@lxzy/code-snippet 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/.editorconfig +16 -0
  2. package/.gitignore +17 -0
  3. package/.opencode/commands/push-yw.md +8 -0
  4. package/.prettierrc +11 -0
  5. package/AGENTS.md +28 -0
  6. package/README.md +15 -0
  7. package/index.html +12 -0
  8. package/mock/activity.ts +306 -0
  9. package/opencode.json +11 -0
  10. package/package.json +78 -27
  11. package/public/cdn/antd.min.css +10 -0
  12. package/public/cdn/antd.min.js +26 -0
  13. package/public/cdn/axios.min.js +3 -0
  14. package/public/cdn/lodash.min.js +140 -0
  15. package/public/cdn/moment.min.js +2 -0
  16. package/public/cdn/react-dom.development.min.js +1 -0
  17. package/public/cdn/react-dom.production.min.js +245 -0
  18. package/public/cdn/react.development.min.js +1 -0
  19. package/public/cdn/react.production.min.js +31 -0
  20. package/src/App.tsx +34 -0
  21. package/src/global.css +44 -0
  22. package/src/layouts/index.tsx +50 -0
  23. package/src/main.tsx +11 -0
  24. package/src/pages/404.tsx +5 -0
  25. package/src/pages/activityCenter/activitySystemManagement/add.tsx +209 -0
  26. package/src/pages/activityCenter/activitySystemManagement/addPages/components/ChannelLinkModal.tsx +167 -0
  27. package/src/pages/activityCenter/activitySystemManagement/addPages/components/CustomLink.tsx +41 -0
  28. package/src/pages/activityCenter/activitySystemManagement/addPages/components/CustomPage.tsx +79 -0
  29. package/src/pages/activityCenter/activitySystemManagement/addPages/components/SystemPage.tsx +40 -0
  30. package/src/pages/activityCenter/activitySystemManagement/addPages/index.tsx +32 -0
  31. package/src/pages/activityCenter/activitySystemManagement/index.tsx +195 -0
  32. package/tsconfig.json +23 -0
  33. package/typings.d.ts +10 -0
  34. package/vite.config.ts +32 -0
  35. package/public/extensions.rar +0 -0
  36. package/public/wetype_installer_official_p_48.exe +0 -0
  37. /package/{src/index.tsx → mock/.gitkeep} +0 -0
