@wcag-checkr/ci 1.0.0-rc.102 → 1.0.0-rc.103

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.
@@ -1,4 +1,4 @@
1
- import{_ as ch}from"./preload-helper-D7HrI6pR.js";import{o as _e,c as Rt,e as Sl,i as ok}from"./crash-reporter-Dc5lvxvY.js";import{m as sk,c as yl}from"./diff-DIBMr3fQ.js";import{c as uk,g as lk}from"./_commonjsHelpers-Cpj98o6Y.js";import{l as ck}from"./custom-rules-CAe0nbES.js";const dk=["data-testid","data-test","data-cy"],fk=3,pk=4;function Uh(f){if(f.storyId)return{id:`::story:${f.storyId}`,strategy:"story",fragile:!1,inputs:{storyId:f.storyId}};const h=mk(f.url),p=dh(f.element,["data-componentid"],1/0);if(p)return{id:`${h}::explicit:${p.value}`,strategy:"explicit",fragile:!1,inputs:{url:h}};const D=dh(f.element,dk,fk);if(D)return{id:`${h}::testid:${D.value}`,strategy:"testid",fragile:!1,inputs:{url:h,testid:D.value}};const b=f.element.tagName.toLowerCase();if(b.includes("-"))return{id:`${h}::customelement:${b}`,strategy:"customelement",fragile:!1,inputs:{url:h,tagName:b}};const g=Wh(f.element),S=gk(f.element);if(g&&S)return{id:`${h}::aria:${g}:${S}`,strategy:"aria",fragile:!1,inputs:{url:h,role:g,accessibleName:S}};const I=bk(f.element);return{id:`${h}::dom:${I}`,strategy:"dom",fragile:!0,inputs:{url:h,domPath:I}}}function mk(f){try{const h=new URL(f);h.search="",h.hash="";const p=h.protocol;let D;p==="https:"&&h.port==="443"||p==="http:"&&h.port==="80"?D=h.hostname.toLowerCase():D=h.host.toLowerCase();let b=h.pathname;return b.endsWith("/")&&(b=b.slice(0,-1)),`${p}//${D}${b}`}catch{return f}}function dh(f,h,p){let D=f,b=0;for(;D&&b<=p;){for(const g of h){const S=D.getAttribute(g);if(S!==null&&S!=="")return{name:g,value:S}}D=D.parentElement,b++}return null}const hk={A:"link",ARTICLE:"article",ASIDE:"complementary",BUTTON:"button",DIALOG:"dialog",FOOTER:"contentinfo",FORM:"form",H1:"heading",H2:"heading",H3:"heading",H4:"heading",H5:"heading",H6:"heading",HEADER:"banner",IMG:"img",INPUT:"textbox",LI:"listitem",MAIN:"main",NAV:"navigation",OL:"list",SECTION:"region",SELECT:"combobox",TEXTAREA:"textbox",UL:"list"};function Wh(f){const h=f.getAttribute("role");return h||(f.tagName==="A"&&!f.hasAttribute("href")?null:hk[f.tagName]??null)}const vk=new Set(["button","link","heading","tab","option","menuitem","cell","columnheader","rowheader"]);function gk(f){var b,g,S;const h=f.getAttribute("aria-label");if(h)return h.trim();const p=f.getAttribute("aria-labelledby");if(p){const I=p.split(/\s+/).filter(Boolean),Y=[];for(const K of I){const z=(b=f.ownerDocument)==null?void 0:b.getElementById(K),ue=(g=z==null?void 0:z.textContent)==null?void 0:g.trim();ue&&Y.push(ue)}if(Y.length>0)return Y.join(" ")}const D=Wh(f);if(D&&vk.has(D)){const I=(S=f.textContent)==null?void 0:S.trim();if(I)return I}return null}function bk(f){const h=[];let p=f,D=0;for(;p&&D<pk;){if(p!==f&&p.id){h.unshift(`#${p.id}`);break}let b=p.tagName.toLowerCase();const g=p.parentElement;if(g){const S=Array.from(g.children).filter(I=>I.tagName===p.tagName);if(S.length>1){const I=S.indexOf(p)+1;b=`${b}:nth-of-type(${I})`}}h.unshift(b),p=p.parentElement,D++}return h.join(">")}const yk=new Set(["UL","OL","DL","MENU","SELECT"]),wk=new Set(["list","menu","menubar","tablist","tree","group","radiogroup"]);function Dk(f){if(yk.has(f.tagName))return!0;const h=f.getAttribute("role");return h!==null&&wk.has(h)?!0:f.tagName==="NAV"||h==="navigation"?f.querySelector("ul, ol, dl, menu")===null:!1}const fh=new WeakMap;function Ek(f){const h=fh.get(f);if(h!==void 0)return h;let p=!1;try{const D=window.getComputedStyle(f),b=D.display,g=b==="grid"||b==="inline-grid",S=b==="flex"||b==="inline-flex",I=parseInt(D.columnCount||"1",10),Y=!Number.isNaN(I)&&I>1;if(g||S||Y){let K=0;for(const z of Array.from(f.children)){if(z.tagName==="STYLE"||z.tagName==="SCRIPT")continue;if(z.getClientRects().length>0&&K++,K>=2)break}p=K>=2}}catch{}return fh.set(f,p),p}function Yh(f,h){let p=f.parentElement;for(;p&&p!==h&&p!==document.body;){if(Dk(p))return p;const D=p.parentElement;if(D&&D!==h&&Ek(D))return p;p=p.parentElement}return null}const _k=new Set(["H1","H2","H3","H4","H5","H6","P","LI","A","BUTTON","LABEL","BLOCKQUOTE","FIGCAPTION","SUMMARY","DT","DD","TD","TH","LEGEND","CAPTION"]),ph=24,xk=2;function Ak(f){if(f.getClientRects().length===0)return!1;const h=getComputedStyle(f);return!(h.display==="none"||h.visibility==="hidden"||h.opacity==="0")}function Ck(f){for(const h of Array.from(f.childNodes))if(h.nodeType===Node.TEXT_NODE&&(h.textContent??"").trim().length>0)return!0;return!1}function Rk(f){return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(f):f.replace(/[^a-zA-Z0-9_-]/g,h=>`\\${h}`)}function Tk(f){if(f.id)return`#${Rk(f.id)}`;const h=f.getAttribute("data-testid");if(h)return`[data-testid="${h}"]`;const p=f.parentElement;if(!p)return f.tagName.toLowerCase();const D=f.tagName.toLowerCase(),g=Array.from(p.children).filter(S=>S.tagName===f.tagName).indexOf(f)+1;return`${D}:nth-of-type(${g})`}function Kh(f){const h=f instanceof Document?f.body:f;if(!h)return[];const p=Array.from(_k,ce=>ce.toLowerCase()).join(","),D=Array.from(h.querySelectorAll(p)).filter(ce=>Ak(ce)&&Ck(ce));if(D.length<2)return[];let b=0,g=0;typeof window<"u"&&(b=window.scrollY,g=window.scrollX,(b!==0||g!==0)&&window.scrollTo({top:0,left:0,behavior:"instant"}));const S=D.map((ce,xe)=>{const ke=ce.getBoundingClientRect();return{el:ce,domIndex:xe,rect:{x:Math.round(ke.left),y:Math.round(ke.top),w:Math.round(ke.width),h:Math.round(ke.height)}}}),I=[],Y=new Map;for(const ce of S){const xe=Yh(ce.el,h);if(xe){let ke=Y.get(xe);if(!ke){const Ye=xe.getBoundingClientRect();ke={items:[],anchorTop:Ye.top,anchorLeft:Ye.left},Y.set(xe,ke),I.push(ke)}ke.items.push(ce)}else I.push({items:[ce],anchorTop:ce.rect.y,anchorLeft:ce.rect.x})}I.sort((ce,xe)=>{const ke=Math.floor(ce.anchorTop/ph),Ye=Math.floor(xe.anchorTop/ph);return ke!==Ye?ke-Ye:ce.anchorLeft-xe.anchorLeft});const K=I.flatMap(ce=>ce.items.slice().sort((xe,ke)=>xe.domIndex-ke.domIndex)),z=new Map;K.forEach((ce,xe)=>z.set(ce.el,xe));const ue=[];for(const ce of S){const xe=z.get(ce.el);Math.abs(ce.domIndex-xe)<xk||ue.push({selector:Tk(ce.el),textSnippet:(ce.el.textContent??"").trim().slice(0,80),domIndex:ce.domIndex,visualIndex:xe,boundingRect:ce.rect})}ue.sort((ce,xe)=>Math.abs(xe.domIndex-xe.visualIndex)-Math.abs(ce.domIndex-ce.visualIndex));const De=ue.slice(0,20);return typeof window<"u"&&(b!==0||g!==0)&&window.scrollTo({top:b,left:g,behavior:"instant"}),De}const Fk=["a[href]","button","input","select","textarea","[tabindex]","audio[controls]","video[controls]","[contenteditable]"].join(", "),mh=24,hh=2;function Xh(f){const h=f.getAttribute("tabindex");if(h===null)return 0;const p=parseInt(h,10);return Number.isNaN(p)?0:p}function Sk(f){if(f.getClientRects().length===0)return!1;const h=window.getComputedStyle(f);return!(h.visibility==="hidden"||h.display==="none")}function kk(f){return!(f.hasAttribute("disabled")||f.getAttribute("contenteditable")==="false"||f instanceof HTMLInputElement&&f.type==="hidden"||f.getAttribute("aria-hidden")==="true"||Xh(f)<0)}function Ok(f){return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(f):f.replace(/[^a-zA-Z0-9_-]/g,h=>`\\${h}`)}function Ik(f){if(f.id)return`#${Ok(f.id)}`;const h=f.getAttribute("data-testid");if(h)return`[data-testid="${h}"]`;const p=f.parentElement;if(!p)return f.tagName.toLowerCase();const D=f.tagName.toLowerCase(),g=Array.from(p.children).filter(S=>S.tagName===f.tagName).indexOf(f)+1;return`${D}:nth-of-type(${g})`}function Nk(f){return(f.innerText||f.textContent||f.getAttribute("aria-label")||f.getAttribute("alt")||f.getAttribute("placeholder")||"").replace(/\s+/g," ").trim().slice(0,80)}function Mk(){let f=0,h=0;typeof window<"u"&&(f=window.scrollY,h=window.scrollX,(f!==0||h!==0)&&window.scrollTo({top:0,left:0,behavior:"instant"}));const p=Array.from(document.querySelectorAll(Fk)).filter(Sk).filter(kk),D=p.map((z,ue)=>({el:z,ti:Xh(z),domIdx:ue})).sort((z,ue)=>{const De=z.ti>0,ce=ue.ti>0;return De&&!ce?-1:!De&&ce?1:De&&ce&&z.ti!==ue.ti?z.ti-ue.ti:z.domIdx-ue.domIdx}),b=[],g=new Map,S=document.body??document.documentElement;for(const[z,ue]of p.entries()){const De=ue.getBoundingClientRect(),ce={el:ue,domIdx:z,rect:De},xe=Yh(ue,S);if(xe){let ke=g.get(xe);if(!ke){const Ye=xe.getBoundingClientRect();ke={items:[],anchorTop:Ye.top,anchorLeft:Ye.left},g.set(xe,ke),b.push(ke)}ke.items.push(ce)}else b.push({items:[ce],anchorTop:De.top,anchorLeft:De.left})}b.sort((z,ue)=>{const De=Math.floor(z.anchorTop/mh),ce=Math.floor(ue.anchorTop/mh);return De!==ce?De-ce:z.anchorLeft-ue.anchorLeft});const I=b.flatMap(z=>z.items.slice().sort((ue,De)=>ue.domIdx-De.domIdx)),Y=new Map;I.forEach((z,ue)=>Y.set(z.el,ue));const K=[];return D.forEach((z,ue)=>{const De=z.domIdx,ce=Y.get(z.el)??ue,xe=Math.abs(ue-ce)>=hh,ke=Math.abs(ue-De)>=hh;if(!xe&&!ke)return;const Ye=xe&&ke?"both":xe?"visual":"tabindex",ht=z.el.getBoundingClientRect();K.push({selector:Ik(z.el),textSnippet:Nk(z.el),tabPosition:ue+1,visualPosition:ce+1,domPosition:De+1,flag:Ye,boundingRect:{x:ht.x,y:ht.y,w:ht.width,h:ht.height}})}),typeof window<"u"&&(f!==0||h!==0)&&window.scrollTo({top:f,left:h,behavior:"instant"}),K}const Pk=new Set(["P","LI","DD","DT","BLOCKQUOTE","FIGCAPTION","TD","TH","LEGEND","LABEL","A","SPAN","DIV","H1","H2","H3","H4","H5","H6","ARTICLE","SECTION","MAIN"]),Lk=new Set(["SCRIPT","STYLE","NOSCRIPT","CODE","PRE","TEXTAREA"]),vh=16,gh=1.5,Bk=25;function $k(f){const h=f.getBoundingClientRect();if(h.width===0&&h.height===0)return!1;const p=window.getComputedStyle(f);return!(p.visibility==="hidden"||p.display==="none"||parseFloat(p.opacity)===0)}function bh(f){let h="";for(const p of Array.from(f.childNodes))p.nodeType===Node.TEXT_NODE&&(h+=p.textContent??"");return{textContent:h.trim(),nonEmpty:h.trim().length>=Bk}}function qk(f){if(f.id)return`#${f.id}`;const h=f.tagName.toLowerCase();if(f instanceof HTMLElement&&f.dataset.testid)return`[data-testid="${f.dataset.testid}"]`;let p=f.parentElement;for(let D=0;p&&D<4;D++){if(p.id)return`#${p.id} ${h}`;p=p.parentElement}return h}function jk(f=document){const h=[],p=f instanceof Document?f.documentElement:f;if(!p)return h;const D=document.createTreeWalker(p,NodeFilter.SHOW_ELEMENT,{acceptNode(I){return!(I instanceof Element)||Lk.has(I.tagName)?NodeFilter.FILTER_REJECT:Pk.has(I.tagName)?$k(I)?bh(I).nonEmpty?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP:NodeFilter.FILTER_REJECT:NodeFilter.FILTER_SKIP}});let b=D.nextNode(),g=0;const S=1500;for(;b&&g<S;){g++;const I=window.getComputedStyle(b),Y=parseFloat(I.fontSize);if(!Number.isFinite(Y)||Y<=0){b=D.nextNode();continue}const K=I.lineHeight;let z=NaN;K==="normal"?z=Y*1.2:z=parseFloat(K);const ue=I.letterSpacing,De=ue==="normal"?0:parseFloat(ue)||0,ce=I.wordSpacing,xe=ce==="normal"?0:parseFloat(ce)||0,ke=b.tagName==="P"||b.tagName==="LI",Ye=!b.tagName.match(/^H[1-6]$/),ht=b.getBoundingClientRect(),zt={x:Math.round(ht.x),y:Math.round(ht.y),w:Math.round(ht.width),h:Math.round(ht.height)},pr=qk(b),mr=bh(b).textContent.slice(0,60);if(Ye&&Y<vh&&h.push({kind:"small-body-font",selector:pr,textSnippet:mr,details:`font-size: ${Y.toFixed(1)}px (recommend ≥ ${vh}px for body text)`,wcagCriterion:"1.4.4",fontSize:Y,boundingRect:zt}),ke&&Number.isFinite(z)&&z>0){const _r=z/Y;_r<gh&&h.push({kind:"tight-line-height",selector:pr,textSnippet:mr,details:`line-height ratio: ${_r.toFixed(2)} (need ≥ ${gh} per WCAG 1.4.12)`,wcagCriterion:"1.4.12",fontSize:Y,ratio:_r,boundingRect:zt})}De<-.05*Y&&h.push({kind:"tight-letter-spacing",selector:pr,textSnippet:mr,details:`letter-spacing: ${De.toFixed(2)}px (extremely tight — readability concern)`,wcagCriterion:"1.4.12",fontSize:Y,boundingRect:zt}),xe<-.1*Y&&h.push({kind:"tight-word-spacing",selector:pr,textSnippet:mr,details:`word-spacing: ${xe.toFixed(2)}px (extremely tight)`,wcagCriterion:"1.4.12",fontSize:Y,boundingRect:zt}),b=D.nextNode()}return h.slice(0,100)}const zk=/var\(\s*(--[A-Za-z0-9_-]+)/g;function Hk(){if(typeof document>"u")return[];const f=new Set,h=new Map;for(const D of Array.from(document.styleSheets)){let b=null;try{b=D.cssRules}catch{continue}b&&Zh(b,f,h)}const p=[];for(const[D,b]of h.entries())f.has(D)||p.push({name:D,referenceCount:b.length,sampleSites:Gk(b).slice(0,5)});return p.sort((D,b)=>b.referenceCount-D.referenceCount),p}const Vk=/([a-zA-Z-][a-zA-Z0-9-]*)\s*:\s*([^;]+?)\s*(?:;|$)/g;function Zh(f,h,p){for(const D of Array.from(f)){if(D instanceof CSSStyleRule){const b=D.selectorText,g=D.style.cssText??"";for(const S of g.matchAll(Vk)){const I=S[1],Y=S[2];if(!(!I||!Y)){if(I.startsWith("--")){h.add(I);continue}if(Y.includes("var("))for(const K of Y.matchAll(zk)){const z=K[1];if(!z)continue;const ue=p.get(z)??[];ue.push({selector:b,property:I}),p.set(z,ue)}}}continue}"cssRules"in D&&D.cssRules&&Zh(D.cssRules,h,p)}}function Gk(f){const h=new Set,p=[];for(const D of f){const b=`${D.selector}::${D.property}`;h.has(b)||(h.add(b),p.push(D))}return p}const Uk=/prefers-color-scheme\s*:\s*light/,Wk=/prefers-color-scheme\s*:\s*dark/;function Yk(){if(typeof document>"u")return{hasLightModeCss:!1,hasDarkModeCss:!1,hasUnreadableSheets:!1};let f=!1,h=!1,p=!1;for(const D of Array.from(document.styleSheets)){let b=null;try{b=D.cssRules}catch{p=!0;continue}if(b&&(El(b,g=>{Uk.test(g)&&(f=!0),Wk.test(g)&&(h=!0)}),f&&h))break}return{hasLightModeCss:f,hasDarkModeCss:h,hasUnreadableSheets:p}}function El(f,h){for(const p of Array.from(f)){if(p instanceof CSSMediaRule){h(p.media.mediaText),El(p.cssRules,h);continue}"cssRules"in p&&p.cssRules&&El(p.cssRules,h)}}var kl={exports:{}};/*! axe v4.11.4
1
+ import{_ as ch}from"./preload-helper-D7HrI6pR.js";import{o as _e,c as Rt,e as Sl,i as ok}from"./crash-reporter-Dc5lvxvY.js";import{m as sk,c as yl}from"./diff-DIBMr3fQ.js";import{c as uk,g as lk}from"./_commonjsHelpers-Cpj98o6Y.js";import{l as ck}from"./custom-rules-CAe0nbES.js";const dk=["data-testid","data-test","data-cy"],fk=3,pk=4;function Uh(f){if(f.storyId)return{id:`::story:${f.storyId}`,strategy:"story",fragile:!1,inputs:{storyId:f.storyId}};const h=mk(f.url),p=dh(f.element,["data-componentid"],1/0);if(p)return{id:`${h}::explicit:${p.value}`,strategy:"explicit",fragile:!1,inputs:{url:h}};const D=dh(f.element,dk,fk);if(D)return{id:`${h}::testid:${D.value}`,strategy:"testid",fragile:!1,inputs:{url:h,testid:D.value}};const b=f.element.tagName.toLowerCase();if(b.includes("-"))return{id:`${h}::customelement:${b}`,strategy:"customelement",fragile:!1,inputs:{url:h,tagName:b}};const g=Wh(f.element),S=gk(f.element);if(g&&S)return{id:`${h}::aria:${g}:${S}`,strategy:"aria",fragile:!1,inputs:{url:h,role:g,accessibleName:S}};const I=bk(f.element);return{id:`${h}::dom:${I}`,strategy:"dom",fragile:!0,inputs:{url:h,domPath:I}}}function mk(f){try{const h=new URL(f);h.search="",h.hash="";const p=h.protocol;let D;p==="https:"&&h.port==="443"||p==="http:"&&h.port==="80"?D=h.hostname.toLowerCase():D=h.host.toLowerCase();let b=h.pathname;return b.endsWith("/")&&(b=b.slice(0,-1)),`${p}//${D}${b}`}catch{return f}}function dh(f,h,p){let D=f,b=0;for(;D&&b<=p;){for(const g of h){const S=D.getAttribute(g);if(S!==null&&S!=="")return{name:g,value:S}}D=D.parentElement,b++}return null}const hk={A:"link",ARTICLE:"article",ASIDE:"complementary",BUTTON:"button",DIALOG:"dialog",FOOTER:"contentinfo",FORM:"form",H1:"heading",H2:"heading",H3:"heading",H4:"heading",H5:"heading",H6:"heading",HEADER:"banner",IMG:"img",INPUT:"textbox",LI:"listitem",MAIN:"main",NAV:"navigation",OL:"list",SECTION:"region",SELECT:"combobox",TEXTAREA:"textbox",UL:"list"};function Wh(f){const h=f.getAttribute("role");return h||(f.tagName==="A"&&!f.hasAttribute("href")?null:hk[f.tagName]??null)}const vk=new Set(["button","link","heading","tab","option","menuitem","cell","columnheader","rowheader"]);function gk(f){var b,g,S;const h=f.getAttribute("aria-label");if(h)return h.trim();const p=f.getAttribute("aria-labelledby");if(p){const I=p.split(/\s+/).filter(Boolean),Y=[];for(const K of I){const z=(b=f.ownerDocument)==null?void 0:b.getElementById(K),ue=(g=z==null?void 0:z.textContent)==null?void 0:g.trim();ue&&Y.push(ue)}if(Y.length>0)return Y.join(" ")}const D=Wh(f);if(D&&vk.has(D)){const I=(S=f.textContent)==null?void 0:S.trim();if(I)return I}return null}function bk(f){const h=[];let p=f,D=0;for(;p&&D<pk;){if(p!==f&&p.id){h.unshift(`#${p.id}`);break}let b=p.tagName.toLowerCase();const g=p.parentElement;if(g){const S=Array.from(g.children).filter(I=>I.tagName===p.tagName);if(S.length>1){const I=S.indexOf(p)+1;b=`${b}:nth-of-type(${I})`}}h.unshift(b),p=p.parentElement,D++}return h.join(">")}const yk=new Set(["UL","OL","DL","MENU","SELECT"]),wk=new Set(["list","menu","menubar","tablist","tree","group","radiogroup"]);function Dk(f){if(yk.has(f.tagName))return!0;const h=f.getAttribute("role");return h!==null&&wk.has(h)?!0:f.tagName==="NAV"||h==="navigation"?f.querySelector("ul, ol, dl, menu")===null:!1}const fh=new WeakMap;function Ek(f){const h=fh.get(f);if(h!==void 0)return h;let p=!1;try{const D=window.getComputedStyle(f),b=D.display,g=b==="grid"||b==="inline-grid",S=b==="flex"||b==="inline-flex",I=parseInt(D.columnCount||"1",10),Y=!Number.isNaN(I)&&I>1;if(g||S||Y){let K=0;for(const z of Array.from(f.children)){if(z.tagName==="STYLE"||z.tagName==="SCRIPT")continue;if(z.getClientRects().length>0&&K++,K>=2)break}p=K>=2}}catch{}return fh.set(f,p),p}function Yh(f,h){let p=f.parentElement;for(;p&&p!==h&&p!==document.body;){if(Dk(p))return p;const D=p.parentElement;if(D&&D!==h&&Ek(D))return p;p=p.parentElement}return null}const _k=new Set(["H1","H2","H3","H4","H5","H6","P","LI","A","BUTTON","LABEL","BLOCKQUOTE","FIGCAPTION","SUMMARY","DT","DD","TD","TH","LEGEND","CAPTION"]),ph=24,xk=2;function Ak(f){if(f.getClientRects().length===0)return!1;const h=getComputedStyle(f);return!(h.display==="none"||h.visibility==="hidden"||h.opacity==="0")}function Ck(f){for(const h of Array.from(f.childNodes))if(h.nodeType===Node.TEXT_NODE&&(h.textContent??"").trim().length>0)return!0;return!1}function Rk(f){return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(f):f.replace(/[^a-zA-Z0-9_-]/g,h=>`\\${h}`)}function Tk(f){if(f.id)return`#${Rk(f.id)}`;const h=f.getAttribute("data-testid");if(h)return`[data-testid="${h}"]`;const p=f.parentElement;if(!p)return f.tagName.toLowerCase();const D=f.tagName.toLowerCase(),g=Array.from(p.children).filter(S=>S.tagName===f.tagName).indexOf(f)+1;return`${D}:nth-of-type(${g})`}function Kh(f){const h=f instanceof Document?f.body:f;if(!h)return[];const p=Array.from(_k,ce=>ce.toLowerCase()).join(","),D=Array.from(h.querySelectorAll(p)).filter(ce=>Ak(ce)&&Ck(ce));if(D.length<2)return[];let b=0,g=0;typeof window<"u"&&(b=window.scrollY,g=window.scrollX,(b!==0||g!==0)&&window.scrollTo({top:0,left:0,behavior:"instant"}));const S=D.map((ce,xe)=>{const ke=ce.getBoundingClientRect();return{el:ce,domIndex:xe,rect:{x:Math.round(ke.left),y:Math.round(ke.top),w:Math.round(ke.width),h:Math.round(ke.height)}}}),I=[],Y=new Map;for(const ce of S){const xe=Yh(ce.el,h);if(xe){let ke=Y.get(xe);if(!ke){const Ye=xe.getBoundingClientRect();ke={items:[],anchorTop:Ye.top,anchorLeft:Ye.left},Y.set(xe,ke),I.push(ke)}ke.items.push(ce)}else I.push({items:[ce],anchorTop:ce.rect.y,anchorLeft:ce.rect.x})}I.sort((ce,xe)=>{const ke=Math.floor(ce.anchorTop/ph),Ye=Math.floor(xe.anchorTop/ph);return ke!==Ye?ke-Ye:ce.anchorLeft-xe.anchorLeft});const K=I.flatMap(ce=>ce.items.slice().sort((xe,ke)=>xe.domIndex-ke.domIndex)),z=new Map;K.forEach((ce,xe)=>z.set(ce.el,xe));const ue=[];for(const ce of S){const xe=z.get(ce.el);Math.abs(ce.domIndex-xe)<xk||ue.push({selector:Tk(ce.el),textSnippet:(ce.el.textContent??"").trim().slice(0,80),domIndex:ce.domIndex,visualIndex:xe,boundingRect:ce.rect})}ue.sort((ce,xe)=>Math.abs(xe.domIndex-xe.visualIndex)-Math.abs(ce.domIndex-ce.visualIndex));const De=ue.slice(0,20);return typeof window<"u"&&(b!==0||g!==0)&&window.scrollTo({top:b,left:g,behavior:"instant"}),De}const Fk=["a[href]","button","input","select","textarea","[tabindex]","audio[controls]","video[controls]","[contenteditable]"].join(", "),mh=24,hh=2;function Xh(f){const h=f.getAttribute("tabindex");if(h===null)return 0;const p=parseInt(h,10);return Number.isNaN(p)?0:p}function Sk(f){if(f.getClientRects().length===0)return!1;const h=window.getComputedStyle(f);return!(h.visibility==="hidden"||h.display==="none")}function kk(f){return!(f.hasAttribute("disabled")||f.getAttribute("contenteditable")==="false"||f instanceof HTMLInputElement&&f.type==="hidden"||f.getAttribute("aria-hidden")==="true"||Xh(f)<0)}function Ok(f){return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(f):f.replace(/[^a-zA-Z0-9_-]/g,h=>`\\${h}`)}function Ik(f){if(f.id)return`#${Ok(f.id)}`;const h=f.getAttribute("data-testid");if(h)return`[data-testid="${h}"]`;const p=f.parentElement;if(!p)return f.tagName.toLowerCase();const D=f.tagName.toLowerCase(),g=Array.from(p.children).filter(S=>S.tagName===f.tagName).indexOf(f)+1;return`${D}:nth-of-type(${g})`}function Nk(f){return(f.innerText||f.textContent||f.getAttribute("aria-label")||f.getAttribute("alt")||f.getAttribute("placeholder")||"").replace(/\s+/g," ").trim().slice(0,80)}function Mk(){let f=0,h=0;typeof window<"u"&&(f=window.scrollY,h=window.scrollX,(f!==0||h!==0)&&window.scrollTo({top:0,left:0,behavior:"instant"}));const p=Array.from(document.querySelectorAll(Fk)).filter(Sk).filter(kk),D=p.map((z,ue)=>({el:z,ti:Xh(z),domIdx:ue})).sort((z,ue)=>{const De=z.ti>0,ce=ue.ti>0;return De&&!ce?-1:!De&&ce?1:De&&ce&&z.ti!==ue.ti?z.ti-ue.ti:z.domIdx-ue.domIdx}),b=[],g=new Map,S=document.body??document.documentElement;for(const[z,ue]of p.entries()){const De=ue.getBoundingClientRect(),ce={el:ue,domIdx:z,rect:De},xe=Yh(ue,S);if(xe){let ke=g.get(xe);if(!ke){const Ye=xe.getBoundingClientRect();ke={items:[],anchorTop:Ye.top,anchorLeft:Ye.left},g.set(xe,ke),b.push(ke)}ke.items.push(ce)}else b.push({items:[ce],anchorTop:De.top,anchorLeft:De.left})}b.sort((z,ue)=>{const De=Math.floor(z.anchorTop/mh),ce=Math.floor(ue.anchorTop/mh);return De!==ce?De-ce:z.anchorLeft-ue.anchorLeft});const I=b.flatMap(z=>z.items.slice().sort((ue,De)=>ue.domIdx-De.domIdx)),Y=new Map;I.forEach((z,ue)=>Y.set(z.el,ue));const K=[];return D.forEach((z,ue)=>{const De=z.domIdx,ce=Y.get(z.el)??ue,xe=Math.abs(ue-ce)>=hh,ke=Math.abs(ue-De)>=hh;if(!xe&&!ke)return;const Ye=xe&&ke?"both":xe?"visual":"tabindex",ht=z.el.getBoundingClientRect();K.push({selector:Ik(z.el),textSnippet:Nk(z.el),tabPosition:ue+1,visualPosition:ce+1,domPosition:De+1,flag:Ye,boundingRect:{x:ht.x,y:ht.y,w:ht.width,h:ht.height}})}),typeof window<"u"&&(f!==0||h!==0)&&window.scrollTo({top:f,left:h,behavior:"instant"}),K}const Pk=new Set(["P","LI","DD","DT","BLOCKQUOTE","FIGCAPTION","TD","TH","LEGEND","LABEL","A","SPAN","DIV","H1","H2","H3","H4","H5","H6","ARTICLE","SECTION","MAIN"]),Lk=new Set(["SCRIPT","STYLE","NOSCRIPT","CODE","PRE","TEXTAREA"]),vh=16,gh=1.5,Bk=25;function $k(f){const h=f.getBoundingClientRect();if(h.width===0&&h.height===0)return!1;const p=window.getComputedStyle(f);return!(p.visibility==="hidden"||p.display==="none"||parseFloat(p.opacity)===0)}function bh(f){let h="";for(const p of Array.from(f.childNodes))p.nodeType===Node.TEXT_NODE&&(h+=p.textContent??"");return{textContent:h.trim(),nonEmpty:h.trim().length>=Bk}}function qk(f){if(f.id)return`#${f.id}`;const h=f.tagName.toLowerCase();if(f instanceof HTMLElement&&f.dataset.testid)return`[data-testid="${f.dataset.testid}"]`;let p=f.parentElement;for(let D=0;p&&D<4;D++){if(p.id)return`#${p.id} ${h}`;p=p.parentElement}return h}function jk(f=document){const h=[],p=f instanceof Document?f.documentElement:f;if(!p)return h;const D=document.createTreeWalker(p,NodeFilter.SHOW_ELEMENT,{acceptNode(I){return!(I instanceof Element)||Lk.has(I.tagName)?NodeFilter.FILTER_REJECT:Pk.has(I.tagName)?$k(I)?bh(I).nonEmpty?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP:NodeFilter.FILTER_REJECT:NodeFilter.FILTER_SKIP}});let b=D.nextNode(),g=0;const S=1500;for(;b&&g<S;){g++;const I=window.getComputedStyle(b),Y=parseFloat(I.fontSize);if(!Number.isFinite(Y)||Y<=0){b=D.nextNode();continue}const K=I.lineHeight;let z=NaN;K==="normal"?z=Y*1.2:z=parseFloat(K);const ue=I.letterSpacing,De=ue==="normal"?0:parseFloat(ue)||0,ce=I.wordSpacing,xe=ce==="normal"?0:parseFloat(ce)||0,ke=b.tagName==="P"||b.tagName==="LI",Ye=!b.tagName.match(/^H[1-6]$/),ht=b.getBoundingClientRect(),zt={x:Math.round(ht.x),y:Math.round(ht.y),w:Math.round(ht.width),h:Math.round(ht.height)},rr=qk(b),mr=bh(b).textContent.slice(0,60);if(Ye&&Y<vh&&h.push({kind:"small-body-font",selector:rr,textSnippet:mr,details:`font-size: ${Y.toFixed(1)}px (recommend ≥ ${vh}px for body text)`,wcagCriterion:"1.4.4",fontSize:Y,boundingRect:zt}),ke&&Number.isFinite(z)&&z>0){const _r=z/Y;_r<gh&&h.push({kind:"tight-line-height",selector:rr,textSnippet:mr,details:`line-height ratio: ${_r.toFixed(2)} (need ≥ ${gh} per WCAG 1.4.12)`,wcagCriterion:"1.4.12",fontSize:Y,ratio:_r,boundingRect:zt})}De<-.05*Y&&h.push({kind:"tight-letter-spacing",selector:rr,textSnippet:mr,details:`letter-spacing: ${De.toFixed(2)}px (extremely tight — readability concern)`,wcagCriterion:"1.4.12",fontSize:Y,boundingRect:zt}),xe<-.1*Y&&h.push({kind:"tight-word-spacing",selector:rr,textSnippet:mr,details:`word-spacing: ${xe.toFixed(2)}px (extremely tight)`,wcagCriterion:"1.4.12",fontSize:Y,boundingRect:zt}),b=D.nextNode()}return h.slice(0,100)}const zk=/var\(\s*(--[A-Za-z0-9_-]+)/g;function Hk(){if(typeof document>"u")return[];const f=new Set,h=new Map;for(const D of Array.from(document.styleSheets)){let b=null;try{b=D.cssRules}catch{continue}b&&Zh(b,f,h)}const p=[];for(const[D,b]of h.entries())f.has(D)||p.push({name:D,referenceCount:b.length,sampleSites:Gk(b).slice(0,5)});return p.sort((D,b)=>b.referenceCount-D.referenceCount),p}const Vk=/([a-zA-Z-][a-zA-Z0-9-]*)\s*:\s*([^;]+?)\s*(?:;|$)/g;function Zh(f,h,p){for(const D of Array.from(f)){if(D instanceof CSSStyleRule){const b=D.selectorText,g=D.style.cssText??"";for(const S of g.matchAll(Vk)){const I=S[1],Y=S[2];if(!(!I||!Y)){if(I.startsWith("--")){h.add(I);continue}if(Y.includes("var("))for(const K of Y.matchAll(zk)){const z=K[1];if(!z)continue;const ue=p.get(z)??[];ue.push({selector:b,property:I}),p.set(z,ue)}}}continue}"cssRules"in D&&D.cssRules&&Zh(D.cssRules,h,p)}}function Gk(f){const h=new Set,p=[];for(const D of f){const b=`${D.selector}::${D.property}`;h.has(b)||(h.add(b),p.push(D))}return p}const Uk=/prefers-color-scheme\s*:\s*light/,Wk=/prefers-color-scheme\s*:\s*dark/;function Yk(){if(typeof document>"u")return{hasLightModeCss:!1,hasDarkModeCss:!1,hasUnreadableSheets:!1};let f=!1,h=!1,p=!1;for(const D of Array.from(document.styleSheets)){let b=null;try{b=D.cssRules}catch{p=!0;continue}if(b&&(El(b,g=>{Uk.test(g)&&(f=!0),Wk.test(g)&&(h=!0)}),f&&h))break}return{hasLightModeCss:f,hasDarkModeCss:h,hasUnreadableSheets:p}}function El(f,h){for(const p of Array.from(f)){if(p instanceof CSSMediaRule){h(p.media.mediaText),El(p.cssRules,h);continue}"cssRules"in p&&p.cssRules&&El(p.cssRules,h)}}var kl={exports:{}};/*! axe v4.11.4
2
2
  * Copyright (c) 2015 - 2026 Deque Systems, Inc.
3
3
  *
4
4
  * Your use of this Source Code Form is subject to the terms of the Mozilla Public
@@ -8,20 +8,20 @@ import{_ as ch}from"./preload-helper-D7HrI6pR.js";import{o as _e,c as Rt,e as Sl
8
8
  * This entire copyright notice must appear in every copy of this file you
9
9
  * distribute or in any file that contains substantial portions of this source
10
10
  * code.
11
- */kl.exports;(function(f){(function h(p){var D=p,b=p.document,g=g||{};g.version="4.11.4",B(f)==="object"&&f.exports&&typeof h.toString=="function"&&(g.source="("+h.toString()+')(typeof window === "object" ? window : this);',f.exports=g),typeof p.getComputedStyle=="function"&&(p.axe=g);var S=["precision","format","inGamut"],I=["space"],Y=["algorithm"],K=["method"],z=["maxDeltaE","deltaEMethod","steps","maxSteps"],ue=["node"],De=["relatedNodes"],ce=["node"],xe=["variant"],ke=["matches"],Ye=["chromium"],ht=["noImplicit"],zt=["noPresentational"],pr=["node"],Na=["environmentData"],mr=["environmentData"],_r=["environmentData"],Pn=["environmentData"],Ln=["environmentData"];function Bn(k){return zl(k)||Bl(k)||jn(k)||jl()}function ia(k){var M=typeof Map=="function"?new Map:void 0;return ia=function(te){if(te===null||!$n(te))return te;if(typeof te!="function")throw new TypeError("Super expression must either be null or a function");if(M!==void 0){if(M.has(te))return M.get(te);M.set(te,$e)}function $e(){return tt(te,arguments,jr(this).constructor)}return $e.prototype=Object.create(te.prototype,{constructor:{value:$e,enumerable:!1,writable:!0,configurable:!0}}),Ma($e,te)},ia(k)}function $n(k){try{return Function.toString.call(k).indexOf("[native code]")!==-1}catch{return typeof k=="function"}}function oe(k,M,V){return(M=Vl(M))in k?Object.defineProperty(k,M,{value:V,enumerable:!0,configurable:!0,writable:!0}):k[M]=V,k}function tt(k,M,V){if(oa())return Reflect.construct.apply(null,arguments);var te=[null];te.push.apply(te,M);var $e=new(k.bind.apply(k,te));return V&&Ma($e,V.prototype),$e}function Te(k,M){if(k==null)return{};var V,te,$e=rt(k,M);if(Object.getOwnPropertySymbols){var at=Object.getOwnPropertySymbols(k);for(te=0;te<at.length;te++)V=at[te],M.indexOf(V)===-1&&{}.propertyIsEnumerable.call(k,V)&&($e[V]=k[V])}return $e}function rt(k,M){if(k==null)return{};var V={};for(var te in k)if({}.hasOwnProperty.call(k,te)){if(M.indexOf(te)!==-1)continue;V[te]=k[te]}return V}function Be(k,M,V){return M=jr(M),qe(k,oa()?Reflect.construct(M,V||[],jr(k).constructor):M.apply(k,V))}function qe(k,M){if(M&&(B(M)=="object"||typeof M=="function"))return M;if(M!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Ll(k)}function Ll(k){if(k===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return k}function oa(){try{var k=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(oa=function(){return!!k})()}function jr(k){return jr=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(M){return M.__proto__||Object.getPrototypeOf(M)},jr(k)}function qn(k,M){if(typeof M!="function"&&M!==null)throw new TypeError("Super expression must either be null or a function");k.prototype=Object.create(M&&M.prototype,{constructor:{value:k,writable:!0,configurable:!0}}),Object.defineProperty(k,"prototype",{writable:!1}),M&&Ma(k,M)}function Ma(k,M){return Ma=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(V,te){return V.__proto__=te,V},Ma(k,M)}function Ae(){return Ae=Object.assign?Object.assign.bind():function(k){for(var M=1;M<arguments.length;M++){var V=arguments[M];for(var te in V)({}).hasOwnProperty.call(V,te)&&(k[te]=V[te])}return k},Ae.apply(null,arguments)}function de(k){return vv(k)||Bl(k)||jn(k)||hv()}function hv(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
11
+ */kl.exports;(function(f){(function h(p){var D=p,b=p.document,g=g||{};g.version="4.11.4",B(f)==="object"&&f.exports&&typeof h.toString=="function"&&(g.source="("+h.toString()+')(typeof window === "object" ? window : this);',f.exports=g),typeof p.getComputedStyle=="function"&&(p.axe=g);var S=["precision","format","inGamut"],I=["space"],Y=["algorithm"],K=["method"],z=["maxDeltaE","deltaEMethod","steps","maxSteps"],ue=["node"],De=["relatedNodes"],ce=["node"],xe=["variant"],ke=["matches"],Ye=["chromium"],ht=["noImplicit"],zt=["noPresentational"],rr=["node"],Na=["environmentData"],mr=["environmentData"],_r=["environmentData"],Pn=["environmentData"],Ln=["environmentData"];function Bn(k){return zl(k)||Bl(k)||jn(k)||jl()}function ia(k){var M=typeof Map=="function"?new Map:void 0;return ia=function(te){if(te===null||!$n(te))return te;if(typeof te!="function")throw new TypeError("Super expression must either be null or a function");if(M!==void 0){if(M.has(te))return M.get(te);M.set(te,$e)}function $e(){return Je(te,arguments,jr(this).constructor)}return $e.prototype=Object.create(te.prototype,{constructor:{value:$e,enumerable:!1,writable:!0,configurable:!0}}),Ma($e,te)},ia(k)}function $n(k){try{return Function.toString.call(k).indexOf("[native code]")!==-1}catch{return typeof k=="function"}}function oe(k,M,V){return(M=Vl(M))in k?Object.defineProperty(k,M,{value:V,enumerable:!0,configurable:!0,writable:!0}):k[M]=V,k}function Je(k,M,V){if(oa())return Reflect.construct.apply(null,arguments);var te=[null];te.push.apply(te,M);var $e=new(k.bind.apply(k,te));return V&&Ma($e,V.prototype),$e}function Te(k,M){if(k==null)return{};var V,te,$e=rt(k,M);if(Object.getOwnPropertySymbols){var at=Object.getOwnPropertySymbols(k);for(te=0;te<at.length;te++)V=at[te],M.indexOf(V)===-1&&{}.propertyIsEnumerable.call(k,V)&&($e[V]=k[V])}return $e}function rt(k,M){if(k==null)return{};var V={};for(var te in k)if({}.hasOwnProperty.call(k,te)){if(M.indexOf(te)!==-1)continue;V[te]=k[te]}return V}function Be(k,M,V){return M=jr(M),qe(k,oa()?Reflect.construct(M,V||[],jr(k).constructor):M.apply(k,V))}function qe(k,M){if(M&&(B(M)=="object"||typeof M=="function"))return M;if(M!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Ll(k)}function Ll(k){if(k===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return k}function oa(){try{var k=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(oa=function(){return!!k})()}function jr(k){return jr=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(M){return M.__proto__||Object.getPrototypeOf(M)},jr(k)}function qn(k,M){if(typeof M!="function"&&M!==null)throw new TypeError("Super expression must either be null or a function");k.prototype=Object.create(M&&M.prototype,{constructor:{value:k,writable:!0,configurable:!0}}),Object.defineProperty(k,"prototype",{writable:!1}),M&&Ma(k,M)}function Ma(k,M){return Ma=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(V,te){return V.__proto__=te,V},Ma(k,M)}function Ae(){return Ae=Object.assign?Object.assign.bind():function(k){for(var M=1;M<arguments.length;M++){var V=arguments[M];for(var te in V)({}).hasOwnProperty.call(V,te)&&(k[te]=V[te])}return k},Ae.apply(null,arguments)}function de(k){return vv(k)||Bl(k)||jn(k)||hv()}function hv(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
12
12
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Bl(k){if(typeof Symbol<"u"&&k[Symbol.iterator]!=null||k["@@iterator"]!=null)return Array.from(k)}function vv(k){if(Array.isArray(k))return zn(k)}function xr(k,M,V){ql(k,M),M.set(k,V)}function $l(k,M){ql(k,M),M.add(k)}function ql(k,M){if(M.has(k))throw new TypeError("Cannot initialize the same private elements twice on an object")}function Ht(k,M){return k.get(sa(k,M))}function _t(k,M,V){return k.set(sa(k,M),V),V}function sa(k,M,V){if(typeof k=="function"?k===M:k.has(M))return arguments.length<3?M:V;throw new TypeError("Private element is not present on this object")}function Q(k,M){return zl(k)||gv(k,M)||jn(k,M)||jl()}function jl(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
13
13
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function gv(k,M){var V=k==null?null:typeof Symbol<"u"&&k[Symbol.iterator]||k["@@iterator"];if(V!=null){var te,$e,at,vt,Nt=[],ct=!0,Dt=!1;try{if(at=(V=V.call(k)).next,M===0){if(Object(V)!==V)return;ct=!1}else for(;!(ct=(te=at.call(V)).done)&&(Nt.push(te.value),Nt.length!==M);ct=!0);}catch(Pa){Dt=!0,$e=Pa}finally{try{if(!ct&&V.return!=null&&(vt=V.return(),Object(vt)!==vt))return}finally{if(Dt)throw $e}}return Nt}}function zl(k){if(Array.isArray(k))return k}function Vt(k,M){if(!(k instanceof M))throw new TypeError("Cannot call a class as a function")}function Hl(k,M){for(var V=0;V<M.length;V++){var te=M[V];te.enumerable=te.enumerable||!1,te.configurable=!0,"value"in te&&(te.writable=!0),Object.defineProperty(k,Vl(te.key),te)}}function Gt(k,M,V){return M&&Hl(k.prototype,M),V&&Hl(k,V),Object.defineProperty(k,"prototype",{writable:!1}),k}function Vl(k){var M=bv(k,"string");return B(M)=="symbol"?M:M+""}function bv(k,M){if(B(k)!="object"||!k)return k;var V=k[Symbol.toPrimitive];if(V!==void 0){var te=V.call(k,M);if(B(te)!="object")return te;throw new TypeError("@@toPrimitive must return a primitive value.")}return(M==="string"?String:Number)(k)}function je(k,M){var V=typeof Symbol<"u"&&k[Symbol.iterator]||k["@@iterator"];if(!V){if(Array.isArray(k)||(V=jn(k))||M){V&&(k=V);var te=0,$e=function(){};return{s:$e,n:function(){return te>=k.length?{done:!0}:{done:!1,value:k[te++]}},e:function(Dt){throw Dt},f:$e}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
14
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var at,vt=!0,Nt=!1;return{s:function(){V=V.call(k)},n:function(){var Dt=V.next();return vt=Dt.done,Dt},e:function(Dt){Nt=!0,at=Dt},f:function(){try{vt||V.return==null||V.return()}finally{if(Nt)throw at}}}}function jn(k,M){if(k){if(typeof k=="string")return zn(k,M);var V={}.toString.call(k).slice(8,-1);return V==="Object"&&k.constructor&&(V=k.constructor.name),V==="Map"||V==="Set"?Array.from(k):V==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(V)?zn(k,M):void 0}}function zn(k,M){(M==null||M>k.length)&&(M=k.length);for(var V=0,te=Array(M);V<M;V++)te[V]=k[V];return te}function B(k){"@babel/helpers - typeof";return B=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(M){return typeof M}:function(M){return M&&typeof Symbol=="function"&&M.constructor===Symbol&&M!==Symbol.prototype?"symbol":typeof M},B(k)}(function(k,M,V,te,$e,at,vt,Nt,ct,Dt,Pa){var yv=Object.create,La=Object.defineProperty,wv=Object.getPrototypeOf,Dv=Object.prototype.hasOwnProperty,Ev=Object.getOwnPropertyNames,_v=Object.getOwnPropertyDescriptor,xv=function(t,r,a){return r in t?La(t,r,{enumerable:!0,configurable:!0,writable:!0,value:a}):t[r]=a},Av=function(t){return La(t,"__esModule",{value:!0})},A=function(t,r){return function(){return r||t((r={exports:{}}).exports,r),r.exports}},Ut=function(t,r){for(var a in r)La(t,a,{get:r[a],enumerable:!0})},Cv=function(t,r,a){if(r&&B(r)==="object"||typeof r=="function"){var n=je(Ev(r)),i;try{var o=function(){var u=i.value;!Dv.call(t,u)&&u!=="default"&&La(t,u,{get:function(){return r[u]},enumerable:!(a=_v(r,u))||a.enumerable})};for(n.s();!(i=n.n()).done;)o()}catch(s){n.e(s)}finally{n.f()}}return t},rr=function(t){return Cv(Av(La(t!=null?yv(wv(t)):{},"default",t&&t.__esModule&&"default"in t?{get:function(){return t.default},enumerable:!0}:{value:t,enumerable:!0})),t)},Gl=function(t,r,a){return xv(t,B(r)!=="symbol"?r+"":r,a),a},Rv=A(function(e,t){(function(r,a){B(e)==="object"&&typeof t<"u"?t.exports=a():r.ES6Promise=a()})(e,function(){function r(N){var q=B(N);return N!==null&&(q==="object"||q==="function")}function a(N){return typeof N=="function"}var n=void 0;Array.isArray?n=Array.isArray:n=function(q){return Object.prototype.toString.call(q)==="[object Array]"};var i=n,o=0,s=void 0,u=void 0,l=function(q,U){O[o]=q,O[o+1]=U,o+=2,o===2&&(u?u(P):X())};function c(N){u=N}function d(N){l=N}var m=typeof p<"u"?p:void 0,v=m||{},y=v.MutationObserver||v.WebKitMutationObserver,w=typeof self>"u"&&typeof process<"u"&&{}.toString.call(process)==="[object process]",E=typeof Uint8ClampedArray<"u"&&typeof importScripts<"u"&&typeof MessageChannel<"u";function _(){return function(){return process.nextTick(P)}}function x(){return typeof s<"u"?function(){s(P)}:T()}function C(){var N=0,q=new y(P),U=b.createTextNode("");return q.observe(U,{characterData:!0}),function(){U.data=N=++N%2}}function R(){var N=new MessageChannel;return N.port1.onmessage=P,function(){return N.port2.postMessage(0)}}function T(){var N=setTimeout;return function(){return N(P,1)}}var O=new Array(1e3);function P(){for(var N=0;N<o;N+=2){var q=O[N],U=O[N+1];q(U),O[N]=void 0,O[N+1]=void 0}o=0}function $(){try{var N=Function("return this")().require("vertx");return s=N.runOnLoop||N.runOnContext,x()}catch{return T()}}var X=void 0;w?X=_():y?X=C():E?X=R():m===void 0?X=$():X=T();function L(N,q){var U=this,ne=new this.constructor(Z);ne[W]===void 0&&Ue(ne);var ge=U._state;if(ge){var Ce=arguments[ge-1];l(function(){return He(ge,ne,Ce,U._result)})}else Fe(U,ne,N,q);return ne}function H(N){var q=this;if(N&&B(N)==="object"&&N.constructor===q)return N;var U=new q(Z);return ee(U,N),U}var W=Math.random().toString(36).substring(2);function Z(){}var le=void 0,ve=1,ae=2;function pe(){return new TypeError("You cannot resolve a promise with itself")}function G(){return new TypeError("A promises callback cannot return that same promise.")}function se(N,q,U,ne){try{N.call(q,U,ne)}catch(ge){return ge}}function F(N,q,U){l(function(ne){var ge=!1,Ce=se(U,q,function(lt){ge||(ge=!0,q!==lt?ee(ne,lt):re(ne,lt))},function(lt){ge||(ge=!0,ie(ne,lt))},"Settle: "+(ne._label||" unknown promise"));!ge&&Ce&&(ge=!0,ie(ne,Ce))},N)}function J(N,q){q._state===ve?re(N,q._result):q._state===ae?ie(N,q._result):Fe(q,void 0,function(U){return ee(N,U)},function(U){return ie(N,U)})}function j(N,q,U){q.constructor===N.constructor&&U===L&&q.constructor.resolve===H?J(N,q):U===void 0?re(N,q):a(U)?F(N,q,U):re(N,q)}function ee(N,q){if(N===q)ie(N,pe());else if(r(q)){var U=void 0;try{U=q.then}catch(ne){ie(N,ne);return}j(N,q,U)}else re(N,q)}function he(N){N._onerror&&N._onerror(N._result),Pe(N)}function re(N,q){N._state===le&&(N._result=q,N._state=ve,N._subscribers.length!==0&&l(Pe,N))}function ie(N,q){N._state===le&&(N._state=ae,N._result=q,l(he,N))}function Fe(N,q,U,ne){var ge=N._subscribers,Ce=ge.length;N._onerror=null,ge[Ce]=q,ge[Ce+ve]=U,ge[Ce+ae]=ne,Ce===0&&N._state&&l(Pe,N)}function Pe(N){var q=N._subscribers,U=N._state;if(q.length!==0){for(var ne=void 0,ge=void 0,Ce=N._result,lt=0;lt<q.length;lt+=3)ne=q[lt],ge=q[lt+U],ne?He(U,ne,ge,Ce):ge(Ce);N._subscribers.length=0}}function He(N,q,U,ne){var ge=a(U),Ce=void 0,lt=void 0,Ta=!0;if(ge){try{Ce=U(ne)}catch(yo){Ta=!1,lt=yo}if(q===Ce){ie(q,G());return}}else Ce=ne;q._state!==le||(ge&&Ta?ee(q,Ce):Ta===!1?ie(q,lt):N===ve?re(q,Ce):N===ae&&ie(q,Ce))}function Je(N,q){try{q(function(ne){ee(N,ne)},function(ne){ie(N,ne)})}catch(U){ie(N,U)}}var st=0;function ot(){return st++}function Ue(N){N[W]=st++,N._state=void 0,N._result=void 0,N._subscribers=[]}function Ra(){return new Error("Array Methods must be provided an Array")}var mt=function(){function N(q,U){this._instanceConstructor=q,this.promise=new q(Z),this.promise[W]||Ue(this.promise),i(U)?(this.length=U.length,this._remaining=U.length,this._result=new Array(this.length),this.length===0?re(this.promise,this._result):(this.length=this.length||0,this._enumerate(U),this._remaining===0&&re(this.promise,this._result))):ie(this.promise,Ra())}return N.prototype._enumerate=function(U){for(var ne=0;this._state===le&&ne<U.length;ne++)this._eachEntry(U[ne],ne)},N.prototype._eachEntry=function(U,ne){var ge=this._instanceConstructor,Ce=ge.resolve;if(Ce===H){var lt=void 0,Ta=void 0,yo=!1;try{lt=U.then}catch(bl){yo=!0,Ta=bl}if(lt===L&&U._state!==le)this._settledAt(U._state,ne,U._result);else if(typeof lt!="function")this._remaining--,this._result[ne]=U;else if(ge===Qe){var gl=new ge(Z);yo?ie(gl,Ta):j(gl,U,lt),this._willSettleAt(gl,ne)}else this._willSettleAt(new ge(function(bl){return bl(U)}),ne)}else this._willSettleAt(Ce(U),ne)},N.prototype._settledAt=function(U,ne,ge){var Ce=this.promise;Ce._state===le&&(this._remaining--,U===ae?ie(Ce,ge):this._result[ne]=ge),this._remaining===0&&re(Ce,this._result)},N.prototype._willSettleAt=function(U,ne){var ge=this;Fe(U,void 0,function(Ce){return ge._settledAt(ve,ne,Ce)},function(Ce){return ge._settledAt(ae,ne,Ce)})},N}();function We(N){return new mt(this,N).promise}function ut(N){var q=this;return i(N)?new q(function(U,ne){for(var ge=N.length,Ce=0;Ce<ge;Ce++)q.resolve(N[Ce]).then(U,ne)}):new q(function(U,ne){return ne(new TypeError("You must pass an array to race."))})}function et(N){var q=this,U=new q(Z);return ie(U,N),U}function yt(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}function wt(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}var Qe=function(){function N(q){this[W]=ot(),this._result=this._state=void 0,this._subscribers=[],Z!==q&&(typeof q!="function"&&yt(),this instanceof N?Je(this,q):wt())}return N.prototype.catch=function(U){return this.then(null,U)},N.prototype.finally=function(U){var ne=this,ge=ne.constructor;return a(U)?ne.then(function(Ce){return ge.resolve(U()).then(function(){return Ce})},function(Ce){return ge.resolve(U()).then(function(){throw Ce})}):ne.then(U,U)},N}();Qe.prototype.then=L,Qe.all=We,Qe.race=ut,Qe.resolve=H,Qe.reject=et,Qe._setScheduler=c,Qe._setAsap=d,Qe._asap=l;function Le(){var N=void 0;if(typeof D<"u")N=D;else if(typeof self<"u")N=self;else try{N=Function("return this")()}catch{throw new Error("polyfill failed because global object is unavailable in this environment")}var q=N.Promise;if(q){var U=null;try{U=Object.prototype.toString.call(q.resolve())}catch{}if(U==="[object Promise]"&&!q.cast)return}N.Promise=Qe}return Qe.polyfill=Le,Qe.Promise=Qe,Qe})}),Tv=A(function(e){var t=1e5,r=function(){var F=Object.prototype.toString,J=Object.prototype.hasOwnProperty;return{Class:function(ee){return F.call(ee).replace(/^\[object *|\]$/g,"")},HasProperty:function(ee,he){return he in ee},HasOwnProperty:function(ee,he){return J.call(ee,he)},IsCallable:function(ee){return typeof ee=="function"},ToInt32:function(ee){return ee>>0},ToUint32:function(ee){return ee>>>0}}}(),a=Math.LN2,n=Math.abs,i=Math.floor,o=Math.log,s=Math.min,u=Math.pow,l=Math.round;function c(F,J,j){return F<J?J:F>j?j:F}var d=Object.getOwnPropertyNames||function(F){if(F!==Object(F))throw new TypeError("Object.getOwnPropertyNames called on non-object");var J=[],j;for(j in F)r.HasOwnProperty(F,j)&&J.push(j);return J},m;Object.defineProperty&&function(){try{return Object.defineProperty({},"x",{}),!0}catch{return!1}}()?m=Object.defineProperty:m=function(J,j,ee){if(!J===Object(J))throw new TypeError("Object.defineProperty called on non-object");return r.HasProperty(ee,"get")&&Object.prototype.__defineGetter__&&Object.prototype.__defineGetter__.call(J,j,ee.get),r.HasProperty(ee,"set")&&Object.prototype.__defineSetter__&&Object.prototype.__defineSetter__.call(J,j,ee.set),r.HasProperty(ee,"value")&&(J[j]=ee.value),J};function v(F){if(d&&m){var J=d(F),j;for(j=0;j<J.length;j+=1)m(F,J[j],{value:F[J[j]],writable:!1,enumerable:!1,configurable:!1})}}function y(F){if(!m)return;if(F.length>t)throw new RangeError("Array too large for polyfill");function J(ee){m(F,ee,{get:function(){return F._getter(ee)},set:function(re){F._setter(ee,re)},enumerable:!0,configurable:!1})}var j;for(j=0;j<F.length;j+=1)J(j)}function w(F,J){var j=32-J;return F<<j>>j}function E(F,J){var j=32-J;return F<<j>>>j}function _(F){return[F&255]}function x(F){return w(F[0],8)}function C(F){return[F&255]}function R(F){return E(F[0],8)}function T(F){return F=l(Number(F)),[F<0?0:F>255?255:F&255]}function O(F){return[F>>8&255,F&255]}function P(F){return w(F[0]<<8|F[1],16)}function $(F){return[F>>8&255,F&255]}function X(F){return E(F[0]<<8|F[1],16)}function L(F){return[F>>24&255,F>>16&255,F>>8&255,F&255]}function H(F){return w(F[0]<<24|F[1]<<16|F[2]<<8|F[3],32)}function W(F){return[F>>24&255,F>>16&255,F>>8&255,F&255]}function Z(F){return E(F[0]<<24|F[1]<<16|F[2]<<8|F[3],32)}function le(F,J,j){var ee=(1<<J-1)-1,he,re,ie,Fe,Pe,He,Je;function st(ot){var Ue=i(ot),Ra=ot-Ue;return Ra<.5?Ue:Ra>.5||Ue%2?Ue+1:Ue}for(F!==F?(re=(1<<J)-1,ie=u(2,j-1),he=0):F===1/0||F===-1/0?(re=(1<<J)-1,ie=0,he=F<0?1:0):F===0?(re=0,ie=0,he=1/F===-1/0?1:0):(he=F<0,F=n(F),F>=u(2,1-ee)?(re=s(i(o(F)/a),1023),ie=st(F/u(2,re)*u(2,j)),ie/u(2,j)>=2&&(re=re+1,ie=1),re>ee?(re=(1<<J)-1,ie=0):(re=re+ee,ie=ie-u(2,j))):(re=0,ie=st(F/u(2,1-ee-j)))),Pe=[],Fe=j;Fe;Fe-=1)Pe.push(ie%2?1:0),ie=i(ie/2);for(Fe=J;Fe;Fe-=1)Pe.push(re%2?1:0),re=i(re/2);for(Pe.push(he?1:0),Pe.reverse(),He=Pe.join(""),Je=[];He.length;)Je.push(parseInt(He.substring(0,8),2)),He=He.substring(8);return Je}function ve(F,J,j){var ee=[],he,re,ie,Fe,Pe,He,Je,st;for(he=F.length;he;he-=1)for(ie=F[he-1],re=8;re;re-=1)ee.push(ie%2?1:0),ie=ie>>1;return ee.reverse(),Fe=ee.join(""),Pe=(1<<J-1)-1,He=parseInt(Fe.substring(0,1),2)?-1:1,Je=parseInt(Fe.substring(1,1+J),2),st=parseInt(Fe.substring(1+J),2),Je===(1<<J)-1?st===0?He*(1/0):NaN:Je>0?He*u(2,Je-Pe)*(1+st/u(2,j)):st!==0?He*u(2,-(Pe-1))*(st/u(2,j)):He<0?-0:0}function ae(F){return ve(F,11,52)}function pe(F){return le(F,11,52)}function G(F){return ve(F,8,23)}function se(F){return le(F,8,23)}(function(){function F(ot){if(ot=r.ToInt32(ot),ot<0)throw new RangeError("ArrayBuffer size is not a small enough positive integer");this.byteLength=ot,this._bytes=[],this._bytes.length=ot;var Ue;for(Ue=0;Ue<this.byteLength;Ue+=1)this._bytes[Ue]=0;v(this)}e.ArrayBuffer=e.ArrayBuffer||F;function J(){}function j(ot,Ue,Ra){var mt;return mt=function(ut,et,yt){var wt,Qe,Le,N;if(!arguments.length||typeof arguments[0]=="number"){if(this.length=r.ToInt32(arguments[0]),yt<0)throw new RangeError("ArrayBufferView size is not a small enough positive integer");this.byteLength=this.length*this.BYTES_PER_ELEMENT,this.buffer=new F(this.byteLength),this.byteOffset=0}else if(B(arguments[0])==="object"&&arguments[0].constructor===mt)for(wt=arguments[0],this.length=wt.length,this.byteLength=this.length*this.BYTES_PER_ELEMENT,this.buffer=new F(this.byteLength),this.byteOffset=0,Le=0;Le<this.length;Le+=1)this._setter(Le,wt._getter(Le));else if(B(arguments[0])==="object"&&!(arguments[0]instanceof F||r.Class(arguments[0])==="ArrayBuffer"))for(Qe=arguments[0],this.length=r.ToUint32(Qe.length),this.byteLength=this.length*this.BYTES_PER_ELEMENT,this.buffer=new F(this.byteLength),this.byteOffset=0,Le=0;Le<this.length;Le+=1)N=Qe[Le],this._setter(Le,Number(N));else if(B(arguments[0])==="object"&&(arguments[0]instanceof F||r.Class(arguments[0])==="ArrayBuffer")){if(this.buffer=ut,this.byteOffset=r.ToUint32(et),this.byteOffset>this.buffer.byteLength)throw new RangeError("byteOffset out of range");if(this.byteOffset%this.BYTES_PER_ELEMENT)throw new RangeError("ArrayBuffer length minus the byteOffset is not a multiple of the element size.");if(arguments.length<3){if(this.byteLength=this.buffer.byteLength-this.byteOffset,this.byteLength%this.BYTES_PER_ELEMENT)throw new RangeError("length of buffer minus byteOffset not a multiple of the element size");this.length=this.byteLength/this.BYTES_PER_ELEMENT}else this.length=r.ToUint32(yt),this.byteLength=this.length*this.BYTES_PER_ELEMENT;if(this.byteOffset+this.byteLength>this.buffer.byteLength)throw new RangeError("byteOffset and length reference an area beyond the end of the buffer")}else throw new TypeError("Unexpected argument type(s)");this.constructor=mt,v(this),y(this)},mt.prototype=new J,mt.prototype.BYTES_PER_ELEMENT=ot,mt.prototype._pack=Ue,mt.prototype._unpack=Ra,mt.BYTES_PER_ELEMENT=ot,mt.prototype._getter=function(We){if(arguments.length<1)throw new SyntaxError("Not enough arguments");if(We=r.ToUint32(We),!(We>=this.length)){for(var ut=[],et=0,yt=this.byteOffset+We*this.BYTES_PER_ELEMENT;et<this.BYTES_PER_ELEMENT;et+=1,yt+=1)ut.push(this.buffer._bytes[yt]);return this._unpack(ut)}},mt.prototype.get=mt.prototype._getter,mt.prototype._setter=function(We,ut){if(arguments.length<2)throw new SyntaxError("Not enough arguments");if(We=r.ToUint32(We),We<this.length){var et=this._pack(ut),yt,wt;for(yt=0,wt=this.byteOffset+We*this.BYTES_PER_ELEMENT;yt<this.BYTES_PER_ELEMENT;yt+=1,wt+=1)this.buffer._bytes[wt]=et[yt]}},mt.prototype.set=function(We,ut){if(arguments.length<1)throw new SyntaxError("Not enough arguments");var et,yt,wt,Qe,Le,N,q,U,ne,ge;if(B(arguments[0])==="object"&&arguments[0].constructor===this.constructor){if(et=arguments[0],wt=r.ToUint32(arguments[1]),wt+et.length>this.length)throw new RangeError("Offset plus length of array is out of range");if(U=this.byteOffset+wt*this.BYTES_PER_ELEMENT,ne=et.length*this.BYTES_PER_ELEMENT,et.buffer===this.buffer){for(ge=[],Le=0,N=et.byteOffset;Le<ne;Le+=1,N+=1)ge[Le]=et.buffer._bytes[N];for(Le=0,q=U;Le<ne;Le+=1,q+=1)this.buffer._bytes[q]=ge[Le]}else for(Le=0,N=et.byteOffset,q=U;Le<ne;Le+=1,N+=1,q+=1)this.buffer._bytes[q]=et.buffer._bytes[N]}else if(B(arguments[0])==="object"&&typeof arguments[0].length<"u"){if(yt=arguments[0],Qe=r.ToUint32(yt.length),wt=r.ToUint32(arguments[1]),wt+Qe>this.length)throw new RangeError("Offset plus length of array is out of range");for(Le=0;Le<Qe;Le+=1)N=yt[Le],this._setter(wt+Le,Number(N))}else throw new TypeError("Unexpected argument type(s)")},mt.prototype.subarray=function(We,ut){We=r.ToInt32(We),ut=r.ToInt32(ut),arguments.length<1&&(We=0),arguments.length<2&&(ut=this.length),We<0&&(We=this.length+We),ut<0&&(ut=this.length+ut),We=c(We,0,this.length),ut=c(ut,0,this.length);var et=ut-We;return et<0&&(et=0),new this.constructor(this.buffer,this.byteOffset+We*this.BYTES_PER_ELEMENT,et)},mt}var ee=j(1,_,x),he=j(1,C,R),re=j(1,T,R),ie=j(2,O,P),Fe=j(2,$,X),Pe=j(4,L,H),He=j(4,W,Z),Je=j(4,se,G),st=j(8,pe,ae);e.Int8Array=e.Int8Array||ee,e.Uint8Array=e.Uint8Array||he,e.Uint8ClampedArray=e.Uint8ClampedArray||re,e.Int16Array=e.Int16Array||ie,e.Uint16Array=e.Uint16Array||Fe,e.Int32Array=e.Int32Array||Pe,e.Uint32Array=e.Uint32Array||He,e.Float32Array=e.Float32Array||Je,e.Float64Array=e.Float64Array||st})(),function(){function F(re,ie){return r.IsCallable(re.get)?re.get(ie):re[ie]}var J=function(){var re=new e.Uint16Array([4660]),ie=new e.Uint8Array(re.buffer);return F(ie,0)===18}();function j(re,ie,Fe){if(arguments.length===0)re=new e.ArrayBuffer(0);else if(!(re instanceof e.ArrayBuffer||r.Class(re)==="ArrayBuffer"))throw new TypeError("TypeError");if(this.buffer=re||new e.ArrayBuffer(0),this.byteOffset=r.ToUint32(ie),this.byteOffset>this.buffer.byteLength)throw new RangeError("byteOffset out of range");if(arguments.length<3?this.byteLength=this.buffer.byteLength-this.byteOffset:this.byteLength=r.ToUint32(Fe),this.byteOffset+this.byteLength>this.buffer.byteLength)throw new RangeError("byteOffset and length reference an area beyond the end of the buffer");v(this)}function ee(re){return function(ie,Fe){if(ie=r.ToUint32(ie),ie+re.BYTES_PER_ELEMENT>this.byteLength)throw new RangeError("Array index out of range");ie+=this.byteOffset;var Pe=new e.Uint8Array(this.buffer,ie,re.BYTES_PER_ELEMENT),He=[],Je;for(Je=0;Je<re.BYTES_PER_ELEMENT;Je+=1)He.push(F(Pe,Je));return!!Fe==!!J&&He.reverse(),F(new re(new e.Uint8Array(He).buffer),0)}}j.prototype.getUint8=ee(e.Uint8Array),j.prototype.getInt8=ee(e.Int8Array),j.prototype.getUint16=ee(e.Uint16Array),j.prototype.getInt16=ee(e.Int16Array),j.prototype.getUint32=ee(e.Uint32Array),j.prototype.getInt32=ee(e.Int32Array),j.prototype.getFloat32=ee(e.Float32Array),j.prototype.getFloat64=ee(e.Float64Array);function he(re){return function(ie,Fe,Pe){if(ie=r.ToUint32(ie),ie+re.BYTES_PER_ELEMENT>this.byteLength)throw new RangeError("Array index out of range");var He=new re([Fe]),Je=new e.Uint8Array(He.buffer),st=[],ot,Ue;for(ot=0;ot<re.BYTES_PER_ELEMENT;ot+=1)st.push(F(Je,ot));!!Pe==!!J&&st.reverse(),Ue=new e.Uint8Array(this.buffer,ie,re.BYTES_PER_ELEMENT),Ue.set(st)}}j.prototype.setUint8=he(e.Uint8Array),j.prototype.setInt8=he(e.Int8Array),j.prototype.setUint16=he(e.Uint16Array),j.prototype.setInt16=he(e.Int16Array),j.prototype.setUint32=he(e.Uint32Array),j.prototype.setInt32=he(e.Int32Array),j.prototype.setFloat32=he(e.Float32Array),j.prototype.setFloat64=he(e.Float64Array),e.DataView=e.DataView||j}()}),Fv=A(function(e){(function(t){if(t.WeakMap)return;var r=Object.prototype.hasOwnProperty,a=Object.defineProperty&&function(){try{return Object.defineProperty({},"x",{value:1}).x===1}catch{}}(),n=function(s,u,l){a?Object.defineProperty(s,u,{configurable:!0,writable:!0,value:l}):s[u]=l};t.WeakMap=function(){function o(){if(this===void 0)throw new TypeError("Constructor WeakMap requires 'new'");if(n(this,"_id",u("_WeakMap")),arguments.length>0)throw new TypeError("WeakMap iterable is not supported")}n(o.prototype,"delete",function(c){if(s(this,"delete"),!i(c))return!1;var d=c[this._id];return d&&d[0]===c?(delete c[this._id],!0):!1}),n(o.prototype,"get",function(c){if(s(this,"get"),!!i(c)){var d=c[this._id];if(d&&d[0]===c)return d[1]}}),n(o.prototype,"has",function(c){if(s(this,"has"),!i(c))return!1;var d=c[this._id];return!!(d&&d[0]===c)}),n(o.prototype,"set",function(c,d){if(s(this,"set"),!i(c))throw new TypeError("Invalid value used as weak map key");var m=c[this._id];return m&&m[0]===c?(m[1]=d,this):(n(c,this._id,[c,d]),this)});function s(c,d){if(!i(c)||!r.call(c,"_id"))throw new TypeError(d+" method called on incompatible receiver "+B(c))}function u(c){return c+"_"+l()+"."+l()}function l(){return Math.random().toString().substring(2)}return n(o,"_polyfill",!0),o}();function i(o){return Object(o)===o}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof p<"u"?p:typeof D<"u"?D:e)}),Wt=A(function(e,t){var r=function(n){return n&&n.Math===Math&&n};t.exports=r((typeof globalThis>"u"?"undefined":B(globalThis))=="object"&&globalThis)||r((typeof p>"u"?"undefined":B(p))=="object"&&p)||r((typeof self>"u"?"undefined":B(self))=="object"&&self)||r((typeof D>"u"?"undefined":B(D))=="object"&&D)||r(B(e)=="object"&&e)||function(){return this}()||Function("return this")()}),Yt=A(function(e,t){t.exports=function(r){try{return!!r()}catch{return!0}}}),Hn=A(function(e,t){var r=Yt();t.exports=!r(function(){var a=(function(){}).bind();return typeof a!="function"||a.hasOwnProperty("prototype")})}),Sv=A(function(e,t){var r=Hn(),a=Function.prototype,n=a.apply,i=a.call;t.exports=(typeof Reflect>"u"?"undefined":B(Reflect))=="object"&&Reflect.apply||(r?i.bind(n):function(){return i.apply(n,arguments)})}),Mt=A(function(e,t){var r=Hn(),a=Function.prototype,n=a.call,i=r&&a.bind.bind(n,n);t.exports=r?i:function(o){return function(){return n.apply(o,arguments)}}}),Vn=A(function(e,t){var r=Mt(),a=r({}.toString),n=r("".slice);t.exports=function(i){return n(a(i),8,-1)}}),Ul=A(function(e,t){var r=Vn(),a=Mt();t.exports=function(n){if(r(n)==="Function")return a(n)}}),xt=A(function(e,t){var r=(typeof b>"u"?"undefined":B(b))=="object"&&b.all;t.exports=typeof r>"u"&&r!==void 0?function(a){return typeof a=="function"||a===r}:function(a){return typeof a=="function"}}),ar=A(function(e,t){var r=Yt();t.exports=!r(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}),zr=A(function(e,t){var r=Hn(),a=Function.prototype.call;t.exports=r?a.bind(a):function(){return a.apply(a,arguments)}}),Wl=A(function(e){var t={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,a=r&&!t.call({1:2},1);e.f=a?function(i){var o=r(this,i);return!!o&&o.enumerable}:t}),Gn=A(function(e,t){t.exports=function(r,a){return{enumerable:!(r&1),configurable:!(r&2),writable:!(r&4),value:a}}}),kv=A(function(e,t){var r=Mt(),a=Yt(),n=Vn(),i=Object,o=r("".split);t.exports=a(function(){return!i("z").propertyIsEnumerable(0)})?function(s){return n(s)==="String"?o(s,""):i(s)}:i}),Vo=A(function(e,t){t.exports=function(r){return r==null}}),Un=A(function(e,t){var r=Vo(),a=TypeError;t.exports=function(n){if(r(n))throw new a("Can't call method on "+n);return n}}),Ba=A(function(e,t){var r=kv(),a=Un();t.exports=function(n){return r(a(n))}}),Ar=A(function(e,t){var r=xt();t.exports=function(a){return B(a)=="object"?a!==null:r(a)}}),$a=A(function(e,t){t.exports={}}),Go=A(function(e,t){var r=$a(),a=Wt(),n=xt(),i=function(s){return n(s)?s:void 0};t.exports=function(o,s){return arguments.length<2?i(r[o])||i(a[o]):r[o]&&r[o][s]||a[o]&&a[o][s]}}),Ov=A(function(e,t){var r=Mt();t.exports=r({}.isPrototypeOf)}),Iv=A(function(e,t){var r=Wt(),a=r.navigator,n=a&&a.userAgent;t.exports=n?String(n):""}),Nv=A(function(e,t){var r=Wt(),a=Iv(),n=r.process,i=r.Deno,o=n&&n.versions||i&&i.version,s=o&&o.v8,u,l;s&&(u=s.split("."),l=u[0]>0&&u[0]<4?1:+(u[0]+u[1])),!l&&a&&(u=a.match(/Edge\/(\d+)/),(!u||u[1]>=74)&&(u=a.match(/Chrome\/(\d+)/),u&&(l=+u[1]))),t.exports=l}),Yl=A(function(e,t){var r=Nv(),a=Yt(),n=Wt(),i=n.String;t.exports=!!Object.getOwnPropertySymbols&&!a(function(){var o=Symbol("symbol detection");return!i(o)||!(Object(o)instanceof Symbol)||!Symbol.sham&&r&&r<41})}),Kl=A(function(e,t){var r=Yl();t.exports=r&&!Symbol.sham&&B(Symbol.iterator)=="symbol"}),Xl=A(function(e,t){var r=Go(),a=xt(),n=Ov(),i=Kl(),o=Object;t.exports=i?function(s){return B(s)=="symbol"}:function(s){var u=r("Symbol");return a(u)&&n(u.prototype,o(s))}}),Zl=A(function(e,t){var r=String;t.exports=function(a){try{return r(a)}catch{return"Object"}}}),Wn=A(function(e,t){var r=xt(),a=Zl(),n=TypeError;t.exports=function(i){if(r(i))return i;throw new n(a(i)+" is not a function")}}),Uo=A(function(e,t){var r=Wn(),a=Vo();t.exports=function(n,i){var o=n[i];return a(o)?void 0:r(o)}}),Mv=A(function(e,t){var r=zr(),a=xt(),n=Ar(),i=TypeError;t.exports=function(o,s){var u,l;if(s==="string"&&a(u=o.toString)&&!n(l=r(u,o))||a(u=o.valueOf)&&!n(l=r(u,o))||s!=="string"&&a(u=o.toString)&&!n(l=r(u,o)))return l;throw new i("Can't convert object to primitive value")}}),Wo=A(function(e,t){t.exports=!0}),Pv=A(function(e,t){var r=Wt(),a=Object.defineProperty;t.exports=function(n,i){try{a(r,n,{value:i,configurable:!0,writable:!0})}catch{r[n]=i}return i}}),Yn=A(function(e,t){var r=Wo(),a=Wt(),n=Pv(),i="__core-js_shared__",o=t.exports=a[i]||n(i,{});(o.versions||(o.versions=[])).push({version:"3.48.0",mode:r?"pure":"global",copyright:"© 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.",license:"https://github.com/zloirock/core-js/blob/v3.48.0/LICENSE",source:"https://github.com/zloirock/core-js"})}),Ql=A(function(e,t){var r=Yn();t.exports=function(a,n){return r[a]||(r[a]=n||{})}}),Yo=A(function(e,t){var r=Un(),a=Object;t.exports=function(n){return a(r(n))}}),hr=A(function(e,t){var r=Mt(),a=Yo(),n=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(o,s){return n(a(o),s)}}),Jl=A(function(e,t){var r=Mt(),a=0,n=Math.random(),i=r(1.1.toString);t.exports=function(o){return"Symbol("+(o===void 0?"":o)+")_"+i(++a+n,36)}}),vr=A(function(e,t){var r=Wt(),a=Ql(),n=hr(),i=Jl(),o=Yl(),s=Kl(),u=r.Symbol,l=a("wks"),c=s?u.for||u:u&&u.withoutSetter||i;t.exports=function(d){return n(l,d)||(l[d]=o&&n(u,d)?u[d]:c("Symbol."+d)),l[d]}}),Lv=A(function(e,t){var r=zr(),a=Ar(),n=Xl(),i=Uo(),o=Mv(),s=vr(),u=TypeError,l=s("toPrimitive");t.exports=function(c,d){if(!a(c)||n(c))return c;var m=i(c,l),v;if(m){if(d===void 0&&(d="default"),v=r(m,c,d),!a(v)||n(v))return v;throw new u("Can't convert object to primitive value")}return d===void 0&&(d="number"),o(c,d)}}),ec=A(function(e,t){var r=Lv(),a=Xl();t.exports=function(n){var i=r(n,"string");return a(i)?i:i+""}}),tc=A(function(e,t){var r=Wt(),a=Ar(),n=r.document,i=a(n)&&a(n.createElement);t.exports=function(o){return i?n.createElement(o):{}}}),rc=A(function(e,t){var r=ar(),a=Yt(),n=tc();t.exports=!r&&!a(function(){return Object.defineProperty(n("div"),"a",{get:function(){return 7}}).a!==7})}),Bv=A(function(e){var t=ar(),r=zr(),a=Wl(),n=Gn(),i=Ba(),o=ec(),s=hr(),u=rc(),l=Object.getOwnPropertyDescriptor;e.f=t?l:function(d,m){if(d=i(d),m=o(m),u)try{return l(d,m)}catch{}if(s(d,m))return n(!r(a.f,d,m),d[m])}}),$v=A(function(e,t){var r=Yt(),a=xt(),n=/#|\.prototype\./,i=function(d,m){var v=s[o(d)];return v===l?!0:v===u?!1:a(m)?r(m):!!m},o=i.normalize=function(c){return String(c).replace(n,".").toLowerCase()},s=i.data={},u=i.NATIVE="N",l=i.POLYFILL="P";t.exports=i}),ac=A(function(e,t){var r=Ul(),a=Wn(),n=Hn(),i=r(r.bind);t.exports=function(o,s){return a(o),s===void 0?o:n?i(o,s):function(){return o.apply(s,arguments)}}}),nc=A(function(e,t){var r=ar(),a=Yt();t.exports=r&&a(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}),ua=A(function(e,t){var r=Ar(),a=String,n=TypeError;t.exports=function(i){if(r(i))return i;throw new n(a(i)+" is not an object")}}),Kn=A(function(e){var t=ar(),r=rc(),a=nc(),n=ua(),i=ec(),o=TypeError,s=Object.defineProperty,u=Object.getOwnPropertyDescriptor,l="enumerable",c="configurable",d="writable";e.f=t?a?function(v,y,w){if(n(v),y=i(y),n(w),typeof v=="function"&&y==="prototype"&&"value"in w&&d in w&&!w[d]){var E=u(v,y);E&&E[d]&&(v[y]=w.value,w={configurable:c in w?w[c]:E[c],enumerable:l in w?w[l]:E[l],writable:!1})}return s(v,y,w)}:s:function(v,y,w){if(n(v),y=i(y),n(w),r)try{return s(v,y,w)}catch{}if("get"in w||"set"in w)throw new o("Accessors not supported");return"value"in w&&(v[y]=w.value),v}}),qa=A(function(e,t){var r=ar(),a=Kn(),n=Gn();t.exports=r?function(i,o,s){return a.f(i,o,n(1,s))}:function(i,o,s){return i[o]=s,i}}),Xn=A(function(e,t){var r=Wt(),a=Sv(),n=Ul(),i=xt(),o=Bv().f,s=$v(),u=$a(),l=ac(),c=qa(),d=hr();Yn();var m=function(y){var w=function(_,x,C){if(this instanceof w){switch(arguments.length){case 0:return new y;case 1:return new y(_);case 2:return new y(_,x)}return new y(_,x,C)}return a(y,this,arguments)};return w.prototype=y.prototype,w};t.exports=function(v,y){var w=v.target,E=v.global,_=v.stat,x=v.proto,C=E?r:_?r[w]:r[w]&&r[w].prototype,R=E?u:u[w]||c(u,w,{})[w],T=R.prototype,O,P,$,X,L,H,W,Z,le;for(X in y)O=s(E?X:w+(_?".":"#")+X,v.forced),P=!O&&C&&d(C,X),H=R[X],P&&(v.dontCallGetSet?(le=o(C,X),W=le&&le.value):W=C[X]),L=P&&W?W:y[X],!(!O&&!x&&B(H)==B(L))&&(v.bind&&P?Z=l(L,r):v.wrap&&P?Z=m(L):x&&i(L)?Z=n(L):Z=L,(v.sham||L&&L.sham||H&&H.sham)&&c(Z,"sham",!0),c(R,X,Z),x&&($=w+"Prototype",d(u,$)||c(u,$,{}),c(u[$],X,L),v.real&&T&&(O||!T[X])&&c(T,X,L)))}}),qv=A(function(){var e=Xn(),t=hr();e({target:"Object",stat:!0},{hasOwn:t})}),jv=A(function(e,t){qv();var r=$a();t.exports=r.Object.hasOwn}),zv=A(function(e,t){var r=jv();t.exports=r}),Hv=A(function(e,t){var r=zv();t.exports=r}),Ko=A(function(e,t){var r=Ql(),a=Jl(),n=r("keys");t.exports=function(i){return n[i]||(n[i]=a(i))}}),Vv=A(function(e,t){var r=Yt();t.exports=!r(function(){function a(){}return a.prototype.constructor=null,Object.getPrototypeOf(new a)!==a.prototype})}),Xo=A(function(e,t){var r=hr(),a=xt(),n=Yo(),i=Ko(),o=Vv(),s=i("IE_PROTO"),u=Object,l=u.prototype;t.exports=o?u.getPrototypeOf:function(c){var d=n(c);if(r(d,s))return d[s];var m=d.constructor;return a(m)&&d instanceof m?m.prototype:d instanceof u?l:null}}),Gv=A(function(e,t){var r=Math.ceil,a=Math.floor;t.exports=Math.trunc||function(i){var o=+i;return(o>0?a:r)(o)}}),Zo=A(function(e,t){var r=Gv();t.exports=function(a){var n=+a;return n!==n||n===0?0:r(n)}}),Uv=A(function(e,t){var r=Zo(),a=Math.max,n=Math.min;t.exports=function(i,o){var s=r(i);return s<0?a(s+o,0):n(s,o)}}),Wv=A(function(e,t){var r=Zo(),a=Math.min;t.exports=function(n){var i=r(n);return i>0?a(i,9007199254740991):0}}),ic=A(function(e,t){var r=Wv();t.exports=function(a){return r(a.length)}}),Yv=A(function(e,t){var r=Ba(),a=Uv(),n=ic(),i=function(s){return function(u,l,c){var d=r(u),m=n(d);if(m===0)return!s&&-1;var v=a(c,m),y;if(s&&l!==l){for(;m>v;)if(y=d[v++],y!==y)return!0}else for(;m>v;v++)if((s||v in d)&&d[v]===l)return s||v||0;return!s&&-1}};t.exports={includes:i(!0),indexOf:i(!1)}}),Qo=A(function(e,t){t.exports={}}),Kv=A(function(e,t){var r=Mt(),a=hr(),n=Ba(),i=Yv().indexOf,o=Qo(),s=r([].push);t.exports=function(u,l){var c=n(u),d=0,m=[],v;for(v in c)!a(o,v)&&a(c,v)&&s(m,v);for(;l.length>d;)a(c,v=l[d++])&&(~i(m,v)||s(m,v));return m}}),oc=A(function(e,t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),sc=A(function(e,t){var r=Kv(),a=oc();t.exports=Object.keys||function(i){return r(i,a)}}),Xv=A(function(e,t){var r=ar(),a=Yt(),n=Mt(),i=Xo(),o=sc(),s=Ba(),u=Wl().f,l=n(u),c=n([].push),d=r&&a(function(){var v=Object.create(null);return v[2]=2,!l(v,2)}),m=function(y){return function(w){for(var E=s(w),_=o(E),x=d&&i(E)===null,C=_.length,R=0,T=[],O;C>R;)O=_[R++],(!r||(x?O in E:l(E,O)))&&c(T,y?[O,E[O]]:E[O]);return T}};t.exports={entries:m(!0),values:m(!1)}}),Zv=A(function(){var e=Xn(),t=Xv().values;e({target:"Object",stat:!0},{values:function(a){return t(a)}})}),Qv=A(function(e,t){Zv();var r=$a();t.exports=r.Object.values}),Jv=A(function(e,t){var r=Qv();t.exports=r}),eg=A(function(e,t){var r=Jv();t.exports=r}),Jo=A(function(e,t){var r=vr(),a=r("toStringTag"),n={};n[a]="z",t.exports=String(n)==="[object z]"}),Zn=A(function(e,t){var r=Jo(),a=xt(),n=Vn(),i=vr(),o=i("toStringTag"),s=Object,u=n(function(){return arguments}())==="Arguments",l=function(d,m){try{return d[m]}catch{}};t.exports=r?n:function(c){var d,m,v;return c===void 0?"Undefined":c===null?"Null":typeof(m=l(d=s(c),o))=="string"?m:u?n(d):(v=n(d))==="Object"&&a(d.callee)?"Arguments":v}}),uc=A(function(e,t){var r=Zn(),a=String;t.exports=function(n){if(r(n)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return a(n)}}),tg=A(function(e,t){var r=Mt(),a=Zo(),n=uc(),i=Un(),o=r("".charAt),s=r("".charCodeAt),u=r("".slice),l=function(d){return function(m,v){var y=n(i(m)),w=a(v),E=y.length,_,x;return w<0||w>=E?d?"":void 0:(_=s(y,w),_<55296||_>56319||w+1===E||(x=s(y,w+1))<56320||x>57343?d?o(y,w):_:d?u(y,w,w+2):(_-55296<<10)+(x-56320)+65536)}};t.exports={codeAt:l(!1),charAt:l(!0)}}),rg=A(function(e,t){var r=Wt(),a=xt(),n=r.WeakMap;t.exports=a(n)&&/native code/.test(String(n))}),ag=A(function(e,t){var r=rg(),a=Wt(),n=Ar(),i=qa(),o=hr(),s=Yn(),u=Ko(),l=Qo(),c="Object already initialized",d=a.TypeError,m=a.WeakMap,v,y,w,E=function(T){return w(T)?y(T):v(T,{})},_=function(T){return function(O){var P;if(!n(O)||(P=y(O)).type!==T)throw new d("Incompatible receiver, "+T+" required");return P}};r||s.state?(x=s.state||(s.state=new m),x.get=x.get,x.has=x.has,x.set=x.set,v=function(T,O){if(x.has(T))throw new d(c);return O.facade=T,x.set(T,O),O},y=function(T){return x.get(T)||{}},w=function(T){return x.has(T)}):(C=u("state"),l[C]=!0,v=function(T,O){if(o(T,C))throw new d(c);return O.facade=T,i(T,C,O),O},y=function(T){return o(T,C)?T[C]:{}},w=function(T){return o(T,C)});var x,C;t.exports={set:v,get:y,has:w,enforce:E,getterFor:_}}),ng=A(function(e,t){var r=ar(),a=hr(),n=Function.prototype,i=r&&Object.getOwnPropertyDescriptor,o=a(n,"name"),s=o&&(function(){}).name==="something",u=o&&(!r||r&&i(n,"name").configurable);t.exports={EXISTS:o,PROPER:s,CONFIGURABLE:u}}),ig=A(function(e){var t=ar(),r=nc(),a=Kn(),n=ua(),i=Ba(),o=sc();e.f=t&&!r?Object.defineProperties:function(u,l){n(u);for(var c=i(l),d=o(l),m=d.length,v=0,y;m>v;)a.f(u,y=d[v++],c[y]);return u}}),og=A(function(e,t){var r=Go();t.exports=r("document","documentElement")}),lc=A(function(e,t){var r=ua(),a=ig(),n=oc(),i=Qo(),o=og(),s=tc(),u=Ko(),l=">",c="<",d="prototype",m="script",v=u("IE_PROTO"),y=function(){},w=function(T){return c+m+l+T+c+"/"+m+l},E=function(T){T.write(w("")),T.close();var O=T.parentWindow.Object;return T=null,O},_=function(){var T=s("iframe"),O="java"+m+":",P;return T.style.display="none",o.appendChild(T),T.src=String(O),P=T.contentWindow.document,P.open(),P.write(w("document.F=Object")),P.close(),P.F},x,C=function(){try{x=new ActiveXObject("htmlfile")}catch{}C=typeof b<"u"?b.domain&&x?E(x):_():E(x);for(var T=n.length;T--;)delete C[d][n[T]];return C()};i[v]=!0,t.exports=Object.create||function(T,O){var P;return T!==null?(y[d]=r(T),P=new y,y[d]=null,P[v]=T):P=C(),O===void 0?P:a.f(P,O)}}),cc=A(function(e,t){var r=qa();t.exports=function(a,n,i,o){return o&&o.enumerable?a[n]=i:r(a,n,i),a}}),dc=A(function(e,t){var r=Yt(),a=xt(),n=Ar(),i=lc(),o=Xo(),s=cc(),u=vr(),l=Wo(),c=u("iterator"),d=!1,m,v,y;[].keys&&(y=[].keys(),"next"in y?(v=o(o(y)),v!==Object.prototype&&(m=v)):d=!0);var w=!n(m)||r(function(){var E={};return m[c].call(E)!==E});w?m={}:l&&(m=i(m)),a(m[c])||s(m,c,function(){return this}),t.exports={IteratorPrototype:m,BUGGY_SAFARI_ITERATORS:d}}),sg=A(function(e,t){var r=Jo(),a=Zn();t.exports=r?{}.toString:function(){return"[object "+a(this)+"]"}}),fc=A(function(e,t){var r=Jo(),a=Kn().f,n=qa(),i=hr(),o=sg(),s=vr(),u=s("toStringTag");t.exports=function(l,c,d,m){var v=d?l:l&&l.prototype;v&&(i(v,u)||a(v,u,{configurable:!0,value:c}),m&&!r&&n(v,"toString",o))}}),Qn=A(function(e,t){t.exports={}}),ug=A(function(e,t){var r=dc().IteratorPrototype,a=lc(),n=Gn(),i=fc(),o=Qn(),s=function(){return this};t.exports=function(u,l,c,d){var m=l+" Iterator";return u.prototype=a(r,{next:n(+!d,c)}),i(u,m,!1,!0),o[m]=s,u}}),lg=A(function(e,t){var r=Mt(),a=Wn();t.exports=function(n,i,o){try{return r(a(Object.getOwnPropertyDescriptor(n,i)[o]))}catch{}}}),cg=A(function(e,t){var r=Ar();t.exports=function(a){return r(a)||a===null}}),dg=A(function(e,t){var r=cg(),a=String,n=TypeError;t.exports=function(i){if(r(i))return i;throw new n("Can't set "+a(i)+" as a prototype")}}),fg=A(function(e,t){var r=lg(),a=Ar(),n=Un(),i=dg();t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var o=!1,s={},u;try{u=r(Object.prototype,"__proto__","set"),u(s,[]),o=s instanceof Array}catch{}return function(c,d){return n(c),i(d),a(c)&&(o?u(c,d):c.__proto__=d),c}}():void 0)}),pg=A(function(e,t){var r=Xn(),a=zr(),n=Wo(),i=ng(),o=xt(),s=ug(),u=Xo(),l=fg(),c=fc(),d=qa(),m=cc(),v=vr(),y=Qn(),w=dc(),E=i.PROPER,_=i.CONFIGURABLE,x=w.IteratorPrototype,C=w.BUGGY_SAFARI_ITERATORS,R=v("iterator"),T="keys",O="values",P="entries",$=function(){return this};t.exports=function(X,L,H,W,Z,le,ve){s(H,L,W);var ae=function(Fe){if(Fe===Z&&J)return J;if(!C&&Fe&&Fe in se)return se[Fe];switch(Fe){case T:return function(){return new H(this,Fe)};case O:return function(){return new H(this,Fe)};case P:return function(){return new H(this,Fe)}}return function(){return new H(this)}},pe=L+" Iterator",G=!1,se=X.prototype,F=se[R]||se["@@iterator"]||Z&&se[Z],J=!C&&F||ae(Z),j=L==="Array"&&se.entries||F,ee,he,re;if(j&&(ee=u(j.call(new X)),ee!==Object.prototype&&ee.next&&(!n&&u(ee)!==x&&(l?l(ee,x):o(ee[R])||m(ee,R,$)),c(ee,pe,!0,!0),n&&(y[pe]=$))),E&&Z===O&&F&&F.name!==O&&(!n&&_?d(se,"name",O):(G=!0,J=function(){return a(F,this)})),Z)if(he={values:ae(O),keys:le?J:ae(T),entries:ae(P)},ve)for(re in he)(C||G||!(re in se))&&m(se,re,he[re]);else r({target:L,proto:!0,forced:C||G},he);return(!n||ve)&&se[R]!==J&&m(se,R,J,{name:Z}),y[L]=J,he}}),mg=A(function(e,t){t.exports=function(r,a){return{value:r,done:a}}}),hg=A(function(){var e=tg().charAt,t=uc(),r=ag(),a=pg(),n=mg(),i="String Iterator",o=r.set,s=r.getterFor(i);a(String,"String",function(u){o(this,{type:i,string:t(u),index:0})},function(){var l=s(this),c=l.string,d=l.index,m;return d>=c.length?n(void 0,!0):(m=e(c,d),l.index+=m.length,n(m,!1))})}),vg=A(function(e,t){var r=zr(),a=ua(),n=Uo();t.exports=function(i,o,s){var u,l;a(i);try{if(u=n(i,"return"),!u){if(o==="throw")throw s;return s}u=r(u,i)}catch(c){l=!0,u=c}if(o==="throw")throw s;if(l)throw u;return a(u),s}}),gg=A(function(e,t){var r=ua(),a=vg();t.exports=function(n,i,o,s){try{return s?i(r(o)[0],o[1]):i(o)}catch(u){a(n,"throw",u)}}}),bg=A(function(e,t){var r=vr(),a=Qn(),n=r("iterator"),i=Array.prototype;t.exports=function(o){return o!==void 0&&(a.Array===o||i[n]===o)}}),yg=A(function(e,t){var r=Mt(),a=xt(),n=Yn(),i=r(Function.toString);a(n.inspectSource)||(n.inspectSource=function(o){return i(o)}),t.exports=n.inspectSource}),wg=A(function(e,t){var r=Mt(),a=Yt(),n=xt(),i=Zn(),o=Go(),s=yg(),u=function(){},l=o("Reflect","construct"),c=/^\s*(?:class|function)\b/,d=r(c.exec),m=!c.test(u),v=function(E){if(!n(E))return!1;try{return l(u,[],E),!0}catch{return!1}},y=function(E){if(!n(E))return!1;switch(i(E)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return m||!!d(c,s(E))}catch{return!0}};y.sham=!0,t.exports=!l||a(function(){var w;return v(v.call)||!v(Object)||!v(function(){w=!0})||w})?y:v}),Dg=A(function(e,t){var r=ar(),a=Kn(),n=Gn();t.exports=function(i,o,s){r?a.f(i,o,n(0,s)):i[o]=s}}),Eg=A(function(e,t){var r=Vn();t.exports=Array.isArray||function(n){return r(n)==="Array"}}),_g=A(function(e,t){var r=ar(),a=Eg(),n=TypeError,i=Object.getOwnPropertyDescriptor,o=r&&!function(){if(this!==void 0)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(s){return s instanceof TypeError}}();t.exports=o?function(s,u){if(a(s)&&!i(s,"length").writable)throw new n("Cannot set read only .length");return s.length=u}:function(s,u){return s.length=u}}),pc=A(function(e,t){var r=Zn(),a=Uo(),n=Vo(),i=Qn(),o=vr(),s=o("iterator");t.exports=function(u){if(!n(u))return a(u,s)||a(u,"@@iterator")||i[r(u)]}}),xg=A(function(e,t){var r=zr(),a=Wn(),n=ua(),i=Zl(),o=pc(),s=TypeError;t.exports=function(u,l){var c=arguments.length<2?o(u):l;if(a(c))return n(r(c,u));throw new s(i(u)+" is not iterable")}}),Ag=A(function(e,t){var r=ac(),a=zr(),n=Yo(),i=gg(),o=bg(),s=wg(),u=ic(),l=Dg(),c=_g(),d=xg(),m=pc(),v=Array;t.exports=function(w){var E=n(w),_=s(this),x=arguments.length,C=x>1?arguments[1]:void 0,R=C!==void 0;R&&(C=r(C,x>2?arguments[2]:void 0));var T=m(E),O=0,P,$,X,L,H,W;if(T&&!(this===v&&o(T)))for($=_?new this:[],L=d(E,T),H=L.next;!(X=a(H,L)).done;O++)W=R?i(L,C,[X.value,O],!0):X.value,l($,O,W);else for(P=u(E),$=_?new this(P):v(P);P>O;O++)W=R?C(E[O],O):E[O],l($,O,W);return c($,O),$}}),Cg=A(function(e,t){var r=vr(),a=r("iterator"),n=!1;try{i=0,o={next:function(){return{done:!!i++}},return:function(){n=!0}},o[a]=function(){return this},Array.from(o,function(){throw 2})}catch{}var i,o;t.exports=function(s,u){try{if(!u&&!n)return!1}catch{return!1}var l=!1;try{var c={};c[a]=function(){return{next:function(){return{done:l=!0}}}},s(c)}catch{}return l}}),Rg=A(function(){var e=Xn(),t=Ag(),r=Cg(),a=!r(function(n){Array.from(n)});e({target:"Array",stat:!0,forced:a},{from:t})}),Tg=A(function(e,t){hg(),Rg();var r=$a();t.exports=r.Array.from}),Fg=A(function(e,t){var r=Tg();t.exports=r}),mc=A(function(e,t){var r=Fg();t.exports=r}),hc=A(function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(o){return o>="a"&&o<="z"||o>="A"&&o<="Z"||o==="-"||o==="_"}e.isIdentStart=t;function r(o){return o>="a"&&o<="z"||o>="A"&&o<="Z"||o>="0"&&o<="9"||o==="-"||o==="_"}e.isIdent=r;function a(o){return o>="a"&&o<="f"||o>="A"&&o<="F"||o>="0"&&o<="9"}e.isHex=a;function n(o){for(var s=o.length,u="",l=0;l<s;){var c=o.charAt(l);if(e.identSpecialChars[c])u+="\\"+c;else if(c==="_"||c==="-"||c>="A"&&c<="Z"||c>="a"&&c<="z"||l!==0&&c>="0"&&c<="9")u+=c;else{var d=c.charCodeAt(0);if((d&63488)===55296){var m=o.charCodeAt(l++);if((d&64512)!==55296||(m&64512)!==56320)throw Error("UCS-2(decode): illegal sequence");d=((d&1023)<<10)+(m&1023)+65536}u+="\\"+d.toString(16)+" "}l++}return u}e.escapeIdentifier=n;function i(o){for(var s=o.length,u="",l=0,c;l<s;){var d=o.charAt(l);d==='"'?d='\\"':d==="\\"?d="\\\\":(c=e.strReplacementsRev[d])!==void 0&&(d=c),u+=d,l++}return'"'+u+'"'}e.escapeStr=i,e.identSpecialChars={"!":!0,'"':!0,"#":!0,$:!0,"%":!0,"&":!0,"'":!0,"(":!0,")":!0,"*":!0,"+":!0,",":!0,".":!0,"/":!0,";":!0,"<":!0,"=":!0,">":!0,"?":!0,"@":!0,"[":!0,"\\":!0,"]":!0,"^":!0,"`":!0,"{":!0,"|":!0,"}":!0,"~":!0},e.strReplacementsRev={"\n":"\\n","\r":"\\r"," ":"\\t","\f":"\\f","\v":"\\v"},e.singleQuoteEscapeChars={n:`
14
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var at,vt=!0,Nt=!1;return{s:function(){V=V.call(k)},n:function(){var Dt=V.next();return vt=Dt.done,Dt},e:function(Dt){Nt=!0,at=Dt},f:function(){try{vt||V.return==null||V.return()}finally{if(Nt)throw at}}}}function jn(k,M){if(k){if(typeof k=="string")return zn(k,M);var V={}.toString.call(k).slice(8,-1);return V==="Object"&&k.constructor&&(V=k.constructor.name),V==="Map"||V==="Set"?Array.from(k):V==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(V)?zn(k,M):void 0}}function zn(k,M){(M==null||M>k.length)&&(M=k.length);for(var V=0,te=Array(M);V<M;V++)te[V]=k[V];return te}function B(k){"@babel/helpers - typeof";return B=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(M){return typeof M}:function(M){return M&&typeof Symbol=="function"&&M.constructor===Symbol&&M!==Symbol.prototype?"symbol":typeof M},B(k)}(function(k,M,V,te,$e,at,vt,Nt,ct,Dt,Pa){var yv=Object.create,La=Object.defineProperty,wv=Object.getPrototypeOf,Dv=Object.prototype.hasOwnProperty,Ev=Object.getOwnPropertyNames,_v=Object.getOwnPropertyDescriptor,xv=function(t,r,a){return r in t?La(t,r,{enumerable:!0,configurable:!0,writable:!0,value:a}):t[r]=a},Av=function(t){return La(t,"__esModule",{value:!0})},A=function(t,r){return function(){return r||t((r={exports:{}}).exports,r),r.exports}},Ut=function(t,r){for(var a in r)La(t,a,{get:r[a],enumerable:!0})},Cv=function(t,r,a){if(r&&B(r)==="object"||typeof r=="function"){var n=je(Ev(r)),i;try{var o=function(){var u=i.value;!Dv.call(t,u)&&u!=="default"&&La(t,u,{get:function(){return r[u]},enumerable:!(a=_v(r,u))||a.enumerable})};for(n.s();!(i=n.n()).done;)o()}catch(s){n.e(s)}finally{n.f()}}return t},ar=function(t){return Cv(Av(La(t!=null?yv(wv(t)):{},"default",t&&t.__esModule&&"default"in t?{get:function(){return t.default},enumerable:!0}:{value:t,enumerable:!0})),t)},Gl=function(t,r,a){return xv(t,B(r)!=="symbol"?r+"":r,a),a},Rv=A(function(e,t){(function(r,a){B(e)==="object"&&typeof t<"u"?t.exports=a():r.ES6Promise=a()})(e,function(){function r(N){var q=B(N);return N!==null&&(q==="object"||q==="function")}function a(N){return typeof N=="function"}var n=void 0;Array.isArray?n=Array.isArray:n=function(q){return Object.prototype.toString.call(q)==="[object Array]"};var i=n,o=0,s=void 0,u=void 0,l=function(q,U){O[o]=q,O[o+1]=U,o+=2,o===2&&(u?u(P):X())};function c(N){u=N}function d(N){l=N}var m=typeof p<"u"?p:void 0,v=m||{},y=v.MutationObserver||v.WebKitMutationObserver,w=typeof self>"u"&&typeof process<"u"&&{}.toString.call(process)==="[object process]",E=typeof Uint8ClampedArray<"u"&&typeof importScripts<"u"&&typeof MessageChannel<"u";function _(){return function(){return process.nextTick(P)}}function x(){return typeof s<"u"?function(){s(P)}:T()}function C(){var N=0,q=new y(P),U=b.createTextNode("");return q.observe(U,{characterData:!0}),function(){U.data=N=++N%2}}function R(){var N=new MessageChannel;return N.port1.onmessage=P,function(){return N.port2.postMessage(0)}}function T(){var N=setTimeout;return function(){return N(P,1)}}var O=new Array(1e3);function P(){for(var N=0;N<o;N+=2){var q=O[N],U=O[N+1];q(U),O[N]=void 0,O[N+1]=void 0}o=0}function $(){try{var N=Function("return this")().require("vertx");return s=N.runOnLoop||N.runOnContext,x()}catch{return T()}}var X=void 0;w?X=_():y?X=C():E?X=R():m===void 0?X=$():X=T();function L(N,q){var U=this,ne=new this.constructor(Z);ne[W]===void 0&&Ue(ne);var ge=U._state;if(ge){var Ce=arguments[ge-1];l(function(){return He(ge,ne,Ce,U._result)})}else Fe(U,ne,N,q);return ne}function H(N){var q=this;if(N&&B(N)==="object"&&N.constructor===q)return N;var U=new q(Z);return ee(U,N),U}var W=Math.random().toString(36).substring(2);function Z(){}var le=void 0,ve=1,ae=2;function pe(){return new TypeError("You cannot resolve a promise with itself")}function G(){return new TypeError("A promises callback cannot return that same promise.")}function se(N,q,U,ne){try{N.call(q,U,ne)}catch(ge){return ge}}function F(N,q,U){l(function(ne){var ge=!1,Ce=se(U,q,function(lt){ge||(ge=!0,q!==lt?ee(ne,lt):re(ne,lt))},function(lt){ge||(ge=!0,ie(ne,lt))},"Settle: "+(ne._label||" unknown promise"));!ge&&Ce&&(ge=!0,ie(ne,Ce))},N)}function J(N,q){q._state===ve?re(N,q._result):q._state===ae?ie(N,q._result):Fe(q,void 0,function(U){return ee(N,U)},function(U){return ie(N,U)})}function j(N,q,U){q.constructor===N.constructor&&U===L&&q.constructor.resolve===H?J(N,q):U===void 0?re(N,q):a(U)?F(N,q,U):re(N,q)}function ee(N,q){if(N===q)ie(N,pe());else if(r(q)){var U=void 0;try{U=q.then}catch(ne){ie(N,ne);return}j(N,q,U)}else re(N,q)}function he(N){N._onerror&&N._onerror(N._result),Pe(N)}function re(N,q){N._state===le&&(N._result=q,N._state=ve,N._subscribers.length!==0&&l(Pe,N))}function ie(N,q){N._state===le&&(N._state=ae,N._result=q,l(he,N))}function Fe(N,q,U,ne){var ge=N._subscribers,Ce=ge.length;N._onerror=null,ge[Ce]=q,ge[Ce+ve]=U,ge[Ce+ae]=ne,Ce===0&&N._state&&l(Pe,N)}function Pe(N){var q=N._subscribers,U=N._state;if(q.length!==0){for(var ne=void 0,ge=void 0,Ce=N._result,lt=0;lt<q.length;lt+=3)ne=q[lt],ge=q[lt+U],ne?He(U,ne,ge,Ce):ge(Ce);N._subscribers.length=0}}function He(N,q,U,ne){var ge=a(U),Ce=void 0,lt=void 0,Ta=!0;if(ge){try{Ce=U(ne)}catch(yo){Ta=!1,lt=yo}if(q===Ce){ie(q,G());return}}else Ce=ne;q._state!==le||(ge&&Ta?ee(q,Ce):Ta===!1?ie(q,lt):N===ve?re(q,Ce):N===ae&&ie(q,Ce))}function et(N,q){try{q(function(ne){ee(N,ne)},function(ne){ie(N,ne)})}catch(U){ie(N,U)}}var st=0;function ot(){return st++}function Ue(N){N[W]=st++,N._state=void 0,N._result=void 0,N._subscribers=[]}function Ra(){return new Error("Array Methods must be provided an Array")}var mt=function(){function N(q,U){this._instanceConstructor=q,this.promise=new q(Z),this.promise[W]||Ue(this.promise),i(U)?(this.length=U.length,this._remaining=U.length,this._result=new Array(this.length),this.length===0?re(this.promise,this._result):(this.length=this.length||0,this._enumerate(U),this._remaining===0&&re(this.promise,this._result))):ie(this.promise,Ra())}return N.prototype._enumerate=function(U){for(var ne=0;this._state===le&&ne<U.length;ne++)this._eachEntry(U[ne],ne)},N.prototype._eachEntry=function(U,ne){var ge=this._instanceConstructor,Ce=ge.resolve;if(Ce===H){var lt=void 0,Ta=void 0,yo=!1;try{lt=U.then}catch(bl){yo=!0,Ta=bl}if(lt===L&&U._state!==le)this._settledAt(U._state,ne,U._result);else if(typeof lt!="function")this._remaining--,this._result[ne]=U;else if(ge===Qe){var gl=new ge(Z);yo?ie(gl,Ta):j(gl,U,lt),this._willSettleAt(gl,ne)}else this._willSettleAt(new ge(function(bl){return bl(U)}),ne)}else this._willSettleAt(Ce(U),ne)},N.prototype._settledAt=function(U,ne,ge){var Ce=this.promise;Ce._state===le&&(this._remaining--,U===ae?ie(Ce,ge):this._result[ne]=ge),this._remaining===0&&re(Ce,this._result)},N.prototype._willSettleAt=function(U,ne){var ge=this;Fe(U,void 0,function(Ce){return ge._settledAt(ve,ne,Ce)},function(Ce){return ge._settledAt(ae,ne,Ce)})},N}();function We(N){return new mt(this,N).promise}function ut(N){var q=this;return i(N)?new q(function(U,ne){for(var ge=N.length,Ce=0;Ce<ge;Ce++)q.resolve(N[Ce]).then(U,ne)}):new q(function(U,ne){return ne(new TypeError("You must pass an array to race."))})}function tt(N){var q=this,U=new q(Z);return ie(U,N),U}function yt(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}function wt(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}var Qe=function(){function N(q){this[W]=ot(),this._result=this._state=void 0,this._subscribers=[],Z!==q&&(typeof q!="function"&&yt(),this instanceof N?et(this,q):wt())}return N.prototype.catch=function(U){return this.then(null,U)},N.prototype.finally=function(U){var ne=this,ge=ne.constructor;return a(U)?ne.then(function(Ce){return ge.resolve(U()).then(function(){return Ce})},function(Ce){return ge.resolve(U()).then(function(){throw Ce})}):ne.then(U,U)},N}();Qe.prototype.then=L,Qe.all=We,Qe.race=ut,Qe.resolve=H,Qe.reject=tt,Qe._setScheduler=c,Qe._setAsap=d,Qe._asap=l;function Le(){var N=void 0;if(typeof D<"u")N=D;else if(typeof self<"u")N=self;else try{N=Function("return this")()}catch{throw new Error("polyfill failed because global object is unavailable in this environment")}var q=N.Promise;if(q){var U=null;try{U=Object.prototype.toString.call(q.resolve())}catch{}if(U==="[object Promise]"&&!q.cast)return}N.Promise=Qe}return Qe.polyfill=Le,Qe.Promise=Qe,Qe})}),Tv=A(function(e){var t=1e5,r=function(){var F=Object.prototype.toString,J=Object.prototype.hasOwnProperty;return{Class:function(ee){return F.call(ee).replace(/^\[object *|\]$/g,"")},HasProperty:function(ee,he){return he in ee},HasOwnProperty:function(ee,he){return J.call(ee,he)},IsCallable:function(ee){return typeof ee=="function"},ToInt32:function(ee){return ee>>0},ToUint32:function(ee){return ee>>>0}}}(),a=Math.LN2,n=Math.abs,i=Math.floor,o=Math.log,s=Math.min,u=Math.pow,l=Math.round;function c(F,J,j){return F<J?J:F>j?j:F}var d=Object.getOwnPropertyNames||function(F){if(F!==Object(F))throw new TypeError("Object.getOwnPropertyNames called on non-object");var J=[],j;for(j in F)r.HasOwnProperty(F,j)&&J.push(j);return J},m;Object.defineProperty&&function(){try{return Object.defineProperty({},"x",{}),!0}catch{return!1}}()?m=Object.defineProperty:m=function(J,j,ee){if(!J===Object(J))throw new TypeError("Object.defineProperty called on non-object");return r.HasProperty(ee,"get")&&Object.prototype.__defineGetter__&&Object.prototype.__defineGetter__.call(J,j,ee.get),r.HasProperty(ee,"set")&&Object.prototype.__defineSetter__&&Object.prototype.__defineSetter__.call(J,j,ee.set),r.HasProperty(ee,"value")&&(J[j]=ee.value),J};function v(F){if(d&&m){var J=d(F),j;for(j=0;j<J.length;j+=1)m(F,J[j],{value:F[J[j]],writable:!1,enumerable:!1,configurable:!1})}}function y(F){if(!m)return;if(F.length>t)throw new RangeError("Array too large for polyfill");function J(ee){m(F,ee,{get:function(){return F._getter(ee)},set:function(re){F._setter(ee,re)},enumerable:!0,configurable:!1})}var j;for(j=0;j<F.length;j+=1)J(j)}function w(F,J){var j=32-J;return F<<j>>j}function E(F,J){var j=32-J;return F<<j>>>j}function _(F){return[F&255]}function x(F){return w(F[0],8)}function C(F){return[F&255]}function R(F){return E(F[0],8)}function T(F){return F=l(Number(F)),[F<0?0:F>255?255:F&255]}function O(F){return[F>>8&255,F&255]}function P(F){return w(F[0]<<8|F[1],16)}function $(F){return[F>>8&255,F&255]}function X(F){return E(F[0]<<8|F[1],16)}function L(F){return[F>>24&255,F>>16&255,F>>8&255,F&255]}function H(F){return w(F[0]<<24|F[1]<<16|F[2]<<8|F[3],32)}function W(F){return[F>>24&255,F>>16&255,F>>8&255,F&255]}function Z(F){return E(F[0]<<24|F[1]<<16|F[2]<<8|F[3],32)}function le(F,J,j){var ee=(1<<J-1)-1,he,re,ie,Fe,Pe,He,et;function st(ot){var Ue=i(ot),Ra=ot-Ue;return Ra<.5?Ue:Ra>.5||Ue%2?Ue+1:Ue}for(F!==F?(re=(1<<J)-1,ie=u(2,j-1),he=0):F===1/0||F===-1/0?(re=(1<<J)-1,ie=0,he=F<0?1:0):F===0?(re=0,ie=0,he=1/F===-1/0?1:0):(he=F<0,F=n(F),F>=u(2,1-ee)?(re=s(i(o(F)/a),1023),ie=st(F/u(2,re)*u(2,j)),ie/u(2,j)>=2&&(re=re+1,ie=1),re>ee?(re=(1<<J)-1,ie=0):(re=re+ee,ie=ie-u(2,j))):(re=0,ie=st(F/u(2,1-ee-j)))),Pe=[],Fe=j;Fe;Fe-=1)Pe.push(ie%2?1:0),ie=i(ie/2);for(Fe=J;Fe;Fe-=1)Pe.push(re%2?1:0),re=i(re/2);for(Pe.push(he?1:0),Pe.reverse(),He=Pe.join(""),et=[];He.length;)et.push(parseInt(He.substring(0,8),2)),He=He.substring(8);return et}function ve(F,J,j){var ee=[],he,re,ie,Fe,Pe,He,et,st;for(he=F.length;he;he-=1)for(ie=F[he-1],re=8;re;re-=1)ee.push(ie%2?1:0),ie=ie>>1;return ee.reverse(),Fe=ee.join(""),Pe=(1<<J-1)-1,He=parseInt(Fe.substring(0,1),2)?-1:1,et=parseInt(Fe.substring(1,1+J),2),st=parseInt(Fe.substring(1+J),2),et===(1<<J)-1?st===0?He*(1/0):NaN:et>0?He*u(2,et-Pe)*(1+st/u(2,j)):st!==0?He*u(2,-(Pe-1))*(st/u(2,j)):He<0?-0:0}function ae(F){return ve(F,11,52)}function pe(F){return le(F,11,52)}function G(F){return ve(F,8,23)}function se(F){return le(F,8,23)}(function(){function F(ot){if(ot=r.ToInt32(ot),ot<0)throw new RangeError("ArrayBuffer size is not a small enough positive integer");this.byteLength=ot,this._bytes=[],this._bytes.length=ot;var Ue;for(Ue=0;Ue<this.byteLength;Ue+=1)this._bytes[Ue]=0;v(this)}e.ArrayBuffer=e.ArrayBuffer||F;function J(){}function j(ot,Ue,Ra){var mt;return mt=function(ut,tt,yt){var wt,Qe,Le,N;if(!arguments.length||typeof arguments[0]=="number"){if(this.length=r.ToInt32(arguments[0]),yt<0)throw new RangeError("ArrayBufferView size is not a small enough positive integer");this.byteLength=this.length*this.BYTES_PER_ELEMENT,this.buffer=new F(this.byteLength),this.byteOffset=0}else if(B(arguments[0])==="object"&&arguments[0].constructor===mt)for(wt=arguments[0],this.length=wt.length,this.byteLength=this.length*this.BYTES_PER_ELEMENT,this.buffer=new F(this.byteLength),this.byteOffset=0,Le=0;Le<this.length;Le+=1)this._setter(Le,wt._getter(Le));else if(B(arguments[0])==="object"&&!(arguments[0]instanceof F||r.Class(arguments[0])==="ArrayBuffer"))for(Qe=arguments[0],this.length=r.ToUint32(Qe.length),this.byteLength=this.length*this.BYTES_PER_ELEMENT,this.buffer=new F(this.byteLength),this.byteOffset=0,Le=0;Le<this.length;Le+=1)N=Qe[Le],this._setter(Le,Number(N));else if(B(arguments[0])==="object"&&(arguments[0]instanceof F||r.Class(arguments[0])==="ArrayBuffer")){if(this.buffer=ut,this.byteOffset=r.ToUint32(tt),this.byteOffset>this.buffer.byteLength)throw new RangeError("byteOffset out of range");if(this.byteOffset%this.BYTES_PER_ELEMENT)throw new RangeError("ArrayBuffer length minus the byteOffset is not a multiple of the element size.");if(arguments.length<3){if(this.byteLength=this.buffer.byteLength-this.byteOffset,this.byteLength%this.BYTES_PER_ELEMENT)throw new RangeError("length of buffer minus byteOffset not a multiple of the element size");this.length=this.byteLength/this.BYTES_PER_ELEMENT}else this.length=r.ToUint32(yt),this.byteLength=this.length*this.BYTES_PER_ELEMENT;if(this.byteOffset+this.byteLength>this.buffer.byteLength)throw new RangeError("byteOffset and length reference an area beyond the end of the buffer")}else throw new TypeError("Unexpected argument type(s)");this.constructor=mt,v(this),y(this)},mt.prototype=new J,mt.prototype.BYTES_PER_ELEMENT=ot,mt.prototype._pack=Ue,mt.prototype._unpack=Ra,mt.BYTES_PER_ELEMENT=ot,mt.prototype._getter=function(We){if(arguments.length<1)throw new SyntaxError("Not enough arguments");if(We=r.ToUint32(We),!(We>=this.length)){for(var ut=[],tt=0,yt=this.byteOffset+We*this.BYTES_PER_ELEMENT;tt<this.BYTES_PER_ELEMENT;tt+=1,yt+=1)ut.push(this.buffer._bytes[yt]);return this._unpack(ut)}},mt.prototype.get=mt.prototype._getter,mt.prototype._setter=function(We,ut){if(arguments.length<2)throw new SyntaxError("Not enough arguments");if(We=r.ToUint32(We),We<this.length){var tt=this._pack(ut),yt,wt;for(yt=0,wt=this.byteOffset+We*this.BYTES_PER_ELEMENT;yt<this.BYTES_PER_ELEMENT;yt+=1,wt+=1)this.buffer._bytes[wt]=tt[yt]}},mt.prototype.set=function(We,ut){if(arguments.length<1)throw new SyntaxError("Not enough arguments");var tt,yt,wt,Qe,Le,N,q,U,ne,ge;if(B(arguments[0])==="object"&&arguments[0].constructor===this.constructor){if(tt=arguments[0],wt=r.ToUint32(arguments[1]),wt+tt.length>this.length)throw new RangeError("Offset plus length of array is out of range");if(U=this.byteOffset+wt*this.BYTES_PER_ELEMENT,ne=tt.length*this.BYTES_PER_ELEMENT,tt.buffer===this.buffer){for(ge=[],Le=0,N=tt.byteOffset;Le<ne;Le+=1,N+=1)ge[Le]=tt.buffer._bytes[N];for(Le=0,q=U;Le<ne;Le+=1,q+=1)this.buffer._bytes[q]=ge[Le]}else for(Le=0,N=tt.byteOffset,q=U;Le<ne;Le+=1,N+=1,q+=1)this.buffer._bytes[q]=tt.buffer._bytes[N]}else if(B(arguments[0])==="object"&&typeof arguments[0].length<"u"){if(yt=arguments[0],Qe=r.ToUint32(yt.length),wt=r.ToUint32(arguments[1]),wt+Qe>this.length)throw new RangeError("Offset plus length of array is out of range");for(Le=0;Le<Qe;Le+=1)N=yt[Le],this._setter(wt+Le,Number(N))}else throw new TypeError("Unexpected argument type(s)")},mt.prototype.subarray=function(We,ut){We=r.ToInt32(We),ut=r.ToInt32(ut),arguments.length<1&&(We=0),arguments.length<2&&(ut=this.length),We<0&&(We=this.length+We),ut<0&&(ut=this.length+ut),We=c(We,0,this.length),ut=c(ut,0,this.length);var tt=ut-We;return tt<0&&(tt=0),new this.constructor(this.buffer,this.byteOffset+We*this.BYTES_PER_ELEMENT,tt)},mt}var ee=j(1,_,x),he=j(1,C,R),re=j(1,T,R),ie=j(2,O,P),Fe=j(2,$,X),Pe=j(4,L,H),He=j(4,W,Z),et=j(4,se,G),st=j(8,pe,ae);e.Int8Array=e.Int8Array||ee,e.Uint8Array=e.Uint8Array||he,e.Uint8ClampedArray=e.Uint8ClampedArray||re,e.Int16Array=e.Int16Array||ie,e.Uint16Array=e.Uint16Array||Fe,e.Int32Array=e.Int32Array||Pe,e.Uint32Array=e.Uint32Array||He,e.Float32Array=e.Float32Array||et,e.Float64Array=e.Float64Array||st})(),function(){function F(re,ie){return r.IsCallable(re.get)?re.get(ie):re[ie]}var J=function(){var re=new e.Uint16Array([4660]),ie=new e.Uint8Array(re.buffer);return F(ie,0)===18}();function j(re,ie,Fe){if(arguments.length===0)re=new e.ArrayBuffer(0);else if(!(re instanceof e.ArrayBuffer||r.Class(re)==="ArrayBuffer"))throw new TypeError("TypeError");if(this.buffer=re||new e.ArrayBuffer(0),this.byteOffset=r.ToUint32(ie),this.byteOffset>this.buffer.byteLength)throw new RangeError("byteOffset out of range");if(arguments.length<3?this.byteLength=this.buffer.byteLength-this.byteOffset:this.byteLength=r.ToUint32(Fe),this.byteOffset+this.byteLength>this.buffer.byteLength)throw new RangeError("byteOffset and length reference an area beyond the end of the buffer");v(this)}function ee(re){return function(ie,Fe){if(ie=r.ToUint32(ie),ie+re.BYTES_PER_ELEMENT>this.byteLength)throw new RangeError("Array index out of range");ie+=this.byteOffset;var Pe=new e.Uint8Array(this.buffer,ie,re.BYTES_PER_ELEMENT),He=[],et;for(et=0;et<re.BYTES_PER_ELEMENT;et+=1)He.push(F(Pe,et));return!!Fe==!!J&&He.reverse(),F(new re(new e.Uint8Array(He).buffer),0)}}j.prototype.getUint8=ee(e.Uint8Array),j.prototype.getInt8=ee(e.Int8Array),j.prototype.getUint16=ee(e.Uint16Array),j.prototype.getInt16=ee(e.Int16Array),j.prototype.getUint32=ee(e.Uint32Array),j.prototype.getInt32=ee(e.Int32Array),j.prototype.getFloat32=ee(e.Float32Array),j.prototype.getFloat64=ee(e.Float64Array);function he(re){return function(ie,Fe,Pe){if(ie=r.ToUint32(ie),ie+re.BYTES_PER_ELEMENT>this.byteLength)throw new RangeError("Array index out of range");var He=new re([Fe]),et=new e.Uint8Array(He.buffer),st=[],ot,Ue;for(ot=0;ot<re.BYTES_PER_ELEMENT;ot+=1)st.push(F(et,ot));!!Pe==!!J&&st.reverse(),Ue=new e.Uint8Array(this.buffer,ie,re.BYTES_PER_ELEMENT),Ue.set(st)}}j.prototype.setUint8=he(e.Uint8Array),j.prototype.setInt8=he(e.Int8Array),j.prototype.setUint16=he(e.Uint16Array),j.prototype.setInt16=he(e.Int16Array),j.prototype.setUint32=he(e.Uint32Array),j.prototype.setInt32=he(e.Int32Array),j.prototype.setFloat32=he(e.Float32Array),j.prototype.setFloat64=he(e.Float64Array),e.DataView=e.DataView||j}()}),Fv=A(function(e){(function(t){if(t.WeakMap)return;var r=Object.prototype.hasOwnProperty,a=Object.defineProperty&&function(){try{return Object.defineProperty({},"x",{value:1}).x===1}catch{}}(),n=function(s,u,l){a?Object.defineProperty(s,u,{configurable:!0,writable:!0,value:l}):s[u]=l};t.WeakMap=function(){function o(){if(this===void 0)throw new TypeError("Constructor WeakMap requires 'new'");if(n(this,"_id",u("_WeakMap")),arguments.length>0)throw new TypeError("WeakMap iterable is not supported")}n(o.prototype,"delete",function(c){if(s(this,"delete"),!i(c))return!1;var d=c[this._id];return d&&d[0]===c?(delete c[this._id],!0):!1}),n(o.prototype,"get",function(c){if(s(this,"get"),!!i(c)){var d=c[this._id];if(d&&d[0]===c)return d[1]}}),n(o.prototype,"has",function(c){if(s(this,"has"),!i(c))return!1;var d=c[this._id];return!!(d&&d[0]===c)}),n(o.prototype,"set",function(c,d){if(s(this,"set"),!i(c))throw new TypeError("Invalid value used as weak map key");var m=c[this._id];return m&&m[0]===c?(m[1]=d,this):(n(c,this._id,[c,d]),this)});function s(c,d){if(!i(c)||!r.call(c,"_id"))throw new TypeError(d+" method called on incompatible receiver "+B(c))}function u(c){return c+"_"+l()+"."+l()}function l(){return Math.random().toString().substring(2)}return n(o,"_polyfill",!0),o}();function i(o){return Object(o)===o}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof p<"u"?p:typeof D<"u"?D:e)}),Wt=A(function(e,t){var r=function(n){return n&&n.Math===Math&&n};t.exports=r((typeof globalThis>"u"?"undefined":B(globalThis))=="object"&&globalThis)||r((typeof p>"u"?"undefined":B(p))=="object"&&p)||r((typeof self>"u"?"undefined":B(self))=="object"&&self)||r((typeof D>"u"?"undefined":B(D))=="object"&&D)||r(B(e)=="object"&&e)||function(){return this}()||Function("return this")()}),Yt=A(function(e,t){t.exports=function(r){try{return!!r()}catch{return!0}}}),Hn=A(function(e,t){var r=Yt();t.exports=!r(function(){var a=(function(){}).bind();return typeof a!="function"||a.hasOwnProperty("prototype")})}),Sv=A(function(e,t){var r=Hn(),a=Function.prototype,n=a.apply,i=a.call;t.exports=(typeof Reflect>"u"?"undefined":B(Reflect))=="object"&&Reflect.apply||(r?i.bind(n):function(){return i.apply(n,arguments)})}),Mt=A(function(e,t){var r=Hn(),a=Function.prototype,n=a.call,i=r&&a.bind.bind(n,n);t.exports=r?i:function(o){return function(){return n.apply(o,arguments)}}}),Vn=A(function(e,t){var r=Mt(),a=r({}.toString),n=r("".slice);t.exports=function(i){return n(a(i),8,-1)}}),Ul=A(function(e,t){var r=Vn(),a=Mt();t.exports=function(n){if(r(n)==="Function")return a(n)}}),xt=A(function(e,t){var r=(typeof b>"u"?"undefined":B(b))=="object"&&b.all;t.exports=typeof r>"u"&&r!==void 0?function(a){return typeof a=="function"||a===r}:function(a){return typeof a=="function"}}),nr=A(function(e,t){var r=Yt();t.exports=!r(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}),zr=A(function(e,t){var r=Hn(),a=Function.prototype.call;t.exports=r?a.bind(a):function(){return a.apply(a,arguments)}}),Wl=A(function(e){var t={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,a=r&&!t.call({1:2},1);e.f=a?function(i){var o=r(this,i);return!!o&&o.enumerable}:t}),Gn=A(function(e,t){t.exports=function(r,a){return{enumerable:!(r&1),configurable:!(r&2),writable:!(r&4),value:a}}}),kv=A(function(e,t){var r=Mt(),a=Yt(),n=Vn(),i=Object,o=r("".split);t.exports=a(function(){return!i("z").propertyIsEnumerable(0)})?function(s){return n(s)==="String"?o(s,""):i(s)}:i}),Vo=A(function(e,t){t.exports=function(r){return r==null}}),Un=A(function(e,t){var r=Vo(),a=TypeError;t.exports=function(n){if(r(n))throw new a("Can't call method on "+n);return n}}),Ba=A(function(e,t){var r=kv(),a=Un();t.exports=function(n){return r(a(n))}}),Ar=A(function(e,t){var r=xt();t.exports=function(a){return B(a)=="object"?a!==null:r(a)}}),$a=A(function(e,t){t.exports={}}),Go=A(function(e,t){var r=$a(),a=Wt(),n=xt(),i=function(s){return n(s)?s:void 0};t.exports=function(o,s){return arguments.length<2?i(r[o])||i(a[o]):r[o]&&r[o][s]||a[o]&&a[o][s]}}),Ov=A(function(e,t){var r=Mt();t.exports=r({}.isPrototypeOf)}),Iv=A(function(e,t){var r=Wt(),a=r.navigator,n=a&&a.userAgent;t.exports=n?String(n):""}),Nv=A(function(e,t){var r=Wt(),a=Iv(),n=r.process,i=r.Deno,o=n&&n.versions||i&&i.version,s=o&&o.v8,u,l;s&&(u=s.split("."),l=u[0]>0&&u[0]<4?1:+(u[0]+u[1])),!l&&a&&(u=a.match(/Edge\/(\d+)/),(!u||u[1]>=74)&&(u=a.match(/Chrome\/(\d+)/),u&&(l=+u[1]))),t.exports=l}),Yl=A(function(e,t){var r=Nv(),a=Yt(),n=Wt(),i=n.String;t.exports=!!Object.getOwnPropertySymbols&&!a(function(){var o=Symbol("symbol detection");return!i(o)||!(Object(o)instanceof Symbol)||!Symbol.sham&&r&&r<41})}),Kl=A(function(e,t){var r=Yl();t.exports=r&&!Symbol.sham&&B(Symbol.iterator)=="symbol"}),Xl=A(function(e,t){var r=Go(),a=xt(),n=Ov(),i=Kl(),o=Object;t.exports=i?function(s){return B(s)=="symbol"}:function(s){var u=r("Symbol");return a(u)&&n(u.prototype,o(s))}}),Zl=A(function(e,t){var r=String;t.exports=function(a){try{return r(a)}catch{return"Object"}}}),Wn=A(function(e,t){var r=xt(),a=Zl(),n=TypeError;t.exports=function(i){if(r(i))return i;throw new n(a(i)+" is not a function")}}),Uo=A(function(e,t){var r=Wn(),a=Vo();t.exports=function(n,i){var o=n[i];return a(o)?void 0:r(o)}}),Mv=A(function(e,t){var r=zr(),a=xt(),n=Ar(),i=TypeError;t.exports=function(o,s){var u,l;if(s==="string"&&a(u=o.toString)&&!n(l=r(u,o))||a(u=o.valueOf)&&!n(l=r(u,o))||s!=="string"&&a(u=o.toString)&&!n(l=r(u,o)))return l;throw new i("Can't convert object to primitive value")}}),Wo=A(function(e,t){t.exports=!0}),Pv=A(function(e,t){var r=Wt(),a=Object.defineProperty;t.exports=function(n,i){try{a(r,n,{value:i,configurable:!0,writable:!0})}catch{r[n]=i}return i}}),Yn=A(function(e,t){var r=Wo(),a=Wt(),n=Pv(),i="__core-js_shared__",o=t.exports=a[i]||n(i,{});(o.versions||(o.versions=[])).push({version:"3.48.0",mode:r?"pure":"global",copyright:"© 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.",license:"https://github.com/zloirock/core-js/blob/v3.48.0/LICENSE",source:"https://github.com/zloirock/core-js"})}),Ql=A(function(e,t){var r=Yn();t.exports=function(a,n){return r[a]||(r[a]=n||{})}}),Yo=A(function(e,t){var r=Un(),a=Object;t.exports=function(n){return a(r(n))}}),hr=A(function(e,t){var r=Mt(),a=Yo(),n=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(o,s){return n(a(o),s)}}),Jl=A(function(e,t){var r=Mt(),a=0,n=Math.random(),i=r(1.1.toString);t.exports=function(o){return"Symbol("+(o===void 0?"":o)+")_"+i(++a+n,36)}}),vr=A(function(e,t){var r=Wt(),a=Ql(),n=hr(),i=Jl(),o=Yl(),s=Kl(),u=r.Symbol,l=a("wks"),c=s?u.for||u:u&&u.withoutSetter||i;t.exports=function(d){return n(l,d)||(l[d]=o&&n(u,d)?u[d]:c("Symbol."+d)),l[d]}}),Lv=A(function(e,t){var r=zr(),a=Ar(),n=Xl(),i=Uo(),o=Mv(),s=vr(),u=TypeError,l=s("toPrimitive");t.exports=function(c,d){if(!a(c)||n(c))return c;var m=i(c,l),v;if(m){if(d===void 0&&(d="default"),v=r(m,c,d),!a(v)||n(v))return v;throw new u("Can't convert object to primitive value")}return d===void 0&&(d="number"),o(c,d)}}),ec=A(function(e,t){var r=Lv(),a=Xl();t.exports=function(n){var i=r(n,"string");return a(i)?i:i+""}}),tc=A(function(e,t){var r=Wt(),a=Ar(),n=r.document,i=a(n)&&a(n.createElement);t.exports=function(o){return i?n.createElement(o):{}}}),rc=A(function(e,t){var r=nr(),a=Yt(),n=tc();t.exports=!r&&!a(function(){return Object.defineProperty(n("div"),"a",{get:function(){return 7}}).a!==7})}),Bv=A(function(e){var t=nr(),r=zr(),a=Wl(),n=Gn(),i=Ba(),o=ec(),s=hr(),u=rc(),l=Object.getOwnPropertyDescriptor;e.f=t?l:function(d,m){if(d=i(d),m=o(m),u)try{return l(d,m)}catch{}if(s(d,m))return n(!r(a.f,d,m),d[m])}}),$v=A(function(e,t){var r=Yt(),a=xt(),n=/#|\.prototype\./,i=function(d,m){var v=s[o(d)];return v===l?!0:v===u?!1:a(m)?r(m):!!m},o=i.normalize=function(c){return String(c).replace(n,".").toLowerCase()},s=i.data={},u=i.NATIVE="N",l=i.POLYFILL="P";t.exports=i}),ac=A(function(e,t){var r=Ul(),a=Wn(),n=Hn(),i=r(r.bind);t.exports=function(o,s){return a(o),s===void 0?o:n?i(o,s):function(){return o.apply(s,arguments)}}}),nc=A(function(e,t){var r=nr(),a=Yt();t.exports=r&&a(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}),ua=A(function(e,t){var r=Ar(),a=String,n=TypeError;t.exports=function(i){if(r(i))return i;throw new n(a(i)+" is not an object")}}),Kn=A(function(e){var t=nr(),r=rc(),a=nc(),n=ua(),i=ec(),o=TypeError,s=Object.defineProperty,u=Object.getOwnPropertyDescriptor,l="enumerable",c="configurable",d="writable";e.f=t?a?function(v,y,w){if(n(v),y=i(y),n(w),typeof v=="function"&&y==="prototype"&&"value"in w&&d in w&&!w[d]){var E=u(v,y);E&&E[d]&&(v[y]=w.value,w={configurable:c in w?w[c]:E[c],enumerable:l in w?w[l]:E[l],writable:!1})}return s(v,y,w)}:s:function(v,y,w){if(n(v),y=i(y),n(w),r)try{return s(v,y,w)}catch{}if("get"in w||"set"in w)throw new o("Accessors not supported");return"value"in w&&(v[y]=w.value),v}}),qa=A(function(e,t){var r=nr(),a=Kn(),n=Gn();t.exports=r?function(i,o,s){return a.f(i,o,n(1,s))}:function(i,o,s){return i[o]=s,i}}),Xn=A(function(e,t){var r=Wt(),a=Sv(),n=Ul(),i=xt(),o=Bv().f,s=$v(),u=$a(),l=ac(),c=qa(),d=hr();Yn();var m=function(y){var w=function(_,x,C){if(this instanceof w){switch(arguments.length){case 0:return new y;case 1:return new y(_);case 2:return new y(_,x)}return new y(_,x,C)}return a(y,this,arguments)};return w.prototype=y.prototype,w};t.exports=function(v,y){var w=v.target,E=v.global,_=v.stat,x=v.proto,C=E?r:_?r[w]:r[w]&&r[w].prototype,R=E?u:u[w]||c(u,w,{})[w],T=R.prototype,O,P,$,X,L,H,W,Z,le;for(X in y)O=s(E?X:w+(_?".":"#")+X,v.forced),P=!O&&C&&d(C,X),H=R[X],P&&(v.dontCallGetSet?(le=o(C,X),W=le&&le.value):W=C[X]),L=P&&W?W:y[X],!(!O&&!x&&B(H)==B(L))&&(v.bind&&P?Z=l(L,r):v.wrap&&P?Z=m(L):x&&i(L)?Z=n(L):Z=L,(v.sham||L&&L.sham||H&&H.sham)&&c(Z,"sham",!0),c(R,X,Z),x&&($=w+"Prototype",d(u,$)||c(u,$,{}),c(u[$],X,L),v.real&&T&&(O||!T[X])&&c(T,X,L)))}}),qv=A(function(){var e=Xn(),t=hr();e({target:"Object",stat:!0},{hasOwn:t})}),jv=A(function(e,t){qv();var r=$a();t.exports=r.Object.hasOwn}),zv=A(function(e,t){var r=jv();t.exports=r}),Hv=A(function(e,t){var r=zv();t.exports=r}),Ko=A(function(e,t){var r=Ql(),a=Jl(),n=r("keys");t.exports=function(i){return n[i]||(n[i]=a(i))}}),Vv=A(function(e,t){var r=Yt();t.exports=!r(function(){function a(){}return a.prototype.constructor=null,Object.getPrototypeOf(new a)!==a.prototype})}),Xo=A(function(e,t){var r=hr(),a=xt(),n=Yo(),i=Ko(),o=Vv(),s=i("IE_PROTO"),u=Object,l=u.prototype;t.exports=o?u.getPrototypeOf:function(c){var d=n(c);if(r(d,s))return d[s];var m=d.constructor;return a(m)&&d instanceof m?m.prototype:d instanceof u?l:null}}),Gv=A(function(e,t){var r=Math.ceil,a=Math.floor;t.exports=Math.trunc||function(i){var o=+i;return(o>0?a:r)(o)}}),Zo=A(function(e,t){var r=Gv();t.exports=function(a){var n=+a;return n!==n||n===0?0:r(n)}}),Uv=A(function(e,t){var r=Zo(),a=Math.max,n=Math.min;t.exports=function(i,o){var s=r(i);return s<0?a(s+o,0):n(s,o)}}),Wv=A(function(e,t){var r=Zo(),a=Math.min;t.exports=function(n){var i=r(n);return i>0?a(i,9007199254740991):0}}),ic=A(function(e,t){var r=Wv();t.exports=function(a){return r(a.length)}}),Yv=A(function(e,t){var r=Ba(),a=Uv(),n=ic(),i=function(s){return function(u,l,c){var d=r(u),m=n(d);if(m===0)return!s&&-1;var v=a(c,m),y;if(s&&l!==l){for(;m>v;)if(y=d[v++],y!==y)return!0}else for(;m>v;v++)if((s||v in d)&&d[v]===l)return s||v||0;return!s&&-1}};t.exports={includes:i(!0),indexOf:i(!1)}}),Qo=A(function(e,t){t.exports={}}),Kv=A(function(e,t){var r=Mt(),a=hr(),n=Ba(),i=Yv().indexOf,o=Qo(),s=r([].push);t.exports=function(u,l){var c=n(u),d=0,m=[],v;for(v in c)!a(o,v)&&a(c,v)&&s(m,v);for(;l.length>d;)a(c,v=l[d++])&&(~i(m,v)||s(m,v));return m}}),oc=A(function(e,t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),sc=A(function(e,t){var r=Kv(),a=oc();t.exports=Object.keys||function(i){return r(i,a)}}),Xv=A(function(e,t){var r=nr(),a=Yt(),n=Mt(),i=Xo(),o=sc(),s=Ba(),u=Wl().f,l=n(u),c=n([].push),d=r&&a(function(){var v=Object.create(null);return v[2]=2,!l(v,2)}),m=function(y){return function(w){for(var E=s(w),_=o(E),x=d&&i(E)===null,C=_.length,R=0,T=[],O;C>R;)O=_[R++],(!r||(x?O in E:l(E,O)))&&c(T,y?[O,E[O]]:E[O]);return T}};t.exports={entries:m(!0),values:m(!1)}}),Zv=A(function(){var e=Xn(),t=Xv().values;e({target:"Object",stat:!0},{values:function(a){return t(a)}})}),Qv=A(function(e,t){Zv();var r=$a();t.exports=r.Object.values}),Jv=A(function(e,t){var r=Qv();t.exports=r}),eg=A(function(e,t){var r=Jv();t.exports=r}),Jo=A(function(e,t){var r=vr(),a=r("toStringTag"),n={};n[a]="z",t.exports=String(n)==="[object z]"}),Zn=A(function(e,t){var r=Jo(),a=xt(),n=Vn(),i=vr(),o=i("toStringTag"),s=Object,u=n(function(){return arguments}())==="Arguments",l=function(d,m){try{return d[m]}catch{}};t.exports=r?n:function(c){var d,m,v;return c===void 0?"Undefined":c===null?"Null":typeof(m=l(d=s(c),o))=="string"?m:u?n(d):(v=n(d))==="Object"&&a(d.callee)?"Arguments":v}}),uc=A(function(e,t){var r=Zn(),a=String;t.exports=function(n){if(r(n)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return a(n)}}),tg=A(function(e,t){var r=Mt(),a=Zo(),n=uc(),i=Un(),o=r("".charAt),s=r("".charCodeAt),u=r("".slice),l=function(d){return function(m,v){var y=n(i(m)),w=a(v),E=y.length,_,x;return w<0||w>=E?d?"":void 0:(_=s(y,w),_<55296||_>56319||w+1===E||(x=s(y,w+1))<56320||x>57343?d?o(y,w):_:d?u(y,w,w+2):(_-55296<<10)+(x-56320)+65536)}};t.exports={codeAt:l(!1),charAt:l(!0)}}),rg=A(function(e,t){var r=Wt(),a=xt(),n=r.WeakMap;t.exports=a(n)&&/native code/.test(String(n))}),ag=A(function(e,t){var r=rg(),a=Wt(),n=Ar(),i=qa(),o=hr(),s=Yn(),u=Ko(),l=Qo(),c="Object already initialized",d=a.TypeError,m=a.WeakMap,v,y,w,E=function(T){return w(T)?y(T):v(T,{})},_=function(T){return function(O){var P;if(!n(O)||(P=y(O)).type!==T)throw new d("Incompatible receiver, "+T+" required");return P}};r||s.state?(x=s.state||(s.state=new m),x.get=x.get,x.has=x.has,x.set=x.set,v=function(T,O){if(x.has(T))throw new d(c);return O.facade=T,x.set(T,O),O},y=function(T){return x.get(T)||{}},w=function(T){return x.has(T)}):(C=u("state"),l[C]=!0,v=function(T,O){if(o(T,C))throw new d(c);return O.facade=T,i(T,C,O),O},y=function(T){return o(T,C)?T[C]:{}},w=function(T){return o(T,C)});var x,C;t.exports={set:v,get:y,has:w,enforce:E,getterFor:_}}),ng=A(function(e,t){var r=nr(),a=hr(),n=Function.prototype,i=r&&Object.getOwnPropertyDescriptor,o=a(n,"name"),s=o&&(function(){}).name==="something",u=o&&(!r||r&&i(n,"name").configurable);t.exports={EXISTS:o,PROPER:s,CONFIGURABLE:u}}),ig=A(function(e){var t=nr(),r=nc(),a=Kn(),n=ua(),i=Ba(),o=sc();e.f=t&&!r?Object.defineProperties:function(u,l){n(u);for(var c=i(l),d=o(l),m=d.length,v=0,y;m>v;)a.f(u,y=d[v++],c[y]);return u}}),og=A(function(e,t){var r=Go();t.exports=r("document","documentElement")}),lc=A(function(e,t){var r=ua(),a=ig(),n=oc(),i=Qo(),o=og(),s=tc(),u=Ko(),l=">",c="<",d="prototype",m="script",v=u("IE_PROTO"),y=function(){},w=function(T){return c+m+l+T+c+"/"+m+l},E=function(T){T.write(w("")),T.close();var O=T.parentWindow.Object;return T=null,O},_=function(){var T=s("iframe"),O="java"+m+":",P;return T.style.display="none",o.appendChild(T),T.src=String(O),P=T.contentWindow.document,P.open(),P.write(w("document.F=Object")),P.close(),P.F},x,C=function(){try{x=new ActiveXObject("htmlfile")}catch{}C=typeof b<"u"?b.domain&&x?E(x):_():E(x);for(var T=n.length;T--;)delete C[d][n[T]];return C()};i[v]=!0,t.exports=Object.create||function(T,O){var P;return T!==null?(y[d]=r(T),P=new y,y[d]=null,P[v]=T):P=C(),O===void 0?P:a.f(P,O)}}),cc=A(function(e,t){var r=qa();t.exports=function(a,n,i,o){return o&&o.enumerable?a[n]=i:r(a,n,i),a}}),dc=A(function(e,t){var r=Yt(),a=xt(),n=Ar(),i=lc(),o=Xo(),s=cc(),u=vr(),l=Wo(),c=u("iterator"),d=!1,m,v,y;[].keys&&(y=[].keys(),"next"in y?(v=o(o(y)),v!==Object.prototype&&(m=v)):d=!0);var w=!n(m)||r(function(){var E={};return m[c].call(E)!==E});w?m={}:l&&(m=i(m)),a(m[c])||s(m,c,function(){return this}),t.exports={IteratorPrototype:m,BUGGY_SAFARI_ITERATORS:d}}),sg=A(function(e,t){var r=Jo(),a=Zn();t.exports=r?{}.toString:function(){return"[object "+a(this)+"]"}}),fc=A(function(e,t){var r=Jo(),a=Kn().f,n=qa(),i=hr(),o=sg(),s=vr(),u=s("toStringTag");t.exports=function(l,c,d,m){var v=d?l:l&&l.prototype;v&&(i(v,u)||a(v,u,{configurable:!0,value:c}),m&&!r&&n(v,"toString",o))}}),Qn=A(function(e,t){t.exports={}}),ug=A(function(e,t){var r=dc().IteratorPrototype,a=lc(),n=Gn(),i=fc(),o=Qn(),s=function(){return this};t.exports=function(u,l,c,d){var m=l+" Iterator";return u.prototype=a(r,{next:n(+!d,c)}),i(u,m,!1,!0),o[m]=s,u}}),lg=A(function(e,t){var r=Mt(),a=Wn();t.exports=function(n,i,o){try{return r(a(Object.getOwnPropertyDescriptor(n,i)[o]))}catch{}}}),cg=A(function(e,t){var r=Ar();t.exports=function(a){return r(a)||a===null}}),dg=A(function(e,t){var r=cg(),a=String,n=TypeError;t.exports=function(i){if(r(i))return i;throw new n("Can't set "+a(i)+" as a prototype")}}),fg=A(function(e,t){var r=lg(),a=Ar(),n=Un(),i=dg();t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var o=!1,s={},u;try{u=r(Object.prototype,"__proto__","set"),u(s,[]),o=s instanceof Array}catch{}return function(c,d){return n(c),i(d),a(c)&&(o?u(c,d):c.__proto__=d),c}}():void 0)}),pg=A(function(e,t){var r=Xn(),a=zr(),n=Wo(),i=ng(),o=xt(),s=ug(),u=Xo(),l=fg(),c=fc(),d=qa(),m=cc(),v=vr(),y=Qn(),w=dc(),E=i.PROPER,_=i.CONFIGURABLE,x=w.IteratorPrototype,C=w.BUGGY_SAFARI_ITERATORS,R=v("iterator"),T="keys",O="values",P="entries",$=function(){return this};t.exports=function(X,L,H,W,Z,le,ve){s(H,L,W);var ae=function(Fe){if(Fe===Z&&J)return J;if(!C&&Fe&&Fe in se)return se[Fe];switch(Fe){case T:return function(){return new H(this,Fe)};case O:return function(){return new H(this,Fe)};case P:return function(){return new H(this,Fe)}}return function(){return new H(this)}},pe=L+" Iterator",G=!1,se=X.prototype,F=se[R]||se["@@iterator"]||Z&&se[Z],J=!C&&F||ae(Z),j=L==="Array"&&se.entries||F,ee,he,re;if(j&&(ee=u(j.call(new X)),ee!==Object.prototype&&ee.next&&(!n&&u(ee)!==x&&(l?l(ee,x):o(ee[R])||m(ee,R,$)),c(ee,pe,!0,!0),n&&(y[pe]=$))),E&&Z===O&&F&&F.name!==O&&(!n&&_?d(se,"name",O):(G=!0,J=function(){return a(F,this)})),Z)if(he={values:ae(O),keys:le?J:ae(T),entries:ae(P)},ve)for(re in he)(C||G||!(re in se))&&m(se,re,he[re]);else r({target:L,proto:!0,forced:C||G},he);return(!n||ve)&&se[R]!==J&&m(se,R,J,{name:Z}),y[L]=J,he}}),mg=A(function(e,t){t.exports=function(r,a){return{value:r,done:a}}}),hg=A(function(){var e=tg().charAt,t=uc(),r=ag(),a=pg(),n=mg(),i="String Iterator",o=r.set,s=r.getterFor(i);a(String,"String",function(u){o(this,{type:i,string:t(u),index:0})},function(){var l=s(this),c=l.string,d=l.index,m;return d>=c.length?n(void 0,!0):(m=e(c,d),l.index+=m.length,n(m,!1))})}),vg=A(function(e,t){var r=zr(),a=ua(),n=Uo();t.exports=function(i,o,s){var u,l;a(i);try{if(u=n(i,"return"),!u){if(o==="throw")throw s;return s}u=r(u,i)}catch(c){l=!0,u=c}if(o==="throw")throw s;if(l)throw u;return a(u),s}}),gg=A(function(e,t){var r=ua(),a=vg();t.exports=function(n,i,o,s){try{return s?i(r(o)[0],o[1]):i(o)}catch(u){a(n,"throw",u)}}}),bg=A(function(e,t){var r=vr(),a=Qn(),n=r("iterator"),i=Array.prototype;t.exports=function(o){return o!==void 0&&(a.Array===o||i[n]===o)}}),yg=A(function(e,t){var r=Mt(),a=xt(),n=Yn(),i=r(Function.toString);a(n.inspectSource)||(n.inspectSource=function(o){return i(o)}),t.exports=n.inspectSource}),wg=A(function(e,t){var r=Mt(),a=Yt(),n=xt(),i=Zn(),o=Go(),s=yg(),u=function(){},l=o("Reflect","construct"),c=/^\s*(?:class|function)\b/,d=r(c.exec),m=!c.test(u),v=function(E){if(!n(E))return!1;try{return l(u,[],E),!0}catch{return!1}},y=function(E){if(!n(E))return!1;switch(i(E)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return m||!!d(c,s(E))}catch{return!0}};y.sham=!0,t.exports=!l||a(function(){var w;return v(v.call)||!v(Object)||!v(function(){w=!0})||w})?y:v}),Dg=A(function(e,t){var r=nr(),a=Kn(),n=Gn();t.exports=function(i,o,s){r?a.f(i,o,n(0,s)):i[o]=s}}),Eg=A(function(e,t){var r=Vn();t.exports=Array.isArray||function(n){return r(n)==="Array"}}),_g=A(function(e,t){var r=nr(),a=Eg(),n=TypeError,i=Object.getOwnPropertyDescriptor,o=r&&!function(){if(this!==void 0)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(s){return s instanceof TypeError}}();t.exports=o?function(s,u){if(a(s)&&!i(s,"length").writable)throw new n("Cannot set read only .length");return s.length=u}:function(s,u){return s.length=u}}),pc=A(function(e,t){var r=Zn(),a=Uo(),n=Vo(),i=Qn(),o=vr(),s=o("iterator");t.exports=function(u){if(!n(u))return a(u,s)||a(u,"@@iterator")||i[r(u)]}}),xg=A(function(e,t){var r=zr(),a=Wn(),n=ua(),i=Zl(),o=pc(),s=TypeError;t.exports=function(u,l){var c=arguments.length<2?o(u):l;if(a(c))return n(r(c,u));throw new s(i(u)+" is not iterable")}}),Ag=A(function(e,t){var r=ac(),a=zr(),n=Yo(),i=gg(),o=bg(),s=wg(),u=ic(),l=Dg(),c=_g(),d=xg(),m=pc(),v=Array;t.exports=function(w){var E=n(w),_=s(this),x=arguments.length,C=x>1?arguments[1]:void 0,R=C!==void 0;R&&(C=r(C,x>2?arguments[2]:void 0));var T=m(E),O=0,P,$,X,L,H,W;if(T&&!(this===v&&o(T)))for($=_?new this:[],L=d(E,T),H=L.next;!(X=a(H,L)).done;O++)W=R?i(L,C,[X.value,O],!0):X.value,l($,O,W);else for(P=u(E),$=_?new this(P):v(P);P>O;O++)W=R?C(E[O],O):E[O],l($,O,W);return c($,O),$}}),Cg=A(function(e,t){var r=vr(),a=r("iterator"),n=!1;try{i=0,o={next:function(){return{done:!!i++}},return:function(){n=!0}},o[a]=function(){return this},Array.from(o,function(){throw 2})}catch{}var i,o;t.exports=function(s,u){try{if(!u&&!n)return!1}catch{return!1}var l=!1;try{var c={};c[a]=function(){return{next:function(){return{done:l=!0}}}},s(c)}catch{}return l}}),Rg=A(function(){var e=Xn(),t=Ag(),r=Cg(),a=!r(function(n){Array.from(n)});e({target:"Array",stat:!0,forced:a},{from:t})}),Tg=A(function(e,t){hg(),Rg();var r=$a();t.exports=r.Array.from}),Fg=A(function(e,t){var r=Tg();t.exports=r}),mc=A(function(e,t){var r=Fg();t.exports=r}),hc=A(function(e){Object.defineProperty(e,"__esModule",{value:!0});function t(o){return o>="a"&&o<="z"||o>="A"&&o<="Z"||o==="-"||o==="_"}e.isIdentStart=t;function r(o){return o>="a"&&o<="z"||o>="A"&&o<="Z"||o>="0"&&o<="9"||o==="-"||o==="_"}e.isIdent=r;function a(o){return o>="a"&&o<="f"||o>="A"&&o<="F"||o>="0"&&o<="9"}e.isHex=a;function n(o){for(var s=o.length,u="",l=0;l<s;){var c=o.charAt(l);if(e.identSpecialChars[c])u+="\\"+c;else if(c==="_"||c==="-"||c>="A"&&c<="Z"||c>="a"&&c<="z"||l!==0&&c>="0"&&c<="9")u+=c;else{var d=c.charCodeAt(0);if((d&63488)===55296){var m=o.charCodeAt(l++);if((d&64512)!==55296||(m&64512)!==56320)throw Error("UCS-2(decode): illegal sequence");d=((d&1023)<<10)+(m&1023)+65536}u+="\\"+d.toString(16)+" "}l++}return u}e.escapeIdentifier=n;function i(o){for(var s=o.length,u="",l=0,c;l<s;){var d=o.charAt(l);d==='"'?d='\\"':d==="\\"?d="\\\\":(c=e.strReplacementsRev[d])!==void 0&&(d=c),u+=d,l++}return'"'+u+'"'}e.escapeStr=i,e.identSpecialChars={"!":!0,'"':!0,"#":!0,$:!0,"%":!0,"&":!0,"'":!0,"(":!0,")":!0,"*":!0,"+":!0,",":!0,".":!0,"/":!0,";":!0,"<":!0,"=":!0,">":!0,"?":!0,"@":!0,"[":!0,"\\":!0,"]":!0,"^":!0,"`":!0,"{":!0,"|":!0,"}":!0,"~":!0},e.strReplacementsRev={"\n":"\\n","\r":"\\r"," ":"\\t","\f":"\\f","\v":"\\v"},e.singleQuoteEscapeChars={n:`
15
15
  `,r:"\r",t:" ",f:"\f","\\":"\\","'":"'"},e.doubleQuotesEscapeChars={n:`
16
16
  `,r:"\r",t:" ",f:"\f","\\":"\\",'"':'"'}}),Sg=A(function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=hc();function r(a,n,i,o,s,u){var l=a.length,c="";function d(x,C){var R="";for(n++,c=a.charAt(n);n<l;){if(c===x)return n++,R;if(c==="\\"){n++,c=a.charAt(n);var T=void 0;if(c===x)R+=x;else if((T=C[c])!==void 0)R+=T;else if(t.isHex(c)){var O=c;for(n++,c=a.charAt(n);t.isHex(c);)O+=c,n++,c=a.charAt(n);c===" "&&(n++,c=a.charAt(n)),R+=String.fromCharCode(parseInt(O,16));continue}else R+=c}else R+=c;n++,c=a.charAt(n)}return R}function m(){var x="";for(c=a.charAt(n);n<l;){if(t.isIdent(c))x+=c;else if(c==="\\"){if(n++,n>=l)throw Error("Expected symbol but end of file reached.");if(c=a.charAt(n),t.identSpecialChars[c])x+=c;else if(t.isHex(c)){var C=c;for(n++,c=a.charAt(n);t.isHex(c);)C+=c,n++,c=a.charAt(n);c===" "&&(n++,c=a.charAt(n)),x+=String.fromCharCode(parseInt(C,16));continue}else x+=c}else return x;n++,c=a.charAt(n)}return x}function v(){c=a.charAt(n);for(var x=!1;c===" "||c===" "||c===`
17
17
  `||c==="\r"||c==="\f";)x=!0,n++,c=a.charAt(n);return x}function y(){var x=w();if(n<l)throw Error('Rule expected but "'+a.charAt(n)+'" found.');return x}function w(){var x=E();if(!x)return null;var C=x;for(c=a.charAt(n);c===",";){if(n++,v(),C.type!=="selectors"&&(C={type:"selectors",selectors:[x]}),x=E(),!x)throw Error('Rule expected after ",".');C.selectors.push(x)}return C}function E(){v();var x={type:"ruleSet"},C=_();if(!C)return null;for(var R=x;C&&(C.type="rule",R.rule=C,R=C,v(),c=a.charAt(n),!(n>=l||c===","||c===")"));)if(s[c]){var T=c;if(n++,v(),C=_(),!C)throw Error('Rule expected after "'+T+'".');C.nestingOperator=T}else C=_(),C&&(C.nestingOperator=null);return x}function _(){for(var x=null;n<l;)if(c=a.charAt(n),c==="*")n++,(x=x||{}).tagName="*";else if(t.isIdentStart(c)||c==="\\")(x=x||{}).tagName=m();else if(c===".")n++,x=x||{},(x.classNames=x.classNames||[]).push(m());else if(c==="#")n++,(x=x||{}).id=m();else if(c==="["){n++,v();var C={name:m()};if(v(),c==="]")n++;else{var R="";if(o[c]&&(R=c,n++,c=a.charAt(n)),n>=l)throw Error('Expected "=" but end of file reached.');if(c!=="=")throw Error('Expected "=" but "'+c+'" found.');C.operator=R+"=",n++,v();var T="";if(C.valueType="string",c==='"')T=d('"',t.doubleQuotesEscapeChars);else if(c==="'")T=d("'",t.singleQuoteEscapeChars);else if(u&&c==="$")n++,T=m(),C.valueType="substitute";else{for(;n<l&&c!=="]";)T+=c,n++,c=a.charAt(n);T=T.trim()}if(v(),n>=l)throw Error('Expected "]" but end of file reached.');if(c!=="]")throw Error('Expected "]" but "'+c+'" found.');n++,C.value=T}x=x||{},(x.attrs=x.attrs||[]).push(C)}else if(c===":"){n++;var O=m(),P={name:O};if(c==="("){n++;var $="";if(v(),i[O]==="selector")P.valueType="selector",$=w();else{if(P.valueType=i[O]||"string",c==='"')$=d('"',t.doubleQuotesEscapeChars);else if(c==="'")$=d("'",t.singleQuoteEscapeChars);else if(u&&c==="$")n++,$=m(),P.valueType="substitute";else{for(;n<l&&c!==")";)$+=c,n++,c=a.charAt(n);$=$.trim()}v()}if(n>=l)throw Error('Expected ")" but end of file reached.');if(c!==")")throw Error('Expected ")" but "'+c+'" found.');n++,P.value=$}x=x||{},(x.pseudos=x.pseudos||[]).push(P)}else break;return x}return y()}e.parseCssSelector=r}),kg=A(function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=hc();function r(a){var n="";switch(a.type){case"ruleSet":for(var i=a.rule,o=[];i;)i.nestingOperator&&o.push(i.nestingOperator),o.push(r(i)),i=i.rule;n=o.join(" ");break;case"selectors":n=a.selectors.map(r).join(", ");break;case"rule":a.tagName&&(a.tagName==="*"?n="*":n=t.escapeIdentifier(a.tagName)),a.id&&(n+="#"+t.escapeIdentifier(a.id)),a.classNames&&(n+=a.classNames.map(function(s){return"."+t.escapeIdentifier(s)}).join("")),a.attrs&&(n+=a.attrs.map(function(s){return"operator"in s?s.valueType==="substitute"?"["+t.escapeIdentifier(s.name)+s.operator+"$"+s.value+"]":"["+t.escapeIdentifier(s.name)+s.operator+t.escapeStr(s.value)+"]":"["+t.escapeIdentifier(s.name)+"]"}).join("")),a.pseudos&&(n+=a.pseudos.map(function(s){return s.valueType?s.valueType==="selector"?":"+t.escapeIdentifier(s.name)+"("+r(s.value)+")":s.valueType==="substitute"?":"+t.escapeIdentifier(s.name)+"($"+s.value+")":s.valueType==="numeric"?":"+t.escapeIdentifier(s.name)+"("+s.value+")":":"+t.escapeIdentifier(s.name)+"("+t.escapeIdentifier(s.value)+")":":"+t.escapeIdentifier(s.name)}).join(""));break;default:throw Error('Unknown entity type: "'+a.type+'".')}return n}e.renderEntity=r}),Og=A(function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Sg(),r=kg(),a=function(){function n(){this.pseudos={},this.attrEqualityMods={},this.ruleNestingOperators={},this.substitutesEnabled=!1}return n.prototype.registerSelectorPseudos=function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];for(var s=0,u=i;s<u.length;s++){var l=u[s];this.pseudos[l]="selector"}return this},n.prototype.unregisterSelectorPseudos=function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];for(var s=0,u=i;s<u.length;s++){var l=u[s];delete this.pseudos[l]}return this},n.prototype.registerNumericPseudos=function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];for(var s=0,u=i;s<u.length;s++){var l=u[s];this.pseudos[l]="numeric"}return this},n.prototype.unregisterNumericPseudos=function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];for(var s=0,u=i;s<u.length;s++){var l=u[s];delete this.pseudos[l]}return this},n.prototype.registerNestingOperators=function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];for(var s=0,u=i;s<u.length;s++){var l=u[s];this.ruleNestingOperators[l]=!0}return this},n.prototype.unregisterNestingOperators=function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];for(var s=0,u=i;s<u.length;s++){var l=u[s];delete this.ruleNestingOperators[l]}return this},n.prototype.registerAttrEqualityMods=function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];for(var s=0,u=i;s<u.length;s++){var l=u[s];this.attrEqualityMods[l]=!0}return this},n.prototype.unregisterAttrEqualityMods=function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];for(var s=0,u=i;s<u.length;s++){var l=u[s];delete this.attrEqualityMods[l]}return this},n.prototype.enableSubstitutes=function(){return this.substitutesEnabled=!0,this},n.prototype.disableSubstitutes=function(){return this.substitutesEnabled=!1,this},n.prototype.parse=function(i){return t.parseCssSelector(i,0,this.pseudos,this.attrEqualityMods,this.ruleNestingOperators,this.substitutesEnabled)},n.prototype.render=function(i){return r.renderEntity(i).trim()},n}();e.CssSelectorParser=a}),Ig=A(function(e,t){(function(){var r={name:"doT",version:"1.1.1",templateSettings:{evaluate:/\{\{([\s\S]+?(\}?)+)\}\}/g,interpolate:/\{\{=([\s\S]+?)\}\}/g,encode:/\{\{!([\s\S]+?)\}\}/g,use:/\{\{#([\s\S]+?)\}\}/g,useParams:/(^|[^\w$])def(?:\.|\[[\'\"])([\w$\.]+)(?:[\'\"]\])?\s*\:\s*([\w$\.]+|\"[^\"]+\"|\'[^\']+\'|\{[^\}]+\})/g,define:/\{\{##\s*([\w\.$]+)\s*(\:|=)([\s\S]+?)#\}\}/g,defineParams:/^\s*([\w$]+):([\s\S]+)/,conditional:/\{\{\?(\?)?\s*([\s\S]*?)\s*\}\}/g,iterate:/\{\{~\s*(?:\}\}|([\s\S]+?)\s*\:\s*([\w$]+)\s*(?:\:\s*([\w$]+))?\s*\}\})/g,varname:"it",strip:!0,append:!0,selfcontained:!1,doNotSkipEncoded:!1},template:void 0,compile:void 0,log:!0};(function(){if((typeof globalThis>"u"?"undefined":B(globalThis))!=="object")try{Object.defineProperty(Object.prototype,"__magic__",{get:function(){return this},configurable:!0}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__}catch{p.globalThis=function(){if(typeof self<"u")return self;if(typeof p<"u")return p;if(typeof D<"u")return D;if(typeof this<"u")return this;throw new Error("Unable to locate global `this`")}()}})(),r.encodeHTMLSource=function(s){var u={"&":"&#38;","<":"&#60;",">":"&#62;",'"':"&#34;","'":"&#39;","/":"&#47;"},l=s?/[&<>"'\/]/g:/&(?!#?\w+;)|<|>|"|'|\//g;return function(c){return c?c.toString().replace(l,function(d){return u[d]||d}):""}},typeof t<"u"&&t.exports?t.exports=r:globalThis.doT=r;var a={append:{start:"'+(",end:")+'",startencode:"'+encodeHTML("},split:{start:"';out+=(",end:");out+='",startencode:"';out+=encodeHTML("}},n=/$^/;function i(s,u,l){return(typeof u=="string"?u:u.toString()).replace(s.define||n,function(c,d,m,v){return d.indexOf("def.")===0&&(d=d.substring(4)),d in l||(m===":"?(s.defineParams&&v.replace(s.defineParams,function(y,w,E){l[d]={arg:w,text:E}}),d in l||(l[d]=v)):new Function("def","def['"+d+"']="+v)(l)),""}).replace(s.use||n,function(c,d){s.useParams&&(d=d.replace(s.useParams,function(v,y,w,E){if(l[w]&&l[w].arg&&E){var _=(w+":"+E).replace(/'|\\/g,"_");return l.__exp=l.__exp||{},l.__exp[_]=l[w].text.replace(new RegExp("(^|[^\\w$])"+l[w].arg+"([^\\w$])","g"),"$1"+E+"$2"),y+"def.__exp['"+_+"']"}}));var m=new Function("def","return "+d)(l);return m&&i(s,m,l)})}function o(s){return s.replace(/\\('|\\)/g,"$1").replace(/[\r\t\n]/g," ")}r.template=function(s,u,l){u=u||r.templateSettings;var c=u.append?a.append:a.split,d,m=0,v,y=u.use||u.define?i(u,s,l||{}):s;y=("var out='"+(u.strip?y.replace(/(^|\r|\n)\t* +| +\t*(\r|\n|$)/g," ").replace(/\r|\n|\t|\/\*[\s\S]*?\*\//g,""):y).replace(/'|\\/g,"\\$&").replace(u.interpolate||n,function(w,E){return c.start+o(E)+c.end}).replace(u.encode||n,function(w,E){return d=!0,c.startencode+o(E)+c.end}).replace(u.conditional||n,function(w,E,_){return E?_?"';}else if("+o(_)+"){out+='":"';}else{out+='":_?"';if("+o(_)+"){out+='":"';}out+='"}).replace(u.iterate||n,function(w,E,_,x){return E?(m+=1,v=x||"i"+m,E=o(E),"';var arr"+m+"="+E+";if(arr"+m+"){var "+_+","+v+"=-1,l"+m+"=arr"+m+".length-1;while("+v+"<l"+m+"){"+_+"=arr"+m+"["+v+"+=1];out+='"):"';} } out+='"}).replace(u.evaluate||n,function(w,E){return"';"+o(E)+"out+='"})+"';return out;").replace(/\n/g,"\\n").replace(/\t/g,"\\t").replace(/\r/g,"\\r").replace(/(\s|;|\}|^|\{)out\+='';/g,"$1").replace(/\+''/g,""),d&&(!u.selfcontained&&globalThis&&!globalThis._encodeHTML&&(globalThis._encodeHTML=r.encodeHTMLSource(u.doNotSkipEncoded)),y="var encodeHTML = typeof _encodeHTML !== 'undefined' ? _encodeHTML : ("+r.encodeHTMLSource.toString()+"("+(u.doNotSkipEncoded||"")+"));"+y);try{return new Function(u.varname,y)}catch(w){throw typeof console<"u"&&console.log("Could not create a template function: "+y),w}},r.compile=function(s,u){return r.template(s,null,u)}})()}),Ng=A(function(e,t){t.exports=function(){}}),Hr=A(function(e,t){var r=Ng()();t.exports=function(a){return a!==r&&a!==null}}),vc=A(function(e,t){var r=Hr(),a=Array.prototype.forEach,n=Object.create,i=function(s,u){var l;for(l in s)u[l]=s[l]};t.exports=function(o){var s=n(null);return a.call(arguments,function(u){r(u)&&i(Object(u),s)}),s}}),Mg=A(function(e,t){t.exports=function(){var r=Math.sign;return typeof r!="function"?!1:r(10)===1&&r(-20)===-1}}),Pg=A(function(e,t){t.exports=function(r){return r=Number(r),isNaN(r)||r===0?r:r>0?1:-1}}),Lg=A(function(e,t){t.exports=Mg()()?Math.sign:Pg()}),Bg=A(function(e,t){var r=Lg(),a=Math.abs,n=Math.floor;t.exports=function(i){return isNaN(i)?0:(i=Number(i),i===0||!isFinite(i)?i:r(i)*n(a(i)))}}),Vr=A(function(e,t){var r=Bg(),a=Math.max;t.exports=function(n){return a(0,r(n))}}),gc=A(function(e,t){var r=Vr();t.exports=function(a,n,i){var o;return isNaN(a)?(o=n,o>=0?i&&o?o-1:o:1):a===!1?!1:r(a)}}),Cr=A(function(e,t){t.exports=function(r){if(typeof r!="function")throw new TypeError(r+" is not a function");return r}}),la=A(function(e,t){var r=Hr();t.exports=function(a){if(!r(a))throw new TypeError("Cannot use null or undefined");return a}}),$g=A(function(e,t){var r=Cr(),a=la(),n=Function.prototype.bind,i=Function.prototype.call,o=Object.keys,s=Object.prototype.propertyIsEnumerable;t.exports=function(u,l){return function(c,d){var m,v=arguments[2],y=arguments[3];return c=Object(a(c)),r(d),m=o(c),y&&m.sort(typeof y=="function"?n.call(y,c):void 0),typeof u!="function"&&(u=m[u]),i.call(u,m,function(w,E){return s.call(c,w)?i.call(d,v,c[w],w,c,E):l})}}}),Jn=A(function(e,t){t.exports=$g()("forEach")}),Gr=A(function(){}),qg=A(function(e,t){t.exports=function(){var r=Object.assign,a;return typeof r!="function"?!1:(a={foo:"raz"},r(a,{bar:"dwa"},{trzy:"trzy"}),a.foo+a.bar+a.trzy==="razdwatrzy")}}),jg=A(function(e,t){t.exports=function(){try{return Object.keys("primitive"),!0}catch{return!1}}}),zg=A(function(e,t){var r=Hr(),a=Object.keys;t.exports=function(n){return a(r(n)?Object(n):n)}}),Hg=A(function(e,t){t.exports=jg()()?Object.keys:zg()}),Vg=A(function(e,t){var r=Hg(),a=la(),n=Math.max;t.exports=function(i,o){var s,u,l=n(arguments.length,2),c;for(i=Object(a(i)),c=function(m){try{i[m]=o[m]}catch(v){s||(s=v)}},u=1;u<l;++u)o=arguments[u],r(o).forEach(c);if(s!==void 0)throw s;return i}}),bc=A(function(e,t){t.exports=qg()()?Object.assign:Vg()}),Gg=A(function(e,t){var r=Hr(),a={function:!0,object:!0};t.exports=function(n){return r(n)&&a[B(n)]||!1}}),Ug=A(function(e,t){var r=bc(),a=Gg(),n=Hr(),i=Error.captureStackTrace;t.exports=function(o){var s=new Error(o),u=arguments[1],l=arguments[2];return n(l)||a(u)&&(l=u,u=null),n(l)&&r(s,l),n(u)&&(s.code=u),i&&i(s,t.exports),s}}),yc=A(function(e,t){var r=la(),a=Object.defineProperty,n=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,o=Object.getOwnPropertySymbols;t.exports=function(s,u){var l,c=Object(r(u));if(s=Object(r(s)),i(c).forEach(function(d){try{a(s,d,n(u,d))}catch(m){l=m}}),typeof o=="function"&&o(c).forEach(function(d){try{a(s,d,n(u,d))}catch(m){l=m}}),l!==void 0)throw l;return s}}),wc=A(function(e,t){var r=Vr(),a=function(l,c){return c},n,i,o,s;try{Object.defineProperty(a,"length",{configurable:!0,writable:!1,enumerable:!1,value:1})}catch{}a.length===1?(n={configurable:!0,writable:!1,enumerable:!1},i=Object.defineProperty,t.exports=function(u,l){return l=r(l),u.length===l?u:(n.value=l,i(u,"length",n))}):(s=yc(),o=function(){var u=[];return function(l){var c,d=0;if(u[l])return u[l];for(c=[];l--;)c.push("a"+(++d).toString(36));return new Function("fn","return function ("+c.join(", ")+") { return fn.apply(this, arguments); };")}}(),t.exports=function(u,l){var c;if(l=r(l),u.length===l)return u;c=o(l)(u);try{s(c,u)}catch{}return c})}),Dc=A(function(e,t){var r=void 0;t.exports=function(a){return a!==r&&a!==null}}),Wg=A(function(e,t){var r=Dc(),a={object:!0,function:!0,undefined:!0};t.exports=function(n){return r(n)?hasOwnProperty.call(a,B(n)):!1}}),Yg=A(function(e,t){var r=Wg();t.exports=function(a){if(!r(a))return!1;try{return a.constructor?a.constructor.prototype===a:!1}catch{return!1}}}),Kg=A(function(e,t){var r=Yg();t.exports=function(a){if(typeof a!="function"||!hasOwnProperty.call(a,"length"))return!1;try{if(typeof a.length!="number"||typeof a.call!="function"||typeof a.apply!="function")return!1}catch{return!1}return!r(a)}}),Xg=A(function(e,t){var r=Kg(),a=/^\s*class[\s{/}]/,n=Function.prototype.toString;t.exports=function(i){return!(!r(i)||a.test(n.call(i)))}}),Zg=A(function(e,t){var r="razdwatrzy";t.exports=function(){return typeof r.contains!="function"?!1:r.contains("dwa")===!0&&r.contains("foo")===!1}}),Qg=A(function(e,t){var r=String.prototype.indexOf;t.exports=function(a){return r.call(this,a,arguments[1])>-1}}),Jg=A(function(e,t){t.exports=Zg()()?String.prototype.contains:Qg()}),Ur=A(function(e,t){var r=Dc(),a=Xg(),n=bc(),i=vc(),o=Jg(),s=t.exports=function(u,l){var c,d,m,v,y;return arguments.length<2||typeof u!="string"?(v=l,l=u,u=null):v=arguments[2],r(u)?(c=o.call(u,"c"),d=o.call(u,"e"),m=o.call(u,"w")):(c=m=!0,d=!1),y={value:l,configurable:c,enumerable:d,writable:m},v?n(i(v),y):y};s.gs=function(u,l,c){var d,m,v,y;return typeof u!="string"?(v=c,c=l,l=u,u=null):v=arguments[3],r(l)?a(l)?r(c)?a(c)||(v=c,c=void 0):c=void 0:(v=l,l=c=void 0):l=void 0,r(u)?(d=o.call(u,"c"),m=o.call(u,"e")):(d=!0,m=!1),y={get:l,set:c,configurable:d,enumerable:m},v?n(i(v),y):y}}),eb=A(function(e,t){var r=Ur(),a=Cr(),n=Function.prototype.apply,i=Function.prototype.call,o=Object.create,s=Object.defineProperty,u=Object.defineProperties,l=Object.prototype.hasOwnProperty,c={configurable:!0,enumerable:!1,writable:!0},d,m,v,y,w,E,_;d=function(C,R){var T;return a(R),l.call(this,"__ee__")?T=this.__ee__:(T=c.value=o(null),s(this,"__ee__",c),c.value=null),T[C]?B(T[C])==="object"?T[C].push(R):T[C]=[T[C],R]:T[C]=R,this},m=function(C,R){var T,O;return a(R),O=this,d.call(this,C,T=function(){v.call(O,C,T),n.call(R,this,arguments)}),T.__eeOnceListener__=R,this},v=function(C,R){var T,O,P,$;if(a(R),!l.call(this,"__ee__"))return this;if(T=this.__ee__,!T[C])return this;if(O=T[C],B(O)==="object")for($=0;P=O[$];++$)(P===R||P.__eeOnceListener__===R)&&(O.length===2?T[C]=O[$?0:1]:O.splice($,1));else(O===R||O.__eeOnceListener__===R)&&delete T[C];return this},y=function(C){var R,T,O,P,$;if(l.call(this,"__ee__")&&(P=this.__ee__[C],!!P))if(B(P)==="object"){for(T=arguments.length,$=new Array(T-1),R=1;R<T;++R)$[R-1]=arguments[R];for(P=P.slice(),R=0;O=P[R];++R)n.call(O,this,$)}else switch(arguments.length){case 1:i.call(P,this);break;case 2:i.call(P,this,arguments[1]);break;case 3:i.call(P,this,arguments[1],arguments[2]);break;default:for(T=arguments.length,$=new Array(T-1),R=1;R<T;++R)$[R-1]=arguments[R];n.call(P,this,$)}},w={on:d,once:m,off:v,emit:y},E={on:r(d),once:r(m),off:r(v),emit:r(y)},_=u({},E),t.exports=e=function(C){return C==null?o(_):u(Object(C),E)},e.methods=w}),tb=A(function(e,t){t.exports=function(){var r=Array.from,a,n;return typeof r!="function"?!1:(a=["raz","dwa"],n=r(a),!!(n&&n!==a&&n[1]==="dwa"))}}),rb=A(function(e,t){t.exports=function(){return(typeof globalThis>"u"?"undefined":B(globalThis))!=="object"||!globalThis?!1:globalThis.Array===Array}}),ab=A(function(e,t){var r=function(){if((typeof self>"u"?"undefined":B(self))==="object"&&self)return self;if((typeof p>"u"?"undefined":B(p))==="object"&&p)return p;throw new Error("Unable to resolve global `this`")};t.exports=function(){if(this)return this;try{Object.defineProperty(Object.prototype,"__global__",{get:function(){return this},configurable:!0})}catch{return r()}try{return __global__||r()}finally{delete Object.prototype.__global__}}()}),ei=A(function(e,t){t.exports=rb()()?globalThis:ab()}),nb=A(function(e,t){var r=ei(),a={object:!0,symbol:!0};t.exports=function(){var n=r.Symbol,i;if(typeof n!="function")return!1;i=n("test symbol");try{String(i)}catch{return!1}return!(!a[B(n.iterator)]||!a[B(n.toPrimitive)]||!a[B(n.toStringTag)])}}),ib=A(function(e,t){t.exports=function(r){return r?B(r)==="symbol"?!0:!r.constructor||r.constructor.name!=="Symbol"?!1:r[r.constructor.toStringTag]==="Symbol":!1}}),Ec=A(function(e,t){var r=ib();t.exports=function(a){if(!r(a))throw new TypeError(a+" is not a symbol");return a}}),ob=A(function(e,t){var r=Ur(),a=Object.create,n=Object.defineProperty,i=Object.prototype,o=a(null);t.exports=function(s){for(var u=0,l,c;o[s+(u||"")];)++u;return s+=u||"",o[s]=!0,l="@@"+s,n(i,l,r.gs(null,function(d){c||(c=!0,n(this,l,r(d)),c=!1)})),l}}),sb=A(function(e,t){var r=Ur(),a=ei().Symbol;t.exports=function(n){return Object.defineProperties(n,{hasInstance:r("",a&&a.hasInstance||n("hasInstance")),isConcatSpreadable:r("",a&&a.isConcatSpreadable||n("isConcatSpreadable")),iterator:r("",a&&a.iterator||n("iterator")),match:r("",a&&a.match||n("match")),replace:r("",a&&a.replace||n("replace")),search:r("",a&&a.search||n("search")),species:r("",a&&a.species||n("species")),split:r("",a&&a.split||n("split")),toPrimitive:r("",a&&a.toPrimitive||n("toPrimitive")),toStringTag:r("",a&&a.toStringTag||n("toStringTag")),unscopables:r("",a&&a.unscopables||n("unscopables"))})}}),ub=A(function(e,t){var r=Ur(),a=Ec(),n=Object.create(null);t.exports=function(i){return Object.defineProperties(i,{for:r(function(o){return n[o]?n[o]:n[o]=i(String(o))}),keyFor:r(function(o){var s;a(o);for(s in n)if(n[s]===o)return s})})}}),lb=A(function(e,t){var r=Ur(),a=Ec(),n=ei().Symbol,i=ob(),o=sb(),s=ub(),u=Object.create,l=Object.defineProperties,c=Object.defineProperty,d,m,v;if(typeof n=="function")try{String(n()),v=!0}catch{}else n=null;m=function(w){if(this instanceof m)throw new TypeError("Symbol is not a constructor");return d(w)},t.exports=d=function y(w){var E;if(this instanceof y)throw new TypeError("Symbol is not a constructor");return v?n(w):(E=u(m.prototype),w=w===void 0?"":String(w),l(E,{__description__:r("",w),__name__:r("",i(w))}))},o(d),s(d),l(m.prototype,{constructor:r(d),toString:r("",function(){return this.__name__})}),l(d.prototype,{toString:r(function(){return"Symbol ("+a(this).__description__+")"}),valueOf:r(function(){return a(this)})}),c(d.prototype,d.toPrimitive,r("",function(){var y=a(this);return B(y)==="symbol"?y:y.toString()})),c(d.prototype,d.toStringTag,r("c","Symbol")),c(m.prototype,d.toStringTag,r("c",d.prototype[d.toStringTag])),c(m.prototype,d.toPrimitive,r("c",d.prototype[d.toPrimitive]))}),cb=A(function(e,t){t.exports=nb()()?ei().Symbol:lb()}),db=A(function(e,t){var r=Object.prototype.toString,a=r.call(function(){return arguments}());t.exports=function(n){return r.call(n)===a}}),fb=A(function(e,t){var r=Object.prototype.toString,a=RegExp.prototype.test.bind(/^[object [A-Za-z0-9]*Function]$/);t.exports=function(n){return typeof n=="function"&&a(r.call(n))}}),pb=A(function(e,t){var r=Object.prototype.toString,a=r.call("");t.exports=function(n){return typeof n=="string"||n&&B(n)==="object"&&(n instanceof String||r.call(n)===a)||!1}}),mb=A(function(e,t){var r=cb().iterator,a=db(),n=fb(),i=Vr(),o=Cr(),s=la(),u=Hr(),l=pb(),c=Array.isArray,d=Function.prototype.call,m={configurable:!0,enumerable:!0,writable:!0,value:null},v=Object.defineProperty;t.exports=function(y){var w=arguments[1],E=arguments[2],_,x,C,R,T,O,P,$,X,L;if(y=Object(s(y)),u(w)&&o(w),!this||this===Array||!n(this)){if(!w){if(a(y))return T=y.length,T!==1?Array.apply(null,y):(R=new Array(1),R[0]=y[0],R);if(c(y)){for(R=new Array(T=y.length),x=0;x<T;++x)R[x]=y[x];return R}}R=[]}else _=this;if(!c(y)){if((X=y[r])!==void 0){for(P=o(X).call(y),_&&(R=new _),$=P.next(),x=0;!$.done;)L=w?d.call(w,E,$.value,x):$.value,_?(m.value=L,v(R,x,m)):R[x]=L,$=P.next(),++x;T=x}else if(l(y)){for(T=y.length,_&&(R=new _),x=0,C=0;x<T;++x)L=y[x],x+1<T&&(O=L.charCodeAt(0),O>=55296&&O<=56319&&(L+=y[++x])),L=w?d.call(w,E,L,C):L,_?(m.value=L,v(R,C,m)):R[C]=L,++C;T=C}}if(T===void 0)for(T=i(y.length),_&&(R=new _(T)),x=0;x<T;++x)L=w?d.call(w,E,y[x],x):y[x],_?(m.value=L,v(R,x,m)):R[x]=L;return _&&(m.value=null,R.length=T),R}}),es=A(function(e,t){t.exports=tb()()?Array.from:mb()}),hb=A(function(e,t){var r=es(),a=Array.isArray;t.exports=function(n){return a(n)?n:r(n)}}),vb=A(function(e,t){var r=hb(),a=Hr(),n=Cr(),i=Array.prototype.slice,o;o=function(u){return this.map(function(l,c){return l?l(u[c]):u[c]}).concat(i.call(u,this.length))},t.exports=function(s){return s=r(s),s.forEach(function(u){a(u)&&n(u)}),o.bind(s)}}),gb=A(function(e,t){var r=Cr();t.exports=function(a){var n;return typeof a=="function"?{set:a,get:a}:(n={get:r(a.get)},a.set!==void 0?(n.set=r(a.set),a.delete&&(n.delete=r(a.delete)),a.clear&&(n.clear=r(a.clear)),n):(n.set=n.get,n))}}),bb=A(function(e,t){var r=Ug(),a=wc(),n=Ur(),i=eb().methods,o=vb(),s=gb(),u=Function.prototype.apply,l=Function.prototype.call,c=Object.create,d=Object.defineProperties,m=i.on,v=i.emit;t.exports=function(y,w,E){var _=c(null),x,C,R,T,O,P,$,X,L,H,W,Z,le,ve,ae;return w!==!1?C=w:isNaN(y.length)?C=1:C=y.length,E.normalizer&&(H=s(E.normalizer),R=H.get,T=H.set,O=H.delete,P=H.clear),E.resolvers!=null&&(ae=o(E.resolvers)),R?ve=a(function(pe){var G,se,F=arguments;if(ae&&(F=ae(F)),G=R(F),G!==null&&hasOwnProperty.call(_,G))return W&&x.emit("get",G,F,this),_[G];if(F.length===1?se=l.call(y,this,F[0]):se=u.call(y,this,F),G===null){if(G=R(F),G!==null)throw r("Circular invocation","CIRCULAR_INVOCATION");G=T(F)}else if(hasOwnProperty.call(_,G))throw r("Circular invocation","CIRCULAR_INVOCATION");return _[G]=se,Z&&x.emit("set",G,null,se),se},C):w===0?ve=function(){var G;if(hasOwnProperty.call(_,"data"))return W&&x.emit("get","data",arguments,this),_.data;if(arguments.length?G=u.call(y,this,arguments):G=l.call(y,this),hasOwnProperty.call(_,"data"))throw r("Circular invocation","CIRCULAR_INVOCATION");return _.data=G,Z&&x.emit("set","data",null,G),G}:ve=function(G){var se,F=arguments,J;if(ae&&(F=ae(arguments)),J=String(F[0]),hasOwnProperty.call(_,J))return W&&x.emit("get",J,F,this),_[J];if(F.length===1?se=l.call(y,this,F[0]):se=u.call(y,this,F),hasOwnProperty.call(_,J))throw r("Circular invocation","CIRCULAR_INVOCATION");return _[J]=se,Z&&x.emit("set",J,null,se),se},x={original:y,memoized:ve,profileName:E.profileName,get:function(G){return ae&&(G=ae(G)),R?R(G):String(G[0])},has:function(G){return hasOwnProperty.call(_,G)},delete:function(G){var se;hasOwnProperty.call(_,G)&&(O&&O(G),se=_[G],delete _[G],le&&x.emit("delete",G,se))},clear:function(){var G=_;P&&P(),_=c(null),x.emit("clear",G)},on:function(G,se){return G==="get"?W=!0:G==="set"?Z=!0:G==="delete"&&(le=!0),m.call(this,G,se)},emit:v,updateEnv:function(){y=x.original}},R?$=a(function(pe){var G,se=arguments;ae&&(se=ae(se)),G=R(se),G!==null&&x.delete(G)},C):w===0?$=function(){return x.delete("data")}:$=function(G){return ae&&(G=ae(arguments)[0]),x.delete(G)},X=a(function(){var pe,G=arguments;return w===0?_.data:(ae&&(G=ae(G)),R?pe=R(G):pe=String(G[0]),_[pe])}),L=a(function(){var pe,G=arguments;return w===0?x.has("data"):(ae&&(G=ae(G)),R?pe=R(G):pe=String(G[0]),pe===null?!1:x.has(pe))}),d(ve,{__memoized__:n(!0),delete:n($),clear:n(x.clear),_get:n(X),_has:n(L)}),x}}),yb=A(function(e,t){var r=Cr(),a=Jn(),n=Gr(),i=bb(),o=gc();t.exports=function s(u){var l,c,d;if(r(u),l=Object(arguments[1]),l.async&&l.promise)throw new Error("Options 'async' and 'promise' cannot be used together");return hasOwnProperty.call(u,"__memoized__")&&!l.force?u:(c=o(l.length,u.length,l.async&&n.async),d=i(u,c,l),a(n,function(m,v){l[v]&&m(l[v],d,l)}),s.__profiler__&&s.__profiler__(d),d.updateEnv(),d.memoized)}}),wb=A(function(e,t){t.exports=function(r){var a,n,i=r.length;if(!i)return"";for(a=String(r[n=0]);--i;)a+=""+r[++n];return a}}),Db=A(function(e,t){t.exports=function(r){return r?function(a){for(var n=String(a[0]),i=0,o=r;--o;)n+=""+a[++i];return n}:function(){return""}}}),Eb=A(function(e,t){t.exports=function(){var r=Number.isNaN;return typeof r!="function"?!1:!r({})&&r(NaN)&&!r(34)}}),_b=A(function(e,t){t.exports=function(r){return r!==r}}),xb=A(function(e,t){t.exports=Eb()()?Number.isNaN:_b()}),ts=A(function(e,t){var r=xb(),a=Vr(),n=la(),i=Array.prototype.indexOf,o=Object.prototype.hasOwnProperty,s=Math.abs,u=Math.floor;t.exports=function(l){var c,d,m,v;if(!r(l))return i.apply(this,arguments);for(d=a(n(this).length),m=arguments[1],isNaN(m)?m=0:m>=0?m=u(m):m=a(this.length)-u(s(m)),c=m;c<d;++c)if(o.call(this,c)&&(v=this[c],r(v)))return c;return-1}}),Ab=A(function(e,t){var r=ts(),a=Object.create;t.exports=function(){var n=0,i=[],o=a(null);return{get:function(u){var l=0,c=i,d,m=u.length;if(m===0)return c[m]||null;if(c=c[m]){for(;l<m-1;){if(d=r.call(c[0],u[l]),d===-1)return null;c=c[1][d],++l}return d=r.call(c[0],u[l]),d===-1?null:c[1][d]||null}return null},set:function(u){var l=0,c=i,d,m=u.length;if(m===0)c[m]=++n;else{for(c[m]||(c[m]=[[],[]]),c=c[m];l<m-1;)d=r.call(c[0],u[l]),d===-1&&(d=c[0].push(u[l])-1,c[1].push([[],[]])),c=c[1][d],++l;d=r.call(c[0],u[l]),d===-1&&(d=c[0].push(u[l])-1),c[1][d]=++n}return o[n]=u,n},delete:function(u){var l=0,c=i,d,m=o[u],v=m.length,y=[];if(v===0)delete c[v];else if(c=c[v]){for(;l<v-1;){if(d=r.call(c[0],m[l]),d===-1)return;y.push(c,d),c=c[1][d],++l}if(d=r.call(c[0],m[l]),d===-1)return;for(u=c[1][d],c[0].splice(d,1),c[1].splice(d,1);!c[0].length&&y.length;)d=y.pop(),c=y.pop(),c[0].splice(d,1),c[1].splice(d,1)}delete o[u]},clear:function(){i=[],o=a(null)}}}}),Cb=A(function(e,t){var r=ts();t.exports=function(){var a=0,n=[],i=[];return{get:function(s){var u=r.call(n,s[0]);return u===-1?null:i[u]},set:function(s){return n.push(s[0]),i.push(++a),a},delete:function(s){var u=r.call(i,s);u!==-1&&(n.splice(u,1),i.splice(u,1))},clear:function(){n=[],i=[]}}}}),Rb=A(function(e,t){var r=ts(),a=Object.create;t.exports=function(n){var i=0,o=[[],[]],s=a(null);return{get:function(l){for(var c=0,d=o,m;c<n-1;){if(m=r.call(d[0],l[c]),m===-1)return null;d=d[1][m],++c}return m=r.call(d[0],l[c]),m===-1?null:d[1][m]||null},set:function(l){for(var c=0,d=o,m;c<n-1;)m=r.call(d[0],l[c]),m===-1&&(m=d[0].push(l[c])-1,d[1].push([[],[]])),d=d[1][m],++c;return m=r.call(d[0],l[c]),m===-1&&(m=d[0].push(l[c])-1),d[1][m]=++i,s[i]=l,i},delete:function(l){for(var c=0,d=o,m,v=[],y=s[l];c<n-1;){if(m=r.call(d[0],y[c]),m===-1)return;v.push(d,m),d=d[1][m],++c}if(m=r.call(d[0],y[c]),m!==-1){for(l=d[1][m],d[0].splice(m,1),d[1].splice(m,1);!d[0].length&&v.length;)m=v.pop(),d=v.pop(),d[0].splice(m,1),d[1].splice(m,1);delete s[l]}},clear:function(){o=[[],[]],s=a(null)}}}}),_c=A(function(e,t){var r=Cr(),a=Jn(),n=Function.prototype.call;t.exports=function(i,o){var s={},u=arguments[2];return r(o),a(i,function(l,c,d,m){s[c]=n.call(o,u,l,c,d,m)}),s}}),rs=A(function(e,t){var r=function(i){if(typeof i!="function")throw new TypeError(i+" is not a function");return i},a=function(i){var o=b.createTextNode(""),s,u,l=0;return new i(function(){var c;if(s)u&&(s=u.concat(s));else{if(!u)return;s=u}if(u=s,s=null,typeof u=="function"){c=u,u=null,c();return}for(o.data=l=++l%2;u;)c=u.shift(),u.length||(u=null),c()}).observe(o,{characterData:!0}),function(c){if(r(c),s){typeof s=="function"?s=[s,c]:s.push(c);return}s=c,o.data=l=++l%2}};t.exports=function(){if((typeof process>"u"?"undefined":B(process))==="object"&&process&&typeof process.nextTick=="function")return process.nextTick;if(typeof queueMicrotask=="function")return function(n){queueMicrotask(r(n))};if((typeof b>"u"?"undefined":B(b))==="object"&&b){if(typeof MutationObserver=="function")return a(MutationObserver);if(typeof WebKitMutationObserver=="function")return a(WebKitMutationObserver)}return typeof setImmediate=="function"?function(n){setImmediate(r(n))}:typeof setTimeout=="function"||(typeof setTimeout>"u"?"undefined":B(setTimeout))==="object"?function(n){setTimeout(r(n),0)}:null}()}),Tb=A(function(){var e=es(),t=_c(),r=yc(),a=wc(),n=rs(),i=Array.prototype.slice,o=Function.prototype.apply,s=Object.create;Gr().async=function(u,l){var c=s(null),d=s(null),m=l.memoized,v=l.original,y,w,E;l.memoized=a(function(_){var x=arguments,C=x[x.length-1];return typeof C=="function"&&(y=C,x=i.call(x,0,-1)),m.apply(w=this,E=x)},m);try{r(l.memoized,m)}catch{}l.on("get",function(_){var x,C,R;if(y){if(c[_]){typeof c[_]=="function"?c[_]=[c[_],y]:c[_].push(y),y=null;return}x=y,C=w,R=E,y=w=E=null,n(function(){var T;hasOwnProperty.call(d,_)?(T=d[_],l.emit("getasync",_,R,C),o.call(x,T.context,T.args)):(y=x,w=C,E=R,m.apply(C,R))})}}),l.original=function(){var _,x,C,R;return y?(_=e(arguments),x=function T(O){var P,$,X=T.id;if(X==null){n(o.bind(T,this,arguments));return}if(delete T.id,P=c[X],delete c[X],!!P)return $=e(arguments),l.has(X)&&(O?l.delete(X):(d[X]={context:this,args:$},l.emit("setasync",X,typeof P=="function"?1:P.length))),typeof P=="function"?R=o.call(P,this,$):P.forEach(function(L){R=o.call(L,this,$)},this),R},C=y,y=w=E=null,_.push(x),R=o.call(v,this,_),x.cb=C,y=x,R):o.call(v,this,arguments)},l.on("set",function(_){if(!y){l.delete(_);return}c[_]?typeof c[_]=="function"?c[_]=[c[_],y.cb]:c[_].push(y.cb):c[_]=y.cb,delete y.cb,y.id=_,y=null}),l.on("delete",function(_){var x;hasOwnProperty.call(c,_)||d[_]&&(x=d[_],delete d[_],l.emit("deleteasync",_,i.call(x.args,1)))}),l.on("clear",function(){var _=d;d=s(null),l.emit("clearasync",t(_,function(x){return i.call(x.args,1)}))})}}),Fb=A(function(e,t){var r=Array.prototype.forEach,a=Object.create;t.exports=function(n){var i=a(null);return r.call(arguments,function(o){i[o]=!0}),i}}),xc=A(function(e,t){t.exports=function(r){return typeof r=="function"}}),Sb=A(function(e,t){var r=xc();t.exports=function(a){try{return a&&r(a.toString)?a.toString():String(a)}catch{throw new TypeError("Passed argument cannot be stringifed")}}}),kb=A(function(e,t){var r=la(),a=Sb();t.exports=function(n){return a(r(n))}}),Ob=A(function(e,t){var r=xc();t.exports=function(a){try{return a&&r(a.toString)?a.toString():String(a)}catch{return"<Non-coercible to string value>"}}}),Ib=A(function(e,t){var r=Ob(),a=/[\n\r\u2028\u2029]/g;t.exports=function(n){var i=r(n);return i.length>100&&(i=i.slice(0,99)+"…"),i=i.replace(a,function(o){return JSON.stringify(o).slice(1,-1)}),i}}),Ac=A(function(e,t){t.exports=r,t.exports.default=r;function r(a){return!!a&&(B(a)==="object"||typeof a=="function")&&typeof a.then=="function"}}),Nb=A(function(){var e=_c(),t=Fb(),r=kb(),a=Ib(),n=Ac(),i=rs(),o=Object.create,s=t("then","then:finally","done","done:finally");Gr().promise=function(u,l){var c=o(null),d=o(null),m=o(null);if(u===!0)u=null;else if(u=r(u),!s[u])throw new TypeError("'"+a(u)+"' is not valid promise mode");l.on("set",function(v,y,w){var E=!1;if(!n(w)){d[v]=w,l.emit("setasync",v,1);return}c[v]=1,m[v]=w;var _=function(O){var P=c[v];if(E)throw new Error(`Memoizee error: Detected unordered then|done & finally resolution, which in turn makes proper detection of success/failure impossible (when in 'done:finally' mode)
18
- Consider to rely on 'then' or 'done' mode instead.`);P&&(delete c[v],d[v]=O,l.emit("setasync",v,P))},x=function(){E=!0,c[v]&&(delete c[v],delete m[v],l.delete(v))},C=u;if(C||(C="then"),C==="then"){var R=function(){i(x)};w=w.then(function(T){i(_.bind(this,T))},R),typeof w.finally=="function"&&w.finally(R)}else if(C==="done"){if(typeof w.done!="function")throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done' mode");w.done(_,x)}else if(C==="done:finally"){if(typeof w.done!="function")throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done:finally' mode");if(typeof w.finally!="function")throw new Error("Memoizee error: Retrieved promise does not implement 'finally' in 'done:finally' mode");w.done(_),w.finally(x)}}),l.on("get",function(v,y,w){var E;if(c[v]){++c[v];return}E=m[v];var _=function(){l.emit("getasync",v,y,w)};n(E)?typeof E.done=="function"?E.done(_):E.then(function(){i(_)}):_()}),l.on("delete",function(v){if(delete m[v],c[v]){delete c[v];return}if(hasOwnProperty.call(d,v)){var y=d[v];delete d[v],l.emit("deleteasync",v,[y])}}),l.on("clear",function(){var v=d;d=o(null),c=o(null),m=o(null),l.emit("clearasync",e(v,function(y){return[y]}))})}}),Mb=A(function(){var e=Cr(),t=Jn(),r=Gr(),a=Function.prototype.apply;r.dispose=function(n,i,o){var s;if(e(n),o.async&&r.async||o.promise&&r.promise){i.on("deleteasync",s=function(l,c){a.call(n,null,c)}),i.on("clearasync",function(u){t(u,function(l,c){s(c,l)})});return}i.on("delete",s=function(l,c){n(c)}),i.on("clear",function(u){t(u,function(l,c){s(c,l)})})}}),Pb=A(function(e,t){t.exports=2147483647}),Lb=A(function(e,t){var r=Vr(),a=Pb();t.exports=function(n){if(n=r(n),n>a)throw new TypeError(n+" exceeds maximum possible timeout");return n}}),Bb=A(function(){var e=es(),t=Jn(),r=rs(),a=Ac(),n=Lb(),i=Gr(),o=Function.prototype,s=Math.max,u=Math.min,l=Object.create;i.maxAge=function(c,d,m){var v,y,w,E;c=n(c),c&&(v=l(null),y=m.async&&i.async||m.promise&&i.promise?"async":"",d.on("set"+y,function(_){v[_]=setTimeout(function(){d.delete(_)},c),typeof v[_].unref=="function"&&v[_].unref(),E&&(E[_]&&E[_]!=="nextTick"&&clearTimeout(E[_]),E[_]=setTimeout(function(){delete E[_]},w),typeof E[_].unref=="function"&&E[_].unref())}),d.on("delete"+y,function(_){clearTimeout(v[_]),delete v[_],E&&(E[_]!=="nextTick"&&clearTimeout(E[_]),delete E[_])}),m.preFetch&&(m.preFetch===!0||isNaN(m.preFetch)?w=.333:w=s(u(Number(m.preFetch),1),0),w&&(E={},w=(1-w)*c,d.on("get"+y,function(_,x,C){E[_]||(E[_]="nextTick",r(function(){var R;E[_]==="nextTick"&&(delete E[_],d.delete(_),m.async&&(x=e(x),x.push(o)),R=d.memoized.apply(C,x),m.promise&&a(R)&&(typeof R.done=="function"?R.done(o,o):R.then(o,o)))}))}))),d.on("clear"+y,function(){t(v,function(_){clearTimeout(_)}),v={},E&&(t(E,function(_){_!=="nextTick"&&clearTimeout(_)}),E={})}))}}),$b=A(function(e,t){var r=Vr(),a=Object.create,n=Object.prototype.hasOwnProperty;t.exports=function(i){var o=0,s=1,u=a(null),l=a(null),c=0,d;return i=r(i),{hit:function(v){var y=l[v],w=++c;if(u[w]=v,l[v]=w,!y)return++o,o<=i?void 0:(v=u[s],d(v),v);if(delete u[y],s===y)for(;!n.call(u,++s););},delete:d=function(v){var y=l[v];if(y&&(delete u[y],delete l[v],--o,s===y)){if(!o){c=0,s=1;return}for(;!n.call(u,++s););}},clear:function(){o=0,s=1,u=a(null),l=a(null),c=0}}}}),qb=A(function(){var e=Vr(),t=$b(),r=Gr();r.max=function(a,n,i){var o,s,u;a=e(a),a&&(s=t(a),o=i.async&&r.async||i.promise&&r.promise?"async":"",n.on("set"+o,u=function(c){c=s.hit(c),c!==void 0&&n.delete(c)}),n.on("get"+o,u),n.on("delete"+o,s.delete),n.on("clear"+o,s.clear))}}),jb=A(function(){var e=Ur(),t=Gr(),r=Object.create,a=Object.defineProperties;t.refCounter=function(n,i,o){var s,u;s=r(null),u=o.async&&t.async||o.promise&&t.promise?"async":"",i.on("set"+u,function(l,c){s[l]=c||1}),i.on("get"+u,function(l){++s[l]}),i.on("delete"+u,function(l){delete s[l]}),i.on("clear"+u,function(){s={}}),a(i.memoized,{deleteRef:e(function(){var l=i.get(arguments);return l===null||!s[l]?null:--s[l]?!1:(i.delete(l),!0)}),getRefCount:e(function(){var l=i.get(arguments);return l===null||!s[l]?0:s[l]})})}}),zb=A(function(e,t){var r=vc(),a=gc(),n=yb();t.exports=function(i){var o=r(arguments[1]),s;return o.normalizer||(s=o.length=a(o.length,i.length,o.async),s!==0&&(o.primitive?s===!1?o.normalizer=wb():s>1&&(o.normalizer=Db()(s)):s===!1?o.normalizer=Ab()():s===1?o.normalizer=Cb()():o.normalizer=Rb()(s))),o.async&&Tb(),o.promise&&Nb(),o.dispose&&Mb(),o.maxAge&&Bb(),o.max&&qb(),o.refCounter&&jb(),n(i,o)}}),Hb=[{name:"NA",value:"inapplicable",priority:0,group:"inapplicable"},{name:"PASS",value:"passed",priority:1,group:"passes"},{name:"CANTTELL",value:"cantTell",priority:2,group:"incomplete"},{name:"FAIL",value:"failed",priority:3,group:"violations"}],Kt={helpUrlBase:"https://dequeuniversity.com/rules/",gridSize:200,selectorSimilarFilterLimit:700,results:[],resultGroups:[],resultGroupMap:{},impact:Object.freeze(["minor","moderate","serious","critical"]),preload:Object.freeze({assets:["cssom","media"],timeout:1e4}),allOrigins:"<unsafe_all_origins>",sameOrigin:"<same_origin>",serializableErrorProps:Object.freeze(["message","stack","name","code","ruleId","method"])};Hb.forEach(function(e){var t=e.name,r=e.value,a=e.priority,n=e.group;Kt[t]=r,Kt[t+"_PRIO"]=a,Kt[t+"_GROUP"]=n,Kt.results[a]=r,Kt.resultGroups[a]=n,Kt.resultGroupMap[r]=n}),Object.freeze(Kt.results),Object.freeze(Kt.resultGroups),Object.freeze(Kt.resultGroupMap),Object.freeze(Kt);var ye=Kt;function Vb(){(typeof console>"u"?"undefined":B(console))==="object"&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}var Wr=Vb,Gb=/[\t\r\n\f]/g,Ub=function(){function e(){Vt(this,e),this.parent=void 0}return Gt(e,[{key:"props",get:function(){throw new Error('VirtualNode class must have a "props" object consisting of "nodeType" and "nodeName" properties')}},{key:"attrNames",get:function(){throw new Error('VirtualNode class must have an "attrNames" property')}},{key:"attr",value:function(){throw new Error('VirtualNode class must have an "attr" function')}},{key:"hasAttr",value:function(){throw new Error('VirtualNode class must have a "hasAttr" function')}},{key:"hasClass",value:function(r){var a=this.attr("class");if(!a)return!1;var n=" "+r+" ";return(" "+a+" ").replace(Gb," ").indexOf(n)>=0}}])}(),dt=Ub,as={};Ut(as,{DqElement:function(){return $t},RuleError:function(){return io},aggregate:function(){return ti},aggregateChecks:function(){return Tc},aggregateNodeResults:function(){return Fc},aggregateResult:function(){return Sc},areStylesSet:function(){return Jb},assert:function(){return Oe},checkHelper:function(){return ks},clone:function(){return gr},closest:function(){return Ft},collectResultsFromFrames:function(){return wf},contains:function(){return br},convertSelector:function(){return _i},cssParser:function(){return Jd},deepMerge:function(){return Vs},escapeSelector:function(){return Ke},extendMetaData:function(){return Gs},filterHtmlAttrs:function(){return Np},finalizeRuleResult:function(){return ja},findBy:function(){return sn},getAllChecks:function(){return Ti},getAncestry:function(){return Ei},getBaseLang:function(){return ta},getCheckMessage:function(){return b_},getCheckOption:function(){return Ji},getElementSource:function(){return Zd},getEnvironmentData:function(){return Br},getFlattenedTree:function(){return Nu},getFrameContexts:function(){return M_},getFriendlyUriEnd:function(){return Ic},getNodeAttributes:function(){return Va},getNodeFromTree:function(){return Ee},getPreloadConfig:function(){return Sp},getRootNode:function(){return un},getRule:function(){return mp},getScroll:function(){return Dr},getScrollState:function(){return B_},getSelector:function(){return Fs},getSelectorData:function(){return Di},getShadowSelector:function(){return Cs},getStandards:function(){return $_},getStyleSheetFactory:function(){return gp},getXpath:function(){return Xd},injectStyle:function(){return z_},isArrayLike:function(){return $u},isContextObject:function(){return qu},isContextProp:function(){return to},isContextSpec:function(){return bp},isHidden:function(){return H_},isHtmlElement:function(){return zu},isLabelledFramesSelector:function(){return ju},isLabelledShadowDomSelector:function(){return ro},isNodeInContext:function(){return Hu},isShadowRoot:function(){return Si},isValidLang:function(){return so},isXHTML:function(){return Ja},matchAncestry:function(){return Vu},matches:function(){return Is},matchesExpression:function(){return pa},matchesSelector:function(){return ca},memoize:function(){return Ve},mergeResults:function(){return Fi},nodeLookup:function(){return Se},nodeSerializer:function(){return qt},nodeSorter:function(){return Gu},objectHasOwn:function(){return lr},parseCrossOriginStylesheet:function(){return Wu},parseSameOriginStylesheet:function(){return Dp},parseStylesheet:function(){return Uu},parseTabindex:function(){return cr},performanceTimer:function(){return Ne},pollyfillElementsFromPoint:function(){return Ep},preload:function(){return Tp},preloadCssom:function(){return xp},preloadMedia:function(){return Rp},processMessage:function(){return Bu},publishMetaData:function(){return ao},querySelectorAll:function(){return It},querySelectorAllFilter:function(){return dr},queue:function(){return ir},respondable:function(){return Qt},ruleShouldRun:function(){return Ip},select:function(){return Yu},sendCommandToFrame:function(){return vf},serializeError:function(){return no},setScrollState:function(){return Ex},shadowSelect:function(){return _x},shadowSelectAll:function(){return Ku},shouldPreload:function(){return Fp},toArray:function(){return Oc},tokenList:function(){return Et},uniqueArray:function(){return _n},uuid:function(){return Rw},validInputTypes:function(){return oo},validLangs:function(){return $p}});function Wb(e,t,r){t=t.slice(),r&&t.push(r);var a=t.map(function(n){return e.indexOf(n)}).sort();return e[a.pop()]}var ti=Wb,Yb=ye.CANTTELL_PRIO,Kb=ye.FAIL_PRIO,ri=[];ri[ye.PASS_PRIO]=!0,ri[ye.CANTTELL_PRIO]=null,ri[ye.FAIL_PRIO]=!1;var Cc=["any","all","none"];function Rc(e,t){return Cc.reduce(function(r,a){return r[a]=(e[a]||[]).map(function(n){return t(n,a)}),r},{})}function Xb(e){var t=Object.assign({},e);Rc(t,function(n,i){var o=typeof n.result>"u"?-1:ri.indexOf(n.result);n.priority=o!==-1?o:ye.CANTTELL_PRIO,i==="none"&&(n.priority===ye.PASS_PRIO?n.priority=ye.FAIL_PRIO:n.priority===ye.FAIL_PRIO&&(n.priority=ye.PASS_PRIO))});var r={all:t.all.reduce(function(n,i){return Math.max(n,i.priority)},0),none:t.none.reduce(function(n,i){return Math.max(n,i.priority)},0),any:t.any.reduce(function(n,i){return Math.min(n,i.priority)},4)%4};t.priority=Math.max(r.all,r.none,r.any);var a=[];return Cc.forEach(function(n){t[n]=t[n].filter(function(i){return i.priority===t.priority&&i.priority===r[n]}),t[n].forEach(function(i){return a.push(i.impact)})}),[Yb,Kb].includes(t.priority)?t.impact=ti(ye.impact,a):t.impact=null,Rc(t,function(n){delete n.result,delete n.priority}),t.result=ye.results[t.priority],delete t.priority,t}var Tc=Xb;function ja(e){var t=g._audit.rules.find(function(r){var a=r.id;return a===e.id});return t&&t.impact&&e.nodes.forEach(function(r){["any","all","none"].forEach(function(a){(r[a]||[]).forEach(function(n){n.impact=t.impact})})}),Object.assign(e,Fc(e.nodes)),delete e.nodes,e}function Zb(e){var t={};if(e=e.map(function(i){if(i.any&&i.all&&i.none)return Tc(i);if(Array.isArray(i.node))return ja(i);throw new TypeError("Invalid Result type")}),e&&e.length){var r=e.map(function(i){return i.result});t.result=ti(ye.results,r,t.result)}else t.result="inapplicable";ye.resultGroups.forEach(function(i){return t[i]=[]}),e.forEach(function(i){var o=ye.resultGroupMap[i.result];t[o].push(i)});var a=ye.FAIL_GROUP;if(t[a].length===0&&(a=ye.CANTTELL_GROUP),t[a].length>0){var n=t[a].map(function(i){return i.impact});t.impact=ti(ye.impact,n)||null}else t.impact=null;return t}var Fc=Zb;function ns(e,t,r){var a=Object.assign({},t);a.nodes=(a[r]||[]).concat(),ye.resultGroups.forEach(function(n){delete a[n]}),e[r].push(a)}function Qb(e){var t={};return ye.resultGroups.forEach(function(r){return t[r]=[]}),e.forEach(function(r){r.error?ns(t,r,ye.CANTTELL_GROUP):r.result===ye.NA?ns(t,r,ye.NA_GROUP):ye.resultGroups.forEach(function(a){Array.isArray(r[a])&&r[a].length>0&&ns(t,r,a)})}),t}var Sc=Qb;function kc(e,t,r){var a=p.getComputedStyle(e,null);if(!a)return!1;for(var n=0;n<t.length;++n){var i=t[n];if(a.getPropertyValue(i.property)===i.value)return!0}return!e.parentNode||e.nodeName.toUpperCase()===r.toUpperCase()?!1:kc(e.parentNode,t,r)}var Jb=kc;function ey(e,t){if(!e)throw new Error(t)}var Oe=ey;function ty(e){return Array.prototype.slice.call(e)}var Oc=ty;function ry(e){for(var t=String(e),r=t.length,a=-1,n,i="",o=t.charCodeAt(0);++a<r;){if(n=t.charCodeAt(a),n==0){i+="�";continue}if(n>=1&&n<=31||n==127||a==0&&n>=48&&n<=57||a==1&&n>=48&&n<=57&&o==45){i+="\\"+n.toString(16)+" ";continue}if(a==0&&r==1&&n==45){i+="\\"+t.charAt(a);continue}if(n>=128||n==45||n==95||n>=48&&n<=57||n>=65&&n<=90||n>=97&&n<=122){i+=t.charAt(a);continue}i+="\\"+t.charAt(a)}return i}var Ke=ry;function ay(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return e.length!==0&&(e.match(/[0-9]/g)||"").length>=e.length/2}function za(e,t){return[e.substring(0,t),e.substring(t)]}function Ha(e){return e.replace(/\s+$/,"")}function ny(e){var t=e,r="",a="",n="",i="",o="",s="";if(e.includes("#")){var u=za(e,e.indexOf("#")),l=Q(u,2);e=l[0],s=l[1]}if(e.includes("?")){var c=za(e,e.indexOf("?")),d=Q(c,2);e=d[0],o=d[1]}if(e.includes("://")){var m=e.split("://"),v=Q(m,2);r=v[0],e=v[1];var y=za(e,e.indexOf("/")),w=Q(y,2);a=w[0],e=w[1]}else if(e.substr(0,2)==="//"){e=e.substr(2);var E=za(e,e.indexOf("/")),_=Q(E,2);a=_[0],e=_[1]}if(a.substr(0,4)==="www."&&(a=a.substr(4)),a&&a.includes(":")){var x=za(a,a.indexOf(":")),C=Q(x,2);a=C[0],n=C[1]}return i=e,{original:t,protocol:r,domain:a,port:n,path:i,query:o,hash:s}}function iy(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!(e.length<=1||e.substr(0,5)==="data:"||e.substr(0,11)==="javascript:"||e.includes("?"))){var r=t.currentDomain,a=t.maxLength,n=a===void 0?25:a,i=ny(e),o=i.path,s=i.domain,u=i.hash,l=o.substr(o.substr(0,o.length-2).lastIndexOf("/")+1);if(u)return l&&(l+u).length<=n?Ha(l+u):l.length<2&&u.length>2&&u.length<=n?Ha(u):void 0;if(s&&s.length<n&&o.length<=1||o==="/"+l&&s&&r&&s!==r&&(s+o).length<=n)return Ha(s+o);var c=l.lastIndexOf(".");if((c===-1||c>1)&&(c!==-1||l.length>2)&&l.length<=n&&!l.match(/index(\.[a-zA-Z]{2-4})?/)&&!ay(l))return Ha(l)}}var Ic=iy;function oy(e){return e.attributes instanceof p.NamedNodeMap?e.attributes:e.cloneNode(!1).attributes}var Va=oy,sy=function(){var e;function t(r){var a=["matches","matchesSelector","mozMatchesSelector","webkitMatchesSelector","msMatchesSelector"],n=a.length,i,o;for(i=0;i<n;i++)if(o=a[i],r[o])return o}return function(r,a){return(!e||!r[e])&&(e=t(r)),r[e]?r[e](a):!1}}(),ca=sy,Nc={};Ut(Nc,{ArrayFrom:function(){return Vd.default},Colorjs:function(){return ze},CssSelectorParser:function(){return Mc.CssSelectorParser},doT:function(){return Rr.default},emojiRegexText:function(){return is},memoize:function(){return Pc.default}});var uy=rr(Rv()),ly=rr(Tv());rr(Fv());var cy=rr(Hv()),dy=rr(eg()),fy=rr(mc());"hasOwn"in Object||(Object.hasOwn=cy.default),"values"in Object||(Object.values=dy.default),"Promise"in p||uy.default.polyfill(),"Uint32Array"in p||(p.Uint32Array=ly.Uint32Array),p.Uint32Array&&("some"in p.Uint32Array.prototype||Object.defineProperty(p.Uint32Array.prototype,"some",{value:Array.prototype.some}),"reduce"in p.Uint32Array.prototype||Object.defineProperty(p.Uint32Array.prototype,"reduce",{value:Array.prototype.reduce})),typeof Object.assign!="function"&&function(){Object.assign=function(e){if(e==null)throw new TypeError("Cannot convert undefined or null to object");for(var t=Object(e),r=1;r<arguments.length;r++){var a=arguments[r];if(a!=null)for(var n in a)a.hasOwnProperty(n)&&(t[n]=a[n])}return t}}(),Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(t){if(this===null)throw new TypeError("Array.prototype.find called on null or undefined");if(typeof t!="function")throw new TypeError("predicate must be a function");for(var r=Object(this),a=r.length>>>0,n=arguments[1],i,o=0;o<a;o++)if(i=r[o],t.call(n,i,o,r))return i}}),Array.prototype.findIndex||Object.defineProperty(Array.prototype,"findIndex",{value:function(t,r){if(this===null)throw new TypeError("Array.prototype.find called on null or undefined");if(typeof t!="function")throw new TypeError("predicate must be a function");for(var a=Object(this),n=a.length>>>0,i,o=0;o<n;o++)if(i=a[o],t.call(r,i,o,a))return o;return-1}}),Array.prototype.includes||Object.defineProperty(Array.prototype,"includes",{value:function(t){var r=Object(this),a=parseInt(r.length,10)||0;if(a===0)return!1;var n=parseInt(arguments[1],10)||0,i;n>=0?i=n:(i=a+n,i<0&&(i=0));for(var o;i<a;){if(o=r[i],t===o||t!==t&&o!==o)return!0;i++}return!1}}),Array.prototype.some||Object.defineProperty(Array.prototype,"some",{value:function(t){if(this==null)throw new TypeError("Array.prototype.some called on null or undefined");if(typeof t!="function")throw new TypeError;for(var r=Object(this),a=r.length>>>0,n=arguments.length>=2?arguments[1]:void 0,i=0;i<a;i++)if(i in r&&t.call(n,r[i],i,r))return!0;return!1}}),Array.from||(Array.from=fy.default),String.prototype.includes||(String.prototype.includes=function(e,t){return typeof t!="number"&&(t=0),t+e.length>this.length?!1:this.indexOf(e,t)!==-1}),Array.prototype.flat||Object.defineProperty(Array.prototype,"flat",{configurable:!0,value:function e(){var t=isNaN(arguments[0])?1:Number(arguments[0]);return t?Array.prototype.reduce.call(this,function(r,a){return Array.isArray(a)?r.push.apply(r,e.call(a,t-1)):r.push(a),r},[]):Array.prototype.slice.call(this)},writable:!0}),p.Node&&!("isConnected"in p.Node.prototype)&&Object.defineProperty(p.Node.prototype,"isConnected",{get:function(){return!this.ownerDocument||!(this.ownerDocument.compareDocumentPosition(this)&this.DOCUMENT_POSITION_DISCONNECTED)}});var Mc=rr(Og()),Rr=rr(Ig()),is=function(){return/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g},Pc=rr(zb());function nt(e,t){var r=e.length;Array.isArray(e[0])||(e=[e]),Array.isArray(t[0])||(t=t.map(function(o){return[o]}));var a=t[0].length,n=t[0].map(function(o,s){return t.map(function(u){return u[s]})}),i=e.map(function(o){return n.map(function(s){var u=0;if(!Array.isArray(o)){var l=je(s),c;try{for(l.s();!(c=l.n()).done;){var d=c.value;u+=o*d}}catch(v){l.e(v)}finally{l.f()}return u}for(var m=0;m<o.length;m++)u+=o[m]*(s[m]||0);return u})});return r===1&&(i=i[0]),a===1?i.map(function(o){return o[0]}):i}function Ga(e){return Tr(e)==="string"}function Tr(e){var t=Object.prototype.toString.call(e);return(t.match(/^\[object\s+(.*?)\]$/)[1]||"").toLowerCase()}function ai(e,t){e=+e,t=+t;var r=(Math.floor(e)+"").length;if(t>r)return+e.toFixed(t-r);var a=Math.pow(10,r-t);return Math.round(e/a)*a}function Lc(e){if(e){e=e.trim();var t=/^([a-z]+)\((.+?)\)$/i,r=/^-?[\d.]+$/,a=e.match(t);if(a){var n=[];return a[2].replace(/\/?\s*([-\w.]+(?:%|deg)?)/g,function(i,o){/%$/.test(o)?(o=new Number(o.slice(0,-1)/100),o.type="<percentage>"):/deg$/.test(o)?(o=new Number(+o.slice(0,-3)),o.type="<angle>",o.unit="deg"):r.test(o)&&(o=new Number(o),o.type="<number>"),i.startsWith("/")&&(o=o instanceof Number?o:new Number(o),o.alpha=!0),n.push(o)}),{name:a[1].toLowerCase(),rawName:a[1],rawArgs:a[2],args:n}}}}function Bc(e){return e[e.length-1]}function ni(e,t,r){return isNaN(e)?t:isNaN(t)?e:e+(t-e)*r}function $c(e,t,r){return(r-e)/(t-e)}function os(e,t,r){return ni(t[0],t[1],$c(e[0],e[1],r))}function qc(e){return e.map(function(t){return t.split("|").map(function(r){r=r.trim();var a=r.match(/^(<[a-z]+>)\[(-?[.\d]+),\s*(-?[.\d]+)\]?$/);if(a){var n=new String(a[1]);return n.range=[+a[2],+a[3]],n}return r})})}var py=Object.freeze({__proto__:null,isString:Ga,type:Tr,toPrecision:ai,parseFunction:Lc,last:Bc,interpolate:ni,interpolateInv:$c,mapRange:os,parseCoordGrammar:qc,multiplyMatrices:nt}),my=function(){function e(){Vt(this,e)}return Gt(e,[{key:"add",value:function(r,a,n){if(typeof arguments[0]!="string"){for(var r in arguments[0])this.add(r,arguments[0][r],arguments[1]);return}(Array.isArray(r)?r:[r]).forEach(function(i){this[i]=this[i]||[],a&&this[i][n?"unshift":"push"](a)},this)}},{key:"run",value:function(r,a){this[r]=this[r]||[],this[r].forEach(function(n){n.call(a&&a.context?a.context:a,a)})}}])}(),Fr=new my,nr={gamut_mapping:"lch.c",precision:5,deltaE:"76"},Xt={D50:[.3457/.3585,1,(1-.3457-.3585)/.3585],D65:[.3127/.329,1,(1-.3127-.329)/.329]};function ss(e){return Array.isArray(e)?e:Xt[e]}function ii(e,t,r){var a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(e=ss(e),t=ss(t),!e||!t)throw new TypeError("Missing white point to convert ".concat(e?"":"from").concat(!e&&!t?"/":"").concat(t?"":"to"));if(e===t)return r;var n={W1:e,W2:t,XYZ:r,options:a};if(Fr.run("chromatic-adaptation-start",n),n.M||(n.W1===Xt.D65&&n.W2===Xt.D50?n.M=[[1.0479298208405488,.022946793341019088,-.05019222954313557],[.029627815688159344,.990434484573249,-.01707382502938514],[-.009243058152591178,.015055144896577895,.7518742899580008]]:n.W1===Xt.D50&&n.W2===Xt.D65&&(n.M=[[.9554734527042182,-.023098536874261423,.0632593086610217],[-.028369706963208136,1.0099954580058226,.021041398966943008],[.012314001688319899,-.020507696433477912,1.3303659366080753]])),Fr.run("chromatic-adaptation-end",n),n.M)return nt(n.M,n.XYZ);throw new TypeError("Only Bradford CAT with white points D50 and D65 supported for now.")}var hy=75e-6,Zt=(k=new WeakSet,M=new WeakMap,function(){function e(t){var r,a,n,i,o,s,u;Vt(this,e),$l(this,k),xr(this,M,void 0),this.id=t.id,this.name=t.name,this.base=t.base?Zt.get(t.base):null,this.aliases=t.aliases,this.base&&(this.fromBase=t.fromBase,this.toBase=t.toBase);var l=(r=t.coords)!==null&&r!==void 0?r:this.base.coords;this.coords=l;var c=(a=(n=t.white)!==null&&n!==void 0?n:this.base.white)!==null&&a!==void 0?a:"D65";this.white=ss(c),this.formats=(i=t.formats)!==null&&i!==void 0?i:{};for(var d in this.formats){var m=this.formats[d];m.type||(m.type="function"),m.name||(m.name=d)}t.cssId&&!((o=this.formats.functions)!==null&&o!==void 0&&o.color)?(this.formats.color={id:t.cssId},Object.defineProperty(this,"cssId",{value:t.cssId})):(s=this.formats)!==null&&s!==void 0&&s.color&&!((u=this.formats)!==null&&u!==void 0&&u.color.id)&&(this.formats.color.id=this.id),this.referred=t.referred,_t(M,this,sa(k,this,vy).call(this).reverse()),Fr.run("colorspace-init-end",this)}return Gt(e,[{key:"inGamut",value:function(r){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=a.epsilon,i=n===void 0?hy:n;if(this.isPolar)return r=this.toBase(r),this.base.inGamut(r,{epsilon:i});var o=Object.values(this.coords);return r.every(function(s,u){var l=o[u];if(l.type!=="angle"&&l.range){if(Number.isNaN(s))return!0;var c=Q(l.range,2),d=c[0],m=c[1];return(d===void 0||s>=d-i)&&(m===void 0||s<=m+i)}return!0})}},{key:"cssId",get:function(){var r;return((r=this.formats.functions)===null||r===void 0||(r=r.color)===null||r===void 0?void 0:r.id)||this.id}},{key:"isPolar",get:function(){for(var r in this.coords)if(this.coords[r].type==="angle")return!0;return!1}},{key:"getFormat",value:function(r){if(B(r)==="object")return r=sa(k,this,jc).call(this,r),r;var a;return r==="default"?a=Object.values(this.formats)[0]:a=this.formats[r],a?(a=sa(k,this,jc).call(this,a),a):null}},{key:"to",value:function(r,a){if(arguments.length===1){var n=[r.space,r.coords];r=n[0],a=n[1]}if(r=Zt.get(r),this===r)return a;a=a.map(function(m){return Number.isNaN(m)?0:m});for(var i=Ht(M,this),o=Ht(M,r),s,u,l=0;l<i.length&&i[l]===o[l];l++)s=i[l],u=l;if(!s)throw new Error("Cannot convert between color spaces ".concat(this," and ").concat(r,": no connection space was found"));for(var c=i.length-1;c>u;c--)a=i[c].toBase(a);for(var d=u+1;d<o.length;d++)a=o[d].fromBase(a);return a}},{key:"from",value:function(r,a){if(arguments.length===1){var n=[r.space,r.coords];r=n[0],a=n[1]}return r=Zt.get(r),r.to(this,a)}},{key:"toString",value:function(){return"".concat(this.name," (").concat(this.id,")")}},{key:"getMinCoords",value:function(){var r=[];for(var a in this.coords){var n,i=this.coords[a],o=i.range||i.refRange;r.push((n=o==null?void 0:o.min)!==null&&n!==void 0?n:0)}return r}}],[{key:"all",get:function(){return de(new Set(Object.values(Zt.registry)))}},{key:"register",value:function(r,a){if(arguments.length===1&&(a=arguments[0],r=a.id),a=this.get(a),this.registry[r]&&this.registry[r]!==a)throw new Error("Duplicate color space registration: '".concat(r,"'"));if(this.registry[r]=a,arguments.length===1&&a.aliases){var n=je(a.aliases),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;this.register(o,a)}}catch(s){n.e(s)}finally{n.f()}}return a}},{key:"get",value:function(r){if(!r||r instanceof Zt)return r;var a=Tr(r);if(a==="string"){var n=Zt.registry[r.toLowerCase()];if(!n)throw new TypeError('No color space found with id = "'.concat(r,'"'));return n}for(var i=arguments.length,o=new Array(i>1?i-1:0),s=1;s<i;s++)o[s-1]=arguments[s];if(o.length)return Zt.get.apply(Zt,o);throw new TypeError("".concat(r," is not a valid color space"))}},{key:"resolveCoord",value:function(r,a){var n=Tr(r),i,o;if(n==="string")if(r.includes(".")){var s=r.split("."),u=Q(s,2);i=u[0],o=u[1]}else i=void 0,o=r;else if(Array.isArray(r)){var l=Q(r,2);i=l[0],o=l[1]}else i=r.space,o=r.coordId;if(i=Zt.get(i),i||(i=a),!i)throw new TypeError("Cannot resolve coordinate reference ".concat(r,": No color space specified and relative references are not allowed here"));if(n=Tr(o),n==="number"||n==="string"&&o>=0){var c=Object.entries(i.coords)[o];if(c)return Ae({space:i,id:c[0],index:o},c[1])}i=Zt.get(i);var d=o.toLowerCase(),m=0;for(var v in i.coords){var y,w=i.coords[v];if(v.toLowerCase()===d||((y=w.name)===null||y===void 0?void 0:y.toLowerCase())===d)return Ae({space:i,id:v,index:m},w);m++}throw new TypeError('No "'.concat(o,'" coordinate found in ').concat(i.name,". Its coordinates are: ").concat(Object.keys(i.coords).join(", ")))}}])}());function jc(e){if(e.coords&&!e.coordGrammar){e.type||(e.type="function"),e.name||(e.name="color"),e.coordGrammar=qc(e.coords);var t=Object.entries(this.coords).map(function(r,a){var n=Q(r,2);n[0];var i=n[1],o=e.coordGrammar[a][0],s=i.range||i.refRange,u=o.range,l="";return o=="<percentage>"?(u=[0,100],l="%"):o=="<angle>"&&(l="deg"),{fromRange:s,toRange:u,suffix:l}});e.serializeCoords=function(r,a){return r.map(function(n,i){var o=t[i],s=o.fromRange,u=o.toRange,l=o.suffix;return s&&u&&(n=os(s,u,n)),n=ai(n,a),l&&(n+=l),n})}}return e}function vy(){for(var e=[this],t=this;t=t.base;)e.push(t);return e}var fe=Zt;Gl(fe,"registry",{}),Gl(fe,"DEFAULT_FORMAT",{type:"functions",name:"color"});var Pt=new fe({id:"xyz-d65",name:"XYZ D65",coords:{x:{name:"X"},y:{name:"Y"},z:{name:"Z"}},white:"D65",formats:{color:{ids:["xyz-d65","xyz"]}},aliases:["xyz"]}),At=function(e){function t(r){var a,n;if(Vt(this,t),r.coords||(r.coords={r:{range:[0,1],name:"Red"},g:{range:[0,1],name:"Green"},b:{range:[0,1],name:"Blue"}}),r.base||(r.base=Pt),r.toXYZ_M&&r.fromXYZ_M){var i,o;(i=r.toBase)!==null&&i!==void 0||(r.toBase=function(s){var u=nt(r.toXYZ_M,s);return n.white!==n.base.white&&(u=ii(n.white,n.base.white,u)),u}),(o=r.fromBase)!==null&&o!==void 0||(r.fromBase=function(s){return s=ii(n.base.white,n.white,s),nt(r.fromXYZ_M,s)})}return(a=r.referred)!==null&&a!==void 0||(r.referred="display"),n=Be(this,t,[r])}return qn(t,e),Gt(t)}(fe);function zc(e){var t,r={str:(t=String(e))===null||t===void 0?void 0:t.trim()};if(Fr.run("parse-start",r),r.color)return r.color;if(r.parsed=Lc(r.str),r.parsed){var a=r.parsed.name;if(a==="color"){var n=r.parsed.args.shift(),i=r.parsed.rawArgs.indexOf("/")>0?r.parsed.args.pop():1,o=je(fe.all),s;try{var u=function(){var X=s.value,L=X.getFormat("color");if(L){var H;if(n===L.id||(H=L.ids)!==null&&H!==void 0&&H.includes(n)){var W=Object.keys(X.coords).length,Z=Array(W).fill(0);return Z.forEach(function(le,ve){return Z[ve]=r.parsed.args[ve]||0}),{v:{spaceId:X.id,coords:Z,alpha:i}}}}},l;for(o.s();!(s=o.n()).done;)if(l=u(),l)return l.v}catch($){o.e($)}finally{o.f()}var c="";if(n in fe.registry){var d,m=(d=fe.registry[n].formats)===null||d===void 0||(d=d.functions)===null||d===void 0||(d=d.color)===null||d===void 0?void 0:d.id;m&&(c="Did you mean color(".concat(m,")?"))}throw new TypeError("Cannot parse color(".concat(n,"). ")+(c||"Missing a plugin?"))}else{var v=je(fe.all),y;try{var w=function(){var X=y.value,L=X.getFormat(a);if(L&&L.type==="function"){var H=1;(L.lastAlpha||Bc(r.parsed.args).alpha)&&(H=r.parsed.args.pop());var W=r.parsed.args;return L.coordGrammar&&Object.entries(X.coords).forEach(function(Z,le){var ve,ae=Q(Z,2),pe=ae[0],G=ae[1],se=L.coordGrammar[le],F=(ve=W[le])===null||ve===void 0?void 0:ve.type;if(se=se.find(function(he){return he==F}),!se){var J=G.name||pe;throw new TypeError("".concat(F," not allowed for ").concat(J," in ").concat(a,"()"))}var j=se.range;F==="<percentage>"&&(j||(j=[0,1]));var ee=G.range||G.refRange;j&&ee&&(W[le]=os(j,ee,W[le]))}),{v:{spaceId:X.id,coords:W,alpha:H}}}},E;for(v.s();!(y=v.n()).done;)if(E=w(),E)return E.v}catch($){v.e($)}finally{v.f()}}}else{var _=je(fe.all),x;try{for(_.s();!(x=_.n()).done;){var C=x.value;for(var R in C.formats){var T=C.formats[R];if(T.type==="custom"&&!(T.test&&!T.test(r.str))){var O=T.parse(r.str);if(O){var P;return(P=O.alpha)!==null&&P!==void 0||(O.alpha=1),O}}}}}catch($){_.e($)}finally{_.f()}}throw new TypeError("Could not parse ".concat(e," as a color. Missing a plugin?"))}function Me(e){if(!e)throw new TypeError("Empty color reference");Ga(e)&&(e=zc(e));var t=e.space||e.spaceId;return t instanceof fe||(e.space=fe.get(t)),e.alpha===void 0&&(e.alpha=1),e}function Ua(e,t){return t=fe.get(t),t.from(e)}function Lt(e,t){var r=fe.resolveCoord(t,e.space),a=r.space,n=r.index,i=Ua(e,a);return i[n]}function Hc(e,t,r){return t=fe.get(t),e.coords=t.to(e.space,r),e}function Sr(e,t,r){if(e=Me(e),arguments.length===2&&Tr(arguments[1])==="object"){var a=arguments[1];for(var n in a)Sr(e,n,a[n])}else{typeof r=="function"&&(r=r(Lt(e,t)));var i=fe.resolveCoord(t,e.space),o=i.space,s=i.index,u=Ua(e,o);u[s]=r,Hc(e,o,u)}return e}var us=new fe({id:"xyz-d50",name:"XYZ D50",white:"D50",base:Pt,fromBase:function(t){return ii(Pt.white,"D50",t)},toBase:function(t){return ii("D50",Pt.white,t)},formats:{color:{}}}),gy=216/24389,Vc=24/116,oi=24389/27,ls=Xt.D50,Tt=new fe({id:"lab",name:"Lab",coords:{l:{refRange:[0,100],name:"L"},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:ls,base:us,fromBase:function(t){var r=t.map(function(n,i){return n/ls[i]}),a=r.map(function(n){return n>gy?Math.cbrt(n):(oi*n+16)/116});return[116*a[1]-16,500*(a[0]-a[1]),200*(a[1]-a[2])]},toBase:function(t){var r=[];r[1]=(t[0]+16)/116,r[0]=t[1]/500+r[1],r[2]=r[1]-t[2]/200;var a=[r[0]>Vc?Math.pow(r[0],3):(116*r[0]-16)/oi,t[0]>8?Math.pow((t[0]+16)/116,3):t[0]/oi,r[2]>Vc?Math.pow(r[2],3):(116*r[2]-16)/oi];return a.map(function(n,i){return n*ls[i]})},formats:{lab:{coords:["<number> | <percentage>","<number>","<number>"]}}});function si(e){return(e%360+360)%360}function by(e,t){if(e==="raw")return t;var r=t.map(si),a=Q(r,2),n=a[0],i=a[1],o=i-n;return e==="increasing"?o<0&&(i+=360):e==="decreasing"?o>0&&(n+=360):e==="longer"?-180<o&&o<180&&(o>0?i+=360:n+=360):e==="shorter"&&(o>180?n+=360:o<-180&&(i+=360)),[n,i]}var Wa=new fe({id:"lch",name:"LCH",coords:{l:{refRange:[0,100],name:"Lightness"},c:{refRange:[0,150],name:"Chroma"},h:{refRange:[0,360],type:"angle",name:"Hue"}},base:Tt,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o,s=.02;return Math.abs(n)<s&&Math.abs(i)<s?o=NaN:o=Math.atan2(i,n)*180/Math.PI,[a,Math.sqrt(Math.pow(n,2)+Math.pow(i,2)),si(o)]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2];return n<0&&(n=0),isNaN(i)&&(i=0),[a,n*Math.cos(i*Math.PI/180),n*Math.sin(i*Math.PI/180)]},formats:{lch:{coords:["<number> | <percentage>","<number>","<number> | <angle>"]}}}),Gc=Math.pow(25,7),ui=Math.PI,Uc=180/ui,da=ui/180;function cs(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=r.kL,n=a===void 0?1:a,i=r.kC,o=i===void 0?1:i,s=r.kH,u=s===void 0?1:s,l=Tt.from(e),c=Q(l,3),d=c[0],m=c[1],v=c[2],y=Wa.from(Tt,[d,m,v])[1],w=Tt.from(t),E=Q(w,3),_=E[0],x=E[1],C=E[2],R=Wa.from(Tt,[_,x,C])[1];y<0&&(y=0),R<0&&(R=0);var T=(y+R)/2,O=Math.pow(T,7),P=.5*(1-Math.sqrt(O/(O+Gc))),$=(1+P)*m,X=(1+P)*x,L=Math.sqrt(Math.pow($,2)+Math.pow(v,2)),H=Math.sqrt(Math.pow(X,2)+Math.pow(C,2)),W=$===0&&v===0?0:Math.atan2(v,$),Z=X===0&&C===0?0:Math.atan2(C,X);W<0&&(W+=2*ui),Z<0&&(Z+=2*ui),W*=Uc,Z*=Uc;var le=_-d,ve=H-L,ae=Z-W,pe=W+Z,G=Math.abs(ae),se;L*H===0?se=0:G<=180?se=ae:ae>180?se=ae-360:ae<-180?se=ae+360:console.log("the unthinkable has happened");var F=2*Math.sqrt(H*L)*Math.sin(se*da/2),J=(d+_)/2,j=(L+H)/2,ee=Math.pow(j,7),he;L*H===0?he=pe:G<=180?he=pe/2:pe<360?he=(pe+360)/2:he=(pe-360)/2;var re=Math.pow(J-50,2),ie=1+.015*re/Math.sqrt(20+re),Fe=1+.045*j,Pe=1;Pe-=.17*Math.cos((he-30)*da),Pe+=.24*Math.cos(2*he*da),Pe+=.32*Math.cos((3*he+6)*da),Pe-=.2*Math.cos((4*he-63)*da);var He=1+.015*j*Pe,Je=30*Math.exp(-1*Math.pow((he-275)/25,2)),st=2*Math.sqrt(ee/(ee+Gc)),ot=-1*Math.sin(2*Je*da)*st,Ue=Math.pow(le/(n*ie),2);return Ue+=Math.pow(ve/(o*Fe),2),Ue+=Math.pow(F/(u*He),2),Ue+=ot*(ve/(o*Fe))*(F/(u*He)),Math.sqrt(Ue)}var yy=75e-6;function Ya(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:e.space,r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=r.epsilon,n=a===void 0?yy:a;e=Me(e),t=fe.get(t);var i=e.coords;return t!==e.space&&(i=t.from(e)),t.inGamut(i,{epsilon:n})}function Ka(e){return{space:e.space,coords:e.coords.slice(),alpha:e.alpha}}function kr(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.method,a=r===void 0?nr.gamut_mapping:r,n=t.space,i=n===void 0?e.space:n;if(Ga(arguments[1])&&(i=arguments[1]),i=fe.get(i),Ya(e,i,{epsilon:0}))return e;var o=Bt(e,i);if(a!=="clip"&&!Ya(e,i)){var s=kr(Ka(o),{method:"clip",space:i});if(cs(e,s)>2){for(var u=fe.resolveCoord(a),l=u.space,c=u.id,d=Bt(o,l),m=u.range||u.refRange,v=m[0],y=.01,w=v,E=Lt(d,c);E-w>y;){var _=Ka(d);_=kr(_,{space:i,method:"clip"});var x=cs(d,_);x-2<y?w=Lt(d,c):E=Lt(d,c),Sr(d,c,(w+E)/2)}o=Bt(d,i)}else o=s}if(a==="clip"||!Ya(o,i,{epsilon:0})){var C=Object.values(i.coords).map(function(R){return R.range||[]});o.coords=o.coords.map(function(R,T){var O=Q(C[T],2),P=O[0],$=O[1];return P!==void 0&&(R=Math.max(P,R)),$!==void 0&&(R=Math.min(R,$)),R})}return i!==e.space&&(o=Bt(o,e.space)),e.coords=o.coords,e}kr.returns="color";function Bt(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=r.inGamut;e=Me(e),t=fe.get(t);var n=t.from(e),i={space:t,coords:n,alpha:e.alpha};return a&&(i=kr(i)),i}Bt.returns="color";function li(e){var t,r,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=a.precision,i=n===void 0?nr.precision:n,o=a.format,s=o===void 0?"default":o,u=a.inGamut,l=u===void 0?!0:u,c=Te(a,S),d;e=Me(e);var m=s;s=(t=(r=e.space.getFormat(s))!==null&&r!==void 0?r:e.space.getFormat("default"))!==null&&t!==void 0?t:fe.DEFAULT_FORMAT,l||(l=s.toGamut);var v=e.coords;if(v=v.map(function(R){return R||0}),l&&!Ya(e)&&(v=kr(Ka(e),l===!0?void 0:l).coords),s.type==="custom")if(c.precision=i,s.serialize)d=s.serialize(v,e.alpha,c);else throw new TypeError("format ".concat(m," can only be used to parse colors, not for serialization"));else{var y=s.name||"color";s.serializeCoords?v=s.serializeCoords(v,i):i!==null&&(v=v.map(function(R){return ai(R,i)}));var w=de(v);if(y==="color"){var E,_=s.id||((E=s.ids)===null||E===void 0?void 0:E[0])||e.space.id;w.unshift(_)}var x=e.alpha;i!==null&&(x=ai(x,i));var C=e.alpha<1&&!s.noAlpha?"".concat(s.commas?",":" /"," ").concat(x):"";d="".concat(y,"(").concat(w.join(s.commas?", ":" ")).concat(C,")")}return d}var wy=[[.6369580483012914,.14461690358620832,.1688809751641721],[.2627002120112671,.6779980715188708,.05930171646986196],[0,.028072693049087428,1.060985057710791]],Dy=[[1.716651187971268,-.355670783776392,-.25336628137366],[-.666684351832489,1.616481236634939,.0157685458139111],[.017639857445311,-.042770613257809,.942103121235474]],ci=new At({id:"rec2020-linear",name:"Linear REC.2020",white:"D65",toXYZ_M:wy,fromXYZ_M:Dy,formats:{color:{}}}),di=1.09929682680944,Wc=.018053968510807,Yc=new At({id:"rec2020",name:"REC.2020",base:ci,toBase:function(t){return t.map(function(r){return r<Wc*4.5?r/4.5:Math.pow((r+di-1)/di,1/.45)})},fromBase:function(t){return t.map(function(r){return r>=Wc?di*Math.pow(r,.45)-(di-1):4.5*r})},formats:{color:{}}}),Ey=[[.4865709486482162,.26566769316909306,.1982172852343625],[.2289745640697488,.6917385218365064,.079286914093745],[0,.04511338185890264,1.043944368900976]],_y=[[2.493496911941425,-.9313836179191239,-.40271078445071684],[-.8294889695615747,1.7626640603183463,.023624685841943577],[.03584583024378447,-.07617238926804182,.9568845240076872]],Kc=new At({id:"p3-linear",name:"Linear P3",white:"D65",toXYZ_M:Ey,fromXYZ_M:_y}),xy=[[.41239079926595934,.357584339383878,.1804807884018343],[.21263900587151027,.715168678767756,.07219231536073371],[.01933081871559182,.11919477979462598,.9505321522496607]],Ay=[[3.2409699419045226,-1.537383177570094,-.4986107602930034],[-.9692436362808796,1.8759675015077202,.04155505740717559],[.05563007969699366,-.20397695888897652,1.0569715142428786]],Xc=new At({id:"srgb-linear",name:"Linear sRGB",white:"D65",toXYZ_M:xy,fromXYZ_M:Ay,formats:{color:{}}}),Zc={aliceblue:[240/255,248/255,1],antiquewhite:[250/255,235/255,215/255],aqua:[0,1,1],aquamarine:[127/255,1,212/255],azure:[240/255,1,1],beige:[245/255,245/255,220/255],bisque:[1,228/255,196/255],black:[0,0,0],blanchedalmond:[1,235/255,205/255],blue:[0,0,1],blueviolet:[138/255,43/255,226/255],brown:[165/255,42/255,42/255],burlywood:[222/255,184/255,135/255],cadetblue:[95/255,158/255,160/255],chartreuse:[127/255,1,0],chocolate:[210/255,105/255,30/255],coral:[1,127/255,80/255],cornflowerblue:[100/255,149/255,237/255],cornsilk:[1,248/255,220/255],crimson:[220/255,20/255,60/255],cyan:[0,1,1],darkblue:[0,0,139/255],darkcyan:[0,139/255,139/255],darkgoldenrod:[184/255,134/255,11/255],darkgray:[169/255,169/255,169/255],darkgreen:[0,100/255,0],darkgrey:[169/255,169/255,169/255],darkkhaki:[189/255,183/255,107/255],darkmagenta:[139/255,0,139/255],darkolivegreen:[85/255,107/255,47/255],darkorange:[1,140/255,0],darkorchid:[153/255,50/255,204/255],darkred:[139/255,0,0],darksalmon:[233/255,150/255,122/255],darkseagreen:[143/255,188/255,143/255],darkslateblue:[72/255,61/255,139/255],darkslategray:[47/255,79/255,79/255],darkslategrey:[47/255,79/255,79/255],darkturquoise:[0,206/255,209/255],darkviolet:[148/255,0,211/255],deeppink:[1,20/255,147/255],deepskyblue:[0,191/255,1],dimgray:[105/255,105/255,105/255],dimgrey:[105/255,105/255,105/255],dodgerblue:[30/255,144/255,1],firebrick:[178/255,34/255,34/255],floralwhite:[1,250/255,240/255],forestgreen:[34/255,139/255,34/255],fuchsia:[1,0,1],gainsboro:[220/255,220/255,220/255],ghostwhite:[248/255,248/255,1],gold:[1,215/255,0],goldenrod:[218/255,165/255,32/255],gray:[128/255,128/255,128/255],green:[0,128/255,0],greenyellow:[173/255,1,47/255],grey:[128/255,128/255,128/255],honeydew:[240/255,1,240/255],hotpink:[1,105/255,180/255],indianred:[205/255,92/255,92/255],indigo:[75/255,0,130/255],ivory:[1,1,240/255],khaki:[240/255,230/255,140/255],lavender:[230/255,230/255,250/255],lavenderblush:[1,240/255,245/255],lawngreen:[124/255,252/255,0],lemonchiffon:[1,250/255,205/255],lightblue:[173/255,216/255,230/255],lightcoral:[240/255,128/255,128/255],lightcyan:[224/255,1,1],lightgoldenrodyellow:[250/255,250/255,210/255],lightgray:[211/255,211/255,211/255],lightgreen:[144/255,238/255,144/255],lightgrey:[211/255,211/255,211/255],lightpink:[1,182/255,193/255],lightsalmon:[1,160/255,122/255],lightseagreen:[32/255,178/255,170/255],lightskyblue:[135/255,206/255,250/255],lightslategray:[119/255,136/255,153/255],lightslategrey:[119/255,136/255,153/255],lightsteelblue:[176/255,196/255,222/255],lightyellow:[1,1,224/255],lime:[0,1,0],limegreen:[50/255,205/255,50/255],linen:[250/255,240/255,230/255],magenta:[1,0,1],maroon:[128/255,0,0],mediumaquamarine:[102/255,205/255,170/255],mediumblue:[0,0,205/255],mediumorchid:[186/255,85/255,211/255],mediumpurple:[147/255,112/255,219/255],mediumseagreen:[60/255,179/255,113/255],mediumslateblue:[123/255,104/255,238/255],mediumspringgreen:[0,250/255,154/255],mediumturquoise:[72/255,209/255,204/255],mediumvioletred:[199/255,21/255,133/255],midnightblue:[25/255,25/255,112/255],mintcream:[245/255,1,250/255],mistyrose:[1,228/255,225/255],moccasin:[1,228/255,181/255],navajowhite:[1,222/255,173/255],navy:[0,0,128/255],oldlace:[253/255,245/255,230/255],olive:[128/255,128/255,0],olivedrab:[107/255,142/255,35/255],orange:[1,165/255,0],orangered:[1,69/255,0],orchid:[218/255,112/255,214/255],palegoldenrod:[238/255,232/255,170/255],palegreen:[152/255,251/255,152/255],paleturquoise:[175/255,238/255,238/255],palevioletred:[219/255,112/255,147/255],papayawhip:[1,239/255,213/255],peachpuff:[1,218/255,185/255],peru:[205/255,133/255,63/255],pink:[1,192/255,203/255],plum:[221/255,160/255,221/255],powderblue:[176/255,224/255,230/255],purple:[128/255,0,128/255],rebeccapurple:[102/255,51/255,153/255],red:[1,0,0],rosybrown:[188/255,143/255,143/255],royalblue:[65/255,105/255,225/255],saddlebrown:[139/255,69/255,19/255],salmon:[250/255,128/255,114/255],sandybrown:[244/255,164/255,96/255],seagreen:[46/255,139/255,87/255],seashell:[1,245/255,238/255],sienna:[160/255,82/255,45/255],silver:[192/255,192/255,192/255],skyblue:[135/255,206/255,235/255],slateblue:[106/255,90/255,205/255],slategray:[112/255,128/255,144/255],slategrey:[112/255,128/255,144/255],snow:[1,250/255,250/255],springgreen:[0,1,127/255],steelblue:[70/255,130/255,180/255],tan:[210/255,180/255,140/255],teal:[0,128/255,128/255],thistle:[216/255,191/255,216/255],tomato:[1,99/255,71/255],turquoise:[64/255,224/255,208/255],violet:[238/255,130/255,238/255],wheat:[245/255,222/255,179/255],white:[1,1,1],whitesmoke:[245/255,245/255,245/255],yellow:[1,1,0],yellowgreen:[154/255,205/255,50/255]},Qc=Array(3).fill("<percentage> | <number>[0, 255]"),Jc=Array(3).fill("<number>[0, 255]"),Xa=new At({id:"srgb",name:"sRGB",base:Xc,fromBase:function(t){return t.map(function(r){var a=r<0?-1:1,n=r*a;return n>.0031308?a*(1.055*Math.pow(n,1/2.4)-.055):12.92*r})},toBase:function(t){return t.map(function(r){var a=r<0?-1:1,n=r*a;return n<.04045?r/12.92:a*Math.pow((n+.055)/1.055,2.4)})},formats:{rgb:{coords:Qc},rgb_number:{name:"rgb",commas:!0,coords:Jc,noAlpha:!0},color:{},rgba:{coords:Qc,commas:!0,lastAlpha:!0},rgba_number:{name:"rgba",commas:!0,coords:Jc},hex:{type:"custom",toGamut:!0,test:function(t){return/^#([a-f0-9]{3,4}){1,2}$/i.test(t)},parse:function(t){t.length<=5&&(t=t.replace(/[a-f0-9]/gi,"$&$&"));var r=[];return t.replace(/[a-f0-9]{2}/gi,function(a){r.push(parseInt(a,16)/255)}),{spaceId:"srgb",coords:r.slice(0,3),alpha:r.slice(3)[0]}},serialize:function(t,r){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=a.collapse,i=n===void 0?!0:n;r<1&&t.push(r),t=t.map(function(u){return Math.round(u*255)});var o=i&&t.every(function(u){return u%17===0}),s=t.map(function(u){return o?(u/17).toString(16):u.toString(16).padStart(2,"0")}).join("");return"#"+s}},keyword:{type:"custom",test:function(t){return/^[a-z]+$/i.test(t)},parse:function(t){t=t.toLowerCase();var r={spaceId:"srgb",coords:null,alpha:1};if(t==="transparent"?(r.coords=Zc.black,r.alpha=0):r.coords=Zc[t],r.coords)return r}}}}),ed=new At({id:"p3",name:"P3",base:Kc,fromBase:Xa.fromBase,toBase:Xa.toBase,formats:{color:{id:"display-p3"}}});if(nr.display_space=Xa,typeof CSS<"u"&&(V=CSS)!==null&&V!==void 0&&V.supports)for(var ds=0,td=[Tt,Yc,ed];ds<td.length;ds++){var fs=td[ds],Cy=fs.getMinCoords(),Ry={space:fs,coords:Cy,alpha:1},Ty=li(Ry);if(CSS.supports("color",Ty)){nr.display_space=fs;break}}function Fy(e){var t,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=r.space,n=a===void 0?nr.display_space:a,i=Te(r,I),o=li(e,i);if(typeof CSS>"u"||(t=CSS)!==null&&t!==void 0&&t.supports("color",o)||!nr.display_space)o=new String(o),o.color=e;else{var s=Bt(e,n);o=new String(li(s,i)),o.color=s}return o}function rd(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"lab";r=fe.get(r);var a=r.from(e),n=r.from(t);return Math.sqrt(a.reduce(function(i,o,s){var u=n[s];return isNaN(o)||isNaN(u)?i:i+Math.pow(u-o,2)},0))}function Sy(e,t){return e=Me(e),t=Me(t),e.space===t.space&&e.alpha===t.alpha&&e.coords.every(function(r,a){return r===t.coords[a]})}function Or(e){return Lt(e,[Pt,"y"])}function ad(e,t){Sr(e,[Pt,"y"],t)}function ky(e){Object.defineProperty(e.prototype,"luminance",{get:function(){return Or(this)},set:function(r){ad(this,r)}})}var Oy=Object.freeze({__proto__:null,getLuminance:Or,setLuminance:ad,register:ky});function Iy(e,t){e=Me(e),t=Me(t);var r=Math.max(Or(e),0),a=Math.max(Or(t),0);if(a>r){var n=[a,r];r=n[0],a=n[1]}return(r+.05)/(a+.05)}var Ny=.56,My=.57,Py=.62,Ly=.65,nd=.022,By=1.414,$y=.1,qy=5e-4,jy=1.14,id=.027,zy=1.14;function od(e){return e>=nd?e:e+Math.pow(nd-e,By)}function fa(e){var t=e<0?-1:1,r=Math.abs(e);return t*Math.pow(r,2.4)}function Hy(e,t){t=Me(t),e=Me(e);var r,a,n,i,o,s;t=Bt(t,"srgb");var u=Q(t.coords,3);i=u[0],o=u[1],s=u[2];var l=fa(i)*.2126729+fa(o)*.7151522+fa(s)*.072175;e=Bt(e,"srgb");var c=Q(e.coords,3);i=c[0],o=c[1],s=c[2];var d=fa(i)*.2126729+fa(o)*.7151522+fa(s)*.072175,m=od(l),v=od(d),y=v>m;return Math.abs(v-m)<qy?a=0:y?(r=Math.pow(v,Ny)-Math.pow(m,My),a=r*jy):(r=Math.pow(v,Ly)-Math.pow(m,Py),a=r*zy),Math.abs(a)<$y?n=0:a>0?n=a-id:n=a+id,n*100}function Vy(e,t){e=Me(e),t=Me(t);var r=Math.max(Or(e),0),a=Math.max(Or(t),0);if(a>r){var n=[a,r];r=n[0],a=n[1]}var i=r+a;return i===0?0:(r-a)/i}var Gy=5e4;function Uy(e,t){e=Me(e),t=Me(t);var r=Math.max(Or(e),0),a=Math.max(Or(t),0);if(a>r){var n=[a,r];r=n[0],a=n[1]}return a===0?Gy:(r-a)/a}function Wy(e,t){e=Me(e),t=Me(t);var r=Lt(e,[Tt,"l"]),a=Lt(t,[Tt,"l"]);return Math.abs(r-a)}var Yy=216/24389,sd=24/116,fi=24389/27,ps=Xt.D65,ms=new fe({id:"lab-d65",name:"Lab D65",coords:{l:{refRange:[0,100],name:"L"},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:ps,base:Pt,fromBase:function(t){var r=t.map(function(n,i){return n/ps[i]}),a=r.map(function(n){return n>Yy?Math.cbrt(n):(fi*n+16)/116});return[116*a[1]-16,500*(a[0]-a[1]),200*(a[1]-a[2])]},toBase:function(t){var r=[];r[1]=(t[0]+16)/116,r[0]=t[1]/500+r[1],r[2]=r[1]-t[2]/200;var a=[r[0]>sd?Math.pow(r[0],3):(116*r[0]-16)/fi,t[0]>8?Math.pow((t[0]+16)/116,3):t[0]/fi,r[2]>sd?Math.pow(r[2],3):(116*r[2]-16)/fi];return a.map(function(n,i){return n*ps[i]})},formats:{"lab-d65":{coords:["<number> | <percentage>","<number>","<number>"]}}}),hs=Math.pow(5,.5)*.5+.5;function Ky(e,t){e=Me(e),t=Me(t);var r=Lt(e,[ms,"l"]),a=Lt(t,[ms,"l"]),n=Math.abs(Math.pow(r,hs)-Math.pow(a,hs)),i=Math.pow(n,1/hs)*Math.SQRT2-40;return i<7.5?0:i}var pi=Object.freeze({__proto__:null,contrastWCAG21:Iy,contrastAPCA:Hy,contrastMichelson:Vy,contrastWeber:Uy,contrastLstar:Wy,contrastDeltaPhi:Ky});function Xy(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};Ga(r)&&(r={algorithm:r});var a=r,n=a.algorithm,i=Te(a,Y);if(!n){var o=Object.keys(pi).map(function(u){return u.replace(/^contrast/,"")}).join(", ");throw new TypeError("contrast() function needs a contrast algorithm. Please specify one of: ".concat(o))}e=Me(e),t=Me(t);for(var s in pi)if("contrast"+n.toLowerCase()===s.toLowerCase())return pi[s](e,t,i);throw new TypeError("Unknown contrast algorithm: ".concat(n))}function ud(e){var t=Ua(e,Pt),r=Q(t,3),a=r[0],n=r[1],i=r[2],o=a+15*n+3*i;return[4*a/o,9*n/o]}function ld(e){var t=Ua(e,Pt),r=Q(t,3),a=r[0],n=r[1],i=r[2],o=a+n+i;return[a/o,n/o]}function Zy(e){Object.defineProperty(e.prototype,"uv",{get:function(){return ud(this)}}),Object.defineProperty(e.prototype,"xy",{get:function(){return ld(this)}})}var Qy=Object.freeze({__proto__:null,uv:ud,xy:ld,register:Zy});function Jy(e,t){return rd(e,t,"lab")}var e0=Math.PI,cd=e0/180;function t0(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=r.l,n=a===void 0?2:a,i=r.c,o=i===void 0?1:i,s=Tt.from(e),u=Q(s,3),l=u[0],c=u[1],d=u[2],m=Wa.from(Tt,[l,c,d]),v=Q(m,3),y=v[1],w=v[2],E=Tt.from(t),_=Q(E,3),x=_[0],C=_[1],R=_[2],T=Wa.from(Tt,[x,C,R])[1];y<0&&(y=0),T<0&&(T=0);var O=l-x,P=y-T,$=c-C,X=d-R,L=Math.pow($,2)+Math.pow(X,2)-Math.pow(P,2),H=.511;l>=16&&(H=.040975*l/(1+.01765*l));var W=.0638*y/(1+.0131*y)+.638,Z;Number.isNaN(w)&&(w=0),w>=164&&w<=345?Z=.56+Math.abs(.2*Math.cos((w+168)*cd)):Z=.36+Math.abs(.4*Math.cos((w+35)*cd));var le=Math.pow(y,4),ve=Math.sqrt(le/(le+1900)),ae=W*(ve*Z+1-ve),pe=Math.pow(O/(n*H),2);return pe+=Math.pow(P/(o*W),2),pe+=L/Math.pow(ae,2),Math.sqrt(pe)}var dd=203,vs=new fe({id:"xyz-abs-d65",name:"Absolute XYZ D65",coords:{x:{refRange:[0,9504.7],name:"Xa"},y:{refRange:[0,1e4],name:"Ya"},z:{refRange:[0,10888.3],name:"Za"}},base:Pt,fromBase:function(t){return t.map(function(r){return Math.max(r*dd,0)})},toBase:function(t){return t.map(function(r){return Math.max(r/dd,0)})}}),mi=1.15,hi=.66,fd=2610/Math.pow(2,14),r0=Math.pow(2,14)/2610,pd=3424/Math.pow(2,12),md=2413/Math.pow(2,7),hd=2392/Math.pow(2,7),a0=1.7*2523/Math.pow(2,5),vd=Math.pow(2,5)/(1.7*2523),vi=-.56,gs=16295499532821565e-27,n0=[[.41478972,.579999,.014648],[-.20151,1.120649,.0531008],[-.0166008,.2648,.6684799]],i0=[[1.9242264357876067,-1.0047923125953657,.037651404030618],[.35031676209499907,.7264811939316552,-.06538442294808501],[-.09098281098284752,-.3127282905230739,1.5227665613052603]],o0=[[.5,.5,0],[3.524,-4.066708,.542708],[.199076,1.096799,-1.295875]],s0=[[1,.1386050432715393,.05804731615611886],[.9999999999999999,-.1386050432715393,-.05804731615611886],[.9999999999999998,-.09601924202631895,-.8118918960560388]],gd=new fe({id:"jzazbz",name:"Jzazbz",coords:{jz:{refRange:[0,1],name:"Jz"},az:{refRange:[-.5,.5]},bz:{refRange:[-.5,.5]}},base:vs,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o=mi*a-(mi-1)*i,s=hi*n-(hi-1)*a,u=nt(n0,[o,s,i]),l=u.map(function(E){var _=pd+md*Math.pow(E/1e4,fd),x=1+hd*Math.pow(E/1e4,fd);return Math.pow(_/x,a0)}),c=nt(o0,l),d=Q(c,3),m=d[0],v=d[1],y=d[2],w=(1+vi)*m/(1+vi*m)-gs;return[w,v,y]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o=(a+gs)/(1+vi-vi*(a+gs)),s=nt(s0,[o,n,i]),u=s.map(function(E){var _=pd-Math.pow(E,vd),x=hd*Math.pow(E,vd)-md,C=1e4*Math.pow(_/x,r0);return C}),l=nt(i0,u),c=Q(l,3),d=c[0],m=c[1],v=c[2],y=(d+(mi-1)*v)/mi,w=(m+(hi-1)*y)/hi;return[y,w,v]},formats:{color:{}}}),bs=new fe({id:"jzczhz",name:"JzCzHz",coords:{jz:{refRange:[0,1],name:"Jz"},cz:{refRange:[0,1],name:"Chroma"},hz:{refRange:[0,360],type:"angle",name:"Hue"}},base:gd,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o,s=2e-4;return Math.abs(n)<s&&Math.abs(i)<s?o=NaN:o=Math.atan2(i,n)*180/Math.PI,[a,Math.sqrt(Math.pow(n,2)+Math.pow(i,2)),si(o)]},toBase:function(t){return[t[0],t[1]*Math.cos(t[2]*Math.PI/180),t[1]*Math.sin(t[2]*Math.PI/180)]},formats:{color:{}}});function u0(e,t){var r=bs.from(e),a=Q(r,3),n=a[0],i=a[1],o=a[2],s=bs.from(t),u=Q(s,3),l=u[0],c=u[1],d=u[2],m=n-l,v=i-c;Number.isNaN(o)&&Number.isNaN(d)?(o=0,d=0):Number.isNaN(o)?o=d:Number.isNaN(d)&&(d=o);var y=o-d,w=2*Math.sqrt(i*c)*Math.sin(y/2*(Math.PI/180));return Math.sqrt(Math.pow(m,2)+Math.pow(v,2)+Math.pow(w,2))}var bd=3424/4096,yd=2413/128,wd=2392/128,Dd=2610/16384,l0=2523/32,c0=16384/2610,Ed=32/2523,d0=[[.3592,.6976,-.0358],[-.1922,1.1004,.0755],[.007,.0749,.8434]],f0=[[2048/4096,2048/4096,0],[6610/4096,-13613/4096,7003/4096],[17933/4096,-17390/4096,-543/4096]],p0=[[.9999888965628402,.008605050147287059,.11103437159861648],[1.00001110343716,-.008605050147287059,-.11103437159861648],[1.0000320633910054,.56004913547279,-.3206339100541203]],m0=[[2.0701800566956137,-1.326456876103021,.20661600684785517],[.3649882500326575,.6804673628522352,-.04542175307585323],[-.04959554223893211,-.04942116118675749,1.1879959417328034]],ys=new fe({id:"ictcp",name:"ICTCP",coords:{i:{refRange:[0,1],name:"I"},ct:{refRange:[-.5,.5],name:"CT"},cp:{refRange:[-.5,.5],name:"CP"}},base:vs,fromBase:function(t){var r=nt(d0,t);return h0(r)},toBase:function(t){var r=v0(t);return nt(m0,r)},formats:{color:{}}});function h0(e){var t=e.map(function(r){var a=bd+yd*Math.pow(r/1e4,Dd),n=1+wd*Math.pow(r/1e4,Dd);return Math.pow(a/n,l0)});return nt(f0,t)}function v0(e){var t=nt(p0,e),r=t.map(function(a){var n=Math.max(Math.pow(a,Ed)-bd,0),i=yd-wd*Math.pow(a,Ed);return 1e4*Math.pow(n/i,c0)});return r}function g0(e,t){var r=ys.from(e),a=Q(r,3),n=a[0],i=a[1],o=a[2],s=ys.from(t),u=Q(s,3),l=u[0],c=u[1],d=u[2];return 720*Math.sqrt(Math.pow(n-l,2)+.25*Math.pow(i-c,2)+Math.pow(o-d,2))}var b0=[[.8190224432164319,.3619062562801221,-.12887378261216414],[.0329836671980271,.9292868468965546,.03614466816999844],[.048177199566046255,.26423952494422764,.6335478258136937]],y0=[[1.2268798733741557,-.5578149965554813,.28139105017721583],[-.04057576262431372,1.1122868293970594,-.07171106666151701],[-.07637294974672142,-.4214933239627914,1.5869240244272418]],w0=[[.2104542553,.793617785,-.0040720468],[1.9779984951,-2.428592205,.4505937099],[.0259040371,.7827717662,-.808675766]],D0=[[.9999999984505198,.39633779217376786,.2158037580607588],[1.0000000088817609,-.10556134232365635,-.06385417477170591],[1.0000000546724108,-.08948418209496575,-1.2914855378640917]],gi=new fe({id:"oklab",name:"OKLab",coords:{l:{refRange:[0,1],name:"L"},a:{refRange:[-.4,.4]},b:{refRange:[-.4,.4]}},white:"D65",base:Pt,fromBase:function(t){var r=nt(b0,t),a=r.map(function(n){return Math.cbrt(n)});return nt(w0,a)},toBase:function(t){var r=nt(D0,t),a=r.map(function(n){return Math.pow(n,3)});return nt(y0,a)},formats:{oklab:{coords:["<number> | <percentage>","<number>","<number>"]}}});function E0(e,t){var r=gi.from(e),a=Q(r,3),n=a[0],i=a[1],o=a[2],s=gi.from(t),u=Q(s,3),l=u[0],c=u[1],d=u[2],m=n-l,v=i-c,y=o-d;return Math.sqrt(Math.pow(m,2)+Math.pow(v,2)+Math.pow(y,2))}var ws=Object.freeze({__proto__:null,deltaE76:Jy,deltaECMC:t0,deltaE2000:cs,deltaEJz:u0,deltaEITP:g0,deltaEOK:E0});function Za(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};Ga(r)&&(r={method:r});var a=r,n=a.method,i=n===void 0?nr.deltaE:n,o=Te(a,K);e=Me(e),t=Me(t);for(var s in ws)if("deltae"+i.toLowerCase()===s.toLowerCase())return ws[s](e,t,o);throw new TypeError("Unknown deltaE method: ".concat(i))}function _0(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:.25,r=fe.get("oklch","lch"),a=[r,"l"];return Sr(e,a,function(n){return n*(1+t)})}function x0(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:.25,r=fe.get("oklch","lch"),a=[r,"l"];return Sr(e,a,function(n){return n*(1-t)})}var A0=Object.freeze({__proto__:null,lighten:_0,darken:x0});function _d(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:.5,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},n=[Me(e),Me(t)];if(e=n[0],t=n[1],Tr(r)==="object"){var i=[.5,r];r=i[0],a=i[1]}var o=a,s=o.space,u=o.outputSpace,l=o.premultiplied,c=Qa(e,t,{space:s,outputSpace:u,premultiplied:l});return c(r)}function xd(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a;if(Ds(e)){a=e,r=t;var n=Q(a.rangeArgs.colors,2);e=n[0],t=n[1]}var i=r,o=i.maxDeltaE,s=i.deltaEMethod,u=i.steps,l=u===void 0?2:u,c=i.maxSteps,d=c===void 0?1e3:c,m=Te(i,z);if(!a){var v=[Me(e),Me(t)];e=v[0],t=v[1],a=Qa(e,t,m)}var y=Za(e,t),w=o>0?Math.max(l,Math.ceil(y/o)+1):l,E=[];if(d!==void 0&&(w=Math.min(w,d)),w===1)E=[{p:.5,color:a(.5)}];else{var _=1/(w-1);E=Array.from({length:w},function($,X){var L=X*_;return{p:L,color:a(L)}})}if(o>0)for(var x=E.reduce(function($,X,L){if(L===0)return 0;var H=Za(X.color,E[L-1].color,s);return Math.max($,H)},0);x>o;){x=0;for(var C=1;C<E.length&&E.length<d;C++){var R=E[C-1],T=E[C],O=(T.p+R.p)/2,P=a(O);x=Math.max(x,Za(P,R.color),Za(P,T.color)),E.splice(C,0,{p:O,color:a(O)}),C++}}return E=E.map(function($){return $.color}),E}function Qa(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(Ds(e)){var a=e,n=t;return Qa.apply(void 0,de(a.rangeArgs.colors).concat([Ae({},a.rangeArgs.options,n)]))}var i=r.space,o=r.outputSpace,s=r.progression,u=r.premultiplied;e=Me(e),t=Me(t),e=Ka(e),t=Ka(t);var l={colors:[e,t],options:r};if(i?i=fe.get(i):i=fe.registry[nr.interpolationSpace]||e.space,o=o?fe.get(o):i,e=Bt(e,i),t=Bt(t,i),e=kr(e),t=kr(t),i.coords.h&&i.coords.h.type==="angle"){var c=r.hue=r.hue||"shorter",d=[i,"h"],m=[Lt(e,d),Lt(t,d)],v=m[0],y=m[1],w=by(c,[v,y]),E=Q(w,2);v=E[0],y=E[1],Sr(e,d,v),Sr(t,d,y)}return u&&(e.coords=e.coords.map(function(_){return _*e.alpha}),t.coords=t.coords.map(function(_){return _*t.alpha})),Object.assign(function(_){_=s?s(_):_;var x=e.coords.map(function(T,O){var P=t.coords[O];return ni(T,P,_)}),C=ni(e.alpha,t.alpha,_),R={space:i,coords:x,alpha:C};return u&&(R.coords=R.coords.map(function(T){return T/C})),o!==i&&(R=Bt(R,o)),R},{rangeArgs:l})}function Ds(e){return Tr(e)==="function"&&!!e.rangeArgs}nr.interpolationSpace="lab";function C0(e){e.defineFunction("mix",_d,{returns:"color"}),e.defineFunction("range",Qa,{returns:"function<color>"}),e.defineFunction("steps",xd,{returns:"array<color>"})}var R0=Object.freeze({__proto__:null,mix:_d,steps:xd,range:Qa,isRange:Ds,register:C0}),Ad=new fe({id:"hsl",name:"HSL",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},s:{range:[0,100],name:"Saturation"},l:{range:[0,100],name:"Lightness"}},base:Xa,fromBase:function(t){var r=Math.max.apply(Math,de(t)),a=Math.min.apply(Math,de(t)),n=Q(t,3),i=n[0],o=n[1],s=n[2],u=NaN,l=0,c=(a+r)/2,d=r-a;if(d!==0){switch(l=c===0||c===1?0:(r-c)/Math.min(c,1-c),r){case i:u=(o-s)/d+(o<s?6:0);break;case o:u=(s-i)/d+2;break;case s:u=(i-o)/d+4}u=u*60}return[u,l*100,c*100]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2];a=a%360,a<0&&(a+=360),n/=100,i/=100;function o(s){var u=(s+a/30)%12,l=n*Math.min(i,1-i);return i-l*Math.max(-1,Math.min(u-3,9-u,1))}return[o(0),o(8),o(4)]},formats:{hsl:{toGamut:!0,coords:["<number> | <angle>","<percentage>","<percentage>"]},hsla:{coords:["<number> | <angle>","<percentage>","<percentage>"],commas:!0,lastAlpha:!0}}}),Cd=new fe({id:"hsv",name:"HSV",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},s:{range:[0,100],name:"Saturation"},v:{range:[0,100],name:"Value"}},base:Ad,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2];n/=100,i/=100;var o=i+n*Math.min(i,1-i);return[a,o===0?0:200*(1-i/o),100*o]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2];n/=100,i/=100;var o=i*(1-n/2);return[a,o===0||o===1?0:(i-o)/Math.min(o,1-o)*100,o*100]},formats:{color:{toGamut:!0}}}),T0=new fe({id:"hwb",name:"HWB",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},w:{range:[0,100],name:"Whiteness"},b:{range:[0,100],name:"Blackness"}},base:Cd,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2];return[a,i*(100-n)/100,100-i]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2];n/=100,i/=100;var o=n+i;if(o>=1){var s=n/o;return[a,0,s*100]}var u=1-i,l=u===0?0:1-n/u;return[a,l*100,u*100]},formats:{hwb:{toGamut:!0,coords:["<number> | <angle>","<percentage>","<percentage>"]}}}),F0=[[.5766690429101305,.1855582379065463,.1882286462349947],[.29734497525053605,.6273635662554661,.07529145849399788],[.02703136138641234,.07068885253582723,.9913375368376388]],S0=[[2.0415879038107465,-.5650069742788596,-.34473135077832956],[-.9692436362808795,1.8759675015077202,.04155505740717557],[.013444280632031142,-.11836239223101838,1.0151749943912054]],Rd=new At({id:"a98rgb-linear",name:"Linear Adobe® 98 RGB compatible",white:"D65",toXYZ_M:F0,fromXYZ_M:S0}),k0=new At({id:"a98rgb",name:"Adobe® 98 RGB compatible",base:Rd,toBase:function(t){return t.map(function(r){return Math.pow(Math.abs(r),563/256)*Math.sign(r)})},fromBase:function(t){return t.map(function(r){return Math.pow(Math.abs(r),256/563)*Math.sign(r)})},formats:{color:{id:"a98-rgb"}}}),O0=[[.7977604896723027,.13518583717574031,.0313493495815248],[.2880711282292934,.7118432178101014,8565396060525902e-20],[0,0,.8251046025104601]],I0=[[1.3457989731028281,-.25558010007997534,-.05110628506753401],[-.5446224939028347,1.5082327413132781,.02053603239147973],[0,0,1.2119675456389454]],Td=new At({id:"prophoto-linear",name:"Linear ProPhoto",white:"D50",base:us,toXYZ_M:O0,fromXYZ_M:I0}),N0=1/512,M0=16/512,P0=new At({id:"prophoto",name:"ProPhoto",base:Td,toBase:function(t){return t.map(function(r){return r<M0?r/16:Math.pow(r,1.8)})},fromBase:function(t){return t.map(function(r){return r>=N0?Math.pow(r,1/1.8):16*r})},formats:{color:{id:"prophoto-rgb"}}}),L0=new fe({id:"oklch",name:"OKLCh",coords:{l:{refRange:[0,1],name:"Lightness"},c:{refRange:[0,.4],name:"Chroma"},h:{refRange:[0,360],type:"angle",name:"Hue"}},white:"D65",base:gi,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o,s=2e-4;return Math.abs(n)<s&&Math.abs(i)<s?o=NaN:o=Math.atan2(i,n)*180/Math.PI,[a,Math.sqrt(Math.pow(n,2)+Math.pow(i,2)),si(o)]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o,s;return isNaN(i)?(o=0,s=0):(o=n*Math.cos(i*Math.PI/180),s=n*Math.sin(i*Math.PI/180)),[a,o,s]},formats:{oklch:{coords:["<number> | <percentage>","<number>","<number> | <angle>"]}}}),Fd=203,Sd=2610/Math.pow(2,14),B0=Math.pow(2,14)/2610,$0=2523/Math.pow(2,5),kd=Math.pow(2,5)/2523,Od=3424/Math.pow(2,12),Id=2413/Math.pow(2,7),Nd=2392/Math.pow(2,7),q0=new At({id:"rec2100pq",name:"REC.2100-PQ",base:ci,toBase:function(t){return t.map(function(r){var a=Math.pow(Math.max(Math.pow(r,kd)-Od,0)/(Id-Nd*Math.pow(r,kd)),B0);return a*1e4/Fd})},fromBase:function(t){return t.map(function(r){var a=Math.max(r*Fd/1e4,0),n=Od+Id*Math.pow(a,Sd),i=1+Nd*Math.pow(a,Sd);return Math.pow(n/i,$0)})},formats:{color:{id:"rec2100-pq"}}}),Md=.17883277,Pd=.28466892,Ld=.55991073,Es=3.7743,j0=new At({id:"rec2100hlg",cssid:"rec2100-hlg",name:"REC.2100-HLG",referred:"scene",base:ci,toBase:function(t){return t.map(function(r){return r<=.5?Math.pow(r,2)/3*Es:Math.exp((r-Ld)/Md+Pd)/12*Es})},fromBase:function(t){return t.map(function(r){return r/=Es,r<=1/12?Math.sqrt(3*r):Md*Math.log(12*r-Pd)+Ld})},formats:{color:{id:"rec2100-hlg"}}}),Bd={};Fr.add("chromatic-adaptation-start",function(e){e.options.method&&(e.M=$d(e.W1,e.W2,e.options.method))}),Fr.add("chromatic-adaptation-end",function(e){e.M||(e.M=$d(e.W1,e.W2,e.options.method))});function bi(e){var t=e.id;e.toCone_M,e.fromCone_M,Bd[t]=arguments[0]}function $d(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"Bradford",a=Bd[r],n=nt(a.toCone_M,e),i=Q(n,3),o=i[0],s=i[1],u=i[2],l=nt(a.toCone_M,t),c=Q(l,3),d=c[0],m=c[1],v=c[2],y=[[d/o,0,0],[0,m/s,0],[0,0,v/u]],w=nt(y,a.toCone_M),E=nt(a.fromCone_M,w);return E}bi({id:"von Kries",toCone_M:[[.40024,.7076,-.08081],[-.2263,1.16532,.0457],[0,0,.91822]],fromCone_M:[[1.8599364,-1.1293816,.2198974],[.3611914,.6388125,-64e-7],[0,0,1.0890636]]}),bi({id:"Bradford",toCone_M:[[.8951,.2664,-.1614],[-.7502,1.7135,.0367],[.0389,-.0685,1.0296]],fromCone_M:[[.9869929,-.1470543,.1599627],[.4323053,.5183603,.0492912],[-.0085287,.0400428,.9684867]]}),bi({id:"CAT02",toCone_M:[[.7328,.4296,-.1624],[-.7036,1.6975,.0061],[.003,.0136,.9834]],fromCone_M:[[1.0961238,-.278869,.1827452],[.454369,.4735332,.0720978],[-.0096276,-.005698,1.0153256]]}),bi({id:"CAT16",toCone_M:[[.401288,.650173,-.051461],[-.250268,1.204414,.045854],[-.002079,.048952,.953127]],fromCone_M:[[1.862067855087233,-1.011254630531685,.1491867754444518],[.3875265432361372,.6214474419314753,-.008973985167612518],[-.01584149884933386,-.03412293802851557,1.04996443687785]]}),Object.assign(Xt,{A:[1.0985,1,.35585],C:[.98074,1,1.18232],D55:[.95682,1,.92149],D75:[.94972,1,1.22638],E:[1,1,1],F2:[.99186,1,.67393],F7:[.95041,1,1.08747],F11:[1.00962,1,.6435]}),Xt.ACES=[.32168/.33767,1,(1-.32168-.33767)/.33767];var z0=[[.6624541811085053,.13400420645643313,.1561876870049078],[.27222871678091454,.6740817658111484,.05368951740793705],[-.005574649490394108,.004060733528982826,1.0103391003129971]],H0=[[1.6410233796943257,-.32480329418479,-.23642469523761225],[-.6636628587229829,1.6153315916573379,.016756347685530137],[.011721894328375376,-.008284441996237409,.9883948585390215]],qd=new At({id:"acescg",name:"ACEScg",coords:{r:{range:[0,65504],name:"Red"},g:{range:[0,65504],name:"Green"},b:{range:[0,65504],name:"Blue"}},referred:"scene",white:Xt.ACES,toXYZ_M:z0,fromXYZ_M:H0,formats:{color:{}}}),yi=Math.pow(2,-16),_s=-.35828683,wi=(Math.log2(65504)+9.72)/17.52,V0=new At({id:"acescc",name:"ACEScc",coords:{r:{range:[_s,wi],name:"Red"},g:{range:[_s,wi],name:"Green"},b:{range:[_s,wi],name:"Blue"}},referred:"scene",base:qd,toBase:function(t){var r=-.3013698630136986;return t.map(function(a){return a<=r?(Math.pow(2,a*17.52-9.72)-yi)*2:a<wi?Math.pow(2,a*17.52-9.72):65504})},fromBase:function(t){return t.map(function(r){return r<=0?(Math.log2(yi)+9.72)/17.52:r<yi?(Math.log2(yi+r*.5)+9.72)/17.52:(Math.log2(r)+9.72)/17.52})},formats:{color:{}}}),jd=Object.freeze({__proto__:null,XYZ_D65:Pt,XYZ_D50:us,XYZ_ABS_D65:vs,Lab_D65:ms,Lab:Tt,LCH:Wa,sRGB_Linear:Xc,sRGB:Xa,HSL:Ad,HWB:T0,HSV:Cd,P3_Linear:Kc,P3:ed,A98RGB_Linear:Rd,A98RGB:k0,ProPhoto_Linear:Td,ProPhoto:P0,REC_2020_Linear:ci,REC_2020:Yc,OKLab:gi,OKLCH:L0,Jzazbz:gd,JzCzHz:bs,ICTCP:ys,REC_2100_PQ:q0,REC_2100_HLG:j0,ACEScg:qd,ACEScc:V0}),ze=(te=new WeakMap,function(){function e(){var t=this;Vt(this,e),xr(this,te,void 0);for(var r,a=arguments.length,n=new Array(a),i=0;i<a;i++)n[i]=arguments[i];n.length===1&&(r=Me(n[0]));var o,s,u;r?(o=r.space||r.spaceId,s=r.coords,u=r.alpha):(o=n[0],s=n[1],u=n[2]),_t(te,this,fe.get(o)),this.coords=s?s.slice():[0,0,0],this.alpha=u<1?u:1;for(var l=0;l<this.coords.length;l++)this.coords[l]==="NaN"&&(this.coords[l]=NaN);var c=function(v){Object.defineProperty(t,v,{get:function(){return t.get(v)},set:function(w){return t.set(v,w)}})};for(var d in Ht(te,this).coords)c(d)}return Gt(e,[{key:"space",get:function(){return Ht(te,this)}},{key:"spaceId",get:function(){return Ht(te,this).id}},{key:"clone",value:function(){return new ze(this.space,this.coords,this.alpha)}},{key:"toJSON",value:function(){return{spaceId:this.spaceId,coords:this.coords,alpha:this.alpha}}},{key:"display",value:function(){for(var r=arguments.length,a=new Array(r),n=0;n<r;n++)a[n]=arguments[n];var i=Fy.apply(void 0,[this].concat(a));return i.color=new ze(i.color),i}}],[{key:"get",value:function(r){if(r instanceof ze)return r;for(var a=arguments.length,n=new Array(a>1?a-1:0),i=1;i<a;i++)n[i-1]=arguments[i];return tt(ze,[r].concat(n))}},{key:"defineFunction",value:function(r,a){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:a,i=n.instance,o=i===void 0?!0:i,s=n.returns,u=function(){var c=a.apply(void 0,arguments);if(s==="color")c=ze.get(c);else if(s==="function<color>"){var d=c;c=function(){var v=d.apply(void 0,arguments);return ze.get(v)},Object.assign(c,d)}else s==="array<color>"&&(c=c.map(function(m){return ze.get(m)}));return c};r in ze||(ze[r]=u),o&&(ze.prototype[r]=function(){for(var l=arguments.length,c=new Array(l),d=0;d<l;d++)c[d]=arguments[d];return u.apply(void 0,[this].concat(c))})}},{key:"defineFunctions",value:function(r){for(var a in r)ze.defineFunction(a,r[a],r[a])}},{key:"extend",value:function(r){if(r.register)r.register(ze);else for(var a in r)ze.defineFunction(a,r[a])}}])}());ze.defineFunctions({get:Lt,getAll:Ua,set:Sr,setAll:Hc,to:Bt,equals:Sy,inGamut:Ya,toGamut:kr,distance:rd,toString:li}),Object.assign(ze,{util:py,hooks:Fr,WHITES:Xt,Space:fe,spaces:fe.registry,parse:zc,defaults:nr});for(var xs=0,zd=Object.keys(jd);xs<zd.length;xs++){var G0=zd[xs];fe.register(jd[G0])}for(var Hd in fe.registry)As(Hd,fe.registry[Hd]);Fr.add("colorspace-init-end",function(e){var t;As(e.id,e),(t=e.aliases)===null||t===void 0||t.forEach(function(r){As(r,e)})});function As(e,t){Object.keys(t.coords),Object.values(t.coords).map(function(a){return a.name});var r=e.replace(/-/g,"_");Object.defineProperty(ze.prototype,r,{get:function(){var n=this,i=this.getAll(e);return typeof Proxy>"u"?i:new Proxy(i,{has:function(s,u){try{return fe.resolveCoord([t,u]),!0}catch{}return Reflect.has(s,u)},get:function(s,u,l){if(u&&B(u)!=="symbol"&&!(u in s)){var c=fe.resolveCoord([t,u]),d=c.index;if(d>=0)return s[d]}return Reflect.get(s,u,l)},set:function(s,u,l,c){if(u&&B(u)!=="symbol"&&!(u in s)||u>=0){var d=fe.resolveCoord([t,u]),m=d.index;if(m>=0)return s[m]=l,n.setAll(e,s),!0}return Reflect.set(s,u,l,c)}})},set:function(n){this.setAll(e,n)},configurable:!0,enumerable:!0})}ze.extend(ws),ze.extend({deltaE:Za}),ze.extend(A0),ze.extend({contrast:Xy}),ze.extend(Qy),ze.extend(Oy),ze.extend(R0),ze.extend(pi);var Vd=rr(mc());Rr.default.templateSettings.strip=!1,g._memoizedFns=[];function U0(e){var t=(0,Pc.default)(e);return g._memoizedFns.push(t),t}var Ve=U0,W0=Ve(function(e){return e!=null&&e.createElement?e.createElement("A").localName==="A":!1}),Ja=W0;function Cs(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!t)return"";var a=t.getRootNode&&t.getRootNode()||b;if(a.nodeType!==11)return e(t,r,a);for(var n=[];a.nodeType===11;){if(!a.host)return"";n.unshift({elm:t,doc:a}),t=a.host,a=t.getRootNode()}return n.unshift({elm:t,doc:a}),n.map(function(i){return e(i.elm,r,i.doc)})}var Y0=["class","style","id","selected","checked","disabled","tabindex","aria-checked","aria-selected","aria-invalid","aria-activedescendant","aria-busy","aria-disabled","aria-expanded","aria-grabbed","aria-pressed","aria-valuenow","xmlns"],K0=31,X0=/([\\"])/g,Z0=/(\r\n|\r|\n)/g;function Rs(e){return e.replace(X0,"\\$1").replace(Z0,"\\a ")}function Gd(e,t){var r=t.name,a;if(r.indexOf("href")!==-1||r.indexOf("src")!==-1){var n=Ic(e.getAttribute(r));n?a=Ke(t.name)+'$="'+Rs(n)+'"':a=Ke(t.name)+'="'+Rs(e.getAttribute(r))+'"'}else a=Ke(r)+'="'+Rs(t.value)+'"';return a}function Ts(e,t){return e.count<t.count?-1:e.count===t.count?0:1}function Ud(e){return!Y0.includes(e.name)&&e.name.indexOf(":")===-1&&(!e.value||e.value.length<K0)}function Di(e){var t={classes:{},tags:{},attributes:{}};e=Array.isArray(e)?e:[e];for(var r=e.slice(),a=[],n=function(){var o=r.pop(),s=o.actualNode;if(s.querySelectorAll){var u=s.nodeName;t.tags[u]?t.tags[u]++:t.tags[u]=1,s.classList&&Array.from(s.classList).forEach(function(l){var c=Ke(l);t.classes[c]?t.classes[c]++:t.classes[c]=1}),s.hasAttributes()&&Array.from(Va(s)).filter(Ud).forEach(function(l){var c=Gd(s,l);c&&(t.attributes[c]?t.attributes[c]++:t.attributes[c]=1)})}for(o.children.length&&(a.push(r),r=o.children.slice());!r.length&&a.length;)r=a.pop()};r.length;)n();return t}function Q0(e,t){var r=[],a=t.classes,n=t.tags;return e.classList&&Array.from(e.classList).forEach(function(i){var o=Ke(i);a[o]<n[e.nodeName]&&r.push({name:o,count:a[o],species:"class"})}),r.sort(Ts)}function J0(e,t){var r=e.parentNode&&Array.from(e.parentNode.children||"")||[],a=r.find(function(i){return i!==e&&ca(i,t)});if(a){var n=1+r.indexOf(e);return":nth-child("+n+")"}else return""}function ew(e){if(e.getAttribute("id")){var t=e.getRootNode&&e.getRootNode()||b,r="#"+Ke(e.getAttribute("id")||"");if(!r.match(/player_uid_/)&&t.querySelectorAll(r).length===1)return r}}function Wd(e){var t=Ja(b);return Ke(t?e.localName:e.nodeName.toLowerCase())}function tw(e,t){var r=[],a=t.attributes,n=t.tags;return e.hasAttributes()&&Array.from(Va(e)).filter(Ud).forEach(function(i){var o=Gd(e,i);o&&a[o]<n[e.nodeName]&&r.push({name:o,count:a[o],species:"attribute"})}),r.sort(Ts)}function rw(e,t){var r="",a,n=Q0(e,t),i=tw(e,t);return n.length&&n[0].count===1?a=[n[0]]:i.length&&i[0].count===1?(a=[i[0]],r=Wd(e)):(a=n.concat(i),a.sort(Ts),a=a.slice(0,3),a.some(function(o){return o.species==="class"})?a.sort(function(o,s){return o.species!==s.species&&o.species==="class"?-1:o.species===s.species?0:1}):r=Wd(e)),r+=a.reduce(function(o,s){switch(s.species){case"class":return o+"."+s.name;case"attribute":return o+"["+s.name+"]"}return o},"")}function aw(e,t,r){if(!g._selectorData)throw new Error("Expect axe._selectorData to be set up");var a=t.toRoot,n=a===void 0?!1:a,i,o;do{var s=ew(e);s||(s=rw(e,g._selectorData),s+=J0(e,s)),i?i=s+" > "+i:i=s,!o||o.length>ye.selectorSimilarFilterLimit?o=iw(r,i):o=o.filter(function(u){return ca(u,i)}),e=e.parentElement}while((o.length>1||n)&&e&&e.nodeType!==11);return o.length===1?i:i.indexOf(" > ")!==-1?":root"+i.substring(i.indexOf(" > ")):":root"}function nw(e,t){return Cs(aw,e,t)}var Fs=Ve(nw),iw=Ve(function(e,t){return Array.from(e.querySelectorAll(t))});function Yd(e){var t=Ke(e.nodeName.toLowerCase()),r=e.parentElement,a=e.parentNode,n="";if(t!=="head"&&t!=="body"&&(a==null?void 0:a.children.length)>1){var i=Array.prototype.indexOf.call(a.children,e)+1;n=":nth-child(".concat(i,")")}return r?Yd(r)+" > "+t+n:t+n}function Ei(e,t){return Cs(Yd,e,t)}function Kd(e,t){var r,a;if(!e)return[];if(!t&&e.nodeType===9)return t=[{str:"html"}],t;if(t=t||[],e.parentNode&&e.parentNode!==e&&(t=Kd(e.parentNode,t)),e.previousSibling){a=1,r=e.previousSibling;do r.nodeType===1&&r.nodeName===e.nodeName&&a++,r=r.previousSibling;while(r);a===1&&(a=null)}else if(e.nextSibling){r=e.nextSibling;do r.nodeType===1&&r.nodeName===e.nodeName?(a=1,r=null):(a=null,r=r.previousSibling);while(r)}if(e.nodeType===1){var n={};n.str=e.nodeName.toLowerCase();var i=e.getAttribute&&Ke(e.getAttribute("id"));i&&e.ownerDocument.querySelectorAll("#"+i).length===1&&(n.id=e.getAttribute("id")),a>1&&(n.count=a),t.push(n)}return t}function ow(e){return e.reduce(function(t,r){return r.id?"//".concat(r.str,"[@id='").concat(r.id,"']"):t+"/".concat(r.str)+(r.count>0?"[".concat(r.count,"]"):"")},"")}function sw(e){var t=Kd(e);return ow(t)}var Xd=sw,en={},uw={set:function(t,r){lw(t),en[t]=r},get:function(t,r){if(cw(r),t in en)return en[t];if(typeof r=="function"){var a=r();return Oe(a!==void 0,"Cache creator function should not return undefined"),this.set(t,a),en[t]}},clear:function(){en={}}};function lw(e){Oe(typeof e=="string","key must be a string, "+B(e)+" given"),Oe(e!=="","key must not be empty")}function cw(e){Oe(typeof e=="function"||typeof e>"u","creator must be a function or undefined, "+B(e)+" given")}var be=uw;function dw(e,t){var r=t||e;return be.get("nodeMap")?be.get("nodeMap").get(r):null}var Ee=dw;function Zd(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.maxLength,a=r===void 0?300:r,n=t.attrLimit,i=n===void 0?20:n;if(!e)return"";if(e.nodeType!==1){var o,s=(o=e.nodeValue)!==null&&o!==void 0?o:"";return Ss(s,a)}var u=fw(e);return u.length>a?pw(e,{maxLength:a,attrLimit:i}):u}function fw(e){var t=e.outerHTML;return!t&&typeof p.XMLSerializer=="function"&&(t=new p.XMLSerializer().serializeToString(e)),t||""}function pw(e,t){var r=t.maxLength,a=t.attrLimit,n=Ja(e.ownerDocument||b)?e.nodeName:e.nodeName.toLowerCase(),i=Array.from(Va(e)).map(function(y){var w=y.name,E=y.value;return{name:w,value:E}}),o=i.reduce(function(y,w){var E=w.name,_=w.value;return y+E.length+_.length+4},0);2+n.length+o>r&&i.forEach(function(y){y.name=Ss(y.name,a),y.value=Ss(y.value,a)});var s="<".concat(n),u=">",l=" ...>",c=je(i),d;try{for(c.s();!(d=c.n()).done;){var m=d.value,v=" ".concat(m.name,'="').concat(m.value,'"');if(s.length+v.length>r-l.length){u=l;continue}s+=v}}catch(y){c.e(y)}finally{c.f()}return s+u}function Ss(e,t){return e.length<=t?e:e.substring(0,t)+"..."}var Qd="DqElm.RunOptions",Yr=Ve(function(t,r,a){var n,i;if(r??(r=null),a??(a={}),!r){var o;r=(o=be.get(Qd))!==null&&o!==void 0?o:{}}if(this.spec=a,t instanceof dt?(this._virtualNode=t,this._element=t.actualNode):(this._element=t,this._virtualNode=Ee(t)),this.fromFrame=((n=this.spec.selector)===null||n===void 0?void 0:n.length)>1,this._includeElementInJson=r.elementRef,r.absolutePaths&&(this._options={toRoot:!0}),this.nodeIndexes=[],Array.isArray(this.spec.nodeIndexes)?this.nodeIndexes=this.spec.nodeIndexes:typeof((i=this._virtualNode)===null||i===void 0?void 0:i.nodeIndex)=="number"&&(this.nodeIndexes=[this._virtualNode.nodeIndex]),this.source=null,!g._audit.noHtml){var s;this.source=(s=this.spec.source)!==null&&s!==void 0?s:Zd(this._element)}return this});Yr.prototype={get selector(){return this.spec.selector||[Fs(this.element,this._options)]},get ancestry(){return this.spec.ancestry||[Ei(this.element)]},get xpath(){return this.spec.xpath||[Xd(this.element)]},get element(){return this._element},toJSON:function(){var t={selector:this.selector,source:this.source,xpath:this.xpath,ancestry:this.ancestry,nodeIndexes:this.nodeIndexes,fromFrame:this.fromFrame};return this._includeElementInJson&&(t.element=this._element),t}},Yr.fromFrame=function(t,r,a){var n=Yr.mergeSpecs(t,a);return new Yr(a.element,r,n)},Yr.mergeSpecs=function(t,r){return Ae({},t,{selector:[].concat(de(r.selector),de(t.selector)),ancestry:[].concat(de(r.ancestry),de(t.ancestry)),xpath:[].concat(de(r.xpath),de(t.xpath)),nodeIndexes:[].concat(de(r.nodeIndexes),de(t.nodeIndexes)),fromFrame:!0})},Yr.setRunOptions=function(t){var r=t.elementRef,a=t.absolutePaths;be.set(Qd,{elementRef:r,absolutePaths:a})};var $t=Yr;function mw(e,t,r,a){return{isAsync:!1,async:function(){return this.isAsync=!0,function(i){i instanceof Error?a(i):(e.result=i,r(e))}},data:function(i){e.data=i},relatedNodes:function(i){p.Node&&(i instanceof p.Node||i instanceof dt?i=[i]:i=Oc(i),e.relatedNodes=[],i.forEach(function(o){if(o instanceof dt&&(o=o.actualNode),o instanceof p.Node){var s=new $t(o);e.relatedNodes.push(s)}}))}}}var ks=mw;function gr(e){return Os(e,new Map)}function Os(e,t){var r,a;if(e===null||B(e)!=="object"||(r=p)!==null&&r!==void 0&&r.Node&&e instanceof p.Node||(a=p)!==null&&a!==void 0&&a.HTMLCollection&&e instanceof p.HTMLCollection||"nodeName"in e&&"nodeType"in e&&"ownerDocument"in e)return e;if(t.has(e))return t.get(e);if(Array.isArray(e)){var n=[];return t.set(e,n),e.forEach(function(s){n.push(Os(s,t))}),n}var i={};t.set(e,i);for(var o in e)i[o]=Os(e[o],t);return i}var tn=new Mc.CssSelectorParser;tn.registerSelectorPseudos("not"),tn.registerSelectorPseudos("is"),tn.registerNestingOperators(">"),tn.registerAttrEqualityMods("^","$","*","~");var Jd=tn;function Is(e,t){var r=_i(t);return r.some(function(a){return pa(e,a)})}function hw(e,t){return e.props.nodeType===1&&(t.tag==="*"||e.props.nodeName===t.tag)}function vw(e,t){return!t.classes||t.classes.every(function(r){return e.hasClass(r.value)})}function gw(e,t){return!t.attributes||t.attributes.every(function(r){var a=e.attr(r.key);return a!==null&&r.test(a)})}function bw(e,t){return!t.id||e.props.id===t.id}function yw(e,t){return!!(!t.pseudos||t.pseudos.every(function(r){if(r.name==="not")return!r.expressions.some(function(a){return pa(e,a)});if(r.name==="is")return r.expressions.some(function(a){return pa(e,a)});throw new Error("the pseudo selector "+r.name+" has not yet been implemented")}))}function ef(e,t){return hw(e,t)&&vw(e,t)&&gw(e,t)&&bw(e,t)&&yw(e,t)}var rn=function(){var e=/(?=[\-\[\]{}()*+?.\\\^$|,#\s])/g,t="\\";return function(r){return r.replace(e,t)}}(),Ns=/\\/g;function ww(e){if(e)return e.map(function(t){var r=t.name.replace(Ns,""),a=(t.value||"").replace(Ns,""),n,i;switch(t.operator){case"^=":i=new RegExp("^"+rn(a));break;case"$=":i=new RegExp(rn(a)+"$");break;case"~=":i=new RegExp("(^|\\s)"+rn(a)+"(\\s|$)");break;case"|=":i=new RegExp("^"+rn(a)+"(-|$)");break;case"=":n=function(s){return a===s};break;case"*=":n=function(s){return s&&s.includes(a)};break;case"!=":n=function(s){return a!==s};break;default:n=function(s){return s!==null}}return a===""&&/^[*$^]=$/.test(t.operator)&&(n=function(){return!1}),n||(n=function(s){return s&&i.test(s)}),{key:r,value:a,type:typeof t.value>"u"?"attrExist":"attrValue",test:n}})}function Dw(e){if(e)return e.map(function(t){return t=t.replace(Ns,""),{value:t,regexp:new RegExp("(^|\\s)"+rn(t)+"(\\s|$)")}})}function Ew(e){if(e)return e.map(function(t){var r;return["is","not"].includes(t.name)&&(r=t.value,r=r.selectors?r.selectors:[r],r=tf(r)),{name:t.name,expressions:r,value:t.value}})}function tf(e){return e.map(function(t){for(var r=[],a=t.rule;a;)r.push({tag:a.tagName?a.tagName.toLowerCase():"*",combinator:a.nestingOperator?a.nestingOperator:" ",id:a.id,attributes:ww(a.attrs),classes:Dw(a.classNames),pseudos:Ew(a.pseudos)}),a=a.rule;return r})}function _i(e){var t=Jd.parse(e);return t=t.selectors?t.selectors:[t],tf(t)}function rf(e,t,r,a){if(!e)return!1;for(var n=Array.isArray(t),i=n?t[r]:t,o=ef(e,i);!o&&a&&e.parent;)e=e.parent,o=ef(e,i);if(r>0){if([" ",">"].includes(i.combinator)===!1)throw new Error("axe.utils.matchesExpression does not support the combinator: "+i.combinator);o=o&&rf(e.parent,t,r-1,i.combinator===" ")}return o}function pa(e,t,r){return rf(e,t,t.length-1,r)}function _w(e,t){for(;e;){if(Is(e,t))return e;if(typeof e.parent>"u")throw new TypeError("Cannot resolve parent for non-DOM nodes");e=e.parent}return null}var Ft=_w;function xi(){}function Ms(e){if(typeof e!="function")throw new TypeError("Queue methods require functions as arguments")}function xw(){var e=[],t=0,r=0,a=xi,n=!1,i,o=function(v){i=v,setTimeout(function(){i!=null&&Wr("Uncaught error (of queue)",i)},1)},s=o;function u(m){return function(v){e[m]=v,r-=1,!r&&a!==xi&&(n=!0,a(e))}}function l(m){return a=xi,s(m),e}function c(){for(var m=e.length;t<m;t++){var v=e[t];try{v.call(null,u(t),l)}catch(y){l(y)}}}var d={defer:function(v){if(B(v)==="object"&&v.then&&v.catch){var y=v;v=function(E,_){y.then(E).catch(_)}}if(Ms(v),i===void 0){if(n)throw new Error("Queue already completed");return e.push(v),++r,c(),d}},then:function(v){if(Ms(v),a!==xi)throw new Error("queue `then` already set");return i||(a=v,r||(n=!0,a(e))),d},catch:function(v){if(Ms(v),s!==o)throw new Error("queue `catch` already set");return i?(v(i),i=null):s=v,d},abort:l};return d}var ir=xw,ma,ha,Ps=p.crypto||p.msCrypto;if(!ha&&Ps&&Ps.getRandomValues){var af=new Uint8Array(16);ha=function(){return Ps.getRandomValues(af),af}}if(!ha){var nf=new Array(16);ha=function(){for(var t=0,r;t<16;t++)t&3||(r=Math.random()*4294967296),nf[t]=r>>>((t&3)<<3)&255;return nf}}for(var of=typeof p.Buffer=="function"?p.Buffer:Array,Ls=[],sf={},va=0;va<256;va++)Ls[va]=(va+256).toString(16).substr(1),sf[Ls[va]]=va;function Aw(e,t,r){var a=t&&r||0,n=0;for(t=t||[],e.toLowerCase().replace(/[0-9a-f]{2}/g,function(i){n<16&&(t[a+n++]=sf[i])});n<16;)t[a+n++]=0;return t}function Bs(e,t){var r=t||0,a=Ls;return a[e[r++]]+a[e[r++]]+a[e[r++]]+a[e[r++]]+"-"+a[e[r++]]+a[e[r++]]+"-"+a[e[r++]]+a[e[r++]]+"-"+a[e[r++]]+a[e[r++]]+"-"+a[e[r++]]+a[e[r++]]+a[e[r++]]+a[e[r++]]+a[e[r++]]+a[e[r++]]}var Ir=ha(),Cw=[Ir[0]|1,Ir[1],Ir[2],Ir[3],Ir[4],Ir[5]],uf=(Ir[6]<<8|Ir[7])&16383,$s=0,qs=0;function lf(e,t,r){var a=t&&r||0,n=t||[];e=e||{};var i=e.clockseq!=null?e.clockseq:uf,o=e.msecs!=null?e.msecs:new Date().getTime(),s=e.nsecs!=null?e.nsecs:qs+1,u=o-$s+(s-qs)/1e4;if(u<0&&e.clockseq==null&&(i=i+1&16383),(u<0||o>$s)&&e.nsecs==null&&(s=0),s>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");$s=o,qs=s,uf=i,o+=122192928e5;var l=((o&268435455)*1e4+s)%4294967296;n[a++]=l>>>24&255,n[a++]=l>>>16&255,n[a++]=l>>>8&255,n[a++]=l&255;var c=o/4294967296*1e4&268435455;n[a++]=c>>>8&255,n[a++]=c&255,n[a++]=c>>>24&15|16,n[a++]=c>>>16&255,n[a++]=i>>>8|128,n[a++]=i&255;for(var d=e.node||Cw,m=0;m<6;m++)n[a+m]=d[m];return t||Bs(n)}function Kr(e,t,r){var a=t&&r||0;typeof e=="string"&&(t=e=="binary"?new of(16):null,e=null),e=e||{};var n=e.random||(e.rng||ha)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t)for(var i=0;i<16;i++)t[a+i]=n[i];return t||Bs(n)}ma=Kr,ma.v1=lf,ma.v4=Kr,ma.parse=Aw,ma.unparse=Bs,ma.BufferClass=of,g._uuid=lf();var Rw=Kr,Tw=Object.freeze(["EvalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);function Fw(e){var t=e.topic,r=e.channelId,a=e.message,n=e.messageId,i=e.keepalive,o={channelId:r,topic:t,messageId:n,keepalive:!!i,source:cf()};return a instanceof Error?o.error={name:a.name,message:a.message,stack:a.stack}:o.payload=a,JSON.stringify(o)}function Sw(e){var t;try{t=JSON.parse(e)}catch{return}if(kw(t)){var r=t,a=r.topic,n=r.channelId,i=r.messageId,o=r.keepalive,s=B(t.error)==="object"?Ow(t.error):t.payload;return{topic:a,message:s,messageId:i,channelId:n,keepalive:!!o}}}function kw(e){return e!==null&&B(e)==="object"&&typeof e.channelId=="string"&&e.source===cf()}function Ow(e){var t=e.message||"Unknown error occurred",r=Tw.includes(e.name)?e.name:"Error",a=p[r]||Error;return e.stack&&(t+=`
19
- `+e.stack.replace(e.message,"")),new a(t)}function cf(){var e="axeAPI",t="";return typeof g<"u"&&g._audit&&g._audit.application&&(e=g._audit.application),typeof g<"u"&&(t=g.version),e+"."+t}function js(e){ff(e),Oe(p.parent===e,"Source of the response must be the parent window.")}function df(e){ff(e),Oe(e.parent===p,"Respondable target must be a frame in the current window")}function ff(e){Oe(p!==e,"Messages can not be sent to the same window.")}var an={};function Iw(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;Oe(!Object.prototype.hasOwnProperty.call(an,e),"A replyHandler already exists for this message channel."),an[e]={replyHandler:t,sendToParent:r}}function Nw(e){return Object.prototype.hasOwnProperty.call(an,e)?an[e]:void 0}function Mw(e){delete an[e]}var Ai=[];function zs(){var e="".concat(Kr(),":").concat(Kr());return Ai.includes(e)?zs():(Ai.push(e),e)}function Pw(e){return Ai.includes(e)?!1:(Ai.push(e),!0)}function Hs(e,t,r,a){if(r?js(e):df(e),t.message instanceof Error&&!r)return g.log(t.message),!1;var n=Fw(Ae({messageId:zs()},t)),i=g._audit.allowedOrigins;return!i||!i.length?!1:(typeof a=="function"&&Iw(t.channelId,a,r),i.forEach(function(o){try{e.postMessage(n,o)}catch(s){throw s instanceof e.DOMException?new Error('allowedOrigins value "'.concat(o,'" is not a valid origin')):s}}),!0)}function Lw(e,t,r){if(!e.parent!==p)return g.log(t);try{Hs(e,{topic:null,channelId:r,message:t,messageId:zs(),keepalive:!0},!0)}catch(a){return g.log(a)}}function pf(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;return function(n,i,o){var s={channelId:t,message:n,keepalive:i};Hs(e,s,r,o)}}function Bw(e){var t=g._audit.allowedOrigins;return t&&t.includes("*")||t.includes(e)}function $w(e,t){var r=e.origin,a=e.data,n=e.source;try{var i=Sw(a)||{},o=i.channelId,s=i.message,u=i.messageId;if(!Bw(r)||!Pw(u))return;if(s instanceof Error&&n.parent!==p)return g.log(s),!1;try{if(i.topic){var l=pf(n,o);js(n),t(i,l)}else qw(n,i)}catch(c){Lw(n,c,o)}}catch(c){return g.log(c),!1}}function qw(e,t){var r=t.channelId,a=t.message,n=t.keepalive,i=Nw(r)||{},o=i.replyHandler,s=i.sendToParent;if(o){s?js(e):df(e);var u=pf(e,r,s);!n&&r&&Mw(r);try{o(a,n,u)}catch(l){g.log(l),u(l,n)}}}var jw={open:function(t){if(typeof p.addEventListener=="function"){var r=function(n){$w(n,t)};return p.addEventListener("message",r,!1),function(){p.removeEventListener("message",r,!1)}}},post:function(t,r,a){return typeof p.addEventListener!="function"?!1:Hs(t,r,!1,a)}};function mf(e){e.updateMessenger(jw)}var Ci,hf,Ri={};function Qt(e,t,r,a,n){var i={topic:t,message:r,channelId:"".concat(Kr(),":").concat(Kr()),keepalive:a};return hf(e,i,n)}function zw(e,t){var r=e.topic,a=e.message,n=e.keepalive,i=Object.prototype.hasOwnProperty.call(Ri,r)?Ri[r]:void 0;if(i)try{i(a,n,t)}catch(o){g.log(o),t(o,n)}}Qt.updateMessenger=function(t){var r=t.open,a=t.post;Oe(typeof r=="function","open callback must be a function"),Oe(typeof a=="function","post callback must be a function"),Ci&&Ci();var n=r(zw);n?(Oe(typeof n=="function","open callback must return a cleanup function"),Ci=n):Ci=null,hf=a},Qt.subscribe=function(t,r){Oe(typeof r=="function","Subscriber callback must be a function"),Oe(!Object.prototype.hasOwnProperty.call(Ri,t),"Topic ".concat(t," is already registered to.")),Ri[t]=r},Qt.isInFrame=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:p;return!!t.frameElement},mf(Qt);function vf(e,t,r,a){var n,i,o=e.contentWindow,s=(n=(i=t.options)===null||i===void 0?void 0:i.pingWaitTime)!==null&&n!==void 0?n:500;if(!o){Wr("Frame does not have a content window",e),r(null);return}if(s===0){gf(e,t,r,a);return}var u=setTimeout(function(){u=setTimeout(function(){t.debug?a(bf("No response from frame",e)):r(null)},0)},s);Qt(o,"axe.ping",null,void 0,function(){clearTimeout(u),gf(e,t,r,a)})}function gf(e,t,r,a){var n,i,o=(n=(i=t.options)===null||i===void 0?void 0:i.frameWaitTime)!==null&&n!==void 0?n:6e4,s=e.contentWindow,u=setTimeout(function(){a(bf("Axe in frame timed out",e))},o);Qt(s,"axe.start",t,void 0,function(l){clearTimeout(u),l instanceof Error?a(l):r(l)})}function bf(e,t){var r;return g._tree&&(r=Fs(t)),new Error(e+": "+(r||t))}var nn=null,on={update:function(t){Oe(B(t)==="object","serializer must be an object"),nn=t},toSpec:function(t){return on.dqElmToSpec(new $t(t))},dqElmToSpec:function(t,r){var a;return t instanceof $t?(r&&(t=Hw(t,r)),typeof((a=nn)===null||a===void 0?void 0:a.toSpec)=="function"?nn.toSpec(t):t.toJSON()):t},mergeSpecs:function(t,r){var a;return typeof((a=nn)===null||a===void 0?void 0:a.mergeSpecs)=="function"?nn.mergeSpecs(t,r):$t.mergeSpecs(t,r)},mapRawResults:function(t){return t.map(function(r){return Ae({},r,{nodes:on.mapRawNodeResults(r.nodes)})})},mapRawNodeResults:function(t){return t==null?void 0:t.map(function(r){var a=r.node,n=Te(r,ue);n.node=on.dqElmToSpec(a);for(var i=0,o=["any","all","none"];i<o.length;i++){var s=o[i];n[s]=n[s].map(function(u){var l=u.relatedNodes,c=Te(u,De);return c.relatedNodes=l.map(on.dqElmToSpec),c})}return n})}},qt=on;function Hw(e,t){var r=e.fromFrame,a=t.ancestry,n=t.xpath,i=t.selectors!==!1||r;return e=new $t(e.element,t,{source:e.source,nodeIndexes:e.nodeIndexes,selector:i?e.selector:[":root"],ancestry:a?e.ancestry:[":root"],xpath:n?e.xpath:"/"}),e.fromFrame=r,e}function Vw(e){var t=[];return t.concat(e.any||[]).concat(e.all||[]).concat(e.none||[])}var Ti=Vw;function Gw(e,t,r){if(Array.isArray(e))return e.find(function(a){return a!==null&&B(a)==="object"&&Object.hasOwn(a,t)&&a[t]===r})}var sn=Gw;function Uw(e,t,r){e.forEach(function(a){a.node=qt.mergeSpecs(a.node,r);var n=Ti(a);n.forEach(function(i){i.relatedNodes=i.relatedNodes.map(function(o){return qt.mergeSpecs(o,r)})})})}function Ww(e,t){for(var r=t[0].node,a,n=0;n<e.length;n++){a=e[n].node;var i=yf(a.nodeIndexes,r.nodeIndexes);if(i>0||i===0&&r.selector.length<a.selector.length){e.splice.apply(e,[n,0].concat(de(t)));return}}e.push.apply(e,de(t))}function Yw(e){return!e||!e.results?null:Array.isArray(e.results)?e.results.length?e.results:null:[e.results]}function Kw(e,t){var r=[];return e.forEach(function(a){var n=Yw(a);if(!(!n||!n.length)){var i=Xw(a);n.forEach(function(o){o.nodes&&i&&Uw(o.nodes,t,i);var s=sn(r,"id",o.id);if(!s)r.push(o);else if(o.nodes.length&&Ww(s.nodes,o.nodes),o.error){var u;(u=s.error)!==null&&u!==void 0||(s.error=o.error)}})}}),r.forEach(function(a){a.nodes&&a.nodes.sort(function(n,i){return yf(n.node.nodeIndexes,i.node.nodeIndexes)})}),r}function yf(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=Math.max(e==null?void 0:e.length,t==null?void 0:t.length),a=0;a<r;a++){var n=e==null?void 0:e[a],i=t==null?void 0:t[a];if(typeof n!="number"||isNaN(n))return a===0?1:-1;if(typeof i!="number"||isNaN(i))return a===0?-1:1;if(n!==i)return n-i}return 0}var Fi=Kw;function Xw(e){return e.frameElement?qt.toSpec(e.frameElement):e.frameSpec?e.frameSpec:null}function wf(e,t,r,a,n,i){t=Ae({},t,{elementRef:!1});var o=ir(),s=e.frames;s.forEach(function(u){var l=u.node,c=Te(u,ce);o.defer(function(d,m){var v={options:t,command:r,parameter:a,context:c};function y(w){return d(w?{results:w,frameElement:l}:null)}vf(l,v,y,m)})}),o.then(function(u){n(Fi(u,t))}).catch(i)}function br(e,t){if(!e.shadowId&&!t.shadowId&&e.actualNode&&typeof e.actualNode.contains=="function")return e.actualNode.contains(t.actualNode);do{if(e===t)return!0;if(t.nodeIndex<e.nodeIndex)return!1;t=t.parent}while(t);return!1}function Df(){for(var e={},t=arguments.length,r=new Array(t),a=0;a<t;a++)r[a]=arguments[a];return r.forEach(function(n){if(!(!n||B(n)!=="object"||Array.isArray(n)))for(var i=0,o=Object.keys(n);i<o.length;i++){var s=o[i];!e.hasOwnProperty(s)||B(n[s])!=="object"||Array.isArray(e[s])?e[s]=n[s]:e[s]=Df(e[s],n[s])}}),e}var Vs=Df;function Zw(e,t){Object.assign(e,t),Object.keys(t).filter(function(r){return typeof t[r]=="function"}).forEach(function(r){e[r]=null;try{e[r]=t[r](e)}catch{}})}var Gs=Zw,Qw=["article","aside","blockquote","body","div","footer","h1","h2","h3","h4","h5","h6","header","main","nav","p","section","span"];function Jw(e){if(e.shadowRoot){var t=e.nodeName.toLowerCase();if(Qw.includes(t)||/^[a-z][a-z0-9_.-]*-[a-z0-9_.-]*$/.test(t))return!0}return!1}var Si=Jw,Us={};Ut(Us,{createGrid:function(){return dn},findElmsInContext:function(){return Ef},findNearbyElms:function(){return Bi},findUp:function(){return ba},findUpVirtual:function(){return ga},focusDisabled:function(){return au},getComposedParent:function(){return ft},getElementByReference:function(){return iu},getElementCoordinates:function(){return Xs},getElementStack:function(){return r1},getModalDialog:function(){return Zf},getNodeGrid:function(){return Li},getOverflowHiddenAncestors:function(){return ln},getRootNode:function(){return gt},getScrollOffset:function(){return Pf},getTabbableElements:function(){return a1},getTargetRects:function(){return qi},getTargetSize:function(){return n1},getTextElementStack:function(){return _u},getViewportSize:function(){return ki},getVisibleChildTextRects:function(){return Eu},hasContent:function(){return Wi},hasContentVirtual:function(){return yn},hasLangText:function(){return Au},idrefs:function(){return or},insertedIntoFocusOrder:function(){return W1},isCurrentPageLink:function(){return nu},isFixedPosition:function(){return Oi},isFocusable:function(){return it},isHTML5:function(){return X1},isHiddenForEveryone:function(){return Nr},isHiddenWithCSS:function(){return CE},isInTabOrder:function(){return jt},isInTextBlock:function(){return Cu},isInert:function(){return $i},isModalOpen:function(){return wn},isMultiline:function(){return Q1},isNativelyFocusable:function(){return uu},isNode:function(){return PE},isOffscreen:function(){return Ii},isOpaque:function(){return UE},isSkipLink:function(){return Fu},isVisible:function(){return QE},isVisibleOnScreen:function(){return St},isVisibleToScreenReaders:function(){return Xe},isVisualContent:function(){return xu},reduceToElementsBelowFloating:function(){return J1},shadowElementsFromPoint:function(){return t_},urlPropsFromAttribute:function(){return s_},visuallyContains:function(){return ep},visuallyOverlaps:function(){return Su},visuallySort:function(){return ou}});function e2(e){var t=e.getRootNode&&e.getRootNode()||b;return t===e&&(t=b),t}var un=e2,gt=un;function t2(e){var t=e.context,r=e.value,a=e.attr,n=e.elm,i=n===void 0?"":n,o,s=Ke(r);return t.nodeType===9||t.nodeType===11?o=t:o=gt(t),Array.from(o.querySelectorAll(i+"["+a+"="+s+"]"))}var Ef=t2;function r2(e,t){var r;if(r=e.actualNode,!e.shadowId&&typeof e.actualNode.closest=="function"){var a=e.actualNode.closest(t);return a||null}do r=r.assignedSlot?r.assignedSlot:r.parentNode,r&&r.nodeType===11&&(r=r.host);while(r&&!ca(r,t)&&r!==b.documentElement);return!r||!ca(r,t)?null:r}var ga=r2;function a2(e,t){return ga(Ee(e),t)}var ba=a2;function Ws(e,t){return(e.left|0)<(t.right|0)&&(e.right|0)>(t.left|0)&&(e.top|0)<(t.bottom|0)&&(e.bottom|0)>(t.top|0)}var _f=Ve(function(t){var r=[];if(!t)return r;var a=t.getComputedStylePropertyValue("overflow");return a==="hidden"&&r.push(t),r.concat(_f(t.parent))}),ln=_f,n2=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,i2=/(\w+)\((\d+)/;function Ys(e){return["style","script","noscript","template"].includes(e.props.nodeName)}function xf(e){return e.props.nodeName==="area"?!1:e.getComputedStylePropertyValue("display")==="none"}function Af(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.isAncestor;return!r&&["hidden","collapse"].includes(e.getComputedStylePropertyValue("visibility"))}function Cf(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.isAncestor;return!!r&&e.getComputedStylePropertyValue("content-visibility")==="hidden"}function Rf(e){return e.attr("aria-hidden")==="true"}function Tf(e){return e.getComputedStylePropertyValue("opacity")==="0"}function Ff(e){var t=Dr(e.actualNode),r=parseInt(e.getComputedStylePropertyValue("height")),a=parseInt(e.getComputedStylePropertyValue("width"));return!!t&&(r===0||a===0)}function Sf(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.isAncestor;if(r)return!1;var a=e.getComputedStylePropertyValue("position");if(a==="fixed")return!1;var n=ln(e);if(!n.length)return!1;var i=e.boundingClientRect;return n.some(function(o){if(a==="absolute"&&!o2(e,o)&&o.getComputedStylePropertyValue("position")==="static")return!1;var s=o.boundingClientRect;return s.width<2||s.height<2?!0:!Ws(i,s)})}function kf(e){var t=e.getComputedStylePropertyValue("clip").match(n2),r=e.getComputedStylePropertyValue("clip-path").match(i2);if(t&&t.length===5){var a=e.getComputedStylePropertyValue("position");if(["fixed","absolute"].includes(a))return t[3]-t[1]<=0&&t[2]-t[4]<=0}if(r){var n=r[1],i=parseInt(r[2],10);switch(n){case"inset":return i>=50;case"circle":return i===0}}return!1}function Ks(e,t){var r=Ft(e,"map");if(!r)return!0;var a=r.attr("name");if(!a)return!0;var n=un(e.actualNode);if(!n||n.nodeType!==9)return!0;var i=It(g._tree,'img[usemap="#'.concat(Ke(a),'"]'));return!i||!i.length?!0:i.some(function(o){return!t(o)})}function Of(e){var t;if(((t=e.parent)===null||t===void 0?void 0:t.props.nodeName)!=="details")return!1;if(e.props.nodeName==="summary"){var r=e.parent.children.find(function(a){return a.props.nodeName==="summary"});if(r===e)return!1}return!e.parent.hasAttr("open")}function o2(e,t){for(var r=e.parent;r&&r!==t;){if(["relative","sticky"].includes(r.getComputedStylePropertyValue("position")))return!0;r=r.parent}return!1}var s2=[xf,Af,Cf,Of];function Nr(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.skipAncestors,a=t.isAncestor,n=a===void 0?!1:a;return e=Se(e).vNode,r?If(e,n):Nf(e,n)}var If=Ve(function(t,r){return Ys(t)?!0:t.actualNode?!!(s2.some(function(a){return a(t,{isAncestor:r})})||!t.actualNode.isConnected):!1}),Nf=Ve(function(t,r){return If(t,r)?!0:t.parent?Nf(t.parent,!0):!1});function Mf(e){if(e.assignedSlot)return Mf(e.assignedSlot);if(e.parentNode){var t=e.parentNode;if(t.nodeType===1)return t;if(t.host)return t.host}return null}var ft=Mf;function u2(e){if(!e.nodeType&&e.document&&(e=e.document),e.nodeType===9){var t=e.documentElement,r=e.body;return{left:t&&t.scrollLeft||r&&r.scrollLeft||0,top:t&&t.scrollTop||r&&r.scrollTop||0}}return{left:e.scrollLeft,top:e.scrollTop}}var Pf=u2;function l2(e){var t=Pf(b),r=t.left,a=t.top,n=e.getBoundingClientRect();return{top:n.top+a,right:n.right+r,bottom:n.bottom+a,left:n.left+r,width:n.right-n.left,height:n.bottom-n.top}}var Xs=l2;function c2(e){var t=e.document,r=t.documentElement;if(e.innerWidth)return{width:e.innerWidth,height:e.innerHeight};if(r)return{width:r.clientWidth,height:r.clientHeight};var a=t.body;return{width:a.clientWidth,height:a.clientHeight}}var ki=c2;function Oi(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.skipAncestors,a=Se(e),n=a.vNode;return n?r?Lf(n):Bf(n):!1}var Lf=Ve(function(t){return t.getComputedStylePropertyValue("position")==="fixed"}),Bf=Ve(function(t){return Lf(t)?!0:t.parent?Bf(t.parent):!1});function d2(e,t){for(e=ft(e);e&&e.nodeName.toLowerCase()!=="html";){if(e.scrollTop&&(t+=e.scrollTop,t>=0))return!1;e=ft(e)}return!0}function f2(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.isAncestor;if(r)return!1;var a=Se(e),n=a.domNode;if(n){var i=b.documentElement,o=p.getComputedStyle(n),s=p.getComputedStyle(b.body||i).getPropertyValue("direction"),u=Oi(n),l=u?n.getBoundingClientRect():Xs(n);if(l.top===0&&l.bottom===0||l.left===0&&l.right===0)return!1;if(l.bottom<=0&&(d2(n,l.bottom)||o.position==="absolute"))return!0;var c=ki(p);if(u&&l.top>=c.height)return!0;var d=Math.max(i.scrollWidth,c.width);return!!((u||s==="rtl")&&l.left>=d||(u||s==="ltr")&&l.right<=0)}}var Ii=f2,p2=[Tf,Ff,Sf,kf,Ii];function St(e){return e=Se(e).vNode,Zs(e)}var Zs=Ve(function(t,r){return t.actualNode&&t.props.nodeName==="area"?!Ks(t,Zs):Nr(t,{skipAncestors:!0,isAncestor:r})||t.actualNode&&p2.some(function(a){return a(t,{isAncestor:r})})?!1:t.parent?Zs(t.parent,!0):!0});function Qs(e,t){var r=Math.min(e.top,t.top),a=Math.max(e.right,t.right),n=Math.max(e.bottom,t.bottom),i=Math.min(e.left,t.left);return new p.DOMRect(i,r,a-i,n-r)}function Ni(e,t){var r=e.x,a=e.y,n=t.top,i=t.right,o=t.bottom,s=t.left;return a>=n&&r<=i&&a<=o&&r>=s}var $f={};Ut($f,{getBoundingRect:function(){return Qs},getIntersectionRect:function(){return Mi},getOffset:function(){return jf},getRectCenter:function(){return cn},hasVisualOverlap:function(){return Js},isPointInRect:function(){return Ni},rectHasMinimumSize:function(){return yr},rectsOverlap:function(){return Ws},splitRects:function(){return eu}});function Mi(e,t){var r=Math.max(e.left,t.left),a=Math.min(e.right,t.right),n=Math.max(e.top,t.top),i=Math.min(e.bottom,t.bottom);return r>=a||n>=i?null:new p.DOMRect(r,n,a-r,i-n)}function cn(e){var t=e.left,r=e.top,a=e.width,n=e.height;return new p.DOMPoint(t+a/2,r+n/2)}var qf=.05;function yr(e,t){var r=t.width,a=t.height;return r+qf>=e&&a+qf>=e}function jf(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:12,a=qi(e),n=qi(t);return!a.length||!n.length?null:a.reduce(function(i,o){var s=cn(o),u=je(n),l;try{for(u.s();!(l=u.n()).done;){var c=l.value;if(Ni(s,c))return 0;var d=m2(s,c),m=zf(s,d);i=Math.min(i,m)}}catch(_){u.e(_)}finally{u.f()}var v=n1(t);if(yr(r*2,v))return i;var y=n.reduce(Qs),w=cn(y),E=zf(s,w)-r;return Math.max(0,Math.min(i,E))},1/0)}function m2(e,t){var r,a;return e.x<t.left?r=t.left:e.x>t.right?r=t.right:r=e.x,e.y<t.top?a=t.top:e.y>t.bottom?a=t.bottom:a=e.y,{x:r,y:a}}function zf(e,t){return Math.hypot(e.x-t.x,e.y-t.y)}function Js(e,t){var r=e.boundingClientRect,a=t.boundingClientRect;return r.left>=a.right||r.right<=a.left||r.top>=a.bottom||r.bottom<=a.top?!1:ou(e,t)>0}function eu(e,t){var r=Array.isArray(e)?e:[e],a=je(t),n;try{var i=function(){var s=n.value;if(r=r.reduce(function(u,l){return u.concat(h2(l,s))},[]),r.length>4e3)throw new Error("splitRects: Too many rects")};for(a.s();!(n=a.n()).done;)i()}catch(o){a.e(o)}finally{a.f()}return r}function h2(e,t){var r=e.top,a=e.left,n=e.bottom,i=e.right,o=r<t.bottom&&n>t.top,s=a<t.right&&i>t.left,u=[];if(Pi(t.top,r,n)&&s&&u.push({top:r,left:a,bottom:t.top,right:i}),Pi(t.right,a,i)&&o&&u.push({top:r,left:t.right,bottom:n,right:i}),Pi(t.bottom,r,n)&&s&&u.push({top:t.bottom,right:i,bottom:n,left:a}),Pi(t.left,a,i)&&o&&u.push({top:r,left:a,bottom:n,right:t.left}),u.length===0){if(g2(e,t))return[];u.push(e)}return u.map(v2)}var Pi=function(t,r,a){return t>r&&t<a};function v2(e){return new p.DOMRect(e.left,e.top,e.right-e.left,e.bottom-e.top)}function g2(e,t){return e.top>=t.top&&e.left>=t.left&&e.bottom<=t.bottom&&e.right<=t.right}var Hf=0,b2=.1,Vf=.2,Gf=.3,tu=0;function dn(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:b.body,t=arguments.length>1?arguments[1]:void 0,r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(be.get("gridCreated")&&!r)return ye.gridSize;if(be.set("gridCreated",!0),!r){var a=Ee(b.documentElement);if(a||(a=new ku(b.documentElement)),tu=0,a._stackingOrder=[Yf(Hf,tu++,null)],t??(t=new ru),Kf(t,a),Dr(a.actualNode)){var n=new ru(a);a._subGrid=n}}for(var i=b.createTreeWalker(e,p.NodeFilter.SHOW_ELEMENT,null,!1),o=r?i.nextNode():i.currentNode;o;){var s=Ee(o);s&&s.parent?r=s.parent:o.assignedSlot?r=Ee(o.assignedSlot):o.parentElement?r=Ee(o.parentElement):o.parentNode&&Ee(o.parentNode)&&(r=Ee(o.parentNode)),s||(s=new g.VirtualNode(o,r)),s._stackingOrder=y2(s,r,tu++);var u=E2(s,r),l=u?u._subGrid:t;if(Dr(s.actualNode)){var c=new ru(s);s._subGrid=c}var d=s.boundingClientRect;d.width!==0&&d.height!==0&&St(o)&&Kf(l,s),Si(o)&&dn(o.shadowRoot,l,s),o=i.nextNode()}return ye.gridSize}function Uf(e,t){var r=e.getComputedStylePropertyValue("position"),a=e.getComputedStylePropertyValue("z-index");if(r==="fixed"||r==="sticky"||a!=="auto"&&r!=="static"||e.getComputedStylePropertyValue("opacity")!=="1")return!0;var n=e.getComputedStylePropertyValue("-webkit-transform")||e.getComputedStylePropertyValue("-ms-transform")||e.getComputedStylePropertyValue("transform")||"none";if(n!=="none")return!0;var i=e.getComputedStylePropertyValue("mix-blend-mode");if(i&&i!=="normal")return!0;var o=e.getComputedStylePropertyValue("filter");if(o&&o!=="none")return!0;var s=e.getComputedStylePropertyValue("perspective");if(s&&s!=="none")return!0;var u=e.getComputedStylePropertyValue("clip-path");if(u&&u!=="none")return!0;var l=e.getComputedStylePropertyValue("-webkit-mask")||e.getComputedStylePropertyValue("mask")||"none";if(l!=="none")return!0;var c=e.getComputedStylePropertyValue("-webkit-mask-image")||e.getComputedStylePropertyValue("mask-image")||"none";if(c!=="none")return!0;var d=e.getComputedStylePropertyValue("-webkit-mask-border")||e.getComputedStylePropertyValue("mask-border")||"none";if(d!=="none"||e.getComputedStylePropertyValue("isolation")==="isolate")return!0;var m=e.getComputedStylePropertyValue("will-change");if(m==="transform"||m==="opacity"||e.getComputedStylePropertyValue("-webkit-overflow-scrolling")==="touch")return!0;var v=e.getComputedStylePropertyValue("contain");return!!(["layout","paint","strict","content"].includes(v)||a!=="auto"&&Wf(t))}function Wf(e){if(!e)return!1;var t=e.getComputedStylePropertyValue("display");return["flex","inline-flex","grid","inline-grid"].includes(t)}function y2(e,t,r){var a=t._stackingOrder.slice();if(Uf(e,t)){var n=a.findIndex(function(o){var s=o.stackLevel;return[Hf,Vf,Gf].includes(s)});n!==-1&&a.splice(n,a.length-n)}var i=w2(e,t);return i!==null&&a.push(Yf(i,r,e)),a}function Yf(e,t,r){return{stackLevel:e,treeOrder:t,vNode:r}}function w2(e,t){var r=D2(e,t);return["auto","0"].includes(r)?e.getComputedStylePropertyValue("position")!=="static"?Gf:e.getComputedStylePropertyValue("float")!=="none"?Vf:Uf(e,t)?b2:null:parseInt(r)}function D2(e,t){var r=e.getComputedStylePropertyValue("position");return r==="static"&&!Wf(t)?"auto":e.getComputedStylePropertyValue("z-index")}function E2(e,t){for(var r=null,a=[e];t;){if(Dr(t.actualNode)){r=t;break}if(t._scrollRegionParent){r=t._scrollRegionParent;break}a.push(t),t=Ee(t.actualNode.parentElement||t.actualNode.parentNode)}return a.forEach(function(n){return n._scrollRegionParent=r}),r}function Kf(e,t){var r=ln(t);t.clientRects.forEach(function(a){var n,i=r.reduce(function(s,u){return s&&Mi(s,u.boundingClientRect)},a);if(i){(n=t._grid)!==null&&n!==void 0||(t._grid=e);var o=e.getGridPositionOfRect(i);e.loopGridPosition(o,function(s){s.includes(t)||s.push(t)})}})}var ru=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null;Vt(this,e),this.container=t,this.cells=[]}return Gt(e,[{key:"toGridIndex",value:function(r){return Math.floor(r/ye.gridSize)}},{key:"getCellFromPoint",value:function(r){var a,n,i=r.x,o=r.y;Oe(this.boundaries,"Grid does not have cells added");var s=this.toGridIndex(o),u=this.toGridIndex(i);Oe(Ni({y:s,x:u},this.boundaries),"Element midpoint exceeds the grid bounds");var l=(a=this.cells[s-this.cells._negativeIndex])!==null&&a!==void 0?a:[];return(n=l[u-l._negativeIndex])!==null&&n!==void 0?n:[]}},{key:"loopGridPosition",value:function(r,a){var n=r,i=n.left,o=n.right,s=n.top,u=n.bottom;this.boundaries&&(r=Qs(this.boundaries,r)),this.boundaries=r,Xf(this.cells,s,u,function(l,c){Xf(l,i,o,function(d,m){a(d,{row:c,col:m})})})}},{key:"getGridPositionOfRect",value:function(r){var a=r.top,n=r.right,i=r.bottom,o=r.left,s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return a=this.toGridIndex(a-s),n=this.toGridIndex(n+s-1),i=this.toGridIndex(i+s-1),o=this.toGridIndex(o-s),new p.DOMRect(o,a,n-o,i-a)}}])}();function Xf(e,t,r,a){var n;if((n=e._negativeIndex)!==null&&n!==void 0||(e._negativeIndex=0),t<e._negativeIndex){for(var i=0;i<e._negativeIndex-t;i++)e.splice(0,0,[]);e._negativeIndex=t}for(var o=t-e._negativeIndex,s=r-e._negativeIndex,u=o;u<=s;u++){var l,c;(c=e[l=u])!==null&&c!==void 0||(e[l]=[]),a(e[u],u+e._negativeIndex)}}function Li(e){dn();var t=Se(e),r=t.vNode;return r._grid}function Bi(e){var t,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,a=Li(e);if(!(a!=null&&(t=a.cells)!==null&&t!==void 0&&t.length))return[];var n=e.boundingClientRect,i=Oi(e),o=a.getGridPositionOfRect(n,r),s=[];return a.loopGridPosition(o,function(u){var l=je(u),c;try{for(l.s();!(c=l.n()).done;){var d=c.value;d&&d!==e&&!s.includes(d)&&i===Oi(d)&&s.push(d)}}catch(m){l.e(m)}finally{l.f()}}),s}var _2=Ve(function(){var t;if(!g._tree)return null;var r=dr(g._tree[0],"dialog[open]",function(n){var i=n.boundingClientRect,o=b.elementsFromPoint(i.left+1,i.top+1);return o.includes(n.actualNode)&&St(n)});if(!r.length)return null;var a=r.find(function(n){var i=n.boundingClientRect,o=b.elementsFromPoint(i.left-10,i.top-10);return o.includes(n.actualNode)});return a||((t=r.find(function(n){var i,o=(i=x2(n))!==null&&i!==void 0?i:{},s=o.vNode,u=o.rect;if(!s)return!1;var l=b.elementsFromPoint(u.left+1,u.top+1);return!l.includes(s.actualNode)}))!==null&&t!==void 0?t:null)}),Zf=_2;function x2(e){dn();var t=g._tree[0]._grid,r=new p.DOMRect(0,0,p.innerWidth,p.innerHeight);if(t)for(var a=0;a<t.cells.length;a++){var n=t.cells[a];if(n)for(var i=0;i<n.length;i++){var o=n[i];if(o)for(var s=0;s<o.length;s++){var u=o[s],l=u.boundingClientRect,c=Mi(l,r);if(u.props.nodeName!=="html"&&u!==e&&u.getComputedStylePropertyValue("pointer-events")!=="none"&&c)return{vNode:u,rect:c}}}}}function $i(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.skipAncestors,a=t.isAncestor;return r?Qf(e,a):Jf(e,a)}var Qf=Ve(function(t,r){if(t.hasAttr("inert"))return!0;if(!r&&t.actualNode){var a=Zf();if(a&&!br(a,t))return!0}return!1}),Jf=Ve(function(t,r){return Qf(t,r)?!0:t.parent?Jf(t.parent,!0):!1}),A2=["button","command","fieldset","keygen","optgroup","option","select","textarea","input"];function C2(e){return A2.includes(e)}function R2(e){var t=Se(e),r=t.vNode;if(C2(r.props.nodeName)&&r.hasAttr("disabled")||$i(r))return!0;for(var a=r.parent,n=[],i=!1;a&&a.shadowId===r.shadowId&&!i&&(n.push(a),a.props.nodeName!=="legend");){if(a._inDisabledFieldset!==void 0){i=a._inDisabledFieldset;break}a.props.nodeName==="fieldset"&&a.hasAttr("disabled")&&(i=!0),a=a.parent}return n.forEach(function(o){return o._inDisabledFieldset=i}),i?!0:r.props.nodeName!=="area"&&r.actualNode?Nr(r):!1}var au=R2,T2=/^\/\#/,F2=/^#[!/]/;function nu(e){var t,r=e.getAttribute("href");if(!r||r==="#")return!1;if(T2.test(r))return!0;var a=e.hash,n=e.protocol,i=e.hostname,o=e.port,s=e.pathname;if(F2.test(a))return!1;if(r.charAt(0)==="#")return!0;if(typeof((t=p.location)===null||t===void 0?void 0:t.origin)!="string"||p.location.origin.indexOf("://")===-1)return null;var u=p.location.origin+p.location.pathname,l;return i?l="".concat(n,"//").concat(i).concat(o?":".concat(o):""):l=p.location.origin,s?l+=(s[0]!=="/"?"/":"")+s:l+=p.location.pathname,l===u}function S2(e,t){var r=e.getAttribute(t);if(!r||t==="href"&&!nu(e))return null;r.indexOf("#")!==-1&&(r=decodeURIComponent(r.substr(r.indexOf("#")+1)));var a=b.getElementById(r);return a||(a=b.getElementsByName(r),a.length?a[0]:null)}var iu=S2;function ou(e,t){dn();for(var r=Math.max(e._stackingOrder.length,t._stackingOrder.length),a=0;a<r;a++){if(typeof t._stackingOrder[a]>"u")return-1;if(typeof e._stackingOrder[a]>"u"||t._stackingOrder[a].stackLevel>e._stackingOrder[a].stackLevel)return 1;if(t._stackingOrder[a].stackLevel<e._stackingOrder[a].stackLevel)return-1;if(t._stackingOrder[a].treeOrder!==e._stackingOrder[a].treeOrder)return t._stackingOrder[a].treeOrder-e._stackingOrder[a].treeOrder}var n=e.actualNode,i=t.actualNode;if(n.getRootNode&&n.getRootNode()!==i.getRootNode()){for(var o=[];n;)o.push({root:n.getRootNode(),node:n}),n=n.getRootNode().host;for(;i&&!o.find(function(E){return E.root===i.getRootNode()});)i=i.getRootNode().host;if(n=o.find(function(E){return E.root===i.getRootNode()}).node,n===i)return e.actualNode.getRootNode()!==n.getRootNode()?-1:1}var s=p.Node,u=s.DOCUMENT_POSITION_FOLLOWING,l=s.DOCUMENT_POSITION_CONTAINS,c=s.DOCUMENT_POSITION_CONTAINED_BY,d=n.compareDocumentPosition(i),m=d&u?1:-1,v=d&l||d&c,y=e1(e),w=e1(t);return y===w||v?m:w-y}function e1(e){return e.getComputedStylePropertyValue("display").indexOf("inline")!==-1?2:t1(e)?1:0}function t1(e){if(!e)return!1;if(e._isFloated!==void 0)return e._isFloated;var t=e.getComputedStylePropertyValue("float");if(t!=="none")return e._isFloated=!0,!0;var r=t1(e.parent);return e._isFloated=r,r}function su(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,a=cn(t),n=e.getCellFromPoint(a)||[],i=Math.floor(a.x),o=Math.floor(a.y),s=n.filter(function(l){return l.clientRects.some(function(c){var d=c.left,m=c.top;return i<Math.floor(d+c.width)&&i>=Math.floor(d)&&o<Math.floor(m+c.height)&&o>=Math.floor(m)})}),u=e.container;return u&&(s=su(u._grid,u.boundingClientRect,!0).concat(s)),r||(s=s.sort(ou).map(function(l){return l.actualNode}).concat(b.documentElement).filter(function(l,c,d){return d.indexOf(l)===c})),s}function k2(e){var t=Li(e);if(!t)return[];var r=Ee(e).boundingClientRect;return su(t,r)}var r1=k2;function O2(e){var t=It(e,"*"),r=t.filter(function(a){var n=a.isFocusable,i=cr(a.actualNode.getAttribute("tabindex"));return i!==null?n&&i>=0:n});return r}var a1=O2;function I2(e){var t=Se(e),r=t.vNode;if(!r||au(r))return!1;switch(r.props.nodeName){case"a":case"area":if(r.hasAttr("href"))return!0;break;case"input":return r.props.type!=="hidden";case"textarea":case"select":case"summary":case"button":return!0;case"details":return!It(r,"summary").length}return!1}var uu=I2;function it(e){var t=Se(e),r=t.vNode;if(r.props.nodeType!==1||au(r))return!1;if(uu(r))return!0;var a=cr(r.attr("tabindex"));return a!==null}function jt(e){var t=Se(e),r=t.vNode;if(r.props.nodeType!==1)return!1;var a=cr(r.attr("tabindex"));return a<=-1?!1:it(r)}var qi=Ve(N2);function N2(e){var t=e.getComputedStylePropertyValue("display"),r=t==="inline"?e.clientRects:[e.boundingClientRect],a=Bi(e).filter(function(i){return Js(e,i)&&i.getComputedStylePropertyValue("pointer-events")!=="none"&&!M2(e,i)});if(!a.length)return r;var n=a.map(function(i){var o=i.getComputedStylePropertyValue("display");return o==="inline"?i.clientRects:i.boundingClientRect}).flat(1/0);return eu(r,n)}function M2(e,t){return br(e,t)&&!jt(t)}var n1=Ve(P2);function P2(e,t){var r=qi(e);return L2(r,t)}function L2(e,t){return e.reduce(function(r,a){var n=yr(t,r),i=yr(t,a);if(n!==i)return n?r:a;var o=r.width*r.height,s=a.width*a.height;return o>s?r:a})}var fn={};Ut(fn,{accessibleText:function(){return Xr},accessibleTextVirtual:function(){return pt},autocomplete:function(){return Qr},formControlValue:function(){return M1},formControlValueMethods:function(){return vu},hasUnicode:function(){return yu},isHumanInterpretable:function(){return Du},isIconLigature:function(){return wu},isValidAutocomplete:function(){return z1},label:function(){return pE},labelText:function(){return gu},labelVirtual:function(){return Gi},nativeElementType:function(){return hE},nativeTextAlternative:function(){return L1},nativeTextMethods:function(){return P1},removeUnicode:function(){return bn},sanitize:function(){return me},subtreeText:function(){return Lr},titleText:function(){return zi},unsupported:function(){return A1},visible:function(){return H1},visibleTextNodes:function(){return vE},visibleVirtual:function(){return ur}});function B2(e,t){e=e.actualNode||e;try{var r=gt(e),a=[],n=e.getAttribute(t);if(n){n=Et(n);for(var i=0;i<n.length;i++)a.push(r.getElementById(n[i]))}return a}catch{throw new TypeError("Cannot resolve id references for non-DOM nodes")}}var or=B2;function $2(e,t){var r=Ee(e);return pt(r,t)}var Xr=$2;function q2(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=Se(e),a=r.vNode;if((a==null?void 0:a.props.nodeType)!==1||a.props.nodeType!==1||t.inLabelledByContext||t.inControlContext||!a.attr("aria-labelledby"))return"";var n=or(a,"aria-labelledby").filter(function(i){return i});return n.reduce(function(i,o){var s=Xr(o,Ae({inLabelledByContext:!0,startNode:t.startNode||a},t));return i?"".concat(i," ").concat(s):s},"")}var pn=q2;function mn(e){var t=Se(e),r=t.vNode;return(r==null?void 0:r.props.nodeType)!==1?"":r.attr("aria-label")||""}var j2={"aria-activedescendant":{type:"idref",allowEmpty:!0},"aria-atomic":{type:"boolean",global:!0},"aria-autocomplete":{type:"nmtoken",values:["inline","list","both","none"]},"aria-braillelabel":{type:"string",allowEmpty:!0,global:!0},"aria-brailleroledescription":{type:"string",allowEmpty:!0,global:!0},"aria-busy":{type:"boolean",global:!0},"aria-checked":{type:"nmtoken",values:["false","mixed","true","undefined"]},"aria-colcount":{type:"int",minValue:-1},"aria-colindex":{type:"int",minValue:1},"aria-colspan":{type:"int",minValue:1},"aria-controls":{type:"idrefs",allowEmpty:!0,global:!0},"aria-current":{type:"nmtoken",allowEmpty:!0,values:["page","step","location","date","time","true","false"],global:!0},"aria-describedby":{type:"idrefs",allowEmpty:!0,global:!0},"aria-description":{type:"string",allowEmpty:!0,global:!0},"aria-details":{type:"idref",allowEmpty:!0,global:!0},"aria-disabled":{type:"boolean",global:!0},"aria-dropeffect":{type:"nmtokens",values:["copy","execute","link","move","none","popup"],global:!0},"aria-errormessage":{type:"idref",allowEmpty:!0,global:!0},"aria-expanded":{type:"nmtoken",values:["true","false","undefined"]},"aria-flowto":{type:"idrefs",allowEmpty:!0,global:!0},"aria-grabbed":{type:"nmtoken",values:["true","false","undefined"],global:!0},"aria-haspopup":{type:"nmtoken",allowEmpty:!0,values:["true","false","menu","listbox","tree","grid","dialog"],global:!0},"aria-hidden":{type:"nmtoken",values:["true","false","undefined"],global:!0},"aria-invalid":{type:"nmtoken",values:["grammar","false","spelling","true"],global:!0},"aria-keyshortcuts":{type:"string",allowEmpty:!0,global:!0},"aria-label":{type:"string",allowEmpty:!0,global:!0},"aria-labelledby":{type:"idrefs",allowEmpty:!0,global:!0},"aria-level":{type:"int",minValue:1},"aria-live":{type:"nmtoken",values:["assertive","off","polite"],global:!0},"aria-modal":{type:"boolean"},"aria-multiline":{type:"boolean"},"aria-multiselectable":{type:"boolean"},"aria-orientation":{type:"nmtoken",values:["horizontal","undefined","vertical"]},"aria-owns":{type:"idrefs",allowEmpty:!0,global:!0},"aria-placeholder":{type:"string",allowEmpty:!0},"aria-posinset":{type:"int",minValue:1},"aria-pressed":{type:"nmtoken",values:["false","mixed","true","undefined"]},"aria-readonly":{type:"boolean"},"aria-relevant":{type:"nmtokens",values:["additions","all","removals","text"],global:!0},"aria-required":{type:"boolean"},"aria-roledescription":{type:"string",allowEmpty:!0,global:!0},"aria-rowcount":{type:"int",minValue:-1},"aria-rowindex":{type:"int",minValue:1},"aria-rowspan":{type:"int",minValue:0},"aria-selected":{type:"nmtoken",values:["false","true","undefined"]},"aria-setsize":{type:"int",minValue:-1},"aria-sort":{type:"nmtoken",values:["ascending","descending","none","other"]},"aria-valuemax":{type:"decimal"},"aria-valuemin":{type:"decimal"},"aria-valuenow":{type:"decimal"},"aria-valuetext":{type:"string",allowEmpty:!0}},i1=j2,z2={alert:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},alertdialog:{type:"window",allowedAttrs:["aria-expanded","aria-modal"],superclassRole:["alert","dialog"],accessibleNameRequired:!0},application:{type:"landmark",allowedAttrs:["aria-activedescendant","aria-expanded"],superclassRole:["structure"],accessibleNameRequired:!0},article:{type:"structure",allowedAttrs:["aria-posinset","aria-setsize","aria-expanded"],superclassRole:["document"]},banner:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},blockquote:{type:"structure",superclassRole:["section"]},button:{type:"widget",allowedAttrs:["aria-expanded","aria-pressed"],superclassRole:["command"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},caption:{type:"structure",requiredContext:["figure","table","grid","treegrid"],superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},cell:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-colindex","aria-colspan","aria-rowindex","aria-rowspan","aria-expanded"],superclassRole:["section"],nameFromContent:!0},checkbox:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-readonly","aria-expanded","aria-required"],superclassRole:["input"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},code:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},columnheader:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-sort","aria-colindex","aria-colspan","aria-expanded","aria-readonly","aria-required","aria-rowindex","aria-rowspan","aria-selected"],superclassRole:["cell","gridcell","sectionhead"],accessibleNameRequired:!1,nameFromContent:!0},combobox:{type:"widget",requiredAttrs:["aria-expanded","aria-controls"],allowedAttrs:["aria-owns","aria-autocomplete","aria-readonly","aria-required","aria-activedescendant","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!0},command:{type:"abstract",superclassRole:["widget"]},complementary:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},composite:{type:"abstract",superclassRole:["widget"]},contentinfo:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},comment:{type:"structure",allowedAttrs:["aria-level","aria-posinset","aria-setsize"],superclassRole:["article"]},definition:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},deletion:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},dialog:{type:"window",allowedAttrs:["aria-expanded","aria-modal"],superclassRole:["window"],accessibleNameRequired:!0},directory:{type:"structure",deprecated:!0,allowedAttrs:["aria-expanded"],superclassRole:["list"],nameFromContent:!0},document:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["structure"]},emphasis:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},feed:{type:"structure",requiredOwned:["article"],allowedAttrs:["aria-expanded"],superclassRole:["list"]},figure:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],nameFromContent:!0},form:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},grid:{type:"composite",requiredOwned:["rowgroup","row"],allowedAttrs:["aria-level","aria-multiselectable","aria-readonly","aria-activedescendant","aria-colcount","aria-expanded","aria-rowcount"],superclassRole:["composite","table"],accessibleNameRequired:!1},gridcell:{type:"widget",requiredContext:["row"],allowedAttrs:["aria-readonly","aria-required","aria-selected","aria-colindex","aria-colspan","aria-expanded","aria-rowindex","aria-rowspan"],superclassRole:["cell","widget"],nameFromContent:!0},group:{type:"structure",allowedAttrs:["aria-activedescendant","aria-expanded"],superclassRole:["section"]},heading:{type:"structure",requiredAttrs:["aria-level"],allowedAttrs:["aria-expanded"],superclassRole:["sectionhead"],accessibleNameRequired:!1,nameFromContent:!0},img:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],accessibleNameRequired:!0,childrenPresentational:!0},input:{type:"abstract",superclassRole:["widget"]},insertion:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},landmark:{type:"abstract",superclassRole:["section"]},link:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["command"],accessibleNameRequired:!0,nameFromContent:!0},list:{type:"structure",requiredOwned:["listitem"],allowedAttrs:["aria-expanded"],superclassRole:["section"]},listbox:{type:"widget",requiredOwned:["group","option"],allowedAttrs:["aria-multiselectable","aria-readonly","aria-required","aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!0},listitem:{type:"structure",requiredContext:["list"],allowedAttrs:["aria-level","aria-posinset","aria-setsize","aria-expanded"],superclassRole:["section"],nameFromContent:!0},log:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},main:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},marquee:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},math:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],childrenPresentational:!0},menu:{type:"composite",requiredOwned:["group","menuitemradio","menuitem","menuitemcheckbox","menu","separator"],allowedAttrs:["aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"]},menubar:{type:"composite",requiredOwned:["group","menuitemradio","menuitem","menuitemcheckbox","menu","separator"],allowedAttrs:["aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["menu"]},menuitem:{type:"widget",requiredContext:["menu","menubar","group"],allowedAttrs:["aria-posinset","aria-setsize","aria-expanded"],superclassRole:["command"],accessibleNameRequired:!0,nameFromContent:!0},menuitemcheckbox:{type:"widget",requiredContext:["menu","menubar","group"],requiredAttrs:["aria-checked"],allowedAttrs:["aria-expanded","aria-posinset","aria-readonly","aria-setsize"],superclassRole:["checkbox","menuitem"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},menuitemradio:{type:"widget",requiredContext:["menu","menubar","group"],requiredAttrs:["aria-checked"],allowedAttrs:["aria-expanded","aria-posinset","aria-readonly","aria-setsize"],superclassRole:["menuitemcheckbox","radio"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},meter:{type:"structure",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-valuemax","aria-valuemin","aria-valuetext"],superclassRole:["range"],accessibleNameRequired:!0,childrenPresentational:!0},mark:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},navigation:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},none:{type:"structure",superclassRole:["structure"],prohibitedAttrs:["aria-label","aria-labelledby"]},note:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},option:{type:"widget",requiredContext:["group","listbox"],allowedAttrs:["aria-selected","aria-checked","aria-posinset","aria-setsize"],superclassRole:["input"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},paragraph:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},presentation:{type:"structure",superclassRole:["structure"],prohibitedAttrs:["aria-label","aria-labelledby"]},progressbar:{type:"widget",allowedAttrs:["aria-expanded","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext"],superclassRole:["range"],accessibleNameRequired:!0,childrenPresentational:!0},radio:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-posinset","aria-setsize","aria-required"],superclassRole:["input"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},radiogroup:{type:"composite",allowedAttrs:["aria-readonly","aria-required","aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!1},range:{type:"abstract",superclassRole:["widget"]},region:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"],accessibleNameRequired:!1},roletype:{type:"abstract",superclassRole:[]},row:{type:"structure",requiredContext:["grid","rowgroup","table","treegrid"],requiredOwned:["cell","columnheader","gridcell","rowheader"],allowedAttrs:["aria-colindex","aria-level","aria-rowindex","aria-selected","aria-activedescendant","aria-expanded","aria-posinset","aria-setsize"],superclassRole:["group","widget"],nameFromContent:!0},rowgroup:{type:"structure",requiredContext:["grid","table","treegrid"],requiredOwned:["row"],superclassRole:["structure"],nameFromContent:!0},rowheader:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-sort","aria-colindex","aria-colspan","aria-expanded","aria-readonly","aria-required","aria-rowindex","aria-rowspan","aria-selected"],superclassRole:["cell","gridcell","sectionhead"],accessibleNameRequired:!1,nameFromContent:!0},scrollbar:{type:"widget",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-controls","aria-orientation","aria-valuemax","aria-valuemin","aria-valuetext"],superclassRole:["range"],childrenPresentational:!0},search:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},searchbox:{type:"widget",allowedAttrs:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-placeholder","aria-readonly","aria-required"],superclassRole:["textbox"],accessibleNameRequired:!0},section:{type:"abstract",superclassRole:["structure"],nameFromContent:!0},sectionhead:{type:"abstract",superclassRole:["structure"],nameFromContent:!0},select:{type:"abstract",superclassRole:["composite","group"]},separator:{type:"structure",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-valuemax","aria-valuemin","aria-orientation","aria-valuetext"],superclassRole:["structure","widget"],childrenPresentational:!0},slider:{type:"widget",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-valuemax","aria-valuemin","aria-orientation","aria-readonly","aria-required","aria-valuetext"],superclassRole:["input","range"],accessibleNameRequired:!0,childrenPresentational:!0},spinbutton:{type:"widget",allowedAttrs:["aria-valuemax","aria-valuemin","aria-readonly","aria-required","aria-activedescendant","aria-valuetext","aria-valuenow"],superclassRole:["composite","input","range"],accessibleNameRequired:!0},status:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},strong:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},structure:{type:"abstract",superclassRole:["roletype"]},subscript:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},superscript:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},switch:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-expanded","aria-readonly","aria-required"],superclassRole:["checkbox"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},suggestion:{type:"structure",requiredOwned:["insertion","deletion"],superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},tab:{type:"widget",requiredContext:["tablist"],allowedAttrs:["aria-posinset","aria-selected","aria-setsize","aria-expanded"],superclassRole:["sectionhead","widget"],nameFromContent:!0,childrenPresentational:!0},table:{type:"structure",requiredOwned:["rowgroup","row"],allowedAttrs:["aria-colcount","aria-rowcount","aria-expanded"],superclassRole:["section"],accessibleNameRequired:!1,nameFromContent:!0},tablist:{type:"composite",requiredOwned:["tab"],allowedAttrs:["aria-level","aria-multiselectable","aria-orientation","aria-activedescendant","aria-expanded"],superclassRole:["composite"]},tabpanel:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],accessibleNameRequired:!1},term:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],nameFromContent:!0},text:{type:"structure",superclassRole:["section"],nameFromContent:!0},textbox:{type:"widget",allowedAttrs:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-placeholder","aria-readonly","aria-required"],superclassRole:["input"],accessibleNameRequired:!0},time:{type:"structure",superclassRole:["section"]},timer:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["status"]},toolbar:{type:"structure",allowedAttrs:["aria-orientation","aria-activedescendant","aria-expanded"],superclassRole:["group"],accessibleNameRequired:!0},tooltip:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],nameFromContent:!0},tree:{type:"composite",requiredOwned:["group","treeitem"],allowedAttrs:["aria-multiselectable","aria-required","aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!1},treegrid:{type:"composite",requiredOwned:["rowgroup","row"],allowedAttrs:["aria-activedescendant","aria-colcount","aria-expanded","aria-level","aria-multiselectable","aria-orientation","aria-readonly","aria-required","aria-rowcount"],superclassRole:["grid","tree"],accessibleNameRequired:!1},treeitem:{type:"widget",requiredContext:["group","tree"],allowedAttrs:["aria-checked","aria-expanded","aria-level","aria-posinset","aria-selected","aria-setsize"],superclassRole:["listitem","option"],accessibleNameRequired:!0,nameFromContent:!0},widget:{type:"abstract",superclassRole:["roletype"]},window:{type:"abstract",superclassRole:["roletype"]}},o1=z2,H2={"doc-abstract":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-acknowledgments":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-afterword":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-appendix":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-backlink":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-biblioentry":{type:"listitem",allowedAttrs:["aria-expanded","aria-level","aria-posinset","aria-setsize"],superclassRole:["listitem"],deprecated:!0},"doc-bibliography":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-biblioref":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-chapter":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-colophon":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-conclusion":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-cover":{type:"img",allowedAttrs:["aria-expanded"],superclassRole:["img"]},"doc-credit":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-credits":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-dedication":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-endnote":{type:"listitem",allowedAttrs:["aria-expanded","aria-level","aria-posinset","aria-setsize"],superclassRole:["listitem"],deprecated:!0},"doc-endnotes":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-epigraph":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-epilogue":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-errata":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-example":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-footnote":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-foreword":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-glossary":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-glossref":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-index":{type:"navigation",allowedAttrs:["aria-expanded"],superclassRole:["navigation"]},"doc-introduction":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-noteref":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-notice":{type:"note",allowedAttrs:["aria-expanded"],superclassRole:["note"]},"doc-pagebreak":{type:"separator",allowedAttrs:["aria-expanded","aria-orientation"],superclassRole:["separator"],childrenPresentational:!0},"doc-pagelist":{type:"navigation",allowedAttrs:["aria-expanded"],superclassRole:["navigation"]},"doc-part":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-preface":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-prologue":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-pullquote":{type:"none",superclassRole:["none"]},"doc-qna":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-subtitle":{type:"sectionhead",allowedAttrs:["aria-expanded"],superclassRole:["sectionhead"]},"doc-tip":{type:"note",allowedAttrs:["aria-expanded"],superclassRole:["note"]},"doc-toc":{type:"navigation",allowedAttrs:["aria-expanded"],superclassRole:["navigation"]}},V2=H2,G2={"graphics-document":{type:"structure",superclassRole:["document"],accessibleNameRequired:!0},"graphics-object":{type:"structure",superclassRole:["group"],nameFromContent:!0},"graphics-symbol":{type:"structure",superclassRole:["img"],accessibleNameRequired:!0,childrenPresentational:!0}},U2=G2,W2={a:{variant:{href:{matches:"[href]",contentTypes:["interactive","phrasing","flow"],allowedRoles:["button","checkbox","menuitem","menuitemcheckbox","menuitemradio","option","radio","switch","tab","treeitem","doc-backlink","doc-biblioref","doc-glossref","doc-noteref"],namingMethods:["subtreeText"]},default:{contentTypes:["phrasing","flow"],allowedRoles:!0}}},abbr:{contentTypes:["phrasing","flow"],allowedRoles:!0},address:{contentTypes:["flow"],allowedRoles:!0},area:{variant:{href:{matches:"[href]",allowedRoles:!1},default:{allowedRoles:["button","link"]}},contentTypes:["phrasing","flow"],namingMethods:["altText"]},article:{contentTypes:["sectioning","flow"],allowedRoles:["feed","presentation","none","document","application","main","region"],shadowRoot:!0},aside:{contentTypes:["sectioning","flow"],allowedRoles:["feed","note","presentation","none","region","search","doc-dedication","doc-example","doc-footnote","doc-glossary","doc-pullquote","doc-tip"]},audio:{variant:{controls:{matches:"[controls]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application"],chromiumRole:"Audio"},b:{contentTypes:["phrasing","flow"],allowedRoles:!0},base:{allowedRoles:!1,noAriaAttrs:!0},bdi:{contentTypes:["phrasing","flow"],allowedRoles:!0},bdo:{contentTypes:["phrasing","flow"],allowedRoles:!0},blockquote:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},body:{allowedRoles:!1,shadowRoot:!0},br:{contentTypes:["phrasing","flow"],allowedRoles:["presentation","none"],namingMethods:["titleText","singleSpace"],allowedAriaAttrs:["aria-hidden"]},button:{contentTypes:["interactive","phrasing","flow"],allowedRoles:["checkbox","combobox","gridcell","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","separator","slider","switch","tab","treeitem"],namingMethods:["subtreeText"]},canvas:{allowedRoles:!0,contentTypes:["embedded","phrasing","flow"],chromiumRole:"Canvas"},caption:{allowedRoles:!1},cite:{contentTypes:["phrasing","flow"],allowedRoles:!0},code:{contentTypes:["phrasing","flow"],allowedRoles:!0},col:{allowedRoles:!1,noAriaAttrs:!0},colgroup:{allowedRoles:!1,noAriaAttrs:!0},data:{contentTypes:["phrasing","flow"],allowedRoles:!0},datalist:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0,implicitAttrs:{"aria-multiselectable":"false"}},dd:{allowedRoles:!1},del:{contentTypes:["phrasing","flow"],allowedRoles:!0},dfn:{contentTypes:["phrasing","flow"],allowedRoles:!0},details:{contentTypes:["interactive","flow"],allowedRoles:!1},dialog:{contentTypes:["flow"],allowedRoles:["alertdialog"]},div:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},dl:{contentTypes:["flow"],allowedRoles:["group","list","presentation","none"],chromiumRole:"DescriptionList"},dt:{allowedRoles:["listitem"]},em:{contentTypes:["phrasing","flow"],allowedRoles:!0},embed:{contentTypes:["interactive","embedded","phrasing","flow"],allowedRoles:["application","document","img","presentation","none"],chromiumRole:"EmbeddedObject"},fieldset:{contentTypes:["flow"],allowedRoles:["none","presentation","radiogroup"],namingMethods:["fieldsetLegendText"]},figcaption:{allowedRoles:["group","none","presentation"]},figure:{contentTypes:["flow"],allowedRoles:!0,namingMethods:["figureText","titleText"]},footer:{contentTypes:["flow"],allowedRoles:["group","none","presentation","doc-footnote"],shadowRoot:!0},form:{contentTypes:["flow"],allowedRoles:["form","search","none","presentation"]},h1:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"1"}},h2:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"2"}},h3:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"3"}},h4:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"4"}},h5:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"5"}},h6:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"6"}},head:{allowedRoles:!1,noAriaAttrs:!0},header:{contentTypes:["flow"],allowedRoles:["group","none","presentation","doc-footnote"],shadowRoot:!0},hgroup:{contentTypes:["heading","flow"],allowedRoles:!0},hr:{contentTypes:["flow"],allowedRoles:["none","presentation","doc-pagebreak"],namingMethods:["titleText","singleSpace"]},html:{allowedRoles:!1,noAriaAttrs:!0},i:{contentTypes:["phrasing","flow"],allowedRoles:!0},iframe:{contentTypes:["interactive","embedded","phrasing","flow"],allowedRoles:["application","document","img","none","presentation"],chromiumRole:"Iframe"},img:{variant:{nonEmptyAlt:{matches:[{attributes:{alt:"/.+/"}},{hasAccessibleName:!0}],allowedRoles:["button","checkbox","link","math","menuitem","menuitemcheckbox","menuitemradio","meter","option","progressbar","radio","scrollbar","separator","slider","switch","tab","treeitem","doc-cover"]},usemap:{matches:"[usemap]",contentTypes:["interactive","embedded","flow"]},default:{allowedRoles:["presentation","none"],contentTypes:["embedded","flow"]}},namingMethods:["altText"]},input:{variant:{button:{matches:{properties:{type:"button"}},allowedRoles:["checkbox","combobox","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","switch","tab"]},buttonType:{matches:{properties:{type:["button","submit","reset"]}},namingMethods:["valueText","titleText","buttonDefaultText"]},checkboxPressed:{matches:{properties:{type:"checkbox"},attributes:{"aria-pressed":"/.*/"}},allowedRoles:["button","menuitemcheckbox","option","switch"],implicitAttrs:{"aria-checked":"false"}},checkbox:{matches:{properties:{type:"checkbox"},attributes:{"aria-pressed":null}},allowedRoles:["menuitemcheckbox","option","switch"],implicitAttrs:{"aria-checked":"false"}},noRoles:{matches:{properties:{type:["color","date","datetime-local","file","month","number","password","range","reset","submit","time","week"]}},allowedRoles:!1},hidden:{matches:{properties:{type:"hidden"}},contentTypes:["flow"],allowedRoles:!1,noAriaAttrs:!0},image:{matches:{properties:{type:"image"}},allowedRoles:["link","menuitem","menuitemcheckbox","menuitemradio","radio","switch"],namingMethods:["altText","valueText","labelText","titleText","buttonDefaultText"]},radio:{matches:{properties:{type:"radio"}},allowedRoles:["menuitemradio"],implicitAttrs:{"aria-checked":"false"}},textWithList:{matches:{properties:{type:"text"},attributes:{list:"/.*/"}},allowedRoles:!1},default:{contentTypes:["interactive","flow"],allowedRoles:["combobox","searchbox","spinbutton"],implicitAttrs:{"aria-valuenow":""},namingMethods:["labelText","placeholderText"]}}},ins:{contentTypes:["phrasing","flow"],allowedRoles:!0},kbd:{contentTypes:["phrasing","flow"],allowedRoles:!0},label:{contentTypes:["interactive","phrasing","flow"],allowedRoles:!1,chromiumRole:"Label"},legend:{allowedRoles:!1},li:{allowedRoles:["menuitem","menuitemcheckbox","menuitemradio","option","none","presentation","radio","separator","tab","treeitem","doc-biblioentry","doc-endnote"],implicitAttrs:{"aria-setsize":"1","aria-posinset":"1"}},link:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},main:{contentTypes:["flow"],allowedRoles:!1,shadowRoot:!0},map:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},math:{contentTypes:["embedded","phrasing","flow"],allowedRoles:!1},mark:{contentTypes:["phrasing","flow"],allowedRoles:!0},menu:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},meta:{variant:{itemprop:{matches:"[itemprop]",contentTypes:["phrasing","flow"]}},allowedRoles:!1,noAriaAttrs:!0},meter:{contentTypes:["phrasing","flow"],allowedRoles:!1,chromiumRole:"progressbar"},nav:{contentTypes:["sectioning","flow"],allowedRoles:["doc-index","doc-pagelist","doc-toc","menu","menubar","none","presentation","tablist"],shadowRoot:!0},noscript:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},object:{variant:{usemap:{matches:"[usemap]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application","document","img"],chromiumRole:"PluginObject"},ol:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},optgroup:{allowedRoles:!1},option:{allowedRoles:!1,implicitAttrs:{"aria-selected":"false"}},output:{contentTypes:["phrasing","flow"],allowedRoles:!0,namingMethods:["subtreeText"]},p:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},param:{allowedRoles:!1,noAriaAttrs:!0},picture:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},pre:{contentTypes:["flow"],allowedRoles:!0},progress:{contentTypes:["phrasing","flow"],allowedRoles:!1,implicitAttrs:{"aria-valuemax":"100","aria-valuemin":"0","aria-valuenow":"0"}},q:{contentTypes:["phrasing","flow"],allowedRoles:!0},rp:{allowedRoles:!0},rt:{allowedRoles:!0},ruby:{contentTypes:["phrasing","flow"],allowedRoles:!0},s:{contentTypes:["phrasing","flow"],allowedRoles:!0},samp:{contentTypes:["phrasing","flow"],allowedRoles:!0},script:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},search:{contentTypes:["flow"],allowedRoles:["form","group","none","presentation","region","search"]},section:{contentTypes:["sectioning","flow"],allowedRoles:["alert","alertdialog","application","banner","complementary","contentinfo","dialog","document","feed","group","log","main","marquee","navigation","none","note","presentation","search","status","tabpanel","doc-abstract","doc-acknowledgments","doc-afterword","doc-appendix","doc-bibliography","doc-chapter","doc-colophon","doc-conclusion","doc-credit","doc-credits","doc-dedication","doc-endnotes","doc-epigraph","doc-epilogue","doc-errata","doc-example","doc-foreword","doc-glossary","doc-index","doc-introduction","doc-notice","doc-pagelist","doc-part","doc-preface","doc-prologue","doc-pullquote","doc-qna","doc-toc"],shadowRoot:!0},select:{variant:{combobox:{matches:{attributes:{multiple:null,size:[null,"1"]}},allowedRoles:["menu"]},default:{allowedRoles:!1}},contentTypes:["interactive","phrasing","flow"],implicitAttrs:{"aria-valuenow":""},namingMethods:["labelText"]},slot:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},small:{contentTypes:["phrasing","flow"],allowedRoles:!0},source:{allowedRoles:!1,noAriaAttrs:!0},span:{contentTypes:["phrasing","flow"],allowedRoles:!0,shadowRoot:!0},strong:{contentTypes:["phrasing","flow"],allowedRoles:!0},style:{allowedRoles:!1,noAriaAttrs:!0},svg:{contentTypes:["embedded","phrasing","flow"],allowedRoles:!0,chromiumRole:"SVGRoot",namingMethods:["svgTitleText"]},sub:{contentTypes:["phrasing","flow"],allowedRoles:!0},summary:{allowedRoles:!1,namingMethods:["subtreeText"]},sup:{contentTypes:["phrasing","flow"],allowedRoles:!0},table:{contentTypes:["flow"],allowedRoles:!0,namingMethods:["tableCaptionText","tableSummaryText"]},tbody:{allowedRoles:!0},template:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},textarea:{contentTypes:["interactive","phrasing","flow"],allowedRoles:!1,implicitAttrs:{"aria-valuenow":"","aria-multiline":"true"},namingMethods:["labelText","placeholderText"]},tfoot:{allowedRoles:!0},thead:{allowedRoles:!0},time:{contentTypes:["phrasing","flow"],allowedRoles:!0},title:{allowedRoles:!1,noAriaAttrs:!0},td:{allowedRoles:!0},th:{allowedRoles:!0},tr:{allowedRoles:!0},track:{allowedRoles:!1,noAriaAttrs:!0},u:{contentTypes:["phrasing","flow"],allowedRoles:!0},ul:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},var:{contentTypes:["phrasing","flow"],allowedRoles:!0},video:{variant:{controls:{matches:"[controls]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application"],chromiumRole:"video"},wbr:{contentTypes:["phrasing","flow"],allowedRoles:["presentation","none"],allowedAriaAttrs:["aria-hidden"]}},Y2=W2,K2={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},X2=K2,s1={ariaAttrs:i1,ariaRoles:Ae({},o1,V2,U2),htmlElms:Y2,cssColors:X2},ya=Ae({},s1);function Z2(e){Object.keys(ya).forEach(function(t){e[t]&&(ya[t]=Vs(ya[t],e[t]))})}function Q2(){Object.keys(ya).forEach(function(e){ya[e]=s1[e]})}var Ie=ya;function J2(e){var t=Ie.ariaRoles[e];return t?!!t.unsupported:!1}var lu=J2;function eD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.allowAbstract,a=t.flagUnsupported,n=a===void 0?!1:a,i=Ie.ariaRoles[e],o=lu(e);return!i||n&&o?!1:r?!0:i.type!=="abstract"}var hn=eD;function tD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.fallback,a=t.abstracts,n=t.dpub;if(e=e instanceof dt?e:Ee(e),e.props.nodeType!==1)return null;var i=(e.attr("role")||"").trim().toLowerCase(),o=r?Et(i):[i],s=o.find(function(u){return!n&&u.substr(0,4)==="doc-"?!1:hn(u,{allowAbstract:a})});return s||null}var Re=tD;function rD(e){return Object.keys(Ie.htmlElms).filter(function(t){var r=Ie.htmlElms[t];return r.contentTypes?r.contentTypes.includes(e):r.variant&&r.variant.default&&r.variant.default.contentTypes?r.variant.default.contentTypes.includes(e):!1})}var cu=rD;function aD(){return be.get("globalAriaAttrs",function(){return Object.keys(Ie.ariaAttrs).filter(function(e){return Ie.ariaAttrs[e].global})})}var Mr=aD;function nD(e){for(var t=[],r=e.rows,a=0,n=r.length;a<n;a++){var i=r[a].cells;t[a]=t[a]||[];for(var o=0,s=0,u=i.length;s<u;s++)for(var l=0;l<i[s].colSpan;l++){for(var c=i[s].getAttribute("rowspan"),d=parseInt(c)===0||i[s].rowspan===0?r.length:i[s].rowSpan,m=0;m<d;m++){for(t[a+m]=t[a+m]||[];t[a+m][o];)o++;t[a+m][o]=i[s]}o++}}return t}var wr=Ve(nD);function iD(e,t){var r,a;for(t||(t=wr(ba(e,"table"))),r=0;r<t.length;r++)if(t[r]&&(a=t[r].indexOf(e),a!==-1))return{x:a,y:r}}var ji=Ve(iD);function du(e){var t=Se(e),r=t.vNode,a=t.domNode,n=r.attr("scope"),i=Re(r);if(!["td","th"].includes(r.props.nodeName))throw new TypeError("Expected TD or TH element");if(i==="columnheader")return"col";if(i==="rowheader")return"row";if(n==="col"||n==="row")return n;if(r.props.nodeName!=="th")return!1;if(!r.actualNode)return"auto";var o=wr(ba(a,"table")),s=ji(a,o),u=o[s.y].every(function(c){return c.nodeName.toUpperCase()==="TH"});if(u)return"col";var l=o.map(function(c){return c[s.x]}).every(function(c){return c&&c.nodeName.toUpperCase()==="TH"});return l?"row":"auto"}function oD(e){return["col","auto"].indexOf(du(e))!==-1}var wa=oD;function sD(e){return["row","auto"].includes(du(e))}var Da=sD;function uD(e){return e?e.replace(/\r\n/g,`
20
- `).replace(/\u00A0/g," ").replace(/[\s]{2,}/g," ").trim():""}var me=uD,u1=function(){return be.get("sectioningContentSelector",function(){return cu("sectioning").map(function(t){return"".concat(t,":not([role])")}).join(", ")+" , [role=article], [role=complementary], [role=navigation], [role=region]"})},l1=function(){return be.get("sectioningContentPlusMainSelector",function(){return u1()+" , main:not([role]), [role=main]"})};function fu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.checkTitle,a=r===void 0?!1:r;return!!(me(pn(e))||me(mn(e))||a&&(e==null?void 0:e.props.nodeType)===1&&me(e.attr("title")))}var lD={a:function(t){return t.hasAttr("href")?"link":null},area:function(t){return t.hasAttr("href")?"link":null},article:"article",aside:function(t){return Ft(t.parent,u1())&&!fu(t,{checkTitle:!0})?null:"complementary"},body:"document",button:"button",datalist:"listbox",dd:"definition",dfn:"term",details:"group",dialog:"dialog",dt:"term",fieldset:"group",figure:"figure",footer:function(t){var r=Ft(t,l1());return r?null:"contentinfo"},form:function(t){return fu(t)?"form":null},h1:"heading",h2:"heading",h3:"heading",h4:"heading",h5:"heading",h6:"heading",header:function(t){var r=Ft(t,l1());return r?null:"banner"},hr:"separator",img:function(t){var r=t.hasAttr("alt")&&!t.attr("alt"),a=Mr().find(function(n){return t.hasAttr(n)});return r&&!a&&!it(t)?"presentation":"img"},input:function(t){var r;if(t.hasAttr("list")){var a=or(t.actualNode,"list").filter(function(n){return!!n})[0];r=a&&a.nodeName.toLowerCase()==="datalist"}switch(t.props.type){case"checkbox":return"checkbox";case"number":return"spinbutton";case"radio":return"radio";case"range":return"slider";case"search":return r?"combobox":"searchbox";case"button":case"image":case"reset":case"submit":return"button";case"text":case"tel":case"url":case"email":case"":return r?"combobox":"textbox";default:return"textbox"}},li:"listitem",main:"main",math:"math",menu:"list",meter:"meter",nav:"navigation",ol:"list",optgroup:"group",option:"option",output:"status",progress:"progressbar",search:"search",section:function(t){return fu(t)?"region":null},select:function(t){return t.hasAttr("multiple")||parseInt(t.attr("size"))>1?"listbox":"combobox"},summary:"button",table:"table",tbody:"rowgroup",td:function(t){var r=Ft(t,"table"),a=Re(r);return["grid","treegrid"].includes(a)?"gridcell":"cell"},textarea:"textbox",tfoot:"rowgroup",th:function(t){if(wa(t))return"columnheader";if(Da(t))return"rowheader"},thead:"rowgroup",tr:"row",ul:"list"},pu=lD;function cD(e,t){var r=B(t);if(Array.isArray(t)&&typeof e<"u")return t.includes(e);if(r==="function")return!!t(e);if(e!=null){if(t instanceof RegExp)return t.test(e);if(/^\/.*\/$/.test(t)){var a=t.substring(1,t.length-1);return new RegExp(a).test(e)}}return t===e}var Zr=cD;function dD(e,t){return Zr(!!pt(e),t)}var c1=dD;function fD(e,t){var r=B(t);if(r!=="object"||Array.isArray(t)||t instanceof RegExp)throw new Error("Expect matcher to be an object");return Object.keys(t).every(function(a){return Zr(e(a),t[a])})}var mu=fD;function pD(e,t){return e=Se(e).vNode,mu(function(r){return e.attr(r)},t)}var d1=pD;function f1(e,t){return!!t(e)}function mD(e,t){return Zr(Re(e),t)}var p1=mD;function hD(e,t){return Zr(sr(e),t)}var m1=hD;function vD(e,t){return e=Se(e).vNode,Zr(e.props.nodeName,t)}var h1=vD;function gD(e,t){return e=Se(e).vNode,mu(function(r){return e.props[r]},t)}var v1=gD;function bD(e,t){return Zr(we(e),t)}var g1=bD,b1={hasAccessibleName:c1,attributes:d1,condition:f1,explicitRole:p1,implicitRole:m1,nodeName:h1,properties:v1,semanticRole:g1};function y1(e,t){return e=Se(e).vNode,Array.isArray(t)?t.some(function(r){return y1(e,r)}):typeof t=="string"?Is(e,t):Object.keys(t).every(function(r){if(!b1[r])throw new Error('Unknown matcher type "'.concat(r,'"'));var a=b1[r],n=t[r];return a(e,n)})}var w1=y1;function yD(e,t){return w1(e,t)}var kt=yD;kt.hasAccessibleName=c1,kt.attributes=d1,kt.condition=f1,kt.explicitRole=p1,kt.fromDefinition=w1,kt.fromFunction=mu,kt.fromPrimative=Zr,kt.implicitRole=m1,kt.nodeName=h1,kt.properties=v1,kt.semanticRole=g1;var vn=kt;function wD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.noMatchAccessibleName,a=r===void 0?!1:r,n=Ie.htmlElms[e.props.nodeName];if(!n)return{};if(!n.variant)return n;var i=n.variant,o=Te(n,xe);for(var s in i)if(!(!i.hasOwnProperty(s)||s==="default")){for(var u=i[s],l=u.matches,c=Te(u,ke),d=Array.isArray(l)?l:[l],m=0;m<d.length&&a;m++)if(d[m].hasOwnProperty("hasAccessibleName"))return n;if(vn(e,l))for(var v in c)c.hasOwnProperty(v)&&(o[v]=c[v])}for(var y in i.default)i.default.hasOwnProperty(y)&&typeof o[y]>"u"&&(o[y]=i.default[y]);return o}var Pr=wD;function DD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.chromium,a=e instanceof dt?e:Ee(e);if(e=a.actualNode,!a)throw new ReferenceError("Cannot get implicit role of a node outside the current scope.");var n=a.props.nodeName,i=pu[n];if(!i&&r){var o=Pr(a),s=o.chromiumRole;return s||null}return typeof i=="function"?i(a):i||null}var sr=DD,ED={td:["tr"],th:["tr"],tr:["thead","tbody","tfoot","table"],thead:["table"],tbody:["table"],tfoot:["table"],li:["ol","ul"],dt:["dl","div"],dd:["dl","div"],div:["dl"]};function D1(e,t){var r=ED[e.props.nodeName];if(!r)return null;if(!e.parent){if(!e.actualNode)return null;throw new ReferenceError("Cannot determine role presentational inheritance of a required parent outside the current scope.")}if(!r.includes(e.parent.props.nodeName))return null;var a=Re(e.parent,t);return["none","presentation"].includes(a)&&!_1(e.parent)?a:a?null:D1(e.parent,t)}function E1(e,t){var r=t.chromium,a=Te(t,Ye),n=sr(e,{chromium:r});if(!n)return null;var i=D1(e,a);return i||n}function _1(e){var t=Mr().some(function(r){return e.hasAttr(r)});return t||it(e)}function _D(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.noImplicit,a=Te(t,ht),n=Se(e),i=n.vNode;if(i.props.nodeType!==1)return null;var o=Re(i,a);return o?["presentation","none"].includes(o)&&_1(i)?r?null:E1(i,a):o:r?null:E1(i,a)}function xD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.noPresentational,a=Te(t,zt),n=_D(e,a);return r&&["presentation","none"].includes(n)?null:n}var we=xD,AD=["iframe"];function CD(e){var t=Se(e),r=t.vNode;return r.props.nodeType!==1||!e.hasAttr("title")||!kt(r,AD)&&["none","presentation"].includes(we(r))?"":r.attr("title")}var zi=CD;function RD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.strict;if(e=e instanceof dt?e:Ee(e),e.props.nodeType!==1)return!1;var a=we(e),n=Ie.ariaRoles[a];return n&&n.nameFromContent?!0:r?!1:!n||["presentation","none"].includes(a)}var x1=RD;function TD(e){var t=e.actualNode,r=e.children;if(!r)throw new Error("getOwnedVirtual requires a virtual node");if(e.hasAttr("aria-owns")){var a=or(t,"aria-owns").filter(function(o){return!!o}).map(function(o){return g.utils.getNodeFromTree(o)}),n=a.filter(function(o,s){return a.indexOf(o)===s}),i=r.filter(function(o){return!n.includes(o)});return[].concat(de(i),de(n))}return de(r)}var gn=TD,A1={accessibleNameFromFieldValue:["progressbar"]};function Xe(e){return e=Se(e).vNode,hu(e)}var hu=Ve(function(t,r){return Rf(t)||$i(t,{skipAncestors:!0,isAncestor:r})?!1:t.actualNode&&t.props.nodeName==="area"?!Ks(t,hu):Nr(t,{skipAncestors:!0,isAncestor:r})?!1:t.parent?hu(t.parent,!0):!0});function C1(e,t,r){var a=Se(e),n=a.vNode,i=t?Xe:St,o=!e.actualNode||e.actualNode&&i(e),s=n.children.map(function(u){var l=u.props,c=l.nodeType,d=l.nodeValue;if(c===3){if(d&&o)return d}else if(!r)return C1(u,t)}).join("");return me(s)}var ur=C1,FD=["button","checkbox","color","file","hidden","image","password","radio","reset","submit"];function SD(e){e=e instanceof dt?e:Ee(e);var t=e.props.nodeName;return t==="textarea"||t==="input"&&!FD.includes((e.attr("type")||"").toLowerCase())}var R1=SD;function kD(e){e=e instanceof dt?e:Ee(e);var t=e.props.nodeName;return t==="select"}var T1=kD;function OD(e){var t=Re(e);return t==="textbox"}var F1=OD;function ID(e){var t=Re(e);return t==="listbox"}var S1=ID;function ND(e){var t=Re(e);return t==="combobox"}var k1=ND,MD=["progressbar","scrollbar","slider","spinbutton"];function PD(e){var t=Re(e);return MD.includes(t)}var O1=PD,I1=["textbox","progressbar","scrollbar","slider","spinbutton","combobox","listbox"],vu={nativeTextboxValue:BD,nativeSelectValue:$D,ariaTextboxValue:qD,ariaListboxValue:N1,ariaComboboxValue:jD,ariaRangeValue:zD};function LD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.actualNode,a=A1.accessibleNameFromFieldValue||[],n=we(e);if(t.startNode===e||!I1.includes(n)||a.includes(n))return"";var i=Object.keys(vu).map(function(s){return vu[s]}),o=i.reduce(function(s,u){return s||u(e,t)},"");return t.debug&&Wr(o||"{empty-value}",r,t),o}function BD(e){var t=Se(e),r=t.vNode;return R1(r)&&r.props.value||""}function $D(e){var t=Se(e),r=t.vNode;if(!T1(r))return"";var a=It(r,"option"),n=a.filter(function(i){return i.props.selected});return n.length||n.push(a[0]),n.map(function(i){return ur(i)}).join(" ")||""}function qD(e){var t=Se(e),r=t.vNode,a=t.domNode;return F1(r)?!a||a&&!Nr(a)?ur(r,!0):a.textContent:""}function N1(e,t){var r=Se(e),a=r.vNode;if(!S1(a))return"";var n=gn(a).filter(function(i){return we(i)==="option"&&i.attr("aria-selected")==="true"});return n.length===0?"":pt(n[0],t)}function jD(e,t){var r=Se(e),a=r.vNode;if(!k1(a))return"";var n=gn(a).filter(function(i){return we(i)==="listbox"})[0];return n?N1(n,t):""}function zD(e){var t=Se(e),r=t.vNode;if(!O1(r)||!r.hasAttr("aria-valuenow"))return"";var a=+r.attr("aria-valuenow");return isNaN(a)?"0":String(a)}var M1=LD;function HD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=pt.alreadyProcessed;t.startNode=t.startNode||e;var a=t,n=a.strict,i=a.inControlContext,o=a.inLabelledByContext,s=we(e),u=Pr(e,{noMatchAccessibleName:!0}),l=u.contentTypes;if(r(e,t)||e.props.nodeType!==1||l!=null&&l.includes("embedded")||I1.includes(s)||!t.subtreeDescendant&&!t.inLabelledByContext&&!x1(e,{strict:n}))return"";if(!n){var c=!i&&!o;t=Ae({subtreeDescendant:c},t)}return gn(e).reduce(function(d,m){return GD(d,m,t)},"")}var VD=cu("phrasing").concat(["#text"]);function GD(e,t,r){var a=t.props.nodeName,n=pt(t,r);return n?(VD.includes(a)||(n[0]!==" "&&(n+=" "),e&&e[e.length-1]!==" "&&(n=" "+n)),e+n):e}var Lr=HD;function UD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=pt.alreadyProcessed;if(t.inControlContext||t.inLabelledByContext||r(e,t))return"";t.startNode||(t.startNode=e);var a=Ae({inControlContext:!0},t),n=WD(e),i=Ft(e,"label"),o;return i?(o=[].concat(de(n),[i.actualNode]),o.sort(Gu)):o=n,o.map(function(s){return Xr(s,a)}).filter(function(s){return s!==""}).join(" ")}function WD(e){if(!e.attr("id"))return[];if(!e.actualNode)throw new TypeError("Cannot resolve explicit label reference for non-DOM nodes");return Ef({elm:"label",attr:"for",value:e.attr("id"),context:e.actualNode})}var gu=UD,YD={submit:"Submit",image:"Submit",reset:"Reset",button:""},KD={valueText:function(t){return t.props.value||""},buttonDefaultText:function(t){return YD[t.props.type]||""},tableCaptionText:Hi.bind(null,"caption"),figureText:Hi.bind(null,"figcaption"),svgTitleText:Hi.bind(null,"title"),fieldsetLegendText:Hi.bind(null,"legend"),altText:bu.bind(null,"alt"),tableSummaryText:bu.bind(null,"summary"),titleText:zi,subtreeText:Lr,labelText:gu,singleSpace:function(){return" "},placeholderText:bu.bind(null,"placeholder")};function bu(e,t){return t.attr(e)||""}function Hi(e,t,r){var a=t.actualNode;e=e.toLowerCase();var n=[e,a.nodeName.toLowerCase()].join(","),i=a.querySelector(n);return!i||i.nodeName.toLowerCase()!==e?"":Xr(i,r)}var P1=KD;function L1(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.actualNode;if(e.props.nodeType!==1||["presentation","none"].includes(we(e)))return"";var a=XD(e),n=a.reduce(function(i,o){return i||o(e,t)},"");return t.debug&&g.log(n||"{empty-value}",r,t),n}function XD(e){var t=Pr(e,{noMatchAccessibleName:!0}),r=t.namingMethods||[];return r.map(function(a){return P1[a]})}function B1(){return/[\u1D00-\u1D7F\u1D80-\u1DBF\u1DC0-\u1DFF\u20A0-\u20CF\u20D0-\u20FF\u2100-\u214F\u2150-\u218F\u2190-\u21FF\u2200-\u22FF\u2300-\u23FF\u2400-\u243F\u2440-\u245F\u2460-\u24FF\u2500-\u257F\u2580-\u259F\u25A0-\u25FF\u2600-\u26FF\u2700-\u27BF\uE000-\uF8FF]/g}function $1(){return/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&\xa3\xa2\xa5\xa7\u20ac()*+,\-.\/:;<=>?@\[\]^_`{|}~\xb1]/g}function q1(){return/[\uDB80-\uDBBF][\uDC00-\uDFFF]/g}function j1(){return/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC38]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/g}function ZD(e,t){var r=t.emoji,a=t.nonBmp,n=t.punctuations,i=!1;return r&&(i||(i=is().test(e))),a&&(i||(i=B1().test(e)||q1().test(e)||j1().test(e))),n&&(i||(i=$1().test(e))),i}var yu=ZD;function wu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:.15,r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:3,a=e.actualNode.nodeValue.trim();if(!me(a)||yu(a,{emoji:!0,nonBmp:!0}))return!1;var n=be.get("canvasContext",function(){return b.createElement("canvas").getContext("2d",{willReadFrequently:!0})}),i=n.canvas,o=be.get("fonts",function(){return{}}),s=p.getComputedStyle(e.parent.actualNode),u=s.getPropertyValue("font-family");o[u]||(o[u]={occurrences:0,numLigatures:0});var l=o[u];if(l.occurrences>=r){if(l.numLigatures/l.occurrences===1)return!0;if(l.numLigatures===0)return!1}l.occurrences++;var c=30,d="".concat(c,"px ").concat(u);n.font=d;var m=a.charAt(0),v=n.measureText(m).width;if(v===0)return l.numLigatures++,!0;if(v<30){var y=30/v;v*=y,c*=y,d="".concat(c,"px ").concat(u)}i.width=v,i.height=c,n.font=d,n.textAlign="left",n.textBaseline="top",n.fillText(m,0,0);var w=new Uint32Array(n.getImageData(0,0,v,c).data.buffer);if(!w.some(function(O){return O}))return l.numLigatures++,!0;n.clearRect(0,0,v,c),n.fillText(a,0,0);var E=new Uint32Array(n.getImageData(0,0,v,c).data.buffer),_=w.reduce(function(O,P,$){return P===0&&E[$]===0||P!==0&&E[$]!==0?O:++O},0),x=a.split("").reduce(function(O,P){return O+n.measureText(P).width},0),C=n.measureText(a).width,R=_/w.length,T=1-C/x;return R>=t&&T>=t?(l.numLigatures++,!0):!1}function pt(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(t=tE(e,t),JD(e,t)||eE(e,t))return"";var r=[pn,mn,L1,M1,Lr,QD,zi],a=r.reduce(function(n,i){return t.startNode===e&&(n=me(n)),n!==""?n:i(e,t)},"");return t.debug&&g.log(a||"{empty-value}",e.actualNode,t),a}function QD(e){return e.props.nodeType!==3?"":e.props.nodeValue}function JD(e,t){return!e||t.includeHidden&&!Ys(e)||e.props.nodeType!==1?!1:!Xe(e)}function eE(e,t){var r,a=t.ignoreIconLigature,n=t.pixelThreshold,i=(r=t.occurrenceThreshold)!==null&&r!==void 0?r:t.occuranceThreshold;return e.props.nodeType!==3||!a?!1:wu(e,n,i)}function tE(e,t){return t.startNode||(t=Ae({startNode:e},t)),e.props.nodeType===1&&t.inLabelledByContext&&t.includeHidden===void 0&&(t=Ae({includeHidden:!Xe(e)},t)),t}pt.alreadyProcessed=function(t,r){return r.processed=r.processed||[],r.processed.includes(t)?!0:(r.processed.push(t),!1)};function rE(e,t){var r=t.emoji,a=t.nonBmp,n=t.punctuations;return r&&(e=e.replace(is(),"")),a&&(e=e.replace(B1(),"").replace(q1(),"").replace(j1(),"")),n&&(e=e.replace($1(),"")),e}var bn=rE;function aE(e){return nE(e)||iE(e)||oE(e)||sE(e)?0:1}function nE(e){return me(e).length===0}function iE(e){return e.length===1&&e.match(/\D/)}function oE(e){var t=["aa","abc"];return t.includes(e.toLowerCase())}function sE(e){var t=bn(e,{emoji:!0,nonBmp:!0,punctuations:!0});return!me(t)}var Du=aE,Qr={stateTerms:["on","off"],standaloneTerms:["name","honorific-prefix","given-name","additional-name","family-name","honorific-suffix","nickname","username","new-password","current-password","organization-title","organization","street-address","address-line1","address-line2","address-line3","address-level4","address-level3","address-level2","address-level1","country","country-name","postal-code","cc-name","cc-given-name","cc-additional-name","cc-family-name","cc-number","cc-exp","cc-exp-month","cc-exp-year","cc-csc","cc-type","transaction-currency","transaction-amount","language","bday","bday-day","bday-month","bday-year","sex","url","photo","one-time-code"],qualifiers:["home","work","mobile","fax","pager"],qualifiedTerms:["tel","tel-country-code","tel-national","tel-area-code","tel-local","tel-local-prefix","tel-local-suffix","tel-extension","email","impp"],locations:["billing","shipping"]};function uE(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.looseTyped,a=r===void 0?!1:r,n=t.stateTerms,i=n===void 0?[]:n,o=t.locations,s=o===void 0?[]:o,u=t.qualifiers,l=u===void 0?[]:u,c=t.standaloneTerms,d=c===void 0?[]:c,m=t.qualifiedTerms,v=m===void 0?[]:m,y=t.ignoredValues,w=y===void 0?[]:y;if(e=e.toLowerCase().trim(),i=i.concat(Qr.stateTerms),i.includes(e)||e==="")return!0;l=l.concat(Qr.qualifiers),s=s.concat(Qr.locations),d=d.concat(Qr.standaloneTerms),v=v.concat(Qr.qualifiedTerms);var E=e.split(/\s+/g);if(E[E.length-1]==="webauthn"&&(E.pop(),E.length===0)||!a&&(E[0].length>8&&E[0].substr(0,8)==="section-"&&E.shift(),s.includes(E[0])&&E.shift(),l.includes(E[0])&&(E.shift(),d=[]),E.length!==1))return!1;var _=E[E.length-1];if(!w.includes(_))return d.includes(_)||v.includes(_)}var z1=uE;function lE(e){var t,r;return e.attr("aria-labelledby")&&(t=or(e.actualNode,"aria-labelledby"),r=t.map(function(a){var n=Ee(a);return n?ur(n):""}).join(" ").trim(),r)||(r=e.attr("aria-label"),r&&(r=me(r),r))?r:null}var Vi=lE;function cE(e,t,r){return e=Ee(e),ur(e,t,r)}var H1=cE;function dE(e){var t,r,a;if(r=Vi(e),r)return r;if(e.attr("id")){if(!e.actualNode)throw new TypeError("Cannot resolve explicit label reference for non-DOM nodes");var n=Ke(e.attr("id"));if(a=gt(e.actualNode),t=a.querySelector('label[for="'+n+'"]'),r=t&&H1(t,!0),r)return r}return t=Ft(e,"label"),r=t&&ur(t,!0),r||null}var Gi=dE;function fE(e){return e=Ee(e),Gi(e)}var pE=fE,mE=[{matches:[{nodeName:"textarea"},{nodeName:"input",properties:{type:["text","password","search","tel","email","url"]}}],namingMethods:"labelText"},{matches:{nodeName:"input",properties:{type:["button","submit","reset"]}},namingMethods:["valueText","titleText","buttonDefaultText"]},{matches:{nodeName:"input",properties:{type:"image"}},namingMethods:["altText","valueText","labelText","titleText","buttonDefaultText"]},{matches:"button",namingMethods:"subtreeText"},{matches:"fieldset",namingMethods:"fieldsetLegendText"},{matches:"OUTPUT",namingMethods:"subtreeText"},{matches:[{nodeName:"select"},{nodeName:"input",properties:{type:/^(?!text|password|search|tel|email|url|button|submit|reset)/}}],namingMethods:"labelText"},{matches:"summary",namingMethods:"subtreeText"},{matches:"figure",namingMethods:["figureText","titleText"]},{matches:"img",namingMethods:"altText"},{matches:"table",namingMethods:["tableCaptionText","tableSummaryText"]},{matches:["hr","br"],namingMethods:["titleText","singleSpace"]}],hE=mE;function V1(e){var t=St(e),r=[];return e.children.forEach(function(a){a.actualNode.nodeType===3?t&&r.push(a):r=r.concat(V1(a))}),r}var vE=V1,gE=Ve(function(t){var r=Ee(t),a=r.boundingClientRect,n=[],i=ln(r);return t.childNodes.forEach(function(o){if(!(o.nodeType!==3||me(o.nodeValue)==="")){var s=bE(o);yE(s,a)||n.push.apply(n,de(G1(s,i)))}}),n.length?n:G1([a],i)}),Eu=gE;function bE(e){var t=b.createRange();return t.selectNodeContents(e),Array.from(t.getClientRects())}function yE(e,t){return e.some(function(r){var a=cn(r);return!Ni(a,t)})}function G1(e,t){var r=[];return e.forEach(function(a){if(!(a.width<1||a.height<1)){var n=t.reduce(function(i,o){return i&&Mi(i,o.boundingClientRect)},a);n&&r.push(n)}}),r}function wE(e){var t=Li(e);if(!t)return[];var r=Eu(e);return r.map(function(a){return su(t,a)})}var _u=wE,DE=["checkbox","img","meter","progressbar","scrollbar","radio","slider","spinbutton","textbox"];function EE(e){var t=Se(e),r=t.vNode,a=g.commons.aria.getExplicitRole(r);if(a)return DE.indexOf(a)!==-1;switch(r.props.nodeName){case"img":case"iframe":case"object":case"video":case"audio":case"canvas":case"svg":case"math":case"button":case"select":case"textarea":case"keygen":case"progress":case"meter":return!0;case"input":return r.props.type!=="hidden";default:return!1}}var xu=EE,_E=["head","title","template","script","style","iframe","object","video","audio","noscript"];function Ui(e){return _E.includes(e.props.nodeName)?!1:e.children.some(function(t){var r=t.props;return r.nodeType===3&&r.nodeValue.trim()})}function U1(e,t,r){return Ui(e)||xu(e.actualNode)||!r&&!!Vi(e)||!t&&e.children.some(function(a){return a.actualNode.nodeType===1&&U1(a)})}var yn=U1;function xE(e,t,r){return e=Ee(e),yn(e,t,r)}var Wi=xE;function Au(e){return typeof e.children>"u"||Ui(e)?!0:e.props.nodeType===1&&xu(e)?!!g.commons.text.accessibleTextVirtual(e):e.children.some(function(t){return!t.attr("lang")&&Au(t)&&!Nr(t)})}function AE(e){var t=cr(e.getAttribute("tabindex"));return t>-1&&it(e)&&!uu(e)}var W1=AE;function Y1(e,t){var r=Se(e),a=r.vNode,n=r.domNode;return a?(a._isHiddenWithCSS===void 0&&(a._isHiddenWithCSS=K1(n,t)),a._isHiddenWithCSS):K1(n,t)}function K1(e,t){if(e.nodeType===9||(e.nodeType===11&&(e=e.host),["STYLE","SCRIPT"].includes(e.nodeName.toUpperCase())))return!1;var r=p.getComputedStyle(e,null);if(!r)throw new Error("Style does not exist for the given element.");var a=r.getPropertyValue("display");if(a==="none")return!0;var n=["hidden","collapse"],i=r.getPropertyValue("visibility");if(n.includes(i)&&!t||n.includes(i)&&t&&n.includes(t))return!0;var o=ft(e);return o&&!n.includes(i)?Y1(o,i):!1}var CE=Y1;function RE(e){var t=e.doctype;return t===null?!1:t.name==="html"&&!t.publicId&&!t.systemId}var X1=RE;function TE(e){var t;(e instanceof dt||(t=p)!==null&&t!==void 0&&t.Node&&e instanceof p.Node)&&(e=g.commons.aria.getRole(e));var r=Ie.ariaRoles[e];return(r==null?void 0:r.type)||null}var Jt=TE,FE=["block","list-item","table","flex","grid"],SE=["inline-block","inline-flex","inline-grid"];function kE(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.noLengthCompare,a=t.includeInlineBlock,n=a===void 0?!1:a,i=Se(e),o=i.vNode,s=i.domNode;if(Ru(s)||!n&&OE(o))return!1;var u=IE(s),l="",c="",d=0;return Z1(u,function(m){if(m===u.actualNode)return!0;if(d===2)return!1;if(m.nodeType===3&&(l+=m.nodeValue),m.nodeType===1){var v=(m.nodeName||"").toUpperCase();m===s&&(d=1);var y=Ru(m);if((y||["BR","HR"].includes(v))&&(d===0?(l="",c=""):d=2),y||m.style.display==="none"||m.style.overflow==="hidden"||!["",null,"none"].includes(m.style.float)||!["",null,"relative"].includes(m.style.position))return!1;if(Jt(m)==="widget")return c+=m.textContent,!1}}),l=me(l),r?l.length!==0:(c=me(c),l.length>c.length)}var Cu=kE;function Ru(e){var t=Se(e),r=t.vNode,a=r.getComputedStylePropertyValue("display");return FE.includes(a)||a.substr(0,6)==="table-"}function OE(e){var t=e.getComputedStylePropertyValue("display");return SE.includes(t)}function Z1(e,t){t(e.actualNode)!==!1&&e.children.forEach(function(r){return Z1(r,t)})}function IE(e){for(var t=ft(e);t&&!Ru(t);)t=ft(t);return Ee(t)}function NE(e){e=e||{};var t=e.modalPercent||.75;if(be.get("isModalOpen"))return be.get("isModalOpen");var r=dr(g._tree[0],"dialog, [role=dialog], [aria-modal=true]",St);if(r.length)return be.set("isModalOpen",!0),!0;for(var a=ki(p),n=a.width*t,i=a.height*t,o=(a.width-n)/2,s=(a.height-i)/2,u=[{x:o,y:s},{x:a.width-o,y:s},{x:a.width/2,y:a.height/2},{x:o,y:a.height-s},{x:a.width-o,y:a.height-s}],l=u.map(function(v){return Array.from(b.elementsFromPoint(v.x,v.y))}),c=function(){var y=l[m].find(function(w){var E=p.getComputedStyle(w);return parseInt(E.width,10)>=n&&parseInt(E.height,10)>=i&&E.getPropertyValue("pointer-events")!=="none"&&(E.position==="absolute"||E.position==="fixed")});if(y&&l.every(function(w){return w.includes(y)}))return be.set("isModalOpen",!0),{v:!0}},d,m=0;m<l.length;m++)if(d=c(),d)return d.v;be.set("isModalOpen",void 0)}var wn=NE;function Q1(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:2,r=e.ownerDocument.createRange();r.setStart(e,0),r.setEnd(e,e.childNodes.length);var a=0,n=0,i=je(r.getClientRects()),o;try{for(i.s();!(o=i.n()).done;){var s=o.value;if(!(s.height<=t))if(a>s.top+t)a=Math.max(a,s.bottom);else if(n===0)a=s.bottom,n++;else return!0}}catch(u){i.e(u)}finally{i.f()}return!1}function ME(e){return e instanceof p.Node}var PE=ME,Tu="color.incompleteData",LE={set:function(t,r){if(typeof t!="string")throw new Error("Incomplete data: key must be a string");var a=be.get(Tu,function(){return{}});return r&&(a[t]=r),a[t]},get:function(t){var r=be.get(Tu);return r==null?void 0:r[t]},clear:function(){be.set(Tu,{})}},Ge=LE;function BE(e,t){var r=["IMG","CANVAS","OBJECT","IFRAME","VIDEO","SVG"],a=e.nodeName.toUpperCase();if(r.includes(a))return Ge.set("bgColor","imgNode"),!0;t=t||p.getComputedStyle(e);var n=t.getPropertyValue("background-image"),i=n!=="none";if(i){var o=/gradient/.test(n);Ge.set("bgColor",o?"bgGradient":"bgImage")}return i}var Yi=BE,$E=/^#[0-9a-f]{3,8}$/i,qE=/hsl\(\s*([-\d.]+)(rad|turn)/,Dn=($e=new WeakMap,at=new WeakMap,vt=new WeakMap,Nt=new WeakMap,ct=new WeakMap,Dt=new WeakMap,Pa=new WeakSet,function(){function e(t,r,a){var n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:1;if(Vt(this,e),$l(this,Pa),xr(this,$e,void 0),xr(this,at,void 0),xr(this,vt,void 0),xr(this,Nt,void 0),xr(this,ct,void 0),xr(this,Dt,void 0),t instanceof Dn){var i=t.r,o=t.g,s=t.b;this.r=i,this.g=o,this.b=s,this.alpha=t.alpha;return}this.red=t,this.green=r,this.blue=a,this.alpha=n}return Gt(e,[{key:"r",get:function(){return Ht($e,this)},set:function(r){_t($e,this,r),_t(Nt,this,Math.round(Ea(r,0,1)*255))}},{key:"g",get:function(){return Ht(at,this)},set:function(r){_t(at,this,r),_t(ct,this,Math.round(Ea(r,0,1)*255))}},{key:"b",get:function(){return Ht(vt,this)},set:function(r){_t(vt,this,r),_t(Dt,this,Math.round(Ea(r,0,1)*255))}},{key:"red",get:function(){return Ht(Nt,this)},set:function(r){_t($e,this,r/255),_t(Nt,this,Ea(r,0,255))}},{key:"green",get:function(){return Ht(ct,this)},set:function(r){_t(at,this,r/255),_t(ct,this,Ea(r,0,255))}},{key:"blue",get:function(){return Ht(Dt,this)},set:function(r){_t(vt,this,r/255),_t(Dt,this,Ea(r,0,255))}},{key:"toHexString",value:function(){var r=Math.round(this.red).toString(16),a=Math.round(this.green).toString(16),n=Math.round(this.blue).toString(16);return"#"+(this.red>15.5?r:"0"+r)+(this.green>15.5?a:"0"+a)+(this.blue>15.5?n:"0"+n)}},{key:"toJSON",value:function(){var r=this.red,a=this.green,n=this.blue,i=this.alpha;return{red:r,green:a,blue:n,alpha:i}}},{key:"parseString",value:function(r){r=r.replace(qE,function(i,o,s){var u=o+s;switch(s){case"rad":return i.replace(u,zE(o));case"turn":return i.replace(u,HE(o))}});try{var a;"Prototype"in p&&"Version"in p.Prototype&&(a=Array.from,Array.from=Vd.default);var n=new ze(r).toGamut({space:"srgb",method:"clip"}).to("srgb");a&&(Array.from=a,a=null),this.r=n.r,this.g=n.g,this.b=n.b,this.alpha=+n.alpha}catch{throw Ge.set("colorParse",r),new Error('Unable to parse color "'.concat(r,'"'))}return this}},{key:"parseRgbString",value:function(r){this.parseString(r)}},{key:"parseHexString",value:function(r){!r.match($E)||[6,8].includes(r.length)||this.parseString(r)}},{key:"parseColorFnString",value:function(r){this.parseString(r)}},{key:"getRelativeLuminance",value:function(){var r=this.r,a=this.g,n=this.b,i=r<=.04045?r/12.92:Math.pow((r+.055)/1.055,2.4),o=a<=.04045?a/12.92:Math.pow((a+.055)/1.055,2.4),s=n<=.04045?n/12.92:Math.pow((n+.055)/1.055,2.4);return .2126*i+.7152*o+.0722*s}},{key:"getLuminosity",value:function(){return .3*this.r+.59*this.g+.11*this.b}},{key:"setLuminosity",value:function(r){var a=r-this.getLuminosity();return sa(Pa,this,jE).call(this,a).clip()}},{key:"getSaturation",value:function(){return Math.max(this.r,this.g,this.b)-Math.min(this.r,this.g,this.b)}},{key:"setSaturation",value:function(r){var a=new Dn(this),n=[{name:"r",value:a.r},{name:"g",value:a.g},{name:"b",value:a.b}],i=n.sort(function(c,d){return c.value-d.value}),o=Q(i,3),s=o[0],u=o[1],l=o[2];return l.value>s.value?(u.value=(u.value-s.value)*r/(l.value-s.value),l.value=r):u.value=l.value=0,s.value=0,a[l.name]=l.value,a[s.name]=s.value,a[u.name]=u.value,a}},{key:"clip",value:function(){var r=new Dn(this),a=r.getLuminosity(),n=Math.min(r.r,r.g,r.b),i=Math.max(r.r,r.g,r.b);return n<0&&(r.r=a+(r.r-a)*a/(a-n),r.g=a+(r.g-a)*a/(a-n),r.b=a+(r.b-a)*a/(a-n)),i>1&&(r.r=a+(r.r-a)*(1-a)/(i-a),r.g=a+(r.g-a)*(1-a)/(i-a),r.b=a+(r.b-a)*(1-a)/(i-a)),r}}])}());function jE(e){var t=new Dn(this);return t.r+=e,t.g+=e,t.b+=e,t}var Ze=Dn;function Ea(e,t,r){return Math.min(Math.max(t,e),r)}function zE(e){return e*180/Math.PI}function HE(e){return e*360}function VE(e){var t=new Ze;if(t.parseString(e.getPropertyValue("background-color")),t.alpha!==0){var r=e.getPropertyValue("opacity");t.alpha=t.alpha*r}return t}var Jr=VE;function GE(e){var t=p.getComputedStyle(e);return Yi(e,t)||Jr(t).alpha===1}var UE=GE;function Fu(e){if(!e.href)return!1;var t=be.get("firstPageLink",WE);return t?e.compareDocumentPosition(t.actualNode)===e.DOCUMENT_POSITION_FOLLOWING:!0}function WE(){var e;return p.location.origin?e=It(g._tree,'a[href]:not([href^="javascript:"])').find(function(t){return!nu(t.actualNode)}):e=It(g._tree,'a:not([href^="#"]):not([href^="/#"]):not([href^="javascript:"])')[0],e||null}var YE=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,KE=/(\w+)\((\d+)/;function XE(e){var t=e.getPropertyValue("clip").match(YE),r=e.getPropertyValue("clip-path").match(KE);if(t&&t.length===5){var a=e.getPropertyValue("position");if(["fixed","absolute"].includes(a))return t[3]-t[1]<=0&&t[2]-t[4]<=0}if(r){var n=r[1],i=parseInt(r[2],10);switch(n){case"inset":return i>=50;case"circle":return i===0}}return!1}function ZE(e,t,r){var a=ba(e,"map");if(!a)return!1;var n=a.getAttribute("name");if(!n)return!1;var i=gt(e);if(!i||i.nodeType!==9)return!1;var o=It(g._tree,'img[usemap="#'.concat(Ke(n),'"]'));return!o||!o.length?!1:o.some(function(s){var u=s.actualNode;return Ki(u,t,r)})}function Ki(e,t,r){var a;if(!e)throw new TypeError("Cannot determine if element is visible for non-DOM nodes");var n=e instanceof dt?e:Ee(e);e=n?n.actualNode:e;var i="_isVisible"+(t?"ScreenReader":""),o=(a=p.Node)!==null&&a!==void 0?a:{},s=o.DOCUMENT_NODE,u=o.DOCUMENT_FRAGMENT_NODE,l=n?n.props.nodeType:e.nodeType,c=n?n.props.nodeName:e.nodeName.toLowerCase();if(n&&typeof n[i]<"u")return n[i];if(l===s)return!0;if(["style","script","noscript","template"].includes(c))return!1;if(e&&l===u&&(e=e.host),t){var d=n?n.attr("aria-hidden"):e.getAttribute("aria-hidden");if(d==="true")return!1}if(!e){var m=n.parent,v=!0;return m&&(v=Ki(m,t,!0)),n&&(n[i]=v),v}var y=p.getComputedStyle(e,null);if(y===null)return!1;if(c==="area")return ZE(e,t,r);if(y.getPropertyValue("display")==="none")return!1;var w=parseInt(y.getPropertyValue("height")),E=parseInt(y.getPropertyValue("width")),_=Dr(e),x=_&&w===0,C=_&&E===0,R=y.getPropertyValue("position")==="absolute"&&(w<2||E<2)&&y.getPropertyValue("overflow")==="hidden";if(!t&&(XE(y)||y.getPropertyValue("opacity")==="0"||x||C||R)||!r&&(y.getPropertyValue("visibility")==="hidden"||!t&&Ii(e)))return!1;var T=e.assignedSlot?e.assignedSlot:e.parentNode,O=!1;return T&&(O=Ki(T,t,!0)),n&&(n[i]=O),O}var QE=Ki;function JE(e,t){for(var r=["fixed","sticky"],a=[],n=!1,i=0;i<e.length;++i){var o=e[i];o===t&&(n=!0);var s=p.getComputedStyle(o);if(!n&&r.indexOf(s.position)!==-1){a=[];continue}a.push(o)}return a}var J1=JE;function ep(e,t){var r=tp(t);do{var a=tp(e);if(a===r||a===t)return e_(e,t);e=a}while(e);return!1}function tp(e){for(var t=Ee(e),r=t.parent;r;){if(Dr(r.actualNode))return r.actualNode;r=r.parent}}function e_(e,t){var r=p.getComputedStyle(t),a=r.getPropertyValue("overflow");if(r.getPropertyValue("display")==="inline")return!0;var n=Array.from(e.getClientRects()),i=t.getBoundingClientRect(),o={left:i.left,top:i.top,width:i.width,height:i.height};return(["scroll","auto"].includes(a)||t instanceof p.HTMLHtmlElement)&&(o.width=t.scrollWidth,o.height=t.scrollHeight),n.length===1&&a==="hidden"&&r.getPropertyValue("white-space")==="nowrap"&&(n[0]=o),n.some(function(s){return!(Math.ceil(s.left)<Math.floor(o.left)||Math.ceil(s.top)<Math.floor(o.top)||Math.floor(s.left+s.width)>Math.ceil(o.left+o.width)||Math.floor(s.top+s.height)>Math.ceil(o.top+o.height))})}function rp(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:b,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0;if(a>999)throw new Error("Infinite loop detected");return Array.from(r.elementsFromPoint(e,t)||[]).filter(function(n){return gt(n)===r}).reduce(function(n,i){if(Si(i)){var o=rp(e,t,i.shadowRoot,a+1);n=n.concat(o),n.length&&ep(n[0],i)&&n.push(i)}else n.push(i);return n},[])}var t_=rp;function r_(e,t){if(e.hasAttribute(t)){var r=e.nodeName.toUpperCase(),a=e;(!["A","AREA"].includes(r)||e.ownerSVGElement)&&(a=b.createElement("a"),a.href=e.getAttribute(t));var n=["https:","ftps:"].includes(a.protocol)?a.protocol.replace(/s:$/,":"):a.protocol,i=/^\//.test(a.pathname)?a.pathname:"/".concat(a.pathname),o=n_(i),s=o.pathname,u=o.filename;return{protocol:n,hostname:a.hostname,port:a_(a.port),pathname:/\/$/.test(s)?s:"".concat(s,"/"),search:i_(a.search),hash:o_(a.hash),filename:u}}}function a_(e){var t=["443","80"];return t.includes(e)?"":e}function n_(e){var t=e.split("/").pop();return!t||t.indexOf(".")===-1?{pathname:e,filename:""}:{pathname:e.replace(t,""),filename:/index./.test(t)?"":t}}function i_(e){var t={};if(!e||!e.length)return t;var r=e.substring(1).split("&");if(!r||!r.length)return t;for(var a=0;a<r.length;a++){var n=r[a],i=n.split("="),o=Q(i,2),s=o[0],u=o[1],l=u===void 0?"":u;t[decodeURIComponent(s)]=decodeURIComponent(l)}return t}function o_(e){if(!e)return"";var t=/#!?\/?/g,r=e.match(t);if(!r)return"";var a=Q(r,1),n=a[0];return n==="#"?"":e}var s_=r_;function u_(e,t){var r=t.getBoundingClientRect(),a=r.top,n=r.left,i={top:a-t.scrollTop,bottom:a-t.scrollTop+t.scrollHeight,left:n-t.scrollLeft,right:n-t.scrollLeft+t.scrollWidth};if(e.left>i.right&&e.left>r.right||e.top>i.bottom&&e.top>r.bottom||e.right<i.left&&e.right<r.left||e.bottom<i.top&&e.bottom<r.top)return!1;var o=p.getComputedStyle(t);return e.left>r.right||e.top>r.bottom?o.overflow==="scroll"||o.overflow==="auto"||t instanceof p.HTMLBodyElement||t instanceof p.HTMLHtmlElement:!0}var Su=u_,ap=0,l_=function(e){function t(r,a,n){var i;if(Vt(this,t),i=Be(this,t),i.shadowId=n,i.children=[],i.actualNode=r,i.parent=a,a||(ap=0),i.nodeIndex=ap++,i._isHidden=null,i._cache={},i._isXHTML=Ja(r.ownerDocument),r.nodeName.toLowerCase()==="input"){var o=r.getAttribute("type");o=i._isXHTML?o:(o||"").toLowerCase(),oo().includes(o)||(o="text"),i._type=o}return be.get("nodeMap")&&be.get("nodeMap").set(r,i),i}return qn(t,e),Gt(t,[{key:"props",get:function(){if(!this._cache.hasOwnProperty("props")){var a=this.actualNode,n=a.nodeType,i=a.nodeName,o=a.id,s=a.nodeValue;this._cache.props={nodeType:n,nodeName:this._isXHTML?i:i.toLowerCase(),id:o,type:this._type,nodeValue:s},n===1&&(this._cache.props.multiple=this.actualNode.multiple,this._cache.props.value=this.actualNode.value,this._cache.props.selected=this.actualNode.selected,this._cache.props.checked=this.actualNode.checked,this._cache.props.indeterminate=this.actualNode.indeterminate)}return this._cache.props}},{key:"attr",value:function(a){return typeof this.actualNode.getAttribute!="function"?null:this.actualNode.getAttribute(a)}},{key:"hasAttr",value:function(a){return typeof this.actualNode.hasAttribute!="function"?!1:this.actualNode.hasAttribute(a)}},{key:"attrNames",get:function(){if(!this._cache.hasOwnProperty("attrNames")){var a;this.actualNode.attributes instanceof p.NamedNodeMap?a=this.actualNode.attributes:a=this.actualNode.cloneNode(!1).attributes,this._cache.attrNames=Array.from(a).map(function(n){return n.name})}return this._cache.attrNames}},{key:"getComputedStylePropertyValue",value:function(a){var n="computedStyle_"+a;return this._cache.hasOwnProperty(n)||(this._cache.hasOwnProperty("computedStyle")||(this._cache.computedStyle=p.getComputedStyle(this.actualNode)),this._cache[n]=this._cache.computedStyle.getPropertyValue(a)),this._cache[n]}},{key:"isFocusable",get:function(){return this._cache.hasOwnProperty("isFocusable")||(this._cache.isFocusable=it(this.actualNode)),this._cache.isFocusable}},{key:"tabbableElements",get:function(){return this._cache.hasOwnProperty("tabbableElements")||(this._cache.tabbableElements=a1(this)),this._cache.tabbableElements}},{key:"clientRects",get:function(){return this._cache.hasOwnProperty("clientRects")||(this._cache.clientRects=Array.from(this.actualNode.getClientRects()).filter(function(a){return a.width>0})),this._cache.clientRects}},{key:"boundingClientRect",get:function(){return this._cache.hasOwnProperty("boundingClientRect")||(this._cache.boundingClientRect=this.actualNode.getBoundingClientRect()),this._cache.boundingClientRect}}])}(dt),ku=l_;function c_(e){return(e||"").trim().replace(/\s{2,}/g," ").split(" ")}var Et=c_,ea=" [idsMap]";function np(e,t,r){var a=e[0]._selectorMap;if(a){for(var n=e[0].shadowId,i=0;i<t.length;i++)if(t[i].length>1&&t[i].some(function(u){return ip(u)}))return;var o=new Set;t.forEach(function(u){var l,c=d_(u,a,n);c==null||(l=c.nodes)===null||l===void 0||l.forEach(function(d){c.isComplexSelector&&!pa(d,u)||o.add(d)})});var s=[];return o.forEach(function(u){return s.push(u)}),r&&(s=s.filter(r)),s.sort(function(u,l){return u.nodeIndex-l.nodeIndex})}}function d_(e,t,r){var a=e[e.length-1],n=null,i=e.length>1||!!a.pseudos||!!a.classes;if(ip(a))n=t["*"];else{if(a.id){var o;if(!t[ea]||!Object.hasOwn(t[ea],a.id)||!((o=t[ea][a.id])!==null&&o!==void 0&&o.length))return;n=t[ea][a.id].filter(function(w){return w.shadowId===r})}if(a.tag&&a.tag!=="*"){var s;if(!((s=t[a.tag])!==null&&s!==void 0&&s.length))return;var u=t[a.tag];n=n?Ou(u,n):u}if(a.classes){var l;if(!((l=t["[class]"])!==null&&l!==void 0&&l.length))return;var c=t["[class]"];n=n?Ou(c,n):c}if(a.attributes)for(var d=0;d<a.attributes.length;d++){var m,v=a.attributes[d];if(v.type==="attrValue"&&(i=!0),!((m=t["[".concat(v.key,"]")])!==null&&m!==void 0&&m.length))return;var y=t["[".concat(v.key,"]")];n=n?Ou(y,n):y}}return{nodes:n,isComplexSelector:i}}function ip(e){return e.tag==="*"&&!e.attributes&&!e.id&&!e.classes}function Ou(e,t){return e.filter(function(r){return t.includes(r)})}function Xi(e,t,r){Object.hasOwn(r,e)||(r[e]=[]),r[e].push(t)}function op(e,t){e.props.nodeType===1&&(Xi(e.props.nodeName,e,t),Xi("*",e,t),e.attrNames.forEach(function(r){r==="id"&&(t[ea]=t[ea]||{},Et(e.attr(r)).forEach(function(a){Xi(a,e,t[ea])})),Xi("[".concat(r,"]"),e,t)}))}var Iu;function Nu(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:b.documentElement,t=arguments.length>1?arguments[1]:void 0;Iu=!1;var r={};be.set("nodeMap",new WeakMap),be.set("selectorMap",r);var a=sp(e,t,null);return a[0]._selectorMap=r,a[0]._hasShadowRoot=Iu,a}function f_(e){var t=[];for(e=e.firstChild;e;)t.push(e),e=e.nextSibling;return t}function Mu(e,t,r){var a=new ku(e,t,r);return op(a,be.get("selectorMap")),a}function Zi(e,t,r){var a=[];return e.forEach(function(n){var i=sp(n,r,t);i&&a.push.apply(a,de(i))}),a}function sp(e,t,r){var a,n;e.documentElement&&(e=e.documentElement);var i=e.nodeName.toLowerCase();if(Si(e))return Iu=!0,a=Mu(e,r,t),t="a"+Math.random().toString().substring(2),n=Array.from(e.shadowRoot.childNodes),a.children=Zi(n,a,t),[a];if(i==="content"&&typeof e.getDistributedNodes=="function")return n=Array.from(e.getDistributedNodes()),Zi(n,r,t);if(i==="slot"&&typeof e.assignedNodes=="function")return n=Array.from(e.assignedNodes()),n.length||(n=f_(e)),p.getComputedStyle(e),Zi(n,r,t);if(e.nodeType===b.ELEMENT_NODE)return a=Mu(e,r,t),n=Array.from(e.childNodes),a.children=Zi(n,a,t),[a];if(e.nodeType===b.TEXT_NODE)return[Mu(e,r)]}function p_(e){return e?e.trim().split("-")[0].toLowerCase():""}var ta=p_;function m_(e){var t={};return t.none=e.none.concat(e.all),t.any=e.any,Object.keys(t).map(function(r){if(t[r].length){var a=g._audit.data.failureSummaries[r];if(a&&typeof a.failureMessage=="function")return a.failureMessage(t[r].map(function(n){return n.message||""}))}}).filter(function(r){return r!==void 0}).join(`
18
+ Consider to rely on 'then' or 'done' mode instead.`);P&&(delete c[v],d[v]=O,l.emit("setasync",v,P))},x=function(){E=!0,c[v]&&(delete c[v],delete m[v],l.delete(v))},C=u;if(C||(C="then"),C==="then"){var R=function(){i(x)};w=w.then(function(T){i(_.bind(this,T))},R),typeof w.finally=="function"&&w.finally(R)}else if(C==="done"){if(typeof w.done!="function")throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done' mode");w.done(_,x)}else if(C==="done:finally"){if(typeof w.done!="function")throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done:finally' mode");if(typeof w.finally!="function")throw new Error("Memoizee error: Retrieved promise does not implement 'finally' in 'done:finally' mode");w.done(_),w.finally(x)}}),l.on("get",function(v,y,w){var E;if(c[v]){++c[v];return}E=m[v];var _=function(){l.emit("getasync",v,y,w)};n(E)?typeof E.done=="function"?E.done(_):E.then(function(){i(_)}):_()}),l.on("delete",function(v){if(delete m[v],c[v]){delete c[v];return}if(hasOwnProperty.call(d,v)){var y=d[v];delete d[v],l.emit("deleteasync",v,[y])}}),l.on("clear",function(){var v=d;d=o(null),c=o(null),m=o(null),l.emit("clearasync",e(v,function(y){return[y]}))})}}),Mb=A(function(){var e=Cr(),t=Jn(),r=Gr(),a=Function.prototype.apply;r.dispose=function(n,i,o){var s;if(e(n),o.async&&r.async||o.promise&&r.promise){i.on("deleteasync",s=function(l,c){a.call(n,null,c)}),i.on("clearasync",function(u){t(u,function(l,c){s(c,l)})});return}i.on("delete",s=function(l,c){n(c)}),i.on("clear",function(u){t(u,function(l,c){s(c,l)})})}}),Pb=A(function(e,t){t.exports=2147483647}),Lb=A(function(e,t){var r=Vr(),a=Pb();t.exports=function(n){if(n=r(n),n>a)throw new TypeError(n+" exceeds maximum possible timeout");return n}}),Bb=A(function(){var e=es(),t=Jn(),r=rs(),a=Ac(),n=Lb(),i=Gr(),o=Function.prototype,s=Math.max,u=Math.min,l=Object.create;i.maxAge=function(c,d,m){var v,y,w,E;c=n(c),c&&(v=l(null),y=m.async&&i.async||m.promise&&i.promise?"async":"",d.on("set"+y,function(_){v[_]=setTimeout(function(){d.delete(_)},c),typeof v[_].unref=="function"&&v[_].unref(),E&&(E[_]&&E[_]!=="nextTick"&&clearTimeout(E[_]),E[_]=setTimeout(function(){delete E[_]},w),typeof E[_].unref=="function"&&E[_].unref())}),d.on("delete"+y,function(_){clearTimeout(v[_]),delete v[_],E&&(E[_]!=="nextTick"&&clearTimeout(E[_]),delete E[_])}),m.preFetch&&(m.preFetch===!0||isNaN(m.preFetch)?w=.333:w=s(u(Number(m.preFetch),1),0),w&&(E={},w=(1-w)*c,d.on("get"+y,function(_,x,C){E[_]||(E[_]="nextTick",r(function(){var R;E[_]==="nextTick"&&(delete E[_],d.delete(_),m.async&&(x=e(x),x.push(o)),R=d.memoized.apply(C,x),m.promise&&a(R)&&(typeof R.done=="function"?R.done(o,o):R.then(o,o)))}))}))),d.on("clear"+y,function(){t(v,function(_){clearTimeout(_)}),v={},E&&(t(E,function(_){_!=="nextTick"&&clearTimeout(_)}),E={})}))}}),$b=A(function(e,t){var r=Vr(),a=Object.create,n=Object.prototype.hasOwnProperty;t.exports=function(i){var o=0,s=1,u=a(null),l=a(null),c=0,d;return i=r(i),{hit:function(v){var y=l[v],w=++c;if(u[w]=v,l[v]=w,!y)return++o,o<=i?void 0:(v=u[s],d(v),v);if(delete u[y],s===y)for(;!n.call(u,++s););},delete:d=function(v){var y=l[v];if(y&&(delete u[y],delete l[v],--o,s===y)){if(!o){c=0,s=1;return}for(;!n.call(u,++s););}},clear:function(){o=0,s=1,u=a(null),l=a(null),c=0}}}}),qb=A(function(){var e=Vr(),t=$b(),r=Gr();r.max=function(a,n,i){var o,s,u;a=e(a),a&&(s=t(a),o=i.async&&r.async||i.promise&&r.promise?"async":"",n.on("set"+o,u=function(c){c=s.hit(c),c!==void 0&&n.delete(c)}),n.on("get"+o,u),n.on("delete"+o,s.delete),n.on("clear"+o,s.clear))}}),jb=A(function(){var e=Ur(),t=Gr(),r=Object.create,a=Object.defineProperties;t.refCounter=function(n,i,o){var s,u;s=r(null),u=o.async&&t.async||o.promise&&t.promise?"async":"",i.on("set"+u,function(l,c){s[l]=c||1}),i.on("get"+u,function(l){++s[l]}),i.on("delete"+u,function(l){delete s[l]}),i.on("clear"+u,function(){s={}}),a(i.memoized,{deleteRef:e(function(){var l=i.get(arguments);return l===null||!s[l]?null:--s[l]?!1:(i.delete(l),!0)}),getRefCount:e(function(){var l=i.get(arguments);return l===null||!s[l]?0:s[l]})})}}),zb=A(function(e,t){var r=vc(),a=gc(),n=yb();t.exports=function(i){var o=r(arguments[1]),s;return o.normalizer||(s=o.length=a(o.length,i.length,o.async),s!==0&&(o.primitive?s===!1?o.normalizer=wb():s>1&&(o.normalizer=Db()(s)):s===!1?o.normalizer=Ab()():s===1?o.normalizer=Cb()():o.normalizer=Rb()(s))),o.async&&Tb(),o.promise&&Nb(),o.dispose&&Mb(),o.maxAge&&Bb(),o.max&&qb(),o.refCounter&&jb(),n(i,o)}}),Hb=[{name:"NA",value:"inapplicable",priority:0,group:"inapplicable"},{name:"PASS",value:"passed",priority:1,group:"passes"},{name:"CANTTELL",value:"cantTell",priority:2,group:"incomplete"},{name:"FAIL",value:"failed",priority:3,group:"violations"}],Kt={helpUrlBase:"https://dequeuniversity.com/rules/",gridSize:200,selectorSimilarFilterLimit:700,results:[],resultGroups:[],resultGroupMap:{},impact:Object.freeze(["minor","moderate","serious","critical"]),preload:Object.freeze({assets:["cssom","media"],timeout:1e4}),allOrigins:"<unsafe_all_origins>",sameOrigin:"<same_origin>",serializableErrorProps:Object.freeze(["message","stack","name","code","ruleId","method"])};Hb.forEach(function(e){var t=e.name,r=e.value,a=e.priority,n=e.group;Kt[t]=r,Kt[t+"_PRIO"]=a,Kt[t+"_GROUP"]=n,Kt.results[a]=r,Kt.resultGroups[a]=n,Kt.resultGroupMap[r]=n}),Object.freeze(Kt.results),Object.freeze(Kt.resultGroups),Object.freeze(Kt.resultGroupMap),Object.freeze(Kt);var ye=Kt;function Vb(){(typeof console>"u"?"undefined":B(console))==="object"&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}var Wr=Vb,Gb=/[\t\r\n\f]/g,Ub=function(){function e(){Vt(this,e),this.parent=void 0}return Gt(e,[{key:"props",get:function(){throw new Error('VirtualNode class must have a "props" object consisting of "nodeType" and "nodeName" properties')}},{key:"attrNames",get:function(){throw new Error('VirtualNode class must have an "attrNames" property')}},{key:"attr",value:function(){throw new Error('VirtualNode class must have an "attr" function')}},{key:"hasAttr",value:function(){throw new Error('VirtualNode class must have a "hasAttr" function')}},{key:"hasClass",value:function(r){var a=this.attr("class");if(!a)return!1;var n=" "+r+" ";return(" "+a+" ").replace(Gb," ").indexOf(n)>=0}}])}(),dt=Ub,as={};Ut(as,{DqElement:function(){return $t},RuleError:function(){return io},aggregate:function(){return ti},aggregateChecks:function(){return Tc},aggregateNodeResults:function(){return Fc},aggregateResult:function(){return Sc},areStylesSet:function(){return Jb},assert:function(){return Oe},checkHelper:function(){return ks},clone:function(){return gr},closest:function(){return Ft},collectResultsFromFrames:function(){return wf},contains:function(){return br},convertSelector:function(){return _i},cssParser:function(){return Jd},deepMerge:function(){return Vs},escapeSelector:function(){return Ke},extendMetaData:function(){return Gs},filterHtmlAttrs:function(){return Np},finalizeRuleResult:function(){return ja},findBy:function(){return sn},getAllChecks:function(){return Ti},getAncestry:function(){return Ei},getBaseLang:function(){return ta},getCheckMessage:function(){return b_},getCheckOption:function(){return Ji},getElementSource:function(){return Zd},getEnvironmentData:function(){return Br},getFlattenedTree:function(){return Nu},getFrameContexts:function(){return M_},getFriendlyUriEnd:function(){return Ic},getNodeAttributes:function(){return Va},getNodeFromTree:function(){return Ee},getPreloadConfig:function(){return Sp},getRootNode:function(){return un},getRule:function(){return mp},getScroll:function(){return Dr},getScrollState:function(){return B_},getSelector:function(){return Fs},getSelectorData:function(){return Di},getShadowSelector:function(){return Cs},getStandards:function(){return $_},getStyleSheetFactory:function(){return gp},getXpath:function(){return Xd},injectStyle:function(){return z_},isArrayLike:function(){return $u},isContextObject:function(){return qu},isContextProp:function(){return to},isContextSpec:function(){return bp},isHidden:function(){return H_},isHtmlElement:function(){return zu},isLabelledFramesSelector:function(){return ju},isLabelledShadowDomSelector:function(){return ro},isNodeInContext:function(){return Hu},isShadowRoot:function(){return Si},isValidLang:function(){return so},isXHTML:function(){return Ja},matchAncestry:function(){return Vu},matches:function(){return Is},matchesExpression:function(){return pa},matchesSelector:function(){return ca},memoize:function(){return Ve},mergeResults:function(){return Fi},nodeLookup:function(){return Se},nodeSerializer:function(){return qt},nodeSorter:function(){return Gu},objectHasOwn:function(){return cr},parseCrossOriginStylesheet:function(){return Wu},parseSameOriginStylesheet:function(){return Dp},parseStylesheet:function(){return Uu},parseTabindex:function(){return dr},performanceTimer:function(){return Ne},pollyfillElementsFromPoint:function(){return Ep},preload:function(){return Tp},preloadCssom:function(){return xp},preloadMedia:function(){return Rp},processMessage:function(){return Bu},publishMetaData:function(){return ao},querySelectorAll:function(){return It},querySelectorAllFilter:function(){return fr},queue:function(){return or},respondable:function(){return Qt},ruleShouldRun:function(){return Ip},select:function(){return Yu},sendCommandToFrame:function(){return vf},serializeError:function(){return no},setScrollState:function(){return Ex},shadowSelect:function(){return _x},shadowSelectAll:function(){return Ku},shouldPreload:function(){return Fp},toArray:function(){return Oc},tokenList:function(){return Et},uniqueArray:function(){return _n},uuid:function(){return Rw},validInputTypes:function(){return oo},validLangs:function(){return $p}});function Wb(e,t,r){t=t.slice(),r&&t.push(r);var a=t.map(function(n){return e.indexOf(n)}).sort();return e[a.pop()]}var ti=Wb,Yb=ye.CANTTELL_PRIO,Kb=ye.FAIL_PRIO,ri=[];ri[ye.PASS_PRIO]=!0,ri[ye.CANTTELL_PRIO]=null,ri[ye.FAIL_PRIO]=!1;var Cc=["any","all","none"];function Rc(e,t){return Cc.reduce(function(r,a){return r[a]=(e[a]||[]).map(function(n){return t(n,a)}),r},{})}function Xb(e){var t=Object.assign({},e);Rc(t,function(n,i){var o=typeof n.result>"u"?-1:ri.indexOf(n.result);n.priority=o!==-1?o:ye.CANTTELL_PRIO,i==="none"&&(n.priority===ye.PASS_PRIO?n.priority=ye.FAIL_PRIO:n.priority===ye.FAIL_PRIO&&(n.priority=ye.PASS_PRIO))});var r={all:t.all.reduce(function(n,i){return Math.max(n,i.priority)},0),none:t.none.reduce(function(n,i){return Math.max(n,i.priority)},0),any:t.any.reduce(function(n,i){return Math.min(n,i.priority)},4)%4};t.priority=Math.max(r.all,r.none,r.any);var a=[];return Cc.forEach(function(n){t[n]=t[n].filter(function(i){return i.priority===t.priority&&i.priority===r[n]}),t[n].forEach(function(i){return a.push(i.impact)})}),[Yb,Kb].includes(t.priority)?t.impact=ti(ye.impact,a):t.impact=null,Rc(t,function(n){delete n.result,delete n.priority}),t.result=ye.results[t.priority],delete t.priority,t}var Tc=Xb;function ja(e){var t=g._audit.rules.find(function(r){var a=r.id;return a===e.id});return t&&t.impact&&e.nodes.forEach(function(r){["any","all","none"].forEach(function(a){(r[a]||[]).forEach(function(n){n.impact=t.impact})})}),Object.assign(e,Fc(e.nodes)),delete e.nodes,e}function Zb(e){var t={};if(e=e.map(function(i){if(i.any&&i.all&&i.none)return Tc(i);if(Array.isArray(i.node))return ja(i);throw new TypeError("Invalid Result type")}),e&&e.length){var r=e.map(function(i){return i.result});t.result=ti(ye.results,r,t.result)}else t.result="inapplicable";ye.resultGroups.forEach(function(i){return t[i]=[]}),e.forEach(function(i){var o=ye.resultGroupMap[i.result];t[o].push(i)});var a=ye.FAIL_GROUP;if(t[a].length===0&&(a=ye.CANTTELL_GROUP),t[a].length>0){var n=t[a].map(function(i){return i.impact});t.impact=ti(ye.impact,n)||null}else t.impact=null;return t}var Fc=Zb;function ns(e,t,r){var a=Object.assign({},t);a.nodes=(a[r]||[]).concat(),ye.resultGroups.forEach(function(n){delete a[n]}),e[r].push(a)}function Qb(e){var t={};return ye.resultGroups.forEach(function(r){return t[r]=[]}),e.forEach(function(r){r.error?ns(t,r,ye.CANTTELL_GROUP):r.result===ye.NA?ns(t,r,ye.NA_GROUP):ye.resultGroups.forEach(function(a){Array.isArray(r[a])&&r[a].length>0&&ns(t,r,a)})}),t}var Sc=Qb;function kc(e,t,r){var a=p.getComputedStyle(e,null);if(!a)return!1;for(var n=0;n<t.length;++n){var i=t[n];if(a.getPropertyValue(i.property)===i.value)return!0}return!e.parentNode||e.nodeName.toUpperCase()===r.toUpperCase()?!1:kc(e.parentNode,t,r)}var Jb=kc;function ey(e,t){if(!e)throw new Error(t)}var Oe=ey;function ty(e){return Array.prototype.slice.call(e)}var Oc=ty;function ry(e){for(var t=String(e),r=t.length,a=-1,n,i="",o=t.charCodeAt(0);++a<r;){if(n=t.charCodeAt(a),n==0){i+="�";continue}if(n>=1&&n<=31||n==127||a==0&&n>=48&&n<=57||a==1&&n>=48&&n<=57&&o==45){i+="\\"+n.toString(16)+" ";continue}if(a==0&&r==1&&n==45){i+="\\"+t.charAt(a);continue}if(n>=128||n==45||n==95||n>=48&&n<=57||n>=65&&n<=90||n>=97&&n<=122){i+=t.charAt(a);continue}i+="\\"+t.charAt(a)}return i}var Ke=ry;function ay(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return e.length!==0&&(e.match(/[0-9]/g)||"").length>=e.length/2}function za(e,t){return[e.substring(0,t),e.substring(t)]}function Ha(e){return e.replace(/\s+$/,"")}function ny(e){var t=e,r="",a="",n="",i="",o="",s="";if(e.includes("#")){var u=za(e,e.indexOf("#")),l=Q(u,2);e=l[0],s=l[1]}if(e.includes("?")){var c=za(e,e.indexOf("?")),d=Q(c,2);e=d[0],o=d[1]}if(e.includes("://")){var m=e.split("://"),v=Q(m,2);r=v[0],e=v[1];var y=za(e,e.indexOf("/")),w=Q(y,2);a=w[0],e=w[1]}else if(e.substr(0,2)==="//"){e=e.substr(2);var E=za(e,e.indexOf("/")),_=Q(E,2);a=_[0],e=_[1]}if(a.substr(0,4)==="www."&&(a=a.substr(4)),a&&a.includes(":")){var x=za(a,a.indexOf(":")),C=Q(x,2);a=C[0],n=C[1]}return i=e,{original:t,protocol:r,domain:a,port:n,path:i,query:o,hash:s}}function iy(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!(e.length<=1||e.substr(0,5)==="data:"||e.substr(0,11)==="javascript:"||e.includes("?"))){var r=t.currentDomain,a=t.maxLength,n=a===void 0?25:a,i=ny(e),o=i.path,s=i.domain,u=i.hash,l=o.substr(o.substr(0,o.length-2).lastIndexOf("/")+1);if(u)return l&&(l+u).length<=n?Ha(l+u):l.length<2&&u.length>2&&u.length<=n?Ha(u):void 0;if(s&&s.length<n&&o.length<=1||o==="/"+l&&s&&r&&s!==r&&(s+o).length<=n)return Ha(s+o);var c=l.lastIndexOf(".");if((c===-1||c>1)&&(c!==-1||l.length>2)&&l.length<=n&&!l.match(/index(\.[a-zA-Z]{2-4})?/)&&!ay(l))return Ha(l)}}var Ic=iy;function oy(e){return e.attributes instanceof p.NamedNodeMap?e.attributes:e.cloneNode(!1).attributes}var Va=oy,sy=function(){var e;function t(r){var a=["matches","matchesSelector","mozMatchesSelector","webkitMatchesSelector","msMatchesSelector"],n=a.length,i,o;for(i=0;i<n;i++)if(o=a[i],r[o])return o}return function(r,a){return(!e||!r[e])&&(e=t(r)),r[e]?r[e](a):!1}}(),ca=sy,Nc={};Ut(Nc,{ArrayFrom:function(){return Vd.default},Colorjs:function(){return ze},CssSelectorParser:function(){return Mc.CssSelectorParser},doT:function(){return Rr.default},emojiRegexText:function(){return is},memoize:function(){return Pc.default}});var uy=ar(Rv()),ly=ar(Tv());ar(Fv());var cy=ar(Hv()),dy=ar(eg()),fy=ar(mc());"hasOwn"in Object||(Object.hasOwn=cy.default),"values"in Object||(Object.values=dy.default),"Promise"in p||uy.default.polyfill(),"Uint32Array"in p||(p.Uint32Array=ly.Uint32Array),p.Uint32Array&&("some"in p.Uint32Array.prototype||Object.defineProperty(p.Uint32Array.prototype,"some",{value:Array.prototype.some}),"reduce"in p.Uint32Array.prototype||Object.defineProperty(p.Uint32Array.prototype,"reduce",{value:Array.prototype.reduce})),typeof Object.assign!="function"&&function(){Object.assign=function(e){if(e==null)throw new TypeError("Cannot convert undefined or null to object");for(var t=Object(e),r=1;r<arguments.length;r++){var a=arguments[r];if(a!=null)for(var n in a)a.hasOwnProperty(n)&&(t[n]=a[n])}return t}}(),Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(t){if(this===null)throw new TypeError("Array.prototype.find called on null or undefined");if(typeof t!="function")throw new TypeError("predicate must be a function");for(var r=Object(this),a=r.length>>>0,n=arguments[1],i,o=0;o<a;o++)if(i=r[o],t.call(n,i,o,r))return i}}),Array.prototype.findIndex||Object.defineProperty(Array.prototype,"findIndex",{value:function(t,r){if(this===null)throw new TypeError("Array.prototype.find called on null or undefined");if(typeof t!="function")throw new TypeError("predicate must be a function");for(var a=Object(this),n=a.length>>>0,i,o=0;o<n;o++)if(i=a[o],t.call(r,i,o,a))return o;return-1}}),Array.prototype.includes||Object.defineProperty(Array.prototype,"includes",{value:function(t){var r=Object(this),a=parseInt(r.length,10)||0;if(a===0)return!1;var n=parseInt(arguments[1],10)||0,i;n>=0?i=n:(i=a+n,i<0&&(i=0));for(var o;i<a;){if(o=r[i],t===o||t!==t&&o!==o)return!0;i++}return!1}}),Array.prototype.some||Object.defineProperty(Array.prototype,"some",{value:function(t){if(this==null)throw new TypeError("Array.prototype.some called on null or undefined");if(typeof t!="function")throw new TypeError;for(var r=Object(this),a=r.length>>>0,n=arguments.length>=2?arguments[1]:void 0,i=0;i<a;i++)if(i in r&&t.call(n,r[i],i,r))return!0;return!1}}),Array.from||(Array.from=fy.default),String.prototype.includes||(String.prototype.includes=function(e,t){return typeof t!="number"&&(t=0),t+e.length>this.length?!1:this.indexOf(e,t)!==-1}),Array.prototype.flat||Object.defineProperty(Array.prototype,"flat",{configurable:!0,value:function e(){var t=isNaN(arguments[0])?1:Number(arguments[0]);return t?Array.prototype.reduce.call(this,function(r,a){return Array.isArray(a)?r.push.apply(r,e.call(a,t-1)):r.push(a),r},[]):Array.prototype.slice.call(this)},writable:!0}),p.Node&&!("isConnected"in p.Node.prototype)&&Object.defineProperty(p.Node.prototype,"isConnected",{get:function(){return!this.ownerDocument||!(this.ownerDocument.compareDocumentPosition(this)&this.DOCUMENT_POSITION_DISCONNECTED)}});var Mc=ar(Og()),Rr=ar(Ig()),is=function(){return/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g},Pc=ar(zb());function nt(e,t){var r=e.length;Array.isArray(e[0])||(e=[e]),Array.isArray(t[0])||(t=t.map(function(o){return[o]}));var a=t[0].length,n=t[0].map(function(o,s){return t.map(function(u){return u[s]})}),i=e.map(function(o){return n.map(function(s){var u=0;if(!Array.isArray(o)){var l=je(s),c;try{for(l.s();!(c=l.n()).done;){var d=c.value;u+=o*d}}catch(v){l.e(v)}finally{l.f()}return u}for(var m=0;m<o.length;m++)u+=o[m]*(s[m]||0);return u})});return r===1&&(i=i[0]),a===1?i.map(function(o){return o[0]}):i}function Ga(e){return Tr(e)==="string"}function Tr(e){var t=Object.prototype.toString.call(e);return(t.match(/^\[object\s+(.*?)\]$/)[1]||"").toLowerCase()}function ai(e,t){e=+e,t=+t;var r=(Math.floor(e)+"").length;if(t>r)return+e.toFixed(t-r);var a=Math.pow(10,r-t);return Math.round(e/a)*a}function Lc(e){if(e){e=e.trim();var t=/^([a-z]+)\((.+?)\)$/i,r=/^-?[\d.]+$/,a=e.match(t);if(a){var n=[];return a[2].replace(/\/?\s*([-\w.]+(?:%|deg)?)/g,function(i,o){/%$/.test(o)?(o=new Number(o.slice(0,-1)/100),o.type="<percentage>"):/deg$/.test(o)?(o=new Number(+o.slice(0,-3)),o.type="<angle>",o.unit="deg"):r.test(o)&&(o=new Number(o),o.type="<number>"),i.startsWith("/")&&(o=o instanceof Number?o:new Number(o),o.alpha=!0),n.push(o)}),{name:a[1].toLowerCase(),rawName:a[1],rawArgs:a[2],args:n}}}}function Bc(e){return e[e.length-1]}function ni(e,t,r){return isNaN(e)?t:isNaN(t)?e:e+(t-e)*r}function $c(e,t,r){return(r-e)/(t-e)}function os(e,t,r){return ni(t[0],t[1],$c(e[0],e[1],r))}function qc(e){return e.map(function(t){return t.split("|").map(function(r){r=r.trim();var a=r.match(/^(<[a-z]+>)\[(-?[.\d]+),\s*(-?[.\d]+)\]?$/);if(a){var n=new String(a[1]);return n.range=[+a[2],+a[3]],n}return r})})}var py=Object.freeze({__proto__:null,isString:Ga,type:Tr,toPrecision:ai,parseFunction:Lc,last:Bc,interpolate:ni,interpolateInv:$c,mapRange:os,parseCoordGrammar:qc,multiplyMatrices:nt}),my=function(){function e(){Vt(this,e)}return Gt(e,[{key:"add",value:function(r,a,n){if(typeof arguments[0]!="string"){for(var r in arguments[0])this.add(r,arguments[0][r],arguments[1]);return}(Array.isArray(r)?r:[r]).forEach(function(i){this[i]=this[i]||[],a&&this[i][n?"unshift":"push"](a)},this)}},{key:"run",value:function(r,a){this[r]=this[r]||[],this[r].forEach(function(n){n.call(a&&a.context?a.context:a,a)})}}])}(),Fr=new my,ir={gamut_mapping:"lch.c",precision:5,deltaE:"76"},Xt={D50:[.3457/.3585,1,(1-.3457-.3585)/.3585],D65:[.3127/.329,1,(1-.3127-.329)/.329]};function ss(e){return Array.isArray(e)?e:Xt[e]}function ii(e,t,r){var a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(e=ss(e),t=ss(t),!e||!t)throw new TypeError("Missing white point to convert ".concat(e?"":"from").concat(!e&&!t?"/":"").concat(t?"":"to"));if(e===t)return r;var n={W1:e,W2:t,XYZ:r,options:a};if(Fr.run("chromatic-adaptation-start",n),n.M||(n.W1===Xt.D65&&n.W2===Xt.D50?n.M=[[1.0479298208405488,.022946793341019088,-.05019222954313557],[.029627815688159344,.990434484573249,-.01707382502938514],[-.009243058152591178,.015055144896577895,.7518742899580008]]:n.W1===Xt.D50&&n.W2===Xt.D65&&(n.M=[[.9554734527042182,-.023098536874261423,.0632593086610217],[-.028369706963208136,1.0099954580058226,.021041398966943008],[.012314001688319899,-.020507696433477912,1.3303659366080753]])),Fr.run("chromatic-adaptation-end",n),n.M)return nt(n.M,n.XYZ);throw new TypeError("Only Bradford CAT with white points D50 and D65 supported for now.")}var hy=75e-6,Zt=(k=new WeakSet,M=new WeakMap,function(){function e(t){var r,a,n,i,o,s,u;Vt(this,e),$l(this,k),xr(this,M,void 0),this.id=t.id,this.name=t.name,this.base=t.base?Zt.get(t.base):null,this.aliases=t.aliases,this.base&&(this.fromBase=t.fromBase,this.toBase=t.toBase);var l=(r=t.coords)!==null&&r!==void 0?r:this.base.coords;this.coords=l;var c=(a=(n=t.white)!==null&&n!==void 0?n:this.base.white)!==null&&a!==void 0?a:"D65";this.white=ss(c),this.formats=(i=t.formats)!==null&&i!==void 0?i:{};for(var d in this.formats){var m=this.formats[d];m.type||(m.type="function"),m.name||(m.name=d)}t.cssId&&!((o=this.formats.functions)!==null&&o!==void 0&&o.color)?(this.formats.color={id:t.cssId},Object.defineProperty(this,"cssId",{value:t.cssId})):(s=this.formats)!==null&&s!==void 0&&s.color&&!((u=this.formats)!==null&&u!==void 0&&u.color.id)&&(this.formats.color.id=this.id),this.referred=t.referred,_t(M,this,sa(k,this,vy).call(this).reverse()),Fr.run("colorspace-init-end",this)}return Gt(e,[{key:"inGamut",value:function(r){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=a.epsilon,i=n===void 0?hy:n;if(this.isPolar)return r=this.toBase(r),this.base.inGamut(r,{epsilon:i});var o=Object.values(this.coords);return r.every(function(s,u){var l=o[u];if(l.type!=="angle"&&l.range){if(Number.isNaN(s))return!0;var c=Q(l.range,2),d=c[0],m=c[1];return(d===void 0||s>=d-i)&&(m===void 0||s<=m+i)}return!0})}},{key:"cssId",get:function(){var r;return((r=this.formats.functions)===null||r===void 0||(r=r.color)===null||r===void 0?void 0:r.id)||this.id}},{key:"isPolar",get:function(){for(var r in this.coords)if(this.coords[r].type==="angle")return!0;return!1}},{key:"getFormat",value:function(r){if(B(r)==="object")return r=sa(k,this,jc).call(this,r),r;var a;return r==="default"?a=Object.values(this.formats)[0]:a=this.formats[r],a?(a=sa(k,this,jc).call(this,a),a):null}},{key:"to",value:function(r,a){if(arguments.length===1){var n=[r.space,r.coords];r=n[0],a=n[1]}if(r=Zt.get(r),this===r)return a;a=a.map(function(m){return Number.isNaN(m)?0:m});for(var i=Ht(M,this),o=Ht(M,r),s,u,l=0;l<i.length&&i[l]===o[l];l++)s=i[l],u=l;if(!s)throw new Error("Cannot convert between color spaces ".concat(this," and ").concat(r,": no connection space was found"));for(var c=i.length-1;c>u;c--)a=i[c].toBase(a);for(var d=u+1;d<o.length;d++)a=o[d].fromBase(a);return a}},{key:"from",value:function(r,a){if(arguments.length===1){var n=[r.space,r.coords];r=n[0],a=n[1]}return r=Zt.get(r),r.to(this,a)}},{key:"toString",value:function(){return"".concat(this.name," (").concat(this.id,")")}},{key:"getMinCoords",value:function(){var r=[];for(var a in this.coords){var n,i=this.coords[a],o=i.range||i.refRange;r.push((n=o==null?void 0:o.min)!==null&&n!==void 0?n:0)}return r}}],[{key:"all",get:function(){return de(new Set(Object.values(Zt.registry)))}},{key:"register",value:function(r,a){if(arguments.length===1&&(a=arguments[0],r=a.id),a=this.get(a),this.registry[r]&&this.registry[r]!==a)throw new Error("Duplicate color space registration: '".concat(r,"'"));if(this.registry[r]=a,arguments.length===1&&a.aliases){var n=je(a.aliases),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;this.register(o,a)}}catch(s){n.e(s)}finally{n.f()}}return a}},{key:"get",value:function(r){if(!r||r instanceof Zt)return r;var a=Tr(r);if(a==="string"){var n=Zt.registry[r.toLowerCase()];if(!n)throw new TypeError('No color space found with id = "'.concat(r,'"'));return n}for(var i=arguments.length,o=new Array(i>1?i-1:0),s=1;s<i;s++)o[s-1]=arguments[s];if(o.length)return Zt.get.apply(Zt,o);throw new TypeError("".concat(r," is not a valid color space"))}},{key:"resolveCoord",value:function(r,a){var n=Tr(r),i,o;if(n==="string")if(r.includes(".")){var s=r.split("."),u=Q(s,2);i=u[0],o=u[1]}else i=void 0,o=r;else if(Array.isArray(r)){var l=Q(r,2);i=l[0],o=l[1]}else i=r.space,o=r.coordId;if(i=Zt.get(i),i||(i=a),!i)throw new TypeError("Cannot resolve coordinate reference ".concat(r,": No color space specified and relative references are not allowed here"));if(n=Tr(o),n==="number"||n==="string"&&o>=0){var c=Object.entries(i.coords)[o];if(c)return Ae({space:i,id:c[0],index:o},c[1])}i=Zt.get(i);var d=o.toLowerCase(),m=0;for(var v in i.coords){var y,w=i.coords[v];if(v.toLowerCase()===d||((y=w.name)===null||y===void 0?void 0:y.toLowerCase())===d)return Ae({space:i,id:v,index:m},w);m++}throw new TypeError('No "'.concat(o,'" coordinate found in ').concat(i.name,". Its coordinates are: ").concat(Object.keys(i.coords).join(", ")))}}])}());function jc(e){if(e.coords&&!e.coordGrammar){e.type||(e.type="function"),e.name||(e.name="color"),e.coordGrammar=qc(e.coords);var t=Object.entries(this.coords).map(function(r,a){var n=Q(r,2);n[0];var i=n[1],o=e.coordGrammar[a][0],s=i.range||i.refRange,u=o.range,l="";return o=="<percentage>"?(u=[0,100],l="%"):o=="<angle>"&&(l="deg"),{fromRange:s,toRange:u,suffix:l}});e.serializeCoords=function(r,a){return r.map(function(n,i){var o=t[i],s=o.fromRange,u=o.toRange,l=o.suffix;return s&&u&&(n=os(s,u,n)),n=ai(n,a),l&&(n+=l),n})}}return e}function vy(){for(var e=[this],t=this;t=t.base;)e.push(t);return e}var fe=Zt;Gl(fe,"registry",{}),Gl(fe,"DEFAULT_FORMAT",{type:"functions",name:"color"});var Pt=new fe({id:"xyz-d65",name:"XYZ D65",coords:{x:{name:"X"},y:{name:"Y"},z:{name:"Z"}},white:"D65",formats:{color:{ids:["xyz-d65","xyz"]}},aliases:["xyz"]}),At=function(e){function t(r){var a,n;if(Vt(this,t),r.coords||(r.coords={r:{range:[0,1],name:"Red"},g:{range:[0,1],name:"Green"},b:{range:[0,1],name:"Blue"}}),r.base||(r.base=Pt),r.toXYZ_M&&r.fromXYZ_M){var i,o;(i=r.toBase)!==null&&i!==void 0||(r.toBase=function(s){var u=nt(r.toXYZ_M,s);return n.white!==n.base.white&&(u=ii(n.white,n.base.white,u)),u}),(o=r.fromBase)!==null&&o!==void 0||(r.fromBase=function(s){return s=ii(n.base.white,n.white,s),nt(r.fromXYZ_M,s)})}return(a=r.referred)!==null&&a!==void 0||(r.referred="display"),n=Be(this,t,[r])}return qn(t,e),Gt(t)}(fe);function zc(e){var t,r={str:(t=String(e))===null||t===void 0?void 0:t.trim()};if(Fr.run("parse-start",r),r.color)return r.color;if(r.parsed=Lc(r.str),r.parsed){var a=r.parsed.name;if(a==="color"){var n=r.parsed.args.shift(),i=r.parsed.rawArgs.indexOf("/")>0?r.parsed.args.pop():1,o=je(fe.all),s;try{var u=function(){var X=s.value,L=X.getFormat("color");if(L){var H;if(n===L.id||(H=L.ids)!==null&&H!==void 0&&H.includes(n)){var W=Object.keys(X.coords).length,Z=Array(W).fill(0);return Z.forEach(function(le,ve){return Z[ve]=r.parsed.args[ve]||0}),{v:{spaceId:X.id,coords:Z,alpha:i}}}}},l;for(o.s();!(s=o.n()).done;)if(l=u(),l)return l.v}catch($){o.e($)}finally{o.f()}var c="";if(n in fe.registry){var d,m=(d=fe.registry[n].formats)===null||d===void 0||(d=d.functions)===null||d===void 0||(d=d.color)===null||d===void 0?void 0:d.id;m&&(c="Did you mean color(".concat(m,")?"))}throw new TypeError("Cannot parse color(".concat(n,"). ")+(c||"Missing a plugin?"))}else{var v=je(fe.all),y;try{var w=function(){var X=y.value,L=X.getFormat(a);if(L&&L.type==="function"){var H=1;(L.lastAlpha||Bc(r.parsed.args).alpha)&&(H=r.parsed.args.pop());var W=r.parsed.args;return L.coordGrammar&&Object.entries(X.coords).forEach(function(Z,le){var ve,ae=Q(Z,2),pe=ae[0],G=ae[1],se=L.coordGrammar[le],F=(ve=W[le])===null||ve===void 0?void 0:ve.type;if(se=se.find(function(he){return he==F}),!se){var J=G.name||pe;throw new TypeError("".concat(F," not allowed for ").concat(J," in ").concat(a,"()"))}var j=se.range;F==="<percentage>"&&(j||(j=[0,1]));var ee=G.range||G.refRange;j&&ee&&(W[le]=os(j,ee,W[le]))}),{v:{spaceId:X.id,coords:W,alpha:H}}}},E;for(v.s();!(y=v.n()).done;)if(E=w(),E)return E.v}catch($){v.e($)}finally{v.f()}}}else{var _=je(fe.all),x;try{for(_.s();!(x=_.n()).done;){var C=x.value;for(var R in C.formats){var T=C.formats[R];if(T.type==="custom"&&!(T.test&&!T.test(r.str))){var O=T.parse(r.str);if(O){var P;return(P=O.alpha)!==null&&P!==void 0||(O.alpha=1),O}}}}}catch($){_.e($)}finally{_.f()}}throw new TypeError("Could not parse ".concat(e," as a color. Missing a plugin?"))}function Me(e){if(!e)throw new TypeError("Empty color reference");Ga(e)&&(e=zc(e));var t=e.space||e.spaceId;return t instanceof fe||(e.space=fe.get(t)),e.alpha===void 0&&(e.alpha=1),e}function Ua(e,t){return t=fe.get(t),t.from(e)}function Lt(e,t){var r=fe.resolveCoord(t,e.space),a=r.space,n=r.index,i=Ua(e,a);return i[n]}function Hc(e,t,r){return t=fe.get(t),e.coords=t.to(e.space,r),e}function Sr(e,t,r){if(e=Me(e),arguments.length===2&&Tr(arguments[1])==="object"){var a=arguments[1];for(var n in a)Sr(e,n,a[n])}else{typeof r=="function"&&(r=r(Lt(e,t)));var i=fe.resolveCoord(t,e.space),o=i.space,s=i.index,u=Ua(e,o);u[s]=r,Hc(e,o,u)}return e}var us=new fe({id:"xyz-d50",name:"XYZ D50",white:"D50",base:Pt,fromBase:function(t){return ii(Pt.white,"D50",t)},toBase:function(t){return ii("D50",Pt.white,t)},formats:{color:{}}}),gy=216/24389,Vc=24/116,oi=24389/27,ls=Xt.D50,Tt=new fe({id:"lab",name:"Lab",coords:{l:{refRange:[0,100],name:"L"},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:ls,base:us,fromBase:function(t){var r=t.map(function(n,i){return n/ls[i]}),a=r.map(function(n){return n>gy?Math.cbrt(n):(oi*n+16)/116});return[116*a[1]-16,500*(a[0]-a[1]),200*(a[1]-a[2])]},toBase:function(t){var r=[];r[1]=(t[0]+16)/116,r[0]=t[1]/500+r[1],r[2]=r[1]-t[2]/200;var a=[r[0]>Vc?Math.pow(r[0],3):(116*r[0]-16)/oi,t[0]>8?Math.pow((t[0]+16)/116,3):t[0]/oi,r[2]>Vc?Math.pow(r[2],3):(116*r[2]-16)/oi];return a.map(function(n,i){return n*ls[i]})},formats:{lab:{coords:["<number> | <percentage>","<number>","<number>"]}}});function si(e){return(e%360+360)%360}function by(e,t){if(e==="raw")return t;var r=t.map(si),a=Q(r,2),n=a[0],i=a[1],o=i-n;return e==="increasing"?o<0&&(i+=360):e==="decreasing"?o>0&&(n+=360):e==="longer"?-180<o&&o<180&&(o>0?i+=360:n+=360):e==="shorter"&&(o>180?n+=360:o<-180&&(i+=360)),[n,i]}var Wa=new fe({id:"lch",name:"LCH",coords:{l:{refRange:[0,100],name:"Lightness"},c:{refRange:[0,150],name:"Chroma"},h:{refRange:[0,360],type:"angle",name:"Hue"}},base:Tt,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o,s=.02;return Math.abs(n)<s&&Math.abs(i)<s?o=NaN:o=Math.atan2(i,n)*180/Math.PI,[a,Math.sqrt(Math.pow(n,2)+Math.pow(i,2)),si(o)]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2];return n<0&&(n=0),isNaN(i)&&(i=0),[a,n*Math.cos(i*Math.PI/180),n*Math.sin(i*Math.PI/180)]},formats:{lch:{coords:["<number> | <percentage>","<number>","<number> | <angle>"]}}}),Gc=Math.pow(25,7),ui=Math.PI,Uc=180/ui,da=ui/180;function cs(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=r.kL,n=a===void 0?1:a,i=r.kC,o=i===void 0?1:i,s=r.kH,u=s===void 0?1:s,l=Tt.from(e),c=Q(l,3),d=c[0],m=c[1],v=c[2],y=Wa.from(Tt,[d,m,v])[1],w=Tt.from(t),E=Q(w,3),_=E[0],x=E[1],C=E[2],R=Wa.from(Tt,[_,x,C])[1];y<0&&(y=0),R<0&&(R=0);var T=(y+R)/2,O=Math.pow(T,7),P=.5*(1-Math.sqrt(O/(O+Gc))),$=(1+P)*m,X=(1+P)*x,L=Math.sqrt(Math.pow($,2)+Math.pow(v,2)),H=Math.sqrt(Math.pow(X,2)+Math.pow(C,2)),W=$===0&&v===0?0:Math.atan2(v,$),Z=X===0&&C===0?0:Math.atan2(C,X);W<0&&(W+=2*ui),Z<0&&(Z+=2*ui),W*=Uc,Z*=Uc;var le=_-d,ve=H-L,ae=Z-W,pe=W+Z,G=Math.abs(ae),se;L*H===0?se=0:G<=180?se=ae:ae>180?se=ae-360:ae<-180?se=ae+360:console.log("the unthinkable has happened");var F=2*Math.sqrt(H*L)*Math.sin(se*da/2),J=(d+_)/2,j=(L+H)/2,ee=Math.pow(j,7),he;L*H===0?he=pe:G<=180?he=pe/2:pe<360?he=(pe+360)/2:he=(pe-360)/2;var re=Math.pow(J-50,2),ie=1+.015*re/Math.sqrt(20+re),Fe=1+.045*j,Pe=1;Pe-=.17*Math.cos((he-30)*da),Pe+=.24*Math.cos(2*he*da),Pe+=.32*Math.cos((3*he+6)*da),Pe-=.2*Math.cos((4*he-63)*da);var He=1+.015*j*Pe,et=30*Math.exp(-1*Math.pow((he-275)/25,2)),st=2*Math.sqrt(ee/(ee+Gc)),ot=-1*Math.sin(2*et*da)*st,Ue=Math.pow(le/(n*ie),2);return Ue+=Math.pow(ve/(o*Fe),2),Ue+=Math.pow(F/(u*He),2),Ue+=ot*(ve/(o*Fe))*(F/(u*He)),Math.sqrt(Ue)}var yy=75e-6;function Ya(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:e.space,r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=r.epsilon,n=a===void 0?yy:a;e=Me(e),t=fe.get(t);var i=e.coords;return t!==e.space&&(i=t.from(e)),t.inGamut(i,{epsilon:n})}function Ka(e){return{space:e.space,coords:e.coords.slice(),alpha:e.alpha}}function kr(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.method,a=r===void 0?ir.gamut_mapping:r,n=t.space,i=n===void 0?e.space:n;if(Ga(arguments[1])&&(i=arguments[1]),i=fe.get(i),Ya(e,i,{epsilon:0}))return e;var o=Bt(e,i);if(a!=="clip"&&!Ya(e,i)){var s=kr(Ka(o),{method:"clip",space:i});if(cs(e,s)>2){for(var u=fe.resolveCoord(a),l=u.space,c=u.id,d=Bt(o,l),m=u.range||u.refRange,v=m[0],y=.01,w=v,E=Lt(d,c);E-w>y;){var _=Ka(d);_=kr(_,{space:i,method:"clip"});var x=cs(d,_);x-2<y?w=Lt(d,c):E=Lt(d,c),Sr(d,c,(w+E)/2)}o=Bt(d,i)}else o=s}if(a==="clip"||!Ya(o,i,{epsilon:0})){var C=Object.values(i.coords).map(function(R){return R.range||[]});o.coords=o.coords.map(function(R,T){var O=Q(C[T],2),P=O[0],$=O[1];return P!==void 0&&(R=Math.max(P,R)),$!==void 0&&(R=Math.min(R,$)),R})}return i!==e.space&&(o=Bt(o,e.space)),e.coords=o.coords,e}kr.returns="color";function Bt(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=r.inGamut;e=Me(e),t=fe.get(t);var n=t.from(e),i={space:t,coords:n,alpha:e.alpha};return a&&(i=kr(i)),i}Bt.returns="color";function li(e){var t,r,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=a.precision,i=n===void 0?ir.precision:n,o=a.format,s=o===void 0?"default":o,u=a.inGamut,l=u===void 0?!0:u,c=Te(a,S),d;e=Me(e);var m=s;s=(t=(r=e.space.getFormat(s))!==null&&r!==void 0?r:e.space.getFormat("default"))!==null&&t!==void 0?t:fe.DEFAULT_FORMAT,l||(l=s.toGamut);var v=e.coords;if(v=v.map(function(R){return R||0}),l&&!Ya(e)&&(v=kr(Ka(e),l===!0?void 0:l).coords),s.type==="custom")if(c.precision=i,s.serialize)d=s.serialize(v,e.alpha,c);else throw new TypeError("format ".concat(m," can only be used to parse colors, not for serialization"));else{var y=s.name||"color";s.serializeCoords?v=s.serializeCoords(v,i):i!==null&&(v=v.map(function(R){return ai(R,i)}));var w=de(v);if(y==="color"){var E,_=s.id||((E=s.ids)===null||E===void 0?void 0:E[0])||e.space.id;w.unshift(_)}var x=e.alpha;i!==null&&(x=ai(x,i));var C=e.alpha<1&&!s.noAlpha?"".concat(s.commas?",":" /"," ").concat(x):"";d="".concat(y,"(").concat(w.join(s.commas?", ":" ")).concat(C,")")}return d}var wy=[[.6369580483012914,.14461690358620832,.1688809751641721],[.2627002120112671,.6779980715188708,.05930171646986196],[0,.028072693049087428,1.060985057710791]],Dy=[[1.716651187971268,-.355670783776392,-.25336628137366],[-.666684351832489,1.616481236634939,.0157685458139111],[.017639857445311,-.042770613257809,.942103121235474]],ci=new At({id:"rec2020-linear",name:"Linear REC.2020",white:"D65",toXYZ_M:wy,fromXYZ_M:Dy,formats:{color:{}}}),di=1.09929682680944,Wc=.018053968510807,Yc=new At({id:"rec2020",name:"REC.2020",base:ci,toBase:function(t){return t.map(function(r){return r<Wc*4.5?r/4.5:Math.pow((r+di-1)/di,1/.45)})},fromBase:function(t){return t.map(function(r){return r>=Wc?di*Math.pow(r,.45)-(di-1):4.5*r})},formats:{color:{}}}),Ey=[[.4865709486482162,.26566769316909306,.1982172852343625],[.2289745640697488,.6917385218365064,.079286914093745],[0,.04511338185890264,1.043944368900976]],_y=[[2.493496911941425,-.9313836179191239,-.40271078445071684],[-.8294889695615747,1.7626640603183463,.023624685841943577],[.03584583024378447,-.07617238926804182,.9568845240076872]],Kc=new At({id:"p3-linear",name:"Linear P3",white:"D65",toXYZ_M:Ey,fromXYZ_M:_y}),xy=[[.41239079926595934,.357584339383878,.1804807884018343],[.21263900587151027,.715168678767756,.07219231536073371],[.01933081871559182,.11919477979462598,.9505321522496607]],Ay=[[3.2409699419045226,-1.537383177570094,-.4986107602930034],[-.9692436362808796,1.8759675015077202,.04155505740717559],[.05563007969699366,-.20397695888897652,1.0569715142428786]],Xc=new At({id:"srgb-linear",name:"Linear sRGB",white:"D65",toXYZ_M:xy,fromXYZ_M:Ay,formats:{color:{}}}),Zc={aliceblue:[240/255,248/255,1],antiquewhite:[250/255,235/255,215/255],aqua:[0,1,1],aquamarine:[127/255,1,212/255],azure:[240/255,1,1],beige:[245/255,245/255,220/255],bisque:[1,228/255,196/255],black:[0,0,0],blanchedalmond:[1,235/255,205/255],blue:[0,0,1],blueviolet:[138/255,43/255,226/255],brown:[165/255,42/255,42/255],burlywood:[222/255,184/255,135/255],cadetblue:[95/255,158/255,160/255],chartreuse:[127/255,1,0],chocolate:[210/255,105/255,30/255],coral:[1,127/255,80/255],cornflowerblue:[100/255,149/255,237/255],cornsilk:[1,248/255,220/255],crimson:[220/255,20/255,60/255],cyan:[0,1,1],darkblue:[0,0,139/255],darkcyan:[0,139/255,139/255],darkgoldenrod:[184/255,134/255,11/255],darkgray:[169/255,169/255,169/255],darkgreen:[0,100/255,0],darkgrey:[169/255,169/255,169/255],darkkhaki:[189/255,183/255,107/255],darkmagenta:[139/255,0,139/255],darkolivegreen:[85/255,107/255,47/255],darkorange:[1,140/255,0],darkorchid:[153/255,50/255,204/255],darkred:[139/255,0,0],darksalmon:[233/255,150/255,122/255],darkseagreen:[143/255,188/255,143/255],darkslateblue:[72/255,61/255,139/255],darkslategray:[47/255,79/255,79/255],darkslategrey:[47/255,79/255,79/255],darkturquoise:[0,206/255,209/255],darkviolet:[148/255,0,211/255],deeppink:[1,20/255,147/255],deepskyblue:[0,191/255,1],dimgray:[105/255,105/255,105/255],dimgrey:[105/255,105/255,105/255],dodgerblue:[30/255,144/255,1],firebrick:[178/255,34/255,34/255],floralwhite:[1,250/255,240/255],forestgreen:[34/255,139/255,34/255],fuchsia:[1,0,1],gainsboro:[220/255,220/255,220/255],ghostwhite:[248/255,248/255,1],gold:[1,215/255,0],goldenrod:[218/255,165/255,32/255],gray:[128/255,128/255,128/255],green:[0,128/255,0],greenyellow:[173/255,1,47/255],grey:[128/255,128/255,128/255],honeydew:[240/255,1,240/255],hotpink:[1,105/255,180/255],indianred:[205/255,92/255,92/255],indigo:[75/255,0,130/255],ivory:[1,1,240/255],khaki:[240/255,230/255,140/255],lavender:[230/255,230/255,250/255],lavenderblush:[1,240/255,245/255],lawngreen:[124/255,252/255,0],lemonchiffon:[1,250/255,205/255],lightblue:[173/255,216/255,230/255],lightcoral:[240/255,128/255,128/255],lightcyan:[224/255,1,1],lightgoldenrodyellow:[250/255,250/255,210/255],lightgray:[211/255,211/255,211/255],lightgreen:[144/255,238/255,144/255],lightgrey:[211/255,211/255,211/255],lightpink:[1,182/255,193/255],lightsalmon:[1,160/255,122/255],lightseagreen:[32/255,178/255,170/255],lightskyblue:[135/255,206/255,250/255],lightslategray:[119/255,136/255,153/255],lightslategrey:[119/255,136/255,153/255],lightsteelblue:[176/255,196/255,222/255],lightyellow:[1,1,224/255],lime:[0,1,0],limegreen:[50/255,205/255,50/255],linen:[250/255,240/255,230/255],magenta:[1,0,1],maroon:[128/255,0,0],mediumaquamarine:[102/255,205/255,170/255],mediumblue:[0,0,205/255],mediumorchid:[186/255,85/255,211/255],mediumpurple:[147/255,112/255,219/255],mediumseagreen:[60/255,179/255,113/255],mediumslateblue:[123/255,104/255,238/255],mediumspringgreen:[0,250/255,154/255],mediumturquoise:[72/255,209/255,204/255],mediumvioletred:[199/255,21/255,133/255],midnightblue:[25/255,25/255,112/255],mintcream:[245/255,1,250/255],mistyrose:[1,228/255,225/255],moccasin:[1,228/255,181/255],navajowhite:[1,222/255,173/255],navy:[0,0,128/255],oldlace:[253/255,245/255,230/255],olive:[128/255,128/255,0],olivedrab:[107/255,142/255,35/255],orange:[1,165/255,0],orangered:[1,69/255,0],orchid:[218/255,112/255,214/255],palegoldenrod:[238/255,232/255,170/255],palegreen:[152/255,251/255,152/255],paleturquoise:[175/255,238/255,238/255],palevioletred:[219/255,112/255,147/255],papayawhip:[1,239/255,213/255],peachpuff:[1,218/255,185/255],peru:[205/255,133/255,63/255],pink:[1,192/255,203/255],plum:[221/255,160/255,221/255],powderblue:[176/255,224/255,230/255],purple:[128/255,0,128/255],rebeccapurple:[102/255,51/255,153/255],red:[1,0,0],rosybrown:[188/255,143/255,143/255],royalblue:[65/255,105/255,225/255],saddlebrown:[139/255,69/255,19/255],salmon:[250/255,128/255,114/255],sandybrown:[244/255,164/255,96/255],seagreen:[46/255,139/255,87/255],seashell:[1,245/255,238/255],sienna:[160/255,82/255,45/255],silver:[192/255,192/255,192/255],skyblue:[135/255,206/255,235/255],slateblue:[106/255,90/255,205/255],slategray:[112/255,128/255,144/255],slategrey:[112/255,128/255,144/255],snow:[1,250/255,250/255],springgreen:[0,1,127/255],steelblue:[70/255,130/255,180/255],tan:[210/255,180/255,140/255],teal:[0,128/255,128/255],thistle:[216/255,191/255,216/255],tomato:[1,99/255,71/255],turquoise:[64/255,224/255,208/255],violet:[238/255,130/255,238/255],wheat:[245/255,222/255,179/255],white:[1,1,1],whitesmoke:[245/255,245/255,245/255],yellow:[1,1,0],yellowgreen:[154/255,205/255,50/255]},Qc=Array(3).fill("<percentage> | <number>[0, 255]"),Jc=Array(3).fill("<number>[0, 255]"),Xa=new At({id:"srgb",name:"sRGB",base:Xc,fromBase:function(t){return t.map(function(r){var a=r<0?-1:1,n=r*a;return n>.0031308?a*(1.055*Math.pow(n,1/2.4)-.055):12.92*r})},toBase:function(t){return t.map(function(r){var a=r<0?-1:1,n=r*a;return n<.04045?r/12.92:a*Math.pow((n+.055)/1.055,2.4)})},formats:{rgb:{coords:Qc},rgb_number:{name:"rgb",commas:!0,coords:Jc,noAlpha:!0},color:{},rgba:{coords:Qc,commas:!0,lastAlpha:!0},rgba_number:{name:"rgba",commas:!0,coords:Jc},hex:{type:"custom",toGamut:!0,test:function(t){return/^#([a-f0-9]{3,4}){1,2}$/i.test(t)},parse:function(t){t.length<=5&&(t=t.replace(/[a-f0-9]/gi,"$&$&"));var r=[];return t.replace(/[a-f0-9]{2}/gi,function(a){r.push(parseInt(a,16)/255)}),{spaceId:"srgb",coords:r.slice(0,3),alpha:r.slice(3)[0]}},serialize:function(t,r){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=a.collapse,i=n===void 0?!0:n;r<1&&t.push(r),t=t.map(function(u){return Math.round(u*255)});var o=i&&t.every(function(u){return u%17===0}),s=t.map(function(u){return o?(u/17).toString(16):u.toString(16).padStart(2,"0")}).join("");return"#"+s}},keyword:{type:"custom",test:function(t){return/^[a-z]+$/i.test(t)},parse:function(t){t=t.toLowerCase();var r={spaceId:"srgb",coords:null,alpha:1};if(t==="transparent"?(r.coords=Zc.black,r.alpha=0):r.coords=Zc[t],r.coords)return r}}}}),ed=new At({id:"p3",name:"P3",base:Kc,fromBase:Xa.fromBase,toBase:Xa.toBase,formats:{color:{id:"display-p3"}}});if(ir.display_space=Xa,typeof CSS<"u"&&(V=CSS)!==null&&V!==void 0&&V.supports)for(var ds=0,td=[Tt,Yc,ed];ds<td.length;ds++){var fs=td[ds],Cy=fs.getMinCoords(),Ry={space:fs,coords:Cy,alpha:1},Ty=li(Ry);if(CSS.supports("color",Ty)){ir.display_space=fs;break}}function Fy(e){var t,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=r.space,n=a===void 0?ir.display_space:a,i=Te(r,I),o=li(e,i);if(typeof CSS>"u"||(t=CSS)!==null&&t!==void 0&&t.supports("color",o)||!ir.display_space)o=new String(o),o.color=e;else{var s=Bt(e,n);o=new String(li(s,i)),o.color=s}return o}function rd(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"lab";r=fe.get(r);var a=r.from(e),n=r.from(t);return Math.sqrt(a.reduce(function(i,o,s){var u=n[s];return isNaN(o)||isNaN(u)?i:i+Math.pow(u-o,2)},0))}function Sy(e,t){return e=Me(e),t=Me(t),e.space===t.space&&e.alpha===t.alpha&&e.coords.every(function(r,a){return r===t.coords[a]})}function Or(e){return Lt(e,[Pt,"y"])}function ad(e,t){Sr(e,[Pt,"y"],t)}function ky(e){Object.defineProperty(e.prototype,"luminance",{get:function(){return Or(this)},set:function(r){ad(this,r)}})}var Oy=Object.freeze({__proto__:null,getLuminance:Or,setLuminance:ad,register:ky});function Iy(e,t){e=Me(e),t=Me(t);var r=Math.max(Or(e),0),a=Math.max(Or(t),0);if(a>r){var n=[a,r];r=n[0],a=n[1]}return(r+.05)/(a+.05)}var Ny=.56,My=.57,Py=.62,Ly=.65,nd=.022,By=1.414,$y=.1,qy=5e-4,jy=1.14,id=.027,zy=1.14;function od(e){return e>=nd?e:e+Math.pow(nd-e,By)}function fa(e){var t=e<0?-1:1,r=Math.abs(e);return t*Math.pow(r,2.4)}function Hy(e,t){t=Me(t),e=Me(e);var r,a,n,i,o,s;t=Bt(t,"srgb");var u=Q(t.coords,3);i=u[0],o=u[1],s=u[2];var l=fa(i)*.2126729+fa(o)*.7151522+fa(s)*.072175;e=Bt(e,"srgb");var c=Q(e.coords,3);i=c[0],o=c[1],s=c[2];var d=fa(i)*.2126729+fa(o)*.7151522+fa(s)*.072175,m=od(l),v=od(d),y=v>m;return Math.abs(v-m)<qy?a=0:y?(r=Math.pow(v,Ny)-Math.pow(m,My),a=r*jy):(r=Math.pow(v,Ly)-Math.pow(m,Py),a=r*zy),Math.abs(a)<$y?n=0:a>0?n=a-id:n=a+id,n*100}function Vy(e,t){e=Me(e),t=Me(t);var r=Math.max(Or(e),0),a=Math.max(Or(t),0);if(a>r){var n=[a,r];r=n[0],a=n[1]}var i=r+a;return i===0?0:(r-a)/i}var Gy=5e4;function Uy(e,t){e=Me(e),t=Me(t);var r=Math.max(Or(e),0),a=Math.max(Or(t),0);if(a>r){var n=[a,r];r=n[0],a=n[1]}return a===0?Gy:(r-a)/a}function Wy(e,t){e=Me(e),t=Me(t);var r=Lt(e,[Tt,"l"]),a=Lt(t,[Tt,"l"]);return Math.abs(r-a)}var Yy=216/24389,sd=24/116,fi=24389/27,ps=Xt.D65,ms=new fe({id:"lab-d65",name:"Lab D65",coords:{l:{refRange:[0,100],name:"L"},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:ps,base:Pt,fromBase:function(t){var r=t.map(function(n,i){return n/ps[i]}),a=r.map(function(n){return n>Yy?Math.cbrt(n):(fi*n+16)/116});return[116*a[1]-16,500*(a[0]-a[1]),200*(a[1]-a[2])]},toBase:function(t){var r=[];r[1]=(t[0]+16)/116,r[0]=t[1]/500+r[1],r[2]=r[1]-t[2]/200;var a=[r[0]>sd?Math.pow(r[0],3):(116*r[0]-16)/fi,t[0]>8?Math.pow((t[0]+16)/116,3):t[0]/fi,r[2]>sd?Math.pow(r[2],3):(116*r[2]-16)/fi];return a.map(function(n,i){return n*ps[i]})},formats:{"lab-d65":{coords:["<number> | <percentage>","<number>","<number>"]}}}),hs=Math.pow(5,.5)*.5+.5;function Ky(e,t){e=Me(e),t=Me(t);var r=Lt(e,[ms,"l"]),a=Lt(t,[ms,"l"]),n=Math.abs(Math.pow(r,hs)-Math.pow(a,hs)),i=Math.pow(n,1/hs)*Math.SQRT2-40;return i<7.5?0:i}var pi=Object.freeze({__proto__:null,contrastWCAG21:Iy,contrastAPCA:Hy,contrastMichelson:Vy,contrastWeber:Uy,contrastLstar:Wy,contrastDeltaPhi:Ky});function Xy(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};Ga(r)&&(r={algorithm:r});var a=r,n=a.algorithm,i=Te(a,Y);if(!n){var o=Object.keys(pi).map(function(u){return u.replace(/^contrast/,"")}).join(", ");throw new TypeError("contrast() function needs a contrast algorithm. Please specify one of: ".concat(o))}e=Me(e),t=Me(t);for(var s in pi)if("contrast"+n.toLowerCase()===s.toLowerCase())return pi[s](e,t,i);throw new TypeError("Unknown contrast algorithm: ".concat(n))}function ud(e){var t=Ua(e,Pt),r=Q(t,3),a=r[0],n=r[1],i=r[2],o=a+15*n+3*i;return[4*a/o,9*n/o]}function ld(e){var t=Ua(e,Pt),r=Q(t,3),a=r[0],n=r[1],i=r[2],o=a+n+i;return[a/o,n/o]}function Zy(e){Object.defineProperty(e.prototype,"uv",{get:function(){return ud(this)}}),Object.defineProperty(e.prototype,"xy",{get:function(){return ld(this)}})}var Qy=Object.freeze({__proto__:null,uv:ud,xy:ld,register:Zy});function Jy(e,t){return rd(e,t,"lab")}var e0=Math.PI,cd=e0/180;function t0(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=r.l,n=a===void 0?2:a,i=r.c,o=i===void 0?1:i,s=Tt.from(e),u=Q(s,3),l=u[0],c=u[1],d=u[2],m=Wa.from(Tt,[l,c,d]),v=Q(m,3),y=v[1],w=v[2],E=Tt.from(t),_=Q(E,3),x=_[0],C=_[1],R=_[2],T=Wa.from(Tt,[x,C,R])[1];y<0&&(y=0),T<0&&(T=0);var O=l-x,P=y-T,$=c-C,X=d-R,L=Math.pow($,2)+Math.pow(X,2)-Math.pow(P,2),H=.511;l>=16&&(H=.040975*l/(1+.01765*l));var W=.0638*y/(1+.0131*y)+.638,Z;Number.isNaN(w)&&(w=0),w>=164&&w<=345?Z=.56+Math.abs(.2*Math.cos((w+168)*cd)):Z=.36+Math.abs(.4*Math.cos((w+35)*cd));var le=Math.pow(y,4),ve=Math.sqrt(le/(le+1900)),ae=W*(ve*Z+1-ve),pe=Math.pow(O/(n*H),2);return pe+=Math.pow(P/(o*W),2),pe+=L/Math.pow(ae,2),Math.sqrt(pe)}var dd=203,vs=new fe({id:"xyz-abs-d65",name:"Absolute XYZ D65",coords:{x:{refRange:[0,9504.7],name:"Xa"},y:{refRange:[0,1e4],name:"Ya"},z:{refRange:[0,10888.3],name:"Za"}},base:Pt,fromBase:function(t){return t.map(function(r){return Math.max(r*dd,0)})},toBase:function(t){return t.map(function(r){return Math.max(r/dd,0)})}}),mi=1.15,hi=.66,fd=2610/Math.pow(2,14),r0=Math.pow(2,14)/2610,pd=3424/Math.pow(2,12),md=2413/Math.pow(2,7),hd=2392/Math.pow(2,7),a0=1.7*2523/Math.pow(2,5),vd=Math.pow(2,5)/(1.7*2523),vi=-.56,gs=16295499532821565e-27,n0=[[.41478972,.579999,.014648],[-.20151,1.120649,.0531008],[-.0166008,.2648,.6684799]],i0=[[1.9242264357876067,-1.0047923125953657,.037651404030618],[.35031676209499907,.7264811939316552,-.06538442294808501],[-.09098281098284752,-.3127282905230739,1.5227665613052603]],o0=[[.5,.5,0],[3.524,-4.066708,.542708],[.199076,1.096799,-1.295875]],s0=[[1,.1386050432715393,.05804731615611886],[.9999999999999999,-.1386050432715393,-.05804731615611886],[.9999999999999998,-.09601924202631895,-.8118918960560388]],gd=new fe({id:"jzazbz",name:"Jzazbz",coords:{jz:{refRange:[0,1],name:"Jz"},az:{refRange:[-.5,.5]},bz:{refRange:[-.5,.5]}},base:vs,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o=mi*a-(mi-1)*i,s=hi*n-(hi-1)*a,u=nt(n0,[o,s,i]),l=u.map(function(E){var _=pd+md*Math.pow(E/1e4,fd),x=1+hd*Math.pow(E/1e4,fd);return Math.pow(_/x,a0)}),c=nt(o0,l),d=Q(c,3),m=d[0],v=d[1],y=d[2],w=(1+vi)*m/(1+vi*m)-gs;return[w,v,y]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o=(a+gs)/(1+vi-vi*(a+gs)),s=nt(s0,[o,n,i]),u=s.map(function(E){var _=pd-Math.pow(E,vd),x=hd*Math.pow(E,vd)-md,C=1e4*Math.pow(_/x,r0);return C}),l=nt(i0,u),c=Q(l,3),d=c[0],m=c[1],v=c[2],y=(d+(mi-1)*v)/mi,w=(m+(hi-1)*y)/hi;return[y,w,v]},formats:{color:{}}}),bs=new fe({id:"jzczhz",name:"JzCzHz",coords:{jz:{refRange:[0,1],name:"Jz"},cz:{refRange:[0,1],name:"Chroma"},hz:{refRange:[0,360],type:"angle",name:"Hue"}},base:gd,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o,s=2e-4;return Math.abs(n)<s&&Math.abs(i)<s?o=NaN:o=Math.atan2(i,n)*180/Math.PI,[a,Math.sqrt(Math.pow(n,2)+Math.pow(i,2)),si(o)]},toBase:function(t){return[t[0],t[1]*Math.cos(t[2]*Math.PI/180),t[1]*Math.sin(t[2]*Math.PI/180)]},formats:{color:{}}});function u0(e,t){var r=bs.from(e),a=Q(r,3),n=a[0],i=a[1],o=a[2],s=bs.from(t),u=Q(s,3),l=u[0],c=u[1],d=u[2],m=n-l,v=i-c;Number.isNaN(o)&&Number.isNaN(d)?(o=0,d=0):Number.isNaN(o)?o=d:Number.isNaN(d)&&(d=o);var y=o-d,w=2*Math.sqrt(i*c)*Math.sin(y/2*(Math.PI/180));return Math.sqrt(Math.pow(m,2)+Math.pow(v,2)+Math.pow(w,2))}var bd=3424/4096,yd=2413/128,wd=2392/128,Dd=2610/16384,l0=2523/32,c0=16384/2610,Ed=32/2523,d0=[[.3592,.6976,-.0358],[-.1922,1.1004,.0755],[.007,.0749,.8434]],f0=[[2048/4096,2048/4096,0],[6610/4096,-13613/4096,7003/4096],[17933/4096,-17390/4096,-543/4096]],p0=[[.9999888965628402,.008605050147287059,.11103437159861648],[1.00001110343716,-.008605050147287059,-.11103437159861648],[1.0000320633910054,.56004913547279,-.3206339100541203]],m0=[[2.0701800566956137,-1.326456876103021,.20661600684785517],[.3649882500326575,.6804673628522352,-.04542175307585323],[-.04959554223893211,-.04942116118675749,1.1879959417328034]],ys=new fe({id:"ictcp",name:"ICTCP",coords:{i:{refRange:[0,1],name:"I"},ct:{refRange:[-.5,.5],name:"CT"},cp:{refRange:[-.5,.5],name:"CP"}},base:vs,fromBase:function(t){var r=nt(d0,t);return h0(r)},toBase:function(t){var r=v0(t);return nt(m0,r)},formats:{color:{}}});function h0(e){var t=e.map(function(r){var a=bd+yd*Math.pow(r/1e4,Dd),n=1+wd*Math.pow(r/1e4,Dd);return Math.pow(a/n,l0)});return nt(f0,t)}function v0(e){var t=nt(p0,e),r=t.map(function(a){var n=Math.max(Math.pow(a,Ed)-bd,0),i=yd-wd*Math.pow(a,Ed);return 1e4*Math.pow(n/i,c0)});return r}function g0(e,t){var r=ys.from(e),a=Q(r,3),n=a[0],i=a[1],o=a[2],s=ys.from(t),u=Q(s,3),l=u[0],c=u[1],d=u[2];return 720*Math.sqrt(Math.pow(n-l,2)+.25*Math.pow(i-c,2)+Math.pow(o-d,2))}var b0=[[.8190224432164319,.3619062562801221,-.12887378261216414],[.0329836671980271,.9292868468965546,.03614466816999844],[.048177199566046255,.26423952494422764,.6335478258136937]],y0=[[1.2268798733741557,-.5578149965554813,.28139105017721583],[-.04057576262431372,1.1122868293970594,-.07171106666151701],[-.07637294974672142,-.4214933239627914,1.5869240244272418]],w0=[[.2104542553,.793617785,-.0040720468],[1.9779984951,-2.428592205,.4505937099],[.0259040371,.7827717662,-.808675766]],D0=[[.9999999984505198,.39633779217376786,.2158037580607588],[1.0000000088817609,-.10556134232365635,-.06385417477170591],[1.0000000546724108,-.08948418209496575,-1.2914855378640917]],gi=new fe({id:"oklab",name:"OKLab",coords:{l:{refRange:[0,1],name:"L"},a:{refRange:[-.4,.4]},b:{refRange:[-.4,.4]}},white:"D65",base:Pt,fromBase:function(t){var r=nt(b0,t),a=r.map(function(n){return Math.cbrt(n)});return nt(w0,a)},toBase:function(t){var r=nt(D0,t),a=r.map(function(n){return Math.pow(n,3)});return nt(y0,a)},formats:{oklab:{coords:["<number> | <percentage>","<number>","<number>"]}}});function E0(e,t){var r=gi.from(e),a=Q(r,3),n=a[0],i=a[1],o=a[2],s=gi.from(t),u=Q(s,3),l=u[0],c=u[1],d=u[2],m=n-l,v=i-c,y=o-d;return Math.sqrt(Math.pow(m,2)+Math.pow(v,2)+Math.pow(y,2))}var ws=Object.freeze({__proto__:null,deltaE76:Jy,deltaECMC:t0,deltaE2000:cs,deltaEJz:u0,deltaEITP:g0,deltaEOK:E0});function Za(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};Ga(r)&&(r={method:r});var a=r,n=a.method,i=n===void 0?ir.deltaE:n,o=Te(a,K);e=Me(e),t=Me(t);for(var s in ws)if("deltae"+i.toLowerCase()===s.toLowerCase())return ws[s](e,t,o);throw new TypeError("Unknown deltaE method: ".concat(i))}function _0(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:.25,r=fe.get("oklch","lch"),a=[r,"l"];return Sr(e,a,function(n){return n*(1+t)})}function x0(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:.25,r=fe.get("oklch","lch"),a=[r,"l"];return Sr(e,a,function(n){return n*(1-t)})}var A0=Object.freeze({__proto__:null,lighten:_0,darken:x0});function _d(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:.5,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},n=[Me(e),Me(t)];if(e=n[0],t=n[1],Tr(r)==="object"){var i=[.5,r];r=i[0],a=i[1]}var o=a,s=o.space,u=o.outputSpace,l=o.premultiplied,c=Qa(e,t,{space:s,outputSpace:u,premultiplied:l});return c(r)}function xd(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a;if(Ds(e)){a=e,r=t;var n=Q(a.rangeArgs.colors,2);e=n[0],t=n[1]}var i=r,o=i.maxDeltaE,s=i.deltaEMethod,u=i.steps,l=u===void 0?2:u,c=i.maxSteps,d=c===void 0?1e3:c,m=Te(i,z);if(!a){var v=[Me(e),Me(t)];e=v[0],t=v[1],a=Qa(e,t,m)}var y=Za(e,t),w=o>0?Math.max(l,Math.ceil(y/o)+1):l,E=[];if(d!==void 0&&(w=Math.min(w,d)),w===1)E=[{p:.5,color:a(.5)}];else{var _=1/(w-1);E=Array.from({length:w},function($,X){var L=X*_;return{p:L,color:a(L)}})}if(o>0)for(var x=E.reduce(function($,X,L){if(L===0)return 0;var H=Za(X.color,E[L-1].color,s);return Math.max($,H)},0);x>o;){x=0;for(var C=1;C<E.length&&E.length<d;C++){var R=E[C-1],T=E[C],O=(T.p+R.p)/2,P=a(O);x=Math.max(x,Za(P,R.color),Za(P,T.color)),E.splice(C,0,{p:O,color:a(O)}),C++}}return E=E.map(function($){return $.color}),E}function Qa(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(Ds(e)){var a=e,n=t;return Qa.apply(void 0,de(a.rangeArgs.colors).concat([Ae({},a.rangeArgs.options,n)]))}var i=r.space,o=r.outputSpace,s=r.progression,u=r.premultiplied;e=Me(e),t=Me(t),e=Ka(e),t=Ka(t);var l={colors:[e,t],options:r};if(i?i=fe.get(i):i=fe.registry[ir.interpolationSpace]||e.space,o=o?fe.get(o):i,e=Bt(e,i),t=Bt(t,i),e=kr(e),t=kr(t),i.coords.h&&i.coords.h.type==="angle"){var c=r.hue=r.hue||"shorter",d=[i,"h"],m=[Lt(e,d),Lt(t,d)],v=m[0],y=m[1],w=by(c,[v,y]),E=Q(w,2);v=E[0],y=E[1],Sr(e,d,v),Sr(t,d,y)}return u&&(e.coords=e.coords.map(function(_){return _*e.alpha}),t.coords=t.coords.map(function(_){return _*t.alpha})),Object.assign(function(_){_=s?s(_):_;var x=e.coords.map(function(T,O){var P=t.coords[O];return ni(T,P,_)}),C=ni(e.alpha,t.alpha,_),R={space:i,coords:x,alpha:C};return u&&(R.coords=R.coords.map(function(T){return T/C})),o!==i&&(R=Bt(R,o)),R},{rangeArgs:l})}function Ds(e){return Tr(e)==="function"&&!!e.rangeArgs}ir.interpolationSpace="lab";function C0(e){e.defineFunction("mix",_d,{returns:"color"}),e.defineFunction("range",Qa,{returns:"function<color>"}),e.defineFunction("steps",xd,{returns:"array<color>"})}var R0=Object.freeze({__proto__:null,mix:_d,steps:xd,range:Qa,isRange:Ds,register:C0}),Ad=new fe({id:"hsl",name:"HSL",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},s:{range:[0,100],name:"Saturation"},l:{range:[0,100],name:"Lightness"}},base:Xa,fromBase:function(t){var r=Math.max.apply(Math,de(t)),a=Math.min.apply(Math,de(t)),n=Q(t,3),i=n[0],o=n[1],s=n[2],u=NaN,l=0,c=(a+r)/2,d=r-a;if(d!==0){switch(l=c===0||c===1?0:(r-c)/Math.min(c,1-c),r){case i:u=(o-s)/d+(o<s?6:0);break;case o:u=(s-i)/d+2;break;case s:u=(i-o)/d+4}u=u*60}return[u,l*100,c*100]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2];a=a%360,a<0&&(a+=360),n/=100,i/=100;function o(s){var u=(s+a/30)%12,l=n*Math.min(i,1-i);return i-l*Math.max(-1,Math.min(u-3,9-u,1))}return[o(0),o(8),o(4)]},formats:{hsl:{toGamut:!0,coords:["<number> | <angle>","<percentage>","<percentage>"]},hsla:{coords:["<number> | <angle>","<percentage>","<percentage>"],commas:!0,lastAlpha:!0}}}),Cd=new fe({id:"hsv",name:"HSV",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},s:{range:[0,100],name:"Saturation"},v:{range:[0,100],name:"Value"}},base:Ad,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2];n/=100,i/=100;var o=i+n*Math.min(i,1-i);return[a,o===0?0:200*(1-i/o),100*o]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2];n/=100,i/=100;var o=i*(1-n/2);return[a,o===0||o===1?0:(i-o)/Math.min(o,1-o)*100,o*100]},formats:{color:{toGamut:!0}}}),T0=new fe({id:"hwb",name:"HWB",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},w:{range:[0,100],name:"Whiteness"},b:{range:[0,100],name:"Blackness"}},base:Cd,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2];return[a,i*(100-n)/100,100-i]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2];n/=100,i/=100;var o=n+i;if(o>=1){var s=n/o;return[a,0,s*100]}var u=1-i,l=u===0?0:1-n/u;return[a,l*100,u*100]},formats:{hwb:{toGamut:!0,coords:["<number> | <angle>","<percentage>","<percentage>"]}}}),F0=[[.5766690429101305,.1855582379065463,.1882286462349947],[.29734497525053605,.6273635662554661,.07529145849399788],[.02703136138641234,.07068885253582723,.9913375368376388]],S0=[[2.0415879038107465,-.5650069742788596,-.34473135077832956],[-.9692436362808795,1.8759675015077202,.04155505740717557],[.013444280632031142,-.11836239223101838,1.0151749943912054]],Rd=new At({id:"a98rgb-linear",name:"Linear Adobe® 98 RGB compatible",white:"D65",toXYZ_M:F0,fromXYZ_M:S0}),k0=new At({id:"a98rgb",name:"Adobe® 98 RGB compatible",base:Rd,toBase:function(t){return t.map(function(r){return Math.pow(Math.abs(r),563/256)*Math.sign(r)})},fromBase:function(t){return t.map(function(r){return Math.pow(Math.abs(r),256/563)*Math.sign(r)})},formats:{color:{id:"a98-rgb"}}}),O0=[[.7977604896723027,.13518583717574031,.0313493495815248],[.2880711282292934,.7118432178101014,8565396060525902e-20],[0,0,.8251046025104601]],I0=[[1.3457989731028281,-.25558010007997534,-.05110628506753401],[-.5446224939028347,1.5082327413132781,.02053603239147973],[0,0,1.2119675456389454]],Td=new At({id:"prophoto-linear",name:"Linear ProPhoto",white:"D50",base:us,toXYZ_M:O0,fromXYZ_M:I0}),N0=1/512,M0=16/512,P0=new At({id:"prophoto",name:"ProPhoto",base:Td,toBase:function(t){return t.map(function(r){return r<M0?r/16:Math.pow(r,1.8)})},fromBase:function(t){return t.map(function(r){return r>=N0?Math.pow(r,1/1.8):16*r})},formats:{color:{id:"prophoto-rgb"}}}),L0=new fe({id:"oklch",name:"OKLCh",coords:{l:{refRange:[0,1],name:"Lightness"},c:{refRange:[0,.4],name:"Chroma"},h:{refRange:[0,360],type:"angle",name:"Hue"}},white:"D65",base:gi,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o,s=2e-4;return Math.abs(n)<s&&Math.abs(i)<s?o=NaN:o=Math.atan2(i,n)*180/Math.PI,[a,Math.sqrt(Math.pow(n,2)+Math.pow(i,2)),si(o)]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o,s;return isNaN(i)?(o=0,s=0):(o=n*Math.cos(i*Math.PI/180),s=n*Math.sin(i*Math.PI/180)),[a,o,s]},formats:{oklch:{coords:["<number> | <percentage>","<number>","<number> | <angle>"]}}}),Fd=203,Sd=2610/Math.pow(2,14),B0=Math.pow(2,14)/2610,$0=2523/Math.pow(2,5),kd=Math.pow(2,5)/2523,Od=3424/Math.pow(2,12),Id=2413/Math.pow(2,7),Nd=2392/Math.pow(2,7),q0=new At({id:"rec2100pq",name:"REC.2100-PQ",base:ci,toBase:function(t){return t.map(function(r){var a=Math.pow(Math.max(Math.pow(r,kd)-Od,0)/(Id-Nd*Math.pow(r,kd)),B0);return a*1e4/Fd})},fromBase:function(t){return t.map(function(r){var a=Math.max(r*Fd/1e4,0),n=Od+Id*Math.pow(a,Sd),i=1+Nd*Math.pow(a,Sd);return Math.pow(n/i,$0)})},formats:{color:{id:"rec2100-pq"}}}),Md=.17883277,Pd=.28466892,Ld=.55991073,Es=3.7743,j0=new At({id:"rec2100hlg",cssid:"rec2100-hlg",name:"REC.2100-HLG",referred:"scene",base:ci,toBase:function(t){return t.map(function(r){return r<=.5?Math.pow(r,2)/3*Es:Math.exp((r-Ld)/Md+Pd)/12*Es})},fromBase:function(t){return t.map(function(r){return r/=Es,r<=1/12?Math.sqrt(3*r):Md*Math.log(12*r-Pd)+Ld})},formats:{color:{id:"rec2100-hlg"}}}),Bd={};Fr.add("chromatic-adaptation-start",function(e){e.options.method&&(e.M=$d(e.W1,e.W2,e.options.method))}),Fr.add("chromatic-adaptation-end",function(e){e.M||(e.M=$d(e.W1,e.W2,e.options.method))});function bi(e){var t=e.id;e.toCone_M,e.fromCone_M,Bd[t]=arguments[0]}function $d(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"Bradford",a=Bd[r],n=nt(a.toCone_M,e),i=Q(n,3),o=i[0],s=i[1],u=i[2],l=nt(a.toCone_M,t),c=Q(l,3),d=c[0],m=c[1],v=c[2],y=[[d/o,0,0],[0,m/s,0],[0,0,v/u]],w=nt(y,a.toCone_M),E=nt(a.fromCone_M,w);return E}bi({id:"von Kries",toCone_M:[[.40024,.7076,-.08081],[-.2263,1.16532,.0457],[0,0,.91822]],fromCone_M:[[1.8599364,-1.1293816,.2198974],[.3611914,.6388125,-64e-7],[0,0,1.0890636]]}),bi({id:"Bradford",toCone_M:[[.8951,.2664,-.1614],[-.7502,1.7135,.0367],[.0389,-.0685,1.0296]],fromCone_M:[[.9869929,-.1470543,.1599627],[.4323053,.5183603,.0492912],[-.0085287,.0400428,.9684867]]}),bi({id:"CAT02",toCone_M:[[.7328,.4296,-.1624],[-.7036,1.6975,.0061],[.003,.0136,.9834]],fromCone_M:[[1.0961238,-.278869,.1827452],[.454369,.4735332,.0720978],[-.0096276,-.005698,1.0153256]]}),bi({id:"CAT16",toCone_M:[[.401288,.650173,-.051461],[-.250268,1.204414,.045854],[-.002079,.048952,.953127]],fromCone_M:[[1.862067855087233,-1.011254630531685,.1491867754444518],[.3875265432361372,.6214474419314753,-.008973985167612518],[-.01584149884933386,-.03412293802851557,1.04996443687785]]}),Object.assign(Xt,{A:[1.0985,1,.35585],C:[.98074,1,1.18232],D55:[.95682,1,.92149],D75:[.94972,1,1.22638],E:[1,1,1],F2:[.99186,1,.67393],F7:[.95041,1,1.08747],F11:[1.00962,1,.6435]}),Xt.ACES=[.32168/.33767,1,(1-.32168-.33767)/.33767];var z0=[[.6624541811085053,.13400420645643313,.1561876870049078],[.27222871678091454,.6740817658111484,.05368951740793705],[-.005574649490394108,.004060733528982826,1.0103391003129971]],H0=[[1.6410233796943257,-.32480329418479,-.23642469523761225],[-.6636628587229829,1.6153315916573379,.016756347685530137],[.011721894328375376,-.008284441996237409,.9883948585390215]],qd=new At({id:"acescg",name:"ACEScg",coords:{r:{range:[0,65504],name:"Red"},g:{range:[0,65504],name:"Green"},b:{range:[0,65504],name:"Blue"}},referred:"scene",white:Xt.ACES,toXYZ_M:z0,fromXYZ_M:H0,formats:{color:{}}}),yi=Math.pow(2,-16),_s=-.35828683,wi=(Math.log2(65504)+9.72)/17.52,V0=new At({id:"acescc",name:"ACEScc",coords:{r:{range:[_s,wi],name:"Red"},g:{range:[_s,wi],name:"Green"},b:{range:[_s,wi],name:"Blue"}},referred:"scene",base:qd,toBase:function(t){var r=-.3013698630136986;return t.map(function(a){return a<=r?(Math.pow(2,a*17.52-9.72)-yi)*2:a<wi?Math.pow(2,a*17.52-9.72):65504})},fromBase:function(t){return t.map(function(r){return r<=0?(Math.log2(yi)+9.72)/17.52:r<yi?(Math.log2(yi+r*.5)+9.72)/17.52:(Math.log2(r)+9.72)/17.52})},formats:{color:{}}}),jd=Object.freeze({__proto__:null,XYZ_D65:Pt,XYZ_D50:us,XYZ_ABS_D65:vs,Lab_D65:ms,Lab:Tt,LCH:Wa,sRGB_Linear:Xc,sRGB:Xa,HSL:Ad,HWB:T0,HSV:Cd,P3_Linear:Kc,P3:ed,A98RGB_Linear:Rd,A98RGB:k0,ProPhoto_Linear:Td,ProPhoto:P0,REC_2020_Linear:ci,REC_2020:Yc,OKLab:gi,OKLCH:L0,Jzazbz:gd,JzCzHz:bs,ICTCP:ys,REC_2100_PQ:q0,REC_2100_HLG:j0,ACEScg:qd,ACEScc:V0}),ze=(te=new WeakMap,function(){function e(){var t=this;Vt(this,e),xr(this,te,void 0);for(var r,a=arguments.length,n=new Array(a),i=0;i<a;i++)n[i]=arguments[i];n.length===1&&(r=Me(n[0]));var o,s,u;r?(o=r.space||r.spaceId,s=r.coords,u=r.alpha):(o=n[0],s=n[1],u=n[2]),_t(te,this,fe.get(o)),this.coords=s?s.slice():[0,0,0],this.alpha=u<1?u:1;for(var l=0;l<this.coords.length;l++)this.coords[l]==="NaN"&&(this.coords[l]=NaN);var c=function(v){Object.defineProperty(t,v,{get:function(){return t.get(v)},set:function(w){return t.set(v,w)}})};for(var d in Ht(te,this).coords)c(d)}return Gt(e,[{key:"space",get:function(){return Ht(te,this)}},{key:"spaceId",get:function(){return Ht(te,this).id}},{key:"clone",value:function(){return new ze(this.space,this.coords,this.alpha)}},{key:"toJSON",value:function(){return{spaceId:this.spaceId,coords:this.coords,alpha:this.alpha}}},{key:"display",value:function(){for(var r=arguments.length,a=new Array(r),n=0;n<r;n++)a[n]=arguments[n];var i=Fy.apply(void 0,[this].concat(a));return i.color=new ze(i.color),i}}],[{key:"get",value:function(r){if(r instanceof ze)return r;for(var a=arguments.length,n=new Array(a>1?a-1:0),i=1;i<a;i++)n[i-1]=arguments[i];return Je(ze,[r].concat(n))}},{key:"defineFunction",value:function(r,a){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:a,i=n.instance,o=i===void 0?!0:i,s=n.returns,u=function(){var c=a.apply(void 0,arguments);if(s==="color")c=ze.get(c);else if(s==="function<color>"){var d=c;c=function(){var v=d.apply(void 0,arguments);return ze.get(v)},Object.assign(c,d)}else s==="array<color>"&&(c=c.map(function(m){return ze.get(m)}));return c};r in ze||(ze[r]=u),o&&(ze.prototype[r]=function(){for(var l=arguments.length,c=new Array(l),d=0;d<l;d++)c[d]=arguments[d];return u.apply(void 0,[this].concat(c))})}},{key:"defineFunctions",value:function(r){for(var a in r)ze.defineFunction(a,r[a],r[a])}},{key:"extend",value:function(r){if(r.register)r.register(ze);else for(var a in r)ze.defineFunction(a,r[a])}}])}());ze.defineFunctions({get:Lt,getAll:Ua,set:Sr,setAll:Hc,to:Bt,equals:Sy,inGamut:Ya,toGamut:kr,distance:rd,toString:li}),Object.assign(ze,{util:py,hooks:Fr,WHITES:Xt,Space:fe,spaces:fe.registry,parse:zc,defaults:ir});for(var xs=0,zd=Object.keys(jd);xs<zd.length;xs++){var G0=zd[xs];fe.register(jd[G0])}for(var Hd in fe.registry)As(Hd,fe.registry[Hd]);Fr.add("colorspace-init-end",function(e){var t;As(e.id,e),(t=e.aliases)===null||t===void 0||t.forEach(function(r){As(r,e)})});function As(e,t){Object.keys(t.coords),Object.values(t.coords).map(function(a){return a.name});var r=e.replace(/-/g,"_");Object.defineProperty(ze.prototype,r,{get:function(){var n=this,i=this.getAll(e);return typeof Proxy>"u"?i:new Proxy(i,{has:function(s,u){try{return fe.resolveCoord([t,u]),!0}catch{}return Reflect.has(s,u)},get:function(s,u,l){if(u&&B(u)!=="symbol"&&!(u in s)){var c=fe.resolveCoord([t,u]),d=c.index;if(d>=0)return s[d]}return Reflect.get(s,u,l)},set:function(s,u,l,c){if(u&&B(u)!=="symbol"&&!(u in s)||u>=0){var d=fe.resolveCoord([t,u]),m=d.index;if(m>=0)return s[m]=l,n.setAll(e,s),!0}return Reflect.set(s,u,l,c)}})},set:function(n){this.setAll(e,n)},configurable:!0,enumerable:!0})}ze.extend(ws),ze.extend({deltaE:Za}),ze.extend(A0),ze.extend({contrast:Xy}),ze.extend(Qy),ze.extend(Oy),ze.extend(R0),ze.extend(pi);var Vd=ar(mc());Rr.default.templateSettings.strip=!1,g._memoizedFns=[];function U0(e){var t=(0,Pc.default)(e);return g._memoizedFns.push(t),t}var Ve=U0,W0=Ve(function(e){return e!=null&&e.createElement?e.createElement("A").localName==="A":!1}),Ja=W0;function Cs(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!t)return"";var a=t.getRootNode&&t.getRootNode()||b;if(a.nodeType!==11)return e(t,r,a);for(var n=[];a.nodeType===11;){if(!a.host)return"";n.unshift({elm:t,doc:a}),t=a.host,a=t.getRootNode()}return n.unshift({elm:t,doc:a}),n.map(function(i){return e(i.elm,r,i.doc)})}var Y0=["class","style","id","selected","checked","disabled","tabindex","aria-checked","aria-selected","aria-invalid","aria-activedescendant","aria-busy","aria-disabled","aria-expanded","aria-grabbed","aria-pressed","aria-valuenow","xmlns"],K0=31,X0=/([\\"])/g,Z0=/(\r\n|\r|\n)/g;function Rs(e){return e.replace(X0,"\\$1").replace(Z0,"\\a ")}function Gd(e,t){var r=t.name,a;if(r.indexOf("href")!==-1||r.indexOf("src")!==-1){var n=Ic(e.getAttribute(r));n?a=Ke(t.name)+'$="'+Rs(n)+'"':a=Ke(t.name)+'="'+Rs(e.getAttribute(r))+'"'}else a=Ke(r)+'="'+Rs(t.value)+'"';return a}function Ts(e,t){return e.count<t.count?-1:e.count===t.count?0:1}function Ud(e){return!Y0.includes(e.name)&&e.name.indexOf(":")===-1&&(!e.value||e.value.length<K0)}function Di(e){var t={classes:{},tags:{},attributes:{}};e=Array.isArray(e)?e:[e];for(var r=e.slice(),a=[],n=function(){var o=r.pop(),s=o.actualNode;if(s.querySelectorAll){var u=s.nodeName;t.tags[u]?t.tags[u]++:t.tags[u]=1,s.classList&&Array.from(s.classList).forEach(function(l){var c=Ke(l);t.classes[c]?t.classes[c]++:t.classes[c]=1}),s.hasAttributes()&&Array.from(Va(s)).filter(Ud).forEach(function(l){var c=Gd(s,l);c&&(t.attributes[c]?t.attributes[c]++:t.attributes[c]=1)})}for(o.children.length&&(a.push(r),r=o.children.slice());!r.length&&a.length;)r=a.pop()};r.length;)n();return t}function Q0(e,t){var r=[],a=t.classes,n=t.tags;return e.classList&&Array.from(e.classList).forEach(function(i){var o=Ke(i);a[o]<n[e.nodeName]&&r.push({name:o,count:a[o],species:"class"})}),r.sort(Ts)}function J0(e,t){var r=e.parentNode&&Array.from(e.parentNode.children||"")||[],a=r.find(function(i){return i!==e&&ca(i,t)});if(a){var n=1+r.indexOf(e);return":nth-child("+n+")"}else return""}function ew(e){if(e.getAttribute("id")){var t=e.getRootNode&&e.getRootNode()||b,r="#"+Ke(e.getAttribute("id")||"");if(!r.match(/player_uid_/)&&t.querySelectorAll(r).length===1)return r}}function Wd(e){var t=Ja(b);return Ke(t?e.localName:e.nodeName.toLowerCase())}function tw(e,t){var r=[],a=t.attributes,n=t.tags;return e.hasAttributes()&&Array.from(Va(e)).filter(Ud).forEach(function(i){var o=Gd(e,i);o&&a[o]<n[e.nodeName]&&r.push({name:o,count:a[o],species:"attribute"})}),r.sort(Ts)}function rw(e,t){var r="",a,n=Q0(e,t),i=tw(e,t);return n.length&&n[0].count===1?a=[n[0]]:i.length&&i[0].count===1?(a=[i[0]],r=Wd(e)):(a=n.concat(i),a.sort(Ts),a=a.slice(0,3),a.some(function(o){return o.species==="class"})?a.sort(function(o,s){return o.species!==s.species&&o.species==="class"?-1:o.species===s.species?0:1}):r=Wd(e)),r+=a.reduce(function(o,s){switch(s.species){case"class":return o+"."+s.name;case"attribute":return o+"["+s.name+"]"}return o},"")}function aw(e,t,r){if(!g._selectorData)throw new Error("Expect axe._selectorData to be set up");var a=t.toRoot,n=a===void 0?!1:a,i,o;do{var s=ew(e);s||(s=rw(e,g._selectorData),s+=J0(e,s)),i?i=s+" > "+i:i=s,!o||o.length>ye.selectorSimilarFilterLimit?o=iw(r,i):o=o.filter(function(u){return ca(u,i)}),e=e.parentElement}while((o.length>1||n)&&e&&e.nodeType!==11);return o.length===1?i:i.indexOf(" > ")!==-1?":root"+i.substring(i.indexOf(" > ")):":root"}function nw(e,t){return Cs(aw,e,t)}var Fs=Ve(nw),iw=Ve(function(e,t){return Array.from(e.querySelectorAll(t))});function Yd(e){var t=Ke(e.nodeName.toLowerCase()),r=e.parentElement,a=e.parentNode,n="";if(t!=="head"&&t!=="body"&&(a==null?void 0:a.children.length)>1){var i=Array.prototype.indexOf.call(a.children,e)+1;n=":nth-child(".concat(i,")")}return r?Yd(r)+" > "+t+n:t+n}function Ei(e,t){return Cs(Yd,e,t)}function Kd(e,t){var r,a;if(!e)return[];if(!t&&e.nodeType===9)return t=[{str:"html"}],t;if(t=t||[],e.parentNode&&e.parentNode!==e&&(t=Kd(e.parentNode,t)),e.previousSibling){a=1,r=e.previousSibling;do r.nodeType===1&&r.nodeName===e.nodeName&&a++,r=r.previousSibling;while(r);a===1&&(a=null)}else if(e.nextSibling){r=e.nextSibling;do r.nodeType===1&&r.nodeName===e.nodeName?(a=1,r=null):(a=null,r=r.previousSibling);while(r)}if(e.nodeType===1){var n={};n.str=e.nodeName.toLowerCase();var i=e.getAttribute&&Ke(e.getAttribute("id"));i&&e.ownerDocument.querySelectorAll("#"+i).length===1&&(n.id=e.getAttribute("id")),a>1&&(n.count=a),t.push(n)}return t}function ow(e){return e.reduce(function(t,r){return r.id?"//".concat(r.str,"[@id='").concat(r.id,"']"):t+"/".concat(r.str)+(r.count>0?"[".concat(r.count,"]"):"")},"")}function sw(e){var t=Kd(e);return ow(t)}var Xd=sw,en={},uw={set:function(t,r){lw(t),en[t]=r},get:function(t,r){if(cw(r),t in en)return en[t];if(typeof r=="function"){var a=r();return Oe(a!==void 0,"Cache creator function should not return undefined"),this.set(t,a),en[t]}},clear:function(){en={}}};function lw(e){Oe(typeof e=="string","key must be a string, "+B(e)+" given"),Oe(e!=="","key must not be empty")}function cw(e){Oe(typeof e=="function"||typeof e>"u","creator must be a function or undefined, "+B(e)+" given")}var be=uw;function dw(e,t){var r=t||e;return be.get("nodeMap")?be.get("nodeMap").get(r):null}var Ee=dw;function Zd(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.maxLength,a=r===void 0?300:r,n=t.attrLimit,i=n===void 0?20:n;if(!e)return"";if(e.nodeType!==1){var o,s=(o=e.nodeValue)!==null&&o!==void 0?o:"";return Ss(s,a)}var u=fw(e);return u.length>a?pw(e,{maxLength:a,attrLimit:i}):u}function fw(e){var t=e.outerHTML;return!t&&typeof p.XMLSerializer=="function"&&(t=new p.XMLSerializer().serializeToString(e)),t||""}function pw(e,t){var r=t.maxLength,a=t.attrLimit,n=Ja(e.ownerDocument||b)?e.nodeName:e.nodeName.toLowerCase(),i=Array.from(Va(e)).map(function(y){var w=y.name,E=y.value;return{name:w,value:E}}),o=i.reduce(function(y,w){var E=w.name,_=w.value;return y+E.length+_.length+4},0);2+n.length+o>r&&i.forEach(function(y){y.name=Ss(y.name,a),y.value=Ss(y.value,a)});var s="<".concat(n),u=">",l=" ...>",c=je(i),d;try{for(c.s();!(d=c.n()).done;){var m=d.value,v=" ".concat(m.name,'="').concat(m.value,'"');if(s.length+v.length>r-l.length){u=l;continue}s+=v}}catch(y){c.e(y)}finally{c.f()}return s+u}function Ss(e,t){return e.length<=t?e:e.substring(0,t)+"..."}var Qd="DqElm.RunOptions",Yr=Ve(function(t,r,a){var n,i;if(r??(r=null),a??(a={}),!r){var o;r=(o=be.get(Qd))!==null&&o!==void 0?o:{}}if(this.spec=a,t instanceof dt?(this._virtualNode=t,this._element=t.actualNode):(this._element=t,this._virtualNode=Ee(t)),this.fromFrame=((n=this.spec.selector)===null||n===void 0?void 0:n.length)>1,this._includeElementInJson=r.elementRef,r.absolutePaths&&(this._options={toRoot:!0}),this.nodeIndexes=[],Array.isArray(this.spec.nodeIndexes)?this.nodeIndexes=this.spec.nodeIndexes:typeof((i=this._virtualNode)===null||i===void 0?void 0:i.nodeIndex)=="number"&&(this.nodeIndexes=[this._virtualNode.nodeIndex]),this.source=null,!g._audit.noHtml){var s;this.source=(s=this.spec.source)!==null&&s!==void 0?s:Zd(this._element)}return this});Yr.prototype={get selector(){return this.spec.selector||[Fs(this.element,this._options)]},get ancestry(){return this.spec.ancestry||[Ei(this.element)]},get xpath(){return this.spec.xpath||[Xd(this.element)]},get element(){return this._element},toJSON:function(){var t={selector:this.selector,source:this.source,xpath:this.xpath,ancestry:this.ancestry,nodeIndexes:this.nodeIndexes,fromFrame:this.fromFrame};return this._includeElementInJson&&(t.element=this._element),t}},Yr.fromFrame=function(t,r,a){var n=Yr.mergeSpecs(t,a);return new Yr(a.element,r,n)},Yr.mergeSpecs=function(t,r){return Ae({},t,{selector:[].concat(de(r.selector),de(t.selector)),ancestry:[].concat(de(r.ancestry),de(t.ancestry)),xpath:[].concat(de(r.xpath),de(t.xpath)),nodeIndexes:[].concat(de(r.nodeIndexes),de(t.nodeIndexes)),fromFrame:!0})},Yr.setRunOptions=function(t){var r=t.elementRef,a=t.absolutePaths;be.set(Qd,{elementRef:r,absolutePaths:a})};var $t=Yr;function mw(e,t,r,a){return{isAsync:!1,async:function(){return this.isAsync=!0,function(i){i instanceof Error?a(i):(e.result=i,r(e))}},data:function(i){e.data=i},relatedNodes:function(i){p.Node&&(i instanceof p.Node||i instanceof dt?i=[i]:i=Oc(i),e.relatedNodes=[],i.forEach(function(o){if(o instanceof dt&&(o=o.actualNode),o instanceof p.Node){var s=new $t(o);e.relatedNodes.push(s)}}))}}}var ks=mw;function gr(e){return Os(e,new Map)}function Os(e,t){var r,a;if(e===null||B(e)!=="object"||(r=p)!==null&&r!==void 0&&r.Node&&e instanceof p.Node||(a=p)!==null&&a!==void 0&&a.HTMLCollection&&e instanceof p.HTMLCollection||"nodeName"in e&&"nodeType"in e&&"ownerDocument"in e)return e;if(t.has(e))return t.get(e);if(Array.isArray(e)){var n=[];return t.set(e,n),e.forEach(function(s){n.push(Os(s,t))}),n}var i={};t.set(e,i);for(var o in e)i[o]=Os(e[o],t);return i}var tn=new Mc.CssSelectorParser;tn.registerSelectorPseudos("not"),tn.registerSelectorPseudos("is"),tn.registerNestingOperators(">"),tn.registerAttrEqualityMods("^","$","*","~");var Jd=tn;function Is(e,t){var r=_i(t);return r.some(function(a){return pa(e,a)})}function hw(e,t){return e.props.nodeType===1&&(t.tag==="*"||e.props.nodeName===t.tag)}function vw(e,t){return!t.classes||t.classes.every(function(r){return e.hasClass(r.value)})}function gw(e,t){return!t.attributes||t.attributes.every(function(r){var a=e.attr(r.key);return a!==null&&r.test(a)})}function bw(e,t){return!t.id||e.props.id===t.id}function yw(e,t){return!!(!t.pseudos||t.pseudos.every(function(r){if(r.name==="not")return!r.expressions.some(function(a){return pa(e,a)});if(r.name==="is")return r.expressions.some(function(a){return pa(e,a)});throw new Error("the pseudo selector "+r.name+" has not yet been implemented")}))}function ef(e,t){return hw(e,t)&&vw(e,t)&&gw(e,t)&&bw(e,t)&&yw(e,t)}var rn=function(){var e=/(?=[\-\[\]{}()*+?.\\\^$|,#\s])/g,t="\\";return function(r){return r.replace(e,t)}}(),Ns=/\\/g;function ww(e){if(e)return e.map(function(t){var r=t.name.replace(Ns,""),a=(t.value||"").replace(Ns,""),n,i;switch(t.operator){case"^=":i=new RegExp("^"+rn(a));break;case"$=":i=new RegExp(rn(a)+"$");break;case"~=":i=new RegExp("(^|\\s)"+rn(a)+"(\\s|$)");break;case"|=":i=new RegExp("^"+rn(a)+"(-|$)");break;case"=":n=function(s){return a===s};break;case"*=":n=function(s){return s&&s.includes(a)};break;case"!=":n=function(s){return a!==s};break;default:n=function(s){return s!==null}}return a===""&&/^[*$^]=$/.test(t.operator)&&(n=function(){return!1}),n||(n=function(s){return s&&i.test(s)}),{key:r,value:a,type:typeof t.value>"u"?"attrExist":"attrValue",test:n}})}function Dw(e){if(e)return e.map(function(t){return t=t.replace(Ns,""),{value:t,regexp:new RegExp("(^|\\s)"+rn(t)+"(\\s|$)")}})}function Ew(e){if(e)return e.map(function(t){var r;return["is","not"].includes(t.name)&&(r=t.value,r=r.selectors?r.selectors:[r],r=tf(r)),{name:t.name,expressions:r,value:t.value}})}function tf(e){return e.map(function(t){for(var r=[],a=t.rule;a;)r.push({tag:a.tagName?a.tagName.toLowerCase():"*",combinator:a.nestingOperator?a.nestingOperator:" ",id:a.id,attributes:ww(a.attrs),classes:Dw(a.classNames),pseudos:Ew(a.pseudos)}),a=a.rule;return r})}function _i(e){var t=Jd.parse(e);return t=t.selectors?t.selectors:[t],tf(t)}function rf(e,t,r,a){if(!e)return!1;for(var n=Array.isArray(t),i=n?t[r]:t,o=ef(e,i);!o&&a&&e.parent;)e=e.parent,o=ef(e,i);if(r>0){if([" ",">"].includes(i.combinator)===!1)throw new Error("axe.utils.matchesExpression does not support the combinator: "+i.combinator);o=o&&rf(e.parent,t,r-1,i.combinator===" ")}return o}function pa(e,t,r){return rf(e,t,t.length-1,r)}function _w(e,t){for(;e;){if(Is(e,t))return e;if(typeof e.parent>"u")throw new TypeError("Cannot resolve parent for non-DOM nodes");e=e.parent}return null}var Ft=_w;function xi(){}function Ms(e){if(typeof e!="function")throw new TypeError("Queue methods require functions as arguments")}function xw(){var e=[],t=0,r=0,a=xi,n=!1,i,o=function(v){i=v,setTimeout(function(){i!=null&&Wr("Uncaught error (of queue)",i)},1)},s=o;function u(m){return function(v){e[m]=v,r-=1,!r&&a!==xi&&(n=!0,a(e))}}function l(m){return a=xi,s(m),e}function c(){for(var m=e.length;t<m;t++){var v=e[t];try{v.call(null,u(t),l)}catch(y){l(y)}}}var d={defer:function(v){if(B(v)==="object"&&v.then&&v.catch){var y=v;v=function(E,_){y.then(E).catch(_)}}if(Ms(v),i===void 0){if(n)throw new Error("Queue already completed");return e.push(v),++r,c(),d}},then:function(v){if(Ms(v),a!==xi)throw new Error("queue `then` already set");return i||(a=v,r||(n=!0,a(e))),d},catch:function(v){if(Ms(v),s!==o)throw new Error("queue `catch` already set");return i?(v(i),i=null):s=v,d},abort:l};return d}var or=xw,ma,ha,Ps=p.crypto||p.msCrypto;if(!ha&&Ps&&Ps.getRandomValues){var af=new Uint8Array(16);ha=function(){return Ps.getRandomValues(af),af}}if(!ha){var nf=new Array(16);ha=function(){for(var t=0,r;t<16;t++)t&3||(r=Math.random()*4294967296),nf[t]=r>>>((t&3)<<3)&255;return nf}}for(var of=typeof p.Buffer=="function"?p.Buffer:Array,Ls=[],sf={},va=0;va<256;va++)Ls[va]=(va+256).toString(16).substr(1),sf[Ls[va]]=va;function Aw(e,t,r){var a=t&&r||0,n=0;for(t=t||[],e.toLowerCase().replace(/[0-9a-f]{2}/g,function(i){n<16&&(t[a+n++]=sf[i])});n<16;)t[a+n++]=0;return t}function Bs(e,t){var r=t||0,a=Ls;return a[e[r++]]+a[e[r++]]+a[e[r++]]+a[e[r++]]+"-"+a[e[r++]]+a[e[r++]]+"-"+a[e[r++]]+a[e[r++]]+"-"+a[e[r++]]+a[e[r++]]+"-"+a[e[r++]]+a[e[r++]]+a[e[r++]]+a[e[r++]]+a[e[r++]]+a[e[r++]]}var Ir=ha(),Cw=[Ir[0]|1,Ir[1],Ir[2],Ir[3],Ir[4],Ir[5]],uf=(Ir[6]<<8|Ir[7])&16383,$s=0,qs=0;function lf(e,t,r){var a=t&&r||0,n=t||[];e=e||{};var i=e.clockseq!=null?e.clockseq:uf,o=e.msecs!=null?e.msecs:new Date().getTime(),s=e.nsecs!=null?e.nsecs:qs+1,u=o-$s+(s-qs)/1e4;if(u<0&&e.clockseq==null&&(i=i+1&16383),(u<0||o>$s)&&e.nsecs==null&&(s=0),s>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");$s=o,qs=s,uf=i,o+=122192928e5;var l=((o&268435455)*1e4+s)%4294967296;n[a++]=l>>>24&255,n[a++]=l>>>16&255,n[a++]=l>>>8&255,n[a++]=l&255;var c=o/4294967296*1e4&268435455;n[a++]=c>>>8&255,n[a++]=c&255,n[a++]=c>>>24&15|16,n[a++]=c>>>16&255,n[a++]=i>>>8|128,n[a++]=i&255;for(var d=e.node||Cw,m=0;m<6;m++)n[a+m]=d[m];return t||Bs(n)}function Kr(e,t,r){var a=t&&r||0;typeof e=="string"&&(t=e=="binary"?new of(16):null,e=null),e=e||{};var n=e.random||(e.rng||ha)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t)for(var i=0;i<16;i++)t[a+i]=n[i];return t||Bs(n)}ma=Kr,ma.v1=lf,ma.v4=Kr,ma.parse=Aw,ma.unparse=Bs,ma.BufferClass=of,g._uuid=lf();var Rw=Kr,Tw=Object.freeze(["EvalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);function Fw(e){var t=e.topic,r=e.channelId,a=e.message,n=e.messageId,i=e.keepalive,o={channelId:r,topic:t,messageId:n,keepalive:!!i,source:cf()};return a instanceof Error?o.error={name:a.name,message:a.message,stack:a.stack}:o.payload=a,JSON.stringify(o)}function Sw(e){var t;try{t=JSON.parse(e)}catch{return}if(kw(t)){var r=t,a=r.topic,n=r.channelId,i=r.messageId,o=r.keepalive,s=B(t.error)==="object"?Ow(t.error):t.payload;return{topic:a,message:s,messageId:i,channelId:n,keepalive:!!o}}}function kw(e){return e!==null&&B(e)==="object"&&typeof e.channelId=="string"&&e.source===cf()}function Ow(e){var t=e.message||"Unknown error occurred",r=Tw.includes(e.name)?e.name:"Error",a=p[r]||Error;return e.stack&&(t+=`
19
+ `+e.stack.replace(e.message,"")),new a(t)}function cf(){var e="axeAPI",t="";return typeof g<"u"&&g._audit&&g._audit.application&&(e=g._audit.application),typeof g<"u"&&(t=g.version),e+"."+t}function js(e){ff(e),Oe(p.parent===e,"Source of the response must be the parent window.")}function df(e){ff(e),Oe(e.parent===p,"Respondable target must be a frame in the current window")}function ff(e){Oe(p!==e,"Messages can not be sent to the same window.")}var an={};function Iw(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;Oe(!Object.prototype.hasOwnProperty.call(an,e),"A replyHandler already exists for this message channel."),an[e]={replyHandler:t,sendToParent:r}}function Nw(e){return Object.prototype.hasOwnProperty.call(an,e)?an[e]:void 0}function Mw(e){delete an[e]}var Ai=[];function zs(){var e="".concat(Kr(),":").concat(Kr());return Ai.includes(e)?zs():(Ai.push(e),e)}function Pw(e){return Ai.includes(e)?!1:(Ai.push(e),!0)}function Hs(e,t,r,a){if(r?js(e):df(e),t.message instanceof Error&&!r)return g.log(t.message),!1;var n=Fw(Ae({messageId:zs()},t)),i=g._audit.allowedOrigins;return!i||!i.length?!1:(typeof a=="function"&&Iw(t.channelId,a,r),i.forEach(function(o){try{e.postMessage(n,o)}catch(s){throw s instanceof e.DOMException?new Error('allowedOrigins value "'.concat(o,'" is not a valid origin')):s}}),!0)}function Lw(e,t,r){if(!e.parent!==p)return g.log(t);try{Hs(e,{topic:null,channelId:r,message:t,messageId:zs(),keepalive:!0},!0)}catch(a){return g.log(a)}}function pf(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;return function(n,i,o){var s={channelId:t,message:n,keepalive:i};Hs(e,s,r,o)}}function Bw(e){var t=g._audit.allowedOrigins;return t&&t.includes("*")||t.includes(e)}function $w(e,t){var r=e.origin,a=e.data,n=e.source;try{var i=Sw(a)||{},o=i.channelId,s=i.message,u=i.messageId;if(!Bw(r)||!Pw(u))return;if(s instanceof Error&&n.parent!==p)return g.log(s),!1;try{if(i.topic){var l=pf(n,o);js(n),t(i,l)}else qw(n,i)}catch(c){Lw(n,c,o)}}catch(c){return g.log(c),!1}}function qw(e,t){var r=t.channelId,a=t.message,n=t.keepalive,i=Nw(r)||{},o=i.replyHandler,s=i.sendToParent;if(o){s?js(e):df(e);var u=pf(e,r,s);!n&&r&&Mw(r);try{o(a,n,u)}catch(l){g.log(l),u(l,n)}}}var jw={open:function(t){if(typeof p.addEventListener=="function"){var r=function(n){$w(n,t)};return p.addEventListener("message",r,!1),function(){p.removeEventListener("message",r,!1)}}},post:function(t,r,a){return typeof p.addEventListener!="function"?!1:Hs(t,r,!1,a)}};function mf(e){e.updateMessenger(jw)}var Ci,hf,Ri={};function Qt(e,t,r,a,n){var i={topic:t,message:r,channelId:"".concat(Kr(),":").concat(Kr()),keepalive:a};return hf(e,i,n)}function zw(e,t){var r=e.topic,a=e.message,n=e.keepalive,i=Object.prototype.hasOwnProperty.call(Ri,r)?Ri[r]:void 0;if(i)try{i(a,n,t)}catch(o){g.log(o),t(o,n)}}Qt.updateMessenger=function(t){var r=t.open,a=t.post;Oe(typeof r=="function","open callback must be a function"),Oe(typeof a=="function","post callback must be a function"),Ci&&Ci();var n=r(zw);n?(Oe(typeof n=="function","open callback must return a cleanup function"),Ci=n):Ci=null,hf=a},Qt.subscribe=function(t,r){Oe(typeof r=="function","Subscriber callback must be a function"),Oe(!Object.prototype.hasOwnProperty.call(Ri,t),"Topic ".concat(t," is already registered to.")),Ri[t]=r},Qt.isInFrame=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:p;return!!t.frameElement},mf(Qt);function vf(e,t,r,a){var n,i,o=e.contentWindow,s=(n=(i=t.options)===null||i===void 0?void 0:i.pingWaitTime)!==null&&n!==void 0?n:500;if(!o){Wr("Frame does not have a content window",e),r(null);return}if(s===0){gf(e,t,r,a);return}var u=setTimeout(function(){u=setTimeout(function(){t.debug?a(bf("No response from frame",e)):r(null)},0)},s);Qt(o,"axe.ping",null,void 0,function(){clearTimeout(u),gf(e,t,r,a)})}function gf(e,t,r,a){var n,i,o=(n=(i=t.options)===null||i===void 0?void 0:i.frameWaitTime)!==null&&n!==void 0?n:6e4,s=e.contentWindow,u=setTimeout(function(){a(bf("Axe in frame timed out",e))},o);Qt(s,"axe.start",t,void 0,function(l){clearTimeout(u),l instanceof Error?a(l):r(l)})}function bf(e,t){var r;return g._tree&&(r=Fs(t)),new Error(e+": "+(r||t))}var nn=null,on={update:function(t){Oe(B(t)==="object","serializer must be an object"),nn=t},toSpec:function(t){return on.dqElmToSpec(new $t(t))},dqElmToSpec:function(t,r){var a;return t instanceof $t?(r&&(t=Hw(t,r)),typeof((a=nn)===null||a===void 0?void 0:a.toSpec)=="function"?nn.toSpec(t):t.toJSON()):t},mergeSpecs:function(t,r){var a;return typeof((a=nn)===null||a===void 0?void 0:a.mergeSpecs)=="function"?nn.mergeSpecs(t,r):$t.mergeSpecs(t,r)},mapRawResults:function(t){return t.map(function(r){return Ae({},r,{nodes:on.mapRawNodeResults(r.nodes)})})},mapRawNodeResults:function(t){return t==null?void 0:t.map(function(r){var a=r.node,n=Te(r,ue);n.node=on.dqElmToSpec(a);for(var i=0,o=["any","all","none"];i<o.length;i++){var s=o[i];n[s]=n[s].map(function(u){var l=u.relatedNodes,c=Te(u,De);return c.relatedNodes=l.map(on.dqElmToSpec),c})}return n})}},qt=on;function Hw(e,t){var r=e.fromFrame,a=t.ancestry,n=t.xpath,i=t.selectors!==!1||r;return e=new $t(e.element,t,{source:e.source,nodeIndexes:e.nodeIndexes,selector:i?e.selector:[":root"],ancestry:a?e.ancestry:[":root"],xpath:n?e.xpath:"/"}),e.fromFrame=r,e}function Vw(e){var t=[];return t.concat(e.any||[]).concat(e.all||[]).concat(e.none||[])}var Ti=Vw;function Gw(e,t,r){if(Array.isArray(e))return e.find(function(a){return a!==null&&B(a)==="object"&&Object.hasOwn(a,t)&&a[t]===r})}var sn=Gw;function Uw(e,t,r){e.forEach(function(a){a.node=qt.mergeSpecs(a.node,r);var n=Ti(a);n.forEach(function(i){i.relatedNodes=i.relatedNodes.map(function(o){return qt.mergeSpecs(o,r)})})})}function Ww(e,t){for(var r=t[0].node,a,n=0;n<e.length;n++){a=e[n].node;var i=yf(a.nodeIndexes,r.nodeIndexes);if(i>0||i===0&&r.selector.length<a.selector.length){e.splice.apply(e,[n,0].concat(de(t)));return}}e.push.apply(e,de(t))}function Yw(e){return!e||!e.results?null:Array.isArray(e.results)?e.results.length?e.results:null:[e.results]}function Kw(e,t){var r=[];return e.forEach(function(a){var n=Yw(a);if(!(!n||!n.length)){var i=Xw(a);n.forEach(function(o){o.nodes&&i&&Uw(o.nodes,t,i);var s=sn(r,"id",o.id);if(!s)r.push(o);else if(o.nodes.length&&Ww(s.nodes,o.nodes),o.error){var u;(u=s.error)!==null&&u!==void 0||(s.error=o.error)}})}}),r.forEach(function(a){a.nodes&&a.nodes.sort(function(n,i){return yf(n.node.nodeIndexes,i.node.nodeIndexes)})}),r}function yf(){for(var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=Math.max(e==null?void 0:e.length,t==null?void 0:t.length),a=0;a<r;a++){var n=e==null?void 0:e[a],i=t==null?void 0:t[a];if(typeof n!="number"||isNaN(n))return a===0?1:-1;if(typeof i!="number"||isNaN(i))return a===0?-1:1;if(n!==i)return n-i}return 0}var Fi=Kw;function Xw(e){return e.frameElement?qt.toSpec(e.frameElement):e.frameSpec?e.frameSpec:null}function wf(e,t,r,a,n,i){t=Ae({},t,{elementRef:!1});var o=or(),s=e.frames;s.forEach(function(u){var l=u.node,c=Te(u,ce);o.defer(function(d,m){var v={options:t,command:r,parameter:a,context:c};function y(w){return d(w?{results:w,frameElement:l}:null)}vf(l,v,y,m)})}),o.then(function(u){n(Fi(u,t))}).catch(i)}function br(e,t){if(!e.shadowId&&!t.shadowId&&e.actualNode&&typeof e.actualNode.contains=="function")return e.actualNode.contains(t.actualNode);do{if(e===t)return!0;if(t.nodeIndex<e.nodeIndex)return!1;t=t.parent}while(t);return!1}function Df(){for(var e={},t=arguments.length,r=new Array(t),a=0;a<t;a++)r[a]=arguments[a];return r.forEach(function(n){if(!(!n||B(n)!=="object"||Array.isArray(n)))for(var i=0,o=Object.keys(n);i<o.length;i++){var s=o[i];!e.hasOwnProperty(s)||B(n[s])!=="object"||Array.isArray(e[s])?e[s]=n[s]:e[s]=Df(e[s],n[s])}}),e}var Vs=Df;function Zw(e,t){Object.assign(e,t),Object.keys(t).filter(function(r){return typeof t[r]=="function"}).forEach(function(r){e[r]=null;try{e[r]=t[r](e)}catch{}})}var Gs=Zw,Qw=["article","aside","blockquote","body","div","footer","h1","h2","h3","h4","h5","h6","header","main","nav","p","section","span"];function Jw(e){if(e.shadowRoot){var t=e.nodeName.toLowerCase();if(Qw.includes(t)||/^[a-z][a-z0-9_.-]*-[a-z0-9_.-]*$/.test(t))return!0}return!1}var Si=Jw,Us={};Ut(Us,{createGrid:function(){return dn},findElmsInContext:function(){return Ef},findNearbyElms:function(){return Bi},findUp:function(){return ba},findUpVirtual:function(){return ga},focusDisabled:function(){return au},getComposedParent:function(){return ft},getElementByReference:function(){return iu},getElementCoordinates:function(){return Xs},getElementStack:function(){return r1},getModalDialog:function(){return Zf},getNodeGrid:function(){return Li},getOverflowHiddenAncestors:function(){return ln},getRootNode:function(){return gt},getScrollOffset:function(){return Pf},getTabbableElements:function(){return a1},getTargetRects:function(){return qi},getTargetSize:function(){return n1},getTextElementStack:function(){return _u},getViewportSize:function(){return ki},getVisibleChildTextRects:function(){return Eu},hasContent:function(){return Wi},hasContentVirtual:function(){return yn},hasLangText:function(){return Au},idrefs:function(){return sr},insertedIntoFocusOrder:function(){return W1},isCurrentPageLink:function(){return nu},isFixedPosition:function(){return Oi},isFocusable:function(){return it},isHTML5:function(){return X1},isHiddenForEveryone:function(){return Nr},isHiddenWithCSS:function(){return CE},isInTabOrder:function(){return jt},isInTextBlock:function(){return Cu},isInert:function(){return $i},isModalOpen:function(){return wn},isMultiline:function(){return Q1},isNativelyFocusable:function(){return uu},isNode:function(){return PE},isOffscreen:function(){return Ii},isOpaque:function(){return UE},isSkipLink:function(){return Fu},isVisible:function(){return QE},isVisibleOnScreen:function(){return St},isVisibleToScreenReaders:function(){return Xe},isVisualContent:function(){return xu},reduceToElementsBelowFloating:function(){return J1},shadowElementsFromPoint:function(){return t_},urlPropsFromAttribute:function(){return s_},visuallyContains:function(){return ep},visuallyOverlaps:function(){return Su},visuallySort:function(){return ou}});function e2(e){var t=e.getRootNode&&e.getRootNode()||b;return t===e&&(t=b),t}var un=e2,gt=un;function t2(e){var t=e.context,r=e.value,a=e.attr,n=e.elm,i=n===void 0?"":n,o,s=Ke(r);return t.nodeType===9||t.nodeType===11?o=t:o=gt(t),Array.from(o.querySelectorAll(i+"["+a+"="+s+"]"))}var Ef=t2;function r2(e,t){var r;if(r=e.actualNode,!e.shadowId&&typeof e.actualNode.closest=="function"){var a=e.actualNode.closest(t);return a||null}do r=r.assignedSlot?r.assignedSlot:r.parentNode,r&&r.nodeType===11&&(r=r.host);while(r&&!ca(r,t)&&r!==b.documentElement);return!r||!ca(r,t)?null:r}var ga=r2;function a2(e,t){return ga(Ee(e),t)}var ba=a2;function Ws(e,t){return(e.left|0)<(t.right|0)&&(e.right|0)>(t.left|0)&&(e.top|0)<(t.bottom|0)&&(e.bottom|0)>(t.top|0)}var _f=Ve(function(t){var r=[];if(!t)return r;var a=t.getComputedStylePropertyValue("overflow");return a==="hidden"&&r.push(t),r.concat(_f(t.parent))}),ln=_f,n2=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,i2=/(\w+)\((\d+)/;function Ys(e){return["style","script","noscript","template"].includes(e.props.nodeName)}function xf(e){return e.props.nodeName==="area"?!1:e.getComputedStylePropertyValue("display")==="none"}function Af(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.isAncestor;return!r&&["hidden","collapse"].includes(e.getComputedStylePropertyValue("visibility"))}function Cf(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.isAncestor;return!!r&&e.getComputedStylePropertyValue("content-visibility")==="hidden"}function Rf(e){return e.attr("aria-hidden")==="true"}function Tf(e){return e.getComputedStylePropertyValue("opacity")==="0"}function Ff(e){var t=Dr(e.actualNode),r=parseInt(e.getComputedStylePropertyValue("height")),a=parseInt(e.getComputedStylePropertyValue("width"));return!!t&&(r===0||a===0)}function Sf(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.isAncestor;if(r)return!1;var a=e.getComputedStylePropertyValue("position");if(a==="fixed")return!1;var n=ln(e);if(!n.length)return!1;var i=e.boundingClientRect;return n.some(function(o){if(a==="absolute"&&!o2(e,o)&&o.getComputedStylePropertyValue("position")==="static")return!1;var s=o.boundingClientRect;return s.width<2||s.height<2?!0:!Ws(i,s)})}function kf(e){var t=e.getComputedStylePropertyValue("clip").match(n2),r=e.getComputedStylePropertyValue("clip-path").match(i2);if(t&&t.length===5){var a=e.getComputedStylePropertyValue("position");if(["fixed","absolute"].includes(a))return t[3]-t[1]<=0&&t[2]-t[4]<=0}if(r){var n=r[1],i=parseInt(r[2],10);switch(n){case"inset":return i>=50;case"circle":return i===0}}return!1}function Ks(e,t){var r=Ft(e,"map");if(!r)return!0;var a=r.attr("name");if(!a)return!0;var n=un(e.actualNode);if(!n||n.nodeType!==9)return!0;var i=It(g._tree,'img[usemap="#'.concat(Ke(a),'"]'));return!i||!i.length?!0:i.some(function(o){return!t(o)})}function Of(e){var t;if(((t=e.parent)===null||t===void 0?void 0:t.props.nodeName)!=="details")return!1;if(e.props.nodeName==="summary"){var r=e.parent.children.find(function(a){return a.props.nodeName==="summary"});if(r===e)return!1}return!e.parent.hasAttr("open")}function o2(e,t){for(var r=e.parent;r&&r!==t;){if(["relative","sticky"].includes(r.getComputedStylePropertyValue("position")))return!0;r=r.parent}return!1}var s2=[xf,Af,Cf,Of];function Nr(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.skipAncestors,a=t.isAncestor,n=a===void 0?!1:a;return e=Se(e).vNode,r?If(e,n):Nf(e,n)}var If=Ve(function(t,r){return Ys(t)?!0:t.actualNode?!!(s2.some(function(a){return a(t,{isAncestor:r})})||!t.actualNode.isConnected):!1}),Nf=Ve(function(t,r){return If(t,r)?!0:t.parent?Nf(t.parent,!0):!1});function Mf(e){if(e.assignedSlot)return Mf(e.assignedSlot);if(e.parentNode){var t=e.parentNode;if(t.nodeType===1)return t;if(t.host)return t.host}return null}var ft=Mf;function u2(e){if(!e.nodeType&&e.document&&(e=e.document),e.nodeType===9){var t=e.documentElement,r=e.body;return{left:t&&t.scrollLeft||r&&r.scrollLeft||0,top:t&&t.scrollTop||r&&r.scrollTop||0}}return{left:e.scrollLeft,top:e.scrollTop}}var Pf=u2;function l2(e){var t=Pf(b),r=t.left,a=t.top,n=e.getBoundingClientRect();return{top:n.top+a,right:n.right+r,bottom:n.bottom+a,left:n.left+r,width:n.right-n.left,height:n.bottom-n.top}}var Xs=l2;function c2(e){var t=e.document,r=t.documentElement;if(e.innerWidth)return{width:e.innerWidth,height:e.innerHeight};if(r)return{width:r.clientWidth,height:r.clientHeight};var a=t.body;return{width:a.clientWidth,height:a.clientHeight}}var ki=c2;function Oi(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.skipAncestors,a=Se(e),n=a.vNode;return n?r?Lf(n):Bf(n):!1}var Lf=Ve(function(t){return t.getComputedStylePropertyValue("position")==="fixed"}),Bf=Ve(function(t){return Lf(t)?!0:t.parent?Bf(t.parent):!1});function d2(e,t){for(e=ft(e);e&&e.nodeName.toLowerCase()!=="html";){if(e.scrollTop&&(t+=e.scrollTop,t>=0))return!1;e=ft(e)}return!0}function f2(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.isAncestor;if(r)return!1;var a=Se(e),n=a.domNode;if(n){var i=b.documentElement,o=p.getComputedStyle(n),s=p.getComputedStyle(b.body||i).getPropertyValue("direction"),u=Oi(n),l=u?n.getBoundingClientRect():Xs(n);if(l.top===0&&l.bottom===0||l.left===0&&l.right===0)return!1;if(l.bottom<=0&&(d2(n,l.bottom)||o.position==="absolute"))return!0;var c=ki(p);if(u&&l.top>=c.height)return!0;var d=Math.max(i.scrollWidth,c.width);return!!((u||s==="rtl")&&l.left>=d||(u||s==="ltr")&&l.right<=0)}}var Ii=f2,p2=[Tf,Ff,Sf,kf,Ii];function St(e){return e=Se(e).vNode,Zs(e)}var Zs=Ve(function(t,r){return t.actualNode&&t.props.nodeName==="area"?!Ks(t,Zs):Nr(t,{skipAncestors:!0,isAncestor:r})||t.actualNode&&p2.some(function(a){return a(t,{isAncestor:r})})?!1:t.parent?Zs(t.parent,!0):!0});function Qs(e,t){var r=Math.min(e.top,t.top),a=Math.max(e.right,t.right),n=Math.max(e.bottom,t.bottom),i=Math.min(e.left,t.left);return new p.DOMRect(i,r,a-i,n-r)}function Ni(e,t){var r=e.x,a=e.y,n=t.top,i=t.right,o=t.bottom,s=t.left;return a>=n&&r<=i&&a<=o&&r>=s}var $f={};Ut($f,{getBoundingRect:function(){return Qs},getIntersectionRect:function(){return Mi},getOffset:function(){return jf},getRectCenter:function(){return cn},hasVisualOverlap:function(){return Js},isPointInRect:function(){return Ni},rectHasMinimumSize:function(){return yr},rectsOverlap:function(){return Ws},splitRects:function(){return eu}});function Mi(e,t){var r=Math.max(e.left,t.left),a=Math.min(e.right,t.right),n=Math.max(e.top,t.top),i=Math.min(e.bottom,t.bottom);return r>=a||n>=i?null:new p.DOMRect(r,n,a-r,i-n)}function cn(e){var t=e.left,r=e.top,a=e.width,n=e.height;return new p.DOMPoint(t+a/2,r+n/2)}var qf=.05;function yr(e,t){var r=t.width,a=t.height;return r+qf>=e&&a+qf>=e}function jf(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:12,a=qi(e),n=qi(t);return!a.length||!n.length?null:a.reduce(function(i,o){var s=cn(o),u=je(n),l;try{for(u.s();!(l=u.n()).done;){var c=l.value;if(Ni(s,c))return 0;var d=m2(s,c),m=zf(s,d);i=Math.min(i,m)}}catch(_){u.e(_)}finally{u.f()}var v=n1(t);if(yr(r*2,v))return i;var y=n.reduce(Qs),w=cn(y),E=zf(s,w)-r;return Math.max(0,Math.min(i,E))},1/0)}function m2(e,t){var r,a;return e.x<t.left?r=t.left:e.x>t.right?r=t.right:r=e.x,e.y<t.top?a=t.top:e.y>t.bottom?a=t.bottom:a=e.y,{x:r,y:a}}function zf(e,t){return Math.hypot(e.x-t.x,e.y-t.y)}function Js(e,t){var r=e.boundingClientRect,a=t.boundingClientRect;return r.left>=a.right||r.right<=a.left||r.top>=a.bottom||r.bottom<=a.top?!1:ou(e,t)>0}function eu(e,t){var r=Array.isArray(e)?e:[e],a=je(t),n;try{var i=function(){var s=n.value;if(r=r.reduce(function(u,l){return u.concat(h2(l,s))},[]),r.length>4e3)throw new Error("splitRects: Too many rects")};for(a.s();!(n=a.n()).done;)i()}catch(o){a.e(o)}finally{a.f()}return r}function h2(e,t){var r=e.top,a=e.left,n=e.bottom,i=e.right,o=r<t.bottom&&n>t.top,s=a<t.right&&i>t.left,u=[];if(Pi(t.top,r,n)&&s&&u.push({top:r,left:a,bottom:t.top,right:i}),Pi(t.right,a,i)&&o&&u.push({top:r,left:t.right,bottom:n,right:i}),Pi(t.bottom,r,n)&&s&&u.push({top:t.bottom,right:i,bottom:n,left:a}),Pi(t.left,a,i)&&o&&u.push({top:r,left:a,bottom:n,right:t.left}),u.length===0){if(g2(e,t))return[];u.push(e)}return u.map(v2)}var Pi=function(t,r,a){return t>r&&t<a};function v2(e){return new p.DOMRect(e.left,e.top,e.right-e.left,e.bottom-e.top)}function g2(e,t){return e.top>=t.top&&e.left>=t.left&&e.bottom<=t.bottom&&e.right<=t.right}var Hf=0,b2=.1,Vf=.2,Gf=.3,tu=0;function dn(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:b.body,t=arguments.length>1?arguments[1]:void 0,r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(be.get("gridCreated")&&!r)return ye.gridSize;if(be.set("gridCreated",!0),!r){var a=Ee(b.documentElement);if(a||(a=new ku(b.documentElement)),tu=0,a._stackingOrder=[Yf(Hf,tu++,null)],t??(t=new ru),Kf(t,a),Dr(a.actualNode)){var n=new ru(a);a._subGrid=n}}for(var i=b.createTreeWalker(e,p.NodeFilter.SHOW_ELEMENT,null,!1),o=r?i.nextNode():i.currentNode;o;){var s=Ee(o);s&&s.parent?r=s.parent:o.assignedSlot?r=Ee(o.assignedSlot):o.parentElement?r=Ee(o.parentElement):o.parentNode&&Ee(o.parentNode)&&(r=Ee(o.parentNode)),s||(s=new g.VirtualNode(o,r)),s._stackingOrder=y2(s,r,tu++);var u=E2(s,r),l=u?u._subGrid:t;if(Dr(s.actualNode)){var c=new ru(s);s._subGrid=c}var d=s.boundingClientRect;d.width!==0&&d.height!==0&&St(o)&&Kf(l,s),Si(o)&&dn(o.shadowRoot,l,s),o=i.nextNode()}return ye.gridSize}function Uf(e,t){var r=e.getComputedStylePropertyValue("position"),a=e.getComputedStylePropertyValue("z-index");if(r==="fixed"||r==="sticky"||a!=="auto"&&r!=="static"||e.getComputedStylePropertyValue("opacity")!=="1")return!0;var n=e.getComputedStylePropertyValue("-webkit-transform")||e.getComputedStylePropertyValue("-ms-transform")||e.getComputedStylePropertyValue("transform")||"none";if(n!=="none")return!0;var i=e.getComputedStylePropertyValue("mix-blend-mode");if(i&&i!=="normal")return!0;var o=e.getComputedStylePropertyValue("filter");if(o&&o!=="none")return!0;var s=e.getComputedStylePropertyValue("perspective");if(s&&s!=="none")return!0;var u=e.getComputedStylePropertyValue("clip-path");if(u&&u!=="none")return!0;var l=e.getComputedStylePropertyValue("-webkit-mask")||e.getComputedStylePropertyValue("mask")||"none";if(l!=="none")return!0;var c=e.getComputedStylePropertyValue("-webkit-mask-image")||e.getComputedStylePropertyValue("mask-image")||"none";if(c!=="none")return!0;var d=e.getComputedStylePropertyValue("-webkit-mask-border")||e.getComputedStylePropertyValue("mask-border")||"none";if(d!=="none"||e.getComputedStylePropertyValue("isolation")==="isolate")return!0;var m=e.getComputedStylePropertyValue("will-change");if(m==="transform"||m==="opacity"||e.getComputedStylePropertyValue("-webkit-overflow-scrolling")==="touch")return!0;var v=e.getComputedStylePropertyValue("contain");return!!(["layout","paint","strict","content"].includes(v)||a!=="auto"&&Wf(t))}function Wf(e){if(!e)return!1;var t=e.getComputedStylePropertyValue("display");return["flex","inline-flex","grid","inline-grid"].includes(t)}function y2(e,t,r){var a=t._stackingOrder.slice();if(Uf(e,t)){var n=a.findIndex(function(o){var s=o.stackLevel;return[Hf,Vf,Gf].includes(s)});n!==-1&&a.splice(n,a.length-n)}var i=w2(e,t);return i!==null&&a.push(Yf(i,r,e)),a}function Yf(e,t,r){return{stackLevel:e,treeOrder:t,vNode:r}}function w2(e,t){var r=D2(e,t);return["auto","0"].includes(r)?e.getComputedStylePropertyValue("position")!=="static"?Gf:e.getComputedStylePropertyValue("float")!=="none"?Vf:Uf(e,t)?b2:null:parseInt(r)}function D2(e,t){var r=e.getComputedStylePropertyValue("position");return r==="static"&&!Wf(t)?"auto":e.getComputedStylePropertyValue("z-index")}function E2(e,t){for(var r=null,a=[e];t;){if(Dr(t.actualNode)){r=t;break}if(t._scrollRegionParent){r=t._scrollRegionParent;break}a.push(t),t=Ee(t.actualNode.parentElement||t.actualNode.parentNode)}return a.forEach(function(n){return n._scrollRegionParent=r}),r}function Kf(e,t){var r=ln(t);t.clientRects.forEach(function(a){var n,i=r.reduce(function(s,u){return s&&Mi(s,u.boundingClientRect)},a);if(i){(n=t._grid)!==null&&n!==void 0||(t._grid=e);var o=e.getGridPositionOfRect(i);e.loopGridPosition(o,function(s){s.includes(t)||s.push(t)})}})}var ru=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null;Vt(this,e),this.container=t,this.cells=[]}return Gt(e,[{key:"toGridIndex",value:function(r){return Math.floor(r/ye.gridSize)}},{key:"getCellFromPoint",value:function(r){var a,n,i=r.x,o=r.y;Oe(this.boundaries,"Grid does not have cells added");var s=this.toGridIndex(o),u=this.toGridIndex(i);Oe(Ni({y:s,x:u},this.boundaries),"Element midpoint exceeds the grid bounds");var l=(a=this.cells[s-this.cells._negativeIndex])!==null&&a!==void 0?a:[];return(n=l[u-l._negativeIndex])!==null&&n!==void 0?n:[]}},{key:"loopGridPosition",value:function(r,a){var n=r,i=n.left,o=n.right,s=n.top,u=n.bottom;this.boundaries&&(r=Qs(this.boundaries,r)),this.boundaries=r,Xf(this.cells,s,u,function(l,c){Xf(l,i,o,function(d,m){a(d,{row:c,col:m})})})}},{key:"getGridPositionOfRect",value:function(r){var a=r.top,n=r.right,i=r.bottom,o=r.left,s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return a=this.toGridIndex(a-s),n=this.toGridIndex(n+s-1),i=this.toGridIndex(i+s-1),o=this.toGridIndex(o-s),new p.DOMRect(o,a,n-o,i-a)}}])}();function Xf(e,t,r,a){var n;if((n=e._negativeIndex)!==null&&n!==void 0||(e._negativeIndex=0),t<e._negativeIndex){for(var i=0;i<e._negativeIndex-t;i++)e.splice(0,0,[]);e._negativeIndex=t}for(var o=t-e._negativeIndex,s=r-e._negativeIndex,u=o;u<=s;u++){var l,c;(c=e[l=u])!==null&&c!==void 0||(e[l]=[]),a(e[u],u+e._negativeIndex)}}function Li(e){dn();var t=Se(e),r=t.vNode;return r._grid}function Bi(e){var t,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,a=Li(e);if(!(a!=null&&(t=a.cells)!==null&&t!==void 0&&t.length))return[];var n=e.boundingClientRect,i=Oi(e),o=a.getGridPositionOfRect(n,r),s=[];return a.loopGridPosition(o,function(u){var l=je(u),c;try{for(l.s();!(c=l.n()).done;){var d=c.value;d&&d!==e&&!s.includes(d)&&i===Oi(d)&&s.push(d)}}catch(m){l.e(m)}finally{l.f()}}),s}var _2=Ve(function(){var t;if(!g._tree)return null;var r=fr(g._tree[0],"dialog[open]",function(n){var i=n.boundingClientRect,o=b.elementsFromPoint(i.left+1,i.top+1);return o.includes(n.actualNode)&&St(n)});if(!r.length)return null;var a=r.find(function(n){var i=n.boundingClientRect,o=b.elementsFromPoint(i.left-10,i.top-10);return o.includes(n.actualNode)});return a||((t=r.find(function(n){var i,o=(i=x2(n))!==null&&i!==void 0?i:{},s=o.vNode,u=o.rect;if(!s)return!1;var l=b.elementsFromPoint(u.left+1,u.top+1);return!l.includes(s.actualNode)}))!==null&&t!==void 0?t:null)}),Zf=_2;function x2(e){dn();var t=g._tree[0]._grid,r=new p.DOMRect(0,0,p.innerWidth,p.innerHeight);if(t)for(var a=0;a<t.cells.length;a++){var n=t.cells[a];if(n)for(var i=0;i<n.length;i++){var o=n[i];if(o)for(var s=0;s<o.length;s++){var u=o[s],l=u.boundingClientRect,c=Mi(l,r);if(u.props.nodeName!=="html"&&u!==e&&u.getComputedStylePropertyValue("pointer-events")!=="none"&&c)return{vNode:u,rect:c}}}}}function $i(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.skipAncestors,a=t.isAncestor;return r?Qf(e,a):Jf(e,a)}var Qf=Ve(function(t,r){if(t.hasAttr("inert"))return!0;if(!r&&t.actualNode){var a=Zf();if(a&&!br(a,t))return!0}return!1}),Jf=Ve(function(t,r){return Qf(t,r)?!0:t.parent?Jf(t.parent,!0):!1}),A2=["button","command","fieldset","keygen","optgroup","option","select","textarea","input"];function C2(e){return A2.includes(e)}function R2(e){var t=Se(e),r=t.vNode;if(C2(r.props.nodeName)&&r.hasAttr("disabled")||$i(r))return!0;for(var a=r.parent,n=[],i=!1;a&&a.shadowId===r.shadowId&&!i&&(n.push(a),a.props.nodeName!=="legend");){if(a._inDisabledFieldset!==void 0){i=a._inDisabledFieldset;break}a.props.nodeName==="fieldset"&&a.hasAttr("disabled")&&(i=!0),a=a.parent}return n.forEach(function(o){return o._inDisabledFieldset=i}),i?!0:r.props.nodeName!=="area"&&r.actualNode?Nr(r):!1}var au=R2,T2=/^\/\#/,F2=/^#[!/]/;function nu(e){var t,r=e.getAttribute("href");if(!r||r==="#")return!1;if(T2.test(r))return!0;var a=e.hash,n=e.protocol,i=e.hostname,o=e.port,s=e.pathname;if(F2.test(a))return!1;if(r.charAt(0)==="#")return!0;if(typeof((t=p.location)===null||t===void 0?void 0:t.origin)!="string"||p.location.origin.indexOf("://")===-1)return null;var u=p.location.origin+p.location.pathname,l;return i?l="".concat(n,"//").concat(i).concat(o?":".concat(o):""):l=p.location.origin,s?l+=(s[0]!=="/"?"/":"")+s:l+=p.location.pathname,l===u}function S2(e,t){var r=e.getAttribute(t);if(!r||t==="href"&&!nu(e))return null;r.indexOf("#")!==-1&&(r=decodeURIComponent(r.substr(r.indexOf("#")+1)));var a=b.getElementById(r);return a||(a=b.getElementsByName(r),a.length?a[0]:null)}var iu=S2;function ou(e,t){dn();for(var r=Math.max(e._stackingOrder.length,t._stackingOrder.length),a=0;a<r;a++){if(typeof t._stackingOrder[a]>"u")return-1;if(typeof e._stackingOrder[a]>"u"||t._stackingOrder[a].stackLevel>e._stackingOrder[a].stackLevel)return 1;if(t._stackingOrder[a].stackLevel<e._stackingOrder[a].stackLevel)return-1;if(t._stackingOrder[a].treeOrder!==e._stackingOrder[a].treeOrder)return t._stackingOrder[a].treeOrder-e._stackingOrder[a].treeOrder}var n=e.actualNode,i=t.actualNode;if(n.getRootNode&&n.getRootNode()!==i.getRootNode()){for(var o=[];n;)o.push({root:n.getRootNode(),node:n}),n=n.getRootNode().host;for(;i&&!o.find(function(E){return E.root===i.getRootNode()});)i=i.getRootNode().host;if(n=o.find(function(E){return E.root===i.getRootNode()}).node,n===i)return e.actualNode.getRootNode()!==n.getRootNode()?-1:1}var s=p.Node,u=s.DOCUMENT_POSITION_FOLLOWING,l=s.DOCUMENT_POSITION_CONTAINS,c=s.DOCUMENT_POSITION_CONTAINED_BY,d=n.compareDocumentPosition(i),m=d&u?1:-1,v=d&l||d&c,y=e1(e),w=e1(t);return y===w||v?m:w-y}function e1(e){return e.getComputedStylePropertyValue("display").indexOf("inline")!==-1?2:t1(e)?1:0}function t1(e){if(!e)return!1;if(e._isFloated!==void 0)return e._isFloated;var t=e.getComputedStylePropertyValue("float");if(t!=="none")return e._isFloated=!0,!0;var r=t1(e.parent);return e._isFloated=r,r}function su(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,a=cn(t),n=e.getCellFromPoint(a)||[],i=Math.floor(a.x),o=Math.floor(a.y),s=n.filter(function(l){return l.clientRects.some(function(c){var d=c.left,m=c.top;return i<Math.floor(d+c.width)&&i>=Math.floor(d)&&o<Math.floor(m+c.height)&&o>=Math.floor(m)})}),u=e.container;return u&&(s=su(u._grid,u.boundingClientRect,!0).concat(s)),r||(s=s.sort(ou).map(function(l){return l.actualNode}).concat(b.documentElement).filter(function(l,c,d){return d.indexOf(l)===c})),s}function k2(e){var t=Li(e);if(!t)return[];var r=Ee(e).boundingClientRect;return su(t,r)}var r1=k2;function O2(e){var t=It(e,"*"),r=t.filter(function(a){var n=a.isFocusable,i=dr(a.actualNode.getAttribute("tabindex"));return i!==null?n&&i>=0:n});return r}var a1=O2;function I2(e){var t=Se(e),r=t.vNode;if(!r||au(r))return!1;switch(r.props.nodeName){case"a":case"area":if(r.hasAttr("href"))return!0;break;case"input":return r.props.type!=="hidden";case"textarea":case"select":case"summary":case"button":return!0;case"details":return!It(r,"summary").length}return!1}var uu=I2;function it(e){var t=Se(e),r=t.vNode;if(r.props.nodeType!==1||au(r))return!1;if(uu(r))return!0;var a=dr(r.attr("tabindex"));return a!==null}function jt(e){var t=Se(e),r=t.vNode;if(r.props.nodeType!==1)return!1;var a=dr(r.attr("tabindex"));return a<=-1?!1:it(r)}var qi=Ve(N2);function N2(e){var t=e.getComputedStylePropertyValue("display"),r=t==="inline"?e.clientRects:[e.boundingClientRect],a=Bi(e).filter(function(i){return Js(e,i)&&i.getComputedStylePropertyValue("pointer-events")!=="none"&&!M2(e,i)});if(!a.length)return r;var n=a.map(function(i){var o=i.getComputedStylePropertyValue("display");return o==="inline"?i.clientRects:i.boundingClientRect}).flat(1/0);return eu(r,n)}function M2(e,t){return br(e,t)&&!jt(t)}var n1=Ve(P2);function P2(e,t){var r=qi(e);return L2(r,t)}function L2(e,t){return e.reduce(function(r,a){var n=yr(t,r),i=yr(t,a);if(n!==i)return n?r:a;var o=r.width*r.height,s=a.width*a.height;return o>s?r:a})}var fn={};Ut(fn,{accessibleText:function(){return Xr},accessibleTextVirtual:function(){return pt},autocomplete:function(){return Qr},formControlValue:function(){return M1},formControlValueMethods:function(){return vu},hasUnicode:function(){return yu},isHumanInterpretable:function(){return Du},isIconLigature:function(){return wu},isValidAutocomplete:function(){return z1},label:function(){return pE},labelText:function(){return gu},labelVirtual:function(){return Gi},nativeElementType:function(){return hE},nativeTextAlternative:function(){return L1},nativeTextMethods:function(){return P1},removeUnicode:function(){return bn},sanitize:function(){return me},subtreeText:function(){return Lr},titleText:function(){return zi},unsupported:function(){return A1},visible:function(){return H1},visibleTextNodes:function(){return vE},visibleVirtual:function(){return lr}});function B2(e,t){e=e.actualNode||e;try{var r=gt(e),a=[],n=e.getAttribute(t);if(n){n=Et(n);for(var i=0;i<n.length;i++)a.push(r.getElementById(n[i]))}return a}catch{throw new TypeError("Cannot resolve id references for non-DOM nodes")}}var sr=B2;function $2(e,t){var r=Ee(e);return pt(r,t)}var Xr=$2;function q2(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=Se(e),a=r.vNode;if((a==null?void 0:a.props.nodeType)!==1||a.props.nodeType!==1||t.inLabelledByContext||t.inControlContext||!a.attr("aria-labelledby"))return"";var n=sr(a,"aria-labelledby").filter(function(i){return i});return n.reduce(function(i,o){var s=Xr(o,Ae({inLabelledByContext:!0,startNode:t.startNode||a},t));return i?"".concat(i," ").concat(s):s},"")}var pn=q2;function mn(e){var t=Se(e),r=t.vNode;return(r==null?void 0:r.props.nodeType)!==1?"":r.attr("aria-label")||""}var j2={"aria-activedescendant":{type:"idref",allowEmpty:!0},"aria-atomic":{type:"boolean",global:!0},"aria-autocomplete":{type:"nmtoken",values:["inline","list","both","none"]},"aria-braillelabel":{type:"string",allowEmpty:!0,global:!0},"aria-brailleroledescription":{type:"string",allowEmpty:!0,global:!0},"aria-busy":{type:"boolean",global:!0},"aria-checked":{type:"nmtoken",values:["false","mixed","true","undefined"]},"aria-colcount":{type:"int",minValue:-1},"aria-colindex":{type:"int",minValue:1},"aria-colspan":{type:"int",minValue:1},"aria-controls":{type:"idrefs",allowEmpty:!0,global:!0},"aria-current":{type:"nmtoken",allowEmpty:!0,values:["page","step","location","date","time","true","false"],global:!0},"aria-describedby":{type:"idrefs",allowEmpty:!0,global:!0},"aria-description":{type:"string",allowEmpty:!0,global:!0},"aria-details":{type:"idref",allowEmpty:!0,global:!0},"aria-disabled":{type:"boolean",global:!0},"aria-dropeffect":{type:"nmtokens",values:["copy","execute","link","move","none","popup"],global:!0},"aria-errormessage":{type:"idref",allowEmpty:!0,global:!0},"aria-expanded":{type:"nmtoken",values:["true","false","undefined"]},"aria-flowto":{type:"idrefs",allowEmpty:!0,global:!0},"aria-grabbed":{type:"nmtoken",values:["true","false","undefined"],global:!0},"aria-haspopup":{type:"nmtoken",allowEmpty:!0,values:["true","false","menu","listbox","tree","grid","dialog"],global:!0},"aria-hidden":{type:"nmtoken",values:["true","false","undefined"],global:!0},"aria-invalid":{type:"nmtoken",values:["grammar","false","spelling","true"],global:!0},"aria-keyshortcuts":{type:"string",allowEmpty:!0,global:!0},"aria-label":{type:"string",allowEmpty:!0,global:!0},"aria-labelledby":{type:"idrefs",allowEmpty:!0,global:!0},"aria-level":{type:"int",minValue:1},"aria-live":{type:"nmtoken",values:["assertive","off","polite"],global:!0},"aria-modal":{type:"boolean"},"aria-multiline":{type:"boolean"},"aria-multiselectable":{type:"boolean"},"aria-orientation":{type:"nmtoken",values:["horizontal","undefined","vertical"]},"aria-owns":{type:"idrefs",allowEmpty:!0,global:!0},"aria-placeholder":{type:"string",allowEmpty:!0},"aria-posinset":{type:"int",minValue:1},"aria-pressed":{type:"nmtoken",values:["false","mixed","true","undefined"]},"aria-readonly":{type:"boolean"},"aria-relevant":{type:"nmtokens",values:["additions","all","removals","text"],global:!0},"aria-required":{type:"boolean"},"aria-roledescription":{type:"string",allowEmpty:!0,global:!0},"aria-rowcount":{type:"int",minValue:-1},"aria-rowindex":{type:"int",minValue:1},"aria-rowspan":{type:"int",minValue:0},"aria-selected":{type:"nmtoken",values:["false","true","undefined"]},"aria-setsize":{type:"int",minValue:-1},"aria-sort":{type:"nmtoken",values:["ascending","descending","none","other"]},"aria-valuemax":{type:"decimal"},"aria-valuemin":{type:"decimal"},"aria-valuenow":{type:"decimal"},"aria-valuetext":{type:"string",allowEmpty:!0}},i1=j2,z2={alert:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},alertdialog:{type:"window",allowedAttrs:["aria-expanded","aria-modal"],superclassRole:["alert","dialog"],accessibleNameRequired:!0},application:{type:"landmark",allowedAttrs:["aria-activedescendant","aria-expanded"],superclassRole:["structure"],accessibleNameRequired:!0},article:{type:"structure",allowedAttrs:["aria-posinset","aria-setsize","aria-expanded"],superclassRole:["document"]},banner:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},blockquote:{type:"structure",superclassRole:["section"]},button:{type:"widget",allowedAttrs:["aria-expanded","aria-pressed"],superclassRole:["command"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},caption:{type:"structure",requiredContext:["figure","table","grid","treegrid"],superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},cell:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-colindex","aria-colspan","aria-rowindex","aria-rowspan","aria-expanded"],superclassRole:["section"],nameFromContent:!0},checkbox:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-readonly","aria-expanded","aria-required"],superclassRole:["input"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},code:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},columnheader:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-sort","aria-colindex","aria-colspan","aria-expanded","aria-readonly","aria-required","aria-rowindex","aria-rowspan","aria-selected"],superclassRole:["cell","gridcell","sectionhead"],accessibleNameRequired:!1,nameFromContent:!0},combobox:{type:"widget",requiredAttrs:["aria-expanded","aria-controls"],allowedAttrs:["aria-owns","aria-autocomplete","aria-readonly","aria-required","aria-activedescendant","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!0},command:{type:"abstract",superclassRole:["widget"]},complementary:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},composite:{type:"abstract",superclassRole:["widget"]},contentinfo:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},comment:{type:"structure",allowedAttrs:["aria-level","aria-posinset","aria-setsize"],superclassRole:["article"]},definition:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},deletion:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},dialog:{type:"window",allowedAttrs:["aria-expanded","aria-modal"],superclassRole:["window"],accessibleNameRequired:!0},directory:{type:"structure",deprecated:!0,allowedAttrs:["aria-expanded"],superclassRole:["list"],nameFromContent:!0},document:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["structure"]},emphasis:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},feed:{type:"structure",requiredOwned:["article"],allowedAttrs:["aria-expanded"],superclassRole:["list"]},figure:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],nameFromContent:!0},form:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},grid:{type:"composite",requiredOwned:["rowgroup","row"],allowedAttrs:["aria-level","aria-multiselectable","aria-readonly","aria-activedescendant","aria-colcount","aria-expanded","aria-rowcount"],superclassRole:["composite","table"],accessibleNameRequired:!1},gridcell:{type:"widget",requiredContext:["row"],allowedAttrs:["aria-readonly","aria-required","aria-selected","aria-colindex","aria-colspan","aria-expanded","aria-rowindex","aria-rowspan"],superclassRole:["cell","widget"],nameFromContent:!0},group:{type:"structure",allowedAttrs:["aria-activedescendant","aria-expanded"],superclassRole:["section"]},heading:{type:"structure",requiredAttrs:["aria-level"],allowedAttrs:["aria-expanded"],superclassRole:["sectionhead"],accessibleNameRequired:!1,nameFromContent:!0},img:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],accessibleNameRequired:!0,childrenPresentational:!0},input:{type:"abstract",superclassRole:["widget"]},insertion:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},landmark:{type:"abstract",superclassRole:["section"]},link:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["command"],accessibleNameRequired:!0,nameFromContent:!0},list:{type:"structure",requiredOwned:["listitem"],allowedAttrs:["aria-expanded"],superclassRole:["section"]},listbox:{type:"widget",requiredOwned:["group","option"],allowedAttrs:["aria-multiselectable","aria-readonly","aria-required","aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!0},listitem:{type:"structure",requiredContext:["list"],allowedAttrs:["aria-level","aria-posinset","aria-setsize","aria-expanded"],superclassRole:["section"],nameFromContent:!0},log:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},main:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},marquee:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},math:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],childrenPresentational:!0},menu:{type:"composite",requiredOwned:["group","menuitemradio","menuitem","menuitemcheckbox","menu","separator"],allowedAttrs:["aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"]},menubar:{type:"composite",requiredOwned:["group","menuitemradio","menuitem","menuitemcheckbox","menu","separator"],allowedAttrs:["aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["menu"]},menuitem:{type:"widget",requiredContext:["menu","menubar","group"],allowedAttrs:["aria-posinset","aria-setsize","aria-expanded"],superclassRole:["command"],accessibleNameRequired:!0,nameFromContent:!0},menuitemcheckbox:{type:"widget",requiredContext:["menu","menubar","group"],requiredAttrs:["aria-checked"],allowedAttrs:["aria-expanded","aria-posinset","aria-readonly","aria-setsize"],superclassRole:["checkbox","menuitem"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},menuitemradio:{type:"widget",requiredContext:["menu","menubar","group"],requiredAttrs:["aria-checked"],allowedAttrs:["aria-expanded","aria-posinset","aria-readonly","aria-setsize"],superclassRole:["menuitemcheckbox","radio"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},meter:{type:"structure",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-valuemax","aria-valuemin","aria-valuetext"],superclassRole:["range"],accessibleNameRequired:!0,childrenPresentational:!0},mark:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},navigation:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},none:{type:"structure",superclassRole:["structure"],prohibitedAttrs:["aria-label","aria-labelledby"]},note:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},option:{type:"widget",requiredContext:["group","listbox"],allowedAttrs:["aria-selected","aria-checked","aria-posinset","aria-setsize"],superclassRole:["input"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},paragraph:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},presentation:{type:"structure",superclassRole:["structure"],prohibitedAttrs:["aria-label","aria-labelledby"]},progressbar:{type:"widget",allowedAttrs:["aria-expanded","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext"],superclassRole:["range"],accessibleNameRequired:!0,childrenPresentational:!0},radio:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-posinset","aria-setsize","aria-required"],superclassRole:["input"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},radiogroup:{type:"composite",allowedAttrs:["aria-readonly","aria-required","aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!1},range:{type:"abstract",superclassRole:["widget"]},region:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"],accessibleNameRequired:!1},roletype:{type:"abstract",superclassRole:[]},row:{type:"structure",requiredContext:["grid","rowgroup","table","treegrid"],requiredOwned:["cell","columnheader","gridcell","rowheader"],allowedAttrs:["aria-colindex","aria-level","aria-rowindex","aria-selected","aria-activedescendant","aria-expanded","aria-posinset","aria-setsize"],superclassRole:["group","widget"],nameFromContent:!0},rowgroup:{type:"structure",requiredContext:["grid","table","treegrid"],requiredOwned:["row"],superclassRole:["structure"],nameFromContent:!0},rowheader:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-sort","aria-colindex","aria-colspan","aria-expanded","aria-readonly","aria-required","aria-rowindex","aria-rowspan","aria-selected"],superclassRole:["cell","gridcell","sectionhead"],accessibleNameRequired:!1,nameFromContent:!0},scrollbar:{type:"widget",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-controls","aria-orientation","aria-valuemax","aria-valuemin","aria-valuetext"],superclassRole:["range"],childrenPresentational:!0},search:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},searchbox:{type:"widget",allowedAttrs:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-placeholder","aria-readonly","aria-required"],superclassRole:["textbox"],accessibleNameRequired:!0},section:{type:"abstract",superclassRole:["structure"],nameFromContent:!0},sectionhead:{type:"abstract",superclassRole:["structure"],nameFromContent:!0},select:{type:"abstract",superclassRole:["composite","group"]},separator:{type:"structure",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-valuemax","aria-valuemin","aria-orientation","aria-valuetext"],superclassRole:["structure","widget"],childrenPresentational:!0},slider:{type:"widget",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-valuemax","aria-valuemin","aria-orientation","aria-readonly","aria-required","aria-valuetext"],superclassRole:["input","range"],accessibleNameRequired:!0,childrenPresentational:!0},spinbutton:{type:"widget",allowedAttrs:["aria-valuemax","aria-valuemin","aria-readonly","aria-required","aria-activedescendant","aria-valuetext","aria-valuenow"],superclassRole:["composite","input","range"],accessibleNameRequired:!0},status:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},strong:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},structure:{type:"abstract",superclassRole:["roletype"]},subscript:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},superscript:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},switch:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-expanded","aria-readonly","aria-required"],superclassRole:["checkbox"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},suggestion:{type:"structure",requiredOwned:["insertion","deletion"],superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},tab:{type:"widget",requiredContext:["tablist"],allowedAttrs:["aria-posinset","aria-selected","aria-setsize","aria-expanded"],superclassRole:["sectionhead","widget"],nameFromContent:!0,childrenPresentational:!0},table:{type:"structure",requiredOwned:["rowgroup","row"],allowedAttrs:["aria-colcount","aria-rowcount","aria-expanded"],superclassRole:["section"],accessibleNameRequired:!1,nameFromContent:!0},tablist:{type:"composite",requiredOwned:["tab"],allowedAttrs:["aria-level","aria-multiselectable","aria-orientation","aria-activedescendant","aria-expanded"],superclassRole:["composite"]},tabpanel:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],accessibleNameRequired:!1},term:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],nameFromContent:!0},text:{type:"structure",superclassRole:["section"],nameFromContent:!0},textbox:{type:"widget",allowedAttrs:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-placeholder","aria-readonly","aria-required"],superclassRole:["input"],accessibleNameRequired:!0},time:{type:"structure",superclassRole:["section"]},timer:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["status"]},toolbar:{type:"structure",allowedAttrs:["aria-orientation","aria-activedescendant","aria-expanded"],superclassRole:["group"],accessibleNameRequired:!0},tooltip:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],nameFromContent:!0},tree:{type:"composite",requiredOwned:["group","treeitem"],allowedAttrs:["aria-multiselectable","aria-required","aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!1},treegrid:{type:"composite",requiredOwned:["rowgroup","row"],allowedAttrs:["aria-activedescendant","aria-colcount","aria-expanded","aria-level","aria-multiselectable","aria-orientation","aria-readonly","aria-required","aria-rowcount"],superclassRole:["grid","tree"],accessibleNameRequired:!1},treeitem:{type:"widget",requiredContext:["group","tree"],allowedAttrs:["aria-checked","aria-expanded","aria-level","aria-posinset","aria-selected","aria-setsize"],superclassRole:["listitem","option"],accessibleNameRequired:!0,nameFromContent:!0},widget:{type:"abstract",superclassRole:["roletype"]},window:{type:"abstract",superclassRole:["roletype"]}},o1=z2,H2={"doc-abstract":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-acknowledgments":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-afterword":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-appendix":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-backlink":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-biblioentry":{type:"listitem",allowedAttrs:["aria-expanded","aria-level","aria-posinset","aria-setsize"],superclassRole:["listitem"],deprecated:!0},"doc-bibliography":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-biblioref":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-chapter":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-colophon":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-conclusion":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-cover":{type:"img",allowedAttrs:["aria-expanded"],superclassRole:["img"]},"doc-credit":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-credits":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-dedication":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-endnote":{type:"listitem",allowedAttrs:["aria-expanded","aria-level","aria-posinset","aria-setsize"],superclassRole:["listitem"],deprecated:!0},"doc-endnotes":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-epigraph":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-epilogue":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-errata":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-example":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-footnote":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-foreword":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-glossary":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-glossref":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-index":{type:"navigation",allowedAttrs:["aria-expanded"],superclassRole:["navigation"]},"doc-introduction":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-noteref":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-notice":{type:"note",allowedAttrs:["aria-expanded"],superclassRole:["note"]},"doc-pagebreak":{type:"separator",allowedAttrs:["aria-expanded","aria-orientation"],superclassRole:["separator"],childrenPresentational:!0},"doc-pagelist":{type:"navigation",allowedAttrs:["aria-expanded"],superclassRole:["navigation"]},"doc-part":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-preface":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-prologue":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-pullquote":{type:"none",superclassRole:["none"]},"doc-qna":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-subtitle":{type:"sectionhead",allowedAttrs:["aria-expanded"],superclassRole:["sectionhead"]},"doc-tip":{type:"note",allowedAttrs:["aria-expanded"],superclassRole:["note"]},"doc-toc":{type:"navigation",allowedAttrs:["aria-expanded"],superclassRole:["navigation"]}},V2=H2,G2={"graphics-document":{type:"structure",superclassRole:["document"],accessibleNameRequired:!0},"graphics-object":{type:"structure",superclassRole:["group"],nameFromContent:!0},"graphics-symbol":{type:"structure",superclassRole:["img"],accessibleNameRequired:!0,childrenPresentational:!0}},U2=G2,W2={a:{variant:{href:{matches:"[href]",contentTypes:["interactive","phrasing","flow"],allowedRoles:["button","checkbox","menuitem","menuitemcheckbox","menuitemradio","option","radio","switch","tab","treeitem","doc-backlink","doc-biblioref","doc-glossref","doc-noteref"],namingMethods:["subtreeText"]},default:{contentTypes:["phrasing","flow"],allowedRoles:!0}}},abbr:{contentTypes:["phrasing","flow"],allowedRoles:!0},address:{contentTypes:["flow"],allowedRoles:!0},area:{variant:{href:{matches:"[href]",allowedRoles:!1},default:{allowedRoles:["button","link"]}},contentTypes:["phrasing","flow"],namingMethods:["altText"]},article:{contentTypes:["sectioning","flow"],allowedRoles:["feed","presentation","none","document","application","main","region"],shadowRoot:!0},aside:{contentTypes:["sectioning","flow"],allowedRoles:["feed","note","presentation","none","region","search","doc-dedication","doc-example","doc-footnote","doc-glossary","doc-pullquote","doc-tip"]},audio:{variant:{controls:{matches:"[controls]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application"],chromiumRole:"Audio"},b:{contentTypes:["phrasing","flow"],allowedRoles:!0},base:{allowedRoles:!1,noAriaAttrs:!0},bdi:{contentTypes:["phrasing","flow"],allowedRoles:!0},bdo:{contentTypes:["phrasing","flow"],allowedRoles:!0},blockquote:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},body:{allowedRoles:!1,shadowRoot:!0},br:{contentTypes:["phrasing","flow"],allowedRoles:["presentation","none"],namingMethods:["titleText","singleSpace"],allowedAriaAttrs:["aria-hidden"]},button:{contentTypes:["interactive","phrasing","flow"],allowedRoles:["checkbox","combobox","gridcell","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","separator","slider","switch","tab","treeitem"],namingMethods:["subtreeText"]},canvas:{allowedRoles:!0,contentTypes:["embedded","phrasing","flow"],chromiumRole:"Canvas"},caption:{allowedRoles:!1},cite:{contentTypes:["phrasing","flow"],allowedRoles:!0},code:{contentTypes:["phrasing","flow"],allowedRoles:!0},col:{allowedRoles:!1,noAriaAttrs:!0},colgroup:{allowedRoles:!1,noAriaAttrs:!0},data:{contentTypes:["phrasing","flow"],allowedRoles:!0},datalist:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0,implicitAttrs:{"aria-multiselectable":"false"}},dd:{allowedRoles:!1},del:{contentTypes:["phrasing","flow"],allowedRoles:!0},dfn:{contentTypes:["phrasing","flow"],allowedRoles:!0},details:{contentTypes:["interactive","flow"],allowedRoles:!1},dialog:{contentTypes:["flow"],allowedRoles:["alertdialog"]},div:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},dl:{contentTypes:["flow"],allowedRoles:["group","list","presentation","none"],chromiumRole:"DescriptionList"},dt:{allowedRoles:["listitem"]},em:{contentTypes:["phrasing","flow"],allowedRoles:!0},embed:{contentTypes:["interactive","embedded","phrasing","flow"],allowedRoles:["application","document","img","presentation","none"],chromiumRole:"EmbeddedObject"},fieldset:{contentTypes:["flow"],allowedRoles:["none","presentation","radiogroup"],namingMethods:["fieldsetLegendText"]},figcaption:{allowedRoles:["group","none","presentation"]},figure:{contentTypes:["flow"],allowedRoles:!0,namingMethods:["figureText","titleText"]},footer:{contentTypes:["flow"],allowedRoles:["group","none","presentation","doc-footnote"],shadowRoot:!0},form:{contentTypes:["flow"],allowedRoles:["form","search","none","presentation"]},h1:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"1"}},h2:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"2"}},h3:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"3"}},h4:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"4"}},h5:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"5"}},h6:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"6"}},head:{allowedRoles:!1,noAriaAttrs:!0},header:{contentTypes:["flow"],allowedRoles:["group","none","presentation","doc-footnote"],shadowRoot:!0},hgroup:{contentTypes:["heading","flow"],allowedRoles:!0},hr:{contentTypes:["flow"],allowedRoles:["none","presentation","doc-pagebreak"],namingMethods:["titleText","singleSpace"]},html:{allowedRoles:!1,noAriaAttrs:!0},i:{contentTypes:["phrasing","flow"],allowedRoles:!0},iframe:{contentTypes:["interactive","embedded","phrasing","flow"],allowedRoles:["application","document","img","none","presentation"],chromiumRole:"Iframe"},img:{variant:{nonEmptyAlt:{matches:[{attributes:{alt:"/.+/"}},{hasAccessibleName:!0}],allowedRoles:["button","checkbox","link","math","menuitem","menuitemcheckbox","menuitemradio","meter","option","progressbar","radio","scrollbar","separator","slider","switch","tab","treeitem","doc-cover"]},usemap:{matches:"[usemap]",contentTypes:["interactive","embedded","flow"]},default:{allowedRoles:["presentation","none"],contentTypes:["embedded","flow"]}},namingMethods:["altText"]},input:{variant:{button:{matches:{properties:{type:"button"}},allowedRoles:["checkbox","combobox","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","switch","tab"]},buttonType:{matches:{properties:{type:["button","submit","reset"]}},namingMethods:["valueText","titleText","buttonDefaultText"]},checkboxPressed:{matches:{properties:{type:"checkbox"},attributes:{"aria-pressed":"/.*/"}},allowedRoles:["button","menuitemcheckbox","option","switch"],implicitAttrs:{"aria-checked":"false"}},checkbox:{matches:{properties:{type:"checkbox"},attributes:{"aria-pressed":null}},allowedRoles:["menuitemcheckbox","option","switch"],implicitAttrs:{"aria-checked":"false"}},noRoles:{matches:{properties:{type:["color","date","datetime-local","file","month","number","password","range","reset","submit","time","week"]}},allowedRoles:!1},hidden:{matches:{properties:{type:"hidden"}},contentTypes:["flow"],allowedRoles:!1,noAriaAttrs:!0},image:{matches:{properties:{type:"image"}},allowedRoles:["link","menuitem","menuitemcheckbox","menuitemradio","radio","switch"],namingMethods:["altText","valueText","labelText","titleText","buttonDefaultText"]},radio:{matches:{properties:{type:"radio"}},allowedRoles:["menuitemradio"],implicitAttrs:{"aria-checked":"false"}},textWithList:{matches:{properties:{type:"text"},attributes:{list:"/.*/"}},allowedRoles:!1},default:{contentTypes:["interactive","flow"],allowedRoles:["combobox","searchbox","spinbutton"],implicitAttrs:{"aria-valuenow":""},namingMethods:["labelText","placeholderText"]}}},ins:{contentTypes:["phrasing","flow"],allowedRoles:!0},kbd:{contentTypes:["phrasing","flow"],allowedRoles:!0},label:{contentTypes:["interactive","phrasing","flow"],allowedRoles:!1,chromiumRole:"Label"},legend:{allowedRoles:!1},li:{allowedRoles:["menuitem","menuitemcheckbox","menuitemradio","option","none","presentation","radio","separator","tab","treeitem","doc-biblioentry","doc-endnote"],implicitAttrs:{"aria-setsize":"1","aria-posinset":"1"}},link:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},main:{contentTypes:["flow"],allowedRoles:!1,shadowRoot:!0},map:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},math:{contentTypes:["embedded","phrasing","flow"],allowedRoles:!1},mark:{contentTypes:["phrasing","flow"],allowedRoles:!0},menu:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},meta:{variant:{itemprop:{matches:"[itemprop]",contentTypes:["phrasing","flow"]}},allowedRoles:!1,noAriaAttrs:!0},meter:{contentTypes:["phrasing","flow"],allowedRoles:!1,chromiumRole:"progressbar"},nav:{contentTypes:["sectioning","flow"],allowedRoles:["doc-index","doc-pagelist","doc-toc","menu","menubar","none","presentation","tablist"],shadowRoot:!0},noscript:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},object:{variant:{usemap:{matches:"[usemap]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application","document","img"],chromiumRole:"PluginObject"},ol:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},optgroup:{allowedRoles:!1},option:{allowedRoles:!1,implicitAttrs:{"aria-selected":"false"}},output:{contentTypes:["phrasing","flow"],allowedRoles:!0,namingMethods:["subtreeText"]},p:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},param:{allowedRoles:!1,noAriaAttrs:!0},picture:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},pre:{contentTypes:["flow"],allowedRoles:!0},progress:{contentTypes:["phrasing","flow"],allowedRoles:!1,implicitAttrs:{"aria-valuemax":"100","aria-valuemin":"0","aria-valuenow":"0"}},q:{contentTypes:["phrasing","flow"],allowedRoles:!0},rp:{allowedRoles:!0},rt:{allowedRoles:!0},ruby:{contentTypes:["phrasing","flow"],allowedRoles:!0},s:{contentTypes:["phrasing","flow"],allowedRoles:!0},samp:{contentTypes:["phrasing","flow"],allowedRoles:!0},script:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},search:{contentTypes:["flow"],allowedRoles:["form","group","none","presentation","region","search"]},section:{contentTypes:["sectioning","flow"],allowedRoles:["alert","alertdialog","application","banner","complementary","contentinfo","dialog","document","feed","group","log","main","marquee","navigation","none","note","presentation","search","status","tabpanel","doc-abstract","doc-acknowledgments","doc-afterword","doc-appendix","doc-bibliography","doc-chapter","doc-colophon","doc-conclusion","doc-credit","doc-credits","doc-dedication","doc-endnotes","doc-epigraph","doc-epilogue","doc-errata","doc-example","doc-foreword","doc-glossary","doc-index","doc-introduction","doc-notice","doc-pagelist","doc-part","doc-preface","doc-prologue","doc-pullquote","doc-qna","doc-toc"],shadowRoot:!0},select:{variant:{combobox:{matches:{attributes:{multiple:null,size:[null,"1"]}},allowedRoles:["menu"]},default:{allowedRoles:!1}},contentTypes:["interactive","phrasing","flow"],implicitAttrs:{"aria-valuenow":""},namingMethods:["labelText"]},slot:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},small:{contentTypes:["phrasing","flow"],allowedRoles:!0},source:{allowedRoles:!1,noAriaAttrs:!0},span:{contentTypes:["phrasing","flow"],allowedRoles:!0,shadowRoot:!0},strong:{contentTypes:["phrasing","flow"],allowedRoles:!0},style:{allowedRoles:!1,noAriaAttrs:!0},svg:{contentTypes:["embedded","phrasing","flow"],allowedRoles:!0,chromiumRole:"SVGRoot",namingMethods:["svgTitleText"]},sub:{contentTypes:["phrasing","flow"],allowedRoles:!0},summary:{allowedRoles:!1,namingMethods:["subtreeText"]},sup:{contentTypes:["phrasing","flow"],allowedRoles:!0},table:{contentTypes:["flow"],allowedRoles:!0,namingMethods:["tableCaptionText","tableSummaryText"]},tbody:{allowedRoles:!0},template:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},textarea:{contentTypes:["interactive","phrasing","flow"],allowedRoles:!1,implicitAttrs:{"aria-valuenow":"","aria-multiline":"true"},namingMethods:["labelText","placeholderText"]},tfoot:{allowedRoles:!0},thead:{allowedRoles:!0},time:{contentTypes:["phrasing","flow"],allowedRoles:!0},title:{allowedRoles:!1,noAriaAttrs:!0},td:{allowedRoles:!0},th:{allowedRoles:!0},tr:{allowedRoles:!0},track:{allowedRoles:!1,noAriaAttrs:!0},u:{contentTypes:["phrasing","flow"],allowedRoles:!0},ul:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},var:{contentTypes:["phrasing","flow"],allowedRoles:!0},video:{variant:{controls:{matches:"[controls]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application"],chromiumRole:"video"},wbr:{contentTypes:["phrasing","flow"],allowedRoles:["presentation","none"],allowedAriaAttrs:["aria-hidden"]}},Y2=W2,K2={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},X2=K2,s1={ariaAttrs:i1,ariaRoles:Ae({},o1,V2,U2),htmlElms:Y2,cssColors:X2},ya=Ae({},s1);function Z2(e){Object.keys(ya).forEach(function(t){e[t]&&(ya[t]=Vs(ya[t],e[t]))})}function Q2(){Object.keys(ya).forEach(function(e){ya[e]=s1[e]})}var Ie=ya;function J2(e){var t=Ie.ariaRoles[e];return t?!!t.unsupported:!1}var lu=J2;function eD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.allowAbstract,a=t.flagUnsupported,n=a===void 0?!1:a,i=Ie.ariaRoles[e],o=lu(e);return!i||n&&o?!1:r?!0:i.type!=="abstract"}var hn=eD;function tD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.fallback,a=t.abstracts,n=t.dpub;if(e=e instanceof dt?e:Ee(e),e.props.nodeType!==1)return null;var i=(e.attr("role")||"").trim().toLowerCase(),o=r?Et(i):[i],s=o.find(function(u){return!n&&u.substr(0,4)==="doc-"?!1:hn(u,{allowAbstract:a})});return s||null}var Re=tD;function rD(e){return Object.keys(Ie.htmlElms).filter(function(t){var r=Ie.htmlElms[t];return r.contentTypes?r.contentTypes.includes(e):r.variant&&r.variant.default&&r.variant.default.contentTypes?r.variant.default.contentTypes.includes(e):!1})}var cu=rD;function aD(){return be.get("globalAriaAttrs",function(){return Object.keys(Ie.ariaAttrs).filter(function(e){return Ie.ariaAttrs[e].global})})}var Mr=aD;function nD(e){for(var t=[],r=e.rows,a=0,n=r.length;a<n;a++){var i=r[a].cells;t[a]=t[a]||[];for(var o=0,s=0,u=i.length;s<u;s++)for(var l=0;l<i[s].colSpan;l++){for(var c=i[s].getAttribute("rowspan"),d=parseInt(c)===0||i[s].rowspan===0?r.length:i[s].rowSpan,m=0;m<d;m++){for(t[a+m]=t[a+m]||[];t[a+m][o];)o++;t[a+m][o]=i[s]}o++}}return t}var wr=Ve(nD);function iD(e,t){var r,a;for(t||(t=wr(ba(e,"table"))),r=0;r<t.length;r++)if(t[r]&&(a=t[r].indexOf(e),a!==-1))return{x:a,y:r}}var ji=Ve(iD);function du(e){var t=Se(e),r=t.vNode,a=t.domNode,n=r.attr("scope"),i=Re(r);if(!["td","th"].includes(r.props.nodeName))throw new TypeError("Expected TD or TH element");if(i==="columnheader")return"col";if(i==="rowheader")return"row";if(n==="col"||n==="row")return n;if(r.props.nodeName!=="th")return!1;if(!r.actualNode)return"auto";var o=wr(ba(a,"table")),s=ji(a,o),u=o[s.y].every(function(c){return c.nodeName.toUpperCase()==="TH"});if(u)return"col";var l=o.map(function(c){return c[s.x]}).every(function(c){return c&&c.nodeName.toUpperCase()==="TH"});return l?"row":"auto"}function oD(e){return["col","auto"].indexOf(du(e))!==-1}var wa=oD;function sD(e){return["row","auto"].includes(du(e))}var Da=sD;function uD(e){return e?e.replace(/\r\n/g,`
20
+ `).replace(/\u00A0/g," ").replace(/[\s]{2,}/g," ").trim():""}var me=uD,u1=function(){return be.get("sectioningContentSelector",function(){return cu("sectioning").map(function(t){return"".concat(t,":not([role])")}).join(", ")+" , [role=article], [role=complementary], [role=navigation], [role=region]"})},l1=function(){return be.get("sectioningContentPlusMainSelector",function(){return u1()+" , main:not([role]), [role=main]"})};function fu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.checkTitle,a=r===void 0?!1:r;return!!(me(pn(e))||me(mn(e))||a&&(e==null?void 0:e.props.nodeType)===1&&me(e.attr("title")))}var lD={a:function(t){return t.hasAttr("href")?"link":null},area:function(t){return t.hasAttr("href")?"link":null},article:"article",aside:function(t){return Ft(t.parent,u1())&&!fu(t,{checkTitle:!0})?null:"complementary"},body:"document",button:"button",datalist:"listbox",dd:"definition",dfn:"term",details:"group",dialog:"dialog",dt:"term",fieldset:"group",figure:"figure",footer:function(t){var r=Ft(t,l1());return r?null:"contentinfo"},form:function(t){return fu(t)?"form":null},h1:"heading",h2:"heading",h3:"heading",h4:"heading",h5:"heading",h6:"heading",header:function(t){var r=Ft(t,l1());return r?null:"banner"},hr:"separator",img:function(t){var r=t.hasAttr("alt")&&!t.attr("alt"),a=Mr().find(function(n){return t.hasAttr(n)});return r&&!a&&!it(t)?"presentation":"img"},input:function(t){var r;if(t.hasAttr("list")){var a=sr(t.actualNode,"list").filter(function(n){return!!n})[0];r=a&&a.nodeName.toLowerCase()==="datalist"}switch(t.props.type){case"checkbox":return"checkbox";case"number":return"spinbutton";case"radio":return"radio";case"range":return"slider";case"search":return r?"combobox":"searchbox";case"button":case"image":case"reset":case"submit":return"button";case"text":case"tel":case"url":case"email":case"":return r?"combobox":"textbox";default:return"textbox"}},li:"listitem",main:"main",math:"math",menu:"list",meter:"meter",nav:"navigation",ol:"list",optgroup:"group",option:"option",output:"status",progress:"progressbar",search:"search",section:function(t){return fu(t)?"region":null},select:function(t){return t.hasAttr("multiple")||parseInt(t.attr("size"))>1?"listbox":"combobox"},summary:"button",table:"table",tbody:"rowgroup",td:function(t){var r=Ft(t,"table"),a=Re(r);return["grid","treegrid"].includes(a)?"gridcell":"cell"},textarea:"textbox",tfoot:"rowgroup",th:function(t){if(wa(t))return"columnheader";if(Da(t))return"rowheader"},thead:"rowgroup",tr:"row",ul:"list"},pu=lD;function cD(e,t){var r=B(t);if(Array.isArray(t)&&typeof e<"u")return t.includes(e);if(r==="function")return!!t(e);if(e!=null){if(t instanceof RegExp)return t.test(e);if(/^\/.*\/$/.test(t)){var a=t.substring(1,t.length-1);return new RegExp(a).test(e)}}return t===e}var Zr=cD;function dD(e,t){return Zr(!!pt(e),t)}var c1=dD;function fD(e,t){var r=B(t);if(r!=="object"||Array.isArray(t)||t instanceof RegExp)throw new Error("Expect matcher to be an object");return Object.keys(t).every(function(a){return Zr(e(a),t[a])})}var mu=fD;function pD(e,t){return e=Se(e).vNode,mu(function(r){return e.attr(r)},t)}var d1=pD;function f1(e,t){return!!t(e)}function mD(e,t){return Zr(Re(e),t)}var p1=mD;function hD(e,t){return Zr(ur(e),t)}var m1=hD;function vD(e,t){return e=Se(e).vNode,Zr(e.props.nodeName,t)}var h1=vD;function gD(e,t){return e=Se(e).vNode,mu(function(r){return e.props[r]},t)}var v1=gD;function bD(e,t){return Zr(we(e),t)}var g1=bD,b1={hasAccessibleName:c1,attributes:d1,condition:f1,explicitRole:p1,implicitRole:m1,nodeName:h1,properties:v1,semanticRole:g1};function y1(e,t){return e=Se(e).vNode,Array.isArray(t)?t.some(function(r){return y1(e,r)}):typeof t=="string"?Is(e,t):Object.keys(t).every(function(r){if(!b1[r])throw new Error('Unknown matcher type "'.concat(r,'"'));var a=b1[r],n=t[r];return a(e,n)})}var w1=y1;function yD(e,t){return w1(e,t)}var kt=yD;kt.hasAccessibleName=c1,kt.attributes=d1,kt.condition=f1,kt.explicitRole=p1,kt.fromDefinition=w1,kt.fromFunction=mu,kt.fromPrimative=Zr,kt.implicitRole=m1,kt.nodeName=h1,kt.properties=v1,kt.semanticRole=g1;var vn=kt;function wD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.noMatchAccessibleName,a=r===void 0?!1:r,n=Ie.htmlElms[e.props.nodeName];if(!n)return{};if(!n.variant)return n;var i=n.variant,o=Te(n,xe);for(var s in i)if(!(!i.hasOwnProperty(s)||s==="default")){for(var u=i[s],l=u.matches,c=Te(u,ke),d=Array.isArray(l)?l:[l],m=0;m<d.length&&a;m++)if(d[m].hasOwnProperty("hasAccessibleName"))return n;if(vn(e,l))for(var v in c)c.hasOwnProperty(v)&&(o[v]=c[v])}for(var y in i.default)i.default.hasOwnProperty(y)&&typeof o[y]>"u"&&(o[y]=i.default[y]);return o}var Pr=wD;function DD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.chromium,a=e instanceof dt?e:Ee(e);if(e=a.actualNode,!a)throw new ReferenceError("Cannot get implicit role of a node outside the current scope.");var n=a.props.nodeName,i=pu[n];if(!i&&r){var o=Pr(a),s=o.chromiumRole;return s||null}return typeof i=="function"?i(a):i||null}var ur=DD,ED={td:["tr"],th:["tr"],tr:["thead","tbody","tfoot","table"],thead:["table"],tbody:["table"],tfoot:["table"],li:["ol","ul"],dt:["dl","div"],dd:["dl","div"],div:["dl"]};function D1(e,t){var r=ED[e.props.nodeName];if(!r)return null;if(!e.parent){if(!e.actualNode)return null;throw new ReferenceError("Cannot determine role presentational inheritance of a required parent outside the current scope.")}if(!r.includes(e.parent.props.nodeName))return null;var a=Re(e.parent,t);return["none","presentation"].includes(a)&&!_1(e.parent)?a:a?null:D1(e.parent,t)}function E1(e,t){var r=t.chromium,a=Te(t,Ye),n=ur(e,{chromium:r});if(!n)return null;var i=D1(e,a);return i||n}function _1(e){var t=Mr().some(function(r){return e.hasAttr(r)});return t||it(e)}function _D(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.noImplicit,a=Te(t,ht),n=Se(e),i=n.vNode;if(i.props.nodeType!==1)return null;var o=Re(i,a);return o?["presentation","none"].includes(o)&&_1(i)?r?null:E1(i,a):o:r?null:E1(i,a)}function xD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.noPresentational,a=Te(t,zt),n=_D(e,a);return r&&["presentation","none"].includes(n)?null:n}var we=xD,AD=["iframe"];function CD(e){var t=Se(e),r=t.vNode;return r.props.nodeType!==1||!e.hasAttr("title")||!kt(r,AD)&&["none","presentation"].includes(we(r))?"":r.attr("title")}var zi=CD;function RD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.strict;if(e=e instanceof dt?e:Ee(e),e.props.nodeType!==1)return!1;var a=we(e),n=Ie.ariaRoles[a];return n&&n.nameFromContent?!0:r?!1:!n||["presentation","none"].includes(a)}var x1=RD;function TD(e){var t=e.actualNode,r=e.children;if(!r)throw new Error("getOwnedVirtual requires a virtual node");if(e.hasAttr("aria-owns")){var a=sr(t,"aria-owns").filter(function(o){return!!o}).map(function(o){return g.utils.getNodeFromTree(o)}),n=a.filter(function(o,s){return a.indexOf(o)===s}),i=r.filter(function(o){return!n.includes(o)});return[].concat(de(i),de(n))}return de(r)}var gn=TD,A1={accessibleNameFromFieldValue:["progressbar"]};function Xe(e){return e=Se(e).vNode,hu(e)}var hu=Ve(function(t,r){return Rf(t)||$i(t,{skipAncestors:!0,isAncestor:r})?!1:t.actualNode&&t.props.nodeName==="area"?!Ks(t,hu):Nr(t,{skipAncestors:!0,isAncestor:r})?!1:t.parent?hu(t.parent,!0):!0});function C1(e,t,r){var a=Se(e),n=a.vNode,i=t?Xe:St,o=!e.actualNode||e.actualNode&&i(e),s=n.children.map(function(u){var l=u.props,c=l.nodeType,d=l.nodeValue;if(c===3){if(d&&o)return d}else if(!r)return C1(u,t)}).join("");return me(s)}var lr=C1,FD=["button","checkbox","color","file","hidden","image","password","radio","reset","submit"];function SD(e){e=e instanceof dt?e:Ee(e);var t=e.props.nodeName;return t==="textarea"||t==="input"&&!FD.includes((e.attr("type")||"").toLowerCase())}var R1=SD;function kD(e){e=e instanceof dt?e:Ee(e);var t=e.props.nodeName;return t==="select"}var T1=kD;function OD(e){var t=Re(e);return t==="textbox"}var F1=OD;function ID(e){var t=Re(e);return t==="listbox"}var S1=ID;function ND(e){var t=Re(e);return t==="combobox"}var k1=ND,MD=["progressbar","scrollbar","slider","spinbutton"];function PD(e){var t=Re(e);return MD.includes(t)}var O1=PD,I1=["textbox","progressbar","scrollbar","slider","spinbutton","combobox","listbox"],vu={nativeTextboxValue:BD,nativeSelectValue:$D,ariaTextboxValue:qD,ariaListboxValue:N1,ariaComboboxValue:jD,ariaRangeValue:zD};function LD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.actualNode,a=A1.accessibleNameFromFieldValue||[],n=we(e);if(t.startNode===e||!I1.includes(n)||a.includes(n))return"";var i=Object.keys(vu).map(function(s){return vu[s]}),o=i.reduce(function(s,u){return s||u(e,t)},"");return t.debug&&Wr(o||"{empty-value}",r,t),o}function BD(e){var t=Se(e),r=t.vNode;return R1(r)&&r.props.value||""}function $D(e){var t=Se(e),r=t.vNode;if(!T1(r))return"";var a=It(r,"option"),n=a.filter(function(i){return i.props.selected});return n.length||n.push(a[0]),n.map(function(i){return lr(i)}).join(" ")||""}function qD(e){var t=Se(e),r=t.vNode,a=t.domNode;return F1(r)?!a||a&&!Nr(a)?lr(r,!0):a.textContent:""}function N1(e,t){var r=Se(e),a=r.vNode;if(!S1(a))return"";var n=gn(a).filter(function(i){return we(i)==="option"&&i.attr("aria-selected")==="true"});return n.length===0?"":pt(n[0],t)}function jD(e,t){var r=Se(e),a=r.vNode;if(!k1(a))return"";var n=gn(a).filter(function(i){return we(i)==="listbox"})[0];return n?N1(n,t):""}function zD(e){var t=Se(e),r=t.vNode;if(!O1(r)||!r.hasAttr("aria-valuenow"))return"";var a=+r.attr("aria-valuenow");return isNaN(a)?"0":String(a)}var M1=LD;function HD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=pt.alreadyProcessed;t.startNode=t.startNode||e;var a=t,n=a.strict,i=a.inControlContext,o=a.inLabelledByContext,s=we(e),u=Pr(e,{noMatchAccessibleName:!0}),l=u.contentTypes;if(r(e,t)||e.props.nodeType!==1||l!=null&&l.includes("embedded")||I1.includes(s)||!t.subtreeDescendant&&!t.inLabelledByContext&&!x1(e,{strict:n}))return"";if(!n){var c=!i&&!o;t=Ae({subtreeDescendant:c},t)}return gn(e).reduce(function(d,m){return GD(d,m,t)},"")}var VD=cu("phrasing").concat(["#text"]);function GD(e,t,r){var a=t.props.nodeName,n=pt(t,r);return n?(VD.includes(a)||(n[0]!==" "&&(n+=" "),e&&e[e.length-1]!==" "&&(n=" "+n)),e+n):e}var Lr=HD;function UD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=pt.alreadyProcessed;if(t.inControlContext||t.inLabelledByContext||r(e,t))return"";t.startNode||(t.startNode=e);var a=Ae({inControlContext:!0},t),n=WD(e),i=Ft(e,"label"),o;return i?(o=[].concat(de(n),[i.actualNode]),o.sort(Gu)):o=n,o.map(function(s){return Xr(s,a)}).filter(function(s){return s!==""}).join(" ")}function WD(e){if(!e.attr("id"))return[];if(!e.actualNode)throw new TypeError("Cannot resolve explicit label reference for non-DOM nodes");return Ef({elm:"label",attr:"for",value:e.attr("id"),context:e.actualNode})}var gu=UD,YD={submit:"Submit",image:"Submit",reset:"Reset",button:""},KD={valueText:function(t){return t.props.value||""},buttonDefaultText:function(t){return YD[t.props.type]||""},tableCaptionText:Hi.bind(null,"caption"),figureText:Hi.bind(null,"figcaption"),svgTitleText:Hi.bind(null,"title"),fieldsetLegendText:Hi.bind(null,"legend"),altText:bu.bind(null,"alt"),tableSummaryText:bu.bind(null,"summary"),titleText:zi,subtreeText:Lr,labelText:gu,singleSpace:function(){return" "},placeholderText:bu.bind(null,"placeholder")};function bu(e,t){return t.attr(e)||""}function Hi(e,t,r){var a=t.actualNode;e=e.toLowerCase();var n=[e,a.nodeName.toLowerCase()].join(","),i=a.querySelector(n);return!i||i.nodeName.toLowerCase()!==e?"":Xr(i,r)}var P1=KD;function L1(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.actualNode;if(e.props.nodeType!==1||["presentation","none"].includes(we(e)))return"";var a=XD(e),n=a.reduce(function(i,o){return i||o(e,t)},"");return t.debug&&g.log(n||"{empty-value}",r,t),n}function XD(e){var t=Pr(e,{noMatchAccessibleName:!0}),r=t.namingMethods||[];return r.map(function(a){return P1[a]})}function B1(){return/[\u1D00-\u1D7F\u1D80-\u1DBF\u1DC0-\u1DFF\u20A0-\u20CF\u20D0-\u20FF\u2100-\u214F\u2150-\u218F\u2190-\u21FF\u2200-\u22FF\u2300-\u23FF\u2400-\u243F\u2440-\u245F\u2460-\u24FF\u2500-\u257F\u2580-\u259F\u25A0-\u25FF\u2600-\u26FF\u2700-\u27BF\uE000-\uF8FF]/g}function $1(){return/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&\xa3\xa2\xa5\xa7\u20ac()*+,\-.\/:;<=>?@\[\]^_`{|}~\xb1]/g}function q1(){return/[\uDB80-\uDBBF][\uDC00-\uDFFF]/g}function j1(){return/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC38]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/g}function ZD(e,t){var r=t.emoji,a=t.nonBmp,n=t.punctuations,i=!1;return r&&(i||(i=is().test(e))),a&&(i||(i=B1().test(e)||q1().test(e)||j1().test(e))),n&&(i||(i=$1().test(e))),i}var yu=ZD;function wu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:.15,r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:3,a=e.actualNode.nodeValue.trim();if(!me(a)||yu(a,{emoji:!0,nonBmp:!0}))return!1;var n=be.get("canvasContext",function(){return b.createElement("canvas").getContext("2d",{willReadFrequently:!0})}),i=n.canvas,o=be.get("fonts",function(){return{}}),s=p.getComputedStyle(e.parent.actualNode),u=s.getPropertyValue("font-family");o[u]||(o[u]={occurrences:0,numLigatures:0});var l=o[u];if(l.occurrences>=r){if(l.numLigatures/l.occurrences===1)return!0;if(l.numLigatures===0)return!1}l.occurrences++;var c=30,d="".concat(c,"px ").concat(u);n.font=d;var m=a.charAt(0),v=n.measureText(m).width;if(v===0)return l.numLigatures++,!0;if(v<30){var y=30/v;v*=y,c*=y,d="".concat(c,"px ").concat(u)}i.width=v,i.height=c,n.font=d,n.textAlign="left",n.textBaseline="top",n.fillText(m,0,0);var w=new Uint32Array(n.getImageData(0,0,v,c).data.buffer);if(!w.some(function(O){return O}))return l.numLigatures++,!0;n.clearRect(0,0,v,c),n.fillText(a,0,0);var E=new Uint32Array(n.getImageData(0,0,v,c).data.buffer),_=w.reduce(function(O,P,$){return P===0&&E[$]===0||P!==0&&E[$]!==0?O:++O},0),x=a.split("").reduce(function(O,P){return O+n.measureText(P).width},0),C=n.measureText(a).width,R=_/w.length,T=1-C/x;return R>=t&&T>=t?(l.numLigatures++,!0):!1}function pt(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(t=tE(e,t),JD(e,t)||eE(e,t))return"";var r=[pn,mn,L1,M1,Lr,QD,zi],a=r.reduce(function(n,i){return t.startNode===e&&(n=me(n)),n!==""?n:i(e,t)},"");return t.debug&&g.log(a||"{empty-value}",e.actualNode,t),a}function QD(e){return e.props.nodeType!==3?"":e.props.nodeValue}function JD(e,t){return!e||t.includeHidden&&!Ys(e)||e.props.nodeType!==1?!1:!Xe(e)}function eE(e,t){var r,a=t.ignoreIconLigature,n=t.pixelThreshold,i=(r=t.occurrenceThreshold)!==null&&r!==void 0?r:t.occuranceThreshold;return e.props.nodeType!==3||!a?!1:wu(e,n,i)}function tE(e,t){return t.startNode||(t=Ae({startNode:e},t)),e.props.nodeType===1&&t.inLabelledByContext&&t.includeHidden===void 0&&(t=Ae({includeHidden:!Xe(e)},t)),t}pt.alreadyProcessed=function(t,r){return r.processed=r.processed||[],r.processed.includes(t)?!0:(r.processed.push(t),!1)};function rE(e,t){var r=t.emoji,a=t.nonBmp,n=t.punctuations;return r&&(e=e.replace(is(),"")),a&&(e=e.replace(B1(),"").replace(q1(),"").replace(j1(),"")),n&&(e=e.replace($1(),"")),e}var bn=rE;function aE(e){return nE(e)||iE(e)||oE(e)||sE(e)?0:1}function nE(e){return me(e).length===0}function iE(e){return e.length===1&&e.match(/\D/)}function oE(e){var t=["aa","abc"];return t.includes(e.toLowerCase())}function sE(e){var t=bn(e,{emoji:!0,nonBmp:!0,punctuations:!0});return!me(t)}var Du=aE,Qr={stateTerms:["on","off"],standaloneTerms:["name","honorific-prefix","given-name","additional-name","family-name","honorific-suffix","nickname","username","new-password","current-password","organization-title","organization","street-address","address-line1","address-line2","address-line3","address-level4","address-level3","address-level2","address-level1","country","country-name","postal-code","cc-name","cc-given-name","cc-additional-name","cc-family-name","cc-number","cc-exp","cc-exp-month","cc-exp-year","cc-csc","cc-type","transaction-currency","transaction-amount","language","bday","bday-day","bday-month","bday-year","sex","url","photo","one-time-code"],qualifiers:["home","work","mobile","fax","pager"],qualifiedTerms:["tel","tel-country-code","tel-national","tel-area-code","tel-local","tel-local-prefix","tel-local-suffix","tel-extension","email","impp"],locations:["billing","shipping"]};function uE(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.looseTyped,a=r===void 0?!1:r,n=t.stateTerms,i=n===void 0?[]:n,o=t.locations,s=o===void 0?[]:o,u=t.qualifiers,l=u===void 0?[]:u,c=t.standaloneTerms,d=c===void 0?[]:c,m=t.qualifiedTerms,v=m===void 0?[]:m,y=t.ignoredValues,w=y===void 0?[]:y;if(e=e.toLowerCase().trim(),i=i.concat(Qr.stateTerms),i.includes(e)||e==="")return!0;l=l.concat(Qr.qualifiers),s=s.concat(Qr.locations),d=d.concat(Qr.standaloneTerms),v=v.concat(Qr.qualifiedTerms);var E=e.split(/\s+/g);if(E[E.length-1]==="webauthn"&&(E.pop(),E.length===0)||!a&&(E[0].length>8&&E[0].substr(0,8)==="section-"&&E.shift(),s.includes(E[0])&&E.shift(),l.includes(E[0])&&(E.shift(),d=[]),E.length!==1))return!1;var _=E[E.length-1];if(!w.includes(_))return d.includes(_)||v.includes(_)}var z1=uE;function lE(e){var t,r;return e.attr("aria-labelledby")&&(t=sr(e.actualNode,"aria-labelledby"),r=t.map(function(a){var n=Ee(a);return n?lr(n):""}).join(" ").trim(),r)||(r=e.attr("aria-label"),r&&(r=me(r),r))?r:null}var Vi=lE;function cE(e,t,r){return e=Ee(e),lr(e,t,r)}var H1=cE;function dE(e){var t,r,a;if(r=Vi(e),r)return r;if(e.attr("id")){if(!e.actualNode)throw new TypeError("Cannot resolve explicit label reference for non-DOM nodes");var n=Ke(e.attr("id"));if(a=gt(e.actualNode),t=a.querySelector('label[for="'+n+'"]'),r=t&&H1(t,!0),r)return r}return t=Ft(e,"label"),r=t&&lr(t,!0),r||null}var Gi=dE;function fE(e){return e=Ee(e),Gi(e)}var pE=fE,mE=[{matches:[{nodeName:"textarea"},{nodeName:"input",properties:{type:["text","password","search","tel","email","url"]}}],namingMethods:"labelText"},{matches:{nodeName:"input",properties:{type:["button","submit","reset"]}},namingMethods:["valueText","titleText","buttonDefaultText"]},{matches:{nodeName:"input",properties:{type:"image"}},namingMethods:["altText","valueText","labelText","titleText","buttonDefaultText"]},{matches:"button",namingMethods:"subtreeText"},{matches:"fieldset",namingMethods:"fieldsetLegendText"},{matches:"OUTPUT",namingMethods:"subtreeText"},{matches:[{nodeName:"select"},{nodeName:"input",properties:{type:/^(?!text|password|search|tel|email|url|button|submit|reset)/}}],namingMethods:"labelText"},{matches:"summary",namingMethods:"subtreeText"},{matches:"figure",namingMethods:["figureText","titleText"]},{matches:"img",namingMethods:"altText"},{matches:"table",namingMethods:["tableCaptionText","tableSummaryText"]},{matches:["hr","br"],namingMethods:["titleText","singleSpace"]}],hE=mE;function V1(e){var t=St(e),r=[];return e.children.forEach(function(a){a.actualNode.nodeType===3?t&&r.push(a):r=r.concat(V1(a))}),r}var vE=V1,gE=Ve(function(t){var r=Ee(t),a=r.boundingClientRect,n=[],i=ln(r);return t.childNodes.forEach(function(o){if(!(o.nodeType!==3||me(o.nodeValue)==="")){var s=bE(o);yE(s,a)||n.push.apply(n,de(G1(s,i)))}}),n.length?n:G1([a],i)}),Eu=gE;function bE(e){var t=b.createRange();return t.selectNodeContents(e),Array.from(t.getClientRects())}function yE(e,t){return e.some(function(r){var a=cn(r);return!Ni(a,t)})}function G1(e,t){var r=[];return e.forEach(function(a){if(!(a.width<1||a.height<1)){var n=t.reduce(function(i,o){return i&&Mi(i,o.boundingClientRect)},a);n&&r.push(n)}}),r}function wE(e){var t=Li(e);if(!t)return[];var r=Eu(e);return r.map(function(a){return su(t,a)})}var _u=wE,DE=["checkbox","img","meter","progressbar","scrollbar","radio","slider","spinbutton","textbox"];function EE(e){var t=Se(e),r=t.vNode,a=g.commons.aria.getExplicitRole(r);if(a)return DE.indexOf(a)!==-1;switch(r.props.nodeName){case"img":case"iframe":case"object":case"video":case"audio":case"canvas":case"svg":case"math":case"button":case"select":case"textarea":case"keygen":case"progress":case"meter":return!0;case"input":return r.props.type!=="hidden";default:return!1}}var xu=EE,_E=["head","title","template","script","style","iframe","object","video","audio","noscript"];function Ui(e){return _E.includes(e.props.nodeName)?!1:e.children.some(function(t){var r=t.props;return r.nodeType===3&&r.nodeValue.trim()})}function U1(e,t,r){return Ui(e)||xu(e.actualNode)||!r&&!!Vi(e)||!t&&e.children.some(function(a){return a.actualNode.nodeType===1&&U1(a)})}var yn=U1;function xE(e,t,r){return e=Ee(e),yn(e,t,r)}var Wi=xE;function Au(e){return typeof e.children>"u"||Ui(e)?!0:e.props.nodeType===1&&xu(e)?!!g.commons.text.accessibleTextVirtual(e):e.children.some(function(t){return!t.attr("lang")&&Au(t)&&!Nr(t)})}function AE(e){var t=dr(e.getAttribute("tabindex"));return t>-1&&it(e)&&!uu(e)}var W1=AE;function Y1(e,t){var r=Se(e),a=r.vNode,n=r.domNode;return a?(a._isHiddenWithCSS===void 0&&(a._isHiddenWithCSS=K1(n,t)),a._isHiddenWithCSS):K1(n,t)}function K1(e,t){if(e.nodeType===9||(e.nodeType===11&&(e=e.host),["STYLE","SCRIPT"].includes(e.nodeName.toUpperCase())))return!1;var r=p.getComputedStyle(e,null);if(!r)throw new Error("Style does not exist for the given element.");var a=r.getPropertyValue("display");if(a==="none")return!0;var n=["hidden","collapse"],i=r.getPropertyValue("visibility");if(n.includes(i)&&!t||n.includes(i)&&t&&n.includes(t))return!0;var o=ft(e);return o&&!n.includes(i)?Y1(o,i):!1}var CE=Y1;function RE(e){var t=e.doctype;return t===null?!1:t.name==="html"&&!t.publicId&&!t.systemId}var X1=RE;function TE(e){var t;(e instanceof dt||(t=p)!==null&&t!==void 0&&t.Node&&e instanceof p.Node)&&(e=g.commons.aria.getRole(e));var r=Ie.ariaRoles[e];return(r==null?void 0:r.type)||null}var Jt=TE,FE=["block","list-item","table","flex","grid"],SE=["inline-block","inline-flex","inline-grid"];function kE(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.noLengthCompare,a=t.includeInlineBlock,n=a===void 0?!1:a,i=Se(e),o=i.vNode,s=i.domNode;if(Ru(s)||!n&&OE(o))return!1;var u=IE(s),l="",c="",d=0;return Z1(u,function(m){if(m===u.actualNode)return!0;if(d===2)return!1;if(m.nodeType===3&&(l+=m.nodeValue),m.nodeType===1){var v=(m.nodeName||"").toUpperCase();m===s&&(d=1);var y=Ru(m);if((y||["BR","HR"].includes(v))&&(d===0?(l="",c=""):d=2),y||m.style.display==="none"||m.style.overflow==="hidden"||!["",null,"none"].includes(m.style.float)||!["",null,"relative"].includes(m.style.position))return!1;if(Jt(m)==="widget")return c+=m.textContent,!1}}),l=me(l),r?l.length!==0:(c=me(c),l.length>c.length)}var Cu=kE;function Ru(e){var t=Se(e),r=t.vNode,a=r.getComputedStylePropertyValue("display");return FE.includes(a)||a.substr(0,6)==="table-"}function OE(e){var t=e.getComputedStylePropertyValue("display");return SE.includes(t)}function Z1(e,t){t(e.actualNode)!==!1&&e.children.forEach(function(r){return Z1(r,t)})}function IE(e){for(var t=ft(e);t&&!Ru(t);)t=ft(t);return Ee(t)}function NE(e){e=e||{};var t=e.modalPercent||.75;if(be.get("isModalOpen"))return be.get("isModalOpen");var r=fr(g._tree[0],"dialog, [role=dialog], [aria-modal=true]",St);if(r.length)return be.set("isModalOpen",!0),!0;for(var a=ki(p),n=a.width*t,i=a.height*t,o=(a.width-n)/2,s=(a.height-i)/2,u=[{x:o,y:s},{x:a.width-o,y:s},{x:a.width/2,y:a.height/2},{x:o,y:a.height-s},{x:a.width-o,y:a.height-s}],l=u.map(function(v){return Array.from(b.elementsFromPoint(v.x,v.y))}),c=function(){var y=l[m].find(function(w){var E=p.getComputedStyle(w);return parseInt(E.width,10)>=n&&parseInt(E.height,10)>=i&&E.getPropertyValue("pointer-events")!=="none"&&(E.position==="absolute"||E.position==="fixed")});if(y&&l.every(function(w){return w.includes(y)}))return be.set("isModalOpen",!0),{v:!0}},d,m=0;m<l.length;m++)if(d=c(),d)return d.v;be.set("isModalOpen",void 0)}var wn=NE;function Q1(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:2,r=e.ownerDocument.createRange();r.setStart(e,0),r.setEnd(e,e.childNodes.length);var a=0,n=0,i=je(r.getClientRects()),o;try{for(i.s();!(o=i.n()).done;){var s=o.value;if(!(s.height<=t))if(a>s.top+t)a=Math.max(a,s.bottom);else if(n===0)a=s.bottom,n++;else return!0}}catch(u){i.e(u)}finally{i.f()}return!1}function ME(e){return e instanceof p.Node}var PE=ME,Tu="color.incompleteData",LE={set:function(t,r){if(typeof t!="string")throw new Error("Incomplete data: key must be a string");var a=be.get(Tu,function(){return{}});return r&&(a[t]=r),a[t]},get:function(t){var r=be.get(Tu);return r==null?void 0:r[t]},clear:function(){be.set(Tu,{})}},Ge=LE;function BE(e,t){var r=["IMG","CANVAS","OBJECT","IFRAME","VIDEO","SVG"],a=e.nodeName.toUpperCase();if(r.includes(a))return Ge.set("bgColor","imgNode"),!0;t=t||p.getComputedStyle(e);var n=t.getPropertyValue("background-image"),i=n!=="none";if(i){var o=/gradient/.test(n);Ge.set("bgColor",o?"bgGradient":"bgImage")}return i}var Yi=BE,$E=/^#[0-9a-f]{3,8}$/i,qE=/hsl\(\s*([-\d.]+)(rad|turn)/,Dn=($e=new WeakMap,at=new WeakMap,vt=new WeakMap,Nt=new WeakMap,ct=new WeakMap,Dt=new WeakMap,Pa=new WeakSet,function(){function e(t,r,a){var n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:1;if(Vt(this,e),$l(this,Pa),xr(this,$e,void 0),xr(this,at,void 0),xr(this,vt,void 0),xr(this,Nt,void 0),xr(this,ct,void 0),xr(this,Dt,void 0),t instanceof Dn){var i=t.r,o=t.g,s=t.b;this.r=i,this.g=o,this.b=s,this.alpha=t.alpha;return}this.red=t,this.green=r,this.blue=a,this.alpha=n}return Gt(e,[{key:"r",get:function(){return Ht($e,this)},set:function(r){_t($e,this,r),_t(Nt,this,Math.round(Ea(r,0,1)*255))}},{key:"g",get:function(){return Ht(at,this)},set:function(r){_t(at,this,r),_t(ct,this,Math.round(Ea(r,0,1)*255))}},{key:"b",get:function(){return Ht(vt,this)},set:function(r){_t(vt,this,r),_t(Dt,this,Math.round(Ea(r,0,1)*255))}},{key:"red",get:function(){return Ht(Nt,this)},set:function(r){_t($e,this,r/255),_t(Nt,this,Ea(r,0,255))}},{key:"green",get:function(){return Ht(ct,this)},set:function(r){_t(at,this,r/255),_t(ct,this,Ea(r,0,255))}},{key:"blue",get:function(){return Ht(Dt,this)},set:function(r){_t(vt,this,r/255),_t(Dt,this,Ea(r,0,255))}},{key:"toHexString",value:function(){var r=Math.round(this.red).toString(16),a=Math.round(this.green).toString(16),n=Math.round(this.blue).toString(16);return"#"+(this.red>15.5?r:"0"+r)+(this.green>15.5?a:"0"+a)+(this.blue>15.5?n:"0"+n)}},{key:"toJSON",value:function(){var r=this.red,a=this.green,n=this.blue,i=this.alpha;return{red:r,green:a,blue:n,alpha:i}}},{key:"parseString",value:function(r){r=r.replace(qE,function(i,o,s){var u=o+s;switch(s){case"rad":return i.replace(u,zE(o));case"turn":return i.replace(u,HE(o))}});try{var a;"Prototype"in p&&"Version"in p.Prototype&&(a=Array.from,Array.from=Vd.default);var n=new ze(r).toGamut({space:"srgb",method:"clip"}).to("srgb");a&&(Array.from=a,a=null),this.r=n.r,this.g=n.g,this.b=n.b,this.alpha=+n.alpha}catch{throw Ge.set("colorParse",r),new Error('Unable to parse color "'.concat(r,'"'))}return this}},{key:"parseRgbString",value:function(r){this.parseString(r)}},{key:"parseHexString",value:function(r){!r.match($E)||[6,8].includes(r.length)||this.parseString(r)}},{key:"parseColorFnString",value:function(r){this.parseString(r)}},{key:"getRelativeLuminance",value:function(){var r=this.r,a=this.g,n=this.b,i=r<=.04045?r/12.92:Math.pow((r+.055)/1.055,2.4),o=a<=.04045?a/12.92:Math.pow((a+.055)/1.055,2.4),s=n<=.04045?n/12.92:Math.pow((n+.055)/1.055,2.4);return .2126*i+.7152*o+.0722*s}},{key:"getLuminosity",value:function(){return .3*this.r+.59*this.g+.11*this.b}},{key:"setLuminosity",value:function(r){var a=r-this.getLuminosity();return sa(Pa,this,jE).call(this,a).clip()}},{key:"getSaturation",value:function(){return Math.max(this.r,this.g,this.b)-Math.min(this.r,this.g,this.b)}},{key:"setSaturation",value:function(r){var a=new Dn(this),n=[{name:"r",value:a.r},{name:"g",value:a.g},{name:"b",value:a.b}],i=n.sort(function(c,d){return c.value-d.value}),o=Q(i,3),s=o[0],u=o[1],l=o[2];return l.value>s.value?(u.value=(u.value-s.value)*r/(l.value-s.value),l.value=r):u.value=l.value=0,s.value=0,a[l.name]=l.value,a[s.name]=s.value,a[u.name]=u.value,a}},{key:"clip",value:function(){var r=new Dn(this),a=r.getLuminosity(),n=Math.min(r.r,r.g,r.b),i=Math.max(r.r,r.g,r.b);return n<0&&(r.r=a+(r.r-a)*a/(a-n),r.g=a+(r.g-a)*a/(a-n),r.b=a+(r.b-a)*a/(a-n)),i>1&&(r.r=a+(r.r-a)*(1-a)/(i-a),r.g=a+(r.g-a)*(1-a)/(i-a),r.b=a+(r.b-a)*(1-a)/(i-a)),r}}])}());function jE(e){var t=new Dn(this);return t.r+=e,t.g+=e,t.b+=e,t}var Ze=Dn;function Ea(e,t,r){return Math.min(Math.max(t,e),r)}function zE(e){return e*180/Math.PI}function HE(e){return e*360}function VE(e){var t=new Ze;if(t.parseString(e.getPropertyValue("background-color")),t.alpha!==0){var r=e.getPropertyValue("opacity");t.alpha=t.alpha*r}return t}var Jr=VE;function GE(e){var t=p.getComputedStyle(e);return Yi(e,t)||Jr(t).alpha===1}var UE=GE;function Fu(e){if(!e.href)return!1;var t=be.get("firstPageLink",WE);return t?e.compareDocumentPosition(t.actualNode)===e.DOCUMENT_POSITION_FOLLOWING:!0}function WE(){var e;return p.location.origin?e=It(g._tree,'a[href]:not([href^="javascript:"])').find(function(t){return!nu(t.actualNode)}):e=It(g._tree,'a:not([href^="#"]):not([href^="/#"]):not([href^="javascript:"])')[0],e||null}var YE=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,KE=/(\w+)\((\d+)/;function XE(e){var t=e.getPropertyValue("clip").match(YE),r=e.getPropertyValue("clip-path").match(KE);if(t&&t.length===5){var a=e.getPropertyValue("position");if(["fixed","absolute"].includes(a))return t[3]-t[1]<=0&&t[2]-t[4]<=0}if(r){var n=r[1],i=parseInt(r[2],10);switch(n){case"inset":return i>=50;case"circle":return i===0}}return!1}function ZE(e,t,r){var a=ba(e,"map");if(!a)return!1;var n=a.getAttribute("name");if(!n)return!1;var i=gt(e);if(!i||i.nodeType!==9)return!1;var o=It(g._tree,'img[usemap="#'.concat(Ke(n),'"]'));return!o||!o.length?!1:o.some(function(s){var u=s.actualNode;return Ki(u,t,r)})}function Ki(e,t,r){var a;if(!e)throw new TypeError("Cannot determine if element is visible for non-DOM nodes");var n=e instanceof dt?e:Ee(e);e=n?n.actualNode:e;var i="_isVisible"+(t?"ScreenReader":""),o=(a=p.Node)!==null&&a!==void 0?a:{},s=o.DOCUMENT_NODE,u=o.DOCUMENT_FRAGMENT_NODE,l=n?n.props.nodeType:e.nodeType,c=n?n.props.nodeName:e.nodeName.toLowerCase();if(n&&typeof n[i]<"u")return n[i];if(l===s)return!0;if(["style","script","noscript","template"].includes(c))return!1;if(e&&l===u&&(e=e.host),t){var d=n?n.attr("aria-hidden"):e.getAttribute("aria-hidden");if(d==="true")return!1}if(!e){var m=n.parent,v=!0;return m&&(v=Ki(m,t,!0)),n&&(n[i]=v),v}var y=p.getComputedStyle(e,null);if(y===null)return!1;if(c==="area")return ZE(e,t,r);if(y.getPropertyValue("display")==="none")return!1;var w=parseInt(y.getPropertyValue("height")),E=parseInt(y.getPropertyValue("width")),_=Dr(e),x=_&&w===0,C=_&&E===0,R=y.getPropertyValue("position")==="absolute"&&(w<2||E<2)&&y.getPropertyValue("overflow")==="hidden";if(!t&&(XE(y)||y.getPropertyValue("opacity")==="0"||x||C||R)||!r&&(y.getPropertyValue("visibility")==="hidden"||!t&&Ii(e)))return!1;var T=e.assignedSlot?e.assignedSlot:e.parentNode,O=!1;return T&&(O=Ki(T,t,!0)),n&&(n[i]=O),O}var QE=Ki;function JE(e,t){for(var r=["fixed","sticky"],a=[],n=!1,i=0;i<e.length;++i){var o=e[i];o===t&&(n=!0);var s=p.getComputedStyle(o);if(!n&&r.indexOf(s.position)!==-1){a=[];continue}a.push(o)}return a}var J1=JE;function ep(e,t){var r=tp(t);do{var a=tp(e);if(a===r||a===t)return e_(e,t);e=a}while(e);return!1}function tp(e){for(var t=Ee(e),r=t.parent;r;){if(Dr(r.actualNode))return r.actualNode;r=r.parent}}function e_(e,t){var r=p.getComputedStyle(t),a=r.getPropertyValue("overflow");if(r.getPropertyValue("display")==="inline")return!0;var n=Array.from(e.getClientRects()),i=t.getBoundingClientRect(),o={left:i.left,top:i.top,width:i.width,height:i.height};return(["scroll","auto"].includes(a)||t instanceof p.HTMLHtmlElement)&&(o.width=t.scrollWidth,o.height=t.scrollHeight),n.length===1&&a==="hidden"&&r.getPropertyValue("white-space")==="nowrap"&&(n[0]=o),n.some(function(s){return!(Math.ceil(s.left)<Math.floor(o.left)||Math.ceil(s.top)<Math.floor(o.top)||Math.floor(s.left+s.width)>Math.ceil(o.left+o.width)||Math.floor(s.top+s.height)>Math.ceil(o.top+o.height))})}function rp(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:b,a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0;if(a>999)throw new Error("Infinite loop detected");return Array.from(r.elementsFromPoint(e,t)||[]).filter(function(n){return gt(n)===r}).reduce(function(n,i){if(Si(i)){var o=rp(e,t,i.shadowRoot,a+1);n=n.concat(o),n.length&&ep(n[0],i)&&n.push(i)}else n.push(i);return n},[])}var t_=rp;function r_(e,t){if(e.hasAttribute(t)){var r=e.nodeName.toUpperCase(),a=e;(!["A","AREA"].includes(r)||e.ownerSVGElement)&&(a=b.createElement("a"),a.href=e.getAttribute(t));var n=["https:","ftps:"].includes(a.protocol)?a.protocol.replace(/s:$/,":"):a.protocol,i=/^\//.test(a.pathname)?a.pathname:"/".concat(a.pathname),o=n_(i),s=o.pathname,u=o.filename;return{protocol:n,hostname:a.hostname,port:a_(a.port),pathname:/\/$/.test(s)?s:"".concat(s,"/"),search:i_(a.search),hash:o_(a.hash),filename:u}}}function a_(e){var t=["443","80"];return t.includes(e)?"":e}function n_(e){var t=e.split("/").pop();return!t||t.indexOf(".")===-1?{pathname:e,filename:""}:{pathname:e.replace(t,""),filename:/index./.test(t)?"":t}}function i_(e){var t={};if(!e||!e.length)return t;var r=e.substring(1).split("&");if(!r||!r.length)return t;for(var a=0;a<r.length;a++){var n=r[a],i=n.split("="),o=Q(i,2),s=o[0],u=o[1],l=u===void 0?"":u;t[decodeURIComponent(s)]=decodeURIComponent(l)}return t}function o_(e){if(!e)return"";var t=/#!?\/?/g,r=e.match(t);if(!r)return"";var a=Q(r,1),n=a[0];return n==="#"?"":e}var s_=r_;function u_(e,t){var r=t.getBoundingClientRect(),a=r.top,n=r.left,i={top:a-t.scrollTop,bottom:a-t.scrollTop+t.scrollHeight,left:n-t.scrollLeft,right:n-t.scrollLeft+t.scrollWidth};if(e.left>i.right&&e.left>r.right||e.top>i.bottom&&e.top>r.bottom||e.right<i.left&&e.right<r.left||e.bottom<i.top&&e.bottom<r.top)return!1;var o=p.getComputedStyle(t);return e.left>r.right||e.top>r.bottom?o.overflow==="scroll"||o.overflow==="auto"||t instanceof p.HTMLBodyElement||t instanceof p.HTMLHtmlElement:!0}var Su=u_,ap=0,l_=function(e){function t(r,a,n){var i;if(Vt(this,t),i=Be(this,t),i.shadowId=n,i.children=[],i.actualNode=r,i.parent=a,a||(ap=0),i.nodeIndex=ap++,i._isHidden=null,i._cache={},i._isXHTML=Ja(r.ownerDocument),r.nodeName.toLowerCase()==="input"){var o=r.getAttribute("type");o=i._isXHTML?o:(o||"").toLowerCase(),oo().includes(o)||(o="text"),i._type=o}return be.get("nodeMap")&&be.get("nodeMap").set(r,i),i}return qn(t,e),Gt(t,[{key:"props",get:function(){if(!this._cache.hasOwnProperty("props")){var a=this.actualNode,n=a.nodeType,i=a.nodeName,o=a.id,s=a.nodeValue;this._cache.props={nodeType:n,nodeName:this._isXHTML?i:i.toLowerCase(),id:o,type:this._type,nodeValue:s},n===1&&(this._cache.props.multiple=this.actualNode.multiple,this._cache.props.value=this.actualNode.value,this._cache.props.selected=this.actualNode.selected,this._cache.props.checked=this.actualNode.checked,this._cache.props.indeterminate=this.actualNode.indeterminate)}return this._cache.props}},{key:"attr",value:function(a){return typeof this.actualNode.getAttribute!="function"?null:this.actualNode.getAttribute(a)}},{key:"hasAttr",value:function(a){return typeof this.actualNode.hasAttribute!="function"?!1:this.actualNode.hasAttribute(a)}},{key:"attrNames",get:function(){if(!this._cache.hasOwnProperty("attrNames")){var a;this.actualNode.attributes instanceof p.NamedNodeMap?a=this.actualNode.attributes:a=this.actualNode.cloneNode(!1).attributes,this._cache.attrNames=Array.from(a).map(function(n){return n.name})}return this._cache.attrNames}},{key:"getComputedStylePropertyValue",value:function(a){var n="computedStyle_"+a;return this._cache.hasOwnProperty(n)||(this._cache.hasOwnProperty("computedStyle")||(this._cache.computedStyle=p.getComputedStyle(this.actualNode)),this._cache[n]=this._cache.computedStyle.getPropertyValue(a)),this._cache[n]}},{key:"isFocusable",get:function(){return this._cache.hasOwnProperty("isFocusable")||(this._cache.isFocusable=it(this.actualNode)),this._cache.isFocusable}},{key:"tabbableElements",get:function(){return this._cache.hasOwnProperty("tabbableElements")||(this._cache.tabbableElements=a1(this)),this._cache.tabbableElements}},{key:"clientRects",get:function(){return this._cache.hasOwnProperty("clientRects")||(this._cache.clientRects=Array.from(this.actualNode.getClientRects()).filter(function(a){return a.width>0})),this._cache.clientRects}},{key:"boundingClientRect",get:function(){return this._cache.hasOwnProperty("boundingClientRect")||(this._cache.boundingClientRect=this.actualNode.getBoundingClientRect()),this._cache.boundingClientRect}}])}(dt),ku=l_;function c_(e){return(e||"").trim().replace(/\s{2,}/g," ").split(" ")}var Et=c_,ea=" [idsMap]";function np(e,t,r){var a=e[0]._selectorMap;if(a){for(var n=e[0].shadowId,i=0;i<t.length;i++)if(t[i].length>1&&t[i].some(function(u){return ip(u)}))return;var o=new Set;t.forEach(function(u){var l,c=d_(u,a,n);c==null||(l=c.nodes)===null||l===void 0||l.forEach(function(d){c.isComplexSelector&&!pa(d,u)||o.add(d)})});var s=[];return o.forEach(function(u){return s.push(u)}),r&&(s=s.filter(r)),s.sort(function(u,l){return u.nodeIndex-l.nodeIndex})}}function d_(e,t,r){var a=e[e.length-1],n=null,i=e.length>1||!!a.pseudos||!!a.classes;if(ip(a))n=t["*"];else{if(a.id){var o;if(!t[ea]||!Object.hasOwn(t[ea],a.id)||!((o=t[ea][a.id])!==null&&o!==void 0&&o.length))return;n=t[ea][a.id].filter(function(w){return w.shadowId===r})}if(a.tag&&a.tag!=="*"){var s;if(!((s=t[a.tag])!==null&&s!==void 0&&s.length))return;var u=t[a.tag];n=n?Ou(u,n):u}if(a.classes){var l;if(!((l=t["[class]"])!==null&&l!==void 0&&l.length))return;var c=t["[class]"];n=n?Ou(c,n):c}if(a.attributes)for(var d=0;d<a.attributes.length;d++){var m,v=a.attributes[d];if(v.type==="attrValue"&&(i=!0),!((m=t["[".concat(v.key,"]")])!==null&&m!==void 0&&m.length))return;var y=t["[".concat(v.key,"]")];n=n?Ou(y,n):y}}return{nodes:n,isComplexSelector:i}}function ip(e){return e.tag==="*"&&!e.attributes&&!e.id&&!e.classes}function Ou(e,t){return e.filter(function(r){return t.includes(r)})}function Xi(e,t,r){Object.hasOwn(r,e)||(r[e]=[]),r[e].push(t)}function op(e,t){e.props.nodeType===1&&(Xi(e.props.nodeName,e,t),Xi("*",e,t),e.attrNames.forEach(function(r){r==="id"&&(t[ea]=t[ea]||{},Et(e.attr(r)).forEach(function(a){Xi(a,e,t[ea])})),Xi("[".concat(r,"]"),e,t)}))}var Iu;function Nu(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:b.documentElement,t=arguments.length>1?arguments[1]:void 0;Iu=!1;var r={};be.set("nodeMap",new WeakMap),be.set("selectorMap",r);var a=sp(e,t,null);return a[0]._selectorMap=r,a[0]._hasShadowRoot=Iu,a}function f_(e){var t=[];for(e=e.firstChild;e;)t.push(e),e=e.nextSibling;return t}function Mu(e,t,r){var a=new ku(e,t,r);return op(a,be.get("selectorMap")),a}function Zi(e,t,r){var a=[];return e.forEach(function(n){var i=sp(n,r,t);i&&a.push.apply(a,de(i))}),a}function sp(e,t,r){var a,n;e.documentElement&&(e=e.documentElement);var i=e.nodeName.toLowerCase();if(Si(e))return Iu=!0,a=Mu(e,r,t),t="a"+Math.random().toString().substring(2),n=Array.from(e.shadowRoot.childNodes),a.children=Zi(n,a,t),[a];if(i==="content"&&typeof e.getDistributedNodes=="function")return n=Array.from(e.getDistributedNodes()),Zi(n,r,t);if(i==="slot"&&typeof e.assignedNodes=="function")return n=Array.from(e.assignedNodes()),n.length||(n=f_(e)),p.getComputedStyle(e),Zi(n,r,t);if(e.nodeType===b.ELEMENT_NODE)return a=Mu(e,r,t),n=Array.from(e.childNodes),a.children=Zi(n,a,t),[a];if(e.nodeType===b.TEXT_NODE)return[Mu(e,r)]}function p_(e){return e?e.trim().split("-")[0].toLowerCase():""}var ta=p_;function m_(e){var t={};return t.none=e.none.concat(e.all),t.any=e.any,Object.keys(t).map(function(r){if(t[r].length){var a=g._audit.data.failureSummaries[r];if(a&&typeof a.failureMessage=="function")return a.failureMessage(t[r].map(function(n){return n.message||""}))}}).filter(function(r){return r!==void 0}).join(`
21
21
 
22
- `)}var Pu=m_;function Lu(){var e=g._audit.data.incompleteFallbackMessage;return typeof e=="function"&&(e=e()),typeof e!="string"?"":e}var up=ye.resultGroups;function En(e,t){var r=g.utils.aggregateResult(e);return up.forEach(function(a){t.resultTypes&&!t.resultTypes.includes(a)&&(r[a]||[]).forEach(function(n){Array.isArray(n.nodes)&&n.nodes.length>0&&(n.nodes=[n.nodes[0]])}),r[a]=(r[a]||[]).map(function(n){return n=Object.assign({},n),Array.isArray(n.nodes)&&n.nodes.length>0&&(n.nodes=n.nodes.map(function(i){if(B(i.node)==="object"){var o=lp(i.node,t);Object.assign(i,o)}return delete i.result,delete i.node,h_(i,t),i})),up.forEach(function(i){return delete n[i]}),delete n.pageLevel,delete n.result,n})}),r}function h_(e,t){["any","all","none"].forEach(function(r){Array.isArray(e[r])&&e[r].filter(function(a){return Array.isArray(a.relatedNodes)}).forEach(function(a){a.relatedNodes=a.relatedNodes.map(function(n){return lp(n,t)})})})}function lp(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;e=qt.dqElmToSpec(e,t);var r={};if(g._audit.noHtml)r.html=null;else{var a;r.html=(a=e.source)!==null&&a!==void 0?a:"Undefined"}if(t.elementRef&&!e.fromFrame){var n;r.element=(n=e.element)!==null&&n!==void 0?n:null}if(t.selectors!==!1||e.fromFrame){var i;r.target=(i=e.selector)!==null&&i!==void 0?i:[":root"]}if(t.ancestry){var o;r.ancestry=(o=e.ancestry)!==null&&o!==void 0?o:[":root"]}if(t.xpath){var s;r.xpath=(s=e.xpath)!==null&&s!==void 0?s:["/"]}return r}var v_=/\$\{\s?data\s?\}/g;function Qi(e,t){if(typeof t=="string")return e.replace(v_,t);for(var r in t)if(t.hasOwnProperty(r)){var a=new RegExp("\\${\\s?data\\."+r+"\\s?}","g"),n=typeof t[r]>"u"?"":String(t[r]);e=e.replace(a,n)}return e}function cp(e,t){if(e){if(Array.isArray(t)){if(t.values=t.join(", "),typeof e.singular=="string"&&typeof e.plural=="string"){var r=t.length===1?e.singular:e.plural;return Qi(r,t)}return Qi(e,t)}if(typeof e=="string")return Qi(e,t);if(typeof t=="string"){var a=e[t];return Qi(a,t)}var n=e.default||Lu();return t&&t.messageKey&&e[t.messageKey]&&(n=e[t.messageKey]),cp(n,t)}}var Bu=cp;function g_(e,t,r){var a=g._audit.data.checks[e];if(!a)throw new Error("Cannot get message for unknown check: ".concat(e,"."));if(!a.messages[t])throw new Error('Check "'.concat(e,'"" does not have a "').concat(t,'" message.'));return Bu(a.messages[t],r)}var b_=g_;function y_(e,t,r){var a=((r.rules&&r.rules[t]||{}).checks||{})[e.id],n=(r.checks||{})[e.id],i=e.enabled,o=e.options;return n&&(n.hasOwnProperty("enabled")&&(i=n.enabled),n.hasOwnProperty("options")&&(o=n.options)),a&&(a.hasOwnProperty("enabled")&&(i=a.enabled),a.hasOwnProperty("options")&&(o=a.options)),{enabled:i,options:o,absolutePaths:r.absolutePaths}}var Ji=y_;function Br(){var e,t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:p;return t&&B(t)==="object"?t:B(r)!=="object"?{}:{testEngine:{name:"axe-core",version:g.version},testRunner:{name:g._audit.brand},testEnvironment:w_(r),timestamp:new Date().toISOString(),url:(e=r.location)===null||e===void 0?void 0:e.href}}function w_(e){if(!e.navigator||B(e.navigator)!=="object")return{};var t=e.navigator,r=e.innerHeight,a=e.innerWidth,n=D_(e)||{},i=n.angle,o=n.type;return{userAgent:t.userAgent,windowWidth:a,windowHeight:r,orientationAngle:i,orientationType:o}}function D_(e){var t=e.screen;return t.orientation||t.msOrientation||t.mozOrientation}function dp(e,t){var r=t.focusable,a=t.page;return{node:e,include:[],exclude:[],initiator:!1,focusable:r&&E_(e),size:__(e),page:a}}function E_(e){var t=cr(e.getAttribute("tabindex"));return t===null||t>=0}function __(e){var t=parseInt(e.getAttribute("width"),10),r=parseInt(e.getAttribute("height"),10);if(isNaN(t)||isNaN(r)){var a=e.getBoundingClientRect();t=isNaN(t)?a.width:t,r=isNaN(r)?a.height:r}return{width:t,height:r}}function x_(e){if(qu(e)){var t=" must be used inside include or exclude. It should not be on the same object.";$r(!lr(e,"fromFrames"),"fromFrames"+t),$r(!lr(e,"fromShadowDom"),"fromShadowDom"+t)}else if(to(e))e={include:e,exclude:[]};else return{include:[b],exclude:[]};var r=fp(e.include);r.length===0&&r.push(b);var a=fp(e.exclude);return{include:r,exclude:a}}function fp(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],t=[];$u(e)||(e=[e]);for(var r=0;r<e.length;r++){var a=A_(e[r]);a&&t.push(a)}return t}function A_(e){return e instanceof p.Node?e:typeof e=="string"?[e]:(ju(e)?(R_(e),e=e.fromFrames):ro(e)&&(e=[e]),C_(e))}function C_(e){if(Array.isArray(e)){var t=[],r=je(e),a;try{for(r.s();!(a=r.n()).done;){var n=a.value;if(ro(n)&&(T_(n),n=n.fromShadowDom),typeof n!="string"&&!F_(n))return;t.push(n)}}catch(i){r.e(i)}finally{r.f()}return t}}function R_(e){$r(Array.isArray(e.fromFrames),"fromFrames property must be an array"),$r(e.fromFrames.every(function(t){return!lr(t,"fromFrames")}),"Invalid context; fromFrames selector must be appended, rather than nested"),$r(!lr(e,"fromShadowDom"),"fromFrames and fromShadowDom cannot be used on the same object")}function T_(e){$r(Array.isArray(e.fromShadowDom),"fromShadowDom property must be an array"),$r(e.fromShadowDom.every(function(t){return!lr(t,"fromFrames")}),"shadow selector must be inside fromFrame instead"),$r(e.fromShadowDom.every(function(t){return!lr(t,"fromShadowDom")}),"fromShadowDom selector must be appended, rather than nested")}function F_(e){return Array.isArray(e)&&e.every(function(t){return typeof t=="string"})}function $r(e,t){Oe(e,"Invalid context; ".concat(t,`
23
- See: https://github.com/dequelabs/axe-core/blob/master/doc/context.md`))}function pp(e,t){for(var r=[],a=0,n=e[t].length;a<n;a++){var i=e[t][a];if(i instanceof p.Node)if(i.documentElement instanceof p.Node)r.push(e.flatTree[0]);else if(i.host instanceof p.Node){var o=Array.from(i.children).map(function(u){return Ee(u)});r.push.apply(r,de(o))}else r.push(Ee(i));else if(i&&i.length)if(i.length>1)S_(e,t,i);else{var s=Ku(i[0]);r.push.apply(r,de(s.map(function(u){return Ee(u)})))}}return r.filter(function(u){return u})}function S_(e,t,r){e.frames=e.frames||[];var a=r.shift(),n=Ku(a);n.forEach(function(i){var o=e.frames.find(function(s){return s.node===i});o||(o=dp(i,e),e.frames.push(o)),o[t].push(r)})}function eo(e,t){var r,a,n,i,o=this;e=gr(e),this.frames=[],this.page=typeof((r=e)===null||r===void 0?void 0:r.page)=="boolean"?e.page:void 0,this.initiator=typeof((a=e)===null||a===void 0?void 0:a.initiator)=="boolean"?e.initiator:!0,this.focusable=typeof((n=e)===null||n===void 0?void 0:n.focusable)=="boolean"?e.focusable:!0,this.size=B((i=e)===null||i===void 0?void 0:i.size)==="object"?e.size:{},e=x_(e),this.flatTree=t??Nu(N_(e)),this.exclude=e.exclude,this.include=e.include,this.include=pp(this,"include"),this.exclude=pp(this,"exclude"),Yu("frame, iframe",this).forEach(function(s){Hu(s,o)&&k_(o,s.actualNode)}),typeof this.page>"u"&&(this.page=O_(this),this.frames.forEach(function(s){s.page=o.page})),I_(this),Array.isArray(this.include)||(this.include=Array.from(this.include)),this.include.sort(Gu)}function k_(e,t){!Xe(t)||sn(e.frames,"node",t)||e.frames.push(dp(t,e))}function O_(e){var t=e.include;return t.length===1&&t[0].actualNode===b.documentElement}function I_(e){if(e.include.length===0&&e.frames.length===0){var t=Qt.isInFrame()?"frame":"page";throw new Error("No elements found for include in "+t+" Context")}}function N_(e){for(var t=e.include,r=e.exclude,a=Array.from(t).concat(Array.from(r)),n=0;n<a.length;n++){var i=a[n];if(i instanceof p.Element)return i.ownerDocument.documentElement;if(i instanceof p.Document)return i.documentElement}return b.documentElement}function M_(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(t.iframes===!1)return[];var r=new eo(e),a=r.frames;return a.map(function(n){var i=n.node,o=Te(n,pr);o.initiator=!1;var s=Ei(i);return{frameSelector:s,frameContext:o}})}function mp(e){var t=g._audit.rules.find(function(r){var a=r.id;return a===e});if(!t)throw new Error("Cannot find rule by id: ".concat(e));return t}function P_(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,r=e.scrollWidth>e.clientWidth+t,a=e.scrollHeight>e.clientHeight+t;if(r||a){var n=p.getComputedStyle(e),i=hp(n,"overflow-x"),o=hp(n,"overflow-y");if(r&&i||a&&o)return{elm:e,top:e.scrollTop,left:e.scrollLeft}}}function hp(e,t){var r=e.getPropertyValue(t);return["scroll","auto"].includes(r)}var Dr=Ve(P_);function vp(e){return Array.from(e.children||e.childNodes||[]).reduce(function(t,r){var a=Dr(r);return a&&t.push(a),t.concat(vp(r))},[])}function L_(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:p,t=e.document.documentElement,r=[e.pageXOffset!==void 0?{elm:e,top:e.pageYOffset,left:e.pageXOffset}:{elm:t,top:t.scrollTop,left:t.scrollLeft}];return r.concat(vp(b.body))}var B_=L_;function $_(){return gr(Ie)}function q_(e){if(!e)throw new Error("axe.utils.getStyleSheetFactory should be invoked with an argument");return function(t){var r=t.data,a=t.isCrossOrigin,n=a===void 0?!1:a,i=t.shadowId,o=t.root,s=t.priority,u=t.isLink,l=u===void 0?!1:u,c=e.createElement("style");if(l){var d=e.createTextNode('@import "'.concat(r.href,'"'));c.appendChild(d)}else c.appendChild(e.createTextNode(r));return e.head.appendChild(c),{sheet:c.sheet,isCrossOrigin:n,shadowId:i,root:o,priority:s}}}var gp=q_,Ot;function j_(e){if(Ot&&Ot.parentNode)return Ot.styleSheet===void 0?Ot.appendChild(b.createTextNode(e)):Ot.styleSheet.cssText+=e,Ot;if(e){var t=b.head||b.getElementsByTagName("head")[0];return Ot=b.createElement("style"),Ot.type="text/css",Ot.styleSheet===void 0?Ot.appendChild(b.createTextNode(e)):Ot.styleSheet.cssText=e,t.appendChild(Ot),Ot}}var z_=j_;function $u(e){return!!e&&B(e)==="object"&&typeof e.length=="number"&&!(e instanceof p.Node)}function lr(e,t){return!e||B(e)!=="object"?!1:Object.prototype.hasOwnProperty.call(e,t)}function bp(e){return qu(e)||to(e)}function qu(e){return["include","exclude"].some(function(t){return lr(e,t)&&to(e[t])})}function to(e){return typeof e=="string"||e instanceof p.Node||ju(e)||ro(e)||$u(e)}function ju(e){return lr(e,"fromFrames")}function ro(e){return lr(e,"fromShadowDom")}function yp(e,t){var r=Ee(e);if(e.nodeType===9)return!1;if(e.nodeType===11&&(e=e.host),r&&r._isHidden!==null)return r._isHidden;var a=p.getComputedStyle(e,null);if(!a||!e.parentNode||a.getPropertyValue("display")==="none"||!t&&a.getPropertyValue("visibility")==="hidden"||e.getAttribute("aria-hidden")==="true")return!0;var n=e.assignedSlot?e.assignedSlot:e.parentNode,i=yp(n,!0);return r&&(r._isHidden=i),i}var H_=yp;function V_(e){var t,r,a=(t=(r=e.props)===null||r===void 0?void 0:r.nodeName)!==null&&t!==void 0?t:e.nodeName.toLowerCase();return e.namespaceURI==="http://www.w3.org/2000/svg"?!1:!!Ie.htmlElms[a]}var zu=V_;function Hu(e,t){var r=t.include,a=r===void 0?[]:r,n=t.exclude,i=n===void 0?[]:n,o=a.filter(function(c){return br(c,e)});if(o.length===0)return!1;var s=i.filter(function(c){return br(c,e)});if(s.length===0)return!0;var u=wp(o),l=wp(s);return br(l,u)}function wp(e){var t,r=je(e),a;try{for(r.s();!(a=r.n()).done;){var n=a.value;(!t||!br(n,t))&&(t=n)}}catch(i){r.e(i)}finally{r.f()}return t}function Vu(e,t){return e.length!==t.length?!1:e.every(function(r,a){var n=t[a];return Array.isArray(r)?r.length!==n.length?!1:r.every(function(i,o){return n[o]===i}):r===n})}function G_(e,t){return e=e.actualNode||e,t=t.actualNode||t,e===t?0:e.compareDocumentPosition(t)&4?-1:1}var Gu=G_;function Se(e){return e instanceof dt?{vNode:e,domNode:e.actualNode}:{vNode:Ee(e),domNode:e}}function U_(e,t,r,a){var n=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,i=Array.from(e.cssRules);if(!i)return Promise.resolve();var o=i.filter(function(c){return c.type===3});if(!o.length)return Promise.resolve({isCrossOrigin:n,priority:r,root:t.rootNode,shadowId:t.shadowId,sheet:e});var s=o.filter(function(c){return c.href}).map(function(c){return c.href}).filter(function(c){return!a.includes(c)}),u=s.map(function(c,d){var m=[].concat(de(r),[d]),v=/^https?:\/\/|^\/\//i.test(c);return Wu(c,t,m,a,v)}),l=i.filter(function(c){return c.type!==3});return l.length&&u.push(Promise.resolve(t.convertDataToStylesheet({data:l.map(function(c){return c.cssText}).join(),isCrossOrigin:n,priority:r,root:t.rootNode,shadowId:t.shadowId}))),Promise.all(u)}var Dp=U_;function W_(e,t,r,a){var n=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,i=Y_(e);return i?Dp(e,t,r,a,n):Wu(e.href,t,r,a,!0)}function Y_(e){try{var t=e.cssRules;return!(!t&&e.href)}catch{return!1}}var Uu=W_;function K_(e,t,r,a,n){return a.push(e),new Promise(function(i,o){var s=new p.XMLHttpRequest;s.open("GET",e),s.timeout=ye.preload.timeout,s.addEventListener("error",o),s.addEventListener("timeout",o),s.addEventListener("loadend",function(u){if(u.loaded&&s.responseText)return i(s.responseText);o(s.responseText)}),s.send()}).then(function(i){var o=t.convertDataToStylesheet({data:i,isCrossOrigin:n,priority:r,root:t.rootNode,shadowId:t.shadowId});return Uu(o.sheet,t,r,a,o.isCrossOrigin)})}var Wu=K_;function X_(e){if(typeof e!="string")return null;var t=e.trim().match(/^([-+]?\d+)/);return t?Number(t[1]):null}var cr=X_,Z_=function(){function e(){if(p.performance&&p.performance)return p.performance.now()}var t=e(),r=!1;return{start:function(){this.reset(),r=!0,this.mark("mark_axe_start")},end:function(){this.mark("mark_axe_end"),this.measure("axe","mark_axe_start","mark_axe_end",!0),this.logMeasures("axe"),this.clearMark("mark_axe_start","mark_axe_end"),r=!1},auditStart:function(){r||this.reset(),this.mark("mark_audit_start")},auditEnd:function(){this.mark("mark_audit_end"),this.measure("audit_start_to_end","mark_audit_start","mark_audit_end",!0),this.logMeasures(),this.clearMark("mark_audit_start","mark_audit_end")},mark:function(n){var i;(i=p.performance)!==null&&i!==void 0&&i.mark&&p.performance.mark(n)},measure:function(n,i,o){var s,u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if((s=p.performance)!==null&&s!==void 0&&s.measure){try{p.performance.measure(n,i,o)}catch(l){this._log(l)}u||this.clearMark(i,o)}},logMeasures:function(n){var i=this,o,s,u=function(w){return Array.isArray(w)?w[w.length-1]:w},l=function(w){i._log("Measure "+w.name+" took "+w.duration+"ms")};if(!(!((o=p.performance)!==null&&o!==void 0&&o.getEntriesByType)||!((s=p.performance)!==null&&s!==void 0&&s.getEntriesByName))){var c=u(p.performance.getEntriesByName("mark_axe_start"))||u(p.performance.getEntriesByName("mark_audit_start"));if(!c){this._log("Axe must be started before using performanceTimer");return}for(var d=p.performance.getEntriesByType("measure").filter(function(y){return y.startTime>=c.startTime}),m=0;m<d.length;++m){var v=d[m];if(v.name===n){l(v);return}else n||l(v)}}},timeElapsed:function(){var n=e();return n-t},clearMark:function(){var n;if((n=p.performance)!==null&&n!==void 0&&n.clearMarks){for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];for(var u=0,l=o;u<l.length;u++){var c=l[u];p.performance.clearMarks(c)}}},reset:function(){t=e()},_log:function(n){Wr(n)}}}(),Ne=Z_;function Ep(){if(b.elementsFromPoint)return b.elementsFromPoint;if(b.msElementsFromPoint)return b.msElementsFromPoint;var e=function(){var n=b.createElement("x");return n.style.cssText="pointer-events:auto",n.style.pointerEvents==="auto"}(),t=e?"pointer-events":"visibility",r=e?"none":"hidden",a=b.createElement("style");return a.innerHTML=e?"* { pointer-events: all }":"* { visibility: visible }",function(n,i){var o,s,u,l=[],c=[];for(b.head.appendChild(a);(o=b.elementFromPoint(n,i))&&l.indexOf(o)===-1;)l.push(o),c.push({value:o.style.getPropertyValue(t),priority:o.style.getPropertyPriority(t)}),o.style.setProperty(t,r,"important");for(l.indexOf(b.documentElement)<l.length-1&&(l.splice(l.indexOf(b.documentElement),1),l.push(b.documentElement)),s=c.length;u=c[--s];)l[s].style.setProperty(t,u.value?u.value:"",u.priority);return b.head.removeChild(a),l}}typeof p.addEventListener=="function"&&(b.elementsFromPoint=Ep());function Q_(e,t){return e.concat(t).filter(function(r,a,n){return n.indexOf(r)===a})}var _n=Q_;function _p(e,t,r,a,n){var i=n||{};return i.vNodes=e,i.vNodesIndex=0,i.anyLevel=t,i.thisLevel=r,i.parentShadowId=a,i}function J_(e,t,r){for(var a=be.get("qsa.recycledLocalVariables",function(){return[]}),n=[],i=Array.isArray(e)?e:[e],o=_p(i,t,null,e[0].shadowId,a.pop()),s=[];o.vNodesIndex<o.vNodes.length;){for(var u,l,c=o.vNodes[o.vNodesIndex++],d=null,m=null,v=(((u=o.anyLevel)===null||u===void 0?void 0:u.length)||0)+(((l=o.thisLevel)===null||l===void 0?void 0:l.length)||0),y=!1,w=0;w<v;w++){var E,_,x,C=w<(((E=o.anyLevel)===null||E===void 0?void 0:E.length)||0)?o.anyLevel[w]:o.thisLevel[w-(((_=o.anyLevel)===null||_===void 0?void 0:_.length)||0)];if((!C[0].id||c.shadowId===o.parentShadowId)&&pa(c,C[0]))if(C.length===1)!y&&(!r||r(c))&&(s.push(c),y=!0);else{var R=C.slice(1);if([" ",">"].includes(R[0].combinator)===!1)throw new Error("axe.utils.querySelectorAll does not support the combinator: "+C[1].combinator);R[0].combinator===">"?(d=d||[]).push(R):(m=m||[]).push(R)}(!C[0].id||c.shadowId===o.parentShadowId)&&(x=o.anyLevel)!==null&&x!==void 0&&x.includes(C)&&(m=m||[]).push(C)}for(c.children&&c.children.length&&(n.push(o),o=_p(c.children,m,d,c.shadowId,a.pop()));o.vNodesIndex===o.vNodes.length&&n.length;)a.push(o),o=n.pop()}return s}function ex(e,t,r){e=Array.isArray(e)?e:[e];var a=_i(t),n=np(e,a,r);return n||J_(e,a,r)}var dr=ex;function tx(e){var t=e.treeRoot,r=t===void 0?g._tree[0]:t,a=rx(r);if(!a.length)return Promise.resolve();var n=b.implementation.createHTMLDocument("Dynamic document for loading cssom"),i=gp(n);return ax(a,i).then(function(o){return Ap(o)})}var xp=tx;function rx(e){var t=[],r=dr(e,"*",function(a){return t.includes(a.shadowId)?!1:(t.push(a.shadowId),!0)}).map(function(a){return{shadowId:a.shadowId,rootNode:un(a.actualNode)}});return _n(r,[])}function ax(e,t){var r=[];return e.forEach(function(a,n){var i=a.rootNode,o=a.shadowId,s=nx(i,o,t);if(!s)return Promise.all(r);var u=n+1,l={rootNode:i,shadowId:o,convertDataToStylesheet:t,rootIndex:u},c=[],d=Promise.all(s.map(function(m,v){var y=[u,v];return Uu(m,l,y,c)}));r.push(d)}),Promise.all(r)}function Ap(e){return e.reduce(function(t,r){return Array.isArray(r)?t.concat(Ap(r)):t.concat(r)},[])}function nx(e,t,r){var a;return e.nodeType===11&&t?a=ix(e,r):a=ox(e),ux(a)}function ix(e,t){return Array.from(e.children).filter(sx).reduce(function(r,a){var n=a.nodeName.toUpperCase(),i=n==="STYLE"?a.textContent:a,o=n==="LINK",s=t({data:i,isLink:o,root:e});return s.sheet&&r.push(s.sheet),r},[])}function ox(e){return Array.from(e.styleSheets).filter(function(t){return t.media?Cp(t.media.mediaText):!1})}function sx(e){var t=e.nodeName.toUpperCase(),r=e.getAttribute("href"),a=e.getAttribute("rel"),n=t==="LINK"&&r&&a&&e.rel.toUpperCase().includes("STYLESHEET"),i=t==="STYLE";return i||n&&Cp(e.media)}function Cp(e){return e?!e.toUpperCase().includes("PRINT"):!0}function ux(e){var t=[];return e.filter(function(r){return r.href?t.includes(r.href)?!1:(t.push(r.href),!0):!0})}function lx(e){var t=e.treeRoot,r=t===void 0?g._tree[0]:t,a=dr(r,"video[autoplay], audio[autoplay]",function(n){var i=n.actualNode;if(i.preload==="none"&&i.readyState===0&&i.networkState!==i.NETWORK_LOADING||i.hasAttribute("paused")||i.hasAttribute("muted"))return!1;if(i.hasAttribute("src"))return!!i.getAttribute("src");var o=Array.from(i.getElementsByTagName("source")).filter(function(s){return!!s.getAttribute("src")});return!(o.length<=0)});return Promise.all(a.map(function(n){var i=n.actualNode;return cx(i)}))}var Rp=lx;function cx(e){return new Promise(function(t){e.readyState>0&&t(e);function r(){e.removeEventListener("loadedmetadata",r),t(e)}e.addEventListener("loadedmetadata",r)})}function Tp(e){var t={cssom:xp,media:Rp};return Fp(e)?new Promise(function(r,a){var n=Sp(e),i=n.assets,o=n.timeout,s=setTimeout(function(){return a(new Error("Preload assets timed out."))},o);Promise.all(i.map(function(u){return t[u](e).then(function(l){return oe({},u,l)})})).then(function(u){var l=u.reduce(function(c,d){return Ae({},c,d)},{});clearTimeout(s),r(l)}).catch(function(u){clearTimeout(s),a(u)})}):Promise.resolve()}function dx(e){return B(e)==="object"&&Array.isArray(e.assets)}function Fp(e){return!e||e.preload===void 0||e.preload===null?!0:typeof e.preload=="boolean"?e.preload:dx(e.preload)}function Sp(e){var t=ye.preload,r=t.assets,a=t.timeout,n={assets:r,timeout:a};if(!e.preload||typeof e.preload=="boolean")return n;var i=e.preload.assets.every(function(o){return r.includes(o.toLowerCase())});if(!i)throw new Error("Requested assets, not supported. Supported assets are: ".concat(r.join(", "),"."));return n.assets=_n(e.preload.assets.map(function(o){return o.toLowerCase()}),[]),e.preload.timeout&&typeof e.preload.timeout=="number"&&!isNaN(e.preload.timeout)&&(n.timeout=e.preload.timeout),n}function ao(e){var t=g._audit.data.checks||{},r=g._audit.data.rules||{},a=sn(g._audit.rules,"id",e.id)||{};e.tags=gr(a.tags||[]);var n=kp(t,!0,a),i=kp(t,!1,a);e.nodes.forEach(function(o){o.any.forEach(n),o.all.forEach(n),o.none.forEach(i)}),Gs(e,gr(r[e.id]||{}))}function fx(e,t){function r(n){return n.incomplete&&n.incomplete.default?n.incomplete.default:Lu()}if(e&&e.missingData)try{var a=t.incomplete[e.missingData[0].reason];if(!a)throw new Error;return a}catch{return typeof e.missingData=="string"?t.incomplete[e.missingData]:r(t)}else return e&&e.messageKey?t.incomplete[e.messageKey]:r(t)}function kp(e,t,r){return function(a){var n=e[a.id]||{},i=n.messages||{},o=Object.assign({},n);delete o.messages,!r.reviewOnFail&&a.result===void 0?(B(i.incomplete)==="object"&&!Array.isArray(a.data)&&(o.message=fx(a.data,i)),o.message||(o.message=i.incomplete)):o.message=a.result===t?i.pass:i.fail,typeof o.message!="function"&&(o.message=Bu(o.message,a.data)),Gs(a,o)}}function px(e,t){return dr(e,t)}var It=px;function Op(e,t){var r,a,n=g._audit&&g._audit.tagExclude?g._audit.tagExclude:[];t.hasOwnProperty("include")||t.hasOwnProperty("exclude")?(r=t.include||[],r=Array.isArray(r)?r:[r],a=t.exclude||[],a=Array.isArray(a)?a:[a],a=a.concat(n.filter(function(o){return r.indexOf(o)===-1}))):(r=Array.isArray(t)?t:[t],a=n.filter(function(o){return r.indexOf(o)===-1}));var i=r.some(function(o){return e.tags.indexOf(o)!==-1});return i||r.length===0&&e.enabled!==!1?a.every(function(o){return e.tags.indexOf(o)===-1}):!1}function mx(e,t,r){var a=r.runOnly||{},n=(r.rules||{})[e.id];return e.pageLevel&&!t.page?!1:a.type==="rule"?a.values.indexOf(e.id)!==-1:n&&typeof n.enabled=="boolean"?n.enabled:a.type==="tag"&&a.values?Op(e,a.values):Op(e,[])}var Ip=mx;function Np(e,t){if(!t)return e;var r=e.cloneNode(!1),a=Va(r);if(r.nodeType===1){var n=r.outerHTML;r=be.get(n,function(){return Mp(r,a,e,t)})}else r=Mp(r,a,e,t);return Array.from(e.childNodes).forEach(function(i){r.appendChild(Np(i,t))}),r}function Mp(e,t,r,a){return t&&(e=b.createElement(e.nodeName),Array.from(t).forEach(function(n){hx(r,n.name,a)||e.setAttribute(n.name,n.value)})),e}function hx(e,t,r){return typeof r[t]>"u"?!1:r[t]===!0?!0:ca(e,r[t])}function Yu(e,t){var r=[],a;if(g._selectCache)for(var n=0,i=g._selectCache.length;n<i;n++){var o=g._selectCache[n];if(o.selector===e)return o.result}for(var s=vx(t.include),u=gx(t),l=0;l<s.length;l++){a=s[l];var c=dr(a,e,u);r=bx(r,c)}return g._selectCache&&g._selectCache.push({selector:e,result:r}),r}function vx(e){return e.reduce(function(t,r){return(!t.length||!br(t[t.length-1],r))&&t.push(r),t},[])}function gx(e){return!e.exclude||e.exclude.length===0?null:function(t){return Hu(t,e)}}function bx(e,t){if(e.length===0)return t;if(e.length<t.length){var r=e;e=t,t=r}for(var a=0,n=t.length;a<n;a++)e.includes(t[a])||e.push(t[a]);return e}function no(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;if(B(e)!=="object"||e===null)return{message:String(e)};var r={},a=je(ye.serializableErrorProps),n;try{for(a.s();!(n=a.n()).done;){var i=n.value;["string","number","boolean"].includes(B(e[i]))&&(r[i]=e[i])}}catch(o){a.e(o)}finally{a.f()}return e.cause&&(r.cause=t<10?no(e.cause,t+1):"..."),r}var yx=function(e){function t(r){var a,n,i=r.error,o=r.ruleId,s=r.method,u=r.errorNode;return Vt(this,t),n=Be(this,t),n.name=(a=i.name)!==null&&a!==void 0?a:"RuleError",n.message=i.message,n.stack=i.stack,i.cause&&(n.cause=no(i.cause)),o&&(n.ruleId=o,n.message+=" Skipping ".concat(n.ruleId," rule.")),s&&(n.method=s),u&&(n.errorNode=u),n}return qn(t,e),Gt(t)}(ia(Error)),io=yx;function wx(e,t,r){if(e===p)return e.scroll(r,t);e.scrollTop=t,e.scrollLeft=r}function Dx(e){e.forEach(function(t){var r=t.elm,a=t.top,n=t.left;return wx(r,a,n)})}var Ex=Dx;function _x(e){var t=Array.isArray(e)?de(e):[e];return Pp(t,b)}function Pp(e,t){var r=e.shift(),a=r?t.querySelector(r):null;return e.length===0?a:a!=null&&a.shadowRoot?Pp(e,a.shadowRoot):null}function Ku(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:b,r=Array.isArray(e)?de(e):[e];return e.length===0?[]:Lp(r,t)}function Lp(e,t){var r=Bn(e),a=r[0],n=zn(r).slice(1),i=t.querySelectorAll(a);if(n.length===0)return Array.from(i);var o=[],s=je(i),u;try{for(s.s();!(u=s.n()).done;){var l=u.value;l!=null&&l.shadowRoot&&o.push.apply(o,de(Lp(n,l.shadowRoot)))}}catch(c){s.e(c)}finally{s.f()}return o}function xx(){return["hidden","text","search","tel","url","email","password","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"]}var oo=xx,Bp=[,[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,,,,,1,1,1,1,,,1,1,1,,1,,1,,1,1],[1,1,1,,1,1,,1,1,1,,1,,,1,1,1,,,1,1,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,,,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1],[,1,,,,,,1,,1,,,,,1,,1,,,1,1,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,,,1,,,,1,1,1,1,,1,,1,,1,,,,,,1],[1,,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,,1,,1,,,,,1,,1,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,,1,1,1,,1,,1,1,1,,,1,1,1,1,1,1,1,1],[,,1,,,1,,1,,,,1,1,1,,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1,1,1,1,1,,,1,1,1],[1,1,1,1,1,,,1,,,1,,,1,1,1,,,,,1,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1],[,1,,1,1,1,,1,1,,1,,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,,,1,1,1,,,1,1,,,,,,1,1],[1,1,1,,,,,1,,,,1,1,,1,,,,,,1,,,,,1],[,1,,,1,,,1,,,,,,1],[,1,,1,,,,1,,,,1],[1,,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,,1,,,1,1,1,1],[,1,1,1,1,1,,,1,,,1,,1,1,,1,,1,,,,,1,,1],[,1,,,,1,,,1,1,,1,,1,1,1,1,,1,1,,,1,,,1],[,1,1,,,,,,1,,,,1,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,,1,1,1,,,1,1,1,1,1,1,,1,,,,1,1,1,,1,,1],[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,1,1],[,1,1,1,,,,1,1,1,,1,1,,,1,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,,1,,,,,1,1,1,,,1,,1,,,1,1],[,,,,1,,,,,,,,,,,,,,,,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,,1,1,,,,1,1,1,1,1,,,1,1,1,,,,1,1],[1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,1,,,,,,,1],[,1,1,,1,1,,1,,,,,,,,,,,,,1],[,,,,,,,,1],[1,1,1,,,,,,,,,,,,,1],[,,,,,,,,1,,,1,,,1,1,,,,,1]],[,[1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,,1],[,,,1,,,,,,,,,,,,,,,1],[,1,,,1,1,,1,,1,1,,,,1,1,,,1,1,,,,1],[1,,,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,,,,1],,[,1,1,1,1,1,,1,1,1,,1,1,,1,1,,,1,1,1,1,,1,1,,1],[,1,,,1,,,1,,1,,,1,1,1,1,,,1,1,,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,,,1,1,1,1,1,1,1,,,1,,,1,,1],[,1,,,,,,1,,,,1,1,,,,,,1,1,,,,,1],[,,,,,,,1,,,,1,,1,1],[,1,1,1,1,1,1,1,,,,1,1,1,1,1,,,1,1,,1,1,1,1,1],[,1,,,1,1,,1,,1,1,1,,,1,1,,,1,,1,1,1,1,,1],[,1,1,1,,1,1,,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1],[,,,,,,,,,,,,,,,,1],,[,1,1,1,1,1,,1,1,1,,,1,,1,1,,1,1,1,1,1,,1,,1],[,,1,,,1,,,1,1,,1,1,,1,1,,1,,,,,,,,,1],[,1,1,,1,,,,1,1,,1,,1,1,1,1,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1],[,1,,,,,,,,,,1,1,,,,,,1,1,,1,,1,,1,1],,[,1,1,,1,,,1,,1,,,,1,1,1,,,1,,,1,,,,1],[1,1,,,1,1,,1,,,,,1,,1]],[,[,1],[,,,1,,,,1,,,,1,,,,1,,,1,,,1],[,,,,,,,,,,,,,,,,,,1,1,,,,,,1],,[1,,,,,1],[,1,,,,1,,,,1],[,1,,,,,,,,,,,1,1,,1,,,,,,,,,1,1],[,,,,,,,,,,,,,,,,,,,1,,1],[,,,,,,,,,,,,,,,,1,,,,1,,1],[,1],[,1,,1,,1,,1,,1,,1,1,1,,1,1,,1,,,,,,,1],[1,,,,,1,,,1,1,,1,,1,,1,1,,,,,1,,,1],[,1,1,,,1,,1,,1,,1,,1,1,1,1,1,,1,,1,,1,1,1,1],[1,1,1,1,1,,1,,1,,,,1,1,1,1,,1,1,,,1,1,1,1],[1,,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],,[,1,,,,,,1,1,1,,1,,,,1,,,1,1,1,,,1],[1,,,,,1,,1,1,1,,1,1,1,1,1,,1,,1,,1,,,1,1],[1,,1,1,,,,,1,,,,,,1,1,,,1,1,1,1,,,1,,1],[1,,,,1,,,,,,,,,,,,,1],[,,,,,1,,,1,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,,,1],[,1,,,,1]],[,[1,1,1,,1,,1,1,1,1,1,1,1,1,1,,1,,1,,1,1,,,1,1,1],[,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],,[,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1],,[1,1,,,,1,1,,,,,,1,,,,1,,1,,1,1,,1],[1],[,,,,,,,,,,,1,,,,,,,,,,,1],[,1,,,,,,,1,1,,,1,,1,,,,1,,,,,,,1],[,,,,,,,,,,,,,,,,1,,,,,1],[,,1,,,,,1,,1],[1,,,,1,,,,,1,,,,1,1,,,,1,1,,,,,1],[,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[1,,,1,1,,,,,,,1,,1,,1,1,1,1,1,1],[,,,,,1,,,,,,,1,,,,,,,1],,[,,1,1,1,1,1,,1,1,1,,,1,1,,,1,1,,1,1,1,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,,,,1],,[1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,,,1,1,1,1,,,,,,1,,1,,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,,,,1,,1,,,1,1,1,1,1],[,,,,,,,,,,,1,,,,,,,,,1,,,,1],[,1,1,,1,1,,1,,,,1,1,,1,1,,,1,,1,1,,1],[,1,,1,,1,,,1,,,1,1,,1,1,,,1,1,1],[,1,1,1,1,1,,1,1,1,,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,,,,,,,,,1,,1,,1,1,,,,1,,,1],[,1,,,1,1,,,,,,,,,1,1,1,,,,,1],[1,,1,1,1,,,,1,1,1,1,1,,,1,,,1,,,1,,1,,1],[,1,1,,1,1,,1,1,,,,1,1,1,,,1,1,,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,,1],[,1,,,,,,,,1,,,,,1,,,,1,,,1],[,1,1,1,1,,,1,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1],[,,,,,1,,1,,,,,1,1,1,1,1,,,1,,,,1],[,1,,,,,,,,1,,,,,,,,,,,,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,1,,,,1,,1,1,1,1,1,,1,1,,,,,,1],[,1,1,1,1,1,1,1,,1,1,,,1,1,,,,1,,1,1,,1,1],[,,,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,1,1,,1,,,1,1,1,1,,,1,,,,,,,1,1],[,1,,,,,,,,1,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1],[,1,1,,,,,,,,,,,,1,1,,,,,,1],[,1,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,,,,,1],[1,1,,,1,,,1,1,1,,,,1],,[,,,,,,,,,,,,,1,,,,,,,,,,1],[,,,,,,,,,1,,,,,,,,,1,,,,,,,1],[1,1,1,,1,,1,1,1,1,1,1,1,1,,1,,,1,,1,,,1,1],[,,,,,,,,,1],[,1,,,,1,,,1,,,1,,,1,,,,,1],[,1,1,,1,1,,,,,,,,,,,,,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,1,1,1,,,1,1,1,,,,1,,1],[1,1,1,1,1,1,,,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,,1,1],[,,,,,,,,,,,,,,,1,,,,1],,[1,1,,1,,1,,,,,,1,,1,,1,1,,1,,1,1,,1,1,,1],[,,1,,,,,,1,,,,1,,1,,,,,1],[1,,,,,,,,,1,,,,,,1,,,,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,,1,,,,,,1,,,1,,,,,,,,1],[,1,,1,,,,,,,,,,,,1],,[1,1,,,,,,,,,,,,,,,,,,,,,,1,1],[1]],[,[1,,,,,,,,,1,,,,,1,,1,,1],[,1,1,,1,1,,1,1,1,,,1,1,1,,,,1,,,1,,,,1],[,1,,,,,,,1,,,,1,,,,,,1],[1,1,1,1,1,1,,,,1,,,,,,,,,1,1,1,1],[1],[,1,1,,,1,1,,,,,1,,1,,,,,,,,1,,,,1],[1,,1,,,1,,1,,,,,1,1,1,1,,,,1,,,,1],[,,1,,,,,,,1,,,,,,,1,,,,,,,1],[1,,,,,,,,,,,,,,1,,,,1],[,,,1,,1,,,,,1,,,,1,1,,,,1],[1,,,,,1,,,1,1,,1,1,,,1,1,,1,1,1,,1,1,1,,1],[,1,1,,,,,1,,1,,1,1,1,,1,1,,,1,,1,1,1],[,1,,,,1,,,,1,,,1,,1,1,,,1,1,1,,,,,1],[1,,1,1,,1,,1,1,,1,,1,1,1,1,1,,,1,1,,,,,,1],[1,,,,,,,,,,,,,,,,,,1,,,1,,1],[,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,,1,,1],[,1,,,,1,,,1,1,,1,,,1,1,,,1,,,1,,,1,1],[1,1,,1,1,1,,1,1,1,,1,,1,1,1,,,1,,1,1,1],[1,,1,1,1,1,,,,1,,1,1,1,,1,,,1,1,1,,1,1,1,1,1],[1,,,,,,,,,,,,,1],[,,1,,,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,,,1,,1,,1,,,,1],[,,,1,,,,,,,,,1],[,1,,,,,,,,,,,,,,1,,,,,,,,,1],[,,,,,,,,1,1,,,,1,,,,,1,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,,,1,1,1],[,,,,,1,,,,1,1,1,,1,1,1,,,1,,1,1,,1],[,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,,,1,,,,,,,,,,,,,1],[,,1,,,1,,1,1,1,,1,1,,1,,,,1,,1,1],,[,,1,,,1,,,,,,1,,,,1],[,,,,,,,,,1,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,,1,1,,1,,1,,,1,1,1,,,1],[,,,,,1,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,1,,1,1,,1,1,,1],[,,,,,1,,,,,,,,,,,,,,1],[,1,1,1,1,,,,,1,,,1,,1,,,,1,1,,,,1,1],[,1,,,1,,,1,,1,1,,1,,,,,,,1],[,,1,,1,,,1,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,,,,,,,,,,1,,1,1],[,,,,,,,,,,,,1],,[,1,1,1,1,,,,1,1,,1,1,1,1,1,1,,1,1,1,1,,1,,1],[1,,,,1,,,,,,,,,,1],[1,,,,,,,,,1],,[,1,,,,1,,,,,,,,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,,1,,,,1,1,,,1,1,,1],[,1,1,,1,,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,1],[1,1,1,,,,,1,1,1,,1,1,1,1,1,,1,1,1,1,1,,,,,1],[,1,,,,,,,1,1,,,1,1,1,,1,,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,,,1,,,,1,,,1,,,,1,,,,,,,1,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1],[1,1,1,,1,,,1,1,1,1,,1,1,1,1,,,,1,,1,,1,,,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,,1,1,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,,1,,1,,,,1],[,1,1,1,1,1,,1,1,1,,,1,1,1,1,1,,1,1,1,,1,1,,1],[1,,,1,,,,1,1,1,,,,,1,1,,,,1,,1],[1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,,1,,1,1,,,,,,,1,,1],[,1,,,,1,,1,1,,,,1,1,,1,,,,1,1,1,,1],[,,,,,,,,,,,,,1],[,1,,,,,,1,,,,,,,1],[,,,,,,,,1,,,,1,,1,,,,,,,,,,,,1]],[,[,1,1,,1,1,1,1,,1,1,1,,1,1,,1,1,,1,1,1,1,1,1,,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,,,1,,,,,,,,1,,,,,,1,,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,,1,,1,1,1,1,1,1,1,,1,1,,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1],[,1,1,,,,,1,1,1,,,1,,1,1,,,,1,,1,,,1,1],[,,,,,,,1,,,,1,1,1,1,1,,1,,,1,,,,,1],[1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,,1,,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,1,1,,1,,1,1,1,,1,,1,1,,1,1,,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,,1,,,,,1,,1],[,1,1,1,,1,,1,,1,,,,1,,1,,,1,,,,,1,1,1],[,1,,,1,1,,1,,1,,1,1,1,1,1,,1,1,,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,,1,,1,,1,,,,,1,1,,1,,,,1,1]],[,[,1,,1,,,,,,,,1,,,,,,,1,,,,1],[,,,,,,,,,1,,1,1,1,,1,,,1,,1,1],[1,1,,,,,,,1,,,,,1,,1,,,,,,1],[,1,,,,,,,,,,1,,,,,,,,,1,1],,[,,,,,,,,,,,,,,,1,,,,1,,1],[,,1,1,,1,,1,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,1,,,,,,,,,1],[1,,1,1,,,,1,,,,,,,,,1,,,1,,,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,,1,1,,1,1,,1,,1],[,1,,,1,1,,,,,,1,,1,,1,,,1,,1,1],[1,1,1,1,,1,,1,,1,,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,,,1,,1,,1,1,1,,,1,1,1,,1,1,1,1,,1,1],[,,,,1,,,1,,,,,,,1,,,,1,1],[,1,,,,,,,,,,1,,1,,1,,,,,1,,,,,1],,[1,1,,1,,1,,1,1,,,,,,1,1,,,1,1,1,1,1,1,1,1,1],[1,1,,1,,,,,,1,,,,,1,1,1,,,,1,1,,,1],[,1,1,,1,1,,,,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,,,1,,,,1,,,,1,1],[,,,,1],[,,,,,,,,,1,,,1],,[,,1,,1,,,,,,,,,1,,,,,,,,,,,,1],[,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,,,1],[,1,,1,,,,,,1,,,,,1,1,,,,,1,1],[,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,,,1,,1,1,1],[,1,,,,1,,,,,,,1],[,1,,,1,,,1,,1,,1,1,,1,,,,,1,,1,,,,1,1],[,1,,,1,,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,1,1,,,,1,1,,,,,,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,,1,1,,1,1,1,1,1],[,1,,,,1,,,,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,1,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,,1,1,1,,1,1,1,,,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,,,,,,,1,1,,,,,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,1,,1,1,1,1],,[,1,1,,,,,1,,1,,,,1,1,1,,,1,,,,,1],[,,,,,,,,,,,,,1],[,,,,,1,,,,,,,,1,1,,,,,1,,1,,,1,1],[,,,,,1,,,1,,,,,,1]],[,[,1],,,,,,,,,,,,,,,,,,,,[1,1,1,1,1,,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,1,1,1,1],[,1,,1,,1,,,1,1,1,,1,1,1,1,1,,,1,,,,1,,1,1],[,1,,1,,1,,,1,,,,,1,,,,,,1,1],[,1,,1,,,,,1,,,,1,,1,1,1,1,1,1,1,1,,1],[,1,,,,,,,,,,,,,,,1]],[,[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,,,,,,,,,1,1,,,,1],[,,,,,,1],[,,1],[,1,1,,,1,,1,,1,1,,1,1,1,,,,1,1,1,,,,,1],,[,1,,,,1,,,,,,1,,,1,,,,1,1,,1],[,,,,,,,1,,,,,,,,,1],[,1,1,,,1,1,,,,,,1,1,1,,,,1,,1,1],[,,,,,,,1,,1,,,,,,,,,,1],[,1,1,,,,,,1,1,,,,1,,,,,,,1,,,1],,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,1,,,1,,,,,1,,1,,1,,1,,,,,1],[1,1,1,1,1,1,1,1,,,,,1,1,,1,1,,1,,,1,,1],[,,,,,,,,,,,,,,1,,,,,,1],,[,,,,,,,,,1,,,,1,,1,,,,,1],[,,1,,,,,,,1,,1,1,1,1,,,,,,,,,1],[,,,1,,,,,1,,,,,1,,,,,,1,,,,1],[1,,1,1,,1,1,1,1,1,,1,,,,1,1,1,,,1,1,,,,1,1],,[1,1,,,,,,,,,,1,1,1,,1,,,1],[,,,,1,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,1],[,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,,1,,,1,,,,,,,,1,,,,,,1,,,,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,,,,1,1,1,1,1,1,,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,1,,1,1,,1,1,1,,1,1,1,1,1,,,1],[1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,,1,,1,,1,1,1,1,1,,1,,1,1,1,1,,1,1,1,1,1],[1,1,1,1,,1,,,,,,1,,1,,,,,1,1,,,,,1],[1,,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,,1,,,,1,1,1,1,1,,,1,1,,1,,1],[,1,1,1,1,,,,,1,,1,1,1,1,1,,,1,1,,,,1,1,1],[,1,1,1,1,1,,1,,,,,1,,1,,1,,,1,,,1,1,,1]],[,[1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,,,,,1,,,,,1,1,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,,,,1,,1,1,,1,1,1,1,1,,,1,,1,,1],[1,1,1,,1,1,1,1,,,,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,,1,,,,,,,,,,1,1,1,1,1,1,1,,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,1,1,,,,1,,1,1,1,1,1,,,,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,,1,1,1],[,1,1,1,,1,,1,1,1,1,,,1,1,1,,1,1,1,1,1,,,1,1],[1,1,,,,1,,,1,1,1,,1,,1,,1,,1,1,1,1,1,,1,1,1],[,1,,,,,,,1,,1,,1,1,1,1,,,,,,,,,1]],[,[,,,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,1,,,1,,,,,,1,,,1,,,,1],,[,1,,,,1,,1,,1,1,,1,1,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],[1,1,1,,,1,,,1,,,,,,1,1,,,,,,,,,,1],[,1,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1,,,1],[,,,,,,,,,1],[1,1,,,,,,1,1,1,,1,1,,,,1,1,,1,,1,1,1,,1],[,1,1,1,,1,1,,,1,,1,1,1,1,,,,,,,1,,1,,1],[,1,1,1,1,,,1,,1,,,,1,1,1,1,,1,1,,1],[,1,,,1,1,,1,,1,,1,,1,1,,1,,1,,,1,,,1,,1],[,,,,,,,,,,,1,,,1],[,,,,,,,,,1,,,,,,,,,,,,,1],,[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1],[,1,,,,,,,1,1,,1,,,,,1,,,1,,1],[,1,,,,1,,,1,,,,,,,,1,,1,,,1],[,,,,,,,,,,,,,1,1,,,,1,,,1],[,,,,,1,,,1,,,,1],[,1],,[,1],[1,,,,,,,,,,,,,,1,,,,,1]],[,[,1,,,,1,1,1,1,1,1,,1,1,1,1,1,,1,1,,1,1,,,1],[,,1,,,,,,,,,1],,,[1,,,1,1,,,,,,,,1,1,,1,1,,1],,[,,,,,,,,,,,,,,,,,,1,,1],,[1,,,1,1,,1,1,,,,,1,,1,,,,,1,1,,1],[,,,,,,,,,,,1],[,1,,,,,,,,1,1,1,1,1,1,1,1,,,,1,1,,,,,1],[,,,,,,,,,,,,,,,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,,1,1,1,1,1,1],[,,,,,,,,,,,1,,1,,,1],[1,,,,,,,,,,,,,,,,,,1,,1],,,[,1,,,,,,,,,,,,,,1,,,,1,1],[,,,,,,,,,1,,,1,,1,,,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,1,1,,,,,,1],,[,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,1,1,,1,1,1,1,1,1,,,1,1,1,1,1,,1,1],[,1,,,,,,,,1],[,,,,1,,,1,,,1,1,,,,,,,,,1,1,,,,1],[,1,,1,1,,,1,1,1,,,,1,1,1,1,,1,1,1,1,,1],[,,,,,,,1],[,1,1,,,,,1,,1,,,,,,1,,,,,,1,,1,,1],[,1,,,,,,1,,,,1,,,,,,,,,,1],[,,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1,1,1,1,,1],[,1,,,,,,,,1],[,1,1,,1,,,,,,,,1,,,,,,1,,,1,,1,,1],[,1,,1,,1,,1,1,1,,1,1,1,,1,,,1,1,,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,,,,1,1,1,,,,1,1,,,1,1],[,,1,1,1,1,,1,,1,,1,,1,1,1,1,,,,,1,,1,,1],[1,1,1,1,1,1,1,1,,1,,1,,1,1,1,,,1,1,,,,1,,1],[,,,1],,[,1,1,,1,,,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1],[,1,,,,,,1,,1,,1,,,,,,,1,1,,1,1],[,,1,,,,1,,1,1,,1,,1,,,,,,,,,,1],[,1,1,,1,,,,1,,,,1,1,1,,,,1,,1,1,1,,1,1],,[,1,1,,,,,,,,,,,,,1,,,1,,,,,1],[,1,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,1,,,,1,1,,,,1,,,,,,,1]],[,[,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[,1,1,1,1,1,,1,,1,1,,,1,1,1,1,,1,,,,,1,1,1],[,,1,1,,1,,1,1,,,,1,1,1,1,,,1,,1,1,1,1,,1],[,1,,1,,,,,,,,1,,1,,1,,1,,,,,,,,1],[,,1,,1,,,1,,,,,1,1,,,1,,1,1,1,1],[,1],[,1,1,,1,,1,1,,1,,,1,1,1,,,,1,,,1,,1],[1,1,,1,1,1,,,,,,,,1,,,,,1,,1,1,1],[,1,1,,,,,,,1,,,1,,1,,1,,1,1,,,1,,,1],[,,1,,,,,,,,,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,,1,,,,,1,1,1,,,1,,1,,,,1],[,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,1,1,1,1,1,,1,1,1,,1,1,1,1,1,,,,1,1],[,,,1,1,,,1,,1,,1,,1,1,1,1,,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,,1,,1,,,,1,1,,,1,1,,1,1,,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1,,1,1,,,1],[,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,,1,,,1,,,1,,1,1,1,1,1,,1,,1,1],[,,,,,1,,,,1,,,,,1,1,,,,1],[,1,,1,1,1,,1,,,1,1,1,,,1,,,1,,1,,,1],[,,1,,,,,,,,,1,,1,,,,,1,,1],[,1,1,,,,,,,,1,1,1,,,,,,,,1,,,,,1],[,,,,,,,,1,,,,,1,,,1]],[,[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,,,1,1,1,1,1,1,1,1,,,,,,,,,1,1],[,,,,,,,,1,,,,1,,1,,1,,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,1,,1,,1,,,,1,1,,1,,1,,,,1,1,1,1,1,,,1],,[,1,,,,,,,,1,,,1,1,,,1,,1,1,,1,,1],[,1,,,1,,,,,,,,1,,,,,,,1],[1,1,,,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1],,[,1,,,,,,1,1,1,,1,1,1,1,1,,,1,,1,1,,,,1],[,1,1,,,1,,1,,1,,,1,1,1,1,,,1,,,1,,,,1],[,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1],[,1,1,,1,1,,1,1,,,1,1,,1,1,,1,,1,,1],[1,,1,,,,,1,,1,,1,1,1,1,,,,,1,1,,,,1,1],[,1,1,,,,,1,1,,,1,,1,1,1,1,,,,,,,,,,1],,[,1,1,,,1,,,,1,,1,1,1,1,1,,,,1,,,,1,,1],[,,,1,1,,,1,,,,,1,1,1,1,1,,1,1,,,,,,1],[,1,,,,,,,,,,,1,,,,1,,,,,,,1,,1],[,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,1,,,,,1,,1,,,1,1,,1,1,,1],[,1,,,,,,1,,,,,1,1,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1,,,1,,,,,1],[,,,,,,,1,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,,1,,,,,,,1,,,,,,,,1,1,,1],[,1,,,1,,,,1],[,,,,,,,,,,1],[,1,,,,,,1,1,,,,,1,1],,[,1,1,,,,,,1,,,,,1,1,,,,1],[1,,1,,1,,,,,1,,,,,1,,,,,,,,,1,1],[,1,1,,,,,,,,,1,1,1,1,,,,1,,,,,1,,,1],,[,1,1,,1,,,1,1,,,1,,,1,1,1,,1,,1,1,1,,,,1],[,1,,,,1,,,,,1,,,1,1,,,1,,1,,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,,,1,,,,,1,,,,,1,,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,1],[,1,,,,,,1,,,,,,,1,1,1,,,1],[,1,,,,,,,,,,1,1,1,,,,,1,,,1],[,,,,,1,,1,,,,,1,1,1,,1,1,,1,1,1,,,1,1],[1,1,,,,,,,1,,,,,1,1,,,,,,,,,,,1],,[,1],[,,,,,,,,,,,,,,,,,,,,,,,,1],[,,1,,,,,1,,,1,,,,1,,1],[,1,,,,,,,,,1]]];function Ax(e){for(var t=Bp;e.length<3;)e+="`";for(var r=0;r<=e.length-1;r++){var a=e.charCodeAt(r)-96;if(t=t[a],!t)return!1}return!0}function $p(e){e=Array.isArray(e)?e:Bp;var t=[];return e.forEach(function(r,a){var n=String.fromCharCode(a+96).replace("`","");Array.isArray(r)?t=t.concat($p(r).map(function(i){return n+i})):t.push(n)}),t}var so=Ax,Cx=function(e){function t(r){var a;return Vt(this,t),a=Be(this,t),a._props=Tx(r),a._attrs=Fx(r),a}return qn(t,e),Gt(t,[{key:"props",get:function(){return this._props}},{key:"attr",value:function(a){var n;return(n=this._attrs[a])!==null&&n!==void 0?n:null}},{key:"hasAttr",value:function(a){return this._attrs[a]!==void 0}},{key:"attrNames",get:function(){return Object.keys(this._attrs)}}])}(dt),Xu={"#cdata-section":2,"#text":3,"#comment":8,"#document":9,"#document-fragment":11},qp={},Rx=Object.keys(Xu);Rx.forEach(function(e){qp[Xu[e]]=e});function Tx(e){var t,r,a,n=(t=e.nodeName)!==null&&t!==void 0?t:qp[e.nodeType],i=(r=(a=e.nodeType)!==null&&a!==void 0?a:Xu[e.nodeName])!==null&&r!==void 0?r:1;Oe(typeof i=="number","nodeType has to be a number, got '".concat(i,"'")),Oe(typeof n=="string","nodeName has to be a string, got '".concat(n,"'")),n=n.toLowerCase();var o=null;n==="input"&&(o=(e.type||e.attributes&&e.attributes.type||"").toLowerCase(),oo().includes(o)||(o="text"));var s=Ae({},e,{nodeType:i,nodeName:n});return o&&(s.type=o),delete s.attributes,Object.freeze(s)}function Fx(e){var t=e.attributes,r=t===void 0?{}:t,a={htmlFor:"for",className:"class"};return Object.keys(r).reduce(function(n,i){var o=r[i];if(Oe(B(o)!=="object"||o===null,"expects attributes not to be an object, '".concat(i,"' was")),o!==void 0){var s=a[i]||i;n[s]=o!==null?String(o):null}return n},{})}var jp=Cx;function Sx(e,t){if(e=e||function(){},t=t||g.log,!g._audit)throw new Error("No audit configured");var r=g.utils.queue(),a=[];Object.keys(g.plugins).forEach(function(i){r.defer(function(o){var s=function(l){a.push(l),o()};try{g.plugins[i].cleanup(o,s)}catch(u){s(u)}})});var n=g.utils.getFlattenedTree(b.body);g.utils.querySelectorAll(n,"iframe, frame").forEach(function(i){r.defer(function(o,s){return g.utils.sendCommandToFrame(i.actualNode,{command:"cleanup-plugin"},o,s)})}),r.then(function(i){a.length===0?e(i):t(a)}).catch(t)}var zp=Sx,xn={},Hp;function Vp(e){return xn.hasOwnProperty(e)}function Zu(e){return typeof e=="string"&&xn[e]?xn[e]:typeof e=="function"?e:Hp}function kx(e,t,r){xn[e]=t,r&&(Hp=t)}function Ox(e){var t=g._audit;if(!t)throw new Error("No audit configured");if(e.axeVersion||e.ver){var r=e.axeVersion||e.ver;if(!/^\d+\.\d+\.\d+(-canary)?/.test(r))throw new Error("Invalid configured version ".concat(r));var a=r.split("-"),n=Q(a,2),i=n[0],o=n[1],s=i.split(".").map(Number),u=Q(s,3),l=u[0],c=u[1],d=u[2],m=g.version.split("-"),v=Q(m,2),y=v[0],w=v[1],E=y.split(".").map(Number),_=Q(E,3),x=_[0],C=_[1],R=_[2];if(l!==x||C<c||C===c&&R<d||l===x&&c===C&&d===R&&o&&o!==w)throw new Error("Configured version ".concat(r," is not compatible with current axe version ").concat(g.version))}if(e.reporter&&(typeof e.reporter=="function"||Vp(e.reporter))&&(t.reporter=e.reporter),e.checks){if(!Array.isArray(e.checks))throw new TypeError("Checks property must be an array");e.checks.forEach(function(O){if(!O.id)throw new TypeError("Configured check ".concat(JSON.stringify(O)," is invalid. Checks must be an object with at least an id property"));t.addCheck(O)})}var T=[];if(e.rules){if(!Array.isArray(e.rules))throw new TypeError("Rules property must be an array");e.rules.forEach(function(O){if(!O.id)throw new TypeError("Configured rule ".concat(JSON.stringify(O)," is invalid. Rules must be an object with at least an id property"));T.push(O.id),t.addRule(O)})}if(e.disableOtherRules&&t.rules.forEach(function(O){T.includes(O.id)===!1&&(O.enabled=!1)}),typeof e.branding<"u"?t.setBranding(e.branding):t._constructHelpUrls(),e.tagExclude&&(t.tagExclude=e.tagExclude),e.locale&&t.applyLocale(e.locale),e.standards&&Z2(e.standards),e.noHtml&&(t.noHtml=!0),e.allowedOrigins){if(!Array.isArray(e.allowedOrigins))throw new TypeError("Allowed origins property must be an array");if(e.allowedOrigins.includes("*"))throw new Error('"*" is not allowed. Use "'.concat(ye.allOrigins,'" instead'));t.setAllowedOrigins(e.allowedOrigins)}}var Ix=Ox;function Nx(e){Qt.updateMessenger(e)}function Mx(e){e=e||[];var t=e.length?g._audit.rules.filter(function(a){return!!e.filter(function(n){return a.tags.indexOf(n)!==-1}).length}):g._audit.rules,r=g._audit.data.rules||{};return t.map(function(a){var n=r[a.id]||{};return{ruleId:a.id,description:n.description,help:n.help,helpUrl:n.helpUrl,tags:a.tags,actIds:a.actIds}})}var Px=Mx;function Lx(e,t,r){var a=["SCRIPT","HEAD","TITLE","NOSCRIPT","STYLE","TEMPLATE"];if(!a.includes(e.nodeName.toUpperCase())&&yn(r)){var n=p.getComputedStyle(e);if(n.getPropertyValue("display")==="none")return;if(n.getPropertyValue("visibility")==="hidden"){var i=ft(e),o=i&&p.getComputedStyle(i);if(!o||o.getPropertyValue("visibility")!=="hidden")return}}return!0}var Bx=Lx,Gp={};Ut(Gp,{getAllCells:function(){return Qu},getCellPosition:function(){return ji},getHeaders:function(){return uo},getScope:function(){return du},isColumnHeader:function(){return wa},isDataCell:function(){return Wp},isDataTable:function(){return lo},isHeader:function(){return Vx},isRowHeader:function(){return Da},toArray:function(){return wr},toGrid:function(){return wr},traverse:function(){return Ju}});function $x(e){var t,r,a,n,i=[];for(t=0,a=e.rows.length;t<a;t++)for(r=0,n=e.rows[t].cells.length;r<n;r++)i.push(e.rows[t].cells[r]);return i}var Qu=$x;function Up(e,t,r){for(var a=e==="row"?"_rowHeaders":"_colHeaders",n=e==="row"?Da:wa,i=r[t.y][t.x],o=i.colSpan-1,s=i.getAttribute("rowspan"),u=parseInt(s)===0||i.rowspan===0?r.length:i.rowSpan,l=u-1,c=t.y+l,d=t.x+o,m=e==="row"?t.y:0,v=e==="row"?0:t.x,y,w=[],E=c;E>=m&&!y;E--)for(var _=d;_>=v;_--){var x=r[E]?r[E][_]:void 0;if(x){var C=g.utils.getNodeFromTree(x);if(C[a]){y=C[a];break}w.push(x)}}return y=(y||[]).concat(w.filter(n)),w.forEach(function(R){var T=g.utils.getNodeFromTree(R);T[a]=y}),y}function qx(e,t){if(e.getAttribute("headers")){var r=or(e,"headers");if(r.filter(function(o){return o}).length)return r}t||(t=wr(ba(e,"table")));var a=ji(e,t),n=Up("row",a,t),i=Up("col",a,t);return[].concat(n,i).reverse()}var uo=qx;function jx(e){if(!e.children.length&&!e.textContent.trim())return!1;var t=Re(e);return t?["cell","gridcell"].includes(t):e.nodeName.toUpperCase()==="TD"}var Wp=jx;function zx(e){var t=Re(e);if((t==="presentation"||t==="none")&&!it(e))return!1;if(e.getAttribute("contenteditable")==="true"||ba(e,'[contenteditable="true"]')||t==="grid"||t==="treegrid"||t==="table"||Jt(t)==="landmark")return!0;if(e.getAttribute("datatable")==="0")return!1;if(e.getAttribute("summary")||e.tHead||e.tFoot||e.caption)return!0;for(var r=0,a=e.children.length;r<a;r++)if(e.children[r].nodeName.toUpperCase()==="COLGROUP")return!0;for(var n=0,i=e.rows.length,o,s,u=!1,l=0;l<i;l++){o=e.rows[l];for(var c=0,d=o.cells.length;c<d;c++){if(s=o.cells[c],s.nodeName.toUpperCase()==="TH"||(!u&&(s.offsetWidth!==s.clientWidth||s.offsetHeight!==s.clientHeight)&&(u=!0),s.getAttribute("scope")||s.getAttribute("headers")||s.getAttribute("abbr"))||["columnheader","rowheader"].includes(Re(s))||s.children.length===1&&s.children[0].nodeName.toUpperCase()==="ABBR")return!0;n++}}if(e.getElementsByTagName("table").length||i<2)return!1;var m=e.rows[Math.ceil(i/2)];if(m.cells.length===1&&m.cells[0].colSpan===1)return!1;if(m.cells.length>=5||u)return!0;for(var v,y,w=0;w<i;w++){if(o=e.rows[w],v&&v!==p.getComputedStyle(o).getPropertyValue("background-color")||(v=p.getComputedStyle(o).getPropertyValue("background-color"),y&&y!==p.getComputedStyle(o).getPropertyValue("background-image")))return!0;y=p.getComputedStyle(o).getPropertyValue("background-image")}return i>=20?!0:!(Xs(e).width>ki(p).width*.95||n<10||e.querySelector("object, embed, iframe, applet"))}var lo=zx;function Hx(e){if(wa(e)||Da(e))return!0;if(e.getAttribute("id")){var t=Ke(e.getAttribute("id"));return!!b.querySelector('[headers~="'.concat(t,'"]'))}return!1}var Vx=Hx;function Yp(e,t,r,a){var n,i=r[t.y]?r[t.y][t.x]:void 0;return i?typeof a=="function"&&(n=a(i,t,r),n===!0)?[i]:(n=Yp(e,{x:t.x+e.x,y:t.y+e.y},r,a),n.unshift(i),n):[]}function Gx(e,t,r,a){if(Array.isArray(t)&&(a=r,r=t,t={x:0,y:0}),typeof e=="string")switch(e){case"left":e={x:-1,y:0};break;case"up":e={x:0,y:-1};break;case"right":e={x:1,y:0};break;case"down":e={x:0,y:1};break}return Yp(e,{x:t.x+e.x,y:t.y+e.y},r,a)}var Ju=Gx,Kp={};Ut(Kp,{allowedAttr:function(){return Xp},arialabelText:function(){return mn},arialabelledbyText:function(){return pn},getAccessibleRefs:function(){return el},getElementUnallowedRoles:function(){return Jp},getExplicitRole:function(){return Re},getImplicitRole:function(){return sr},getOwnedVirtual:function(){return gn},getRole:function(){return we},getRoleType:function(){return Jt},getRolesByType:function(){return aA},getRolesWithNameFromContents:function(){return oA},implicitNodes:function(){return uA},implicitRole:function(){return sr},isAccessibleRef:function(){return co},isAriaRoleAllowedOnElement:function(){return Qp},isComboboxPopup:function(){return rl},isUnsupportedRole:function(){return lu},isValidRole:function(){return hn},label:function(){return am},labelVirtual:function(){return Vi},lookupTable:function(){return tm},namedFromContents:function(){return x1},requiredAttr:function(){return nm},requiredContext:function(){return al},requiredOwned:function(){return nl},validateAttr:function(){return fo},validateAttrValue:function(){return im}});function Ux(e){var t=Ie.ariaRoles[e],r=de(Mr());return t&&(t.allowedAttrs&&r.push.apply(r,de(t.allowedAttrs)),t.requiredAttrs&&r.push.apply(r,de(t.requiredAttrs))),r}var Xp=Ux,Wx=/^idrefs?$/;function Zp(e,t,r){if(e.hasAttribute){if(e.nodeName.toUpperCase()==="LABEL"&&e.hasAttribute("for")){var a=e.getAttribute("for");t.has(a)?t.get(a).push(e):t.set(a,[e])}for(var n=0;n<r.length;++n){var i=r[n],o=me(e.getAttribute(i)||"");if(o){var s=je(Et(o)),u;try{for(s.s();!(u=s.n()).done;){var l=u.value;t.has(l)?t.get(l).push(e):t.set(l,[e])}}catch(d){s.e(d)}finally{s.f()}}}}for(var c=0;c<e.childNodes.length;c++)e.childNodes[c].nodeType===1&&Zp(e.childNodes[c],t,r)}function Yx(e){var t;e=e.actualNode||e;var r=gt(e);r=r.documentElement||r;var a=be.get("idRefsByRoot",function(){return new Map}),n=a.get(r);if(!n){n=new Map,a.set(r,n);var i=Object.keys(Ie.ariaAttrs).filter(function(o){var s=Ie.ariaAttrs[o].type;return Wx.test(s)});Zp(r,n,i)}return(t=n.get(e.id))!==null&&t!==void 0?t:[]}var el=Yx;function Kx(e,t){var r=e instanceof dt?e:Ee(e),a=sr(r),n=Pr(r);return Array.isArray(n.allowedRoles)?n.allowedRoles.includes(t):t===a?!1:!!n.allowedRoles}var Qp=Kx,Xx=["doc-backlink","doc-biblioentry","doc-biblioref","doc-cover","doc-endnote","doc-glossref","doc-noteref"],Zx={header:"banner",footer:"contentinfo"};function Qx(e){var t=[];if(!e)return t;if(e.hasAttr("role")){var r=Et(e.attr("role").toLowerCase());t=t.concat(r)}return t.filter(function(a){return hn(a)})}function Jx(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,r=Se(e),a=r.vNode;if(!zu(a))return[];var n=a.props.nodeName,i=sr(a)||Zx[n],o=Qx(a);return o.filter(function(s){return!eA(s,a,t,i)})}function eA(e,t,r,a){return r&&e===a?!0:Xx.includes(e)&&Jt(e)!==a?!1:Qp(t,e)}var Jp=Jx;function tA(e){return Object.keys(Ie.ariaRoles).filter(function(t){return Ie.ariaRoles[t].type===e})}var _a=tA;function rA(e){return _a(e)}var aA=rA;function nA(){return be.get("ariaRolesNameFromContent",function(){return Object.keys(Ie.ariaRoles).filter(function(e){return Ie.ariaRoles[e].nameFromContent})})}var tl=nA;function iA(){return tl()}var oA=iA,em=function(t){return t===null},bt=function(t){return t!==null},Er={};Er.attributes={"aria-activedescendant":{type:"idref",allowEmpty:!0,unsupported:!1},"aria-atomic":{type:"boolean",values:["true","false"],unsupported:!1},"aria-autocomplete":{type:"nmtoken",values:["inline","list","both","none"],unsupported:!1},"aria-busy":{type:"boolean",values:["true","false"],unsupported:!1},"aria-checked":{type:"nmtoken",values:["true","false","mixed","undefined"],unsupported:!1},"aria-colcount":{type:"int",unsupported:!1},"aria-colindex":{type:"int",unsupported:!1},"aria-colspan":{type:"int",unsupported:!1},"aria-controls":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-current":{type:"nmtoken",allowEmpty:!0,values:["page","step","location","date","time","true","false"],unsupported:!1},"aria-describedby":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-describedat":{unsupported:!0,unstandardized:!0},"aria-details":{type:"idref",allowEmpty:!0,unsupported:!1},"aria-disabled":{type:"boolean",values:["true","false"],unsupported:!1},"aria-dropeffect":{type:"nmtokens",values:["copy","move","reference","execute","popup","none"],unsupported:!1},"aria-errormessage":{type:"idref",allowEmpty:!0,unsupported:!1},"aria-expanded":{type:"nmtoken",values:["true","false","undefined"],unsupported:!1},"aria-flowto":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-grabbed":{type:"nmtoken",values:["true","false","undefined"],unsupported:!1},"aria-haspopup":{type:"nmtoken",allowEmpty:!0,values:["true","false","menu","listbox","tree","grid","dialog"],unsupported:!1},"aria-hidden":{type:"boolean",values:["true","false"],unsupported:!1},"aria-invalid":{type:"nmtoken",allowEmpty:!0,values:["true","false","spelling","grammar"],unsupported:!1},"aria-keyshortcuts":{type:"string",allowEmpty:!0,unsupported:!1},"aria-label":{type:"string",allowEmpty:!0,unsupported:!1},"aria-labelledby":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-level":{type:"int",unsupported:!1},"aria-live":{type:"nmtoken",values:["off","polite","assertive"],unsupported:!1},"aria-modal":{type:"boolean",values:["true","false"],unsupported:!1},"aria-multiline":{type:"boolean",values:["true","false"],unsupported:!1},"aria-multiselectable":{type:"boolean",values:["true","false"],unsupported:!1},"aria-orientation":{type:"nmtoken",values:["horizontal","vertical"],unsupported:!1},"aria-owns":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-placeholder":{type:"string",allowEmpty:!0,unsupported:!1},"aria-posinset":{type:"int",unsupported:!1},"aria-pressed":{type:"nmtoken",values:["true","false","mixed","undefined"],unsupported:!1},"aria-readonly":{type:"boolean",values:["true","false"],unsupported:!1},"aria-relevant":{type:"nmtokens",values:["additions","removals","text","all"],unsupported:!1},"aria-required":{type:"boolean",values:["true","false"],unsupported:!1},"aria-roledescription":{type:"string",allowEmpty:!0,unsupported:!1},"aria-rowcount":{type:"int",unsupported:!1},"aria-rowindex":{type:"int",unsupported:!1},"aria-rowspan":{type:"int",unsupported:!1},"aria-selected":{type:"nmtoken",values:["true","false","undefined"],unsupported:!1},"aria-setsize":{type:"int",unsupported:!1},"aria-sort":{type:"nmtoken",values:["ascending","descending","other","none"],unsupported:!1},"aria-valuemax":{type:"decimal",unsupported:!1},"aria-valuemin":{type:"decimal",unsupported:!1},"aria-valuenow":{type:"decimal",unsupported:!1},"aria-valuetext":{type:"string",unsupported:!1}},Er.globalAttributes=["aria-atomic","aria-busy","aria-controls","aria-current","aria-describedby","aria-details","aria-disabled","aria-dropeffect","aria-flowto","aria-grabbed","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-live","aria-owns","aria-relevant","aria-roledescription"],Er.role={alert:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},alertdialog:{type:"widget",attributes:{allowed:["aria-expanded","aria-modal","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["dialog","section"]},application:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage","aria-activedescendant"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["article","audio","embed","iframe","object","section","svg","video"]},article:{type:"structure",attributes:{allowed:["aria-expanded","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["article"],unsupported:!1},banner:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["header"],unsupported:!1,allowedElements:["section"]},button:{type:"widget",attributes:{allowed:["aria-expanded","aria-pressed","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["button",'input[type="button"]','input[type="image"]','input[type="reset"]','input[type="submit"]',"summary"],unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:bt}}]},cell:{type:"structure",attributes:{allowed:["aria-colindex","aria-colspan","aria-rowindex","aria-rowspan","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["row"],implicit:["td","th"],unsupported:!1},checkbox:{type:"widget",attributes:{allowed:["aria-checked","aria-required","aria-readonly","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:['input[type="checkbox"]'],unsupported:!1,allowedElements:["button"]},columnheader:{type:"structure",attributes:{allowed:["aria-colindex","aria-colspan","aria-expanded","aria-rowindex","aria-rowspan","aria-required","aria-readonly","aria-selected","aria-sort","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["row"],implicit:["th"],unsupported:!1},combobox:{type:"composite",attributes:{allowed:["aria-autocomplete","aria-required","aria-activedescendant","aria-orientation","aria-errormessage"],required:["aria-expanded"]},owned:{all:["listbox","tree","grid","dialog","textbox"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:[{nodeName:"input",properties:{type:["text","search","tel","url","email"]}}]},command:{nameFrom:["author"],type:"abstract",unsupported:!1},complementary:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["aside"],unsupported:!1,allowedElements:["section"]},composite:{nameFrom:["author"],type:"abstract",unsupported:!1},contentinfo:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["footer"],unsupported:!1,allowedElements:["section"]},definition:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["dd","dfn"],unsupported:!1},dialog:{type:"widget",attributes:{allowed:["aria-expanded","aria-modal","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["dialog"],unsupported:!1,allowedElements:["section"]},directory:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1,allowedElements:["ol","ul"]},document:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["body"],unsupported:!1,allowedElements:["article","embed","iframe","object","section","svg"]},"doc-abstract":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-acknowledgments":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-afterword":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-appendix":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-backlink":{type:"link",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:bt}}]},"doc-biblioentry":{type:"listitem",attributes:{allowed:["aria-expanded","aria-level","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author"],context:["doc-bibliography"],unsupported:!1,allowedElements:["li"]},"doc-bibliography":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:{one:["doc-biblioentry"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-biblioref":{type:"link",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:bt}}]},"doc-chapter":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-colophon":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-conclusion":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-cover":{type:"img",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1},"doc-credit":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-credits":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-dedication":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-endnote":{type:"listitem",attributes:{allowed:["aria-expanded","aria-level","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,namefrom:["author"],context:["doc-endnotes"],unsupported:!1,allowedElements:["li"]},"doc-endnotes":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:{one:["doc-endnote"]},namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-epigraph":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1},"doc-epilogue":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-errata":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-example":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["aside","section"]},"doc-footnote":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["aside","footer","header"]},"doc-foreword":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-glossary":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:["term","definition"],namefrom:["author"],context:null,unsupported:!1,allowedElements:["dl"]},"doc-glossref":{type:"link",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author","contents"],context:null,unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:bt}}]},"doc-index":{type:"navigation",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["nav","section"]},"doc-introduction":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-noteref":{type:"link",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author","contents"],context:null,unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:bt}}]},"doc-notice":{type:"note",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-pagebreak":{type:"separator",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["hr"]},"doc-pagelist":{type:"navigation",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["nav","section"]},"doc-part":{type:"landmark",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-preface":{type:"landmark",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-prologue":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-pullquote":{type:"none",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["aside","section"]},"doc-qna":{type:"section",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-subtitle":{type:"sectionhead",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:{nodeName:["h1","h2","h3","h4","h5","h6"]}},"doc-tip":{type:"note",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["aside"]},"doc-toc":{type:"navigation",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["nav","section"]},feed:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:{one:["article"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["article","aside","section"]},figure:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["figure"],unsupported:!1},form:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["form"],unsupported:!1},grid:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-colcount","aria-level","aria-multiselectable","aria-readonly","aria-rowcount","aria-errormessage"]},owned:{one:["rowgroup","row"]},nameFrom:["author"],context:null,implicit:["table"],unsupported:!1},gridcell:{type:"widget",attributes:{allowed:["aria-colindex","aria-colspan","aria-expanded","aria-rowindex","aria-rowspan","aria-selected","aria-readonly","aria-required","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["row"],implicit:["td","th"],unsupported:!1},group:{type:"structure",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["details","optgroup"],unsupported:!1,allowedElements:["dl","figcaption","fieldset","figure","footer","header","ol","ul"]},heading:{type:"structure",attributes:{required:["aria-level"],allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["h1","h2","h3","h4","h5","h6"],unsupported:!1},img:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["img"],unsupported:!1,allowedElements:["embed","iframe","object","svg"]},input:{nameFrom:["author"],type:"abstract",unsupported:!1},landmark:{nameFrom:["author"],type:"abstract",unsupported:!1},link:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["a[href]","area[href]"],unsupported:!1,allowedElements:["button",{nodeName:"input",properties:{type:["image","button"]}}]},list:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:{all:["listitem"]},nameFrom:["author"],context:null,implicit:["ol","ul","dl"],unsupported:!1},listbox:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-multiselectable","aria-readonly","aria-required","aria-expanded","aria-orientation","aria-errormessage"]},owned:{all:["option"]},nameFrom:["author"],context:null,implicit:["select"],unsupported:!1,allowedElements:["ol","ul"]},listitem:{type:"structure",attributes:{allowed:["aria-level","aria-posinset","aria-setsize","aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["list"],implicit:["li","dt"],unsupported:!1},log:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},main:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["main"],unsupported:!1,allowedElements:["article","section"]},marquee:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},math:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["math"],unsupported:!1},menu:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-orientation","aria-errormessage"]},owned:{one:["menuitem","menuitemradio","menuitemcheckbox"]},nameFrom:["author"],context:null,implicit:['menu[type="context"]'],unsupported:!1,allowedElements:["ol","ul"]},menubar:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-orientation","aria-errormessage"]},owned:{one:["menuitem","menuitemradio","menuitemcheckbox"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["ol","ul"]},menuitem:{type:"widget",attributes:{allowed:["aria-posinset","aria-setsize","aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["menu","menubar"],implicit:['menuitem[type="command"]'],unsupported:!1,allowedElements:["button","li",{nodeName:"iput",properties:{type:["image","button"]}},{nodeName:"a",attributes:{href:bt}}]},menuitemcheckbox:{type:"widget",attributes:{allowed:["aria-checked","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["menu","menubar"],implicit:['menuitem[type="checkbox"]'],unsupported:!1,allowedElements:[{nodeName:["button","li"]},{nodeName:"input",properties:{type:["checkbox","image","button"]}},{nodeName:"a",attributes:{href:bt}}]},menuitemradio:{type:"widget",attributes:{allowed:["aria-checked","aria-selected","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["menu","menubar"],implicit:['menuitem[type="radio"]'],unsupported:!1,allowedElements:[{nodeName:["button","li"]},{nodeName:"input",properties:{type:["image","button","radio"]}},{nodeName:"a",attributes:{href:bt}}]},navigation:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["nav"],unsupported:!1,allowedElements:["section"]},none:{type:"structure",attributes:null,owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:[{nodeName:["article","aside","dl","embed","figcaption","fieldset","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","iframe","li","ol","section","ul"]},{nodeName:"img",attributes:{alt:bt}}]},note:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["aside"]},option:{type:"widget",attributes:{allowed:["aria-selected","aria-posinset","aria-setsize","aria-checked","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["listbox"],implicit:["option"],unsupported:!1,allowedElements:[{nodeName:["button","li"]},{nodeName:"input",properties:{type:["checkbox","button"]}},{nodeName:"a",attributes:{href:bt}}]},presentation:{type:"structure",attributes:null,owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:[{nodeName:["article","aside","dl","embed","figcaption","fieldset","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","iframe","li","ol","section","ul"]},{nodeName:"img",attributes:{alt:bt}}]},progressbar:{type:"widget",attributes:{allowed:["aria-valuetext","aria-valuenow","aria-valuemax","aria-valuemin","aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["progress"],unsupported:!1},radio:{type:"widget",attributes:{allowed:["aria-selected","aria-posinset","aria-setsize","aria-required","aria-errormessage","aria-checked"]},owned:null,nameFrom:["author","contents"],context:null,implicit:['input[type="radio"]'],unsupported:!1,allowedElements:[{nodeName:["button","li"]},{nodeName:"input",properties:{type:["image","button"]}}]},radiogroup:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-required","aria-expanded","aria-readonly","aria-errormessage","aria-orientation"]},owned:{all:["radio"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:{nodeName:["ol","ul","fieldset"]}},range:{nameFrom:["author"],type:"abstract",unsupported:!1},region:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["section[aria-label]","section[aria-labelledby]","section[title]"],unsupported:!1,allowedElements:{nodeName:["article","aside"]}},roletype:{type:"abstract",unsupported:!1},row:{type:"structure",attributes:{allowed:["aria-activedescendant","aria-colindex","aria-expanded","aria-level","aria-selected","aria-rowindex","aria-errormessage"]},owned:{one:["cell","columnheader","rowheader","gridcell"]},nameFrom:["author","contents"],context:["rowgroup","grid","treegrid","table"],implicit:["tr"],unsupported:!1},rowgroup:{type:"structure",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-errormessage"]},owned:{all:["row"]},nameFrom:["author","contents"],context:["grid","table","treegrid"],implicit:["tbody","thead","tfoot"],unsupported:!1},rowheader:{type:"structure",attributes:{allowed:["aria-colindex","aria-colspan","aria-expanded","aria-rowindex","aria-rowspan","aria-required","aria-readonly","aria-selected","aria-sort","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["row"],implicit:["th"],unsupported:!1},scrollbar:{type:"widget",attributes:{required:["aria-controls","aria-valuenow"],allowed:["aria-valuetext","aria-orientation","aria-errormessage","aria-valuemax","aria-valuemin"]},owned:null,nameFrom:["author"],context:null,unsupported:!1},search:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:{nodeName:["aside","form","section"]}},searchbox:{type:"widget",attributes:{allowed:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-readonly","aria-required","aria-placeholder","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:['input[type="search"]'],unsupported:!1,allowedElements:{nodeName:"input",properties:{type:"text"}}},section:{nameFrom:["author","contents"],type:"abstract",unsupported:!1},sectionhead:{nameFrom:["author","contents"],type:"abstract",unsupported:!1},select:{nameFrom:["author"],type:"abstract",unsupported:!1},separator:{type:"structure",attributes:{allowed:["aria-expanded","aria-orientation","aria-valuenow","aria-valuemax","aria-valuemin","aria-valuetext","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["hr"],unsupported:!1,allowedElements:["li"]},slider:{type:"widget",attributes:{allowed:["aria-valuetext","aria-orientation","aria-readonly","aria-errormessage","aria-valuemax","aria-valuemin"],required:["aria-valuenow"]},owned:null,nameFrom:["author"],context:null,implicit:['input[type="range"]'],unsupported:!1},spinbutton:{type:"widget",attributes:{allowed:["aria-valuetext","aria-required","aria-readonly","aria-errormessage","aria-valuemax","aria-valuemin"],required:["aria-valuenow"]},owned:null,nameFrom:["author"],context:null,implicit:['input[type="number"]'],unsupported:!1,allowedElements:{nodeName:"input",properties:{type:["text","tel"]}}},status:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["output"],unsupported:!1,allowedElements:["section"]},structure:{type:"abstract",unsupported:!1},switch:{type:"widget",attributes:{allowed:["aria-errormessage"],required:["aria-checked"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1,allowedElements:["button",{nodeName:"input",properties:{type:["checkbox","image","button"]}},{nodeName:"a",attributes:{href:bt}}]},tab:{type:"widget",attributes:{allowed:["aria-selected","aria-expanded","aria-setsize","aria-posinset","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["tablist"],unsupported:!1,allowedElements:[{nodeName:["button","h1","h2","h3","h4","h5","h6","li"]},{nodeName:"input",properties:{type:"button"}},{nodeName:"a",attributes:{href:bt}}]},table:{type:"structure",attributes:{allowed:["aria-colcount","aria-rowcount","aria-errormessage"]},owned:{one:["rowgroup","row"]},nameFrom:["author","contents"],context:null,implicit:["table"],unsupported:!1},tablist:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-level","aria-multiselectable","aria-orientation","aria-errormessage"]},owned:{all:["tab"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["ol","ul"]},tabpanel:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},term:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["dt"],unsupported:!1},textbox:{type:"widget",attributes:{allowed:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-readonly","aria-required","aria-placeholder","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:['input[type="text"]','input[type="email"]','input[type="password"]','input[type="tel"]','input[type="url"]',"input:not([type])","textarea"],unsupported:!1},timer:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1},toolbar:{type:"structure",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-orientation","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:['menu[type="toolbar"]'],unsupported:!1,allowedElements:["ol","ul"]},tooltip:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1},tree:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-multiselectable","aria-required","aria-expanded","aria-orientation","aria-errormessage"]},owned:{all:["treeitem"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["ol","ul"]},treegrid:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-colcount","aria-expanded","aria-level","aria-multiselectable","aria-readonly","aria-required","aria-rowcount","aria-orientation","aria-errormessage"]},owned:{one:["rowgroup","row"]},nameFrom:["author"],context:null,unsupported:!1},treeitem:{type:"widget",attributes:{allowed:["aria-checked","aria-selected","aria-expanded","aria-level","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["group","tree"],unsupported:!1,allowedElements:["li",{nodeName:"a",attributes:{href:bt}}]},widget:{type:"abstract",unsupported:!1},window:{nameFrom:["author"],type:"abstract",unsupported:!1}},Er.implicitHtmlRole=pu,Er.elementsAllowedNoRole=[{nodeName:["base","body","caption","col","colgroup","datalist","dd","details","dt","head","html","keygen","label","legend","main","map","math","meta","meter","noscript","optgroup","param","picture","progress","script","source","style","template","textarea","title","track"]},{nodeName:"area",attributes:{href:bt}},{nodeName:"input",properties:{type:["color","data","datatime","file","hidden","month","number","password","range","reset","submit","time","week"]}},{nodeName:"link",attributes:{href:bt}},{nodeName:"menu",attributes:{type:"context"}},{nodeName:"menuitem",attributes:{type:["command","checkbox","radio"]}},{nodeName:"select",condition:function(t){return t instanceof g.AbstractVirtualNode||(t=g.utils.getNodeFromTree(t)),Number(t.attr("size"))>1},properties:{multiple:!0}},{nodeName:["clippath","cursor","defs","desc","feblend","fecolormatrix","fecomponenttransfer","fecomposite","feconvolvematrix","fediffuselighting","fedisplacementmap","fedistantlight","fedropshadow","feflood","fefunca","fefuncb","fefuncg","fefuncr","fegaussianblur","feimage","femerge","femergenode","femorphology","feoffset","fepointlight","fespecularlighting","fespotlight","fetile","feturbulence","filter","hatch","hatchpath","lineargradient","marker","mask","meshgradient","meshpatch","meshrow","metadata","mpath","pattern","radialgradient","solidcolor","stop","switch","view"]}],Er.elementsAllowedAnyRole=[{nodeName:"a",attributes:{href:em}},{nodeName:"img",attributes:{alt:em}},{nodeName:["abbr","address","canvas","div","p","pre","blockquote","ins","del","output","span","table","tbody","thead","tfoot","td","em","strong","small","s","cite","q","dfn","abbr","time","code","var","samp","kbd","sub","sup","i","b","u","mark","ruby","rt","rp","bdi","bdo","br","wbr","th","tr"]}],Er.evaluateRoleForElement={A:function(t){var r=t.node,a=t.out;return r.namespaceURI==="http://www.w3.org/2000/svg"?!0:r.href.length?a:!0},AREA:function(t){var r=t.node;return!r.href},BUTTON:function(t){var r=t.node,a=t.role,n=t.out;return r.getAttribute("type")==="menu"?a==="menuitem":n},IMG:function(t){var r=t.node,a=t.role,n=t.out;switch(r.alt){case null:return n;case"":return a==="presentation"||a==="none";default:return a!=="presentation"&&a!=="none"}},INPUT:function(t){var r=t.node,a=t.role,n=t.out;switch(r.type){case"button":case"image":return n;case"checkbox":return a==="button"&&r.hasAttribute("aria-pressed")?!0:n;case"radio":return a==="menuitemradio";case"text":return a==="combobox"||a==="searchbox"||a==="spinbutton";case"tel":return a==="combobox"||a==="spinbutton";case"url":case"search":case"email":return a==="combobox";default:return!1}},LI:function(t){var r=t.node,a=t.out,n=g.utils.matchesSelector(r,"ol li, ul li");return n?a:!0},MENU:function(t){var r=t.node;return r.getAttribute("type")!=="context"},OPTION:function(t){var r=t.node,a=g.utils.matchesSelector(r,"select > option, datalist > option, optgroup > option");return!a},SELECT:function(t){var r=t.node,a=t.role;return!r.multiple&&r.size<=1&&a==="menu"},SVG:function(t){var r=t.node,a=t.out;return r.parentNode&&r.parentNode.namespaceURI==="http://www.w3.org/2000/svg"?!0:a}},Er.rolesOfType={widget:["button","checkbox","dialog","gridcell","link","log","marquee","menuitem","menuitemcheckbox","menuitemradio","option","progressbar","radio","scrollbar","searchbox","slider","spinbutton","status","switch","tab","tabpanel","textbox","timer","tooltip","tree","treeitem"]};var tm=Er;function sA(e){var t=null,r=tm.role[e];return r&&r.implicit&&(t=gr(r.implicit)),t}var uA=sA;function lA(e){return!!el(e).length}var co=lA;function rl(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.popupRoles,a=we(e);if(r??(r=i1["aria-haspopup"].values),!r.includes(a))return!1;var n=cA(e);if(rm(n))return!0;var i=e.props.id;if(!i)return!1;if(!e.actualNode)throw new Error("Unable to determine combobox popup without an actualNode");var o=un(e.actualNode),s=o.querySelectorAll('[aria-owns~="'.concat(i,`"][role~="combobox"]:not(select),
24
- [aria-controls~="`).concat(i,'"][role~="combobox"]:not(select)'));return Array.from(s).some(rm)}var rm=function(t){return t&&we(t)==="combobox"};function cA(e){for(;e=e.parent;)if(we(e,{noPresentational:!0})!==null)return e;return null}function dA(e){return e=Ee(e),Vi(e)}var am=dA;function fA(e){var t=Ie.ariaRoles[e];return!t||!Array.isArray(t.requiredAttrs)?[]:de(t.requiredAttrs)}var nm=fA;function pA(e){var t=Ie.ariaRoles[e];return!t||!Array.isArray(t.requiredContext)?null:de(t.requiredContext)}var al=pA;function mA(e){var t=Ie.ariaRoles[e];return!t||!Array.isArray(t.requiredOwned)?null:de(t.requiredOwned)}var nl=mA;function hA(e,t){e=e instanceof dt?e:Ee(e);var r,a,n=e.attr(t),i=Ie.ariaAttrs[t];if(!i||i.allowEmpty&&(!n||n.trim()===""))return!0;switch(i.type){case"boolean":return["true","false"].includes(n.toLowerCase());case"nmtoken":return typeof n=="string"&&i.values.includes(n.toLowerCase());case"nmtokens":return a=Et(n),a.reduce(function(u,l){return u&&i.values.includes(l)},a.length!==0);case"idref":try{var o=gt(e.actualNode);return!!(n&&o.getElementById(n))}catch{throw new TypeError("Cannot resolve id references for partial DOM")}case"idrefs":return or(e,t).some(function(u){return!!u});case"string":return n.trim()!=="";case"decimal":return r=n.match(/^[-+]?([0-9]*)\.?([0-9]*)$/),!!(r&&(r[1]||r[2]));case"int":var s=typeof i.minValue<"u"?i.minValue:-1/0;return/^[-+]?[0-9]+$/.test(n)&&parseInt(n)>=s}}var im=hA;function vA(e){var t=Ie.ariaAttrs[e];return!!t}var fo=vA;function gA(e){var t=Qu(e),r=this,a=[];t.forEach(function(s){var u=s.getAttribute("headers");u&&(a=a.concat(u.split(/\s+/)));var l=s.getAttribute("aria-labelledby");l&&(a=a.concat(l.split(/\s+/)))});var n=t.filter(function(s){return me(s.textContent)===""?!1:s.nodeName.toUpperCase()==="TH"||["rowheader","columnheader"].indexOf(Re(s))!==-1}),i=wr(e),o=!0;return n.forEach(function(s){if(!(s.getAttribute("id")&&a.includes(s.getAttribute("id")))){var u=ji(s,i),l=!1;wa(s)&&(l=Ju("down",u,i).find(function(c){return!wa(c)&&uo(c,i).includes(s)})),!l&&Da(s)&&(l=Ju("right",u,i).find(function(c){return!Da(c)&&uo(c,i).includes(s)})),l||r.relatedNodes(s),o=o&&l}}),o?!0:void 0}var bA=gA,An=["cell-header-not-in-table","cell-header-not-th","header-refs-self","empty-hdrs"],om=An[0],sm=An[1],um=An[2],il=An[3];function yA(e){for(var t=[],r={},a=0;a<e.rows.length;a++)for(var n=e.rows[a],i=0;i<n.cells.length;i++){var o=n.cells[i];t.push(o);var s=o.getAttribute("id");s&&(r[s]=we(o))}var u=oe(oe(oe(oe({},um,new Set),om,new Set),sm,new Set),il,new Set);t.forEach(function(m){if(!(!m.hasAttribute("headers")||!Xe(m))){var v=m.getAttribute("headers").trim();if(!v){u[il].add(m);return}var y=m.getAttribute("id"),w=Et(v);w.forEach(function(E){y&&E===y?u[um].add(m):r[E]?["columnheader","rowheader"].includes(r[E])||u[sm].add(m):u[om].add(m)})}});var l=je(An),c;try{for(l.s();!(c=l.n()).done;){var d=c.value;if(u[d].size>0)return this.relatedNodes(de(u[d])),d===il?void 0:(this.data({messageKey:d}),!1)}}catch(m){l.e(m)}finally{l.f()}return!0}function wA(e){var t=[],r=Qu(e),a=wr(e);return r.forEach(function(n){if(Wi(n)&&Wp(n)&&!am(n)){var i=uo(n,a).some(function(o){return o!==null&&!!Wi(o)});i||t.push(n)}}),t.length?(this.relatedNodes(t),!1):!0}var DA=wA;function EA(e,t){var r=e.getAttribute("scope").toLowerCase();return t.values.indexOf(r)!==-1}var _A=EA,xA=AA;function AA(e,t,r){if(r.children!==void 0){var a=r.attr("summary"),n=r.children.find(CA),i=n?me(Lr(n)):!1;return!i||!a?!1:me(a).toLowerCase()===me(i).toLowerCase()}}function CA(e){return e.props.nodeName==="caption"}function RA(e){return X1(b)?e.nodeName.toUpperCase()==="TH":!0}var TA=RA;function FA(e){var t=wr(e),r=t[0];return t.length<=1||r.length<=1||e.rows.length<=1?!0:r.reduce(function(a,n,i){return a||n!==r[i+1]&&r[i+1]!==void 0},!1)}var SA=FA;function kA(e,t,r){if(r.children){var a=r.children.find(function(i){var o=i.props;return o.nodeName==="title"});if(!a)return this.data({messageKey:"noTitle"}),!1;try{var n=Lr(a,{includeHidden:!0}).trim();if(n==="")return this.data({messageKey:"emptyTitle"}),!1}catch{return}return!0}}var OA=kA,lm={};Ut(lm,{getAriaRolesByType:function(){return _a},getAriaRolesSupportingNameFromContent:function(){return tl},getElementSpec:function(){return Pr},getElementsByContentType:function(){return cu},getGlobalAriaAttrs:function(){return Mr},implicitHtmlRoles:function(){return pu}});function IA(e,t,r){var a=Re(r);if(["presentation","none"].includes(a)&&["iframe","frame"].includes(r.props.nodeName)&&r.hasAttr("title"))return this.data({messageKey:"iframe",nodeName:r.props.nodeName}),!1;var n=we(r);if(["presentation","none"].includes(n))return this.data({role:n}),!0;if(!["presentation","none"].includes(a))return!1;var i=Mr().some(function(u){return r.hasAttr(u)}),o=it(r),s;return i&&!o?s="globalAria":!i&&o?s="focusable":s="both",this.data({messageKey:s,role:n}),!1}function NA(e,t,r){var a=r.props.nodeName,n=(r.attr("type")||"").toLowerCase(),i=r.attr("value");return i&&this.data({messageKey:"has-label"}),a==="input"&&["submit","reset"].includes(n)?i===null:!1}var MA=NA;function PA(e){return St(e)}var LA=PA;function BA(e,t){var r=t.cssProperty,a=t.absoluteValues,n=t.minValue,i=t.maxValue,o=t.normalValue,s=o===void 0?0:o,u=t.noImportant,l=t.multiLineOnly;if(!u&&e.style.getPropertyPriority(r)!=="important"||l&&!Q1(e))return!0;var c={};typeof n=="number"&&(c.minValue=n),typeof i=="number"&&(c.maxValue=i);var d=e.style.getPropertyValue(r);if(["inherit","unset","revert","revert-layer"].includes(d))return this.data(Ae({value:d},c)),!0;var m=$A(e,{absoluteValues:a,cssProperty:r,normalValue:s});if(this.data(Ae({value:m},c)),typeof m=="number")return(typeof n!="number"||m>=n)&&(typeof i!="number"||m<=i)}function $A(e,t){var r=t.cssProperty,a=t.absoluteValues,n=t.normalValue,i=p.getComputedStyle(e),o=i.getPropertyValue(r);if(o==="normal")return n;var s=parseFloat(o);if(a)return s;var u=parseFloat(i.getPropertyValue("font-size")),l=Math.round(s/u*100)/100;return isNaN(l)?o:l}function qA(e,t,r){var a=r.props.nodeName;return["img","input","area"].includes(a)?r.hasAttr("alt"):!1}var jA=qA;function zA(){}var HA=zA;function VA(){var e=b.title;return!!me(e)}var GA=VA;function UA(e,t){var r=t.cssProperties.filter(function(a){if(e.style.getPropertyPriority(a)==="important")return a});return r.length>0?(this.data(r),!1):!0}var WA=UA;function YA(e,t,r){try{return!!me(pn(r))}catch{return}}var KA=YA;function XA(e,t,r){return!!me(mn(r))}var ZA=XA;function QA(e){var t=e.getAttribute("id").trim();if(!t)return!0;var r=gt(e),a=Array.from(r.querySelectorAll('[id="'.concat(Ke(t),'"]'))).filter(function(n){return n!==e});return a.length&&this.relatedNodes(a),this.data(t),a.length===0}var JA=QA;function e5(e){var t=[];return e.filter(function(r){return t.indexOf(r.data)===-1?(t.push(r.data),!0):!1})}var t5=e5;function r5(e,t,r){var a=me(r.attr("title")).toLowerCase();return this.data(a),!0}var a5=r5;function n5(e){var t={};return e.forEach(function(r){t[r.data]=t[r.data]!==void 0?++t[r.data]:0}),e.forEach(function(r){r.result=!!t[r.data]}),e}var i5=n5;function o5(e){var t=iu(e,"href");return t?Xe(t)||void 0:!1}var s5=o5,u5=["alert","log","status"];function l5(e,t,r){this.data({isIframe:["iframe","frame"].includes(r.props.nodeName)});var a=be.get("regionlessNodes",function(){return c5(t)});return!a.includes(r)}function c5(e){var t=cm(g._tree[0],e).map(function(r){for(;r.parent&&!r.parent._hasRegionDescendant&&r.parent.actualNode!==b.body;)r=r.parent;return r}).filter(function(r,a,n){return n.indexOf(r)===a});return t}function cm(e,t){var r=e.actualNode;if(we(e)==="button"||f5(e,t)||["iframe","frame"].includes(e.props.nodeName)||Fu(e.actualNode)&&iu(e.actualNode,"href")||!Xe(r)){for(var a=e;a;)a._hasRegionDescendant=!0,a=a.parent;return["iframe","frame"].includes(e.props.nodeName)?[e]:[]}else return r!==b.body&&Wi(r,!0)&&!d5(e)?[e]:e.children.filter(function(n){var i=n.actualNode;return i.nodeType===1}).map(function(n){return cm(n,t)}).reduce(function(n,i){return n.concat(i)},[])}function d5(e){return["none","presentation"].includes(we(e))&&!Ui(e)}function f5(e,t){var r=e.actualNode,a=we(e),n=(r.getAttribute("aria-live")||"").toLowerCase().trim(),i=_a("landmark");return!!(["assertive","polite"].includes(n)||u5.includes(a)||i.includes(a)||t.regionMatcher&&vn(e,t.regionMatcher))}function p5(e){var t=e.filter(function(r){return r.data.isIframe});return e.forEach(function(r){if(!(r.result||r.node.ancestry.length===1)){var a=r.node.ancestry.slice(0,-1),n=je(t),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;if(Vu(a,o.node.ancestry)){r.result=o.result;break}}}catch(s){n.e(s)}finally{n.f()}}}),t.forEach(function(r){r.result||(r.result=!0)}),e}var m5=p5;function h5(e){switch(e){case"lighter":return 100;case"normal":return 400;case"bold":return 700;case"bolder":return 900}return e=parseInt(e),isNaN(e)?400:e}function v5(e){for(var t=e,r=e.textContent.trim(),a=r;a===r&&t!==void 0;){var n=-1;if(e=t,e.children.length===0)return e;do n++,a=e.children[n].textContent.trim();while(a===""&&n+1<e.children.length);t=e.children[n]}return e}function ol(e){var t=p.getComputedStyle(v5(e));return{fontWeight:h5(t.getPropertyValue("font-weight")),fontSize:parseInt(t.getPropertyValue("font-size")),isItalic:t.getPropertyValue("font-style")==="italic"}}function dm(e,t,r){return r.reduce(function(a,n){return a||(!n.size||e.fontSize/n.size>t.fontSize)&&(!n.weight||e.fontWeight-n.weight>t.fontWeight)&&(!n.italic||e.isItalic&&!t.isItalic)},!1)}function g5(e,t,r){var a=Array.from(e.parentNode.children),n=a.indexOf(e);t=t||{};var i=t.margins||[],o=a.slice(n+1).find(function(E){return E.nodeName.toUpperCase()==="P"}),s=a.slice(0,n).reverse().find(function(E){return E.nodeName.toUpperCase()==="P"}),u=ol(e),l=o?ol(o):null,c=s?ol(s):null,d=t.passLength,m=t.failLength,v=e.textContent.trim().length,y=o==null?void 0:o.textContent.trim().length;if(v>y*d||!l||!dm(u,l,i))return!0;var w=ga(r,"blockquote");if(!(w&&w.nodeName.toUpperCase()==="BLOCKQUOTE")&&!(c&&!dm(u,c,i))&&!(v>y*m))return!1}var b5=g5,y5=/[;,\s]/,w5=/^[0-9.]+$/;function D5(e,t,r){var a=t||{},n=a.minDelay,i=a.maxDelay,o=(r.attr("content")||"").trim(),s=o.split(y5),u=Q(s,1),l=u[0];if(!l.match(w5))return!0;var c=parseFloat(l);return this.data({redirectDelay:c}),typeof n=="number"&&c<=t.minDelay||typeof i=="number"&&c>t.maxDelay}function E5(e,t,r){var a=It(r,"a[href]");return a.some(function(n){return/^#[^/!]/.test(n.attr("href"))})}var _5=E5,fm={};Ut(fm,{aria:function(){return Kp},color:function(){return pm},dom:function(){return Us},forms:function(){return Am},matches:function(){return vn},math:function(){return $f},standards:function(){return lm},table:function(){return Gp},text:function(){return fn},utils:function(){return as}});var pm={};Ut(pm,{Color:function(){return Ze},centerPointOfRect:function(){return A5},elementHasImage:function(){return Yi},elementIsDistinct:function(){return hm},filteredRectStack:function(){return F5},flattenColors:function(){return fr},flattenShadowColors:function(){return ul},getBackgroundColor:function(){return Rn},getBackgroundStack:function(){return ll},getContrast:function(){return xa},getForegroundColor:function(){return ho},getOwnBackgroundColor:function(){return Jr},getRectStack:function(){return vm},getStackingContext:function(){return dl},getStrokeColorsFromShadows:function(){return cl},getTextShadowColors:function(){return mo},hasValidContrastRatio:function(){return Z5},incompleteData:function(){return Ge},parseTextShadows:function(){return ym},stackingContextToColor:function(){return Cn}});function x5(e){if(!(e.left>p.innerWidth)&&!(e.top>p.innerHeight)){var t=Math.min(Math.ceil(e.left+e.width/2),p.innerWidth-1),r=Math.min(Math.ceil(e.top+e.height/2),p.innerHeight-1);return{x:t,y:r}}}var A5=x5;function mm(e){return e.getPropertyValue("font-family").split(/[,;]/g).map(function(t){return t.trim().toLowerCase()})}function C5(e,t){var r=p.getComputedStyle(e);if(r.getPropertyValue("background-image")!=="none")return!0;var a=["border-bottom","border-top","outline"].reduce(function(s,u){var l=new Ze;return l.parseString(r.getPropertyValue(u+"-color")),s||r.getPropertyValue(u+"-style")!=="none"&&parseFloat(r.getPropertyValue(u+"-width"))>0&&l.alpha!==0},!1);if(a)return!0;var n=p.getComputedStyle(t);if(mm(r)[0]!==mm(n)[0])return!0;var i=["text-decoration-line","text-decoration-style","font-weight","font-style","font-size"].reduce(function(s,u){return s||r.getPropertyValue(u)!==n.getPropertyValue(u)},!1),o=r.getPropertyValue("text-decoration");return o.split(" ").length<3&&(i=i||o!==n.getPropertyValue("text-decoration")),i}var hm=C5;function R5(e){var t=r1(e),r=_u(e);return!r||r.length<=1?[t]:r.some(function(a){return a===void 0})?null:(r.splice(0,0,t),r)}var vm=R5;function T5(e){var t=vm(e);if(t&&t.length===1)return t[0];if(t&&t.length>1){var r=t.shift(),a;return t.forEach(function(n,i){if(i!==0){var o=t[i-1],s=t[i];a=o.every(function(u,l){return u===s[l]})||r.includes(e)}}),a?t[0]:(Ge.set("bgColor","elmPartiallyObscuring"),null)}return Ge.set("bgColor","outsideViewport"),null}var F5=T5,S5=["hue","saturation","color","luminosity"],gm={normal:function(t,r){return r},multiply:function(t,r){return r*t},screen:function(t,r){return t+r-t*r},overlay:function(t,r){return this["hard-light"](r,t)},darken:function(t,r){return Math.min(t,r)},lighten:function(t,r){return Math.max(t,r)},"color-dodge":function(t,r){return t===0?0:r===1?1:Math.min(1,t/(1-r))},"color-burn":function(t,r){return t===1?1:r===0?0:1-Math.min(1,(1-t)/r)},"hard-light":function(t,r){return r<=.5?this.multiply(t,2*r):this.screen(t,2*r-1)},"soft-light":function(t,r){if(r<=.5)return t-(1-2*r)*t*(1-t);var a=t<=.25?((16*t-12)*t+4)*t:Math.sqrt(t);return t+(2*r-1)*(a-t)},difference:function(t,r){return Math.abs(t-r)},exclusion:function(t,r){return t+r-2*t*r},hue:function(t,r){return r.setSaturation(t.getSaturation()).setLuminosity(t.getLuminosity())},saturation:function(t,r){return t.setSaturation(r.getSaturation()).setLuminosity(t.getLuminosity())},color:function(t,r){return r.setLuminosity(t.getLuminosity())},luminosity:function(t,r){return t.setLuminosity(r.getLuminosity())}};function fr(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"normal",a=O5(t,e,r),n=sl(e.red,e.alpha,t.red,t.alpha,a.r*255),i=sl(e.green,e.alpha,t.green,t.alpha,a.g*255),o=sl(e.blue,e.alpha,t.blue,t.alpha,a.b*255),s=k5(e.alpha+t.alpha*(1-e.alpha),0,1);if(s===0)return new Ze(n,i,o,s);var u=Math.round(n/s),l=Math.round(i/s),c=Math.round(o/s);return new Ze(u,l,c,s)}function sl(e,t,r,a,n){return t*(1-a)*e+t*a*n+(1-t)*a*r}function k5(e,t,r){return Math.min(Math.max(t,e),r)}function O5(e,t,r){if(S5.includes(r))return gm[r](e,t);var a=new Ze;return["r","g","b"].forEach(function(n){a[n]=gm[r](e[n],t[n])}),a}function ul(e,t){var r=e.alpha,a=(1-r)*t.red+r*e.red,n=(1-r)*t.green+r*e.green,i=(1-r)*t.blue+r*e.blue,o=e.alpha+t.alpha*(1-e.alpha);return new Ze(a,n,i,o)}function ll(e){for(var t=_u(e).map(function(n){return n=J1(n,e),n=I5(n),n}),r=0;r<t.length;r++){var a=t[r];if(a[0]!==e)return Ge.set("bgColor","bgOverlap"),null;if(r!==0&&!N5(a,t[0]))return Ge.set("bgColor","elmPartiallyObscuring"),null}return t[0]||null}function I5(e){var t=e.indexOf(b.body),r=e,a=Jr(p.getComputedStyle(b.documentElement));if(t>1&&a.alpha===0&&!Yi(b.documentElement)){t>1&&(r.splice(t,1),r.push(b.body));var n=r.indexOf(b.documentElement);n>0&&(r.splice(n,1),r.push(b.documentElement))}return r}function N5(e,t){if(e===t)return!0;if(e===null||t===null||e.length!==t.length)return!1;for(var r=0;r<e.length;++r)if(e[r]!==t[r])return!1;return!0}var M5=.54,po=.5,P5=1.5,bm=["top","right","bottom","left"];function cl(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.ignoreEdgeCount,a=r===void 0?!1:r,n=L5(e),i=Object.entries(n).map(function(o){var s=Q(o,2),u=s[0],l=s[1],c=bm.filter(function(d){return l[d].length!==0}).length;return{colorStr:u,sides:l,edgeCount:c}});return!a&&i.some(function(o){var s=o.edgeCount;return s>1&&s<4})?null:i.map(B5).filter(function(o){return o!==null})}function L5(e){var t={},r=je(e),a;try{for(r.s();!(a=r.n()).done;){var n,i=a.value,o=i.colorStr,s=i.pixels;(n=t[o])!==null&&n!==void 0||(t[o]={top:[],right:[],bottom:[],left:[]});var u=t[o],l=Q(s,2),c=l[0],d=l[1];c>po?u.right.push(c):-c>po&&u.left.push(-c),d>po?u.bottom.push(d):-d>po&&u.top.push(-d)}}catch(m){r.e(m)}finally{r.f()}return t}function B5(e){var t=e.colorStr,r=e.sides,a=e.edgeCount;if(a!==4)return null;var n=new Ze;n.parseString(t);var i=0,o=!0;return bm.forEach(function(s){i+=r[s].length/4,o&&(o=r[s].every(function(u){return u>P5}))}),o||(n.alpha=1-Math.pow(M5,i)),n}function ym(e){var t={pixels:[]},r=e.trim(),a=[t];if(!r)return[];for(;r;){var n=r.match(/^[a-z]+(\([^)]+\))?/i)||r.match(/^#[0-9a-f]+/i),i=r.match(/^([0-9.-]+)px/i)||r.match(/^(0)/);if(n)Oe(!t.colorStr,"Multiple colors identified in text-shadow: ".concat(e)),r=r.replace(n[0],"").trim(),t.colorStr=n[0];else if(i){Oe(t.pixels.length<3,"Too many pixel units in text-shadow: ".concat(e)),r=r.replace(i[0],"").trim();var o=parseFloat((i[1][0]==="."?"0":"")+i[1]);t.pixels.push(o)}else if(r[0]===",")Oe(t.pixels.length>=2,"Missing pixel value in text-shadow: ".concat(e)),t={pixels:[]},a.push(t),r=r.substr(1).trim();else throw new Error("Unable to process text-shadows: ".concat(r))}return a.forEach(function(s){var u=s.pixels;u.length===2&&u.push(0)}),a}function mo(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.minRatio,a=t.maxRatio,n=t.ignoreEdgeCount,i=[],o=p.getComputedStyle(e),s=o.getPropertyValue("text-shadow");if(s==="none")return i;var u=o.getPropertyValue("font-size"),l=parseInt(u);Oe(isNaN(l)===!1,"Unable to determine font-size value ".concat(u));var c=[],d=ym(s),m=je(d),v;try{for(m.s();!(v=m.n()).done;){var y=v.value,w=y.colorStr||o.getPropertyValue("color"),E=Q(y.pixels,3),_=E[0],x=E[1],C=E[2],R=C===void 0?0:C;if(!(a&&R>=l*a)){if(r&&R<l*r){c.push({colorStr:w,pixels:y.pixels});continue}if(c.length>0){var T=cl(c,{ignoreEdgeCount:n});if(T===null)return null;i.push.apply(i,de(T)),c.splice(0,c.length)}var O=$5({colorStr:w,offsetX:_,offsetY:x,blurRadius:R,fontSize:l});i.push(O)}}}catch($){m.e($)}finally{m.f()}if(c.length>0){var P=cl(c,{ignoreEdgeCount:n});if(P===null)return null;i.push.apply(i,de(P))}return i}function $5(e){var t=e.colorStr,r=e.offsetX,a=e.offsetY,n=e.blurRadius,i=e.fontSize;if(r>n||a>n)return new Ze(0,0,0,0);var o=new Ze;return o.parseString(t),o.alpha*=q5(n,i),o}function q5(e,t){if(e===0)return 1;var r=e/t;return .185/(r+.4)}function dl(e,t){var r=Ee(e);if(r._stackingContext)return r._stackingContext;var a=[],n=new Map;return t=t??ll(e),t.forEach(function(i){var o,s=Ee(i),u=H5(s),l=s._stackingOrder.filter(function(m){var v=m.vNode;return!!v});l.forEach(function(m,v){var y,w=m.vNode,E=(y=l[v-1])===null||y===void 0?void 0:y.vNode,_=Dm(n,w,E);v===0&&!n.get(w)&&a.unshift(_),n.set(w,_)});var c=(o=l[l.length-1])===null||o===void 0?void 0:o.vNode,d=Dm(n,s,c);l.length||a.unshift(d),d.bgColor=u}),r._stackingContext=a,a}function Cn(e){var t;if(!((t=e.descendants)!==null&&t!==void 0&&t.length)){var r=e.bgColor;return r.alpha*=e.opacity,{color:r,blendMode:e.blendMode}}var a=e.descendants.reduce(j5,wm()),n=fr(a,e.bgColor,e.descendants[0].blendMode);return n.alpha*=e.opacity,{color:n,blendMode:e.blendMode}}function j5(e,t){var r;e instanceof Ze?r=e:r=Cn(e).color;var a=Cn(t).color;return fr(a,r,t.blendMode)}function wm(e,t){var r;return{vNode:e,ancestor:t,opacity:parseFloat((r=e==null?void 0:e.getComputedStylePropertyValue("opacity"))!==null&&r!==void 0?r:1),bgColor:new Ze(0,0,0,0),blendMode:z5(e==null?void 0:e.getComputedStylePropertyValue("mix-blend-mode")),descendants:[]}}function z5(e){return e||void 0}function Dm(e,t,r){var a,n=e.get(r),i=(a=e.get(t))!==null&&a!==void 0?a:wm(t,n);return n&&r!==t&&!n.descendants.includes(i)&&n.descendants.unshift(i),i}function H5(e){var t=new Ze;return t.parseString(e.getComputedStylePropertyValue("background-color")),t}function Rn(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:.1,a=Ee(e),n=a._cache.getBackgroundColor;if(n)return t.push.apply(t,de(n.bgElms)),Ge.set("bgColor",n.incompleteData),n.bgColor;var i=V5(e,t,r);return a._cache.getBackgroundColor={bgColor:i,bgElms:t,incompleteData:Ge.get("bgColor")},i}function V5(e,t,r){var a,n,i=ll(e);if(!i)return null;var o=Eu(e),s=(a=mo(e,{minRatio:r,ignoreEdgeCount:!0}))!==null&&a!==void 0?a:[];s.length&&(s=[{color:s.reduce(ul)}]);for(var u=0;u<i.length;u++){var l=i[u],c=p.getComputedStyle(l);if(Yi(l,c))return t.push(l),null;var d=void 0;try{if(d=Jr(c),d.alpha===0)continue}catch(w){if(w&&Ge.get("colorParse"))return null;throw w}if(c.getPropertyValue("display")!=="inline"&&!Em(l,o))return t.push(l),Ge.set("bgColor","elmPartiallyObscured"),null;if(t.push(l),d.alpha===1)break}var m=dl(e,i);s=m.map(Cn).concat(s);var v=G5(e,i.includes(b.body));if((n=s).unshift.apply(n,de(v)),s.length===0)return new Ze(255,255,255,1);var y=s.reduce(function(w,E){return fr(E.color,w.color instanceof Ze?w.color:w,E.blendMode)});return fr(y.color instanceof Ze?y.color:y,new Ze(255,255,255,1))}function Em(e,t){t=Array.isArray(t)?t:[t];var r=e.getBoundingClientRect(),a=r.right,n=r.bottom,i=p.getComputedStyle(e),o=i.getPropertyValue("overflow"),s=parseInt(i.getPropertyValue("padding-left"),10),u=parseInt(i.getPropertyValue("padding-right"),10),l=parseInt(i.getPropertyValue("padding-top"),10),c=parseInt(i.getPropertyValue("padding-bottom"),10);return(["scroll","auto"].includes(o)||e instanceof p.HTMLHtmlElement)&&(a=r.left+e.scrollWidth+s+u,n=r.top+e.scrollHeight+l+c),t.every(function(d){return d.top>=r.top&&d.bottom<=n&&d.left>=r.left&&d.right<=a})}function _m(e){return e||void 0}function G5(e,t){var r=[];if(!t){var a=b.documentElement,n=b.body,i=p.getComputedStyle(a),o=p.getComputedStyle(n),s=Jr(i),u=Jr(o),l=u.alpha!==0&&Em(n,e.getBoundingClientRect());(u.alpha!==0&&s.alpha===0||l&&u.alpha!==1)&&r.unshift({color:u,blendMode:_m(o.getPropertyValue("mix-blend-mode"))}),s.alpha!==0&&(!l||l&&u.alpha!==1)&&r.unshift({color:s,blendMode:_m(i.getPropertyValue("mix-blend-mode"))})}return r}function U5(e,t){if(!t||!e)return null;t.alpha<1&&(t=fr(t,e));var r=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(a,r)+.05)/(Math.min(a,r)+.05)}var xa=U5;function ho(e,t,r){var a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},n=p.getComputedStyle(e),i=[function(){return Y5(n,a)},function(){return W5(n)},function(){return mo(e,{minRatio:0})}],o=[];try{for(var s=0,u=i;s<u.length;s++){var l=u[s],c=l();if(c&&(o=o.concat(c),c.alpha===1))break}}catch(w){if(w&&Ge.get("colorParse"))return null;throw w}var d=o.reduce(function(w,E){return fr(w,E)});if(r??(r=Rn(e,[])),r===null){var m=Ge.get("bgColor");return Ge.set("fgColor",m),null}var v=dl(e),y=xm(v,e);return fr(K5(d,y,v),new Ze(255,255,255,1))}function W5(e){return new Ze().parseString(e.getPropertyValue("-webkit-text-fill-color")||e.getPropertyValue("color"))}function Y5(e,t){var r=t.textStrokeEmMin,a=r===void 0?0:r,n=parseFloat(e.getPropertyValue("-webkit-text-stroke-width"));if(n===0)return null;var i=e.getPropertyValue("font-size"),o=n/parseFloat(i);if(isNaN(o)||o<a)return null;var s=e.getPropertyValue("-webkit-text-stroke-color");return new Ze().parseString(s)}function K5(e,t,r){for(;t;){var a;if(t.opacity===1&&t.ancestor){t=t.ancestor;continue}e.alpha*=t.opacity;var n=((a=t.ancestor)===null||a===void 0?void 0:a.descendants)||r;t.opacity!==1&&(n=n.slice(0,n.indexOf(t)));var i=n.map(Cn);if(!i.length){t=t.ancestor;continue}var o=i.reduce(function(s,u){return fr(u.color,s.color instanceof Ze?s.color:s)},{color:new Ze(0,0,0,0),blendMode:"normal"});e=fr(e,o),t=t.ancestor}return e}function xm(e,t){var r=je(e),a;try{for(r.s();!(a=r.n()).done;){var n,i=a.value;if(((n=i.vNode)===null||n===void 0?void 0:n.actualNode)===t)return i;var o=xm(i.descendants,t);if(o)return o}}catch(s){r.e(s)}finally{r.f()}}function X5(e,t,r,a){var n=xa(e,t),i=a&&Math.ceil(r*72)/96<14||!a&&Math.ceil(r*72)/96<18,o=i?4.5:3;return{isValid:n>o,contrastRatio:n,expectedContrastRatio:o}}var Z5=X5,Am={};Ut(Am,{isAriaCombobox:function(){return k1},isAriaListbox:function(){return S1},isAriaRange:function(){return O1},isAriaTextbox:function(){return F1},isDisabled:function(){return Tn},isNativeSelect:function(){return T1},isNativeTextbox:function(){return R1}});var Q5=["fieldset","button","select","input","textarea"];function Cm(e){var t=e._isDisabled;if(typeof t=="boolean")return t;var r=e.props.nodeName,a=e.attr("aria-disabled");return Q5.includes(r)&&e.hasAttr("disabled")?t=!0:a?t=a.toLowerCase()==="true":e.parent?t=Cm(e.parent):t=!1,e._isDisabled=t,t}var Tn=Cm;function J5(e,t,r){var a=fn.accessibleTextVirtual(r),n=fn.sanitize(fn.removeUnicode(a,{emoji:!0,nonBmp:!0,punctuations:!0})).toLowerCase();if(n){var i={name:n,urlProps:Us.urlPropsFromAttribute(e,"href")};return this.data(i),this.relatedNodes([e]),!0}}var eC=J5;function Rm(e,t){if(!e||!t)return!1;var r=Object.getOwnPropertyNames(e),a=Object.getOwnPropertyNames(t);if(r.length!==a.length)return!1;var n=r.every(function(i){var o=e[i],s=t[i];return B(o)!==B(s)?!1:B(o)==="object"||B(s)==="object"?Rm(o,s):o===s});return n}function tC(e){if(e.length<2)return e;for(var t=e.filter(function(o){var s=o.result;return s!==void 0}),r=[],a={},n=function(s){var u,l=t[s],c=l.data,d=c.name,m=c.urlProps;if(a[d])return 1;var v=t.filter(function(w,E){var _=w.data;return _.name===d&&E!==s}),y=v.every(function(w){var E=w.data;return Rm(E.urlProps,m)});v.length&&!y&&(l.result=void 0),l.relatedNodes=[],(u=l.relatedNodes).push.apply(u,de(v.map(function(w){return w.relatedNodes[0]}))),a[d]=v,r.push(l)},i=0;i<t.length;i++)n(i);return r}var rC=tC;function aC(e){var t=we(e),r=t&&t.includes("heading"),a=e.attr("aria-level"),n=parseInt(a,10),i=e.props.nodeName.match(/h(\d)/)||[],o=Q(i,2),s=o[1];return r?s&&!a?parseInt(s,10):isNaN(n)||n<1?s?parseInt(s,10):2:n||-1:-1}function nC(){var e=be.get("headingOrder");if(e)return!0;var t="h1, h2, h3, h4, h5, h6, [role=heading], iframe, frame",r=dr(g._tree[0],t,Xe);return e=r.map(function(a){return{ancestry:[Ei(a.actualNode)],level:aC(a)}}),this.data({headingOrder:e}),be.set("headingOrder",r),!0}var iC=nC;function oC(e){var t=uC(e);return e.forEach(function(r){r.result=sC(r,t)}),e}function sC(e,t){var r,a,n,i,o=Tm(t,e.node.ancestry),s=(r=(a=t[o])===null||a===void 0?void 0:a.level)!==null&&r!==void 0?r:-1,u=(n=(i=t[o-1])===null||i===void 0?void 0:i.level)!==null&&n!==void 0?n:-1;if(o===0)return!0;if(s!==-1)return s-u<=1}function uC(e){e=de(e),e.sort(function(r,a){var n=r.node,i=a.node;return n.ancestry.length-i.ancestry.length});var t=e.reduce(lC,[]);return t.filter(function(r){var a=r.level;return a!==-1})}function lC(e,t){var r,a=(r=t.data)===null||r===void 0?void 0:r.headingOrder,n=Fm(t.node.ancestry,1);if(!a)return e;var i=a.map(function(s){return dC(s,n)}),o=cC(e,n);return o===-1?e.push.apply(e,de(i)):e.splice.apply(e,[o,0].concat(de(i))),e}function cC(e,t){for(;t.length;){var r=Tm(e,t);if(r!==-1)return r;t=Fm(t,1)}return-1}function Tm(e,t){return e.findIndex(function(r){return Vu(r.ancestry,t)})}function dC(e,t){var r=t.concat(e.ancestry);return Ae({},e,{ancestry:r})}function Fm(e,t){return e.slice(0,e.length-t)}function fC(e,t,r){var a=(t==null?void 0:t.minSize)||24,n=r.boundingClientRect;if(yr(a*10,n))return this.data({messageKey:"large",minSize:a}),!0;var i=yr.bind(null,a),o=Bi(r),s=pC(r,o),u=mC(r,o),l=u.fullyObscuringElms,c=u.partialObscuringElms;if(s.length&&(l.length||!i(n))){this.data({minSize:a,messageKey:"contentOverflow"}),this.relatedNodes(Fn(s));return}if(l.length)return this.relatedNodes(Fn(l)),this.data({messageKey:"obscured"}),!0;var d=jt(r)?!1:void 0;if(!i(n))return this.data(Ae({minSize:a},vo(n))),d;var m=gC(c);if(!m.length)return this.data(Ae({minSize:a},vo(n))),!0;var v=hC(r,m,a);if(!v){this.data({minSize:a,messageKey:"tooManyRects"});return}if(!i(v)){if(s.length){this.data({minSize:a,messageKey:"contentOverflow"}),this.relatedNodes(Fn(s));return}var y=m.every(jt),w="partiallyObscured".concat(y?"":"NonTabbable");return this.data(Ae({messageKey:w,minSize:a},vo(v))),this.relatedNodes(Fn(m)),y?d:void 0}return this.data(Ae({minSize:a},vo(v||n))),this.relatedNodes(Fn(m)),!0}function pC(e,t){return t.filter(function(r){return!Sm(r,e)&&km(e,r)})}function mC(e,t){var r=[],a=[],n=je(t),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;!km(e,o)&&Js(e,o)&&bC(o)!=="none"&&(Sm(e,o)?r.push(o):a.push(o))}}catch(s){n.e(s)}finally{n.f()}return{fullyObscuringElms:r,partialObscuringElms:a}}function hC(e,t,r){var a=e.boundingClientRect,n=t.map(function(o){var s=o.getComputedStylePropertyValue("display");return s==="inline"?o.clientRects:o.boundingClientRect}).flat(1/0),i;try{i=eu(a,n)}catch{return null}return vC(i,r)}function vC(e,t){return e.reduce(function(r,a){var n=yr(t,r),i=yr(t,a);if(n!==i)return n?r:a;var o=r.width*r.height,s=a.width*a.height;return o>s?r:a})}function gC(e){return e.filter(function(t){return Jt(t)==="widget"&&it(t)})}function Sm(e,t){var r=e.boundingClientRect,a=t.boundingClientRect;return r.top>=a.top&&r.left>=a.left&&r.bottom<=a.bottom&&r.right<=a.right}function bC(e){return e.getComputedStylePropertyValue("pointer-events")}function vo(e){return{width:Math.round(e.width*10)/10,height:Math.round(e.height*10)/10}}function km(e,t){return br(e,t)&&!jt(t)}function Fn(e){return e.map(function(t){var r=t.actualNode;return r})}var yC=.05;function wC(e,t,r){var a=(t==null?void 0:t.minOffset)||24;if(yr(a*10,r.boundingClientRect))return this.data({messageKey:"large",minOffset:a}),!0;var n=[],i=a,o=je(Bi(r,a)),s;try{for(o.s();!(s=o.n()).done;){var u=s.value;if(!(Jt(u)!=="widget"||!it(u))){var l=null;try{l=jf(r,u,a/2)}catch(c){if(c.message.startsWith("splitRects")){this.data({messageKey:"tooManyRects",closestOffset:0,minOffset:a});return}throw c}l!==null&&(l=DC(l)*2,!(l+yC>=a)&&(i=Math.min(i,l),n.push(u)))}}}catch(c){o.e(c)}finally{o.f()}if(n.length===0)return this.data({closestOffset:i,minOffset:a}),!0;if(this.relatedNodes(n.map(function(c){var d=c.actualNode;return d})),!n.some(jt)){this.data({messageKey:"nonTabbableNeighbor",closestOffset:i,minOffset:a});return}return this.data({closestOffset:i,minOffset:a}),jt(r)?!1:void 0}function DC(e){return Math.round(e*10)/10}function EC(e,t,r){var a=t||{},n=a.scaleMinimum,i=n===void 0?2:n,o=a.lowerBound,s=o===void 0?!1:o,u=r.attr("content")||"";if(!u)return!0;var l=u.split(/[;,]/).reduce(function(d,m){var v=m.trim();if(!v)return d;var y=v.split("="),w=Q(y,2),E=w[0],_=w[1];if(!E||!_)return d;var x=E.toLowerCase().trim(),C=_.toLowerCase().trim();return x==="maximum-scale"&&C==="yes"&&(C=1),x==="maximum-scale"&&parseFloat(C)<0||(d[x]=C),d},{});if(s&&l["maximum-scale"]&&parseFloat(l["maximum-scale"])<s)return!0;if(!s&&l["user-scalable"]==="no")return this.data("user-scalable=no"),!1;var c=parseFloat(l["user-scalable"]);return!s&&l["user-scalable"]&&(c||c===0)&&c>-1&&c<1?(this.data("user-scalable"),!1):l["maximum-scale"]&&parseFloat(l["maximum-scale"])<i?(this.data("maximum-scale"),!1):!0}var _C=EC;function xC(e,t,r,a){var n=a||{},i=n.cssom,o=i===void 0?void 0:i,s=t||{},u=s.degreeThreshold,l=u===void 0?0:u;if(!o||!o.length)return;for(var c=!1,d=[],m=E(o),v=function(){var H=w[y],W=m[H],Z=W.root,le=W.rules,ve=le.filter(_);if(!ve.length)return 1;ve.forEach(function(ae){var pe=ae.cssRules;Array.from(pe).forEach(function(G){var se=x(G);if(se&&G.selectorText.toUpperCase()!=="HTML"){var F=Array.from(Z.querySelectorAll(G.selectorText))||[];d=d.concat(F)}c=c||se})})},y=0,w=Object.keys(m);y<w.length;y++)v();if(!c)return!0;return d.length&&this.relatedNodes(d),!1;function E(L){return L.reduce(function(H,W){var Z=W.sheet,le=W.root,ve=W.shadowId,ae=ve||"topDocument";if(H[ae]||(H[ae]={root:le,rules:[]}),!Z||!Z.cssRules)return H;var pe=Array.from(Z.cssRules);return H[ae].rules=H[ae].rules.concat(pe),H},{})}function _(L){var H=L.type,W=L.cssText;return H!==4?!1:/orientation:\s*landscape/i.test(W)||/orientation:\s*portrait/i.test(W)}function x(L){var H=L.selectorText,W=L.style;if(!H||W.length<=0)return!1;var Z=W.transform||W.webkitTransform||W.msTransform||!1;if(!Z&&!W.rotate)return!1;var le=C(Z),ve=R("rotate",W.rotate),ae=le+ve;return!ae||(ae=Math.abs(ae),Math.abs(ae-180)%180<=l)?!1:Math.abs(ae-90)%90<=l}function C(L){if(!L)return 0;var H=L.match(/(rotate|rotateZ|rotate3d|matrix|matrix3d)\(([^)]+)\)(?!.*(rotate|rotateZ|rotate3d|matrix|matrix3d))/);if(!H)return 0;var W=Q(H,3),Z=W[1],le=W[2];return R(Z,le)}function R(L,H){switch(L){case"rotate":case"rotateZ":return T(H);case"rotate3d":var W=H.split(",").map(function(ae){return ae.trim()}),Z=Q(W,4),le=Z[2],ve=Z[3];return parseInt(le)===0?void 0:T(ve);case"matrix":case"matrix3d":return O(H);default:return 0}}function T(L){var H=L.match(/(deg|grad|rad|turn)/)||[],W=Q(H,1),Z=W[0];if(!Z)return 0;var le=parseFloat(L.replace(Z,""));switch(Z){case"rad":return P(le);case"grad":return $(le);case"turn":return X(le);case"deg":default:return parseInt(le)}}function O(L){var H=L.split(",");if(H.length<=6){var W=Q(H,2),Z=W[0],le=W[1],ve=Math.atan2(parseFloat(le),parseFloat(Z));return P(ve)}var ae=parseFloat(H[8]),pe=Math.asin(ae),G=Math.cos(pe),se=Math.acos(parseFloat(H[0])/G);return P(se)}function P(L){return Math.round(L*(180/Math.PI))}function $(L){return L=L%400,L<0&&(L+=400),Math.round(L/400*360)}function X(L){return Math.round(360/(1/L))}}var AC=xC;function CC(e,t){var r=e.hasAttribute("controls");if(e.hasAttribute("loop"))return r;if(!e.duration){console.warn("axe.utils.preloadMedia did not load metadata");return}var a=t.allowedDuration,n=a===void 0?3:a,i=o(e);if(i<=n)return!0;if(!r)return!1;return!0;function o(l){if(!l.currentSrc)return 0;var c=s(l.currentSrc);return c?c.length===1?Math.abs(l.duration-c[0]):Math.abs(c[1]-c[0]):Math.abs(l.duration-(l.currentTime||0))}function s(l){var c=l.match(/#t=(.*)/);if(c){var d=Q(c,2),m=d[1],v=m.split(",");return v.map(function(y){return/:/.test(y)?u(y):parseFloat(y)})}}function u(l){for(var c=l.split(":"),d=0,m=1;c.length>0;)d+=m*parseInt(c.pop(),10),m*=60;return parseFloat(d)}}var RC=CC;function TC(e,t){return t.isViolation?!1:void 0}var FC=TC,Om=" > ";function SC(e){var t={};return e.filter(function(r){var a=r.node.ancestry[r.node.ancestry.length-1]!=="html";if(a){var n=r.node.ancestry.flat(1/0).join(Om);return t[n]=r,!0}var i=r.node.ancestry.slice(0,r.node.ancestry.length-1).flat(1/0).join(Om);return t[i]&&(t[i].result=!0),!1})}var kC=SC;function OC(e,t,r){var a=It(r,"track"),n=a.some(function(i){return(i.attr("kind")||"").toLowerCase()==="captions"});return n?!1:void 0}var IC=OC;function NC(e,t,r){var a=r.children;if(!a||!a.length)return!1;for(var n=!1,i=!1,o,s=0;s<a.length;s++){if(o=a[s].props.nodeName.toUpperCase(),o==="DT"&&(n=!0),n&&o==="DD")return!1;o==="DD"&&(i=!0)}return n||i}var MC=NC;function PC(e,t,r){var a=!1,n=!1,i=!0,o=[],s=[],u=[];return r.children.forEach(function(l){var c=l.actualNode;if(c.nodeType===3&&c.nodeValue.trim()!==""){a=!0;return}if(!(c.nodeType!==1||!Xe(c))){i=!1;var d=c.nodeName.toUpperCase()==="LI",m=we(l),v=m==="listitem";!d&&!v&&o.push(c),d&&!v&&(s.push(c),u.includes(m)||u.push(m)),v&&(n=!0)}}),a||o.length?(this.relatedNodes(o),!0):i||n?!1:(this.relatedNodes(s),this.data({messageKey:"roleNotValid",roles:u.join(", ")}),!0)}var LC=PC;function BC(e,t,r){var a=["definition","term","list"],n={badNodes:[],hasNonEmptyTextNode:!1},i=r.children.reduce(function(s,u){var l=u.actualNode;return l.nodeName.toUpperCase()==="DIV"&&we(l)===null?s.concat(u.children):s.concat(u)},[]),o=i.reduce(function(s,u){var l=u.actualNode,c=l.nodeName.toUpperCase();if(l.nodeType===1&&Xe(l)){var d=Re(l);(c!=="DT"&&c!=="DD"||d)&&(a.includes(d)||s.badNodes.push(l))}else l.nodeType===3&&l.nodeValue.trim()!==""&&(s.hasNonEmptyTextNode=!0);return s},n);return o.badNodes.length&&this.relatedNodes(o.badNodes),!!o.badNodes.length||o.hasNonEmptyTextNode}function $C(e,t,r){var a=r.parent;if(a){var n=a.props.nodeName,i=Re(a);return["presentation","none","list"].includes(i)?!0:i&&hn(i)?(this.data({messageKey:"roleNotValid"}),!1):["ul","ol","menu"].includes(n)}}function qC(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=[],n=[];if(r.children){for(var i=Im(r.children);i.length;){var o,s=i.shift(),u=s.vChild,l=s.nested;if(t.divGroups&&!l&&zC(u)){if(!u.children)return;var c=Im(u.children,!0);i.push.apply(i,de(c));continue}var d=jC(u,l,t);d&&(n.includes(d)||n.push(d),(u==null||(o=u.actualNode)===null||o===void 0?void 0:o.nodeType)===1&&a.push(u.actualNode))}return n.length===0?!1:(this.data({values:n.join(", ")}),this.relatedNodes(a),!0)}}function jC(e,t,r){var a=r.validRoles,n=a===void 0?[]:a,i=r.validNodeNames,o=i===void 0?[]:i,s=e.props,u=s.nodeName,l=s.nodeType,c=s.nodeValue,d=t?"div > ":"";if(l===3&&c.trim()!=="")return d+"#text";if(l!==1||!Xe(e))return!1;var m=Re(e);return m?n.includes(m)?!1:d+"[role=".concat(m,"]"):o.includes(u)?!1:d+u}function zC(e){return e.props.nodeName==="div"&&Re(e)===null}function Im(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return e.map(function(r){return{vChild:r,nested:t}})}function HC(e){var t=ft(e),r=t.nodeName.toUpperCase(),a=Re(t);return r==="DIV"&&["presentation","none",null].includes(a)&&(t=ft(t),r=t.nodeName.toUpperCase(),a=Re(t)),r!=="DL"?!1:!!(!a||["presentation","none","list"].includes(a))}var VC=HC;function GC(e,t,r){var a=ta(r.attr("lang")),n=ta(r.attr("xml:lang"));return a===n}var UC=GC;function WC(e,t,r){var a=[];return t.attributes.forEach(function(n){var i=r.attr(n);if(typeof i=="string"){var o=ta(i),s=t.value?!t.value.map(ta).includes(o):!so(o);(o!==""&&s||i!==""&&!me(i))&&a.push(n+'="'+r.attr(n)+'"')}}),!a.length||r.props.nodeName!=="html"&&!Au(r)?!1:(this.data(a),!0)}var YC=WC;function fl(e){return(e||"").trim()!==""}function KC(e,t,r){var a=typeof b<"u"?Ja(b):!1;if(t.attributes.includes("xml:lang")&&t.attributes.includes("lang")&&fl(r.attr("xml:lang"))&&!fl(r.attr("lang"))&&!a)return this.data({messageKey:"noXHTML"}),!1;var n=t.attributes.some(function(i){return fl(r.attr(i))});return n?!0:(this.data({messageKey:"noLang"}),!1)}var XC=KC;function ZC(e,t,r){var a=we(e),n=pt(r);return n=n?n.toLowerCase():null,this.data({role:a,accessibleText:n}),this.relatedNodes([e]),!0}var QC=ZC;function JC(e){var t=[];return e.filter(function(r){var a=function(o){return r.data.role===o.data.role&&r.data.accessibleText===o.data.accessibleText},n=t.find(a);return n?(n.result=!1,n.relatedNodes.push(r.relatedNodes[0]),!1):(t.push(r),r.relatedNodes=[],!0)})}var eR=JC;function tR(e,t,r){var a=Gi(r),n=zi(r),i=r.attr("aria-describedby");return!a&&!!(n||i)}var rR=tR;function aR(e){var t=Ke(e.getAttribute("id")),r=e.parentNode,a=gt(e);a=a.documentElement||a;var n=Array.from(a.querySelectorAll('label[for="'.concat(t,'"]')));for(n.length&&(n=n.filter(function(s){return!Nr(s)}));r;)r.nodeName.toUpperCase()==="LABEL"&&n.indexOf(r)===-1&&n.push(r),r=r.parentNode;if(this.relatedNodes(n),n.length>1){var i=n.filter(function(s){return Xe(s)});if(i.length>1)return;var o=or(e,"aria-labelledby");return o.includes(i[0])?!1:void 0}return!1}var nR=aR;function iR(e,t){var r=Nm(t),a=Nm(e);return!r||!a?!1:r.includes(a)}function Nm(e){var t=bn(e,{emoji:!0,nonBmp:!0,punctuations:!0});return me(t)}function oR(e,t,r){var a,n=t==null?void 0:t.pixelThreshold,i=(a=t==null?void 0:t.occurrenceThreshold)!==null&&a!==void 0?a:t==null?void 0:t.occuranceThreshold,o=Xr(e).toLowerCase(),s=me(Lr(r,{subtreeDescendant:!0,ignoreIconLigature:!0,pixelThreshold:n,occurrenceThreshold:i})).toLowerCase();if(!s)return!0;if(!(Du(o)<1||Du(s)<1))return iR(s,o)}var sR=oR;function uR(e,t,r){try{var a=Ft(r,"label");if(a){var n=me(pt(a,{inControlContext:!0,startNode:r}));return a.actualNode&&this.relatedNodes([a.actualNode]),this.data({implicitLabel:n}),!!n}return!1}catch{return}}var lR=uR;function cR(e,t,r){if(r.hasAttr("id")){if(!r.actualNode)return;var a=gt(e),n=Ke(e.getAttribute("id")),i=a.querySelector('label[for="'.concat(n,'"]'));if(i&&!Xe(i)){var o;try{o=pt(r).trim()}catch{return}var s=o==="";return s}}return!1}var dR=cR;function fR(e,t,r){var a=Gi(r),n=e.getAttribute("title");if(!a)return!1;if(!n&&(n="",e.getAttribute("aria-describedby"))){var i=or(e,"aria-describedby");n=i.map(function(o){return o?Xr(o):""}).join("")}return me(n)===me(a)}var pR=fR;function mR(e,t,r){var a=this;if(!r.attr("id"))return!1;if(r.actualNode){var n=gt(r.actualNode),i=Ke(r.attr("id")),o=Array.from(n.querySelectorAll('label[for="'.concat(i,'"]')));if(this.relatedNodes(o),!o.length)return!1;try{return o.some(function(s){if(St(s)){var u=me(Xr(s,{inControlContext:!0,startNode:r}));return a.data({explicitLabel:u}),!!u}else return!0})}catch{return}}}var hR=mR;function vR(e,t,r){if(["none","presentation"].includes(we(r)))return!1;var a=Ft(r,t.parentSelector);if(!a)return!1;var n=ur(a,!0).toLowerCase();return n===""?!1:n===pt(r).toLowerCase()}var gR=vR;function bR(e,t,r){var a=r.attr("alt"),n=/^\s+$/;return typeof a=="string"&&n.test(a)}var yR=bR;function wR(e,t,r){var a=cr(r.attr("tabindex"));return a===null||a<=0}var DR=wR;function ER(e,t,r){if(r.children)try{var a=Mm(r);if(!a.length)return!0;var n=a.filter(_R);return n.length>0?(this.data({messageKey:"notHidden"}),this.relatedNodes(n)):this.relatedNodes(a),!1}catch{return}}function Mm(e){if(!e.children){if(e.props.nodeType===1)throw new Error("Cannot determine children");return[]}var t=[];return e.children.forEach(function(r){Jt(r)==="widget"&&it(r)?t.push(r):t.push.apply(t,de(Mm(r)))}),t}function _R(e){var t=cr(e.attr("tabindex"));return t!==null&&t<0}function xR(e){var t=_a("landmark"),r=ft(e),a=we(e);for(this.data({role:a});r;){var n=Re(r);if(!n&&r.nodeName.toUpperCase()!=="FORM"&&(n=sr(r)),n&&t.includes(n)&&!(n==="main"&&a==="complementary"))return!1;r=ft(r)}return!0}var AR=xR;function CR(e,t,r){if(r.children)try{return!r.children.some(function(a){return Pm(a)})}catch{return}}function Pm(e){if(jt(e))return!0;if(!e.children){if(e.props.nodeType===1)throw new Error("Cannot determine children");return!1}return e.children.some(function(t){return Pm(t)})}function RR(e,t,r){var a=["button","fieldset","input","select","textarea"],n=r.tabbableElements;if(!n||!n.length)return!0;var i=n.filter(function(o){return!a.includes(o.props.nodeName)});return this.relatedNodes(i.map(function(o){return o.actualNode})),i.length===0||wn()?!0:i.every(function(o){var s=o.getComputedStylePropertyValue("pointer-events"),u=parseInt(o.getComputedStylePropertyValue("width")),l=parseInt(o.getComputedStylePropertyValue("height"));return o.actualNode.onfocus||(u===0||l===0)&&s==="none"})?void 0:!1}var TR=RR;function FR(e,t,r){if(!jt(r))return!1;try{return!pt(r)}catch{return}}var SR=FR;function kR(e,t,r){var a=r.tabbableElements.map(function(n){var i=n.actualNode;return i});if(!a||!a.length)return!0;if(wn()){this.relatedNodes(a);return}return!0}var OR=kR;function IR(e,t,r){if(r.hasAttr("contenteditable")&&a(r))return!0;return jt(r);function a(n){var i=n.attr("contenteditable");if(i==="true"||i==="")return!0;if(i==="false")return!1;var o=Ft(r.parent,"[contenteditable]");return o?a(o):!1}}var NR=IR;function MR(e,t,r){var a=["button","fieldset","input","select","textarea"],n=r.tabbableElements;if(!n||!n.length)return!0;var i=n.filter(function(o){return a.includes(o.props.nodeName)});return this.relatedNodes(i.map(function(o){return o.actualNode})),i.length===0||wn()?!0:i.every(function(o){var s=o.getComputedStylePropertyValue("pointer-events"),u=parseInt(o.getComputedStylePropertyValue("width")),l=parseInt(o.getComputedStylePropertyValue("height"));return o.actualNode.onfocus||(u===0||l===0)&&s==="none"})?void 0:!1}var PR=MR;function LR(e,t,r){var a=r.tabbableElements;if(!a)return!1;var n=a.filter(function(i){return i!==r});return n.length>0}var BR=LR;function $R(e,t,r){return Nr(r)||(this.data(r.attr("accesskey")),this.relatedNodes([e])),!0}var qR=$R;function jR(e){var t={};return e.filter(function(r){if(!r.data)return!1;var a=r.data.toUpperCase();return t[a]?(t[a].relatedNodes.push(r.relatedNodes[0]),!1):(t[a]=r,r.relatedNodes=[],!0)}).map(function(r){return r.result=!!r.relatedNodes.length,r})}var zR=jR;function HR(e,t,r){if(!t||!t.selector||typeof t.selector!="string")throw new TypeError("page-no-duplicate requires options.selector to be a string");var a="page-no-duplicate;"+t.selector;if(be.get(a)){this.data("ignored");return}be.set(a,!0);var n=dr(g._tree[0],t.selector,function(i){return Xe(i)});return typeof t.nativeScopeFilter=="string"&&(n=n.filter(function(i){return i.actualNode.hasAttribute("role")||!ga(i,t.nativeScopeFilter)})),typeof t.role=="string"&&(n=n.filter(function(i){return we(i)===t.role})),this.relatedNodes(n.filter(function(i){return i!==r}).map(function(i){return i.actualNode})),n.length<=1}var VR=HR;function GR(e){return e.filter(function(t){return t.data!=="ignored"})}var UR=GR;function WR(e,t,r){return vn(r,t.matcher)}var YR=WR;function KR(e,t,r){try{return me(Lr(r))!==""}catch{return}}function XR(e,t,r){if(!t||!t.selector||typeof t.selector!="string")throw new TypeError("has-descendant requires options.selector to be a string");if(t.passForModal&&wn())return!0;var a=dr(r,t.selector,function(n){return Xe(n)});return this.relatedNodes(a.map(function(n){return n.actualNode})),a.length>0}var ZR=XR;function QR(e){var t=e.some(function(r){return r.result===!0});return t&&e.forEach(function(r){r.result=!0}),e}var JR=QR;function eT(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0;if(!t.attribute||typeof t.attribute!="string")throw new TypeError("attr-non-space-content requires options.attribute to be a string");if(!r.hasAttr(t.attribute))return this.data({messageKey:"noAttr"}),!1;var a=r.attr(t.attribute),n=!me(a);return n?(this.data({messageKey:"emptyAttr"}),!1):!0}var tT=eT;function rT(e,t,r){var a=r.attr("autocomplete")||"";return z1(a,t)}var aT=rT;function nT(e,t,r){if(r.props.nodeName!=="input")return!0;var a=["text","search","number","tel"],n=["text","search","url"],i={bday:["text","search","date"],email:["text","search","email"],username:["text","search","email"],"street-address":["text"],tel:["text","search","tel"],"tel-country-code":["text","search","tel"],"tel-national":["text","search","tel"],"tel-area-code":["text","search","tel"],"tel-local":["text","search","tel"],"tel-local-prefix":["text","search","tel"],"tel-local-suffix":["text","search","tel"],"tel-extension":["text","search","tel"],"cc-number":a,"cc-exp":["text","search","month","tel"],"cc-exp-month":a,"cc-exp-year":a,"cc-csc":a,"transaction-amount":a,"bday-day":a,"bday-month":a,"bday-year":a,"new-password":["text","search","password"],"current-password":["text","search","password"],url:n,photo:n,impp:n};B(t)==="object"&&Object.keys(t).forEach(function(d){i[d]||(i[d]=[]),i[d]=i[d].concat(t[d])});var o=r.attr("autocomplete"),s=o.split(/\s+/g).map(function(d){return d.toLowerCase()}),u=s[s.length-1];if(Qr.stateTerms.includes(u))return!0;var l=i[u],c=r.hasAttr("type")?me(r.attr("type")).toLowerCase():"text";return c=oo().includes(c)?c:"text",typeof l>"u"?c==="text":l.includes(c)}var iT=nT,oT=["block","list-item","table","flex","grid","inline-block"];function sT(e){if(Lm(e))return!1;for(var t=ft(e);t&&t.nodeType===1&&!Lm(t);)t=ft(t);if(t){if(this.relatedNodes([t]),hm(e,t))return!0;if(uT(e)){this.data({messageKey:"pseudoContent"});return}return!1}}function Lm(e){var t=p.getComputedStyle(e).getPropertyValue("display");return oT.indexOf(t)!==-1||t.substr(0,6)==="table-"}function uT(e){for(var t=0,r=["before","after"];t<r.length;t++){var a=r[t],n=p.getComputedStyle(e,":".concat(a)),i=n.getPropertyValue("content");if(i!=="none")return!0}return!1}function Bm(e,t){var r=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(r,a)+.05)/(Math.min(r,a)+.05)}var lT=["block","list-item","table","flex","grid","inline-block"];function $m(e){var t=p.getComputedStyle(e).getPropertyValue("display");return lT.indexOf(t)!==-1||t.substr(0,6)==="table-"}function cT(e,t){var r=t.requiredContrastRatio,a=t.allowSameColor;if($m(e))return!1;for(var n=ft(e);n&&n.nodeType===1&&!$m(n);)n=ft(n);if(n){this.relatedNodes([n]);var i=ho(e),o=ho(n),s=Rn(e),u=Rn(n),l=i&&o?Bm(i,o):void 0;if(l&&(l=Math.floor(l*100)/100),l&&l>=r)return!0;var c=s&&u?Bm(s,u):void 0;if(c&&(c=Math.floor(c*100)/100),c&&c>=r)return!0;if(!c){var d,m=(d=Ge.get("bgColor"))!==null&&d!==void 0?d:"bgContrast";this.data({messageKey:m}),Ge.clear();return}if(l)return a&&l===1&&c===1?!0:l===1&&c>1?(this.data({messageKey:"bgContrast",contrastRatio:c,requiredContrastRatio:r,nodeBackgroundColor:s?s.toHexString():void 0,parentBackgroundColor:u?u.toHexString():void 0}),!1):(this.data({messageKey:"fgContrast",contrastRatio:l,requiredContrastRatio:r,nodeColor:i?i.toHexString():void 0,parentColor:o?o.toHexString():void 0}),!1)}}var dT=cT;function fT(e,t,r){var a=t.ignoreUnicode,n=t.ignoreLength,i=t.ignorePseudo,o=t.boldValue,s=t.boldTextPt,u=t.largeTextPt,l=t.contrastRatio,c=t.shadowOutlineEmMax,d=t.pseudoSizeThreshold;if(!St(e))return this.data({messageKey:"hidden"}),!0;var m=ur(r,!1,!0);if(a&&mT(m)){this.data({messageKey:"nonBmp"});return}var v=p.getComputedStyle(e),y=parseFloat(v.getPropertyValue("font-size")),w=v.getPropertyValue("font-weight"),E=parseFloat(w)>=o||w==="bold",_=Math.ceil(y*72)/96,x=E&&_<s||!E&&_<u,C=x?l.normal:l.large,R=C.expected,T=C.minThreshold,O=C.maxThreshold,P=pT(r,{ignorePseudo:i,pseudoSizeThreshold:d});if(P){this.data({fontSize:"".concat((y*72/96).toFixed(1),"pt (").concat(y,"px)"),fontWeight:E?"bold":"normal",messageKey:"pseudoContent",expectedContrastRatio:R+":1"}),this.relatedNodes(P.actualNode);return}var $=mo(e,{minRatio:.001,maxRatio:c});if($===null){this.data({messageKey:"complexTextShadows"});return}var X=[],L=Rn(e,X,c),H=ho(e,!1,L,t),W=null,Z=null,le=null;if($.length===0)W=xa(L,H);else if(H&&L){le=[].concat(de($),[L]).reduce(ul);var ve=xa(L,H),ae=xa(L,le),pe=xa(le,H);W=Math.max(ve,ae,pe),W!==ve&&(Z=ae>pe?"shadowOnBgColor":"fgOnShadowColor")}var G=W>R;if(typeof T=="number"&&(typeof W!="number"||W<T)||typeof O=="number"&&(typeof W!="number"||W>O))return this.data({contrastRatio:W}),!0;var se=Math.floor(W*100)/100,F,J;L===null?Ge.get("colorParse")?(F="colorParse",J=Ge.get("colorParse")):F=Ge.get("bgColor"):G||(F=Z),H===null&&Ge.get("colorParse")&&(F="colorParse",J=Ge.get("colorParse"));var j=se===1,ee=m.length===1;if(j?F=Ge.set("bgColor","equalRatio"):!G&&ee&&!n&&(F="shortTextContent"),this.data({fgColor:H?H.toHexString():void 0,bgColor:L?L.toHexString():void 0,contrastRatio:se,fontSize:"".concat((y*72/96).toFixed(1),"pt (").concat(y,"px)"),fontWeight:E?"bold":"normal",messageKey:F,expectedContrastRatio:R+":1",shadowColor:le?le.toHexString():void 0,colorParse:J}),H===null||L===null||j||ee&&!n&&!G){F=null,Ge.clear(),this.relatedNodes(X);return}return G||this.relatedNodes(X),G}function pT(e,t){var r=t.pseudoSizeThreshold,a=r===void 0?.25:r,n=t.ignorePseudo,i=n===void 0?!1:n;if(!i){var o=e.boundingClientRect,s=o.width*o.height*a;do{var u=qm(e.actualNode,":before"),l=qm(e.actualNode,":after");if(u+l>s)return e}while(e=e.parent)}}var qm=Ve(function(t,r){var a=p.getComputedStyle(t,r),n=function(u,l){return a.getPropertyValue(u)===l};if(n("content","none")||n("display","none")||n("visibility","hidden")||n("position","absolute")===!1||Jr(a).alpha===0&&n("background-image","none"))return 0;var i=jm(a.getPropertyValue("width")),o=jm(a.getPropertyValue("height"));return i.unit!=="px"||o.unit!=="px"?i.value===0||o.value===0?0:1/0:i.value*o.value});function mT(e){var t={nonBmp:!0},r=yu(e,t),a=me(bn(e,t))==="";return r&&a}function jm(e){var t=/^([0-9.]+)([a-z]+)$/i,r=e.match(t)||[],a=Q(r,3),n=a[1],i=n===void 0?"":n,o=a[2],s=o===void 0?"":o;return{value:parseFloat(i),unit:s.toLowerCase()}}var hT={ARTICLE:!0,ASIDE:!0,NAV:!0,SECTION:!0},vT={alert:!0,alertdialog:!0,application:!0,article:!0,banner:!1,complementary:!0,contentinfo:!0,dialog:!0,form:!0,log:!0,main:!0,navigation:!0,region:!0,search:!1,status:!0,tabpanel:!0};function gT(e){var t=e.nodeName.toUpperCase();return hT[t]||!1}function bT(e,t){var r=Re(e);return r&&(vT[r]||t.roles.includes(r))||!1}function yT(e,t){return bT(e,t)||gT(e)}var wT=yT;function DT(e,t,r){var a=we(r,{dpub:!0,fallback:!0}),n=lu(a);return n&&this.data(a),n}var ET=DT;function _T(e,t,r){var a=we(r,{noImplicit:!0});this.data(a);var n,i;try{n=me(gu(r)).toLowerCase(),i=me(pt(r)).toLowerCase()}catch{return}if(!i&&!n)return!1;if(!(!i&&n)&&i.includes(n))return!1}var xT=_T;function AT(e,t,r){return it(r)}var CT=AT;function RT(e,t,r){var a=Et(r.attr("role")),n=a.every(function(i){return!hn(i.toLowerCase(),{allowAbstract:!0})});return n?(this.data(a),!0):!1}var TT=RT;function FT(e,t,r){var a=Re(r);if(a===null)return!1;var n=Jt(a);return n==="widget"||n==="composite"}var ST=FT;function kT(e,t,r){var a=Mr().filter(function(n){return r.hasAttr(n)});return this.data(a),a.length>0}var OT=kT;function IT(e,t){var r=sr(e);return!r&&t.length===2&&t.includes("none")&&t.includes("presentation")}function NT(e,t,r){var a=Et(r.attr("role"));return a.length<=1?!1:IT(r,a)?void 0:!0}var MT=NT;function PT(e,t,r){var a=we(r,{dpub:!0,fallback:!0}),n=Ie.ariaRoles[a];return n!=null&&n.deprecated?(this.data(a),!0):!1}function LT(e,t,r){var a,n=(a=r.attr("aria-brailleroledescription"))!==null&&a!==void 0?a:"";if(me(n)==="")return!0;var i=r.attr("aria-roledescription");return typeof i!="string"?(this.data({messageKey:"noRoleDescription"}),!1):me(i)===""?(this.data({messageKey:"emptyRoleDescription"}),!1):!0}function BT(e,t,r){var a,n=(a=r.attr("aria-braillelabel"))!==null&&a!==void 0?a:"";if(!n.trim())return!0;try{return me(pt(r))!==""}catch{return}}function $T(e,t,r){t=Array.isArray(t.value)?t.value:[];var a="",n="",i=[],o=/^aria-/,s=["aria-errormessage"],u={"aria-controls":function(){var c=["false",null].includes(r.attr("aria-haspopup"))===!1;return c&&(a='aria-controls="'.concat(r.attr("aria-controls"),'"'),n="controlsWithinPopup"),r.attr("aria-expanded")!=="false"&&r.attr("aria-selected")!=="false"&&c===!1},"aria-current":function(c){c||(a='aria-current="'.concat(r.attr("aria-current"),'"'),n="ariaCurrent")},"aria-owns":function(){return r.attr("aria-expanded")!=="false"},"aria-describedby":function(c){c||(a='aria-describedby="'.concat(r.attr("aria-describedby"),'"'),n=g._tree&&g._tree[0]._hasShadowRoot?"noIdShadow":"noId")},"aria-labelledby":function(c){c||(a='aria-labelledby="'.concat(r.attr("aria-labelledby"),'"'),n=g._tree&&g._tree[0]._hasShadowRoot?"noIdShadow":"noId")}};if(r.attrNames.forEach(function(l){if(!(s.includes(l)||t.includes(l)||!o.test(l))){var c,d=r.attr(l);try{c=im(r,l)}catch{a="".concat(l,'="').concat(d,'"'),n="idrefs";return}(!u[l]||u[l](c))&&!c&&(d===""&&!qT(l)?(a=l,n="empty"):i.push("".concat(l,'="').concat(d,'"')))}}),i.length)return this.data(i),!1;if(a){this.data({messageKey:n,needsReview:a});return}return!0}function qT(e){var t;return((t=Ie.ariaAttrs[e])===null||t===void 0?void 0:t.type)==="string"}function jT(e,t,r){t=Array.isArray(t.value)?t.value:[];var a=[],n=/^aria-/;return r.attrNames.forEach(function(i){t.indexOf(i)===-1&&n.test(i)&&!fo(i)&&a.push(i)}),a.length?(this.data(a),!1):!0}var zT=jT;function HT(e,t,r){var a=r.attrNames.filter(function(n){var i=Ie.ariaAttrs[n];if(!fo(n))return!1;var o=i.unsupported;return B(o)!=="object"?!!o:!vn(e,o.exceptions)});return a.length?(this.data(a),!0):!1}var VT=HT;function GT(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=we(r),n=t.supportedRoles||[];if(n.includes(a))return!0;if(!(a&&a!=="presentation"&&a!=="none"))return!1}var UT=GT;function zm(e,t,r,a){var n=Re(e);if(r||(r=al(n)),!r)return null;for(var i=r.includes("group"),o=a?e:e.parent;o;){var s=we(o,{noPresentational:!0});if(!s)o=o.parent;else if(s==="group"&&i)t.includes(n)&&r.push(n),r=r.filter(function(u){return u!=="group"}),o=o.parent;else return r.includes(s)?null:r}return r}function WT(e){for(var t=[],r=null;e;){if(e.getAttribute("id")){var a=Ke(e.getAttribute("id")),n=gt(e);r=n.querySelector("[aria-owns~=".concat(a,"]")),r&&t.push(r)}e=e.parentElement}return t.length?t:null}function YT(e,t,r){var a=t&&Array.isArray(t.ownGroupRoles)?t.ownGroupRoles:[],n=zm(r,a);if(!n)return!0;var i=WT(e);if(i){for(var o=0,s=i.length;o<s;o++)if(n=zm(Ee(i[o]),a,n,!0),!n)return!0}return this.data(n),!1}var KT=YT;function XT(e,t,r){var a=t&&Array.isArray(t.reviewEmpty)?t.reviewEmpty:[],n=Re(r,{dpub:!0}),i=nl(n);if(i===null)return!0;var o=ZT(r,i),s=o.filter(function(l){var c=l.role,d=l.vNode;return d.props.nodeType===1&&!i.includes(c)});if(s.length){this.relatedNodes(s.map(function(l){var c=l.vNode;return c}));var u=r.attr("aria-busy")==="true"?"aria-busy-fail":"unallowed";return this.data({messageKey:u,values:s.map(function(l){var c=l.vNode,d=l.attr;return eF(c,d)}).filter(function(l,c,d){return d.indexOf(l)===c}).join(", ")}),!1}if(QT(i,o))return!0;if(r.attr("aria-busy")==="true")return this.data({messageKey:"aria-busy"}),!0;if(this.data(i),!(a.includes(n)&&!o.some(tF)))return!1}function ZT(e,t){for(var r,a=[],n=gn(e),i=function(){if(r.props.nodeType===3&&a.push({vNode:r,role:null}),r.props.nodeType!==1||!Xe(r))return 1;var s=we(r,{noPresentational:!0}),u=JT(r),l=!!u||it(r);if(!s&&!l||["group","rowgroup"].includes(s)&&t.some(function(d){return d===s}))n.push.apply(n,de(r.children));else if(s||l){var c=u||"tabindex";a.push({role:s,attr:c,vNode:r})}};r=n.shift();)i();return a}function QT(e,t){return t.some(function(r){var a=r.role;return a&&e.includes(a)})}function JT(e){return Mr().find(function(t){return e.hasAttr(t)})}function eF(e,t){var r=e.props,a=r.nodeName,n=r.nodeType;if(n===3)return"#text";var i=Re(e,{dpub:!0});return i?"[role=".concat(i,"]"):t?a+"[".concat(t,"]"):a}function tF(e){var t=e.vNode;return t.props.nodeType===3?t.props.nodeValue.trim().length>0:yn(t,!1,!0)}function rF(e){var t,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0,n=Re(a),i=a.attrNames,o=nm(n);if(Array.isArray(r[n])&&(o=_n(r[n],o)),!n||!i.length||!o.length||aF(a,n)||iF(a,n)||n==="slider"&&(t=a.attr("aria-valuetext"))!==null&&t!==void 0&&t.trim())return!0;var s=Pr(a),u=o.filter(function(l){return!a.attr(l)&&!nF(s,l)});return u.length?(this.data(u),!1):!0}function aF(e,t){return t==="separator"&&!it(e)}function nF(e,t){var r;return((r=e.implicitAttrs)===null||r===void 0?void 0:r[t])!==void 0}function iF(e,t){return t==="combobox"&&e.attr("aria-expanded")==="false"}function oF(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=(t==null?void 0:t.elementsAllowedAriaLabel)||[],n=r.props.nodeName,i=we(r,{chromium:!0,fallback:!0}),o=sF(r,i,n,a),s=o.filter(function(c){return r.attrNames.includes(c)?me(r.attr(c))!=="":!1});if(s.length===0)return!1;var u=i!==null?"hasRole":"noRole";u+=s.length>1?"Plural":"Singular",this.data({role:i,nodeName:n,messageKey:u,prohibited:s});var l=Lr(r,{subtreeDescendant:!0});if(me(l)==="")return!0}function sF(e,t,r,a){var n=Ie.ariaRoles[t];return n?n.prohibitedAttrs||[]:t||a.includes(r)||Hm(e)==="widget"?[]:["aria-label","aria-labelledby"]}var Hm=Ve(function(t){if(t){var r=we(t,{noPresentational:!0,chromium:!0});return r?Jt(r):Hm(t.parent)}});function uF(e,t,r){var a=r.attr("aria-level"),n=parseInt(a,10);if(!(n>6))return!0}var lF=uF;function cF(e,t,r){return r.attr("aria-hidden")!=="true"}var dF=cF;function fF(e,t,r){t=Array.isArray(t)?t:[];var a=r.attr("aria-errormessage"),n=r.hasAttr("aria-errormessage"),i=r.attr("aria-invalid"),o=r.hasAttr("aria-invalid");if(!o||i==="false")return!0;function s(u){if(u.trim()==="")return Ie.ariaAttrs["aria-errormessage"].allowEmpty;var l=Et(u);if(l.length>1)return this.data({messageKey:"unsupported",values:l}),!1;var c;try{c=u&&or(r,"aria-errormessage")[0]}catch{this.data({messageKey:"idrefs",values:l});return}if(c){if(!Xe(c))return this.data({messageKey:"hidden",values:l}),!1;var d=Et(r.attr("aria-describedby"));return Re(c)==="alert"||c.getAttribute("aria-live")==="assertive"||c.getAttribute("aria-live")==="polite"||l.some(function(m){return d.includes(m)})}}return t.indexOf(a)===-1&&n?(this.data(Et(a)),s.call(this,a)):!0}function Vm(e){var t,r,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=a.invalidTableRowAttrs,i=arguments.length>2?arguments[2]:void 0,o=(t=n==null||(r=n.filter)===null||r===void 0?void 0:r.call(n,function(c){return i.hasAttr(c)}))!==null&&t!==void 0?t:[];if(o.length===0)return!0;var s=pF(i),u=s&&we(s);if(!u||u==="treegrid")return!0;var l="row".concat(o.length>1?"Plural":"Singular");return this.data({messageKey:l,invalidAttrs:o,ownerRole:u}),!1}function pF(e){if(e.parent){var t='table:not([role]), [role~="treegrid"], [role~="table"], [role~="grid"]';return Ft(e,t)}}function Gm(e,t,r){var a=r.props,n=a.nodeName,i=a.type,o=hF(r.attr("aria-checked"));if(n!=="input"||i!=="checkbox"||!o)return!0;var s=mF(r);return o===s?!0:(this.data({messageKey:"checkbox",checkState:s}),!1)}function mF(e){return e.props.indeterminate?"mixed":e.props.checked?"true":"false"}function hF(e){return e?(e=e.toLowerCase(),["mixed","true"].includes(e)?e:"false"):""}var Um={row:Vm,checkbox:Gm};function vF(e,t,r){var a=we(r);return Um[a]?Um[a].call(this,e,t,r):!0}function gF(e,t,r){return r.attr("aria-busy")==="true"}function bF(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=t.allowImplicit,n=a===void 0?!0:a,i=t.ignoredTags,o=i===void 0?[]:i,s=r.props.nodeName;if(o.map(function(l){return l.toLowerCase()}).includes(s))return!0;var u=Jp(r,n);return u.length?(this.data(u),Xe(r)?!1:void 0):!0}var yF=bF;function wF(e,t,r){var a=[],n=we(r),i=Xp(n);Array.isArray(t[n])&&(i=_n(t[n].concat(i)));var o=je(r.attrNames),s;try{for(o.s();!(s=o.n()).done;){var u=s.value;fo(u)&&!i.includes(u)&&!DF(u,r.attr(u),r)&&a.push(u)}}catch(l){o.e(l)}finally{o.f()}if(!a.length)return!0;if(this.data(a.map(function(l){return l+'="'+r.attr(l)+'"'})),!(!n&&!zu(r)&&!it(r)))return!1}function DF(e,t,r){return!!(e==="aria-required"&&t==="false"||e==="aria-multiline"&&t==="false"&&r.hasAttr("contenteditable"))}function EF(e,t,r){var a=Pr(r);if(!a.allowedAriaAttrs)return!0;var n=Re(r);if(n)return!0;var i=a.allowedAriaAttrs,o=Mr(),s=[],u=je(r.attrNames),l;try{for(u.s();!(l=u.n()).done;){var c=l.value;o.includes(c)&&!i.includes(c)&&s.push(c)}}catch(m){u.e(m)}finally{u.f()}if(!s.length)return!0;var d=s.length>1?"plural":"singular";return this.data({messageKey:d,nodeName:r.props.nodeName,values:s.map(function(m){return m+'="'+r.attr(m)+'"'}).join(", ")}),!1}function _F(e,t,r){var a=Et(r.attr("role")).filter(function(n){return Jt(n)==="abstract"});return a.length>0?(this.data(a),!0):!1}var xF=_F;function AF(e){var t=ta(e.getAttribute("lang")),r=ta(e.getAttribute("xml:lang"));return so(t)&&so(r)}var CF=AF;function RF(e){return e.ownerDocument.defaultView.self===e.ownerDocument.defaultView.top}var TF=RF;function FF(e,t){try{var r=t.props.nodeName;return r==="svg"?!0:!!Ft(t,"svg")}catch{return!1}}var pl=FF;function SF(e,t){return kF.every(function(r){return r(e,t)})}var kF=[function(e,t){return Wm(t)},function(e,t){return OF(t)},function(e,t){return!pl(e,t)},function(e,t){return it(t)},function(e,t){return jt(t)||!IF(t)},function(e){return!Cu(e,{noLengthCompare:!0,includeInlineBlock:!0})}];function Wm(e){return Jt(e)==="widget"}function OF(e){return e.props.nodeName!=="area"}var IF=Ve(function e(t){return t!=null&&t.parent?Wm(t.parent)&&jt(t.parent)?!0:e(t.parent):!1});function NF(e,t){var r=we(t);return["treegrid","grid","table"].includes(r)}function MF(e,t){var r=t.parent;if(r.props.nodeName!=="details"||PF(t))return!1;var a=r.children.find(function(n){return n.props.nodeName==="summary"});return a===t}function PF(e){var t,r=(t=e.actualNode)===null||t===void 0?void 0:t.parentElement;return r&&r!==e.parent.actualNode}function LF(e){return Fu(e)&&Ii(e)}var BF=LF;function $F(e,t){return Dr(e,13)!==void 0&&rl(t)===!1&&qF(t)}function qF(e){var t=e.boundingClientRect;return It(e,"*").some(function(r){if(!yn(r,!0,!0))return!1;var a=[];if(Ui(r)){var n;(n=a).push.apply(n,de(jF(r)))}else a=[r.boundingClientRect];return a.some(function(i){return i.left<t.left||i.right>t.right||i.top<t.top||i.bottom>t.bottom})})}function jF(e){var t=b.createRange();return t.selectNodeContents(e.actualNode),Array.from(t.getClientRects())}function zF(e,t){return sr(t,{chromiumRoles:!0})!==null}var HF=zF;function VF(e){var t=Array.from(e.parentNode.childNodes),r=e.textContent.trim(),a=/[.!?:;](?![.!?:;])/g;if(r.length===0||(r.match(a)||[]).length>=2)return!1;var n=t.slice(t.indexOf(e)+1).filter(function(i){return i.nodeName.toUpperCase()==="P"&&i.textContent.trim()!==""});return n.length!==0}var GF=VF;function UF(e,t){var r=Re(t);if(!r||["none","presentation"].includes(r))return!0;var a=o1[r]||{},n=a.accessibleNameRequired;return!!(n||it(t))}var Ym=UF,WF=function(t,r){return[Ym,YF].every(function(a){return a(t,r)})};function YF(e){var t;if(!(e!=null&&(t=e.ownerDocument)!==null&&t!==void 0&&t.createRange))return!0;var r=e.ownerDocument.createRange();return r.setStart(e,0),r.setEnd(e,e.childNodes.length),r.getClientRects().length===0}function KF(e,t){return t.props.nodeName!=="html"}var XF=KF;function ZF(e,t){return!t.attr("role")}var QF=ZF;function JF(e,t){var r=cr(t.attr("tabindex"));return r===null||r>=0}var eS=JF;function tS(e,t){var r=Pr(t),a=r.namingMethods;return!(a&&a.length!==0||Re(t)==="combobox"&&It(t,'input:not([type="hidden"])').length||rl(t,{popupRoles:["listbox"]}))}var rS=tS;function aS(e,t){return!(!t.hasAttr("role")||!t.attr("role").trim())}var nS=aS;function iS(e){return!(!e.currentSrc||e.hasAttribute("paused")||e.hasAttribute("muted"))}var oS=iS;function sS(e,t){var r=we(t);return r?!!Ie.ariaRoles[r].childrenPresentational:!1}var uS=sS;function lS(e){var t=me(e.innerText),r=Re(e);return r&&r!=="link"||!t||!St(e)?!1:Cu(e)}var cS=lS;function dS(e){return!lo(e)&&!it(e)}var fS=dS;function pS(e,t){return mS(t)&&Xe(t)}function mS(e){var t=_a("landmark"),r=we(e);if(!r)return!1;var a=e.props.nodeName;if(a==="section"||a==="form"){var n=pt(e);return!!n}return t.indexOf(r)>=0||r==="region"}function hS(e,t){var r="article, aside, main, nav, section";return e.hasAttribute("role")||!ga(t,r)}var vS=hS;function gS(e,t){if(t.props.nodeName!=="input"||t.hasAttr("type")===!1)return!0;var r=t.attr("type").toLowerCase();return["hidden","image","button","submit","reset"].includes(r)===!1}var bS=gS;function yS(e,t){var r=we(e);if(!r)return!1;var a=_a("widget"),n=a.includes(r);if(!n)return!1;var i=tl();return!(!i.includes(r)||!me(mn(t))&&!me(pn(e))||!me(ur(t)))}var wS=yS;function DS(e,t){return St(t)}function ES(e){return St(e)}function _S(e,t,r){return r.initiator}var Km=_S;function xS(e){return W1(e)}var AS=xS;function CS(e,t){var r=!!pt(t);if(!r)return!1;var a=we(e);return!(a&&a!=="link")}var RS=CS;function TS(e,t){return!pl(e,t)}var FS=TS;function SS(e,t){return we(t)==="heading"}function kS(e,t){return sr(t,{chromium:!0})!==null}var OS=kS;function IS(e){var t=e.getAttribute("title");return!!me(t)}var NS=IS;function MS(e,t,r){var a,n;return!r.initiator&&!r.focusable&&((a=r.size)===null||a===void 0?void 0:a.width)*((n=r.size)===null||n===void 0?void 0:n.height)>1}var PS=MS;function LS(e){var t=e.getAttribute("id").trim(),r='*[id="'.concat(Ke(t),'"]'),a=Array.from(gt(e).querySelectorAll(r));return!co(e)&&a.every(function(n){return!it(n)})}var BS=LS;function $S(e){return co(e)}var qS=$S;function jS(e){var t=e.getAttribute("id").trim(),r='*[id="'.concat(Ke(t),'"]'),a=Array.from(gt(e).querySelectorAll(r));return!co(e)&&a.some(it)}var zS=jS;function HS(e){return lo(e)}var VS=HS;function GS(e){if(lo(e)){var t=wr(e);return t.length>=3&&t[0].length>=3&&t[1].length>=3&&t[2].length>=3}return!1}var US=GS;function WS(e,t){var r=t.props,a=r.nodeName,n=r.type;if(a==="option"||a==="select"&&!e.options.length)return!1;var i=["hidden","range","color","checkbox","radio","image"];if(a==="input"&&i.includes(n)||Tn(t)||$i(t))return!1;var o=["input","select","textarea"];if(o.includes(a)){var s=p.getComputedStyle(e),u=parseInt(s.getPropertyValue("text-indent"),10);if(u){var l=e.getBoundingClientRect();if(l={top:l.top,bottom:l.bottom,left:l.left+u,right:l.right+u},!Su(l,e))return!1}return!0}var c=ga(t,"label");if(a==="label"||c){var d=c||e,m=c?Ee(c):t;if(d.htmlFor){var v=gt(d),y=v.getElementById(d.htmlFor),w=y&&Ee(y);if(w&&Tn(w))return!1}var E='input:not([type="hidden"],[type="image"],[type="button"],[type="submit"],[type="reset"]), select, textarea',_=It(m,E)[0];if(_&&Tn(_))return!1}for(var x=[],C=t;C;){if(C.props.id){var R=el(C).filter(function(H){return Et(H.getAttribute("aria-labelledby")||"").includes(C.props.id)}).map(function(H){return Ee(H)});x.push.apply(x,de(R))}C=C.parent}if(x.length>0&&x.every(Tn)||!XS(t)||!parseFloat(t.getComputedStylePropertyValue("font-size")))return!1;for(var T=b.createRange(),O=t.children,P=0;P<O.length;P++){var $=O[P];$.actualNode.nodeType===3&&me($.actualNode.nodeValue)!==""&&T.selectNodeContents($.actualNode)}var X=Array.from(T.getClientRects()),L=ln(t);return X.some(function(H){var W=Su(H,e);if(!L.length)return W;var Z=L.some(function(le){return Ws(H,le.boundingClientRect)});return W&&Z})}var YS=WS,KS={emoji:!0,nonBmp:!1,punctuations:!0};function XS(e){var t=ur(e,!1,!0);return t===""||bn(t,KS)===""?!1:e.children.some(function(r){return r.props.nodeName==="#text"&&!wu(r)})}function ZS(e,t,r){return Km(e,t,r)?!!e.querySelector("a[href]"):!0}var QS=ZS;function JS(e,t){var r=t.attr("autocomplete");if(!r||me(r)==="")return!1;var a=t.props.nodeName;if(["textarea","input","select"].includes(a)===!1)return!1;var n=t.attr("aria-readonly")||"false";if(t.hasAttr("readonly")||n.toLowerCase()==="true")return!1;var i=["submit","reset","button","hidden"];if(a==="input"&&i.includes(t.props.type))return!1;var o=t.attr("aria-disabled")||"false";if(t.hasAttr("disabled")||o.toLowerCase()==="true")return!1;var s=Re(t),u=cr(t.attr("tabindex"));if(u<0&&t.hasAttr("role")){var l=Ie.ariaRoles[s];if(l===void 0||l.type!=="widget")return!1}return!(u<0&&t.actualNode&&!St(t)&&!Xe(t))}var e3=JS;function t3(e,t){var r=Re(t);return!!al(r)}var r3=t3;function a3(e,t){var r=Re(t,{dpub:!0});return!!nl(r)}var n3=a3;function Xm(e){return e?e.getAttribute("aria-hidden")==="true"?!1:Xm(ft(e)):!0}function i3(e){return Xm(ft(e))}var o3=i3;function s3(e,t){var r=/^aria-/;return t.attrNames.some(function(a){return r.test(a)})}var u3=s3;function l3(e,t){return Re(t,{dpub:!0,fallback:!0})!==null}var c3=l3;function d3(e,t){var r=/^aria-/,a=t.attrNames;if(a.length){for(var n=0,i=a.length;n<i;n++)if(r.test(a[n]))return!0}return!1}var f3=d3,p3={"abstractrole-evaluate":xF,"accesskeys-after":zR,"accesskeys-evaluate":qR,"alt-space-value-evaluate":yR,"aria-allowed-attr-elm-evaluate":EF,"aria-allowed-attr-evaluate":wF,"aria-allowed-attr-matches":f3,"aria-allowed-role-evaluate":yF,"aria-allowed-role-matches":c3,"aria-busy-evaluate":gF,"aria-conditional-attr-evaluate":vF,"aria-conditional-checkbox-attr-evaluate":Gm,"aria-conditional-row-attr-evaluate":Vm,"aria-errormessage-evaluate":fF,"aria-has-attr-matches":u3,"aria-hidden-body-evaluate":dF,"aria-hidden-focus-matches":o3,"aria-label-evaluate":ZA,"aria-labelledby-evaluate":KA,"aria-level-evaluate":lF,"aria-prohibited-attr-evaluate":oF,"aria-required-attr-evaluate":rF,"aria-required-children-evaluate":XT,"aria-required-children-matches":n3,"aria-required-parent-evaluate":KT,"aria-required-parent-matches":r3,"aria-roledescription-evaluate":UT,"aria-unsupported-attr-evaluate":VT,"aria-valid-attr-evaluate":zT,"aria-valid-attr-value-evaluate":$T,"attr-non-space-content-evaluate":tT,"autocomplete-appropriate-evaluate":iT,"autocomplete-matches":e3,"autocomplete-valid-evaluate":aT,"avoid-inline-spacing-evaluate":WA,"braille-label-equivalent-evaluate":BT,"braille-roledescription-equivalent-evaluate":LT,"bypass-matches":QS,"caption-evaluate":IC,"caption-faked-evaluate":SA,"color-contrast-evaluate":fT,"color-contrast-matches":YS,"css-orientation-lock-evaluate":AC,"data-table-large-matches":US,"data-table-matches":VS,"deprecatedrole-evaluate":PT,"dlitem-evaluate":VC,"doc-has-title-evaluate":GA,"duplicate-id-active-matches":zS,"duplicate-id-after":t5,"duplicate-id-aria-matches":qS,"duplicate-id-evaluate":JA,"duplicate-id-misc-matches":BS,"duplicate-img-label-evaluate":gR,"exists-evaluate":HA,"explicit-evaluate":hR,"fallbackrole-evaluate":MT,"focusable-content-evaluate":BR,"focusable-disabled-evaluate":PR,"focusable-element-evaluate":NR,"focusable-modal-open-evaluate":OR,"focusable-no-name-evaluate":SR,"focusable-not-tabbable-evaluate":TR,"frame-focusable-content-evaluate":CR,"frame-focusable-content-matches":PS,"frame-tested-after":kC,"frame-tested-evaluate":FC,"frame-title-has-text-matches":NS,"has-alt-evaluate":jA,"has-descendant-after":JR,"has-descendant-evaluate":ZR,"has-global-aria-attribute-evaluate":OT,"has-implicit-chromium-role-matches":OS,"has-lang-evaluate":XC,"has-text-content-evaluate":KR,"has-widget-role-evaluate":ST,"heading-matches":SS,"heading-order-after":oC,"heading-order-evaluate":iC,"help-same-as-label-evaluate":pR,"hidden-content-evaluate":Bx,"hidden-explicit-label-evaluate":dR,"html-namespace-matches":FS,"html5-scope-evaluate":TA,"identical-links-same-purpose-after":rC,"identical-links-same-purpose-evaluate":eC,"identical-links-same-purpose-matches":RS,"implicit-evaluate":lR,"inline-style-property-evaluate":BA,"inserted-into-focus-order-matches":AS,"internal-link-present-evaluate":_5,"invalid-children-evaluate":qC,"invalidrole-evaluate":TT,"is-element-focusable-evaluate":CT,"is-initiator-matches":Km,"is-on-screen-evaluate":LA,"is-visible-matches":ES,"is-visible-on-screen-matches":DS,"label-content-name-mismatch-evaluate":sR,"label-content-name-mismatch-matches":wS,"label-matches":bS,"landmark-has-body-context-matches":vS,"landmark-is-top-level-evaluate":AR,"landmark-is-unique-after":eR,"landmark-is-unique-evaluate":QC,"landmark-unique-matches":pS,"layout-table-matches":fS,"link-in-text-block-evaluate":dT,"link-in-text-block-matches":cS,"link-in-text-block-style-evaluate":sT,"listitem-evaluate":$C,"matches-definition-evaluate":YR,"meta-refresh-evaluate":D5,"meta-viewport-scale-evaluate":_C,"multiple-label-evaluate":nR,"nested-interactive-matches":uS,"no-autoplay-audio-evaluate":RC,"no-autoplay-audio-matches":oS,"no-empty-role-matches":nS,"no-explicit-name-required-matches":Ym,"no-focusable-content-evaluate":ER,"no-implicit-explicit-label-evaluate":xT,"no-naming-method-matches":rS,"no-negative-tabindex-matches":eS,"no-role-matches":QF,"non-empty-if-present-evaluate":MA,"not-html-matches":XF,"object-is-loaded-matches":WF,"only-dlitems-evaluate":BC,"only-listitems-evaluate":LC,"p-as-heading-evaluate":b5,"p-as-heading-matches":GF,"page-no-duplicate-after":UR,"page-no-duplicate-evaluate":VR,"presentation-role-conflict-matches":HF,"presentational-role-evaluate":IA,"region-after":m5,"region-evaluate":l5,"same-caption-summary-evaluate":xA,"scope-value-evaluate":_A,"scrollable-region-focusable-matches":$F,"skip-link-evaluate":s5,"skip-link-matches":BF,"structured-dlitems-evaluate":MC,"summary-interactive-matches":MF,"svg-namespace-matches":pl,"svg-non-empty-title-evaluate":OA,"tabindex-evaluate":DR,"table-or-grid-role-matches":NF,"target-offset-evaluate":wC,"target-size-evaluate":fC,"td-has-header-evaluate":DA,"td-headers-attr-evaluate":yA,"th-has-data-cells-evaluate":bA,"title-only-evaluate":rR,"unique-frame-title-after":i5,"unique-frame-title-evaluate":a5,"unsupportedrole-evaluate":ET,"valid-lang-evaluate":YC,"valid-scrollable-semantics-evaluate":wT,"widget-not-inline-matches":SF,"window-is-top-matches":TF,"xml-lang-mismatch-evaluate":UC,"xml-lang-mismatch-matches":CF},go=p3;function m3(e){this.id=e.id,this.data=null,this.relatedNodes=[],this.result=null}var ml=m3;function hl(e){if(typeof e=="string"){if(go[e])return go[e];if(/^\s*function[\s\w]*\(/.test(e))return new Function("return "+e+";")();throw new ReferenceError("Function ID does not exist in the metadata-function-map: ".concat(e))}return e}function Zm(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return(Array.isArray(e)||B(e)!=="object")&&(e={value:e}),e}function Aa(e){e&&(this.id=e.id,this.configure(e))}Aa.prototype.enabled=!0,Aa.prototype.run=function(t,r,a,n,i){r=r||{};var o=r.hasOwnProperty("enabled")?r.enabled:this.enabled,s=this.getOptions(r.options);if(o){var u=new ml(this),l=ks(u,r,n,i),c;try{c=this.evaluate.call(l,t.actualNode,s,t,a)}catch(d){t&&t.actualNode&&(d.errorNode=qt.toSpec(t)),i(d);return}l.isAsync||(u.result=c,n(u))}else n(null)},Aa.prototype.runSync=function(t,r,a){r=r||{};var n=r,i=n.enabled,o=i===void 0?this.enabled:i;if(!o)return null;var s=this.getOptions(r.options),u=new ml(this),l=ks(u);l.async=function(){throw new Error("Cannot run async check while in a synchronous run")};var c;try{c=this.evaluate.call(l,t.actualNode,s,t,a)}catch(d){throw t&&t.actualNode&&(d.errorNode=qt.toSpec(t)),d}return u.result=c,u},Aa.prototype.configure=function(t){var r=this;(!t.evaluate||go[t.evaluate])&&(this._internalCheck=!0),t.hasOwnProperty("enabled")&&(this.enabled=t.enabled),t.hasOwnProperty("options")&&(this._internalCheck?this.options=Zm(t.options):this.options=t.options),["evaluate","after"].filter(function(a){return t.hasOwnProperty(a)}).forEach(function(a){return r[a]=hl(t[a])})},Aa.prototype.getOptions=function(t){return this._internalCheck?Vs(this.options,Zm(t||{})):t||this.options};var Qm=Aa;function h3(e){this.id=e.id,this.result=ye.NA,this.pageLevel=e.pageLevel,this.impact=null,this.nodes=[]}var bo=h3;function Ct(e,t){this._audit=t,this.id=e.id,this.selector=e.selector||"*",e.impact&&(Oe(ye.impact.includes(e.impact),"Impact ".concat(e.impact," is not a valid impact")),this.impact=e.impact),this.excludeHidden=typeof e.excludeHidden=="boolean"?e.excludeHidden:!0,this.enabled=typeof e.enabled=="boolean"?e.enabled:!0,this.pageLevel=typeof e.pageLevel=="boolean"?e.pageLevel:!1,this.reviewOnFail=typeof e.reviewOnFail=="boolean"?e.reviewOnFail:!1,this.any=e.any||[],this.all=e.all||[],this.none=e.none||[],this.tags=e.tags||[],this.preload=!!e.preload,this.actIds=e.actIds,e.matches&&(this.matches=hl(e.matches))}Ct.prototype.matches=function(){return!0},Ct.prototype.gather=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a="mark_gather_start_"+this.id,n="mark_gather_end_"+this.id,i="mark_isVisibleToScreenReaders_start_"+this.id,o="mark_isVisibleToScreenReaders_end_"+this.id;r.performanceTimer&&Ne.mark(a);var s=Yu(this.selector,t);return this.excludeHidden&&(r.performanceTimer&&Ne.mark(i),s=s.filter(function(u){return Xe(u)}),r.performanceTimer&&(Ne.mark(o),Ne.measure("rule_"+this.id+"#gather_axe.utils.isVisibleToScreenReaders",i,o))),r.performanceTimer&&(Ne.mark(n),Ne.measure("rule_"+this.id+"#gather",a,n)),s},Ct.prototype.runChecks=function(t,r,a,n,i,o){var s=this,u=ir();this[t].forEach(function(l){var c=s._audit.checks[l.id||l],d=Ji(c,s.id,a);u.defer(function(m,v){c.run(r,d,n,m,function(y){v(new io({ruleId:s.id,method:"".concat(c.id,"#evaluate"),errorNode:new $t(r),error:y}))})})}),u.then(function(l){l=l.filter(function(c){return c}),i({type:t,results:l})}).catch(o)},Ct.prototype.runChecksSync=function(t,r,a,n){var i=this,o=[];return this[t].forEach(function(s){var u=i._audit.checks[s.id||s],l=Ji(u,i.id,a);o.push(u.runSync(r,l,n))}),o=o.filter(function(s){return s}),{type:t,results:o}},Ct.prototype.run=function(t){var r=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0;a.performanceTimer&&this._trackPerformance();var o=ir(),s=new bo(this),u;try{u=this.gatherAndMatchNodes(t,a)}catch(l){i(l);return}a.performanceTimer&&this._logGatherPerformance(u),u.forEach(function(l){o.defer(function(c,d){var m=ir();["any","all","none"].forEach(function(v){m.defer(function(y,w){r.runChecks(v,l,a,t,y,w)})}),m.then(function(v){var y=Jm(v);y&&(y.node=new $t(l),s.nodes.push(y),r.reviewOnFail&&(["any","all"].forEach(function(w){y[w].forEach(function(E){E.result===!1&&(E.result=void 0)})}),y.none.forEach(function(w){w.result===!0&&(w.result=void 0)}))),c()}).catch(function(v){return d(v)})})}),o.then(function(){a.performanceTimer&&r._logRulePerformance(),setTimeout(function(){n(s)},0)}).catch(function(l){a.performanceTimer&&r._logRulePerformance(),i(l)})},Ct.prototype.runSync=function(t){var r=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};a.performanceTimer&&this._trackPerformance();var n=new bo(this),i=this.gatherAndMatchNodes(t,a);return a.performanceTimer&&this._logGatherPerformance(i),i.forEach(function(o){var s=[];["any","all","none"].forEach(function(l){s.push(r.runChecksSync(l,o,a,t))});var u=Jm(s);u&&(u.node=o.actualNode?new $t(o):null,n.nodes.push(u),r.reviewOnFail&&(["any","all"].forEach(function(l){u[l].forEach(function(c){c.result===!1&&(c.result=void 0)})}),u.none.forEach(function(l){l.result===!0&&(l.result=void 0)})))}),a.performanceTimer&&this._logRulePerformance(),n},Ct.prototype._trackPerformance=function(){this._markStart="mark_rule_start_"+this.id,this._markEnd="mark_rule_end_"+this.id,this._markChecksStart="mark_runchecks_start_"+this.id,this._markChecksEnd="mark_runchecks_end_"+this.id},Ct.prototype._logGatherPerformance=function(t){Wr("gather for ".concat(this.id," (").concat(t.length," nodes): ").concat(Ne.timeElapsed(),"ms")),Ne.mark(this._markChecksStart)},Ct.prototype._logRulePerformance=function(){Ne.mark(this._markChecksEnd),Ne.mark(this._markEnd),Ne.measure("runchecks_"+this.id,this._markChecksStart,this._markChecksEnd),Ne.measure("rule_"+this.id,this._markStart,this._markEnd)};function Jm(e){if(e.length){var t=!1,r={};return e.forEach(function(a){var n=a.results.filter(function(i){return i});r[a.type]=n,n.length&&(t=!0)}),t?r:null}}Ct.prototype.gatherAndMatchNodes=function(t,r){var a=this,n="mark_matches_start_"+this.id,i="mark_matches_end_"+this.id,o=this.gather(t,r);return r.performanceTimer&&Ne.mark(n),o=o.filter(function(s){try{return a.matches(s.actualNode,s,t)}catch(u){throw new io({ruleId:a.id,method:"#matches",errorNode:new $t(s),error:u})}}),r.performanceTimer&&(Ne.mark(i),Ne.measure("rule_"+this.id+"#matches",n,i)),o};function v3(e){return Ti(e).map(function(t){var r=e._audit.checks[t.id||t];return r&&typeof r.after=="function"?r:null}).filter(Boolean)}function g3(e,t){var r=[];return e.forEach(function(a){var n=Ti(a);n.forEach(function(i){i.id===t&&(i.node=a.node,r.push(i))})}),r}function b3(e){return e.filter(function(t){return t.filtered!==!0})}function y3(e){var t=["any","all","none"],r=e.nodes.filter(function(a){var n=0;return t.forEach(function(i){a[i]=b3(a[i]),n+=a[i].length}),n>0});return e.pageLevel&&r.length&&(r=[r.reduce(function(a,n){if(a)return t.forEach(function(i){a[i].push.apply(a[i],n[i])}),a})]),r}Ct.prototype.after=function(t,r){var a=this,n=v3(this);return n.forEach(function(i){var o=g3(t.nodes,i.id),s=Ji(i,a.id,r),u;try{u=i.after(o,s.options)}catch(c){var l;throw new io({ruleId:a.id,method:"".concat(i.id,"#after"),errorNode:(l=t.nodes)===null||l===void 0||(l=l[0])===null||l===void 0?void 0:l.node,error:c})}a.reviewOnFail&&u.forEach(function(c){var d=(a.any.includes(c.id)||a.all.includes(c.id))&&c.result===!1,m=a.none.includes(c.id)&&c.result===!0;(d||m)&&(c.result=void 0)}),o.forEach(function(c){delete c.node,u.indexOf(c)===-1&&(c.filtered=!0)})}),t.nodes=y3(t),t},Ct.prototype.configure=function(t){t.hasOwnProperty("selector")&&(this.selector=t.selector),t.hasOwnProperty("excludeHidden")&&(this.excludeHidden=typeof t.excludeHidden=="boolean"?t.excludeHidden:!0),t.hasOwnProperty("enabled")&&(this.enabled=typeof t.enabled=="boolean"?t.enabled:!0),t.hasOwnProperty("pageLevel")&&(this.pageLevel=typeof t.pageLevel=="boolean"?t.pageLevel:!1),t.hasOwnProperty("reviewOnFail")&&(this.reviewOnFail=typeof t.reviewOnFail=="boolean"?t.reviewOnFail:!1),t.hasOwnProperty("any")&&(this.any=t.any),t.hasOwnProperty("all")&&(this.all=t.all),t.hasOwnProperty("none")&&(this.none=t.none),t.hasOwnProperty("tags")&&(this.tags=t.tags),t.hasOwnProperty("actIds")&&(this.actIds=t.actIds),t.hasOwnProperty("matches")&&(this.matches=hl(t.matches)),t.impact&&(Oe(ye.impact.includes(t.impact),"Impact ".concat(t.impact," is not a valid impact")),this.impact=t.impact)};var Ca=/\{\{.+?\}\}/g,w3=function(){function e(t){Vt(this,e),this.lang="en",this.defaultConfig=t,this.standards=Ie,this._init(),this._defaultLocale=null}return Gt(e,[{key:"_setDefaultLocale",value:function(){if(!this._defaultLocale){for(var r={checks:{},rules:{},failureSummaries:{},incompleteFallbackMessage:"",lang:this.lang},a=Object.keys(this.data.checks),n=0;n<a.length;n++){var i=a[n],o=this.data.checks[i],s=o.messages,u=s.pass,l=s.fail,c=s.incomplete;r.checks[i]={pass:u,fail:l,incomplete:c}}for(var d=Object.keys(this.data.rules),m=0;m<d.length;m++){var v=d[m],y=this.data.rules[v],w=y.description,E=y.help;r.rules[v]={description:w,help:E}}for(var _=Object.keys(this.data.failureSummaries),x=0;x<_.length;x++){var C=_[x],R=this.data.failureSummaries[C],T=R.failureMessage;r.failureSummaries[C]={failureMessage:T}}r.incompleteFallbackMessage=this.data.incompleteFallbackMessage,this._defaultLocale=r}}},{key:"_resetLocale",value:function(){var r=this._defaultLocale;r&&this.applyLocale(r)}},{key:"_applyCheckLocale",value:function(r){for(var a=Object.keys(r),n=0;n<a.length;n++){var i=a[n];if(!this.data.checks[i])throw new Error('Locale provided for unknown check: "'.concat(i,'"'));this.data.checks[i]=E3(this.data.checks[i],r[i])}}},{key:"_applyRuleLocale",value:function(r){for(var a=Object.keys(r),n=0;n<a.length;n++){var i=a[n];if(!this.data.rules[i])throw new Error('Locale provided for unknown rule: "'.concat(i,'"'));this.data.rules[i]=_3(this.data.rules[i],r[i])}}},{key:"_applyFailureSummaries",value:function(r){for(var a=Object.keys(r),n=0;n<a.length;n++){var i=a[n];if(!this.data.failureSummaries[i])throw new Error('Locale provided for unknown failureMessage: "'.concat(i,'"'));this.data.failureSummaries[i]=x3(this.data.failureSummaries[i],r[i])}}},{key:"applyLocale",value:function(r){this._setDefaultLocale(),r.checks&&this._applyCheckLocale(r.checks),r.rules&&this._applyRuleLocale(r.rules),r.failureSummaries&&this._applyFailureSummaries(r.failureSummaries,"failureSummaries"),r.incompleteFallbackMessage&&(this.data.incompleteFallbackMessage=A3(this.data.incompleteFallbackMessage,r.incompleteFallbackMessage)),r.lang&&(this.lang=r.lang)}},{key:"setAllowedOrigins",value:function(r){var a=th();this.allowedOrigins=[];var n=je(r),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;if(o===ye.allOrigins){this.allowedOrigins=["*"];return}else o!==ye.sameOrigin?this.allowedOrigins.push(o):a&&this.allowedOrigins.push(a)}}catch(s){n.e(s)}finally{n.f()}}},{key:"_init",value:function(){var r=D3(this.defaultConfig);this.lang=r.lang||"en",this.reporter=r.reporter,this.commands={},this.rules=[],this.checks={},this.brand="axe",this.application="axeAPI",this.tagExclude=["experimental","deprecated"],this.noHtml=r.noHtml,this.allowedOrigins=r.allowedOrigins,rh(r.rules,this,"addRule"),rh(r.checks,this,"addCheck"),this.data={},this.data.checks=r.data&&r.data.checks||{},this.data.rules=r.data&&r.data.rules||{},this.data.failureSummaries=r.data&&r.data.failureSummaries||{},this.data.incompleteFallbackMessage=r.data&&r.data.incompleteFallbackMessage||"",this._constructHelpUrls()}},{key:"registerCommand",value:function(r){this.commands[r.id]=r.callback}},{key:"addRule",value:function(r){r.metadata&&(this.data.rules[r.id]=r.metadata);var a=this.getRule(r.id);a?a.configure(r):this.rules.push(new Ct(r,this))}},{key:"addCheck",value:function(r){var a=r.metadata;B(a)==="object"&&(this.data.checks[r.id]=a,B(a.messages)==="object"&&Object.keys(a.messages).filter(function(n){return a.messages.hasOwnProperty(n)&&typeof a.messages[n]=="string"}).forEach(function(n){a.messages[n].indexOf("function")===0&&(a.messages[n]=new Function("return "+a.messages[n]+";")())})),this.checks[r.id]?this.checks[r.id].configure(r):this.checks[r.id]=new Qm(r)}},{key:"run",value:function(r,a,n,i){this.normalizeOptions(a),$t.setRunOptions(a),g._selectCache=[];var o=C3(this.rules,r,a),s=o.now,u=o.later,l=ir();s.forEach(function(m){l.defer(ah(m,r,a))});var c=ir();u.length&&c.defer(function(m){Tp(a).then(function(v){return m(v)}).catch(function(v){console.warn("Couldn't load preload assets: ",v),m(void 0)})});var d=ir();d.defer(l),d.defer(c),d.then(function(m){var v=m.pop();if(v&&v.length){var y=v[0];y&&(r=Ae({},r,y))}var w=m[0];if(!u.length){g._selectCache=void 0,n(w.filter(function(_){return!!_}));return}var E=ir();u.forEach(function(_){var x=ah(_,r,a);E.defer(x)}),E.then(function(_){g._selectCache=void 0,n(w.concat(_).filter(function(x){return!!x}))}).catch(i)}).catch(i)}},{key:"after",value:function(r,a){var n=this.rules;return r.map(function(i){if(i.error)return i;var o=sn(n,"id",i.id);if(!o)throw new Error("Result for unknown rule. You may be running mismatch axe-core versions");try{return o.after(i,a)}catch(s){if(a.debug)throw s;return nh(o,s)}})}},{key:"getRule",value:function(r){return this.rules.find(function(a){return a.id===r})}},{key:"normalizeOptions",value:function(r){var a=this,n=[],i=[];if(a.rules.forEach(function(c){i.push(c.id),c.tags.forEach(function(d){n.includes(d)||n.push(d)})}),["object","string"].includes(B(r.runOnly))){if(typeof r.runOnly=="string"&&(r.runOnly=[r.runOnly]),Array.isArray(r.runOnly)){var o=r.runOnly.find(function(c){return n.includes(c)}),s=r.runOnly.find(function(c){return i.includes(c)});if(o&&s)throw new Error("runOnly cannot be both rules and tags");s?r.runOnly={type:"rule",values:r.runOnly}:r.runOnly={type:"tag",values:r.runOnly}}var u=r.runOnly;if(u.value&&!u.values&&(u.values=u.value,delete u.value),!Array.isArray(u.values)||u.values.length===0)throw new Error("runOnly.values must be a non-empty array");if(["rule","rules"].includes(u.type))u.type="rule",u.values.forEach(function(c){if(!i.includes(c))throw new Error("unknown rule `"+c+"` in options.runOnly")});else if(["tag","tags",void 0].includes(u.type)){u.type="tag";var l=u.values.filter(function(c){return!n.includes(c)&&!/wcag2[1-3]a{1,3}/.test(c)});l.length!==0&&g.log("Could not find tags `"+l.join("`, `")+"`")}else throw new Error("Unknown runOnly type '".concat(u.type,"'"))}return B(r.rules)==="object"&&Object.keys(r.rules).forEach(function(c){if(!i.includes(c))throw new Error("unknown rule `"+c+"` in options.rules")}),r}},{key:"setBranding",value:function(r){var a={brand:this.brand,application:this.application};typeof r=="string"&&(this.application=r),r&&r.hasOwnProperty("brand")&&r.brand&&typeof r.brand=="string"&&(this.brand=r.brand),r&&r.hasOwnProperty("application")&&r.application&&typeof r.application=="string"&&(this.application=r.application),this._constructHelpUrls(a)}},{key:"_constructHelpUrls",value:function(){var r=this,a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,n=(g.version.match(/^[1-9][0-9]*\.[0-9]+/)||["x.y"])[0];this.rules.forEach(function(i){r.data.rules[i.id]||(r.data.rules[i.id]={});var o=r.data.rules[i.id];(typeof o.helpUrl!="string"||a&&o.helpUrl===ih(a,i.id,n))&&(o.helpUrl=ih(r,i.id,n))})}},{key:"resetRulesAndChecks",value:function(){this._init(),this._resetLocale()}}])}(),eh=w3;function th(){if(p.origin&&p.origin!=="null")return p.origin;if(p.location&&p.location.origin&&p.location.origin!=="null")return p.location.origin}function D3(e){var t;if(e?(t=gr(e),t.commons=e.commons):t={},t.reporter=t.reporter||null,t.noHtml=t.noHtml||!1,!t.allowedOrigins){var r=th();t.allowedOrigins=r?[r]:[]}return t.rules=t.rules||[],t.checks=t.checks||[],t.data=Ae({checks:{},rules:{}},t.data),t}function rh(e,t,r){var a,n;for(a=0,n=e.length;a<n;a++)t[r](e[a])}var E3=function(t,r){var a=r.pass,n=r.fail;return typeof a=="string"&&Ca.test(a)&&(a=Rr.default.compile(a)),typeof n=="string"&&Ca.test(n)&&(n=Rr.default.compile(n)),Ae({},t,{messages:{pass:a||t.messages.pass,fail:n||t.messages.fail,incomplete:B(t.messages.incomplete)==="object"?Ae({},t.messages.incomplete,r.incomplete):r.incomplete}})},_3=function(t,r){var a=r.help,n=r.description;return typeof a=="string"&&Ca.test(a)&&(a=Rr.default.compile(a)),typeof n=="string"&&Ca.test(n)&&(n=Rr.default.compile(n)),Ae({},t,{help:a||t.help,description:n||t.description})},x3=function(t,r){var a=r.failureMessage;return typeof a=="string"&&Ca.test(a)&&(a=Rr.default.compile(a)),Ae({},t,{failureMessage:a||t.failureMessage})},A3=function(t,r){return typeof r=="string"&&Ca.test(r)&&(r=Rr.default.compile(r)),r||t};function C3(e,t,r){var a={now:[],later:[]},n=e.reduce(function(i,o){return Ip(o,t,r)?o.preload?(i.later.push(o),i):(i.now.push(o),i):i},a);return n}function ah(e,t,r){return r.performanceTimer&&Ne.mark("mark_rule_start_"+e.id),function(a,n){e.run(t,r,function(i){return a(i)},function(i){r.debug?n(i):a(nh(e,i))})}}function nh(e,t){var r=t.errorNode,a=no(t),n=[{id:"error-occurred",result:void 0,data:a,relatedNodes:[]}],i=r||new $t(b.documentElement);return Object.assign(new bo(e),{error:a,result:ye.CANTTELL,nodes:[{any:[],all:[],none:n,node:i}]})}function ih(e,t,r){var a=e.brand,n=e.application,i=e.lang;return ye.helpUrlBase+a+"/"+(r||g.version.substring(0,g.version.lastIndexOf(".")))+"/"+t+"?application="+encodeURIComponent(n)+(i&&i!=="en"?"&lang="+encodeURIComponent(i):"")}function oh(e){var t=p&&"Node"in p&&"NodeList"in p,r=!!b;if(!(t&&r)){if(!e||!e.ownerDocument)throw new Error('Required "window" or "document" globals not defined and cannot be deduced from the context. Either set the globals before running or pass in a valid Element.');r||(be.set("globalDocumentSet",!0),b=e.ownerDocument),t||(be.set("globalWindowSet",!0),p=b.defaultView)}}function R3(){be.get("globalDocumentSet")&&(be.set("globalDocumentSet",!1),b=null),be.get("globalWindowSet")&&(be.set("globalWindowSet",!1),p=null)}function T3(){R3(),g._memoizedFns.forEach(function(e){return e.clear()}),be.clear(),g._tree=void 0,g._selectorData=void 0,g._selectCache=void 0}var qr=T3;function sh(e,t,r,a){try{e=new eo(e),g._tree=e.flatTree,g._selectorData=Di(e.flatTree)}catch(o){return qr(),a(o)}var n=ir(),i=g._audit;t.performanceTimer&&Ne.auditStart(),e.frames.length&&t.iframes!==!1&&n.defer(function(o,s){wf(e,t,"rules",null,o,s)}),n.defer(function(o,s){i.run(e,t,o,s)}),n.then(function(o){try{t.performanceTimer&&Ne.auditEnd();var s=Fi(o.map(function(u){return{results:u}}));e.initiator&&(t.performanceTimer&&Ne.mark("auditAfterStart"),s=i.after(s,t),t.performanceTimer&&(Ne.mark("auditAfterEnd"),Ne.measure("audit.after","auditAfterStart","auditAfterEnd"),Ne.logMeasures("audit.after")),s.forEach(ao),s=s.map(ja));try{r(s,qr)}catch(u){qr(),Wr(u)}}catch(u){qr(),a(u)}}).catch(function(o){qr(),a(o)})}function F3(e){g._audit=new eh(e)}function S3(e,t,r){var a=r,n=function(u){u instanceof Error||(u=new Error(u)),r(u)},i=e&&e.context||{};i.hasOwnProperty("include")&&!i.include.length&&(i.include=[b]);var o=e&&e.options||{};switch(e.command){case"rules":return sh(i,o,function(s,u){s=qt.mapRawResults(s),a(s),u()},n);case"cleanup-plugin":return zp(a,n);default:if(g._audit&&g._audit.commands&&g._audit.commands[e.command])return g._audit.commands[e.command](e,r)}}p.top!==p&&(Qt.subscribe("axe.start",S3),Qt.subscribe("axe.ping",function(e,t,r){r({axe:!0})}));function Sn(e){this._run=e.run,this._collect=e.collect,this._registry={},e.commands.forEach(function(t){g._audit.registerCommand(t)})}Sn.prototype.run=function(){return this._run.apply(this,arguments)},Sn.prototype.collect=function(){return this._collect.apply(this,arguments)},Sn.prototype.cleanup=function(t){var r=g.utils.queue(),a=this;Object.keys(this._registry).forEach(function(n){r.defer(function(i){a._registry[n].cleanup(i)})}),r.then(t)},Sn.prototype.add=function(t){this._registry[t.id]=t};function k3(e){g.plugins[e.id]=new Sn(e)}var O3=k3;function I3(){var e=g._audit;if(!e)throw new Error("No audit configured");e.resetRulesAndChecks(),Q2()}var N3=I3;function M3(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};r.reporter=r.reporter||g._audit.reporter||"v1",g._selectorData={},t instanceof dt||(t=new jp(t));var a=mp(e);if(!a)throw new Error("unknown rule `"+e+"`");a=Object.create(a,{excludeHidden:{value:!1}});var n={initiator:!0,include:[t],exclude:[],frames:[],page:!1,focusable:!0,size:{},flatTree:[]},i=a.runSync(n,r);ao(i),ja(i);var o=Sc([i]);return o.violations.forEach(function(s){return s.nodes.forEach(function(u){u.failureSummary=Pu(u)})}),Ae({},Br(),o,{toolOptions:r})}function uh(e){var t,r,a,n=Q(e,3),i=n[0],o=n[1],s=n[2],u=new TypeError("axe.run arguments are invalid");if(!bp(i)){if(s!==void 0)throw u;s=o,o=i,i=b}if(B(o)!=="object"){if(s!==void 0)throw u;s=o,o={}}if(typeof s!="function"&&s!==void 0)throw u;return o=gr(o),o.reporter=(t=(r=o.reporter)!==null&&r!==void 0?r:(a=g._audit)===null||a===void 0?void 0:a.reporter)!==null&&t!==void 0?t:"v1",{context:i,options:o,callback:s}}var vl=function(){};function P3(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];oh(t[0]);var a=uh(t),n=a.context,i=a.options,o=a.callback,s=o===void 0?vl:o,u=L3(s),l=u.thenable,c=u.resolve,d=u.reject;try{Oe(g._audit,"No audit configured"),Oe(!g._running,"Axe is already running. Use `await axe.run()` to wait for the previous run to finish before starting a new run.")}catch(y){return $3(y,s)}g._running=!0,i.performanceTimer&&Ne.start();function m(y,w){var E=function(C){i.performanceTimer&&(Ne.mark("reporterEnd"),Ne.measure("reporter","reporterStart","reporterEnd"),Ne.logMeasures("reporter"),Ne.end()),g._running=!1,w();try{c(C)}catch(R){g.log(R)}},_=function(C){g._running=!1,w();try{d(C)}catch(R){g.log(R)}};try{i.performanceTimer&&Ne.mark("reporterStart"),B3(y,i,E,_)}catch(x){_(x)}}function v(y){i.performanceTimer&&Ne.end(),g._running=!1,s(y),d(y)}return g._runRules(n,i,m,v),l}function L3(e){var t,r,a;return typeof Promise=="function"&&e===vl?t=new Promise(function(n,i){r=i,a=n}):(a=function(i){return e(null,i)},r=function(i){return e(i)}),{thenable:t,reject:r,resolve:a}}function B3(e,t,r,a){var n=Zu(t.reporter),i=n(e,t,r,a);i!==void 0&&r(i)}function $3(e,t){if(typeof t=="function"&&t!==vl){t(e.message);return}throw e}function q3(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var a=uh(t),n=a.options,i=a.context;Oe(g._audit,"Axe is not configured. Audit is missing."),Oe(!g._running,"Axe is already running. Use `await axe.run()` to wait for the previous run to finish before starting a new run.");var o=new eo(i,g._tree);return g._tree=o.flatTree,g._selectorData=Di(o.flatTree),g._running=!0,n.elementRef=!1,new Promise(function(s,u){g._audit.run(o,n,s,u)}).then(function(s){s=qt.mapRawResults(s);var u=o.frames.map(function(c){var d=c.node;return qt.toSpec(d)}),l;return o.initiator&&(l=Br()),g._running=!1,qr(),{results:s,frames:u,environmentData:l}}).catch(function(s){return g._running=!1,qr(),Promise.reject(s)})}function j3(e){var t,r,a,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};n=gr(n);var i=e.find(function(u){return u.environmentData})||{},o=i.environmentData;g._audit.normalizeOptions(n),n.reporter=(t=(r=n.reporter)!==null&&r!==void 0?r:(a=g._audit)===null||a===void 0?void 0:a.reporter)!==null&&t!==void 0?t:"v1",z3(e);var s=Fi(e);return s=g._audit.after(s,n),s.forEach(ao),s=s.map(ja),V3(s,Ae({environmentData:o},n))}function z3(e){var t=[],r=je(e),a;try{for(r.s();!(a=r.n()).done;){var n=a.value,i=t.shift();if(n){n.frameSpec=i??null;var o=H3(n);t.unshift.apply(t,de(o))}}}catch(s){r.e(s)}finally{r.f()}}function H3(e){var t=e.frames,r=e.frameSpec;return r?t.map(function(a){return qt.mergeSpecs(a,r)}):t}function V3(e,t){return new Promise(function(r,a){var n=Zu(t.reporter);n(e,t,r,a)})}function G3(e){if(g._tree)throw new Error("Axe is already setup. Call `axe.teardown()` before calling `axe.setup` again.");return e&&B(e.documentElement)==="object"&&B(e.defaultView)==="object"&&(e=e.documentElement),oh(e),g._tree=Nu(e),g._selectorData=Di(g._tree),g._tree[0]}var U3=G3,W3=function(t,r,a){console.warn('"na" reporter will be deprecated in axe v4.0. Use the "v2" reporter instead.'),typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=Te(n,Na);a(Ae({},Br(i),{toolOptions:o},En(t,r)))},Y3=W3,K3=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=Te(n,mr);r.resultTypes=["violations"];var s=En(t,r),u=s.violations;a(Ae({},Br(i),{toolOptions:o,violations:u}))},X3=K3,Z3=function(t,r,a){if(typeof r=="function"&&(a=r,r={}),!t||!Array.isArray(t))return a(t);var n=t.map(function(i){for(var o=Ae({},i),s=["passes","violations","incomplete","inapplicable"],u=0,l=s;u<l.length;u++){var c=l[u];o[c]=qt.mapRawNodeResults(o[c])}return o});a(n)},lh=Z3,Q3=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=Te(n,_r);lh(t,o,function(s){var u=Br(i);a({raw:s,env:u})})},J3=Q3,ek=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=Te(n,Pn),s=En(t,r),u=function(c){c.nodes.forEach(function(d){d.failureSummary=Pu(d)})};s.incomplete.forEach(u),s.violations.forEach(u),a(Ae({},Br(i),{toolOptions:o},s))},tk=ek,rk=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=Te(n,Ln),s=En(t,r);a(Ae({},Br(i),{toolOptions:o},s))},ak=rk,nk={base:{Audit:eh,CheckResult:ml,Check:Qm,Context:eo,RuleResult:bo,Rule:Ct,metadataFunctionMap:go},public:{reporters:xn},helpers:{failureSummary:Pu,incompleteFallbackMessage:Lu,processAggregate:En},utils:{setDefaultFrameMessenger:mf,cacheNodeSelectors:op,getNodesMatchingExpression:np,convertSelector:_i},commons:{dom:{nativelyHidden:Ys,displayHidden:xf,visibilityHidden:Af,contentVisibiltyHidden:Cf,ariaHidden:Rf,opacityHidden:Tf,scrollHidden:Ff,overflowHidden:Sf,clipHidden:kf,areaHidden:Ks,detailsHidden:Of}}},ik=nk;g._thisWillBeDeletedDoNotUse=ik,g.constants=ye,g.log=Wr,g.AbstractVirtualNode=dt,g.SerialVirtualNode=jp,g.VirtualNode=ku,g._cache=be,g.imports=Nc,g.cleanup=zp,g.configure=Ix,g.frameMessenger=Nx,g.getRules=Px,g._load=F3,g.plugins={},g.registerPlugin=O3,g.hasReporter=Vp,g.getReporter=Zu,g.addReporter=kx,g.reset=N3,g._runRules=sh,g.runVirtualRule=M3,g.run=P3,g.setup=U3,g.teardown=qr,g.runPartial=q3,g.finishRun=j3,g.commons=fm,g.utils=as,g.addReporter("na",Y3),g.addReporter("no-passes",X3),g.addReporter("rawEnv",J3),g.addReporter("raw",lh),g.addReporter("v1",tk),g.addReporter("v2",ak,!0)})(),g._load({lang:"en",data:{rules:{accesskeys:{description:"Ensure every accesskey attribute value is unique",help:"accesskey attribute value should be unique"},"area-alt":{description:"Ensure <area> elements of image maps have alternative text",help:"Active <area> elements must have alternative text"},"aria-allowed-attr":{description:"Ensure an element's role supports its ARIA attributes",help:"Elements must only use supported ARIA attributes"},"aria-allowed-role":{description:"Ensure role attribute has an appropriate value for the element",help:"ARIA role should be appropriate for the element"},"aria-braille-equivalent":{description:"Ensure aria-braillelabel and aria-brailleroledescription have a non-braille equivalent",help:"aria-braille attributes must have a non-braille equivalent"},"aria-command-name":{description:"Ensure every ARIA button, link and menuitem has an accessible name",help:"ARIA commands must have an accessible name"},"aria-conditional-attr":{description:"Ensure ARIA attributes are used as described in the specification of the element's role",help:"ARIA attributes must be used as specified for the element's role"},"aria-deprecated-role":{description:"Ensure elements do not use deprecated roles",help:"Deprecated ARIA roles must not be used"},"aria-dialog-name":{description:"Ensure every ARIA dialog and alertdialog node has an accessible name",help:"ARIA dialog and alertdialog nodes should have an accessible name"},"aria-hidden-body":{description:'Ensure aria-hidden="true" is not present on the document body.',help:'aria-hidden="true" must not be present on the document body'},"aria-hidden-focus":{description:"Ensure aria-hidden elements are not focusable nor contain focusable elements",help:"ARIA hidden element must not be focusable or contain focusable elements"},"aria-input-field-name":{description:"Ensure every ARIA input field has an accessible name",help:"ARIA input fields must have an accessible name"},"aria-meter-name":{description:"Ensure every ARIA meter node has an accessible name",help:"ARIA meter nodes must have an accessible name"},"aria-progressbar-name":{description:"Ensure every ARIA progressbar node has an accessible name",help:"ARIA progressbar nodes must have an accessible name"},"aria-prohibited-attr":{description:"Ensure ARIA attributes are not prohibited for an element's role",help:"Elements must only use permitted ARIA attributes"},"aria-required-attr":{description:"Ensure elements with ARIA roles have all required ARIA attributes",help:"Required ARIA attributes must be provided"},"aria-required-children":{description:"Ensure elements with an ARIA role that require child roles contain them",help:"Certain ARIA roles must contain particular children"},"aria-required-parent":{description:"Ensure elements with an ARIA role that require parent roles are contained by them",help:"Certain ARIA roles must be contained by particular parents"},"aria-roledescription":{description:"Ensure aria-roledescription is only used on elements with an implicit or explicit role",help:"aria-roledescription must be on elements with a semantic role"},"aria-roles":{description:"Ensure all elements with a role attribute use a valid value",help:"ARIA roles used must conform to valid values"},"aria-text":{description:'Ensure role="text" is used on elements with no focusable descendants',help:'"role=text" should have no focusable descendants'},"aria-toggle-field-name":{description:"Ensure every ARIA toggle field has an accessible name",help:"ARIA toggle fields must have an accessible name"},"aria-tooltip-name":{description:"Ensure every ARIA tooltip node has an accessible name",help:"ARIA tooltip nodes must have an accessible name"},"aria-treeitem-name":{description:"Ensure every ARIA treeitem node has an accessible name",help:"ARIA treeitem nodes should have an accessible name"},"aria-valid-attr-value":{description:"Ensure all ARIA attributes have valid values",help:"ARIA attributes must conform to valid values"},"aria-valid-attr":{description:"Ensure attributes that begin with aria- are valid ARIA attributes",help:"ARIA attributes must conform to valid names"},"audio-caption":{description:"Ensure <audio> elements have captions",help:"<audio> elements must have a captions track"},"autocomplete-valid":{description:"Ensure the autocomplete attribute is correct and suitable for the form field",help:"autocomplete attribute must be used correctly"},"avoid-inline-spacing":{description:"Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",help:"Inline text spacing must be adjustable with custom stylesheets"},blink:{description:"Ensure <blink> elements are not used",help:"<blink> elements are deprecated and must not be used"},"button-name":{description:"Ensure buttons have discernible text",help:"Buttons must have discernible text"},bypass:{description:"Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",help:"Page must have means to bypass repeated blocks"},"color-contrast-enhanced":{description:"Ensure the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds",help:"Elements must meet enhanced color contrast ratio thresholds"},"color-contrast":{description:"Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",help:"Elements must meet minimum color contrast ratio thresholds"},"css-orientation-lock":{description:"Ensure content is not locked to any specific display orientation, and the content is operable in all display orientations",help:"CSS Media queries must not lock display orientation"},"definition-list":{description:"Ensure <dl> elements are structured correctly",help:"<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements"},dlitem:{description:"Ensure <dt> and <dd> elements are contained by a <dl>",help:"<dt> and <dd> elements must be contained by a <dl>"},"document-title":{description:"Ensure each HTML document contains a non-empty <title> element",help:"Documents must have <title> element to aid in navigation"},"duplicate-id-active":{description:"Ensure every id attribute value of active elements is unique",help:"IDs of active elements must be unique"},"duplicate-id-aria":{description:"Ensure every id attribute value used in ARIA and in labels is unique",help:"IDs used in ARIA and labels must be unique"},"duplicate-id":{description:"Ensure every id attribute value is unique",help:"id attribute value must be unique"},"empty-heading":{description:"Ensure headings have discernible text",help:"Headings should not be empty"},"empty-table-header":{description:"Ensure table headers have discernible text",help:"Table header text should not be empty"},"focus-order-semantics":{description:"Ensure elements in the focus order have a role appropriate for interactive content",help:"Elements in the focus order should have an appropriate role"},"form-field-multiple-labels":{description:"Ensure form field does not have multiple label elements",help:"Form field must not have multiple label elements"},"frame-focusable-content":{description:"Ensure <frame> and <iframe> elements with focusable content do not have tabindex=-1",help:"Frames with focusable content must not have tabindex=-1"},"frame-tested":{description:"Ensure <iframe> and <frame> elements contain the axe-core script",help:"Frames should be tested with axe-core"},"frame-title-unique":{description:"Ensure <iframe> and <frame> elements contain a unique title attribute",help:"Frames must have a unique title attribute"},"frame-title":{description:"Ensure <iframe> and <frame> elements have an accessible name",help:"Frames must have an accessible name"},"heading-order":{description:"Ensure the order of headings is semantically correct",help:"Heading levels should only increase by one"},"hidden-content":{description:"Inform users about hidden content.",help:"Hidden content on the page should be analyzed"},"html-has-lang":{description:"Ensure every HTML document has a lang attribute",help:"<html> element must have a lang attribute"},"html-lang-valid":{description:"Ensure the lang attribute of the <html> element has a valid value",help:"<html> element must have a valid value for the lang attribute"},"html-xml-lang-mismatch":{description:"Ensure that HTML elements with both valid lang and xml:lang attributes agree on the base language of the page",help:"HTML elements with lang and xml:lang must have the same base language"},"identical-links-same-purpose":{description:"Ensure that links with the same accessible name serve a similar purpose",help:"Links with the same name must have a similar purpose"},"image-alt":{description:"Ensure <img> elements have alternative text or a role of none or presentation",help:"Images must have alternative text"},"image-redundant-alt":{description:"Ensure image alternative is not repeated as text",help:"Alternative text of images should not be repeated as text"},"input-button-name":{description:"Ensure input buttons have discernible text",help:"Input buttons must have discernible text"},"input-image-alt":{description:'Ensure <input type="image"> elements have alternative text',help:"Image buttons must have alternative text"},"label-content-name-mismatch":{description:"Ensure that elements labelled through their content must have their visible text as part of their accessible name",help:"Elements must have their visible text as part of their accessible name"},"label-title-only":{description:"Ensure that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes",help:"Form elements should have a visible label"},label:{description:"Ensure every form element has a label",help:"Form elements must have labels"},"landmark-banner-is-top-level":{description:"Ensure the banner landmark is at top level",help:"Banner landmark should not be contained in another landmark"},"landmark-complementary-is-top-level":{description:"Ensure the complementary landmark or aside is at top level",help:"Aside should not be contained in another landmark"},"landmark-contentinfo-is-top-level":{description:"Ensure the contentinfo landmark is at top level",help:"Contentinfo landmark should not be contained in another landmark"},"landmark-main-is-top-level":{description:"Ensure the main landmark is at top level",help:"Main landmark should not be contained in another landmark"},"landmark-no-duplicate-banner":{description:"Ensure the document has at most one banner landmark",help:"Document should not have more than one banner landmark"},"landmark-no-duplicate-contentinfo":{description:"Ensure the document has at most one contentinfo landmark",help:"Document should not have more than one contentinfo landmark"},"landmark-no-duplicate-main":{description:"Ensure the document has at most one main landmark",help:"Document should not have more than one main landmark"},"landmark-one-main":{description:"Ensure the document has a main landmark",help:"Document should have one main landmark"},"landmark-unique":{description:"Ensure landmarks are unique",help:"Landmarks should have a unique role or role/label/title (i.e. accessible name) combination"},"link-in-text-block":{description:"Ensure links are distinguished from surrounding text in a way that does not rely on color",help:"Links must be distinguishable without relying on color"},"link-name":{description:"Ensure links have discernible text",help:"Links must have discernible text"},list:{description:"Ensure that lists are structured correctly",help:"<ul> and <ol> must only directly contain <li>, <script> or <template> elements"},listitem:{description:"Ensure <li> elements are used semantically",help:"<li> elements must be contained in a <ul> or <ol>"},marquee:{description:"Ensure <marquee> elements are not used",help:"<marquee> elements are deprecated and must not be used"},"meta-refresh-no-exceptions":{description:'Ensure <meta http-equiv="refresh"> is not used for delayed refresh',help:"Delayed refresh must not be used"},"meta-refresh":{description:'Ensure <meta http-equiv="refresh"> is not used for delayed refresh',help:"Delayed refresh under 20 hours must not be used"},"meta-viewport-large":{description:'Ensure <meta name="viewport"> can scale a significant amount',help:"Users should be able to zoom and scale the text up to 500%"},"meta-viewport":{description:'Ensure <meta name="viewport"> does not disable text scaling and zooming',help:"Zooming and scaling must not be disabled"},"nested-interactive":{description:"Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",help:"Interactive controls must not be nested"},"no-autoplay-audio":{description:"Ensure <video> or <audio> elements do not autoplay audio for more than 3 seconds without a control mechanism to stop or mute the audio",help:"<video> or <audio> elements must not play automatically"},"object-alt":{description:"Ensure <object> elements have alternative text",help:"<object> elements must have alternative text"},"p-as-heading":{description:"Ensure bold, italic text and font-size is not used to style <p> elements as a heading",help:"Styled <p> elements must not be used as headings"},"page-has-heading-one":{description:"Ensure that the page, or at least one of its frames contains a level-one heading",help:"Page should contain a level-one heading"},"presentation-role-conflict":{description:"Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them",help:"Elements marked as presentational should be consistently ignored"},region:{description:"Ensure all page content is contained by landmarks",help:"All page content should be contained by landmarks"},"role-img-alt":{description:'Ensure [role="img"] elements have alternative text',help:'[role="img"] elements must have alternative text'},"scope-attr-valid":{description:"Ensure the scope attribute is used correctly on tables",help:"scope attribute should be used correctly"},"scrollable-region-focusable":{description:"Ensure elements that have scrollable content are accessible by keyboard in Safari",help:"Scrollable region must have keyboard access"},"select-name":{description:"Ensure select element has an accessible name",help:"Select element must have an accessible name"},"server-side-image-map":{description:"Ensure that server-side image maps are not used",help:"Server-side image maps must not be used"},"skip-link":{description:"Ensure all skip links have a focusable target",help:"The skip-link target should exist and be focusable"},"summary-name":{description:"Ensure summary elements have discernible text",help:"Summary elements must have discernible text"},"svg-img-alt":{description:"Ensure <svg> elements with an img, graphics-document or graphics-symbol role have accessible text",help:"<svg> elements with an img role must have alternative text"},tabindex:{description:"Ensure tabindex attribute values are not greater than 0",help:"Elements should not have tabindex greater than zero"},"table-duplicate-name":{description:"Ensure the <caption> element does not contain the same text as the summary attribute",help:"Tables should not have the same summary and caption"},"table-fake-caption":{description:"Ensure that tables with a caption use the <caption> element.",help:"Data or header cells must not be used to give caption to a data table."},"target-size":{description:"Ensure touch targets have sufficient size and space",help:"All touch targets must be 24px large, or leave sufficient space"},"td-has-header":{description:"Ensure that each non-empty data cell in a <table> larger than 3 by 3 has one or more table headers",help:"Non-empty <td> elements in larger <table> must have an associated table header"},"td-headers-attr":{description:"Ensure that each cell in a table that uses the headers attribute refers only to other <th> elements in that table",help:"Table cell headers attributes must refer to other <th> elements in the same table"},"th-has-data-cells":{description:"Ensure that <th> elements and elements with role=columnheader/rowheader have data cells they describe",help:"Table headers in a data table must refer to data cells"},"valid-lang":{description:"Ensure lang attributes have valid values",help:"lang attribute must have a valid value"},"video-caption":{description:"Ensure <video> elements have captions",help:"<video> elements must have captions"}},checks:{abstractrole:{impact:"serious",messages:{pass:"Abstract roles are not used",fail:{singular:"Abstract role cannot be directly used: ${data.values}",plural:"Abstract roles cannot be directly used: ${data.values}"}}},"aria-allowed-attr-elm":{messages:{pass:"ARIA attributes are allowed for this element",fail:{singular:"ARIA attribute is not allowed on ${data.nodeName} elements: ${data.values}",plural:"ARIA attributes are not allowed on ${data.nodeName} elements: ${data.values}"}}},"aria-allowed-attr":{impact:"critical",messages:{pass:"ARIA attributes are used correctly for the defined role",fail:{singular:"ARIA attribute is not allowed: ${data.values}",plural:"ARIA attributes are not allowed: ${data.values}"},incomplete:"Check that there is no problem if the ARIA attribute is ignored on this element: ${data.values}"}},"aria-allowed-role":{impact:"minor",messages:{pass:"ARIA role is allowed for given element",fail:{singular:"ARIA role ${data.values} is not allowed for given element",plural:"ARIA roles ${data.values} are not allowed for given element"},incomplete:{singular:"ARIA role ${data.values} must be removed when the element is made visible, as it is not allowed for the element",plural:"ARIA roles ${data.values} must be removed when the element is made visible, as they are not allowed for the element"}}},"aria-busy":{impact:"serious",messages:{pass:"Element has an aria-busy attribute",fail:'Element uses aria-busy="true" while showing a loader'}},"aria-conditional-attr":{impact:"serious",messages:{pass:"ARIA attribute is allowed",fail:{checkbox:'Remove aria-checked, or set it to "${data.checkState}" to match the real checkbox state',rowSingular:"This attribute is supported with treegrid rows, but not ${data.ownerRole}: ${data.invalidAttrs}",rowPlural:"These attributes are supported with treegrid rows, but not ${data.ownerRole}: ${data.invalidAttrs}"}}},"aria-errormessage":{impact:"critical",messages:{pass:"aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique",fail:{singular:"aria-errormessage value `${data.values}` must use a technique to announce the message (e.g., aria-live, aria-describedby, role=alert, etc.)",plural:"aria-errormessage values `${data.values}` must use a technique to announce the message (e.g., aria-live, aria-describedby, role=alert, etc.)",unsupported:"Multiple IDs in aria-errormessage is not widely supported in assistive technologies",hidden:"aria-errormessage value `${data.values}` cannot reference a hidden element"},incomplete:{singular:"Ensure aria-errormessage value `${data.values}` references an existing element",plural:"Ensure aria-errormessage values `${data.values}` reference existing elements",idrefs:"Unable to determine if aria-errormessage element exists on the page: ${data.values}"}}},"aria-hidden-body":{impact:"critical",messages:{pass:"No aria-hidden attribute is present on document body",fail:"aria-hidden=true should not be present on the document body"}},"aria-level":{impact:"serious",messages:{pass:"aria-level values are valid",incomplete:"aria-level values greater than 6 are not supported in all screenreader and browser combinations"}},"aria-prohibited-attr":{impact:"serious",messages:{pass:"ARIA attribute is allowed",fail:{hasRolePlural:'${data.prohibited} attributes cannot be used with role "${data.role}".',hasRoleSingular:'${data.prohibited} attribute cannot be used with role "${data.role}".',noRolePlural:"${data.prohibited} attributes cannot be used on a ${data.nodeName} with no valid role attribute.",noRoleSingular:"${data.prohibited} attribute cannot be used on a ${data.nodeName} with no valid role attribute."},incomplete:{hasRoleSingular:'${data.prohibited} attribute is not well supported with role "${data.role}".',hasRolePlural:'${data.prohibited} attributes are not well supported with role "${data.role}".',noRoleSingular:"${data.prohibited} attribute is not well supported on a ${data.nodeName} with no valid role attribute.",noRolePlural:"${data.prohibited} attributes are not well supported on a ${data.nodeName} with no valid role attribute."}}},"aria-required-attr":{impact:"critical",messages:{pass:"All required ARIA attributes are present",fail:{singular:"Required ARIA attribute not present: ${data.values}",plural:"Required ARIA attributes not present: ${data.values}"}}},"aria-required-children":{impact:"critical",messages:{pass:{default:"Required ARIA children are present","aria-busy":"Element has an aria-busy attribute, so it is allowed to omit required children"},fail:{singular:"Required ARIA child role not present: ${data.values}",plural:"Required ARIA children role not present: ${data.values}",unallowed:"Element has children which are not allowed: ${data.values}","aria-busy-fail":'Element has children which are not allowed: ${data.values}; Having aria-busy="true" does not allow children with roles that are not allowed'},incomplete:{singular:"Expecting ARIA child role to be added: ${data.values}",plural:"Expecting ARIA children role to be added: ${data.values}"}}},"aria-required-parent":{impact:"critical",messages:{pass:"Required ARIA parent role present",fail:{singular:"Required ARIA parent role not present: ${data.values}",plural:"Required ARIA parents role not present: ${data.values}"}}},"aria-roledescription":{impact:"serious",messages:{pass:"aria-roledescription used on a supported semantic role",incomplete:"Check that the aria-roledescription is announced by supported screen readers",fail:"Give the element a role that supports aria-roledescription"}},"aria-unsupported-attr":{impact:"critical",messages:{pass:"ARIA attribute is supported",fail:"ARIA attribute is not widely supported in screen readers and assistive technologies: ${data.values}"}},"aria-valid-attr-value":{impact:"critical",messages:{pass:"ARIA attribute values are valid",fail:{singular:"Invalid ARIA attribute value: ${data.values}",plural:"Invalid ARIA attribute values: ${data.values}"},incomplete:{noId:"ARIA attribute element ID does not exist on the page: ${data.needsReview}",noIdShadow:"ARIA attribute element ID does not exist on the page or is a descendant of a different shadow DOM tree: ${data.needsReview}",ariaCurrent:'ARIA attribute value is invalid and will be treated as "aria-current=true": ${data.needsReview}',idrefs:"Unable to determine if ARIA attribute element ID exists on the page: ${data.needsReview}",empty:"ARIA attribute value is ignored while empty: ${data.needsReview}",controlsWithinPopup:"Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: ${data.needsReview}"}}},"aria-valid-attr":{impact:"critical",messages:{pass:"ARIA attribute name is valid",fail:{singular:"Invalid ARIA attribute name: ${data.values}",plural:"Invalid ARIA attribute names: ${data.values}"}}},"braille-label-equivalent":{impact:"serious",messages:{pass:"aria-braillelabel is used on an element with accessible text",fail:"aria-braillelabel is used on an element with no accessible text",incomplete:"Unable to compute accessible text"}},"braille-roledescription-equivalent":{impact:"serious",messages:{pass:"aria-brailleroledescription is used on an element with aria-roledescription",fail:{noRoleDescription:"aria-brailleroledescription is used on an element with no aria-roledescription",emptyRoleDescription:"aria-brailleroledescription is used on an element with an empty aria-roledescription"}}},deprecatedrole:{impact:"minor",messages:{pass:"ARIA role is not deprecated",fail:"The role used is deprecated: ${data}"}},fallbackrole:{impact:"serious",messages:{pass:"Only one role value used",fail:"Use only one role value, since fallback roles are not supported in older browsers",incomplete:"Use only role 'presentation' or 'none' since they are synonymous."}},"has-global-aria-attribute":{impact:"minor",messages:{pass:{singular:"Element has global ARIA attribute: ${data.values}",plural:"Element has global ARIA attributes: ${data.values}"},fail:"Element does not have global ARIA attribute"}},"has-widget-role":{impact:"minor",messages:{pass:"Element has a widget role.",fail:"Element does not have a widget role."}},invalidrole:{impact:"critical",messages:{pass:"ARIA role is valid",fail:{singular:"Role must be one of the valid ARIA roles: ${data.values}",plural:"Roles must be one of the valid ARIA roles: ${data.values}"}}},"is-element-focusable":{impact:"minor",messages:{pass:"Element is focusable.",fail:"Element is not focusable."}},"no-implicit-explicit-label":{impact:"serious",messages:{pass:"There is no mismatch between a <label> and accessible name",incomplete:"Check that the <label> does not need be part of the ARIA ${data} field's name"}},unsupportedrole:{impact:"critical",messages:{pass:"ARIA role is supported",fail:"The role used is not widely supported in screen readers and assistive technologies: ${data}"}},"valid-scrollable-semantics":{impact:"minor",messages:{pass:"Element has valid semantics for an element in the focus order.",fail:"Element has invalid semantics for an element in the focus order."}},"color-contrast-enhanced":{impact:"serious",messages:{pass:"Element has sufficient color contrast of ${data.contrastRatio}",fail:{default:"Element has insufficient color contrast of ${data.contrastRatio} (foreground color: ${data.fgColor}, background color: ${data.bgColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}",fgOnShadowColor:"Element has insufficient color contrast of ${data.contrastRatio} between the foreground and shadow color (foreground color: ${data.fgColor}, text-shadow color: ${data.shadowColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}",shadowOnBgColor:"Element has insufficient color contrast of ${data.contrastRatio} between the shadow color and background color (text-shadow color: ${data.shadowColor}, background color: ${data.bgColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}"},incomplete:{default:"Unable to determine contrast ratio",bgImage:"Element's background color could not be determined due to a background image",bgGradient:"Element's background color could not be determined due to a background gradient",imgNode:"Element's background color could not be determined because element contains an image node",bgOverlap:"Element's background color could not be determined because it is overlapped by another element",fgAlpha:"Element's foreground color could not be determined because of alpha transparency",elmPartiallyObscured:"Element's background color could not be determined because it's partially obscured by another element",elmPartiallyObscuring:"Element's background color could not be determined because it partially overlaps other elements",outsideViewport:"Element's background color could not be determined because it's outside the viewport",equalRatio:"Element has a 1:1 contrast ratio with the background",shortTextContent:"Element content is too short to determine if it is actual text content",nonBmp:"Element content contains only non-text characters",pseudoContent:"Element's background color could not be determined due to a pseudo element",colorParse:"Could not parse color string ${data.colorParse}"}}},"color-contrast":{impact:"serious",messages:{pass:{default:"Element has sufficient color contrast of ${data.contrastRatio}",hidden:"Element is hidden"},fail:{default:"Element has insufficient color contrast of ${data.contrastRatio} (foreground color: ${data.fgColor}, background color: ${data.bgColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}",fgOnShadowColor:"Element has insufficient color contrast of ${data.contrastRatio} between the foreground and shadow color (foreground color: ${data.fgColor}, text-shadow color: ${data.shadowColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}",shadowOnBgColor:"Element has insufficient color contrast of ${data.contrastRatio} between the shadow color and background color (text-shadow color: ${data.shadowColor}, background color: ${data.bgColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}"},incomplete:{default:"Unable to determine contrast ratio",bgImage:"Element's background color could not be determined due to a background image",bgGradient:"Element's background color could not be determined due to a background gradient",imgNode:"Element's background color could not be determined because element contains an image node",bgOverlap:"Element's background color could not be determined because it is overlapped by another element",complexTextShadows:"Element's contrast could not be determined because it uses complex text shadows",fgAlpha:"Element's foreground color could not be determined because of alpha transparency",elmPartiallyObscured:"Element's background color could not be determined because it's partially obscured by another element",elmPartiallyObscuring:"Element's background color could not be determined because it partially overlaps other elements",outsideViewport:"Element's background color could not be determined because it's outside the viewport",equalRatio:"Element has a 1:1 contrast ratio with the background",shortTextContent:"Element content is too short to determine if it is actual text content",nonBmp:"Element content contains only non-text characters",pseudoContent:"Element's background color could not be determined due to a pseudo element",colorParse:"Could not parse color string ${data.colorParse}"}}},"link-in-text-block-style":{impact:"serious",messages:{pass:"Links can be distinguished from surrounding text by visual styling",incomplete:{default:"Check if the link needs styling to distinguish it from nearby text",pseudoContent:"Check if the link's pseudo style is sufficient to distinguish it from the surrounding text"},fail:"The link has no styling (such as underline) to distinguish it from the surrounding text"}},"link-in-text-block":{impact:"serious",messages:{pass:"Links can be distinguished from surrounding text in some way other than by color",fail:{fgContrast:"The link has insufficient color contrast of ${data.contrastRatio}:1 with the surrounding text. (Minimum contrast is ${data.requiredContrastRatio}:1, link text: ${data.nodeColor}, surrounding text: ${data.parentColor})",bgContrast:"The link background has insufficient color contrast of ${data.contrastRatio} (Minimum contrast is ${data.requiredContrastRatio}:1, link background color: ${data.nodeBackgroundColor}, surrounding background color: ${data.parentBackgroundColor})"},incomplete:{default:"Element's foreground contrast ratio could not be determined",bgContrast:"Element's background contrast ratio could not be determined",bgImage:"Element's contrast ratio could not be determined due to a background image",bgGradient:"Element's contrast ratio could not be determined due to a background gradient",imgNode:"Element's contrast ratio could not be determined because element contains an image node",bgOverlap:"Element's contrast ratio could not be determined because of element overlap"}}},"autocomplete-appropriate":{impact:"serious",messages:{pass:"The autocomplete value is on an appropriate element",fail:"The autocomplete value is inappropriate for this type of input"}},"autocomplete-valid":{impact:"serious",messages:{pass:"the autocomplete attribute is correctly formatted",fail:"the autocomplete attribute is incorrectly formatted",incomplete:"the autocomplete attribute has a non-standard value. Check whether any standard value could be used instead."}},accesskeys:{impact:"serious",messages:{pass:"Accesskey attribute value is unique",fail:"Document has multiple elements with the same accesskey"}},"focusable-content":{impact:"serious",messages:{pass:"Element contains focusable elements",fail:"Element should have focusable content"}},"focusable-disabled":{impact:"serious",messages:{pass:"No focusable elements contained within element",incomplete:"Check if the focusable elements immediately move the focus indicator",fail:"Focusable content should be disabled or be removed from the DOM"}},"focusable-element":{impact:"serious",messages:{pass:"Element is focusable",fail:"Element should be focusable"}},"focusable-modal-open":{impact:"serious",messages:{pass:"No focusable elements while a modal is open",incomplete:"Check that focusable elements are not tabbable in the current state"}},"focusable-no-name":{impact:"serious",messages:{pass:"Element is not in tab order or has accessible text",fail:"Element is in tab order and does not have accessible text",incomplete:"Unable to determine if element has an accessible name"}},"focusable-not-tabbable":{impact:"serious",messages:{pass:"No focusable elements contained within element",incomplete:"Check if the focusable elements immediately move the focus indicator",fail:'Focusable content should have tabindex="-1" or be removed from the DOM'}},"frame-focusable-content":{impact:"serious",messages:{pass:"Element does not have focusable descendants",fail:"Element has focusable descendants",incomplete:"Could not determine if element has descendants"}},"landmark-is-top-level":{impact:"moderate",messages:{pass:"The ${data.role} landmark is at the top level.",fail:"The ${data.role} landmark is contained in another landmark."}},"no-focusable-content":{impact:"serious",messages:{pass:"Element does not have focusable descendants",fail:{default:"Element has focusable descendants",notHidden:'Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with aria-hidden="true")'},incomplete:"Could not determine if element has descendants"}},"page-has-heading-one":{impact:"moderate",messages:{pass:"Page has at least one level-one heading",fail:"Page must have a level-one heading"}},"page-has-main":{impact:"moderate",messages:{pass:"Document has at least one main landmark",fail:"Document does not have a main landmark"}},"page-no-duplicate-banner":{impact:"moderate",messages:{pass:"Document does not have more than one banner landmark",fail:"Document has more than one banner landmark"}},"page-no-duplicate-contentinfo":{impact:"moderate",messages:{pass:"Document does not have more than one contentinfo landmark",fail:"Document has more than one contentinfo landmark"}},"page-no-duplicate-main":{impact:"moderate",messages:{pass:"Document does not have more than one main landmark",fail:"Document has more than one main landmark"}},tabindex:{impact:"serious",messages:{pass:"Element does not have a tabindex greater than 0",fail:"Element has a tabindex greater than 0"}},"alt-space-value":{impact:"critical",messages:{pass:"Element has a valid alt attribute value",fail:"Element has an alt attribute containing only a space character, which is not ignored by all screen readers"}},"duplicate-img-label":{impact:"minor",messages:{pass:"Element does not duplicate existing text in <img> alt text",fail:"Element contains <img> element with alt text that duplicates existing text"}},"explicit-label":{impact:"critical",messages:{pass:"Element has an explicit <label>",fail:"Element does not have an explicit <label>",incomplete:"Unable to determine if form element has an explicit <label>"}},"help-same-as-label":{impact:"minor",messages:{pass:"Help text (title or aria-describedby) does not duplicate label text",fail:"Help text (title or aria-describedby) text is the same as the label text"}},"hidden-explicit-label":{impact:"critical",messages:{pass:"Form element has a visible explicit <label>",fail:"Form element has explicit <label> that is hidden",incomplete:"Unable to determine if form element has explicit <label> that is hidden"}},"implicit-label":{impact:"critical",messages:{pass:"Element has an implicit (wrapped) <label>",fail:"Element does not have an implicit (wrapped) <label>",incomplete:"Unable to determine if form element has an implicit (wrapped) <label>"}},"label-content-name-mismatch":{impact:"serious",messages:{pass:"Element contains visible text as part of it's accessible name",fail:"Text inside the element is not included in the accessible name"}},"multiple-label":{impact:"moderate",messages:{pass:"Form field does not have multiple label elements",incomplete:"Multiple label elements is not widely supported in assistive technologies. Ensure the first label contains all necessary information."}},"title-only":{impact:"serious",messages:{pass:"Form element does not solely use title attribute for its label",fail:"Only title used to generate label for form element"}},"landmark-is-unique":{impact:"moderate",messages:{pass:"Landmarks must have a unique role or role/label/title (i.e. accessible name) combination",fail:"The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"}},"has-lang":{impact:"serious",messages:{pass:"The <html> element has a lang attribute",fail:{noXHTML:"The xml:lang attribute is not valid on HTML pages, use the lang attribute.",noLang:"The <html> element does not have a lang attribute"}}},"valid-lang":{impact:"serious",messages:{pass:"Value of lang attribute is included in the list of valid languages",fail:"Value of lang attribute not included in the list of valid languages"}},"xml-lang-mismatch":{impact:"moderate",messages:{pass:"Lang and xml:lang attributes have the same base language",fail:"Lang and xml:lang attributes do not have the same base language"}},dlitem:{impact:"serious",messages:{pass:"Description list item has a <dl> parent element",fail:"Description list item does not have a <dl> parent element"}},listitem:{impact:"serious",messages:{pass:'List item has a <ul>, <ol> or role="list" parent element',fail:{default:"List item does not have a <ul>, <ol> parent element",roleNotValid:'List item parent element has a role that is not role="list"'}}},"only-dlitems":{impact:"serious",messages:{pass:"dl element only has direct children that are allowed inside; <dt>, <dd>, or <div> elements",fail:"dl element has direct children that are not allowed: ${data.values}"}},"only-listitems":{impact:"serious",messages:{pass:"List element only has direct children that are allowed inside <li> elements",fail:"List element has direct children that are not allowed: ${data.values}"}},"structured-dlitems":{impact:"serious",messages:{pass:"When not empty, element has both <dt> and <dd> elements",fail:"When not empty, element does not have at least one <dt> element followed by at least one <dd> element"}},caption:{impact:"critical",messages:{pass:"The multimedia element has a captions track",incomplete:"Check that captions are available for the element"}},"frame-tested":{impact:"critical",messages:{pass:"The iframe was tested with axe-core",fail:"The iframe could not be tested with axe-core",incomplete:"The iframe still has to be tested with axe-core"}},"no-autoplay-audio":{impact:"moderate",messages:{pass:"<video> or <audio> does not output audio for more than allowed duration or has controls mechanism",fail:"<video> or <audio> outputs audio for more than allowed duration and does not have a controls mechanism",incomplete:"Check that the <video> or <audio> does not output audio for more than allowed duration or provides a controls mechanism"}},"css-orientation-lock":{impact:"serious",messages:{pass:"Display is operable, and orientation lock does not exist",fail:"CSS Orientation lock is applied, and makes display inoperable",incomplete:"CSS Orientation lock cannot be determined"}},"meta-viewport-large":{impact:"minor",messages:{pass:"<meta> tag does not prevent significant zooming on mobile devices",fail:"<meta> tag limits zooming on mobile devices"}},"meta-viewport":{impact:"critical",messages:{pass:"<meta> tag does not disable zooming on mobile devices",fail:"${data} on <meta> tag disables zooming on mobile devices"}},"target-offset":{impact:"serious",messages:{pass:{default:"Target has sufficient space from its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px which is at least ${data.minOffset}px.",large:"Target far exceeds the minimum size of ${data.minOffset}px."},fail:"Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px.",incomplete:{default:"Element with negative tabindex has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px. Is this a target?",nonTabbableNeighbor:"Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px. Is the neighbor a target?",tooManyRects:"Could not get the target size because there are too many overlapping elements"}}},"target-size":{impact:"serious",messages:{pass:{default:"Control has sufficient size (${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px)",obscured:"Control is ignored because it is fully obscured and thus not clickable",large:"Target far exceeds the minimum size of ${data.minSize}px."},fail:{default:"Target has insufficient size (${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px)",partiallyObscured:"Target has insufficient size because it is partially obscured (smallest space is ${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px)"},incomplete:{default:"Element with negative tabindex has insufficient size (${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px). Is this a target?",contentOverflow:"Element size could not be accurately determined due to overflow content",partiallyObscured:"Element with negative tabindex has insufficient size because it is partially obscured (smallest space is ${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px). Is this a target?",partiallyObscuredNonTabbable:"Target has insufficient size because it is partially obscured by a neighbor with negative tabindex (smallest space is ${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px). Is the neighbor a target?",tooManyRects:"Could not get the target size because there are too many overlapping elements"}}},"header-present":{impact:"serious",messages:{pass:"Page has a heading",fail:"Page does not have a heading"}},"heading-order":{impact:"moderate",messages:{pass:"Heading order valid",fail:"Heading order invalid",incomplete:"Unable to determine previous heading"}},"identical-links-same-purpose":{impact:"minor",messages:{pass:"There are no other links with the same name, that go to a different URL",incomplete:"Check that links have the same purpose, or are intentionally ambiguous."}},"internal-link-present":{impact:"serious",messages:{pass:"Valid skip link found",fail:"No valid skip link found"}},landmark:{impact:"serious",messages:{pass:"Page has a landmark region",fail:"Page does not have a landmark region"}},"meta-refresh-no-exceptions":{impact:"minor",messages:{pass:"<meta> tag does not immediately refresh the page",fail:"<meta> tag forces timed refresh of page"}},"meta-refresh":{impact:"critical",messages:{pass:"<meta> tag does not immediately refresh the page",fail:"<meta> tag forces timed refresh of page (less than 20 hours)"}},"p-as-heading":{impact:"serious",messages:{pass:"<p> elements are not styled as headings",fail:"Heading elements should be used instead of styled <p> elements",incomplete:"Unable to determine if <p> elements are styled as headings"}},region:{impact:"moderate",messages:{pass:"All page content is contained by landmarks",fail:"Some page content is not contained by landmarks"}},"skip-link":{impact:"moderate",messages:{pass:"Skip link target exists",incomplete:"Skip link target should become visible on activation",fail:"No skip link target"}},"unique-frame-title":{impact:"serious",messages:{pass:"Element's title attribute is unique",fail:"Element's title attribute is not unique"}},"duplicate-id-active":{impact:"serious",messages:{pass:"Document has no active elements that share the same id attribute",fail:"Document has active elements with the same id attribute: ${data}"}},"duplicate-id-aria":{impact:"critical",messages:{pass:"Document has no elements referenced with ARIA or labels that share the same id attribute",fail:"Document has multiple elements referenced with ARIA with the same id attribute: ${data}"}},"duplicate-id":{impact:"minor",messages:{pass:"Document has no static elements that share the same id attribute",fail:"Document has multiple static elements with the same id attribute: ${data}"}},"aria-label":{impact:"serious",messages:{pass:"aria-label attribute exists and is not empty",fail:"aria-label attribute does not exist or is empty"}},"aria-labelledby":{impact:"serious",messages:{pass:"aria-labelledby attribute exists and references elements that are visible to screen readers",fail:"aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty",incomplete:"Ensure aria-labelledby references an existing element"}},"avoid-inline-spacing":{impact:"serious",messages:{pass:"No inline styles with '!important' that affect text spacing has been specified",fail:{singular:"Remove '!important' from inline style ${data.values}, as overriding this is not supported by most browsers",plural:"Remove '!important' from inline styles ${data.values}, as overriding this is not supported by most browsers"}}},"button-has-visible-text":{impact:"critical",messages:{pass:"Element has inner text that is visible to screen readers",fail:"Element does not have inner text that is visible to screen readers",incomplete:"Unable to determine if element has children"}},"doc-has-title":{impact:"serious",messages:{pass:"Document has a non-empty <title> element",fail:"Document does not have a non-empty <title> element"}},"error-occurred":{messages:{pass:"",incomplete:"Axe encountered an error; test the page for this type of problem manually"}},exists:{impact:"minor",messages:{pass:"Element does not exist",incomplete:"Element exists"}},"has-alt":{impact:"critical",messages:{pass:"Element has an alt attribute",fail:"Element does not have an alt attribute"}},"has-visible-text":{impact:"minor",messages:{pass:"Element has text that is visible to screen readers",fail:"Element does not have text that is visible to screen readers",incomplete:"Unable to determine if element has children"}},"important-letter-spacing":{impact:"serious",messages:{pass:"Letter-spacing in the style attribute is not set to !important, or meets the minimum",fail:"letter-spacing in the style attribute must not use !important, or be at ${data.minValue}em (current ${data.value}em)"}},"important-line-height":{impact:"serious",messages:{pass:"line-height in the style attribute is not set to !important, or meets the minimum",fail:"line-height in the style attribute must not use !important, or be at ${data.minValue}em (current ${data.value}em)"}},"important-word-spacing":{impact:"serious",messages:{pass:"word-spacing in the style attribute is not set to !important, or meets the minimum",fail:"word-spacing in the style attribute must not use !important, or be at ${data.minValue}em (current ${data.value}em)"}},"is-on-screen":{impact:"serious",messages:{pass:"Element is not visible",fail:"Element is visible"}},"non-empty-alt":{impact:"critical",messages:{pass:"Element has a non-empty alt attribute",fail:{noAttr:"Element has no alt attribute",emptyAttr:"Element has an empty alt attribute"}}},"non-empty-if-present":{impact:"critical",messages:{pass:{default:"Element does not have a value attribute","has-label":"Element has a non-empty value attribute"},fail:"Element has a value attribute and the value attribute is empty"}},"non-empty-placeholder":{impact:"serious",messages:{pass:"Element has a placeholder attribute",fail:{noAttr:"Element has no placeholder attribute",emptyAttr:"Element has an empty placeholder attribute"}}},"non-empty-title":{impact:"serious",messages:{pass:"Element has a title attribute",fail:{noAttr:"Element has no title attribute",emptyAttr:"Element has an empty title attribute"}}},"non-empty-value":{impact:"critical",messages:{pass:"Element has a non-empty value attribute",fail:{noAttr:"Element has no value attribute",emptyAttr:"Element has an empty value attribute"}}},"presentational-role":{impact:"minor",messages:{pass:'Element\'s default semantics were overridden with role="${data.role}"',fail:{default:`Element's default semantics were not overridden with role="none" or role="presentation"`,globalAria:"Element's role is not presentational because it has a global ARIA attribute",focusable:"Element's role is not presentational because it is focusable",both:"Element's role is not presentational because it has a global ARIA attribute and is focusable",iframe:'Using the "title" attribute on an ${data.nodeName} element with a presentational role behaves inconsistently between screen readers'}}},"role-none":{impact:"minor",messages:{pass:`Element's default semantics were overridden with role="none"`,fail:`Element's default semantics were not overridden with role="none"`}},"role-presentation":{impact:"minor",messages:{pass:`Element's default semantics were overridden with role="presentation"`,fail:`Element's default semantics were not overridden with role="presentation"`}},"svg-non-empty-title":{impact:"serious",messages:{pass:"Element has a child that is a title",fail:{noTitle:"Element has no child that is a title",emptyTitle:"Element child title is empty"},incomplete:"Unable to determine element has a child that is a title"}},"caption-faked":{impact:"serious",messages:{pass:"The first row of a table is not used as a caption",fail:"The first child of the table should be a caption instead of a table cell"}},"html5-scope":{impact:"moderate",messages:{pass:"Scope attribute is only used on table header elements (<th>)",fail:"In HTML 5, scope attributes may only be used on table header elements (<th>)"}},"same-caption-summary":{impact:"minor",messages:{pass:"Content of summary attribute and <caption> are not duplicated",fail:"Content of summary attribute and <caption> element are identical",incomplete:"Unable to determine if <table> element has a caption"}},"scope-value":{impact:"critical",messages:{pass:"Scope attribute is used correctly",fail:"The value of the scope attribute may only be 'row' or 'col'"}},"td-has-header":{impact:"critical",messages:{pass:"All non-empty data cells have table headers",fail:"Some non-empty data cells do not have table headers"}},"td-headers-attr":{impact:"serious",messages:{pass:"The headers attribute is exclusively used to refer to other header cells in the table",incomplete:"The headers attribute is empty",fail:{"cell-header-not-in-table":"The headers attribute is not exclusively used to refer to other header cells in the table","cell-header-not-th":"The headers attribute must refer to header cells, not data cells","header-refs-self":"The element with headers attribute refers to itself"}}},"th-has-data-cells":{impact:"serious",messages:{pass:"All table header cells refer to data cells",fail:"Not all table header cells refer to data cells",incomplete:"Table data cells are missing or empty"}},"hidden-content":{impact:"minor",messages:{pass:"All content on the page has been analyzed.",fail:"There were problems analyzing the content on this page.",incomplete:"There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."}}},failureSummaries:{any:{failureMessage:function(M){var V="Fix any of the following:",te=M;if(te)for(var $e,at=-1,vt=te.length-1;at<vt;)$e=te[at+=1],V+=`
22
+ `)}var Pu=m_;function Lu(){var e=g._audit.data.incompleteFallbackMessage;return typeof e=="function"&&(e=e()),typeof e!="string"?"":e}var up=ye.resultGroups;function En(e,t){var r=g.utils.aggregateResult(e);return up.forEach(function(a){t.resultTypes&&!t.resultTypes.includes(a)&&(r[a]||[]).forEach(function(n){Array.isArray(n.nodes)&&n.nodes.length>0&&(n.nodes=[n.nodes[0]])}),r[a]=(r[a]||[]).map(function(n){return n=Object.assign({},n),Array.isArray(n.nodes)&&n.nodes.length>0&&(n.nodes=n.nodes.map(function(i){if(B(i.node)==="object"){var o=lp(i.node,t);Object.assign(i,o)}return delete i.result,delete i.node,h_(i,t),i})),up.forEach(function(i){return delete n[i]}),delete n.pageLevel,delete n.result,n})}),r}function h_(e,t){["any","all","none"].forEach(function(r){Array.isArray(e[r])&&e[r].filter(function(a){return Array.isArray(a.relatedNodes)}).forEach(function(a){a.relatedNodes=a.relatedNodes.map(function(n){return lp(n,t)})})})}function lp(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;e=qt.dqElmToSpec(e,t);var r={};if(g._audit.noHtml)r.html=null;else{var a;r.html=(a=e.source)!==null&&a!==void 0?a:"Undefined"}if(t.elementRef&&!e.fromFrame){var n;r.element=(n=e.element)!==null&&n!==void 0?n:null}if(t.selectors!==!1||e.fromFrame){var i;r.target=(i=e.selector)!==null&&i!==void 0?i:[":root"]}if(t.ancestry){var o;r.ancestry=(o=e.ancestry)!==null&&o!==void 0?o:[":root"]}if(t.xpath){var s;r.xpath=(s=e.xpath)!==null&&s!==void 0?s:["/"]}return r}var v_=/\$\{\s?data\s?\}/g;function Qi(e,t){if(typeof t=="string")return e.replace(v_,t);for(var r in t)if(t.hasOwnProperty(r)){var a=new RegExp("\\${\\s?data\\."+r+"\\s?}","g"),n=typeof t[r]>"u"?"":String(t[r]);e=e.replace(a,n)}return e}function cp(e,t){if(e){if(Array.isArray(t)){if(t.values=t.join(", "),typeof e.singular=="string"&&typeof e.plural=="string"){var r=t.length===1?e.singular:e.plural;return Qi(r,t)}return Qi(e,t)}if(typeof e=="string")return Qi(e,t);if(typeof t=="string"){var a=e[t];return Qi(a,t)}var n=e.default||Lu();return t&&t.messageKey&&e[t.messageKey]&&(n=e[t.messageKey]),cp(n,t)}}var Bu=cp;function g_(e,t,r){var a=g._audit.data.checks[e];if(!a)throw new Error("Cannot get message for unknown check: ".concat(e,"."));if(!a.messages[t])throw new Error('Check "'.concat(e,'"" does not have a "').concat(t,'" message.'));return Bu(a.messages[t],r)}var b_=g_;function y_(e,t,r){var a=((r.rules&&r.rules[t]||{}).checks||{})[e.id],n=(r.checks||{})[e.id],i=e.enabled,o=e.options;return n&&(n.hasOwnProperty("enabled")&&(i=n.enabled),n.hasOwnProperty("options")&&(o=n.options)),a&&(a.hasOwnProperty("enabled")&&(i=a.enabled),a.hasOwnProperty("options")&&(o=a.options)),{enabled:i,options:o,absolutePaths:r.absolutePaths}}var Ji=y_;function Br(){var e,t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:p;return t&&B(t)==="object"?t:B(r)!=="object"?{}:{testEngine:{name:"axe-core",version:g.version},testRunner:{name:g._audit.brand},testEnvironment:w_(r),timestamp:new Date().toISOString(),url:(e=r.location)===null||e===void 0?void 0:e.href}}function w_(e){if(!e.navigator||B(e.navigator)!=="object")return{};var t=e.navigator,r=e.innerHeight,a=e.innerWidth,n=D_(e)||{},i=n.angle,o=n.type;return{userAgent:t.userAgent,windowWidth:a,windowHeight:r,orientationAngle:i,orientationType:o}}function D_(e){var t=e.screen;return t.orientation||t.msOrientation||t.mozOrientation}function dp(e,t){var r=t.focusable,a=t.page;return{node:e,include:[],exclude:[],initiator:!1,focusable:r&&E_(e),size:__(e),page:a}}function E_(e){var t=dr(e.getAttribute("tabindex"));return t===null||t>=0}function __(e){var t=parseInt(e.getAttribute("width"),10),r=parseInt(e.getAttribute("height"),10);if(isNaN(t)||isNaN(r)){var a=e.getBoundingClientRect();t=isNaN(t)?a.width:t,r=isNaN(r)?a.height:r}return{width:t,height:r}}function x_(e){if(qu(e)){var t=" must be used inside include or exclude. It should not be on the same object.";$r(!cr(e,"fromFrames"),"fromFrames"+t),$r(!cr(e,"fromShadowDom"),"fromShadowDom"+t)}else if(to(e))e={include:e,exclude:[]};else return{include:[b],exclude:[]};var r=fp(e.include);r.length===0&&r.push(b);var a=fp(e.exclude);return{include:r,exclude:a}}function fp(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],t=[];$u(e)||(e=[e]);for(var r=0;r<e.length;r++){var a=A_(e[r]);a&&t.push(a)}return t}function A_(e){return e instanceof p.Node?e:typeof e=="string"?[e]:(ju(e)?(R_(e),e=e.fromFrames):ro(e)&&(e=[e]),C_(e))}function C_(e){if(Array.isArray(e)){var t=[],r=je(e),a;try{for(r.s();!(a=r.n()).done;){var n=a.value;if(ro(n)&&(T_(n),n=n.fromShadowDom),typeof n!="string"&&!F_(n))return;t.push(n)}}catch(i){r.e(i)}finally{r.f()}return t}}function R_(e){$r(Array.isArray(e.fromFrames),"fromFrames property must be an array"),$r(e.fromFrames.every(function(t){return!cr(t,"fromFrames")}),"Invalid context; fromFrames selector must be appended, rather than nested"),$r(!cr(e,"fromShadowDom"),"fromFrames and fromShadowDom cannot be used on the same object")}function T_(e){$r(Array.isArray(e.fromShadowDom),"fromShadowDom property must be an array"),$r(e.fromShadowDom.every(function(t){return!cr(t,"fromFrames")}),"shadow selector must be inside fromFrame instead"),$r(e.fromShadowDom.every(function(t){return!cr(t,"fromShadowDom")}),"fromShadowDom selector must be appended, rather than nested")}function F_(e){return Array.isArray(e)&&e.every(function(t){return typeof t=="string"})}function $r(e,t){Oe(e,"Invalid context; ".concat(t,`
23
+ See: https://github.com/dequelabs/axe-core/blob/master/doc/context.md`))}function pp(e,t){for(var r=[],a=0,n=e[t].length;a<n;a++){var i=e[t][a];if(i instanceof p.Node)if(i.documentElement instanceof p.Node)r.push(e.flatTree[0]);else if(i.host instanceof p.Node){var o=Array.from(i.children).map(function(u){return Ee(u)});r.push.apply(r,de(o))}else r.push(Ee(i));else if(i&&i.length)if(i.length>1)S_(e,t,i);else{var s=Ku(i[0]);r.push.apply(r,de(s.map(function(u){return Ee(u)})))}}return r.filter(function(u){return u})}function S_(e,t,r){e.frames=e.frames||[];var a=r.shift(),n=Ku(a);n.forEach(function(i){var o=e.frames.find(function(s){return s.node===i});o||(o=dp(i,e),e.frames.push(o)),o[t].push(r)})}function eo(e,t){var r,a,n,i,o=this;e=gr(e),this.frames=[],this.page=typeof((r=e)===null||r===void 0?void 0:r.page)=="boolean"?e.page:void 0,this.initiator=typeof((a=e)===null||a===void 0?void 0:a.initiator)=="boolean"?e.initiator:!0,this.focusable=typeof((n=e)===null||n===void 0?void 0:n.focusable)=="boolean"?e.focusable:!0,this.size=B((i=e)===null||i===void 0?void 0:i.size)==="object"?e.size:{},e=x_(e),this.flatTree=t??Nu(N_(e)),this.exclude=e.exclude,this.include=e.include,this.include=pp(this,"include"),this.exclude=pp(this,"exclude"),Yu("frame, iframe",this).forEach(function(s){Hu(s,o)&&k_(o,s.actualNode)}),typeof this.page>"u"&&(this.page=O_(this),this.frames.forEach(function(s){s.page=o.page})),I_(this),Array.isArray(this.include)||(this.include=Array.from(this.include)),this.include.sort(Gu)}function k_(e,t){!Xe(t)||sn(e.frames,"node",t)||e.frames.push(dp(t,e))}function O_(e){var t=e.include;return t.length===1&&t[0].actualNode===b.documentElement}function I_(e){if(e.include.length===0&&e.frames.length===0){var t=Qt.isInFrame()?"frame":"page";throw new Error("No elements found for include in "+t+" Context")}}function N_(e){for(var t=e.include,r=e.exclude,a=Array.from(t).concat(Array.from(r)),n=0;n<a.length;n++){var i=a[n];if(i instanceof p.Element)return i.ownerDocument.documentElement;if(i instanceof p.Document)return i.documentElement}return b.documentElement}function M_(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(t.iframes===!1)return[];var r=new eo(e),a=r.frames;return a.map(function(n){var i=n.node,o=Te(n,rr);o.initiator=!1;var s=Ei(i);return{frameSelector:s,frameContext:o}})}function mp(e){var t=g._audit.rules.find(function(r){var a=r.id;return a===e});if(!t)throw new Error("Cannot find rule by id: ".concat(e));return t}function P_(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,r=e.scrollWidth>e.clientWidth+t,a=e.scrollHeight>e.clientHeight+t;if(r||a){var n=p.getComputedStyle(e),i=hp(n,"overflow-x"),o=hp(n,"overflow-y");if(r&&i||a&&o)return{elm:e,top:e.scrollTop,left:e.scrollLeft}}}function hp(e,t){var r=e.getPropertyValue(t);return["scroll","auto"].includes(r)}var Dr=Ve(P_);function vp(e){return Array.from(e.children||e.childNodes||[]).reduce(function(t,r){var a=Dr(r);return a&&t.push(a),t.concat(vp(r))},[])}function L_(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:p,t=e.document.documentElement,r=[e.pageXOffset!==void 0?{elm:e,top:e.pageYOffset,left:e.pageXOffset}:{elm:t,top:t.scrollTop,left:t.scrollLeft}];return r.concat(vp(b.body))}var B_=L_;function $_(){return gr(Ie)}function q_(e){if(!e)throw new Error("axe.utils.getStyleSheetFactory should be invoked with an argument");return function(t){var r=t.data,a=t.isCrossOrigin,n=a===void 0?!1:a,i=t.shadowId,o=t.root,s=t.priority,u=t.isLink,l=u===void 0?!1:u,c=e.createElement("style");if(l){var d=e.createTextNode('@import "'.concat(r.href,'"'));c.appendChild(d)}else c.appendChild(e.createTextNode(r));return e.head.appendChild(c),{sheet:c.sheet,isCrossOrigin:n,shadowId:i,root:o,priority:s}}}var gp=q_,Ot;function j_(e){if(Ot&&Ot.parentNode)return Ot.styleSheet===void 0?Ot.appendChild(b.createTextNode(e)):Ot.styleSheet.cssText+=e,Ot;if(e){var t=b.head||b.getElementsByTagName("head")[0];return Ot=b.createElement("style"),Ot.type="text/css",Ot.styleSheet===void 0?Ot.appendChild(b.createTextNode(e)):Ot.styleSheet.cssText=e,t.appendChild(Ot),Ot}}var z_=j_;function $u(e){return!!e&&B(e)==="object"&&typeof e.length=="number"&&!(e instanceof p.Node)}function cr(e,t){return!e||B(e)!=="object"?!1:Object.prototype.hasOwnProperty.call(e,t)}function bp(e){return qu(e)||to(e)}function qu(e){return["include","exclude"].some(function(t){return cr(e,t)&&to(e[t])})}function to(e){return typeof e=="string"||e instanceof p.Node||ju(e)||ro(e)||$u(e)}function ju(e){return cr(e,"fromFrames")}function ro(e){return cr(e,"fromShadowDom")}function yp(e,t){var r=Ee(e);if(e.nodeType===9)return!1;if(e.nodeType===11&&(e=e.host),r&&r._isHidden!==null)return r._isHidden;var a=p.getComputedStyle(e,null);if(!a||!e.parentNode||a.getPropertyValue("display")==="none"||!t&&a.getPropertyValue("visibility")==="hidden"||e.getAttribute("aria-hidden")==="true")return!0;var n=e.assignedSlot?e.assignedSlot:e.parentNode,i=yp(n,!0);return r&&(r._isHidden=i),i}var H_=yp;function V_(e){var t,r,a=(t=(r=e.props)===null||r===void 0?void 0:r.nodeName)!==null&&t!==void 0?t:e.nodeName.toLowerCase();return e.namespaceURI==="http://www.w3.org/2000/svg"?!1:!!Ie.htmlElms[a]}var zu=V_;function Hu(e,t){var r=t.include,a=r===void 0?[]:r,n=t.exclude,i=n===void 0?[]:n,o=a.filter(function(c){return br(c,e)});if(o.length===0)return!1;var s=i.filter(function(c){return br(c,e)});if(s.length===0)return!0;var u=wp(o),l=wp(s);return br(l,u)}function wp(e){var t,r=je(e),a;try{for(r.s();!(a=r.n()).done;){var n=a.value;(!t||!br(n,t))&&(t=n)}}catch(i){r.e(i)}finally{r.f()}return t}function Vu(e,t){return e.length!==t.length?!1:e.every(function(r,a){var n=t[a];return Array.isArray(r)?r.length!==n.length?!1:r.every(function(i,o){return n[o]===i}):r===n})}function G_(e,t){return e=e.actualNode||e,t=t.actualNode||t,e===t?0:e.compareDocumentPosition(t)&4?-1:1}var Gu=G_;function Se(e){return e instanceof dt?{vNode:e,domNode:e.actualNode}:{vNode:Ee(e),domNode:e}}function U_(e,t,r,a){var n=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,i=Array.from(e.cssRules);if(!i)return Promise.resolve();var o=i.filter(function(c){return c.type===3});if(!o.length)return Promise.resolve({isCrossOrigin:n,priority:r,root:t.rootNode,shadowId:t.shadowId,sheet:e});var s=o.filter(function(c){return c.href}).map(function(c){return c.href}).filter(function(c){return!a.includes(c)}),u=s.map(function(c,d){var m=[].concat(de(r),[d]),v=/^https?:\/\/|^\/\//i.test(c);return Wu(c,t,m,a,v)}),l=i.filter(function(c){return c.type!==3});return l.length&&u.push(Promise.resolve(t.convertDataToStylesheet({data:l.map(function(c){return c.cssText}).join(),isCrossOrigin:n,priority:r,root:t.rootNode,shadowId:t.shadowId}))),Promise.all(u)}var Dp=U_;function W_(e,t,r,a){var n=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,i=Y_(e);return i?Dp(e,t,r,a,n):Wu(e.href,t,r,a,!0)}function Y_(e){try{var t=e.cssRules;return!(!t&&e.href)}catch{return!1}}var Uu=W_;function K_(e,t,r,a,n){return a.push(e),new Promise(function(i,o){var s=new p.XMLHttpRequest;s.open("GET",e),s.timeout=ye.preload.timeout,s.addEventListener("error",o),s.addEventListener("timeout",o),s.addEventListener("loadend",function(u){if(u.loaded&&s.responseText)return i(s.responseText);o(s.responseText)}),s.send()}).then(function(i){var o=t.convertDataToStylesheet({data:i,isCrossOrigin:n,priority:r,root:t.rootNode,shadowId:t.shadowId});return Uu(o.sheet,t,r,a,o.isCrossOrigin)})}var Wu=K_;function X_(e){if(typeof e!="string")return null;var t=e.trim().match(/^([-+]?\d+)/);return t?Number(t[1]):null}var dr=X_,Z_=function(){function e(){if(p.performance&&p.performance)return p.performance.now()}var t=e(),r=!1;return{start:function(){this.reset(),r=!0,this.mark("mark_axe_start")},end:function(){this.mark("mark_axe_end"),this.measure("axe","mark_axe_start","mark_axe_end",!0),this.logMeasures("axe"),this.clearMark("mark_axe_start","mark_axe_end"),r=!1},auditStart:function(){r||this.reset(),this.mark("mark_audit_start")},auditEnd:function(){this.mark("mark_audit_end"),this.measure("audit_start_to_end","mark_audit_start","mark_audit_end",!0),this.logMeasures(),this.clearMark("mark_audit_start","mark_audit_end")},mark:function(n){var i;(i=p.performance)!==null&&i!==void 0&&i.mark&&p.performance.mark(n)},measure:function(n,i,o){var s,u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if((s=p.performance)!==null&&s!==void 0&&s.measure){try{p.performance.measure(n,i,o)}catch(l){this._log(l)}u||this.clearMark(i,o)}},logMeasures:function(n){var i=this,o,s,u=function(w){return Array.isArray(w)?w[w.length-1]:w},l=function(w){i._log("Measure "+w.name+" took "+w.duration+"ms")};if(!(!((o=p.performance)!==null&&o!==void 0&&o.getEntriesByType)||!((s=p.performance)!==null&&s!==void 0&&s.getEntriesByName))){var c=u(p.performance.getEntriesByName("mark_axe_start"))||u(p.performance.getEntriesByName("mark_audit_start"));if(!c){this._log("Axe must be started before using performanceTimer");return}for(var d=p.performance.getEntriesByType("measure").filter(function(y){return y.startTime>=c.startTime}),m=0;m<d.length;++m){var v=d[m];if(v.name===n){l(v);return}else n||l(v)}}},timeElapsed:function(){var n=e();return n-t},clearMark:function(){var n;if((n=p.performance)!==null&&n!==void 0&&n.clearMarks){for(var i=arguments.length,o=new Array(i),s=0;s<i;s++)o[s]=arguments[s];for(var u=0,l=o;u<l.length;u++){var c=l[u];p.performance.clearMarks(c)}}},reset:function(){t=e()},_log:function(n){Wr(n)}}}(),Ne=Z_;function Ep(){if(b.elementsFromPoint)return b.elementsFromPoint;if(b.msElementsFromPoint)return b.msElementsFromPoint;var e=function(){var n=b.createElement("x");return n.style.cssText="pointer-events:auto",n.style.pointerEvents==="auto"}(),t=e?"pointer-events":"visibility",r=e?"none":"hidden",a=b.createElement("style");return a.innerHTML=e?"* { pointer-events: all }":"* { visibility: visible }",function(n,i){var o,s,u,l=[],c=[];for(b.head.appendChild(a);(o=b.elementFromPoint(n,i))&&l.indexOf(o)===-1;)l.push(o),c.push({value:o.style.getPropertyValue(t),priority:o.style.getPropertyPriority(t)}),o.style.setProperty(t,r,"important");for(l.indexOf(b.documentElement)<l.length-1&&(l.splice(l.indexOf(b.documentElement),1),l.push(b.documentElement)),s=c.length;u=c[--s];)l[s].style.setProperty(t,u.value?u.value:"",u.priority);return b.head.removeChild(a),l}}typeof p.addEventListener=="function"&&(b.elementsFromPoint=Ep());function Q_(e,t){return e.concat(t).filter(function(r,a,n){return n.indexOf(r)===a})}var _n=Q_;function _p(e,t,r,a,n){var i=n||{};return i.vNodes=e,i.vNodesIndex=0,i.anyLevel=t,i.thisLevel=r,i.parentShadowId=a,i}function J_(e,t,r){for(var a=be.get("qsa.recycledLocalVariables",function(){return[]}),n=[],i=Array.isArray(e)?e:[e],o=_p(i,t,null,e[0].shadowId,a.pop()),s=[];o.vNodesIndex<o.vNodes.length;){for(var u,l,c=o.vNodes[o.vNodesIndex++],d=null,m=null,v=(((u=o.anyLevel)===null||u===void 0?void 0:u.length)||0)+(((l=o.thisLevel)===null||l===void 0?void 0:l.length)||0),y=!1,w=0;w<v;w++){var E,_,x,C=w<(((E=o.anyLevel)===null||E===void 0?void 0:E.length)||0)?o.anyLevel[w]:o.thisLevel[w-(((_=o.anyLevel)===null||_===void 0?void 0:_.length)||0)];if((!C[0].id||c.shadowId===o.parentShadowId)&&pa(c,C[0]))if(C.length===1)!y&&(!r||r(c))&&(s.push(c),y=!0);else{var R=C.slice(1);if([" ",">"].includes(R[0].combinator)===!1)throw new Error("axe.utils.querySelectorAll does not support the combinator: "+C[1].combinator);R[0].combinator===">"?(d=d||[]).push(R):(m=m||[]).push(R)}(!C[0].id||c.shadowId===o.parentShadowId)&&(x=o.anyLevel)!==null&&x!==void 0&&x.includes(C)&&(m=m||[]).push(C)}for(c.children&&c.children.length&&(n.push(o),o=_p(c.children,m,d,c.shadowId,a.pop()));o.vNodesIndex===o.vNodes.length&&n.length;)a.push(o),o=n.pop()}return s}function ex(e,t,r){e=Array.isArray(e)?e:[e];var a=_i(t),n=np(e,a,r);return n||J_(e,a,r)}var fr=ex;function tx(e){var t=e.treeRoot,r=t===void 0?g._tree[0]:t,a=rx(r);if(!a.length)return Promise.resolve();var n=b.implementation.createHTMLDocument("Dynamic document for loading cssom"),i=gp(n);return ax(a,i).then(function(o){return Ap(o)})}var xp=tx;function rx(e){var t=[],r=fr(e,"*",function(a){return t.includes(a.shadowId)?!1:(t.push(a.shadowId),!0)}).map(function(a){return{shadowId:a.shadowId,rootNode:un(a.actualNode)}});return _n(r,[])}function ax(e,t){var r=[];return e.forEach(function(a,n){var i=a.rootNode,o=a.shadowId,s=nx(i,o,t);if(!s)return Promise.all(r);var u=n+1,l={rootNode:i,shadowId:o,convertDataToStylesheet:t,rootIndex:u},c=[],d=Promise.all(s.map(function(m,v){var y=[u,v];return Uu(m,l,y,c)}));r.push(d)}),Promise.all(r)}function Ap(e){return e.reduce(function(t,r){return Array.isArray(r)?t.concat(Ap(r)):t.concat(r)},[])}function nx(e,t,r){var a;return e.nodeType===11&&t?a=ix(e,r):a=ox(e),ux(a)}function ix(e,t){return Array.from(e.children).filter(sx).reduce(function(r,a){var n=a.nodeName.toUpperCase(),i=n==="STYLE"?a.textContent:a,o=n==="LINK",s=t({data:i,isLink:o,root:e});return s.sheet&&r.push(s.sheet),r},[])}function ox(e){return Array.from(e.styleSheets).filter(function(t){return t.media?Cp(t.media.mediaText):!1})}function sx(e){var t=e.nodeName.toUpperCase(),r=e.getAttribute("href"),a=e.getAttribute("rel"),n=t==="LINK"&&r&&a&&e.rel.toUpperCase().includes("STYLESHEET"),i=t==="STYLE";return i||n&&Cp(e.media)}function Cp(e){return e?!e.toUpperCase().includes("PRINT"):!0}function ux(e){var t=[];return e.filter(function(r){return r.href?t.includes(r.href)?!1:(t.push(r.href),!0):!0})}function lx(e){var t=e.treeRoot,r=t===void 0?g._tree[0]:t,a=fr(r,"video[autoplay], audio[autoplay]",function(n){var i=n.actualNode;if(i.preload==="none"&&i.readyState===0&&i.networkState!==i.NETWORK_LOADING||i.hasAttribute("paused")||i.hasAttribute("muted"))return!1;if(i.hasAttribute("src"))return!!i.getAttribute("src");var o=Array.from(i.getElementsByTagName("source")).filter(function(s){return!!s.getAttribute("src")});return!(o.length<=0)});return Promise.all(a.map(function(n){var i=n.actualNode;return cx(i)}))}var Rp=lx;function cx(e){return new Promise(function(t){e.readyState>0&&t(e);function r(){e.removeEventListener("loadedmetadata",r),t(e)}e.addEventListener("loadedmetadata",r)})}function Tp(e){var t={cssom:xp,media:Rp};return Fp(e)?new Promise(function(r,a){var n=Sp(e),i=n.assets,o=n.timeout,s=setTimeout(function(){return a(new Error("Preload assets timed out."))},o);Promise.all(i.map(function(u){return t[u](e).then(function(l){return oe({},u,l)})})).then(function(u){var l=u.reduce(function(c,d){return Ae({},c,d)},{});clearTimeout(s),r(l)}).catch(function(u){clearTimeout(s),a(u)})}):Promise.resolve()}function dx(e){return B(e)==="object"&&Array.isArray(e.assets)}function Fp(e){return!e||e.preload===void 0||e.preload===null?!0:typeof e.preload=="boolean"?e.preload:dx(e.preload)}function Sp(e){var t=ye.preload,r=t.assets,a=t.timeout,n={assets:r,timeout:a};if(!e.preload||typeof e.preload=="boolean")return n;var i=e.preload.assets.every(function(o){return r.includes(o.toLowerCase())});if(!i)throw new Error("Requested assets, not supported. Supported assets are: ".concat(r.join(", "),"."));return n.assets=_n(e.preload.assets.map(function(o){return o.toLowerCase()}),[]),e.preload.timeout&&typeof e.preload.timeout=="number"&&!isNaN(e.preload.timeout)&&(n.timeout=e.preload.timeout),n}function ao(e){var t=g._audit.data.checks||{},r=g._audit.data.rules||{},a=sn(g._audit.rules,"id",e.id)||{};e.tags=gr(a.tags||[]);var n=kp(t,!0,a),i=kp(t,!1,a);e.nodes.forEach(function(o){o.any.forEach(n),o.all.forEach(n),o.none.forEach(i)}),Gs(e,gr(r[e.id]||{}))}function fx(e,t){function r(n){return n.incomplete&&n.incomplete.default?n.incomplete.default:Lu()}if(e&&e.missingData)try{var a=t.incomplete[e.missingData[0].reason];if(!a)throw new Error;return a}catch{return typeof e.missingData=="string"?t.incomplete[e.missingData]:r(t)}else return e&&e.messageKey?t.incomplete[e.messageKey]:r(t)}function kp(e,t,r){return function(a){var n=e[a.id]||{},i=n.messages||{},o=Object.assign({},n);delete o.messages,!r.reviewOnFail&&a.result===void 0?(B(i.incomplete)==="object"&&!Array.isArray(a.data)&&(o.message=fx(a.data,i)),o.message||(o.message=i.incomplete)):o.message=a.result===t?i.pass:i.fail,typeof o.message!="function"&&(o.message=Bu(o.message,a.data)),Gs(a,o)}}function px(e,t){return fr(e,t)}var It=px;function Op(e,t){var r,a,n=g._audit&&g._audit.tagExclude?g._audit.tagExclude:[];t.hasOwnProperty("include")||t.hasOwnProperty("exclude")?(r=t.include||[],r=Array.isArray(r)?r:[r],a=t.exclude||[],a=Array.isArray(a)?a:[a],a=a.concat(n.filter(function(o){return r.indexOf(o)===-1}))):(r=Array.isArray(t)?t:[t],a=n.filter(function(o){return r.indexOf(o)===-1}));var i=r.some(function(o){return e.tags.indexOf(o)!==-1});return i||r.length===0&&e.enabled!==!1?a.every(function(o){return e.tags.indexOf(o)===-1}):!1}function mx(e,t,r){var a=r.runOnly||{},n=(r.rules||{})[e.id];return e.pageLevel&&!t.page?!1:a.type==="rule"?a.values.indexOf(e.id)!==-1:n&&typeof n.enabled=="boolean"?n.enabled:a.type==="tag"&&a.values?Op(e,a.values):Op(e,[])}var Ip=mx;function Np(e,t){if(!t)return e;var r=e.cloneNode(!1),a=Va(r);if(r.nodeType===1){var n=r.outerHTML;r=be.get(n,function(){return Mp(r,a,e,t)})}else r=Mp(r,a,e,t);return Array.from(e.childNodes).forEach(function(i){r.appendChild(Np(i,t))}),r}function Mp(e,t,r,a){return t&&(e=b.createElement(e.nodeName),Array.from(t).forEach(function(n){hx(r,n.name,a)||e.setAttribute(n.name,n.value)})),e}function hx(e,t,r){return typeof r[t]>"u"?!1:r[t]===!0?!0:ca(e,r[t])}function Yu(e,t){var r=[],a;if(g._selectCache)for(var n=0,i=g._selectCache.length;n<i;n++){var o=g._selectCache[n];if(o.selector===e)return o.result}for(var s=vx(t.include),u=gx(t),l=0;l<s.length;l++){a=s[l];var c=fr(a,e,u);r=bx(r,c)}return g._selectCache&&g._selectCache.push({selector:e,result:r}),r}function vx(e){return e.reduce(function(t,r){return(!t.length||!br(t[t.length-1],r))&&t.push(r),t},[])}function gx(e){return!e.exclude||e.exclude.length===0?null:function(t){return Hu(t,e)}}function bx(e,t){if(e.length===0)return t;if(e.length<t.length){var r=e;e=t,t=r}for(var a=0,n=t.length;a<n;a++)e.includes(t[a])||e.push(t[a]);return e}function no(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;if(B(e)!=="object"||e===null)return{message:String(e)};var r={},a=je(ye.serializableErrorProps),n;try{for(a.s();!(n=a.n()).done;){var i=n.value;["string","number","boolean"].includes(B(e[i]))&&(r[i]=e[i])}}catch(o){a.e(o)}finally{a.f()}return e.cause&&(r.cause=t<10?no(e.cause,t+1):"..."),r}var yx=function(e){function t(r){var a,n,i=r.error,o=r.ruleId,s=r.method,u=r.errorNode;return Vt(this,t),n=Be(this,t),n.name=(a=i.name)!==null&&a!==void 0?a:"RuleError",n.message=i.message,n.stack=i.stack,i.cause&&(n.cause=no(i.cause)),o&&(n.ruleId=o,n.message+=" Skipping ".concat(n.ruleId," rule.")),s&&(n.method=s),u&&(n.errorNode=u),n}return qn(t,e),Gt(t)}(ia(Error)),io=yx;function wx(e,t,r){if(e===p)return e.scroll(r,t);e.scrollTop=t,e.scrollLeft=r}function Dx(e){e.forEach(function(t){var r=t.elm,a=t.top,n=t.left;return wx(r,a,n)})}var Ex=Dx;function _x(e){var t=Array.isArray(e)?de(e):[e];return Pp(t,b)}function Pp(e,t){var r=e.shift(),a=r?t.querySelector(r):null;return e.length===0?a:a!=null&&a.shadowRoot?Pp(e,a.shadowRoot):null}function Ku(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:b,r=Array.isArray(e)?de(e):[e];return e.length===0?[]:Lp(r,t)}function Lp(e,t){var r=Bn(e),a=r[0],n=zn(r).slice(1),i=t.querySelectorAll(a);if(n.length===0)return Array.from(i);var o=[],s=je(i),u;try{for(s.s();!(u=s.n()).done;){var l=u.value;l!=null&&l.shadowRoot&&o.push.apply(o,de(Lp(n,l.shadowRoot)))}}catch(c){s.e(c)}finally{s.f()}return o}function xx(){return["hidden","text","search","tel","url","email","password","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"]}var oo=xx,Bp=[,[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,,,,,1,1,1,1,,,1,1,1,,1,,1,,1,1],[1,1,1,,1,1,,1,1,1,,1,,,1,1,1,,,1,1,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,,,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1],[,1,,,,,,1,,1,,,,,1,,1,,,1,1,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,,,1,,,,1,1,1,1,,1,,1,,1,,,,,,1],[1,,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,,1,,1,,,,,1,,1,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,,1,1,1,,1,,1,1,1,,,1,1,1,1,1,1,1,1],[,,1,,,1,,1,,,,1,1,1,,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1,1,1,1,1,,,1,1,1],[1,1,1,1,1,,,1,,,1,,,1,1,1,,,,,1,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1],[,1,,1,1,1,,1,1,,1,,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,,,1,1,1,,,1,1,,,,,,1,1],[1,1,1,,,,,1,,,,1,1,,1,,,,,,1,,,,,1],[,1,,,1,,,1,,,,,,1],[,1,,1,,,,1,,,,1],[1,,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,,1,,,1,1,1,1],[,1,1,1,1,1,,,1,,,1,,1,1,,1,,1,,,,,1,,1],[,1,,,,1,,,1,1,,1,,1,1,1,1,,1,1,,,1,,,1],[,1,1,,,,,,1,,,,1,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,,1,1,1,,,1,1,1,1,1,1,,1,,,,1,1,1,,1,,1],[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,1,1],[,1,1,1,,,,1,1,1,,1,1,,,1,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,,1,,,,,1,1,1,,,1,,1,,,1,1],[,,,,1,,,,,,,,,,,,,,,,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,,1,1,,,,1,1,1,1,1,,,1,1,1,,,,1,1],[1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,1,,,,,,,1],[,1,1,,1,1,,1,,,,,,,,,,,,,1],[,,,,,,,,1],[1,1,1,,,,,,,,,,,,,1],[,,,,,,,,1,,,1,,,1,1,,,,,1]],[,[1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,,1],[,,,1,,,,,,,,,,,,,,,1],[,1,,,1,1,,1,,1,1,,,,1,1,,,1,1,,,,1],[1,,,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,,,,1],,[,1,1,1,1,1,,1,1,1,,1,1,,1,1,,,1,1,1,1,,1,1,,1],[,1,,,1,,,1,,1,,,1,1,1,1,,,1,1,,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,,,1,1,1,1,1,1,1,,,1,,,1,,1],[,1,,,,,,1,,,,1,1,,,,,,1,1,,,,,1],[,,,,,,,1,,,,1,,1,1],[,1,1,1,1,1,1,1,,,,1,1,1,1,1,,,1,1,,1,1,1,1,1],[,1,,,1,1,,1,,1,1,1,,,1,1,,,1,,1,1,1,1,,1],[,1,1,1,,1,1,,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1],[,,,,,,,,,,,,,,,,1],,[,1,1,1,1,1,,1,1,1,,,1,,1,1,,1,1,1,1,1,,1,,1],[,,1,,,1,,,1,1,,1,1,,1,1,,1,,,,,,,,,1],[,1,1,,1,,,,1,1,,1,,1,1,1,1,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1],[,1,,,,,,,,,,1,1,,,,,,1,1,,1,,1,,1,1],,[,1,1,,1,,,1,,1,,,,1,1,1,,,1,,,1,,,,1],[1,1,,,1,1,,1,,,,,1,,1]],[,[,1],[,,,1,,,,1,,,,1,,,,1,,,1,,,1],[,,,,,,,,,,,,,,,,,,1,1,,,,,,1],,[1,,,,,1],[,1,,,,1,,,,1],[,1,,,,,,,,,,,1,1,,1,,,,,,,,,1,1],[,,,,,,,,,,,,,,,,,,,1,,1],[,,,,,,,,,,,,,,,,1,,,,1,,1],[,1],[,1,,1,,1,,1,,1,,1,1,1,,1,1,,1,,,,,,,1],[1,,,,,1,,,1,1,,1,,1,,1,1,,,,,1,,,1],[,1,1,,,1,,1,,1,,1,,1,1,1,1,1,,1,,1,,1,1,1,1],[1,1,1,1,1,,1,,1,,,,1,1,1,1,,1,1,,,1,1,1,1],[1,,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],,[,1,,,,,,1,1,1,,1,,,,1,,,1,1,1,,,1],[1,,,,,1,,1,1,1,,1,1,1,1,1,,1,,1,,1,,,1,1],[1,,1,1,,,,,1,,,,,,1,1,,,1,1,1,1,,,1,,1],[1,,,,1,,,,,,,,,,,,,1],[,,,,,1,,,1,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,,,1],[,1,,,,1]],[,[1,1,1,,1,,1,1,1,1,1,1,1,1,1,,1,,1,,1,1,,,1,1,1],[,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],,[,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1],,[1,1,,,,1,1,,,,,,1,,,,1,,1,,1,1,,1],[1],[,,,,,,,,,,,1,,,,,,,,,,,1],[,1,,,,,,,1,1,,,1,,1,,,,1,,,,,,,1],[,,,,,,,,,,,,,,,,1,,,,,1],[,,1,,,,,1,,1],[1,,,,1,,,,,1,,,,1,1,,,,1,1,,,,,1],[,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[1,,,1,1,,,,,,,1,,1,,1,1,1,1,1,1],[,,,,,1,,,,,,,1,,,,,,,1],,[,,1,1,1,1,1,,1,1,1,,,1,1,,,1,1,,1,1,1,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,,,,1],,[1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,,,1,1,1,1,,,,,,1,,1,,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,,,,1,,1,,,1,1,1,1,1],[,,,,,,,,,,,1,,,,,,,,,1,,,,1],[,1,1,,1,1,,1,,,,1,1,,1,1,,,1,,1,1,,1],[,1,,1,,1,,,1,,,1,1,,1,1,,,1,1,1],[,1,1,1,1,1,,1,1,1,,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,,,,,,,,,1,,1,,1,1,,,,1,,,1],[,1,,,1,1,,,,,,,,,1,1,1,,,,,1],[1,,1,1,1,,,,1,1,1,1,1,,,1,,,1,,,1,,1,,1],[,1,1,,1,1,,1,1,,,,1,1,1,,,1,1,,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,,1],[,1,,,,,,,,1,,,,,1,,,,1,,,1],[,1,1,1,1,,,1,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1],[,,,,,1,,1,,,,,1,1,1,1,1,,,1,,,,1],[,1,,,,,,,,1,,,,,,,,,,,,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,1,,,,1,,1,1,1,1,1,,1,1,,,,,,1],[,1,1,1,1,1,1,1,,1,1,,,1,1,,,,1,,1,1,,1,1],[,,,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,1,1,,1,,,1,1,1,1,,,1,,,,,,,1,1],[,1,,,,,,,,1,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1],[,1,1,,,,,,,,,,,,1,1,,,,,,1],[,1,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,,,,,1],[1,1,,,1,,,1,1,1,,,,1],,[,,,,,,,,,,,,,1,,,,,,,,,,1],[,,,,,,,,,1,,,,,,,,,1,,,,,,,1],[1,1,1,,1,,1,1,1,1,1,1,1,1,,1,,,1,,1,,,1,1],[,,,,,,,,,1],[,1,,,,1,,,1,,,1,,,1,,,,,1],[,1,1,,1,1,,,,,,,,,,,,,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,1,1,1,,,1,1,1,,,,1,,1],[1,1,1,1,1,1,,,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,,1,1],[,,,,,,,,,,,,,,,1,,,,1],,[1,1,,1,,1,,,,,,1,,1,,1,1,,1,,1,1,,1,1,,1],[,,1,,,,,,1,,,,1,,1,,,,,1],[1,,,,,,,,,1,,,,,,1,,,,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,,1,,,,,,1,,,1,,,,,,,,1],[,1,,1,,,,,,,,,,,,1],,[1,1,,,,,,,,,,,,,,,,,,,,,,1,1],[1]],[,[1,,,,,,,,,1,,,,,1,,1,,1],[,1,1,,1,1,,1,1,1,,,1,1,1,,,,1,,,1,,,,1],[,1,,,,,,,1,,,,1,,,,,,1],[1,1,1,1,1,1,,,,1,,,,,,,,,1,1,1,1],[1],[,1,1,,,1,1,,,,,1,,1,,,,,,,,1,,,,1],[1,,1,,,1,,1,,,,,1,1,1,1,,,,1,,,,1],[,,1,,,,,,,1,,,,,,,1,,,,,,,1],[1,,,,,,,,,,,,,,1,,,,1],[,,,1,,1,,,,,1,,,,1,1,,,,1],[1,,,,,1,,,1,1,,1,1,,,1,1,,1,1,1,,1,1,1,,1],[,1,1,,,,,1,,1,,1,1,1,,1,1,,,1,,1,1,1],[,1,,,,1,,,,1,,,1,,1,1,,,1,1,1,,,,,1],[1,,1,1,,1,,1,1,,1,,1,1,1,1,1,,,1,1,,,,,,1],[1,,,,,,,,,,,,,,,,,,1,,,1,,1],[,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,,1,,1],[,1,,,,1,,,1,1,,1,,,1,1,,,1,,,1,,,1,1],[1,1,,1,1,1,,1,1,1,,1,,1,1,1,,,1,,1,1,1],[1,,1,1,1,1,,,,1,,1,1,1,,1,,,1,1,1,,1,1,1,1,1],[1,,,,,,,,,,,,,1],[,,1,,,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,,,1,,1,,1,,,,1],[,,,1,,,,,,,,,1],[,1,,,,,,,,,,,,,,1,,,,,,,,,1],[,,,,,,,,1,1,,,,1,,,,,1,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,,,1,1,1],[,,,,,1,,,,1,1,1,,1,1,1,,,1,,1,1,,1],[,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,,,1,,,,,,,,,,,,,1],[,,1,,,1,,1,1,1,,1,1,,1,,,,1,,1,1],,[,,1,,,1,,,,,,1,,,,1],[,,,,,,,,,1,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,,1,1,,1,,1,,,1,1,1,,,1],[,,,,,1,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,1,,1,1,,1,1,,1],[,,,,,1,,,,,,,,,,,,,,1],[,1,1,1,1,,,,,1,,,1,,1,,,,1,1,,,,1,1],[,1,,,1,,,1,,1,1,,1,,,,,,,1],[,,1,,1,,,1,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,,,,,,,,,,1,,1,1],[,,,,,,,,,,,,1],,[,1,1,1,1,,,,1,1,,1,1,1,1,1,1,,1,1,1,1,,1,,1],[1,,,,1,,,,,,,,,,1],[1,,,,,,,,,1],,[,1,,,,1,,,,,,,,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,,1,,,,1,1,,,1,1,,1],[,1,1,,1,,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,1],[1,1,1,,,,,1,1,1,,1,1,1,1,1,,1,1,1,1,1,,,,,1],[,1,,,,,,,1,1,,,1,1,1,,1,,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,,,1,,,,1,,,1,,,,1,,,,,,,1,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1],[1,1,1,,1,,,1,1,1,1,,1,1,1,1,,,,1,,1,,1,,,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,,1,1,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,,1,,1,,,,1],[,1,1,1,1,1,,1,1,1,,,1,1,1,1,1,,1,1,1,,1,1,,1],[1,,,1,,,,1,1,1,,,,,1,1,,,,1,,1],[1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,,1,,1,1,,,,,,,1,,1],[,1,,,,1,,1,1,,,,1,1,,1,,,,1,1,1,,1],[,,,,,,,,,,,,,1],[,1,,,,,,1,,,,,,,1],[,,,,,,,,1,,,,1,,1,,,,,,,,,,,,1]],[,[,1,1,,1,1,1,1,,1,1,1,,1,1,,1,1,,1,1,1,1,1,1,,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,,,1,,,,,,,,1,,,,,,1,,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,,1,,1,1,1,1,1,1,1,,1,1,,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1],[,1,1,,,,,1,1,1,,,1,,1,1,,,,1,,1,,,1,1],[,,,,,,,1,,,,1,1,1,1,1,,1,,,1,,,,,1],[1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,,1,,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,1,1,,1,,1,1,1,,1,,1,1,,1,1,,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,,1,,,,,1,,1],[,1,1,1,,1,,1,,1,,,,1,,1,,,1,,,,,1,1,1],[,1,,,1,1,,1,,1,,1,1,1,1,1,,1,1,,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,,1,,1,,1,,,,,1,1,,1,,,,1,1]],[,[,1,,1,,,,,,,,1,,,,,,,1,,,,1],[,,,,,,,,,1,,1,1,1,,1,,,1,,1,1],[1,1,,,,,,,1,,,,,1,,1,,,,,,1],[,1,,,,,,,,,,1,,,,,,,,,1,1],,[,,,,,,,,,,,,,,,1,,,,1,,1],[,,1,1,,1,,1,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,1,,,,,,,,,1],[1,,1,1,,,,1,,,,,,,,,1,,,1,,,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,,1,1,,1,1,,1,,1],[,1,,,1,1,,,,,,1,,1,,1,,,1,,1,1],[1,1,1,1,,1,,1,,1,,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,,,1,,1,,1,1,1,,,1,1,1,,1,1,1,1,,1,1],[,,,,1,,,1,,,,,,,1,,,,1,1],[,1,,,,,,,,,,1,,1,,1,,,,,1,,,,,1],,[1,1,,1,,1,,1,1,,,,,,1,1,,,1,1,1,1,1,1,1,1,1],[1,1,,1,,,,,,1,,,,,1,1,1,,,,1,1,,,1],[,1,1,,1,1,,,,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,,,1,,,,1,,,,1,1],[,,,,1],[,,,,,,,,,1,,,1],,[,,1,,1,,,,,,,,,1,,,,,,,,,,,,1],[,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,,,1],[,1,,1,,,,,,1,,,,,1,1,,,,,1,1],[,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,,,1,,1,1,1],[,1,,,,1,,,,,,,1],[,1,,,1,,,1,,1,,1,1,,1,,,,,1,,1,,,,1,1],[,1,,,1,,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,1,1,,,,1,1,,,,,,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,,1,1,,1,1,1,1,1],[,1,,,,1,,,,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,1,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,,1,1,1,,1,1,1,,,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,,,,,,,1,1,,,,,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,1,,1,1,1,1],,[,1,1,,,,,1,,1,,,,1,1,1,,,1,,,,,1],[,,,,,,,,,,,,,1],[,,,,,1,,,,,,,,1,1,,,,,1,,1,,,1,1],[,,,,,1,,,1,,,,,,1]],[,[,1],,,,,,,,,,,,,,,,,,,,[1,1,1,1,1,,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,1,1,1,1],[,1,,1,,1,,,1,1,1,,1,1,1,1,1,,,1,,,,1,,1,1],[,1,,1,,1,,,1,,,,,1,,,,,,1,1],[,1,,1,,,,,1,,,,1,,1,1,1,1,1,1,1,1,,1],[,1,,,,,,,,,,,,,,,1]],[,[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,,,,,,,,,1,1,,,,1],[,,,,,,1],[,,1],[,1,1,,,1,,1,,1,1,,1,1,1,,,,1,1,1,,,,,1],,[,1,,,,1,,,,,,1,,,1,,,,1,1,,1],[,,,,,,,1,,,,,,,,,1],[,1,1,,,1,1,,,,,,1,1,1,,,,1,,1,1],[,,,,,,,1,,1,,,,,,,,,,1],[,1,1,,,,,,1,1,,,,1,,,,,,,1,,,1],,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,1,,,1,,,,,1,,1,,1,,1,,,,,1],[1,1,1,1,1,1,1,1,,,,,1,1,,1,1,,1,,,1,,1],[,,,,,,,,,,,,,,1,,,,,,1],,[,,,,,,,,,1,,,,1,,1,,,,,1],[,,1,,,,,,,1,,1,1,1,1,,,,,,,,,1],[,,,1,,,,,1,,,,,1,,,,,,1,,,,1],[1,,1,1,,1,1,1,1,1,,1,,,,1,1,1,,,1,1,,,,1,1],,[1,1,,,,,,,,,,1,1,1,,1,,,1],[,,,,1,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,1],[,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,,1,,,1,,,,,,,,1,,,,,,1,,,,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,,,,1,1,1,1,1,1,,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,1,,1,1,,1,1,1,,1,1,1,1,1,,,1],[1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,,1,,1,,1,1,1,1,1,,1,,1,1,1,1,,1,1,1,1,1],[1,1,1,1,,1,,,,,,1,,1,,,,,1,1,,,,,1],[1,,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,,1,,,,1,1,1,1,1,,,1,1,,1,,1],[,1,1,1,1,,,,,1,,1,1,1,1,1,,,1,1,,,,1,1,1],[,1,1,1,1,1,,1,,,,,1,,1,,1,,,1,,,1,1,,1]],[,[1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,,,,,1,,,,,1,1,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,,,,1,,1,1,,1,1,1,1,1,,,1,,1,,1],[1,1,1,,1,1,1,1,,,,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,,1,,,,,,,,,,1,1,1,1,1,1,1,,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,1,1,,,,1,,1,1,1,1,1,,,,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,,1,1,1],[,1,1,1,,1,,1,1,1,1,,,1,1,1,,1,1,1,1,1,,,1,1],[1,1,,,,1,,,1,1,1,,1,,1,,1,,1,1,1,1,1,,1,1,1],[,1,,,,,,,1,,1,,1,1,1,1,,,,,,,,,1]],[,[,,,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,1,,,1,,,,,,1,,,1,,,,1],,[,1,,,,1,,1,,1,1,,1,1,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],[1,1,1,,,1,,,1,,,,,,1,1,,,,,,,,,,1],[,1,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1,,,1],[,,,,,,,,,1],[1,1,,,,,,1,1,1,,1,1,,,,1,1,,1,,1,1,1,,1],[,1,1,1,,1,1,,,1,,1,1,1,1,,,,,,,1,,1,,1],[,1,1,1,1,,,1,,1,,,,1,1,1,1,,1,1,,1],[,1,,,1,1,,1,,1,,1,,1,1,,1,,1,,,1,,,1,,1],[,,,,,,,,,,,1,,,1],[,,,,,,,,,1,,,,,,,,,,,,,1],,[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1],[,1,,,,,,,1,1,,1,,,,,1,,,1,,1],[,1,,,,1,,,1,,,,,,,,1,,1,,,1],[,,,,,,,,,,,,,1,1,,,,1,,,1],[,,,,,1,,,1,,,,1],[,1],,[,1],[1,,,,,,,,,,,,,,1,,,,,1]],[,[,1,,,,1,1,1,1,1,1,,1,1,1,1,1,,1,1,,1,1,,,1],[,,1,,,,,,,,,1],,,[1,,,1,1,,,,,,,,1,1,,1,1,,1],,[,,,,,,,,,,,,,,,,,,1,,1],,[1,,,1,1,,1,1,,,,,1,,1,,,,,1,1,,1],[,,,,,,,,,,,1],[,1,,,,,,,,1,1,1,1,1,1,1,1,,,,1,1,,,,,1],[,,,,,,,,,,,,,,,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,,1,1,1,1,1,1],[,,,,,,,,,,,1,,1,,,1],[1,,,,,,,,,,,,,,,,,,1,,1],,,[,1,,,,,,,,,,,,,,1,,,,1,1],[,,,,,,,,,1,,,1,,1,,,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,1,1,,,,,,1],,[,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,1,1,,1,1,1,1,1,1,,,1,1,1,1,1,,1,1],[,1,,,,,,,,1],[,,,,1,,,1,,,1,1,,,,,,,,,1,1,,,,1],[,1,,1,1,,,1,1,1,,,,1,1,1,1,,1,1,1,1,,1],[,,,,,,,1],[,1,1,,,,,1,,1,,,,,,1,,,,,,1,,1,,1],[,1,,,,,,1,,,,1,,,,,,,,,,1],[,,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1,1,1,1,,1],[,1,,,,,,,,1],[,1,1,,1,,,,,,,,1,,,,,,1,,,1,,1,,1],[,1,,1,,1,,1,1,1,,1,1,1,,1,,,1,1,,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,,,,1,1,1,,,,1,1,,,1,1],[,,1,1,1,1,,1,,1,,1,,1,1,1,1,,,,,1,,1,,1],[1,1,1,1,1,1,1,1,,1,,1,,1,1,1,,,1,1,,,,1,,1],[,,,1],,[,1,1,,1,,,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1],[,1,,,,,,1,,1,,1,,,,,,,1,1,,1,1],[,,1,,,,1,,1,1,,1,,1,,,,,,,,,,1],[,1,1,,1,,,,1,,,,1,1,1,,,,1,,1,1,1,,1,1],,[,1,1,,,,,,,,,,,,,1,,,1,,,,,1],[,1,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,1,,,,1,1,,,,1,,,,,,,1]],[,[,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[,1,1,1,1,1,,1,,1,1,,,1,1,1,1,,1,,,,,1,1,1],[,,1,1,,1,,1,1,,,,1,1,1,1,,,1,,1,1,1,1,,1],[,1,,1,,,,,,,,1,,1,,1,,1,,,,,,,,1],[,,1,,1,,,1,,,,,1,1,,,1,,1,1,1,1],[,1],[,1,1,,1,,1,1,,1,,,1,1,1,,,,1,,,1,,1],[1,1,,1,1,1,,,,,,,,1,,,,,1,,1,1,1],[,1,1,,,,,,,1,,,1,,1,,1,,1,1,,,1,,,1],[,,1,,,,,,,,,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,,1,,,,,1,1,1,,,1,,1,,,,1],[,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,1,1,1,1,1,,1,1,1,,1,1,1,1,1,,,,1,1],[,,,1,1,,,1,,1,,1,,1,1,1,1,,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,,1,,1,,,,1,1,,,1,1,,1,1,,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1,,1,1,,,1],[,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,,1,,,1,,,1,,1,1,1,1,1,,1,,1,1],[,,,,,1,,,,1,,,,,1,1,,,,1],[,1,,1,1,1,,1,,,1,1,1,,,1,,,1,,1,,,1],[,,1,,,,,,,,,1,,1,,,,,1,,1],[,1,1,,,,,,,,1,1,1,,,,,,,,1,,,,,1],[,,,,,,,,1,,,,,1,,,1]],[,[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,,,1,1,1,1,1,1,1,1,,,,,,,,,1,1],[,,,,,,,,1,,,,1,,1,,1,,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,1,,1,,1,,,,1,1,,1,,1,,,,1,1,1,1,1,,,1],,[,1,,,,,,,,1,,,1,1,,,1,,1,1,,1,,1],[,1,,,1,,,,,,,,1,,,,,,,1],[1,1,,,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1],,[,1,,,,,,1,1,1,,1,1,1,1,1,,,1,,1,1,,,,1],[,1,1,,,1,,1,,1,,,1,1,1,1,,,1,,,1,,,,1],[,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1],[,1,1,,1,1,,1,1,,,1,1,,1,1,,1,,1,,1],[1,,1,,,,,1,,1,,1,1,1,1,,,,,1,1,,,,1,1],[,1,1,,,,,1,1,,,1,,1,1,1,1,,,,,,,,,,1],,[,1,1,,,1,,,,1,,1,1,1,1,1,,,,1,,,,1,,1],[,,,1,1,,,1,,,,,1,1,1,1,1,,1,1,,,,,,1],[,1,,,,,,,,,,,1,,,,1,,,,,,,1,,1],[,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,1,,,,,1,,1,,,1,1,,1,1,,1],[,1,,,,,,1,,,,,1,1,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1,,,1,,,,,1],[,,,,,,,1,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,,1,,,,,,,1,,,,,,,,1,1,,1],[,1,,,1,,,,1],[,,,,,,,,,,1],[,1,,,,,,1,1,,,,,1,1],,[,1,1,,,,,,1,,,,,1,1,,,,1],[1,,1,,1,,,,,1,,,,,1,,,,,,,,,1,1],[,1,1,,,,,,,,,1,1,1,1,,,,1,,,,,1,,,1],,[,1,1,,1,,,1,1,,,1,,,1,1,1,,1,,1,1,1,,,,1],[,1,,,,1,,,,,1,,,1,1,,,1,,1,,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,,,1,,,,,1,,,,,1,,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,1],[,1,,,,,,1,,,,,,,1,1,1,,,1],[,1,,,,,,,,,,1,1,1,,,,,1,,,1],[,,,,,1,,1,,,,,1,1,1,,1,1,,1,1,1,,,1,1],[1,1,,,,,,,1,,,,,1,1,,,,,,,,,,,1],,[,1],[,,,,,,,,,,,,,,,,,,,,,,,,1],[,,1,,,,,1,,,1,,,,1,,1],[,1,,,,,,,,,1]]];function Ax(e){for(var t=Bp;e.length<3;)e+="`";for(var r=0;r<=e.length-1;r++){var a=e.charCodeAt(r)-96;if(t=t[a],!t)return!1}return!0}function $p(e){e=Array.isArray(e)?e:Bp;var t=[];return e.forEach(function(r,a){var n=String.fromCharCode(a+96).replace("`","");Array.isArray(r)?t=t.concat($p(r).map(function(i){return n+i})):t.push(n)}),t}var so=Ax,Cx=function(e){function t(r){var a;return Vt(this,t),a=Be(this,t),a._props=Tx(r),a._attrs=Fx(r),a}return qn(t,e),Gt(t,[{key:"props",get:function(){return this._props}},{key:"attr",value:function(a){var n;return(n=this._attrs[a])!==null&&n!==void 0?n:null}},{key:"hasAttr",value:function(a){return this._attrs[a]!==void 0}},{key:"attrNames",get:function(){return Object.keys(this._attrs)}}])}(dt),Xu={"#cdata-section":2,"#text":3,"#comment":8,"#document":9,"#document-fragment":11},qp={},Rx=Object.keys(Xu);Rx.forEach(function(e){qp[Xu[e]]=e});function Tx(e){var t,r,a,n=(t=e.nodeName)!==null&&t!==void 0?t:qp[e.nodeType],i=(r=(a=e.nodeType)!==null&&a!==void 0?a:Xu[e.nodeName])!==null&&r!==void 0?r:1;Oe(typeof i=="number","nodeType has to be a number, got '".concat(i,"'")),Oe(typeof n=="string","nodeName has to be a string, got '".concat(n,"'")),n=n.toLowerCase();var o=null;n==="input"&&(o=(e.type||e.attributes&&e.attributes.type||"").toLowerCase(),oo().includes(o)||(o="text"));var s=Ae({},e,{nodeType:i,nodeName:n});return o&&(s.type=o),delete s.attributes,Object.freeze(s)}function Fx(e){var t=e.attributes,r=t===void 0?{}:t,a={htmlFor:"for",className:"class"};return Object.keys(r).reduce(function(n,i){var o=r[i];if(Oe(B(o)!=="object"||o===null,"expects attributes not to be an object, '".concat(i,"' was")),o!==void 0){var s=a[i]||i;n[s]=o!==null?String(o):null}return n},{})}var jp=Cx;function Sx(e,t){if(e=e||function(){},t=t||g.log,!g._audit)throw new Error("No audit configured");var r=g.utils.queue(),a=[];Object.keys(g.plugins).forEach(function(i){r.defer(function(o){var s=function(l){a.push(l),o()};try{g.plugins[i].cleanup(o,s)}catch(u){s(u)}})});var n=g.utils.getFlattenedTree(b.body);g.utils.querySelectorAll(n,"iframe, frame").forEach(function(i){r.defer(function(o,s){return g.utils.sendCommandToFrame(i.actualNode,{command:"cleanup-plugin"},o,s)})}),r.then(function(i){a.length===0?e(i):t(a)}).catch(t)}var zp=Sx,xn={},Hp;function Vp(e){return xn.hasOwnProperty(e)}function Zu(e){return typeof e=="string"&&xn[e]?xn[e]:typeof e=="function"?e:Hp}function kx(e,t,r){xn[e]=t,r&&(Hp=t)}function Ox(e){var t=g._audit;if(!t)throw new Error("No audit configured");if(e.axeVersion||e.ver){var r=e.axeVersion||e.ver;if(!/^\d+\.\d+\.\d+(-canary)?/.test(r))throw new Error("Invalid configured version ".concat(r));var a=r.split("-"),n=Q(a,2),i=n[0],o=n[1],s=i.split(".").map(Number),u=Q(s,3),l=u[0],c=u[1],d=u[2],m=g.version.split("-"),v=Q(m,2),y=v[0],w=v[1],E=y.split(".").map(Number),_=Q(E,3),x=_[0],C=_[1],R=_[2];if(l!==x||C<c||C===c&&R<d||l===x&&c===C&&d===R&&o&&o!==w)throw new Error("Configured version ".concat(r," is not compatible with current axe version ").concat(g.version))}if(e.reporter&&(typeof e.reporter=="function"||Vp(e.reporter))&&(t.reporter=e.reporter),e.checks){if(!Array.isArray(e.checks))throw new TypeError("Checks property must be an array");e.checks.forEach(function(O){if(!O.id)throw new TypeError("Configured check ".concat(JSON.stringify(O)," is invalid. Checks must be an object with at least an id property"));t.addCheck(O)})}var T=[];if(e.rules){if(!Array.isArray(e.rules))throw new TypeError("Rules property must be an array");e.rules.forEach(function(O){if(!O.id)throw new TypeError("Configured rule ".concat(JSON.stringify(O)," is invalid. Rules must be an object with at least an id property"));T.push(O.id),t.addRule(O)})}if(e.disableOtherRules&&t.rules.forEach(function(O){T.includes(O.id)===!1&&(O.enabled=!1)}),typeof e.branding<"u"?t.setBranding(e.branding):t._constructHelpUrls(),e.tagExclude&&(t.tagExclude=e.tagExclude),e.locale&&t.applyLocale(e.locale),e.standards&&Z2(e.standards),e.noHtml&&(t.noHtml=!0),e.allowedOrigins){if(!Array.isArray(e.allowedOrigins))throw new TypeError("Allowed origins property must be an array");if(e.allowedOrigins.includes("*"))throw new Error('"*" is not allowed. Use "'.concat(ye.allOrigins,'" instead'));t.setAllowedOrigins(e.allowedOrigins)}}var Ix=Ox;function Nx(e){Qt.updateMessenger(e)}function Mx(e){e=e||[];var t=e.length?g._audit.rules.filter(function(a){return!!e.filter(function(n){return a.tags.indexOf(n)!==-1}).length}):g._audit.rules,r=g._audit.data.rules||{};return t.map(function(a){var n=r[a.id]||{};return{ruleId:a.id,description:n.description,help:n.help,helpUrl:n.helpUrl,tags:a.tags,actIds:a.actIds}})}var Px=Mx;function Lx(e,t,r){var a=["SCRIPT","HEAD","TITLE","NOSCRIPT","STYLE","TEMPLATE"];if(!a.includes(e.nodeName.toUpperCase())&&yn(r)){var n=p.getComputedStyle(e);if(n.getPropertyValue("display")==="none")return;if(n.getPropertyValue("visibility")==="hidden"){var i=ft(e),o=i&&p.getComputedStyle(i);if(!o||o.getPropertyValue("visibility")!=="hidden")return}}return!0}var Bx=Lx,Gp={};Ut(Gp,{getAllCells:function(){return Qu},getCellPosition:function(){return ji},getHeaders:function(){return uo},getScope:function(){return du},isColumnHeader:function(){return wa},isDataCell:function(){return Wp},isDataTable:function(){return lo},isHeader:function(){return Vx},isRowHeader:function(){return Da},toArray:function(){return wr},toGrid:function(){return wr},traverse:function(){return Ju}});function $x(e){var t,r,a,n,i=[];for(t=0,a=e.rows.length;t<a;t++)for(r=0,n=e.rows[t].cells.length;r<n;r++)i.push(e.rows[t].cells[r]);return i}var Qu=$x;function Up(e,t,r){for(var a=e==="row"?"_rowHeaders":"_colHeaders",n=e==="row"?Da:wa,i=r[t.y][t.x],o=i.colSpan-1,s=i.getAttribute("rowspan"),u=parseInt(s)===0||i.rowspan===0?r.length:i.rowSpan,l=u-1,c=t.y+l,d=t.x+o,m=e==="row"?t.y:0,v=e==="row"?0:t.x,y,w=[],E=c;E>=m&&!y;E--)for(var _=d;_>=v;_--){var x=r[E]?r[E][_]:void 0;if(x){var C=g.utils.getNodeFromTree(x);if(C[a]){y=C[a];break}w.push(x)}}return y=(y||[]).concat(w.filter(n)),w.forEach(function(R){var T=g.utils.getNodeFromTree(R);T[a]=y}),y}function qx(e,t){if(e.getAttribute("headers")){var r=sr(e,"headers");if(r.filter(function(o){return o}).length)return r}t||(t=wr(ba(e,"table")));var a=ji(e,t),n=Up("row",a,t),i=Up("col",a,t);return[].concat(n,i).reverse()}var uo=qx;function jx(e){if(!e.children.length&&!e.textContent.trim())return!1;var t=Re(e);return t?["cell","gridcell"].includes(t):e.nodeName.toUpperCase()==="TD"}var Wp=jx;function zx(e){var t=Re(e);if((t==="presentation"||t==="none")&&!it(e))return!1;if(e.getAttribute("contenteditable")==="true"||ba(e,'[contenteditable="true"]')||t==="grid"||t==="treegrid"||t==="table"||Jt(t)==="landmark")return!0;if(e.getAttribute("datatable")==="0")return!1;if(e.getAttribute("summary")||e.tHead||e.tFoot||e.caption)return!0;for(var r=0,a=e.children.length;r<a;r++)if(e.children[r].nodeName.toUpperCase()==="COLGROUP")return!0;for(var n=0,i=e.rows.length,o,s,u=!1,l=0;l<i;l++){o=e.rows[l];for(var c=0,d=o.cells.length;c<d;c++){if(s=o.cells[c],s.nodeName.toUpperCase()==="TH"||(!u&&(s.offsetWidth!==s.clientWidth||s.offsetHeight!==s.clientHeight)&&(u=!0),s.getAttribute("scope")||s.getAttribute("headers")||s.getAttribute("abbr"))||["columnheader","rowheader"].includes(Re(s))||s.children.length===1&&s.children[0].nodeName.toUpperCase()==="ABBR")return!0;n++}}if(e.getElementsByTagName("table").length||i<2)return!1;var m=e.rows[Math.ceil(i/2)];if(m.cells.length===1&&m.cells[0].colSpan===1)return!1;if(m.cells.length>=5||u)return!0;for(var v,y,w=0;w<i;w++){if(o=e.rows[w],v&&v!==p.getComputedStyle(o).getPropertyValue("background-color")||(v=p.getComputedStyle(o).getPropertyValue("background-color"),y&&y!==p.getComputedStyle(o).getPropertyValue("background-image")))return!0;y=p.getComputedStyle(o).getPropertyValue("background-image")}return i>=20?!0:!(Xs(e).width>ki(p).width*.95||n<10||e.querySelector("object, embed, iframe, applet"))}var lo=zx;function Hx(e){if(wa(e)||Da(e))return!0;if(e.getAttribute("id")){var t=Ke(e.getAttribute("id"));return!!b.querySelector('[headers~="'.concat(t,'"]'))}return!1}var Vx=Hx;function Yp(e,t,r,a){var n,i=r[t.y]?r[t.y][t.x]:void 0;return i?typeof a=="function"&&(n=a(i,t,r),n===!0)?[i]:(n=Yp(e,{x:t.x+e.x,y:t.y+e.y},r,a),n.unshift(i),n):[]}function Gx(e,t,r,a){if(Array.isArray(t)&&(a=r,r=t,t={x:0,y:0}),typeof e=="string")switch(e){case"left":e={x:-1,y:0};break;case"up":e={x:0,y:-1};break;case"right":e={x:1,y:0};break;case"down":e={x:0,y:1};break}return Yp(e,{x:t.x+e.x,y:t.y+e.y},r,a)}var Ju=Gx,Kp={};Ut(Kp,{allowedAttr:function(){return Xp},arialabelText:function(){return mn},arialabelledbyText:function(){return pn},getAccessibleRefs:function(){return el},getElementUnallowedRoles:function(){return Jp},getExplicitRole:function(){return Re},getImplicitRole:function(){return ur},getOwnedVirtual:function(){return gn},getRole:function(){return we},getRoleType:function(){return Jt},getRolesByType:function(){return aA},getRolesWithNameFromContents:function(){return oA},implicitNodes:function(){return uA},implicitRole:function(){return ur},isAccessibleRef:function(){return co},isAriaRoleAllowedOnElement:function(){return Qp},isComboboxPopup:function(){return rl},isUnsupportedRole:function(){return lu},isValidRole:function(){return hn},label:function(){return am},labelVirtual:function(){return Vi},lookupTable:function(){return tm},namedFromContents:function(){return x1},requiredAttr:function(){return nm},requiredContext:function(){return al},requiredOwned:function(){return nl},validateAttr:function(){return fo},validateAttrValue:function(){return im}});function Ux(e){var t=Ie.ariaRoles[e],r=de(Mr());return t&&(t.allowedAttrs&&r.push.apply(r,de(t.allowedAttrs)),t.requiredAttrs&&r.push.apply(r,de(t.requiredAttrs))),r}var Xp=Ux,Wx=/^idrefs?$/;function Zp(e,t,r){if(e.hasAttribute){if(e.nodeName.toUpperCase()==="LABEL"&&e.hasAttribute("for")){var a=e.getAttribute("for");t.has(a)?t.get(a).push(e):t.set(a,[e])}for(var n=0;n<r.length;++n){var i=r[n],o=me(e.getAttribute(i)||"");if(o){var s=je(Et(o)),u;try{for(s.s();!(u=s.n()).done;){var l=u.value;t.has(l)?t.get(l).push(e):t.set(l,[e])}}catch(d){s.e(d)}finally{s.f()}}}}for(var c=0;c<e.childNodes.length;c++)e.childNodes[c].nodeType===1&&Zp(e.childNodes[c],t,r)}function Yx(e){var t;e=e.actualNode||e;var r=gt(e);r=r.documentElement||r;var a=be.get("idRefsByRoot",function(){return new Map}),n=a.get(r);if(!n){n=new Map,a.set(r,n);var i=Object.keys(Ie.ariaAttrs).filter(function(o){var s=Ie.ariaAttrs[o].type;return Wx.test(s)});Zp(r,n,i)}return(t=n.get(e.id))!==null&&t!==void 0?t:[]}var el=Yx;function Kx(e,t){var r=e instanceof dt?e:Ee(e),a=ur(r),n=Pr(r);return Array.isArray(n.allowedRoles)?n.allowedRoles.includes(t):t===a?!1:!!n.allowedRoles}var Qp=Kx,Xx=["doc-backlink","doc-biblioentry","doc-biblioref","doc-cover","doc-endnote","doc-glossref","doc-noteref"],Zx={header:"banner",footer:"contentinfo"};function Qx(e){var t=[];if(!e)return t;if(e.hasAttr("role")){var r=Et(e.attr("role").toLowerCase());t=t.concat(r)}return t.filter(function(a){return hn(a)})}function Jx(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,r=Se(e),a=r.vNode;if(!zu(a))return[];var n=a.props.nodeName,i=ur(a)||Zx[n],o=Qx(a);return o.filter(function(s){return!eA(s,a,t,i)})}function eA(e,t,r,a){return r&&e===a?!0:Xx.includes(e)&&Jt(e)!==a?!1:Qp(t,e)}var Jp=Jx;function tA(e){return Object.keys(Ie.ariaRoles).filter(function(t){return Ie.ariaRoles[t].type===e})}var _a=tA;function rA(e){return _a(e)}var aA=rA;function nA(){return be.get("ariaRolesNameFromContent",function(){return Object.keys(Ie.ariaRoles).filter(function(e){return Ie.ariaRoles[e].nameFromContent})})}var tl=nA;function iA(){return tl()}var oA=iA,em=function(t){return t===null},bt=function(t){return t!==null},Er={};Er.attributes={"aria-activedescendant":{type:"idref",allowEmpty:!0,unsupported:!1},"aria-atomic":{type:"boolean",values:["true","false"],unsupported:!1},"aria-autocomplete":{type:"nmtoken",values:["inline","list","both","none"],unsupported:!1},"aria-busy":{type:"boolean",values:["true","false"],unsupported:!1},"aria-checked":{type:"nmtoken",values:["true","false","mixed","undefined"],unsupported:!1},"aria-colcount":{type:"int",unsupported:!1},"aria-colindex":{type:"int",unsupported:!1},"aria-colspan":{type:"int",unsupported:!1},"aria-controls":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-current":{type:"nmtoken",allowEmpty:!0,values:["page","step","location","date","time","true","false"],unsupported:!1},"aria-describedby":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-describedat":{unsupported:!0,unstandardized:!0},"aria-details":{type:"idref",allowEmpty:!0,unsupported:!1},"aria-disabled":{type:"boolean",values:["true","false"],unsupported:!1},"aria-dropeffect":{type:"nmtokens",values:["copy","move","reference","execute","popup","none"],unsupported:!1},"aria-errormessage":{type:"idref",allowEmpty:!0,unsupported:!1},"aria-expanded":{type:"nmtoken",values:["true","false","undefined"],unsupported:!1},"aria-flowto":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-grabbed":{type:"nmtoken",values:["true","false","undefined"],unsupported:!1},"aria-haspopup":{type:"nmtoken",allowEmpty:!0,values:["true","false","menu","listbox","tree","grid","dialog"],unsupported:!1},"aria-hidden":{type:"boolean",values:["true","false"],unsupported:!1},"aria-invalid":{type:"nmtoken",allowEmpty:!0,values:["true","false","spelling","grammar"],unsupported:!1},"aria-keyshortcuts":{type:"string",allowEmpty:!0,unsupported:!1},"aria-label":{type:"string",allowEmpty:!0,unsupported:!1},"aria-labelledby":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-level":{type:"int",unsupported:!1},"aria-live":{type:"nmtoken",values:["off","polite","assertive"],unsupported:!1},"aria-modal":{type:"boolean",values:["true","false"],unsupported:!1},"aria-multiline":{type:"boolean",values:["true","false"],unsupported:!1},"aria-multiselectable":{type:"boolean",values:["true","false"],unsupported:!1},"aria-orientation":{type:"nmtoken",values:["horizontal","vertical"],unsupported:!1},"aria-owns":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-placeholder":{type:"string",allowEmpty:!0,unsupported:!1},"aria-posinset":{type:"int",unsupported:!1},"aria-pressed":{type:"nmtoken",values:["true","false","mixed","undefined"],unsupported:!1},"aria-readonly":{type:"boolean",values:["true","false"],unsupported:!1},"aria-relevant":{type:"nmtokens",values:["additions","removals","text","all"],unsupported:!1},"aria-required":{type:"boolean",values:["true","false"],unsupported:!1},"aria-roledescription":{type:"string",allowEmpty:!0,unsupported:!1},"aria-rowcount":{type:"int",unsupported:!1},"aria-rowindex":{type:"int",unsupported:!1},"aria-rowspan":{type:"int",unsupported:!1},"aria-selected":{type:"nmtoken",values:["true","false","undefined"],unsupported:!1},"aria-setsize":{type:"int",unsupported:!1},"aria-sort":{type:"nmtoken",values:["ascending","descending","other","none"],unsupported:!1},"aria-valuemax":{type:"decimal",unsupported:!1},"aria-valuemin":{type:"decimal",unsupported:!1},"aria-valuenow":{type:"decimal",unsupported:!1},"aria-valuetext":{type:"string",unsupported:!1}},Er.globalAttributes=["aria-atomic","aria-busy","aria-controls","aria-current","aria-describedby","aria-details","aria-disabled","aria-dropeffect","aria-flowto","aria-grabbed","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-live","aria-owns","aria-relevant","aria-roledescription"],Er.role={alert:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},alertdialog:{type:"widget",attributes:{allowed:["aria-expanded","aria-modal","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["dialog","section"]},application:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage","aria-activedescendant"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["article","audio","embed","iframe","object","section","svg","video"]},article:{type:"structure",attributes:{allowed:["aria-expanded","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["article"],unsupported:!1},banner:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["header"],unsupported:!1,allowedElements:["section"]},button:{type:"widget",attributes:{allowed:["aria-expanded","aria-pressed","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["button",'input[type="button"]','input[type="image"]','input[type="reset"]','input[type="submit"]',"summary"],unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:bt}}]},cell:{type:"structure",attributes:{allowed:["aria-colindex","aria-colspan","aria-rowindex","aria-rowspan","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["row"],implicit:["td","th"],unsupported:!1},checkbox:{type:"widget",attributes:{allowed:["aria-checked","aria-required","aria-readonly","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:['input[type="checkbox"]'],unsupported:!1,allowedElements:["button"]},columnheader:{type:"structure",attributes:{allowed:["aria-colindex","aria-colspan","aria-expanded","aria-rowindex","aria-rowspan","aria-required","aria-readonly","aria-selected","aria-sort","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["row"],implicit:["th"],unsupported:!1},combobox:{type:"composite",attributes:{allowed:["aria-autocomplete","aria-required","aria-activedescendant","aria-orientation","aria-errormessage"],required:["aria-expanded"]},owned:{all:["listbox","tree","grid","dialog","textbox"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:[{nodeName:"input",properties:{type:["text","search","tel","url","email"]}}]},command:{nameFrom:["author"],type:"abstract",unsupported:!1},complementary:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["aside"],unsupported:!1,allowedElements:["section"]},composite:{nameFrom:["author"],type:"abstract",unsupported:!1},contentinfo:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["footer"],unsupported:!1,allowedElements:["section"]},definition:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["dd","dfn"],unsupported:!1},dialog:{type:"widget",attributes:{allowed:["aria-expanded","aria-modal","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["dialog"],unsupported:!1,allowedElements:["section"]},directory:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1,allowedElements:["ol","ul"]},document:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["body"],unsupported:!1,allowedElements:["article","embed","iframe","object","section","svg"]},"doc-abstract":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-acknowledgments":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-afterword":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-appendix":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-backlink":{type:"link",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:bt}}]},"doc-biblioentry":{type:"listitem",attributes:{allowed:["aria-expanded","aria-level","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author"],context:["doc-bibliography"],unsupported:!1,allowedElements:["li"]},"doc-bibliography":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:{one:["doc-biblioentry"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-biblioref":{type:"link",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:bt}}]},"doc-chapter":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-colophon":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-conclusion":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-cover":{type:"img",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1},"doc-credit":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-credits":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-dedication":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-endnote":{type:"listitem",attributes:{allowed:["aria-expanded","aria-level","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,namefrom:["author"],context:["doc-endnotes"],unsupported:!1,allowedElements:["li"]},"doc-endnotes":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:{one:["doc-endnote"]},namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-epigraph":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1},"doc-epilogue":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-errata":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-example":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["aside","section"]},"doc-footnote":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["aside","footer","header"]},"doc-foreword":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-glossary":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:["term","definition"],namefrom:["author"],context:null,unsupported:!1,allowedElements:["dl"]},"doc-glossref":{type:"link",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author","contents"],context:null,unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:bt}}]},"doc-index":{type:"navigation",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["nav","section"]},"doc-introduction":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-noteref":{type:"link",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author","contents"],context:null,unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:bt}}]},"doc-notice":{type:"note",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-pagebreak":{type:"separator",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["hr"]},"doc-pagelist":{type:"navigation",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["nav","section"]},"doc-part":{type:"landmark",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-preface":{type:"landmark",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-prologue":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-pullquote":{type:"none",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["aside","section"]},"doc-qna":{type:"section",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-subtitle":{type:"sectionhead",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:{nodeName:["h1","h2","h3","h4","h5","h6"]}},"doc-tip":{type:"note",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["aside"]},"doc-toc":{type:"navigation",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["nav","section"]},feed:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:{one:["article"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["article","aside","section"]},figure:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["figure"],unsupported:!1},form:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["form"],unsupported:!1},grid:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-colcount","aria-level","aria-multiselectable","aria-readonly","aria-rowcount","aria-errormessage"]},owned:{one:["rowgroup","row"]},nameFrom:["author"],context:null,implicit:["table"],unsupported:!1},gridcell:{type:"widget",attributes:{allowed:["aria-colindex","aria-colspan","aria-expanded","aria-rowindex","aria-rowspan","aria-selected","aria-readonly","aria-required","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["row"],implicit:["td","th"],unsupported:!1},group:{type:"structure",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["details","optgroup"],unsupported:!1,allowedElements:["dl","figcaption","fieldset","figure","footer","header","ol","ul"]},heading:{type:"structure",attributes:{required:["aria-level"],allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["h1","h2","h3","h4","h5","h6"],unsupported:!1},img:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["img"],unsupported:!1,allowedElements:["embed","iframe","object","svg"]},input:{nameFrom:["author"],type:"abstract",unsupported:!1},landmark:{nameFrom:["author"],type:"abstract",unsupported:!1},link:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["a[href]","area[href]"],unsupported:!1,allowedElements:["button",{nodeName:"input",properties:{type:["image","button"]}}]},list:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:{all:["listitem"]},nameFrom:["author"],context:null,implicit:["ol","ul","dl"],unsupported:!1},listbox:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-multiselectable","aria-readonly","aria-required","aria-expanded","aria-orientation","aria-errormessage"]},owned:{all:["option"]},nameFrom:["author"],context:null,implicit:["select"],unsupported:!1,allowedElements:["ol","ul"]},listitem:{type:"structure",attributes:{allowed:["aria-level","aria-posinset","aria-setsize","aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["list"],implicit:["li","dt"],unsupported:!1},log:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},main:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["main"],unsupported:!1,allowedElements:["article","section"]},marquee:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},math:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["math"],unsupported:!1},menu:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-orientation","aria-errormessage"]},owned:{one:["menuitem","menuitemradio","menuitemcheckbox"]},nameFrom:["author"],context:null,implicit:['menu[type="context"]'],unsupported:!1,allowedElements:["ol","ul"]},menubar:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-orientation","aria-errormessage"]},owned:{one:["menuitem","menuitemradio","menuitemcheckbox"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["ol","ul"]},menuitem:{type:"widget",attributes:{allowed:["aria-posinset","aria-setsize","aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["menu","menubar"],implicit:['menuitem[type="command"]'],unsupported:!1,allowedElements:["button","li",{nodeName:"iput",properties:{type:["image","button"]}},{nodeName:"a",attributes:{href:bt}}]},menuitemcheckbox:{type:"widget",attributes:{allowed:["aria-checked","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["menu","menubar"],implicit:['menuitem[type="checkbox"]'],unsupported:!1,allowedElements:[{nodeName:["button","li"]},{nodeName:"input",properties:{type:["checkbox","image","button"]}},{nodeName:"a",attributes:{href:bt}}]},menuitemradio:{type:"widget",attributes:{allowed:["aria-checked","aria-selected","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["menu","menubar"],implicit:['menuitem[type="radio"]'],unsupported:!1,allowedElements:[{nodeName:["button","li"]},{nodeName:"input",properties:{type:["image","button","radio"]}},{nodeName:"a",attributes:{href:bt}}]},navigation:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["nav"],unsupported:!1,allowedElements:["section"]},none:{type:"structure",attributes:null,owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:[{nodeName:["article","aside","dl","embed","figcaption","fieldset","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","iframe","li","ol","section","ul"]},{nodeName:"img",attributes:{alt:bt}}]},note:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["aside"]},option:{type:"widget",attributes:{allowed:["aria-selected","aria-posinset","aria-setsize","aria-checked","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["listbox"],implicit:["option"],unsupported:!1,allowedElements:[{nodeName:["button","li"]},{nodeName:"input",properties:{type:["checkbox","button"]}},{nodeName:"a",attributes:{href:bt}}]},presentation:{type:"structure",attributes:null,owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:[{nodeName:["article","aside","dl","embed","figcaption","fieldset","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","iframe","li","ol","section","ul"]},{nodeName:"img",attributes:{alt:bt}}]},progressbar:{type:"widget",attributes:{allowed:["aria-valuetext","aria-valuenow","aria-valuemax","aria-valuemin","aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["progress"],unsupported:!1},radio:{type:"widget",attributes:{allowed:["aria-selected","aria-posinset","aria-setsize","aria-required","aria-errormessage","aria-checked"]},owned:null,nameFrom:["author","contents"],context:null,implicit:['input[type="radio"]'],unsupported:!1,allowedElements:[{nodeName:["button","li"]},{nodeName:"input",properties:{type:["image","button"]}}]},radiogroup:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-required","aria-expanded","aria-readonly","aria-errormessage","aria-orientation"]},owned:{all:["radio"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:{nodeName:["ol","ul","fieldset"]}},range:{nameFrom:["author"],type:"abstract",unsupported:!1},region:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["section[aria-label]","section[aria-labelledby]","section[title]"],unsupported:!1,allowedElements:{nodeName:["article","aside"]}},roletype:{type:"abstract",unsupported:!1},row:{type:"structure",attributes:{allowed:["aria-activedescendant","aria-colindex","aria-expanded","aria-level","aria-selected","aria-rowindex","aria-errormessage"]},owned:{one:["cell","columnheader","rowheader","gridcell"]},nameFrom:["author","contents"],context:["rowgroup","grid","treegrid","table"],implicit:["tr"],unsupported:!1},rowgroup:{type:"structure",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-errormessage"]},owned:{all:["row"]},nameFrom:["author","contents"],context:["grid","table","treegrid"],implicit:["tbody","thead","tfoot"],unsupported:!1},rowheader:{type:"structure",attributes:{allowed:["aria-colindex","aria-colspan","aria-expanded","aria-rowindex","aria-rowspan","aria-required","aria-readonly","aria-selected","aria-sort","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["row"],implicit:["th"],unsupported:!1},scrollbar:{type:"widget",attributes:{required:["aria-controls","aria-valuenow"],allowed:["aria-valuetext","aria-orientation","aria-errormessage","aria-valuemax","aria-valuemin"]},owned:null,nameFrom:["author"],context:null,unsupported:!1},search:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:{nodeName:["aside","form","section"]}},searchbox:{type:"widget",attributes:{allowed:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-readonly","aria-required","aria-placeholder","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:['input[type="search"]'],unsupported:!1,allowedElements:{nodeName:"input",properties:{type:"text"}}},section:{nameFrom:["author","contents"],type:"abstract",unsupported:!1},sectionhead:{nameFrom:["author","contents"],type:"abstract",unsupported:!1},select:{nameFrom:["author"],type:"abstract",unsupported:!1},separator:{type:"structure",attributes:{allowed:["aria-expanded","aria-orientation","aria-valuenow","aria-valuemax","aria-valuemin","aria-valuetext","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["hr"],unsupported:!1,allowedElements:["li"]},slider:{type:"widget",attributes:{allowed:["aria-valuetext","aria-orientation","aria-readonly","aria-errormessage","aria-valuemax","aria-valuemin"],required:["aria-valuenow"]},owned:null,nameFrom:["author"],context:null,implicit:['input[type="range"]'],unsupported:!1},spinbutton:{type:"widget",attributes:{allowed:["aria-valuetext","aria-required","aria-readonly","aria-errormessage","aria-valuemax","aria-valuemin"],required:["aria-valuenow"]},owned:null,nameFrom:["author"],context:null,implicit:['input[type="number"]'],unsupported:!1,allowedElements:{nodeName:"input",properties:{type:["text","tel"]}}},status:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["output"],unsupported:!1,allowedElements:["section"]},structure:{type:"abstract",unsupported:!1},switch:{type:"widget",attributes:{allowed:["aria-errormessage"],required:["aria-checked"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1,allowedElements:["button",{nodeName:"input",properties:{type:["checkbox","image","button"]}},{nodeName:"a",attributes:{href:bt}}]},tab:{type:"widget",attributes:{allowed:["aria-selected","aria-expanded","aria-setsize","aria-posinset","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["tablist"],unsupported:!1,allowedElements:[{nodeName:["button","h1","h2","h3","h4","h5","h6","li"]},{nodeName:"input",properties:{type:"button"}},{nodeName:"a",attributes:{href:bt}}]},table:{type:"structure",attributes:{allowed:["aria-colcount","aria-rowcount","aria-errormessage"]},owned:{one:["rowgroup","row"]},nameFrom:["author","contents"],context:null,implicit:["table"],unsupported:!1},tablist:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-level","aria-multiselectable","aria-orientation","aria-errormessage"]},owned:{all:["tab"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["ol","ul"]},tabpanel:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},term:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["dt"],unsupported:!1},textbox:{type:"widget",attributes:{allowed:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-readonly","aria-required","aria-placeholder","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:['input[type="text"]','input[type="email"]','input[type="password"]','input[type="tel"]','input[type="url"]',"input:not([type])","textarea"],unsupported:!1},timer:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1},toolbar:{type:"structure",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-orientation","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:['menu[type="toolbar"]'],unsupported:!1,allowedElements:["ol","ul"]},tooltip:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1},tree:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-multiselectable","aria-required","aria-expanded","aria-orientation","aria-errormessage"]},owned:{all:["treeitem"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["ol","ul"]},treegrid:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-colcount","aria-expanded","aria-level","aria-multiselectable","aria-readonly","aria-required","aria-rowcount","aria-orientation","aria-errormessage"]},owned:{one:["rowgroup","row"]},nameFrom:["author"],context:null,unsupported:!1},treeitem:{type:"widget",attributes:{allowed:["aria-checked","aria-selected","aria-expanded","aria-level","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["group","tree"],unsupported:!1,allowedElements:["li",{nodeName:"a",attributes:{href:bt}}]},widget:{type:"abstract",unsupported:!1},window:{nameFrom:["author"],type:"abstract",unsupported:!1}},Er.implicitHtmlRole=pu,Er.elementsAllowedNoRole=[{nodeName:["base","body","caption","col","colgroup","datalist","dd","details","dt","head","html","keygen","label","legend","main","map","math","meta","meter","noscript","optgroup","param","picture","progress","script","source","style","template","textarea","title","track"]},{nodeName:"area",attributes:{href:bt}},{nodeName:"input",properties:{type:["color","data","datatime","file","hidden","month","number","password","range","reset","submit","time","week"]}},{nodeName:"link",attributes:{href:bt}},{nodeName:"menu",attributes:{type:"context"}},{nodeName:"menuitem",attributes:{type:["command","checkbox","radio"]}},{nodeName:"select",condition:function(t){return t instanceof g.AbstractVirtualNode||(t=g.utils.getNodeFromTree(t)),Number(t.attr("size"))>1},properties:{multiple:!0}},{nodeName:["clippath","cursor","defs","desc","feblend","fecolormatrix","fecomponenttransfer","fecomposite","feconvolvematrix","fediffuselighting","fedisplacementmap","fedistantlight","fedropshadow","feflood","fefunca","fefuncb","fefuncg","fefuncr","fegaussianblur","feimage","femerge","femergenode","femorphology","feoffset","fepointlight","fespecularlighting","fespotlight","fetile","feturbulence","filter","hatch","hatchpath","lineargradient","marker","mask","meshgradient","meshpatch","meshrow","metadata","mpath","pattern","radialgradient","solidcolor","stop","switch","view"]}],Er.elementsAllowedAnyRole=[{nodeName:"a",attributes:{href:em}},{nodeName:"img",attributes:{alt:em}},{nodeName:["abbr","address","canvas","div","p","pre","blockquote","ins","del","output","span","table","tbody","thead","tfoot","td","em","strong","small","s","cite","q","dfn","abbr","time","code","var","samp","kbd","sub","sup","i","b","u","mark","ruby","rt","rp","bdi","bdo","br","wbr","th","tr"]}],Er.evaluateRoleForElement={A:function(t){var r=t.node,a=t.out;return r.namespaceURI==="http://www.w3.org/2000/svg"?!0:r.href.length?a:!0},AREA:function(t){var r=t.node;return!r.href},BUTTON:function(t){var r=t.node,a=t.role,n=t.out;return r.getAttribute("type")==="menu"?a==="menuitem":n},IMG:function(t){var r=t.node,a=t.role,n=t.out;switch(r.alt){case null:return n;case"":return a==="presentation"||a==="none";default:return a!=="presentation"&&a!=="none"}},INPUT:function(t){var r=t.node,a=t.role,n=t.out;switch(r.type){case"button":case"image":return n;case"checkbox":return a==="button"&&r.hasAttribute("aria-pressed")?!0:n;case"radio":return a==="menuitemradio";case"text":return a==="combobox"||a==="searchbox"||a==="spinbutton";case"tel":return a==="combobox"||a==="spinbutton";case"url":case"search":case"email":return a==="combobox";default:return!1}},LI:function(t){var r=t.node,a=t.out,n=g.utils.matchesSelector(r,"ol li, ul li");return n?a:!0},MENU:function(t){var r=t.node;return r.getAttribute("type")!=="context"},OPTION:function(t){var r=t.node,a=g.utils.matchesSelector(r,"select > option, datalist > option, optgroup > option");return!a},SELECT:function(t){var r=t.node,a=t.role;return!r.multiple&&r.size<=1&&a==="menu"},SVG:function(t){var r=t.node,a=t.out;return r.parentNode&&r.parentNode.namespaceURI==="http://www.w3.org/2000/svg"?!0:a}},Er.rolesOfType={widget:["button","checkbox","dialog","gridcell","link","log","marquee","menuitem","menuitemcheckbox","menuitemradio","option","progressbar","radio","scrollbar","searchbox","slider","spinbutton","status","switch","tab","tabpanel","textbox","timer","tooltip","tree","treeitem"]};var tm=Er;function sA(e){var t=null,r=tm.role[e];return r&&r.implicit&&(t=gr(r.implicit)),t}var uA=sA;function lA(e){return!!el(e).length}var co=lA;function rl(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.popupRoles,a=we(e);if(r??(r=i1["aria-haspopup"].values),!r.includes(a))return!1;var n=cA(e);if(rm(n))return!0;var i=e.props.id;if(!i)return!1;if(!e.actualNode)throw new Error("Unable to determine combobox popup without an actualNode");var o=un(e.actualNode),s=o.querySelectorAll('[aria-owns~="'.concat(i,`"][role~="combobox"]:not(select),
24
+ [aria-controls~="`).concat(i,'"][role~="combobox"]:not(select)'));return Array.from(s).some(rm)}var rm=function(t){return t&&we(t)==="combobox"};function cA(e){for(;e=e.parent;)if(we(e,{noPresentational:!0})!==null)return e;return null}function dA(e){return e=Ee(e),Vi(e)}var am=dA;function fA(e){var t=Ie.ariaRoles[e];return!t||!Array.isArray(t.requiredAttrs)?[]:de(t.requiredAttrs)}var nm=fA;function pA(e){var t=Ie.ariaRoles[e];return!t||!Array.isArray(t.requiredContext)?null:de(t.requiredContext)}var al=pA;function mA(e){var t=Ie.ariaRoles[e];return!t||!Array.isArray(t.requiredOwned)?null:de(t.requiredOwned)}var nl=mA;function hA(e,t){e=e instanceof dt?e:Ee(e);var r,a,n=e.attr(t),i=Ie.ariaAttrs[t];if(!i||i.allowEmpty&&(!n||n.trim()===""))return!0;switch(i.type){case"boolean":return["true","false"].includes(n.toLowerCase());case"nmtoken":return typeof n=="string"&&i.values.includes(n.toLowerCase());case"nmtokens":return a=Et(n),a.reduce(function(u,l){return u&&i.values.includes(l)},a.length!==0);case"idref":try{var o=gt(e.actualNode);return!!(n&&o.getElementById(n))}catch{throw new TypeError("Cannot resolve id references for partial DOM")}case"idrefs":return sr(e,t).some(function(u){return!!u});case"string":return n.trim()!=="";case"decimal":return r=n.match(/^[-+]?([0-9]*)\.?([0-9]*)$/),!!(r&&(r[1]||r[2]));case"int":var s=typeof i.minValue<"u"?i.minValue:-1/0;return/^[-+]?[0-9]+$/.test(n)&&parseInt(n)>=s}}var im=hA;function vA(e){var t=Ie.ariaAttrs[e];return!!t}var fo=vA;function gA(e){var t=Qu(e),r=this,a=[];t.forEach(function(s){var u=s.getAttribute("headers");u&&(a=a.concat(u.split(/\s+/)));var l=s.getAttribute("aria-labelledby");l&&(a=a.concat(l.split(/\s+/)))});var n=t.filter(function(s){return me(s.textContent)===""?!1:s.nodeName.toUpperCase()==="TH"||["rowheader","columnheader"].indexOf(Re(s))!==-1}),i=wr(e),o=!0;return n.forEach(function(s){if(!(s.getAttribute("id")&&a.includes(s.getAttribute("id")))){var u=ji(s,i),l=!1;wa(s)&&(l=Ju("down",u,i).find(function(c){return!wa(c)&&uo(c,i).includes(s)})),!l&&Da(s)&&(l=Ju("right",u,i).find(function(c){return!Da(c)&&uo(c,i).includes(s)})),l||r.relatedNodes(s),o=o&&l}}),o?!0:void 0}var bA=gA,An=["cell-header-not-in-table","cell-header-not-th","header-refs-self","empty-hdrs"],om=An[0],sm=An[1],um=An[2],il=An[3];function yA(e){for(var t=[],r={},a=0;a<e.rows.length;a++)for(var n=e.rows[a],i=0;i<n.cells.length;i++){var o=n.cells[i];t.push(o);var s=o.getAttribute("id");s&&(r[s]=we(o))}var u=oe(oe(oe(oe({},um,new Set),om,new Set),sm,new Set),il,new Set);t.forEach(function(m){if(!(!m.hasAttribute("headers")||!Xe(m))){var v=m.getAttribute("headers").trim();if(!v){u[il].add(m);return}var y=m.getAttribute("id"),w=Et(v);w.forEach(function(E){y&&E===y?u[um].add(m):r[E]?["columnheader","rowheader"].includes(r[E])||u[sm].add(m):u[om].add(m)})}});var l=je(An),c;try{for(l.s();!(c=l.n()).done;){var d=c.value;if(u[d].size>0)return this.relatedNodes(de(u[d])),d===il?void 0:(this.data({messageKey:d}),!1)}}catch(m){l.e(m)}finally{l.f()}return!0}function wA(e){var t=[],r=Qu(e),a=wr(e);return r.forEach(function(n){if(Wi(n)&&Wp(n)&&!am(n)){var i=uo(n,a).some(function(o){return o!==null&&!!Wi(o)});i||t.push(n)}}),t.length?(this.relatedNodes(t),!1):!0}var DA=wA;function EA(e,t){var r=e.getAttribute("scope").toLowerCase();return t.values.indexOf(r)!==-1}var _A=EA,xA=AA;function AA(e,t,r){if(r.children!==void 0){var a=r.attr("summary"),n=r.children.find(CA),i=n?me(Lr(n)):!1;return!i||!a?!1:me(a).toLowerCase()===me(i).toLowerCase()}}function CA(e){return e.props.nodeName==="caption"}function RA(e){return X1(b)?e.nodeName.toUpperCase()==="TH":!0}var TA=RA;function FA(e){var t=wr(e),r=t[0];return t.length<=1||r.length<=1||e.rows.length<=1?!0:r.reduce(function(a,n,i){return a||n!==r[i+1]&&r[i+1]!==void 0},!1)}var SA=FA;function kA(e,t,r){if(r.children){var a=r.children.find(function(i){var o=i.props;return o.nodeName==="title"});if(!a)return this.data({messageKey:"noTitle"}),!1;try{var n=Lr(a,{includeHidden:!0}).trim();if(n==="")return this.data({messageKey:"emptyTitle"}),!1}catch{return}return!0}}var OA=kA,lm={};Ut(lm,{getAriaRolesByType:function(){return _a},getAriaRolesSupportingNameFromContent:function(){return tl},getElementSpec:function(){return Pr},getElementsByContentType:function(){return cu},getGlobalAriaAttrs:function(){return Mr},implicitHtmlRoles:function(){return pu}});function IA(e,t,r){var a=Re(r);if(["presentation","none"].includes(a)&&["iframe","frame"].includes(r.props.nodeName)&&r.hasAttr("title"))return this.data({messageKey:"iframe",nodeName:r.props.nodeName}),!1;var n=we(r);if(["presentation","none"].includes(n))return this.data({role:n}),!0;if(!["presentation","none"].includes(a))return!1;var i=Mr().some(function(u){return r.hasAttr(u)}),o=it(r),s;return i&&!o?s="globalAria":!i&&o?s="focusable":s="both",this.data({messageKey:s,role:n}),!1}function NA(e,t,r){var a=r.props.nodeName,n=(r.attr("type")||"").toLowerCase(),i=r.attr("value");return i&&this.data({messageKey:"has-label"}),a==="input"&&["submit","reset"].includes(n)?i===null:!1}var MA=NA;function PA(e){return St(e)}var LA=PA;function BA(e,t){var r=t.cssProperty,a=t.absoluteValues,n=t.minValue,i=t.maxValue,o=t.normalValue,s=o===void 0?0:o,u=t.noImportant,l=t.multiLineOnly;if(!u&&e.style.getPropertyPriority(r)!=="important"||l&&!Q1(e))return!0;var c={};typeof n=="number"&&(c.minValue=n),typeof i=="number"&&(c.maxValue=i);var d=e.style.getPropertyValue(r);if(["inherit","unset","revert","revert-layer"].includes(d))return this.data(Ae({value:d},c)),!0;var m=$A(e,{absoluteValues:a,cssProperty:r,normalValue:s});if(this.data(Ae({value:m},c)),typeof m=="number")return(typeof n!="number"||m>=n)&&(typeof i!="number"||m<=i)}function $A(e,t){var r=t.cssProperty,a=t.absoluteValues,n=t.normalValue,i=p.getComputedStyle(e),o=i.getPropertyValue(r);if(o==="normal")return n;var s=parseFloat(o);if(a)return s;var u=parseFloat(i.getPropertyValue("font-size")),l=Math.round(s/u*100)/100;return isNaN(l)?o:l}function qA(e,t,r){var a=r.props.nodeName;return["img","input","area"].includes(a)?r.hasAttr("alt"):!1}var jA=qA;function zA(){}var HA=zA;function VA(){var e=b.title;return!!me(e)}var GA=VA;function UA(e,t){var r=t.cssProperties.filter(function(a){if(e.style.getPropertyPriority(a)==="important")return a});return r.length>0?(this.data(r),!1):!0}var WA=UA;function YA(e,t,r){try{return!!me(pn(r))}catch{return}}var KA=YA;function XA(e,t,r){return!!me(mn(r))}var ZA=XA;function QA(e){var t=e.getAttribute("id").trim();if(!t)return!0;var r=gt(e),a=Array.from(r.querySelectorAll('[id="'.concat(Ke(t),'"]'))).filter(function(n){return n!==e});return a.length&&this.relatedNodes(a),this.data(t),a.length===0}var JA=QA;function e5(e){var t=[];return e.filter(function(r){return t.indexOf(r.data)===-1?(t.push(r.data),!0):!1})}var t5=e5;function r5(e,t,r){var a=me(r.attr("title")).toLowerCase();return this.data(a),!0}var a5=r5;function n5(e){var t={};return e.forEach(function(r){t[r.data]=t[r.data]!==void 0?++t[r.data]:0}),e.forEach(function(r){r.result=!!t[r.data]}),e}var i5=n5;function o5(e){var t=iu(e,"href");return t?Xe(t)||void 0:!1}var s5=o5,u5=["alert","log","status"];function l5(e,t,r){this.data({isIframe:["iframe","frame"].includes(r.props.nodeName)});var a=be.get("regionlessNodes",function(){return c5(t)});return!a.includes(r)}function c5(e){var t=cm(g._tree[0],e).map(function(r){for(;r.parent&&!r.parent._hasRegionDescendant&&r.parent.actualNode!==b.body;)r=r.parent;return r}).filter(function(r,a,n){return n.indexOf(r)===a});return t}function cm(e,t){var r=e.actualNode;if(we(e)==="button"||f5(e,t)||["iframe","frame"].includes(e.props.nodeName)||Fu(e.actualNode)&&iu(e.actualNode,"href")||!Xe(r)){for(var a=e;a;)a._hasRegionDescendant=!0,a=a.parent;return["iframe","frame"].includes(e.props.nodeName)?[e]:[]}else return r!==b.body&&Wi(r,!0)&&!d5(e)?[e]:e.children.filter(function(n){var i=n.actualNode;return i.nodeType===1}).map(function(n){return cm(n,t)}).reduce(function(n,i){return n.concat(i)},[])}function d5(e){return["none","presentation"].includes(we(e))&&!Ui(e)}function f5(e,t){var r=e.actualNode,a=we(e),n=(r.getAttribute("aria-live")||"").toLowerCase().trim(),i=_a("landmark");return!!(["assertive","polite"].includes(n)||u5.includes(a)||i.includes(a)||t.regionMatcher&&vn(e,t.regionMatcher))}function p5(e){var t=e.filter(function(r){return r.data.isIframe});return e.forEach(function(r){if(!(r.result||r.node.ancestry.length===1)){var a=r.node.ancestry.slice(0,-1),n=je(t),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;if(Vu(a,o.node.ancestry)){r.result=o.result;break}}}catch(s){n.e(s)}finally{n.f()}}}),t.forEach(function(r){r.result||(r.result=!0)}),e}var m5=p5;function h5(e){switch(e){case"lighter":return 100;case"normal":return 400;case"bold":return 700;case"bolder":return 900}return e=parseInt(e),isNaN(e)?400:e}function v5(e){for(var t=e,r=e.textContent.trim(),a=r;a===r&&t!==void 0;){var n=-1;if(e=t,e.children.length===0)return e;do n++,a=e.children[n].textContent.trim();while(a===""&&n+1<e.children.length);t=e.children[n]}return e}function ol(e){var t=p.getComputedStyle(v5(e));return{fontWeight:h5(t.getPropertyValue("font-weight")),fontSize:parseInt(t.getPropertyValue("font-size")),isItalic:t.getPropertyValue("font-style")==="italic"}}function dm(e,t,r){return r.reduce(function(a,n){return a||(!n.size||e.fontSize/n.size>t.fontSize)&&(!n.weight||e.fontWeight-n.weight>t.fontWeight)&&(!n.italic||e.isItalic&&!t.isItalic)},!1)}function g5(e,t,r){var a=Array.from(e.parentNode.children),n=a.indexOf(e);t=t||{};var i=t.margins||[],o=a.slice(n+1).find(function(E){return E.nodeName.toUpperCase()==="P"}),s=a.slice(0,n).reverse().find(function(E){return E.nodeName.toUpperCase()==="P"}),u=ol(e),l=o?ol(o):null,c=s?ol(s):null,d=t.passLength,m=t.failLength,v=e.textContent.trim().length,y=o==null?void 0:o.textContent.trim().length;if(v>y*d||!l||!dm(u,l,i))return!0;var w=ga(r,"blockquote");if(!(w&&w.nodeName.toUpperCase()==="BLOCKQUOTE")&&!(c&&!dm(u,c,i))&&!(v>y*m))return!1}var b5=g5,y5=/[;,\s]/,w5=/^[0-9.]+$/;function D5(e,t,r){var a=t||{},n=a.minDelay,i=a.maxDelay,o=(r.attr("content")||"").trim(),s=o.split(y5),u=Q(s,1),l=u[0];if(!l.match(w5))return!0;var c=parseFloat(l);return this.data({redirectDelay:c}),typeof n=="number"&&c<=t.minDelay||typeof i=="number"&&c>t.maxDelay}function E5(e,t,r){var a=It(r,"a[href]");return a.some(function(n){return/^#[^/!]/.test(n.attr("href"))})}var _5=E5,fm={};Ut(fm,{aria:function(){return Kp},color:function(){return pm},dom:function(){return Us},forms:function(){return Am},matches:function(){return vn},math:function(){return $f},standards:function(){return lm},table:function(){return Gp},text:function(){return fn},utils:function(){return as}});var pm={};Ut(pm,{Color:function(){return Ze},centerPointOfRect:function(){return A5},elementHasImage:function(){return Yi},elementIsDistinct:function(){return hm},filteredRectStack:function(){return F5},flattenColors:function(){return pr},flattenShadowColors:function(){return ul},getBackgroundColor:function(){return Rn},getBackgroundStack:function(){return ll},getContrast:function(){return xa},getForegroundColor:function(){return ho},getOwnBackgroundColor:function(){return Jr},getRectStack:function(){return vm},getStackingContext:function(){return dl},getStrokeColorsFromShadows:function(){return cl},getTextShadowColors:function(){return mo},hasValidContrastRatio:function(){return Z5},incompleteData:function(){return Ge},parseTextShadows:function(){return ym},stackingContextToColor:function(){return Cn}});function x5(e){if(!(e.left>p.innerWidth)&&!(e.top>p.innerHeight)){var t=Math.min(Math.ceil(e.left+e.width/2),p.innerWidth-1),r=Math.min(Math.ceil(e.top+e.height/2),p.innerHeight-1);return{x:t,y:r}}}var A5=x5;function mm(e){return e.getPropertyValue("font-family").split(/[,;]/g).map(function(t){return t.trim().toLowerCase()})}function C5(e,t){var r=p.getComputedStyle(e);if(r.getPropertyValue("background-image")!=="none")return!0;var a=["border-bottom","border-top","outline"].reduce(function(s,u){var l=new Ze;return l.parseString(r.getPropertyValue(u+"-color")),s||r.getPropertyValue(u+"-style")!=="none"&&parseFloat(r.getPropertyValue(u+"-width"))>0&&l.alpha!==0},!1);if(a)return!0;var n=p.getComputedStyle(t);if(mm(r)[0]!==mm(n)[0])return!0;var i=["text-decoration-line","text-decoration-style","font-weight","font-style","font-size"].reduce(function(s,u){return s||r.getPropertyValue(u)!==n.getPropertyValue(u)},!1),o=r.getPropertyValue("text-decoration");return o.split(" ").length<3&&(i=i||o!==n.getPropertyValue("text-decoration")),i}var hm=C5;function R5(e){var t=r1(e),r=_u(e);return!r||r.length<=1?[t]:r.some(function(a){return a===void 0})?null:(r.splice(0,0,t),r)}var vm=R5;function T5(e){var t=vm(e);if(t&&t.length===1)return t[0];if(t&&t.length>1){var r=t.shift(),a;return t.forEach(function(n,i){if(i!==0){var o=t[i-1],s=t[i];a=o.every(function(u,l){return u===s[l]})||r.includes(e)}}),a?t[0]:(Ge.set("bgColor","elmPartiallyObscuring"),null)}return Ge.set("bgColor","outsideViewport"),null}var F5=T5,S5=["hue","saturation","color","luminosity"],gm={normal:function(t,r){return r},multiply:function(t,r){return r*t},screen:function(t,r){return t+r-t*r},overlay:function(t,r){return this["hard-light"](r,t)},darken:function(t,r){return Math.min(t,r)},lighten:function(t,r){return Math.max(t,r)},"color-dodge":function(t,r){return t===0?0:r===1?1:Math.min(1,t/(1-r))},"color-burn":function(t,r){return t===1?1:r===0?0:1-Math.min(1,(1-t)/r)},"hard-light":function(t,r){return r<=.5?this.multiply(t,2*r):this.screen(t,2*r-1)},"soft-light":function(t,r){if(r<=.5)return t-(1-2*r)*t*(1-t);var a=t<=.25?((16*t-12)*t+4)*t:Math.sqrt(t);return t+(2*r-1)*(a-t)},difference:function(t,r){return Math.abs(t-r)},exclusion:function(t,r){return t+r-2*t*r},hue:function(t,r){return r.setSaturation(t.getSaturation()).setLuminosity(t.getLuminosity())},saturation:function(t,r){return t.setSaturation(r.getSaturation()).setLuminosity(t.getLuminosity())},color:function(t,r){return r.setLuminosity(t.getLuminosity())},luminosity:function(t,r){return t.setLuminosity(r.getLuminosity())}};function pr(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"normal",a=O5(t,e,r),n=sl(e.red,e.alpha,t.red,t.alpha,a.r*255),i=sl(e.green,e.alpha,t.green,t.alpha,a.g*255),o=sl(e.blue,e.alpha,t.blue,t.alpha,a.b*255),s=k5(e.alpha+t.alpha*(1-e.alpha),0,1);if(s===0)return new Ze(n,i,o,s);var u=Math.round(n/s),l=Math.round(i/s),c=Math.round(o/s);return new Ze(u,l,c,s)}function sl(e,t,r,a,n){return t*(1-a)*e+t*a*n+(1-t)*a*r}function k5(e,t,r){return Math.min(Math.max(t,e),r)}function O5(e,t,r){if(S5.includes(r))return gm[r](e,t);var a=new Ze;return["r","g","b"].forEach(function(n){a[n]=gm[r](e[n],t[n])}),a}function ul(e,t){var r=e.alpha,a=(1-r)*t.red+r*e.red,n=(1-r)*t.green+r*e.green,i=(1-r)*t.blue+r*e.blue,o=e.alpha+t.alpha*(1-e.alpha);return new Ze(a,n,i,o)}function ll(e){for(var t=_u(e).map(function(n){return n=J1(n,e),n=I5(n),n}),r=0;r<t.length;r++){var a=t[r];if(a[0]!==e)return Ge.set("bgColor","bgOverlap"),null;if(r!==0&&!N5(a,t[0]))return Ge.set("bgColor","elmPartiallyObscuring"),null}return t[0]||null}function I5(e){var t=e.indexOf(b.body),r=e,a=Jr(p.getComputedStyle(b.documentElement));if(t>1&&a.alpha===0&&!Yi(b.documentElement)){t>1&&(r.splice(t,1),r.push(b.body));var n=r.indexOf(b.documentElement);n>0&&(r.splice(n,1),r.push(b.documentElement))}return r}function N5(e,t){if(e===t)return!0;if(e===null||t===null||e.length!==t.length)return!1;for(var r=0;r<e.length;++r)if(e[r]!==t[r])return!1;return!0}var M5=.54,po=.5,P5=1.5,bm=["top","right","bottom","left"];function cl(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.ignoreEdgeCount,a=r===void 0?!1:r,n=L5(e),i=Object.entries(n).map(function(o){var s=Q(o,2),u=s[0],l=s[1],c=bm.filter(function(d){return l[d].length!==0}).length;return{colorStr:u,sides:l,edgeCount:c}});return!a&&i.some(function(o){var s=o.edgeCount;return s>1&&s<4})?null:i.map(B5).filter(function(o){return o!==null})}function L5(e){var t={},r=je(e),a;try{for(r.s();!(a=r.n()).done;){var n,i=a.value,o=i.colorStr,s=i.pixels;(n=t[o])!==null&&n!==void 0||(t[o]={top:[],right:[],bottom:[],left:[]});var u=t[o],l=Q(s,2),c=l[0],d=l[1];c>po?u.right.push(c):-c>po&&u.left.push(-c),d>po?u.bottom.push(d):-d>po&&u.top.push(-d)}}catch(m){r.e(m)}finally{r.f()}return t}function B5(e){var t=e.colorStr,r=e.sides,a=e.edgeCount;if(a!==4)return null;var n=new Ze;n.parseString(t);var i=0,o=!0;return bm.forEach(function(s){i+=r[s].length/4,o&&(o=r[s].every(function(u){return u>P5}))}),o||(n.alpha=1-Math.pow(M5,i)),n}function ym(e){var t={pixels:[]},r=e.trim(),a=[t];if(!r)return[];for(;r;){var n=r.match(/^[a-z]+(\([^)]+\))?/i)||r.match(/^#[0-9a-f]+/i),i=r.match(/^([0-9.-]+)px/i)||r.match(/^(0)/);if(n)Oe(!t.colorStr,"Multiple colors identified in text-shadow: ".concat(e)),r=r.replace(n[0],"").trim(),t.colorStr=n[0];else if(i){Oe(t.pixels.length<3,"Too many pixel units in text-shadow: ".concat(e)),r=r.replace(i[0],"").trim();var o=parseFloat((i[1][0]==="."?"0":"")+i[1]);t.pixels.push(o)}else if(r[0]===",")Oe(t.pixels.length>=2,"Missing pixel value in text-shadow: ".concat(e)),t={pixels:[]},a.push(t),r=r.substr(1).trim();else throw new Error("Unable to process text-shadows: ".concat(r))}return a.forEach(function(s){var u=s.pixels;u.length===2&&u.push(0)}),a}function mo(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.minRatio,a=t.maxRatio,n=t.ignoreEdgeCount,i=[],o=p.getComputedStyle(e),s=o.getPropertyValue("text-shadow");if(s==="none")return i;var u=o.getPropertyValue("font-size"),l=parseInt(u);Oe(isNaN(l)===!1,"Unable to determine font-size value ".concat(u));var c=[],d=ym(s),m=je(d),v;try{for(m.s();!(v=m.n()).done;){var y=v.value,w=y.colorStr||o.getPropertyValue("color"),E=Q(y.pixels,3),_=E[0],x=E[1],C=E[2],R=C===void 0?0:C;if(!(a&&R>=l*a)){if(r&&R<l*r){c.push({colorStr:w,pixels:y.pixels});continue}if(c.length>0){var T=cl(c,{ignoreEdgeCount:n});if(T===null)return null;i.push.apply(i,de(T)),c.splice(0,c.length)}var O=$5({colorStr:w,offsetX:_,offsetY:x,blurRadius:R,fontSize:l});i.push(O)}}}catch($){m.e($)}finally{m.f()}if(c.length>0){var P=cl(c,{ignoreEdgeCount:n});if(P===null)return null;i.push.apply(i,de(P))}return i}function $5(e){var t=e.colorStr,r=e.offsetX,a=e.offsetY,n=e.blurRadius,i=e.fontSize;if(r>n||a>n)return new Ze(0,0,0,0);var o=new Ze;return o.parseString(t),o.alpha*=q5(n,i),o}function q5(e,t){if(e===0)return 1;var r=e/t;return .185/(r+.4)}function dl(e,t){var r=Ee(e);if(r._stackingContext)return r._stackingContext;var a=[],n=new Map;return t=t??ll(e),t.forEach(function(i){var o,s=Ee(i),u=H5(s),l=s._stackingOrder.filter(function(m){var v=m.vNode;return!!v});l.forEach(function(m,v){var y,w=m.vNode,E=(y=l[v-1])===null||y===void 0?void 0:y.vNode,_=Dm(n,w,E);v===0&&!n.get(w)&&a.unshift(_),n.set(w,_)});var c=(o=l[l.length-1])===null||o===void 0?void 0:o.vNode,d=Dm(n,s,c);l.length||a.unshift(d),d.bgColor=u}),r._stackingContext=a,a}function Cn(e){var t;if(!((t=e.descendants)!==null&&t!==void 0&&t.length)){var r=e.bgColor;return r.alpha*=e.opacity,{color:r,blendMode:e.blendMode}}var a=e.descendants.reduce(j5,wm()),n=pr(a,e.bgColor,e.descendants[0].blendMode);return n.alpha*=e.opacity,{color:n,blendMode:e.blendMode}}function j5(e,t){var r;e instanceof Ze?r=e:r=Cn(e).color;var a=Cn(t).color;return pr(a,r,t.blendMode)}function wm(e,t){var r;return{vNode:e,ancestor:t,opacity:parseFloat((r=e==null?void 0:e.getComputedStylePropertyValue("opacity"))!==null&&r!==void 0?r:1),bgColor:new Ze(0,0,0,0),blendMode:z5(e==null?void 0:e.getComputedStylePropertyValue("mix-blend-mode")),descendants:[]}}function z5(e){return e||void 0}function Dm(e,t,r){var a,n=e.get(r),i=(a=e.get(t))!==null&&a!==void 0?a:wm(t,n);return n&&r!==t&&!n.descendants.includes(i)&&n.descendants.unshift(i),i}function H5(e){var t=new Ze;return t.parseString(e.getComputedStylePropertyValue("background-color")),t}function Rn(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:.1,a=Ee(e),n=a._cache.getBackgroundColor;if(n)return t.push.apply(t,de(n.bgElms)),Ge.set("bgColor",n.incompleteData),n.bgColor;var i=V5(e,t,r);return a._cache.getBackgroundColor={bgColor:i,bgElms:t,incompleteData:Ge.get("bgColor")},i}function V5(e,t,r){var a,n,i=ll(e);if(!i)return null;var o=Eu(e),s=(a=mo(e,{minRatio:r,ignoreEdgeCount:!0}))!==null&&a!==void 0?a:[];s.length&&(s=[{color:s.reduce(ul)}]);for(var u=0;u<i.length;u++){var l=i[u],c=p.getComputedStyle(l);if(Yi(l,c))return t.push(l),null;var d=void 0;try{if(d=Jr(c),d.alpha===0)continue}catch(w){if(w&&Ge.get("colorParse"))return null;throw w}if(c.getPropertyValue("display")!=="inline"&&!Em(l,o))return t.push(l),Ge.set("bgColor","elmPartiallyObscured"),null;if(t.push(l),d.alpha===1)break}var m=dl(e,i);s=m.map(Cn).concat(s);var v=G5(e,i.includes(b.body));if((n=s).unshift.apply(n,de(v)),s.length===0)return new Ze(255,255,255,1);var y=s.reduce(function(w,E){return pr(E.color,w.color instanceof Ze?w.color:w,E.blendMode)});return pr(y.color instanceof Ze?y.color:y,new Ze(255,255,255,1))}function Em(e,t){t=Array.isArray(t)?t:[t];var r=e.getBoundingClientRect(),a=r.right,n=r.bottom,i=p.getComputedStyle(e),o=i.getPropertyValue("overflow"),s=parseInt(i.getPropertyValue("padding-left"),10),u=parseInt(i.getPropertyValue("padding-right"),10),l=parseInt(i.getPropertyValue("padding-top"),10),c=parseInt(i.getPropertyValue("padding-bottom"),10);return(["scroll","auto"].includes(o)||e instanceof p.HTMLHtmlElement)&&(a=r.left+e.scrollWidth+s+u,n=r.top+e.scrollHeight+l+c),t.every(function(d){return d.top>=r.top&&d.bottom<=n&&d.left>=r.left&&d.right<=a})}function _m(e){return e||void 0}function G5(e,t){var r=[];if(!t){var a=b.documentElement,n=b.body,i=p.getComputedStyle(a),o=p.getComputedStyle(n),s=Jr(i),u=Jr(o),l=u.alpha!==0&&Em(n,e.getBoundingClientRect());(u.alpha!==0&&s.alpha===0||l&&u.alpha!==1)&&r.unshift({color:u,blendMode:_m(o.getPropertyValue("mix-blend-mode"))}),s.alpha!==0&&(!l||l&&u.alpha!==1)&&r.unshift({color:s,blendMode:_m(i.getPropertyValue("mix-blend-mode"))})}return r}function U5(e,t){if(!t||!e)return null;t.alpha<1&&(t=pr(t,e));var r=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(a,r)+.05)/(Math.min(a,r)+.05)}var xa=U5;function ho(e,t,r){var a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},n=p.getComputedStyle(e),i=[function(){return Y5(n,a)},function(){return W5(n)},function(){return mo(e,{minRatio:0})}],o=[];try{for(var s=0,u=i;s<u.length;s++){var l=u[s],c=l();if(c&&(o=o.concat(c),c.alpha===1))break}}catch(w){if(w&&Ge.get("colorParse"))return null;throw w}var d=o.reduce(function(w,E){return pr(w,E)});if(r??(r=Rn(e,[])),r===null){var m=Ge.get("bgColor");return Ge.set("fgColor",m),null}var v=dl(e),y=xm(v,e);return pr(K5(d,y,v),new Ze(255,255,255,1))}function W5(e){return new Ze().parseString(e.getPropertyValue("-webkit-text-fill-color")||e.getPropertyValue("color"))}function Y5(e,t){var r=t.textStrokeEmMin,a=r===void 0?0:r,n=parseFloat(e.getPropertyValue("-webkit-text-stroke-width"));if(n===0)return null;var i=e.getPropertyValue("font-size"),o=n/parseFloat(i);if(isNaN(o)||o<a)return null;var s=e.getPropertyValue("-webkit-text-stroke-color");return new Ze().parseString(s)}function K5(e,t,r){for(;t;){var a;if(t.opacity===1&&t.ancestor){t=t.ancestor;continue}e.alpha*=t.opacity;var n=((a=t.ancestor)===null||a===void 0?void 0:a.descendants)||r;t.opacity!==1&&(n=n.slice(0,n.indexOf(t)));var i=n.map(Cn);if(!i.length){t=t.ancestor;continue}var o=i.reduce(function(s,u){return pr(u.color,s.color instanceof Ze?s.color:s)},{color:new Ze(0,0,0,0),blendMode:"normal"});e=pr(e,o),t=t.ancestor}return e}function xm(e,t){var r=je(e),a;try{for(r.s();!(a=r.n()).done;){var n,i=a.value;if(((n=i.vNode)===null||n===void 0?void 0:n.actualNode)===t)return i;var o=xm(i.descendants,t);if(o)return o}}catch(s){r.e(s)}finally{r.f()}}function X5(e,t,r,a){var n=xa(e,t),i=a&&Math.ceil(r*72)/96<14||!a&&Math.ceil(r*72)/96<18,o=i?4.5:3;return{isValid:n>o,contrastRatio:n,expectedContrastRatio:o}}var Z5=X5,Am={};Ut(Am,{isAriaCombobox:function(){return k1},isAriaListbox:function(){return S1},isAriaRange:function(){return O1},isAriaTextbox:function(){return F1},isDisabled:function(){return Tn},isNativeSelect:function(){return T1},isNativeTextbox:function(){return R1}});var Q5=["fieldset","button","select","input","textarea"];function Cm(e){var t=e._isDisabled;if(typeof t=="boolean")return t;var r=e.props.nodeName,a=e.attr("aria-disabled");return Q5.includes(r)&&e.hasAttr("disabled")?t=!0:a?t=a.toLowerCase()==="true":e.parent?t=Cm(e.parent):t=!1,e._isDisabled=t,t}var Tn=Cm;function J5(e,t,r){var a=fn.accessibleTextVirtual(r),n=fn.sanitize(fn.removeUnicode(a,{emoji:!0,nonBmp:!0,punctuations:!0})).toLowerCase();if(n){var i={name:n,urlProps:Us.urlPropsFromAttribute(e,"href")};return this.data(i),this.relatedNodes([e]),!0}}var eC=J5;function Rm(e,t){if(!e||!t)return!1;var r=Object.getOwnPropertyNames(e),a=Object.getOwnPropertyNames(t);if(r.length!==a.length)return!1;var n=r.every(function(i){var o=e[i],s=t[i];return B(o)!==B(s)?!1:B(o)==="object"||B(s)==="object"?Rm(o,s):o===s});return n}function tC(e){if(e.length<2)return e;for(var t=e.filter(function(o){var s=o.result;return s!==void 0}),r=[],a={},n=function(s){var u,l=t[s],c=l.data,d=c.name,m=c.urlProps;if(a[d])return 1;var v=t.filter(function(w,E){var _=w.data;return _.name===d&&E!==s}),y=v.every(function(w){var E=w.data;return Rm(E.urlProps,m)});v.length&&!y&&(l.result=void 0),l.relatedNodes=[],(u=l.relatedNodes).push.apply(u,de(v.map(function(w){return w.relatedNodes[0]}))),a[d]=v,r.push(l)},i=0;i<t.length;i++)n(i);return r}var rC=tC;function aC(e){var t=we(e),r=t&&t.includes("heading"),a=e.attr("aria-level"),n=parseInt(a,10),i=e.props.nodeName.match(/h(\d)/)||[],o=Q(i,2),s=o[1];return r?s&&!a?parseInt(s,10):isNaN(n)||n<1?s?parseInt(s,10):2:n||-1:-1}function nC(){var e=be.get("headingOrder");if(e)return!0;var t="h1, h2, h3, h4, h5, h6, [role=heading], iframe, frame",r=fr(g._tree[0],t,Xe);return e=r.map(function(a){return{ancestry:[Ei(a.actualNode)],level:aC(a)}}),this.data({headingOrder:e}),be.set("headingOrder",r),!0}var iC=nC;function oC(e){var t=uC(e);return e.forEach(function(r){r.result=sC(r,t)}),e}function sC(e,t){var r,a,n,i,o=Tm(t,e.node.ancestry),s=(r=(a=t[o])===null||a===void 0?void 0:a.level)!==null&&r!==void 0?r:-1,u=(n=(i=t[o-1])===null||i===void 0?void 0:i.level)!==null&&n!==void 0?n:-1;if(o===0)return!0;if(s!==-1)return s-u<=1}function uC(e){e=de(e),e.sort(function(r,a){var n=r.node,i=a.node;return n.ancestry.length-i.ancestry.length});var t=e.reduce(lC,[]);return t.filter(function(r){var a=r.level;return a!==-1})}function lC(e,t){var r,a=(r=t.data)===null||r===void 0?void 0:r.headingOrder,n=Fm(t.node.ancestry,1);if(!a)return e;var i=a.map(function(s){return dC(s,n)}),o=cC(e,n);return o===-1?e.push.apply(e,de(i)):e.splice.apply(e,[o,0].concat(de(i))),e}function cC(e,t){for(;t.length;){var r=Tm(e,t);if(r!==-1)return r;t=Fm(t,1)}return-1}function Tm(e,t){return e.findIndex(function(r){return Vu(r.ancestry,t)})}function dC(e,t){var r=t.concat(e.ancestry);return Ae({},e,{ancestry:r})}function Fm(e,t){return e.slice(0,e.length-t)}function fC(e,t,r){var a=(t==null?void 0:t.minSize)||24,n=r.boundingClientRect;if(yr(a*10,n))return this.data({messageKey:"large",minSize:a}),!0;var i=yr.bind(null,a),o=Bi(r),s=pC(r,o),u=mC(r,o),l=u.fullyObscuringElms,c=u.partialObscuringElms;if(s.length&&(l.length||!i(n))){this.data({minSize:a,messageKey:"contentOverflow"}),this.relatedNodes(Fn(s));return}if(l.length)return this.relatedNodes(Fn(l)),this.data({messageKey:"obscured"}),!0;var d=jt(r)?!1:void 0;if(!i(n))return this.data(Ae({minSize:a},vo(n))),d;var m=gC(c);if(!m.length)return this.data(Ae({minSize:a},vo(n))),!0;var v=hC(r,m,a);if(!v){this.data({minSize:a,messageKey:"tooManyRects"});return}if(!i(v)){if(s.length){this.data({minSize:a,messageKey:"contentOverflow"}),this.relatedNodes(Fn(s));return}var y=m.every(jt),w="partiallyObscured".concat(y?"":"NonTabbable");return this.data(Ae({messageKey:w,minSize:a},vo(v))),this.relatedNodes(Fn(m)),y?d:void 0}return this.data(Ae({minSize:a},vo(v||n))),this.relatedNodes(Fn(m)),!0}function pC(e,t){return t.filter(function(r){return!Sm(r,e)&&km(e,r)})}function mC(e,t){var r=[],a=[],n=je(t),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;!km(e,o)&&Js(e,o)&&bC(o)!=="none"&&(Sm(e,o)?r.push(o):a.push(o))}}catch(s){n.e(s)}finally{n.f()}return{fullyObscuringElms:r,partialObscuringElms:a}}function hC(e,t,r){var a=e.boundingClientRect,n=t.map(function(o){var s=o.getComputedStylePropertyValue("display");return s==="inline"?o.clientRects:o.boundingClientRect}).flat(1/0),i;try{i=eu(a,n)}catch{return null}return vC(i,r)}function vC(e,t){return e.reduce(function(r,a){var n=yr(t,r),i=yr(t,a);if(n!==i)return n?r:a;var o=r.width*r.height,s=a.width*a.height;return o>s?r:a})}function gC(e){return e.filter(function(t){return Jt(t)==="widget"&&it(t)})}function Sm(e,t){var r=e.boundingClientRect,a=t.boundingClientRect;return r.top>=a.top&&r.left>=a.left&&r.bottom<=a.bottom&&r.right<=a.right}function bC(e){return e.getComputedStylePropertyValue("pointer-events")}function vo(e){return{width:Math.round(e.width*10)/10,height:Math.round(e.height*10)/10}}function km(e,t){return br(e,t)&&!jt(t)}function Fn(e){return e.map(function(t){var r=t.actualNode;return r})}var yC=.05;function wC(e,t,r){var a=(t==null?void 0:t.minOffset)||24;if(yr(a*10,r.boundingClientRect))return this.data({messageKey:"large",minOffset:a}),!0;var n=[],i=a,o=je(Bi(r,a)),s;try{for(o.s();!(s=o.n()).done;){var u=s.value;if(!(Jt(u)!=="widget"||!it(u))){var l=null;try{l=jf(r,u,a/2)}catch(c){if(c.message.startsWith("splitRects")){this.data({messageKey:"tooManyRects",closestOffset:0,minOffset:a});return}throw c}l!==null&&(l=DC(l)*2,!(l+yC>=a)&&(i=Math.min(i,l),n.push(u)))}}}catch(c){o.e(c)}finally{o.f()}if(n.length===0)return this.data({closestOffset:i,minOffset:a}),!0;if(this.relatedNodes(n.map(function(c){var d=c.actualNode;return d})),!n.some(jt)){this.data({messageKey:"nonTabbableNeighbor",closestOffset:i,minOffset:a});return}return this.data({closestOffset:i,minOffset:a}),jt(r)?!1:void 0}function DC(e){return Math.round(e*10)/10}function EC(e,t,r){var a=t||{},n=a.scaleMinimum,i=n===void 0?2:n,o=a.lowerBound,s=o===void 0?!1:o,u=r.attr("content")||"";if(!u)return!0;var l=u.split(/[;,]/).reduce(function(d,m){var v=m.trim();if(!v)return d;var y=v.split("="),w=Q(y,2),E=w[0],_=w[1];if(!E||!_)return d;var x=E.toLowerCase().trim(),C=_.toLowerCase().trim();return x==="maximum-scale"&&C==="yes"&&(C=1),x==="maximum-scale"&&parseFloat(C)<0||(d[x]=C),d},{});if(s&&l["maximum-scale"]&&parseFloat(l["maximum-scale"])<s)return!0;if(!s&&l["user-scalable"]==="no")return this.data("user-scalable=no"),!1;var c=parseFloat(l["user-scalable"]);return!s&&l["user-scalable"]&&(c||c===0)&&c>-1&&c<1?(this.data("user-scalable"),!1):l["maximum-scale"]&&parseFloat(l["maximum-scale"])<i?(this.data("maximum-scale"),!1):!0}var _C=EC;function xC(e,t,r,a){var n=a||{},i=n.cssom,o=i===void 0?void 0:i,s=t||{},u=s.degreeThreshold,l=u===void 0?0:u;if(!o||!o.length)return;for(var c=!1,d=[],m=E(o),v=function(){var H=w[y],W=m[H],Z=W.root,le=W.rules,ve=le.filter(_);if(!ve.length)return 1;ve.forEach(function(ae){var pe=ae.cssRules;Array.from(pe).forEach(function(G){var se=x(G);if(se&&G.selectorText.toUpperCase()!=="HTML"){var F=Array.from(Z.querySelectorAll(G.selectorText))||[];d=d.concat(F)}c=c||se})})},y=0,w=Object.keys(m);y<w.length;y++)v();if(!c)return!0;return d.length&&this.relatedNodes(d),!1;function E(L){return L.reduce(function(H,W){var Z=W.sheet,le=W.root,ve=W.shadowId,ae=ve||"topDocument";if(H[ae]||(H[ae]={root:le,rules:[]}),!Z||!Z.cssRules)return H;var pe=Array.from(Z.cssRules);return H[ae].rules=H[ae].rules.concat(pe),H},{})}function _(L){var H=L.type,W=L.cssText;return H!==4?!1:/orientation:\s*landscape/i.test(W)||/orientation:\s*portrait/i.test(W)}function x(L){var H=L.selectorText,W=L.style;if(!H||W.length<=0)return!1;var Z=W.transform||W.webkitTransform||W.msTransform||!1;if(!Z&&!W.rotate)return!1;var le=C(Z),ve=R("rotate",W.rotate),ae=le+ve;return!ae||(ae=Math.abs(ae),Math.abs(ae-180)%180<=l)?!1:Math.abs(ae-90)%90<=l}function C(L){if(!L)return 0;var H=L.match(/(rotate|rotateZ|rotate3d|matrix|matrix3d)\(([^)]+)\)(?!.*(rotate|rotateZ|rotate3d|matrix|matrix3d))/);if(!H)return 0;var W=Q(H,3),Z=W[1],le=W[2];return R(Z,le)}function R(L,H){switch(L){case"rotate":case"rotateZ":return T(H);case"rotate3d":var W=H.split(",").map(function(ae){return ae.trim()}),Z=Q(W,4),le=Z[2],ve=Z[3];return parseInt(le)===0?void 0:T(ve);case"matrix":case"matrix3d":return O(H);default:return 0}}function T(L){var H=L.match(/(deg|grad|rad|turn)/)||[],W=Q(H,1),Z=W[0];if(!Z)return 0;var le=parseFloat(L.replace(Z,""));switch(Z){case"rad":return P(le);case"grad":return $(le);case"turn":return X(le);case"deg":default:return parseInt(le)}}function O(L){var H=L.split(",");if(H.length<=6){var W=Q(H,2),Z=W[0],le=W[1],ve=Math.atan2(parseFloat(le),parseFloat(Z));return P(ve)}var ae=parseFloat(H[8]),pe=Math.asin(ae),G=Math.cos(pe),se=Math.acos(parseFloat(H[0])/G);return P(se)}function P(L){return Math.round(L*(180/Math.PI))}function $(L){return L=L%400,L<0&&(L+=400),Math.round(L/400*360)}function X(L){return Math.round(360/(1/L))}}var AC=xC;function CC(e,t){var r=e.hasAttribute("controls");if(e.hasAttribute("loop"))return r;if(!e.duration){console.warn("axe.utils.preloadMedia did not load metadata");return}var a=t.allowedDuration,n=a===void 0?3:a,i=o(e);if(i<=n)return!0;if(!r)return!1;return!0;function o(l){if(!l.currentSrc)return 0;var c=s(l.currentSrc);return c?c.length===1?Math.abs(l.duration-c[0]):Math.abs(c[1]-c[0]):Math.abs(l.duration-(l.currentTime||0))}function s(l){var c=l.match(/#t=(.*)/);if(c){var d=Q(c,2),m=d[1],v=m.split(",");return v.map(function(y){return/:/.test(y)?u(y):parseFloat(y)})}}function u(l){for(var c=l.split(":"),d=0,m=1;c.length>0;)d+=m*parseInt(c.pop(),10),m*=60;return parseFloat(d)}}var RC=CC;function TC(e,t){return t.isViolation?!1:void 0}var FC=TC,Om=" > ";function SC(e){var t={};return e.filter(function(r){var a=r.node.ancestry[r.node.ancestry.length-1]!=="html";if(a){var n=r.node.ancestry.flat(1/0).join(Om);return t[n]=r,!0}var i=r.node.ancestry.slice(0,r.node.ancestry.length-1).flat(1/0).join(Om);return t[i]&&(t[i].result=!0),!1})}var kC=SC;function OC(e,t,r){var a=It(r,"track"),n=a.some(function(i){return(i.attr("kind")||"").toLowerCase()==="captions"});return n?!1:void 0}var IC=OC;function NC(e,t,r){var a=r.children;if(!a||!a.length)return!1;for(var n=!1,i=!1,o,s=0;s<a.length;s++){if(o=a[s].props.nodeName.toUpperCase(),o==="DT"&&(n=!0),n&&o==="DD")return!1;o==="DD"&&(i=!0)}return n||i}var MC=NC;function PC(e,t,r){var a=!1,n=!1,i=!0,o=[],s=[],u=[];return r.children.forEach(function(l){var c=l.actualNode;if(c.nodeType===3&&c.nodeValue.trim()!==""){a=!0;return}if(!(c.nodeType!==1||!Xe(c))){i=!1;var d=c.nodeName.toUpperCase()==="LI",m=we(l),v=m==="listitem";!d&&!v&&o.push(c),d&&!v&&(s.push(c),u.includes(m)||u.push(m)),v&&(n=!0)}}),a||o.length?(this.relatedNodes(o),!0):i||n?!1:(this.relatedNodes(s),this.data({messageKey:"roleNotValid",roles:u.join(", ")}),!0)}var LC=PC;function BC(e,t,r){var a=["definition","term","list"],n={badNodes:[],hasNonEmptyTextNode:!1},i=r.children.reduce(function(s,u){var l=u.actualNode;return l.nodeName.toUpperCase()==="DIV"&&we(l)===null?s.concat(u.children):s.concat(u)},[]),o=i.reduce(function(s,u){var l=u.actualNode,c=l.nodeName.toUpperCase();if(l.nodeType===1&&Xe(l)){var d=Re(l);(c!=="DT"&&c!=="DD"||d)&&(a.includes(d)||s.badNodes.push(l))}else l.nodeType===3&&l.nodeValue.trim()!==""&&(s.hasNonEmptyTextNode=!0);return s},n);return o.badNodes.length&&this.relatedNodes(o.badNodes),!!o.badNodes.length||o.hasNonEmptyTextNode}function $C(e,t,r){var a=r.parent;if(a){var n=a.props.nodeName,i=Re(a);return["presentation","none","list"].includes(i)?!0:i&&hn(i)?(this.data({messageKey:"roleNotValid"}),!1):["ul","ol","menu"].includes(n)}}function qC(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=[],n=[];if(r.children){for(var i=Im(r.children);i.length;){var o,s=i.shift(),u=s.vChild,l=s.nested;if(t.divGroups&&!l&&zC(u)){if(!u.children)return;var c=Im(u.children,!0);i.push.apply(i,de(c));continue}var d=jC(u,l,t);d&&(n.includes(d)||n.push(d),(u==null||(o=u.actualNode)===null||o===void 0?void 0:o.nodeType)===1&&a.push(u.actualNode))}return n.length===0?!1:(this.data({values:n.join(", ")}),this.relatedNodes(a),!0)}}function jC(e,t,r){var a=r.validRoles,n=a===void 0?[]:a,i=r.validNodeNames,o=i===void 0?[]:i,s=e.props,u=s.nodeName,l=s.nodeType,c=s.nodeValue,d=t?"div > ":"";if(l===3&&c.trim()!=="")return d+"#text";if(l!==1||!Xe(e))return!1;var m=Re(e);return m?n.includes(m)?!1:d+"[role=".concat(m,"]"):o.includes(u)?!1:d+u}function zC(e){return e.props.nodeName==="div"&&Re(e)===null}function Im(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return e.map(function(r){return{vChild:r,nested:t}})}function HC(e){var t=ft(e),r=t.nodeName.toUpperCase(),a=Re(t);return r==="DIV"&&["presentation","none",null].includes(a)&&(t=ft(t),r=t.nodeName.toUpperCase(),a=Re(t)),r!=="DL"?!1:!!(!a||["presentation","none","list"].includes(a))}var VC=HC;function GC(e,t,r){var a=ta(r.attr("lang")),n=ta(r.attr("xml:lang"));return a===n}var UC=GC;function WC(e,t,r){var a=[];return t.attributes.forEach(function(n){var i=r.attr(n);if(typeof i=="string"){var o=ta(i),s=t.value?!t.value.map(ta).includes(o):!so(o);(o!==""&&s||i!==""&&!me(i))&&a.push(n+'="'+r.attr(n)+'"')}}),!a.length||r.props.nodeName!=="html"&&!Au(r)?!1:(this.data(a),!0)}var YC=WC;function fl(e){return(e||"").trim()!==""}function KC(e,t,r){var a=typeof b<"u"?Ja(b):!1;if(t.attributes.includes("xml:lang")&&t.attributes.includes("lang")&&fl(r.attr("xml:lang"))&&!fl(r.attr("lang"))&&!a)return this.data({messageKey:"noXHTML"}),!1;var n=t.attributes.some(function(i){return fl(r.attr(i))});return n?!0:(this.data({messageKey:"noLang"}),!1)}var XC=KC;function ZC(e,t,r){var a=we(e),n=pt(r);return n=n?n.toLowerCase():null,this.data({role:a,accessibleText:n}),this.relatedNodes([e]),!0}var QC=ZC;function JC(e){var t=[];return e.filter(function(r){var a=function(o){return r.data.role===o.data.role&&r.data.accessibleText===o.data.accessibleText},n=t.find(a);return n?(n.result=!1,n.relatedNodes.push(r.relatedNodes[0]),!1):(t.push(r),r.relatedNodes=[],!0)})}var eR=JC;function tR(e,t,r){var a=Gi(r),n=zi(r),i=r.attr("aria-describedby");return!a&&!!(n||i)}var rR=tR;function aR(e){var t=Ke(e.getAttribute("id")),r=e.parentNode,a=gt(e);a=a.documentElement||a;var n=Array.from(a.querySelectorAll('label[for="'.concat(t,'"]')));for(n.length&&(n=n.filter(function(s){return!Nr(s)}));r;)r.nodeName.toUpperCase()==="LABEL"&&n.indexOf(r)===-1&&n.push(r),r=r.parentNode;if(this.relatedNodes(n),n.length>1){var i=n.filter(function(s){return Xe(s)});if(i.length>1)return;var o=sr(e,"aria-labelledby");return o.includes(i[0])?!1:void 0}return!1}var nR=aR;function iR(e,t){var r=Nm(t),a=Nm(e);return!r||!a?!1:r.includes(a)}function Nm(e){var t=bn(e,{emoji:!0,nonBmp:!0,punctuations:!0});return me(t)}function oR(e,t,r){var a,n=t==null?void 0:t.pixelThreshold,i=(a=t==null?void 0:t.occurrenceThreshold)!==null&&a!==void 0?a:t==null?void 0:t.occuranceThreshold,o=Xr(e).toLowerCase(),s=me(Lr(r,{subtreeDescendant:!0,ignoreIconLigature:!0,pixelThreshold:n,occurrenceThreshold:i})).toLowerCase();if(!s)return!0;if(!(Du(o)<1||Du(s)<1))return iR(s,o)}var sR=oR;function uR(e,t,r){try{var a=Ft(r,"label");if(a){var n=me(pt(a,{inControlContext:!0,startNode:r}));return a.actualNode&&this.relatedNodes([a.actualNode]),this.data({implicitLabel:n}),!!n}return!1}catch{return}}var lR=uR;function cR(e,t,r){if(r.hasAttr("id")){if(!r.actualNode)return;var a=gt(e),n=Ke(e.getAttribute("id")),i=a.querySelector('label[for="'.concat(n,'"]'));if(i&&!Xe(i)){var o;try{o=pt(r).trim()}catch{return}var s=o==="";return s}}return!1}var dR=cR;function fR(e,t,r){var a=Gi(r),n=e.getAttribute("title");if(!a)return!1;if(!n&&(n="",e.getAttribute("aria-describedby"))){var i=sr(e,"aria-describedby");n=i.map(function(o){return o?Xr(o):""}).join("")}return me(n)===me(a)}var pR=fR;function mR(e,t,r){var a=this;if(!r.attr("id"))return!1;if(r.actualNode){var n=gt(r.actualNode),i=Ke(r.attr("id")),o=Array.from(n.querySelectorAll('label[for="'.concat(i,'"]')));if(this.relatedNodes(o),!o.length)return!1;try{return o.some(function(s){if(St(s)){var u=me(Xr(s,{inControlContext:!0,startNode:r}));return a.data({explicitLabel:u}),!!u}else return!0})}catch{return}}}var hR=mR;function vR(e,t,r){if(["none","presentation"].includes(we(r)))return!1;var a=Ft(r,t.parentSelector);if(!a)return!1;var n=lr(a,!0).toLowerCase();return n===""?!1:n===pt(r).toLowerCase()}var gR=vR;function bR(e,t,r){var a=r.attr("alt"),n=/^\s+$/;return typeof a=="string"&&n.test(a)}var yR=bR;function wR(e,t,r){var a=dr(r.attr("tabindex"));return a===null||a<=0}var DR=wR;function ER(e,t,r){if(r.children)try{var a=Mm(r);if(!a.length)return!0;var n=a.filter(_R);return n.length>0?(this.data({messageKey:"notHidden"}),this.relatedNodes(n)):this.relatedNodes(a),!1}catch{return}}function Mm(e){if(!e.children){if(e.props.nodeType===1)throw new Error("Cannot determine children");return[]}var t=[];return e.children.forEach(function(r){Jt(r)==="widget"&&it(r)?t.push(r):t.push.apply(t,de(Mm(r)))}),t}function _R(e){var t=dr(e.attr("tabindex"));return t!==null&&t<0}function xR(e){var t=_a("landmark"),r=ft(e),a=we(e);for(this.data({role:a});r;){var n=Re(r);if(!n&&r.nodeName.toUpperCase()!=="FORM"&&(n=ur(r)),n&&t.includes(n)&&!(n==="main"&&a==="complementary"))return!1;r=ft(r)}return!0}var AR=xR;function CR(e,t,r){if(r.children)try{return!r.children.some(function(a){return Pm(a)})}catch{return}}function Pm(e){if(jt(e))return!0;if(!e.children){if(e.props.nodeType===1)throw new Error("Cannot determine children");return!1}return e.children.some(function(t){return Pm(t)})}function RR(e,t,r){var a=["button","fieldset","input","select","textarea"],n=r.tabbableElements;if(!n||!n.length)return!0;var i=n.filter(function(o){return!a.includes(o.props.nodeName)});return this.relatedNodes(i.map(function(o){return o.actualNode})),i.length===0||wn()?!0:i.every(function(o){var s=o.getComputedStylePropertyValue("pointer-events"),u=parseInt(o.getComputedStylePropertyValue("width")),l=parseInt(o.getComputedStylePropertyValue("height"));return o.actualNode.onfocus||(u===0||l===0)&&s==="none"})?void 0:!1}var TR=RR;function FR(e,t,r){if(!jt(r))return!1;try{return!pt(r)}catch{return}}var SR=FR;function kR(e,t,r){var a=r.tabbableElements.map(function(n){var i=n.actualNode;return i});if(!a||!a.length)return!0;if(wn()){this.relatedNodes(a);return}return!0}var OR=kR;function IR(e,t,r){if(r.hasAttr("contenteditable")&&a(r))return!0;return jt(r);function a(n){var i=n.attr("contenteditable");if(i==="true"||i==="")return!0;if(i==="false")return!1;var o=Ft(r.parent,"[contenteditable]");return o?a(o):!1}}var NR=IR;function MR(e,t,r){var a=["button","fieldset","input","select","textarea"],n=r.tabbableElements;if(!n||!n.length)return!0;var i=n.filter(function(o){return a.includes(o.props.nodeName)});return this.relatedNodes(i.map(function(o){return o.actualNode})),i.length===0||wn()?!0:i.every(function(o){var s=o.getComputedStylePropertyValue("pointer-events"),u=parseInt(o.getComputedStylePropertyValue("width")),l=parseInt(o.getComputedStylePropertyValue("height"));return o.actualNode.onfocus||(u===0||l===0)&&s==="none"})?void 0:!1}var PR=MR;function LR(e,t,r){var a=r.tabbableElements;if(!a)return!1;var n=a.filter(function(i){return i!==r});return n.length>0}var BR=LR;function $R(e,t,r){return Nr(r)||(this.data(r.attr("accesskey")),this.relatedNodes([e])),!0}var qR=$R;function jR(e){var t={};return e.filter(function(r){if(!r.data)return!1;var a=r.data.toUpperCase();return t[a]?(t[a].relatedNodes.push(r.relatedNodes[0]),!1):(t[a]=r,r.relatedNodes=[],!0)}).map(function(r){return r.result=!!r.relatedNodes.length,r})}var zR=jR;function HR(e,t,r){if(!t||!t.selector||typeof t.selector!="string")throw new TypeError("page-no-duplicate requires options.selector to be a string");var a="page-no-duplicate;"+t.selector;if(be.get(a)){this.data("ignored");return}be.set(a,!0);var n=fr(g._tree[0],t.selector,function(i){return Xe(i)});return typeof t.nativeScopeFilter=="string"&&(n=n.filter(function(i){return i.actualNode.hasAttribute("role")||!ga(i,t.nativeScopeFilter)})),typeof t.role=="string"&&(n=n.filter(function(i){return we(i)===t.role})),this.relatedNodes(n.filter(function(i){return i!==r}).map(function(i){return i.actualNode})),n.length<=1}var VR=HR;function GR(e){return e.filter(function(t){return t.data!=="ignored"})}var UR=GR;function WR(e,t,r){return vn(r,t.matcher)}var YR=WR;function KR(e,t,r){try{return me(Lr(r))!==""}catch{return}}function XR(e,t,r){if(!t||!t.selector||typeof t.selector!="string")throw new TypeError("has-descendant requires options.selector to be a string");if(t.passForModal&&wn())return!0;var a=fr(r,t.selector,function(n){return Xe(n)});return this.relatedNodes(a.map(function(n){return n.actualNode})),a.length>0}var ZR=XR;function QR(e){var t=e.some(function(r){return r.result===!0});return t&&e.forEach(function(r){r.result=!0}),e}var JR=QR;function eT(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0;if(!t.attribute||typeof t.attribute!="string")throw new TypeError("attr-non-space-content requires options.attribute to be a string");if(!r.hasAttr(t.attribute))return this.data({messageKey:"noAttr"}),!1;var a=r.attr(t.attribute),n=!me(a);return n?(this.data({messageKey:"emptyAttr"}),!1):!0}var tT=eT;function rT(e,t,r){var a=r.attr("autocomplete")||"";return z1(a,t)}var aT=rT;function nT(e,t,r){if(r.props.nodeName!=="input")return!0;var a=["text","search","number","tel"],n=["text","search","url"],i={bday:["text","search","date"],email:["text","search","email"],username:["text","search","email"],"street-address":["text"],tel:["text","search","tel"],"tel-country-code":["text","search","tel"],"tel-national":["text","search","tel"],"tel-area-code":["text","search","tel"],"tel-local":["text","search","tel"],"tel-local-prefix":["text","search","tel"],"tel-local-suffix":["text","search","tel"],"tel-extension":["text","search","tel"],"cc-number":a,"cc-exp":["text","search","month","tel"],"cc-exp-month":a,"cc-exp-year":a,"cc-csc":a,"transaction-amount":a,"bday-day":a,"bday-month":a,"bday-year":a,"new-password":["text","search","password"],"current-password":["text","search","password"],url:n,photo:n,impp:n};B(t)==="object"&&Object.keys(t).forEach(function(d){i[d]||(i[d]=[]),i[d]=i[d].concat(t[d])});var o=r.attr("autocomplete"),s=o.split(/\s+/g).map(function(d){return d.toLowerCase()}),u=s[s.length-1];if(Qr.stateTerms.includes(u))return!0;var l=i[u],c=r.hasAttr("type")?me(r.attr("type")).toLowerCase():"text";return c=oo().includes(c)?c:"text",typeof l>"u"?c==="text":l.includes(c)}var iT=nT,oT=["block","list-item","table","flex","grid","inline-block"];function sT(e){if(Lm(e))return!1;for(var t=ft(e);t&&t.nodeType===1&&!Lm(t);)t=ft(t);if(t){if(this.relatedNodes([t]),hm(e,t))return!0;if(uT(e)){this.data({messageKey:"pseudoContent"});return}return!1}}function Lm(e){var t=p.getComputedStyle(e).getPropertyValue("display");return oT.indexOf(t)!==-1||t.substr(0,6)==="table-"}function uT(e){for(var t=0,r=["before","after"];t<r.length;t++){var a=r[t],n=p.getComputedStyle(e,":".concat(a)),i=n.getPropertyValue("content");if(i!=="none")return!0}return!1}function Bm(e,t){var r=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(r,a)+.05)/(Math.min(r,a)+.05)}var lT=["block","list-item","table","flex","grid","inline-block"];function $m(e){var t=p.getComputedStyle(e).getPropertyValue("display");return lT.indexOf(t)!==-1||t.substr(0,6)==="table-"}function cT(e,t){var r=t.requiredContrastRatio,a=t.allowSameColor;if($m(e))return!1;for(var n=ft(e);n&&n.nodeType===1&&!$m(n);)n=ft(n);if(n){this.relatedNodes([n]);var i=ho(e),o=ho(n),s=Rn(e),u=Rn(n),l=i&&o?Bm(i,o):void 0;if(l&&(l=Math.floor(l*100)/100),l&&l>=r)return!0;var c=s&&u?Bm(s,u):void 0;if(c&&(c=Math.floor(c*100)/100),c&&c>=r)return!0;if(!c){var d,m=(d=Ge.get("bgColor"))!==null&&d!==void 0?d:"bgContrast";this.data({messageKey:m}),Ge.clear();return}if(l)return a&&l===1&&c===1?!0:l===1&&c>1?(this.data({messageKey:"bgContrast",contrastRatio:c,requiredContrastRatio:r,nodeBackgroundColor:s?s.toHexString():void 0,parentBackgroundColor:u?u.toHexString():void 0}),!1):(this.data({messageKey:"fgContrast",contrastRatio:l,requiredContrastRatio:r,nodeColor:i?i.toHexString():void 0,parentColor:o?o.toHexString():void 0}),!1)}}var dT=cT;function fT(e,t,r){var a=t.ignoreUnicode,n=t.ignoreLength,i=t.ignorePseudo,o=t.boldValue,s=t.boldTextPt,u=t.largeTextPt,l=t.contrastRatio,c=t.shadowOutlineEmMax,d=t.pseudoSizeThreshold;if(!St(e))return this.data({messageKey:"hidden"}),!0;var m=lr(r,!1,!0);if(a&&mT(m)){this.data({messageKey:"nonBmp"});return}var v=p.getComputedStyle(e),y=parseFloat(v.getPropertyValue("font-size")),w=v.getPropertyValue("font-weight"),E=parseFloat(w)>=o||w==="bold",_=Math.ceil(y*72)/96,x=E&&_<s||!E&&_<u,C=x?l.normal:l.large,R=C.expected,T=C.minThreshold,O=C.maxThreshold,P=pT(r,{ignorePseudo:i,pseudoSizeThreshold:d});if(P){this.data({fontSize:"".concat((y*72/96).toFixed(1),"pt (").concat(y,"px)"),fontWeight:E?"bold":"normal",messageKey:"pseudoContent",expectedContrastRatio:R+":1"}),this.relatedNodes(P.actualNode);return}var $=mo(e,{minRatio:.001,maxRatio:c});if($===null){this.data({messageKey:"complexTextShadows"});return}var X=[],L=Rn(e,X,c),H=ho(e,!1,L,t),W=null,Z=null,le=null;if($.length===0)W=xa(L,H);else if(H&&L){le=[].concat(de($),[L]).reduce(ul);var ve=xa(L,H),ae=xa(L,le),pe=xa(le,H);W=Math.max(ve,ae,pe),W!==ve&&(Z=ae>pe?"shadowOnBgColor":"fgOnShadowColor")}var G=W>R;if(typeof T=="number"&&(typeof W!="number"||W<T)||typeof O=="number"&&(typeof W!="number"||W>O))return this.data({contrastRatio:W}),!0;var se=Math.floor(W*100)/100,F,J;L===null?Ge.get("colorParse")?(F="colorParse",J=Ge.get("colorParse")):F=Ge.get("bgColor"):G||(F=Z),H===null&&Ge.get("colorParse")&&(F="colorParse",J=Ge.get("colorParse"));var j=se===1,ee=m.length===1;if(j?F=Ge.set("bgColor","equalRatio"):!G&&ee&&!n&&(F="shortTextContent"),this.data({fgColor:H?H.toHexString():void 0,bgColor:L?L.toHexString():void 0,contrastRatio:se,fontSize:"".concat((y*72/96).toFixed(1),"pt (").concat(y,"px)"),fontWeight:E?"bold":"normal",messageKey:F,expectedContrastRatio:R+":1",shadowColor:le?le.toHexString():void 0,colorParse:J}),H===null||L===null||j||ee&&!n&&!G){F=null,Ge.clear(),this.relatedNodes(X);return}return G||this.relatedNodes(X),G}function pT(e,t){var r=t.pseudoSizeThreshold,a=r===void 0?.25:r,n=t.ignorePseudo,i=n===void 0?!1:n;if(!i){var o=e.boundingClientRect,s=o.width*o.height*a;do{var u=qm(e.actualNode,":before"),l=qm(e.actualNode,":after");if(u+l>s)return e}while(e=e.parent)}}var qm=Ve(function(t,r){var a=p.getComputedStyle(t,r),n=function(u,l){return a.getPropertyValue(u)===l};if(n("content","none")||n("display","none")||n("visibility","hidden")||n("position","absolute")===!1||Jr(a).alpha===0&&n("background-image","none"))return 0;var i=jm(a.getPropertyValue("width")),o=jm(a.getPropertyValue("height"));return i.unit!=="px"||o.unit!=="px"?i.value===0||o.value===0?0:1/0:i.value*o.value});function mT(e){var t={nonBmp:!0},r=yu(e,t),a=me(bn(e,t))==="";return r&&a}function jm(e){var t=/^([0-9.]+)([a-z]+)$/i,r=e.match(t)||[],a=Q(r,3),n=a[1],i=n===void 0?"":n,o=a[2],s=o===void 0?"":o;return{value:parseFloat(i),unit:s.toLowerCase()}}var hT={ARTICLE:!0,ASIDE:!0,NAV:!0,SECTION:!0},vT={alert:!0,alertdialog:!0,application:!0,article:!0,banner:!1,complementary:!0,contentinfo:!0,dialog:!0,form:!0,log:!0,main:!0,navigation:!0,region:!0,search:!1,status:!0,tabpanel:!0};function gT(e){var t=e.nodeName.toUpperCase();return hT[t]||!1}function bT(e,t){var r=Re(e);return r&&(vT[r]||t.roles.includes(r))||!1}function yT(e,t){return bT(e,t)||gT(e)}var wT=yT;function DT(e,t,r){var a=we(r,{dpub:!0,fallback:!0}),n=lu(a);return n&&this.data(a),n}var ET=DT;function _T(e,t,r){var a=we(r,{noImplicit:!0});this.data(a);var n,i;try{n=me(gu(r)).toLowerCase(),i=me(pt(r)).toLowerCase()}catch{return}if(!i&&!n)return!1;if(!(!i&&n)&&i.includes(n))return!1}var xT=_T;function AT(e,t,r){return it(r)}var CT=AT;function RT(e,t,r){var a=Et(r.attr("role")),n=a.every(function(i){return!hn(i.toLowerCase(),{allowAbstract:!0})});return n?(this.data(a),!0):!1}var TT=RT;function FT(e,t,r){var a=Re(r);if(a===null)return!1;var n=Jt(a);return n==="widget"||n==="composite"}var ST=FT;function kT(e,t,r){var a=Mr().filter(function(n){return r.hasAttr(n)});return this.data(a),a.length>0}var OT=kT;function IT(e,t){var r=ur(e);return!r&&t.length===2&&t.includes("none")&&t.includes("presentation")}function NT(e,t,r){var a=Et(r.attr("role"));return a.length<=1?!1:IT(r,a)?void 0:!0}var MT=NT;function PT(e,t,r){var a=we(r,{dpub:!0,fallback:!0}),n=Ie.ariaRoles[a];return n!=null&&n.deprecated?(this.data(a),!0):!1}function LT(e,t,r){var a,n=(a=r.attr("aria-brailleroledescription"))!==null&&a!==void 0?a:"";if(me(n)==="")return!0;var i=r.attr("aria-roledescription");return typeof i!="string"?(this.data({messageKey:"noRoleDescription"}),!1):me(i)===""?(this.data({messageKey:"emptyRoleDescription"}),!1):!0}function BT(e,t,r){var a,n=(a=r.attr("aria-braillelabel"))!==null&&a!==void 0?a:"";if(!n.trim())return!0;try{return me(pt(r))!==""}catch{return}}function $T(e,t,r){t=Array.isArray(t.value)?t.value:[];var a="",n="",i=[],o=/^aria-/,s=["aria-errormessage"],u={"aria-controls":function(){var c=["false",null].includes(r.attr("aria-haspopup"))===!1;return c&&(a='aria-controls="'.concat(r.attr("aria-controls"),'"'),n="controlsWithinPopup"),r.attr("aria-expanded")!=="false"&&r.attr("aria-selected")!=="false"&&c===!1},"aria-current":function(c){c||(a='aria-current="'.concat(r.attr("aria-current"),'"'),n="ariaCurrent")},"aria-owns":function(){return r.attr("aria-expanded")!=="false"},"aria-describedby":function(c){c||(a='aria-describedby="'.concat(r.attr("aria-describedby"),'"'),n=g._tree&&g._tree[0]._hasShadowRoot?"noIdShadow":"noId")},"aria-labelledby":function(c){c||(a='aria-labelledby="'.concat(r.attr("aria-labelledby"),'"'),n=g._tree&&g._tree[0]._hasShadowRoot?"noIdShadow":"noId")}};if(r.attrNames.forEach(function(l){if(!(s.includes(l)||t.includes(l)||!o.test(l))){var c,d=r.attr(l);try{c=im(r,l)}catch{a="".concat(l,'="').concat(d,'"'),n="idrefs";return}(!u[l]||u[l](c))&&!c&&(d===""&&!qT(l)?(a=l,n="empty"):i.push("".concat(l,'="').concat(d,'"')))}}),i.length)return this.data(i),!1;if(a){this.data({messageKey:n,needsReview:a});return}return!0}function qT(e){var t;return((t=Ie.ariaAttrs[e])===null||t===void 0?void 0:t.type)==="string"}function jT(e,t,r){t=Array.isArray(t.value)?t.value:[];var a=[],n=/^aria-/;return r.attrNames.forEach(function(i){t.indexOf(i)===-1&&n.test(i)&&!fo(i)&&a.push(i)}),a.length?(this.data(a),!1):!0}var zT=jT;function HT(e,t,r){var a=r.attrNames.filter(function(n){var i=Ie.ariaAttrs[n];if(!fo(n))return!1;var o=i.unsupported;return B(o)!=="object"?!!o:!vn(e,o.exceptions)});return a.length?(this.data(a),!0):!1}var VT=HT;function GT(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=we(r),n=t.supportedRoles||[];if(n.includes(a))return!0;if(!(a&&a!=="presentation"&&a!=="none"))return!1}var UT=GT;function zm(e,t,r,a){var n=Re(e);if(r||(r=al(n)),!r)return null;for(var i=r.includes("group"),o=a?e:e.parent;o;){var s=we(o,{noPresentational:!0});if(!s)o=o.parent;else if(s==="group"&&i)t.includes(n)&&r.push(n),r=r.filter(function(u){return u!=="group"}),o=o.parent;else return r.includes(s)?null:r}return r}function WT(e){for(var t=[],r=null;e;){if(e.getAttribute("id")){var a=Ke(e.getAttribute("id")),n=gt(e);r=n.querySelector("[aria-owns~=".concat(a,"]")),r&&t.push(r)}e=e.parentElement}return t.length?t:null}function YT(e,t,r){var a=t&&Array.isArray(t.ownGroupRoles)?t.ownGroupRoles:[],n=zm(r,a);if(!n)return!0;var i=WT(e);if(i){for(var o=0,s=i.length;o<s;o++)if(n=zm(Ee(i[o]),a,n,!0),!n)return!0}return this.data(n),!1}var KT=YT;function XT(e,t,r){var a=t&&Array.isArray(t.reviewEmpty)?t.reviewEmpty:[],n=Re(r,{dpub:!0}),i=nl(n);if(i===null)return!0;var o=ZT(r,i),s=o.filter(function(l){var c=l.role,d=l.vNode;return d.props.nodeType===1&&!i.includes(c)});if(s.length){this.relatedNodes(s.map(function(l){var c=l.vNode;return c}));var u=r.attr("aria-busy")==="true"?"aria-busy-fail":"unallowed";return this.data({messageKey:u,values:s.map(function(l){var c=l.vNode,d=l.attr;return eF(c,d)}).filter(function(l,c,d){return d.indexOf(l)===c}).join(", ")}),!1}if(QT(i,o))return!0;if(r.attr("aria-busy")==="true")return this.data({messageKey:"aria-busy"}),!0;if(this.data(i),!(a.includes(n)&&!o.some(tF)))return!1}function ZT(e,t){for(var r,a=[],n=gn(e),i=function(){if(r.props.nodeType===3&&a.push({vNode:r,role:null}),r.props.nodeType!==1||!Xe(r))return 1;var s=we(r,{noPresentational:!0}),u=JT(r),l=!!u||it(r);if(!s&&!l||["group","rowgroup"].includes(s)&&t.some(function(d){return d===s}))n.push.apply(n,de(r.children));else if(s||l){var c=u||"tabindex";a.push({role:s,attr:c,vNode:r})}};r=n.shift();)i();return a}function QT(e,t){return t.some(function(r){var a=r.role;return a&&e.includes(a)})}function JT(e){return Mr().find(function(t){return e.hasAttr(t)})}function eF(e,t){var r=e.props,a=r.nodeName,n=r.nodeType;if(n===3)return"#text";var i=Re(e,{dpub:!0});return i?"[role=".concat(i,"]"):t?a+"[".concat(t,"]"):a}function tF(e){var t=e.vNode;return t.props.nodeType===3?t.props.nodeValue.trim().length>0:yn(t,!1,!0)}function rF(e){var t,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0,n=Re(a),i=a.attrNames,o=nm(n);if(Array.isArray(r[n])&&(o=_n(r[n],o)),!n||!i.length||!o.length||aF(a,n)||iF(a,n)||n==="slider"&&(t=a.attr("aria-valuetext"))!==null&&t!==void 0&&t.trim())return!0;var s=Pr(a),u=o.filter(function(l){return!a.attr(l)&&!nF(s,l)});return u.length?(this.data(u),!1):!0}function aF(e,t){return t==="separator"&&!it(e)}function nF(e,t){var r;return((r=e.implicitAttrs)===null||r===void 0?void 0:r[t])!==void 0}function iF(e,t){return t==="combobox"&&e.attr("aria-expanded")==="false"}function oF(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=(t==null?void 0:t.elementsAllowedAriaLabel)||[],n=r.props.nodeName,i=we(r,{chromium:!0,fallback:!0}),o=sF(r,i,n,a),s=o.filter(function(c){return r.attrNames.includes(c)?me(r.attr(c))!=="":!1});if(s.length===0)return!1;var u=i!==null?"hasRole":"noRole";u+=s.length>1?"Plural":"Singular",this.data({role:i,nodeName:n,messageKey:u,prohibited:s});var l=Lr(r,{subtreeDescendant:!0});if(me(l)==="")return!0}function sF(e,t,r,a){var n=Ie.ariaRoles[t];return n?n.prohibitedAttrs||[]:t||a.includes(r)||Hm(e)==="widget"?[]:["aria-label","aria-labelledby"]}var Hm=Ve(function(t){if(t){var r=we(t,{noPresentational:!0,chromium:!0});return r?Jt(r):Hm(t.parent)}});function uF(e,t,r){var a=r.attr("aria-level"),n=parseInt(a,10);if(!(n>6))return!0}var lF=uF;function cF(e,t,r){return r.attr("aria-hidden")!=="true"}var dF=cF;function fF(e,t,r){t=Array.isArray(t)?t:[];var a=r.attr("aria-errormessage"),n=r.hasAttr("aria-errormessage"),i=r.attr("aria-invalid"),o=r.hasAttr("aria-invalid");if(!o||i==="false")return!0;function s(u){if(u.trim()==="")return Ie.ariaAttrs["aria-errormessage"].allowEmpty;var l=Et(u);if(l.length>1)return this.data({messageKey:"unsupported",values:l}),!1;var c;try{c=u&&sr(r,"aria-errormessage")[0]}catch{this.data({messageKey:"idrefs",values:l});return}if(c){if(!Xe(c))return this.data({messageKey:"hidden",values:l}),!1;var d=Et(r.attr("aria-describedby"));return Re(c)==="alert"||c.getAttribute("aria-live")==="assertive"||c.getAttribute("aria-live")==="polite"||l.some(function(m){return d.includes(m)})}}return t.indexOf(a)===-1&&n?(this.data(Et(a)),s.call(this,a)):!0}function Vm(e){var t,r,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=a.invalidTableRowAttrs,i=arguments.length>2?arguments[2]:void 0,o=(t=n==null||(r=n.filter)===null||r===void 0?void 0:r.call(n,function(c){return i.hasAttr(c)}))!==null&&t!==void 0?t:[];if(o.length===0)return!0;var s=pF(i),u=s&&we(s);if(!u||u==="treegrid")return!0;var l="row".concat(o.length>1?"Plural":"Singular");return this.data({messageKey:l,invalidAttrs:o,ownerRole:u}),!1}function pF(e){if(e.parent){var t='table:not([role]), [role~="treegrid"], [role~="table"], [role~="grid"]';return Ft(e,t)}}function Gm(e,t,r){var a=r.props,n=a.nodeName,i=a.type,o=hF(r.attr("aria-checked"));if(n!=="input"||i!=="checkbox"||!o)return!0;var s=mF(r);return o===s?!0:(this.data({messageKey:"checkbox",checkState:s}),!1)}function mF(e){return e.props.indeterminate?"mixed":e.props.checked?"true":"false"}function hF(e){return e?(e=e.toLowerCase(),["mixed","true"].includes(e)?e:"false"):""}var Um={row:Vm,checkbox:Gm};function vF(e,t,r){var a=we(r);return Um[a]?Um[a].call(this,e,t,r):!0}function gF(e,t,r){return r.attr("aria-busy")==="true"}function bF(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=t.allowImplicit,n=a===void 0?!0:a,i=t.ignoredTags,o=i===void 0?[]:i,s=r.props.nodeName;if(o.map(function(l){return l.toLowerCase()}).includes(s))return!0;var u=Jp(r,n);return u.length?(this.data(u),Xe(r)?!1:void 0):!0}var yF=bF;function wF(e,t,r){var a=[],n=we(r),i=Xp(n);Array.isArray(t[n])&&(i=_n(t[n].concat(i)));var o=je(r.attrNames),s;try{for(o.s();!(s=o.n()).done;){var u=s.value;fo(u)&&!i.includes(u)&&!DF(u,r.attr(u),r)&&a.push(u)}}catch(l){o.e(l)}finally{o.f()}if(!a.length)return!0;if(this.data(a.map(function(l){return l+'="'+r.attr(l)+'"'})),!(!n&&!zu(r)&&!it(r)))return!1}function DF(e,t,r){return!!(e==="aria-required"&&t==="false"||e==="aria-multiline"&&t==="false"&&r.hasAttr("contenteditable"))}function EF(e,t,r){var a=Pr(r);if(!a.allowedAriaAttrs)return!0;var n=Re(r);if(n)return!0;var i=a.allowedAriaAttrs,o=Mr(),s=[],u=je(r.attrNames),l;try{for(u.s();!(l=u.n()).done;){var c=l.value;o.includes(c)&&!i.includes(c)&&s.push(c)}}catch(m){u.e(m)}finally{u.f()}if(!s.length)return!0;var d=s.length>1?"plural":"singular";return this.data({messageKey:d,nodeName:r.props.nodeName,values:s.map(function(m){return m+'="'+r.attr(m)+'"'}).join(", ")}),!1}function _F(e,t,r){var a=Et(r.attr("role")).filter(function(n){return Jt(n)==="abstract"});return a.length>0?(this.data(a),!0):!1}var xF=_F;function AF(e){var t=ta(e.getAttribute("lang")),r=ta(e.getAttribute("xml:lang"));return so(t)&&so(r)}var CF=AF;function RF(e){return e.ownerDocument.defaultView.self===e.ownerDocument.defaultView.top}var TF=RF;function FF(e,t){try{var r=t.props.nodeName;return r==="svg"?!0:!!Ft(t,"svg")}catch{return!1}}var pl=FF;function SF(e,t){return kF.every(function(r){return r(e,t)})}var kF=[function(e,t){return Wm(t)},function(e,t){return OF(t)},function(e,t){return!pl(e,t)},function(e,t){return it(t)},function(e,t){return jt(t)||!IF(t)},function(e){return!Cu(e,{noLengthCompare:!0,includeInlineBlock:!0})}];function Wm(e){return Jt(e)==="widget"}function OF(e){return e.props.nodeName!=="area"}var IF=Ve(function e(t){return t!=null&&t.parent?Wm(t.parent)&&jt(t.parent)?!0:e(t.parent):!1});function NF(e,t){var r=we(t);return["treegrid","grid","table"].includes(r)}function MF(e,t){var r=t.parent;if(r.props.nodeName!=="details"||PF(t))return!1;var a=r.children.find(function(n){return n.props.nodeName==="summary"});return a===t}function PF(e){var t,r=(t=e.actualNode)===null||t===void 0?void 0:t.parentElement;return r&&r!==e.parent.actualNode}function LF(e){return Fu(e)&&Ii(e)}var BF=LF;function $F(e,t){return Dr(e,13)!==void 0&&rl(t)===!1&&qF(t)}function qF(e){var t=e.boundingClientRect;return It(e,"*").some(function(r){if(!yn(r,!0,!0))return!1;var a=[];if(Ui(r)){var n;(n=a).push.apply(n,de(jF(r)))}else a=[r.boundingClientRect];return a.some(function(i){return i.left<t.left||i.right>t.right||i.top<t.top||i.bottom>t.bottom})})}function jF(e){var t=b.createRange();return t.selectNodeContents(e.actualNode),Array.from(t.getClientRects())}function zF(e,t){return ur(t,{chromiumRoles:!0})!==null}var HF=zF;function VF(e){var t=Array.from(e.parentNode.childNodes),r=e.textContent.trim(),a=/[.!?:;](?![.!?:;])/g;if(r.length===0||(r.match(a)||[]).length>=2)return!1;var n=t.slice(t.indexOf(e)+1).filter(function(i){return i.nodeName.toUpperCase()==="P"&&i.textContent.trim()!==""});return n.length!==0}var GF=VF;function UF(e,t){var r=Re(t);if(!r||["none","presentation"].includes(r))return!0;var a=o1[r]||{},n=a.accessibleNameRequired;return!!(n||it(t))}var Ym=UF,WF=function(t,r){return[Ym,YF].every(function(a){return a(t,r)})};function YF(e){var t;if(!(e!=null&&(t=e.ownerDocument)!==null&&t!==void 0&&t.createRange))return!0;var r=e.ownerDocument.createRange();return r.setStart(e,0),r.setEnd(e,e.childNodes.length),r.getClientRects().length===0}function KF(e,t){return t.props.nodeName!=="html"}var XF=KF;function ZF(e,t){return!t.attr("role")}var QF=ZF;function JF(e,t){var r=dr(t.attr("tabindex"));return r===null||r>=0}var eS=JF;function tS(e,t){var r=Pr(t),a=r.namingMethods;return!(a&&a.length!==0||Re(t)==="combobox"&&It(t,'input:not([type="hidden"])').length||rl(t,{popupRoles:["listbox"]}))}var rS=tS;function aS(e,t){return!(!t.hasAttr("role")||!t.attr("role").trim())}var nS=aS;function iS(e){return!(!e.currentSrc||e.hasAttribute("paused")||e.hasAttribute("muted"))}var oS=iS;function sS(e,t){var r=we(t);return r?!!Ie.ariaRoles[r].childrenPresentational:!1}var uS=sS;function lS(e){var t=me(e.innerText),r=Re(e);return r&&r!=="link"||!t||!St(e)?!1:Cu(e)}var cS=lS;function dS(e){return!lo(e)&&!it(e)}var fS=dS;function pS(e,t){return mS(t)&&Xe(t)}function mS(e){var t=_a("landmark"),r=we(e);if(!r)return!1;var a=e.props.nodeName;if(a==="section"||a==="form"){var n=pt(e);return!!n}return t.indexOf(r)>=0||r==="region"}function hS(e,t){var r="article, aside, main, nav, section";return e.hasAttribute("role")||!ga(t,r)}var vS=hS;function gS(e,t){if(t.props.nodeName!=="input"||t.hasAttr("type")===!1)return!0;var r=t.attr("type").toLowerCase();return["hidden","image","button","submit","reset"].includes(r)===!1}var bS=gS;function yS(e,t){var r=we(e);if(!r)return!1;var a=_a("widget"),n=a.includes(r);if(!n)return!1;var i=tl();return!(!i.includes(r)||!me(mn(t))&&!me(pn(e))||!me(lr(t)))}var wS=yS;function DS(e,t){return St(t)}function ES(e){return St(e)}function _S(e,t,r){return r.initiator}var Km=_S;function xS(e){return W1(e)}var AS=xS;function CS(e,t){var r=!!pt(t);if(!r)return!1;var a=we(e);return!(a&&a!=="link")}var RS=CS;function TS(e,t){return!pl(e,t)}var FS=TS;function SS(e,t){return we(t)==="heading"}function kS(e,t){return ur(t,{chromium:!0})!==null}var OS=kS;function IS(e){var t=e.getAttribute("title");return!!me(t)}var NS=IS;function MS(e,t,r){var a,n;return!r.initiator&&!r.focusable&&((a=r.size)===null||a===void 0?void 0:a.width)*((n=r.size)===null||n===void 0?void 0:n.height)>1}var PS=MS;function LS(e){var t=e.getAttribute("id").trim(),r='*[id="'.concat(Ke(t),'"]'),a=Array.from(gt(e).querySelectorAll(r));return!co(e)&&a.every(function(n){return!it(n)})}var BS=LS;function $S(e){return co(e)}var qS=$S;function jS(e){var t=e.getAttribute("id").trim(),r='*[id="'.concat(Ke(t),'"]'),a=Array.from(gt(e).querySelectorAll(r));return!co(e)&&a.some(it)}var zS=jS;function HS(e){return lo(e)}var VS=HS;function GS(e){if(lo(e)){var t=wr(e);return t.length>=3&&t[0].length>=3&&t[1].length>=3&&t[2].length>=3}return!1}var US=GS;function WS(e,t){var r=t.props,a=r.nodeName,n=r.type;if(a==="option"||a==="select"&&!e.options.length)return!1;var i=["hidden","range","color","checkbox","radio","image"];if(a==="input"&&i.includes(n)||Tn(t)||$i(t))return!1;var o=["input","select","textarea"];if(o.includes(a)){var s=p.getComputedStyle(e),u=parseInt(s.getPropertyValue("text-indent"),10);if(u){var l=e.getBoundingClientRect();if(l={top:l.top,bottom:l.bottom,left:l.left+u,right:l.right+u},!Su(l,e))return!1}return!0}var c=ga(t,"label");if(a==="label"||c){var d=c||e,m=c?Ee(c):t;if(d.htmlFor){var v=gt(d),y=v.getElementById(d.htmlFor),w=y&&Ee(y);if(w&&Tn(w))return!1}var E='input:not([type="hidden"],[type="image"],[type="button"],[type="submit"],[type="reset"]), select, textarea',_=It(m,E)[0];if(_&&Tn(_))return!1}for(var x=[],C=t;C;){if(C.props.id){var R=el(C).filter(function(H){return Et(H.getAttribute("aria-labelledby")||"").includes(C.props.id)}).map(function(H){return Ee(H)});x.push.apply(x,de(R))}C=C.parent}if(x.length>0&&x.every(Tn)||!XS(t)||!parseFloat(t.getComputedStylePropertyValue("font-size")))return!1;for(var T=b.createRange(),O=t.children,P=0;P<O.length;P++){var $=O[P];$.actualNode.nodeType===3&&me($.actualNode.nodeValue)!==""&&T.selectNodeContents($.actualNode)}var X=Array.from(T.getClientRects()),L=ln(t);return X.some(function(H){var W=Su(H,e);if(!L.length)return W;var Z=L.some(function(le){return Ws(H,le.boundingClientRect)});return W&&Z})}var YS=WS,KS={emoji:!0,nonBmp:!1,punctuations:!0};function XS(e){var t=lr(e,!1,!0);return t===""||bn(t,KS)===""?!1:e.children.some(function(r){return r.props.nodeName==="#text"&&!wu(r)})}function ZS(e,t,r){return Km(e,t,r)?!!e.querySelector("a[href]"):!0}var QS=ZS;function JS(e,t){var r=t.attr("autocomplete");if(!r||me(r)==="")return!1;var a=t.props.nodeName;if(["textarea","input","select"].includes(a)===!1)return!1;var n=t.attr("aria-readonly")||"false";if(t.hasAttr("readonly")||n.toLowerCase()==="true")return!1;var i=["submit","reset","button","hidden"];if(a==="input"&&i.includes(t.props.type))return!1;var o=t.attr("aria-disabled")||"false";if(t.hasAttr("disabled")||o.toLowerCase()==="true")return!1;var s=Re(t),u=dr(t.attr("tabindex"));if(u<0&&t.hasAttr("role")){var l=Ie.ariaRoles[s];if(l===void 0||l.type!=="widget")return!1}return!(u<0&&t.actualNode&&!St(t)&&!Xe(t))}var e3=JS;function t3(e,t){var r=Re(t);return!!al(r)}var r3=t3;function a3(e,t){var r=Re(t,{dpub:!0});return!!nl(r)}var n3=a3;function Xm(e){return e?e.getAttribute("aria-hidden")==="true"?!1:Xm(ft(e)):!0}function i3(e){return Xm(ft(e))}var o3=i3;function s3(e,t){var r=/^aria-/;return t.attrNames.some(function(a){return r.test(a)})}var u3=s3;function l3(e,t){return Re(t,{dpub:!0,fallback:!0})!==null}var c3=l3;function d3(e,t){var r=/^aria-/,a=t.attrNames;if(a.length){for(var n=0,i=a.length;n<i;n++)if(r.test(a[n]))return!0}return!1}var f3=d3,p3={"abstractrole-evaluate":xF,"accesskeys-after":zR,"accesskeys-evaluate":qR,"alt-space-value-evaluate":yR,"aria-allowed-attr-elm-evaluate":EF,"aria-allowed-attr-evaluate":wF,"aria-allowed-attr-matches":f3,"aria-allowed-role-evaluate":yF,"aria-allowed-role-matches":c3,"aria-busy-evaluate":gF,"aria-conditional-attr-evaluate":vF,"aria-conditional-checkbox-attr-evaluate":Gm,"aria-conditional-row-attr-evaluate":Vm,"aria-errormessage-evaluate":fF,"aria-has-attr-matches":u3,"aria-hidden-body-evaluate":dF,"aria-hidden-focus-matches":o3,"aria-label-evaluate":ZA,"aria-labelledby-evaluate":KA,"aria-level-evaluate":lF,"aria-prohibited-attr-evaluate":oF,"aria-required-attr-evaluate":rF,"aria-required-children-evaluate":XT,"aria-required-children-matches":n3,"aria-required-parent-evaluate":KT,"aria-required-parent-matches":r3,"aria-roledescription-evaluate":UT,"aria-unsupported-attr-evaluate":VT,"aria-valid-attr-evaluate":zT,"aria-valid-attr-value-evaluate":$T,"attr-non-space-content-evaluate":tT,"autocomplete-appropriate-evaluate":iT,"autocomplete-matches":e3,"autocomplete-valid-evaluate":aT,"avoid-inline-spacing-evaluate":WA,"braille-label-equivalent-evaluate":BT,"braille-roledescription-equivalent-evaluate":LT,"bypass-matches":QS,"caption-evaluate":IC,"caption-faked-evaluate":SA,"color-contrast-evaluate":fT,"color-contrast-matches":YS,"css-orientation-lock-evaluate":AC,"data-table-large-matches":US,"data-table-matches":VS,"deprecatedrole-evaluate":PT,"dlitem-evaluate":VC,"doc-has-title-evaluate":GA,"duplicate-id-active-matches":zS,"duplicate-id-after":t5,"duplicate-id-aria-matches":qS,"duplicate-id-evaluate":JA,"duplicate-id-misc-matches":BS,"duplicate-img-label-evaluate":gR,"exists-evaluate":HA,"explicit-evaluate":hR,"fallbackrole-evaluate":MT,"focusable-content-evaluate":BR,"focusable-disabled-evaluate":PR,"focusable-element-evaluate":NR,"focusable-modal-open-evaluate":OR,"focusable-no-name-evaluate":SR,"focusable-not-tabbable-evaluate":TR,"frame-focusable-content-evaluate":CR,"frame-focusable-content-matches":PS,"frame-tested-after":kC,"frame-tested-evaluate":FC,"frame-title-has-text-matches":NS,"has-alt-evaluate":jA,"has-descendant-after":JR,"has-descendant-evaluate":ZR,"has-global-aria-attribute-evaluate":OT,"has-implicit-chromium-role-matches":OS,"has-lang-evaluate":XC,"has-text-content-evaluate":KR,"has-widget-role-evaluate":ST,"heading-matches":SS,"heading-order-after":oC,"heading-order-evaluate":iC,"help-same-as-label-evaluate":pR,"hidden-content-evaluate":Bx,"hidden-explicit-label-evaluate":dR,"html-namespace-matches":FS,"html5-scope-evaluate":TA,"identical-links-same-purpose-after":rC,"identical-links-same-purpose-evaluate":eC,"identical-links-same-purpose-matches":RS,"implicit-evaluate":lR,"inline-style-property-evaluate":BA,"inserted-into-focus-order-matches":AS,"internal-link-present-evaluate":_5,"invalid-children-evaluate":qC,"invalidrole-evaluate":TT,"is-element-focusable-evaluate":CT,"is-initiator-matches":Km,"is-on-screen-evaluate":LA,"is-visible-matches":ES,"is-visible-on-screen-matches":DS,"label-content-name-mismatch-evaluate":sR,"label-content-name-mismatch-matches":wS,"label-matches":bS,"landmark-has-body-context-matches":vS,"landmark-is-top-level-evaluate":AR,"landmark-is-unique-after":eR,"landmark-is-unique-evaluate":QC,"landmark-unique-matches":pS,"layout-table-matches":fS,"link-in-text-block-evaluate":dT,"link-in-text-block-matches":cS,"link-in-text-block-style-evaluate":sT,"listitem-evaluate":$C,"matches-definition-evaluate":YR,"meta-refresh-evaluate":D5,"meta-viewport-scale-evaluate":_C,"multiple-label-evaluate":nR,"nested-interactive-matches":uS,"no-autoplay-audio-evaluate":RC,"no-autoplay-audio-matches":oS,"no-empty-role-matches":nS,"no-explicit-name-required-matches":Ym,"no-focusable-content-evaluate":ER,"no-implicit-explicit-label-evaluate":xT,"no-naming-method-matches":rS,"no-negative-tabindex-matches":eS,"no-role-matches":QF,"non-empty-if-present-evaluate":MA,"not-html-matches":XF,"object-is-loaded-matches":WF,"only-dlitems-evaluate":BC,"only-listitems-evaluate":LC,"p-as-heading-evaluate":b5,"p-as-heading-matches":GF,"page-no-duplicate-after":UR,"page-no-duplicate-evaluate":VR,"presentation-role-conflict-matches":HF,"presentational-role-evaluate":IA,"region-after":m5,"region-evaluate":l5,"same-caption-summary-evaluate":xA,"scope-value-evaluate":_A,"scrollable-region-focusable-matches":$F,"skip-link-evaluate":s5,"skip-link-matches":BF,"structured-dlitems-evaluate":MC,"summary-interactive-matches":MF,"svg-namespace-matches":pl,"svg-non-empty-title-evaluate":OA,"tabindex-evaluate":DR,"table-or-grid-role-matches":NF,"target-offset-evaluate":wC,"target-size-evaluate":fC,"td-has-header-evaluate":DA,"td-headers-attr-evaluate":yA,"th-has-data-cells-evaluate":bA,"title-only-evaluate":rR,"unique-frame-title-after":i5,"unique-frame-title-evaluate":a5,"unsupportedrole-evaluate":ET,"valid-lang-evaluate":YC,"valid-scrollable-semantics-evaluate":wT,"widget-not-inline-matches":SF,"window-is-top-matches":TF,"xml-lang-mismatch-evaluate":UC,"xml-lang-mismatch-matches":CF},go=p3;function m3(e){this.id=e.id,this.data=null,this.relatedNodes=[],this.result=null}var ml=m3;function hl(e){if(typeof e=="string"){if(go[e])return go[e];if(/^\s*function[\s\w]*\(/.test(e))return new Function("return "+e+";")();throw new ReferenceError("Function ID does not exist in the metadata-function-map: ".concat(e))}return e}function Zm(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return(Array.isArray(e)||B(e)!=="object")&&(e={value:e}),e}function Aa(e){e&&(this.id=e.id,this.configure(e))}Aa.prototype.enabled=!0,Aa.prototype.run=function(t,r,a,n,i){r=r||{};var o=r.hasOwnProperty("enabled")?r.enabled:this.enabled,s=this.getOptions(r.options);if(o){var u=new ml(this),l=ks(u,r,n,i),c;try{c=this.evaluate.call(l,t.actualNode,s,t,a)}catch(d){t&&t.actualNode&&(d.errorNode=qt.toSpec(t)),i(d);return}l.isAsync||(u.result=c,n(u))}else n(null)},Aa.prototype.runSync=function(t,r,a){r=r||{};var n=r,i=n.enabled,o=i===void 0?this.enabled:i;if(!o)return null;var s=this.getOptions(r.options),u=new ml(this),l=ks(u);l.async=function(){throw new Error("Cannot run async check while in a synchronous run")};var c;try{c=this.evaluate.call(l,t.actualNode,s,t,a)}catch(d){throw t&&t.actualNode&&(d.errorNode=qt.toSpec(t)),d}return u.result=c,u},Aa.prototype.configure=function(t){var r=this;(!t.evaluate||go[t.evaluate])&&(this._internalCheck=!0),t.hasOwnProperty("enabled")&&(this.enabled=t.enabled),t.hasOwnProperty("options")&&(this._internalCheck?this.options=Zm(t.options):this.options=t.options),["evaluate","after"].filter(function(a){return t.hasOwnProperty(a)}).forEach(function(a){return r[a]=hl(t[a])})},Aa.prototype.getOptions=function(t){return this._internalCheck?Vs(this.options,Zm(t||{})):t||this.options};var Qm=Aa;function h3(e){this.id=e.id,this.result=ye.NA,this.pageLevel=e.pageLevel,this.impact=null,this.nodes=[]}var bo=h3;function Ct(e,t){this._audit=t,this.id=e.id,this.selector=e.selector||"*",e.impact&&(Oe(ye.impact.includes(e.impact),"Impact ".concat(e.impact," is not a valid impact")),this.impact=e.impact),this.excludeHidden=typeof e.excludeHidden=="boolean"?e.excludeHidden:!0,this.enabled=typeof e.enabled=="boolean"?e.enabled:!0,this.pageLevel=typeof e.pageLevel=="boolean"?e.pageLevel:!1,this.reviewOnFail=typeof e.reviewOnFail=="boolean"?e.reviewOnFail:!1,this.any=e.any||[],this.all=e.all||[],this.none=e.none||[],this.tags=e.tags||[],this.preload=!!e.preload,this.actIds=e.actIds,e.matches&&(this.matches=hl(e.matches))}Ct.prototype.matches=function(){return!0},Ct.prototype.gather=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a="mark_gather_start_"+this.id,n="mark_gather_end_"+this.id,i="mark_isVisibleToScreenReaders_start_"+this.id,o="mark_isVisibleToScreenReaders_end_"+this.id;r.performanceTimer&&Ne.mark(a);var s=Yu(this.selector,t);return this.excludeHidden&&(r.performanceTimer&&Ne.mark(i),s=s.filter(function(u){return Xe(u)}),r.performanceTimer&&(Ne.mark(o),Ne.measure("rule_"+this.id+"#gather_axe.utils.isVisibleToScreenReaders",i,o))),r.performanceTimer&&(Ne.mark(n),Ne.measure("rule_"+this.id+"#gather",a,n)),s},Ct.prototype.runChecks=function(t,r,a,n,i,o){var s=this,u=or();this[t].forEach(function(l){var c=s._audit.checks[l.id||l],d=Ji(c,s.id,a);u.defer(function(m,v){c.run(r,d,n,m,function(y){v(new io({ruleId:s.id,method:"".concat(c.id,"#evaluate"),errorNode:new $t(r),error:y}))})})}),u.then(function(l){l=l.filter(function(c){return c}),i({type:t,results:l})}).catch(o)},Ct.prototype.runChecksSync=function(t,r,a,n){var i=this,o=[];return this[t].forEach(function(s){var u=i._audit.checks[s.id||s],l=Ji(u,i.id,a);o.push(u.runSync(r,l,n))}),o=o.filter(function(s){return s}),{type:t,results:o}},Ct.prototype.run=function(t){var r=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0;a.performanceTimer&&this._trackPerformance();var o=or(),s=new bo(this),u;try{u=this.gatherAndMatchNodes(t,a)}catch(l){i(l);return}a.performanceTimer&&this._logGatherPerformance(u),u.forEach(function(l){o.defer(function(c,d){var m=or();["any","all","none"].forEach(function(v){m.defer(function(y,w){r.runChecks(v,l,a,t,y,w)})}),m.then(function(v){var y=Jm(v);y&&(y.node=new $t(l),s.nodes.push(y),r.reviewOnFail&&(["any","all"].forEach(function(w){y[w].forEach(function(E){E.result===!1&&(E.result=void 0)})}),y.none.forEach(function(w){w.result===!0&&(w.result=void 0)}))),c()}).catch(function(v){return d(v)})})}),o.then(function(){a.performanceTimer&&r._logRulePerformance(),setTimeout(function(){n(s)},0)}).catch(function(l){a.performanceTimer&&r._logRulePerformance(),i(l)})},Ct.prototype.runSync=function(t){var r=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};a.performanceTimer&&this._trackPerformance();var n=new bo(this),i=this.gatherAndMatchNodes(t,a);return a.performanceTimer&&this._logGatherPerformance(i),i.forEach(function(o){var s=[];["any","all","none"].forEach(function(l){s.push(r.runChecksSync(l,o,a,t))});var u=Jm(s);u&&(u.node=o.actualNode?new $t(o):null,n.nodes.push(u),r.reviewOnFail&&(["any","all"].forEach(function(l){u[l].forEach(function(c){c.result===!1&&(c.result=void 0)})}),u.none.forEach(function(l){l.result===!0&&(l.result=void 0)})))}),a.performanceTimer&&this._logRulePerformance(),n},Ct.prototype._trackPerformance=function(){this._markStart="mark_rule_start_"+this.id,this._markEnd="mark_rule_end_"+this.id,this._markChecksStart="mark_runchecks_start_"+this.id,this._markChecksEnd="mark_runchecks_end_"+this.id},Ct.prototype._logGatherPerformance=function(t){Wr("gather for ".concat(this.id," (").concat(t.length," nodes): ").concat(Ne.timeElapsed(),"ms")),Ne.mark(this._markChecksStart)},Ct.prototype._logRulePerformance=function(){Ne.mark(this._markChecksEnd),Ne.mark(this._markEnd),Ne.measure("runchecks_"+this.id,this._markChecksStart,this._markChecksEnd),Ne.measure("rule_"+this.id,this._markStart,this._markEnd)};function Jm(e){if(e.length){var t=!1,r={};return e.forEach(function(a){var n=a.results.filter(function(i){return i});r[a.type]=n,n.length&&(t=!0)}),t?r:null}}Ct.prototype.gatherAndMatchNodes=function(t,r){var a=this,n="mark_matches_start_"+this.id,i="mark_matches_end_"+this.id,o=this.gather(t,r);return r.performanceTimer&&Ne.mark(n),o=o.filter(function(s){try{return a.matches(s.actualNode,s,t)}catch(u){throw new io({ruleId:a.id,method:"#matches",errorNode:new $t(s),error:u})}}),r.performanceTimer&&(Ne.mark(i),Ne.measure("rule_"+this.id+"#matches",n,i)),o};function v3(e){return Ti(e).map(function(t){var r=e._audit.checks[t.id||t];return r&&typeof r.after=="function"?r:null}).filter(Boolean)}function g3(e,t){var r=[];return e.forEach(function(a){var n=Ti(a);n.forEach(function(i){i.id===t&&(i.node=a.node,r.push(i))})}),r}function b3(e){return e.filter(function(t){return t.filtered!==!0})}function y3(e){var t=["any","all","none"],r=e.nodes.filter(function(a){var n=0;return t.forEach(function(i){a[i]=b3(a[i]),n+=a[i].length}),n>0});return e.pageLevel&&r.length&&(r=[r.reduce(function(a,n){if(a)return t.forEach(function(i){a[i].push.apply(a[i],n[i])}),a})]),r}Ct.prototype.after=function(t,r){var a=this,n=v3(this);return n.forEach(function(i){var o=g3(t.nodes,i.id),s=Ji(i,a.id,r),u;try{u=i.after(o,s.options)}catch(c){var l;throw new io({ruleId:a.id,method:"".concat(i.id,"#after"),errorNode:(l=t.nodes)===null||l===void 0||(l=l[0])===null||l===void 0?void 0:l.node,error:c})}a.reviewOnFail&&u.forEach(function(c){var d=(a.any.includes(c.id)||a.all.includes(c.id))&&c.result===!1,m=a.none.includes(c.id)&&c.result===!0;(d||m)&&(c.result=void 0)}),o.forEach(function(c){delete c.node,u.indexOf(c)===-1&&(c.filtered=!0)})}),t.nodes=y3(t),t},Ct.prototype.configure=function(t){t.hasOwnProperty("selector")&&(this.selector=t.selector),t.hasOwnProperty("excludeHidden")&&(this.excludeHidden=typeof t.excludeHidden=="boolean"?t.excludeHidden:!0),t.hasOwnProperty("enabled")&&(this.enabled=typeof t.enabled=="boolean"?t.enabled:!0),t.hasOwnProperty("pageLevel")&&(this.pageLevel=typeof t.pageLevel=="boolean"?t.pageLevel:!1),t.hasOwnProperty("reviewOnFail")&&(this.reviewOnFail=typeof t.reviewOnFail=="boolean"?t.reviewOnFail:!1),t.hasOwnProperty("any")&&(this.any=t.any),t.hasOwnProperty("all")&&(this.all=t.all),t.hasOwnProperty("none")&&(this.none=t.none),t.hasOwnProperty("tags")&&(this.tags=t.tags),t.hasOwnProperty("actIds")&&(this.actIds=t.actIds),t.hasOwnProperty("matches")&&(this.matches=hl(t.matches)),t.impact&&(Oe(ye.impact.includes(t.impact),"Impact ".concat(t.impact," is not a valid impact")),this.impact=t.impact)};var Ca=/\{\{.+?\}\}/g,w3=function(){function e(t){Vt(this,e),this.lang="en",this.defaultConfig=t,this.standards=Ie,this._init(),this._defaultLocale=null}return Gt(e,[{key:"_setDefaultLocale",value:function(){if(!this._defaultLocale){for(var r={checks:{},rules:{},failureSummaries:{},incompleteFallbackMessage:"",lang:this.lang},a=Object.keys(this.data.checks),n=0;n<a.length;n++){var i=a[n],o=this.data.checks[i],s=o.messages,u=s.pass,l=s.fail,c=s.incomplete;r.checks[i]={pass:u,fail:l,incomplete:c}}for(var d=Object.keys(this.data.rules),m=0;m<d.length;m++){var v=d[m],y=this.data.rules[v],w=y.description,E=y.help;r.rules[v]={description:w,help:E}}for(var _=Object.keys(this.data.failureSummaries),x=0;x<_.length;x++){var C=_[x],R=this.data.failureSummaries[C],T=R.failureMessage;r.failureSummaries[C]={failureMessage:T}}r.incompleteFallbackMessage=this.data.incompleteFallbackMessage,this._defaultLocale=r}}},{key:"_resetLocale",value:function(){var r=this._defaultLocale;r&&this.applyLocale(r)}},{key:"_applyCheckLocale",value:function(r){for(var a=Object.keys(r),n=0;n<a.length;n++){var i=a[n];if(!this.data.checks[i])throw new Error('Locale provided for unknown check: "'.concat(i,'"'));this.data.checks[i]=E3(this.data.checks[i],r[i])}}},{key:"_applyRuleLocale",value:function(r){for(var a=Object.keys(r),n=0;n<a.length;n++){var i=a[n];if(!this.data.rules[i])throw new Error('Locale provided for unknown rule: "'.concat(i,'"'));this.data.rules[i]=_3(this.data.rules[i],r[i])}}},{key:"_applyFailureSummaries",value:function(r){for(var a=Object.keys(r),n=0;n<a.length;n++){var i=a[n];if(!this.data.failureSummaries[i])throw new Error('Locale provided for unknown failureMessage: "'.concat(i,'"'));this.data.failureSummaries[i]=x3(this.data.failureSummaries[i],r[i])}}},{key:"applyLocale",value:function(r){this._setDefaultLocale(),r.checks&&this._applyCheckLocale(r.checks),r.rules&&this._applyRuleLocale(r.rules),r.failureSummaries&&this._applyFailureSummaries(r.failureSummaries,"failureSummaries"),r.incompleteFallbackMessage&&(this.data.incompleteFallbackMessage=A3(this.data.incompleteFallbackMessage,r.incompleteFallbackMessage)),r.lang&&(this.lang=r.lang)}},{key:"setAllowedOrigins",value:function(r){var a=th();this.allowedOrigins=[];var n=je(r),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;if(o===ye.allOrigins){this.allowedOrigins=["*"];return}else o!==ye.sameOrigin?this.allowedOrigins.push(o):a&&this.allowedOrigins.push(a)}}catch(s){n.e(s)}finally{n.f()}}},{key:"_init",value:function(){var r=D3(this.defaultConfig);this.lang=r.lang||"en",this.reporter=r.reporter,this.commands={},this.rules=[],this.checks={},this.brand="axe",this.application="axeAPI",this.tagExclude=["experimental","deprecated"],this.noHtml=r.noHtml,this.allowedOrigins=r.allowedOrigins,rh(r.rules,this,"addRule"),rh(r.checks,this,"addCheck"),this.data={},this.data.checks=r.data&&r.data.checks||{},this.data.rules=r.data&&r.data.rules||{},this.data.failureSummaries=r.data&&r.data.failureSummaries||{},this.data.incompleteFallbackMessage=r.data&&r.data.incompleteFallbackMessage||"",this._constructHelpUrls()}},{key:"registerCommand",value:function(r){this.commands[r.id]=r.callback}},{key:"addRule",value:function(r){r.metadata&&(this.data.rules[r.id]=r.metadata);var a=this.getRule(r.id);a?a.configure(r):this.rules.push(new Ct(r,this))}},{key:"addCheck",value:function(r){var a=r.metadata;B(a)==="object"&&(this.data.checks[r.id]=a,B(a.messages)==="object"&&Object.keys(a.messages).filter(function(n){return a.messages.hasOwnProperty(n)&&typeof a.messages[n]=="string"}).forEach(function(n){a.messages[n].indexOf("function")===0&&(a.messages[n]=new Function("return "+a.messages[n]+";")())})),this.checks[r.id]?this.checks[r.id].configure(r):this.checks[r.id]=new Qm(r)}},{key:"run",value:function(r,a,n,i){this.normalizeOptions(a),$t.setRunOptions(a),g._selectCache=[];var o=C3(this.rules,r,a),s=o.now,u=o.later,l=or();s.forEach(function(m){l.defer(ah(m,r,a))});var c=or();u.length&&c.defer(function(m){Tp(a).then(function(v){return m(v)}).catch(function(v){console.warn("Couldn't load preload assets: ",v),m(void 0)})});var d=or();d.defer(l),d.defer(c),d.then(function(m){var v=m.pop();if(v&&v.length){var y=v[0];y&&(r=Ae({},r,y))}var w=m[0];if(!u.length){g._selectCache=void 0,n(w.filter(function(_){return!!_}));return}var E=or();u.forEach(function(_){var x=ah(_,r,a);E.defer(x)}),E.then(function(_){g._selectCache=void 0,n(w.concat(_).filter(function(x){return!!x}))}).catch(i)}).catch(i)}},{key:"after",value:function(r,a){var n=this.rules;return r.map(function(i){if(i.error)return i;var o=sn(n,"id",i.id);if(!o)throw new Error("Result for unknown rule. You may be running mismatch axe-core versions");try{return o.after(i,a)}catch(s){if(a.debug)throw s;return nh(o,s)}})}},{key:"getRule",value:function(r){return this.rules.find(function(a){return a.id===r})}},{key:"normalizeOptions",value:function(r){var a=this,n=[],i=[];if(a.rules.forEach(function(c){i.push(c.id),c.tags.forEach(function(d){n.includes(d)||n.push(d)})}),["object","string"].includes(B(r.runOnly))){if(typeof r.runOnly=="string"&&(r.runOnly=[r.runOnly]),Array.isArray(r.runOnly)){var o=r.runOnly.find(function(c){return n.includes(c)}),s=r.runOnly.find(function(c){return i.includes(c)});if(o&&s)throw new Error("runOnly cannot be both rules and tags");s?r.runOnly={type:"rule",values:r.runOnly}:r.runOnly={type:"tag",values:r.runOnly}}var u=r.runOnly;if(u.value&&!u.values&&(u.values=u.value,delete u.value),!Array.isArray(u.values)||u.values.length===0)throw new Error("runOnly.values must be a non-empty array");if(["rule","rules"].includes(u.type))u.type="rule",u.values.forEach(function(c){if(!i.includes(c))throw new Error("unknown rule `"+c+"` in options.runOnly")});else if(["tag","tags",void 0].includes(u.type)){u.type="tag";var l=u.values.filter(function(c){return!n.includes(c)&&!/wcag2[1-3]a{1,3}/.test(c)});l.length!==0&&g.log("Could not find tags `"+l.join("`, `")+"`")}else throw new Error("Unknown runOnly type '".concat(u.type,"'"))}return B(r.rules)==="object"&&Object.keys(r.rules).forEach(function(c){if(!i.includes(c))throw new Error("unknown rule `"+c+"` in options.rules")}),r}},{key:"setBranding",value:function(r){var a={brand:this.brand,application:this.application};typeof r=="string"&&(this.application=r),r&&r.hasOwnProperty("brand")&&r.brand&&typeof r.brand=="string"&&(this.brand=r.brand),r&&r.hasOwnProperty("application")&&r.application&&typeof r.application=="string"&&(this.application=r.application),this._constructHelpUrls(a)}},{key:"_constructHelpUrls",value:function(){var r=this,a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,n=(g.version.match(/^[1-9][0-9]*\.[0-9]+/)||["x.y"])[0];this.rules.forEach(function(i){r.data.rules[i.id]||(r.data.rules[i.id]={});var o=r.data.rules[i.id];(typeof o.helpUrl!="string"||a&&o.helpUrl===ih(a,i.id,n))&&(o.helpUrl=ih(r,i.id,n))})}},{key:"resetRulesAndChecks",value:function(){this._init(),this._resetLocale()}}])}(),eh=w3;function th(){if(p.origin&&p.origin!=="null")return p.origin;if(p.location&&p.location.origin&&p.location.origin!=="null")return p.location.origin}function D3(e){var t;if(e?(t=gr(e),t.commons=e.commons):t={},t.reporter=t.reporter||null,t.noHtml=t.noHtml||!1,!t.allowedOrigins){var r=th();t.allowedOrigins=r?[r]:[]}return t.rules=t.rules||[],t.checks=t.checks||[],t.data=Ae({checks:{},rules:{}},t.data),t}function rh(e,t,r){var a,n;for(a=0,n=e.length;a<n;a++)t[r](e[a])}var E3=function(t,r){var a=r.pass,n=r.fail;return typeof a=="string"&&Ca.test(a)&&(a=Rr.default.compile(a)),typeof n=="string"&&Ca.test(n)&&(n=Rr.default.compile(n)),Ae({},t,{messages:{pass:a||t.messages.pass,fail:n||t.messages.fail,incomplete:B(t.messages.incomplete)==="object"?Ae({},t.messages.incomplete,r.incomplete):r.incomplete}})},_3=function(t,r){var a=r.help,n=r.description;return typeof a=="string"&&Ca.test(a)&&(a=Rr.default.compile(a)),typeof n=="string"&&Ca.test(n)&&(n=Rr.default.compile(n)),Ae({},t,{help:a||t.help,description:n||t.description})},x3=function(t,r){var a=r.failureMessage;return typeof a=="string"&&Ca.test(a)&&(a=Rr.default.compile(a)),Ae({},t,{failureMessage:a||t.failureMessage})},A3=function(t,r){return typeof r=="string"&&Ca.test(r)&&(r=Rr.default.compile(r)),r||t};function C3(e,t,r){var a={now:[],later:[]},n=e.reduce(function(i,o){return Ip(o,t,r)?o.preload?(i.later.push(o),i):(i.now.push(o),i):i},a);return n}function ah(e,t,r){return r.performanceTimer&&Ne.mark("mark_rule_start_"+e.id),function(a,n){e.run(t,r,function(i){return a(i)},function(i){r.debug?n(i):a(nh(e,i))})}}function nh(e,t){var r=t.errorNode,a=no(t),n=[{id:"error-occurred",result:void 0,data:a,relatedNodes:[]}],i=r||new $t(b.documentElement);return Object.assign(new bo(e),{error:a,result:ye.CANTTELL,nodes:[{any:[],all:[],none:n,node:i}]})}function ih(e,t,r){var a=e.brand,n=e.application,i=e.lang;return ye.helpUrlBase+a+"/"+(r||g.version.substring(0,g.version.lastIndexOf(".")))+"/"+t+"?application="+encodeURIComponent(n)+(i&&i!=="en"?"&lang="+encodeURIComponent(i):"")}function oh(e){var t=p&&"Node"in p&&"NodeList"in p,r=!!b;if(!(t&&r)){if(!e||!e.ownerDocument)throw new Error('Required "window" or "document" globals not defined and cannot be deduced from the context. Either set the globals before running or pass in a valid Element.');r||(be.set("globalDocumentSet",!0),b=e.ownerDocument),t||(be.set("globalWindowSet",!0),p=b.defaultView)}}function R3(){be.get("globalDocumentSet")&&(be.set("globalDocumentSet",!1),b=null),be.get("globalWindowSet")&&(be.set("globalWindowSet",!1),p=null)}function T3(){R3(),g._memoizedFns.forEach(function(e){return e.clear()}),be.clear(),g._tree=void 0,g._selectorData=void 0,g._selectCache=void 0}var qr=T3;function sh(e,t,r,a){try{e=new eo(e),g._tree=e.flatTree,g._selectorData=Di(e.flatTree)}catch(o){return qr(),a(o)}var n=or(),i=g._audit;t.performanceTimer&&Ne.auditStart(),e.frames.length&&t.iframes!==!1&&n.defer(function(o,s){wf(e,t,"rules",null,o,s)}),n.defer(function(o,s){i.run(e,t,o,s)}),n.then(function(o){try{t.performanceTimer&&Ne.auditEnd();var s=Fi(o.map(function(u){return{results:u}}));e.initiator&&(t.performanceTimer&&Ne.mark("auditAfterStart"),s=i.after(s,t),t.performanceTimer&&(Ne.mark("auditAfterEnd"),Ne.measure("audit.after","auditAfterStart","auditAfterEnd"),Ne.logMeasures("audit.after")),s.forEach(ao),s=s.map(ja));try{r(s,qr)}catch(u){qr(),Wr(u)}}catch(u){qr(),a(u)}}).catch(function(o){qr(),a(o)})}function F3(e){g._audit=new eh(e)}function S3(e,t,r){var a=r,n=function(u){u instanceof Error||(u=new Error(u)),r(u)},i=e&&e.context||{};i.hasOwnProperty("include")&&!i.include.length&&(i.include=[b]);var o=e&&e.options||{};switch(e.command){case"rules":return sh(i,o,function(s,u){s=qt.mapRawResults(s),a(s),u()},n);case"cleanup-plugin":return zp(a,n);default:if(g._audit&&g._audit.commands&&g._audit.commands[e.command])return g._audit.commands[e.command](e,r)}}p.top!==p&&(Qt.subscribe("axe.start",S3),Qt.subscribe("axe.ping",function(e,t,r){r({axe:!0})}));function Sn(e){this._run=e.run,this._collect=e.collect,this._registry={},e.commands.forEach(function(t){g._audit.registerCommand(t)})}Sn.prototype.run=function(){return this._run.apply(this,arguments)},Sn.prototype.collect=function(){return this._collect.apply(this,arguments)},Sn.prototype.cleanup=function(t){var r=g.utils.queue(),a=this;Object.keys(this._registry).forEach(function(n){r.defer(function(i){a._registry[n].cleanup(i)})}),r.then(t)},Sn.prototype.add=function(t){this._registry[t.id]=t};function k3(e){g.plugins[e.id]=new Sn(e)}var O3=k3;function I3(){var e=g._audit;if(!e)throw new Error("No audit configured");e.resetRulesAndChecks(),Q2()}var N3=I3;function M3(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};r.reporter=r.reporter||g._audit.reporter||"v1",g._selectorData={},t instanceof dt||(t=new jp(t));var a=mp(e);if(!a)throw new Error("unknown rule `"+e+"`");a=Object.create(a,{excludeHidden:{value:!1}});var n={initiator:!0,include:[t],exclude:[],frames:[],page:!1,focusable:!0,size:{},flatTree:[]},i=a.runSync(n,r);ao(i),ja(i);var o=Sc([i]);return o.violations.forEach(function(s){return s.nodes.forEach(function(u){u.failureSummary=Pu(u)})}),Ae({},Br(),o,{toolOptions:r})}function uh(e){var t,r,a,n=Q(e,3),i=n[0],o=n[1],s=n[2],u=new TypeError("axe.run arguments are invalid");if(!bp(i)){if(s!==void 0)throw u;s=o,o=i,i=b}if(B(o)!=="object"){if(s!==void 0)throw u;s=o,o={}}if(typeof s!="function"&&s!==void 0)throw u;return o=gr(o),o.reporter=(t=(r=o.reporter)!==null&&r!==void 0?r:(a=g._audit)===null||a===void 0?void 0:a.reporter)!==null&&t!==void 0?t:"v1",{context:i,options:o,callback:s}}var vl=function(){};function P3(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];oh(t[0]);var a=uh(t),n=a.context,i=a.options,o=a.callback,s=o===void 0?vl:o,u=L3(s),l=u.thenable,c=u.resolve,d=u.reject;try{Oe(g._audit,"No audit configured"),Oe(!g._running,"Axe is already running. Use `await axe.run()` to wait for the previous run to finish before starting a new run.")}catch(y){return $3(y,s)}g._running=!0,i.performanceTimer&&Ne.start();function m(y,w){var E=function(C){i.performanceTimer&&(Ne.mark("reporterEnd"),Ne.measure("reporter","reporterStart","reporterEnd"),Ne.logMeasures("reporter"),Ne.end()),g._running=!1,w();try{c(C)}catch(R){g.log(R)}},_=function(C){g._running=!1,w();try{d(C)}catch(R){g.log(R)}};try{i.performanceTimer&&Ne.mark("reporterStart"),B3(y,i,E,_)}catch(x){_(x)}}function v(y){i.performanceTimer&&Ne.end(),g._running=!1,s(y),d(y)}return g._runRules(n,i,m,v),l}function L3(e){var t,r,a;return typeof Promise=="function"&&e===vl?t=new Promise(function(n,i){r=i,a=n}):(a=function(i){return e(null,i)},r=function(i){return e(i)}),{thenable:t,reject:r,resolve:a}}function B3(e,t,r,a){var n=Zu(t.reporter),i=n(e,t,r,a);i!==void 0&&r(i)}function $3(e,t){if(typeof t=="function"&&t!==vl){t(e.message);return}throw e}function q3(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var a=uh(t),n=a.options,i=a.context;Oe(g._audit,"Axe is not configured. Audit is missing."),Oe(!g._running,"Axe is already running. Use `await axe.run()` to wait for the previous run to finish before starting a new run.");var o=new eo(i,g._tree);return g._tree=o.flatTree,g._selectorData=Di(o.flatTree),g._running=!0,n.elementRef=!1,new Promise(function(s,u){g._audit.run(o,n,s,u)}).then(function(s){s=qt.mapRawResults(s);var u=o.frames.map(function(c){var d=c.node;return qt.toSpec(d)}),l;return o.initiator&&(l=Br()),g._running=!1,qr(),{results:s,frames:u,environmentData:l}}).catch(function(s){return g._running=!1,qr(),Promise.reject(s)})}function j3(e){var t,r,a,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};n=gr(n);var i=e.find(function(u){return u.environmentData})||{},o=i.environmentData;g._audit.normalizeOptions(n),n.reporter=(t=(r=n.reporter)!==null&&r!==void 0?r:(a=g._audit)===null||a===void 0?void 0:a.reporter)!==null&&t!==void 0?t:"v1",z3(e);var s=Fi(e);return s=g._audit.after(s,n),s.forEach(ao),s=s.map(ja),V3(s,Ae({environmentData:o},n))}function z3(e){var t=[],r=je(e),a;try{for(r.s();!(a=r.n()).done;){var n=a.value,i=t.shift();if(n){n.frameSpec=i??null;var o=H3(n);t.unshift.apply(t,de(o))}}}catch(s){r.e(s)}finally{r.f()}}function H3(e){var t=e.frames,r=e.frameSpec;return r?t.map(function(a){return qt.mergeSpecs(a,r)}):t}function V3(e,t){return new Promise(function(r,a){var n=Zu(t.reporter);n(e,t,r,a)})}function G3(e){if(g._tree)throw new Error("Axe is already setup. Call `axe.teardown()` before calling `axe.setup` again.");return e&&B(e.documentElement)==="object"&&B(e.defaultView)==="object"&&(e=e.documentElement),oh(e),g._tree=Nu(e),g._selectorData=Di(g._tree),g._tree[0]}var U3=G3,W3=function(t,r,a){console.warn('"na" reporter will be deprecated in axe v4.0. Use the "v2" reporter instead.'),typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=Te(n,Na);a(Ae({},Br(i),{toolOptions:o},En(t,r)))},Y3=W3,K3=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=Te(n,mr);r.resultTypes=["violations"];var s=En(t,r),u=s.violations;a(Ae({},Br(i),{toolOptions:o,violations:u}))},X3=K3,Z3=function(t,r,a){if(typeof r=="function"&&(a=r,r={}),!t||!Array.isArray(t))return a(t);var n=t.map(function(i){for(var o=Ae({},i),s=["passes","violations","incomplete","inapplicable"],u=0,l=s;u<l.length;u++){var c=l[u];o[c]=qt.mapRawNodeResults(o[c])}return o});a(n)},lh=Z3,Q3=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=Te(n,_r);lh(t,o,function(s){var u=Br(i);a({raw:s,env:u})})},J3=Q3,ek=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=Te(n,Pn),s=En(t,r),u=function(c){c.nodes.forEach(function(d){d.failureSummary=Pu(d)})};s.incomplete.forEach(u),s.violations.forEach(u),a(Ae({},Br(i),{toolOptions:o},s))},tk=ek,rk=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=Te(n,Ln),s=En(t,r);a(Ae({},Br(i),{toolOptions:o},s))},ak=rk,nk={base:{Audit:eh,CheckResult:ml,Check:Qm,Context:eo,RuleResult:bo,Rule:Ct,metadataFunctionMap:go},public:{reporters:xn},helpers:{failureSummary:Pu,incompleteFallbackMessage:Lu,processAggregate:En},utils:{setDefaultFrameMessenger:mf,cacheNodeSelectors:op,getNodesMatchingExpression:np,convertSelector:_i},commons:{dom:{nativelyHidden:Ys,displayHidden:xf,visibilityHidden:Af,contentVisibiltyHidden:Cf,ariaHidden:Rf,opacityHidden:Tf,scrollHidden:Ff,overflowHidden:Sf,clipHidden:kf,areaHidden:Ks,detailsHidden:Of}}},ik=nk;g._thisWillBeDeletedDoNotUse=ik,g.constants=ye,g.log=Wr,g.AbstractVirtualNode=dt,g.SerialVirtualNode=jp,g.VirtualNode=ku,g._cache=be,g.imports=Nc,g.cleanup=zp,g.configure=Ix,g.frameMessenger=Nx,g.getRules=Px,g._load=F3,g.plugins={},g.registerPlugin=O3,g.hasReporter=Vp,g.getReporter=Zu,g.addReporter=kx,g.reset=N3,g._runRules=sh,g.runVirtualRule=M3,g.run=P3,g.setup=U3,g.teardown=qr,g.runPartial=q3,g.finishRun=j3,g.commons=fm,g.utils=as,g.addReporter("na",Y3),g.addReporter("no-passes",X3),g.addReporter("rawEnv",J3),g.addReporter("raw",lh),g.addReporter("v1",tk),g.addReporter("v2",ak,!0)})(),g._load({lang:"en",data:{rules:{accesskeys:{description:"Ensure every accesskey attribute value is unique",help:"accesskey attribute value should be unique"},"area-alt":{description:"Ensure <area> elements of image maps have alternative text",help:"Active <area> elements must have alternative text"},"aria-allowed-attr":{description:"Ensure an element's role supports its ARIA attributes",help:"Elements must only use supported ARIA attributes"},"aria-allowed-role":{description:"Ensure role attribute has an appropriate value for the element",help:"ARIA role should be appropriate for the element"},"aria-braille-equivalent":{description:"Ensure aria-braillelabel and aria-brailleroledescription have a non-braille equivalent",help:"aria-braille attributes must have a non-braille equivalent"},"aria-command-name":{description:"Ensure every ARIA button, link and menuitem has an accessible name",help:"ARIA commands must have an accessible name"},"aria-conditional-attr":{description:"Ensure ARIA attributes are used as described in the specification of the element's role",help:"ARIA attributes must be used as specified for the element's role"},"aria-deprecated-role":{description:"Ensure elements do not use deprecated roles",help:"Deprecated ARIA roles must not be used"},"aria-dialog-name":{description:"Ensure every ARIA dialog and alertdialog node has an accessible name",help:"ARIA dialog and alertdialog nodes should have an accessible name"},"aria-hidden-body":{description:'Ensure aria-hidden="true" is not present on the document body.',help:'aria-hidden="true" must not be present on the document body'},"aria-hidden-focus":{description:"Ensure aria-hidden elements are not focusable nor contain focusable elements",help:"ARIA hidden element must not be focusable or contain focusable elements"},"aria-input-field-name":{description:"Ensure every ARIA input field has an accessible name",help:"ARIA input fields must have an accessible name"},"aria-meter-name":{description:"Ensure every ARIA meter node has an accessible name",help:"ARIA meter nodes must have an accessible name"},"aria-progressbar-name":{description:"Ensure every ARIA progressbar node has an accessible name",help:"ARIA progressbar nodes must have an accessible name"},"aria-prohibited-attr":{description:"Ensure ARIA attributes are not prohibited for an element's role",help:"Elements must only use permitted ARIA attributes"},"aria-required-attr":{description:"Ensure elements with ARIA roles have all required ARIA attributes",help:"Required ARIA attributes must be provided"},"aria-required-children":{description:"Ensure elements with an ARIA role that require child roles contain them",help:"Certain ARIA roles must contain particular children"},"aria-required-parent":{description:"Ensure elements with an ARIA role that require parent roles are contained by them",help:"Certain ARIA roles must be contained by particular parents"},"aria-roledescription":{description:"Ensure aria-roledescription is only used on elements with an implicit or explicit role",help:"aria-roledescription must be on elements with a semantic role"},"aria-roles":{description:"Ensure all elements with a role attribute use a valid value",help:"ARIA roles used must conform to valid values"},"aria-text":{description:'Ensure role="text" is used on elements with no focusable descendants',help:'"role=text" should have no focusable descendants'},"aria-toggle-field-name":{description:"Ensure every ARIA toggle field has an accessible name",help:"ARIA toggle fields must have an accessible name"},"aria-tooltip-name":{description:"Ensure every ARIA tooltip node has an accessible name",help:"ARIA tooltip nodes must have an accessible name"},"aria-treeitem-name":{description:"Ensure every ARIA treeitem node has an accessible name",help:"ARIA treeitem nodes should have an accessible name"},"aria-valid-attr-value":{description:"Ensure all ARIA attributes have valid values",help:"ARIA attributes must conform to valid values"},"aria-valid-attr":{description:"Ensure attributes that begin with aria- are valid ARIA attributes",help:"ARIA attributes must conform to valid names"},"audio-caption":{description:"Ensure <audio> elements have captions",help:"<audio> elements must have a captions track"},"autocomplete-valid":{description:"Ensure the autocomplete attribute is correct and suitable for the form field",help:"autocomplete attribute must be used correctly"},"avoid-inline-spacing":{description:"Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",help:"Inline text spacing must be adjustable with custom stylesheets"},blink:{description:"Ensure <blink> elements are not used",help:"<blink> elements are deprecated and must not be used"},"button-name":{description:"Ensure buttons have discernible text",help:"Buttons must have discernible text"},bypass:{description:"Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",help:"Page must have means to bypass repeated blocks"},"color-contrast-enhanced":{description:"Ensure the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds",help:"Elements must meet enhanced color contrast ratio thresholds"},"color-contrast":{description:"Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",help:"Elements must meet minimum color contrast ratio thresholds"},"css-orientation-lock":{description:"Ensure content is not locked to any specific display orientation, and the content is operable in all display orientations",help:"CSS Media queries must not lock display orientation"},"definition-list":{description:"Ensure <dl> elements are structured correctly",help:"<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements"},dlitem:{description:"Ensure <dt> and <dd> elements are contained by a <dl>",help:"<dt> and <dd> elements must be contained by a <dl>"},"document-title":{description:"Ensure each HTML document contains a non-empty <title> element",help:"Documents must have <title> element to aid in navigation"},"duplicate-id-active":{description:"Ensure every id attribute value of active elements is unique",help:"IDs of active elements must be unique"},"duplicate-id-aria":{description:"Ensure every id attribute value used in ARIA and in labels is unique",help:"IDs used in ARIA and labels must be unique"},"duplicate-id":{description:"Ensure every id attribute value is unique",help:"id attribute value must be unique"},"empty-heading":{description:"Ensure headings have discernible text",help:"Headings should not be empty"},"empty-table-header":{description:"Ensure table headers have discernible text",help:"Table header text should not be empty"},"focus-order-semantics":{description:"Ensure elements in the focus order have a role appropriate for interactive content",help:"Elements in the focus order should have an appropriate role"},"form-field-multiple-labels":{description:"Ensure form field does not have multiple label elements",help:"Form field must not have multiple label elements"},"frame-focusable-content":{description:"Ensure <frame> and <iframe> elements with focusable content do not have tabindex=-1",help:"Frames with focusable content must not have tabindex=-1"},"frame-tested":{description:"Ensure <iframe> and <frame> elements contain the axe-core script",help:"Frames should be tested with axe-core"},"frame-title-unique":{description:"Ensure <iframe> and <frame> elements contain a unique title attribute",help:"Frames must have a unique title attribute"},"frame-title":{description:"Ensure <iframe> and <frame> elements have an accessible name",help:"Frames must have an accessible name"},"heading-order":{description:"Ensure the order of headings is semantically correct",help:"Heading levels should only increase by one"},"hidden-content":{description:"Inform users about hidden content.",help:"Hidden content on the page should be analyzed"},"html-has-lang":{description:"Ensure every HTML document has a lang attribute",help:"<html> element must have a lang attribute"},"html-lang-valid":{description:"Ensure the lang attribute of the <html> element has a valid value",help:"<html> element must have a valid value for the lang attribute"},"html-xml-lang-mismatch":{description:"Ensure that HTML elements with both valid lang and xml:lang attributes agree on the base language of the page",help:"HTML elements with lang and xml:lang must have the same base language"},"identical-links-same-purpose":{description:"Ensure that links with the same accessible name serve a similar purpose",help:"Links with the same name must have a similar purpose"},"image-alt":{description:"Ensure <img> elements have alternative text or a role of none or presentation",help:"Images must have alternative text"},"image-redundant-alt":{description:"Ensure image alternative is not repeated as text",help:"Alternative text of images should not be repeated as text"},"input-button-name":{description:"Ensure input buttons have discernible text",help:"Input buttons must have discernible text"},"input-image-alt":{description:'Ensure <input type="image"> elements have alternative text',help:"Image buttons must have alternative text"},"label-content-name-mismatch":{description:"Ensure that elements labelled through their content must have their visible text as part of their accessible name",help:"Elements must have their visible text as part of their accessible name"},"label-title-only":{description:"Ensure that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes",help:"Form elements should have a visible label"},label:{description:"Ensure every form element has a label",help:"Form elements must have labels"},"landmark-banner-is-top-level":{description:"Ensure the banner landmark is at top level",help:"Banner landmark should not be contained in another landmark"},"landmark-complementary-is-top-level":{description:"Ensure the complementary landmark or aside is at top level",help:"Aside should not be contained in another landmark"},"landmark-contentinfo-is-top-level":{description:"Ensure the contentinfo landmark is at top level",help:"Contentinfo landmark should not be contained in another landmark"},"landmark-main-is-top-level":{description:"Ensure the main landmark is at top level",help:"Main landmark should not be contained in another landmark"},"landmark-no-duplicate-banner":{description:"Ensure the document has at most one banner landmark",help:"Document should not have more than one banner landmark"},"landmark-no-duplicate-contentinfo":{description:"Ensure the document has at most one contentinfo landmark",help:"Document should not have more than one contentinfo landmark"},"landmark-no-duplicate-main":{description:"Ensure the document has at most one main landmark",help:"Document should not have more than one main landmark"},"landmark-one-main":{description:"Ensure the document has a main landmark",help:"Document should have one main landmark"},"landmark-unique":{description:"Ensure landmarks are unique",help:"Landmarks should have a unique role or role/label/title (i.e. accessible name) combination"},"link-in-text-block":{description:"Ensure links are distinguished from surrounding text in a way that does not rely on color",help:"Links must be distinguishable without relying on color"},"link-name":{description:"Ensure links have discernible text",help:"Links must have discernible text"},list:{description:"Ensure that lists are structured correctly",help:"<ul> and <ol> must only directly contain <li>, <script> or <template> elements"},listitem:{description:"Ensure <li> elements are used semantically",help:"<li> elements must be contained in a <ul> or <ol>"},marquee:{description:"Ensure <marquee> elements are not used",help:"<marquee> elements are deprecated and must not be used"},"meta-refresh-no-exceptions":{description:'Ensure <meta http-equiv="refresh"> is not used for delayed refresh',help:"Delayed refresh must not be used"},"meta-refresh":{description:'Ensure <meta http-equiv="refresh"> is not used for delayed refresh',help:"Delayed refresh under 20 hours must not be used"},"meta-viewport-large":{description:'Ensure <meta name="viewport"> can scale a significant amount',help:"Users should be able to zoom and scale the text up to 500%"},"meta-viewport":{description:'Ensure <meta name="viewport"> does not disable text scaling and zooming',help:"Zooming and scaling must not be disabled"},"nested-interactive":{description:"Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",help:"Interactive controls must not be nested"},"no-autoplay-audio":{description:"Ensure <video> or <audio> elements do not autoplay audio for more than 3 seconds without a control mechanism to stop or mute the audio",help:"<video> or <audio> elements must not play automatically"},"object-alt":{description:"Ensure <object> elements have alternative text",help:"<object> elements must have alternative text"},"p-as-heading":{description:"Ensure bold, italic text and font-size is not used to style <p> elements as a heading",help:"Styled <p> elements must not be used as headings"},"page-has-heading-one":{description:"Ensure that the page, or at least one of its frames contains a level-one heading",help:"Page should contain a level-one heading"},"presentation-role-conflict":{description:"Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them",help:"Elements marked as presentational should be consistently ignored"},region:{description:"Ensure all page content is contained by landmarks",help:"All page content should be contained by landmarks"},"role-img-alt":{description:'Ensure [role="img"] elements have alternative text',help:'[role="img"] elements must have alternative text'},"scope-attr-valid":{description:"Ensure the scope attribute is used correctly on tables",help:"scope attribute should be used correctly"},"scrollable-region-focusable":{description:"Ensure elements that have scrollable content are accessible by keyboard in Safari",help:"Scrollable region must have keyboard access"},"select-name":{description:"Ensure select element has an accessible name",help:"Select element must have an accessible name"},"server-side-image-map":{description:"Ensure that server-side image maps are not used",help:"Server-side image maps must not be used"},"skip-link":{description:"Ensure all skip links have a focusable target",help:"The skip-link target should exist and be focusable"},"summary-name":{description:"Ensure summary elements have discernible text",help:"Summary elements must have discernible text"},"svg-img-alt":{description:"Ensure <svg> elements with an img, graphics-document or graphics-symbol role have accessible text",help:"<svg> elements with an img role must have alternative text"},tabindex:{description:"Ensure tabindex attribute values are not greater than 0",help:"Elements should not have tabindex greater than zero"},"table-duplicate-name":{description:"Ensure the <caption> element does not contain the same text as the summary attribute",help:"Tables should not have the same summary and caption"},"table-fake-caption":{description:"Ensure that tables with a caption use the <caption> element.",help:"Data or header cells must not be used to give caption to a data table."},"target-size":{description:"Ensure touch targets have sufficient size and space",help:"All touch targets must be 24px large, or leave sufficient space"},"td-has-header":{description:"Ensure that each non-empty data cell in a <table> larger than 3 by 3 has one or more table headers",help:"Non-empty <td> elements in larger <table> must have an associated table header"},"td-headers-attr":{description:"Ensure that each cell in a table that uses the headers attribute refers only to other <th> elements in that table",help:"Table cell headers attributes must refer to other <th> elements in the same table"},"th-has-data-cells":{description:"Ensure that <th> elements and elements with role=columnheader/rowheader have data cells they describe",help:"Table headers in a data table must refer to data cells"},"valid-lang":{description:"Ensure lang attributes have valid values",help:"lang attribute must have a valid value"},"video-caption":{description:"Ensure <video> elements have captions",help:"<video> elements must have captions"}},checks:{abstractrole:{impact:"serious",messages:{pass:"Abstract roles are not used",fail:{singular:"Abstract role cannot be directly used: ${data.values}",plural:"Abstract roles cannot be directly used: ${data.values}"}}},"aria-allowed-attr-elm":{messages:{pass:"ARIA attributes are allowed for this element",fail:{singular:"ARIA attribute is not allowed on ${data.nodeName} elements: ${data.values}",plural:"ARIA attributes are not allowed on ${data.nodeName} elements: ${data.values}"}}},"aria-allowed-attr":{impact:"critical",messages:{pass:"ARIA attributes are used correctly for the defined role",fail:{singular:"ARIA attribute is not allowed: ${data.values}",plural:"ARIA attributes are not allowed: ${data.values}"},incomplete:"Check that there is no problem if the ARIA attribute is ignored on this element: ${data.values}"}},"aria-allowed-role":{impact:"minor",messages:{pass:"ARIA role is allowed for given element",fail:{singular:"ARIA role ${data.values} is not allowed for given element",plural:"ARIA roles ${data.values} are not allowed for given element"},incomplete:{singular:"ARIA role ${data.values} must be removed when the element is made visible, as it is not allowed for the element",plural:"ARIA roles ${data.values} must be removed when the element is made visible, as they are not allowed for the element"}}},"aria-busy":{impact:"serious",messages:{pass:"Element has an aria-busy attribute",fail:'Element uses aria-busy="true" while showing a loader'}},"aria-conditional-attr":{impact:"serious",messages:{pass:"ARIA attribute is allowed",fail:{checkbox:'Remove aria-checked, or set it to "${data.checkState}" to match the real checkbox state',rowSingular:"This attribute is supported with treegrid rows, but not ${data.ownerRole}: ${data.invalidAttrs}",rowPlural:"These attributes are supported with treegrid rows, but not ${data.ownerRole}: ${data.invalidAttrs}"}}},"aria-errormessage":{impact:"critical",messages:{pass:"aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique",fail:{singular:"aria-errormessage value `${data.values}` must use a technique to announce the message (e.g., aria-live, aria-describedby, role=alert, etc.)",plural:"aria-errormessage values `${data.values}` must use a technique to announce the message (e.g., aria-live, aria-describedby, role=alert, etc.)",unsupported:"Multiple IDs in aria-errormessage is not widely supported in assistive technologies",hidden:"aria-errormessage value `${data.values}` cannot reference a hidden element"},incomplete:{singular:"Ensure aria-errormessage value `${data.values}` references an existing element",plural:"Ensure aria-errormessage values `${data.values}` reference existing elements",idrefs:"Unable to determine if aria-errormessage element exists on the page: ${data.values}"}}},"aria-hidden-body":{impact:"critical",messages:{pass:"No aria-hidden attribute is present on document body",fail:"aria-hidden=true should not be present on the document body"}},"aria-level":{impact:"serious",messages:{pass:"aria-level values are valid",incomplete:"aria-level values greater than 6 are not supported in all screenreader and browser combinations"}},"aria-prohibited-attr":{impact:"serious",messages:{pass:"ARIA attribute is allowed",fail:{hasRolePlural:'${data.prohibited} attributes cannot be used with role "${data.role}".',hasRoleSingular:'${data.prohibited} attribute cannot be used with role "${data.role}".',noRolePlural:"${data.prohibited} attributes cannot be used on a ${data.nodeName} with no valid role attribute.",noRoleSingular:"${data.prohibited} attribute cannot be used on a ${data.nodeName} with no valid role attribute."},incomplete:{hasRoleSingular:'${data.prohibited} attribute is not well supported with role "${data.role}".',hasRolePlural:'${data.prohibited} attributes are not well supported with role "${data.role}".',noRoleSingular:"${data.prohibited} attribute is not well supported on a ${data.nodeName} with no valid role attribute.",noRolePlural:"${data.prohibited} attributes are not well supported on a ${data.nodeName} with no valid role attribute."}}},"aria-required-attr":{impact:"critical",messages:{pass:"All required ARIA attributes are present",fail:{singular:"Required ARIA attribute not present: ${data.values}",plural:"Required ARIA attributes not present: ${data.values}"}}},"aria-required-children":{impact:"critical",messages:{pass:{default:"Required ARIA children are present","aria-busy":"Element has an aria-busy attribute, so it is allowed to omit required children"},fail:{singular:"Required ARIA child role not present: ${data.values}",plural:"Required ARIA children role not present: ${data.values}",unallowed:"Element has children which are not allowed: ${data.values}","aria-busy-fail":'Element has children which are not allowed: ${data.values}; Having aria-busy="true" does not allow children with roles that are not allowed'},incomplete:{singular:"Expecting ARIA child role to be added: ${data.values}",plural:"Expecting ARIA children role to be added: ${data.values}"}}},"aria-required-parent":{impact:"critical",messages:{pass:"Required ARIA parent role present",fail:{singular:"Required ARIA parent role not present: ${data.values}",plural:"Required ARIA parents role not present: ${data.values}"}}},"aria-roledescription":{impact:"serious",messages:{pass:"aria-roledescription used on a supported semantic role",incomplete:"Check that the aria-roledescription is announced by supported screen readers",fail:"Give the element a role that supports aria-roledescription"}},"aria-unsupported-attr":{impact:"critical",messages:{pass:"ARIA attribute is supported",fail:"ARIA attribute is not widely supported in screen readers and assistive technologies: ${data.values}"}},"aria-valid-attr-value":{impact:"critical",messages:{pass:"ARIA attribute values are valid",fail:{singular:"Invalid ARIA attribute value: ${data.values}",plural:"Invalid ARIA attribute values: ${data.values}"},incomplete:{noId:"ARIA attribute element ID does not exist on the page: ${data.needsReview}",noIdShadow:"ARIA attribute element ID does not exist on the page or is a descendant of a different shadow DOM tree: ${data.needsReview}",ariaCurrent:'ARIA attribute value is invalid and will be treated as "aria-current=true": ${data.needsReview}',idrefs:"Unable to determine if ARIA attribute element ID exists on the page: ${data.needsReview}",empty:"ARIA attribute value is ignored while empty: ${data.needsReview}",controlsWithinPopup:"Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: ${data.needsReview}"}}},"aria-valid-attr":{impact:"critical",messages:{pass:"ARIA attribute name is valid",fail:{singular:"Invalid ARIA attribute name: ${data.values}",plural:"Invalid ARIA attribute names: ${data.values}"}}},"braille-label-equivalent":{impact:"serious",messages:{pass:"aria-braillelabel is used on an element with accessible text",fail:"aria-braillelabel is used on an element with no accessible text",incomplete:"Unable to compute accessible text"}},"braille-roledescription-equivalent":{impact:"serious",messages:{pass:"aria-brailleroledescription is used on an element with aria-roledescription",fail:{noRoleDescription:"aria-brailleroledescription is used on an element with no aria-roledescription",emptyRoleDescription:"aria-brailleroledescription is used on an element with an empty aria-roledescription"}}},deprecatedrole:{impact:"minor",messages:{pass:"ARIA role is not deprecated",fail:"The role used is deprecated: ${data}"}},fallbackrole:{impact:"serious",messages:{pass:"Only one role value used",fail:"Use only one role value, since fallback roles are not supported in older browsers",incomplete:"Use only role 'presentation' or 'none' since they are synonymous."}},"has-global-aria-attribute":{impact:"minor",messages:{pass:{singular:"Element has global ARIA attribute: ${data.values}",plural:"Element has global ARIA attributes: ${data.values}"},fail:"Element does not have global ARIA attribute"}},"has-widget-role":{impact:"minor",messages:{pass:"Element has a widget role.",fail:"Element does not have a widget role."}},invalidrole:{impact:"critical",messages:{pass:"ARIA role is valid",fail:{singular:"Role must be one of the valid ARIA roles: ${data.values}",plural:"Roles must be one of the valid ARIA roles: ${data.values}"}}},"is-element-focusable":{impact:"minor",messages:{pass:"Element is focusable.",fail:"Element is not focusable."}},"no-implicit-explicit-label":{impact:"serious",messages:{pass:"There is no mismatch between a <label> and accessible name",incomplete:"Check that the <label> does not need be part of the ARIA ${data} field's name"}},unsupportedrole:{impact:"critical",messages:{pass:"ARIA role is supported",fail:"The role used is not widely supported in screen readers and assistive technologies: ${data}"}},"valid-scrollable-semantics":{impact:"minor",messages:{pass:"Element has valid semantics for an element in the focus order.",fail:"Element has invalid semantics for an element in the focus order."}},"color-contrast-enhanced":{impact:"serious",messages:{pass:"Element has sufficient color contrast of ${data.contrastRatio}",fail:{default:"Element has insufficient color contrast of ${data.contrastRatio} (foreground color: ${data.fgColor}, background color: ${data.bgColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}",fgOnShadowColor:"Element has insufficient color contrast of ${data.contrastRatio} between the foreground and shadow color (foreground color: ${data.fgColor}, text-shadow color: ${data.shadowColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}",shadowOnBgColor:"Element has insufficient color contrast of ${data.contrastRatio} between the shadow color and background color (text-shadow color: ${data.shadowColor}, background color: ${data.bgColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}"},incomplete:{default:"Unable to determine contrast ratio",bgImage:"Element's background color could not be determined due to a background image",bgGradient:"Element's background color could not be determined due to a background gradient",imgNode:"Element's background color could not be determined because element contains an image node",bgOverlap:"Element's background color could not be determined because it is overlapped by another element",fgAlpha:"Element's foreground color could not be determined because of alpha transparency",elmPartiallyObscured:"Element's background color could not be determined because it's partially obscured by another element",elmPartiallyObscuring:"Element's background color could not be determined because it partially overlaps other elements",outsideViewport:"Element's background color could not be determined because it's outside the viewport",equalRatio:"Element has a 1:1 contrast ratio with the background",shortTextContent:"Element content is too short to determine if it is actual text content",nonBmp:"Element content contains only non-text characters",pseudoContent:"Element's background color could not be determined due to a pseudo element",colorParse:"Could not parse color string ${data.colorParse}"}}},"color-contrast":{impact:"serious",messages:{pass:{default:"Element has sufficient color contrast of ${data.contrastRatio}",hidden:"Element is hidden"},fail:{default:"Element has insufficient color contrast of ${data.contrastRatio} (foreground color: ${data.fgColor}, background color: ${data.bgColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}",fgOnShadowColor:"Element has insufficient color contrast of ${data.contrastRatio} between the foreground and shadow color (foreground color: ${data.fgColor}, text-shadow color: ${data.shadowColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}",shadowOnBgColor:"Element has insufficient color contrast of ${data.contrastRatio} between the shadow color and background color (text-shadow color: ${data.shadowColor}, background color: ${data.bgColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}"},incomplete:{default:"Unable to determine contrast ratio",bgImage:"Element's background color could not be determined due to a background image",bgGradient:"Element's background color could not be determined due to a background gradient",imgNode:"Element's background color could not be determined because element contains an image node",bgOverlap:"Element's background color could not be determined because it is overlapped by another element",complexTextShadows:"Element's contrast could not be determined because it uses complex text shadows",fgAlpha:"Element's foreground color could not be determined because of alpha transparency",elmPartiallyObscured:"Element's background color could not be determined because it's partially obscured by another element",elmPartiallyObscuring:"Element's background color could not be determined because it partially overlaps other elements",outsideViewport:"Element's background color could not be determined because it's outside the viewport",equalRatio:"Element has a 1:1 contrast ratio with the background",shortTextContent:"Element content is too short to determine if it is actual text content",nonBmp:"Element content contains only non-text characters",pseudoContent:"Element's background color could not be determined due to a pseudo element",colorParse:"Could not parse color string ${data.colorParse}"}}},"link-in-text-block-style":{impact:"serious",messages:{pass:"Links can be distinguished from surrounding text by visual styling",incomplete:{default:"Check if the link needs styling to distinguish it from nearby text",pseudoContent:"Check if the link's pseudo style is sufficient to distinguish it from the surrounding text"},fail:"The link has no styling (such as underline) to distinguish it from the surrounding text"}},"link-in-text-block":{impact:"serious",messages:{pass:"Links can be distinguished from surrounding text in some way other than by color",fail:{fgContrast:"The link has insufficient color contrast of ${data.contrastRatio}:1 with the surrounding text. (Minimum contrast is ${data.requiredContrastRatio}:1, link text: ${data.nodeColor}, surrounding text: ${data.parentColor})",bgContrast:"The link background has insufficient color contrast of ${data.contrastRatio} (Minimum contrast is ${data.requiredContrastRatio}:1, link background color: ${data.nodeBackgroundColor}, surrounding background color: ${data.parentBackgroundColor})"},incomplete:{default:"Element's foreground contrast ratio could not be determined",bgContrast:"Element's background contrast ratio could not be determined",bgImage:"Element's contrast ratio could not be determined due to a background image",bgGradient:"Element's contrast ratio could not be determined due to a background gradient",imgNode:"Element's contrast ratio could not be determined because element contains an image node",bgOverlap:"Element's contrast ratio could not be determined because of element overlap"}}},"autocomplete-appropriate":{impact:"serious",messages:{pass:"The autocomplete value is on an appropriate element",fail:"The autocomplete value is inappropriate for this type of input"}},"autocomplete-valid":{impact:"serious",messages:{pass:"the autocomplete attribute is correctly formatted",fail:"the autocomplete attribute is incorrectly formatted",incomplete:"the autocomplete attribute has a non-standard value. Check whether any standard value could be used instead."}},accesskeys:{impact:"serious",messages:{pass:"Accesskey attribute value is unique",fail:"Document has multiple elements with the same accesskey"}},"focusable-content":{impact:"serious",messages:{pass:"Element contains focusable elements",fail:"Element should have focusable content"}},"focusable-disabled":{impact:"serious",messages:{pass:"No focusable elements contained within element",incomplete:"Check if the focusable elements immediately move the focus indicator",fail:"Focusable content should be disabled or be removed from the DOM"}},"focusable-element":{impact:"serious",messages:{pass:"Element is focusable",fail:"Element should be focusable"}},"focusable-modal-open":{impact:"serious",messages:{pass:"No focusable elements while a modal is open",incomplete:"Check that focusable elements are not tabbable in the current state"}},"focusable-no-name":{impact:"serious",messages:{pass:"Element is not in tab order or has accessible text",fail:"Element is in tab order and does not have accessible text",incomplete:"Unable to determine if element has an accessible name"}},"focusable-not-tabbable":{impact:"serious",messages:{pass:"No focusable elements contained within element",incomplete:"Check if the focusable elements immediately move the focus indicator",fail:'Focusable content should have tabindex="-1" or be removed from the DOM'}},"frame-focusable-content":{impact:"serious",messages:{pass:"Element does not have focusable descendants",fail:"Element has focusable descendants",incomplete:"Could not determine if element has descendants"}},"landmark-is-top-level":{impact:"moderate",messages:{pass:"The ${data.role} landmark is at the top level.",fail:"The ${data.role} landmark is contained in another landmark."}},"no-focusable-content":{impact:"serious",messages:{pass:"Element does not have focusable descendants",fail:{default:"Element has focusable descendants",notHidden:'Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with aria-hidden="true")'},incomplete:"Could not determine if element has descendants"}},"page-has-heading-one":{impact:"moderate",messages:{pass:"Page has at least one level-one heading",fail:"Page must have a level-one heading"}},"page-has-main":{impact:"moderate",messages:{pass:"Document has at least one main landmark",fail:"Document does not have a main landmark"}},"page-no-duplicate-banner":{impact:"moderate",messages:{pass:"Document does not have more than one banner landmark",fail:"Document has more than one banner landmark"}},"page-no-duplicate-contentinfo":{impact:"moderate",messages:{pass:"Document does not have more than one contentinfo landmark",fail:"Document has more than one contentinfo landmark"}},"page-no-duplicate-main":{impact:"moderate",messages:{pass:"Document does not have more than one main landmark",fail:"Document has more than one main landmark"}},tabindex:{impact:"serious",messages:{pass:"Element does not have a tabindex greater than 0",fail:"Element has a tabindex greater than 0"}},"alt-space-value":{impact:"critical",messages:{pass:"Element has a valid alt attribute value",fail:"Element has an alt attribute containing only a space character, which is not ignored by all screen readers"}},"duplicate-img-label":{impact:"minor",messages:{pass:"Element does not duplicate existing text in <img> alt text",fail:"Element contains <img> element with alt text that duplicates existing text"}},"explicit-label":{impact:"critical",messages:{pass:"Element has an explicit <label>",fail:"Element does not have an explicit <label>",incomplete:"Unable to determine if form element has an explicit <label>"}},"help-same-as-label":{impact:"minor",messages:{pass:"Help text (title or aria-describedby) does not duplicate label text",fail:"Help text (title or aria-describedby) text is the same as the label text"}},"hidden-explicit-label":{impact:"critical",messages:{pass:"Form element has a visible explicit <label>",fail:"Form element has explicit <label> that is hidden",incomplete:"Unable to determine if form element has explicit <label> that is hidden"}},"implicit-label":{impact:"critical",messages:{pass:"Element has an implicit (wrapped) <label>",fail:"Element does not have an implicit (wrapped) <label>",incomplete:"Unable to determine if form element has an implicit (wrapped) <label>"}},"label-content-name-mismatch":{impact:"serious",messages:{pass:"Element contains visible text as part of it's accessible name",fail:"Text inside the element is not included in the accessible name"}},"multiple-label":{impact:"moderate",messages:{pass:"Form field does not have multiple label elements",incomplete:"Multiple label elements is not widely supported in assistive technologies. Ensure the first label contains all necessary information."}},"title-only":{impact:"serious",messages:{pass:"Form element does not solely use title attribute for its label",fail:"Only title used to generate label for form element"}},"landmark-is-unique":{impact:"moderate",messages:{pass:"Landmarks must have a unique role or role/label/title (i.e. accessible name) combination",fail:"The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"}},"has-lang":{impact:"serious",messages:{pass:"The <html> element has a lang attribute",fail:{noXHTML:"The xml:lang attribute is not valid on HTML pages, use the lang attribute.",noLang:"The <html> element does not have a lang attribute"}}},"valid-lang":{impact:"serious",messages:{pass:"Value of lang attribute is included in the list of valid languages",fail:"Value of lang attribute not included in the list of valid languages"}},"xml-lang-mismatch":{impact:"moderate",messages:{pass:"Lang and xml:lang attributes have the same base language",fail:"Lang and xml:lang attributes do not have the same base language"}},dlitem:{impact:"serious",messages:{pass:"Description list item has a <dl> parent element",fail:"Description list item does not have a <dl> parent element"}},listitem:{impact:"serious",messages:{pass:'List item has a <ul>, <ol> or role="list" parent element',fail:{default:"List item does not have a <ul>, <ol> parent element",roleNotValid:'List item parent element has a role that is not role="list"'}}},"only-dlitems":{impact:"serious",messages:{pass:"dl element only has direct children that are allowed inside; <dt>, <dd>, or <div> elements",fail:"dl element has direct children that are not allowed: ${data.values}"}},"only-listitems":{impact:"serious",messages:{pass:"List element only has direct children that are allowed inside <li> elements",fail:"List element has direct children that are not allowed: ${data.values}"}},"structured-dlitems":{impact:"serious",messages:{pass:"When not empty, element has both <dt> and <dd> elements",fail:"When not empty, element does not have at least one <dt> element followed by at least one <dd> element"}},caption:{impact:"critical",messages:{pass:"The multimedia element has a captions track",incomplete:"Check that captions are available for the element"}},"frame-tested":{impact:"critical",messages:{pass:"The iframe was tested with axe-core",fail:"The iframe could not be tested with axe-core",incomplete:"The iframe still has to be tested with axe-core"}},"no-autoplay-audio":{impact:"moderate",messages:{pass:"<video> or <audio> does not output audio for more than allowed duration or has controls mechanism",fail:"<video> or <audio> outputs audio for more than allowed duration and does not have a controls mechanism",incomplete:"Check that the <video> or <audio> does not output audio for more than allowed duration or provides a controls mechanism"}},"css-orientation-lock":{impact:"serious",messages:{pass:"Display is operable, and orientation lock does not exist",fail:"CSS Orientation lock is applied, and makes display inoperable",incomplete:"CSS Orientation lock cannot be determined"}},"meta-viewport-large":{impact:"minor",messages:{pass:"<meta> tag does not prevent significant zooming on mobile devices",fail:"<meta> tag limits zooming on mobile devices"}},"meta-viewport":{impact:"critical",messages:{pass:"<meta> tag does not disable zooming on mobile devices",fail:"${data} on <meta> tag disables zooming on mobile devices"}},"target-offset":{impact:"serious",messages:{pass:{default:"Target has sufficient space from its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px which is at least ${data.minOffset}px.",large:"Target far exceeds the minimum size of ${data.minOffset}px."},fail:"Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px.",incomplete:{default:"Element with negative tabindex has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px. Is this a target?",nonTabbableNeighbor:"Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px. Is the neighbor a target?",tooManyRects:"Could not get the target size because there are too many overlapping elements"}}},"target-size":{impact:"serious",messages:{pass:{default:"Control has sufficient size (${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px)",obscured:"Control is ignored because it is fully obscured and thus not clickable",large:"Target far exceeds the minimum size of ${data.minSize}px."},fail:{default:"Target has insufficient size (${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px)",partiallyObscured:"Target has insufficient size because it is partially obscured (smallest space is ${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px)"},incomplete:{default:"Element with negative tabindex has insufficient size (${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px). Is this a target?",contentOverflow:"Element size could not be accurately determined due to overflow content",partiallyObscured:"Element with negative tabindex has insufficient size because it is partially obscured (smallest space is ${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px). Is this a target?",partiallyObscuredNonTabbable:"Target has insufficient size because it is partially obscured by a neighbor with negative tabindex (smallest space is ${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px). Is the neighbor a target?",tooManyRects:"Could not get the target size because there are too many overlapping elements"}}},"header-present":{impact:"serious",messages:{pass:"Page has a heading",fail:"Page does not have a heading"}},"heading-order":{impact:"moderate",messages:{pass:"Heading order valid",fail:"Heading order invalid",incomplete:"Unable to determine previous heading"}},"identical-links-same-purpose":{impact:"minor",messages:{pass:"There are no other links with the same name, that go to a different URL",incomplete:"Check that links have the same purpose, or are intentionally ambiguous."}},"internal-link-present":{impact:"serious",messages:{pass:"Valid skip link found",fail:"No valid skip link found"}},landmark:{impact:"serious",messages:{pass:"Page has a landmark region",fail:"Page does not have a landmark region"}},"meta-refresh-no-exceptions":{impact:"minor",messages:{pass:"<meta> tag does not immediately refresh the page",fail:"<meta> tag forces timed refresh of page"}},"meta-refresh":{impact:"critical",messages:{pass:"<meta> tag does not immediately refresh the page",fail:"<meta> tag forces timed refresh of page (less than 20 hours)"}},"p-as-heading":{impact:"serious",messages:{pass:"<p> elements are not styled as headings",fail:"Heading elements should be used instead of styled <p> elements",incomplete:"Unable to determine if <p> elements are styled as headings"}},region:{impact:"moderate",messages:{pass:"All page content is contained by landmarks",fail:"Some page content is not contained by landmarks"}},"skip-link":{impact:"moderate",messages:{pass:"Skip link target exists",incomplete:"Skip link target should become visible on activation",fail:"No skip link target"}},"unique-frame-title":{impact:"serious",messages:{pass:"Element's title attribute is unique",fail:"Element's title attribute is not unique"}},"duplicate-id-active":{impact:"serious",messages:{pass:"Document has no active elements that share the same id attribute",fail:"Document has active elements with the same id attribute: ${data}"}},"duplicate-id-aria":{impact:"critical",messages:{pass:"Document has no elements referenced with ARIA or labels that share the same id attribute",fail:"Document has multiple elements referenced with ARIA with the same id attribute: ${data}"}},"duplicate-id":{impact:"minor",messages:{pass:"Document has no static elements that share the same id attribute",fail:"Document has multiple static elements with the same id attribute: ${data}"}},"aria-label":{impact:"serious",messages:{pass:"aria-label attribute exists and is not empty",fail:"aria-label attribute does not exist or is empty"}},"aria-labelledby":{impact:"serious",messages:{pass:"aria-labelledby attribute exists and references elements that are visible to screen readers",fail:"aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty",incomplete:"Ensure aria-labelledby references an existing element"}},"avoid-inline-spacing":{impact:"serious",messages:{pass:"No inline styles with '!important' that affect text spacing has been specified",fail:{singular:"Remove '!important' from inline style ${data.values}, as overriding this is not supported by most browsers",plural:"Remove '!important' from inline styles ${data.values}, as overriding this is not supported by most browsers"}}},"button-has-visible-text":{impact:"critical",messages:{pass:"Element has inner text that is visible to screen readers",fail:"Element does not have inner text that is visible to screen readers",incomplete:"Unable to determine if element has children"}},"doc-has-title":{impact:"serious",messages:{pass:"Document has a non-empty <title> element",fail:"Document does not have a non-empty <title> element"}},"error-occurred":{messages:{pass:"",incomplete:"Axe encountered an error; test the page for this type of problem manually"}},exists:{impact:"minor",messages:{pass:"Element does not exist",incomplete:"Element exists"}},"has-alt":{impact:"critical",messages:{pass:"Element has an alt attribute",fail:"Element does not have an alt attribute"}},"has-visible-text":{impact:"minor",messages:{pass:"Element has text that is visible to screen readers",fail:"Element does not have text that is visible to screen readers",incomplete:"Unable to determine if element has children"}},"important-letter-spacing":{impact:"serious",messages:{pass:"Letter-spacing in the style attribute is not set to !important, or meets the minimum",fail:"letter-spacing in the style attribute must not use !important, or be at ${data.minValue}em (current ${data.value}em)"}},"important-line-height":{impact:"serious",messages:{pass:"line-height in the style attribute is not set to !important, or meets the minimum",fail:"line-height in the style attribute must not use !important, or be at ${data.minValue}em (current ${data.value}em)"}},"important-word-spacing":{impact:"serious",messages:{pass:"word-spacing in the style attribute is not set to !important, or meets the minimum",fail:"word-spacing in the style attribute must not use !important, or be at ${data.minValue}em (current ${data.value}em)"}},"is-on-screen":{impact:"serious",messages:{pass:"Element is not visible",fail:"Element is visible"}},"non-empty-alt":{impact:"critical",messages:{pass:"Element has a non-empty alt attribute",fail:{noAttr:"Element has no alt attribute",emptyAttr:"Element has an empty alt attribute"}}},"non-empty-if-present":{impact:"critical",messages:{pass:{default:"Element does not have a value attribute","has-label":"Element has a non-empty value attribute"},fail:"Element has a value attribute and the value attribute is empty"}},"non-empty-placeholder":{impact:"serious",messages:{pass:"Element has a placeholder attribute",fail:{noAttr:"Element has no placeholder attribute",emptyAttr:"Element has an empty placeholder attribute"}}},"non-empty-title":{impact:"serious",messages:{pass:"Element has a title attribute",fail:{noAttr:"Element has no title attribute",emptyAttr:"Element has an empty title attribute"}}},"non-empty-value":{impact:"critical",messages:{pass:"Element has a non-empty value attribute",fail:{noAttr:"Element has no value attribute",emptyAttr:"Element has an empty value attribute"}}},"presentational-role":{impact:"minor",messages:{pass:'Element\'s default semantics were overridden with role="${data.role}"',fail:{default:`Element's default semantics were not overridden with role="none" or role="presentation"`,globalAria:"Element's role is not presentational because it has a global ARIA attribute",focusable:"Element's role is not presentational because it is focusable",both:"Element's role is not presentational because it has a global ARIA attribute and is focusable",iframe:'Using the "title" attribute on an ${data.nodeName} element with a presentational role behaves inconsistently between screen readers'}}},"role-none":{impact:"minor",messages:{pass:`Element's default semantics were overridden with role="none"`,fail:`Element's default semantics were not overridden with role="none"`}},"role-presentation":{impact:"minor",messages:{pass:`Element's default semantics were overridden with role="presentation"`,fail:`Element's default semantics were not overridden with role="presentation"`}},"svg-non-empty-title":{impact:"serious",messages:{pass:"Element has a child that is a title",fail:{noTitle:"Element has no child that is a title",emptyTitle:"Element child title is empty"},incomplete:"Unable to determine element has a child that is a title"}},"caption-faked":{impact:"serious",messages:{pass:"The first row of a table is not used as a caption",fail:"The first child of the table should be a caption instead of a table cell"}},"html5-scope":{impact:"moderate",messages:{pass:"Scope attribute is only used on table header elements (<th>)",fail:"In HTML 5, scope attributes may only be used on table header elements (<th>)"}},"same-caption-summary":{impact:"minor",messages:{pass:"Content of summary attribute and <caption> are not duplicated",fail:"Content of summary attribute and <caption> element are identical",incomplete:"Unable to determine if <table> element has a caption"}},"scope-value":{impact:"critical",messages:{pass:"Scope attribute is used correctly",fail:"The value of the scope attribute may only be 'row' or 'col'"}},"td-has-header":{impact:"critical",messages:{pass:"All non-empty data cells have table headers",fail:"Some non-empty data cells do not have table headers"}},"td-headers-attr":{impact:"serious",messages:{pass:"The headers attribute is exclusively used to refer to other header cells in the table",incomplete:"The headers attribute is empty",fail:{"cell-header-not-in-table":"The headers attribute is not exclusively used to refer to other header cells in the table","cell-header-not-th":"The headers attribute must refer to header cells, not data cells","header-refs-self":"The element with headers attribute refers to itself"}}},"th-has-data-cells":{impact:"serious",messages:{pass:"All table header cells refer to data cells",fail:"Not all table header cells refer to data cells",incomplete:"Table data cells are missing or empty"}},"hidden-content":{impact:"minor",messages:{pass:"All content on the page has been analyzed.",fail:"There were problems analyzing the content on this page.",incomplete:"There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."}}},failureSummaries:{any:{failureMessage:function(M){var V="Fix any of the following:",te=M;if(te)for(var $e,at=-1,vt=te.length-1;at<vt;)$e=te[at+=1],V+=`
25
25
  `+$e.split(`
26
26
  `).join(`
27
27
  `);return V}},none:{failureMessage:function(M){var V="Fix all of the following:",te=M;if(te)for(var $e,at=-1,vt=te.length-1;at<vt;)$e=te[at+=1],V+=`
@@ -36,7 +36,7 @@ See: https://github.com/dequelabs/axe-core/blob/master/doc/context.md`))}functio
36
36
  transition-delay: 0ms !important;
37
37
  caret-color: transparent !important;
38
38
  }
39
- `,oO=.85,Dh=80,sO=300,uO=4e3;async function lO(){var f;if(!(typeof document>"u"||typeof window>"u"))try{const h=window.scrollY,p=window.scrollX,D=Math.max(document.documentElement.scrollHeight,((f=document.body)==null?void 0:f.scrollHeight)??0),b=window.innerHeight||0;if(D<=b)return;const g=Math.max(100,b*oO),S=performance.now();for(let I=0;I<D&&!(performance.now()-S>uO);I+=g)window.scrollTo({top:I,left:0,behavior:"instant"}),await new Promise(Y=>setTimeout(Y,Dh));window.scrollTo({top:D,left:0,behavior:"instant"}),await new Promise(I=>setTimeout(I,Dh)),window.scrollTo({top:h,left:p,behavior:"instant"}),await new Promise(I=>setTimeout(I,sO))}catch(h){er.warn("scroll-reveal warmup failed (continuing with audit)",h)}}function cO(){if(typeof document>"u")return()=>{};if(document.getElementById(wh))return()=>{};const f=document.createElement("style");return f.id=wh,f.textContent=iO,document.head.appendChild(f),()=>f.remove()}function dO(f){return f==="minor"||f==="moderate"||f==="serious"||f==="critical"?f:"moderate"}function fO(f){return f.some(h=>h.endsWith("aaa"))?"AAA":f.some(h=>h.endsWith("aa"))?"AA":"A"}function Do(f){for(const h of f){const p=/^wcag(\d)(\d)(\d{1,2})$/.exec(h);if(p)return`${p[1]}.${p[2]}.${parseInt(p[3],10)}`}return""}function pO(f,h){const D=[];for(let b=0;b<h.length&&D.length<25;b++){const g=h[b],S=Array.isArray(g.target)?g.target.join(" "):g.target;if(!S)continue;const I=(()=>{try{return document.querySelector(S)}catch{return null}})(),Y={selector:S,failureSummary:g.failureSummary};if(I instanceof HTMLElement){const K=I.outerHTML;if(Y.outerHTMLSnippet=K.length>1200?K.slice(0,1200)+"…":K,f==="color-contrast"||f==="color-contrast-enhanced"){const z=window.getComputedStyle(I);Y.styles={foreground:z.color||void 0,background:z.backgroundColor||void 0,fontSize:parseFloat(z.fontSize)||void 0,fontWeight:parseInt(z.fontWeight,10)||void 0,textSample:(I.textContent??"").trim().slice(0,120)||void 0,effectiveBackground:mO(I)}}}D.push(Y)}return D}function mO(f){const h=new Set(["rgba(0, 0, 0, 0)","transparent",""]);let p=f,D,b=!1;for(;p;){const g=window.getComputedStyle(p),S=g.backgroundImage;S&&S!=="none"&&!b&&(b=!0,D=Eh(p));const I=g.backgroundColor;if(I&&!h.has(I))return{color:I,fromAncestor:p===f?void 0:Eh(p),hasBackgroundImageInChain:b,imageAncestor:D};p=p.parentElement}return{color:"rgb(255, 255, 255)",fromAncestor:"document default",hasBackgroundImageInChain:b,imageAncestor:D}}function Eh(f){const h=f.tagName.toLowerCase(),p=f.id?`#${f.id}`:"",D=f.classList.length>0?`.${f.classList[0]}`:"";return`${h}${p}${D}`}function hO(f,h,p){var S,I;const D=((S=f.textContent)==null?void 0:S.trim().slice(0,50))??null,b=(I=f.getBoundingClientRect)==null?void 0:I.call(f),g=b?{x:Math.round(b.left),y:Math.round(b.top),w:Math.round(b.width),h:Math.round(b.height)}:void 0;return{selector:Array.isArray(h.target)?h.target.join(" "):String(h.target),outerHTML:(f.outerHTML??"").slice(0,500),failureSummary:h.failureSummary??"",tagName:f.tagName,role:f.getAttribute("role"),accessibleName:f.getAttribute("aria-label")??D,textSnippet:D,attrId:f.id||null,attrTestid:f.getAttribute("data-testid"),boundingRect:g,opacityContext:vO(f),cascadeChain:yO(f,p)}}function vO(f){if(typeof getComputedStyle!="function")return;let h=1,p=1,D;try{const b=getComputedStyle(f);h=parseFloat(b.opacity||"1");let g=f.parentElement;for(;g&&g!==document.documentElement;){const S=getComputedStyle(g),I=parseFloat(S.opacity||"1");I<p&&(p=I,D=gO(g)),g=g.parentElement}}catch{return}if(!(h>=.99&&p>=.99))return{self:Math.round(h*100)/100,ancestor:Math.round(p*100)/100,ancestorSelector:D}}function gO(f){const h=f.tagName.toLowerCase();if(f.id)return`${h}#${f.id}`;const p=f.classList.length>0?"."+Array.from(f.classList).slice(0,2).join("."):"";return`${h}${p}`}const bO=/var\(\s*(--[A-Za-z0-9_-]+)/g;function yO(f,h){if(!(h!=="color-contrast"&&h!=="color-contrast-enhanced")&&typeof getComputedStyle=="function")try{const p=getComputedStyle(f);return{color:_h(f,"color",p.color),backgroundColor:_h(f,"background-color",p.backgroundColor)}}catch{return}}function _h(f,h,p){let D,b;for(const S of Array.from(document.styleSheets)){let I=null;try{I=S.cssRules}catch{continue}I&&Qh(I,f,h,(Y,K)=>{D=Y,b=K})}if(!D)return;const g=[...D.matchAll(bO)].map(S=>S[1]).filter(S=>!!S);return{authored:D,rendered:p,vars:g,ruleSelector:b}}function Qh(f,h,p,D){for(const b of Array.from(f)){if(b instanceof CSSStyleRule){try{if(!h.matches(b.selectorText))continue}catch{continue}const g=b.style.getPropertyValue(p);g&&D(g,b.selectorText);continue}"cssRules"in b&&b.cssRules&&Qh(b.cssRules,h,p,D)}}async function wO(f,h,p,D){var Na,mr,_r,Pn,Ln,Bn,ia,$n;const b=cO();await new Promise(oe=>setTimeout(oe,aO)),await nO();const g=new Date().toISOString(),S=performance.now(),I=document.querySelector(f);if(!I)throw b(),new Error(`scope not found: ${f}`);const Y=Uh({element:I,url:window.location.href}),K=await Qk(),z=await eO();let ue=!1;try{const oe=await ck();oe.length>0&&(Zk(K,oe),ue=!0)}catch(oe){er.warn("custom-rule registration failed; continuing with built-ins only",oe)}const De=p??Jk,ce=ue&&De.runOnly&&typeof De.runOnly=="object"&&Array.isArray(De.runOnly.values)&&!De.runOnly.values.includes(yh)?{...De,runOnly:{...De.runOnly,values:[...De.runOnly.values,yh]}}:De,xe=Object.keys(z).length>0?{...ce,rules:{...ce.rules??{},...z}}:ce,ke=D&&D.length>0?{...xe,runOnly:{type:"rule",values:D}}:xe;let Ye;try{Ye=await K.run(I,ke)}catch(oe){throw b(),oe}const ht=K.version??"unknown",zt=[];for(const oe of Ye.violations??[])if(!(oe.tags??[]).some(tt=>wo.test(tt)))for(const tt of oe.nodes??[]){const Te=Array.isArray(tt.target)?tt.target.join(" "):tt.target,rt=document.querySelector(Te);if(!rt)continue;const Be=hO(rt,tt,oe.id),qe=await yl({ruleId:oe.id,componentId:Y.id,currentState:h,target:Be});zt.push({ruleId:oe.id,wcagCriterion:Do(oe.tags??[]),wcagLevel:fO(oe.tags??[]),impact:dO(oe.impact),description:oe.description??"",helpUrl:oe.helpUrl??"",target:Be,componentId:Y.id,currentState:h,axeVersion:ht,detectedAt:new Date().toISOString(),matchKey:qe})}if(h.breakpoint.width<=320)try{const{analyzeReflow:oe}=await ch(async()=>{const{analyzeReflow:Te}=await import("./reflow-analyzer-DNgBX8N_.js");return{analyzeReflow:Te}},[]),tt=oe(h.breakpoint.width,I);for(const Te of tt.findings){const rt=document.querySelector(Te.selector)??I,Be={selector:Te.selector,outerHTML:Te.outerHtml||(rt.outerHTML??"").slice(0,500),failureSummary:Te.kind==="document-overflow"?`Page scrolls horizontally at ${h.breakpoint.width}px (content width ${tt.documentScrollWidthPx}px, overflow ${Te.overflowPx}px).`:Te.kind==="element-overflow"?`Element extends ${Te.overflowPx}px past the ${h.breakpoint.width}px viewport edge.`:`Element scrolls horizontally (${Te.overflowPx}px past its container).`,tagName:rt.tagName,role:((Na=rt.getAttribute)==null?void 0:Na.call(rt,"role"))??null,accessibleName:((mr=rt.getAttribute)==null?void 0:mr.call(rt,"aria-label"))??null,textSnippet:((_r=rt.textContent)==null?void 0:_r.trim().slice(0,50))??null,attrId:rt.id||null,attrTestid:((Pn=rt.getAttribute)==null?void 0:Pn.call(rt,"data-testid"))??null},qe=await yl({ruleId:"wcagcheckr-reflow",componentId:Y.id,currentState:h,target:Be});zt.push({ruleId:"wcagcheckr-reflow",wcagCriterion:"1.4.10",wcagLevel:"AA",impact:"serious",description:Te.kind==="document-overflow"?"Content does not reflow at 320 CSS pixels — page requires horizontal scrolling.":"Element does not reflow at 320 CSS pixels — content is cut off or requires horizontal scrolling.",helpUrl:"https://www.w3.org/WAI/WCAG21/Understanding/reflow.html",target:Be,componentId:Y.id,currentState:h,axeVersion:ht,detectedAt:new Date().toISOString(),matchKey:qe})}}catch(oe){console.warn("[audit-engine] reflow analyzer failed:",oe)}const pr=[];if(h.pseudoState==="default"&&h.theme==="light"&&h.direction==="ltr"&&h.breakpoint.id==="desktop")try{const{runAllDomCriterionAnalyzers:oe,DOM_ANALYZER_COVERED_CRITERIA:tt}=await ch(async()=>{const{runAllDomCriterionAnalyzers:Be,DOM_ANALYZER_COVERED_CRITERIA:qe}=await import("./dom-criterion-analyzers-DoGf_sDj.js");return{runAllDomCriterionAnalyzers:Be,DOM_ANALYZER_COVERED_CRITERIA:qe}},[]),Te=oe(),rt=new Set(Te.map(Be=>Be.wcagCriterion));for(const Be of tt)rt.has(Be)||pr.push({ruleId:`wcc-clean::${Be}`,wcagCriterion:Be});for(const Be of Te){const qe=Be.element,oa={selector:qe.id?`#${qe.id}`:qe===document.documentElement?"html":(qe.tagName||"unknown").toLowerCase()+(qe.classList[0]?"."+qe.classList[0]:""),outerHTML:(qe.outerHTML??"").slice(0,500),failureSummary:Be.failureSummary,tagName:qe.tagName,role:((Ln=qe.getAttribute)==null?void 0:Ln.call(qe,"role"))??null,accessibleName:((Bn=qe.getAttribute)==null?void 0:Bn.call(qe,"aria-label"))??null,textSnippet:((ia=qe.textContent)==null?void 0:ia.trim().slice(0,50))??null,attrId:qe.id||null,attrTestid:(($n=qe.getAttribute)==null?void 0:$n.call(qe,"data-testid"))??null},jr=await yl({ruleId:Be.ruleId,componentId:Y.id,currentState:h,target:oa});zt.push({ruleId:Be.ruleId,wcagCriterion:Be.wcagCriterion,wcagLevel:Be.wcagLevel,impact:Be.impact,description:Be.description,helpUrl:Be.helpUrl,target:oa,componentId:Y.id,currentState:h,axeVersion:ht,detectedAt:new Date().toISOString(),matchKey:jr})}}catch(oe){console.warn("[audit-engine] dom-criterion-analyzers failed:",oe)}return b(),{componentId:Y.id,scope:f,pageUrl:typeof window<"u"&&window.location?window.location.href:void 0,state:h,violations:zt,passes:(Ye.passes??[]).length,incomplete:(Ye.incomplete??[]).length,inapplicable:(Ye.inapplicable??[]).length,axeVersion:ht,startedAt:g,durationMs:performance.now()-S,axeRulesEvaluated:{passed:[...(Ye.passes??[]).filter(oe=>!(oe.tags??[]).some(tt=>wo.test(tt))).map(oe=>({ruleId:oe.id,wcagCriterion:Do(oe.tags??[])})).filter(oe=>oe.wcagCriterion),...pr],inapplicable:(Ye.inapplicable??[]).filter(oe=>!(oe.tags??[]).some(tt=>wo.test(tt))).map(oe=>({ruleId:oe.id,wcagCriterion:Do(oe.tags??[])})).filter(oe=>oe.wcagCriterion),incomplete:(Ye.incomplete??[]).filter(oe=>!(oe.tags??[]).some(tt=>wo.test(tt))).map(oe=>({ruleId:oe.id,wcagCriterion:Do(oe.tags??[]),elements:pO(oe.id,oe.nodes??[])})).filter(oe=>oe.wcagCriterion)}}}function DO(){const f=_e("SCOPE_FINGERPRINT_REQUEST",async K=>{try{const z=K.selector==="html"?document.documentElement:document.querySelector(K.selector);if(!z)return{type:"SCOPE_FINGERPRINT_RESPONSE",fingerprint:null};const ue=z.outerHTML,De=await crypto.subtle.digest("SHA-256",new TextEncoder().encode(ue));return{type:"SCOPE_FINGERPRINT_RESPONSE",fingerprint:Array.from(new Uint8Array(De)).map(xe=>xe.toString(16).padStart(2,"0")).join("")}}catch(z){return er.warn("scope fingerprint failed",z),{type:"SCOPE_FINGERPRINT_RESPONSE",fingerprint:null}}}),h=_e("AUDIT_REQUEST",async K=>{try{return{type:"AUDIT_RESPONSE",success:!0,result:await wO(K.selector,K.currentState,K.axeConfig,K.rulesToRun)}}catch(z){er.error("audit failed",z);const ue=z instanceof Error?z.message:String(z),De=ue.toLowerCase().includes("paint")?"PAINT_TIMEOUT":"AXE_FAILED";return{type:"AUDIT_RESPONSE",success:!1,error:sk(De,ue,!1)}}}),p=_e("CUSTOM_PROPERTY_REQUEST",async()=>{try{return{type:"CUSTOM_PROPERTY_RESPONSE",undefined:Hk()}}catch(K){return er.warn("custom-property analysis failed",K),{type:"CUSTOM_PROPERTY_RESPONSE",undefined:[]}}}),D=_e("THEME_AWARENESS_REQUEST",async()=>{try{const K=Yk();return{type:"THEME_AWARENESS_RESPONSE",hasLightModeCss:K.hasLightModeCss,hasDarkModeCss:K.hasDarkModeCss,hasUnreadableSheets:K.hasUnreadableSheets}}catch(K){return er.warn("theme-awareness probe failed",K),{type:"THEME_AWARENESS_RESPONSE",hasLightModeCss:!0,hasDarkModeCss:!0,hasUnreadableSheets:!0}}}),b=_e("READING_ORDER_REQUEST",async K=>{try{const z=document.querySelector(K.selector)??document;return{type:"READING_ORDER_RESPONSE",issues:Kh(z)}}catch(z){return er.warn("reading-order analysis failed",z),{type:"READING_ORDER_RESPONSE",issues:[]}}}),g=_e("TYPOGRAPHY_ANALYZE_REQUEST",async K=>{try{const z=document.querySelector(K.selector)??document;return{type:"TYPOGRAPHY_ANALYZE_RESPONSE",issues:jk(z)}}catch(z){return er.warn("typography analysis failed",z),{type:"TYPOGRAPHY_ANALYZE_RESPONSE",issues:[]}}}),S=_e("TAB_ORDER_ANALYZE_REQUEST",async()=>{try{return{type:"TAB_ORDER_ANALYZE_RESPONSE",issues:Mk()}}catch(K){return er.warn("tab-order analysis failed",K),{type:"TAB_ORDER_ANALYZE_RESPONSE",issues:[]}}}),I=_e("WARMUP_REQUEST",async()=>(await lO(),{type:"WARMUP_RESPONSE"})),Y=_e("AI_CANDIDATES_REQUEST",async K=>{try{return{type:"AI_CANDIDATES_RESPONSE",images:EO(K.selector),headings:AO(K.selector),instructions:CO(K.selector),ariaElements:RO(K.selector),links:TO(K.selector),longTextBlocks:FO(K.selector),languageInfo:SO(),colorOnlyRegions:kO(K.selector)}}catch(z){return er.warn("ai-candidates enumeration failed",z),{type:"AI_CANDIDATES_RESPONSE",images:[],headings:[],instructions:[],ariaElements:[],links:[],longTextBlocks:[],languageInfo:null,colorOnlyRegions:[]}}});return()=>{h(),f(),b(),S(),g(),I(),p(),D(),Y()}}function EO(f){const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=h.querySelectorAll('img, [role="img"]');for(const b of Array.from(D)){const g=b.currentSrc||b.src||b.getAttribute("src")||"";if(!g||g.startsWith("data:"))continue;const S=b.getBoundingClientRect();if(S.width<16||S.height<16)continue;const I=b.getAttribute("alt")??"";_O(b,I)||p.push({imageUrl:g,alt:I,selector:na(b),outerHTML:(b.outerHTML??"").slice(0,500),surroundingContext:xO(b),pixelArea:Math.round(S.width*S.height)})}return p}function _O(f,h){if(aa(f))return!0;const p=f.getAttribute("role");if(p==="presentation"||p==="none")return!0;if(h===""){let D=f.parentElement,b=0;for(;D&&b<3;){const g=D.tagName.toLowerCase(),S=D.getAttribute("role");if(g==="a"||g==="button"||S==="link"||S==="button"){if((D.textContent??"").trim().length>0)return!0;break}D=D.parentElement,b++}}if(h===""){const D=(f.getAttribute("class")??"").toLowerCase();if(/\b(logo|brand|icon|emblem|crest|wordmark)\b/.test(D)&&f.parentElement&&(f.parentElement.textContent??"").trim().length>0)return!0}return!1}function aa(f){let h=f;for(;h&&h!==document.body;){if(h.getAttribute("aria-hidden")==="true")return!0;h=h.parentElement}return!1}function na(f){if(f.id)return`#${CSS.escape(f.id)}`;const h=f.tagName.toLowerCase(),p=f.parentElement;if(!p)return h;const D=Array.from(p.children).filter(g=>g.tagName===f.tagName),b=D.indexOf(f);return D.length===1?`${p.tagName.toLowerCase()} > ${h}`:`${p.tagName.toLowerCase()} > ${h}:nth-of-type(${b+1})`}function xO(f){let h=f.parentElement;for(;h&&h!==document.body;){const p=(h.textContent??"").trim();if(p.length>20&&p.length<800)return p;h=h.parentElement}}function AO(f){var b,g;const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=h.querySelectorAll('h1, h2, h3, h4, h5, h6, [role="heading"]');for(const S of Array.from(D)){if(aa(S))continue;const I=(S.textContent??"").trim();if(!I||I.length>200)continue;const Y=parseInt(((b=S.tagName.match(/^H(\d)$/))==null?void 0:b[1])??"6",10);let K="",z=S.nextElementSibling;for(;z&&K.length<800;){const ue=parseInt(((g=z.tagName.match(/^H(\d)$/))==null?void 0:g[1])??"0",10);if(ue>0&&ue<=Y)break;const De=(z.textContent??"").trim();De&&(K+=(K?" ":"")+De),z=z.nextElementSibling}K.length<30||p.push({level:Y,text:I,sectionContent:K.slice(0,800),selector:na(S),outerHTML:(S.outerHTML??"").slice(0,300)})}return p}function CO(f){const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=h.querySelectorAll('p, li, div[role="note"], aside');for(const b of Array.from(D)){if(aa(b))continue;const g=(b.textContent??"").trim();if(!(g.length<20||g.length>600)&&/\b(click|tap|press|select|choose|find|locate|use|see|look|hit|push|drag)\b/i.test(g)&&(p.push({text:g.slice(0,600),selector:na(b),outerHTML:(b.outerHTML??"").slice(0,400)}),p.length>=20))break}return p}function RO(f){var b;const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=h.querySelectorAll("[role]");for(const g of Array.from(D)){if(aa(g))continue;const S=g.getAttribute("role")??"";if(S&&(p.push({role:S,selector:na(g),outerHTML:(g.outerHTML??"").slice(0,500),surroundingHtml:(((b=g.parentElement)==null?void 0:b.outerHTML)??"").slice(0,600)}),p.length>=30))break}return p}function TO(f){const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=h.querySelectorAll("a[href]");for(const b of Array.from(D)){if(aa(b))continue;const g=(b.textContent??"").trim();if(!g||g.length>60)continue;let S="",I=b.parentElement;for(;I&&I!==document.body;){const Y=I.tagName;if(Y==="P"||Y==="LI"||Y==="DD"||Y==="FIGCAPTION"||/^H[1-6]$/.test(Y)){const K=(I.textContent??"").trim();if(K.length>=g.length){S=K;break}}I=I.parentElement}if(p.push({linkText:g,surroundingText:S.slice(0,800),selector:na(b),outerHTML:(b.outerHTML??"").slice(0,400)}),p.length>=25)break}return p}function FO(f){const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=new Set,b=h.querySelectorAll("article, section, main, div, aside");for(const g of Array.from(b)){if(aa(g))continue;let S=g.parentElement,I=!1;for(;S;){if(D.has(S)){I=!0;break}S=S.parentElement}if(I)continue;const Y=(g.textContent??"").trim();if(!Y||Y.split(/\s+/).filter(Boolean).length<300)continue;const z=g.querySelectorAll("h1, h2, h3, h4, h5, h6, ul, ol, dl, p, blockquote, figure, table, button, input").length;if(!(z>4)&&(p.push({blockText:Y.slice(0,1500),structuralChildrenCount:z,selector:na(g),outerHTML:(g.outerHTML??"").slice(0,400)}),D.add(g),p.length>=5))break}return p}function SO(){const f=document.documentElement.getAttribute("lang")??"",h=document.body;if(!h)return null;const p=(h.textContent??"").trim().replace(/\s+/g," ").slice(0,1500);return p.length<60?null:{declaredLang:f,bodyTextSample:p,selector:"html",outerHTML:`<html lang="${f}">`}}function kO(f){const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=h.querySelectorAll('[class*="status"], [class*="badge"], [class*="dot"], [class*="indicator"], [aria-invalid="true"], [class*="pill"]');for(const b of Array.from(D)){if(aa(b))continue;const g=(b.textContent??"").trim(),S=window.getComputedStyle(b),I=S.backgroundColor,Y=S.borderColor;if(!(I&&I!=="rgba(0, 0, 0, 0)"&&I!=="transparent"||Y&&Y!=="rgba(0, 0, 0, 0)"&&Y!=="transparent"))continue;const z=b.querySelector("svg, [aria-label], [aria-labelledby], [title]")!==null;if(g.length>0&&z)continue;const ue=b.getAttribute("aria-label")??b.getAttribute("title")??"",De=[g?`text: "${g.slice(0,60)}"`:"no text content",ue?`label: "${ue}"`:"no aria-label",`bg: ${I}`,z?"has icon child":"no icon child"].join("; ");if(p.push({elementHtml:(b.outerHTML??"").slice(0,400),contextDescription:De.slice(0,400),selector:na(b),outerHTML:(b.outerHTML??"").slice(0,400)}),p.length>=20)break}return p}const OO=Rt("storybook-integration"),IO=3e3;function NO(){const f=window.__STORYBOOK_PREVIEW__;return f&&typeof f=="object"?{detected:!0,version:f.version??"unknown"}:{detected:!1}}async function MO(){var b,g;const f=window.__STORYBOOK_PREVIEW__;if(!f)return[];const h=f.storyStoreValue??f.storyStore;if(!h)return[];typeof h.cacheAllCSFFiles=="function"&&await h.cacheAllCSFFiles();const p=((b=h.extract)==null?void 0:b.call(h))??((g=h.cachedCSFFiles)==null?void 0:g.call(h));if(!p)return[];const D=[];if(p instanceof Map)for(const[S,I]of p)D.push({id:S,name:I.name??S,kind:I.title??I.kind??""});else if(typeof p=="object")for(const[S,I]of Object.entries(p))D.push({id:S,name:I.name??S,kind:I.title??I.kind??""});return D}async function PO(f){const h=new URL(window.location.href);h.searchParams.set("id",f),h.searchParams.set("viewMode","story"),window.location.href!==h.href&&(window.history.pushState({},"",h.href),window.dispatchEvent(new PopStateEvent("popstate"))),await new Promise(p=>{const D=setTimeout(()=>p(),IO),b=()=>{clearTimeout(D),p()};window.addEventListener("storyrendered",b,{once:!0})}),Sl({type:"STORYBOOK_NAVIGATED_EVENT",storyId:f,ready:!0})}function LO(){return document.getElementById("storybook-root")?"#storybook-root":document.getElementById("root")?"#root":"body"}function BO(){const f=[];return f.push(_e("STORYBOOK_DETECT_REQUEST",async()=>{const h=NO();return await chrome.storage.local.set({"storybook:lastDetected":{detected:h.detected,version:h.version,detectedAt:new Date().toISOString()}}),{type:"STORYBOOK_DETECT_RESPONSE",detected:h.detected,version:h.version}})),f.push(_e("STORYBOOK_LIST_STORIES_REQUEST",async()=>({type:"STORYBOOK_LIST_STORIES_RESPONSE",stories:await MO()}))),f.push(_e("STORYBOOK_NAVIGATE_REQUEST",async h=>{await PO(h.storyId)})),f.push(_e("STORYBOOK_GET_STORY_TARGET_REQUEST",()=>({type:"STORYBOOK_GET_STORY_TARGET_RESPONSE",selector:LO()}))),OO.info("handlers registered"),()=>f.forEach(h=>h())}const Jh=Rt("element-picker");let tr=null,Oa=!1;const $O=`
39
+ `,oO=.85,Dh=80,sO=300,uO=4e3;async function lO(){var f;if(!(typeof document>"u"||typeof window>"u"))try{const h=window.scrollY,p=window.scrollX,D=Math.max(document.documentElement.scrollHeight,((f=document.body)==null?void 0:f.scrollHeight)??0),b=window.innerHeight||0;if(D<=b)return;const g=Math.max(100,b*oO),S=performance.now();for(let I=0;I<D&&!(performance.now()-S>uO);I+=g)window.scrollTo({top:I,left:0,behavior:"instant"}),await new Promise(Y=>setTimeout(Y,Dh));window.scrollTo({top:D,left:0,behavior:"instant"}),await new Promise(I=>setTimeout(I,Dh)),window.scrollTo({top:h,left:p,behavior:"instant"}),await new Promise(I=>setTimeout(I,sO))}catch(h){er.warn("scroll-reveal warmup failed (continuing with audit)",h)}}function cO(){if(typeof document>"u")return()=>{};if(document.getElementById(wh))return()=>{};const f=document.createElement("style");return f.id=wh,f.textContent=iO,document.head.appendChild(f),()=>f.remove()}function dO(f){return f==="minor"||f==="moderate"||f==="serious"||f==="critical"?f:"moderate"}function fO(f){return f.some(h=>h.endsWith("aaa"))?"AAA":f.some(h=>h.endsWith("aa"))?"AA":"A"}function Do(f){for(const h of f){const p=/^wcag(\d)(\d)(\d{1,2})$/.exec(h);if(p)return`${p[1]}.${p[2]}.${parseInt(p[3],10)}`}return""}function pO(f,h){const D=[];for(let b=0;b<h.length&&D.length<25;b++){const g=h[b],S=Array.isArray(g.target)?g.target.join(" "):g.target;if(!S)continue;const I=(()=>{try{return document.querySelector(S)}catch{return null}})(),Y={selector:S,failureSummary:g.failureSummary};if(I instanceof HTMLElement){const K=I.outerHTML;if(Y.outerHTMLSnippet=K.length>1200?K.slice(0,1200)+"…":K,f==="color-contrast"||f==="color-contrast-enhanced"){const z=window.getComputedStyle(I);Y.styles={foreground:z.color||void 0,background:z.backgroundColor||void 0,fontSize:parseFloat(z.fontSize)||void 0,fontWeight:parseInt(z.fontWeight,10)||void 0,textSample:(I.textContent??"").trim().slice(0,120)||void 0,effectiveBackground:mO(I)}}}D.push(Y)}return D}function mO(f){const h=new Set(["rgba(0, 0, 0, 0)","transparent",""]);let p=f,D,b=!1;for(;p;){const g=window.getComputedStyle(p),S=g.backgroundImage;S&&S!=="none"&&!b&&(b=!0,D=Eh(p));const I=g.backgroundColor;if(I&&!h.has(I))return{color:I,fromAncestor:p===f?void 0:Eh(p),hasBackgroundImageInChain:b,imageAncestor:D};p=p.parentElement}return{color:"rgb(255, 255, 255)",fromAncestor:"document default",hasBackgroundImageInChain:b,imageAncestor:D}}function Eh(f){const h=f.tagName.toLowerCase(),p=f.id?`#${f.id}`:"",D=f.classList.length>0?`.${f.classList[0]}`:"";return`${h}${p}${D}`}function hO(f,h,p){var S,I;const D=((S=f.textContent)==null?void 0:S.trim().slice(0,50))??null,b=(I=f.getBoundingClientRect)==null?void 0:I.call(f),g=b?{x:Math.round(b.left),y:Math.round(b.top),w:Math.round(b.width),h:Math.round(b.height)}:void 0;return{selector:Array.isArray(h.target)?h.target.join(" "):String(h.target),outerHTML:(f.outerHTML??"").slice(0,500),failureSummary:h.failureSummary??"",tagName:f.tagName,role:f.getAttribute("role"),accessibleName:f.getAttribute("aria-label")??D,textSnippet:D,attrId:f.id||null,attrTestid:f.getAttribute("data-testid"),boundingRect:g,opacityContext:vO(f),cascadeChain:yO(f,p)}}function vO(f){if(typeof getComputedStyle!="function")return;let h=1,p=1,D;try{const b=getComputedStyle(f);h=parseFloat(b.opacity||"1");let g=f.parentElement;for(;g&&g!==document.documentElement;){const S=getComputedStyle(g),I=parseFloat(S.opacity||"1");I<p&&(p=I,D=gO(g)),g=g.parentElement}}catch{return}if(!(h>=.99&&p>=.99))return{self:Math.round(h*100)/100,ancestor:Math.round(p*100)/100,ancestorSelector:D}}function gO(f){const h=f.tagName.toLowerCase();if(f.id)return`${h}#${f.id}`;const p=f.classList.length>0?"."+Array.from(f.classList).slice(0,2).join("."):"";return`${h}${p}`}const bO=/var\(\s*(--[A-Za-z0-9_-]+)/g;function yO(f,h){if(!(h!=="color-contrast"&&h!=="color-contrast-enhanced")&&typeof getComputedStyle=="function")try{const p=getComputedStyle(f);return{color:_h(f,"color",p.color),backgroundColor:_h(f,"background-color",p.backgroundColor)}}catch{return}}function _h(f,h,p){let D,b;for(const S of Array.from(document.styleSheets)){let I=null;try{I=S.cssRules}catch{continue}I&&Qh(I,f,h,(Y,K)=>{D=Y,b=K})}if(!D)return;const g=[...D.matchAll(bO)].map(S=>S[1]).filter(S=>!!S);return{authored:D,rendered:p,vars:g,ruleSelector:b}}function Qh(f,h,p,D){for(const b of Array.from(f)){if(b instanceof CSSStyleRule){try{if(!h.matches(b.selectorText))continue}catch{continue}const g=b.style.getPropertyValue(p);g&&D(g,b.selectorText);continue}"cssRules"in b&&b.cssRules&&Qh(b.cssRules,h,p,D)}}async function wO(f,h,p,D){var Na,mr,_r,Pn,Ln,Bn,ia,$n;const b=cO();await new Promise(oe=>setTimeout(oe,aO)),await nO();const g=new Date().toISOString(),S=performance.now(),I=document.querySelector(f);if(!I)throw b(),new Error(`scope not found: ${f}`);const Y=Uh({element:I,url:window.location.href}),K=await Qk(),z=await eO();let ue=!1;try{const oe=await ck();oe.length>0&&(Zk(K,oe),ue=!0)}catch(oe){er.warn("custom-rule registration failed; continuing with built-ins only",oe)}const De=p??Jk,ce=ue&&De.runOnly&&typeof De.runOnly=="object"&&Array.isArray(De.runOnly.values)&&!De.runOnly.values.includes(yh)?{...De,runOnly:{...De.runOnly,values:[...De.runOnly.values,yh]}}:De,xe=Object.keys(z).length>0?{...ce,rules:{...ce.rules??{},...z}}:ce,ke=D&&D.length>0?{...xe,runOnly:{type:"rule",values:D}}:xe;let Ye;try{Ye=await K.run(I,ke)}catch(oe){throw b(),oe}const ht=K.version??"unknown",zt=[];for(const oe of Ye.violations??[])if(!(oe.tags??[]).some(Je=>wo.test(Je)))for(const Je of oe.nodes??[]){const Te=Array.isArray(Je.target)?Je.target.join(" "):Je.target,rt=document.querySelector(Te);if(!rt)continue;const Be=hO(rt,Je,oe.id),qe=await yl({ruleId:oe.id,componentId:Y.id,currentState:h,target:Be});zt.push({ruleId:oe.id,wcagCriterion:Do(oe.tags??[]),wcagLevel:fO(oe.tags??[]),impact:dO(oe.impact),description:oe.description??"",helpUrl:oe.helpUrl??"",target:Be,componentId:Y.id,currentState:h,axeVersion:ht,detectedAt:new Date().toISOString(),matchKey:qe})}const rr=[];if(h.breakpoint.width<=320)try{const{analyzeReflow:oe}=await ch(async()=>{const{analyzeReflow:Te}=await import("./reflow-analyzer-DNgBX8N_.js");return{analyzeReflow:Te}},[]),Je=oe(h.breakpoint.width,I);Je.findings.length===0&&rr.push({ruleId:"wcc-reflow-clean",wcagCriterion:"1.4.10"});for(const Te of Je.findings){const rt=document.querySelector(Te.selector)??I,Be={selector:Te.selector,outerHTML:Te.outerHtml||(rt.outerHTML??"").slice(0,500),failureSummary:Te.kind==="document-overflow"?`Page scrolls horizontally at ${h.breakpoint.width}px (content width ${Je.documentScrollWidthPx}px, overflow ${Te.overflowPx}px).`:Te.kind==="element-overflow"?`Element extends ${Te.overflowPx}px past the ${h.breakpoint.width}px viewport edge.`:`Element scrolls horizontally (${Te.overflowPx}px past its container).`,tagName:rt.tagName,role:((Na=rt.getAttribute)==null?void 0:Na.call(rt,"role"))??null,accessibleName:((mr=rt.getAttribute)==null?void 0:mr.call(rt,"aria-label"))??null,textSnippet:((_r=rt.textContent)==null?void 0:_r.trim().slice(0,50))??null,attrId:rt.id||null,attrTestid:((Pn=rt.getAttribute)==null?void 0:Pn.call(rt,"data-testid"))??null},qe=await yl({ruleId:"wcagcheckr-reflow",componentId:Y.id,currentState:h,target:Be});zt.push({ruleId:"wcagcheckr-reflow",wcagCriterion:"1.4.10",wcagLevel:"AA",impact:"serious",description:Te.kind==="document-overflow"?"Content does not reflow at 320 CSS pixels — page requires horizontal scrolling.":"Element does not reflow at 320 CSS pixels — content is cut off or requires horizontal scrolling.",helpUrl:"https://www.w3.org/WAI/WCAG21/Understanding/reflow.html",target:Be,componentId:Y.id,currentState:h,axeVersion:ht,detectedAt:new Date().toISOString(),matchKey:qe})}}catch(oe){console.warn("[audit-engine] reflow analyzer failed:",oe)}if(h.pseudoState==="default"&&h.theme==="light"&&h.direction==="ltr"&&h.breakpoint.id==="desktop")try{const{runAllDomCriterionAnalyzers:oe,DOM_ANALYZER_COVERED_CRITERIA:Je}=await ch(async()=>{const{runAllDomCriterionAnalyzers:Be,DOM_ANALYZER_COVERED_CRITERIA:qe}=await import("./dom-criterion-analyzers-BqggTEP6.js");return{runAllDomCriterionAnalyzers:Be,DOM_ANALYZER_COVERED_CRITERIA:qe}},[]),Te=oe(),rt=new Set(Te.map(Be=>Be.wcagCriterion));for(const Be of Je)rt.has(Be)||rr.push({ruleId:`wcc-clean::${Be}`,wcagCriterion:Be});for(const Be of Te){const qe=Be.element,oa={selector:qe.id?`#${qe.id}`:qe===document.documentElement?"html":(qe.tagName||"unknown").toLowerCase()+(qe.classList[0]?"."+qe.classList[0]:""),outerHTML:(qe.outerHTML??"").slice(0,500),failureSummary:Be.failureSummary,tagName:qe.tagName,role:((Ln=qe.getAttribute)==null?void 0:Ln.call(qe,"role"))??null,accessibleName:((Bn=qe.getAttribute)==null?void 0:Bn.call(qe,"aria-label"))??null,textSnippet:((ia=qe.textContent)==null?void 0:ia.trim().slice(0,50))??null,attrId:qe.id||null,attrTestid:(($n=qe.getAttribute)==null?void 0:$n.call(qe,"data-testid"))??null},jr=await yl({ruleId:Be.ruleId,componentId:Y.id,currentState:h,target:oa});zt.push({ruleId:Be.ruleId,wcagCriterion:Be.wcagCriterion,wcagLevel:Be.wcagLevel,impact:Be.impact,description:Be.description,helpUrl:Be.helpUrl,target:oa,componentId:Y.id,currentState:h,axeVersion:ht,detectedAt:new Date().toISOString(),matchKey:jr})}}catch(oe){console.warn("[audit-engine] dom-criterion-analyzers failed:",oe)}return b(),{componentId:Y.id,scope:f,pageUrl:typeof window<"u"&&window.location?window.location.href:void 0,state:h,violations:zt,passes:(Ye.passes??[]).length,incomplete:(Ye.incomplete??[]).length,inapplicable:(Ye.inapplicable??[]).length,axeVersion:ht,startedAt:g,durationMs:performance.now()-S,axeRulesEvaluated:{passed:[...(Ye.passes??[]).filter(oe=>!(oe.tags??[]).some(Je=>wo.test(Je))).map(oe=>({ruleId:oe.id,wcagCriterion:Do(oe.tags??[])})).filter(oe=>oe.wcagCriterion),...rr],inapplicable:(Ye.inapplicable??[]).filter(oe=>!(oe.tags??[]).some(Je=>wo.test(Je))).map(oe=>({ruleId:oe.id,wcagCriterion:Do(oe.tags??[])})).filter(oe=>oe.wcagCriterion),incomplete:(Ye.incomplete??[]).filter(oe=>!(oe.tags??[]).some(Je=>wo.test(Je))).map(oe=>({ruleId:oe.id,wcagCriterion:Do(oe.tags??[]),elements:pO(oe.id,oe.nodes??[])})).filter(oe=>oe.wcagCriterion)}}}function DO(){const f=_e("SCOPE_FINGERPRINT_REQUEST",async K=>{try{const z=K.selector==="html"?document.documentElement:document.querySelector(K.selector);if(!z)return{type:"SCOPE_FINGERPRINT_RESPONSE",fingerprint:null};const ue=z.outerHTML,De=await crypto.subtle.digest("SHA-256",new TextEncoder().encode(ue));return{type:"SCOPE_FINGERPRINT_RESPONSE",fingerprint:Array.from(new Uint8Array(De)).map(xe=>xe.toString(16).padStart(2,"0")).join("")}}catch(z){return er.warn("scope fingerprint failed",z),{type:"SCOPE_FINGERPRINT_RESPONSE",fingerprint:null}}}),h=_e("AUDIT_REQUEST",async K=>{try{return{type:"AUDIT_RESPONSE",success:!0,result:await wO(K.selector,K.currentState,K.axeConfig,K.rulesToRun)}}catch(z){er.error("audit failed",z);const ue=z instanceof Error?z.message:String(z),De=ue.toLowerCase().includes("paint")?"PAINT_TIMEOUT":"AXE_FAILED";return{type:"AUDIT_RESPONSE",success:!1,error:sk(De,ue,!1)}}}),p=_e("CUSTOM_PROPERTY_REQUEST",async()=>{try{return{type:"CUSTOM_PROPERTY_RESPONSE",undefined:Hk()}}catch(K){return er.warn("custom-property analysis failed",K),{type:"CUSTOM_PROPERTY_RESPONSE",undefined:[]}}}),D=_e("THEME_AWARENESS_REQUEST",async()=>{try{const K=Yk();return{type:"THEME_AWARENESS_RESPONSE",hasLightModeCss:K.hasLightModeCss,hasDarkModeCss:K.hasDarkModeCss,hasUnreadableSheets:K.hasUnreadableSheets}}catch(K){return er.warn("theme-awareness probe failed",K),{type:"THEME_AWARENESS_RESPONSE",hasLightModeCss:!0,hasDarkModeCss:!0,hasUnreadableSheets:!0}}}),b=_e("READING_ORDER_REQUEST",async K=>{try{const z=document.querySelector(K.selector)??document;return{type:"READING_ORDER_RESPONSE",issues:Kh(z)}}catch(z){return er.warn("reading-order analysis failed",z),{type:"READING_ORDER_RESPONSE",issues:[]}}}),g=_e("TYPOGRAPHY_ANALYZE_REQUEST",async K=>{try{const z=document.querySelector(K.selector)??document;return{type:"TYPOGRAPHY_ANALYZE_RESPONSE",issues:jk(z)}}catch(z){return er.warn("typography analysis failed",z),{type:"TYPOGRAPHY_ANALYZE_RESPONSE",issues:[]}}}),S=_e("TAB_ORDER_ANALYZE_REQUEST",async()=>{try{return{type:"TAB_ORDER_ANALYZE_RESPONSE",issues:Mk()}}catch(K){return er.warn("tab-order analysis failed",K),{type:"TAB_ORDER_ANALYZE_RESPONSE",issues:[]}}}),I=_e("WARMUP_REQUEST",async()=>(await lO(),{type:"WARMUP_RESPONSE"})),Y=_e("AI_CANDIDATES_REQUEST",async K=>{try{return{type:"AI_CANDIDATES_RESPONSE",images:EO(K.selector),headings:AO(K.selector),instructions:CO(K.selector),ariaElements:RO(K.selector),links:TO(K.selector),longTextBlocks:FO(K.selector),languageInfo:SO(),colorOnlyRegions:kO(K.selector)}}catch(z){return er.warn("ai-candidates enumeration failed",z),{type:"AI_CANDIDATES_RESPONSE",images:[],headings:[],instructions:[],ariaElements:[],links:[],longTextBlocks:[],languageInfo:null,colorOnlyRegions:[]}}});return()=>{h(),f(),b(),S(),g(),I(),p(),D(),Y()}}function EO(f){const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=h.querySelectorAll('img, [role="img"]');for(const b of Array.from(D)){const g=b.currentSrc||b.src||b.getAttribute("src")||"";if(!g||g.startsWith("data:"))continue;const S=b.getBoundingClientRect();if(S.width<16||S.height<16)continue;const I=b.getAttribute("alt")??"";_O(b,I)||p.push({imageUrl:g,alt:I,selector:na(b),outerHTML:(b.outerHTML??"").slice(0,500),surroundingContext:xO(b),pixelArea:Math.round(S.width*S.height)})}return p}function _O(f,h){if(aa(f))return!0;const p=f.getAttribute("role");if(p==="presentation"||p==="none")return!0;if(h===""){let D=f.parentElement,b=0;for(;D&&b<3;){const g=D.tagName.toLowerCase(),S=D.getAttribute("role");if(g==="a"||g==="button"||S==="link"||S==="button"){if((D.textContent??"").trim().length>0)return!0;break}D=D.parentElement,b++}}if(h===""){const D=(f.getAttribute("class")??"").toLowerCase();if(/\b(logo|brand|icon|emblem|crest|wordmark)\b/.test(D)&&f.parentElement&&(f.parentElement.textContent??"").trim().length>0)return!0}return!1}function aa(f){let h=f;for(;h&&h!==document.body;){if(h.getAttribute("aria-hidden")==="true")return!0;h=h.parentElement}return!1}function na(f){if(f.id)return`#${CSS.escape(f.id)}`;const h=f.tagName.toLowerCase(),p=f.parentElement;if(!p)return h;const D=Array.from(p.children).filter(g=>g.tagName===f.tagName),b=D.indexOf(f);return D.length===1?`${p.tagName.toLowerCase()} > ${h}`:`${p.tagName.toLowerCase()} > ${h}:nth-of-type(${b+1})`}function xO(f){let h=f.parentElement;for(;h&&h!==document.body;){const p=(h.textContent??"").trim();if(p.length>20&&p.length<800)return p;h=h.parentElement}}function AO(f){var b,g;const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=h.querySelectorAll('h1, h2, h3, h4, h5, h6, [role="heading"]');for(const S of Array.from(D)){if(aa(S))continue;const I=(S.textContent??"").trim();if(!I||I.length>200)continue;const Y=parseInt(((b=S.tagName.match(/^H(\d)$/))==null?void 0:b[1])??"6",10);let K="",z=S.nextElementSibling;for(;z&&K.length<800;){const ue=parseInt(((g=z.tagName.match(/^H(\d)$/))==null?void 0:g[1])??"0",10);if(ue>0&&ue<=Y)break;const De=(z.textContent??"").trim();De&&(K+=(K?" ":"")+De),z=z.nextElementSibling}K.length<30||p.push({level:Y,text:I,sectionContent:K.slice(0,800),selector:na(S),outerHTML:(S.outerHTML??"").slice(0,300)})}return p}function CO(f){const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=h.querySelectorAll('p, li, div[role="note"], aside');for(const b of Array.from(D)){if(aa(b))continue;const g=(b.textContent??"").trim();if(!(g.length<20||g.length>600)&&/\b(click|tap|press|select|choose|find|locate|use|see|look|hit|push|drag)\b/i.test(g)&&(p.push({text:g.slice(0,600),selector:na(b),outerHTML:(b.outerHTML??"").slice(0,400)}),p.length>=20))break}return p}function RO(f){var b;const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=h.querySelectorAll("[role]");for(const g of Array.from(D)){if(aa(g))continue;const S=g.getAttribute("role")??"";if(S&&(p.push({role:S,selector:na(g),outerHTML:(g.outerHTML??"").slice(0,500),surroundingHtml:(((b=g.parentElement)==null?void 0:b.outerHTML)??"").slice(0,600)}),p.length>=30))break}return p}function TO(f){const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=h.querySelectorAll("a[href]");for(const b of Array.from(D)){if(aa(b))continue;const g=(b.textContent??"").trim();if(!g||g.length>60)continue;let S="",I=b.parentElement;for(;I&&I!==document.body;){const Y=I.tagName;if(Y==="P"||Y==="LI"||Y==="DD"||Y==="FIGCAPTION"||/^H[1-6]$/.test(Y)){const K=(I.textContent??"").trim();if(K.length>=g.length){S=K;break}}I=I.parentElement}if(p.push({linkText:g,surroundingText:S.slice(0,800),selector:na(b),outerHTML:(b.outerHTML??"").slice(0,400)}),p.length>=25)break}return p}function FO(f){const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=new Set,b=h.querySelectorAll("article, section, main, div, aside");for(const g of Array.from(b)){if(aa(g))continue;let S=g.parentElement,I=!1;for(;S;){if(D.has(S)){I=!0;break}S=S.parentElement}if(I)continue;const Y=(g.textContent??"").trim();if(!Y||Y.split(/\s+/).filter(Boolean).length<300)continue;const z=g.querySelectorAll("h1, h2, h3, h4, h5, h6, ul, ol, dl, p, blockquote, figure, table, button, input").length;if(!(z>4)&&(p.push({blockText:Y.slice(0,1500),structuralChildrenCount:z,selector:na(g),outerHTML:(g.outerHTML??"").slice(0,400)}),D.add(g),p.length>=5))break}return p}function SO(){const f=document.documentElement.getAttribute("lang")??"",h=document.body;if(!h)return null;const p=(h.textContent??"").trim().replace(/\s+/g," ").slice(0,1500);return p.length<60?null:{declaredLang:f,bodyTextSample:p,selector:"html",outerHTML:`<html lang="${f}">`}}function kO(f){const h=document.querySelector(f)??document.body;if(!h)return[];const p=[],D=h.querySelectorAll('[class*="status"], [class*="badge"], [class*="dot"], [class*="indicator"], [aria-invalid="true"], [class*="pill"]');for(const b of Array.from(D)){if(aa(b))continue;const g=(b.textContent??"").trim(),S=window.getComputedStyle(b),I=S.backgroundColor,Y=S.borderColor;if(!(I&&I!=="rgba(0, 0, 0, 0)"&&I!=="transparent"||Y&&Y!=="rgba(0, 0, 0, 0)"&&Y!=="transparent"))continue;const z=b.querySelector("svg, [aria-label], [aria-labelledby], [title]")!==null;if(g.length>0&&z)continue;const ue=b.getAttribute("aria-label")??b.getAttribute("title")??"",De=[g?`text: "${g.slice(0,60)}"`:"no text content",ue?`label: "${ue}"`:"no aria-label",`bg: ${I}`,z?"has icon child":"no icon child"].join("; ");if(p.push({elementHtml:(b.outerHTML??"").slice(0,400),contextDescription:De.slice(0,400),selector:na(b),outerHTML:(b.outerHTML??"").slice(0,400)}),p.length>=20)break}return p}const OO=Rt("storybook-integration"),IO=3e3;function NO(){const f=window.__STORYBOOK_PREVIEW__;return f&&typeof f=="object"?{detected:!0,version:f.version??"unknown"}:{detected:!1}}async function MO(){var b,g;const f=window.__STORYBOOK_PREVIEW__;if(!f)return[];const h=f.storyStoreValue??f.storyStore;if(!h)return[];typeof h.cacheAllCSFFiles=="function"&&await h.cacheAllCSFFiles();const p=((b=h.extract)==null?void 0:b.call(h))??((g=h.cachedCSFFiles)==null?void 0:g.call(h));if(!p)return[];const D=[];if(p instanceof Map)for(const[S,I]of p)D.push({id:S,name:I.name??S,kind:I.title??I.kind??""});else if(typeof p=="object")for(const[S,I]of Object.entries(p))D.push({id:S,name:I.name??S,kind:I.title??I.kind??""});return D}async function PO(f){const h=new URL(window.location.href);h.searchParams.set("id",f),h.searchParams.set("viewMode","story"),window.location.href!==h.href&&(window.history.pushState({},"",h.href),window.dispatchEvent(new PopStateEvent("popstate"))),await new Promise(p=>{const D=setTimeout(()=>p(),IO),b=()=>{clearTimeout(D),p()};window.addEventListener("storyrendered",b,{once:!0})}),Sl({type:"STORYBOOK_NAVIGATED_EVENT",storyId:f,ready:!0})}function LO(){return document.getElementById("storybook-root")?"#storybook-root":document.getElementById("root")?"#root":"body"}function BO(){const f=[];return f.push(_e("STORYBOOK_DETECT_REQUEST",async()=>{const h=NO();return await chrome.storage.local.set({"storybook:lastDetected":{detected:h.detected,version:h.version,detectedAt:new Date().toISOString()}}),{type:"STORYBOOK_DETECT_RESPONSE",detected:h.detected,version:h.version}})),f.push(_e("STORYBOOK_LIST_STORIES_REQUEST",async()=>({type:"STORYBOOK_LIST_STORIES_RESPONSE",stories:await MO()}))),f.push(_e("STORYBOOK_NAVIGATE_REQUEST",async h=>{await PO(h.storyId)})),f.push(_e("STORYBOOK_GET_STORY_TARGET_REQUEST",()=>({type:"STORYBOOK_GET_STORY_TARGET_RESPONSE",selector:LO()}))),OO.info("handlers registered"),()=>f.forEach(h=>h())}const Jh=Rt("element-picker");let tr=null,Oa=!1;const $O=`
40
40
  position: fixed;
41
41
  pointer-events: none;
42
42
  background: rgba(99, 102, 241, 0.20);