@goodhood-web/ui 2.1.0-development.23 → 2.1.0-development.24
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.
- package/index.js +1 -1
- package/index.mjs +4 -4
- package/lib/Atoms/Badges/BadgeIcon/BadgeIcon.types.d.ts +2 -1
- package/lib/Atoms/Badges/BadgeLabel/BadgeLabel.types.d.ts +1 -1
- package/lib/Atoms/Content/UserAvatarCluster/UserAvatarCluster.types.d.ts +0 -2
- package/lib/Atoms/Content/UserAvatarCluster/utils.d.ts +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -53,7 +53,7 @@ Valid keys: `+JSON.stringify(Object.keys(re),null," "));var fe=ze(ye,Re,Fe,Me,k
|
|
|
53
53
|
`))}}else w=e,b=n,T=r,P=h,V=f;const{current:F}=c.useRef(V!=null),A=c.useCallback(ce=>{process.env.NODE_ENV!=="production"&&ce&&ce.nodeName!=="INPUT"&&!ce.focus&&console.error(["MUI: You have provided a `slots.input` to the input component","that does not correctly handle the `ref` prop.","Make sure the `ref` prop is called with a HTMLInputElement."].join(`
|
|
54
54
|
`))},[]),O=c.useRef(null),j=un(O,p,A),[W,N]=c.useState(!1);c.useEffect(()=>{!v&&b&&W&&(N(!1),i==null||i())},[v,b,W,i]);const Y=ce=>we=>{var _e,se;if(v!=null&&v.disabled){we.stopPropagation();return}(_e=ce.onFocus)==null||_e.call(ce,we),v&&v.onFocus?(se=v==null?void 0:v.onFocus)==null||se.call(v):N(!0)},J=ce=>we=>{var _e;(_e=ce.onBlur)==null||_e.call(ce,we),v&&v.onBlur?v.onBlur():N(!1)},K=ce=>(we,..._e)=>{var se,ne;if(!F&&(we.target||O.current)==null)throw new Error(process.env.NODE_ENV!=="production"?"MUI: Expected valid input target. Did you use a custom `slots.input` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info.":np(17));(se=v==null?void 0:v.onChange)==null||se.call(v,we),(ne=ce.onChange)==null||ne.call(ce,we,..._e)},le=ce=>we=>{var _e;O.current&&we.currentTarget===we.target&&O.current.focus(),(_e=ce.onClick)==null||_e.call(ce,we)};return{disabled:b,error:T,focused:W,formControlContext:v,getInputProps:(ce={})=>{const _e={...{onBlur:i,onChange:a,onFocus:l},...cn(ce)},se={..._e,onBlur:J(_e),onChange:K(_e),onFocus:Y(_e)};return{...se,"aria-invalid":T||void 0,defaultValue:w,value:V,required:P,disabled:b,...ce,ref:j,...se}},getRootProps:(ce={})=>{const _e={...cn(t,["onBlur","onChange","onFocus"]),...cn(ce)};return{...ce,..._e,onClick:le(_e)}},inputRef:j,required:P,value:V}}const _t={blur:"list:blur",focus:"list:focus",itemClick:"list:itemClick",itemHover:"list:itemHover",itemsChange:"list:itemsChange",keyDown:"list:keyDown",resetHighlight:"list:resetHighlight",highlightLast:"list:highlightLast",textNavigation:"list:textNavigation",clearSelection:"list:clearSelection"};function Vp(t,e,n,r,i,a){if(n.length===0||!r&&n.every((h,f)=>i(h,f)))return-1;let l=t;for(;;){if(!a&&e==="next"&&l===n.length||!a&&e==="previous"&&l===-1)return-1;if(r?!1:i(n[l],l))l+=e==="next"?1:-1,a&&(l=(l+n.length)%n.length);else return l}}function zt(t,e,n){const{items:r,isItemDisabled:i,disableListWrap:a,disabledItemsFocusable:l,itemComparer:h,focusManagement:f}=n,p=f==="DOM"?0:-1,v=r.length-1,w=t==null?-1:r.findIndex(F=>h(F,t));let b,T,P=!a;switch(e){case"reset":if(p===-1)return null;b=0,T="next",P=!1;break;case"start":b=0,T="next",P=!1;break;case"end":b=v,T="previous",P=!1;break;default:{const F=w+e;F<0?!P&&w!==-1||Math.abs(e)>1?(b=0,T="next"):(b=v,T="previous"):F>v?!P||Math.abs(e)>1?(b=v,T="previous"):(b=0,T="next"):(b=F,T=e>=0?"next":"previous")}}const V=Vp(b,T,r,l,i,P);return V===-1&&t!==null&&!i(t,w)?t:r[V]??null}function Bp(t,e,n,r){return n==="none"?[]:n==="single"?r(e[0],t)?e:[t]:e.some(i=>r(i,t))?e.filter(i=>!r(i,t)):[...e,t]}function u0(t,e,n){const{itemComparer:r,isItemDisabled:i,selectionMode:a,items:l}=n,{selectedValues:h}=e,f=l.findIndex(v=>r(t,v));if(i(t,f))return e;const p=Bp(t,h,a,r);return{...e,selectedValues:p,highlightedValue:t}}function Op(t,e,n){const r=e.highlightedValue,{orientation:i,pageSize:a}=n;switch(t){case"Home":return{...e,highlightedValue:zt(r,"start",n)};case"End":return{...e,highlightedValue:zt(r,"end",n)};case"PageUp":return{...e,highlightedValue:zt(r,-a,n)};case"PageDown":return{...e,highlightedValue:zt(r,a,n)};case"ArrowUp":if(i!=="vertical")break;return{...e,highlightedValue:zt(r,-1,n)};case"ArrowDown":if(i!=="vertical")break;return{...e,highlightedValue:zt(r,1,n)};case"ArrowLeft":{if(i==="vertical")break;return{...e,highlightedValue:zt(r,i==="horizontal-ltr"?-1:1,n)}}case"ArrowRight":{if(i==="vertical")break;return{...e,highlightedValue:zt(r,i==="horizontal-ltr"?1:-1,n)}}case"Enter":case" ":return e.highlightedValue===null?e:u0(e.highlightedValue,e,n)}return e}function jp(t,e){return e.focusManagement==="DOM"?t:{...t,highlightedValue:null}}function $p(t,e,n){var i;const r=(i=n(t))==null?void 0:i.trim().toLowerCase();return!r||r.length===0?!1:r.indexOf(e)===0}function Np(t,e,n){const{items:r,isItemDisabled:i,disabledItemsFocusable:a,getItemAsString:l}=n,h=e.length>1;let f=h?t.highlightedValue:zt(t.highlightedValue,1,n);for(let p=0;p<r.length;p+=1){if(!f||!h&&t.highlightedValue===f)return t;if($p(f,e,l)&&(!i(f,r.indexOf(f))||a))return{...t,highlightedValue:f};f=zt(f,1,n)}return t}function Hp(t,e,n,r){const{itemComparer:i,focusManagement:a}=r;let l=null;n.highlightedValue!=null?l=t.find(p=>i(p,n.highlightedValue))??null:a==="DOM"&&e.length===0&&(l=zt(null,"reset",r));const f=(n.selectedValues??[]).filter(p=>t.some(v=>i(v,p)));return{...n,highlightedValue:l,selectedValues:f}}function Wp(t,e){return{...t,highlightedValue:zt(null,"reset",e)}}function Up(t,e){return{...t,highlightedValue:zt(null,"end",e)}}function zp(t,e){return{...t,selectedValues:[],highlightedValue:zt(null,"reset",e)}}function d0(t,e){const{type:n,context:r}=e;switch(n){case _t.keyDown:return Op(e.key,t,r);case _t.itemClick:return u0(e.item,t,r);case _t.blur:return jp(t,r);case _t.textNavigation:return Np(t,e.searchString,r);case _t.itemsChange:return Hp(e.items,e.previousItems,t,r);case _t.resetHighlight:return Wp(t,r);case _t.highlightLast:return Up(t,r);case _t.clearSelection:return zp(t,r);default:return t}}const Zp=500;function qp(t){const e=c.useRef({searchString:"",lastTime:null});return c.useCallback(n=>{if(n.key.length===1&&n.key!==" "){const r=e.current,i=n.key.toLowerCase(),a=performance.now();r.searchString.length>0&&r.lastTime&&a-r.lastTime>Zp?r.searchString=i:(r.searchString.length!==1||i!==r.searchString)&&(r.searchString+=i),r.lastTime=a,t(r.searchString,n)}},[t])}const Fd={},Gp=()=>{},Yp=(t,e)=>t===e,Xp=()=>!1,Kp=t=>typeof t=="string"?t:String(t),Jp=()=>({highlightedValue:null,selectedValues:[]});function Qf(t){const{controlledProps:e=Fd,disabledItemsFocusable:n=!1,disableListWrap:r=!1,focusManagement:i="activeDescendant",getInitialState:a=Jp,getItemDomElement:l,getItemId:h,isItemDisabled:f=Xp,rootRef:p,onStateChange:v=Gp,items:w,itemComparer:b=Yp,getItemAsString:T=Kp,onChange:P,onHighlightChange:V,onItemsChange:F,orientation:A="vertical",pageSize:O=5,reducerActionContext:j=Fd,selectionMode:W="single",stateReducer:N,componentName:Y="useList"}=t;if(process.env.NODE_ENV!=="production"){if(i==="DOM"&&l==null)throw new Error("useList: The `getItemDomElement` prop is required when using the `DOM` focus management.");if(i==="activeDescendant"&&h==null)throw new Error("useList: The `getItemId` prop is required when using the `activeDescendant` focus management.")}const J=c.useRef(null),K=un(p,J),le=c.useCallback((ye,ve,xe)=>{var Re;V==null||V(ye,ve,xe),i==="DOM"&&ve!=null&&(xe===_t.itemClick||xe===_t.keyDown||xe===_t.textNavigation)&&((Re=l==null?void 0:l(ve))==null||Re.focus())},[l,V,i]),he=c.useMemo(()=>({highlightedValue:b,selectedValues:(ye,ve)=>gd(ye,ve,b)}),[b]),Te=c.useCallback((ye,ve,xe,Re,ze)=>{switch(v==null||v(ye,ve,xe,Re,ze),ve){case"highlightedValue":le(ye,xe,Re);break;case"selectedValues":P==null||P(ye,xe,Re);break}},[le,P,v]),ce=c.useMemo(()=>({disabledItemsFocusable:n,disableListWrap:r,focusManagement:i,isItemDisabled:f,itemComparer:b,items:w,getItemAsString:T,onHighlightChange:le,orientation:A,pageSize:O,selectionMode:W,stateComparers:he}),[n,r,i,f,b,w,T,le,A,O,W,he]),we=a(),_e=N??d0,se=c.useMemo(()=>({...j,...ce}),[j,ce]),[ne,ee]=Tp({reducer:_e,actionContext:se,initialState:we,controlledProps:e,stateComparers:he,onStateChange:Te,componentName:Y}),{highlightedValue:Ee,selectedValues:$e}=ne,re=qp((ye,ve)=>ee({type:_t.textNavigation,event:ve,searchString:ye})),ae=c.useRef([]);c.useEffect(()=>{gd(ae.current,w,b)||(ee({type:_t.itemsChange,event:null,items:w,previousItems:ae.current}),ae.current=w,F==null||F(w))},[w,b,ee,F]);const be=ye=>ve=>{var Re;if((Re=ye.onKeyDown)==null||Re.call(ye,ve),ve.defaultMuiPrevented)return;const xe=["Home","End","PageUp","PageDown"];A==="vertical"?xe.push("ArrowUp","ArrowDown"):xe.push("ArrowLeft","ArrowRight"),i==="activeDescendant"&&xe.push(" ","Enter"),xe.includes(ve.key)&&ve.preventDefault(),ee({type:_t.keyDown,key:ve.key,event:ve}),re(ve)},Ae=ye=>ve=>{var xe,Re;(xe=ye.onBlur)==null||xe.call(ye,ve),!ve.defaultMuiPrevented&&((Re=J.current)!=null&&Re.contains(ve.relatedTarget)||ee({type:_t.blur,event:ve}))},Fe=(ye={})=>{const ve=cn(ye);return{...ye,"aria-activedescendant":i==="activeDescendant"&&Ee!=null?h(Ee):void 0,tabIndex:i==="DOM"?-1:0,ref:K,...ve,onBlur:Ae(ve),onKeyDown:be(ve)}},Me=c.useCallback(ye=>{const ve=($e??[]).some(ze=>ze!=null&&b(ye,ze)),xe=Ee!=null&&b(ye,Ee);return{focusable:i==="DOM",highlighted:xe,selected:ve}},[b,$e,Ee,i]),ke=c.useMemo(()=>({dispatch:ee,getItemState:Me}),[ee,Me]);return c.useDebugValue({state:ne}),{contextValue:ke,dispatch:ee,getRootProps:Fe,rootRef:K,state:ne}}const $c=c.createContext(null);process.env.NODE_ENV!=="production"&&($c.displayName="ListContext");function e4(t){const{handlePointerOverEvents:e=!1,item:n}=t,r=c.useContext($c);if(!r)throw new Error("useListItem must be used within a ListProvider");const{dispatch:i,getItemState:a}=r,{highlighted:l,selected:h,focusable:f}=a(n),p=c.useCallback(T=>P=>{var V;if((V=T.onClick)==null||V.call(T,P),!P.defaultPrevented){if(process.env.NODE_ENV!=="production"&&n===void 0)throw new Error(["MUI: The `item` provided to useListItem() is undefined.","This should happen only during server-side rendering under React 17."].join(`
|
|
55
55
|
`));i({type:_t.itemClick,item:n,event:P})}},[i,n]),v=c.useCallback(T=>P=>{var V;if((V=T.onMouseOver)==null||V.call(T,P),!P.defaultPrevented){if(process.env.NODE_ENV!=="production"&&n===void 0)throw new Error(["MUI: The `item` provided to useListItem() is undefined.","This should happen only during server-side rendering under React 17."].join(`
|
|
56
|
-
`));i({type:_t.itemHover,item:n,event:P})}},[i,n]);let w;return f&&(w=l?0:-1),{getRootProps:(T={})=>{const P=cn(T);return{...T,onClick:p(P),onPointerOver:e?v(P):void 0,tabIndex:w}},highlighted:l,selected:h}}const Zl=c.createContext(null);process.env.NODE_ENV!=="production"&&(Zl.displayName="CompoundComponentContext");function Qp(t){const e=Array.from(t.keys()).map(n=>{const r=t.get(n);return{key:n,subitem:r}});return e.sort((n,r)=>{const i=n.subitem.ref.current,a=r.subitem.ref.current;return i===null||a===null||i===a?0:i.compareDocumentPosition(a)&Node.DOCUMENT_POSITION_PRECEDING?1:-1}),new Map(e.map(n=>[n.key,n.subitem]))}function f0(){const[t,e]=c.useState(new Map),n=c.useRef(new Set),r=c.useCallback(function(p){n.current.delete(p),e(v=>{const w=new Map(v);return w.delete(p),w})},[]),i=c.useCallback(function(p,v){let w;return typeof p=="function"?w=p(n.current):w=p,n.current.add(w),e(b=>{const T=new Map(b);return T.set(w,v),T}),{id:w,deregister:()=>r(w)}},[r]),a=c.useMemo(()=>Qp(t),[t]),l=c.useCallback(function(p){return Array.from(a.keys()).indexOf(p)},[a]);return{contextValue:c.useMemo(()=>({getItemIndex:l,registerItem:i,totalSubitemCount:t.size}),[l,i,t.size]),subitems:a}}function h0(t,e){const n=c.useContext(Zl);if(n===null)throw new Error("useCompoundItem must be used within a useCompoundParent");const{registerItem:r}=n,[i,a]=c.useState(typeof t=="function"?void 0:t);return da(()=>{const{id:l,deregister:h}=r(t,e);return a(l),h},[r,e,t]),{id:i,index:i!==void 0?n.getItemIndex(i):-1,totalItemCount:n.totalSubitemCount}}function Bl(t,e){return function(r={}){const i={...r,...t(r)};return{...i,...e(i)}}}const gc=Math.min,Wi=Math.max,vc=Math.round,$1=Math.floor,zo=t=>({x:t,y:t}),e6={left:"right",right:"left",bottom:"top",top:"bottom"},t6={start:"end",end:"start"};function Id(t,e,n){return Wi(t,gc(e,n))}function Nc(t,e){return typeof t=="function"?t(e):t}function zi(t){return t.split("-")[0]}function Hc(t){return t.split("-")[1]}function t4(t){return t==="x"?"y":"x"}function n4(t){return t==="y"?"height":"width"}function Wc(t){return["top","bottom"].includes(zi(t))?"y":"x"}function r4(t){return t4(Wc(t))}function n6(t,e,n){n===void 0&&(n=!1);const r=Hc(t),i=r4(t),a=n4(i);let l=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[a]>e.floating[a]&&(l=Cc(l)),[l,Cc(l)]}function r6(t){const e=Cc(t);return[$2(t),e,$2(e)]}function $2(t){return t.replace(/start|end/g,e=>t6[e])}function o6(t,e,n){const r=["left","right"],i=["right","left"],a=["top","bottom"],l=["bottom","top"];switch(t){case"top":case"bottom":return n?e?i:r:e?r:i;case"left":case"right":return e?a:l;default:return[]}}function i6(t,e,n,r){const i=Hc(t);let a=o6(zi(t),n==="start",r);return i&&(a=a.map(l=>l+"-"+i),e&&(a=a.concat(a.map($2)))),a}function Cc(t){return t.replace(/left|right|bottom|top/g,e=>e6[e])}function s6(t){return{top:0,right:0,bottom:0,left:0,...t}}function a6(t){return typeof t!="number"?s6(t):{top:t,right:t,bottom:t,left:t}}function wc(t){const{x:e,y:n,width:r,height:i}=t;return{width:r,height:i,top:n,left:e,right:e+r,bottom:n+i,x:e,y:n}}function Dd(t,e,n){let{reference:r,floating:i}=t;const a=Wc(e),l=r4(e),h=n4(l),f=zi(e),p=a==="y",v=r.x+r.width/2-i.width/2,w=r.y+r.height/2-i.height/2,b=r[h]/2-i[h]/2;let T;switch(f){case"top":T={x:v,y:r.y-i.height};break;case"bottom":T={x:v,y:r.y+r.height};break;case"right":T={x:r.x+r.width,y:w};break;case"left":T={x:r.x-i.width,y:w};break;default:T={x:r.x,y:r.y}}switch(Hc(e)){case"start":T[l]-=b*(n&&p?-1:1);break;case"end":T[l]+=b*(n&&p?-1:1);break}return T}const l6=async(t,e,n)=>{const{placement:r="bottom",strategy:i="absolute",middleware:a=[],platform:l}=n,h=a.filter(Boolean),f=await(l.isRTL==null?void 0:l.isRTL(e));let p=await l.getElementRects({reference:t,floating:e,strategy:i}),{x:v,y:w}=Dd(p,r,f),b=r,T={},P=0;for(let V=0;V<h.length;V++){const{name:F,fn:A}=h[V],{x:O,y:j,data:W,reset:N}=await A({x:v,y:w,initialPlacement:r,placement:b,strategy:i,middlewareData:T,rects:p,platform:l,elements:{reference:t,floating:e}});v=O??v,w=j??w,T={...T,[F]:{...T[F],...W}},N&&P<=50&&(P++,typeof N=="object"&&(N.placement&&(b=N.placement),N.rects&&(p=N.rects===!0?await l.getElementRects({reference:t,floating:e,strategy:i}):N.rects),{x:v,y:w}=Dd(p,b,f)),V=-1)}return{x:v,y:w,placement:b,strategy:i,middlewareData:T}};async function o4(t,e){var n;e===void 0&&(e={});const{x:r,y:i,platform:a,rects:l,elements:h,strategy:f}=t,{boundary:p="clippingAncestors",rootBoundary:v="viewport",elementContext:w="floating",altBoundary:b=!1,padding:T=0}=Nc(e,t),P=a6(T),F=h[b?w==="floating"?"reference":"floating":w],A=wc(await a.getClippingRect({element:(n=await(a.isElement==null?void 0:a.isElement(F)))==null||n?F:F.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(h.floating)),boundary:p,rootBoundary:v,strategy:f})),O=w==="floating"?{x:r,y:i,width:l.floating.width,height:l.floating.height}:l.reference,j=await(a.getOffsetParent==null?void 0:a.getOffsetParent(h.floating)),W=await(a.isElement==null?void 0:a.isElement(j))?await(a.getScale==null?void 0:a.getScale(j))||{x:1,y:1}:{x:1,y:1},N=wc(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:h,rect:O,offsetParent:j,strategy:f}):O);return{top:(A.top-N.top+P.top)/W.y,bottom:(N.bottom-A.bottom+P.bottom)/W.y,left:(A.left-N.left+P.left)/W.x,right:(N.right-A.right+P.right)/W.x}}const c6=function(t){return t===void 0&&(t={}),{name:"flip",options:t,async fn(e){var n,r;const{placement:i,middlewareData:a,rects:l,initialPlacement:h,platform:f,elements:p}=e,{mainAxis:v=!0,crossAxis:w=!0,fallbackPlacements:b,fallbackStrategy:T="bestFit",fallbackAxisSideDirection:P="none",flipAlignment:V=!0,...F}=Nc(t,e);if((n=a.arrow)!=null&&n.alignmentOffset)return{};const A=zi(i),O=zi(h)===h,j=await(f.isRTL==null?void 0:f.isRTL(p.floating)),W=b||(O||!V?[Cc(h)]:r6(h));!b&&P!=="none"&&W.push(...i6(h,V,P,j));const N=[h,...W],Y=await o4(e,F),J=[];let K=((r=a.flip)==null?void 0:r.overflows)||[];if(v&&J.push(Y[A]),w){const ce=n6(i,l,j);J.push(Y[ce[0]],Y[ce[1]])}if(K=[...K,{placement:i,overflows:J}],!J.every(ce=>ce<=0)){var le,he;const ce=(((le=a.flip)==null?void 0:le.index)||0)+1,we=N[ce];if(we)return{data:{index:ce,overflows:K},reset:{placement:we}};let _e=(he=K.filter(se=>se.overflows[0]<=0).sort((se,ne)=>se.overflows[1]-ne.overflows[1])[0])==null?void 0:he.placement;if(!_e)switch(T){case"bestFit":{var Te;const se=(Te=K.map(ne=>[ne.placement,ne.overflows.filter(ee=>ee>0).reduce((ee,Ee)=>ee+Ee,0)]).sort((ne,ee)=>ne[1]-ee[1])[0])==null?void 0:Te[0];se&&(_e=se);break}case"initialPlacement":_e=h;break}if(i!==_e)return{reset:{placement:_e}}}return{}}}};async function u6(t,e){const{placement:n,platform:r,elements:i}=t,a=await(r.isRTL==null?void 0:r.isRTL(i.floating)),l=zi(n),h=Hc(n),f=Wc(n)==="y",p=["left","top"].includes(l)?-1:1,v=a&&f?-1:1,w=Nc(e,t);let{mainAxis:b,crossAxis:T,alignmentAxis:P}=typeof w=="number"?{mainAxis:w,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...w};return h&&typeof P=="number"&&(T=h==="end"?P*-1:P),f?{x:T*v,y:b*p}:{x:b*p,y:T*v}}const d6=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,r;const{x:i,y:a,placement:l,middlewareData:h}=e,f=await u6(e,t);return l===((n=h.offset)==null?void 0:n.placement)&&(r=h.arrow)!=null&&r.alignmentOffset?{}:{x:i+f.x,y:a+f.y,data:{...f,placement:l}}}}},f6=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:r,placement:i}=e,{mainAxis:a=!0,crossAxis:l=!1,limiter:h={fn:F=>{let{x:A,y:O}=F;return{x:A,y:O}}},...f}=Nc(t,e),p={x:n,y:r},v=await o4(e,f),w=Wc(zi(i)),b=t4(w);let T=p[b],P=p[w];if(a){const F=b==="y"?"top":"left",A=b==="y"?"bottom":"right",O=T+v[F],j=T-v[A];T=Id(O,T,j)}if(l){const F=w==="y"?"top":"left",A=w==="y"?"bottom":"right",O=P+v[F],j=P-v[A];P=Id(O,P,j)}const V=h.fn({...e,[b]:T,[w]:P});return{...V,data:{x:V.x-n,y:V.y-r}}}}};function va(t){return i4(t)?(t.nodeName||"").toLowerCase():"#document"}function Un(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function vo(t){var e;return(e=(i4(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function i4(t){return t instanceof Node||t instanceof Un(t).Node}function Hr(t){return t instanceof Element||t instanceof Un(t).Element}function Wr(t){return t instanceof HTMLElement||t instanceof Un(t).HTMLElement}function Vd(t){return typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof Un(t).ShadowRoot}function ql(t){const{overflow:e,overflowX:n,overflowY:r,display:i}=Er(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+n)&&!["inline","contents"].includes(i)}function h6(t){return["table","td","th"].includes(va(t))}function p0(t){const e=m0(),n=Er(t);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(r=>(n.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(n.contain||"").includes(r))}function p6(t){let e=Zo(t);for(;Wr(e)&&!fa(e);){if(p0(e))return e;e=Zo(e)}return null}function m0(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function fa(t){return["html","body","#document"].includes(va(t))}function Er(t){return Un(t).getComputedStyle(t)}function Uc(t){return Hr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Zo(t){if(va(t)==="html")return t;const e=t.assignedSlot||t.parentNode||Vd(t)&&t.host||vo(t);return Vd(e)?e.host:e}function s4(t){const e=Zo(t);return fa(e)?t.ownerDocument?t.ownerDocument.body:t.body:Wr(e)&&ql(e)?e:s4(e)}function Ol(t,e,n){var r;e===void 0&&(e=[]),n===void 0&&(n=!0);const i=s4(t),a=i===((r=t.ownerDocument)==null?void 0:r.body),l=Un(i);return a?e.concat(l,l.visualViewport||[],ql(i)?i:[],l.frameElement&&n?Ol(l.frameElement):[]):e.concat(i,Ol(i,[],n))}function a4(t){const e=Er(t);let n=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const i=Wr(t),a=i?t.offsetWidth:n,l=i?t.offsetHeight:r,h=vc(n)!==a||vc(r)!==l;return h&&(n=a,r=l),{width:n,height:r,$:h}}function g0(t){return Hr(t)?t:t.contextElement}function ua(t){const e=g0(t);if(!Wr(e))return zo(1);const n=e.getBoundingClientRect(),{width:r,height:i,$:a}=a4(e);let l=(a?vc(n.width):n.width)/r,h=(a?vc(n.height):n.height)/i;return(!l||!Number.isFinite(l))&&(l=1),(!h||!Number.isFinite(h))&&(h=1),{x:l,y:h}}const m6=zo(0);function l4(t){const e=Un(t);return!m0()||!e.visualViewport?m6:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function g6(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==Un(t)?!1:e}function Zi(t,e,n,r){e===void 0&&(e=!1),n===void 0&&(n=!1);const i=t.getBoundingClientRect(),a=g0(t);let l=zo(1);e&&(r?Hr(r)&&(l=ua(r)):l=ua(t));const h=g6(a,n,r)?l4(a):zo(0);let f=(i.left+h.x)/l.x,p=(i.top+h.y)/l.y,v=i.width/l.x,w=i.height/l.y;if(a){const b=Un(a),T=r&&Hr(r)?Un(r):r;let P=b,V=P.frameElement;for(;V&&r&&T!==P;){const F=ua(V),A=V.getBoundingClientRect(),O=Er(V),j=A.left+(V.clientLeft+parseFloat(O.paddingLeft))*F.x,W=A.top+(V.clientTop+parseFloat(O.paddingTop))*F.y;f*=F.x,p*=F.y,v*=F.x,w*=F.y,f+=j,p+=W,P=Un(V),V=P.frameElement}}return wc({width:v,height:w,x:f,y:p})}const v6=[":popover-open",":modal"];function v0(t){return v6.some(e=>{try{return t.matches(e)}catch{return!1}})}function C6(t){let{elements:e,rect:n,offsetParent:r,strategy:i}=t;const a=i==="fixed",l=vo(r),h=e?v0(e.floating):!1;if(r===l||h&&a)return n;let f={scrollLeft:0,scrollTop:0},p=zo(1);const v=zo(0),w=Wr(r);if((w||!w&&!a)&&((va(r)!=="body"||ql(l))&&(f=Uc(r)),Wr(r))){const b=Zi(r);p=ua(r),v.x=b.x+r.clientLeft,v.y=b.y+r.clientTop}return{width:n.width*p.x,height:n.height*p.y,x:n.x*p.x-f.scrollLeft*p.x+v.x,y:n.y*p.y-f.scrollTop*p.y+v.y}}function w6(t){return Array.from(t.getClientRects())}function c4(t){return Zi(vo(t)).left+Uc(t).scrollLeft}function y6(t){const e=vo(t),n=Uc(t),r=t.ownerDocument.body,i=Wi(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),a=Wi(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let l=-n.scrollLeft+c4(t);const h=-n.scrollTop;return Er(r).direction==="rtl"&&(l+=Wi(e.clientWidth,r.clientWidth)-i),{width:i,height:a,x:l,y:h}}function b6(t,e){const n=Un(t),r=vo(t),i=n.visualViewport;let a=r.clientWidth,l=r.clientHeight,h=0,f=0;if(i){a=i.width,l=i.height;const p=m0();(!p||p&&e==="fixed")&&(h=i.offsetLeft,f=i.offsetTop)}return{width:a,height:l,x:h,y:f}}function x6(t,e){const n=Zi(t,!0,e==="fixed"),r=n.top+t.clientTop,i=n.left+t.clientLeft,a=Wr(t)?ua(t):zo(1),l=t.clientWidth*a.x,h=t.clientHeight*a.y,f=i*a.x,p=r*a.y;return{width:l,height:h,x:f,y:p}}function Bd(t,e,n){let r;if(e==="viewport")r=b6(t,n);else if(e==="document")r=y6(vo(t));else if(Hr(e))r=x6(e,n);else{const i=l4(t);r={...e,x:e.x-i.x,y:e.y-i.y}}return wc(r)}function u4(t,e){const n=Zo(t);return n===e||!Hr(n)||fa(n)?!1:Er(n).position==="fixed"||u4(n,e)}function _6(t,e){const n=e.get(t);if(n)return n;let r=Ol(t,[],!1).filter(h=>Hr(h)&&va(h)!=="body"),i=null;const a=Er(t).position==="fixed";let l=a?Zo(t):t;for(;Hr(l)&&!fa(l);){const h=Er(l),f=p0(l);!f&&h.position==="fixed"&&(i=null),(a?!f&&!i:!f&&h.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||ql(l)&&!f&&u4(t,l))?r=r.filter(v=>v!==l):i=h,l=Zo(l)}return e.set(t,r),r}function E6(t){let{element:e,boundary:n,rootBoundary:r,strategy:i}=t;const l=[...n==="clippingAncestors"?v0(e)?[]:_6(e,this._c):[].concat(n),r],h=l[0],f=l.reduce((p,v)=>{const w=Bd(e,v,i);return p.top=Wi(w.top,p.top),p.right=gc(w.right,p.right),p.bottom=gc(w.bottom,p.bottom),p.left=Wi(w.left,p.left),p},Bd(e,h,i));return{width:f.right-f.left,height:f.bottom-f.top,x:f.left,y:f.top}}function k6(t){const{width:e,height:n}=a4(t);return{width:e,height:n}}function S6(t,e,n){const r=Wr(e),i=vo(e),a=n==="fixed",l=Zi(t,!0,a,e);let h={scrollLeft:0,scrollTop:0};const f=zo(0);if(r||!r&&!a)if((va(e)!=="body"||ql(i))&&(h=Uc(e)),r){const w=Zi(e,!0,a,e);f.x=w.x+e.clientLeft,f.y=w.y+e.clientTop}else i&&(f.x=c4(i));const p=l.left+h.scrollLeft-f.x,v=l.top+h.scrollTop-f.y;return{x:p,y:v,width:l.width,height:l.height}}function a2(t){return Er(t).position==="static"}function Od(t,e){return!Wr(t)||Er(t).position==="fixed"?null:e?e(t):t.offsetParent}function d4(t,e){const n=Un(t);if(v0(t))return n;if(!Wr(t)){let i=Zo(t);for(;i&&!fa(i);){if(Hr(i)&&!a2(i))return i;i=Zo(i)}return n}let r=Od(t,e);for(;r&&h6(r)&&a2(r);)r=Od(r,e);return r&&fa(r)&&a2(r)&&!p0(r)?n:r||p6(t)||n}const R6=async function(t){const e=this.getOffsetParent||d4,n=this.getDimensions,r=await n(t.floating);return{reference:S6(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function T6(t){return Er(t).direction==="rtl"}const M6={convertOffsetParentRelativeRectToViewportRelativeRect:C6,getDocumentElement:vo,getClippingRect:E6,getOffsetParent:d4,getElementRects:R6,getClientRects:w6,getDimensions:k6,getScale:ua,isElement:Hr,isRTL:T6};function L6(t,e){let n=null,r;const i=vo(t);function a(){var h;clearTimeout(r),(h=n)==null||h.disconnect(),n=null}function l(h,f){h===void 0&&(h=!1),f===void 0&&(f=1),a();const{left:p,top:v,width:w,height:b}=t.getBoundingClientRect();if(h||e(),!w||!b)return;const T=$1(v),P=$1(i.clientWidth-(p+w)),V=$1(i.clientHeight-(v+b)),F=$1(p),O={rootMargin:-T+"px "+-P+"px "+-V+"px "+-F+"px",threshold:Wi(0,gc(1,f))||1};let j=!0;function W(N){const Y=N[0].intersectionRatio;if(Y!==f){if(!j)return l();Y?l(!1,Y):r=setTimeout(()=>{l(!1,1e-7)},1e3)}j=!1}try{n=new IntersectionObserver(W,{...O,root:i.ownerDocument})}catch{n=new IntersectionObserver(W,O)}n.observe(t)}return l(!0),a}function jd(t,e,n,r){r===void 0&&(r={});const{ancestorScroll:i=!0,ancestorResize:a=!0,elementResize:l=typeof ResizeObserver=="function",layoutShift:h=typeof IntersectionObserver=="function",animationFrame:f=!1}=r,p=g0(t),v=i||a?[...p?Ol(p):[],...Ol(e)]:[];v.forEach(A=>{i&&A.addEventListener("scroll",n,{passive:!0}),a&&A.addEventListener("resize",n)});const w=p&&h?L6(p,n):null;let b=-1,T=null;l&&(T=new ResizeObserver(A=>{let[O]=A;O&&O.target===p&&T&&(T.unobserve(e),cancelAnimationFrame(b),b=requestAnimationFrame(()=>{var j;(j=T)==null||j.observe(e)})),n()}),p&&!f&&T.observe(p),T.observe(e));let P,V=f?Zi(t):null;f&&F();function F(){const A=Zi(t);V&&(A.x!==V.x||A.y!==V.y||A.width!==V.width||A.height!==V.height)&&n(),V=A,P=requestAnimationFrame(F)}return n(),()=>{var A;v.forEach(O=>{i&&O.removeEventListener("scroll",n),a&&O.removeEventListener("resize",n)}),w==null||w(),(A=T)==null||A.disconnect(),T=null,f&&cancelAnimationFrame(P)}}const P6=d6,A6=f6,F6=c6,I6=(t,e,n)=>{const r=new Map,i={platform:M6,...n},a={...i.platform,_c:r};return l6(t,e,{...i,platform:a})};var lc=typeof document<"u"?R.useLayoutEffect:R.useEffect;function yc(t,e){if(t===e)return!0;if(typeof t!=typeof e)return!1;if(typeof t=="function"&&t.toString()===e.toString())return!0;let n,r,i;if(t&&e&&typeof t=="object"){if(Array.isArray(t)){if(n=t.length,n!==e.length)return!1;for(r=n;r--!==0;)if(!yc(t[r],e[r]))return!1;return!0}if(i=Object.keys(t),n=i.length,n!==Object.keys(e).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(e,i[r]))return!1;for(r=n;r--!==0;){const a=i[r];if(!(a==="_owner"&&t.$$typeof)&&!yc(t[a],e[a]))return!1}return!0}return t!==t&&e!==e}function f4(t){return typeof window>"u"?1:(t.ownerDocument.defaultView||window).devicePixelRatio||1}function $d(t,e){const n=f4(t);return Math.round(e*n)/n}function Nd(t){const e=c.useRef(t);return lc(()=>{e.current=t}),e}function D6(t){t===void 0&&(t={});const{placement:e="bottom",strategy:n="absolute",middleware:r=[],platform:i,elements:{reference:a,floating:l}={},transform:h=!0,whileElementsMounted:f,open:p}=t,[v,w]=c.useState({x:0,y:0,strategy:n,placement:e,middlewareData:{},isPositioned:!1}),[b,T]=c.useState(r);yc(b,r)||T(r);const[P,V]=c.useState(null),[F,A]=c.useState(null),O=c.useCallback(ee=>{ee!==Y.current&&(Y.current=ee,V(ee))},[]),j=c.useCallback(ee=>{ee!==J.current&&(J.current=ee,A(ee))},[]),W=a||P,N=l||F,Y=c.useRef(null),J=c.useRef(null),K=c.useRef(v),le=f!=null,he=Nd(f),Te=Nd(i),ce=c.useCallback(()=>{if(!Y.current||!J.current)return;const ee={placement:e,strategy:n,middleware:b};Te.current&&(ee.platform=Te.current),I6(Y.current,J.current,ee).then(Ee=>{const $e={...Ee,isPositioned:!0};we.current&&!yc(K.current,$e)&&(K.current=$e,Of.flushSync(()=>{w($e)}))})},[b,e,n,Te]);lc(()=>{p===!1&&K.current.isPositioned&&(K.current.isPositioned=!1,w(ee=>({...ee,isPositioned:!1})))},[p]);const we=c.useRef(!1);lc(()=>(we.current=!0,()=>{we.current=!1}),[]),lc(()=>{if(W&&(Y.current=W),N&&(J.current=N),W&&N){if(he.current)return he.current(W,N,ce);ce()}},[W,N,ce,he,le]);const _e=c.useMemo(()=>({reference:Y,floating:J,setReference:O,setFloating:j}),[O,j]),se=c.useMemo(()=>({reference:W,floating:N}),[W,N]),ne=c.useMemo(()=>{const ee={position:n,left:0,top:0};if(!se.floating)return ee;const Ee=$d(se.floating,v.x),$e=$d(se.floating,v.y);return h?{...ee,transform:"translate("+Ee+"px, "+$e+"px)",...f4(se.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:Ee,top:$e}},[n,h,se.floating,v.x,v.y]);return c.useMemo(()=>({...v,update:ce,refs:_e,elements:se,floatingStyles:ne}),[v,ce,_e,se,ne])}const Hd=(t,e)=>({...P6(t),options:[t,e]}),V6=(t,e)=>({...A6(t),options:[t,e]}),B6=(t,e)=>({...F6(t),options:[t,e]});function O6(t){return typeof t=="function"?t():t}const jl=c.forwardRef(function(e,n){const{children:r,container:i,disablePortal:a=!1}=e,[l,h]=c.useState(null),f=un(c.isValidElement(r)?r.ref:null,n);if(da(()=>{a||h(O6(i)||document.body)},[i,a]),da(()=>{if(l&&!a)return B2(n,l),()=>{B2(n,null)}},[n,l,a]),a){if(c.isValidElement(r)){const p={ref:f};return c.cloneElement(r,p)}return L.jsx(c.Fragment,{children:r})}return L.jsx(c.Fragment,{children:l&&Of.createPortal(r,l)})});process.env.NODE_ENV!=="production"&&(jl.propTypes={children:H.node,container:H.oneOfType([hc,H.func]),disablePortal:H.bool});process.env.NODE_ENV!=="production"&&(jl.propTypes=l0(jl.propTypes));const h4="Popup";function j6(t){return Xo(h4,t)}Ki(h4,["root","open"]);const p4=c.createContext(null);process.env.NODE_ENV!=="production"&&(p4.displayName="TransitionContext");function $6(t){const[e,n]=c.useState(!0),r=c.useRef(!1),i=c.useRef(0),[a,l]=c.useState(!1),h=c.useRef(t);c.useEffect(()=>{!t&&i.current>0&&h.current!==t&&(r.current=!0,n(!1)),h.current=t},[t]);const f=c.useCallback(()=>{r.current=!1,n(!0)},[]),p=c.useCallback(()=>(i.current+=1,l(!0),()=>{i.current-=1,i.current===0&&l(!1)}),[]);let v;return a?t?v=!1:v=!r.current&&e:v=!t,{contextValue:c.useMemo(()=>({requestedEnter:t,onExited:f,registerTransition:p,hasExited:v}),[f,t,p,v]),hasExited:v}}const m4=c.createContext(null);process.env.NODE_ENV!=="production"&&(m4.displayName="PopupContext");function N6(t){const{open:e}=t;return Xi({root:["root",e&&"open"]},Yi(j6))}function H6(t){return typeof t=="function"?t():t}const g4=c.forwardRef(function(e,n){const{anchor:r,children:i,container:a,disablePortal:l=!1,keepMounted:h=!1,middleware:f,offset:p=0,open:v=!1,placement:w="bottom",slotProps:b={},slots:T={},strategy:P="absolute",...V}=e,{refs:F,elements:A,floatingStyles:O,update:j,placement:W}=D6({elements:{reference:H6(r)},open:v,middleware:f??[Hd(p??0),B6(),V6()],placement:w,strategy:P,whileElementsMounted:h?void 0:jd}),N=un(F.setFloating,n);da(()=>{if(h&&v&&A.reference&&A.floating)return jd(A.reference,A.floating,j)},[h,v,A,j]);const Y={...e,disablePortal:l,keepMounted:h,offset:Hd,open:v,placement:w,finalPlacement:W,strategy:P},{contextValue:J,hasExited:K}=$6(v),le=h&&K?"hidden":void 0,he=N6(Y),Te=(T==null?void 0:T.root)??"div",ce=po({elementType:Te,externalSlotProps:b.root,externalForwardedProps:V,ownerState:Y,className:he.root,additionalProps:{ref:N,role:"tooltip",style:{...O,visibility:le}}}),we=c.useMemo(()=>({placement:W}),[W]);return h||!K?L.jsx(jl,{disablePortal:l,container:a,children:L.jsx(m4.Provider,{value:we,children:L.jsx(p4.Provider,{value:J,children:L.jsx(Te,{...ce,children:i})})})}):null});process.env.NODE_ENV!=="production"&&(g4.propTypes={anchor:H.oneOfType([hc,H.object,H.func]),children:H.oneOfType([H.node,H.func]),container:H.oneOfType([hc,H.func]),disablePortal:H.bool,keepMounted:H.bool,middleware:H.arrayOf(H.oneOfType([H.oneOf([!1]),H.shape({fn:H.func.isRequired,name:H.string.isRequired,options:H.any})])),offset:H.oneOfType([H.func,H.number,H.shape({alignmentAxis:H.number,crossAxis:H.number,mainAxis:H.number})]),open:H.bool,placement:H.oneOf(["bottom-end","bottom-start","bottom","left-end","left-start","left","right-end","right-start","right","top-end","top-start","top"]),slotProps:H.shape({root:H.oneOfType([H.func,H.object])}),slots:H.shape({root:H.elementType}),strategy:H.oneOf(["absolute","fixed"])});function W6(t){const e=_r(t);return e.body===t?c0(t).innerWidth>e.documentElement.clientWidth:t.scrollHeight>t.clientHeight}function Ml(t,e){e?t.setAttribute("aria-hidden","true"):t.removeAttribute("aria-hidden")}function Wd(t){return parseInt(c0(t).getComputedStyle(t).paddingRight,10)||0}function U6(t){const n=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].indexOf(t.tagName)!==-1,r=t.tagName==="INPUT"&&t.getAttribute("type")==="hidden";return n||r}function Ud(t,e,n,r,i){const a=[e,n,...r];[].forEach.call(t.children,l=>{const h=a.indexOf(l)===-1,f=!U6(l);h&&f&&Ml(l,i)})}function l2(t,e){let n=-1;return t.some((r,i)=>e(r)?(n=i,!0):!1),n}function z6(t,e){const n=[],r=t.container;if(!e.disableScrollLock){if(W6(r)){const l=mp(_r(r));n.push({value:r.style.paddingRight,property:"padding-right",el:r}),r.style.paddingRight=`${Wd(r)+l}px`;const h=_r(r).querySelectorAll(".mui-fixed");[].forEach.call(h,f=>{n.push({value:f.style.paddingRight,property:"padding-right",el:f}),f.style.paddingRight=`${Wd(f)+l}px`})}let a;if(r.parentNode instanceof DocumentFragment)a=_r(r).body;else{const l=r.parentElement,h=c0(r);a=(l==null?void 0:l.nodeName)==="HTML"&&h.getComputedStyle(l).overflowY==="scroll"?l:r}n.push({value:a.style.overflow,property:"overflow",el:a},{value:a.style.overflowX,property:"overflow-x",el:a},{value:a.style.overflowY,property:"overflow-y",el:a}),a.style.overflow="hidden"}return()=>{n.forEach(({value:a,el:l,property:h})=>{a?l.style.setProperty(h,a):l.style.removeProperty(h)})}}function Z6(t){const e=[];return[].forEach.call(t.children,n=>{n.getAttribute("aria-hidden")==="true"&&e.push(n)}),e}class q6{constructor(){this.modals=[],this.containers=[]}add(e,n){let r=this.modals.indexOf(e);if(r!==-1)return r;r=this.modals.length,this.modals.push(e),e.modalRef&&Ml(e.modalRef,!1);const i=Z6(n);Ud(n,e.mount,e.modalRef,i,!0);const a=l2(this.containers,l=>l.container===n);return a!==-1?(this.containers[a].modals.push(e),r):(this.containers.push({modals:[e],container:n,restore:null,hiddenSiblings:i}),r)}mount(e,n){const r=l2(this.containers,a=>a.modals.indexOf(e)!==-1),i=this.containers[r];i.restore||(i.restore=z6(i,n))}remove(e,n=!0){const r=this.modals.indexOf(e);if(r===-1)return r;const i=l2(this.containers,l=>l.modals.indexOf(e)!==-1),a=this.containers[i];if(a.modals.splice(a.modals.indexOf(e),1),this.modals.splice(r,1),a.modals.length===0)a.restore&&a.restore(),e.modalRef&&Ml(e.modalRef,n),Ud(a.container,e.mount,e.modalRef,a.hiddenSiblings,!1),this.containers.splice(i,1);else{const l=a.modals[a.modals.length-1];l.modalRef&&Ml(l.modalRef,!1)}return r}isTopModal(e){return this.modals.length>0&&this.modals[this.modals.length-1]===e}}function G6(t){return typeof t=="function"?t():t}function Y6(t){return t?t.props.hasOwnProperty("in"):!1}const X6=new q6;function K6(t){const{container:e,disableEscapeKeyDown:n=!1,disableScrollLock:r=!1,manager:i=X6,closeAfterTransition:a=!1,onTransitionEnter:l,onTransitionExited:h,children:f,onClose:p,open:v,rootRef:w}=t,b=c.useRef({}),T=c.useRef(null),P=c.useRef(null),V=un(P,w),[F,A]=c.useState(!v),O=Y6(f);let j=!0;(t["aria-hidden"]==="false"||t["aria-hidden"]===!1)&&(j=!1);const W=()=>_r(T.current),N=()=>(b.current.modalRef=P.current,b.current.mount=T.current,b.current),Y=()=>{i.mount(N(),{disableScrollLock:r}),P.current&&(P.current.scrollTop=0)},J=Vl(()=>{const ne=G6(e)||W().body;i.add(N(),ne),P.current&&Y()}),K=c.useCallback(()=>i.isTopModal(N()),[i]),le=Vl(ne=>{T.current=ne,ne&&(v&&K()?Y():P.current&&Ml(P.current,j))}),he=c.useCallback(()=>{i.remove(N(),j)},[j,i]);c.useEffect(()=>()=>{he()},[he]),c.useEffect(()=>{v?J():(!O||!a)&&he()},[v,he,O,a,J]);const Te=ne=>ee=>{var Ee;(Ee=ne.onKeyDown)==null||Ee.call(ne,ee),!(ee.key!=="Escape"||ee.which===229||!K())&&(n||(ee.stopPropagation(),p&&p(ee,"escapeKeyDown")))},ce=ne=>ee=>{var Ee;(Ee=ne.onClick)==null||Ee.call(ne,ee),ee.target===ee.currentTarget&&p&&p(ee,"backdropClick")};return{getRootProps:(ne={})=>{const ee=cn(t);delete ee.onTransitionEnter,delete ee.onTransitionExited;const Ee={...ee,...ne};return{role:"presentation",...Ee,onKeyDown:Te(Ee),ref:V}},getBackdropProps:(ne={})=>{const ee=ne;return{"aria-hidden":!0,...ee,onClick:ce(ee),open:v}},getTransitionProps:()=>{const ne=()=>{A(!1),l&&l()},ee=()=>{A(!0),h&&h(),a&&he()};return{onEnter:Sd(ne,f==null?void 0:f.props.onEnter),onExited:Sd(ee,f==null?void 0:f.props.onExited)}},rootRef:V,portalRef:le,isTopModal:K,exited:F,hasTransition:O}}const v4="Modal";function J6(t){return Xo(v4,t)}Ki(v4,["root","hidden","backdrop"]);const Q6=t=>{const{open:e,exited:n}=t;return Xi({root:["root",!e&&n&&"hidden"],backdrop:["backdrop"]},Yi(J6))},C0=c.forwardRef(function(e,n){const{children:r,closeAfterTransition:i=!1,container:a,disableAutoFocus:l=!1,disableEnforceFocus:h=!1,disableEscapeKeyDown:f=!1,disablePortal:p=!1,disableRestoreFocus:v=!1,disableScrollLock:w=!1,hideBackdrop:b=!1,keepMounted:T=!1,onBackdropClick:P,onClose:V,onKeyDown:F,open:A,onTransitionEnter:O,onTransitionExited:j,slotProps:W={},slots:N={},...Y}=e,J={...e,closeAfterTransition:i,disableAutoFocus:l,disableEnforceFocus:h,disableEscapeKeyDown:f,disablePortal:p,disableRestoreFocus:v,disableScrollLock:w,hideBackdrop:b,keepMounted:T},{getRootProps:K,getBackdropProps:le,getTransitionProps:he,portalRef:Te,isTopModal:ce,exited:we,hasTransition:_e}=K6({...J,rootRef:n}),se={...J,exited:we,hasTransition:_e},ne=Q6(se),ee={};if(r.props.tabIndex===void 0&&(ee.tabIndex="-1"),_e){const{onEnter:be,onExited:Ae}=he();ee.onEnter=be,ee.onExited=Ae}const Ee=N.root??"div",$e=po({elementType:Ee,externalSlotProps:W.root,externalForwardedProps:Y,getSlotProps:K,className:ne.root,ownerState:se}),re=N.backdrop,ae=po({elementType:re,externalSlotProps:W.backdrop,getSlotProps:be=>le({...be,onClick:Ae=>{P&&P(Ae),be!=null&&be.onClick&&be.onClick(Ae)}}),className:ne.backdrop,ownerState:se});return!T&&!A&&(!_e||we)?null:L.jsx(jl,{ref:Te,container:a,disablePortal:p,children:L.jsxs(Ee,{...$e,children:[!b&&re?L.jsx(re,{...ae}):null,L.jsx(mc,{disableEnforceFocus:h,disableAutoFocus:l,disableRestoreFocus:v,isEnabled:ce,open:A,children:c.cloneElement(r,ee)})]})})});process.env.NODE_ENV!=="production"&&(C0.propTypes={children:Ic.isRequired,closeAfterTransition:H.bool,container:H.oneOfType([hc,H.func]),disableAutoFocus:H.bool,disableEnforceFocus:H.bool,disableEscapeKeyDown:H.bool,disablePortal:H.bool,disableRestoreFocus:H.bool,disableScrollLock:H.bool,hideBackdrop:H.bool,keepMounted:H.bool,onBackdropClick:H.func,onClose:H.func,onTransitionEnter:H.func,onTransitionExited:H.func,open:H.bool.isRequired,slotProps:H.shape({backdrop:H.oneOfType([H.func,H.object]),root:H.oneOfType([H.func,H.object])}),slots:H.shape({backdrop:H.elementType,root:H.elementType})});function e8(t){const{value:e,label:n,disabled:r,rootRef:i,id:a}=t,{getRootProps:l,highlighted:h,selected:f}=e4({item:e}),{getRootProps:p,rootRef:v}=jc({disabled:r,focusableWhenDisabled:!0}),w=Dc(a),b=c.useRef(null),T=c.useMemo(()=>({disabled:r,label:n,value:e,ref:b,id:w}),[r,n,e,w]),{index:P}=h0(e,T),V=un(i,b,v),F=O=>j=>{var W;(W=O.onKeyDown)==null||W.call(O,j),!j.defaultMuiPrevented&&[" ","Enter"].includes(j.key)&&(j.defaultMuiPrevented=!0)},A=(O={})=>({onKeyDown:F(O)});return{getRootProps:(O={})=>{const j=cn(O),W=Bl(l,Bl(p,A));return{...O,...j,...W(j),id:w,ref:V,role:"option","aria-selected":f}},highlighted:h,index:P,selected:f,rootRef:V}}const bc={buttonClick:"buttonClick",browserAutoFill:"browserAutoFill"},t8=t=>{const{label:e,value:n}=t;return typeof e=="string"?e:typeof n=="string"?n:String(t)};function n8(t,e){const{open:n}=t,{context:{selectionMode:r}}=e;if(e.type===bc.buttonClick){const a=t.selectedValues[0]??zt(null,"start",e.context);return{...t,open:!n,highlightedValue:n?null:a}}if(e.type===bc.browserAutoFill)return u0(e.item,t,e.context);const i=d0(t,e);switch(e.type){case _t.keyDown:if(t.open){if(e.event.key==="Escape")return{...i,open:!1}}else{if(e.event.key==="ArrowDown")return{...t,open:!0,highlightedValue:t.selectedValues[0]??zt(null,"start",e.context)};if(e.event.key==="ArrowUp")return{...t,open:!0,highlightedValue:t.selectedValues[0]??zt(null,"end",e.context)}}break;case _t.itemClick:if(r==="single")return{...i,open:!1};break;case _t.blur:return{...i,open:!1};default:return i}return i}function r8(t){return Array.isArray(t)?t.length===0?"":JSON.stringify(t.map(e=>e.value)):(t==null?void 0:t.value)==null?"":typeof t.value=="string"||typeof t.value=="number"?t.value:JSON.stringify(t.value)}function o8(t){const{areOptionsEqual:e,buttonRef:n,defaultOpen:r=!1,defaultValue:i,disabled:a=!1,listboxId:l,listboxRef:h,multiple:f=!1,name:p,required:v,onChange:w,onHighlightChange:b,onOpenChange:T,open:P,options:V,getOptionAsString:F=t8,getSerializedValue:A=r8,value:O,componentName:j="useSelect"}=t,W=c.useRef(null),N=un(n,W),Y=c.useRef(null),J=Dc(l);let K;O===void 0&&i===void 0?K=[]:i!==void 0&&(f?K=i:K=i==null?[]:[i]);const le=c.useMemo(()=>{if(O!==void 0)return f?O:O==null?[]:[O]},[O,f]),{subitems:he,contextValue:Te}=f0(),ce=c.useMemo(()=>V!=null?new Map(V.map((me,Se)=>[me.value,{value:me.value,label:me.label,disabled:me.disabled,ref:c.createRef(),id:`${J}_${Se}`}])):he,[V,he,J]),we=un(h,Y),{getRootProps:_e,active:se,focusVisible:ne,rootRef:ee}=jc({disabled:a,rootRef:N}),Ee=c.useMemo(()=>Array.from(ce.keys()),[ce]),$e=c.useCallback(me=>{if(e!==void 0){const Se=Ee.find(Ye=>e(Ye,me));return ce.get(Se)}return ce.get(me)},[ce,e,Ee]),re=c.useCallback(me=>{const Se=$e(me);return(Se==null?void 0:Se.disabled)??!1},[$e]),ae=c.useCallback(me=>{const Se=$e(me);return Se?F(Se):""},[$e,F]),be=c.useMemo(()=>({selectedValues:le,open:P}),[le,P]),Ae=c.useCallback(me=>{var Se;return(Se=ce.get(me))==null?void 0:Se.id},[ce]),Fe=c.useCallback((me,Se)=>{f?w==null||w(me,Se):w==null||w(me,Se[0]??null)},[f,w]),Me=c.useCallback((me,Se)=>{b==null||b(me,Se??null)},[b]),ke=c.useCallback((me,Se,Ye)=>{var yt;Se==="open"&&(T==null||T(Ye),Ye===!1&&(me==null?void 0:me.type)!=="blur"&&((yt=W.current)==null||yt.focus()))},[T]),ye=c.useCallback(me=>{var Se;return me==null?null:((Se=he.get(me))==null?void 0:Se.ref.current)??null},[he]),ve={getInitialState:()=>({highlightedValue:null,selectedValues:K??[],open:r}),getItemId:Ae,controlledProps:be,focusManagement:"DOM",getItemDomElement:ye,itemComparer:e,isItemDisabled:re,rootRef:we,onChange:Fe,onHighlightChange:Me,onStateChange:ke,reducerActionContext:c.useMemo(()=>({multiple:f}),[f]),items:Ee,getItemAsString:ae,selectionMode:f?"multiple":"single",stateReducer:n8,componentName:j},{dispatch:xe,getRootProps:Re,contextValue:ze,state:{open:fe,highlightedValue:qe,selectedValues:rt},rootRef:At}=Qf(ve),Dt=c.useRef(fe);da(()=>{var me;if(fe&&qe!==null){const Se=(me=$e(qe))==null?void 0:me.ref;if(!Y.current||!(Se!=null&&Se.current))return;Dt.current||Se.current.focus({preventScroll:!0});const Ye=Y.current.getBoundingClientRect(),yt=Se.current.getBoundingClientRect();yt.top<Ye.top?Y.current.scrollTop-=Ye.top-yt.top:yt.bottom>Ye.bottom&&(Y.current.scrollTop+=yt.bottom-Ye.bottom)}},[fe,qe,$e]);const dn=c.useCallback(me=>$e(me),[$e]),Ft=me=>Se=>{var Ye;if((Ye=me==null?void 0:me.onClick)==null||Ye.call(me,Se),!Se.defaultMuiPrevented){const yt={type:bc.buttonClick,event:Se};xe(yt)}},Ot=me=>Se=>{var Ye;(Ye=me.onKeyDown)==null||Ye.call(me,Se),!Se.defaultMuiPrevented&&(Se.key==="ArrowDown"||Se.key==="ArrowUp")&&(Se.preventDefault(),xe({type:_t.keyDown,key:Se.key,event:Se}))},fn=(me={})=>({onClick:Ft(me),onKeyDown:Ot(me)}),Zn=(me={})=>({...me,...fn(me),role:"combobox","aria-expanded":fe,"aria-controls":J}),St=(me={})=>{const Se=cn(me),Ye=Bl(Zn,_e);return{...me,...Ye(Se)}},xt=me=>Se=>{var Ye,yt;(Ye=me.onBlur)==null||Ye.call(me,Se),!Se.defaultMuiPrevented&&((yt=Y.current)!=null&&yt.contains(Se.relatedTarget)||Se.relatedTarget===W.current)&&(Se.defaultMuiPrevented=!0)},gt=(me={})=>({onBlur:xt(me)}),Sn=(me={})=>{const Se=cn(me),Ye=Bl(gt,Re);return{id:J,role:"listbox","aria-multiselectable":f?"true":void 0,...me,...Ye(Se)}};c.useDebugValue({selectedOptions:rt,highlightedOption:qe,open:fe});const Rn=c.useMemo(()=>({...ze,...Te}),[ze,Te]);let Rt;t.multiple?Rt=rt:Rt=rt.length>0?rt[0]:null;let it;f?it=Rt.map(me=>dn(me)).filter(me=>me!==void 0):it=dn(Rt)??null;const Tn=me=>Se=>{var yt;if((yt=me==null?void 0:me.onChange)==null||yt.call(me,Se),Se.defaultMuiPrevented)return;const Ye=ce.get(Se.target.value);Se.target.value===""?xe({type:_t.clearSelection}):Ye!==void 0&&xe({type:bc.browserAutoFill,item:Ye.value,event:Se})};return{buttonActive:se,buttonFocusVisible:ne,buttonRef:ee,contextValue:Rn,disabled:a,dispatch:xe,getButtonProps:St,getHiddenInputProps:(me={})=>{const Se=cn(me);return{name:p,tabIndex:-1,"aria-hidden":!0,required:v?!0:void 0,value:A(it),style:vp,...me,onChange:Tn(Se)}},getListboxProps:Sn,getOptionMetadata:dn,listboxRef:At,open:fe,options:Ee,value:Rt,highlightedOption:qe}}function i8(t){const{value:e,children:n}=t,{dispatch:r,getItemIndex:i,getItemState:a,registerItem:l,totalSubitemCount:h}=e,f=c.useMemo(()=>({dispatch:r,getItemState:a,getItemIndex:i}),[r,i,a]),p=c.useMemo(()=>({getItemIndex:i,registerItem:l,totalSubitemCount:h}),[l,i,h]);return L.jsx(Zl.Provider,{value:p,children:L.jsx($c.Provider,{value:f,children:n})})}function s8(t={}){const{autoHideDuration:e=null,disableWindowBlurListener:n=!1,onClose:r,open:i,resumeHideDuration:a}=t,l=ap();c.useEffect(()=>{if(!i)return;function A(O){O.defaultPrevented||O.key==="Escape"&&(r==null||r(O,"escapeKeyDown"))}return document.addEventListener("keydown",A),()=>{document.removeEventListener("keydown",A)}},[i,r]);const h=Vl((A,O)=>{r==null||r(A,O)}),f=Vl(A=>{!r||A==null||l.start(A,()=>{h(null,"timeout")})});c.useEffect(()=>(i&&f(e),l.clear),[i,e,f,l]);const p=A=>{r==null||r(A,"clickaway")},v=l.clear,w=c.useCallback(()=>{e!=null&&f(a??e*.5)},[e,a,f]),b=A=>O=>{const j=A.onBlur;j==null||j(O),w()},T=A=>O=>{const j=A.onFocus;j==null||j(O),v()},P=A=>O=>{const j=A.onMouseEnter;j==null||j(O),v()},V=A=>O=>{const j=A.onMouseLeave;j==null||j(O),w()};return c.useEffect(()=>{if(!n&&i)return window.addEventListener("focus",w),window.addEventListener("blur",v),()=>{window.removeEventListener("focus",w),window.removeEventListener("blur",v)}},[n,i,w,v]),{getRootProps:(A={})=>{const O={...cn(t),...cn(A)};return{role:"presentation",...A,...O,onBlur:b(O),onFocus:T(O),onMouseEnter:P(O),onMouseLeave:V(O)}},onClickAway:p}}function a8(t){const{checked:e,defaultChecked:n,disabled:r,onBlur:i,onChange:a,onFocus:l,onFocusVisible:h,readOnly:f,required:p}=t,[v,w]=Zf({controlled:e,default:!!n,name:"Switch",state:"checked"}),b=K=>le=>{var he;le.nativeEvent.defaultPrevented||(w(le.target.checked),a==null||a(le),(he=K.onChange)==null||he.call(K,le))},{isFocusVisibleRef:T,onBlur:P,onFocus:V,ref:F}=qf(),[A,O]=c.useState(!1);r&&A&&O(!1),c.useEffect(()=>{T.current=A},[A,T]);const j=c.useRef(null),W=K=>le=>{var he;j.current||(j.current=le.currentTarget),V(le),T.current===!0&&(O(!0),h==null||h(le)),l==null||l(le),(he=K.onFocus)==null||he.call(K,le)},N=K=>le=>{var he;P(le),T.current===!1&&O(!1),i==null||i(le),(he=K.onBlur)==null||he.call(K,le)},Y=un(F,j);return{checked:v,disabled:!!r,focusVisible:A,getInputProps:(K={})=>({checked:e,defaultChecked:n,disabled:r,readOnly:f,ref:Y,required:p,type:"checkbox",role:"switch","aria-checked":e,...K,onChange:b(K),onFocus:W(K),onBlur:N(K)}),inputRef:Y,readOnly:!!f}}const C4="TabPanel";function l8(t){return Xo(C4,t)}Ki(C4,["root","hidden"]);const w4="Tabs";function c8(t){return Xo(w4,t)}Ki(w4,["root","horizontal","vertical"]);function u8(t){const{value:e,defaultValue:n,onChange:r,orientation:i="horizontal",direction:a="ltr",selectionFollowsFocus:l=!1}=t,[h,f]=Zf({controlled:e,default:n,name:"Tabs",state:"value"}),p=c.useCallback((F,A)=>{f(A),r==null||r(F,A)},[r,f]),{subitems:v,contextValue:w}=f0(),b=c.useRef(()=>{}),T=c.useCallback(F=>{var A;return(A=v.get(F))==null?void 0:A.id},[v]),P=c.useCallback(F=>b.current(F),[]),V=c.useCallback(F=>{b.current=F},[]);return{contextValue:{direction:a,getTabId:P,getTabPanelId:T,onSelected:p,orientation:i,registerTabIdLookup:V,selectionFollowsFocus:l,value:h,...w}}}const w0=c.createContext(null);process.env.NODE_ENV!=="production"&&(w0.displayName="TabsContext");function y0(){const t=c.useContext(w0);if(t==null)throw new Error("No TabsContext provided");return t}function d8(t){const{value:e,children:n}=t,{direction:r,getItemIndex:i,onSelected:a,orientation:l,registerItem:h,registerTabIdLookup:f,selectionFollowsFocus:p,totalSubitemCount:v,value:w,getTabId:b,getTabPanelId:T}=e,P=c.useMemo(()=>({getItemIndex:i,registerItem:h,totalSubitemCount:v}),[h,i,v]),V=c.useMemo(()=>({direction:r,getTabId:b,getTabPanelId:T,onSelected:a,orientation:l,registerTabIdLookup:f,selectionFollowsFocus:p,value:w}),[r,b,T,a,l,f,p,w]);return L.jsx(Zl.Provider,{value:P,children:L.jsx(w0.Provider,{value:V,children:n})})}const f8=t=>{const{orientation:e}=t;return Xi({root:["root",e]},Yi(c8))},y4=c.forwardRef(function(e,n){const{children:r,value:i,defaultValue:a,orientation:l="horizontal",direction:h="ltr",onChange:f,selectionFollowsFocus:p,slotProps:v={},slots:w={},...b}=e,T={...e,orientation:l,direction:h},{contextValue:P}=u8(T),V=f8(T),F=w.root??"div",A=po({elementType:F,externalSlotProps:v.root,externalForwardedProps:b,additionalProps:{ref:n},ownerState:T,className:V.root});return L.jsx(F,{...A,children:L.jsx(d8,{value:P,children:r})})});process.env.NODE_ENV!=="production"&&(y4.propTypes={children:H.node,className:H.string,defaultValue:H.oneOfType([H.number,H.string]),direction:H.oneOf(["ltr","rtl"]),onChange:H.func,orientation:H.oneOf(["horizontal","vertical"]),selectionFollowsFocus:H.bool,slotProps:H.shape({root:H.oneOfType([H.func,H.object])}),slots:H.shape({root:H.elementType}),value:H.oneOfType([H.number,H.string])});function h8(t){return t.size}function p8(t){const{value:e,id:n,rootRef:r}=t,i=y0();if(i===null)throw new Error("No TabContext provided");const{value:a,getTabId:l}=i,h=Dc(n),f=c.useRef(null),p=un(f,r),v=c.useMemo(()=>({id:h,ref:f}),[h]),{id:w}=h0(e??h8,v),b=w!==a,T=w!==void 0?l(w):void 0;return{hidden:b,getRootProps:(V={})=>({"aria-labelledby":T??void 0,hidden:b,id:h??void 0,...V,ref:p}),rootRef:p}}const m8=t=>{const{hidden:e}=t;return Xi({root:["root",e&&"hidden"]},Yi(l8))},b4=c.forwardRef(function(e,n){const{children:r,value:i,slotProps:a={},slots:l={},...h}=e,{hidden:f,getRootProps:p}=p8(e),v={...e,hidden:f},w=m8(v),b=l.root??"div",T=po({elementType:b,getSlotProps:p,externalSlotProps:a.root,externalForwardedProps:h,additionalProps:{role:"tabpanel",ref:n},ownerState:v,className:w.root});return L.jsx(b,{...T,children:!f&&r})});process.env.NODE_ENV!=="production"&&(b4.propTypes={children:H.node,className:H.string,slotProps:H.shape({root:H.oneOfType([H.func,H.object])}),slots:H.shape({root:H.elementType}),value:H.oneOfType([H.number,H.string])});const x4="TabsList";function g8(t){return Xo(x4,t)}Ki(x4,["root","horizontal","vertical"]);const _4={valueChange:"valueChange"};function v8(t,e){if(e.type===_4.valueChange)return{...t,highlightedValue:e.value};const n=d0(t,e),{context:{selectionFollowsFocus:r}}=e;if(e.type===_t.itemsChange){if(n.selectedValues.length>0)return{...n,highlightedValue:n.selectedValues[0]};zt(null,"reset",e.context)}return r&&n.highlightedValue!=null?{...n,selectedValues:[n.highlightedValue]}:n}function C8(t){const{rootRef:e}=t,{direction:n="ltr",onSelected:r,orientation:i="horizontal",value:a,registerTabIdLookup:l,selectionFollowsFocus:h}=y0(),{subitems:f,contextValue:p}=f0(),v=c.useCallback(he=>{var Te;return(Te=f.get(he))==null?void 0:Te.id},[f]);l(v);const w=c.useMemo(()=>Array.from(f.keys()),[f]),b=c.useCallback(he=>{var Te;return he==null?null:((Te=f.get(he))==null?void 0:Te.ref.current)??null},[f]),T=n==="rtl";let P;i==="vertical"?P="vertical":P=T?"horizontal-rtl":"horizontal-ltr";const V=c.useCallback((he,Te)=>{r(he,Te[0]??null)},[r]),F=c.useMemo(()=>a===void 0?{}:a!=null?{selectedValues:[a]}:{selectedValues:[]},[a]),A=c.useCallback(he=>{var Te;return((Te=f.get(he))==null?void 0:Te.disabled)??!1},[f]),{contextValue:O,dispatch:j,getRootProps:W,state:{highlightedValue:N,selectedValues:Y},rootRef:J}=Qf({controlledProps:F,disabledItemsFocusable:!h,focusManagement:"DOM",getItemDomElement:b,isItemDisabled:A,items:w,rootRef:e,onChange:V,orientation:P,reducerActionContext:c.useMemo(()=>({selectionFollowsFocus:h||!1}),[h]),selectionMode:"single",stateReducer:v8});c.useEffect(()=>{a!==void 0&&a!=null&&j({type:_4.valueChange,value:a})},[j,a]);const K=(he={})=>({...he,...W(he),"aria-orientation":i==="vertical"?"vertical":void 0,role:"tablist"});return{contextValue:c.useMemo(()=>({...p,...O}),[p,O]),dispatch:j,getRootProps:K,highlightedValue:N,isRtl:T,orientation:i,rootRef:J,selectedValue:Y[0]??null}}function w8(t){const{value:e,children:n}=t,{dispatch:r,getItemIndex:i,getItemState:a,registerItem:l,totalSubitemCount:h}=e,f=c.useMemo(()=>({dispatch:r,getItemState:a,getItemIndex:i}),[r,i,a]),p=c.useMemo(()=>({getItemIndex:i,registerItem:l,totalSubitemCount:h}),[l,i,h]);return L.jsx(Zl.Provider,{value:p,children:L.jsx($c.Provider,{value:f,children:n})})}const y8=t=>{const{orientation:e}=t;return Xi({root:["root",e]},Yi(g8))},E4=c.forwardRef(function(e,n){const{children:r,slotProps:i={},slots:a={},...l}=e,{isRtl:h,orientation:f,getRootProps:p,contextValue:v}=C8({rootRef:n}),w={...e,isRtl:h,orientation:f},b=y8(w),T=a.root??"div",P=po({elementType:T,getSlotProps:p,externalSlotProps:i.root,externalForwardedProps:l,ownerState:w,className:b.root});return L.jsx(w8,{value:v,children:L.jsx(T,{...P,children:r})})});process.env.NODE_ENV!=="production"&&(E4.propTypes={children:H.node,className:H.string,slotProps:H.shape({root:H.oneOfType([H.func,H.object])}),slots:H.shape({root:H.elementType})});const k4="Tab";function b8(t){return Xo(k4,t)}Ki(k4,["root","selected","disabled"]);function x8(t){return t.size}function _8(t){const{value:e,rootRef:n,disabled:r=!1,id:i}=t,a=c.useRef(null),l=Dc(i),{value:h,selectionFollowsFocus:f,getTabPanelId:p}=y0(),v=c.useMemo(()=>({disabled:r,ref:a,id:l}),[r,a,l]),{id:w,index:b,totalItemCount:T}=h0(e??x8,v),{getRootProps:P,highlighted:V,selected:F}=e4({item:w}),{getRootProps:A,rootRef:O,active:j,focusVisible:W,setFocusVisible:N}=jc({disabled:r,focusableWhenDisabled:!f,type:"button"}),Y=un(a,n,O),J=w!==void 0?p(w):void 0;return{getRootProps:(le={})=>{const he=cn(le),Te=Bl(P,A);return{...le,...Te(he),role:"tab","aria-controls":J,"aria-selected":F,id:l,ref:Y}},active:j,focusVisible:W,highlighted:V,index:b,rootRef:Y,selected:F||w===h,setFocusVisible:N,totalTabsCount:T}}const E8=t=>{const{selected:e,disabled:n}=t;return Xi({root:["root",e&&"selected",n&&"disabled"]},Yi(b8))},S4=c.forwardRef(function(e,n){const{action:r,children:i,disabled:a=!1,onChange:l,onClick:h,onFocus:f,slotProps:p={},slots:v={},value:w,...b}=e,T=c.useRef(),P=un(T,n),{active:V,highlighted:F,selected:A,getRootProps:O}=_8({...e,rootRef:P,value:w}),j={...e,active:V,disabled:a,highlighted:F,selected:A},W=E8(j),N=v.root??"button",Y=po({elementType:N,getSlotProps:O,externalSlotProps:p.root,externalForwardedProps:b,additionalProps:{ref:n},ownerState:j,className:W.root});return L.jsx(N,{...Y,children:i})});process.env.NODE_ENV!=="production"&&(S4.propTypes={action:H.oneOfType([H.func,H.shape({current:H.shape({focusVisible:H.func.isRequired})})]),children:H.node,disabled:H.bool,onChange:H.func,slotProps:H.shape({root:H.oneOfType([H.func,H.object])}),slots:H.shape({root:H.elementType}),value:H.oneOfType([H.number,H.string])});const zd={"badgeIcon--size-small":"_badgeIcon--size-small_7iis0_120","badgeIcon--size-medium":"_badgeIcon--size-medium_7iis0_124"},k8=(t,e)=>c.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:e,...t},c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",fill:"#B5D622"}),c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",stroke:"white",strokeWidth:1.5}),c.createElement("path",{d:"M10.2419 13.2547C10.0913 13.1715 9.90865 13.1715 9.75814 13.2547L7.50156 14.5019C7.13625 14.7038 6.69898 14.3957 6.76623 13.9837L7.20934 11.2693C7.23491 11.1126 7.18459 10.9531 7.07374 10.8395L5.17957 8.89824C4.89535 8.60696 5.05962 8.11626 5.46192 8.0548L8.03689 7.66136C8.20173 7.63618 8.34316 7.53047 8.414 7.37952L9.54737 4.9645C9.72731 4.58106 10.2727 4.58106 10.4526 4.9645L11.586 7.37952C11.6568 7.53047 11.7983 7.63618 11.9631 7.66136L14.5381 8.0548C14.9404 8.11626 15.1046 8.60696 14.8204 8.89824L12.9263 10.8395C12.8154 10.9531 12.7651 11.1126 12.7907 11.2693L13.2338 13.9837C13.301 14.3957 12.8638 14.7038 12.4984 14.5019L10.2419 13.2547Z",fill:"white"})),S8=R.forwardRef(k8),R8=(t,e)=>c.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:e,...t},c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",fill:"#738C00"}),c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",stroke:"white",strokeWidth:1.5}),c.createElement("path",{d:"M10.2419 13.2547C10.0913 13.1715 9.90865 13.1715 9.75814 13.2547L7.50156 14.5019C7.13625 14.7038 6.69898 14.3957 6.76623 13.9837L7.20934 11.2693C7.23491 11.1126 7.18459 10.9531 7.07374 10.8395L5.17957 8.89824C4.89535 8.60696 5.05962 8.11626 5.46192 8.0548L8.03689 7.66136C8.20173 7.63618 8.34316 7.53047 8.414 7.37952L9.54737 4.9645C9.72731 4.58106 10.2727 4.58106 10.4526 4.9645L11.586 7.37952C11.6568 7.53047 11.7983 7.63618 11.9631 7.66136L14.5381 8.0548C14.9404 8.11626 15.1046 8.60696 14.8204 8.89824L12.9263 10.8395C12.8154 10.9531 12.7651 11.1126 12.7907 11.2693L13.2338 13.9837C13.301 14.3957 12.8638 14.7038 12.4984 14.5019L10.2419 13.2547Z",fill:"#FFDD64"})),T8=R.forwardRef(R8),M8=(t,e)=>c.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:e,...t},c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",fill:"#01819C"}),c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",stroke:"white",strokeWidth:1.5}),c.createElement("path",{d:"M10.2419 13.2547C10.0913 13.1715 9.90865 13.1715 9.75814 13.2547L7.50156 14.5019C7.13625 14.7038 6.69898 14.3957 6.76623 13.9837L7.20934 11.2693C7.23491 11.1126 7.18459 10.9531 7.07374 10.8395L5.17957 8.89824C4.89535 8.60696 5.05962 8.11626 5.46192 8.0548L8.03689 7.66136C8.20173 7.63618 8.34316 7.53047 8.414 7.37952L9.54737 4.9645C9.72731 4.58106 10.2727 4.58106 10.4526 4.9645L11.586 7.37952C11.6568 7.53047 11.7983 7.63618 11.9631 7.66136L14.5381 8.0548C14.9404 8.11626 15.1046 8.60696 14.8204 8.89824L12.9263 10.8395C12.8154 10.9531 12.7651 11.1126 12.7907 11.2693L13.2338 13.9837C13.301 14.3957 12.8638 14.7038 12.4984 14.5019L10.2419 13.2547Z",fill:"#FFDD64"})),L8=R.forwardRef(M8),P8=(t,e)=>c.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:e,...t},c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",fill:"#DC8541"}),c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",stroke:"white",strokeWidth:1.5}),c.createElement("path",{d:"M4.5 4.5L15.5 15.5",stroke:"white",strokeWidth:2,strokeLinecap:"round"})),A8=R.forwardRef(P8),F8=(t,e)=>c.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:e,...t},c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",fill:"#7C5BFF"}),c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",stroke:"white",strokeWidth:1.5}),c.createElement("path",{d:"M10.2419 13.2547C10.0913 13.1715 9.90865 13.1715 9.75814 13.2547L7.50156 14.5019C7.13625 14.7038 6.69898 14.3957 6.76623 13.9837L7.20934 11.2693C7.23491 11.1126 7.18459 10.9531 7.07374 10.8395L5.17957 8.89824C4.89535 8.60696 5.05962 8.11626 5.46192 8.0548L8.03689 7.66136C8.20173 7.63618 8.34316 7.53047 8.414 7.37952L9.54737 4.9645C9.72731 4.58106 10.2727 4.58106 10.4526 4.9645L11.586 7.37952C11.6568 7.53047 11.7983 7.63618 11.9631 7.66136L14.5381 8.0548C14.9404 8.11626 15.1046 8.60696 14.8204 8.89824L12.9263 10.8395C12.8154 10.9531 12.7651 11.1126 12.7907 11.2693L13.2338 13.9837C13.301 14.3957 12.8638 14.7038 12.4984 14.5019L10.2419 13.2547Z",fill:"white"})),I8=R.forwardRef(F8),D8={ben:S8,is_supporter:I8,localBiz:T8,localOrg:L8,muted:A8},b0=({ariaLabel:t,className:e,role:n,size:r,type:i})=>{const a=pe(zd.badgeIcon,zd[`badgeIcon--size-${r}`],e),l=D8[i];return L.jsx(l,{className:a,"aria-label":t,role:n})},V8="_badge_vul51_120",B8="_badge__list_vul51_124",O8="_badge__icon_vul51_130",c2={badge:V8,badge__list:B8,badge__icon:O8},j8=({ariaLabel:t,badgeIcons:e,children:n})=>L.jsx(Oc,{badgeContent:e.map((r,i)=>L.jsx(b0,{size:"small",type:r,className:c2.badge__icon,role:"presentation"},i)),className:c2.badge,slotProps:{badge:{className:c2.badge__list}},"aria-label":t,role:"status",children:n});var zc={},Zc={};Object.defineProperty(Zc,"__esModule",{value:!0});Zc.bodyRegExps={xml:/&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g,html4:/∉|&(?:nbsp|iexcl|cent|pound|curren|yen|brvbar|sect|uml|copy|ordf|laquo|not|shy|reg|macr|deg|plusmn|sup2|sup3|acute|micro|para|middot|cedil|sup1|ordm|raquo|frac14|frac12|frac34|iquest|Agrave|Aacute|Acirc|Atilde|Auml|Aring|AElig|Ccedil|Egrave|Eacute|Ecirc|Euml|Igrave|Iacute|Icirc|Iuml|ETH|Ntilde|Ograve|Oacute|Ocirc|Otilde|Ouml|times|Oslash|Ugrave|Uacute|Ucirc|Uuml|Yacute|THORN|szlig|agrave|aacute|acirc|atilde|auml|aring|aelig|ccedil|egrave|eacute|ecirc|euml|igrave|iacute|icirc|iuml|eth|ntilde|ograve|oacute|ocirc|otilde|ouml|divide|oslash|ugrave|uacute|ucirc|uuml|yacute|thorn|yuml|quot|amp|lt|gt|#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g,html5:/·|℗|⋇|⪧|⩺|⋗|⦕|⩼|⪆|⥸|⋗|⋛|⪌|≷|≳|⪦|⩹|⋖|⋋|⋉|⥶|⩻|⦖|◃|⊴|◂|∉|⋹̸|⋵̸|∉|⋷|⋶|∌|∌|⋾|⋽|∥|⊠|⨱|⨰|&(?:AElig|AMP|Aacute|Acirc|Agrave|Aring|Atilde|Auml|COPY|Ccedil|ETH|Eacute|Ecirc|Egrave|Euml|GT|Iacute|Icirc|Igrave|Iuml|LT|Ntilde|Oacute|Ocirc|Ograve|Oslash|Otilde|Ouml|QUOT|REG|THORN|Uacute|Ucirc|Ugrave|Uuml|Yacute|aacute|acirc|acute|aelig|agrave|amp|aring|atilde|auml|brvbar|ccedil|cedil|cent|copy|curren|deg|divide|eacute|ecirc|egrave|eth|euml|frac12|frac14|frac34|gt|iacute|icirc|iexcl|igrave|iquest|iuml|laquo|lt|macr|micro|middot|nbsp|not|ntilde|oacute|ocirc|ograve|ordf|ordm|oslash|otilde|ouml|para|plusmn|pound|quot|raquo|reg|sect|shy|sup1|sup2|sup3|szlig|thorn|times|uacute|ucirc|ugrave|uml|uuml|yacute|yen|yuml|#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g};Zc.namedReferences={xml:{entities:{"<":"<",">":">",""":'"',"'":"'","&":"&"},characters:{"<":"<",">":">",'"':""","'":"'","&":"&"}},html4:{entities:{"'":"'"," ":" "," ":" ","¡":"¡","¡":"¡","¢":"¢","¢":"¢","£":"£","£":"£","¤":"¤","¤":"¤","¥":"¥","¥":"¥","¦":"¦","¦":"¦","§":"§","§":"§","¨":"¨","¨":"¨","©":"©","©":"©","ª":"ª","ª":"ª","«":"«","«":"«","¬":"¬","¬":"¬","­":"","­":"","®":"®","®":"®","¯":"¯","¯":"¯","°":"°","°":"°","±":"±","±":"±","²":"²","²":"²","³":"³","³":"³","´":"´","´":"´","µ":"µ","µ":"µ","¶":"¶","¶":"¶","·":"·","·":"·","¸":"¸","¸":"¸","¹":"¹","¹":"¹","º":"º","º":"º","»":"»","»":"»","¼":"¼","¼":"¼","½":"½","½":"½","¾":"¾","¾":"¾","¿":"¿","¿":"¿","À":"À","À":"À","Á":"Á","Á":"Á","Â":"Â","Â":"Â","Ã":"Ã","Ã":"Ã","Ä":"Ä","Ä":"Ä","Å":"Å","Å":"Å","Æ":"Æ","Æ":"Æ","Ç":"Ç","Ç":"Ç","È":"È","È":"È","É":"É","É":"É","Ê":"Ê","Ê":"Ê","Ë":"Ë","Ë":"Ë","Ì":"Ì","Ì":"Ì","Í":"Í","Í":"Í","Î":"Î","Î":"Î","Ï":"Ï","Ï":"Ï","Ð":"Ð","Ð":"Ð","Ñ":"Ñ","Ñ":"Ñ","Ò":"Ò","Ò":"Ò","Ó":"Ó","Ó":"Ó","Ô":"Ô","Ô":"Ô","Õ":"Õ","Õ":"Õ","Ö":"Ö","Ö":"Ö","×":"×","×":"×","Ø":"Ø","Ø":"Ø","Ù":"Ù","Ù":"Ù","Ú":"Ú","Ú":"Ú","Û":"Û","Û":"Û","Ü":"Ü","Ü":"Ü","Ý":"Ý","Ý":"Ý","Þ":"Þ","Þ":"Þ","ß":"ß","ß":"ß","à":"à","à":"à","á":"á","á":"á","â":"â","â":"â","ã":"ã","ã":"ã","ä":"ä","ä":"ä","å":"å","å":"å","æ":"æ","æ":"æ","ç":"ç","ç":"ç","è":"è","è":"è","é":"é","é":"é","ê":"ê","ê":"ê","ë":"ë","ë":"ë","ì":"ì","ì":"ì","í":"í","í":"í","î":"î","î":"î","ï":"ï","ï":"ï","ð":"ð","ð":"ð","ñ":"ñ","ñ":"ñ","ò":"ò","ò":"ò","ó":"ó","ó":"ó","ô":"ô","ô":"ô","õ":"õ","õ":"õ","ö":"ö","ö":"ö","÷":"÷","÷":"÷","ø":"ø","ø":"ø","ù":"ù","ù":"ù","ú":"ú","ú":"ú","û":"û","û":"û","ü":"ü","ü":"ü","ý":"ý","ý":"ý","þ":"þ","þ":"þ","ÿ":"ÿ","ÿ":"ÿ",""":'"',""":'"',"&":"&","&":"&","<":"<","<":"<",">":">",">":">","Œ":"Œ","œ":"œ","Š":"Š","š":"š","Ÿ":"Ÿ","ˆ":"ˆ","˜":"˜"," ":" "," ":" "," ":" ","‌":"","‍":"","‎":"","‏":"","–":"–","—":"—","‘":"‘","’":"’","‚":"‚","“":"“","”":"”","„":"„","†":"†","‡":"‡","‰":"‰","‹":"‹","›":"›","€":"€","ƒ":"ƒ","Α":"Α","Β":"Β","Γ":"Γ","Δ":"Δ","Ε":"Ε","Ζ":"Ζ","Η":"Η","Θ":"Θ","Ι":"Ι","Κ":"Κ","Λ":"Λ","Μ":"Μ","Ν":"Ν","Ξ":"Ξ","Ο":"Ο","Π":"Π","Ρ":"Ρ","Σ":"Σ","Τ":"Τ","Υ":"Υ","Φ":"Φ","Χ":"Χ","Ψ":"Ψ","Ω":"Ω","α":"α","β":"β","γ":"γ","δ":"δ","ε":"ε","ζ":"ζ","η":"η","θ":"θ","ι":"ι","κ":"κ","λ":"λ","μ":"μ","ν":"ν","ξ":"ξ","ο":"ο","π":"π","ρ":"ρ","ς":"ς","σ":"σ","τ":"τ","υ":"υ","φ":"φ","χ":"χ","ψ":"ψ","ω":"ω","ϑ":"ϑ","ϒ":"ϒ","ϖ":"ϖ","•":"•","…":"…","′":"′","″":"″","‾":"‾","⁄":"⁄","℘":"℘","ℑ":"ℑ","ℜ":"ℜ","™":"™","ℵ":"ℵ","←":"←","↑":"↑","→":"→","↓":"↓","↔":"↔","↵":"↵","⇐":"⇐","⇑":"⇑","⇒":"⇒","⇓":"⇓","⇔":"⇔","∀":"∀","∂":"∂","∃":"∃","∅":"∅","∇":"∇","∈":"∈","∉":"∉","∋":"∋","∏":"∏","∑":"∑","−":"−","∗":"∗","√":"√","∝":"∝","∞":"∞","∠":"∠","∧":"∧","∨":"∨","∩":"∩","∪":"∪","∫":"∫","∴":"∴","∼":"∼","≅":"≅","≈":"≈","≠":"≠","≡":"≡","≤":"≤","≥":"≥","⊂":"⊂","⊃":"⊃","⊄":"⊄","⊆":"⊆","⊇":"⊇","⊕":"⊕","⊗":"⊗","⊥":"⊥","⋅":"⋅","⌈":"⌈","⌉":"⌉","⌊":"⌊","⌋":"⌋","⟨":"〈","⟩":"〉","◊":"◊","♠":"♠","♣":"♣","♥":"♥","♦":"♦"},characters:{"'":"'"," ":" ","¡":"¡","¢":"¢","£":"£","¤":"¤","¥":"¥","¦":"¦","§":"§","¨":"¨","©":"©",ª:"ª","«":"«","¬":"¬","":"­","®":"®","¯":"¯","°":"°","±":"±","²":"²","³":"³","´":"´",µ:"µ","¶":"¶","·":"·","¸":"¸","¹":"¹",º:"º","»":"»","¼":"¼","½":"½","¾":"¾","¿":"¿",À:"À",Á:"Á",Â:"Â",Ã:"Ã",Ä:"Ä",Å:"Å",Æ:"Æ",Ç:"Ç",È:"È",É:"É",Ê:"Ê",Ë:"Ë",Ì:"Ì",Í:"Í",Î:"Î",Ï:"Ï",Ð:"Ð",Ñ:"Ñ",Ò:"Ò",Ó:"Ó",Ô:"Ô",Õ:"Õ",Ö:"Ö","×":"×",Ø:"Ø",Ù:"Ù",Ú:"Ú",Û:"Û",Ü:"Ü",Ý:"Ý",Þ:"Þ",ß:"ß",à:"à",á:"á",â:"â",ã:"ã",ä:"ä",å:"å",æ:"æ",ç:"ç",è:"è",é:"é",ê:"ê",ë:"ë",ì:"ì",í:"í",î:"î",ï:"ï",ð:"ð",ñ:"ñ",ò:"ò",ó:"ó",ô:"ô",õ:"õ",ö:"ö","÷":"÷",ø:"ø",ù:"ù",ú:"ú",û:"û",ü:"ü",ý:"ý",þ:"þ",ÿ:"ÿ",'"':""","&":"&","<":"<",">":">",Œ:"Œ",œ:"œ",Š:"Š",š:"š",Ÿ:"Ÿ","ˆ":"ˆ","˜":"˜"," ":" "," ":" "," ":" ","":"‌","":"‍","":"‎","":"‏","–":"–","—":"—","‘":"‘","’":"’","‚":"‚","“":"“","”":"”","„":"„","†":"†","‡":"‡","‰":"‰","‹":"‹","›":"›","€":"€",ƒ:"ƒ",Α:"Α",Β:"Β",Γ:"Γ",Δ:"Δ",Ε:"Ε",Ζ:"Ζ",Η:"Η",Θ:"Θ",Ι:"Ι",Κ:"Κ",Λ:"Λ",Μ:"Μ",Ν:"Ν",Ξ:"Ξ",Ο:"Ο",Π:"Π",Ρ:"Ρ",Σ:"Σ",Τ:"Τ",Υ:"Υ",Φ:"Φ",Χ:"Χ",Ψ:"Ψ",Ω:"Ω",α:"α",β:"β",γ:"γ",δ:"δ",ε:"ε",ζ:"ζ",η:"η",θ:"θ",ι:"ι",κ:"κ",λ:"λ",μ:"μ",ν:"ν",ξ:"ξ",ο:"ο",π:"π",ρ:"ρ",ς:"ς",σ:"σ",τ:"τ",υ:"υ",φ:"φ",χ:"χ",ψ:"ψ",ω:"ω",ϑ:"ϑ",ϒ:"ϒ",ϖ:"ϖ","•":"•","…":"…","′":"′","″":"″","‾":"‾","⁄":"⁄","℘":"℘",ℑ:"ℑ",ℜ:"ℜ","™":"™",ℵ:"ℵ","←":"←","↑":"↑","→":"→","↓":"↓","↔":"↔","↵":"↵","⇐":"⇐","⇑":"⇑","⇒":"⇒","⇓":"⇓","⇔":"⇔","∀":"∀","∂":"∂","∃":"∃","∅":"∅","∇":"∇","∈":"∈","∉":"∉","∋":"∋","∏":"∏","∑":"∑","−":"−","∗":"∗","√":"√","∝":"∝","∞":"∞","∠":"∠","∧":"∧","∨":"∨","∩":"∩","∪":"∪","∫":"∫","∴":"∴","∼":"∼","≅":"≅","≈":"≈","≠":"≠","≡":"≡","≤":"≤","≥":"≥","⊂":"⊂","⊃":"⊃","⊄":"⊄","⊆":"⊆","⊇":"⊇","⊕":"⊕","⊗":"⊗","⊥":"⊥","⋅":"⋅","⌈":"⌈","⌉":"⌉","⌊":"⌊","⌋":"⌋","〈":"⟨","〉":"⟩","◊":"◊","♠":"♠","♣":"♣","♥":"♥","♦":"♦"}},html5:{entities:{"Æ":"Æ","Æ":"Æ","&":"&","&":"&","Á":"Á","Á":"Á","Ă":"Ă","Â":"Â","Â":"Â","А":"А","𝔄":"𝔄","À":"À","À":"À","Α":"Α","Ā":"Ā","⩓":"⩓","Ą":"Ą","𝔸":"𝔸","⁡":"","Å":"Å","Å":"Å","𝒜":"𝒜","≔":"≔","Ã":"Ã","Ã":"Ã","Ä":"Ä","Ä":"Ä","∖":"∖","⫧":"⫧","⌆":"⌆","Б":"Б","∵":"∵","ℬ":"ℬ","Β":"Β","𝔅":"𝔅","𝔹":"𝔹","˘":"˘","ℬ":"ℬ","≎":"≎","Ч":"Ч","©":"©","©":"©","Ć":"Ć","⋒":"⋒","ⅅ":"ⅅ","ℭ":"ℭ","Č":"Č","Ç":"Ç","Ç":"Ç","Ĉ":"Ĉ","∰":"∰","Ċ":"Ċ","¸":"¸","·":"·","ℭ":"ℭ","Χ":"Χ","⊙":"⊙","⊖":"⊖","⊕":"⊕","⊗":"⊗","∲":"∲","”":"”","’":"’","∷":"∷","⩴":"⩴","≡":"≡","∯":"∯","∮":"∮","ℂ":"ℂ","∐":"∐","∳":"∳","⨯":"⨯","𝒞":"𝒞","⋓":"⋓","≍":"≍","ⅅ":"ⅅ","⤑":"⤑","Ђ":"Ђ","Ѕ":"Ѕ","Џ":"Џ","‡":"‡","↡":"↡","⫤":"⫤","Ď":"Ď","Д":"Д","∇":"∇","Δ":"Δ","𝔇":"𝔇","´":"´","˙":"˙","˝":"˝","`":"`","˜":"˜","⋄":"⋄","ⅆ":"ⅆ","𝔻":"𝔻","¨":"¨","⃜":"⃜","≐":"≐","∯":"∯","¨":"¨","⇓":"⇓","⇐":"⇐","⇔":"⇔","⫤":"⫤","⟸":"⟸","⟺":"⟺","⟹":"⟹","⇒":"⇒","⊨":"⊨","⇑":"⇑","⇕":"⇕","∥":"∥","↓":"↓","⤓":"⤓","⇵":"⇵","̑":"̑","⥐":"⥐","⥞":"⥞","↽":"↽","⥖":"⥖","⥟":"⥟","⇁":"⇁","⥗":"⥗","⊤":"⊤","↧":"↧","⇓":"⇓","𝒟":"𝒟","Đ":"Đ","Ŋ":"Ŋ","Ð":"Ð","Ð":"Ð","É":"É","É":"É","Ě":"Ě","Ê":"Ê","Ê":"Ê","Э":"Э","Ė":"Ė","𝔈":"𝔈","È":"È","È":"È","∈":"∈","Ē":"Ē","◻":"◻","▫":"▫","Ę":"Ę","𝔼":"𝔼","Ε":"Ε","⩵":"⩵","≂":"≂","⇌":"⇌","ℰ":"ℰ","⩳":"⩳","Η":"Η","Ë":"Ë","Ë":"Ë","∃":"∃","ⅇ":"ⅇ","Ф":"Ф","𝔉":"𝔉","◼":"◼","▪":"▪","𝔽":"𝔽","∀":"∀","ℱ":"ℱ","ℱ":"ℱ","Ѓ":"Ѓ",">":">",">":">","Γ":"Γ","Ϝ":"Ϝ","Ğ":"Ğ","Ģ":"Ģ","Ĝ":"Ĝ","Г":"Г","Ġ":"Ġ","𝔊":"𝔊","⋙":"⋙","𝔾":"𝔾","≥":"≥","⋛":"⋛","≧":"≧","⪢":"⪢","≷":"≷","⩾":"⩾","≳":"≳","𝒢":"𝒢","≫":"≫","Ъ":"Ъ","ˇ":"ˇ","^":"^","Ĥ":"Ĥ","ℌ":"ℌ","ℋ":"ℋ","ℍ":"ℍ","─":"─","ℋ":"ℋ","Ħ":"Ħ","≎":"≎","≏":"≏","Е":"Е","IJ":"IJ","Ё":"Ё","Í":"Í","Í":"Í","Î":"Î","Î":"Î","И":"И","İ":"İ","ℑ":"ℑ","Ì":"Ì","Ì":"Ì","ℑ":"ℑ","Ī":"Ī","ⅈ":"ⅈ","⇒":"⇒","∬":"∬","∫":"∫","⋂":"⋂","⁣":"","⁢":"","Į":"Į","𝕀":"𝕀","Ι":"Ι","ℐ":"ℐ","Ĩ":"Ĩ","І":"І","Ï":"Ï","Ï":"Ï","Ĵ":"Ĵ","Й":"Й","𝔍":"𝔍","𝕁":"𝕁","𝒥":"𝒥","Ј":"Ј","Є":"Є","Х":"Х","Ќ":"Ќ","Κ":"Κ","Ķ":"Ķ","К":"К","𝔎":"𝔎","𝕂":"𝕂","𝒦":"𝒦","Љ":"Љ","<":"<","<":"<","Ĺ":"Ĺ","Λ":"Λ","⟪":"⟪","ℒ":"ℒ","↞":"↞","Ľ":"Ľ","Ļ":"Ļ","Л":"Л","⟨":"⟨","←":"←","⇤":"⇤","⇆":"⇆","⌈":"⌈","⟦":"⟦","⥡":"⥡","⇃":"⇃","⥙":"⥙","⌊":"⌊","↔":"↔","⥎":"⥎","⊣":"⊣","↤":"↤","⥚":"⥚","⊲":"⊲","⧏":"⧏","⊴":"⊴","⥑":"⥑","⥠":"⥠","↿":"↿","⥘":"⥘","↼":"↼","⥒":"⥒","⇐":"⇐","⇔":"⇔","⋚":"⋚","≦":"≦","≶":"≶","⪡":"⪡","⩽":"⩽","≲":"≲","𝔏":"𝔏","⋘":"⋘","⇚":"⇚","Ŀ":"Ŀ","⟵":"⟵","⟷":"⟷","⟶":"⟶","⟸":"⟸","⟺":"⟺","⟹":"⟹","𝕃":"𝕃","↙":"↙","↘":"↘","ℒ":"ℒ","↰":"↰","Ł":"Ł","≪":"≪","⤅":"⤅","М":"М"," ":" ","ℳ":"ℳ","𝔐":"𝔐","∓":"∓","𝕄":"𝕄","ℳ":"ℳ","Μ":"Μ","Њ":"Њ","Ń":"Ń","Ň":"Ň","Ņ":"Ņ","Н":"Н","​":"","​":"","​":"","​":"","≫":"≫","≪":"≪","
":`
|
|
56
|
+
`));i({type:_t.itemHover,item:n,event:P})}},[i,n]);let w;return f&&(w=l?0:-1),{getRootProps:(T={})=>{const P=cn(T);return{...T,onClick:p(P),onPointerOver:e?v(P):void 0,tabIndex:w}},highlighted:l,selected:h}}const Zl=c.createContext(null);process.env.NODE_ENV!=="production"&&(Zl.displayName="CompoundComponentContext");function Qp(t){const e=Array.from(t.keys()).map(n=>{const r=t.get(n);return{key:n,subitem:r}});return e.sort((n,r)=>{const i=n.subitem.ref.current,a=r.subitem.ref.current;return i===null||a===null||i===a?0:i.compareDocumentPosition(a)&Node.DOCUMENT_POSITION_PRECEDING?1:-1}),new Map(e.map(n=>[n.key,n.subitem]))}function f0(){const[t,e]=c.useState(new Map),n=c.useRef(new Set),r=c.useCallback(function(p){n.current.delete(p),e(v=>{const w=new Map(v);return w.delete(p),w})},[]),i=c.useCallback(function(p,v){let w;return typeof p=="function"?w=p(n.current):w=p,n.current.add(w),e(b=>{const T=new Map(b);return T.set(w,v),T}),{id:w,deregister:()=>r(w)}},[r]),a=c.useMemo(()=>Qp(t),[t]),l=c.useCallback(function(p){return Array.from(a.keys()).indexOf(p)},[a]);return{contextValue:c.useMemo(()=>({getItemIndex:l,registerItem:i,totalSubitemCount:t.size}),[l,i,t.size]),subitems:a}}function h0(t,e){const n=c.useContext(Zl);if(n===null)throw new Error("useCompoundItem must be used within a useCompoundParent");const{registerItem:r}=n,[i,a]=c.useState(typeof t=="function"?void 0:t);return da(()=>{const{id:l,deregister:h}=r(t,e);return a(l),h},[r,e,t]),{id:i,index:i!==void 0?n.getItemIndex(i):-1,totalItemCount:n.totalSubitemCount}}function Bl(t,e){return function(r={}){const i={...r,...t(r)};return{...i,...e(i)}}}const gc=Math.min,Wi=Math.max,vc=Math.round,$1=Math.floor,zo=t=>({x:t,y:t}),e6={left:"right",right:"left",bottom:"top",top:"bottom"},t6={start:"end",end:"start"};function Id(t,e,n){return Wi(t,gc(e,n))}function Nc(t,e){return typeof t=="function"?t(e):t}function zi(t){return t.split("-")[0]}function Hc(t){return t.split("-")[1]}function t4(t){return t==="x"?"y":"x"}function n4(t){return t==="y"?"height":"width"}function Wc(t){return["top","bottom"].includes(zi(t))?"y":"x"}function r4(t){return t4(Wc(t))}function n6(t,e,n){n===void 0&&(n=!1);const r=Hc(t),i=r4(t),a=n4(i);let l=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[a]>e.floating[a]&&(l=Cc(l)),[l,Cc(l)]}function r6(t){const e=Cc(t);return[$2(t),e,$2(e)]}function $2(t){return t.replace(/start|end/g,e=>t6[e])}function o6(t,e,n){const r=["left","right"],i=["right","left"],a=["top","bottom"],l=["bottom","top"];switch(t){case"top":case"bottom":return n?e?i:r:e?r:i;case"left":case"right":return e?a:l;default:return[]}}function i6(t,e,n,r){const i=Hc(t);let a=o6(zi(t),n==="start",r);return i&&(a=a.map(l=>l+"-"+i),e&&(a=a.concat(a.map($2)))),a}function Cc(t){return t.replace(/left|right|bottom|top/g,e=>e6[e])}function s6(t){return{top:0,right:0,bottom:0,left:0,...t}}function a6(t){return typeof t!="number"?s6(t):{top:t,right:t,bottom:t,left:t}}function wc(t){const{x:e,y:n,width:r,height:i}=t;return{width:r,height:i,top:n,left:e,right:e+r,bottom:n+i,x:e,y:n}}function Dd(t,e,n){let{reference:r,floating:i}=t;const a=Wc(e),l=r4(e),h=n4(l),f=zi(e),p=a==="y",v=r.x+r.width/2-i.width/2,w=r.y+r.height/2-i.height/2,b=r[h]/2-i[h]/2;let T;switch(f){case"top":T={x:v,y:r.y-i.height};break;case"bottom":T={x:v,y:r.y+r.height};break;case"right":T={x:r.x+r.width,y:w};break;case"left":T={x:r.x-i.width,y:w};break;default:T={x:r.x,y:r.y}}switch(Hc(e)){case"start":T[l]-=b*(n&&p?-1:1);break;case"end":T[l]+=b*(n&&p?-1:1);break}return T}const l6=async(t,e,n)=>{const{placement:r="bottom",strategy:i="absolute",middleware:a=[],platform:l}=n,h=a.filter(Boolean),f=await(l.isRTL==null?void 0:l.isRTL(e));let p=await l.getElementRects({reference:t,floating:e,strategy:i}),{x:v,y:w}=Dd(p,r,f),b=r,T={},P=0;for(let V=0;V<h.length;V++){const{name:F,fn:A}=h[V],{x:O,y:j,data:W,reset:N}=await A({x:v,y:w,initialPlacement:r,placement:b,strategy:i,middlewareData:T,rects:p,platform:l,elements:{reference:t,floating:e}});v=O??v,w=j??w,T={...T,[F]:{...T[F],...W}},N&&P<=50&&(P++,typeof N=="object"&&(N.placement&&(b=N.placement),N.rects&&(p=N.rects===!0?await l.getElementRects({reference:t,floating:e,strategy:i}):N.rects),{x:v,y:w}=Dd(p,b,f)),V=-1)}return{x:v,y:w,placement:b,strategy:i,middlewareData:T}};async function o4(t,e){var n;e===void 0&&(e={});const{x:r,y:i,platform:a,rects:l,elements:h,strategy:f}=t,{boundary:p="clippingAncestors",rootBoundary:v="viewport",elementContext:w="floating",altBoundary:b=!1,padding:T=0}=Nc(e,t),P=a6(T),F=h[b?w==="floating"?"reference":"floating":w],A=wc(await a.getClippingRect({element:(n=await(a.isElement==null?void 0:a.isElement(F)))==null||n?F:F.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(h.floating)),boundary:p,rootBoundary:v,strategy:f})),O=w==="floating"?{x:r,y:i,width:l.floating.width,height:l.floating.height}:l.reference,j=await(a.getOffsetParent==null?void 0:a.getOffsetParent(h.floating)),W=await(a.isElement==null?void 0:a.isElement(j))?await(a.getScale==null?void 0:a.getScale(j))||{x:1,y:1}:{x:1,y:1},N=wc(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:h,rect:O,offsetParent:j,strategy:f}):O);return{top:(A.top-N.top+P.top)/W.y,bottom:(N.bottom-A.bottom+P.bottom)/W.y,left:(A.left-N.left+P.left)/W.x,right:(N.right-A.right+P.right)/W.x}}const c6=function(t){return t===void 0&&(t={}),{name:"flip",options:t,async fn(e){var n,r;const{placement:i,middlewareData:a,rects:l,initialPlacement:h,platform:f,elements:p}=e,{mainAxis:v=!0,crossAxis:w=!0,fallbackPlacements:b,fallbackStrategy:T="bestFit",fallbackAxisSideDirection:P="none",flipAlignment:V=!0,...F}=Nc(t,e);if((n=a.arrow)!=null&&n.alignmentOffset)return{};const A=zi(i),O=zi(h)===h,j=await(f.isRTL==null?void 0:f.isRTL(p.floating)),W=b||(O||!V?[Cc(h)]:r6(h));!b&&P!=="none"&&W.push(...i6(h,V,P,j));const N=[h,...W],Y=await o4(e,F),J=[];let K=((r=a.flip)==null?void 0:r.overflows)||[];if(v&&J.push(Y[A]),w){const ce=n6(i,l,j);J.push(Y[ce[0]],Y[ce[1]])}if(K=[...K,{placement:i,overflows:J}],!J.every(ce=>ce<=0)){var le,he;const ce=(((le=a.flip)==null?void 0:le.index)||0)+1,we=N[ce];if(we)return{data:{index:ce,overflows:K},reset:{placement:we}};let _e=(he=K.filter(se=>se.overflows[0]<=0).sort((se,ne)=>se.overflows[1]-ne.overflows[1])[0])==null?void 0:he.placement;if(!_e)switch(T){case"bestFit":{var Te;const se=(Te=K.map(ne=>[ne.placement,ne.overflows.filter(ee=>ee>0).reduce((ee,Ee)=>ee+Ee,0)]).sort((ne,ee)=>ne[1]-ee[1])[0])==null?void 0:Te[0];se&&(_e=se);break}case"initialPlacement":_e=h;break}if(i!==_e)return{reset:{placement:_e}}}return{}}}};async function u6(t,e){const{placement:n,platform:r,elements:i}=t,a=await(r.isRTL==null?void 0:r.isRTL(i.floating)),l=zi(n),h=Hc(n),f=Wc(n)==="y",p=["left","top"].includes(l)?-1:1,v=a&&f?-1:1,w=Nc(e,t);let{mainAxis:b,crossAxis:T,alignmentAxis:P}=typeof w=="number"?{mainAxis:w,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...w};return h&&typeof P=="number"&&(T=h==="end"?P*-1:P),f?{x:T*v,y:b*p}:{x:b*p,y:T*v}}const d6=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var n,r;const{x:i,y:a,placement:l,middlewareData:h}=e,f=await u6(e,t);return l===((n=h.offset)==null?void 0:n.placement)&&(r=h.arrow)!=null&&r.alignmentOffset?{}:{x:i+f.x,y:a+f.y,data:{...f,placement:l}}}}},f6=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:n,y:r,placement:i}=e,{mainAxis:a=!0,crossAxis:l=!1,limiter:h={fn:F=>{let{x:A,y:O}=F;return{x:A,y:O}}},...f}=Nc(t,e),p={x:n,y:r},v=await o4(e,f),w=Wc(zi(i)),b=t4(w);let T=p[b],P=p[w];if(a){const F=b==="y"?"top":"left",A=b==="y"?"bottom":"right",O=T+v[F],j=T-v[A];T=Id(O,T,j)}if(l){const F=w==="y"?"top":"left",A=w==="y"?"bottom":"right",O=P+v[F],j=P-v[A];P=Id(O,P,j)}const V=h.fn({...e,[b]:T,[w]:P});return{...V,data:{x:V.x-n,y:V.y-r}}}}};function va(t){return i4(t)?(t.nodeName||"").toLowerCase():"#document"}function Un(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function vo(t){var e;return(e=(i4(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function i4(t){return t instanceof Node||t instanceof Un(t).Node}function Hr(t){return t instanceof Element||t instanceof Un(t).Element}function Wr(t){return t instanceof HTMLElement||t instanceof Un(t).HTMLElement}function Vd(t){return typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof Un(t).ShadowRoot}function ql(t){const{overflow:e,overflowX:n,overflowY:r,display:i}=Er(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+n)&&!["inline","contents"].includes(i)}function h6(t){return["table","td","th"].includes(va(t))}function p0(t){const e=m0(),n=Er(t);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(r=>(n.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(n.contain||"").includes(r))}function p6(t){let e=Zo(t);for(;Wr(e)&&!fa(e);){if(p0(e))return e;e=Zo(e)}return null}function m0(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function fa(t){return["html","body","#document"].includes(va(t))}function Er(t){return Un(t).getComputedStyle(t)}function Uc(t){return Hr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Zo(t){if(va(t)==="html")return t;const e=t.assignedSlot||t.parentNode||Vd(t)&&t.host||vo(t);return Vd(e)?e.host:e}function s4(t){const e=Zo(t);return fa(e)?t.ownerDocument?t.ownerDocument.body:t.body:Wr(e)&&ql(e)?e:s4(e)}function Ol(t,e,n){var r;e===void 0&&(e=[]),n===void 0&&(n=!0);const i=s4(t),a=i===((r=t.ownerDocument)==null?void 0:r.body),l=Un(i);return a?e.concat(l,l.visualViewport||[],ql(i)?i:[],l.frameElement&&n?Ol(l.frameElement):[]):e.concat(i,Ol(i,[],n))}function a4(t){const e=Er(t);let n=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const i=Wr(t),a=i?t.offsetWidth:n,l=i?t.offsetHeight:r,h=vc(n)!==a||vc(r)!==l;return h&&(n=a,r=l),{width:n,height:r,$:h}}function g0(t){return Hr(t)?t:t.contextElement}function ua(t){const e=g0(t);if(!Wr(e))return zo(1);const n=e.getBoundingClientRect(),{width:r,height:i,$:a}=a4(e);let l=(a?vc(n.width):n.width)/r,h=(a?vc(n.height):n.height)/i;return(!l||!Number.isFinite(l))&&(l=1),(!h||!Number.isFinite(h))&&(h=1),{x:l,y:h}}const m6=zo(0);function l4(t){const e=Un(t);return!m0()||!e.visualViewport?m6:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function g6(t,e,n){return e===void 0&&(e=!1),!n||e&&n!==Un(t)?!1:e}function Zi(t,e,n,r){e===void 0&&(e=!1),n===void 0&&(n=!1);const i=t.getBoundingClientRect(),a=g0(t);let l=zo(1);e&&(r?Hr(r)&&(l=ua(r)):l=ua(t));const h=g6(a,n,r)?l4(a):zo(0);let f=(i.left+h.x)/l.x,p=(i.top+h.y)/l.y,v=i.width/l.x,w=i.height/l.y;if(a){const b=Un(a),T=r&&Hr(r)?Un(r):r;let P=b,V=P.frameElement;for(;V&&r&&T!==P;){const F=ua(V),A=V.getBoundingClientRect(),O=Er(V),j=A.left+(V.clientLeft+parseFloat(O.paddingLeft))*F.x,W=A.top+(V.clientTop+parseFloat(O.paddingTop))*F.y;f*=F.x,p*=F.y,v*=F.x,w*=F.y,f+=j,p+=W,P=Un(V),V=P.frameElement}}return wc({width:v,height:w,x:f,y:p})}const v6=[":popover-open",":modal"];function v0(t){return v6.some(e=>{try{return t.matches(e)}catch{return!1}})}function C6(t){let{elements:e,rect:n,offsetParent:r,strategy:i}=t;const a=i==="fixed",l=vo(r),h=e?v0(e.floating):!1;if(r===l||h&&a)return n;let f={scrollLeft:0,scrollTop:0},p=zo(1);const v=zo(0),w=Wr(r);if((w||!w&&!a)&&((va(r)!=="body"||ql(l))&&(f=Uc(r)),Wr(r))){const b=Zi(r);p=ua(r),v.x=b.x+r.clientLeft,v.y=b.y+r.clientTop}return{width:n.width*p.x,height:n.height*p.y,x:n.x*p.x-f.scrollLeft*p.x+v.x,y:n.y*p.y-f.scrollTop*p.y+v.y}}function w6(t){return Array.from(t.getClientRects())}function c4(t){return Zi(vo(t)).left+Uc(t).scrollLeft}function y6(t){const e=vo(t),n=Uc(t),r=t.ownerDocument.body,i=Wi(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),a=Wi(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let l=-n.scrollLeft+c4(t);const h=-n.scrollTop;return Er(r).direction==="rtl"&&(l+=Wi(e.clientWidth,r.clientWidth)-i),{width:i,height:a,x:l,y:h}}function b6(t,e){const n=Un(t),r=vo(t),i=n.visualViewport;let a=r.clientWidth,l=r.clientHeight,h=0,f=0;if(i){a=i.width,l=i.height;const p=m0();(!p||p&&e==="fixed")&&(h=i.offsetLeft,f=i.offsetTop)}return{width:a,height:l,x:h,y:f}}function x6(t,e){const n=Zi(t,!0,e==="fixed"),r=n.top+t.clientTop,i=n.left+t.clientLeft,a=Wr(t)?ua(t):zo(1),l=t.clientWidth*a.x,h=t.clientHeight*a.y,f=i*a.x,p=r*a.y;return{width:l,height:h,x:f,y:p}}function Bd(t,e,n){let r;if(e==="viewport")r=b6(t,n);else if(e==="document")r=y6(vo(t));else if(Hr(e))r=x6(e,n);else{const i=l4(t);r={...e,x:e.x-i.x,y:e.y-i.y}}return wc(r)}function u4(t,e){const n=Zo(t);return n===e||!Hr(n)||fa(n)?!1:Er(n).position==="fixed"||u4(n,e)}function _6(t,e){const n=e.get(t);if(n)return n;let r=Ol(t,[],!1).filter(h=>Hr(h)&&va(h)!=="body"),i=null;const a=Er(t).position==="fixed";let l=a?Zo(t):t;for(;Hr(l)&&!fa(l);){const h=Er(l),f=p0(l);!f&&h.position==="fixed"&&(i=null),(a?!f&&!i:!f&&h.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||ql(l)&&!f&&u4(t,l))?r=r.filter(v=>v!==l):i=h,l=Zo(l)}return e.set(t,r),r}function E6(t){let{element:e,boundary:n,rootBoundary:r,strategy:i}=t;const l=[...n==="clippingAncestors"?v0(e)?[]:_6(e,this._c):[].concat(n),r],h=l[0],f=l.reduce((p,v)=>{const w=Bd(e,v,i);return p.top=Wi(w.top,p.top),p.right=gc(w.right,p.right),p.bottom=gc(w.bottom,p.bottom),p.left=Wi(w.left,p.left),p},Bd(e,h,i));return{width:f.right-f.left,height:f.bottom-f.top,x:f.left,y:f.top}}function k6(t){const{width:e,height:n}=a4(t);return{width:e,height:n}}function S6(t,e,n){const r=Wr(e),i=vo(e),a=n==="fixed",l=Zi(t,!0,a,e);let h={scrollLeft:0,scrollTop:0};const f=zo(0);if(r||!r&&!a)if((va(e)!=="body"||ql(i))&&(h=Uc(e)),r){const w=Zi(e,!0,a,e);f.x=w.x+e.clientLeft,f.y=w.y+e.clientTop}else i&&(f.x=c4(i));const p=l.left+h.scrollLeft-f.x,v=l.top+h.scrollTop-f.y;return{x:p,y:v,width:l.width,height:l.height}}function a2(t){return Er(t).position==="static"}function Od(t,e){return!Wr(t)||Er(t).position==="fixed"?null:e?e(t):t.offsetParent}function d4(t,e){const n=Un(t);if(v0(t))return n;if(!Wr(t)){let i=Zo(t);for(;i&&!fa(i);){if(Hr(i)&&!a2(i))return i;i=Zo(i)}return n}let r=Od(t,e);for(;r&&h6(r)&&a2(r);)r=Od(r,e);return r&&fa(r)&&a2(r)&&!p0(r)?n:r||p6(t)||n}const R6=async function(t){const e=this.getOffsetParent||d4,n=this.getDimensions,r=await n(t.floating);return{reference:S6(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function T6(t){return Er(t).direction==="rtl"}const M6={convertOffsetParentRelativeRectToViewportRelativeRect:C6,getDocumentElement:vo,getClippingRect:E6,getOffsetParent:d4,getElementRects:R6,getClientRects:w6,getDimensions:k6,getScale:ua,isElement:Hr,isRTL:T6};function L6(t,e){let n=null,r;const i=vo(t);function a(){var h;clearTimeout(r),(h=n)==null||h.disconnect(),n=null}function l(h,f){h===void 0&&(h=!1),f===void 0&&(f=1),a();const{left:p,top:v,width:w,height:b}=t.getBoundingClientRect();if(h||e(),!w||!b)return;const T=$1(v),P=$1(i.clientWidth-(p+w)),V=$1(i.clientHeight-(v+b)),F=$1(p),O={rootMargin:-T+"px "+-P+"px "+-V+"px "+-F+"px",threshold:Wi(0,gc(1,f))||1};let j=!0;function W(N){const Y=N[0].intersectionRatio;if(Y!==f){if(!j)return l();Y?l(!1,Y):r=setTimeout(()=>{l(!1,1e-7)},1e3)}j=!1}try{n=new IntersectionObserver(W,{...O,root:i.ownerDocument})}catch{n=new IntersectionObserver(W,O)}n.observe(t)}return l(!0),a}function jd(t,e,n,r){r===void 0&&(r={});const{ancestorScroll:i=!0,ancestorResize:a=!0,elementResize:l=typeof ResizeObserver=="function",layoutShift:h=typeof IntersectionObserver=="function",animationFrame:f=!1}=r,p=g0(t),v=i||a?[...p?Ol(p):[],...Ol(e)]:[];v.forEach(A=>{i&&A.addEventListener("scroll",n,{passive:!0}),a&&A.addEventListener("resize",n)});const w=p&&h?L6(p,n):null;let b=-1,T=null;l&&(T=new ResizeObserver(A=>{let[O]=A;O&&O.target===p&&T&&(T.unobserve(e),cancelAnimationFrame(b),b=requestAnimationFrame(()=>{var j;(j=T)==null||j.observe(e)})),n()}),p&&!f&&T.observe(p),T.observe(e));let P,V=f?Zi(t):null;f&&F();function F(){const A=Zi(t);V&&(A.x!==V.x||A.y!==V.y||A.width!==V.width||A.height!==V.height)&&n(),V=A,P=requestAnimationFrame(F)}return n(),()=>{var A;v.forEach(O=>{i&&O.removeEventListener("scroll",n),a&&O.removeEventListener("resize",n)}),w==null||w(),(A=T)==null||A.disconnect(),T=null,f&&cancelAnimationFrame(P)}}const P6=d6,A6=f6,F6=c6,I6=(t,e,n)=>{const r=new Map,i={platform:M6,...n},a={...i.platform,_c:r};return l6(t,e,{...i,platform:a})};var lc=typeof document<"u"?R.useLayoutEffect:R.useEffect;function yc(t,e){if(t===e)return!0;if(typeof t!=typeof e)return!1;if(typeof t=="function"&&t.toString()===e.toString())return!0;let n,r,i;if(t&&e&&typeof t=="object"){if(Array.isArray(t)){if(n=t.length,n!==e.length)return!1;for(r=n;r--!==0;)if(!yc(t[r],e[r]))return!1;return!0}if(i=Object.keys(t),n=i.length,n!==Object.keys(e).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(e,i[r]))return!1;for(r=n;r--!==0;){const a=i[r];if(!(a==="_owner"&&t.$$typeof)&&!yc(t[a],e[a]))return!1}return!0}return t!==t&&e!==e}function f4(t){return typeof window>"u"?1:(t.ownerDocument.defaultView||window).devicePixelRatio||1}function $d(t,e){const n=f4(t);return Math.round(e*n)/n}function Nd(t){const e=c.useRef(t);return lc(()=>{e.current=t}),e}function D6(t){t===void 0&&(t={});const{placement:e="bottom",strategy:n="absolute",middleware:r=[],platform:i,elements:{reference:a,floating:l}={},transform:h=!0,whileElementsMounted:f,open:p}=t,[v,w]=c.useState({x:0,y:0,strategy:n,placement:e,middlewareData:{},isPositioned:!1}),[b,T]=c.useState(r);yc(b,r)||T(r);const[P,V]=c.useState(null),[F,A]=c.useState(null),O=c.useCallback(ee=>{ee!==Y.current&&(Y.current=ee,V(ee))},[]),j=c.useCallback(ee=>{ee!==J.current&&(J.current=ee,A(ee))},[]),W=a||P,N=l||F,Y=c.useRef(null),J=c.useRef(null),K=c.useRef(v),le=f!=null,he=Nd(f),Te=Nd(i),ce=c.useCallback(()=>{if(!Y.current||!J.current)return;const ee={placement:e,strategy:n,middleware:b};Te.current&&(ee.platform=Te.current),I6(Y.current,J.current,ee).then(Ee=>{const $e={...Ee,isPositioned:!0};we.current&&!yc(K.current,$e)&&(K.current=$e,Of.flushSync(()=>{w($e)}))})},[b,e,n,Te]);lc(()=>{p===!1&&K.current.isPositioned&&(K.current.isPositioned=!1,w(ee=>({...ee,isPositioned:!1})))},[p]);const we=c.useRef(!1);lc(()=>(we.current=!0,()=>{we.current=!1}),[]),lc(()=>{if(W&&(Y.current=W),N&&(J.current=N),W&&N){if(he.current)return he.current(W,N,ce);ce()}},[W,N,ce,he,le]);const _e=c.useMemo(()=>({reference:Y,floating:J,setReference:O,setFloating:j}),[O,j]),se=c.useMemo(()=>({reference:W,floating:N}),[W,N]),ne=c.useMemo(()=>{const ee={position:n,left:0,top:0};if(!se.floating)return ee;const Ee=$d(se.floating,v.x),$e=$d(se.floating,v.y);return h?{...ee,transform:"translate("+Ee+"px, "+$e+"px)",...f4(se.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:Ee,top:$e}},[n,h,se.floating,v.x,v.y]);return c.useMemo(()=>({...v,update:ce,refs:_e,elements:se,floatingStyles:ne}),[v,ce,_e,se,ne])}const Hd=(t,e)=>({...P6(t),options:[t,e]}),V6=(t,e)=>({...A6(t),options:[t,e]}),B6=(t,e)=>({...F6(t),options:[t,e]});function O6(t){return typeof t=="function"?t():t}const jl=c.forwardRef(function(e,n){const{children:r,container:i,disablePortal:a=!1}=e,[l,h]=c.useState(null),f=un(c.isValidElement(r)?r.ref:null,n);if(da(()=>{a||h(O6(i)||document.body)},[i,a]),da(()=>{if(l&&!a)return B2(n,l),()=>{B2(n,null)}},[n,l,a]),a){if(c.isValidElement(r)){const p={ref:f};return c.cloneElement(r,p)}return L.jsx(c.Fragment,{children:r})}return L.jsx(c.Fragment,{children:l&&Of.createPortal(r,l)})});process.env.NODE_ENV!=="production"&&(jl.propTypes={children:H.node,container:H.oneOfType([hc,H.func]),disablePortal:H.bool});process.env.NODE_ENV!=="production"&&(jl.propTypes=l0(jl.propTypes));const h4="Popup";function j6(t){return Xo(h4,t)}Ki(h4,["root","open"]);const p4=c.createContext(null);process.env.NODE_ENV!=="production"&&(p4.displayName="TransitionContext");function $6(t){const[e,n]=c.useState(!0),r=c.useRef(!1),i=c.useRef(0),[a,l]=c.useState(!1),h=c.useRef(t);c.useEffect(()=>{!t&&i.current>0&&h.current!==t&&(r.current=!0,n(!1)),h.current=t},[t]);const f=c.useCallback(()=>{r.current=!1,n(!0)},[]),p=c.useCallback(()=>(i.current+=1,l(!0),()=>{i.current-=1,i.current===0&&l(!1)}),[]);let v;return a?t?v=!1:v=!r.current&&e:v=!t,{contextValue:c.useMemo(()=>({requestedEnter:t,onExited:f,registerTransition:p,hasExited:v}),[f,t,p,v]),hasExited:v}}const m4=c.createContext(null);process.env.NODE_ENV!=="production"&&(m4.displayName="PopupContext");function N6(t){const{open:e}=t;return Xi({root:["root",e&&"open"]},Yi(j6))}function H6(t){return typeof t=="function"?t():t}const g4=c.forwardRef(function(e,n){const{anchor:r,children:i,container:a,disablePortal:l=!1,keepMounted:h=!1,middleware:f,offset:p=0,open:v=!1,placement:w="bottom",slotProps:b={},slots:T={},strategy:P="absolute",...V}=e,{refs:F,elements:A,floatingStyles:O,update:j,placement:W}=D6({elements:{reference:H6(r)},open:v,middleware:f??[Hd(p??0),B6(),V6()],placement:w,strategy:P,whileElementsMounted:h?void 0:jd}),N=un(F.setFloating,n);da(()=>{if(h&&v&&A.reference&&A.floating)return jd(A.reference,A.floating,j)},[h,v,A,j]);const Y={...e,disablePortal:l,keepMounted:h,offset:Hd,open:v,placement:w,finalPlacement:W,strategy:P},{contextValue:J,hasExited:K}=$6(v),le=h&&K?"hidden":void 0,he=N6(Y),Te=(T==null?void 0:T.root)??"div",ce=po({elementType:Te,externalSlotProps:b.root,externalForwardedProps:V,ownerState:Y,className:he.root,additionalProps:{ref:N,role:"tooltip",style:{...O,visibility:le}}}),we=c.useMemo(()=>({placement:W}),[W]);return h||!K?L.jsx(jl,{disablePortal:l,container:a,children:L.jsx(m4.Provider,{value:we,children:L.jsx(p4.Provider,{value:J,children:L.jsx(Te,{...ce,children:i})})})}):null});process.env.NODE_ENV!=="production"&&(g4.propTypes={anchor:H.oneOfType([hc,H.object,H.func]),children:H.oneOfType([H.node,H.func]),container:H.oneOfType([hc,H.func]),disablePortal:H.bool,keepMounted:H.bool,middleware:H.arrayOf(H.oneOfType([H.oneOf([!1]),H.shape({fn:H.func.isRequired,name:H.string.isRequired,options:H.any})])),offset:H.oneOfType([H.func,H.number,H.shape({alignmentAxis:H.number,crossAxis:H.number,mainAxis:H.number})]),open:H.bool,placement:H.oneOf(["bottom-end","bottom-start","bottom","left-end","left-start","left","right-end","right-start","right","top-end","top-start","top"]),slotProps:H.shape({root:H.oneOfType([H.func,H.object])}),slots:H.shape({root:H.elementType}),strategy:H.oneOf(["absolute","fixed"])});function W6(t){const e=_r(t);return e.body===t?c0(t).innerWidth>e.documentElement.clientWidth:t.scrollHeight>t.clientHeight}function Ml(t,e){e?t.setAttribute("aria-hidden","true"):t.removeAttribute("aria-hidden")}function Wd(t){return parseInt(c0(t).getComputedStyle(t).paddingRight,10)||0}function U6(t){const n=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].indexOf(t.tagName)!==-1,r=t.tagName==="INPUT"&&t.getAttribute("type")==="hidden";return n||r}function Ud(t,e,n,r,i){const a=[e,n,...r];[].forEach.call(t.children,l=>{const h=a.indexOf(l)===-1,f=!U6(l);h&&f&&Ml(l,i)})}function l2(t,e){let n=-1;return t.some((r,i)=>e(r)?(n=i,!0):!1),n}function z6(t,e){const n=[],r=t.container;if(!e.disableScrollLock){if(W6(r)){const l=mp(_r(r));n.push({value:r.style.paddingRight,property:"padding-right",el:r}),r.style.paddingRight=`${Wd(r)+l}px`;const h=_r(r).querySelectorAll(".mui-fixed");[].forEach.call(h,f=>{n.push({value:f.style.paddingRight,property:"padding-right",el:f}),f.style.paddingRight=`${Wd(f)+l}px`})}let a;if(r.parentNode instanceof DocumentFragment)a=_r(r).body;else{const l=r.parentElement,h=c0(r);a=(l==null?void 0:l.nodeName)==="HTML"&&h.getComputedStyle(l).overflowY==="scroll"?l:r}n.push({value:a.style.overflow,property:"overflow",el:a},{value:a.style.overflowX,property:"overflow-x",el:a},{value:a.style.overflowY,property:"overflow-y",el:a}),a.style.overflow="hidden"}return()=>{n.forEach(({value:a,el:l,property:h})=>{a?l.style.setProperty(h,a):l.style.removeProperty(h)})}}function Z6(t){const e=[];return[].forEach.call(t.children,n=>{n.getAttribute("aria-hidden")==="true"&&e.push(n)}),e}class q6{constructor(){this.modals=[],this.containers=[]}add(e,n){let r=this.modals.indexOf(e);if(r!==-1)return r;r=this.modals.length,this.modals.push(e),e.modalRef&&Ml(e.modalRef,!1);const i=Z6(n);Ud(n,e.mount,e.modalRef,i,!0);const a=l2(this.containers,l=>l.container===n);return a!==-1?(this.containers[a].modals.push(e),r):(this.containers.push({modals:[e],container:n,restore:null,hiddenSiblings:i}),r)}mount(e,n){const r=l2(this.containers,a=>a.modals.indexOf(e)!==-1),i=this.containers[r];i.restore||(i.restore=z6(i,n))}remove(e,n=!0){const r=this.modals.indexOf(e);if(r===-1)return r;const i=l2(this.containers,l=>l.modals.indexOf(e)!==-1),a=this.containers[i];if(a.modals.splice(a.modals.indexOf(e),1),this.modals.splice(r,1),a.modals.length===0)a.restore&&a.restore(),e.modalRef&&Ml(e.modalRef,n),Ud(a.container,e.mount,e.modalRef,a.hiddenSiblings,!1),this.containers.splice(i,1);else{const l=a.modals[a.modals.length-1];l.modalRef&&Ml(l.modalRef,!1)}return r}isTopModal(e){return this.modals.length>0&&this.modals[this.modals.length-1]===e}}function G6(t){return typeof t=="function"?t():t}function Y6(t){return t?t.props.hasOwnProperty("in"):!1}const X6=new q6;function K6(t){const{container:e,disableEscapeKeyDown:n=!1,disableScrollLock:r=!1,manager:i=X6,closeAfterTransition:a=!1,onTransitionEnter:l,onTransitionExited:h,children:f,onClose:p,open:v,rootRef:w}=t,b=c.useRef({}),T=c.useRef(null),P=c.useRef(null),V=un(P,w),[F,A]=c.useState(!v),O=Y6(f);let j=!0;(t["aria-hidden"]==="false"||t["aria-hidden"]===!1)&&(j=!1);const W=()=>_r(T.current),N=()=>(b.current.modalRef=P.current,b.current.mount=T.current,b.current),Y=()=>{i.mount(N(),{disableScrollLock:r}),P.current&&(P.current.scrollTop=0)},J=Vl(()=>{const ne=G6(e)||W().body;i.add(N(),ne),P.current&&Y()}),K=c.useCallback(()=>i.isTopModal(N()),[i]),le=Vl(ne=>{T.current=ne,ne&&(v&&K()?Y():P.current&&Ml(P.current,j))}),he=c.useCallback(()=>{i.remove(N(),j)},[j,i]);c.useEffect(()=>()=>{he()},[he]),c.useEffect(()=>{v?J():(!O||!a)&&he()},[v,he,O,a,J]);const Te=ne=>ee=>{var Ee;(Ee=ne.onKeyDown)==null||Ee.call(ne,ee),!(ee.key!=="Escape"||ee.which===229||!K())&&(n||(ee.stopPropagation(),p&&p(ee,"escapeKeyDown")))},ce=ne=>ee=>{var Ee;(Ee=ne.onClick)==null||Ee.call(ne,ee),ee.target===ee.currentTarget&&p&&p(ee,"backdropClick")};return{getRootProps:(ne={})=>{const ee=cn(t);delete ee.onTransitionEnter,delete ee.onTransitionExited;const Ee={...ee,...ne};return{role:"presentation",...Ee,onKeyDown:Te(Ee),ref:V}},getBackdropProps:(ne={})=>{const ee=ne;return{"aria-hidden":!0,...ee,onClick:ce(ee),open:v}},getTransitionProps:()=>{const ne=()=>{A(!1),l&&l()},ee=()=>{A(!0),h&&h(),a&&he()};return{onEnter:Sd(ne,f==null?void 0:f.props.onEnter),onExited:Sd(ee,f==null?void 0:f.props.onExited)}},rootRef:V,portalRef:le,isTopModal:K,exited:F,hasTransition:O}}const v4="Modal";function J6(t){return Xo(v4,t)}Ki(v4,["root","hidden","backdrop"]);const Q6=t=>{const{open:e,exited:n}=t;return Xi({root:["root",!e&&n&&"hidden"],backdrop:["backdrop"]},Yi(J6))},C0=c.forwardRef(function(e,n){const{children:r,closeAfterTransition:i=!1,container:a,disableAutoFocus:l=!1,disableEnforceFocus:h=!1,disableEscapeKeyDown:f=!1,disablePortal:p=!1,disableRestoreFocus:v=!1,disableScrollLock:w=!1,hideBackdrop:b=!1,keepMounted:T=!1,onBackdropClick:P,onClose:V,onKeyDown:F,open:A,onTransitionEnter:O,onTransitionExited:j,slotProps:W={},slots:N={},...Y}=e,J={...e,closeAfterTransition:i,disableAutoFocus:l,disableEnforceFocus:h,disableEscapeKeyDown:f,disablePortal:p,disableRestoreFocus:v,disableScrollLock:w,hideBackdrop:b,keepMounted:T},{getRootProps:K,getBackdropProps:le,getTransitionProps:he,portalRef:Te,isTopModal:ce,exited:we,hasTransition:_e}=K6({...J,rootRef:n}),se={...J,exited:we,hasTransition:_e},ne=Q6(se),ee={};if(r.props.tabIndex===void 0&&(ee.tabIndex="-1"),_e){const{onEnter:be,onExited:Ae}=he();ee.onEnter=be,ee.onExited=Ae}const Ee=N.root??"div",$e=po({elementType:Ee,externalSlotProps:W.root,externalForwardedProps:Y,getSlotProps:K,className:ne.root,ownerState:se}),re=N.backdrop,ae=po({elementType:re,externalSlotProps:W.backdrop,getSlotProps:be=>le({...be,onClick:Ae=>{P&&P(Ae),be!=null&&be.onClick&&be.onClick(Ae)}}),className:ne.backdrop,ownerState:se});return!T&&!A&&(!_e||we)?null:L.jsx(jl,{ref:Te,container:a,disablePortal:p,children:L.jsxs(Ee,{...$e,children:[!b&&re?L.jsx(re,{...ae}):null,L.jsx(mc,{disableEnforceFocus:h,disableAutoFocus:l,disableRestoreFocus:v,isEnabled:ce,open:A,children:c.cloneElement(r,ee)})]})})});process.env.NODE_ENV!=="production"&&(C0.propTypes={children:Ic.isRequired,closeAfterTransition:H.bool,container:H.oneOfType([hc,H.func]),disableAutoFocus:H.bool,disableEnforceFocus:H.bool,disableEscapeKeyDown:H.bool,disablePortal:H.bool,disableRestoreFocus:H.bool,disableScrollLock:H.bool,hideBackdrop:H.bool,keepMounted:H.bool,onBackdropClick:H.func,onClose:H.func,onTransitionEnter:H.func,onTransitionExited:H.func,open:H.bool.isRequired,slotProps:H.shape({backdrop:H.oneOfType([H.func,H.object]),root:H.oneOfType([H.func,H.object])}),slots:H.shape({backdrop:H.elementType,root:H.elementType})});function e8(t){const{value:e,label:n,disabled:r,rootRef:i,id:a}=t,{getRootProps:l,highlighted:h,selected:f}=e4({item:e}),{getRootProps:p,rootRef:v}=jc({disabled:r,focusableWhenDisabled:!0}),w=Dc(a),b=c.useRef(null),T=c.useMemo(()=>({disabled:r,label:n,value:e,ref:b,id:w}),[r,n,e,w]),{index:P}=h0(e,T),V=un(i,b,v),F=O=>j=>{var W;(W=O.onKeyDown)==null||W.call(O,j),!j.defaultMuiPrevented&&[" ","Enter"].includes(j.key)&&(j.defaultMuiPrevented=!0)},A=(O={})=>({onKeyDown:F(O)});return{getRootProps:(O={})=>{const j=cn(O),W=Bl(l,Bl(p,A));return{...O,...j,...W(j),id:w,ref:V,role:"option","aria-selected":f}},highlighted:h,index:P,selected:f,rootRef:V}}const bc={buttonClick:"buttonClick",browserAutoFill:"browserAutoFill"},t8=t=>{const{label:e,value:n}=t;return typeof e=="string"?e:typeof n=="string"?n:String(t)};function n8(t,e){const{open:n}=t,{context:{selectionMode:r}}=e;if(e.type===bc.buttonClick){const a=t.selectedValues[0]??zt(null,"start",e.context);return{...t,open:!n,highlightedValue:n?null:a}}if(e.type===bc.browserAutoFill)return u0(e.item,t,e.context);const i=d0(t,e);switch(e.type){case _t.keyDown:if(t.open){if(e.event.key==="Escape")return{...i,open:!1}}else{if(e.event.key==="ArrowDown")return{...t,open:!0,highlightedValue:t.selectedValues[0]??zt(null,"start",e.context)};if(e.event.key==="ArrowUp")return{...t,open:!0,highlightedValue:t.selectedValues[0]??zt(null,"end",e.context)}}break;case _t.itemClick:if(r==="single")return{...i,open:!1};break;case _t.blur:return{...i,open:!1};default:return i}return i}function r8(t){return Array.isArray(t)?t.length===0?"":JSON.stringify(t.map(e=>e.value)):(t==null?void 0:t.value)==null?"":typeof t.value=="string"||typeof t.value=="number"?t.value:JSON.stringify(t.value)}function o8(t){const{areOptionsEqual:e,buttonRef:n,defaultOpen:r=!1,defaultValue:i,disabled:a=!1,listboxId:l,listboxRef:h,multiple:f=!1,name:p,required:v,onChange:w,onHighlightChange:b,onOpenChange:T,open:P,options:V,getOptionAsString:F=t8,getSerializedValue:A=r8,value:O,componentName:j="useSelect"}=t,W=c.useRef(null),N=un(n,W),Y=c.useRef(null),J=Dc(l);let K;O===void 0&&i===void 0?K=[]:i!==void 0&&(f?K=i:K=i==null?[]:[i]);const le=c.useMemo(()=>{if(O!==void 0)return f?O:O==null?[]:[O]},[O,f]),{subitems:he,contextValue:Te}=f0(),ce=c.useMemo(()=>V!=null?new Map(V.map((me,Se)=>[me.value,{value:me.value,label:me.label,disabled:me.disabled,ref:c.createRef(),id:`${J}_${Se}`}])):he,[V,he,J]),we=un(h,Y),{getRootProps:_e,active:se,focusVisible:ne,rootRef:ee}=jc({disabled:a,rootRef:N}),Ee=c.useMemo(()=>Array.from(ce.keys()),[ce]),$e=c.useCallback(me=>{if(e!==void 0){const Se=Ee.find(Ye=>e(Ye,me));return ce.get(Se)}return ce.get(me)},[ce,e,Ee]),re=c.useCallback(me=>{const Se=$e(me);return(Se==null?void 0:Se.disabled)??!1},[$e]),ae=c.useCallback(me=>{const Se=$e(me);return Se?F(Se):""},[$e,F]),be=c.useMemo(()=>({selectedValues:le,open:P}),[le,P]),Ae=c.useCallback(me=>{var Se;return(Se=ce.get(me))==null?void 0:Se.id},[ce]),Fe=c.useCallback((me,Se)=>{f?w==null||w(me,Se):w==null||w(me,Se[0]??null)},[f,w]),Me=c.useCallback((me,Se)=>{b==null||b(me,Se??null)},[b]),ke=c.useCallback((me,Se,Ye)=>{var yt;Se==="open"&&(T==null||T(Ye),Ye===!1&&(me==null?void 0:me.type)!=="blur"&&((yt=W.current)==null||yt.focus()))},[T]),ye=c.useCallback(me=>{var Se;return me==null?null:((Se=he.get(me))==null?void 0:Se.ref.current)??null},[he]),ve={getInitialState:()=>({highlightedValue:null,selectedValues:K??[],open:r}),getItemId:Ae,controlledProps:be,focusManagement:"DOM",getItemDomElement:ye,itemComparer:e,isItemDisabled:re,rootRef:we,onChange:Fe,onHighlightChange:Me,onStateChange:ke,reducerActionContext:c.useMemo(()=>({multiple:f}),[f]),items:Ee,getItemAsString:ae,selectionMode:f?"multiple":"single",stateReducer:n8,componentName:j},{dispatch:xe,getRootProps:Re,contextValue:ze,state:{open:fe,highlightedValue:qe,selectedValues:rt},rootRef:At}=Qf(ve),Dt=c.useRef(fe);da(()=>{var me;if(fe&&qe!==null){const Se=(me=$e(qe))==null?void 0:me.ref;if(!Y.current||!(Se!=null&&Se.current))return;Dt.current||Se.current.focus({preventScroll:!0});const Ye=Y.current.getBoundingClientRect(),yt=Se.current.getBoundingClientRect();yt.top<Ye.top?Y.current.scrollTop-=Ye.top-yt.top:yt.bottom>Ye.bottom&&(Y.current.scrollTop+=yt.bottom-Ye.bottom)}},[fe,qe,$e]);const dn=c.useCallback(me=>$e(me),[$e]),Ft=me=>Se=>{var Ye;if((Ye=me==null?void 0:me.onClick)==null||Ye.call(me,Se),!Se.defaultMuiPrevented){const yt={type:bc.buttonClick,event:Se};xe(yt)}},Ot=me=>Se=>{var Ye;(Ye=me.onKeyDown)==null||Ye.call(me,Se),!Se.defaultMuiPrevented&&(Se.key==="ArrowDown"||Se.key==="ArrowUp")&&(Se.preventDefault(),xe({type:_t.keyDown,key:Se.key,event:Se}))},fn=(me={})=>({onClick:Ft(me),onKeyDown:Ot(me)}),Zn=(me={})=>({...me,...fn(me),role:"combobox","aria-expanded":fe,"aria-controls":J}),St=(me={})=>{const Se=cn(me),Ye=Bl(Zn,_e);return{...me,...Ye(Se)}},xt=me=>Se=>{var Ye,yt;(Ye=me.onBlur)==null||Ye.call(me,Se),!Se.defaultMuiPrevented&&((yt=Y.current)!=null&&yt.contains(Se.relatedTarget)||Se.relatedTarget===W.current)&&(Se.defaultMuiPrevented=!0)},gt=(me={})=>({onBlur:xt(me)}),Sn=(me={})=>{const Se=cn(me),Ye=Bl(gt,Re);return{id:J,role:"listbox","aria-multiselectable":f?"true":void 0,...me,...Ye(Se)}};c.useDebugValue({selectedOptions:rt,highlightedOption:qe,open:fe});const Rn=c.useMemo(()=>({...ze,...Te}),[ze,Te]);let Rt;t.multiple?Rt=rt:Rt=rt.length>0?rt[0]:null;let it;f?it=Rt.map(me=>dn(me)).filter(me=>me!==void 0):it=dn(Rt)??null;const Tn=me=>Se=>{var yt;if((yt=me==null?void 0:me.onChange)==null||yt.call(me,Se),Se.defaultMuiPrevented)return;const Ye=ce.get(Se.target.value);Se.target.value===""?xe({type:_t.clearSelection}):Ye!==void 0&&xe({type:bc.browserAutoFill,item:Ye.value,event:Se})};return{buttonActive:se,buttonFocusVisible:ne,buttonRef:ee,contextValue:Rn,disabled:a,dispatch:xe,getButtonProps:St,getHiddenInputProps:(me={})=>{const Se=cn(me);return{name:p,tabIndex:-1,"aria-hidden":!0,required:v?!0:void 0,value:A(it),style:vp,...me,onChange:Tn(Se)}},getListboxProps:Sn,getOptionMetadata:dn,listboxRef:At,open:fe,options:Ee,value:Rt,highlightedOption:qe}}function i8(t){const{value:e,children:n}=t,{dispatch:r,getItemIndex:i,getItemState:a,registerItem:l,totalSubitemCount:h}=e,f=c.useMemo(()=>({dispatch:r,getItemState:a,getItemIndex:i}),[r,i,a]),p=c.useMemo(()=>({getItemIndex:i,registerItem:l,totalSubitemCount:h}),[l,i,h]);return L.jsx(Zl.Provider,{value:p,children:L.jsx($c.Provider,{value:f,children:n})})}function s8(t={}){const{autoHideDuration:e=null,disableWindowBlurListener:n=!1,onClose:r,open:i,resumeHideDuration:a}=t,l=ap();c.useEffect(()=>{if(!i)return;function A(O){O.defaultPrevented||O.key==="Escape"&&(r==null||r(O,"escapeKeyDown"))}return document.addEventListener("keydown",A),()=>{document.removeEventListener("keydown",A)}},[i,r]);const h=Vl((A,O)=>{r==null||r(A,O)}),f=Vl(A=>{!r||A==null||l.start(A,()=>{h(null,"timeout")})});c.useEffect(()=>(i&&f(e),l.clear),[i,e,f,l]);const p=A=>{r==null||r(A,"clickaway")},v=l.clear,w=c.useCallback(()=>{e!=null&&f(a??e*.5)},[e,a,f]),b=A=>O=>{const j=A.onBlur;j==null||j(O),w()},T=A=>O=>{const j=A.onFocus;j==null||j(O),v()},P=A=>O=>{const j=A.onMouseEnter;j==null||j(O),v()},V=A=>O=>{const j=A.onMouseLeave;j==null||j(O),w()};return c.useEffect(()=>{if(!n&&i)return window.addEventListener("focus",w),window.addEventListener("blur",v),()=>{window.removeEventListener("focus",w),window.removeEventListener("blur",v)}},[n,i,w,v]),{getRootProps:(A={})=>{const O={...cn(t),...cn(A)};return{role:"presentation",...A,...O,onBlur:b(O),onFocus:T(O),onMouseEnter:P(O),onMouseLeave:V(O)}},onClickAway:p}}function a8(t){const{checked:e,defaultChecked:n,disabled:r,onBlur:i,onChange:a,onFocus:l,onFocusVisible:h,readOnly:f,required:p}=t,[v,w]=Zf({controlled:e,default:!!n,name:"Switch",state:"checked"}),b=K=>le=>{var he;le.nativeEvent.defaultPrevented||(w(le.target.checked),a==null||a(le),(he=K.onChange)==null||he.call(K,le))},{isFocusVisibleRef:T,onBlur:P,onFocus:V,ref:F}=qf(),[A,O]=c.useState(!1);r&&A&&O(!1),c.useEffect(()=>{T.current=A},[A,T]);const j=c.useRef(null),W=K=>le=>{var he;j.current||(j.current=le.currentTarget),V(le),T.current===!0&&(O(!0),h==null||h(le)),l==null||l(le),(he=K.onFocus)==null||he.call(K,le)},N=K=>le=>{var he;P(le),T.current===!1&&O(!1),i==null||i(le),(he=K.onBlur)==null||he.call(K,le)},Y=un(F,j);return{checked:v,disabled:!!r,focusVisible:A,getInputProps:(K={})=>({checked:e,defaultChecked:n,disabled:r,readOnly:f,ref:Y,required:p,type:"checkbox",role:"switch","aria-checked":e,...K,onChange:b(K),onFocus:W(K),onBlur:N(K)}),inputRef:Y,readOnly:!!f}}const C4="TabPanel";function l8(t){return Xo(C4,t)}Ki(C4,["root","hidden"]);const w4="Tabs";function c8(t){return Xo(w4,t)}Ki(w4,["root","horizontal","vertical"]);function u8(t){const{value:e,defaultValue:n,onChange:r,orientation:i="horizontal",direction:a="ltr",selectionFollowsFocus:l=!1}=t,[h,f]=Zf({controlled:e,default:n,name:"Tabs",state:"value"}),p=c.useCallback((F,A)=>{f(A),r==null||r(F,A)},[r,f]),{subitems:v,contextValue:w}=f0(),b=c.useRef(()=>{}),T=c.useCallback(F=>{var A;return(A=v.get(F))==null?void 0:A.id},[v]),P=c.useCallback(F=>b.current(F),[]),V=c.useCallback(F=>{b.current=F},[]);return{contextValue:{direction:a,getTabId:P,getTabPanelId:T,onSelected:p,orientation:i,registerTabIdLookup:V,selectionFollowsFocus:l,value:h,...w}}}const w0=c.createContext(null);process.env.NODE_ENV!=="production"&&(w0.displayName="TabsContext");function y0(){const t=c.useContext(w0);if(t==null)throw new Error("No TabsContext provided");return t}function d8(t){const{value:e,children:n}=t,{direction:r,getItemIndex:i,onSelected:a,orientation:l,registerItem:h,registerTabIdLookup:f,selectionFollowsFocus:p,totalSubitemCount:v,value:w,getTabId:b,getTabPanelId:T}=e,P=c.useMemo(()=>({getItemIndex:i,registerItem:h,totalSubitemCount:v}),[h,i,v]),V=c.useMemo(()=>({direction:r,getTabId:b,getTabPanelId:T,onSelected:a,orientation:l,registerTabIdLookup:f,selectionFollowsFocus:p,value:w}),[r,b,T,a,l,f,p,w]);return L.jsx(Zl.Provider,{value:P,children:L.jsx(w0.Provider,{value:V,children:n})})}const f8=t=>{const{orientation:e}=t;return Xi({root:["root",e]},Yi(c8))},y4=c.forwardRef(function(e,n){const{children:r,value:i,defaultValue:a,orientation:l="horizontal",direction:h="ltr",onChange:f,selectionFollowsFocus:p,slotProps:v={},slots:w={},...b}=e,T={...e,orientation:l,direction:h},{contextValue:P}=u8(T),V=f8(T),F=w.root??"div",A=po({elementType:F,externalSlotProps:v.root,externalForwardedProps:b,additionalProps:{ref:n},ownerState:T,className:V.root});return L.jsx(F,{...A,children:L.jsx(d8,{value:P,children:r})})});process.env.NODE_ENV!=="production"&&(y4.propTypes={children:H.node,className:H.string,defaultValue:H.oneOfType([H.number,H.string]),direction:H.oneOf(["ltr","rtl"]),onChange:H.func,orientation:H.oneOf(["horizontal","vertical"]),selectionFollowsFocus:H.bool,slotProps:H.shape({root:H.oneOfType([H.func,H.object])}),slots:H.shape({root:H.elementType}),value:H.oneOfType([H.number,H.string])});function h8(t){return t.size}function p8(t){const{value:e,id:n,rootRef:r}=t,i=y0();if(i===null)throw new Error("No TabContext provided");const{value:a,getTabId:l}=i,h=Dc(n),f=c.useRef(null),p=un(f,r),v=c.useMemo(()=>({id:h,ref:f}),[h]),{id:w}=h0(e??h8,v),b=w!==a,T=w!==void 0?l(w):void 0;return{hidden:b,getRootProps:(V={})=>({"aria-labelledby":T??void 0,hidden:b,id:h??void 0,...V,ref:p}),rootRef:p}}const m8=t=>{const{hidden:e}=t;return Xi({root:["root",e&&"hidden"]},Yi(l8))},b4=c.forwardRef(function(e,n){const{children:r,value:i,slotProps:a={},slots:l={},...h}=e,{hidden:f,getRootProps:p}=p8(e),v={...e,hidden:f},w=m8(v),b=l.root??"div",T=po({elementType:b,getSlotProps:p,externalSlotProps:a.root,externalForwardedProps:h,additionalProps:{role:"tabpanel",ref:n},ownerState:v,className:w.root});return L.jsx(b,{...T,children:!f&&r})});process.env.NODE_ENV!=="production"&&(b4.propTypes={children:H.node,className:H.string,slotProps:H.shape({root:H.oneOfType([H.func,H.object])}),slots:H.shape({root:H.elementType}),value:H.oneOfType([H.number,H.string])});const x4="TabsList";function g8(t){return Xo(x4,t)}Ki(x4,["root","horizontal","vertical"]);const _4={valueChange:"valueChange"};function v8(t,e){if(e.type===_4.valueChange)return{...t,highlightedValue:e.value};const n=d0(t,e),{context:{selectionFollowsFocus:r}}=e;if(e.type===_t.itemsChange){if(n.selectedValues.length>0)return{...n,highlightedValue:n.selectedValues[0]};zt(null,"reset",e.context)}return r&&n.highlightedValue!=null?{...n,selectedValues:[n.highlightedValue]}:n}function C8(t){const{rootRef:e}=t,{direction:n="ltr",onSelected:r,orientation:i="horizontal",value:a,registerTabIdLookup:l,selectionFollowsFocus:h}=y0(),{subitems:f,contextValue:p}=f0(),v=c.useCallback(he=>{var Te;return(Te=f.get(he))==null?void 0:Te.id},[f]);l(v);const w=c.useMemo(()=>Array.from(f.keys()),[f]),b=c.useCallback(he=>{var Te;return he==null?null:((Te=f.get(he))==null?void 0:Te.ref.current)??null},[f]),T=n==="rtl";let P;i==="vertical"?P="vertical":P=T?"horizontal-rtl":"horizontal-ltr";const V=c.useCallback((he,Te)=>{r(he,Te[0]??null)},[r]),F=c.useMemo(()=>a===void 0?{}:a!=null?{selectedValues:[a]}:{selectedValues:[]},[a]),A=c.useCallback(he=>{var Te;return((Te=f.get(he))==null?void 0:Te.disabled)??!1},[f]),{contextValue:O,dispatch:j,getRootProps:W,state:{highlightedValue:N,selectedValues:Y},rootRef:J}=Qf({controlledProps:F,disabledItemsFocusable:!h,focusManagement:"DOM",getItemDomElement:b,isItemDisabled:A,items:w,rootRef:e,onChange:V,orientation:P,reducerActionContext:c.useMemo(()=>({selectionFollowsFocus:h||!1}),[h]),selectionMode:"single",stateReducer:v8});c.useEffect(()=>{a!==void 0&&a!=null&&j({type:_4.valueChange,value:a})},[j,a]);const K=(he={})=>({...he,...W(he),"aria-orientation":i==="vertical"?"vertical":void 0,role:"tablist"});return{contextValue:c.useMemo(()=>({...p,...O}),[p,O]),dispatch:j,getRootProps:K,highlightedValue:N,isRtl:T,orientation:i,rootRef:J,selectedValue:Y[0]??null}}function w8(t){const{value:e,children:n}=t,{dispatch:r,getItemIndex:i,getItemState:a,registerItem:l,totalSubitemCount:h}=e,f=c.useMemo(()=>({dispatch:r,getItemState:a,getItemIndex:i}),[r,i,a]),p=c.useMemo(()=>({getItemIndex:i,registerItem:l,totalSubitemCount:h}),[l,i,h]);return L.jsx(Zl.Provider,{value:p,children:L.jsx($c.Provider,{value:f,children:n})})}const y8=t=>{const{orientation:e}=t;return Xi({root:["root",e]},Yi(g8))},E4=c.forwardRef(function(e,n){const{children:r,slotProps:i={},slots:a={},...l}=e,{isRtl:h,orientation:f,getRootProps:p,contextValue:v}=C8({rootRef:n}),w={...e,isRtl:h,orientation:f},b=y8(w),T=a.root??"div",P=po({elementType:T,getSlotProps:p,externalSlotProps:i.root,externalForwardedProps:l,ownerState:w,className:b.root});return L.jsx(w8,{value:v,children:L.jsx(T,{...P,children:r})})});process.env.NODE_ENV!=="production"&&(E4.propTypes={children:H.node,className:H.string,slotProps:H.shape({root:H.oneOfType([H.func,H.object])}),slots:H.shape({root:H.elementType})});const k4="Tab";function b8(t){return Xo(k4,t)}Ki(k4,["root","selected","disabled"]);function x8(t){return t.size}function _8(t){const{value:e,rootRef:n,disabled:r=!1,id:i}=t,a=c.useRef(null),l=Dc(i),{value:h,selectionFollowsFocus:f,getTabPanelId:p}=y0(),v=c.useMemo(()=>({disabled:r,ref:a,id:l}),[r,a,l]),{id:w,index:b,totalItemCount:T}=h0(e??x8,v),{getRootProps:P,highlighted:V,selected:F}=e4({item:w}),{getRootProps:A,rootRef:O,active:j,focusVisible:W,setFocusVisible:N}=jc({disabled:r,focusableWhenDisabled:!f,type:"button"}),Y=un(a,n,O),J=w!==void 0?p(w):void 0;return{getRootProps:(le={})=>{const he=cn(le),Te=Bl(P,A);return{...le,...Te(he),role:"tab","aria-controls":J,"aria-selected":F,id:l,ref:Y}},active:j,focusVisible:W,highlighted:V,index:b,rootRef:Y,selected:F||w===h,setFocusVisible:N,totalTabsCount:T}}const E8=t=>{const{selected:e,disabled:n}=t;return Xi({root:["root",e&&"selected",n&&"disabled"]},Yi(b8))},S4=c.forwardRef(function(e,n){const{action:r,children:i,disabled:a=!1,onChange:l,onClick:h,onFocus:f,slotProps:p={},slots:v={},value:w,...b}=e,T=c.useRef(),P=un(T,n),{active:V,highlighted:F,selected:A,getRootProps:O}=_8({...e,rootRef:P,value:w}),j={...e,active:V,disabled:a,highlighted:F,selected:A},W=E8(j),N=v.root??"button",Y=po({elementType:N,getSlotProps:O,externalSlotProps:p.root,externalForwardedProps:b,additionalProps:{ref:n},ownerState:j,className:W.root});return L.jsx(N,{...Y,children:i})});process.env.NODE_ENV!=="production"&&(S4.propTypes={action:H.oneOfType([H.func,H.shape({current:H.shape({focusVisible:H.func.isRequired})})]),children:H.node,disabled:H.bool,onChange:H.func,slotProps:H.shape({root:H.oneOfType([H.func,H.object])}),slots:H.shape({root:H.elementType}),value:H.oneOfType([H.number,H.string])});const zd={"badgeIcon--size-small":"_badgeIcon--size-small_7iis0_120","badgeIcon--size-medium":"_badgeIcon--size-medium_7iis0_124"},k8=(t,e)=>c.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:e,...t},c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",fill:"#B5D622"}),c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",stroke:"white",strokeWidth:1.5}),c.createElement("path",{d:"M10.2419 13.2547C10.0913 13.1715 9.90865 13.1715 9.75814 13.2547L7.50156 14.5019C7.13625 14.7038 6.69898 14.3957 6.76623 13.9837L7.20934 11.2693C7.23491 11.1126 7.18459 10.9531 7.07374 10.8395L5.17957 8.89824C4.89535 8.60696 5.05962 8.11626 5.46192 8.0548L8.03689 7.66136C8.20173 7.63618 8.34316 7.53047 8.414 7.37952L9.54737 4.9645C9.72731 4.58106 10.2727 4.58106 10.4526 4.9645L11.586 7.37952C11.6568 7.53047 11.7983 7.63618 11.9631 7.66136L14.5381 8.0548C14.9404 8.11626 15.1046 8.60696 14.8204 8.89824L12.9263 10.8395C12.8154 10.9531 12.7651 11.1126 12.7907 11.2693L13.2338 13.9837C13.301 14.3957 12.8638 14.7038 12.4984 14.5019L10.2419 13.2547Z",fill:"white"})),S8=R.forwardRef(k8),R8=(t,e)=>c.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:e,...t},c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",fill:"#738C00"}),c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",stroke:"white",strokeWidth:1.5}),c.createElement("path",{d:"M10.2419 13.2547C10.0913 13.1715 9.90865 13.1715 9.75814 13.2547L7.50156 14.5019C7.13625 14.7038 6.69898 14.3957 6.76623 13.9837L7.20934 11.2693C7.23491 11.1126 7.18459 10.9531 7.07374 10.8395L5.17957 8.89824C4.89535 8.60696 5.05962 8.11626 5.46192 8.0548L8.03689 7.66136C8.20173 7.63618 8.34316 7.53047 8.414 7.37952L9.54737 4.9645C9.72731 4.58106 10.2727 4.58106 10.4526 4.9645L11.586 7.37952C11.6568 7.53047 11.7983 7.63618 11.9631 7.66136L14.5381 8.0548C14.9404 8.11626 15.1046 8.60696 14.8204 8.89824L12.9263 10.8395C12.8154 10.9531 12.7651 11.1126 12.7907 11.2693L13.2338 13.9837C13.301 14.3957 12.8638 14.7038 12.4984 14.5019L10.2419 13.2547Z",fill:"#FFDD64"})),T8=R.forwardRef(R8),M8=(t,e)=>c.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:e,...t},c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",fill:"#01819C"}),c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",stroke:"white",strokeWidth:1.5}),c.createElement("path",{d:"M10.2419 13.2547C10.0913 13.1715 9.90865 13.1715 9.75814 13.2547L7.50156 14.5019C7.13625 14.7038 6.69898 14.3957 6.76623 13.9837L7.20934 11.2693C7.23491 11.1126 7.18459 10.9531 7.07374 10.8395L5.17957 8.89824C4.89535 8.60696 5.05962 8.11626 5.46192 8.0548L8.03689 7.66136C8.20173 7.63618 8.34316 7.53047 8.414 7.37952L9.54737 4.9645C9.72731 4.58106 10.2727 4.58106 10.4526 4.9645L11.586 7.37952C11.6568 7.53047 11.7983 7.63618 11.9631 7.66136L14.5381 8.0548C14.9404 8.11626 15.1046 8.60696 14.8204 8.89824L12.9263 10.8395C12.8154 10.9531 12.7651 11.1126 12.7907 11.2693L13.2338 13.9837C13.301 14.3957 12.8638 14.7038 12.4984 14.5019L10.2419 13.2547Z",fill:"#FFDD64"})),L8=R.forwardRef(M8),P8=(t,e)=>c.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:e,...t},c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",fill:"#DC8541"}),c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",stroke:"white",strokeWidth:1.5}),c.createElement("path",{d:"M4.5 4.5L15.5 15.5",stroke:"white",strokeWidth:2,strokeLinecap:"round"})),A8=R.forwardRef(P8),F8=(t,e)=>c.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:e,...t},c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",fill:"#7C5BFF"}),c.createElement("path",{d:"M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z",stroke:"white",strokeWidth:1.5}),c.createElement("path",{d:"M10.2419 13.2547C10.0913 13.1715 9.90865 13.1715 9.75814 13.2547L7.50156 14.5019C7.13625 14.7038 6.69898 14.3957 6.76623 13.9837L7.20934 11.2693C7.23491 11.1126 7.18459 10.9531 7.07374 10.8395L5.17957 8.89824C4.89535 8.60696 5.05962 8.11626 5.46192 8.0548L8.03689 7.66136C8.20173 7.63618 8.34316 7.53047 8.414 7.37952L9.54737 4.9645C9.72731 4.58106 10.2727 4.58106 10.4526 4.9645L11.586 7.37952C11.6568 7.53047 11.7983 7.63618 11.9631 7.66136L14.5381 8.0548C14.9404 8.11626 15.1046 8.60696 14.8204 8.89824L12.9263 10.8395C12.8154 10.9531 12.7651 11.1126 12.7907 11.2693L13.2338 13.9837C13.301 14.3957 12.8638 14.7038 12.4984 14.5019L10.2419 13.2547Z",fill:"white"})),I8=R.forwardRef(F8),D8={commercial_supporter:T8,is_super_neighbour:S8,is_supporter:I8,muted:A8,organization_supporter:L8},b0=({ariaLabel:t,className:e,role:n,size:r,type:i})=>{const a=pe(zd.badgeIcon,zd[`badgeIcon--size-${r}`],e),l=D8[i];return L.jsx(l,{className:a,"aria-label":t,role:n})},V8="_badge_vul51_120",B8="_badge__list_vul51_124",O8="_badge__icon_vul51_130",c2={badge:V8,badge__list:B8,badge__icon:O8},j8=({ariaLabel:t,badgeIcons:e,children:n})=>L.jsx(Oc,{badgeContent:e.map((r,i)=>L.jsx(b0,{size:"small",type:r,className:c2.badge__icon,role:"presentation"},i)),className:c2.badge,slotProps:{badge:{className:c2.badge__list}},"aria-label":t,role:"status",children:n});var zc={},Zc={};Object.defineProperty(Zc,"__esModule",{value:!0});Zc.bodyRegExps={xml:/&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g,html4:/∉|&(?:nbsp|iexcl|cent|pound|curren|yen|brvbar|sect|uml|copy|ordf|laquo|not|shy|reg|macr|deg|plusmn|sup2|sup3|acute|micro|para|middot|cedil|sup1|ordm|raquo|frac14|frac12|frac34|iquest|Agrave|Aacute|Acirc|Atilde|Auml|Aring|AElig|Ccedil|Egrave|Eacute|Ecirc|Euml|Igrave|Iacute|Icirc|Iuml|ETH|Ntilde|Ograve|Oacute|Ocirc|Otilde|Ouml|times|Oslash|Ugrave|Uacute|Ucirc|Uuml|Yacute|THORN|szlig|agrave|aacute|acirc|atilde|auml|aring|aelig|ccedil|egrave|eacute|ecirc|euml|igrave|iacute|icirc|iuml|eth|ntilde|ograve|oacute|ocirc|otilde|ouml|divide|oslash|ugrave|uacute|ucirc|uuml|yacute|thorn|yuml|quot|amp|lt|gt|#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g,html5:/·|℗|⋇|⪧|⩺|⋗|⦕|⩼|⪆|⥸|⋗|⋛|⪌|≷|≳|⪦|⩹|⋖|⋋|⋉|⥶|⩻|⦖|◃|⊴|◂|∉|⋹̸|⋵̸|∉|⋷|⋶|∌|∌|⋾|⋽|∥|⊠|⨱|⨰|&(?:AElig|AMP|Aacute|Acirc|Agrave|Aring|Atilde|Auml|COPY|Ccedil|ETH|Eacute|Ecirc|Egrave|Euml|GT|Iacute|Icirc|Igrave|Iuml|LT|Ntilde|Oacute|Ocirc|Ograve|Oslash|Otilde|Ouml|QUOT|REG|THORN|Uacute|Ucirc|Ugrave|Uuml|Yacute|aacute|acirc|acute|aelig|agrave|amp|aring|atilde|auml|brvbar|ccedil|cedil|cent|copy|curren|deg|divide|eacute|ecirc|egrave|eth|euml|frac12|frac14|frac34|gt|iacute|icirc|iexcl|igrave|iquest|iuml|laquo|lt|macr|micro|middot|nbsp|not|ntilde|oacute|ocirc|ograve|ordf|ordm|oslash|otilde|ouml|para|plusmn|pound|quot|raquo|reg|sect|shy|sup1|sup2|sup3|szlig|thorn|times|uacute|ucirc|ugrave|uml|uuml|yacute|yen|yuml|#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);?/g};Zc.namedReferences={xml:{entities:{"<":"<",">":">",""":'"',"'":"'","&":"&"},characters:{"<":"<",">":">",'"':""","'":"'","&":"&"}},html4:{entities:{"'":"'"," ":" "," ":" ","¡":"¡","¡":"¡","¢":"¢","¢":"¢","£":"£","£":"£","¤":"¤","¤":"¤","¥":"¥","¥":"¥","¦":"¦","¦":"¦","§":"§","§":"§","¨":"¨","¨":"¨","©":"©","©":"©","ª":"ª","ª":"ª","«":"«","«":"«","¬":"¬","¬":"¬","­":"","­":"","®":"®","®":"®","¯":"¯","¯":"¯","°":"°","°":"°","±":"±","±":"±","²":"²","²":"²","³":"³","³":"³","´":"´","´":"´","µ":"µ","µ":"µ","¶":"¶","¶":"¶","·":"·","·":"·","¸":"¸","¸":"¸","¹":"¹","¹":"¹","º":"º","º":"º","»":"»","»":"»","¼":"¼","¼":"¼","½":"½","½":"½","¾":"¾","¾":"¾","¿":"¿","¿":"¿","À":"À","À":"À","Á":"Á","Á":"Á","Â":"Â","Â":"Â","Ã":"Ã","Ã":"Ã","Ä":"Ä","Ä":"Ä","Å":"Å","Å":"Å","Æ":"Æ","Æ":"Æ","Ç":"Ç","Ç":"Ç","È":"È","È":"È","É":"É","É":"É","Ê":"Ê","Ê":"Ê","Ë":"Ë","Ë":"Ë","Ì":"Ì","Ì":"Ì","Í":"Í","Í":"Í","Î":"Î","Î":"Î","Ï":"Ï","Ï":"Ï","Ð":"Ð","Ð":"Ð","Ñ":"Ñ","Ñ":"Ñ","Ò":"Ò","Ò":"Ò","Ó":"Ó","Ó":"Ó","Ô":"Ô","Ô":"Ô","Õ":"Õ","Õ":"Õ","Ö":"Ö","Ö":"Ö","×":"×","×":"×","Ø":"Ø","Ø":"Ø","Ù":"Ù","Ù":"Ù","Ú":"Ú","Ú":"Ú","Û":"Û","Û":"Û","Ü":"Ü","Ü":"Ü","Ý":"Ý","Ý":"Ý","Þ":"Þ","Þ":"Þ","ß":"ß","ß":"ß","à":"à","à":"à","á":"á","á":"á","â":"â","â":"â","ã":"ã","ã":"ã","ä":"ä","ä":"ä","å":"å","å":"å","æ":"æ","æ":"æ","ç":"ç","ç":"ç","è":"è","è":"è","é":"é","é":"é","ê":"ê","ê":"ê","ë":"ë","ë":"ë","ì":"ì","ì":"ì","í":"í","í":"í","î":"î","î":"î","ï":"ï","ï":"ï","ð":"ð","ð":"ð","ñ":"ñ","ñ":"ñ","ò":"ò","ò":"ò","ó":"ó","ó":"ó","ô":"ô","ô":"ô","õ":"õ","õ":"õ","ö":"ö","ö":"ö","÷":"÷","÷":"÷","ø":"ø","ø":"ø","ù":"ù","ù":"ù","ú":"ú","ú":"ú","û":"û","û":"û","ü":"ü","ü":"ü","ý":"ý","ý":"ý","þ":"þ","þ":"þ","ÿ":"ÿ","ÿ":"ÿ",""":'"',""":'"',"&":"&","&":"&","<":"<","<":"<",">":">",">":">","Œ":"Œ","œ":"œ","Š":"Š","š":"š","Ÿ":"Ÿ","ˆ":"ˆ","˜":"˜"," ":" "," ":" "," ":" ","‌":"","‍":"","‎":"","‏":"","–":"–","—":"—","‘":"‘","’":"’","‚":"‚","“":"“","”":"”","„":"„","†":"†","‡":"‡","‰":"‰","‹":"‹","›":"›","€":"€","ƒ":"ƒ","Α":"Α","Β":"Β","Γ":"Γ","Δ":"Δ","Ε":"Ε","Ζ":"Ζ","Η":"Η","Θ":"Θ","Ι":"Ι","Κ":"Κ","Λ":"Λ","Μ":"Μ","Ν":"Ν","Ξ":"Ξ","Ο":"Ο","Π":"Π","Ρ":"Ρ","Σ":"Σ","Τ":"Τ","Υ":"Υ","Φ":"Φ","Χ":"Χ","Ψ":"Ψ","Ω":"Ω","α":"α","β":"β","γ":"γ","δ":"δ","ε":"ε","ζ":"ζ","η":"η","θ":"θ","ι":"ι","κ":"κ","λ":"λ","μ":"μ","ν":"ν","ξ":"ξ","ο":"ο","π":"π","ρ":"ρ","ς":"ς","σ":"σ","τ":"τ","υ":"υ","φ":"φ","χ":"χ","ψ":"ψ","ω":"ω","ϑ":"ϑ","ϒ":"ϒ","ϖ":"ϖ","•":"•","…":"…","′":"′","″":"″","‾":"‾","⁄":"⁄","℘":"℘","ℑ":"ℑ","ℜ":"ℜ","™":"™","ℵ":"ℵ","←":"←","↑":"↑","→":"→","↓":"↓","↔":"↔","↵":"↵","⇐":"⇐","⇑":"⇑","⇒":"⇒","⇓":"⇓","⇔":"⇔","∀":"∀","∂":"∂","∃":"∃","∅":"∅","∇":"∇","∈":"∈","∉":"∉","∋":"∋","∏":"∏","∑":"∑","−":"−","∗":"∗","√":"√","∝":"∝","∞":"∞","∠":"∠","∧":"∧","∨":"∨","∩":"∩","∪":"∪","∫":"∫","∴":"∴","∼":"∼","≅":"≅","≈":"≈","≠":"≠","≡":"≡","≤":"≤","≥":"≥","⊂":"⊂","⊃":"⊃","⊄":"⊄","⊆":"⊆","⊇":"⊇","⊕":"⊕","⊗":"⊗","⊥":"⊥","⋅":"⋅","⌈":"⌈","⌉":"⌉","⌊":"⌊","⌋":"⌋","⟨":"〈","⟩":"〉","◊":"◊","♠":"♠","♣":"♣","♥":"♥","♦":"♦"},characters:{"'":"'"," ":" ","¡":"¡","¢":"¢","£":"£","¤":"¤","¥":"¥","¦":"¦","§":"§","¨":"¨","©":"©",ª:"ª","«":"«","¬":"¬","":"­","®":"®","¯":"¯","°":"°","±":"±","²":"²","³":"³","´":"´",µ:"µ","¶":"¶","·":"·","¸":"¸","¹":"¹",º:"º","»":"»","¼":"¼","½":"½","¾":"¾","¿":"¿",À:"À",Á:"Á",Â:"Â",Ã:"Ã",Ä:"Ä",Å:"Å",Æ:"Æ",Ç:"Ç",È:"È",É:"É",Ê:"Ê",Ë:"Ë",Ì:"Ì",Í:"Í",Î:"Î",Ï:"Ï",Ð:"Ð",Ñ:"Ñ",Ò:"Ò",Ó:"Ó",Ô:"Ô",Õ:"Õ",Ö:"Ö","×":"×",Ø:"Ø",Ù:"Ù",Ú:"Ú",Û:"Û",Ü:"Ü",Ý:"Ý",Þ:"Þ",ß:"ß",à:"à",á:"á",â:"â",ã:"ã",ä:"ä",å:"å",æ:"æ",ç:"ç",è:"è",é:"é",ê:"ê",ë:"ë",ì:"ì",í:"í",î:"î",ï:"ï",ð:"ð",ñ:"ñ",ò:"ò",ó:"ó",ô:"ô",õ:"õ",ö:"ö","÷":"÷",ø:"ø",ù:"ù",ú:"ú",û:"û",ü:"ü",ý:"ý",þ:"þ",ÿ:"ÿ",'"':""","&":"&","<":"<",">":">",Œ:"Œ",œ:"œ",Š:"Š",š:"š",Ÿ:"Ÿ","ˆ":"ˆ","˜":"˜"," ":" "," ":" "," ":" ","":"‌","":"‍","":"‎","":"‏","–":"–","—":"—","‘":"‘","’":"’","‚":"‚","“":"“","”":"”","„":"„","†":"†","‡":"‡","‰":"‰","‹":"‹","›":"›","€":"€",ƒ:"ƒ",Α:"Α",Β:"Β",Γ:"Γ",Δ:"Δ",Ε:"Ε",Ζ:"Ζ",Η:"Η",Θ:"Θ",Ι:"Ι",Κ:"Κ",Λ:"Λ",Μ:"Μ",Ν:"Ν",Ξ:"Ξ",Ο:"Ο",Π:"Π",Ρ:"Ρ",Σ:"Σ",Τ:"Τ",Υ:"Υ",Φ:"Φ",Χ:"Χ",Ψ:"Ψ",Ω:"Ω",α:"α",β:"β",γ:"γ",δ:"δ",ε:"ε",ζ:"ζ",η:"η",θ:"θ",ι:"ι",κ:"κ",λ:"λ",μ:"μ",ν:"ν",ξ:"ξ",ο:"ο",π:"π",ρ:"ρ",ς:"ς",σ:"σ",τ:"τ",υ:"υ",φ:"φ",χ:"χ",ψ:"ψ",ω:"ω",ϑ:"ϑ",ϒ:"ϒ",ϖ:"ϖ","•":"•","…":"…","′":"′","″":"″","‾":"‾","⁄":"⁄","℘":"℘",ℑ:"ℑ",ℜ:"ℜ","™":"™",ℵ:"ℵ","←":"←","↑":"↑","→":"→","↓":"↓","↔":"↔","↵":"↵","⇐":"⇐","⇑":"⇑","⇒":"⇒","⇓":"⇓","⇔":"⇔","∀":"∀","∂":"∂","∃":"∃","∅":"∅","∇":"∇","∈":"∈","∉":"∉","∋":"∋","∏":"∏","∑":"∑","−":"−","∗":"∗","√":"√","∝":"∝","∞":"∞","∠":"∠","∧":"∧","∨":"∨","∩":"∩","∪":"∪","∫":"∫","∴":"∴","∼":"∼","≅":"≅","≈":"≈","≠":"≠","≡":"≡","≤":"≤","≥":"≥","⊂":"⊂","⊃":"⊃","⊄":"⊄","⊆":"⊆","⊇":"⊇","⊕":"⊕","⊗":"⊗","⊥":"⊥","⋅":"⋅","⌈":"⌈","⌉":"⌉","⌊":"⌊","⌋":"⌋","〈":"⟨","〉":"⟩","◊":"◊","♠":"♠","♣":"♣","♥":"♥","♦":"♦"}},html5:{entities:{"Æ":"Æ","Æ":"Æ","&":"&","&":"&","Á":"Á","Á":"Á","Ă":"Ă","Â":"Â","Â":"Â","А":"А","𝔄":"𝔄","À":"À","À":"À","Α":"Α","Ā":"Ā","⩓":"⩓","Ą":"Ą","𝔸":"𝔸","⁡":"","Å":"Å","Å":"Å","𝒜":"𝒜","≔":"≔","Ã":"Ã","Ã":"Ã","Ä":"Ä","Ä":"Ä","∖":"∖","⫧":"⫧","⌆":"⌆","Б":"Б","∵":"∵","ℬ":"ℬ","Β":"Β","𝔅":"𝔅","𝔹":"𝔹","˘":"˘","ℬ":"ℬ","≎":"≎","Ч":"Ч","©":"©","©":"©","Ć":"Ć","⋒":"⋒","ⅅ":"ⅅ","ℭ":"ℭ","Č":"Č","Ç":"Ç","Ç":"Ç","Ĉ":"Ĉ","∰":"∰","Ċ":"Ċ","¸":"¸","·":"·","ℭ":"ℭ","Χ":"Χ","⊙":"⊙","⊖":"⊖","⊕":"⊕","⊗":"⊗","∲":"∲","”":"”","’":"’","∷":"∷","⩴":"⩴","≡":"≡","∯":"∯","∮":"∮","ℂ":"ℂ","∐":"∐","∳":"∳","⨯":"⨯","𝒞":"𝒞","⋓":"⋓","≍":"≍","ⅅ":"ⅅ","⤑":"⤑","Ђ":"Ђ","Ѕ":"Ѕ","Џ":"Џ","‡":"‡","↡":"↡","⫤":"⫤","Ď":"Ď","Д":"Д","∇":"∇","Δ":"Δ","𝔇":"𝔇","´":"´","˙":"˙","˝":"˝","`":"`","˜":"˜","⋄":"⋄","ⅆ":"ⅆ","𝔻":"𝔻","¨":"¨","⃜":"⃜","≐":"≐","∯":"∯","¨":"¨","⇓":"⇓","⇐":"⇐","⇔":"⇔","⫤":"⫤","⟸":"⟸","⟺":"⟺","⟹":"⟹","⇒":"⇒","⊨":"⊨","⇑":"⇑","⇕":"⇕","∥":"∥","↓":"↓","⤓":"⤓","⇵":"⇵","̑":"̑","⥐":"⥐","⥞":"⥞","↽":"↽","⥖":"⥖","⥟":"⥟","⇁":"⇁","⥗":"⥗","⊤":"⊤","↧":"↧","⇓":"⇓","𝒟":"𝒟","Đ":"Đ","Ŋ":"Ŋ","Ð":"Ð","Ð":"Ð","É":"É","É":"É","Ě":"Ě","Ê":"Ê","Ê":"Ê","Э":"Э","Ė":"Ė","𝔈":"𝔈","È":"È","È":"È","∈":"∈","Ē":"Ē","◻":"◻","▫":"▫","Ę":"Ę","𝔼":"𝔼","Ε":"Ε","⩵":"⩵","≂":"≂","⇌":"⇌","ℰ":"ℰ","⩳":"⩳","Η":"Η","Ë":"Ë","Ë":"Ë","∃":"∃","ⅇ":"ⅇ","Ф":"Ф","𝔉":"𝔉","◼":"◼","▪":"▪","𝔽":"𝔽","∀":"∀","ℱ":"ℱ","ℱ":"ℱ","Ѓ":"Ѓ",">":">",">":">","Γ":"Γ","Ϝ":"Ϝ","Ğ":"Ğ","Ģ":"Ģ","Ĝ":"Ĝ","Г":"Г","Ġ":"Ġ","𝔊":"𝔊","⋙":"⋙","𝔾":"𝔾","≥":"≥","⋛":"⋛","≧":"≧","⪢":"⪢","≷":"≷","⩾":"⩾","≳":"≳","𝒢":"𝒢","≫":"≫","Ъ":"Ъ","ˇ":"ˇ","^":"^","Ĥ":"Ĥ","ℌ":"ℌ","ℋ":"ℋ","ℍ":"ℍ","─":"─","ℋ":"ℋ","Ħ":"Ħ","≎":"≎","≏":"≏","Е":"Е","IJ":"IJ","Ё":"Ё","Í":"Í","Í":"Í","Î":"Î","Î":"Î","И":"И","İ":"İ","ℑ":"ℑ","Ì":"Ì","Ì":"Ì","ℑ":"ℑ","Ī":"Ī","ⅈ":"ⅈ","⇒":"⇒","∬":"∬","∫":"∫","⋂":"⋂","⁣":"","⁢":"","Į":"Į","𝕀":"𝕀","Ι":"Ι","ℐ":"ℐ","Ĩ":"Ĩ","І":"І","Ï":"Ï","Ï":"Ï","Ĵ":"Ĵ","Й":"Й","𝔍":"𝔍","𝕁":"𝕁","𝒥":"𝒥","Ј":"Ј","Є":"Є","Х":"Х","Ќ":"Ќ","Κ":"Κ","Ķ":"Ķ","К":"К","𝔎":"𝔎","𝕂":"𝕂","𝒦":"𝒦","Љ":"Љ","<":"<","<":"<","Ĺ":"Ĺ","Λ":"Λ","⟪":"⟪","ℒ":"ℒ","↞":"↞","Ľ":"Ľ","Ļ":"Ļ","Л":"Л","⟨":"⟨","←":"←","⇤":"⇤","⇆":"⇆","⌈":"⌈","⟦":"⟦","⥡":"⥡","⇃":"⇃","⥙":"⥙","⌊":"⌊","↔":"↔","⥎":"⥎","⊣":"⊣","↤":"↤","⥚":"⥚","⊲":"⊲","⧏":"⧏","⊴":"⊴","⥑":"⥑","⥠":"⥠","↿":"↿","⥘":"⥘","↼":"↼","⥒":"⥒","⇐":"⇐","⇔":"⇔","⋚":"⋚","≦":"≦","≶":"≶","⪡":"⪡","⩽":"⩽","≲":"≲","𝔏":"𝔏","⋘":"⋘","⇚":"⇚","Ŀ":"Ŀ","⟵":"⟵","⟷":"⟷","⟶":"⟶","⟸":"⟸","⟺":"⟺","⟹":"⟹","𝕃":"𝕃","↙":"↙","↘":"↘","ℒ":"ℒ","↰":"↰","Ł":"Ł","≪":"≪","⤅":"⤅","М":"М"," ":" ","ℳ":"ℳ","𝔐":"𝔐","∓":"∓","𝕄":"𝕄","ℳ":"ℳ","Μ":"Μ","Њ":"Њ","Ń":"Ń","Ň":"Ň","Ņ":"Ņ","Н":"Н","​":"","​":"","​":"","​":"","≫":"≫","≪":"≪","
":`
|
|
57
57
|
`,"𝔑":"𝔑","⁠":""," ":" ","ℕ":"ℕ","⫬":"⫬","≢":"≢","≭":"≭","∦":"∦","∉":"∉","≠":"≠","≂̸":"≂̸","∄":"∄","≯":"≯","≱":"≱","≧̸":"≧̸","≫̸":"≫̸","≹":"≹","⩾̸":"⩾̸","≵":"≵","≎̸":"≎̸","≏̸":"≏̸","⋪":"⋪","⧏̸":"⧏̸","⋬":"⋬","≮":"≮","≰":"≰","≸":"≸","≪̸":"≪̸","⩽̸":"⩽̸","≴":"≴","⪢̸":"⪢̸","⪡̸":"⪡̸","⊀":"⊀","⪯̸":"⪯̸","⋠":"⋠","∌":"∌","⋫":"⋫","⧐̸":"⧐̸","⋭":"⋭","⊏̸":"⊏̸","⋢":"⋢","⊐̸":"⊐̸","⋣":"⋣","⊂⃒":"⊂⃒","⊈":"⊈","⊁":"⊁","⪰̸":"⪰̸","⋡":"⋡","≿̸":"≿̸","⊃⃒":"⊃⃒","⊉":"⊉","≁":"≁","≄":"≄","≇":"≇","≉":"≉","∤":"∤","𝒩":"𝒩","Ñ":"Ñ","Ñ":"Ñ","Ν":"Ν","Œ":"Œ","Ó":"Ó","Ó":"Ó","Ô":"Ô","Ô":"Ô","О":"О","Ő":"Ő","𝔒":"𝔒","Ò":"Ò","Ò":"Ò","Ō":"Ō","Ω":"Ω","Ο":"Ο","𝕆":"𝕆","“":"“","‘":"‘","⩔":"⩔","𝒪":"𝒪","Ø":"Ø","Ø":"Ø","Õ":"Õ","Õ":"Õ","⨷":"⨷","Ö":"Ö","Ö":"Ö","‾":"‾","⏞":"⏞","⎴":"⎴","⏜":"⏜","∂":"∂","П":"П","𝔓":"𝔓","Φ":"Φ","Π":"Π","±":"±","ℌ":"ℌ","ℙ":"ℙ","⪻":"⪻","≺":"≺","⪯":"⪯","≼":"≼","≾":"≾","″":"″","∏":"∏","∷":"∷","∝":"∝","𝒫":"𝒫","Ψ":"Ψ",""":'"',""":'"',"𝔔":"𝔔","ℚ":"ℚ","𝒬":"𝒬","⤐":"⤐","®":"®","®":"®","Ŕ":"Ŕ","⟫":"⟫","↠":"↠","⤖":"⤖","Ř":"Ř","Ŗ":"Ŗ","Р":"Р","ℜ":"ℜ","∋":"∋","⇋":"⇋","⥯":"⥯","ℜ":"ℜ","Ρ":"Ρ","⟩":"⟩","→":"→","⇥":"⇥","⇄":"⇄","⌉":"⌉","⟧":"⟧","⥝":"⥝","⇂":"⇂","⥕":"⥕","⌋":"⌋","⊢":"⊢","↦":"↦","⥛":"⥛","⊳":"⊳","⧐":"⧐","⊵":"⊵","⥏":"⥏","⥜":"⥜","↾":"↾","⥔":"⥔","⇀":"⇀","⥓":"⥓","⇒":"⇒","ℝ":"ℝ","⥰":"⥰","⇛":"⇛","ℛ":"ℛ","↱":"↱","⧴":"⧴","Щ":"Щ","Ш":"Ш","Ь":"Ь","Ś":"Ś","⪼":"⪼","Š":"Š","Ş":"Ş","Ŝ":"Ŝ","С":"С","𝔖":"𝔖","↓":"↓","←":"←","→":"→","↑":"↑","Σ":"Σ","∘":"∘","𝕊":"𝕊","√":"√","□":"□","⊓":"⊓","⊏":"⊏","⊑":"⊑","⊐":"⊐","⊒":"⊒","⊔":"⊔","𝒮":"𝒮","⋆":"⋆","⋐":"⋐","⋐":"⋐","⊆":"⊆","≻":"≻","⪰":"⪰","≽":"≽","≿":"≿","∋":"∋","∑":"∑","⋑":"⋑","⊃":"⊃","⊇":"⊇","⋑":"⋑","Þ":"Þ","Þ":"Þ","™":"™","Ћ":"Ћ","Ц":"Ц","	":" ","Τ":"Τ","Ť":"Ť","Ţ":"Ţ","Т":"Т","𝔗":"𝔗","∴":"∴","Θ":"Θ","  ":" "," ":" ","∼":"∼","≃":"≃","≅":"≅","≈":"≈","𝕋":"𝕋","⃛":"⃛","𝒯":"𝒯","Ŧ":"Ŧ","Ú":"Ú","Ú":"Ú","↟":"↟","⥉":"⥉","Ў":"Ў","Ŭ":"Ŭ","Û":"Û","Û":"Û","У":"У","Ű":"Ű","𝔘":"𝔘","Ù":"Ù","Ù":"Ù","Ū":"Ū","_":"_","⏟":"⏟","⎵":"⎵","⏝":"⏝","⋃":"⋃","⊎":"⊎","Ų":"Ų","𝕌":"𝕌","↑":"↑","⤒":"⤒","⇅":"⇅","↕":"↕","⥮":"⥮","⊥":"⊥","↥":"↥","⇑":"⇑","⇕":"⇕","↖":"↖","↗":"↗","ϒ":"ϒ","Υ":"Υ","Ů":"Ů","𝒰":"𝒰","Ũ":"Ũ","Ü":"Ü","Ü":"Ü","⊫":"⊫","⫫":"⫫","В":"В","⊩":"⊩","⫦":"⫦","⋁":"⋁","‖":"‖","‖":"‖","∣":"∣","|":"|","❘":"❘","≀":"≀"," ":" ","𝔙":"𝔙","𝕍":"𝕍","𝒱":"𝒱","⊪":"⊪","Ŵ":"Ŵ","⋀":"⋀","𝔚":"𝔚","𝕎":"𝕎","𝒲":"𝒲","𝔛":"𝔛","Ξ":"Ξ","𝕏":"𝕏","𝒳":"𝒳","Я":"Я","Ї":"Ї","Ю":"Ю","Ý":"Ý","Ý":"Ý","Ŷ":"Ŷ","Ы":"Ы","𝔜":"𝔜","𝕐":"𝕐","𝒴":"𝒴","Ÿ":"Ÿ","Ж":"Ж","Ź":"Ź","Ž":"Ž","З":"З","Ż":"Ż","​":"","Ζ":"Ζ","ℨ":"ℨ","ℤ":"ℤ","𝒵":"𝒵","á":"á","á":"á","ă":"ă","∾":"∾","∾̳":"∾̳","∿":"∿","â":"â","â":"â","´":"´","´":"´","а":"а","æ":"æ","æ":"æ","⁡":"","𝔞":"𝔞","à":"à","à":"à","ℵ":"ℵ","ℵ":"ℵ","α":"α","ā":"ā","⨿":"⨿","&":"&","&":"&","∧":"∧","⩕":"⩕","⩜":"⩜","⩘":"⩘","⩚":"⩚","∠":"∠","⦤":"⦤","∠":"∠","∡":"∡","⦨":"⦨","⦩":"⦩","⦪":"⦪","⦫":"⦫","⦬":"⦬","⦭":"⦭","⦮":"⦮","⦯":"⦯","∟":"∟","⊾":"⊾","⦝":"⦝","∢":"∢","Å":"Å","⍼":"⍼","ą":"ą","𝕒":"𝕒","≈":"≈","⩰":"⩰","⩯":"⩯","≊":"≊","≋":"≋","'":"'","≈":"≈","≊":"≊","å":"å","å":"å","𝒶":"𝒶","*":"*","≈":"≈","≍":"≍","ã":"ã","ã":"ã","ä":"ä","ä":"ä","∳":"∳","⨑":"⨑","⫭":"⫭","≌":"≌","϶":"϶","‵":"‵","∽":"∽","⋍":"⋍","⊽":"⊽","⌅":"⌅","⌅":"⌅","⎵":"⎵","⎶":"⎶","≌":"≌","б":"б","„":"„","∵":"∵","∵":"∵","⦰":"⦰","϶":"϶","ℬ":"ℬ","β":"β","ℶ":"ℶ","≬":"≬","𝔟":"𝔟","⋂":"⋂","◯":"◯","⋃":"⋃","⨀":"⨀","⨁":"⨁","⨂":"⨂","⨆":"⨆","★":"★","▽":"▽","△":"△","⨄":"⨄","⋁":"⋁","⋀":"⋀","⤍":"⤍","⧫":"⧫","▪":"▪","▴":"▴","▾":"▾","◂":"◂","▸":"▸","␣":"␣","▒":"▒","░":"░","▓":"▓","█":"█","=⃥":"=⃥","≡⃥":"≡⃥","⌐":"⌐","𝕓":"𝕓","⊥":"⊥","⊥":"⊥","⋈":"⋈","╗":"╗","╔":"╔","╖":"╖","╓":"╓","═":"═","╦":"╦","╩":"╩","╤":"╤","╧":"╧","╝":"╝","╚":"╚","╜":"╜","╙":"╙","║":"║","╬":"╬","╣":"╣","╠":"╠","╫":"╫","╢":"╢","╟":"╟","⧉":"⧉","╕":"╕","╒":"╒","┐":"┐","┌":"┌","─":"─","╥":"╥","╨":"╨","┬":"┬","┴":"┴","⊟":"⊟","⊞":"⊞","⊠":"⊠","╛":"╛","╘":"╘","┘":"┘","└":"└","│":"│","╪":"╪","╡":"╡","╞":"╞","┼":"┼","┤":"┤","├":"├","‵":"‵","˘":"˘","¦":"¦","¦":"¦","𝒷":"𝒷","⁏":"⁏","∽":"∽","⋍":"⋍","\":"\\","⧅":"⧅","⟈":"⟈","•":"•","•":"•","≎":"≎","⪮":"⪮","≏":"≏","≏":"≏","ć":"ć","∩":"∩","⩄":"⩄","⩉":"⩉","⩋":"⩋","⩇":"⩇","⩀":"⩀","∩︀":"∩︀","⁁":"⁁","ˇ":"ˇ","⩍":"⩍","č":"č","ç":"ç","ç":"ç","ĉ":"ĉ","⩌":"⩌","⩐":"⩐","ċ":"ċ","¸":"¸","¸":"¸","⦲":"⦲","¢":"¢","¢":"¢","·":"·","𝔠":"𝔠","ч":"ч","✓":"✓","✓":"✓","χ":"χ","○":"○","⧃":"⧃","ˆ":"ˆ","≗":"≗","↺":"↺","↻":"↻","®":"®","Ⓢ":"Ⓢ","⊛":"⊛","⊚":"⊚","⊝":"⊝","≗":"≗","⨐":"⨐","⫯":"⫯","⧂":"⧂","♣":"♣","♣":"♣",":":":","≔":"≔","≔":"≔",",":",","@":"@","∁":"∁","∘":"∘","∁":"∁","ℂ":"ℂ","≅":"≅","⩭":"⩭","∮":"∮","𝕔":"𝕔","∐":"∐","©":"©","©":"©","℗":"℗","↵":"↵","✗":"✗","𝒸":"𝒸","⫏":"⫏","⫑":"⫑","⫐":"⫐","⫒":"⫒","⋯":"⋯","⤸":"⤸","⤵":"⤵","⋞":"⋞","⋟":"⋟","↶":"↶","⤽":"⤽","∪":"∪","⩈":"⩈","⩆":"⩆","⩊":"⩊","⊍":"⊍","⩅":"⩅","∪︀":"∪︀","↷":"↷","⤼":"⤼","⋞":"⋞","⋟":"⋟","⋎":"⋎","⋏":"⋏","¤":"¤","¤":"¤","↶":"↶","↷":"↷","⋎":"⋎","⋏":"⋏","∲":"∲","∱":"∱","⌭":"⌭","⇓":"⇓","⥥":"⥥","†":"†","ℸ":"ℸ","↓":"↓","‐":"‐","⊣":"⊣","⤏":"⤏","˝":"˝","ď":"ď","д":"д","ⅆ":"ⅆ","‡":"‡","⇊":"⇊","⩷":"⩷","°":"°","°":"°","δ":"δ","⦱":"⦱","⥿":"⥿","𝔡":"𝔡","⇃":"⇃","⇂":"⇂","⋄":"⋄","⋄":"⋄","♦":"♦","♦":"♦","¨":"¨","ϝ":"ϝ","⋲":"⋲","÷":"÷","÷":"÷","÷":"÷","⋇":"⋇","⋇":"⋇","ђ":"ђ","⌞":"⌞","⌍":"⌍","$":"$","𝕕":"𝕕","˙":"˙","≐":"≐","≑":"≑","∸":"∸","∔":"∔","⊡":"⊡","⌆":"⌆","↓":"↓","⇊":"⇊","⇃":"⇃","⇂":"⇂","⤐":"⤐","⌟":"⌟","⌌":"⌌","𝒹":"𝒹","ѕ":"ѕ","⧶":"⧶","đ":"đ","⋱":"⋱","▿":"▿","▾":"▾","⇵":"⇵","⥯":"⥯","⦦":"⦦","џ":"џ","⟿":"⟿","⩷":"⩷","≑":"≑","é":"é","é":"é","⩮":"⩮","ě":"ě","≖":"≖","ê":"ê","ê":"ê","≕":"≕","э":"э","ė":"ė","ⅇ":"ⅇ","≒":"≒","𝔢":"𝔢","⪚":"⪚","è":"è","è":"è","⪖":"⪖","⪘":"⪘","⪙":"⪙","⏧":"⏧","ℓ":"ℓ","⪕":"⪕","⪗":"⪗","ē":"ē","∅":"∅","∅":"∅","∅":"∅"," ":" "," ":" "," ":" ","ŋ":"ŋ"," ":" ","ę":"ę","𝕖":"𝕖","⋕":"⋕","⧣":"⧣","⩱":"⩱","ε":"ε","ε":"ε","ϵ":"ϵ","≖":"≖","≕":"≕","≂":"≂","⪖":"⪖","⪕":"⪕","=":"=","≟":"≟","≡":"≡","⩸":"⩸","⧥":"⧥","≓":"≓","⥱":"⥱","ℯ":"ℯ","≐":"≐","≂":"≂","η":"η","ð":"ð","ð":"ð","ë":"ë","ë":"ë","€":"€","!":"!","∃":"∃","ℰ":"ℰ","ⅇ":"ⅇ","≒":"≒","ф":"ф","♀":"♀","ffi":"ffi","ff":"ff","ffl":"ffl","𝔣":"𝔣","fi":"fi","fj":"fj","♭":"♭","fl":"fl","▱":"▱","ƒ":"ƒ","𝕗":"𝕗","∀":"∀","⋔":"⋔","⫙":"⫙","⨍":"⨍","½":"½","½":"½","⅓":"⅓","¼":"¼","¼":"¼","⅕":"⅕","⅙":"⅙","⅛":"⅛","⅔":"⅔","⅖":"⅖","¾":"¾","¾":"¾","⅗":"⅗","⅜":"⅜","⅘":"⅘","⅚":"⅚","⅝":"⅝","⅞":"⅞","⁄":"⁄","⌢":"⌢","𝒻":"𝒻","≧":"≧","⪌":"⪌","ǵ":"ǵ","γ":"γ","ϝ":"ϝ","⪆":"⪆","ğ":"ğ","ĝ":"ĝ","г":"г","ġ":"ġ","≥":"≥","⋛":"⋛","≥":"≥","≧":"≧","⩾":"⩾","⩾":"⩾","⪩":"⪩","⪀":"⪀","⪂":"⪂","⪄":"⪄","⋛︀":"⋛︀","⪔":"⪔","𝔤":"𝔤","≫":"≫","⋙":"⋙","ℷ":"ℷ","ѓ":"ѓ","≷":"≷","⪒":"⪒","⪥":"⪥","⪤":"⪤","≩":"≩","⪊":"⪊","⪊":"⪊","⪈":"⪈","⪈":"⪈","≩":"≩","⋧":"⋧","𝕘":"𝕘","`":"`","ℊ":"ℊ","≳":"≳","⪎":"⪎","⪐":"⪐",">":">",">":">","⪧":"⪧","⩺":"⩺","⋗":"⋗","⦕":"⦕","⩼":"⩼","⪆":"⪆","⥸":"⥸","⋗":"⋗","⋛":"⋛","⪌":"⪌","≷":"≷","≳":"≳","≩︀":"≩︀","≩︀":"≩︀","⇔":"⇔"," ":" ","½":"½","ℋ":"ℋ","ъ":"ъ","↔":"↔","⥈":"⥈","↭":"↭","ℏ":"ℏ","ĥ":"ĥ","♥":"♥","♥":"♥","…":"…","⊹":"⊹","𝔥":"𝔥","⤥":"⤥","⤦":"⤦","⇿":"⇿","∻":"∻","↩":"↩","↪":"↪","𝕙":"𝕙","―":"―","𝒽":"𝒽","ℏ":"ℏ","ħ":"ħ","⁃":"⁃","‐":"‐","í":"í","í":"í","⁣":"","î":"î","î":"î","и":"и","е":"е","¡":"¡","¡":"¡","⇔":"⇔","𝔦":"𝔦","ì":"ì","ì":"ì","ⅈ":"ⅈ","⨌":"⨌","∭":"∭","⧜":"⧜","℩":"℩","ij":"ij","ī":"ī","ℑ":"ℑ","ℐ":"ℐ","ℑ":"ℑ","ı":"ı","⊷":"⊷","Ƶ":"Ƶ","∈":"∈","℅":"℅","∞":"∞","⧝":"⧝","ı":"ı","∫":"∫","⊺":"⊺","ℤ":"ℤ","⊺":"⊺","⨗":"⨗","⨼":"⨼","ё":"ё","į":"į","𝕚":"𝕚","ι":"ι","⨼":"⨼","¿":"¿","¿":"¿","𝒾":"𝒾","∈":"∈","⋹":"⋹","⋵":"⋵","⋴":"⋴","⋳":"⋳","∈":"∈","⁢":"","ĩ":"ĩ","і":"і","ï":"ï","ï":"ï","ĵ":"ĵ","й":"й","𝔧":"𝔧","ȷ":"ȷ","𝕛":"𝕛","𝒿":"𝒿","ј":"ј","є":"є","κ":"κ","ϰ":"ϰ","ķ":"ķ","к":"к","𝔨":"𝔨","ĸ":"ĸ","х":"х","ќ":"ќ","𝕜":"𝕜","𝓀":"𝓀","⇚":"⇚","⇐":"⇐","⤛":"⤛","⤎":"⤎","≦":"≦","⪋":"⪋","⥢":"⥢","ĺ":"ĺ","⦴":"⦴","ℒ":"ℒ","λ":"λ","⟨":"⟨","⦑":"⦑","⟨":"⟨","⪅":"⪅","«":"«","«":"«","←":"←","⇤":"⇤","⤟":"⤟","⤝":"⤝","↩":"↩","↫":"↫","⤹":"⤹","⥳":"⥳","↢":"↢","⪫":"⪫","⤙":"⤙","⪭":"⪭","⪭︀":"⪭︀","⤌":"⤌","❲":"❲","{":"{","[":"[","⦋":"⦋","⦏":"⦏","⦍":"⦍","ľ":"ľ","ļ":"ļ","⌈":"⌈","{":"{","л":"л","⤶":"⤶","“":"“","„":"„","⥧":"⥧","⥋":"⥋","↲":"↲","≤":"≤","←":"←","↢":"↢","↽":"↽","↼":"↼","⇇":"⇇","↔":"↔","⇆":"⇆","⇋":"⇋","↭":"↭","⋋":"⋋","⋚":"⋚","≤":"≤","≦":"≦","⩽":"⩽","⩽":"⩽","⪨":"⪨","⩿":"⩿","⪁":"⪁","⪃":"⪃","⋚︀":"⋚︀","⪓":"⪓","⪅":"⪅","⋖":"⋖","⋚":"⋚","⪋":"⪋","≶":"≶","≲":"≲","⥼":"⥼","⌊":"⌊","𝔩":"𝔩","≶":"≶","⪑":"⪑","↽":"↽","↼":"↼","⥪":"⥪","▄":"▄","љ":"љ","≪":"≪","⇇":"⇇","⌞":"⌞","⥫":"⥫","◺":"◺","ŀ":"ŀ","⎰":"⎰","⎰":"⎰","≨":"≨","⪉":"⪉","⪉":"⪉","⪇":"⪇","⪇":"⪇","≨":"≨","⋦":"⋦","⟬":"⟬","⇽":"⇽","⟦":"⟦","⟵":"⟵","⟷":"⟷","⟼":"⟼","⟶":"⟶","↫":"↫","↬":"↬","⦅":"⦅","𝕝":"𝕝","⨭":"⨭","⨴":"⨴","∗":"∗","_":"_","◊":"◊","◊":"◊","⧫":"⧫","(":"(","⦓":"⦓","⇆":"⇆","⌟":"⌟","⇋":"⇋","⥭":"⥭","‎":"","⊿":"⊿","‹":"‹","𝓁":"𝓁","↰":"↰","≲":"≲","⪍":"⪍","⪏":"⪏","[":"[","‘":"‘","‚":"‚","ł":"ł","<":"<","<":"<","⪦":"⪦","⩹":"⩹","⋖":"⋖","⋋":"⋋","⋉":"⋉","⥶":"⥶","⩻":"⩻","⦖":"⦖","◃":"◃","⊴":"⊴","◂":"◂","⥊":"⥊","⥦":"⥦","≨︀":"≨︀","≨︀":"≨︀","∺":"∺","¯":"¯","¯":"¯","♂":"♂","✠":"✠","✠":"✠","↦":"↦","↦":"↦","↧":"↧","↤":"↤","↥":"↥","▮":"▮","⨩":"⨩","м":"м","—":"—","∡":"∡","𝔪":"𝔪","℧":"℧","µ":"µ","µ":"µ","∣":"∣","*":"*","⫰":"⫰","·":"·","·":"·","−":"−","⊟":"⊟","∸":"∸","⨪":"⨪","⫛":"⫛","…":"…","∓":"∓","⊧":"⊧","𝕞":"𝕞","∓":"∓","𝓂":"𝓂","∾":"∾","μ":"μ","⊸":"⊸","⊸":"⊸","⋙̸":"⋙̸","≫⃒":"≫⃒","≫̸":"≫̸","⇍":"⇍","⇎":"⇎","⋘̸":"⋘̸","≪⃒":"≪⃒","≪̸":"≪̸","⇏":"⇏","⊯":"⊯","⊮":"⊮","∇":"∇","ń":"ń","∠⃒":"∠⃒","≉":"≉","⩰̸":"⩰̸","≋̸":"≋̸","ʼn":"ʼn","≉":"≉","♮":"♮","♮":"♮","ℕ":"ℕ"," ":" "," ":" ","≎̸":"≎̸","≏̸":"≏̸","⩃":"⩃","ň":"ň","ņ":"ņ","≇":"≇","⩭̸":"⩭̸","⩂":"⩂","н":"н","–":"–","≠":"≠","⇗":"⇗","⤤":"⤤","↗":"↗","↗":"↗","≐̸":"≐̸","≢":"≢","⤨":"⤨","≂̸":"≂̸","∄":"∄","∄":"∄","𝔫":"𝔫","≧̸":"≧̸","≱":"≱","≱":"≱","≧̸":"≧̸","⩾̸":"⩾̸","⩾̸":"⩾̸","≵":"≵","≯":"≯","≯":"≯","⇎":"⇎","↮":"↮","⫲":"⫲","∋":"∋","⋼":"⋼","⋺":"⋺","∋":"∋","њ":"њ","⇍":"⇍","≦̸":"≦̸","↚":"↚","‥":"‥","≰":"≰","↚":"↚","↮":"↮","≰":"≰","≦̸":"≦̸","⩽̸":"⩽̸","⩽̸":"⩽̸","≮":"≮","≴":"≴","≮":"≮","⋪":"⋪","⋬":"⋬","∤":"∤","𝕟":"𝕟","¬":"¬","¬":"¬","∉":"∉","⋹̸":"⋹̸","⋵̸":"⋵̸","∉":"∉","⋷":"⋷","⋶":"⋶","∌":"∌","∌":"∌","⋾":"⋾","⋽":"⋽","∦":"∦","∦":"∦","⫽⃥":"⫽⃥","∂̸":"∂̸","⨔":"⨔","⊀":"⊀","⋠":"⋠","⪯̸":"⪯̸","⊀":"⊀","⪯̸":"⪯̸","⇏":"⇏","↛":"↛","⤳̸":"⤳̸","↝̸":"↝̸","↛":"↛","⋫":"⋫","⋭":"⋭","⊁":"⊁","⋡":"⋡","⪰̸":"⪰̸","𝓃":"𝓃","∤":"∤","∦":"∦","≁":"≁","≄":"≄","≄":"≄","∤":"∤","∦":"∦","⋢":"⋢","⋣":"⋣","⊄":"⊄","⫅̸":"⫅̸","⊈":"⊈","⊂⃒":"⊂⃒","⊈":"⊈","⫅̸":"⫅̸","⊁":"⊁","⪰̸":"⪰̸","⊅":"⊅","⫆̸":"⫆̸","⊉":"⊉","⊃⃒":"⊃⃒","⊉":"⊉","⫆̸":"⫆̸","≹":"≹","ñ":"ñ","ñ":"ñ","≸":"≸","⋪":"⋪","⋬":"⋬","⋫":"⋫","⋭":"⋭","ν":"ν","#":"#","№":"№"," ":" ","⊭":"⊭","⤄":"⤄","≍⃒":"≍⃒","⊬":"⊬","≥⃒":"≥⃒",">⃒":">⃒","⧞":"⧞","⤂":"⤂","≤⃒":"≤⃒","<⃒":"<⃒","⊴⃒":"⊴⃒","⤃":"⤃","⊵⃒":"⊵⃒","∼⃒":"∼⃒","⇖":"⇖","⤣":"⤣","↖":"↖","↖":"↖","⤧":"⤧","Ⓢ":"Ⓢ","ó":"ó","ó":"ó","⊛":"⊛","⊚":"⊚","ô":"ô","ô":"ô","о":"о","⊝":"⊝","ő":"ő","⨸":"⨸","⊙":"⊙","⦼":"⦼","œ":"œ","⦿":"⦿","𝔬":"𝔬","˛":"˛","ò":"ò","ò":"ò","⧁":"⧁","⦵":"⦵","Ω":"Ω","∮":"∮","↺":"↺","⦾":"⦾","⦻":"⦻","‾":"‾","⧀":"⧀","ō":"ō","ω":"ω","ο":"ο","⦶":"⦶","⊖":"⊖","𝕠":"𝕠","⦷":"⦷","⦹":"⦹","⊕":"⊕","∨":"∨","↻":"↻","⩝":"⩝","ℴ":"ℴ","ℴ":"ℴ","ª":"ª","ª":"ª","º":"º","º":"º","⊶":"⊶","⩖":"⩖","⩗":"⩗","⩛":"⩛","ℴ":"ℴ","ø":"ø","ø":"ø","⊘":"⊘","õ":"õ","õ":"õ","⊗":"⊗","⨶":"⨶","ö":"ö","ö":"ö","⌽":"⌽","∥":"∥","¶":"¶","¶":"¶","∥":"∥","⫳":"⫳","⫽":"⫽","∂":"∂","п":"п","%":"%",".":".","‰":"‰","⊥":"⊥","‱":"‱","𝔭":"𝔭","φ":"φ","ϕ":"ϕ","ℳ":"ℳ","☎":"☎","π":"π","⋔":"⋔","ϖ":"ϖ","ℏ":"ℏ","ℎ":"ℎ","ℏ":"ℏ","+":"+","⨣":"⨣","⊞":"⊞","⨢":"⨢","∔":"∔","⨥":"⨥","⩲":"⩲","±":"±","±":"±","⨦":"⨦","⨧":"⨧","±":"±","⨕":"⨕","𝕡":"𝕡","£":"£","£":"£","≺":"≺","⪳":"⪳","⪷":"⪷","≼":"≼","⪯":"⪯","≺":"≺","⪷":"⪷","≼":"≼","⪯":"⪯","⪹":"⪹","⪵":"⪵","⋨":"⋨","≾":"≾","′":"′","ℙ":"ℙ","⪵":"⪵","⪹":"⪹","⋨":"⋨","∏":"∏","⌮":"⌮","⌒":"⌒","⌓":"⌓","∝":"∝","∝":"∝","≾":"≾","⊰":"⊰","𝓅":"𝓅","ψ":"ψ"," ":" ","𝔮":"𝔮","⨌":"⨌","𝕢":"𝕢","⁗":"⁗","𝓆":"𝓆","ℍ":"ℍ","⨖":"⨖","?":"?","≟":"≟",""":'"',""":'"',"⇛":"⇛","⇒":"⇒","⤜":"⤜","⤏":"⤏","⥤":"⥤","∽̱":"∽̱","ŕ":"ŕ","√":"√","⦳":"⦳","⟩":"⟩","⦒":"⦒","⦥":"⦥","⟩":"⟩","»":"»","»":"»","→":"→","⥵":"⥵","⇥":"⇥","⤠":"⤠","⤳":"⤳","⤞":"⤞","↪":"↪","↬":"↬","⥅":"⥅","⥴":"⥴","↣":"↣","↝":"↝","⤚":"⤚","∶":"∶","ℚ":"ℚ","⤍":"⤍","❳":"❳","}":"}","]":"]","⦌":"⦌","⦎":"⦎","⦐":"⦐","ř":"ř","ŗ":"ŗ","⌉":"⌉","}":"}","р":"р","⤷":"⤷","⥩":"⥩","”":"”","”":"”","↳":"↳","ℜ":"ℜ","ℛ":"ℛ","ℜ":"ℜ","ℝ":"ℝ","▭":"▭","®":"®","®":"®","⥽":"⥽","⌋":"⌋","𝔯":"𝔯","⇁":"⇁","⇀":"⇀","⥬":"⥬","ρ":"ρ","ϱ":"ϱ","→":"→","↣":"↣","⇁":"⇁","⇀":"⇀","⇄":"⇄","⇌":"⇌","⇉":"⇉","↝":"↝","⋌":"⋌","˚":"˚","≓":"≓","⇄":"⇄","⇌":"⇌","‏":"","⎱":"⎱","⎱":"⎱","⫮":"⫮","⟭":"⟭","⇾":"⇾","⟧":"⟧","⦆":"⦆","𝕣":"𝕣","⨮":"⨮","⨵":"⨵",")":")","⦔":"⦔","⨒":"⨒","⇉":"⇉","›":"›","𝓇":"𝓇","↱":"↱","]":"]","’":"’","’":"’","⋌":"⋌","⋊":"⋊","▹":"▹","⊵":"⊵","▸":"▸","⧎":"⧎","⥨":"⥨","℞":"℞","ś":"ś","‚":"‚","≻":"≻","⪴":"⪴","⪸":"⪸","š":"š","≽":"≽","⪰":"⪰","ş":"ş","ŝ":"ŝ","⪶":"⪶","⪺":"⪺","⋩":"⋩","⨓":"⨓","≿":"≿","с":"с","⋅":"⋅","⊡":"⊡","⩦":"⩦","⇘":"⇘","⤥":"⤥","↘":"↘","↘":"↘","§":"§","§":"§",";":";","⤩":"⤩","∖":"∖","∖":"∖","✶":"✶","𝔰":"𝔰","⌢":"⌢","♯":"♯","щ":"щ","ш":"ш","∣":"∣","∥":"∥","­":"","­":"","σ":"σ","ς":"ς","ς":"ς","∼":"∼","⩪":"⩪","≃":"≃","≃":"≃","⪞":"⪞","⪠":"⪠","⪝":"⪝","⪟":"⪟","≆":"≆","⨤":"⨤","⥲":"⥲","←":"←","∖":"∖","⨳":"⨳","⧤":"⧤","∣":"∣","⌣":"⌣","⪪":"⪪","⪬":"⪬","⪬︀":"⪬︀","ь":"ь","/":"/","⧄":"⧄","⌿":"⌿","𝕤":"𝕤","♠":"♠","♠":"♠","∥":"∥","⊓":"⊓","⊓︀":"⊓︀","⊔":"⊔","⊔︀":"⊔︀","⊏":"⊏","⊑":"⊑","⊏":"⊏","⊑":"⊑","⊐":"⊐","⊒":"⊒","⊐":"⊐","⊒":"⊒","□":"□","□":"□","▪":"▪","▪":"▪","→":"→","𝓈":"𝓈","∖":"∖","⌣":"⌣","⋆":"⋆","☆":"☆","★":"★","ϵ":"ϵ","ϕ":"ϕ","¯":"¯","⊂":"⊂","⫅":"⫅","⪽":"⪽","⊆":"⊆","⫃":"⫃","⫁":"⫁","⫋":"⫋","⊊":"⊊","⪿":"⪿","⥹":"⥹","⊂":"⊂","⊆":"⊆","⫅":"⫅","⊊":"⊊","⫋":"⫋","⫇":"⫇","⫕":"⫕","⫓":"⫓","≻":"≻","⪸":"⪸","≽":"≽","⪰":"⪰","⪺":"⪺","⪶":"⪶","⋩":"⋩","≿":"≿","∑":"∑","♪":"♪","¹":"¹","¹":"¹","²":"²","²":"²","³":"³","³":"³","⊃":"⊃","⫆":"⫆","⪾":"⪾","⫘":"⫘","⊇":"⊇","⫄":"⫄","⟉":"⟉","⫗":"⫗","⥻":"⥻","⫂":"⫂","⫌":"⫌","⊋":"⊋","⫀":"⫀","⊃":"⊃","⊇":"⊇","⫆":"⫆","⊋":"⊋","⫌":"⫌","⫈":"⫈","⫔":"⫔","⫖":"⫖","⇙":"⇙","⤦":"⤦","↙":"↙","↙":"↙","⤪":"⤪","ß":"ß","ß":"ß","⌖":"⌖","τ":"τ","⎴":"⎴","ť":"ť","ţ":"ţ","т":"т","⃛":"⃛","⌕":"⌕","𝔱":"𝔱","∴":"∴","∴":"∴","θ":"θ","ϑ":"ϑ","ϑ":"ϑ","≈":"≈","∼":"∼"," ":" ","≈":"≈","∼":"∼","þ":"þ","þ":"þ","˜":"˜","×":"×","×":"×","⊠":"⊠","⨱":"⨱","⨰":"⨰","∭":"∭","⤨":"⤨","⊤":"⊤","⌶":"⌶","⫱":"⫱","𝕥":"𝕥","⫚":"⫚","⤩":"⤩","‴":"‴","™":"™","▵":"▵","▿":"▿","◃":"◃","⊴":"⊴","≜":"≜","▹":"▹","⊵":"⊵","◬":"◬","≜":"≜","⨺":"⨺","⨹":"⨹","⧍":"⧍","⨻":"⨻","⏢":"⏢","𝓉":"𝓉","ц":"ц","ћ":"ћ","ŧ":"ŧ","≬":"≬","↞":"↞","↠":"↠","⇑":"⇑","⥣":"⥣","ú":"ú","ú":"ú","↑":"↑","ў":"ў","ŭ":"ŭ","û":"û","û":"û","у":"у","⇅":"⇅","ű":"ű","⥮":"⥮","⥾":"⥾","𝔲":"𝔲","ù":"ù","ù":"ù","↿":"↿","↾":"↾","▀":"▀","⌜":"⌜","⌜":"⌜","⌏":"⌏","◸":"◸","ū":"ū","¨":"¨","¨":"¨","ų":"ų","𝕦":"𝕦","↑":"↑","↕":"↕","↿":"↿","↾":"↾","⊎":"⊎","υ":"υ","ϒ":"ϒ","υ":"υ","⇈":"⇈","⌝":"⌝","⌝":"⌝","⌎":"⌎","ů":"ů","◹":"◹","𝓊":"𝓊","⋰":"⋰","ũ":"ũ","▵":"▵","▴":"▴","⇈":"⇈","ü":"ü","ü":"ü","⦧":"⦧","⇕":"⇕","⫨":"⫨","⫩":"⫩","⊨":"⊨","⦜":"⦜","ϵ":"ϵ","ϰ":"ϰ","∅":"∅","ϕ":"ϕ","ϖ":"ϖ","∝":"∝","↕":"↕","ϱ":"ϱ","ς":"ς","⊊︀":"⊊︀","⫋︀":"⫋︀","⊋︀":"⊋︀","⫌︀":"⫌︀","ϑ":"ϑ","⊲":"⊲","⊳":"⊳","в":"в","⊢":"⊢","∨":"∨","⊻":"⊻","≚":"≚","⋮":"⋮","|":"|","|":"|","𝔳":"𝔳","⊲":"⊲","⊂⃒":"⊂⃒","⊃⃒":"⊃⃒","𝕧":"𝕧","∝":"∝","⊳":"⊳","𝓋":"𝓋","⫋︀":"⫋︀","⊊︀":"⊊︀","⫌︀":"⫌︀","⊋︀":"⊋︀","⦚":"⦚","ŵ":"ŵ","⩟":"⩟","∧":"∧","≙":"≙","℘":"℘","𝔴":"𝔴","𝕨":"𝕨","℘":"℘","≀":"≀","≀":"≀","𝓌":"𝓌","⋂":"⋂","◯":"◯","⋃":"⋃","▽":"▽","𝔵":"𝔵","⟺":"⟺","⟷":"⟷","ξ":"ξ","⟸":"⟸","⟵":"⟵","⟼":"⟼","⋻":"⋻","⨀":"⨀","𝕩":"𝕩","⨁":"⨁","⨂":"⨂","⟹":"⟹","⟶":"⟶","𝓍":"𝓍","⨆":"⨆","⨄":"⨄","△":"△","⋁":"⋁","⋀":"⋀","ý":"ý","ý":"ý","я":"я","ŷ":"ŷ","ы":"ы","¥":"¥","¥":"¥","𝔶":"𝔶","ї":"ї","𝕪":"𝕪","𝓎":"𝓎","ю":"ю","ÿ":"ÿ","ÿ":"ÿ","ź":"ź","ž":"ž","з":"з","ż":"ż","ℨ":"ℨ","ζ":"ζ","𝔷":"𝔷","ж":"ж","⇝":"⇝","𝕫":"𝕫","𝓏":"𝓏","‍":"","‌":""},characters:{Æ:"Æ","&":"&",Á:"Á",Ă:"Ă",Â:"Â",А:"А","𝔄":"𝔄",À:"À",Α:"Α",Ā:"Ā","⩓":"⩓",Ą:"Ą","𝔸":"𝔸","":"⁡",Å:"Å","𝒜":"𝒜","≔":"≔",Ã:"Ã",Ä:"Ä","∖":"∖","⫧":"⫧","⌆":"⌆",Б:"Б","∵":"∵",ℬ:"ℬ",Β:"Β","𝔅":"𝔅","𝔹":"𝔹","˘":"˘","≎":"≎",Ч:"Ч","©":"©",Ć:"Ć","⋒":"⋒","ⅅ":"ⅅ",ℭ:"ℭ",Č:"Č",Ç:"Ç",Ĉ:"Ĉ","∰":"∰",Ċ:"Ċ","¸":"¸","·":"·",Χ:"Χ","⊙":"⊙","⊖":"⊖","⊕":"⊕","⊗":"⊗","∲":"∲","”":"”","’":"’","∷":"∷","⩴":"⩴","≡":"≡","∯":"∯","∮":"∮",ℂ:"ℂ","∐":"∐","∳":"∳","⨯":"⨯","𝒞":"𝒞","⋓":"⋓","≍":"≍","⤑":"⤑",Ђ:"Ђ",Ѕ:"Ѕ",Џ:"Џ","‡":"‡","↡":"↡","⫤":"⫤",Ď:"Ď",Д:"Д","∇":"∇",Δ:"Δ","𝔇":"𝔇","´":"´","˙":"˙","˝":"˝","`":"`","˜":"˜","⋄":"⋄","ⅆ":"ⅆ","𝔻":"𝔻","¨":"¨","⃜":"⃜","≐":"≐","⇓":"⇓","⇐":"⇐","⇔":"⇔","⟸":"⟸","⟺":"⟺","⟹":"⟹","⇒":"⇒","⊨":"⊨","⇑":"⇑","⇕":"⇕","∥":"∥","↓":"↓","⤓":"⤓","⇵":"⇵","̑":"̑","⥐":"⥐","⥞":"⥞","↽":"↽","⥖":"⥖","⥟":"⥟","⇁":"⇁","⥗":"⥗","⊤":"⊤","↧":"↧","𝒟":"𝒟",Đ:"Đ",Ŋ:"Ŋ",Ð:"Ð",É:"É",Ě:"Ě",Ê:"Ê",Э:"Э",Ė:"Ė","𝔈":"𝔈",È:"È","∈":"∈",Ē:"Ē","◻":"◻","▫":"▫",Ę:"Ę","𝔼":"𝔼",Ε:"Ε","⩵":"⩵","≂":"≂","⇌":"⇌",ℰ:"ℰ","⩳":"⩳",Η:"Η",Ë:"Ë","∃":"∃","ⅇ":"ⅇ",Ф:"Ф","𝔉":"𝔉","◼":"◼","▪":"▪","𝔽":"𝔽","∀":"∀",ℱ:"ℱ",Ѓ:"Ѓ",">":">",Γ:"Γ",Ϝ:"Ϝ",Ğ:"Ğ",Ģ:"Ģ",Ĝ:"Ĝ",Г:"Г",Ġ:"Ġ","𝔊":"𝔊","⋙":"⋙","𝔾":"𝔾","≥":"≥","⋛":"⋛","≧":"≧","⪢":"⪢","≷":"≷","⩾":"⩾","≳":"≳","𝒢":"𝒢","≫":"≫",Ъ:"Ъ","ˇ":"ˇ","^":"^",Ĥ:"Ĥ",ℌ:"ℌ",ℋ:"ℋ",ℍ:"ℍ","─":"─",Ħ:"Ħ","≏":"≏",Е:"Е",IJ:"IJ",Ё:"Ё",Í:"Í",Î:"Î",И:"И",İ:"İ",ℑ:"ℑ",Ì:"Ì",Ī:"Ī","ⅈ":"ⅈ","∬":"∬","∫":"∫","⋂":"⋂","":"⁣","":"⁢",Į:"Į","𝕀":"𝕀",Ι:"Ι",ℐ:"ℐ",Ĩ:"Ĩ",І:"І",Ï:"Ï",Ĵ:"Ĵ",Й:"Й","𝔍":"𝔍","𝕁":"𝕁","𝒥":"𝒥",Ј:"Ј",Є:"Є",Х:"Х",Ќ:"Ќ",Κ:"Κ",Ķ:"Ķ",К:"К","𝔎":"𝔎","𝕂":"𝕂","𝒦":"𝒦",Љ:"Љ","<":"<",Ĺ:"Ĺ",Λ:"Λ","⟪":"⟪",ℒ:"ℒ","↞":"↞",Ľ:"Ľ",Ļ:"Ļ",Л:"Л","⟨":"⟨","←":"←","⇤":"⇤","⇆":"⇆","⌈":"⌈","⟦":"⟦","⥡":"⥡","⇃":"⇃","⥙":"⥙","⌊":"⌊","↔":"↔","⥎":"⥎","⊣":"⊣","↤":"↤","⥚":"⥚","⊲":"⊲","⧏":"⧏","⊴":"⊴","⥑":"⥑","⥠":"⥠","↿":"↿","⥘":"⥘","↼":"↼","⥒":"⥒","⋚":"⋚","≦":"≦","≶":"≶","⪡":"⪡","⩽":"⩽","≲":"≲","𝔏":"𝔏","⋘":"⋘","⇚":"⇚",Ŀ:"Ŀ","⟵":"⟵","⟷":"⟷","⟶":"⟶","𝕃":"𝕃","↙":"↙","↘":"↘","↰":"↰",Ł:"Ł","≪":"≪","⤅":"⤅",М:"М"," ":" ",ℳ:"ℳ","𝔐":"𝔐","∓":"∓","𝕄":"𝕄",Μ:"Μ",Њ:"Њ",Ń:"Ń",Ň:"Ň",Ņ:"Ņ",Н:"Н","":"​","\n":"
","𝔑":"𝔑","":"⁠"," ":" ",ℕ:"ℕ","⫬":"⫬","≢":"≢","≭":"≭","∦":"∦","∉":"∉","≠":"≠","≂̸":"≂̸","∄":"∄","≯":"≯","≱":"≱","≧̸":"≧̸","≫̸":"≫̸","≹":"≹","⩾̸":"⩾̸","≵":"≵","≎̸":"≎̸","≏̸":"≏̸","⋪":"⋪","⧏̸":"⧏̸","⋬":"⋬","≮":"≮","≰":"≰","≸":"≸","≪̸":"≪̸","⩽̸":"⩽̸","≴":"≴","⪢̸":"⪢̸","⪡̸":"⪡̸","⊀":"⊀","⪯̸":"⪯̸","⋠":"⋠","∌":"∌","⋫":"⋫","⧐̸":"⧐̸","⋭":"⋭","⊏̸":"⊏̸","⋢":"⋢","⊐̸":"⊐̸","⋣":"⋣","⊂⃒":"⊂⃒","⊈":"⊈","⊁":"⊁","⪰̸":"⪰̸","⋡":"⋡","≿̸":"≿̸","⊃⃒":"⊃⃒","⊉":"⊉","≁":"≁","≄":"≄","≇":"≇","≉":"≉","∤":"∤","𝒩":"𝒩",Ñ:"Ñ",Ν:"Ν",Œ:"Œ",Ó:"Ó",Ô:"Ô",О:"О",Ő:"Ő","𝔒":"𝔒",Ò:"Ò",Ō:"Ō",Ω:"Ω",Ο:"Ο","𝕆":"𝕆","“":"“","‘":"‘","⩔":"⩔","𝒪":"𝒪",Ø:"Ø",Õ:"Õ","⨷":"⨷",Ö:"Ö","‾":"‾","⏞":"⏞","⎴":"⎴","⏜":"⏜","∂":"∂",П:"П","𝔓":"𝔓",Φ:"Φ",Π:"Π","±":"±",ℙ:"ℙ","⪻":"⪻","≺":"≺","⪯":"⪯","≼":"≼","≾":"≾","″":"″","∏":"∏","∝":"∝","𝒫":"𝒫",Ψ:"Ψ",'"':""","𝔔":"𝔔",ℚ:"ℚ","𝒬":"𝒬","⤐":"⤐","®":"®",Ŕ:"Ŕ","⟫":"⟫","↠":"↠","⤖":"⤖",Ř:"Ř",Ŗ:"Ŗ",Р:"Р",ℜ:"ℜ","∋":"∋","⇋":"⇋","⥯":"⥯",Ρ:"Ρ","⟩":"⟩","→":"→","⇥":"⇥","⇄":"⇄","⌉":"⌉","⟧":"⟧","⥝":"⥝","⇂":"⇂","⥕":"⥕","⌋":"⌋","⊢":"⊢","↦":"↦","⥛":"⥛","⊳":"⊳","⧐":"⧐","⊵":"⊵","⥏":"⥏","⥜":"⥜","↾":"↾","⥔":"⥔","⇀":"⇀","⥓":"⥓",ℝ:"ℝ","⥰":"⥰","⇛":"⇛",ℛ:"ℛ","↱":"↱","⧴":"⧴",Щ:"Щ",Ш:"Ш",Ь:"Ь",Ś:"Ś","⪼":"⪼",Š:"Š",Ş:"Ş",Ŝ:"Ŝ",С:"С","𝔖":"𝔖","↑":"↑",Σ:"Σ","∘":"∘","𝕊":"𝕊","√":"√","□":"□","⊓":"⊓","⊏":"⊏","⊑":"⊑","⊐":"⊐","⊒":"⊒","⊔":"⊔","𝒮":"𝒮","⋆":"⋆","⋐":"⋐","⊆":"⊆","≻":"≻","⪰":"⪰","≽":"≽","≿":"≿","∑":"∑","⋑":"⋑","⊃":"⊃","⊇":"⊇",Þ:"Þ","™":"™",Ћ:"Ћ",Ц:"Ц"," ":"	",Τ:"Τ",Ť:"Ť",Ţ:"Ţ",Т:"Т","𝔗":"𝔗","∴":"∴",Θ:"Θ"," ":"  "," ":" ","∼":"∼","≃":"≃","≅":"≅","≈":"≈","𝕋":"𝕋","⃛":"⃛","𝒯":"𝒯",Ŧ:"Ŧ",Ú:"Ú","↟":"↟","⥉":"⥉",Ў:"Ў",Ŭ:"Ŭ",Û:"Û",У:"У",Ű:"Ű","𝔘":"𝔘",Ù:"Ù",Ū:"Ū",_:"_","⏟":"⏟","⎵":"⎵","⏝":"⏝","⋃":"⋃","⊎":"⊎",Ų:"Ų","𝕌":"𝕌","⤒":"⤒","⇅":"⇅","↕":"↕","⥮":"⥮","⊥":"⊥","↥":"↥","↖":"↖","↗":"↗",ϒ:"ϒ",Υ:"Υ",Ů:"Ů","𝒰":"𝒰",Ũ:"Ũ",Ü:"Ü","⊫":"⊫","⫫":"⫫",В:"В","⊩":"⊩","⫦":"⫦","⋁":"⋁","‖":"‖","∣":"∣","|":"|","❘":"❘","≀":"≀"," ":" ","𝔙":"𝔙","𝕍":"𝕍","𝒱":"𝒱","⊪":"⊪",Ŵ:"Ŵ","⋀":"⋀","𝔚":"𝔚","𝕎":"𝕎","𝒲":"𝒲","𝔛":"𝔛",Ξ:"Ξ","𝕏":"𝕏","𝒳":"𝒳",Я:"Я",Ї:"Ї",Ю:"Ю",Ý:"Ý",Ŷ:"Ŷ",Ы:"Ы","𝔜":"𝔜","𝕐":"𝕐","𝒴":"𝒴",Ÿ:"Ÿ",Ж:"Ж",Ź:"Ź",Ž:"Ž",З:"З",Ż:"Ż",Ζ:"Ζ",ℨ:"ℨ",ℤ:"ℤ","𝒵":"𝒵",á:"á",ă:"ă","∾":"∾","∾̳":"∾̳","∿":"∿",â:"â",а:"а",æ:"æ","𝔞":"𝔞",à:"à",ℵ:"ℵ",α:"α",ā:"ā","⨿":"⨿","∧":"∧","⩕":"⩕","⩜":"⩜","⩘":"⩘","⩚":"⩚","∠":"∠","⦤":"⦤","∡":"∡","⦨":"⦨","⦩":"⦩","⦪":"⦪","⦫":"⦫","⦬":"⦬","⦭":"⦭","⦮":"⦮","⦯":"⦯","∟":"∟","⊾":"⊾","⦝":"⦝","∢":"∢","⍼":"⍼",ą:"ą","𝕒":"𝕒","⩰":"⩰","⩯":"⩯","≊":"≊","≋":"≋","'":"'",å:"å","𝒶":"𝒶","*":"*",ã:"ã",ä:"ä","⨑":"⨑","⫭":"⫭","≌":"≌","϶":"϶","‵":"‵","∽":"∽","⋍":"⋍","⊽":"⊽","⌅":"⌅","⎶":"⎶",б:"б","„":"„","⦰":"⦰",β:"β",ℶ:"ℶ","≬":"≬","𝔟":"𝔟","◯":"◯","⨀":"⨀","⨁":"⨁","⨂":"⨂","⨆":"⨆","★":"★","▽":"▽","△":"△","⨄":"⨄","⤍":"⤍","⧫":"⧫","▴":"▴","▾":"▾","◂":"◂","▸":"▸","␣":"␣","▒":"▒","░":"░","▓":"▓","█":"█","=⃥":"=⃥","≡⃥":"≡⃥","⌐":"⌐","𝕓":"𝕓","⋈":"⋈","╗":"╗","╔":"╔","╖":"╖","╓":"╓","═":"═","╦":"╦","╩":"╩","╤":"╤","╧":"╧","╝":"╝","╚":"╚","╜":"╜","╙":"╙","║":"║","╬":"╬","╣":"╣","╠":"╠","╫":"╫","╢":"╢","╟":"╟","⧉":"⧉","╕":"╕","╒":"╒","┐":"┐","┌":"┌","╥":"╥","╨":"╨","┬":"┬","┴":"┴","⊟":"⊟","⊞":"⊞","⊠":"⊠","╛":"╛","╘":"╘","┘":"┘","└":"└","│":"│","╪":"╪","╡":"╡","╞":"╞","┼":"┼","┤":"┤","├":"├","¦":"¦","𝒷":"𝒷","⁏":"⁏","\\":"\","⧅":"⧅","⟈":"⟈","•":"•","⪮":"⪮",ć:"ć","∩":"∩","⩄":"⩄","⩉":"⩉","⩋":"⩋","⩇":"⩇","⩀":"⩀","∩︀":"∩︀","⁁":"⁁","⩍":"⩍",č:"č",ç:"ç",ĉ:"ĉ","⩌":"⩌","⩐":"⩐",ċ:"ċ","⦲":"⦲","¢":"¢","𝔠":"𝔠",ч:"ч","✓":"✓",χ:"χ","○":"○","⧃":"⧃","ˆ":"ˆ","≗":"≗","↺":"↺","↻":"↻","Ⓢ":"Ⓢ","⊛":"⊛","⊚":"⊚","⊝":"⊝","⨐":"⨐","⫯":"⫯","⧂":"⧂","♣":"♣",":":":",",":",","@":"@","∁":"∁","⩭":"⩭","𝕔":"𝕔","℗":"℗","↵":"↵","✗":"✗","𝒸":"𝒸","⫏":"⫏","⫑":"⫑","⫐":"⫐","⫒":"⫒","⋯":"⋯","⤸":"⤸","⤵":"⤵","⋞":"⋞","⋟":"⋟","↶":"↶","⤽":"⤽","∪":"∪","⩈":"⩈","⩆":"⩆","⩊":"⩊","⊍":"⊍","⩅":"⩅","∪︀":"∪︀","↷":"↷","⤼":"⤼","⋎":"⋎","⋏":"⋏","¤":"¤","∱":"∱","⌭":"⌭","⥥":"⥥","†":"†",ℸ:"ℸ","‐":"‐","⤏":"⤏",ď:"ď",д:"д","⇊":"⇊","⩷":"⩷","°":"°",δ:"δ","⦱":"⦱","⥿":"⥿","𝔡":"𝔡","♦":"♦",ϝ:"ϝ","⋲":"⋲","÷":"÷","⋇":"⋇",ђ:"ђ","⌞":"⌞","⌍":"⌍",$:"$","𝕕":"𝕕","≑":"≑","∸":"∸","∔":"∔","⊡":"⊡","⌟":"⌟","⌌":"⌌","𝒹":"𝒹",ѕ:"ѕ","⧶":"⧶",đ:"đ","⋱":"⋱","▿":"▿","⦦":"⦦",џ:"џ","⟿":"⟿",é:"é","⩮":"⩮",ě:"ě","≖":"≖",ê:"ê","≕":"≕",э:"э",ė:"ė","≒":"≒","𝔢":"𝔢","⪚":"⪚",è:"è","⪖":"⪖","⪘":"⪘","⪙":"⪙","⏧":"⏧",ℓ:"ℓ","⪕":"⪕","⪗":"⪗",ē:"ē","∅":"∅"," ":" "," ":" "," ":" ",ŋ:"ŋ"," ":" ",ę:"ę","𝕖":"𝕖","⋕":"⋕","⧣":"⧣","⩱":"⩱",ε:"ε","ϵ":"ϵ","=":"=","≟":"≟","⩸":"⩸","⧥":"⧥","≓":"≓","⥱":"⥱",ℯ:"ℯ",η:"η",ð:"ð",ë:"ë","€":"€","!":"!",ф:"ф","♀":"♀",ffi:"ffi",ff:"ff",ffl:"ffl","𝔣":"𝔣",fi:"fi",fj:"fj","♭":"♭",fl:"fl","▱":"▱",ƒ:"ƒ","𝕗":"𝕗","⋔":"⋔","⫙":"⫙","⨍":"⨍","½":"½","⅓":"⅓","¼":"¼","⅕":"⅕","⅙":"⅙","⅛":"⅛","⅔":"⅔","⅖":"⅖","¾":"¾","⅗":"⅗","⅜":"⅜","⅘":"⅘","⅚":"⅚","⅝":"⅝","⅞":"⅞","⁄":"⁄","⌢":"⌢","𝒻":"𝒻","⪌":"⪌",ǵ:"ǵ",γ:"γ","⪆":"⪆",ğ:"ğ",ĝ:"ĝ",г:"г",ġ:"ġ","⪩":"⪩","⪀":"⪀","⪂":"⪂","⪄":"⪄","⋛︀":"⋛︀","⪔":"⪔","𝔤":"𝔤",ℷ:"ℷ",ѓ:"ѓ","⪒":"⪒","⪥":"⪥","⪤":"⪤","≩":"≩","⪊":"⪊","⪈":"⪈","⋧":"⋧","𝕘":"𝕘",ℊ:"ℊ","⪎":"⪎","⪐":"⪐","⪧":"⪧","⩺":"⩺","⋗":"⋗","⦕":"⦕","⩼":"⩼","⥸":"⥸","≩︀":"≩︀",ъ:"ъ","⥈":"⥈","↭":"↭",ℏ:"ℏ",ĥ:"ĥ","♥":"♥","…":"…","⊹":"⊹","𝔥":"𝔥","⤥":"⤥","⤦":"⤦","⇿":"⇿","∻":"∻","↩":"↩","↪":"↪","𝕙":"𝕙","―":"―","𝒽":"𝒽",ħ:"ħ","⁃":"⁃",í:"í",î:"î",и:"и",е:"е","¡":"¡","𝔦":"𝔦",ì:"ì","⨌":"⨌","∭":"∭","⧜":"⧜","℩":"℩",ij:"ij",ī:"ī",ı:"ı","⊷":"⊷",Ƶ:"Ƶ","℅":"℅","∞":"∞","⧝":"⧝","⊺":"⊺","⨗":"⨗","⨼":"⨼",ё:"ё",į:"į","𝕚":"𝕚",ι:"ι","¿":"¿","𝒾":"𝒾","⋹":"⋹","⋵":"⋵","⋴":"⋴","⋳":"⋳",ĩ:"ĩ",і:"і",ï:"ï",ĵ:"ĵ",й:"й","𝔧":"𝔧","ȷ":"ȷ","𝕛":"𝕛","𝒿":"𝒿",ј:"ј",є:"є",κ:"κ",ϰ:"ϰ",ķ:"ķ",к:"к","𝔨":"𝔨",ĸ:"ĸ",х:"х",ќ:"ќ","𝕜":"𝕜","𝓀":"𝓀","⤛":"⤛","⤎":"⤎","⪋":"⪋","⥢":"⥢",ĺ:"ĺ","⦴":"⦴",λ:"λ","⦑":"⦑","⪅":"⪅","«":"«","⤟":"⤟","⤝":"⤝","↫":"↫","⤹":"⤹","⥳":"⥳","↢":"↢","⪫":"⪫","⤙":"⤙","⪭":"⪭","⪭︀":"⪭︀","⤌":"⤌","❲":"❲","{":"{","[":"[","⦋":"⦋","⦏":"⦏","⦍":"⦍",ľ:"ľ",ļ:"ļ",л:"л","⤶":"⤶","⥧":"⥧","⥋":"⥋","↲":"↲","≤":"≤","⇇":"⇇","⋋":"⋋","⪨":"⪨","⩿":"⩿","⪁":"⪁","⪃":"⪃","⋚︀":"⋚︀","⪓":"⪓","⋖":"⋖","⥼":"⥼","𝔩":"𝔩","⪑":"⪑","⥪":"⥪","▄":"▄",љ:"љ","⥫":"⥫","◺":"◺",ŀ:"ŀ","⎰":"⎰","≨":"≨","⪉":"⪉","⪇":"⪇","⋦":"⋦","⟬":"⟬","⇽":"⇽","⟼":"⟼","↬":"↬","⦅":"⦅","𝕝":"𝕝","⨭":"⨭","⨴":"⨴","∗":"∗","◊":"◊","(":"(","⦓":"⦓","⥭":"⥭","":"‎","⊿":"⊿","‹":"‹","𝓁":"𝓁","⪍":"⪍","⪏":"⪏","‚":"‚",ł:"ł","⪦":"⪦","⩹":"⩹","⋉":"⋉","⥶":"⥶","⩻":"⩻","⦖":"⦖","◃":"◃","⥊":"⥊","⥦":"⥦","≨︀":"≨︀","∺":"∺","¯":"¯","♂":"♂","✠":"✠","▮":"▮","⨩":"⨩",м:"м","—":"—","𝔪":"𝔪","℧":"℧",µ:"µ","⫰":"⫰","−":"−","⨪":"⨪","⫛":"⫛","⊧":"⊧","𝕞":"𝕞","𝓂":"𝓂",μ:"μ","⊸":"⊸","⋙̸":"⋙̸","≫⃒":"≫⃒","⇍":"⇍","⇎":"⇎","⋘̸":"⋘̸","≪⃒":"≪⃒","⇏":"⇏","⊯":"⊯","⊮":"⊮",ń:"ń","∠⃒":"∠⃒","⩰̸":"⩰̸","≋̸":"≋̸",ʼn:"ʼn","♮":"♮","⩃":"⩃",ň:"ň",ņ:"ņ","⩭̸":"⩭̸","⩂":"⩂",н:"н","–":"–","⇗":"⇗","⤤":"⤤","≐̸":"≐̸","⤨":"⤨","𝔫":"𝔫","↮":"↮","⫲":"⫲","⋼":"⋼","⋺":"⋺",њ:"њ","≦̸":"≦̸","↚":"↚","‥":"‥","𝕟":"𝕟","¬":"¬","⋹̸":"⋹̸","⋵̸":"⋵̸","⋷":"⋷","⋶":"⋶","⋾":"⋾","⋽":"⋽","⫽⃥":"⫽⃥","∂̸":"∂̸","⨔":"⨔","↛":"↛","⤳̸":"⤳̸","↝̸":"↝̸","𝓃":"𝓃","⊄":"⊄","⫅̸":"⫅̸","⊅":"⊅","⫆̸":"⫆̸",ñ:"ñ",ν:"ν","#":"#","№":"№"," ":" ","⊭":"⊭","⤄":"⤄","≍⃒":"≍⃒","⊬":"⊬","≥⃒":"≥⃒",">⃒":">⃒","⧞":"⧞","⤂":"⤂","≤⃒":"≤⃒","<⃒":"<⃒","⊴⃒":"⊴⃒","⤃":"⤃","⊵⃒":"⊵⃒","∼⃒":"∼⃒","⇖":"⇖","⤣":"⤣","⤧":"⤧",ó:"ó",ô:"ô",о:"о",ő:"ő","⨸":"⨸","⦼":"⦼",œ:"œ","⦿":"⦿","𝔬":"𝔬","˛":"˛",ò:"ò","⧁":"⧁","⦵":"⦵","⦾":"⦾","⦻":"⦻","⧀":"⧀",ō:"ō",ω:"ω",ο:"ο","⦶":"⦶","𝕠":"𝕠","⦷":"⦷","⦹":"⦹","∨":"∨","⩝":"⩝",ℴ:"ℴ",ª:"ª",º:"º","⊶":"⊶","⩖":"⩖","⩗":"⩗","⩛":"⩛",ø:"ø","⊘":"⊘",õ:"õ","⨶":"⨶",ö:"ö","⌽":"⌽","¶":"¶","⫳":"⫳","⫽":"⫽",п:"п","%":"%",".":".","‰":"‰","‱":"‱","𝔭":"𝔭",φ:"φ",ϕ:"ϕ","☎":"☎",π:"π",ϖ:"ϖ",ℎ:"ℎ","+":"+","⨣":"⨣","⨢":"⨢","⨥":"⨥","⩲":"⩲","⨦":"⨦","⨧":"⨧","⨕":"⨕","𝕡":"𝕡","£":"£","⪳":"⪳","⪷":"⪷","⪹":"⪹","⪵":"⪵","⋨":"⋨","′":"′","⌮":"⌮","⌒":"⌒","⌓":"⌓","⊰":"⊰","𝓅":"𝓅",ψ:"ψ"," ":" ","𝔮":"𝔮","𝕢":"𝕢","⁗":"⁗","𝓆":"𝓆","⨖":"⨖","?":"?","⤜":"⤜","⥤":"⥤","∽̱":"∽̱",ŕ:"ŕ","⦳":"⦳","⦒":"⦒","⦥":"⦥","»":"»","⥵":"⥵","⤠":"⤠","⤳":"⤳","⤞":"⤞","⥅":"⥅","⥴":"⥴","↣":"↣","↝":"↝","⤚":"⤚","∶":"∶","❳":"❳","}":"}","]":"]","⦌":"⦌","⦎":"⦎","⦐":"⦐",ř:"ř",ŗ:"ŗ",р:"р","⤷":"⤷","⥩":"⥩","↳":"↳","▭":"▭","⥽":"⥽","𝔯":"𝔯","⥬":"⥬",ρ:"ρ",ϱ:"ϱ","⇉":"⇉","⋌":"⋌","˚":"˚","":"‏","⎱":"⎱","⫮":"⫮","⟭":"⟭","⇾":"⇾","⦆":"⦆","𝕣":"𝕣","⨮":"⨮","⨵":"⨵",")":")","⦔":"⦔","⨒":"⨒","›":"›","𝓇":"𝓇","⋊":"⋊","▹":"▹","⧎":"⧎","⥨":"⥨","℞":"℞",ś:"ś","⪴":"⪴","⪸":"⪸",š:"š",ş:"ş",ŝ:"ŝ","⪶":"⪶","⪺":"⪺","⋩":"⋩","⨓":"⨓",с:"с","⋅":"⋅","⩦":"⩦","⇘":"⇘","§":"§",";":";","⤩":"⤩","✶":"✶","𝔰":"𝔰","♯":"♯",щ:"щ",ш:"ш","":"­",σ:"σ",ς:"ς","⩪":"⩪","⪞":"⪞","⪠":"⪠","⪝":"⪝","⪟":"⪟","≆":"≆","⨤":"⨤","⥲":"⥲","⨳":"⨳","⧤":"⧤","⌣":"⌣","⪪":"⪪","⪬":"⪬","⪬︀":"⪬︀",ь:"ь","/":"/","⧄":"⧄","⌿":"⌿","𝕤":"𝕤","♠":"♠","⊓︀":"⊓︀","⊔︀":"⊔︀","𝓈":"𝓈","☆":"☆","⊂":"⊂","⫅":"⫅","⪽":"⪽","⫃":"⫃","⫁":"⫁","⫋":"⫋","⊊":"⊊","⪿":"⪿","⥹":"⥹","⫇":"⫇","⫕":"⫕","⫓":"⫓","♪":"♪","¹":"¹","²":"²","³":"³","⫆":"⫆","⪾":"⪾","⫘":"⫘","⫄":"⫄","⟉":"⟉","⫗":"⫗","⥻":"⥻","⫂":"⫂","⫌":"⫌","⊋":"⊋","⫀":"⫀","⫈":"⫈","⫔":"⫔","⫖":"⫖","⇙":"⇙","⤪":"⤪",ß:"ß","⌖":"⌖",τ:"τ",ť:"ť",ţ:"ţ",т:"т","⌕":"⌕","𝔱":"𝔱",θ:"θ",ϑ:"ϑ",þ:"þ","×":"×","⨱":"⨱","⨰":"⨰","⌶":"⌶","⫱":"⫱","𝕥":"𝕥","⫚":"⫚","‴":"‴","▵":"▵","≜":"≜","◬":"◬","⨺":"⨺","⨹":"⨹","⧍":"⧍","⨻":"⨻","⏢":"⏢","𝓉":"𝓉",ц:"ц",ћ:"ћ",ŧ:"ŧ","⥣":"⥣",ú:"ú",ў:"ў",ŭ:"ŭ",û:"û",у:"у",ű:"ű","⥾":"⥾","𝔲":"𝔲",ù:"ù","▀":"▀","⌜":"⌜","⌏":"⌏","◸":"◸",ū:"ū",ų:"ų","𝕦":"𝕦",υ:"υ","⇈":"⇈","⌝":"⌝","⌎":"⌎",ů:"ů","◹":"◹","𝓊":"𝓊","⋰":"⋰",ũ:"ũ",ü:"ü","⦧":"⦧","⫨":"⫨","⫩":"⫩","⦜":"⦜","⊊︀":"⊊︀","⫋︀":"⫋︀","⊋︀":"⊋︀","⫌︀":"⫌︀",в:"в","⊻":"⊻","≚":"≚","⋮":"⋮","𝔳":"𝔳","𝕧":"𝕧","𝓋":"𝓋","⦚":"⦚",ŵ:"ŵ","⩟":"⩟","≙":"≙","℘":"℘","𝔴":"𝔴","𝕨":"𝕨","𝓌":"𝓌","𝔵":"𝔵",ξ:"ξ","⋻":"⋻","𝕩":"𝕩","𝓍":"𝓍",ý:"ý",я:"я",ŷ:"ŷ",ы:"ы","¥":"¥","𝔶":"𝔶",ї:"ї","𝕪":"𝕪","𝓎":"𝓎",ю:"ю",ÿ:"ÿ",ź:"ź",ž:"ž",з:"з",ż:"ż",ζ:"ζ","𝔷":"𝔷",ж:"ж","⇝":"⇝","𝕫":"𝕫","𝓏":"𝓏","":"‍","":"‌"}}};var x0={};Object.defineProperty(x0,"__esModule",{value:!0});x0.numericUnicodeMap={0:65533,128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376};var Ca={};Object.defineProperty(Ca,"__esModule",{value:!0});Ca.fromCodePoint=String.fromCodePoint||function(t){return String.fromCharCode(Math.floor((t-65536)/1024)+55296,(t-65536)%1024+56320)};Ca.getCodePoint=String.prototype.codePointAt?function(t,e){return t.codePointAt(e)}:function(t,e){return(t.charCodeAt(e)-55296)*1024+t.charCodeAt(e+1)-56320+65536};Ca.highSurrogateFrom=55296;Ca.highSurrogateTo=56319;var ha=oa&&oa.__assign||function(){return ha=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++){e=arguments[n];for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])}return t},ha.apply(this,arguments)};Object.defineProperty(zc,"__esModule",{value:!0});var Ll=Zc,$8=x0,R4=Ca,_0=ha(ha({},Ll.namedReferences),{all:Ll.namedReferences.html5});function T4(t,e,n){e.lastIndex=0;var r=e.exec(t),i;if(r){i="";var a=0;do{a!==r.index&&(i+=t.substring(a,r.index));var l=r[0];i+=n(l),a=r.index+l.length}while(r=e.exec(t));a!==t.length&&(i+=t.substring(a))}else i=t;return i}var N8={specialChars:/[<>'"&]/g,nonAscii:/[<>'"&\u0080-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g,nonAsciiPrintable:/[<>'"&\x01-\x08\x11-\x15\x17-\x1F\x7f-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g,nonAsciiPrintableOnly:/[\x01-\x08\x11-\x15\x17-\x1F\x7f-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g,extensive:/[\x01-\x0c\x0e-\x1f\x21-\x2c\x2e-\x2f\x3a-\x40\x5b-\x60\x7b-\x7d\x7f-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g},H8={mode:"specialChars",level:"all",numeric:"decimal"};function W8(t,e){var n=e===void 0?H8:e,r=n.mode,i=r===void 0?"specialChars":r,a=n.numeric,l=a===void 0?"decimal":a,h=n.level,f=h===void 0?"all":h;if(!t)return"";var p=N8[i],v=_0[f].characters,w=l==="hexadecimal";return T4(t,p,function(b){var T=v[b];if(!T){var P=b.length>1?R4.getCodePoint(b,0):b.charCodeAt(0);T=(w?"&#x"+P.toString(16):"&#"+P)+";"}return T})}var U8=zc.encode=W8,z8={scope:"body",level:"all"},u2=/&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+);/g,d2=/&(?:#\d+|#[xX][\da-fA-F]+|[0-9a-zA-Z]+)[;=]?/g,Zd={xml:{strict:u2,attribute:d2,body:Ll.bodyRegExps.xml},html4:{strict:u2,attribute:d2,body:Ll.bodyRegExps.html4},html5:{strict:u2,attribute:d2,body:Ll.bodyRegExps.html5}},Z8=ha(ha({},Zd),{all:Zd.html5}),M4=String.fromCharCode,q8=M4(65533),G8={level:"all"};function L4(t,e,n,r){var i=t,a=t[t.length-1];if(n&&a==="=")i=t;else if(r&&a!==";")i=t;else{var l=e[t];if(l)i=l;else if(t[0]==="&"&&t[1]==="#"){var h=t[2],f=h=="x"||h=="X"?parseInt(t.substr(3),16):parseInt(t.substr(2));i=f>=1114111?q8:f>65535?R4.fromCodePoint(f):M4($8.numericUnicodeMap[f]||f)}}return i}function Y8(t,e){var n=(e===void 0?G8:e).level,r=n===void 0?"all":n;return t?L4(t,_0[r].entities,!1,!1):""}zc.decodeEntity=Y8;function X8(t,e){var n=e===void 0?z8:e,r=n.level,i=r===void 0?"all":r,a=n.scope,l=a===void 0?i==="xml"?"strict":"body":a;if(!t)return"";var h=Z8[i][l],f=_0[i].entities,p=l==="attribute",v=l==="strict";return T4(t,h,function(w){return L4(w,f,p,v)})}zc.decode=X8;function E0(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}let Ji=E0();function P4(t){Ji=t}const A4=/[&<>"']/,K8=new RegExp(A4.source,"g"),F4=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,J8=new RegExp(F4.source,"g"),Q8={"&":"&","<":"<",">":">",'"':""","'":"'"},qd=t=>Q8[t];function Wn(t,e){if(e){if(A4.test(t))return t.replace(K8,qd)}else if(F4.test(t))return t.replace(J8,qd);return t}const e9=/(^|[^\[])\^/g;function mt(t,e){let n=typeof t=="string"?t:t.source;e=e||"";const r={replace:(i,a)=>{let l=typeof a=="string"?a:a.source;return l=l.replace(e9,"$1"),n=n.replace(i,l),r},getRegex:()=>new RegExp(n,e)};return r}function Gd(t){try{t=encodeURI(t).replace(/%25/g,"%")}catch{return null}return t}const Pl={exec:()=>null};function Yd(t,e){const n=t.replace(/\|/g,(a,l,h)=>{let f=!1,p=l;for(;--p>=0&&h[p]==="\\";)f=!f;return f?"|":" |"}),r=n.split(/ \|/);let i=0;if(r[0].trim()||r.shift(),r.length>0&&!r[r.length-1].trim()&&r.pop(),e)if(r.length>e)r.splice(e);else for(;r.length<e;)r.push("");for(;i<r.length;i++)r[i]=r[i].trim().replace(/\\\|/g,"|");return r}function pl(t,e,n){const r=t.length;if(r===0)return"";let i=0;for(;i<r;){const a=t.charAt(r-i-1);if(a===e&&!n)i++;else if(a!==e&&n)i++;else break}return t.slice(0,r-i)}function t9(t,e){if(t.indexOf(e[1])===-1)return-1;let n=0;for(let r=0;r<t.length;r++)if(t[r]==="\\")r++;else if(t[r]===e[0])n++;else if(t[r]===e[1]&&(n--,n<0))return r;return-1}function Xd(t,e,n,r){const i=e.href,a=e.title?Wn(e.title):null,l=t[1].replace(/\\([\[\]])/g,"$1");if(t[0].charAt(0)!=="!"){r.state.inLink=!0;const h={type:"link",raw:n,href:i,title:a,text:l,tokens:r.inlineTokens(l)};return r.state.inLink=!1,h}return{type:"image",raw:n,href:i,title:a,text:Wn(l)}}function n9(t,e){const n=t.match(/^(\s+)(?:```)/);if(n===null)return e;const r=n[1];return e.split(`
|
|
58
58
|
`).map(i=>{const a=i.match(/^\s+/);if(a===null)return i;const[l]=a;return l.length>=r.length?i.slice(r.length):i}).join(`
|
|
59
59
|
`)}class xc{constructor(e){lt(this,"options");lt(this,"rules");lt(this,"lexer");this.options=e||Ji}space(e){const n=this.rules.block.newline.exec(e);if(n&&n[0].length>0)return{type:"space",raw:n[0]}}code(e){const n=this.rules.block.code.exec(e);if(n){const r=n[0].replace(/^(?: {1,4}| {0,3}\t)/gm,"");return{type:"code",raw:n[0],codeBlockStyle:"indented",text:this.options.pedantic?r:pl(r,`
|
package/index.mjs
CHANGED
|
@@ -5807,11 +5807,11 @@ const J3 = {
|
|
|
5807
5807
|
"badgeIcon--size-small": "_badgeIcon--size-small_7iis0_120",
|
|
5808
5808
|
"badgeIcon--size-medium": "_badgeIcon--size-medium_7iis0_124"
|
|
5809
5809
|
}, M8 = (t, e) => /* @__PURE__ */ c.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: e, ...t }, /* @__PURE__ */ c.createElement("path", { d: "M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z", fill: "#B5D622" }), /* @__PURE__ */ c.createElement("path", { d: "M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z", stroke: "white", strokeWidth: 1.5 }), /* @__PURE__ */ c.createElement("path", { d: "M10.2419 13.2547C10.0913 13.1715 9.90865 13.1715 9.75814 13.2547L7.50156 14.5019C7.13625 14.7038 6.69898 14.3957 6.76623 13.9837L7.20934 11.2693C7.23491 11.1126 7.18459 10.9531 7.07374 10.8395L5.17957 8.89824C4.89535 8.60696 5.05962 8.11626 5.46192 8.0548L8.03689 7.66136C8.20173 7.63618 8.34316 7.53047 8.414 7.37952L9.54737 4.9645C9.72731 4.58106 10.2727 4.58106 10.4526 4.9645L11.586 7.37952C11.6568 7.53047 11.7983 7.63618 11.9631 7.66136L14.5381 8.0548C14.9404 8.11626 15.1046 8.60696 14.8204 8.89824L12.9263 10.8395C12.8154 10.9531 12.7651 11.1126 12.7907 11.2693L13.2338 13.9837C13.301 14.3957 12.8638 14.7038 12.4984 14.5019L10.2419 13.2547Z", fill: "white" })), L8 = O(M8), P8 = (t, e) => /* @__PURE__ */ c.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: e, ...t }, /* @__PURE__ */ c.createElement("path", { d: "M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z", fill: "#738C00" }), /* @__PURE__ */ c.createElement("path", { d: "M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z", stroke: "white", strokeWidth: 1.5 }), /* @__PURE__ */ c.createElement("path", { d: "M10.2419 13.2547C10.0913 13.1715 9.90865 13.1715 9.75814 13.2547L7.50156 14.5019C7.13625 14.7038 6.69898 14.3957 6.76623 13.9837L7.20934 11.2693C7.23491 11.1126 7.18459 10.9531 7.07374 10.8395L5.17957 8.89824C4.89535 8.60696 5.05962 8.11626 5.46192 8.0548L8.03689 7.66136C8.20173 7.63618 8.34316 7.53047 8.414 7.37952L9.54737 4.9645C9.72731 4.58106 10.2727 4.58106 10.4526 4.9645L11.586 7.37952C11.6568 7.53047 11.7983 7.63618 11.9631 7.66136L14.5381 8.0548C14.9404 8.11626 15.1046 8.60696 14.8204 8.89824L12.9263 10.8395C12.8154 10.9531 12.7651 11.1126 12.7907 11.2693L13.2338 13.9837C13.301 14.3957 12.8638 14.7038 12.4984 14.5019L10.2419 13.2547Z", fill: "#FFDD64" })), A8 = O(P8), F8 = (t, e) => /* @__PURE__ */ c.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: e, ...t }, /* @__PURE__ */ c.createElement("path", { d: "M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z", fill: "#01819C" }), /* @__PURE__ */ c.createElement("path", { d: "M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z", stroke: "white", strokeWidth: 1.5 }), /* @__PURE__ */ c.createElement("path", { d: "M10.2419 13.2547C10.0913 13.1715 9.90865 13.1715 9.75814 13.2547L7.50156 14.5019C7.13625 14.7038 6.69898 14.3957 6.76623 13.9837L7.20934 11.2693C7.23491 11.1126 7.18459 10.9531 7.07374 10.8395L5.17957 8.89824C4.89535 8.60696 5.05962 8.11626 5.46192 8.0548L8.03689 7.66136C8.20173 7.63618 8.34316 7.53047 8.414 7.37952L9.54737 4.9645C9.72731 4.58106 10.2727 4.58106 10.4526 4.9645L11.586 7.37952C11.6568 7.53047 11.7983 7.63618 11.9631 7.66136L14.5381 8.0548C14.9404 8.11626 15.1046 8.60696 14.8204 8.89824L12.9263 10.8395C12.8154 10.9531 12.7651 11.1126 12.7907 11.2693L13.2338 13.9837C13.301 14.3957 12.8638 14.7038 12.4984 14.5019L10.2419 13.2547Z", fill: "#FFDD64" })), I8 = O(F8), D8 = (t, e) => /* @__PURE__ */ c.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: e, ...t }, /* @__PURE__ */ c.createElement("path", { d: "M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z", fill: "#DC8541" }), /* @__PURE__ */ c.createElement("path", { d: "M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z", stroke: "white", strokeWidth: 1.5 }), /* @__PURE__ */ c.createElement("path", { d: "M4.5 4.5L15.5 15.5", stroke: "white", strokeWidth: 2, strokeLinecap: "round" })), V8 = O(D8), B8 = (t, e) => /* @__PURE__ */ c.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: e, ...t }, /* @__PURE__ */ c.createElement("path", { d: "M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z", fill: "#7C5BFF" }), /* @__PURE__ */ c.createElement("path", { d: "M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25Z", stroke: "white", strokeWidth: 1.5 }), /* @__PURE__ */ c.createElement("path", { d: "M10.2419 13.2547C10.0913 13.1715 9.90865 13.1715 9.75814 13.2547L7.50156 14.5019C7.13625 14.7038 6.69898 14.3957 6.76623 13.9837L7.20934 11.2693C7.23491 11.1126 7.18459 10.9531 7.07374 10.8395L5.17957 8.89824C4.89535 8.60696 5.05962 8.11626 5.46192 8.0548L8.03689 7.66136C8.20173 7.63618 8.34316 7.53047 8.414 7.37952L9.54737 4.9645C9.72731 4.58106 10.2727 4.58106 10.4526 4.9645L11.586 7.37952C11.6568 7.53047 11.7983 7.63618 11.9631 7.66136L14.5381 8.0548C14.9404 8.11626 15.1046 8.60696 14.8204 8.89824L12.9263 10.8395C12.8154 10.9531 12.7651 11.1126 12.7907 11.2693L13.2338 13.9837C13.301 14.3957 12.8638 14.7038 12.4984 14.5019L10.2419 13.2547Z", fill: "white" })), O8 = O(B8), j8 = {
|
|
5810
|
-
|
|
5810
|
+
commercial_supporter: A8,
|
|
5811
|
+
is_super_neighbour: L8,
|
|
5811
5812
|
is_supporter: O8,
|
|
5812
|
-
|
|
5813
|
-
|
|
5814
|
-
muted: V8
|
|
5813
|
+
muted: V8,
|
|
5814
|
+
organization_supporter: I8
|
|
5815
5815
|
}, Vf = ({ ariaLabel: t, className: e, role: n, size: r, type: i }) => {
|
|
5816
5816
|
const a = pe(J3.badgeIcon, J3[`badgeIcon--size-${r}`], e), l = j8[i];
|
|
5817
5817
|
return /* @__PURE__ */ M.jsx(l, { className: a, "aria-label": t, role: n });
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { AriaRole } from 'react';
|
|
2
|
+
import { BadgeIconType } from '../../../../../../api/src/lib/types/newsFeeds';
|
|
2
3
|
export default interface BadgeIconProps {
|
|
3
4
|
ariaLabel?: string;
|
|
4
5
|
className?: string;
|
|
5
6
|
role?: AriaRole;
|
|
6
7
|
size: 'small' | 'medium';
|
|
7
|
-
type:
|
|
8
|
+
type: BadgeIconType;
|
|
8
9
|
}
|
|
@@ -5,5 +5,5 @@ export default interface BadgeLabelProps {
|
|
|
5
5
|
buttonOnClick: TextButtonProps['onClick'];
|
|
6
6
|
buttonText: string;
|
|
7
7
|
text: string;
|
|
8
|
-
type: Extract<BadgeIconProps['type'], '
|
|
8
|
+
type: Extract<BadgeIconProps['type'], 'is_super_neighbour' | 'is_supporter' | 'muted'>;
|
|
9
9
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
export type BadgeIconType = 'ben' | 'localBiz' | 'localOrg' | 'is_supporter' | 'muted';
|
|
2
1
|
export type User = {
|
|
3
2
|
achievements: unknown[];
|
|
4
3
|
address: string | null;
|
|
5
|
-
badges: [] | BadgeIconType[];
|
|
6
4
|
business_profile_id: number | null;
|
|
7
5
|
city: string;
|
|
8
6
|
created_at: string;
|