-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-5c31c5a7ba1bf856a905.js
2 lines (2 loc) · 160 KB
/
app-5c31c5a7ba1bf856a905.js
1
2
(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{"+ZDr":function(e,t,n){"use strict";var r=n("TqRt");t.__esModule=!0,t.withPrefix=d,t.withAssetPrefix=function(e){return d(e,h())},t.navigateTo=t.replace=t.push=t.navigate=t.default=void 0;var a=r(n("8OQS")),o=r(n("pVnL")),i=r(n("PJYZ")),u=r(n("VbXa")),s=r(n("17x9")),c=r(n("q1tI")),l=n("YwZP"),f=n("LYrO"),p=n("cu4x");t.parsePath=p.parsePath;var m=function(e){return null==e?void 0:e.startsWith("/")};function d(e,t){var n,r;if(void 0===t&&(t=g()),!y(e))return e;if(e.startsWith("./")||e.startsWith("../"))return e;var a=null!==(n=null!==(r=t)&&void 0!==r?r:h())&&void 0!==n?n:"/";return""+((null==a?void 0:a.endsWith("/"))?a.slice(0,-1):a)+(e.startsWith("/")?e:"/"+e)}var h=function(){return""},g=function(){return""},y=function(e){return e&&!e.startsWith("http://")&&!e.startsWith("https://")&&!e.startsWith("//")};var v=function(e,t){return"number"==typeof e?e:y(e)?m(e)?d(e):function(e,t){return m(e)?e:(0,f.resolve)(e,t)}(e,t):e},b={activeClassName:s.default.string,activeStyle:s.default.object,partiallyActive:s.default.bool},w=function(e){function t(t){var n;(n=e.call(this,t)||this).defaultGetProps=function(e){var t=e.isPartiallyCurrent,r=e.isCurrent;return(n.props.partiallyActive?t:r)?{className:[n.props.className,n.props.activeClassName].filter(Boolean).join(" "),style:(0,o.default)({},n.props.style,n.props.activeStyle)}:null};var r=!1;return"undefined"!=typeof window&&window.IntersectionObserver&&(r=!0),n.state={IOSupported:r},n.handleRef=n.handleRef.bind((0,i.default)(n)),n}(0,u.default)(t,e);var n=t.prototype;return n.componentDidUpdate=function(e,t){this.props.to===e.to||this.state.IOSupported||___loader.enqueue((0,p.parsePath)(v(this.props.to,window.location.pathname)).pathname)},n.componentDidMount=function(){this.state.IOSupported||___loader.enqueue((0,p.parsePath)(v(this.props.to,window.location.pathname)).pathname)},n.componentWillUnmount=function(){if(this.io){var e=this.io,t=e.instance,n=e.el;t.unobserve(n),t.disconnect()}},n.handleRef=function(e){var t,n,r,a=this;this.props.innerRef&&this.props.innerRef.hasOwnProperty("current")?this.props.innerRef.current=e:this.props.innerRef&&this.props.innerRef(e),this.state.IOSupported&&e&&(this.io=(t=e,n=function(){___loader.enqueue((0,p.parsePath)(v(a.props.to,window.location.pathname)).pathname)},(r=new window.IntersectionObserver((function(e){e.forEach((function(e){t===e.target&&(e.isIntersecting||e.intersectionRatio>0)&&(r.unobserve(t),r.disconnect(),n())}))}))).observe(t),{instance:r,el:t}))},n.render=function(){var e=this,t=this.props,n=t.to,r=t.getProps,i=void 0===r?this.defaultGetProps:r,u=t.onClick,s=t.onMouseEnter,f=(t.activeClassName,t.activeStyle,t.innerRef,t.partiallyActive,t.state),m=t.replace,d=(0,a.default)(t,["to","getProps","onClick","onMouseEnter","activeClassName","activeStyle","innerRef","partiallyActive","state","replace"]);return c.default.createElement(l.Location,null,(function(t){var r=t.location,a=v(n,r.pathname);return y(a)?c.default.createElement(l.Link,(0,o.default)({to:a,state:f,getProps:i,innerRef:e.handleRef,onMouseEnter:function(e){s&&s(e),___loader.hovering((0,p.parsePath)(a).pathname)},onClick:function(t){if(u&&u(t),!(0!==t.button||e.props.target||t.defaultPrevented||t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)){t.preventDefault();var n=m,r=encodeURI(a)===window.location.pathname;"boolean"!=typeof m&&r&&(n=!0),window.___navigate(a,{state:f,replace:n})}return!0}},d)):c.default.createElement("a",(0,o.default)({href:a},d))}))},t}(c.default.Component);w.propTypes=(0,o.default)({},b,{onClick:s.default.func,to:s.default.string.isRequired,replace:s.default.bool,state:s.default.object});var O=function(e,t,n){return console.warn('The "'+e+'" method is now deprecated and will be removed in Gatsby v'+n+'. Please use "'+t+'" instead.')},k=c.default.forwardRef((function(e,t){return c.default.createElement(w,(0,o.default)({innerRef:t},e))}));t.default=k;t.navigate=function(e,t){window.___navigate(v(e,window.location.pathname),t)};var z=function(e){O("push","navigate",3),window.___push(v(e,window.location.pathname))};t.push=z;t.replace=function(e){O("replace","navigate",3),window.___replace(v(e,window.location.pathname))};t.navigateTo=function(e){return O("navigateTo","navigate",3),z(e)}},"/hTd":function(e,t,n){"use strict";t.__esModule=!0,t.SessionStorage=void 0;var r=function(){function e(){}var t=e.prototype;return t.read=function(e,t){var n=this.getStateKey(e,t);try{var r=window.sessionStorage.getItem(n);return r?JSON.parse(r):0}catch(a){return window&&window.___GATSBY_REACT_ROUTER_SCROLL&&window.___GATSBY_REACT_ROUTER_SCROLL[n]?window.___GATSBY_REACT_ROUTER_SCROLL[n]:0}},t.save=function(e,t,n){var r=this.getStateKey(e,t),a=JSON.stringify(n);try{window.sessionStorage.setItem(r,a)}catch(o){window&&window.___GATSBY_REACT_ROUTER_SCROLL||(window.___GATSBY_REACT_ROUTER_SCROLL={}),window.___GATSBY_REACT_ROUTER_SCROLL[r]=JSON.parse(a)}},t.getStateKey=function(e,t){var n="@@scroll|"+e.pathname;return null==t?n:n+"|"+t},e}();t.SessionStorage=r},"284h":function(e,t,n){var r=n("cDf5").default;function a(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(a=function(e){return e?n:t})(e)}e.exports=function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var n=a(t);if(n&&n.has(e))return n.get(e);var o={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var u in e)if("default"!==u&&Object.prototype.hasOwnProperty.call(e,u)){var s=i?Object.getOwnPropertyDescriptor(e,u):null;s&&(s.get||s.set)?Object.defineProperty(o,u,s):o[u]=e[u]}return o.default=e,n&&n.set(e,o),o},e.exports.__esModule=!0,e.exports.default=e.exports},"2mql":function(e,t,n){"use strict";var r=n("TOwV"),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},u={};function s(e){return r.isMemo(e)?i:u[e.$$typeof]||a}u[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},u[r.Memo]=i;var c=Object.defineProperty,l=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,m=Object.getPrototypeOf,d=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(d){var a=m(n);a&&a!==d&&e(t,a,r)}var i=l(n);f&&(i=i.concat(f(n)));for(var u=s(t),h=s(n),g=0;g<i.length;++g){var y=i[g];if(!(o[y]||r&&r[y]||h&&h[y]||u&&u[y])){var v=p(n,y);try{c(t,y,v)}catch(b){}}}}return t}},"2rbI":function(e,t){Intl.RelativeTimeFormat&&"function"==typeof Intl.RelativeTimeFormat.__addLocaleData&&Intl.RelativeTimeFormat.__addLocaleData({data:{pl:{nu:["latn"],year:{0:"w tym roku",1:"w przyszłym roku",future:{one:"za {0} rok",few:"za {0} lata",many:"za {0} lat",other:"za {0} roku"},past:{one:"{0} rok temu",few:"{0} lata temu",many:"{0} lat temu",other:"{0} roku temu"},"-1":"w zeszłym roku"},"year-short":{0:"w tym roku",1:"w przyszłym roku",future:{one:"za {0} rok",few:"za {0} lata",many:"za {0} lat",other:"za {0} roku"},past:{one:"{0} rok temu",few:"{0} lata temu",many:"{0} lat temu",other:"{0} roku temu"},"-1":"w zeszłym roku"},"year-narrow":{0:"w tym roku",1:"w przyszłym roku",future:{one:"za {0} rok",few:"za {0} lata",many:"za {0} lat",other:"za {0} roku"},past:{one:"{0} rok temu",few:"{0} lata temu",many:"{0} lat temu",other:"{0} roku temu"},"-1":"w zeszłym roku"},quarter:{0:"w tym kwartale",1:"w przyszłym kwartale",future:{one:"za {0} kwartał",few:"za {0} kwartały",many:"za {0} kwartałów",other:"za {0} kwartału"},past:{one:"{0} kwartał temu",few:"{0} kwartały temu",many:"{0} kwartałów temu",other:"{0} kwartału temu"},"-1":"w zeszłym kwartale"},"quarter-short":{0:"w tym kwartale",1:"w przyszłym kwartale",future:{one:"za {0} kw.",few:"za {0} kw.",many:"za {0} kw.",other:"za {0} kw."},past:{one:"{0} kw. temu",few:"{0} kw. temu",many:"{0} kw. temu",other:"{0} kw. temu"},"-1":"w zeszłym kwartale"},"quarter-narrow":{0:"w tym kwartale",1:"w przyszłym kwartale",future:{one:"za {0} kw.",few:"za {0} kw.",many:"za {0} kw.",other:"za {0} kw."},past:{one:"{0} kw. temu",few:"{0} kw. temu",many:"{0} kw. temu",other:"{0} kw. temu"},"-1":"w zeszłym kwartale"},month:{0:"w tym miesiącu",1:"w przyszłym miesiącu",future:{one:"za {0} miesiąc",few:"za {0} miesiące",many:"za {0} miesięcy",other:"za {0} miesiąca"},past:{one:"{0} miesiąc temu",few:"{0} miesiące temu",many:"{0} miesięcy temu",other:"{0} miesiąca temu"},"-1":"w zeszłym miesiącu"},"month-short":{0:"w tym mies.",1:"w przyszłym mies.",future:{one:"za {0} mies.",few:"za {0} mies.",many:"za {0} mies.",other:"za {0} mies."},past:{one:"{0} mies. temu",few:"{0} mies. temu",many:"{0} mies. temu",other:"{0} mies. temu"},"-1":"w zeszłym mies."},"month-narrow":{0:"w tym mies.",1:"w przyszłym mies.",future:{one:"za {0} mies.",few:"za {0} mies.",many:"za {0} mies.",other:"za {0} mies."},past:{one:"{0} mies. temu",few:"{0} mies. temu",many:"{0} mies. temu",other:"{0} mies. temu"},"-1":"w zeszłym mies."},week:{0:"w tym tygodniu",1:"w przyszłym tygodniu",future:{one:"za {0} tydzień",few:"za {0} tygodnie",many:"za {0} tygodni",other:"za {0} tygodnia"},past:{one:"{0} tydzień temu",few:"{0} tygodnie temu",many:"{0} tygodni temu",other:"{0} tygodnia temu"},"-1":"w zeszłym tygodniu"},"week-short":{0:"w tym tyg.",1:"w przyszłym tyg.",future:{one:"za {0} tydz.",few:"za {0} tyg.",many:"za {0} tyg.",other:"za {0} tyg."},past:{one:"{0} tydz. temu",few:"{0} tyg. temu",many:"{0} tyg. temu",other:"{0} tyg. temu"},"-1":"w zeszłym tyg."},"week-narrow":{0:"w tym tyg.",1:"w przyszłym tyg.",future:{one:"za {0} tydz.",few:"za {0} tyg.",many:"za {0} tyg.",other:"za {0} tyg."},past:{one:"{0} tydz. temu",few:"{0} tyg. temu",many:"{0} tyg. temu",other:"{0} tyg. temu"},"-1":"w zeszłym tyg."},day:{0:"dzisiaj",1:"jutro",2:"pojutrze",future:{one:"za {0} dzień",few:"za {0} dni",many:"za {0} dni",other:"za {0} dnia"},past:{one:"{0} dzień temu",few:"{0} dni temu",many:"{0} dni temu",other:"{0} dnia temu"},"-2":"przedwczoraj","-1":"wczoraj"},"day-short":{0:"dzisiaj",1:"jutro",2:"pojutrze",future:{one:"za {0} dzień",few:"za {0} dni",many:"za {0} dni",other:"za {0} dnia"},past:{one:"{0} dzień temu",few:"{0} dni temu",many:"{0} dni temu",other:"{0} dnia temu"},"-2":"przedwczoraj","-1":"wczoraj"},"day-narrow":{0:"dziś",1:"jutro",2:"pojutrze",future:{one:"za {0} dzień",few:"za {0} dni",many:"za {0} dni",other:"za {0} dnia"},past:{one:"{0} dzień temu",few:"{0} dni temu",many:"{0} dni temu",other:"{0} dnia temu"},"-2":"przedwczoraj","-1":"wcz."},hour:{0:"ta godzina",future:{one:"za {0} godzinę",few:"za {0} godziny",many:"za {0} godzin",other:"za {0} godziny"},past:{one:"{0} godzinę temu",few:"{0} godziny temu",many:"{0} godzin temu",other:"{0} godziny temu"}},"hour-short":{0:"ta godzina",future:{one:"za {0} godz.",few:"za {0} godz.",many:"za {0} godz.",other:"za {0} godz."},past:{one:"{0} godz. temu",few:"{0} godz. temu",many:"{0} godz. temu",other:"{0} godz. temu"}},"hour-narrow":{0:"ta godzina",future:{one:"za {0} g.",few:"za {0} g.",many:"za {0} g.",other:"za {0} g."},past:{one:"{0} g. temu",few:"{0} g. temu",many:"{0} g. temu",other:"{0} g. temu"}},minute:{0:"ta minuta",future:{one:"za {0} minutę",few:"za {0} minuty",many:"za {0} minut",other:"za {0} minuty"},past:{one:"{0} minutę temu",few:"{0} minuty temu",many:"{0} minut temu",other:"{0} minuty temu"}},"minute-short":{0:"ta minuta",future:{one:"za {0} min",few:"za {0} min",many:"za {0} min",other:"za {0} min"},past:{one:"{0} min temu",few:"{0} min temu",many:"{0} min temu",other:"{0} min temu"}},"minute-narrow":{0:"ta minuta",future:{one:"za {0} min",few:"za {0} min",many:"za {0} min",other:"za {0} min"},past:{one:"{0} min temu",few:"{0} min temu",many:"{0} min temu",other:"{0} min temu"}},second:{0:"teraz",future:{one:"za {0} sekundę",few:"za {0} sekundy",many:"za {0} sekund",other:"za {0} sekundy"},past:{one:"{0} sekundę temu",few:"{0} sekundy temu",many:"{0} sekund temu",other:"{0} sekundy temu"}},"second-short":{0:"teraz",future:{one:"za {0} sek.",few:"za {0} sek.",many:"za {0} sek.",other:"za {0} sek."},past:{one:"{0} sek. temu",few:"{0} sek. temu",many:"{0} sek. temu",other:"{0} sek. temu"}},"second-narrow":{0:"teraz",future:{one:"za {0} s",few:"za {0} s",many:"za {0} s",other:"za {0} s"},past:{one:"{0} s temu",few:"{0} s temu",many:"{0} s temu",other:"{0} s temu"}}}},availableLocales:["pl"],aliases:{},parentLocales:{}})},"3BY2":function(e,t,n){"use strict";t.onRouteUpdate=function(e){var t=e.location;if("function"!=typeof gtag)return null;if(t&&void 0!==window.excludeGtagPaths&&window.excludeGtagPaths.some((function(e){return e.test(t.pathname)})))return null;var n=function(){var e=t?t.pathname+t.search+t.hash:void 0;window.gtag("event","page_view",{page_path:e})};return"requestAnimationFrame"in window?requestAnimationFrame((function(){requestAnimationFrame(n)})):setTimeout(n,32),null}},"3uz+":function(e,t,n){"use strict";t.__esModule=!0,t.useScrollRestoration=function(e){var t=(0,o.useLocation)(),n=(0,a.useContext)(r.ScrollContext),i=(0,a.useRef)();return(0,a.useLayoutEffect)((function(){if(i.current){var r=n.read(t,e);i.current.scrollTo(0,r||0)}}),[]),{ref:i,onScroll:function(){i.current&&n.save(t,e,i.current.scrollTop)}}};var r=n("Enzk"),a=n("q1tI"),o=n("YwZP")},"5yr3":function(e,t,n){"use strict";var r=function(e){return e=e||Object.create(null),{on:function(t,n){(e[t]||(e[t]=[])).push(n)},off:function(t,n){e[t]&&e[t].splice(e[t].indexOf(n)>>>0,1)},emit:function(t,n){(e[t]||[]).slice().map((function(e){e(n)})),(e["*"]||[]).slice().map((function(e){e(t,n)}))}}}();t.a=r},"6koa":function(e,t,n){"use strict";e.exports=function(e,t){if(e===t)return!0;if(!e||!t)return!1;var n=Object.keys(e),r=Object.keys(t),a=n.length;if(r.length!==a)return!1;for(var o=0;o<a;o++){var i=n[o];if(e[i]!==t[i]||!Object.prototype.hasOwnProperty.call(t,i))return!1}return!0}},"6qGY":function(e,t){e.exports=Object.assign},"7++0":function(e,t,n){"use strict";n.r(t),n.d(t,"defineMessages",(function(){return Lt})),n.d(t,"injectIntl",(function(){return de})),n.d(t,"RawIntlProvider",(function(){return pe})),n.d(t,"IntlContext",(function(){return me})),n.d(t,"useIntl",(function(){return Oe})),n.d(t,"IntlProvider",(function(){return pt})),n.d(t,"createIntl",(function(){return ft})),n.d(t,"FormattedDate",(function(){return Ct})),n.d(t,"FormattedTime",(function(){return Dt})),n.d(t,"FormattedNumber",(function(){return At})),n.d(t,"FormattedList",(function(){return It})),n.d(t,"FormattedDisplayName",(function(){return Mt})),n.d(t,"FormattedDateParts",(function(){return Nt})),n.d(t,"FormattedTimeParts",(function(){return Ft})),n.d(t,"FormattedNumberParts",(function(){return ve})),n.d(t,"FormattedRelativeTime",(function(){return wt})),n.d(t,"FormattedPlural",(function(){return kt})),n.d(t,"FormattedMessage",(function(){return Et})),n.d(t,"FormattedHTMLMessage",(function(){return Tt})),n.d(t,"createIntlCache",(function(){return ae}));var r,a=n("q1tI");function o(e){return e.type===r.literal}function i(e){return e.type===r.argument}function u(e){return e.type===r.number}function s(e){return e.type===r.date}function c(e){return e.type===r.time}function l(e){return e.type===r.select}function f(e){return e.type===r.plural}function p(e){return e.type===r.pound}function m(e){return!(!e||"object"!=typeof e||0!==e.type)}function d(e){return!(!e||"object"!=typeof e||1!==e.type)}!function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound"}(r||(r={}));var h,g=(h=function(e,t){return(h=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}h(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),y=function(){return(y=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)},v=function(e){function t(n,r,a,o){var i=e.call(this)||this;return i.message=n,i.expected=r,i.found=a,i.location=o,i.name="SyntaxError","function"==typeof Error.captureStackTrace&&Error.captureStackTrace(i,t),i}return g(t,e),t.buildMessage=function(e,t){function n(e){return e.charCodeAt(0).toString(16).toUpperCase()}function r(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(e){return"\\x0"+n(e)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(e){return"\\x"+n(e)}))}function a(e){return e.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(e){return"\\x0"+n(e)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(e){return"\\x"+n(e)}))}function o(e){switch(e.type){case"literal":return'"'+r(e.text)+'"';case"class":var t=e.parts.map((function(e){return Array.isArray(e)?a(e[0])+"-"+a(e[1]):a(e)}));return"["+(e.inverted?"^":"")+t+"]";case"any":return"any character";case"end":return"end of input";case"other":return e.description}}return"Expected "+function(e){var t,n,r=e.map(o);if(r.sort(),r.length>0){for(t=1,n=1;t<r.length;t++)r[t-1]!==r[t]&&(r[n]=r[t],n++);r.length=n}switch(r.length){case 1:return r[0];case 2:return r[0]+" or "+r[1];default:return r.slice(0,-1).join(", ")+", or "+r[r.length-1]}}(e)+" but "+(((i=t)?'"'+r(i)+'"':"end of input")+" found.");var i},t}(Error);var b=function(e,t){t=void 0!==t?t:{};var n,a={},o={start:ke},i=ke,u=he("#",!1),s=ye("argumentElement"),c=he("{",!1),l=he("}",!1),f=ye("numberSkeletonId"),p=/^['\/{}]/,m=ge(["'","/","{","}"],!1,!1),d={type:"any"},h=ye("numberSkeletonTokenOption"),g=he("/",!1),b=ye("numberSkeletonToken"),w=he("::",!1),O=function(e){return Be.pop(),e.replace(/\s*$/,"")},k=he(",",!1),z=he("number",!1),P=function(e,t,n){return y({type:"number"===t?r.number:"date"===t?r.date:r.time,style:n&&n[2],value:e},Ge())},_=he("'",!1),j=/^[^']/,S=ge(["'"],!0,!1),E=/^[^a-zA-Z'{}]/,x=ge([["a","z"],["A","Z"],"'","{","}"],!0,!1),R=/^[a-zA-Z]/,T=ge([["a","z"],["A","Z"]],!1,!1),L=he("date",!1),C=he("time",!1),D=he("plural",!1),A=he("selectordinal",!1),I=he("offset:",!1),M=he("select",!1),N=he("=",!1),F=ye("whitespace"),U=/^[\t-\r \x85\xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,q=ge([["\t","\r"]," ","
"," "," ",[" "," "],"\u2028","\u2029"," "," "," "],!1,!1),W=ye("syntax pattern"),B=/^[!-\/:-@[-\^`{-~\xA1-\xA7\xA9\xAB\xAC\xAE\xB0\xB1\xB6\xBB\xBF\xD7\xF7\u2010-\u2027\u2030-\u203E\u2041-\u2053\u2055-\u205E\u2190-\u245F\u2500-\u2775\u2794-\u2BFF\u2E00-\u2E7F\u3001-\u3003\u3008-\u3020\u3030\uFD3E\uFD3F\uFE45\uFE46]/,H=ge([["!","/"],[":","@"],["[","^"],"`",["{","~"],["¡","§"],"©","«","¬","®","°","±","¶","»","¿","×","÷",["‐","‧"],["‰","‾"],["⁁","⁓"],["⁕","⁞"],["←",""],["─","❵"],["➔","⯿"],["⸀",""],["、","〃"],["〈","〠"],"〰","﴾","﴿","﹅","﹆"],!1,!1),G=ye("optional whitespace"),K=ye("number"),Z=he("-",!1),V=(ye("apostrophe"),ye("double apostrophes")),X=he("''",!1),$=function(e){return!("{"===e||He()&&"#"===e||Be.length>1&&"}"===e)},Y=he("\n",!1),J=ye("argNameOrNumber"),Q=ye("argNumber"),ee=he("0",!1),te=/^[1-9]/,ne=ge([["1","9"]],!1,!1),re=/^[0-9]/,ae=ge([["0","9"]],!1,!1),oe=ye("argName"),ie=0,ue=0,se=[{line:1,column:1}],ce=0,le=[],fe=0;if(void 0!==t.startRule){if(!(t.startRule in o))throw new Error("Can't start parsing from rule \""+t.startRule+'".');i=o[t.startRule]}function pe(){return e.substring(ue,ie)}function me(){return be(ue,ie)}function de(e,t){throw function(e,t){return new v(e,[],"",t)}(e,t=void 0!==t?t:be(ue,ie))}function he(e,t){return{type:"literal",text:e,ignoreCase:t}}function ge(e,t,n){return{type:"class",parts:e,inverted:t,ignoreCase:n}}function ye(e){return{type:"other",description:e}}function ve(t){var n,r=se[t];if(r)return r;for(n=t-1;!se[n];)n--;for(r={line:(r=se[n]).line,column:r.column};n<t;)10===e.charCodeAt(n)?(r.line++,r.column=1):r.column++,n++;return se[t]=r,r}function be(e,t){var n=ve(e),r=ve(t);return{start:{offset:e,line:n.line,column:n.column},end:{offset:t,line:r.line,column:r.column}}}function we(e){ie<ce||(ie>ce&&(ce=ie,le=[]),le.push(e))}function Oe(e,t,n){return new v(v.buildMessage(e,t),e,t,n)}function ke(){return ze()}function ze(){var e,t;for(e=[],t=Pe();t!==a;)e.push(t),t=Pe();return e}function Pe(){var t;return(t=function(){var e,t;e=ie,(t=_e())!==a&&(ue=e,n=t,t=y({type:r.literal,value:n},Ge()));var n;return e=t}())===a&&(t=function(){var t,n,o,i;fe++,t=ie,123===e.charCodeAt(ie)?(n="{",ie++):(n=a,0===fe&&we(c));n!==a&&Ae()!==a&&(o=Ue())!==a&&Ae()!==a?(125===e.charCodeAt(ie)?(i="}",ie++):(i=a,0===fe&&we(l)),i!==a?(ue=t,u=o,n=y({type:r.argument,value:u},Ge()),t=n):(ie=t,t=a)):(ie=t,t=a);var u;fe--,t===a&&(n=a,0===fe&&we(s));return t}())===a&&(t=function(){var t;(t=function(){var t,n,r,o,i,u,s,f,p;t=ie,123===e.charCodeAt(ie)?(n="{",ie++):(n=a,0===fe&&we(c));n!==a&&Ae()!==a&&(r=Ue())!==a&&Ae()!==a?(44===e.charCodeAt(ie)?(o=",",ie++):(o=a,0===fe&&we(k)),o!==a&&Ae()!==a?("number"===e.substr(ie,6)?(i="number",ie+=6):(i=a,0===fe&&we(z)),i!==a&&Ae()!==a?(u=ie,44===e.charCodeAt(ie)?(s=",",ie++):(s=a,0===fe&&we(k)),s!==a&&(f=Ae())!==a&&(p=function(){var t,n,r;t=ie,"::"===e.substr(ie,2)?(n="::",ie+=2):(n=a,0===fe&&we(w));n!==a&&(r=function(){var e,t,n;if(e=ie,t=[],(n=Ee())!==a)for(;n!==a;)t.push(n),n=Ee();else t=a;t!==a&&(ue=e,t=y({type:0,tokens:t},Ge()));return e=t}())!==a?(ue=t,t=n=r):(ie=t,t=a);t===a&&(t=ie,ue=ie,Be.push("numberArgStyle"),(n=(n=!0)?void 0:a)!==a&&(r=_e())!==a?(ue=t,n=O(r),t=n):(ie=t,t=a));return t}())!==a?u=s=[s,f,p]:(ie=u,u=a),u===a&&(u=null),u!==a&&(s=Ae())!==a?(125===e.charCodeAt(ie)?(f="}",ie++):(f=a,0===fe&&we(l)),f!==a?(ue=t,n=P(r,i,u),t=n):(ie=t,t=a)):(ie=t,t=a)):(ie=t,t=a)):(ie=t,t=a)):(ie=t,t=a);return t}())===a&&(t=function(){var t,n,r,o,i,u,s,f,p;t=ie,123===e.charCodeAt(ie)?(n="{",ie++):(n=a,0===fe&&we(c));n!==a&&Ae()!==a&&(r=Ue())!==a&&Ae()!==a?(44===e.charCodeAt(ie)?(o=",",ie++):(o=a,0===fe&&we(k)),o!==a&&Ae()!==a?("date"===e.substr(ie,4)?(i="date",ie+=4):(i=a,0===fe&&we(L)),i===a&&("time"===e.substr(ie,4)?(i="time",ie+=4):(i=a,0===fe&&we(C))),i!==a&&Ae()!==a?(u=ie,44===e.charCodeAt(ie)?(s=",",ie++):(s=a,0===fe&&we(k)),s!==a&&(f=Ae())!==a&&(p=function(){var t,n,r;t=ie,"::"===e.substr(ie,2)?(n="::",ie+=2):(n=a,0===fe&&we(w));n!==a&&(r=function(){var t,n,r,o;t=ie,n=ie,r=[],(o=xe())===a&&(o=Re());if(o!==a)for(;o!==a;)r.push(o),(o=xe())===a&&(o=Re());else r=a;n=r!==a?e.substring(n,ie):r;n!==a&&(ue=t,n=y({type:1,pattern:n},Ge()));return t=n}())!==a?(ue=t,t=n=r):(ie=t,t=a);t===a&&(t=ie,ue=ie,Be.push("dateOrTimeArgStyle"),(n=(n=!0)?void 0:a)!==a&&(r=_e())!==a?(ue=t,n=O(r),t=n):(ie=t,t=a));return t}())!==a?u=s=[s,f,p]:(ie=u,u=a),u===a&&(u=null),u!==a&&(s=Ae())!==a?(125===e.charCodeAt(ie)?(f="}",ie++):(f=a,0===fe&&we(l)),f!==a?(ue=t,n=P(r,i,u),t=n):(ie=t,t=a)):(ie=t,t=a)):(ie=t,t=a)):(ie=t,t=a)):(ie=t,t=a);return t}());return t}())===a&&(t=function(){var t,n,o,i,u,s,f,p,m,d,h;t=ie,123===e.charCodeAt(ie)?(n="{",ie++):(n=a,0===fe&&we(c));if(n!==a)if(Ae()!==a)if((o=Ue())!==a)if(Ae()!==a)if(44===e.charCodeAt(ie)?(i=",",ie++):(i=a,0===fe&&we(k)),i!==a)if(Ae()!==a)if("plural"===e.substr(ie,6)?(u="plural",ie+=6):(u=a,0===fe&&we(D)),u===a&&("selectordinal"===e.substr(ie,13)?(u="selectordinal",ie+=13):(u=a,0===fe&&we(A))),u!==a)if(Ae()!==a)if(44===e.charCodeAt(ie)?(s=",",ie++):(s=a,0===fe&&we(k)),s!==a)if(Ae()!==a)if(f=ie,"offset:"===e.substr(ie,7)?(p="offset:",ie+=7):(p=a,0===fe&&we(I)),p!==a&&(m=Ae())!==a&&(d=Ie())!==a?f=p=[p,m,d]:(ie=f,f=a),f===a&&(f=null),f!==a)if((p=Ae())!==a){if(m=[],(d=Le())!==a)for(;d!==a;)m.push(d),d=Le();else m=a;m!==a&&(d=Ae())!==a?(125===e.charCodeAt(ie)?(h="}",ie++):(h=a,0===fe&&we(l)),h!==a?(ue=t,n=function(e,t,n,a){return y({type:r.plural,pluralType:"plural"===t?"cardinal":"ordinal",value:e,offset:n?n[2]:0,options:a.reduce((function(e,t){var n=t.id,r=t.value,a=t.location;return n in e&&de('Duplicate option "'+n+'" in plural element: "'+pe()+'"',me()),e[n]={value:r,location:a},e}),{})},Ge())}(o,u,f,m),t=n):(ie=t,t=a)):(ie=t,t=a)}else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;return t}())===a&&(t=function(){var t,n,o,i,u,s,f,p,m;t=ie,123===e.charCodeAt(ie)?(n="{",ie++):(n=a,0===fe&&we(c));if(n!==a)if(Ae()!==a)if((o=Ue())!==a)if(Ae()!==a)if(44===e.charCodeAt(ie)?(i=",",ie++):(i=a,0===fe&&we(k)),i!==a)if(Ae()!==a)if("select"===e.substr(ie,6)?(u="select",ie+=6):(u=a,0===fe&&we(M)),u!==a)if(Ae()!==a)if(44===e.charCodeAt(ie)?(s=",",ie++):(s=a,0===fe&&we(k)),s!==a)if(Ae()!==a){if(f=[],(p=Te())!==a)for(;p!==a;)f.push(p),p=Te();else f=a;f!==a&&(p=Ae())!==a?(125===e.charCodeAt(ie)?(m="}",ie++):(m=a,0===fe&&we(l)),m!==a?(ue=t,n=function(e,t){return y({type:r.select,value:e,options:t.reduce((function(e,t){var n=t.id,r=t.value,a=t.location;return n in e&&de('Duplicate option "'+n+'" in select element: "'+pe()+'"',me()),e[n]={value:r,location:a},e}),{})},Ge())}(o,f),t=n):(ie=t,t=a)):(ie=t,t=a)}else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;else ie=t,t=a;return t}())===a&&(t=function(){var t,n;t=ie,35===e.charCodeAt(ie)?(n="#",ie++):(n=a,0===fe&&we(u));n!==a&&(ue=t,n=y({type:r.pound},Ge()));return t=n}()),t}function _e(){var e,t,n;if(e=ie,t=[],(n=Me())===a&&(n=Ne())===a&&(n=Fe()),n!==a)for(;n!==a;)t.push(n),(n=Me())===a&&(n=Ne())===a&&(n=Fe());else t=a;return t!==a&&(ue=e,t=t.join("")),e=t}function je(){var t,n,r,o,i;if(fe++,t=ie,n=[],r=ie,o=ie,fe++,(i=Ce())===a&&(p.test(e.charAt(ie))?(i=e.charAt(ie),ie++):(i=a,0===fe&&we(m))),fe--,i===a?o=void 0:(ie=o,o=a),o!==a?(e.length>ie?(i=e.charAt(ie),ie++):(i=a,0===fe&&we(d)),i!==a?r=o=[o,i]:(ie=r,r=a)):(ie=r,r=a),r!==a)for(;r!==a;)n.push(r),r=ie,o=ie,fe++,(i=Ce())===a&&(p.test(e.charAt(ie))?(i=e.charAt(ie),ie++):(i=a,0===fe&&we(m))),fe--,i===a?o=void 0:(ie=o,o=a),o!==a?(e.length>ie?(i=e.charAt(ie),ie++):(i=a,0===fe&&we(d)),i!==a?r=o=[o,i]:(ie=r,r=a)):(ie=r,r=a);else n=a;return t=n!==a?e.substring(t,ie):n,fe--,t===a&&(n=a,0===fe&&we(f)),t}function Se(){var t,n,r;return fe++,t=ie,47===e.charCodeAt(ie)?(n="/",ie++):(n=a,0===fe&&we(g)),n!==a&&(r=je())!==a?(ue=t,t=n=r):(ie=t,t=a),fe--,t===a&&(n=a,0===fe&&we(h)),t}function Ee(){var e,t,n,r;if(fe++,e=ie,Ae()!==a)if((t=je())!==a){for(n=[],r=Se();r!==a;)n.push(r),r=Se();n!==a?(ue=e,e=function(e,t){return{stem:e,options:t}}(t,n)):(ie=e,e=a)}else ie=e,e=a;else ie=e,e=a;return fe--,e===a&&(a,0===fe&&we(b)),e}function xe(){var t,n,r,o;if(t=ie,39===e.charCodeAt(ie)?(n="'",ie++):(n=a,0===fe&&we(_)),n!==a){if(r=[],(o=Me())===a&&(j.test(e.charAt(ie))?(o=e.charAt(ie),ie++):(o=a,0===fe&&we(S))),o!==a)for(;o!==a;)r.push(o),(o=Me())===a&&(j.test(e.charAt(ie))?(o=e.charAt(ie),ie++):(o=a,0===fe&&we(S)));else r=a;r!==a?(39===e.charCodeAt(ie)?(o="'",ie++):(o=a,0===fe&&we(_)),o!==a?t=n=[n,r,o]:(ie=t,t=a)):(ie=t,t=a)}else ie=t,t=a;if(t===a)if(t=[],(n=Me())===a&&(E.test(e.charAt(ie))?(n=e.charAt(ie),ie++):(n=a,0===fe&&we(x))),n!==a)for(;n!==a;)t.push(n),(n=Me())===a&&(E.test(e.charAt(ie))?(n=e.charAt(ie),ie++):(n=a,0===fe&&we(x)));else t=a;return t}function Re(){var t,n;if(t=[],R.test(e.charAt(ie))?(n=e.charAt(ie),ie++):(n=a,0===fe&&we(T)),n!==a)for(;n!==a;)t.push(n),R.test(e.charAt(ie))?(n=e.charAt(ie),ie++):(n=a,0===fe&&we(T));else t=a;return t}function Te(){var t,n,r,o,i,u,s;return t=ie,Ae()!==a&&(n=We())!==a&&Ae()!==a?(123===e.charCodeAt(ie)?(r="{",ie++):(r=a,0===fe&&we(c)),r!==a?(ue=ie,Be.push("select"),(!0?void 0:a)!==a&&(o=ze())!==a?(125===e.charCodeAt(ie)?(i="}",ie++):(i=a,0===fe&&we(l)),i!==a?(ue=t,u=n,s=o,Be.pop(),t=y({id:u,value:s},Ge())):(ie=t,t=a)):(ie=t,t=a)):(ie=t,t=a)):(ie=t,t=a),t}function Le(){var t,n,r,o,i,u,s;return t=ie,Ae()!==a&&(n=function(){var t,n,r,o;return t=ie,n=ie,61===e.charCodeAt(ie)?(r="=",ie++):(r=a,0===fe&&we(N)),r!==a&&(o=Ie())!==a?n=r=[r,o]:(ie=n,n=a),(t=n!==a?e.substring(t,ie):n)===a&&(t=We()),t}())!==a&&Ae()!==a?(123===e.charCodeAt(ie)?(r="{",ie++):(r=a,0===fe&&we(c)),r!==a?(ue=ie,Be.push("plural"),(!0?void 0:a)!==a&&(o=ze())!==a?(125===e.charCodeAt(ie)?(i="}",ie++):(i=a,0===fe&&we(l)),i!==a?(ue=t,u=n,s=o,Be.pop(),t=y({id:u,value:s},Ge())):(ie=t,t=a)):(ie=t,t=a)):(ie=t,t=a)):(ie=t,t=a),t}function Ce(){var t;return fe++,U.test(e.charAt(ie))?(t=e.charAt(ie),ie++):(t=a,0===fe&&we(q)),fe--,t===a&&(a,0===fe&&we(F)),t}function De(){var t;return fe++,B.test(e.charAt(ie))?(t=e.charAt(ie),ie++):(t=a,0===fe&&we(H)),fe--,t===a&&(a,0===fe&&we(W)),t}function Ae(){var t,n,r;for(fe++,t=ie,n=[],r=Ce();r!==a;)n.push(r),r=Ce();return t=n!==a?e.substring(t,ie):n,fe--,t===a&&(n=a,0===fe&&we(G)),t}function Ie(){var t,n,r,o,i;return fe++,t=ie,45===e.charCodeAt(ie)?(n="-",ie++):(n=a,0===fe&&we(Z)),n===a&&(n=null),n!==a&&(r=qe())!==a?(ue=t,o=n,t=n=(i=r)?o?-i:i:0):(ie=t,t=a),fe--,t===a&&(n=a,0===fe&&we(K)),t}function Me(){var t,n;return fe++,t=ie,"''"===e.substr(ie,2)?(n="''",ie+=2):(n=a,0===fe&&we(X)),n!==a&&(ue=t,n="'"),fe--,(t=n)===a&&(n=a,0===fe&&we(V)),t}function Ne(){var t,n,r,o,i,u;if(t=ie,39===e.charCodeAt(ie)?(n="'",ie++):(n=a,0===fe&&we(_)),n!==a)if((r=function(){var t,n,r,o;t=ie,n=ie,e.length>ie?(r=e.charAt(ie),ie++):(r=a,0===fe&&we(d));r!==a?(ue=ie,(o=(o="{"===(i=r)||"}"===i||He()&&"#"===i)?void 0:a)!==a?n=r=[r,o]:(ie=n,n=a)):(ie=n,n=a);var i;t=n!==a?e.substring(t,ie):n;return t}())!==a){for(o=ie,i=[],"''"===e.substr(ie,2)?(u="''",ie+=2):(u=a,0===fe&&we(X)),u===a&&(j.test(e.charAt(ie))?(u=e.charAt(ie),ie++):(u=a,0===fe&&we(S)));u!==a;)i.push(u),"''"===e.substr(ie,2)?(u="''",ie+=2):(u=a,0===fe&&we(X)),u===a&&(j.test(e.charAt(ie))?(u=e.charAt(ie),ie++):(u=a,0===fe&&we(S)));(o=i!==a?e.substring(o,ie):i)!==a?(39===e.charCodeAt(ie)?(i="'",ie++):(i=a,0===fe&&we(_)),i===a&&(i=null),i!==a?(ue=t,t=n=r+o.replace("''","'")):(ie=t,t=a)):(ie=t,t=a)}else ie=t,t=a;else ie=t,t=a;return t}function Fe(){var t,n,r,o;return t=ie,n=ie,e.length>ie?(r=e.charAt(ie),ie++):(r=a,0===fe&&we(d)),r!==a?(ue=ie,(o=(o=$(r))?void 0:a)!==a?n=r=[r,o]:(ie=n,n=a)):(ie=n,n=a),n===a&&(10===e.charCodeAt(ie)?(n="\n",ie++):(n=a,0===fe&&we(Y))),t=n!==a?e.substring(t,ie):n}function Ue(){var t,n;return fe++,t=ie,(n=qe())===a&&(n=We()),t=n!==a?e.substring(t,ie):n,fe--,t===a&&(n=a,0===fe&&we(J)),t}function qe(){var t,n,r,o,i;if(fe++,t=ie,48===e.charCodeAt(ie)?(n="0",ie++):(n=a,0===fe&&we(ee)),n!==a&&(ue=t,n=0),(t=n)===a){if(t=ie,n=ie,te.test(e.charAt(ie))?(r=e.charAt(ie),ie++):(r=a,0===fe&&we(ne)),r!==a){for(o=[],re.test(e.charAt(ie))?(i=e.charAt(ie),ie++):(i=a,0===fe&&we(ae));i!==a;)o.push(i),re.test(e.charAt(ie))?(i=e.charAt(ie),ie++):(i=a,0===fe&&we(ae));o!==a?n=r=[r,o]:(ie=n,n=a)}else ie=n,n=a;n!==a&&(ue=t,n=parseInt(n.join(""),10)),t=n}return fe--,t===a&&(n=a,0===fe&&we(Q)),t}function We(){var t,n,r,o,i;if(fe++,t=ie,n=[],r=ie,o=ie,fe++,(i=Ce())===a&&(i=De()),fe--,i===a?o=void 0:(ie=o,o=a),o!==a?(e.length>ie?(i=e.charAt(ie),ie++):(i=a,0===fe&&we(d)),i!==a?r=o=[o,i]:(ie=r,r=a)):(ie=r,r=a),r!==a)for(;r!==a;)n.push(r),r=ie,o=ie,fe++,(i=Ce())===a&&(i=De()),fe--,i===a?o=void 0:(ie=o,o=a),o!==a?(e.length>ie?(i=e.charAt(ie),ie++):(i=a,0===fe&&we(d)),i!==a?r=o=[o,i]:(ie=r,r=a)):(ie=r,r=a);else n=a;return t=n!==a?e.substring(t,ie):n,fe--,t===a&&(n=a,0===fe&&we(oe)),t}var Be=["root"];function He(){return"plural"===Be[Be.length-1]}function Ge(){return t&&t.captureLocation?{location:me()}:{}}if((n=i())!==a&&ie===e.length)return n;throw n!==a&&ie<e.length&&we({type:"end"}),Oe(le,ce<e.length?e.charAt(ce):null,ce<e.length?be(ce,ce+1):be(ce,ce))},w=function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),a=0;for(t=0;t<n;t++)for(var o=arguments[t],i=0,u=o.length;i<u;i++,a++)r[a]=o[i];return r},O=/(^|[^\\])#/g;function k(e,t){var n=b(e,t);return t&&!1===t.normalizeHashtagInPlural||function e(t){t.forEach((function(t){(f(t)||l(t))&&Object.keys(t.options).forEach((function(n){for(var r,a=t.options[n],i=-1,u=void 0,s=0;s<a.value.length;s++){var c=a.value[s];if(o(c)&&O.test(c.value)){i=s,u=c;break}}if(u){var l=u.value.replace(O,"$1{"+t.value+", number}"),f=b(l);(r=a.value).splice.apply(r,w([i,1],f))}e(a.value)}))}))}(n),n}var z=function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),a=0;for(t=0;t<n;t++)for(var o=arguments[t],i=0,u=o.length;i<u;i++,a++)r[a]=o[i];return r};function P(e){return JSON.stringify(e.map((function(e){return e&&"object"==typeof e?(t=e,Object.keys(t).sort().map((function(e){var n;return(n={})[e]=t[e],n}))):e;var t})))}var _=function(e,t){return void 0===t&&(t={}),function(){for(var n,r=[],a=0;a<arguments.length;a++)r[a]=arguments[a];var o=P(r),i=o&&t[o];return i||(i=new((n=e).bind.apply(n,z([void 0],r))),o&&(t[o]=i)),i}},j=function(){return(j=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)},S=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function E(e){var t={};return e.replace(S,(function(e){var n=e.length;switch(e[0]){case"G":t.era=4===n?"long":5===n?"narrow":"short";break;case"y":t.year=2===n?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=4===n?"short":5===n?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) pattenrs are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) pattenrs are not supported, use `z` instead")}return""})),t}var x=/^\.(?:(0+)(\+|#+)?)?$/g,R=/^(@+)?(\+|#+)?$/g;function T(e){var t={};return e.replace(R,(function(e,n,r){return"string"!=typeof r?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):"+"===r?t.minimumSignificantDigits=n.length:"#"===n[0]?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+("string"==typeof r?r.length:0)),""})),t}function L(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":return{currencySign:"accounting"};case"sign-always":return{signDisplay:"always"};case"sign-accounting-always":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":return{signDisplay:"never"}}}function C(e){var t=L(e);return t||{}}function D(e){for(var t={},n=0,r=e;n<r.length;n++){var a=r[n];switch(a.stem){case"percent":t.style="percent";continue;case"currency":t.style="currency",t.currency=a.options[0];continue;case"group-off":t.useGrouping=!1;continue;case"precision-integer":t.maximumFractionDigits=0;continue;case"measure-unit":t.style="unit",t.unit=a.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=j(j(j({},t),{notation:"scientific"}),a.options.reduce((function(e,t){return j(j({},e),C(t))}),{}));continue;case"engineering":t=j(j(j({},t),{notation:"engineering"}),a.options.reduce((function(e,t){return j(j({},e),C(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue}if(x.test(a.stem)){if(a.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");a.stem.replace(x,(function(e,n,r){return"."===e?t.maximumFractionDigits=0:"+"===r?t.minimumFractionDigits=r.length:"#"===n[0]?t.maximumFractionDigits=n.length:(t.minimumFractionDigits=n.length,t.maximumFractionDigits=n.length+("string"==typeof r?r.length:0)),""})),a.options.length&&(t=j(j({},t),T(a.options[0])))}else if(R.test(a.stem))t=j(j({},t),T(a.stem));else{var o=L(a.stem);o&&(t=j(j({},t),o))}}return t}var A,I=function(){var e=function(t,n){return(e=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])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),M=function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),a=0;for(t=0;t<n;t++)for(var o=arguments[t],i=0,u=o.length;i<u;i++,a++)r[a]=o[i];return r},N=function(e){function t(t,n){var r=e.call(this,t)||this;return r.variableId=n,r}return I(t,e),t}(Error);function F(e,t,n,r,a,h,g){if(1===e.length&&o(e[0]))return[{type:0,value:e[0].value}];for(var y,v=[],b=0,w=e;b<w.length;b++){var O=w[b];if(o(O))v.push({type:0,value:O.value});else if(p(O))"number"==typeof h&&v.push({type:0,value:n.getNumberFormat(t).format(h)});else{var k=O.value;if(!a||!(k in a))throw new N('The intl string context variable "'+k+'" was not provided to the string "'+g+'"');var z=a[k];if(i(O))z&&"string"!=typeof z&&"number"!=typeof z||(z="string"==typeof z||"number"==typeof z?String(z):""),v.push({type:1,value:z});else if(s(O)){var P="string"==typeof O.style?r.date[O.style]:void 0;v.push({type:0,value:n.getDateTimeFormat(t,P).format(z)})}else if(c(O)){P="string"==typeof O.style?r.time[O.style]:d(O.style)?E(O.style.pattern):void 0;v.push({type:0,value:n.getDateTimeFormat(t,P).format(z)})}else if(u(O)){P="string"==typeof O.style?r.number[O.style]:m(O.style)?D(O.style.tokens):void 0;v.push({type:0,value:n.getNumberFormat(t,P).format(z)})}else if(l(O)){if(!(_=O.options[z]||O.options.other))throw new RangeError('Invalid values for "'+O.value+'": "'+z+'". Options are "'+Object.keys(O.options).join('", "')+'"');v.push.apply(v,F(_.value,t,n,r,a))}else if(f(O)){var _;if(!(_=O.options["="+z])){if(!Intl.PluralRules)throw new N('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n');var j=n.getPluralRules(t,{type:O.pluralType}).select(z-(O.offset||0));_=O.options[j]||O.options.other}if(!_)throw new RangeError('Invalid values for "'+O.value+'": "'+z+'". Options are "'+Object.keys(O.options).join('", "')+'"');v.push.apply(v,F(_.value,t,n,r,a,z-(O.offset||0)))}else;}}return(y=v).length<2?y:y.reduce((function(e,t){var n=e[e.length-1];return n&&0===n.type&&0===t.type?n.value+=t.value:e.push(t),e}),[])}var U=/@@(\d+_\d+)@@/g,q=0;function W(e,t){return e.split(U).filter(Boolean).map((function(e){return null!=t[e]?t[e]:e})).reduce((function(e,t){return e.length&&"string"==typeof t&&"string"==typeof e[e.length-1]?e[e.length-1]+=t:e.push(t),e}),[])}var B=/(<([0-9a-zA-Z-_]*?)>(.*?)<\/([0-9a-zA-Z-_]*?)>)|(<[0-9a-zA-Z-_]*?\/>)/,H=Date.now()+"@@",G=["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"];function K(e,t,n,r,a,o){var i=F(e,t,n,r,a,void 0,o),u={},s=i.reduce((function(e,t){if(0===t.type)return e+t.value;var n=Date.now()+"_"+ ++q;return u[n]=t.value,e+"@@"+n+"@@"}),"");if(!B.test(s))return W(s,u);if(!a)throw new N("Message has placeholders but no values was given");if("undefined"==typeof DOMParser)throw new N("Cannot format XML message without DOMParser");A||(A=new DOMParser);var c=A.parseFromString('<formatted-message id="'+H+'">'+s+"</formatted-message>","text/html").getElementById(H);if(!c)throw new N("Malformed HTML message "+s);var l=Object.keys(a).filter((function(e){return!!c.getElementsByTagName(e).length}));if(!l.length)return W(s,u);var f=l.filter((function(e){return e!==e.toLowerCase()}));if(f.length)throw new N("HTML tag must be lowercased but the following tags are not: "+f.join(", "));return Array.prototype.slice.call(c.childNodes).reduce((function(e,t){return e.concat(function e(t,n,r){var a=t.tagName,o=t.outerHTML,i=t.textContent,u=t.childNodes;if(!a)return W(i||"",n);a=a.toLowerCase();var s=~G.indexOf(a),c=r[a];if(c&&s)throw new N(a+" is a self-closing tag and can not be used, please use another tag name.");if(!u.length)return[o];var l=Array.prototype.slice.call(u).reduce((function(t,a){return t.concat(e(a,n,r))}),[]);return c?"function"==typeof c?[c.apply(void 0,l)]:[c]:M(["<"+a+">"],l,["</"+a+">"])}(t,u,a))}),[])}var Z=function(){return(Z=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};function V(e,t){return t?Object.keys(e).reduce((function(n,r){var a,o;return n[r]=(a=e[r],(o=t[r])?Z(Z(Z({},a||{}),o||{}),Object.keys(a).reduce((function(e,t){return e[t]=Z(Z({},a[t]),o[t]||{}),e}),{})):a),n}),Z({},e)):e}var X=function(){function e(t,n,r,a){var o,i=this;if(void 0===n&&(n=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){return function(e,t,n,r,a,o){var i=F(e,t,n,r,a,void 0,o);return 1===i.length?i[0].value:i.reduce((function(e,t){return e+t.value}),"")}(i.ast,i.locales,i.formatters,i.formats,e,i.message)},this.formatToParts=function(e){return F(i.ast,i.locales,i.formatters,i.formats,e,void 0,i.message)},this.formatHTMLMessage=function(e){return K(i.ast,i.locales,i.formatters,i.formats,e,i.message)},this.resolvedOptions=function(){return{locale:Intl.NumberFormat.supportedLocalesOf(i.locales)[0]}},this.getAst=function(){return i.ast},"string"==typeof t){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");this.ast=e.__parse(t,{normalizeHashtagInPlural:!1})}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=V(e.formats,r),this.locales=n,this.formatters=a&&a.formatters||(void 0===(o=this.formatterCache)&&(o={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:_(Intl.NumberFormat,o.number),getDateTimeFormat:_(Intl.DateTimeFormat,o.dateTime),getPluralRules:_(Intl.PluralRules,o.pluralRules)})}return e.defaultLocale=(new Intl.NumberFormat).resolvedOptions().locale,e.__parse=k,e.formats={number:{currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}(),$=n("gQ7x"),Y={38:"&",62:">",60:"<",34:""",39:"'"},J=/[&><"']/g;function Q(e){return(""+e).replace(J,(function(e){return Y[e.charCodeAt(0)]}))}function ee(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.reduce((function(t,r){return r in e?t[r]=e[r]:r in n&&(t[r]=n[r]),t}),{})}function te(e){Object($.a)(e,"[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.")}function ne(e,t){var n=t?"\n".concat(t.stack):"";return"[React Intl] ".concat(e).concat(n)}var re={formats:{},messages:{},timeZone:void 0,textComponent:a.Fragment,defaultLocale:"en",defaultFormats:{},onError:function(e){0}};function ae(){return{dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}}}function oe(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}},t=Intl.RelativeTimeFormat,n=Intl.ListFormat,r=Intl.DisplayNames;return{getDateTimeFormat:_(Intl.DateTimeFormat,e.dateTime),getNumberFormat:_(Intl.NumberFormat,e.number),getMessageFormat:_(X,e.message),getRelativeTimeFormat:_(t,e.relativeTime),getPluralRules:_(Intl.PluralRules,e.pluralRules),getListFormat:_(n,e.list),getDisplayNames:_(r,e.displayNames)}}function ie(e,t,n,r){var a,o=e&&e[t];if(o&&(a=o[n]),a)return a;r(ne("No ".concat(t," format named: ").concat(n)))}var ue=n("rePB"),se=n("2mql"),ce=n.n(se).a||se;var le=a.createContext(null),fe=le.Consumer,pe=le.Provider,me=le;function de(e,t){var n,r=t||{},o=r.intlPropName,i=void 0===o?"intl":o,u=r.forwardRef,s=void 0!==u&&u,c=r.enforceContext,l=void 0===c||c,f=function(t){return a.createElement(fe,null,(function(n){return l&&te(n),a.createElement(e,Object.assign({},t,Object(ue.a)({},i,n),{ref:s?t.forwardedRef:null}))}))};return f.displayName="injectIntl(".concat((n=e).displayName||n.name||"Component",")"),f.WrappedComponent=e,ce(s?a.forwardRef((function(e,t){return a.createElement(f,Object.assign({},e,{forwardedRef:t}))})):f,e)}var he,ge,ye=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 a=0;for(r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]])}return n};!function(e){e.formatDate="FormattedDate",e.formatTime="FormattedTime",e.formatNumber="FormattedNumber",e.formatList="FormattedList",e.formatDisplayName="FormattedDisplayName"}(he||(he={})),function(e){e.formatDate="FormattedDateParts",e.formatTime="FormattedTimeParts",e.formatNumber="FormattedNumberParts",e.formatList="FormattedListParts"}(ge||(ge={}));var ve=function(e){return a.createElement(me.Consumer,null,(function(t){te(t);var n=e.value,r=e.children,a=ye(e,["value","children"]);return r(t.formatNumberToParts(n,a))}))};function be(e){var t=function(t){return a.createElement(me.Consumer,null,(function(n){te(n);var r=t.value,a=t.children,o=ye(t,["value","children"]),i="string"==typeof r?new Date(r||0):r;return a("formatDate"===e?n.formatDateToParts(i,o):n.formatTimeToParts(i,o))}))};return t.displayName=ge[e],t}function we(e){var t=function(t){return a.createElement(me.Consumer,null,(function(n){te(n);var r=t.value,o=t.children,i=ye(t,["value","children"]),u=n[e](r,i);if("function"==typeof o)return o(u);var s=n.textComponent||a.Fragment;return a.createElement(s,null,u)}))};return t.displayName=he[e],t}function Oe(){var e=Object(a.useContext)(me);return te(e),e}function ke(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}ve.displayName="FormattedNumberParts";var ze=n("o46R");function Pe(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,Object(ze.a)(r.key),r)}}function _e(e,t,n){return t&&Pe(e.prototype,t),n&&Pe(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}var je=n("s4An");function Se(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&&Object(je.a)(e,t)}var Ee=n("U8pU"),xe=n("JX7q");function Re(e,t){if(t&&("object"===Object(Ee.a)(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return Object(xe.a)(e)}var Te=n("foSv"),Le=["localeMatcher","style","currency","currencyDisplay","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","currencyDisplay","currencySign","notation","signDisplay","unit","unitDisplay"];function Ce(e,t){var n=e.locale,r=e.formats,a=e.onError,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=o.format,u=i&&ie(r,"number",i,a)||{},s=ee(o,Le,u);return t(n,s)}function De(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};try{return Ce(e,t,r).format(n)}catch(a){e.onError(ne("Error formatting number.",a))}return String(n)}function Ae(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};try{return Ce(e,t,r).formatToParts(n)}catch(a){e.onError(ne("Error formatting number.",a))}return[]}var Ie=["numeric","style"];function Me(e,t){var n=e.locale,r=e.formats,a=e.onError,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=o.format,u=!!i&&ie(r,"relative",i,a)||{},s=ee(o,Ie,u);return t(n,s)}function Ne(e,t,n,r){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};r||(r="second");var o=Intl.RelativeTimeFormat;o||e.onError(ne('Intl.RelativeTimeFormat is not available in this environment.\nTry polyfilling it using "@formatjs/intl-relativetimeformat"\n'));try{return Me(e,t,a).format(n,r)}catch(i){e.onError(ne("Error formatting relative time.",i))}return String(n)}var Fe=["localeMatcher","formatMatcher","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function Ue(e,t,n){var r=e.locale,a=e.formats,o=e.onError,i=e.timeZone,u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},s=u.format,c=Object.assign(Object.assign({},i&&{timeZone:i}),s&&ie(a,t,s,o)),l=ee(u,Fe,c);return"time"!==t||l.hour||l.minute||l.second||(l=Object.assign(Object.assign({},l),{hour:"numeric",minute:"numeric"})),n(r,l)}function qe(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a="string"==typeof n?new Date(n||0):n;try{return Ue(e,"date",t,r).format(a)}catch(o){e.onError(ne("Error formatting date.",o))}return String(a)}function We(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a="string"==typeof n?new Date(n||0):n;try{return Ue(e,"time",t,r).format(a)}catch(o){e.onError(ne("Error formatting time.",o))}return String(a)}function Be(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a="string"==typeof n?new Date(n||0):n;try{return Ue(e,"date",t,r).formatToParts(a)}catch(o){e.onError(ne("Error formatting date.",o))}return[]}function He(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a="string"==typeof n?new Date(n||0):n;try{return Ue(e,"time",t,r).formatToParts(a)}catch(o){e.onError(ne("Error formatting time.",o))}return[]}var Ge=["localeMatcher","type"];function Ke(e,t,n){var r=e.locale,a=e.onError,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};Intl.PluralRules||a(ne('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n'));var i=ee(o,Ge);try{return t(r,i).select(n)}catch(u){a(ne("Error formatting plural.",u))}return"other"}var Ze=n("KQm4");function Ve(e,t){return Object.keys(e).reduce((function(n,r){return n[r]=Object.assign({timeZone:t},e[r]),n}),{})}function Xe(e,t){return Object.keys(Object.assign(Object.assign({},e),t)).reduce((function(n,r){return n[r]=Object.assign(Object.assign({},e[r]||{}),t[r]||{}),n}),{})}function $e(e,t){if(!t)return e;var n=X.formats;return Object.assign(Object.assign(Object.assign({},n),e),{date:Xe(Ve(n.date,t),Ve(e.date||{},t)),time:Xe(Ve(n.time,t),Ve(e.time||{},t))})}var Ye=function(e){return a.createElement.apply(a,[a.Fragment,null].concat(Object(Ze.a)(e)))};function Je(e,t){var n=e.locale,r=e.formats,a=e.messages,o=e.defaultLocale,i=e.defaultFormats,u=e.onError,s=e.timeZone,c=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{id:""},l=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},f=c.id,p=c.defaultMessage;Object($.a)(!!f,"[React Intl] An `id` must be provided to format a message.");var m=a&&a[String(f)];r=$e(r,s),i=$e(i,s);var d=[];if(m)try{var h=t.getMessageFormat(m,n,r,{formatters:t});d=h.formatHTMLMessage(l)}catch(y){u(ne('Error formatting message: "'.concat(f,'" for locale: "').concat(n,'"')+(p?", using default message as fallback.":""),y))}else(!p||n&&n.toLowerCase()!==o.toLowerCase())&&u(ne('Missing message: "'.concat(f,'" for locale: "').concat(n,'"')+(p?", using default message as fallback.":"")));if(!d.length&&p)try{var g=t.getMessageFormat(p,o,i);d=g.formatHTMLMessage(l)}catch(y){u(ne('Error formatting the default message for: "'.concat(f,'"'),y))}return d.length?1===d.length&&"string"==typeof d[0]?d[0]||p||String(f):Ye(d):(u(ne('Cannot format message: "'.concat(f,'", ')+"using message ".concat(m||p?"source":"id"," as fallback."))),"string"==typeof m?m||p||String(f):p||String(f))}function Qe(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{id:""},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},a=Object.keys(r).reduce((function(e,t){var n=r[t];return e[t]="string"==typeof n?Q(n):n,e}),{});return Je(e,t,n,a)}var et=n("6koa"),tt=n.n(et),nt=["localeMatcher","type","style"],rt=Date.now();function at(e){return"".concat(rt,"_").concat(e,"_").concat(rt)}function ot(e,t,n){var r=e.locale,a=e.onError,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=Intl.ListFormat;i||a(ne('Intl.ListFormat is not available in this environment.\nTry polyfilling it using "@formatjs/intl-listformat"\n'));var u=ee(o,nt);try{var s={},c=n.map((function(e,t){if("object"==typeof e){var n=at(t);return s[n]=e,n}return String(e)}));if(!Object.keys(s).length)return t(r,u).format(c);var l=t(r,u).formatToParts(c);return l.reduce((function(e,t){var n=t.value;return s[n]?e.push(s[n]):"string"==typeof e[e.length-1]?e[e.length-1]+=n:e.push(n),e}),[])}catch(f){a(ne("Error formatting list.",f))}return n}var it=["localeMatcher","style","type","fallback"];function ut(e,t,n){var r=e.locale,a=e.onError,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=Intl.DisplayNames;i||a(ne('Intl.DisplayNames is not available in this environment.\nTry polyfilling it using "@formatjs/intl-displaynames"\n'));var u=ee(o,it);try{return t(r,u).of(n)}catch(s){a(ne("Error formatting display name.",s))}}function st(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 Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Object(Te.a)(e);if(t){var a=Object(Te.a)(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return Re(this,n)}}var ct=tt.a||et;function lt(e){return{locale:e.locale,timeZone:e.timeZone,formats:e.formats,textComponent:e.textComponent,messages:e.messages,defaultLocale:e.defaultLocale,defaultFormats:e.defaultFormats,onError:e.onError}}function ft(e,t){var n=oe(t),r=Object.assign(Object.assign({},re),e),a=r.locale,o=r.defaultLocale,i=r.onError;return a?!Intl.NumberFormat.supportedLocalesOf(a).length&&i?i(ne('Missing locale data for locale: "'.concat(a,'" in Intl.NumberFormat. Using default locale: "').concat(o,'" as fallback. See https://github.com/formatjs/react-intl/blob/master/docs/Getting-Started.md#runtime-requirements for more details'))):!Intl.DateTimeFormat.supportedLocalesOf(a).length&&i&&i(ne('Missing locale data for locale: "'.concat(a,'" in Intl.DateTimeFormat. Using default locale: "').concat(o,'" as fallback. See https://github.com/formatjs/react-intl/blob/master/docs/Getting-Started.md#runtime-requirements for more details'))):(i&&i(ne('"locale" was not configured, using "'.concat(o,'" as fallback. See https://github.com/formatjs/react-intl/blob/master/docs/API.md#intlshape for more details'))),r.locale=r.defaultLocale||"en"),Object.assign(Object.assign({},r),{formatters:n,formatNumber:De.bind(null,r,n.getNumberFormat),formatNumberToParts:Ae.bind(null,r,n.getNumberFormat),formatRelativeTime:Ne.bind(null,r,n.getRelativeTimeFormat),formatDate:qe.bind(null,r,n.getDateTimeFormat),formatDateToParts:Be.bind(null,r,n.getDateTimeFormat),formatTime:We.bind(null,r,n.getDateTimeFormat),formatTimeToParts:He.bind(null,r,n.getDateTimeFormat),formatPlural:Ke.bind(null,r,n.getPluralRules),formatMessage:Je.bind(null,r,n),formatHTMLMessage:Qe.bind(null,r,n),formatList:ot.bind(null,r,n.getListFormat),formatDisplayName:ut.bind(null,r,n.getDisplayNames)})}var pt=function(e){Se(n,e);var t=st(n);function n(){var e;return ke(this,n),(e=t.apply(this,arguments)).cache={dateTime:{},number:{},message:{},relativeTime:{},pluralRules:{},list:{},displayNames:{}},e.state={cache:e.cache,intl:ft(lt(e.props),e.cache),prevConfig:lt(e.props)},e}return _e(n,[{key:"render",value:function(){return te(this.state.intl),a.createElement(pe,{value:this.state.intl},this.props.children)}}],[{key:"getDerivedStateFromProps",value:function(e,t){var n=t.prevConfig,r=t.cache,a=lt(e);return ct(n,a)?null:{intl:ft(a,r),prevConfig:a}}}]),n}(a.PureComponent);function mt(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 Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Object(Te.a)(e);if(t){var a=Object(Te.a)(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return Re(this,n)}}pt.displayName="IntlProvider",pt.defaultProps=re;function dt(e){var t=Math.abs(e);return t<60?"second":t<3600?"minute":t<86400?"hour":"day"}function ht(e){switch(e){case"second":return 1;case"minute":return 60;case"hour":return 3600;default:return 86400}}function gt(e,t){if(!e)return 0;switch(t){case"second":return e;case"minute":return 60*e;default:return 3600*e}}var yt=["second","minute","hour"];function vt(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"second";return yt.includes(e)}var bt=function(e){Se(n,e);var t=mt(n);function n(e){var r;return ke(this,n),(r=t.call(this,e))._updateTimer=null,r.state={prevUnit:r.props.unit,prevValue:r.props.value,currentValueInSeconds:vt(r.props.unit)?gt(r.props.value,r.props.unit):0},Object($.a)(!e.updateIntervalInSeconds||!(!e.updateIntervalInSeconds||!vt(e.unit)),"Cannot schedule update with unit longer than hour"),r}return _e(n,[{key:"scheduleNextUpdate",value:function(e,t){var n=this,r=e.updateIntervalInSeconds,a=e.unit,o=t.currentValueInSeconds;if(clearTimeout(this._updateTimer),this._updateTimer=null,r&&vt(a)){var i=o-r,u=dt(i);if("day"!==u){var s=ht(u),c=i-i%s,l=c>=o?c-s:c,f=Math.abs(l-o);this._updateTimer=setTimeout((function(){return n.setState({currentValueInSeconds:l})}),1e3*f)}}}},{key:"componentDidMount",value:function(){this.scheduleNextUpdate(this.props,this.state)}},{key:"componentDidUpdate",value:function(){this.scheduleNextUpdate(this.props,this.state)}},{key:"componentWillUnmount",value:function(){clearTimeout(this._updateTimer),this._updateTimer=null}},{key:"render",value:function(){var e=this;return a.createElement(me.Consumer,null,(function(t){te(t);var n=t.formatRelativeTime,r=t.textComponent,o=e.props,i=o.children,u=o.value,s=o.unit,c=o.updateIntervalInSeconds,l=e.state.currentValueInSeconds,f=u||0,p=s;if(vt(s)&&"number"==typeof l&&c){var m=ht(p=dt(l));f=Math.round(l/m)}var d=n(f,p,Object.assign({},e.props));return"function"==typeof i?i(d):r?a.createElement(r,null,d):d}))}}],[{key:"getDerivedStateFromProps",value:function(e,t){return e.unit!==t.prevUnit||e.value!==t.prevValue?{prevValue:e.value,prevUnit:e.unit,currentValueInSeconds:vt(e.unit)?gt(e.value,e.unit):0}:null}}]),n}(a.PureComponent);bt.displayName="FormattedRelativeTime",bt.defaultProps={value:0,unit:"second"};var wt=bt,Ot=function(e){var t=e.value,n=e.other,r=e.children,o=e.intl,i=o.formatPlural,u=o.textComponent,s=e[i(t,e)]||n;return"function"==typeof r?r(s):u?a.createElement(u,null,s):s};Ot.defaultProps={type:"cardinal"},Ot.displayName="FormattedPlural";var kt=de(Ot);function zt(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 Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Object(Te.a)(e);if(t){var a=Object(Te.a)(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return Re(this,n)}}var Pt=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 a=0;for(r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]])}return n},_t=tt.a||et,jt=function(e,t){return Je(Object.assign(Object.assign({},re),{locale:"en"}),oe(),e,t)},St=function(e){Se(n,e);var t=zt(n);function n(){return ke(this,n),t.apply(this,arguments)}return _e(n,[{key:"shouldComponentUpdate",value:function(e){var t=this.props,n=t.values,r=Pt(t,["values"]),a=e.values,o=Pt(e,["values"]);return!_t(a,n)||!_t(r,o)}},{key:"render",value:function(){var e=this;return a.createElement(me.Consumer,null,(function(t){e.props.defaultMessage||te(t);var n=t||{},r=n.formatMessage,o=void 0===r?jt:r,i=n.textComponent,u=void 0===i?a.Fragment:i,s=e.props,c=s.id,l=s.description,f=s.defaultMessage,p=s.values,m=s.children,d=s.tagName,h=void 0===d?u:d,g=o({id:c,description:l,defaultMessage:f},p);return Array.isArray(g)||(g=[g]),"function"==typeof m?m.apply(void 0,Object(Ze.a)(g)):h?a.createElement.apply(a,[h,null].concat(Object(Ze.a)(g))):g}))}}]),n}(a.Component);St.displayName="FormattedMessage",St.defaultProps={values:{}};var Et=St;function xt(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 Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=Object(Te.a)(e);if(t){var a=Object(Te.a)(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return Re(this,n)}}var Rt=function(e){Se(n,e);var t=xt(n);function n(){return ke(this,n),t.apply(this,arguments)}return _e(n,[{key:"render",value:function(){var e=this;return a.createElement(me.Consumer,null,(function(t){e.props.defaultMessage||te(t);var n=t.formatHTMLMessage,r=t.textComponent,o=e.props,i=o.id,u=o.description,s=o.defaultMessage,c=o.values,l=o.children,f=e.props.tagName;f||(f=r||"span");var p=n({id:i,description:u,defaultMessage:s},c);if("function"==typeof l)return l(p);var m={__html:p};return a.createElement(f,{dangerouslySetInnerHTML:m})}))}}]),n}(Et);Rt.displayName="FormattedHTMLMessage",Rt.defaultProps=Object.assign(Object.assign({},Et.defaultProps),{tagName:"span"});var Tt=Rt;function Lt(e){return e}var Ct=we("formatDate"),Dt=we("formatTime"),At=we("formatNumber"),It=we("formatList"),Mt=we("formatDisplayName"),Nt=be("formatDate"),Ft=be("formatTime")},"7hJ6":function(e,t,n){"use strict";t.__esModule=!0,t.useScrollRestoration=t.ScrollContainer=t.ScrollContext=void 0;var r=n("Enzk");t.ScrollContext=r.ScrollHandler;var a=n("hd9s");t.ScrollContainer=a.ScrollContainer;var o=n("3uz+");t.useScrollRestoration=o.useScrollRestoration},"7ljp":function(e,t,n){"use strict";n.r(t),n.d(t,"MDXContext",(function(){return l})),n.d(t,"MDXProvider",(function(){return m})),n.d(t,"mdx",(function(){return g})),n.d(t,"useMDXComponents",(function(){return p})),n.d(t,"withMDXComponents",(function(){return f}));var r=n("q1tI"),a=n.n(r);function o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}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}).apply(this,arguments)}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 s(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){o(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}function c(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n,r,a={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var l=a.a.createContext({}),f=function(e){return function(t){var n=p(t.components);return a.a.createElement(e,i({},t,{components:n}))}},p=function(e){var t=a.a.useContext(l),n=t;return e&&(n="function"==typeof e?e(t):s(s({},t),e)),n},m=function(e){var t=p(e.components);return a.a.createElement(l.Provider,{value:t},e.children)},d={inlineCode:"code",wrapper:function(e){var t=e.children;return a.a.createElement(a.a.Fragment,{},t)}},h=a.a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,o=e.originalType,i=e.parentName,u=c(e,["components","mdxType","originalType","parentName"]),l=p(n),f=r,m=l["".concat(i,".").concat(f)]||l[f]||d[f]||o;return n?a.a.createElement(m,s(s({ref:t},u),{},{components:n})):a.a.createElement(m,s({ref:t},u))}));function g(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=n.length,i=new Array(o);i[0]=h;var u={};for(var s in t)hasOwnProperty.call(t,s)&&(u[s]=t[s]);u.originalType=e,u.mdxType="string"==typeof e?e:r,i[1]=u;for(var c=2;c<o;c++)i[c]=n[c];return a.a.createElement.apply(null,i)}return a.a.createElement.apply(null,n)}h.displayName="MDXCreateElement"},"8OQS":function(e,t){e.exports=function(e,t){if(null==e)return{};var n,r,a={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(a[n]=e[n]);return a},e.exports.__esModule=!0,e.exports.default=e.exports},"94VI":function(e,t){t.polyfill=function(e){return e}},"9LoS":function(e,t,n){"use strict";var r=n("TqRt");t.__esModule=!0,t.wrapPageElement=void 0;var a=r(n("ig1g")).default;t.wrapPageElement=a},"9Xx/":function(e,t,n){"use strict";n.d(t,"c",(function(){return s})),n.d(t,"d",(function(){return c})),n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return i}));var r=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},a=function(e){var t=e.location,n=t.search,r=t.hash,a=t.href,o=t.origin,i=t.protocol,s=t.host,c=t.hostname,l=t.port,f=e.location.pathname;!f&&a&&u&&(f=new URL(a).pathname);return{pathname:encodeURI(decodeURI(f)),search:n,hash:r,href:a,origin:o,protocol:i,host:s,hostname:c,port:l,state:e.history.state,key:e.history.state&&e.history.state.key||"initial"}},o=function(e,t){var n=[],o=a(e),i=!1,u=function(){};return{get location(){return o},get transitioning(){return i},_onTransitionComplete:function(){i=!1,u()},listen:function(t){n.push(t);var r=function(){o=a(e),t({location:o,action:"POP"})};return e.addEventListener("popstate",r),function(){e.removeEventListener("popstate",r),n=n.filter((function(e){return e!==t}))}},navigate:function(t){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},c=s.state,l=s.replace,f=void 0!==l&&l;if("number"==typeof t)e.history.go(t);else{c=r({},c,{key:Date.now()+""});try{i||f?e.history.replaceState(c,null,t):e.history.pushState(c,null,t)}catch(m){e.location[f?"replace":"assign"](t)}}o=a(e),i=!0;var p=new Promise((function(e){return u=e}));return n.forEach((function(e){return e({location:o,action:"PUSH"})})),p}}},i=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/",t=e.indexOf("?"),n={pathname:t>-1?e.substr(0,t):e,search:t>-1?e.substr(t):""},r=0,a=[n],o=[null];return{get location(){return a[r]},addEventListener:function(e,t){},removeEventListener:function(e,t){},history:{get entries(){return a},get index(){return r},get state(){return o[r]},pushState:function(e,t,n){var i=n.split("?"),u=i[0],s=i[1],c=void 0===s?"":s;r++,a.push({pathname:u,search:c.length?"?"+c:c}),o.push(e)},replaceState:function(e,t,n){var i=n.split("?"),u=i[0],s=i[1],c=void 0===s?"":s;a[r]={pathname:u,search:c},o[r]=e},go:function(e){var t=r+e;t<0||t>o.length-1||(r=t)}}}},u=!("undefined"==typeof window||!window.document||!window.document.createElement),s=o(u?window:i()),c=s.navigate},"9hXx":function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;t.default=function(e,t){if(!Array.isArray(t))return"manifest.webmanifest";var n=t.find((function(t){return e.startsWith(t.start_url)}));return n?"manifest_"+n.lang+".webmanifest":"manifest.webmanifest"}},BfwJ:function(e,t,n){"use strict";n.r(t),n.d(t,"useMDXScope",(function(){return i})),n.d(t,"MDXScopeProvider",(function(){return u}));var r=n("q1tI"),a=n.n(r),o=Object(r.createContext)({}),i=function(e){var t=Object(r.useContext)(o);return e||t},u=function(e){var t=e.__mdxScope,n=e.children;return a.a.createElement(o.Provider,{value:t},n)}},ENLR:function(e,t,n){var r={"./pl":"TFOL","./pl.js":"TFOL"};function a(e){var t=o(e);return n(t)}function o(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}a.keys=function(){return Object.keys(r)},a.resolve=o,e.exports=a,a.id="ENLR"},Enzk:function(e,t,n){"use strict";var r=n("284h"),a=n("TqRt");t.__esModule=!0,t.ScrollHandler=t.ScrollContext=void 0;var o=a(n("PJYZ")),i=a(n("VbXa")),u=r(n("q1tI")),s=a(n("17x9")),c=n("/hTd"),l=u.createContext(new c.SessionStorage);t.ScrollContext=l,l.displayName="GatsbyScrollContext";var f=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),a=0;a<n;a++)r[a]=arguments[a];return(t=e.call.apply(e,[this].concat(r))||this)._stateStorage=new c.SessionStorage,t.scrollListener=function(){var e=t.props.location.key;e&&t._stateStorage.save(t.props.location,e,window.scrollY)},t.windowScroll=function(e,n){t.shouldUpdateScroll(n,t.props)&&window.scrollTo(0,e)},t.scrollToHash=function(e,n){var r=document.getElementById(e.substring(1));r&&t.shouldUpdateScroll(n,t.props)&&r.scrollIntoView()},t.shouldUpdateScroll=function(e,n){var r=t.props.shouldUpdateScroll;return!r||r.call((0,o.default)(t),e,n)},t}(0,i.default)(t,e);var n=t.prototype;return n.componentDidMount=function(){var e;window.addEventListener("scroll",this.scrollListener);var t=this.props.location,n=t.key,r=t.hash;n&&(e=this._stateStorage.read(this.props.location,n)),e?this.windowScroll(e,void 0):r&&this.scrollToHash(decodeURI(r),void 0)},n.componentWillUnmount=function(){window.removeEventListener("scroll",this.scrollListener)},n.componentDidUpdate=function(e){var t,n=this.props.location,r=n.hash,a=n.key;a&&(t=this._stateStorage.read(this.props.location,a)),r&&0===t?this.scrollToHash(decodeURI(r),e):this.windowScroll(t,e)},n.render=function(){return u.createElement(l.Provider,{value:this._stateStorage},this.props.children)},t}(u.Component);t.ScrollHandler=f,f.propTypes={shouldUpdateScroll:s.default.func,children:s.default.element.isRequired,location:s.default.object.isRequired}},IOVJ:function(e,t,n){"use strict";var r=n("rePB"),a=n("dI71"),o=n("q1tI"),i=n.n(o),u=n("emEt"),s=n("xtsi");function c(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 l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(Object(n),!0).forEach((function(t){Object(r.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var f=function(e){function t(){return e.apply(this,arguments)||this}return Object(a.a)(t,e),t.prototype.render=function(){var e=l(l({},this.props),{},{pathContext:this.props.pageContext}),t=Object(s.apiRunner)("replaceComponentRenderer",{props:this.props,loader:u.publicLoader})[0]||Object(o.createElement)(this.props.pageResources.component,l(l({},e),{},{key:this.props.path||this.props.pageResources.page.path}));return Object(s.apiRunner)("wrapPageElement",{element:t,props:e},t,(function(t){return{element:t.result,props:e}})).pop()},t}(i.a.Component);t.a=f},IwMY:function(e){e.exports=JSON.parse('{"data":{"pl":{"nu":["latn"],"year":{"0":"w tym roku","1":"w przyszłym roku","future":{"one":"za {0} rok","few":"za {0} lata","many":"za {0} lat","other":"za {0} roku"},"past":{"one":"{0} rok temu","few":"{0} lata temu","many":"{0} lat temu","other":"{0} roku temu"},"-1":"w zeszłym roku"},"year-short":{"0":"w tym roku","1":"w przyszłym roku","future":{"one":"za {0} rok","few":"za {0} lata","many":"za {0} lat","other":"za {0} roku"},"past":{"one":"{0} rok temu","few":"{0} lata temu","many":"{0} lat temu","other":"{0} roku temu"},"-1":"w zeszłym roku"},"year-narrow":{"0":"w tym roku","1":"w przyszłym roku","future":{"one":"za {0} rok","few":"za {0} lata","many":"za {0} lat","other":"za {0} roku"},"past":{"one":"{0} rok temu","few":"{0} lata temu","many":"{0} lat temu","other":"{0} roku temu"},"-1":"w zeszłym roku"},"quarter":{"0":"w tym kwartale","1":"w przyszłym kwartale","future":{"one":"za {0} kwartał","few":"za {0} kwartały","many":"za {0} kwartałów","other":"za {0} kwartału"},"past":{"one":"{0} kwartał temu","few":"{0} kwartały temu","many":"{0} kwartałów temu","other":"{0} kwartału temu"},"-1":"w zeszłym kwartale"},"quarter-short":{"0":"w tym kwartale","1":"w przyszłym kwartale","future":{"one":"za {0} kw.","few":"za {0} kw.","many":"za {0} kw.","other":"za {0} kw."},"past":{"one":"{0} kw. temu","few":"{0} kw. temu","many":"{0} kw. temu","other":"{0} kw. temu"},"-1":"w zeszłym kwartale"},"quarter-narrow":{"0":"w tym kwartale","1":"w przyszłym kwartale","future":{"one":"za {0} kw.","few":"za {0} kw.","many":"za {0} kw.","other":"za {0} kw."},"past":{"one":"{0} kw. temu","few":"{0} kw. temu","many":"{0} kw. temu","other":"{0} kw. temu"},"-1":"w zeszłym kwartale"},"month":{"0":"w tym miesiącu","1":"w przyszłym miesiącu","future":{"one":"za {0} miesiąc","few":"za {0} miesiące","many":"za {0} miesięcy","other":"za {0} miesiąca"},"past":{"one":"{0} miesiąc temu","few":"{0} miesiące temu","many":"{0} miesięcy temu","other":"{0} miesiąca temu"},"-1":"w zeszłym miesiącu"},"month-short":{"0":"w tym mies.","1":"w przyszłym mies.","future":{"one":"za {0} mies.","few":"za {0} mies.","many":"za {0} mies.","other":"za {0} mies."},"past":{"one":"{0} mies. temu","few":"{0} mies. temu","many":"{0} mies. temu","other":"{0} mies. temu"},"-1":"w zeszłym mies."},"month-narrow":{"0":"w tym mies.","1":"w przyszłym mies.","future":{"one":"za {0} mies.","few":"za {0} mies.","many":"za {0} mies.","other":"za {0} mies."},"past":{"one":"{0} mies. temu","few":"{0} mies. temu","many":"{0} mies. temu","other":"{0} mies. temu"},"-1":"w zeszłym mies."},"week":{"0":"w tym tygodniu","1":"w przyszłym tygodniu","future":{"one":"za {0} tydzień","few":"za {0} tygodnie","many":"za {0} tygodni","other":"za {0} tygodnia"},"past":{"one":"{0} tydzień temu","few":"{0} tygodnie temu","many":"{0} tygodni temu","other":"{0} tygodnia temu"},"-1":"w zeszłym tygodniu"},"week-short":{"0":"w tym tyg.","1":"w przyszłym tyg.","future":{"one":"za {0} tydz.","few":"za {0} tyg.","many":"za {0} tyg.","other":"za {0} tyg."},"past":{"one":"{0} tydz. temu","few":"{0} tyg. temu","many":"{0} tyg. temu","other":"{0} tyg. temu"},"-1":"w zeszłym tyg."},"week-narrow":{"0":"w tym tyg.","1":"w przyszłym tyg.","future":{"one":"za {0} tydz.","few":"za {0} tyg.","many":"za {0} tyg.","other":"za {0} tyg."},"past":{"one":"{0} tydz. temu","few":"{0} tyg. temu","many":"{0} tyg. temu","other":"{0} tyg. temu"},"-1":"w zeszłym tyg."},"day":{"0":"dzisiaj","1":"jutro","2":"pojutrze","future":{"one":"za {0} dzień","few":"za {0} dni","many":"za {0} dni","other":"za {0} dnia"},"past":{"one":"{0} dzień temu","few":"{0} dni temu","many":"{0} dni temu","other":"{0} dnia temu"},"-2":"przedwczoraj","-1":"wczoraj"},"day-short":{"0":"dzisiaj","1":"jutro","2":"pojutrze","future":{"one":"za {0} dzień","few":"za {0} dni","many":"za {0} dni","other":"za {0} dnia"},"past":{"one":"{0} dzień temu","few":"{0} dni temu","many":"{0} dni temu","other":"{0} dnia temu"},"-2":"przedwczoraj","-1":"wczoraj"},"day-narrow":{"0":"dziś","1":"jutro","2":"pojutrze","future":{"one":"za {0} dzień","few":"za {0} dni","many":"za {0} dni","other":"za {0} dnia"},"past":{"one":"{0} dzień temu","few":"{0} dni temu","many":"{0} dni temu","other":"{0} dnia temu"},"-2":"przedwczoraj","-1":"wcz."},"hour":{"0":"ta godzina","future":{"one":"za {0} godzinę","few":"za {0} godziny","many":"za {0} godzin","other":"za {0} godziny"},"past":{"one":"{0} godzinę temu","few":"{0} godziny temu","many":"{0} godzin temu","other":"{0} godziny temu"}},"hour-short":{"0":"ta godzina","future":{"one":"za {0} godz.","few":"za {0} godz.","many":"za {0} godz.","other":"za {0} godz."},"past":{"one":"{0} godz. temu","few":"{0} godz. temu","many":"{0} godz. temu","other":"{0} godz. temu"}},"hour-narrow":{"0":"ta godzina","future":{"one":"za {0} g.","few":"za {0} g.","many":"za {0} g.","other":"za {0} g."},"past":{"one":"{0} g. temu","few":"{0} g. temu","many":"{0} g. temu","other":"{0} g. temu"}},"minute":{"0":"ta minuta","future":{"one":"za {0} minutę","few":"za {0} minuty","many":"za {0} minut","other":"za {0} minuty"},"past":{"one":"{0} minutę temu","few":"{0} minuty temu","many":"{0} minut temu","other":"{0} minuty temu"}},"minute-short":{"0":"ta minuta","future":{"one":"za {0} min","few":"za {0} min","many":"za {0} min","other":"za {0} min"},"past":{"one":"{0} min temu","few":"{0} min temu","many":"{0} min temu","other":"{0} min temu"}},"minute-narrow":{"0":"ta minuta","future":{"one":"za {0} min","few":"za {0} min","many":"za {0} min","other":"za {0} min"},"past":{"one":"{0} min temu","few":"{0} min temu","many":"{0} min temu","other":"{0} min temu"}},"second":{"0":"teraz","future":{"one":"za {0} sekundę","few":"za {0} sekundy","many":"za {0} sekund","other":"za {0} sekundy"},"past":{"one":"{0} sekundę temu","few":"{0} sekundy temu","many":"{0} sekund temu","other":"{0} sekundy temu"}},"second-short":{"0":"teraz","future":{"one":"za {0} sek.","few":"za {0} sek.","many":"za {0} sek.","other":"za {0} sek."},"past":{"one":"{0} sek. temu","few":"{0} sek. temu","many":"{0} sek. temu","other":"{0} sek. temu"}},"second-narrow":{"0":"teraz","future":{"one":"za {0} s","few":"za {0} s","many":"za {0} s","other":"za {0} s"},"past":{"one":"{0} s temu","few":"{0} s temu","many":"{0} s temu","other":"{0} s temu"}}}},"availableLocales":["pl"],"aliases":{},"parentLocales":{}}')},JTKy:function(e,t,n){"use strict";n.r(t);var r=n("q1tI");t.default={React:r}},JX7q:function(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",(function(){return r}))},KQm4:function(e,t,n){"use strict";function r(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 a(e){return function(e){if(Array.isArray(e))return r(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 r(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)?r(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}n.d(t,"a",(function(){return a}))},LQBV:function(e,t,n){"use strict";n.r(t),n.d(t,"selectUnit",(function(){return a})),n.d(t,"defaultNumberOption",(function(){return p})),n.d(t,"getAliasesByLang",(function(){return d})),n.d(t,"getInternalSlot",(function(){return v})),n.d(t,"getMultiInternalSlots",(function(){return b})),n.d(t,"getNumberOption",(function(){return m})),n.d(t,"getOption",(function(){return f})),n.d(t,"getParentLocalesByLang",(function(){return h})),n.d(t,"isLiteralPart",(function(){return w})),n.d(t,"partitionPattern",(function(){return O})),n.d(t,"setInternalSlot",(function(){return g})),n.d(t,"setMultiInternalSlots",(function(){return y})),n.d(t,"setNumberFormatDigitOptions",(function(){return k})),n.d(t,"toObject",(function(){return c})),n.d(t,"objectIs",(function(){return z})),n.d(t,"isWellFormedCurrencyCode",(function(){return _})),n.d(t,"toString",(function(){return l})),n.d(t,"createResolveLocale",(function(){return R})),n.d(t,"getLocaleHierarchy",(function(){return D})),n.d(t,"supportedLocales",(function(){return I})),n.d(t,"unpackData",(function(){return F})),n.d(t,"isMissingLocaleDataError",(function(){return N})),n.d(t,"SANCTIONED_UNITS",(function(){return q})),n.d(t,"removeUnitNamespace",(function(){return W})),n.d(t,"InternalSlotToken",(function(){return U})),n.d(t,"getCanonicalLocales",(function(){return j})),n.d(t,"invariant",(function(){return s.a}));var r=function(){return(r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};function a(e,t,n){void 0===t&&(t=Date.now()),void 0===n&&(n={});var a=r(r({},o),n||{}),i=(+e-+t)/1e3;if(Math.abs(i)<a.second)return{value:Math.round(i),unit:"second"};var u=i/60;if(Math.abs(u)<a.minute)return{value:Math.round(u),unit:"minute"};var s=i/3600;if(Math.abs(s)<a.hour)return{value:Math.round(s),unit:"hour"};var c=i/86400;if(Math.abs(c)<a.day)return{value:Math.round(c),unit:"day"};var l=new Date(e),f=new Date(t),p=l.getFullYear()-f.getFullYear();if(Math.round(Math.abs(p))>0)return{value:Math.round(p),unit:"year"};var m=12*p+l.getMonth()-f.getMonth();if(Math.round(Math.abs(m))>0)return{value:Math.round(m),unit:"month"};var d=i/604800;return{value:Math.round(d),unit:"week"}}var o={second:45,minute:45,hour:22,day:5},i={"aa-SAAHO":"ssy",aam:"aas",aar:"aa",abk:"ab",adp:"dz",afr:"af",aju:"jrb",aka:"ak",alb:"sq",als:"sq",amh:"am",ara:"ar",arb:"ar",arg:"an",arm:"hy","art-lojban":"jbo",asd:"snz",asm:"as",aue:"ktz",ava:"av",ave:"ae",aym:"ay",ayr:"ay",ayx:"nun","az-AZ":"az-Latn-AZ",aze:"az",azj:"az",bak:"ba",bam:"bm",baq:"eu",bcc:"bal",bcl:"bik",bel:"be",ben:"bn",bgm:"bcg",bh:"bho",bih:"bho",bis:"bi",bjd:"drl",bod:"bo",bos:"bs",bre:"br","bs-BA":"bs-Latn-BA",bul:"bg",bur:"my",bxk:"luy",bxr:"bua",cat:"ca",ccq:"rki","cel-gaulish":"xtg-x-cel-gaulish",ces:"cs",cha:"ch",che:"ce",chi:"zh",chu:"cu",chv:"cv",cjr:"mom",cka:"cmr",cld:"syr",cmk:"xch",cmn:"zh",cnr:"sr-ME",cor:"kw",cos:"co",coy:"pij",cqu:"quh",cre:"cr",cwd:"cr",cym:"cy",cze:"cs",dan:"da",deu:"de",dgo:"doi",dhd:"mwr",dik:"din",diq:"zza",dit:"dif",div:"dv",drh:"mn",drw:"fa-af",dut:"nl",dzo:"dz",ekk:"et",ell:"el",emk:"man",eng:"en",epo:"eo",esk:"ik",est:"et",eus:"eu",ewe:"ee",fao:"fo",fas:"fa",fat:"ak",fij:"fj",fin:"fi",fra:"fr",fre:"fr",fry:"fy",fuc:"ff",ful:"ff",gav:"dev",gaz:"om",gbo:"grb",geo:"ka",ger:"de",gfx:"vaj",ggn:"gvr",gla:"gd",gle:"ga",glg:"gl",glv:"gv",gno:"gon",gre:"el",grn:"gn",gti:"nyc",gug:"gn",guj:"gu",guv:"duz",gya:"gba","ha-Latn-GH":"ha-GH","ha-Latn-NE":"ha-NE","ha-Latn-NG":"ha-NG",hat:"ht",hau:"ha",hbs:"sr-Latn",hdn:"hai",hea:"hmn",heb:"he",her:"hz",him:"srx",hin:"hi",hmo:"ho",hrr:"jal",hrv:"hr",hun:"hu",hye:"hy","i-ami":"ami","i-bnn":"bnn","i-hak":"hak","i-klingon":"tlh","i-lux":"lb","i-navajo":"nv","i-pwn":"pwn","i-tao":"tao","i-tay":"tay","i-tsu":"tsu","i-default":"en-x-i-default","i-enochian":"und-x-i-enochian","i-mingo":"see-x-i-mingo",ibi:"opa",ibo:"ig",ice:"is",ido:"io",iii:"ii",ike:"iu",iku:"iu",ile:"ie",ilw:"gal",in:"id",ina:"ia",ind:"id",ipk:"ik",isl:"is",ita:"it",iw:"he",jav:"jv",jeg:"oyb",ji:"yi",jpn:"ja",jw:"jv",kal:"kl",kan:"kn",kas:"ks",kat:"ka",kau:"kr",kaz:"kk",kgc:"tdf",kgh:"kml",khk:"mn",khm:"km",kik:"ki",kin:"rw",kir:"ky","kk-Cyrl-KZ":"kk-KZ",kmr:"ku",knc:"kr",kng:"kg",knn:"kok",koj:"kwv",kom:"kv",kon:"kg",kor:"ko",kpv:"kv",krm:"bmf","ks-Arab-IN":"ks-IN",ktr:"dtp",kua:"kj",kur:"ku",kvs:"gdj",kwq:"yam",kxe:"tvd","ky-Cyrl-KG":"ky-KG",kzj:"dtp",kzt:"dtp",lao:"lo",lat:"la",lav:"lv",lbk:"bnc",lii:"raq",lim:"li",lin:"ln",lit:"lt",llo:"ngt",lmm:"rmx",ltz:"lb",lub:"lu",lug:"lg",lvs:"lv",mac:"mk",mah:"mh",mal:"ml",mao:"mi",mar:"mr",may:"ms",meg:"cir",mhr:"chm",mkd:"mk",mlg:"mg",mlt:"mt","mn-Cyrl-MN":"mn-MN",mnk:"man",mo:"ro",mol:"ro",mon:"mn",mri:"mi","ms-Latn-BN":"ms-BN","ms-Latn-MY":"ms-MY","ms-Latn-SG":"ms-SG",msa:"ms",mst:"mry",mup:"raj",mwj:"vaj",mya:"my",myd:"aog",myt:"mry",nad:"xny",nau:"na",nav:"nv",nbl:"nr",ncp:"kdz",nde:"nd",ndo:"ng",nep:"ne",nld:"nl",nno:"nn",nns:"nbr",nnx:"ngv",no:"nb","no-bok":"nb","no-BOKMAL":"nb","no-nyn":"nn","no-NYNORSK":"nn",nob:"nb",nor:"nb",npi:"ne",nts:"pij",nya:"ny",oci:"oc",ojg:"oj",oji:"oj",ori:"or",orm:"om",ory:"or",oss:"os",oun:"vaj","pa-IN":"pa-Guru-IN","pa-PK":"pa-Arab-PK",pan:"pa",pbu:"ps",pcr:"adx",per:"fa",pes:"fa",pli:"pi",plt:"mg",pmc:"huw",pmu:"phr",pnb:"lah",pol:"pl",por:"pt",ppa:"bfy",ppr:"lcq",prs:"fa-AF",pry:"prt",pus:"ps",puz:"pub",que:"qu",quz:"qu",rmy:"rom",roh:"rm",ron:"ro",rum:"ro",run:"rn",rus:"ru",sag:"sg",san:"sa",sca:"hle",scc:"sr",scr:"hr","sgn-BE-FR":"sfb","sgn-BE-NL":"vgt","sgn-CH-DE":"sgg",sh:"sr-Latn","shi-MA":"shi-Tfng-MA",sin:"si",skk:"oyb",slk:"sk",slo:"sk",slv:"sl",sme:"se",smo:"sm",sna:"sn",snd:"sd",som:"so",sot:"st",spa:"es",spy:"kln",sqi:"sq","sr-BA":"sr-Cyrl-BA","sr-ME":"sr-Latn-ME","sr-RS":"sr-Cyrl-RS","sr-XK":"sr-Cyrl-XK",src:"sc",srd:"sc",srp:"sr",ssw:"ss",sun:"su",swa:"sw",swc:"sw-CD",swe:"sv",swh:"sw",tah:"ty",tam:"ta",tat:"tt",tdu:"dtp",tel:"te",tgk:"tg",tgl:"fil",tha:"th",thc:"tpo",thx:"oyb",tib:"bo",tie:"ras",tir:"ti",tkk:"twm",tl:"fil",tlw:"weo",tmp:"tyj",tne:"kak",tnf:"fa-af",ton:"to",tsf:"taj",tsn:"tn",tso:"ts",ttq:"tmh",tuk:"tk",tur:"tr",tw:"ak",twi:"ak","tzm-Latn-MA":"tzm-MA","ug-Arab-CN":"ug-CN",uig:"ug",ukr:"uk",umu:"del",uok:"ema",urd:"ur","uz-AF":"uz-Arab-AF","uz-UZ":"uz-Latn-UZ",uzb:"uz",uzn:"uz","vai-LR":"vai-Vaii-LR",ven:"ve",vie:"vi",vol:"vo",wel:"cy",wln:"wa",wol:"wo",xba:"cax",xho:"xh",xia:"acn",xkh:"waw",xpe:"kpe",xsj:"suj",xsl:"den",ybd:"rki",ydd:"yi",yid:"yi",yma:"lrr",ymt:"mtm",yor:"yo",yos:"zom","yue-CN":"yue-Hans-CN","yue-HK":"yue-Hant-HK",yuu:"yug",zai:"zap","zh-CN":"zh-Hans-CN","zh-guoyu":"zh","zh-hakka":"hak","zh-HK":"zh-Hant-HK","zh-min-nan":"nan","zh-MO":"zh-Hant-MO","zh-SG":"zh-Hans-SG","zh-TW":"zh-Hant-TW","zh-xiang":"hsn","zh-min":"nan-x-zh-min",zha:"za",zho:"zh",zsm:"ms",zul:"zu",zyb:"za"},u={"en-150":"en-001","en-AG":"en-001","en-AI":"en-001","en-AU":"en-001","en-BB":"en-001","en-BM":"en-001","en-BS":"en-001","en-BW":"en-001","en-BZ":"en-001","en-CA":"en-001","en-CC":"en-001","en-CK":"en-001","en-CM":"en-001","en-CX":"en-001","en-CY":"en-001","en-DG":"en-001","en-DM":"en-001","en-ER":"en-001","en-FJ":"en-001","en-FK":"en-001","en-FM":"en-001","en-GB":"en-001","en-GD":"en-001","en-GG":"en-001","en-GH":"en-001","en-GI":"en-001","en-GM":"en-001","en-GY":"en-001","en-HK":"en-001","en-IE":"en-001","en-IL":"en-001","en-IM":"en-001","en-IN":"en-001","en-IO":"en-001","en-JE":"en-001","en-JM":"en-001","en-KE":"en-001","en-KI":"en-001","en-KN":"en-001","en-KY":"en-001","en-LC":"en-001","en-LR":"en-001","en-LS":"en-001","en-MG":"en-001","en-MO":"en-001","en-MS":"en-001","en-MT":"en-001","en-MU":"en-001","en-MW":"en-001","en-MY":"en-001","en-NA":"en-001","en-NF":"en-001","en-NG":"en-001","en-NR":"en-001","en-NU":"en-001","en-NZ":"en-001","en-PG":"en-001","en-PH":"en-001","en-PK":"en-001","en-PN":"en-001","en-PW":"en-001","en-RW":"en-001","en-SB":"en-001","en-SC":"en-001","en-SD":"en-001","en-SG":"en-001","en-SH":"en-001","en-SL":"en-001","en-SS":"en-001","en-SX":"en-001","en-SZ":"en-001","en-TC":"en-001","en-TK":"en-001","en-TO":"en-001","en-TT":"en-001","en-TV":"en-001","en-TZ":"en-001","en-UG":"en-001","en-VC":"en-001","en-VG":"en-001","en-VU":"en-001","en-WS":"en-001","en-ZA":"en-001","en-ZM":"en-001","en-ZW":"en-001","en-AT":"en-150","en-BE":"en-150","en-CH":"en-150","en-DE":"en-150","en-DK":"en-150","en-FI":"en-150","en-NL":"en-150","en-SE":"en-150","en-SI":"en-150","es-AR":"es-419","es-BO":"es-419","es-BR":"es-419","es-BZ":"es-419","es-CL":"es-419","es-CO":"es-419","es-CR":"es-419","es-CU":"es-419","es-DO":"es-419","es-EC":"es-419","es-GT":"es-419","es-HN":"es-419","es-MX":"es-419","es-NI":"es-419","es-PA":"es-419","es-PE":"es-419","es-PR":"es-419","es-PY":"es-419","es-SV":"es-419","es-US":"es-419","es-UY":"es-419","es-VE":"es-419","pt-AO":"pt-PT","pt-CH":"pt-PT","pt-CV":"pt-PT","pt-FR":"pt-PT","pt-GQ":"pt-PT","pt-GW":"pt-PT","pt-LU":"pt-PT","pt-MO":"pt-PT","pt-MZ":"pt-PT","pt-ST":"pt-PT","pt-TL":"pt-PT","zh-Hant-MO":"zh-Hant-HK"},s=n("gQ7x");function c(e){if(null==e)throw new TypeError("undefined/null cannot be converted to object");return Object(e)}function l(e){if("symbol"==typeof e)throw TypeError("Cannot convert a Symbol value to a string");return String(e)}function f(e,t,n,r,a){var o=e[t];if(void 0!==o){if("boolean"!==n&&"string"!==n)throw new TypeError("invalid type");if("boolean"===n&&(o=Boolean(o)),"string"===n&&(o=l(o)),void 0!==r&&!r.filter((function(e){return e==o})).length)throw new RangeError(o+" is not within "+r.join(", "));return o}return a}function p(e,t,n,r){if(void 0!==e){if(e=Number(e),isNaN(e)||e<t||e>n)throw new RangeError(e+" is outside of range ["+t+", "+n+"]");return Math.floor(e)}return r}function m(e,t,n,r,a){return p(e[t],n,r,a)}function d(e){return Object.keys(i).reduce((function(t,n){return n.split("-")[0]===e&&(t[n]=i[n]),t}),{})}function h(e){return Object.keys(u).reduce((function(t,n){return n.split("-")[0]===e&&(t[n]=u[n]),t}),{})}function g(e,t,n,r){e.get(t)||e.set(t,Object.create(null)),e.get(t)[n]=r}function y(e,t,n){for(var r=0,a=Object.keys(n);r<a.length;r++){var o=a[r];g(e,t,o,n[o])}}function v(e,t,n){return b(e,t,n)[n]}function b(e,t){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];var a=e.get(t);if(!a)throw new TypeError(t+" InternalSlot has not been initialized");return n.reduce((function(e,t){return e[t]=a[t],e}),Object.create(null))}function w(e){return"literal"===e.type}function O(e){for(var t=[],n=e.indexOf("{"),r=0,a=0,o=e.length;n<e.length&&n>-1;)r=e.indexOf("}",n),Object(s.a)(r>n,"Invalid pattern "+e),n>a&&t.push({type:"literal",value:e.substring(a,n)}),t.push({type:e.substring(n+1,r),value:void 0}),a=r+1,n=e.indexOf("{",a);return a<o&&t.push({type:"literal",value:e.substring(a,o)}),t}function k(e,t,n,r,a){var o=m(n,"minimumIntegerDigits",1,21,1),i=n.minimumFractionDigits,u=n.maximumFractionDigits,s=n.minimumSignificantDigits,c=n.maximumSignificantDigits;if(g(e,t,"minimumIntegerDigits",o),void 0!==s||void 0!==c)g(e,t,"roundingType","significantDigits"),s=p(s,1,21,1),c=p(c,s,21,21),g(e,t,"minimumSignificantDigits",s),g(e,t,"maximumSignificantDigits",c);else if(void 0!==i||void 0!==u){g(e,t,"roundingType","fractionDigits"),i=p(i,0,20,r),u=p(u,i,20,Math.max(i,a)),g(e,t,"minimumFractionDigits",i),g(e,t,"maximumFractionDigits",u)}else"compact"===v(e,t,"notation")?g(e,t,"roundingType","compactRounding"):(g(e,t,"roundingType","fractionDigits"),g(e,t,"minimumFractionDigits",r),g(e,t,"maximumFractionDigits",a))}function z(e,t){return Object.is?Object.is(e,t):e===t?0!==e||1/e==1/t:e!=e&&t!=t}var P=/[^A-Z]/;function _(e){return 3===(e=e.replace(/([a-z])/g,(function(e,t){return t.toUpperCase()}))).length&&!P.test(e)}function j(e){var t=Intl.getCanonicalLocales;return"function"==typeof t?t(e):Intl.DateTimeFormat.supportedLocalesOf(e)}var S,E=(S=function(e,t){return(S=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}S(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),x=function(){return(x=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)};function R(e){var t=function(e){return function(t,n){for(var r={locale:""},a=0,o=n;a<o.length;a++){var i=o[a],u=i.replace(L,""),s=C(t,u);if(s)return r.locale=s,i!==u&&(r.extension=i.slice(u.length+1,i.length)),r}return r.locale=e(),r}}(e),n=function(e){return function(t,n){for(var r={locale:""},a=0,o=n;a<o.length;a++){var i=o[a],u=i.replace(L,""),s=C(t,u);if(s)return r.locale=s,i!==u&&(r.extension=i.slice(u.length+1,i.length)),r}return r.locale=e(),r}}(e);return function(e,r,a,o,i){for(var u,c=(u="lookup"===a.localeMatcher?t(e,r):n(e,r)).locale,l={locale:"",dataLocale:c},f="-u",p=0,m=o;p<m.length;p++){var d=m[p],h=i[c];Object(s.a)("object"==typeof h&&null!==h,"locale data "+d+" must be an object");var g=h[d];Object(s.a)(Array.isArray(g),"keyLocaleData for "+d+" must be an array");var y=g[0];Object(s.a)("string"==typeof y||null===y,"value must be string or null");var v="";if(u.extension){var b=T(u.extension,d);void 0!==b&&(""!==b?~g.indexOf(b)&&(v="-"+d+"-"+(y=b)):~b.indexOf("true")&&(y="true",v="-"+d))}if(d in a){var w=a[d];Object(s.a)("string"==typeof w||null==w,"optionsValue must be String, Undefined or Null"),~g.indexOf(w)&&w!==y&&(y=w,v="")}l[d]=y,f+=v}if(f.length>2){var O=c.indexOf("-x-");if(-1===O)c+=f;else{var k=c.slice(0,O),z=c.slice(O,c.length);c=k+f+z}c=j(c)[0]}return l.locale=c,l}}function T(e,t){Object(s.a)(2===t.length,"key must have 2 elements");var n=e.length,r="-"+t+"-",a=e.indexOf(r);if(-1!==a){for(var o=a+4,i=o,u=o,c=!1;!c;){var l=e.indexOf("-",u);2===(-1===l?n-u:l-u)?c=!0:-1===l?(i=n,c=!0):(i=l,u=l+1)}return e.slice(o,i)}if(r="-"+t,-1!==(a=e.indexOf(r))&&a+3===n)return""}var L=/-u(?:-[0-9a-z]{2,8})+/gi;function C(e,t){for(var n=t;;){if(~e.indexOf(n))return n;var r=n.lastIndexOf("-");if(!~r)return;r>=2&&"-"===n[r-2]&&(r-=2),n=n.slice(0,r)}}function D(e,t,n){var r=[e];t[e]&&(e=t[e],r.push(e));var a=n[e];a&&r.push(a);for(var o=e.split("-"),i=o.length;i>1;i--)r.push(o.slice(0,i-1).join("-"));return r}function A(e,t){for(var n=[],r=0,a=t;r<a.length;r++){var o=C(e,a[r].replace(L,""));o&&n.push(o)}return n}function I(e,t,n){return void 0!==n&&f(n=c(n),"localeMatcher","string",["lookup","best fit"],"best fit"),A(e,t)}var M=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type="MISSING_LOCALE_DATA",t}return E(t,e),t}(Error);function N(e){return"MISSING_LOCALE_DATA"===e.type}function F(e,t,n){void 0===n&&(n=function(e,t){return x(x({},e),t)});var r=D(e,t.aliases,t.parentLocales),a=r.map((function(e){return t.data[e]})).filter(Boolean);if(!a.length)throw new M('Missing locale data for "'+e+'", lookup hierarchy: '+r.join(", "));return a.reverse(),a.reduce(n,{})}var U,q=["angle-degree","area-acre","area-hectare","concentr-percent","digital-bit","digital-byte","digital-gigabit","digital-gigabyte","digital-kilobit","digital-kilobyte","digital-megabit","digital-megabyte","digital-petabyte","digital-terabit","digital-terabyte","duration-day","duration-hour","duration-millisecond","duration-minute","duration-month","duration-second","duration-week","duration-year","length-centimeter","length-foot","length-inch","length-kilometer","length-meter","length-mile-scandinavian","length-mile","length-millimeter","length-yard","mass-gram","mass-kilogram","mass-ounce","mass-pound","mass-stone","temperature-celsius","temperature-fahrenheit","volume-fluid-ounce","volume-gallon","volume-liter","volume-milliliter"];function W(e){return e.replace(/^(.*?)-/,"")}!function(e){e.compactName="compactName",e.compactSymbol="compactSymbol",e.currencyCode="currencyCode",e.currencyName="currencyName",e.currencyNarrowSymbol="currencyNarrowSymbol",e.currencySymbol="currencySymbol",e.minusSign="minusSign",e.number="number",e.percentSign="percentSign",e.plusSign="plusSign",e.scientificExponent="scientificExponent",e.scientificSeparator="scientificSeparator",e.unitName="unitName",e.unitNarrowSymbol="unitNarrowSymbol",e.unitSymbol="unitSymbol"}(U||(U={}))},LYrO:function(e,t,n){"use strict";n.r(t),n.d(t,"startsWith",(function(){return o})),n.d(t,"pick",(function(){return i})),n.d(t,"match",(function(){return u})),n.d(t,"resolve",(function(){return s})),n.d(t,"insertParams",(function(){return c})),n.d(t,"validateRedirect",(function(){return l})),n.d(t,"shallowCompare",(function(){return b}));var r=n("QLaP"),a=n.n(r),o=function(e,t){return e.substr(0,t.length)===t},i=function(e,t){for(var n=void 0,r=void 0,o=t.split("?")[0],i=g(o),u=""===i[0],s=h(e),c=0,l=s.length;c<l;c++){var p=!1,d=s[c].route;if(d.default)r={route:d,params:{},uri:t};else{for(var y=g(d.path),b={},w=Math.max(i.length,y.length),O=0;O<w;O++){var k=y[O],z=i[O];if(m(k)){b[k.slice(1)||"*"]=i.slice(O).map(decodeURIComponent).join("/");break}if(void 0===z){p=!0;break}var P=f.exec(k);if(P&&!u){-1===v.indexOf(P[1])||a()(!1);var _=decodeURIComponent(z);b[P[1]]=_}else if(k!==z){p=!0;break}}if(!p){n={route:d,params:b,uri:"/"+i.slice(0,O).join("/")};break}}}return n||r||null},u=function(e,t){return i([{path:e}],t)},s=function(e,t){if(o(e,"/"))return e;var n=e.split("?"),r=n[0],a=n[1],i=t.split("?")[0],u=g(r),s=g(i);if(""===u[0])return y(i,a);if(!o(u[0],".")){var c=s.concat(u).join("/");return y(("/"===i?"":"/")+c,a)}for(var l=s.concat(u),f=[],p=0,m=l.length;p<m;p++){var d=l[p];".."===d?f.pop():"."!==d&&f.push(d)}return y("/"+f.join("/"),a)},c=function(e,t){var n=e.split("?"),r=n[0],a=n[1],o=void 0===a?"":a,i="/"+g(r).map((function(e){var n=f.exec(e);return n?t[n[1]]:e})).join("/"),u=t.location,s=(u=void 0===u?{}:u).search,c=(void 0===s?"":s).split("?")[1]||"";return i=y(i,o,c)},l=function(e,t){var n=function(e){return p(e)};return g(e).filter(n).sort().join("/")===g(t).filter(n).sort().join("/")},f=/^:(.+)/,p=function(e){return f.test(e)},m=function(e){return e&&"*"===e[0]},d=function(e,t){return{route:e,score:e.default?0:g(e.path).reduce((function(e,t){return e+=4,!function(e){return""===e}(t)?p(t)?e+=2:m(t)?e-=5:e+=3:e+=1,e}),0),index:t}},h=function(e){return e.map(d).sort((function(e,t){return e.score<t.score?1:e.score>t.score?-1:e.index-t.index}))},g=function(e){return e.replace(/(^\/+|\/+$)/g,"").split("/")},y=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 e+((n=n.filter((function(e){return e&&e.length>0})))&&n.length>0?"?"+n.join("&"):"")},v=["uri","path"],b=function(e,t){var n=Object.keys(e);return n.length===Object.keys(t).length&&n.every((function(n){return t.hasOwnProperty(n)&&e[n]===t[n]}))}},LeKB:function(e,t,n){e.exports=[{plugin:n("pWkz"),options:{plugins:[],trackingId:"UA-177633808-1",head:!0,anonymize:!0}},{plugin:n("flL/"),options:{plugins:[],extensions:[".mdx",".md"],defaultLayouts:{default:"/Users/maciey/Developer/srebrnydom/src/templates/page.js"},gatsbyRemarkPlugins:[{resolve:"gatsby-remark-images",options:{maxWidth:590,linkImagesToOriginal:!1,withWebp:!0}},{resolve:"gatsby-remark-prismjs"},{resolve:"gatsby-remark-responsive-iframe"},{resolve:"gatsby-remark-copy-linked-files"},{resolve:"gatsby-remark-smartypants"},{resolve:"gatsby-remark-autolink-headers"}]}},{plugin:n("q9nr"),options:{plugins:[]}},{plugin:n("e/UW"),options:{plugins:[]}},{plugin:n("3BY2"),options:{plugins:[],trackingIds:["AW-994571338"],gtagConfig:{anonymize_ip:!0,cookie_expires:0},pluginConfig:{head:!0,respectDNT:!0}}},{plugin:n("npZl"),options:{plugins:[],name:"Dom Seniora - Srebrny Dom - Swornegacie",short_name:"Dom Seniora - Srebrny Dom - Swornegacie",background_color:"#ffffff",theme_color:"#222222",display:"standalone",icon:"content/images/logo.png",cache_busting_mode:"query",include_favicon:!0,legacy:!0,theme_color_in_head:!0,cacheDigest:"df1d7e2fe682fe41ca7ef1eb0b454aea"}},{plugin:n("9LoS"),options:{plugins:[],path:"/Users/maciey/Developer/srebrnydom/src/translations",languages:["pl"],defaultLanguage:"pl",redirect:!1}}]},MMVs:function(e,t,n){e.exports=function(){var e=!1;-1!==navigator.appVersion.indexOf("MSIE 10")&&(e=!0);var t,n=[],r="object"==typeof document&&document,a=e?r.documentElement.doScroll("left"):r.documentElement.doScroll,o=r&&(a?/^loaded|^c/:/^loaded|^i|^c/).test(r.readyState);return!o&&r&&r.addEventListener("DOMContentLoaded",t=function(){for(r.removeEventListener("DOMContentLoaded",t),o=1;t=n.shift();)t()}),function(e){o?setTimeout(e,0):n.push(e)}}()},Mh5R:function(e,t,n){n("xkjK")},MoXI:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("lSY9");(void 0===Intl.PluralRules||!Intl.PluralRules.polyfilled&&"one"===new Intl.PluralRules("en",{minimumFractionDigits:2}).select(1))&&Object.defineProperty(Intl,"PluralRules",{value:r.PluralRules,writable:!0,enumerable:!1,configurable:!0})},NSX3:function(e,t,n){"use strict";n.r(t);var r=n("xtsi");"https:"!==window.location.protocol&&"localhost"!==window.location.hostname?console.error("Service workers can only be used over HTTPS, or on localhost for development"):"serviceWorker"in navigator&&navigator.serviceWorker.register("/sw.js").then((function(e){e.addEventListener("updatefound",(function(){Object(r.apiRunner)("onServiceWorkerUpdateFound",{serviceWorker:e});var t=e.installing;console.log("installingWorker",t),t.addEventListener("statechange",(function(){switch(t.state){case"installed":navigator.serviceWorker.controller?(window.___swUpdated=!0,Object(r.apiRunner)("onServiceWorkerUpdateReady",{serviceWorker:e}),window.___failedResources&&(console.log("resources failed, SW updated - reloading"),window.location.reload())):(console.log("Content is now available offline!"),Object(r.apiRunner)("onServiceWorkerInstalled",{serviceWorker:e}));break;case"redundant":console.error("The installing service worker became redundant."),Object(r.apiRunner)("onServiceWorkerRedundant",{serviceWorker:e});break;case"activated":Object(r.apiRunner)("onServiceWorkerActive",{serviceWorker:e})}}))}))})).catch((function(e){console.error("Error during service worker registration:",e)}))},PJYZ:function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},e.exports.__esModule=!0,e.exports.default=e.exports},QLaP:function(e,t,n){"use strict";e.exports=function(e,t,n,r,a,o,i,u){if(!e){var s;if(void 0===t)s=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,a,o,i,u],l=0;(s=new Error(t.replace(/%s/g,(function(){return c[l++]})))).name="Invariant Violation"}throw s.framesToPop=1,s}}},SksO:function(e,t){function n(t,r){return e.exports=n=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},e.exports.__esModule=!0,e.exports.default=e.exports,n(t,r)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},TFOL:function(e,t){Intl.PluralRules&&"function"==typeof Intl.PluralRules.__addLocaleData&&Intl.PluralRules.__addLocaleData({data:{pl:{categories:{cardinal:["one","few","many","other"],ordinal:["other"]},fn:function(e,t){var n=String(e).split("."),r=n[0],a=!n[1],o=r.slice(-1),i=r.slice(-2);return t?"other":1==e&&a?"one":a&&o>=2&&o<=4&&(i<12||i>14)?"few":a&&1!=r&&(0==o||1==o)||a&&o>=5&&o<=9||a&&i>=12&&i<=14?"many":"other"}}},aliases:{},parentLocales:{},availableLocales:["pl"]})},TOwV:function(e,t,n){"use strict";e.exports=n("qT12")},TqRt:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},U8pU:function(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})(e)}n.d(t,"a",(function(){return r}))},UxWs:function(e,t,n){"use strict";n.r(t);var r=n("dI71"),a=n("xtsi"),o=n("q1tI"),i=n.n(o),u=n("i8i4"),s=n.n(u),c=n("YwZP"),l=n("7hJ6"),f=n("MMVs"),p=n.n(f),m=n("emEt"),d=n("YLt+"),h=n("5yr3"),g={id:"gatsby-announcer",style:{position:"absolute",top:0,width:1,height:1,padding:0,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",border:0},"aria-live":"assertive","aria-atomic":"true"},y=n("9Xx/"),v=n("+ZDr"),b=d.reduce((function(e,t){return e[t.fromPath]=t,e}),{});function w(e){var t=b[e];return null!=t&&(window.___replace(t.toPath),!0)}var O=function(e,t){w(e.pathname)||Object(a.apiRunner)("onPreRouteUpdate",{location:e,prevLocation:t})},k=function(e,t){w(e.pathname)||Object(a.apiRunner)("onRouteUpdate",{location:e,prevLocation:t})},z=function(e,t){if(void 0===t&&(t={}),"number"!=typeof e){var n=Object(v.parsePath)(e).pathname,r=b[n];if(r&&(e=r.toPath,n=Object(v.parsePath)(e).pathname),window.___swUpdated)window.location=n;else{var o=setTimeout((function(){h.a.emit("onDelayedLoadPageResources",{pathname:n}),Object(a.apiRunner)("onRouteUpdateDelayed",{location:window.location})}),1e3);m.default.loadPage(n).then((function(r){if(!r||r.status===m.PageResourceStatus.Error)return window.history.replaceState({},"",location.href),window.location=n,void clearTimeout(o);r&&r.page.webpackCompilationHash!==window.___webpackCompilationHash&&("serviceWorker"in navigator&&null!==navigator.serviceWorker.controller&&"activated"===navigator.serviceWorker.controller.state&&navigator.serviceWorker.controller.postMessage({gatsbyApi:"clearPathResources"}),console.log("Site has changed on server. Reloading browser"),window.location=n),Object(c.navigate)(e,t),clearTimeout(o)}))}}else y.c.navigate(e)};function P(e,t){var n=this,r=t.location,o=r.pathname,i=r.hash,u=Object(a.apiRunner)("shouldUpdateScroll",{prevRouterProps:e,pathname:o,routerProps:{location:r},getSavedScrollPosition:function(e){return n._stateStorage.read(e)}});if(u.length>0)return u[u.length-1];if(e&&e.location.pathname===o)return i?decodeURI(i.slice(1)):[0,0];return!0}var _=function(e){function t(t){var n;return(n=e.call(this,t)||this).announcementRef=i.a.createRef(),n}Object(r.a)(t,e);var n=t.prototype;return n.componentDidUpdate=function(e,t){var n=this;requestAnimationFrame((function(){var e="new page at "+n.props.location.pathname;document.title&&(e=document.title);var t=document.querySelectorAll("#gatsby-focus-wrapper h1");t&&t.length&&(e=t[0].textContent);var r="Navigated to "+e;n.announcementRef.current&&(n.announcementRef.current.innerText!==r&&(n.announcementRef.current.innerText=r))}))},n.render=function(){return i.a.createElement("div",Object.assign({},g,{ref:this.announcementRef}))},t}(i.a.Component),j=function(e){function t(t){var n;return n=e.call(this,t)||this,O(t.location,null),n}Object(r.a)(t,e);var n=t.prototype;return n.componentDidMount=function(){k(this.props.location,null)},n.componentDidUpdate=function(e,t,n){n&&k(this.props.location,e.location)},n.getSnapshotBeforeUpdate=function(e){return this.props.location.pathname!==e.location.pathname&&(O(this.props.location,e.location),!0)},n.render=function(){return i.a.createElement(i.a.Fragment,null,this.props.children,i.a.createElement(_,{location:location}))},t}(i.a.Component),S=n("IOVJ"),E=n("XyBk"),x=n.n(E),R=n("rePB");function T(e,t){for(var n in e)if(!(n in t))return!0;for(var r in t)if(e[r]!==t[r])return!0;return!1}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 C(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){Object(R.a)(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 D=function(e){function t(t){var n;n=e.call(this)||this;var r=t.location,a=t.pageResources;return n.state={location:C({},r),pageResources:a||m.default.loadPageSync(r.pathname)},n}Object(r.a)(t,e),t.getDerivedStateFromProps=function(e,t){var n=e.location;return t.location.href!==n.href?{pageResources:m.default.loadPageSync(n.pathname),location:C({},n)}:{location:C({},n)}};var n=t.prototype;return n.loadResources=function(e){var t=this;m.default.loadPage(e).then((function(n){n&&n.status!==m.PageResourceStatus.Error?t.setState({location:C({},window.location),pageResources:n}):(window.history.replaceState({},"",location.href),window.location=e)}))},n.shouldComponentUpdate=function(e,t){return t.pageResources?this.state.pageResources!==t.pageResources||(this.state.pageResources.component!==t.pageResources.component||(this.state.pageResources.json!==t.pageResources.json||(!(this.state.location.key===t.location.key||!t.pageResources.page||!t.pageResources.page.matchPath&&!t.pageResources.page.path)||function(e,t,n){return T(e.props,t)||T(e.state,n)}(this,e,t)))):(this.loadResources(e.location.pathname),!1)},n.render=function(){return this.props.children(this.state)},t}(i.a.Component),A=n("cSJ8"),I=n("o2xN"),M=new m.ProdLoader(x.a,I);Object(m.setLoader)(M),M.setApiRunner(a.apiRunner),window.asyncRequires=x.a,window.___emitter=h.a,window.___loader=m.publicLoader,y.c.listen((function(e){e.location.action=e.action})),window.___push=function(e){return z(e,{replace:!1})},window.___replace=function(e){return z(e,{replace:!0})},window.___navigate=function(e,t){return z(e,t)},w(window.location.pathname),Object(a.apiRunnerAsync)("onClientEntry").then((function(){Object(a.apiRunner)("registerServiceWorker").length>0&&n("NSX3");var e=function(e){return i.a.createElement(c.BaseContext.Provider,{value:{baseuri:"/",basepath:"/"}},i.a.createElement(S.a,e))},t=function(t){function n(){return t.apply(this,arguments)||this}return Object(r.a)(n,t),n.prototype.render=function(){var t=this,n=this.props.location;return i.a.createElement(D,{location:n},(function(n){var r=n.pageResources,a=n.location;return i.a.createElement(j,{location:a},i.a.createElement(l.ScrollContext,{location:a,shouldUpdateScroll:P},i.a.createElement(c.Router,{basepath:"",location:a,id:"gatsby-focus-wrapper"},i.a.createElement(e,Object.assign({path:"/404.html"===r.page.path?Object(A.a)(a.pathname,""):encodeURI(r.page.matchPath||r.page.path)},t.props,{location:a,pageResources:r},r.json)))))}))},n}(i.a.Component),o=window,u=o.pagePath,f=o.location;u&&""+u!==f.pathname&&!(M.findMatchPath(Object(A.a)(f.pathname,""))||"/404.html"===u||u.match(/^\/404\/?$/)||u.match(/^\/offline-plugin-app-shell-fallback\/?$/))&&Object(c.navigate)(""+u+f.search+f.hash,{replace:!0}),m.publicLoader.loadPage(f.pathname).then((function(e){if(!e||e.status===m.PageResourceStatus.Error)throw new Error("page resources for "+f.pathname+" not found. Not rendering React");window.___webpackCompilationHash=e.page.webpackCompilationHash;var n=function(){return i.a.createElement(c.Location,null,(function(e){return i.a.createElement(t,e)}))},r=Object(a.apiRunner)("wrapRootElement",{element:i.a.createElement(n,null)},i.a.createElement(n,null),(function(e){return{element:e.result}})).pop(),o=function(){return r},u=Object(a.apiRunner)("replaceHydrateFunction",void 0,s.a.hydrate)[0];p()((function(){u(i.a.createElement(o,null),"undefined"!=typeof window?document.getElementById("___gatsby"):void 0,(function(){Object(a.apiRunner)("onInitialClientRender")}))}))}))}))},VbXa:function(e,t,n){var r=n("SksO");e.exports=function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,r(e,t)},e.exports.__esModule=!0,e.exports.default=e.exports},VdXt: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 a in t=arguments[n])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)},a=this&&this.__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.")},o=this&&this.__read||function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,a,o=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)i.push(r.value)}catch(u){a={error:u}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(a)throw a.error}}return i},i=this&&this.__spread||function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(o(arguments[t]));return e};Object.defineProperty(t,"__esModule",{value:!0});var u=n("LQBV");function s(e,t){var n=u.getLocaleHierarchy(e,t.aliases,t.parentLocales),a=n.map((function(e){return t.data[e]})).filter(Boolean);if(!a.length)throw new Error('Missing locale data for "'+e+'", lookup hierarchy: '+n.join(", "));return a.reverse(),a.reduce((function(e,t){return r(r({},e),t)}),{nu:[]})}var c=/^[a-z0-9]{3,8}(-[a-z0-9]{3,8})*$/i;function l(e){return e+""}function f(e,t,n,r){if(u.invariant("number"==typeof n,"value must be number, instead got "+typeof n,TypeError),u.invariant("string"==typeof r,"unit must be number, instead got "+typeof n,TypeError),isNaN(n)||n===1/0||n===-1/0)throw new RangeError("Invalid value "+n);var o=function(e){if(u.invariant("string"==typeof e,"unit must be a string, instead got "+typeof e,TypeError),"seconds"===e)return"second";if("minutes"===e)return"minute";if("hours"===e)return"hour";if("days"===e)return"day";if("weeks"===e)return"week";if("months"===e)return"month";if("quarters"===e)return"quarter";if("years"===e)return"year";if("second"!==e&&"minute"!==e&&"hour"!==e&&"day"!==e&&"week"!==e&&"month"!==e&&"quarter"!==e&&"year"!==e)throw new RangeError("Invalid unit "+e);return e}(r),i=u.getInternalSlot(e,t,"fields"),s=u.getInternalSlot(e,t,"style"),c=o;"short"===s?c=r+"-short":"narrow"===s&&(c=r+"-narrow"),c in i||(c=r);var f=i[c];if("auto"===u.getInternalSlot(e,t,"numeric")&&l(n)in f)return[{type:"literal",value:f[l(n)]}];var p,m,d="future";p=n,m=-0,((Object.is?Object.is(p,m):p===m?0!==p||1/p==1/m:p!=p&&m!=m)||n<0)&&(d="past");var h=f[d],g=u.getInternalSlot(e,t,"pluralRules"),y=u.getInternalSlot(e,t,"numberFormat"),v="function"==typeof y.formatToParts?y.formatToParts(Math.abs(n)):[{type:"literal",value:y.format(Math.abs(n)),unit:r}];return function(e,t,n){var r,o,i,s,c=u.partitionPattern(e),l=[];try{for(var f=a(c),p=f.next();!p.done;p=f.next()){var m=p.value;if(u.isLiteralPart(m))l.push({type:"literal",value:m.value});else{u.invariant("0"===m.type,"Malformed pattern "+e);try{for(var d=(i=void 0,a(n)),h=d.next();!h.done;h=d.next()){var g=h.value;l.push({type:g.type,value:g.value,unit:t})}}catch(y){i={error:y}}finally{try{h&&!h.done&&(s=d.return)&&s.call(d)}finally{if(i)throw i.error}}}}}catch(v){r={error:v}}finally{try{p&&!p.done&&(o=f.return)&&o.call(f)}finally{if(r)throw r.error}}return l}(h[g.select(n)],o,v)}var p=function(){function e(t,n){if(!(this&&this instanceof e?this.constructor:void 0))throw new TypeError("Intl.RelativeTimeFormat must be called with 'new'");u.setInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"initializedRelativeTimeFormat",!0);var r=u.getCanonicalLocales(t),a=Object.create(null),o=void 0===n?Object.create(null):u.toObject(n),i=u.getOption(o,"localeMatcher","string",["best fit","lookup"],"best fit");a.localeMatcher=i;var s=u.getOption(o,"numberingSystem","string",void 0,void 0);if(void 0!==s&&!c.test(s))throw new RangeError("Invalid numbering system "+s);a.nu=s;var l=u.createResolveLocale(e.getDefaultLocale)(e.availableLocales,r,a,e.relevantExtensionKeys,e.localeData),f=l.locale,p=l.nu;u.setInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"locale",f),u.setInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"style",u.getOption(o,"style","string",["long","narrow","short"],"long")),u.setInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"numeric",u.getOption(o,"numeric","string",["always","auto"],"always")),u.setInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"fields",e.localeData[f]),u.setInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"numberFormat",new Intl.NumberFormat(t)),u.setInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"pluralRules",new Intl.PluralRules(t)),u.setInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"numberingSystem",p)}return e.prototype.format=function(t,n){if("object"!=typeof this)throw new TypeError("format was called on a non-object");if(!u.getInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"initializedRelativeTimeFormat"))throw new TypeError("format was called on a invalid context");return f(e.__INTERNAL_SLOT_MAP__,this,Number(t),l(n)).map((function(e){return e.value})).join("")},e.prototype.formatToParts=function(t,n){if("object"!=typeof this)throw new TypeError("formatToParts was called on a non-object");if(!u.getInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"initializedRelativeTimeFormat"))throw new TypeError("formatToParts was called on a invalid context");return f(e.__INTERNAL_SLOT_MAP__,this,Number(t),l(n))},e.prototype.resolvedOptions=function(){if("object"!=typeof this)throw new TypeError("resolvedOptions was called on a non-object");if(!u.getInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"initializedRelativeTimeFormat"))throw new TypeError("resolvedOptions was called on a invalid context");return{locale:u.getInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"locale"),style:u.getInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"style"),numeric:u.getInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"numeric"),numberingSystem:u.getInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"numberingSystem")}},e.supportedLocalesOf=function(t,n){return u.supportedLocales(e.availableLocales,u.getCanonicalLocales(t),n)},e.__addLocaleData=function(){for(var t,n,r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var u=function(t){Object.keys(i(t.availableLocales,Object.keys(t.aliases),Object.keys(t.parentLocales)).reduce((function(e,t){return e[t]=!0,e}),{})).forEach((function(n){try{e.localeData[n]=s(n,t)}catch(r){}}))};try{for(var c=a(r),l=c.next();!l.done;l=c.next()){var f=l.value;u(f)}}catch(p){t={error:p}}finally{try{l&&!l.done&&(n=c.return)&&n.call(c)}finally{if(t)throw t.error}}e.availableLocales=Object.keys(e.localeData),e.__defaultLocale||(e.__defaultLocale=e.availableLocales[0])},e.getDefaultLocale=function(){return e.__defaultLocale},e.localeData={},e.availableLocales=[],e.__defaultLocale="en",e.relevantExtensionKeys=["nu"],e.polyfilled=!0,e.__INTERNAL_SLOT_MAP__=new WeakMap,e}();t.default=p;try{"undefined"!=typeof Symbol&&Object.defineProperty(p.prototype,Symbol.toStringTag,{value:"Intl.RelativeTimeFormat",writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty(p.prototype.constructor,"length",{value:0,writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty(p.supportedLocalesOf,"length",{value:1,writable:!1,enumerable:!1,configurable:!0})}catch(m){}},Wbzz:function(e,t,n){"use strict";n.r(t),n.d(t,"graphql",(function(){return h})),n.d(t,"StaticQueryContext",(function(){return f})),n.d(t,"StaticQuery",(function(){return m})),n.d(t,"useStaticQuery",(function(){return d})),n.d(t,"prefetchPathname",(function(){return l}));var r=n("q1tI"),a=n.n(r),o=n("+ZDr"),i=n.n(o);n.d(t,"Link",(function(){return i.a})),n.d(t,"withAssetPrefix",(function(){return o.withAssetPrefix})),n.d(t,"withPrefix",(function(){return o.withPrefix})),n.d(t,"parsePath",(function(){return o.parsePath})),n.d(t,"navigate",(function(){return o.navigate})),n.d(t,"push",(function(){return o.push})),n.d(t,"replace",(function(){return o.replace})),n.d(t,"navigateTo",(function(){return o.navigateTo}));var u=n("7hJ6");n.d(t,"useScrollRestoration",(function(){return u.useScrollRestoration}));var s=n("lw3w"),c=n.n(s);n.d(t,"PageRenderer",(function(){return c.a}));var l=n("emEt").default.enqueue,f=a.a.createContext({});function p(e){var t=e.staticQueryData,n=e.data,r=e.query,o=e.render,i=n?n.data:t[r]&&t[r].data;return a.a.createElement(a.a.Fragment,null,i&&o(i),!i&&a.a.createElement("div",null,"Loading (StaticQuery)"))}var m=function(e){var t=e.data,n=e.query,r=e.render,o=e.children;return a.a.createElement(f.Consumer,null,(function(e){return a.a.createElement(p,{data:t,query:n,render:r||o,staticQueryData:e})}))},d=function(e){a.a.useContext;var t=a.a.useContext(f);if(isNaN(Number(e)))throw new Error("useStaticQuery was called with a string but expects to be called using `graphql`. Try this:\n\nimport { useStaticQuery, graphql } from 'gatsby';\n\nuseStaticQuery(graphql`"+e+"`);\n");if(t[e]&&t[e].data)return t[e].data;throw new Error("The result of this StaticQuery could not be fetched.\n\nThis is likely a bug in Gatsby and if refreshing the page does not fix it, please open an issue in https://github.com/gatsbyjs/gatsby/issues")};function h(){throw new Error("It appears like Gatsby is misconfigured. Gatsby related `graphql` calls are supposed to only be evaluated at compile time, and then compiled away. Unfortunately, something went wrong and the query was left in the compiled code.\n\nUnless your site has a complex or custom babel/Gatsby configuration this is likely a bug in Gatsby.")}},XyBk:function(e,t,n){t.components={"component---cache-caches-gatsby-plugin-offline-app-shell-js":function(){return n.e(6).then(n.t.bind(null,"zXQ9",7))},"component---node-modules-gatsby-gallery-simple-src-pages-index-tsx":function(){return Promise.all([n.e(0),n.e(3),n.e(7)]).then(n.bind(null,"z+dg"))},"component---src-pages-404-js":function(){return Promise.all([n.e(2),n.e(0),n.e(1),n.e(8)]).then(n.bind(null,"w2l6"))},"component---src-pages-index-js":function(){return Promise.all([n.e(2),n.e(0),n.e(1),n.e(9)]).then(n.bind(null,"RXBc"))},"component---src-templates-blog-list-template-js":function(){return Promise.all([n.e(2),n.e(0),n.e(1),n.e(10)]).then(n.bind(null,"tJ/O"))},"component---src-templates-blog-post-js":function(){return Promise.all([n.e(2),n.e(0),n.e(1),n.e(11)]).then(n.bind(null,"yZlL"))},"component---src-templates-gallery-template-js":function(){return Promise.all([n.e(2),n.e(0),n.e(1),n.e(3),n.e(12)]).then(n.bind(null,"7dXP"))},"component---src-templates-page-js":function(){return Promise.all([n.e(2),n.e(0),n.e(1),n.e(13)]).then(n.bind(null,"sweJ"))},"component---src-templates-tags-js":function(){return Promise.all([n.e(2),n.e(0),n.e(1),n.e(14)]).then(n.bind(null,"MN1z"))}}},"YLt+":function(e){e.exports=JSON.parse("[]")},YwZP:function(e,t,n){"use strict";n.r(t),n.d(t,"Link",(function(){return L})),n.d(t,"Location",(function(){return b})),n.d(t,"LocationProvider",(function(){return w})),n.d(t,"Match",(function(){return N})),n.d(t,"Redirect",(function(){return M})),n.d(t,"Router",(function(){return z})),n.d(t,"ServerLocation",(function(){return O})),n.d(t,"isRedirect",(function(){return D})),n.d(t,"redirectTo",(function(){return A})),n.d(t,"useLocation",(function(){return F})),n.d(t,"useNavigate",(function(){return U})),n.d(t,"useParams",(function(){return q})),n.d(t,"useMatch",(function(){return W})),n.d(t,"BaseContext",(function(){return k}));var r=n("q1tI"),a=n.n(r),o=(n("17x9"),n("QLaP")),i=n.n(o),u=n("nqlD"),s=n.n(u),c=n("94VI"),l=n("LYrO");n.d(t,"matchPath",(function(){return l.match}));var f=n("9Xx/");n.d(t,"createHistory",(function(){return f.a})),n.d(t,"createMemorySource",(function(){return f.b})),n.d(t,"navigate",(function(){return f.d})),n.d(t,"globalHistory",(function(){return f.c}));var p=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 m(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function d(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function h(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}function g(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)}var y=function(e,t){var n=s()(t);return n.displayName=e,n},v=y("Location"),b=function(e){var t=e.children;return a.a.createElement(v.Consumer,null,(function(e){return e?t(e):a.a.createElement(w,null,t)}))},w=function(e){function t(){var n,r;d(this,t);for(var a=arguments.length,o=Array(a),i=0;i<a;i++)o[i]=arguments[i];return n=r=h(this,e.call.apply(e,[this].concat(o))),r.state={context:r.getContext(),refs:{unlisten:null}},h(r,n)}return g(t,e),t.prototype.getContext=function(){var e=this.props.history;return{navigate:e.navigate,location:e.location}},t.prototype.componentDidCatch=function(e,t){if(!D(e))throw e;(0,this.props.history.navigate)(e.uri,{replace:!0})},t.prototype.componentDidUpdate=function(e,t){t.context.location!==this.state.context.location&&this.props.history._onTransitionComplete()},t.prototype.componentDidMount=function(){var e=this,t=this.state.refs,n=this.props.history;n._onTransitionComplete(),t.unlisten=n.listen((function(){Promise.resolve().then((function(){requestAnimationFrame((function(){e.unmounted||e.setState((function(){return{context:e.getContext()}}))}))}))}))},t.prototype.componentWillUnmount=function(){var e=this.state.refs;this.unmounted=!0,e.unlisten()},t.prototype.render=function(){var e=this.state.context,t=this.props.children;return a.a.createElement(v.Provider,{value:e},"function"==typeof t?t(e):t||null)},t}(a.a.Component);w.defaultProps={history:f.c};var O=function(e){var t=e.url,n=e.children,r=t.indexOf("?"),o=void 0,i="";return r>-1?(o=t.substring(0,r),i=t.substring(r)):o=t,a.a.createElement(v.Provider,{value:{location:{pathname:o,search:i,hash:""},navigate:function(){throw new Error("You can't call navigate on the server.")}}},n)},k=y("Base",{baseuri:"/",basepath:"/"}),z=function(e){return a.a.createElement(k.Consumer,null,(function(t){return a.a.createElement(b,null,(function(n){return a.a.createElement(P,p({},t,n,e))}))}))},P=function(e){function t(){return d(this,t),h(this,e.apply(this,arguments))}return g(t,e),t.prototype.render=function(){var e=this.props,t=e.location,n=e.navigate,r=e.basepath,o=e.primary,i=e.children,u=(e.baseuri,e.component),s=void 0===u?"div":u,c=m(e,["location","navigate","basepath","primary","children","baseuri","component"]),f=a.a.Children.toArray(i).reduce((function(e,t){var n=H(r)(t);return e.concat(n)}),[]),d=t.pathname,h=Object(l.pick)(f,d);if(h){var g=h.params,y=h.uri,v=h.route,b=h.route.value;r=v.default?r:v.path.replace(/\*$/,"");var w=p({},g,{uri:y,location:t,navigate:function(e,t){return n(Object(l.resolve)(e,y),t)}}),O=a.a.cloneElement(b,w,b.props.children?a.a.createElement(z,{location:t,primary:o},b.props.children):void 0),P=o?j:s,_=o?p({uri:y,location:t,component:s},c):c;return a.a.createElement(k.Provider,{value:{baseuri:y,basepath:r}},a.a.createElement(P,_,O))}return null},t}(a.a.PureComponent);P.defaultProps={primary:!0};var _=y("Focus"),j=function(e){var t=e.uri,n=e.location,r=e.component,o=m(e,["uri","location","component"]);return a.a.createElement(_.Consumer,null,(function(e){return a.a.createElement(x,p({},o,{component:r,requestFocus:e,uri:t,location:n}))}))},S=!0,E=0,x=function(e){function t(){var n,r;d(this,t);for(var a=arguments.length,o=Array(a),i=0;i<a;i++)o[i]=arguments[i];return n=r=h(this,e.call.apply(e,[this].concat(o))),r.state={},r.requestFocus=function(e){!r.state.shouldFocus&&e&&e.focus()},h(r,n)}return g(t,e),t.getDerivedStateFromProps=function(e,t){if(null==t.uri)return p({shouldFocus:!0},e);var n=e.uri!==t.uri,r=t.location.pathname!==e.location.pathname&&e.location.pathname===e.uri;return p({shouldFocus:n||r},e)},t.prototype.componentDidMount=function(){E++,this.focus()},t.prototype.componentWillUnmount=function(){0===--E&&(S=!0)},t.prototype.componentDidUpdate=function(e,t){e.location!==this.props.location&&this.state.shouldFocus&&this.focus()},t.prototype.focus=function(){var e=this.props.requestFocus;e?e(this.node):S?S=!1:this.node&&(this.node.contains(document.activeElement)||this.node.focus())},t.prototype.render=function(){var e=this,t=this.props,n=(t.children,t.style),r=(t.requestFocus,t.component),o=void 0===r?"div":r,i=(t.uri,t.location,m(t,["children","style","requestFocus","component","uri","location"]));return a.a.createElement(o,p({style:p({outline:"none"},n),tabIndex:"-1",ref:function(t){return e.node=t}},i),a.a.createElement(_.Provider,{value:this.requestFocus},this.props.children))},t}(a.a.Component);Object(c.polyfill)(x);var R=function(){},T=a.a.forwardRef;void 0===T&&(T=function(e){return e});var L=T((function(e,t){var n=e.innerRef,r=m(e,["innerRef"]);return a.a.createElement(k.Consumer,null,(function(e){e.basepath;var o=e.baseuri;return a.a.createElement(b,null,(function(e){var i=e.location,u=e.navigate,s=r.to,c=r.state,f=r.replace,d=r.getProps,h=void 0===d?R:d,g=m(r,["to","state","replace","getProps"]),y=Object(l.resolve)(s,o),v=encodeURI(y),b=i.pathname===v,w=Object(l.startsWith)(i.pathname,v);return a.a.createElement("a",p({ref:t||n,"aria-current":b?"page":void 0},g,h({isCurrent:b,isPartiallyCurrent:w,href:y,location:i}),{href:y,onClick:function(e){if(g.onClick&&g.onClick(e),G(e)){e.preventDefault();var t=f;if("boolean"!=typeof f&&b){var n=p({},i.state),r=(n.key,m(n,["key"]));t=Object(l.shallowCompare)(p({},c),r)}u(y,{state:c,replace:t})}}}))}))}))}));function C(e){this.uri=e}L.displayName="Link";var D=function(e){return e instanceof C},A=function(e){throw new C(e)},I=function(e){function t(){return d(this,t),h(this,e.apply(this,arguments))}return g(t,e),t.prototype.componentDidMount=function(){var e=this.props,t=e.navigate,n=e.to,r=(e.from,e.replace),a=void 0===r||r,o=e.state,i=(e.noThrow,e.baseuri),u=m(e,["navigate","to","from","replace","state","noThrow","baseuri"]);Promise.resolve().then((function(){var e=Object(l.resolve)(n,i);t(Object(l.insertParams)(e,u),{replace:a,state:o})}))},t.prototype.render=function(){var e=this.props,t=(e.navigate,e.to),n=(e.from,e.replace,e.state,e.noThrow),r=e.baseuri,a=m(e,["navigate","to","from","replace","state","noThrow","baseuri"]),o=Object(l.resolve)(t,r);return n||A(Object(l.insertParams)(o,a)),null},t}(a.a.Component),M=function(e){return a.a.createElement(k.Consumer,null,(function(t){var n=t.baseuri;return a.a.createElement(b,null,(function(t){return a.a.createElement(I,p({},t,{baseuri:n},e))}))}))},N=function(e){var t=e.path,n=e.children;return a.a.createElement(k.Consumer,null,(function(e){var r=e.baseuri;return a.a.createElement(b,null,(function(e){var a=e.navigate,o=e.location,i=Object(l.resolve)(t,r),u=Object(l.match)(i,o.pathname);return n({navigate:a,location:o,match:u?p({},u.params,{uri:u.uri,path:t}):null})}))}))},F=function(){var e=Object(r.useContext)(v);if(!e)throw new Error("useLocation hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router");return e.location},U=function(){var e=Object(r.useContext)(v);if(!e)throw new Error("useNavigate hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router");return e.navigate},q=function(){var e=Object(r.useContext)(k);if(!e)throw new Error("useParams hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router");var t=F(),n=Object(l.match)(e.basepath,t.pathname);return n?n.params:null},W=function(e){if(!e)throw new Error("useMatch(path: string) requires an argument of a string to match against");var t=Object(r.useContext)(k);if(!t)throw new Error("useMatch hook was used but a LocationContext.Provider was not found in the parent tree. Make sure this is used in a component that is a child of Router");var n=F(),a=Object(l.resolve)(e,t.baseuri),o=Object(l.match)(a,n.pathname);return o?p({},o.params,{uri:o.uri,path:e}):null},B=function(e){return e.replace(/(^\/+|\/+$)/g,"")},H=function e(t){return function(n){if(!n)return null;if(n.type===a.a.Fragment&&n.props.children)return a.a.Children.map(n.props.children,e(t));if(n.props.path||n.props.default||n.type===M||i()(!1),n.type!==M||n.props.from&&n.props.to||i()(!1),n.type!==M||Object(l.validateRedirect)(n.props.from,n.props.to)||i()(!1),n.props.default)return{value:n,default:!0};var r=n.type===M?n.props.from:n.props.path,o="/"===r?t:B(t)+"/"+B(r);return{value:n,default:n.props.default,path:n.props.children?B(o)+"/*":o}}},G=function(e){return!e.defaultPrevented&&0===e.button&&!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}},aSO9:function(e,t,n){n("MoXI")},cDf5:function(e,t){function n(t){return e.exports=n="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,n(t)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},cSJ8:function(e,t,n){"use strict";function r(e,t){return void 0===t&&(t=""),t?e===t?"/":e.startsWith(t+"/")?e.slice(t.length):e:e}n.d(t,"a",(function(){return r}))},cu4x:function(e,t,n){"use strict";t.__esModule=!0,t.parsePath=function(e){var t=e||"/",n="",r="",a=t.indexOf("#");-1!==a&&(r=t.substr(a),t=t.substr(0,a));var o=t.indexOf("?");-1!==o&&(n=t.substr(o),t=t.substr(0,o));return{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}},dI71:function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n("s4An");function a(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Object(r.a)(e,t)}},"e/UW":function(e,t,n){"use strict";t.registerServiceWorker=function(){return!0};var r=/^(stylesheet|preload)$/,a=[];function o(e,t){if(!window.___swUpdated&&"serviceWorker"in navigator){var n=navigator.serviceWorker;if(null===n.controller)a.push(e);else{var r=t(e);n.controller.postMessage({gatsbyApi:"setPathResources",path:e,resources:r})}}}t.onServiceWorkerActive=function(e){var t=e.getResourceURLsForPathname,n=e.serviceWorker;if(window.___swUpdated)n.active.postMessage({gatsbyApi:"clearPathResources"});else{var o=document.querySelectorAll("\n head > script[src],\n head > link[href],\n head > style[data-href]\n "),i=[].slice.call(o).filter((function(e){return"LINK"!==e.tagName||r.test(e.getAttribute("rel"))})).map((function(e){return e.src||e.href||e.getAttribute("data-href")})),u=[];a.forEach((function(e){var r=t(e);u.push.apply(u,r),n.active.postMessage({gatsbyApi:"setPathResources",path:e,resources:r})})),[].concat(i,u).forEach((function(e){var t=document.createElement("link");t.rel="prefetch",t.href=e,t.onload=t.remove,t.onerror=t.remove,document.head.appendChild(t)}))}},t.onRouteUpdate=function(e){var t=e.location,n=e.getResourceURLsForPathname;o(t.pathname.replace("",""),n),"serviceWorker"in navigator&&null!==navigator.serviceWorker.controller&&navigator.serviceWorker.controller.postMessage({gatsbyApi:"enableOfflineShell"})},t.onPostPrefetchPathname=function(e){o(e.pathname,e.getResourceURLsForPathname)}},emEt:function(e,t,n){"use strict";n.r(t),n.d(t,"PageResourceStatus",(function(){return k})),n.d(t,"BaseLoader",(function(){return E})),n.d(t,"ProdLoader",(function(){return R})),n.d(t,"setLoader",(function(){return T})),n.d(t,"publicLoader",(function(){return L}));var r=n("dI71"),a=n("KQm4"),o=function(e){if("undefined"==typeof document)return!1;var t=document.createElement("link");try{if(t.relList&&"function"==typeof t.relList.supports)return t.relList.supports(e)}catch(n){return!1}return!1}("prefetch")?function(e,t){return new Promise((function(n,r){if("undefined"!=typeof document){var a=document.createElement("link");a.setAttribute("rel","prefetch"),a.setAttribute("href",e),Object.keys(t).forEach((function(e){a.setAttribute(e,t[e])})),a.onload=n,a.onerror=r,(document.getElementsByTagName("head")[0]||document.getElementsByName("script")[0].parentNode).appendChild(a)}else r()}))}:function(e){return new Promise((function(t,n){var r=new XMLHttpRequest;r.open("GET",e,!0),r.onload=function(){200===r.status?t():n()},r.send(null)}))},i={},u=function(e,t){return new Promise((function(n){i[e]?n():o(e,t).then((function(){n(),i[e]=!0})).catch((function(){}))}))},s=n("5yr3"),c=n("LYrO"),l=n("cSJ8"),f=function(e){return void 0===e?e:"/"===e?"/":"/"===e.charAt(e.length-1)?e.slice(0,-1):e};function p(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;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}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}var d=new Map,h=[],g=function(e){var t=decodeURIComponent(e);return Object(l.a)(t,"").split("#")[0].split("?")[0]};function y(e){return e.startsWith("/")||e.startsWith("https://")||e.startsWith("http://")?e:new URL(e,window.location.href+(window.location.href.endsWith("/")?"":"/")).pathname}var v,b=function(e){for(var t,n=O(e),r=p(h);!(t=r()).done;){var a=t.value,o=a.matchPath,i=a.path;if(Object(c.match)(o,n))return f(i)}return null},w=function(e){var t=g(y(e));if(d.has(t))return d.get(t);var n=b(t);return n||(n=O(e)),d.set(t,n),n},O=function(e){var t=g(y(e));return"/index.html"===t&&(t="/"),t=f(t)},k={Error:"error",Success:"success"},z=function(e){return e&&e.default||e},P=function(e){var t;return"/page-data/"+("/"===e?"index":t=(t="/"===(t=e)[0]?t.slice(1):t).endsWith("/")?t.slice(0,-1):t)+"/page-data.json"},_=function(e,t){return void 0===t&&(t="GET"),new Promise((function(n,r){var a=new XMLHttpRequest;a.open(t,e,!0),a.onreadystatechange=function(){4==a.readyState&&n(a)},a.send(null)}))},j=function(e){var t=e.pagePath,n=e.retries,r=void 0===n?0:n,a=P(t);return _(a).then((function(n){var a=n.status,o=n.responseText;if(200===a)try{var i=JSON.parse(o);if(void 0===i.path)throw new Error("not a valid pageData response");return Object.assign(e,{status:k.Success,payload:i})}catch(u){}return 404===a||200===a?"/404.html"===t?Object.assign(e,{status:k.Error}):j(Object.assign(e,{pagePath:"/404.html",notFound:!0})):500===a?Object.assign(e,{status:k.Error}):r<3?j(Object.assign(e,{retries:r+1})):Object.assign(e,{status:k.Error})}))},S=function(e,t){void 0===t&&(t=null);var n={componentChunkName:e.componentChunkName,path:e.path,webpackCompilationHash:e.webpackCompilationHash,matchPath:e.matchPath};return{component:t,json:e.result,page:n}},E=function(){function e(e,t){this.pageDb=new Map,this.inFlightDb=new Map,this.pageDataDb=new Map,this.prefetchTriggered=new Set,this.prefetchCompleted=new Set,this.loadComponent=e,h=t}var t=e.prototype;return t.setApiRunner=function(e){this.apiRunner=e,this.prefetchDisabled=e("disableCorePrefetching").some((function(e){return e}))},t.loadPageDataJson=function(e){var t=this,n=w(e);return this.pageDataDb.has(n)?Promise.resolve(this.pageDataDb.get(n)):j({pagePath:n}).then((function(e){return t.pageDataDb.set(n,e),e}))},t.findMatchPath=function(e){return b(e)},t.loadPage=function(e){var t=this,n=w(e);if(this.pageDb.has(n)){var r=this.pageDb.get(n);return Promise.resolve(r.payload)}if(this.inFlightDb.has(n))return this.inFlightDb.get(n);var a=Promise.all([this.loadAppData(),this.loadPageDataJson(n)]).then((function(e){var r=e[1];if(r.status===k.Error)return{status:k.Error};var a=r.payload,o=a.componentChunkName;return t.loadComponent(o).then((function(o){var i,u={createdAt:new Date};return o?(u.status=k.Success,!0===r.notFound&&(u.notFound=!0),a=Object.assign(a,{webpackCompilationHash:e[0]?e[0].webpackCompilationHash:""}),i=S(a,o),u.payload=i,s.a.emit("onPostLoadPageResources",{page:i,pageResources:i})):u.status=k.Error,t.pageDb.set(n,u),i}))})).then((function(e){return t.inFlightDb.delete(n),e})).catch((function(e){throw t.inFlightDb.delete(n),e}));return this.inFlightDb.set(n,a),a},t.loadPageSync=function(e){var t=w(e);if(this.pageDb.has(t))return this.pageDb.get(t).payload},t.shouldPrefetch=function(e){return!!function(){if("connection"in navigator&&void 0!==navigator.connection){if((navigator.connection.effectiveType||"").includes("2g"))return!1;if(navigator.connection.saveData)return!1}return!0}()&&!this.pageDb.has(e)},t.prefetch=function(e){var t=this;if(!this.shouldPrefetch(e))return!1;if(this.prefetchTriggered.has(e)||(this.apiRunner("onPrefetchPathname",{pathname:e}),this.prefetchTriggered.add(e)),this.prefetchDisabled)return!1;var n=w(e);return this.doPrefetch(n).then((function(){t.prefetchCompleted.has(e)||(t.apiRunner("onPostPrefetchPathname",{pathname:e}),t.prefetchCompleted.add(e))})),!0},t.doPrefetch=function(e){throw new Error("doPrefetch not implemented")},t.hovering=function(e){this.loadPage(e)},t.getResourceURLsForPathname=function(e){var t=w(e),n=this.pageDataDb.get(t);if(n){var r=S(n.payload);return[].concat(Object(a.a)(x(r.page.componentChunkName)),[P(t)])}return null},t.isPageNotFound=function(e){var t=w(e),n=this.pageDb.get(t);return n&&!0===n.notFound},t.loadAppData=function(e){var t=this;return void 0===e&&(e=0),_("/page-data/app-data.json").then((function(n){var r,a=n.status,o=n.responseText;if(200!==a&&e<3)return t.loadAppData(e+1);if(200===a)try{var i=JSON.parse(o);if(void 0===i.webpackCompilationHash)throw new Error("not a valid app-data response");r=i}catch(u){}return r}))},e}(),x=function(e){return(window.___chunkMapping[e]||[]).map((function(e){return""+e}))},R=function(e){function t(t,n){return e.call(this,(function(e){return t.components[e]?t.components[e]().then(z).catch((function(){return null})):Promise.resolve()}),n)||this}Object(r.a)(t,e);var n=t.prototype;return n.doPrefetch=function(e){var t=this,n=P(e);return u(n,{crossOrigin:"anonymous",as:"fetch"}).then((function(){return t.loadPageDataJson(e)})).then((function(e){if(e.status!==k.Success)return Promise.resolve();var t=e.payload,n=t.componentChunkName,r=x(n);return Promise.all(r.map(u)).then((function(){return t}))}))},n.loadPageDataJson=function(t){return e.prototype.loadPageDataJson.call(this,t).then((function(e){return e.notFound?_(t,"HEAD").then((function(t){return 200===t.status?{status:k.Error}:e})):e}))},t}(E),T=function(e){v=e},L={getResourcesForPathname:function(e){return console.warn("Warning: getResourcesForPathname is deprecated. Use loadPage instead"),v.i.loadPage(e)},getResourcesForPathnameSync:function(e){return console.warn("Warning: getResourcesForPathnameSync is deprecated. Use loadPageSync instead"),v.i.loadPageSync(e)},enqueue:function(e){return v.prefetch(e)},getResourceURLsForPathname:function(e){return v.getResourceURLsForPathname(e)},loadPage:function(e){return v.loadPage(e)},loadPageSync:function(e){return v.loadPageSync(e)},prefetch:function(e){return v.prefetch(e)},isPageNotFound:function(e){return v.isPageNotFound(e)},hovering:function(e){return v.hovering(e)},loadAppData:function(){return v.loadAppData()}};t.default=L},"flL/":function(e,t,n){"use strict";n.r(t),n.d(t,"wrapRootElement",(function(){return g}));var r=n("rePB"),a=n("q1tI"),o=n.n(a),i=n("7ljp"),u=n("BfwJ"),s=n("gXpC"),c=n("JTKy").default,l=Object.assign({},c);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 p(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){Object(r.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}var m={};s.plugins.forEach((function(e){var t=e.guards,n=void 0===t?{}:t,r=e.components;Object.entries(r).forEach((function(e){var t=e[0],r=e[1];m[t]?m.push({guard:n[t],Component:r}):m[t]=[{guard:n[t],Component:r}]}))}));var d=Object.entries(m).map((function(e){var t,n=e[0],r=e[1];return(t={})[n]=function(e){return function(t){var n=e.find((function(e){var n=e.guard;return!n||n(t)})).Component;return o.a.createElement(n,t)}}(r.concat({guard:void 0,Component:n})),t})).reduce((function(e,t){return p(p({},e),t)}),{}),h=Object(i.withMDXComponents)((function(e){var t=e.components,n=e.children;return o.a.createElement(u.MDXScopeProvider,{__mdxScope:l},o.a.createElement(i.MDXProvider,{components:p(p({},t),d)},n))})),g=function(e){var t=e.element;return o.a.createElement(h,null,t)}},foSv:function(e,t,n){"use strict";function r(e){return(r=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n.d(t,"a",(function(){return r}))},gQ7x:function(e,t,n){"use strict";function r(e,t,n){if(void 0===n&&(n=Error),!e)throw new n(t)}n.d(t,"a",(function(){return r}))},gXpC:function(e,t){e.exports={plugins:[]}},hd9s:function(e,t,n){"use strict";var r=n("284h"),a=n("TqRt");t.__esModule=!0,t.ScrollContainer=void 0;var o=a(n("pVnL")),i=a(n("VbXa")),u=r(n("q1tI")),s=a(n("i8i4")),c=a(n("17x9")),l=n("Enzk"),f=n("YwZP"),p={scrollKey:c.default.string.isRequired,shouldUpdateScroll:c.default.func,children:c.default.element.isRequired},m=function(e){function t(t){return e.call(this,t)||this}(0,i.default)(t,e);var n=t.prototype;return n.componentDidMount=function(){var e=this,t=s.default.findDOMNode(this),n=this.props,r=n.location,a=n.scrollKey;if(t){t.addEventListener("scroll",(function(){e.props.context.save(r,a,t.scrollTop)}));var o=this.props.context.read(r,a);t.scrollTo(0,o||0)}},n.render=function(){return this.props.children},t}(u.Component),d=function(e){return u.createElement(f.Location,null,(function(t){var n=t.location;return u.createElement(l.ScrollContext.Consumer,null,(function(t){return u.createElement(m,(0,o.default)({},e,{context:t,location:n}))}))}))};t.ScrollContainer=d,d.propTypes=p},ig1g:function(e,t,n){"use strict";var r=n("TqRt");t.__esModule=!0,t.default=void 0;var a=r(n("q1tI")),o=r(n("waHK")),i=n("Wbzz"),u=n("7++0"),s=n("n83N"),c=function(e){return function(t){return function(e){var t=e.split("-")[0];try{Intl.PluralRules||(n("aSO9"),n("ENLR")("./"+t)),Intl.RelativeTimeFormat||(n("Mh5R"),n("rd2g")("./"+t))}catch(r){throw new Error("Cannot find react-intl/locale-data/"+e)}}(e.language),a.default.createElement(u.IntlProvider,{locale:e.language,defaultLocale:e.defaultLanguage,messages:e.messages},a.default.createElement(s.IntlContextProvider,{value:e},t))}};t.default=function(e,t){var n=e.element,r=e.props;if(r){var a=r.pageContext,u=r.location,s=(t.defaultLanguage,a.intl),l=s.language,f=s.languages,p=s.redirect,m=s.routed,d=s.originalPath;"undefined"!=typeof window&&(window.___gatsbyIntl=s);var h=p&&!m;if(h){var g=u.search;if("undefined"!=typeof window){var y=window.localStorage.getItem("gatsby-intl-language")||(0,o.default)({languages:f,fallback:l});f.includes(y)||(y=l);var v=g||"",b=(0,i.withPrefix)("/"+y+d+v);window.localStorage.setItem("gatsby-intl-language",y),window.location.replace(b)}}var w=h?null:n;return c(s)(w)}}},lSY9:function(e,t,n){"use strict";var r=this&&this.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),a=0;for(t=0;t<n;t++)for(var o=arguments[t],i=0,u=o.length;i<u;i++,a++)r[a]=o[i];return r};Object.defineProperty(t,"__esModule",{value:!0});var a=n("LQBV");function o(e,t){if(!(e instanceof i))throw new TypeError("Method Intl.PluralRules.prototype."+t+" called on incompatible receiver "+String(e))}var i=function(){function e(t,n){if(!(this&&this instanceof e?this.constructor:void 0))throw new TypeError("Intl.PluralRules must be called with 'new'");var r=a.getCanonicalLocales(t),o=Object.create(null),i=void 0===n?Object.create(null):a.toObject(n);a.setInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"initializedPluralRules",!0);var u=a.getOption(i,"localeMatcher","string",["best fit","lookup"],"best fit");o.localeMatcher=u,a.setInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"type",a.getOption(i,"type","string",["cardinal","ordinal"],"cardinal")),a.setNumberFormatDigitOptions(e.__INTERNAL_SLOT_MAP__,this,i,0,3);var s=a.createResolveLocale(e.getDefaultLocale)(e.availableLocales,r,o,e.relevantExtensionKeys,e.localeData);a.setInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"locale",s.locale)}return e.prototype.resolvedOptions=function(){var t=this;o(this,"resolvedOptions");var n=Object.create(null);return n.locale=a.getInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"locale"),n.type=a.getInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"type"),["minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"].forEach((function(r){var o=a.getInternalSlot(e.__INTERNAL_SLOT_MAP__,t,r);void 0!==o&&(n[r]=o)})),n.pluralCategories=r(e.localeData[n.locale].categories[n.type]),n},e.prototype.select=function(t){o(this,"select");var n,r,i,u,s,c=a.getInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"locale"),l=a.getInternalSlot(e.__INTERNAL_SLOT_MAP__,this,"type");return e.localeData[c].fn((n=e.__INTERNAL_SLOT_MAP__,r=this,i=Math.abs(Number(t)),u=a.getInternalSlot(n,r,"minimumSignificantDigits"),s=a.getInternalSlot(n,r,"maximumSignificantDigits"),void 0!==u&&void 0!==s?function(e,t,n){var r=e.toPrecision(n);if(~r.indexOf(".")&&n>t){for(var a=n-t;a>0&&"0"===r[r.length-1];)r=r.slice(0,r.length-1),a--;if("."===r[r.length-1])return r.slice(0,r.length-1)}return r}(i,u,s):function(e,t,n,r){for(var a=r-n,o=e.toFixed(r);a>0&&"0"===o[o.length-1];)o=o.slice(0,o.length-1),a--;"."===o[o.length-1]&&(o=o.slice(0,o.length-1));var i=o.split(".")[0].length;if(i<t){for(var u="";u.length<t-i;u+="0");o=u+o}return o}(i,a.getInternalSlot(n,r,"minimumIntegerDigits"),a.getInternalSlot(n,r,"minimumFractionDigits"),a.getInternalSlot(n,r,"maximumFractionDigits"))),"ordinal"==l)},e.prototype.toString=function(){return"[object Intl.PluralRules]"},e.supportedLocalesOf=function(t,n){return a.supportedLocales(e.availableLocales,a.getCanonicalLocales(t),n)},e.__addLocaleData=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];for(var o=function(t){Object.keys(r(t.availableLocales,Object.keys(t.aliases),Object.keys(t.parentLocales)).reduce((function(e,t){return e[t]=!0,e}),{})).forEach((function(n){try{e.localeData[n]=a.unpackData(n,t)}catch(r){if(a.isMissingLocaleDataError(r))return;throw r}}))},i=0,u=t;i<u.length;i++){var s=u[i];o(s)}e.availableLocales=Object.keys(e.localeData),e.__defaultLocale||(e.__defaultLocale=e.availableLocales[0])},e.getDefaultLocale=function(){return e.__defaultLocale},e.localeData={},e.availableLocales=[],e.__defaultLocale="en",e.relevantExtensionKeys=[],e.polyfilled=!0,e.__INTERNAL_SLOT_MAP__=new WeakMap,e}();t.PluralRules=i;try{Object.defineProperty(i,"length",{value:0,writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype.constructor,"length",{value:0,writable:!1,enumerable:!1,configurable:!0}),Object.defineProperty(i.supportedLocalesOf,"length",{value:1,writable:!1,enumerable:!1,configurable:!0})}catch(u){}},lw3w:function(e,t,n){var r;e.exports=(r=n("rzlk"))&&r.default||r},n83N:function(e,t,n){"use strict";var r=n("TqRt");t.__esModule=!0,t.IntlContextConsumer=t.IntlContextProvider=void 0;var a=r(n("q1tI")).default.createContext(),o=a.Provider;t.IntlContextProvider=o;var i=a.Consumer;t.IntlContextConsumer=i},npZl:function(e,t,n){"use strict";var r=n("TqRt");n("Wbzz"),r(n("9hXx"))},nqlD:function(e,t,n){var r=n("q1tI").createContext;e.exports=r,e.exports.default=r},nwwn:function(e,t,n){"use strict";t.DEFAULT_OPTIONS={maxWidth:650,wrapperStyle:"",backgroundColor:"white",linkImagesToOriginal:!0,showCaptions:!1,markdownCaptions:!1,withWebp:!1,tracedSVG:!1,loading:"lazy",disableBgImageOnAlpha:!1,disableBgImage:!1},t.imageClass="gatsby-resp-image-image",t.imageWrapperClass="gatsby-resp-image-wrapper",t.imageBackgroundClass="gatsby-resp-image-background-image"},o2xN:function(e){e.exports=JSON.parse('[{"path":"/pl/blog/dzien-z-montessori","matchPath":"/pl/blog/dzien-z-montessori"},{"path":"/pl/blog/o-otwartosci","matchPath":"/pl/blog/o-otwartosci"},{"path":"/pl/blog/o-starosci-myslmy-dobrze","matchPath":"/pl/blog/o-starosci-myslmy-dobrze"},{"path":"/pl/blog/opowiesc-czesc-1","matchPath":"/pl/blog/opowiesc-czesc-1"},{"path":"/pl/blog/opowiesc-czesc-2","matchPath":"/pl/blog/opowiesc-czesc-2"},{"path":"/pl/blog/opowiesc-czesc-3","matchPath":"/pl/blog/opowiesc-czesc-3"},{"path":"/pl/blog/opowiesc-czesc-4","matchPath":"/pl/blog/opowiesc-czesc-4"},{"path":"/pl/pages/2","matchPath":"/pl/pages/2"},{"path":"/pl/tags/blog","matchPath":"/pl/tags/blog"},{"path":"/pl/tags/dom seniora","matchPath":"/pl/tags/dom seniora"},{"path":"/pl/tags/montessori","matchPath":"/pl/tags/montessori"},{"path":"/pl/tags/opowieść","matchPath":"/pl/tags/opowieść"},{"path":"/pl/tags/otwartość","matchPath":"/pl/tags/otwartość"},{"path":"/pl/tags/srebrnydom","matchPath":"/pl/tags/srebrnydom"},{"path":"/pl/tags/starość","matchPath":"/pl/tags/starość"},{"path":"/pl/tags/swornegacie","matchPath":"/pl/tags/swornegacie"},{"path":"/pl/404.html","matchPath":"/pl/404.html"},{"path":"/pl/blog","matchPath":"/pl/blog"},{"path":"/pl/cennik","matchPath":"/pl/cennik"},{"path":"/pl/covid-19","matchPath":"/pl/covid-19"},{"path":"/pl/galeria","matchPath":"/pl/galeria"},{"path":"/pl/gallery","matchPath":"/pl/gallery"},{"path":"/pl/kontakt","matchPath":"/pl/kontakt"},{"path":"/pl/montessori","matchPath":"/pl/montessori"},{"path":"/pl/o-nas","matchPath":"/pl/o-nas"},{"path":"/pl/oferta","matchPath":"/pl/oferta"},{"path":"/pl/offline-plugin-app-shell-fallback/","matchPath":"/pl/offline-plugin-app-shell-fallback/"},{"path":"/pl/patron","matchPath":"/pl/patron"},{"path":"/pl/polityka-prywatnosci","matchPath":"/pl/polityka-prywatnosci"},{"path":"/pl/","matchPath":"/pl/"},{"path":"/pl/404/","matchPath":"/pl/*"}]')},o46R:function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n("U8pU");function a(e){var t=function(e,t){if("object"!==Object(r.a)(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var a=n.call(e,t||"default");if("object"!==Object(r.a)(a))return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===Object(r.a)(t)?t:String(t)}},pVnL:function(e,t){function n(){return e.exports=n=Object.assign?Object.assign.bind():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},e.exports.__esModule=!0,e.exports.default=e.exports,n.apply(this,arguments)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},pWkz:function(e,t,n){"use strict";t.__esModule=!0,t.onRouteUpdate=void 0;t.onRouteUpdate=function(e,t){var n=e.location;if(void 0===t&&(t={}),"function"!=typeof ga)return null;if(n&&void 0!==window.excludeGAPaths&&window.excludeGAPaths.some((function(e){return e.test(n.pathname)})))return null;var r=Math.max(32,t.pageTransitionDelay||0);return setTimeout((function(){var e=n?n.pathname+n.search+n.hash:void 0;window.ga("set","page",e),window.ga("send","pageview")}),r),null}},q9nr:function(e,t,n){"use strict";var r=n("nwwn"),a=r.DEFAULT_OPTIONS,o=r.imageClass,i=r.imageBackgroundClass,u=r.imageWrapperClass;t.onRouteUpdate=function(e,t){for(var n=Object.assign({},a,t),r=document.querySelectorAll("."+u),s=function(e){var t=r[e],a=t.querySelector("."+i),u=t.querySelector("."+o),s=function(){a.style.transition="opacity 0.5s 0.5s",u.style.transition="opacity 0.5s",c()},c=function e(){a.style.opacity=0,u.style.opacity=1,u.style.color="inherit",u.style.boxShadow="inset 0px 0px 0px 400px "+n.backgroundColor,u.removeEventListener("load",s),u.removeEventListener("error",e)};u.style.opacity=0,u.addEventListener("load",s),u.addEventListener("error",c),u.complete&&c()},c=0;c<r.length;c++)s(c)}},qT12:function(e,t,n){"use strict";var r="function"==typeof Symbol&&Symbol.for,a=r?Symbol.for("react.element"):60103,o=r?Symbol.for("react.portal"):60106,i=r?Symbol.for("react.fragment"):60107,u=r?Symbol.for("react.strict_mode"):60108,s=r?Symbol.for("react.profiler"):60114,c=r?Symbol.for("react.provider"):60109,l=r?Symbol.for("react.context"):60110,f=r?Symbol.for("react.async_mode"):60111,p=r?Symbol.for("react.concurrent_mode"):60111,m=r?Symbol.for("react.forward_ref"):60112,d=r?Symbol.for("react.suspense"):60113,h=r?Symbol.for("react.suspense_list"):60120,g=r?Symbol.for("react.memo"):60115,y=r?Symbol.for("react.lazy"):60116,v=r?Symbol.for("react.block"):60121,b=r?Symbol.for("react.fundamental"):60117,w=r?Symbol.for("react.responder"):60118,O=r?Symbol.for("react.scope"):60119;function k(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case a:switch(e=e.type){case f:case p:case i:case s:case u:case d:return e;default:switch(e=e&&e.$$typeof){case l:case m:case y:case g:case c:return e;default:return t}}case o:return t}}}function z(e){return k(e)===p}t.AsyncMode=f,t.ConcurrentMode=p,t.ContextConsumer=l,t.ContextProvider=c,t.Element=a,t.ForwardRef=m,t.Fragment=i,t.Lazy=y,t.Memo=g,t.Portal=o,t.Profiler=s,t.StrictMode=u,t.Suspense=d,t.isAsyncMode=function(e){return z(e)||k(e)===f},t.isConcurrentMode=z,t.isContextConsumer=function(e){return k(e)===l},t.isContextProvider=function(e){return k(e)===c},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===a},t.isForwardRef=function(e){return k(e)===m},t.isFragment=function(e){return k(e)===i},t.isLazy=function(e){return k(e)===y},t.isMemo=function(e){return k(e)===g},t.isPortal=function(e){return k(e)===o},t.isProfiler=function(e){return k(e)===s},t.isStrictMode=function(e){return k(e)===u},t.isSuspense=function(e){return k(e)===d},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===p||e===s||e===u||e===d||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===y||e.$$typeof===g||e.$$typeof===c||e.$$typeof===l||e.$$typeof===m||e.$$typeof===b||e.$$typeof===w||e.$$typeof===O||e.$$typeof===v)},t.typeOf=k},rd2g:function(e,t,n){var r={"./pl":"2rbI","./pl.js":"2rbI","./pl.json":"IwMY"};function a(e){var t=o(e);return n(t)}function o(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}a.keys=function(){return Object.keys(r)},a.resolve=o,e.exports=a,a.id="rd2g"},rePB:function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n("o46R");function a(e,t,n){return(t=Object(r.a)(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},rzlk:function(e,t,n){"use strict";n.r(t);var r=n("rePB"),a=n("q1tI"),o=n.n(a),i=n("IOVJ");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}t.default=function(e){var t=e.location,n=e.pageResources;return n?o.a.createElement(i.a,function(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){Object(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}({location:t,pageResources:n},n.json)):null}},s4An:function(e,t,n){"use strict";function r(e,t){return(r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}n.d(t,"a",(function(){return r}))},waHK:function(e,t,n){"use strict";function r(){return"undefined"==typeof window?null:window.navigator.languages&&window.navigator.languages[0]||window.navigator.language||window.navigator.browserLanguage||window.navigator.userLanguage||window.navigator.systemLanguage||null}function a(e){return e.toLowerCase().replace(/-/,"_")}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=function(e){if(!e)return r();var t=e.languages,n=e.fallback;if(!e.languages)return n;var o=a(r());if(!o)return n;var i=t.filter((function(e){return a(e)===o}));return i.length>0?i[0]||n:t.filter((function(e){return n=e,a=(t=o).length,(r=null==r?0:r)<0?r=0:r>a&&(r=a),n="".concat(n),t.slice(r,r+n.length)==n;var t,n,r,a}))[0]||n};t.default=o},xkjK:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n("VdXt");"RelativeTimeFormat"in Intl||Object.defineProperty(Intl,"RelativeTimeFormat",{value:r.default,writable:!0,enumerable:!1,configurable:!0})},xtsi:function(e,t,n){var r=n("LeKB"),a=n("emEt").publicLoader,o=a.getResourcesForPathname,i=a.getResourcesForPathnameSync,u=a.getResourceURLsForPathname,s=a.loadPage,c=a.loadPageSync;t.apiRunner=function(e,t,n,a){void 0===t&&(t={});var l=r.map((function(n){if(n.plugin[e]){t.getResourcesForPathnameSync=i,t.getResourcesForPathname=o,t.getResourceURLsForPathname=u,t.loadPage=s,t.loadPageSync=c;var r=n.plugin[e](t,n.options);return r&&a&&(t=a({args:t,result:r,plugin:n})),r}}));return(l=l.filter((function(e){return void 0!==e}))).length>0?l:n?[n]:[]},t.apiRunnerAsync=function(e,t,n){return r.reduce((function(n,r){return r.plugin[e]?n.then((function(){return r.plugin[e](t,r.options)})):n}),Promise.resolve())}}},[["UxWs",4,15]]]);
//# sourceMappingURL=app-5c31c5a7ba1bf856a905.js.map