@goodhood-web/nebenan-base 3.0.0-development.108 → 3.0.0-development.109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.js +13 -13
  2. package/index.mjs +1041 -1042
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -853,24 +853,24 @@ ${n}</tr>
853
853
  `}strong({tokens:n}){return`<strong>${this.parser.parseInline(n)}</strong>`}em({tokens:n}){return`<em>${this.parser.parseInline(n)}</em>`}codespan({text:n}){return`<code>${n}</code>`}br(n){return"<br>"}del({tokens:n}){return`<del>${this.parser.parseInline(n)}</del>`}link({href:n,title:t,tokens:i}){const r=this.parser.parseInline(i),a=Mp(n);if(a===null)return r;n=a;let o='<a href="'+n+'"';return t&&(o+=' title="'+t+'"'),o+=">"+r+"</a>",o}image({href:n,title:t,text:i}){const r=Mp(n);if(r===null)return i;n=r;let a=`<img src="${n}" alt="${i}"`;return t&&(a+=` title="${t}"`),a+=">",a}text(n){return"tokens"in n&&n.tokens?this.parser.parseInline(n.tokens):n.text}}class $h{strong({text:n}){return n}em({text:n}){return n}codespan({text:n}){return n}del({text:n}){return n}html({text:n}){return n}text({text:n}){return n}link({text:n}){return""+n}image({text:n}){return""+n}br(){return""}}class wi{constructor(n){wn(this,"options");wn(this,"renderer");wn(this,"textRenderer");this.options=n||za,this.options.renderer=this.options.renderer||new od,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new $h}static parse(n,t){return new wi(t).parse(n)}static parseInline(n,t){return new wi(t).parseInline(n)}parse(n,t=!0){let i="";for(let r=0;r<n.length;r++){const a=n[r];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[a.type]){const f=a,d=this.options.extensions.renderers[f.type].call({parser:this},f);if(d!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(f.type)){i+=d||"";continue}}const o=a;switch(o.type){case"space":{i+=this.renderer.space(o);continue}case"hr":{i+=this.renderer.hr(o);continue}case"heading":{i+=this.renderer.heading(o);continue}case"code":{i+=this.renderer.code(o);continue}case"table":{i+=this.renderer.table(o);continue}case"blockquote":{i+=this.renderer.blockquote(o);continue}case"list":{i+=this.renderer.list(o);continue}case"html":{i+=this.renderer.html(o);continue}case"paragraph":{i+=this.renderer.paragraph(o);continue}case"text":{let f=o,d=this.renderer.text(f);for(;r+1<n.length&&n[r+1].type==="text";)f=n[++r],d+=`
854
854
  `+this.renderer.text(f);t?i+=this.renderer.paragraph({type:"paragraph",raw:d,text:d,tokens:[{type:"text",raw:d,text:d}]}):i+=d;continue}default:{const f='Token with "'+o.type+'" type was not found.';if(this.options.silent)return console.error(f),"";throw new Error(f)}}}return i}parseInline(n,t){t=t||this.renderer;let i="";for(let r=0;r<n.length;r++){const a=n[r];if(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[a.type]){const f=this.options.extensions.renderers[a.type].call({parser:this},a);if(f!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(a.type)){i+=f||"";continue}}const o=a;switch(o.type){case"escape":{i+=t.text(o);break}case"html":{i+=t.html(o);break}case"link":{i+=t.link(o);break}case"image":{i+=t.image(o);break}case"strong":{i+=t.strong(o);break}case"em":{i+=t.em(o);break}case"codespan":{i+=t.codespan(o);break}case"br":{i+=t.br(o);break}case"del":{i+=t.del(o);break}case"text":{i+=t.text(o);break}default:{const f='Token with "'+o.type+'" type was not found.';if(this.options.silent)return console.error(f),"";throw new Error(f)}}}return i}}class Po{constructor(n){wn(this,"options");wn(this,"block");this.options=n||za}preprocess(n){return n}postprocess(n){return n}processAllTokens(n){return n}provideLexer(){return this.block?ki.lex:ki.lexInline}provideParser(){return this.block?wi.parse:wi.parseInline}}wn(Po,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"]));class yq{constructor(...n){wn(this,"defaults",Lh());wn(this,"options",this.setOptions);wn(this,"parse",this.parseMarkdown(!0));wn(this,"parseInline",this.parseMarkdown(!1));wn(this,"Parser",wi);wn(this,"Renderer",od);wn(this,"TextRenderer",$h);wn(this,"Lexer",ki);wn(this,"Tokenizer",ad);wn(this,"Hooks",Po);this.use(...n)}walkTokens(n,t){var r,a;let i=[];for(const o of n)switch(i=i.concat(t.call(this,o)),o.type){case"table":{const f=o;for(const d of f.header)i=i.concat(this.walkTokens(d.tokens,t));for(const d of f.rows)for(const u of d)i=i.concat(this.walkTokens(u.tokens,t));break}case"list":{const f=o;i=i.concat(this.walkTokens(f.items,t));break}default:{const f=o;(a=(r=this.defaults.extensions)==null?void 0:r.childTokens)!=null&&a[f.type]?this.defaults.extensions.childTokens[f.type].forEach(d=>{const u=f[d].flat(1/0);i=i.concat(this.walkTokens(u,t))}):f.tokens&&(i=i.concat(this.walkTokens(f.tokens,t)))}}return i}use(...n){const t=this.defaults.extensions||{renderers:{},childTokens:{}};return n.forEach(i=>{const r={...i};if(r.async=this.defaults.async||r.async||!1,i.extensions&&(i.extensions.forEach(a=>{if(!a.name)throw new Error("extension name required");if("renderer"in a){const o=t.renderers[a.name];o?t.renderers[a.name]=function(...f){let d=a.renderer.apply(this,f);return d===!1&&(d=o.apply(this,f)),d}:t.renderers[a.name]=a.renderer}if("tokenizer"in a){if(!a.level||a.level!=="block"&&a.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");const o=t[a.level];o?o.unshift(a.tokenizer):t[a.level]=[a.tokenizer],a.start&&(a.level==="block"?t.startBlock?t.startBlock.push(a.start):t.startBlock=[a.start]:a.level==="inline"&&(t.startInline?t.startInline.push(a.start):t.startInline=[a.start]))}"childTokens"in a&&a.childTokens&&(t.childTokens[a.name]=a.childTokens)}),r.extensions=t),i.renderer){const a=this.defaults.renderer||new od(this.defaults);for(const o in i.renderer){if(!(o in a))throw new Error(`renderer '${o}' does not exist`);if(["options","parser"].includes(o))continue;const f=o,d=i.renderer[f],u=a[f];a[f]=(...c)=>{let g=d.apply(a,c);return g===!1&&(g=u.apply(a,c)),g||""}}r.renderer=a}if(i.tokenizer){const a=this.defaults.tokenizer||new ad(this.defaults);for(const o in i.tokenizer){if(!(o in a))throw new Error(`tokenizer '${o}' does not exist`);if(["options","rules","lexer"].includes(o))continue;const f=o,d=i.tokenizer[f],u=a[f];a[f]=(...c)=>{let g=d.apply(a,c);return g===!1&&(g=u.apply(a,c)),g}}r.tokenizer=a}if(i.hooks){const a=this.defaults.hooks||new Po;for(const o in i.hooks){if(!(o in a))throw new Error(`hook '${o}' does not exist`);if(["options","block"].includes(o))continue;const f=o,d=i.hooks[f],u=a[f];Po.passThroughHooks.has(o)?a[f]=c=>{if(this.defaults.async)return Promise.resolve(d.call(a,c)).then(m=>u.call(a,m));const g=d.call(a,c);return u.call(a,g)}:a[f]=(...c)=>{let g=d.apply(a,c);return g===!1&&(g=u.apply(a,c)),g}}r.hooks=a}if(i.walkTokens){const a=this.defaults.walkTokens,o=i.walkTokens;r.walkTokens=function(f){let d=[];return d.push(o.call(this,f)),a&&(d=d.concat(a.call(this,f))),d}}this.defaults={...this.defaults,...r}}),this}setOptions(n){return this.defaults={...this.defaults,...n},this}lexer(n,t){return ki.lex(n,t??this.defaults)}parser(n,t){return wi.parse(n,t??this.defaults)}parseMarkdown(n){return(i,r)=>{const a={...r},o={...this.defaults,...a},f=this.onError(!!o.silent,!!o.async);if(this.defaults.async===!0&&a.async===!1)return f(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof i>"u"||i===null)return f(new Error("marked(): input parameter is undefined or null"));if(typeof i!="string")return f(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(i)+", string expected"));o.hooks&&(o.hooks.options=o,o.hooks.block=n);const d=o.hooks?o.hooks.provideLexer():n?ki.lex:ki.lexInline,u=o.hooks?o.hooks.provideParser():n?wi.parse:wi.parseInline;if(o.async)return Promise.resolve(o.hooks?o.hooks.preprocess(i):i).then(c=>d(c,o)).then(c=>o.hooks?o.hooks.processAllTokens(c):c).then(c=>o.walkTokens?Promise.all(this.walkTokens(c,o.walkTokens)).then(()=>c):c).then(c=>u(c,o)).then(c=>o.hooks?o.hooks.postprocess(c):c).catch(f);try{o.hooks&&(i=o.hooks.preprocess(i));let c=d(i,o);o.hooks&&(c=o.hooks.processAllTokens(c)),o.walkTokens&&this.walkTokens(c,o.walkTokens);let g=u(c,o);return o.hooks&&(g=o.hooks.postprocess(g)),g}catch(c){return f(c)}}}onError(n,t){return i=>{if(i.message+=`
855
855
  Please report this to https://github.com/markedjs/marked.`,n){const r="<p>An error occurred:</p><pre>"+Xt(i.message+"",!0)+"</pre>";return t?Promise.resolve(r):r}if(t)return Promise.reject(i);throw i}}}const Ta=new yq;function xn(e,n){return Ta.parse(e,n)}xn.options=xn.setOptions=function(e){return Ta.setOptions(e),xn.defaults=Ta.defaults,Gk(xn.defaults),xn};xn.getDefaults=Lh;xn.defaults=za;xn.use=function(...e){return Ta.use(...e),xn.defaults=Ta.defaults,Gk(xn.defaults),xn};xn.walkTokens=function(e,n){return Ta.walkTokens(e,n)};xn.parseInline=Ta.parseInline;xn.Parser=wi;xn.parser=wi.parse;xn.Renderer=od;xn.TextRenderer=$h;xn.Lexer=ki;xn.lexer=ki.lex;xn.Tokenizer=ad;xn.Hooks=Po;xn.parse=xn;xn.options;xn.setOptions;xn.use;xn.walkTokens;xn.parseInline;wi.parse;ki.lex;const xq=e=>e.replace(/"/g,"QUOTE"),Sq=e=>e.replace(new RegExp("QUOTE","g"),'"');function Cq({className:e,elementTag:n="span",inline:t=!1,text:i}){const r=Sq(Hk(xq(i))),a=n;return k.jsx(a,{className:e,dangerouslySetInnerHTML:{__html:t?xn.parseInline(r,{breaks:!0}):xn.parse(r,{breaks:!0})}})}const Eq="_typography-landing--claim_ocja1_120",Fq="_typography-landing--claim-uppercase_ocja1_158",Mq="_typography-landing--h1_ocja1_196",Tq="_typography-landing--h1-uppercase_ocja1_234",Lq="_typography-landing--h2_ocja1_272",Pq="_typography-landing--h3_ocja1_310",Rq="_typography-landing--h4_ocja1_348",Aq="_typography-landing--h5_ocja1_373",Bq="_typography-landing--h6_ocja1_398",zq="_typography-landing--overline_ocja1_423",$q="_typography-landing--body-large_ocja1_460",Oq="_typography-landing--body-large-semibold_ocja1_484",Iq="_typography-landing--body_ocja1_460",Dq="_typography-landing--body-semibold_ocja1_519",jq="_typography-landing--body-italic_ocja1_530",Hq="_typography-landing--quote-large_ocja1_542",Nq="_typography-landing--detail-small_ocja1_567",Vq="_typography-landing--detail-small-bold_ocja1_578",Gq="_typography-landing_ocja1_120",Wq="_typography-product_ocja1_607",qq="_typography-product--h1_ocja1_619",Uq="_typography-product--h2_ocja1_631",Zq="_typography-product--h3_ocja1_643",Kq="_typography-product--h4_ocja1_655",Yq="_typography-product--h5_ocja1_667",Jq="_typography-product--h6_ocja1_679",Qq="_typography-product--h7_ocja1_691",Xq="_typography-product--h8_ocja1_703",eU="_typography-product--body-large_ocja1_715",nU="_typography-product--body-regular_ocja1_739",tU="_typography-product--body-semibold_ocja1_763",iU="_typography-product--body-italic_ocja1_787",rU="_typography-product--body-text-link_ocja1_812",aU="_typography-product--detail-medium_ocja1_824",sU="_typography-product--detail-bold_ocja1_848",oU="_typography-product--detail-upper-case_ocja1_872",lU="_typography-product--detail-regular_ocja1_896",fU="_typography-product--detail-text-link_ocja1_920",Rp={"typography-landing--claim":"_typography-landing--claim_ocja1_120",typographyLandingClaim:Eq,"typography-landing--claim-uppercase":"_typography-landing--claim-uppercase_ocja1_158",typographyLandingClaimUppercase:Fq,"typography-landing--h1":"_typography-landing--h1_ocja1_196",typographyLandingH1:Mq,"typography-landing--h1-uppercase":"_typography-landing--h1-uppercase_ocja1_234",typographyLandingH1Uppercase:Tq,"typography-landing--h2":"_typography-landing--h2_ocja1_272",typographyLandingH2:Lq,"typography-landing--h3":"_typography-landing--h3_ocja1_310",typographyLandingH3:Pq,"typography-landing--h4":"_typography-landing--h4_ocja1_348",typographyLandingH4:Rq,"typography-landing--h5":"_typography-landing--h5_ocja1_373",typographyLandingH5:Aq,"typography-landing--h6":"_typography-landing--h6_ocja1_398",typographyLandingH6:Bq,"typography-landing--overline":"_typography-landing--overline_ocja1_423",typographyLandingOverline:zq,"typography-landing--body-large":"_typography-landing--body-large_ocja1_460",typographyLandingBodyLarge:$q,"typography-landing--body-large-semibold":"_typography-landing--body-large-semibold_ocja1_484",typographyLandingBodyLargeSemibold:Oq,"typography-landing--body":"_typography-landing--body_ocja1_460",typographyLandingBody:Iq,"typography-landing--body-semibold":"_typography-landing--body-semibold_ocja1_519",typographyLandingBodySemibold:Dq,"typography-landing--body-italic":"_typography-landing--body-italic_ocja1_530",typographyLandingBodyItalic:jq,"typography-landing--quote-large":"_typography-landing--quote-large_ocja1_542",typographyLandingQuoteLarge:Hq,"typography-landing--detail-small":"_typography-landing--detail-small_ocja1_567",typographyLandingDetailSmall:Nq,"typography-landing--detail-small-bold":"_typography-landing--detail-small-bold_ocja1_578",typographyLandingDetailSmallBold:Vq,"typography-landing":"_typography-landing_ocja1_120",typographyLanding:Gq,"typography-product":"_typography-product_ocja1_607",typographyProduct:Wq,"typography-product--h1":"_typography-product--h1_ocja1_619",typographyProductH1:qq,"typography-product--h2":"_typography-product--h2_ocja1_631",typographyProductH2:Uq,"typography-product--h3":"_typography-product--h3_ocja1_643",typographyProductH3:Zq,"typography-product--h4":"_typography-product--h4_ocja1_655",typographyProductH4:Kq,"typography-product--h5":"_typography-product--h5_ocja1_667",typographyProductH5:Yq,"typography-product--h6":"_typography-product--h6_ocja1_679",typographyProductH6:Jq,"typography-product--h7":"_typography-product--h7_ocja1_691",typographyProductH7:Qq,"typography-product--h8":"_typography-product--h8_ocja1_703",typographyProductH8:Xq,"typography-product--body-large":"_typography-product--body-large_ocja1_715",typographyProductBodyLarge:eU,"typography-product--body-regular":"_typography-product--body-regular_ocja1_739",typographyProductBodyRegular:nU,"typography-product--body-semibold":"_typography-product--body-semibold_ocja1_763",typographyProductBodySemibold:tU,"typography-product--body-italic":"_typography-product--body-italic_ocja1_787",typographyProductBodyItalic:iU,"typography-product--body-text-link":"_typography-product--body-text-link_ocja1_812",typographyProductBodyTextLink:rU,"typography-product--detail-medium":"_typography-product--detail-medium_ocja1_824",typographyProductDetailMedium:aU,"typography-product--detail-bold":"_typography-product--detail-bold_ocja1_848",typographyProductDetailBold:sU,"typography-product--detail-upper-case":"_typography-product--detail-upper-case_ocja1_872",typographyProductDetailUpperCase:oU,"typography-product--detail-regular":"_typography-product--detail-regular_ocja1_896",typographyProductDetailRegular:lU,"typography-product--detail-text-link":"_typography-product--detail-text-link_ocja1_920",typographyProductDetailTextLink:fU};function dU(e){switch(e){case"h1":case"h1-uppercase":return"h1";case"h2":case"claim":case"claim-uppercase":return"h2";case"h3":case"h4":case"h5":return e;case"h6":case"overline":return"h6";default:return"span"}}const uf=e=>{const{as:n,children:t,className:i,fontSet:r="product",markdown:a=r==="landing",type:o}=e,f=n||dU(o),d=je(Rp[`typography-${r}`],Rp[`typography-${r}--${o}`],i);return k.jsx(k.Fragment,{children:typeof t=="string"&&a?k.jsx(Cq,{className:d,text:t,inline:!0,elementTag:f}):k.jsx(f,{className:d,children:t})})},uU="_root_1p8e7_120",cU="_root__content_1p8e7_130",hU="_root__bookmark_1p8e7_136",gU="_root__header_1p8e7_142",mU="_root__header__reserved_1p8e7_149",pU="_root__header__reserved__box_1p8e7_162",vU="_root__header__image_1p8e7_171",kU="_root__info_1p8e7_176",wU="_root__info__top_1p8e7_182",_U="_root__info__price_1p8e7_185",bU="_root__info__title_1p8e7_191",yU="_root__info__timeStamp_1p8e7_200",$t={root:uU,root__content:cU,root__bookmark:hU,root__header:gU,root__header__reserved:mU,"root__header__reserved--visible":"_root__header__reserved--visible_1p8e7_159",root__header__reserved__box:pU,root__header__image:vU,root__info:kU,root__info__top:wU,root__info__price:_U,"root__info__price--reserved":"_root__info__price--reserved_1p8e7_188",root__info__title:bU,root__info__timeStamp:yU};function Oh({bookmarked:e,id:n,image:t,onClick:i,price:r,reserved:a,reservedText:o,timeStamp:f,title:d}){const u=_i(),c=()=>{u(`/feed/${n}`),i&&i()};return k.jsxs("div",{className:$t.root,children:[k.jsx(Ok,{className:$t.root__bookmark,isBookmarked:e,id:n}),k.jsxs(z.Button,{className:$t.root__content,onClick:c,children:[k.jsxs("div",{className:$t.root__header,children:[k.jsx("div",{className:je($t.root__header__reserved,{[$t["root__header__reserved--visible"]]:a}),children:k.jsx("div",{className:$t.root__header__reserved__box,children:k.jsx(uf,{type:"detail-upper-case",children:o})})}),t?k.jsx(AW,{alt:"product image",src:t,className:$t.root__header__image}):k.jsx(RW,{size:"large",style:"rounded",icon:k.jsx(Ik,{name:"camera_crossed"})})]}),k.jsxs("div",{className:$t.root__info,children:[k.jsxs("div",{className:$t.root__info__top,children:[k.jsx(uf,{type:"body-semibold",as:"p",className:je($t.root__info__price,{[$t["root__info__price--reserved"]]:a}),children:r}),k.jsx(uf,{type:"body-semibold",as:"p",className:$t.root__info__title,children:d})]}),k.jsx(uf,{type:"detail-medium",as:"p",className:$t.root__info__timeStamp,children:rd(f)})]})]})]})}const xU=({children:e,navigate:n})=>k.jsx(d3.Provider,{value:{navigate:n},children:e}),SU="_root_1elhz_120",CU={root:SU},Ih={event:"event",feed:"feed",group:"group",marketplace:"marketplace",post:"post"},EU="_root_19omr_120",FU="_root__list_19omr_125",MU="_root__itemCta_19omr_135",TU="_root__item_19omr_135",lo={root:EU,root__list:FU,root__itemCta:MU,root__item:TU},LU={event:"",feed:"",group:"",marketplace:"/feed/marketplace",post:""},PU=({feedType:e,item:n})=>{switch(e){case Ih[e]:return k.jsx(Oh,{...n});default:return null}},RU=(e,n,t=6)=>{let i=[];if(!e.length)return[[]];const r=n?n.filter(m=>Number(m==null?void 0:m.position)>=0):[];let a=Array(t).fill(null),o=0,f=0,d=0;const u=()=>{let m=0;r.forEach(w=>{w.block===d&&(a.splice(w==null?void 0:w.position,1,w),m+=1)}),o=m};r.length&&u();const c=(m,w)=>{if(a[m]!==null&&o<t&&m<t){c(m+1,w);return}a.splice(m,1,w),o+=1,f+=1},g=(m=0,w=[])=>{if(m>e.length){if(o>0){const _=a.filter(C=>C!=null);_.length&&w.push(_)}return w}return c(f,e[m]),o===t&&a.filter(Boolean).length===t&&(w.push(a.filter(_=>_!=null)),a=Array(t).fill(null),o=0,f=0,d+=1,r.length&&u()),g(m+1,w)};return i=g(),n&&n.length>=0&&(i=n.sort((m,w)=>m.block-w.block).filter(m=>(m==null?void 0:m.position)==null).reduce((m,w,_)=>{if(i.length>=w.block){const C=w.block+_+1;return[...m.slice(0,C),w,...m.slice(C)]}return m},[...i])),i},AU=e=>e?new Intl.NumberFormat("de-DE",{currency:"EUR",maximumFractionDigits:0,minimumFractionDigits:0,style:"currency"}).format(e/100).replace("€","").trim()+" €":"Zu verschenken",BU=(e,n)=>{const t=[];return e.forEach(i=>{var r,a;typeof i=="number"?t.push({bookmarked:n[i].is_bookmarked,id:n[i].id,image:(a=(r=n[i])==null?void 0:r.images[0])==null?void 0:a.url,price:AU(n[i].price),reserved:S$(n[i].outcome),reservedText:"Reserviert",timeStamp:n[i].created_at,title:n[i].subject,type:"feed"}):t.push({type:"ad",...i})}),t},zU=(e,n="de-DE")=>e[n],$U={"de-DE":{marketplace:{description:"Gib deinen Sachen ein neues Zuhause.",title:"Etwas zu verkaufen?",cta:"Angebot erstellen"},feed:{description:"",title:"",cta:""},event:{description:"",title:"",cta:""},group:{description:"",title:"",cta:""},post:{description:"",title:"",cta:""}}},OU=zU($U),IU=(e,n)=>OU[Ih[e]][n];function Ap({feedType:e,isCard:n=!1,onClick:t}){const i=r=>IU(e,r);return k.jsx(z.EmptyState,{primaryText:i("title"),stickerProps:{color:"teal",icon:"marketplace"},secondaryText:i("description"),size:n?"small":"medium",buttons:[{buttonType:"primary",children:k.jsx(z.Typography,{type:n?"body-semibold":"h5",children:i("cta")}),onClick:t,size:n?"small":"large"}]})}const DU=(e,n)=>e?n%3!==0:n%2!==0;function e4({feedType:e,items:n}){const t=_i(),i=X1(800),r=DU(i,n.length),a=()=>{t(LU[e])};return k.jsx(k.Fragment,{children:n.length?k.jsx(z.Card,{className:je(lo.root),borderRadius:!0,responsive:!0,children:k.jsx(z.CardBody,{className:lo.root__body,withoutPadding:!0,children:k.jsxs("ul",{className:lo.root__list,children:[n.map((o,f)=>k.jsx("li",{className:lo.root__item,children:o.type==="feed"?k.jsx(PU,{feedType:e,item:o}):o.content},`grid_item_${o.type}_${o.id}`)),r&&k.jsx("li",{className:lo.root__itemCta,children:k.jsx(Ap,{isCard:!0,onClick:a,feedType:e})},"empty_state_cta_card")]})})}):k.jsx(Ap,{onClick:a,feedType:e})})}const jU=({feedItem:e,feedItems:n,feedType:t})=>{switch(t){case Ih[t]:return k.jsx(e4,{feedType:t,items:BU(e,n)});default:return null}},HU=({ads:e,feedItems:n,feedType:t,items:i})=>{const r=RU(i,e);return r.length?k.jsx("section",{className:CU.root,children:r.map((a,o)=>Array.isArray(a)?k.jsx(jU,{feedItem:a,feedItems:n,feedType:t},`grid_block_${o}`):k.jsx(y.Fragment,{children:a.content},`ad_block_${o}_${a.id}`))}):null};function NU(e){e.__scriptingEnabledHTMLContentHasBeenExecuted=!0}const VU=`(${NU.toString()})(document.currentScript);`,n4=y.forwardRef((e,n)=>{const t=y.useRef(null);return y.useImperativeHandle(n,()=>({get hasBeenExecuted(){const i=t.current;return i?!!i.__scriptingEnabledHTMLContentHasBeenExecuted:!1}})),k.jsx("script",{ref:t,dangerouslySetInnerHTML:{__html:VU}})});n4.displayName="InnerHTMLScript";const GU=(e,n)=>{const t=document.createRange().createContextualFragment(n);e.innerHTML="",e.appendChild(t)},WU=({html:e,...n})=>{const t=y.useRef(null),i=y.useRef(null);return y.useEffect(()=>{const r=i.current,a=t.current;!r||!a||a.hasBeenExecuted||GU(r,e)},[e]),k.jsxs(k.Fragment,{children:[k.jsx(n4,{ref:t}),k.jsx("div",{...n,ref:i,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:e}})]})},qU="_imageGallery_10c2p_120",UU="_imageGalleryImage_10c2p_126",ZU="_imageGalleryPill_10c2p_134",Hc={imageGallery:qU,imageGalleryImage:UU,imageGalleryPill:ZU},KU=({gallerySize:e,imageAlt:n,imageURL:t,onClick:i})=>{let r;if(e>1){const a=`+${e-1}`;r=k.jsx("div",{className:Hc.imageGalleryPill,children:k.jsx(z.LabelPill,{label:a,shape:"tile",size:"medium"})})}return k.jsxs("div",{className:Hc.imageGallery,onClick:i,children:[k.jsx(z.Image,{alt:n,src:t,className:Hc.imageGalleryImage}),r]})},YU="_container_y0t0p_120",JU="_circle_y0t0p_128",QU="_logo_y0t0p_136",Nc={container:YU,circle:JU,logo:QU},XU=(e,n)=>p.createElement("svg",{width:72,height:80,viewBox:"0 0 72 80",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M67.7997 17.7397L39.7431 1.45626C37.3242 0.0510383 34.3374 0.0510383 31.9184 1.45626L3.87632 17.7397C1.48151 19.136 0.00627151 21.6971 0 24.4692V55.5447C0.0040404 58.3136 1.48055 60.8715 3.87632 62.2598L15.5846 69.0614V50.9839L21.4279 54.3414C21.6617 54.4879 21.8054 54.7428 21.8097 55.0187V72.6783L31.8968 78.5576C34.3242 79.9506 37.3085 79.9506 39.7359 78.5576L49.823 72.6783V55.0187C49.8291 54.7396 49.9789 54.4834 50.2193 54.3414L56.0554 50.9839V69.0614L60.7315 66.3451L67.7708 62.2598C70.1649 60.8707 71.6389 58.3126 71.64 55.5447V24.4692C71.6426 21.7041 70.1817 19.144 67.7997 17.7397ZM33.4975 74.07L26.487 69.9991V55.0198C26.4907 53.076 25.4583 51.2775 23.7779 50.3005L15.0237 45.2569C14.1803 44.77 13.1412 44.7705 12.2982 45.2581C11.4552 45.7457 10.9368 46.6464 10.9384 47.6202V60.928L6.21913 58.2333C5.26735 57.6719 4.68151 56.6508 4.67725 55.5458V25.3926L33.4975 42.1227V74.07ZM6.98877 21.3007L33.4962 36.7267V5.93945L6.98877 21.3007ZM38.187 5.93945L64.6872 21.3007L38.187 36.7267V5.93945ZM65.451 58.2333C66.4104 57.6776 67.0029 56.6545 67.0073 55.5458V25.3926L38.187 42.1227V74.07L45.1759 69.9991V55.027C45.1841 53.0789 46.2267 51.2818 47.9138 50.3077L56.6824 45.2641C57.5253 44.7809 58.5619 44.7833 59.4025 45.2705C60.2432 45.7577 60.7606 46.6558 60.7605 47.6274V60.928L65.451 58.2333Z",fill:"#201649"})),eZ=y.forwardRef(XU),t4=()=>k.jsxs("div",{className:Nc.container,children:[k.jsx("div",{className:Nc.circle}),k.jsx(eZ,{className:Nc.logo})]}),nZ="_wrapper_1bxc1_120",tZ="_header_1bxc1_127",iZ="_navbar_1bxc1_136",rZ="_banner_1bxc1_141",aZ="_main_1bxc1_150",sZ="_contentContainer_1bxc1_154",oZ="_contentContainer__withBanner_1bxc1_159",lZ="_contentContainer__withBanner_1bxc1_159",fZ="_content_1bxc1_154",dZ="_mainContent_1bxc1_169",uZ="_mainContent__withoutSidebar_1bxc1_172",cZ="_mainContent__withoutSidebar_1bxc1_172",hZ="_sidebarRight_1bxc1_176",gZ="_adSlot_1bxc1_183",mZ="_adSlot__withBanner_1bxc1_189",pZ="_adSlot__withBanner_1bxc1_189",vZ="_adSlot--right_1bxc1_209",kZ="_adSlot--left_1bxc1_214",kt={wrapper:nZ,header:tZ,navbar:iZ,banner:rZ,main:aZ,contentContainer:sZ,contentContainer__withBanner:oZ,contentContainerWithBanner:lZ,content:fZ,mainContent:dZ,mainContent__withoutSidebar:uZ,mainContentWithoutSidebar:cZ,sidebarRight:hZ,adSlot:gZ,adSlot__withBanner:mZ,adSlotWithBanner:pZ,"adSlot--right":"_adSlot--right_1bxc1_209",adSlotRight:vZ,"adSlot--left":"_adSlot--left_1bxc1_214",adSlotLeft:kZ},wZ=({banner:e,children:n,leftAdSlot:t,navbar:i,right:r,rightAdSlot:a})=>k.jsxs("div",{className:kt.wrapper,children:[k.jsx("div",{className:je(kt.adSlot,kt["adSlot--left"],{[kt.adSlot__withBanner]:e}),children:t}),k.jsxs("div",{className:je(kt.contentContainer,{[kt.contentContainer__withBanner]:e}),children:[k.jsx("header",{className:kt.header,children:k.jsx("nav",{className:kt.navBar,children:i})}),k.jsxs("div",{className:je(kt.content),children:[k.jsx("main",{className:je(kt.mainContent,{[kt.mainContent__withoutSidebar]:!r}),children:n}),r&&k.jsx("aside",{className:kt.sidebarRight,children:r})]})]}),k.jsx("div",{className:je(kt.adSlot,kt["adSlot--right"],{[kt.adSlot__withBanner]:e}),children:a}),e&&k.jsx("div",{className:kt.banner,children:e})]});var i4={exports:{}};(()=>{var e={d:(o,f)=>{for(var d in f)e.o(f,d)&&!e.o(o,d)&&Object.defineProperty(o,d,{enumerable:!0,get:f[d]})},o:(o,f)=>Object.prototype.hasOwnProperty.call(o,f),r:o=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(o,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(o,"__esModule",{value:!0})}},n={};e.r(n),e.d(n,{default:()=>a});const t=y;function i(o,f){return function(d){if(Array.isArray(d))return d}(o)||function(d,u){var c=d==null?null:typeof Symbol<"u"&&d[Symbol.iterator]||d["@@iterator"];if(c!=null){var g,m,w=[],_=!0,C=!1;try{for(c=c.call(d);!(_=(g=c.next()).done)&&(w.push(g.value),!u||w.length!==u);_=!0);}catch(E){C=!0,m=E}finally{try{_||c.return==null||c.return()}finally{if(C)throw m}}return w}}(o,f)||function(d,u){if(d){if(typeof d=="string")return r(d,u);var c=Object.prototype.toString.call(d).slice(8,-1);return c==="Object"&&d.constructor&&(c=d.constructor.name),c==="Map"||c==="Set"?Array.from(d):c==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(c)?r(d,u):void 0}}(o,f)||function(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
856
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function r(o,f){(f==null||f>o.length)&&(f=o.length);for(var d=0,u=new Array(f);d<f;d++)u[d]=o[d];return u}const a=function(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:300,f=arguments.length>1?arguments[1]:void 0,d=(0,t.useState)(f),u=i(d,2),c=u[0],g=u[1];return(0,t.useEffect)(function(){var m=function(){var w=window.screen.height-o>window.visualViewport.height;c!=w&&g(w)};return typeof visualViewport<"u"&&window.visualViewport.addEventListener("resize",m),function(){typeof visualViewport<"u"&&window.visualViewport.removeEventListener("resize",m)}},[]),c};i4.exports=n})();var _Z=i4.exports;const bZ=Yr(_Z),yZ="_mobileLayout_cwq0n_120",xZ="_mobileLayoutHeader_cwq0n_125",SZ="_header_cwq0n_132",CZ="_mobileLayoutMain_cwq0n_135",EZ="_mobileLayoutMainWithFooter_cwq0n_142",FZ="_mobileLayoutActionButton_cwq0n_145",MZ="_mobileLayoutFooter_cwq0n_153",TZ="_stickyHeader_cwq0n_163",LZ="_sticky_cwq0n_163",PZ="_adSlot_cwq0n_174",RZ="_hideAdSlot_cwq0n_184",Mi={mobileLayout:yZ,mobileLayoutHeader:xZ,header:SZ,mobileLayoutMain:CZ,mobileLayoutMainWithFooter:EZ,mobileLayoutActionButton:FZ,mobileLayoutFooter:MZ,stickyHeader:TZ,sticky:LZ,adSlot:PZ,hideAdSlot:RZ},AZ=" 66px",BZ=" 56px",zZ=20,r4=({action:e,adSlot:n,adSlotEnabled:t=!1,banner:i,children:r,footer:a,header:o,hideHeaderOnScroll:f=!0,showFooter:d=!0})=>{const u=bZ(),[c,g]=y.useState(!1),m=y.useRef(0);return y.useEffect(()=>{if(!f)return;const w=()=>{g(window.scrollY>zZ&&window.scrollY>m.current),m.current=window.scrollY};return window.addEventListener("scroll",w),()=>window.removeEventListener("scroll",w)},[f]),k.jsxs("section",{className:Mi.mobileLayout,style:{"--anchor-ad-wrapper-height":n&&t?AZ:"0px","--layout-header-height":BZ},children:[k.jsxs("header",{className:je(Mi.stickyHeader,Mi.mobileLayoutHeader,{[Mi.sticky]:c}),children:[k.jsx("div",{className:je(Mi.header),children:o}),n&&k.jsx("div",{className:je(Mi.adSlot,{[Mi.hideAdSlot]:!t}),children:n})]}),k.jsxs("main",{className:je(Mi.mobileLayoutMain,{[Mi.mobileLayoutMainWithFooter]:d}),tabIndex:0,children:[i,r]}),d&&k.jsxs(k.Fragment,{children:[e&&!u&&k.jsx("div",{className:Mi.mobileLayoutActionButton,children:e}),k.jsx("footer",{className:Mi.mobileLayoutFooter,children:a})]})]})},$Z="_loadingSpinnerContainer_55hqs_120",OZ={loadingSpinnerContainer:$Z},IZ=({children:e,desktop:n,keepLoading:t,mobile:i})=>{const[r,a]=y.useState(0),o=()=>{a(window.innerWidth)};return y.useEffect(()=>(o(),window.addEventListener("resize",o),()=>{window.removeEventListener("resize",o)}),[]),!r||t?k.jsx("div",{className:OZ.loadingSpinnerContainer,children:k.jsx(t4,{})}):r<800?k.jsx(r4,{...i,children:e}):k.jsx(wZ,{...n,children:e})};var DZ=jZ;function jZ(e){if(e)throw e}/*!
856
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function r(o,f){(f==null||f>o.length)&&(f=o.length);for(var d=0,u=new Array(f);d<f;d++)u[d]=o[d];return u}const a=function(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:300,f=arguments.length>1?arguments[1]:void 0,d=(0,t.useState)(f),u=i(d,2),c=u[0],g=u[1];return(0,t.useEffect)(function(){var m=function(){var w=window.screen.height-o>window.visualViewport.height;c!=w&&g(w)};return typeof visualViewport<"u"&&window.visualViewport.addEventListener("resize",m),function(){typeof visualViewport<"u"&&window.visualViewport.removeEventListener("resize",m)}},[]),c};i4.exports=n})();var _Z=i4.exports;const bZ=Yr(_Z),yZ="_mobileLayout_cwq0n_120",xZ="_mobileLayoutHeader_cwq0n_125",SZ="_header_cwq0n_132",CZ="_mobileLayoutMain_cwq0n_135",EZ="_mobileLayoutMainWithFooter_cwq0n_142",FZ="_mobileLayoutActionButton_cwq0n_145",MZ="_mobileLayoutFooter_cwq0n_153",TZ="_stickyHeader_cwq0n_163",LZ="_sticky_cwq0n_163",PZ="_adSlot_cwq0n_174",RZ="_hideAdSlot_cwq0n_184",Mi={mobileLayout:yZ,mobileLayoutHeader:xZ,header:SZ,mobileLayoutMain:CZ,mobileLayoutMainWithFooter:EZ,mobileLayoutActionButton:FZ,mobileLayoutFooter:MZ,stickyHeader:TZ,sticky:LZ,adSlot:PZ,hideAdSlot:RZ},AZ=" 66px",BZ=" 56px",zZ=50,$Z=70,r4=({action:e,adSlot:n,adSlotEnabled:t=!1,banner:i,children:r,footer:a,header:o,hideHeaderOnScroll:f=!0,showFooter:d=!0})=>{const u=bZ(),[c,g]=y.useState(!1),m=y.useRef(0),w=y.useRef(0);return y.useEffect(()=>{if(!f)return;const _=()=>{const C=window.scrollY,E=C>m.current,x=C<m.current;E&&C>zZ?(g(!0),w.current=0):x&&w.current===0&&(w.current=C),x&&w.current-C>=$Z&&(g(!1),w.current=0),m.current=C};return window.addEventListener("scroll",_),()=>window.removeEventListener("scroll",_)},[f]),k.jsxs("section",{className:Mi.mobileLayout,style:{"--anchor-ad-wrapper-height":n&&t?AZ:"0px","--layout-header-height":BZ},children:[k.jsxs("header",{className:je(Mi.stickyHeader,Mi.mobileLayoutHeader,{[Mi.sticky]:c}),children:[k.jsx("div",{className:je(Mi.header),children:o}),n&&k.jsx("div",{className:je(Mi.adSlot,{[Mi.hideAdSlot]:!t}),children:n})]}),k.jsxs("main",{className:je(Mi.mobileLayoutMain,{[Mi.mobileLayoutMainWithFooter]:d}),tabIndex:0,children:[i,r]}),d&&k.jsxs(k.Fragment,{children:[e&&!u&&k.jsx("div",{className:Mi.mobileLayoutActionButton,children:e}),k.jsx("footer",{className:Mi.mobileLayoutFooter,children:a})]})]})},OZ="_loadingSpinnerContainer_55hqs_120",IZ={loadingSpinnerContainer:OZ},DZ=({children:e,desktop:n,keepLoading:t,mobile:i})=>{const[r,a]=y.useState(0),o=()=>{a(window.innerWidth)};return y.useEffect(()=>(o(),window.addEventListener("resize",o),()=>{window.removeEventListener("resize",o)}),[]),!r||t?k.jsx("div",{className:IZ.loadingSpinnerContainer,children:k.jsx(t4,{})}):r<800?k.jsx(r4,{...i,children:e}):k.jsx(wZ,{...n,children:e})};var jZ=HZ;function HZ(e){if(e)throw e}/*!
857
857
  * Determine if an object is a Buffer
858
858
  *
859
859
  * @author Feross Aboukhadijeh <https://feross.org>
860
860
  * @license MIT
861
- */var a4=function(n){return n!=null&&n.constructor!=null&&typeof n.constructor.isBuffer=="function"&&n.constructor.isBuffer(n)},Lf=Object.prototype.hasOwnProperty,s4=Object.prototype.toString,Bp=Object.defineProperty,zp=Object.getOwnPropertyDescriptor,$p=function(n){return typeof Array.isArray=="function"?Array.isArray(n):s4.call(n)==="[object Array]"},Op=function(n){if(!n||s4.call(n)!=="[object Object]")return!1;var t=Lf.call(n,"constructor"),i=n.constructor&&n.constructor.prototype&&Lf.call(n.constructor.prototype,"isPrototypeOf");if(n.constructor&&!t&&!i)return!1;var r;for(r in n);return typeof r>"u"||Lf.call(n,r)},Ip=function(n,t){Bp&&t.name==="__proto__"?Bp(n,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):n[t.name]=t.newValue},Dp=function(n,t){if(t==="__proto__")if(Lf.call(n,t)){if(zp)return zp(n,t).value}else return;return n[t]},HZ=function e(){var n,t,i,r,a,o,f=arguments[0],d=1,u=arguments.length,c=!1;for(typeof f=="boolean"&&(c=f,f=arguments[1]||{},d=2),(f==null||typeof f!="object"&&typeof f!="function")&&(f={});d<u;++d)if(n=arguments[d],n!=null)for(t in n)i=Dp(f,t),r=Dp(n,t),f!==r&&(c&&r&&(Op(r)||(a=$p(r)))?(a?(a=!1,o=i&&$p(i)?i:[]):o=i&&Op(i)?i:{},Ip(f,{name:t,newValue:e(c,o,r)})):typeof r<"u"&&Ip(f,{name:t,newValue:r}));return f},NZ=e=>{if(Object.prototype.toString.call(e)!=="[object Object]")return!1;const n=Object.getPrototypeOf(e);return n===null||n===Object.prototype},VZ=[].slice,GZ=WZ;function WZ(e,n){var t;return i;function i(){var o=VZ.call(arguments,0),f=e.length>o.length,d;f&&o.push(r);try{d=e.apply(null,o)}catch(u){if(f&&t)throw u;return r(u)}f||(d&&typeof d.then=="function"?d.then(a,r):d instanceof Error?r(d):a(d))}function r(){t||(t=!0,n.apply(null,arguments))}function a(o){r(null,o)}}var o4=GZ,qZ=l4;l4.wrap=o4;var jp=[].slice;function l4(){var e=[],n={};return n.run=t,n.use=i,n;function t(){var r=-1,a=jp.call(arguments,0,-1),o=arguments[arguments.length-1];if(typeof o!="function")throw new Error("Expected function as last argument, not "+o);f.apply(null,[null].concat(a));function f(d){var u=e[++r],c=jp.call(arguments,0),g=c.slice(1),m=a.length,w=-1;if(d){o(d);return}for(;++w<m;)(g[w]===null||g[w]===void 0)&&(g[w]=a[w]);a=g,u?o4(u,f).apply(null,a):o.apply(null,[null].concat(a))}}function i(r){if(typeof r!="function")throw new Error("Expected `fn` to be a function, not "+r);return e.push(r),n}}var ts={}.hasOwnProperty,f4=UZ;function UZ(e){return!e||typeof e!="object"?"":ts.call(e,"position")||ts.call(e,"type")?Hp(e.position):ts.call(e,"start")||ts.call(e,"end")?Hp(e):ts.call(e,"line")||ts.call(e,"column")?V1(e):""}function V1(e){return(!e||typeof e!="object")&&(e={}),Np(e.line)+":"+Np(e.column)}function Hp(e){return(!e||typeof e!="object")&&(e={}),V1(e.start)+"-"+V1(e.end)}function Np(e){return e&&typeof e=="number"?e:1}var ZZ=f4,KZ=Dh;function d4(){}d4.prototype=Error.prototype;Dh.prototype=new d4;var Xr=Dh.prototype;Xr.file="";Xr.name="";Xr.reason="";Xr.message="";Xr.stack="";Xr.fatal=null;Xr.column=null;Xr.line=null;function Dh(e,n,t){var i,r,a;typeof n=="string"&&(t=n,n=null),i=YZ(t),r=ZZ(n)||"1:1",a={start:{line:null,column:null},end:{line:null,column:null}},n&&n.position&&(n=n.position),n&&(n.start?(a=n,n=n.start):a.start=n),e.stack&&(this.stack=e.stack,e=e.message),this.message=e,this.name=r,this.reason=e,this.line=n?n.line:null,this.column=n?n.column:null,this.location=a,this.source=i[0],this.ruleId=i[1]}function YZ(e){var n=[null,null],t;return typeof e=="string"&&(t=e.indexOf(":"),t===-1?n[1]=e:(n[0]=e.slice(0,t),n[1]=e.slice(t+1))),n}var Fs={};Fs.basename=JZ;Fs.dirname=QZ;Fs.extname=XZ;Fs.join=eK;Fs.sep="/";function JZ(e,n){var t=0,i=-1,r,a,o,f;if(n!==void 0&&typeof n!="string")throw new TypeError('"ext" argument must be a string');if(ol(e),r=e.length,n===void 0||!n.length||n.length>e.length){for(;r--;)if(e.charCodeAt(r)===47){if(o){t=r+1;break}}else i<0&&(o=!0,i=r+1);return i<0?"":e.slice(t,i)}if(n===e)return"";for(a=-1,f=n.length-1;r--;)if(e.charCodeAt(r)===47){if(o){t=r+1;break}}else a<0&&(o=!0,a=r+1),f>-1&&(e.charCodeAt(r)===n.charCodeAt(f--)?f<0&&(i=r):(f=-1,i=a));return t===i?i=a:i<0&&(i=e.length),e.slice(t,i)}function QZ(e){var n,t,i;if(ol(e),!e.length)return".";for(n=-1,i=e.length;--i;)if(e.charCodeAt(i)===47){if(t){n=i;break}}else t||(t=!0);return n<0?e.charCodeAt(0)===47?"/":".":n===1&&e.charCodeAt(0)===47?"//":e.slice(0,n)}function XZ(e){var n=-1,t=0,i=-1,r=0,a,o,f;for(ol(e),f=e.length;f--;){if(o=e.charCodeAt(f),o===47){if(a){t=f+1;break}continue}i<0&&(a=!0,i=f+1),o===46?n<0?n=f:r!==1&&(r=1):n>-1&&(r=-1)}return n<0||i<0||r===0||r===1&&n===i-1&&n===t+1?"":e.slice(n,i)}function eK(){for(var e=-1,n;++e<arguments.length;)ol(arguments[e]),arguments[e]&&(n=n===void 0?arguments[e]:n+"/"+arguments[e]);return n===void 0?".":nK(n)}function nK(e){var n,t;return ol(e),n=e.charCodeAt(0)===47,t=tK(e,!n),!t.length&&!n&&(t="."),t.length&&e.charCodeAt(e.length-1)===47&&(t+="/"),n?"/"+t:t}function tK(e,n){for(var t="",i=0,r=-1,a=0,o=-1,f,d;++o<=e.length;){if(o<e.length)f=e.charCodeAt(o);else{if(f===47)break;f=47}if(f===47){if(!(r===o-1||a===1))if(r!==o-1&&a===2){if(t.length<2||i!==2||t.charCodeAt(t.length-1)!==46||t.charCodeAt(t.length-2)!==46){if(t.length>2){if(d=t.lastIndexOf("/"),d!==t.length-1){d<0?(t="",i=0):(t=t.slice(0,d),i=t.length-1-t.lastIndexOf("/")),r=o,a=0;continue}}else if(t.length){t="",i=0,r=o,a=0;continue}}n&&(t=t.length?t+"/..":"..",i=2)}else t.length?t+="/"+e.slice(r+1,o):t=e.slice(r+1,o),i=o-r-1;r=o,a=0}else f===46&&a>-1?a++:a=-1}return t}function ol(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}var u4={};u4.cwd=iK;function iK(){return"/"}var Qi=Fs,rK=u4,aK=a4,sK=yr,oK={}.hasOwnProperty,Vc=["history","path","basename","stem","extname","dirname"];yr.prototype.toString=kK;Object.defineProperty(yr.prototype,"path",{get:lK,set:fK});Object.defineProperty(yr.prototype,"dirname",{get:dK,set:uK});Object.defineProperty(yr.prototype,"basename",{get:cK,set:hK});Object.defineProperty(yr.prototype,"extname",{get:gK,set:mK});Object.defineProperty(yr.prototype,"stem",{get:pK,set:vK});function yr(e){var n,t;if(!e)e={};else if(typeof e=="string"||aK(e))e={contents:e};else if("message"in e&&"messages"in e)return e;if(!(this instanceof yr))return new yr(e);for(this.data={},this.messages=[],this.history=[],this.cwd=rK.cwd(),t=-1;++t<Vc.length;)n=Vc[t],oK.call(e,n)&&(this[n]=e[n]);for(n in e)Vc.indexOf(n)<0&&(this[n]=e[n])}function lK(){return this.history[this.history.length-1]}function fK(e){Hh(e,"path"),this.path!==e&&this.history.push(e)}function dK(){return typeof this.path=="string"?Qi.dirname(this.path):void 0}function uK(e){c4(this.path,"dirname"),this.path=Qi.join(e||"",this.basename)}function cK(){return typeof this.path=="string"?Qi.basename(this.path):void 0}function hK(e){Hh(e,"basename"),jh(e,"basename"),this.path=Qi.join(this.dirname||"",e)}function gK(){return typeof this.path=="string"?Qi.extname(this.path):void 0}function mK(e){if(jh(e,"extname"),c4(this.path,"extname"),e){if(e.charCodeAt(0)!==46)throw new Error("`extname` must start with `.`");if(e.indexOf(".",1)>-1)throw new Error("`extname` cannot contain multiple dots")}this.path=Qi.join(this.dirname,this.stem+(e||""))}function pK(){return typeof this.path=="string"?Qi.basename(this.path,this.extname):void 0}function vK(e){Hh(e,"stem"),jh(e,"stem"),this.path=Qi.join(this.dirname||"",e+(this.extname||""))}function kK(e){return(this.contents||"").toString(e)}function jh(e,n){if(e&&e.indexOf(Qi.sep)>-1)throw new Error("`"+n+"` cannot be a path: did not expect `"+Qi.sep+"`")}function Hh(e,n){if(!e)throw new Error("`"+n+"` cannot be empty")}function c4(e,n){if(!e)throw new Error("Setting `"+n+"` requires `path` to be set too")}var wK=KZ,Fd=sK,_K=Fd;Fd.prototype.message=bK;Fd.prototype.info=xK;Fd.prototype.fail=yK;function bK(e,n,t){var i=new wK(e,n,t);return this.path&&(i.name=this.path+":"+i.name,i.file=this.path),i.fatal=!1,this.messages.push(i),i}function yK(){var e=this.message.apply(this,arguments);throw e.fatal=!0,e}function xK(){var e=this.message.apply(this,arguments);return e.fatal=null,e}var SK=_K,Vp=DZ,CK=a4,cf=HZ,Gp=NZ,h4=qZ,fo=SK,EK=g4().freeze(),FK=[].slice,MK={}.hasOwnProperty,TK=h4().use(LK).use(PK).use(RK);function LK(e,n){n.tree=e.parse(n.file)}function PK(e,n,t){e.run(n.tree,n.file,i);function i(r,a,o){r?t(r):(n.tree=a,n.file=o,t())}}function RK(e,n){var t=e.stringify(n.tree,n.file);t==null||(typeof t=="string"||CK(t)?("value"in n.file&&(n.file.value=t),n.file.contents=t):n.file.result=t)}function g4(){var e=[],n=h4(),t={},i=-1,r;return a.data=f,a.freeze=o,a.attachers=e,a.use=d,a.parse=c,a.stringify=w,a.run=g,a.runSync=m,a.process=_,a.processSync=C,a;function a(){for(var E=g4(),x=-1;++x<e.length;)E.use.apply(null,e[x]);return E.data(cf(!0,{},t)),E}function o(){var E,x;if(r)return a;for(;++i<e.length;)E=e[i],E[1]!==!1&&(E[1]===!0&&(E[1]=void 0),x=E[0].apply(a,E.slice(1)),typeof x=="function"&&n.use(x));return r=!0,i=1/0,a}function f(E,x){return typeof E=="string"?arguments.length===2?(qc("data",r),t[E]=x,a):MK.call(t,E)&&t[E]||null:E?(qc("data",r),t=E,a):t}function d(E){var x;if(qc("use",r),E!=null)if(typeof E=="function")P.apply(null,arguments);else if(typeof E=="object")"length"in E?D(E):M(E);else throw new Error("Expected usable value, not `"+E+"`");return x&&(t.settings=cf(t.settings||{},x)),a;function M(I){D(I.plugins),I.settings&&(x=cf(x||{},I.settings))}function L(I){if(typeof I=="function")P(I);else if(typeof I=="object")"length"in I?P.apply(null,I):M(I);else throw new Error("Expected usable value, not `"+I+"`")}function D(I){var K=-1;if(I!=null)if(typeof I=="object"&&"length"in I)for(;++K<I.length;)L(I[K]);else throw new Error("Expected a list of plugins, not `"+I+"`")}function P(I,K){var oe=u(I);oe?(Gp(oe[1])&&Gp(K)&&(K=cf(!0,oe[1],K)),oe[1]=K):e.push(FK.call(arguments))}}function u(E){for(var x=-1;++x<e.length;)if(e[x][0]===E)return e[x]}function c(E){var x=fo(E),M;return o(),M=a.Parser,Gc("parse",M),Wp(M,"parse")?new M(String(x),x).parse():M(String(x),x)}function g(E,x,M){if(qp(E),o(),!M&&typeof x=="function"&&(M=x,x=null),!M)return new Promise(L);L(null,M);function L(D,P){n.run(E,fo(x),I);function I(K,oe,ae){oe=oe||E,K?P(K):D?D(oe):M(null,oe,ae)}}}function m(E,x){var M,L;return g(E,x,D),Up("runSync","run",L),M;function D(P,I){L=!0,M=I,Vp(P)}}function w(E,x){var M=fo(x),L;return o(),L=a.Compiler,Wc("stringify",L),qp(E),Wp(L,"compile")?new L(E,M).compile():L(E,M)}function _(E,x){if(o(),Gc("process",a.Parser),Wc("process",a.Compiler),!x)return new Promise(M);M(null,x);function M(L,D){var P=fo(E);TK.run(a,{file:P},I);function I(K){K?D(K):L?L(P):x(null,P)}}}function C(E){var x,M;return o(),Gc("processSync",a.Parser),Wc("processSync",a.Compiler),x=fo(E),_(x,L),Up("processSync","process",M),x;function L(D){M=!0,Vp(D)}}}function Wp(e,n){return typeof e=="function"&&e.prototype&&(AK(e.prototype)||n in e.prototype)}function AK(e){var n;for(n in e)return!0;return!1}function Gc(e,n){if(typeof n!="function")throw new Error("Cannot `"+e+"` without `Parser`")}function Wc(e,n){if(typeof n!="function")throw new Error("Cannot `"+e+"` without `Compiler`")}function qc(e,n){if(n)throw new Error("Cannot invoke `"+e+"` on a frozen processor.\nCreate a new processor first, by invoking it: use `processor()` instead of `processor`.")}function qp(e){if(!e||typeof e.type!="string")throw new Error("Expected node, got `"+e+"`")}function Up(e,n,t){if(!t)throw new Error("`"+e+"` finished async. Use `"+n+"` instead")}const BK=Yr(EK);var zK=m4;function m4(e){return e&&(e.value||e.alt||e.title||"children"in e&&Zp(e.children)||"length"in e&&Zp(e))||""}function Zp(e){for(var n=[],t=-1;++t<e.length;)n[t]=m4(e[t]);return n.join("")}var $K=Object.assign,ll=$K,OK={}.hasOwnProperty,p4=OK;function IK(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}var Nh=IK,DK=String.fromCharCode,Md=DK,jK=Md;function HK(e,n){var t=parseInt(e,n);return t<9||t===11||t>13&&t<32||t>126&&t<160||t>55295&&t<57344||t>64975&&t<65008||(t&65535)===65535||(t&65535)===65534||t>1114111?"�":jK(t)}var NK=HK,Vh={};function VK(e){return e<-2}var et=VK;function GK(e){return e===-2||e===-1||e===32}var Sr=GK,Kp=Sr;function WK(e,n,t,i){var r=i?i-1:1/0,a=0;return o;function o(d){return Kp(d)?(e.enter(t),f(d)):n(d)}function f(d){return Kp(d)&&a++<r?(e.consume(d),f):(e.exit(t),n(d))}}var gt=WK;Object.defineProperty(Vh,"__esModule",{value:!0});var qK=et,UK=gt,ZK=KK;function KK(e){var n=e.attempt(this.parser.constructs.contentInitial,i,r),t;return n;function i(f){if(f===null){e.consume(f);return}return e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),UK(e,n,"linePrefix")}function r(f){return e.enter("paragraph"),a(f)}function a(f){var d=e.enter("chunkText",{contentType:"text",previous:t});return t&&(t.next=d),t=d,o(f)}function o(f){if(f===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(f);return}return qK(f)?(e.consume(f),e.exit("chunkText"),a):(e.consume(f),o)}}Vh.tokenize=ZK;var Gh={},YK=et,JK=gt,QK={tokenize:XK,partial:!0};function XK(e,n,t){return JK(e,i,"linePrefix");function i(r){return r===null||YK(r)?n(r):t(r)}}var Td=QK;Object.defineProperty(Gh,"__esModule",{value:!0});var eY=et,v4=gt,nY=Td,tY=rY,Uc={tokenize:aY},iY={tokenize:sY};function rY(e){var n=this,t=[],i=0,r={tokenize:x,partial:!0},a,o,f;return d;function d(M){return i<t.length?(n.containerState=t[i][1],e.attempt(t[i][0].continuation,u,c)(M)):c(M)}function u(M){return i++,d(M)}function c(M){return a&&a.flowContinue?m(M):(n.interrupt=o&&o.currentConstruct&&o.currentConstruct.interruptible,n.containerState={},e.attempt(Uc,g,m)(M))}function g(M){return t.push([n.currentConstruct,n.containerState]),n.containerState=void 0,c(M)}function m(M){if(M===null){E(0,!0),e.consume(M);return}return o=o||n.parser.flow(n.now()),e.enter("chunkFlow",{contentType:"flow",previous:f,_tokenizer:o}),w(M)}function w(M){return M===null?(C(e.exit("chunkFlow")),m(M)):eY(M)?(e.consume(M),C(e.exit("chunkFlow")),e.check(r,_)):(e.consume(M),w)}function _(M){return E(a.continued,a&&a.flowEnd),i=0,d(M)}function C(M){f&&(f.next=M),f=M,o.lazy=a&&a.lazy,o.defineSkip(M.start),o.write(n.sliceStream(M))}function E(M,L){var D=t.length;for(o&&L&&(o.write([null]),f=o=void 0);D-- >M;)n.containerState=t[D][1],t[D][0].exit.call(n,e);t.length=M}function x(M,L){var D=0;return a={},P;function P(j){return D<t.length?(n.containerState=t[D][1],M.attempt(t[D][0].continuation,I,K)(j)):o.currentConstruct&&o.currentConstruct.concrete?(a.flowContinue=!0,U(j)):(n.interrupt=o.currentConstruct&&o.currentConstruct.interruptible,n.containerState={},M.attempt(Uc,ae,U)(j))}function I(j){return D++,n.containerState._closeFlow?ae(j):P(j)}function K(j){return o.currentConstruct&&o.currentConstruct.lazy?(n.containerState={},M.attempt(Uc,ae,M.attempt(iY,ae,M.check(nY,ae,oe)))(j)):ae(j)}function oe(j){return D=t.length,a.lazy=!0,a.flowContinue=!0,U(j)}function ae(j){return a.flowEnd=!0,U(j)}function U(j){return a.continued=D,n.interrupt=n.containerState=void 0,L(j)}}}function aY(e,n,t){return v4(e,e.attempt(this.parser.constructs.document,n,t),"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}function sY(e,n,t){return v4(e,e.lazy(this.parser.constructs.flow,n,t),"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}Gh.tokenize=tY;var Wh={};function oY(e){for(var n=-1,t=0;++n<e.length;)t+=typeof e[n]=="string"?e[n].length:1;return t}var k4=oY,lY=k4;function fY(e,n){var t=e[e.length-1];return!t||t[1].type!==n?0:lY(t[2].sliceStream(t[1]))}var Ld=fY,dY=[].splice,uY=dY,Zc=uY;function cY(e,n,t,i){var r=e.length,a=0,o;if(n<0?n=-n>r?0:r+n:n=n>r?r:n,t=t>0?t:0,i.length<1e4)o=Array.from(i),o.unshift(n,t),Zc.apply(e,o);else for(t&&Zc.apply(e,[n,t]);a<i.length;)o=i.slice(a,a+1e4),o.unshift(n,0),Zc.apply(e,o),a+=1e4,n+=1e4}var ea=cY,hY=ll;function gY(e){return hY({},e)}var Ms=gY,mY=ll,w4=ea,pY=Ms;function vY(e){for(var n={},t=-1,i,r,a,o,f,d,u;++t<e.length;){for(;t in n;)t=n[t];if(i=e[t],t&&i[1].type==="chunkFlow"&&e[t-1][1].type==="listItemPrefix"&&(d=i[1]._tokenizer.events,a=0,a<d.length&&d[a][1].type==="lineEndingBlank"&&(a+=2),a<d.length&&d[a][1].type==="content"))for(;++a<d.length&&d[a][1].type!=="content";)d[a][1].type==="chunkText"&&(d[a][1].isInFirstContentOfListItem=!0,a++);if(i[0]==="enter")i[1].contentType&&(mY(n,kY(e,t)),t=n[t],u=!0);else if(i[1]._container||i[1]._movePreviousLineEndings){for(a=t,r=void 0;a--&&(o=e[a],o[1].type==="lineEnding"||o[1].type==="lineEndingBlank");)o[0]==="enter"&&(r&&(e[r][1].type="lineEndingBlank"),o[1].type="lineEnding",r=a);r&&(i[1].end=pY(e[r][1].start),f=e.slice(r,t),f.unshift(i),w4(e,r,t-r+1,f))}}return!u}function kY(e,n){for(var t=e[n][1],i=e[n][2],r=n-1,a=[],o=t._tokenizer||i.parser[t.contentType](t.start),f=o.events,d=[],u={},c,g,m,w,_,C;t;){for(;e[++r][1]!==t;);a.push(r),t._tokenizer||(c=i.sliceStream(t),t.next||c.push(null),g&&o.defineSkip(t.start),t.isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(c),t.isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=void 0)),g=t,t=t.next}for(t=g,m=f.length;m--;)f[m][0]==="enter"?w=!0:w&&f[m][1].type===f[m-1][1].type&&f[m][1].start.line!==f[m][1].end.line&&(E(f.slice(m+1,_)),t._tokenizer=t.next=void 0,t=t.previous,_=m+1);for(o.events=t._tokenizer=t.next=void 0,E(f.slice(0,_)),m=-1,C=0;++m<d.length;)u[C+d[m][0]]=C+d[m][1],C+=d[m][1]-d[m][0]-1;return u;function E(x){var M=a.pop();d.unshift([M,M+x.length-1]),w4(e,M,2,x)}}var _4=vY,b4=et,wY=Ld,_Y=_4,bY=gt,yY={tokenize:CY,resolve:SY,interruptible:!0,lazy:!0},xY={tokenize:EY,partial:!0};function SY(e){return _Y(e),e}function CY(e,n){var t;return i;function i(f){return e.enter("content"),t=e.enter("chunkContent",{contentType:"content"}),r(f)}function r(f){return f===null?a(f):b4(f)?e.check(xY,o,a)(f):(e.consume(f),r)}function a(f){return e.exit("chunkContent"),e.exit("content"),n(f)}function o(f){return e.consume(f),e.exit("chunkContent"),t=t.next=e.enter("chunkContent",{contentType:"content",previous:t}),r}}function EY(e,n,t){var i=this;return r;function r(o){return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),bY(e,a,"linePrefix")}function a(o){return o===null||b4(o)?t(o):i.parser.constructs.disable.null.indexOf("codeIndented")>-1||wY(i.events,"linePrefix")<4?e.interrupt(i.parser.constructs.flow,t,n)(o):n(o)}}var FY=yY;Object.defineProperty(Wh,"__esModule",{value:!0});var MY=FY,TY=gt,LY=Td,PY=RY;function RY(e){var n=this,t=e.attempt(LY,i,e.attempt(this.parser.constructs.flowInitial,r,TY(e,e.attempt(this.parser.constructs.flow,r,e.attempt(MY,r)),"linePrefix")));return t;function i(a){if(a===null){e.consume(a);return}return e.enter("lineEndingBlank"),e.consume(a),e.exit("lineEndingBlank"),n.currentConstruct=void 0,t}function r(a){if(a===null){e.consume(a);return}return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),n.currentConstruct=void 0,t}}Wh.tokenize=PY;var Ts={};Object.defineProperty(Ts,"__esModule",{value:!0});var AY=ll,Yp=Ms,BY=y4("text"),zY=y4("string"),$Y={resolveAll:x4()};function y4(e){return{tokenize:n,resolveAll:x4(e==="text"?OY:void 0)};function n(t){var i=this,r=this.parser.constructs[e],a=t.attempt(r,o,f);return o;function o(c){return u(c)?a(c):f(c)}function f(c){if(c===null){t.consume(c);return}return t.enter("data"),t.consume(c),d}function d(c){return u(c)?(t.exit("data"),a(c)):(t.consume(c),d)}function u(c){var g=r[c],m=-1;if(c===null)return!0;if(g){for(;++m<g.length;)if(!g[m].previous||g[m].previous.call(i,i.previous))return!0}}}}function x4(e){return n;function n(t,i){for(var r=-1,a;++r<=t.length;)a===void 0?t[r]&&t[r][1].type==="data"&&(a=r,r++):(!t[r]||t[r][1].type!=="data")&&(r!==a+2&&(t[a][1].end=t[r-1][1].end,t.splice(a+2,r-a-2),r=a+2),a=void 0);return e?e(t,i):t}}function OY(e,n){for(var t=-1,i,r,a,o,f,d,u,c;++t<=e.length;)if((t===e.length||e[t][1].type==="lineEnding")&&e[t-1][1].type==="data"){for(r=e[t-1][1],i=n.sliceStream(r),o=i.length,f=-1,d=0,u=void 0;o--;)if(a=i[o],typeof a=="string"){for(f=a.length;a.charCodeAt(f-1)===32;)d++,f--;if(f)break;f=-1}else if(a===-2)u=!0,d++;else if(a!==-1){o++;break}d&&(c={type:t===e.length||u||d<2?"lineSuffix":"hardBreakTrailing",start:{line:r.end.line,column:r.end.column-d,offset:r.end.offset-d,_index:r.start._index+o,_bufferIndex:o?f:r.start._bufferIndex+f},end:Yp(r.end)},r.end=Yp(c.start),r.start.offset===r.end.offset?AY(r,c):(e.splice(t,0,["enter",c,n],["exit",c,n]),t+=2)),t++}return e}Ts.resolver=$Y;Ts.string=zY;Ts.text=BY;function IY(e){return e==null?[]:"length"in e?e:[e]}var qh=IY,Jp=p4,DY=ea,jY=qh;function HY(e){for(var n={},t=-1;++t<e.length;)NY(n,e[t]);return n}function NY(e,n){var t,i,r,a;for(t in n){i=Jp.call(e,t)?e[t]:e[t]={},r=n[t];for(a in r)i[a]=VY(jY(r[a]),Jp.call(i,a)?i[a]:[])}}function VY(e,n){for(var t=-1,i=[];++t<e.length;)(e[t].add==="after"?n:i).push(e[t]);return DY(n,0,0,i),n}var GY=HY,WY=ea;function qY(e,n){return e.length?(WY(e,e.length,0,n),e):n}var Uh=qY;function UY(e,n,t){for(var i=[],r=-1,a;++r<e.length;)a=e[r].resolveAll,a&&i.indexOf(a)<0&&(n=a(n,t),i.push(a));return n}var Zh=UY,ZY=Md;function KY(e){for(var n=-1,t=[],i,r,a;++n<e.length;){if(i=e[n],typeof i=="string")r=i;else if(i===-5)r="\r";else if(i===-4)r=`
861
+ */var a4=function(n){return n!=null&&n.constructor!=null&&typeof n.constructor.isBuffer=="function"&&n.constructor.isBuffer(n)},Lf=Object.prototype.hasOwnProperty,s4=Object.prototype.toString,Bp=Object.defineProperty,zp=Object.getOwnPropertyDescriptor,$p=function(n){return typeof Array.isArray=="function"?Array.isArray(n):s4.call(n)==="[object Array]"},Op=function(n){if(!n||s4.call(n)!=="[object Object]")return!1;var t=Lf.call(n,"constructor"),i=n.constructor&&n.constructor.prototype&&Lf.call(n.constructor.prototype,"isPrototypeOf");if(n.constructor&&!t&&!i)return!1;var r;for(r in n);return typeof r>"u"||Lf.call(n,r)},Ip=function(n,t){Bp&&t.name==="__proto__"?Bp(n,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):n[t.name]=t.newValue},Dp=function(n,t){if(t==="__proto__")if(Lf.call(n,t)){if(zp)return zp(n,t).value}else return;return n[t]},NZ=function e(){var n,t,i,r,a,o,f=arguments[0],d=1,u=arguments.length,c=!1;for(typeof f=="boolean"&&(c=f,f=arguments[1]||{},d=2),(f==null||typeof f!="object"&&typeof f!="function")&&(f={});d<u;++d)if(n=arguments[d],n!=null)for(t in n)i=Dp(f,t),r=Dp(n,t),f!==r&&(c&&r&&(Op(r)||(a=$p(r)))?(a?(a=!1,o=i&&$p(i)?i:[]):o=i&&Op(i)?i:{},Ip(f,{name:t,newValue:e(c,o,r)})):typeof r<"u"&&Ip(f,{name:t,newValue:r}));return f},VZ=e=>{if(Object.prototype.toString.call(e)!=="[object Object]")return!1;const n=Object.getPrototypeOf(e);return n===null||n===Object.prototype},GZ=[].slice,WZ=qZ;function qZ(e,n){var t;return i;function i(){var o=GZ.call(arguments,0),f=e.length>o.length,d;f&&o.push(r);try{d=e.apply(null,o)}catch(u){if(f&&t)throw u;return r(u)}f||(d&&typeof d.then=="function"?d.then(a,r):d instanceof Error?r(d):a(d))}function r(){t||(t=!0,n.apply(null,arguments))}function a(o){r(null,o)}}var o4=WZ,UZ=l4;l4.wrap=o4;var jp=[].slice;function l4(){var e=[],n={};return n.run=t,n.use=i,n;function t(){var r=-1,a=jp.call(arguments,0,-1),o=arguments[arguments.length-1];if(typeof o!="function")throw new Error("Expected function as last argument, not "+o);f.apply(null,[null].concat(a));function f(d){var u=e[++r],c=jp.call(arguments,0),g=c.slice(1),m=a.length,w=-1;if(d){o(d);return}for(;++w<m;)(g[w]===null||g[w]===void 0)&&(g[w]=a[w]);a=g,u?o4(u,f).apply(null,a):o.apply(null,[null].concat(a))}}function i(r){if(typeof r!="function")throw new Error("Expected `fn` to be a function, not "+r);return e.push(r),n}}var ts={}.hasOwnProperty,f4=ZZ;function ZZ(e){return!e||typeof e!="object"?"":ts.call(e,"position")||ts.call(e,"type")?Hp(e.position):ts.call(e,"start")||ts.call(e,"end")?Hp(e):ts.call(e,"line")||ts.call(e,"column")?V1(e):""}function V1(e){return(!e||typeof e!="object")&&(e={}),Np(e.line)+":"+Np(e.column)}function Hp(e){return(!e||typeof e!="object")&&(e={}),V1(e.start)+"-"+V1(e.end)}function Np(e){return e&&typeof e=="number"?e:1}var KZ=f4,YZ=Dh;function d4(){}d4.prototype=Error.prototype;Dh.prototype=new d4;var Xr=Dh.prototype;Xr.file="";Xr.name="";Xr.reason="";Xr.message="";Xr.stack="";Xr.fatal=null;Xr.column=null;Xr.line=null;function Dh(e,n,t){var i,r,a;typeof n=="string"&&(t=n,n=null),i=JZ(t),r=KZ(n)||"1:1",a={start:{line:null,column:null},end:{line:null,column:null}},n&&n.position&&(n=n.position),n&&(n.start?(a=n,n=n.start):a.start=n),e.stack&&(this.stack=e.stack,e=e.message),this.message=e,this.name=r,this.reason=e,this.line=n?n.line:null,this.column=n?n.column:null,this.location=a,this.source=i[0],this.ruleId=i[1]}function JZ(e){var n=[null,null],t;return typeof e=="string"&&(t=e.indexOf(":"),t===-1?n[1]=e:(n[0]=e.slice(0,t),n[1]=e.slice(t+1))),n}var Fs={};Fs.basename=QZ;Fs.dirname=XZ;Fs.extname=eK;Fs.join=nK;Fs.sep="/";function QZ(e,n){var t=0,i=-1,r,a,o,f;if(n!==void 0&&typeof n!="string")throw new TypeError('"ext" argument must be a string');if(ol(e),r=e.length,n===void 0||!n.length||n.length>e.length){for(;r--;)if(e.charCodeAt(r)===47){if(o){t=r+1;break}}else i<0&&(o=!0,i=r+1);return i<0?"":e.slice(t,i)}if(n===e)return"";for(a=-1,f=n.length-1;r--;)if(e.charCodeAt(r)===47){if(o){t=r+1;break}}else a<0&&(o=!0,a=r+1),f>-1&&(e.charCodeAt(r)===n.charCodeAt(f--)?f<0&&(i=r):(f=-1,i=a));return t===i?i=a:i<0&&(i=e.length),e.slice(t,i)}function XZ(e){var n,t,i;if(ol(e),!e.length)return".";for(n=-1,i=e.length;--i;)if(e.charCodeAt(i)===47){if(t){n=i;break}}else t||(t=!0);return n<0?e.charCodeAt(0)===47?"/":".":n===1&&e.charCodeAt(0)===47?"//":e.slice(0,n)}function eK(e){var n=-1,t=0,i=-1,r=0,a,o,f;for(ol(e),f=e.length;f--;){if(o=e.charCodeAt(f),o===47){if(a){t=f+1;break}continue}i<0&&(a=!0,i=f+1),o===46?n<0?n=f:r!==1&&(r=1):n>-1&&(r=-1)}return n<0||i<0||r===0||r===1&&n===i-1&&n===t+1?"":e.slice(n,i)}function nK(){for(var e=-1,n;++e<arguments.length;)ol(arguments[e]),arguments[e]&&(n=n===void 0?arguments[e]:n+"/"+arguments[e]);return n===void 0?".":tK(n)}function tK(e){var n,t;return ol(e),n=e.charCodeAt(0)===47,t=iK(e,!n),!t.length&&!n&&(t="."),t.length&&e.charCodeAt(e.length-1)===47&&(t+="/"),n?"/"+t:t}function iK(e,n){for(var t="",i=0,r=-1,a=0,o=-1,f,d;++o<=e.length;){if(o<e.length)f=e.charCodeAt(o);else{if(f===47)break;f=47}if(f===47){if(!(r===o-1||a===1))if(r!==o-1&&a===2){if(t.length<2||i!==2||t.charCodeAt(t.length-1)!==46||t.charCodeAt(t.length-2)!==46){if(t.length>2){if(d=t.lastIndexOf("/"),d!==t.length-1){d<0?(t="",i=0):(t=t.slice(0,d),i=t.length-1-t.lastIndexOf("/")),r=o,a=0;continue}}else if(t.length){t="",i=0,r=o,a=0;continue}}n&&(t=t.length?t+"/..":"..",i=2)}else t.length?t+="/"+e.slice(r+1,o):t=e.slice(r+1,o),i=o-r-1;r=o,a=0}else f===46&&a>-1?a++:a=-1}return t}function ol(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}var u4={};u4.cwd=rK;function rK(){return"/"}var Qi=Fs,aK=u4,sK=a4,oK=yr,lK={}.hasOwnProperty,Vc=["history","path","basename","stem","extname","dirname"];yr.prototype.toString=wK;Object.defineProperty(yr.prototype,"path",{get:fK,set:dK});Object.defineProperty(yr.prototype,"dirname",{get:uK,set:cK});Object.defineProperty(yr.prototype,"basename",{get:hK,set:gK});Object.defineProperty(yr.prototype,"extname",{get:mK,set:pK});Object.defineProperty(yr.prototype,"stem",{get:vK,set:kK});function yr(e){var n,t;if(!e)e={};else if(typeof e=="string"||sK(e))e={contents:e};else if("message"in e&&"messages"in e)return e;if(!(this instanceof yr))return new yr(e);for(this.data={},this.messages=[],this.history=[],this.cwd=aK.cwd(),t=-1;++t<Vc.length;)n=Vc[t],lK.call(e,n)&&(this[n]=e[n]);for(n in e)Vc.indexOf(n)<0&&(this[n]=e[n])}function fK(){return this.history[this.history.length-1]}function dK(e){Hh(e,"path"),this.path!==e&&this.history.push(e)}function uK(){return typeof this.path=="string"?Qi.dirname(this.path):void 0}function cK(e){c4(this.path,"dirname"),this.path=Qi.join(e||"",this.basename)}function hK(){return typeof this.path=="string"?Qi.basename(this.path):void 0}function gK(e){Hh(e,"basename"),jh(e,"basename"),this.path=Qi.join(this.dirname||"",e)}function mK(){return typeof this.path=="string"?Qi.extname(this.path):void 0}function pK(e){if(jh(e,"extname"),c4(this.path,"extname"),e){if(e.charCodeAt(0)!==46)throw new Error("`extname` must start with `.`");if(e.indexOf(".",1)>-1)throw new Error("`extname` cannot contain multiple dots")}this.path=Qi.join(this.dirname,this.stem+(e||""))}function vK(){return typeof this.path=="string"?Qi.basename(this.path,this.extname):void 0}function kK(e){Hh(e,"stem"),jh(e,"stem"),this.path=Qi.join(this.dirname||"",e+(this.extname||""))}function wK(e){return(this.contents||"").toString(e)}function jh(e,n){if(e&&e.indexOf(Qi.sep)>-1)throw new Error("`"+n+"` cannot be a path: did not expect `"+Qi.sep+"`")}function Hh(e,n){if(!e)throw new Error("`"+n+"` cannot be empty")}function c4(e,n){if(!e)throw new Error("Setting `"+n+"` requires `path` to be set too")}var _K=YZ,Fd=oK,bK=Fd;Fd.prototype.message=yK;Fd.prototype.info=SK;Fd.prototype.fail=xK;function yK(e,n,t){var i=new _K(e,n,t);return this.path&&(i.name=this.path+":"+i.name,i.file=this.path),i.fatal=!1,this.messages.push(i),i}function xK(){var e=this.message.apply(this,arguments);throw e.fatal=!0,e}function SK(){var e=this.message.apply(this,arguments);return e.fatal=null,e}var CK=bK,Vp=jZ,EK=a4,cf=NZ,Gp=VZ,h4=UZ,fo=CK,FK=g4().freeze(),MK=[].slice,TK={}.hasOwnProperty,LK=h4().use(PK).use(RK).use(AK);function PK(e,n){n.tree=e.parse(n.file)}function RK(e,n,t){e.run(n.tree,n.file,i);function i(r,a,o){r?t(r):(n.tree=a,n.file=o,t())}}function AK(e,n){var t=e.stringify(n.tree,n.file);t==null||(typeof t=="string"||EK(t)?("value"in n.file&&(n.file.value=t),n.file.contents=t):n.file.result=t)}function g4(){var e=[],n=h4(),t={},i=-1,r;return a.data=f,a.freeze=o,a.attachers=e,a.use=d,a.parse=c,a.stringify=w,a.run=g,a.runSync=m,a.process=_,a.processSync=C,a;function a(){for(var E=g4(),x=-1;++x<e.length;)E.use.apply(null,e[x]);return E.data(cf(!0,{},t)),E}function o(){var E,x;if(r)return a;for(;++i<e.length;)E=e[i],E[1]!==!1&&(E[1]===!0&&(E[1]=void 0),x=E[0].apply(a,E.slice(1)),typeof x=="function"&&n.use(x));return r=!0,i=1/0,a}function f(E,x){return typeof E=="string"?arguments.length===2?(qc("data",r),t[E]=x,a):TK.call(t,E)&&t[E]||null:E?(qc("data",r),t=E,a):t}function d(E){var x;if(qc("use",r),E!=null)if(typeof E=="function")P.apply(null,arguments);else if(typeof E=="object")"length"in E?D(E):M(E);else throw new Error("Expected usable value, not `"+E+"`");return x&&(t.settings=cf(t.settings||{},x)),a;function M(I){D(I.plugins),I.settings&&(x=cf(x||{},I.settings))}function L(I){if(typeof I=="function")P(I);else if(typeof I=="object")"length"in I?P.apply(null,I):M(I);else throw new Error("Expected usable value, not `"+I+"`")}function D(I){var K=-1;if(I!=null)if(typeof I=="object"&&"length"in I)for(;++K<I.length;)L(I[K]);else throw new Error("Expected a list of plugins, not `"+I+"`")}function P(I,K){var oe=u(I);oe?(Gp(oe[1])&&Gp(K)&&(K=cf(!0,oe[1],K)),oe[1]=K):e.push(MK.call(arguments))}}function u(E){for(var x=-1;++x<e.length;)if(e[x][0]===E)return e[x]}function c(E){var x=fo(E),M;return o(),M=a.Parser,Gc("parse",M),Wp(M,"parse")?new M(String(x),x).parse():M(String(x),x)}function g(E,x,M){if(qp(E),o(),!M&&typeof x=="function"&&(M=x,x=null),!M)return new Promise(L);L(null,M);function L(D,P){n.run(E,fo(x),I);function I(K,oe,ae){oe=oe||E,K?P(K):D?D(oe):M(null,oe,ae)}}}function m(E,x){var M,L;return g(E,x,D),Up("runSync","run",L),M;function D(P,I){L=!0,M=I,Vp(P)}}function w(E,x){var M=fo(x),L;return o(),L=a.Compiler,Wc("stringify",L),qp(E),Wp(L,"compile")?new L(E,M).compile():L(E,M)}function _(E,x){if(o(),Gc("process",a.Parser),Wc("process",a.Compiler),!x)return new Promise(M);M(null,x);function M(L,D){var P=fo(E);LK.run(a,{file:P},I);function I(K){K?D(K):L?L(P):x(null,P)}}}function C(E){var x,M;return o(),Gc("processSync",a.Parser),Wc("processSync",a.Compiler),x=fo(E),_(x,L),Up("processSync","process",M),x;function L(D){M=!0,Vp(D)}}}function Wp(e,n){return typeof e=="function"&&e.prototype&&(BK(e.prototype)||n in e.prototype)}function BK(e){var n;for(n in e)return!0;return!1}function Gc(e,n){if(typeof n!="function")throw new Error("Cannot `"+e+"` without `Parser`")}function Wc(e,n){if(typeof n!="function")throw new Error("Cannot `"+e+"` without `Compiler`")}function qc(e,n){if(n)throw new Error("Cannot invoke `"+e+"` on a frozen processor.\nCreate a new processor first, by invoking it: use `processor()` instead of `processor`.")}function qp(e){if(!e||typeof e.type!="string")throw new Error("Expected node, got `"+e+"`")}function Up(e,n,t){if(!t)throw new Error("`"+e+"` finished async. Use `"+n+"` instead")}const zK=Yr(FK);var $K=m4;function m4(e){return e&&(e.value||e.alt||e.title||"children"in e&&Zp(e.children)||"length"in e&&Zp(e))||""}function Zp(e){for(var n=[],t=-1;++t<e.length;)n[t]=m4(e[t]);return n.join("")}var OK=Object.assign,ll=OK,IK={}.hasOwnProperty,p4=IK;function DK(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}var Nh=DK,jK=String.fromCharCode,Md=jK,HK=Md;function NK(e,n){var t=parseInt(e,n);return t<9||t===11||t>13&&t<32||t>126&&t<160||t>55295&&t<57344||t>64975&&t<65008||(t&65535)===65535||(t&65535)===65534||t>1114111?"�":HK(t)}var VK=NK,Vh={};function GK(e){return e<-2}var et=GK;function WK(e){return e===-2||e===-1||e===32}var Sr=WK,Kp=Sr;function qK(e,n,t,i){var r=i?i-1:1/0,a=0;return o;function o(d){return Kp(d)?(e.enter(t),f(d)):n(d)}function f(d){return Kp(d)&&a++<r?(e.consume(d),f):(e.exit(t),n(d))}}var gt=qK;Object.defineProperty(Vh,"__esModule",{value:!0});var UK=et,ZK=gt,KK=YK;function YK(e){var n=e.attempt(this.parser.constructs.contentInitial,i,r),t;return n;function i(f){if(f===null){e.consume(f);return}return e.enter("lineEnding"),e.consume(f),e.exit("lineEnding"),ZK(e,n,"linePrefix")}function r(f){return e.enter("paragraph"),a(f)}function a(f){var d=e.enter("chunkText",{contentType:"text",previous:t});return t&&(t.next=d),t=d,o(f)}function o(f){if(f===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(f);return}return UK(f)?(e.consume(f),e.exit("chunkText"),a):(e.consume(f),o)}}Vh.tokenize=KK;var Gh={},JK=et,QK=gt,XK={tokenize:eY,partial:!0};function eY(e,n,t){return QK(e,i,"linePrefix");function i(r){return r===null||JK(r)?n(r):t(r)}}var Td=XK;Object.defineProperty(Gh,"__esModule",{value:!0});var nY=et,v4=gt,tY=Td,iY=aY,Uc={tokenize:sY},rY={tokenize:oY};function aY(e){var n=this,t=[],i=0,r={tokenize:x,partial:!0},a,o,f;return d;function d(M){return i<t.length?(n.containerState=t[i][1],e.attempt(t[i][0].continuation,u,c)(M)):c(M)}function u(M){return i++,d(M)}function c(M){return a&&a.flowContinue?m(M):(n.interrupt=o&&o.currentConstruct&&o.currentConstruct.interruptible,n.containerState={},e.attempt(Uc,g,m)(M))}function g(M){return t.push([n.currentConstruct,n.containerState]),n.containerState=void 0,c(M)}function m(M){if(M===null){E(0,!0),e.consume(M);return}return o=o||n.parser.flow(n.now()),e.enter("chunkFlow",{contentType:"flow",previous:f,_tokenizer:o}),w(M)}function w(M){return M===null?(C(e.exit("chunkFlow")),m(M)):nY(M)?(e.consume(M),C(e.exit("chunkFlow")),e.check(r,_)):(e.consume(M),w)}function _(M){return E(a.continued,a&&a.flowEnd),i=0,d(M)}function C(M){f&&(f.next=M),f=M,o.lazy=a&&a.lazy,o.defineSkip(M.start),o.write(n.sliceStream(M))}function E(M,L){var D=t.length;for(o&&L&&(o.write([null]),f=o=void 0);D-- >M;)n.containerState=t[D][1],t[D][0].exit.call(n,e);t.length=M}function x(M,L){var D=0;return a={},P;function P(j){return D<t.length?(n.containerState=t[D][1],M.attempt(t[D][0].continuation,I,K)(j)):o.currentConstruct&&o.currentConstruct.concrete?(a.flowContinue=!0,U(j)):(n.interrupt=o.currentConstruct&&o.currentConstruct.interruptible,n.containerState={},M.attempt(Uc,ae,U)(j))}function I(j){return D++,n.containerState._closeFlow?ae(j):P(j)}function K(j){return o.currentConstruct&&o.currentConstruct.lazy?(n.containerState={},M.attempt(Uc,ae,M.attempt(rY,ae,M.check(tY,ae,oe)))(j)):ae(j)}function oe(j){return D=t.length,a.lazy=!0,a.flowContinue=!0,U(j)}function ae(j){return a.flowEnd=!0,U(j)}function U(j){return a.continued=D,n.interrupt=n.containerState=void 0,L(j)}}}function sY(e,n,t){return v4(e,e.attempt(this.parser.constructs.document,n,t),"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}function oY(e,n,t){return v4(e,e.lazy(this.parser.constructs.flow,n,t),"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}Gh.tokenize=iY;var Wh={};function lY(e){for(var n=-1,t=0;++n<e.length;)t+=typeof e[n]=="string"?e[n].length:1;return t}var k4=lY,fY=k4;function dY(e,n){var t=e[e.length-1];return!t||t[1].type!==n?0:fY(t[2].sliceStream(t[1]))}var Ld=dY,uY=[].splice,cY=uY,Zc=cY;function hY(e,n,t,i){var r=e.length,a=0,o;if(n<0?n=-n>r?0:r+n:n=n>r?r:n,t=t>0?t:0,i.length<1e4)o=Array.from(i),o.unshift(n,t),Zc.apply(e,o);else for(t&&Zc.apply(e,[n,t]);a<i.length;)o=i.slice(a,a+1e4),o.unshift(n,0),Zc.apply(e,o),a+=1e4,n+=1e4}var ea=hY,gY=ll;function mY(e){return gY({},e)}var Ms=mY,pY=ll,w4=ea,vY=Ms;function kY(e){for(var n={},t=-1,i,r,a,o,f,d,u;++t<e.length;){for(;t in n;)t=n[t];if(i=e[t],t&&i[1].type==="chunkFlow"&&e[t-1][1].type==="listItemPrefix"&&(d=i[1]._tokenizer.events,a=0,a<d.length&&d[a][1].type==="lineEndingBlank"&&(a+=2),a<d.length&&d[a][1].type==="content"))for(;++a<d.length&&d[a][1].type!=="content";)d[a][1].type==="chunkText"&&(d[a][1].isInFirstContentOfListItem=!0,a++);if(i[0]==="enter")i[1].contentType&&(pY(n,wY(e,t)),t=n[t],u=!0);else if(i[1]._container||i[1]._movePreviousLineEndings){for(a=t,r=void 0;a--&&(o=e[a],o[1].type==="lineEnding"||o[1].type==="lineEndingBlank");)o[0]==="enter"&&(r&&(e[r][1].type="lineEndingBlank"),o[1].type="lineEnding",r=a);r&&(i[1].end=vY(e[r][1].start),f=e.slice(r,t),f.unshift(i),w4(e,r,t-r+1,f))}}return!u}function wY(e,n){for(var t=e[n][1],i=e[n][2],r=n-1,a=[],o=t._tokenizer||i.parser[t.contentType](t.start),f=o.events,d=[],u={},c,g,m,w,_,C;t;){for(;e[++r][1]!==t;);a.push(r),t._tokenizer||(c=i.sliceStream(t),t.next||c.push(null),g&&o.defineSkip(t.start),t.isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=!0),o.write(c),t.isInFirstContentOfListItem&&(o._gfmTasklistFirstContentOfListItem=void 0)),g=t,t=t.next}for(t=g,m=f.length;m--;)f[m][0]==="enter"?w=!0:w&&f[m][1].type===f[m-1][1].type&&f[m][1].start.line!==f[m][1].end.line&&(E(f.slice(m+1,_)),t._tokenizer=t.next=void 0,t=t.previous,_=m+1);for(o.events=t._tokenizer=t.next=void 0,E(f.slice(0,_)),m=-1,C=0;++m<d.length;)u[C+d[m][0]]=C+d[m][1],C+=d[m][1]-d[m][0]-1;return u;function E(x){var M=a.pop();d.unshift([M,M+x.length-1]),w4(e,M,2,x)}}var _4=kY,b4=et,_Y=Ld,bY=_4,yY=gt,xY={tokenize:EY,resolve:CY,interruptible:!0,lazy:!0},SY={tokenize:FY,partial:!0};function CY(e){return bY(e),e}function EY(e,n){var t;return i;function i(f){return e.enter("content"),t=e.enter("chunkContent",{contentType:"content"}),r(f)}function r(f){return f===null?a(f):b4(f)?e.check(SY,o,a)(f):(e.consume(f),r)}function a(f){return e.exit("chunkContent"),e.exit("content"),n(f)}function o(f){return e.consume(f),e.exit("chunkContent"),t=t.next=e.enter("chunkContent",{contentType:"content",previous:t}),r}}function FY(e,n,t){var i=this;return r;function r(o){return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),yY(e,a,"linePrefix")}function a(o){return o===null||b4(o)?t(o):i.parser.constructs.disable.null.indexOf("codeIndented")>-1||_Y(i.events,"linePrefix")<4?e.interrupt(i.parser.constructs.flow,t,n)(o):n(o)}}var MY=xY;Object.defineProperty(Wh,"__esModule",{value:!0});var TY=MY,LY=gt,PY=Td,RY=AY;function AY(e){var n=this,t=e.attempt(PY,i,e.attempt(this.parser.constructs.flowInitial,r,LY(e,e.attempt(this.parser.constructs.flow,r,e.attempt(TY,r)),"linePrefix")));return t;function i(a){if(a===null){e.consume(a);return}return e.enter("lineEndingBlank"),e.consume(a),e.exit("lineEndingBlank"),n.currentConstruct=void 0,t}function r(a){if(a===null){e.consume(a);return}return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),n.currentConstruct=void 0,t}}Wh.tokenize=RY;var Ts={};Object.defineProperty(Ts,"__esModule",{value:!0});var BY=ll,Yp=Ms,zY=y4("text"),$Y=y4("string"),OY={resolveAll:x4()};function y4(e){return{tokenize:n,resolveAll:x4(e==="text"?IY:void 0)};function n(t){var i=this,r=this.parser.constructs[e],a=t.attempt(r,o,f);return o;function o(c){return u(c)?a(c):f(c)}function f(c){if(c===null){t.consume(c);return}return t.enter("data"),t.consume(c),d}function d(c){return u(c)?(t.exit("data"),a(c)):(t.consume(c),d)}function u(c){var g=r[c],m=-1;if(c===null)return!0;if(g){for(;++m<g.length;)if(!g[m].previous||g[m].previous.call(i,i.previous))return!0}}}}function x4(e){return n;function n(t,i){for(var r=-1,a;++r<=t.length;)a===void 0?t[r]&&t[r][1].type==="data"&&(a=r,r++):(!t[r]||t[r][1].type!=="data")&&(r!==a+2&&(t[a][1].end=t[r-1][1].end,t.splice(a+2,r-a-2),r=a+2),a=void 0);return e?e(t,i):t}}function IY(e,n){for(var t=-1,i,r,a,o,f,d,u,c;++t<=e.length;)if((t===e.length||e[t][1].type==="lineEnding")&&e[t-1][1].type==="data"){for(r=e[t-1][1],i=n.sliceStream(r),o=i.length,f=-1,d=0,u=void 0;o--;)if(a=i[o],typeof a=="string"){for(f=a.length;a.charCodeAt(f-1)===32;)d++,f--;if(f)break;f=-1}else if(a===-2)u=!0,d++;else if(a!==-1){o++;break}d&&(c={type:t===e.length||u||d<2?"lineSuffix":"hardBreakTrailing",start:{line:r.end.line,column:r.end.column-d,offset:r.end.offset-d,_index:r.start._index+o,_bufferIndex:o?f:r.start._bufferIndex+f},end:Yp(r.end)},r.end=Yp(c.start),r.start.offset===r.end.offset?BY(r,c):(e.splice(t,0,["enter",c,n],["exit",c,n]),t+=2)),t++}return e}Ts.resolver=OY;Ts.string=$Y;Ts.text=zY;function DY(e){return e==null?[]:"length"in e?e:[e]}var qh=DY,Jp=p4,jY=ea,HY=qh;function NY(e){for(var n={},t=-1;++t<e.length;)VY(n,e[t]);return n}function VY(e,n){var t,i,r,a;for(t in n){i=Jp.call(e,t)?e[t]:e[t]={},r=n[t];for(a in r)i[a]=GY(HY(r[a]),Jp.call(i,a)?i[a]:[])}}function GY(e,n){for(var t=-1,i=[];++t<e.length;)(e[t].add==="after"?n:i).push(e[t]);return jY(n,0,0,i),n}var WY=NY,qY=ea;function UY(e,n){return e.length?(qY(e,e.length,0,n),e):n}var Uh=UY;function ZY(e,n,t){for(var i=[],r=-1,a;++r<e.length;)a=e[r].resolveAll,a&&i.indexOf(a)<0&&(n=a(n,t),i.push(a));return n}var Zh=ZY,KY=Md;function YY(e){for(var n=-1,t=[],i,r,a;++n<e.length;){if(i=e[n],typeof i=="string")r=i;else if(i===-5)r="\r";else if(i===-4)r=`
862
862
  `;else if(i===-3)r=`\r
863
- `;else if(i===-2)r=" ";else if(i===-1){if(a)continue;r=" "}else r=ZY(i);a=i===-2,t.push(r)}return t.join("")}var YY=KY;function JY(e,n){var t=n.start._index,i=n.start._bufferIndex,r=n.end._index,a=n.end._bufferIndex,o;return t===r?o=[e[t].slice(i,a)]:(o=e.slice(t,r),i>-1&&(o[0]=o[0].slice(i)),a>0&&o.push(e[r].slice(0,a))),o}var QY=JY,XY=ll,eJ=et,nJ=Uh,tJ=ea,Kc=qh,iJ=Zh,rJ=YY,Qp=Ms,aJ=QY;function sJ(e,n,t){var i=t?Qp(t):{line:1,column:1,offset:0},r={},a=[],o=[],f=[],d={consume:M,enter:L,exit:D,attempt:K(P),check:K(I),interrupt:K(I,{interrupt:!0}),lazy:K(I,{lazy:!0})},u={previous:null,events:[],parser:e,sliceStream:w,sliceSerialize:m,now:_,defineSkip:C,write:g},c=n.tokenize.call(u,d);return n.resolveAll&&a.push(n),i._index=0,i._bufferIndex=-1,u;function g(j){return o=nJ(o,j),E(),o[o.length-1]!==null?[]:(oe(n,0),u.events=iJ(a,u.events,u),u.events)}function m(j){return rJ(w(j))}function w(j){return aJ(o,j)}function _(){return Qp(i)}function C(j){r[j.line]=j.column,U()}function E(){for(var j,N;i._index<o.length;)if(N=o[i._index],typeof N=="string")for(j=i._index,i._bufferIndex<0&&(i._bufferIndex=0);i._index===j&&i._bufferIndex<N.length;)x(N.charCodeAt(i._bufferIndex));else x(N)}function x(j){c=c(j)}function M(j){eJ(j)?(i.line++,i.column=1,i.offset+=j===-3?2:1,U()):j!==-1&&(i.column++,i.offset++),i._bufferIndex<0?i._index++:(i._bufferIndex++,i._bufferIndex===o[i._index].length&&(i._bufferIndex=-1,i._index++)),u.previous=j}function L(j,N){var W=N||{};return W.type=j,W.start=_(),u.events.push(["enter",W,u]),f.push(W),W}function D(j){var N=f.pop();return N.end=_(),u.events.push(["exit",N,u]),N}function P(j,N){oe(j,N.from)}function I(j,N){N.restore()}function K(j,N){return W;function W(ne,te,ie){var V,X,ke,Y;return ne.tokenize||"length"in ne?Me(Kc(ne)):b;function b(_e){return _e in ne||null in ne?Me(ne.null?Kc(ne[_e]).concat(Kc(ne.null)):ne[_e])(_e):ie(_e)}function Me(_e){return V=_e,X=0,ze(_e[X])}function ze(_e){return be;function be(pe){return Y=ae(),ke=_e,_e.partial||(u.currentConstruct=_e),_e.name&&u.parser.constructs.disable.null.indexOf(_e.name)>-1?Le():_e.tokenize.call(N?XY({},u,N):u,d,$e,Le)(pe)}}function $e(_e){return j(ke,Y),te}function Le(_e){return Y.restore(),++X<V.length?ze(V[X]):ie}}}function oe(j,N){j.resolveAll&&a.indexOf(j)<0&&a.push(j),j.resolve&&tJ(u.events,N,u.events.length-N,j.resolve(u.events.slice(N),u)),j.resolveTo&&(u.events=j.resolveTo(u.events,u))}function ae(){var j=_(),N=u.previous,W=u.currentConstruct,ne=u.events.length,te=Array.from(f);return{restore:ie,from:ne};function ie(){i=j,u.previous=N,u.currentConstruct=W,u.events.length=ne,f=te,U()}}function U(){i.line in r&&i.column<2&&(i.column=r[i.line],i.offset+=r[i.line]-1)}}var oJ=sJ,nr={};function lJ(e){return e<0||e===32}var na=lJ,fJ=/[!-\/:-@\[-`\{-~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]/,dJ=fJ,uJ=Md;function cJ(e){return n;function n(t){return e.test(uJ(t))}}var ta=cJ,hJ=dJ,gJ=ta,mJ=gJ(hJ),pJ=mJ,vJ=ta,kJ=vJ(/\s/),wJ=kJ,_J=na,bJ=pJ,yJ=wJ;function xJ(e){if(e===null||_J(e)||yJ(e))return 1;if(bJ(e))return 2}var SJ=xJ;function CJ(e,n){return e.column+=n,e.offset+=n,e._bufferIndex+=n,e}var EJ=CJ,uo=Uh,FJ=ea,Xp=SJ,ev=EJ,MJ=Zh,Di=Ms,TJ={name:"attention",tokenize:PJ,resolveAll:LJ};function LJ(e,n){for(var t=-1,i,r,a,o,f,d,u,c;++t<e.length;)if(e[t][0]==="enter"&&e[t][1].type==="attentionSequence"&&e[t][1]._close){for(i=t;i--;)if(e[i][0]==="exit"&&e[i][1].type==="attentionSequence"&&e[i][1]._open&&n.sliceSerialize(e[i][1]).charCodeAt(0)===n.sliceSerialize(e[t][1]).charCodeAt(0)){if((e[i][1]._close||e[t][1]._open)&&(e[t][1].end.offset-e[t][1].start.offset)%3&&!((e[i][1].end.offset-e[i][1].start.offset+e[t][1].end.offset-e[t][1].start.offset)%3))continue;d=e[i][1].end.offset-e[i][1].start.offset>1&&e[t][1].end.offset-e[t][1].start.offset>1?2:1,o={type:d>1?"strongSequence":"emphasisSequence",start:ev(Di(e[i][1].end),-d),end:Di(e[i][1].end)},f={type:d>1?"strongSequence":"emphasisSequence",start:Di(e[t][1].start),end:ev(Di(e[t][1].start),d)},a={type:d>1?"strongText":"emphasisText",start:Di(e[i][1].end),end:Di(e[t][1].start)},r={type:d>1?"strong":"emphasis",start:Di(o.start),end:Di(f.end)},e[i][1].end=Di(o.start),e[t][1].start=Di(f.end),u=[],e[i][1].end.offset-e[i][1].start.offset&&(u=uo(u,[["enter",e[i][1],n],["exit",e[i][1],n]])),u=uo(u,[["enter",r,n],["enter",o,n],["exit",o,n],["enter",a,n]]),u=uo(u,MJ(n.parser.constructs.insideSpan.null,e.slice(i+1,t),n)),u=uo(u,[["exit",a,n],["enter",f,n],["exit",f,n],["exit",r,n]]),e[t][1].end.offset-e[t][1].start.offset?(c=2,u=uo(u,[["enter",e[t][1],n],["exit",e[t][1],n]])):c=0,FJ(e,i-1,t-i+3,u),t=i+u.length-c-2;break}}for(t=-1;++t<e.length;)e[t][1].type==="attentionSequence"&&(e[t][1].type="data");return e}function PJ(e,n){var t=Xp(this.previous),i;return r;function r(o){return e.enter("attentionSequence"),i=o,a(o)}function a(o){var f,d,u,c;return o===i?(e.consume(o),a):(f=e.exit("attentionSequence"),d=Xp(o),u=!d||d===2&&t,c=!t||t===2&&d,f._open=i===42?u:u&&(t||!c),f._close=i===42?c:c&&(d||!u),n(o))}}var RJ=TJ,AJ=ta,BJ=AJ(/[A-Za-z]/),Kh=BJ,zJ=ta,$J=zJ(/[\dA-Za-z]/),Pd=$J,OJ=ta,IJ=OJ(/[#-'*+\--9=?A-Z^-~]/),DJ=IJ;function jJ(e){return e<32||e===127}var S4=jJ,HJ=Kh,hf=Pd,nv=DJ,NJ=S4,VJ={name:"autolink",tokenize:GJ};function GJ(e,n,t){var i=1;return r;function r(_){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(_),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),a}function a(_){return HJ(_)?(e.consume(_),o):nv(_)?u(_):t(_)}function o(_){return _===43||_===45||_===46||hf(_)?f(_):u(_)}function f(_){return _===58?(e.consume(_),d):(_===43||_===45||_===46||hf(_))&&i++<32?(e.consume(_),f):u(_)}function d(_){return _===62?(e.exit("autolinkProtocol"),w(_)):_===32||_===60||NJ(_)?t(_):(e.consume(_),d)}function u(_){return _===64?(e.consume(_),i=0,c):nv(_)?(e.consume(_),u):t(_)}function c(_){return hf(_)?g(_):t(_)}function g(_){return _===46?(e.consume(_),i=0,c):_===62?(e.exit("autolinkProtocol").type="autolinkEmail",w(_)):m(_)}function m(_){return(_===45||hf(_))&&i++<63?(e.consume(_),_===45?m:g):t(_)}function w(_){return e.enter("autolinkMarker"),e.consume(_),e.exit("autolinkMarker"),e.exit("autolink"),n}}var WJ=VJ,qJ=Sr,UJ=gt,C4={name:"blockQuote",tokenize:ZJ,continuation:{tokenize:KJ},exit:YJ};function ZJ(e,n,t){var i=this;return r;function r(o){return o===62?(i.containerState.open||(e.enter("blockQuote",{_container:!0}),i.containerState.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(o),e.exit("blockQuoteMarker"),a):t(o)}function a(o){return qJ(o)?(e.enter("blockQuotePrefixWhitespace"),e.consume(o),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),n):(e.exit("blockQuotePrefix"),n(o))}}function KJ(e,n,t){return UJ(e,e.attempt(C4,n,t),"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}function YJ(e){e.exit("blockQuote")}var JJ=C4,QJ=ta,XJ=QJ(/[!-/:-@[-`{-~]/),eQ=XJ,nQ=eQ,tQ={name:"characterEscape",tokenize:iQ};function iQ(e,n,t){return i;function i(a){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(a),e.exit("escapeMarker"),r}function r(a){return nQ(a)?(e.enter("characterEscapeValue"),e.consume(a),e.exit("characterEscapeValue"),e.exit("characterEscape"),n):t(a)}}var rQ=tQ,gf,aQ=59,E4=sQ;function sQ(e){var n="&"+e+";",t;return gf=gf||document.createElement("i"),gf.innerHTML=n,t=gf.textContent,t.charCodeAt(t.length-1)===aQ&&e!=="semi"||t===n?!1:t}var oQ=ta,lQ=oQ(/\d/),F4=lQ,fQ=ta,dQ=fQ(/[\dA-Fa-f]/),uQ=dQ,cQ=E4,tv=Pd,hQ=F4,gQ=uQ;function mQ(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var pQ=mQ(cQ),vQ={name:"characterReference",tokenize:kQ};function kQ(e,n,t){var i=this,r=0,a,o;return f;function f(g){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(g),e.exit("characterReferenceMarker"),d}function d(g){return g===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(g),e.exit("characterReferenceMarkerNumeric"),u):(e.enter("characterReferenceValue"),a=31,o=tv,c(g))}function u(g){return g===88||g===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(g),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),a=6,o=gQ,c):(e.enter("characterReferenceValue"),a=7,o=hQ,c(g))}function c(g){var m;return g===59&&r?(m=e.exit("characterReferenceValue"),o===tv&&!pQ.default(i.sliceSerialize(m))?t(g):(e.enter("characterReferenceMarker"),e.consume(g),e.exit("characterReferenceMarker"),e.exit("characterReference"),n)):o(g)&&r++<a?(e.consume(g),c):t(g)}}var wQ=vQ,is=et,_Q=na,bQ=Ld,co=gt,yQ={name:"codeFenced",tokenize:xQ,concrete:!0};function xQ(e,n,t){var i=this,r={tokenize:M,partial:!0},a=bQ(this.events,"linePrefix"),o=0,f;return d;function d(L){return e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),f=L,u(L)}function u(L){return L===f?(e.consume(L),o++,u):(e.exit("codeFencedFenceSequence"),o<3?t(L):co(e,c,"whitespace")(L))}function c(L){return L===null||is(L)?_(L):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),g(L))}function g(L){return L===null||_Q(L)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),co(e,m,"whitespace")(L)):L===96&&L===f?t(L):(e.consume(L),g)}function m(L){return L===null||is(L)?_(L):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),w(L))}function w(L){return L===null||is(L)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),_(L)):L===96&&L===f?t(L):(e.consume(L),w)}function _(L){return e.exit("codeFencedFence"),i.interrupt?n(L):C(L)}function C(L){return L===null?x(L):is(L)?(e.enter("lineEnding"),e.consume(L),e.exit("lineEnding"),e.attempt(r,x,a?co(e,C,"linePrefix",a+1):C)):(e.enter("codeFlowValue"),E(L))}function E(L){return L===null||is(L)?(e.exit("codeFlowValue"),C(L)):(e.consume(L),E)}function x(L){return e.exit("codeFenced"),n(L)}function M(L,D,P){var I=0;return co(L,K,"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4);function K(U){return L.enter("codeFencedFence"),L.enter("codeFencedFenceSequence"),oe(U)}function oe(U){return U===f?(L.consume(U),I++,oe):I<o?P(U):(L.exit("codeFencedFenceSequence"),co(L,ae,"whitespace")(U))}function ae(U){return U===null||is(U)?(L.exit("codeFencedFence"),D(U)):P(U)}}}var SQ=yQ,G1=et,iv=ea,CQ=Ld,rv=gt,EQ={name:"codeIndented",tokenize:MQ,resolve:FQ},av={tokenize:TQ,partial:!0};function FQ(e,n){var t={type:"codeIndented",start:e[0][1].start,end:e[e.length-1][1].end};return iv(e,0,0,[["enter",t,n]]),iv(e,e.length,0,[["exit",t,n]]),e}function MQ(e,n,t){return e.attempt(av,i,t);function i(a){return a===null?n(a):G1(a)?e.attempt(av,i,n)(a):(e.enter("codeFlowValue"),r(a))}function r(a){return a===null||G1(a)?(e.exit("codeFlowValue"),i(a)):(e.consume(a),r)}}function TQ(e,n,t){var i=this;return rv(e,r,"linePrefix",5);function r(a){return G1(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),rv(e,r,"linePrefix",5)):CQ(i.events,"linePrefix")<4?t(a):n(a)}}var LQ=EQ,sv=et,PQ={name:"codeText",tokenize:BQ,resolve:RQ,previous:AQ};function RQ(e){var n=e.length-4,t=3,i,r;if((e[t][1].type==="lineEnding"||e[t][1].type==="space")&&(e[n][1].type==="lineEnding"||e[n][1].type==="space")){for(i=t;++i<n;)if(e[i][1].type==="codeTextData"){e[n][1].type=e[t][1].type="codeTextPadding",t+=2,n-=2;break}}for(i=t-1,n++;++i<=n;)r===void 0?i!==n&&e[i][1].type!=="lineEnding"&&(r=i):(i===n||e[i][1].type==="lineEnding")&&(e[r][1].type="codeTextData",i!==r+2&&(e[r][1].end=e[i-1][1].end,e.splice(r+2,i-r-2),n-=i-r-2,i=r+2),r=void 0);return e}function AQ(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function BQ(e,n,t){var i=0,r,a;return o;function o(g){return e.enter("codeText"),e.enter("codeTextSequence"),f(g)}function f(g){return g===96?(e.consume(g),i++,f):(e.exit("codeTextSequence"),d(g))}function d(g){return g===null?t(g):g===96?(a=e.enter("codeTextSequence"),r=0,c(g)):g===32?(e.enter("space"),e.consume(g),e.exit("space"),d):sv(g)?(e.enter("lineEnding"),e.consume(g),e.exit("lineEnding"),d):(e.enter("codeTextData"),u(g))}function u(g){return g===null||g===32||g===96||sv(g)?(e.exit("codeTextData"),d(g)):(e.consume(g),u)}function c(g){return g===96?(e.consume(g),r++,c):r===i?(e.exit("codeTextSequence"),e.exit("codeText"),n(g)):(a.type="codeTextData",u(g))}}var zQ=PQ,ov=S4,$Q=na,OQ=et;function IQ(e,n,t,i,r,a,o,f,d){var u=d||1/0,c=0;return g;function g(x){return x===60?(e.enter(i),e.enter(r),e.enter(a),e.consume(x),e.exit(a),m):ov(x)||x===41?t(x):(e.enter(i),e.enter(o),e.enter(f),e.enter("chunkString",{contentType:"string"}),C(x))}function m(x){return x===62?(e.enter(a),e.consume(x),e.exit(a),e.exit(r),e.exit(i),n):(e.enter(f),e.enter("chunkString",{contentType:"string"}),w(x))}function w(x){return x===62?(e.exit("chunkString"),e.exit(f),m(x)):x===null||x===60||OQ(x)?t(x):(e.consume(x),x===92?_:w)}function _(x){return x===60||x===62||x===92?(e.consume(x),w):w(x)}function C(x){return x===40?++c>u?t(x):(e.consume(x),C):x===41?c--?(e.consume(x),C):(e.exit("chunkString"),e.exit(f),e.exit(o),e.exit(i),n(x)):x===null||$Q(x)?c?t(x):(e.exit("chunkString"),e.exit(f),e.exit(o),e.exit(i),n(x)):ov(x)?t(x):(e.consume(x),x===92?E:C)}function E(x){return x===40||x===41||x===92?(e.consume(x),C):C(x)}}var M4=IQ,lv=et,DQ=Sr;function jQ(e,n,t,i,r,a){var o=this,f=0,d;return u;function u(w){return e.enter(i),e.enter(r),e.consume(w),e.exit(r),e.enter(a),c}function c(w){return w===null||w===91||w===93&&!d||w===94&&!f&&"_hiddenFootnoteSupport"in o.parser.constructs||f>999?t(w):w===93?(e.exit(a),e.enter(r),e.consume(w),e.exit(r),e.exit(i),n):lv(w)?(e.enter("lineEnding"),e.consume(w),e.exit("lineEnding"),c):(e.enter("chunkString",{contentType:"string"}),g(w))}function g(w){return w===null||w===91||w===93||lv(w)||f++>999?(e.exit("chunkString"),c(w)):(e.consume(w),d=d||!DQ(w),w===92?m:g)}function m(w){return w===91||w===92||w===93?(e.consume(w),f++,g):g(w)}}var T4=jQ,HQ=et,NQ=Sr,VQ=gt;function GQ(e,n){var t;return i;function i(r){return HQ(r)?(e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),t=!0,i):NQ(r)?VQ(e,i,t?"linePrefix":"lineSuffix")(r):n(r)}}var L4=GQ,fv=et,WQ=gt;function qQ(e,n,t,i,r,a){var o;return f;function f(m){return e.enter(i),e.enter(r),e.consume(m),e.exit(r),o=m===40?41:m,d}function d(m){return m===o?(e.enter(r),e.consume(m),e.exit(r),e.exit(i),n):(e.enter(a),u(m))}function u(m){return m===o?(e.exit(a),d(o)):m===null?t(m):fv(m)?(e.enter("lineEnding"),e.consume(m),e.exit("lineEnding"),WQ(e,u,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),c(m))}function c(m){return m===o||m===null||fv(m)?(e.exit("chunkString"),u(m)):(e.consume(m),m===92?g:c)}function g(m){return m===o||m===92?(e.consume(m),c):c(m)}}var P4=qQ,R4=et,UQ=na,ZQ=Nh,KQ=M4,YQ=T4,W1=gt,A4=L4,JQ=P4,QQ={name:"definition",tokenize:eX},XQ={tokenize:nX,partial:!0};function eX(e,n,t){var i=this,r;return a;function a(d){return e.enter("definition"),YQ.call(i,e,o,t,"definitionLabel","definitionLabelMarker","definitionLabelString")(d)}function o(d){return r=ZQ(i.sliceSerialize(i.events[i.events.length-1][1]).slice(1,-1)),d===58?(e.enter("definitionMarker"),e.consume(d),e.exit("definitionMarker"),A4(e,KQ(e,e.attempt(XQ,W1(e,f,"whitespace"),W1(e,f,"whitespace")),t,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString"))):t(d)}function f(d){return d===null||R4(d)?(e.exit("definition"),i.parser.defined.indexOf(r)<0&&i.parser.defined.push(r),n(d)):t(d)}}function nX(e,n,t){return i;function i(o){return UQ(o)?A4(e,r)(o):t(o)}function r(o){return o===34||o===39||o===40?JQ(e,W1(e,a,"whitespace"),t,"definitionTitle","definitionTitleMarker","definitionTitleString")(o):t(o)}function a(o){return o===null||R4(o)?n(o):t(o)}}var tX=QQ,iX=et,rX={name:"hardBreakEscape",tokenize:aX};function aX(e,n,t){return i;function i(a){return e.enter("hardBreakEscape"),e.enter("escapeMarker"),e.consume(a),r}function r(a){return iX(a)?(e.exit("escapeMarker"),e.exit("hardBreakEscape"),n(a)):t(a)}}var sX=rX,oX=et,dv=na,lX=Sr,fX=ea,dX=gt,uX={name:"headingAtx",tokenize:hX,resolve:cX};function cX(e,n){var t=e.length-2,i=3,r,a;return e[i][1].type==="whitespace"&&(i+=2),t-2>i&&e[t][1].type==="whitespace"&&(t-=2),e[t][1].type==="atxHeadingSequence"&&(i===t-1||t-4>i&&e[t-2][1].type==="whitespace")&&(t-=i+1===t?2:4),t>i&&(r={type:"atxHeadingText",start:e[i][1].start,end:e[t][1].end},a={type:"chunkText",start:e[i][1].start,end:e[t][1].end,contentType:"text"},fX(e,i,t-i+1,[["enter",r,n],["enter",a,n],["exit",a,n],["exit",r,n]])),e}function hX(e,n,t){var i=this,r=0;return a;function a(c){return e.enter("atxHeading"),e.enter("atxHeadingSequence"),o(c)}function o(c){return c===35&&r++<6?(e.consume(c),o):c===null||dv(c)?(e.exit("atxHeadingSequence"),i.interrupt?n(c):f(c)):t(c)}function f(c){return c===35?(e.enter("atxHeadingSequence"),d(c)):c===null||oX(c)?(e.exit("atxHeading"),n(c)):lX(c)?dX(e,f,"whitespace")(c):(e.enter("atxHeadingText"),u(c))}function d(c){return c===35?(e.consume(c),d):(e.exit("atxHeadingSequence"),f(c))}function u(c){return c===null||c===35||dv(c)?(e.exit("atxHeadingText"),f(c)):(e.consume(c),u)}}var gX=uX,mX=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],pX=mX,vX=["pre","script","style","textarea"],kX=vX,ho=Kh,uv=Pd,rs=et,cv=na,as=Sr,mf=Md,wX=pX,hv=kX,_X=Td,bX={name:"htmlFlow",tokenize:SX,resolveTo:xX,concrete:!0},yX={tokenize:CX,partial:!0};function xX(e){for(var n=e.length;n--&&!(e[n][0]==="enter"&&e[n][1].type==="htmlFlow"););return n>1&&e[n-2][1].type==="linePrefix"&&(e[n][1].start=e[n-2][1].start,e[n+1][1].start=e[n-2][1].start,e.splice(n-2,2)),e}function SX(e,n,t){var i=this,r,a,o,f,d;return u;function u(b){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(b),c}function c(b){return b===33?(e.consume(b),g):b===47?(e.consume(b),_):b===63?(e.consume(b),r=3,i.interrupt?n:X):ho(b)?(e.consume(b),o=mf(b),a=!0,C):t(b)}function g(b){return b===45?(e.consume(b),r=2,m):b===91?(e.consume(b),r=5,o="CDATA[",f=0,w):ho(b)?(e.consume(b),r=4,i.interrupt?n:X):t(b)}function m(b){return b===45?(e.consume(b),i.interrupt?n:X):t(b)}function w(b){return b===o.charCodeAt(f++)?(e.consume(b),f===o.length?i.interrupt?n:j:w):t(b)}function _(b){return ho(b)?(e.consume(b),o=mf(b),C):t(b)}function C(b){return b===null||b===47||b===62||cv(b)?b!==47&&a&&hv.indexOf(o.toLowerCase())>-1?(r=1,i.interrupt?n(b):j(b)):wX.indexOf(o.toLowerCase())>-1?(r=6,b===47?(e.consume(b),E):i.interrupt?n(b):j(b)):(r=7,i.interrupt?t(b):a?M(b):x(b)):b===45||uv(b)?(e.consume(b),o+=mf(b),C):t(b)}function E(b){return b===62?(e.consume(b),i.interrupt?n:j):t(b)}function x(b){return as(b)?(e.consume(b),x):ae(b)}function M(b){return b===47?(e.consume(b),ae):b===58||b===95||ho(b)?(e.consume(b),L):as(b)?(e.consume(b),M):ae(b)}function L(b){return b===45||b===46||b===58||b===95||uv(b)?(e.consume(b),L):D(b)}function D(b){return b===61?(e.consume(b),P):as(b)?(e.consume(b),D):M(b)}function P(b){return b===null||b===60||b===61||b===62||b===96?t(b):b===34||b===39?(e.consume(b),d=b,I):as(b)?(e.consume(b),P):(d=void 0,K(b))}function I(b){return b===d?(e.consume(b),oe):b===null||rs(b)?t(b):(e.consume(b),I)}function K(b){return b===null||b===34||b===39||b===60||b===61||b===62||b===96||cv(b)?D(b):(e.consume(b),K)}function oe(b){return b===47||b===62||as(b)?M(b):t(b)}function ae(b){return b===62?(e.consume(b),U):t(b)}function U(b){return as(b)?(e.consume(b),U):b===null||rs(b)?j(b):t(b)}function j(b){return b===45&&r===2?(e.consume(b),ne):b===60&&r===1?(e.consume(b),te):b===62&&r===4?(e.consume(b),ke):b===63&&r===3?(e.consume(b),X):b===93&&r===5?(e.consume(b),V):rs(b)&&(r===6||r===7)?e.check(yX,ke,N)(b):b===null||rs(b)?N(b):(e.consume(b),j)}function N(b){return e.exit("htmlFlowData"),W(b)}function W(b){return b===null?Y(b):rs(b)?(e.enter("lineEnding"),e.consume(b),e.exit("lineEnding"),W):(e.enter("htmlFlowData"),j(b))}function ne(b){return b===45?(e.consume(b),X):j(b)}function te(b){return b===47?(e.consume(b),o="",ie):j(b)}function ie(b){return b===62&&hv.indexOf(o.toLowerCase())>-1?(e.consume(b),ke):ho(b)&&o.length<8?(e.consume(b),o+=mf(b),ie):j(b)}function V(b){return b===93?(e.consume(b),X):j(b)}function X(b){return b===62?(e.consume(b),ke):j(b)}function ke(b){return b===null||rs(b)?(e.exit("htmlFlowData"),Y(b)):(e.consume(b),ke)}function Y(b){return e.exit("htmlFlow"),n(b)}}function CX(e,n,t){return i;function i(r){return e.exit("htmlFlowData"),e.enter("lineEndingBlank"),e.consume(r),e.exit("lineEndingBlank"),e.attempt(_X,n,t)}}var EX=bX,pf=Kh,Yc=Pd,gr=et,Jc=na,vf=Sr,FX=gt,MX={name:"htmlText",tokenize:TX};function TX(e,n,t){var i=this,r,a,o,f;return d;function d(b){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(b),u}function u(b){return b===33?(e.consume(b),c):b===47?(e.consume(b),K):b===63?(e.consume(b),P):pf(b)?(e.consume(b),U):t(b)}function c(b){return b===45?(e.consume(b),g):b===91?(e.consume(b),a="CDATA[",o=0,E):pf(b)?(e.consume(b),D):t(b)}function g(b){return b===45?(e.consume(b),m):t(b)}function m(b){return b===null||b===62?t(b):b===45?(e.consume(b),w):_(b)}function w(b){return b===null||b===62?t(b):_(b)}function _(b){return b===null?t(b):b===45?(e.consume(b),C):gr(b)?(f=_,X(b)):(e.consume(b),_)}function C(b){return b===45?(e.consume(b),Y):_(b)}function E(b){return b===a.charCodeAt(o++)?(e.consume(b),o===a.length?x:E):t(b)}function x(b){return b===null?t(b):b===93?(e.consume(b),M):gr(b)?(f=x,X(b)):(e.consume(b),x)}function M(b){return b===93?(e.consume(b),L):x(b)}function L(b){return b===62?Y(b):b===93?(e.consume(b),L):x(b)}function D(b){return b===null||b===62?Y(b):gr(b)?(f=D,X(b)):(e.consume(b),D)}function P(b){return b===null?t(b):b===63?(e.consume(b),I):gr(b)?(f=P,X(b)):(e.consume(b),P)}function I(b){return b===62?Y(b):P(b)}function K(b){return pf(b)?(e.consume(b),oe):t(b)}function oe(b){return b===45||Yc(b)?(e.consume(b),oe):ae(b)}function ae(b){return gr(b)?(f=ae,X(b)):vf(b)?(e.consume(b),ae):Y(b)}function U(b){return b===45||Yc(b)?(e.consume(b),U):b===47||b===62||Jc(b)?j(b):t(b)}function j(b){return b===47?(e.consume(b),Y):b===58||b===95||pf(b)?(e.consume(b),N):gr(b)?(f=j,X(b)):vf(b)?(e.consume(b),j):Y(b)}function N(b){return b===45||b===46||b===58||b===95||Yc(b)?(e.consume(b),N):W(b)}function W(b){return b===61?(e.consume(b),ne):gr(b)?(f=W,X(b)):vf(b)?(e.consume(b),W):j(b)}function ne(b){return b===null||b===60||b===61||b===62||b===96?t(b):b===34||b===39?(e.consume(b),r=b,te):gr(b)?(f=ne,X(b)):vf(b)?(e.consume(b),ne):(e.consume(b),r=void 0,V)}function te(b){return b===r?(e.consume(b),ie):b===null?t(b):gr(b)?(f=te,X(b)):(e.consume(b),te)}function ie(b){return b===62||b===47||Jc(b)?j(b):t(b)}function V(b){return b===null||b===34||b===39||b===60||b===61||b===96?t(b):b===62||Jc(b)?j(b):(e.consume(b),V)}function X(b){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(b),e.exit("lineEnding"),FX(e,ke,"linePrefix",i.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}function ke(b){return e.enter("htmlTextData"),f(b)}function Y(b){return b===62?(e.consume(b),e.exit("htmlTextData"),e.exit("htmlText"),n):t(b)}}var LX=MX,PX=na,ss=Uh,RX=ea,B4=Nh,AX=Zh,os=Ms,BX=M4,zX=T4,$X=P4,Qc=L4,OX={name:"labelEnd",tokenize:VX,resolveTo:NX,resolveAll:HX},IX={tokenize:GX},DX={tokenize:WX},jX={tokenize:qX};function HX(e){for(var n=-1,t;++n<e.length;)t=e[n][1],!t._used&&(t.type==="labelImage"||t.type==="labelLink"||t.type==="labelEnd")&&(e.splice(n+1,t.type==="labelImage"?4:2),t.type="data",n++);return e}function NX(e,n){for(var t=e.length,i=0,r,a,o,f,d,u,c;t--;)if(f=e[t][1],d){if(f.type==="link"||f.type==="labelLink"&&f._inactive)break;e[t][0]==="enter"&&f.type==="labelLink"&&(f._inactive=!0)}else if(u){if(e[t][0]==="enter"&&(f.type==="labelImage"||f.type==="labelLink")&&!f._balanced&&(d=t,f.type!=="labelLink")){i=2;break}}else f.type==="labelEnd"&&(u=t);return r={type:e[d][1].type==="labelLink"?"link":"image",start:os(e[d][1].start),end:os(e[e.length-1][1].end)},a={type:"label",start:os(e[d][1].start),end:os(e[u][1].end)},o={type:"labelText",start:os(e[d+i+2][1].end),end:os(e[u-2][1].start)},c=[["enter",r,n],["enter",a,n]],c=ss(c,e.slice(d+1,d+i+3)),c=ss(c,[["enter",o,n]]),c=ss(c,AX(n.parser.constructs.insideSpan.null,e.slice(d+i+4,u-3),n)),c=ss(c,[["exit",o,n],e[u-2],e[u-1],["exit",a,n]]),c=ss(c,e.slice(u+1)),c=ss(c,[["exit",r,n]]),RX(e,d,e.length,c),e}function VX(e,n,t){for(var i=this,r=i.events.length,a,o;r--;)if((i.events[r][1].type==="labelImage"||i.events[r][1].type==="labelLink")&&!i.events[r][1]._balanced){a=i.events[r][1];break}return f;function f(c){return a?a._inactive?u(c):(o=i.parser.defined.indexOf(B4(i.sliceSerialize({start:a.end,end:i.now()})))>-1,e.enter("labelEnd"),e.enter("labelMarker"),e.consume(c),e.exit("labelMarker"),e.exit("labelEnd"),d):t(c)}function d(c){return c===40?e.attempt(IX,n,o?n:u)(c):c===91?e.attempt(DX,n,o?e.attempt(jX,n,u):u)(c):o?n(c):u(c)}function u(c){return a._balanced=!0,t(c)}}function GX(e,n,t){return i;function i(d){return e.enter("resource"),e.enter("resourceMarker"),e.consume(d),e.exit("resourceMarker"),Qc(e,r)}function r(d){return d===41?f(d):BX(e,a,t,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",3)(d)}function a(d){return PX(d)?Qc(e,o)(d):f(d)}function o(d){return d===34||d===39||d===40?$X(e,Qc(e,f),t,"resourceTitle","resourceTitleMarker","resourceTitleString")(d):f(d)}function f(d){return d===41?(e.enter("resourceMarker"),e.consume(d),e.exit("resourceMarker"),e.exit("resource"),n):t(d)}}function WX(e,n,t){var i=this;return r;function r(o){return zX.call(i,e,a,t,"reference","referenceMarker","referenceString")(o)}function a(o){return i.parser.defined.indexOf(B4(i.sliceSerialize(i.events[i.events.length-1][1]).slice(1,-1)))<0?t(o):n(o)}}function qX(e,n,t){return i;function i(a){return e.enter("reference"),e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),r}function r(a){return a===93?(e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),e.exit("reference"),n):t(a)}}var Yh=OX,UX=Yh,ZX={name:"labelStartImage",tokenize:KX,resolveAll:UX.resolveAll};function KX(e,n,t){var i=this;return r;function r(f){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(f),e.exit("labelImageMarker"),a}function a(f){return f===91?(e.enter("labelMarker"),e.consume(f),e.exit("labelMarker"),e.exit("labelImage"),o):t(f)}function o(f){return f===94&&"_hiddenFootnoteSupport"in i.parser.constructs?t(f):n(f)}}var YX=ZX,JX=Yh,QX={name:"labelStartLink",tokenize:XX,resolveAll:JX.resolveAll};function XX(e,n,t){var i=this;return r;function r(o){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(o),e.exit("labelMarker"),e.exit("labelLink"),a}function a(o){return o===94&&"_hiddenFootnoteSupport"in i.parser.constructs?t(o):n(o)}}var eee=QX,nee=gt,tee={name:"lineEnding",tokenize:iee};function iee(e,n){return t;function t(i){return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),nee(e,n,"linePrefix")}}var ree=tee,aee=et,see=Sr,oee=gt,lee={name:"thematicBreak",tokenize:fee};function fee(e,n,t){var i=0,r;return a;function a(d){return e.enter("thematicBreak"),r=d,o(d)}function o(d){return d===r?(e.enter("thematicBreakSequence"),f(d)):see(d)?oee(e,o,"whitespace")(d):i<3||d!==null&&!aee(d)?t(d):(e.exit("thematicBreak"),n(d))}function f(d){return d===r?(e.consume(d),i++,f):(e.exit("thematicBreakSequence"),o(d))}}var z4=lee,gv=F4,Jh=Sr,Qh=Ld,dee=k4,ld=gt,$4=Td,uee=z4,O4={name:"list",tokenize:gee,continuation:{tokenize:mee},exit:vee},cee={tokenize:kee,partial:!0},hee={tokenize:pee,partial:!0};function gee(e,n,t){var i=this,r=Qh(i.events,"linePrefix"),a=0;return o;function o(m){var w=i.containerState.type||(m===42||m===43||m===45?"listUnordered":"listOrdered");if(w==="listUnordered"?!i.containerState.marker||m===i.containerState.marker:gv(m)){if(i.containerState.type||(i.containerState.type=w,e.enter(w,{_container:!0})),w==="listUnordered")return e.enter("listItemPrefix"),m===42||m===45?e.check(uee,t,d)(m):d(m);if(!i.interrupt||m===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),f(m)}return t(m)}function f(m){return gv(m)&&++a<10?(e.consume(m),f):(!i.interrupt||a<2)&&(i.containerState.marker?m===i.containerState.marker:m===41||m===46)?(e.exit("listItemValue"),d(m)):t(m)}function d(m){return e.enter("listItemMarker"),e.consume(m),e.exit("listItemMarker"),i.containerState.marker=i.containerState.marker||m,e.check($4,i.interrupt?t:u,e.attempt(cee,g,c))}function u(m){return i.containerState.initialBlankLine=!0,r++,g(m)}function c(m){return Jh(m)?(e.enter("listItemPrefixWhitespace"),e.consume(m),e.exit("listItemPrefixWhitespace"),g):t(m)}function g(m){return i.containerState.size=r+dee(i.sliceStream(e.exit("listItemPrefix"))),n(m)}}function mee(e,n,t){var i=this;return i.containerState._closeFlow=void 0,e.check($4,r,a);function r(f){return i.containerState.furtherBlankLines=i.containerState.furtherBlankLines||i.containerState.initialBlankLine,ld(e,n,"listItemIndent",i.containerState.size+1)(f)}function a(f){return i.containerState.furtherBlankLines||!Jh(f)?(i.containerState.furtherBlankLines=i.containerState.initialBlankLine=void 0,o(f)):(i.containerState.furtherBlankLines=i.containerState.initialBlankLine=void 0,e.attempt(hee,n,o)(f))}function o(f){return i.containerState._closeFlow=!0,i.interrupt=void 0,ld(e,e.attempt(O4,n,t),"linePrefix",i.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)(f)}}function pee(e,n,t){var i=this;return ld(e,r,"listItemIndent",i.containerState.size+1);function r(a){return Qh(i.events,"listItemIndent")===i.containerState.size?n(a):t(a)}}function vee(e){e.exit(this.containerState.type)}function kee(e,n,t){var i=this;return ld(e,r,"listItemPrefixWhitespace",i.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:5);function r(a){return Jh(a)||!Qh(i.events,"listItemPrefixWhitespace")?t(a):n(a)}}var wee=O4,_ee=et,Xc=Ms,bee=gt,yee={name:"setextUnderline",tokenize:See,resolveTo:xee};function xee(e,n){for(var t=e.length,i,r,a,o;t--;)if(e[t][0]==="enter"){if(e[t][1].type==="content"){i=t;break}e[t][1].type==="paragraph"&&(r=t)}else e[t][1].type==="content"&&e.splice(t,1),!a&&e[t][1].type==="definition"&&(a=t);return o={type:"setextHeading",start:Xc(e[r][1].start),end:Xc(e[e.length-1][1].end)},e[r][1].type="setextHeadingText",a?(e.splice(r,0,["enter",o,n]),e.splice(a+1,0,["exit",e[i][1],n]),e[i][1].end=Xc(e[a][1].end)):e[i][1]=o,e.push(["exit",o,n]),e}function See(e,n,t){for(var i=this,r=i.events.length,a,o;r--;)if(i.events[r][1].type!=="lineEnding"&&i.events[r][1].type!=="linePrefix"&&i.events[r][1].type!=="content"){o=i.events[r][1].type==="paragraph";break}return f;function f(c){return!i.lazy&&(i.interrupt||o)?(e.enter("setextHeadingLine"),e.enter("setextHeadingLineSequence"),a=c,d(c)):t(c)}function d(c){return c===a?(e.consume(c),d):(e.exit("setextHeadingLineSequence"),bee(e,u,"lineSuffix")(c))}function u(c){return c===null||_ee(c)?(e.exit("setextHeadingLine"),n(c)):t(c)}}var Cee=yee;Object.defineProperty(nr,"__esModule",{value:!0});var Eee=Ts,q1=RJ,Fee=WJ,Mee=JJ,I4=rQ,D4=wQ,mv=SQ,e1=LQ,Tee=zQ,Lee=tX,Pee=sX,Ree=gX,Aee=EX,Bee=LX,zee=Yh,$ee=YX,Oee=eee,n1=ree,Yt=wee,pv=Cee,t1=z4,Iee={42:Yt,43:Yt,45:Yt,48:Yt,49:Yt,50:Yt,51:Yt,52:Yt,53:Yt,54:Yt,55:Yt,56:Yt,57:Yt,62:Mee},Dee={91:Lee},jee={"-2":e1,"-1":e1,32:e1},Hee={35:Ree,42:t1,45:[pv,t1],60:Aee,61:pv,95:t1,96:mv,126:mv},Nee={38:D4,92:I4},Vee={"-5":n1,"-4":n1,"-3":n1,33:$ee,38:D4,42:q1,60:[Fee,Bee],91:Oee,92:[Pee,I4],93:zee,95:q1,96:Tee},Gee={null:[q1,Eee.resolver]},Wee={null:[]};nr.contentInitial=Dee;nr.disable=Wee;nr.document=Iee;nr.flow=Hee;nr.flowInitial=jee;nr.insideSpan=Gee;nr.string=Nee;nr.text=Vee;var qee=Vh,Uee=Gh,Zee=Wh,vv=Ts,Kee=GY,Yee=oJ,Jee=qh,Qee=nr;function Xee(e){var n=e||{},t={defined:[],constructs:Kee([Qee].concat(Jee(n.extensions))),content:i(qee),document:i(Uee),flow:i(Zee),string:i(vv.string),text:i(vv.text)};return t;function i(r){return a;function a(o){return Yee(t,r,o)}}}var ene=Xee,kv=/[\0\t\n\r]/g;function nne(){var e=!0,n=1,t="",i;return r;function r(a,o,f){var d=[],u,c,g,m,w;for(a=t+a.toString(o),g=0,t="",e&&(a.charCodeAt(0)===65279&&g++,e=void 0);g<a.length;){if(kv.lastIndex=g,u=kv.exec(a),m=u?u.index:a.length,w=a.charCodeAt(m),!u){t=a.slice(g);break}if(w===10&&g===m&&i)d.push(-3),i=void 0;else if(i&&(d.push(-5),i=void 0),g<m&&(d.push(a.slice(g,m)),n+=m-g),w===0)d.push(65533),n++;else if(w===9)for(c=Math.ceil(n/4)*4,d.push(-2);n++<c;)d.push(-1);else w===10?(d.push(-4),n=1):(i=!0,n=1);g=m+1}return f&&(i&&d.push(-5),t&&d.push(t),d.push(null)),d}}var tne=nne,ine=_4;function rne(e){for(;!ine(e););return e}var ane=rne,sne=gne,one=zK,lne=ll,j4=p4,i1=Nh,fne=NK,dne=ene,une=tne,cne=ane,hne=E4,kf=f4;function gne(e,n,t){return typeof n!="string"&&(t=n,n=void 0),mne(t)(cne(dne(t).document().write(une()(e,n,!0))))}function mne(e){var n=e||{},t=pne({transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:u(A),autolinkProtocol:W,autolinkEmail:W,atxHeading:u($),blockQuote:u(On),characterEscape:W,characterReference:W,codeFenced:u(Ln),codeFencedFenceInfo:c,codeFencedFenceMeta:c,codeIndented:u(Ln,c),codeText:u(nt,c),codeTextData:W,data:W,codeFlowValue:W,definition:u(ti),definitionDestinationString:c,definitionLabelString:c,definitionTitleString:c,emphasis:u(st),hardBreakEscape:u(Z),hardBreakTrailing:u(Z),htmlFlow:u(ee,c),htmlFlowData:W,htmlText:u(ee,c),htmlTextData:W,image:u(me),label:c,link:u(A),listItem:u(se),listItemValue:E,listOrdered:u(q,C),listUnordered:u(q),paragraph:u(ce),reference:be,referenceString:c,resourceDestinationString:c,resourceTitleString:c,setextHeading:u($),strong:u(Te),thematicBreak:u(tn)},exit:{atxHeading:m(),atxHeadingSequence:ae,autolink:m(),autolinkEmail:ve,autolinkProtocol:dn,blockQuote:m(),characterEscapeValue:ne,characterReferenceMarkerHexadecimal:Ee,characterReferenceMarkerNumeric:Ee,characterReferenceValue:Re,codeFenced:m(D),codeFencedFence:L,codeFencedFenceInfo:x,codeFencedFenceMeta:M,codeFlowValue:ne,codeIndented:m(P),codeText:m(ke),codeTextData:ne,data:ne,definition:m(),definitionDestinationString:oe,definitionLabelString:I,definitionTitleString:K,emphasis:m(),hardBreakEscape:m(ie),hardBreakTrailing:m(ie),htmlFlow:m(V),htmlFlowData:ne,htmlText:m(X),htmlTextData:ne,image:m(b),label:ze,labelText:Me,lineEnding:te,link:m(Y),listItem:m(),listOrdered:m(),listUnordered:m(),paragraph:m(),referenceString:pe,resourceDestinationString:$e,resourceTitleString:Le,resource:_e,setextHeading:m(N),setextHeadingLineSequence:j,setextHeadingText:U,strong:m(),thematicBreak:m()}},n.mdastExtensions||[]),i={};return r;function r(J){for(var Ie={type:"root",children:[]},Je=[Ie],un=[],In=[],gn=-1,Nn,Nt,ot={stack:Je,tokenStack:un,config:t,enter:g,exit:w,buffer:c,resume:_,setData:o,getData:f};++gn<J.length;)(J[gn][1].type==="listOrdered"||J[gn][1].type==="listUnordered")&&(J[gn][0]==="enter"?In.push(gn):(Nt=In.pop(gn),gn=a(J,Nt,gn)));for(gn=-1;++gn<J.length;)Nn=t[J[gn][0]],j4.call(Nn,J[gn][1].type)&&Nn[J[gn][1].type].call(lne({sliceSerialize:J[gn][2].sliceSerialize},ot),J[gn][1]);if(un.length)throw new Error("Cannot close document, a token (`"+un[un.length-1].type+"`, "+kf({start:un[un.length-1].start,end:un[un.length-1].end})+") is still open");for(Ie.position={start:d(J.length?J[0][1].start:{line:1,column:1,offset:0}),end:d(J.length?J[J.length-2][1].end:{line:1,column:1,offset:0})},gn=-1;++gn<t.transforms.length;)Ie=t.transforms[gn](Ie)||Ie;return Ie}function a(J,Ie,Je){for(var un=Ie-1,In=-1,gn=!1,Nn,Nt,ot,mt,Fn,Tt,ii;++un<=Je;)if(Fn=J[un],Fn[1].type==="listUnordered"||Fn[1].type==="listOrdered"||Fn[1].type==="blockQuote"?(Fn[0]==="enter"?In++:In--,ii=void 0):Fn[1].type==="lineEndingBlank"?Fn[0]==="enter"&&(Nn&&!ii&&!In&&!Tt&&(Tt=un),ii=void 0):Fn[1].type==="linePrefix"||Fn[1].type==="listItemValue"||Fn[1].type==="listItemMarker"||Fn[1].type==="listItemPrefix"||Fn[1].type==="listItemPrefixWhitespace"||(ii=void 0),!In&&Fn[0]==="enter"&&Fn[1].type==="listItemPrefix"||In===-1&&Fn[0]==="exit"&&(Fn[1].type==="listUnordered"||Fn[1].type==="listOrdered")){if(Nn){for(Nt=un,ot=void 0;Nt--;)if(mt=J[Nt],mt[1].type==="lineEnding"||mt[1].type==="lineEndingBlank"){if(mt[0]==="exit")continue;ot&&(J[ot][1].type="lineEndingBlank",gn=!0),mt[1].type="lineEnding",ot=Nt}else if(!(mt[1].type==="linePrefix"||mt[1].type==="blockQuotePrefix"||mt[1].type==="blockQuotePrefixWhitespace"||mt[1].type==="blockQuoteMarker"||mt[1].type==="listItemIndent"))break;Tt&&(!ot||Tt<ot)&&(Nn._spread=!0),Nn.end=d(ot?J[ot][1].start:Fn[1].end),J.splice(ot||un,0,["exit",Nn,Fn[2]]),un++,Je++}Fn[1].type==="listItemPrefix"&&(Nn={type:"listItem",_spread:!1,start:d(Fn[1].start)},J.splice(un,0,["enter",Nn,Fn[2]]),un++,Je++,Tt=void 0,ii=!0)}return J[Ie][1]._spread=gn,Je}function o(J,Ie){i[J]=Ie}function f(J){return i[J]}function d(J){return{line:J.line,column:J.column,offset:J.offset}}function u(J,Ie){return Je;function Je(un){g.call(this,J(un),un),Ie&&Ie.call(this,un)}}function c(){this.stack.push({type:"fragment",children:[]})}function g(J,Ie){return this.stack[this.stack.length-1].children.push(J),this.stack.push(J),this.tokenStack.push(Ie),J.position={start:d(Ie.start)},J}function m(J){return Ie;function Ie(Je){J&&J.call(this,Je),w.call(this,Je)}}function w(J){var Ie=this.stack.pop(),Je=this.tokenStack.pop();if(Je){if(Je.type!==J.type)throw new Error("Cannot close `"+J.type+"` ("+kf({start:J.start,end:J.end})+"): a different token (`"+Je.type+"`, "+kf({start:Je.start,end:Je.end})+") is open")}else throw new Error("Cannot close `"+J.type+"` ("+kf({start:J.start,end:J.end})+"): it’s not open");return Ie.position.end=d(J.end),Ie}function _(){return one(this.stack.pop())}function C(){o("expectingFirstListItemValue",!0)}function E(J){f("expectingFirstListItemValue")&&(this.stack[this.stack.length-2].start=parseInt(this.sliceSerialize(J),10),o("expectingFirstListItemValue"))}function x(){var J=this.resume();this.stack[this.stack.length-1].lang=J}function M(){var J=this.resume();this.stack[this.stack.length-1].meta=J}function L(){f("flowCodeInside")||(this.buffer(),o("flowCodeInside",!0))}function D(){var J=this.resume();this.stack[this.stack.length-1].value=J.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),o("flowCodeInside")}function P(){var J=this.resume();this.stack[this.stack.length-1].value=J}function I(J){var Ie=this.resume();this.stack[this.stack.length-1].label=Ie,this.stack[this.stack.length-1].identifier=i1(this.sliceSerialize(J)).toLowerCase()}function K(){var J=this.resume();this.stack[this.stack.length-1].title=J}function oe(){var J=this.resume();this.stack[this.stack.length-1].url=J}function ae(J){this.stack[this.stack.length-1].depth||(this.stack[this.stack.length-1].depth=this.sliceSerialize(J).length)}function U(){o("setextHeadingSlurpLineEnding",!0)}function j(J){this.stack[this.stack.length-1].depth=this.sliceSerialize(J).charCodeAt(0)===61?1:2}function N(){o("setextHeadingSlurpLineEnding")}function W(J){var Ie=this.stack[this.stack.length-1].children,Je=Ie[Ie.length-1];(!Je||Je.type!=="text")&&(Je=Pe(),Je.position={start:d(J.start)},this.stack[this.stack.length-1].children.push(Je)),this.stack.push(Je)}function ne(J){var Ie=this.stack.pop();Ie.value+=this.sliceSerialize(J),Ie.position.end=d(J.end)}function te(J){var Ie=this.stack[this.stack.length-1];if(f("atHardBreak")){Ie.children[Ie.children.length-1].position.end=d(J.end),o("atHardBreak");return}!f("setextHeadingSlurpLineEnding")&&t.canContainEols.indexOf(Ie.type)>-1&&(W.call(this,J),ne.call(this,J))}function ie(){o("atHardBreak",!0)}function V(){var J=this.resume();this.stack[this.stack.length-1].value=J}function X(){var J=this.resume();this.stack[this.stack.length-1].value=J}function ke(){var J=this.resume();this.stack[this.stack.length-1].value=J}function Y(){var J=this.stack[this.stack.length-1];f("inReference")?(J.type+="Reference",J.referenceType=f("referenceType")||"shortcut",delete J.url,delete J.title):(delete J.identifier,delete J.label,delete J.referenceType),o("referenceType")}function b(){var J=this.stack[this.stack.length-1];f("inReference")?(J.type+="Reference",J.referenceType=f("referenceType")||"shortcut",delete J.url,delete J.title):(delete J.identifier,delete J.label,delete J.referenceType),o("referenceType")}function Me(J){this.stack[this.stack.length-2].identifier=i1(this.sliceSerialize(J)).toLowerCase()}function ze(){var J=this.stack[this.stack.length-1],Ie=this.resume();this.stack[this.stack.length-1].label=Ie,o("inReference",!0),this.stack[this.stack.length-1].type==="link"?this.stack[this.stack.length-1].children=J.children:this.stack[this.stack.length-1].alt=Ie}function $e(){var J=this.resume();this.stack[this.stack.length-1].url=J}function Le(){var J=this.resume();this.stack[this.stack.length-1].title=J}function _e(){o("inReference")}function be(){o("referenceType","collapsed")}function pe(J){var Ie=this.resume();this.stack[this.stack.length-1].label=Ie,this.stack[this.stack.length-1].identifier=i1(this.sliceSerialize(J)).toLowerCase(),o("referenceType","full")}function Ee(J){o("characterReferenceType",J.type)}function Re(J){var Ie=this.sliceSerialize(J),Je=f("characterReferenceType"),un,In;Je?(un=fne(Ie,Je==="characterReferenceMarkerNumeric"?10:16),o("characterReferenceType")):un=hne(Ie),In=this.stack.pop(),In.value+=un,In.position.end=d(J.end)}function dn(J){ne.call(this,J),this.stack[this.stack.length-1].url=this.sliceSerialize(J)}function ve(J){ne.call(this,J),this.stack[this.stack.length-1].url="mailto:"+this.sliceSerialize(J)}function On(){return{type:"blockquote",children:[]}}function Ln(){return{type:"code",lang:null,meta:null,value:""}}function nt(){return{type:"inlineCode",value:""}}function ti(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function st(){return{type:"emphasis",children:[]}}function $(){return{type:"heading",depth:void 0,children:[]}}function Z(){return{type:"break"}}function ee(){return{type:"html",value:""}}function me(){return{type:"image",title:null,url:"",alt:null}}function A(){return{type:"link",title:null,url:"",children:[]}}function q(J){return{type:"list",ordered:J.type==="listOrdered",start:null,spread:J._spread,children:[]}}function se(J){return{type:"listItem",spread:J._spread,checked:null,children:[]}}function ce(){return{type:"paragraph",children:[]}}function Te(){return{type:"strong",children:[]}}function Pe(){return{type:"text",value:""}}function tn(){return{type:"thematicBreak"}}}function pne(e,n){for(var t=-1;++t<n.length;)vne(e,n[t]);return e}function vne(e,n){var t,i;for(t in n)i=j4.call(e,t)?e[t]:e[t]={},t==="canContainEols"||t==="transforms"?e[t]=[].concat(i,n[t]):Object.assign(i,n[t])}var kne=sne,wne=bne,_ne=kne;function bne(e){var n=this;this.Parser=t;function t(i){return _ne(i,Object.assign({},n.data("settings"),e,{extensions:n.data("micromarkExtensions")||[],mdastExtensions:n.data("fromMarkdownExtensions")||[]}))}}const yne=Yr(wne);var bi=xne;function xne(e,n,t){var i;return t==null&&(typeof n!="object"||Array.isArray(n))&&(t=n,n={}),i=Object.assign({type:String(e)},n),Array.isArray(t)?i.children=t:t!=null&&(i.value=String(t)),i}var H4=N4;function N4(e){if(e==null)return Fne;if(typeof e=="string")return Ene(e);if(typeof e=="object")return"length"in e?Cne(e):Sne(e);if(typeof e=="function")return e;throw new Error("Expected function, string, or object as test")}function Sne(e){return n;function n(t){var i;for(i in e)if(t[i]!==e[i])return!1;return!0}}function Cne(e){for(var n=[],t=-1;++t<e.length;)n[t]=N4(e[t]);return i;function i(){for(var r=-1;++r<n.length;)if(n[r].apply(this,arguments))return!0;return!1}}function Ene(e){return n;function n(t){return!!(t&&t.type===e)}}function Fne(){return!0}var Mne=Tne;function Tne(e){return e}var Lne=Rd,Pne=H4,Rne=Mne,V4=!0,G4="skip",U1=!1;Rd.CONTINUE=V4;Rd.SKIP=G4;Rd.EXIT=U1;function Rd(e,n,t,i){var r,a;typeof n=="function"&&typeof t!="function"&&(i=t,t=n,n=null),a=Pne(n),r=i?-1:1,o(e,null,[])();function o(f,d,u){var c=typeof f=="object"&&f!==null?f:{},g;return typeof c.type=="string"&&(g=typeof c.tagName=="string"?c.tagName:typeof c.name=="string"?c.name:void 0,m.displayName="node ("+Rne(c.type+(g?"<"+g+">":""))+")"),m;function m(){var w=u.concat(f),_=[],C,E;if((!n||a(f,d,u[u.length-1]||null))&&(_=Ane(t(f,u)),_[0]===U1))return _;if(f.children&&_[0]!==G4)for(E=(i?f.children.length:-1)+r;E>-1&&E<f.children.length;){if(C=o(f.children[E],E,w)(),C[0]===U1)return C;E=typeof C[1]=="number"?C[1]:E+r}return _}}}function Ane(e){return e!==null&&typeof e=="object"&&"length"in e?e:typeof e=="number"?[V4,e]:[e]}var W4=Bd,Ad=Lne,Bne=Ad.CONTINUE,zne=Ad.SKIP,$ne=Ad.EXIT;Bd.CONTINUE=Bne;Bd.SKIP=zne;Bd.EXIT=$ne;function Bd(e,n,t,i){typeof n=="function"&&typeof t!="function"&&(i=t,t=n,n=null),Ad(e,n,r,i);function r(a,o){var f=o[o.length-1],d=f?f.children.indexOf(a):null;return t(a,d,f)}}var q4=K4("start"),U4=K4("end"),Z4=Xh;Xh.start=q4;Xh.end=U4;function Xh(e){return{start:q4(e),end:U4(e)}}function K4(e){return n.displayName=e,n;function n(t){var i=t&&t.position&&t.position[e]||{};return{line:i.line||null,column:i.column||null,offset:isNaN(i.offset)?null:i.offset}}}var One=Ine;function Ine(e){return!e||!e.position||!e.position.start||!e.position.start.line||!e.position.start.column||!e.position.end||!e.position.end.line||!e.position.end.column}var Dne=W4,jne=Hne,Y4={}.hasOwnProperty;function Hne(e,n){return Vne(Nne(e))}function Nne(e){var n={};if(!e||!e.type)throw new Error("mdast-util-definitions expected node");return Dne(e,"definition",t),n;function t(i){var r=J4(i.identifier);Y4.call(n,r)||(n[r]=i)}}function Vne(e){return n;function n(t){var i=t&&J4(t);return i&&Y4.call(e,i)?e[i]:null}}function J4(e){return e.toUpperCase()}var r1,wv;function Ht(){if(wv)return r1;wv=1,r1=n;var e=Q4();function n(t,i){for(var r=i.children||[],a=r.length,o=[],f=-1,d,u;++f<a;)d=e(t,r[f],i),d&&(f&&r[f-1].type==="break"&&(d.value&&(d.value=d.value.replace(/^\s+/,"")),u=d.children&&d.children[0],u&&u.value&&(u.value=u.value.replace(/^\s+/,""))),o=o.concat(d));return o}return r1}var a1,_v;function Q4(){if(_v)return a1;_v=1,a1=r;var e=bi,n=Ht(),t={}.hasOwnProperty;function i(f,d){return a(d)?f.augment(d,e("text",d.value)):f(d,"div",n(f,d))}function r(f,d,u){var c=d&&d.type,g;if(!c)throw new Error("Expected node, got `"+d+"`");return t.call(f.handlers,c)?g=f.handlers[c]:f.passThrough&&f.passThrough.indexOf(c)>-1?g=o:g=f.unknownHandler,(typeof g=="function"?g:i)(f,d,u)}function a(f){var d=f.data||{};return t.call(d,"hName")||t.call(d,"hProperties")||t.call(d,"hChildren")?!1:"value"in f}function o(f,d){var u;return d.children?(u=Object.assign({},d),u.children=n(f,d),u):d}return a1}var X4=Gne;function Gne(e,n){return e(n,"hr")}var fl=Wne,s1=bi;function Wne(e,n){var t=[],i=-1,r=e.length;for(n&&t.push(s1("text",`
863
+ `;else if(i===-2)r=" ";else if(i===-1){if(a)continue;r=" "}else r=KY(i);a=i===-2,t.push(r)}return t.join("")}var JY=YY;function QY(e,n){var t=n.start._index,i=n.start._bufferIndex,r=n.end._index,a=n.end._bufferIndex,o;return t===r?o=[e[t].slice(i,a)]:(o=e.slice(t,r),i>-1&&(o[0]=o[0].slice(i)),a>0&&o.push(e[r].slice(0,a))),o}var XY=QY,eJ=ll,nJ=et,tJ=Uh,iJ=ea,Kc=qh,rJ=Zh,aJ=JY,Qp=Ms,sJ=XY;function oJ(e,n,t){var i=t?Qp(t):{line:1,column:1,offset:0},r={},a=[],o=[],f=[],d={consume:M,enter:L,exit:D,attempt:K(P),check:K(I),interrupt:K(I,{interrupt:!0}),lazy:K(I,{lazy:!0})},u={previous:null,events:[],parser:e,sliceStream:w,sliceSerialize:m,now:_,defineSkip:C,write:g},c=n.tokenize.call(u,d);return n.resolveAll&&a.push(n),i._index=0,i._bufferIndex=-1,u;function g(j){return o=tJ(o,j),E(),o[o.length-1]!==null?[]:(oe(n,0),u.events=rJ(a,u.events,u),u.events)}function m(j){return aJ(w(j))}function w(j){return sJ(o,j)}function _(){return Qp(i)}function C(j){r[j.line]=j.column,U()}function E(){for(var j,N;i._index<o.length;)if(N=o[i._index],typeof N=="string")for(j=i._index,i._bufferIndex<0&&(i._bufferIndex=0);i._index===j&&i._bufferIndex<N.length;)x(N.charCodeAt(i._bufferIndex));else x(N)}function x(j){c=c(j)}function M(j){nJ(j)?(i.line++,i.column=1,i.offset+=j===-3?2:1,U()):j!==-1&&(i.column++,i.offset++),i._bufferIndex<0?i._index++:(i._bufferIndex++,i._bufferIndex===o[i._index].length&&(i._bufferIndex=-1,i._index++)),u.previous=j}function L(j,N){var W=N||{};return W.type=j,W.start=_(),u.events.push(["enter",W,u]),f.push(W),W}function D(j){var N=f.pop();return N.end=_(),u.events.push(["exit",N,u]),N}function P(j,N){oe(j,N.from)}function I(j,N){N.restore()}function K(j,N){return W;function W(ne,te,ie){var V,X,ke,Y;return ne.tokenize||"length"in ne?Me(Kc(ne)):b;function b(_e){return _e in ne||null in ne?Me(ne.null?Kc(ne[_e]).concat(Kc(ne.null)):ne[_e])(_e):ie(_e)}function Me(_e){return V=_e,X=0,ze(_e[X])}function ze(_e){return be;function be(pe){return Y=ae(),ke=_e,_e.partial||(u.currentConstruct=_e),_e.name&&u.parser.constructs.disable.null.indexOf(_e.name)>-1?Le():_e.tokenize.call(N?eJ({},u,N):u,d,$e,Le)(pe)}}function $e(_e){return j(ke,Y),te}function Le(_e){return Y.restore(),++X<V.length?ze(V[X]):ie}}}function oe(j,N){j.resolveAll&&a.indexOf(j)<0&&a.push(j),j.resolve&&iJ(u.events,N,u.events.length-N,j.resolve(u.events.slice(N),u)),j.resolveTo&&(u.events=j.resolveTo(u.events,u))}function ae(){var j=_(),N=u.previous,W=u.currentConstruct,ne=u.events.length,te=Array.from(f);return{restore:ie,from:ne};function ie(){i=j,u.previous=N,u.currentConstruct=W,u.events.length=ne,f=te,U()}}function U(){i.line in r&&i.column<2&&(i.column=r[i.line],i.offset+=r[i.line]-1)}}var lJ=oJ,nr={};function fJ(e){return e<0||e===32}var na=fJ,dJ=/[!-\/:-@\[-`\{-~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]/,uJ=dJ,cJ=Md;function hJ(e){return n;function n(t){return e.test(cJ(t))}}var ta=hJ,gJ=uJ,mJ=ta,pJ=mJ(gJ),vJ=pJ,kJ=ta,wJ=kJ(/\s/),_J=wJ,bJ=na,yJ=vJ,xJ=_J;function SJ(e){if(e===null||bJ(e)||xJ(e))return 1;if(yJ(e))return 2}var CJ=SJ;function EJ(e,n){return e.column+=n,e.offset+=n,e._bufferIndex+=n,e}var FJ=EJ,uo=Uh,MJ=ea,Xp=CJ,ev=FJ,TJ=Zh,Di=Ms,LJ={name:"attention",tokenize:RJ,resolveAll:PJ};function PJ(e,n){for(var t=-1,i,r,a,o,f,d,u,c;++t<e.length;)if(e[t][0]==="enter"&&e[t][1].type==="attentionSequence"&&e[t][1]._close){for(i=t;i--;)if(e[i][0]==="exit"&&e[i][1].type==="attentionSequence"&&e[i][1]._open&&n.sliceSerialize(e[i][1]).charCodeAt(0)===n.sliceSerialize(e[t][1]).charCodeAt(0)){if((e[i][1]._close||e[t][1]._open)&&(e[t][1].end.offset-e[t][1].start.offset)%3&&!((e[i][1].end.offset-e[i][1].start.offset+e[t][1].end.offset-e[t][1].start.offset)%3))continue;d=e[i][1].end.offset-e[i][1].start.offset>1&&e[t][1].end.offset-e[t][1].start.offset>1?2:1,o={type:d>1?"strongSequence":"emphasisSequence",start:ev(Di(e[i][1].end),-d),end:Di(e[i][1].end)},f={type:d>1?"strongSequence":"emphasisSequence",start:Di(e[t][1].start),end:ev(Di(e[t][1].start),d)},a={type:d>1?"strongText":"emphasisText",start:Di(e[i][1].end),end:Di(e[t][1].start)},r={type:d>1?"strong":"emphasis",start:Di(o.start),end:Di(f.end)},e[i][1].end=Di(o.start),e[t][1].start=Di(f.end),u=[],e[i][1].end.offset-e[i][1].start.offset&&(u=uo(u,[["enter",e[i][1],n],["exit",e[i][1],n]])),u=uo(u,[["enter",r,n],["enter",o,n],["exit",o,n],["enter",a,n]]),u=uo(u,TJ(n.parser.constructs.insideSpan.null,e.slice(i+1,t),n)),u=uo(u,[["exit",a,n],["enter",f,n],["exit",f,n],["exit",r,n]]),e[t][1].end.offset-e[t][1].start.offset?(c=2,u=uo(u,[["enter",e[t][1],n],["exit",e[t][1],n]])):c=0,MJ(e,i-1,t-i+3,u),t=i+u.length-c-2;break}}for(t=-1;++t<e.length;)e[t][1].type==="attentionSequence"&&(e[t][1].type="data");return e}function RJ(e,n){var t=Xp(this.previous),i;return r;function r(o){return e.enter("attentionSequence"),i=o,a(o)}function a(o){var f,d,u,c;return o===i?(e.consume(o),a):(f=e.exit("attentionSequence"),d=Xp(o),u=!d||d===2&&t,c=!t||t===2&&d,f._open=i===42?u:u&&(t||!c),f._close=i===42?c:c&&(d||!u),n(o))}}var AJ=LJ,BJ=ta,zJ=BJ(/[A-Za-z]/),Kh=zJ,$J=ta,OJ=$J(/[\dA-Za-z]/),Pd=OJ,IJ=ta,DJ=IJ(/[#-'*+\--9=?A-Z^-~]/),jJ=DJ;function HJ(e){return e<32||e===127}var S4=HJ,NJ=Kh,hf=Pd,nv=jJ,VJ=S4,GJ={name:"autolink",tokenize:WJ};function WJ(e,n,t){var i=1;return r;function r(_){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(_),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),a}function a(_){return NJ(_)?(e.consume(_),o):nv(_)?u(_):t(_)}function o(_){return _===43||_===45||_===46||hf(_)?f(_):u(_)}function f(_){return _===58?(e.consume(_),d):(_===43||_===45||_===46||hf(_))&&i++<32?(e.consume(_),f):u(_)}function d(_){return _===62?(e.exit("autolinkProtocol"),w(_)):_===32||_===60||VJ(_)?t(_):(e.consume(_),d)}function u(_){return _===64?(e.consume(_),i=0,c):nv(_)?(e.consume(_),u):t(_)}function c(_){return hf(_)?g(_):t(_)}function g(_){return _===46?(e.consume(_),i=0,c):_===62?(e.exit("autolinkProtocol").type="autolinkEmail",w(_)):m(_)}function m(_){return(_===45||hf(_))&&i++<63?(e.consume(_),_===45?m:g):t(_)}function w(_){return e.enter("autolinkMarker"),e.consume(_),e.exit("autolinkMarker"),e.exit("autolink"),n}}var qJ=GJ,UJ=Sr,ZJ=gt,C4={name:"blockQuote",tokenize:KJ,continuation:{tokenize:YJ},exit:JJ};function KJ(e,n,t){var i=this;return r;function r(o){return o===62?(i.containerState.open||(e.enter("blockQuote",{_container:!0}),i.containerState.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(o),e.exit("blockQuoteMarker"),a):t(o)}function a(o){return UJ(o)?(e.enter("blockQuotePrefixWhitespace"),e.consume(o),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),n):(e.exit("blockQuotePrefix"),n(o))}}function YJ(e,n,t){return ZJ(e,e.attempt(C4,n,t),"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}function JJ(e){e.exit("blockQuote")}var QJ=C4,XJ=ta,eQ=XJ(/[!-/:-@[-`{-~]/),nQ=eQ,tQ=nQ,iQ={name:"characterEscape",tokenize:rQ};function rQ(e,n,t){return i;function i(a){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(a),e.exit("escapeMarker"),r}function r(a){return tQ(a)?(e.enter("characterEscapeValue"),e.consume(a),e.exit("characterEscapeValue"),e.exit("characterEscape"),n):t(a)}}var aQ=iQ,gf,sQ=59,E4=oQ;function oQ(e){var n="&"+e+";",t;return gf=gf||document.createElement("i"),gf.innerHTML=n,t=gf.textContent,t.charCodeAt(t.length-1)===sQ&&e!=="semi"||t===n?!1:t}var lQ=ta,fQ=lQ(/\d/),F4=fQ,dQ=ta,uQ=dQ(/[\dA-Fa-f]/),cQ=uQ,hQ=E4,tv=Pd,gQ=F4,mQ=cQ;function pQ(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var vQ=pQ(hQ),kQ={name:"characterReference",tokenize:wQ};function wQ(e,n,t){var i=this,r=0,a,o;return f;function f(g){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(g),e.exit("characterReferenceMarker"),d}function d(g){return g===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(g),e.exit("characterReferenceMarkerNumeric"),u):(e.enter("characterReferenceValue"),a=31,o=tv,c(g))}function u(g){return g===88||g===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(g),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),a=6,o=mQ,c):(e.enter("characterReferenceValue"),a=7,o=gQ,c(g))}function c(g){var m;return g===59&&r?(m=e.exit("characterReferenceValue"),o===tv&&!vQ.default(i.sliceSerialize(m))?t(g):(e.enter("characterReferenceMarker"),e.consume(g),e.exit("characterReferenceMarker"),e.exit("characterReference"),n)):o(g)&&r++<a?(e.consume(g),c):t(g)}}var _Q=kQ,is=et,bQ=na,yQ=Ld,co=gt,xQ={name:"codeFenced",tokenize:SQ,concrete:!0};function SQ(e,n,t){var i=this,r={tokenize:M,partial:!0},a=yQ(this.events,"linePrefix"),o=0,f;return d;function d(L){return e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),f=L,u(L)}function u(L){return L===f?(e.consume(L),o++,u):(e.exit("codeFencedFenceSequence"),o<3?t(L):co(e,c,"whitespace")(L))}function c(L){return L===null||is(L)?_(L):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),g(L))}function g(L){return L===null||bQ(L)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),co(e,m,"whitespace")(L)):L===96&&L===f?t(L):(e.consume(L),g)}function m(L){return L===null||is(L)?_(L):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),w(L))}function w(L){return L===null||is(L)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),_(L)):L===96&&L===f?t(L):(e.consume(L),w)}function _(L){return e.exit("codeFencedFence"),i.interrupt?n(L):C(L)}function C(L){return L===null?x(L):is(L)?(e.enter("lineEnding"),e.consume(L),e.exit("lineEnding"),e.attempt(r,x,a?co(e,C,"linePrefix",a+1):C)):(e.enter("codeFlowValue"),E(L))}function E(L){return L===null||is(L)?(e.exit("codeFlowValue"),C(L)):(e.consume(L),E)}function x(L){return e.exit("codeFenced"),n(L)}function M(L,D,P){var I=0;return co(L,K,"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4);function K(U){return L.enter("codeFencedFence"),L.enter("codeFencedFenceSequence"),oe(U)}function oe(U){return U===f?(L.consume(U),I++,oe):I<o?P(U):(L.exit("codeFencedFenceSequence"),co(L,ae,"whitespace")(U))}function ae(U){return U===null||is(U)?(L.exit("codeFencedFence"),D(U)):P(U)}}}var CQ=xQ,G1=et,iv=ea,EQ=Ld,rv=gt,FQ={name:"codeIndented",tokenize:TQ,resolve:MQ},av={tokenize:LQ,partial:!0};function MQ(e,n){var t={type:"codeIndented",start:e[0][1].start,end:e[e.length-1][1].end};return iv(e,0,0,[["enter",t,n]]),iv(e,e.length,0,[["exit",t,n]]),e}function TQ(e,n,t){return e.attempt(av,i,t);function i(a){return a===null?n(a):G1(a)?e.attempt(av,i,n)(a):(e.enter("codeFlowValue"),r(a))}function r(a){return a===null||G1(a)?(e.exit("codeFlowValue"),i(a)):(e.consume(a),r)}}function LQ(e,n,t){var i=this;return rv(e,r,"linePrefix",5);function r(a){return G1(a)?(e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),rv(e,r,"linePrefix",5)):EQ(i.events,"linePrefix")<4?t(a):n(a)}}var PQ=FQ,sv=et,RQ={name:"codeText",tokenize:zQ,resolve:AQ,previous:BQ};function AQ(e){var n=e.length-4,t=3,i,r;if((e[t][1].type==="lineEnding"||e[t][1].type==="space")&&(e[n][1].type==="lineEnding"||e[n][1].type==="space")){for(i=t;++i<n;)if(e[i][1].type==="codeTextData"){e[n][1].type=e[t][1].type="codeTextPadding",t+=2,n-=2;break}}for(i=t-1,n++;++i<=n;)r===void 0?i!==n&&e[i][1].type!=="lineEnding"&&(r=i):(i===n||e[i][1].type==="lineEnding")&&(e[r][1].type="codeTextData",i!==r+2&&(e[r][1].end=e[i-1][1].end,e.splice(r+2,i-r-2),n-=i-r-2,i=r+2),r=void 0);return e}function BQ(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function zQ(e,n,t){var i=0,r,a;return o;function o(g){return e.enter("codeText"),e.enter("codeTextSequence"),f(g)}function f(g){return g===96?(e.consume(g),i++,f):(e.exit("codeTextSequence"),d(g))}function d(g){return g===null?t(g):g===96?(a=e.enter("codeTextSequence"),r=0,c(g)):g===32?(e.enter("space"),e.consume(g),e.exit("space"),d):sv(g)?(e.enter("lineEnding"),e.consume(g),e.exit("lineEnding"),d):(e.enter("codeTextData"),u(g))}function u(g){return g===null||g===32||g===96||sv(g)?(e.exit("codeTextData"),d(g)):(e.consume(g),u)}function c(g){return g===96?(e.consume(g),r++,c):r===i?(e.exit("codeTextSequence"),e.exit("codeText"),n(g)):(a.type="codeTextData",u(g))}}var $Q=RQ,ov=S4,OQ=na,IQ=et;function DQ(e,n,t,i,r,a,o,f,d){var u=d||1/0,c=0;return g;function g(x){return x===60?(e.enter(i),e.enter(r),e.enter(a),e.consume(x),e.exit(a),m):ov(x)||x===41?t(x):(e.enter(i),e.enter(o),e.enter(f),e.enter("chunkString",{contentType:"string"}),C(x))}function m(x){return x===62?(e.enter(a),e.consume(x),e.exit(a),e.exit(r),e.exit(i),n):(e.enter(f),e.enter("chunkString",{contentType:"string"}),w(x))}function w(x){return x===62?(e.exit("chunkString"),e.exit(f),m(x)):x===null||x===60||IQ(x)?t(x):(e.consume(x),x===92?_:w)}function _(x){return x===60||x===62||x===92?(e.consume(x),w):w(x)}function C(x){return x===40?++c>u?t(x):(e.consume(x),C):x===41?c--?(e.consume(x),C):(e.exit("chunkString"),e.exit(f),e.exit(o),e.exit(i),n(x)):x===null||OQ(x)?c?t(x):(e.exit("chunkString"),e.exit(f),e.exit(o),e.exit(i),n(x)):ov(x)?t(x):(e.consume(x),x===92?E:C)}function E(x){return x===40||x===41||x===92?(e.consume(x),C):C(x)}}var M4=DQ,lv=et,jQ=Sr;function HQ(e,n,t,i,r,a){var o=this,f=0,d;return u;function u(w){return e.enter(i),e.enter(r),e.consume(w),e.exit(r),e.enter(a),c}function c(w){return w===null||w===91||w===93&&!d||w===94&&!f&&"_hiddenFootnoteSupport"in o.parser.constructs||f>999?t(w):w===93?(e.exit(a),e.enter(r),e.consume(w),e.exit(r),e.exit(i),n):lv(w)?(e.enter("lineEnding"),e.consume(w),e.exit("lineEnding"),c):(e.enter("chunkString",{contentType:"string"}),g(w))}function g(w){return w===null||w===91||w===93||lv(w)||f++>999?(e.exit("chunkString"),c(w)):(e.consume(w),d=d||!jQ(w),w===92?m:g)}function m(w){return w===91||w===92||w===93?(e.consume(w),f++,g):g(w)}}var T4=HQ,NQ=et,VQ=Sr,GQ=gt;function WQ(e,n){var t;return i;function i(r){return NQ(r)?(e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),t=!0,i):VQ(r)?GQ(e,i,t?"linePrefix":"lineSuffix")(r):n(r)}}var L4=WQ,fv=et,qQ=gt;function UQ(e,n,t,i,r,a){var o;return f;function f(m){return e.enter(i),e.enter(r),e.consume(m),e.exit(r),o=m===40?41:m,d}function d(m){return m===o?(e.enter(r),e.consume(m),e.exit(r),e.exit(i),n):(e.enter(a),u(m))}function u(m){return m===o?(e.exit(a),d(o)):m===null?t(m):fv(m)?(e.enter("lineEnding"),e.consume(m),e.exit("lineEnding"),qQ(e,u,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),c(m))}function c(m){return m===o||m===null||fv(m)?(e.exit("chunkString"),u(m)):(e.consume(m),m===92?g:c)}function g(m){return m===o||m===92?(e.consume(m),c):c(m)}}var P4=UQ,R4=et,ZQ=na,KQ=Nh,YQ=M4,JQ=T4,W1=gt,A4=L4,QQ=P4,XQ={name:"definition",tokenize:nX},eX={tokenize:tX,partial:!0};function nX(e,n,t){var i=this,r;return a;function a(d){return e.enter("definition"),JQ.call(i,e,o,t,"definitionLabel","definitionLabelMarker","definitionLabelString")(d)}function o(d){return r=KQ(i.sliceSerialize(i.events[i.events.length-1][1]).slice(1,-1)),d===58?(e.enter("definitionMarker"),e.consume(d),e.exit("definitionMarker"),A4(e,YQ(e,e.attempt(eX,W1(e,f,"whitespace"),W1(e,f,"whitespace")),t,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString"))):t(d)}function f(d){return d===null||R4(d)?(e.exit("definition"),i.parser.defined.indexOf(r)<0&&i.parser.defined.push(r),n(d)):t(d)}}function tX(e,n,t){return i;function i(o){return ZQ(o)?A4(e,r)(o):t(o)}function r(o){return o===34||o===39||o===40?QQ(e,W1(e,a,"whitespace"),t,"definitionTitle","definitionTitleMarker","definitionTitleString")(o):t(o)}function a(o){return o===null||R4(o)?n(o):t(o)}}var iX=XQ,rX=et,aX={name:"hardBreakEscape",tokenize:sX};function sX(e,n,t){return i;function i(a){return e.enter("hardBreakEscape"),e.enter("escapeMarker"),e.consume(a),r}function r(a){return rX(a)?(e.exit("escapeMarker"),e.exit("hardBreakEscape"),n(a)):t(a)}}var oX=aX,lX=et,dv=na,fX=Sr,dX=ea,uX=gt,cX={name:"headingAtx",tokenize:gX,resolve:hX};function hX(e,n){var t=e.length-2,i=3,r,a;return e[i][1].type==="whitespace"&&(i+=2),t-2>i&&e[t][1].type==="whitespace"&&(t-=2),e[t][1].type==="atxHeadingSequence"&&(i===t-1||t-4>i&&e[t-2][1].type==="whitespace")&&(t-=i+1===t?2:4),t>i&&(r={type:"atxHeadingText",start:e[i][1].start,end:e[t][1].end},a={type:"chunkText",start:e[i][1].start,end:e[t][1].end,contentType:"text"},dX(e,i,t-i+1,[["enter",r,n],["enter",a,n],["exit",a,n],["exit",r,n]])),e}function gX(e,n,t){var i=this,r=0;return a;function a(c){return e.enter("atxHeading"),e.enter("atxHeadingSequence"),o(c)}function o(c){return c===35&&r++<6?(e.consume(c),o):c===null||dv(c)?(e.exit("atxHeadingSequence"),i.interrupt?n(c):f(c)):t(c)}function f(c){return c===35?(e.enter("atxHeadingSequence"),d(c)):c===null||lX(c)?(e.exit("atxHeading"),n(c)):fX(c)?uX(e,f,"whitespace")(c):(e.enter("atxHeadingText"),u(c))}function d(c){return c===35?(e.consume(c),d):(e.exit("atxHeadingSequence"),f(c))}function u(c){return c===null||c===35||dv(c)?(e.exit("atxHeadingText"),f(c)):(e.consume(c),u)}}var mX=cX,pX=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],vX=pX,kX=["pre","script","style","textarea"],wX=kX,ho=Kh,uv=Pd,rs=et,cv=na,as=Sr,mf=Md,_X=vX,hv=wX,bX=Td,yX={name:"htmlFlow",tokenize:CX,resolveTo:SX,concrete:!0},xX={tokenize:EX,partial:!0};function SX(e){for(var n=e.length;n--&&!(e[n][0]==="enter"&&e[n][1].type==="htmlFlow"););return n>1&&e[n-2][1].type==="linePrefix"&&(e[n][1].start=e[n-2][1].start,e[n+1][1].start=e[n-2][1].start,e.splice(n-2,2)),e}function CX(e,n,t){var i=this,r,a,o,f,d;return u;function u(b){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(b),c}function c(b){return b===33?(e.consume(b),g):b===47?(e.consume(b),_):b===63?(e.consume(b),r=3,i.interrupt?n:X):ho(b)?(e.consume(b),o=mf(b),a=!0,C):t(b)}function g(b){return b===45?(e.consume(b),r=2,m):b===91?(e.consume(b),r=5,o="CDATA[",f=0,w):ho(b)?(e.consume(b),r=4,i.interrupt?n:X):t(b)}function m(b){return b===45?(e.consume(b),i.interrupt?n:X):t(b)}function w(b){return b===o.charCodeAt(f++)?(e.consume(b),f===o.length?i.interrupt?n:j:w):t(b)}function _(b){return ho(b)?(e.consume(b),o=mf(b),C):t(b)}function C(b){return b===null||b===47||b===62||cv(b)?b!==47&&a&&hv.indexOf(o.toLowerCase())>-1?(r=1,i.interrupt?n(b):j(b)):_X.indexOf(o.toLowerCase())>-1?(r=6,b===47?(e.consume(b),E):i.interrupt?n(b):j(b)):(r=7,i.interrupt?t(b):a?M(b):x(b)):b===45||uv(b)?(e.consume(b),o+=mf(b),C):t(b)}function E(b){return b===62?(e.consume(b),i.interrupt?n:j):t(b)}function x(b){return as(b)?(e.consume(b),x):ae(b)}function M(b){return b===47?(e.consume(b),ae):b===58||b===95||ho(b)?(e.consume(b),L):as(b)?(e.consume(b),M):ae(b)}function L(b){return b===45||b===46||b===58||b===95||uv(b)?(e.consume(b),L):D(b)}function D(b){return b===61?(e.consume(b),P):as(b)?(e.consume(b),D):M(b)}function P(b){return b===null||b===60||b===61||b===62||b===96?t(b):b===34||b===39?(e.consume(b),d=b,I):as(b)?(e.consume(b),P):(d=void 0,K(b))}function I(b){return b===d?(e.consume(b),oe):b===null||rs(b)?t(b):(e.consume(b),I)}function K(b){return b===null||b===34||b===39||b===60||b===61||b===62||b===96||cv(b)?D(b):(e.consume(b),K)}function oe(b){return b===47||b===62||as(b)?M(b):t(b)}function ae(b){return b===62?(e.consume(b),U):t(b)}function U(b){return as(b)?(e.consume(b),U):b===null||rs(b)?j(b):t(b)}function j(b){return b===45&&r===2?(e.consume(b),ne):b===60&&r===1?(e.consume(b),te):b===62&&r===4?(e.consume(b),ke):b===63&&r===3?(e.consume(b),X):b===93&&r===5?(e.consume(b),V):rs(b)&&(r===6||r===7)?e.check(xX,ke,N)(b):b===null||rs(b)?N(b):(e.consume(b),j)}function N(b){return e.exit("htmlFlowData"),W(b)}function W(b){return b===null?Y(b):rs(b)?(e.enter("lineEnding"),e.consume(b),e.exit("lineEnding"),W):(e.enter("htmlFlowData"),j(b))}function ne(b){return b===45?(e.consume(b),X):j(b)}function te(b){return b===47?(e.consume(b),o="",ie):j(b)}function ie(b){return b===62&&hv.indexOf(o.toLowerCase())>-1?(e.consume(b),ke):ho(b)&&o.length<8?(e.consume(b),o+=mf(b),ie):j(b)}function V(b){return b===93?(e.consume(b),X):j(b)}function X(b){return b===62?(e.consume(b),ke):j(b)}function ke(b){return b===null||rs(b)?(e.exit("htmlFlowData"),Y(b)):(e.consume(b),ke)}function Y(b){return e.exit("htmlFlow"),n(b)}}function EX(e,n,t){return i;function i(r){return e.exit("htmlFlowData"),e.enter("lineEndingBlank"),e.consume(r),e.exit("lineEndingBlank"),e.attempt(bX,n,t)}}var FX=yX,pf=Kh,Yc=Pd,gr=et,Jc=na,vf=Sr,MX=gt,TX={name:"htmlText",tokenize:LX};function LX(e,n,t){var i=this,r,a,o,f;return d;function d(b){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(b),u}function u(b){return b===33?(e.consume(b),c):b===47?(e.consume(b),K):b===63?(e.consume(b),P):pf(b)?(e.consume(b),U):t(b)}function c(b){return b===45?(e.consume(b),g):b===91?(e.consume(b),a="CDATA[",o=0,E):pf(b)?(e.consume(b),D):t(b)}function g(b){return b===45?(e.consume(b),m):t(b)}function m(b){return b===null||b===62?t(b):b===45?(e.consume(b),w):_(b)}function w(b){return b===null||b===62?t(b):_(b)}function _(b){return b===null?t(b):b===45?(e.consume(b),C):gr(b)?(f=_,X(b)):(e.consume(b),_)}function C(b){return b===45?(e.consume(b),Y):_(b)}function E(b){return b===a.charCodeAt(o++)?(e.consume(b),o===a.length?x:E):t(b)}function x(b){return b===null?t(b):b===93?(e.consume(b),M):gr(b)?(f=x,X(b)):(e.consume(b),x)}function M(b){return b===93?(e.consume(b),L):x(b)}function L(b){return b===62?Y(b):b===93?(e.consume(b),L):x(b)}function D(b){return b===null||b===62?Y(b):gr(b)?(f=D,X(b)):(e.consume(b),D)}function P(b){return b===null?t(b):b===63?(e.consume(b),I):gr(b)?(f=P,X(b)):(e.consume(b),P)}function I(b){return b===62?Y(b):P(b)}function K(b){return pf(b)?(e.consume(b),oe):t(b)}function oe(b){return b===45||Yc(b)?(e.consume(b),oe):ae(b)}function ae(b){return gr(b)?(f=ae,X(b)):vf(b)?(e.consume(b),ae):Y(b)}function U(b){return b===45||Yc(b)?(e.consume(b),U):b===47||b===62||Jc(b)?j(b):t(b)}function j(b){return b===47?(e.consume(b),Y):b===58||b===95||pf(b)?(e.consume(b),N):gr(b)?(f=j,X(b)):vf(b)?(e.consume(b),j):Y(b)}function N(b){return b===45||b===46||b===58||b===95||Yc(b)?(e.consume(b),N):W(b)}function W(b){return b===61?(e.consume(b),ne):gr(b)?(f=W,X(b)):vf(b)?(e.consume(b),W):j(b)}function ne(b){return b===null||b===60||b===61||b===62||b===96?t(b):b===34||b===39?(e.consume(b),r=b,te):gr(b)?(f=ne,X(b)):vf(b)?(e.consume(b),ne):(e.consume(b),r=void 0,V)}function te(b){return b===r?(e.consume(b),ie):b===null?t(b):gr(b)?(f=te,X(b)):(e.consume(b),te)}function ie(b){return b===62||b===47||Jc(b)?j(b):t(b)}function V(b){return b===null||b===34||b===39||b===60||b===61||b===96?t(b):b===62||Jc(b)?j(b):(e.consume(b),V)}function X(b){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(b),e.exit("lineEnding"),MX(e,ke,"linePrefix",i.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}function ke(b){return e.enter("htmlTextData"),f(b)}function Y(b){return b===62?(e.consume(b),e.exit("htmlTextData"),e.exit("htmlText"),n):t(b)}}var PX=TX,RX=na,ss=Uh,AX=ea,B4=Nh,BX=Zh,os=Ms,zX=M4,$X=T4,OX=P4,Qc=L4,IX={name:"labelEnd",tokenize:GX,resolveTo:VX,resolveAll:NX},DX={tokenize:WX},jX={tokenize:qX},HX={tokenize:UX};function NX(e){for(var n=-1,t;++n<e.length;)t=e[n][1],!t._used&&(t.type==="labelImage"||t.type==="labelLink"||t.type==="labelEnd")&&(e.splice(n+1,t.type==="labelImage"?4:2),t.type="data",n++);return e}function VX(e,n){for(var t=e.length,i=0,r,a,o,f,d,u,c;t--;)if(f=e[t][1],d){if(f.type==="link"||f.type==="labelLink"&&f._inactive)break;e[t][0]==="enter"&&f.type==="labelLink"&&(f._inactive=!0)}else if(u){if(e[t][0]==="enter"&&(f.type==="labelImage"||f.type==="labelLink")&&!f._balanced&&(d=t,f.type!=="labelLink")){i=2;break}}else f.type==="labelEnd"&&(u=t);return r={type:e[d][1].type==="labelLink"?"link":"image",start:os(e[d][1].start),end:os(e[e.length-1][1].end)},a={type:"label",start:os(e[d][1].start),end:os(e[u][1].end)},o={type:"labelText",start:os(e[d+i+2][1].end),end:os(e[u-2][1].start)},c=[["enter",r,n],["enter",a,n]],c=ss(c,e.slice(d+1,d+i+3)),c=ss(c,[["enter",o,n]]),c=ss(c,BX(n.parser.constructs.insideSpan.null,e.slice(d+i+4,u-3),n)),c=ss(c,[["exit",o,n],e[u-2],e[u-1],["exit",a,n]]),c=ss(c,e.slice(u+1)),c=ss(c,[["exit",r,n]]),AX(e,d,e.length,c),e}function GX(e,n,t){for(var i=this,r=i.events.length,a,o;r--;)if((i.events[r][1].type==="labelImage"||i.events[r][1].type==="labelLink")&&!i.events[r][1]._balanced){a=i.events[r][1];break}return f;function f(c){return a?a._inactive?u(c):(o=i.parser.defined.indexOf(B4(i.sliceSerialize({start:a.end,end:i.now()})))>-1,e.enter("labelEnd"),e.enter("labelMarker"),e.consume(c),e.exit("labelMarker"),e.exit("labelEnd"),d):t(c)}function d(c){return c===40?e.attempt(DX,n,o?n:u)(c):c===91?e.attempt(jX,n,o?e.attempt(HX,n,u):u)(c):o?n(c):u(c)}function u(c){return a._balanced=!0,t(c)}}function WX(e,n,t){return i;function i(d){return e.enter("resource"),e.enter("resourceMarker"),e.consume(d),e.exit("resourceMarker"),Qc(e,r)}function r(d){return d===41?f(d):zX(e,a,t,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",3)(d)}function a(d){return RX(d)?Qc(e,o)(d):f(d)}function o(d){return d===34||d===39||d===40?OX(e,Qc(e,f),t,"resourceTitle","resourceTitleMarker","resourceTitleString")(d):f(d)}function f(d){return d===41?(e.enter("resourceMarker"),e.consume(d),e.exit("resourceMarker"),e.exit("resource"),n):t(d)}}function qX(e,n,t){var i=this;return r;function r(o){return $X.call(i,e,a,t,"reference","referenceMarker","referenceString")(o)}function a(o){return i.parser.defined.indexOf(B4(i.sliceSerialize(i.events[i.events.length-1][1]).slice(1,-1)))<0?t(o):n(o)}}function UX(e,n,t){return i;function i(a){return e.enter("reference"),e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),r}function r(a){return a===93?(e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),e.exit("reference"),n):t(a)}}var Yh=IX,ZX=Yh,KX={name:"labelStartImage",tokenize:YX,resolveAll:ZX.resolveAll};function YX(e,n,t){var i=this;return r;function r(f){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(f),e.exit("labelImageMarker"),a}function a(f){return f===91?(e.enter("labelMarker"),e.consume(f),e.exit("labelMarker"),e.exit("labelImage"),o):t(f)}function o(f){return f===94&&"_hiddenFootnoteSupport"in i.parser.constructs?t(f):n(f)}}var JX=KX,QX=Yh,XX={name:"labelStartLink",tokenize:eee,resolveAll:QX.resolveAll};function eee(e,n,t){var i=this;return r;function r(o){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(o),e.exit("labelMarker"),e.exit("labelLink"),a}function a(o){return o===94&&"_hiddenFootnoteSupport"in i.parser.constructs?t(o):n(o)}}var nee=XX,tee=gt,iee={name:"lineEnding",tokenize:ree};function ree(e,n){return t;function t(i){return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),tee(e,n,"linePrefix")}}var aee=iee,see=et,oee=Sr,lee=gt,fee={name:"thematicBreak",tokenize:dee};function dee(e,n,t){var i=0,r;return a;function a(d){return e.enter("thematicBreak"),r=d,o(d)}function o(d){return d===r?(e.enter("thematicBreakSequence"),f(d)):oee(d)?lee(e,o,"whitespace")(d):i<3||d!==null&&!see(d)?t(d):(e.exit("thematicBreak"),n(d))}function f(d){return d===r?(e.consume(d),i++,f):(e.exit("thematicBreakSequence"),o(d))}}var z4=fee,gv=F4,Jh=Sr,Qh=Ld,uee=k4,ld=gt,$4=Td,cee=z4,O4={name:"list",tokenize:mee,continuation:{tokenize:pee},exit:kee},hee={tokenize:wee,partial:!0},gee={tokenize:vee,partial:!0};function mee(e,n,t){var i=this,r=Qh(i.events,"linePrefix"),a=0;return o;function o(m){var w=i.containerState.type||(m===42||m===43||m===45?"listUnordered":"listOrdered");if(w==="listUnordered"?!i.containerState.marker||m===i.containerState.marker:gv(m)){if(i.containerState.type||(i.containerState.type=w,e.enter(w,{_container:!0})),w==="listUnordered")return e.enter("listItemPrefix"),m===42||m===45?e.check(cee,t,d)(m):d(m);if(!i.interrupt||m===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),f(m)}return t(m)}function f(m){return gv(m)&&++a<10?(e.consume(m),f):(!i.interrupt||a<2)&&(i.containerState.marker?m===i.containerState.marker:m===41||m===46)?(e.exit("listItemValue"),d(m)):t(m)}function d(m){return e.enter("listItemMarker"),e.consume(m),e.exit("listItemMarker"),i.containerState.marker=i.containerState.marker||m,e.check($4,i.interrupt?t:u,e.attempt(hee,g,c))}function u(m){return i.containerState.initialBlankLine=!0,r++,g(m)}function c(m){return Jh(m)?(e.enter("listItemPrefixWhitespace"),e.consume(m),e.exit("listItemPrefixWhitespace"),g):t(m)}function g(m){return i.containerState.size=r+uee(i.sliceStream(e.exit("listItemPrefix"))),n(m)}}function pee(e,n,t){var i=this;return i.containerState._closeFlow=void 0,e.check($4,r,a);function r(f){return i.containerState.furtherBlankLines=i.containerState.furtherBlankLines||i.containerState.initialBlankLine,ld(e,n,"listItemIndent",i.containerState.size+1)(f)}function a(f){return i.containerState.furtherBlankLines||!Jh(f)?(i.containerState.furtherBlankLines=i.containerState.initialBlankLine=void 0,o(f)):(i.containerState.furtherBlankLines=i.containerState.initialBlankLine=void 0,e.attempt(gee,n,o)(f))}function o(f){return i.containerState._closeFlow=!0,i.interrupt=void 0,ld(e,e.attempt(O4,n,t),"linePrefix",i.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)(f)}}function vee(e,n,t){var i=this;return ld(e,r,"listItemIndent",i.containerState.size+1);function r(a){return Qh(i.events,"listItemIndent")===i.containerState.size?n(a):t(a)}}function kee(e){e.exit(this.containerState.type)}function wee(e,n,t){var i=this;return ld(e,r,"listItemPrefixWhitespace",i.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:5);function r(a){return Jh(a)||!Qh(i.events,"listItemPrefixWhitespace")?t(a):n(a)}}var _ee=O4,bee=et,Xc=Ms,yee=gt,xee={name:"setextUnderline",tokenize:Cee,resolveTo:See};function See(e,n){for(var t=e.length,i,r,a,o;t--;)if(e[t][0]==="enter"){if(e[t][1].type==="content"){i=t;break}e[t][1].type==="paragraph"&&(r=t)}else e[t][1].type==="content"&&e.splice(t,1),!a&&e[t][1].type==="definition"&&(a=t);return o={type:"setextHeading",start:Xc(e[r][1].start),end:Xc(e[e.length-1][1].end)},e[r][1].type="setextHeadingText",a?(e.splice(r,0,["enter",o,n]),e.splice(a+1,0,["exit",e[i][1],n]),e[i][1].end=Xc(e[a][1].end)):e[i][1]=o,e.push(["exit",o,n]),e}function Cee(e,n,t){for(var i=this,r=i.events.length,a,o;r--;)if(i.events[r][1].type!=="lineEnding"&&i.events[r][1].type!=="linePrefix"&&i.events[r][1].type!=="content"){o=i.events[r][1].type==="paragraph";break}return f;function f(c){return!i.lazy&&(i.interrupt||o)?(e.enter("setextHeadingLine"),e.enter("setextHeadingLineSequence"),a=c,d(c)):t(c)}function d(c){return c===a?(e.consume(c),d):(e.exit("setextHeadingLineSequence"),yee(e,u,"lineSuffix")(c))}function u(c){return c===null||bee(c)?(e.exit("setextHeadingLine"),n(c)):t(c)}}var Eee=xee;Object.defineProperty(nr,"__esModule",{value:!0});var Fee=Ts,q1=AJ,Mee=qJ,Tee=QJ,I4=aQ,D4=_Q,mv=CQ,e1=PQ,Lee=$Q,Pee=iX,Ree=oX,Aee=mX,Bee=FX,zee=PX,$ee=Yh,Oee=JX,Iee=nee,n1=aee,Yt=_ee,pv=Eee,t1=z4,Dee={42:Yt,43:Yt,45:Yt,48:Yt,49:Yt,50:Yt,51:Yt,52:Yt,53:Yt,54:Yt,55:Yt,56:Yt,57:Yt,62:Tee},jee={91:Pee},Hee={"-2":e1,"-1":e1,32:e1},Nee={35:Aee,42:t1,45:[pv,t1],60:Bee,61:pv,95:t1,96:mv,126:mv},Vee={38:D4,92:I4},Gee={"-5":n1,"-4":n1,"-3":n1,33:Oee,38:D4,42:q1,60:[Mee,zee],91:Iee,92:[Ree,I4],93:$ee,95:q1,96:Lee},Wee={null:[q1,Fee.resolver]},qee={null:[]};nr.contentInitial=jee;nr.disable=qee;nr.document=Dee;nr.flow=Nee;nr.flowInitial=Hee;nr.insideSpan=Wee;nr.string=Vee;nr.text=Gee;var Uee=Vh,Zee=Gh,Kee=Wh,vv=Ts,Yee=WY,Jee=lJ,Qee=qh,Xee=nr;function ene(e){var n=e||{},t={defined:[],constructs:Yee([Xee].concat(Qee(n.extensions))),content:i(Uee),document:i(Zee),flow:i(Kee),string:i(vv.string),text:i(vv.text)};return t;function i(r){return a;function a(o){return Jee(t,r,o)}}}var nne=ene,kv=/[\0\t\n\r]/g;function tne(){var e=!0,n=1,t="",i;return r;function r(a,o,f){var d=[],u,c,g,m,w;for(a=t+a.toString(o),g=0,t="",e&&(a.charCodeAt(0)===65279&&g++,e=void 0);g<a.length;){if(kv.lastIndex=g,u=kv.exec(a),m=u?u.index:a.length,w=a.charCodeAt(m),!u){t=a.slice(g);break}if(w===10&&g===m&&i)d.push(-3),i=void 0;else if(i&&(d.push(-5),i=void 0),g<m&&(d.push(a.slice(g,m)),n+=m-g),w===0)d.push(65533),n++;else if(w===9)for(c=Math.ceil(n/4)*4,d.push(-2);n++<c;)d.push(-1);else w===10?(d.push(-4),n=1):(i=!0,n=1);g=m+1}return f&&(i&&d.push(-5),t&&d.push(t),d.push(null)),d}}var ine=tne,rne=_4;function ane(e){for(;!rne(e););return e}var sne=ane,one=mne,lne=$K,fne=ll,j4=p4,i1=Nh,dne=VK,une=nne,cne=ine,hne=sne,gne=E4,kf=f4;function mne(e,n,t){return typeof n!="string"&&(t=n,n=void 0),pne(t)(hne(une(t).document().write(cne()(e,n,!0))))}function pne(e){var n=e||{},t=vne({transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:u(A),autolinkProtocol:W,autolinkEmail:W,atxHeading:u($),blockQuote:u(On),characterEscape:W,characterReference:W,codeFenced:u(Ln),codeFencedFenceInfo:c,codeFencedFenceMeta:c,codeIndented:u(Ln,c),codeText:u(nt,c),codeTextData:W,data:W,codeFlowValue:W,definition:u(ti),definitionDestinationString:c,definitionLabelString:c,definitionTitleString:c,emphasis:u(st),hardBreakEscape:u(Z),hardBreakTrailing:u(Z),htmlFlow:u(ee,c),htmlFlowData:W,htmlText:u(ee,c),htmlTextData:W,image:u(me),label:c,link:u(A),listItem:u(se),listItemValue:E,listOrdered:u(q,C),listUnordered:u(q),paragraph:u(ce),reference:be,referenceString:c,resourceDestinationString:c,resourceTitleString:c,setextHeading:u($),strong:u(Te),thematicBreak:u(tn)},exit:{atxHeading:m(),atxHeadingSequence:ae,autolink:m(),autolinkEmail:ve,autolinkProtocol:dn,blockQuote:m(),characterEscapeValue:ne,characterReferenceMarkerHexadecimal:Ee,characterReferenceMarkerNumeric:Ee,characterReferenceValue:Re,codeFenced:m(D),codeFencedFence:L,codeFencedFenceInfo:x,codeFencedFenceMeta:M,codeFlowValue:ne,codeIndented:m(P),codeText:m(ke),codeTextData:ne,data:ne,definition:m(),definitionDestinationString:oe,definitionLabelString:I,definitionTitleString:K,emphasis:m(),hardBreakEscape:m(ie),hardBreakTrailing:m(ie),htmlFlow:m(V),htmlFlowData:ne,htmlText:m(X),htmlTextData:ne,image:m(b),label:ze,labelText:Me,lineEnding:te,link:m(Y),listItem:m(),listOrdered:m(),listUnordered:m(),paragraph:m(),referenceString:pe,resourceDestinationString:$e,resourceTitleString:Le,resource:_e,setextHeading:m(N),setextHeadingLineSequence:j,setextHeadingText:U,strong:m(),thematicBreak:m()}},n.mdastExtensions||[]),i={};return r;function r(J){for(var Ie={type:"root",children:[]},Je=[Ie],un=[],In=[],gn=-1,Nn,Nt,ot={stack:Je,tokenStack:un,config:t,enter:g,exit:w,buffer:c,resume:_,setData:o,getData:f};++gn<J.length;)(J[gn][1].type==="listOrdered"||J[gn][1].type==="listUnordered")&&(J[gn][0]==="enter"?In.push(gn):(Nt=In.pop(gn),gn=a(J,Nt,gn)));for(gn=-1;++gn<J.length;)Nn=t[J[gn][0]],j4.call(Nn,J[gn][1].type)&&Nn[J[gn][1].type].call(fne({sliceSerialize:J[gn][2].sliceSerialize},ot),J[gn][1]);if(un.length)throw new Error("Cannot close document, a token (`"+un[un.length-1].type+"`, "+kf({start:un[un.length-1].start,end:un[un.length-1].end})+") is still open");for(Ie.position={start:d(J.length?J[0][1].start:{line:1,column:1,offset:0}),end:d(J.length?J[J.length-2][1].end:{line:1,column:1,offset:0})},gn=-1;++gn<t.transforms.length;)Ie=t.transforms[gn](Ie)||Ie;return Ie}function a(J,Ie,Je){for(var un=Ie-1,In=-1,gn=!1,Nn,Nt,ot,mt,Fn,Tt,ii;++un<=Je;)if(Fn=J[un],Fn[1].type==="listUnordered"||Fn[1].type==="listOrdered"||Fn[1].type==="blockQuote"?(Fn[0]==="enter"?In++:In--,ii=void 0):Fn[1].type==="lineEndingBlank"?Fn[0]==="enter"&&(Nn&&!ii&&!In&&!Tt&&(Tt=un),ii=void 0):Fn[1].type==="linePrefix"||Fn[1].type==="listItemValue"||Fn[1].type==="listItemMarker"||Fn[1].type==="listItemPrefix"||Fn[1].type==="listItemPrefixWhitespace"||(ii=void 0),!In&&Fn[0]==="enter"&&Fn[1].type==="listItemPrefix"||In===-1&&Fn[0]==="exit"&&(Fn[1].type==="listUnordered"||Fn[1].type==="listOrdered")){if(Nn){for(Nt=un,ot=void 0;Nt--;)if(mt=J[Nt],mt[1].type==="lineEnding"||mt[1].type==="lineEndingBlank"){if(mt[0]==="exit")continue;ot&&(J[ot][1].type="lineEndingBlank",gn=!0),mt[1].type="lineEnding",ot=Nt}else if(!(mt[1].type==="linePrefix"||mt[1].type==="blockQuotePrefix"||mt[1].type==="blockQuotePrefixWhitespace"||mt[1].type==="blockQuoteMarker"||mt[1].type==="listItemIndent"))break;Tt&&(!ot||Tt<ot)&&(Nn._spread=!0),Nn.end=d(ot?J[ot][1].start:Fn[1].end),J.splice(ot||un,0,["exit",Nn,Fn[2]]),un++,Je++}Fn[1].type==="listItemPrefix"&&(Nn={type:"listItem",_spread:!1,start:d(Fn[1].start)},J.splice(un,0,["enter",Nn,Fn[2]]),un++,Je++,Tt=void 0,ii=!0)}return J[Ie][1]._spread=gn,Je}function o(J,Ie){i[J]=Ie}function f(J){return i[J]}function d(J){return{line:J.line,column:J.column,offset:J.offset}}function u(J,Ie){return Je;function Je(un){g.call(this,J(un),un),Ie&&Ie.call(this,un)}}function c(){this.stack.push({type:"fragment",children:[]})}function g(J,Ie){return this.stack[this.stack.length-1].children.push(J),this.stack.push(J),this.tokenStack.push(Ie),J.position={start:d(Ie.start)},J}function m(J){return Ie;function Ie(Je){J&&J.call(this,Je),w.call(this,Je)}}function w(J){var Ie=this.stack.pop(),Je=this.tokenStack.pop();if(Je){if(Je.type!==J.type)throw new Error("Cannot close `"+J.type+"` ("+kf({start:J.start,end:J.end})+"): a different token (`"+Je.type+"`, "+kf({start:Je.start,end:Je.end})+") is open")}else throw new Error("Cannot close `"+J.type+"` ("+kf({start:J.start,end:J.end})+"): it’s not open");return Ie.position.end=d(J.end),Ie}function _(){return lne(this.stack.pop())}function C(){o("expectingFirstListItemValue",!0)}function E(J){f("expectingFirstListItemValue")&&(this.stack[this.stack.length-2].start=parseInt(this.sliceSerialize(J),10),o("expectingFirstListItemValue"))}function x(){var J=this.resume();this.stack[this.stack.length-1].lang=J}function M(){var J=this.resume();this.stack[this.stack.length-1].meta=J}function L(){f("flowCodeInside")||(this.buffer(),o("flowCodeInside",!0))}function D(){var J=this.resume();this.stack[this.stack.length-1].value=J.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),o("flowCodeInside")}function P(){var J=this.resume();this.stack[this.stack.length-1].value=J}function I(J){var Ie=this.resume();this.stack[this.stack.length-1].label=Ie,this.stack[this.stack.length-1].identifier=i1(this.sliceSerialize(J)).toLowerCase()}function K(){var J=this.resume();this.stack[this.stack.length-1].title=J}function oe(){var J=this.resume();this.stack[this.stack.length-1].url=J}function ae(J){this.stack[this.stack.length-1].depth||(this.stack[this.stack.length-1].depth=this.sliceSerialize(J).length)}function U(){o("setextHeadingSlurpLineEnding",!0)}function j(J){this.stack[this.stack.length-1].depth=this.sliceSerialize(J).charCodeAt(0)===61?1:2}function N(){o("setextHeadingSlurpLineEnding")}function W(J){var Ie=this.stack[this.stack.length-1].children,Je=Ie[Ie.length-1];(!Je||Je.type!=="text")&&(Je=Pe(),Je.position={start:d(J.start)},this.stack[this.stack.length-1].children.push(Je)),this.stack.push(Je)}function ne(J){var Ie=this.stack.pop();Ie.value+=this.sliceSerialize(J),Ie.position.end=d(J.end)}function te(J){var Ie=this.stack[this.stack.length-1];if(f("atHardBreak")){Ie.children[Ie.children.length-1].position.end=d(J.end),o("atHardBreak");return}!f("setextHeadingSlurpLineEnding")&&t.canContainEols.indexOf(Ie.type)>-1&&(W.call(this,J),ne.call(this,J))}function ie(){o("atHardBreak",!0)}function V(){var J=this.resume();this.stack[this.stack.length-1].value=J}function X(){var J=this.resume();this.stack[this.stack.length-1].value=J}function ke(){var J=this.resume();this.stack[this.stack.length-1].value=J}function Y(){var J=this.stack[this.stack.length-1];f("inReference")?(J.type+="Reference",J.referenceType=f("referenceType")||"shortcut",delete J.url,delete J.title):(delete J.identifier,delete J.label,delete J.referenceType),o("referenceType")}function b(){var J=this.stack[this.stack.length-1];f("inReference")?(J.type+="Reference",J.referenceType=f("referenceType")||"shortcut",delete J.url,delete J.title):(delete J.identifier,delete J.label,delete J.referenceType),o("referenceType")}function Me(J){this.stack[this.stack.length-2].identifier=i1(this.sliceSerialize(J)).toLowerCase()}function ze(){var J=this.stack[this.stack.length-1],Ie=this.resume();this.stack[this.stack.length-1].label=Ie,o("inReference",!0),this.stack[this.stack.length-1].type==="link"?this.stack[this.stack.length-1].children=J.children:this.stack[this.stack.length-1].alt=Ie}function $e(){var J=this.resume();this.stack[this.stack.length-1].url=J}function Le(){var J=this.resume();this.stack[this.stack.length-1].title=J}function _e(){o("inReference")}function be(){o("referenceType","collapsed")}function pe(J){var Ie=this.resume();this.stack[this.stack.length-1].label=Ie,this.stack[this.stack.length-1].identifier=i1(this.sliceSerialize(J)).toLowerCase(),o("referenceType","full")}function Ee(J){o("characterReferenceType",J.type)}function Re(J){var Ie=this.sliceSerialize(J),Je=f("characterReferenceType"),un,In;Je?(un=dne(Ie,Je==="characterReferenceMarkerNumeric"?10:16),o("characterReferenceType")):un=gne(Ie),In=this.stack.pop(),In.value+=un,In.position.end=d(J.end)}function dn(J){ne.call(this,J),this.stack[this.stack.length-1].url=this.sliceSerialize(J)}function ve(J){ne.call(this,J),this.stack[this.stack.length-1].url="mailto:"+this.sliceSerialize(J)}function On(){return{type:"blockquote",children:[]}}function Ln(){return{type:"code",lang:null,meta:null,value:""}}function nt(){return{type:"inlineCode",value:""}}function ti(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function st(){return{type:"emphasis",children:[]}}function $(){return{type:"heading",depth:void 0,children:[]}}function Z(){return{type:"break"}}function ee(){return{type:"html",value:""}}function me(){return{type:"image",title:null,url:"",alt:null}}function A(){return{type:"link",title:null,url:"",children:[]}}function q(J){return{type:"list",ordered:J.type==="listOrdered",start:null,spread:J._spread,children:[]}}function se(J){return{type:"listItem",spread:J._spread,checked:null,children:[]}}function ce(){return{type:"paragraph",children:[]}}function Te(){return{type:"strong",children:[]}}function Pe(){return{type:"text",value:""}}function tn(){return{type:"thematicBreak"}}}function vne(e,n){for(var t=-1;++t<n.length;)kne(e,n[t]);return e}function kne(e,n){var t,i;for(t in n)i=j4.call(e,t)?e[t]:e[t]={},t==="canContainEols"||t==="transforms"?e[t]=[].concat(i,n[t]):Object.assign(i,n[t])}var wne=one,_ne=yne,bne=wne;function yne(e){var n=this;this.Parser=t;function t(i){return bne(i,Object.assign({},n.data("settings"),e,{extensions:n.data("micromarkExtensions")||[],mdastExtensions:n.data("fromMarkdownExtensions")||[]}))}}const xne=Yr(_ne);var bi=Sne;function Sne(e,n,t){var i;return t==null&&(typeof n!="object"||Array.isArray(n))&&(t=n,n={}),i=Object.assign({type:String(e)},n),Array.isArray(t)?i.children=t:t!=null&&(i.value=String(t)),i}var H4=N4;function N4(e){if(e==null)return Mne;if(typeof e=="string")return Fne(e);if(typeof e=="object")return"length"in e?Ene(e):Cne(e);if(typeof e=="function")return e;throw new Error("Expected function, string, or object as test")}function Cne(e){return n;function n(t){var i;for(i in e)if(t[i]!==e[i])return!1;return!0}}function Ene(e){for(var n=[],t=-1;++t<e.length;)n[t]=N4(e[t]);return i;function i(){for(var r=-1;++r<n.length;)if(n[r].apply(this,arguments))return!0;return!1}}function Fne(e){return n;function n(t){return!!(t&&t.type===e)}}function Mne(){return!0}var Tne=Lne;function Lne(e){return e}var Pne=Rd,Rne=H4,Ane=Tne,V4=!0,G4="skip",U1=!1;Rd.CONTINUE=V4;Rd.SKIP=G4;Rd.EXIT=U1;function Rd(e,n,t,i){var r,a;typeof n=="function"&&typeof t!="function"&&(i=t,t=n,n=null),a=Rne(n),r=i?-1:1,o(e,null,[])();function o(f,d,u){var c=typeof f=="object"&&f!==null?f:{},g;return typeof c.type=="string"&&(g=typeof c.tagName=="string"?c.tagName:typeof c.name=="string"?c.name:void 0,m.displayName="node ("+Ane(c.type+(g?"<"+g+">":""))+")"),m;function m(){var w=u.concat(f),_=[],C,E;if((!n||a(f,d,u[u.length-1]||null))&&(_=Bne(t(f,u)),_[0]===U1))return _;if(f.children&&_[0]!==G4)for(E=(i?f.children.length:-1)+r;E>-1&&E<f.children.length;){if(C=o(f.children[E],E,w)(),C[0]===U1)return C;E=typeof C[1]=="number"?C[1]:E+r}return _}}}function Bne(e){return e!==null&&typeof e=="object"&&"length"in e?e:typeof e=="number"?[V4,e]:[e]}var W4=Bd,Ad=Pne,zne=Ad.CONTINUE,$ne=Ad.SKIP,One=Ad.EXIT;Bd.CONTINUE=zne;Bd.SKIP=$ne;Bd.EXIT=One;function Bd(e,n,t,i){typeof n=="function"&&typeof t!="function"&&(i=t,t=n,n=null),Ad(e,n,r,i);function r(a,o){var f=o[o.length-1],d=f?f.children.indexOf(a):null;return t(a,d,f)}}var q4=K4("start"),U4=K4("end"),Z4=Xh;Xh.start=q4;Xh.end=U4;function Xh(e){return{start:q4(e),end:U4(e)}}function K4(e){return n.displayName=e,n;function n(t){var i=t&&t.position&&t.position[e]||{};return{line:i.line||null,column:i.column||null,offset:isNaN(i.offset)?null:i.offset}}}var Ine=Dne;function Dne(e){return!e||!e.position||!e.position.start||!e.position.start.line||!e.position.start.column||!e.position.end||!e.position.end.line||!e.position.end.column}var jne=W4,Hne=Nne,Y4={}.hasOwnProperty;function Nne(e,n){return Gne(Vne(e))}function Vne(e){var n={};if(!e||!e.type)throw new Error("mdast-util-definitions expected node");return jne(e,"definition",t),n;function t(i){var r=J4(i.identifier);Y4.call(n,r)||(n[r]=i)}}function Gne(e){return n;function n(t){var i=t&&J4(t);return i&&Y4.call(e,i)?e[i]:null}}function J4(e){return e.toUpperCase()}var r1,wv;function Ht(){if(wv)return r1;wv=1,r1=n;var e=Q4();function n(t,i){for(var r=i.children||[],a=r.length,o=[],f=-1,d,u;++f<a;)d=e(t,r[f],i),d&&(f&&r[f-1].type==="break"&&(d.value&&(d.value=d.value.replace(/^\s+/,"")),u=d.children&&d.children[0],u&&u.value&&(u.value=u.value.replace(/^\s+/,""))),o=o.concat(d));return o}return r1}var a1,_v;function Q4(){if(_v)return a1;_v=1,a1=r;var e=bi,n=Ht(),t={}.hasOwnProperty;function i(f,d){return a(d)?f.augment(d,e("text",d.value)):f(d,"div",n(f,d))}function r(f,d,u){var c=d&&d.type,g;if(!c)throw new Error("Expected node, got `"+d+"`");return t.call(f.handlers,c)?g=f.handlers[c]:f.passThrough&&f.passThrough.indexOf(c)>-1?g=o:g=f.unknownHandler,(typeof g=="function"?g:i)(f,d,u)}function a(f){var d=f.data||{};return t.call(d,"hName")||t.call(d,"hProperties")||t.call(d,"hChildren")?!1:"value"in f}function o(f,d){var u;return d.children?(u=Object.assign({},d),u.children=n(f,d),u):d}return a1}var X4=Wne;function Wne(e,n){return e(n,"hr")}var fl=qne,s1=bi;function qne(e,n){var t=[],i=-1,r=e.length;for(n&&t.push(s1("text",`
864
864
  `));++i<r;)i&&t.push(s1("text",`
865
865
  `)),t.push(e[i]);return n&&e.length>0&&t.push(s1("text",`
866
- `)),t}var ew=Zne,qne=fl,Une=Ht();function Zne(e,n){var t={},i=n.ordered?"ol":"ul",r,a=-1,o;for(typeof n.start=="number"&&n.start!==1&&(t.start=n.start),r=Une(e,n),o=r.length;++a<o;)if(r[a].properties.className&&r[a].properties.className.indexOf("task-list-item")!==-1){t.className=["contains-task-list"];break}return e(n,i,t,qne(r,!0))}var Kne=Xne,Yne=X4,Jne=ew,Qne=fl;function Xne(e){for(var n=e.footnoteById,t=e.footnoteOrder,i=t.length,r=-1,a=[],o,f,d,u;++r<i;)o=n[t[r].toUpperCase()],o&&(d=o.children.concat(),u=d[d.length-1],f={type:"link",url:"#fnref-"+o.identifier,data:{hProperties:{className:["footnote-backref"]}},children:[{type:"text",value:"↩"}]},(!u||u.type!=="paragraph")&&(u={type:"paragraph",children:[]},d.push(u)),u.children.push(f),a.push({type:"listItem",data:{hProperties:{id:"fn-"+o.identifier}},children:d,position:o.position}));return a.length===0?null:e(null,"div",{className:["footnotes"]},Qne([Yne(e),Jne(e,{type:"list",ordered:!0,children:a})],!0))}var ete=ite,nte=fl,tte=Ht();function ite(e,n){return e(n,"blockquote",nte(tte(e,n),!0))}var rte=ste,ate=bi;function ste(e,n){return[e(n,"br"),ate("text",`
867
- `)]}var ote=fte,lte=bi;function fte(e,n){var t=n.value?n.value+`
868
- `:"",i=n.lang&&n.lang.match(/^[^ \t]+(?=[ \t]|$)/),r={},a;return i&&(r.className=["language-"+i]),a=e(n,"code",r,[lte("text",t)]),n.meta&&(a.data={meta:n.meta}),e(n.position,"pre",[a])}var dte=cte,ute=Ht();function cte(e,n){return e(n,"del",ute(e,n))}var hte=mte,gte=Ht();function mte(e,n){return e(n,"em",gte(e,n))}var nw=vte,pte=bi;function vte(e,n){var t=e.footnoteOrder,i=String(n.identifier);return t.indexOf(i)===-1&&t.push(i),e(n.position,"sup",{id:"fnref-"+i},[e(n,"a",{href:"#fn-"+i,className:["footnote-ref"]},[pte("text",n.label||i)])])}var kte=_te,wte=nw;function _te(e,n){for(var t=e.footnoteById,i=e.footnoteOrder,r=1;r in t;)r++;return r=String(r),i.push(r),t[r]={type:"footnoteDefinition",identifier:r,children:[{type:"paragraph",children:n.children}],position:n.position},wte(e,{type:"footnoteReference",identifier:r,position:n.position})}var bte=xte,yte=Ht();function xte(e,n){return e(n,"h"+n.depth,yte(e,n))}var Ste=Ete,Cte=bi;function Ete(e,n){return e.dangerous?e.augment(n,Cte("raw",n.value)):null}var bv={};function Fte(e){var n,t,i=bv[e];if(i)return i;for(i=bv[e]=[],n=0;n<128;n++)t=String.fromCharCode(n),/^[0-9a-z]$/i.test(t)?i.push(t):i.push("%"+("0"+n.toString(16).toUpperCase()).slice(-2));for(n=0;n<e.length;n++)i[e.charCodeAt(n)]=e[n];return i}function zd(e,n,t){var i,r,a,o,f,d="";for(typeof n!="string"&&(t=n,n=zd.defaultChars),typeof t>"u"&&(t=!0),f=Fte(n),i=0,r=e.length;i<r;i++){if(a=e.charCodeAt(i),t&&a===37&&i+2<r&&/^[0-9a-f]{2}$/i.test(e.slice(i+1,i+3))){d+=e.slice(i,i+3),i+=2;continue}if(a<128){d+=f[a];continue}if(a>=55296&&a<=57343){if(a>=55296&&a<=56319&&i+1<r&&(o=e.charCodeAt(i+1),o>=56320&&o<=57343)){d+=encodeURIComponent(e[i]+e[i+1]),i++;continue}d+="%EF%BF%BD";continue}d+=encodeURIComponent(e[i])}return d}zd.defaultChars=";/?:@&=+$,-_.!~*'()#";zd.componentChars="-_.!~*'()";var $d=zd,tw=Tte,o1=bi,Mte=Ht();function Tte(e,n){var t=n.referenceType,i="]",r,a,o;return t==="collapsed"?i+="[]":t==="full"&&(i+="["+(n.label||n.identifier)+"]"),n.type==="imageReference"?o1("text","!["+n.alt+i):(r=Mte(e,n),a=r[0],a&&a.type==="text"?a.value="["+a.value:r.unshift(o1("text","[")),o=r[r.length-1],o&&o.type==="text"?o.value+=i:r.push(o1("text",i)),r)}var Lte=Ate,Pte=$d,Rte=tw;function Ate(e,n){var t=e.definition(n.identifier),i;return t?(i={src:Pte(t.url||""),alt:n.alt},t.title!==null&&t.title!==void 0&&(i.title=t.title),e(n,"img",i)):Rte(e,n)}var Bte=$d,zte=$te;function $te(e,n){var t={src:Bte(n.url),alt:n.alt};return n.title!==null&&n.title!==void 0&&(t.title=n.title),e(n,"img",t)}var Ote=Dte,Ite=bi;function Dte(e,n){var t=n.value.replace(/\r?\n|\r/g," ");return e(n,"code",[Ite("text",t)])}var jte=Gte,Hte=$d,Nte=tw,Vte=Ht();function Gte(e,n){var t=e.definition(n.identifier),i;return t?(i={href:Hte(t.url||"")},t.title!==null&&t.title!==void 0&&(i.title=t.title),e(n,"a",i,Vte(e,n))):Nte(e,n)}var Wte=$d,qte=Ht(),Ute=Zte;function Zte(e,n){var t={href:Wte(n.url)};return n.title!==null&&n.title!==void 0&&(t.title=n.title),e(n,"a",t,qte(e,n))}var Kte=Jte,l1=bi,Yte=Ht();function Jte(e,n,t){var i=Yte(e,n),r=i[0],a=t?Qte(t):iw(n),o={},f=[],d,u,c;for(typeof n.checked=="boolean"&&((!r||r.tagName!=="p")&&(r=e(null,"p",[]),i.unshift(r)),r.children.length>0&&r.children.unshift(l1("text"," ")),r.children.unshift(e(null,"input",{type:"checkbox",checked:n.checked,disabled:!0})),o.className=["task-list-item"]),d=i.length,u=-1;++u<d;)c=i[u],(a||u!==0||c.tagName!=="p")&&f.push(l1("text",`
866
+ `)),t}var ew=Kne,Une=fl,Zne=Ht();function Kne(e,n){var t={},i=n.ordered?"ol":"ul",r,a=-1,o;for(typeof n.start=="number"&&n.start!==1&&(t.start=n.start),r=Zne(e,n),o=r.length;++a<o;)if(r[a].properties.className&&r[a].properties.className.indexOf("task-list-item")!==-1){t.className=["contains-task-list"];break}return e(n,i,t,Une(r,!0))}var Yne=ete,Jne=X4,Qne=ew,Xne=fl;function ete(e){for(var n=e.footnoteById,t=e.footnoteOrder,i=t.length,r=-1,a=[],o,f,d,u;++r<i;)o=n[t[r].toUpperCase()],o&&(d=o.children.concat(),u=d[d.length-1],f={type:"link",url:"#fnref-"+o.identifier,data:{hProperties:{className:["footnote-backref"]}},children:[{type:"text",value:"↩"}]},(!u||u.type!=="paragraph")&&(u={type:"paragraph",children:[]},d.push(u)),u.children.push(f),a.push({type:"listItem",data:{hProperties:{id:"fn-"+o.identifier}},children:d,position:o.position}));return a.length===0?null:e(null,"div",{className:["footnotes"]},Xne([Jne(e),Qne(e,{type:"list",ordered:!0,children:a})],!0))}var nte=rte,tte=fl,ite=Ht();function rte(e,n){return e(n,"blockquote",tte(ite(e,n),!0))}var ate=ote,ste=bi;function ote(e,n){return[e(n,"br"),ste("text",`
867
+ `)]}var lte=dte,fte=bi;function dte(e,n){var t=n.value?n.value+`
868
+ `:"",i=n.lang&&n.lang.match(/^[^ \t]+(?=[ \t]|$)/),r={},a;return i&&(r.className=["language-"+i]),a=e(n,"code",r,[fte("text",t)]),n.meta&&(a.data={meta:n.meta}),e(n.position,"pre",[a])}var ute=hte,cte=Ht();function hte(e,n){return e(n,"del",cte(e,n))}var gte=pte,mte=Ht();function pte(e,n){return e(n,"em",mte(e,n))}var nw=kte,vte=bi;function kte(e,n){var t=e.footnoteOrder,i=String(n.identifier);return t.indexOf(i)===-1&&t.push(i),e(n.position,"sup",{id:"fnref-"+i},[e(n,"a",{href:"#fn-"+i,className:["footnote-ref"]},[vte("text",n.label||i)])])}var wte=bte,_te=nw;function bte(e,n){for(var t=e.footnoteById,i=e.footnoteOrder,r=1;r in t;)r++;return r=String(r),i.push(r),t[r]={type:"footnoteDefinition",identifier:r,children:[{type:"paragraph",children:n.children}],position:n.position},_te(e,{type:"footnoteReference",identifier:r,position:n.position})}var yte=Ste,xte=Ht();function Ste(e,n){return e(n,"h"+n.depth,xte(e,n))}var Cte=Fte,Ete=bi;function Fte(e,n){return e.dangerous?e.augment(n,Ete("raw",n.value)):null}var bv={};function Mte(e){var n,t,i=bv[e];if(i)return i;for(i=bv[e]=[],n=0;n<128;n++)t=String.fromCharCode(n),/^[0-9a-z]$/i.test(t)?i.push(t):i.push("%"+("0"+n.toString(16).toUpperCase()).slice(-2));for(n=0;n<e.length;n++)i[e.charCodeAt(n)]=e[n];return i}function zd(e,n,t){var i,r,a,o,f,d="";for(typeof n!="string"&&(t=n,n=zd.defaultChars),typeof t>"u"&&(t=!0),f=Mte(n),i=0,r=e.length;i<r;i++){if(a=e.charCodeAt(i),t&&a===37&&i+2<r&&/^[0-9a-f]{2}$/i.test(e.slice(i+1,i+3))){d+=e.slice(i,i+3),i+=2;continue}if(a<128){d+=f[a];continue}if(a>=55296&&a<=57343){if(a>=55296&&a<=56319&&i+1<r&&(o=e.charCodeAt(i+1),o>=56320&&o<=57343)){d+=encodeURIComponent(e[i]+e[i+1]),i++;continue}d+="%EF%BF%BD";continue}d+=encodeURIComponent(e[i])}return d}zd.defaultChars=";/?:@&=+$,-_.!~*'()#";zd.componentChars="-_.!~*'()";var $d=zd,tw=Lte,o1=bi,Tte=Ht();function Lte(e,n){var t=n.referenceType,i="]",r,a,o;return t==="collapsed"?i+="[]":t==="full"&&(i+="["+(n.label||n.identifier)+"]"),n.type==="imageReference"?o1("text","!["+n.alt+i):(r=Tte(e,n),a=r[0],a&&a.type==="text"?a.value="["+a.value:r.unshift(o1("text","[")),o=r[r.length-1],o&&o.type==="text"?o.value+=i:r.push(o1("text",i)),r)}var Pte=Bte,Rte=$d,Ate=tw;function Bte(e,n){var t=e.definition(n.identifier),i;return t?(i={src:Rte(t.url||""),alt:n.alt},t.title!==null&&t.title!==void 0&&(i.title=t.title),e(n,"img",i)):Ate(e,n)}var zte=$d,$te=Ote;function Ote(e,n){var t={src:zte(n.url),alt:n.alt};return n.title!==null&&n.title!==void 0&&(t.title=n.title),e(n,"img",t)}var Ite=jte,Dte=bi;function jte(e,n){var t=n.value.replace(/\r?\n|\r/g," ");return e(n,"code",[Dte("text",t)])}var Hte=Wte,Nte=$d,Vte=tw,Gte=Ht();function Wte(e,n){var t=e.definition(n.identifier),i;return t?(i={href:Nte(t.url||"")},t.title!==null&&t.title!==void 0&&(i.title=t.title),e(n,"a",i,Gte(e,n))):Vte(e,n)}var qte=$d,Ute=Ht(),Zte=Kte;function Kte(e,n){var t={href:qte(n.url)};return n.title!==null&&n.title!==void 0&&(t.title=n.title),e(n,"a",t,Ute(e,n))}var Yte=Qte,l1=bi,Jte=Ht();function Qte(e,n,t){var i=Jte(e,n),r=i[0],a=t?Xte(t):iw(n),o={},f=[],d,u,c;for(typeof n.checked=="boolean"&&((!r||r.tagName!=="p")&&(r=e(null,"p",[]),i.unshift(r)),r.children.length>0&&r.children.unshift(l1("text"," ")),r.children.unshift(e(null,"input",{type:"checkbox",checked:n.checked,disabled:!0})),o.className=["task-list-item"]),d=i.length,u=-1;++u<d;)c=i[u],(a||u!==0||c.tagName!=="p")&&f.push(l1("text",`
869
869
  `)),c.tagName==="p"&&!a?f=f.concat(c.children):f.push(c);return d&&(a||c.tagName!=="p")&&f.push(l1("text",`
870
- `)),e(n,"li",o,f)}function Qte(e){for(var n=e.spread,t=e.children,i=t.length,r=-1;!n&&++r<i;)n=iw(t[r]);return n}function iw(e){var n=e.spread;return n??e.children.length>1}var Xte=nie,eie=Ht();function nie(e,n){return e(n,"p",eie(e,n))}var tie=sie,iie=bi,rie=fl,aie=Ht();function sie(e,n){return e.augment(n,iie("root",rie(aie(e,n))))}var oie=fie,lie=Ht();function fie(e,n){return e(n,"strong",lie(e,n))}var die=cie,yv=Z4,wf=fl,uie=Ht();function cie(e,n){for(var t=n.children,i=t.length,r=n.align||[],a=r.length,o=[],f,d,u,c,g;i--;){for(d=t[i].children,c=i===0?"th":"td",f=a||d.length,u=[];f--;)g=d[f],u[f]=e(g,c,{align:r[f]},g?uie(e,g):[]);o[i]=e(t[i],"tr",wf(u,!0))}return e(n,"table",wf([e(o[0].position,"thead",wf([o[0]],!0))].concat(o[1]?e({start:yv.start(o[1]),end:yv.end(o[o.length-1])},"tbody",wf(o.slice(1),!0)):[]),!0))}var hie=mie,gie=bi;function mie(e,n){return e.augment(n,gie("text",String(n.value).replace(/[ \t]*(\r?\n|\r)[ \t]*/g,"$1")))}var pie={blockquote:ete,break:rte,code:ote,delete:dte,emphasis:hte,footnoteReference:nw,footnote:kte,heading:bte,html:Ste,imageReference:Lte,image:zte,inlineCode:Ote,linkReference:jte,link:Ute,listItem:Kte,list:ew,paragraph:Xte,root:tie,strong:oie,table:die,text:hie,thematicBreak:X4,toml:_f,yaml:_f,definition:_f,footnoteDefinition:_f};function _f(){return null}var vie=Fie,kie=bi,wie=W4,xv=Z4,_ie=One,bie=jne,yie=Q4(),xie=Kne,Sie=pie,Cie={}.hasOwnProperty,Sv=!1;function Eie(e,n){var t=n||{};t.allowDangerousHTML!==void 0&&!Sv&&(Sv=!0,console.warn("mdast-util-to-hast: deprecation: `allowDangerousHTML` is nonstandard, use `allowDangerousHtml` instead"));var i=t.allowDangerousHtml||t.allowDangerousHTML,r={};return o.dangerous=i,o.definition=bie(e),o.footnoteById=r,o.footnoteOrder=[],o.augment=a,o.handlers=Object.assign({},Sie,t.handlers),o.unknownHandler=t.unknownHandler,o.passThrough=t.passThrough,wie(e,"footnoteDefinition",f),o;function a(d,u){var c,g;return d&&d.data&&(c=d.data,c.hName&&(u.type!=="element"&&(u={type:"element",tagName:"",properties:{},children:[]}),u.tagName=c.hName),u.type==="element"&&c.hProperties&&(u.properties=Object.assign({},u.properties,c.hProperties)),u.children&&c.hChildren&&(u.children=c.hChildren)),g=d&&d.position?d:{position:d},_ie(g)||(u.position={start:xv.start(g),end:xv.end(g)}),u}function o(d,u,c,g){return g==null&&typeof c=="object"&&"length"in c&&(g=c,c={}),a(d,{type:"element",tagName:u,properties:c||{},children:g||[]})}function f(d){var u=String(d.identifier).toUpperCase();Cie.call(r,u)||(r[u]=d)}}function Fie(e,n){var t=Eie(e,n),i=yie(t,e),r=xie(t);return r&&(i.children=i.children.concat(kie("text",`
871
- `),r)),i}var Mie=vie,rw=Mie,Tie=Lie;function Lie(e,n){return e&&!e.process&&(n=e,e=null),e?Pie(e,n):Rie(n)}function Pie(e,n){return t;function t(i,r,a){e.run(rw(i,n),r,o);function o(f){a(f)}}}function Rie(e){return n;function n(t){return rw(t,e)}}const Aie=Yr(Tie);var Bie=$ie,zie=Object.prototype.hasOwnProperty;function $ie(){for(var e={},n=0;n<arguments.length;n++){var t=arguments[n];for(var i in t)zie.call(t,i)&&(e[i]=t[i])}return e}var aw=sw,eg=sw.prototype;eg.space=null;eg.normal={};eg.property={};function sw(e,n,t){this.property=e,this.normal=n,t&&(this.space=t)}var Cv=Bie,Oie=aw,ow=Iie;function Iie(e){for(var n=e.length,t=[],i=[],r=-1,a,o;++r<n;)a=e[r],t.push(a.property),i.push(a.normal),o=a.space;return new Oie(Cv.apply(null,t),Cv.apply(null,i),o)}var lw=Die;function Die(e){return e.toLowerCase()}var fw=dw,yi=dw.prototype;yi.space=null;yi.attribute=null;yi.property=null;yi.boolean=!1;yi.booleanish=!1;yi.overloadedBoolean=!1;yi.number=!1;yi.commaSeparated=!1;yi.spaceSeparated=!1;yi.commaOrSpaceSeparated=!1;yi.mustUseProperty=!1;yi.defined=!1;function dw(e,n){this.property=e,this.attribute=n}var zi={},jie=0;zi.boolean=$a();zi.booleanish=$a();zi.overloadedBoolean=$a();zi.number=$a();zi.spaceSeparated=$a();zi.commaSeparated=$a();zi.commaOrSpaceSeparated=$a();function $a(){return Math.pow(2,++jie)}var uw=fw,Ev=zi,cw=ng;ng.prototype=new uw;ng.prototype.defined=!0;var hw=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],Hie=hw.length;function ng(e,n,t,i){var r=-1,a;for(Fv(this,"space",i),uw.call(this,e,n);++r<Hie;)a=hw[r],Fv(this,a,(t&Ev[a])===Ev[a])}function Fv(e,n,t){t&&(e[n]=t)}var Mv=lw,Nie=aw,Vie=cw,Ls=Gie;function Gie(e){var n=e.space,t=e.mustUseProperty||[],i=e.attributes||{},r=e.properties,a=e.transform,o={},f={},d,u;for(d in r)u=new Vie(d,a(i,d),r[d],n),t.indexOf(d)!==-1&&(u.mustUseProperty=!0),o[d]=u,f[Mv(d)]=d,f[Mv(u.attribute)]=d;return new Nie(o,f,n)}var Wie=Ls,gw=Wie({space:"xlink",transform:qie,properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}});function qie(e,n){return"xlink:"+n.slice(5).toLowerCase()}var Uie=Ls,mw=Uie({space:"xml",transform:Zie,properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function Zie(e,n){return"xml:"+n.slice(3).toLowerCase()}var pw=Kie;function Kie(e,n){return n in e?e[n]:n}var Yie=pw,vw=Jie;function Jie(e,n){return Yie(e,n.toLowerCase())}var Qie=Ls,Xie=vw,kw=Qie({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:Xie,properties:{xmlns:null,xmlnsXLink:null}}),tg=zi,ere=Ls,Ot=tg.booleanish,hi=tg.number,ga=tg.spaceSeparated,ww=ere({transform:nre,properties:{ariaActiveDescendant:null,ariaAtomic:Ot,ariaAutoComplete:null,ariaBusy:Ot,ariaChecked:Ot,ariaColCount:hi,ariaColIndex:hi,ariaColSpan:hi,ariaControls:ga,ariaCurrent:null,ariaDescribedBy:ga,ariaDetails:null,ariaDisabled:Ot,ariaDropEffect:ga,ariaErrorMessage:null,ariaExpanded:Ot,ariaFlowTo:ga,ariaGrabbed:Ot,ariaHasPopup:null,ariaHidden:Ot,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:ga,ariaLevel:hi,ariaLive:null,ariaModal:Ot,ariaMultiLine:Ot,ariaMultiSelectable:Ot,ariaOrientation:null,ariaOwns:ga,ariaPlaceholder:null,ariaPosInSet:hi,ariaPressed:Ot,ariaReadOnly:Ot,ariaRelevant:null,ariaRequired:Ot,ariaRoleDescription:ga,ariaRowCount:hi,ariaRowIndex:hi,ariaRowSpan:hi,ariaSelected:Ot,ariaSetSize:hi,ariaSort:null,ariaValueMax:hi,ariaValueMin:hi,ariaValueNow:hi,ariaValueText:null,role:null}});function nre(e,n){return n==="role"?n:"aria-"+n.slice(4).toLowerCase()}var Ps=zi,tre=Ls,ire=vw,an=Ps.boolean,rre=Ps.overloadedBoolean,go=Ps.booleanish,Bn=Ps.number,Ct=Ps.spaceSeparated,bf=Ps.commaSeparated,are=tre({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:ire,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:bf,acceptCharset:Ct,accessKey:Ct,action:null,allow:null,allowFullScreen:an,allowPaymentRequest:an,allowUserMedia:an,alt:null,as:null,async:an,autoCapitalize:null,autoComplete:Ct,autoFocus:an,autoPlay:an,capture:an,charSet:null,checked:an,cite:null,className:Ct,cols:Bn,colSpan:null,content:null,contentEditable:go,controls:an,controlsList:Ct,coords:Bn|bf,crossOrigin:null,data:null,dateTime:null,decoding:null,default:an,defer:an,dir:null,dirName:null,disabled:an,download:rre,draggable:go,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:an,formTarget:null,headers:Ct,height:Bn,hidden:an,high:Bn,href:null,hrefLang:null,htmlFor:Ct,httpEquiv:Ct,id:null,imageSizes:null,imageSrcSet:bf,inputMode:null,integrity:null,is:null,isMap:an,itemId:null,itemProp:Ct,itemRef:Ct,itemScope:an,itemType:Ct,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:an,low:Bn,manifest:null,max:null,maxLength:Bn,media:null,method:null,min:null,minLength:Bn,multiple:an,muted:an,name:null,nonce:null,noModule:an,noValidate:an,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforePrint:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextMenu:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:an,optimum:Bn,pattern:null,ping:Ct,placeholder:null,playsInline:an,poster:null,preload:null,readOnly:an,referrerPolicy:null,rel:Ct,required:an,reversed:an,rows:Bn,rowSpan:Bn,sandbox:Ct,scope:null,scoped:an,seamless:an,selected:an,shape:null,size:Bn,sizes:null,slot:null,span:Bn,spellCheck:go,src:null,srcDoc:null,srcLang:null,srcSet:bf,start:Bn,step:null,style:null,tabIndex:Bn,target:null,title:null,translate:null,type:null,typeMustMatch:an,useMap:null,value:go,width:Bn,wrap:null,align:null,aLink:null,archive:Ct,axis:null,background:null,bgColor:null,border:Bn,borderColor:null,bottomMargin:Bn,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:an,declare:an,event:null,face:null,frame:null,frameBorder:null,hSpace:Bn,leftMargin:Bn,link:null,longDesc:null,lowSrc:null,marginHeight:Bn,marginWidth:Bn,noResize:an,noHref:an,noShade:an,noWrap:an,object:null,profile:null,prompt:null,rev:null,rightMargin:Bn,rules:null,scheme:null,scrolling:go,standby:null,summary:null,text:null,topMargin:Bn,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Bn,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:an,disableRemotePlayback:an,prefix:null,property:null,results:Bn,security:null,unselectable:null}}),sre=ow,ore=gw,lre=mw,fre=kw,dre=ww,ure=are,cre=sre([lre,ore,fre,dre,ure]),dl=zi,hre=Ls,gre=pw,mre=dl.boolean,De=dl.number,Tv=dl.spaceSeparated,f1=dl.commaSeparated,gi=dl.commaOrSpaceSeparated,pre=hre({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:gre,properties:{about:gi,accentHeight:De,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:De,amplitude:De,arabicForm:null,ascent:De,attributeName:null,attributeType:null,azimuth:De,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:De,by:null,calcMode:null,capHeight:De,className:Tv,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:De,diffuseConstant:De,direction:null,display:null,dur:null,divisor:De,dominantBaseline:null,download:mre,dx:null,dy:null,edgeMode:null,editable:null,elevation:De,enableBackground:null,end:null,event:null,exponent:De,externalResourcesRequired:null,fill:null,fillOpacity:De,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:f1,g2:f1,glyphName:f1,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:De,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:De,horizOriginX:De,horizOriginY:De,id:null,ideographic:De,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:De,k:De,k1:De,k2:De,k3:De,k4:De,kernelMatrix:gi,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:De,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:De,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:De,overlineThickness:De,paintOrder:null,panose1:null,path:null,pathLength:De,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Tv,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:De,pointsAtY:De,pointsAtZ:De,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:gi,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:gi,rev:gi,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:gi,requiredFeatures:gi,requiredFonts:gi,requiredFormats:gi,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:De,specularExponent:De,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:De,strikethroughThickness:De,string:null,stroke:null,strokeDashArray:gi,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:De,strokeOpacity:De,strokeWidth:null,style:null,surfaceScale:De,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:gi,tabIndex:De,tableValues:null,target:null,targetX:De,targetY:De,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:gi,to:null,transform:null,u1:null,u2:null,underlinePosition:De,underlineThickness:De,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:De,values:null,vAlphabetic:De,vMathematical:De,vectorEffect:null,vHanging:De,vIdeographic:De,version:null,vertAdvY:De,vertOriginX:De,vertOriginY:De,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:De,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),vre=ow,kre=gw,wre=mw,_re=kw,bre=ww,yre=pre,xre=vre([wre,kre,_re,bre,yre]),Sre=lw,Cre=cw,Ere=fw,ig="data",Fre=Lre,Mre=/^data[-\w.:]+$/i,_w=/-[a-z]/g,Tre=/[A-Z]/g;function Lre(e,n){var t=Sre(n),i=n,r=Ere;return t in e.normal?e.property[e.normal[t]]:(t.length>4&&t.slice(0,4)===ig&&Mre.test(n)&&(n.charAt(4)==="-"?i=Pre(n):n=Rre(n),r=Cre),new r(i,n))}function Pre(e){var n=e.slice(5).replace(_w,Bre);return ig+n.charAt(0).toUpperCase()+n.slice(1)}function Rre(e){var n=e.slice(4);return _w.test(n)?e:(n=n.replace(Tre,Are),n.charAt(0)!=="-"&&(n="-"+n),ig+n)}function Are(e){return"-"+e.toLowerCase()}function Bre(e){return e.charAt(1).toUpperCase()}const zre="classID",$re="datatype",Ore="itemID",Ire="strokeDasharray",Dre="strokeDashoffset",jre="strokeLinecap",Hre="strokeLinejoin",Nre="strokeMiterlimit",Vre="typeof",Gre="xlinkActuate",Wre="xlinkArcrole",qre="xlinkHref",Ure="xlinkRole",Zre="xlinkShow",Kre="xlinkTitle",Yre="xlinkType",Jre="xmlnsXlink",Qre={classId:zre,dataType:$re,itemId:Ore,strokeDashArray:Ire,strokeDashOffset:Dre,strokeLineCap:jre,strokeLineJoin:Hre,strokeMiterLimit:Nre,typeOf:Vre,xLinkActuate:Gre,xLinkArcRole:Wre,xLinkHref:qre,xLinkRole:Ure,xLinkShow:Zre,xLinkTitle:Kre,xLinkType:Yre,xmlnsXLink:Jre};var rg={};rg.parse=nae;rg.stringify=tae;var Lv="",Xre=" ",eae=/[ \t\n\r\f]+/g;function nae(e){var n=String(e||Lv).trim();return n===Lv?[]:n.split(eae)}function tae(e){return e.join(Xre).trim()}var ag={};ag.parse=iae;ag.stringify=rae;var Z1=",",Pv=" ",_o="";function iae(e){for(var n=[],t=String(e||_o),i=t.indexOf(Z1),r=0,a=!1,o;!a;)i===-1&&(i=t.length,a=!0),o=t.slice(r,i).trim(),(o||!a)&&n.push(o),r=i+1,i=t.indexOf(Z1,r);return n}function rae(e,n){var t=n||{},i=t.padLeft===!1?_o:Pv,r=t.padRight?Pv:_o;return e[e.length-1]===_o&&(e=e.concat(_o)),e.join(r+Z1+i).trim()}var Rv=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,aae=/\n/g,sae=/^\s*/,oae=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,lae=/^:\s*/,fae=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,dae=/^[;\s]*/,uae=/^\s+|\s+$/g,cae=`
872
- `,Av="/",Bv="*",va="",hae="comment",gae="declaration",mae=function(e,n){if(typeof e!="string")throw new TypeError("First argument must be a string");if(!e)return[];n=n||{};var t=1,i=1;function r(_){var C=_.match(aae);C&&(t+=C.length);var E=_.lastIndexOf(cae);i=~E?_.length-E:i+_.length}function a(){var _={line:t,column:i};return function(C){return C.position=new o(_),u(),C}}function o(_){this.start=_,this.end={line:t,column:i},this.source=n.source}o.prototype.content=e;function f(_){var C=new Error(n.source+":"+t+":"+i+": "+_);if(C.reason=_,C.filename=n.source,C.line=t,C.column=i,C.source=e,!n.silent)throw C}function d(_){var C=_.exec(e);if(C){var E=C[0];return r(E),e=e.slice(E.length),C}}function u(){d(sae)}function c(_){var C;for(_=_||[];C=g();)C!==!1&&_.push(C);return _}function g(){var _=a();if(!(Av!=e.charAt(0)||Bv!=e.charAt(1))){for(var C=2;va!=e.charAt(C)&&(Bv!=e.charAt(C)||Av!=e.charAt(C+1));)++C;if(C+=2,va===e.charAt(C-1))return f("End of comment missing");var E=e.slice(2,C-2);return i+=2,r(E),e=e.slice(C),i+=2,_({type:hae,comment:E})}}function m(){var _=a(),C=d(oae);if(C){if(g(),!d(lae))return f("property missing ':'");var E=d(fae),x=_({type:gae,property:zv(C[0].replace(Rv,va)),value:E?zv(E[0].replace(Rv,va)):va});return d(dae),x}}function w(){var _=[];c(_);for(var C;C=m();)C!==!1&&(_.push(C),c(_));return _}return u(),w()};function zv(e){return e?e.replace(uae,va):va}var pae=mae;function vae(e,n){var t=null;if(!e||typeof e!="string")return t;for(var i,r=pae(e),a=typeof n=="function",o,f,d=0,u=r.length;d<u;d++)i=r[d],o=i.property,f=i.value,a?n(o,f,i):f&&(t||(t={}),t[o]=f);return t}var kae=vae;const wae="http://www.w3.org/1999/xhtml",_ae="http://www.w3.org/1998/Math/MathML",bae="http://www.w3.org/2000/svg",yae="http://www.w3.org/1999/xlink",xae="http://www.w3.org/XML/1998/namespace",Sae="http://www.w3.org/2000/xmlns/",Cae={html:wae,mathml:_ae,svg:bae,xlink:yae,xml:xae,xmlns:Sae};var Eae=cre,bw=xre,Fae=Fre,Mae=Qre,Tae=rg,Lae=ag,Pae=kae,Rae=Cae,sg=H4,Aae=sg("root"),K1=sg("element"),Bae=sg("text"),zae=$ae;function $ae(e,n,t){var i=t||{},r=Iae(e),a=Hae(e),o=jae(e),f;if(typeof e!="function")throw new Error("h is not a function");if(typeof i=="string"||typeof i=="boolean"?(f=i,i={}):f=i.prefix,Aae(n))n=n.children.length===1&&K1(n.children[0])?n.children[0]:{type:"element",tagName:"div",properties:{},children:n.children};else if(!K1(n))throw new Error("Expected root or element, not `"+(n&&n.type||n)+"`");return yw(e,n,{schema:i.space==="svg"?bw:Eae,prefix:f??(r||a||o?"h-":null),key:0,react:r,vue:a,vdom:o,hyperscript:Dae(e)})}function yw(e,n,t){var i=t.schema,r=i,a=n.tagName,o={},f=[],d=-1,u,c;i.space==="html"&&a.toLowerCase()==="svg"&&(r=bw,t.schema=r);for(u in n.properties)Oae(o,u,n.properties[u],t,a);if(t.vdom&&(r.space==="html"?a=a.toUpperCase():o.namespace=Rae[r.space]),t.prefix&&(t.key++,o.key=t.prefix+t.key),n.children)for(;++d<n.children.length;)c=n.children[d],K1(c)?f.push(yw(e,c,t)):Bae(c)&&f.push(c.value);return t.schema=i,f.length?e.call(n,a,o,f):e.call(n,a,o)}function Oae(e,n,t,i,r){var a=Fae(i.schema,n),o;t==null||t!==t||t===!1&&(i.vue||i.vdom||i.hyperscript)||!t&&a.boolean&&(i.vue||i.vdom||i.hyperscript)||(t&&typeof t=="object"&&"length"in t&&(t=(a.commaSeparated?Lae:Tae).stringify(t)),a.boolean&&i.hyperscript&&(t=""),a.property==="style"&&typeof t=="string"&&(i.react||i.vue||i.vdom)&&(t=Nae(t,r)),i.vue?a.property!=="style"&&(o="attrs"):a.mustUseProperty||(i.vdom?a.property!=="style"&&(o="attributes"):i.hyperscript&&(o="attrs")),o?(e[o]||(e[o]={}),e[o][a.attribute]=t):a.space&&i.react?e[Mae[a.property]||a.property]=t:e[a.attribute]=t)}function Iae(e){var n=e&&e("div");return!!(n&&("_owner"in n||"_store"in n)&&n.key==null)}function Dae(e){return!!(e&&e.context&&e.cleanup)}function jae(e){return e&&e("div").type==="VirtualNode"}function Hae(e){var n=e&&e("div");return!!(n&&n.context&&n.context._isVue)}function Nae(e,n){var t={};try{Pae(e,i)}catch(r){throw r.message=n+"[style]"+r.message.slice(9),r}return t;function i(r,a){r.slice(0,4)==="-ms-"&&(r="ms-"+r.slice(4)),t[r.replace(/-([a-z])/g,Vae)]=a}}function Vae(e,n){return n.toUpperCase()}var Gae=xw;function xw(e){if(typeof e=="string")return Zae(e);if(e==null)return Kae;if(typeof e=="object")return("length"in e?Uae:qae)(e);if(typeof e=="function")return e;throw new Error("Expected function, string, or object as test")}function Wae(e){for(var n=[],t=e.length,i=-1;++i<t;)n[i]=xw(e[i]);return n}function qae(e){return n;function n(t){var i;for(i in e)if(t[i]!==e[i])return!1;return!0}}function Uae(e){var n=Wae(e),t=n.length;return i;function i(){for(var r=-1;++r<t;)if(n[r].apply(this,arguments))return!0;return!1}}function Zae(e){return n;function n(t){return!!(t&&t.type===e)}}function Kae(){return!0}var Yae=Od,Jae=Gae,Sw=!0,Cw="skip",Pf=!1;Od.CONTINUE=Sw;Od.SKIP=Cw;Od.EXIT=Pf;function Od(e,n,t,i){var r;typeof n=="function"&&typeof t!="function"&&(i=t,t=n,n=null),r=Jae(n),a(e,null,[]);function a(f,d,u){var c=[],g;return(!n||r(f,d,u[u.length-1]||null))&&(c=$v(t(f,u)),c[0]===Pf)?c:f.children&&c[0]!==Cw?(g=$v(o(f.children,u.concat(f))),g[0]===Pf?g:c):c}function o(f,d){for(var u=-1,c=i?-1:1,g=(i?f.length:u)+c,m;g>u&&g<f.length;){if(m=a(f[g],g,d),m[0]===Pf)return m;g=typeof m[1]=="number"?m[1]:g+c}}}function $v(e){return e!==null&&typeof e=="object"&&"length"in e?e:typeof e=="number"?[Sw,e]:[e]}var Qae=Dd,Id=Yae,Xae=Id.CONTINUE,ese=Id.SKIP,nse=Id.EXIT;Dd.CONTINUE=Xae;Dd.SKIP=ese;Dd.EXIT=nse;function Dd(e,n,t,i){typeof n=="function"&&typeof t!="function"&&(i=t,t=n,n=null),Id(e,n,r,i);function r(a,o){var f=o[o.length-1],d=f?f.children.indexOf(a):null;return t(a,d,f)}}var tse=Qae,ise=Object.prototype.hasOwnProperty,d1={align:"text-align",valign:"vertical-align",height:"height",width:"width"},rse=function(n){return tse(n,"element",ase),n};function ase(e){if(!(e.tagName!=="tr"&&e.tagName!=="td"&&e.tagName!=="th")){var n,t;for(n in d1)!ise.call(d1,n)||e.properties[n]===void 0||(t=d1[n],sse(e,t,e.properties[n]),delete e.properties[n])}}function sse(e,n,t){var i=(e.properties.style||"").trim();i&&!/;\s*/.test(i)&&(i+=";"),i&&(i+=" ");var r=i+n+": "+t+";";e.properties.style=r}var ose=zae,lse=rse,fse=cse,dse={}.hasOwnProperty,use=new Set(["table","thead","tbody","tfoot","tr","th","td"]);function cse(e){var n=e||{},t=n.createElement;this.Compiler=i;function i(a){var o=ose(r,lse(a),n.prefix);return a.type==="root"?(o=o.type==="div"&&(a.children.length!==1||a.children[0].type!=="element")?o.props.children:[o],t(n.Fragment||"div",{},o)):o}function r(a,o,f){var d=a;return f&&use.has(a)&&(f=f.filter(function(u){return u!==`
873
- `})),n.components&&dse.call(n.components,a)&&(d=n.components[a],n.passNode&&(o.node=this)),t(d,o,f)}}const hse=Yr(fse);function Y1(){return Y1=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])}return e},Y1.apply(this,arguments)}var gse=function(n,t){var i=t===void 0?{}:t,r=i.remarkParseOptions,a=i.remarkToRehypeOptions,o=i.rehypeReactOptions,f=i.remarkPlugins,d=f===void 0?[]:f,u=i.rehypePlugins,c=u===void 0?[]:u;return BK().use(yne,r).use(d).use(Aie,a).use(c).use(hse,Y1({createElement:y.createElement,Fragment:y.Fragment},o)).processSync(n).result};const mse="_root_1lrqz_120",pse={root:mse},vse=e=>e.replace(/"/g,"QUOTE"),kse=e=>e.replace(new RegExp("QUOTE","g"),'"'),wse=({className:e,elementTag:n,text:t})=>{const i=kse(Hk(vse(t))),r=gse(i,{rehypeReactOptions:{components:{h1:({...a})=>k.jsx(z.Typography,{type:"h1",as:n,...a}),h2:({...a})=>k.jsx(z.Typography,{type:"h2",as:n,...a}),h3:({...a})=>k.jsx(z.Typography,{type:"h3",as:n,...a}),h4:({...a})=>k.jsx(z.Typography,{type:"h4",as:n,...a}),h5:({...a})=>k.jsx(z.Typography,{type:"h5",as:n,...a}),h6:({...a})=>k.jsx(z.Typography,{type:"h6",as:n,...a}),hr:({...a})=>k.jsx(z.Divider,{...a}),li:({...a})=>k.jsx("li",{children:k.jsx(z.Typography,{type:"body-regular",as:n,...a})}),p:({...a})=>k.jsx(z.Typography,{as:"p",type:"body-regular",...a})}}});return k.jsx("div",{className:je(pse.root,e),children:r})},_se="_menuLinkList_1ivvi_120",bse={menuLinkList:_se};function yse({className:e,items:n,type:t="detail-regular"}){return k.jsx("ul",{className:je(bse.menuLinkList,e),role:"list",children:n&&n.map(({href:i,label:r,onClick:a,rel:o,target:f},d)=>k.jsx("li",{children:k.jsx(z.Button,{onClick:a,href:i,target:f,rel:o,children:k.jsx(z.Typography,{type:t,as:"span",children:r})})},`${r}_${d}`))})}const xse="_mobileHeaderBar_12qve_120",Sse="_typography_12qve_131",Cse="_titleElement_12qve_139",Ese="_mobileHeaderBarIcon_12qve_147",mo={mobileHeaderBar:xse,typography:Sse,titleElement:Cse,mobileHeaderBarIcon:Ese},Fse=({as:e,className:n,left:t,right:i,title:r,type:a="h2"})=>{const o=typeof r=="string";return k.jsxs("div",{className:je(mo.mobileHeaderBar,n),children:[k.jsx("div",{className:mo.mobileHeaderBarIcon,children:t}),o?k.jsx(z.Typography,{className:mo.typography,type:a,as:e,children:r}):k.jsx("div",{className:mo.titleElement,children:r}),k.jsx("div",{className:mo.mobileHeaderBarIcon,children:i})]})},Mse="_root_l8201_120",Tse="_body_l8201_132",Lse="_header_l8201_136",Pse="_header-controls_l8201_144",Rse="_navigation_l8201_151",Ase="_swiper_l8201_160",Bse="_slide_l8201_164",zse="_slide--profiles_with_address_l8201_168",$se="_slide--profiles_with_written_recommendations_l8201_172",ji={root:Mse,body:Tse,header:Lse,"header-controls":"_header-controls_l8201_144",headerControls:Pse,navigation:Rse,swiper:Ase,slide:Bse,"slide--profiles_with_address":"_slide--profiles_with_address_l8201_168",slideProfilesWithAddress:zse,"slide--profiles_with_written_recommendations":"_slide--profiles_with_written_recommendations_l8201_172",slideProfilesWithWrittenRecommendations:$se},Ose=(e,n)=>p.createElement("svg",{width:343,height:192,viewBox:"0 0 343 192",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_20866_10199)"},p.createElement("g",{clipPath:"url(#clip1_20866_10199)"},p.createElement("rect",{x:114,width:115,height:192,fill:"#E9E8ED"}),p.createElement("rect",{x:228.66,width:114.33,height:192,fill:"#D2D0DB"}),p.createElement("path",{d:"M228.664 0H342.994V80H228.664V0Z",fill:"#E9E8ED"}),p.createElement("path",{d:"M0 0H114V192H0V0Z",fill:"#D2D0DB"}),p.createElement("path",{d:"M0 96L114.33 192H0V96Z",fill:"#F4F3F6"}),p.createElement("path",{d:"M114.33 0H228.663V112L171.497 136L114.33 112V0Z",fill:"#F4F3F6"}))),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_20866_10199"},p.createElement("rect",{width:343,height:192,fill:"white"})),p.createElement("clipPath",{id:"clip1_20866_10199"},p.createElement("rect",{width:343,height:192,fill:"white"})))),Ew=y.forwardRef(Ose),Ise="_root_k8wk9_120",Dse="_root__imageContainer_k8wk9_131",jse="_root__image_k8wk9_131",Hse="_root__imagePlaceholder_k8wk9_143",Nse="_root__heart_k8wk9_148",Vse="_root__info_k8wk9_158",Gse="_root__titleContainer_k8wk9_165",Wse="_root__title_k8wk9_165",qse="_root__category_k8wk9_176",Use="_root__address_k8wk9_183",mi={root:Ise,root__imageContainer:Dse,root__image:jse,root__imagePlaceholder:Hse,root__heart:Nse,"root__heartIcon--filled":"_root__heartIcon--filled_k8wk9_155",root__info:Vse,root__titleContainer:Gse,root__title:Wse,root__category:qse,root__address:Use};function Zse({address:e,categories:n,heartAriaLabel:t,heartFilled:i,onCardClick:r,onHeartClick:a,renderImage:o,title:f}){const d=u=>{u.preventDefault(),u.stopPropagation(),a()};return k.jsxs("article",{className:mi.root,onClick:r,tabIndex:0,role:"link",children:[k.jsxs("div",{className:mi.root__imageContainer,children:[k.jsx(z.OverlayButton,{className:mi.root__heart,iconClassName:je(mi.root__heartIcon,{[mi["root__heartIcon--filled"]]:i}),iconSelected:"heart_filled",iconUnselected:"heart_outline",selected:i,ariaLabel:t,onClick:d}),o?o({className:mi.root__image}):k.jsx(Ew,{className:mi.root__imagePlaceholder})]}),k.jsxs("div",{className:mi.root__info,children:[k.jsx("div",{className:mi.root__titleContainer,children:k.jsx(z.Typography,{type:"body-semibold",as:"h4",className:mi.root__title,children:f})}),k.jsx(z.Typography,{type:"detail-medium",as:"p",className:mi.root__category,children:n.join(", ")}),k.jsx(z.Typography,{type:"detail-medium",as:"p",className:mi.root__address,children:e})]})]})}const Kse="_root_tdrpm_120",Yse="_root__imageContainer_tdrpm_131",Jse="_root__heart_tdrpm_139",Qse="_root__image_tdrpm_131",Xse="_root__imagePlaceholder_tdrpm_154",eoe="_root__info_tdrpm_159",noe="_root__title_tdrpm_163",toe="_root__category_tdrpm_171",ioe="_root__quote_tdrpm_179",roe="_quote_tdrpm_183",aoe="_quote__container_tdrpm_191",soe="_quote__text_tdrpm_197",It={root:Kse,root__imageContainer:Yse,root__heart:Jse,"root__heartIcon--filled":"_root__heartIcon--filled_tdrpm_146",root__image:Qse,root__imagePlaceholder:Xse,root__info:eoe,root__title:noe,root__category:toe,root__quote:ioe,quote:roe,quote__container:aoe,quote__text:soe},ooe=62,loe=84;function foe({authorName:e,categories:n,heartAriaLabel:t,heartFilled:i,onCardClick:r,onHeartClick:a,renderImage:o,text:f,title:d}){const c=X1()?loe:ooe,g=f.length>=c?`${f.slice(0,c-1).trimEnd()}...`:f,m=w=>{w.preventDefault(),w.stopPropagation(),a()};return k.jsxs("article",{className:It.root,onClick:r,tabIndex:0,role:"link",children:[k.jsxs("div",{className:It.root__imageContainer,children:[k.jsx(z.OverlayButton,{className:It.root__heart,iconClassName:je(It.root__heartIcon,{[It["root__heartIcon--filled"]]:i}),iconSelected:"heart_filled",iconUnselected:"heart_outline",selected:i,ariaLabel:t,onClick:m}),o?o({className:It.root__image}):k.jsx(Ew,{className:It.root__imagePlaceholder})]}),k.jsxs("div",{className:It.root__info,children:[k.jsx(z.Typography,{type:"body-semibold",as:"h4",className:It.root__title,children:d}),k.jsx(z.Typography,{type:"detail-medium",as:"p",className:It.root__category,children:n.join(", ")}),k.jsxs("div",{className:je(It.root__quote,It.quote),children:[k.jsx("blockquote",{className:It.quote__container,children:k.jsx(z.Typography,{type:"detail-regular",as:"p",className:It.quote__text,children:`“${g}”`})}),k.jsx(z.Typography,{type:"detail-medium",as:"p",children:`–${e}`})]})]})]})}const doe={profiles_with_address:Zse,profiles_with_written_recommendations:foe};function uoe({className:e,headerClassname:n,items:t,linkLabel:i,onLinkClick:r,onSwipe:a,sliderOffsetDesktop:o=12,sliderOffsetMobile:f=12,title:d,variant:u}){const c=y.useRef(null),g=y.useRef(null),m=y.useRef(null),w=y.useRef(0),_=doe[u],C=X1(),E=C?"h4":"h5",x=C?o:f,M=y.useCallback(gs.debounce(L=>{if(w.current===L.activeIndex)return;const D=L.activeIndex>w.current?"next":"prev";a==null||a(D),w.current=L.activeIndex},200),[a]);return k.jsx(z.Card,{className:je(ji.root,e),borderRadius:!0,children:k.jsxs(z.CardBody,{className:ji.body,children:[k.jsx(z.CardHeader,{headline:d,type:E,as:"h3",className:je(ji.header,n),rightElement:k.jsxs("div",{className:ji.headerControls,children:[k.jsx(z.TextButton,{color:"blue",text:i,size:"medium",onClick:r}),k.jsxs("div",{className:ji.navigation,role:"presentation",children:[k.jsx(z.IconButton,{ref:g,icon:"chevron_left",size:"small",className:ji.arrow,ariaLabel:"Previous"}),k.jsx(z.IconButton,{ref:m,icon:"chevron_right",size:"small",className:ji.arrow,ariaLabel:"Next"})]})]})}),k.jsx(Ch,{className:ji.swiper,ref:c,init:!1,modules:[sk,ok],slidesPerView:"auto",spaceBetween:12,slidesOffsetBefore:x,slidesOffsetAfter:x,onActiveIndexChange:M,onBeforeInit:L=>{w.current=L.activeIndex,L.params.navigation.nextEl=m.current,L.params.navigation.prevEl=g.current},children:t.map(L=>k.jsx(Eh,{className:je(ji.slide,ji[`slide--${u}`]),children:k.jsx(_,{...L})},L.title))})]})})}const coe="_root_a9de2_120",hoe="_poiButton_a9de2_123",goe="_card_a9de2_126",moe="_cardBody_a9de2_135",poe="_leftIconWrapper_a9de2_142",voe="_infoSection_a9de2_159",koe="_truncatedText_a9de2_165",woe="_title_a9de2_171",_oe="_location_a9de2_174",boe="_withDisc_a9de2_179",yoe="_rightIconWrapper_a9de2_183",xoe="_removeButton_a9de2_188",wt={root:coe,poiButton:hoe,card:goe,cardBody:moe,leftIconWrapper:poe,infoSection:voe,truncatedText:koe,title:woe,location:_oe,withDisc:boe,rightIconWrapper:yoe,removeButton:xoe},Soe=({address:e,badges:n=[],heartComponent:t,hood:i,imageSrc:r,onClick:a,onRemove:o,placeholderType:f="business",subcategory:d,title:u})=>k.jsxs("div",{className:wt.root,children:[k.jsx(z.Button,{className:wt.poiButton,onClick:a,children:k.jsx(z.Card,{borderRadius:!0,withoutPadding:!0,className:wt.card,children:k.jsxs(z.CardBody,{className:wt.cardBody,children:[k.jsx("div",{className:wt.leftIconWrapper,children:k.jsx(z.Badge,{badgeIcons:n,size:"small",children:r?k.jsx(z.Thumbnail,{shape:"circular",size:"64",src:r,alt:u}):k.jsx(z.PoiAvatar,{size:"64",type:f})})}),k.jsxs("div",{className:wt.infoSection,"data-testid":"poi-card-info",children:[k.jsx(z.Typography,{as:"span",type:"body-semibold",className:je(wt.truncatedText,wt.title),children:u}),d&&k.jsx(z.Typography,{as:"span",type:"detail-regular",className:wt.truncatedText,children:d}),k.jsxs("ul",{className:je({[wt.location]:e}),children:[k.jsx("li",{children:e&&k.jsx(z.Typography,{as:"span",type:"detail-medium",className:wt.truncatedText,children:e})}),i&&k.jsx("li",{className:je({[wt.withDisc]:e}),children:k.jsx(z.Typography,{as:"span",type:"detail-medium",className:je(wt.truncatedText,wt.hood),children:i})})]})]})]})})}),k.jsx("div",{className:wt.rightIconWrapper,children:o?k.jsx(z.IconButton,{icon:"cross_circle",size:"small",onClick:o,ariaLabel:"remove button",className:wt.removeButton}):t})]}),Coe="_root_eo9xr_120",Eoe="_interactive_eo9xr_124",Foe="_text_eo9xr_128",Moe="_name_eo9xr_135",Toe="_link_eo9xr_139",po={root:Coe,interactive:Eoe,text:Foe,name:Moe,link:Toe},Fw=({alt:e,link:n,name:t,onClick:i,src:r})=>{const a=i?z.Button:"div";return k.jsxs(a,{className:je(po.root,{[po.interactive]:!!i}),...i&&{onClick:i},children:[k.jsx(z.Thumbnail,{alt:e,src:r,shape:"circular",size:"56"}),k.jsxs("div",{className:po.text,children:[k.jsx(z.Typography,{className:po.name,type:"h5",children:t}),k.jsx(z.Typography,{type:"detail-medium",className:po.link,children:n})]})]})},Loe="_root_79j2h_120",Poe="_root__tileItem_79j2h_125",Roe="_root__moreBtn_79j2h_129",yf={root:Loe,root__tileItem:Poe,root__moreBtn:Roe},Aoe="_poiProfileTile_afq96_120",Boe="_poiProfileTile__icon_afq96_131",zoe="_poiProfileTile__label_afq96_138",xf={poiProfileTile:Aoe,poiProfileTile__icon:Boe,poiProfileTile__label:zoe,"poiProfileTile--selected":"_poiProfileTile--selected_afq96_149"},Ov=({buttonLabel:e,icon:n,selected:t,...i})=>k.jsxs(z.Button,{...i,className:je(xf.poiProfileTile,{[xf["poiProfileTile--selected"]]:t}),children:[k.jsx(z.Icon,{name:n,size:"32",className:xf.poiProfileTile__icon}),k.jsx(z.Typography,{type:"detail-medium",className:xf.poiProfileTile__label,children:e})]}),$oe=({moreMenuData:e,tiles:n,withoutMoreMenu:t})=>{const[i,r]=y.useState(!1),a=y.useRef(null),o=()=>r(!1);return k.jsxs("ul",{className:yf.root,children:[n.map((f,d)=>k.jsx("li",{className:yf.root__tileItem,ref:f.ref,children:k.jsx(Ov,{...f})},`${f.buttonLabel}-${d}`)),t?null:k.jsxs("li",{className:je(yf.root__moreBtn,yf.root__tileItem),ref:a,children:[k.jsx(Ov,{buttonLabel:"Mehr",icon:"more_dots_outline",onClick:()=>r(!i)}),k.jsx(z.Popup,{open:i,anchor:a.current,placement:"top-end",handleClickAway:o,offset:(e==null?void 0:e.offset)&&e.offset,children:k.jsx(z.DropdownCard,{items:e.options,onClose:o,hasHeader:!0,headerProps:{text:"Schließen"}})})]})]})};function Ooe(e){var n=typeof e;return e!=null&&(n=="object"||n=="function")}var Mw=Ooe,Ioe=typeof ct=="object"&&ct&&ct.Object===Object&&ct,Doe=Ioe,joe=Doe,Hoe=typeof self=="object"&&self&&self.Object===Object&&self,Noe=joe||Hoe||Function("return this")(),Tw=Noe,Voe=Tw,Goe=function(){return Voe.Date.now()},Woe=Goe,qoe=/\s/;function Uoe(e){for(var n=e.length;n--&&qoe.test(e.charAt(n)););return n}var Zoe=Uoe,Koe=Zoe,Yoe=/^\s+/;function Joe(e){return e&&e.slice(0,Koe(e)+1).replace(Yoe,"")}var Qoe=Joe,Xoe=Tw,ele=Xoe.Symbol,Lw=ele,Iv=Lw,Pw=Object.prototype,nle=Pw.hasOwnProperty,tle=Pw.toString,vo=Iv?Iv.toStringTag:void 0;function ile(e){var n=nle.call(e,vo),t=e[vo];try{e[vo]=void 0;var i=!0}catch{}var r=tle.call(e);return i&&(n?e[vo]=t:delete e[vo]),r}var rle=ile,ale=Object.prototype,sle=ale.toString;function ole(e){return sle.call(e)}var lle=ole,Dv=Lw,fle=rle,dle=lle,ule="[object Null]",cle="[object Undefined]",jv=Dv?Dv.toStringTag:void 0;function hle(e){return e==null?e===void 0?cle:ule:jv&&jv in Object(e)?fle(e):dle(e)}var gle=hle;function mle(e){return e!=null&&typeof e=="object"}var ple=mle,vle=gle,kle=ple,wle="[object Symbol]";function _le(e){return typeof e=="symbol"||kle(e)&&vle(e)==wle}var ble=_le,yle=Qoe,Hv=Mw,xle=ble,Nv=NaN,Sle=/^[-+]0x[0-9a-f]+$/i,Cle=/^0b[01]+$/i,Ele=/^0o[0-7]+$/i,Fle=parseInt;function Mle(e){if(typeof e=="number")return e;if(xle(e))return Nv;if(Hv(e)){var n=typeof e.valueOf=="function"?e.valueOf():e;e=Hv(n)?n+"":n}if(typeof e!="string")return e===0?e:+e;e=yle(e);var t=Cle.test(e);return t||Ele.test(e)?Fle(e.slice(2),t?2:8):Sle.test(e)?Nv:+e}var Tle=Mle,Lle=Mw,u1=Woe,Vv=Tle,Ple="Expected a function",Rle=Math.max,Ale=Math.min;function Ble(e,n,t){var i,r,a,o,f,d,u=0,c=!1,g=!1,m=!0;if(typeof e!="function")throw new TypeError(Ple);n=Vv(n)||0,Lle(t)&&(c=!!t.leading,g="maxWait"in t,a=g?Rle(Vv(t.maxWait)||0,n):a,m="trailing"in t?!!t.trailing:m);function w(I){var K=i,oe=r;return i=r=void 0,u=I,o=e.apply(oe,K),o}function _(I){return u=I,f=setTimeout(x,n),c?w(I):o}function C(I){var K=I-d,oe=I-u,ae=n-K;return g?Ale(ae,a-oe):ae}function E(I){var K=I-d,oe=I-u;return d===void 0||K>=n||K<0||g&&oe>=a}function x(){var I=u1();if(E(I))return M(I);f=setTimeout(x,C(I))}function M(I){return f=void 0,m&&i?w(I):(i=r=void 0,o)}function L(){f!==void 0&&clearTimeout(f),u=0,i=d=r=f=void 0}function D(){return f===void 0?o:M(u1())}function P(){var I=u1(),K=E(I);if(i=arguments,r=this,d=I,K){if(f===void 0)return _(d);if(g)return clearTimeout(f),f=setTimeout(x,n),w(d)}return f===void 0&&(f=setTimeout(x,n)),o}return P.cancel=L,P.flush=D,P}var zle=Ble;const $le=Yr(zle);var cs=(e=>(e.Mouse="mouse",e.Touch="touch",e.Pointer="pointer",e))(cs||{}),bo=(e=>(e.CancelledByMovement="cancelled-by-movement",e.CancelledByRelease="cancelled-by-release",e.CancelledOutsideElement="cancelled-outside-element",e))(bo||{});const Rw=()=>typeof window=="object"?(window==null?void 0:window.PointerEvent)??null:null,Ole=()=>typeof window=="object"?(window==null?void 0:window.TouchEvent)??null:null;function Aw(e){const{nativeEvent:n}=e,t=Ole();return t&&n instanceof t||"touches"in e}function Bw(e){const n=Rw();return e.nativeEvent instanceof MouseEvent&&!(n&&e.nativeEvent instanceof n)}function zw(e){const{nativeEvent:n}=e;if(!n)return!1;const t=Rw();return t&&n instanceof t||"pointerId"in n}function Gv(e){return Bw(e)||Aw(e)||zw(e)}function Wv(e){return Aw(e)?{x:e.touches[0].pageX,y:e.touches[0].pageY}:Bw(e)||zw(e)?{x:e.pageX,y:e.pageY}:null}function Ile(e){return{target:e.target,currentTarget:e.currentTarget,nativeEvent:e,persist:()=>{}}}function Dle(e,{threshold:n=400,captureEvent:t=!1,detect:i=cs.Pointer,cancelOnMovement:r=!1,cancelOutsideElement:a=!0,filterEvents:o,onStart:f,onMove:d,onFinish:u,onCancel:c}={}){const g=y.useRef(!1),m=y.useRef(!1),w=y.useRef(),_=y.useRef(),C=y.useRef(e),E=y.useRef(null),x=y.useCallback(P=>I=>{m.current||Gv(I)&&(o!==void 0&&!o(I)||(t&&I.persist(),f==null||f(I,{context:P}),E.current=Wv(I),m.current=!0,w.current=I.currentTarget,_.current=setTimeout(()=>{C.current&&(C.current(I,{context:P}),g.current=!0)},n)))},[t,o,f,n]),M=y.useCallback(P=>(I,K)=>{Gv(I)&&m.current&&(E.current=null,t&&I.persist(),g.current?u==null||u(I,{context:P}):m.current&&(c==null||c(I,{context:P,reason:K??bo.CancelledByRelease})),g.current=!1,m.current=!1,_.current!==void 0&&clearTimeout(_.current))},[t,u,c]),L=y.useCallback(P=>I=>{if(d==null||d(I,{context:P}),r!==!1&&E.current){const K=Wv(I);if(K){const oe=r===!0?25:r,ae={x:Math.abs(K.x-E.current.x),y:Math.abs(K.y-E.current.y)};(ae.x>oe||ae.y>oe)&&M(P)(I,bo.CancelledByMovement)}}},[M,r,d]),D=y.useCallback(P=>{if(e===null)return{};switch(i){case cs.Mouse:{const I={onMouseDown:x(P),onMouseMove:L(P),onMouseUp:M(P)};return a&&(I.onMouseLeave=K=>{M(P)(K,bo.CancelledOutsideElement)}),I}case cs.Touch:return{onTouchStart:x(P),onTouchMove:L(P),onTouchEnd:M(P)};case cs.Pointer:{const I={onPointerDown:x(P),onPointerMove:L(P),onPointerUp:M(P)};return a&&(I.onPointerLeave=K=>M(P)(K,bo.CancelledOutsideElement)),I}}},[e,M,a,i,L,x]);return y.useEffect(()=>{if(!window)return;function P(I){const K=Ile(I);M()(K)}return window.addEventListener("mouseup",P),window.addEventListener("touchend",P),window.addEventListener("pointerup",P),()=>{window.removeEventListener("mouseup",P),window.removeEventListener("touchend",P),window.removeEventListener("pointerup",P)}},[M]),y.useEffect(()=>()=>{_.current!==void 0&&clearTimeout(_.current)},[]),y.useEffect(()=>{C.current=e},[e]),D}const qv=["thank_you","agree","support","great","good_idea","bravo","haha","wow","sad"],$w=e=>e.slice().sort((n,t)=>{const i=n.count??0,r=t.count??0;return i!==r?r-i:qv.indexOf(n.reaction)-qv.indexOf(t.reaction)}),jle=e=>Object.values(Wn.REACTION_TYPE).includes(e)&&e!=="bookmark",Hle="_reactionStack_5bwe0_120",Nle="_stack_5bwe0_125",Uv={reactionStack:Hle,stack:Nle},Vle="_pill_1nkgi_120",Gle="_pillExpanded_1nkgi_131",Wle="_pillSelected_1nkgi_137",qle="_pillStack_1nkgi_145",Ule="_pillSize--small_1nkgi_148",Zle="_count_1nkgi_152",ls={pill:Vle,pillExpanded:Gle,pillSelected:Wle,pillStack:qle,"pillSize--small":"_pillSize--small_1nkgi_148",pillSizeSmall:Ule,count:Zle},Kle=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_771)"},p.createElement("circle",{cx:10,cy:10,r:8.33333,fill:"#7C5BFF"}),p.createElement("path",{d:"M7.49999 8.33333V10.4167M7.49999 10.4167V12.5M7.49999 10.4167H5.41666M7.49999 10.4167H9.58332M12.9167 13.75V5.68894C12.9167 5.58846 12.7952 5.53814 12.7241 5.60919L10.8333 7.5",stroke:"white",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M9.99999 18.3333C14.6024 18.3333 18.3333 14.6024 18.3333 10C18.3333 5.39762 14.6024 1.66666 9.99999 1.66667C5.39762 1.66667 1.66667 5.39763 1.66667 10C1.66667 14.6024 5.39762 18.3333 9.99999 18.3333Z",stroke:"#4D17E5",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_771"},p.createElement("rect",{width:20,height:20,fill:"white"})))),Yle=y.forwardRef(Kle),Jle=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_783)"},p.createElement("path",{d:"M12.5 3.33334L15.4167 5.83334L2.91667 15L1.25 13.3333V9.16667L6.25 3.75L8.33333 5.41667L12.5 3.33334Z",fill:"#98CBD6"}),p.createElement("path",{d:"M6.97559 18.1003L4.56963 17.0309C4.0579 16.8035 3.6946 16.3343 3.60253 15.7819L3.0508 12.4715C2.96617 11.9638 3.12095 11.4454 3.47012 11.0671L6.99368 7.24989C7.51364 6.68659 8.38062 6.62117 8.97923 7.10006C9.56035 7.56495 10.3981 7.51855 10.9243 6.99233L11.0064 6.91023C11.1669 6.74971 11.36 6.62542 11.5725 6.54572L13.396 5.8619C14.0976 5.59882 14.8884 5.83621 15.3291 6.44216L17.1029 8.88114C17.5747 9.52986 17.5175 10.4226 16.9667 11.0058L11.168 17.1457C10.9494 17.377 10.6693 17.541 10.3605 17.6182L8.05671 18.1941C7.69596 18.2843 7.3154 18.2513 6.97559 18.1003Z",fill:"#E0F5F9"}),p.createElement("path",{d:"M9.58333 8.33333L7.49999 10.4167M9.58333 8.33333C9.58333 8.33333 9.64106 7.14106 9.16666 6.66666C8.92652 6.42652 8.50244 6.32273 8.14218 6.27879C7.73108 6.22864 7.33777 6.41222 7.04492 6.70507L4.99998 8.74999C3.18693 10.5631 2.30547 12.8694 2.87163 14.9137M9.58333 8.33333C9.99561 7.92104 11.0752 6.96561 11.9707 6.18286C12.7821 5.47369 13.972 5.35468 14.8394 5.99399C15.0217 6.12833 15.1905 6.26146 15.3245 6.38256M7.91666 5.83333L6.24999 7.49999M7.91666 5.83333C7.91666 5.83333 7.9744 4.64106 7.49999 4.16666C7.25986 3.92652 6.83578 3.82273 6.47551 3.77879C6.06441 3.72864 5.6711 3.91222 5.37825 4.20507L3.33331 6.24999C0.833326 8.74999 0.104597 12.1879 2.49999 14.5833C2.6197 14.703 2.74376 14.813 2.87163 14.9137M7.91666 5.83333C8.32948 5.4205 9.36671 4.61978 10.2459 3.9616C11.1292 3.30036 12.3014 3.12015 13.2681 3.65222C13.745 3.91475 14.2332 4.23317 14.5833 4.58333C15.2687 5.26865 15.6096 5.95397 15.709 6.62213M15.709 6.62213C15.891 6.7519 16.0715 6.90488 16.25 7.08333C16.5282 7.36149 16.7496 7.63965 16.9211 7.91667M15.709 6.62213C15.5814 6.53113 15.4532 6.45153 15.3245 6.38256M2.87163 14.9137C3.08614 15.6882 3.50846 16.4251 4.16665 17.0833C6.60235 19.519 10.8333 17.9167 12.5 16.25L15 13.75C15.537 13.213 16.5079 12.0474 17.0687 11.3634C17.3525 11.0172 17.5402 10.5993 17.5434 10.1516C17.5483 9.4978 17.4534 8.52294 16.9211 7.91667M18.3333 2.91667L17.4712 3.77879M15.4167 2.91667V1.66667M17.9167 5.83333H19.1667M16.9211 7.91667L12.5 12.3378M15.3245 6.38256L10.8333 10.8737",stroke:"#166473",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_783"},p.createElement("rect",{width:20,height:20,fill:"white"})))),Qle=y.forwardRef(Jle),Xle=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("rect",{x:7.5,y:14.1667,width:5,height:3.33333,fill:"#E9E8ED"}),p.createElement("path",{d:"M5.83333 4.16667L10 2.5L14.1667 4.16667L15.4167 9.16667L13.3333 12.5V13.75H6.66667V12.5L4.58333 9.16667L5.83333 4.16667Z",fill:"#FFDD64"}),p.createElement("path",{d:"M12.5 13.75V13.75C12.9602 13.75 13.3333 13.3769 13.3333 12.9167V12.5928C13.3333 12.3364 13.4541 12.0971 13.6438 11.9246C14.733 10.9338 15.4167 9.50507 15.4167 7.91667C15.4167 4.92512 12.9915 2.5 10 2.5C7.00846 2.5 4.58333 4.92512 4.58333 7.91667C4.58333 9.50507 5.26703 10.9338 6.3562 11.9246C6.54589 12.0971 6.66667 12.3364 6.66667 12.5928V12.9167C6.66667 13.3769 7.03976 13.75 7.5 13.75V13.75M12.5 13.75V15.8333M12.5 13.75H10M7.5 13.75V15.8333M7.5 13.75H10M7.5 15.8333V16.25C7.5 17.1705 8.24619 17.9167 9.16667 17.9167H10.8333C11.7538 17.9167 12.5 17.1705 12.5 16.25V15.8333M7.5 15.8333H12.5M10 13.75V10.4167M10 10.4167L11.6667 8.75M10 10.4167L8.33333 8.75M15.8333 2.91667L16.6667 2.08333M3.33333 2.08333L4.16667 2.91667M2.5 13.75L3.33333 12.9167M16.6667 12.9167L17.5 13.75M17.5 7.91667H18.3333M2.5 7.91667H1.66667",stroke:"#635C80",strokeWidth:1.5,strokeLinecap:"round"})),efe=y.forwardRef(Xle),nfe=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_786)"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99999 18.3333C14.6024 18.3333 18.3333 14.6024 18.3333 10C18.3333 5.39762 14.6024 1.66666 9.99999 1.66666C5.39762 1.66666 1.66666 5.39762 1.66666 10C1.66666 14.6024 5.39762 18.3333 9.99999 18.3333ZM15 10.8333H5L5.83333 14.1667L10 15.4167L14.1667 14.1667L15 10.8333Z",fill:"#FFDD64"}),p.createElement("rect",{x:5,y:10.8333,width:10,height:2.08333,fill:"white"}),p.createElement("path",{d:"M5.83334 12.9167H14.1667L13.3333 14.5833L10 15.4167L6.66668 14.5833L5.83334 12.9167Z",fill:"#705800"}),p.createElement("path",{d:"M11.6667 7.91666C11.6667 7.91666 12.0833 7.08333 12.9167 7.08333C13.75 7.08333 14.1667 7.91666 14.1667 7.91666M8.33332 7.91666C8.33332 7.91666 7.91666 7.08333 7.08332 7.08333C6.24999 7.08333 5.83332 7.91666 5.83332 7.91666M9.99998 1.66666C14.6024 1.66666 18.3333 5.39762 18.3333 10C18.3333 14.6024 14.6024 18.3333 9.99998 18.3333C5.39761 18.3333 1.66666 14.6024 1.66666 10C1.66666 5.39763 5.39761 1.66667 9.99998 1.66666ZM9.99998 15.4167C5.59471 15.4167 4.74729 11.8588 4.60802 11.0124C4.59211 10.9157 4.66782 10.8333 4.76583 10.8333H15.2342C15.3322 10.8333 15.4079 10.9157 15.392 11.0124C15.2527 11.8588 14.4052 15.4167 9.99998 15.4167Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_786"},p.createElement("rect",{width:20,height:20,fill:"white"})))),tfe=y.forwardRef(nfe),ife=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_777)"},p.createElement("circle",{cx:9.99999,cy:10,r:8.33333,fill:"#FFDD64"}),p.createElement("path",{d:"M9.99998 15.4167C8.83155 15.4167 7.99345 14.4511 7.65975 13.9898C7.5845 13.8858 7.66068 13.75 7.78906 13.75H12.2109C12.3393 13.75 12.4155 13.8858 12.3402 13.9898C12.0065 14.4511 11.1684 15.4167 9.99998 15.4167ZM9.99998 15.4167L10.792 14.8887C10.9292 14.7972 10.8644 14.5833 10.6995 14.5833H8.74999M2.04816 7.5C1.80028 8.2892 1.66666 9.129 1.66666 10C1.66666 14.6024 5.39761 18.3333 9.99998 18.3333C14.6024 18.3333 18.3333 14.6024 18.3333 10C18.3333 9.129 18.1997 8.2892 17.9518 7.5M3.48317 4.8057C5.01009 2.89253 7.36188 1.66667 9.99998 1.66667C12.6112 1.66666 14.942 2.86771 16.4699 4.74752M8.33271 5C9.5827 5.41667 10 7.08333 8.75 8.75C7.49999 10.4167 5.83333 10.8333 5.83333 10.8333C5.83333 10.8333 4.16666 10.4167 2.91667 8.75C1.66668 7.08333 2.08271 5.41667 3.33271 5C4.58271 4.58333 5.8327 6.25 5.8327 6.25C5.8327 6.25 7.08272 4.58333 8.33271 5ZM16.666 5C17.916 5.41667 18.3333 7.08333 17.0833 8.75C15.8333 10.4167 14.1667 10.8333 14.1667 10.8333C14.1667 10.8333 12.5 10.4167 11.25 8.75C9.99999 7.08333 10.416 5.41667 11.666 5C12.916 4.58333 14.166 6.25 14.166 6.25C14.166 6.25 15.416 4.58333 16.666 5Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M17.5 5.41666V8.33333L14.1667 11.25L10 7.08333L5.83333 11.25L2.5 8.33333V5.41666H9.16667L10 6.66666L10.8333 5.41666H14.1667H17.5Z",fill:"#EC7BCB"}),p.createElement("path",{d:"M8.3327 5C9.5827 5.41667 10 7.08333 8.74999 8.75C7.49998 10.4167 5.83333 10.8333 5.83333 10.8333C5.83333 10.8333 4.16665 10.4167 2.91666 8.75C1.66667 7.08333 2.0827 5.41667 3.3327 5C4.5827 4.58333 5.8327 6.25 5.8327 6.25C5.8327 6.25 7.08271 4.58333 8.3327 5Z",stroke:"#B22B8A",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M16.666 5C17.916 5.41667 18.3333 7.08333 17.0833 8.75C15.8333 10.4167 14.1666 10.8333 14.1666 10.8333C14.1666 10.8333 12.5 10.4167 11.25 8.75C9.99998 7.08333 10.416 5.41667 11.666 5C12.916 4.58333 14.166 6.25 14.166 6.25C14.166 6.25 15.416 4.58333 16.666 5Z",stroke:"#B22B8A",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_777"},p.createElement("rect",{width:20,height:20,fill:"white"})))),rfe=y.forwardRef(ife),afe=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_792)"},p.createElement("path",{d:"M9.99998 18.3333C14.6024 18.3333 18.3333 14.6024 18.3333 10C18.3333 5.39762 14.6024 1.66666 9.99998 1.66666C5.39761 1.66667 1.66666 5.39763 1.66666 10C1.66666 14.6024 5.39761 18.3333 9.99998 18.3333Z",fill:"#FFDD64"}),p.createElement("path",{d:"M8.33332 14.5833C8.33332 14.5833 9.27228 14.1667 9.99998 14.1667C10.7277 14.1667 11.6667 14.5833 11.6667 14.5833M11.6667 9.16666C11.6667 9.16666 12.3506 9.84563 12.9167 10C13.3876 10.1284 14.1667 10 14.1667 10M8.33332 9.16666C8.33332 9.16666 7.64934 9.84563 7.08332 10C6.61237 10.1284 5.83332 10 5.83332 10M9.99998 1.66666C14.6024 1.66666 18.3333 5.39762 18.3333 10C18.3333 14.6024 14.6024 18.3333 9.99998 18.3333C5.39761 18.3333 1.66666 14.6024 1.66666 10C1.66666 5.39763 5.39761 1.66667 9.99998 1.66666Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M12.5 16.6667C12.5 17.7712 13.4788 18.75 14.5833 18.75C15.6879 18.75 16.6667 17.7712 16.6667 16.6667C16.6667 15.2925 15.2504 12.502 14.7533 11.5649C14.6798 11.4263 14.4869 11.4263 14.4134 11.5649C13.9163 12.502 12.5 15.2925 12.5 16.6667Z",fill:"#98CBD6",stroke:"#01819C",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_792"},p.createElement("rect",{width:20,height:20,fill:"white"})))),sfe=y.forwardRef(afe),ofe=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_774)"},p.createElement("path",{d:"M4.16666 12.5L6.5306 12.894C6.62115 12.9091 6.71279 12.9167 6.80459 12.9167H11.875C12.4503 12.9167 12.9167 13.383 12.9167 13.9583C12.9167 14.1541 12.8626 14.3373 12.7687 14.4938L17.1423 13.0359C17.9332 12.7722 18.75 13.3609 18.75 14.1946C18.75 14.6832 18.4588 15.1248 18.0097 15.3173L10.4758 18.5461C10.1659 18.6789 9.823 18.7146 9.49239 18.6485L5.99515 17.949C5.88753 17.9275 5.77804 17.9167 5.66829 17.9167H4.16666V17.5C4.16666 17.9602 3.79356 18.3333 3.33332 18.3333H2.49999C2.03975 18.3333 1.66666 17.9602 1.66666 17.5V12.5C1.66666 12.0398 2.03975 11.6667 2.49999 11.6667H3.33332C3.79356 11.6667 4.16666 12.0398 4.16666 12.5Z",fill:"#F2FBC4"}),p.createElement("path",{d:"M1.66666 12.0833H4.16666V18.3333H1.66666V12.0833Z",fill:"#B5D622"}),p.createElement("path",{d:"M4.16666 12.5L4.28996 11.7602L3.41666 11.6147V12.5H4.16666ZM4.16666 17.5H3.41666V18.25H4.16666V17.5ZM7.16666 15.8333C7.16666 16.2475 7.50244 16.5833 7.91666 16.5833C8.33087 16.5833 8.66666 16.2475 8.66666 15.8333H7.16666ZM9.52882 18.2391L9.38173 18.9745L9.52882 18.2391ZM10.449 18.1623L10.182 17.4614L10.449 18.1623ZM5.99515 17.5324L5.84806 18.2678L5.99515 17.5324ZM18.076 15.2567L17.809 14.5559L18.076 15.2567ZM6.5306 12.894L6.4073 13.6338L6.5306 12.894ZM4.04336 13.2398L6.4073 13.6338L6.65389 12.1542L4.28996 11.7602L4.04336 13.2398ZM6.80459 13.6667H11.875V12.1667H6.80459V13.6667ZM4.16666 18.25H5.66829V16.75H4.16666V18.25ZM5.84806 18.2678L9.38173 18.9745L9.67591 17.5037L6.14224 16.7969L5.84806 18.2678ZM10.716 18.8631L18.343 15.9576L17.809 14.5559L10.182 17.4614L10.716 18.8631ZM17.2406 12.543L12.3067 13.8587L12.6932 15.308L17.6271 13.9923L17.2406 12.543ZM11.875 14.25H8.74999V15.75H11.875V14.25ZM3.41666 12.5V17.5H4.91666V12.5H3.41666ZM3.33332 17.1667H2.49999V18.6667H3.33332V17.1667ZM2.41666 17.0833V12.9167H0.916656V17.0833H2.41666ZM2.49999 12.8333H3.33332V11.3333H2.49999V12.8333ZM3.41666 12.9167V17.0833H4.91666V12.9167H3.41666ZM3.33332 12.8333C3.37935 12.8333 3.41666 12.8706 3.41666 12.9167H4.91666C4.91666 12.0422 4.20777 11.3333 3.33332 11.3333V12.8333ZM2.41666 12.9167C2.41666 12.8706 2.45397 12.8333 2.49999 12.8333V11.3333C1.62554 11.3333 0.916656 12.0422 0.916656 12.9167H2.41666ZM8.74999 14.25C7.87554 14.25 7.16666 14.9589 7.16666 15.8333H8.66666C8.66666 15.7873 8.70397 15.75 8.74999 15.75V14.25ZM12.1667 13.9583C12.1667 14.1194 12.0361 14.25 11.875 14.25V15.75C12.8645 15.75 13.6667 14.9478 13.6667 13.9583H12.1667ZM19.5 14.2788C19.5 13.0984 18.3811 12.2388 17.2406 12.543L17.6271 13.9923C17.8153 13.9421 18 14.084 18 14.2788H19.5ZM9.38173 18.9745C9.82811 19.0638 10.2906 19.0252 10.716 18.8631L10.182 17.4614C10.0207 17.5229 9.84522 17.5375 9.67591 17.5037L9.38173 18.9745ZM5.66829 18.25C5.72865 18.25 5.78887 18.256 5.84806 18.2678L6.14224 16.7969C5.98619 16.7657 5.82743 16.75 5.66829 16.75V18.25ZM2.49999 17.1667C2.45397 17.1667 2.41666 17.1294 2.41666 17.0833H0.916656C0.916656 17.9578 1.62554 18.6667 2.49999 18.6667V17.1667ZM11.875 13.6667C12.0361 13.6667 12.1667 13.7972 12.1667 13.9583H13.6667C13.6667 12.9688 12.8645 12.1667 11.875 12.1667V13.6667ZM18.343 15.9576C19.0396 15.6922 19.5 15.0242 19.5 14.2788H18C18 14.4018 17.924 14.5121 17.809 14.5559L18.343 15.9576ZM3.33332 18.6667C4.20778 18.6667 4.91666 17.9578 4.91666 17.0833H3.41666C3.41666 17.1294 3.37935 17.1667 3.33332 17.1667V18.6667ZM6.4073 13.6338C6.5386 13.6557 6.67148 13.6667 6.80459 13.6667V12.1667C6.7541 12.1667 6.7037 12.1625 6.65389 12.1542L6.4073 13.6338Z",fill:"#5E6E14"}),p.createElement("path",{d:"M10.4742 3.22183C11.4151 1.4546 12.9419 1.26685 14.1666 2.08332C15.4166 2.91665 15.8333 4.99999 14.5833 6.66665C13.456 8.16969 10.9733 10.3505 10.4966 10.7642C10.4502 10.8045 10.3831 10.8045 10.3366 10.7642C9.86001 10.3505 7.37726 8.16969 6.24998 6.66665C4.99998 4.99999 5.41666 2.91665 6.66664 2.08332C7.89133 1.26685 9.41816 1.4546 10.3591 3.22183C10.3833 3.26718 10.45 3.26718 10.4742 3.22183Z",fill:"#FF9DE2",stroke:"#B22B8A",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_774"},p.createElement("rect",{width:20,height:20,fill:"white"})))),lfe=y.forwardRef(ofe),ffe=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("rect",{x:2.5,y:8.33333,width:3.33333,height:7.5,fill:"#CAE85D"}),p.createElement("path",{d:"M9.16667 2.08333L6.25 8.33333V15.8333H16.6667L17.9167 8.33333L16.6667 6.66667H11.6667L12.0833 3.75L9.16667 2.08333Z",fill:"#F2FBC4"}),p.createElement("path",{d:"M6.25001 8.33333H2.91668C2.45644 8.33333 2.08334 8.70643 2.08334 9.16667V15.4167C2.08334 15.8769 2.45644 16.25 2.91668 16.25H6.25001M6.25001 8.33333L9.08309 2.26246C9.13408 2.15318 9.24376 2.08333 9.36435 2.08333V2.08333C10.8244 2.08333 11.9694 3.33706 11.8372 4.79117L11.6768 6.55488C11.6714 6.61491 11.7186 6.66667 11.7789 6.66667H16.0185C17.0246 6.66667 17.8013 7.55128 17.6712 8.5489L16.856 14.7989C16.7477 15.629 16.0404 16.25 15.2033 16.25H6.25001M6.25001 8.33333V16.25",stroke:"#5E6E14",strokeWidth:1.5})),dfe=y.forwardRef(ffe),ufe=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_789)"},p.createElement("path",{d:"M9.99999 18.3333C14.6024 18.3333 18.3333 14.6024 18.3333 10C18.3333 5.39762 14.6024 1.66666 9.99999 1.66666C5.39762 1.66667 1.66667 5.39763 1.66667 10C1.66667 14.6024 5.39762 18.3333 9.99999 18.3333Z",fill:"#FFDD64"}),p.createElement("path",{d:"M10 12.5L9.16667 13.3333L10 14.1667L10.8333 13.3333L10 12.5ZM10 12.5V13.75M7.5 7.5L7.08333 7.91666M7.08333 7.91666V7.91666C6.85322 7.68655 6.85322 7.31345 7.08333 7.08333V7.08333C7.31345 6.85321 7.68655 6.85321 7.91667 7.08333V7.08333C8.14679 7.31345 8.14679 7.68655 7.91667 7.91666V7.91666C7.68655 8.14678 7.31345 8.14678 7.08333 7.91666V7.91666ZM12.5 7.5L12.0833 7.91666M12.0833 7.91666V7.91666C11.8532 7.68655 11.8532 7.31345 12.0833 7.08333V7.08333C12.3135 6.85321 12.6865 6.85321 12.9167 7.08333V7.08333C13.1468 7.31345 13.1468 7.68655 12.9167 7.91666V7.91666C12.6865 8.14678 12.3135 8.14678 12.0833 7.91666V7.91666ZM9.99999 1.66666C14.6024 1.66666 18.3333 5.39762 18.3333 10C18.3333 14.6024 14.6024 18.3333 9.99999 18.3333C5.39762 18.3333 1.66667 14.6024 1.66667 10C1.66667 5.39763 5.39762 1.66667 9.99999 1.66666ZM11.0417 14.375V14.375C10.4664 14.9503 9.53362 14.9503 8.95833 14.375V14.375C8.38303 13.7997 8.38304 12.867 8.95833 12.2917V12.2917C9.53362 11.7164 10.4664 11.7164 11.0417 12.2917V12.2917C11.617 12.867 11.617 13.7997 11.0417 14.375Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_789"},p.createElement("rect",{width:20,height:20,fill:"white"})))),cfe=y.forwardRef(ufe),hfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("circle",{cx:14,cy:14,r:11.6667,fill:"#7C5BFF"}),p.createElement("path",{d:"M10.5 11.6666V14.5833M10.5 14.5833V17.5M10.5 14.5833H7.58333M10.5 14.5833H13.4167M18.0833 19.25V7.96449C18.0833 7.82383 17.9133 7.75338 17.8138 7.85285L15.1667 10.5",stroke:"white",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M14 25.6666C20.4433 25.6667 25.6667 20.4433 25.6667 14C25.6667 7.55665 20.4433 2.33331 14 2.33331C7.55666 2.33332 2.33333 7.55666 2.33333 14C2.33333 20.4433 7.55666 25.6666 14 25.6666Z",stroke:"#4D17E5",strokeWidth:1.5,strokeLinecap:"round"})),gfe=y.forwardRef(hfe),mfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("path",{d:"M17.5 4.66669L21.5833 8.16669L4.08333 21L1.75 18.6667V12.8334L8.75 5.25002L11.6667 7.58335L17.5 4.66669Z",fill:"#98CBD6"}),p.createElement("path",{d:"M9.76584 25.3404L6.39749 23.8433C5.68107 23.5249 5.17244 22.868 5.04356 22.0947L4.27113 17.4601C4.15265 16.7492 4.36933 16.0235 4.85818 15.4939L9.79116 10.1498C10.5191 9.36122 11.7329 9.26962 12.5709 9.94006C13.3845 10.5909 14.5574 10.526 15.2941 9.78924L15.409 9.67431C15.6337 9.44958 15.904 9.27558 16.2015 9.16399L18.7545 8.20664C19.7366 7.83833 20.8438 8.17068 21.4608 9.01901L23.9441 12.4336C24.6046 13.3418 24.5245 14.5917 23.7534 15.4081L15.6352 24.0039C15.3292 24.3278 14.937 24.5574 14.5047 24.6655L11.2794 25.4718C10.7744 25.5981 10.2416 25.5518 9.76584 25.3404Z",fill:"#E0F5F9"}),p.createElement("path",{d:"M13.4167 11.6666L10.5 14.5833M13.4167 11.6666C13.4167 11.6666 13.4975 9.99747 12.8333 9.3333C12.4971 8.99711 11.9034 8.85181 11.3991 8.79028C10.8235 8.72008 10.2729 8.97709 9.8629 9.38707L6.99999 12.25C4.46171 14.7883 3.22767 18.0172 4.0203 20.8791M13.4167 11.6666C13.9939 11.0894 15.5053 9.75183 16.759 8.65599C17.8949 7.66314 19.5608 7.49653 20.7752 8.39156C21.0304 8.57964 21.2667 8.76602 21.4543 8.93557M11.0833 8.16664L8.75001 10.5M11.0833 8.16664C11.0833 8.16664 11.1642 6.49747 10.5 5.8333C10.1638 5.49711 9.5701 5.35181 9.06573 5.29028C8.49019 5.22008 7.93955 5.47709 7.52957 5.88707L4.66665 8.74997C1.16667 12.25 0.146447 17.0631 3.49999 20.4166C3.6676 20.5842 3.84127 20.7382 4.0203 20.8791M11.0833 8.16664C11.6613 7.58868 13.1134 6.46766 14.3443 5.54622C15.5809 4.62049 17.222 4.3682 18.5753 5.11309C19.243 5.48063 19.9265 5.92642 20.4167 6.41664C21.3761 7.37609 21.8534 8.33554 21.9927 9.27096M21.9927 9.27096C22.2474 9.45264 22.5002 9.66681 22.75 9.91664C23.1394 10.3061 23.4494 10.6955 23.6896 11.0833M21.9927 9.27096C21.814 9.14355 21.6345 9.03212 21.4543 8.93557M4.0203 20.8791C4.32061 21.9635 4.91186 22.9952 5.83333 23.9166C9.24331 27.3266 15.1667 25.0833 17.5 22.75L21 19.25C21.7518 18.4982 23.1111 16.8663 23.8962 15.9088C24.2935 15.4241 24.5562 14.839 24.5608 14.2123C24.5676 13.2969 24.4347 11.9321 23.6896 11.0833M25.6667 4.08331L24.4597 5.29028M21.5833 4.08331V2.33331M25.0833 8.16665H26.8333M23.6896 11.0833L17.5 17.2729M21.4543 8.93557L15.1667 15.2232",stroke:"#166473",strokeWidth:1.5,strokeLinecap:"round"})),pfe=y.forwardRef(mfe),vfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("rect",{x:10.5,y:19.8333,width:7,height:4.66667,fill:"#E9E8ED"}),p.createElement("path",{d:"M8.16666 5.83333L14 3.5L19.8333 5.83333L21.5833 12.8333L18.6667 17.5V19.25H9.33332V17.5L6.41666 12.8333L8.16666 5.83333Z",fill:"#FFDD64"}),p.createElement("path",{d:"M17.5 19.25V19.25C18.1443 19.25 18.6667 18.7277 18.6667 18.0834V17.63C18.6667 17.271 18.8358 16.936 19.1013 16.6944C20.6262 15.3073 21.5833 13.3071 21.5833 11.0834C21.5833 6.89519 18.1882 3.50002 14 3.50002C9.81185 3.50002 6.41668 6.89519 6.41668 11.0834C6.41668 13.3071 7.37386 15.3073 8.89869 16.6944C9.16425 16.936 9.33334 17.271 9.33334 17.63V18.0834C9.33334 18.7277 9.85568 19.25 10.5 19.25V19.25M17.5 19.25V22.1667M17.5 19.25H14M10.5 19.25V22.1667M10.5 19.25H14M10.5 22.1667V22.75C10.5 24.0387 11.5447 25.0834 12.8333 25.0834H15.1667C16.4553 25.0834 17.5 24.0387 17.5 22.75V22.1667M10.5 22.1667H17.5M14 19.25V14.5834M14 14.5834L16.3333 12.25M14 14.5834L11.6667 12.25M22.1667 4.08335L23.3333 2.91669M4.66668 2.91669L5.83334 4.08335M3.50001 19.25L4.66668 18.0834M23.3333 18.0834L24.5 19.25M24.5 11.0834H25.6667M3.50001 11.0834H2.33334",stroke:"#635C80",strokeWidth:1.5,strokeLinecap:"round"})),kfe=y.forwardRef(vfe),wfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 25.6666C20.4433 25.6666 25.6667 20.4433 25.6667 14C25.6667 7.55666 20.4433 2.33331 14 2.33331C7.55669 2.33331 2.33334 7.55666 2.33334 14C2.33334 20.4433 7.55669 25.6666 14 25.6666ZM19.8333 19.8333L21 15.1666H7.00001L8.16668 19.8333L14 21.5833L19.8333 19.8333Z",fill:"#FFDD64"}),p.createElement("rect",{x:7,y:15.1667,width:14,height:2.91667,fill:"white"}),p.createElement("path",{d:"M8.16666 18.0833H19.8333L18.6667 20.4166L14 21.5833L9.33332 20.4166L8.16666 18.0833Z",fill:"#705800"}),p.createElement("path",{d:"M16.3333 11.0833C16.3333 11.0833 16.9167 9.91665 18.0833 9.91665C19.25 9.91665 19.8333 11.0833 19.8333 11.0833M11.6667 11.0833C11.6667 11.0833 11.0833 9.91665 9.91668 9.91665C8.75001 9.91665 8.16668 11.0833 8.16668 11.0833M14 2.33331C20.4433 2.33331 25.6667 7.55665 25.6667 14C25.6667 20.4433 20.4433 25.6667 14 25.6666C7.55668 25.6666 2.33334 20.4433 2.33334 14C2.33334 7.55666 7.55668 2.33332 14 2.33331ZM14 21.5833C7.83262 21.5833 6.64623 16.6024 6.45125 15.4174C6.42898 15.282 6.53498 15.1666 6.67218 15.1666H21.3278C21.465 15.1666 21.571 15.282 21.5488 15.4174C21.3538 16.6024 20.1674 21.5833 14 21.5833Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"})),_fe=y.forwardRef(wfe),bfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("circle",{cx:14,cy:14,r:11.6667,fill:"#FFDD64"}),p.createElement("path",{d:"M14 21.5833C12.3642 21.5833 11.1909 20.2315 10.7237 19.5857C10.6183 19.4401 10.725 19.25 10.9047 19.25H17.0953C17.275 19.25 17.3817 19.4401 17.2763 19.5857C16.8092 20.2315 15.6358 21.5833 14 21.5833ZM14 21.5833L15.1088 20.8441C15.3009 20.7161 15.2102 20.4166 14.9794 20.4166H12.25M2.86745 10.5C2.52042 11.6049 2.33334 12.7806 2.33334 14C2.33334 20.4433 7.55668 25.6666 14 25.6666C20.4433 25.6667 25.6667 20.4433 25.6667 14C25.6667 12.7806 25.4796 11.6049 25.1326 10.5M4.87646 6.72796C7.01415 4.04953 10.3067 2.33332 14 2.33331C17.6558 2.33331 20.9188 4.01477 23.0579 6.6465M11.6658 6.99998C13.4158 7.58332 14 9.91665 12.25 12.25C10.5 14.5833 8.16669 15.1666 8.16669 15.1666C8.16669 15.1666 5.83334 14.5833 4.08336 12.25C2.33337 9.91665 2.91582 7.58331 4.66582 6.99998C6.41582 6.41665 8.16581 8.74998 8.16581 8.74998C8.16581 8.74998 9.91583 6.41664 11.6658 6.99998ZM23.3325 6.99998C25.0825 7.58332 25.6667 9.91665 23.9167 12.25C22.1667 14.5833 19.8333 15.1666 19.8333 15.1666C19.8333 15.1666 17.5 14.5833 15.75 12.25C14 9.91665 14.5825 7.58331 16.3325 6.99998C18.0825 6.41665 19.8325 8.74998 19.8325 8.74998C19.8325 8.74998 21.5825 6.41664 23.3325 6.99998Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M24.5 7.58331V11.6666L19.8333 15.75L14 9.91665L8.16667 15.75L3.5 11.6666V7.58331H12.8333L14 9.33331L15.1667 7.58331H19.8333H24.5Z",fill:"#EC7BCB"}),p.createElement("path",{d:"M11.6658 6.99999C13.4158 7.58333 14 9.91666 12.25 12.25C10.5 14.5833 8.16667 15.1667 8.16667 15.1667C8.16667 15.1667 5.83332 14.5833 4.08333 12.25C2.33335 9.91666 2.9158 7.58333 4.6658 6.99999C6.4158 6.41666 8.16579 8.74999 8.16579 8.74999C8.16579 8.74999 9.91581 6.41666 11.6658 6.99999Z",stroke:"#B22B8A",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M23.3325 6.99999C25.0824 7.58333 25.6667 9.91666 23.9167 12.25C22.1667 14.5833 19.8333 15.1667 19.8333 15.1667C19.8333 15.1667 17.5 14.5833 15.75 12.25C14 9.91666 14.5825 7.58333 16.3325 6.99999C18.0825 6.41666 19.8324 8.74999 19.8324 8.74999C19.8324 8.74999 21.5825 6.41666 23.3325 6.99999Z",stroke:"#B22B8A",strokeWidth:1.5,strokeLinecap:"round"})),yfe=y.forwardRef(bfe),xfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("path",{d:"M14 25.6666C20.4433 25.6667 25.6667 20.4433 25.6667 14C25.6667 7.55665 20.4433 2.33331 14 2.33331C7.55668 2.33332 2.33334 7.55666 2.33334 14C2.33334 20.4433 7.55668 25.6666 14 25.6666Z",fill:"#FFDD64"}),p.createElement("path",{d:"M11.6667 20.4166C11.6667 20.4166 12.9812 19.8333 14 19.8333C15.0188 19.8333 16.3333 20.4166 16.3333 20.4166M16.3333 12.8333C16.3333 12.8333 17.2909 13.7839 18.0833 14C18.7427 14.1798 19.8333 14 19.8333 14M11.6667 12.8333C11.6667 12.8333 10.7091 13.7839 9.91668 14C9.25734 14.1798 8.16668 14 8.16668 14M14 2.33331C20.4433 2.33331 25.6667 7.55665 25.6667 14C25.6667 20.4433 20.4433 25.6667 14 25.6666C7.55668 25.6666 2.33334 20.4433 2.33334 14C2.33334 7.55666 7.55668 2.33332 14 2.33331Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M17.5 23.3333C17.5 24.8797 18.8703 26.25 20.4167 26.25C21.9631 26.25 23.3333 24.8797 23.3333 23.3333C23.3333 21.4095 21.3505 17.5028 20.6546 16.1909C20.5517 15.9969 20.2817 15.9969 20.1787 16.1909C19.4828 17.5028 17.5 21.4095 17.5 23.3333Z",fill:"#98CBD6",stroke:"#01819C",strokeWidth:1.5,strokeLinecap:"round"})),Sfe=y.forwardRef(xfe),Cfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("path",{d:"M5.83334 17.5L9.14286 18.0516C9.26963 18.0727 9.39793 18.0833 9.52646 18.0833H16.625C17.4304 18.0833 18.0833 18.7362 18.0833 19.5416C18.0833 19.8158 18.0077 20.0722 17.8762 20.2913L23.9993 18.2502C25.1066 17.8811 26.25 18.7053 26.25 19.8724C26.25 20.5565 25.8424 21.1747 25.2136 21.4441L14.6661 25.9645C14.2323 26.1504 13.7522 26.2004 13.2894 26.1079L8.39324 25.1286C8.24257 25.0985 8.08929 25.0833 7.93563 25.0833H5.83334C5.83334 25.7276 5.31101 26.25 4.66668 26.25H3.50001C2.85568 26.25 2.33334 25.7276 2.33334 25.0833V17.5C2.33334 16.8556 2.85568 16.3333 3.50001 16.3333H4.66668C5.31101 16.3333 5.83334 16.8556 5.83334 17.5Z",fill:"#F2FBC4"}),p.createElement("path",{d:"M2.33334 16.9167H5.83334V25.6667H2.33334V16.9167Z",fill:"#B5D622"}),p.createElement("path",{d:"M5.83334 17.5L5.95664 16.7602L5.08334 16.6147V17.5H5.83334ZM5.83334 24.5H5.08334V25.25H5.83334V24.5ZM10.3333 22.1667C10.3333 22.5809 10.6691 22.9167 11.0833 22.9167C11.4976 22.9167 11.8333 22.5809 11.8333 22.1667H10.3333ZM13.3404 25.5348L13.1933 26.2702L13.3404 25.5348ZM8.39324 24.5453L8.24615 25.2808L8.39324 24.5453ZM25.3065 21.3595L25.0395 20.6586L25.3065 21.3595ZM5.71004 18.2398L9.01956 18.7914L9.26616 17.3118L5.95664 16.7602L5.71004 18.2398ZM9.52646 18.8334H16.625V17.3334H9.52646V18.8334ZM5.83334 25.25H7.93563V23.75H5.83334V25.25ZM8.24615 25.2808L13.1933 26.2702L13.4875 24.7993L8.54032 23.8099L8.24615 25.2808ZM14.8956 26.1281L25.5735 22.0603L25.0395 20.6586L14.3616 24.7263L14.8956 26.1281ZM24.2142 17.85L17.3068 19.692L17.6933 21.1414L24.6007 19.2994L24.2142 17.85ZM16.625 20.25H12.25V21.75H16.625V20.25ZM5.08334 17.5V24.5H6.58334V17.5H5.08334ZM4.66668 24.3334H3.50001V25.8334H4.66668V24.3334ZM3.08334 23.9167V18.0834H1.58334V23.9167H3.08334ZM3.50001 17.6667H4.66668V16.1667H3.50001V17.6667ZM5.08334 18.0834V23.9167H6.58334V18.0834H5.08334ZM4.66668 17.6667C4.8968 17.6667 5.08334 17.8532 5.08334 18.0834H6.58334C6.58334 17.0248 5.72522 16.1667 4.66668 16.1667V17.6667ZM3.08334 18.0834C3.08334 17.8532 3.26989 17.6667 3.50001 17.6667V16.1667C2.44146 16.1667 1.58334 17.0248 1.58334 18.0834H3.08334ZM12.25 20.25C11.1915 20.25 10.3333 21.1081 10.3333 22.1667H11.8333C11.8333 21.9366 12.0199 21.75 12.25 21.75V20.25ZM17.3333 19.5417C17.3333 19.9329 17.0162 20.25 16.625 20.25V21.75C17.8446 21.75 18.8333 20.7613 18.8333 19.5417H17.3333ZM27 19.9903C27 18.535 25.6204 17.475 24.2142 17.85L24.6007 19.2994C25.0546 19.1783 25.5 19.5205 25.5 19.9903H27ZM13.1933 26.2702C13.7628 26.3841 14.3529 26.3348 14.8956 26.1281L14.3616 24.7263C14.0829 24.8325 13.7799 24.8578 13.4875 24.7993L13.1933 26.2702ZM7.93563 25.25C8.0399 25.25 8.14391 25.2603 8.24615 25.2808L8.54032 23.8099C8.34122 23.7701 8.13868 23.75 7.93563 23.75V25.25ZM3.50001 24.3334C3.26989 24.3334 3.08334 24.1468 3.08334 23.9167H1.58334C1.58334 24.9752 2.44146 25.8334 3.50001 25.8334V24.3334ZM16.625 18.8334C17.0162 18.8334 17.3333 19.1505 17.3333 19.5417H18.8333C18.8333 18.3221 17.8446 17.3334 16.625 17.3334V18.8334ZM25.5735 22.0603C26.4324 21.7331 27 20.9095 27 19.9903H25.5C25.5 20.2871 25.3168 20.553 25.0395 20.6586L25.5735 22.0603ZM4.66668 25.8334C5.72522 25.8334 6.58334 24.9752 6.58334 23.9167H5.08334C5.08334 24.1468 4.8968 24.3334 4.66668 24.3334V25.8334ZM9.01956 18.7914C9.18708 18.8193 9.35662 18.8334 9.52646 18.8334V17.3334C9.43925 17.3334 9.35218 17.3261 9.26616 17.3118L9.01956 18.7914Z",fill:"#5E6E14"}),p.createElement("path",{d:"M14.6639 4.51059C15.9812 2.03646 18.1187 1.77362 19.8333 2.91667C21.5833 4.08333 22.1667 7 20.4167 9.33334C18.8385 11.4376 15.3626 14.4907 14.6953 15.0699C14.6303 15.1263 14.5364 15.1263 14.4713 15.0699C13.804 14.4907 10.3282 11.4376 8.74999 9.33334C6.99999 7 7.58335 4.08334 9.33333 2.91667C11.0479 1.77361 13.1855 2.03646 14.5028 4.51059C14.5366 4.57408 14.6301 4.57408 14.6639 4.51059Z",fill:"#FF9DE2",stroke:"#B22B8A",strokeWidth:1.5,strokeLinecap:"round"})),Efe=y.forwardRef(Cfe),Ffe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("rect",{x:3.5,y:11.6667,width:4.66667,height:10.5,fill:"#CAE85D"}),p.createElement("path",{d:"M12.8333 2.91669L8.75 11.6667V22.1667H23.3333L25.0833 11.6667L23.3333 9.33335H16.3333L16.9167 5.25002L12.8333 2.91669Z",fill:"#F2FBC4"}),p.createElement("path",{d:"M8.75001 11.6667H4.08334C3.43901 11.6667 2.91667 12.189 2.91667 12.8334V21.5834C2.91667 22.2277 3.43901 22.75 4.08334 22.75H8.75001M8.75001 11.6667L12.7163 3.16746C12.7877 3.01447 12.9412 2.91669 13.1101 2.91669V2.91669C15.1542 2.91669 16.7571 4.67191 16.572 6.70765L16.3476 9.17685C16.3399 9.26089 16.4061 9.33335 16.4905 9.33335H22.4259C23.8344 9.33335 24.9218 10.5718 24.7396 11.9685L23.5983 20.7185C23.4467 21.8806 22.4566 22.75 21.2846 22.75H8.75001M8.75001 11.6667V22.75",stroke:"#5E6E14",strokeWidth:1.5})),Mfe=y.forwardRef(Ffe),Tfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("path",{d:"M14 25.6666C20.4433 25.6667 25.6667 20.4433 25.6667 14C25.6667 7.55665 20.4433 2.33331 14 2.33331C7.55668 2.33332 2.33334 7.55666 2.33334 14C2.33334 20.4433 7.55668 25.6666 14 25.6666Z",fill:"#FFDD64"}),p.createElement("path",{d:"M14 16.9166L12.25 18.6666L14 20.4166L15.75 18.6666L14 16.9166ZM14 16.9166L14 19.25M14 2.33331C20.4433 2.33331 25.6667 7.55665 25.6667 14C25.6667 20.4433 20.4433 25.6667 14 25.6666C7.55668 25.6666 2.33334 20.4433 2.33334 14C2.33334 7.55666 7.55668 2.33332 14 2.33331ZM15.4583 20.125V20.125C14.6529 20.9304 13.3471 20.9304 12.5417 20.125V20.125C11.7363 19.3196 11.7363 18.0137 12.5417 17.2083V17.2083C13.3471 16.4029 14.6529 16.4029 15.4583 17.2083V17.2083C16.2638 18.0137 16.2638 19.3196 15.4583 20.125ZM9.91668 9.91665V9.91665C10.2388 9.59448 10.7612 9.59448 11.0833 9.91665V9.91665C11.4055 10.2388 11.4055 10.7611 11.0833 11.0833V11.0833C10.7612 11.4055 10.2388 11.4055 9.91668 11.0833V11.0833C9.59451 10.7611 9.59451 10.2388 9.91668 9.91665ZM18.0833 11.0833V11.0833C17.7612 11.4055 17.2388 11.4055 16.9167 11.0833V11.0833C16.5945 10.7611 16.5945 10.2388 16.9167 9.91665V9.91665C17.2388 9.59448 17.7612 9.59448 18.0833 9.91665V9.91665C18.4055 10.2388 18.4055 10.7611 18.0833 11.0833Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"})),Lfe=y.forwardRef(Tfe),Ow=(e,n="big")=>{const t=n==="small";switch(e){case Wn.REACTION_TYPE.AGREE:return t?k.jsx(Yle,{}):k.jsx(gfe,{});case Wn.REACTION_TYPE.BRAVO:return t?k.jsx(Qle,{}):k.jsx(pfe,{});case Wn.REACTION_TYPE.GOOD_IDEA:return t?k.jsx(efe,{}):k.jsx(kfe,{});case Wn.REACTION_TYPE.HAHA:return t?k.jsx(tfe,{}):k.jsx(_fe,{});case Wn.REACTION_TYPE.LOVE:return t?k.jsx(rfe,{}):k.jsx(yfe,{});case Wn.REACTION_TYPE.SAD:return t?k.jsx(sfe,{}):k.jsx(Sfe,{});case Wn.REACTION_TYPE.SUPPORT:return t?k.jsx(lfe,{}):k.jsx(Efe,{});case Wn.REACTION_TYPE.WOW:return t?k.jsx(cfe,{}):k.jsx(Lfe,{});case Wn.REACTION_TYPE.THANK_YOU:default:return t?k.jsx(dfe,{}):k.jsx(Mfe,{})}},Iw=({ariaDescribedBy:e,className:n,count:t,expanded:i,onClick:r,reaction:a,selected:o,size:f="big",stack:d})=>{const u=d?"span":z.Button;return k.jsxs(u,{...u==="span"?{"aria-describedby":e}:{ariaDescribedBy:e},onClick:r,selected:o,className:je(ls.pill,n,{[ls[`pillSize--${f}`]]:f},{[ls.pillStack]:d},{[ls.pillExpanded]:i&&t},{[ls.pillSelected]:o}),children:[Ow(a,f),i&&t&&k.jsx(z.Typography,{className:ls.count,type:"detail-bold",children:`${t}`})]})},Pfe="_reactionItem_1ujl8_120",Rfe="_reactionItem__reactionPill_1ujl8_131",Afe="_disableHover_1ujl8_140",Bfe="_reactionItem__tooltip_1ujl8_140",Sf={reactionItem:Pfe,reactionItem__reactionPill:Rfe,disableHover:Afe,reactionItem__tooltip:Bfe},zfe=({activeReaction:e,count:n,expanded:t,onSelect:i,reaction:r,selected:a,size:o,stack:f,tooltip:d="",toolTipSpacing:u})=>{const c=y.useId(),g=k.jsx(Iw,{ariaDescribedBy:c,className:je(Sf.reactionItem__reactionPill),stack:f,size:o,selected:!f&&a,expanded:!f&&t,reaction:r,count:n,onClick:()=>i(r)});return k.jsx("li",{"data-reaction":r,className:je(Sf.reactionItem,{[Sf.disableHover]:f||t}),children:d?k.jsx(z.Tooltip,{text:d,id:c,showTooltip:e===r,className:Sf.reactionItem__tooltip,customSpacing:u,children:g}):g})},Dw=({activeReaction:e,expanded:n=!1,limit:t,onClick:i,reactions:r,size:a="small",stack:o=!1,toolTipSpacing:f})=>{const d=g=>{i&&i(g)},u=o?$w(r):r,c=t?u.slice(0,t):u;return k.jsx("ul",{className:je(Uv.reactionStack,{[Uv.stack]:o}),children:c.map(({count:g,reaction:m,selected:w,tooltip:_})=>k.jsx(zfe,{count:g,reaction:m,selected:w,stack:o,size:a,expanded:n,onSelect:d,activeReaction:e,tooltip:_,toolTipSpacing:f},m))})},$fe="_wrapper_16sx6_120",Ofe="_button_16sx6_127",Ife="_hoveredItem_16sx6_132",Cf={wrapper:$fe,button:Ofe,hoveredItem:Ife},Dfe=({buttonContent:e,className:n="",disabled:t=!1,offset:i="md",onButtonClick:r,onReactionSelect:a,placement:o="top-start",popupDelay:f={onHover:350,onLongPress:750},reactions:d,trigger:u="hover"})=>{const[c,g]=y.useState(null),m=y.useRef(null),w=y.useRef(null),[_,C]=y.useState(null),E=y.useCallback($le(N=>g(N),f.onHover),[]),x=()=>{m.current&&clearTimeout(m.current)},M=()=>{x(),E.cancel(),m.current=setTimeout(()=>{g(null)},500)},L=N=>{a(N),g(null)},D=N=>{u==="hover"&&(x(),Nr()||E(N.currentTarget))},P=()=>{Nr()||x()},I=y.useCallback(()=>{g(w.current)},[]),K=N=>{g(u==="click"?N.currentTarget:null),r&&r()},oe=Dle(I,{detect:cs.Touch,onFinish:()=>{g(null),C(null),L(_==null?void 0:_.getAttribute("data-reaction"))},onMove:N=>{const{clientX:W,clientY:ne}=N.touches[0],te=document.elementFromPoint(W,ne);if(te){const ie=te.closest("li[data-reaction]");if(_){const V=_.getAttribute("data-reaction"),X=ie?ie.getAttribute("data-reaction"):null;(!ie||V!==X)&&_.classList.remove(Cf.hoveredItem)}ie&&ie.classList.add(Cf.hoveredItem),C(ie||null)}},onStart:N=>{w.current=N.target},threshold:f.onLongPress}),{...ae}=oe("Mobile context"),U=!!c,j=_==null?void 0:_.getAttribute("data-reaction");return k.jsx(k.Fragment,{children:k.jsxs("div",{className:n,children:[k.jsx("button",{onMouseOver:D,onClick:K,onMouseLeave:M,ref:w,...Nr()&&ae,className:Cf.button,children:e}),k.jsx(z.Popup,{open:U&&!t,anchor:c,placement:o,offset:i,children:k.jsx("div",{className:Cf.wrapper,onMouseOver:P,onMouseLeave:M,children:k.jsx(Dw,{reactions:d,stack:!1,expanded:!1,size:"big",onClick:L,activeReaction:j,toolTipSpacing:"10px"})})})]})})};/*! *****************************************************************************
870
+ `)),e(n,"li",o,f)}function Xte(e){for(var n=e.spread,t=e.children,i=t.length,r=-1;!n&&++r<i;)n=iw(t[r]);return n}function iw(e){var n=e.spread;return n??e.children.length>1}var eie=tie,nie=Ht();function tie(e,n){return e(n,"p",nie(e,n))}var iie=oie,rie=bi,aie=fl,sie=Ht();function oie(e,n){return e.augment(n,rie("root",aie(sie(e,n))))}var lie=die,fie=Ht();function die(e,n){return e(n,"strong",fie(e,n))}var uie=hie,yv=Z4,wf=fl,cie=Ht();function hie(e,n){for(var t=n.children,i=t.length,r=n.align||[],a=r.length,o=[],f,d,u,c,g;i--;){for(d=t[i].children,c=i===0?"th":"td",f=a||d.length,u=[];f--;)g=d[f],u[f]=e(g,c,{align:r[f]},g?cie(e,g):[]);o[i]=e(t[i],"tr",wf(u,!0))}return e(n,"table",wf([e(o[0].position,"thead",wf([o[0]],!0))].concat(o[1]?e({start:yv.start(o[1]),end:yv.end(o[o.length-1])},"tbody",wf(o.slice(1),!0)):[]),!0))}var gie=pie,mie=bi;function pie(e,n){return e.augment(n,mie("text",String(n.value).replace(/[ \t]*(\r?\n|\r)[ \t]*/g,"$1")))}var vie={blockquote:nte,break:ate,code:lte,delete:ute,emphasis:gte,footnoteReference:nw,footnote:wte,heading:yte,html:Cte,imageReference:Pte,image:$te,inlineCode:Ite,linkReference:Hte,link:Zte,listItem:Yte,list:ew,paragraph:eie,root:iie,strong:lie,table:uie,text:gie,thematicBreak:X4,toml:_f,yaml:_f,definition:_f,footnoteDefinition:_f};function _f(){return null}var kie=Mie,wie=bi,_ie=W4,xv=Z4,bie=Ine,yie=Hne,xie=Q4(),Sie=Yne,Cie=vie,Eie={}.hasOwnProperty,Sv=!1;function Fie(e,n){var t=n||{};t.allowDangerousHTML!==void 0&&!Sv&&(Sv=!0,console.warn("mdast-util-to-hast: deprecation: `allowDangerousHTML` is nonstandard, use `allowDangerousHtml` instead"));var i=t.allowDangerousHtml||t.allowDangerousHTML,r={};return o.dangerous=i,o.definition=yie(e),o.footnoteById=r,o.footnoteOrder=[],o.augment=a,o.handlers=Object.assign({},Cie,t.handlers),o.unknownHandler=t.unknownHandler,o.passThrough=t.passThrough,_ie(e,"footnoteDefinition",f),o;function a(d,u){var c,g;return d&&d.data&&(c=d.data,c.hName&&(u.type!=="element"&&(u={type:"element",tagName:"",properties:{},children:[]}),u.tagName=c.hName),u.type==="element"&&c.hProperties&&(u.properties=Object.assign({},u.properties,c.hProperties)),u.children&&c.hChildren&&(u.children=c.hChildren)),g=d&&d.position?d:{position:d},bie(g)||(u.position={start:xv.start(g),end:xv.end(g)}),u}function o(d,u,c,g){return g==null&&typeof c=="object"&&"length"in c&&(g=c,c={}),a(d,{type:"element",tagName:u,properties:c||{},children:g||[]})}function f(d){var u=String(d.identifier).toUpperCase();Eie.call(r,u)||(r[u]=d)}}function Mie(e,n){var t=Fie(e,n),i=xie(t,e),r=Sie(t);return r&&(i.children=i.children.concat(wie("text",`
871
+ `),r)),i}var Tie=kie,rw=Tie,Lie=Pie;function Pie(e,n){return e&&!e.process&&(n=e,e=null),e?Rie(e,n):Aie(n)}function Rie(e,n){return t;function t(i,r,a){e.run(rw(i,n),r,o);function o(f){a(f)}}}function Aie(e){return n;function n(t){return rw(t,e)}}const Bie=Yr(Lie);var zie=Oie,$ie=Object.prototype.hasOwnProperty;function Oie(){for(var e={},n=0;n<arguments.length;n++){var t=arguments[n];for(var i in t)$ie.call(t,i)&&(e[i]=t[i])}return e}var aw=sw,eg=sw.prototype;eg.space=null;eg.normal={};eg.property={};function sw(e,n,t){this.property=e,this.normal=n,t&&(this.space=t)}var Cv=zie,Iie=aw,ow=Die;function Die(e){for(var n=e.length,t=[],i=[],r=-1,a,o;++r<n;)a=e[r],t.push(a.property),i.push(a.normal),o=a.space;return new Iie(Cv.apply(null,t),Cv.apply(null,i),o)}var lw=jie;function jie(e){return e.toLowerCase()}var fw=dw,yi=dw.prototype;yi.space=null;yi.attribute=null;yi.property=null;yi.boolean=!1;yi.booleanish=!1;yi.overloadedBoolean=!1;yi.number=!1;yi.commaSeparated=!1;yi.spaceSeparated=!1;yi.commaOrSpaceSeparated=!1;yi.mustUseProperty=!1;yi.defined=!1;function dw(e,n){this.property=e,this.attribute=n}var zi={},Hie=0;zi.boolean=$a();zi.booleanish=$a();zi.overloadedBoolean=$a();zi.number=$a();zi.spaceSeparated=$a();zi.commaSeparated=$a();zi.commaOrSpaceSeparated=$a();function $a(){return Math.pow(2,++Hie)}var uw=fw,Ev=zi,cw=ng;ng.prototype=new uw;ng.prototype.defined=!0;var hw=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],Nie=hw.length;function ng(e,n,t,i){var r=-1,a;for(Fv(this,"space",i),uw.call(this,e,n);++r<Nie;)a=hw[r],Fv(this,a,(t&Ev[a])===Ev[a])}function Fv(e,n,t){t&&(e[n]=t)}var Mv=lw,Vie=aw,Gie=cw,Ls=Wie;function Wie(e){var n=e.space,t=e.mustUseProperty||[],i=e.attributes||{},r=e.properties,a=e.transform,o={},f={},d,u;for(d in r)u=new Gie(d,a(i,d),r[d],n),t.indexOf(d)!==-1&&(u.mustUseProperty=!0),o[d]=u,f[Mv(d)]=d,f[Mv(u.attribute)]=d;return new Vie(o,f,n)}var qie=Ls,gw=qie({space:"xlink",transform:Uie,properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}});function Uie(e,n){return"xlink:"+n.slice(5).toLowerCase()}var Zie=Ls,mw=Zie({space:"xml",transform:Kie,properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function Kie(e,n){return"xml:"+n.slice(3).toLowerCase()}var pw=Yie;function Yie(e,n){return n in e?e[n]:n}var Jie=pw,vw=Qie;function Qie(e,n){return Jie(e,n.toLowerCase())}var Xie=Ls,ere=vw,kw=Xie({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:ere,properties:{xmlns:null,xmlnsXLink:null}}),tg=zi,nre=Ls,Ot=tg.booleanish,hi=tg.number,ga=tg.spaceSeparated,ww=nre({transform:tre,properties:{ariaActiveDescendant:null,ariaAtomic:Ot,ariaAutoComplete:null,ariaBusy:Ot,ariaChecked:Ot,ariaColCount:hi,ariaColIndex:hi,ariaColSpan:hi,ariaControls:ga,ariaCurrent:null,ariaDescribedBy:ga,ariaDetails:null,ariaDisabled:Ot,ariaDropEffect:ga,ariaErrorMessage:null,ariaExpanded:Ot,ariaFlowTo:ga,ariaGrabbed:Ot,ariaHasPopup:null,ariaHidden:Ot,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:ga,ariaLevel:hi,ariaLive:null,ariaModal:Ot,ariaMultiLine:Ot,ariaMultiSelectable:Ot,ariaOrientation:null,ariaOwns:ga,ariaPlaceholder:null,ariaPosInSet:hi,ariaPressed:Ot,ariaReadOnly:Ot,ariaRelevant:null,ariaRequired:Ot,ariaRoleDescription:ga,ariaRowCount:hi,ariaRowIndex:hi,ariaRowSpan:hi,ariaSelected:Ot,ariaSetSize:hi,ariaSort:null,ariaValueMax:hi,ariaValueMin:hi,ariaValueNow:hi,ariaValueText:null,role:null}});function tre(e,n){return n==="role"?n:"aria-"+n.slice(4).toLowerCase()}var Ps=zi,ire=Ls,rre=vw,an=Ps.boolean,are=Ps.overloadedBoolean,go=Ps.booleanish,Bn=Ps.number,Ct=Ps.spaceSeparated,bf=Ps.commaSeparated,sre=ire({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:rre,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:bf,acceptCharset:Ct,accessKey:Ct,action:null,allow:null,allowFullScreen:an,allowPaymentRequest:an,allowUserMedia:an,alt:null,as:null,async:an,autoCapitalize:null,autoComplete:Ct,autoFocus:an,autoPlay:an,capture:an,charSet:null,checked:an,cite:null,className:Ct,cols:Bn,colSpan:null,content:null,contentEditable:go,controls:an,controlsList:Ct,coords:Bn|bf,crossOrigin:null,data:null,dateTime:null,decoding:null,default:an,defer:an,dir:null,dirName:null,disabled:an,download:are,draggable:go,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:an,formTarget:null,headers:Ct,height:Bn,hidden:an,high:Bn,href:null,hrefLang:null,htmlFor:Ct,httpEquiv:Ct,id:null,imageSizes:null,imageSrcSet:bf,inputMode:null,integrity:null,is:null,isMap:an,itemId:null,itemProp:Ct,itemRef:Ct,itemScope:an,itemType:Ct,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:an,low:Bn,manifest:null,max:null,maxLength:Bn,media:null,method:null,min:null,minLength:Bn,multiple:an,muted:an,name:null,nonce:null,noModule:an,noValidate:an,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforePrint:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextMenu:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:an,optimum:Bn,pattern:null,ping:Ct,placeholder:null,playsInline:an,poster:null,preload:null,readOnly:an,referrerPolicy:null,rel:Ct,required:an,reversed:an,rows:Bn,rowSpan:Bn,sandbox:Ct,scope:null,scoped:an,seamless:an,selected:an,shape:null,size:Bn,sizes:null,slot:null,span:Bn,spellCheck:go,src:null,srcDoc:null,srcLang:null,srcSet:bf,start:Bn,step:null,style:null,tabIndex:Bn,target:null,title:null,translate:null,type:null,typeMustMatch:an,useMap:null,value:go,width:Bn,wrap:null,align:null,aLink:null,archive:Ct,axis:null,background:null,bgColor:null,border:Bn,borderColor:null,bottomMargin:Bn,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:an,declare:an,event:null,face:null,frame:null,frameBorder:null,hSpace:Bn,leftMargin:Bn,link:null,longDesc:null,lowSrc:null,marginHeight:Bn,marginWidth:Bn,noResize:an,noHref:an,noShade:an,noWrap:an,object:null,profile:null,prompt:null,rev:null,rightMargin:Bn,rules:null,scheme:null,scrolling:go,standby:null,summary:null,text:null,topMargin:Bn,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Bn,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:an,disableRemotePlayback:an,prefix:null,property:null,results:Bn,security:null,unselectable:null}}),ore=ow,lre=gw,fre=mw,dre=kw,ure=ww,cre=sre,hre=ore([fre,lre,dre,ure,cre]),dl=zi,gre=Ls,mre=pw,pre=dl.boolean,De=dl.number,Tv=dl.spaceSeparated,f1=dl.commaSeparated,gi=dl.commaOrSpaceSeparated,vre=gre({space:"svg",attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},transform:mre,properties:{about:gi,accentHeight:De,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:De,amplitude:De,arabicForm:null,ascent:De,attributeName:null,attributeType:null,azimuth:De,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:De,by:null,calcMode:null,capHeight:De,className:Tv,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:De,diffuseConstant:De,direction:null,display:null,dur:null,divisor:De,dominantBaseline:null,download:pre,dx:null,dy:null,edgeMode:null,editable:null,elevation:De,enableBackground:null,end:null,event:null,exponent:De,externalResourcesRequired:null,fill:null,fillOpacity:De,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:f1,g2:f1,glyphName:f1,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:De,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:De,horizOriginX:De,horizOriginY:De,id:null,ideographic:De,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:De,k:De,k1:De,k2:De,k3:De,k4:De,kernelMatrix:gi,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:De,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:De,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:De,overlineThickness:De,paintOrder:null,panose1:null,path:null,pathLength:De,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Tv,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:De,pointsAtY:De,pointsAtZ:De,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:gi,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:gi,rev:gi,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:gi,requiredFeatures:gi,requiredFonts:gi,requiredFormats:gi,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:De,specularExponent:De,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:De,strikethroughThickness:De,string:null,stroke:null,strokeDashArray:gi,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:De,strokeOpacity:De,strokeWidth:null,style:null,surfaceScale:De,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:gi,tabIndex:De,tableValues:null,target:null,targetX:De,targetY:De,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:gi,to:null,transform:null,u1:null,u2:null,underlinePosition:De,underlineThickness:De,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:De,values:null,vAlphabetic:De,vMathematical:De,vectorEffect:null,vHanging:De,vIdeographic:De,version:null,vertAdvY:De,vertOriginX:De,vertOriginY:De,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:De,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),kre=ow,wre=gw,_re=mw,bre=kw,yre=ww,xre=vre,Sre=kre([_re,wre,bre,yre,xre]),Cre=lw,Ere=cw,Fre=fw,ig="data",Mre=Pre,Tre=/^data[-\w.:]+$/i,_w=/-[a-z]/g,Lre=/[A-Z]/g;function Pre(e,n){var t=Cre(n),i=n,r=Fre;return t in e.normal?e.property[e.normal[t]]:(t.length>4&&t.slice(0,4)===ig&&Tre.test(n)&&(n.charAt(4)==="-"?i=Rre(n):n=Are(n),r=Ere),new r(i,n))}function Rre(e){var n=e.slice(5).replace(_w,zre);return ig+n.charAt(0).toUpperCase()+n.slice(1)}function Are(e){var n=e.slice(4);return _w.test(n)?e:(n=n.replace(Lre,Bre),n.charAt(0)!=="-"&&(n="-"+n),ig+n)}function Bre(e){return"-"+e.toLowerCase()}function zre(e){return e.charAt(1).toUpperCase()}const $re="classID",Ore="datatype",Ire="itemID",Dre="strokeDasharray",jre="strokeDashoffset",Hre="strokeLinecap",Nre="strokeLinejoin",Vre="strokeMiterlimit",Gre="typeof",Wre="xlinkActuate",qre="xlinkArcrole",Ure="xlinkHref",Zre="xlinkRole",Kre="xlinkShow",Yre="xlinkTitle",Jre="xlinkType",Qre="xmlnsXlink",Xre={classId:$re,dataType:Ore,itemId:Ire,strokeDashArray:Dre,strokeDashOffset:jre,strokeLineCap:Hre,strokeLineJoin:Nre,strokeMiterLimit:Vre,typeOf:Gre,xLinkActuate:Wre,xLinkArcRole:qre,xLinkHref:Ure,xLinkRole:Zre,xLinkShow:Kre,xLinkTitle:Yre,xLinkType:Jre,xmlnsXLink:Qre};var rg={};rg.parse=tae;rg.stringify=iae;var Lv="",eae=" ",nae=/[ \t\n\r\f]+/g;function tae(e){var n=String(e||Lv).trim();return n===Lv?[]:n.split(nae)}function iae(e){return e.join(eae).trim()}var ag={};ag.parse=rae;ag.stringify=aae;var Z1=",",Pv=" ",_o="";function rae(e){for(var n=[],t=String(e||_o),i=t.indexOf(Z1),r=0,a=!1,o;!a;)i===-1&&(i=t.length,a=!0),o=t.slice(r,i).trim(),(o||!a)&&n.push(o),r=i+1,i=t.indexOf(Z1,r);return n}function aae(e,n){var t=n||{},i=t.padLeft===!1?_o:Pv,r=t.padRight?Pv:_o;return e[e.length-1]===_o&&(e=e.concat(_o)),e.join(r+Z1+i).trim()}var Rv=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,sae=/\n/g,oae=/^\s*/,lae=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,fae=/^:\s*/,dae=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,uae=/^[;\s]*/,cae=/^\s+|\s+$/g,hae=`
872
+ `,Av="/",Bv="*",va="",gae="comment",mae="declaration",pae=function(e,n){if(typeof e!="string")throw new TypeError("First argument must be a string");if(!e)return[];n=n||{};var t=1,i=1;function r(_){var C=_.match(sae);C&&(t+=C.length);var E=_.lastIndexOf(hae);i=~E?_.length-E:i+_.length}function a(){var _={line:t,column:i};return function(C){return C.position=new o(_),u(),C}}function o(_){this.start=_,this.end={line:t,column:i},this.source=n.source}o.prototype.content=e;function f(_){var C=new Error(n.source+":"+t+":"+i+": "+_);if(C.reason=_,C.filename=n.source,C.line=t,C.column=i,C.source=e,!n.silent)throw C}function d(_){var C=_.exec(e);if(C){var E=C[0];return r(E),e=e.slice(E.length),C}}function u(){d(oae)}function c(_){var C;for(_=_||[];C=g();)C!==!1&&_.push(C);return _}function g(){var _=a();if(!(Av!=e.charAt(0)||Bv!=e.charAt(1))){for(var C=2;va!=e.charAt(C)&&(Bv!=e.charAt(C)||Av!=e.charAt(C+1));)++C;if(C+=2,va===e.charAt(C-1))return f("End of comment missing");var E=e.slice(2,C-2);return i+=2,r(E),e=e.slice(C),i+=2,_({type:gae,comment:E})}}function m(){var _=a(),C=d(lae);if(C){if(g(),!d(fae))return f("property missing ':'");var E=d(dae),x=_({type:mae,property:zv(C[0].replace(Rv,va)),value:E?zv(E[0].replace(Rv,va)):va});return d(uae),x}}function w(){var _=[];c(_);for(var C;C=m();)C!==!1&&(_.push(C),c(_));return _}return u(),w()};function zv(e){return e?e.replace(cae,va):va}var vae=pae;function kae(e,n){var t=null;if(!e||typeof e!="string")return t;for(var i,r=vae(e),a=typeof n=="function",o,f,d=0,u=r.length;d<u;d++)i=r[d],o=i.property,f=i.value,a?n(o,f,i):f&&(t||(t={}),t[o]=f);return t}var wae=kae;const _ae="http://www.w3.org/1999/xhtml",bae="http://www.w3.org/1998/Math/MathML",yae="http://www.w3.org/2000/svg",xae="http://www.w3.org/1999/xlink",Sae="http://www.w3.org/XML/1998/namespace",Cae="http://www.w3.org/2000/xmlns/",Eae={html:_ae,mathml:bae,svg:yae,xlink:xae,xml:Sae,xmlns:Cae};var Fae=hre,bw=Sre,Mae=Mre,Tae=Xre,Lae=rg,Pae=ag,Rae=wae,Aae=Eae,sg=H4,Bae=sg("root"),K1=sg("element"),zae=sg("text"),$ae=Oae;function Oae(e,n,t){var i=t||{},r=Dae(e),a=Nae(e),o=Hae(e),f;if(typeof e!="function")throw new Error("h is not a function");if(typeof i=="string"||typeof i=="boolean"?(f=i,i={}):f=i.prefix,Bae(n))n=n.children.length===1&&K1(n.children[0])?n.children[0]:{type:"element",tagName:"div",properties:{},children:n.children};else if(!K1(n))throw new Error("Expected root or element, not `"+(n&&n.type||n)+"`");return yw(e,n,{schema:i.space==="svg"?bw:Fae,prefix:f??(r||a||o?"h-":null),key:0,react:r,vue:a,vdom:o,hyperscript:jae(e)})}function yw(e,n,t){var i=t.schema,r=i,a=n.tagName,o={},f=[],d=-1,u,c;i.space==="html"&&a.toLowerCase()==="svg"&&(r=bw,t.schema=r);for(u in n.properties)Iae(o,u,n.properties[u],t,a);if(t.vdom&&(r.space==="html"?a=a.toUpperCase():o.namespace=Aae[r.space]),t.prefix&&(t.key++,o.key=t.prefix+t.key),n.children)for(;++d<n.children.length;)c=n.children[d],K1(c)?f.push(yw(e,c,t)):zae(c)&&f.push(c.value);return t.schema=i,f.length?e.call(n,a,o,f):e.call(n,a,o)}function Iae(e,n,t,i,r){var a=Mae(i.schema,n),o;t==null||t!==t||t===!1&&(i.vue||i.vdom||i.hyperscript)||!t&&a.boolean&&(i.vue||i.vdom||i.hyperscript)||(t&&typeof t=="object"&&"length"in t&&(t=(a.commaSeparated?Pae:Lae).stringify(t)),a.boolean&&i.hyperscript&&(t=""),a.property==="style"&&typeof t=="string"&&(i.react||i.vue||i.vdom)&&(t=Vae(t,r)),i.vue?a.property!=="style"&&(o="attrs"):a.mustUseProperty||(i.vdom?a.property!=="style"&&(o="attributes"):i.hyperscript&&(o="attrs")),o?(e[o]||(e[o]={}),e[o][a.attribute]=t):a.space&&i.react?e[Tae[a.property]||a.property]=t:e[a.attribute]=t)}function Dae(e){var n=e&&e("div");return!!(n&&("_owner"in n||"_store"in n)&&n.key==null)}function jae(e){return!!(e&&e.context&&e.cleanup)}function Hae(e){return e&&e("div").type==="VirtualNode"}function Nae(e){var n=e&&e("div");return!!(n&&n.context&&n.context._isVue)}function Vae(e,n){var t={};try{Rae(e,i)}catch(r){throw r.message=n+"[style]"+r.message.slice(9),r}return t;function i(r,a){r.slice(0,4)==="-ms-"&&(r="ms-"+r.slice(4)),t[r.replace(/-([a-z])/g,Gae)]=a}}function Gae(e,n){return n.toUpperCase()}var Wae=xw;function xw(e){if(typeof e=="string")return Kae(e);if(e==null)return Yae;if(typeof e=="object")return("length"in e?Zae:Uae)(e);if(typeof e=="function")return e;throw new Error("Expected function, string, or object as test")}function qae(e){for(var n=[],t=e.length,i=-1;++i<t;)n[i]=xw(e[i]);return n}function Uae(e){return n;function n(t){var i;for(i in e)if(t[i]!==e[i])return!1;return!0}}function Zae(e){var n=qae(e),t=n.length;return i;function i(){for(var r=-1;++r<t;)if(n[r].apply(this,arguments))return!0;return!1}}function Kae(e){return n;function n(t){return!!(t&&t.type===e)}}function Yae(){return!0}var Jae=Od,Qae=Wae,Sw=!0,Cw="skip",Pf=!1;Od.CONTINUE=Sw;Od.SKIP=Cw;Od.EXIT=Pf;function Od(e,n,t,i){var r;typeof n=="function"&&typeof t!="function"&&(i=t,t=n,n=null),r=Qae(n),a(e,null,[]);function a(f,d,u){var c=[],g;return(!n||r(f,d,u[u.length-1]||null))&&(c=$v(t(f,u)),c[0]===Pf)?c:f.children&&c[0]!==Cw?(g=$v(o(f.children,u.concat(f))),g[0]===Pf?g:c):c}function o(f,d){for(var u=-1,c=i?-1:1,g=(i?f.length:u)+c,m;g>u&&g<f.length;){if(m=a(f[g],g,d),m[0]===Pf)return m;g=typeof m[1]=="number"?m[1]:g+c}}}function $v(e){return e!==null&&typeof e=="object"&&"length"in e?e:typeof e=="number"?[Sw,e]:[e]}var Xae=Dd,Id=Jae,ese=Id.CONTINUE,nse=Id.SKIP,tse=Id.EXIT;Dd.CONTINUE=ese;Dd.SKIP=nse;Dd.EXIT=tse;function Dd(e,n,t,i){typeof n=="function"&&typeof t!="function"&&(i=t,t=n,n=null),Id(e,n,r,i);function r(a,o){var f=o[o.length-1],d=f?f.children.indexOf(a):null;return t(a,d,f)}}var ise=Xae,rse=Object.prototype.hasOwnProperty,d1={align:"text-align",valign:"vertical-align",height:"height",width:"width"},ase=function(n){return ise(n,"element",sse),n};function sse(e){if(!(e.tagName!=="tr"&&e.tagName!=="td"&&e.tagName!=="th")){var n,t;for(n in d1)!rse.call(d1,n)||e.properties[n]===void 0||(t=d1[n],ose(e,t,e.properties[n]),delete e.properties[n])}}function ose(e,n,t){var i=(e.properties.style||"").trim();i&&!/;\s*/.test(i)&&(i+=";"),i&&(i+=" ");var r=i+n+": "+t+";";e.properties.style=r}var lse=$ae,fse=ase,dse=hse,use={}.hasOwnProperty,cse=new Set(["table","thead","tbody","tfoot","tr","th","td"]);function hse(e){var n=e||{},t=n.createElement;this.Compiler=i;function i(a){var o=lse(r,fse(a),n.prefix);return a.type==="root"?(o=o.type==="div"&&(a.children.length!==1||a.children[0].type!=="element")?o.props.children:[o],t(n.Fragment||"div",{},o)):o}function r(a,o,f){var d=a;return f&&cse.has(a)&&(f=f.filter(function(u){return u!==`
873
+ `})),n.components&&use.call(n.components,a)&&(d=n.components[a],n.passNode&&(o.node=this)),t(d,o,f)}}const gse=Yr(dse);function Y1(){return Y1=Object.assign||function(e){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])}return e},Y1.apply(this,arguments)}var mse=function(n,t){var i=t===void 0?{}:t,r=i.remarkParseOptions,a=i.remarkToRehypeOptions,o=i.rehypeReactOptions,f=i.remarkPlugins,d=f===void 0?[]:f,u=i.rehypePlugins,c=u===void 0?[]:u;return zK().use(xne,r).use(d).use(Bie,a).use(c).use(gse,Y1({createElement:y.createElement,Fragment:y.Fragment},o)).processSync(n).result};const pse="_root_1lrqz_120",vse={root:pse},kse=e=>e.replace(/"/g,"QUOTE"),wse=e=>e.replace(new RegExp("QUOTE","g"),'"'),_se=({className:e,elementTag:n,text:t})=>{const i=wse(Hk(kse(t))),r=mse(i,{rehypeReactOptions:{components:{h1:({...a})=>k.jsx(z.Typography,{type:"h1",as:n,...a}),h2:({...a})=>k.jsx(z.Typography,{type:"h2",as:n,...a}),h3:({...a})=>k.jsx(z.Typography,{type:"h3",as:n,...a}),h4:({...a})=>k.jsx(z.Typography,{type:"h4",as:n,...a}),h5:({...a})=>k.jsx(z.Typography,{type:"h5",as:n,...a}),h6:({...a})=>k.jsx(z.Typography,{type:"h6",as:n,...a}),hr:({...a})=>k.jsx(z.Divider,{...a}),li:({...a})=>k.jsx("li",{children:k.jsx(z.Typography,{type:"body-regular",as:n,...a})}),p:({...a})=>k.jsx(z.Typography,{as:"p",type:"body-regular",...a})}}});return k.jsx("div",{className:je(vse.root,e),children:r})},bse="_menuLinkList_1ivvi_120",yse={menuLinkList:bse};function xse({className:e,items:n,type:t="detail-regular"}){return k.jsx("ul",{className:je(yse.menuLinkList,e),role:"list",children:n&&n.map(({href:i,label:r,onClick:a,rel:o,target:f},d)=>k.jsx("li",{children:k.jsx(z.Button,{onClick:a,href:i,target:f,rel:o,children:k.jsx(z.Typography,{type:t,as:"span",children:r})})},`${r}_${d}`))})}const Sse="_mobileHeaderBar_12qve_120",Cse="_typography_12qve_131",Ese="_titleElement_12qve_139",Fse="_mobileHeaderBarIcon_12qve_147",mo={mobileHeaderBar:Sse,typography:Cse,titleElement:Ese,mobileHeaderBarIcon:Fse},Mse=({as:e,className:n,left:t,right:i,title:r,type:a="h2"})=>{const o=typeof r=="string";return k.jsxs("div",{className:je(mo.mobileHeaderBar,n),children:[k.jsx("div",{className:mo.mobileHeaderBarIcon,children:t}),o?k.jsx(z.Typography,{className:mo.typography,type:a,as:e,children:r}):k.jsx("div",{className:mo.titleElement,children:r}),k.jsx("div",{className:mo.mobileHeaderBarIcon,children:i})]})},Tse="_root_l8201_120",Lse="_body_l8201_132",Pse="_header_l8201_136",Rse="_header-controls_l8201_144",Ase="_navigation_l8201_151",Bse="_swiper_l8201_160",zse="_slide_l8201_164",$se="_slide--profiles_with_address_l8201_168",Ose="_slide--profiles_with_written_recommendations_l8201_172",ji={root:Tse,body:Lse,header:Pse,"header-controls":"_header-controls_l8201_144",headerControls:Rse,navigation:Ase,swiper:Bse,slide:zse,"slide--profiles_with_address":"_slide--profiles_with_address_l8201_168",slideProfilesWithAddress:$se,"slide--profiles_with_written_recommendations":"_slide--profiles_with_written_recommendations_l8201_172",slideProfilesWithWrittenRecommendations:Ose},Ise=(e,n)=>p.createElement("svg",{width:343,height:192,viewBox:"0 0 343 192",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_20866_10199)"},p.createElement("g",{clipPath:"url(#clip1_20866_10199)"},p.createElement("rect",{x:114,width:115,height:192,fill:"#E9E8ED"}),p.createElement("rect",{x:228.66,width:114.33,height:192,fill:"#D2D0DB"}),p.createElement("path",{d:"M228.664 0H342.994V80H228.664V0Z",fill:"#E9E8ED"}),p.createElement("path",{d:"M0 0H114V192H0V0Z",fill:"#D2D0DB"}),p.createElement("path",{d:"M0 96L114.33 192H0V96Z",fill:"#F4F3F6"}),p.createElement("path",{d:"M114.33 0H228.663V112L171.497 136L114.33 112V0Z",fill:"#F4F3F6"}))),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_20866_10199"},p.createElement("rect",{width:343,height:192,fill:"white"})),p.createElement("clipPath",{id:"clip1_20866_10199"},p.createElement("rect",{width:343,height:192,fill:"white"})))),Ew=y.forwardRef(Ise),Dse="_root_k8wk9_120",jse="_root__imageContainer_k8wk9_131",Hse="_root__image_k8wk9_131",Nse="_root__imagePlaceholder_k8wk9_143",Vse="_root__heart_k8wk9_148",Gse="_root__info_k8wk9_158",Wse="_root__titleContainer_k8wk9_165",qse="_root__title_k8wk9_165",Use="_root__category_k8wk9_176",Zse="_root__address_k8wk9_183",mi={root:Dse,root__imageContainer:jse,root__image:Hse,root__imagePlaceholder:Nse,root__heart:Vse,"root__heartIcon--filled":"_root__heartIcon--filled_k8wk9_155",root__info:Gse,root__titleContainer:Wse,root__title:qse,root__category:Use,root__address:Zse};function Kse({address:e,categories:n,heartAriaLabel:t,heartFilled:i,onCardClick:r,onHeartClick:a,renderImage:o,title:f}){const d=u=>{u.preventDefault(),u.stopPropagation(),a()};return k.jsxs("article",{className:mi.root,onClick:r,tabIndex:0,role:"link",children:[k.jsxs("div",{className:mi.root__imageContainer,children:[k.jsx(z.OverlayButton,{className:mi.root__heart,iconClassName:je(mi.root__heartIcon,{[mi["root__heartIcon--filled"]]:i}),iconSelected:"heart_filled",iconUnselected:"heart_outline",selected:i,ariaLabel:t,onClick:d}),o?o({className:mi.root__image}):k.jsx(Ew,{className:mi.root__imagePlaceholder})]}),k.jsxs("div",{className:mi.root__info,children:[k.jsx("div",{className:mi.root__titleContainer,children:k.jsx(z.Typography,{type:"body-semibold",as:"h4",className:mi.root__title,children:f})}),k.jsx(z.Typography,{type:"detail-medium",as:"p",className:mi.root__category,children:n.join(", ")}),k.jsx(z.Typography,{type:"detail-medium",as:"p",className:mi.root__address,children:e})]})]})}const Yse="_root_tdrpm_120",Jse="_root__imageContainer_tdrpm_131",Qse="_root__heart_tdrpm_139",Xse="_root__image_tdrpm_131",eoe="_root__imagePlaceholder_tdrpm_154",noe="_root__info_tdrpm_159",toe="_root__title_tdrpm_163",ioe="_root__category_tdrpm_171",roe="_root__quote_tdrpm_179",aoe="_quote_tdrpm_183",soe="_quote__container_tdrpm_191",ooe="_quote__text_tdrpm_197",It={root:Yse,root__imageContainer:Jse,root__heart:Qse,"root__heartIcon--filled":"_root__heartIcon--filled_tdrpm_146",root__image:Xse,root__imagePlaceholder:eoe,root__info:noe,root__title:toe,root__category:ioe,root__quote:roe,quote:aoe,quote__container:soe,quote__text:ooe},loe=62,foe=84;function doe({authorName:e,categories:n,heartAriaLabel:t,heartFilled:i,onCardClick:r,onHeartClick:a,renderImage:o,text:f,title:d}){const c=X1()?foe:loe,g=f.length>=c?`${f.slice(0,c-1).trimEnd()}...`:f,m=w=>{w.preventDefault(),w.stopPropagation(),a()};return k.jsxs("article",{className:It.root,onClick:r,tabIndex:0,role:"link",children:[k.jsxs("div",{className:It.root__imageContainer,children:[k.jsx(z.OverlayButton,{className:It.root__heart,iconClassName:je(It.root__heartIcon,{[It["root__heartIcon--filled"]]:i}),iconSelected:"heart_filled",iconUnselected:"heart_outline",selected:i,ariaLabel:t,onClick:m}),o?o({className:It.root__image}):k.jsx(Ew,{className:It.root__imagePlaceholder})]}),k.jsxs("div",{className:It.root__info,children:[k.jsx(z.Typography,{type:"body-semibold",as:"h4",className:It.root__title,children:d}),k.jsx(z.Typography,{type:"detail-medium",as:"p",className:It.root__category,children:n.join(", ")}),k.jsxs("div",{className:je(It.root__quote,It.quote),children:[k.jsx("blockquote",{className:It.quote__container,children:k.jsx(z.Typography,{type:"detail-regular",as:"p",className:It.quote__text,children:`“${g}”`})}),k.jsx(z.Typography,{type:"detail-medium",as:"p",children:`–${e}`})]})]})]})}const uoe={profiles_with_address:Kse,profiles_with_written_recommendations:doe};function coe({className:e,headerClassname:n,items:t,linkLabel:i,onLinkClick:r,onSwipe:a,sliderOffsetDesktop:o=12,sliderOffsetMobile:f=12,title:d,variant:u}){const c=y.useRef(null),g=y.useRef(null),m=y.useRef(null),w=y.useRef(0),_=uoe[u],C=X1(),E=C?"h4":"h5",x=C?o:f,M=y.useCallback(gs.debounce(L=>{if(w.current===L.activeIndex)return;const D=L.activeIndex>w.current?"next":"prev";a==null||a(D),w.current=L.activeIndex},200),[a]);return k.jsx(z.Card,{className:je(ji.root,e),borderRadius:!0,children:k.jsxs(z.CardBody,{className:ji.body,children:[k.jsx(z.CardHeader,{headline:d,type:E,as:"h3",className:je(ji.header,n),rightElement:k.jsxs("div",{className:ji.headerControls,children:[k.jsx(z.TextButton,{color:"blue",text:i,size:"medium",onClick:r}),k.jsxs("div",{className:ji.navigation,role:"presentation",children:[k.jsx(z.IconButton,{ref:g,icon:"chevron_left",size:"small",className:ji.arrow,ariaLabel:"Previous"}),k.jsx(z.IconButton,{ref:m,icon:"chevron_right",size:"small",className:ji.arrow,ariaLabel:"Next"})]})]})}),k.jsx(Ch,{className:ji.swiper,ref:c,init:!1,modules:[sk,ok],slidesPerView:"auto",spaceBetween:12,slidesOffsetBefore:x,slidesOffsetAfter:x,onActiveIndexChange:M,onBeforeInit:L=>{w.current=L.activeIndex,L.params.navigation.nextEl=m.current,L.params.navigation.prevEl=g.current},children:t.map(L=>k.jsx(Eh,{className:je(ji.slide,ji[`slide--${u}`]),children:k.jsx(_,{...L})},L.title))})]})})}const hoe="_root_a9de2_120",goe="_poiButton_a9de2_123",moe="_card_a9de2_126",poe="_cardBody_a9de2_135",voe="_leftIconWrapper_a9de2_142",koe="_infoSection_a9de2_159",woe="_truncatedText_a9de2_165",_oe="_title_a9de2_171",boe="_location_a9de2_174",yoe="_withDisc_a9de2_179",xoe="_rightIconWrapper_a9de2_183",Soe="_removeButton_a9de2_188",wt={root:hoe,poiButton:goe,card:moe,cardBody:poe,leftIconWrapper:voe,infoSection:koe,truncatedText:woe,title:_oe,location:boe,withDisc:yoe,rightIconWrapper:xoe,removeButton:Soe},Coe=({address:e,badges:n=[],heartComponent:t,hood:i,imageSrc:r,onClick:a,onRemove:o,placeholderType:f="business",subcategory:d,title:u})=>k.jsxs("div",{className:wt.root,children:[k.jsx(z.Button,{className:wt.poiButton,onClick:a,children:k.jsx(z.Card,{borderRadius:!0,withoutPadding:!0,className:wt.card,children:k.jsxs(z.CardBody,{className:wt.cardBody,children:[k.jsx("div",{className:wt.leftIconWrapper,children:k.jsx(z.Badge,{badgeIcons:n,size:"small",children:r?k.jsx(z.Thumbnail,{shape:"circular",size:"64",src:r,alt:u}):k.jsx(z.PoiAvatar,{size:"64",type:f})})}),k.jsxs("div",{className:wt.infoSection,"data-testid":"poi-card-info",children:[k.jsx(z.Typography,{as:"span",type:"body-semibold",className:je(wt.truncatedText,wt.title),children:u}),d&&k.jsx(z.Typography,{as:"span",type:"detail-regular",className:wt.truncatedText,children:d}),k.jsxs("ul",{className:je({[wt.location]:e}),children:[k.jsx("li",{children:e&&k.jsx(z.Typography,{as:"span",type:"detail-medium",className:wt.truncatedText,children:e})}),i&&k.jsx("li",{className:je({[wt.withDisc]:e}),children:k.jsx(z.Typography,{as:"span",type:"detail-medium",className:je(wt.truncatedText,wt.hood),children:i})})]})]})]})})}),k.jsx("div",{className:wt.rightIconWrapper,children:o?k.jsx(z.IconButton,{icon:"cross_circle",size:"small",onClick:o,ariaLabel:"remove button",className:wt.removeButton}):t})]}),Eoe="_root_eo9xr_120",Foe="_interactive_eo9xr_124",Moe="_text_eo9xr_128",Toe="_name_eo9xr_135",Loe="_link_eo9xr_139",po={root:Eoe,interactive:Foe,text:Moe,name:Toe,link:Loe},Fw=({alt:e,link:n,name:t,onClick:i,src:r})=>{const a=i?z.Button:"div";return k.jsxs(a,{className:je(po.root,{[po.interactive]:!!i}),...i&&{onClick:i},children:[k.jsx(z.Thumbnail,{alt:e,src:r,shape:"circular",size:"56"}),k.jsxs("div",{className:po.text,children:[k.jsx(z.Typography,{className:po.name,type:"h5",children:t}),k.jsx(z.Typography,{type:"detail-medium",className:po.link,children:n})]})]})},Poe="_root_79j2h_120",Roe="_root__tileItem_79j2h_125",Aoe="_root__moreBtn_79j2h_129",yf={root:Poe,root__tileItem:Roe,root__moreBtn:Aoe},Boe="_poiProfileTile_afq96_120",zoe="_poiProfileTile__icon_afq96_131",$oe="_poiProfileTile__label_afq96_138",xf={poiProfileTile:Boe,poiProfileTile__icon:zoe,poiProfileTile__label:$oe,"poiProfileTile--selected":"_poiProfileTile--selected_afq96_149"},Ov=({buttonLabel:e,icon:n,selected:t,...i})=>k.jsxs(z.Button,{...i,className:je(xf.poiProfileTile,{[xf["poiProfileTile--selected"]]:t}),children:[k.jsx(z.Icon,{name:n,size:"32",className:xf.poiProfileTile__icon}),k.jsx(z.Typography,{type:"detail-medium",className:xf.poiProfileTile__label,children:e})]}),Ooe=({moreMenuData:e,tiles:n,withoutMoreMenu:t})=>{const[i,r]=y.useState(!1),a=y.useRef(null),o=()=>r(!1);return k.jsxs("ul",{className:yf.root,children:[n.map((f,d)=>k.jsx("li",{className:yf.root__tileItem,ref:f.ref,children:k.jsx(Ov,{...f})},`${f.buttonLabel}-${d}`)),t?null:k.jsxs("li",{className:je(yf.root__moreBtn,yf.root__tileItem),ref:a,children:[k.jsx(Ov,{buttonLabel:"Mehr",icon:"more_dots_outline",onClick:()=>r(!i)}),k.jsx(z.Popup,{open:i,anchor:a.current,placement:"top-end",handleClickAway:o,offset:(e==null?void 0:e.offset)&&e.offset,children:k.jsx(z.DropdownCard,{items:e.options,onClose:o,hasHeader:!0,headerProps:{text:"Schließen"}})})]})]})};function Ioe(e){var n=typeof e;return e!=null&&(n=="object"||n=="function")}var Mw=Ioe,Doe=typeof ct=="object"&&ct&&ct.Object===Object&&ct,joe=Doe,Hoe=joe,Noe=typeof self=="object"&&self&&self.Object===Object&&self,Voe=Hoe||Noe||Function("return this")(),Tw=Voe,Goe=Tw,Woe=function(){return Goe.Date.now()},qoe=Woe,Uoe=/\s/;function Zoe(e){for(var n=e.length;n--&&Uoe.test(e.charAt(n)););return n}var Koe=Zoe,Yoe=Koe,Joe=/^\s+/;function Qoe(e){return e&&e.slice(0,Yoe(e)+1).replace(Joe,"")}var Xoe=Qoe,ele=Tw,nle=ele.Symbol,Lw=nle,Iv=Lw,Pw=Object.prototype,tle=Pw.hasOwnProperty,ile=Pw.toString,vo=Iv?Iv.toStringTag:void 0;function rle(e){var n=tle.call(e,vo),t=e[vo];try{e[vo]=void 0;var i=!0}catch{}var r=ile.call(e);return i&&(n?e[vo]=t:delete e[vo]),r}var ale=rle,sle=Object.prototype,ole=sle.toString;function lle(e){return ole.call(e)}var fle=lle,Dv=Lw,dle=ale,ule=fle,cle="[object Null]",hle="[object Undefined]",jv=Dv?Dv.toStringTag:void 0;function gle(e){return e==null?e===void 0?hle:cle:jv&&jv in Object(e)?dle(e):ule(e)}var mle=gle;function ple(e){return e!=null&&typeof e=="object"}var vle=ple,kle=mle,wle=vle,_le="[object Symbol]";function ble(e){return typeof e=="symbol"||wle(e)&&kle(e)==_le}var yle=ble,xle=Xoe,Hv=Mw,Sle=yle,Nv=NaN,Cle=/^[-+]0x[0-9a-f]+$/i,Ele=/^0b[01]+$/i,Fle=/^0o[0-7]+$/i,Mle=parseInt;function Tle(e){if(typeof e=="number")return e;if(Sle(e))return Nv;if(Hv(e)){var n=typeof e.valueOf=="function"?e.valueOf():e;e=Hv(n)?n+"":n}if(typeof e!="string")return e===0?e:+e;e=xle(e);var t=Ele.test(e);return t||Fle.test(e)?Mle(e.slice(2),t?2:8):Cle.test(e)?Nv:+e}var Lle=Tle,Ple=Mw,u1=qoe,Vv=Lle,Rle="Expected a function",Ale=Math.max,Ble=Math.min;function zle(e,n,t){var i,r,a,o,f,d,u=0,c=!1,g=!1,m=!0;if(typeof e!="function")throw new TypeError(Rle);n=Vv(n)||0,Ple(t)&&(c=!!t.leading,g="maxWait"in t,a=g?Ale(Vv(t.maxWait)||0,n):a,m="trailing"in t?!!t.trailing:m);function w(I){var K=i,oe=r;return i=r=void 0,u=I,o=e.apply(oe,K),o}function _(I){return u=I,f=setTimeout(x,n),c?w(I):o}function C(I){var K=I-d,oe=I-u,ae=n-K;return g?Ble(ae,a-oe):ae}function E(I){var K=I-d,oe=I-u;return d===void 0||K>=n||K<0||g&&oe>=a}function x(){var I=u1();if(E(I))return M(I);f=setTimeout(x,C(I))}function M(I){return f=void 0,m&&i?w(I):(i=r=void 0,o)}function L(){f!==void 0&&clearTimeout(f),u=0,i=d=r=f=void 0}function D(){return f===void 0?o:M(u1())}function P(){var I=u1(),K=E(I);if(i=arguments,r=this,d=I,K){if(f===void 0)return _(d);if(g)return clearTimeout(f),f=setTimeout(x,n),w(d)}return f===void 0&&(f=setTimeout(x,n)),o}return P.cancel=L,P.flush=D,P}var $le=zle;const Ole=Yr($le);var cs=(e=>(e.Mouse="mouse",e.Touch="touch",e.Pointer="pointer",e))(cs||{}),bo=(e=>(e.CancelledByMovement="cancelled-by-movement",e.CancelledByRelease="cancelled-by-release",e.CancelledOutsideElement="cancelled-outside-element",e))(bo||{});const Rw=()=>typeof window=="object"?(window==null?void 0:window.PointerEvent)??null:null,Ile=()=>typeof window=="object"?(window==null?void 0:window.TouchEvent)??null:null;function Aw(e){const{nativeEvent:n}=e,t=Ile();return t&&n instanceof t||"touches"in e}function Bw(e){const n=Rw();return e.nativeEvent instanceof MouseEvent&&!(n&&e.nativeEvent instanceof n)}function zw(e){const{nativeEvent:n}=e;if(!n)return!1;const t=Rw();return t&&n instanceof t||"pointerId"in n}function Gv(e){return Bw(e)||Aw(e)||zw(e)}function Wv(e){return Aw(e)?{x:e.touches[0].pageX,y:e.touches[0].pageY}:Bw(e)||zw(e)?{x:e.pageX,y:e.pageY}:null}function Dle(e){return{target:e.target,currentTarget:e.currentTarget,nativeEvent:e,persist:()=>{}}}function jle(e,{threshold:n=400,captureEvent:t=!1,detect:i=cs.Pointer,cancelOnMovement:r=!1,cancelOutsideElement:a=!0,filterEvents:o,onStart:f,onMove:d,onFinish:u,onCancel:c}={}){const g=y.useRef(!1),m=y.useRef(!1),w=y.useRef(),_=y.useRef(),C=y.useRef(e),E=y.useRef(null),x=y.useCallback(P=>I=>{m.current||Gv(I)&&(o!==void 0&&!o(I)||(t&&I.persist(),f==null||f(I,{context:P}),E.current=Wv(I),m.current=!0,w.current=I.currentTarget,_.current=setTimeout(()=>{C.current&&(C.current(I,{context:P}),g.current=!0)},n)))},[t,o,f,n]),M=y.useCallback(P=>(I,K)=>{Gv(I)&&m.current&&(E.current=null,t&&I.persist(),g.current?u==null||u(I,{context:P}):m.current&&(c==null||c(I,{context:P,reason:K??bo.CancelledByRelease})),g.current=!1,m.current=!1,_.current!==void 0&&clearTimeout(_.current))},[t,u,c]),L=y.useCallback(P=>I=>{if(d==null||d(I,{context:P}),r!==!1&&E.current){const K=Wv(I);if(K){const oe=r===!0?25:r,ae={x:Math.abs(K.x-E.current.x),y:Math.abs(K.y-E.current.y)};(ae.x>oe||ae.y>oe)&&M(P)(I,bo.CancelledByMovement)}}},[M,r,d]),D=y.useCallback(P=>{if(e===null)return{};switch(i){case cs.Mouse:{const I={onMouseDown:x(P),onMouseMove:L(P),onMouseUp:M(P)};return a&&(I.onMouseLeave=K=>{M(P)(K,bo.CancelledOutsideElement)}),I}case cs.Touch:return{onTouchStart:x(P),onTouchMove:L(P),onTouchEnd:M(P)};case cs.Pointer:{const I={onPointerDown:x(P),onPointerMove:L(P),onPointerUp:M(P)};return a&&(I.onPointerLeave=K=>M(P)(K,bo.CancelledOutsideElement)),I}}},[e,M,a,i,L,x]);return y.useEffect(()=>{if(!window)return;function P(I){const K=Dle(I);M()(K)}return window.addEventListener("mouseup",P),window.addEventListener("touchend",P),window.addEventListener("pointerup",P),()=>{window.removeEventListener("mouseup",P),window.removeEventListener("touchend",P),window.removeEventListener("pointerup",P)}},[M]),y.useEffect(()=>()=>{_.current!==void 0&&clearTimeout(_.current)},[]),y.useEffect(()=>{C.current=e},[e]),D}const qv=["thank_you","agree","support","great","good_idea","bravo","haha","wow","sad"],$w=e=>e.slice().sort((n,t)=>{const i=n.count??0,r=t.count??0;return i!==r?r-i:qv.indexOf(n.reaction)-qv.indexOf(t.reaction)}),Hle=e=>Object.values(Wn.REACTION_TYPE).includes(e)&&e!=="bookmark",Nle="_reactionStack_5bwe0_120",Vle="_stack_5bwe0_125",Uv={reactionStack:Nle,stack:Vle},Gle="_pill_1nkgi_120",Wle="_pillExpanded_1nkgi_131",qle="_pillSelected_1nkgi_137",Ule="_pillStack_1nkgi_145",Zle="_pillSize--small_1nkgi_148",Kle="_count_1nkgi_152",ls={pill:Gle,pillExpanded:Wle,pillSelected:qle,pillStack:Ule,"pillSize--small":"_pillSize--small_1nkgi_148",pillSizeSmall:Zle,count:Kle},Yle=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_771)"},p.createElement("circle",{cx:10,cy:10,r:8.33333,fill:"#7C5BFF"}),p.createElement("path",{d:"M7.49999 8.33333V10.4167M7.49999 10.4167V12.5M7.49999 10.4167H5.41666M7.49999 10.4167H9.58332M12.9167 13.75V5.68894C12.9167 5.58846 12.7952 5.53814 12.7241 5.60919L10.8333 7.5",stroke:"white",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M9.99999 18.3333C14.6024 18.3333 18.3333 14.6024 18.3333 10C18.3333 5.39762 14.6024 1.66666 9.99999 1.66667C5.39762 1.66667 1.66667 5.39763 1.66667 10C1.66667 14.6024 5.39762 18.3333 9.99999 18.3333Z",stroke:"#4D17E5",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_771"},p.createElement("rect",{width:20,height:20,fill:"white"})))),Jle=y.forwardRef(Yle),Qle=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_783)"},p.createElement("path",{d:"M12.5 3.33334L15.4167 5.83334L2.91667 15L1.25 13.3333V9.16667L6.25 3.75L8.33333 5.41667L12.5 3.33334Z",fill:"#98CBD6"}),p.createElement("path",{d:"M6.97559 18.1003L4.56963 17.0309C4.0579 16.8035 3.6946 16.3343 3.60253 15.7819L3.0508 12.4715C2.96617 11.9638 3.12095 11.4454 3.47012 11.0671L6.99368 7.24989C7.51364 6.68659 8.38062 6.62117 8.97923 7.10006C9.56035 7.56495 10.3981 7.51855 10.9243 6.99233L11.0064 6.91023C11.1669 6.74971 11.36 6.62542 11.5725 6.54572L13.396 5.8619C14.0976 5.59882 14.8884 5.83621 15.3291 6.44216L17.1029 8.88114C17.5747 9.52986 17.5175 10.4226 16.9667 11.0058L11.168 17.1457C10.9494 17.377 10.6693 17.541 10.3605 17.6182L8.05671 18.1941C7.69596 18.2843 7.3154 18.2513 6.97559 18.1003Z",fill:"#E0F5F9"}),p.createElement("path",{d:"M9.58333 8.33333L7.49999 10.4167M9.58333 8.33333C9.58333 8.33333 9.64106 7.14106 9.16666 6.66666C8.92652 6.42652 8.50244 6.32273 8.14218 6.27879C7.73108 6.22864 7.33777 6.41222 7.04492 6.70507L4.99998 8.74999C3.18693 10.5631 2.30547 12.8694 2.87163 14.9137M9.58333 8.33333C9.99561 7.92104 11.0752 6.96561 11.9707 6.18286C12.7821 5.47369 13.972 5.35468 14.8394 5.99399C15.0217 6.12833 15.1905 6.26146 15.3245 6.38256M7.91666 5.83333L6.24999 7.49999M7.91666 5.83333C7.91666 5.83333 7.9744 4.64106 7.49999 4.16666C7.25986 3.92652 6.83578 3.82273 6.47551 3.77879C6.06441 3.72864 5.6711 3.91222 5.37825 4.20507L3.33331 6.24999C0.833326 8.74999 0.104597 12.1879 2.49999 14.5833C2.6197 14.703 2.74376 14.813 2.87163 14.9137M7.91666 5.83333C8.32948 5.4205 9.36671 4.61978 10.2459 3.9616C11.1292 3.30036 12.3014 3.12015 13.2681 3.65222C13.745 3.91475 14.2332 4.23317 14.5833 4.58333C15.2687 5.26865 15.6096 5.95397 15.709 6.62213M15.709 6.62213C15.891 6.7519 16.0715 6.90488 16.25 7.08333C16.5282 7.36149 16.7496 7.63965 16.9211 7.91667M15.709 6.62213C15.5814 6.53113 15.4532 6.45153 15.3245 6.38256M2.87163 14.9137C3.08614 15.6882 3.50846 16.4251 4.16665 17.0833C6.60235 19.519 10.8333 17.9167 12.5 16.25L15 13.75C15.537 13.213 16.5079 12.0474 17.0687 11.3634C17.3525 11.0172 17.5402 10.5993 17.5434 10.1516C17.5483 9.4978 17.4534 8.52294 16.9211 7.91667M18.3333 2.91667L17.4712 3.77879M15.4167 2.91667V1.66667M17.9167 5.83333H19.1667M16.9211 7.91667L12.5 12.3378M15.3245 6.38256L10.8333 10.8737",stroke:"#166473",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_783"},p.createElement("rect",{width:20,height:20,fill:"white"})))),Xle=y.forwardRef(Qle),efe=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("rect",{x:7.5,y:14.1667,width:5,height:3.33333,fill:"#E9E8ED"}),p.createElement("path",{d:"M5.83333 4.16667L10 2.5L14.1667 4.16667L15.4167 9.16667L13.3333 12.5V13.75H6.66667V12.5L4.58333 9.16667L5.83333 4.16667Z",fill:"#FFDD64"}),p.createElement("path",{d:"M12.5 13.75V13.75C12.9602 13.75 13.3333 13.3769 13.3333 12.9167V12.5928C13.3333 12.3364 13.4541 12.0971 13.6438 11.9246C14.733 10.9338 15.4167 9.50507 15.4167 7.91667C15.4167 4.92512 12.9915 2.5 10 2.5C7.00846 2.5 4.58333 4.92512 4.58333 7.91667C4.58333 9.50507 5.26703 10.9338 6.3562 11.9246C6.54589 12.0971 6.66667 12.3364 6.66667 12.5928V12.9167C6.66667 13.3769 7.03976 13.75 7.5 13.75V13.75M12.5 13.75V15.8333M12.5 13.75H10M7.5 13.75V15.8333M7.5 13.75H10M7.5 15.8333V16.25C7.5 17.1705 8.24619 17.9167 9.16667 17.9167H10.8333C11.7538 17.9167 12.5 17.1705 12.5 16.25V15.8333M7.5 15.8333H12.5M10 13.75V10.4167M10 10.4167L11.6667 8.75M10 10.4167L8.33333 8.75M15.8333 2.91667L16.6667 2.08333M3.33333 2.08333L4.16667 2.91667M2.5 13.75L3.33333 12.9167M16.6667 12.9167L17.5 13.75M17.5 7.91667H18.3333M2.5 7.91667H1.66667",stroke:"#635C80",strokeWidth:1.5,strokeLinecap:"round"})),nfe=y.forwardRef(efe),tfe=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_786)"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.99999 18.3333C14.6024 18.3333 18.3333 14.6024 18.3333 10C18.3333 5.39762 14.6024 1.66666 9.99999 1.66666C5.39762 1.66666 1.66666 5.39762 1.66666 10C1.66666 14.6024 5.39762 18.3333 9.99999 18.3333ZM15 10.8333H5L5.83333 14.1667L10 15.4167L14.1667 14.1667L15 10.8333Z",fill:"#FFDD64"}),p.createElement("rect",{x:5,y:10.8333,width:10,height:2.08333,fill:"white"}),p.createElement("path",{d:"M5.83334 12.9167H14.1667L13.3333 14.5833L10 15.4167L6.66668 14.5833L5.83334 12.9167Z",fill:"#705800"}),p.createElement("path",{d:"M11.6667 7.91666C11.6667 7.91666 12.0833 7.08333 12.9167 7.08333C13.75 7.08333 14.1667 7.91666 14.1667 7.91666M8.33332 7.91666C8.33332 7.91666 7.91666 7.08333 7.08332 7.08333C6.24999 7.08333 5.83332 7.91666 5.83332 7.91666M9.99998 1.66666C14.6024 1.66666 18.3333 5.39762 18.3333 10C18.3333 14.6024 14.6024 18.3333 9.99998 18.3333C5.39761 18.3333 1.66666 14.6024 1.66666 10C1.66666 5.39763 5.39761 1.66667 9.99998 1.66666ZM9.99998 15.4167C5.59471 15.4167 4.74729 11.8588 4.60802 11.0124C4.59211 10.9157 4.66782 10.8333 4.76583 10.8333H15.2342C15.3322 10.8333 15.4079 10.9157 15.392 11.0124C15.2527 11.8588 14.4052 15.4167 9.99998 15.4167Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_786"},p.createElement("rect",{width:20,height:20,fill:"white"})))),ife=y.forwardRef(tfe),rfe=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_777)"},p.createElement("circle",{cx:9.99999,cy:10,r:8.33333,fill:"#FFDD64"}),p.createElement("path",{d:"M9.99998 15.4167C8.83155 15.4167 7.99345 14.4511 7.65975 13.9898C7.5845 13.8858 7.66068 13.75 7.78906 13.75H12.2109C12.3393 13.75 12.4155 13.8858 12.3402 13.9898C12.0065 14.4511 11.1684 15.4167 9.99998 15.4167ZM9.99998 15.4167L10.792 14.8887C10.9292 14.7972 10.8644 14.5833 10.6995 14.5833H8.74999M2.04816 7.5C1.80028 8.2892 1.66666 9.129 1.66666 10C1.66666 14.6024 5.39761 18.3333 9.99998 18.3333C14.6024 18.3333 18.3333 14.6024 18.3333 10C18.3333 9.129 18.1997 8.2892 17.9518 7.5M3.48317 4.8057C5.01009 2.89253 7.36188 1.66667 9.99998 1.66667C12.6112 1.66666 14.942 2.86771 16.4699 4.74752M8.33271 5C9.5827 5.41667 10 7.08333 8.75 8.75C7.49999 10.4167 5.83333 10.8333 5.83333 10.8333C5.83333 10.8333 4.16666 10.4167 2.91667 8.75C1.66668 7.08333 2.08271 5.41667 3.33271 5C4.58271 4.58333 5.8327 6.25 5.8327 6.25C5.8327 6.25 7.08272 4.58333 8.33271 5ZM16.666 5C17.916 5.41667 18.3333 7.08333 17.0833 8.75C15.8333 10.4167 14.1667 10.8333 14.1667 10.8333C14.1667 10.8333 12.5 10.4167 11.25 8.75C9.99999 7.08333 10.416 5.41667 11.666 5C12.916 4.58333 14.166 6.25 14.166 6.25C14.166 6.25 15.416 4.58333 16.666 5Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M17.5 5.41666V8.33333L14.1667 11.25L10 7.08333L5.83333 11.25L2.5 8.33333V5.41666H9.16667L10 6.66666L10.8333 5.41666H14.1667H17.5Z",fill:"#EC7BCB"}),p.createElement("path",{d:"M8.3327 5C9.5827 5.41667 10 7.08333 8.74999 8.75C7.49998 10.4167 5.83333 10.8333 5.83333 10.8333C5.83333 10.8333 4.16665 10.4167 2.91666 8.75C1.66667 7.08333 2.0827 5.41667 3.3327 5C4.5827 4.58333 5.8327 6.25 5.8327 6.25C5.8327 6.25 7.08271 4.58333 8.3327 5Z",stroke:"#B22B8A",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M16.666 5C17.916 5.41667 18.3333 7.08333 17.0833 8.75C15.8333 10.4167 14.1666 10.8333 14.1666 10.8333C14.1666 10.8333 12.5 10.4167 11.25 8.75C9.99998 7.08333 10.416 5.41667 11.666 5C12.916 4.58333 14.166 6.25 14.166 6.25C14.166 6.25 15.416 4.58333 16.666 5Z",stroke:"#B22B8A",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_777"},p.createElement("rect",{width:20,height:20,fill:"white"})))),afe=y.forwardRef(rfe),sfe=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_792)"},p.createElement("path",{d:"M9.99998 18.3333C14.6024 18.3333 18.3333 14.6024 18.3333 10C18.3333 5.39762 14.6024 1.66666 9.99998 1.66666C5.39761 1.66667 1.66666 5.39763 1.66666 10C1.66666 14.6024 5.39761 18.3333 9.99998 18.3333Z",fill:"#FFDD64"}),p.createElement("path",{d:"M8.33332 14.5833C8.33332 14.5833 9.27228 14.1667 9.99998 14.1667C10.7277 14.1667 11.6667 14.5833 11.6667 14.5833M11.6667 9.16666C11.6667 9.16666 12.3506 9.84563 12.9167 10C13.3876 10.1284 14.1667 10 14.1667 10M8.33332 9.16666C8.33332 9.16666 7.64934 9.84563 7.08332 10C6.61237 10.1284 5.83332 10 5.83332 10M9.99998 1.66666C14.6024 1.66666 18.3333 5.39762 18.3333 10C18.3333 14.6024 14.6024 18.3333 9.99998 18.3333C5.39761 18.3333 1.66666 14.6024 1.66666 10C1.66666 5.39763 5.39761 1.66667 9.99998 1.66666Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M12.5 16.6667C12.5 17.7712 13.4788 18.75 14.5833 18.75C15.6879 18.75 16.6667 17.7712 16.6667 16.6667C16.6667 15.2925 15.2504 12.502 14.7533 11.5649C14.6798 11.4263 14.4869 11.4263 14.4134 11.5649C13.9163 12.502 12.5 15.2925 12.5 16.6667Z",fill:"#98CBD6",stroke:"#01819C",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_792"},p.createElement("rect",{width:20,height:20,fill:"white"})))),ofe=y.forwardRef(sfe),lfe=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_774)"},p.createElement("path",{d:"M4.16666 12.5L6.5306 12.894C6.62115 12.9091 6.71279 12.9167 6.80459 12.9167H11.875C12.4503 12.9167 12.9167 13.383 12.9167 13.9583C12.9167 14.1541 12.8626 14.3373 12.7687 14.4938L17.1423 13.0359C17.9332 12.7722 18.75 13.3609 18.75 14.1946C18.75 14.6832 18.4588 15.1248 18.0097 15.3173L10.4758 18.5461C10.1659 18.6789 9.823 18.7146 9.49239 18.6485L5.99515 17.949C5.88753 17.9275 5.77804 17.9167 5.66829 17.9167H4.16666V17.5C4.16666 17.9602 3.79356 18.3333 3.33332 18.3333H2.49999C2.03975 18.3333 1.66666 17.9602 1.66666 17.5V12.5C1.66666 12.0398 2.03975 11.6667 2.49999 11.6667H3.33332C3.79356 11.6667 4.16666 12.0398 4.16666 12.5Z",fill:"#F2FBC4"}),p.createElement("path",{d:"M1.66666 12.0833H4.16666V18.3333H1.66666V12.0833Z",fill:"#B5D622"}),p.createElement("path",{d:"M4.16666 12.5L4.28996 11.7602L3.41666 11.6147V12.5H4.16666ZM4.16666 17.5H3.41666V18.25H4.16666V17.5ZM7.16666 15.8333C7.16666 16.2475 7.50244 16.5833 7.91666 16.5833C8.33087 16.5833 8.66666 16.2475 8.66666 15.8333H7.16666ZM9.52882 18.2391L9.38173 18.9745L9.52882 18.2391ZM10.449 18.1623L10.182 17.4614L10.449 18.1623ZM5.99515 17.5324L5.84806 18.2678L5.99515 17.5324ZM18.076 15.2567L17.809 14.5559L18.076 15.2567ZM6.5306 12.894L6.4073 13.6338L6.5306 12.894ZM4.04336 13.2398L6.4073 13.6338L6.65389 12.1542L4.28996 11.7602L4.04336 13.2398ZM6.80459 13.6667H11.875V12.1667H6.80459V13.6667ZM4.16666 18.25H5.66829V16.75H4.16666V18.25ZM5.84806 18.2678L9.38173 18.9745L9.67591 17.5037L6.14224 16.7969L5.84806 18.2678ZM10.716 18.8631L18.343 15.9576L17.809 14.5559L10.182 17.4614L10.716 18.8631ZM17.2406 12.543L12.3067 13.8587L12.6932 15.308L17.6271 13.9923L17.2406 12.543ZM11.875 14.25H8.74999V15.75H11.875V14.25ZM3.41666 12.5V17.5H4.91666V12.5H3.41666ZM3.33332 17.1667H2.49999V18.6667H3.33332V17.1667ZM2.41666 17.0833V12.9167H0.916656V17.0833H2.41666ZM2.49999 12.8333H3.33332V11.3333H2.49999V12.8333ZM3.41666 12.9167V17.0833H4.91666V12.9167H3.41666ZM3.33332 12.8333C3.37935 12.8333 3.41666 12.8706 3.41666 12.9167H4.91666C4.91666 12.0422 4.20777 11.3333 3.33332 11.3333V12.8333ZM2.41666 12.9167C2.41666 12.8706 2.45397 12.8333 2.49999 12.8333V11.3333C1.62554 11.3333 0.916656 12.0422 0.916656 12.9167H2.41666ZM8.74999 14.25C7.87554 14.25 7.16666 14.9589 7.16666 15.8333H8.66666C8.66666 15.7873 8.70397 15.75 8.74999 15.75V14.25ZM12.1667 13.9583C12.1667 14.1194 12.0361 14.25 11.875 14.25V15.75C12.8645 15.75 13.6667 14.9478 13.6667 13.9583H12.1667ZM19.5 14.2788C19.5 13.0984 18.3811 12.2388 17.2406 12.543L17.6271 13.9923C17.8153 13.9421 18 14.084 18 14.2788H19.5ZM9.38173 18.9745C9.82811 19.0638 10.2906 19.0252 10.716 18.8631L10.182 17.4614C10.0207 17.5229 9.84522 17.5375 9.67591 17.5037L9.38173 18.9745ZM5.66829 18.25C5.72865 18.25 5.78887 18.256 5.84806 18.2678L6.14224 16.7969C5.98619 16.7657 5.82743 16.75 5.66829 16.75V18.25ZM2.49999 17.1667C2.45397 17.1667 2.41666 17.1294 2.41666 17.0833H0.916656C0.916656 17.9578 1.62554 18.6667 2.49999 18.6667V17.1667ZM11.875 13.6667C12.0361 13.6667 12.1667 13.7972 12.1667 13.9583H13.6667C13.6667 12.9688 12.8645 12.1667 11.875 12.1667V13.6667ZM18.343 15.9576C19.0396 15.6922 19.5 15.0242 19.5 14.2788H18C18 14.4018 17.924 14.5121 17.809 14.5559L18.343 15.9576ZM3.33332 18.6667C4.20778 18.6667 4.91666 17.9578 4.91666 17.0833H3.41666C3.41666 17.1294 3.37935 17.1667 3.33332 17.1667V18.6667ZM6.4073 13.6338C6.5386 13.6557 6.67148 13.6667 6.80459 13.6667V12.1667C6.7541 12.1667 6.7037 12.1625 6.65389 12.1542L6.4073 13.6338Z",fill:"#5E6E14"}),p.createElement("path",{d:"M10.4742 3.22183C11.4151 1.4546 12.9419 1.26685 14.1666 2.08332C15.4166 2.91665 15.8333 4.99999 14.5833 6.66665C13.456 8.16969 10.9733 10.3505 10.4966 10.7642C10.4502 10.8045 10.3831 10.8045 10.3366 10.7642C9.86001 10.3505 7.37726 8.16969 6.24998 6.66665C4.99998 4.99999 5.41666 2.91665 6.66664 2.08332C7.89133 1.26685 9.41816 1.4546 10.3591 3.22183C10.3833 3.26718 10.45 3.26718 10.4742 3.22183Z",fill:"#FF9DE2",stroke:"#B22B8A",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_774"},p.createElement("rect",{width:20,height:20,fill:"white"})))),ffe=y.forwardRef(lfe),dfe=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("rect",{x:2.5,y:8.33333,width:3.33333,height:7.5,fill:"#CAE85D"}),p.createElement("path",{d:"M9.16667 2.08333L6.25 8.33333V15.8333H16.6667L17.9167 8.33333L16.6667 6.66667H11.6667L12.0833 3.75L9.16667 2.08333Z",fill:"#F2FBC4"}),p.createElement("path",{d:"M6.25001 8.33333H2.91668C2.45644 8.33333 2.08334 8.70643 2.08334 9.16667V15.4167C2.08334 15.8769 2.45644 16.25 2.91668 16.25H6.25001M6.25001 8.33333L9.08309 2.26246C9.13408 2.15318 9.24376 2.08333 9.36435 2.08333V2.08333C10.8244 2.08333 11.9694 3.33706 11.8372 4.79117L11.6768 6.55488C11.6714 6.61491 11.7186 6.66667 11.7789 6.66667H16.0185C17.0246 6.66667 17.8013 7.55128 17.6712 8.5489L16.856 14.7989C16.7477 15.629 16.0404 16.25 15.2033 16.25H6.25001M6.25001 8.33333V16.25",stroke:"#5E6E14",strokeWidth:1.5})),ufe=y.forwardRef(dfe),cfe=(e,n)=>p.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...e},p.createElement("g",{clipPath:"url(#clip0_10588_789)"},p.createElement("path",{d:"M9.99999 18.3333C14.6024 18.3333 18.3333 14.6024 18.3333 10C18.3333 5.39762 14.6024 1.66666 9.99999 1.66666C5.39762 1.66667 1.66667 5.39763 1.66667 10C1.66667 14.6024 5.39762 18.3333 9.99999 18.3333Z",fill:"#FFDD64"}),p.createElement("path",{d:"M10 12.5L9.16667 13.3333L10 14.1667L10.8333 13.3333L10 12.5ZM10 12.5V13.75M7.5 7.5L7.08333 7.91666M7.08333 7.91666V7.91666C6.85322 7.68655 6.85322 7.31345 7.08333 7.08333V7.08333C7.31345 6.85321 7.68655 6.85321 7.91667 7.08333V7.08333C8.14679 7.31345 8.14679 7.68655 7.91667 7.91666V7.91666C7.68655 8.14678 7.31345 8.14678 7.08333 7.91666V7.91666ZM12.5 7.5L12.0833 7.91666M12.0833 7.91666V7.91666C11.8532 7.68655 11.8532 7.31345 12.0833 7.08333V7.08333C12.3135 6.85321 12.6865 6.85321 12.9167 7.08333V7.08333C13.1468 7.31345 13.1468 7.68655 12.9167 7.91666V7.91666C12.6865 8.14678 12.3135 8.14678 12.0833 7.91666V7.91666ZM9.99999 1.66666C14.6024 1.66666 18.3333 5.39762 18.3333 10C18.3333 14.6024 14.6024 18.3333 9.99999 18.3333C5.39762 18.3333 1.66667 14.6024 1.66667 10C1.66667 5.39763 5.39762 1.66667 9.99999 1.66666ZM11.0417 14.375V14.375C10.4664 14.9503 9.53362 14.9503 8.95833 14.375V14.375C8.38303 13.7997 8.38304 12.867 8.95833 12.2917V12.2917C9.53362 11.7164 10.4664 11.7164 11.0417 12.2917V12.2917C11.617 12.867 11.617 13.7997 11.0417 14.375Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"})),p.createElement("defs",null,p.createElement("clipPath",{id:"clip0_10588_789"},p.createElement("rect",{width:20,height:20,fill:"white"})))),hfe=y.forwardRef(cfe),gfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("circle",{cx:14,cy:14,r:11.6667,fill:"#7C5BFF"}),p.createElement("path",{d:"M10.5 11.6666V14.5833M10.5 14.5833V17.5M10.5 14.5833H7.58333M10.5 14.5833H13.4167M18.0833 19.25V7.96449C18.0833 7.82383 17.9133 7.75338 17.8138 7.85285L15.1667 10.5",stroke:"white",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M14 25.6666C20.4433 25.6667 25.6667 20.4433 25.6667 14C25.6667 7.55665 20.4433 2.33331 14 2.33331C7.55666 2.33332 2.33333 7.55666 2.33333 14C2.33333 20.4433 7.55666 25.6666 14 25.6666Z",stroke:"#4D17E5",strokeWidth:1.5,strokeLinecap:"round"})),mfe=y.forwardRef(gfe),pfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("path",{d:"M17.5 4.66669L21.5833 8.16669L4.08333 21L1.75 18.6667V12.8334L8.75 5.25002L11.6667 7.58335L17.5 4.66669Z",fill:"#98CBD6"}),p.createElement("path",{d:"M9.76584 25.3404L6.39749 23.8433C5.68107 23.5249 5.17244 22.868 5.04356 22.0947L4.27113 17.4601C4.15265 16.7492 4.36933 16.0235 4.85818 15.4939L9.79116 10.1498C10.5191 9.36122 11.7329 9.26962 12.5709 9.94006C13.3845 10.5909 14.5574 10.526 15.2941 9.78924L15.409 9.67431C15.6337 9.44958 15.904 9.27558 16.2015 9.16399L18.7545 8.20664C19.7366 7.83833 20.8438 8.17068 21.4608 9.01901L23.9441 12.4336C24.6046 13.3418 24.5245 14.5917 23.7534 15.4081L15.6352 24.0039C15.3292 24.3278 14.937 24.5574 14.5047 24.6655L11.2794 25.4718C10.7744 25.5981 10.2416 25.5518 9.76584 25.3404Z",fill:"#E0F5F9"}),p.createElement("path",{d:"M13.4167 11.6666L10.5 14.5833M13.4167 11.6666C13.4167 11.6666 13.4975 9.99747 12.8333 9.3333C12.4971 8.99711 11.9034 8.85181 11.3991 8.79028C10.8235 8.72008 10.2729 8.97709 9.8629 9.38707L6.99999 12.25C4.46171 14.7883 3.22767 18.0172 4.0203 20.8791M13.4167 11.6666C13.9939 11.0894 15.5053 9.75183 16.759 8.65599C17.8949 7.66314 19.5608 7.49653 20.7752 8.39156C21.0304 8.57964 21.2667 8.76602 21.4543 8.93557M11.0833 8.16664L8.75001 10.5M11.0833 8.16664C11.0833 8.16664 11.1642 6.49747 10.5 5.8333C10.1638 5.49711 9.5701 5.35181 9.06573 5.29028C8.49019 5.22008 7.93955 5.47709 7.52957 5.88707L4.66665 8.74997C1.16667 12.25 0.146447 17.0631 3.49999 20.4166C3.6676 20.5842 3.84127 20.7382 4.0203 20.8791M11.0833 8.16664C11.6613 7.58868 13.1134 6.46766 14.3443 5.54622C15.5809 4.62049 17.222 4.3682 18.5753 5.11309C19.243 5.48063 19.9265 5.92642 20.4167 6.41664C21.3761 7.37609 21.8534 8.33554 21.9927 9.27096M21.9927 9.27096C22.2474 9.45264 22.5002 9.66681 22.75 9.91664C23.1394 10.3061 23.4494 10.6955 23.6896 11.0833M21.9927 9.27096C21.814 9.14355 21.6345 9.03212 21.4543 8.93557M4.0203 20.8791C4.32061 21.9635 4.91186 22.9952 5.83333 23.9166C9.24331 27.3266 15.1667 25.0833 17.5 22.75L21 19.25C21.7518 18.4982 23.1111 16.8663 23.8962 15.9088C24.2935 15.4241 24.5562 14.839 24.5608 14.2123C24.5676 13.2969 24.4347 11.9321 23.6896 11.0833M25.6667 4.08331L24.4597 5.29028M21.5833 4.08331V2.33331M25.0833 8.16665H26.8333M23.6896 11.0833L17.5 17.2729M21.4543 8.93557L15.1667 15.2232",stroke:"#166473",strokeWidth:1.5,strokeLinecap:"round"})),vfe=y.forwardRef(pfe),kfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("rect",{x:10.5,y:19.8333,width:7,height:4.66667,fill:"#E9E8ED"}),p.createElement("path",{d:"M8.16666 5.83333L14 3.5L19.8333 5.83333L21.5833 12.8333L18.6667 17.5V19.25H9.33332V17.5L6.41666 12.8333L8.16666 5.83333Z",fill:"#FFDD64"}),p.createElement("path",{d:"M17.5 19.25V19.25C18.1443 19.25 18.6667 18.7277 18.6667 18.0834V17.63C18.6667 17.271 18.8358 16.936 19.1013 16.6944C20.6262 15.3073 21.5833 13.3071 21.5833 11.0834C21.5833 6.89519 18.1882 3.50002 14 3.50002C9.81185 3.50002 6.41668 6.89519 6.41668 11.0834C6.41668 13.3071 7.37386 15.3073 8.89869 16.6944C9.16425 16.936 9.33334 17.271 9.33334 17.63V18.0834C9.33334 18.7277 9.85568 19.25 10.5 19.25V19.25M17.5 19.25V22.1667M17.5 19.25H14M10.5 19.25V22.1667M10.5 19.25H14M10.5 22.1667V22.75C10.5 24.0387 11.5447 25.0834 12.8333 25.0834H15.1667C16.4553 25.0834 17.5 24.0387 17.5 22.75V22.1667M10.5 22.1667H17.5M14 19.25V14.5834M14 14.5834L16.3333 12.25M14 14.5834L11.6667 12.25M22.1667 4.08335L23.3333 2.91669M4.66668 2.91669L5.83334 4.08335M3.50001 19.25L4.66668 18.0834M23.3333 18.0834L24.5 19.25M24.5 11.0834H25.6667M3.50001 11.0834H2.33334",stroke:"#635C80",strokeWidth:1.5,strokeLinecap:"round"})),wfe=y.forwardRef(kfe),_fe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 25.6666C20.4433 25.6666 25.6667 20.4433 25.6667 14C25.6667 7.55666 20.4433 2.33331 14 2.33331C7.55669 2.33331 2.33334 7.55666 2.33334 14C2.33334 20.4433 7.55669 25.6666 14 25.6666ZM19.8333 19.8333L21 15.1666H7.00001L8.16668 19.8333L14 21.5833L19.8333 19.8333Z",fill:"#FFDD64"}),p.createElement("rect",{x:7,y:15.1667,width:14,height:2.91667,fill:"white"}),p.createElement("path",{d:"M8.16666 18.0833H19.8333L18.6667 20.4166L14 21.5833L9.33332 20.4166L8.16666 18.0833Z",fill:"#705800"}),p.createElement("path",{d:"M16.3333 11.0833C16.3333 11.0833 16.9167 9.91665 18.0833 9.91665C19.25 9.91665 19.8333 11.0833 19.8333 11.0833M11.6667 11.0833C11.6667 11.0833 11.0833 9.91665 9.91668 9.91665C8.75001 9.91665 8.16668 11.0833 8.16668 11.0833M14 2.33331C20.4433 2.33331 25.6667 7.55665 25.6667 14C25.6667 20.4433 20.4433 25.6667 14 25.6666C7.55668 25.6666 2.33334 20.4433 2.33334 14C2.33334 7.55666 7.55668 2.33332 14 2.33331ZM14 21.5833C7.83262 21.5833 6.64623 16.6024 6.45125 15.4174C6.42898 15.282 6.53498 15.1666 6.67218 15.1666H21.3278C21.465 15.1666 21.571 15.282 21.5488 15.4174C21.3538 16.6024 20.1674 21.5833 14 21.5833Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"})),bfe=y.forwardRef(_fe),yfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("circle",{cx:14,cy:14,r:11.6667,fill:"#FFDD64"}),p.createElement("path",{d:"M14 21.5833C12.3642 21.5833 11.1909 20.2315 10.7237 19.5857C10.6183 19.4401 10.725 19.25 10.9047 19.25H17.0953C17.275 19.25 17.3817 19.4401 17.2763 19.5857C16.8092 20.2315 15.6358 21.5833 14 21.5833ZM14 21.5833L15.1088 20.8441C15.3009 20.7161 15.2102 20.4166 14.9794 20.4166H12.25M2.86745 10.5C2.52042 11.6049 2.33334 12.7806 2.33334 14C2.33334 20.4433 7.55668 25.6666 14 25.6666C20.4433 25.6667 25.6667 20.4433 25.6667 14C25.6667 12.7806 25.4796 11.6049 25.1326 10.5M4.87646 6.72796C7.01415 4.04953 10.3067 2.33332 14 2.33331C17.6558 2.33331 20.9188 4.01477 23.0579 6.6465M11.6658 6.99998C13.4158 7.58332 14 9.91665 12.25 12.25C10.5 14.5833 8.16669 15.1666 8.16669 15.1666C8.16669 15.1666 5.83334 14.5833 4.08336 12.25C2.33337 9.91665 2.91582 7.58331 4.66582 6.99998C6.41582 6.41665 8.16581 8.74998 8.16581 8.74998C8.16581 8.74998 9.91583 6.41664 11.6658 6.99998ZM23.3325 6.99998C25.0825 7.58332 25.6667 9.91665 23.9167 12.25C22.1667 14.5833 19.8333 15.1666 19.8333 15.1666C19.8333 15.1666 17.5 14.5833 15.75 12.25C14 9.91665 14.5825 7.58331 16.3325 6.99998C18.0825 6.41665 19.8325 8.74998 19.8325 8.74998C19.8325 8.74998 21.5825 6.41664 23.3325 6.99998Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M24.5 7.58331V11.6666L19.8333 15.75L14 9.91665L8.16667 15.75L3.5 11.6666V7.58331H12.8333L14 9.33331L15.1667 7.58331H19.8333H24.5Z",fill:"#EC7BCB"}),p.createElement("path",{d:"M11.6658 6.99999C13.4158 7.58333 14 9.91666 12.25 12.25C10.5 14.5833 8.16667 15.1667 8.16667 15.1667C8.16667 15.1667 5.83332 14.5833 4.08333 12.25C2.33335 9.91666 2.9158 7.58333 4.6658 6.99999C6.4158 6.41666 8.16579 8.74999 8.16579 8.74999C8.16579 8.74999 9.91581 6.41666 11.6658 6.99999Z",stroke:"#B22B8A",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M23.3325 6.99999C25.0824 7.58333 25.6667 9.91666 23.9167 12.25C22.1667 14.5833 19.8333 15.1667 19.8333 15.1667C19.8333 15.1667 17.5 14.5833 15.75 12.25C14 9.91666 14.5825 7.58333 16.3325 6.99999C18.0825 6.41666 19.8324 8.74999 19.8324 8.74999C19.8324 8.74999 21.5825 6.41666 23.3325 6.99999Z",stroke:"#B22B8A",strokeWidth:1.5,strokeLinecap:"round"})),xfe=y.forwardRef(yfe),Sfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("path",{d:"M14 25.6666C20.4433 25.6667 25.6667 20.4433 25.6667 14C25.6667 7.55665 20.4433 2.33331 14 2.33331C7.55668 2.33332 2.33334 7.55666 2.33334 14C2.33334 20.4433 7.55668 25.6666 14 25.6666Z",fill:"#FFDD64"}),p.createElement("path",{d:"M11.6667 20.4166C11.6667 20.4166 12.9812 19.8333 14 19.8333C15.0188 19.8333 16.3333 20.4166 16.3333 20.4166M16.3333 12.8333C16.3333 12.8333 17.2909 13.7839 18.0833 14C18.7427 14.1798 19.8333 14 19.8333 14M11.6667 12.8333C11.6667 12.8333 10.7091 13.7839 9.91668 14C9.25734 14.1798 8.16668 14 8.16668 14M14 2.33331C20.4433 2.33331 25.6667 7.55665 25.6667 14C25.6667 20.4433 20.4433 25.6667 14 25.6666C7.55668 25.6666 2.33334 20.4433 2.33334 14C2.33334 7.55666 7.55668 2.33332 14 2.33331Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"}),p.createElement("path",{d:"M17.5 23.3333C17.5 24.8797 18.8703 26.25 20.4167 26.25C21.9631 26.25 23.3333 24.8797 23.3333 23.3333C23.3333 21.4095 21.3505 17.5028 20.6546 16.1909C20.5517 15.9969 20.2817 15.9969 20.1787 16.1909C19.4828 17.5028 17.5 21.4095 17.5 23.3333Z",fill:"#98CBD6",stroke:"#01819C",strokeWidth:1.5,strokeLinecap:"round"})),Cfe=y.forwardRef(Sfe),Efe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("path",{d:"M5.83334 17.5L9.14286 18.0516C9.26963 18.0727 9.39793 18.0833 9.52646 18.0833H16.625C17.4304 18.0833 18.0833 18.7362 18.0833 19.5416C18.0833 19.8158 18.0077 20.0722 17.8762 20.2913L23.9993 18.2502C25.1066 17.8811 26.25 18.7053 26.25 19.8724C26.25 20.5565 25.8424 21.1747 25.2136 21.4441L14.6661 25.9645C14.2323 26.1504 13.7522 26.2004 13.2894 26.1079L8.39324 25.1286C8.24257 25.0985 8.08929 25.0833 7.93563 25.0833H5.83334C5.83334 25.7276 5.31101 26.25 4.66668 26.25H3.50001C2.85568 26.25 2.33334 25.7276 2.33334 25.0833V17.5C2.33334 16.8556 2.85568 16.3333 3.50001 16.3333H4.66668C5.31101 16.3333 5.83334 16.8556 5.83334 17.5Z",fill:"#F2FBC4"}),p.createElement("path",{d:"M2.33334 16.9167H5.83334V25.6667H2.33334V16.9167Z",fill:"#B5D622"}),p.createElement("path",{d:"M5.83334 17.5L5.95664 16.7602L5.08334 16.6147V17.5H5.83334ZM5.83334 24.5H5.08334V25.25H5.83334V24.5ZM10.3333 22.1667C10.3333 22.5809 10.6691 22.9167 11.0833 22.9167C11.4976 22.9167 11.8333 22.5809 11.8333 22.1667H10.3333ZM13.3404 25.5348L13.1933 26.2702L13.3404 25.5348ZM8.39324 24.5453L8.24615 25.2808L8.39324 24.5453ZM25.3065 21.3595L25.0395 20.6586L25.3065 21.3595ZM5.71004 18.2398L9.01956 18.7914L9.26616 17.3118L5.95664 16.7602L5.71004 18.2398ZM9.52646 18.8334H16.625V17.3334H9.52646V18.8334ZM5.83334 25.25H7.93563V23.75H5.83334V25.25ZM8.24615 25.2808L13.1933 26.2702L13.4875 24.7993L8.54032 23.8099L8.24615 25.2808ZM14.8956 26.1281L25.5735 22.0603L25.0395 20.6586L14.3616 24.7263L14.8956 26.1281ZM24.2142 17.85L17.3068 19.692L17.6933 21.1414L24.6007 19.2994L24.2142 17.85ZM16.625 20.25H12.25V21.75H16.625V20.25ZM5.08334 17.5V24.5H6.58334V17.5H5.08334ZM4.66668 24.3334H3.50001V25.8334H4.66668V24.3334ZM3.08334 23.9167V18.0834H1.58334V23.9167H3.08334ZM3.50001 17.6667H4.66668V16.1667H3.50001V17.6667ZM5.08334 18.0834V23.9167H6.58334V18.0834H5.08334ZM4.66668 17.6667C4.8968 17.6667 5.08334 17.8532 5.08334 18.0834H6.58334C6.58334 17.0248 5.72522 16.1667 4.66668 16.1667V17.6667ZM3.08334 18.0834C3.08334 17.8532 3.26989 17.6667 3.50001 17.6667V16.1667C2.44146 16.1667 1.58334 17.0248 1.58334 18.0834H3.08334ZM12.25 20.25C11.1915 20.25 10.3333 21.1081 10.3333 22.1667H11.8333C11.8333 21.9366 12.0199 21.75 12.25 21.75V20.25ZM17.3333 19.5417C17.3333 19.9329 17.0162 20.25 16.625 20.25V21.75C17.8446 21.75 18.8333 20.7613 18.8333 19.5417H17.3333ZM27 19.9903C27 18.535 25.6204 17.475 24.2142 17.85L24.6007 19.2994C25.0546 19.1783 25.5 19.5205 25.5 19.9903H27ZM13.1933 26.2702C13.7628 26.3841 14.3529 26.3348 14.8956 26.1281L14.3616 24.7263C14.0829 24.8325 13.7799 24.8578 13.4875 24.7993L13.1933 26.2702ZM7.93563 25.25C8.0399 25.25 8.14391 25.2603 8.24615 25.2808L8.54032 23.8099C8.34122 23.7701 8.13868 23.75 7.93563 23.75V25.25ZM3.50001 24.3334C3.26989 24.3334 3.08334 24.1468 3.08334 23.9167H1.58334C1.58334 24.9752 2.44146 25.8334 3.50001 25.8334V24.3334ZM16.625 18.8334C17.0162 18.8334 17.3333 19.1505 17.3333 19.5417H18.8333C18.8333 18.3221 17.8446 17.3334 16.625 17.3334V18.8334ZM25.5735 22.0603C26.4324 21.7331 27 20.9095 27 19.9903H25.5C25.5 20.2871 25.3168 20.553 25.0395 20.6586L25.5735 22.0603ZM4.66668 25.8334C5.72522 25.8334 6.58334 24.9752 6.58334 23.9167H5.08334C5.08334 24.1468 4.8968 24.3334 4.66668 24.3334V25.8334ZM9.01956 18.7914C9.18708 18.8193 9.35662 18.8334 9.52646 18.8334V17.3334C9.43925 17.3334 9.35218 17.3261 9.26616 17.3118L9.01956 18.7914Z",fill:"#5E6E14"}),p.createElement("path",{d:"M14.6639 4.51059C15.9812 2.03646 18.1187 1.77362 19.8333 2.91667C21.5833 4.08333 22.1667 7 20.4167 9.33334C18.8385 11.4376 15.3626 14.4907 14.6953 15.0699C14.6303 15.1263 14.5364 15.1263 14.4713 15.0699C13.804 14.4907 10.3282 11.4376 8.74999 9.33334C6.99999 7 7.58335 4.08334 9.33333 2.91667C11.0479 1.77361 13.1855 2.03646 14.5028 4.51059C14.5366 4.57408 14.6301 4.57408 14.6639 4.51059Z",fill:"#FF9DE2",stroke:"#B22B8A",strokeWidth:1.5,strokeLinecap:"round"})),Ffe=y.forwardRef(Efe),Mfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("rect",{x:3.5,y:11.6667,width:4.66667,height:10.5,fill:"#CAE85D"}),p.createElement("path",{d:"M12.8333 2.91669L8.75 11.6667V22.1667H23.3333L25.0833 11.6667L23.3333 9.33335H16.3333L16.9167 5.25002L12.8333 2.91669Z",fill:"#F2FBC4"}),p.createElement("path",{d:"M8.75001 11.6667H4.08334C3.43901 11.6667 2.91667 12.189 2.91667 12.8334V21.5834C2.91667 22.2277 3.43901 22.75 4.08334 22.75H8.75001M8.75001 11.6667L12.7163 3.16746C12.7877 3.01447 12.9412 2.91669 13.1101 2.91669V2.91669C15.1542 2.91669 16.7571 4.67191 16.572 6.70765L16.3476 9.17685C16.3399 9.26089 16.4061 9.33335 16.4905 9.33335H22.4259C23.8344 9.33335 24.9218 10.5718 24.7396 11.9685L23.5983 20.7185C23.4467 21.8806 22.4566 22.75 21.2846 22.75H8.75001M8.75001 11.6667V22.75",stroke:"#5E6E14",strokeWidth:1.5})),Tfe=y.forwardRef(Mfe),Lfe=(e,n)=>p.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:28,height:28,viewBox:"0 0 28 28",fill:"none",ref:n,...e},p.createElement("path",{d:"M14 25.6666C20.4433 25.6667 25.6667 20.4433 25.6667 14C25.6667 7.55665 20.4433 2.33331 14 2.33331C7.55668 2.33332 2.33334 7.55666 2.33334 14C2.33334 20.4433 7.55668 25.6666 14 25.6666Z",fill:"#FFDD64"}),p.createElement("path",{d:"M14 16.9166L12.25 18.6666L14 20.4166L15.75 18.6666L14 16.9166ZM14 16.9166L14 19.25M14 2.33331C20.4433 2.33331 25.6667 7.55665 25.6667 14C25.6667 20.4433 20.4433 25.6667 14 25.6666C7.55668 25.6666 2.33334 20.4433 2.33334 14C2.33334 7.55666 7.55668 2.33332 14 2.33331ZM15.4583 20.125V20.125C14.6529 20.9304 13.3471 20.9304 12.5417 20.125V20.125C11.7363 19.3196 11.7363 18.0137 12.5417 17.2083V17.2083C13.3471 16.4029 14.6529 16.4029 15.4583 17.2083V17.2083C16.2638 18.0137 16.2638 19.3196 15.4583 20.125ZM9.91668 9.91665V9.91665C10.2388 9.59448 10.7612 9.59448 11.0833 9.91665V9.91665C11.4055 10.2388 11.4055 10.7611 11.0833 11.0833V11.0833C10.7612 11.4055 10.2388 11.4055 9.91668 11.0833V11.0833C9.59451 10.7611 9.59451 10.2388 9.91668 9.91665ZM18.0833 11.0833V11.0833C17.7612 11.4055 17.2388 11.4055 16.9167 11.0833V11.0833C16.5945 10.7611 16.5945 10.2388 16.9167 9.91665V9.91665C17.2388 9.59448 17.7612 9.59448 18.0833 9.91665V9.91665C18.4055 10.2388 18.4055 10.7611 18.0833 11.0833Z",stroke:"#705800",strokeWidth:1.5,strokeLinecap:"round"})),Pfe=y.forwardRef(Lfe),Ow=(e,n="big")=>{const t=n==="small";switch(e){case Wn.REACTION_TYPE.AGREE:return t?k.jsx(Jle,{}):k.jsx(mfe,{});case Wn.REACTION_TYPE.BRAVO:return t?k.jsx(Xle,{}):k.jsx(vfe,{});case Wn.REACTION_TYPE.GOOD_IDEA:return t?k.jsx(nfe,{}):k.jsx(wfe,{});case Wn.REACTION_TYPE.HAHA:return t?k.jsx(ife,{}):k.jsx(bfe,{});case Wn.REACTION_TYPE.LOVE:return t?k.jsx(afe,{}):k.jsx(xfe,{});case Wn.REACTION_TYPE.SAD:return t?k.jsx(ofe,{}):k.jsx(Cfe,{});case Wn.REACTION_TYPE.SUPPORT:return t?k.jsx(ffe,{}):k.jsx(Ffe,{});case Wn.REACTION_TYPE.WOW:return t?k.jsx(hfe,{}):k.jsx(Pfe,{});case Wn.REACTION_TYPE.THANK_YOU:default:return t?k.jsx(ufe,{}):k.jsx(Tfe,{})}},Iw=({ariaDescribedBy:e,className:n,count:t,expanded:i,onClick:r,reaction:a,selected:o,size:f="big",stack:d})=>{const u=d?"span":z.Button;return k.jsxs(u,{...u==="span"?{"aria-describedby":e}:{ariaDescribedBy:e},onClick:r,selected:o,className:je(ls.pill,n,{[ls[`pillSize--${f}`]]:f},{[ls.pillStack]:d},{[ls.pillExpanded]:i&&t},{[ls.pillSelected]:o}),children:[Ow(a,f),i&&t&&k.jsx(z.Typography,{className:ls.count,type:"detail-bold",children:`${t}`})]})},Rfe="_reactionItem_1ujl8_120",Afe="_reactionItem__reactionPill_1ujl8_131",Bfe="_disableHover_1ujl8_140",zfe="_reactionItem__tooltip_1ujl8_140",Sf={reactionItem:Rfe,reactionItem__reactionPill:Afe,disableHover:Bfe,reactionItem__tooltip:zfe},$fe=({activeReaction:e,count:n,expanded:t,onSelect:i,reaction:r,selected:a,size:o,stack:f,tooltip:d="",toolTipSpacing:u})=>{const c=y.useId(),g=k.jsx(Iw,{ariaDescribedBy:c,className:je(Sf.reactionItem__reactionPill),stack:f,size:o,selected:!f&&a,expanded:!f&&t,reaction:r,count:n,onClick:()=>i(r)});return k.jsx("li",{"data-reaction":r,className:je(Sf.reactionItem,{[Sf.disableHover]:f||t}),children:d?k.jsx(z.Tooltip,{text:d,id:c,showTooltip:e===r,className:Sf.reactionItem__tooltip,customSpacing:u,children:g}):g})},Dw=({activeReaction:e,expanded:n=!1,limit:t,onClick:i,reactions:r,size:a="small",stack:o=!1,toolTipSpacing:f})=>{const d=g=>{i&&i(g)},u=o?$w(r):r,c=t?u.slice(0,t):u;return k.jsx("ul",{className:je(Uv.reactionStack,{[Uv.stack]:o}),children:c.map(({count:g,reaction:m,selected:w,tooltip:_})=>k.jsx($fe,{count:g,reaction:m,selected:w,stack:o,size:a,expanded:n,onSelect:d,activeReaction:e,tooltip:_,toolTipSpacing:f},m))})},Ofe="_wrapper_16sx6_120",Ife="_button_16sx6_127",Dfe="_hoveredItem_16sx6_132",Cf={wrapper:Ofe,button:Ife,hoveredItem:Dfe},jfe=({buttonContent:e,className:n="",disabled:t=!1,offset:i="md",onButtonClick:r,onReactionSelect:a,placement:o="top-start",popupDelay:f={onHover:350,onLongPress:750},reactions:d,trigger:u="hover"})=>{const[c,g]=y.useState(null),m=y.useRef(null),w=y.useRef(null),[_,C]=y.useState(null),E=y.useCallback(Ole(N=>g(N),f.onHover),[]),x=()=>{m.current&&clearTimeout(m.current)},M=()=>{x(),E.cancel(),m.current=setTimeout(()=>{g(null)},500)},L=N=>{a(N),g(null)},D=N=>{u==="hover"&&(x(),Nr()||E(N.currentTarget))},P=()=>{Nr()||x()},I=y.useCallback(()=>{g(w.current)},[]),K=N=>{g(u==="click"?N.currentTarget:null),r&&r()},oe=jle(I,{detect:cs.Touch,onFinish:()=>{g(null),C(null),L(_==null?void 0:_.getAttribute("data-reaction"))},onMove:N=>{const{clientX:W,clientY:ne}=N.touches[0],te=document.elementFromPoint(W,ne);if(te){const ie=te.closest("li[data-reaction]");if(_){const V=_.getAttribute("data-reaction"),X=ie?ie.getAttribute("data-reaction"):null;(!ie||V!==X)&&_.classList.remove(Cf.hoveredItem)}ie&&ie.classList.add(Cf.hoveredItem),C(ie||null)}},onStart:N=>{w.current=N.target},threshold:f.onLongPress}),{...ae}=oe("Mobile context"),U=!!c,j=_==null?void 0:_.getAttribute("data-reaction");return k.jsx(k.Fragment,{children:k.jsxs("div",{className:n,children:[k.jsx("button",{onMouseOver:D,onClick:K,onMouseLeave:M,ref:w,...Nr()&&ae,className:Cf.button,children:e}),k.jsx(z.Popup,{open:U&&!t,anchor:c,placement:o,offset:i,children:k.jsx("div",{className:Cf.wrapper,onMouseOver:P,onMouseLeave:M,children:k.jsx(Dw,{reactions:d,stack:!1,expanded:!1,size:"big",onClick:L,activeReaction:j,toolTipSpacing:"10px"})})})]})})};/*! *****************************************************************************
874
874
  Copyright (c) Microsoft Corporation. All rights reserved.
875
875
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
876
876
  this file except in compliance with the License. You may obtain a copy of the
@@ -883,9 +883,9 @@ MERCHANTABLITY OR NON-INFRINGEMENT.
883
883
 
884
884
  See the Apache Version 2.0 License for specific language governing permissions
885
885
  and limitations under the License.
886
- ***************************************************************************** */var J1=function(e,n){return J1=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,i){t.__proto__=i}||function(t,i){for(var r in i)i.hasOwnProperty(r)&&(t[r]=i[r])},J1(e,n)};function jfe(e,n){J1(e,n);function t(){this.constructor=e}e.prototype=n===null?Object.create(n):(t.prototype=n.prototype,new t)}var Ro=function(){return Ro=Object.assign||function(n){for(var t,i=1,r=arguments.length;i<r;i++){t=arguments[i];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(n[a]=t[a])}return n},Ro.apply(this,arguments)};function Hfe(e,n,t,i){var r,a=!1,o=0;function f(){r&&clearTimeout(r)}function d(){f(),a=!0}typeof n!="boolean"&&(i=t,t=n,n=void 0);function u(){var c=this,g=Date.now()-o,m=arguments;if(a)return;function w(){o=Date.now(),t.apply(c,m)}function _(){r=void 0}i&&!r&&w(),f(),i===void 0&&g>e?w():n!==!0&&(r=setTimeout(i?_:w,i===void 0?e-g:e))}return u.cancel=d,u}var vs={Pixel:"Pixel",Percent:"Percent"},Zv={unit:vs.Percent,value:.8};function Kv(e){return typeof e=="number"?{unit:vs.Percent,value:e*100}:typeof e=="string"?e.match(/^(\d*(\.\d+)?)px$/)?{unit:vs.Pixel,value:parseFloat(e)}:e.match(/^(\d*(\.\d+)?)%$/)?{unit:vs.Percent,value:parseFloat(e)}:(console.warn('scrollThreshold format is invalid. Valid formats: "120px", "50%"...'),Zv):(console.warn("scrollThreshold should be string or number"),Zv)}var Nfe=function(e){jfe(n,e);function n(t){var i=e.call(this,t)||this;return i.lastScrollTop=0,i.actionTriggered=!1,i.startY=0,i.currentY=0,i.dragging=!1,i.maxPullDownDistance=0,i.getScrollableTarget=function(){return i.props.scrollableTarget instanceof HTMLElement?i.props.scrollableTarget:typeof i.props.scrollableTarget=="string"?document.getElementById(i.props.scrollableTarget):(i.props.scrollableTarget===null&&console.warn(`You are trying to pass scrollableTarget but it is null. This might
886
+ ***************************************************************************** */var J1=function(e,n){return J1=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,i){t.__proto__=i}||function(t,i){for(var r in i)i.hasOwnProperty(r)&&(t[r]=i[r])},J1(e,n)};function Hfe(e,n){J1(e,n);function t(){this.constructor=e}e.prototype=n===null?Object.create(n):(t.prototype=n.prototype,new t)}var Ro=function(){return Ro=Object.assign||function(n){for(var t,i=1,r=arguments.length;i<r;i++){t=arguments[i];for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(n[a]=t[a])}return n},Ro.apply(this,arguments)};function Nfe(e,n,t,i){var r,a=!1,o=0;function f(){r&&clearTimeout(r)}function d(){f(),a=!0}typeof n!="boolean"&&(i=t,t=n,n=void 0);function u(){var c=this,g=Date.now()-o,m=arguments;if(a)return;function w(){o=Date.now(),t.apply(c,m)}function _(){r=void 0}i&&!r&&w(),f(),i===void 0&&g>e?w():n!==!0&&(r=setTimeout(i?_:w,i===void 0?e-g:e))}return u.cancel=d,u}var vs={Pixel:"Pixel",Percent:"Percent"},Zv={unit:vs.Percent,value:.8};function Kv(e){return typeof e=="number"?{unit:vs.Percent,value:e*100}:typeof e=="string"?e.match(/^(\d*(\.\d+)?)px$/)?{unit:vs.Pixel,value:parseFloat(e)}:e.match(/^(\d*(\.\d+)?)%$/)?{unit:vs.Percent,value:parseFloat(e)}:(console.warn('scrollThreshold format is invalid. Valid formats: "120px", "50%"...'),Zv):(console.warn("scrollThreshold should be string or number"),Zv)}var Vfe=function(e){Hfe(n,e);function n(t){var i=e.call(this,t)||this;return i.lastScrollTop=0,i.actionTriggered=!1,i.startY=0,i.currentY=0,i.dragging=!1,i.maxPullDownDistance=0,i.getScrollableTarget=function(){return i.props.scrollableTarget instanceof HTMLElement?i.props.scrollableTarget:typeof i.props.scrollableTarget=="string"?document.getElementById(i.props.scrollableTarget):(i.props.scrollableTarget===null&&console.warn(`You are trying to pass scrollableTarget but it is null. This might
887
887
  happen because the element may not have been added to DOM yet.
888
888
  See https://github.com/ankeetmaini/react-infinite-scroll-component/issues/59 for more info.
889
- `),null)},i.onStart=function(r){i.lastScrollTop||(i.dragging=!0,r instanceof MouseEvent?i.startY=r.pageY:r instanceof TouchEvent&&(i.startY=r.touches[0].pageY),i.currentY=i.startY,i._infScroll&&(i._infScroll.style.willChange="transform",i._infScroll.style.transition="transform 0.2s cubic-bezier(0,0,0.31,1)"))},i.onMove=function(r){i.dragging&&(r instanceof MouseEvent?i.currentY=r.pageY:r instanceof TouchEvent&&(i.currentY=r.touches[0].pageY),!(i.currentY<i.startY)&&(i.currentY-i.startY>=Number(i.props.pullDownToRefreshThreshold)&&i.setState({pullToRefreshThresholdBreached:!0}),!(i.currentY-i.startY>i.maxPullDownDistance*1.5)&&i._infScroll&&(i._infScroll.style.overflow="visible",i._infScroll.style.transform="translate3d(0px, "+(i.currentY-i.startY)+"px, 0px)")))},i.onEnd=function(){i.startY=0,i.currentY=0,i.dragging=!1,i.state.pullToRefreshThresholdBreached&&(i.props.refreshFunction&&i.props.refreshFunction(),i.setState({pullToRefreshThresholdBreached:!1})),requestAnimationFrame(function(){i._infScroll&&(i._infScroll.style.overflow="auto",i._infScroll.style.transform="none",i._infScroll.style.willChange="unset")})},i.onScrollListener=function(r){typeof i.props.onScroll=="function"&&setTimeout(function(){return i.props.onScroll&&i.props.onScroll(r)},0);var a=i.props.height||i._scrollableNode?r.target:document.documentElement.scrollTop?document.documentElement:document.body;if(!i.actionTriggered){var o=i.props.inverse?i.isElementAtTop(a,i.props.scrollThreshold):i.isElementAtBottom(a,i.props.scrollThreshold);o&&i.props.hasMore&&(i.actionTriggered=!0,i.setState({showLoader:!0}),i.props.next&&i.props.next()),i.lastScrollTop=a.scrollTop}},i.state={showLoader:!1,pullToRefreshThresholdBreached:!1,prevDataLength:t.dataLength},i.throttledOnScrollListener=Hfe(150,i.onScrollListener).bind(i),i.onStart=i.onStart.bind(i),i.onMove=i.onMove.bind(i),i.onEnd=i.onEnd.bind(i),i}return n.prototype.componentDidMount=function(){if(typeof this.props.dataLength>"u")throw new Error('mandatory prop "dataLength" is missing. The prop is needed when loading more content. Check README.md for usage');if(this._scrollableNode=this.getScrollableTarget(),this.el=this.props.height?this._infScroll:this._scrollableNode||window,this.el&&this.el.addEventListener("scroll",this.throttledOnScrollListener),typeof this.props.initialScrollY=="number"&&this.el&&this.el instanceof HTMLElement&&this.el.scrollHeight>this.props.initialScrollY&&this.el.scrollTo(0,this.props.initialScrollY),this.props.pullDownToRefresh&&this.el&&(this.el.addEventListener("touchstart",this.onStart),this.el.addEventListener("touchmove",this.onMove),this.el.addEventListener("touchend",this.onEnd),this.el.addEventListener("mousedown",this.onStart),this.el.addEventListener("mousemove",this.onMove),this.el.addEventListener("mouseup",this.onEnd),this.maxPullDownDistance=this._pullDown&&this._pullDown.firstChild&&this._pullDown.firstChild.getBoundingClientRect().height||0,this.forceUpdate(),typeof this.props.refreshFunction!="function"))throw new Error(`Mandatory prop "refreshFunction" missing.
889
+ `),null)},i.onStart=function(r){i.lastScrollTop||(i.dragging=!0,r instanceof MouseEvent?i.startY=r.pageY:r instanceof TouchEvent&&(i.startY=r.touches[0].pageY),i.currentY=i.startY,i._infScroll&&(i._infScroll.style.willChange="transform",i._infScroll.style.transition="transform 0.2s cubic-bezier(0,0,0.31,1)"))},i.onMove=function(r){i.dragging&&(r instanceof MouseEvent?i.currentY=r.pageY:r instanceof TouchEvent&&(i.currentY=r.touches[0].pageY),!(i.currentY<i.startY)&&(i.currentY-i.startY>=Number(i.props.pullDownToRefreshThreshold)&&i.setState({pullToRefreshThresholdBreached:!0}),!(i.currentY-i.startY>i.maxPullDownDistance*1.5)&&i._infScroll&&(i._infScroll.style.overflow="visible",i._infScroll.style.transform="translate3d(0px, "+(i.currentY-i.startY)+"px, 0px)")))},i.onEnd=function(){i.startY=0,i.currentY=0,i.dragging=!1,i.state.pullToRefreshThresholdBreached&&(i.props.refreshFunction&&i.props.refreshFunction(),i.setState({pullToRefreshThresholdBreached:!1})),requestAnimationFrame(function(){i._infScroll&&(i._infScroll.style.overflow="auto",i._infScroll.style.transform="none",i._infScroll.style.willChange="unset")})},i.onScrollListener=function(r){typeof i.props.onScroll=="function"&&setTimeout(function(){return i.props.onScroll&&i.props.onScroll(r)},0);var a=i.props.height||i._scrollableNode?r.target:document.documentElement.scrollTop?document.documentElement:document.body;if(!i.actionTriggered){var o=i.props.inverse?i.isElementAtTop(a,i.props.scrollThreshold):i.isElementAtBottom(a,i.props.scrollThreshold);o&&i.props.hasMore&&(i.actionTriggered=!0,i.setState({showLoader:!0}),i.props.next&&i.props.next()),i.lastScrollTop=a.scrollTop}},i.state={showLoader:!1,pullToRefreshThresholdBreached:!1,prevDataLength:t.dataLength},i.throttledOnScrollListener=Nfe(150,i.onScrollListener).bind(i),i.onStart=i.onStart.bind(i),i.onMove=i.onMove.bind(i),i.onEnd=i.onEnd.bind(i),i}return n.prototype.componentDidMount=function(){if(typeof this.props.dataLength>"u")throw new Error('mandatory prop "dataLength" is missing. The prop is needed when loading more content. Check README.md for usage');if(this._scrollableNode=this.getScrollableTarget(),this.el=this.props.height?this._infScroll:this._scrollableNode||window,this.el&&this.el.addEventListener("scroll",this.throttledOnScrollListener),typeof this.props.initialScrollY=="number"&&this.el&&this.el instanceof HTMLElement&&this.el.scrollHeight>this.props.initialScrollY&&this.el.scrollTo(0,this.props.initialScrollY),this.props.pullDownToRefresh&&this.el&&(this.el.addEventListener("touchstart",this.onStart),this.el.addEventListener("touchmove",this.onMove),this.el.addEventListener("touchend",this.onEnd),this.el.addEventListener("mousedown",this.onStart),this.el.addEventListener("mousemove",this.onMove),this.el.addEventListener("mouseup",this.onEnd),this.maxPullDownDistance=this._pullDown&&this._pullDown.firstChild&&this._pullDown.firstChild.getBoundingClientRect().height||0,this.forceUpdate(),typeof this.props.refreshFunction!="function"))throw new Error(`Mandatory prop "refreshFunction" missing.
890
890
  Pull Down To Refresh functionality will not work
891
- as expected. Check README.md for usage'`)},n.prototype.componentWillUnmount=function(){this.el&&(this.el.removeEventListener("scroll",this.throttledOnScrollListener),this.props.pullDownToRefresh&&(this.el.removeEventListener("touchstart",this.onStart),this.el.removeEventListener("touchmove",this.onMove),this.el.removeEventListener("touchend",this.onEnd),this.el.removeEventListener("mousedown",this.onStart),this.el.removeEventListener("mousemove",this.onMove),this.el.removeEventListener("mouseup",this.onEnd)))},n.prototype.componentDidUpdate=function(t){this.props.dataLength!==t.dataLength&&(this.actionTriggered=!1,this.setState({showLoader:!1}))},n.getDerivedStateFromProps=function(t,i){var r=t.dataLength!==i.prevDataLength;return r?Ro(Ro({},i),{prevDataLength:t.dataLength}):null},n.prototype.isElementAtTop=function(t,i){i===void 0&&(i=.8);var r=t===document.body||t===document.documentElement?window.screen.availHeight:t.clientHeight,a=Kv(i);return a.unit===vs.Pixel?t.scrollTop<=a.value+r-t.scrollHeight+1:t.scrollTop<=a.value/100+r-t.scrollHeight+1},n.prototype.isElementAtBottom=function(t,i){i===void 0&&(i=.8);var r=t===document.body||t===document.documentElement?window.screen.availHeight:t.clientHeight,a=Kv(i);return a.unit===vs.Pixel?t.scrollTop+r>=t.scrollHeight-a.value:t.scrollTop+r>=a.value/100*t.scrollHeight},n.prototype.render=function(){var t=this,i=Ro({height:this.props.height||"auto",overflow:"auto",WebkitOverflowScrolling:"touch"},this.props.style),r=this.props.hasChildren||!!(this.props.children&&this.props.children instanceof Array&&this.props.children.length),a=this.props.pullDownToRefresh&&this.props.height?{overflow:"auto"}:{};return y.createElement("div",{style:a,className:"infinite-scroll-component__outerdiv"},y.createElement("div",{className:"infinite-scroll-component "+(this.props.className||""),ref:function(o){return t._infScroll=o},style:i},this.props.pullDownToRefresh&&y.createElement("div",{style:{position:"relative"},ref:function(o){return t._pullDown=o}},y.createElement("div",{style:{position:"absolute",left:0,right:0,top:-1*this.maxPullDownDistance}},this.state.pullToRefreshThresholdBreached?this.props.releaseToRefreshContent:this.props.pullDownToRefreshContent)),this.props.children,!this.state.showLoader&&!r&&this.props.hasMore&&this.props.loader,this.state.showLoader&&this.props.hasMore&&this.props.loader,!this.props.hasMore&&this.props.endMessage))},n}(y.Component);const Vfe="_cardHeader_wykah_120",Gfe="_cardBody_wykah_131",Wfe="_tabsList_wykah_140",qfe="_tab_wykah_140",Ufe="_selectedTab_wykah_178",Zfe="_tabPanel_wykah_187",Kfe="_profile_wykah_199",Ir={cardHeader:Vfe,cardBody:Gfe,tabsList:Wfe,tab:qfe,selectedTab:Ufe,tabPanel:Zfe,profile:Kfe},Yfe=(e,n,t)=>({id:e,object_type:"hood_message",page:n,reaction_type:t==="all"?void 0:t}),Jfe=({closeText:e="Schließen",getPicturePlaceholder:n,getReactions:t,headerTitle:i="Reaktionen",open:r,postId:a,setOpen:o,userLink:f=!0})=>{const[d,u]=y.useState(null),[c,g]=y.useState("all"),[m,w]=y.useState(1),[_,C]=y.useState([]),E=!d||!!d.next_page,x=y.useCallback(async()=>{try{const U=Yfe(a,m,c),j=await t(U);w(j.next_page||m),u(j),C(N=>[...N,...j.users])}catch(U){console.error("Error fetching reactions:",U)}},[a,m,c,t]);y.useEffect(()=>(r&&x(),()=>{C([])}),[r,c,x]);const M=(U,j)=>{typeof j=="string"&&(g(j),w(1),C([]))},L=()=>{o(),C([]),w(1),g("all")};if(!(d!=null&&d.live_data))return null;const D=d.live_data.counter.hood_message[a],P=k.jsx(z.CardHeader,{headline:i,type:Nr()?"h4":"h3",leftElement:k.jsx(z.IconButton,{icon:"arrow_left",size:"small",ariaLabelledBy:"back",onClick:L}),rightElement:k.jsx(z.IconButton,{ariaLabel:"close-sheet",onClick:L,icon:"cross_circle"}),className:Ir.cardHeader}),I=[];for(const[U,j]of Object.entries(D))jle(U)&&j>0&&I.push({count:j,reaction:U});const K=$w(I),oe=[{count:0,reaction:"all"},...K],ae=k.jsx(z.CardBody,{className:Ir.cardBody,children:k.jsxs(N3,{defaultValue:"all",onChange:M,children:[k.jsx(q3,{className:Ir.tabsList,children:oe.map(({count:U,reaction:j})=>k.jsxs(Z3,{value:j,"data-testid":`tab-${j}`,children:[k.jsxs("div",{className:Ir.tab,children:[j==="all"?k.jsx(z.Typography,{as:"span",type:"body-semibold",className:Ir.alle,children:"Alle"}):Ow(j),k.jsx("div",{className:Ir.selectedTab})]}),U>0&&k.jsx(z.Typography,{as:"span",type:"body-semibold",children:U})]},`${j}_${U}`))}),oe.map(({reaction:U})=>k.jsx(V3,{value:U,className:Ir.tabPanel,id:"reactionTabPanel",children:k.jsx(Nfe,{dataLength:_.length,next:x,hasMore:E,loader:k.jsx(z.Loader,{}),scrollableTarget:"reactionTabPanel",scrollThreshold:.7,children:_.map(j=>k.jsx("div",{className:Ir.profile,children:k.jsx(Fw,{alt:"profile",link:j.hood_title,name:j.firstname,onClick:f?()=>window.open(`/profile/${j.id}`,"_self"):void 0,src:j.photo_medium_url||n(j)})},j.id))})},U))]})});return k.jsx(z.Sheet,{open:r,onClose:L,sheetBody:ae,sheetHeader:P,closeButtonText:e})},Qfe="_root_2y0g1_120",Xfe="_root__title_2y0g1_129",ede="_root__moreMenu_2y0g1_132",nde="_root__subtitle_2y0g1_137",tde="_root__helpersCluster_2y0g1_141",ide="_root__heartBubbleContainer_2y0g1_144",rde="_messageContainer_2y0g1_159",ade="_messageContainer__message_2y0g1_172",sde="_messageContainer__author_2y0g1_176",ode="_messageContainer__quotationLeft_2y0g1_179",lde="_messageContainer__quotationRight_2y0g1_184",Ti={root:Qfe,root__title:Xfe,root__moreMenu:ede,root__subtitle:nde,root__helpersCluster:tde,root__heartBubbleContainer:ide,messageContainer:rde,messageContainer__message:ade,messageContainer__author:sde,messageContainer__quotationLeft:ode,messageContainer__quotationRight:lde},fde=6,dde=e=>({0:"Danke für eure Hilfe!",1:"Hilfe von nebenan!",2:"Danke für eure Hilfsbereitschaft!",3:"Eure Hilfsbereitschaft zählt!",4:"Hilfe gefunden!",5:"Wir helfen einander!"})[e],ude=()=>"Schreibe einen kurzen Text, um deinen Nachbarn für ihre Hilfsbereitschaft zu danken.",cde=({authorFirstName:e,editMenuItems:n,helperUsers:t,message:i,onAvatarClick:r,onMoreClick:a,parentId:o})=>{const f=o%fde,d=dde(f),[u,c]=y.useState(null),g=!!u,m=w=>{c(u?null:w.currentTarget)};return k.jsx(z.Card,{withoutPadding:!0,borderRadius:!0,className:Ti.root,children:k.jsxs(z.CardBody,{withoutPadding:!0,children:[k.jsx("div",{className:Ti.root__heartBubbleContainer,children:k.jsx(z.Icon,{size:"32",name:"bubble_heart_coloured"})}),k.jsx("div",{className:Ti.root__moreMenu,children:n&&n.length&&k.jsxs(k.Fragment,{children:[k.jsx(z.IconButton,{icon:"more_dots",ariaLabel:"edit-thank-you",onClick:m}),k.jsx(z.Popup,{open:g,anchor:u,handleClickAway:()=>c(null),placement:"bottom-end",offset:{crossAxis:0,mainAxis:-32},children:k.jsx(z.DropdownCard,{onClose:()=>c(null),items:n,hasHeader:!0,headerProps:{text:"Scließen"}})})]})}),k.jsx(z.Typography,{type:"h3",className:Ti.root__title,children:d}),k.jsxs(z.Typography,{type:"detail-medium",className:Ti.root__subtitle,children:[e," hat Hilfe erhalten von:"]}),k.jsx("div",{className:Ti.root__helpersCluster,children:k.jsx(z.UserAvatarCluster,{users:t,size:"medium",onAvatarClick:r,onMoreClick:a})}),k.jsxs("div",{className:Ti.messageContainer,children:[k.jsx(z.Typography,{type:"detail-medium",className:Ti.messageContainer__message,children:i||ude()}),k.jsx(z.Typography,{type:"detail-bold",className:Ti.messageContainer__author,children:e}),k.jsx("div",{className:Ti.messageContainer__quotationLeft,children:k.jsx(z.Icon,{size:"32",name:"quotation_left_filled"})}),k.jsx("div",{className:Ti.messageContainer__quotationRight,children:k.jsx(z.Icon,{size:"32",name:"quotation_right_filled"})})]})]})})};exports.AccordionMenu=tx;exports.AuthenticationForm=sC;exports.ChristmasGarland=fC;exports.ComparisonTable=yC;exports.ComplaintModal=L6;exports.ConfirmDialog=bP;exports.ContentCreatorTrigger=SP;exports.DesktopLayout=LP;exports.DesktopNavbarSearchField=PP;exports.DesktopNavigationBar=OP;exports.DynamicForm=L3;exports.EmojiPicker=jR;exports.EmojiSearch=HR;exports.FeedRouterProvider=xU;exports.Form=ah;exports.FormCheckboxInput=VS;exports.FormInputFieldSpecial=GS;exports.FormRadioButton=WS;exports.FormRadioButtonCluster=qS;exports.FormTextAreaInput=US;exports.FormTextInput=Gf;exports.FormToggleInput=ZS;exports.Grid=M3;exports.GridFeed=HU;exports.GridFeedAggregator=e4;exports.GridItem=u3;exports.HtmlContent=WU;exports.ImageGalleryTrigger=KU;exports.LayoutLoadingSpinner=t4;exports.LinkAttachment=Xv;exports.MainLayout=IZ;exports.MarkdownRichText=wse;exports.MarketplaceAggregatorCard=Ak;exports.MarketplaceDetailPage=kI;exports.MarketplaceItemCardless=Oh;exports.MarketplaceMoreOptions=zk;exports.MenuLinkList=yse;exports.MobileHeaderBar=Fse;exports.MobileLayout=r4;exports.NPEAggregator=uoe;exports.PointOfInterest=Soe;exports.PostAuthor=$k;exports.PostInfo=Bk;exports.Profile=Fw;exports.ProfileControls=$oe;exports.ReactionPill=Iw;exports.ReactionSelection=Dfe;exports.ReactionStack=Dw;exports.ReactionTabList=Jfe;exports.ResponsiveModal=xd;exports.ThankYouCard=cde;exports.Wizard=JS;
891
+ as expected. Check README.md for usage'`)},n.prototype.componentWillUnmount=function(){this.el&&(this.el.removeEventListener("scroll",this.throttledOnScrollListener),this.props.pullDownToRefresh&&(this.el.removeEventListener("touchstart",this.onStart),this.el.removeEventListener("touchmove",this.onMove),this.el.removeEventListener("touchend",this.onEnd),this.el.removeEventListener("mousedown",this.onStart),this.el.removeEventListener("mousemove",this.onMove),this.el.removeEventListener("mouseup",this.onEnd)))},n.prototype.componentDidUpdate=function(t){this.props.dataLength!==t.dataLength&&(this.actionTriggered=!1,this.setState({showLoader:!1}))},n.getDerivedStateFromProps=function(t,i){var r=t.dataLength!==i.prevDataLength;return r?Ro(Ro({},i),{prevDataLength:t.dataLength}):null},n.prototype.isElementAtTop=function(t,i){i===void 0&&(i=.8);var r=t===document.body||t===document.documentElement?window.screen.availHeight:t.clientHeight,a=Kv(i);return a.unit===vs.Pixel?t.scrollTop<=a.value+r-t.scrollHeight+1:t.scrollTop<=a.value/100+r-t.scrollHeight+1},n.prototype.isElementAtBottom=function(t,i){i===void 0&&(i=.8);var r=t===document.body||t===document.documentElement?window.screen.availHeight:t.clientHeight,a=Kv(i);return a.unit===vs.Pixel?t.scrollTop+r>=t.scrollHeight-a.value:t.scrollTop+r>=a.value/100*t.scrollHeight},n.prototype.render=function(){var t=this,i=Ro({height:this.props.height||"auto",overflow:"auto",WebkitOverflowScrolling:"touch"},this.props.style),r=this.props.hasChildren||!!(this.props.children&&this.props.children instanceof Array&&this.props.children.length),a=this.props.pullDownToRefresh&&this.props.height?{overflow:"auto"}:{};return y.createElement("div",{style:a,className:"infinite-scroll-component__outerdiv"},y.createElement("div",{className:"infinite-scroll-component "+(this.props.className||""),ref:function(o){return t._infScroll=o},style:i},this.props.pullDownToRefresh&&y.createElement("div",{style:{position:"relative"},ref:function(o){return t._pullDown=o}},y.createElement("div",{style:{position:"absolute",left:0,right:0,top:-1*this.maxPullDownDistance}},this.state.pullToRefreshThresholdBreached?this.props.releaseToRefreshContent:this.props.pullDownToRefreshContent)),this.props.children,!this.state.showLoader&&!r&&this.props.hasMore&&this.props.loader,this.state.showLoader&&this.props.hasMore&&this.props.loader,!this.props.hasMore&&this.props.endMessage))},n}(y.Component);const Gfe="_cardHeader_wykah_120",Wfe="_cardBody_wykah_131",qfe="_tabsList_wykah_140",Ufe="_tab_wykah_140",Zfe="_selectedTab_wykah_178",Kfe="_tabPanel_wykah_187",Yfe="_profile_wykah_199",Ir={cardHeader:Gfe,cardBody:Wfe,tabsList:qfe,tab:Ufe,selectedTab:Zfe,tabPanel:Kfe,profile:Yfe},Jfe=(e,n,t)=>({id:e,object_type:"hood_message",page:n,reaction_type:t==="all"?void 0:t}),Qfe=({closeText:e="Schließen",getPicturePlaceholder:n,getReactions:t,headerTitle:i="Reaktionen",open:r,postId:a,setOpen:o,userLink:f=!0})=>{const[d,u]=y.useState(null),[c,g]=y.useState("all"),[m,w]=y.useState(1),[_,C]=y.useState([]),E=!d||!!d.next_page,x=y.useCallback(async()=>{try{const U=Jfe(a,m,c),j=await t(U);w(j.next_page||m),u(j),C(N=>[...N,...j.users])}catch(U){console.error("Error fetching reactions:",U)}},[a,m,c,t]);y.useEffect(()=>(r&&x(),()=>{C([])}),[r,c,x]);const M=(U,j)=>{typeof j=="string"&&(g(j),w(1),C([]))},L=()=>{o(),C([]),w(1),g("all")};if(!(d!=null&&d.live_data))return null;const D=d.live_data.counter.hood_message[a],P=k.jsx(z.CardHeader,{headline:i,type:Nr()?"h4":"h3",leftElement:k.jsx(z.IconButton,{icon:"arrow_left",size:"small",ariaLabelledBy:"back",onClick:L}),rightElement:k.jsx(z.IconButton,{ariaLabel:"close-sheet",onClick:L,icon:"cross_circle"}),className:Ir.cardHeader}),I=[];for(const[U,j]of Object.entries(D))Hle(U)&&j>0&&I.push({count:j,reaction:U});const K=$w(I),oe=[{count:0,reaction:"all"},...K],ae=k.jsx(z.CardBody,{className:Ir.cardBody,children:k.jsxs(N3,{defaultValue:"all",onChange:M,children:[k.jsx(q3,{className:Ir.tabsList,children:oe.map(({count:U,reaction:j})=>k.jsxs(Z3,{value:j,"data-testid":`tab-${j}`,children:[k.jsxs("div",{className:Ir.tab,children:[j==="all"?k.jsx(z.Typography,{as:"span",type:"body-semibold",className:Ir.alle,children:"Alle"}):Ow(j),k.jsx("div",{className:Ir.selectedTab})]}),U>0&&k.jsx(z.Typography,{as:"span",type:"body-semibold",children:U})]},`${j}_${U}`))}),oe.map(({reaction:U})=>k.jsx(V3,{value:U,className:Ir.tabPanel,id:"reactionTabPanel",children:k.jsx(Vfe,{dataLength:_.length,next:x,hasMore:E,loader:k.jsx(z.Loader,{}),scrollableTarget:"reactionTabPanel",scrollThreshold:.7,children:_.map(j=>k.jsx("div",{className:Ir.profile,children:k.jsx(Fw,{alt:"profile",link:j.hood_title,name:j.firstname,onClick:f?()=>window.open(`/profile/${j.id}`,"_self"):void 0,src:j.photo_medium_url||n(j)})},j.id))})},U))]})});return k.jsx(z.Sheet,{open:r,onClose:L,sheetBody:ae,sheetHeader:P,closeButtonText:e})},Xfe="_root_2y0g1_120",ede="_root__title_2y0g1_129",nde="_root__moreMenu_2y0g1_132",tde="_root__subtitle_2y0g1_137",ide="_root__helpersCluster_2y0g1_141",rde="_root__heartBubbleContainer_2y0g1_144",ade="_messageContainer_2y0g1_159",sde="_messageContainer__message_2y0g1_172",ode="_messageContainer__author_2y0g1_176",lde="_messageContainer__quotationLeft_2y0g1_179",fde="_messageContainer__quotationRight_2y0g1_184",Ti={root:Xfe,root__title:ede,root__moreMenu:nde,root__subtitle:tde,root__helpersCluster:ide,root__heartBubbleContainer:rde,messageContainer:ade,messageContainer__message:sde,messageContainer__author:ode,messageContainer__quotationLeft:lde,messageContainer__quotationRight:fde},dde=6,ude=e=>({0:"Danke für eure Hilfe!",1:"Hilfe von nebenan!",2:"Danke für eure Hilfsbereitschaft!",3:"Eure Hilfsbereitschaft zählt!",4:"Hilfe gefunden!",5:"Wir helfen einander!"})[e],cde=()=>"Schreibe einen kurzen Text, um deinen Nachbarn für ihre Hilfsbereitschaft zu danken.",hde=({authorFirstName:e,editMenuItems:n,helperUsers:t,message:i,onAvatarClick:r,onMoreClick:a,parentId:o})=>{const f=o%dde,d=ude(f),[u,c]=y.useState(null),g=!!u,m=w=>{c(u?null:w.currentTarget)};return k.jsx(z.Card,{withoutPadding:!0,borderRadius:!0,className:Ti.root,children:k.jsxs(z.CardBody,{withoutPadding:!0,children:[k.jsx("div",{className:Ti.root__heartBubbleContainer,children:k.jsx(z.Icon,{size:"32",name:"bubble_heart_coloured"})}),k.jsx("div",{className:Ti.root__moreMenu,children:n&&n.length&&k.jsxs(k.Fragment,{children:[k.jsx(z.IconButton,{icon:"more_dots",ariaLabel:"edit-thank-you",onClick:m}),k.jsx(z.Popup,{open:g,anchor:u,handleClickAway:()=>c(null),placement:"bottom-end",offset:{crossAxis:0,mainAxis:-32},children:k.jsx(z.DropdownCard,{onClose:()=>c(null),items:n,hasHeader:!0,headerProps:{text:"Scließen"}})})]})}),k.jsx(z.Typography,{type:"h3",className:Ti.root__title,children:d}),k.jsxs(z.Typography,{type:"detail-medium",className:Ti.root__subtitle,children:[e," hat Hilfe erhalten von:"]}),k.jsx("div",{className:Ti.root__helpersCluster,children:k.jsx(z.UserAvatarCluster,{users:t,size:"medium",onAvatarClick:r,onMoreClick:a})}),k.jsxs("div",{className:Ti.messageContainer,children:[k.jsx(z.Typography,{type:"detail-medium",className:Ti.messageContainer__message,children:i||cde()}),k.jsx(z.Typography,{type:"detail-bold",className:Ti.messageContainer__author,children:e}),k.jsx("div",{className:Ti.messageContainer__quotationLeft,children:k.jsx(z.Icon,{size:"32",name:"quotation_left_filled"})}),k.jsx("div",{className:Ti.messageContainer__quotationRight,children:k.jsx(z.Icon,{size:"32",name:"quotation_right_filled"})})]})]})})};exports.AccordionMenu=tx;exports.AuthenticationForm=sC;exports.ChristmasGarland=fC;exports.ComparisonTable=yC;exports.ComplaintModal=L6;exports.ConfirmDialog=bP;exports.ContentCreatorTrigger=SP;exports.DesktopLayout=LP;exports.DesktopNavbarSearchField=PP;exports.DesktopNavigationBar=OP;exports.DynamicForm=L3;exports.EmojiPicker=jR;exports.EmojiSearch=HR;exports.FeedRouterProvider=xU;exports.Form=ah;exports.FormCheckboxInput=VS;exports.FormInputFieldSpecial=GS;exports.FormRadioButton=WS;exports.FormRadioButtonCluster=qS;exports.FormTextAreaInput=US;exports.FormTextInput=Gf;exports.FormToggleInput=ZS;exports.Grid=M3;exports.GridFeed=HU;exports.GridFeedAggregator=e4;exports.GridItem=u3;exports.HtmlContent=WU;exports.ImageGalleryTrigger=KU;exports.LayoutLoadingSpinner=t4;exports.LinkAttachment=Xv;exports.MainLayout=DZ;exports.MarkdownRichText=_se;exports.MarketplaceAggregatorCard=Ak;exports.MarketplaceDetailPage=kI;exports.MarketplaceItemCardless=Oh;exports.MarketplaceMoreOptions=zk;exports.MenuLinkList=xse;exports.MobileHeaderBar=Mse;exports.MobileLayout=r4;exports.NPEAggregator=coe;exports.PointOfInterest=Coe;exports.PostAuthor=$k;exports.PostInfo=Bk;exports.Profile=Fw;exports.ProfileControls=Ooe;exports.ReactionPill=Iw;exports.ReactionSelection=jfe;exports.ReactionStack=Dw;exports.ReactionTabList=Qfe;exports.ResponsiveModal=xd;exports.ThankYouCard=hde;exports.Wizard=JS;