@@ -0,0 +1 @@
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react")):"function"==typeof define&&define.amd?define(["exports","react"],t):t((e=e||self).ReactDOM={},e.React)}(this,function(e,i){"use strict";var o=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function l(e){for(var t=arguments.length,n=new Array(1<t?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];a("warn",e,n)}function N(e){for(var t=arguments.length,n=new Array(1<t?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];a("error",e,n)}function a(e,t,n){var r=o.ReactDebugCurrentFrame.getStackAddendum();""!==r&&(t+="%s",n=n.concat([r]));var a=n.map(function(e){return""+e});a.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,a)}if(!i)throw Error("ReactDOM was loaded before React. Make sure you load the React package before loading ReactDOM.");var O=0,z=1,M=2,U=3,A=4,F=5,W=6,j=7,B=8,V=9,H=10,q=11,$=12,Q=13,Y=14,K=15,X=16,G=17,d=18,Z=19,J=20,ee=21,te=22,ne=23,re=24,v=!0,f=!1,t=!1,c=!1,u=new Set,S={},s={};function p(e,t){n(e,t),n(e+"Capture",t)}function n(e,t){S[e]&&N("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),S[e]=t;var n=e.toLowerCase();"onDoubleClick"===(s[n]=e)&&(s.ondblclick=e);for(var r=0;r<t.length;r++)u.add(t[r])}var h=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),m=0,g=3,y=4,b=5,w=6,r=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",k=r+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",x="data-reactroot",E=new RegExp("^["+r+"]["+k+"]*$"),C=Object.prototype.hasOwnProperty,R={},T={};function P(e){if(C.call(T,e))return 1;if(!C.call(R,e)){if(E.test(e))return T[e]=!0;R[e]=!0,N("Invalid attribute name: `%s`",e)}}function _(e,t,n){return null!==t?t.type===m:!n&&(2<e.length&&("o"===e[0]||"O"===e[0])&&("n"===e[1]||"N"===e[1]))}function D(e,t,n,r){if(null===n||n.type!==m)switch(typeof t){case"function":case"symbol":return 1;case"boolean":if(r)return;if(null!==n)return!n.acceptsBooleans;var a=e.toLowerCase().slice(0,5);return"data-"!==a&&"aria-"!==a;default:return}}function I(e,t,n,r){if(null==t)return 1;if(D(e,t,n,r))return 1;if(!r&&null!==n)switch(n.type){case g:return!t;case y:return!1===t;case b:return isNaN(t);case w:return isNaN(t)||t<1}}function L(e){return oe.hasOwnProperty(e)?oe[e]:null}function ae(e,t,n,r,a,o,i){this.acceptsBooleans=2===t||t===g||t===y,this.attributeName=r,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=o,this.removeEmptyString=i}var oe={};["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"].forEach(function(e){oe[e]=new ae(e,m,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0],n=e[1];oe[t]=new ae(t,1,!1,n,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){oe[e]=new ae(e,2,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){oe[e]=new ae(e,2,!1,e,null,!1,!1)}),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(function(e){oe[e]=new ae(e,g,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){oe[e]=new ae(e,g,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){oe[e]=new ae(e,y,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){oe[e]=new ae(e,w,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){oe[e]=new ae(e,b,!1,e.toLowerCase(),null,!1,!1)});function ie(e){return e[1].toUpperCase()}var le=/[\-\:]([a-z])/g;["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach(function(e){var t=e.replace(le,ie);oe[t]=new ae(t,1,!1,e,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(e){var t=e.replace(le,ie);oe[t]=new ae(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(le,ie);oe[t]=new ae(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){oe[e]=new ae(e,1,!1,e.toLowerCase(),null,!1,!1)});oe.xlinkHref=new ae("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){oe[e]=new ae(e,1,!1,e.toLowerCase(),null,!0,!0)});var ue=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,se=!1;function ce(e){!se&&ue.test(e)&&(se=!0,N("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(e)))}function de(e,t,n,r){if(r.mustUseProperty)return e[r.propertyName];r.sanitizeURL&&ce(""+n);var a=r.attributeName,o=null;if(r.type===y){if(e.hasAttribute(a)){var i=e.getAttribute(a);return""===i?!0:!I(t,n,r,!1)&&i===""+n?n:i}}else if(e.hasAttribute(a)){if(I(t,n,r,!1))return e.getAttribute(a);if(r.type===g)return n;o=e.getAttribute(a)}return I(t,n,r,!1)?null===o?n:o:o===""+n?n:o}function fe(e,t,n){if(P(t)){if(null!==(r=n)&&"object"==typeof r&&r.$$typeof===De)return n;if(!e.hasAttribute(t))return void 0===n?void 0:null;var r,a=e.getAttribute(t);return a===""+n?n:a}}function pe(e,t,n,r){var a,o,i,l,u,s,c,d=L(t);_(t,d,r)||(I(t,n,d,r)&&(n=null),r||null===d?P(t)&&(a=t,null===n?e.removeAttribute(a):e.setAttribute(a,""+n)):d.mustUseProperty?(o=d.propertyName,null===n?(i=d.type,e[o]=i!==g&&""):e[o]=n):(l=d.attributeName,u=d.attributeNamespace,null===n?e.removeAttribute(l):((s=d.type)===g||s===y&&!0===n?c="":(c=""+n,d.sanitizeURL&&ce(c.toString())),u?e.setAttributeNS(u,l,c):e.setAttribute(l,c))))}var he,me=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.assign,ve=60103,ge=60106,ye=60107,be=60108,we=60114,ke=60109,Se=60110,xe=60112,Ee=60113,Ce=60120,Re=60115,Te=60116,Pe=60121,_e=60119,De=60128,Ie=60129,Ne=60130,Le=60131;"function"==typeof Symbol&&Symbol.for&&(ve=(he=Symbol.for)("react.element"),ge=he("react.portal"),ye=he("react.fragment"),be=he("react.strict_mode"),we=he("react.profiler"),ke=he("react.provider"),Se=he("react.context"),xe=he("react.forward_ref"),Ee=he("react.suspense"),Ce=he("react.suspense_list"),Re=he("react.memo"),Te=he("react.lazy"),Pe=he("react.block"),he("react.server.block"),he("react.fundamental"),_e=he("react.scope"),De=he("react.opaque.id"),Ie=he("react.debug_trace_mode"),Ne=he("react.offscreen"),Le=he("react.legacy_hidden"));var Oe="function"==typeof Symbol&&Symbol.iterator,ze="@@iterator";function Me(e){if(null===e||"object"!=typeof e)return null;var t=Oe&&e[Oe]||e[ze];return"function"==typeof t?t:null}var Ue,Ae,Fe,We,je,Be,Ve,He=0;function qe(){}function $e(){var e;0===He&&(Ue=console.log,Ae=console.info,Fe=console.warn,We=console.error,je=console.group,Be=console.groupCollapsed,Ve=console.groupEnd,e={configurable:!0,enumerable:!0,value:qe,writable:!0},Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})),He++}function Qe(){var e;0===--He&&(e={configurable:!0,enumerable:!0,writable:!0},Object.defineProperties(console,{log:me({},e,{value:Ue}),info:me({},e,{value:Ae}),warn:me({},e,{value:Fe}),error:me({},e,{value:We}),group:me({},e,{value:je}),groupCollapsed:me({},e,{value:Be}),groupEnd:me({},e,{value:Ve})})),He<0&&N("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}qe.__reactDisabledLog=!0;var Ye,Ke=o.ReactCurrentDispatcher;function Xe(e){if(void 0===Ye)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);Ye=t&&t[1]||""}return"\n"+Ye+e}var Ge=!1,Ze=new("function"==typeof WeakMap?WeakMap:Map);function Je(t,e){if(!t||Ge)return"";var n,r=Ze.get(t);if(void 0!==r)return r;Ge=!0;var a,o=Error.prepareStackTrace;Error.prepareStackTrace=void 0,a=Ke.current,Ke.current=null,$e();try{if(e){var i=function(){throw Error()};if(Object.defineProperty(i.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(i,[])}catch(e){n=e}Reflect.construct(t,[],i)}else{try{i.call()}catch(e){n=e}t.call(i.prototype)}}else{try{throw Error()}catch(e){n=e}t()}}catch(e){if(e&&n&&"string"==typeof e.stack){for(var l=e.stack.split("\n"),u=n.stack.split("\n"),s=l.length-1,c=u.length-1;1<=s&&0<=c&&l[s]!==u[c];)c--;for(;1<=s&&0<=c;s--,c--)if(l[s]!==u[c]){if(1!==s||1!==c)do{if(s--,--c<0||l[s]!==u[c]){var d="\n"+l[s].replace(" at new "," at ");return"function"==typeof t&&Ze.set(t,d),d}}while(1<=s&&0<=c);break}}}finally{Ge=!1,Ke.current=a,Qe(),Error.prepareStackTrace=o}var f=t?t.displayName||t.name:"",p=f?Xe(f):"";return"function"==typeof t&&Ze.set(t,p),p}function et(e){return Je(e,!1)}function tt(e){e._debugOwner&&e._debugOwner.type,e._debugSource;switch(e.tag){case F:return Xe(e.type);case X:return Xe("Lazy");case Q:return Xe("Suspense");case Z:return Xe("SuspenseList");case O:case M:case K:return et(e.type);case q:return et(e.type.render);case te:return et(e.type._render);case z:return Je(e.type,!0);default:return""}}function nt(e){try{for(var t="",n=e;t+=tt(n),n=n.return;);return t}catch(e){return"\nError generating stack: "+e.message+"\n"+e.stack}}function rt(e){return e.displayName||"Context"}function at(e){if(null==e)return null;if("number"==typeof e.tag&&N("Received an unexpected object in getComponentName(). This is likely a bug in React. Please file an issue."),"function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case ye:return"Fragment";case ge:return"Portal";case we:return"Profiler";case be:return"StrictMode";case Ee:return"Suspense";case Ce:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case Se:return rt(e)+".Consumer";case ke:return rt(e._context)+".Provider";case xe:return a=(r=e).render,o="ForwardRef",i=a.displayName||a.name||"",r.displayName||(""!==i?o+"("+i+")":o);case Re:return at(e.type);case Pe:return at(e._render);case Te:var t=e._payload,n=e._init;try{return at(n(t))}catch(e){return null}}var r,a,o,i;return null}var ot=o.ReactDebugCurrentFrame,it=null,lt=!1;function ut(){if(null===it)return null;var e=it._debugOwner;return null!=e?at(e.type):null}function st(){return null===it?"":nt(it)}function ct(){ot.getCurrentStack=null,it=null,lt=!1}function dt(e){ot.getCurrentStack=st,it=e,lt=!1}function ft(e){lt=e}function pt(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}var ht={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function mt(e,t){ht[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||null==t.value||N("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),t.onChange||t.readOnly||t.disabled||null==t.checked||N("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function vt(e){var t=e.type,n=e.nodeName;return n&&"input"===n.toLowerCase()&&("checkbox"===t||"radio"===t)}function gt(e){return e._valueTracker}function yt(e){gt(e)||(e._valueTracker=function(e){var t=vt(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var a=n.get,o=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return a.call(this)},set:function(e){r=""+e,o.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function bt(e){if(e){var t=gt(e);if(!t)return 1;var n,r,a=t.getValue(),o=(r="",(n=e)?r=vt(n)?n.checked?"true":"false":n.value:r);return o!==a&&(t.setValue(o),1)}}function wt(t){if(void 0===(t=t||("undefined"!=typeof document?document:void 0)))return null;try{return t.activeElement||t.body}catch(e){return t.body}}var kt=!1,St=!1,xt=!1,Et=!1;function Ct(e){return"checkbox"===e.type||"radio"===e.type?null!=e.checked:null!=e.value}function Rt(e,t){var n=t.checked;return me({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function Tt(e,t){mt(0,t),void 0===t.checked||void 0===t.defaultChecked||St||(N("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",ut()||"A component",t.type),St=!0),void 0===t.value||void 0===t.defaultValue||kt||(N("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",ut()||"A component",t.type),kt=!0);var n=null==t.defaultValue?"":t.defaultValue;e._wrapperState={initialChecked:null!=t.checked?t.checked:t.defaultChecked,initialValue:pt(null!=t.value?t.value:n),controlled:Ct(t)}}function Pt(e,t){var n=t.checked;null!=n&&pe(e,"checked",n,!1)}function _t(e,t){var n=e,r=Ct(t);n._wrapperState.controlled||!r||Et||(N("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),Et=!0),!n._wrapperState.controlled||r||xt||(N("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),xt=!0),Pt(e,t);var a=pt(t.value),o=t.type;if(null!=a)"number"===o?(0===a&&""===n.value||n.value!=a)&&(n.value=""+a):n.value!==""+a&&(n.value=""+a);else if("submit"===o||"reset"===o)return void n.removeAttribute("value");t.hasOwnProperty("value")?Nt(n,t.type,a):t.hasOwnProperty("defaultValue")&&Nt(n,t.type,pt(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(n.defaultChecked=!!t.defaultChecked)}function Dt(e,t,n){var r=e;if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var a=t.type;if(("submit"===a||"reset"===a)&&(void 0===t.value||null===t.value))return;var o=""+r._wrapperState.initialValue;n||o!==r.value&&(r.value=o),r.defaultValue=o}var i=r.name;""!==i&&(r.name=""),r.defaultChecked=!r.defaultChecked,r.defaultChecked=!!r._wrapperState.initialChecked,""!==i&&(r.name=i)}function It(e,t){var n=e;_t(n,t),function(e,t){var n=t.name;if("radio"===t.type&&null!=n){for(var r=e;r.parentNode;)r=r.parentNode;for(var a=r.querySelectorAll("input[name="+JSON.stringify(""+n)+'][type="radio"]'),o=0;o<a.length;o++){var i=a[o];if(i!==e&&i.form===e.form){var l=ec(i);if(!l)throw Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");bt(i),_t(i,l)}}}}(n,t)}function Nt(e,t,n){"number"===t&&wt(e.ownerDocument)===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var Lt,Ot=!1,zt=!1;function Mt(e,t){"object"==typeof t.children&&null!==t.children&&i.Children.forEach(t.children,function(e){null!=e&&"string"!=typeof e&&"number"!=typeof e&&"string"==typeof e.type&&(zt||(zt=!0,N("Only strings and numbers are supported as <option> children.")))}),null==t.selected||Ot||(N("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Ot=!0)}function Ut(e,t){var n,r,a=me({children:void 0},t),o=(n=t.children,r="",i.Children.forEach(n,function(e){null!=e&&(r+=e)}),r);return o&&(a.children=o),a}function At(){var e=ut();return e?"\n\nCheck the render method of `"+e+"`.":""}var Ft=["value","defaultValue"];function Wt(e,t,n,r){var a=e.options;if(t){for(var o=n,i={},l=0;l<o.length;l++)i["$"+o[l]]=!0;for(var u=0;u<a.length;u++){var s=i.hasOwnProperty("$"+a[u].value);a[u].selected!==s&&(a[u].selected=s),s&&r&&(a[u].defaultSelected=!0)}}else{for(var c=""+pt(n),d=null,f=0;f<a.length;f++){if(a[f].value===c)return a[f].selected=!0,void(r&&(a[f].defaultSelected=!0));null!==d||a[f].disabled||(d=a[f])}null!==d&&(d.selected=!0)}}function jt(e,t){return me({},t,{value:void 0})}function Bt(e,t){var n=e;!function(e){mt(0,e);for(var t=0;t<Ft.length;t++){var n,r=Ft[t];null!=e[r]&&(n=Array.isArray(e[r]),e.multiple&&!n?N("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",r,At()):!e.multiple&&n&&N("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",r,At()))}}(t),n._wrapperState={wasMultiple:!!t.multiple},void 0===t.value||void 0===t.defaultValue||Lt||(N("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Lt=!0)}var Vt=Lt=!1;function Ht(e,t){var n=e;if(null!=t.dangerouslySetInnerHTML)throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");return me({},t,{value:void 0,defaultValue:void 0,children:""+n._wrapperState.initialValue})}function qt(e,t){var n=e;mt(0,t),void 0===t.value||void 0===t.defaultValue||Vt||(N("%s contains a textarea with both value and defaultValue props. Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components",ut()||"A component"),Vt=!0);var r=t.value;if(null==r){var a=t.children,o=t.defaultValue;if(null!=a){if(N("Use the `defaultValue` or `value` props instead of setting children on <textarea>."),null!=o)throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(Array.isArray(a)){if(!(a.length<=1))throw Error("<textarea> can only have at most one child.");a=a[0]}o=a}null==o&&(o=""),r=o}n._wrapperState={initialValue:pt(r)}}function $t(e,t){var n,r=e,a=pt(t.value),o=pt(t.defaultValue);null!=a&&((n=""+a)!==r.value&&(r.value=n),null==t.defaultValue&&r.defaultValue!==n&&(r.defaultValue=n)),null!=o&&(r.defaultValue=""+o)}function Qt(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}var Yt="http://www.w3.org/1999/xhtml",Kt="http://www.w3.org/1998/Math/MathML",Xt="http://www.w3.org/2000/svg",Gt=Yt,Zt=Xt;function Jt(e){switch(e){case"svg":return Xt;case"math":return Kt;default:return Yt}}function en(e,t){return null==e||e===Yt?Jt(t):e===Xt&&"foreignObject"===t?Yt:e}var tn,nn,rn=(nn=function(e,t){if(e.namespaceURI!==Zt||"innerHTML"in e)e.innerHTML=t;else{(tn=tn||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>";for(var n=tn.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;n.firstChild;)e.appendChild(n.firstChild)}},"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,n,r){MSApp.execUnsafeLocalFunction(function(){return nn(e,t,n,r)})}:nn),an=1,on=3,ln=8,un=9,sn=11,cn=function(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&n.nodeType===on)return void(n.nodeValue=t)}e.textContent=t},dn={animation:["animationDelay","animationDirection","animationDuration","animationFillMode","animationIterationCount","animationName","animationPlayState","animationTimingFunction"],background:["backgroundAttachment","backgroundClip","backgroundColor","backgroundImage","backgroundOrigin","backgroundPositionX","backgroundPositionY","backgroundRepeat","backgroundSize"],backgroundPosition:["backgroundPositionX","backgroundPositionY"],border:["borderBottomColor","borderBottomStyle","borderBottomWidth","borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth","borderLeftColor","borderLeftStyle","borderLeftWidth","borderRightColor","borderRightStyle","borderRightWidth","borderTopColor","borderTopStyle","borderTopWidth"],borderBlockEnd:["borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth"],borderBlockStart:["borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth"],borderBottom:["borderBottomColor","borderBottomStyle","borderBottomWidth"],borderColor:["borderBottomColor","borderLeftColor","borderRightColor","borderTopColor"],borderImage:["borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth"],borderInlineEnd:["borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth"],borderInlineStart:["borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth"],borderLeft:["borderLeftColor","borderLeftStyle","borderLeftWidth"],borderRadius:["borderBottomLeftRadius","borderBottomRightRadius","borderTopLeftRadius","borderTopRightRadius"],borderRight:["borderRightColor","borderRightStyle","borderRightWidth"],borderStyle:["borderBottomStyle","borderLeftStyle","borderRightStyle","borderTopStyle"],borderTop:["borderTopColor","borderTopStyle","borderTopWidth"],borderWidth:["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth"],columnRule:["columnRuleColor","columnRuleStyle","columnRuleWidth"],columns:["columnCount","columnWidth"],flex:["flexBasis","flexGrow","flexShrink"],flexFlow:["flexDirection","flexWrap"],font:["fontFamily","fontFeatureSettings","fontKerning","fontLanguageOverride","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition","fontWeight","lineHeight"],fontVariant:["fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition"],gap:["columnGap","rowGap"],grid:["gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],gridArea:["gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart"],gridColumn:["gridColumnEnd","gridColumnStart"],gridColumnGap:["columnGap"],gridGap:["columnGap","rowGap"],gridRow:["gridRowEnd","gridRowStart"],gridRowGap:["rowGap"],gridTemplate:["gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],listStyle:["listStyleImage","listStylePosition","listStyleType"],margin:["marginBottom","marginLeft","marginRight","marginTop"],marker:["markerEnd","markerMid","markerStart"],mask:["maskClip","maskComposite","maskImage","maskMode","maskOrigin","maskPositionX","maskPositionY","maskRepeat","maskSize"],maskPosition:["maskPositionX","maskPositionY"],outline:["outlineColor","outlineStyle","outlineWidth"],overflow:["overflowX","overflowY"],padding:["paddingBottom","paddingLeft","paddingRight","paddingTop"],placeContent:["alignContent","justifyContent"],placeItems:["alignItems","justifyItems"],placeSelf:["alignSelf","justifySelf"],textDecoration:["textDecorationColor","textDecorationLine","textDecorationStyle"],textEmphasis:["textEmphasisColor","textEmphasisStyle"],transition:["transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],wordWrap:["overflowWrap"]},fn={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};var pn=["Webkit","ms","Moz","O"];function hn(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||fn.hasOwnProperty(e)&&fn[e]?(""+t).trim():t+"px"}Object.keys(fn).forEach(function(n){pn.forEach(function(e){var t;fn[e+(t=n).charAt(0).toUpperCase()+t.substring(1)]=fn[n]})});var mn=/([A-Z])/g,vn=/^ms-/;function gn(e){Sn.hasOwnProperty(e)&&Sn[e]||(Sn[e]=!0,N("Unsupported style property %s. Did you mean %s?",e,e.replace(bn,"ms-").replace(wn,function(e,t){return t.toUpperCase()})))}var yn=/^(?:webkit|moz|o)[A-Z]/,bn=/^-ms-/,wn=/-(.)/g,kn=/;\s*$/,Sn={},xn={},En=!1,Cn=!1,Rn=function(e,t){var n,r,a,o,i;-1<e.indexOf("-")?gn(e):yn.test(e)?(a=e,Sn.hasOwnProperty(a)&&Sn[a]||(Sn[a]=!0,N("Unsupported vendor-prefixed style property %s. Did you mean %s?",a,a.charAt(0).toUpperCase()+a.slice(1)))):kn.test(t)&&(n=e,r=t,xn.hasOwnProperty(r)&&xn[r]||(xn[r]=!0,N('Style property values shouldn\'t contain a semicolon. Try "%s: %s" instead.',n,r.replace(kn,"")))),"number"==typeof t&&(isNaN(t)?(i=e,En||(En=!0,N("`NaN` is an invalid value for the `%s` css style property.",i))):isFinite(t)||(o=e,Cn||(Cn=!0,N("`Infinity` is an invalid value for the `%s` css style property.",o))))};function Tn(e){var t,n,r="",a="";for(var o in e){e.hasOwnProperty(o)&&(null!=(t=e[o])&&(r+=a+((n=0===o.indexOf("--"))?o:o.replace(mn,"-$1").toLowerCase().replace(vn,"-ms-"))+":",r+=hn(o,t,n),a=";"))}return r||null}function Pn(e,t){var n,r,a=e.style;for(var o in t){t.hasOwnProperty(o)&&((n=0===o.indexOf("--"))||Rn(o,t[o]),r=hn(o,t[o],n),"float"===o&&(o="cssFloat"),n?a.setProperty(o,r):a[o]=r)}}function _n(e){var t={};for(var n in e)for(var r=dn[n]||[n],a=0;a<r.length;a++)t[r[a]]=n;return t}var Dn=me({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0}),In="__html";function Nn(e,t){if(t){if(Dn[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(e+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(!("object"==typeof t.dangerouslySetInnerHTML&&In in t.dangerouslySetInnerHTML))throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.")}if(!t.suppressContentEditableWarning&&t.contentEditable&&null!=t.children&&N("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),null!=t.style&&"object"!=typeof t.style)throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.")}}function Ln(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var On={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},zn={"aria-current":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},Mn={},Un=new RegExp("^(aria)-["+k+"]*$"),An=new RegExp("^(aria)[A-Z]["+k+"]*$"),Fn=Object.prototype.hasOwnProperty;function Wn(e,t){if(Fn.call(Mn,t)&&Mn[t])return!0;if(An.test(t)){var n="aria-"+t.slice(4).toLowerCase(),r=zn.hasOwnProperty(n)?n:null;if(null==r)return N("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),Mn[t]=!0;if(t!==r)return N("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,r),Mn[t]=!0}if(Un.test(t)){var a=t.toLowerCase(),o=zn.hasOwnProperty(a)?a:null;if(null==o)return!(Mn[t]=!0);if(t!==o)return N("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,o),Mn[t]=!0}return!0}function jn(e,t){Ln(e,t)||function(e,t){var n=[];for(var r in t){Wn(0,r)||n.push(r)}var a=n.map(function(e){return"`"+e+"`"}).join(", ");1===n.length?N("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",a,e):1<n.length&&N("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",a,e)}(e,t)}var Bn=!1;function Vn(e,t,n,r){if(qn.call(Hn,t)&&Hn[t])return!0;var a=t.toLowerCase();if("onfocusin"===a||"onfocusout"===a)return N("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),Hn[t]=!0;if(null!=r){var o=r.registrationNameDependencies,i=r.possibleRegistrationNames;if(o.hasOwnProperty(t))return!0;var l=i.hasOwnProperty(a)?i[a]:null;if(null!=l)return N("Invalid event handler property `%s`. Did you mean `%s`?",t,l),Hn[t]=!0;if($n.test(t))return N("Unknown event handler property `%s`. It will be ignored.",t),Hn[t]=!0}else if($n.test(t))return Qn.test(t)&&N("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),Hn[t]=!0;if(Yn.test(t)||Kn.test(t))return!0;if("innerhtml"===a)return N("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Hn[t]=!0;if("aria"===a)return N("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Hn[t]=!0;if("is"===a&&null!=n&&"string"!=typeof n)return N("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof n),Hn[t]=!0;if("number"==typeof n&&isNaN(n))return N("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),Hn[t]=!0;var u=L(t),s=null!==u&&u.type===m;if(On.hasOwnProperty(a)){var c=On[a];if(c!==t)return N("Invalid DOM property `%s`. Did you mean `%s`?",t,c),Hn[t]=!0}else if(!s&&t!==a)return N("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,a),Hn[t]=!0;return"boolean"==typeof n&&D(t,n,u,!1)?(n?N('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',n,t,t,n,t):N('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',n,t,t,n,t,t,t),Hn[t]=!0):s||(D(t,n,u,!1)?!(Hn[t]=!0):"false"!==n&&"true"!==n||null===u||u.type!==g||(N("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",n,t,"false"===n?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',t,n),Hn[t]=!0))}var Hn={},qn=Object.prototype.hasOwnProperty,$n=/^on./,Qn=/^on[^A-Z]/,Yn=new RegExp("^(aria)-["+k+"]*$"),Kn=new RegExp("^(aria)[A-Z]["+k+"]*$");function Xn(e,t,n){Ln(e,t)||function(e,t,n){var r=[];for(var a in t){Vn(0,a,t[a],n)||r.push(a)}var o=r.map(function(e){return"`"+e+"`"}).join(", ");1===r.length?N("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",o,e):1<r.length&&N("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",o,e)}(e,t,n)}var Gn=1,Zn=2,Jn=4,er=16,tr=Gn|Zn|Jn;function nr(e){var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===on?t.parentNode:t}var rr=null,ar=null,or=null;function ir(e){var t=Zs(e);if(t){if("function"!=typeof rr)throw Error("setRestoreImplementation() needs to be called to handle a target for controlled events. This error is likely caused by a bug in React. Please file an issue.");var n,r=t.stateNode;r&&(n=ec(r),rr(t.stateNode,t.type,n))}}function lr(e){ar?or?or.push(e):or=[e]:ar=e}function ur(){if(ar){var e=ar,t=or;if(or=ar=null,ir(e),t)for(var n=0;n<t.length;n++)ir(t[n])}}var sr=function(e,t){return e(t)},cr=function(e,t,n,r,a){return e(t,n,r,a)},dr=function(){},fr=sr,pr=!1,hr=!1;function mr(){null===ar&&null===or||(dr(),ur())}function vr(e,t){var n=e.stateNode;if(null===n)return null;var r=ec(n);if(null===r)return null;var a=r[t];if(function(e,t,n){switch(e){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":return n.disabled&&("button"===(r=t)||"input"===r||"select"===r||"textarea"===r);default:return}var r}(t,e.type,r))return null;if(a&&"function"!=typeof a)throw Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof a+"` type.");return a}var gr=!1;if(h)try{var yr={};Object.defineProperty(yr,"passive",{get:function(){gr=!0}}),window.addEventListener("test",yr,yr),window.removeEventListener("test",yr,yr)}catch(e){gr=!1}function br(e,t,n,r,a,o,i,l,u){var s=Array.prototype.slice.call(arguments,3);try{t.apply(n,s)}catch(e){this.onError(e)}}var wr,kr=br;"undefined"!=typeof window&&"function"==typeof window.dispatchEvent&&"undefined"!=typeof document&&"function"==typeof document.createEvent&&(wr=document.createElement("react"),kr=function(e,t,n,r,a,o,i,l,u){if("undefined"==typeof document)throw Error("The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.");var s=document.createEvent("Event"),c=!1,d=!0,f=window.event,p=Object.getOwnPropertyDescriptor(window,"event");function h(){wr.removeEventListener(k,g,!1),void 0!==window.event&&window.hasOwnProperty("event")&&(window.event=f)}var m,v=Array.prototype.slice.call(arguments,3);function g(){c=!0,h(),t.apply(n,v),d=!1}var y=!1,b=!1;function w(e){if(m=e.error,y=!0,null===m&&0===e.colno&&0===e.lineno&&(b=!0),e.defaultPrevented&&null!=m&&"object"==typeof m)try{m._suppressLogging=!0}catch(e){}}var k="react-"+(e||"invokeguardedcallback");if(window.addEventListener("error",w),wr.addEventListener(k,g,!1),s.initEvent(k,!1,!1),wr.dispatchEvent(s),p&&Object.defineProperty(window,"event",p),c&&d&&(y?b&&(m=new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")):m=new Error("An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the \"Pause on exceptions\" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue."),this.onError(m)),window.removeEventListener("error",w),!c)return h(),br.apply(this,arguments)});var Sr=kr,xr=!1,Er=null,Cr=!1,Rr=null,Tr={onError:function(e){xr=!0,Er=e}};function Pr(e,t,n,r,a,o,i,l,u){xr=!1,Er=null,Sr.apply(Tr,arguments)}function _r(){if(xr){var e=Er;return xr=!1,Er=null,e}throw Error("clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.")}var Dr=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler,Ir=Dr.unstable_cancelCallback,Nr=Dr.unstable_now,Lr=Dr.unstable_scheduleCallback,Or=Dr.unstable_shouldYield,zr=Dr.unstable_requestPaint,Mr=(Dr.unstable_getFirstCallbackNode,Dr.unstable_runWithPriority),Ur=(Dr.unstable_next,Dr.unstable_continueExecution,Dr.unstable_pauseExecution,Dr.unstable_getCurrentPriorityLevel),Ar=Dr.unstable_ImmediatePriority,Fr=Dr.unstable_UserBlockingPriority,Wr=Dr.unstable_NormalPriority,jr=Dr.unstable_LowPriority,Br=Dr.unstable_IdlePriority,Vr=(Dr.unstable_forceFrameRate,Dr.unstable_flushAllWithoutAsserting);function Hr(e){return e._reactInternals}var qr,$r,Qr,Yr,Kr=0,Xr=1,Gr=2,Zr=4,Jr=6,ea=8,ta=16,na=32,ra=64,aa=128,oa=256,ia=512,la=8192,ua=1024,sa=1028,ca=932,da=2047,fa=2048,pa=4096,ha=16384,ma=o.ReactCurrentOwner;function va(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else for(var r=t;((t=r).flags&(Gr|ua))!==Kr&&(n=t.return),r=t.return;);return t.tag===U?n:null}function ga(e){if(e.tag===Q){var t,n=e.memoizedState;if(null!==n||null!==(t=e.alternate)&&(n=t.memoizedState),null!==n)return n.dehydrated}return null}function ya(e){return e.tag===U?e.stateNode.containerInfo:null}function ba(e){if(va(e)!==e)throw Error("Unable to find node on an unmounted component.")}function wa(e){var t=e.alternate;if(!t){var n=va(e);if(null===n)throw Error("Unable to find node on an unmounted component.");return n!==e?null:e}for(var r=e,a=t;;){var o=r.return;if(null===o)break;var i=o.alternate;if(null!==i){if(o.child===i.child){for(var l=o.child;l;){if(l===r)return ba(o),e;if(l===a)return ba(o),t;l=l.sibling}throw Error("Unable to find node on an unmounted component.")}if(r.return!==a.return)r=o,a=i;else{for(var u=!1,s=o.child;s;){if(s===r){u=!0,r=o,a=i;break}if(s===a){u=!0,a=o,r=i;break}s=s.sibling}if(!u){for(s=i.child;s;){if(s===r){u=!0,r=i,a=o;break}if(s===a){u=!0,a=i,r=o;break}s=s.sibling}if(!u)throw Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(r.alternate!==a)throw Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}else{var c=o.return;if(null===c)break;r=a=c}}if(r.tag!==U)throw Error("Unable to find node on an unmounted component.");return r.stateNode.current===r?e:t}function ka(e){var t=wa(e);if(!t)return null;for(var n=t;;){if(n.tag===F||n.tag===W)return n;if(n.child)n=(n.child.return=n).child;else{if(n===t)return null;for(;!n.sibling;){if(!n.return||n.return===t)return null;n=n.return}n.sibling.return=n.return,n=n.sibling}}return null}function Sa(e,t){for(var n=t,r=e.alternate;null!==n;){if(n===e||n===r)return 1;n=n.return}}var xa=!1,Ea=[],Ca=null,Ra=null,Ta=null,Pa=new Map,_a=new Map,Da=[];var Ia=["mousedown","mouseup","touchcancel","touchend","touchstart","auxclick","dblclick","pointercancel","pointerdown","pointerup","dragend","dragstart","drop","compositionend","compositionstart","keydown","keypress","keyup","input","textInput","copy","cut","paste","click","change","contextmenu","reset","submit"];function Na(e){return-1<Ia.indexOf(e)}function La(e,t,n,r,a){return{blockedOn:e,domEventName:t,eventSystemFlags:n|er,nativeEvent:a,targetContainers:[r]}}function Oa(e,t,n,r,a){var o=La(e,t,n,r,a);Ea.push(o)}function za(e,t){switch(e){case"focusin":case"focusout":Ca=null;break;case"dragenter":case"dragleave":Ra=null;break;case"mouseover":case"mouseout":Ta=null;break;case"pointerover":case"pointerout":var n=t.pointerId;Pa.delete(n);break;case"gotpointercapture":case"lostpointercapture":var r=t.pointerId;_a.delete(r)}}function Ma(e,t,n,r,a,o){if(null===e||e.nativeEvent!==o){var i,l=La(t,n,r,a,o);return null===t||null!==(i=Zs(t))&&$r(i),l}e.eventSystemFlags|=r;var u=e.targetContainers;return null!==a&&-1===u.indexOf(a)&&u.push(a),e}function Ua(e){var t=Gs(e.target);if(null!==t){var n=va(t);if(null!==n){var r=n.tag;if(r===Q){var a=ga(n);if(null!==a)return e.blockedOn=a,void Yr(e.lanePriority,function(){Mr(e.priority,function(){Qr(n)})})}else if(r===U){if(n.stateNode.hydrate)return void(e.blockedOn=ya(n))}}}e.blockedOn=null}function Aa(e){if(null===e.blockedOn){for(var t=e.targetContainers;0<t.length;){var n=t[0],r=Ii(e.domEventName,e.eventSystemFlags,n,e.nativeEvent);if(null!==r){var a=Zs(r);return null!==a&&$r(a),void(e.blockedOn=r)}t.shift()}return 1}}function Fa(e,t,n){Aa(e)&&n.delete(t)}function Wa(){for(xa=!1;0<Ea.length;){var e=Ea[0];if(null!==e.blockedOn){var t=Zs(e.blockedOn);null!==t&&qr(t);break}for(var n=e.targetContainers;0<n.length;){var r=n[0],a=Ii(e.domEventName,e.eventSystemFlags,r,e.nativeEvent);if(null!==a){e.blockedOn=a;break}n.shift()}null===e.blockedOn&&Ea.shift()}null!==Ca&&Aa(Ca)&&(Ca=null),null!==Ra&&Aa(Ra)&&(Ra=null),null!==Ta&&Aa(Ta)&&(Ta=null),Pa.forEach(Fa),_a.forEach(Fa)}function ja(e,t){e.blockedOn===t&&(e.blockedOn=null,xa||(xa=!0,Lr(Wr,Wa)))}function Ba(t){if(0<Ea.length){ja(Ea[0],t);for(var e=1;e<Ea.length;e++){var n=Ea[e];n.blockedOn===t&&(n.blockedOn=null)}}null!==Ca&&ja(Ca,t),null!==Ra&&ja(Ra,t),null!==Ta&&ja(Ta,t);function r(e){return ja(e,t)}Pa.forEach(r),_a.forEach(r);for(var a=0;a<Da.length;a++){var o=Da[a];o.blockedOn===t&&(o.blockedOn=null)}for(;0<Da.length;){var i=Da[0];if(null!==i.blockedOn)break;Ua(i),null===i.blockedOn&&Da.shift()}}var Va=0,Ha=1,qa=2;function $a(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var Qa={animationend:$a("Animation","AnimationEnd"),animationiteration:$a("Animation","AnimationIteration"),animationstart:$a("Animation","AnimationStart"),transitionend:$a("Transition","TransitionEnd")},Ya={},Ka={};function Xa(e){if(Ya[e])return Ya[e];if(!Qa[e])return e;var t=Qa[e];for(var n in t)if(t.hasOwnProperty(n)&&n in Ka)return Ya[e]=t[n];return e}h&&(Ka=document.createElement("div").style,"AnimationEvent"in window||(delete Qa.animationend.animation,delete Qa.animationiteration.animation,delete Qa.animationstart.animation),"TransitionEvent"in window||delete Qa.transitionend.transition);var Ga=Xa("animationend"),Za=Xa("animationiteration"),Ja=Xa("animationstart"),eo=Xa("transitionend"),to=new Map,no=new Map,ro=["cancel","cancel","click","click","close","close","contextmenu","contextMenu","copy","copy","cut","cut","auxclick","auxClick","dblclick","doubleClick","dragend","dragEnd","dragstart","dragStart","drop","drop","focusin","focus","focusout","blur","input","input","invalid","invalid","keydown","keyDown","keypress","keyPress","keyup","keyUp","mousedown","mouseDown","mouseup","mouseUp","paste","paste","pause","pause","play","play","pointercancel","pointerCancel","pointerdown","pointerDown","pointerup","pointerUp","ratechange","rateChange","reset","reset","seeked","seeked","submit","submit","touchcancel","touchCancel","touchend","touchEnd","touchstart","touchStart","volumechange","volumeChange"],ao=["change","selectionchange","textInput","compositionstart","compositionend","compositionupdate"],oo=["drag","drag","dragenter","dragEnter","dragexit","dragExit","dragleave","dragLeave","dragover","dragOver","mousemove","mouseMove","mouseout","mouseOut","mouseover","mouseOver","pointermove","pointerMove","pointerout","pointerOut","pointerover","pointerOver","scroll","scroll","toggle","toggle","touchmove","touchMove","wheel","wheel"],io=["abort","abort",Ga,"animationEnd",Za,"animationIteration",Ja,"animationStart","canplay","canPlay","canplaythrough","canPlayThrough","durationchange","durationChange","emptied","emptied","encrypted","encrypted","ended","ended","error","error","gotpointercapture","gotPointerCapture","load","load","loadeddata","loadedData","loadedmetadata","loadedMetadata","loadstart","loadStart","lostpointercapture","lostPointerCapture","playing","playing","progress","progress","seeking","seeking","stalled","stalled","suspend","suspend","timeupdate","timeUpdate",eo,"transitionEnd","waiting","waiting"];function lo(e,t){for(var n=0;n<e.length;n+=2){var r=e[n],a=e[n+1],o="on"+(a[0].toUpperCase()+a.slice(1));no.set(r,t),to.set(r,o),p(o,[r])}}var uo=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.SchedulerTracing,so=uo.__interactionsRef,co=uo.__subscriberRef,fo=(uo.unstable_clear,uo.unstable_getCurrent,uo.unstable_getThreadID),po=(uo.unstable_subscribe,uo.unstable_trace,uo.unstable_unsubscribe,uo.unstable_wrap),ho=Nr;if(null==so||null==so.current)throw Error("It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `scheduler/tracing` module with `scheduler/tracing-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at https://reactjs.org/link/profiling");var mo=99,vo=98,go=97,yo=96,bo=95,wo=90,ko=(ho(),15),So=14,xo=13,Eo=12,Co=11,Ro=10,To=9,Po=8,_o=7,Do=6,Io=5,No=4,Lo=3,Oo=2,zo=1,Mo=0,Uo=31,Ao=0,Fo=0,Wo=1,jo=2,Bo=4,Vo=24,Ho=32,qo=192,$o=256,Qo=3584,Yo=4096,Ko=4186112,Xo=62914560,Go=33554432,Zo=67108864,Jo=134217727,ei=134217728,ti=805306368,ni=1073741824,ri=-1;var ai=Po;function oi(e){if((Wo&e)!==Ao)return ai=ko,Wo;if((jo&e)!==Ao)return ai=So,jo;if((Bo&e)!==Ao)return ai=xo,Bo;var t=Vo&e;if(t!==Ao)return ai=Eo,t;if((e&Ho)!==Ao)return ai=Co,Ho;var n=qo&e;if(n!==Ao)return ai=Ro,n;if((e&$o)!==Ao)return ai=To,$o;var r=Qo&e;if(r!==Ao)return ai=Po,r;if((e&Yo)!==Ao)return ai=_o,Yo;var a=Ko&e;if(a!==Ao)return ai=Do,a;var o=Xo&e;if(o!==Ao)return ai=Io,o;if(e&Zo)return ai=No,Zo;if((e&ei)!==Ao)return ai=Lo,ei;var i=ti&e;return i!==Ao?(ai=Oo,i):(ni&e)!==Ao?(ai=zo,ni):(N("Should have found matching lanes. This is a bug in React."),ai=Po,e)}function ii(e,t){var n=e.pendingLanes;if(n===Ao)return ai=Mo,Ao;var r,a,o,i,l=Ao,u=Mo,s=e.expiredLanes,c=e.suspendedLanes,d=e.pingedLanes;if(s!==Ao?(l=s,u=ai=ko):(r=n&Jo)!==Ao?(a=r&~c)!==Ao?(l=oi(a),u=ai):(o=r&d)!==Ao&&(l=oi(o),u=ai):(i=n&~c)!==Ao?(l=oi(i),u=ai):d!==Ao&&(l=oi(d),u=ai),l===Ao)return Ao;if(l=n&(function(e){var t=31-wi(e);return t<0?Ao:1<<t}(l)<<1)-1,t!==Ao&&t!==l&&(t&c)===Ao){oi(t);if(u<=ai)return t;ai=u}var f=e.entangledLanes;if(f!==Ao)for(var p=e.entanglements,h=l&f;0<h;){var m=pi(h),v=1<<m;l|=p[m],h&=~v}return l}function li(e,t){oi(e);return Ro<=ai?t+250:Do<=ai?t+5e3:ri}function ui(e){var t=e.pendingLanes&~ni;return t!==Ao?t:t&ni?ni:Ao}function si(e){return(e&Jo)!==Ao}function ci(e){return(e&Xo)===e}function di(e,t){switch(e){case Mo:break;case ko:return Wo;case So:return jo;case Eo:var n=fi(Vo&~t);return n===Fo?di(Ro,t):n;case Ro:var r=fi(qo&~t);return r===Fo?di(Po,t):r;case Po:var a=fi(Qo&~t);return a===Fo&&(a=fi(Ko&~t))===Fo&&(a=fi(Qo)),a;case Do:case Io:break;case Oo:var o=fi(ti&~t);return o===Fo&&(o=fi(ti)),o}throw Error("Invalid update priority: "+e+". This is a bug in React.")}function fi(e){return(t=e)&-t;var t}function pi(e){return 31-wi(e)}function hi(e,t){return(e&t)!==Ao}function mi(e,t){return(e&t)===t}function vi(e){return new Array(Uo).fill(e)}function gi(e,t,n){e.pendingLanes|=t;var r=t-1;e.suspendedLanes&=r,e.pingedLanes&=r,e.eventTimes[pi(t)]=n}function yi(e,t){e.pingedLanes|=e.suspendedLanes&t}function bi(e,t){e.mutableReadLanes|=t&e.pendingLanes}var wi=Math.clz32?Math.clz32:function(e){return 0!==e?31-(ki(e)/Si|0)|0:32},ki=Math.log,Si=Math.LN2;var xi=Fr,Ei=Mr,Ci=!0;function Ri(e){Ci=!!e}function Ti(e,t,n){var r,a,o;switch(r=t,void 0===(a=no.get(r))?qa:a){case Va:o=Pi;break;case Ha:o=_i;break;case qa:default:o=Di}return o.bind(null,t,n,e)}function Pi(e,t,n,r){r.timeStamp,pr||dr(),function(e,t,n,r,a){var o=pr;pr=!0;try{cr(e,t,n,r,a)}finally{(pr=o)||mr()}}(Di,e,t,n,r)}function _i(e,t,n,r){Ei(xi,Di.bind(null,e,t,n,r))}function Di(e,t,n,r){if(Ci){var a;if((a=0==(t&Jn))&&0<Ea.length&&Na(e))Oa(null,e,t,n,r);else{var o=Ii(e,t,n,r);if(null!==o){if(a){if(Na(e))return void Oa(o,e,t,n,r);if(function(e,t,n,r,a){switch(t){case"focusin":return Ca=Ma(Ca,e,t,n,r,a),1;case"dragenter":return Ra=Ma(Ra,e,t,n,r,a),1;case"mouseover":return Ta=Ma(Ta,e,t,n,r,a),1;case"pointerover":var o=a,i=o.pointerId;return Pa.set(i,Ma(Pa.get(i)||null,e,t,n,r,o)),1;case"gotpointercapture":var l=a,u=l.pointerId;return _a.set(u,Ma(_a.get(u)||null,e,t,n,r,l)),1}}(o,e,t,n,r))return;za(e,r)}Cu(e,t,r,null,n)}else a&&za(e,r)}}}function Ii(e,t,n,r){var a=Gs(nr(r));if(null!==a){var o=va(a);if(null===o)a=null;else{var i=o.tag;if(i===Q){var l=ga(o);if(null!==l)return l;a=null}else if(i===U){if(o.stateNode.hydrate)return ya(o);a=null}else o!==a&&(a=null)}}return Cu(e,t,r,a,n),null}var Ni=null,Li=null,Oi=null;function zi(){if(Oi)return Oi;for(var e=Li,t=e.length,n=Mi(),r=n.length,a=0;a<t&&e[a]===n[a];a++);for(var o=t-a,i=1;i<=o&&e[t-i]===n[r-i];i++);var l=1<i?1-i:void 0;return Oi=n.slice(a,l)}function Mi(){return"value"in Ni?Ni.value:Ni.textContent}function Ui(e){var t,n=e.keyCode;return"charCode"in e?0===(t=e.charCode)&&13===n&&(t=13):t=n,10===t&&(t=13),32<=t||13===t?t:0}function Ai(){return!0}function Fi(){return!1}function Wi(u){function e(e,t,n,r,a){for(var o in this._reactName=e,this._targetInst=n,this.type=t,this.nativeEvent=r,this.target=a,this.currentTarget=null,u){var i;u.hasOwnProperty(o)&&(i=u[o],this[o]=i?i(r):r[o])}var l=null!=r.defaultPrevented?r.defaultPrevented:!1===r.returnValue;return this.isDefaultPrevented=l?Ai:Fi,this.isPropagationStopped=Fi,this}return me(e.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=Ai)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=Ai)},persist:function(){},isPersistent:Ai}),e}var ji,Bi,Vi,Hi={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},qi=Wi(Hi),$i=me({},Hi,{view:0,detail:0}),Qi=Wi($i);var Yi=me({},$i,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:il,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:((t=e)!==Vi&&(Bi=Vi&&"mousemove"===t.type?(ji=t.screenX-Vi.screenX,t.screenY-Vi.screenY):ji=0,Vi=t),ji);var t},movementY:function(e){return"movementY"in e?e.movementY:Bi}}),Ki=Wi(Yi),Xi=Wi(me({},Yi,{dataTransfer:0})),Gi=Wi(me({},$i,{relatedTarget:0})),Zi=Wi(me({},Hi,{animationName:0,elapsedTime:0,pseudoElement:0})),Ji=Wi(me({},Hi,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}})),el=Wi(me({},Hi,{data:0})),tl=el,nl={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},rl={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"};var al={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function ol(e){var t=this.nativeEvent;if(t.getModifierState)return t.getModifierState(e);var n=al[e];return!!n&&!!t[n]}function il(e){return ol}var ll=Wi(me({},$i,{key:function(e){if(e.key){var t=nl[e.key]||e.key;if("Unidentified"!==t)return t}if("keypress"!==e.type)return"keydown"===e.type||"keyup"===e.type?rl[e.keyCode]||"Unidentified":"";var n=Ui(e);return 13===n?"Enter":String.fromCharCode(n)},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:il,charCode:function(e){return"keypress"===e.type?Ui(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?Ui(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}})),ul=Wi(me({},Yi,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),sl=Wi(me({},$i,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:il})),cl=Wi(me({},Hi,{propertyName:0,elapsedTime:0,pseudoElement:0})),dl=Wi(me({},Yi,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0})),fl=[9,13,27,32],pl=229,hl=h&&"CompositionEvent"in window,ml=null;h&&"documentMode"in document&&(ml=document.documentMode);var vl=h&&"TextEvent"in window&&!ml,gl=h&&(!hl||ml&&8<ml&&ml<=11),yl=32,bl=String.fromCharCode(yl);var wl=!1;function kl(e,t){switch(e){case"keyup":return-1!==fl.indexOf(t.keyCode);case"keydown":return t.keyCode!==pl;case"keypress":case"mousedown":case"focusout":return 1;default:return}}function Sl(e){var t=e.detail;return"object"==typeof t&&"data"in t?t.data:null}function xl(e){return"ko"===e.locale}var El=!1;function Cl(e,t,n,r,a){var o,i,l,u,s,c;hl?o=function(e){switch(e){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}(t):El?kl(t,r)&&(o="onCompositionEnd"):(l=r,"keydown"===t&&l.keyCode===pl&&(o="onCompositionStart")),o&&(gl&&!xl(r)&&(El||"onCompositionStart"!==o?"onCompositionEnd"===o&&El&&(i=zi()):(Ni=a,Li=Mi(),El=!0)),0<(u=Tu(n,o)).length&&(s=new el(o,t,null,r,a),e.push({event:s,listeners:u}),i?s.data=i:null!==(c=Sl(r))&&(s.data=c)))}function Rl(e,t){if(El){if("compositionend"===e||!hl&&kl(e,t)){var n=zi();return Oi=Li=Ni=null,El=!1,n}return null}switch(e){case"paste":return null;case"keypress":if(!((r=t).ctrlKey||r.altKey||r.metaKey)||r.ctrlKey&&r.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return gl&&!xl(t)?null:t.data;default:return null}var r}function Tl(e,t,n,r,a){var o,i,l=(vl?function(e,t){switch(e){case"compositionend":return Sl(t);case"keypress":return t.which!==yl?null:(wl=!0,bl);case"textInput":var n=t.data;return n===bl&&wl?null:n;default:return null}}:Rl)(t,r);!l||0<(o=Tu(n,"onBeforeInput")).length&&(i=new tl("onBeforeInput","beforeinput",null,r,a),e.push({event:i,listeners:o}),i.data=l)}var Pl={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function _l(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?Pl[e.type]:"textarea"===t}function Dl(e,t,n,r){lr(r);var a,o=Tu(t,"onChange");0<o.length&&(a=new qi("onChange","change",null,n,r),e.push({event:a,listeners:o}))}var Il=null,Nl=null;function Ll(e){var t=[];Dl(t,Nl,e,nr(e)),function(e,t){if(pr)return e(t);pr=!0;try{sr(e,t)}finally{pr=!1,mr()}}(Ol,t)}function Ol(e){yu(e,0)}function zl(e){if(bt(Js(e)))return e}function Ml(e,t){if("change"===e)return t}var Ul=!1;function Al(){Il&&(Il.detachEvent("onpropertychange",Fl),Nl=Il=null)}function Fl(e){"value"===e.propertyName&&zl(Nl)&&Ll(e)}function Wl(e,t,n){"focusin"===e?(Al(),Nl=n,(Il=t).attachEvent("onpropertychange",Fl)):"focusout"===e&&Al()}function jl(e,t){if("selectionchange"===e||"keyup"===e||"keydown"===e)return zl(Nl)}function Bl(e,t){if("click"===e)return zl(t)}function Vl(e,t){if("input"===e||"change"===e)return zl(t)}function Hl(e,t,n,r,a){var o,i,l,u,s,c,d,f,p=n?Js(n):window;if("select"===(c=(s=p).nodeName&&s.nodeName.toLowerCase())||"input"===c&&"file"===s.type?o=Ml:_l(p)?Ul?o=Vl:(o=jl,i=Wl):!(u=(l=p).nodeName)||"input"!==u.toLowerCase()||"checkbox"!==l.type&&"radio"!==l.type||(o=Bl),o){var h=o(t,n);if(h)return void Dl(e,h,r,a)}i&&i(t,p,n),"focusout"===t&&(f=(d=p)._wrapperState)&&f.controlled&&"number"===d.type&&Nt(d,"number",d.value)}function ql(e,t,n,r,a,o){var i,l,u,s,c,d,f,p,h,m,v,g,y,b,w="mouseover"===t||"pointerover"===t,k="mouseout"===t||"pointerout"===t;if(w&&0==(o&er)){var S=r.relatedTarget||r.fromElement;if(S&&(Gs(S)||Xs(S)))return}(k||w)&&(l=a.window===a?a:(i=a.ownerDocument)?i.defaultView||i.parentWindow:window,k?(s=n,null!==(c=(u=r.relatedTarget||r.toElement)?Gs(u):null)&&(c!==va(c)||c.tag!==F&&c.tag!==W)&&(c=null)):(s=null,c=n),s!==c&&(d=Ki,f="onMouseLeave",p="onMouseEnter",h="mouse","pointerout"!==t&&"pointerover"!==t||(d=ul,f="onPointerLeave",p="onPointerEnter",h="pointer"),m=null==s?l:Js(s),v=null==c?l:Js(c),(g=new d(f,h+"leave",s,r,a)).target=m,g.relatedTarget=v,y=null,Gs(a)===n&&((b=new d(p,h+"enter",c,r,a)).target=v,b.relatedTarget=m,y=b),function(e,t,n,r,a){var o=r&&a?function(e,t){for(var n=e,r=t,a=0,o=n;o;o=Pu(o))a++;for(var i=0,l=r;l;l=Pu(l))i++;for(;0<a-i;)n=Pu(n),a--;for(;0<i-a;)r=Pu(r),i--;var u=a;for(;u--;){if(n===r||null!==r&&n===r.alternate)return n;n=Pu(n),r=Pu(r)}return null}(r,a):null;null!==r&&_u(e,t,r,o,!1);null!==a&&null!==n&&_u(e,n,a,o,!0)}(e,g,y,s,c)))}h&&(Ul=function(e){if(!h)return!1;var t,n="on"+e,r=n in document;return r||((t=document.createElement("div")).setAttribute(n,"return;"),r="function"==typeof t[n]),r}("input")&&(!document.documentMode||9<document.documentMode));var $l="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},Ql=Object.prototype.hasOwnProperty;function Yl(e,t){if($l(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(var a=0;a<n.length;a++)if(!Ql.call(t,n[a])||!$l(e[n[a]],t[n[a]]))return!1;return!0}function Kl(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Xl(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}function Gl(e,t){for(var n=Kl(e),r=0,a=0;n;){if(n.nodeType===on){if(a=r+n.textContent.length,r<=t&&t<=a)return{node:n,offset:t-r};r=a}n=Kl(Xl(n))}}function Zl(e){var t=e.ownerDocument,n=t&&t.defaultView||window,r=n.getSelection&&n.getSelection();if(!r||0===r.rangeCount)return null;var a=r.anchorNode,o=r.anchorOffset,i=r.focusNode,l=r.focusOffset;try{a.nodeType,i.nodeType}catch(e){return null}return function(e,t,n,r,a){var o=0,i=-1,l=-1,u=0,s=0,c=e,d=null;e:for(;;){for(var f=null;c!==t||0!==n&&c.nodeType!==on||(i=o+n),c!==r||0!==a&&c.nodeType!==on||(l=o+a),c.nodeType===on&&(o+=c.nodeValue.length),null!==(f=c.firstChild);)d=c,c=f;for(;;){if(c===e)break e;if(d===t&&++u===n&&(i=o),d===r&&++s===a&&(l=o),null!==(f=c.nextSibling))break;d=(c=d).parentNode}c=f}return-1!==i&&-1!==l?{start:i,end:l}:null}(e,a,o,i,l)}function Jl(e){return e&&e.nodeType===on}function eu(e){return e&&e.ownerDocument&&function e(t,n){return!(!t||!n)&&(t===n||!Jl(t)&&(Jl(n)?e(t,n.parentNode):"contains"in t?t.contains(n):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(n))))}(e.ownerDocument.documentElement,e)}function tu(e){try{return"string"==typeof e.contentWindow.location.href}catch(e){return}}function nu(){for(var e=window,t=wt();t instanceof e.HTMLIFrameElement;){if(!tu(t))return t;t=wt((e=t.contentWindow).document)}return t}function ru(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}function au(){var e=nu();return{focusedElem:e,selectionRange:ru(e)?function(e){var t;t="selectionStart"in e?{start:e.selectionStart,end:e.selectionEnd}:Zl(e);return t||{start:0,end:0}}(e):null}}function ou(e){var t=nu(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&eu(n)){null!==r&&ru(n)&&function(e,t){var n=t.start,r=t.end;void 0===r&&(r=n);"selectionStart"in e?(e.selectionStart=n,e.selectionEnd=Math.min(r,e.value.length)):function(e,t){var n=e.ownerDocument||document,r=n&&n.defaultView||window;if(r.getSelection){var a,o=r.getSelection(),i=e.textContent.length,l=Math.min(t.start,i),u=void 0===t.end?l:Math.min(t.end,i);!o.extend&&u<l&&(a=u,u=l,l=a);var s=Gl(e,l),c=Gl(e,u);if(s&&c){if(1===o.rangeCount&&o.anchorNode===s.node&&o.anchorOffset===s.offset&&o.focusNode===c.node&&o.focusOffset===c.offset)return;var d=n.createRange();d.setStart(s.node,s.offset),o.removeAllRanges(),u<l?(o.addRange(d),o.extend(c.node,c.offset)):(d.setEnd(c.node,c.offset),o.addRange(d))}}}(e,t)}(n,r);for(var a=[],o=n;o=o.parentNode;)o.nodeType===an&&a.push({element:o,left:o.scrollLeft,top:o.scrollTop});"function"==typeof n.focus&&n.focus();for(var i=0;i<a.length;i++){var l=a[i];l.element.scrollLeft=l.left,l.element.scrollTop=l.top}}}var iu=h&&"documentMode"in document&&document.documentMode<=11;var lu=null,uu=null,su=null,cu=!1;function du(e,t,n){var r,a,o,i,l=(r=n).window===r?r.document:r.nodeType===un?r:r.ownerDocument;cu||null==lu||lu!==wt(l)||(a=function(e){if("selectionStart"in e&&ru(e))return{start:e.selectionStart,end:e.selectionEnd};var t=(e.ownerDocument&&e.ownerDocument.defaultView||window).getSelection();return{anchorNode:t.anchorNode,anchorOffset:t.anchorOffset,focusNode:t.focusNode,focusOffset:t.focusOffset}}(lu),su&&Yl(su,a)||(su=a,0<(o=Tu(uu,"onSelect")).length&&(i=new qi("onSelect","select",null,t,n),e.push({event:i,listeners:o}),i.target=lu)))}function fu(e,t,n,r,a,o){var i=to.get(t);if(void 0!==i){var l=qi,u=t;switch(t){case"keypress":if(0===Ui(r))return;case"keydown":case"keyup":l=ll;break;case"focusin":u="focus",l=Gi;break;case"focusout":u="blur",l=Gi;break;case"beforeblur":case"afterblur":l=Gi;break;case"click":if(2===r.button)return;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":l=Ki;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":l=Xi;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":l=sl;break;case Ga:case Za:case Ja:l=Zi;break;case eo:l=cl;break;case"scroll":l=Qi;break;case"wheel":l=dl;break;case"copy":case"cut":case"paste":l=Ji;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":l=ul}var s,c=0!=(o&Jn),d=!c&&"scroll"===t,f=function(e,t,n,r){var a=null!==t?t+"Capture":null,o=n?a:t,i=[],l=e,u=null;for(;null!==l;){var s,c=l.stateNode;if(l.tag===F&&null!==c&&(u=c,null===o||null!=(s=vr(l,o))&&i.push(Ru(l,s,u))),r)break;l=l.return}return i}(n,i,(r.type,c),d);0<f.length&&(s=new l(i,u,null,r,a),e.push({event:s,listeners:f}))}}function pu(e,t,n,r,a,o){var i,l,u,s,c;fu(e,t,n,r,a,o),0==(o&tr)&&(ql(e,t,n,r,a,o),Hl(e,t,n,r,a),function(e,t,n,r,a){var o=n?Js(n):window;switch(t){case"focusin":!_l(o)&&"true"!==o.contentEditable||(lu=o,uu=n,su=null);break;case"focusout":su=uu=lu=null;break;case"mousedown":cu=!0;break;case"contextmenu":case"mouseup":case"dragend":cu=!1,du(e,r,a);break;case"selectionchange":if(iu)break;case"keydown":case"keyup":du(e,r,a)}}(e,t,n,r,a),Cl(i=e,l=t,u=n,s=r,c=a),Tl(i,l,u,s,c))}lo(ro,Va),lo(oo,Ha),lo(io,qa),function(e,t){for(var n=0;n<e.length;n++)no.set(e[n],t)}(ao,Va),n("onMouseEnter",["mouseout","mouseover"]),n("onMouseLeave",["mouseout","mouseover"]),n("onPointerEnter",["pointerout","pointerover"]),n("onPointerLeave",["pointerout","pointerover"]),p("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"]),p("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"]),p("onBeforeInput",["compositionend","keypress","textInput","paste"]),p("onCompositionEnd",["compositionend","focusout","keydown","keypress","keyup","mousedown"]),p("onCompositionStart",["compositionstart","focusout","keydown","keypress","keyup","mousedown"]),p("onCompositionUpdate",["compositionupdate","focusout","keydown","keypress","keyup","mousedown"]);var hu=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],mu=new Set(["cancel","close","invalid","load","scroll","toggle"].concat(hu));function vu(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,function(e,t,n,r,a,o,i,l,u){var s;Pr.apply(this,arguments),xr&&(s=_r(),Cr||(Cr=!0,Rr=s))}(r,t,void 0,e),e.currentTarget=null}function gu(e,t,n){var r;if(n)for(var a=t.length-1;0<=a;a--){var o=t[a],i=o.instance,l=o.currentTarget,u=o.listener;if(i!==r&&e.isPropagationStopped())return;vu(e,u,l),r=i}else for(var s=0;s<t.length;s++){var c=t[s],d=c.instance,f=c.currentTarget,p=c.listener;if(d!==r&&e.isPropagationStopped())return;vu(e,p,f),r=d}}function yu(e,t){for(var n=0!=(t&Jn),r=0;r<e.length;r++){var a=e[r];gu(a.event,a.listeners,n)}!function(){if(Cr){var e=Rr;throw Cr=!1,Rr=null,e}}()}function bu(e,t){var n=nc(t),r=Du(e,!1);n.has(r)||(xu(t,e,Zn,!1),n.add(r))}var wu="_reactListening"+Math.random().toString(36).slice(2);function ku(t){t[wu]||(t[wu]=!0,u.forEach(function(e){mu.has(e)||Su(e,!1,t,null),Su(e,!0,t,null)}))}function Su(e,t,n,r,a){var o=4<arguments.length&&void 0!==a?a:0,i=n;if("selectionchange"===e&&n.nodeType!==un&&(i=n.ownerDocument),null!==r&&!t&&mu.has(e)){if("scroll"!==e)return;o|=Zn,i=r}var l=nc(i),u=Du(e,t);l.has(u)||(t&&(o|=Jn),xu(i,e,o,t),l.add(u))}function xu(e,t,n,r){var a,o,i,l,u,s,c,d,f,p,h=Ti(e,t,n),m=void 0;gr&&("touchstart"!==t&&"touchmove"!==t&&"wheel"!==t||(m=!0)),e=e,r?void 0!==m?(d=t,f=h,p=m,e.addEventListener(d,f,{capture:!0,passive:p})):(s=t,c=h,e.addEventListener(s,c,!0)):void 0!==m?(i=t,l=h,u=m,e.addEventListener(i,l,{passive:u})):(a=t,o=h,e.addEventListener(a,o,!1))}function Eu(e,t){return e===t||e.nodeType===ln&&e.parentNode===t}function Cu(r,a,o,e,t){var i=e;if(0==(a&Gn)&&0==(a&Zn)){var n=t;if(null!==e){var l=e;e:for(;;){if(null===l)return;var u=l.tag;if(u===U||u===A){var s=l.stateNode.containerInfo;if(Eu(s,n))break;if(u===A)for(var c=l.return;null!==c;){var d=c.tag;if(d===U||d===A)if(Eu(c.stateNode.containerInfo,n))return;c=c.return}for(;null!==s;){var f=Gs(s);if(null===f)return;var p=f.tag;if(p===F||p===W){l=i=f;continue e}s=s.parentNode}}l=l.return}}}!function(e,t,n){if(hr)return e(t,n);hr=!0;try{fr(e,t,n)}finally{hr=!1,mr()}}(function(){return e=a,pu(n=[],r,i,t=o,nr(t),e),void yu(n,e);var e,t,n})}function Ru(e,t,n){return{instance:e,listener:t,currentTarget:n}}function Tu(e,t){for(var n=t+"Capture",r=[],a=e;null!==a;){var o,i,l,u=a.stateNode;a.tag===F&&null!==u&&(o=u,null!=(i=vr(a,n))&&r.unshift(Ru(a,i,o)),null!=(l=vr(a,t))&&r.push(Ru(a,l,o))),a=a.return}return r}function Pu(e){if(null===e)return null;for(;(e=e.return)&&e.tag!==F;);return e||null}function _u(e,t,n,r,a){for(var o=t._reactName,i=[],l=n;null!==l&&l!==r;){var u,s,c,d=l.alternate,f=l.stateNode,p=l.tag;if(null!==d&&d===r)break;p===F&&null!==f&&(u=f,a?null!=(s=vr(l,o))&&i.unshift(Ru(l,s,u)):a||null!=(c=vr(l,o))&&i.push(Ru(l,c,u))),l=l.return}0!==i.length&&e.push({event:t,listeners:i})}function Du(e,t){return e+"__"+(t?"capture":"bubble")}function Iu(e){return("string"==typeof e?e:""+e).replace(qu,"\n").replace($u,"")}var Nu,Lu=!1,Ou="dangerouslySetInnerHTML",zu="suppressContentEditableWarning",Mu="suppressHydrationWarning",Uu="autoFocus",Au="children",Fu="style",Wu="__html",ju=Gt,Bu={dialog:!0,webview:!0},Vu=function(e,t){var n,r;jn(e,t),r=t,"input"!==(n=e)&&"textarea"!==n&&"select"!==n||null==r||null!==r.value||Bn||(Bn=!0,"select"===n&&r.multiple?N("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",n):N("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",n)),Xn(e,t,{registrationNameDependencies:S,possibleRegistrationNames:s})},Hu=h&&!document.documentMode,qu=/\r\n?/g,$u=/\u0000|\uFFFD/g,Qu=function(e,t){var n,r;Lu||(n=Iu(t),(r=Iu(e))!==n&&(Lu=!0,N('Text content did not match. Server: "%s" Client: "%s"',r,n)))},Yu=function(e,t,n){var r,a;Lu||(r=Iu(n),(a=Iu(t))!==r&&(Lu=!0,N("Prop `%s` did not match. Server: %s Client: %s",e,JSON.stringify(a),JSON.stringify(r))))},Ku=function(e){var t;Lu||(Lu=!0,t=[],e.forEach(function(e){t.push(e)}),N("Extra attributes from the server: %s",t))},Xu=function(e,t){!1===t?N("Expected `%s` listener to be a function, instead got `false`.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.",e,e,e):N("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)},Gu=function(e,t){var n=e.namespaceURI===ju?e.ownerDocument.createElement(e.tagName):e.ownerDocument.createElementNS(e.namespaceURI,e.tagName);return n.innerHTML=t,n.innerHTML};function Zu(e){return e.nodeType===un?e:e.ownerDocument}function Ju(){}function es(e){e.onclick=Ju}function ts(e,t,n){var r,a,o,i=Ln(t,n);switch(Vu(t,n),t){case"dialog":bu("cancel",e),bu("close",e),r=n;break;case"iframe":case"object":case"embed":bu("load",e),r=n;break;case"video":case"audio":for(var l=0;l<hu.length;l++)bu(hu[l],e);r=n;break;case"source":bu("error",e),r=n;break;case"img":case"image":case"link":bu("error",e),bu("load",e),r=n;break;case"details":bu("toggle",e),r=n;break;case"input":Tt(e,n),r=Rt(e,n),bu("invalid",e);break;case"option":Mt(0,n),r=Ut(0,n);break;case"select":Bt(e,n),r=jt(0,n),bu("invalid",e);break;case"textarea":qt(e,n),r=Ht(e,n),bu("invalid",e);break;default:r=n}switch(Nn(t,r),function(e,t,n,r){for(var a in n){var o,i;n.hasOwnProperty(a)&&(o=n[a],a===Fu?(o&&Object.freeze(o),Pn(t,o)):a===Ou?null!=(i=o?o[Wu]:void 0)&&rn(t,i):a===Au?"string"==typeof o?"textarea"===e&&""===o||cn(t,o):"number"==typeof o&&cn(t,""+o):a===zu||a===Mu||a===Uu||(S.hasOwnProperty(a)?null!=o&&("function"!=typeof o&&Xu(a,o),"onScroll"===a&&bu("scroll",t)):null!=o&&pe(t,a,o,r)))}}(t,e,r,i),t){case"input":yt(e),Dt(e,n,!1);break;case"textarea":yt(e),Qt(e);break;case"option":a=e,null!=(o=n).value&&a.setAttribute("value",""+pt(o.value));break;case"select":!function(e,t){var n=e;n.multiple=!!t.multiple;var r=t.value;null!=r?Wt(n,!!t.multiple,r,!1):null!=t.defaultValue&&Wt(n,!!t.multiple,t.defaultValue,!0)}(e,n);break;default:"function"==typeof r.onClick&&es(e)}}function ns(e,t,n,r){Vu(t,r);var a,o,i,l,u=null;switch(t){case"input":a=Rt(e,n),o=Rt(e,r),u=[];break;case"option":a=Ut(0,n),o=Ut(0,r),u=[];break;case"select":a=jt(0,n),o=jt(0,r),u=[];break;case"textarea":a=Ht(e,n),o=Ht(e,r),u=[];break;default:o=r,"function"!=typeof(a=n).onClick&&"function"==typeof o.onClick&&es(e)}Nn(t,o);var s=null;for(i in a)if(!o.hasOwnProperty(i)&&a.hasOwnProperty(i)&&null!=a[i])if(i===Fu){var c=a[i];for(l in c)c.hasOwnProperty(l)&&((s=s||{})[l]="")}else i===Ou||i===Au||i===zu||i===Mu||i===Uu||(S.hasOwnProperty(i)?u=u||[]:(u=u||[]).push(i,null));for(i in o){var d,f,p=o[i],h=null!=a?a[i]:void 0;if(o.hasOwnProperty(i)&&p!==h&&(null!=p||null!=h))if(i===Fu)if(p&&Object.freeze(p),h){for(l in h)!h.hasOwnProperty(l)||p&&p.hasOwnProperty(l)||((s=s||{})[l]="");for(l in p)p.hasOwnProperty(l)&&h[l]!==p[l]&&((s=s||{})[l]=p[l])}else s||(u=u||[]).push(i,s),s=p;else i===Ou?(d=p?p[Wu]:void 0,f=h?h[Wu]:void 0,null!=d&&f!==d&&(u=u||[]).push(i,d)):i===Au?"string"!=typeof p&&"number"!=typeof p||(u=u||[]).push(i,""+p):i===zu||i===Mu||(S.hasOwnProperty(i)?(null!=p&&("function"!=typeof p&&Xu(i,p),"onScroll"===i&&bu("scroll",e)),u||h===p||(u=[])):"object"==typeof p&&null!==p&&p.$$typeof===De?p.toString():(u=u||[]).push(i,p))}return s&&(function(e,t){if(t){var n,r=_n(e),a=_n(t),o={};for(var i in r){var l=r[i],u=a[i];if(u&&l!==u){var s=l+","+u;if(o[s])continue;o[s]=!0,N("%s a style property during rerender (%s) when a conflicting property is set (%s) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.",null==(n=e[l])||"boolean"==typeof n||""===n?"Removing":"Updating",l,u)}}}}(s,o[Fu]),(u=u||[]).push(Fu,s)),u}function rs(e,t,n,r,a){"input"===n&&"radio"===a.type&&null!=a.name&&Pt(e,a);Ln(n,r);switch(!function(e,t,n){for(var r=0;r<t.length;r+=2){var a=t[r],o=t[r+1];a===Fu?Pn(e,o):a===Ou?rn(e,o):a===Au?cn(e,o):pe(e,a,o,n)}}(e,t,Ln(n,a)),n){case"input":_t(e,a);break;case"textarea":$t(e,a);break;case"select":!function(e,t){var n=e,r=n._wrapperState.wasMultiple;n._wrapperState.wasMultiple=!!t.multiple;var a=t.value;null!=a?Wt(n,!!t.multiple,a,!1):r!==!!t.multiple&&(null!=t.defaultValue?Wt(n,!!t.multiple,t.defaultValue,!0):Wt(n,!!t.multiple,t.multiple?[]:"",!1))}(e,a)}}function as(e,t){Qu(e.nodeValue,t)}function os(e,t){Lu||(Lu=!0,N("Did not expect server HTML to contain a <%s> in <%s>.",t.nodeName.toLowerCase(),e.nodeName.toLowerCase()))}function is(e,t){Lu||(Lu=!0,N('Did not expect server HTML to contain the text node "%s" in <%s>.',t.nodeValue,e.nodeName.toLowerCase()))}function ls(e,t){Lu||(Lu=!0,N("Expected server HTML to contain a matching <%s> in <%s>.",t,e.nodeName.toLowerCase()))}function us(e,t){""!==t&&(Lu||(Lu=!0,N('Expected server HTML to contain a matching text node for "%s" in <%s>.',t,e.nodeName.toLowerCase())))}var ss=function(){},cs=function(){},ds=["address","applet","area","article","aside","base","basefont","bgsound","blockquote","body","br","button","caption","center","col","colgroup","dd","details","dir","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","img","input","isindex","li","link","listing","main","marquee","menu","menuitem","meta","nav","noembed","noframes","noscript","object","ol","p","param","plaintext","pre","script","section","select","source","style","summary","table","tbody","td","template","textarea","tfoot","th","thead","title","tr","track","ul","wbr","xmp"],fs=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],ps=fs.concat(["button"]),hs=["dd","dt","li","option","optgroup","p","rp","rt"],ms={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null},cs=function(e,t){var n=me({},e||ms),r={tag:t};return-1!==fs.indexOf(t)&&(n.aTagInScope=null,n.buttonTagInScope=null,n.nobrTagInScope=null),-1!==ps.indexOf(t)&&(n.pTagInButtonScope=null),-1!==ds.indexOf(t)&&"address"!==t&&"div"!==t&&"p"!==t&&(n.listItemTagAutoclosing=null,n.dlItemTagAutoclosing=null),n.current=r,"form"===t&&(n.formTag=r),"a"===t&&(n.aTagInScope=r),"button"===t&&(n.buttonTagInScope=r),"nobr"===t&&(n.nobrTagInScope=r),"p"===t&&(n.pTagInButtonScope=r),"li"===t&&(n.listItemTagAutoclosing=r),"dd"!==t&&"dt"!==t||(n.dlItemTagAutoclosing=r),n},vs={},ss=function(e,t,n){var r=(n=n||ms).current,a=r&&r.tag;null!=t&&(null!=e&&N("validateDOMNesting: when childText is passed, childTag should be null"),e="#text");var o,i,l,u,s,c=function(e,t){switch(t){case"select":return"option"===e||"optgroup"===e||"#text"===e;case"optgroup":return"option"===e||"#text"===e;case"option":return"#text"===e;case"tr":return"th"===e||"td"===e||"style"===e||"script"===e||"template"===e;case"tbody":case"thead":case"tfoot":return"tr"===e||"style"===e||"script"===e||"template"===e;case"colgroup":return"col"===e||"template"===e;case"table":return"caption"===e||"colgroup"===e||"tbody"===e||"tfoot"===e||"thead"===e||"style"===e||"script"===e||"template"===e;case"head":return"base"===e||"basefont"===e||"bgsound"===e||"link"===e||"meta"===e||"title"===e||"noscript"===e||"noframes"===e||"style"===e||"script"===e||"template"===e;case"html":return"head"===e||"body"===e||"frameset"===e;case"frameset":return"frame"===e;case"#document":return"html"===e}switch(e){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return"h1"!==t&&"h2"!==t&&"h3"!==t&&"h4"!==t&&"h5"!==t&&"h6"!==t;case"rp":case"rt":return-1===hs.indexOf(t);case"body":case"caption":case"col":case"colgroup":case"frameset":case"frame":case"head":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return null==t}return!0}(e,a)?null:r,d=c?null:function(e,t){switch(e){case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":case"pre":case"listing":case"table":case"hr":case"xmp":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t.pTagInButtonScope;case"form":return t.formTag||t.pTagInButtonScope;case"li":return t.listItemTagAutoclosing;case"dd":case"dt":return t.dlItemTagAutoclosing;case"button":return t.buttonTagInScope;case"a":return t.aTagInScope;case"nobr":return t.nobrTagInScope}return null}(e,n),f=c||d;f&&(o=f.tag,vs[i=!!c+"|"+e+"|"+o]||(vs[i]=!0,u="","#text"===(l=e)?/\S/.test(t)?l="Text nodes":(l="Whitespace text nodes",u=" Make sure you don't have any extra whitespace between tags on each line of your source code."):l="<"+e+">",c?(s="","table"===o&&"tr"===e&&(s+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),N("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s",l,o,u,s)):N("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",l,o)))},gs="suppressHydrationWarning",ys="$",bs="/$",ws="$?",ks="$!",Ss="style",xs=null,Es=null;function Cs(e,t){switch(e){case"button":case"input":case"select":case"textarea":return!!t.autoFocus}return!1}function Rs(){xs=Ci,Es=au();return Ri(!1),null}function Ts(e,t,n,r,a){var o,i,l,u=r;ss(e,null,u.ancestorInfo),"string"!=typeof t.children&&"number"!=typeof t.children||(i=""+t.children,l=cs(u.ancestorInfo,e),ss(null,i,l)),o=u.namespace;var s,c,d,f,p,h,m,v,g,y,b=(s=e,c=t,d=o,g=Zu(n),(y=d)===ju&&(y=Jt(s)),y===ju?((f=Ln(s,c))||s===s.toLowerCase()||N("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",s),"script"===s?((p=g.createElement("div")).innerHTML="<script><\/script>",h=p.firstChild,m=p.removeChild(h)):"string"==typeof c.is?m=g.createElement(s,{is:c.is}):(m=g.createElement(s),"select"===s&&(v=m,c.multiple?v.multiple=!0:c.size&&(v.size=c.size)))):m=g.createElementNS(y,s),y===ju&&(f||"[object HTMLUnknownElement]"!==Object.prototype.toString.call(m)||Object.prototype.hasOwnProperty.call(Bu,s)||(Bu[s]=!0,N("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",s))),m);return Ys(a,b),tc(b,t),b}function Ps(e,t){return"textarea"===e||"option"===e||"noscript"===e||"string"==typeof t.children||"number"==typeof t.children||"object"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}function _s(e,t,n,r){ss(null,e,n.ancestorInfo);var a,o=(a=e,Zu(t).createTextNode(a));return Ys(r,o),o}var Ds="function"==typeof setTimeout?setTimeout:void 0,Is="function"==typeof clearTimeout?clearTimeout:void 0,Ns=-1;function Ls(e){cn(e,"")}function Os(e,t){var n;e.nodeType===ln?(n=e.parentNode).insertBefore(t,e):(n=e).appendChild(t);var r=e._reactRootContainer;null==r&&null===n.onclick&&es(n)}function zs(e,t){e=e;var n=t[Ss],r=null!=n&&n.hasOwnProperty("display")?n.display:null;e.style.display=hn("display",r)}function Ms(e){var t;e.nodeType===an?e.textContent="":e.nodeType!==un||null!=(t=e.body)&&(t.textContent="")}function Us(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(t===an||t===on)break}return e}function As(e){return Us(e.nextSibling)}function Fs(e){return Us(e.firstChild)}function Ws(e,t,n,r,a,o){return Ys(o,e),tc(e,n),function(e,t,n,r){var a,o;switch(Nu=!0===n[Mu],a=Ln(t,n),Vu(t,n),t){case"dialog":bu("cancel",e),bu("close",e);break;case"iframe":case"object":case"embed":bu("load",e);break;case"video":case"audio":for(var i=0;i<hu.length;i++)bu(hu[i],e);break;case"source":bu("error",e);break;case"img":case"image":case"link":bu("error",e),bu("load",e);break;case"details":bu("toggle",e);break;case"input":Tt(e,n),bu("invalid",e);break;case"option":Mt(0,n);break;case"select":Bt(e,n),bu("invalid",e);break;case"textarea":qt(e,n),bu("invalid",e)}Nn(t,n),o=new Set;for(var l=e.attributes,u=0;u<l.length;u++){switch(l[u].name.toLowerCase()){case"data-reactroot":case"value":case"checked":case"selected":break;default:o.add(l[u].name)}}var s,c,d,f,p,h,m,v,g,y,b,w=null;for(var k in n){n.hasOwnProperty(k)&&(s=n[k],k===Au?"string"==typeof s?e.textContent!==s&&(Nu||Qu(e.textContent,s),w=[Au,s]):"number"==typeof s&&e.textContent!==""+s&&(Nu||Qu(e.textContent,s),w=[Au,""+s]):S.hasOwnProperty(k)?null!=s&&("function"!=typeof s&&Xu(k,s),"onScroll"===k&&bu("scroll",e)):"boolean"==typeof a&&(m=void 0,c=L(k),Nu||k===zu||k===Mu||"value"===k||"checked"===k||"selected"===k||(k===Ou?(d=e.innerHTML,null==(f=s?s[Wu]:void 0)||(p=Gu(e,f))!==d&&Yu(k,d,p)):k===Fu?(o.delete(k),!Hu||(h=Tn(s))!==(m=e.getAttribute("style"))&&Yu(k,m,h)):a?(o.delete(k.toLowerCase()),s!==(m=fe(e,k,s))&&Yu(k,m,s)):_(k,c,a)||I(k,s,c,a)||(v=!1,s===(m=null!==c?(o.delete(c.attributeName),de(e,k,s,c)):((g=r)===ju&&(g=Jt(t)),g===ju?o.delete(k.toLowerCase()):(null!==(y=(b=k.toLowerCase(),On.hasOwnProperty(b)&&On[b]||null))&&y!==k&&(v=!0,o.delete(y)),o.delete(k)),fe(e,k,s)))||v||Yu(k,m,s)))))}switch(0<o.size&&!Nu&&Ku(o),t){case"input":yt(e),Dt(e,n,!0);break;case"textarea":yt(e),Qt(e);break;case"select":case"option":break;default:"function"==typeof n.onClick&&es(e)}return w}(e,t,n,a.namespace)}function js(e){for(var t=e.previousSibling,n=0;t;){if(t.nodeType===ln){var r=t.data;if(r===ys||r===ks||r===ws){if(0===n)return t;n--}else r===bs&&n++}t=t.previousSibling}return null}var Bs=0;var Vs=Math.random().toString(36).slice(2),Hs="__reactFiber$"+Vs,qs="__reactProps$"+Vs,$s="__reactContainer$"+Vs,Qs="__reactEvents$"+Vs;function Ys(e,t){t[Hs]=e}function Ks(e){e[$s]=null}function Xs(e){return!!e[$s]}function Gs(e){var t=e[Hs];if(t)return t;for(var n=e.parentNode;n;){if(t=n[$s]||n[Hs]){var r=t.alternate;if(null!==t.child||null!==r&&null!==r.child)for(var a=js(e);null!==a;){var o=a[Hs];if(o)return o;a=js(a)}return t}n=(e=n).parentNode}return null}function Zs(e){var t=e[Hs]||e[$s];return t&&(t.tag===F||t.tag===W||t.tag===Q||t.tag===U)?t:null}function Js(e){if(e.tag===F||e.tag===W)return e.stateNode;throw Error("getNodeFromInstance: Invalid argument.")}function ec(e){return e[qs]||null}function tc(e,t){e[qs]=t}function nc(e){var t=e[Qs];return void 0===t&&(t=e[Qs]=new Set),t}var rc={},ac=o.ReactDebugCurrentFrame;function oc(e){var t,n;e?(t=e._owner,n=function e(t,n,r){if(null==t)return"";if("function"==typeof t)return Je(t,!(!(a=t.prototype)||!a.isReactComponent));var a;if("string"==typeof t)return Xe(t);switch(t){case Ee:return Xe("Suspense");case Ce:return Xe("SuspenseList")}if("object"==typeof t)switch(t.$$typeof){case xe:return et(t.render);case Re:return e(t.type,n,r);case Pe:return et(t._render);case Te:var o=t._payload,i=t._init;try{return e(i(o),n,r)}catch(e){}}return""}(e.type,e._source,t?t.type:null),ac.setExtraStackFrame(n)):ac.setExtraStackFrame(null)}function ic(e,t,n,r,a){var o=Function.call.bind(Object.prototype.hasOwnProperty);for(var i in e)if(o(e,i)){var l=void 0;try{if("function"!=typeof e[i]){var u=Error((r||"React class")+": "+n+" type `"+i+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[i]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw u.name="Invariant Violation",u}l=e[i](t,i,r,n,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(e){l=e}!l||l instanceof Error||(oc(a),N("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",r||"React class",n,i,typeof l),oc(null)),l instanceof Error&&!(l.message in rc)&&(rc[l.message]=!0,oc(a),N("Failed %s type: %s",n,l.message),oc(null))}}var lc,uc=[],sc=[],cc=-1;function dc(e){return{current:e}}function fc(e,t){cc<0?N("Unexpected pop."):(t!==sc[cc]&&N("Unexpected Fiber popped."),e.current=uc[cc],uc[cc]=null,sc[cc]=null,cc--)}function pc(e,t,n){uc[++cc]=e.current,sc[cc]=n,e.current=t}lc={};var hc={};Object.freeze(hc);var mc=dc(hc),vc=dc(!1),gc=hc;function yc(e,t,n){return n&&Sc(t)?gc:mc.current}function bc(e,t,n){var r=e.stateNode;r.__reactInternalMemoizedUnmaskedChildContext=t,r.__reactInternalMemoizedMaskedChildContext=n}function wc(e,t){var n=e.type,r=n.contextTypes;if(!r)return hc;var a=e.stateNode;if(a&&a.__reactInternalMemoizedUnmaskedChildContext===t)return a.__reactInternalMemoizedMaskedChildContext;var o={};for(var i in r)o[i]=t[i];return ic(r,o,"context",at(n)||"Unknown"),a&&bc(e,t,o),o}function kc(){return vc.current}function Sc(e){var t=e.childContextTypes;return null!=t}function xc(e){fc(vc,e),fc(mc,e)}function Ec(e){fc(vc,e),fc(mc,e)}function Cc(e,t,n){if(mc.current!==hc)throw Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");pc(mc,t,e),pc(vc,n,e)}function Rc(e,t,n){var r=e.stateNode,a=t.childContextTypes;if("function"!=typeof r.getChildContext){var o=at(t)||"Unknown";return lc[o]||(lc[o]=!0,N("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",o,o)),n}var i=r.getChildContext();for(var l in i)if(!(l in a))throw Error((at(t)||"Unknown")+'.getChildContext(): key "'+l+'" is not defined in childContextTypes.');return ic(a,i,"child context",at(t)||"Unknown"),me({},n,i)}function Tc(e){var t=e.stateNode,n=t&&t.__reactInternalMemoizedMergedChildContext||hc;return gc=mc.current,pc(mc,n,e),pc(vc,vc.current,e),1}function Pc(e,t,n){var r,a=e.stateNode;if(!a)throw Error("Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.");n?(r=Rc(e,t,gc),a.__reactInternalMemoizedMergedChildContext=r,fc(vc,e),fc(mc,e),pc(mc,r,e)):fc(vc,e),pc(vc,n,e)}function _c(e){if(va(t=e)!==t||e.tag!==z)throw Error("Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.");var t,n=e;do{switch(n.tag){case U:return n.stateNode.context;case z:if(Sc(n.type))return n.stateNode.__reactInternalMemoizedMergedChildContext}n=n.return}while(null!==n);throw Error("Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.")}var Dc=0,Ic=1,Nc=2,Lc=null,Oc=null,zc=!1,Mc="undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__;var Uc=Mr,Ac=Lr,Fc=Ir,Wc=Or,jc=zr,Bc=Nr,Vc=Ur,Hc=Ar,qc=Fr,$c=Wr,Qc=jr,Yc=Br;if(null==so||null==so.current)throw Error("It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `scheduler/tracing` module with `scheduler/tracing-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at https://reactjs.org/link/profiling");var Kc={},Xc=99,Gc=98,Zc=97,Jc=96,ed=95,td=90,nd=Wc,rd=void 0!==jc?jc:function(){},ad=null,od=null,id=!1,ld=Bc(),ud=ld<1e4?Bc:function(){return Bc()-ld};function sd(){switch(Vc()){case Hc:return Xc;case qc:return Gc;case $c:return Zc;case Qc:return Jc;case Yc:return ed;default:throw Error("Unknown priority level.")}}function cd(e){switch(e){case Xc:return Hc;case Gc:return qc;case Zc:return $c;case Jc:return Qc;case ed:return Yc;default:throw Error("Unknown priority level.")}}function dd(e,t){var n=cd(e);return Uc(n,t)}function fd(e,t,n){var r=cd(e);return Ac(r,t,n)}function pd(e){e!==Kc&&Fc(e)}function hd(){var e;null!==od&&(e=od,od=null,Fc(e)),md()}function md(){if(!id&&null!==ad){id=!0;var t=0;try{var n=ad;dd(Xc,function(){for(;t<n.length;t++)for(var e=n[t];null!==(e=e(!0)););}),ad=null}catch(e){throw null!==ad&&(ad=ad.slice(t+1)),Ac(Hc,hd),e}finally{id=!1}}}var vd=0,gd=1,yd=2,bd=4,wd=8,kd=16,Sd=o.ReactCurrentBatchConfig,xd=0;function Ed(e){var t=[];return e.forEach(function(e){t.push(e)}),t.sort().join(", ")}var Cd={recordUnsafeLifecycleWarnings:function(e,t){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(e,t){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}},Rd=[],Td=[],Pd=[],_d=[],Dd=[],Id=[],Nd=new Set;Cd.recordUnsafeLifecycleWarnings=function(e,t){Nd.has(e.type)||("function"==typeof t.componentWillMount&&!0!==t.componentWillMount.__suppressDeprecationWarning&&Rd.push(e),e.mode&gd&&"function"==typeof t.UNSAFE_componentWillMount&&Td.push(e),"function"==typeof t.componentWillReceiveProps&&!0!==t.componentWillReceiveProps.__suppressDeprecationWarning&&Pd.push(e),e.mode&gd&&"function"==typeof t.UNSAFE_componentWillReceiveProps&&_d.push(e),"function"==typeof t.componentWillUpdate&&!0!==t.componentWillUpdate.__suppressDeprecationWarning&&Dd.push(e),e.mode&gd&&"function"==typeof t.UNSAFE_componentWillUpdate&&Id.push(e))},Cd.flushPendingUnsafeLifecycleWarnings=function(){var t=new Set;0<Rd.length&&(Rd.forEach(function(e){t.add(at(e.type)||"Component"),Nd.add(e.type)}),Rd=[]);var n=new Set;0<Td.length&&(Td.forEach(function(e){n.add(at(e.type)||"Component"),Nd.add(e.type)}),Td=[]);var r=new Set;0<Pd.length&&(Pd.forEach(function(e){r.add(at(e.type)||"Component"),Nd.add(e.type)}),Pd=[]);var a=new Set;0<_d.length&&(_d.forEach(function(e){a.add(at(e.type)||"Component"),Nd.add(e.type)}),_d=[]);var o=new Set;0<Dd.length&&(Dd.forEach(function(e){o.add(at(e.type)||"Component"),Nd.add(e.type)}),Dd=[]);var i=new Set;0<Id.length&&(Id.forEach(function(e){i.add(at(e.type)||"Component"),Nd.add(e.type)}),Id=[]),0<n.size&&N("Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move code with side effects to componentDidMount, and set initial state in the constructor.\n\nPlease update the following components: %s",Ed(n)),0<a.size&&N("Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move data fetching code or side effects to componentDidUpdate.\n* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state\n\nPlease update the following components: %s",Ed(a)),0<i.size&&N("Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move data fetching code or side effects to componentDidUpdate.\n\nPlease update the following components: %s",Ed(i)),0<t.size&&l("componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move code with side effects to componentDidMount, and set initial state in the constructor.\n* Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.\n\nPlease update the following components: %s",Ed(t)),0<r.size&&l("componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move data fetching code or side effects to componentDidUpdate.\n* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state\n* Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.\n\nPlease update the following components: %s",Ed(r)),0<o.size&&l("componentWillUpdate has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move data fetching code or side effects to componentDidUpdate.\n* Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.\n\nPlease update the following components: %s",Ed(o))};var Ld=new Map,Od=new Set;function zd(e,t){if(e&&e.defaultProps){var n=me({},t),r=e.defaultProps;for(var a in r)void 0===n[a]&&(n[a]=r[a]);return n}return t}Cd.recordLegacyContextWarning=function(e,t){var n,r=function(e){for(var t=null,n=e;null!==n;)n.mode&gd&&(t=n),n=n.return;return t}(e);null!==r?Od.has(e.type)||(n=Ld.get(r),(null!=e.type.contextTypes||null!=e.type.childContextTypes||null!==t&&"function"==typeof t.getChildContext)&&(void 0===n&&(n=[],Ld.set(r,n)),n.push(e))):N("Expected to find a StrictMode component in a strict mode tree. This error is likely caused by a bug in React. Please file an issue.")},Cd.flushLegacyContextWarning=function(){Ld.forEach(function(e,t){if(0!==e.length){var n=e[0],r=new Set;e.forEach(function(e){r.add(at(e.type)||"Component"),Od.add(e.type)});var a=Ed(r);try{dt(n),N("Legacy context API has been detected within a strict-mode tree.\n\nThe old API will be supported in all 16.x releases, but applications using it should migrate to the new version.\n\nPlease update the following components: %s\n\nLearn more about this warning here: https://reactjs.org/link/legacy-context",a)}finally{ct()}}})},Cd.discardPendingWarnings=function(){Rd=[],Td=[],Pd=[],_d=[],Dd=[],Id=[],Ld=new Map};var Md=1073741823,Ud=dc(null),Ad={},Fd=null,Wd=null,jd=null,Bd=!1;function Vd(){jd=Wd=Fd=null,Bd=!1}function Hd(){Bd=!0}function qd(){Bd=!1}function $d(e,t){var n=e.type._context;pc(Ud,n._currentValue,e),n._currentValue=t,void 0!==n._currentRenderer&&null!==n._currentRenderer&&n._currentRenderer!==Ad&&N("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),n._currentRenderer=Ad}function Qd(e){var t=Ud.current;fc(Ud,e),e.type._context._currentValue=t}function Yd(e,t){for(var n=e;null!==n;){var r=n.alternate;if(mi(n.childLanes,t)){if(null===r||mi(r.childLanes,t))break;r.childLanes=r.childLanes|t}else n.childLanes=n.childLanes|t,null!==r&&(r.childLanes=r.childLanes|t);n=n.return}}function Kd(e,t){jd=Wd=null;var n=(Fd=e).dependencies;null!==n&&null!==n.firstContext&&(hi(n.lanes,t)&&av(),n.firstContext=null)}function Xd(e,t){if(Bd&&N("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."),jd!==e&&!1!==t&&0!==t){var n="number"!=typeof t||t===Md?(jd=e,Md):t,r={context:e,observedBits:n,next:null};if(null===Wd){if(null===Fd)throw Error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");Wd=r,Fd.dependencies={lanes:Ao,firstContext:r,responders:null}}else Wd=Wd.next=r}return e._currentValue}var Gd,Zd,Jd=0,ef=1,tf=2,nf=3,rf=!1;function af(e){var t={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null},effects:null};e.updateQueue=t}function of(e,t){var n,r=t.updateQueue,a=e.updateQueue;r===a&&(n={baseState:a.baseState,firstBaseUpdate:a.firstBaseUpdate,lastBaseUpdate:a.lastBaseUpdate,shared:a.shared,effects:a.effects},t.updateQueue=n)}function lf(e,t){return{eventTime:e,lane:t,tag:Jd,payload:null,callback:null,next:null}}function uf(e,t){var n,r,a=e.updateQueue;null!==a&&(null===(r=(n=a.shared).pending)?t.next=t:(t.next=r.next,r.next=t),n.pending=t,Zd!==n||Gd||(N("An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback."),Gd=!0))}function sf(e,t){var n=e.updateQueue,r=e.alternate;if(null!==r){var a=r.updateQueue;if(n===a){var o=null,i=null,l=n.firstBaseUpdate;if(null!==l){var u=l;do{var s={eventTime:u.eventTime,lane:u.lane,tag:u.tag,payload:u.payload,callback:u.callback,next:null};null===i?o=i=s:(i.next=s,i=s),u=u.next}while(null!==u);null===i?o=i=t:(i.next=t,i=t)}else o=i=t;return n={baseState:a.baseState,firstBaseUpdate:o,lastBaseUpdate:i,shared:a.shared,effects:a.effects},void(e.updateQueue=n)}}var c=n.lastBaseUpdate;null===c?n.firstBaseUpdate=t:c.next=t,n.lastBaseUpdate=t}function cf(e,t,n,r,a,o){switch(n.tag){case ef:var i=n.payload;if("function"!=typeof i)return i;Hd();var l=i.call(o,r,a);if(e.mode&gd){$e();try{i.call(o,r,a)}finally{Qe()}}return qd(),l;case nf:e.flags=e.flags&~pa|ra;case Jd:var u,s=n.payload;if("function"==typeof s){if(Hd(),u=s.call(o,r,a),e.mode&gd){$e();try{s.call(o,r,a)}finally{Qe()}}qd()}else u=s;return null==u?r:me({},r,u);case tf:return rf=!0,r}return r}function df(e,t,n,r){var a=e.updateQueue;rf=!1,Zd=a.shared;var o,i,l,u,s,c=a.firstBaseUpdate,d=a.lastBaseUpdate,f=a.shared.pending;if(null!==f&&(a.shared.pending=null,i=(o=f).next,(o.next=null)===d?c=i:d.next=i,d=o,null===(l=e.alternate)||(s=(u=l.updateQueue).lastBaseUpdate)!==d&&(null===s?u.firstBaseUpdate=i:s.next=i,u.lastBaseUpdate=o)),null!==c){for(var p=a.baseState,h=Ao,m=null,v=null,g=null,y=c;;){var b,w,k,S=y.lane,x=y.eventTime;if(mi(r,S)?(null!==g&&(b={eventTime:x,lane:Fo,tag:y.tag,payload:y.payload,callback:y.callback,next:null},g=g.next=b),p=cf(e,0,y,p,t,n),null!==y.callback&&(e.flags|=na,null===(w=a.effects)?a.effects=[y]:w.push(y))):(k={eventTime:x,lane:S,tag:y.tag,payload:y.payload,callback:y.callback,next:null},null===g?(v=g=k,m=p):g=g.next=k,h|=S),null===(y=y.next)){if(null===(f=a.shared.pending))break;var E=f,C=E.next;E.next=null,y=C,a.lastBaseUpdate=E,a.shared.pending=null}}null===g&&(m=p),a.baseState=m,a.firstBaseUpdate=v,a.lastBaseUpdate=g,sy(h),e.lanes=h,e.memoizedState=p}Zd=null}function ff(e,t){if("function"!=typeof e)throw Error("Invalid argument passed as callback. Expected a function. Instead received: "+e);e.call(t)}function pf(){rf=!1}function hf(e,t,n){var r=t.effects;if((t.effects=null)!==r)for(var a=0;a<r.length;a++){var o=r[a],i=o.callback;null!==i&&(o.callback=null,ff(i,n))}}Gd=!1,Zd=null;function mf(e,t){var n;null!==e&&"function"!=typeof e&&(n=t+"_"+e,Tf.has(n)||(Tf.add(n),N("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e)))}var vf={},gf=Array.isArray,yf=(new i.Component).refs,bf=new Set,wf=new Set,kf=new Set,Sf=new Set,xf=new Set,Ef=new Set,Cf=new Set,Rf=new Set,Tf=new Set,Pf=function(e,t){var n;void 0===t&&(n=at(e)||"Component",Ef.has(n)||(Ef.add(n),N("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",n)))};function _f(e,t,n,r){var a=e.memoizedState;if(e.mode&gd){$e();try{n(r,a)}finally{Qe()}}var o=n(r,a);Pf(t,o);var i=null==o?a:me({},a,o);e.memoizedState=i,e.lanes===Ao&&(e.updateQueue.baseState=i)}Object.defineProperty(vf,"_processChildContext",{enumerable:!1,value:function(){throw Error("_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).")}}),Object.freeze(vf);var Df,If={isMounted:function(e){var t,n=ma.current;null!==n&&n.tag===z&&((t=n.stateNode)._warnedAboutRefsInRender||N("%s is accessing isMounted inside its render() function. render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",at(n.type)||"A component"),t._warnedAboutRefsInRender=!0);var r=Hr(e);return!!r&&va(r)===r},enqueueSetState:function(e,t,n){var r=Hr(e),a=Hg(),o=qg(r),i=lf(a,o);i.payload=t,null!=n&&(mf(n,"setState"),i.callback=n),uf(r,i),$g(r,o,a)},enqueueReplaceState:function(e,t,n){var r=Hr(e),a=Hg(),o=qg(r),i=lf(a,o);i.tag=ef,i.payload=t,null!=n&&(mf(n,"replaceState"),i.callback=n),uf(r,i),$g(r,o,a)},enqueueForceUpdate:function(e,t){var n=Hr(e),r=Hg(),a=qg(n),o=lf(r,a);o.tag=tf,null!=t&&(mf(t,"forceUpdate"),o.callback=t),uf(n,o),$g(n,a,r)}};function Nf(e,t,n,r,a,o,i){var l=e.stateNode;if("function"!=typeof l.shouldComponentUpdate)return!t.prototype||!t.prototype.isPureReactComponent||(!Yl(n,r)||!Yl(a,o));if(e.mode&gd){$e();try{l.shouldComponentUpdate(r,o,i)}finally{Qe()}}var u=l.shouldComponentUpdate(r,o,i);return void 0===u&&N("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",at(t)||"Component"),u}function Lf(e,t){var n;t.updater=If,e.stateNode=t,n=e,t._reactInternals=n,t._reactInternalInstance=vf}function Of(e,t,n){var r,a=!1,o=hc,i=hc,l=t.contextType;if("contextType"in t&&(null===l||void 0!==l&&l.$$typeof===Se&&void 0===l._context||Rf.has(t)||(Rf.add(t),r="",r=void 0===l?" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":"object"!=typeof l?" However, it is set to a "+typeof l+".":l.$$typeof===ke?" Did you accidentally pass the Context.Provider instead?":void 0!==l._context?" Did you accidentally pass the Context.Consumer instead?":" However, it is set to an object with keys {"+Object.keys(l).join(", ")+"}.",N("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",at(t)||"Component",r))),i="object"==typeof l&&null!==l?Xd(l):(o=yc(0,t,!0),(a=null!=t.contextTypes)?wc(e,o):hc),e.mode&gd){$e();try{new t(n,i)}finally{Qe()}}var u,s,c,d,f,p,h=new t(n,i),m=e.memoizedState=null!==h.state&&void 0!==h.state?h.state:null;return Lf(e,h),"function"==typeof t.getDerivedStateFromProps&&null===m&&(u=at(t)||"Component",wf.has(u)||(wf.add(u),N("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",u,null===h.state?"null":"undefined",u))),"function"!=typeof t.getDerivedStateFromProps&&"function"!=typeof h.getSnapshotBeforeUpdate||(d=c=s=null,"function"==typeof h.componentWillMount&&!0!==h.componentWillMount.__suppressDeprecationWarning?s="componentWillMount":"function"==typeof h.UNSAFE_componentWillMount&&(s="UNSAFE_componentWillMount"),"function"==typeof h.componentWillReceiveProps&&!0!==h.componentWillReceiveProps.__suppressDeprecationWarning?c="componentWillReceiveProps":"function"==typeof h.UNSAFE_componentWillReceiveProps&&(c="UNSAFE_componentWillReceiveProps"),"function"==typeof h.componentWillUpdate&&!0!==h.componentWillUpdate.__suppressDeprecationWarning?d="componentWillUpdate":"function"==typeof h.UNSAFE_componentWillUpdate&&(d="UNSAFE_componentWillUpdate"),null===s&&null===c&&null===d||(f=at(t)||"Component",p="function"==typeof t.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()",Sf.has(f)||(Sf.add(f),N("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n%s uses %s but also contains the following legacy lifecycles:%s%s%s\n\nThe above lifecycles should be removed. Learn more about this warning here:\nhttps://reactjs.org/link/unsafe-component-lifecycles",f,p,null!==s?"\n "+s:"",null!==c?"\n "+c:"",null!==d?"\n "+d:"")))),a&&bc(e,o,i),h}function zf(e,t,n,r){var a,o=t.state;"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==o&&(a=at(e.type)||"Component",bf.has(a)||(bf.add(a),N("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",a)),If.enqueueReplaceState(t,t.state,null))}function Mf(e,t,n,r){!function(e,t,n){var r=e.stateNode,a=at(t)||"Component";r.render||(t.prototype&&"function"==typeof t.prototype.render?N("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",a):N("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",a)),!r.getInitialState||r.getInitialState.isReactClassApproved||r.state||N("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",a),r.getDefaultProps&&!r.getDefaultProps.isReactClassApproved&&N("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",a),r.propTypes&&N("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",a),r.contextType&&N("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",a),r.contextTypes&&N("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",a),t.contextType&&t.contextTypes&&!Cf.has(t)&&(Cf.add(t),N("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",a)),"function"==typeof r.componentShouldUpdate&&N("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",a),t.prototype&&t.prototype.isPureReactComponent&&void 0!==r.shouldComponentUpdate&&N("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",at(t)||"A pure component"),"function"==typeof r.componentDidUnmount&&N("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",a),"function"==typeof r.componentDidReceiveProps&&N("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",a),"function"==typeof r.componentWillRecieveProps&&N("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",a),"function"==typeof r.UNSAFE_componentWillRecieveProps&&N("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",a);var o=r.props!==n;void 0!==r.props&&o&&N("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",a,a),r.defaultProps&&N("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",a,a),"function"!=typeof r.getSnapshotBeforeUpdate||"function"==typeof r.componentDidUpdate||kf.has(t)||(kf.add(t),N("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",at(t))),"function"==typeof r.getDerivedStateFromProps&&N("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",a),"function"==typeof r.getDerivedStateFromError&&N("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",a),"function"==typeof t.getSnapshotBeforeUpdate&&N("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",a);var i=r.state;i&&("object"!=typeof i||gf(i))&&N("%s.state: must be set to an object or null",a),"function"==typeof r.getChildContext&&"object"!=typeof t.childContextTypes&&N("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",a)}(e,t,n);var a=e.stateNode;a.props=n,a.state=e.memoizedState,a.refs=yf,af(e);var o,i,l=t.contextType;"object"==typeof l&&null!==l?a.context=Xd(l):(o=yc(0,t,!0),a.context=wc(e,o)),a.state===n&&(i=at(t)||"Component",xf.has(i)||(xf.add(i),N("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",i))),e.mode&gd&&Cd.recordLegacyContextWarning(e,a),Cd.recordUnsafeLifecycleWarnings(e,a),df(e,n,a,r),a.state=e.memoizedState;var u,s,c,d=t.getDerivedStateFromProps;"function"==typeof d&&(_f(e,t,d,n),a.state=e.memoizedState),"function"==typeof t.getDerivedStateFromProps||"function"==typeof a.getSnapshotBeforeUpdate||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||(u=e,c=(s=a).state,"function"==typeof s.componentWillMount&&s.componentWillMount(),"function"==typeof s.UNSAFE_componentWillMount&&s.UNSAFE_componentWillMount(),c!==s.state&&(N("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",at(u.type)||"Component"),If.enqueueReplaceState(s,s.state,null)),df(e,n,a,r),a.state=e.memoizedState),"function"==typeof a.componentDidMount&&(e.flags|=Zr)}function Uf(e,t){if(null!==e&&"object"==typeof e&&e._store&&!e._store.validated&&null==e.key){if("object"!=typeof e._store)throw Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.");e._store.validated=!0;var n=at(t.type)||"Component";Wf[n]||(Wf[n]=!0,N('Each child in a list should have a unique "key" prop. See https://reactjs.org/link/warning-keys for more information.'))}}var Af=Df=!1,Ff={},Wf={},jf={},Bf=Array.isArray;function Vf(e,t,n){var r,a=n.ref;if(null!==a&&"function"!=typeof a&&"object"!=typeof a){if(!(e.mode&gd||c)||n._owner&&n._self&&n._owner.stateNode!==n._self||(r=at(e.type)||"Component",Ff[r]||(N('A string ref, "%s", has been found within a strict mode tree. String refs are a source of potential bugs and should be avoided. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',a),Ff[r]=!0)),n._owner){var o,i=n._owner;if(i){var l=i;if(l.tag!==z)throw Error("Function components cannot have string refs. We recommend using useRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref");o=l.stateNode}if(!o)throw Error("Missing owner for string ref "+a+". This error is likely caused by a bug in React. Please file an issue.");var u=""+a;if(null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===u)return t.ref;var s=function(e){var t=o.refs;t===yf&&(t=o.refs={}),null===e?delete t[u]:t[u]=e};return s._stringRef=u,s}if("string"!=typeof a)throw Error("Expected ref to be a function, a string, an object returned by React.createRef(), or null.");if(!n._owner)throw Error("Element ref was specified as a string ("+a+") but no owner was set. This could happen for one of the following reasons:\n1. You may be adding a ref to a function component\n2. You may be adding a ref to a component that was not created inside a component's render method\n3. You have multiple copies of React loaded\nSee https://reactjs.org/link/refs-must-have-owner for more information.")}return a}function Hf(e,t){if("textarea"!==e.type)throw Error("Objects are not valid as a React child (found: "+("[object Object]"===Object.prototype.toString.call(t)?"object with keys {"+Object.keys(t).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.")}function qf(e){var t=at(e.type)||"Component";jf[t]||(jf[t]=!0,N("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it."))}function $f(w){function k(e,t){var n;w&&(null!==(n=e.lastEffect)?(n.nextEffect=t,e.lastEffect=t):e.firstEffect=e.lastEffect=t,t.nextEffect=null,t.flags=ea)}function S(e,t){if(!w)return null;for(var n=t;null!==n;)k(e,n),n=n.sibling;return null}function x(e,t){for(var n=new Map,r=t;null!==r;)null!==r.key?n.set(r.key,r):n.set(r.index,r),r=r.sibling;return n}function c(e,t){var n=mb(e,t);return n.index=0,n.sibling=null,n}function E(e,t,n){if(e.index=n,!w)return t;var r=e.alternate;if(null===r)return e.flags=Gr,t;var a=r.index;return a<t?(e.flags=Gr,t):a}function i(e){return w&&null===e.alternate&&(e.flags=Gr),e}function l(e,t,n,r){if(null===t||t.tag!==W){var a=kb(n,e.mode,r);return a.return=e,a}var o=c(t,n);return o.return=e,o}function u(e,t,n,r){if(null!==t&&(t.elementType===n.type||tb(t,n))){var a=c(t,n.props);return a.ref=Vf(e,t,n),a.return=e,a._debugSource=n._source,a._debugOwner=n._owner,a}var o=yb(n,e.mode,r);return o.ref=Vf(e,t,n),o.return=e,o}function s(e,t,n,r){if(null===t||t.tag!==A||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation){var a=Sb(n,e.mode,r);return a.return=e,a}var o=c(t,n.children||[]);return o.return=e,o}function d(e,t,n,r,a){if(null===t||t.tag!==j){var o=bb(n,e.mode,r,a);return o.return=e,o}var i=c(t,n);return i.return=e,i}function C(e,t,n){if("string"==typeof t||"number"==typeof t){var r=kb(""+t,e.mode,n);return r.return=e,r}if("object"==typeof t&&null!==t){switch(t.$$typeof){case ve:var a=yb(t,e.mode,n);return a.ref=Vf(e,null,t),a.return=e,a;case ge:var o=Sb(t,e.mode,n);return o.return=e,o}if(Bf(t)||Me(t)){var i=bb(t,e.mode,n,null);return i.return=e,i}Hf(e,t)}return"function"==typeof t&&qf(e),null}function R(e,t,n,r){var a=null!==t?t.key:null;if("string"==typeof n||"number"==typeof n)return null!==a?null:l(e,t,""+n,r);if("object"==typeof n&&null!==n){switch(n.$$typeof){case ve:return n.key===a?n.type===ye?d(e,t,n.props.children,r,a):u(e,t,n,r):null;case ge:return n.key===a?s(e,t,n,r):null}if(Bf(n)||Me(n))return null!==a?null:d(e,t,n,r,null);Hf(e,n)}return"function"==typeof n&&qf(e),null}function T(e,t,n,r,a){if("string"==typeof r||"number"==typeof r)return l(t,e.get(n)||null,""+r,a);if("object"==typeof r&&null!==r){switch(r.$$typeof){case ve:var o=e.get(null===r.key?n:r.key)||null;return r.type===ye?d(t,o,r.props.children,a,r.key):u(t,o,r,a);case ge:return s(t,e.get(null===r.key?n:r.key)||null,r,a)}if(Bf(r)||Me(r))return d(t,e.get(n)||null,r,a,null);Hf(t,r)}return"function"==typeof r&&qf(t),null}function P(e,t,n){if("object"!=typeof e||null===e)return t;switch(e.$$typeof){case ve:case ge:Uf(e,n);var r=e.key;if("string"!=typeof r)break;if(null===t){(t=new Set).add(r);break}if(!t.has(r)){t.add(r);break}N("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.",r)}return t}return function(e,t,n,r){var a="object"==typeof n&&null!==n&&n.type===ye&&null===n.key;a&&(n=n.props.children);var o="object"==typeof n&&null!==n;if(o)switch(n.$$typeof){case ve:return i(function(e,t,n,r){for(var a=n.key,o=t;null!==o;){if(o.key===a){switch(o.tag){case j:if(n.type!==ye)break;S(e,o.sibling);var i=c(o,n.props.children);return i.return=e,i._debugSource=n._source,i._debugOwner=n._owner,i;case te:default:if(o.elementType===n.type||tb(o,n)){S(e,o.sibling);var l=c(o,n.props);return l.ref=Vf(e,o,n),l.return=e,l._debugSource=n._source,l._debugOwner=n._owner,l}}S(e,o);break}k(e,o),o=o.sibling}if(n.type===ye){var u=bb(n.props.children,e.mode,r,n.key);return u.return=e,u}var s=yb(n,e.mode,r);return s.ref=Vf(e,t,n),s.return=e,s}(e,t,n,r));case ge:return i(function(e,t,n,r){for(var a=n.key,o=t;null!==o;){if(o.key===a){if(o.tag===A&&o.stateNode.containerInfo===n.containerInfo&&o.stateNode.implementation===n.implementation){S(e,o.sibling);var i=c(o,n.children||[]);return i.return=e,i}S(e,o);break}k(e,o),o=o.sibling}var l=Sb(n,e.mode,r);return l.return=e,l}(e,t,n,r))}if("string"==typeof n||"number"==typeof n)return i(function(e,t,n,r){if(null!==t&&t.tag===W){S(e,t.sibling);var a=c(t,n);return a.return=e,a}S(e,t);var o=kb(n,e.mode,r);return o.return=e,o}(e,t,""+n,r));if(Bf(n))return function(t,e,n,r){for(var a=null,o=0;o<n.length;o++)a=P(n[o],a,t);for(var i=null,l=null,u=e,s=0,c=0,d=null;null!==u&&c<n.length;c++){u.index>c?(d=u,u=null):d=u.sibling;var f=R(t,u,n[c],r);if(null===f){null===u&&(u=d);break}w&&u&&null===f.alternate&&k(t,u),s=E(f,s,c),null===l?i=f:l.sibling=f,l=f,u=d}if(c===n.length)return S(t,u),i;if(null===u){for(;c<n.length;c++){var p=C(t,n[c],r);null!==p&&(s=E(p,s,c),null===l?i=p:l.sibling=p,l=p)}return i}for(var h=x(0,u);c<n.length;c++){var m=T(h,t,c,n[c],r);null!==m&&(w&&null!==m.alternate&&h.delete(null===m.key?c:m.key),s=E(m,s,c),null===l?i=m:l.sibling=m,l=m)}return w&&h.forEach(function(e){return k(t,e)}),i}(e,t,n,r);if(Me(n))return function(t,e,n,r){var a=Me(n);if("function"!=typeof a)throw Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");"function"==typeof Symbol&&"Generator"===n[Symbol.toStringTag]&&(Af||N("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),Af=!0),n.entries===a&&(Df||N("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),Df=!0);var o=a.call(n);if(o)for(var i=null,l=o.next();!l.done;l=o.next())i=P(l.value,i,t);var u=a.call(n);if(null==u)throw Error("An iterable object provided no iterator.");for(var s=null,c=null,d=e,f=0,p=0,h=null,m=u.next();null!==d&&!m.done;p++,m=u.next()){d.index>p?(h=d,d=null):h=d.sibling;var v=R(t,d,m.value,r);if(null===v){null===d&&(d=h);break}w&&d&&null===v.alternate&&k(t,d),f=E(v,f,p),null===c?s=v:c.sibling=v,c=v,d=h}if(m.done)return S(t,d),s;if(null===d){for(;!m.done;p++,m=u.next()){var g=C(t,m.value,r);null!==g&&(f=E(g,f,p),null===c?s=g:c.sibling=g,c=g)}return s}for(var y=x(0,d);!m.done;p++,m=u.next()){var b=T(y,t,p,m.value,r);null!==b&&(w&&null!==b.alternate&&y.delete(null===b.key?p:b.key),f=E(b,f,p),null===c?s=b:c.sibling=b,c=b)}return w&&y.forEach(function(e){return k(t,e)}),s}(e,t,n,r);if(o&&Hf(e,n),"function"==typeof n&&qf(e),void 0===n&&!a)switch(e.tag){case z:if(e.stateNode.render._isMockFunction)break;case te:case O:case q:case K:throw Error((at(e.type)||"Component")+"(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null.")}return S(e,t)}}var Qf=$f(!0),Yf=$f(!1);function Kf(e,t){for(var n=e.child;null!==n;)vb(n,t),n=n.sibling}var Xf={},Gf=dc(Xf),Zf=dc(Xf),Jf=dc(Xf);function ep(e){if(e===Xf)throw Error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.");return e}function tp(){return ep(Jf.current)}function np(e,t){pc(Jf,t,e),pc(Zf,e,e),pc(Gf,Xf,e);var n=function(e){var t=e.nodeType;switch(t){case un:case sn:a=t===un?"#document":"#fragment";var n=e.documentElement,r=n?n.namespaceURI:en(null,"");break;default:var a,o=t===ln?e.parentNode:e;r=en(o.namespaceURI||null,a=o.tagName)}var i=a.toLowerCase();return{namespace:r,ancestorInfo:cs(null,i)}}(t);fc(Gf,e),pc(Gf,n,e)}function rp(e){fc(Gf,e),fc(Zf,e),fc(Jf,e)}function ap(){return ep(Gf.current)}function op(e){ep(Jf.current);var t,n,r,a=ep(Gf.current),o=(t=a,n=e.type,{namespace:en((r=t).namespace,n),ancestorInfo:cs(r.ancestorInfo,n)});a!==o&&(pc(Zf,e,e),pc(Gf,o,e))}function ip(e){Zf.current===e&&(fc(Gf,e),fc(Zf,e))}var lp=1,up=1,sp=2,cp=dc(0);function dp(e,t){return 0!=(e&t)}function fp(e){return e&lp}function pp(e,t){return e&lp|t}function hp(e,t){pc(cp,t,e)}function mp(e){fc(cp,e)}function vp(e,t){var n=e.memoizedState;if(null!==n)return null!==n.dehydrated;var r=e.memoizedProps;if(void 0!==r.fallback){if(!0!==r.unstable_avoidThisFallback)return 1;if(!t)return 1}}function gp(e){for(var t=e;null!==t;){if(t.tag===Q){var n=t.memoizedState;if(null!==n){var r=n.dehydrated;if(null===r||r.data===ws||r.data===ks)return t}}else if(t.tag===Z&&void 0!==t.memoizedProps.revealOrder){if((t.flags&ra)!==Kr)return t}else if(null!==t.child){t=(t.child.return=t).child;continue}if(t===e)return null;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var yp=0,bp=1,wp=2,kp=4,Sp=null,xp=null,Ep=!1;function Cp(e,t){switch(e.tag){case U:o=e.stateNode.containerInfo,(i=t).nodeType===an?os(o,i):i.nodeType===ln||is(o,i);break;case F:e.type,n=e.memoizedProps,r=e.stateNode,a=t,!0!==n[gs]&&(a.nodeType===an?os(r,a):a.nodeType===ln||is(r,a))}var n,r,a,o,i,l,u=((l=pb(F,null,null,vd)).elementType="DELETED",l.type="DELETED",l);u.stateNode=t,u.return=e,u.flags=ea,null!==e.lastEffect?(e.lastEffect.nextEffect=u,e.lastEffect=u):e.firstEffect=e.lastEffect=u}function Rp(e,t){switch(t.flags=t.flags&~ua|Gr,e.tag){case U:var n=e.stateNode.containerInfo;switch(t.tag){case F:var r=t.type;t.pendingProps;ls(n,r);break;case W:var a=t.pendingProps;us(n,a)}break;case F:e.type;var o=e.memoizedProps,i=e.stateNode;switch(t.tag){case F:var l=t.type;t.pendingProps;d=i,f=l,!0!==o[gs]&&ls(d,f);break;case W:var u=t.pendingProps;s=i,c=u,!0!==o[gs]&&us(s,c);break;case Q:o[gs]}break;default:return}var s,c,d,f}function Tp(e,t){switch(e.tag){case F:var n=e.type,r=(e.pendingProps,u=n,(l=t).nodeType!==an||u.toLowerCase()!==l.nodeName.toLowerCase()?null:l);return null!==r?(e.stateNode=r,1):void 0;case W:var a=e.pendingProps,o=(i=t,""===a||i.nodeType!==on?null:i);return null!==o?(e.stateNode=o,1):void 0;case Q:default:return}var i,l,u}function Pp(e){if(Ep){var t=xp;if(!t)return Rp(Sp,e),Ep=!1,void(Sp=e);var n=t;if(!Tp(e,t)){if(!(t=As(n))||!Tp(e,t))return Rp(Sp,e),Ep=!1,void(Sp=e);Cp(Sp,n)}Sp=e,xp=Fs(t)}}function _p(e){var t,n,r,a,o,i=e.stateNode,l=e.memoizedProps,u=(n=l,Ys(e,t=i),r=n,t.nodeValue!==r);if(u){var s=Sp;if(null!==s)switch(s.tag){case U:s.stateNode.containerInfo;as(i,l);break;case F:s.type;var c=s.memoizedProps;s.stateNode;a=i,o=l,!0!==c[gs]&&as(a,o)}}return u}function Dp(e){var t=e.memoizedState,n=null!==t?t.dehydrated:null;if(!n)throw Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");return function(e){for(var t=e.nextSibling,n=0;t;){if(t.nodeType===ln){var r=t.data;if(r===bs){if(0===n)return As(t);n--}else r!==ys&&r!==ks&&r!==ws||n++}t=t.nextSibling}return null}(n)}function Ip(e){for(var t=e.return;null!==t&&t.tag!==F&&t.tag!==U&&t.tag!==Q;)t=t.return;Sp=t}function Np(e){if(e!==Sp)return!1;if(!Ep)return Ip(e),!(Ep=!0);var t=e.type;if(e.tag!==F||"head"!==t&&"body"!==t&&!Ps(t,e.memoizedProps))for(var n=xp;n;)Cp(e,n),n=As(n);return Ip(e),xp=e.tag===Q?Dp(e):Sp?As(e.stateNode):null,!0}function Lp(){xp=Sp=null,Ep=!1}var Op,zp=[];function Mp(){for(var e=0;e<zp.length;e++){zp[e]._workInProgressVersionPrimary=null}zp.length=0}function Up(e,t){e._workInProgressVersionPrimary=t,zp.push(e)}Op={};var Ap=o.ReactCurrentDispatcher,Fp=o.ReactCurrentBatchConfig,Wp={},jp=new Set,Bp=Ao,Vp=null,Hp=null,qp=null,$p=!1,Qp=!1,Yp=25,Kp=null,Xp=null,Gp=-1,Zp=!1;function Jp(){null===Xp?Xp=[Kp]:Xp.push(Kp)}function eh(){null!==Xp&&Xp[++Gp]!==Kp&&function(e){var t=at(Vp.type);if(!jp.has(t)&&(jp.add(t),null!==Xp)){for(var n="",r=0;r<=Gp;r++){for(var a=Xp[r],o=r===Gp?e:a,i=r+1+". "+a;i.length<30;)i+=" ";n+=i+=o+"\n"}N("React has detected a change in the order of Hooks called by %s. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://reactjs.org/link/rules-of-hooks\n\n Previous render Next render\n ------------------------------------------------------\n%s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n",t,n)}}(Kp)}function th(e){null==e||Array.isArray(e)||N("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",Kp,typeof e)}function nh(){throw Error("Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.")}function rh(e,t){if(!Zp){if(null!==t){e.length!==t.length&&N("The final argument passed to %s changed size between renders. The order and size of this array must remain constant.\n\nPrevious: %s\nIncoming: %s",Kp,"["+t.join(", ")+"]","["+e.join(", ")+"]");for(var n=0;n<t.length&&n<e.length;n++)if(!$l(e[n],t[n]))return;return 1}N("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",Kp)}}function ah(e,t,n,r,a,o){Bp=o,Vp=t,Xp=null!==e?e._debugHookTypes:null,Gp=-1,Zp=null!==e&&e.type!==t.type,t.memoizedState=null,t.updateQueue=null,t.lanes=Ao,null!==e&&null!==e.memoizedState?Ap.current=tm:Ap.current=null!==Xp?em:Jh;var i=n(r,a);if(Qp){var l=0;do{if(Qp=!1,!(l<Yp))throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");l+=1,Zp=!1,qp=Hp=null,t.updateQueue=null,Gp=-1,Ap.current=nm,i=n(r,a)}while(Qp)}Ap.current=Zh,t._debugHookTypes=Xp;var u=null!==Hp&&null!==Hp.next;if(Bp=Ao,Xp=Kp=qp=Hp=Vp=null,$p=!(Gp=-1),u)throw Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return i}function oh(e,t,n){t.updateQueue=e.updateQueue,t.flags&=~(ia|Zr),e.lanes=e.lanes&~n}function ih(){if(Ap.current=Zh,$p){for(var e=Vp.memoizedState;null!==e;){var t=e.queue;null!==t&&(t.pending=null),e=e.next}$p=!1}Bp=Ao,Kp=Xp=qp=Hp=Vp=null,Hh=!(Gp=-1),Qp=!1}function lh(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===qp?Vp.memoizedState=qp=e:qp=qp.next=e,qp}function uh(){var e,t,n;if(t=null===Hp?null!==(e=Vp.alternate)?e.memoizedState:null:Hp.next,null!==(n=null===qp?Vp.memoizedState:qp.next))n=(qp=n).next,Hp=t;else{if(null===t)throw Error("Rendered more hooks than during the previous render.");var r={memoizedState:(Hp=t).memoizedState,baseState:Hp.baseState,baseQueue:Hp.baseQueue,queue:Hp.queue,next:null};null===qp?Vp.memoizedState=qp=r:qp=qp.next=r}return qp}function sh(e,t){return"function"==typeof t?t(e):t}function ch(e,t,n){var r=lh(),a=void 0!==n?n(t):t;r.memoizedState=r.baseState=a;var o=r.queue={pending:null,dispatch:null,lastRenderedReducer:e,lastRenderedState:a},i=o.dispatch=Kh.bind(null,Vp,o);return[r.memoizedState,i]}function dh(e){var t=uh(),n=t.queue;if(null===n)throw Error("Should have a queue. This is likely a bug in React. Please file an issue.");n.lastRenderedReducer=e;var r,a,o=Hp,i=o.baseQueue,l=n.pending;if(null!==l&&(null!==i&&(r=i.next,a=l.next,i.next=a,l.next=r),o.baseQueue!==i&&N("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),o.baseQueue=i=l,n.pending=null),null!==i){var u=i.next,s=o.baseState,c=null,d=null,f=null,p=u;do{var h,m,v=p.lane;mi(Bp,v)?(null!==f&&(h={lane:Fo,action:p.action,eagerReducer:p.eagerReducer,eagerState:p.eagerState,next:null},f=f.next=h),s=p.eagerReducer===e?p.eagerState:e(s,p.action)):(m={lane:v,action:p.action,eagerReducer:p.eagerReducer,eagerState:p.eagerState,next:null},null===f?(d=f=m,c=s):f=f.next=m,Vp.lanes=Vp.lanes|v,sy(v)),p=p.next}while(null!==p&&p!==u);null===f?c=s:f.next=d,$l(s,t.memoizedState)||av(),t.memoizedState=s,t.baseState=c,t.baseQueue=f,n.lastRenderedState=s}var g=n.dispatch;return[t.memoizedState,g]}function fh(e){var t=uh(),n=t.queue;if(null===n)throw Error("Should have a queue. This is likely a bug in React. Please file an issue.");n.lastRenderedReducer=e;var r=n.dispatch,a=n.pending,o=t.memoizedState;if(null!==a){n.pending=null;var i=a.next,l=i;do{o=e(o,l.action),l=l.next}while(l!==i);$l(o,t.memoizedState)||av(),t.memoizedState=o,null===t.baseQueue&&(t.baseState=o),n.lastRenderedState=o}return[o,r]}function ph(e,t,n){var r;null==(r=t)._currentPrimaryRenderer?r._currentPrimaryRenderer=Op:r._currentPrimaryRenderer!==Op&&N("Detected multiple renderers concurrently rendering the same mutable source. This is currently unsupported.");var a,o=(0,t._getVersion)(t._source),i=!1,l=t._workInProgressVersionPrimary;if(null!==l?i=l===o:(i=mi(Bp,e.mutableReadLanes))&&Up(t,o),i){var u=n(t._source);return"function"==typeof u&&N("Mutable source should not return a function as the snapshot value. Functions may close over mutable values and cause tearing."),u}throw a=t,zp.push(a),Error("Cannot read from mutable source during the current render without tearing. This is a bug in React. Please file an issue.")}function hh(e,r,a,t){var o=ag;if(null===o)throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");var n,i=r._getVersion,l=i(r._source),u=Ap.current,s=u.useState(function(){return ph(o,r,a)}),c=s[0],d=s[1],f=c,p=qp,h=e.memoizedState,m=h.refs,v=m.getSnapshot,g=h.source,y=h.subscribe,b=Vp;return e.memoizedState={refs:m,source:r,subscribe:t},u.useEffect(function(){m.getSnapshot=a,m.setSnapshot=d;var e,t,n=i(r._source);$l(l,n)||("function"==typeof(e=a(r._source))&&N("Mutable source should not return a function as the snapshot value. Functions may close over mutable values and cause tearing."),$l(f,e)||(d(e),t=qg(b),bi(o,t)),function(e,t){e.entangledLanes|=t;for(var n=e.entanglements,r=t;0<r;){var a=pi(r),o=1<<a;n[a]|=t,r&=~o}}(o,o.mutableReadLanes))},[a,r,t]),u.useEffect(function(){var e=t(r._source,function(){var e=m.getSnapshot,t=m.setSnapshot;try{t(e(r._source));var n=qg(b);bi(o,n)}catch(e){t(function(){throw e})}});return"function"!=typeof e&&N("Mutable source subscribe function must return an unsubscribe function."),e},[r,t]),$l(v,a)&&$l(g,r)&&$l(y,t)||((n={pending:null,dispatch:null,lastRenderedReducer:sh,lastRenderedState:f}).dispatch=d=Kh.bind(null,Vp,n),p.queue=n,p.baseQueue=null,f=ph(o,r,a),p.memoizedState=p.baseState=f),f}function mh(e,t,n){var r=lh();return r.memoizedState={refs:{getSnapshot:t,setSnapshot:null},source:e,subscribe:n},hh(r,e,t,n)}function vh(e,t,n){return hh(uh(),e,t,n)}function gh(e){var t=lh();"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e;var n=t.queue={pending:null,dispatch:null,lastRenderedReducer:sh,lastRenderedState:e},r=n.dispatch=Kh.bind(null,Vp,n);return[t.memoizedState,r]}function yh(){return dh(sh)}function bh(){return fh(sh)}function wh(e,t,n,r){var a,o,i={tag:e,create:t,destroy:n,deps:r,next:null},l=Vp.updateQueue;return null===l?(l={lastEffect:null},(Vp.updateQueue=l).lastEffect=i.next=i):null===(a=l.lastEffect)?l.lastEffect=i.next=i:(o=a.next,(a.next=i).next=o,l.lastEffect=i),i}function kh(e){var t=lh(),n={current:e};return Object.seal(n),t.memoizedState=n}function Sh(){return uh().memoizedState}function xh(e,t,n,r){var a=lh(),o=void 0===r?null:r;Vp.flags|=e,a.memoizedState=wh(bp|t,n,void 0,o)}function Eh(e,t,n,r){var a=uh(),o=void 0===r?null:r,i=void 0;if(null!==Hp){var l=Hp.memoizedState,i=l.destroy;if(null!==o)if(rh(o,l.deps))return void wh(t,n,i,o)}Vp.flags|=e,a.memoizedState=wh(bp|t,n,i,o)}function Ch(e,t){return"undefined"!=typeof jest&&Uy(Vp),xh(Zr|ia,kp,e,t)}function Rh(e,t){return"undefined"!=typeof jest&&Uy(Vp),Eh(Zr|ia,kp,e,t)}function Th(e,t){return xh(Zr,wp,e,t)}function Ph(e,t){return Eh(Zr,wp,e,t)}function _h(e,t){if("function"==typeof t){var n=t,r=e();return n(r),function(){n(null)}}if(null!=t){var a=t;a.hasOwnProperty("current")||N("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(a).join(", ")+"}");var o=e();return a.current=o,function(){a.current=null}}}function Dh(e,t,n){"function"!=typeof t&&N("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",null!==t?typeof t:"null");var r=null!=n?n.concat([e]):null;return xh(Zr,wp,_h.bind(null,t,e),r)}function Ih(e,t,n){"function"!=typeof t&&N("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",null!==t?typeof t:"null");var r=null!=n?n.concat([e]):null;return Eh(Zr,wp,_h.bind(null,t,e),r)}function Nh(e,t){}var Lh=Nh;function Oh(e,t){var n=void 0===t?null:t;return lh().memoizedState=[e,n],e}function zh(e,t){var n=uh(),r=void 0===t?null:t,a=n.memoizedState;if(null!==a&&(null!==r&&rh(r,a[1])))return a[0];return n.memoizedState=[e,r],e}function Mh(e,t){var n=lh(),r=void 0===t?null:t,a=e();return n.memoizedState=[a,r],a}function Uh(e,t){var n=uh(),r=void 0===t?null:t,a=n.memoizedState;if(null!==a&&(null!==r&&rh(r,a[1])))return a[0];var o=e();return n.memoizedState=[o,r],o}function Ah(t){var e=gh(t),n=e[0],r=e[1];return Ch(function(){var e=Fp.transition;Fp.transition=1;try{r(t)}finally{Fp.transition=e}},[t]),n}function Fh(t){var e=yh(),n=e[0],r=e[1];return Rh(function(){var e=Fp.transition;Fp.transition=1;try{r(t)}finally{Fp.transition=e}},[t]),n}function Wh(t){var e=bh(),n=e[0],r=e[1];return Rh(function(){var e=Fp.transition;Fp.transition=1;try{r(t)}finally{Fp.transition=e}},[t]),n}function jh(){var e=gh(!1),t=e[0],n=e[1],r=function(t,n){var e=sd();dd(e<Gc?Gc:e,function(){t(!0)}),dd(Zc<e?Zc:e,function(){var e=Fp.transition;Fp.transition=1;try{t(!1),n()}finally{Fp.transition=e}})}.bind(null,n);return kh(r),[r,t]}function Bh(){var e=yh()[0];return[Sh().current,e]}function Vh(){var e=bh()[0];return[Sh().current,e]}var Hh=!1;function qh(e){var t=at(e.type)||"Unknown";lt&&!Wp[t]&&(N("The object passed back from useOpaqueIdentifier is meant to be passed through to attributes only. Do not read the value directly."),Wp[t]=!0)}function $h(){var e=function(e){var t="r:"+(Bs++).toString(36);return{toString:function(){return e(),t},valueOf:function(){return e(),t}}}.bind(null,qh.bind(null,Vp));if(Ep){var t=!1,n=Vp,r={$$typeof:De,toString:o=function(){throw t||(Hh=t=!0,a(e()),Hh=!1,qh(n)),Error("The object passed back from useOpaqueIdentifier is meant to be passed through to attributes only. Do not read the value directly.")},valueOf:o},a=gh(r)[1];return(Vp.mode&yd)===vd&&(Vp.flags|=Zr|ia,wh(bp|kp,function(){a(e())},void 0,null)),r}var o,i=e();return gh(i),i}function Qh(){return yh()[0]}function Yh(){return bh()[0]}function Kh(e,t,n){"function"==typeof arguments[3]&&N("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var r=Hg(),a=qg(e),o={lane:a,action:n,eagerReducer:null,eagerState:null,next:null},i=t.pending;null===i?o.next=o:(o.next=i.next,i.next=o),t.pending=o;var l=e.alternate;if(e===Vp||null!==l&&l===Vp)Qp=$p=!0;else{if(e.lanes===Ao&&(null===l||l.lanes===Ao)){var u=t.lastRenderedReducer;if(null!==u){var s=Ap.current;Ap.current=am;try{var c=t.lastRenderedState,d=u(c,n);if(o.eagerReducer=u,o.eagerState=d,$l(d,c))return}catch(e){}finally{Ap.current=s}}}"undefined"!=typeof jest&&(My(e),Ay(e)),$g(e,a,r)}}function Xh(){N("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")}function Gh(){N("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks")}var Zh={readContext:Xd,useCallback:nh,useContext:nh,useEffect:nh,useImperativeHandle:nh,useLayoutEffect:nh,useMemo:nh,useReducer:nh,useRef:nh,useState:nh,useDebugValue:nh,useDeferredValue:nh,useTransition:nh,useMutableSource:nh,useOpaqueIdentifier:nh,unstable_isNewReconciler:t},Jh=null,em=null,tm=null,nm=null,rm=null,am=null,om=null,Jh={readContext:Xd,useCallback:function(e,t){return Kp="useCallback",Jp(),th(t),Oh(e,t)},useContext:function(e,t){return Kp="useContext",Jp(),Xd(e,t)},useEffect:function(e,t){return Kp="useEffect",Jp(),th(t),Ch(e,t)},useImperativeHandle:function(e,t,n){return Kp="useImperativeHandle",Jp(),th(n),Dh(e,t,n)},useLayoutEffect:function(e,t){return Kp="useLayoutEffect",Jp(),th(t),Th(e,t)},useMemo:function(e,t){Kp="useMemo",Jp(),th(t);var n=Ap.current;Ap.current=rm;try{return Mh(e,t)}finally{Ap.current=n}},useReducer:function(e,t,n){Kp="useReducer",Jp();var r=Ap.current;Ap.current=rm;try{return ch(e,t,n)}finally{Ap.current=r}},useRef:function(e){return Kp="useRef",Jp(),kh(e)},useState:function(e){Kp="useState",Jp();var t=Ap.current;Ap.current=rm;try{return gh(e)}finally{Ap.current=t}},useDebugValue:function(e,t){Kp="useDebugValue",Jp()},useDeferredValue:function(e){return Kp="useDeferredValue",Jp(),Ah(e)},useTransition:function(){return Kp="useTransition",Jp(),jh()},useMutableSource:function(e,t,n){return Kp="useMutableSource",Jp(),mh(e,t,n)},useOpaqueIdentifier:function(){return Kp="useOpaqueIdentifier",Jp(),$h()},unstable_isNewReconciler:t},em={readContext:Xd,useCallback:function(e,t){return Kp="useCallback",eh(),Oh(e,t)},useContext:function(e,t){return Kp="useContext",eh(),Xd(e,t)},useEffect:function(e,t){return Kp="useEffect",eh(),Ch(e,t)},useImperativeHandle:function(e,t,n){return Kp="useImperativeHandle",eh(),Dh(e,t,n)},useLayoutEffect:function(e,t){return Kp="useLayoutEffect",eh(),Th(e,t)},useMemo:function(e,t){Kp="useMemo",eh();var n=Ap.current;Ap.current=rm;try{return Mh(e,t)}finally{Ap.current=n}},useReducer:function(e,t,n){Kp="useReducer",eh();var r=Ap.current;Ap.current=rm;try{return ch(e,t,n)}finally{Ap.current=r}},useRef:function(e){return Kp="useRef",eh(),kh(e)},useState:function(e){Kp="useState",eh();var t=Ap.current;Ap.current=rm;try{return gh(e)}finally{Ap.current=t}},useDebugValue:function(e,t){Kp="useDebugValue",eh()},useDeferredValue:function(e){return Kp="useDeferredValue",eh(),Ah(e)},useTransition:function(){return Kp="useTransition",eh(),jh()},useMutableSource:function(e,t,n){return Kp="useMutableSource",eh(),mh(e,t,n)},useOpaqueIdentifier:function(){return Kp="useOpaqueIdentifier",eh(),$h()},unstable_isNewReconciler:t},tm={readContext:Xd,useCallback:function(e,t){return Kp="useCallback",eh(),zh(e,t)},useContext:function(e,t){return Kp="useContext",eh(),Xd(e,t)},useEffect:function(e,t){return Kp="useEffect",eh(),Rh(e,t)},useImperativeHandle:function(e,t,n){return Kp="useImperativeHandle",eh(),Ih(e,t,n)},useLayoutEffect:function(e,t){return Kp="useLayoutEffect",eh(),Ph(e,t)},useMemo:function(e,t){Kp="useMemo",eh();var n=Ap.current;Ap.current=am;try{return Uh(e,t)}finally{Ap.current=n}},useReducer:function(e,t,n){Kp="useReducer",eh();var r=Ap.current;Ap.current=am;try{return dh(e)}finally{Ap.current=r}},useRef:function(e){return Kp="useRef",eh(),Sh()},useState:function(e){Kp="useState",eh();var t=Ap.current;Ap.current=am;try{return yh()}finally{Ap.current=t}},useDebugValue:function(e,t){return Kp="useDebugValue",eh(),Lh()},useDeferredValue:function(e){return Kp="useDeferredValue",eh(),Fh(e)},useTransition:function(){return Kp="useTransition",eh(),Bh()},useMutableSource:function(e,t,n){return Kp="useMutableSource",eh(),vh(e,t,n)},useOpaqueIdentifier:function(){return Kp="useOpaqueIdentifier",eh(),Qh()},unstable_isNewReconciler:t},nm={readContext:Xd,useCallback:function(e,t){return Kp="useCallback",eh(),zh(e,t)},useContext:function(e,t){return Kp="useContext",eh(),Xd(e,t)},useEffect:function(e,t){return Kp="useEffect",eh(),Rh(e,t)},useImperativeHandle:function(e,t,n){return Kp="useImperativeHandle",eh(),Ih(e,t,n)},useLayoutEffect:function(e,t){return Kp="useLayoutEffect",eh(),Ph(e,t)},useMemo:function(e,t){Kp="useMemo",eh();var n=Ap.current;Ap.current=om;try{return Uh(e,t)}finally{Ap.current=n}},useReducer:function(e,t,n){Kp="useReducer",eh();var r=Ap.current;Ap.current=om;try{return fh(e)}finally{Ap.current=r}},useRef:function(e){return Kp="useRef",eh(),Sh()},useState:function(e){Kp="useState",eh();var t=Ap.current;Ap.current=om;try{return bh()}finally{Ap.current=t}},useDebugValue:function(e,t){return Kp="useDebugValue",eh(),Lh()},useDeferredValue:function(e){return Kp="useDeferredValue",eh(),Wh(e)},useTransition:function(){return Kp="useTransition",eh(),Vh()},useMutableSource:function(e,t,n){return Kp="useMutableSource",eh(),vh(e,t,n)},useOpaqueIdentifier:function(){return Kp="useOpaqueIdentifier",eh(),Yh()},unstable_isNewReconciler:t},rm={readContext:function(e,t){return Xh(),Xd(e,t)},useCallback:function(e,t){return Kp="useCallback",Gh(),Jp(),Oh(e,t)},useContext:function(e,t){return Kp="useContext",Gh(),Jp(),Xd(e,t)},useEffect:function(e,t){return Kp="useEffect",Gh(),Jp(),Ch(e,t)},useImperativeHandle:function(e,t,n){return Kp="useImperativeHandle",Gh(),Jp(),Dh(e,t,n)},useLayoutEffect:function(e,t){return Kp="useLayoutEffect",Gh(),Jp(),Th(e,t)},useMemo:function(e,t){Kp="useMemo",Gh(),Jp();var n=Ap.current;Ap.current=rm;try{return Mh(e,t)}finally{Ap.current=n}},useReducer:function(e,t,n){Kp="useReducer",Gh(),Jp();var r=Ap.current;Ap.current=rm;try{return ch(e,t,n)}finally{Ap.current=r}},useRef:function(e){return Kp="useRef",Gh(),Jp(),kh(e)},useState:function(e){Kp="useState",Gh(),Jp();var t=Ap.current;Ap.current=rm;try{return gh(e)}finally{Ap.current=t}},useDebugValue:function(e,t){Kp="useDebugValue",Gh(),Jp()},useDeferredValue:function(e){return Kp="useDeferredValue",Gh(),Jp(),Ah(e)},useTransition:function(){return Kp="useTransition",Gh(),Jp(),jh()},useMutableSource:function(e,t,n){return Kp="useMutableSource",Gh(),Jp(),mh(e,t,n)},useOpaqueIdentifier:function(){return Kp="useOpaqueIdentifier",Gh(),Jp(),$h()},unstable_isNewReconciler:t},am={readContext:function(e,t){return Xh(),Xd(e,t)},useCallback:function(e,t){return Kp="useCallback",Gh(),eh(),zh(e,t)},useContext:function(e,t){return Kp="useContext",Gh(),eh(),Xd(e,t)},useEffect:function(e,t){return Kp="useEffect",Gh(),eh(),Rh(e,t)},useImperativeHandle:function(e,t,n){return Kp="useImperativeHandle",Gh(),eh(),Ih(e,t,n)},useLayoutEffect:function(e,t){return Kp="useLayoutEffect",Gh(),eh(),Ph(e,t)},useMemo:function(e,t){Kp="useMemo",Gh(),eh();var n=Ap.current;Ap.current=am;try{return Uh(e,t)}finally{Ap.current=n}},useReducer:function(e,t,n){Kp="useReducer",Gh(),eh();var r=Ap.current;Ap.current=am;try{return dh(e)}finally{Ap.current=r}},useRef:function(e){return Kp="useRef",Gh(),eh(),Sh()},useState:function(e){Kp="useState",Gh(),eh();var t=Ap.current;Ap.current=am;try{return yh()}finally{Ap.current=t}},useDebugValue:function(e,t){return Kp="useDebugValue",Gh(),eh(),Lh()},useDeferredValue:function(e){return Kp="useDeferredValue",Gh(),eh(),Fh(e)},useTransition:function(){return Kp="useTransition",Gh(),eh(),Bh()},useMutableSource:function(e,t,n){return Kp="useMutableSource",Gh(),eh(),vh(e,t,n)},useOpaqueIdentifier:function(){return Kp="useOpaqueIdentifier",Gh(),eh(),Qh()},unstable_isNewReconciler:t},om={readContext:function(e,t){return Xh(),Xd(e,t)},useCallback:function(e,t){return Kp="useCallback",Gh(),eh(),zh(e,t)},useContext:function(e,t){return Kp="useContext",Gh(),eh(),Xd(e,t)},useEffect:function(e,t){return Kp="useEffect",Gh(),eh(),Rh(e,t)},useImperativeHandle:function(e,t,n){return Kp="useImperativeHandle",Gh(),eh(),Ih(e,t,n)},useLayoutEffect:function(e,t){return Kp="useLayoutEffect",Gh(),eh(),Ph(e,t)},useMemo:function(e,t){Kp="useMemo",Gh(),eh();var n=Ap.current;Ap.current=am;try{return Uh(e,t)}finally{Ap.current=n}},useReducer:function(e,t,n){Kp="useReducer",Gh(),eh();var r=Ap.current;Ap.current=am;try{return fh(e)}finally{Ap.current=r}},useRef:function(e){return Kp="useRef",Gh(),eh(),Sh()},useState:function(e){Kp="useState",Gh(),eh();var t=Ap.current;Ap.current=am;try{return bh()}finally{Ap.current=t}},useDebugValue:function(e,t){return Kp="useDebugValue",Gh(),eh(),Lh()},useDeferredValue:function(e){return Kp="useDeferredValue",Gh(),eh(),Wh(e)},useTransition:function(){return Kp="useTransition",Gh(),eh(),Vh()},useMutableSource:function(e,t,n){return Kp="useMutableSource",Gh(),eh(),vh(e,t,n)},useOpaqueIdentifier:function(){return Kp="useOpaqueIdentifier",Gh(),eh(),Yh()},unstable_isNewReconciler:t},im=Nr,lm=0,um=-1;function sm(){lm=im()}function cm(e){um=im(),e.actualStartTime<0&&(e.actualStartTime=im())}function dm(){um=-1}function fm(e,t){var n;0<=um&&(n=im()-um,e.actualDuration+=n,t&&(e.selfBaseDuration=n),um=-1)}function pm(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}var hm,mm,vm,gm,ym,bm,wm,km,Sm=o.ReactCurrentOwner,xm=!1;function Em(e,t,n,r){t.child=null===e?Yf(t,null,n,r):Qf(t,e.child,n,r)}function Cm(e,t,n,r,a){var o;t.type===t.elementType||(o=n.propTypes)&&ic(o,r,"prop",at(n));var i,l=n.render,u=t.ref;if(Kd(t,a),Sm.current=t,ft(!0),i=ah(e,t,l,r,u,a),t.mode&gd){$e();try{i=ah(e,t,l,r,u,a)}finally{Qe()}}return ft(!1),null===e||xm?(t.flags|=Xr,Em(e,t,i,a),t.child):(oh(e,t,a),ov(e,t,a))}function Rm(e,t,n,r,a,o){if(null===e){var i=n.type;if("function"==typeof(c=i)&&!hb(c)&&void 0===c.defaultProps&&null===n.compare&&void 0===n.defaultProps){var l=Zy(i);return t.tag=K,t.type=l,Um(t,i),Tm(e,t,l,r,a,o)}var u=i.propTypes;u&&ic(u,r,"prop",at(i));var s=gb(n.type,null,r,t,t.mode,o);return s.ref=t.ref,(s.return=t).child=s}var c,d=n.type,f=d.propTypes;f&&ic(f,r,"prop",at(d));var p=e.child;if(!hi(a,o)){var h=p.memoizedProps,m=n.compare;if((m=null!==m?m:Yl)(h,r)&&e.ref===t.ref)return ov(e,t,o)}t.flags|=Xr;var v=mb(p,r);return v.ref=t.ref,(v.return=t).child=v}function Tm(e,t,n,r,a,o){if(t.type!==t.elementType){var i=t.elementType;if(i.$$typeof===Te){var l=i._payload,u=i._init;try{i=u(l)}catch(e){i=null}var s=i&&i.propTypes;s&&ic(s,r,"prop",at(i))}}if(null!==e&&(Yl(e.memoizedProps,r)&&e.ref===t.ref&&t.type===e.type)){if(xm=!1,!hi(o,a))return t.lanes=e.lanes,ov(e,t,o);(e.flags&ha)!==Kr&&(xm=!0)}return Im(e,t,n,r,o)}function Pm(e,t,n){var r,a,o=t.pendingProps,i=o.children,l=null!==e?e.memoizedState:null;if("hidden"===o.mode||"unstable-defer-without-hiding"===o.mode)if((t.mode&bd)===vd){var u={baseLanes:Ao};t.memoizedState=u,ty(t,n)}else{if(!hi(n,ni)){a=null!==l?l.baseLanes|n:n,jy(ni),t.lanes=t.childLanes=ni;var s={baseLanes:a};return t.memoizedState=s,ty(t,a),null}var c={baseLanes:Ao};t.memoizedState=c,ty(t,null!==l?l.baseLanes:n)}else null!==l?(r=l.baseLanes|n,t.memoizedState=null):r=n,ty(t,r);return Em(e,t,i,n),t.child}hm={},mm={},vm={},gm={},bm=!(ym={});var _m=Pm;function Dm(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.flags|=aa)}function Im(e,t,n,r,a){var o;t.type===t.elementType||(o=n.propTypes)&&ic(o,r,"prop",at(n));var i,l=wc(t,yc(0,n,!0));if(Kd(t,a),Sm.current=t,ft(!0),i=ah(e,t,n,r,l,a),t.mode&gd){$e();try{i=ah(e,t,n,r,l,a)}finally{Qe()}}return ft(!1),null===e||xm?(t.flags|=Xr,Em(e,t,i,a),t.child):(oh(e,t,a),ov(e,t,a))}function Nm(e,t,n,r,a){var o,i;t.type===t.elementType||(o=n.propTypes)&&ic(o,r,"prop",at(n)),Sc(n)?(i=!0,Tc(t)):i=!1,Kd(t,a);var l=null===t.stateNode?(null!==e&&(e.alternate=null,t.alternate=null,t.flags|=Gr),Of(t,n,r),Mf(t,n,r,a),!0):null===e?function(e,t,n,r){var a=e.stateNode,o=e.memoizedProps;a.props=o;var i=a.context,l=t.contextType,u=hc;u="object"==typeof l&&null!==l?Xd(l):wc(e,yc(0,t,!0));var s=t.getDerivedStateFromProps,c="function"==typeof s||"function"==typeof a.getSnapshotBeforeUpdate;c||"function"!=typeof a.UNSAFE_componentWillReceiveProps&&"function"!=typeof a.componentWillReceiveProps||o===n&&i===u||zf(e,a,n,u),pf();var d=e.memoizedState,f=a.state=d;if(df(e,n,a,r),f=e.memoizedState,o===n&&d===f&&!kc()&&!rf)return"function"==typeof a.componentDidMount&&(e.flags|=Zr),!1;"function"==typeof s&&(_f(e,t,s,n),f=e.memoizedState);var p=rf||Nf(e,t,o,n,d,f,u);return p?(c||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||("function"==typeof a.componentWillMount&&a.componentWillMount(),"function"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount()),"function"==typeof a.componentDidMount&&(e.flags|=Zr)):("function"==typeof a.componentDidMount&&(e.flags|=Zr),e.memoizedProps=n,e.memoizedState=f),a.props=n,a.state=f,a.context=u,p}(t,n,r,a):function(e,t,n,r,a){var o=t.stateNode;of(e,t);var i=t.memoizedProps,l=t.type===t.elementType?i:zd(t.type,i);o.props=l;var u=t.pendingProps,s=o.context,c=n.contextType,d=hc;d="object"==typeof c&&null!==c?Xd(c):wc(t,yc(0,n,!0));var f=n.getDerivedStateFromProps,p="function"==typeof f||"function"==typeof o.getSnapshotBeforeUpdate;p||"function"!=typeof o.UNSAFE_componentWillReceiveProps&&"function"!=typeof o.componentWillReceiveProps||i===u&&s===d||zf(t,o,r,d),pf();var h=t.memoizedState,m=o.state=h;if(df(t,r,o,a),m=t.memoizedState,i===u&&h===m&&!kc()&&!rf)return"function"==typeof o.componentDidUpdate&&(i===e.memoizedProps&&h===e.memoizedState||(t.flags|=Zr)),"function"==typeof o.getSnapshotBeforeUpdate&&(i===e.memoizedProps&&h===e.memoizedState||(t.flags|=oa)),!1;"function"==typeof f&&(_f(t,n,f,r),m=t.memoizedState);var v=rf||Nf(t,n,l,r,h,m,d);return v?(p||"function"!=typeof o.UNSAFE_componentWillUpdate&&"function"!=typeof o.componentWillUpdate||("function"==typeof o.componentWillUpdate&&o.componentWillUpdate(r,m,d),"function"==typeof o.UNSAFE_componentWillUpdate&&o.UNSAFE_componentWillUpdate(r,m,d)),"function"==typeof o.componentDidUpdate&&(t.flags|=Zr),"function"==typeof o.getSnapshotBeforeUpdate&&(t.flags|=oa)):("function"==typeof o.componentDidUpdate&&(i===e.memoizedProps&&h===e.memoizedState||(t.flags|=Zr)),"function"==typeof o.getSnapshotBeforeUpdate&&(i===e.memoizedProps&&h===e.memoizedState||(t.flags|=oa)),t.memoizedProps=r,t.memoizedState=m),o.props=r,o.state=m,o.context=d,v}(e,t,n,r,a),u=Lm(e,t,n,l,i,a),s=t.stateNode;return l&&s.props!==r&&(bm||N("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",at(t.type)||"a component"),bm=!0),u}function Lm(e,t,n,r,a,o){Dm(e,t);var i=(t.flags&ra)!==Kr;if(!r&&!i)return a&&Pc(t,n,!1),ov(e,t,o);var l,u,s,c,d,f=t.stateNode;if(Sm.current=t,i&&"function"!=typeof n.getDerivedStateFromError)l=null,dm();else{if(ft(!0),l=f.render(),t.mode&gd){$e();try{f.render()}finally{Qe()}}ft(!1)}return t.flags|=Xr,null!==e&&i?(u=e,c=l,d=o,(s=t).child=Qf(s,u.child,null,d),s.child=Qf(s,null,c,d)):Em(e,t,l,o),t.memoizedState=f.state,a&&Pc(t,n,!0),t.child}function Om(e){var t=e.stateNode;t.pendingContext?Cc(e,t.pendingContext,t.pendingContext!==t.context):t.context&&Cc(e,t.context,!1),np(e,t.containerInfo)}function zm(e,t,n){Om(t);var r=t.updateQueue;if(null===e||null===r)throw Error("If the root does not have an updateQueue, we should have already bailed out. This error is likely caused by a bug in React. Please file an issue.");var a=t.pendingProps,o=t.memoizedState,i=null!==o?o.element:null;of(e,t),df(t,a,null,n);var l=t.memoizedState.element;if(l===i)return Lp(),ov(e,t,n);var u,s,c=t.stateNode;if(c.hydrate&&(s=(u=t).stateNode.containerInfo,xp=Fs(s),Sp=u,Ep=!0)){var d=c.mutableSourceEagerHydrationData;if(null!=d)for(var f=0;f<d.length;f+=2){Up(d[f],d[f+1])}for(var p=Yf(t,null,l,n),h=t.child=p;h;)h.flags=h.flags&~Gr|ua,h=h.sibling}else Em(e,t,l,n),Lp();return t.child}function Mm(e,t,n,r,a){null!==e&&(e.alternate=null,t.alternate=null,t.flags|=Gr);var o=t.pendingProps,i=n._payload,l=(0,n._init)(i);t.type=l;var u,s=t.tag=function(e){{if("function"==typeof e)return hb(e)?z:O;if(null!=e){var t=e.$$typeof;if(t===xe)return q;if(t===Re)return Y}}return M}(l),c=zd(l,o);switch(s){case O:return Um(t,l),t.type=l=Zy(l),Im(null,t,l,c,a);case z:return t.type=l=Jy(l),Nm(null,t,l,c,a);case q:return t.type=l=eb(l),Cm(null,t,l,c,a);case Y:return t.type===t.elementType||(u=l.propTypes)&&ic(u,c,"prop",at(l)),Rm(null,t,l,zd(l.type,c),r,a)}var d="";throw null!==l&&"object"==typeof l&&l.$$typeof===Te&&(d=" Did you wrap a component in React.lazy() more than once?"),Error("Element type is invalid. Received a promise that resolves to: "+l+". Lazy element type must resolve to a class or function."+d)}function Um(e,t){var n,r,a,o,i,l;t&&t.childContextTypes&&N("%s(...): childContextTypes cannot be defined on a function component.",t.displayName||t.name||"Component"),null!==e.ref&&(n="",(r=ut())&&(n+="\n\nCheck the render method of `"+r+"`."),a=r||e._debugID||"",(o=e._debugSource)&&(a=o.fileName+":"+o.lineNumber),ym[a]||(ym[a]=!0,N("Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?%s",n))),"function"==typeof t.getDerivedStateFromProps&&(i=at(t)||"Unknown",gm[i]||(N("%s: Function components do not support getDerivedStateFromProps.",i),gm[i]=!0)),"object"==typeof t.contextType&&null!==t.contextType&&(l=at(t)||"Unknown",vm[l]||(N("%s: Function components do not support contextType.",l),vm[l]=!0))}var Am={dehydrated:null,retryLane:Fo};function Fm(e){return{baseLanes:e}}function Wm(e,t){return{baseLanes:e.baseLanes|t}}function jm(e,t){return e.childLanes&~t}function Bm(e,t,n){var r=t.pendingProps;Ib(t)&&(t.flags|=ra);var a,o,i=cp.current,l=!1;if((t.flags&ra)!==Kr||(a=i,(null===(o=e)||null!==o.memoizedState)&&dp(a,sp))?(l=!0,t.flags&=~ra):null!==e&&null===e.memoizedState||void 0!==r.fallback&&!0!==r.unstable_avoidThisFallback&&(i|=up),hp(t,i&=lp),null===e){void 0!==r.fallback&&Pp(t);var u=r.children,s=r.fallback;if(l){var c=Vm(t,u,s,n);return t.child.memoizedState=Fm(n),t.memoizedState=Am,c}if("number"!=typeof r.unstable_expectedLoadTime)return S=u,x=n,E=(k=t).mode,((C=wb({mode:"visible",children:S},E,x,null)).return=k).child=C;var d=Vm(t,u,s,n);return t.child.memoizedState=Fm(n),t.memoizedState=Am,jy(t.lanes=Go),d}if(null!==e.memoizedState){if(l){var f=r.fallback,p=$m(e,t,r.children,f,n),h=t.child,m=e.child.memoizedState;return h.memoizedState=null===m?Fm(n):Wm(m,n),h.childLanes=jm(e,n),t.memoizedState=Am,p}var v=qm(e,t,r.children,n);return t.memoizedState=null,v}if(l){var g=r.fallback,y=$m(e,t,r.children,g,n),b=t.child,w=e.child.memoizedState;return b.memoizedState=null===w?Fm(n):Wm(w,n),b.childLanes=jm(e,n),t.memoizedState=Am,y}var k,S,x,E,C,R=qm(e,t,r.children,n);return t.memoizedState=null,R}function Vm(e,t,n,r){var a,o=e.mode,i=e.child,l={mode:"hidden",children:t},u=((o&yd)===vd&&null!==i?((a=i).childLanes=Ao,a.pendingProps=l,e.mode&wd&&(a.actualDuration=0,a.actualStartTime=-1,a.selfBaseDuration=0,a.treeBaseDuration=0)):a=wb(l,o,Ao,null),bb(n,o,r,null));return a.return=e,u.return=e,a.sibling=u,e.child=a,u}function Hm(e,t){return mb(e,t)}function qm(e,t,n,r){var a=e.child,o=a.sibling,i=Hm(a,{mode:"visible",children:n});return(t.mode&yd)===vd&&(i.lanes=r),i.return=t,(i.sibling=null)!==o&&(o.nextEffect=null,o.flags=ea,t.firstEffect=t.lastEffect=o),t.child=i}function $m(e,t,n,r,a){var o,i,l,u=t.mode,s=e.child,c=s.sibling,d={mode:"hidden",children:n};return(u&yd)===vd&&t.child!==s?((o=t.child).childLanes=Ao,o.pendingProps=d,t.mode&wd&&(o.actualDuration=0,o.actualStartTime=-1,o.selfBaseDuration=s.selfBaseDuration,o.treeBaseDuration=s.treeBaseDuration),null!==(i=o.lastEffect)?(t.firstEffect=o.firstEffect,(t.lastEffect=i).nextEffect=null):t.firstEffect=t.lastEffect=null):o=Hm(s,d),null!==c?l=mb(c,r):(l=bb(r,u,a,null)).flags|=Gr,l.return=t,o.return=t,o.sibling=l,t.child=o,l}function Qm(e,t){e.lanes=e.lanes|t;var n=e.alternate;null!==n&&(n.lanes=n.lanes|t),Yd(e.return,t)}function Ym(e,t){var n=Array.isArray(e),r=!n&&"function"==typeof Me(e);if(!n&&!r)return 1;var a=n?"array":"iterable";N("A nested %s was passed to row #%s in <SuspenseList />. Wrap it in an additional SuspenseList to configure its revealOrder: <SuspenseList revealOrder=...> ... <SuspenseList revealOrder=...>{%s}</SuspenseList> ... </SuspenseList>",a,t,a)}function Km(e,t,n,r,a,o){var i=e.memoizedState;null===i?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:a,lastEffect:o}:(i.isBackwards=t,i.rendering=null,i.renderingStartTime=0,i.last=r,i.tail=n,i.tailMode=a,i.lastEffect=o)}function Xm(e,t,n){var r,a,o=t.pendingProps,i=o.revealOrder,l=o.tail,u=o.children;!function(e){if(void 0!==e&&"forwards"!==e&&"backwards"!==e&&"together"!==e&&!wm[e])if(wm[e]=!0,"string"==typeof e)switch(e.toLowerCase()){case"together":case"forwards":case"backwards":N('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',e,e.toLowerCase());break;case"forward":case"backward":N('"%s" is not a valid value for revealOrder on <SuspenseList />. React uses the -s suffix in the spelling. Use "%ss" instead.',e,e.toLowerCase());break;default:N('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e)}else N('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e)}(i),a=i,void 0===(r=l)||km[r]||("collapsed"!==r&&"hidden"!==r?(km[r]=!0,N('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',r)):"forwards"!==a&&"backwards"!==a&&(km[r]=!0,N('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',r))),function(e,t){if(("forwards"===t||"backwards"===t)&&null!=e&&!1!==e)if(Array.isArray(e)){for(var n=0;n<e.length;n++)if(!Ym(e[n],n))return}else{var r=Me(e);if("function"==typeof r){var a=r.call(e);if(a)for(var o=a.next(),i=0;!o.done;o=a.next()){if(!Ym(o.value,i))return;i++}}else N('A single row was passed to a <SuspenseList revealOrder="%s" />. This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?',t)}}(u,i),Em(e,t,u,n);var s=cp.current;if(dp(s,sp)?(s=s&lp|sp,t.flags|=ra):(null!==e&&(e.flags&ra)!==Kr&&function(e,t,n){for(var r=t;null!==r;){if(r.tag===Q)null!==r.memoizedState&&Qm(r,n);else if(r.tag===Z)Qm(r,n);else if(null!==r.child){r=(r.child.return=r).child;continue}if(r===e)return;for(;null===r.sibling;){if(null===r.return||r.return===e)return;r=r.return}r.sibling.return=r.return,r=r.sibling}}(t,t.child,n),s&=lp),hp(t,s),(t.mode&yd)===vd)t.memoizedState=null;else switch(i){case"forwards":var c,d=function(e){for(var t=e,n=null;null!==t;){var r=t.alternate;null!==r&&null===gp(r)&&(n=t),t=t.sibling}return n}(t.child);null===d?(c=t.child,t.child=null):(c=d.sibling,d.sibling=null),Km(t,!1,c,d,l,t.lastEffect);break;case"backwards":var f=null,p=t.child;for(t.child=null;null!==p;){var h=p.alternate;if(null!==h&&null===gp(h)){t.child=p;break}var m=p.sibling;p.sibling=f,f=p,p=m}Km(t,!0,f,null,l,t.lastEffect);break;case"together":Km(t,!1,null,null,void 0,t.lastEffect);break;default:t.memoizedState=null}return t.child}var Gm=!(km={});function Zm(e,t,n){var r=t.type._context,a=t.pendingProps,o=t.memoizedProps,i=a.value;"value"in a||Gm||(Gm=!0,N("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?"));var l=t.type.propTypes;if(l&&ic(l,a,"prop","Context.Provider"),$d(t,i),null!==o){var u=function(e,t,n){if($l(n,t))return 0;var r="function"==typeof e._calculateChangedBits?e._calculateChangedBits(n,t):Md;return(r&Md)!==r&&N("calculateChangedBits: Expected the return value to be a 31-bit integer. Instead received: %s",r),0|r}(r,i,o.value);if(0===u){if(o.children===a.children&&!kc())return ov(e,t,n)}else!function(e,t,n,r){var a=e.child;for(null!==a&&(a.return=e);null!==a;){var o=void 0,i=a.dependencies;if(null!==i){o=a.child;for(var l,u=i.firstContext;null!==u;){if(u.context===t&&0!=(u.observedBits&n)){a.tag===z&&((l=lf(ri,fi(r))).tag=tf,uf(a,l)),a.lanes=a.lanes|r;var s=a.alternate;null!==s&&(s.lanes=s.lanes|r),Yd(a.return,r),i.lanes=i.lanes|r;break}u=u.next}}else o=a.tag===H&&a.type===e.type?null:a.child;if(null!==o)o.return=a;else for(o=a;null!==o;){if(o===e){o=null;break}var c=o.sibling;if(null!==c){c.return=o.return,o=c;break}o=o.return}a=o}}(t,r,u,n)}return Em(e,t,a.children,n),t.child}var Jm,ev,tv,nv,rv=!(wm={});function av(){xm=!0}function ov(e,t,n){return null!==e&&(t.dependencies=e.dependencies),dm(),sy(t.lanes),hi(n,t.childLanes)?(function(e,t){if(null!==e&&t.child!==e.child)throw Error("Resuming work not yet implemented.");if(null!==t.child){var n=t.child,r=mb(n,n.pendingProps);for((t.child=r).return=t;null!==n.sibling;)n=n.sibling,(r=r.sibling=mb(n,n.pendingProps)).return=t;r.sibling=null}}(e,t),t.child):null}function iv(e,t,n){var r,a,o,i,l,u,s,c,d,f,p,h=t.lanes;if(t._debugNeedsRemount&&null!==e)return function(e,t,n){var r=t.return;if(null===r)throw new Error("Cannot swap the root fiber.");if(e.alternate=null,t.alternate=null,n.index=t.index,n.sibling=t.sibling,n.return=t.return,n.ref=t.ref,t===r.child)r.child=n;else{var a=r.child;if(null===a)throw new Error("Expected parent to have a child.");for(;a.sibling!==t;)if(null===(a=a.sibling))throw new Error("Expected to find the previous sibling.");a.sibling=n}var o=r.lastEffect;return null!==o?(o.nextEffect=e,r.lastEffect=e):r.firstEffect=r.lastEffect=e,e.nextEffect=null,e.flags=ea,n.flags|=Gr,n}(e,t,gb(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes));if(null!==e)if(e.memoizedProps!==t.pendingProps||kc()||t.type!==e.type)xm=!0;else{if(!hi(n,h)){switch(xm=!1,t.tag){case U:Om(t),Lp();break;case F:op(t);break;case z:Sc(t.type)&&Tc(t);break;case A:np(t,t.stateNode.containerInfo);break;case H:$d(t,t.memoizedProps.value);break;case $:hi(n,t.childLanes)&&(t.flags|=Zr);var m=t.stateNode;m.effectDuration=0,m.passiveEffectDuration=0;break;case Q:if(null!==t.memoizedState){if(hi(n,t.child.childLanes))return Bm(e,t,n);hp(t,fp(cp.current));var v=ov(e,t,n);return null!==v?v.sibling:null}hp(t,fp(cp.current));break;case Z:var g=(e.flags&ra)!==Kr,y=hi(n,t.childLanes);if(g){if(y)return Xm(e,t,n);t.flags|=ra}var b=t.memoizedState;if(null!==b&&(b.rendering=null,b.tail=null,b.lastEffect=null),hp(t,cp.current),y)break;return null;case ne:case re:return t.lanes=Ao,Pm(e,t,n)}return ov(e,t,n)}xm=(e.flags&ha)!==Kr}else xm=!1;switch(t.lanes=Ao,t.tag){case M:return function(e,t,n,r){null!==e&&(e.alternate=null,t.alternate=null,t.flags|=Gr);var a,o,i,l=t.pendingProps,u=wc(t,yc(0,n,!1));if(Kd(t,r),n.prototype&&"function"==typeof n.prototype.render&&(o=at(n)||"Unknown",hm[o]||(N("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",o,o),hm[o]=!0)),t.mode&gd&&Cd.recordLegacyContextWarning(t,null),ft(!0),a=ah(null,Sm.current=t,n,l,u,r),ft(!1),t.flags|=Xr,"object"==typeof a&&null!==a&&"function"==typeof a.render&&void 0===a.$$typeof&&(i=at(n)||"Unknown",mm[i]||(N("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",i,i,i),mm[i]=!0)),"object"==typeof a&&null!==a&&"function"==typeof a.render&&void 0===a.$$typeof){var s=at(n)||"Unknown";mm[s]||(N("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",s,s,s),mm[s]=!0),t.tag=z,t.memoizedState=null,t.updateQueue=null;var c=!1;Sc(n)?(c=!0,Tc(t)):c=!1,t.memoizedState=null!==a.state&&void 0!==a.state?a.state:null,af(t);var d=n.getDerivedStateFromProps;return"function"==typeof d&&_f(t,n,d,l),Lf(t,a),Mf(t,n,l,r),Lm(null,t,n,!0,c,r)}if(t.tag=O,t.mode&gd){$e();try{a=ah(null,t,n,l,u,r)}finally{Qe()}}return Em(null,t,a,r),Um(t,n),t.child}(e,t,t.type,n);case X:return Mm(e,t,t.elementType,h,n);case O:var w=t.type,k=t.pendingProps;return Im(e,t,w,t.elementType===w?k:zd(w,k),n);case z:var S=t.type,x=t.pendingProps;return Nm(e,t,S,t.elementType===S?x:zd(S,x),n);case U:return zm(e,t,n);case F:return function(e,t,n){op(t),null===e&&Pp(t);var r=t.type,a=t.pendingProps,o=null!==e?e.memoizedProps:null,i=a.children;return Ps(r,a)?i=null:null!==o&&Ps(r,o)&&(t.flags|=ta),Dm(e,t),Em(e,t,i,n),t.child}(e,t,n);case W:return p=t,null===e&&Pp(p),null;case Q:return Bm(e,t,n);case A:return function(e,t,n){np(t,t.stateNode.containerInfo);var r=t.pendingProps;return null===e?t.child=Qf(t,null,r,n):Em(e,t,r,n),t.child}(e,t,n);case q:var E=t.type,C=t.pendingProps;return Cm(e,t,E,t.elementType===E?C:zd(E,C),n);case j:return f=n,Em(e,d=t,d.pendingProps,f),d.child;case B:return c=n,Em(e,s=t,s.pendingProps.children,c),s.child;case $:return function(e,t,n){t.flags|=Zr;var r=t.stateNode;return r.effectDuration=0,r.passiveEffectDuration=0,Em(e,t,t.pendingProps.children,n),t.child}(e,t,n);case H:return Zm(e,t,n);case V:return function(e,t,n){var r=t.type;void 0===r._context?r!==r.Consumer&&(rv||(rv=!0,N("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):r=r._context;var a=t.pendingProps,o=a.children;"function"!=typeof o&&N("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),Kd(t,n);var i,l=Xd(r,a.unstable_observedBits);return Sm.current=t,ft(!0),i=o(l),ft(!1),t.flags|=Xr,Em(e,t,i,n),t.child}(e,t,n);case Y:var R,T=t.type,P=zd(T,t.pendingProps);return t.type===t.elementType||(R=T.propTypes)&&ic(R,P,"prop",at(T)),Rm(e,t,T,P=zd(T.type,P),h,n);case K:return Tm(e,t,t.type,t.pendingProps,h,n);case G:var _=t.type,D=t.pendingProps,I=t.elementType===_?D:zd(_,D);return a=t,o=_,i=I,l=n,null!==(r=e)&&(r.alternate=null,a.alternate=null,a.flags|=Gr),a.tag=z,Sc(o)?(u=!0,Tc(a)):u=!1,Kd(a,l),Of(a,o,i),Mf(a,o,i,l),Lm(null,a,o,!0,u,l);case Z:return Xm(e,t,n);case J:case ee:case te:break;case ne:return Pm(e,t,n);case re:return _m(e,t,n)}throw Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function lv(e){e.flags|=Zr}function uv(e){e.flags|=aa}function sv(e,t){if(!Ep)switch(e.tailMode){case"hidden":for(var n=e.tail,r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?e.tail=null:r.sibling=null;break;case"collapsed":for(var a=e.tail,o=null;null!==a;)null!==a.alternate&&(o=a),a=a.sibling;null===o?t||null===e.tail?e.tail=null:e.tail.sibling=null:o.sibling=null}}function cv(e,t,n){var r,a,o,i,l,u,s=t.pendingProps;switch(t.tag){case M:case X:case K:case O:case q:case j:case B:case $:case V:case Y:return null;case z:return Sc(t.type)&&xc(t),null;case U:rp(t),Ec(t),Mp();var c=t.stateNode;return c.pendingContext&&(c.context=c.pendingContext,c.pendingContext=null),null!==e&&null!==e.child||(Np(t)?lv(t):c.hydrate||(t.flags|=oa)),ev(t),null;case F:ip(t);var d=tp(),f=t.type;if(null!==e&&null!=t.stateNode)tv(e,t,f,s,d),e.ref!==t.ref&&uv(t);else{if(!s){if(null===t.stateNode)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return null}var p,h=ap();Np(t)?(l=h,u=Ws((i=t).stateNode,i.type,i.memoizedProps,0,l,i),null!==(i.updateQueue=u)&&lv(t)):(p=Ts(f,s,d,h,t),Jm(p,t,!1,!1),t.stateNode=p,ts(p,a=f,o=s),Cs(a,o)&&lv(t)),null!==t.ref&&uv(t)}return null;case W:var m=s;if(e&&null!=t.stateNode){var v=e.memoizedProps;nv(e,t,v,m)}else{if("string"!=typeof m&&null===t.stateNode)throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");var g=tp(),y=ap();Np(t)?_p(t)&&lv(t):t.stateNode=_s(m,g,y,t)}return null;case Q:mp(t);var b=t.memoizedState;if((t.flags&ra)!==Kr)return t.lanes=n,(t.mode&wd)!==vd&&pm(t),t;var w=null!==b,k=!1;return null===e?void 0!==t.memoizedProps.fallback&&Np(t):k=null!==e.memoizedState,w&&!k&&(t.mode&yd)!==vd&&(null===e&&!0!==t.memoizedProps.unstable_avoidThisFallback||dp(cp.current,up)?sg===Gv&&(sg=eg):function(){sg!==Gv&&sg!==eg||(sg=tg);null!==ag&&(si(fg)||si(pg))&&Xg(ag,ig)}()),(w||k)&&(t.flags|=Zr),null;case A:return rp(t),ev(t),null===e&&ku(t.stateNode.containerInfo),null;case H:return Qd(t),null;case G:return Sc(t.type)&&xc(t),null;case Z:mp(t);var S=t.memoizedState;if(null===S)return null;var x,E=(t.flags&ra)!==Kr,C=S.rendering;if(null===C)if(E)sv(S,!1);else{if(!(sg===Gv&&(null===e||(e.flags&ra)===Kr)))for(var R=t.child;null!==R;){var T=gp(R);if(null!==T){E=!0,t.flags|=ra,sv(S,!1);var P=T.updateQueue;return null!==P&&(t.updateQueue=P,t.flags|=Zr),null===S.lastEffect&&(t.firstEffect=null),t.lastEffect=S.lastEffect,Kf(t,n),hp(t,pp(cp.current,sp)),t.child}R=R.sibling}null!==S.tail&&ud()>yg&&(t.flags|=ra,sv(S,!(E=!0)),jy(t.lanes=Go))}else{if(!E){var _=gp(C);if(null!==_){t.flags|=ra,E=!0;var D=_.updateQueue;if(null!==D&&(t.updateQueue=D,t.flags|=Zr),sv(S,!0),null===S.tail&&"hidden"===S.tailMode&&!C.alternate&&!Ep){var I=t.lastEffect=S.lastEffect;return null!==I&&(I.nextEffect=null),null}}else 2*ud()-S.renderingStartTime>yg&&n!==ni&&(t.flags|=ra,sv(S,!(E=!0)),jy(t.lanes=Go))}S.isBackwards?(C.sibling=t.child,t.child=C):(null!==(x=S.last)?x.sibling=C:t.child=C,S.last=C)}if(null===S.tail)return null;var N=S.tail;S.rendering=N,S.tail=N.sibling,S.lastEffect=t.lastEffect,S.renderingStartTime=ud(),N.sibling=null;var L=cp.current;return E?L=L&lp|sp:L&=lp,hp(t,L),N;case J:case ee:case te:break;case ne:case re:return ny(t),null!==e&&(r=t.memoizedState,null!==e.memoizedState!=(null!==r)&&"unstable-defer-without-hiding"!==s.mode&&(t.flags|=Zr)),null}throw Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function dv(e){switch(e.tag){case z:Sc(e.type)&&xc(e);var t=e.flags;return t&pa?(e.flags=t&~pa|ra,(e.mode&wd)!==vd&&pm(e),e):null;case U:rp(e),Ec(e),Mp();var n=e.flags;if((n&ra)!==Kr)throw Error("The root failed to unmount after an error. This is likely a bug in React. Please file an issue.");return e.flags=n&~pa|ra,e;case F:return ip(e),null;case Q:mp(e);var r=e.flags;return r&pa?(e.flags=r&~pa|ra,(e.mode&wd)!==vd&&pm(e),e):null;case Z:return mp(e),null;case A:return rp(e),null;case H:return Qd(e),null;case ne:case re:return ny(e),null;default:return null}}function fv(e){switch(e.tag){case z:var t=e.type.childContextTypes;null!=t&&xc(e);break;case U:rp(e),Ec(e),Mp();break;case F:ip(e);break;case A:rp(e);break;case Q:case Z:mp(e);break;case H:Qd(e);break;case ne:case re:ny(e)}}function pv(e,t){return{value:e,source:t,stack:nt(t)}}function hv(e,t){try{0;var n=t.value,r=t.source,a=t.stack,o=null!==a?a:"";if(null!=n&&n._suppressLogging){if(e.tag===z)return;console.error(n)}var i=r?at(r.type):null,l=i?"The above error occurred in the <"+i+"> component:":"The above error occurred in one of your React components:",u=at(e.type),s=u?"React will try to recreate this component tree from scratch using the error boundary you provided, "+u+".":"Consider adding an error boundary to your tree to customize error handling behavior.\nVisit https://reactjs.org/link/error-boundaries to learn more about error boundaries.",c=l+"\n"+o+"\n\n"+s;console.error(c)}catch(e){setTimeout(function(){throw e})}}Jm=function(e,t,n,r){for(var a,o,i=t.child;null!==i;){if(i.tag===F||i.tag===W)a=e,o=i.stateNode,a.appendChild(o);else if(i.tag!==A&&null!==i.child){i=(i.child.return=i).child;continue}if(i===t)return;for(;null===i.sibling;){if(null===i.return||i.return===t)return;i=i.return}i.sibling.return=i.return,i=i.sibling}},ev=function(e){},tv=function(e,t,n,r,a){var o,i,l,u,s,c,d,f,p,h,m=e.memoizedProps;m!==r&&(o=t.stateNode,i=ap(),u=o,s=n,c=m,f=i,typeof(d=r).children==typeof c.children||"string"!=typeof d.children&&"number"!=typeof d.children||(p=""+d.children,h=cs(f.ancestorInfo,s),ss(null,p,h)),l=ns(u,s,c,d),(t.updateQueue=l)&&lv(t))},nv=function(e,t,n,r){n!==r&&lv(t)};var mv="function"==typeof WeakMap?WeakMap:Map;function vv(e,t,n){var r=lf(ri,n);r.tag=nf,r.payload={element:null};var a=t.value;return r.callback=function(){Ry(a),hv(e,t)},r}function gv(r,a,e){var t=lf(ri,e);t.tag=nf;var n,o=r.type.getDerivedStateFromError;"function"==typeof o&&(n=a.value,t.payload=function(){return hv(r,a),o(n)});var i=r.stateNode;return null!==i&&"function"==typeof i.componentDidCatch?t.callback=function(){var e;nb(r),"function"!=typeof o&&(e=this,null===Eg?Eg=new Set([e]):Eg.add(e),hv(r,a));var t=a.value,n=a.stack;this.componentDidCatch(t,{componentStack:null!==n?n:""}),"function"!=typeof o&&(hi(r.lanes,Wo)||N("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",at(r.type)||"Unknown"))}:t.callback=function(){nb(r)},t}function yv(e,t,n){var r,a,o=e.pingCache;null===o?(o=e.pingCache=new mv,r=new Set,o.set(t,r)):void 0===(r=o.get(t))&&(r=new Set,o.set(t,r)),r.has(n)||(r.add(n),a=function(e,t,n){var r=e.pingCache;null!==r&&r.delete(t);var a=Hg();yi(e,n),ag===e&&mi(ig,n)&&(sg===tg||sg===eg&&ci(ig)&&ud()-vg<gg?ry(e,Ao):hg|=n);Yg(e,a),Vy(e,n)}.bind(null,e,t,n),t.then(a,a))}function bv(e,t,n,r,a){if(n.flags|=fa,n.firstEffect=n.lastEffect=null,null!==r&&"object"==typeof r&&"function"==typeof r.then){var o,i=r;(n.mode&yd)===vd&&((o=n.alternate)?(n.updateQueue=o.updateQueue,n.memoizedState=o.memoizedState,n.lanes=o.lanes):(n.updateQueue=null,n.memoizedState=null));var l=dp(cp.current,up),u=t;do{if(u.tag===Q&&vp(u,l)){var s,c,d=u.updateQueue;return(null===d?((s=new Set).add(i),u.updateQueue=s):d.add(i),(u.mode&yd)===vd)?(u.flags|=ra,n.flags|=ha,n.flags&=~(ca|fa),n.tag===z&&(null===n.alternate?n.tag=G:((c=lf(ri,Wo)).tag=tf,uf(n,c))),void(n.lanes=n.lanes|Wo)):(yv(e,i,a),u.flags|=pa,void(u.lanes=a))}u=u.return}while(null!==u);r=new Error((at(n.type)||"A React component")+" suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display.")}sg!==ng&&(sg=Jv),r=pv(r,n);var f=t;do{switch(f.tag){case U:var p=r;f.flags|=pa;var h=fi(a);return f.lanes=f.lanes|h,void sf(f,vv(f,p,h));case z:var m=r,v=f.type,g=f.stateNode;if((f.flags&ra)!==Kr||"function"!=typeof v.getDerivedStateFromError&&(null===g||"function"!=typeof g.componentDidCatch||Cy(g)))break;f.flags|=pa;var y=fi(a);return f.lanes=f.lanes|y,void sf(f,gv(f,m,y))}f=f.return}while(null!==f)}var wv=null,wv=new Set,kv="function"==typeof WeakSet?WeakSet:Set,Sv=function(e,t){t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()};function xv(e){var t=e.ref;null!==t&&("function"==typeof t?(Pr(null,t,null,null),xr&&Py(e,_r())):t.current=null)}function Ev(e,t){switch(t.tag){case O:case q:case K:case te:return;case z:var n,r,a,o,i;return void(t.flags&oa&&null!==e&&(n=e.memoizedProps,r=e.memoizedState,a=t.stateNode,t.type!==t.elementType||bm||(a.props!==t.memoizedProps&&N("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",at(t.type)||"instance"),a.state!==t.memoizedState&&N("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",at(t.type)||"instance")),o=a.getSnapshotBeforeUpdate(t.elementType===t.type?n:zd(t.type,n),r),i=wv,void 0!==o||i.has(t.type)||(i.add(t.type),N("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",at(t.type))),a.__reactInternalSnapshotBeforeUpdate=o));case U:return void(t.flags&oa&&Ms(t.stateNode.containerInfo));case F:case W:case A:case G:return}throw Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}function Cv(e,t,n){switch(n.tag){case O:case q:case K:case te:return function(e,t){var n=t.updateQueue,r=null!==n?n.lastEffect:null;if(null!==r){var a,o,i=r.next,l=i;do{(l.tag&e)===e&&(a=l.create,l.destroy=a(),void 0!==(o=l.destroy)&&"function"!=typeof o&&N("An effect function must not return anything besides a function, which is used for clean-up.%s",null===o?" You returned null. If your effect does not require clean up, return undefined (or nothing).":"function"==typeof o.then?"\n\nIt looks like you wrote useEffect(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:\n\nuseEffect(() => {\n async function fetchData() {\n // You can await here\n const response = await MyAPI.getData(someId);\n // ...\n }\n fetchData();\n}, [someId]); // Or [] if effect doesn't need props or state\n\nLearn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching":" You returned: "+o)),l=l.next}while(l!==i)}}(wp|bp,n),void function(e){var t=e.updateQueue,n=null!==t?t.lastEffect:null;if(null!==n){var r=n.next,a=r;do{var o=a.next,i=a.tag;(i&kp)!==yp&&(i&bp)!==yp&&(Sy(e,a),ky(e,a)),a=o}while(a!==r)}}(n);case z:var r,a,o=n.stateNode;n.flags&Zr&&(null===t?(n.type!==n.elementType||bm||(o.props!==n.memoizedProps&&N("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",at(n.type)||"instance"),o.state!==n.memoizedState&&N("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",at(n.type)||"instance")),o.componentDidMount()):(r=n.elementType===n.type?t.memoizedProps:zd(n.type,t.memoizedProps),a=t.memoizedState,n.type!==n.elementType||bm||(o.props!==n.memoizedProps&&N("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",at(n.type)||"instance"),o.state!==n.memoizedState&&N("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",at(n.type)||"instance")),o.componentDidUpdate(r,a,o.__reactInternalSnapshotBeforeUpdate)));var i=n.updateQueue;return void(null!==i&&(n.type!==n.elementType||bm||(o.props!==n.memoizedProps&&N("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",at(n.type)||"instance"),o.state!==n.memoizedState&&N("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",at(n.type)||"instance")),hf(0,i,o)));case U:var l=n.updateQueue;if(null!==l){var u=null;if(null!==n.child)switch(n.child.tag){case F:case z:u=n.child.stateNode}hf(0,l,u)}return;case F:var s,c,d=n.stateNode;return void(null===t&&n.flags&Zr&&(s=n.type,c=n.memoizedProps,h=d,Cs(s,c)&&h.focus()));case W:case A:return;case $:var f=n.memoizedProps,p=(f.onCommit,f.onRender);n.stateNode.effectDuration;return void("function"==typeof p&&p(n.memoizedProps.id,null===t?"mount":"update",n.actualDuration,n.treeBaseDuration,n.actualStartTime,lm,e.memoizedInteractions));case Q:return void function(e){{var t,n,r;null===e.memoizedState&&null!==(t=e.alternate)&&null!==(n=t.memoizedState)&&null!==(r=n.dehydrated)&&function(e){Ba(e)}(r)}}(n);case Z:case G:case J:case ee:case ne:case re:return}var h;throw Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}function Rv(e,t){for(var n,r,a,o=e;;){if(o.tag===F){var i=o.stateNode;t?(a=void 0,"function"==typeof(a=i.style).setProperty?a.setProperty("display","none","important"):a.display="none"):zs(o.stateNode,o.memoizedProps)}else if(o.tag===W){var l=o.stateNode;t?l.nodeValue="":(n=l,r=o.memoizedProps,n.nodeValue=r)}else if(o.tag!==ne&&o.tag!==re||null===o.memoizedState||o===e){if(null!==o.child){o=(o.child.return=o).child;continue}}else;if(o===e)return;for(;null===o.sibling;){if(null===o.return||o.return===e)return;o=o.return}o.sibling.return=o.return,o=o.sibling}}function Tv(e){var t=e.ref;if(null!==t){var n,r=e.stateNode;switch(e.tag){case F:n=r;break;default:n=r}"function"==typeof t?t(n):(t.hasOwnProperty("current")||N("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",at(e.type)),t.current=n)}}function Pv(e,t){switch(!function(e){if(Oc&&"function"==typeof Oc.onCommitFiberUnmount)try{Oc.onCommitFiberUnmount(Lc,e)}catch(e){zc||(zc=!0,N("React instrumentation encountered an error: %s",e))}}(t),t.tag){case O:case q:case Y:case K:case te:var n=t.updateQueue;if(null!==n){var r=n.lastEffect;if(null!==r){var a=r.next,o=a;do{var i=o.destroy,l=o.tag;void 0!==i&&((l&kp)!==yp?Sy(t,o):(c=t,Pr(null,i,null),xr&&Py(c,_r()))),o=o.next}while(o!==a)}}return;case z:xv(t);var u=t.stateNode;return void("function"==typeof u.componentWillUnmount&&(Pr(null,Sv,null,s=t,u),xr&&Py(s,_r())));case F:return void xv(t);case A:return void Lv(e,t);case J:case d:case ee:return}var s,c}function _v(e,t){for(var n=t;;)if(Pv(e,n),null===n.child||n.tag===A){if(n===t)return;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}else n=(n.child.return=n).child}function Dv(e){e.alternate=null,e.child=null,e.dependencies=null,e.firstEffect=null,e.lastEffect=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.return=null,e.updateQueue=null,e._debugOwner=null}function Iv(e){return e.tag===F||e.tag===U||e.tag===A}function Nv(e){var t,n,r=function(e){for(var t=e.return;null!==t;){if(Iv(t))return t;t=t.return}throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.")}(e),a=r.stateNode;switch(r.tag){case F:t=a,n=!1;break;case U:case A:t=a.containerInfo,n=!0;break;case J:default:throw Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}r.flags&ta&&(Ls(t),r.flags&=~ta);var o=function(e){var t=e;e:for(;;){for(;null===t.sibling;){if(null===t.return||Iv(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==F&&t.tag!==W&&t.tag!==d;){if(t.flags&Gr)continue e;if(null===t.child||t.tag===A)continue e;t=(t.child.return=t).child}if(!(t.flags&Gr))return t.stateNode}}(e);(n?function e(t,n,r){var a=t.tag;var o=a===F||a===W;if(o||f){var i=o?t.stateNode:t.stateNode.instance;n?(c=i,d=n,(s=r).nodeType===ln?s.parentNode.insertBefore(c,d):s.insertBefore(c,d)):Os(r,i)}else if(a!==A){var l=t.child;if(null!==l){e(l,n,r);for(var u=l.sibling;null!==u;)e(u,n,r),u=u.sibling}}var s,c,d}:function e(t,n,r){var a=t.tag;var o=a===F||a===W;if(o||f){var i=o?t.stateNode:t.stateNode.instance;n?(c=i,d=n,r.insertBefore(c,d)):(s=i,r.appendChild(s))}else if(a!==A){var l=t.child;if(null!==l){e(l,n,r);for(var u=l.sibling;null!==u;)e(u,n,r),u=u.sibling}}var s;var c,d})(e,o,t)}function Lv(e,t){for(var n,r,a,o,i,l,u=t,s=!1;;){if(!s){var c=u.return;e:for(;;){if(null===c)throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");var d=c.stateNode;switch(c.tag){case F:n=d,r=!1;break e;case U:case A:n=d.containerInfo,r=!0;break e}c=c.return}s=!0}if(u.tag===F||u.tag===W)_v(e,u),r?(i=n,l=u.stateNode,i.nodeType===ln?i.parentNode.removeChild(l):i.removeChild(l)):(a=n,o=u.stateNode,a.removeChild(o));else if(u.tag===A){if(null!==u.child){n=u.stateNode.containerInfo,r=!0,u=(u.child.return=u).child;continue}}else if(Pv(e,u),null!==u.child){u=(u.child.return=u).child;continue}if(u===t)return;for(;null===u.sibling;){if(null===u.return||u.return===t)return;(u=u.return).tag===A&&(s=!1)}u.sibling.return=u.return,u=u.sibling}}function Ov(e,t){Lv(e,t);var n=t.alternate;Dv(t),null!==n&&Dv(n)}function zv(e,t){switch(t.tag){case O:case q:case Y:case K:case te:return void function(e,t){var n=t.updateQueue,r=null!==n?n.lastEffect:null;if(null!==r){var a,o=r.next,i=o;do{(i.tag&e)===e&&(a=i.destroy,(i.destroy=void 0)!==a&&a()),i=i.next}while(i!==o)}}(wp|bp,t);case z:return;case F:var n,r,a,o,i=t.stateNode;return void(null!=i&&(n=t.memoizedProps,r=null!==e?e.memoizedProps:n,a=t.type,o=t.updateQueue,(t.updateQueue=null)!==o&&(f=o,p=a,h=r,tc(d=i,m=n),rs(d,f,p,h,m))));case W:if(null===t.stateNode)throw Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.");var l=t.stateNode,u=t.memoizedProps;null!==e&&e.memoizedProps;return c=u,void(l.nodeValue=c);case U:var s=t.stateNode;return void(s.hydrate&&(s.hydrate=!1,Ba(s.containerInfo)));case $:return;case Q:return function(e){{null!==e.memoizedState&&(vg=ud(),Rv(e.child,!0))}}(t),void Mv(t);case Z:return void Mv(t);case G:return;case J:case ee:break;case ne:case re:return void Rv(t,null!==t.memoizedState)}var c,d,f,p,h,m;throw Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}function Mv(n){var r,e=n.updateQueue;null!==e&&((n.updateQueue=null)===(r=n.stateNode)&&(r=n.stateNode=new kv),e.forEach(function(e){var t=function(e,t){var n,r=Fo;null!==(n=e.stateNode)&&n.delete(t);!function(e,t){t===Fo&&(t=function(e){var t=e.mode;{if((t&yd)===vd)return Wo;if((t&bd)===vd)return sd()===Xc?Wo:jo}Fg===Ao&&(Fg=dg);return function(e){var t=fi(Xo&~e);return t===Fo&&(t=fi(Xo)),t}(Fg)}(e));var n=Hg(),r=Qg(e,t);null!==r&&(gi(r,t,n),Yg(r,n),Vy(r,t))}(e,r)}.bind(null,n,e);r.has(e)||(!0!==e.__reactDoNotTraceInteractions&&(t=po(t)),r.add(e),e.then(t,t))}))}function Uv(e,t){if(null!==e){var n=e.memoizedState;if(null===n||null!==n.dehydrated){var r=t.memoizedState;return null!==r&&null===r.dehydrated}}}var Av;"function"==typeof Symbol&&Symbol.for&&((Av=Symbol.for)("selector.component"),Av("selector.has_pseudo_class"),Av("selector.role"),Av("selector.test_id"),Av("selector.text"));var Fv=[];var Wv=Math.ceil,jv=o.ReactCurrentDispatcher,Bv=o.ReactCurrentOwner,Vv=o.IsSomeRendererActing,Hv=0,qv=1,$v=4,Qv=8,Yv=16,Kv=32,Xv=64,Gv=0,Zv=1,Jv=2,eg=3,tg=4,ng=5,rg=Hv,ag=null,og=null,ig=Ao,lg=Ao,ug=dc(Ao),sg=Gv,cg=null,dg=Ao,fg=Ao,pg=Ao,hg=Ao,mg=null,vg=0,gg=500,yg=1/0,bg=500;function wg(){yg=ud()+bg}var kg=null,Sg=!1,xg=null,Eg=null,Cg=!1,Rg=null,Tg=td,Pg=Ao,_g=[],Dg=[],Ig=null,Ng=50,Lg=0,Og=null,zg=50,Mg=0,Ug=null,Ag=ri,Fg=Ao,Wg=Ao,jg=!1,Bg=null,Vg=!1;function Hg(){return(rg&(Yv|Kv))!==Hv?ud():Ag!==ri?Ag:Ag=ud()}function qg(e){var t,n,r=e.mode;if((r&yd)===vd)return Wo;if((r&bd)===vd)return sd()===Xc?Wo:jo;if(Fg===Ao&&(Fg=dg),Sd.transition!==xd)return Wg!==Ao&&(Wg=null!==mg?mg.pendingLanes:Ao),t=Fg,(n=fi(Ko&~Wg))===Fo&&(n=fi(Ko&~t))===Fo&&(n=fi(Ko)),n;var a=sd();return di((rg&$v)!==Hv&&a===Gc?Eo:function(e){switch(e){case mo:return ko;case vo:return Ro;case go:case yo:return Po;case bo:return Oo;default:return Mo}}(a),Fg)}function $g(e,t,n){!function(){if(Ng<Lg)throw Lg=0,Og=null,Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.");zg<Mg&&(Mg=0,N("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render."))}(),function(e){if(lt&&(rg&Yv)!==Hv&&!Hh)switch(e.tag){case O:case q:case K:var t=og&&at(og.type)||"Unknown",n=t;Ny.has(n)||(Ny.add(n),N("Cannot update a component (`%s`) while rendering a different component (`%s`). To locate the bad setState() call inside `%s`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render",at(e.type)||"Unknown",t,t));break;case z:Oy||(N("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),Oy=!0)}}(e);var r,a=Qg(e,t);null!==a?(gi(a,t,n),a===ag&&(pg|=t,sg===tg&&Xg(a,ig)),r=sd(),t===Wo?(rg&Qv)!==Hv&&(rg&(Yv|Kv))===Hv?(Vy(a,t),Gg(a)):(Yg(a,n),Vy(a,t),rg===Hv&&(wg(),hd())):((rg&$v)===Hv||r!==Gc&&r!==Xc||(null===Ig?Ig=new Set([a]):Ig.add(a)),Yg(a,n),Vy(a,t)),mg=a):function(e){var t=e.tag;if(t!==U&&t!==z&&t!==O&&t!==q&&t!==Y&&t!==K&&t!==te)return;if((e.flags&la)!==Kr)return;var n=at(e.type)||"ReactComponent";if(null!==Iy){if(Iy.has(n))return;Iy.add(n)}else Iy=new Set([n]);if(!jg){var r=it;try{dt(e),N("Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in %s.",t===z?"the componentWillUnmount method":"a useEffect cleanup function")}finally{r?dt(e):ct()}}}(e)}function Qg(e,t){e.lanes=e.lanes|t;var n=e.alternate;null!==n&&(n.lanes=n.lanes|t),null===n&&(e.flags&(Gr|ua))!==Kr&&Dy(e);for(var r=e,a=e.return;null!==a;)a.childLanes=a.childLanes|t,null!==(n=a.alternate)?n.childLanes=n.childLanes|t:(a.flags&(Gr|ua))!==Kr&&Dy(e),a=(r=a).return;return r.tag!==U?null:r.stateNode}function Yg(e,t){var n=e.callbackNode;!function(e,t){for(var n=e.pendingLanes,r=e.suspendedLanes,a=e.pingedLanes,o=e.expirationTimes,i=n;0<i;){var l=pi(i),u=1<<l,s=o[l];s===ri?(u&r)!==Ao&&(u&a)===Ao||(o[l]=li(u,t)):s<=t&&(e.expiredLanes|=u),i&=~u}}(e,t);var r,a,o=ii(e,e===ag?ig:Ao),i=ai;if(o!==Ao){if(null!==n){if(e.callbackPriority===i)return;pd(n)}r=i===ko?(a=Gg.bind(null,e),null===ad?(ad=[a],od=Ac(Hc,md)):ad.push(a),Kc):i===So?fd(Xc,Gg.bind(null,e)):fd(function(e){switch(e){case ko:case So:return mo;case xo:case Eo:case Co:case Ro:return vo;case To:case Po:case _o:case Do:case No:case Io:return go;case Lo:case Oo:case zo:return bo;case Mo:return wo;default:throw Error("Invalid update priority: "+e+". This is a bug in React.")}}(i),Kg.bind(null,e)),e.callbackPriority=i,e.callbackNode=r}else null!==n&&(pd(n),e.callbackNode=null,e.callbackPriority=Mo)}function Kg(e){if(Ag=ri,Wg=Fg=Ao,(rg&(Yv|Kv))!==Hv)throw Error("Should not already be working.");var t=e.callbackNode;if(wy()&&e.callbackNode!==t)return null;var n=ii(e,e===ag?ig:Ao);if(n===Ao)return null;var r=function(t,e){var n=rg;rg|=Yv;var r=oy();ag===t&&ig===e||(wg(),ry(t,e),Hy(t,e));var a=ly(t);for(;;)try{fy();break}catch(e){ay(t,e)}return Vd(),uy(a),iy(r),rg=n,null!==og?Gv:(ag=null,ig=Ao,sg)}(e,n);if(hi(dg,pg))ry(e,Ao);else if(r!==Gv){if(r===Jv&&(rg|=Xv,e.hydrate&&(e.hydrate=!1,Ms(e.containerInfo)),(n=ui(e))!==Ao&&(r=cy(e,n))),r===Zv){var a=cg;throw ry(e,Ao),Xg(e,n),Yg(e,ud()),a}var o=e.current.alternate;e.finishedWork=o,e.finishedLanes=n,function(e,t,n){switch(t){case Gv:case Zv:throw Error("Root did not complete. This is a bug in React.");case Jv:vy(e);break;case eg:if(Xg(e,n),ci(n)&&!$y()){var r=vg+gg-ud();if(10<r){if(ii(e,Ao)!==Ao)break;var a=e.suspendedLanes;if(!mi(a,n)){Hg();yi(e,a);break}e.timeoutHandle=Ds(vy.bind(null,e),r);break}}vy(e);break;case tg:if(Xg(e,n),function(e){return(e&Ko)===e}(n))break;if(!$y()){var o=function(e,t){for(var n=e.eventTimes,r=ri;0<t;){var a=pi(t),o=1<<a,i=n[a];r<i&&(r=i),t&=~o}return r}(e,n),i=ud()-o,l=function(e){return e<120?120:e<480?480:e<1080?1080:e<1920?1920:e<3e3?3e3:e<4320?4320:1960*Wv(e/1960)}(i)-i;if(10<l){e.timeoutHandle=Ds(vy.bind(null,e),l);break}}vy(e);break;case ng:vy(e);break;default:throw Error("Unknown root exit status.")}}(e,r,n)}return Yg(e,ud()),e.callbackNode===t?Kg.bind(null,e):null}function Xg(e,t){t&=~hg,function(e,t){e.suspendedLanes|=t,e.pingedLanes&=~t;for(var n=e.expirationTimes,r=t;0<r;){var a=pi(r),o=1<<a;n[a]=ri,r&=~o}}(e,t&=~pg)}function Gg(e){if((rg&(Yv|Kv))!==Hv)throw Error("Should not already be working.");var t,n;if(wy(),e===ag&&hi(e.expiredLanes,ig)?(n=cy(e,t=ig),hi(dg,pg)&&(n=cy(e,t=ii(e,t)))):n=cy(e,t=ii(e,Ao)),e.tag!==Dc&&n===Jv&&(rg|=Xv,e.hydrate&&(e.hydrate=!1,Ms(e.containerInfo)),(t=ui(e))!==Ao&&(n=cy(e,t))),n===Zv){var r=cg;throw ry(e,Ao),Xg(e,t),Yg(e,ud()),r}var a=e.current.alternate;return e.finishedWork=a,e.finishedLanes=t,vy(e),Yg(e,ud()),null}function Zg(e,t){var n=rg;rg|=qv;try{return e(t)}finally{(rg=n)===Hv&&(wg(),hd())}}function Jg(e,t){var n=rg;rg&=~qv,rg|=Qv;try{return e(t)}finally{(rg=n)===Hv&&(wg(),hd())}}function ey(e,t){var n=rg;if((n&(Yv|Kv))!==Hv)return N("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."),e(t);rg|=qv;try{return e?dd(Xc,e.bind(null,t)):void 0}finally{rg=n,hd()}}function ty(e,t){pc(ug,lg,e),lg|=t,dg|=t}function ny(e){lg=ug.current,fc(ug,e)}function ry(e,t){e.finishedWork=null,e.finishedLanes=Ao;var n=e.timeoutHandle;if(n!==Ns&&(e.timeoutHandle=Ns,Is(n)),null!==og)for(var r=og.return;null!==r;)fv(r),r=r.return;og=mb((ag=e).current,null),ig=lg=dg=t,sg=Gv,hg=pg=fg=Ao,Ug=cg=null,Cd.discardPendingWarnings()}function ay(e,t){for(;;){var n=og;try{if(Vd(),ih(),ct(),(Bv.current=null)===n||null===n.return)return sg=Zv,cg=t,void(og=null);v&&n.mode&wd&&fm(n,!0),bv(e,n.return,n,t,ig),hy(n)}catch(e){t=e,og===n&&null!==n?(n=n.return,og=n):n=og;continue}return}}function oy(){var e=jv.current;return jv.current=Zh,null===e?Zh:e}function iy(e){jv.current=e}function ly(e){var t=so.current;return so.current=e.memoizedInteractions,t}function uy(e){so.current=e}function sy(e){fg|=e}function cy(t,e){var n=rg;rg|=Yv;var r=oy();ag===t&&ig===e||(ry(t,e),Hy(t,e));for(var a=ly(t);;)try{dy();break}catch(e){ay(t,e)}if(Vd(),uy(a),rg=n,iy(r),null!==og)throw Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.");return ag=null,ig=Ao,sg}function dy(){for(;null!==og;)py(og)}function fy(){for(;null!==og&&!nd();)py(og)}function py(e){var t,n=e.alternate;dt(e),(e.mode&wd)!==vd?(cm(e),t=Ly(n,e,lg),fm(e,!0)):t=Ly(n,e,lg),ct(),e.memoizedProps=e.pendingProps,null===t?hy(e):og=t,Bv.current=null}function hy(e){var t=e;do{var n=t.alternate,r=t.return;if((t.flags&fa)===Kr){dt(t);var a,o=void 0;if((t.mode&wd)===vd?o=cv(n,t,lg):(cm(t),o=cv(n,t,lg),fm(t,!1)),ct(),null!==o)return void(og=o);my(t),null!==r&&(r.flags&fa)===Kr&&(null===r.firstEffect&&(r.firstEffect=t.firstEffect),null!==t.lastEffect&&(null!==r.lastEffect&&(r.lastEffect.nextEffect=t.firstEffect),r.lastEffect=t.lastEffect),a=t.flags,Xr<a&&(null!==r.lastEffect?r.lastEffect.nextEffect=t:r.firstEffect=t,r.lastEffect=t))}else{var i=dv(t);if(null!==i)return i.flags&=da,void(og=i);if((t.mode&wd)!==vd){fm(t,!1);for(var l=t.actualDuration,u=t.child;null!==u;)l+=u.actualDuration,u=u.sibling;t.actualDuration=l}null!==r&&(r.firstEffect=r.lastEffect=null,r.flags|=fa)}var s=t.sibling;if(null!==s)return void(og=s);og=t=r}while(null!==t);sg===Gv&&(sg=ng)}function my(e){if(e.tag!==re&&e.tag!==ne||null===e.memoizedState||hi(lg,ni)||(e.mode&bd)===Ao){var t=Ao;if((e.mode&wd)!==vd){for(var n,r=e.actualDuration,a=e.selfBaseDuration,o=null===e.alternate||e.child!==e.alternate.child,i=e.child;null!==i;)t|=i.lanes|i.childLanes,o&&(r+=i.actualDuration),a+=i.treeBaseDuration,i=i.sibling;!(e.tag===Q&&null!==e.memoizedState)||null!==(n=e.child)&&(a-=n.treeBaseDuration),e.actualDuration=r,e.treeBaseDuration=a}else for(var l=e.child;null!==l;)t|=l.lanes|l.childLanes,l=l.sibling;e.childLanes=t}}function vy(e){var t=sd();return dd(Xc,function(e,t){for(;wy(),null!==Rg;);if(Cd.flushLegacyContextWarning(),Cd.flushPendingUnsafeLifecycleWarnings(),(rg&(Yv|Kv))!==Hv)throw Error("Should not already be working.");var n=e.finishedWork,r=e.finishedLanes;if(null===n)return null;if(e.finishedWork=null,e.finishedLanes=Ao,n===e.current)throw Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue.");e.callbackNode=null;var a,o=n.lanes|n.childLanes;(function(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t;for(var r=e.entanglements,a=e.eventTimes,o=e.expirationTimes,i=n;0<i;){var l=pi(i),u=1<<l;r[l]=Ao,a[l]=ri,o[l]=ri,i&=~u}})(e,o),null===Ig||(o&Vo)===Ao&&Ig.has(e)&&Ig.delete(e);e===ag&&(og=ag=null,ig=Ao);a=n.flags>Xr?null!==n.lastEffect?(n.lastEffect.nextEffect=n).firstEffect:n:n.firstEffect;if(null!==a){var i=rg;rg|=Kv;var l=ly(e);Bv.current=null,Bg=Rs(e.containerInfo),Vg=!1,kg=a;do{if(Pr(null,gy,null),xr){if(null===kg)throw Error("Should be working on an effect.");var u=_r();Py(kg,u),kg=kg.nextEffect}}while(null!==kg);Bg=null,sm(),kg=a;do{if(Pr(null,yy,null,e,t),xr){if(null===kg)throw Error("Should be working on an effect.");var s=_r();Py(kg,s),kg=kg.nextEffect}}while(null!==kg);e.containerInfo,ou(Es),Ri(xs),Es=xs=null,e.current=n,kg=a;do{if(Pr(null,by,null,e,r),xr){if(null===kg)throw Error("Should be working on an effect.");var c=_r();Py(kg,c),kg=kg.nextEffect}}while(null!==kg);kg=null,rd(),uy(l),rg=i}else e.current=n,sm();var d=Cg;if(Cg)Cg=!1,Rg=e,Pg=r,Tg=t;else for(kg=a;null!==kg;){var f=kg.nextEffect;kg.nextEffect=null,kg.flags&ea&&Yy(kg),kg=f}if((o=e.pendingLanes)!==Ao){if(null!==Ug){var p=Ug;Ug=null;for(var h=0;h<p.length;h++)By(e,p[h],e.memoizedInteractions)}Vy(e,o)}else Eg=null;d||qy(e,r);o===Wo?e===Og?Lg++:(Lg=0,Og=e):Lg=0;if(function(e,t){if(Oc&&"function"==typeof Oc.onCommitFiberRoot)try{var n=(e.current.flags&ra)===ra;v?Oc.onCommitFiberRoot(Lc,e,t,n):Oc.onCommitFiberRoot(Lc,e,void 0,n)}catch(e){zc||(zc=!0,N("React instrumentation encountered an error: %s",e))}}(n.stateNode,t),Fv.forEach(function(e){return e()}),Yg(e,ud()),Sg){Sg=!1;var m=xg;throw xg=null,m}return(rg&Qv)===Hv&&hd(),null}.bind(null,e,t)),null}function gy(){for(;null!==kg;){var e=kg.alternate;Vg||null===Bg||((kg.flags&ea)!==Kr?Sa(kg,Bg)&&(Vg=!0):kg.tag===Q&&Uv(e,kg)&&Sa(kg,Bg)&&(Vg=!0));var t=kg.flags;(t&oa)!==Kr&&(dt(kg),Ev(e,kg),ct()),(t&ia)!==Kr&&(Cg||(Cg=!0,fd(Zc,function(){return wy(),null}))),kg=kg.nextEffect}}function yy(e,t){for(;null!==kg;){dt(kg);var n,r=kg.flags;switch(r&ta&&Ls(kg.stateNode),r&aa&&(null!==(n=kg.alternate)&&(a=void 0,null!==(a=n.ref)&&("function"==typeof a?a(null):a.current=null))),r&(Gr|Zr|ea|ua)){case Gr:Nv(kg),kg.flags&=~Gr;break;case Jr:Nv(kg),kg.flags&=~Gr,zv(kg.alternate,kg);break;case ua:kg.flags&=~ua;break;case sa:kg.flags&=~ua,zv(kg.alternate,kg);break;case Zr:zv(kg.alternate,kg);break;case ea:Ov(e,kg)}ct(),kg=kg.nextEffect}var a}function by(e,t){for(;null!==kg;){dt(kg);var n=kg.flags;n&(Zr|na)&&Cv(e,kg.alternate,kg),n&aa&&Tv(kg),ct(),kg=kg.nextEffect}}function wy(){if(Tg===td)return!1;var e=Zc<Tg?Zc:Tg;return Tg=td,dd(e,Ey)}function ky(e,t){_g.push(t,e),Cg||(Cg=!0,fd(Zc,function(){return wy(),null}))}function Sy(e,t){Dg.push(t,e),e.flags|=la;var n=e.alternate;null!==n&&(n.flags|=la),Cg||(Cg=!0,fd(Zc,function(){return wy(),null}))}function xy(e){var t=e.create;e.destroy=t()}function Ey(){if(null===Rg)return!1;var e=Rg,t=Pg;if(Rg=null,Pg=Ao,(rg&(Yv|Kv))!==Hv)throw Error("Cannot flush passive effects while already rendering.");jg=!0;var n=rg;rg|=Kv;var r=ly(e),a=Dg;Dg=[];for(var o=0;o<a.length;o+=2){var i=a[o],l=a[o+1],u=i.destroy;i.destroy=void 0,l.flags&=~la;var s=l.alternate;if(null!==s&&(s.flags&=~la),"function"==typeof u){if(dt(l),Pr(null,u,null),xr){if(null===l)throw Error("Should be working on an effect.");Py(l,_r())}ct()}}var c=_g;_g=[];for(var d=0;d<c.length;d+=2){var f=c[d],p=c[d+1];if(dt(p),Pr(null,xy,null,f),xr){if(null===p)throw Error("Should be working on an effect.");Py(p,_r())}ct()}for(var h=e.current.firstEffect;null!==h;){var m=h.nextEffect;h.nextEffect=null,h.flags&ea&&Yy(h),h=m}return uy(r),qy(e,t),jg=!1,rg=n,hd(),Mg=null===Rg?0:Mg+1,!0}function Cy(e){return null!==Eg&&Eg.has(e)}var Ry=function(e){Sg||(Sg=!0,xg=e)};function Ty(e,t,n){uf(e,vv(e,pv(n,t),Wo));var r=Hg(),a=Qg(e,Wo);null!==a&&(gi(a,Wo,r),Yg(a,r),Vy(a,Wo))}function Py(e,t){if(e.tag!==U)for(var n=e.return;null!==n;){if(n.tag===U)return void Ty(n,e,t);if(n.tag===z){var r=n.type,a=n.stateNode;if("function"==typeof r.getDerivedStateFromError||"function"==typeof a.componentDidCatch&&!Cy(a)){var o=pv(t,e);uf(n,gv(n,o,Wo));var i=Hg(),l=Qg(n,Wo);if(null!==l)gi(l,Wo,i),Yg(l,i),Vy(l,Wo);else if("function"==typeof a.componentDidCatch&&!Cy(a))try{a.componentDidCatch(t,o)}catch(e){}return}}n=n.return}else Ty(e,e,t)}var _y=null;function Dy(e){if((rg&Yv)===Hv&&e.mode&(yd|bd)){var t=e.tag;if(t===M||t===U||t===z||t===O||t===q||t===Y||t===K||t===te){var n=at(e.type)||"ReactComponent";if(null!==_y){if(_y.has(n))return;_y.add(n)}else _y=new Set([n]);var r=it;try{dt(e),N("Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead.")}finally{r?dt(e):ct()}}}}var Iy=null;var Ny,Ly=function(t,n,r){var a=xb(null,n);try{return iv(t,n,r)}catch(e){if(null!==e&&"object"==typeof e&&"function"==typeof e.then)throw e;if(Vd(),ih(),fv(n),xb(n,a),n.mode&wd&&cm(n),Pr(null,iv,null,t,n,r),xr)throw _r();throw e}},Oy=!1;Ny=new Set;var zy={current:!1};function My(e){if(!0===Vv.current&&!0!==zy.current){var t=it;try{dt(e),N("It looks like you're using the wrong act() around your test interactions.\nBe sure to use the matching version of act() corresponding to your renderer:\n\n// for react-dom:\nimport {act} from 'react-dom/test-utils';\n// ...\nact(() => ...);\n\n// for react-test-renderer:\nimport TestRenderer from react-test-renderer';\nconst {act} = TestRenderer;\n// ...\nact(() => ...);")}finally{t?dt(e):ct()}}}function Uy(e){(e.mode&gd)!==vd&&!1===Vv.current&&!1===zy.current&&N("An update to %s ran an effect, but was not wrapped in act(...).\n\nWhen testing, code that causes React state updates should be wrapped into act(...):\n\nact(() => {\n /* fire events that update state */\n});\n/* assert on the output */\n\nThis ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act",at(e.type))}var Ay=function(e){if(rg===Hv&&!1===Vv.current&&!1===zy.current){var t=it;try{dt(e),N("An update to %s inside a test was not wrapped in act(...).\n\nWhen testing, code that causes React state updates should be wrapped into act(...):\n\nact(() => {\n /* fire events that update state */\n});\n/* assert on the output */\n\nThis ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act",at(e.type))}finally{t?dt(e):ct()}}},Fy=!1;function Wy(e,t){return 1e3*t+e.interactionThreadID}function jy(e){null===Ug?Ug=[e]:Ug.push(e)}function By(e,t,n){var r,a,o,i;0<n.size&&(r=e.pendingInteractionMap,null!=(a=r.get(t))?n.forEach(function(e){a.has(e)||e.__count++,a.add(e)}):(r.set(t,new Set(n)),n.forEach(function(e){e.__count++})),null!==(o=co.current)&&(i=Wy(e,t),o.onWorkScheduled(n,i)))}function Vy(e,t){By(e,t,so.current)}function Hy(e,n){var r=new Set;if(e.pendingInteractionMap.forEach(function(e,t){hi(n,t)&&e.forEach(function(e){return r.add(e)})}),0<(e.memoizedInteractions=r).size){var t=co.current;if(null!==t){var a=Wy(e,n);try{t.onWorkStarted(r,a)}catch(e){fd(Xc,function(){throw e})}}}}function qy(e,t){var n,r,a=e.pendingLanes;try{null!==(r=co.current)&&0<e.memoizedInteractions.size&&(n=Wy(e,t),r.onWorkStopped(e.memoizedInteractions,n))}catch(e){fd(Xc,function(){throw e})}finally{var o=e.pendingInteractionMap;o.forEach(function(e,t){hi(a,t)||(o.delete(t),e.forEach(function(e){if(e.__count--,null!==r&&0===e.__count)try{r.onInteractionScheduledWorkCompleted(e)}catch(e){fd(Xc,function(){throw e})}}))})}}function $y(){return 0<Qy}var Qy=0;function Yy(e){e.sibling=null,e.stateNode=null}function Ky(e){Xy=e}var Xy=null,Gy=null;function Zy(e){if(null===Xy)return e;var t=Xy(e);return void 0===t?e:t.current}function Jy(e){return Zy(e)}function eb(e){if(null===Xy)return e;var t=Xy(e);if(void 0!==t)return t.current;if(null!=e&&"function"==typeof e.render){var n=Zy(e.render);if(e.render!==n){var r={$$typeof:xe,render:n};return void 0!==e.displayName&&(r.displayName=e.displayName),r}}return e}function tb(e,t){if(null!==Xy){var n=e.elementType,r=t.type,a=!1,o="object"==typeof r&&null!==r?r.$$typeof:null;switch(e.tag){case z:"function"==typeof r&&(a=!0);break;case O:("function"==typeof r||o===Te)&&(a=!0);break;case q:(o===xe||o===Te)&&(a=!0);break;case Y:case K:(o===Re||o===Te)&&(a=!0);break;default:return}if(a){var i=Xy(n);if(void 0!==i&&i===Xy(r))return 1}}}function nb(e){null!==Xy&&"function"==typeof WeakSet&&(null===Gy&&(Gy=new WeakSet),Gy.add(e))}function rb(e,t){var n,r;null!==Xy&&(n=t.staleFamilies,r=t.updatedFamilies,wy(),ey(function(){!function e(t,n,r){{var a=t.alternate,o=t.child,i=t.sibling,l=t.tag,u=t.type,s=null;switch(l){case O:case K:case z:s=u;break;case q:s=u.render}if(null===Xy)throw new Error("Expected resolveFamily to be set during hot reload.");var c,d=!1,f=!1;null===s||void 0!==(c=Xy(s))&&(r.has(c)?f=!0:n.has(c)&&(l===z?f=!0:d=!0)),null!==Gy&&(Gy.has(t)||null!==a&&Gy.has(a))&&(f=!0),f&&(t._debugNeedsRemount=!0),(f||d)&&$g(t,Wo,ri),null===o||f||e(o,n,r),null!==i&&e(i,n,r)}}(e.current,r,n)}))}function ab(e,t){e.context===hc&&(wy(),ey(function(){Rb(t,e,null,null)}))}function ob(e,t){var n=new Set,r=new Set(t.map(function(e){return e.current}));return function e(t,n,r){{var a=t.child,o=t.sibling,i=t.tag,l=t.type,u=null;switch(i){case O:case K:case z:u=l;break;case q:u=l.render}var s=!1;null!==u&&n.has(u)&&(s=!0),s?lb(t,r):null!==a&&e(a,n,r),null!==o&&e(o,n,r)}}(e.current,r,n),n}var ib;function lb(e,t){if(!function(e,t){var n=e,r=!1;for(;;){if(n.tag===F)r=!0,t.add(n.stateNode);else if(null!==n.child){n=(n.child.return=n).child;continue}if(n===e)return r;for(;null===n.sibling;){if(null===n.return||n.return===e)return r;n=n.return}n.sibling.return=n.return,n=n.sibling}return!1}(e,t))for(var n=e;;){switch(n.tag){case F:return void t.add(n.stateNode);case A:case U:return void t.add(n.stateNode.containerInfo)}if(null===n.return)throw new Error("Expected to reach root first.");n=n.return}}ib=!1;try{var ub=Object.preventExtensions({});new Map([[ub,null]]),new Set([ub])}catch(e){ib=!0}var sb=1;function cb(e,t,n,r){this.tag=e,this.key=n,this.elementType=null,this.type=null,this.stateNode=null,this.return=null,this.child=null,this.sibling=null,this.index=0,this.ref=null,this.pendingProps=t,this.memoizedProps=null,this.updateQueue=null,this.memoizedState=null,this.dependencies=null,this.mode=r,this.flags=Kr,this.nextEffect=null,this.firstEffect=null,this.lastEffect=null,this.lanes=Ao,this.childLanes=Ao,this.alternate=null,this.actualDuration=Number.NaN,this.actualStartTime=Number.NaN,this.selfBaseDuration=Number.NaN,this.treeBaseDuration=Number.NaN,this.actualDuration=0,this.actualStartTime=-1,this.selfBaseDuration=0,this.treeBaseDuration=0,this._debugID=sb++,this._debugSource=null,this._debugOwner=null,this._debugNeedsRemount=!1,this._debugHookTypes=null,ib||"function"!=typeof Object.preventExtensions||Object.preventExtensions(this)}var db,fb,pb=function(e,t,n,r){return new cb(e,t,n,r)};function hb(e){var t=e.prototype;return t&&t.isReactComponent}function mb(e,t){var n=e.alternate;null===n?((n=pb(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n._debugID=e._debugID,n._debugSource=e._debugSource,n._debugOwner=e._debugOwner,n._debugHookTypes=e._debugHookTypes,(n.alternate=e).alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=Kr,n.nextEffect=null,n.firstEffect=null,n.lastEffect=null,n.actualDuration=0,n.actualStartTime=-1),n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue;var r=e.dependencies;switch(n.dependencies=null===r?null:{lanes:r.lanes,firstContext:r.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n.selfBaseDuration=e.selfBaseDuration,n.treeBaseDuration=e.treeBaseDuration,n._debugNeedsRemount=e._debugNeedsRemount,n.tag){case M:case O:case K:n.type=Zy(e.type);break;case z:n.type=Jy(e.type);break;case q:n.type=eb(e.type)}return n}function vb(e,t){e.flags&=Gr,e.nextEffect=null,e.firstEffect=null,e.lastEffect=null;var n,r=e.alternate;return null===r?(e.childLanes=Ao,e.lanes=t,e.child=null,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null,e.selfBaseDuration=0,e.treeBaseDuration=0):(e.childLanes=r.childLanes,e.lanes=r.lanes,e.child=r.child,e.memoizedProps=r.memoizedProps,e.memoizedState=r.memoizedState,e.updateQueue=r.updateQueue,e.type=r.type,n=r.dependencies,e.dependencies=null===n?null:{lanes:n.lanes,firstContext:n.firstContext},e.selfBaseDuration=r.selfBaseDuration,e.treeBaseDuration=r.treeBaseDuration),e}function gb(e,t,n,r,a,o){var i,l,u,s,c,d,f=M,p=e;if("function"==typeof e)p=hb(e)?(f=z,Jy(p)):Zy(p);else if("string"==typeof e)f=F;else e:switch(e){case ye:return bb(n.children,a,o,t);case Ie:f=B,a|=kd;break;case be:f=B,a|=gd;break;case we:return function(e,t,n,r){"string"!=typeof e.id&&N('Profiler must specify an "id" as a prop');var a=pb($,e,r,t|wd);return a.elementType=we,a.type=we,a.lanes=n,a.stateNode={effectDuration:0,passiveEffectDuration:0},a}(n,a,o,t);case Ee:return c=o,(d=pb(Q,n,t,a)).type=Ee,d.elementType=Ee,d.lanes=c,d;case Ce:return u=o,(s=pb(Z,n,t,a)).type=Ce,s.elementType=Ce,s.lanes=u,s;case Ne:return wb(n,a,o,t);case Le:return i=o,(l=pb(re,n,t,a)).type=Le,l.elementType=Le,l.lanes=i,l;case _e:default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case ke:f=H;break e;case Se:f=V;break e;case xe:f=q,p=eb(p);break e;case Re:f=Y;break e;case Te:f=X,p=null;break e;case Pe:f=te;break e}var h="";(void 0===e||"object"==typeof e&&null!==e&&0===Object.keys(e).length)&&(h+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var m=r?at(r.type):null;throw m&&(h+="\n\nCheck the render method of `"+m+"`."),Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: "+(null==e?e:typeof e)+"."+h)}var v=pb(f,n,t,a);return v.elementType=e,v.type=p,v.lanes=o,v._debugOwner=r,v}function yb(e,t,n){var r=e._owner,a=gb(e.type,e.key,e.props,r,t,n);return a._debugSource=e._source,a._debugOwner=e._owner,a}function bb(e,t,n,r){var a=pb(j,e,r,t);return a.lanes=n,a}function wb(e,t,n,r){var a=pb(ne,e,r,t);return a.type=Ne,a.elementType=Ne,a.lanes=n,a}function kb(e,t,n){var r=pb(W,e,null,t);return r.lanes=n,r}function Sb(e,t,n){var r=null!==e.children?e.children:[],a=pb(A,r,e.key,t);return a.lanes=n,a.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},a}function xb(e,t){return null===e&&(e=pb(M,null,null,vd)),e.tag=t.tag,e.key=t.key,e.elementType=t.elementType,e.type=t.type,e.stateNode=t.stateNode,e.return=t.return,e.child=t.child,e.sibling=t.sibling,e.index=t.index,e.ref=t.ref,e.pendingProps=t.pendingProps,e.memoizedProps=t.memoizedProps,e.updateQueue=t.updateQueue,e.memoizedState=t.memoizedState,e.dependencies=t.dependencies,e.mode=t.mode,e.flags=t.flags,e.nextEffect=t.nextEffect,e.firstEffect=t.firstEffect,e.lastEffect=t.lastEffect,e.lanes=t.lanes,e.childLanes=t.childLanes,e.alternate=t.alternate,e.actualDuration=t.actualDuration,e.actualStartTime=t.actualStartTime,e.selfBaseDuration=t.selfBaseDuration,e.treeBaseDuration=t.treeBaseDuration,e._debugID=t._debugID,e._debugSource=t._debugSource,e._debugOwner=t._debugOwner,e._debugNeedsRemount=t._debugNeedsRemount,e._debugHookTypes=t._debugHookTypes,e}function Eb(e,t,n){switch(this.tag=t,this.containerInfo=e,this.pendingChildren=null,this.current=null,this.pingCache=null,this.finishedWork=null,this.timeoutHandle=Ns,this.context=null,this.pendingContext=null,this.hydrate=n,this.callbackNode=null,this.callbackPriority=Mo,this.eventTimes=vi(Ao),this.expirationTimes=vi(ri),this.pendingLanes=Ao,this.suspendedLanes=Ao,this.pingedLanes=Ao,this.expiredLanes=Ao,this.mutableReadLanes=Ao,this.finishedLanes=Ao,this.entangledLanes=Ao,this.entanglements=vi(Ao),this.mutableSourceEagerHydrationData=null,this.interactionThreadID=fo(),this.memoizedInteractions=new Set,this.pendingInteractionMap=new Map,t){case Ic:this._debugRootType="createBlockingRoot()";break;case Nc:this._debugRootType="createRoot()";break;case Dc:this._debugRootType="createLegacyRoot()"}}function Cb(e,t,n){var r,a,o=new Eb(e,t,n),i=(a=(r=t)===Nc?bd|yd|gd:r===Ic?yd|gd:vd,Mc&&(a|=wd),pb(U,null,null,a));return(o.current=i).stateNode=o,af(i),o}function Rb(e,t,n,r){!function(e,t){if(Oc&&"function"==typeof Oc.onScheduleFiberRoot)try{Oc.onScheduleFiberRoot(Lc,e,t)}catch(e){zc||(zc=!0,N("React instrumentation encountered an error: %s",e))}}(t,e);var a,o=t.current,i=Hg();"undefined"!=typeof jest&&(a=o,!1===Fy&&void 0===Vr&&(a.mode&yd||a.mode&bd)&&(Fy=!0,N("In Concurrent or Sync modes, the \"scheduler\" module needs to be mocked to guarantee consistent behaviour across tests and browsers. For example, with jest: \njest.mock('scheduler', () => require('scheduler/unstable_mock'));\n\nFor more info, visit https://reactjs.org/link/mock-scheduler")),My(o));var l=qg(o),u=function(e){if(!e)return hc;var t=Hr(e),n=_c(t);if(t.tag===z){var r=t.type;if(Sc(r))return Rc(t,r,n)}return n}(n);null===t.context?t.context=u:t.pendingContext=u,lt&&null!==it&&!db&&(db=!0,N("Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.\n\nCheck the render method of %s.",at(it.type)||"Unknown"));var s=lf(i,l);return s.payload={element:e},null!==(r=void 0===r?null:r)&&("function"!=typeof r&&N("render(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",r),s.callback=r),uf(o,s),$g(o,l,i),l}function Tb(e){var t=e.current;if(!t.child)return null;switch(t.child.tag){case F:default:return t.child.stateNode}}function Pb(e,t){var n,r,a=e.memoizedState;null!==a&&null!==a.dehydrated&&(a.retryLane=(n=a.retryLane,r=t,n!==Fo&&n<r?n:r))}function _b(e,t){Pb(e,t);var n=e.alternate;n&&Pb(n,t)}function Db(e){var t=function(e){var t=wa(e);if(!t)return null;for(var n=t;;){if(n.tag===F||n.tag===W||f)return n;if(n.child&&n.tag!==A)n=(n.child.return=n).child;else{if(n===t)return null;for(;!n.sibling;){if(!n.return||n.return===t)return null;n=n.return}n.sibling.return=n.return,n=n.sibling}}return null}(e);return null===t?null:t.tag===J?t.stateNode.instance:t.stateNode}db=!1,fb={};var Ib=function(e){return!1};function Nb(e,t){return Hb(e,t,0)}function Lb(e,t,n){if(t.length===n.length){for(var r=0;r<n.length-1;r++)if(t[r]!==n[r])return void l("copyWithRename() expects paths to be the same except for the deepest key");return qb(e,t,n,0)}l("copyWithRename() expects paths of the same length")}function Ob(e,t,n){return $b(e,t,0,n)}function zb(e,t){for(var n=e.memoizedState;null!==n&&0<t;)n=n.next,t--;return n}function Mb(e,t,n,r){var a,o=zb(e,t);null!==o&&(a=Ob(o.memoizedState,n,r),o.memoizedState=a,o.baseState=a,e.memoizedProps=me({},e.memoizedProps),$g(e,Wo,ri))}function Ub(e,t,n){var r,a=zb(e,t);null!==a&&(r=Nb(a.memoizedState,n),a.memoizedState=r,a.baseState=r,e.memoizedProps=me({},e.memoizedProps),$g(e,Wo,ri))}function Ab(e,t,n,r){var a,o=zb(e,t);null!==o&&(a=Lb(o.memoizedState,n,r),o.memoizedState=a,o.baseState=a,e.memoizedProps=me({},e.memoizedProps),$g(e,Wo,ri))}function Fb(e,t,n){e.pendingProps=Ob(e.memoizedProps,t,n),e.alternate&&(e.alternate.pendingProps=e.pendingProps),$g(e,Wo,ri)}function Wb(e,t){e.pendingProps=Nb(e.memoizedProps,t),e.alternate&&(e.alternate.pendingProps=e.pendingProps),$g(e,Wo,ri)}function jb(e,t,n){e.pendingProps=Lb(e.memoizedProps,t,n),e.alternate&&(e.alternate.pendingProps=e.pendingProps),$g(e,Wo,ri)}function Bb(e){$g(e,Wo,ri)}function Vb(e){Ib=e}var Hb=function(e,t,n){var r=t[n],a=Array.isArray(e)?e.slice():me({},e);return n+1===t.length?Array.isArray(a)?a.splice(r,1):delete a[r]:a[r]=Hb(e[r],t,n+1),a},qb=function(e,t,n,r){var a=t[r],o=Array.isArray(e)?e.slice():me({},e);return r+1===t.length?(o[n[r]]=o[a],Array.isArray(o)?o.splice(a,1):delete o[a]):o[a]=qb(e[a],t,n,r+1),o},$b=function(e,t,n,r){if(n>=t.length)return r;var a=t[n],o=Array.isArray(e)?e.slice():me({},e);return o[a]=$b(e[a],t,n+1,r),o};function Qb(e){var t=ka(e);return null===t?null:t.stateNode}function Yb(e){return null}function Kb(){return it}function Xb(e,t,n){this._internalRoot=Gb(e,t,n)}function Gb(e,t,n){var r,a=null!=n&&!0===n.hydrate,o=(null!=n&&n.hydrationOptions,null!=n&&null!=n.hydrationOptions&&n.hydrationOptions.mutableSources||null),i=Cb(e,t,a);r=i.current,e[$s]=r;var l,u,s;e.nodeType;if(ku(e.nodeType===ln?e.parentNode:e),o)for(var c=0;c<o.length;c++){var d=o[c];l=i,s=(u=d)._getVersion(u._source),null==l.mutableSourceEagerHydrationData?l.mutableSourceEagerHydrationData=[u,s]:l.mutableSourceEagerHydrationData.push(u,s)}return i}function Zb(e){return!(!e||e.nodeType!==an&&e.nodeType!==un&&e.nodeType!==sn&&(e.nodeType!==ln||" react-mount-point-unstable "!==e.nodeValue))}Xb.prototype.render=function(e){var t=this._internalRoot;"function"==typeof arguments[1]&&N("render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect().");var n,r=t.containerInfo;r.nodeType===ln||(n=Db(t.current))&&n.parentNode!==r&&N("render(...): It looks like the React-rendered content of the root container was removed without using React. This is not supported and will cause errors. Instead, call root.unmount() to empty a root's container."),Rb(e,t,null,null)},Xb.prototype.unmount=function(){"function"==typeof arguments[0]&&N("unmount(...): does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect().");var e=this._internalRoot,t=e.containerInfo;Rb(null,e,null,function(){Ks(t)})};var Jb,ew=o.ReactCurrentOwner,tw=!1;function nw(e){return e?e.nodeType===un?e.documentElement:e.firstChild:null}function rw(e,t){var n,r=t||!(!(n=nw(e))||n.nodeType!==an||!n.hasAttribute(x));if(!r)for(var a,o=!1;a=e.lastChild;)!o&&a.nodeType===an&&a.hasAttribute(x)&&(o=!0,N("render(): Target node has markup rendered by React, but there are unrelated nodes as well. This is most commonly caused by white-space inserted around server-rendered markup.")),e.removeChild(a);return!r||t||tw||(tw=!0,l("render(): Calling ReactDOM.render() to hydrate server-rendered markup will stop working in React v18. Replace the ReactDOM.render() call with ReactDOM.hydrate() if you want React to attach to the server HTML.")),new Xb(e,Dc,r?{hydrate:!0}:void 0)}function aw(e,t,n,r,a){var o,i;Jb(n),i="render",null!==(o=void 0===a?null:a)&&"function"!=typeof o&&N("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",i,o);var l,u,s,c=n._reactRootContainer;return c?(s=c._internalRoot,"function"==typeof a&&(l=a,a=function(){var e=Tb(s);l.call(e)}),Rb(t,s,e,a)):(s=(c=n._reactRootContainer=rw(n,r))._internalRoot,"function"==typeof a&&(u=a,a=function(){var e=Tb(s);u.call(e)}),Jg(function(){Rb(t,s,e,a)})),Tb(s)}Jb=function(e){var t;!e._reactRootContainer||e.nodeType===ln||(t=Db(e._reactRootContainer._internalRoot.current))&&t.parentNode!==e&&N("render(...): It looks like the React-rendered content of this container was removed without using React. This is not supported and will cause errors. Instead, call ReactDOM.unmountComponentAtNode to empty a container.");var n=!!e._reactRootContainer,r=nw(e);r&&Zs(r)&&!n&&N("render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render."),e.nodeType===an&&e.tagName&&"BODY"===e.tagName.toUpperCase()&&N("render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app.")},qr=function(e){var t,n;e.tag===Q&&(t=Hg(),$g(e,n=Bo,t),_b(e,n))},$r=function(e){var t,n;e.tag===Q&&(t=Hg(),$g(e,n=Zo,t),_b(e,n))},Qr=function(e){var t,n;e.tag===Q&&(t=Hg(),$g(e,n=qg(e),t),_b(e,n))};var ow=!(Yr=function(e,t){return t()});function iw(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Zb(t))throw Error("Target container is not a DOM element.");return function(e,t,n,r){var a=3<arguments.length&&void 0!==r?r:null;return{$$typeof:ge,key:null==a?null:""+a,children:e,containerInfo:t,implementation:n}}(e,t,null,n)}"function"==typeof Map&&null!=Map.prototype&&"function"==typeof Map.prototype.forEach&&"function"==typeof Set&&null!=Set.prototype&&"function"==typeof Set.prototype.clear&&"function"==typeof Set.prototype.forEach||N("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),rr=function(e,t,n){switch(t){case"input":return void It(e,n);case"textarea":return void $t(e,n);case"select":return r=e,void(null!=(o=(a=n).value)&&Wt(r,!!a.multiple,o,!1))}var r,a,o},sr=Zg,cr=function(e,t,n,r,a){var o=rg;rg|=$v;try{return dd(Gc,e.bind(null,t,n,r,a))}finally{(rg=o)===Hv&&(wg(),hd())}},dr=function(){(rg&(qv|Yv|Kv))===Hv?(function(){{var e;null!==Ig&&(e=Ig,Ig=null,e.forEach(function(e){var t;(t=e).expiredLanes|=Vo&t.pendingLanes,Yg(e,ud())}))}hd()}(),wy()):(rg&Yv)!==Hv&&N("unstable_flushDiscreteUpdates: Cannot flush updates when React is already rendering.")},fr=function(e,t){var n=rg;rg|=2;try{return e(t)}finally{(rg=n)===Hv&&(wg(),hd())}};var lw,uw,sw,cw,dw={Events:[Zs,Js,ec,lr,ur,wy,zy]};!(uw=(lw={findFiberByHostInstance:Gs,bundleType:1,version:"17.0.0",rendererPackageName:"react-dom"}).findFiberByHostInstance,sw=o.ReactCurrentDispatcher,function(e){if("undefined"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled)return!0;if(!t.supportsFiber)return N("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://reactjs.org/link/react-devtools"),!0;try{Lc=t.inject(e),Oc=t}catch(e){N("React instrumentation encountered an error: %s.",e)}return!0}({bundleType:lw.bundleType,version:lw.version,rendererPackageName:lw.rendererPackageName,rendererConfig:lw.rendererConfig,overrideHookState:Mb,overrideHookStateDeletePath:Ub,overrideHookStateRenamePath:Ab,overrideProps:Fb,overridePropsDeletePath:Wb,overridePropsRenamePath:jb,setSuspenseHandler:Vb,scheduleUpdate:Bb,currentDispatcherRef:sw,findHostInstanceByFiber:Qb,findFiberByHostInstance:uw||Yb,findHostInstancesForRefresh:ob,scheduleRefresh:rb,scheduleRoot:ab,setRefreshHandler:Ky,getCurrentFiber:Kb}))&&h&&window.top===window.self&&(-1<navigator.userAgent.indexOf("Chrome")&&-1===navigator.userAgent.indexOf("Edge")||-1<navigator.userAgent.indexOf("Firefox"))&&(cw=window.location.protocol,/^(https?|file):$/.test(cw)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+("file:"===cw?"\nYou might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq":""),"font-weight:bold")),e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=dw,e.createPortal=iw,e.findDOMNode=function(e){var t=ew.current;return null!==t&&null!==t.stateNode&&(t.stateNode._warnedAboutRefsInRender||N("%s is accessing findDOMNode inside its render(). render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",at(t.type)||"A component"),t.stateNode._warnedAboutRefsInRender=!0),null==e?null:e.nodeType===an?e:function(e,t){var n=Hr(e);if(void 0===n)throw"function"==typeof e.render?Error("Unable to find node on an unmounted component."):Error("Argument appears to not be a ReactComponent. Keys: "+Object.keys(e));var r=ka(n);if(null===r)return null;if(r.mode&gd){var a=at(n.type)||"Component";if(!fb[a]){fb[a]=!0;var o=it;try{dt(r),n.mode&gd?N("%s is deprecated in StrictMode. %s was passed an instance of %s which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,a):N("%s is deprecated in StrictMode. %s was passed an instance of %s which renders StrictMode children. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,a)}finally{o?dt(o):ct()}}}return r.stateNode}(e,"findDOMNode")},e.flushSync=ey,e.hydrate=function(e,t,n){if(!Zb(t))throw Error("Target container is not a DOM element.");return Xs(t)&&void 0===t._reactRootContainer&&N("You are calling ReactDOM.hydrate() on a container that was previously passed to ReactDOM.createRoot(). This is not supported. Did you mean to call createRoot(container, {hydrate: true}).render(element)?"),aw(null,e,t,!0,n)},e.render=function(e,t,n){if(!Zb(t))throw Error("Target container is not a DOM element.");return Xs(t)&&void 0===t._reactRootContainer&&N("You are calling ReactDOM.render() on a container that was previously passed to ReactDOM.createRoot(). This is not supported. Did you mean to call root.render(element)?"),aw(null,e,t,!1,n)},e.unmountComponentAtNode=function(e){if(!Zb(e))throw Error("unmountComponentAtNode(...): Target container is not a DOM element.");if(Xs(e)&&void 0===e._reactRootContainer&&N("You are calling ReactDOM.unmountComponentAtNode() on a container that was previously passed to ReactDOM.createRoot(). This is not supported. Did you mean to call root.unmount()?"),e._reactRootContainer){var t=nw(e);return t&&!Zs(t)&&N("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React."),Jg(function(){aw(null,null,e,!1,function(){e._reactRootContainer=null,Ks(e)})}),!0}var n=nw(e),r=!(!n||!Zs(n)),a=e.nodeType===an&&Zb(e.parentNode)&&!!e.parentNode._reactRootContainer;return r&&N("unmountComponentAtNode(): The node you're attempting to unmount was rendered by React and is not a top-level container. %s",a?"You may have accidentally passed in a React root node instead of its container.":"Instead, have the parent component update its state and rerender in order to remove this component."),!1},e.unstable_batchedUpdates=Zg,e.unstable_createPortal=function(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;return ow||(ow=!0,l('The ReactDOM.unstable_createPortal() alias has been deprecated, and will be removed in React 18+. Update your code to use ReactDOM.createPortal() instead. It has the exact same API, but without the "unstable_" prefix.')),iw(e,t,n)},e.unstable_renderSubtreeIntoContainer=function(e,t,n,r){return function(e,t,n,r){if(!Zb(n))throw Error("Target container is not a DOM element.");if(null==e||void 0===e._reactInternals)throw Error("parentComponent must be a valid React Component");return aw(e,t,n,!1,r)}(e,t,n,r)},e.version="17.0.0"});