@wcag-checkr/ci 1.0.0-rc.70 → 1.0.0-rc.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/{content-script.ts-BIz-gsxb.js → content-script.ts-_brThzXD.js} +27 -27
- package/dist/assets/{content-script.ts-loader-CDdeu0OV.js → content-script.ts-loader-CDRnslpB.js} +1 -1
- package/dist/assets/{service-worker.ts-C3xODVOa.js → service-worker.ts-DNXd83Q-.js} +54 -54
- package/dist/manifest.json +4 -4
- package/dist/service-worker-loader.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{_ as sh}from"./preload-helper-D7HrI6pR.js";import{o as xe,c as At,e as Tl,i as ik}from"./crash-reporter-Dc5lvxvY.js";import{m as ok,c as gl}from"./diff-DIBMr3fQ.js";import{c as sk,g as uk}from"./_commonjsHelpers-Cpj98o6Y.js";import{l as lk}from"./custom-rules-CAe0nbES.js";const ck=["data-testid","data-test","data-cy"],dk=3,fk=4;function Hh(f){if(f.storyId)return{id:`::story:${f.storyId}`,strategy:"story",fragile:!1,inputs:{storyId:f.storyId}};const h=pk(f.url),p=uh(f.element,["data-componentid"],1/0);if(p)return{id:`${h}::explicit:${p.value}`,strategy:"explicit",fragile:!1,inputs:{url:h}};const D=uh(f.element,ck,dk);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=Vh(f.element),S=vk(f.element);if(g&&S)return{id:`${h}::aria:${g}:${S}`,strategy:"aria",fragile:!1,inputs:{url:h,role:g,accessibleName:S}};const I=gk(f.element);return{id:`${h}::dom:${I}`,strategy:"dom",fragile:!0,inputs:{url:h,domPath:I}}}function pk(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 uh(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 mk={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 Vh(f){const h=f.getAttribute("role");return h||(f.tagName==="A"&&!f.hasAttribute("href")?null:mk[f.tagName]??null)}const hk=new Set(["button","link","heading","tab","option","menuitem","cell","columnheader","rowheader"]);function vk(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 Z of I){const z=(b=f.ownerDocument)==null?void 0:b.getElementById(Z),ne=(g=z==null?void 0:z.textContent)==null?void 0:g.trim();ne&&Y.push(ne)}if(Y.length>0)return Y.join(" ")}const D=Vh(f);if(D&&hk.has(D)){const I=(S=f.textContent)==null?void 0:S.trim();if(I)return I}return null}function gk(f){const h=[];let p=f,D=0;for(;p&&D<fk;){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 bk=new Set(["UL","OL","DL","MENU","SELECT"]),yk=new Set(["list","menu","menubar","tablist","tree","group","radiogroup"]);function wk(f){if(bk.has(f.tagName))return!0;const h=f.getAttribute("role");return h!==null&&yk.has(h)?!0:f.tagName==="NAV"||h==="navigation"?f.querySelector("ul, ol, dl, menu")===null:!1}const lh=new WeakMap;function Dk(f){const h=lh.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 Z=0;for(const z of Array.from(f.children)){if(z.tagName==="STYLE"||z.tagName==="SCRIPT")continue;if(z.getClientRects().length>0&&Z++,Z>=2)break}p=Z>=2}}catch{}return lh.set(f,p),p}function Gh(f,h){let p=f.parentElement;for(;p&&p!==h&&p!==document.body;){if(wk(p))return p;const D=p.parentElement;if(D&&D!==h&&Dk(D))return p;p=p.parentElement}return null}const Ek=new Set(["H1","H2","H3","H4","H5","H6","P","LI","A","BUTTON","LABEL","BLOCKQUOTE","FIGCAPTION","SUMMARY","DT","DD","TD","TH","LEGEND","CAPTION"]),ch=24,_k=2;function xk(f){if(f.getClientRects().length===0)return!1;const h=getComputedStyle(f);return!(h.display==="none"||h.visibility==="hidden"||h.opacity==="0")}function Ak(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 Ck(f){return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(f):f.replace(/[^a-zA-Z0-9_-]/g,h=>`\\${h}`)}function Rk(f){if(f.id)return`#${Ck(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 Uh(f){const h=f instanceof Document?f.body:f;if(!h)return[];const p=Array.from(Ek,le=>le.toLowerCase()).join(","),D=Array.from(h.querySelectorAll(p)).filter(le=>xk(le)&&Ak(le));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((le,ge)=>{const Se=le.getBoundingClientRect();return{el:le,domIndex:ge,rect:{x:Math.round(Se.left),y:Math.round(Se.top),w:Math.round(Se.width),h:Math.round(Se.height)}}}),I=[],Y=new Map;for(const le of S){const ge=Gh(le.el,h);if(ge){let Se=Y.get(ge);if(!Se){const nt=ge.getBoundingClientRect();Se={items:[],anchorTop:nt.top,anchorLeft:nt.left},Y.set(ge,Se),I.push(Se)}Se.items.push(le)}else I.push({items:[le],anchorTop:le.rect.y,anchorLeft:le.rect.x})}I.sort((le,ge)=>{const Se=Math.floor(le.anchorTop/ch),nt=Math.floor(ge.anchorTop/ch);return Se!==nt?Se-nt:le.anchorLeft-ge.anchorLeft});const Z=I.flatMap(le=>le.items.slice().sort((ge,Se)=>ge.domIndex-Se.domIndex)),z=new Map;Z.forEach((le,ge)=>z.set(le.el,ge));const ne=[];for(const le of S){const ge=z.get(le.el);Math.abs(le.domIndex-ge)<_k||ne.push({selector:Rk(le.el),textSnippet:(le.el.textContent??"").trim().slice(0,80),domIndex:le.domIndex,visualIndex:ge,boundingRect:le.rect})}ne.sort((le,ge)=>Math.abs(ge.domIndex-ge.visualIndex)-Math.abs(le.domIndex-le.visualIndex));const Te=ne.slice(0,20);return typeof window<"u"&&(b!==0||g!==0)&&window.scrollTo({top:b,left:g,behavior:"instant"}),Te}const Tk=["a[href]","button","input","select","textarea","[tabindex]","audio[controls]","video[controls]","[contenteditable]"].join(", "),dh=24,fh=2;function Wh(f){const h=f.getAttribute("tabindex");if(h===null)return 0;const p=parseInt(h,10);return Number.isNaN(p)?0:p}function Fk(f){if(f.getClientRects().length===0)return!1;const h=window.getComputedStyle(f);return!(h.visibility==="hidden"||h.display==="none")}function Sk(f){return!(f.hasAttribute("disabled")||f.getAttribute("contenteditable")==="false"||f instanceof HTMLInputElement&&f.type==="hidden"||f.getAttribute("aria-hidden")==="true"||Wh(f)<0)}function kk(f){return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(f):f.replace(/[^a-zA-Z0-9_-]/g,h=>`\\${h}`)}function Ok(f){if(f.id)return`#${kk(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 Ik(f){return(f.innerText||f.textContent||f.getAttribute("aria-label")||f.getAttribute("alt")||f.getAttribute("placeholder")||"").replace(/\s+/g," ").trim().slice(0,80)}function Nk(){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(Tk)).filter(Fk).filter(Sk),D=p.map((z,ne)=>({el:z,ti:Wh(z),domIdx:ne})).sort((z,ne)=>{const Te=z.ti>0,le=ne.ti>0;return Te&&!le?-1:!Te&&le?1:Te&&le&&z.ti!==ne.ti?z.ti-ne.ti:z.domIdx-ne.domIdx}),b=[],g=new Map,S=document.body??document.documentElement;for(const[z,ne]of p.entries()){const Te=ne.getBoundingClientRect(),le={el:ne,domIdx:z,rect:Te},ge=Gh(ne,S);if(ge){let Se=g.get(ge);if(!Se){const nt=ge.getBoundingClientRect();Se={items:[],anchorTop:nt.top,anchorLeft:nt.left},g.set(ge,Se),b.push(Se)}Se.items.push(le)}else b.push({items:[le],anchorTop:Te.top,anchorLeft:Te.left})}b.sort((z,ne)=>{const Te=Math.floor(z.anchorTop/dh),le=Math.floor(ne.anchorTop/dh);return Te!==le?Te-le:z.anchorLeft-ne.anchorLeft});const I=b.flatMap(z=>z.items.slice().sort((ne,Te)=>ne.domIdx-Te.domIdx)),Y=new Map;I.forEach((z,ne)=>Y.set(z.el,ne));const Z=[];return D.forEach((z,ne)=>{const Te=z.domIdx,le=Y.get(z.el)??ne,ge=Math.abs(ne-le)>=fh,Se=Math.abs(ne-Te)>=fh;if(!ge&&!Se)return;const nt=ge&&Se?"both":ge?"visual":"tabindex",wt=z.el.getBoundingClientRect();Z.push({selector:Ok(z.el),textSnippet:Ik(z.el),tabPosition:ne+1,visualPosition:le+1,domPosition:Te+1,flag:nt,boundingRect:{x:wt.x,y:wt.y,w:wt.width,h:wt.height}})}),typeof window<"u"&&(f!==0||h!==0)&&window.scrollTo({top:f,left:h,behavior:"instant"}),Z}const Mk=new Set(["P","LI","DD","DT","BLOCKQUOTE","FIGCAPTION","TD","TH","LEGEND","LABEL","A","SPAN","DIV","H1","H2","H3","H4","H5","H6","ARTICLE","SECTION","MAIN"]),Pk=new Set(["SCRIPT","STYLE","NOSCRIPT","CODE","PRE","TEXTAREA"]),ph=16,mh=1.5,Lk=25;function Bk(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 hh(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>=Lk}}function $k(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 qk(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)||Pk.has(I.tagName)?NodeFilter.FILTER_REJECT:Mk.has(I.tagName)?Bk(I)?hh(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 Z=I.lineHeight;let z=NaN;Z==="normal"?z=Y*1.2:z=parseFloat(Z);const ne=I.letterSpacing,Te=ne==="normal"?0:parseFloat(ne)||0,le=I.wordSpacing,ge=le==="normal"?0:parseFloat(le)||0,Se=b.tagName==="P"||b.tagName==="LI",nt=!b.tagName.match(/^H[1-6]$/),wt=b.getBoundingClientRect(),dr={x:Math.round(wt.x),y:Math.round(wt.y),w:Math.round(wt.width),h:Math.round(wt.height)},fr=$k(b),pr=hh(b).textContent.slice(0,60);if(nt&&Y<ph&&h.push({kind:"small-body-font",selector:fr,textSnippet:pr,details:`font-size: ${Y.toFixed(1)}px (recommend ≥ ${ph}px for body text)`,wcagCriterion:"1.4.4",fontSize:Y,boundingRect:dr}),Se&&Number.isFinite(z)&&z>0){const _r=z/Y;_r<mh&&h.push({kind:"tight-line-height",selector:fr,textSnippet:pr,details:`line-height ratio: ${_r.toFixed(2)} (need ≥ ${mh} per WCAG 1.4.12)`,wcagCriterion:"1.4.12",fontSize:Y,ratio:_r,boundingRect:dr})}Te<-.05*Y&&h.push({kind:"tight-letter-spacing",selector:fr,textSnippet:pr,details:`letter-spacing: ${Te.toFixed(2)}px (extremely tight — readability concern)`,wcagCriterion:"1.4.12",fontSize:Y,boundingRect:dr}),ge<-.1*Y&&h.push({kind:"tight-word-spacing",selector:fr,textSnippet:pr,details:`word-spacing: ${ge.toFixed(2)}px (extremely tight)`,wcagCriterion:"1.4.12",fontSize:Y,boundingRect:dr}),b=D.nextNode()}return h.slice(0,100)}const jk=/var\(\s*(--[A-Za-z0-9_-]+)/g;function zk(){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&&Yh(b,f,h)}const p=[];for(const[D,b]of h.entries())f.has(D)||p.push({name:D,referenceCount:b.length,sampleSites:Vk(b).slice(0,5)});return p.sort((D,b)=>b.referenceCount-D.referenceCount),p}const Hk=/([a-zA-Z-][a-zA-Z0-9-]*)\s*:\s*([^;]+?)\s*(?:;|$)/g;function Yh(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(Hk)){const I=S[1],Y=S[2];if(!(!I||!Y)){if(I.startsWith("--")){h.add(I);continue}if(Y.includes("var("))for(const Z of Y.matchAll(jk)){const z=Z[1];if(!z)continue;const ne=p.get(z)??[];ne.push({selector:b,property:I}),p.set(z,ne)}}}continue}"cssRules"in D&&D.cssRules&&Yh(D.cssRules,h,p)}}function Vk(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 Gk=/prefers-color-scheme\s*:\s*light/,Uk=/prefers-color-scheme\s*:\s*dark/;function Wk(){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&&(wl(b,g=>{Gk.test(g)&&(f=!0),Uk.test(g)&&(h=!0)}),f&&h))break}return{hasLightModeCss:f,hasDarkModeCss:h,hasUnreadableSheets:p}}function wl(f,h){for(const p of Array.from(f)){if(p instanceof CSSMediaRule){h(p.media.mediaText),wl(p.cssRules,h);continue}"cssRules"in p&&p.cssRules&&wl(p.cssRules,h)}}var Fl={exports:{}};/*! axe v4.11.4
|
|
1
|
+
import{_ as uh}from"./preload-helper-D7HrI6pR.js";import{o as xe,c as At,e as Fl,i as ik}from"./crash-reporter-Dc5lvxvY.js";import{m as ok,c as bl}from"./diff-DIBMr3fQ.js";import{c as sk,g as uk}from"./_commonjsHelpers-Cpj98o6Y.js";import{l as lk}from"./custom-rules-CAe0nbES.js";const ck=["data-testid","data-test","data-cy"],dk=3,fk=4;function Vh(f){if(f.storyId)return{id:`::story:${f.storyId}`,strategy:"story",fragile:!1,inputs:{storyId:f.storyId}};const h=pk(f.url),p=lh(f.element,["data-componentid"],1/0);if(p)return{id:`${h}::explicit:${p.value}`,strategy:"explicit",fragile:!1,inputs:{url:h}};const D=lh(f.element,ck,dk);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=Gh(f.element),S=vk(f.element);if(g&&S)return{id:`${h}::aria:${g}:${S}`,strategy:"aria",fragile:!1,inputs:{url:h,role:g,accessibleName:S}};const I=gk(f.element);return{id:`${h}::dom:${I}`,strategy:"dom",fragile:!0,inputs:{url:h,domPath:I}}}function pk(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 lh(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 mk={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 Gh(f){const h=f.getAttribute("role");return h||(f.tagName==="A"&&!f.hasAttribute("href")?null:mk[f.tagName]??null)}const hk=new Set(["button","link","heading","tab","option","menuitem","cell","columnheader","rowheader"]);function vk(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=Gh(f);if(D&&hk.has(D)){const I=(S=f.textContent)==null?void 0:S.trim();if(I)return I}return null}function gk(f){const h=[];let p=f,D=0;for(;p&&D<fk;){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 bk=new Set(["UL","OL","DL","MENU","SELECT"]),yk=new Set(["list","menu","menubar","tablist","tree","group","radiogroup"]);function wk(f){if(bk.has(f.tagName))return!0;const h=f.getAttribute("role");return h!==null&&yk.has(h)?!0:f.tagName==="NAV"||h==="navigation"?f.querySelector("ul, ol, dl, menu")===null:!1}const ch=new WeakMap;function Dk(f){const h=ch.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 ch.set(f,p),p}function Uh(f,h){let p=f.parentElement;for(;p&&p!==h&&p!==document.body;){if(wk(p))return p;const D=p.parentElement;if(D&&D!==h&&Dk(D))return p;p=p.parentElement}return null}const Ek=new Set(["H1","H2","H3","H4","H5","H6","P","LI","A","BUTTON","LABEL","BLOCKQUOTE","FIGCAPTION","SUMMARY","DT","DD","TD","TH","LEGEND","CAPTION"]),dh=24,_k=2;function xk(f){if(f.getClientRects().length===0)return!1;const h=getComputedStyle(f);return!(h.display==="none"||h.visibility==="hidden"||h.opacity==="0")}function Ak(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 Ck(f){return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(f):f.replace(/[^a-zA-Z0-9_-]/g,h=>`\\${h}`)}function Rk(f){if(f.id)return`#${Ck(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 Wh(f){const h=f instanceof Document?f.body:f;if(!h)return[];const p=Array.from(Ek,ce=>ce.toLowerCase()).join(","),D=Array.from(h.querySelectorAll(p)).filter(ce=>xk(ce)&&Ak(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,Ae)=>{const ke=ce.getBoundingClientRect();return{el:ce,domIndex:Ae,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 Ae=Uh(ce.el,h);if(Ae){let ke=Y.get(Ae);if(!ke){const We=Ae.getBoundingClientRect();ke={items:[],anchorTop:We.top,anchorLeft:We.left},Y.set(Ae,ke),I.push(ke)}ke.items.push(ce)}else I.push({items:[ce],anchorTop:ce.rect.y,anchorLeft:ce.rect.x})}I.sort((ce,Ae)=>{const ke=Math.floor(ce.anchorTop/dh),We=Math.floor(Ae.anchorTop/dh);return ke!==We?ke-We:ce.anchorLeft-Ae.anchorLeft});const K=I.flatMap(ce=>ce.items.slice().sort((Ae,ke)=>Ae.domIndex-ke.domIndex)),z=new Map;K.forEach((ce,Ae)=>z.set(ce.el,Ae));const ue=[];for(const ce of S){const Ae=z.get(ce.el);Math.abs(ce.domIndex-Ae)<_k||ue.push({selector:Rk(ce.el),textSnippet:(ce.el.textContent??"").trim().slice(0,80),domIndex:ce.domIndex,visualIndex:Ae,boundingRect:ce.rect})}ue.sort((ce,Ae)=>Math.abs(Ae.domIndex-Ae.visualIndex)-Math.abs(ce.domIndex-ce.visualIndex));const Ee=ue.slice(0,20);return typeof window<"u"&&(b!==0||g!==0)&&window.scrollTo({top:b,left:g,behavior:"instant"}),Ee}const Tk=["a[href]","button","input","select","textarea","[tabindex]","audio[controls]","video[controls]","[contenteditable]"].join(", "),fh=24,ph=2;function Yh(f){const h=f.getAttribute("tabindex");if(h===null)return 0;const p=parseInt(h,10);return Number.isNaN(p)?0:p}function Fk(f){if(f.getClientRects().length===0)return!1;const h=window.getComputedStyle(f);return!(h.visibility==="hidden"||h.display==="none")}function Sk(f){return!(f.hasAttribute("disabled")||f.getAttribute("contenteditable")==="false"||f instanceof HTMLInputElement&&f.type==="hidden"||f.getAttribute("aria-hidden")==="true"||Yh(f)<0)}function kk(f){return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(f):f.replace(/[^a-zA-Z0-9_-]/g,h=>`\\${h}`)}function Ok(f){if(f.id)return`#${kk(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 Ik(f){return(f.innerText||f.textContent||f.getAttribute("aria-label")||f.getAttribute("alt")||f.getAttribute("placeholder")||"").replace(/\s+/g," ").trim().slice(0,80)}function Nk(){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(Tk)).filter(Fk).filter(Sk),D=p.map((z,ue)=>({el:z,ti:Yh(z),domIdx:ue})).sort((z,ue)=>{const Ee=z.ti>0,ce=ue.ti>0;return Ee&&!ce?-1:!Ee&&ce?1:Ee&&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 Ee=ue.getBoundingClientRect(),ce={el:ue,domIdx:z,rect:Ee},Ae=Uh(ue,S);if(Ae){let ke=g.get(Ae);if(!ke){const We=Ae.getBoundingClientRect();ke={items:[],anchorTop:We.top,anchorLeft:We.left},g.set(Ae,ke),b.push(ke)}ke.items.push(ce)}else b.push({items:[ce],anchorTop:Ee.top,anchorLeft:Ee.left})}b.sort((z,ue)=>{const Ee=Math.floor(z.anchorTop/fh),ce=Math.floor(ue.anchorTop/fh);return Ee!==ce?Ee-ce:z.anchorLeft-ue.anchorLeft});const I=b.flatMap(z=>z.items.slice().sort((ue,Ee)=>ue.domIdx-Ee.domIdx)),Y=new Map;I.forEach((z,ue)=>Y.set(z.el,ue));const K=[];return D.forEach((z,ue)=>{const Ee=z.domIdx,ce=Y.get(z.el)??ue,Ae=Math.abs(ue-ce)>=ph,ke=Math.abs(ue-Ee)>=ph;if(!Ae&&!ke)return;const We=Ae&&ke?"both":Ae?"visual":"tabindex",ft=z.el.getBoundingClientRect();K.push({selector:Ok(z.el),textSnippet:Ik(z.el),tabPosition:ue+1,visualPosition:ce+1,domPosition:Ee+1,flag:We,boundingRect:{x:ft.x,y:ft.y,w:ft.width,h:ft.height}})}),typeof window<"u"&&(f!==0||h!==0)&&window.scrollTo({top:f,left:h,behavior:"instant"}),K}const Mk=new Set(["P","LI","DD","DT","BLOCKQUOTE","FIGCAPTION","TD","TH","LEGEND","LABEL","A","SPAN","DIV","H1","H2","H3","H4","H5","H6","ARTICLE","SECTION","MAIN"]),Pk=new Set(["SCRIPT","STYLE","NOSCRIPT","CODE","PRE","TEXTAREA"]),mh=16,hh=1.5,Lk=25;function Bk(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 vh(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>=Lk}}function $k(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 qk(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)||Pk.has(I.tagName)?NodeFilter.FILTER_REJECT:Mk.has(I.tagName)?Bk(I)?vh(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,Ee=ue==="normal"?0:parseFloat(ue)||0,ce=I.wordSpacing,Ae=ce==="normal"?0:parseFloat(ce)||0,ke=b.tagName==="P"||b.tagName==="LI",We=!b.tagName.match(/^H[1-6]$/),ft=b.getBoundingClientRect(),qt={x:Math.round(ft.x),y:Math.round(ft.y),w:Math.round(ft.width),h:Math.round(ft.height)},fr=$k(b),pr=vh(b).textContent.slice(0,60);if(We&&Y<mh&&h.push({kind:"small-body-font",selector:fr,textSnippet:pr,details:`font-size: ${Y.toFixed(1)}px (recommend ≥ ${mh}px for body text)`,wcagCriterion:"1.4.4",fontSize:Y,boundingRect:qt}),ke&&Number.isFinite(z)&&z>0){const Er=z/Y;Er<hh&&h.push({kind:"tight-line-height",selector:fr,textSnippet:pr,details:`line-height ratio: ${Er.toFixed(2)} (need ≥ ${hh} per WCAG 1.4.12)`,wcagCriterion:"1.4.12",fontSize:Y,ratio:Er,boundingRect:qt})}Ee<-.05*Y&&h.push({kind:"tight-letter-spacing",selector:fr,textSnippet:pr,details:`letter-spacing: ${Ee.toFixed(2)}px (extremely tight — readability concern)`,wcagCriterion:"1.4.12",fontSize:Y,boundingRect:qt}),Ae<-.1*Y&&h.push({kind:"tight-word-spacing",selector:fr,textSnippet:pr,details:`word-spacing: ${Ae.toFixed(2)}px (extremely tight)`,wcagCriterion:"1.4.12",fontSize:Y,boundingRect:qt}),b=D.nextNode()}return h.slice(0,100)}const jk=/var\(\s*(--[A-Za-z0-9_-]+)/g;function zk(){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&&Kh(b,f,h)}const p=[];for(const[D,b]of h.entries())f.has(D)||p.push({name:D,referenceCount:b.length,sampleSites:Vk(b).slice(0,5)});return p.sort((D,b)=>b.referenceCount-D.referenceCount),p}const Hk=/([a-zA-Z-][a-zA-Z0-9-]*)\s*:\s*([^;]+?)\s*(?:;|$)/g;function Kh(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(Hk)){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(jk)){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&&Kh(D.cssRules,h,p)}}function Vk(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 Gk=/prefers-color-scheme\s*:\s*light/,Uk=/prefers-color-scheme\s*:\s*dark/;function Wk(){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&&(Dl(b,g=>{Gk.test(g)&&(f=!0),Uk.test(g)&&(h=!0)}),f&&h))break}return{hasLightModeCss:f,hasDarkModeCss:h,hasUnreadableSheets:p}}function Dl(f,h){for(const p of Array.from(f)){if(p instanceof CSSMediaRule){h(p.media.mediaText),Dl(p.cssRules,h);continue}"cssRules"in p&&p.cssRules&&Dl(p.cssRules,h)}}var Sl={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,26 +8,26 @@ import{_ as sh}from"./preload-helper-D7HrI6pR.js";import{o as xe,c as At,e as Tl
|
|
|
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
|
-
*/
|
|
12
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
13
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function vv(k,M){var V=k==null?null:typeof Symbol<"u"&&k[Symbol.iterator]||k["@@iterator"];if(V!=null){var te,
|
|
14
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var et,pt=!0,It=!1;return{s:function(){V=V.call(k)},n:function(){var bt=V.next();return pt=bt.done,bt},e:function(bt){It=!0,et=bt},f:function(){try{pt||V.return==null||V.return()}finally{if(It)throw et}}}}function Bn(k,M){if(k){if(typeof k=="string")return $n(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)?$n(k,M):void 0}}function $n(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,Be,et,pt,It,ut,bt,Na){var bv=Object.create,Ma=Object.defineProperty,yv=Object.getPrototypeOf,wv=Object.prototype.hasOwnProperty,Dv=Object.getOwnPropertyNames,Ev=Object.getOwnPropertyDescriptor,_v=function(t,r,a){return r in t?Ma(t,r,{enumerable:!0,configurable:!0,writable:!0,value:a}):t[r]=a},xv=function(t){return Ma(t,"__esModule",{value:!0})},A=function(t,r){return function(){return r||t((r={exports:{}}).exports,r),r.exports}},Vt=function(t,r){for(var a in r)Ma(t,a,{get:r[a],enumerable:!0})},Av=function(t,r,a){if(r&&B(r)==="object"||typeof r=="function"){var n=qe(Dv(r)),i;try{var o=function(){var u=i.value;!wv.call(t,u)&&u!=="default"&&Ma(t,u,{get:function(){return r[u]},enumerable:!(a=Ev(r,u))||a.enumerable})};for(n.s();!(i=n.n()).done;)o()}catch(s){n.e(s)}finally{n.f()}}return t},er=function(t){return Av(xv(Ma(t!=null?bv(yv(t)):{},"default",t&&t.__esModule&&"default"in t?{get:function(){return t.default},enumerable:!0}:{value:t,enumerable:!0})),t)},zl=function(t,r,a){return _v(t,B(r)!=="symbol"?r+"":r,a),a},Cv=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):K())};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 K=void 0;w?K=_():y?K=C():E?K=R():m===void 0?K=$():K=T();function L(N,q){var U=this,ie=new this.constructor(X);ie[W]===void 0&&Ue(ie);var be=U._state;if(be){var Ce=arguments[be-1];l(function(){return He(be,ie,Ce,U._result)})}else Fe(U,ie,N,q);return ie}function H(N){var q=this;if(N&&B(N)==="object"&&N.constructor===q)return N;var U=new q(X);return ee(U,N),U}var W=Math.random().toString(36).substring(2);function X(){}var ue=void 0,ve=1,ae=2;function fe(){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,ie){try{N.call(q,U,ie)}catch(be){return be}}function F(N,q,U){l(function(ie){var be=!1,Ce=se(U,q,function(st){be||(be=!0,q!==st?ee(ie,st):re(ie,st))},function(st){be||(be=!0,oe(ie,st))},"Settle: "+(ie._label||" unknown promise"));!be&&Ce&&(be=!0,oe(ie,Ce))},N)}function J(N,q){q._state===ve?re(N,q._result):q._state===ae?oe(N,q._result):Fe(q,void 0,function(U){return ee(N,U)},function(U){return oe(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)oe(N,fe());else if(r(q)){var U=void 0;try{U=q.then}catch(ie){oe(N,ie);return}j(N,q,U)}else re(N,q)}function me(N){N._onerror&&N._onerror(N._result),Pe(N)}function re(N,q){N._state===ue&&(N._result=q,N._state=ve,N._subscribers.length!==0&&l(Pe,N))}function oe(N,q){N._state===ue&&(N._state=ae,N._result=q,l(me,N))}function Fe(N,q,U,ie){var be=N._subscribers,Ce=be.length;N._onerror=null,be[Ce]=q,be[Ce+ve]=U,be[Ce+ae]=ie,Ce===0&&N._state&&l(Pe,N)}function Pe(N){var q=N._subscribers,U=N._state;if(q.length!==0){for(var ie=void 0,be=void 0,Ce=N._result,st=0;st<q.length;st+=3)ie=q[st],be=q[st+U],ie?He(U,ie,be,Ce):be(Ce);N._subscribers.length=0}}function He(N,q,U,ie){var be=a(U),Ce=void 0,st=void 0,Aa=!0;if(be){try{Ce=U(ie)}catch(vo){Aa=!1,st=vo}if(q===Ce){oe(q,G());return}}else Ce=ie;q._state!==ue||(be&&Aa?ee(q,Ce):Aa===!1?oe(q,st):N===ve?re(q,Ce):N===ae&&oe(q,Ce))}function Qe(N,q){try{q(function(ie){ee(N,ie)},function(ie){oe(N,ie)})}catch(U){oe(N,U)}}var it=0;function at(){return it++}function Ue(N){N[W]=it++,N._state=void 0,N._result=void 0,N._subscribers=[]}function xa(){return new Error("Array Methods must be provided an Array")}var ft=function(){function N(q,U){this._instanceConstructor=q,this.promise=new q(X),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))):oe(this.promise,xa())}return N.prototype._enumerate=function(U){for(var ie=0;this._state===ue&&ie<U.length;ie++)this._eachEntry(U[ie],ie)},N.prototype._eachEntry=function(U,ie){var be=this._instanceConstructor,Ce=be.resolve;if(Ce===H){var st=void 0,Aa=void 0,vo=!1;try{st=U.then}catch(vl){vo=!0,Aa=vl}if(st===L&&U._state!==ue)this._settledAt(U._state,ie,U._result);else if(typeof st!="function")this._remaining--,this._result[ie]=U;else if(be===Ze){var hl=new be(X);vo?oe(hl,Aa):j(hl,U,st),this._willSettleAt(hl,ie)}else this._willSettleAt(new be(function(vl){return vl(U)}),ie)}else this._willSettleAt(Ce(U),ie)},N.prototype._settledAt=function(U,ie,be){var Ce=this.promise;Ce._state===ue&&(this._remaining--,U===ae?oe(Ce,be):this._result[ie]=be),this._remaining===0&&re(Ce,this._result)},N.prototype._willSettleAt=function(U,ie){var be=this;Fe(U,void 0,function(Ce){return be._settledAt(ve,ie,Ce)},function(Ce){return be._settledAt(ae,ie,Ce)})},N}();function We(N){return new ft(this,N).promise}function ot(N){var q=this;return i(N)?new q(function(U,ie){for(var be=N.length,Ce=0;Ce<be;Ce++)q.resolve(N[Ce]).then(U,ie)}):new q(function(U,ie){return ie(new TypeError("You must pass an array to race."))})}function Je(N){var q=this,U=new q(X);return oe(U,N),U}function vt(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}function gt(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}var Ze=function(){function N(q){this[W]=at(),this._result=this._state=void 0,this._subscribers=[],X!==q&&(typeof q!="function"&&vt(),this instanceof N?Qe(this,q):gt())}return N.prototype.catch=function(U){return this.then(null,U)},N.prototype.finally=function(U){var ie=this,be=ie.constructor;return a(U)?ie.then(function(Ce){return be.resolve(U()).then(function(){return Ce})},function(Ce){return be.resolve(U()).then(function(){throw Ce})}):ie.then(U,U)},N}();Ze.prototype.then=L,Ze.all=We,Ze.race=ot,Ze.resolve=H,Ze.reject=Je,Ze._setScheduler=c,Ze._setAsap=d,Ze._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=Ze}return Ze.polyfill=Le,Ze.Promise=Ze,Ze})}),Rv=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,me){return me in ee},HasOwnProperty:function(ee,me){return J.call(ee,me)},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 K(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 X(F){return E(F[0]<<24|F[1]<<16|F[2]<<8|F[3],32)}function ue(F,J,j){var ee=(1<<J-1)-1,me,re,oe,Fe,Pe,He,Qe;function it(at){var Ue=i(at),xa=at-Ue;return xa<.5?Ue:xa>.5||Ue%2?Ue+1:Ue}for(F!==F?(re=(1<<J)-1,oe=u(2,j-1),me=0):F===1/0||F===-1/0?(re=(1<<J)-1,oe=0,me=F<0?1:0):F===0?(re=0,oe=0,me=1/F===-1/0?1:0):(me=F<0,F=n(F),F>=u(2,1-ee)?(re=s(i(o(F)/a),1023),oe=it(F/u(2,re)*u(2,j)),oe/u(2,j)>=2&&(re=re+1,oe=1),re>ee?(re=(1<<J)-1,oe=0):(re=re+ee,oe=oe-u(2,j))):(re=0,oe=it(F/u(2,1-ee-j)))),Pe=[],Fe=j;Fe;Fe-=1)Pe.push(oe%2?1:0),oe=i(oe/2);for(Fe=J;Fe;Fe-=1)Pe.push(re%2?1:0),re=i(re/2);for(Pe.push(me?1:0),Pe.reverse(),He=Pe.join(""),Qe=[];He.length;)Qe.push(parseInt(He.substring(0,8),2)),He=He.substring(8);return Qe}function ve(F,J,j){var ee=[],me,re,oe,Fe,Pe,He,Qe,it;for(me=F.length;me;me-=1)for(oe=F[me-1],re=8;re;re-=1)ee.push(oe%2?1:0),oe=oe>>1;return ee.reverse(),Fe=ee.join(""),Pe=(1<<J-1)-1,He=parseInt(Fe.substring(0,1),2)?-1:1,Qe=parseInt(Fe.substring(1,1+J),2),it=parseInt(Fe.substring(1+J),2),Qe===(1<<J)-1?it===0?He*(1/0):NaN:Qe>0?He*u(2,Qe-Pe)*(1+it/u(2,j)):it!==0?He*u(2,-(Pe-1))*(it/u(2,j)):He<0?-0:0}function ae(F){return ve(F,11,52)}function fe(F){return ue(F,11,52)}function G(F){return ve(F,8,23)}function se(F){return ue(F,8,23)}(function(){function F(at){if(at=r.ToInt32(at),at<0)throw new RangeError("ArrayBuffer size is not a small enough positive integer");this.byteLength=at,this._bytes=[],this._bytes.length=at;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(at,Ue,xa){var ft;return ft=function(ot,Je,vt){var gt,Ze,Le,N;if(!arguments.length||typeof arguments[0]=="number"){if(this.length=r.ToInt32(arguments[0]),vt<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===ft)for(gt=arguments[0],this.length=gt.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,gt._getter(Le));else if(B(arguments[0])==="object"&&!(arguments[0]instanceof F||r.Class(arguments[0])==="ArrayBuffer"))for(Ze=arguments[0],this.length=r.ToUint32(Ze.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=Ze[Le],this._setter(Le,Number(N));else if(B(arguments[0])==="object"&&(arguments[0]instanceof F||r.Class(arguments[0])==="ArrayBuffer")){if(this.buffer=ot,this.byteOffset=r.ToUint32(Je),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(vt),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=ft,v(this),y(this)},ft.prototype=new J,ft.prototype.BYTES_PER_ELEMENT=at,ft.prototype._pack=Ue,ft.prototype._unpack=xa,ft.BYTES_PER_ELEMENT=at,ft.prototype._getter=function(We){if(arguments.length<1)throw new SyntaxError("Not enough arguments");if(We=r.ToUint32(We),!(We>=this.length)){for(var ot=[],Je=0,vt=this.byteOffset+We*this.BYTES_PER_ELEMENT;Je<this.BYTES_PER_ELEMENT;Je+=1,vt+=1)ot.push(this.buffer._bytes[vt]);return this._unpack(ot)}},ft.prototype.get=ft.prototype._getter,ft.prototype._setter=function(We,ot){if(arguments.length<2)throw new SyntaxError("Not enough arguments");if(We=r.ToUint32(We),We<this.length){var Je=this._pack(ot),vt,gt;for(vt=0,gt=this.byteOffset+We*this.BYTES_PER_ELEMENT;vt<this.BYTES_PER_ELEMENT;vt+=1,gt+=1)this.buffer._bytes[gt]=Je[vt]}},ft.prototype.set=function(We,ot){if(arguments.length<1)throw new SyntaxError("Not enough arguments");var Je,vt,gt,Ze,Le,N,q,U,ie,be;if(B(arguments[0])==="object"&&arguments[0].constructor===this.constructor){if(Je=arguments[0],gt=r.ToUint32(arguments[1]),gt+Je.length>this.length)throw new RangeError("Offset plus length of array is out of range");if(U=this.byteOffset+gt*this.BYTES_PER_ELEMENT,ie=Je.length*this.BYTES_PER_ELEMENT,Je.buffer===this.buffer){for(be=[],Le=0,N=Je.byteOffset;Le<ie;Le+=1,N+=1)be[Le]=Je.buffer._bytes[N];for(Le=0,q=U;Le<ie;Le+=1,q+=1)this.buffer._bytes[q]=be[Le]}else for(Le=0,N=Je.byteOffset,q=U;Le<ie;Le+=1,N+=1,q+=1)this.buffer._bytes[q]=Je.buffer._bytes[N]}else if(B(arguments[0])==="object"&&typeof arguments[0].length<"u"){if(vt=arguments[0],Ze=r.ToUint32(vt.length),gt=r.ToUint32(arguments[1]),gt+Ze>this.length)throw new RangeError("Offset plus length of array is out of range");for(Le=0;Le<Ze;Le+=1)N=vt[Le],this._setter(gt+Le,Number(N))}else throw new TypeError("Unexpected argument type(s)")},ft.prototype.subarray=function(We,ot){We=r.ToInt32(We),ot=r.ToInt32(ot),arguments.length<1&&(We=0),arguments.length<2&&(ot=this.length),We<0&&(We=this.length+We),ot<0&&(ot=this.length+ot),We=c(We,0,this.length),ot=c(ot,0,this.length);var Je=ot-We;return Je<0&&(Je=0),new this.constructor(this.buffer,this.byteOffset+We*this.BYTES_PER_ELEMENT,Je)},ft}var ee=j(1,_,x),me=j(1,C,R),re=j(1,T,R),oe=j(2,O,P),Fe=j(2,$,K),Pe=j(4,L,H),He=j(4,W,X),Qe=j(4,se,G),it=j(8,fe,ae);e.Int8Array=e.Int8Array||ee,e.Uint8Array=e.Uint8Array||me,e.Uint8ClampedArray=e.Uint8ClampedArray||re,e.Int16Array=e.Int16Array||oe,e.Uint16Array=e.Uint16Array||Fe,e.Int32Array=e.Int32Array||Pe,e.Uint32Array=e.Uint32Array||He,e.Float32Array=e.Float32Array||Qe,e.Float64Array=e.Float64Array||it})(),function(){function F(re,oe){return r.IsCallable(re.get)?re.get(oe):re[oe]}var J=function(){var re=new e.Uint16Array([4660]),oe=new e.Uint8Array(re.buffer);return F(oe,0)===18}();function j(re,oe,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(oe),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(oe,Fe){if(oe=r.ToUint32(oe),oe+re.BYTES_PER_ELEMENT>this.byteLength)throw new RangeError("Array index out of range");oe+=this.byteOffset;var Pe=new e.Uint8Array(this.buffer,oe,re.BYTES_PER_ELEMENT),He=[],Qe;for(Qe=0;Qe<re.BYTES_PER_ELEMENT;Qe+=1)He.push(F(Pe,Qe));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 me(re){return function(oe,Fe,Pe){if(oe=r.ToUint32(oe),oe+re.BYTES_PER_ELEMENT>this.byteLength)throw new RangeError("Array index out of range");var He=new re([Fe]),Qe=new e.Uint8Array(He.buffer),it=[],at,Ue;for(at=0;at<re.BYTES_PER_ELEMENT;at+=1)it.push(F(Qe,at));!!Pe==!!J&&it.reverse(),Ue=new e.Uint8Array(this.buffer,oe,re.BYTES_PER_ELEMENT),Ue.set(it)}}j.prototype.setUint8=me(e.Uint8Array),j.prototype.setInt8=me(e.Int8Array),j.prototype.setUint16=me(e.Uint16Array),j.prototype.setInt16=me(e.Int16Array),j.prototype.setUint32=me(e.Uint32Array),j.prototype.setInt32=me(e.Int32Array),j.prototype.setFloat32=me(e.Float32Array),j.prototype.setFloat64=me(e.Float64Array),e.DataView=e.DataView||j}()}),Tv=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)}),Gt=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")()}),Ut=A(function(e,t){t.exports=function(r){try{return!!r()}catch{return!0}}}),qn=A(function(e,t){var r=Ut();t.exports=!r(function(){var a=(function(){}).bind();return typeof a!="function"||a.hasOwnProperty("prototype")})}),Fv=A(function(e,t){var r=qn(),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)})}),Nt=A(function(e,t){var r=qn(),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)}}}),jn=A(function(e,t){var r=Nt(),a=r({}.toString),n=r("".slice);t.exports=function(i){return n(a(i),8,-1)}}),Hl=A(function(e,t){var r=jn(),a=Nt();t.exports=function(n){if(r(n)==="Function")return a(n)}}),Et=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"}}),tr=A(function(e,t){var r=Ut();t.exports=!r(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}),jr=A(function(e,t){var r=qn(),a=Function.prototype.call;t.exports=r?a.bind(a):function(){return a.apply(a,arguments)}}),Vl=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}),zn=A(function(e,t){t.exports=function(r,a){return{enumerable:!(r&1),configurable:!(r&2),writable:!(r&4),value:a}}}),Sv=A(function(e,t){var r=Nt(),a=Ut(),n=jn(),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}),zo=A(function(e,t){t.exports=function(r){return r==null}}),Hn=A(function(e,t){var r=zo(),a=TypeError;t.exports=function(n){if(r(n))throw new a("Can't call method on "+n);return n}}),Pa=A(function(e,t){var r=Sv(),a=Hn();t.exports=function(n){return r(a(n))}}),Ar=A(function(e,t){var r=Et();t.exports=function(a){return B(a)=="object"?a!==null:r(a)}}),La=A(function(e,t){t.exports={}}),Ho=A(function(e,t){var r=La(),a=Gt(),n=Et(),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]}}),kv=A(function(e,t){var r=Nt();t.exports=r({}.isPrototypeOf)}),Ov=A(function(e,t){var r=Gt(),a=r.navigator,n=a&&a.userAgent;t.exports=n?String(n):""}),Iv=A(function(e,t){var r=Gt(),a=Ov(),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}),Gl=A(function(e,t){var r=Iv(),a=Ut(),n=Gt(),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})}),Ul=A(function(e,t){var r=Gl();t.exports=r&&!Symbol.sham&&B(Symbol.iterator)=="symbol"}),Wl=A(function(e,t){var r=Ho(),a=Et(),n=kv(),i=Ul(),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))}}),Yl=A(function(e,t){var r=String;t.exports=function(a){try{return r(a)}catch{return"Object"}}}),Vn=A(function(e,t){var r=Et(),a=Yl(),n=TypeError;t.exports=function(i){if(r(i))return i;throw new n(a(i)+" is not a function")}}),Vo=A(function(e,t){var r=Vn(),a=zo();t.exports=function(n,i){var o=n[i];return a(o)?void 0:r(o)}}),Nv=A(function(e,t){var r=jr(),a=Et(),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")}}),Go=A(function(e,t){t.exports=!0}),Mv=A(function(e,t){var r=Gt(),a=Object.defineProperty;t.exports=function(n,i){try{a(r,n,{value:i,configurable:!0,writable:!0})}catch{r[n]=i}return i}}),Gn=A(function(e,t){var r=Go(),a=Gt(),n=Mv(),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"})}),Kl=A(function(e,t){var r=Gn();t.exports=function(a,n){return r[a]||(r[a]=n||{})}}),Uo=A(function(e,t){var r=Hn(),a=Object;t.exports=function(n){return a(r(n))}}),hr=A(function(e,t){var r=Nt(),a=Uo(),n=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(o,s){return n(a(o),s)}}),Xl=A(function(e,t){var r=Nt(),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=Gt(),a=Kl(),n=hr(),i=Xl(),o=Gl(),s=Ul(),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]}}),Pv=A(function(e,t){var r=jr(),a=Ar(),n=Wl(),i=Vo(),o=Nv(),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)}}),Zl=A(function(e,t){var r=Pv(),a=Wl();t.exports=function(n){var i=r(n,"string");return a(i)?i:i+""}}),Ql=A(function(e,t){var r=Gt(),a=Ar(),n=r.document,i=a(n)&&a(n.createElement);t.exports=function(o){return i?n.createElement(o):{}}}),Jl=A(function(e,t){var r=tr(),a=Ut(),n=Ql();t.exports=!r&&!a(function(){return Object.defineProperty(n("div"),"a",{get:function(){return 7}}).a!==7})}),Lv=A(function(e){var t=tr(),r=jr(),a=Vl(),n=zn(),i=Pa(),o=Zl(),s=hr(),u=Jl(),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])}}),Bv=A(function(e,t){var r=Ut(),a=Et(),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}),ec=A(function(e,t){var r=Hl(),a=Vn(),n=qn(),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)}}}),tc=A(function(e,t){var r=tr(),a=Ut();t.exports=r&&a(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}),ia=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")}}),Un=A(function(e){var t=tr(),r=Jl(),a=tc(),n=ia(),i=Zl(),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}}),Ba=A(function(e,t){var r=tr(),a=Un(),n=zn();t.exports=r?function(i,o,s){return a.f(i,o,n(1,s))}:function(i,o,s){return i[o]=s,i}}),Wn=A(function(e,t){var r=Gt(),a=Fv(),n=Hl(),i=Et(),o=Lv().f,s=Bv(),u=La(),l=ec(),c=Ba(),d=hr();Gn();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,$,K,L,H,W,X,ue;for(K in y)O=s(E?K:w+(_?".":"#")+K,v.forced),P=!O&&C&&d(C,K),H=R[K],P&&(v.dontCallGetSet?(ue=o(C,K),W=ue&&ue.value):W=C[K]),L=P&&W?W:y[K],!(!O&&!x&&B(H)==B(L))&&(v.bind&&P?X=l(L,r):v.wrap&&P?X=m(L):x&&i(L)?X=n(L):X=L,(v.sham||L&&L.sham||H&&H.sham)&&c(X,"sham",!0),c(R,K,X),x&&($=w+"Prototype",d(u,$)||c(u,$,{}),c(u[$],K,L),v.real&&T&&(O||!T[K])&&c(T,K,L)))}}),$v=A(function(){var e=Wn(),t=hr();e({target:"Object",stat:!0},{hasOwn:t})}),qv=A(function(e,t){$v();var r=La();t.exports=r.Object.hasOwn}),jv=A(function(e,t){var r=qv();t.exports=r}),zv=A(function(e,t){var r=jv();t.exports=r}),Wo=A(function(e,t){var r=Kl(),a=Xl(),n=r("keys");t.exports=function(i){return n[i]||(n[i]=a(i))}}),Hv=A(function(e,t){var r=Ut();t.exports=!r(function(){function a(){}return a.prototype.constructor=null,Object.getPrototypeOf(new a)!==a.prototype})}),Yo=A(function(e,t){var r=hr(),a=Et(),n=Uo(),i=Wo(),o=Hv(),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}}),Vv=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)}}),Ko=A(function(e,t){var r=Vv();t.exports=function(a){var n=+a;return n!==n||n===0?0:r(n)}}),Gv=A(function(e,t){var r=Ko(),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)}}),Uv=A(function(e,t){var r=Ko(),a=Math.min;t.exports=function(n){var i=r(n);return i>0?a(i,9007199254740991):0}}),rc=A(function(e,t){var r=Uv();t.exports=function(a){return r(a.length)}}),Wv=A(function(e,t){var r=Pa(),a=Gv(),n=rc(),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)}}),Xo=A(function(e,t){t.exports={}}),Yv=A(function(e,t){var r=Nt(),a=hr(),n=Pa(),i=Wv().indexOf,o=Xo(),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}}),ac=A(function(e,t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),nc=A(function(e,t){var r=Yv(),a=ac();t.exports=Object.keys||function(i){return r(i,a)}}),Kv=A(function(e,t){var r=tr(),a=Ut(),n=Nt(),i=Yo(),o=nc(),s=Pa(),u=Vl().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)}}),Xv=A(function(){var e=Wn(),t=Kv().values;e({target:"Object",stat:!0},{values:function(a){return t(a)}})}),Zv=A(function(e,t){Xv();var r=La();t.exports=r.Object.values}),Qv=A(function(e,t){var r=Zv();t.exports=r}),Jv=A(function(e,t){var r=Qv();t.exports=r}),Zo=A(function(e,t){var r=vr(),a=r("toStringTag"),n={};n[a]="z",t.exports=String(n)==="[object z]"}),Yn=A(function(e,t){var r=Zo(),a=Et(),n=jn(),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}}),ic=A(function(e,t){var r=Yn(),a=String;t.exports=function(n){if(r(n)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return a(n)}}),eg=A(function(e,t){var r=Nt(),a=Ko(),n=ic(),i=Hn(),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)}}),tg=A(function(e,t){var r=Gt(),a=Et(),n=r.WeakMap;t.exports=a(n)&&/native code/.test(String(n))}),rg=A(function(e,t){var r=tg(),a=Gt(),n=Ar(),i=Ba(),o=hr(),s=Gn(),u=Wo(),l=Xo(),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:_}}),ag=A(function(e,t){var r=tr(),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}}),ng=A(function(e){var t=tr(),r=tc(),a=Un(),n=ia(),i=Pa(),o=nc();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}}),ig=A(function(e,t){var r=Ho();t.exports=r("document","documentElement")}),oc=A(function(e,t){var r=ia(),a=ng(),n=ac(),i=Xo(),o=ig(),s=Ql(),u=Wo(),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)}}),sc=A(function(e,t){var r=Ba();t.exports=function(a,n,i,o){return o&&o.enumerable?a[n]=i:r(a,n,i),a}}),uc=A(function(e,t){var r=Ut(),a=Et(),n=Ar(),i=oc(),o=Yo(),s=sc(),u=vr(),l=Go(),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}}),og=A(function(e,t){var r=Zo(),a=Yn();t.exports=r?{}.toString:function(){return"[object "+a(this)+"]"}}),lc=A(function(e,t){var r=Zo(),a=Un().f,n=Ba(),i=hr(),o=og(),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))}}),Kn=A(function(e,t){t.exports={}}),sg=A(function(e,t){var r=uc().IteratorPrototype,a=oc(),n=zn(),i=lc(),o=Kn(),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}}),ug=A(function(e,t){var r=Nt(),a=Vn();t.exports=function(n,i,o){try{return r(a(Object.getOwnPropertyDescriptor(n,i)[o]))}catch{}}}),lg=A(function(e,t){var r=Ar();t.exports=function(a){return r(a)||a===null}}),cg=A(function(e,t){var r=lg(),a=String,n=TypeError;t.exports=function(i){if(r(i))return i;throw new n("Can't set "+a(i)+" as a prototype")}}),dg=A(function(e,t){var r=ug(),a=Ar(),n=Hn(),i=cg();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)}),fg=A(function(e,t){var r=Wn(),a=jr(),n=Go(),i=ag(),o=Et(),s=sg(),u=Yo(),l=dg(),c=lc(),d=Ba(),m=sc(),v=vr(),y=Kn(),w=uc(),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(K,L,H,W,X,ue,ve){s(H,L,W);var ae=function(Fe){if(Fe===X&&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)}},fe=L+" Iterator",G=!1,se=K.prototype,F=se[R]||se["@@iterator"]||X&&se[X],J=!C&&F||ae(X),j=L==="Array"&&se.entries||F,ee,me,re;if(j&&(ee=u(j.call(new K)),ee!==Object.prototype&&ee.next&&(!n&&u(ee)!==x&&(l?l(ee,x):o(ee[R])||m(ee,R,$)),c(ee,fe,!0,!0),n&&(y[fe]=$))),E&&X===O&&F&&F.name!==O&&(!n&&_?d(se,"name",O):(G=!0,J=function(){return a(F,this)})),X)if(me={values:ae(O),keys:ue?J:ae(T),entries:ae(P)},ve)for(re in me)(C||G||!(re in se))&&m(se,re,me[re]);else r({target:L,proto:!0,forced:C||G},me);return(!n||ve)&&se[R]!==J&&m(se,R,J,{name:X}),y[L]=J,me}}),pg=A(function(e,t){t.exports=function(r,a){return{value:r,done:a}}}),mg=A(function(){var e=eg().charAt,t=ic(),r=rg(),a=fg(),n=pg(),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))})}),hg=A(function(e,t){var r=jr(),a=ia(),n=Vo();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}}),vg=A(function(e,t){var r=ia(),a=hg();t.exports=function(n,i,o,s){try{return s?i(r(o)[0],o[1]):i(o)}catch(u){a(n,"throw",u)}}}),gg=A(function(e,t){var r=vr(),a=Kn(),n=r("iterator"),i=Array.prototype;t.exports=function(o){return o!==void 0&&(a.Array===o||i[n]===o)}}),bg=A(function(e,t){var r=Nt(),a=Et(),n=Gn(),i=r(Function.toString);a(n.inspectSource)||(n.inspectSource=function(o){return i(o)}),t.exports=n.inspectSource}),yg=A(function(e,t){var r=Nt(),a=Ut(),n=Et(),i=Yn(),o=Ho(),s=bg(),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}),wg=A(function(e,t){var r=tr(),a=Un(),n=zn();t.exports=function(i,o,s){r?a.f(i,o,n(0,s)):i[o]=s}}),Dg=A(function(e,t){var r=jn();t.exports=Array.isArray||function(n){return r(n)==="Array"}}),Eg=A(function(e,t){var r=tr(),a=Dg(),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}}),cc=A(function(e,t){var r=Yn(),a=Vo(),n=zo(),i=Kn(),o=vr(),s=o("iterator");t.exports=function(u){if(!n(u))return a(u,s)||a(u,"@@iterator")||i[r(u)]}}),_g=A(function(e,t){var r=jr(),a=Vn(),n=ia(),i=Yl(),o=cc(),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")}}),xg=A(function(e,t){var r=ec(),a=jr(),n=Uo(),i=vg(),o=gg(),s=yg(),u=rc(),l=wg(),c=Eg(),d=_g(),m=cc(),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,$,K,L,H,W;if(T&&!(this===v&&o(T)))for($=_?new this:[],L=d(E,T),H=L.next;!(K=a(H,L)).done;O++)W=R?i(L,C,[K.value,O],!0):K.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),$}}),Ag=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}}),Cg=A(function(){var e=Wn(),t=xg(),r=Ag(),a=!r(function(n){Array.from(n)});e({target:"Array",stat:!0,forced:a},{from:t})}),Rg=A(function(e,t){mg(),Cg();var r=La();t.exports=r.Array.from}),Tg=A(function(e,t){var r=Rg();t.exports=r}),dc=A(function(e,t){var r=Tg();t.exports=r}),fc=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:`
|
|
11
|
+
*/Sl.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"],Ee=["relatedNodes"],ce=["node"],Ae=["variant"],ke=["matches"],We=["chromium"],ft=["noImplicit"],qt=["noPresentational"],fr=["node"],Oa=["environmentData"],pr=["environmentData"],Er=["environmentData"],Mn=["environmentData"],Pn=["environmentData"];function Ln(k){return ql(k)||Pl(k)||$n(k)||$l()}function na(k){var M=typeof Map=="function"?new Map:void 0;return na=function(te){if(te===null||!ve(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 Be(te,arguments,Ia(this).constructor)}return $e.prototype=Object.create(te.prototype,{constructor:{value:$e,enumerable:!1,writable:!0,configurable:!0}}),Na($e,te)},na(k)}function ve(k){try{return Function.toString.call(k).indexOf("[native code]")!==-1}catch{return typeof k=="function"}}function bt(k,M,V){return(M=zl(M))in k?Object.defineProperty(k,M,{value:V,enumerable:!0,configurable:!0,writable:!0}):k[M]=V,k}function Be(k,M,V){if(zo())return Reflect.construct.apply(null,arguments);var te=[null];te.push.apply(te,M);var $e=new(k.bind.apply(k,te));return V&&Na($e,V.prototype),$e}function oe(k,M){if(k==null)return{};var V,te,$e=_r(k,M);if(Object.getOwnPropertySymbols){var et=Object.getOwnPropertySymbols(k);for(te=0;te<et.length;te++)V=et[te],M.indexOf(V)===-1&&{}.propertyIsEnumerable.call(k,V)&&($e[V]=k[V])}return $e}function _r(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 jt(k,M,V){return M=Ia(M),jo(k,zo()?Reflect.construct(M,V||[],Ia(k).constructor):M.apply(k,V))}function jo(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 pv(k)}function pv(k){if(k===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return k}function zo(){try{var k=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(zo=function(){return!!k})()}function Ia(k){return Ia=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(M){return M.__proto__||Object.getPrototypeOf(M)},Ia(k)}function Bn(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&&Na(k,M)}function Na(k,M){return Na=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(V,te){return V.__proto__=te,V},Na(k,M)}function Ce(){return Ce=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},Ce.apply(null,arguments)}function de(k){return hv(k)||Pl(k)||$n(k)||mv()}function mv(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
12
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Pl(k){if(typeof Symbol<"u"&&k[Symbol.iterator]!=null||k["@@iterator"]!=null)return Array.from(k)}function hv(k){if(Array.isArray(k))return qn(k)}function xr(k,M,V){Bl(k,M),M.set(k,V)}function Ll(k,M){Bl(k,M),M.add(k)}function Bl(k,M){if(M.has(k))throw new TypeError("Cannot initialize the same private elements twice on an object")}function zt(k,M){return k.get(ia(k,M))}function Dt(k,M,V){return k.set(ia(k,M),V),V}function ia(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 ql(k)||vv(k,M)||$n(k,M)||$l()}function $l(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
13
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function vv(k,M){var V=k==null?null:typeof Symbol<"u"&&k[Symbol.iterator]||k["@@iterator"];if(V!=null){var te,$e,et,pt,Ot=[],st=!0,yt=!1;try{if(et=(V=V.call(k)).next,M===0){if(Object(V)!==V)return;st=!1}else for(;!(st=(te=et.call(V)).done)&&(Ot.push(te.value),Ot.length!==M);st=!0);}catch(Ma){yt=!0,$e=Ma}finally{try{if(!st&&V.return!=null&&(pt=V.return(),Object(pt)!==pt))return}finally{if(yt)throw $e}}return Ot}}function ql(k){if(Array.isArray(k))return k}function Ht(k,M){if(!(k instanceof M))throw new TypeError("Cannot call a class as a function")}function jl(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,zl(te.key),te)}}function Vt(k,M,V){return M&&jl(k.prototype,M),V&&jl(k,V),Object.defineProperty(k,"prototype",{writable:!1}),k}function zl(k){var M=gv(k,"string");return B(M)=="symbol"?M:M+""}function gv(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 qe(k,M){var V=typeof Symbol<"u"&&k[Symbol.iterator]||k["@@iterator"];if(!V){if(Array.isArray(k)||(V=$n(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(yt){throw yt},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 et,pt=!0,Ot=!1;return{s:function(){V=V.call(k)},n:function(){var yt=V.next();return pt=yt.done,yt},e:function(yt){Ot=!0,et=yt},f:function(){try{pt||V.return==null||V.return()}finally{if(Ot)throw et}}}}function $n(k,M){if(k){if(typeof k=="string")return qn(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)?qn(k,M):void 0}}function qn(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,et,pt,Ot,st,yt,Ma){var bv=Object.create,Pa=Object.defineProperty,yv=Object.getPrototypeOf,wv=Object.prototype.hasOwnProperty,Dv=Object.getOwnPropertyNames,Ev=Object.getOwnPropertyDescriptor,_v=function(t,r,a){return r in t?Pa(t,r,{enumerable:!0,configurable:!0,writable:!0,value:a}):t[r]=a},xv=function(t){return Pa(t,"__esModule",{value:!0})},A=function(t,r){return function(){return r||t((r={exports:{}}).exports,r),r.exports}},Gt=function(t,r){for(var a in r)Pa(t,a,{get:r[a],enumerable:!0})},Av=function(t,r,a){if(r&&B(r)==="object"||typeof r=="function"){var n=qe(Dv(r)),i;try{var o=function(){var u=i.value;!wv.call(t,u)&&u!=="default"&&Pa(t,u,{get:function(){return r[u]},enumerable:!(a=Ev(r,u))||a.enumerable})};for(n.s();!(i=n.n()).done;)o()}catch(s){n.e(s)}finally{n.f()}}return t},tr=function(t){return Av(xv(Pa(t!=null?bv(yv(t)):{},"default",t&&t.__esModule&&"default"in t?{get:function(){return t.default},enumerable:!0}:{value:t,enumerable:!0})),t)},Hl=function(t,r,a){return _v(t,B(r)!=="symbol"?r+"":r,a),a},Cv=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&&Ge(ne);var be=U._state;if(be){var Re=arguments[be-1];l(function(){return ze(be,ne,Re,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,ge=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(be){return be}}function F(N,q,U){l(function(ne){var be=!1,Re=se(U,q,function(ot){be||(be=!0,q!==ot?ee(ne,ot):re(ne,ot))},function(ot){be||(be=!0,ie(ne,ot))},"Settle: "+(ne._label||" unknown promise"));!be&&Re&&(be=!0,ie(ne,Re))},N)}function J(N,q){q._state===ge?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=ge,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 be=N._subscribers,Re=be.length;N._onerror=null,be[Re]=q,be[Re+ge]=U,be[Re+ae]=ne,Re===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,be=void 0,Re=N._result,ot=0;ot<q.length;ot+=3)ne=q[ot],be=q[ot+U],ne?ze(U,ne,be,Re):be(Re);N._subscribers.length=0}}function ze(N,q,U,ne){var be=a(U),Re=void 0,ot=void 0,Ca=!0;if(be){try{Re=U(ne)}catch(go){Ca=!1,ot=go}if(q===Re){ie(q,G());return}}else Re=ne;q._state!==le||(be&&Ca?ee(q,Re):Ca===!1?ie(q,ot):N===ge?re(q,Re):N===ae&&ie(q,Re))}function Qe(N,q){try{q(function(ne){ee(N,ne)},function(ne){ie(N,ne)})}catch(U){ie(N,U)}}var nt=0;function at(){return nt++}function Ge(N){N[W]=nt++,N._state=void 0,N._result=void 0,N._subscribers=[]}function Aa(){return new Error("Array Methods must be provided an Array")}var dt=function(){function N(q,U){this._instanceConstructor=q,this.promise=new q(Z),this.promise[W]||Ge(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,Aa())}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 be=this._instanceConstructor,Re=be.resolve;if(Re===H){var ot=void 0,Ca=void 0,go=!1;try{ot=U.then}catch(gl){go=!0,Ca=gl}if(ot===L&&U._state!==le)this._settledAt(U._state,ne,U._result);else if(typeof ot!="function")this._remaining--,this._result[ne]=U;else if(be===Ze){var vl=new be(Z);go?ie(vl,Ca):j(vl,U,ot),this._willSettleAt(vl,ne)}else this._willSettleAt(new be(function(gl){return gl(U)}),ne)}else this._willSettleAt(Re(U),ne)},N.prototype._settledAt=function(U,ne,be){var Re=this.promise;Re._state===le&&(this._remaining--,U===ae?ie(Re,be):this._result[ne]=be),this._remaining===0&&re(Re,this._result)},N.prototype._willSettleAt=function(U,ne){var be=this;Fe(U,void 0,function(Re){return be._settledAt(ge,ne,Re)},function(Re){return be._settledAt(ae,ne,Re)})},N}();function Ue(N){return new dt(this,N).promise}function it(N){var q=this;return i(N)?new q(function(U,ne){for(var be=N.length,Re=0;Re<be;Re++)q.resolve(N[Re]).then(U,ne)}):new q(function(U,ne){return ne(new TypeError("You must pass an array to race."))})}function Je(N){var q=this,U=new q(Z);return ie(U,N),U}function vt(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}function gt(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}var Ze=function(){function N(q){this[W]=at(),this._result=this._state=void 0,this._subscribers=[],Z!==q&&(typeof q!="function"&&vt(),this instanceof N?Qe(this,q):gt())}return N.prototype.catch=function(U){return this.then(null,U)},N.prototype.finally=function(U){var ne=this,be=ne.constructor;return a(U)?ne.then(function(Re){return be.resolve(U()).then(function(){return Re})},function(Re){return be.resolve(U()).then(function(){throw Re})}):ne.then(U,U)},N}();Ze.prototype.then=L,Ze.all=Ue,Ze.race=it,Ze.resolve=H,Ze.reject=Je,Ze._setScheduler=c,Ze._setAsap=d,Ze._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=Ze}return Ze.polyfill=Le,Ze.Promise=Ze,Ze})}),Rv=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,ze,Qe;function nt(at){var Ge=i(at),Aa=at-Ge;return Aa<.5?Ge:Aa>.5||Ge%2?Ge+1:Ge}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=nt(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=nt(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(),ze=Pe.join(""),Qe=[];ze.length;)Qe.push(parseInt(ze.substring(0,8),2)),ze=ze.substring(8);return Qe}function ge(F,J,j){var ee=[],he,re,ie,Fe,Pe,ze,Qe,nt;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,ze=parseInt(Fe.substring(0,1),2)?-1:1,Qe=parseInt(Fe.substring(1,1+J),2),nt=parseInt(Fe.substring(1+J),2),Qe===(1<<J)-1?nt===0?ze*(1/0):NaN:Qe>0?ze*u(2,Qe-Pe)*(1+nt/u(2,j)):nt!==0?ze*u(2,-(Pe-1))*(nt/u(2,j)):ze<0?-0:0}function ae(F){return ge(F,11,52)}function pe(F){return le(F,11,52)}function G(F){return ge(F,8,23)}function se(F){return le(F,8,23)}(function(){function F(at){if(at=r.ToInt32(at),at<0)throw new RangeError("ArrayBuffer size is not a small enough positive integer");this.byteLength=at,this._bytes=[],this._bytes.length=at;var Ge;for(Ge=0;Ge<this.byteLength;Ge+=1)this._bytes[Ge]=0;v(this)}e.ArrayBuffer=e.ArrayBuffer||F;function J(){}function j(at,Ge,Aa){var dt;return dt=function(it,Je,vt){var gt,Ze,Le,N;if(!arguments.length||typeof arguments[0]=="number"){if(this.length=r.ToInt32(arguments[0]),vt<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===dt)for(gt=arguments[0],this.length=gt.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,gt._getter(Le));else if(B(arguments[0])==="object"&&!(arguments[0]instanceof F||r.Class(arguments[0])==="ArrayBuffer"))for(Ze=arguments[0],this.length=r.ToUint32(Ze.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=Ze[Le],this._setter(Le,Number(N));else if(B(arguments[0])==="object"&&(arguments[0]instanceof F||r.Class(arguments[0])==="ArrayBuffer")){if(this.buffer=it,this.byteOffset=r.ToUint32(Je),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(vt),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=dt,v(this),y(this)},dt.prototype=new J,dt.prototype.BYTES_PER_ELEMENT=at,dt.prototype._pack=Ge,dt.prototype._unpack=Aa,dt.BYTES_PER_ELEMENT=at,dt.prototype._getter=function(Ue){if(arguments.length<1)throw new SyntaxError("Not enough arguments");if(Ue=r.ToUint32(Ue),!(Ue>=this.length)){for(var it=[],Je=0,vt=this.byteOffset+Ue*this.BYTES_PER_ELEMENT;Je<this.BYTES_PER_ELEMENT;Je+=1,vt+=1)it.push(this.buffer._bytes[vt]);return this._unpack(it)}},dt.prototype.get=dt.prototype._getter,dt.prototype._setter=function(Ue,it){if(arguments.length<2)throw new SyntaxError("Not enough arguments");if(Ue=r.ToUint32(Ue),Ue<this.length){var Je=this._pack(it),vt,gt;for(vt=0,gt=this.byteOffset+Ue*this.BYTES_PER_ELEMENT;vt<this.BYTES_PER_ELEMENT;vt+=1,gt+=1)this.buffer._bytes[gt]=Je[vt]}},dt.prototype.set=function(Ue,it){if(arguments.length<1)throw new SyntaxError("Not enough arguments");var Je,vt,gt,Ze,Le,N,q,U,ne,be;if(B(arguments[0])==="object"&&arguments[0].constructor===this.constructor){if(Je=arguments[0],gt=r.ToUint32(arguments[1]),gt+Je.length>this.length)throw new RangeError("Offset plus length of array is out of range");if(U=this.byteOffset+gt*this.BYTES_PER_ELEMENT,ne=Je.length*this.BYTES_PER_ELEMENT,Je.buffer===this.buffer){for(be=[],Le=0,N=Je.byteOffset;Le<ne;Le+=1,N+=1)be[Le]=Je.buffer._bytes[N];for(Le=0,q=U;Le<ne;Le+=1,q+=1)this.buffer._bytes[q]=be[Le]}else for(Le=0,N=Je.byteOffset,q=U;Le<ne;Le+=1,N+=1,q+=1)this.buffer._bytes[q]=Je.buffer._bytes[N]}else if(B(arguments[0])==="object"&&typeof arguments[0].length<"u"){if(vt=arguments[0],Ze=r.ToUint32(vt.length),gt=r.ToUint32(arguments[1]),gt+Ze>this.length)throw new RangeError("Offset plus length of array is out of range");for(Le=0;Le<Ze;Le+=1)N=vt[Le],this._setter(gt+Le,Number(N))}else throw new TypeError("Unexpected argument type(s)")},dt.prototype.subarray=function(Ue,it){Ue=r.ToInt32(Ue),it=r.ToInt32(it),arguments.length<1&&(Ue=0),arguments.length<2&&(it=this.length),Ue<0&&(Ue=this.length+Ue),it<0&&(it=this.length+it),Ue=c(Ue,0,this.length),it=c(it,0,this.length);var Je=it-Ue;return Je<0&&(Je=0),new this.constructor(this.buffer,this.byteOffset+Ue*this.BYTES_PER_ELEMENT,Je)},dt}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),ze=j(4,W,Z),Qe=j(4,se,G),nt=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||ze,e.Float32Array=e.Float32Array||Qe,e.Float64Array=e.Float64Array||nt})(),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),ze=[],Qe;for(Qe=0;Qe<re.BYTES_PER_ELEMENT;Qe+=1)ze.push(F(Pe,Qe));return!!Fe==!!J&&ze.reverse(),F(new re(new e.Uint8Array(ze).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 ze=new re([Fe]),Qe=new e.Uint8Array(ze.buffer),nt=[],at,Ge;for(at=0;at<re.BYTES_PER_ELEMENT;at+=1)nt.push(F(Qe,at));!!Pe==!!J&&nt.reverse(),Ge=new e.Uint8Array(this.buffer,ie,re.BYTES_PER_ELEMENT),Ge.set(nt)}}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}()}),Tv=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)}),Ut=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")()}),Wt=A(function(e,t){t.exports=function(r){try{return!!r()}catch{return!0}}}),jn=A(function(e,t){var r=Wt();t.exports=!r(function(){var a=(function(){}).bind();return typeof a!="function"||a.hasOwnProperty("prototype")})}),Fv=A(function(e,t){var r=jn(),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)})}),It=A(function(e,t){var r=jn(),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)}}}),zn=A(function(e,t){var r=It(),a=r({}.toString),n=r("".slice);t.exports=function(i){return n(a(i),8,-1)}}),Vl=A(function(e,t){var r=zn(),a=It();t.exports=function(n){if(r(n)==="Function")return a(n)}}),Et=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"}}),rr=A(function(e,t){var r=Wt();t.exports=!r(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}),jr=A(function(e,t){var r=jn(),a=Function.prototype.call;t.exports=r?a.bind(a):function(){return a.apply(a,arguments)}}),Gl=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}),Hn=A(function(e,t){t.exports=function(r,a){return{enumerable:!(r&1),configurable:!(r&2),writable:!(r&4),value:a}}}),Sv=A(function(e,t){var r=It(),a=Wt(),n=zn(),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}),Ho=A(function(e,t){t.exports=function(r){return r==null}}),Vn=A(function(e,t){var r=Ho(),a=TypeError;t.exports=function(n){if(r(n))throw new a("Can't call method on "+n);return n}}),La=A(function(e,t){var r=Sv(),a=Vn();t.exports=function(n){return r(a(n))}}),Ar=A(function(e,t){var r=Et();t.exports=function(a){return B(a)=="object"?a!==null:r(a)}}),Ba=A(function(e,t){t.exports={}}),Vo=A(function(e,t){var r=Ba(),a=Ut(),n=Et(),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]}}),kv=A(function(e,t){var r=It();t.exports=r({}.isPrototypeOf)}),Ov=A(function(e,t){var r=Ut(),a=r.navigator,n=a&&a.userAgent;t.exports=n?String(n):""}),Iv=A(function(e,t){var r=Ut(),a=Ov(),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}),Ul=A(function(e,t){var r=Iv(),a=Wt(),n=Ut(),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})}),Wl=A(function(e,t){var r=Ul();t.exports=r&&!Symbol.sham&&B(Symbol.iterator)=="symbol"}),Yl=A(function(e,t){var r=Vo(),a=Et(),n=kv(),i=Wl(),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))}}),Kl=A(function(e,t){var r=String;t.exports=function(a){try{return r(a)}catch{return"Object"}}}),Gn=A(function(e,t){var r=Et(),a=Kl(),n=TypeError;t.exports=function(i){if(r(i))return i;throw new n(a(i)+" is not a function")}}),Go=A(function(e,t){var r=Gn(),a=Ho();t.exports=function(n,i){var o=n[i];return a(o)?void 0:r(o)}}),Nv=A(function(e,t){var r=jr(),a=Et(),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")}}),Uo=A(function(e,t){t.exports=!0}),Mv=A(function(e,t){var r=Ut(),a=Object.defineProperty;t.exports=function(n,i){try{a(r,n,{value:i,configurable:!0,writable:!0})}catch{r[n]=i}return i}}),Un=A(function(e,t){var r=Uo(),a=Ut(),n=Mv(),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"})}),Xl=A(function(e,t){var r=Un();t.exports=function(a,n){return r[a]||(r[a]=n||{})}}),Wo=A(function(e,t){var r=Vn(),a=Object;t.exports=function(n){return a(r(n))}}),mr=A(function(e,t){var r=It(),a=Wo(),n=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(o,s){return n(a(o),s)}}),Zl=A(function(e,t){var r=It(),a=0,n=Math.random(),i=r(1.1.toString);t.exports=function(o){return"Symbol("+(o===void 0?"":o)+")_"+i(++a+n,36)}}),hr=A(function(e,t){var r=Ut(),a=Xl(),n=mr(),i=Zl(),o=Ul(),s=Wl(),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]}}),Pv=A(function(e,t){var r=jr(),a=Ar(),n=Yl(),i=Go(),o=Nv(),s=hr(),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)}}),Ql=A(function(e,t){var r=Pv(),a=Yl();t.exports=function(n){var i=r(n,"string");return a(i)?i:i+""}}),Jl=A(function(e,t){var r=Ut(),a=Ar(),n=r.document,i=a(n)&&a(n.createElement);t.exports=function(o){return i?n.createElement(o):{}}}),ec=A(function(e,t){var r=rr(),a=Wt(),n=Jl();t.exports=!r&&!a(function(){return Object.defineProperty(n("div"),"a",{get:function(){return 7}}).a!==7})}),Lv=A(function(e){var t=rr(),r=jr(),a=Gl(),n=Hn(),i=La(),o=Ql(),s=mr(),u=ec(),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])}}),Bv=A(function(e,t){var r=Wt(),a=Et(),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}),tc=A(function(e,t){var r=Vl(),a=Gn(),n=jn(),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)}}}),rc=A(function(e,t){var r=rr(),a=Wt();t.exports=r&&a(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})}),oa=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")}}),Wn=A(function(e){var t=rr(),r=ec(),a=rc(),n=oa(),i=Ql(),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}}),$a=A(function(e,t){var r=rr(),a=Wn(),n=Hn();t.exports=r?function(i,o,s){return a.f(i,o,n(1,s))}:function(i,o,s){return i[o]=s,i}}),Yn=A(function(e,t){var r=Ut(),a=Fv(),n=Vl(),i=Et(),o=Lv().f,s=Bv(),u=Ba(),l=tc(),c=$a(),d=mr();Un();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)))}}),$v=A(function(){var e=Yn(),t=mr();e({target:"Object",stat:!0},{hasOwn:t})}),qv=A(function(e,t){$v();var r=Ba();t.exports=r.Object.hasOwn}),jv=A(function(e,t){var r=qv();t.exports=r}),zv=A(function(e,t){var r=jv();t.exports=r}),Yo=A(function(e,t){var r=Xl(),a=Zl(),n=r("keys");t.exports=function(i){return n[i]||(n[i]=a(i))}}),Hv=A(function(e,t){var r=Wt();t.exports=!r(function(){function a(){}return a.prototype.constructor=null,Object.getPrototypeOf(new a)!==a.prototype})}),Ko=A(function(e,t){var r=mr(),a=Et(),n=Wo(),i=Yo(),o=Hv(),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}}),Vv=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)}}),Xo=A(function(e,t){var r=Vv();t.exports=function(a){var n=+a;return n!==n||n===0?0:r(n)}}),Gv=A(function(e,t){var r=Xo(),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)}}),Uv=A(function(e,t){var r=Xo(),a=Math.min;t.exports=function(n){var i=r(n);return i>0?a(i,9007199254740991):0}}),ac=A(function(e,t){var r=Uv();t.exports=function(a){return r(a.length)}}),Wv=A(function(e,t){var r=La(),a=Gv(),n=ac(),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)}}),Zo=A(function(e,t){t.exports={}}),Yv=A(function(e,t){var r=It(),a=mr(),n=La(),i=Wv().indexOf,o=Zo(),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}}),nc=A(function(e,t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),ic=A(function(e,t){var r=Yv(),a=nc();t.exports=Object.keys||function(i){return r(i,a)}}),Kv=A(function(e,t){var r=rr(),a=Wt(),n=It(),i=Ko(),o=ic(),s=La(),u=Gl().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)}}),Xv=A(function(){var e=Yn(),t=Kv().values;e({target:"Object",stat:!0},{values:function(a){return t(a)}})}),Zv=A(function(e,t){Xv();var r=Ba();t.exports=r.Object.values}),Qv=A(function(e,t){var r=Zv();t.exports=r}),Jv=A(function(e,t){var r=Qv();t.exports=r}),Qo=A(function(e,t){var r=hr(),a=r("toStringTag"),n={};n[a]="z",t.exports=String(n)==="[object z]"}),Kn=A(function(e,t){var r=Qo(),a=Et(),n=zn(),i=hr(),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}}),oc=A(function(e,t){var r=Kn(),a=String;t.exports=function(n){if(r(n)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return a(n)}}),eg=A(function(e,t){var r=It(),a=Xo(),n=oc(),i=Vn(),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)}}),tg=A(function(e,t){var r=Ut(),a=Et(),n=r.WeakMap;t.exports=a(n)&&/native code/.test(String(n))}),rg=A(function(e,t){var r=tg(),a=Ut(),n=Ar(),i=$a(),o=mr(),s=Un(),u=Yo(),l=Zo(),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:_}}),ag=A(function(e,t){var r=rr(),a=mr(),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}}),ng=A(function(e){var t=rr(),r=rc(),a=Wn(),n=oa(),i=La(),o=ic();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}}),ig=A(function(e,t){var r=Vo();t.exports=r("document","documentElement")}),sc=A(function(e,t){var r=oa(),a=ng(),n=nc(),i=Zo(),o=ig(),s=Jl(),u=Yo(),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)}}),uc=A(function(e,t){var r=$a();t.exports=function(a,n,i,o){return o&&o.enumerable?a[n]=i:r(a,n,i),a}}),lc=A(function(e,t){var r=Wt(),a=Et(),n=Ar(),i=sc(),o=Ko(),s=uc(),u=hr(),l=Uo(),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}}),og=A(function(e,t){var r=Qo(),a=Kn();t.exports=r?{}.toString:function(){return"[object "+a(this)+"]"}}),cc=A(function(e,t){var r=Qo(),a=Wn().f,n=$a(),i=mr(),o=og(),s=hr(),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))}}),Xn=A(function(e,t){t.exports={}}),sg=A(function(e,t){var r=lc().IteratorPrototype,a=sc(),n=Hn(),i=cc(),o=Xn(),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}}),ug=A(function(e,t){var r=It(),a=Gn();t.exports=function(n,i,o){try{return r(a(Object.getOwnPropertyDescriptor(n,i)[o]))}catch{}}}),lg=A(function(e,t){var r=Ar();t.exports=function(a){return r(a)||a===null}}),cg=A(function(e,t){var r=lg(),a=String,n=TypeError;t.exports=function(i){if(r(i))return i;throw new n("Can't set "+a(i)+" as a prototype")}}),dg=A(function(e,t){var r=ug(),a=Ar(),n=Vn(),i=cg();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)}),fg=A(function(e,t){var r=Yn(),a=jr(),n=Uo(),i=ag(),o=Et(),s=sg(),u=Ko(),l=dg(),c=cc(),d=$a(),m=uc(),v=hr(),y=Xn(),w=lc(),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,ge){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)},ge)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||ge)&&se[R]!==J&&m(se,R,J,{name:Z}),y[L]=J,he}}),pg=A(function(e,t){t.exports=function(r,a){return{value:r,done:a}}}),mg=A(function(){var e=eg().charAt,t=oc(),r=rg(),a=fg(),n=pg(),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))})}),hg=A(function(e,t){var r=jr(),a=oa(),n=Go();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}}),vg=A(function(e,t){var r=oa(),a=hg();t.exports=function(n,i,o,s){try{return s?i(r(o)[0],o[1]):i(o)}catch(u){a(n,"throw",u)}}}),gg=A(function(e,t){var r=hr(),a=Xn(),n=r("iterator"),i=Array.prototype;t.exports=function(o){return o!==void 0&&(a.Array===o||i[n]===o)}}),bg=A(function(e,t){var r=It(),a=Et(),n=Un(),i=r(Function.toString);a(n.inspectSource)||(n.inspectSource=function(o){return i(o)}),t.exports=n.inspectSource}),yg=A(function(e,t){var r=It(),a=Wt(),n=Et(),i=Kn(),o=Vo(),s=bg(),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}),wg=A(function(e,t){var r=rr(),a=Wn(),n=Hn();t.exports=function(i,o,s){r?a.f(i,o,n(0,s)):i[o]=s}}),Dg=A(function(e,t){var r=zn();t.exports=Array.isArray||function(n){return r(n)==="Array"}}),Eg=A(function(e,t){var r=rr(),a=Dg(),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}}),dc=A(function(e,t){var r=Kn(),a=Go(),n=Ho(),i=Xn(),o=hr(),s=o("iterator");t.exports=function(u){if(!n(u))return a(u,s)||a(u,"@@iterator")||i[r(u)]}}),_g=A(function(e,t){var r=jr(),a=Gn(),n=oa(),i=Kl(),o=dc(),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")}}),xg=A(function(e,t){var r=tc(),a=jr(),n=Wo(),i=vg(),o=gg(),s=yg(),u=ac(),l=wg(),c=Eg(),d=_g(),m=dc(),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),$}}),Ag=A(function(e,t){var r=hr(),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}}),Cg=A(function(){var e=Yn(),t=xg(),r=Ag(),a=!r(function(n){Array.from(n)});e({target:"Array",stat:!0,forced:a},{from:t})}),Rg=A(function(e,t){mg(),Cg();var r=Ba();t.exports=r.Array.from}),Tg=A(function(e,t){var r=Rg();t.exports=r}),fc=A(function(e,t){var r=Tg();t.exports=r}),pc=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
|
-
`,r:"\r",t:" ",f:"\f","\\":"\\",'"':'"'}}),Fg=A(function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=
|
|
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}),Sg=A(function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=fc();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}),kg=A(function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Fg(),r=Sg(),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}),Og=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={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},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)}})()}),Ig=A(function(e,t){t.exports=function(){}}),zr=A(function(e,t){var r=Ig()();t.exports=function(a){return a!==r&&a!==null}}),pc=A(function(e,t){var r=zr(),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}}),Ng=A(function(e,t){t.exports=function(){var r=Math.sign;return typeof r!="function"?!1:r(10)===1&&r(-20)===-1}}),Mg=A(function(e,t){t.exports=function(r){return r=Number(r),isNaN(r)||r===0?r:r>0?1:-1}}),Pg=A(function(e,t){t.exports=Ng()()?Math.sign:Mg()}),Lg=A(function(e,t){var r=Pg(),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)))}}),Hr=A(function(e,t){var r=Lg(),a=Math.max;t.exports=function(n){return a(0,r(n))}}),mc=A(function(e,t){var r=Hr();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}}),oa=A(function(e,t){var r=zr();t.exports=function(a){if(!r(a))throw new TypeError("Cannot use null or undefined");return a}}),Bg=A(function(e,t){var r=Cr(),a=oa(),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})}}}),Xn=A(function(e,t){t.exports=Bg()("forEach")}),Vr=A(function(){}),$g=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")}}),qg=A(function(e,t){t.exports=function(){try{return Object.keys("primitive"),!0}catch{return!1}}}),jg=A(function(e,t){var r=zr(),a=Object.keys;t.exports=function(n){return a(r(n)?Object(n):n)}}),zg=A(function(e,t){t.exports=qg()()?Object.keys:jg()}),Hg=A(function(e,t){var r=zg(),a=oa(),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}}),hc=A(function(e,t){t.exports=$g()()?Object.assign:Hg()}),Vg=A(function(e,t){var r=zr(),a={function:!0,object:!0};t.exports=function(n){return r(n)&&a[B(n)]||!1}}),Gg=A(function(e,t){var r=hc(),a=Vg(),n=zr(),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}}),vc=A(function(e,t){var r=oa(),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}}),gc=A(function(e,t){var r=Hr(),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=vc(),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})}),bc=A(function(e,t){var r=void 0;t.exports=function(a){return a!==r&&a!==null}}),Ug=A(function(e,t){var r=bc(),a={object:!0,function:!0,undefined:!0};t.exports=function(n){return r(n)?hasOwnProperty.call(a,B(n)):!1}}),Wg=A(function(e,t){var r=Ug();t.exports=function(a){if(!r(a))return!1;try{return a.constructor?a.constructor.prototype===a:!1}catch{return!1}}}),Yg=A(function(e,t){var r=Wg();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)}}),Kg=A(function(e,t){var r=Yg(),a=/^\s*class[\s{/}]/,n=Function.prototype.toString;t.exports=function(i){return!(!r(i)||a.test(n.call(i)))}}),Xg=A(function(e,t){var r="razdwatrzy";t.exports=function(){return typeof r.contains!="function"?!1:r.contains("dwa")===!0&&r.contains("foo")===!1}}),Zg=A(function(e,t){var r=String.prototype.indexOf;t.exports=function(a){return r.call(this,a,arguments[1])>-1}}),Qg=A(function(e,t){t.exports=Xg()()?String.prototype.contains:Zg()}),Gr=A(function(e,t){var r=bc(),a=Kg(),n=hc(),i=pc(),o=Qg(),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}}),Jg=A(function(e,t){var r=Gr(),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}),eb=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"))}}),tb=A(function(e,t){t.exports=function(){return(typeof globalThis>"u"?"undefined":B(globalThis))!=="object"||!globalThis?!1:globalThis.Array===Array}}),rb=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__}}()}),Zn=A(function(e,t){t.exports=tb()()?globalThis:rb()}),ab=A(function(e,t){var r=Zn(),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)])}}),nb=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}}),yc=A(function(e,t){var r=nb();t.exports=function(a){if(!r(a))throw new TypeError(a+" is not a symbol");return a}}),ib=A(function(e,t){var r=Gr(),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}}),ob=A(function(e,t){var r=Gr(),a=Zn().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"))})}}),sb=A(function(e,t){var r=Gr(),a=yc(),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})})}}),ub=A(function(e,t){var r=Gr(),a=yc(),n=Zn().Symbol,i=ib(),o=ob(),s=sb(),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]))}),lb=A(function(e,t){t.exports=ab()()?Zn().Symbol:ub()}),cb=A(function(e,t){var r=Object.prototype.toString,a=r.call(function(){return arguments}());t.exports=function(n){return r.call(n)===a}}),db=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))}}),fb=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}}),pb=A(function(e,t){var r=lb().iterator,a=cb(),n=db(),i=Hr(),o=Cr(),s=oa(),u=zr(),l=fb(),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,$,K,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((K=y[r])!==void 0){for(P=o(K).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}}),Qo=A(function(e,t){t.exports=eb()()?Array.from:pb()}),mb=A(function(e,t){var r=Qo(),a=Array.isArray;t.exports=function(n){return a(n)?n:r(n)}}),hb=A(function(e,t){var r=mb(),a=zr(),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)}}),vb=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))}}),gb=A(function(e,t){var r=Gg(),a=gc(),n=Gr(),i=Jg().methods,o=hb(),s=vb(),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,$,K,L,H,W,X,ue,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(fe){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,X&&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,X&&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,X&&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],ue&&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"?X=!0:G==="delete"&&(ue=!0),m.call(this,G,se)},emit:v,updateEnv:function(){y=x.original}},R?$=a(function(fe){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)},K=a(function(){var fe,G=arguments;return w===0?_.data:(ae&&(G=ae(G)),R?fe=R(G):fe=String(G[0]),_[fe])}),L=a(function(){var fe,G=arguments;return w===0?x.has("data"):(ae&&(G=ae(G)),R?fe=R(G):fe=String(G[0]),fe===null?!1:x.has(fe))}),d(ve,{__memoized__:n(!0),delete:n($),clear:n(x.clear),_get:n(K),_has:n(L)}),x}}),bb=A(function(e,t){var r=Cr(),a=Xn(),n=Vr(),i=gb(),o=mc();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)}}),yb=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}}),wb=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""}}}),Db=A(function(e,t){t.exports=function(){var r=Number.isNaN;return typeof r!="function"?!1:!r({})&&r(NaN)&&!r(34)}}),Eb=A(function(e,t){t.exports=function(r){return r!==r}}),_b=A(function(e,t){t.exports=Db()()?Number.isNaN:Eb()}),Jo=A(function(e,t){var r=_b(),a=Hr(),n=oa(),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}}),xb=A(function(e,t){var r=Jo(),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)}}}}),Ab=A(function(e,t){var r=Jo();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=[]}}}}),Cb=A(function(e,t){var r=Jo(),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)}}}}),wc=A(function(e,t){var r=Cr(),a=Xn(),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}}),es=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}()}),Rb=A(function(){var e=Qo(),t=wc(),r=vc(),a=gc(),n=es(),i=Array.prototype.slice,o=Function.prototype.apply,s=Object.create;Vr().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,$,K=T.id;if(K==null){n(o.bind(T,this,arguments));return}if(delete T.id,P=c[K],delete c[K],!!P)return $=e(arguments),l.has(K)&&(O?l.delete(K):(d[K]={context:this,args:$},l.emit("setasync",K,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)}))})}}),Tb=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}}),Dc=A(function(e,t){t.exports=function(r){return typeof r=="function"}}),Fb=A(function(e,t){var r=Dc();t.exports=function(a){try{return a&&r(a.toString)?a.toString():String(a)}catch{throw new TypeError("Passed argument cannot be stringifed")}}}),Sb=A(function(e,t){var r=oa(),a=Fb();t.exports=function(n){return a(r(n))}}),kb=A(function(e,t){var r=Dc();t.exports=function(a){try{return a&&r(a.toString)?a.toString():String(a)}catch{return"<Non-coercible to string value>"}}}),Ob=A(function(e,t){var r=kb(),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}}),Ec=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"}}),Ib=A(function(){var e=wc(),t=Tb(),r=Sb(),a=Ob(),n=Ec(),i=es(),o=Object.create,s=t("then","then:finally","done","done:finally");Vr().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]}))})}}),Nb=A(function(){var e=Cr(),t=Xn(),r=Vr(),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)})})}}),Mb=A(function(e,t){t.exports=2147483647}),Pb=A(function(e,t){var r=Hr(),a=Mb();t.exports=function(n){if(n=r(n),n>a)throw new TypeError(n+" exceeds maximum possible timeout");return n}}),Lb=A(function(){var e=Qo(),t=Xn(),r=es(),a=Ec(),n=Pb(),i=Vr(),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={})}))}}),Bb=A(function(e,t){var r=Hr(),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}}}}),$b=A(function(){var e=Hr(),t=Bb(),r=Vr();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))}}),qb=A(function(){var e=Gr(),t=Vr(),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]})})}}),jb=A(function(e,t){var r=pc(),a=mc(),n=bb();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=yb():s>1&&(o.normalizer=wb()(s)):s===!1?o.normalizer=xb()():s===1?o.normalizer=Ab()():o.normalizer=Cb()(s))),o.async&&Rb(),o.promise&&Ib(),o.dispose&&Nb(),o.maxAge&&Lb(),o.max&&$b(),o.refCounter&&qb(),n(i,o)}}),zb=[{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"}],Wt={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"])};zb.forEach(function(e){var t=e.name,r=e.value,a=e.priority,n=e.group;Wt[t]=r,Wt[t+"_PRIO"]=a,Wt[t+"_GROUP"]=n,Wt.results[a]=r,Wt.resultGroups[a]=n,Wt.resultGroupMap[r]=n}),Object.freeze(Wt.results),Object.freeze(Wt.resultGroups),Object.freeze(Wt.resultGroupMap),Object.freeze(Wt);var De=Wt;function Hb(){(typeof console>"u"?"undefined":B(console))==="object"&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}var Ur=Hb,Vb=/[\t\r\n\f]/g,Gb=function(){function e(){zt(this,e),this.parent=void 0}return Ht(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(Vb," ").indexOf(n)>=0}}])}(),lt=Gb,ts={};Vt(ts,{DqElement:function(){return Bt},RuleError:function(){return ro},aggregate:function(){return Qn},aggregateChecks:function(){return Ac},aggregateNodeResults:function(){return Cc},aggregateResult:function(){return Rc},areStylesSet:function(){return Qb},assert:function(){return Oe},checkHelper:function(){return Fs},clone:function(){return gr},closest:function(){return Tt},collectResultsFromFrames:function(){return gf},contains:function(){return br},convertSelector:function(){return wi},cssParser:function(){return Xd},deepMerge:function(){return zs},escapeSelector:function(){return Ye},extendMetaData:function(){return Hs},filterHtmlAttrs:function(){return kp},finalizeRuleResult:function(){return $a},findBy:function(){return nn},getAllChecks:function(){return Ai},getAncestry:function(){return yi},getBaseLang:function(){return ea},getCheckMessage:function(){return g_},getCheckOption:function(){return Xi},getElementSource:function(){return Yd},getEnvironmentData:function(){return Br},getFlattenedTree:function(){return Ou},getFrameContexts:function(){return N_},getFriendlyUriEnd:function(){return Sc},getNodeAttributes:function(){return za},getNodeFromTree:function(){return _e},getPreloadConfig:function(){return Rp},getRootNode:function(){return on},getRule:function(){return dp},getScroll:function(){return Dr},getScrollState:function(){return L_},getSelector:function(){return Rs},getSelectorData:function(){return bi},getShadowSelector:function(){return xs},getStandards:function(){return B_},getStyleSheetFactory:function(){return mp},getXpath:function(){return Wd},injectStyle:function(){return j_},isArrayLike:function(){return Lu},isContextObject:function(){return Bu},isContextProp:function(){return Qi},isContextSpec:function(){return hp},isHidden:function(){return z_},isHtmlElement:function(){return qu},isLabelledFramesSelector:function(){return $u},isLabelledShadowDomSelector:function(){return Ji},isNodeInContext:function(){return ju},isShadowRoot:function(){return Ri},isValidLang:function(){return no},isXHTML:function(){return Za},matchAncestry:function(){return zu},matches:function(){return ks},matchesExpression:function(){return ca},matchesSelector:function(){return sa},memoize:function(){return Ve},mergeResults:function(){return Ci},nodeLookup:function(){return ke},nodeSerializer:function(){return $t},nodeSorter:function(){return Hu},objectHasOwn:function(){return sr},parseCrossOriginStylesheet:function(){return Gu},parseSameOriginStylesheet:function(){return bp},parseStylesheet:function(){return Vu},parseTabindex:function(){return ur},performanceTimer:function(){return Ne},pollyfillElementsFromPoint:function(){return yp},preload:function(){return Ap},preloadCssom:function(){return Dp},preloadMedia:function(){return xp},processMessage:function(){return Pu},publishMetaData:function(){return eo},querySelectorAll:function(){return Ot},querySelectorAllFilter:function(){return lr},queue:function(){return ar},respondable:function(){return Xt},ruleShouldRun:function(){return Sp},select:function(){return Uu},sendCommandToFrame:function(){return pf},serializeError:function(){return to},setScrollState:function(){return Dx},shadowSelect:function(){return Ex},shadowSelectAll:function(){return Wu},shouldPreload:function(){return Cp},toArray:function(){return Fc},tokenList:function(){return yt},uniqueArray:function(){return Dn},uuid:function(){return Cw},validInputTypes:function(){return ao},validLangs:function(){return Pp}});function Ub(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 Qn=Ub,Wb=De.CANTTELL_PRIO,Yb=De.FAIL_PRIO,Jn=[];Jn[De.PASS_PRIO]=!0,Jn[De.CANTTELL_PRIO]=null,Jn[De.FAIL_PRIO]=!1;var _c=["any","all","none"];function xc(e,t){return _c.reduce(function(r,a){return r[a]=(e[a]||[]).map(function(n){return t(n,a)}),r},{})}function Kb(e){var t=Object.assign({},e);xc(t,function(n,i){var o=typeof n.result>"u"?-1:Jn.indexOf(n.result);n.priority=o!==-1?o:De.CANTTELL_PRIO,i==="none"&&(n.priority===De.PASS_PRIO?n.priority=De.FAIL_PRIO:n.priority===De.FAIL_PRIO&&(n.priority=De.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 _c.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)})}),[Wb,Yb].includes(t.priority)?t.impact=Qn(De.impact,a):t.impact=null,xc(t,function(n){delete n.result,delete n.priority}),t.result=De.results[t.priority],delete t.priority,t}var Ac=Kb;function $a(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,Cc(e.nodes)),delete e.nodes,e}function Xb(e){var t={};if(e=e.map(function(i){if(i.any&&i.all&&i.none)return Ac(i);if(Array.isArray(i.node))return $a(i);throw new TypeError("Invalid Result type")}),e&&e.length){var r=e.map(function(i){return i.result});t.result=Qn(De.results,r,t.result)}else t.result="inapplicable";De.resultGroups.forEach(function(i){return t[i]=[]}),e.forEach(function(i){var o=De.resultGroupMap[i.result];t[o].push(i)});var a=De.FAIL_GROUP;if(t[a].length===0&&(a=De.CANTTELL_GROUP),t[a].length>0){var n=t[a].map(function(i){return i.impact});t.impact=Qn(De.impact,n)||null}else t.impact=null;return t}var Cc=Xb;function rs(e,t,r){var a=Object.assign({},t);a.nodes=(a[r]||[]).concat(),De.resultGroups.forEach(function(n){delete a[n]}),e[r].push(a)}function Zb(e){var t={};return De.resultGroups.forEach(function(r){return t[r]=[]}),e.forEach(function(r){r.error?rs(t,r,De.CANTTELL_GROUP):r.result===De.NA?rs(t,r,De.NA_GROUP):De.resultGroups.forEach(function(a){Array.isArray(r[a])&&r[a].length>0&&rs(t,r,a)})}),t}var Rc=Zb;function Tc(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:Tc(e.parentNode,t,r)}var Qb=Tc;function Jb(e,t){if(!e)throw new Error(t)}var Oe=Jb;function ey(e){return Array.prototype.slice.call(e)}var Fc=ey;function ty(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 Ye=ty;function ry(){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 qa(e,t){return[e.substring(0,t),e.substring(t)]}function ja(e){return e.replace(/\s+$/,"")}function ay(e){var t=e,r="",a="",n="",i="",o="",s="";if(e.includes("#")){var u=qa(e,e.indexOf("#")),l=Q(u,2);e=l[0],s=l[1]}if(e.includes("?")){var c=qa(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=qa(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=qa(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=qa(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 ny(){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=ay(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?ja(l+u):l.length<2&&u.length>2&&u.length<=n?ja(u):void 0;if(s&&s.length<n&&o.length<=1||o==="/"+l&&s&&r&&s!==r&&(s+o).length<=n)return ja(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})?/)&&!ry(l))return ja(l)}}var Sc=ny;function iy(e){return e.attributes instanceof p.NamedNodeMap?e.attributes:e.cloneNode(!1).attributes}var za=iy,oy=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}}(),sa=oy,kc={};Vt(kc,{ArrayFrom:function(){return jd.default},Colorjs:function(){return ze},CssSelectorParser:function(){return Oc.CssSelectorParser},doT:function(){return Rr.default},emojiRegexText:function(){return as},memoize:function(){return Ic.default}});var sy=er(Cv()),uy=er(Rv());er(Tv());var ly=er(zv()),cy=er(Jv()),dy=er(dc());"hasOwn"in Object||(Object.hasOwn=ly.default),"values"in Object||(Object.values=cy.default),"Promise"in p||sy.default.polyfill(),"Uint32Array"in p||(p.Uint32Array=uy.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=dy.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 Oc=er(kg()),Rr=er(Og()),as=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},Ic=er(jb());function tt(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=qe(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 Ha(e){return Tr(e)==="string"}function Tr(e){var t=Object.prototype.toString.call(e);return(t.match(/^\[object\s+(.*?)\]$/)[1]||"").toLowerCase()}function ei(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 Nc(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 Mc(e){return e[e.length-1]}function ti(e,t,r){return isNaN(e)?t:isNaN(t)?e:e+(t-e)*r}function Pc(e,t,r){return(r-e)/(t-e)}function ns(e,t,r){return ti(t[0],t[1],Pc(e[0],e[1],r))}function Lc(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 fy=Object.freeze({__proto__:null,isString:Ha,type:Tr,toPrecision:ei,parseFunction:Nc,last:Mc,interpolate:ti,interpolateInv:Pc,mapRange:ns,parseCoordGrammar:Lc,multiplyMatrices:tt}),py=function(){function e(){zt(this,e)}return Ht(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 py,rr={gamut_mapping:"lch.c",precision:5,deltaE:"76"},Yt={D50:[.3457/.3585,1,(1-.3457-.3585)/.3585],D65:[.3127/.329,1,(1-.3127-.329)/.329]};function is(e){return Array.isArray(e)?e:Yt[e]}function ri(e,t,r){var a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(e=is(e),t=is(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===Yt.D65&&n.W2===Yt.D50?n.M=[[1.0479298208405488,.022946793341019088,-.05019222954313557],[.029627815688159344,.990434484573249,-.01707382502938514],[-.009243058152591178,.015055144896577895,.7518742899580008]]:n.W1===Yt.D50&&n.W2===Yt.D65&&(n.M=[[.9554734527042182,-.023098536874261423,.0632593086610217],[-.028369706963208136,1.0099954580058226,.021041398966943008],[.012314001688319899,-.020507696433477912,1.3303659366080753]])),Fr.run("chromatic-adaptation-end",n),n.M)return tt(n.M,n.XYZ);throw new TypeError("Only Bradford CAT with white points D50 and D65 supported for now.")}var my=75e-6,Kt=(k=new WeakSet,M=new WeakMap,function(){function e(t){var r,a,n,i,o,s,u;zt(this,e),Pl(this,k),xr(this,M,void 0),this.id=t.id,this.name=t.name,this.base=t.base?Kt.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=is(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,Dt(M,this,na(k,this,hy).call(this).reverse()),Fr.run("colorspace-init-end",this)}return Ht(e,[{key:"inGamut",value:function(r){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=a.epsilon,i=n===void 0?my: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=na(k,this,Bc).call(this,r),r;var a;return r==="default"?a=Object.values(this.formats)[0]:a=this.formats[r],a?(a=na(k,this,Bc).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=Kt.get(r),this===r)return a;a=a.map(function(m){return Number.isNaN(m)?0:m});for(var i=jt(M,this),o=jt(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=Kt.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 ce(new Set(Object.values(Kt.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=qe(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 Kt)return r;var a=Tr(r);if(a==="string"){var n=Kt.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 Kt.get.apply(Kt,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=Kt.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=Kt.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 Bc(e){if(e.coords&&!e.coordGrammar){e.type||(e.type="function"),e.name||(e.name="color"),e.coordGrammar=Lc(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=ns(s,u,n)),n=ei(n,a),l&&(n+=l),n})}}return e}function hy(){for(var e=[this],t=this;t=t.base;)e.push(t);return e}var de=Kt;zl(de,"registry",{}),zl(de,"DEFAULT_FORMAT",{type:"functions",name:"color"});var Mt=new de({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"]}),_t=function(e){function t(r){var a,n;if(zt(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=Mt),r.toXYZ_M&&r.fromXYZ_M){var i,o;(i=r.toBase)!==null&&i!==void 0||(r.toBase=function(s){var u=tt(r.toXYZ_M,s);return n.white!==n.base.white&&(u=ri(n.white,n.base.white,u)),u}),(o=r.fromBase)!==null&&o!==void 0||(r.fromBase=function(s){return s=ri(n.base.white,n.white,s),tt(r.fromXYZ_M,s)})}return(a=r.referred)!==null&&a!==void 0||(r.referred="display"),n=Pn(this,t,[r])}return Ln(t,e),Ht(t)}(de);function $c(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=Nc(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=qe(de.all),s;try{var u=function(){var K=s.value,L=K.getFormat("color");if(L){var H;if(n===L.id||(H=L.ids)!==null&&H!==void 0&&H.includes(n)){var W=Object.keys(K.coords).length,X=Array(W).fill(0);return X.forEach(function(ue,ve){return X[ve]=r.parsed.args[ve]||0}),{v:{spaceId:K.id,coords:X,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 de.registry){var d,m=(d=de.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=qe(de.all),y;try{var w=function(){var K=y.value,L=K.getFormat(a);if(L&&L.type==="function"){var H=1;(L.lastAlpha||Mc(r.parsed.args).alpha)&&(H=r.parsed.args.pop());var W=r.parsed.args;return L.coordGrammar&&Object.entries(K.coords).forEach(function(X,ue){var ve,ae=Q(X,2),fe=ae[0],G=ae[1],se=L.coordGrammar[ue],F=(ve=W[ue])===null||ve===void 0?void 0:ve.type;if(se=se.find(function(me){return me==F}),!se){var J=G.name||fe;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[ue]=ns(j,ee,W[ue]))}),{v:{spaceId:K.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 _=qe(de.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");Ha(e)&&(e=$c(e));var t=e.space||e.spaceId;return t instanceof de||(e.space=de.get(t)),e.alpha===void 0&&(e.alpha=1),e}function Va(e,t){return t=de.get(t),t.from(e)}function Pt(e,t){var r=de.resolveCoord(t,e.space),a=r.space,n=r.index,i=Va(e,a);return i[n]}function qc(e,t,r){return t=de.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(Pt(e,t)));var i=de.resolveCoord(t,e.space),o=i.space,s=i.index,u=Va(e,o);u[s]=r,qc(e,o,u)}return e}var os=new de({id:"xyz-d50",name:"XYZ D50",white:"D50",base:Mt,fromBase:function(t){return ri(Mt.white,"D50",t)},toBase:function(t){return ri("D50",Mt.white,t)},formats:{color:{}}}),vy=216/24389,jc=24/116,ai=24389/27,ss=Yt.D50,Rt=new de({id:"lab",name:"Lab",coords:{l:{refRange:[0,100],name:"L"},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:ss,base:os,fromBase:function(t){var r=t.map(function(n,i){return n/ss[i]}),a=r.map(function(n){return n>vy?Math.cbrt(n):(ai*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]>jc?Math.pow(r[0],3):(116*r[0]-16)/ai,t[0]>8?Math.pow((t[0]+16)/116,3):t[0]/ai,r[2]>jc?Math.pow(r[2],3):(116*r[2]-16)/ai];return a.map(function(n,i){return n*ss[i]})},formats:{lab:{coords:["<number> | <percentage>","<number>","<number>"]}}});function ni(e){return(e%360+360)%360}function gy(e,t){if(e==="raw")return t;var r=t.map(ni),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 Ga=new de({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:Rt,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)),ni(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>"]}}}),zc=Math.pow(25,7),ii=Math.PI,Hc=180/ii,ua=ii/180;function us(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=Rt.from(e),c=Q(l,3),d=c[0],m=c[1],v=c[2],y=Ga.from(Rt,[d,m,v])[1],w=Rt.from(t),E=Q(w,3),_=E[0],x=E[1],C=E[2],R=Ga.from(Rt,[_,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+zc))),$=(1+P)*m,K=(1+P)*x,L=Math.sqrt(Math.pow($,2)+Math.pow(v,2)),H=Math.sqrt(Math.pow(K,2)+Math.pow(C,2)),W=$===0&&v===0?0:Math.atan2(v,$),X=K===0&&C===0?0:Math.atan2(C,K);W<0&&(W+=2*ii),X<0&&(X+=2*ii),W*=Hc,X*=Hc;var ue=_-d,ve=H-L,ae=X-W,fe=W+X,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*ua/2),J=(d+_)/2,j=(L+H)/2,ee=Math.pow(j,7),me;L*H===0?me=fe:G<=180?me=fe/2:fe<360?me=(fe+360)/2:me=(fe-360)/2;var re=Math.pow(J-50,2),oe=1+.015*re/Math.sqrt(20+re),Fe=1+.045*j,Pe=1;Pe-=.17*Math.cos((me-30)*ua),Pe+=.24*Math.cos(2*me*ua),Pe+=.32*Math.cos((3*me+6)*ua),Pe-=.2*Math.cos((4*me-63)*ua);var He=1+.015*j*Pe,Qe=30*Math.exp(-1*Math.pow((me-275)/25,2)),it=2*Math.sqrt(ee/(ee+zc)),at=-1*Math.sin(2*Qe*ua)*it,Ue=Math.pow(ue/(n*oe),2);return Ue+=Math.pow(ve/(o*Fe),2),Ue+=Math.pow(F/(u*He),2),Ue+=at*(ve/(o*Fe))*(F/(u*He)),Math.sqrt(Ue)}var by=75e-6;function Ua(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?by:a;e=Me(e),t=de.get(t);var i=e.coords;return t!==e.space&&(i=t.from(e)),t.inGamut(i,{epsilon:n})}function Wa(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?rr.gamut_mapping:r,n=t.space,i=n===void 0?e.space:n;if(Ha(arguments[1])&&(i=arguments[1]),i=de.get(i),Ua(e,i,{epsilon:0}))return e;var o=Lt(e,i);if(a!=="clip"&&!Ua(e,i)){var s=kr(Wa(o),{method:"clip",space:i});if(us(e,s)>2){for(var u=de.resolveCoord(a),l=u.space,c=u.id,d=Lt(o,l),m=u.range||u.refRange,v=m[0],y=.01,w=v,E=Pt(d,c);E-w>y;){var _=Wa(d);_=kr(_,{space:i,method:"clip"});var x=us(d,_);x-2<y?w=Pt(d,c):E=Pt(d,c),Sr(d,c,(w+E)/2)}o=Lt(d,i)}else o=s}if(a==="clip"||!Ua(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=Lt(o,e.space)),e.coords=o.coords,e}kr.returns="color";function Lt(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a=r.inGamut;e=Me(e),t=de.get(t);var n=t.from(e),i={space:t,coords:n,alpha:e.alpha};return a&&(i=kr(i)),i}Lt.returns="color";function oi(e){var t,r,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=a.precision,i=n===void 0?rr.precision:n,o=a.format,s=o===void 0?"default":o,u=a.inGamut,l=u===void 0?!0:u,c=je(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:de.DEFAULT_FORMAT,l||(l=s.toGamut);var v=e.coords;if(v=v.map(function(R){return R||0}),l&&!Ua(e)&&(v=kr(Wa(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 ei(R,i)}));var w=ce(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=ei(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 yy=[[.6369580483012914,.14461690358620832,.1688809751641721],[.2627002120112671,.6779980715188708,.05930171646986196],[0,.028072693049087428,1.060985057710791]],wy=[[1.716651187971268,-.355670783776392,-.25336628137366],[-.666684351832489,1.616481236634939,.0157685458139111],[.017639857445311,-.042770613257809,.942103121235474]],si=new _t({id:"rec2020-linear",name:"Linear REC.2020",white:"D65",toXYZ_M:yy,fromXYZ_M:wy,formats:{color:{}}}),ui=1.09929682680944,Vc=.018053968510807,Gc=new _t({id:"rec2020",name:"REC.2020",base:si,toBase:function(t){return t.map(function(r){return r<Vc*4.5?r/4.5:Math.pow((r+ui-1)/ui,1/.45)})},fromBase:function(t){return t.map(function(r){return r>=Vc?ui*Math.pow(r,.45)-(ui-1):4.5*r})},formats:{color:{}}}),Dy=[[.4865709486482162,.26566769316909306,.1982172852343625],[.2289745640697488,.6917385218365064,.079286914093745],[0,.04511338185890264,1.043944368900976]],Ey=[[2.493496911941425,-.9313836179191239,-.40271078445071684],[-.8294889695615747,1.7626640603183463,.023624685841943577],[.03584583024378447,-.07617238926804182,.9568845240076872]],Uc=new _t({id:"p3-linear",name:"Linear P3",white:"D65",toXYZ_M:Dy,fromXYZ_M:Ey}),_y=[[.41239079926595934,.357584339383878,.1804807884018343],[.21263900587151027,.715168678767756,.07219231536073371],[.01933081871559182,.11919477979462598,.9505321522496607]],xy=[[3.2409699419045226,-1.537383177570094,-.4986107602930034],[-.9692436362808796,1.8759675015077202,.04155505740717559],[.05563007969699366,-.20397695888897652,1.0569715142428786]],Wc=new _t({id:"srgb-linear",name:"Linear sRGB",white:"D65",toXYZ_M:_y,fromXYZ_M:xy,formats:{color:{}}}),Yc={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]},Kc=Array(3).fill("<percentage> | <number>[0, 255]"),Xc=Array(3).fill("<number>[0, 255]"),Ya=new _t({id:"srgb",name:"sRGB",base:Wc,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:Kc},rgb_number:{name:"rgb",commas:!0,coords:Xc,noAlpha:!0},color:{},rgba:{coords:Kc,commas:!0,lastAlpha:!0},rgba_number:{name:"rgba",commas:!0,coords:Xc},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=Yc.black,r.alpha=0):r.coords=Yc[t],r.coords)return r}}}}),Zc=new _t({id:"p3",name:"P3",base:Uc,fromBase:Ya.fromBase,toBase:Ya.toBase,formats:{color:{id:"display-p3"}}});if(rr.display_space=Ya,typeof CSS<"u"&&(V=CSS)!==null&&V!==void 0&&V.supports)for(var ls=0,Qc=[Rt,Gc,Zc];ls<Qc.length;ls++){var cs=Qc[ls],Ay=cs.getMinCoords(),Cy={space:cs,coords:Ay,alpha:1},Ry=oi(Cy);if(CSS.supports("color",Ry)){rr.display_space=cs;break}}function Ty(e){var t,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=r.space,n=a===void 0?rr.display_space:a,i=je(r,I),o=oi(e,i);if(typeof CSS>"u"||(t=CSS)!==null&&t!==void 0&&t.supports("color",o)||!rr.display_space)o=new String(o),o.color=e;else{var s=Lt(e,n);o=new String(oi(s,i)),o.color=s}return o}function Jc(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"lab";r=de.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 Fy(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 Pt(e,[Mt,"y"])}function ed(e,t){Sr(e,[Mt,"y"],t)}function Sy(e){Object.defineProperty(e.prototype,"luminance",{get:function(){return Or(this)},set:function(r){ed(this,r)}})}var ky=Object.freeze({__proto__:null,getLuminance:Or,setLuminance:ed,register:Sy});function Oy(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 Iy=.56,Ny=.57,My=.62,Py=.65,td=.022,Ly=1.414,By=.1,$y=5e-4,qy=1.14,rd=.027,jy=1.14;function ad(e){return e>=td?e:e+Math.pow(td-e,Ly)}function la(e){var t=e<0?-1:1,r=Math.abs(e);return t*Math.pow(r,2.4)}function zy(e,t){t=Me(t),e=Me(e);var r,a,n,i,o,s;t=Lt(t,"srgb");var u=Q(t.coords,3);i=u[0],o=u[1],s=u[2];var l=la(i)*.2126729+la(o)*.7151522+la(s)*.072175;e=Lt(e,"srgb");var c=Q(e.coords,3);i=c[0],o=c[1],s=c[2];var d=la(i)*.2126729+la(o)*.7151522+la(s)*.072175,m=ad(l),v=ad(d),y=v>m;return Math.abs(v-m)<$y?a=0:y?(r=Math.pow(v,Iy)-Math.pow(m,Ny),a=r*qy):(r=Math.pow(v,Py)-Math.pow(m,My),a=r*jy),Math.abs(a)<By?n=0:a>0?n=a-rd:n=a+rd,n*100}function Hy(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 Vy=5e4;function Gy(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?Vy:(r-a)/a}function Uy(e,t){e=Me(e),t=Me(t);var r=Pt(e,[Rt,"l"]),a=Pt(t,[Rt,"l"]);return Math.abs(r-a)}var Wy=216/24389,nd=24/116,li=24389/27,ds=Yt.D65,fs=new de({id:"lab-d65",name:"Lab D65",coords:{l:{refRange:[0,100],name:"L"},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:ds,base:Mt,fromBase:function(t){var r=t.map(function(n,i){return n/ds[i]}),a=r.map(function(n){return n>Wy?Math.cbrt(n):(li*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]>nd?Math.pow(r[0],3):(116*r[0]-16)/li,t[0]>8?Math.pow((t[0]+16)/116,3):t[0]/li,r[2]>nd?Math.pow(r[2],3):(116*r[2]-16)/li];return a.map(function(n,i){return n*ds[i]})},formats:{"lab-d65":{coords:["<number> | <percentage>","<number>","<number>"]}}}),ps=Math.pow(5,.5)*.5+.5;function Yy(e,t){e=Me(e),t=Me(t);var r=Pt(e,[fs,"l"]),a=Pt(t,[fs,"l"]),n=Math.abs(Math.pow(r,ps)-Math.pow(a,ps)),i=Math.pow(n,1/ps)*Math.SQRT2-40;return i<7.5?0:i}var ci=Object.freeze({__proto__:null,contrastWCAG21:Oy,contrastAPCA:zy,contrastMichelson:Hy,contrastWeber:Gy,contrastLstar:Uy,contrastDeltaPhi:Yy});function Ky(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};Ha(r)&&(r={algorithm:r});var a=r,n=a.algorithm,i=je(a,Y);if(!n){var o=Object.keys(ci).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 ci)if("contrast"+n.toLowerCase()===s.toLowerCase())return ci[s](e,t,i);throw new TypeError("Unknown contrast algorithm: ".concat(n))}function id(e){var t=Va(e,Mt),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 od(e){var t=Va(e,Mt),r=Q(t,3),a=r[0],n=r[1],i=r[2],o=a+n+i;return[a/o,n/o]}function Xy(e){Object.defineProperty(e.prototype,"uv",{get:function(){return id(this)}}),Object.defineProperty(e.prototype,"xy",{get:function(){return od(this)}})}var Zy=Object.freeze({__proto__:null,uv:id,xy:od,register:Xy});function Qy(e,t){return Jc(e,t,"lab")}var Jy=Math.PI,sd=Jy/180;function e0(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=Rt.from(e),u=Q(s,3),l=u[0],c=u[1],d=u[2],m=Ga.from(Rt,[l,c,d]),v=Q(m,3),y=v[1],w=v[2],E=Rt.from(t),_=Q(E,3),x=_[0],C=_[1],R=_[2],T=Ga.from(Rt,[x,C,R])[1];y<0&&(y=0),T<0&&(T=0);var O=l-x,P=y-T,$=c-C,K=d-R,L=Math.pow($,2)+Math.pow(K,2)-Math.pow(P,2),H=.511;l>=16&&(H=.040975*l/(1+.01765*l));var W=.0638*y/(1+.0131*y)+.638,X;Number.isNaN(w)&&(w=0),w>=164&&w<=345?X=.56+Math.abs(.2*Math.cos((w+168)*sd)):X=.36+Math.abs(.4*Math.cos((w+35)*sd));var ue=Math.pow(y,4),ve=Math.sqrt(ue/(ue+1900)),ae=W*(ve*X+1-ve),fe=Math.pow(O/(n*H),2);return fe+=Math.pow(P/(o*W),2),fe+=L/Math.pow(ae,2),Math.sqrt(fe)}var ud=203,ms=new de({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:Mt,fromBase:function(t){return t.map(function(r){return Math.max(r*ud,0)})},toBase:function(t){return t.map(function(r){return Math.max(r/ud,0)})}}),di=1.15,fi=.66,ld=2610/Math.pow(2,14),t0=Math.pow(2,14)/2610,cd=3424/Math.pow(2,12),dd=2413/Math.pow(2,7),fd=2392/Math.pow(2,7),r0=1.7*2523/Math.pow(2,5),pd=Math.pow(2,5)/(1.7*2523),pi=-.56,hs=16295499532821565e-27,a0=[[.41478972,.579999,.014648],[-.20151,1.120649,.0531008],[-.0166008,.2648,.6684799]],n0=[[1.9242264357876067,-1.0047923125953657,.037651404030618],[.35031676209499907,.7264811939316552,-.06538442294808501],[-.09098281098284752,-.3127282905230739,1.5227665613052603]],i0=[[.5,.5,0],[3.524,-4.066708,.542708],[.199076,1.096799,-1.295875]],o0=[[1,.1386050432715393,.05804731615611886],[.9999999999999999,-.1386050432715393,-.05804731615611886],[.9999999999999998,-.09601924202631895,-.8118918960560388]],md=new de({id:"jzazbz",name:"Jzazbz",coords:{jz:{refRange:[0,1],name:"Jz"},az:{refRange:[-.5,.5]},bz:{refRange:[-.5,.5]}},base:ms,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o=di*a-(di-1)*i,s=fi*n-(fi-1)*a,u=tt(a0,[o,s,i]),l=u.map(function(E){var _=cd+dd*Math.pow(E/1e4,ld),x=1+fd*Math.pow(E/1e4,ld);return Math.pow(_/x,r0)}),c=tt(i0,l),d=Q(c,3),m=d[0],v=d[1],y=d[2],w=(1+pi)*m/(1+pi*m)-hs;return[w,v,y]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o=(a+hs)/(1+pi-pi*(a+hs)),s=tt(o0,[o,n,i]),u=s.map(function(E){var _=cd-Math.pow(E,pd),x=fd*Math.pow(E,pd)-dd,C=1e4*Math.pow(_/x,t0);return C}),l=tt(n0,u),c=Q(l,3),d=c[0],m=c[1],v=c[2],y=(d+(di-1)*v)/di,w=(m+(fi-1)*y)/fi;return[y,w,v]},formats:{color:{}}}),vs=new de({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:md,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)),ni(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 s0(e,t){var r=vs.from(e),a=Q(r,3),n=a[0],i=a[1],o=a[2],s=vs.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 hd=3424/4096,vd=2413/128,gd=2392/128,bd=2610/16384,u0=2523/32,l0=16384/2610,yd=32/2523,c0=[[.3592,.6976,-.0358],[-.1922,1.1004,.0755],[.007,.0749,.8434]],d0=[[2048/4096,2048/4096,0],[6610/4096,-13613/4096,7003/4096],[17933/4096,-17390/4096,-543/4096]],f0=[[.9999888965628402,.008605050147287059,.11103437159861648],[1.00001110343716,-.008605050147287059,-.11103437159861648],[1.0000320633910054,.56004913547279,-.3206339100541203]],p0=[[2.0701800566956137,-1.326456876103021,.20661600684785517],[.3649882500326575,.6804673628522352,-.04542175307585323],[-.04959554223893211,-.04942116118675749,1.1879959417328034]],gs=new de({id:"ictcp",name:"ICTCP",coords:{i:{refRange:[0,1],name:"I"},ct:{refRange:[-.5,.5],name:"CT"},cp:{refRange:[-.5,.5],name:"CP"}},base:ms,fromBase:function(t){var r=tt(c0,t);return m0(r)},toBase:function(t){var r=h0(t);return tt(p0,r)},formats:{color:{}}});function m0(e){var t=e.map(function(r){var a=hd+vd*Math.pow(r/1e4,bd),n=1+gd*Math.pow(r/1e4,bd);return Math.pow(a/n,u0)});return tt(d0,t)}function h0(e){var t=tt(f0,e),r=t.map(function(a){var n=Math.max(Math.pow(a,yd)-hd,0),i=vd-gd*Math.pow(a,yd);return 1e4*Math.pow(n/i,l0)});return r}function v0(e,t){var r=gs.from(e),a=Q(r,3),n=a[0],i=a[1],o=a[2],s=gs.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 g0=[[.8190224432164319,.3619062562801221,-.12887378261216414],[.0329836671980271,.9292868468965546,.03614466816999844],[.048177199566046255,.26423952494422764,.6335478258136937]],b0=[[1.2268798733741557,-.5578149965554813,.28139105017721583],[-.04057576262431372,1.1122868293970594,-.07171106666151701],[-.07637294974672142,-.4214933239627914,1.5869240244272418]],y0=[[.2104542553,.793617785,-.0040720468],[1.9779984951,-2.428592205,.4505937099],[.0259040371,.7827717662,-.808675766]],w0=[[.9999999984505198,.39633779217376786,.2158037580607588],[1.0000000088817609,-.10556134232365635,-.06385417477170591],[1.0000000546724108,-.08948418209496575,-1.2914855378640917]],mi=new de({id:"oklab",name:"OKLab",coords:{l:{refRange:[0,1],name:"L"},a:{refRange:[-.4,.4]},b:{refRange:[-.4,.4]}},white:"D65",base:Mt,fromBase:function(t){var r=tt(g0,t),a=r.map(function(n){return Math.cbrt(n)});return tt(y0,a)},toBase:function(t){var r=tt(w0,t),a=r.map(function(n){return Math.pow(n,3)});return tt(b0,a)},formats:{oklab:{coords:["<number> | <percentage>","<number>","<number>"]}}});function D0(e,t){var r=mi.from(e),a=Q(r,3),n=a[0],i=a[1],o=a[2],s=mi.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 bs=Object.freeze({__proto__:null,deltaE76:Qy,deltaECMC:e0,deltaE2000:us,deltaEJz:s0,deltaEITP:v0,deltaEOK:D0});function Ka(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};Ha(r)&&(r={method:r});var a=r,n=a.method,i=n===void 0?rr.deltaE:n,o=je(a,Z);e=Me(e),t=Me(t);for(var s in bs)if("deltae"+i.toLowerCase()===s.toLowerCase())return bs[s](e,t,o);throw new TypeError("Unknown deltaE method: ".concat(i))}function E0(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:.25,r=de.get("oklch","lch"),a=[r,"l"];return Sr(e,a,function(n){return n*(1+t)})}function _0(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:.25,r=de.get("oklch","lch"),a=[r,"l"];return Sr(e,a,function(n){return n*(1-t)})}var x0=Object.freeze({__proto__:null,lighten:E0,darken:_0});function wd(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=Xa(e,t,{space:s,outputSpace:u,premultiplied:l});return c(r)}function Dd(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a;if(ys(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=je(i,z);if(!a){var v=[Me(e),Me(t)];e=v[0],t=v[1],a=Xa(e,t,m)}var y=Ka(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($,K){var L=K*_;return{p:L,color:a(L)}})}if(o>0)for(var x=E.reduce(function($,K,L){if(L===0)return 0;var H=Ka(K.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,Ka(P,R.color),Ka(P,T.color)),E.splice(C,0,{p:O,color:a(O)}),C++}}return E=E.map(function($){return $.color}),E}function Xa(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(ys(e)){var a=e,n=t;return Xa.apply(void 0,ce(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=Wa(e),t=Wa(t);var l={colors:[e,t],options:r};if(i?i=de.get(i):i=de.registry[rr.interpolationSpace]||e.space,o=o?de.get(o):i,e=Lt(e,i),t=Lt(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=[Pt(e,d),Pt(t,d)],v=m[0],y=m[1],w=gy(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 ti(T,P,_)}),C=ti(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=Lt(R,o)),R},{rangeArgs:l})}function ys(e){return Tr(e)==="function"&&!!e.rangeArgs}rr.interpolationSpace="lab";function A0(e){e.defineFunction("mix",wd,{returns:"color"}),e.defineFunction("range",Xa,{returns:"function<color>"}),e.defineFunction("steps",Dd,{returns:"array<color>"})}var C0=Object.freeze({__proto__:null,mix:wd,steps:Dd,range:Xa,isRange:ys,register:A0}),Ed=new de({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:Ya,fromBase:function(t){var r=Math.max.apply(Math,ce(t)),a=Math.min.apply(Math,ce(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}}}),_d=new de({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:Ed,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}}}),R0=new de({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:_d,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>"]}}}),T0=[[.5766690429101305,.1855582379065463,.1882286462349947],[.29734497525053605,.6273635662554661,.07529145849399788],[.02703136138641234,.07068885253582723,.9913375368376388]],F0=[[2.0415879038107465,-.5650069742788596,-.34473135077832956],[-.9692436362808795,1.8759675015077202,.04155505740717557],[.013444280632031142,-.11836239223101838,1.0151749943912054]],xd=new _t({id:"a98rgb-linear",name:"Linear Adobe® 98 RGB compatible",white:"D65",toXYZ_M:T0,fromXYZ_M:F0}),S0=new _t({id:"a98rgb",name:"Adobe® 98 RGB compatible",base:xd,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"}}}),k0=[[.7977604896723027,.13518583717574031,.0313493495815248],[.2880711282292934,.7118432178101014,8565396060525902e-20],[0,0,.8251046025104601]],O0=[[1.3457989731028281,-.25558010007997534,-.05110628506753401],[-.5446224939028347,1.5082327413132781,.02053603239147973],[0,0,1.2119675456389454]],Ad=new _t({id:"prophoto-linear",name:"Linear ProPhoto",white:"D50",base:os,toXYZ_M:k0,fromXYZ_M:O0}),I0=1/512,N0=16/512,M0=new _t({id:"prophoto",name:"ProPhoto",base:Ad,toBase:function(t){return t.map(function(r){return r<N0?r/16:Math.pow(r,1.8)})},fromBase:function(t){return t.map(function(r){return r>=I0?Math.pow(r,1/1.8):16*r})},formats:{color:{id:"prophoto-rgb"}}}),P0=new de({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:mi,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)),ni(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>"]}}}),Cd=203,Rd=2610/Math.pow(2,14),L0=Math.pow(2,14)/2610,B0=2523/Math.pow(2,5),Td=Math.pow(2,5)/2523,Fd=3424/Math.pow(2,12),Sd=2413/Math.pow(2,7),kd=2392/Math.pow(2,7),$0=new _t({id:"rec2100pq",name:"REC.2100-PQ",base:si,toBase:function(t){return t.map(function(r){var a=Math.pow(Math.max(Math.pow(r,Td)-Fd,0)/(Sd-kd*Math.pow(r,Td)),L0);return a*1e4/Cd})},fromBase:function(t){return t.map(function(r){var a=Math.max(r*Cd/1e4,0),n=Fd+Sd*Math.pow(a,Rd),i=1+kd*Math.pow(a,Rd);return Math.pow(n/i,B0)})},formats:{color:{id:"rec2100-pq"}}}),Od=.17883277,Id=.28466892,Nd=.55991073,ws=3.7743,q0=new _t({id:"rec2100hlg",cssid:"rec2100-hlg",name:"REC.2100-HLG",referred:"scene",base:si,toBase:function(t){return t.map(function(r){return r<=.5?Math.pow(r,2)/3*ws:Math.exp((r-Nd)/Od+Id)/12*ws})},fromBase:function(t){return t.map(function(r){return r/=ws,r<=1/12?Math.sqrt(3*r):Od*Math.log(12*r-Id)+Nd})},formats:{color:{id:"rec2100-hlg"}}}),Md={};Fr.add("chromatic-adaptation-start",function(e){e.options.method&&(e.M=Pd(e.W1,e.W2,e.options.method))}),Fr.add("chromatic-adaptation-end",function(e){e.M||(e.M=Pd(e.W1,e.W2,e.options.method))});function hi(e){var t=e.id;e.toCone_M,e.fromCone_M,Md[t]=arguments[0]}function Pd(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"Bradford",a=Md[r],n=tt(a.toCone_M,e),i=Q(n,3),o=i[0],s=i[1],u=i[2],l=tt(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=tt(y,a.toCone_M),E=tt(a.fromCone_M,w);return E}hi({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]]}),hi({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]]}),hi({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]]}),hi({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(Yt,{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]}),Yt.ACES=[.32168/.33767,1,(1-.32168-.33767)/.33767];var j0=[[.6624541811085053,.13400420645643313,.1561876870049078],[.27222871678091454,.6740817658111484,.05368951740793705],[-.005574649490394108,.004060733528982826,1.0103391003129971]],z0=[[1.6410233796943257,-.32480329418479,-.23642469523761225],[-.6636628587229829,1.6153315916573379,.016756347685530137],[.011721894328375376,-.008284441996237409,.9883948585390215]],Ld=new _t({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:Yt.ACES,toXYZ_M:j0,fromXYZ_M:z0,formats:{color:{}}}),vi=Math.pow(2,-16),Ds=-.35828683,gi=(Math.log2(65504)+9.72)/17.52,H0=new _t({id:"acescc",name:"ACEScc",coords:{r:{range:[Ds,gi],name:"Red"},g:{range:[Ds,gi],name:"Green"},b:{range:[Ds,gi],name:"Blue"}},referred:"scene",base:Ld,toBase:function(t){var r=-.3013698630136986;return t.map(function(a){return a<=r?(Math.pow(2,a*17.52-9.72)-vi)*2:a<gi?Math.pow(2,a*17.52-9.72):65504})},fromBase:function(t){return t.map(function(r){return r<=0?(Math.log2(vi)+9.72)/17.52:r<vi?(Math.log2(vi+r*.5)+9.72)/17.52:(Math.log2(r)+9.72)/17.52})},formats:{color:{}}}),Bd=Object.freeze({__proto__:null,XYZ_D65:Mt,XYZ_D50:os,XYZ_ABS_D65:ms,Lab_D65:fs,Lab:Rt,LCH:Ga,sRGB_Linear:Wc,sRGB:Ya,HSL:Ed,HWB:R0,HSV:_d,P3_Linear:Uc,P3:Zc,A98RGB_Linear:xd,A98RGB:S0,ProPhoto_Linear:Ad,ProPhoto:M0,REC_2020_Linear:si,REC_2020:Gc,OKLab:mi,OKLCH:P0,Jzazbz:md,JzCzHz:vs,ICTCP:gs,REC_2100_PQ:$0,REC_2100_HLG:q0,ACEScg:Ld,ACEScc:H0}),ze=(te=new WeakMap,function(){function e(){var t=this;zt(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]),Dt(te,this,de.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 jt(te,this).coords)c(d)}return Ht(e,[{key:"space",get:function(){return jt(te,this)}},{key:"spaceId",get:function(){return jt(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=Ty.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 mr(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:Pt,getAll:Va,set:Sr,setAll:qc,to:Lt,equals:Fy,inGamut:Ua,toGamut:kr,distance:Jc,toString:oi}),Object.assign(ze,{util:fy,hooks:Fr,WHITES:Yt,Space:de,spaces:de.registry,parse:$c,defaults:rr});for(var Es=0,$d=Object.keys(Bd);Es<$d.length;Es++){var V0=$d[Es];de.register(Bd[V0])}for(var qd in de.registry)_s(qd,de.registry[qd]);Fr.add("colorspace-init-end",function(e){var t;_s(e.id,e),(t=e.aliases)===null||t===void 0||t.forEach(function(r){_s(r,e)})});function _s(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 de.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=de.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=de.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(bs),ze.extend({deltaE:Ka}),ze.extend(x0),ze.extend({contrast:Ky}),ze.extend(Zy),ze.extend(ky),ze.extend(C0),ze.extend(ci);var jd=er(dc());Rr.default.templateSettings.strip=!1,g._memoizedFns=[];function G0(e){var t=(0,Ic.default)(e);return g._memoizedFns.push(t),t}var Ve=G0,U0=Ve(function(e){return e!=null&&e.createElement?e.createElement("A").localName==="A":!1}),Za=U0;function xs(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 W0=["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"],Y0=31,K0=/([\\"])/g,X0=/(\r\n|\r|\n)/g;function As(e){return e.replace(K0,"\\$1").replace(X0,"\\a ")}function zd(e,t){var r=t.name,a;if(r.indexOf("href")!==-1||r.indexOf("src")!==-1){var n=Sc(e.getAttribute(r));n?a=Ye(t.name)+'$="'+As(n)+'"':a=Ye(t.name)+'="'+As(e.getAttribute(r))+'"'}else a=Ye(r)+'="'+As(t.value)+'"';return a}function Cs(e,t){return e.count<t.count?-1:e.count===t.count?0:1}function Hd(e){return!W0.includes(e.name)&&e.name.indexOf(":")===-1&&(!e.value||e.value.length<Y0)}function bi(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=Ye(l);t.classes[c]?t.classes[c]++:t.classes[c]=1}),s.hasAttributes()&&Array.from(za(s)).filter(Hd).forEach(function(l){var c=zd(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 Z0(e,t){var r=[],a=t.classes,n=t.tags;return e.classList&&Array.from(e.classList).forEach(function(i){var o=Ye(i);a[o]<n[e.nodeName]&&r.push({name:o,count:a[o],species:"class"})}),r.sort(Cs)}function Q0(e,t){var r=e.parentNode&&Array.from(e.parentNode.children||"")||[],a=r.find(function(i){return i!==e&&sa(i,t)});if(a){var n=1+r.indexOf(e);return":nth-child("+n+")"}else return""}function J0(e){if(e.getAttribute("id")){var t=e.getRootNode&&e.getRootNode()||b,r="#"+Ye(e.getAttribute("id")||"");if(!r.match(/player_uid_/)&&t.querySelectorAll(r).length===1)return r}}function Vd(e){var t=Za(b);return Ye(t?e.localName:e.nodeName.toLowerCase())}function ew(e,t){var r=[],a=t.attributes,n=t.tags;return e.hasAttributes()&&Array.from(za(e)).filter(Hd).forEach(function(i){var o=zd(e,i);o&&a[o]<n[e.nodeName]&&r.push({name:o,count:a[o],species:"attribute"})}),r.sort(Cs)}function tw(e,t){var r="",a,n=Z0(e,t),i=ew(e,t);return n.length&&n[0].count===1?a=[n[0]]:i.length&&i[0].count===1?(a=[i[0]],r=Vd(e)):(a=n.concat(i),a.sort(Cs),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=Vd(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 rw(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=J0(e);s||(s=tw(e,g._selectorData),s+=Q0(e,s)),i?i=s+" > "+i:i=s,!o||o.length>De.selectorSimilarFilterLimit?o=nw(r,i):o=o.filter(function(u){return sa(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 aw(e,t){return xs(rw,e,t)}var Rs=Ve(aw),nw=Ve(function(e,t){return Array.from(e.querySelectorAll(t))});function Gd(e){var t=Ye(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?Gd(r)+" > "+t+n:t+n}function yi(e,t){return xs(Gd,e,t)}function Ud(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=Ud(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&&Ye(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 iw(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 ow(e){var t=Ud(e);return iw(t)}var Wd=ow,Qa={},sw={set:function(t,r){uw(t),Qa[t]=r},get:function(t,r){if(lw(r),t in Qa)return Qa[t];if(typeof r=="function"){var a=r();return Oe(a!==void 0,"Cache creator function should not return undefined"),this.set(t,a),Qa[t]}},clear:function(){Qa={}}};function uw(e){Oe(typeof e=="string","key must be a string, "+B(e)+" given"),Oe(e!=="","key must not be empty")}function lw(e){Oe(typeof e=="function"||typeof e>"u","creator must be a function or undefined, "+B(e)+" given")}var we=sw;function cw(e,t){var r=t||e;return we.get("nodeMap")?we.get("nodeMap").get(r):null}var _e=cw;function Yd(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 Ts(s,a)}var u=dw(e);return u.length>a?fw(e,{maxLength:a,attrLimit:i}):u}function dw(e){var t=e.outerHTML;return!t&&typeof p.XMLSerializer=="function"&&(t=new p.XMLSerializer().serializeToString(e)),t||""}function fw(e,t){var r=t.maxLength,a=t.attrLimit,n=Za(e.ownerDocument||b)?e.nodeName:e.nodeName.toLowerCase(),i=Array.from(za(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=Ts(y.name,a),y.value=Ts(y.value,a)});var s="<".concat(n),u=">",l=" ...>",c=qe(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 Ts(e,t){return e.length<=t?e:e.substring(0,t)+"..."}var Kd="DqElm.RunOptions",Wr=Ve(function(t,r,a){var n,i;if(r??(r=null),a??(a={}),!r){var o;r=(o=we.get(Kd))!==null&&o!==void 0?o:{}}if(this.spec=a,t instanceof lt?(this._virtualNode=t,this._element=t.actualNode):(this._element=t,this._virtualNode=_e(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:Yd(this._element)}return this});Wr.prototype={get selector(){return this.spec.selector||[Rs(this.element,this._options)]},get ancestry(){return this.spec.ancestry||[yi(this.element)]},get xpath(){return this.spec.xpath||[Wd(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}},Wr.fromFrame=function(t,r,a){var n=Wr.mergeSpecs(t,a);return new Wr(a.element,r,n)},Wr.mergeSpecs=function(t,r){return Ae({},t,{selector:[].concat(ce(r.selector),ce(t.selector)),ancestry:[].concat(ce(r.ancestry),ce(t.ancestry)),xpath:[].concat(ce(r.xpath),ce(t.xpath)),nodeIndexes:[].concat(ce(r.nodeIndexes),ce(t.nodeIndexes)),fromFrame:!0})},Wr.setRunOptions=function(t){var r=t.elementRef,a=t.absolutePaths;we.set(Kd,{elementRef:r,absolutePaths:a})};var Bt=Wr;function pw(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 lt?i=[i]:i=Fc(i),e.relatedNodes=[],i.forEach(function(o){if(o instanceof lt&&(o=o.actualNode),o instanceof p.Node){var s=new Bt(o);e.relatedNodes.push(s)}}))}}}var Fs=pw;function gr(e){return Ss(e,new Map)}function Ss(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(Ss(s,t))}),n}var i={};t.set(e,i);for(var o in e)i[o]=Ss(e[o],t);return i}var Ja=new Oc.CssSelectorParser;Ja.registerSelectorPseudos("not"),Ja.registerSelectorPseudos("is"),Ja.registerNestingOperators(">"),Ja.registerAttrEqualityMods("^","$","*","~");var Xd=Ja;function ks(e,t){var r=wi(t);return r.some(function(a){return ca(e,a)})}function mw(e,t){return e.props.nodeType===1&&(t.tag==="*"||e.props.nodeName===t.tag)}function hw(e,t){return!t.classes||t.classes.every(function(r){return e.hasClass(r.value)})}function vw(e,t){return!t.attributes||t.attributes.every(function(r){var a=e.attr(r.key);return a!==null&&r.test(a)})}function gw(e,t){return!t.id||e.props.id===t.id}function bw(e,t){return!!(!t.pseudos||t.pseudos.every(function(r){if(r.name==="not")return!r.expressions.some(function(a){return ca(e,a)});if(r.name==="is")return r.expressions.some(function(a){return ca(e,a)});throw new Error("the pseudo selector "+r.name+" has not yet been implemented")}))}function Zd(e,t){return mw(e,t)&&hw(e,t)&&vw(e,t)&&gw(e,t)&&bw(e,t)}var en=function(){var e=/(?=[\-\[\]{}()*+?.\\\^$|,#\s])/g,t="\\";return function(r){return r.replace(e,t)}}(),Os=/\\/g;function yw(e){if(e)return e.map(function(t){var r=t.name.replace(Os,""),a=(t.value||"").replace(Os,""),n,i;switch(t.operator){case"^=":i=new RegExp("^"+en(a));break;case"$=":i=new RegExp(en(a)+"$");break;case"~=":i=new RegExp("(^|\\s)"+en(a)+"(\\s|$)");break;case"|=":i=new RegExp("^"+en(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 ww(e){if(e)return e.map(function(t){return t=t.replace(Os,""),{value:t,regexp:new RegExp("(^|\\s)"+en(t)+"(\\s|$)")}})}function Dw(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=Qd(r)),{name:t.name,expressions:r,value:t.value}})}function Qd(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:yw(a.attrs),classes:ww(a.classNames),pseudos:Dw(a.pseudos)}),a=a.rule;return r})}function wi(e){var t=Xd.parse(e);return t=t.selectors?t.selectors:[t],Qd(t)}function Jd(e,t,r,a){if(!e)return!1;for(var n=Array.isArray(t),i=n?t[r]:t,o=Zd(e,i);!o&&a&&e.parent;)e=e.parent,o=Zd(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&&Jd(e.parent,t,r-1,i.combinator===" ")}return o}function ca(e,t,r){return Jd(e,t,t.length-1,r)}function Ew(e,t){for(;e;){if(ks(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 Tt=Ew;function Di(){}function Is(e){if(typeof e!="function")throw new TypeError("Queue methods require functions as arguments")}function _w(){var e=[],t=0,r=0,a=Di,n=!1,i,o=function(v){i=v,setTimeout(function(){i!=null&&Ur("Uncaught error (of queue)",i)},1)},s=o;function u(m){return function(v){e[m]=v,r-=1,!r&&a!==Di&&(n=!0,a(e))}}function l(m){return a=Di,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(Is(v),i===void 0){if(n)throw new Error("Queue already completed");return e.push(v),++r,c(),d}},then:function(v){if(Is(v),a!==Di)throw new Error("queue `then` already set");return i||(a=v,r||(n=!0,a(e))),d},catch:function(v){if(Is(v),s!==o)throw new Error("queue `catch` already set");return i?(v(i),i=null):s=v,d},abort:l};return d}var ar=_w,da,fa,Ns=p.crypto||p.msCrypto;if(!fa&&Ns&&Ns.getRandomValues){var ef=new Uint8Array(16);fa=function(){return Ns.getRandomValues(ef),ef}}if(!fa){var tf=new Array(16);fa=function(){for(var t=0,r;t<16;t++)t&3||(r=Math.random()*4294967296),tf[t]=r>>>((t&3)<<3)&255;return tf}}for(var rf=typeof p.Buffer=="function"?p.Buffer:Array,Ms=[],af={},pa=0;pa<256;pa++)Ms[pa]=(pa+256).toString(16).substr(1),af[Ms[pa]]=pa;function xw(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++]=af[i])});n<16;)t[a+n++]=0;return t}function Ps(e,t){var r=t||0,a=Ms;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=fa(),Aw=[Ir[0]|1,Ir[1],Ir[2],Ir[3],Ir[4],Ir[5]],nf=(Ir[6]<<8|Ir[7])&16383,Ls=0,Bs=0;function of(e,t,r){var a=t&&r||0,n=t||[];e=e||{};var i=e.clockseq!=null?e.clockseq:nf,o=e.msecs!=null?e.msecs:new Date().getTime(),s=e.nsecs!=null?e.nsecs:Bs+1,u=o-Ls+(s-Bs)/1e4;if(u<0&&e.clockseq==null&&(i=i+1&16383),(u<0||o>Ls)&&e.nsecs==null&&(s=0),s>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Ls=o,Bs=s,nf=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||Aw,m=0;m<6;m++)n[a+m]=d[m];return t||Ps(n)}function Yr(e,t,r){var a=t&&r||0;typeof e=="string"&&(t=e=="binary"?new rf(16):null,e=null),e=e||{};var n=e.random||(e.rng||fa)();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||Ps(n)}da=Yr,da.v1=of,da.v4=Yr,da.parse=xw,da.unparse=Ps,da.BufferClass=rf,g._uuid=of();var Cw=Yr,Rw=Object.freeze(["EvalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);function Tw(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:sf()};return a instanceof Error?o.error={name:a.name,message:a.message,stack:a.stack}:o.payload=a,JSON.stringify(o)}function Fw(e){var t;try{t=JSON.parse(e)}catch{return}if(Sw(t)){var r=t,a=r.topic,n=r.channelId,i=r.messageId,o=r.keepalive,s=B(t.error)==="object"?kw(t.error):t.payload;return{topic:a,message:s,messageId:i,channelId:n,keepalive:!!o}}}function Sw(e){return e!==null&&B(e)==="object"&&typeof e.channelId=="string"&&e.source===sf()}function kw(e){var t=e.message||"Unknown error occurred",r=Rw.includes(e.name)?e.name:"Error",a=p[r]||Error;return e.stack&&(t+=`
|
|
19
|
-
`+e.stack.replace(e.message,"")),new a(t)}function sf(){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 $s(e){lf(e),Oe(p.parent===e,"Source of the response must be the parent window.")}function uf(e){lf(e),Oe(e.parent===p,"Respondable target must be a frame in the current window")}function lf(e){Oe(p!==e,"Messages can not be sent to the same window.")}var tn={};function Ow(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;Oe(!Object.prototype.hasOwnProperty.call(tn,e),"A replyHandler already exists for this message channel."),tn[e]={replyHandler:t,sendToParent:r}}function Iw(e){return Object.prototype.hasOwnProperty.call(tn,e)?tn[e]:void 0}function Nw(e){delete tn[e]}var Ei=[];function qs(){var e="".concat(Yr(),":").concat(Yr());return Ei.includes(e)?qs():(Ei.push(e),e)}function Mw(e){return Ei.includes(e)?!1:(Ei.push(e),!0)}function js(e,t,r,a){if(r?$s(e):uf(e),t.message instanceof Error&&!r)return g.log(t.message),!1;var n=Tw(Ae({messageId:qs()},t)),i=g._audit.allowedOrigins;return!i||!i.length?!1:(typeof a=="function"&&Ow(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 Pw(e,t,r){if(!e.parent!==p)return g.log(t);try{js(e,{topic:null,channelId:r,message:t,messageId:qs(),keepalive:!0},!0)}catch(a){return g.log(a)}}function cf(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};js(e,s,r,o)}}function Lw(e){var t=g._audit.allowedOrigins;return t&&t.includes("*")||t.includes(e)}function Bw(e,t){var r=e.origin,a=e.data,n=e.source;try{var i=Fw(a)||{},o=i.channelId,s=i.message,u=i.messageId;if(!Lw(r)||!Mw(u))return;if(s instanceof Error&&n.parent!==p)return g.log(s),!1;try{if(i.topic){var l=cf(n,o);$s(n),t(i,l)}else $w(n,i)}catch(c){Pw(n,c,o)}}catch(c){return g.log(c),!1}}function $w(e,t){var r=t.channelId,a=t.message,n=t.keepalive,i=Iw(r)||{},o=i.replyHandler,s=i.sendToParent;if(o){s?$s(e):uf(e);var u=cf(e,r,s);!n&&r&&Nw(r);try{o(a,n,u)}catch(l){g.log(l),u(l,n)}}}var qw={open:function(t){if(typeof p.addEventListener=="function"){var r=function(n){Bw(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:js(t,r,!1,a)}};function df(e){e.updateMessenger(qw)}var _i,ff,xi={};function Xt(e,t,r,a,n){var i={topic:t,message:r,channelId:"".concat(Yr(),":").concat(Yr()),keepalive:a};return ff(e,i,n)}function jw(e,t){var r=e.topic,a=e.message,n=e.keepalive,i=Object.prototype.hasOwnProperty.call(xi,r)?xi[r]:void 0;if(i)try{i(a,n,t)}catch(o){g.log(o),t(o,n)}}Xt.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"),_i&&_i();var n=r(jw);n?(Oe(typeof n=="function","open callback must return a cleanup function"),_i=n):_i=null,ff=a},Xt.subscribe=function(t,r){Oe(typeof r=="function","Subscriber callback must be a function"),Oe(!Object.prototype.hasOwnProperty.call(xi,t),"Topic ".concat(t," is already registered to.")),xi[t]=r},Xt.isInFrame=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:p;return!!t.frameElement},df(Xt);function pf(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){Ur("Frame does not have a content window",e),r(null);return}if(s===0){mf(e,t,r,a);return}var u=setTimeout(function(){u=setTimeout(function(){t.debug?a(hf("No response from frame",e)):r(null)},0)},s);Xt(o,"axe.ping",null,void 0,function(){clearTimeout(u),mf(e,t,r,a)})}function mf(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(hf("Axe in frame timed out",e))},o);Xt(s,"axe.start",t,void 0,function(l){clearTimeout(u),l instanceof Error?a(l):r(l)})}function hf(e,t){var r;return g._tree&&(r=Rs(t)),new Error(e+": "+(r||t))}var rn=null,an={update:function(t){Oe(B(t)==="object","serializer must be an object"),rn=t},toSpec:function(t){return an.dqElmToSpec(new Bt(t))},dqElmToSpec:function(t,r){var a;return t instanceof Bt?(r&&(t=zw(t,r)),typeof((a=rn)===null||a===void 0?void 0:a.toSpec)=="function"?rn.toSpec(t):t.toJSON()):t},mergeSpecs:function(t,r){var a;return typeof((a=rn)===null||a===void 0?void 0:a.mergeSpecs)=="function"?rn.mergeSpecs(t,r):Bt.mergeSpecs(t,r)},mapRawResults:function(t){return t.map(function(r){return Ae({},r,{nodes:an.mapRawNodeResults(r.nodes)})})},mapRawNodeResults:function(t){return t==null?void 0:t.map(function(r){var a=r.node,n=je(r,ne);n.node=an.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=je(u,Te);return c.relatedNodes=l.map(an.dqElmToSpec),c})}return n})}},$t=an;function zw(e,t){var r=e.fromFrame,a=t.ancestry,n=t.xpath,i=t.selectors!==!1||r;return e=new Bt(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 Hw(e){var t=[];return t.concat(e.any||[]).concat(e.all||[]).concat(e.none||[])}var Ai=Hw;function Vw(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 nn=Vw;function Gw(e,t,r){e.forEach(function(a){a.node=$t.mergeSpecs(a.node,r);var n=Ai(a);n.forEach(function(i){i.relatedNodes=i.relatedNodes.map(function(o){return $t.mergeSpecs(o,r)})})})}function Uw(e,t){for(var r=t[0].node,a,n=0;n<e.length;n++){a=e[n].node;var i=vf(a.nodeIndexes,r.nodeIndexes);if(i>0||i===0&&r.selector.length<a.selector.length){e.splice.apply(e,[n,0].concat(ce(t)));return}}e.push.apply(e,ce(t))}function Ww(e){return!e||!e.results?null:Array.isArray(e.results)?e.results.length?e.results:null:[e.results]}function Yw(e,t){var r=[];return e.forEach(function(a){var n=Ww(a);if(!(!n||!n.length)){var i=Kw(a);n.forEach(function(o){o.nodes&&i&&Gw(o.nodes,t,i);var s=nn(r,"id",o.id);if(!s)r.push(o);else if(o.nodes.length&&Uw(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 vf(n.node.nodeIndexes,i.node.nodeIndexes)})}),r}function vf(){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 Ci=Yw;function Kw(e){return e.frameElement?$t.toSpec(e.frameElement):e.frameSpec?e.frameSpec:null}function gf(e,t,r,a,n,i){t=Ae({},t,{elementRef:!1});var o=ar(),s=e.frames;s.forEach(function(u){var l=u.node,c=je(u,le);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)}pf(l,v,y,m)})}),o.then(function(u){n(Ci(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 bf(){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]=bf(e[s],n[s])}}),e}var zs=bf;function Xw(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 Hs=Xw,Zw=["article","aside","blockquote","body","div","footer","h1","h2","h3","h4","h5","h6","header","main","nav","p","section","span"];function Qw(e){if(e.shadowRoot){var t=e.nodeName.toLowerCase();if(Zw.includes(t)||/^[a-z][a-z0-9_.-]*-[a-z0-9_.-]*$/.test(t))return!0}return!1}var Ri=Qw,Vs={};Vt(Vs,{createGrid:function(){return ln},findElmsInContext:function(){return yf},findNearbyElms:function(){return Mi},findUp:function(){return ha},findUpVirtual:function(){return ma},focusDisabled:function(){return tu},getComposedParent:function(){return ct},getElementByReference:function(){return au},getElementCoordinates:function(){return Ys},getElementStack:function(){return Jf},getModalDialog:function(){return Yf},getNodeGrid:function(){return Ni},getOverflowHiddenAncestors:function(){return sn},getRootNode:function(){return mt},getScrollOffset:function(){return If},getTabbableElements:function(){return e1},getTargetRects:function(){return Li},getTargetSize:function(){return t1},getTextElementStack:function(){return Du},getViewportSize:function(){return Ti},getVisibleChildTextRects:function(){return wu},hasContent:function(){return Vi},hasContentVirtual:function(){return gn},hasLangText:function(){return _u},idrefs:function(){return nr},insertedIntoFocusOrder:function(){return V1},isCurrentPageLink:function(){return ru},isFixedPosition:function(){return Fi},isFocusable:function(){return rt},isHTML5:function(){return W1},isHiddenForEveryone:function(){return Nr},isHiddenWithCSS:function(){return AE},isInTabOrder:function(){return qt},isInTextBlock:function(){return xu},isInert:function(){return Pi},isModalOpen:function(){return bn},isMultiline:function(){return K1},isNativelyFocusable:function(){return ou},isNode:function(){return ME},isOffscreen:function(){return Si},isOpaque:function(){return GE},isSkipLink:function(){return Ru},isVisible:function(){return ZE},isVisibleOnScreen:function(){return Ft},isVisibleToScreenReaders:function(){return Ke},isVisualContent:function(){return Eu},reduceToElementsBelowFloating:function(){return X1},shadowElementsFromPoint:function(){return e_},urlPropsFromAttribute:function(){return o_},visuallyContains:function(){return Z1},visuallyOverlaps:function(){return Tu},visuallySort:function(){return nu}});function Jw(e){var t=e.getRootNode&&e.getRootNode()||b;return t===e&&(t=b),t}var on=Jw,mt=on;function e2(e){var t=e.context,r=e.value,a=e.attr,n=e.elm,i=n===void 0?"":n,o,s=Ye(r);return t.nodeType===9||t.nodeType===11?o=t:o=mt(t),Array.from(o.querySelectorAll(i+"["+a+"="+s+"]"))}var yf=e2;function t2(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&&!sa(r,t)&&r!==b.documentElement);return!r||!sa(r,t)?null:r}var ma=t2;function r2(e,t){return ma(_e(e),t)}var ha=r2;function Gs(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 wf=Ve(function(t){var r=[];if(!t)return r;var a=t.getComputedStylePropertyValue("overflow");return a==="hidden"&&r.push(t),r.concat(wf(t.parent))}),sn=wf,a2=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,n2=/(\w+)\((\d+)/;function Us(e){return["style","script","noscript","template"].includes(e.props.nodeName)}function Df(e){return e.props.nodeName==="area"?!1:e.getComputedStylePropertyValue("display")==="none"}function Ef(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.isAncestor;return!r&&["hidden","collapse"].includes(e.getComputedStylePropertyValue("visibility"))}function _f(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.isAncestor;return!!r&&e.getComputedStylePropertyValue("content-visibility")==="hidden"}function xf(e){return e.attr("aria-hidden")==="true"}function Af(e){return e.getComputedStylePropertyValue("opacity")==="0"}function Cf(e){var t=Dr(e.actualNode),r=parseInt(e.getComputedStylePropertyValue("height")),a=parseInt(e.getComputedStylePropertyValue("width"));return!!t&&(r===0||a===0)}function Rf(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=sn(e);if(!n.length)return!1;var i=e.boundingClientRect;return n.some(function(o){if(a==="absolute"&&!i2(e,o)&&o.getComputedStylePropertyValue("position")==="static")return!1;var s=o.boundingClientRect;return s.width<2||s.height<2?!0:!Gs(i,s)})}function Tf(e){var t=e.getComputedStylePropertyValue("clip").match(a2),r=e.getComputedStylePropertyValue("clip-path").match(n2);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 Ws(e,t){var r=Tt(e,"map");if(!r)return!0;var a=r.attr("name");if(!a)return!0;var n=on(e.actualNode);if(!n||n.nodeType!==9)return!0;var i=Ot(g._tree,'img[usemap="#'.concat(Ye(a),'"]'));return!i||!i.length?!0:i.some(function(o){return!t(o)})}function Ff(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 i2(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 o2=[Df,Ef,_f,Ff];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=ke(e).vNode,r?Sf(e,n):kf(e,n)}var Sf=Ve(function(t,r){return Us(t)?!0:t.actualNode?!!(o2.some(function(a){return a(t,{isAncestor:r})})||!t.actualNode.isConnected):!1}),kf=Ve(function(t,r){return Sf(t,r)?!0:t.parent?kf(t.parent,!0):!1});function Of(e){if(e.assignedSlot)return Of(e.assignedSlot);if(e.parentNode){var t=e.parentNode;if(t.nodeType===1)return t;if(t.host)return t.host}return null}var ct=Of;function s2(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 If=s2;function u2(e){var t=If(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 Ys=u2;function l2(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 Ti=l2;function Fi(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.skipAncestors,a=ke(e),n=a.vNode;return n?r?Nf(n):Mf(n):!1}var Nf=Ve(function(t){return t.getComputedStylePropertyValue("position")==="fixed"}),Mf=Ve(function(t){return Nf(t)?!0:t.parent?Mf(t.parent):!1});function c2(e,t){for(e=ct(e);e&&e.nodeName.toLowerCase()!=="html";){if(e.scrollTop&&(t+=e.scrollTop,t>=0))return!1;e=ct(e)}return!0}function d2(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.isAncestor;if(r)return!1;var a=ke(e),n=a.domNode;if(n){var i=b.documentElement,o=p.getComputedStyle(n),s=p.getComputedStyle(b.body||i).getPropertyValue("direction"),u=Fi(n),l=u?n.getBoundingClientRect():Ys(n);if(l.top===0&&l.bottom===0||l.left===0&&l.right===0)return!1;if(l.bottom<=0&&(c2(n,l.bottom)||o.position==="absolute"))return!0;var c=Ti(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 Si=d2,f2=[Af,Cf,Rf,Tf,Si];function Ft(e){return e=ke(e).vNode,Ks(e)}var Ks=Ve(function(t,r){return t.actualNode&&t.props.nodeName==="area"?!Ws(t,Ks):Nr(t,{skipAncestors:!0,isAncestor:r})||t.actualNode&&f2.some(function(a){return a(t,{isAncestor:r})})?!1:t.parent?Ks(t.parent,!0):!0});function Xs(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 ki(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 Pf={};Vt(Pf,{getBoundingRect:function(){return Xs},getIntersectionRect:function(){return Oi},getOffset:function(){return Bf},getRectCenter:function(){return un},hasVisualOverlap:function(){return Zs},isPointInRect:function(){return ki},rectHasMinimumSize:function(){return yr},rectsOverlap:function(){return Gs},splitRects:function(){return Qs}});function Oi(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 un(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 Lf=.05;function yr(e,t){var r=t.width,a=t.height;return r+Lf>=e&&a+Lf>=e}function Bf(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:12,a=Li(e),n=Li(t);return!a.length||!n.length?null:a.reduce(function(i,o){var s=un(o),u=qe(n),l;try{for(u.s();!(l=u.n()).done;){var c=l.value;if(ki(s,c))return 0;var d=p2(s,c),m=$f(s,d);i=Math.min(i,m)}}catch(_){u.e(_)}finally{u.f()}var v=t1(t);if(yr(r*2,v))return i;var y=n.reduce(Xs),w=un(y),E=$f(s,w)-r;return Math.max(0,Math.min(i,E))},1/0)}function p2(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 $f(e,t){return Math.hypot(e.x-t.x,e.y-t.y)}function Zs(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:nu(e,t)>0}function Qs(e,t){var r=Array.isArray(e)?e:[e],a=qe(t),n;try{var i=function(){var s=n.value;if(r=r.reduce(function(u,l){return u.concat(m2(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 m2(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(Ii(t.top,r,n)&&s&&u.push({top:r,left:a,bottom:t.top,right:i}),Ii(t.right,a,i)&&o&&u.push({top:r,left:t.right,bottom:n,right:i}),Ii(t.bottom,r,n)&&s&&u.push({top:t.bottom,right:i,bottom:n,left:a}),Ii(t.left,a,i)&&o&&u.push({top:r,left:a,bottom:n,right:t.left}),u.length===0){if(v2(e,t))return[];u.push(e)}return u.map(h2)}var Ii=function(t,r,a){return t>r&&t<a};function h2(e){return new p.DOMRect(e.left,e.top,e.right-e.left,e.bottom-e.top)}function v2(e,t){return e.top>=t.top&&e.left>=t.left&&e.bottom<=t.bottom&&e.right<=t.right}var qf=0,g2=.1,jf=.2,zf=.3,Js=0;function ln(){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(we.get("gridCreated")&&!r)return De.gridSize;if(we.set("gridCreated",!0),!r){var a=_e(b.documentElement);if(a||(a=new Fu(b.documentElement)),Js=0,a._stackingOrder=[Gf(qf,Js++,null)],t??(t=new eu),Uf(t,a),Dr(a.actualNode)){var n=new eu(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=_e(o);s&&s.parent?r=s.parent:o.assignedSlot?r=_e(o.assignedSlot):o.parentElement?r=_e(o.parentElement):o.parentNode&&_e(o.parentNode)&&(r=_e(o.parentNode)),s||(s=new g.VirtualNode(o,r)),s._stackingOrder=b2(s,r,Js++);var u=D2(s,r),l=u?u._subGrid:t;if(Dr(s.actualNode)){var c=new eu(s);s._subGrid=c}var d=s.boundingClientRect;d.width!==0&&d.height!==0&&Ft(o)&&Uf(l,s),Ri(o)&&ln(o.shadowRoot,l,s),o=i.nextNode()}return De.gridSize}function Hf(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"&&Vf(t))}function Vf(e){if(!e)return!1;var t=e.getComputedStylePropertyValue("display");return["flex","inline-flex","grid","inline-grid"].includes(t)}function b2(e,t,r){var a=t._stackingOrder.slice();if(Hf(e,t)){var n=a.findIndex(function(o){var s=o.stackLevel;return[qf,jf,zf].includes(s)});n!==-1&&a.splice(n,a.length-n)}var i=y2(e,t);return i!==null&&a.push(Gf(i,r,e)),a}function Gf(e,t,r){return{stackLevel:e,treeOrder:t,vNode:r}}function y2(e,t){var r=w2(e,t);return["auto","0"].includes(r)?e.getComputedStylePropertyValue("position")!=="static"?zf:e.getComputedStylePropertyValue("float")!=="none"?jf:Hf(e,t)?g2:null:parseInt(r)}function w2(e,t){var r=e.getComputedStylePropertyValue("position");return r==="static"&&!Vf(t)?"auto":e.getComputedStylePropertyValue("z-index")}function D2(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=_e(t.actualNode.parentElement||t.actualNode.parentNode)}return a.forEach(function(n){return n._scrollRegionParent=r}),r}function Uf(e,t){var r=sn(t);t.clientRects.forEach(function(a){var n,i=r.reduce(function(s,u){return s&&Oi(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 eu=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null;zt(this,e),this.container=t,this.cells=[]}return Ht(e,[{key:"toGridIndex",value:function(r){return Math.floor(r/De.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(ki({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=Xs(this.boundaries,r)),this.boundaries=r,Wf(this.cells,s,u,function(l,c){Wf(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 Wf(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 Ni(e){ln();var t=ke(e),r=t.vNode;return r._grid}function Mi(e){var t,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,a=Ni(e);if(!(a!=null&&(t=a.cells)!==null&&t!==void 0&&t.length))return[];var n=e.boundingClientRect,i=Fi(e),o=a.getGridPositionOfRect(n,r),s=[];return a.loopGridPosition(o,function(u){var l=qe(u),c;try{for(l.s();!(c=l.n()).done;){var d=c.value;d&&d!==e&&!s.includes(d)&&i===Fi(d)&&s.push(d)}}catch(m){l.e(m)}finally{l.f()}}),s}var E2=Ve(function(){var t;if(!g._tree)return null;var r=lr(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)&&Ft(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=_2(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)}),Yf=E2;function _2(e){ln();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=Oi(l,r);if(u.props.nodeName!=="html"&&u!==e&&u.getComputedStylePropertyValue("pointer-events")!=="none"&&c)return{vNode:u,rect:c}}}}}function Pi(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.skipAncestors,a=t.isAncestor;return r?Kf(e,a):Xf(e,a)}var Kf=Ve(function(t,r){if(t.hasAttr("inert"))return!0;if(!r&&t.actualNode){var a=Yf();if(a&&!br(a,t))return!0}return!1}),Xf=Ve(function(t,r){return Kf(t,r)?!0:t.parent?Xf(t.parent,!0):!1}),x2=["button","command","fieldset","keygen","optgroup","option","select","textarea","input"];function A2(e){return x2.includes(e)}function C2(e){var t=ke(e),r=t.vNode;if(A2(r.props.nodeName)&&r.hasAttr("disabled")||Pi(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 tu=C2,R2=/^\/\#/,T2=/^#[!/]/;function ru(e){var t,r=e.getAttribute("href");if(!r||r==="#")return!1;if(R2.test(r))return!0;var a=e.hash,n=e.protocol,i=e.hostname,o=e.port,s=e.pathname;if(T2.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 F2(e,t){var r=e.getAttribute(t);if(!r||t==="href"&&!ru(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 au=F2;function nu(e,t){ln();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=Zf(e),w=Zf(t);return y===w||v?m:w-y}function Zf(e){return e.getComputedStylePropertyValue("display").indexOf("inline")!==-1?2:Qf(e)?1:0}function Qf(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=Qf(e.parent);return e._isFloated=r,r}function iu(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,a=un(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=iu(u._grid,u.boundingClientRect,!0).concat(s)),r||(s=s.sort(nu).map(function(l){return l.actualNode}).concat(b.documentElement).filter(function(l,c,d){return d.indexOf(l)===c})),s}function S2(e){var t=Ni(e);if(!t)return[];var r=_e(e).boundingClientRect;return iu(t,r)}var Jf=S2;function k2(e){var t=Ot(e,"*"),r=t.filter(function(a){var n=a.isFocusable,i=ur(a.actualNode.getAttribute("tabindex"));return i!==null?n&&i>=0:n});return r}var e1=k2;function O2(e){var t=ke(e),r=t.vNode;if(!r||tu(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!Ot(r,"summary").length}return!1}var ou=O2;function rt(e){var t=ke(e),r=t.vNode;if(r.props.nodeType!==1||tu(r))return!1;if(ou(r))return!0;var a=ur(r.attr("tabindex"));return a!==null}function qt(e){var t=ke(e),r=t.vNode;if(r.props.nodeType!==1)return!1;var a=ur(r.attr("tabindex"));return a<=-1?!1:rt(r)}var Li=Ve(I2);function I2(e){var t=e.getComputedStylePropertyValue("display"),r=t==="inline"?e.clientRects:[e.boundingClientRect],a=Mi(e).filter(function(i){return Zs(e,i)&&i.getComputedStylePropertyValue("pointer-events")!=="none"&&!N2(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 Qs(r,n)}function N2(e,t){return br(e,t)&&!qt(t)}var t1=Ve(M2);function M2(e,t){var r=Li(e);return P2(r,t)}function P2(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 cn={};Vt(cn,{accessibleText:function(){return Kr},accessibleTextVirtual:function(){return dt},autocomplete:function(){return Zr},formControlValue:function(){return O1},formControlValueMethods:function(){return mu},hasUnicode:function(){return gu},isHumanInterpretable:function(){return yu},isIconLigature:function(){return bu},isValidAutocomplete:function(){return $1},label:function(){return fE},labelText:function(){return hu},labelVirtual:function(){return zi},nativeElementType:function(){return mE},nativeTextAlternative:function(){return N1},nativeTextMethods:function(){return I1},removeUnicode:function(){return vn},sanitize:function(){return pe},subtreeText:function(){return Lr},titleText:function(){return $i},unsupported:function(){return E1},visible:function(){return q1},visibleTextNodes:function(){return hE},visibleVirtual:function(){return or}});function L2(e,t){e=e.actualNode||e;try{var r=mt(e),a=[],n=e.getAttribute(t);if(n){n=yt(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 nr=L2;function B2(e,t){var r=_e(e);return dt(r,t)}var Kr=B2;function $2(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=ke(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=nr(a,"aria-labelledby").filter(function(i){return i});return n.reduce(function(i,o){var s=Kr(o,Ae({inLabelledByContext:!0,startNode:t.startNode||a},t));return i?"".concat(i," ").concat(s):s},"")}var dn=$2;function fn(e){var t=ke(e),r=t.vNode;return(r==null?void 0:r.props.nodeType)!==1?"":r.attr("aria-label")||""}var q2={"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}},r1=q2,j2={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"]}},a1=j2,z2={"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"]}},H2=z2,V2={"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}},G2=V2,U2={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"]}},W2=U2,Y2={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]},K2=Y2,n1={ariaAttrs:r1,ariaRoles:Ae({},a1,H2,G2),htmlElms:W2,cssColors:K2},va=Ae({},n1);function X2(e){Object.keys(va).forEach(function(t){e[t]&&(va[t]=zs(va[t],e[t]))})}function Z2(){Object.keys(va).forEach(function(e){va[e]=n1[e]})}var Ie=va;function Q2(e){var t=Ie.ariaRoles[e];return t?!!t.unsupported:!1}var su=Q2;function J2(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=su(e);return!i||n&&o?!1:r?!0:i.type!=="abstract"}var pn=J2;function eD(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 lt?e:_e(e),e.props.nodeType!==1)return null;var i=(e.attr("role")||"").trim().toLowerCase(),o=r?yt(i):[i],s=o.find(function(u){return!n&&u.substr(0,4)==="doc-"?!1:pn(u,{allowAbstract:a})});return s||null}var Re=eD;function tD(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 uu=tD;function rD(){return we.get("globalAriaAttrs",function(){return Object.keys(Ie.ariaAttrs).filter(function(e){return Ie.ariaAttrs[e].global})})}var Mr=rD;function aD(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(aD);function nD(e,t){var r,a;for(t||(t=wr(ha(e,"table"))),r=0;r<t.length;r++)if(t[r]&&(a=t[r].indexOf(e),a!==-1))return{x:a,y:r}}var Bi=Ve(nD);function lu(e){var t=ke(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(ha(a,"table")),s=Bi(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 iD(e){return["col","auto"].indexOf(lu(e))!==-1}var ga=iD;function oD(e){return["row","auto"].includes(lu(e))}var ba=oD;function sD(e){return e?e.replace(/\r\n/g,`
|
|
20
|
-
`).replace(/\u00A0/g," ").replace(/[\s]{2,}/g," ").trim():""}var pe=sD,i1=function(){return we.get("sectioningContentSelector",function(){return uu("sectioning").map(function(t){return"".concat(t,":not([role])")}).join(", ")+" , [role=article], [role=complementary], [role=navigation], [role=region]"})},o1=function(){return we.get("sectioningContentPlusMainSelector",function(){return i1()+" , main:not([role]), [role=main]"})};function cu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.checkTitle,a=r===void 0?!1:r;return!!(pe(dn(e))||pe(fn(e))||a&&(e==null?void 0:e.props.nodeType)===1&&pe(e.attr("title")))}var uD={a:function(t){return t.hasAttr("href")?"link":null},area:function(t){return t.hasAttr("href")?"link":null},article:"article",aside:function(t){return Tt(t.parent,i1())&&!cu(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=Tt(t,o1());return r?null:"contentinfo"},form:function(t){return cu(t)?"form":null},h1:"heading",h2:"heading",h3:"heading",h4:"heading",h5:"heading",h6:"heading",header:function(t){var r=Tt(t,o1());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&&!rt(t)?"presentation":"img"},input:function(t){var r;if(t.hasAttr("list")){var a=nr(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 cu(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=Tt(t,"table"),a=Re(r);return["grid","treegrid"].includes(a)?"gridcell":"cell"},textarea:"textbox",tfoot:"rowgroup",th:function(t){if(ga(t))return"columnheader";if(ba(t))return"rowheader"},thead:"rowgroup",tr:"row",ul:"list"},du=uD;function lD(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 Xr=lD;function cD(e,t){return Xr(!!dt(e),t)}var s1=cD;function dD(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 Xr(e(a),t[a])})}var fu=dD;function fD(e,t){return e=ke(e).vNode,fu(function(r){return e.attr(r)},t)}var u1=fD;function l1(e,t){return!!t(e)}function pD(e,t){return Xr(Re(e),t)}var c1=pD;function mD(e,t){return Xr(ir(e),t)}var d1=mD;function hD(e,t){return e=ke(e).vNode,Xr(e.props.nodeName,t)}var f1=hD;function vD(e,t){return e=ke(e).vNode,fu(function(r){return e.props[r]},t)}var p1=vD;function gD(e,t){return Xr(Ee(e),t)}var m1=gD,h1={hasAccessibleName:s1,attributes:u1,condition:l1,explicitRole:c1,implicitRole:d1,nodeName:f1,properties:p1,semanticRole:m1};function v1(e,t){return e=ke(e).vNode,Array.isArray(t)?t.some(function(r){return v1(e,r)}):typeof t=="string"?ks(e,t):Object.keys(t).every(function(r){if(!h1[r])throw new Error('Unknown matcher type "'.concat(r,'"'));var a=h1[r],n=t[r];return a(e,n)})}var g1=v1;function bD(e,t){return g1(e,t)}var St=bD;St.hasAccessibleName=s1,St.attributes=u1,St.condition=l1,St.explicitRole=c1,St.fromDefinition=g1,St.fromFunction=fu,St.fromPrimative=Xr,St.implicitRole=d1,St.nodeName=f1,St.properties=p1,St.semanticRole=m1;var mn=St;function yD(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=je(n,ge);for(var s in i)if(!(!i.hasOwnProperty(s)||s==="default")){for(var u=i[s],l=u.matches,c=je(u,Se),d=Array.isArray(l)?l:[l],m=0;m<d.length&&a;m++)if(d[m].hasOwnProperty("hasAccessibleName"))return n;if(mn(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=yD;function wD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.chromium,a=e instanceof lt?e:_e(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=du[n];if(!i&&r){var o=Pr(a),s=o.chromiumRole;return s||null}return typeof i=="function"?i(a):i||null}var ir=wD,DD={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 b1(e,t){var r=DD[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)&&!w1(e.parent)?a:a?null:b1(e.parent,t)}function y1(e,t){var r=t.chromium,a=je(t,nt),n=ir(e,{chromium:r});if(!n)return null;var i=b1(e,a);return i||n}function w1(e){var t=Mr().some(function(r){return e.hasAttr(r)});return t||rt(e)}function ED(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.noImplicit,a=je(t,wt),n=ke(e),i=n.vNode;if(i.props.nodeType!==1)return null;var o=Re(i,a);return o?["presentation","none"].includes(o)&&w1(i)?r?null:y1(i,a):o:r?null:y1(i,a)}function _D(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.noPresentational,a=je(t,dr),n=ED(e,a);return r&&["presentation","none"].includes(n)?null:n}var Ee=_D,xD=["iframe"];function AD(e){var t=ke(e),r=t.vNode;return r.props.nodeType!==1||!e.hasAttr("title")||!St(r,xD)&&["none","presentation"].includes(Ee(r))?"":r.attr("title")}var $i=AD;function CD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.strict;if(e=e instanceof lt?e:_e(e),e.props.nodeType!==1)return!1;var a=Ee(e),n=Ie.ariaRoles[a];return n&&n.nameFromContent?!0:r?!1:!n||["presentation","none"].includes(a)}var D1=CD;function RD(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=nr(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(ce(i),ce(n))}return ce(r)}var hn=RD,E1={accessibleNameFromFieldValue:["progressbar"]};function Ke(e){return e=ke(e).vNode,pu(e)}var pu=Ve(function(t,r){return xf(t)||Pi(t,{skipAncestors:!0,isAncestor:r})?!1:t.actualNode&&t.props.nodeName==="area"?!Ws(t,pu):Nr(t,{skipAncestors:!0,isAncestor:r})?!1:t.parent?pu(t.parent,!0):!0});function _1(e,t,r){var a=ke(e),n=a.vNode,i=t?Ke:Ft,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 _1(u,t)}).join("");return pe(s)}var or=_1,TD=["button","checkbox","color","file","hidden","image","password","radio","reset","submit"];function FD(e){e=e instanceof lt?e:_e(e);var t=e.props.nodeName;return t==="textarea"||t==="input"&&!TD.includes((e.attr("type")||"").toLowerCase())}var x1=FD;function SD(e){e=e instanceof lt?e:_e(e);var t=e.props.nodeName;return t==="select"}var A1=SD;function kD(e){var t=Re(e);return t==="textbox"}var C1=kD;function OD(e){var t=Re(e);return t==="listbox"}var R1=OD;function ID(e){var t=Re(e);return t==="combobox"}var T1=ID,ND=["progressbar","scrollbar","slider","spinbutton"];function MD(e){var t=Re(e);return ND.includes(t)}var F1=MD,S1=["textbox","progressbar","scrollbar","slider","spinbutton","combobox","listbox"],mu={nativeTextboxValue:LD,nativeSelectValue:BD,ariaTextboxValue:$D,ariaListboxValue:k1,ariaComboboxValue:qD,ariaRangeValue:jD};function PD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.actualNode,a=E1.accessibleNameFromFieldValue||[],n=Ee(e);if(t.startNode===e||!S1.includes(n)||a.includes(n))return"";var i=Object.keys(mu).map(function(s){return mu[s]}),o=i.reduce(function(s,u){return s||u(e,t)},"");return t.debug&&Ur(o||"{empty-value}",r,t),o}function LD(e){var t=ke(e),r=t.vNode;return x1(r)&&r.props.value||""}function BD(e){var t=ke(e),r=t.vNode;if(!A1(r))return"";var a=Ot(r,"option"),n=a.filter(function(i){return i.props.selected});return n.length||n.push(a[0]),n.map(function(i){return or(i)}).join(" ")||""}function $D(e){var t=ke(e),r=t.vNode,a=t.domNode;return C1(r)?!a||a&&!Nr(a)?or(r,!0):a.textContent:""}function k1(e,t){var r=ke(e),a=r.vNode;if(!R1(a))return"";var n=hn(a).filter(function(i){return Ee(i)==="option"&&i.attr("aria-selected")==="true"});return n.length===0?"":dt(n[0],t)}function qD(e,t){var r=ke(e),a=r.vNode;if(!T1(a))return"";var n=hn(a).filter(function(i){return Ee(i)==="listbox"})[0];return n?k1(n,t):""}function jD(e){var t=ke(e),r=t.vNode;if(!F1(r)||!r.hasAttr("aria-valuenow"))return"";var a=+r.attr("aria-valuenow");return isNaN(a)?"0":String(a)}var O1=PD;function zD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=dt.alreadyProcessed;t.startNode=t.startNode||e;var a=t,n=a.strict,i=a.inControlContext,o=a.inLabelledByContext,s=Ee(e),u=Pr(e,{noMatchAccessibleName:!0}),l=u.contentTypes;if(r(e,t)||e.props.nodeType!==1||l!=null&&l.includes("embedded")||S1.includes(s)||!t.subtreeDescendant&&!t.inLabelledByContext&&!D1(e,{strict:n}))return"";if(!n){var c=!i&&!o;t=Ae({subtreeDescendant:c},t)}return hn(e).reduce(function(d,m){return VD(d,m,t)},"")}var HD=uu("phrasing").concat(["#text"]);function VD(e,t,r){var a=t.props.nodeName,n=dt(t,r);return n?(HD.includes(a)||(n[0]!==" "&&(n+=" "),e&&e[e.length-1]!==" "&&(n=" "+n)),e+n):e}var Lr=zD;function GD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=dt.alreadyProcessed;if(t.inControlContext||t.inLabelledByContext||r(e,t))return"";t.startNode||(t.startNode=e);var a=Ae({inControlContext:!0},t),n=UD(e),i=Tt(e,"label"),o;return i?(o=[].concat(ce(n),[i.actualNode]),o.sort(Hu)):o=n,o.map(function(s){return Kr(s,a)}).filter(function(s){return s!==""}).join(" ")}function UD(e){if(!e.attr("id"))return[];if(!e.actualNode)throw new TypeError("Cannot resolve explicit label reference for non-DOM nodes");return yf({elm:"label",attr:"for",value:e.attr("id"),context:e.actualNode})}var hu=GD,WD={submit:"Submit",image:"Submit",reset:"Reset",button:""},YD={valueText:function(t){return t.props.value||""},buttonDefaultText:function(t){return WD[t.props.type]||""},tableCaptionText:qi.bind(null,"caption"),figureText:qi.bind(null,"figcaption"),svgTitleText:qi.bind(null,"title"),fieldsetLegendText:qi.bind(null,"legend"),altText:vu.bind(null,"alt"),tableSummaryText:vu.bind(null,"summary"),titleText:$i,subtreeText:Lr,labelText:hu,singleSpace:function(){return" "},placeholderText:vu.bind(null,"placeholder")};function vu(e,t){return t.attr(e)||""}function qi(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?"":Kr(i,r)}var I1=YD;function N1(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.actualNode;if(e.props.nodeType!==1||["presentation","none"].includes(Ee(e)))return"";var a=KD(e),n=a.reduce(function(i,o){return i||o(e,t)},"");return t.debug&&g.log(n||"{empty-value}",r,t),n}function KD(e){var t=Pr(e,{noMatchAccessibleName:!0}),r=t.namingMethods||[];return r.map(function(a){return I1[a]})}function M1(){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 P1(){return/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&\xa3\xa2\xa5\xa7\u20ac()*+,\-.\/:;<=>?@\[\]^_`{|}~\xb1]/g}function L1(){return/[\uDB80-\uDBBF][\uDC00-\uDFFF]/g}function B1(){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 XD(e,t){var r=t.emoji,a=t.nonBmp,n=t.punctuations,i=!1;return r&&(i||(i=as().test(e))),a&&(i||(i=M1().test(e)||L1().test(e)||B1().test(e))),n&&(i||(i=P1().test(e))),i}var gu=XD;function bu(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(!pe(a)||gu(a,{emoji:!0,nonBmp:!0}))return!1;var n=we.get("canvasContext",function(){return b.createElement("canvas").getContext("2d",{willReadFrequently:!0})}),i=n.canvas,o=we.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 dt(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(t=eE(e,t),QD(e,t)||JD(e,t))return"";var r=[dn,fn,N1,O1,Lr,ZD,$i],a=r.reduce(function(n,i){return t.startNode===e&&(n=pe(n)),n!==""?n:i(e,t)},"");return t.debug&&g.log(a||"{empty-value}",e.actualNode,t),a}function ZD(e){return e.props.nodeType!==3?"":e.props.nodeValue}function QD(e,t){return!e||t.includeHidden&&!Us(e)||e.props.nodeType!==1?!1:!Ke(e)}function JD(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:bu(e,n,i)}function eE(e,t){return t.startNode||(t=Ae({startNode:e},t)),e.props.nodeType===1&&t.inLabelledByContext&&t.includeHidden===void 0&&(t=Ae({includeHidden:!Ke(e)},t)),t}dt.alreadyProcessed=function(t,r){return r.processed=r.processed||[],r.processed.includes(t)?!0:(r.processed.push(t),!1)};function tE(e,t){var r=t.emoji,a=t.nonBmp,n=t.punctuations;return r&&(e=e.replace(as(),"")),a&&(e=e.replace(M1(),"").replace(L1(),"").replace(B1(),"")),n&&(e=e.replace(P1(),"")),e}var vn=tE;function rE(e){return aE(e)||nE(e)||iE(e)||oE(e)?0:1}function aE(e){return pe(e).length===0}function nE(e){return e.length===1&&e.match(/\D/)}function iE(e){var t=["aa","abc"];return t.includes(e.toLowerCase())}function oE(e){var t=vn(e,{emoji:!0,nonBmp:!0,punctuations:!0});return!pe(t)}var yu=rE,Zr={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 sE(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(Zr.stateTerms),i.includes(e)||e==="")return!0;l=l.concat(Zr.qualifiers),s=s.concat(Zr.locations),d=d.concat(Zr.standaloneTerms),v=v.concat(Zr.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 $1=sE;function uE(e){var t,r;return e.attr("aria-labelledby")&&(t=nr(e.actualNode,"aria-labelledby"),r=t.map(function(a){var n=_e(a);return n?or(n):""}).join(" ").trim(),r)||(r=e.attr("aria-label"),r&&(r=pe(r),r))?r:null}var ji=uE;function lE(e,t,r){return e=_e(e),or(e,t,r)}var q1=lE;function cE(e){var t,r,a;if(r=ji(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=Ye(e.attr("id"));if(a=mt(e.actualNode),t=a.querySelector('label[for="'+n+'"]'),r=t&&q1(t,!0),r)return r}return t=Tt(e,"label"),r=t&&or(t,!0),r||null}var zi=cE;function dE(e){return e=_e(e),zi(e)}var fE=dE,pE=[{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"]}],mE=pE;function j1(e){var t=Ft(e),r=[];return e.children.forEach(function(a){a.actualNode.nodeType===3?t&&r.push(a):r=r.concat(j1(a))}),r}var hE=j1,vE=Ve(function(t){var r=_e(t),a=r.boundingClientRect,n=[],i=sn(r);return t.childNodes.forEach(function(o){if(!(o.nodeType!==3||pe(o.nodeValue)==="")){var s=gE(o);bE(s,a)||n.push.apply(n,ce(z1(s,i)))}}),n.length?n:z1([a],i)}),wu=vE;function gE(e){var t=b.createRange();return t.selectNodeContents(e),Array.from(t.getClientRects())}function bE(e,t){return e.some(function(r){var a=un(r);return!ki(a,t)})}function z1(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&&Oi(i,o.boundingClientRect)},a);n&&r.push(n)}}),r}function yE(e){var t=Ni(e);if(!t)return[];var r=wu(e);return r.map(function(a){return iu(t,a)})}var Du=yE,wE=["checkbox","img","meter","progressbar","scrollbar","radio","slider","spinbutton","textbox"];function DE(e){var t=ke(e),r=t.vNode,a=g.commons.aria.getExplicitRole(r);if(a)return wE.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 Eu=DE,EE=["head","title","template","script","style","iframe","object","video","audio","noscript"];function Hi(e){return EE.includes(e.props.nodeName)?!1:e.children.some(function(t){var r=t.props;return r.nodeType===3&&r.nodeValue.trim()})}function H1(e,t,r){return Hi(e)||Eu(e.actualNode)||!r&&!!ji(e)||!t&&e.children.some(function(a){return a.actualNode.nodeType===1&&H1(a)})}var gn=H1;function _E(e,t,r){return e=_e(e),gn(e,t,r)}var Vi=_E;function _u(e){return typeof e.children>"u"||Hi(e)?!0:e.props.nodeType===1&&Eu(e)?!!g.commons.text.accessibleTextVirtual(e):e.children.some(function(t){return!t.attr("lang")&&_u(t)&&!Nr(t)})}function xE(e){var t=ur(e.getAttribute("tabindex"));return t>-1&&rt(e)&&!ou(e)}var V1=xE;function G1(e,t){var r=ke(e),a=r.vNode,n=r.domNode;return a?(a._isHiddenWithCSS===void 0&&(a._isHiddenWithCSS=U1(n,t)),a._isHiddenWithCSS):U1(n,t)}function U1(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=ct(e);return o&&!n.includes(i)?G1(o,i):!1}var AE=G1;function CE(e){var t=e.doctype;return t===null?!1:t.name==="html"&&!t.publicId&&!t.systemId}var W1=CE;function RE(e){var t;(e instanceof lt||(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 Zt=RE,TE=["block","list-item","table","flex","grid"],FE=["inline-block","inline-flex","inline-grid"];function SE(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=ke(e),o=i.vNode,s=i.domNode;if(Au(s)||!n&&kE(o))return!1;var u=OE(s),l="",c="",d=0;return Y1(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=Au(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(Zt(m)==="widget")return c+=m.textContent,!1}}),l=pe(l),r?l.length!==0:(c=pe(c),l.length>c.length)}var xu=SE;function Au(e){var t=ke(e),r=t.vNode,a=r.getComputedStylePropertyValue("display");return TE.includes(a)||a.substr(0,6)==="table-"}function kE(e){var t=e.getComputedStylePropertyValue("display");return FE.includes(t)}function Y1(e,t){t(e.actualNode)!==!1&&e.children.forEach(function(r){return Y1(r,t)})}function OE(e){for(var t=ct(e);t&&!Au(t);)t=ct(t);return _e(t)}function IE(e){e=e||{};var t=e.modalPercent||.75;if(we.get("isModalOpen"))return we.get("isModalOpen");var r=lr(g._tree[0],"dialog, [role=dialog], [aria-modal=true]",Ft);if(r.length)return we.set("isModalOpen",!0),!0;for(var a=Ti(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 we.set("isModalOpen",!0),{v:!0}},d,m=0;m<l.length;m++)if(d=c(),d)return d.v;we.set("isModalOpen",void 0)}var bn=IE;function K1(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=qe(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 NE(e){return e instanceof p.Node}var ME=NE,Cu="color.incompleteData",PE={set:function(t,r){if(typeof t!="string")throw new Error("Incomplete data: key must be a string");var a=we.get(Cu,function(){return{}});return r&&(a[t]=r),a[t]},get:function(t){var r=we.get(Cu);return r==null?void 0:r[t]},clear:function(){we.set(Cu,{})}},Ge=PE;function LE(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 Gi=LE,BE=/^#[0-9a-f]{3,8}$/i,$E=/hsl\(\s*([-\d.]+)(rad|turn)/,yn=(Be=new WeakMap,et=new WeakMap,pt=new WeakMap,It=new WeakMap,ut=new WeakMap,bt=new WeakMap,Na=new WeakSet,function(){function e(t,r,a){var n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:1;if(zt(this,e),Pl(this,Na),xr(this,Be,void 0),xr(this,et,void 0),xr(this,pt,void 0),xr(this,It,void 0),xr(this,ut,void 0),xr(this,bt,void 0),t instanceof yn){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 Ht(e,[{key:"r",get:function(){return jt(Be,this)},set:function(r){Dt(Be,this,r),Dt(It,this,Math.round(ya(r,0,1)*255))}},{key:"g",get:function(){return jt(et,this)},set:function(r){Dt(et,this,r),Dt(ut,this,Math.round(ya(r,0,1)*255))}},{key:"b",get:function(){return jt(pt,this)},set:function(r){Dt(pt,this,r),Dt(bt,this,Math.round(ya(r,0,1)*255))}},{key:"red",get:function(){return jt(It,this)},set:function(r){Dt(Be,this,r/255),Dt(It,this,ya(r,0,255))}},{key:"green",get:function(){return jt(ut,this)},set:function(r){Dt(et,this,r/255),Dt(ut,this,ya(r,0,255))}},{key:"blue",get:function(){return jt(bt,this)},set:function(r){Dt(pt,this,r/255),Dt(bt,this,ya(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($E,function(i,o,s){var u=o+s;switch(s){case"rad":return i.replace(u,jE(o));case"turn":return i.replace(u,zE(o))}});try{var a;"Prototype"in p&&"Version"in p.Prototype&&(a=Array.from,Array.from=jd.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(BE)||[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 na(Na,this,qE).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 yn(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 yn(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 qE(e){var t=new yn(this);return t.r+=e,t.g+=e,t.b+=e,t}var Xe=yn;function ya(e,t,r){return Math.min(Math.max(t,e),r)}function jE(e){return e*180/Math.PI}function zE(e){return e*360}function HE(e){var t=new Xe;if(t.parseString(e.getPropertyValue("background-color")),t.alpha!==0){var r=e.getPropertyValue("opacity");t.alpha=t.alpha*r}return t}var Qr=HE;function VE(e){var t=p.getComputedStyle(e);return Gi(e,t)||Qr(t).alpha===1}var GE=VE;function Ru(e){if(!e.href)return!1;var t=we.get("firstPageLink",UE);return t?e.compareDocumentPosition(t.actualNode)===e.DOCUMENT_POSITION_FOLLOWING:!0}function UE(){var e;return p.location.origin?e=Ot(g._tree,'a[href]:not([href^="javascript:"])').find(function(t){return!ru(t.actualNode)}):e=Ot(g._tree,'a:not([href^="#"]):not([href^="/#"]):not([href^="javascript:"])')[0],e||null}var WE=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,YE=/(\w+)\((\d+)/;function KE(e){var t=e.getPropertyValue("clip").match(WE),r=e.getPropertyValue("clip-path").match(YE);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 XE(e,t,r){var a=ha(e,"map");if(!a)return!1;var n=a.getAttribute("name");if(!n)return!1;var i=mt(e);if(!i||i.nodeType!==9)return!1;var o=Ot(g._tree,'img[usemap="#'.concat(Ye(n),'"]'));return!o||!o.length?!1:o.some(function(s){var u=s.actualNode;return Ui(u,t,r)})}function Ui(e,t,r){var a;if(!e)throw new TypeError("Cannot determine if element is visible for non-DOM nodes");var n=e instanceof lt?e:_e(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=Ui(m,t,!0)),n&&(n[i]=v),v}var y=p.getComputedStyle(e,null);if(y===null)return!1;if(c==="area")return XE(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&&(KE(y)||y.getPropertyValue("opacity")==="0"||x||C||R)||!r&&(y.getPropertyValue("visibility")==="hidden"||!t&&Si(e)))return!1;var T=e.assignedSlot?e.assignedSlot:e.parentNode,O=!1;return T&&(O=Ui(T,t,!0)),n&&(n[i]=O),O}var ZE=Ui;function QE(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 X1=QE;function Z1(e,t){var r=Q1(t);do{var a=Q1(e);if(a===r||a===t)return JE(e,t);e=a}while(e);return!1}function Q1(e){for(var t=_e(e),r=t.parent;r;){if(Dr(r.actualNode))return r.actualNode;r=r.parent}}function JE(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 J1(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 mt(n)===r}).reduce(function(n,i){if(Ri(i)){var o=J1(e,t,i.shadowRoot,a+1);n=n.concat(o),n.length&&Z1(n[0],i)&&n.push(i)}else n.push(i);return n},[])}var e_=J1;function t_(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=a_(i),s=o.pathname,u=o.filename;return{protocol:n,hostname:a.hostname,port:r_(a.port),pathname:/\/$/.test(s)?s:"".concat(s,"/"),search:n_(a.search),hash:i_(a.hash),filename:u}}}function r_(e){var t=["443","80"];return t.includes(e)?"":e}function a_(e){var t=e.split("/").pop();return!t||t.indexOf(".")===-1?{pathname:e,filename:""}:{pathname:e.replace(t,""),filename:/index./.test(t)?"":t}}function n_(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 i_(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 o_=t_;function s_(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 Tu=s_,ep=0,u_=function(e){function t(r,a,n){var i;if(zt(this,t),i=Pn(this,t),i.shadowId=n,i.children=[],i.actualNode=r,i.parent=a,a||(ep=0),i.nodeIndex=ep++,i._isHidden=null,i._cache={},i._isXHTML=Za(r.ownerDocument),r.nodeName.toLowerCase()==="input"){var o=r.getAttribute("type");o=i._isXHTML?o:(o||"").toLowerCase(),ao().includes(o)||(o="text"),i._type=o}return we.get("nodeMap")&&we.get("nodeMap").set(r,i),i}return Ln(t,e),Ht(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=rt(this.actualNode)),this._cache.isFocusable}},{key:"tabbableElements",get:function(){return this._cache.hasOwnProperty("tabbableElements")||(this._cache.tabbableElements=e1(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}}])}(lt),Fu=u_;function l_(e){return(e||"").trim().replace(/\s{2,}/g," ").split(" ")}var yt=l_,Jr=" [idsMap]";function tp(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 rp(u)}))return;var o=new Set;t.forEach(function(u){var l,c=c_(u,a,n);c==null||(l=c.nodes)===null||l===void 0||l.forEach(function(d){c.isComplexSelector&&!ca(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 c_(e,t,r){var a=e[e.length-1],n=null,i=e.length>1||!!a.pseudos||!!a.classes;if(rp(a))n=t["*"];else{if(a.id){var o;if(!t[Jr]||!Object.hasOwn(t[Jr],a.id)||!((o=t[Jr][a.id])!==null&&o!==void 0&&o.length))return;n=t[Jr][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?Su(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?Su(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?Su(y,n):y}}return{nodes:n,isComplexSelector:i}}function rp(e){return e.tag==="*"&&!e.attributes&&!e.id&&!e.classes}function Su(e,t){return e.filter(function(r){return t.includes(r)})}function Wi(e,t,r){Object.hasOwn(r,e)||(r[e]=[]),r[e].push(t)}function ap(e,t){e.props.nodeType===1&&(Wi(e.props.nodeName,e,t),Wi("*",e,t),e.attrNames.forEach(function(r){r==="id"&&(t[Jr]=t[Jr]||{},yt(e.attr(r)).forEach(function(a){Wi(a,e,t[Jr])})),Wi("[".concat(r,"]"),e,t)}))}var ku;function Ou(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:b.documentElement,t=arguments.length>1?arguments[1]:void 0;ku=!1;var r={};we.set("nodeMap",new WeakMap),we.set("selectorMap",r);var a=np(e,t,null);return a[0]._selectorMap=r,a[0]._hasShadowRoot=ku,a}function d_(e){var t=[];for(e=e.firstChild;e;)t.push(e),e=e.nextSibling;return t}function Iu(e,t,r){var a=new Fu(e,t,r);return ap(a,we.get("selectorMap")),a}function Yi(e,t,r){var a=[];return e.forEach(function(n){var i=np(n,r,t);i&&a.push.apply(a,ce(i))}),a}function np(e,t,r){var a,n;e.documentElement&&(e=e.documentElement);var i=e.nodeName.toLowerCase();if(Ri(e))return ku=!0,a=Iu(e,r,t),t="a"+Math.random().toString().substring(2),n=Array.from(e.shadowRoot.childNodes),a.children=Yi(n,a,t),[a];if(i==="content"&&typeof e.getDistributedNodes=="function")return n=Array.from(e.getDistributedNodes()),Yi(n,r,t);if(i==="slot"&&typeof e.assignedNodes=="function")return n=Array.from(e.assignedNodes()),n.length||(n=d_(e)),p.getComputedStyle(e),Yi(n,r,t);if(e.nodeType===b.ELEMENT_NODE)return a=Iu(e,r,t),n=Array.from(e.childNodes),a.children=Yi(n,a,t),[a];if(e.nodeType===b.TEXT_NODE)return[Iu(e,r)]}function f_(e){return e?e.trim().split("-")[0].toLowerCase():""}var ea=f_;function p_(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(`
|
|
16
|
+
`,r:"\r",t:" ",f:"\f","\\":"\\",'"':'"'}}),Fg=A(function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=pc();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
|
+
`||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}),Sg=A(function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=pc();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}),kg=A(function(e){Object.defineProperty(e,"__esModule",{value:!0});var t=Fg(),r=Sg(),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}),Og=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={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},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)}})()}),Ig=A(function(e,t){t.exports=function(){}}),zr=A(function(e,t){var r=Ig()();t.exports=function(a){return a!==r&&a!==null}}),mc=A(function(e,t){var r=zr(),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}}),Ng=A(function(e,t){t.exports=function(){var r=Math.sign;return typeof r!="function"?!1:r(10)===1&&r(-20)===-1}}),Mg=A(function(e,t){t.exports=function(r){return r=Number(r),isNaN(r)||r===0?r:r>0?1:-1}}),Pg=A(function(e,t){t.exports=Ng()()?Math.sign:Mg()}),Lg=A(function(e,t){var r=Pg(),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)))}}),Hr=A(function(e,t){var r=Lg(),a=Math.max;t.exports=function(n){return a(0,r(n))}}),hc=A(function(e,t){var r=Hr();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}}),sa=A(function(e,t){var r=zr();t.exports=function(a){if(!r(a))throw new TypeError("Cannot use null or undefined");return a}}),Bg=A(function(e,t){var r=Cr(),a=sa(),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})}}}),Zn=A(function(e,t){t.exports=Bg()("forEach")}),Vr=A(function(){}),$g=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")}}),qg=A(function(e,t){t.exports=function(){try{return Object.keys("primitive"),!0}catch{return!1}}}),jg=A(function(e,t){var r=zr(),a=Object.keys;t.exports=function(n){return a(r(n)?Object(n):n)}}),zg=A(function(e,t){t.exports=qg()()?Object.keys:jg()}),Hg=A(function(e,t){var r=zg(),a=sa(),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}}),vc=A(function(e,t){t.exports=$g()()?Object.assign:Hg()}),Vg=A(function(e,t){var r=zr(),a={function:!0,object:!0};t.exports=function(n){return r(n)&&a[B(n)]||!1}}),Gg=A(function(e,t){var r=vc(),a=Vg(),n=zr(),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}}),gc=A(function(e,t){var r=sa(),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}}),bc=A(function(e,t){var r=Hr(),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=gc(),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})}),yc=A(function(e,t){var r=void 0;t.exports=function(a){return a!==r&&a!==null}}),Ug=A(function(e,t){var r=yc(),a={object:!0,function:!0,undefined:!0};t.exports=function(n){return r(n)?hasOwnProperty.call(a,B(n)):!1}}),Wg=A(function(e,t){var r=Ug();t.exports=function(a){if(!r(a))return!1;try{return a.constructor?a.constructor.prototype===a:!1}catch{return!1}}}),Yg=A(function(e,t){var r=Wg();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)}}),Kg=A(function(e,t){var r=Yg(),a=/^\s*class[\s{/}]/,n=Function.prototype.toString;t.exports=function(i){return!(!r(i)||a.test(n.call(i)))}}),Xg=A(function(e,t){var r="razdwatrzy";t.exports=function(){return typeof r.contains!="function"?!1:r.contains("dwa")===!0&&r.contains("foo")===!1}}),Zg=A(function(e,t){var r=String.prototype.indexOf;t.exports=function(a){return r.call(this,a,arguments[1])>-1}}),Qg=A(function(e,t){t.exports=Xg()()?String.prototype.contains:Zg()}),Gr=A(function(e,t){var r=yc(),a=Kg(),n=vc(),i=mc(),o=Qg(),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}}),Jg=A(function(e,t){var r=Gr(),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}),eb=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"))}}),tb=A(function(e,t){t.exports=function(){return(typeof globalThis>"u"?"undefined":B(globalThis))!=="object"||!globalThis?!1:globalThis.Array===Array}}),rb=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__}}()}),Qn=A(function(e,t){t.exports=tb()()?globalThis:rb()}),ab=A(function(e,t){var r=Qn(),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)])}}),nb=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}}),wc=A(function(e,t){var r=nb();t.exports=function(a){if(!r(a))throw new TypeError(a+" is not a symbol");return a}}),ib=A(function(e,t){var r=Gr(),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}}),ob=A(function(e,t){var r=Gr(),a=Qn().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"))})}}),sb=A(function(e,t){var r=Gr(),a=wc(),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})})}}),ub=A(function(e,t){var r=Gr(),a=wc(),n=Qn().Symbol,i=ib(),o=ob(),s=sb(),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]))}),lb=A(function(e,t){t.exports=ab()()?Qn().Symbol:ub()}),cb=A(function(e,t){var r=Object.prototype.toString,a=r.call(function(){return arguments}());t.exports=function(n){return r.call(n)===a}}),db=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))}}),fb=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}}),pb=A(function(e,t){var r=lb().iterator,a=cb(),n=db(),i=Hr(),o=Cr(),s=sa(),u=zr(),l=fb(),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}}),Jo=A(function(e,t){t.exports=eb()()?Array.from:pb()}),mb=A(function(e,t){var r=Jo(),a=Array.isArray;t.exports=function(n){return a(n)?n:r(n)}}),hb=A(function(e,t){var r=mb(),a=zr(),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)}}),vb=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))}}),gb=A(function(e,t){var r=Gg(),a=bc(),n=Gr(),i=Jg().methods,o=hb(),s=vb(),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,ge,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?ge=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?ge=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}:ge=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:ge,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(ge,{__memoized__:n(!0),delete:n($),clear:n(x.clear),_get:n(X),_has:n(L)}),x}}),bb=A(function(e,t){var r=Cr(),a=Zn(),n=Vr(),i=gb(),o=hc();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)}}),yb=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}}),wb=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""}}}),Db=A(function(e,t){t.exports=function(){var r=Number.isNaN;return typeof r!="function"?!1:!r({})&&r(NaN)&&!r(34)}}),Eb=A(function(e,t){t.exports=function(r){return r!==r}}),_b=A(function(e,t){t.exports=Db()()?Number.isNaN:Eb()}),es=A(function(e,t){var r=_b(),a=Hr(),n=sa(),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}}),xb=A(function(e,t){var r=es(),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)}}}}),Ab=A(function(e,t){var r=es();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=[]}}}}),Cb=A(function(e,t){var r=es(),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)}}}}),Dc=A(function(e,t){var r=Cr(),a=Zn(),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}}),ts=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}()}),Rb=A(function(){var e=Jo(),t=Dc(),r=gc(),a=bc(),n=ts(),i=Array.prototype.slice,o=Function.prototype.apply,s=Object.create;Vr().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)}))})}}),Tb=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}}),Ec=A(function(e,t){t.exports=function(r){return typeof r=="function"}}),Fb=A(function(e,t){var r=Ec();t.exports=function(a){try{return a&&r(a.toString)?a.toString():String(a)}catch{throw new TypeError("Passed argument cannot be stringifed")}}}),Sb=A(function(e,t){var r=sa(),a=Fb();t.exports=function(n){return a(r(n))}}),kb=A(function(e,t){var r=Ec();t.exports=function(a){try{return a&&r(a.toString)?a.toString():String(a)}catch{return"<Non-coercible to string value>"}}}),Ob=A(function(e,t){var r=kb(),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}}),_c=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"}}),Ib=A(function(){var e=Dc(),t=Tb(),r=Sb(),a=Ob(),n=_c(),i=ts(),o=Object.create,s=t("then","then:finally","done","done:finally");Vr().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]}))})}}),Nb=A(function(){var e=Cr(),t=Zn(),r=Vr(),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)})})}}),Mb=A(function(e,t){t.exports=2147483647}),Pb=A(function(e,t){var r=Hr(),a=Mb();t.exports=function(n){if(n=r(n),n>a)throw new TypeError(n+" exceeds maximum possible timeout");return n}}),Lb=A(function(){var e=Jo(),t=Zn(),r=ts(),a=_c(),n=Pb(),i=Vr(),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={})}))}}),Bb=A(function(e,t){var r=Hr(),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}}}}),$b=A(function(){var e=Hr(),t=Bb(),r=Vr();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))}}),qb=A(function(){var e=Gr(),t=Vr(),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]})})}}),jb=A(function(e,t){var r=mc(),a=hc(),n=bb();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=yb():s>1&&(o.normalizer=wb()(s)):s===!1?o.normalizer=xb()():s===1?o.normalizer=Ab()():o.normalizer=Cb()(s))),o.async&&Rb(),o.promise&&Ib(),o.dispose&&Nb(),o.maxAge&&Lb(),o.max&&$b(),o.refCounter&&qb(),n(i,o)}}),zb=[{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"}],Yt={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"])};zb.forEach(function(e){var t=e.name,r=e.value,a=e.priority,n=e.group;Yt[t]=r,Yt[t+"_PRIO"]=a,Yt[t+"_GROUP"]=n,Yt.results[a]=r,Yt.resultGroups[a]=n,Yt.resultGroupMap[r]=n}),Object.freeze(Yt.results),Object.freeze(Yt.resultGroups),Object.freeze(Yt.resultGroupMap),Object.freeze(Yt);var we=Yt;function Hb(){(typeof console>"u"?"undefined":B(console))==="object"&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}var Ur=Hb,Vb=/[\t\r\n\f]/g,Gb=function(){function e(){Ht(this,e),this.parent=void 0}return Vt(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(Vb," ").indexOf(n)>=0}}])}(),ut=Gb,rs={};Gt(rs,{DqElement:function(){return Lt},RuleError:function(){return ao},aggregate:function(){return Jn},aggregateChecks:function(){return Cc},aggregateNodeResults:function(){return Rc},aggregateResult:function(){return Tc},areStylesSet:function(){return Qb},assert:function(){return Oe},checkHelper:function(){return Ss},clone:function(){return vr},closest:function(){return Rt},collectResultsFromFrames:function(){return bf},contains:function(){return gr},convertSelector:function(){return Di},cssParser:function(){return Zd},deepMerge:function(){return Hs},escapeSelector:function(){return Ye},extendMetaData:function(){return Vs},filterHtmlAttrs:function(){return Op},finalizeRuleResult:function(){return qa},findBy:function(){return on},getAllChecks:function(){return Ci},getAncestry:function(){return wi},getBaseLang:function(){return ea},getCheckMessage:function(){return g_},getCheckOption:function(){return Zi},getElementSource:function(){return Kd},getEnvironmentData:function(){return Br},getFlattenedTree:function(){return Iu},getFrameContexts:function(){return N_},getFriendlyUriEnd:function(){return kc},getNodeAttributes:function(){return Ha},getNodeFromTree:function(){return _e},getPreloadConfig:function(){return Tp},getRootNode:function(){return sn},getRule:function(){return fp},getScroll:function(){return wr},getScrollState:function(){return L_},getSelector:function(){return Ts},getSelectorData:function(){return yi},getShadowSelector:function(){return As},getStandards:function(){return B_},getStyleSheetFactory:function(){return hp},getXpath:function(){return Yd},injectStyle:function(){return j_},isArrayLike:function(){return Bu},isContextObject:function(){return $u},isContextProp:function(){return Ji},isContextSpec:function(){return vp},isHidden:function(){return z_},isHtmlElement:function(){return ju},isLabelledFramesSelector:function(){return qu},isLabelledShadowDomSelector:function(){return eo},isNodeInContext:function(){return zu},isShadowRoot:function(){return Ti},isValidLang:function(){return io},isXHTML:function(){return Qa},matchAncestry:function(){return Hu},matches:function(){return Os},matchesExpression:function(){return da},matchesSelector:function(){return ua},memoize:function(){return He},mergeResults:function(){return Ri},nodeLookup:function(){return Se},nodeSerializer:function(){return Bt},nodeSorter:function(){return Vu},objectHasOwn:function(){return ur},parseCrossOriginStylesheet:function(){return Uu},parseSameOriginStylesheet:function(){return yp},parseStylesheet:function(){return Gu},parseTabindex:function(){return lr},performanceTimer:function(){return Ne},pollyfillElementsFromPoint:function(){return wp},preload:function(){return Cp},preloadCssom:function(){return Ep},preloadMedia:function(){return Ap},processMessage:function(){return Lu},publishMetaData:function(){return to},querySelectorAll:function(){return kt},querySelectorAllFilter:function(){return cr},queue:function(){return nr},respondable:function(){return Zt},ruleShouldRun:function(){return kp},select:function(){return Wu},sendCommandToFrame:function(){return mf},serializeError:function(){return ro},setScrollState:function(){return Dx},shadowSelect:function(){return Ex},shadowSelectAll:function(){return Yu},shouldPreload:function(){return Rp},toArray:function(){return Sc},tokenList:function(){return wt},uniqueArray:function(){return En},uuid:function(){return Cw},validInputTypes:function(){return no},validLangs:function(){return Lp}});function Ub(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 Jn=Ub,Wb=we.CANTTELL_PRIO,Yb=we.FAIL_PRIO,ei=[];ei[we.PASS_PRIO]=!0,ei[we.CANTTELL_PRIO]=null,ei[we.FAIL_PRIO]=!1;var xc=["any","all","none"];function Ac(e,t){return xc.reduce(function(r,a){return r[a]=(e[a]||[]).map(function(n){return t(n,a)}),r},{})}function Kb(e){var t=Object.assign({},e);Ac(t,function(n,i){var o=typeof n.result>"u"?-1:ei.indexOf(n.result);n.priority=o!==-1?o:we.CANTTELL_PRIO,i==="none"&&(n.priority===we.PASS_PRIO?n.priority=we.FAIL_PRIO:n.priority===we.FAIL_PRIO&&(n.priority=we.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 xc.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)})}),[Wb,Yb].includes(t.priority)?t.impact=Jn(we.impact,a):t.impact=null,Ac(t,function(n){delete n.result,delete n.priority}),t.result=we.results[t.priority],delete t.priority,t}var Cc=Kb;function qa(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,Rc(e.nodes)),delete e.nodes,e}function Xb(e){var t={};if(e=e.map(function(i){if(i.any&&i.all&&i.none)return Cc(i);if(Array.isArray(i.node))return qa(i);throw new TypeError("Invalid Result type")}),e&&e.length){var r=e.map(function(i){return i.result});t.result=Jn(we.results,r,t.result)}else t.result="inapplicable";we.resultGroups.forEach(function(i){return t[i]=[]}),e.forEach(function(i){var o=we.resultGroupMap[i.result];t[o].push(i)});var a=we.FAIL_GROUP;if(t[a].length===0&&(a=we.CANTTELL_GROUP),t[a].length>0){var n=t[a].map(function(i){return i.impact});t.impact=Jn(we.impact,n)||null}else t.impact=null;return t}var Rc=Xb;function as(e,t,r){var a=Object.assign({},t);a.nodes=(a[r]||[]).concat(),we.resultGroups.forEach(function(n){delete a[n]}),e[r].push(a)}function Zb(e){var t={};return we.resultGroups.forEach(function(r){return t[r]=[]}),e.forEach(function(r){r.error?as(t,r,we.CANTTELL_GROUP):r.result===we.NA?as(t,r,we.NA_GROUP):we.resultGroups.forEach(function(a){Array.isArray(r[a])&&r[a].length>0&&as(t,r,a)})}),t}var Tc=Zb;function Fc(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:Fc(e.parentNode,t,r)}var Qb=Fc;function Jb(e,t){if(!e)throw new Error(t)}var Oe=Jb;function ey(e){return Array.prototype.slice.call(e)}var Sc=ey;function ty(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 Ye=ty;function ry(){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 ja(e,t){return[e.substring(0,t),e.substring(t)]}function za(e){return e.replace(/\s+$/,"")}function ay(e){var t=e,r="",a="",n="",i="",o="",s="";if(e.includes("#")){var u=ja(e,e.indexOf("#")),l=Q(u,2);e=l[0],s=l[1]}if(e.includes("?")){var c=ja(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=ja(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=ja(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=ja(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 ny(){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=ay(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?za(l+u):l.length<2&&u.length>2&&u.length<=n?za(u):void 0;if(s&&s.length<n&&o.length<=1||o==="/"+l&&s&&r&&s!==r&&(s+o).length<=n)return za(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})?/)&&!ry(l))return za(l)}}var kc=ny;function iy(e){return e.attributes instanceof p.NamedNodeMap?e.attributes:e.cloneNode(!1).attributes}var Ha=iy,oy=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}}(),ua=oy,Oc={};Gt(Oc,{ArrayFrom:function(){return zd.default},Colorjs:function(){return je},CssSelectorParser:function(){return Ic.CssSelectorParser},doT:function(){return Rr.default},emojiRegexText:function(){return ns},memoize:function(){return Nc.default}});var sy=tr(Cv()),uy=tr(Rv());tr(Tv());var ly=tr(zv()),cy=tr(Jv()),dy=tr(fc());"hasOwn"in Object||(Object.hasOwn=ly.default),"values"in Object||(Object.values=cy.default),"Promise"in p||sy.default.polyfill(),"Uint32Array"in p||(p.Uint32Array=uy.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=dy.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 Ic=tr(kg()),Rr=tr(Og()),ns=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},Nc=tr(jb());function tt(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=qe(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 Va(e){return Tr(e)==="string"}function Tr(e){var t=Object.prototype.toString.call(e);return(t.match(/^\[object\s+(.*?)\]$/)[1]||"").toLowerCase()}function ti(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 Mc(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 Pc(e){return e[e.length-1]}function ri(e,t,r){return isNaN(e)?t:isNaN(t)?e:e+(t-e)*r}function Lc(e,t,r){return(r-e)/(t-e)}function is(e,t,r){return ri(t[0],t[1],Lc(e[0],e[1],r))}function Bc(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 fy=Object.freeze({__proto__:null,isString:Va,type:Tr,toPrecision:ti,parseFunction:Mc,last:Pc,interpolate:ri,interpolateInv:Lc,mapRange:is,parseCoordGrammar:Bc,multiplyMatrices:tt}),py=function(){function e(){Ht(this,e)}return Vt(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 py,ar={gamut_mapping:"lch.c",precision:5,deltaE:"76"},Kt={D50:[.3457/.3585,1,(1-.3457-.3585)/.3585],D65:[.3127/.329,1,(1-.3127-.329)/.329]};function os(e){return Array.isArray(e)?e:Kt[e]}function ai(e,t,r){var a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};if(e=os(e),t=os(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===Kt.D65&&n.W2===Kt.D50?n.M=[[1.0479298208405488,.022946793341019088,-.05019222954313557],[.029627815688159344,.990434484573249,-.01707382502938514],[-.009243058152591178,.015055144896577895,.7518742899580008]]:n.W1===Kt.D50&&n.W2===Kt.D65&&(n.M=[[.9554734527042182,-.023098536874261423,.0632593086610217],[-.028369706963208136,1.0099954580058226,.021041398966943008],[.012314001688319899,-.020507696433477912,1.3303659366080753]])),Fr.run("chromatic-adaptation-end",n),n.M)return tt(n.M,n.XYZ);throw new TypeError("Only Bradford CAT with white points D50 and D65 supported for now.")}var my=75e-6,Xt=(k=new WeakSet,M=new WeakMap,function(){function e(t){var r,a,n,i,o,s,u;Ht(this,e),Ll(this,k),xr(this,M,void 0),this.id=t.id,this.name=t.name,this.base=t.base?Xt.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=os(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,Dt(M,this,ia(k,this,hy).call(this).reverse()),Fr.run("colorspace-init-end",this)}return Vt(e,[{key:"inGamut",value:function(r){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=a.epsilon,i=n===void 0?my: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=ia(k,this,$c).call(this,r),r;var a;return r==="default"?a=Object.values(this.formats)[0]:a=this.formats[r],a?(a=ia(k,this,$c).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=Xt.get(r),this===r)return a;a=a.map(function(m){return Number.isNaN(m)?0:m});for(var i=zt(M,this),o=zt(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=Xt.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(Xt.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=qe(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 Xt)return r;var a=Tr(r);if(a==="string"){var n=Xt.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 Xt.get.apply(Xt,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=Xt.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 Ce({space:i,id:c[0],index:o},c[1])}i=Xt.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 Ce({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 $c(e){if(e.coords&&!e.coordGrammar){e.type||(e.type="function"),e.name||(e.name="color"),e.coordGrammar=Bc(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=is(s,u,n)),n=ti(n,a),l&&(n+=l),n})}}return e}function hy(){for(var e=[this],t=this;t=t.base;)e.push(t);return e}var fe=Xt;Hl(fe,"registry",{}),Hl(fe,"DEFAULT_FORMAT",{type:"functions",name:"color"});var Nt=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"]}),_t=function(e){function t(r){var a,n;if(Ht(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=Nt),r.toXYZ_M&&r.fromXYZ_M){var i,o;(i=r.toBase)!==null&&i!==void 0||(r.toBase=function(s){var u=tt(r.toXYZ_M,s);return n.white!==n.base.white&&(u=ai(n.white,n.base.white,u)),u}),(o=r.fromBase)!==null&&o!==void 0||(r.fromBase=function(s){return s=ai(n.base.white,n.white,s),tt(r.fromXYZ_M,s)})}return(a=r.referred)!==null&&a!==void 0||(r.referred="display"),n=jt(this,t,[r])}return Bn(t,e),Vt(t)}(fe);function qc(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=Mc(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=qe(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,ge){return Z[ge]=r.parsed.args[ge]||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=qe(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||Pc(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 ge,ae=Q(Z,2),pe=ae[0],G=ae[1],se=L.coordGrammar[le],F=(ge=W[le])===null||ge===void 0?void 0:ge.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]=is(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 _=qe(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");Va(e)&&(e=qc(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 Ga(e,t){return t=fe.get(t),t.from(e)}function Mt(e,t){var r=fe.resolveCoord(t,e.space),a=r.space,n=r.index,i=Ga(e,a);return i[n]}function jc(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(Mt(e,t)));var i=fe.resolveCoord(t,e.space),o=i.space,s=i.index,u=Ga(e,o);u[s]=r,jc(e,o,u)}return e}var ss=new fe({id:"xyz-d50",name:"XYZ D50",white:"D50",base:Nt,fromBase:function(t){return ai(Nt.white,"D50",t)},toBase:function(t){return ai("D50",Nt.white,t)},formats:{color:{}}}),vy=216/24389,zc=24/116,ni=24389/27,us=Kt.D50,Ct=new fe({id:"lab",name:"Lab",coords:{l:{refRange:[0,100],name:"L"},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:us,base:ss,fromBase:function(t){var r=t.map(function(n,i){return n/us[i]}),a=r.map(function(n){return n>vy?Math.cbrt(n):(ni*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]>zc?Math.pow(r[0],3):(116*r[0]-16)/ni,t[0]>8?Math.pow((t[0]+16)/116,3):t[0]/ni,r[2]>zc?Math.pow(r[2],3):(116*r[2]-16)/ni];return a.map(function(n,i){return n*us[i]})},formats:{lab:{coords:["<number> | <percentage>","<number>","<number>"]}}});function ii(e){return(e%360+360)%360}function gy(e,t){if(e==="raw")return t;var r=t.map(ii),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 Ua=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:Ct,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)),ii(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>"]}}}),Hc=Math.pow(25,7),oi=Math.PI,Vc=180/oi,la=oi/180;function ls(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=Ct.from(e),c=Q(l,3),d=c[0],m=c[1],v=c[2],y=Ua.from(Ct,[d,m,v])[1],w=Ct.from(t),E=Q(w,3),_=E[0],x=E[1],C=E[2],R=Ua.from(Ct,[_,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+Hc))),$=(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*oi),Z<0&&(Z+=2*oi),W*=Vc,Z*=Vc;var le=_-d,ge=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*la/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)*la),Pe+=.24*Math.cos(2*he*la),Pe+=.32*Math.cos((3*he+6)*la),Pe-=.2*Math.cos((4*he-63)*la);var ze=1+.015*j*Pe,Qe=30*Math.exp(-1*Math.pow((he-275)/25,2)),nt=2*Math.sqrt(ee/(ee+Hc)),at=-1*Math.sin(2*Qe*la)*nt,Ge=Math.pow(le/(n*ie),2);return Ge+=Math.pow(ge/(o*Fe),2),Ge+=Math.pow(F/(u*ze),2),Ge+=at*(ge/(o*Fe))*(F/(u*ze)),Math.sqrt(Ge)}var by=75e-6;function Wa(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?by: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 Ya(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?ar.gamut_mapping:r,n=t.space,i=n===void 0?e.space:n;if(Va(arguments[1])&&(i=arguments[1]),i=fe.get(i),Wa(e,i,{epsilon:0}))return e;var o=Pt(e,i);if(a!=="clip"&&!Wa(e,i)){var s=kr(Ya(o),{method:"clip",space:i});if(ls(e,s)>2){for(var u=fe.resolveCoord(a),l=u.space,c=u.id,d=Pt(o,l),m=u.range||u.refRange,v=m[0],y=.01,w=v,E=Mt(d,c);E-w>y;){var _=Ya(d);_=kr(_,{space:i,method:"clip"});var x=ls(d,_);x-2<y?w=Mt(d,c):E=Mt(d,c),Sr(d,c,(w+E)/2)}o=Pt(d,i)}else o=s}if(a==="clip"||!Wa(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=Pt(o,e.space)),e.coords=o.coords,e}kr.returns="color";function Pt(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}Pt.returns="color";function si(e){var t,r,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=a.precision,i=n===void 0?ar.precision:n,o=a.format,s=o===void 0?"default":o,u=a.inGamut,l=u===void 0?!0:u,c=oe(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&&!Wa(e)&&(v=kr(Ya(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 ti(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=ti(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 yy=[[.6369580483012914,.14461690358620832,.1688809751641721],[.2627002120112671,.6779980715188708,.05930171646986196],[0,.028072693049087428,1.060985057710791]],wy=[[1.716651187971268,-.355670783776392,-.25336628137366],[-.666684351832489,1.616481236634939,.0157685458139111],[.017639857445311,-.042770613257809,.942103121235474]],ui=new _t({id:"rec2020-linear",name:"Linear REC.2020",white:"D65",toXYZ_M:yy,fromXYZ_M:wy,formats:{color:{}}}),li=1.09929682680944,Gc=.018053968510807,Uc=new _t({id:"rec2020",name:"REC.2020",base:ui,toBase:function(t){return t.map(function(r){return r<Gc*4.5?r/4.5:Math.pow((r+li-1)/li,1/.45)})},fromBase:function(t){return t.map(function(r){return r>=Gc?li*Math.pow(r,.45)-(li-1):4.5*r})},formats:{color:{}}}),Dy=[[.4865709486482162,.26566769316909306,.1982172852343625],[.2289745640697488,.6917385218365064,.079286914093745],[0,.04511338185890264,1.043944368900976]],Ey=[[2.493496911941425,-.9313836179191239,-.40271078445071684],[-.8294889695615747,1.7626640603183463,.023624685841943577],[.03584583024378447,-.07617238926804182,.9568845240076872]],Wc=new _t({id:"p3-linear",name:"Linear P3",white:"D65",toXYZ_M:Dy,fromXYZ_M:Ey}),_y=[[.41239079926595934,.357584339383878,.1804807884018343],[.21263900587151027,.715168678767756,.07219231536073371],[.01933081871559182,.11919477979462598,.9505321522496607]],xy=[[3.2409699419045226,-1.537383177570094,-.4986107602930034],[-.9692436362808796,1.8759675015077202,.04155505740717559],[.05563007969699366,-.20397695888897652,1.0569715142428786]],Yc=new _t({id:"srgb-linear",name:"Linear sRGB",white:"D65",toXYZ_M:_y,fromXYZ_M:xy,formats:{color:{}}}),Kc={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]},Xc=Array(3).fill("<percentage> | <number>[0, 255]"),Zc=Array(3).fill("<number>[0, 255]"),Ka=new _t({id:"srgb",name:"sRGB",base:Yc,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:Xc},rgb_number:{name:"rgb",commas:!0,coords:Zc,noAlpha:!0},color:{},rgba:{coords:Xc,commas:!0,lastAlpha:!0},rgba_number:{name:"rgba",commas:!0,coords:Zc},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=Kc.black,r.alpha=0):r.coords=Kc[t],r.coords)return r}}}}),Qc=new _t({id:"p3",name:"P3",base:Wc,fromBase:Ka.fromBase,toBase:Ka.toBase,formats:{color:{id:"display-p3"}}});if(ar.display_space=Ka,typeof CSS<"u"&&(V=CSS)!==null&&V!==void 0&&V.supports)for(var cs=0,Jc=[Ct,Uc,Qc];cs<Jc.length;cs++){var ds=Jc[cs],Ay=ds.getMinCoords(),Cy={space:ds,coords:Ay,alpha:1},Ry=si(Cy);if(CSS.supports("color",Ry)){ar.display_space=ds;break}}function Ty(e){var t,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=r.space,n=a===void 0?ar.display_space:a,i=oe(r,I),o=si(e,i);if(typeof CSS>"u"||(t=CSS)!==null&&t!==void 0&&t.supports("color",o)||!ar.display_space)o=new String(o),o.color=e;else{var s=Pt(e,n);o=new String(si(s,i)),o.color=s}return o}function ed(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 Fy(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 Mt(e,[Nt,"y"])}function td(e,t){Sr(e,[Nt,"y"],t)}function Sy(e){Object.defineProperty(e.prototype,"luminance",{get:function(){return Or(this)},set:function(r){td(this,r)}})}var ky=Object.freeze({__proto__:null,getLuminance:Or,setLuminance:td,register:Sy});function Oy(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 Iy=.56,Ny=.57,My=.62,Py=.65,rd=.022,Ly=1.414,By=.1,$y=5e-4,qy=1.14,ad=.027,jy=1.14;function nd(e){return e>=rd?e:e+Math.pow(rd-e,Ly)}function ca(e){var t=e<0?-1:1,r=Math.abs(e);return t*Math.pow(r,2.4)}function zy(e,t){t=Me(t),e=Me(e);var r,a,n,i,o,s;t=Pt(t,"srgb");var u=Q(t.coords,3);i=u[0],o=u[1],s=u[2];var l=ca(i)*.2126729+ca(o)*.7151522+ca(s)*.072175;e=Pt(e,"srgb");var c=Q(e.coords,3);i=c[0],o=c[1],s=c[2];var d=ca(i)*.2126729+ca(o)*.7151522+ca(s)*.072175,m=nd(l),v=nd(d),y=v>m;return Math.abs(v-m)<$y?a=0:y?(r=Math.pow(v,Iy)-Math.pow(m,Ny),a=r*qy):(r=Math.pow(v,Py)-Math.pow(m,My),a=r*jy),Math.abs(a)<By?n=0:a>0?n=a-ad:n=a+ad,n*100}function Hy(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 Vy=5e4;function Gy(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?Vy:(r-a)/a}function Uy(e,t){e=Me(e),t=Me(t);var r=Mt(e,[Ct,"l"]),a=Mt(t,[Ct,"l"]);return Math.abs(r-a)}var Wy=216/24389,id=24/116,ci=24389/27,fs=Kt.D65,ps=new fe({id:"lab-d65",name:"Lab D65",coords:{l:{refRange:[0,100],name:"L"},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:fs,base:Nt,fromBase:function(t){var r=t.map(function(n,i){return n/fs[i]}),a=r.map(function(n){return n>Wy?Math.cbrt(n):(ci*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]>id?Math.pow(r[0],3):(116*r[0]-16)/ci,t[0]>8?Math.pow((t[0]+16)/116,3):t[0]/ci,r[2]>id?Math.pow(r[2],3):(116*r[2]-16)/ci];return a.map(function(n,i){return n*fs[i]})},formats:{"lab-d65":{coords:["<number> | <percentage>","<number>","<number>"]}}}),ms=Math.pow(5,.5)*.5+.5;function Yy(e,t){e=Me(e),t=Me(t);var r=Mt(e,[ps,"l"]),a=Mt(t,[ps,"l"]),n=Math.abs(Math.pow(r,ms)-Math.pow(a,ms)),i=Math.pow(n,1/ms)*Math.SQRT2-40;return i<7.5?0:i}var di=Object.freeze({__proto__:null,contrastWCAG21:Oy,contrastAPCA:zy,contrastMichelson:Hy,contrastWeber:Gy,contrastLstar:Uy,contrastDeltaPhi:Yy});function Ky(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};Va(r)&&(r={algorithm:r});var a=r,n=a.algorithm,i=oe(a,Y);if(!n){var o=Object.keys(di).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 di)if("contrast"+n.toLowerCase()===s.toLowerCase())return di[s](e,t,i);throw new TypeError("Unknown contrast algorithm: ".concat(n))}function od(e){var t=Ga(e,Nt),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 sd(e){var t=Ga(e,Nt),r=Q(t,3),a=r[0],n=r[1],i=r[2],o=a+n+i;return[a/o,n/o]}function Xy(e){Object.defineProperty(e.prototype,"uv",{get:function(){return od(this)}}),Object.defineProperty(e.prototype,"xy",{get:function(){return sd(this)}})}var Zy=Object.freeze({__proto__:null,uv:od,xy:sd,register:Xy});function Qy(e,t){return ed(e,t,"lab")}var Jy=Math.PI,ud=Jy/180;function e0(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=Ct.from(e),u=Q(s,3),l=u[0],c=u[1],d=u[2],m=Ua.from(Ct,[l,c,d]),v=Q(m,3),y=v[1],w=v[2],E=Ct.from(t),_=Q(E,3),x=_[0],C=_[1],R=_[2],T=Ua.from(Ct,[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)*ud)):Z=.36+Math.abs(.4*Math.cos((w+35)*ud));var le=Math.pow(y,4),ge=Math.sqrt(le/(le+1900)),ae=W*(ge*Z+1-ge),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 ld=203,hs=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:Nt,fromBase:function(t){return t.map(function(r){return Math.max(r*ld,0)})},toBase:function(t){return t.map(function(r){return Math.max(r/ld,0)})}}),fi=1.15,pi=.66,cd=2610/Math.pow(2,14),t0=Math.pow(2,14)/2610,dd=3424/Math.pow(2,12),fd=2413/Math.pow(2,7),pd=2392/Math.pow(2,7),r0=1.7*2523/Math.pow(2,5),md=Math.pow(2,5)/(1.7*2523),mi=-.56,vs=16295499532821565e-27,a0=[[.41478972,.579999,.014648],[-.20151,1.120649,.0531008],[-.0166008,.2648,.6684799]],n0=[[1.9242264357876067,-1.0047923125953657,.037651404030618],[.35031676209499907,.7264811939316552,-.06538442294808501],[-.09098281098284752,-.3127282905230739,1.5227665613052603]],i0=[[.5,.5,0],[3.524,-4.066708,.542708],[.199076,1.096799,-1.295875]],o0=[[1,.1386050432715393,.05804731615611886],[.9999999999999999,-.1386050432715393,-.05804731615611886],[.9999999999999998,-.09601924202631895,-.8118918960560388]],hd=new fe({id:"jzazbz",name:"Jzazbz",coords:{jz:{refRange:[0,1],name:"Jz"},az:{refRange:[-.5,.5]},bz:{refRange:[-.5,.5]}},base:hs,fromBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o=fi*a-(fi-1)*i,s=pi*n-(pi-1)*a,u=tt(a0,[o,s,i]),l=u.map(function(E){var _=dd+fd*Math.pow(E/1e4,cd),x=1+pd*Math.pow(E/1e4,cd);return Math.pow(_/x,r0)}),c=tt(i0,l),d=Q(c,3),m=d[0],v=d[1],y=d[2],w=(1+mi)*m/(1+mi*m)-vs;return[w,v,y]},toBase:function(t){var r=Q(t,3),a=r[0],n=r[1],i=r[2],o=(a+vs)/(1+mi-mi*(a+vs)),s=tt(o0,[o,n,i]),u=s.map(function(E){var _=dd-Math.pow(E,md),x=pd*Math.pow(E,md)-fd,C=1e4*Math.pow(_/x,t0);return C}),l=tt(n0,u),c=Q(l,3),d=c[0],m=c[1],v=c[2],y=(d+(fi-1)*v)/fi,w=(m+(pi-1)*y)/pi;return[y,w,v]},formats:{color:{}}}),gs=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:hd,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)),ii(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 s0(e,t){var r=gs.from(e),a=Q(r,3),n=a[0],i=a[1],o=a[2],s=gs.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 vd=3424/4096,gd=2413/128,bd=2392/128,yd=2610/16384,u0=2523/32,l0=16384/2610,wd=32/2523,c0=[[.3592,.6976,-.0358],[-.1922,1.1004,.0755],[.007,.0749,.8434]],d0=[[2048/4096,2048/4096,0],[6610/4096,-13613/4096,7003/4096],[17933/4096,-17390/4096,-543/4096]],f0=[[.9999888965628402,.008605050147287059,.11103437159861648],[1.00001110343716,-.008605050147287059,-.11103437159861648],[1.0000320633910054,.56004913547279,-.3206339100541203]],p0=[[2.0701800566956137,-1.326456876103021,.20661600684785517],[.3649882500326575,.6804673628522352,-.04542175307585323],[-.04959554223893211,-.04942116118675749,1.1879959417328034]],bs=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:hs,fromBase:function(t){var r=tt(c0,t);return m0(r)},toBase:function(t){var r=h0(t);return tt(p0,r)},formats:{color:{}}});function m0(e){var t=e.map(function(r){var a=vd+gd*Math.pow(r/1e4,yd),n=1+bd*Math.pow(r/1e4,yd);return Math.pow(a/n,u0)});return tt(d0,t)}function h0(e){var t=tt(f0,e),r=t.map(function(a){var n=Math.max(Math.pow(a,wd)-vd,0),i=gd-bd*Math.pow(a,wd);return 1e4*Math.pow(n/i,l0)});return r}function v0(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];return 720*Math.sqrt(Math.pow(n-l,2)+.25*Math.pow(i-c,2)+Math.pow(o-d,2))}var g0=[[.8190224432164319,.3619062562801221,-.12887378261216414],[.0329836671980271,.9292868468965546,.03614466816999844],[.048177199566046255,.26423952494422764,.6335478258136937]],b0=[[1.2268798733741557,-.5578149965554813,.28139105017721583],[-.04057576262431372,1.1122868293970594,-.07171106666151701],[-.07637294974672142,-.4214933239627914,1.5869240244272418]],y0=[[.2104542553,.793617785,-.0040720468],[1.9779984951,-2.428592205,.4505937099],[.0259040371,.7827717662,-.808675766]],w0=[[.9999999984505198,.39633779217376786,.2158037580607588],[1.0000000088817609,-.10556134232365635,-.06385417477170591],[1.0000000546724108,-.08948418209496575,-1.2914855378640917]],hi=new fe({id:"oklab",name:"OKLab",coords:{l:{refRange:[0,1],name:"L"},a:{refRange:[-.4,.4]},b:{refRange:[-.4,.4]}},white:"D65",base:Nt,fromBase:function(t){var r=tt(g0,t),a=r.map(function(n){return Math.cbrt(n)});return tt(y0,a)},toBase:function(t){var r=tt(w0,t),a=r.map(function(n){return Math.pow(n,3)});return tt(b0,a)},formats:{oklab:{coords:["<number> | <percentage>","<number>","<number>"]}}});function D0(e,t){var r=hi.from(e),a=Q(r,3),n=a[0],i=a[1],o=a[2],s=hi.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 ys=Object.freeze({__proto__:null,deltaE76:Qy,deltaECMC:e0,deltaE2000:ls,deltaEJz:s0,deltaEITP:v0,deltaEOK:D0});function Xa(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};Va(r)&&(r={method:r});var a=r,n=a.method,i=n===void 0?ar.deltaE:n,o=oe(a,K);e=Me(e),t=Me(t);for(var s in ys)if("deltae"+i.toLowerCase()===s.toLowerCase())return ys[s](e,t,o);throw new TypeError("Unknown deltaE method: ".concat(i))}function E0(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 _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)})}var x0=Object.freeze({__proto__:null,lighten:E0,darken:_0});function Dd(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=Za(e,t,{space:s,outputSpace:u,premultiplied:l});return c(r)}function Ed(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},a;if(ws(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=oe(i,z);if(!a){var v=[Me(e),Me(t)];e=v[0],t=v[1],a=Za(e,t,m)}var y=Xa(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=Xa(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,Xa(P,R.color),Xa(P,T.color)),E.splice(C,0,{p:O,color:a(O)}),C++}}return E=E.map(function($){return $.color}),E}function Za(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(ws(e)){var a=e,n=t;return Za.apply(void 0,de(a.rangeArgs.colors).concat([Ce({},a.rangeArgs.options,n)]))}var i=r.space,o=r.outputSpace,s=r.progression,u=r.premultiplied;e=Me(e),t=Me(t),e=Ya(e),t=Ya(t);var l={colors:[e,t],options:r};if(i?i=fe.get(i):i=fe.registry[ar.interpolationSpace]||e.space,o=o?fe.get(o):i,e=Pt(e,i),t=Pt(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=[Mt(e,d),Mt(t,d)],v=m[0],y=m[1],w=gy(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 ri(T,P,_)}),C=ri(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=Pt(R,o)),R},{rangeArgs:l})}function ws(e){return Tr(e)==="function"&&!!e.rangeArgs}ar.interpolationSpace="lab";function A0(e){e.defineFunction("mix",Dd,{returns:"color"}),e.defineFunction("range",Za,{returns:"function<color>"}),e.defineFunction("steps",Ed,{returns:"array<color>"})}var C0=Object.freeze({__proto__:null,mix:Dd,steps:Ed,range:Za,isRange:ws,register:A0}),_d=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:Ka,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}}}),xd=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:_d,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}}}),R0=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:xd,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>"]}}}),T0=[[.5766690429101305,.1855582379065463,.1882286462349947],[.29734497525053605,.6273635662554661,.07529145849399788],[.02703136138641234,.07068885253582723,.9913375368376388]],F0=[[2.0415879038107465,-.5650069742788596,-.34473135077832956],[-.9692436362808795,1.8759675015077202,.04155505740717557],[.013444280632031142,-.11836239223101838,1.0151749943912054]],Ad=new _t({id:"a98rgb-linear",name:"Linear Adobe® 98 RGB compatible",white:"D65",toXYZ_M:T0,fromXYZ_M:F0}),S0=new _t({id:"a98rgb",name:"Adobe® 98 RGB compatible",base:Ad,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"}}}),k0=[[.7977604896723027,.13518583717574031,.0313493495815248],[.2880711282292934,.7118432178101014,8565396060525902e-20],[0,0,.8251046025104601]],O0=[[1.3457989731028281,-.25558010007997534,-.05110628506753401],[-.5446224939028347,1.5082327413132781,.02053603239147973],[0,0,1.2119675456389454]],Cd=new _t({id:"prophoto-linear",name:"Linear ProPhoto",white:"D50",base:ss,toXYZ_M:k0,fromXYZ_M:O0}),I0=1/512,N0=16/512,M0=new _t({id:"prophoto",name:"ProPhoto",base:Cd,toBase:function(t){return t.map(function(r){return r<N0?r/16:Math.pow(r,1.8)})},fromBase:function(t){return t.map(function(r){return r>=I0?Math.pow(r,1/1.8):16*r})},formats:{color:{id:"prophoto-rgb"}}}),P0=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:hi,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)),ii(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>"]}}}),Rd=203,Td=2610/Math.pow(2,14),L0=Math.pow(2,14)/2610,B0=2523/Math.pow(2,5),Fd=Math.pow(2,5)/2523,Sd=3424/Math.pow(2,12),kd=2413/Math.pow(2,7),Od=2392/Math.pow(2,7),$0=new _t({id:"rec2100pq",name:"REC.2100-PQ",base:ui,toBase:function(t){return t.map(function(r){var a=Math.pow(Math.max(Math.pow(r,Fd)-Sd,0)/(kd-Od*Math.pow(r,Fd)),L0);return a*1e4/Rd})},fromBase:function(t){return t.map(function(r){var a=Math.max(r*Rd/1e4,0),n=Sd+kd*Math.pow(a,Td),i=1+Od*Math.pow(a,Td);return Math.pow(n/i,B0)})},formats:{color:{id:"rec2100-pq"}}}),Id=.17883277,Nd=.28466892,Md=.55991073,Ds=3.7743,q0=new _t({id:"rec2100hlg",cssid:"rec2100-hlg",name:"REC.2100-HLG",referred:"scene",base:ui,toBase:function(t){return t.map(function(r){return r<=.5?Math.pow(r,2)/3*Ds:Math.exp((r-Md)/Id+Nd)/12*Ds})},fromBase:function(t){return t.map(function(r){return r/=Ds,r<=1/12?Math.sqrt(3*r):Id*Math.log(12*r-Nd)+Md})},formats:{color:{id:"rec2100-hlg"}}}),Pd={};Fr.add("chromatic-adaptation-start",function(e){e.options.method&&(e.M=Ld(e.W1,e.W2,e.options.method))}),Fr.add("chromatic-adaptation-end",function(e){e.M||(e.M=Ld(e.W1,e.W2,e.options.method))});function vi(e){var t=e.id;e.toCone_M,e.fromCone_M,Pd[t]=arguments[0]}function Ld(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"Bradford",a=Pd[r],n=tt(a.toCone_M,e),i=Q(n,3),o=i[0],s=i[1],u=i[2],l=tt(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=tt(y,a.toCone_M),E=tt(a.fromCone_M,w);return E}vi({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]]}),vi({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]]}),vi({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]]}),vi({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(Kt,{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]}),Kt.ACES=[.32168/.33767,1,(1-.32168-.33767)/.33767];var j0=[[.6624541811085053,.13400420645643313,.1561876870049078],[.27222871678091454,.6740817658111484,.05368951740793705],[-.005574649490394108,.004060733528982826,1.0103391003129971]],z0=[[1.6410233796943257,-.32480329418479,-.23642469523761225],[-.6636628587229829,1.6153315916573379,.016756347685530137],[.011721894328375376,-.008284441996237409,.9883948585390215]],Bd=new _t({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:Kt.ACES,toXYZ_M:j0,fromXYZ_M:z0,formats:{color:{}}}),gi=Math.pow(2,-16),Es=-.35828683,bi=(Math.log2(65504)+9.72)/17.52,H0=new _t({id:"acescc",name:"ACEScc",coords:{r:{range:[Es,bi],name:"Red"},g:{range:[Es,bi],name:"Green"},b:{range:[Es,bi],name:"Blue"}},referred:"scene",base:Bd,toBase:function(t){var r=-.3013698630136986;return t.map(function(a){return a<=r?(Math.pow(2,a*17.52-9.72)-gi)*2:a<bi?Math.pow(2,a*17.52-9.72):65504})},fromBase:function(t){return t.map(function(r){return r<=0?(Math.log2(gi)+9.72)/17.52:r<gi?(Math.log2(gi+r*.5)+9.72)/17.52:(Math.log2(r)+9.72)/17.52})},formats:{color:{}}}),$d=Object.freeze({__proto__:null,XYZ_D65:Nt,XYZ_D50:ss,XYZ_ABS_D65:hs,Lab_D65:ps,Lab:Ct,LCH:Ua,sRGB_Linear:Yc,sRGB:Ka,HSL:_d,HWB:R0,HSV:xd,P3_Linear:Wc,P3:Qc,A98RGB_Linear:Ad,A98RGB:S0,ProPhoto_Linear:Cd,ProPhoto:M0,REC_2020_Linear:ui,REC_2020:Uc,OKLab:hi,OKLCH:P0,Jzazbz:hd,JzCzHz:gs,ICTCP:bs,REC_2100_PQ:$0,REC_2100_HLG:q0,ACEScg:Bd,ACEScc:H0}),je=(te=new WeakMap,function(){function e(){var t=this;Ht(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]),Dt(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 zt(te,this).coords)c(d)}return Vt(e,[{key:"space",get:function(){return zt(te,this)}},{key:"spaceId",get:function(){return zt(te,this).id}},{key:"clone",value:function(){return new je(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=Ty.apply(void 0,[this].concat(a));return i.color=new je(i.color),i}}],[{key:"get",value:function(r){if(r instanceof je)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 Be(je,[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=je.get(c);else if(s==="function<color>"){var d=c;c=function(){var v=d.apply(void 0,arguments);return je.get(v)},Object.assign(c,d)}else s==="array<color>"&&(c=c.map(function(m){return je.get(m)}));return c};r in je||(je[r]=u),o&&(je.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)je.defineFunction(a,r[a],r[a])}},{key:"extend",value:function(r){if(r.register)r.register(je);else for(var a in r)je.defineFunction(a,r[a])}}])}());je.defineFunctions({get:Mt,getAll:Ga,set:Sr,setAll:jc,to:Pt,equals:Fy,inGamut:Wa,toGamut:kr,distance:ed,toString:si}),Object.assign(je,{util:fy,hooks:Fr,WHITES:Kt,Space:fe,spaces:fe.registry,parse:qc,defaults:ar});for(var _s=0,qd=Object.keys($d);_s<qd.length;_s++){var V0=qd[_s];fe.register($d[V0])}for(var jd in fe.registry)xs(jd,fe.registry[jd]);Fr.add("colorspace-init-end",function(e){var t;xs(e.id,e),(t=e.aliases)===null||t===void 0||t.forEach(function(r){xs(r,e)})});function xs(e,t){Object.keys(t.coords),Object.values(t.coords).map(function(a){return a.name});var r=e.replace(/-/g,"_");Object.defineProperty(je.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})}je.extend(ys),je.extend({deltaE:Xa}),je.extend(x0),je.extend({contrast:Ky}),je.extend(Zy),je.extend(ky),je.extend(C0),je.extend(di);var zd=tr(fc());Rr.default.templateSettings.strip=!1,g._memoizedFns=[];function G0(e){var t=(0,Nc.default)(e);return g._memoizedFns.push(t),t}var He=G0,U0=He(function(e){return e!=null&&e.createElement?e.createElement("A").localName==="A":!1}),Qa=U0;function As(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 W0=["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"],Y0=31,K0=/([\\"])/g,X0=/(\r\n|\r|\n)/g;function Cs(e){return e.replace(K0,"\\$1").replace(X0,"\\a ")}function Hd(e,t){var r=t.name,a;if(r.indexOf("href")!==-1||r.indexOf("src")!==-1){var n=kc(e.getAttribute(r));n?a=Ye(t.name)+'$="'+Cs(n)+'"':a=Ye(t.name)+'="'+Cs(e.getAttribute(r))+'"'}else a=Ye(r)+'="'+Cs(t.value)+'"';return a}function Rs(e,t){return e.count<t.count?-1:e.count===t.count?0:1}function Vd(e){return!W0.includes(e.name)&&e.name.indexOf(":")===-1&&(!e.value||e.value.length<Y0)}function yi(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=Ye(l);t.classes[c]?t.classes[c]++:t.classes[c]=1}),s.hasAttributes()&&Array.from(Ha(s)).filter(Vd).forEach(function(l){var c=Hd(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 Z0(e,t){var r=[],a=t.classes,n=t.tags;return e.classList&&Array.from(e.classList).forEach(function(i){var o=Ye(i);a[o]<n[e.nodeName]&&r.push({name:o,count:a[o],species:"class"})}),r.sort(Rs)}function Q0(e,t){var r=e.parentNode&&Array.from(e.parentNode.children||"")||[],a=r.find(function(i){return i!==e&&ua(i,t)});if(a){var n=1+r.indexOf(e);return":nth-child("+n+")"}else return""}function J0(e){if(e.getAttribute("id")){var t=e.getRootNode&&e.getRootNode()||b,r="#"+Ye(e.getAttribute("id")||"");if(!r.match(/player_uid_/)&&t.querySelectorAll(r).length===1)return r}}function Gd(e){var t=Qa(b);return Ye(t?e.localName:e.nodeName.toLowerCase())}function ew(e,t){var r=[],a=t.attributes,n=t.tags;return e.hasAttributes()&&Array.from(Ha(e)).filter(Vd).forEach(function(i){var o=Hd(e,i);o&&a[o]<n[e.nodeName]&&r.push({name:o,count:a[o],species:"attribute"})}),r.sort(Rs)}function tw(e,t){var r="",a,n=Z0(e,t),i=ew(e,t);return n.length&&n[0].count===1?a=[n[0]]:i.length&&i[0].count===1?(a=[i[0]],r=Gd(e)):(a=n.concat(i),a.sort(Rs),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=Gd(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 rw(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=J0(e);s||(s=tw(e,g._selectorData),s+=Q0(e,s)),i?i=s+" > "+i:i=s,!o||o.length>we.selectorSimilarFilterLimit?o=nw(r,i):o=o.filter(function(u){return ua(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 aw(e,t){return As(rw,e,t)}var Ts=He(aw),nw=He(function(e,t){return Array.from(e.querySelectorAll(t))});function Ud(e){var t=Ye(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?Ud(r)+" > "+t+n:t+n}function wi(e,t){return As(Ud,e,t)}function Wd(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=Wd(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&&Ye(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 iw(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 ow(e){var t=Wd(e);return iw(t)}var Yd=ow,Ja={},sw={set:function(t,r){uw(t),Ja[t]=r},get:function(t,r){if(lw(r),t in Ja)return Ja[t];if(typeof r=="function"){var a=r();return Oe(a!==void 0,"Cache creator function should not return undefined"),this.set(t,a),Ja[t]}},clear:function(){Ja={}}};function uw(e){Oe(typeof e=="string","key must be a string, "+B(e)+" given"),Oe(e!=="","key must not be empty")}function lw(e){Oe(typeof e=="function"||typeof e>"u","creator must be a function or undefined, "+B(e)+" given")}var ye=sw;function cw(e,t){var r=t||e;return ye.get("nodeMap")?ye.get("nodeMap").get(r):null}var _e=cw;function Kd(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 Fs(s,a)}var u=dw(e);return u.length>a?fw(e,{maxLength:a,attrLimit:i}):u}function dw(e){var t=e.outerHTML;return!t&&typeof p.XMLSerializer=="function"&&(t=new p.XMLSerializer().serializeToString(e)),t||""}function fw(e,t){var r=t.maxLength,a=t.attrLimit,n=Qa(e.ownerDocument||b)?e.nodeName:e.nodeName.toLowerCase(),i=Array.from(Ha(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=Fs(y.name,a),y.value=Fs(y.value,a)});var s="<".concat(n),u=">",l=" ...>",c=qe(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 Fs(e,t){return e.length<=t?e:e.substring(0,t)+"..."}var Xd="DqElm.RunOptions",Wr=He(function(t,r,a){var n,i;if(r??(r=null),a??(a={}),!r){var o;r=(o=ye.get(Xd))!==null&&o!==void 0?o:{}}if(this.spec=a,t instanceof ut?(this._virtualNode=t,this._element=t.actualNode):(this._element=t,this._virtualNode=_e(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:Kd(this._element)}return this});Wr.prototype={get selector(){return this.spec.selector||[Ts(this.element,this._options)]},get ancestry(){return this.spec.ancestry||[wi(this.element)]},get xpath(){return this.spec.xpath||[Yd(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}},Wr.fromFrame=function(t,r,a){var n=Wr.mergeSpecs(t,a);return new Wr(a.element,r,n)},Wr.mergeSpecs=function(t,r){return Ce({},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})},Wr.setRunOptions=function(t){var r=t.elementRef,a=t.absolutePaths;ye.set(Xd,{elementRef:r,absolutePaths:a})};var Lt=Wr;function pw(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 ut?i=[i]:i=Sc(i),e.relatedNodes=[],i.forEach(function(o){if(o instanceof ut&&(o=o.actualNode),o instanceof p.Node){var s=new Lt(o);e.relatedNodes.push(s)}}))}}}var Ss=pw;function vr(e){return ks(e,new Map)}function ks(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(ks(s,t))}),n}var i={};t.set(e,i);for(var o in e)i[o]=ks(e[o],t);return i}var en=new Ic.CssSelectorParser;en.registerSelectorPseudos("not"),en.registerSelectorPseudos("is"),en.registerNestingOperators(">"),en.registerAttrEqualityMods("^","$","*","~");var Zd=en;function Os(e,t){var r=Di(t);return r.some(function(a){return da(e,a)})}function mw(e,t){return e.props.nodeType===1&&(t.tag==="*"||e.props.nodeName===t.tag)}function hw(e,t){return!t.classes||t.classes.every(function(r){return e.hasClass(r.value)})}function vw(e,t){return!t.attributes||t.attributes.every(function(r){var a=e.attr(r.key);return a!==null&&r.test(a)})}function gw(e,t){return!t.id||e.props.id===t.id}function bw(e,t){return!!(!t.pseudos||t.pseudos.every(function(r){if(r.name==="not")return!r.expressions.some(function(a){return da(e,a)});if(r.name==="is")return r.expressions.some(function(a){return da(e,a)});throw new Error("the pseudo selector "+r.name+" has not yet been implemented")}))}function Qd(e,t){return mw(e,t)&&hw(e,t)&&vw(e,t)&&gw(e,t)&&bw(e,t)}var tn=function(){var e=/(?=[\-\[\]{}()*+?.\\\^$|,#\s])/g,t="\\";return function(r){return r.replace(e,t)}}(),Is=/\\/g;function yw(e){if(e)return e.map(function(t){var r=t.name.replace(Is,""),a=(t.value||"").replace(Is,""),n,i;switch(t.operator){case"^=":i=new RegExp("^"+tn(a));break;case"$=":i=new RegExp(tn(a)+"$");break;case"~=":i=new RegExp("(^|\\s)"+tn(a)+"(\\s|$)");break;case"|=":i=new RegExp("^"+tn(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 ww(e){if(e)return e.map(function(t){return t=t.replace(Is,""),{value:t,regexp:new RegExp("(^|\\s)"+tn(t)+"(\\s|$)")}})}function Dw(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=Jd(r)),{name:t.name,expressions:r,value:t.value}})}function Jd(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:yw(a.attrs),classes:ww(a.classNames),pseudos:Dw(a.pseudos)}),a=a.rule;return r})}function Di(e){var t=Zd.parse(e);return t=t.selectors?t.selectors:[t],Jd(t)}function ef(e,t,r,a){if(!e)return!1;for(var n=Array.isArray(t),i=n?t[r]:t,o=Qd(e,i);!o&&a&&e.parent;)e=e.parent,o=Qd(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&&ef(e.parent,t,r-1,i.combinator===" ")}return o}function da(e,t,r){return ef(e,t,t.length-1,r)}function Ew(e,t){for(;e;){if(Os(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 Rt=Ew;function Ei(){}function Ns(e){if(typeof e!="function")throw new TypeError("Queue methods require functions as arguments")}function _w(){var e=[],t=0,r=0,a=Ei,n=!1,i,o=function(v){i=v,setTimeout(function(){i!=null&&Ur("Uncaught error (of queue)",i)},1)},s=o;function u(m){return function(v){e[m]=v,r-=1,!r&&a!==Ei&&(n=!0,a(e))}}function l(m){return a=Ei,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(Ns(v),i===void 0){if(n)throw new Error("Queue already completed");return e.push(v),++r,c(),d}},then:function(v){if(Ns(v),a!==Ei)throw new Error("queue `then` already set");return i||(a=v,r||(n=!0,a(e))),d},catch:function(v){if(Ns(v),s!==o)throw new Error("queue `catch` already set");return i?(v(i),i=null):s=v,d},abort:l};return d}var nr=_w,fa,pa,Ms=p.crypto||p.msCrypto;if(!pa&&Ms&&Ms.getRandomValues){var tf=new Uint8Array(16);pa=function(){return Ms.getRandomValues(tf),tf}}if(!pa){var rf=new Array(16);pa=function(){for(var t=0,r;t<16;t++)t&3||(r=Math.random()*4294967296),rf[t]=r>>>((t&3)<<3)&255;return rf}}for(var af=typeof p.Buffer=="function"?p.Buffer:Array,Ps=[],nf={},ma=0;ma<256;ma++)Ps[ma]=(ma+256).toString(16).substr(1),nf[Ps[ma]]=ma;function xw(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++]=nf[i])});n<16;)t[a+n++]=0;return t}function Ls(e,t){var r=t||0,a=Ps;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=pa(),Aw=[Ir[0]|1,Ir[1],Ir[2],Ir[3],Ir[4],Ir[5]],of=(Ir[6]<<8|Ir[7])&16383,Bs=0,$s=0;function sf(e,t,r){var a=t&&r||0,n=t||[];e=e||{};var i=e.clockseq!=null?e.clockseq:of,o=e.msecs!=null?e.msecs:new Date().getTime(),s=e.nsecs!=null?e.nsecs:$s+1,u=o-Bs+(s-$s)/1e4;if(u<0&&e.clockseq==null&&(i=i+1&16383),(u<0||o>Bs)&&e.nsecs==null&&(s=0),s>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Bs=o,$s=s,of=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||Aw,m=0;m<6;m++)n[a+m]=d[m];return t||Ls(n)}function Yr(e,t,r){var a=t&&r||0;typeof e=="string"&&(t=e=="binary"?new af(16):null,e=null),e=e||{};var n=e.random||(e.rng||pa)();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||Ls(n)}fa=Yr,fa.v1=sf,fa.v4=Yr,fa.parse=xw,fa.unparse=Ls,fa.BufferClass=af,g._uuid=sf();var Cw=Yr,Rw=Object.freeze(["EvalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);function Tw(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:uf()};return a instanceof Error?o.error={name:a.name,message:a.message,stack:a.stack}:o.payload=a,JSON.stringify(o)}function Fw(e){var t;try{t=JSON.parse(e)}catch{return}if(Sw(t)){var r=t,a=r.topic,n=r.channelId,i=r.messageId,o=r.keepalive,s=B(t.error)==="object"?kw(t.error):t.payload;return{topic:a,message:s,messageId:i,channelId:n,keepalive:!!o}}}function Sw(e){return e!==null&&B(e)==="object"&&typeof e.channelId=="string"&&e.source===uf()}function kw(e){var t=e.message||"Unknown error occurred",r=Rw.includes(e.name)?e.name:"Error",a=p[r]||Error;return e.stack&&(t+=`
|
|
19
|
+
`+e.stack.replace(e.message,"")),new a(t)}function uf(){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 qs(e){cf(e),Oe(p.parent===e,"Source of the response must be the parent window.")}function lf(e){cf(e),Oe(e.parent===p,"Respondable target must be a frame in the current window")}function cf(e){Oe(p!==e,"Messages can not be sent to the same window.")}var rn={};function Ow(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;Oe(!Object.prototype.hasOwnProperty.call(rn,e),"A replyHandler already exists for this message channel."),rn[e]={replyHandler:t,sendToParent:r}}function Iw(e){return Object.prototype.hasOwnProperty.call(rn,e)?rn[e]:void 0}function Nw(e){delete rn[e]}var _i=[];function js(){var e="".concat(Yr(),":").concat(Yr());return _i.includes(e)?js():(_i.push(e),e)}function Mw(e){return _i.includes(e)?!1:(_i.push(e),!0)}function zs(e,t,r,a){if(r?qs(e):lf(e),t.message instanceof Error&&!r)return g.log(t.message),!1;var n=Tw(Ce({messageId:js()},t)),i=g._audit.allowedOrigins;return!i||!i.length?!1:(typeof a=="function"&&Ow(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 Pw(e,t,r){if(!e.parent!==p)return g.log(t);try{zs(e,{topic:null,channelId:r,message:t,messageId:js(),keepalive:!0},!0)}catch(a){return g.log(a)}}function df(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};zs(e,s,r,o)}}function Lw(e){var t=g._audit.allowedOrigins;return t&&t.includes("*")||t.includes(e)}function Bw(e,t){var r=e.origin,a=e.data,n=e.source;try{var i=Fw(a)||{},o=i.channelId,s=i.message,u=i.messageId;if(!Lw(r)||!Mw(u))return;if(s instanceof Error&&n.parent!==p)return g.log(s),!1;try{if(i.topic){var l=df(n,o);qs(n),t(i,l)}else $w(n,i)}catch(c){Pw(n,c,o)}}catch(c){return g.log(c),!1}}function $w(e,t){var r=t.channelId,a=t.message,n=t.keepalive,i=Iw(r)||{},o=i.replyHandler,s=i.sendToParent;if(o){s?qs(e):lf(e);var u=df(e,r,s);!n&&r&&Nw(r);try{o(a,n,u)}catch(l){g.log(l),u(l,n)}}}var qw={open:function(t){if(typeof p.addEventListener=="function"){var r=function(n){Bw(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:zs(t,r,!1,a)}};function ff(e){e.updateMessenger(qw)}var xi,pf,Ai={};function Zt(e,t,r,a,n){var i={topic:t,message:r,channelId:"".concat(Yr(),":").concat(Yr()),keepalive:a};return pf(e,i,n)}function jw(e,t){var r=e.topic,a=e.message,n=e.keepalive,i=Object.prototype.hasOwnProperty.call(Ai,r)?Ai[r]:void 0;if(i)try{i(a,n,t)}catch(o){g.log(o),t(o,n)}}Zt.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"),xi&&xi();var n=r(jw);n?(Oe(typeof n=="function","open callback must return a cleanup function"),xi=n):xi=null,pf=a},Zt.subscribe=function(t,r){Oe(typeof r=="function","Subscriber callback must be a function"),Oe(!Object.prototype.hasOwnProperty.call(Ai,t),"Topic ".concat(t," is already registered to.")),Ai[t]=r},Zt.isInFrame=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:p;return!!t.frameElement},ff(Zt);function mf(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){Ur("Frame does not have a content window",e),r(null);return}if(s===0){hf(e,t,r,a);return}var u=setTimeout(function(){u=setTimeout(function(){t.debug?a(vf("No response from frame",e)):r(null)},0)},s);Zt(o,"axe.ping",null,void 0,function(){clearTimeout(u),hf(e,t,r,a)})}function hf(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(vf("Axe in frame timed out",e))},o);Zt(s,"axe.start",t,void 0,function(l){clearTimeout(u),l instanceof Error?a(l):r(l)})}function vf(e,t){var r;return g._tree&&(r=Ts(t)),new Error(e+": "+(r||t))}var an=null,nn={update:function(t){Oe(B(t)==="object","serializer must be an object"),an=t},toSpec:function(t){return nn.dqElmToSpec(new Lt(t))},dqElmToSpec:function(t,r){var a;return t instanceof Lt?(r&&(t=zw(t,r)),typeof((a=an)===null||a===void 0?void 0:a.toSpec)=="function"?an.toSpec(t):t.toJSON()):t},mergeSpecs:function(t,r){var a;return typeof((a=an)===null||a===void 0?void 0:a.mergeSpecs)=="function"?an.mergeSpecs(t,r):Lt.mergeSpecs(t,r)},mapRawResults:function(t){return t.map(function(r){return Ce({},r,{nodes:nn.mapRawNodeResults(r.nodes)})})},mapRawNodeResults:function(t){return t==null?void 0:t.map(function(r){var a=r.node,n=oe(r,ue);n.node=nn.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=oe(u,Ee);return c.relatedNodes=l.map(nn.dqElmToSpec),c})}return n})}},Bt=nn;function zw(e,t){var r=e.fromFrame,a=t.ancestry,n=t.xpath,i=t.selectors!==!1||r;return e=new Lt(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 Hw(e){var t=[];return t.concat(e.any||[]).concat(e.all||[]).concat(e.none||[])}var Ci=Hw;function Vw(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 on=Vw;function Gw(e,t,r){e.forEach(function(a){a.node=Bt.mergeSpecs(a.node,r);var n=Ci(a);n.forEach(function(i){i.relatedNodes=i.relatedNodes.map(function(o){return Bt.mergeSpecs(o,r)})})})}function Uw(e,t){for(var r=t[0].node,a,n=0;n<e.length;n++){a=e[n].node;var i=gf(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 Ww(e){return!e||!e.results?null:Array.isArray(e.results)?e.results.length?e.results:null:[e.results]}function Yw(e,t){var r=[];return e.forEach(function(a){var n=Ww(a);if(!(!n||!n.length)){var i=Kw(a);n.forEach(function(o){o.nodes&&i&&Gw(o.nodes,t,i);var s=on(r,"id",o.id);if(!s)r.push(o);else if(o.nodes.length&&Uw(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 gf(n.node.nodeIndexes,i.node.nodeIndexes)})}),r}function gf(){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 Ri=Yw;function Kw(e){return e.frameElement?Bt.toSpec(e.frameElement):e.frameSpec?e.frameSpec:null}function bf(e,t,r,a,n,i){t=Ce({},t,{elementRef:!1});var o=nr(),s=e.frames;s.forEach(function(u){var l=u.node,c=oe(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)}mf(l,v,y,m)})}),o.then(function(u){n(Ri(u,t))}).catch(i)}function gr(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 yf(){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]=yf(e[s],n[s])}}),e}var Hs=yf;function Xw(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 Vs=Xw,Zw=["article","aside","blockquote","body","div","footer","h1","h2","h3","h4","h5","h6","header","main","nav","p","section","span"];function Qw(e){if(e.shadowRoot){var t=e.nodeName.toLowerCase();if(Zw.includes(t)||/^[a-z][a-z0-9_.-]*-[a-z0-9_.-]*$/.test(t))return!0}return!1}var Ti=Qw,Gs={};Gt(Gs,{createGrid:function(){return cn},findElmsInContext:function(){return wf},findNearbyElms:function(){return Pi},findUp:function(){return va},findUpVirtual:function(){return ha},focusDisabled:function(){return ru},getComposedParent:function(){return lt},getElementByReference:function(){return nu},getElementCoordinates:function(){return Ks},getElementStack:function(){return e1},getModalDialog:function(){return Kf},getNodeGrid:function(){return Mi},getOverflowHiddenAncestors:function(){return un},getRootNode:function(){return mt},getScrollOffset:function(){return Nf},getTabbableElements:function(){return t1},getTargetRects:function(){return Bi},getTargetSize:function(){return r1},getTextElementStack:function(){return Eu},getViewportSize:function(){return Fi},getVisibleChildTextRects:function(){return Du},hasContent:function(){return Gi},hasContentVirtual:function(){return bn},hasLangText:function(){return xu},idrefs:function(){return ir},insertedIntoFocusOrder:function(){return G1},isCurrentPageLink:function(){return au},isFixedPosition:function(){return Si},isFocusable:function(){return rt},isHTML5:function(){return Y1},isHiddenForEveryone:function(){return Nr},isHiddenWithCSS:function(){return AE},isInTabOrder:function(){return $t},isInTextBlock:function(){return Au},isInert:function(){return Li},isModalOpen:function(){return yn},isMultiline:function(){return X1},isNativelyFocusable:function(){return su},isNode:function(){return ME},isOffscreen:function(){return ki},isOpaque:function(){return GE},isSkipLink:function(){return Tu},isVisible:function(){return ZE},isVisibleOnScreen:function(){return Tt},isVisibleToScreenReaders:function(){return Ke},isVisualContent:function(){return _u},reduceToElementsBelowFloating:function(){return Z1},shadowElementsFromPoint:function(){return e_},urlPropsFromAttribute:function(){return o_},visuallyContains:function(){return Q1},visuallyOverlaps:function(){return Fu},visuallySort:function(){return iu}});function Jw(e){var t=e.getRootNode&&e.getRootNode()||b;return t===e&&(t=b),t}var sn=Jw,mt=sn;function e2(e){var t=e.context,r=e.value,a=e.attr,n=e.elm,i=n===void 0?"":n,o,s=Ye(r);return t.nodeType===9||t.nodeType===11?o=t:o=mt(t),Array.from(o.querySelectorAll(i+"["+a+"="+s+"]"))}var wf=e2;function t2(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&&!ua(r,t)&&r!==b.documentElement);return!r||!ua(r,t)?null:r}var ha=t2;function r2(e,t){return ha(_e(e),t)}var va=r2;function Us(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 Df=He(function(t){var r=[];if(!t)return r;var a=t.getComputedStylePropertyValue("overflow");return a==="hidden"&&r.push(t),r.concat(Df(t.parent))}),un=Df,a2=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,n2=/(\w+)\((\d+)/;function Ws(e){return["style","script","noscript","template"].includes(e.props.nodeName)}function Ef(e){return e.props.nodeName==="area"?!1:e.getComputedStylePropertyValue("display")==="none"}function _f(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.isAncestor;return!r&&["hidden","collapse"].includes(e.getComputedStylePropertyValue("visibility"))}function xf(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.isAncestor;return!!r&&e.getComputedStylePropertyValue("content-visibility")==="hidden"}function Af(e){return e.attr("aria-hidden")==="true"}function Cf(e){return e.getComputedStylePropertyValue("opacity")==="0"}function Rf(e){var t=wr(e.actualNode),r=parseInt(e.getComputedStylePropertyValue("height")),a=parseInt(e.getComputedStylePropertyValue("width"));return!!t&&(r===0||a===0)}function Tf(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=un(e);if(!n.length)return!1;var i=e.boundingClientRect;return n.some(function(o){if(a==="absolute"&&!i2(e,o)&&o.getComputedStylePropertyValue("position")==="static")return!1;var s=o.boundingClientRect;return s.width<2||s.height<2?!0:!Us(i,s)})}function Ff(e){var t=e.getComputedStylePropertyValue("clip").match(a2),r=e.getComputedStylePropertyValue("clip-path").match(n2);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 Ys(e,t){var r=Rt(e,"map");if(!r)return!0;var a=r.attr("name");if(!a)return!0;var n=sn(e.actualNode);if(!n||n.nodeType!==9)return!0;var i=kt(g._tree,'img[usemap="#'.concat(Ye(a),'"]'));return!i||!i.length?!0:i.some(function(o){return!t(o)})}function Sf(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 i2(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 o2=[Ef,_f,xf,Sf];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?kf(e,n):Of(e,n)}var kf=He(function(t,r){return Ws(t)?!0:t.actualNode?!!(o2.some(function(a){return a(t,{isAncestor:r})})||!t.actualNode.isConnected):!1}),Of=He(function(t,r){return kf(t,r)?!0:t.parent?Of(t.parent,!0):!1});function If(e){if(e.assignedSlot)return If(e.assignedSlot);if(e.parentNode){var t=e.parentNode;if(t.nodeType===1)return t;if(t.host)return t.host}return null}var lt=If;function s2(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 Nf=s2;function u2(e){var t=Nf(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 Ks=u2;function l2(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 Fi=l2;function Si(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.skipAncestors,a=Se(e),n=a.vNode;return n?r?Mf(n):Pf(n):!1}var Mf=He(function(t){return t.getComputedStylePropertyValue("position")==="fixed"}),Pf=He(function(t){return Mf(t)?!0:t.parent?Pf(t.parent):!1});function c2(e,t){for(e=lt(e);e&&e.nodeName.toLowerCase()!=="html";){if(e.scrollTop&&(t+=e.scrollTop,t>=0))return!1;e=lt(e)}return!0}function d2(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=Si(n),l=u?n.getBoundingClientRect():Ks(n);if(l.top===0&&l.bottom===0||l.left===0&&l.right===0)return!1;if(l.bottom<=0&&(c2(n,l.bottom)||o.position==="absolute"))return!0;var c=Fi(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 ki=d2,f2=[Cf,Rf,Tf,Ff,ki];function Tt(e){return e=Se(e).vNode,Xs(e)}var Xs=He(function(t,r){return t.actualNode&&t.props.nodeName==="area"?!Ys(t,Xs):Nr(t,{skipAncestors:!0,isAncestor:r})||t.actualNode&&f2.some(function(a){return a(t,{isAncestor:r})})?!1:t.parent?Xs(t.parent,!0):!0});function Zs(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 Oi(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 Lf={};Gt(Lf,{getBoundingRect:function(){return Zs},getIntersectionRect:function(){return Ii},getOffset:function(){return $f},getRectCenter:function(){return ln},hasVisualOverlap:function(){return Qs},isPointInRect:function(){return Oi},rectHasMinimumSize:function(){return br},rectsOverlap:function(){return Us},splitRects:function(){return Js}});function Ii(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 ln(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 Bf=.05;function br(e,t){var r=t.width,a=t.height;return r+Bf>=e&&a+Bf>=e}function $f(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:12,a=Bi(e),n=Bi(t);return!a.length||!n.length?null:a.reduce(function(i,o){var s=ln(o),u=qe(n),l;try{for(u.s();!(l=u.n()).done;){var c=l.value;if(Oi(s,c))return 0;var d=p2(s,c),m=qf(s,d);i=Math.min(i,m)}}catch(_){u.e(_)}finally{u.f()}var v=r1(t);if(br(r*2,v))return i;var y=n.reduce(Zs),w=ln(y),E=qf(s,w)-r;return Math.max(0,Math.min(i,E))},1/0)}function p2(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 qf(e,t){return Math.hypot(e.x-t.x,e.y-t.y)}function Qs(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:iu(e,t)>0}function Js(e,t){var r=Array.isArray(e)?e:[e],a=qe(t),n;try{var i=function(){var s=n.value;if(r=r.reduce(function(u,l){return u.concat(m2(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 m2(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(Ni(t.top,r,n)&&s&&u.push({top:r,left:a,bottom:t.top,right:i}),Ni(t.right,a,i)&&o&&u.push({top:r,left:t.right,bottom:n,right:i}),Ni(t.bottom,r,n)&&s&&u.push({top:t.bottom,right:i,bottom:n,left:a}),Ni(t.left,a,i)&&o&&u.push({top:r,left:a,bottom:n,right:t.left}),u.length===0){if(v2(e,t))return[];u.push(e)}return u.map(h2)}var Ni=function(t,r,a){return t>r&&t<a};function h2(e){return new p.DOMRect(e.left,e.top,e.right-e.left,e.bottom-e.top)}function v2(e,t){return e.top>=t.top&&e.left>=t.left&&e.bottom<=t.bottom&&e.right<=t.right}var jf=0,g2=.1,zf=.2,Hf=.3,eu=0;function cn(){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(ye.get("gridCreated")&&!r)return we.gridSize;if(ye.set("gridCreated",!0),!r){var a=_e(b.documentElement);if(a||(a=new Su(b.documentElement)),eu=0,a._stackingOrder=[Uf(jf,eu++,null)],t??(t=new tu),Wf(t,a),wr(a.actualNode)){var n=new tu(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=_e(o);s&&s.parent?r=s.parent:o.assignedSlot?r=_e(o.assignedSlot):o.parentElement?r=_e(o.parentElement):o.parentNode&&_e(o.parentNode)&&(r=_e(o.parentNode)),s||(s=new g.VirtualNode(o,r)),s._stackingOrder=b2(s,r,eu++);var u=D2(s,r),l=u?u._subGrid:t;if(wr(s.actualNode)){var c=new tu(s);s._subGrid=c}var d=s.boundingClientRect;d.width!==0&&d.height!==0&&Tt(o)&&Wf(l,s),Ti(o)&&cn(o.shadowRoot,l,s),o=i.nextNode()}return we.gridSize}function Vf(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"&&Gf(t))}function Gf(e){if(!e)return!1;var t=e.getComputedStylePropertyValue("display");return["flex","inline-flex","grid","inline-grid"].includes(t)}function b2(e,t,r){var a=t._stackingOrder.slice();if(Vf(e,t)){var n=a.findIndex(function(o){var s=o.stackLevel;return[jf,zf,Hf].includes(s)});n!==-1&&a.splice(n,a.length-n)}var i=y2(e,t);return i!==null&&a.push(Uf(i,r,e)),a}function Uf(e,t,r){return{stackLevel:e,treeOrder:t,vNode:r}}function y2(e,t){var r=w2(e,t);return["auto","0"].includes(r)?e.getComputedStylePropertyValue("position")!=="static"?Hf:e.getComputedStylePropertyValue("float")!=="none"?zf:Vf(e,t)?g2:null:parseInt(r)}function w2(e,t){var r=e.getComputedStylePropertyValue("position");return r==="static"&&!Gf(t)?"auto":e.getComputedStylePropertyValue("z-index")}function D2(e,t){for(var r=null,a=[e];t;){if(wr(t.actualNode)){r=t;break}if(t._scrollRegionParent){r=t._scrollRegionParent;break}a.push(t),t=_e(t.actualNode.parentElement||t.actualNode.parentNode)}return a.forEach(function(n){return n._scrollRegionParent=r}),r}function Wf(e,t){var r=un(t);t.clientRects.forEach(function(a){var n,i=r.reduce(function(s,u){return s&&Ii(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 tu=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null;Ht(this,e),this.container=t,this.cells=[]}return Vt(e,[{key:"toGridIndex",value:function(r){return Math.floor(r/we.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(Oi({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=Zs(this.boundaries,r)),this.boundaries=r,Yf(this.cells,s,u,function(l,c){Yf(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 Yf(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 Mi(e){cn();var t=Se(e),r=t.vNode;return r._grid}function Pi(e){var t,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,a=Mi(e);if(!(a!=null&&(t=a.cells)!==null&&t!==void 0&&t.length))return[];var n=e.boundingClientRect,i=Si(e),o=a.getGridPositionOfRect(n,r),s=[];return a.loopGridPosition(o,function(u){var l=qe(u),c;try{for(l.s();!(c=l.n()).done;){var d=c.value;d&&d!==e&&!s.includes(d)&&i===Si(d)&&s.push(d)}}catch(m){l.e(m)}finally{l.f()}}),s}var E2=He(function(){var t;if(!g._tree)return null;var r=cr(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)&&Tt(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=_2(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)}),Kf=E2;function _2(e){cn();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=Ii(l,r);if(u.props.nodeName!=="html"&&u!==e&&u.getComputedStylePropertyValue("pointer-events")!=="none"&&c)return{vNode:u,rect:c}}}}}function Li(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.skipAncestors,a=t.isAncestor;return r?Xf(e,a):Zf(e,a)}var Xf=He(function(t,r){if(t.hasAttr("inert"))return!0;if(!r&&t.actualNode){var a=Kf();if(a&&!gr(a,t))return!0}return!1}),Zf=He(function(t,r){return Xf(t,r)?!0:t.parent?Zf(t.parent,!0):!1}),x2=["button","command","fieldset","keygen","optgroup","option","select","textarea","input"];function A2(e){return x2.includes(e)}function C2(e){var t=Se(e),r=t.vNode;if(A2(r.props.nodeName)&&r.hasAttr("disabled")||Li(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 ru=C2,R2=/^\/\#/,T2=/^#[!/]/;function au(e){var t,r=e.getAttribute("href");if(!r||r==="#")return!1;if(R2.test(r))return!0;var a=e.hash,n=e.protocol,i=e.hostname,o=e.port,s=e.pathname;if(T2.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 F2(e,t){var r=e.getAttribute(t);if(!r||t==="href"&&!au(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 nu=F2;function iu(e,t){cn();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=Qf(e),w=Qf(t);return y===w||v?m:w-y}function Qf(e){return e.getComputedStylePropertyValue("display").indexOf("inline")!==-1?2:Jf(e)?1:0}function Jf(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=Jf(e.parent);return e._isFloated=r,r}function ou(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,a=ln(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=ou(u._grid,u.boundingClientRect,!0).concat(s)),r||(s=s.sort(iu).map(function(l){return l.actualNode}).concat(b.documentElement).filter(function(l,c,d){return d.indexOf(l)===c})),s}function S2(e){var t=Mi(e);if(!t)return[];var r=_e(e).boundingClientRect;return ou(t,r)}var e1=S2;function k2(e){var t=kt(e,"*"),r=t.filter(function(a){var n=a.isFocusable,i=lr(a.actualNode.getAttribute("tabindex"));return i!==null?n&&i>=0:n});return r}var t1=k2;function O2(e){var t=Se(e),r=t.vNode;if(!r||ru(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!kt(r,"summary").length}return!1}var su=O2;function rt(e){var t=Se(e),r=t.vNode;if(r.props.nodeType!==1||ru(r))return!1;if(su(r))return!0;var a=lr(r.attr("tabindex"));return a!==null}function $t(e){var t=Se(e),r=t.vNode;if(r.props.nodeType!==1)return!1;var a=lr(r.attr("tabindex"));return a<=-1?!1:rt(r)}var Bi=He(I2);function I2(e){var t=e.getComputedStylePropertyValue("display"),r=t==="inline"?e.clientRects:[e.boundingClientRect],a=Pi(e).filter(function(i){return Qs(e,i)&&i.getComputedStylePropertyValue("pointer-events")!=="none"&&!N2(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 Js(r,n)}function N2(e,t){return gr(e,t)&&!$t(t)}var r1=He(M2);function M2(e,t){var r=Bi(e);return P2(r,t)}function P2(e,t){return e.reduce(function(r,a){var n=br(t,r),i=br(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 dn={};Gt(dn,{accessibleText:function(){return Kr},accessibleTextVirtual:function(){return ct},autocomplete:function(){return Zr},formControlValue:function(){return I1},formControlValueMethods:function(){return hu},hasUnicode:function(){return bu},isHumanInterpretable:function(){return wu},isIconLigature:function(){return yu},isValidAutocomplete:function(){return q1},label:function(){return fE},labelText:function(){return vu},labelVirtual:function(){return Hi},nativeElementType:function(){return mE},nativeTextAlternative:function(){return M1},nativeTextMethods:function(){return N1},removeUnicode:function(){return gn},sanitize:function(){return me},subtreeText:function(){return Lr},titleText:function(){return qi},unsupported:function(){return _1},visible:function(){return j1},visibleTextNodes:function(){return hE},visibleVirtual:function(){return sr}});function L2(e,t){e=e.actualNode||e;try{var r=mt(e),a=[],n=e.getAttribute(t);if(n){n=wt(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 ir=L2;function B2(e,t){var r=_e(e);return ct(r,t)}var Kr=B2;function $2(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=ir(a,"aria-labelledby").filter(function(i){return i});return n.reduce(function(i,o){var s=Kr(o,Ce({inLabelledByContext:!0,startNode:t.startNode||a},t));return i?"".concat(i," ").concat(s):s},"")}var fn=$2;function pn(e){var t=Se(e),r=t.vNode;return(r==null?void 0:r.props.nodeType)!==1?"":r.attr("aria-label")||""}var q2={"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}},a1=q2,j2={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"]}},n1=j2,z2={"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"]}},H2=z2,V2={"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}},G2=V2,U2={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"]}},W2=U2,Y2={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]},K2=Y2,i1={ariaAttrs:a1,ariaRoles:Ce({},n1,H2,G2),htmlElms:W2,cssColors:K2},ga=Ce({},i1);function X2(e){Object.keys(ga).forEach(function(t){e[t]&&(ga[t]=Hs(ga[t],e[t]))})}function Z2(){Object.keys(ga).forEach(function(e){ga[e]=i1[e]})}var Ie=ga;function Q2(e){var t=Ie.ariaRoles[e];return t?!!t.unsupported:!1}var uu=Q2;function J2(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=uu(e);return!i||n&&o?!1:r?!0:i.type!=="abstract"}var mn=J2;function eD(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 ut?e:_e(e),e.props.nodeType!==1)return null;var i=(e.attr("role")||"").trim().toLowerCase(),o=r?wt(i):[i],s=o.find(function(u){return!n&&u.substr(0,4)==="doc-"?!1:mn(u,{allowAbstract:a})});return s||null}var Te=eD;function tD(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 lu=tD;function rD(){return ye.get("globalAriaAttrs",function(){return Object.keys(Ie.ariaAttrs).filter(function(e){return Ie.ariaAttrs[e].global})})}var Mr=rD;function aD(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 yr=He(aD);function nD(e,t){var r,a;for(t||(t=yr(va(e,"table"))),r=0;r<t.length;r++)if(t[r]&&(a=t[r].indexOf(e),a!==-1))return{x:a,y:r}}var $i=He(nD);function cu(e){var t=Se(e),r=t.vNode,a=t.domNode,n=r.attr("scope"),i=Te(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=yr(va(a,"table")),s=$i(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 iD(e){return["col","auto"].indexOf(cu(e))!==-1}var ba=iD;function oD(e){return["row","auto"].includes(cu(e))}var ya=oD;function sD(e){return e?e.replace(/\r\n/g,`
|
|
20
|
+
`).replace(/\u00A0/g," ").replace(/[\s]{2,}/g," ").trim():""}var me=sD,o1=function(){return ye.get("sectioningContentSelector",function(){return lu("sectioning").map(function(t){return"".concat(t,":not([role])")}).join(", ")+" , [role=article], [role=complementary], [role=navigation], [role=region]"})},s1=function(){return ye.get("sectioningContentPlusMainSelector",function(){return o1()+" , main:not([role]), [role=main]"})};function du(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.checkTitle,a=r===void 0?!1:r;return!!(me(fn(e))||me(pn(e))||a&&(e==null?void 0:e.props.nodeType)===1&&me(e.attr("title")))}var uD={a:function(t){return t.hasAttr("href")?"link":null},area:function(t){return t.hasAttr("href")?"link":null},article:"article",aside:function(t){return Rt(t.parent,o1())&&!du(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=Rt(t,s1());return r?null:"contentinfo"},form:function(t){return du(t)?"form":null},h1:"heading",h2:"heading",h3:"heading",h4:"heading",h5:"heading",h6:"heading",header:function(t){var r=Rt(t,s1());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&&!rt(t)?"presentation":"img"},input:function(t){var r;if(t.hasAttr("list")){var a=ir(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 du(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=Rt(t,"table"),a=Te(r);return["grid","treegrid"].includes(a)?"gridcell":"cell"},textarea:"textbox",tfoot:"rowgroup",th:function(t){if(ba(t))return"columnheader";if(ya(t))return"rowheader"},thead:"rowgroup",tr:"row",ul:"list"},fu=uD;function lD(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 Xr=lD;function cD(e,t){return Xr(!!ct(e),t)}var u1=cD;function dD(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 Xr(e(a),t[a])})}var pu=dD;function fD(e,t){return e=Se(e).vNode,pu(function(r){return e.attr(r)},t)}var l1=fD;function c1(e,t){return!!t(e)}function pD(e,t){return Xr(Te(e),t)}var d1=pD;function mD(e,t){return Xr(or(e),t)}var f1=mD;function hD(e,t){return e=Se(e).vNode,Xr(e.props.nodeName,t)}var p1=hD;function vD(e,t){return e=Se(e).vNode,pu(function(r){return e.props[r]},t)}var m1=vD;function gD(e,t){return Xr(De(e),t)}var h1=gD,v1={hasAccessibleName:u1,attributes:l1,condition:c1,explicitRole:d1,implicitRole:f1,nodeName:p1,properties:m1,semanticRole:h1};function g1(e,t){return e=Se(e).vNode,Array.isArray(t)?t.some(function(r){return g1(e,r)}):typeof t=="string"?Os(e,t):Object.keys(t).every(function(r){if(!v1[r])throw new Error('Unknown matcher type "'.concat(r,'"'));var a=v1[r],n=t[r];return a(e,n)})}var b1=g1;function bD(e,t){return b1(e,t)}var Ft=bD;Ft.hasAccessibleName=u1,Ft.attributes=l1,Ft.condition=c1,Ft.explicitRole=d1,Ft.fromDefinition=b1,Ft.fromFunction=pu,Ft.fromPrimative=Xr,Ft.implicitRole=f1,Ft.nodeName=p1,Ft.properties=m1,Ft.semanticRole=h1;var hn=Ft;function yD(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=oe(n,Ae);for(var s in i)if(!(!i.hasOwnProperty(s)||s==="default")){for(var u=i[s],l=u.matches,c=oe(u,ke),d=Array.isArray(l)?l:[l],m=0;m<d.length&&a;m++)if(d[m].hasOwnProperty("hasAccessibleName"))return n;if(hn(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=yD;function wD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.chromium,a=e instanceof ut?e:_e(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=fu[n];if(!i&&r){var o=Pr(a),s=o.chromiumRole;return s||null}return typeof i=="function"?i(a):i||null}var or=wD,DD={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 y1(e,t){var r=DD[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=Te(e.parent,t);return["none","presentation"].includes(a)&&!D1(e.parent)?a:a?null:y1(e.parent,t)}function w1(e,t){var r=t.chromium,a=oe(t,We),n=or(e,{chromium:r});if(!n)return null;var i=y1(e,a);return i||n}function D1(e){var t=Mr().some(function(r){return e.hasAttr(r)});return t||rt(e)}function ED(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.noImplicit,a=oe(t,ft),n=Se(e),i=n.vNode;if(i.props.nodeType!==1)return null;var o=Te(i,a);return o?["presentation","none"].includes(o)&&D1(i)?r?null:w1(i,a):o:r?null:w1(i,a)}function _D(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.noPresentational,a=oe(t,qt),n=ED(e,a);return r&&["presentation","none"].includes(n)?null:n}var De=_D,xD=["iframe"];function AD(e){var t=Se(e),r=t.vNode;return r.props.nodeType!==1||!e.hasAttr("title")||!Ft(r,xD)&&["none","presentation"].includes(De(r))?"":r.attr("title")}var qi=AD;function CD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.strict;if(e=e instanceof ut?e:_e(e),e.props.nodeType!==1)return!1;var a=De(e),n=Ie.ariaRoles[a];return n&&n.nameFromContent?!0:r?!1:!n||["presentation","none"].includes(a)}var E1=CD;function RD(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=ir(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 vn=RD,_1={accessibleNameFromFieldValue:["progressbar"]};function Ke(e){return e=Se(e).vNode,mu(e)}var mu=He(function(t,r){return Af(t)||Li(t,{skipAncestors:!0,isAncestor:r})?!1:t.actualNode&&t.props.nodeName==="area"?!Ys(t,mu):Nr(t,{skipAncestors:!0,isAncestor:r})?!1:t.parent?mu(t.parent,!0):!0});function x1(e,t,r){var a=Se(e),n=a.vNode,i=t?Ke:Tt,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 x1(u,t)}).join("");return me(s)}var sr=x1,TD=["button","checkbox","color","file","hidden","image","password","radio","reset","submit"];function FD(e){e=e instanceof ut?e:_e(e);var t=e.props.nodeName;return t==="textarea"||t==="input"&&!TD.includes((e.attr("type")||"").toLowerCase())}var A1=FD;function SD(e){e=e instanceof ut?e:_e(e);var t=e.props.nodeName;return t==="select"}var C1=SD;function kD(e){var t=Te(e);return t==="textbox"}var R1=kD;function OD(e){var t=Te(e);return t==="listbox"}var T1=OD;function ID(e){var t=Te(e);return t==="combobox"}var F1=ID,ND=["progressbar","scrollbar","slider","spinbutton"];function MD(e){var t=Te(e);return ND.includes(t)}var S1=MD,k1=["textbox","progressbar","scrollbar","slider","spinbutton","combobox","listbox"],hu={nativeTextboxValue:LD,nativeSelectValue:BD,ariaTextboxValue:$D,ariaListboxValue:O1,ariaComboboxValue:qD,ariaRangeValue:jD};function PD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.actualNode,a=_1.accessibleNameFromFieldValue||[],n=De(e);if(t.startNode===e||!k1.includes(n)||a.includes(n))return"";var i=Object.keys(hu).map(function(s){return hu[s]}),o=i.reduce(function(s,u){return s||u(e,t)},"");return t.debug&&Ur(o||"{empty-value}",r,t),o}function LD(e){var t=Se(e),r=t.vNode;return A1(r)&&r.props.value||""}function BD(e){var t=Se(e),r=t.vNode;if(!C1(r))return"";var a=kt(r,"option"),n=a.filter(function(i){return i.props.selected});return n.length||n.push(a[0]),n.map(function(i){return sr(i)}).join(" ")||""}function $D(e){var t=Se(e),r=t.vNode,a=t.domNode;return R1(r)?!a||a&&!Nr(a)?sr(r,!0):a.textContent:""}function O1(e,t){var r=Se(e),a=r.vNode;if(!T1(a))return"";var n=vn(a).filter(function(i){return De(i)==="option"&&i.attr("aria-selected")==="true"});return n.length===0?"":ct(n[0],t)}function qD(e,t){var r=Se(e),a=r.vNode;if(!F1(a))return"";var n=vn(a).filter(function(i){return De(i)==="listbox"})[0];return n?O1(n,t):""}function jD(e){var t=Se(e),r=t.vNode;if(!S1(r)||!r.hasAttr("aria-valuenow"))return"";var a=+r.attr("aria-valuenow");return isNaN(a)?"0":String(a)}var I1=PD;function zD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=ct.alreadyProcessed;t.startNode=t.startNode||e;var a=t,n=a.strict,i=a.inControlContext,o=a.inLabelledByContext,s=De(e),u=Pr(e,{noMatchAccessibleName:!0}),l=u.contentTypes;if(r(e,t)||e.props.nodeType!==1||l!=null&&l.includes("embedded")||k1.includes(s)||!t.subtreeDescendant&&!t.inLabelledByContext&&!E1(e,{strict:n}))return"";if(!n){var c=!i&&!o;t=Ce({subtreeDescendant:c},t)}return vn(e).reduce(function(d,m){return VD(d,m,t)},"")}var HD=lu("phrasing").concat(["#text"]);function VD(e,t,r){var a=t.props.nodeName,n=ct(t,r);return n?(HD.includes(a)||(n[0]!==" "&&(n+=" "),e&&e[e.length-1]!==" "&&(n=" "+n)),e+n):e}var Lr=zD;function GD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=ct.alreadyProcessed;if(t.inControlContext||t.inLabelledByContext||r(e,t))return"";t.startNode||(t.startNode=e);var a=Ce({inControlContext:!0},t),n=UD(e),i=Rt(e,"label"),o;return i?(o=[].concat(de(n),[i.actualNode]),o.sort(Vu)):o=n,o.map(function(s){return Kr(s,a)}).filter(function(s){return s!==""}).join(" ")}function UD(e){if(!e.attr("id"))return[];if(!e.actualNode)throw new TypeError("Cannot resolve explicit label reference for non-DOM nodes");return wf({elm:"label",attr:"for",value:e.attr("id"),context:e.actualNode})}var vu=GD,WD={submit:"Submit",image:"Submit",reset:"Reset",button:""},YD={valueText:function(t){return t.props.value||""},buttonDefaultText:function(t){return WD[t.props.type]||""},tableCaptionText:ji.bind(null,"caption"),figureText:ji.bind(null,"figcaption"),svgTitleText:ji.bind(null,"title"),fieldsetLegendText:ji.bind(null,"legend"),altText:gu.bind(null,"alt"),tableSummaryText:gu.bind(null,"summary"),titleText:qi,subtreeText:Lr,labelText:vu,singleSpace:function(){return" "},placeholderText:gu.bind(null,"placeholder")};function gu(e,t){return t.attr(e)||""}function ji(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?"":Kr(i,r)}var N1=YD;function M1(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.actualNode;if(e.props.nodeType!==1||["presentation","none"].includes(De(e)))return"";var a=KD(e),n=a.reduce(function(i,o){return i||o(e,t)},"");return t.debug&&g.log(n||"{empty-value}",r,t),n}function KD(e){var t=Pr(e,{noMatchAccessibleName:!0}),r=t.namingMethods||[];return r.map(function(a){return N1[a]})}function P1(){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 L1(){return/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&\xa3\xa2\xa5\xa7\u20ac()*+,\-.\/:;<=>?@\[\]^_`{|}~\xb1]/g}function B1(){return/[\uDB80-\uDBBF][\uDC00-\uDFFF]/g}function $1(){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 XD(e,t){var r=t.emoji,a=t.nonBmp,n=t.punctuations,i=!1;return r&&(i||(i=ns().test(e))),a&&(i||(i=P1().test(e)||B1().test(e)||$1().test(e))),n&&(i||(i=L1().test(e))),i}var bu=XD;function yu(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)||bu(a,{emoji:!0,nonBmp:!0}))return!1;var n=ye.get("canvasContext",function(){return b.createElement("canvas").getContext("2d",{willReadFrequently:!0})}),i=n.canvas,o=ye.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 ct(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(t=eE(e,t),QD(e,t)||JD(e,t))return"";var r=[fn,pn,M1,I1,Lr,ZD,qi],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 ZD(e){return e.props.nodeType!==3?"":e.props.nodeValue}function QD(e,t){return!e||t.includeHidden&&!Ws(e)||e.props.nodeType!==1?!1:!Ke(e)}function JD(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:yu(e,n,i)}function eE(e,t){return t.startNode||(t=Ce({startNode:e},t)),e.props.nodeType===1&&t.inLabelledByContext&&t.includeHidden===void 0&&(t=Ce({includeHidden:!Ke(e)},t)),t}ct.alreadyProcessed=function(t,r){return r.processed=r.processed||[],r.processed.includes(t)?!0:(r.processed.push(t),!1)};function tE(e,t){var r=t.emoji,a=t.nonBmp,n=t.punctuations;return r&&(e=e.replace(ns(),"")),a&&(e=e.replace(P1(),"").replace(B1(),"").replace($1(),"")),n&&(e=e.replace(L1(),"")),e}var gn=tE;function rE(e){return aE(e)||nE(e)||iE(e)||oE(e)?0:1}function aE(e){return me(e).length===0}function nE(e){return e.length===1&&e.match(/\D/)}function iE(e){var t=["aa","abc"];return t.includes(e.toLowerCase())}function oE(e){var t=gn(e,{emoji:!0,nonBmp:!0,punctuations:!0});return!me(t)}var wu=rE,Zr={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 sE(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(Zr.stateTerms),i.includes(e)||e==="")return!0;l=l.concat(Zr.qualifiers),s=s.concat(Zr.locations),d=d.concat(Zr.standaloneTerms),v=v.concat(Zr.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 q1=sE;function uE(e){var t,r;return e.attr("aria-labelledby")&&(t=ir(e.actualNode,"aria-labelledby"),r=t.map(function(a){var n=_e(a);return n?sr(n):""}).join(" ").trim(),r)||(r=e.attr("aria-label"),r&&(r=me(r),r))?r:null}var zi=uE;function lE(e,t,r){return e=_e(e),sr(e,t,r)}var j1=lE;function cE(e){var t,r,a;if(r=zi(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=Ye(e.attr("id"));if(a=mt(e.actualNode),t=a.querySelector('label[for="'+n+'"]'),r=t&&j1(t,!0),r)return r}return t=Rt(e,"label"),r=t&&sr(t,!0),r||null}var Hi=cE;function dE(e){return e=_e(e),Hi(e)}var fE=dE,pE=[{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"]}],mE=pE;function z1(e){var t=Tt(e),r=[];return e.children.forEach(function(a){a.actualNode.nodeType===3?t&&r.push(a):r=r.concat(z1(a))}),r}var hE=z1,vE=He(function(t){var r=_e(t),a=r.boundingClientRect,n=[],i=un(r);return t.childNodes.forEach(function(o){if(!(o.nodeType!==3||me(o.nodeValue)==="")){var s=gE(o);bE(s,a)||n.push.apply(n,de(H1(s,i)))}}),n.length?n:H1([a],i)}),Du=vE;function gE(e){var t=b.createRange();return t.selectNodeContents(e),Array.from(t.getClientRects())}function bE(e,t){return e.some(function(r){var a=ln(r);return!Oi(a,t)})}function H1(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&&Ii(i,o.boundingClientRect)},a);n&&r.push(n)}}),r}function yE(e){var t=Mi(e);if(!t)return[];var r=Du(e);return r.map(function(a){return ou(t,a)})}var Eu=yE,wE=["checkbox","img","meter","progressbar","scrollbar","radio","slider","spinbutton","textbox"];function DE(e){var t=Se(e),r=t.vNode,a=g.commons.aria.getExplicitRole(r);if(a)return wE.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 _u=DE,EE=["head","title","template","script","style","iframe","object","video","audio","noscript"];function Vi(e){return EE.includes(e.props.nodeName)?!1:e.children.some(function(t){var r=t.props;return r.nodeType===3&&r.nodeValue.trim()})}function V1(e,t,r){return Vi(e)||_u(e.actualNode)||!r&&!!zi(e)||!t&&e.children.some(function(a){return a.actualNode.nodeType===1&&V1(a)})}var bn=V1;function _E(e,t,r){return e=_e(e),bn(e,t,r)}var Gi=_E;function xu(e){return typeof e.children>"u"||Vi(e)?!0:e.props.nodeType===1&&_u(e)?!!g.commons.text.accessibleTextVirtual(e):e.children.some(function(t){return!t.attr("lang")&&xu(t)&&!Nr(t)})}function xE(e){var t=lr(e.getAttribute("tabindex"));return t>-1&&rt(e)&&!su(e)}var G1=xE;function U1(e,t){var r=Se(e),a=r.vNode,n=r.domNode;return a?(a._isHiddenWithCSS===void 0&&(a._isHiddenWithCSS=W1(n,t)),a._isHiddenWithCSS):W1(n,t)}function W1(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=lt(e);return o&&!n.includes(i)?U1(o,i):!1}var AE=U1;function CE(e){var t=e.doctype;return t===null?!1:t.name==="html"&&!t.publicId&&!t.systemId}var Y1=CE;function RE(e){var t;(e instanceof ut||(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 Qt=RE,TE=["block","list-item","table","flex","grid"],FE=["inline-block","inline-flex","inline-grid"];function SE(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(Cu(s)||!n&&kE(o))return!1;var u=OE(s),l="",c="",d=0;return K1(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=Cu(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(Qt(m)==="widget")return c+=m.textContent,!1}}),l=me(l),r?l.length!==0:(c=me(c),l.length>c.length)}var Au=SE;function Cu(e){var t=Se(e),r=t.vNode,a=r.getComputedStylePropertyValue("display");return TE.includes(a)||a.substr(0,6)==="table-"}function kE(e){var t=e.getComputedStylePropertyValue("display");return FE.includes(t)}function K1(e,t){t(e.actualNode)!==!1&&e.children.forEach(function(r){return K1(r,t)})}function OE(e){for(var t=lt(e);t&&!Cu(t);)t=lt(t);return _e(t)}function IE(e){e=e||{};var t=e.modalPercent||.75;if(ye.get("isModalOpen"))return ye.get("isModalOpen");var r=cr(g._tree[0],"dialog, [role=dialog], [aria-modal=true]",Tt);if(r.length)return ye.set("isModalOpen",!0),!0;for(var a=Fi(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 ye.set("isModalOpen",!0),{v:!0}},d,m=0;m<l.length;m++)if(d=c(),d)return d.v;ye.set("isModalOpen",void 0)}var yn=IE;function X1(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=qe(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 NE(e){return e instanceof p.Node}var ME=NE,Ru="color.incompleteData",PE={set:function(t,r){if(typeof t!="string")throw new Error("Incomplete data: key must be a string");var a=ye.get(Ru,function(){return{}});return r&&(a[t]=r),a[t]},get:function(t){var r=ye.get(Ru);return r==null?void 0:r[t]},clear:function(){ye.set(Ru,{})}},Ve=PE;function LE(e,t){var r=["IMG","CANVAS","OBJECT","IFRAME","VIDEO","SVG"],a=e.nodeName.toUpperCase();if(r.includes(a))return Ve.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);Ve.set("bgColor",o?"bgGradient":"bgImage")}return i}var Ui=LE,BE=/^#[0-9a-f]{3,8}$/i,$E=/hsl\(\s*([-\d.]+)(rad|turn)/,wn=($e=new WeakMap,et=new WeakMap,pt=new WeakMap,Ot=new WeakMap,st=new WeakMap,yt=new WeakMap,Ma=new WeakSet,function(){function e(t,r,a){var n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:1;if(Ht(this,e),Ll(this,Ma),xr(this,$e,void 0),xr(this,et,void 0),xr(this,pt,void 0),xr(this,Ot,void 0),xr(this,st,void 0),xr(this,yt,void 0),t instanceof wn){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 Vt(e,[{key:"r",get:function(){return zt($e,this)},set:function(r){Dt($e,this,r),Dt(Ot,this,Math.round(wa(r,0,1)*255))}},{key:"g",get:function(){return zt(et,this)},set:function(r){Dt(et,this,r),Dt(st,this,Math.round(wa(r,0,1)*255))}},{key:"b",get:function(){return zt(pt,this)},set:function(r){Dt(pt,this,r),Dt(yt,this,Math.round(wa(r,0,1)*255))}},{key:"red",get:function(){return zt(Ot,this)},set:function(r){Dt($e,this,r/255),Dt(Ot,this,wa(r,0,255))}},{key:"green",get:function(){return zt(st,this)},set:function(r){Dt(et,this,r/255),Dt(st,this,wa(r,0,255))}},{key:"blue",get:function(){return zt(yt,this)},set:function(r){Dt(pt,this,r/255),Dt(yt,this,wa(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($E,function(i,o,s){var u=o+s;switch(s){case"rad":return i.replace(u,jE(o));case"turn":return i.replace(u,zE(o))}});try{var a;"Prototype"in p&&"Version"in p.Prototype&&(a=Array.from,Array.from=zd.default);var n=new je(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 Ve.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(BE)||[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 ia(Ma,this,qE).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 wn(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 wn(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 qE(e){var t=new wn(this);return t.r+=e,t.g+=e,t.b+=e,t}var Xe=wn;function wa(e,t,r){return Math.min(Math.max(t,e),r)}function jE(e){return e*180/Math.PI}function zE(e){return e*360}function HE(e){var t=new Xe;if(t.parseString(e.getPropertyValue("background-color")),t.alpha!==0){var r=e.getPropertyValue("opacity");t.alpha=t.alpha*r}return t}var Qr=HE;function VE(e){var t=p.getComputedStyle(e);return Ui(e,t)||Qr(t).alpha===1}var GE=VE;function Tu(e){if(!e.href)return!1;var t=ye.get("firstPageLink",UE);return t?e.compareDocumentPosition(t.actualNode)===e.DOCUMENT_POSITION_FOLLOWING:!0}function UE(){var e;return p.location.origin?e=kt(g._tree,'a[href]:not([href^="javascript:"])').find(function(t){return!au(t.actualNode)}):e=kt(g._tree,'a:not([href^="#"]):not([href^="/#"]):not([href^="javascript:"])')[0],e||null}var WE=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,YE=/(\w+)\((\d+)/;function KE(e){var t=e.getPropertyValue("clip").match(WE),r=e.getPropertyValue("clip-path").match(YE);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 XE(e,t,r){var a=va(e,"map");if(!a)return!1;var n=a.getAttribute("name");if(!n)return!1;var i=mt(e);if(!i||i.nodeType!==9)return!1;var o=kt(g._tree,'img[usemap="#'.concat(Ye(n),'"]'));return!o||!o.length?!1:o.some(function(s){var u=s.actualNode;return Wi(u,t,r)})}function Wi(e,t,r){var a;if(!e)throw new TypeError("Cannot determine if element is visible for non-DOM nodes");var n=e instanceof ut?e:_e(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=Wi(m,t,!0)),n&&(n[i]=v),v}var y=p.getComputedStyle(e,null);if(y===null)return!1;if(c==="area")return XE(e,t,r);if(y.getPropertyValue("display")==="none")return!1;var w=parseInt(y.getPropertyValue("height")),E=parseInt(y.getPropertyValue("width")),_=wr(e),x=_&&w===0,C=_&&E===0,R=y.getPropertyValue("position")==="absolute"&&(w<2||E<2)&&y.getPropertyValue("overflow")==="hidden";if(!t&&(KE(y)||y.getPropertyValue("opacity")==="0"||x||C||R)||!r&&(y.getPropertyValue("visibility")==="hidden"||!t&&ki(e)))return!1;var T=e.assignedSlot?e.assignedSlot:e.parentNode,O=!1;return T&&(O=Wi(T,t,!0)),n&&(n[i]=O),O}var ZE=Wi;function QE(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 Z1=QE;function Q1(e,t){var r=J1(t);do{var a=J1(e);if(a===r||a===t)return JE(e,t);e=a}while(e);return!1}function J1(e){for(var t=_e(e),r=t.parent;r;){if(wr(r.actualNode))return r.actualNode;r=r.parent}}function JE(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 ep(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 mt(n)===r}).reduce(function(n,i){if(Ti(i)){var o=ep(e,t,i.shadowRoot,a+1);n=n.concat(o),n.length&&Q1(n[0],i)&&n.push(i)}else n.push(i);return n},[])}var e_=ep;function t_(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=a_(i),s=o.pathname,u=o.filename;return{protocol:n,hostname:a.hostname,port:r_(a.port),pathname:/\/$/.test(s)?s:"".concat(s,"/"),search:n_(a.search),hash:i_(a.hash),filename:u}}}function r_(e){var t=["443","80"];return t.includes(e)?"":e}function a_(e){var t=e.split("/").pop();return!t||t.indexOf(".")===-1?{pathname:e,filename:""}:{pathname:e.replace(t,""),filename:/index./.test(t)?"":t}}function n_(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 i_(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 o_=t_;function s_(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 Fu=s_,tp=0,u_=function(e){function t(r,a,n){var i;if(Ht(this,t),i=jt(this,t),i.shadowId=n,i.children=[],i.actualNode=r,i.parent=a,a||(tp=0),i.nodeIndex=tp++,i._isHidden=null,i._cache={},i._isXHTML=Qa(r.ownerDocument),r.nodeName.toLowerCase()==="input"){var o=r.getAttribute("type");o=i._isXHTML?o:(o||"").toLowerCase(),no().includes(o)||(o="text"),i._type=o}return ye.get("nodeMap")&&ye.get("nodeMap").set(r,i),i}return Bn(t,e),Vt(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=rt(this.actualNode)),this._cache.isFocusable}},{key:"tabbableElements",get:function(){return this._cache.hasOwnProperty("tabbableElements")||(this._cache.tabbableElements=t1(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}}])}(ut),Su=u_;function l_(e){return(e||"").trim().replace(/\s{2,}/g," ").split(" ")}var wt=l_,Jr=" [idsMap]";function rp(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 ap(u)}))return;var o=new Set;t.forEach(function(u){var l,c=c_(u,a,n);c==null||(l=c.nodes)===null||l===void 0||l.forEach(function(d){c.isComplexSelector&&!da(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 c_(e,t,r){var a=e[e.length-1],n=null,i=e.length>1||!!a.pseudos||!!a.classes;if(ap(a))n=t["*"];else{if(a.id){var o;if(!t[Jr]||!Object.hasOwn(t[Jr],a.id)||!((o=t[Jr][a.id])!==null&&o!==void 0&&o.length))return;n=t[Jr][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?ku(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?ku(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?ku(y,n):y}}return{nodes:n,isComplexSelector:i}}function ap(e){return e.tag==="*"&&!e.attributes&&!e.id&&!e.classes}function ku(e,t){return e.filter(function(r){return t.includes(r)})}function Yi(e,t,r){Object.hasOwn(r,e)||(r[e]=[]),r[e].push(t)}function np(e,t){e.props.nodeType===1&&(Yi(e.props.nodeName,e,t),Yi("*",e,t),e.attrNames.forEach(function(r){r==="id"&&(t[Jr]=t[Jr]||{},wt(e.attr(r)).forEach(function(a){Yi(a,e,t[Jr])})),Yi("[".concat(r,"]"),e,t)}))}var Ou;function Iu(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:b.documentElement,t=arguments.length>1?arguments[1]:void 0;Ou=!1;var r={};ye.set("nodeMap",new WeakMap),ye.set("selectorMap",r);var a=ip(e,t,null);return a[0]._selectorMap=r,a[0]._hasShadowRoot=Ou,a}function d_(e){var t=[];for(e=e.firstChild;e;)t.push(e),e=e.nextSibling;return t}function Nu(e,t,r){var a=new Su(e,t,r);return np(a,ye.get("selectorMap")),a}function Ki(e,t,r){var a=[];return e.forEach(function(n){var i=ip(n,r,t);i&&a.push.apply(a,de(i))}),a}function ip(e,t,r){var a,n;e.documentElement&&(e=e.documentElement);var i=e.nodeName.toLowerCase();if(Ti(e))return Ou=!0,a=Nu(e,r,t),t="a"+Math.random().toString().substring(2),n=Array.from(e.shadowRoot.childNodes),a.children=Ki(n,a,t),[a];if(i==="content"&&typeof e.getDistributedNodes=="function")return n=Array.from(e.getDistributedNodes()),Ki(n,r,t);if(i==="slot"&&typeof e.assignedNodes=="function")return n=Array.from(e.assignedNodes()),n.length||(n=d_(e)),p.getComputedStyle(e),Ki(n,r,t);if(e.nodeType===b.ELEMENT_NODE)return a=Nu(e,r,t),n=Array.from(e.childNodes),a.children=Ki(n,a,t),[a];if(e.nodeType===b.TEXT_NODE)return[Nu(e,r)]}function f_(e){return e?e.trim().split("-")[0].toLowerCase():""}var ea=f_;function p_(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
|
|
23
|
-
See: https://github.com/dequelabs/axe-core/blob/master/doc/context.md`))}function cp(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 _e(u)});r.push.apply(r,ce(o))}else r.push(_e(i));else if(i&&i.length)if(i.length>1)F_(e,t,i);else{var s=Wu(i[0]);r.push.apply(r,ce(s.map(function(u){return _e(u)})))}}return r.filter(function(u){return u})}function F_(e,t,r){e.frames=e.frames||[];var a=r.shift(),n=Wu(a);n.forEach(function(i){var o=e.frames.find(function(s){return s.node===i});o||(o=up(i,e),e.frames.push(o)),o[t].push(r)})}function Zi(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=__(e),this.flatTree=t??Ou(I_(e)),this.exclude=e.exclude,this.include=e.include,this.include=cp(this,"include"),this.exclude=cp(this,"exclude"),Uu("frame, iframe",this).forEach(function(s){ju(s,o)&&S_(o,s.actualNode)}),typeof this.page>"u"&&(this.page=k_(this),this.frames.forEach(function(s){s.page=o.page})),O_(this),Array.isArray(this.include)||(this.include=Array.from(this.include)),this.include.sort(Hu)}function S_(e,t){!Ke(t)||nn(e.frames,"node",t)||e.frames.push(up(t,e))}function k_(e){var t=e.include;return t.length===1&&t[0].actualNode===b.documentElement}function O_(e){if(e.include.length===0&&e.frames.length===0){var t=Xt.isInFrame()?"frame":"page";throw new Error("No elements found for include in "+t+" Context")}}function I_(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 N_(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(t.iframes===!1)return[];var r=new Zi(e),a=r.frames;return a.map(function(n){var i=n.node,o=je(n,fr);o.initiator=!1;var s=yi(i);return{frameSelector:s,frameContext:o}})}function dp(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 M_(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=fp(n,"overflow-x"),o=fp(n,"overflow-y");if(r&&i||a&&o)return{elm:e,top:e.scrollTop,left:e.scrollLeft}}}function fp(e,t){var r=e.getPropertyValue(t);return["scroll","auto"].includes(r)}var Dr=Ve(M_);function pp(e){return Array.from(e.children||e.childNodes||[]).reduce(function(t,r){var a=Dr(r);return a&&t.push(a),t.concat(pp(r))},[])}function P_(){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(pp(b.body))}var L_=P_;function B_(){return gr(Ie)}function $_(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 mp=$_,kt;function q_(e){if(kt&&kt.parentNode)return kt.styleSheet===void 0?kt.appendChild(b.createTextNode(e)):kt.styleSheet.cssText+=e,kt;if(e){var t=b.head||b.getElementsByTagName("head")[0];return kt=b.createElement("style"),kt.type="text/css",kt.styleSheet===void 0?kt.appendChild(b.createTextNode(e)):kt.styleSheet.cssText=e,t.appendChild(kt),kt}}var j_=q_;function Lu(e){return!!e&&B(e)==="object"&&typeof e.length=="number"&&!(e instanceof p.Node)}function sr(e,t){return!e||B(e)!=="object"?!1:Object.prototype.hasOwnProperty.call(e,t)}function hp(e){return Bu(e)||Qi(e)}function Bu(e){return["include","exclude"].some(function(t){return sr(e,t)&&Qi(e[t])})}function Qi(e){return typeof e=="string"||e instanceof p.Node||$u(e)||Ji(e)||Lu(e)}function $u(e){return sr(e,"fromFrames")}function Ji(e){return sr(e,"fromShadowDom")}function vp(e,t){var r=_e(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=vp(n,!0);return r&&(r._isHidden=i),i}var z_=vp;function H_(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 qu=H_;function ju(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=gp(o),l=gp(s);return br(l,u)}function gp(e){var t,r=qe(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 zu(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 V_(e,t){return e=e.actualNode||e,t=t.actualNode||t,e===t?0:e.compareDocumentPosition(t)&4?-1:1}var Hu=V_;function ke(e){return e instanceof lt?{vNode:e,domNode:e.actualNode}:{vNode:_e(e),domNode:e}}function G_(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(ce(r),[d]),v=/^https?:\/\/|^\/\//i.test(c);return Gu(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 bp=G_;function U_(e,t,r,a){var n=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,i=W_(e);return i?bp(e,t,r,a,n):Gu(e.href,t,r,a,!0)}function W_(e){try{var t=e.cssRules;return!(!t&&e.href)}catch{return!1}}var Vu=U_;function Y_(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=De.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 Vu(o.sheet,t,r,a,o.isCrossOrigin)})}var Gu=Y_;function K_(e){if(typeof e!="string")return null;var t=e.trim().match(/^([-+]?\d+)/);return t?Number(t[1]):null}var ur=K_,X_=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){Ur(n)}}}(),Ne=X_;function yp(){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=yp());function Z_(e,t){return e.concat(t).filter(function(r,a,n){return n.indexOf(r)===a})}var Dn=Z_;function wp(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 Q_(e,t,r){for(var a=we.get("qsa.recycledLocalVariables",function(){return[]}),n=[],i=Array.isArray(e)?e:[e],o=wp(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)&&ca(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=wp(c.children,m,d,c.shadowId,a.pop()));o.vNodesIndex===o.vNodes.length&&n.length;)a.push(o),o=n.pop()}return s}function J_(e,t,r){e=Array.isArray(e)?e:[e];var a=wi(t),n=tp(e,a,r);return n||Q_(e,a,r)}var lr=J_;function ex(e){var t=e.treeRoot,r=t===void 0?g._tree[0]:t,a=tx(r);if(!a.length)return Promise.resolve();var n=b.implementation.createHTMLDocument("Dynamic document for loading cssom"),i=mp(n);return rx(a,i).then(function(o){return Ep(o)})}var Dp=ex;function tx(e){var t=[],r=lr(e,"*",function(a){return t.includes(a.shadowId)?!1:(t.push(a.shadowId),!0)}).map(function(a){return{shadowId:a.shadowId,rootNode:on(a.actualNode)}});return Dn(r,[])}function rx(e,t){var r=[];return e.forEach(function(a,n){var i=a.rootNode,o=a.shadowId,s=ax(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 Vu(m,l,y,c)}));r.push(d)}),Promise.all(r)}function Ep(e){return e.reduce(function(t,r){return Array.isArray(r)?t.concat(Ep(r)):t.concat(r)},[])}function ax(e,t,r){var a;return e.nodeType===11&&t?a=nx(e,r):a=ix(e),sx(a)}function nx(e,t){return Array.from(e.children).filter(ox).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 ix(e){return Array.from(e.styleSheets).filter(function(t){return t.media?_p(t.media.mediaText):!1})}function ox(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&&_p(e.media)}function _p(e){return e?!e.toUpperCase().includes("PRINT"):!0}function sx(e){var t=[];return e.filter(function(r){return r.href?t.includes(r.href)?!1:(t.push(r.href),!0):!0})}function ux(e){var t=e.treeRoot,r=t===void 0?g._tree[0]:t,a=lr(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 lx(i)}))}var xp=ux;function lx(e){return new Promise(function(t){e.readyState>0&&t(e);function r(){e.removeEventListener("loadedmetadata",r),t(e)}e.addEventListener("loadedmetadata",r)})}function Ap(e){var t={cssom:Dp,media:xp};return Cp(e)?new Promise(function(r,a){var n=Rp(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 ye({},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 cx(e){return B(e)==="object"&&Array.isArray(e.assets)}function Cp(e){return!e||e.preload===void 0||e.preload===null?!0:typeof e.preload=="boolean"?e.preload:cx(e.preload)}function Rp(e){var t=De.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=Dn(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 eo(e){var t=g._audit.data.checks||{},r=g._audit.data.rules||{},a=nn(g._audit.rules,"id",e.id)||{};e.tags=gr(a.tags||[]);var n=Tp(t,!0,a),i=Tp(t,!1,a);e.nodes.forEach(function(o){o.any.forEach(n),o.all.forEach(n),o.none.forEach(i)}),Hs(e,gr(r[e.id]||{}))}function dx(e,t){function r(n){return n.incomplete&&n.incomplete.default?n.incomplete.default:Mu()}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 Tp(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=dx(a.data,i)),o.message||(o.message=i.incomplete)):o.message=a.result===t?i.pass:i.fail,typeof o.message!="function"&&(o.message=Pu(o.message,a.data)),Hs(a,o)}}function fx(e,t){return lr(e,t)}var Ot=fx;function Fp(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 px(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?Fp(e,a.values):Fp(e,[])}var Sp=px;function kp(e,t){if(!t)return e;var r=e.cloneNode(!1),a=za(r);if(r.nodeType===1){var n=r.outerHTML;r=we.get(n,function(){return Op(r,a,e,t)})}else r=Op(r,a,e,t);return Array.from(e.childNodes).forEach(function(i){r.appendChild(kp(i,t))}),r}function Op(e,t,r,a){return t&&(e=b.createElement(e.nodeName),Array.from(t).forEach(function(n){mx(r,n.name,a)||e.setAttribute(n.name,n.value)})),e}function mx(e,t,r){return typeof r[t]>"u"?!1:r[t]===!0?!0:sa(e,r[t])}function Uu(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=hx(t.include),u=vx(t),l=0;l<s.length;l++){a=s[l];var c=lr(a,e,u);r=gx(r,c)}return g._selectCache&&g._selectCache.push({selector:e,result:r}),r}function hx(e){return e.reduce(function(t,r){return(!t.length||!br(t[t.length-1],r))&&t.push(r),t},[])}function vx(e){return!e.exclude||e.exclude.length===0?null:function(t){return ju(t,e)}}function gx(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 to(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=qe(De.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?to(e.cause,t+1):"..."),r}var bx=function(e){function t(r){var a,n,i=r.error,o=r.ruleId,s=r.method,u=r.errorNode;return zt(this,t),n=Pn(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=to(i.cause)),o&&(n.ruleId=o,n.message+=" Skipping ".concat(n.ruleId," rule.")),s&&(n.method=s),u&&(n.errorNode=u),n}return Ln(t,e),Ht(t)}(Ct(Error)),ro=bx;function yx(e,t,r){if(e===p)return e.scroll(r,t);e.scrollTop=t,e.scrollLeft=r}function wx(e){e.forEach(function(t){var r=t.elm,a=t.top,n=t.left;return yx(r,a,n)})}var Dx=wx;function Ex(e){var t=Array.isArray(e)?ce(e):[e];return Ip(t,b)}function Ip(e,t){var r=e.shift(),a=r?t.querySelector(r):null;return e.length===0?a:a!=null&&a.shadowRoot?Ip(e,a.shadowRoot):null}function Wu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:b,r=Array.isArray(e)?ce(e):[e];return e.length===0?[]:Np(r,t)}function Np(e,t){var r=he(e),a=r[0],n=$n(r).slice(1),i=t.querySelectorAll(a);if(n.length===0)return Array.from(i);var o=[],s=qe(i),u;try{for(s.s();!(u=s.n()).done;){var l=u.value;l!=null&&l.shadowRoot&&o.push.apply(o,ce(Np(n,l.shadowRoot)))}}catch(c){s.e(c)}finally{s.f()}return o}function _x(){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 ao=_x,Mp=[,[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,,,,,1,1,1,1,,,1,1,1,,1,,1,,1,1],[1,1,1,,1,1,,1,1,1,,1,,,1,1,1,,,1,1,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,,,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1],[,1,,,,,,1,,1,,,,,1,,1,,,1,1,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,,,1,,,,1,1,1,1,,1,,1,,1,,,,,,1],[1,,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,,1,,1,,,,,1,,1,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,,1,1,1,,1,,1,1,1,,,1,1,1,1,1,1,1,1],[,,1,,,1,,1,,,,1,1,1,,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1,1,1,1,1,,,1,1,1],[1,1,1,1,1,,,1,,,1,,,1,1,1,,,,,1,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1],[,1,,1,1,1,,1,1,,1,,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,,,1,1,1,,,1,1,,,,,,1,1],[1,1,1,,,,,1,,,,1,1,,1,,,,,,1,,,,,1],[,1,,,1,,,1,,,,,,1],[,1,,1,,,,1,,,,1],[1,,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,,1,,,1,1,1,1],[,1,1,1,1,1,,,1,,,1,,1,1,,1,,1,,,,,1,,1],[,1,,,,1,,,1,1,,1,,1,1,1,1,,1,1,,,1,,,1],[,1,1,,,,,,1,,,,1,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,,1,1,1,,,1,1,1,1,1,1,,1,,,,1,1,1,,1,,1],[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,1,1],[,1,1,1,,,,1,1,1,,1,1,,,1,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,,1,,,,,1,1,1,,,1,,1,,,1,1],[,,,,1,,,,,,,,,,,,,,,,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,,1,1,,,,1,1,1,1,1,,,1,1,1,,,,1,1],[1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,1,,,,,,,1],[,1,1,,1,1,,1,,,,,,,,,,,,,1],[,,,,,,,,1],[1,1,1,,,,,,,,,,,,,1],[,,,,,,,,1,,,1,,,1,1,,,,,1]],[,[1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,,1],[,,,1,,,,,,,,,,,,,,,1],[,1,,,1,1,,1,,1,1,,,,1,1,,,1,1,,,,1],[1,,,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,,,,1],,[,1,1,1,1,1,,1,1,1,,1,1,,1,1,,,1,1,1,1,,1,1,,1],[,1,,,1,,,1,,1,,,1,1,1,1,,,1,1,,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,,,1,1,1,1,1,1,1,,,1,,,1,,1],[,1,,,,,,1,,,,1,1,,,,,,1,1,,,,,1],[,,,,,,,1,,,,1,,1,1],[,1,1,1,1,1,1,1,,,,1,1,1,1,1,,,1,1,,1,1,1,1,1],[,1,,,1,1,,1,,1,1,1,,,1,1,,,1,,1,1,1,1,,1],[,1,1,1,,1,1,,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1],[,,,,,,,,,,,,,,,,1],,[,1,1,1,1,1,,1,1,1,,,1,,1,1,,1,1,1,1,1,,1,,1],[,,1,,,1,,,1,1,,1,1,,1,1,,1,,,,,,,,,1],[,1,1,,1,,,,1,1,,1,,1,1,1,1,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1],[,1,,,,,,,,,,1,1,,,,,,1,1,,1,,1,,1,1],,[,1,1,,1,,,1,,1,,,,1,1,1,,,1,,,1,,,,1],[1,1,,,1,1,,1,,,,,1,,1]],[,[,1],[,,,1,,,,1,,,,1,,,,1,,,1,,,1],[,,,,,,,,,,,,,,,,,,1,1,,,,,,1],,[1,,,,,1],[,1,,,,1,,,,1],[,1,,,,,,,,,,,1,1,,1,,,,,,,,,1,1],[,,,,,,,,,,,,,,,,,,,1,,1],[,,,,,,,,,,,,,,,,1,,,,1,,1],[,1],[,1,,1,,1,,1,,1,,1,1,1,,1,1,,1,,,,,,,1],[1,,,,,1,,,1,1,,1,,1,,1,1,,,,,1,,,1],[,1,1,,,1,,1,,1,,1,,1,1,1,1,1,,1,,1,,1,1,1,1],[1,1,1,1,1,,1,,1,,,,1,1,1,1,,1,1,,,1,1,1,1],[1,,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],,[,1,,,,,,1,1,1,,1,,,,1,,,1,1,1,,,1],[1,,,,,1,,1,1,1,,1,1,1,1,1,,1,,1,,1,,,1,1],[1,,1,1,,,,,1,,,,,,1,1,,,1,1,1,1,,,1,,1],[1,,,,1,,,,,,,,,,,,,1],[,,,,,1,,,1,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,,,1],[,1,,,,1]],[,[1,1,1,,1,,1,1,1,1,1,1,1,1,1,,1,,1,,1,1,,,1,1,1],[,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],,[,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1],,[1,1,,,,1,1,,,,,,1,,,,1,,1,,1,1,,1],[1],[,,,,,,,,,,,1,,,,,,,,,,,1],[,1,,,,,,,1,1,,,1,,1,,,,1,,,,,,,1],[,,,,,,,,,,,,,,,,1,,,,,1],[,,1,,,,,1,,1],[1,,,,1,,,,,1,,,,1,1,,,,1,1,,,,,1],[,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[1,,,1,1,,,,,,,1,,1,,1,1,1,1,1,1],[,,,,,1,,,,,,,1,,,,,,,1],,[,,1,1,1,1,1,,1,1,1,,,1,1,,,1,1,,1,1,1,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,,,,1],,[1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,,,1,1,1,1,,,,,,1,,1,,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,,,,1,,1,,,1,1,1,1,1],[,,,,,,,,,,,1,,,,,,,,,1,,,,1],[,1,1,,1,1,,1,,,,1,1,,1,1,,,1,,1,1,,1],[,1,,1,,1,,,1,,,1,1,,1,1,,,1,1,1],[,1,1,1,1,1,,1,1,1,,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,,,,,,,,,1,,1,,1,1,,,,1,,,1],[,1,,,1,1,,,,,,,,,1,1,1,,,,,1],[1,,1,1,1,,,,1,1,1,1,1,,,1,,,1,,,1,,1,,1],[,1,1,,1,1,,1,1,,,,1,1,1,,,1,1,,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,,1],[,1,,,,,,,,1,,,,,1,,,,1,,,1],[,1,1,1,1,,,1,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1],[,,,,,1,,1,,,,,1,1,1,1,1,,,1,,,,1],[,1,,,,,,,,1,,,,,,,,,,,,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,1,,,,1,,1,1,1,1,1,,1,1,,,,,,1],[,1,1,1,1,1,1,1,,1,1,,,1,1,,,,1,,1,1,,1,1],[,,,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,1,1,,1,,,1,1,1,1,,,1,,,,,,,1,1],[,1,,,,,,,,1,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1],[,1,1,,,,,,,,,,,,1,1,,,,,,1],[,1,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,,,,,1],[1,1,,,1,,,1,1,1,,,,1],,[,,,,,,,,,,,,,1,,,,,,,,,,1],[,,,,,,,,,1,,,,,,,,,1,,,,,,,1],[1,1,1,,1,,1,1,1,1,1,1,1,1,,1,,,1,,1,,,1,1],[,,,,,,,,,1],[,1,,,,1,,,1,,,1,,,1,,,,,1],[,1,1,,1,1,,,,,,,,,,,,,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,1,1,1,,,1,1,1,,,,1,,1],[1,1,1,1,1,1,,,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,,1,1],[,,,,,,,,,,,,,,,1,,,,1],,[1,1,,1,,1,,,,,,1,,1,,1,1,,1,,1,1,,1,1,,1],[,,1,,,,,,1,,,,1,,1,,,,,1],[1,,,,,,,,,1,,,,,,1,,,,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,,1,,,,,,1,,,1,,,,,,,,1],[,1,,1,,,,,,,,,,,,1],,[1,1,,,,,,,,,,,,,,,,,,,,,,1,1],[1]],[,[1,,,,,,,,,1,,,,,1,,1,,1],[,1,1,,1,1,,1,1,1,,,1,1,1,,,,1,,,1,,,,1],[,1,,,,,,,1,,,,1,,,,,,1],[1,1,1,1,1,1,,,,1,,,,,,,,,1,1,1,1],[1],[,1,1,,,1,1,,,,,1,,1,,,,,,,,1,,,,1],[1,,1,,,1,,1,,,,,1,1,1,1,,,,1,,,,1],[,,1,,,,,,,1,,,,,,,1,,,,,,,1],[1,,,,,,,,,,,,,,1,,,,1],[,,,1,,1,,,,,1,,,,1,1,,,,1],[1,,,,,1,,,1,1,,1,1,,,1,1,,1,1,1,,1,1,1,,1],[,1,1,,,,,1,,1,,1,1,1,,1,1,,,1,,1,1,1],[,1,,,,1,,,,1,,,1,,1,1,,,1,1,1,,,,,1],[1,,1,1,,1,,1,1,,1,,1,1,1,1,1,,,1,1,,,,,,1],[1,,,,,,,,,,,,,,,,,,1,,,1,,1],[,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,,1,,1],[,1,,,,1,,,1,1,,1,,,1,1,,,1,,,1,,,1,1],[1,1,,1,1,1,,1,1,1,,1,,1,1,1,,,1,,1,1,1],[1,,1,1,1,1,,,,1,,1,1,1,,1,,,1,1,1,,1,1,1,1,1],[1,,,,,,,,,,,,,1],[,,1,,,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,,,1,,1,,1,,,,1],[,,,1,,,,,,,,,1],[,1,,,,,,,,,,,,,,1,,,,,,,,,1],[,,,,,,,,1,1,,,,1,,,,,1,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,,,1,1,1],[,,,,,1,,,,1,1,1,,1,1,1,,,1,,1,1,,1],[,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,,,1,,,,,,,,,,,,,1],[,,1,,,1,,1,1,1,,1,1,,1,,,,1,,1,1],,[,,1,,,1,,,,,,1,,,,1],[,,,,,,,,,1,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,,1,1,,1,,1,,,1,1,1,,,1],[,,,,,1,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,1,,1,1,,1,1,,1],[,,,,,1,,,,,,,,,,,,,,1],[,1,1,1,1,,,,,1,,,1,,1,,,,1,1,,,,1,1],[,1,,,1,,,1,,1,1,,1,,,,,,,1],[,,1,,1,,,1,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,,,,,,,,,,1,,1,1],[,,,,,,,,,,,,1],,[,1,1,1,1,,,,1,1,,1,1,1,1,1,1,,1,1,1,1,,1,,1],[1,,,,1,,,,,,,,,,1],[1,,,,,,,,,1],,[,1,,,,1,,,,,,,,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,,1,,,,1,1,,,1,1,,1],[,1,1,,1,,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,1],[1,1,1,,,,,1,1,1,,1,1,1,1,1,,1,1,1,1,1,,,,,1],[,1,,,,,,,1,1,,,1,1,1,,1,,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,,,1,,,,1,,,1,,,,1,,,,,,,1,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1],[1,1,1,,1,,,1,1,1,1,,1,1,1,1,,,,1,,1,,1,,,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,,1,1,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,,1,,1,,,,1],[,1,1,1,1,1,,1,1,1,,,1,1,1,1,1,,1,1,1,,1,1,,1],[1,,,1,,,,1,1,1,,,,,1,1,,,,1,,1],[1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,,1,,1,1,,,,,,,1,,1],[,1,,,,1,,1,1,,,,1,1,,1,,,,1,1,1,,1],[,,,,,,,,,,,,,1],[,1,,,,,,1,,,,,,,1],[,,,,,,,,1,,,,1,,1,,,,,,,,,,,,1]],[,[,1,1,,1,1,1,1,,1,1,1,,1,1,,1,1,,1,1,1,1,1,1,,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,,,1,,,,,,,,1,,,,,,1,,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,,1,,1,1,1,1,1,1,1,,1,1,,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1],[,1,1,,,,,1,1,1,,,1,,1,1,,,,1,,1,,,1,1],[,,,,,,,1,,,,1,1,1,1,1,,1,,,1,,,,,1],[1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,,1,,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,1,1,,1,,1,1,1,,1,,1,1,,1,1,,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,,1,,,,,1,,1],[,1,1,1,,1,,1,,1,,,,1,,1,,,1,,,,,1,1,1],[,1,,,1,1,,1,,1,,1,1,1,1,1,,1,1,,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,,1,,1,,1,,,,,1,1,,1,,,,1,1]],[,[,1,,1,,,,,,,,1,,,,,,,1,,,,1],[,,,,,,,,,1,,1,1,1,,1,,,1,,1,1],[1,1,,,,,,,1,,,,,1,,1,,,,,,1],[,1,,,,,,,,,,1,,,,,,,,,1,1],,[,,,,,,,,,,,,,,,1,,,,1,,1],[,,1,1,,1,,1,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,1,,,,,,,,,1],[1,,1,1,,,,1,,,,,,,,,1,,,1,,,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,,1,1,,1,1,,1,,1],[,1,,,1,1,,,,,,1,,1,,1,,,1,,1,1],[1,1,1,1,,1,,1,,1,,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,,,1,,1,,1,1,1,,,1,1,1,,1,1,1,1,,1,1],[,,,,1,,,1,,,,,,,1,,,,1,1],[,1,,,,,,,,,,1,,1,,1,,,,,1,,,,,1],,[1,1,,1,,1,,1,1,,,,,,1,1,,,1,1,1,1,1,1,1,1,1],[1,1,,1,,,,,,1,,,,,1,1,1,,,,1,1,,,1],[,1,1,,1,1,,,,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,,,1,,,,1,,,,1,1],[,,,,1],[,,,,,,,,,1,,,1],,[,,1,,1,,,,,,,,,1,,,,,,,,,,,,1],[,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,,,1],[,1,,1,,,,,,1,,,,,1,1,,,,,1,1],[,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,,,1,,1,1,1],[,1,,,,1,,,,,,,1],[,1,,,1,,,1,,1,,1,1,,1,,,,,1,,1,,,,1,1],[,1,,,1,,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,1,1,,,,1,1,,,,,,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,,1,1,,1,1,1,1,1],[,1,,,,1,,,,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,1,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,,1,1,1,,1,1,1,,,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,,,,,,,1,1,,,,,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,1,,1,1,1,1],,[,1,1,,,,,1,,1,,,,1,1,1,,,1,,,,,1],[,,,,,,,,,,,,,1],[,,,,,1,,,,,,,,1,1,,,,,1,,1,,,1,1],[,,,,,1,,,1,,,,,,1]],[,[,1],,,,,,,,,,,,,,,,,,,,[1,1,1,1,1,,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,1,1,1,1],[,1,,1,,1,,,1,1,1,,1,1,1,1,1,,,1,,,,1,,1,1],[,1,,1,,1,,,1,,,,,1,,,,,,1,1],[,1,,1,,,,,1,,,,1,,1,1,1,1,1,1,1,1,,1],[,1,,,,,,,,,,,,,,,1]],[,[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,,,,,,,,,1,1,,,,1],[,,,,,,1],[,,1],[,1,1,,,1,,1,,1,1,,1,1,1,,,,1,1,1,,,,,1],,[,1,,,,1,,,,,,1,,,1,,,,1,1,,1],[,,,,,,,1,,,,,,,,,1],[,1,1,,,1,1,,,,,,1,1,1,,,,1,,1,1],[,,,,,,,1,,1,,,,,,,,,,1],[,1,1,,,,,,1,1,,,,1,,,,,,,1,,,1],,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,1,,,1,,,,,1,,1,,1,,1,,,,,1],[1,1,1,1,1,1,1,1,,,,,1,1,,1,1,,1,,,1,,1],[,,,,,,,,,,,,,,1,,,,,,1],,[,,,,,,,,,1,,,,1,,1,,,,,1],[,,1,,,,,,,1,,1,1,1,1,,,,,,,,,1],[,,,1,,,,,1,,,,,1,,,,,,1,,,,1],[1,,1,1,,1,1,1,1,1,,1,,,,1,1,1,,,1,1,,,,1,1],,[1,1,,,,,,,,,,1,1,1,,1,,,1],[,,,,1,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,1],[,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,,1,,,1,,,,,,,,1,,,,,,1,,,,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,,,,1,1,1,1,1,1,,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,1,,1,1,,1,1,1,,1,1,1,1,1,,,1],[1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,,1,,1,,1,1,1,1,1,,1,,1,1,1,1,,1,1,1,1,1],[1,1,1,1,,1,,,,,,1,,1,,,,,1,1,,,,,1],[1,,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,,1,,,,1,1,1,1,1,,,1,1,,1,,1],[,1,1,1,1,,,,,1,,1,1,1,1,1,,,1,1,,,,1,1,1],[,1,1,1,1,1,,1,,,,,1,,1,,1,,,1,,,1,1,,1]],[,[1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,,,,,1,,,,,1,1,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,,,,1,,1,1,,1,1,1,1,1,,,1,,1,,1],[1,1,1,,1,1,1,1,,,,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,,1,,,,,,,,,,1,1,1,1,1,1,1,,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,1,1,,,,1,,1,1,1,1,1,,,,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,,1,1,1],[,1,1,1,,1,,1,1,1,1,,,1,1,1,,1,1,1,1,1,,,1,1],[1,1,,,,1,,,1,1,1,,1,,1,,1,,1,1,1,1,1,,1,1,1],[,1,,,,,,,1,,1,,1,1,1,1,,,,,,,,,1]],[,[,,,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,1,,,1,,,,,,1,,,1,,,,1],,[,1,,,,1,,1,,1,1,,1,1,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],[1,1,1,,,1,,,1,,,,,,1,1,,,,,,,,,,1],[,1,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1,,,1],[,,,,,,,,,1],[1,1,,,,,,1,1,1,,1,1,,,,1,1,,1,,1,1,1,,1],[,1,1,1,,1,1,,,1,,1,1,1,1,,,,,,,1,,1,,1],[,1,1,1,1,,,1,,1,,,,1,1,1,1,,1,1,,1],[,1,,,1,1,,1,,1,,1,,1,1,,1,,1,,,1,,,1,,1],[,,,,,,,,,,,1,,,1],[,,,,,,,,,1,,,,,,,,,,,,,1],,[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1],[,1,,,,,,,1,1,,1,,,,,1,,,1,,1],[,1,,,,1,,,1,,,,,,,,1,,1,,,1],[,,,,,,,,,,,,,1,1,,,,1,,,1],[,,,,,1,,,1,,,,1],[,1],,[,1],[1,,,,,,,,,,,,,,1,,,,,1]],[,[,1,,,,1,1,1,1,1,1,,1,1,1,1,1,,1,1,,1,1,,,1],[,,1,,,,,,,,,1],,,[1,,,1,1,,,,,,,,1,1,,1,1,,1],,[,,,,,,,,,,,,,,,,,,1,,1],,[1,,,1,1,,1,1,,,,,1,,1,,,,,1,1,,1],[,,,,,,,,,,,1],[,1,,,,,,,,1,1,1,1,1,1,1,1,,,,1,1,,,,,1],[,,,,,,,,,,,,,,,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,,1,1,1,1,1,1],[,,,,,,,,,,,1,,1,,,1],[1,,,,,,,,,,,,,,,,,,1,,1],,,[,1,,,,,,,,,,,,,,1,,,,1,1],[,,,,,,,,,1,,,1,,1,,,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,1,1,,,,,,1],,[,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,1,1,,1,1,1,1,1,1,,,1,1,1,1,1,,1,1],[,1,,,,,,,,1],[,,,,1,,,1,,,1,1,,,,,,,,,1,1,,,,1],[,1,,1,1,,,1,1,1,,,,1,1,1,1,,1,1,1,1,,1],[,,,,,,,1],[,1,1,,,,,1,,1,,,,,,1,,,,,,1,,1,,1],[,1,,,,,,1,,,,1,,,,,,,,,,1],[,,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1,1,1,1,,1],[,1,,,,,,,,1],[,1,1,,1,,,,,,,,1,,,,,,1,,,1,,1,,1],[,1,,1,,1,,1,1,1,,1,1,1,,1,,,1,1,,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,,,,1,1,1,,,,1,1,,,1,1],[,,1,1,1,1,,1,,1,,1,,1,1,1,1,,,,,1,,1,,1],[1,1,1,1,1,1,1,1,,1,,1,,1,1,1,,,1,1,,,,1,,1],[,,,1],,[,1,1,,1,,,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1],[,1,,,,,,1,,1,,1,,,,,,,1,1,,1,1],[,,1,,,,1,,1,1,,1,,1,,,,,,,,,,1],[,1,1,,1,,,,1,,,,1,1,1,,,,1,,1,1,1,,1,1],,[,1,1,,,,,,,,,,,,,1,,,1,,,,,1],[,1,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,1,,,,1,1,,,,1,,,,,,,1]],[,[,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[,1,1,1,1,1,,1,,1,1,,,1,1,1,1,,1,,,,,1,1,1],[,,1,1,,1,,1,1,,,,1,1,1,1,,,1,,1,1,1,1,,1],[,1,,1,,,,,,,,1,,1,,1,,1,,,,,,,,1],[,,1,,1,,,1,,,,,1,1,,,1,,1,1,1,1],[,1],[,1,1,,1,,1,1,,1,,,1,1,1,,,,1,,,1,,1],[1,1,,1,1,1,,,,,,,,1,,,,,1,,1,1,1],[,1,1,,,,,,,1,,,1,,1,,1,,1,1,,,1,,,1],[,,1,,,,,,,,,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,,1,,,,,1,1,1,,,1,,1,,,,1],[,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,1,1,1,1,1,,1,1,1,,1,1,1,1,1,,,,1,1],[,,,1,1,,,1,,1,,1,,1,1,1,1,,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,,1,,1,,,,1,1,,,1,1,,1,1,,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1,,1,1,,,1],[,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,,1,,,1,,,1,,1,1,1,1,1,,1,,1,1],[,,,,,1,,,,1,,,,,1,1,,,,1],[,1,,1,1,1,,1,,,1,1,1,,,1,,,1,,1,,,1],[,,1,,,,,,,,,1,,1,,,,,1,,1],[,1,1,,,,,,,,1,1,1,,,,,,,,1,,,,,1],[,,,,,,,,1,,,,,1,,,1]],[,[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,,,1,1,1,1,1,1,1,1,,,,,,,,,1,1],[,,,,,,,,1,,,,1,,1,,1,,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,1,,1,,1,,,,1,1,,1,,1,,,,1,1,1,1,1,,,1],,[,1,,,,,,,,1,,,1,1,,,1,,1,1,,1,,1],[,1,,,1,,,,,,,,1,,,,,,,1],[1,1,,,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1],,[,1,,,,,,1,1,1,,1,1,1,1,1,,,1,,1,1,,,,1],[,1,1,,,1,,1,,1,,,1,1,1,1,,,1,,,1,,,,1],[,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1],[,1,1,,1,1,,1,1,,,1,1,,1,1,,1,,1,,1],[1,,1,,,,,1,,1,,1,1,1,1,,,,,1,1,,,,1,1],[,1,1,,,,,1,1,,,1,,1,1,1,1,,,,,,,,,,1],,[,1,1,,,1,,,,1,,1,1,1,1,1,,,,1,,,,1,,1],[,,,1,1,,,1,,,,,1,1,1,1,1,,1,1,,,,,,1],[,1,,,,,,,,,,,1,,,,1,,,,,,,1,,1],[,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,1,,,,,1,,1,,,1,1,,1,1,,1],[,1,,,,,,1,,,,,1,1,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1,,,1,,,,,1],[,,,,,,,1,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,,1,,,,,,,1,,,,,,,,1,1,,1],[,1,,,1,,,,1],[,,,,,,,,,,1],[,1,,,,,,1,1,,,,,1,1],,[,1,1,,,,,,1,,,,,1,1,,,,1],[1,,1,,1,,,,,1,,,,,1,,,,,,,,,1,1],[,1,1,,,,,,,,,1,1,1,1,,,,1,,,,,1,,,1],,[,1,1,,1,,,1,1,,,1,,,1,1,1,,1,,1,1,1,,,,1],[,1,,,,1,,,,,1,,,1,1,,,1,,1,,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,,,1,,,,,1,,,,,1,,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,1],[,1,,,,,,1,,,,,,,1,1,1,,,1],[,1,,,,,,,,,,1,1,1,,,,,1,,,1],[,,,,,1,,1,,,,,1,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 xx(e){for(var t=Mp;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 Pp(e){e=Array.isArray(e)?e:Mp;var t=[];return e.forEach(function(r,a){var n=String.fromCharCode(a+96).replace("`","");Array.isArray(r)?t=t.concat(Pp(r).map(function(i){return n+i})):t.push(n)}),t}var no=xx,Ax=function(e){function t(r){var a;return zt(this,t),a=Pn(this,t),a._props=Rx(r),a._attrs=Tx(r),a}return Ln(t,e),Ht(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)}}])}(lt),Yu={"#cdata-section":2,"#text":3,"#comment":8,"#document":9,"#document-fragment":11},Lp={},Cx=Object.keys(Yu);Cx.forEach(function(e){Lp[Yu[e]]=e});function Rx(e){var t,r,a,n=(t=e.nodeName)!==null&&t!==void 0?t:Lp[e.nodeType],i=(r=(a=e.nodeType)!==null&&a!==void 0?a:Yu[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(),ao().includes(o)||(o="text"));var s=Ae({},e,{nodeType:i,nodeName:n});return o&&(s.type=o),delete s.attributes,Object.freeze(s)}function Tx(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 Bp=Ax;function Fx(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 $p=Fx,En={},qp;function jp(e){return En.hasOwnProperty(e)}function Ku(e){return typeof e=="string"&&En[e]?En[e]:typeof e=="function"?e:qp}function Sx(e,t,r){En[e]=t,r&&(qp=t)}function kx(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"||jp(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&&X2(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(De.allOrigins,'" instead'));t.setAllowedOrigins(e.allowedOrigins)}}var Ox=kx;function Ix(e){Xt.updateMessenger(e)}function Nx(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 Mx=Nx;function Px(e,t,r){var a=["SCRIPT","HEAD","TITLE","NOSCRIPT","STYLE","TEMPLATE"];if(!a.includes(e.nodeName.toUpperCase())&&gn(r)){var n=p.getComputedStyle(e);if(n.getPropertyValue("display")==="none")return;if(n.getPropertyValue("visibility")==="hidden"){var i=ct(e),o=i&&p.getComputedStyle(i);if(!o||o.getPropertyValue("visibility")!=="hidden")return}}return!0}var Lx=Px,zp={};Vt(zp,{getAllCells:function(){return Xu},getCellPosition:function(){return Bi},getHeaders:function(){return io},getScope:function(){return lu},isColumnHeader:function(){return ga},isDataCell:function(){return Vp},isDataTable:function(){return oo},isHeader:function(){return Hx},isRowHeader:function(){return ba},toArray:function(){return wr},toGrid:function(){return wr},traverse:function(){return Zu}});function Bx(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 Xu=Bx;function Hp(e,t,r){for(var a=e==="row"?"_rowHeaders":"_colHeaders",n=e==="row"?ba:ga,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 $x(e,t){if(e.getAttribute("headers")){var r=nr(e,"headers");if(r.filter(function(o){return o}).length)return r}t||(t=wr(ha(e,"table")));var a=Bi(e,t),n=Hp("row",a,t),i=Hp("col",a,t);return[].concat(n,i).reverse()}var io=$x;function qx(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 Vp=qx;function jx(e){var t=Re(e);if((t==="presentation"||t==="none")&&!rt(e))return!1;if(e.getAttribute("contenteditable")==="true"||ha(e,'[contenteditable="true"]')||t==="grid"||t==="treegrid"||t==="table"||Zt(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:!(Ys(e).width>Ti(p).width*.95||n<10||e.querySelector("object, embed, iframe, applet"))}var oo=jx;function zx(e){if(ga(e)||ba(e))return!0;if(e.getAttribute("id")){var t=Ye(e.getAttribute("id"));return!!b.querySelector('[headers~="'.concat(t,'"]'))}return!1}var Hx=zx;function Gp(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=Gp(e,{x:t.x+e.x,y:t.y+e.y},r,a),n.unshift(i),n):[]}function Vx(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 Gp(e,{x:t.x+e.x,y:t.y+e.y},r,a)}var Zu=Vx,Up={};Vt(Up,{allowedAttr:function(){return Wp},arialabelText:function(){return fn},arialabelledbyText:function(){return dn},getAccessibleRefs:function(){return Qu},getElementUnallowedRoles:function(){return Xp},getExplicitRole:function(){return Re},getImplicitRole:function(){return ir},getOwnedVirtual:function(){return hn},getRole:function(){return Ee},getRoleType:function(){return Zt},getRolesByType:function(){return rA},getRolesWithNameFromContents:function(){return iA},implicitNodes:function(){return sA},implicitRole:function(){return ir},isAccessibleRef:function(){return so},isAriaRoleAllowedOnElement:function(){return Kp},isComboboxPopup:function(){return el},isUnsupportedRole:function(){return su},isValidRole:function(){return pn},label:function(){return em},labelVirtual:function(){return ji},lookupTable:function(){return Qp},namedFromContents:function(){return D1},requiredAttr:function(){return tm},requiredContext:function(){return tl},requiredOwned:function(){return rl},validateAttr:function(){return uo},validateAttrValue:function(){return rm}});function Gx(e){var t=Ie.ariaRoles[e],r=ce(Mr());return t&&(t.allowedAttrs&&r.push.apply(r,ce(t.allowedAttrs)),t.requiredAttrs&&r.push.apply(r,ce(t.requiredAttrs))),r}var Wp=Gx,Ux=/^idrefs?$/;function Yp(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=pe(e.getAttribute(i)||"");if(o){var s=qe(yt(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&&Yp(e.childNodes[c],t,r)}function Wx(e){var t;e=e.actualNode||e;var r=mt(e);r=r.documentElement||r;var a=we.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 Ux.test(s)});Yp(r,n,i)}return(t=n.get(e.id))!==null&&t!==void 0?t:[]}var Qu=Wx;function Yx(e,t){var r=e instanceof lt?e:_e(e),a=ir(r),n=Pr(r);return Array.isArray(n.allowedRoles)?n.allowedRoles.includes(t):t===a?!1:!!n.allowedRoles}var Kp=Yx,Kx=["doc-backlink","doc-biblioentry","doc-biblioref","doc-cover","doc-endnote","doc-glossref","doc-noteref"],Xx={header:"banner",footer:"contentinfo"};function Zx(e){var t=[];if(!e)return t;if(e.hasAttr("role")){var r=yt(e.attr("role").toLowerCase());t=t.concat(r)}return t.filter(function(a){return pn(a)})}function Qx(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,r=ke(e),a=r.vNode;if(!qu(a))return[];var n=a.props.nodeName,i=ir(a)||Xx[n],o=Zx(a);return o.filter(function(s){return!Jx(s,a,t,i)})}function Jx(e,t,r,a){return r&&e===a?!0:Kx.includes(e)&&Zt(e)!==a?!1:Kp(t,e)}var Xp=Qx;function eA(e){return Object.keys(Ie.ariaRoles).filter(function(t){return Ie.ariaRoles[t].type===e})}var wa=eA;function tA(e){return wa(e)}var rA=tA;function aA(){return we.get("ariaRolesNameFromContent",function(){return Object.keys(Ie.ariaRoles).filter(function(e){return Ie.ariaRoles[e].nameFromContent})})}var Ju=aA;function nA(){return Ju()}var iA=nA,Zp=function(t){return t===null},ht=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:ht}}]},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:ht}}]},"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:ht}}]},"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:ht}}]},"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:ht}}]},"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:ht}}]},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:ht}}]},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:ht}}]},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:ht}}]},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:ht}}]},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:ht}}]},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:ht}}]},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:ht}}]},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:ht}}]},widget:{type:"abstract",unsupported:!1},window:{nameFrom:["author"],type:"abstract",unsupported:!1}},Er.implicitHtmlRole=du,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:ht}},{nodeName:"input",properties:{type:["color","data","datatime","file","hidden","month","number","password","range","reset","submit","time","week"]}},{nodeName:"link",attributes:{href:ht}},{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:Zp}},{nodeName:"img",attributes:{alt:Zp}},{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 Qp=Er;function oA(e){var t=null,r=Qp.role[e];return r&&r.implicit&&(t=gr(r.implicit)),t}var sA=oA;function uA(e){return!!Qu(e).length}var so=uA;function el(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.popupRoles,a=Ee(e);if(r??(r=r1["aria-haspopup"].values),!r.includes(a))return!1;var n=lA(e);if(Jp(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=on(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(Jp)}var Jp=function(t){return t&&Ee(t)==="combobox"};function lA(e){for(;e=e.parent;)if(Ee(e,{noPresentational:!0})!==null)return e;return null}function cA(e){return e=_e(e),ji(e)}var em=cA;function dA(e){var t=Ie.ariaRoles[e];return!t||!Array.isArray(t.requiredAttrs)?[]:ce(t.requiredAttrs)}var tm=dA;function fA(e){var t=Ie.ariaRoles[e];return!t||!Array.isArray(t.requiredContext)?null:ce(t.requiredContext)}var tl=fA;function pA(e){var t=Ie.ariaRoles[e];return!t||!Array.isArray(t.requiredOwned)?null:ce(t.requiredOwned)}var rl=pA;function mA(e,t){e=e instanceof lt?e:_e(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=yt(n),a.reduce(function(u,l){return u&&i.values.includes(l)},a.length!==0);case"idref":try{var o=mt(e.actualNode);return!!(n&&o.getElementById(n))}catch{throw new TypeError("Cannot resolve id references for partial DOM")}case"idrefs":return nr(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 rm=mA;function hA(e){var t=Ie.ariaAttrs[e];return!!t}var uo=hA;function vA(e){var t=Xu(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 pe(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=Bi(s,i),l=!1;ga(s)&&(l=Zu("down",u,i).find(function(c){return!ga(c)&&io(c,i).includes(s)})),!l&&ba(s)&&(l=Zu("right",u,i).find(function(c){return!ba(c)&&io(c,i).includes(s)})),l||r.relatedNodes(s),o=o&&l}}),o?!0:void 0}var gA=vA,_n=["cell-header-not-in-table","cell-header-not-th","header-refs-self","empty-hdrs"],am=_n[0],nm=_n[1],im=_n[2],al=_n[3];function bA(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]=Ee(o))}var u=ye(ye(ye(ye({},im,new Set),am,new Set),nm,new Set),al,new Set);t.forEach(function(m){if(!(!m.hasAttribute("headers")||!Ke(m))){var v=m.getAttribute("headers").trim();if(!v){u[al].add(m);return}var y=m.getAttribute("id"),w=yt(v);w.forEach(function(E){y&&E===y?u[im].add(m):r[E]?["columnheader","rowheader"].includes(r[E])||u[nm].add(m):u[am].add(m)})}});var l=qe(_n),c;try{for(l.s();!(c=l.n()).done;){var d=c.value;if(u[d].size>0)return this.relatedNodes(ce(u[d])),d===al?void 0:(this.data({messageKey:d}),!1)}}catch(m){l.e(m)}finally{l.f()}return!0}function yA(e){var t=[],r=Xu(e),a=wr(e);return r.forEach(function(n){if(Vi(n)&&Vp(n)&&!em(n)){var i=io(n,a).some(function(o){return o!==null&&!!Vi(o)});i||t.push(n)}}),t.length?(this.relatedNodes(t),!1):!0}var wA=yA;function DA(e,t){var r=e.getAttribute("scope").toLowerCase();return t.values.indexOf(r)!==-1}var EA=DA,_A=xA;function xA(e,t,r){if(r.children!==void 0){var a=r.attr("summary"),n=r.children.find(AA),i=n?pe(Lr(n)):!1;return!i||!a?!1:pe(a).toLowerCase()===pe(i).toLowerCase()}}function AA(e){return e.props.nodeName==="caption"}function CA(e){return W1(b)?e.nodeName.toUpperCase()==="TH":!0}var RA=CA;function TA(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 FA=TA;function SA(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 kA=SA,om={};Vt(om,{getAriaRolesByType:function(){return wa},getAriaRolesSupportingNameFromContent:function(){return Ju},getElementSpec:function(){return Pr},getElementsByContentType:function(){return uu},getGlobalAriaAttrs:function(){return Mr},implicitHtmlRoles:function(){return du}});function OA(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=Ee(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=rt(r),s;return i&&!o?s="globalAria":!i&&o?s="focusable":s="both",this.data({messageKey:s,role:n}),!1}function IA(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 NA=IA;function MA(e){return Ft(e)}var PA=MA;function LA(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&&!K1(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=BA(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 BA(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 $A(e,t,r){var a=r.props.nodeName;return["img","input","area"].includes(a)?r.hasAttr("alt"):!1}var qA=$A;function jA(){}var zA=jA;function HA(){var e=b.title;return!!pe(e)}var VA=HA;function GA(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 UA=GA;function WA(e,t,r){try{return!!pe(dn(r))}catch{return}}var YA=WA;function KA(e,t,r){return!!pe(fn(r))}var XA=KA;function ZA(e){var t=e.getAttribute("id").trim();if(!t)return!0;var r=mt(e),a=Array.from(r.querySelectorAll('[id="'.concat(Ye(t),'"]'))).filter(function(n){return n!==e});return a.length&&this.relatedNodes(a),this.data(t),a.length===0}var QA=ZA;function JA(e){var t=[];return e.filter(function(r){return t.indexOf(r.data)===-1?(t.push(r.data),!0):!1})}var e5=JA;function t5(e,t,r){var a=pe(r.attr("title")).toLowerCase();return this.data(a),!0}var r5=t5;function a5(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 n5=a5;function i5(e){var t=au(e,"href");return t?Ke(t)||void 0:!1}var o5=i5,s5=["alert","log","status"];function u5(e,t,r){this.data({isIframe:["iframe","frame"].includes(r.props.nodeName)});var a=we.get("regionlessNodes",function(){return l5(t)});return!a.includes(r)}function l5(e){var t=sm(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 sm(e,t){var r=e.actualNode;if(Ee(e)==="button"||d5(e,t)||["iframe","frame"].includes(e.props.nodeName)||Ru(e.actualNode)&&au(e.actualNode,"href")||!Ke(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&&Vi(r,!0)&&!c5(e)?[e]:e.children.filter(function(n){var i=n.actualNode;return i.nodeType===1}).map(function(n){return sm(n,t)}).reduce(function(n,i){return n.concat(i)},[])}function c5(e){return["none","presentation"].includes(Ee(e))&&!Hi(e)}function d5(e,t){var r=e.actualNode,a=Ee(e),n=(r.getAttribute("aria-live")||"").toLowerCase().trim(),i=wa("landmark");return!!(["assertive","polite"].includes(n)||s5.includes(a)||i.includes(a)||t.regionMatcher&&mn(e,t.regionMatcher))}function f5(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=qe(t),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;if(zu(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 p5=f5;function m5(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 h5(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 nl(e){var t=p.getComputedStyle(h5(e));return{fontWeight:m5(t.getPropertyValue("font-weight")),fontSize:parseInt(t.getPropertyValue("font-size")),isItalic:t.getPropertyValue("font-style")==="italic"}}function um(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 v5(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=nl(e),l=o?nl(o):null,c=s?nl(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||!um(u,l,i))return!0;var w=ma(r,"blockquote");if(!(w&&w.nodeName.toUpperCase()==="BLOCKQUOTE")&&!(c&&!um(u,c,i))&&!(v>y*m))return!1}var g5=v5,b5=/[;,\s]/,y5=/^[0-9.]+$/;function w5(e,t,r){var a=t||{},n=a.minDelay,i=a.maxDelay,o=(r.attr("content")||"").trim(),s=o.split(b5),u=Q(s,1),l=u[0];if(!l.match(y5))return!0;var c=parseFloat(l);return this.data({redirectDelay:c}),typeof n=="number"&&c<=t.minDelay||typeof i=="number"&&c>t.maxDelay}function D5(e,t,r){var a=Ot(r,"a[href]");return a.some(function(n){return/^#[^/!]/.test(n.attr("href"))})}var E5=D5,lm={};Vt(lm,{aria:function(){return Up},color:function(){return cm},dom:function(){return Vs},forms:function(){return Em},matches:function(){return mn},math:function(){return Pf},standards:function(){return om},table:function(){return zp},text:function(){return cn},utils:function(){return ts}});var cm={};Vt(cm,{Color:function(){return Xe},centerPointOfRect:function(){return x5},elementHasImage:function(){return Gi},elementIsDistinct:function(){return fm},filteredRectStack:function(){return T5},flattenColors:function(){return cr},flattenShadowColors:function(){return ol},getBackgroundColor:function(){return An},getBackgroundStack:function(){return sl},getContrast:function(){return Da},getForegroundColor:function(){return fo},getOwnBackgroundColor:function(){return Qr},getRectStack:function(){return pm},getStackingContext:function(){return ll},getStrokeColorsFromShadows:function(){return ul},getTextShadowColors:function(){return co},hasValidContrastRatio:function(){return X5},incompleteData:function(){return Ge},parseTextShadows:function(){return vm},stackingContextToColor:function(){return xn}});function _5(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 x5=_5;function dm(e){return e.getPropertyValue("font-family").split(/[,;]/g).map(function(t){return t.trim().toLowerCase()})}function A5(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 Xe;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(dm(r)[0]!==dm(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 fm=A5;function C5(e){var t=Jf(e),r=Du(e);return!r||r.length<=1?[t]:r.some(function(a){return a===void 0})?null:(r.splice(0,0,t),r)}var pm=C5;function R5(e){var t=pm(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 T5=R5,F5=["hue","saturation","color","luminosity"],mm={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 cr(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"normal",a=k5(t,e,r),n=il(e.red,e.alpha,t.red,t.alpha,a.r*255),i=il(e.green,e.alpha,t.green,t.alpha,a.g*255),o=il(e.blue,e.alpha,t.blue,t.alpha,a.b*255),s=S5(e.alpha+t.alpha*(1-e.alpha),0,1);if(s===0)return new Xe(n,i,o,s);var u=Math.round(n/s),l=Math.round(i/s),c=Math.round(o/s);return new Xe(u,l,c,s)}function il(e,t,r,a,n){return t*(1-a)*e+t*a*n+(1-t)*a*r}function S5(e,t,r){return Math.min(Math.max(t,e),r)}function k5(e,t,r){if(F5.includes(r))return mm[r](e,t);var a=new Xe;return["r","g","b"].forEach(function(n){a[n]=mm[r](e[n],t[n])}),a}function ol(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 Xe(a,n,i,o)}function sl(e){for(var t=Du(e).map(function(n){return n=X1(n,e),n=O5(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&&!I5(a,t[0]))return Ge.set("bgColor","elmPartiallyObscuring"),null}return t[0]||null}function O5(e){var t=e.indexOf(b.body),r=e,a=Qr(p.getComputedStyle(b.documentElement));if(t>1&&a.alpha===0&&!Gi(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 I5(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 N5=.54,lo=.5,M5=1.5,hm=["top","right","bottom","left"];function ul(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.ignoreEdgeCount,a=r===void 0?!1:r,n=P5(e),i=Object.entries(n).map(function(o){var s=Q(o,2),u=s[0],l=s[1],c=hm.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(L5).filter(function(o){return o!==null})}function P5(e){var t={},r=qe(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>lo?u.right.push(c):-c>lo&&u.left.push(-c),d>lo?u.bottom.push(d):-d>lo&&u.top.push(-d)}}catch(m){r.e(m)}finally{r.f()}return t}function L5(e){var t=e.colorStr,r=e.sides,a=e.edgeCount;if(a!==4)return null;var n=new Xe;n.parseString(t);var i=0,o=!0;return hm.forEach(function(s){i+=r[s].length/4,o&&(o=r[s].every(function(u){return u>M5}))}),o||(n.alpha=1-Math.pow(N5,i)),n}function vm(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 co(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=vm(s),m=qe(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=ul(c,{ignoreEdgeCount:n});if(T===null)return null;i.push.apply(i,ce(T)),c.splice(0,c.length)}var O=B5({colorStr:w,offsetX:_,offsetY:x,blurRadius:R,fontSize:l});i.push(O)}}}catch($){m.e($)}finally{m.f()}if(c.length>0){var P=ul(c,{ignoreEdgeCount:n});if(P===null)return null;i.push.apply(i,ce(P))}return i}function B5(e){var t=e.colorStr,r=e.offsetX,a=e.offsetY,n=e.blurRadius,i=e.fontSize;if(r>n||a>n)return new Xe(0,0,0,0);var o=new Xe;return o.parseString(t),o.alpha*=$5(n,i),o}function $5(e,t){if(e===0)return 1;var r=e/t;return .185/(r+.4)}function ll(e,t){var r=_e(e);if(r._stackingContext)return r._stackingContext;var a=[],n=new Map;return t=t??sl(e),t.forEach(function(i){var o,s=_e(i),u=z5(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,_=bm(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=bm(n,s,c);l.length||a.unshift(d),d.bgColor=u}),r._stackingContext=a,a}function xn(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(q5,gm()),n=cr(a,e.bgColor,e.descendants[0].blendMode);return n.alpha*=e.opacity,{color:n,blendMode:e.blendMode}}function q5(e,t){var r;e instanceof Xe?r=e:r=xn(e).color;var a=xn(t).color;return cr(a,r,t.blendMode)}function gm(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 Xe(0,0,0,0),blendMode:j5(e==null?void 0:e.getComputedStylePropertyValue("mix-blend-mode")),descendants:[]}}function j5(e){return e||void 0}function bm(e,t,r){var a,n=e.get(r),i=(a=e.get(t))!==null&&a!==void 0?a:gm(t,n);return n&&r!==t&&!n.descendants.includes(i)&&n.descendants.unshift(i),i}function z5(e){var t=new Xe;return t.parseString(e.getComputedStylePropertyValue("background-color")),t}function An(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:.1,a=_e(e),n=a._cache.getBackgroundColor;if(n)return t.push.apply(t,ce(n.bgElms)),Ge.set("bgColor",n.incompleteData),n.bgColor;var i=H5(e,t,r);return a._cache.getBackgroundColor={bgColor:i,bgElms:t,incompleteData:Ge.get("bgColor")},i}function H5(e,t,r){var a,n,i=sl(e);if(!i)return null;var o=wu(e),s=(a=co(e,{minRatio:r,ignoreEdgeCount:!0}))!==null&&a!==void 0?a:[];s.length&&(s=[{color:s.reduce(ol)}]);for(var u=0;u<i.length;u++){var l=i[u],c=p.getComputedStyle(l);if(Gi(l,c))return t.push(l),null;var d=void 0;try{if(d=Qr(c),d.alpha===0)continue}catch(w){if(w&&Ge.get("colorParse"))return null;throw w}if(c.getPropertyValue("display")!=="inline"&&!ym(l,o))return t.push(l),Ge.set("bgColor","elmPartiallyObscured"),null;if(t.push(l),d.alpha===1)break}var m=ll(e,i);s=m.map(xn).concat(s);var v=V5(e,i.includes(b.body));if((n=s).unshift.apply(n,ce(v)),s.length===0)return new Xe(255,255,255,1);var y=s.reduce(function(w,E){return cr(E.color,w.color instanceof Xe?w.color:w,E.blendMode)});return cr(y.color instanceof Xe?y.color:y,new Xe(255,255,255,1))}function ym(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 wm(e){return e||void 0}function V5(e,t){var r=[];if(!t){var a=b.documentElement,n=b.body,i=p.getComputedStyle(a),o=p.getComputedStyle(n),s=Qr(i),u=Qr(o),l=u.alpha!==0&&ym(n,e.getBoundingClientRect());(u.alpha!==0&&s.alpha===0||l&&u.alpha!==1)&&r.unshift({color:u,blendMode:wm(o.getPropertyValue("mix-blend-mode"))}),s.alpha!==0&&(!l||l&&u.alpha!==1)&&r.unshift({color:s,blendMode:wm(i.getPropertyValue("mix-blend-mode"))})}return r}function G5(e,t){if(!t||!e)return null;t.alpha<1&&(t=cr(t,e));var r=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(a,r)+.05)/(Math.min(a,r)+.05)}var Da=G5;function fo(e,t,r){var a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},n=p.getComputedStyle(e),i=[function(){return W5(n,a)},function(){return U5(n)},function(){return co(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 cr(w,E)});if(r??(r=An(e,[])),r===null){var m=Ge.get("bgColor");return Ge.set("fgColor",m),null}var v=ll(e),y=Dm(v,e);return cr(Y5(d,y,v),new Xe(255,255,255,1))}function U5(e){return new Xe().parseString(e.getPropertyValue("-webkit-text-fill-color")||e.getPropertyValue("color"))}function W5(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 Xe().parseString(s)}function Y5(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(xn);if(!i.length){t=t.ancestor;continue}var o=i.reduce(function(s,u){return cr(u.color,s.color instanceof Xe?s.color:s)},{color:new Xe(0,0,0,0),blendMode:"normal"});e=cr(e,o),t=t.ancestor}return e}function Dm(e,t){var r=qe(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=Dm(i.descendants,t);if(o)return o}}catch(s){r.e(s)}finally{r.f()}}function K5(e,t,r,a){var n=Da(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 X5=K5,Em={};Vt(Em,{isAriaCombobox:function(){return T1},isAriaListbox:function(){return R1},isAriaRange:function(){return F1},isAriaTextbox:function(){return C1},isDisabled:function(){return Cn},isNativeSelect:function(){return A1},isNativeTextbox:function(){return x1}});var Z5=["fieldset","button","select","input","textarea"];function _m(e){var t=e._isDisabled;if(typeof t=="boolean")return t;var r=e.props.nodeName,a=e.attr("aria-disabled");return Z5.includes(r)&&e.hasAttr("disabled")?t=!0:a?t=a.toLowerCase()==="true":e.parent?t=_m(e.parent):t=!1,e._isDisabled=t,t}var Cn=_m;function Q5(e,t,r){var a=cn.accessibleTextVirtual(r),n=cn.sanitize(cn.removeUnicode(a,{emoji:!0,nonBmp:!0,punctuations:!0})).toLowerCase();if(n){var i={name:n,urlProps:Vs.urlPropsFromAttribute(e,"href")};return this.data(i),this.relatedNodes([e]),!0}}var J5=Q5;function xm(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"?xm(o,s):o===s});return n}function eC(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 xm(E.urlProps,m)});v.length&&!y&&(l.result=void 0),l.relatedNodes=[],(u=l.relatedNodes).push.apply(u,ce(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 tC=eC;function rC(e){var t=Ee(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 aC(){var e=we.get("headingOrder");if(e)return!0;var t="h1, h2, h3, h4, h5, h6, [role=heading], iframe, frame",r=lr(g._tree[0],t,Ke);return e=r.map(function(a){return{ancestry:[yi(a.actualNode)],level:rC(a)}}),this.data({headingOrder:e}),we.set("headingOrder",r),!0}var nC=aC;function iC(e){var t=sC(e);return e.forEach(function(r){r.result=oC(r,t)}),e}function oC(e,t){var r,a,n,i,o=Am(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 sC(e){e=ce(e),e.sort(function(r,a){var n=r.node,i=a.node;return n.ancestry.length-i.ancestry.length});var t=e.reduce(uC,[]);return t.filter(function(r){var a=r.level;return a!==-1})}function uC(e,t){var r,a=(r=t.data)===null||r===void 0?void 0:r.headingOrder,n=Cm(t.node.ancestry,1);if(!a)return e;var i=a.map(function(s){return cC(s,n)}),o=lC(e,n);return o===-1?e.push.apply(e,ce(i)):e.splice.apply(e,[o,0].concat(ce(i))),e}function lC(e,t){for(;t.length;){var r=Am(e,t);if(r!==-1)return r;t=Cm(t,1)}return-1}function Am(e,t){return e.findIndex(function(r){return zu(r.ancestry,t)})}function cC(e,t){var r=t.concat(e.ancestry);return Ae({},e,{ancestry:r})}function Cm(e,t){return e.slice(0,e.length-t)}function dC(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=Mi(r),s=fC(r,o),u=pC(r,o),l=u.fullyObscuringElms,c=u.partialObscuringElms;if(s.length&&(l.length||!i(n))){this.data({minSize:a,messageKey:"contentOverflow"}),this.relatedNodes(Rn(s));return}if(l.length)return this.relatedNodes(Rn(l)),this.data({messageKey:"obscured"}),!0;var d=qt(r)?!1:void 0;if(!i(n))return this.data(Ae({minSize:a},po(n))),d;var m=vC(c);if(!m.length)return this.data(Ae({minSize:a},po(n))),!0;var v=mC(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(Rn(s));return}var y=m.every(qt),w="partiallyObscured".concat(y?"":"NonTabbable");return this.data(Ae({messageKey:w,minSize:a},po(v))),this.relatedNodes(Rn(m)),y?d:void 0}return this.data(Ae({minSize:a},po(v||n))),this.relatedNodes(Rn(m)),!0}function fC(e,t){return t.filter(function(r){return!Rm(r,e)&&Tm(e,r)})}function pC(e,t){var r=[],a=[],n=qe(t),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;!Tm(e,o)&&Zs(e,o)&&gC(o)!=="none"&&(Rm(e,o)?r.push(o):a.push(o))}}catch(s){n.e(s)}finally{n.f()}return{fullyObscuringElms:r,partialObscuringElms:a}}function mC(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=Qs(a,n)}catch{return null}return hC(i,r)}function hC(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 vC(e){return e.filter(function(t){return Zt(t)==="widget"&&rt(t)})}function Rm(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 gC(e){return e.getComputedStylePropertyValue("pointer-events")}function po(e){return{width:Math.round(e.width*10)/10,height:Math.round(e.height*10)/10}}function Tm(e,t){return br(e,t)&&!qt(t)}function Rn(e){return e.map(function(t){var r=t.actualNode;return r})}var bC=.05;function yC(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=qe(Mi(r,a)),s;try{for(o.s();!(s=o.n()).done;){var u=s.value;if(!(Zt(u)!=="widget"||!rt(u))){var l=null;try{l=Bf(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=wC(l)*2,!(l+bC>=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(qt)){this.data({messageKey:"nonTabbableNeighbor",closestOffset:i,minOffset:a});return}return this.data({closestOffset:i,minOffset:a}),qt(r)?!1:void 0}function wC(e){return Math.round(e*10)/10}function DC(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 EC=DC;function _C(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],X=W.root,ue=W.rules,ve=ue.filter(_);if(!ve.length)return 1;ve.forEach(function(ae){var fe=ae.cssRules;Array.from(fe).forEach(function(G){var se=x(G);if(se&&G.selectorText.toUpperCase()!=="HTML"){var F=Array.from(X.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 X=W.sheet,ue=W.root,ve=W.shadowId,ae=ve||"topDocument";if(H[ae]||(H[ae]={root:ue,rules:[]}),!X||!X.cssRules)return H;var fe=Array.from(X.cssRules);return H[ae].rules=H[ae].rules.concat(fe),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 X=W.transform||W.webkitTransform||W.msTransform||!1;if(!X&&!W.rotate)return!1;var ue=C(X),ve=R("rotate",W.rotate),ae=ue+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),X=W[1],ue=W[2];return R(X,ue)}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()}),X=Q(W,4),ue=X[2],ve=X[3];return parseInt(ue)===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),X=W[0];if(!X)return 0;var ue=parseFloat(L.replace(X,""));switch(X){case"rad":return P(ue);case"grad":return $(ue);case"turn":return K(ue);case"deg":default:return parseInt(ue)}}function O(L){var H=L.split(",");if(H.length<=6){var W=Q(H,2),X=W[0],ue=W[1],ve=Math.atan2(parseFloat(ue),parseFloat(X));return P(ve)}var ae=parseFloat(H[8]),fe=Math.asin(ae),G=Math.cos(fe),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 K(L){return Math.round(360/(1/L))}}var xC=_C;function AC(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 CC=AC;function RC(e,t){return t.isViolation?!1:void 0}var TC=RC,Fm=" > ";function FC(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(Fm);return t[n]=r,!0}var i=r.node.ancestry.slice(0,r.node.ancestry.length-1).flat(1/0).join(Fm);return t[i]&&(t[i].result=!0),!1})}var SC=FC;function kC(e,t,r){var a=Ot(r,"track"),n=a.some(function(i){return(i.attr("kind")||"").toLowerCase()==="captions"});return n?!1:void 0}var OC=kC;function IC(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 NC=IC;function MC(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||!Ke(c))){i=!1;var d=c.nodeName.toUpperCase()==="LI",m=Ee(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 PC=MC;function LC(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"&&Ee(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&&Ke(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 BC(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&&pn(i)?(this.data({messageKey:"roleNotValid"}),!1):["ul","ol","menu"].includes(n)}}function $C(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=Sm(r.children);i.length;){var o,s=i.shift(),u=s.vChild,l=s.nested;if(t.divGroups&&!l&&jC(u)){if(!u.children)return;var c=Sm(u.children,!0);i.push.apply(i,ce(c));continue}var d=qC(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 qC(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||!Ke(e))return!1;var m=Re(e);return m?n.includes(m)?!1:d+"[role=".concat(m,"]"):o.includes(u)?!1:d+u}function jC(e){return e.props.nodeName==="div"&&Re(e)===null}function Sm(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return e.map(function(r){return{vChild:r,nested:t}})}function zC(e){var t=ct(e),r=t.nodeName.toUpperCase(),a=Re(t);return r==="DIV"&&["presentation","none",null].includes(a)&&(t=ct(t),r=t.nodeName.toUpperCase(),a=Re(t)),r!=="DL"?!1:!!(!a||["presentation","none","list"].includes(a))}var HC=zC;function VC(e,t,r){var a=ea(r.attr("lang")),n=ea(r.attr("xml:lang"));return a===n}var GC=VC;function UC(e,t,r){var a=[];return t.attributes.forEach(function(n){var i=r.attr(n);if(typeof i=="string"){var o=ea(i),s=t.value?!t.value.map(ea).includes(o):!no(o);(o!==""&&s||i!==""&&!pe(i))&&a.push(n+'="'+r.attr(n)+'"')}}),!a.length||r.props.nodeName!=="html"&&!_u(r)?!1:(this.data(a),!0)}var WC=UC;function cl(e){return(e||"").trim()!==""}function YC(e,t,r){var a=typeof b<"u"?Za(b):!1;if(t.attributes.includes("xml:lang")&&t.attributes.includes("lang")&&cl(r.attr("xml:lang"))&&!cl(r.attr("lang"))&&!a)return this.data({messageKey:"noXHTML"}),!1;var n=t.attributes.some(function(i){return cl(r.attr(i))});return n?!0:(this.data({messageKey:"noLang"}),!1)}var KC=YC;function XC(e,t,r){var a=Ee(e),n=dt(r);return n=n?n.toLowerCase():null,this.data({role:a,accessibleText:n}),this.relatedNodes([e]),!0}var ZC=XC;function QC(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 JC=QC;function eR(e,t,r){var a=zi(r),n=$i(r),i=r.attr("aria-describedby");return!a&&!!(n||i)}var tR=eR;function rR(e){var t=Ye(e.getAttribute("id")),r=e.parentNode,a=mt(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 Ke(s)});if(i.length>1)return;var o=nr(e,"aria-labelledby");return o.includes(i[0])?!1:void 0}return!1}var aR=rR;function nR(e,t){var r=km(t),a=km(e);return!r||!a?!1:r.includes(a)}function km(e){var t=vn(e,{emoji:!0,nonBmp:!0,punctuations:!0});return pe(t)}function iR(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=Kr(e).toLowerCase(),s=pe(Lr(r,{subtreeDescendant:!0,ignoreIconLigature:!0,pixelThreshold:n,occurrenceThreshold:i})).toLowerCase();if(!s)return!0;if(!(yu(o)<1||yu(s)<1))return nR(s,o)}var oR=iR;function sR(e,t,r){try{var a=Tt(r,"label");if(a){var n=pe(dt(a,{inControlContext:!0,startNode:r}));return a.actualNode&&this.relatedNodes([a.actualNode]),this.data({implicitLabel:n}),!!n}return!1}catch{return}}var uR=sR;function lR(e,t,r){if(r.hasAttr("id")){if(!r.actualNode)return;var a=mt(e),n=Ye(e.getAttribute("id")),i=a.querySelector('label[for="'.concat(n,'"]'));if(i&&!Ke(i)){var o;try{o=dt(r).trim()}catch{return}var s=o==="";return s}}return!1}var cR=lR;function dR(e,t,r){var a=zi(r),n=e.getAttribute("title");if(!a)return!1;if(!n&&(n="",e.getAttribute("aria-describedby"))){var i=nr(e,"aria-describedby");n=i.map(function(o){return o?Kr(o):""}).join("")}return pe(n)===pe(a)}var fR=dR;function pR(e,t,r){var a=this;if(!r.attr("id"))return!1;if(r.actualNode){var n=mt(r.actualNode),i=Ye(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(Ft(s)){var u=pe(Kr(s,{inControlContext:!0,startNode:r}));return a.data({explicitLabel:u}),!!u}else return!0})}catch{return}}}var mR=pR;function hR(e,t,r){if(["none","presentation"].includes(Ee(r)))return!1;var a=Tt(r,t.parentSelector);if(!a)return!1;var n=or(a,!0).toLowerCase();return n===""?!1:n===dt(r).toLowerCase()}var vR=hR;function gR(e,t,r){var a=r.attr("alt"),n=/^\s+$/;return typeof a=="string"&&n.test(a)}var bR=gR;function yR(e,t,r){var a=ur(r.attr("tabindex"));return a===null||a<=0}var wR=yR;function DR(e,t,r){if(r.children)try{var a=Om(r);if(!a.length)return!0;var n=a.filter(ER);return n.length>0?(this.data({messageKey:"notHidden"}),this.relatedNodes(n)):this.relatedNodes(a),!1}catch{return}}function Om(e){if(!e.children){if(e.props.nodeType===1)throw new Error("Cannot determine children");return[]}var t=[];return e.children.forEach(function(r){Zt(r)==="widget"&&rt(r)?t.push(r):t.push.apply(t,ce(Om(r)))}),t}function ER(e){var t=ur(e.attr("tabindex"));return t!==null&&t<0}function _R(e){var t=wa("landmark"),r=ct(e),a=Ee(e);for(this.data({role:a});r;){var n=Re(r);if(!n&&r.nodeName.toUpperCase()!=="FORM"&&(n=ir(r)),n&&t.includes(n)&&!(n==="main"&&a==="complementary"))return!1;r=ct(r)}return!0}var xR=_R;function AR(e,t,r){if(r.children)try{return!r.children.some(function(a){return Im(a)})}catch{return}}function Im(e){if(qt(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 Im(t)})}function CR(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||bn()?!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 RR=CR;function TR(e,t,r){if(!qt(r))return!1;try{return!dt(r)}catch{return}}var FR=TR;function SR(e,t,r){var a=r.tabbableElements.map(function(n){var i=n.actualNode;return i});if(!a||!a.length)return!0;if(bn()){this.relatedNodes(a);return}return!0}var kR=SR;function OR(e,t,r){if(r.hasAttr("contenteditable")&&a(r))return!0;return qt(r);function a(n){var i=n.attr("contenteditable");if(i==="true"||i==="")return!0;if(i==="false")return!1;var o=Tt(r.parent,"[contenteditable]");return o?a(o):!1}}var IR=OR;function NR(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||bn()?!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 MR=NR;function PR(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 LR=PR;function BR(e,t,r){return Nr(r)||(this.data(r.attr("accesskey")),this.relatedNodes([e])),!0}var $R=BR;function qR(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 jR=qR;function zR(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(we.get(a)){this.data("ignored");return}we.set(a,!0);var n=lr(g._tree[0],t.selector,function(i){return Ke(i)});return typeof t.nativeScopeFilter=="string"&&(n=n.filter(function(i){return i.actualNode.hasAttribute("role")||!ma(i,t.nativeScopeFilter)})),typeof t.role=="string"&&(n=n.filter(function(i){return Ee(i)===t.role})),this.relatedNodes(n.filter(function(i){return i!==r}).map(function(i){return i.actualNode})),n.length<=1}var HR=zR;function VR(e){return e.filter(function(t){return t.data!=="ignored"})}var GR=VR;function UR(e,t,r){return mn(r,t.matcher)}var WR=UR;function YR(e,t,r){try{return pe(Lr(r))!==""}catch{return}}function KR(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&&bn())return!0;var a=lr(r,t.selector,function(n){return Ke(n)});return this.relatedNodes(a.map(function(n){return n.actualNode})),a.length>0}var XR=KR;function ZR(e){var t=e.some(function(r){return r.result===!0});return t&&e.forEach(function(r){r.result=!0}),e}var QR=ZR;function JR(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=!pe(a);return n?(this.data({messageKey:"emptyAttr"}),!1):!0}var eT=JR;function tT(e,t,r){var a=r.attr("autocomplete")||"";return $1(a,t)}var rT=tT;function aT(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(Zr.stateTerms.includes(u))return!0;var l=i[u],c=r.hasAttr("type")?pe(r.attr("type")).toLowerCase():"text";return c=ao().includes(c)?c:"text",typeof l>"u"?c==="text":l.includes(c)}var nT=aT,iT=["block","list-item","table","flex","grid","inline-block"];function oT(e){if(Nm(e))return!1;for(var t=ct(e);t&&t.nodeType===1&&!Nm(t);)t=ct(t);if(t){if(this.relatedNodes([t]),fm(e,t))return!0;if(sT(e)){this.data({messageKey:"pseudoContent"});return}return!1}}function Nm(e){var t=p.getComputedStyle(e).getPropertyValue("display");return iT.indexOf(t)!==-1||t.substr(0,6)==="table-"}function sT(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 Mm(e,t){var r=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(r,a)+.05)/(Math.min(r,a)+.05)}var uT=["block","list-item","table","flex","grid","inline-block"];function Pm(e){var t=p.getComputedStyle(e).getPropertyValue("display");return uT.indexOf(t)!==-1||t.substr(0,6)==="table-"}function lT(e,t){var r=t.requiredContrastRatio,a=t.allowSameColor;if(Pm(e))return!1;for(var n=ct(e);n&&n.nodeType===1&&!Pm(n);)n=ct(n);if(n){this.relatedNodes([n]);var i=fo(e),o=fo(n),s=An(e),u=An(n),l=i&&o?Mm(i,o):void 0;if(l&&(l=Math.floor(l*100)/100),l&&l>=r)return!0;var c=s&&u?Mm(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 cT=lT;function dT(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(!Ft(e))return this.data({messageKey:"hidden"}),!0;var m=or(r,!1,!0);if(a&&pT(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=fT(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 $=co(e,{minRatio:.001,maxRatio:c});if($===null){this.data({messageKey:"complexTextShadows"});return}var K=[],L=An(e,K,c),H=fo(e,!1,L,t),W=null,X=null,ue=null;if($.length===0)W=Da(L,H);else if(H&&L){ue=[].concat(ce($),[L]).reduce(ol);var ve=Da(L,H),ae=Da(L,ue),fe=Da(ue,H);W=Math.max(ve,ae,fe),W!==ve&&(X=ae>fe?"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=X),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:ue?ue.toHexString():void 0,colorParse:J}),H===null||L===null||j||ee&&!n&&!G){F=null,Ge.clear(),this.relatedNodes(K);return}return G||this.relatedNodes(K),G}function fT(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=Lm(e.actualNode,":before"),l=Lm(e.actualNode,":after");if(u+l>s)return e}while(e=e.parent)}}var Lm=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||Qr(a).alpha===0&&n("background-image","none"))return 0;var i=Bm(a.getPropertyValue("width")),o=Bm(a.getPropertyValue("height"));return i.unit!=="px"||o.unit!=="px"?i.value===0||o.value===0?0:1/0:i.value*o.value});function pT(e){var t={nonBmp:!0},r=gu(e,t),a=pe(vn(e,t))==="";return r&&a}function Bm(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 mT={ARTICLE:!0,ASIDE:!0,NAV:!0,SECTION:!0},hT={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 vT(e){var t=e.nodeName.toUpperCase();return mT[t]||!1}function gT(e,t){var r=Re(e);return r&&(hT[r]||t.roles.includes(r))||!1}function bT(e,t){return gT(e,t)||vT(e)}var yT=bT;function wT(e,t,r){var a=Ee(r,{dpub:!0,fallback:!0}),n=su(a);return n&&this.data(a),n}var DT=wT;function ET(e,t,r){var a=Ee(r,{noImplicit:!0});this.data(a);var n,i;try{n=pe(hu(r)).toLowerCase(),i=pe(dt(r)).toLowerCase()}catch{return}if(!i&&!n)return!1;if(!(!i&&n)&&i.includes(n))return!1}var _T=ET;function xT(e,t,r){return rt(r)}var AT=xT;function CT(e,t,r){var a=yt(r.attr("role")),n=a.every(function(i){return!pn(i.toLowerCase(),{allowAbstract:!0})});return n?(this.data(a),!0):!1}var RT=CT;function TT(e,t,r){var a=Re(r);if(a===null)return!1;var n=Zt(a);return n==="widget"||n==="composite"}var FT=TT;function ST(e,t,r){var a=Mr().filter(function(n){return r.hasAttr(n)});return this.data(a),a.length>0}var kT=ST;function OT(e,t){var r=ir(e);return!r&&t.length===2&&t.includes("none")&&t.includes("presentation")}function IT(e,t,r){var a=yt(r.attr("role"));return a.length<=1?!1:OT(r,a)?void 0:!0}var NT=IT;function MT(e,t,r){var a=Ee(r,{dpub:!0,fallback:!0}),n=Ie.ariaRoles[a];return n!=null&&n.deprecated?(this.data(a),!0):!1}function PT(e,t,r){var a,n=(a=r.attr("aria-brailleroledescription"))!==null&&a!==void 0?a:"";if(pe(n)==="")return!0;var i=r.attr("aria-roledescription");return typeof i!="string"?(this.data({messageKey:"noRoleDescription"}),!1):pe(i)===""?(this.data({messageKey:"emptyRoleDescription"}),!1):!0}function LT(e,t,r){var a,n=(a=r.attr("aria-braillelabel"))!==null&&a!==void 0?a:"";if(!n.trim())return!0;try{return pe(dt(r))!==""}catch{return}}function BT(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=rm(r,l)}catch{a="".concat(l,'="').concat(d,'"'),n="idrefs";return}(!u[l]||u[l](c))&&!c&&(d===""&&!$T(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 $T(e){var t;return((t=Ie.ariaAttrs[e])===null||t===void 0?void 0:t.type)==="string"}function qT(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)&&!uo(i)&&a.push(i)}),a.length?(this.data(a),!1):!0}var jT=qT;function zT(e,t,r){var a=r.attrNames.filter(function(n){var i=Ie.ariaAttrs[n];if(!uo(n))return!1;var o=i.unsupported;return B(o)!=="object"?!!o:!mn(e,o.exceptions)});return a.length?(this.data(a),!0):!1}var HT=zT;function VT(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=Ee(r),n=t.supportedRoles||[];if(n.includes(a))return!0;if(!(a&&a!=="presentation"&&a!=="none"))return!1}var GT=VT;function $m(e,t,r,a){var n=Re(e);if(r||(r=tl(n)),!r)return null;for(var i=r.includes("group"),o=a?e:e.parent;o;){var s=Ee(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 UT(e){for(var t=[],r=null;e;){if(e.getAttribute("id")){var a=Ye(e.getAttribute("id")),n=mt(e);r=n.querySelector("[aria-owns~=".concat(a,"]")),r&&t.push(r)}e=e.parentElement}return t.length?t:null}function WT(e,t,r){var a=t&&Array.isArray(t.ownGroupRoles)?t.ownGroupRoles:[],n=$m(r,a);if(!n)return!0;var i=UT(e);if(i){for(var o=0,s=i.length;o<s;o++)if(n=$m(_e(i[o]),a,n,!0),!n)return!0}return this.data(n),!1}var YT=WT;function KT(e,t,r){var a=t&&Array.isArray(t.reviewEmpty)?t.reviewEmpty:[],n=Re(r,{dpub:!0}),i=rl(n);if(i===null)return!0;var o=XT(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 JT(c,d)}).filter(function(l,c,d){return d.indexOf(l)===c}).join(", ")}),!1}if(ZT(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(eF)))return!1}function XT(e,t){for(var r,a=[],n=hn(e),i=function(){if(r.props.nodeType===3&&a.push({vNode:r,role:null}),r.props.nodeType!==1||!Ke(r))return 1;var s=Ee(r,{noPresentational:!0}),u=QT(r),l=!!u||rt(r);if(!s&&!l||["group","rowgroup"].includes(s)&&t.some(function(d){return d===s}))n.push.apply(n,ce(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 ZT(e,t){return t.some(function(r){var a=r.role;return a&&e.includes(a)})}function QT(e){return Mr().find(function(t){return e.hasAttr(t)})}function JT(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 eF(e){var t=e.vNode;return t.props.nodeType===3?t.props.nodeValue.trim().length>0:gn(t,!1,!0)}function tF(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=tm(n);if(Array.isArray(r[n])&&(o=Dn(r[n],o)),!n||!i.length||!o.length||rF(a,n)||nF(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)&&!aF(s,l)});return u.length?(this.data(u),!1):!0}function rF(e,t){return t==="separator"&&!rt(e)}function aF(e,t){var r;return((r=e.implicitAttrs)===null||r===void 0?void 0:r[t])!==void 0}function nF(e,t){return t==="combobox"&&e.attr("aria-expanded")==="false"}function iF(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=Ee(r,{chromium:!0,fallback:!0}),o=oF(r,i,n,a),s=o.filter(function(c){return r.attrNames.includes(c)?pe(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(pe(l)==="")return!0}function oF(e,t,r,a){var n=Ie.ariaRoles[t];return n?n.prohibitedAttrs||[]:t||a.includes(r)||qm(e)==="widget"?[]:["aria-label","aria-labelledby"]}var qm=Ve(function(t){if(t){var r=Ee(t,{noPresentational:!0,chromium:!0});return r?Zt(r):qm(t.parent)}});function sF(e,t,r){var a=r.attr("aria-level"),n=parseInt(a,10);if(!(n>6))return!0}var uF=sF;function lF(e,t,r){return r.attr("aria-hidden")!=="true"}var cF=lF;function dF(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=yt(u);if(l.length>1)return this.data({messageKey:"unsupported",values:l}),!1;var c;try{c=u&&nr(r,"aria-errormessage")[0]}catch{this.data({messageKey:"idrefs",values:l});return}if(c){if(!Ke(c))return this.data({messageKey:"hidden",values:l}),!1;var d=yt(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(yt(a)),s.call(this,a)):!0}function jm(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=fF(i),u=s&&Ee(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 fF(e){if(e.parent){var t='table:not([role]), [role~="treegrid"], [role~="table"], [role~="grid"]';return Tt(e,t)}}function zm(e,t,r){var a=r.props,n=a.nodeName,i=a.type,o=mF(r.attr("aria-checked"));if(n!=="input"||i!=="checkbox"||!o)return!0;var s=pF(r);return o===s?!0:(this.data({messageKey:"checkbox",checkState:s}),!1)}function pF(e){return e.props.indeterminate?"mixed":e.props.checked?"true":"false"}function mF(e){return e?(e=e.toLowerCase(),["mixed","true"].includes(e)?e:"false"):""}var Hm={row:jm,checkbox:zm};function hF(e,t,r){var a=Ee(r);return Hm[a]?Hm[a].call(this,e,t,r):!0}function vF(e,t,r){return r.attr("aria-busy")==="true"}function gF(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=Xp(r,n);return u.length?(this.data(u),Ke(r)?!1:void 0):!0}var bF=gF;function yF(e,t,r){var a=[],n=Ee(r),i=Wp(n);Array.isArray(t[n])&&(i=Dn(t[n].concat(i)));var o=qe(r.attrNames),s;try{for(o.s();!(s=o.n()).done;){var u=s.value;uo(u)&&!i.includes(u)&&!wF(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&&!qu(r)&&!rt(r)))return!1}function wF(e,t,r){return!!(e==="aria-required"&&t==="false"||e==="aria-multiline"&&t==="false"&&r.hasAttr("contenteditable"))}function DF(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=qe(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 EF(e,t,r){var a=yt(r.attr("role")).filter(function(n){return Zt(n)==="abstract"});return a.length>0?(this.data(a),!0):!1}var _F=EF;function xF(e){var t=ea(e.getAttribute("lang")),r=ea(e.getAttribute("xml:lang"));return no(t)&&no(r)}var AF=xF;function CF(e){return e.ownerDocument.defaultView.self===e.ownerDocument.defaultView.top}var RF=CF;function TF(e,t){try{var r=t.props.nodeName;return r==="svg"?!0:!!Tt(t,"svg")}catch{return!1}}var dl=TF;function FF(e,t){return SF.every(function(r){return r(e,t)})}var SF=[function(e,t){return Vm(t)},function(e,t){return kF(t)},function(e,t){return!dl(e,t)},function(e,t){return rt(t)},function(e,t){return qt(t)||!OF(t)},function(e){return!xu(e,{noLengthCompare:!0,includeInlineBlock:!0})}];function Vm(e){return Zt(e)==="widget"}function kF(e){return e.props.nodeName!=="area"}var OF=Ve(function e(t){return t!=null&&t.parent?Vm(t.parent)&&qt(t.parent)?!0:e(t.parent):!1});function IF(e,t){var r=Ee(t);return["treegrid","grid","table"].includes(r)}function NF(e,t){var r=t.parent;if(r.props.nodeName!=="details"||MF(t))return!1;var a=r.children.find(function(n){return n.props.nodeName==="summary"});return a===t}function MF(e){var t,r=(t=e.actualNode)===null||t===void 0?void 0:t.parentElement;return r&&r!==e.parent.actualNode}function PF(e){return Ru(e)&&Si(e)}var LF=PF;function BF(e,t){return Dr(e,13)!==void 0&&el(t)===!1&&$F(t)}function $F(e){var t=e.boundingClientRect;return Ot(e,"*").some(function(r){if(!gn(r,!0,!0))return!1;var a=[];if(Hi(r)){var n;(n=a).push.apply(n,ce(qF(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 qF(e){var t=b.createRange();return t.selectNodeContents(e.actualNode),Array.from(t.getClientRects())}function jF(e,t){return ir(t,{chromiumRoles:!0})!==null}var zF=jF;function HF(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 VF=HF;function GF(e,t){var r=Re(t);if(!r||["none","presentation"].includes(r))return!0;var a=a1[r]||{},n=a.accessibleNameRequired;return!!(n||rt(t))}var Gm=GF,UF=function(t,r){return[Gm,WF].every(function(a){return a(t,r)})};function WF(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 YF(e,t){return t.props.nodeName!=="html"}var KF=YF;function XF(e,t){return!t.attr("role")}var ZF=XF;function QF(e,t){var r=ur(t.attr("tabindex"));return r===null||r>=0}var JF=QF;function eS(e,t){var r=Pr(t),a=r.namingMethods;return!(a&&a.length!==0||Re(t)==="combobox"&&Ot(t,'input:not([type="hidden"])').length||el(t,{popupRoles:["listbox"]}))}var tS=eS;function rS(e,t){return!(!t.hasAttr("role")||!t.attr("role").trim())}var aS=rS;function nS(e){return!(!e.currentSrc||e.hasAttribute("paused")||e.hasAttribute("muted"))}var iS=nS;function oS(e,t){var r=Ee(t);return r?!!Ie.ariaRoles[r].childrenPresentational:!1}var sS=oS;function uS(e){var t=pe(e.innerText),r=Re(e);return r&&r!=="link"||!t||!Ft(e)?!1:xu(e)}var lS=uS;function cS(e){return!oo(e)&&!rt(e)}var dS=cS;function fS(e,t){return pS(t)&&Ke(t)}function pS(e){var t=wa("landmark"),r=Ee(e);if(!r)return!1;var a=e.props.nodeName;if(a==="section"||a==="form"){var n=dt(e);return!!n}return t.indexOf(r)>=0||r==="region"}function mS(e,t){var r="article, aside, main, nav, section";return e.hasAttribute("role")||!ma(t,r)}var hS=mS;function vS(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 gS=vS;function bS(e,t){var r=Ee(e);if(!r)return!1;var a=wa("widget"),n=a.includes(r);if(!n)return!1;var i=Ju();return!(!i.includes(r)||!pe(fn(t))&&!pe(dn(e))||!pe(or(t)))}var yS=bS;function wS(e,t){return Ft(t)}function DS(e){return Ft(e)}function ES(e,t,r){return r.initiator}var Um=ES;function _S(e){return V1(e)}var xS=_S;function AS(e,t){var r=!!dt(t);if(!r)return!1;var a=Ee(e);return!(a&&a!=="link")}var CS=AS;function RS(e,t){return!dl(e,t)}var TS=RS;function FS(e,t){return Ee(t)==="heading"}function SS(e,t){return ir(t,{chromium:!0})!==null}var kS=SS;function OS(e){var t=e.getAttribute("title");return!!pe(t)}var IS=OS;function NS(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 MS=NS;function PS(e){var t=e.getAttribute("id").trim(),r='*[id="'.concat(Ye(t),'"]'),a=Array.from(mt(e).querySelectorAll(r));return!so(e)&&a.every(function(n){return!rt(n)})}var LS=PS;function BS(e){return so(e)}var $S=BS;function qS(e){var t=e.getAttribute("id").trim(),r='*[id="'.concat(Ye(t),'"]'),a=Array.from(mt(e).querySelectorAll(r));return!so(e)&&a.some(rt)}var jS=qS;function zS(e){return oo(e)}var HS=zS;function VS(e){if(oo(e)){var t=wr(e);return t.length>=3&&t[0].length>=3&&t[1].length>=3&&t[2].length>=3}return!1}var GS=VS;function US(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)||Cn(t)||Pi(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},!Tu(l,e))return!1}return!0}var c=ma(t,"label");if(a==="label"||c){var d=c||e,m=c?_e(c):t;if(d.htmlFor){var v=mt(d),y=v.getElementById(d.htmlFor),w=y&&_e(y);if(w&&Cn(w))return!1}var E='input:not([type="hidden"],[type="image"],[type="button"],[type="submit"],[type="reset"]), select, textarea',_=Ot(m,E)[0];if(_&&Cn(_))return!1}for(var x=[],C=t;C;){if(C.props.id){var R=Qu(C).filter(function(H){return yt(H.getAttribute("aria-labelledby")||"").includes(C.props.id)}).map(function(H){return _e(H)});x.push.apply(x,ce(R))}C=C.parent}if(x.length>0&&x.every(Cn)||!KS(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&&pe($.actualNode.nodeValue)!==""&&T.selectNodeContents($.actualNode)}var K=Array.from(T.getClientRects()),L=sn(t);return K.some(function(H){var W=Tu(H,e);if(!L.length)return W;var X=L.some(function(ue){return Gs(H,ue.boundingClientRect)});return W&&X})}var WS=US,YS={emoji:!0,nonBmp:!1,punctuations:!0};function KS(e){var t=or(e,!1,!0);return t===""||vn(t,YS)===""?!1:e.children.some(function(r){return r.props.nodeName==="#text"&&!bu(r)})}function XS(e,t,r){return Um(e,t,r)?!!e.querySelector("a[href]"):!0}var ZS=XS;function QS(e,t){var r=t.attr("autocomplete");if(!r||pe(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=ur(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&&!Ft(t)&&!Ke(t))}var JS=QS;function e3(e,t){var r=Re(t);return!!tl(r)}var t3=e3;function r3(e,t){var r=Re(t,{dpub:!0});return!!rl(r)}var a3=r3;function Wm(e){return e?e.getAttribute("aria-hidden")==="true"?!1:Wm(ct(e)):!0}function n3(e){return Wm(ct(e))}var i3=n3;function o3(e,t){var r=/^aria-/;return t.attrNames.some(function(a){return r.test(a)})}var s3=o3;function u3(e,t){return Re(t,{dpub:!0,fallback:!0})!==null}var l3=u3;function c3(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 d3=c3,f3={"abstractrole-evaluate":_F,"accesskeys-after":jR,"accesskeys-evaluate":$R,"alt-space-value-evaluate":bR,"aria-allowed-attr-elm-evaluate":DF,"aria-allowed-attr-evaluate":yF,"aria-allowed-attr-matches":d3,"aria-allowed-role-evaluate":bF,"aria-allowed-role-matches":l3,"aria-busy-evaluate":vF,"aria-conditional-attr-evaluate":hF,"aria-conditional-checkbox-attr-evaluate":zm,"aria-conditional-row-attr-evaluate":jm,"aria-errormessage-evaluate":dF,"aria-has-attr-matches":s3,"aria-hidden-body-evaluate":cF,"aria-hidden-focus-matches":i3,"aria-label-evaluate":XA,"aria-labelledby-evaluate":YA,"aria-level-evaluate":uF,"aria-prohibited-attr-evaluate":iF,"aria-required-attr-evaluate":tF,"aria-required-children-evaluate":KT,"aria-required-children-matches":a3,"aria-required-parent-evaluate":YT,"aria-required-parent-matches":t3,"aria-roledescription-evaluate":GT,"aria-unsupported-attr-evaluate":HT,"aria-valid-attr-evaluate":jT,"aria-valid-attr-value-evaluate":BT,"attr-non-space-content-evaluate":eT,"autocomplete-appropriate-evaluate":nT,"autocomplete-matches":JS,"autocomplete-valid-evaluate":rT,"avoid-inline-spacing-evaluate":UA,"braille-label-equivalent-evaluate":LT,"braille-roledescription-equivalent-evaluate":PT,"bypass-matches":ZS,"caption-evaluate":OC,"caption-faked-evaluate":FA,"color-contrast-evaluate":dT,"color-contrast-matches":WS,"css-orientation-lock-evaluate":xC,"data-table-large-matches":GS,"data-table-matches":HS,"deprecatedrole-evaluate":MT,"dlitem-evaluate":HC,"doc-has-title-evaluate":VA,"duplicate-id-active-matches":jS,"duplicate-id-after":e5,"duplicate-id-aria-matches":$S,"duplicate-id-evaluate":QA,"duplicate-id-misc-matches":LS,"duplicate-img-label-evaluate":vR,"exists-evaluate":zA,"explicit-evaluate":mR,"fallbackrole-evaluate":NT,"focusable-content-evaluate":LR,"focusable-disabled-evaluate":MR,"focusable-element-evaluate":IR,"focusable-modal-open-evaluate":kR,"focusable-no-name-evaluate":FR,"focusable-not-tabbable-evaluate":RR,"frame-focusable-content-evaluate":AR,"frame-focusable-content-matches":MS,"frame-tested-after":SC,"frame-tested-evaluate":TC,"frame-title-has-text-matches":IS,"has-alt-evaluate":qA,"has-descendant-after":QR,"has-descendant-evaluate":XR,"has-global-aria-attribute-evaluate":kT,"has-implicit-chromium-role-matches":kS,"has-lang-evaluate":KC,"has-text-content-evaluate":YR,"has-widget-role-evaluate":FT,"heading-matches":FS,"heading-order-after":iC,"heading-order-evaluate":nC,"help-same-as-label-evaluate":fR,"hidden-content-evaluate":Lx,"hidden-explicit-label-evaluate":cR,"html-namespace-matches":TS,"html5-scope-evaluate":RA,"identical-links-same-purpose-after":tC,"identical-links-same-purpose-evaluate":J5,"identical-links-same-purpose-matches":CS,"implicit-evaluate":uR,"inline-style-property-evaluate":LA,"inserted-into-focus-order-matches":xS,"internal-link-present-evaluate":E5,"invalid-children-evaluate":$C,"invalidrole-evaluate":RT,"is-element-focusable-evaluate":AT,"is-initiator-matches":Um,"is-on-screen-evaluate":PA,"is-visible-matches":DS,"is-visible-on-screen-matches":wS,"label-content-name-mismatch-evaluate":oR,"label-content-name-mismatch-matches":yS,"label-matches":gS,"landmark-has-body-context-matches":hS,"landmark-is-top-level-evaluate":xR,"landmark-is-unique-after":JC,"landmark-is-unique-evaluate":ZC,"landmark-unique-matches":fS,"layout-table-matches":dS,"link-in-text-block-evaluate":cT,"link-in-text-block-matches":lS,"link-in-text-block-style-evaluate":oT,"listitem-evaluate":BC,"matches-definition-evaluate":WR,"meta-refresh-evaluate":w5,"meta-viewport-scale-evaluate":EC,"multiple-label-evaluate":aR,"nested-interactive-matches":sS,"no-autoplay-audio-evaluate":CC,"no-autoplay-audio-matches":iS,"no-empty-role-matches":aS,"no-explicit-name-required-matches":Gm,"no-focusable-content-evaluate":DR,"no-implicit-explicit-label-evaluate":_T,"no-naming-method-matches":tS,"no-negative-tabindex-matches":JF,"no-role-matches":ZF,"non-empty-if-present-evaluate":NA,"not-html-matches":KF,"object-is-loaded-matches":UF,"only-dlitems-evaluate":LC,"only-listitems-evaluate":PC,"p-as-heading-evaluate":g5,"p-as-heading-matches":VF,"page-no-duplicate-after":GR,"page-no-duplicate-evaluate":HR,"presentation-role-conflict-matches":zF,"presentational-role-evaluate":OA,"region-after":p5,"region-evaluate":u5,"same-caption-summary-evaluate":_A,"scope-value-evaluate":EA,"scrollable-region-focusable-matches":BF,"skip-link-evaluate":o5,"skip-link-matches":LF,"structured-dlitems-evaluate":NC,"summary-interactive-matches":NF,"svg-namespace-matches":dl,"svg-non-empty-title-evaluate":kA,"tabindex-evaluate":wR,"table-or-grid-role-matches":IF,"target-offset-evaluate":yC,"target-size-evaluate":dC,"td-has-header-evaluate":wA,"td-headers-attr-evaluate":bA,"th-has-data-cells-evaluate":gA,"title-only-evaluate":tR,"unique-frame-title-after":n5,"unique-frame-title-evaluate":r5,"unsupportedrole-evaluate":DT,"valid-lang-evaluate":WC,"valid-scrollable-semantics-evaluate":yT,"widget-not-inline-matches":FF,"window-is-top-matches":RF,"xml-lang-mismatch-evaluate":GC,"xml-lang-mismatch-matches":AF},mo=f3;function p3(e){this.id=e.id,this.data=null,this.relatedNodes=[],this.result=null}var fl=p3;function pl(e){if(typeof e=="string"){if(mo[e])return mo[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 Ym(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return(Array.isArray(e)||B(e)!=="object")&&(e={value:e}),e}function Ea(e){e&&(this.id=e.id,this.configure(e))}Ea.prototype.enabled=!0,Ea.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 fl(this),l=Fs(u,r,n,i),c;try{c=this.evaluate.call(l,t.actualNode,s,t,a)}catch(d){t&&t.actualNode&&(d.errorNode=$t.toSpec(t)),i(d);return}l.isAsync||(u.result=c,n(u))}else n(null)},Ea.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 fl(this),l=Fs(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=$t.toSpec(t)),d}return u.result=c,u},Ea.prototype.configure=function(t){var r=this;(!t.evaluate||mo[t.evaluate])&&(this._internalCheck=!0),t.hasOwnProperty("enabled")&&(this.enabled=t.enabled),t.hasOwnProperty("options")&&(this._internalCheck?this.options=Ym(t.options):this.options=t.options),["evaluate","after"].filter(function(a){return t.hasOwnProperty(a)}).forEach(function(a){return r[a]=pl(t[a])})},Ea.prototype.getOptions=function(t){return this._internalCheck?zs(this.options,Ym(t||{})):t||this.options};var Km=Ea;function m3(e){this.id=e.id,this.result=De.NA,this.pageLevel=e.pageLevel,this.impact=null,this.nodes=[]}var ho=m3;function xt(e,t){this._audit=t,this.id=e.id,this.selector=e.selector||"*",e.impact&&(Oe(De.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=pl(e.matches))}xt.prototype.matches=function(){return!0},xt.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=Uu(this.selector,t);return this.excludeHidden&&(r.performanceTimer&&Ne.mark(i),s=s.filter(function(u){return Ke(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},xt.prototype.runChecks=function(t,r,a,n,i,o){var s=this,u=ar();this[t].forEach(function(l){var c=s._audit.checks[l.id||l],d=Xi(c,s.id,a);u.defer(function(m,v){c.run(r,d,n,m,function(y){v(new ro({ruleId:s.id,method:"".concat(c.id,"#evaluate"),errorNode:new Bt(r),error:y}))})})}),u.then(function(l){l=l.filter(function(c){return c}),i({type:t,results:l})}).catch(o)},xt.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=Xi(u,i.id,a);o.push(u.runSync(r,l,n))}),o=o.filter(function(s){return s}),{type:t,results:o}},xt.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=ar(),s=new ho(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=ar();["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=Xm(v);y&&(y.node=new Bt(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)})},xt.prototype.runSync=function(t){var r=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};a.performanceTimer&&this._trackPerformance();var n=new ho(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=Xm(s);u&&(u.node=o.actualNode?new Bt(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},xt.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},xt.prototype._logGatherPerformance=function(t){Ur("gather for ".concat(this.id," (").concat(t.length," nodes): ").concat(Ne.timeElapsed(),"ms")),Ne.mark(this._markChecksStart)},xt.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 Xm(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}}xt.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 ro({ruleId:a.id,method:"#matches",errorNode:new Bt(s),error:u})}}),r.performanceTimer&&(Ne.mark(i),Ne.measure("rule_"+this.id+"#matches",n,i)),o};function h3(e){return Ai(e).map(function(t){var r=e._audit.checks[t.id||t];return r&&typeof r.after=="function"?r:null}).filter(Boolean)}function v3(e,t){var r=[];return e.forEach(function(a){var n=Ai(a);n.forEach(function(i){i.id===t&&(i.node=a.node,r.push(i))})}),r}function g3(e){return e.filter(function(t){return t.filtered!==!0})}function b3(e){var t=["any","all","none"],r=e.nodes.filter(function(a){var n=0;return t.forEach(function(i){a[i]=g3(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}xt.prototype.after=function(t,r){var a=this,n=h3(this);return n.forEach(function(i){var o=v3(t.nodes,i.id),s=Xi(i,a.id,r),u;try{u=i.after(o,s.options)}catch(c){var l;throw new ro({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=b3(t),t},xt.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=pl(t.matches)),t.impact&&(Oe(De.impact.includes(t.impact),"Impact ".concat(t.impact," is not a valid impact")),this.impact=t.impact)};var _a=/\{\{.+?\}\}/g,y3=function(){function e(t){zt(this,e),this.lang="en",this.defaultConfig=t,this.standards=Ie,this._init(),this._defaultLocale=null}return Ht(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]=D3(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]=E3(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]=_3(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=x3(this.data.incompleteFallbackMessage,r.incompleteFallbackMessage)),r.lang&&(this.lang=r.lang)}},{key:"setAllowedOrigins",value:function(r){var a=Qm();this.allowedOrigins=[];var n=qe(r),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;if(o===De.allOrigins){this.allowedOrigins=["*"];return}else o!==De.sameOrigin?this.allowedOrigins.push(o):a&&this.allowedOrigins.push(a)}}catch(s){n.e(s)}finally{n.f()}}},{key:"_init",value:function(){var r=w3(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,Jm(r.rules,this,"addRule"),Jm(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 xt(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 Km(r)}},{key:"run",value:function(r,a,n,i){this.normalizeOptions(a),Bt.setRunOptions(a),g._selectCache=[];var o=A3(this.rules,r,a),s=o.now,u=o.later,l=ar();s.forEach(function(m){l.defer(eh(m,r,a))});var c=ar();u.length&&c.defer(function(m){Ap(a).then(function(v){return m(v)}).catch(function(v){console.warn("Couldn't load preload assets: ",v),m(void 0)})});var d=ar();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=ar();u.forEach(function(_){var x=eh(_,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=nn(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 th(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===rh(a,i.id,n))&&(o.helpUrl=rh(r,i.id,n))})}},{key:"resetRulesAndChecks",value:function(){this._init(),this._resetLocale()}}])}(),Zm=y3;function Qm(){if(p.origin&&p.origin!=="null")return p.origin;if(p.location&&p.location.origin&&p.location.origin!=="null")return p.location.origin}function w3(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=Qm();t.allowedOrigins=r?[r]:[]}return t.rules=t.rules||[],t.checks=t.checks||[],t.data=Ae({checks:{},rules:{}},t.data),t}function Jm(e,t,r){var a,n;for(a=0,n=e.length;a<n;a++)t[r](e[a])}var D3=function(t,r){var a=r.pass,n=r.fail;return typeof a=="string"&&_a.test(a)&&(a=Rr.default.compile(a)),typeof n=="string"&&_a.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}})},E3=function(t,r){var a=r.help,n=r.description;return typeof a=="string"&&_a.test(a)&&(a=Rr.default.compile(a)),typeof n=="string"&&_a.test(n)&&(n=Rr.default.compile(n)),Ae({},t,{help:a||t.help,description:n||t.description})},_3=function(t,r){var a=r.failureMessage;return typeof a=="string"&&_a.test(a)&&(a=Rr.default.compile(a)),Ae({},t,{failureMessage:a||t.failureMessage})},x3=function(t,r){return typeof r=="string"&&_a.test(r)&&(r=Rr.default.compile(r)),r||t};function A3(e,t,r){var a={now:[],later:[]},n=e.reduce(function(i,o){return Sp(o,t,r)?o.preload?(i.later.push(o),i):(i.now.push(o),i):i},a);return n}function eh(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(th(e,i))})}}function th(e,t){var r=t.errorNode,a=to(t),n=[{id:"error-occurred",result:void 0,data:a,relatedNodes:[]}],i=r||new Bt(b.documentElement);return Object.assign(new ho(e),{error:a,result:De.CANTTELL,nodes:[{any:[],all:[],none:n,node:i}]})}function rh(e,t,r){var a=e.brand,n=e.application,i=e.lang;return De.helpUrlBase+a+"/"+(r||g.version.substring(0,g.version.lastIndexOf(".")))+"/"+t+"?application="+encodeURIComponent(n)+(i&&i!=="en"?"&lang="+encodeURIComponent(i):"")}function ah(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||(we.set("globalDocumentSet",!0),b=e.ownerDocument),t||(we.set("globalWindowSet",!0),p=b.defaultView)}}function C3(){we.get("globalDocumentSet")&&(we.set("globalDocumentSet",!1),b=null),we.get("globalWindowSet")&&(we.set("globalWindowSet",!1),p=null)}function R3(){C3(),g._memoizedFns.forEach(function(e){return e.clear()}),we.clear(),g._tree=void 0,g._selectorData=void 0,g._selectCache=void 0}var qr=R3;function nh(e,t,r,a){try{e=new Zi(e),g._tree=e.flatTree,g._selectorData=bi(e.flatTree)}catch(o){return qr(),a(o)}var n=ar(),i=g._audit;t.performanceTimer&&Ne.auditStart(),e.frames.length&&t.iframes!==!1&&n.defer(function(o,s){gf(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=Ci(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(eo),s=s.map($a));try{r(s,qr)}catch(u){qr(),Ur(u)}}catch(u){qr(),a(u)}}).catch(function(o){qr(),a(o)})}function T3(e){g._audit=new Zm(e)}function F3(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 nh(i,o,function(s,u){s=$t.mapRawResults(s),a(s),u()},n);case"cleanup-plugin":return $p(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&&(Xt.subscribe("axe.start",F3),Xt.subscribe("axe.ping",function(e,t,r){r({axe:!0})}));function Tn(e){this._run=e.run,this._collect=e.collect,this._registry={},e.commands.forEach(function(t){g._audit.registerCommand(t)})}Tn.prototype.run=function(){return this._run.apply(this,arguments)},Tn.prototype.collect=function(){return this._collect.apply(this,arguments)},Tn.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)},Tn.prototype.add=function(t){this._registry[t.id]=t};function S3(e){g.plugins[e.id]=new Tn(e)}var k3=S3;function O3(){var e=g._audit;if(!e)throw new Error("No audit configured");e.resetRulesAndChecks(),Z2()}var I3=O3;function N3(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 lt||(t=new Bp(t));var a=dp(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);eo(i),$a(i);var o=Rc([i]);return o.violations.forEach(function(s){return s.nodes.forEach(function(u){u.failureSummary=Nu(u)})}),Ae({},Br(),o,{toolOptions:r})}function ih(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(!hp(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 ml=function(){};function M3(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];ah(t[0]);var a=ih(t),n=a.context,i=a.options,o=a.callback,s=o===void 0?ml:o,u=P3(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 B3(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"),L3(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 P3(e){var t,r,a;return typeof Promise=="function"&&e===ml?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 L3(e,t,r,a){var n=Ku(t.reporter),i=n(e,t,r,a);i!==void 0&&r(i)}function B3(e,t){if(typeof t=="function"&&t!==ml){t(e.message);return}throw e}function $3(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var a=ih(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 Zi(i,g._tree);return g._tree=o.flatTree,g._selectorData=bi(o.flatTree),g._running=!0,n.elementRef=!1,new Promise(function(s,u){g._audit.run(o,n,s,u)}).then(function(s){s=$t.mapRawResults(s);var u=o.frames.map(function(c){var d=c.node;return $t.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 q3(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",j3(e);var s=Ci(e);return s=g._audit.after(s,n),s.forEach(eo),s=s.map($a),H3(s,Ae({environmentData:o},n))}function j3(e){var t=[],r=qe(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=z3(n);t.unshift.apply(t,ce(o))}}}catch(s){r.e(s)}finally{r.f()}}function z3(e){var t=e.frames,r=e.frameSpec;return r?t.map(function(a){return $t.mergeSpecs(a,r)}):t}function H3(e,t){return new Promise(function(r,a){var n=Ku(t.reporter);n(e,t,r,a)})}function V3(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),ah(e),g._tree=Ou(e),g._selectorData=bi(g._tree),g._tree[0]}var G3=V3,U3=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=je(n,ka);a(Ae({},Br(i),{toolOptions:o},wn(t,r)))},W3=U3,Y3=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=je(n,pr);r.resultTypes=["violations"];var s=wn(t,r),u=s.violations;a(Ae({},Br(i),{toolOptions:o,violations:u}))},K3=Y3,X3=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]=$t.mapRawNodeResults(o[c])}return o});a(n)},oh=X3,Z3=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=je(n,_r);oh(t,o,function(s){var u=Br(i);a({raw:s,env:u})})},Q3=Z3,J3=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=je(n,Nn),s=wn(t,r),u=function(c){c.nodes.forEach(function(d){d.failureSummary=Nu(d)})};s.incomplete.forEach(u),s.violations.forEach(u),a(Ae({},Br(i),{toolOptions:o},s))},ek=J3,tk=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=je(n,Mn),s=wn(t,r);a(Ae({},Br(i),{toolOptions:o},s))},rk=tk,ak={base:{Audit:Zm,CheckResult:fl,Check:Km,Context:Zi,RuleResult:ho,Rule:xt,metadataFunctionMap:mo},public:{reporters:En},helpers:{failureSummary:Nu,incompleteFallbackMessage:Mu,processAggregate:wn},utils:{setDefaultFrameMessenger:df,cacheNodeSelectors:ap,getNodesMatchingExpression:tp,convertSelector:wi},commons:{dom:{nativelyHidden:Us,displayHidden:Df,visibilityHidden:Ef,contentVisibiltyHidden:_f,ariaHidden:xf,opacityHidden:Af,scrollHidden:Cf,overflowHidden:Rf,clipHidden:Tf,areaHidden:Ws,detailsHidden:Ff}}},nk=ak;g._thisWillBeDeletedDoNotUse=nk,g.constants=De,g.log=Ur,g.AbstractVirtualNode=lt,g.SerialVirtualNode=Bp,g.VirtualNode=Fu,g._cache=we,g.imports=kc,g.cleanup=$p,g.configure=Ox,g.frameMessenger=Ix,g.getRules=Mx,g._load=T3,g.plugins={},g.registerPlugin=k3,g.hasReporter=jp,g.getReporter=Ku,g.addReporter=Sx,g.reset=I3,g._runRules=nh,g.runVirtualRule=N3,g.run=M3,g.setup=G3,g.teardown=qr,g.runPartial=$3,g.finishRun=q3,g.commons=lm,g.utils=ts,g.addReporter("na",W3),g.addReporter("no-passes",K3),g.addReporter("rawEnv",Q3),g.addReporter("raw",oh),g.addReporter("v1",ek),g.addReporter("v2",rk,!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 Be,et=-1,pt=te.length-1;et<pt;)Be=te[et+=1],V+=`
|
|
25
|
-
|
|
22
|
+
`)}var Mu=p_;function Pu(){var e=g._audit.data.incompleteFallbackMessage;return typeof e=="function"&&(e=e()),typeof e!="string"?"":e}var op=we.resultGroups;function Dn(e,t){var r=g.utils.aggregateResult(e);return op.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=sp(i.node,t);Object.assign(i,o)}return delete i.result,delete i.node,m_(i,t),i})),op.forEach(function(i){return delete n[i]}),delete n.pageLevel,delete n.result,n})}),r}function m_(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 sp(n,t)})})})}function sp(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;e=Bt.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 h_=/\$\{\s?data\s?\}/g;function Xi(e,t){if(typeof t=="string")return e.replace(h_,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 up(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 Xi(r,t)}return Xi(e,t)}if(typeof e=="string")return Xi(e,t);if(typeof t=="string"){var a=e[t];return Xi(a,t)}var n=e.default||Pu();return t&&t.messageKey&&e[t.messageKey]&&(n=e[t.messageKey]),up(n,t)}}var Lu=up;function v_(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 Lu(a.messages[t],r)}var g_=v_;function b_(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 Zi=b_;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:y_(r),timestamp:new Date().toISOString(),url:(e=r.location)===null||e===void 0?void 0:e.href}}function y_(e){if(!e.navigator||B(e.navigator)!=="object")return{};var t=e.navigator,r=e.innerHeight,a=e.innerWidth,n=w_(e)||{},i=n.angle,o=n.type;return{userAgent:t.userAgent,windowWidth:a,windowHeight:r,orientationAngle:i,orientationType:o}}function w_(e){var t=e.screen;return t.orientation||t.msOrientation||t.mozOrientation}function lp(e,t){var r=t.focusable,a=t.page;return{node:e,include:[],exclude:[],initiator:!1,focusable:r&&D_(e),size:E_(e),page:a}}function D_(e){var t=lr(e.getAttribute("tabindex"));return t===null||t>=0}function E_(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 __(e){if($u(e)){var t=" must be used inside include or exclude. It should not be on the same object.";$r(!ur(e,"fromFrames"),"fromFrames"+t),$r(!ur(e,"fromShadowDom"),"fromShadowDom"+t)}else if(Ji(e))e={include:e,exclude:[]};else return{include:[b],exclude:[]};var r=cp(e.include);r.length===0&&r.push(b);var a=cp(e.exclude);return{include:r,exclude:a}}function cp(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],t=[];Bu(e)||(e=[e]);for(var r=0;r<e.length;r++){var a=x_(e[r]);a&&t.push(a)}return t}function x_(e){return e instanceof p.Node?e:typeof e=="string"?[e]:(qu(e)?(C_(e),e=e.fromFrames):eo(e)&&(e=[e]),A_(e))}function A_(e){if(Array.isArray(e)){var t=[],r=qe(e),a;try{for(r.s();!(a=r.n()).done;){var n=a.value;if(eo(n)&&(R_(n),n=n.fromShadowDom),typeof n!="string"&&!T_(n))return;t.push(n)}}catch(i){r.e(i)}finally{r.f()}return t}}function C_(e){$r(Array.isArray(e.fromFrames),"fromFrames property must be an array"),$r(e.fromFrames.every(function(t){return!ur(t,"fromFrames")}),"Invalid context; fromFrames selector must be appended, rather than nested"),$r(!ur(e,"fromShadowDom"),"fromFrames and fromShadowDom cannot be used on the same object")}function R_(e){$r(Array.isArray(e.fromShadowDom),"fromShadowDom property must be an array"),$r(e.fromShadowDom.every(function(t){return!ur(t,"fromFrames")}),"shadow selector must be inside fromFrame instead"),$r(e.fromShadowDom.every(function(t){return!ur(t,"fromShadowDom")}),"fromShadowDom selector must be appended, rather than nested")}function T_(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 dp(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 _e(u)});r.push.apply(r,de(o))}else r.push(_e(i));else if(i&&i.length)if(i.length>1)F_(e,t,i);else{var s=Yu(i[0]);r.push.apply(r,de(s.map(function(u){return _e(u)})))}}return r.filter(function(u){return u})}function F_(e,t,r){e.frames=e.frames||[];var a=r.shift(),n=Yu(a);n.forEach(function(i){var o=e.frames.find(function(s){return s.node===i});o||(o=lp(i,e),e.frames.push(o)),o[t].push(r)})}function Qi(e,t){var r,a,n,i,o=this;e=vr(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=__(e),this.flatTree=t??Iu(I_(e)),this.exclude=e.exclude,this.include=e.include,this.include=dp(this,"include"),this.exclude=dp(this,"exclude"),Wu("frame, iframe",this).forEach(function(s){zu(s,o)&&S_(o,s.actualNode)}),typeof this.page>"u"&&(this.page=k_(this),this.frames.forEach(function(s){s.page=o.page})),O_(this),Array.isArray(this.include)||(this.include=Array.from(this.include)),this.include.sort(Vu)}function S_(e,t){!Ke(t)||on(e.frames,"node",t)||e.frames.push(lp(t,e))}function k_(e){var t=e.include;return t.length===1&&t[0].actualNode===b.documentElement}function O_(e){if(e.include.length===0&&e.frames.length===0){var t=Zt.isInFrame()?"frame":"page";throw new Error("No elements found for include in "+t+" Context")}}function I_(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 N_(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(t.iframes===!1)return[];var r=new Qi(e),a=r.frames;return a.map(function(n){var i=n.node,o=oe(n,fr);o.initiator=!1;var s=wi(i);return{frameSelector:s,frameContext:o}})}function fp(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 M_(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=pp(n,"overflow-x"),o=pp(n,"overflow-y");if(r&&i||a&&o)return{elm:e,top:e.scrollTop,left:e.scrollLeft}}}function pp(e,t){var r=e.getPropertyValue(t);return["scroll","auto"].includes(r)}var wr=He(M_);function mp(e){return Array.from(e.children||e.childNodes||[]).reduce(function(t,r){var a=wr(r);return a&&t.push(a),t.concat(mp(r))},[])}function P_(){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(mp(b.body))}var L_=P_;function B_(){return vr(Ie)}function $_(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 hp=$_,St;function q_(e){if(St&&St.parentNode)return St.styleSheet===void 0?St.appendChild(b.createTextNode(e)):St.styleSheet.cssText+=e,St;if(e){var t=b.head||b.getElementsByTagName("head")[0];return St=b.createElement("style"),St.type="text/css",St.styleSheet===void 0?St.appendChild(b.createTextNode(e)):St.styleSheet.cssText=e,t.appendChild(St),St}}var j_=q_;function Bu(e){return!!e&&B(e)==="object"&&typeof e.length=="number"&&!(e instanceof p.Node)}function ur(e,t){return!e||B(e)!=="object"?!1:Object.prototype.hasOwnProperty.call(e,t)}function vp(e){return $u(e)||Ji(e)}function $u(e){return["include","exclude"].some(function(t){return ur(e,t)&&Ji(e[t])})}function Ji(e){return typeof e=="string"||e instanceof p.Node||qu(e)||eo(e)||Bu(e)}function qu(e){return ur(e,"fromFrames")}function eo(e){return ur(e,"fromShadowDom")}function gp(e,t){var r=_e(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=gp(n,!0);return r&&(r._isHidden=i),i}var z_=gp;function H_(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 ju=H_;function zu(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 gr(c,e)});if(o.length===0)return!1;var s=i.filter(function(c){return gr(c,e)});if(s.length===0)return!0;var u=bp(o),l=bp(s);return gr(l,u)}function bp(e){var t,r=qe(e),a;try{for(r.s();!(a=r.n()).done;){var n=a.value;(!t||!gr(n,t))&&(t=n)}}catch(i){r.e(i)}finally{r.f()}return t}function Hu(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 V_(e,t){return e=e.actualNode||e,t=t.actualNode||t,e===t?0:e.compareDocumentPosition(t)&4?-1:1}var Vu=V_;function Se(e){return e instanceof ut?{vNode:e,domNode:e.actualNode}:{vNode:_e(e),domNode:e}}function G_(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 Uu(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 yp=G_;function U_(e,t,r,a){var n=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,i=W_(e);return i?yp(e,t,r,a,n):Uu(e.href,t,r,a,!0)}function W_(e){try{var t=e.cssRules;return!(!t&&e.href)}catch{return!1}}var Gu=U_;function Y_(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=we.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 Gu(o.sheet,t,r,a,o.isCrossOrigin)})}var Uu=Y_;function K_(e){if(typeof e!="string")return null;var t=e.trim().match(/^([-+]?\d+)/);return t?Number(t[1]):null}var lr=K_,X_=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){Ur(n)}}}(),Ne=X_;function wp(){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=wp());function Z_(e,t){return e.concat(t).filter(function(r,a,n){return n.indexOf(r)===a})}var En=Z_;function Dp(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 Q_(e,t,r){for(var a=ye.get("qsa.recycledLocalVariables",function(){return[]}),n=[],i=Array.isArray(e)?e:[e],o=Dp(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)&&da(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=Dp(c.children,m,d,c.shadowId,a.pop()));o.vNodesIndex===o.vNodes.length&&n.length;)a.push(o),o=n.pop()}return s}function J_(e,t,r){e=Array.isArray(e)?e:[e];var a=Di(t),n=rp(e,a,r);return n||Q_(e,a,r)}var cr=J_;function ex(e){var t=e.treeRoot,r=t===void 0?g._tree[0]:t,a=tx(r);if(!a.length)return Promise.resolve();var n=b.implementation.createHTMLDocument("Dynamic document for loading cssom"),i=hp(n);return rx(a,i).then(function(o){return _p(o)})}var Ep=ex;function tx(e){var t=[],r=cr(e,"*",function(a){return t.includes(a.shadowId)?!1:(t.push(a.shadowId),!0)}).map(function(a){return{shadowId:a.shadowId,rootNode:sn(a.actualNode)}});return En(r,[])}function rx(e,t){var r=[];return e.forEach(function(a,n){var i=a.rootNode,o=a.shadowId,s=ax(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 Gu(m,l,y,c)}));r.push(d)}),Promise.all(r)}function _p(e){return e.reduce(function(t,r){return Array.isArray(r)?t.concat(_p(r)):t.concat(r)},[])}function ax(e,t,r){var a;return e.nodeType===11&&t?a=nx(e,r):a=ix(e),sx(a)}function nx(e,t){return Array.from(e.children).filter(ox).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 ix(e){return Array.from(e.styleSheets).filter(function(t){return t.media?xp(t.media.mediaText):!1})}function ox(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&&xp(e.media)}function xp(e){return e?!e.toUpperCase().includes("PRINT"):!0}function sx(e){var t=[];return e.filter(function(r){return r.href?t.includes(r.href)?!1:(t.push(r.href),!0):!0})}function ux(e){var t=e.treeRoot,r=t===void 0?g._tree[0]:t,a=cr(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 lx(i)}))}var Ap=ux;function lx(e){return new Promise(function(t){e.readyState>0&&t(e);function r(){e.removeEventListener("loadedmetadata",r),t(e)}e.addEventListener("loadedmetadata",r)})}function Cp(e){var t={cssom:Ep,media:Ap};return Rp(e)?new Promise(function(r,a){var n=Tp(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 bt({},u,l)})})).then(function(u){var l=u.reduce(function(c,d){return Ce({},c,d)},{});clearTimeout(s),r(l)}).catch(function(u){clearTimeout(s),a(u)})}):Promise.resolve()}function cx(e){return B(e)==="object"&&Array.isArray(e.assets)}function Rp(e){return!e||e.preload===void 0||e.preload===null?!0:typeof e.preload=="boolean"?e.preload:cx(e.preload)}function Tp(e){var t=we.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=En(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 to(e){var t=g._audit.data.checks||{},r=g._audit.data.rules||{},a=on(g._audit.rules,"id",e.id)||{};e.tags=vr(a.tags||[]);var n=Fp(t,!0,a),i=Fp(t,!1,a);e.nodes.forEach(function(o){o.any.forEach(n),o.all.forEach(n),o.none.forEach(i)}),Vs(e,vr(r[e.id]||{}))}function dx(e,t){function r(n){return n.incomplete&&n.incomplete.default?n.incomplete.default:Pu()}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 Fp(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=dx(a.data,i)),o.message||(o.message=i.incomplete)):o.message=a.result===t?i.pass:i.fail,typeof o.message!="function"&&(o.message=Lu(o.message,a.data)),Vs(a,o)}}function fx(e,t){return cr(e,t)}var kt=fx;function Sp(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 px(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?Sp(e,a.values):Sp(e,[])}var kp=px;function Op(e,t){if(!t)return e;var r=e.cloneNode(!1),a=Ha(r);if(r.nodeType===1){var n=r.outerHTML;r=ye.get(n,function(){return Ip(r,a,e,t)})}else r=Ip(r,a,e,t);return Array.from(e.childNodes).forEach(function(i){r.appendChild(Op(i,t))}),r}function Ip(e,t,r,a){return t&&(e=b.createElement(e.nodeName),Array.from(t).forEach(function(n){mx(r,n.name,a)||e.setAttribute(n.name,n.value)})),e}function mx(e,t,r){return typeof r[t]>"u"?!1:r[t]===!0?!0:ua(e,r[t])}function Wu(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=hx(t.include),u=vx(t),l=0;l<s.length;l++){a=s[l];var c=cr(a,e,u);r=gx(r,c)}return g._selectCache&&g._selectCache.push({selector:e,result:r}),r}function hx(e){return e.reduce(function(t,r){return(!t.length||!gr(t[t.length-1],r))&&t.push(r),t},[])}function vx(e){return!e.exclude||e.exclude.length===0?null:function(t){return zu(t,e)}}function gx(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 ro(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=qe(we.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?ro(e.cause,t+1):"..."),r}var bx=function(e){function t(r){var a,n,i=r.error,o=r.ruleId,s=r.method,u=r.errorNode;return Ht(this,t),n=jt(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=ro(i.cause)),o&&(n.ruleId=o,n.message+=" Skipping ".concat(n.ruleId," rule.")),s&&(n.method=s),u&&(n.errorNode=u),n}return Bn(t,e),Vt(t)}(na(Error)),ao=bx;function yx(e,t,r){if(e===p)return e.scroll(r,t);e.scrollTop=t,e.scrollLeft=r}function wx(e){e.forEach(function(t){var r=t.elm,a=t.top,n=t.left;return yx(r,a,n)})}var Dx=wx;function Ex(e){var t=Array.isArray(e)?de(e):[e];return Np(t,b)}function Np(e,t){var r=e.shift(),a=r?t.querySelector(r):null;return e.length===0?a:a!=null&&a.shadowRoot?Np(e,a.shadowRoot):null}function Yu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:b,r=Array.isArray(e)?de(e):[e];return e.length===0?[]:Mp(r,t)}function Mp(e,t){var r=Ln(e),a=r[0],n=qn(r).slice(1),i=t.querySelectorAll(a);if(n.length===0)return Array.from(i);var o=[],s=qe(i),u;try{for(s.s();!(u=s.n()).done;){var l=u.value;l!=null&&l.shadowRoot&&o.push.apply(o,de(Mp(n,l.shadowRoot)))}}catch(c){s.e(c)}finally{s.f()}return o}function _x(){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 no=_x,Pp=[,[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,,,,,1,1,1,1,,,1,1,1,,1,,1,,1,1],[1,1,1,,1,1,,1,1,1,,1,,,1,1,1,,,1,1,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,,,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1],[,1,,,,,,1,,1,,,,,1,,1,,,1,1,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,,,1,,,,1,1,1,1,,1,,1,,1,,,,,,1],[1,,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,,1,,1,,,,,1,,1,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,,1,1,1,,1,,1,1,1,,,1,1,1,1,1,1,1,1],[,,1,,,1,,1,,,,1,1,1,,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1,1,1,1,1,,,1,1,1],[1,1,1,1,1,,,1,,,1,,,1,1,1,,,,,1,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1],[,1,,1,1,1,,1,1,,1,,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,,,1,1,1,,,1,1,,,,,,1,1],[1,1,1,,,,,1,,,,1,1,,1,,,,,,1,,,,,1],[,1,,,1,,,1,,,,,,1],[,1,,1,,,,1,,,,1],[1,,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,,1,,,1,1,1,1],[,1,1,1,1,1,,,1,,,1,,1,1,,1,,1,,,,,1,,1],[,1,,,,1,,,1,1,,1,,1,1,1,1,,1,1,,,1,,,1],[,1,1,,,,,,1,,,,1,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,,1,1,1,,,1,1,1,1,1,1,,1,,,,1,1,1,,1,,1],[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,1,1],[,1,1,1,,,,1,1,1,,1,1,,,1,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,,1,,,,,1,1,1,,,1,,1,,,1,1],[,,,,1,,,,,,,,,,,,,,,,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,,1,1,,,,1,1,1,1,1,,,1,1,1,,,,1,1],[1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,1,,,,,,,1],[,1,1,,1,1,,1,,,,,,,,,,,,,1],[,,,,,,,,1],[1,1,1,,,,,,,,,,,,,1],[,,,,,,,,1,,,1,,,1,1,,,,,1]],[,[1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,,1],[,,,1,,,,,,,,,,,,,,,1],[,1,,,1,1,,1,,1,1,,,,1,1,,,1,1,,,,1],[1,,,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,,,,1],,[,1,1,1,1,1,,1,1,1,,1,1,,1,1,,,1,1,1,1,,1,1,,1],[,1,,,1,,,1,,1,,,1,1,1,1,,,1,1,,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,,,1,1,1,1,1,1,1,,,1,,,1,,1],[,1,,,,,,1,,,,1,1,,,,,,1,1,,,,,1],[,,,,,,,1,,,,1,,1,1],[,1,1,1,1,1,1,1,,,,1,1,1,1,1,,,1,1,,1,1,1,1,1],[,1,,,1,1,,1,,1,1,1,,,1,1,,,1,,1,1,1,1,,1],[,1,1,1,,1,1,,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1],[,,,,,,,,,,,,,,,,1],,[,1,1,1,1,1,,1,1,1,,,1,,1,1,,1,1,1,1,1,,1,,1],[,,1,,,1,,,1,1,,1,1,,1,1,,1,,,,,,,,,1],[,1,1,,1,,,,1,1,,1,,1,1,1,1,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1],[,1,,,,,,,,,,1,1,,,,,,1,1,,1,,1,,1,1],,[,1,1,,1,,,1,,1,,,,1,1,1,,,1,,,1,,,,1],[1,1,,,1,1,,1,,,,,1,,1]],[,[,1],[,,,1,,,,1,,,,1,,,,1,,,1,,,1],[,,,,,,,,,,,,,,,,,,1,1,,,,,,1],,[1,,,,,1],[,1,,,,1,,,,1],[,1,,,,,,,,,,,1,1,,1,,,,,,,,,1,1],[,,,,,,,,,,,,,,,,,,,1,,1],[,,,,,,,,,,,,,,,,1,,,,1,,1],[,1],[,1,,1,,1,,1,,1,,1,1,1,,1,1,,1,,,,,,,1],[1,,,,,1,,,1,1,,1,,1,,1,1,,,,,1,,,1],[,1,1,,,1,,1,,1,,1,,1,1,1,1,1,,1,,1,,1,1,1,1],[1,1,1,1,1,,1,,1,,,,1,1,1,1,,1,1,,,1,1,1,1],[1,,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],,[,1,,,,,,1,1,1,,1,,,,1,,,1,1,1,,,1],[1,,,,,1,,1,1,1,,1,1,1,1,1,,1,,1,,1,,,1,1],[1,,1,1,,,,,1,,,,,,1,1,,,1,1,1,1,,,1,,1],[1,,,,1,,,,,,,,,,,,,1],[,,,,,1,,,1,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,,,1],[,1,,,,1]],[,[1,1,1,,1,,1,1,1,1,1,1,1,1,1,,1,,1,,1,1,,,1,1,1],[,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],,[,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1],,[1,1,,,,1,1,,,,,,1,,,,1,,1,,1,1,,1],[1],[,,,,,,,,,,,1,,,,,,,,,,,1],[,1,,,,,,,1,1,,,1,,1,,,,1,,,,,,,1],[,,,,,,,,,,,,,,,,1,,,,,1],[,,1,,,,,1,,1],[1,,,,1,,,,,1,,,,1,1,,,,1,1,,,,,1],[,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[1,,,1,1,,,,,,,1,,1,,1,1,1,1,1,1],[,,,,,1,,,,,,,1,,,,,,,1],,[,,1,1,1,1,1,,1,1,1,,,1,1,,,1,1,,1,1,1,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,,,,1],,[1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,,,1,1,1,1,,,,,,1,,1,,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,,,,1,,1,,,1,1,1,1,1],[,,,,,,,,,,,1,,,,,,,,,1,,,,1],[,1,1,,1,1,,1,,,,1,1,,1,1,,,1,,1,1,,1],[,1,,1,,1,,,1,,,1,1,,1,1,,,1,1,1],[,1,1,1,1,1,,1,1,1,,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,,,,,,,,,1,,1,,1,1,,,,1,,,1],[,1,,,1,1,,,,,,,,,1,1,1,,,,,1],[1,,1,1,1,,,,1,1,1,1,1,,,1,,,1,,,1,,1,,1],[,1,1,,1,1,,1,1,,,,1,1,1,,,1,1,,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,,1],[,1,,,,,,,,1,,,,,1,,,,1,,,1],[,1,1,1,1,,,1,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1],[,,,,,1,,1,,,,,1,1,1,1,1,,,1,,,,1],[,1,,,,,,,,1,,,,,,,,,,,,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,1,,,,1,,1,1,1,1,1,,1,1,,,,,,1],[,1,1,1,1,1,1,1,,1,1,,,1,1,,,,1,,1,1,,1,1],[,,,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,1,1,,1,,,1,1,1,1,,,1,,,,,,,1,1],[,1,,,,,,,,1,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1],[,1,1,,,,,,,,,,,,1,1,,,,,,1],[,1,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,,,,,1],[1,1,,,1,,,1,1,1,,,,1],,[,,,,,,,,,,,,,1,,,,,,,,,,1],[,,,,,,,,,1,,,,,,,,,1,,,,,,,1],[1,1,1,,1,,1,1,1,1,1,1,1,1,,1,,,1,,1,,,1,1],[,,,,,,,,,1],[,1,,,,1,,,1,,,1,,,1,,,,,1],[,1,1,,1,1,,,,,,,,,,,,,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,1,1,1,,,1,1,1,,,,1,,1],[1,1,1,1,1,1,,,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,,1,1],[,,,,,,,,,,,,,,,1,,,,1],,[1,1,,1,,1,,,,,,1,,1,,1,1,,1,,1,1,,1,1,,1],[,,1,,,,,,1,,,,1,,1,,,,,1],[1,,,,,,,,,1,,,,,,1,,,,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,,1,,,,,,1,,,1,,,,,,,,1],[,1,,1,,,,,,,,,,,,1],,[1,1,,,,,,,,,,,,,,,,,,,,,,1,1],[1]],[,[1,,,,,,,,,1,,,,,1,,1,,1],[,1,1,,1,1,,1,1,1,,,1,1,1,,,,1,,,1,,,,1],[,1,,,,,,,1,,,,1,,,,,,1],[1,1,1,1,1,1,,,,1,,,,,,,,,1,1,1,1],[1],[,1,1,,,1,1,,,,,1,,1,,,,,,,,1,,,,1],[1,,1,,,1,,1,,,,,1,1,1,1,,,,1,,,,1],[,,1,,,,,,,1,,,,,,,1,,,,,,,1],[1,,,,,,,,,,,,,,1,,,,1],[,,,1,,1,,,,,1,,,,1,1,,,,1],[1,,,,,1,,,1,1,,1,1,,,1,1,,1,1,1,,1,1,1,,1],[,1,1,,,,,1,,1,,1,1,1,,1,1,,,1,,1,1,1],[,1,,,,1,,,,1,,,1,,1,1,,,1,1,1,,,,,1],[1,,1,1,,1,,1,1,,1,,1,1,1,1,1,,,1,1,,,,,,1],[1,,,,,,,,,,,,,,,,,,1,,,1,,1],[,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,,1,,1],[,1,,,,1,,,1,1,,1,,,1,1,,,1,,,1,,,1,1],[1,1,,1,1,1,,1,1,1,,1,,1,1,1,,,1,,1,1,1],[1,,1,1,1,1,,,,1,,1,1,1,,1,,,1,1,1,,1,1,1,1,1],[1,,,,,,,,,,,,,1],[,,1,,,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,,,1,,1,,1,,,,1],[,,,1,,,,,,,,,1],[,1,,,,,,,,,,,,,,1,,,,,,,,,1],[,,,,,,,,1,1,,,,1,,,,,1,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,,,1,1,1],[,,,,,1,,,,1,1,1,,1,1,1,,,1,,1,1,,1],[,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,,,1,,,,,,,,,,,,,1],[,,1,,,1,,1,1,1,,1,1,,1,,,,1,,1,1],,[,,1,,,1,,,,,,1,,,,1],[,,,,,,,,,1,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,,1,1,,1,,1,,,1,1,1,,,1],[,,,,,1,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,1,,1,1,,1,1,,1],[,,,,,1,,,,,,,,,,,,,,1],[,1,1,1,1,,,,,1,,,1,,1,,,,1,1,,,,1,1],[,1,,,1,,,1,,1,1,,1,,,,,,,1],[,,1,,1,,,1,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,,,,,,,,,,1,,1,1],[,,,,,,,,,,,,1],,[,1,1,1,1,,,,1,1,,1,1,1,1,1,1,,1,1,1,1,,1,,1],[1,,,,1,,,,,,,,,,1],[1,,,,,,,,,1],,[,1,,,,1,,,,,,,,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,,1,,,,1,1,,,1,1,,1],[,1,1,,1,,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,1],[1,1,1,,,,,1,1,1,,1,1,1,1,1,,1,1,1,1,1,,,,,1],[,1,,,,,,,1,1,,,1,1,1,,1,,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,,,1,,,,1,,,1,,,,1,,,,,,,1,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1],[1,1,1,,1,,,1,1,1,1,,1,1,1,1,,,,1,,1,,1,,,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,,1,1,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,,1,,1,,,,1],[,1,1,1,1,1,,1,1,1,,,1,1,1,1,1,,1,1,1,,1,1,,1],[1,,,1,,,,1,1,1,,,,,1,1,,,,1,,1],[1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,,1,,1,1,,,,,,,1,,1],[,1,,,,1,,1,1,,,,1,1,,1,,,,1,1,1,,1],[,,,,,,,,,,,,,1],[,1,,,,,,1,,,,,,,1],[,,,,,,,,1,,,,1,,1,,,,,,,,,,,,1]],[,[,1,1,,1,1,1,1,,1,1,1,,1,1,,1,1,,1,1,1,1,1,1,,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,,,1,,,,,,,,1,,,,,,1,,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,,1,,1,1,1,1,1,1,1,,1,1,,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1],[,1,1,,,,,1,1,1,,,1,,1,1,,,,1,,1,,,1,1],[,,,,,,,1,,,,1,1,1,1,1,,1,,,1,,,,,1],[1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,,1,,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,1,1,,1,,1,1,1,,1,,1,1,,1,1,,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,,1,,,,,1,,1],[,1,1,1,,1,,1,,1,,,,1,,1,,,1,,,,,1,1,1],[,1,,,1,1,,1,,1,,1,1,1,1,1,,1,1,,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,,1,,1,,1,,,,,1,1,,1,,,,1,1]],[,[,1,,1,,,,,,,,1,,,,,,,1,,,,1],[,,,,,,,,,1,,1,1,1,,1,,,1,,1,1],[1,1,,,,,,,1,,,,,1,,1,,,,,,1],[,1,,,,,,,,,,1,,,,,,,,,1,1],,[,,,,,,,,,,,,,,,1,,,,1,,1],[,,1,1,,1,,1,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,1,,,,,,,,,1],[1,,1,1,,,,1,,,,,,,,,1,,,1,,,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,,1,1,,1,1,,1,,1],[,1,,,1,1,,,,,,1,,1,,1,,,1,,1,1],[1,1,1,1,,1,,1,,1,,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,,,1,,1,,1,1,1,,,1,1,1,,1,1,1,1,,1,1],[,,,,1,,,1,,,,,,,1,,,,1,1],[,1,,,,,,,,,,1,,1,,1,,,,,1,,,,,1],,[1,1,,1,,1,,1,1,,,,,,1,1,,,1,1,1,1,1,1,1,1,1],[1,1,,1,,,,,,1,,,,,1,1,1,,,,1,1,,,1],[,1,1,,1,1,,,,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,,,1,,,,1,,,,1,1],[,,,,1],[,,,,,,,,,1,,,1],,[,,1,,1,,,,,,,,,1,,,,,,,,,,,,1],[,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,,,1],[,1,,1,,,,,,1,,,,,1,1,,,,,1,1],[,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,,,1,,1,1,1],[,1,,,,1,,,,,,,1],[,1,,,1,,,1,,1,,1,1,,1,,,,,1,,1,,,,1,1],[,1,,,1,,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,1,1,,,,1,1,,,,,,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,,1,1,,1,1,1,1,1],[,1,,,,1,,,,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,1,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,,1,1,1,,1,1,1,,,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,,,,,,,1,1,,,,,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,1,,1,1,1,1],,[,1,1,,,,,1,,1,,,,1,1,1,,,1,,,,,1],[,,,,,,,,,,,,,1],[,,,,,1,,,,,,,,1,1,,,,,1,,1,,,1,1],[,,,,,1,,,1,,,,,,1]],[,[,1],,,,,,,,,,,,,,,,,,,,[1,1,1,1,1,,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,1,1,1,1],[,1,,1,,1,,,1,1,1,,1,1,1,1,1,,,1,,,,1,,1,1],[,1,,1,,1,,,1,,,,,1,,,,,,1,1],[,1,,1,,,,,1,,,,1,,1,1,1,1,1,1,1,1,,1],[,1,,,,,,,,,,,,,,,1]],[,[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,,,,,,,,,1,1,,,,1],[,,,,,,1],[,,1],[,1,1,,,1,,1,,1,1,,1,1,1,,,,1,1,1,,,,,1],,[,1,,,,1,,,,,,1,,,1,,,,1,1,,1],[,,,,,,,1,,,,,,,,,1],[,1,1,,,1,1,,,,,,1,1,1,,,,1,,1,1],[,,,,,,,1,,1,,,,,,,,,,1],[,1,1,,,,,,1,1,,,,1,,,,,,,1,,,1],,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,1,,,1,,,,,1,,1,,1,,1,,,,,1],[1,1,1,1,1,1,1,1,,,,,1,1,,1,1,,1,,,1,,1],[,,,,,,,,,,,,,,1,,,,,,1],,[,,,,,,,,,1,,,,1,,1,,,,,1],[,,1,,,,,,,1,,1,1,1,1,,,,,,,,,1],[,,,1,,,,,1,,,,,1,,,,,,1,,,,1],[1,,1,1,,1,1,1,1,1,,1,,,,1,1,1,,,1,1,,,,1,1],,[1,1,,,,,,,,,,1,1,1,,1,,,1],[,,,,1,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,1],[,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,,1,,,1,,,,,,,,1,,,,,,1,,,,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,,,,1,1,1,1,1,1,,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,1,,1,1,,1,1,1,,1,1,1,1,1,,,1],[1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,,1,,1,,1,1,1,1,1,,1,,1,1,1,1,,1,1,1,1,1],[1,1,1,1,,1,,,,,,1,,1,,,,,1,1,,,,,1],[1,,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,,1,,,,1,1,1,1,1,,,1,1,,1,,1],[,1,1,1,1,,,,,1,,1,1,1,1,1,,,1,1,,,,1,1,1],[,1,1,1,1,1,,1,,,,,1,,1,,1,,,1,,,1,1,,1]],[,[1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,,,,,1,,,,,1,1,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,,,,1,,1,1,,1,1,1,1,1,,,1,,1,,1],[1,1,1,,1,1,1,1,,,,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,,1,,,,,,,,,,1,1,1,1,1,1,1,,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,1,1,,,,1,,1,1,1,1,1,,,,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,,1,1,1],[,1,1,1,,1,,1,1,1,1,,,1,1,1,,1,1,1,1,1,,,1,1],[1,1,,,,1,,,1,1,1,,1,,1,,1,,1,1,1,1,1,,1,1,1],[,1,,,,,,,1,,1,,1,1,1,1,,,,,,,,,1]],[,[,,,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,1,,,1,,,,,,1,,,1,,,,1],,[,1,,,,1,,1,,1,1,,1,1,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],[1,1,1,,,1,,,1,,,,,,1,1,,,,,,,,,,1],[,1,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1,,,1],[,,,,,,,,,1],[1,1,,,,,,1,1,1,,1,1,,,,1,1,,1,,1,1,1,,1],[,1,1,1,,1,1,,,1,,1,1,1,1,,,,,,,1,,1,,1],[,1,1,1,1,,,1,,1,,,,1,1,1,1,,1,1,,1],[,1,,,1,1,,1,,1,,1,,1,1,,1,,1,,,1,,,1,,1],[,,,,,,,,,,,1,,,1],[,,,,,,,,,1,,,,,,,,,,,,,1],,[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1],[,1,,,,,,,1,1,,1,,,,,1,,,1,,1],[,1,,,,1,,,1,,,,,,,,1,,1,,,1],[,,,,,,,,,,,,,1,1,,,,1,,,1],[,,,,,1,,,1,,,,1],[,1],,[,1],[1,,,,,,,,,,,,,,1,,,,,1]],[,[,1,,,,1,1,1,1,1,1,,1,1,1,1,1,,1,1,,1,1,,,1],[,,1,,,,,,,,,1],,,[1,,,1,1,,,,,,,,1,1,,1,1,,1],,[,,,,,,,,,,,,,,,,,,1,,1],,[1,,,1,1,,1,1,,,,,1,,1,,,,,1,1,,1],[,,,,,,,,,,,1],[,1,,,,,,,,1,1,1,1,1,1,1,1,,,,1,1,,,,,1],[,,,,,,,,,,,,,,,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,,1,1,1,1,1,1],[,,,,,,,,,,,1,,1,,,1],[1,,,,,,,,,,,,,,,,,,1,,1],,,[,1,,,,,,,,,,,,,,1,,,,1,1],[,,,,,,,,,1,,,1,,1,,,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,1,1,,,,,,1],,[,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,1,1,,1,1,1,1,1,1,,,1,1,1,1,1,,1,1],[,1,,,,,,,,1],[,,,,1,,,1,,,1,1,,,,,,,,,1,1,,,,1],[,1,,1,1,,,1,1,1,,,,1,1,1,1,,1,1,1,1,,1],[,,,,,,,1],[,1,1,,,,,1,,1,,,,,,1,,,,,,1,,1,,1],[,1,,,,,,1,,,,1,,,,,,,,,,1],[,,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1,1,1,1,,1],[,1,,,,,,,,1],[,1,1,,1,,,,,,,,1,,,,,,1,,,1,,1,,1],[,1,,1,,1,,1,1,1,,1,1,1,,1,,,1,1,,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,,,,1,1,1,,,,1,1,,,1,1],[,,1,1,1,1,,1,,1,,1,,1,1,1,1,,,,,1,,1,,1],[1,1,1,1,1,1,1,1,,1,,1,,1,1,1,,,1,1,,,,1,,1],[,,,1],,[,1,1,,1,,,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1],[,1,,,,,,1,,1,,1,,,,,,,1,1,,1,1],[,,1,,,,1,,1,1,,1,,1,,,,,,,,,,1],[,1,1,,1,,,,1,,,,1,1,1,,,,1,,1,1,1,,1,1],,[,1,1,,,,,,,,,,,,,1,,,1,,,,,1],[,1,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,1,,,,1,1,,,,1,,,,,,,1]],[,[,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[,1,1,1,1,1,,1,,1,1,,,1,1,1,1,,1,,,,,1,1,1],[,,1,1,,1,,1,1,,,,1,1,1,1,,,1,,1,1,1,1,,1],[,1,,1,,,,,,,,1,,1,,1,,1,,,,,,,,1],[,,1,,1,,,1,,,,,1,1,,,1,,1,1,1,1],[,1],[,1,1,,1,,1,1,,1,,,1,1,1,,,,1,,,1,,1],[1,1,,1,1,1,,,,,,,,1,,,,,1,,1,1,1],[,1,1,,,,,,,1,,,1,,1,,1,,1,1,,,1,,,1],[,,1,,,,,,,,,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,,1,,,,,1,1,1,,,1,,1,,,,1],[,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,1,1,1,1,1,,1,1,1,,1,1,1,1,1,,,,1,1],[,,,1,1,,,1,,1,,1,,1,1,1,1,,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,,1,,1,,,,1,1,,,1,1,,1,1,,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1,,1,1,,,1],[,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,,1,,,1,,,1,,1,1,1,1,1,,1,,1,1],[,,,,,1,,,,1,,,,,1,1,,,,1],[,1,,1,1,1,,1,,,1,1,1,,,1,,,1,,1,,,1],[,,1,,,,,,,,,1,,1,,,,,1,,1],[,1,1,,,,,,,,1,1,1,,,,,,,,1,,,,,1],[,,,,,,,,1,,,,,1,,,1]],[,[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,,,1,1,1,1,1,1,1,1,,,,,,,,,1,1],[,,,,,,,,1,,,,1,,1,,1,,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,1,,1,,1,,,,1,1,,1,,1,,,,1,1,1,1,1,,,1],,[,1,,,,,,,,1,,,1,1,,,1,,1,1,,1,,1],[,1,,,1,,,,,,,,1,,,,,,,1],[1,1,,,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1],,[,1,,,,,,1,1,1,,1,1,1,1,1,,,1,,1,1,,,,1],[,1,1,,,1,,1,,1,,,1,1,1,1,,,1,,,1,,,,1],[,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1],[,1,1,,1,1,,1,1,,,1,1,,1,1,,1,,1,,1],[1,,1,,,,,1,,1,,1,1,1,1,,,,,1,1,,,,1,1],[,1,1,,,,,1,1,,,1,,1,1,1,1,,,,,,,,,,1],,[,1,1,,,1,,,,1,,1,1,1,1,1,,,,1,,,,1,,1],[,,,1,1,,,1,,,,,1,1,1,1,1,,1,1,,,,,,1],[,1,,,,,,,,,,,1,,,,1,,,,,,,1,,1],[,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,1,,,,,1,,1,,,1,1,,1,1,,1],[,1,,,,,,1,,,,,1,1,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1,,,1,,,,,1],[,,,,,,,1,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,,1,,,,,,,1,,,,,,,,1,1,,1],[,1,,,1,,,,1],[,,,,,,,,,,1],[,1,,,,,,1,1,,,,,1,1],,[,1,1,,,,,,1,,,,,1,1,,,,1],[1,,1,,1,,,,,1,,,,,1,,,,,,,,,1,1],[,1,1,,,,,,,,,1,1,1,1,,,,1,,,,,1,,,1],,[,1,1,,1,,,1,1,,,1,,,1,1,1,,1,,1,1,1,,,,1],[,1,,,,1,,,,,1,,,1,1,,,1,,1,,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,,,1,,,,,1,,,,,1,,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,1],[,1,,,,,,1,,,,,,,1,1,1,,,1],[,1,,,,,,,,,,1,1,1,,,,,1,,,1],[,,,,,1,,1,,,,,1,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 xx(e){for(var t=Pp;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 Lp(e){e=Array.isArray(e)?e:Pp;var t=[];return e.forEach(function(r,a){var n=String.fromCharCode(a+96).replace("`","");Array.isArray(r)?t=t.concat(Lp(r).map(function(i){return n+i})):t.push(n)}),t}var io=xx,Ax=function(e){function t(r){var a;return Ht(this,t),a=jt(this,t),a._props=Rx(r),a._attrs=Tx(r),a}return Bn(t,e),Vt(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)}}])}(ut),Ku={"#cdata-section":2,"#text":3,"#comment":8,"#document":9,"#document-fragment":11},Bp={},Cx=Object.keys(Ku);Cx.forEach(function(e){Bp[Ku[e]]=e});function Rx(e){var t,r,a,n=(t=e.nodeName)!==null&&t!==void 0?t:Bp[e.nodeType],i=(r=(a=e.nodeType)!==null&&a!==void 0?a:Ku[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(),no().includes(o)||(o="text"));var s=Ce({},e,{nodeType:i,nodeName:n});return o&&(s.type=o),delete s.attributes,Object.freeze(s)}function Tx(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 $p=Ax;function Fx(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 qp=Fx,_n={},jp;function zp(e){return _n.hasOwnProperty(e)}function Xu(e){return typeof e=="string"&&_n[e]?_n[e]:typeof e=="function"?e:jp}function Sx(e,t,r){_n[e]=t,r&&(jp=t)}function kx(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"||zp(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&&X2(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(we.allOrigins,'" instead'));t.setAllowedOrigins(e.allowedOrigins)}}var Ox=kx;function Ix(e){Zt.updateMessenger(e)}function Nx(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 Mx=Nx;function Px(e,t,r){var a=["SCRIPT","HEAD","TITLE","NOSCRIPT","STYLE","TEMPLATE"];if(!a.includes(e.nodeName.toUpperCase())&&bn(r)){var n=p.getComputedStyle(e);if(n.getPropertyValue("display")==="none")return;if(n.getPropertyValue("visibility")==="hidden"){var i=lt(e),o=i&&p.getComputedStyle(i);if(!o||o.getPropertyValue("visibility")!=="hidden")return}}return!0}var Lx=Px,Hp={};Gt(Hp,{getAllCells:function(){return Zu},getCellPosition:function(){return $i},getHeaders:function(){return oo},getScope:function(){return cu},isColumnHeader:function(){return ba},isDataCell:function(){return Gp},isDataTable:function(){return so},isHeader:function(){return Hx},isRowHeader:function(){return ya},toArray:function(){return yr},toGrid:function(){return yr},traverse:function(){return Qu}});function Bx(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 Zu=Bx;function Vp(e,t,r){for(var a=e==="row"?"_rowHeaders":"_colHeaders",n=e==="row"?ya:ba,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 $x(e,t){if(e.getAttribute("headers")){var r=ir(e,"headers");if(r.filter(function(o){return o}).length)return r}t||(t=yr(va(e,"table")));var a=$i(e,t),n=Vp("row",a,t),i=Vp("col",a,t);return[].concat(n,i).reverse()}var oo=$x;function qx(e){if(!e.children.length&&!e.textContent.trim())return!1;var t=Te(e);return t?["cell","gridcell"].includes(t):e.nodeName.toUpperCase()==="TD"}var Gp=qx;function jx(e){var t=Te(e);if((t==="presentation"||t==="none")&&!rt(e))return!1;if(e.getAttribute("contenteditable")==="true"||va(e,'[contenteditable="true"]')||t==="grid"||t==="treegrid"||t==="table"||Qt(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(Te(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:!(Ks(e).width>Fi(p).width*.95||n<10||e.querySelector("object, embed, iframe, applet"))}var so=jx;function zx(e){if(ba(e)||ya(e))return!0;if(e.getAttribute("id")){var t=Ye(e.getAttribute("id"));return!!b.querySelector('[headers~="'.concat(t,'"]'))}return!1}var Hx=zx;function Up(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=Up(e,{x:t.x+e.x,y:t.y+e.y},r,a),n.unshift(i),n):[]}function Vx(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 Up(e,{x:t.x+e.x,y:t.y+e.y},r,a)}var Qu=Vx,Wp={};Gt(Wp,{allowedAttr:function(){return Yp},arialabelText:function(){return pn},arialabelledbyText:function(){return fn},getAccessibleRefs:function(){return Ju},getElementUnallowedRoles:function(){return Zp},getExplicitRole:function(){return Te},getImplicitRole:function(){return or},getOwnedVirtual:function(){return vn},getRole:function(){return De},getRoleType:function(){return Qt},getRolesByType:function(){return rA},getRolesWithNameFromContents:function(){return iA},implicitNodes:function(){return sA},implicitRole:function(){return or},isAccessibleRef:function(){return uo},isAriaRoleAllowedOnElement:function(){return Xp},isComboboxPopup:function(){return tl},isUnsupportedRole:function(){return uu},isValidRole:function(){return mn},label:function(){return tm},labelVirtual:function(){return zi},lookupTable:function(){return Jp},namedFromContents:function(){return E1},requiredAttr:function(){return rm},requiredContext:function(){return rl},requiredOwned:function(){return al},validateAttr:function(){return lo},validateAttrValue:function(){return am}});function Gx(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 Yp=Gx,Ux=/^idrefs?$/;function Kp(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=qe(wt(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&&Kp(e.childNodes[c],t,r)}function Wx(e){var t;e=e.actualNode||e;var r=mt(e);r=r.documentElement||r;var a=ye.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 Ux.test(s)});Kp(r,n,i)}return(t=n.get(e.id))!==null&&t!==void 0?t:[]}var Ju=Wx;function Yx(e,t){var r=e instanceof ut?e:_e(e),a=or(r),n=Pr(r);return Array.isArray(n.allowedRoles)?n.allowedRoles.includes(t):t===a?!1:!!n.allowedRoles}var Xp=Yx,Kx=["doc-backlink","doc-biblioentry","doc-biblioref","doc-cover","doc-endnote","doc-glossref","doc-noteref"],Xx={header:"banner",footer:"contentinfo"};function Zx(e){var t=[];if(!e)return t;if(e.hasAttr("role")){var r=wt(e.attr("role").toLowerCase());t=t.concat(r)}return t.filter(function(a){return mn(a)})}function Qx(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,r=Se(e),a=r.vNode;if(!ju(a))return[];var n=a.props.nodeName,i=or(a)||Xx[n],o=Zx(a);return o.filter(function(s){return!Jx(s,a,t,i)})}function Jx(e,t,r,a){return r&&e===a?!0:Kx.includes(e)&&Qt(e)!==a?!1:Xp(t,e)}var Zp=Qx;function eA(e){return Object.keys(Ie.ariaRoles).filter(function(t){return Ie.ariaRoles[t].type===e})}var Da=eA;function tA(e){return Da(e)}var rA=tA;function aA(){return ye.get("ariaRolesNameFromContent",function(){return Object.keys(Ie.ariaRoles).filter(function(e){return Ie.ariaRoles[e].nameFromContent})})}var el=aA;function nA(){return el()}var iA=nA,Qp=function(t){return t===null},ht=function(t){return t!==null},Dr={};Dr.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}},Dr.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"],Dr.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:ht}}]},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:ht}}]},"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:ht}}]},"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:ht}}]},"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:ht}}]},"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:ht}}]},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:ht}}]},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:ht}}]},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:ht}}]},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:ht}}]},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:ht}}]},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:ht}}]},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:ht}}]},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:ht}}]},widget:{type:"abstract",unsupported:!1},window:{nameFrom:["author"],type:"abstract",unsupported:!1}},Dr.implicitHtmlRole=fu,Dr.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:ht}},{nodeName:"input",properties:{type:["color","data","datatime","file","hidden","month","number","password","range","reset","submit","time","week"]}},{nodeName:"link",attributes:{href:ht}},{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"]}],Dr.elementsAllowedAnyRole=[{nodeName:"a",attributes:{href:Qp}},{nodeName:"img",attributes:{alt:Qp}},{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"]}],Dr.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}},Dr.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 Jp=Dr;function oA(e){var t=null,r=Jp.role[e];return r&&r.implicit&&(t=vr(r.implicit)),t}var sA=oA;function uA(e){return!!Ju(e).length}var uo=uA;function tl(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.popupRoles,a=De(e);if(r??(r=a1["aria-haspopup"].values),!r.includes(a))return!1;var n=lA(e);if(em(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=sn(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(em)}var em=function(t){return t&&De(t)==="combobox"};function lA(e){for(;e=e.parent;)if(De(e,{noPresentational:!0})!==null)return e;return null}function cA(e){return e=_e(e),zi(e)}var tm=cA;function dA(e){var t=Ie.ariaRoles[e];return!t||!Array.isArray(t.requiredAttrs)?[]:de(t.requiredAttrs)}var rm=dA;function fA(e){var t=Ie.ariaRoles[e];return!t||!Array.isArray(t.requiredContext)?null:de(t.requiredContext)}var rl=fA;function pA(e){var t=Ie.ariaRoles[e];return!t||!Array.isArray(t.requiredOwned)?null:de(t.requiredOwned)}var al=pA;function mA(e,t){e=e instanceof ut?e:_e(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=wt(n),a.reduce(function(u,l){return u&&i.values.includes(l)},a.length!==0);case"idref":try{var o=mt(e.actualNode);return!!(n&&o.getElementById(n))}catch{throw new TypeError("Cannot resolve id references for partial DOM")}case"idrefs":return ir(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 am=mA;function hA(e){var t=Ie.ariaAttrs[e];return!!t}var lo=hA;function vA(e){var t=Zu(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(Te(s))!==-1}),i=yr(e),o=!0;return n.forEach(function(s){if(!(s.getAttribute("id")&&a.includes(s.getAttribute("id")))){var u=$i(s,i),l=!1;ba(s)&&(l=Qu("down",u,i).find(function(c){return!ba(c)&&oo(c,i).includes(s)})),!l&&ya(s)&&(l=Qu("right",u,i).find(function(c){return!ya(c)&&oo(c,i).includes(s)})),l||r.relatedNodes(s),o=o&&l}}),o?!0:void 0}var gA=vA,xn=["cell-header-not-in-table","cell-header-not-th","header-refs-self","empty-hdrs"],nm=xn[0],im=xn[1],om=xn[2],nl=xn[3];function bA(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]=De(o))}var u=bt(bt(bt(bt({},om,new Set),nm,new Set),im,new Set),nl,new Set);t.forEach(function(m){if(!(!m.hasAttribute("headers")||!Ke(m))){var v=m.getAttribute("headers").trim();if(!v){u[nl].add(m);return}var y=m.getAttribute("id"),w=wt(v);w.forEach(function(E){y&&E===y?u[om].add(m):r[E]?["columnheader","rowheader"].includes(r[E])||u[im].add(m):u[nm].add(m)})}});var l=qe(xn),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===nl?void 0:(this.data({messageKey:d}),!1)}}catch(m){l.e(m)}finally{l.f()}return!0}function yA(e){var t=[],r=Zu(e),a=yr(e);return r.forEach(function(n){if(Gi(n)&&Gp(n)&&!tm(n)){var i=oo(n,a).some(function(o){return o!==null&&!!Gi(o)});i||t.push(n)}}),t.length?(this.relatedNodes(t),!1):!0}var wA=yA;function DA(e,t){var r=e.getAttribute("scope").toLowerCase();return t.values.indexOf(r)!==-1}var EA=DA,_A=xA;function xA(e,t,r){if(r.children!==void 0){var a=r.attr("summary"),n=r.children.find(AA),i=n?me(Lr(n)):!1;return!i||!a?!1:me(a).toLowerCase()===me(i).toLowerCase()}}function AA(e){return e.props.nodeName==="caption"}function CA(e){return Y1(b)?e.nodeName.toUpperCase()==="TH":!0}var RA=CA;function TA(e){var t=yr(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 FA=TA;function SA(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 kA=SA,sm={};Gt(sm,{getAriaRolesByType:function(){return Da},getAriaRolesSupportingNameFromContent:function(){return el},getElementSpec:function(){return Pr},getElementsByContentType:function(){return lu},getGlobalAriaAttrs:function(){return Mr},implicitHtmlRoles:function(){return fu}});function OA(e,t,r){var a=Te(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=De(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=rt(r),s;return i&&!o?s="globalAria":!i&&o?s="focusable":s="both",this.data({messageKey:s,role:n}),!1}function IA(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 NA=IA;function MA(e){return Tt(e)}var PA=MA;function LA(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&&!X1(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(Ce({value:d},c)),!0;var m=BA(e,{absoluteValues:a,cssProperty:r,normalValue:s});if(this.data(Ce({value:m},c)),typeof m=="number")return(typeof n!="number"||m>=n)&&(typeof i!="number"||m<=i)}function BA(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 $A(e,t,r){var a=r.props.nodeName;return["img","input","area"].includes(a)?r.hasAttr("alt"):!1}var qA=$A;function jA(){}var zA=jA;function HA(){var e=b.title;return!!me(e)}var VA=HA;function GA(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 UA=GA;function WA(e,t,r){try{return!!me(fn(r))}catch{return}}var YA=WA;function KA(e,t,r){return!!me(pn(r))}var XA=KA;function ZA(e){var t=e.getAttribute("id").trim();if(!t)return!0;var r=mt(e),a=Array.from(r.querySelectorAll('[id="'.concat(Ye(t),'"]'))).filter(function(n){return n!==e});return a.length&&this.relatedNodes(a),this.data(t),a.length===0}var QA=ZA;function JA(e){var t=[];return e.filter(function(r){return t.indexOf(r.data)===-1?(t.push(r.data),!0):!1})}var e5=JA;function t5(e,t,r){var a=me(r.attr("title")).toLowerCase();return this.data(a),!0}var r5=t5;function a5(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 n5=a5;function i5(e){var t=nu(e,"href");return t?Ke(t)||void 0:!1}var o5=i5,s5=["alert","log","status"];function u5(e,t,r){this.data({isIframe:["iframe","frame"].includes(r.props.nodeName)});var a=ye.get("regionlessNodes",function(){return l5(t)});return!a.includes(r)}function l5(e){var t=um(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 um(e,t){var r=e.actualNode;if(De(e)==="button"||d5(e,t)||["iframe","frame"].includes(e.props.nodeName)||Tu(e.actualNode)&&nu(e.actualNode,"href")||!Ke(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&&Gi(r,!0)&&!c5(e)?[e]:e.children.filter(function(n){var i=n.actualNode;return i.nodeType===1}).map(function(n){return um(n,t)}).reduce(function(n,i){return n.concat(i)},[])}function c5(e){return["none","presentation"].includes(De(e))&&!Vi(e)}function d5(e,t){var r=e.actualNode,a=De(e),n=(r.getAttribute("aria-live")||"").toLowerCase().trim(),i=Da("landmark");return!!(["assertive","polite"].includes(n)||s5.includes(a)||i.includes(a)||t.regionMatcher&&hn(e,t.regionMatcher))}function f5(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=qe(t),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;if(Hu(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 p5=f5;function m5(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 h5(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 il(e){var t=p.getComputedStyle(h5(e));return{fontWeight:m5(t.getPropertyValue("font-weight")),fontSize:parseInt(t.getPropertyValue("font-size")),isItalic:t.getPropertyValue("font-style")==="italic"}}function lm(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 v5(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=il(e),l=o?il(o):null,c=s?il(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||!lm(u,l,i))return!0;var w=ha(r,"blockquote");if(!(w&&w.nodeName.toUpperCase()==="BLOCKQUOTE")&&!(c&&!lm(u,c,i))&&!(v>y*m))return!1}var g5=v5,b5=/[;,\s]/,y5=/^[0-9.]+$/;function w5(e,t,r){var a=t||{},n=a.minDelay,i=a.maxDelay,o=(r.attr("content")||"").trim(),s=o.split(b5),u=Q(s,1),l=u[0];if(!l.match(y5))return!0;var c=parseFloat(l);return this.data({redirectDelay:c}),typeof n=="number"&&c<=t.minDelay||typeof i=="number"&&c>t.maxDelay}function D5(e,t,r){var a=kt(r,"a[href]");return a.some(function(n){return/^#[^/!]/.test(n.attr("href"))})}var E5=D5,cm={};Gt(cm,{aria:function(){return Wp},color:function(){return dm},dom:function(){return Gs},forms:function(){return _m},matches:function(){return hn},math:function(){return Lf},standards:function(){return sm},table:function(){return Hp},text:function(){return dn},utils:function(){return rs}});var dm={};Gt(dm,{Color:function(){return Xe},centerPointOfRect:function(){return x5},elementHasImage:function(){return Ui},elementIsDistinct:function(){return pm},filteredRectStack:function(){return T5},flattenColors:function(){return dr},flattenShadowColors:function(){return sl},getBackgroundColor:function(){return Cn},getBackgroundStack:function(){return ul},getContrast:function(){return Ea},getForegroundColor:function(){return po},getOwnBackgroundColor:function(){return Qr},getRectStack:function(){return mm},getStackingContext:function(){return cl},getStrokeColorsFromShadows:function(){return ll},getTextShadowColors:function(){return fo},hasValidContrastRatio:function(){return X5},incompleteData:function(){return Ve},parseTextShadows:function(){return gm},stackingContextToColor:function(){return An}});function _5(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 x5=_5;function fm(e){return e.getPropertyValue("font-family").split(/[,;]/g).map(function(t){return t.trim().toLowerCase()})}function A5(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 Xe;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(fm(r)[0]!==fm(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 pm=A5;function C5(e){var t=e1(e),r=Eu(e);return!r||r.length<=1?[t]:r.some(function(a){return a===void 0})?null:(r.splice(0,0,t),r)}var mm=C5;function R5(e){var t=mm(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]:(Ve.set("bgColor","elmPartiallyObscuring"),null)}return Ve.set("bgColor","outsideViewport"),null}var T5=R5,F5=["hue","saturation","color","luminosity"],hm={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 dr(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"normal",a=k5(t,e,r),n=ol(e.red,e.alpha,t.red,t.alpha,a.r*255),i=ol(e.green,e.alpha,t.green,t.alpha,a.g*255),o=ol(e.blue,e.alpha,t.blue,t.alpha,a.b*255),s=S5(e.alpha+t.alpha*(1-e.alpha),0,1);if(s===0)return new Xe(n,i,o,s);var u=Math.round(n/s),l=Math.round(i/s),c=Math.round(o/s);return new Xe(u,l,c,s)}function ol(e,t,r,a,n){return t*(1-a)*e+t*a*n+(1-t)*a*r}function S5(e,t,r){return Math.min(Math.max(t,e),r)}function k5(e,t,r){if(F5.includes(r))return hm[r](e,t);var a=new Xe;return["r","g","b"].forEach(function(n){a[n]=hm[r](e[n],t[n])}),a}function sl(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 Xe(a,n,i,o)}function ul(e){for(var t=Eu(e).map(function(n){return n=Z1(n,e),n=O5(n),n}),r=0;r<t.length;r++){var a=t[r];if(a[0]!==e)return Ve.set("bgColor","bgOverlap"),null;if(r!==0&&!I5(a,t[0]))return Ve.set("bgColor","elmPartiallyObscuring"),null}return t[0]||null}function O5(e){var t=e.indexOf(b.body),r=e,a=Qr(p.getComputedStyle(b.documentElement));if(t>1&&a.alpha===0&&!Ui(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 I5(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 N5=.54,co=.5,M5=1.5,vm=["top","right","bottom","left"];function ll(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.ignoreEdgeCount,a=r===void 0?!1:r,n=P5(e),i=Object.entries(n).map(function(o){var s=Q(o,2),u=s[0],l=s[1],c=vm.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(L5).filter(function(o){return o!==null})}function P5(e){var t={},r=qe(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>co?u.right.push(c):-c>co&&u.left.push(-c),d>co?u.bottom.push(d):-d>co&&u.top.push(-d)}}catch(m){r.e(m)}finally{r.f()}return t}function L5(e){var t=e.colorStr,r=e.sides,a=e.edgeCount;if(a!==4)return null;var n=new Xe;n.parseString(t);var i=0,o=!0;return vm.forEach(function(s){i+=r[s].length/4,o&&(o=r[s].every(function(u){return u>M5}))}),o||(n.alpha=1-Math.pow(N5,i)),n}function gm(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 fo(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=gm(s),m=qe(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=ll(c,{ignoreEdgeCount:n});if(T===null)return null;i.push.apply(i,de(T)),c.splice(0,c.length)}var O=B5({colorStr:w,offsetX:_,offsetY:x,blurRadius:R,fontSize:l});i.push(O)}}}catch($){m.e($)}finally{m.f()}if(c.length>0){var P=ll(c,{ignoreEdgeCount:n});if(P===null)return null;i.push.apply(i,de(P))}return i}function B5(e){var t=e.colorStr,r=e.offsetX,a=e.offsetY,n=e.blurRadius,i=e.fontSize;if(r>n||a>n)return new Xe(0,0,0,0);var o=new Xe;return o.parseString(t),o.alpha*=$5(n,i),o}function $5(e,t){if(e===0)return 1;var r=e/t;return .185/(r+.4)}function cl(e,t){var r=_e(e);if(r._stackingContext)return r._stackingContext;var a=[],n=new Map;return t=t??ul(e),t.forEach(function(i){var o,s=_e(i),u=z5(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,_=ym(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=ym(n,s,c);l.length||a.unshift(d),d.bgColor=u}),r._stackingContext=a,a}function An(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(q5,bm()),n=dr(a,e.bgColor,e.descendants[0].blendMode);return n.alpha*=e.opacity,{color:n,blendMode:e.blendMode}}function q5(e,t){var r;e instanceof Xe?r=e:r=An(e).color;var a=An(t).color;return dr(a,r,t.blendMode)}function bm(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 Xe(0,0,0,0),blendMode:j5(e==null?void 0:e.getComputedStylePropertyValue("mix-blend-mode")),descendants:[]}}function j5(e){return e||void 0}function ym(e,t,r){var a,n=e.get(r),i=(a=e.get(t))!==null&&a!==void 0?a:bm(t,n);return n&&r!==t&&!n.descendants.includes(i)&&n.descendants.unshift(i),i}function z5(e){var t=new Xe;return t.parseString(e.getComputedStylePropertyValue("background-color")),t}function Cn(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:.1,a=_e(e),n=a._cache.getBackgroundColor;if(n)return t.push.apply(t,de(n.bgElms)),Ve.set("bgColor",n.incompleteData),n.bgColor;var i=H5(e,t,r);return a._cache.getBackgroundColor={bgColor:i,bgElms:t,incompleteData:Ve.get("bgColor")},i}function H5(e,t,r){var a,n,i=ul(e);if(!i)return null;var o=Du(e),s=(a=fo(e,{minRatio:r,ignoreEdgeCount:!0}))!==null&&a!==void 0?a:[];s.length&&(s=[{color:s.reduce(sl)}]);for(var u=0;u<i.length;u++){var l=i[u],c=p.getComputedStyle(l);if(Ui(l,c))return t.push(l),null;var d=void 0;try{if(d=Qr(c),d.alpha===0)continue}catch(w){if(w&&Ve.get("colorParse"))return null;throw w}if(c.getPropertyValue("display")!=="inline"&&!wm(l,o))return t.push(l),Ve.set("bgColor","elmPartiallyObscured"),null;if(t.push(l),d.alpha===1)break}var m=cl(e,i);s=m.map(An).concat(s);var v=V5(e,i.includes(b.body));if((n=s).unshift.apply(n,de(v)),s.length===0)return new Xe(255,255,255,1);var y=s.reduce(function(w,E){return dr(E.color,w.color instanceof Xe?w.color:w,E.blendMode)});return dr(y.color instanceof Xe?y.color:y,new Xe(255,255,255,1))}function wm(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 Dm(e){return e||void 0}function V5(e,t){var r=[];if(!t){var a=b.documentElement,n=b.body,i=p.getComputedStyle(a),o=p.getComputedStyle(n),s=Qr(i),u=Qr(o),l=u.alpha!==0&&wm(n,e.getBoundingClientRect());(u.alpha!==0&&s.alpha===0||l&&u.alpha!==1)&&r.unshift({color:u,blendMode:Dm(o.getPropertyValue("mix-blend-mode"))}),s.alpha!==0&&(!l||l&&u.alpha!==1)&&r.unshift({color:s,blendMode:Dm(i.getPropertyValue("mix-blend-mode"))})}return r}function G5(e,t){if(!t||!e)return null;t.alpha<1&&(t=dr(t,e));var r=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(a,r)+.05)/(Math.min(a,r)+.05)}var Ea=G5;function po(e,t,r){var a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},n=p.getComputedStyle(e),i=[function(){return W5(n,a)},function(){return U5(n)},function(){return fo(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&&Ve.get("colorParse"))return null;throw w}var d=o.reduce(function(w,E){return dr(w,E)});if(r??(r=Cn(e,[])),r===null){var m=Ve.get("bgColor");return Ve.set("fgColor",m),null}var v=cl(e),y=Em(v,e);return dr(Y5(d,y,v),new Xe(255,255,255,1))}function U5(e){return new Xe().parseString(e.getPropertyValue("-webkit-text-fill-color")||e.getPropertyValue("color"))}function W5(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 Xe().parseString(s)}function Y5(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(An);if(!i.length){t=t.ancestor;continue}var o=i.reduce(function(s,u){return dr(u.color,s.color instanceof Xe?s.color:s)},{color:new Xe(0,0,0,0),blendMode:"normal"});e=dr(e,o),t=t.ancestor}return e}function Em(e,t){var r=qe(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=Em(i.descendants,t);if(o)return o}}catch(s){r.e(s)}finally{r.f()}}function K5(e,t,r,a){var n=Ea(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 X5=K5,_m={};Gt(_m,{isAriaCombobox:function(){return F1},isAriaListbox:function(){return T1},isAriaRange:function(){return S1},isAriaTextbox:function(){return R1},isDisabled:function(){return Rn},isNativeSelect:function(){return C1},isNativeTextbox:function(){return A1}});var Z5=["fieldset","button","select","input","textarea"];function xm(e){var t=e._isDisabled;if(typeof t=="boolean")return t;var r=e.props.nodeName,a=e.attr("aria-disabled");return Z5.includes(r)&&e.hasAttr("disabled")?t=!0:a?t=a.toLowerCase()==="true":e.parent?t=xm(e.parent):t=!1,e._isDisabled=t,t}var Rn=xm;function Q5(e,t,r){var a=dn.accessibleTextVirtual(r),n=dn.sanitize(dn.removeUnicode(a,{emoji:!0,nonBmp:!0,punctuations:!0})).toLowerCase();if(n){var i={name:n,urlProps:Gs.urlPropsFromAttribute(e,"href")};return this.data(i),this.relatedNodes([e]),!0}}var J5=Q5;function Am(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"?Am(o,s):o===s});return n}function eC(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 Am(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 tC=eC;function rC(e){var t=De(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 aC(){var e=ye.get("headingOrder");if(e)return!0;var t="h1, h2, h3, h4, h5, h6, [role=heading], iframe, frame",r=cr(g._tree[0],t,Ke);return e=r.map(function(a){return{ancestry:[wi(a.actualNode)],level:rC(a)}}),this.data({headingOrder:e}),ye.set("headingOrder",r),!0}var nC=aC;function iC(e){var t=sC(e);return e.forEach(function(r){r.result=oC(r,t)}),e}function oC(e,t){var r,a,n,i,o=Cm(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 sC(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(uC,[]);return t.filter(function(r){var a=r.level;return a!==-1})}function uC(e,t){var r,a=(r=t.data)===null||r===void 0?void 0:r.headingOrder,n=Rm(t.node.ancestry,1);if(!a)return e;var i=a.map(function(s){return cC(s,n)}),o=lC(e,n);return o===-1?e.push.apply(e,de(i)):e.splice.apply(e,[o,0].concat(de(i))),e}function lC(e,t){for(;t.length;){var r=Cm(e,t);if(r!==-1)return r;t=Rm(t,1)}return-1}function Cm(e,t){return e.findIndex(function(r){return Hu(r.ancestry,t)})}function cC(e,t){var r=t.concat(e.ancestry);return Ce({},e,{ancestry:r})}function Rm(e,t){return e.slice(0,e.length-t)}function dC(e,t,r){var a=(t==null?void 0:t.minSize)||24,n=r.boundingClientRect;if(br(a*10,n))return this.data({messageKey:"large",minSize:a}),!0;var i=br.bind(null,a),o=Pi(r),s=fC(r,o),u=pC(r,o),l=u.fullyObscuringElms,c=u.partialObscuringElms;if(s.length&&(l.length||!i(n))){this.data({minSize:a,messageKey:"contentOverflow"}),this.relatedNodes(Tn(s));return}if(l.length)return this.relatedNodes(Tn(l)),this.data({messageKey:"obscured"}),!0;var d=$t(r)?!1:void 0;if(!i(n))return this.data(Ce({minSize:a},mo(n))),d;var m=vC(c);if(!m.length)return this.data(Ce({minSize:a},mo(n))),!0;var v=mC(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(Tn(s));return}var y=m.every($t),w="partiallyObscured".concat(y?"":"NonTabbable");return this.data(Ce({messageKey:w,minSize:a},mo(v))),this.relatedNodes(Tn(m)),y?d:void 0}return this.data(Ce({minSize:a},mo(v||n))),this.relatedNodes(Tn(m)),!0}function fC(e,t){return t.filter(function(r){return!Tm(r,e)&&Fm(e,r)})}function pC(e,t){var r=[],a=[],n=qe(t),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;!Fm(e,o)&&Qs(e,o)&&gC(o)!=="none"&&(Tm(e,o)?r.push(o):a.push(o))}}catch(s){n.e(s)}finally{n.f()}return{fullyObscuringElms:r,partialObscuringElms:a}}function mC(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=Js(a,n)}catch{return null}return hC(i,r)}function hC(e,t){return e.reduce(function(r,a){var n=br(t,r),i=br(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 vC(e){return e.filter(function(t){return Qt(t)==="widget"&&rt(t)})}function Tm(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 gC(e){return e.getComputedStylePropertyValue("pointer-events")}function mo(e){return{width:Math.round(e.width*10)/10,height:Math.round(e.height*10)/10}}function Fm(e,t){return gr(e,t)&&!$t(t)}function Tn(e){return e.map(function(t){var r=t.actualNode;return r})}var bC=.05;function yC(e,t,r){var a=(t==null?void 0:t.minOffset)||24;if(br(a*10,r.boundingClientRect))return this.data({messageKey:"large",minOffset:a}),!0;var n=[],i=a,o=qe(Pi(r,a)),s;try{for(o.s();!(s=o.n()).done;){var u=s.value;if(!(Qt(u)!=="widget"||!rt(u))){var l=null;try{l=$f(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=wC(l)*2,!(l+bC>=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($t)){this.data({messageKey:"nonTabbableNeighbor",closestOffset:i,minOffset:a});return}return this.data({closestOffset:i,minOffset:a}),$t(r)?!1:void 0}function wC(e){return Math.round(e*10)/10}function DC(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 EC=DC;function _C(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,ge=le.filter(_);if(!ge.length)return 1;ge.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,ge=W.shadowId,ae=ge||"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),ge=R("rotate",W.rotate),ae=le+ge;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],ge=Z[3];return parseInt(le)===0?void 0:T(ge);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],ge=Math.atan2(parseFloat(le),parseFloat(Z));return P(ge)}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 xC=_C;function AC(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 CC=AC;function RC(e,t){return t.isViolation?!1:void 0}var TC=RC,Sm=" > ";function FC(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(Sm);return t[n]=r,!0}var i=r.node.ancestry.slice(0,r.node.ancestry.length-1).flat(1/0).join(Sm);return t[i]&&(t[i].result=!0),!1})}var SC=FC;function kC(e,t,r){var a=kt(r,"track"),n=a.some(function(i){return(i.attr("kind")||"").toLowerCase()==="captions"});return n?!1:void 0}var OC=kC;function IC(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 NC=IC;function MC(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||!Ke(c))){i=!1;var d=c.nodeName.toUpperCase()==="LI",m=De(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 PC=MC;function LC(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"&&De(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&&Ke(l)){var d=Te(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 BC(e,t,r){var a=r.parent;if(a){var n=a.props.nodeName,i=Te(a);return["presentation","none","list"].includes(i)?!0:i&&mn(i)?(this.data({messageKey:"roleNotValid"}),!1):["ul","ol","menu"].includes(n)}}function $C(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=km(r.children);i.length;){var o,s=i.shift(),u=s.vChild,l=s.nested;if(t.divGroups&&!l&&jC(u)){if(!u.children)return;var c=km(u.children,!0);i.push.apply(i,de(c));continue}var d=qC(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 qC(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||!Ke(e))return!1;var m=Te(e);return m?n.includes(m)?!1:d+"[role=".concat(m,"]"):o.includes(u)?!1:d+u}function jC(e){return e.props.nodeName==="div"&&Te(e)===null}function km(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return e.map(function(r){return{vChild:r,nested:t}})}function zC(e){var t=lt(e),r=t.nodeName.toUpperCase(),a=Te(t);return r==="DIV"&&["presentation","none",null].includes(a)&&(t=lt(t),r=t.nodeName.toUpperCase(),a=Te(t)),r!=="DL"?!1:!!(!a||["presentation","none","list"].includes(a))}var HC=zC;function VC(e,t,r){var a=ea(r.attr("lang")),n=ea(r.attr("xml:lang"));return a===n}var GC=VC;function UC(e,t,r){var a=[];return t.attributes.forEach(function(n){var i=r.attr(n);if(typeof i=="string"){var o=ea(i),s=t.value?!t.value.map(ea).includes(o):!io(o);(o!==""&&s||i!==""&&!me(i))&&a.push(n+'="'+r.attr(n)+'"')}}),!a.length||r.props.nodeName!=="html"&&!xu(r)?!1:(this.data(a),!0)}var WC=UC;function dl(e){return(e||"").trim()!==""}function YC(e,t,r){var a=typeof b<"u"?Qa(b):!1;if(t.attributes.includes("xml:lang")&&t.attributes.includes("lang")&&dl(r.attr("xml:lang"))&&!dl(r.attr("lang"))&&!a)return this.data({messageKey:"noXHTML"}),!1;var n=t.attributes.some(function(i){return dl(r.attr(i))});return n?!0:(this.data({messageKey:"noLang"}),!1)}var KC=YC;function XC(e,t,r){var a=De(e),n=ct(r);return n=n?n.toLowerCase():null,this.data({role:a,accessibleText:n}),this.relatedNodes([e]),!0}var ZC=XC;function QC(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 JC=QC;function eR(e,t,r){var a=Hi(r),n=qi(r),i=r.attr("aria-describedby");return!a&&!!(n||i)}var tR=eR;function rR(e){var t=Ye(e.getAttribute("id")),r=e.parentNode,a=mt(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 Ke(s)});if(i.length>1)return;var o=ir(e,"aria-labelledby");return o.includes(i[0])?!1:void 0}return!1}var aR=rR;function nR(e,t){var r=Om(t),a=Om(e);return!r||!a?!1:r.includes(a)}function Om(e){var t=gn(e,{emoji:!0,nonBmp:!0,punctuations:!0});return me(t)}function iR(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=Kr(e).toLowerCase(),s=me(Lr(r,{subtreeDescendant:!0,ignoreIconLigature:!0,pixelThreshold:n,occurrenceThreshold:i})).toLowerCase();if(!s)return!0;if(!(wu(o)<1||wu(s)<1))return nR(s,o)}var oR=iR;function sR(e,t,r){try{var a=Rt(r,"label");if(a){var n=me(ct(a,{inControlContext:!0,startNode:r}));return a.actualNode&&this.relatedNodes([a.actualNode]),this.data({implicitLabel:n}),!!n}return!1}catch{return}}var uR=sR;function lR(e,t,r){if(r.hasAttr("id")){if(!r.actualNode)return;var a=mt(e),n=Ye(e.getAttribute("id")),i=a.querySelector('label[for="'.concat(n,'"]'));if(i&&!Ke(i)){var o;try{o=ct(r).trim()}catch{return}var s=o==="";return s}}return!1}var cR=lR;function dR(e,t,r){var a=Hi(r),n=e.getAttribute("title");if(!a)return!1;if(!n&&(n="",e.getAttribute("aria-describedby"))){var i=ir(e,"aria-describedby");n=i.map(function(o){return o?Kr(o):""}).join("")}return me(n)===me(a)}var fR=dR;function pR(e,t,r){var a=this;if(!r.attr("id"))return!1;if(r.actualNode){var n=mt(r.actualNode),i=Ye(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(Tt(s)){var u=me(Kr(s,{inControlContext:!0,startNode:r}));return a.data({explicitLabel:u}),!!u}else return!0})}catch{return}}}var mR=pR;function hR(e,t,r){if(["none","presentation"].includes(De(r)))return!1;var a=Rt(r,t.parentSelector);if(!a)return!1;var n=sr(a,!0).toLowerCase();return n===""?!1:n===ct(r).toLowerCase()}var vR=hR;function gR(e,t,r){var a=r.attr("alt"),n=/^\s+$/;return typeof a=="string"&&n.test(a)}var bR=gR;function yR(e,t,r){var a=lr(r.attr("tabindex"));return a===null||a<=0}var wR=yR;function DR(e,t,r){if(r.children)try{var a=Im(r);if(!a.length)return!0;var n=a.filter(ER);return n.length>0?(this.data({messageKey:"notHidden"}),this.relatedNodes(n)):this.relatedNodes(a),!1}catch{return}}function Im(e){if(!e.children){if(e.props.nodeType===1)throw new Error("Cannot determine children");return[]}var t=[];return e.children.forEach(function(r){Qt(r)==="widget"&&rt(r)?t.push(r):t.push.apply(t,de(Im(r)))}),t}function ER(e){var t=lr(e.attr("tabindex"));return t!==null&&t<0}function _R(e){var t=Da("landmark"),r=lt(e),a=De(e);for(this.data({role:a});r;){var n=Te(r);if(!n&&r.nodeName.toUpperCase()!=="FORM"&&(n=or(r)),n&&t.includes(n)&&!(n==="main"&&a==="complementary"))return!1;r=lt(r)}return!0}var xR=_R;function AR(e,t,r){if(r.children)try{return!r.children.some(function(a){return Nm(a)})}catch{return}}function Nm(e){if($t(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 Nm(t)})}function CR(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||yn()?!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 RR=CR;function TR(e,t,r){if(!$t(r))return!1;try{return!ct(r)}catch{return}}var FR=TR;function SR(e,t,r){var a=r.tabbableElements.map(function(n){var i=n.actualNode;return i});if(!a||!a.length)return!0;if(yn()){this.relatedNodes(a);return}return!0}var kR=SR;function OR(e,t,r){if(r.hasAttr("contenteditable")&&a(r))return!0;return $t(r);function a(n){var i=n.attr("contenteditable");if(i==="true"||i==="")return!0;if(i==="false")return!1;var o=Rt(r.parent,"[contenteditable]");return o?a(o):!1}}var IR=OR;function NR(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||yn()?!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 MR=NR;function PR(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 LR=PR;function BR(e,t,r){return Nr(r)||(this.data(r.attr("accesskey")),this.relatedNodes([e])),!0}var $R=BR;function qR(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 jR=qR;function zR(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(ye.get(a)){this.data("ignored");return}ye.set(a,!0);var n=cr(g._tree[0],t.selector,function(i){return Ke(i)});return typeof t.nativeScopeFilter=="string"&&(n=n.filter(function(i){return i.actualNode.hasAttribute("role")||!ha(i,t.nativeScopeFilter)})),typeof t.role=="string"&&(n=n.filter(function(i){return De(i)===t.role})),this.relatedNodes(n.filter(function(i){return i!==r}).map(function(i){return i.actualNode})),n.length<=1}var HR=zR;function VR(e){return e.filter(function(t){return t.data!=="ignored"})}var GR=VR;function UR(e,t,r){return hn(r,t.matcher)}var WR=UR;function YR(e,t,r){try{return me(Lr(r))!==""}catch{return}}function KR(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&&yn())return!0;var a=cr(r,t.selector,function(n){return Ke(n)});return this.relatedNodes(a.map(function(n){return n.actualNode})),a.length>0}var XR=KR;function ZR(e){var t=e.some(function(r){return r.result===!0});return t&&e.forEach(function(r){r.result=!0}),e}var QR=ZR;function JR(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 eT=JR;function tT(e,t,r){var a=r.attr("autocomplete")||"";return q1(a,t)}var rT=tT;function aT(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(Zr.stateTerms.includes(u))return!0;var l=i[u],c=r.hasAttr("type")?me(r.attr("type")).toLowerCase():"text";return c=no().includes(c)?c:"text",typeof l>"u"?c==="text":l.includes(c)}var nT=aT,iT=["block","list-item","table","flex","grid","inline-block"];function oT(e){if(Mm(e))return!1;for(var t=lt(e);t&&t.nodeType===1&&!Mm(t);)t=lt(t);if(t){if(this.relatedNodes([t]),pm(e,t))return!0;if(sT(e)){this.data({messageKey:"pseudoContent"});return}return!1}}function Mm(e){var t=p.getComputedStyle(e).getPropertyValue("display");return iT.indexOf(t)!==-1||t.substr(0,6)==="table-"}function sT(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 Pm(e,t){var r=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(r,a)+.05)/(Math.min(r,a)+.05)}var uT=["block","list-item","table","flex","grid","inline-block"];function Lm(e){var t=p.getComputedStyle(e).getPropertyValue("display");return uT.indexOf(t)!==-1||t.substr(0,6)==="table-"}function lT(e,t){var r=t.requiredContrastRatio,a=t.allowSameColor;if(Lm(e))return!1;for(var n=lt(e);n&&n.nodeType===1&&!Lm(n);)n=lt(n);if(n){this.relatedNodes([n]);var i=po(e),o=po(n),s=Cn(e),u=Cn(n),l=i&&o?Pm(i,o):void 0;if(l&&(l=Math.floor(l*100)/100),l&&l>=r)return!0;var c=s&&u?Pm(s,u):void 0;if(c&&(c=Math.floor(c*100)/100),c&&c>=r)return!0;if(!c){var d,m=(d=Ve.get("bgColor"))!==null&&d!==void 0?d:"bgContrast";this.data({messageKey:m}),Ve.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 cT=lT;function dT(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(!Tt(e))return this.data({messageKey:"hidden"}),!0;var m=sr(r,!1,!0);if(a&&pT(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=fT(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 $=fo(e,{minRatio:.001,maxRatio:c});if($===null){this.data({messageKey:"complexTextShadows"});return}var X=[],L=Cn(e,X,c),H=po(e,!1,L,t),W=null,Z=null,le=null;if($.length===0)W=Ea(L,H);else if(H&&L){le=[].concat(de($),[L]).reduce(sl);var ge=Ea(L,H),ae=Ea(L,le),pe=Ea(le,H);W=Math.max(ge,ae,pe),W!==ge&&(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?Ve.get("colorParse")?(F="colorParse",J=Ve.get("colorParse")):F=Ve.get("bgColor"):G||(F=Z),H===null&&Ve.get("colorParse")&&(F="colorParse",J=Ve.get("colorParse"));var j=se===1,ee=m.length===1;if(j?F=Ve.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,Ve.clear(),this.relatedNodes(X);return}return G||this.relatedNodes(X),G}function fT(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=Bm(e.actualNode,":before"),l=Bm(e.actualNode,":after");if(u+l>s)return e}while(e=e.parent)}}var Bm=He(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||Qr(a).alpha===0&&n("background-image","none"))return 0;var i=$m(a.getPropertyValue("width")),o=$m(a.getPropertyValue("height"));return i.unit!=="px"||o.unit!=="px"?i.value===0||o.value===0?0:1/0:i.value*o.value});function pT(e){var t={nonBmp:!0},r=bu(e,t),a=me(gn(e,t))==="";return r&&a}function $m(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 mT={ARTICLE:!0,ASIDE:!0,NAV:!0,SECTION:!0},hT={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 vT(e){var t=e.nodeName.toUpperCase();return mT[t]||!1}function gT(e,t){var r=Te(e);return r&&(hT[r]||t.roles.includes(r))||!1}function bT(e,t){return gT(e,t)||vT(e)}var yT=bT;function wT(e,t,r){var a=De(r,{dpub:!0,fallback:!0}),n=uu(a);return n&&this.data(a),n}var DT=wT;function ET(e,t,r){var a=De(r,{noImplicit:!0});this.data(a);var n,i;try{n=me(vu(r)).toLowerCase(),i=me(ct(r)).toLowerCase()}catch{return}if(!i&&!n)return!1;if(!(!i&&n)&&i.includes(n))return!1}var _T=ET;function xT(e,t,r){return rt(r)}var AT=xT;function CT(e,t,r){var a=wt(r.attr("role")),n=a.every(function(i){return!mn(i.toLowerCase(),{allowAbstract:!0})});return n?(this.data(a),!0):!1}var RT=CT;function TT(e,t,r){var a=Te(r);if(a===null)return!1;var n=Qt(a);return n==="widget"||n==="composite"}var FT=TT;function ST(e,t,r){var a=Mr().filter(function(n){return r.hasAttr(n)});return this.data(a),a.length>0}var kT=ST;function OT(e,t){var r=or(e);return!r&&t.length===2&&t.includes("none")&&t.includes("presentation")}function IT(e,t,r){var a=wt(r.attr("role"));return a.length<=1?!1:OT(r,a)?void 0:!0}var NT=IT;function MT(e,t,r){var a=De(r,{dpub:!0,fallback:!0}),n=Ie.ariaRoles[a];return n!=null&&n.deprecated?(this.data(a),!0):!1}function PT(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 LT(e,t,r){var a,n=(a=r.attr("aria-braillelabel"))!==null&&a!==void 0?a:"";if(!n.trim())return!0;try{return me(ct(r))!==""}catch{return}}function BT(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=am(r,l)}catch{a="".concat(l,'="').concat(d,'"'),n="idrefs";return}(!u[l]||u[l](c))&&!c&&(d===""&&!$T(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 $T(e){var t;return((t=Ie.ariaAttrs[e])===null||t===void 0?void 0:t.type)==="string"}function qT(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)&&!lo(i)&&a.push(i)}),a.length?(this.data(a),!1):!0}var jT=qT;function zT(e,t,r){var a=r.attrNames.filter(function(n){var i=Ie.ariaAttrs[n];if(!lo(n))return!1;var o=i.unsupported;return B(o)!=="object"?!!o:!hn(e,o.exceptions)});return a.length?(this.data(a),!0):!1}var HT=zT;function VT(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=De(r),n=t.supportedRoles||[];if(n.includes(a))return!0;if(!(a&&a!=="presentation"&&a!=="none"))return!1}var GT=VT;function qm(e,t,r,a){var n=Te(e);if(r||(r=rl(n)),!r)return null;for(var i=r.includes("group"),o=a?e:e.parent;o;){var s=De(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 UT(e){for(var t=[],r=null;e;){if(e.getAttribute("id")){var a=Ye(e.getAttribute("id")),n=mt(e);r=n.querySelector("[aria-owns~=".concat(a,"]")),r&&t.push(r)}e=e.parentElement}return t.length?t:null}function WT(e,t,r){var a=t&&Array.isArray(t.ownGroupRoles)?t.ownGroupRoles:[],n=qm(r,a);if(!n)return!0;var i=UT(e);if(i){for(var o=0,s=i.length;o<s;o++)if(n=qm(_e(i[o]),a,n,!0),!n)return!0}return this.data(n),!1}var YT=WT;function KT(e,t,r){var a=t&&Array.isArray(t.reviewEmpty)?t.reviewEmpty:[],n=Te(r,{dpub:!0}),i=al(n);if(i===null)return!0;var o=XT(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 JT(c,d)}).filter(function(l,c,d){return d.indexOf(l)===c}).join(", ")}),!1}if(ZT(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(eF)))return!1}function XT(e,t){for(var r,a=[],n=vn(e),i=function(){if(r.props.nodeType===3&&a.push({vNode:r,role:null}),r.props.nodeType!==1||!Ke(r))return 1;var s=De(r,{noPresentational:!0}),u=QT(r),l=!!u||rt(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 ZT(e,t){return t.some(function(r){var a=r.role;return a&&e.includes(a)})}function QT(e){return Mr().find(function(t){return e.hasAttr(t)})}function JT(e,t){var r=e.props,a=r.nodeName,n=r.nodeType;if(n===3)return"#text";var i=Te(e,{dpub:!0});return i?"[role=".concat(i,"]"):t?a+"[".concat(t,"]"):a}function eF(e){var t=e.vNode;return t.props.nodeType===3?t.props.nodeValue.trim().length>0:bn(t,!1,!0)}function tF(e){var t,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0,n=Te(a),i=a.attrNames,o=rm(n);if(Array.isArray(r[n])&&(o=En(r[n],o)),!n||!i.length||!o.length||rF(a,n)||nF(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)&&!aF(s,l)});return u.length?(this.data(u),!1):!0}function rF(e,t){return t==="separator"&&!rt(e)}function aF(e,t){var r;return((r=e.implicitAttrs)===null||r===void 0?void 0:r[t])!==void 0}function nF(e,t){return t==="combobox"&&e.attr("aria-expanded")==="false"}function iF(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=De(r,{chromium:!0,fallback:!0}),o=oF(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 oF(e,t,r,a){var n=Ie.ariaRoles[t];return n?n.prohibitedAttrs||[]:t||a.includes(r)||jm(e)==="widget"?[]:["aria-label","aria-labelledby"]}var jm=He(function(t){if(t){var r=De(t,{noPresentational:!0,chromium:!0});return r?Qt(r):jm(t.parent)}});function sF(e,t,r){var a=r.attr("aria-level"),n=parseInt(a,10);if(!(n>6))return!0}var uF=sF;function lF(e,t,r){return r.attr("aria-hidden")!=="true"}var cF=lF;function dF(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=wt(u);if(l.length>1)return this.data({messageKey:"unsupported",values:l}),!1;var c;try{c=u&&ir(r,"aria-errormessage")[0]}catch{this.data({messageKey:"idrefs",values:l});return}if(c){if(!Ke(c))return this.data({messageKey:"hidden",values:l}),!1;var d=wt(r.attr("aria-describedby"));return Te(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(wt(a)),s.call(this,a)):!0}function zm(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=fF(i),u=s&&De(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 fF(e){if(e.parent){var t='table:not([role]), [role~="treegrid"], [role~="table"], [role~="grid"]';return Rt(e,t)}}function Hm(e,t,r){var a=r.props,n=a.nodeName,i=a.type,o=mF(r.attr("aria-checked"));if(n!=="input"||i!=="checkbox"||!o)return!0;var s=pF(r);return o===s?!0:(this.data({messageKey:"checkbox",checkState:s}),!1)}function pF(e){return e.props.indeterminate?"mixed":e.props.checked?"true":"false"}function mF(e){return e?(e=e.toLowerCase(),["mixed","true"].includes(e)?e:"false"):""}var Vm={row:zm,checkbox:Hm};function hF(e,t,r){var a=De(r);return Vm[a]?Vm[a].call(this,e,t,r):!0}function vF(e,t,r){return r.attr("aria-busy")==="true"}function gF(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=Zp(r,n);return u.length?(this.data(u),Ke(r)?!1:void 0):!0}var bF=gF;function yF(e,t,r){var a=[],n=De(r),i=Yp(n);Array.isArray(t[n])&&(i=En(t[n].concat(i)));var o=qe(r.attrNames),s;try{for(o.s();!(s=o.n()).done;){var u=s.value;lo(u)&&!i.includes(u)&&!wF(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&&!ju(r)&&!rt(r)))return!1}function wF(e,t,r){return!!(e==="aria-required"&&t==="false"||e==="aria-multiline"&&t==="false"&&r.hasAttr("contenteditable"))}function DF(e,t,r){var a=Pr(r);if(!a.allowedAriaAttrs)return!0;var n=Te(r);if(n)return!0;var i=a.allowedAriaAttrs,o=Mr(),s=[],u=qe(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 EF(e,t,r){var a=wt(r.attr("role")).filter(function(n){return Qt(n)==="abstract"});return a.length>0?(this.data(a),!0):!1}var _F=EF;function xF(e){var t=ea(e.getAttribute("lang")),r=ea(e.getAttribute("xml:lang"));return io(t)&&io(r)}var AF=xF;function CF(e){return e.ownerDocument.defaultView.self===e.ownerDocument.defaultView.top}var RF=CF;function TF(e,t){try{var r=t.props.nodeName;return r==="svg"?!0:!!Rt(t,"svg")}catch{return!1}}var fl=TF;function FF(e,t){return SF.every(function(r){return r(e,t)})}var SF=[function(e,t){return Gm(t)},function(e,t){return kF(t)},function(e,t){return!fl(e,t)},function(e,t){return rt(t)},function(e,t){return $t(t)||!OF(t)},function(e){return!Au(e,{noLengthCompare:!0,includeInlineBlock:!0})}];function Gm(e){return Qt(e)==="widget"}function kF(e){return e.props.nodeName!=="area"}var OF=He(function e(t){return t!=null&&t.parent?Gm(t.parent)&&$t(t.parent)?!0:e(t.parent):!1});function IF(e,t){var r=De(t);return["treegrid","grid","table"].includes(r)}function NF(e,t){var r=t.parent;if(r.props.nodeName!=="details"||MF(t))return!1;var a=r.children.find(function(n){return n.props.nodeName==="summary"});return a===t}function MF(e){var t,r=(t=e.actualNode)===null||t===void 0?void 0:t.parentElement;return r&&r!==e.parent.actualNode}function PF(e){return Tu(e)&&ki(e)}var LF=PF;function BF(e,t){return wr(e,13)!==void 0&&tl(t)===!1&&$F(t)}function $F(e){var t=e.boundingClientRect;return kt(e,"*").some(function(r){if(!bn(r,!0,!0))return!1;var a=[];if(Vi(r)){var n;(n=a).push.apply(n,de(qF(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 qF(e){var t=b.createRange();return t.selectNodeContents(e.actualNode),Array.from(t.getClientRects())}function jF(e,t){return or(t,{chromiumRoles:!0})!==null}var zF=jF;function HF(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 VF=HF;function GF(e,t){var r=Te(t);if(!r||["none","presentation"].includes(r))return!0;var a=n1[r]||{},n=a.accessibleNameRequired;return!!(n||rt(t))}var Um=GF,UF=function(t,r){return[Um,WF].every(function(a){return a(t,r)})};function WF(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 YF(e,t){return t.props.nodeName!=="html"}var KF=YF;function XF(e,t){return!t.attr("role")}var ZF=XF;function QF(e,t){var r=lr(t.attr("tabindex"));return r===null||r>=0}var JF=QF;function eS(e,t){var r=Pr(t),a=r.namingMethods;return!(a&&a.length!==0||Te(t)==="combobox"&&kt(t,'input:not([type="hidden"])').length||tl(t,{popupRoles:["listbox"]}))}var tS=eS;function rS(e,t){return!(!t.hasAttr("role")||!t.attr("role").trim())}var aS=rS;function nS(e){return!(!e.currentSrc||e.hasAttribute("paused")||e.hasAttribute("muted"))}var iS=nS;function oS(e,t){var r=De(t);return r?!!Ie.ariaRoles[r].childrenPresentational:!1}var sS=oS;function uS(e){var t=me(e.innerText),r=Te(e);return r&&r!=="link"||!t||!Tt(e)?!1:Au(e)}var lS=uS;function cS(e){return!so(e)&&!rt(e)}var dS=cS;function fS(e,t){return pS(t)&&Ke(t)}function pS(e){var t=Da("landmark"),r=De(e);if(!r)return!1;var a=e.props.nodeName;if(a==="section"||a==="form"){var n=ct(e);return!!n}return t.indexOf(r)>=0||r==="region"}function mS(e,t){var r="article, aside, main, nav, section";return e.hasAttribute("role")||!ha(t,r)}var hS=mS;function vS(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 gS=vS;function bS(e,t){var r=De(e);if(!r)return!1;var a=Da("widget"),n=a.includes(r);if(!n)return!1;var i=el();return!(!i.includes(r)||!me(pn(t))&&!me(fn(e))||!me(sr(t)))}var yS=bS;function wS(e,t){return Tt(t)}function DS(e){return Tt(e)}function ES(e,t,r){return r.initiator}var Wm=ES;function _S(e){return G1(e)}var xS=_S;function AS(e,t){var r=!!ct(t);if(!r)return!1;var a=De(e);return!(a&&a!=="link")}var CS=AS;function RS(e,t){return!fl(e,t)}var TS=RS;function FS(e,t){return De(t)==="heading"}function SS(e,t){return or(t,{chromium:!0})!==null}var kS=SS;function OS(e){var t=e.getAttribute("title");return!!me(t)}var IS=OS;function NS(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 MS=NS;function PS(e){var t=e.getAttribute("id").trim(),r='*[id="'.concat(Ye(t),'"]'),a=Array.from(mt(e).querySelectorAll(r));return!uo(e)&&a.every(function(n){return!rt(n)})}var LS=PS;function BS(e){return uo(e)}var $S=BS;function qS(e){var t=e.getAttribute("id").trim(),r='*[id="'.concat(Ye(t),'"]'),a=Array.from(mt(e).querySelectorAll(r));return!uo(e)&&a.some(rt)}var jS=qS;function zS(e){return so(e)}var HS=zS;function VS(e){if(so(e)){var t=yr(e);return t.length>=3&&t[0].length>=3&&t[1].length>=3&&t[2].length>=3}return!1}var GS=VS;function US(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)||Rn(t)||Li(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},!Fu(l,e))return!1}return!0}var c=ha(t,"label");if(a==="label"||c){var d=c||e,m=c?_e(c):t;if(d.htmlFor){var v=mt(d),y=v.getElementById(d.htmlFor),w=y&&_e(y);if(w&&Rn(w))return!1}var E='input:not([type="hidden"],[type="image"],[type="button"],[type="submit"],[type="reset"]), select, textarea',_=kt(m,E)[0];if(_&&Rn(_))return!1}for(var x=[],C=t;C;){if(C.props.id){var R=Ju(C).filter(function(H){return wt(H.getAttribute("aria-labelledby")||"").includes(C.props.id)}).map(function(H){return _e(H)});x.push.apply(x,de(R))}C=C.parent}if(x.length>0&&x.every(Rn)||!KS(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=un(t);return X.some(function(H){var W=Fu(H,e);if(!L.length)return W;var Z=L.some(function(le){return Us(H,le.boundingClientRect)});return W&&Z})}var WS=US,YS={emoji:!0,nonBmp:!1,punctuations:!0};function KS(e){var t=sr(e,!1,!0);return t===""||gn(t,YS)===""?!1:e.children.some(function(r){return r.props.nodeName==="#text"&&!yu(r)})}function XS(e,t,r){return Wm(e,t,r)?!!e.querySelector("a[href]"):!0}var ZS=XS;function QS(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=Te(t),u=lr(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&&!Tt(t)&&!Ke(t))}var JS=QS;function e3(e,t){var r=Te(t);return!!rl(r)}var t3=e3;function r3(e,t){var r=Te(t,{dpub:!0});return!!al(r)}var a3=r3;function Ym(e){return e?e.getAttribute("aria-hidden")==="true"?!1:Ym(lt(e)):!0}function n3(e){return Ym(lt(e))}var i3=n3;function o3(e,t){var r=/^aria-/;return t.attrNames.some(function(a){return r.test(a)})}var s3=o3;function u3(e,t){return Te(t,{dpub:!0,fallback:!0})!==null}var l3=u3;function c3(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 d3=c3,f3={"abstractrole-evaluate":_F,"accesskeys-after":jR,"accesskeys-evaluate":$R,"alt-space-value-evaluate":bR,"aria-allowed-attr-elm-evaluate":DF,"aria-allowed-attr-evaluate":yF,"aria-allowed-attr-matches":d3,"aria-allowed-role-evaluate":bF,"aria-allowed-role-matches":l3,"aria-busy-evaluate":vF,"aria-conditional-attr-evaluate":hF,"aria-conditional-checkbox-attr-evaluate":Hm,"aria-conditional-row-attr-evaluate":zm,"aria-errormessage-evaluate":dF,"aria-has-attr-matches":s3,"aria-hidden-body-evaluate":cF,"aria-hidden-focus-matches":i3,"aria-label-evaluate":XA,"aria-labelledby-evaluate":YA,"aria-level-evaluate":uF,"aria-prohibited-attr-evaluate":iF,"aria-required-attr-evaluate":tF,"aria-required-children-evaluate":KT,"aria-required-children-matches":a3,"aria-required-parent-evaluate":YT,"aria-required-parent-matches":t3,"aria-roledescription-evaluate":GT,"aria-unsupported-attr-evaluate":HT,"aria-valid-attr-evaluate":jT,"aria-valid-attr-value-evaluate":BT,"attr-non-space-content-evaluate":eT,"autocomplete-appropriate-evaluate":nT,"autocomplete-matches":JS,"autocomplete-valid-evaluate":rT,"avoid-inline-spacing-evaluate":UA,"braille-label-equivalent-evaluate":LT,"braille-roledescription-equivalent-evaluate":PT,"bypass-matches":ZS,"caption-evaluate":OC,"caption-faked-evaluate":FA,"color-contrast-evaluate":dT,"color-contrast-matches":WS,"css-orientation-lock-evaluate":xC,"data-table-large-matches":GS,"data-table-matches":HS,"deprecatedrole-evaluate":MT,"dlitem-evaluate":HC,"doc-has-title-evaluate":VA,"duplicate-id-active-matches":jS,"duplicate-id-after":e5,"duplicate-id-aria-matches":$S,"duplicate-id-evaluate":QA,"duplicate-id-misc-matches":LS,"duplicate-img-label-evaluate":vR,"exists-evaluate":zA,"explicit-evaluate":mR,"fallbackrole-evaluate":NT,"focusable-content-evaluate":LR,"focusable-disabled-evaluate":MR,"focusable-element-evaluate":IR,"focusable-modal-open-evaluate":kR,"focusable-no-name-evaluate":FR,"focusable-not-tabbable-evaluate":RR,"frame-focusable-content-evaluate":AR,"frame-focusable-content-matches":MS,"frame-tested-after":SC,"frame-tested-evaluate":TC,"frame-title-has-text-matches":IS,"has-alt-evaluate":qA,"has-descendant-after":QR,"has-descendant-evaluate":XR,"has-global-aria-attribute-evaluate":kT,"has-implicit-chromium-role-matches":kS,"has-lang-evaluate":KC,"has-text-content-evaluate":YR,"has-widget-role-evaluate":FT,"heading-matches":FS,"heading-order-after":iC,"heading-order-evaluate":nC,"help-same-as-label-evaluate":fR,"hidden-content-evaluate":Lx,"hidden-explicit-label-evaluate":cR,"html-namespace-matches":TS,"html5-scope-evaluate":RA,"identical-links-same-purpose-after":tC,"identical-links-same-purpose-evaluate":J5,"identical-links-same-purpose-matches":CS,"implicit-evaluate":uR,"inline-style-property-evaluate":LA,"inserted-into-focus-order-matches":xS,"internal-link-present-evaluate":E5,"invalid-children-evaluate":$C,"invalidrole-evaluate":RT,"is-element-focusable-evaluate":AT,"is-initiator-matches":Wm,"is-on-screen-evaluate":PA,"is-visible-matches":DS,"is-visible-on-screen-matches":wS,"label-content-name-mismatch-evaluate":oR,"label-content-name-mismatch-matches":yS,"label-matches":gS,"landmark-has-body-context-matches":hS,"landmark-is-top-level-evaluate":xR,"landmark-is-unique-after":JC,"landmark-is-unique-evaluate":ZC,"landmark-unique-matches":fS,"layout-table-matches":dS,"link-in-text-block-evaluate":cT,"link-in-text-block-matches":lS,"link-in-text-block-style-evaluate":oT,"listitem-evaluate":BC,"matches-definition-evaluate":WR,"meta-refresh-evaluate":w5,"meta-viewport-scale-evaluate":EC,"multiple-label-evaluate":aR,"nested-interactive-matches":sS,"no-autoplay-audio-evaluate":CC,"no-autoplay-audio-matches":iS,"no-empty-role-matches":aS,"no-explicit-name-required-matches":Um,"no-focusable-content-evaluate":DR,"no-implicit-explicit-label-evaluate":_T,"no-naming-method-matches":tS,"no-negative-tabindex-matches":JF,"no-role-matches":ZF,"non-empty-if-present-evaluate":NA,"not-html-matches":KF,"object-is-loaded-matches":UF,"only-dlitems-evaluate":LC,"only-listitems-evaluate":PC,"p-as-heading-evaluate":g5,"p-as-heading-matches":VF,"page-no-duplicate-after":GR,"page-no-duplicate-evaluate":HR,"presentation-role-conflict-matches":zF,"presentational-role-evaluate":OA,"region-after":p5,"region-evaluate":u5,"same-caption-summary-evaluate":_A,"scope-value-evaluate":EA,"scrollable-region-focusable-matches":BF,"skip-link-evaluate":o5,"skip-link-matches":LF,"structured-dlitems-evaluate":NC,"summary-interactive-matches":NF,"svg-namespace-matches":fl,"svg-non-empty-title-evaluate":kA,"tabindex-evaluate":wR,"table-or-grid-role-matches":IF,"target-offset-evaluate":yC,"target-size-evaluate":dC,"td-has-header-evaluate":wA,"td-headers-attr-evaluate":bA,"th-has-data-cells-evaluate":gA,"title-only-evaluate":tR,"unique-frame-title-after":n5,"unique-frame-title-evaluate":r5,"unsupportedrole-evaluate":DT,"valid-lang-evaluate":WC,"valid-scrollable-semantics-evaluate":yT,"widget-not-inline-matches":FF,"window-is-top-matches":RF,"xml-lang-mismatch-evaluate":GC,"xml-lang-mismatch-matches":AF},ho=f3;function p3(e){this.id=e.id,this.data=null,this.relatedNodes=[],this.result=null}var pl=p3;function ml(e){if(typeof e=="string"){if(ho[e])return ho[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 Km(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return(Array.isArray(e)||B(e)!=="object")&&(e={value:e}),e}function _a(e){e&&(this.id=e.id,this.configure(e))}_a.prototype.enabled=!0,_a.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 pl(this),l=Ss(u,r,n,i),c;try{c=this.evaluate.call(l,t.actualNode,s,t,a)}catch(d){t&&t.actualNode&&(d.errorNode=Bt.toSpec(t)),i(d);return}l.isAsync||(u.result=c,n(u))}else n(null)},_a.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 pl(this),l=Ss(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=Bt.toSpec(t)),d}return u.result=c,u},_a.prototype.configure=function(t){var r=this;(!t.evaluate||ho[t.evaluate])&&(this._internalCheck=!0),t.hasOwnProperty("enabled")&&(this.enabled=t.enabled),t.hasOwnProperty("options")&&(this._internalCheck?this.options=Km(t.options):this.options=t.options),["evaluate","after"].filter(function(a){return t.hasOwnProperty(a)}).forEach(function(a){return r[a]=ml(t[a])})},_a.prototype.getOptions=function(t){return this._internalCheck?Hs(this.options,Km(t||{})):t||this.options};var Xm=_a;function m3(e){this.id=e.id,this.result=we.NA,this.pageLevel=e.pageLevel,this.impact=null,this.nodes=[]}var vo=m3;function xt(e,t){this._audit=t,this.id=e.id,this.selector=e.selector||"*",e.impact&&(Oe(we.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=ml(e.matches))}xt.prototype.matches=function(){return!0},xt.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=Wu(this.selector,t);return this.excludeHidden&&(r.performanceTimer&&Ne.mark(i),s=s.filter(function(u){return Ke(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},xt.prototype.runChecks=function(t,r,a,n,i,o){var s=this,u=nr();this[t].forEach(function(l){var c=s._audit.checks[l.id||l],d=Zi(c,s.id,a);u.defer(function(m,v){c.run(r,d,n,m,function(y){v(new ao({ruleId:s.id,method:"".concat(c.id,"#evaluate"),errorNode:new Lt(r),error:y}))})})}),u.then(function(l){l=l.filter(function(c){return c}),i({type:t,results:l})}).catch(o)},xt.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=Zi(u,i.id,a);o.push(u.runSync(r,l,n))}),o=o.filter(function(s){return s}),{type:t,results:o}},xt.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=nr(),s=new vo(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=nr();["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=Zm(v);y&&(y.node=new Lt(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)})},xt.prototype.runSync=function(t){var r=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};a.performanceTimer&&this._trackPerformance();var n=new vo(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=Zm(s);u&&(u.node=o.actualNode?new Lt(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},xt.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},xt.prototype._logGatherPerformance=function(t){Ur("gather for ".concat(this.id," (").concat(t.length," nodes): ").concat(Ne.timeElapsed(),"ms")),Ne.mark(this._markChecksStart)},xt.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 Zm(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}}xt.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 ao({ruleId:a.id,method:"#matches",errorNode:new Lt(s),error:u})}}),r.performanceTimer&&(Ne.mark(i),Ne.measure("rule_"+this.id+"#matches",n,i)),o};function h3(e){return Ci(e).map(function(t){var r=e._audit.checks[t.id||t];return r&&typeof r.after=="function"?r:null}).filter(Boolean)}function v3(e,t){var r=[];return e.forEach(function(a){var n=Ci(a);n.forEach(function(i){i.id===t&&(i.node=a.node,r.push(i))})}),r}function g3(e){return e.filter(function(t){return t.filtered!==!0})}function b3(e){var t=["any","all","none"],r=e.nodes.filter(function(a){var n=0;return t.forEach(function(i){a[i]=g3(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}xt.prototype.after=function(t,r){var a=this,n=h3(this);return n.forEach(function(i){var o=v3(t.nodes,i.id),s=Zi(i,a.id,r),u;try{u=i.after(o,s.options)}catch(c){var l;throw new ao({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=b3(t),t},xt.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=ml(t.matches)),t.impact&&(Oe(we.impact.includes(t.impact),"Impact ".concat(t.impact," is not a valid impact")),this.impact=t.impact)};var xa=/\{\{.+?\}\}/g,y3=function(){function e(t){Ht(this,e),this.lang="en",this.defaultConfig=t,this.standards=Ie,this._init(),this._defaultLocale=null}return Vt(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]=D3(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]=E3(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]=_3(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=x3(this.data.incompleteFallbackMessage,r.incompleteFallbackMessage)),r.lang&&(this.lang=r.lang)}},{key:"setAllowedOrigins",value:function(r){var a=Jm();this.allowedOrigins=[];var n=qe(r),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;if(o===we.allOrigins){this.allowedOrigins=["*"];return}else o!==we.sameOrigin?this.allowedOrigins.push(o):a&&this.allowedOrigins.push(a)}}catch(s){n.e(s)}finally{n.f()}}},{key:"_init",value:function(){var r=w3(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,eh(r.rules,this,"addRule"),eh(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 xt(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 Xm(r)}},{key:"run",value:function(r,a,n,i){this.normalizeOptions(a),Lt.setRunOptions(a),g._selectCache=[];var o=A3(this.rules,r,a),s=o.now,u=o.later,l=nr();s.forEach(function(m){l.defer(th(m,r,a))});var c=nr();u.length&&c.defer(function(m){Cp(a).then(function(v){return m(v)}).catch(function(v){console.warn("Couldn't load preload assets: ",v),m(void 0)})});var d=nr();d.defer(l),d.defer(c),d.then(function(m){var v=m.pop();if(v&&v.length){var y=v[0];y&&(r=Ce({},r,y))}var w=m[0];if(!u.length){g._selectCache=void 0,n(w.filter(function(_){return!!_}));return}var E=nr();u.forEach(function(_){var x=th(_,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=on(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 rh(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===ah(a,i.id,n))&&(o.helpUrl=ah(r,i.id,n))})}},{key:"resetRulesAndChecks",value:function(){this._init(),this._resetLocale()}}])}(),Qm=y3;function Jm(){if(p.origin&&p.origin!=="null")return p.origin;if(p.location&&p.location.origin&&p.location.origin!=="null")return p.location.origin}function w3(e){var t;if(e?(t=vr(e),t.commons=e.commons):t={},t.reporter=t.reporter||null,t.noHtml=t.noHtml||!1,!t.allowedOrigins){var r=Jm();t.allowedOrigins=r?[r]:[]}return t.rules=t.rules||[],t.checks=t.checks||[],t.data=Ce({checks:{},rules:{}},t.data),t}function eh(e,t,r){var a,n;for(a=0,n=e.length;a<n;a++)t[r](e[a])}var D3=function(t,r){var a=r.pass,n=r.fail;return typeof a=="string"&&xa.test(a)&&(a=Rr.default.compile(a)),typeof n=="string"&&xa.test(n)&&(n=Rr.default.compile(n)),Ce({},t,{messages:{pass:a||t.messages.pass,fail:n||t.messages.fail,incomplete:B(t.messages.incomplete)==="object"?Ce({},t.messages.incomplete,r.incomplete):r.incomplete}})},E3=function(t,r){var a=r.help,n=r.description;return typeof a=="string"&&xa.test(a)&&(a=Rr.default.compile(a)),typeof n=="string"&&xa.test(n)&&(n=Rr.default.compile(n)),Ce({},t,{help:a||t.help,description:n||t.description})},_3=function(t,r){var a=r.failureMessage;return typeof a=="string"&&xa.test(a)&&(a=Rr.default.compile(a)),Ce({},t,{failureMessage:a||t.failureMessage})},x3=function(t,r){return typeof r=="string"&&xa.test(r)&&(r=Rr.default.compile(r)),r||t};function A3(e,t,r){var a={now:[],later:[]},n=e.reduce(function(i,o){return kp(o,t,r)?o.preload?(i.later.push(o),i):(i.now.push(o),i):i},a);return n}function th(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(rh(e,i))})}}function rh(e,t){var r=t.errorNode,a=ro(t),n=[{id:"error-occurred",result:void 0,data:a,relatedNodes:[]}],i=r||new Lt(b.documentElement);return Object.assign(new vo(e),{error:a,result:we.CANTTELL,nodes:[{any:[],all:[],none:n,node:i}]})}function ah(e,t,r){var a=e.brand,n=e.application,i=e.lang;return we.helpUrlBase+a+"/"+(r||g.version.substring(0,g.version.lastIndexOf(".")))+"/"+t+"?application="+encodeURIComponent(n)+(i&&i!=="en"?"&lang="+encodeURIComponent(i):"")}function nh(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||(ye.set("globalDocumentSet",!0),b=e.ownerDocument),t||(ye.set("globalWindowSet",!0),p=b.defaultView)}}function C3(){ye.get("globalDocumentSet")&&(ye.set("globalDocumentSet",!1),b=null),ye.get("globalWindowSet")&&(ye.set("globalWindowSet",!1),p=null)}function R3(){C3(),g._memoizedFns.forEach(function(e){return e.clear()}),ye.clear(),g._tree=void 0,g._selectorData=void 0,g._selectCache=void 0}var qr=R3;function ih(e,t,r,a){try{e=new Qi(e),g._tree=e.flatTree,g._selectorData=yi(e.flatTree)}catch(o){return qr(),a(o)}var n=nr(),i=g._audit;t.performanceTimer&&Ne.auditStart(),e.frames.length&&t.iframes!==!1&&n.defer(function(o,s){bf(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=Ri(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(to),s=s.map(qa));try{r(s,qr)}catch(u){qr(),Ur(u)}}catch(u){qr(),a(u)}}).catch(function(o){qr(),a(o)})}function T3(e){g._audit=new Qm(e)}function F3(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 ih(i,o,function(s,u){s=Bt.mapRawResults(s),a(s),u()},n);case"cleanup-plugin":return qp(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&&(Zt.subscribe("axe.start",F3),Zt.subscribe("axe.ping",function(e,t,r){r({axe:!0})}));function Fn(e){this._run=e.run,this._collect=e.collect,this._registry={},e.commands.forEach(function(t){g._audit.registerCommand(t)})}Fn.prototype.run=function(){return this._run.apply(this,arguments)},Fn.prototype.collect=function(){return this._collect.apply(this,arguments)},Fn.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)},Fn.prototype.add=function(t){this._registry[t.id]=t};function S3(e){g.plugins[e.id]=new Fn(e)}var k3=S3;function O3(){var e=g._audit;if(!e)throw new Error("No audit configured");e.resetRulesAndChecks(),Z2()}var I3=O3;function N3(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 ut||(t=new $p(t));var a=fp(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);to(i),qa(i);var o=Tc([i]);return o.violations.forEach(function(s){return s.nodes.forEach(function(u){u.failureSummary=Mu(u)})}),Ce({},Br(),o,{toolOptions:r})}function oh(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(!vp(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=vr(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 hl=function(){};function M3(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];nh(t[0]);var a=oh(t),n=a.context,i=a.options,o=a.callback,s=o===void 0?hl:o,u=P3(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 B3(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"),L3(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 P3(e){var t,r,a;return typeof Promise=="function"&&e===hl?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 L3(e,t,r,a){var n=Xu(t.reporter),i=n(e,t,r,a);i!==void 0&&r(i)}function B3(e,t){if(typeof t=="function"&&t!==hl){t(e.message);return}throw e}function $3(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var a=oh(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 Qi(i,g._tree);return g._tree=o.flatTree,g._selectorData=yi(o.flatTree),g._running=!0,n.elementRef=!1,new Promise(function(s,u){g._audit.run(o,n,s,u)}).then(function(s){s=Bt.mapRawResults(s);var u=o.frames.map(function(c){var d=c.node;return Bt.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 q3(e){var t,r,a,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};n=vr(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",j3(e);var s=Ri(e);return s=g._audit.after(s,n),s.forEach(to),s=s.map(qa),H3(s,Ce({environmentData:o},n))}function j3(e){var t=[],r=qe(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=z3(n);t.unshift.apply(t,de(o))}}}catch(s){r.e(s)}finally{r.f()}}function z3(e){var t=e.frames,r=e.frameSpec;return r?t.map(function(a){return Bt.mergeSpecs(a,r)}):t}function H3(e,t){return new Promise(function(r,a){var n=Xu(t.reporter);n(e,t,r,a)})}function V3(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),nh(e),g._tree=Iu(e),g._selectorData=yi(g._tree),g._tree[0]}var G3=V3,U3=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=oe(n,Oa);a(Ce({},Br(i),{toolOptions:o},Dn(t,r)))},W3=U3,Y3=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=oe(n,pr);r.resultTypes=["violations"];var s=Dn(t,r),u=s.violations;a(Ce({},Br(i),{toolOptions:o,violations:u}))},K3=Y3,X3=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=Ce({},i),s=["passes","violations","incomplete","inapplicable"],u=0,l=s;u<l.length;u++){var c=l[u];o[c]=Bt.mapRawNodeResults(o[c])}return o});a(n)},sh=X3,Z3=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=oe(n,Er);sh(t,o,function(s){var u=Br(i);a({raw:s,env:u})})},Q3=Z3,J3=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=oe(n,Mn),s=Dn(t,r),u=function(c){c.nodes.forEach(function(d){d.failureSummary=Mu(d)})};s.incomplete.forEach(u),s.violations.forEach(u),a(Ce({},Br(i),{toolOptions:o},s))},ek=J3,tk=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=oe(n,Pn),s=Dn(t,r);a(Ce({},Br(i),{toolOptions:o},s))},rk=tk,ak={base:{Audit:Qm,CheckResult:pl,Check:Xm,Context:Qi,RuleResult:vo,Rule:xt,metadataFunctionMap:ho},public:{reporters:_n},helpers:{failureSummary:Mu,incompleteFallbackMessage:Pu,processAggregate:Dn},utils:{setDefaultFrameMessenger:ff,cacheNodeSelectors:np,getNodesMatchingExpression:rp,convertSelector:Di},commons:{dom:{nativelyHidden:Ws,displayHidden:Ef,visibilityHidden:_f,contentVisibiltyHidden:xf,ariaHidden:Af,opacityHidden:Cf,scrollHidden:Rf,overflowHidden:Tf,clipHidden:Ff,areaHidden:Ys,detailsHidden:Sf}}},nk=ak;g._thisWillBeDeletedDoNotUse=nk,g.constants=we,g.log=Ur,g.AbstractVirtualNode=ut,g.SerialVirtualNode=$p,g.VirtualNode=Su,g._cache=ye,g.imports=Oc,g.cleanup=qp,g.configure=Ox,g.frameMessenger=Ix,g.getRules=Mx,g._load=T3,g.plugins={},g.registerPlugin=k3,g.hasReporter=zp,g.getReporter=Xu,g.addReporter=Sx,g.reset=I3,g._runRules=ih,g.runVirtualRule=N3,g.run=M3,g.setup=G3,g.teardown=qr,g.runPartial=$3,g.finishRun=q3,g.commons=cm,g.utils=rs,g.addReporter("na",W3),g.addReporter("no-passes",K3),g.addReporter("rawEnv",Q3),g.addReporter("raw",sh),g.addReporter("v1",ek),g.addReporter("v2",rk,!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,et=-1,pt=te.length-1;et<pt;)$e=te[et+=1],V+=`
|
|
25
|
+
`+$e.split(`
|
|
26
26
|
`).join(`
|
|
27
|
-
`);return V}},none:{failureMessage:function(M){var V="Fix all of the following:",te=M;if(te)for(var
|
|
28
|
-
|
|
27
|
+
`);return V}},none:{failureMessage:function(M){var V="Fix all of the following:",te=M;if(te)for(var $e,et=-1,pt=te.length-1;et<pt;)$e=te[et+=1],V+=`
|
|
28
|
+
`+$e.split(`
|
|
29
29
|
`).join(`
|
|
30
|
-
`);return V}}},incompleteFallbackMessage:"axe couldn't tell the reason. Time to break out the element inspector!"},rules:[{id:"accesskeys",impact:"serious",selector:"[accesskey]",excludeHidden:!1,tags:["cat.keyboard","best-practice"],all:[],any:[],none:["accesskeys"]},{id:"area-alt",impact:"critical",selector:"map area[href]",excludeHidden:!1,tags:["cat.text-alternatives","wcag2a","wcag244","wcag412","section508","section508.22.a","TTv5","TT6.a","EN-301-549","EN-9.2.4.4","EN-9.4.1.2","ACT","RGAAv4","RGAA-1.1.2"],actIds:["c487ae"],all:[],any:[{options:{attribute:"alt"},id:"non-empty-alt"},"aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-allowed-attr",impact:"critical",matches:"aria-allowed-attr-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["5c01ea"],all:[{options:{validTreeRowAttrs:["aria-posinset","aria-setsize","aria-expanded","aria-level"]},id:"aria-allowed-attr"},"aria-allowed-attr-elm"],any:[],none:["aria-unsupported-attr"]},{id:"aria-allowed-role",impact:"minor",excludeHidden:!1,selector:"[role]",matches:"aria-allowed-role-matches",tags:["cat.aria","best-practice"],all:[],any:[{options:{allowImplicit:!0,ignoredTags:[]},id:"aria-allowed-role"}],none:[]},{id:"aria-braille-equivalent",reviewOnFail:!0,impact:"serious",selector:"[aria-brailleroledescription], [aria-braillelabel]",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2"],all:["braille-roledescription-equivalent","braille-label-equivalent"],any:[],none:[]},{id:"aria-command-name",impact:"serious",selector:'[role="link"], [role="button"], [role="menuitem"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag412","TTv5","TT6.a","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-11.9.1"],actIds:["97a4e1"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-conditional-attr",impact:"serious",matches:"aria-allowed-attr-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["5c01ea"],all:[{options:{invalidTableRowAttrs:["aria-posinset","aria-setsize","aria-expanded","aria-level"]},id:"aria-conditional-attr"}],any:[],none:[]},{id:"aria-deprecated-role",impact:"minor",selector:"[role]",matches:"no-empty-role-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["674b10"],all:[],any:[],none:["deprecatedrole"]},{id:"aria-dialog-name",impact:"serious",selector:'[role="dialog"], [role="alertdialog"]',matches:"no-naming-method-matches",tags:["cat.aria","best-practice"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-hidden-body",impact:"critical",selector:"body",excludeHidden:!1,matches:"is-initiator-matches",tags:["cat.aria","wcag2a","wcag131","wcag412","EN-301-549","EN-9.1.3.1","EN-9.4.1.2","RGAAv4","RGAA-10.8.1"],all:[],any:["aria-hidden-body"],none:[]},{id:"aria-hidden-focus",impact:"serious",selector:'[aria-hidden="true"]',matches:"aria-hidden-focus-matches",excludeHidden:!1,tags:["cat.name-role-value","wcag2a","wcag412","TTv5","TT6.a","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-10.8.1"],actIds:["6cfa84"],all:["focusable-modal-open","focusable-disabled","focusable-not-tabbable"],any:[],none:[]},{id:"aria-input-field-name",impact:"serious",selector:'[role="combobox"], [role="listbox"], [role="searchbox"], [role="slider"], [role="spinbutton"], [role="textbox"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag412","TTv5","TT5.c","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-11.1.1"],actIds:["e086e5"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:["no-implicit-explicit-label"]},{id:"aria-meter-name",impact:"serious",selector:'[role="meter"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag111","EN-301-549","EN-9.1.1.1","RGAAv4","RGAA-11.1.1"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-progressbar-name",impact:"serious",selector:'[role="progressbar"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag111","EN-301-549","EN-9.1.1.1","RGAAv4","RGAA-11.1.1"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-prohibited-attr",impact:"serious",matches:"aria-allowed-attr-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["5c01ea"],all:[],any:[],none:[{options:{elementsAllowedAriaLabel:["applet","input"]},id:"aria-prohibited-attr"}]},{id:"aria-required-attr",impact:"critical",selector:"[role]",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["4e8ab6"],all:[],any:["aria-required-attr"],none:[]},{id:"aria-required-children",impact:"critical",selector:"[role]",matches:"aria-required-children-matches",tags:["cat.aria","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.3.1"],actIds:["bc4a75","ff89c9"],all:[],any:[{options:{reviewEmpty:["doc-bibliography","doc-endnotes","grid","list","listbox","menu","menubar","table","tablist","tree","treegrid","rowgroup"]},id:"aria-required-children"}],none:[]},{id:"aria-required-parent",impact:"critical",selector:"[role]",matches:"aria-required-parent-matches",tags:["cat.aria","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.3.1"],actIds:["ff89c9"],all:[],any:[{options:{ownGroupRoles:["listitem","treeitem"]},id:"aria-required-parent"}],none:[]},{id:"aria-roledescription",impact:"serious",selector:"[aria-roledescription]",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","deprecated"],enabled:!1,all:[],any:[{options:{supportedRoles:["button","img","checkbox","radio","combobox","menuitemcheckbox","menuitemradio"]},id:"aria-roledescription"}],none:[]},{id:"aria-roles",impact:"critical",selector:"[role]",matches:"no-empty-role-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["674b10"],all:[],any:[],none:["invalidrole","abstractrole","unsupportedrole"]},{id:"aria-text",impact:"serious",selector:"[role=text]",tags:["cat.aria","best-practice"],all:[],any:["no-focusable-content"],none:[]},{id:"aria-toggle-field-name",impact:"serious",selector:'[role="checkbox"], [role="menuitemcheckbox"], [role="menuitemradio"], [role="radio"], [role="switch"], [role="option"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag412","TTv5","TT5.c","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-7.1.1"],actIds:["e086e5"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:["no-implicit-explicit-label"]},{id:"aria-tooltip-name",impact:"serious",selector:'[role="tooltip"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-treeitem-name",impact:"serious",selector:'[role="treeitem"]',matches:"no-naming-method-matches",tags:["cat.aria","best-practice"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-valid-attr-value",impact:"critical",matches:"aria-has-attr-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["6a7281"],all:[{options:[],id:"aria-valid-attr-value"},"aria-errormessage","aria-level"],any:[],none:[]},{id:"aria-valid-attr",impact:"critical",matches:"aria-has-attr-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["5f99a7"],all:[],any:[{options:[],id:"aria-valid-attr"}],none:[]},{id:"audio-caption",impact:"critical",selector:"audio",enabled:!1,excludeHidden:!1,tags:["cat.time-and-media","wcag2a","wcag121","EN-301-549","EN-9.1.2.1","section508","section508.22.a","deprecated"],actIds:["2eb176","afb423"],all:[],any:[],none:["caption"]},{id:"autocomplete-valid",impact:"serious",matches:"autocomplete-matches",tags:["cat.forms","wcag21aa","wcag135","EN-301-549","EN-9.1.3.5","ACT","RGAAv4","RGAA-11.13.1"],actIds:["73f2c2"],all:[{options:{stateTerms:["none","false","true","disabled","enabled","undefined","null","xoff","xon"],ignoredValues:["text","pronouns","gender","message","content"]},id:"autocomplete-valid"}],any:[],none:[]},{id:"avoid-inline-spacing",impact:"serious",selector:"[style]",matches:"is-visible-on-screen-matches",tags:["cat.structure","wcag21aa","wcag1412","EN-301-549","EN-9.1.4.12","ACT"],actIds:["24afc2","9e45ec","78fd32"],all:[{options:{cssProperty:"letter-spacing",minValue:.12},id:"important-letter-spacing"},{options:{cssProperty:"word-spacing",minValue:.16},id:"important-word-spacing"},{options:{multiLineOnly:!0,cssProperty:"line-height",minValue:1.5,normalValue:1},id:"important-line-height"}],any:[],none:[]},{id:"blink",impact:"serious",selector:"blink",excludeHidden:!1,tags:["cat.time-and-media","wcag2a","wcag222","section508","section508.22.j","TTv5","TT2.b","EN-301-549","EN-9.2.2.2","RGAAv4","RGAA-13.8.1"],all:[],any:[],none:["is-on-screen"]},{id:"button-name",impact:"critical",selector:"button",matches:"no-explicit-name-required-matches",tags:["cat.name-role-value","wcag2a","wcag412","section508","section508.22.a","TTv5","TT6.a","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-11.9.1"],actIds:["97a4e1","m6b1q3"],all:[],any:["button-has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"implicit-label","explicit-label","presentational-role"],none:[]},{id:"bypass",impact:"serious",selector:"html:not(html *)",pageLevel:!0,matches:"bypass-matches",reviewOnFail:!0,tags:["cat.keyboard","wcag2a","wcag241","section508","section508.22.o","TTv5","TT9.a","EN-301-549","EN-9.2.4.1","RGAAv4","RGAA-12.7.1"],actIds:["cf77f2","047fe0","b40fd1","3e12e1","ye5d6e"],all:[],any:["internal-link-present",{options:{selector:":is(h1, h2, h3, h4, h5, h6):not([role]), [role=heading]"},id:"header-present"},{options:{selector:"main, [role=main]"},id:"landmark"}],none:[]},{id:"color-contrast-enhanced",impact:"serious",matches:"color-contrast-matches",excludeHidden:!1,enabled:!1,tags:["cat.color","wcag2aaa","wcag146","ACT"],actIds:["09o5cg"],all:[],any:[{options:{ignoreUnicode:!0,ignoreLength:!1,ignorePseudo:!1,boldValue:700,boldTextPt:14,largeTextPt:18,contrastRatio:{normal:{expected:7,minThreshold:4.5},large:{expected:4.5,minThreshold:3}},pseudoSizeThreshold:.25,shadowOutlineEmMax:.1,textStrokeEmMin:.03},id:"color-contrast-enhanced"}],none:[]},{id:"color-contrast",impact:"serious",matches:"color-contrast-matches",excludeHidden:!1,tags:["cat.color","wcag2aa","wcag143","TTv5","TT13.c","EN-301-549","EN-9.1.4.3","ACT","RGAAv4","RGAA-3.2.1"],actIds:["afw4f7","09o5cg"],all:[],any:[{options:{ignoreUnicode:!0,ignoreLength:!1,ignorePseudo:!1,boldValue:700,boldTextPt:14,largeTextPt:18,contrastRatio:{normal:{expected:4.5},large:{expected:3}},pseudoSizeThreshold:.25,shadowOutlineEmMax:.2,textStrokeEmMin:.03},id:"color-contrast"}],none:[]},{id:"css-orientation-lock",impact:"serious",selector:"html:not(html *)",tags:["cat.structure","wcag134","wcag21aa","EN-301-549","EN-9.1.3.4","RGAAv4","RGAA-13.9.1","experimental"],actIds:["b33eff"],all:[{options:{degreeThreshold:2},id:"css-orientation-lock"}],any:[],none:[],preload:!0},{id:"definition-list",impact:"serious",selector:"dl",matches:"no-role-matches",tags:["cat.structure","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.3.3"],all:[],any:[],none:["structured-dlitems",{options:{validRoles:["definition","term","listitem"],validNodeNames:["dt","dd"],divGroups:!0},id:"only-dlitems"}]},{id:"dlitem",impact:"serious",selector:"dd, dt",matches:"no-role-matches",tags:["cat.structure","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.3.3"],all:[],any:["dlitem"],none:[]},{id:"document-title",impact:"serious",selector:"html:not(html *)",matches:"is-initiator-matches",tags:["cat.text-alternatives","wcag2a","wcag242","TTv5","TT12.a","EN-301-549","EN-9.2.4.2","ACT","RGAAv4","RGAA-8.5.1"],actIds:["2779a5"],all:[],any:["doc-has-title"],none:[]},{id:"duplicate-id-active",impact:"serious",selector:"[id]",matches:"duplicate-id-active-matches",excludeHidden:!1,tags:["cat.parsing","wcag2a-obsolete","wcag411","deprecated"],enabled:!1,actIds:["3ea0c8"],all:[],any:["duplicate-id-active"],none:[]},{id:"duplicate-id-aria",impact:"critical",selector:"[id]",matches:"duplicate-id-aria-matches",excludeHidden:!1,tags:["cat.parsing","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-8.2.1"],reviewOnFail:!0,actIds:["3ea0c8"],all:[],any:["duplicate-id-aria"],none:[]},{id:"duplicate-id",impact:"minor",selector:"[id]",matches:"duplicate-id-misc-matches",excludeHidden:!1,tags:["cat.parsing","wcag2a-obsolete","wcag411","deprecated"],enabled:!1,actIds:["3ea0c8"],all:[],any:["duplicate-id"],none:[]},{id:"empty-heading",impact:"minor",selector:'h1, h2, h3, h4, h5, h6, [role="heading"]',matches:"heading-matches",tags:["cat.name-role-value","best-practice"],actIds:["ffd0e9"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"empty-table-header",impact:"minor",selector:'th:not([role]), [role="rowheader"], [role="columnheader"]',tags:["cat.name-role-value","best-practice"],all:[],any:["has-visible-text"],none:[]},{id:"focus-order-semantics",impact:"minor",selector:"div, h1, h2, h3, h4, h5, h6, [role=heading], p, span",matches:"inserted-into-focus-order-matches",tags:["cat.keyboard","best-practice","RGAAv4","RGAA-12.8.1","experimental"],all:[],any:[{options:[],id:"has-widget-role"},{options:{roles:["tooltip"]},id:"valid-scrollable-semantics"}],none:[]},{id:"form-field-multiple-labels",impact:"moderate",selector:"input, select, textarea",matches:"label-matches",tags:["cat.forms","wcag2a","wcag332","TTv5","TT5.c","EN-301-549","EN-9.3.3.2","RGAAv4","RGAA-11.2.1"],all:[],any:[],none:["multiple-label"]},{id:"frame-focusable-content",impact:"serious",selector:"html:not(html *)",matches:"frame-focusable-content-matches",tags:["cat.keyboard","wcag2a","wcag211","TTv5","TT4.a","EN-301-549","EN-9.2.1.1","RGAAv4","RGAA-7.3.2"],actIds:["akn7bn"],all:[],any:["frame-focusable-content"],none:[]},{id:"frame-tested",impact:"critical",selector:"html:not(html *), frame, iframe",tags:["cat.structure","best-practice","review-item"],all:[{options:{isViolation:!1},id:"frame-tested"}],any:[],none:[]},{id:"frame-title-unique",impact:"serious",selector:"frame[title], iframe[title]",matches:"frame-title-has-text-matches",tags:["cat.text-alternatives","wcag2a","wcag412","TTv5","TT12.d","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-2.2.1"],actIds:["4b1c6c"],all:[],any:[],none:["unique-frame-title"],reviewOnFail:!0},{id:"frame-title",impact:"serious",selector:"frame, iframe",matches:"no-negative-tabindex-matches",tags:["cat.text-alternatives","wcag2a","wcag412","section508","section508.22.i","TTv5","TT12.d","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-2.1.1"],actIds:["cae760"],all:[],any:[{options:{attribute:"title"},id:"non-empty-title"},"aria-label","aria-labelledby","presentational-role"],none:[]},{id:"heading-order",impact:"moderate",selector:"h1, h2, h3, h4, h5, h6, [role=heading]",matches:"heading-matches",tags:["cat.semantics","best-practice"],all:[],any:["heading-order"],none:[]},{id:"hidden-content",impact:"minor",selector:"*",excludeHidden:!1,tags:["cat.structure","best-practice","experimental","review-item"],all:[],any:["hidden-content"],none:[]},{id:"html-has-lang",impact:"serious",selector:"html:not(html *)",matches:"is-initiator-matches",tags:["cat.language","wcag2a","wcag311","TTv5","TT11.a","EN-301-549","EN-9.3.1.1","ACT","RGAAv4","RGAA-8.3.1"],actIds:["b5c3f8"],all:[],any:[{options:{attributes:["lang","xml:lang"]},id:"has-lang"}],none:[]},{id:"html-lang-valid",impact:"serious",selector:'html[lang]:not([lang=""]):not(html *), html[xml\\:lang]:not([xml\\:lang=""]):not(html *)',tags:["cat.language","wcag2a","wcag311","TTv5","TT11.a","EN-301-549","EN-9.3.1.1","ACT","RGAAv4","RGAA-8.4.1"],actIds:["bf051a"],all:[],any:[],none:[{options:{attributes:["lang","xml:lang"]},id:"valid-lang"}]},{id:"html-xml-lang-mismatch",impact:"moderate",selector:"html[lang][xml\\:lang]:not(html *)",matches:"xml-lang-mismatch-matches",tags:["cat.language","wcag2a","wcag311","EN-301-549","EN-9.3.1.1","ACT","RGAAv4","RGAA-8.3.1"],actIds:["5b7ae0"],all:["xml-lang-mismatch"],any:[],none:[]},{id:"identical-links-same-purpose",impact:"minor",selector:'a[href], area[href], [role="link"]',excludeHidden:!1,enabled:!1,matches:"identical-links-same-purpose-matches",tags:["cat.semantics","wcag2aaa","wcag249"],actIds:["b20e66"],all:["identical-links-same-purpose"],any:[],none:[]},{id:"image-alt",impact:"critical",selector:"img",matches:"no-explicit-name-required-matches",tags:["cat.text-alternatives","wcag2a","wcag111","section508","section508.22.a","TTv5","TT7.a","TT7.b","EN-301-549","EN-9.1.1.1","ACT","RGAAv4","RGAA-1.1.1"],actIds:["23a2a8"],all:[],any:["has-alt","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"presentational-role"],none:["alt-space-value"]},{id:"image-redundant-alt",impact:"minor",selector:"img",tags:["cat.text-alternatives","best-practice"],all:[],any:[],none:[{options:{parentSelector:"button, [role=button], a[href], p, li, td, th"},id:"duplicate-img-label"}]},{id:"input-button-name",impact:"critical",selector:'input[type="button"], input[type="submit"], input[type="reset"]',matches:"no-explicit-name-required-matches",tags:["cat.name-role-value","wcag2a","wcag412","section508","section508.22.a","TTv5","TT5.c","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-11.9.1"],actIds:["97a4e1"],all:[],any:["non-empty-if-present",{options:{attribute:"value"},id:"non-empty-value"},"aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"implicit-label","explicit-label","presentational-role"],none:[]},{id:"input-image-alt",impact:"critical",selector:'input[type="image"]',matches:"no-explicit-name-required-matches",tags:["cat.text-alternatives","wcag2a","wcag111","wcag412","section508","section508.22.a","TTv5","TT7.a","EN-301-549","EN-9.1.1.1","EN-9.4.1.2","ACT","RGAAv4","RGAA-1.1.3"],actIds:["59796f"],all:[],any:[{options:{attribute:"alt"},id:"non-empty-alt"},"aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"implicit-label","explicit-label"],none:[]},{id:"label-content-name-mismatch",impact:"serious",matches:"label-content-name-mismatch-matches",tags:["cat.semantics","wcag21a","wcag253","EN-301-549","EN-9.2.5.3","RGAAv4","RGAA-6.1.5","experimental"],actIds:["2ee8b8"],all:[],any:[{options:{pixelThreshold:.1,occurrenceThreshold:3},id:"label-content-name-mismatch"}],none:[]},{id:"label-title-only",impact:"serious",selector:"input, select, textarea",matches:"label-matches",tags:["cat.forms","best-practice"],all:[],any:[],none:["title-only"]},{id:"label",impact:"critical",selector:"input, textarea",matches:"label-matches",tags:["cat.forms","wcag2a","wcag412","section508","section508.22.n","TTv5","TT5.c","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-11.1.1"],actIds:["e086e5"],all:[],any:["implicit-label","explicit-label","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},{options:{attribute:"placeholder"},id:"non-empty-placeholder"},"presentational-role"],none:["hidden-explicit-label"]},{id:"landmark-banner-is-top-level",impact:"moderate",selector:"header:not([role]), [role=banner]",matches:"landmark-has-body-context-matches",tags:["cat.semantics","best-practice"],all:[],any:["landmark-is-top-level"],none:[]},{id:"landmark-complementary-is-top-level",impact:"moderate",selector:"aside:not([role]), [role=complementary]",tags:["cat.semantics","best-practice"],all:[],any:["landmark-is-top-level"],none:[]},{id:"landmark-contentinfo-is-top-level",impact:"moderate",selector:"footer:not([role]), [role=contentinfo]",matches:"landmark-has-body-context-matches",tags:["cat.semantics","best-practice"],all:[],any:["landmark-is-top-level"],none:[]},{id:"landmark-main-is-top-level",impact:"moderate",selector:"main:not([role]), [role=main]",tags:["cat.semantics","best-practice"],all:[],any:["landmark-is-top-level"],none:[]},{id:"landmark-no-duplicate-banner",impact:"moderate",selector:"header:not([role]), [role=banner]",tags:["cat.semantics","best-practice"],all:[],any:[{options:{selector:"header:not([role]), [role=banner]",role:"banner"},id:"page-no-duplicate-banner"}],none:[]},{id:"landmark-no-duplicate-contentinfo",impact:"moderate",selector:"footer:not([role]), [role=contentinfo]",tags:["cat.semantics","best-practice"],all:[],any:[{options:{selector:"footer:not([role]), [role=contentinfo]",role:"contentinfo"},id:"page-no-duplicate-contentinfo"}],none:[]},{id:"landmark-no-duplicate-main",impact:"moderate",selector:"main:not([role]), [role=main]",tags:["cat.semantics","best-practice"],all:[],any:[{options:{selector:"main:not([role]), [role='main']"},id:"page-no-duplicate-main"}],none:[]},{id:"landmark-one-main",impact:"moderate",selector:"html:not(html *)",tags:["cat.semantics","best-practice"],all:[{options:{selector:"main:not([role]), [role='main']",passForModal:!0},id:"page-has-main"}],any:[],none:[]},{id:"landmark-unique",impact:"moderate",selector:"[role=banner], [role=complementary], [role=contentinfo], [role=main], [role=navigation], [role=region], [role=search], [role=form], form, footer, header, aside, main, nav, section",tags:["cat.semantics","best-practice"],matches:"landmark-unique-matches",all:[],any:["landmark-is-unique"],none:[]},{id:"link-in-text-block",impact:"serious",selector:"a[href], [role=link]",matches:"link-in-text-block-matches",excludeHidden:!1,tags:["cat.color","wcag2a","wcag141","TTv5","TT13.a","EN-301-549","EN-9.1.4.1","RGAAv4","RGAA-10.6.1"],all:[],any:[{options:{requiredContrastRatio:3,allowSameColor:!0},id:"link-in-text-block"},"link-in-text-block-style"],none:[]},{id:"link-name",impact:"serious",selector:"a[href]",tags:["cat.name-role-value","wcag2a","wcag244","wcag412","section508","section508.22.a","TTv5","TT6.a","EN-301-549","EN-9.2.4.4","EN-9.4.1.2","ACT","RGAAv4","RGAA-6.2.1"],actIds:["c487ae"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:["focusable-no-name"]},{id:"list",impact:"serious",selector:"ul, ol",matches:"no-role-matches",tags:["cat.structure","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.3.1"],all:[],any:[],none:[{options:{validRoles:["listitem"],validNodeNames:["li"]},id:"only-listitems"}]},{id:"listitem",impact:"serious",selector:"li",matches:"no-role-matches",tags:["cat.structure","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.3.1"],all:[],any:["listitem"],none:[]},{id:"marquee",impact:"serious",selector:"marquee",excludeHidden:!1,tags:["cat.parsing","wcag2a","wcag222","TTv5","TT2.b","EN-301-549","EN-9.2.2.2","RGAAv4","RGAA-13.8.1"],all:[],any:[],none:["is-on-screen"]},{id:"meta-refresh-no-exceptions",impact:"minor",selector:'meta[http-equiv="refresh"][content]',excludeHidden:!1,enabled:!1,tags:["cat.time-and-media","wcag2aaa","wcag224","wcag325"],actIds:["bisz58"],all:[],any:[{options:{minDelay:72e3,maxDelay:!1},id:"meta-refresh-no-exceptions"}],none:[]},{id:"meta-refresh",impact:"critical",selector:'meta[http-equiv="refresh"][content]',excludeHidden:!1,tags:["cat.time-and-media","wcag2a","wcag221","TTv5","TT8.a","EN-301-549","EN-9.2.2.1","RGAAv4","RGAA-13.1.2"],actIds:["bc659a","bisz58"],all:[],any:[{options:{minDelay:0,maxDelay:72e3},id:"meta-refresh"}],none:[]},{id:"meta-viewport-large",impact:"minor",selector:'meta[name="viewport"]',matches:"is-initiator-matches",excludeHidden:!1,tags:["cat.sensory-and-visual-cues","best-practice"],all:[],any:[{options:{scaleMinimum:5,lowerBound:2},id:"meta-viewport-large"}],none:[]},{id:"meta-viewport",impact:"moderate",selector:'meta[name="viewport"]',matches:"is-initiator-matches",excludeHidden:!1,tags:["cat.sensory-and-visual-cues","wcag2aa","wcag144","EN-301-549","EN-9.1.4.4","ACT","RGAAv4","RGAA-10.4.2"],actIds:["b4f0c3"],all:[],any:[{options:{scaleMinimum:2},id:"meta-viewport"}],none:[]},{id:"nested-interactive",impact:"serious",matches:"nested-interactive-matches",tags:["cat.keyboard","wcag2a","wcag412","TTv5","TT6.a","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["307n5z"],all:[],any:["no-focusable-content"],none:[]},{id:"no-autoplay-audio",impact:"moderate",excludeHidden:!1,selector:"audio[autoplay], video[autoplay]",matches:"no-autoplay-audio-matches",reviewOnFail:!0,tags:["cat.time-and-media","wcag2a","wcag142","TTv5","TT2.a","EN-301-549","EN-9.1.4.2","ACT","RGAAv4","RGAA-4.10.1"],actIds:["80f0bf"],preload:!0,all:[{options:{allowedDuration:3},id:"no-autoplay-audio"}],any:[],none:[]},{id:"object-alt",impact:"serious",selector:"object[data]",matches:"object-is-loaded-matches",tags:["cat.text-alternatives","wcag2a","wcag111","section508","section508.22.a","EN-301-549","EN-9.1.1.1","RGAAv4","RGAA-1.1.6"],actIds:["8fc3b6"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"presentational-role"],none:[]},{id:"p-as-heading",impact:"serious",selector:"p",matches:"p-as-heading-matches",tags:["cat.semantics","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.1.3","experimental"],all:[{options:{margins:[{weight:150,italic:!0},{weight:150,size:1.15},{italic:!0,size:1.15},{size:1.4}],passLength:1,failLength:.5},id:"p-as-heading"}],any:[],none:[]},{id:"page-has-heading-one",impact:"moderate",selector:"html:not(html *)",tags:["cat.semantics","best-practice"],all:[{options:{selector:"h1:not([role], [aria-level]), :is(h1, h2, h3, h4, h5, h6):not([role])[aria-level=1], [role=heading][aria-level=1]",passForModal:!0},id:"page-has-heading-one"}],any:[],none:[]},{id:"presentation-role-conflict",impact:"minor",selector:`img[alt=''], [role="none"], [role="presentation"]`,matches:"has-implicit-chromium-role-matches",tags:["cat.aria","best-practice","ACT"],actIds:["46ca7f"],all:[],any:[],none:["is-element-focusable","has-global-aria-attribute"]},{id:"region",impact:"moderate",selector:"body *",tags:["cat.keyboard","best-practice","RGAAv4","RGAA-9.2.1"],all:[],any:[{options:{regionMatcher:"dialog, [role=dialog], [role=alertdialog], svg"},id:"region"}],none:[]},{id:"role-img-alt",impact:"serious",selector:"[role='img']:not(img, area, input, object)",matches:"html-namespace-matches",tags:["cat.text-alternatives","wcag2a","wcag111","section508","section508.22.a","TTv5","TT7.a","EN-301-549","EN-9.1.1.1","ACT","RGAAv4","RGAA-1.1.1"],actIds:["23a2a8"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"scope-attr-valid",impact:"moderate",selector:"td[scope], th[scope]",tags:["cat.tables","best-practice"],all:["html5-scope",{options:{values:["row","col","rowgroup","colgroup"]},id:"scope-value"}],any:[],none:[]},{id:"scrollable-region-focusable",impact:"serious",selector:"*:not(select,textarea)",matches:"scrollable-region-focusable-matches",tags:["cat.keyboard","wcag2a","wcag211","wcag213","TTv5","TT4.a","EN-301-549","EN-9.2.1.1","EN-9.2.1.3","RGAAv4","RGAA-7.3.2"],actIds:["0ssw9k"],all:[],any:["focusable-content","focusable-element"],none:[]},{id:"select-name",impact:"critical",selector:"select",tags:["cat.forms","wcag2a","wcag412","section508","section508.22.n","TTv5","TT5.c","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-11.1.1"],actIds:["e086e5"],all:[],any:["implicit-label","explicit-label","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"presentational-role"],none:["hidden-explicit-label"]},{id:"server-side-image-map",impact:"minor",selector:"img[ismap]",tags:["cat.text-alternatives","wcag2a","wcag211","section508","section508.22.f","TTv5","TT4.a","EN-301-549","EN-9.2.1.1","RGAAv4","RGAA-1.1.4"],all:[],any:[],none:["exists"]},{id:"skip-link",impact:"moderate",selector:'a[href^="#"], a[href^="/#"]',matches:"skip-link-matches",tags:["cat.keyboard","best-practice","RGAAv4","RGAA-12.7.1"],all:[],any:["skip-link"],none:[]},{id:"summary-name",impact:"serious",selector:"summary",matches:"summary-interactive-matches",tags:["cat.name-role-value","wcag2a","wcag412","section508","section508.22.a","TTv5","TT6.a","EN-301-549","EN-9.4.1.2"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"svg-img-alt",impact:"serious",selector:'[role="img"], [role="graphics-symbol"], svg[role="graphics-document"]',matches:"svg-namespace-matches",tags:["cat.text-alternatives","wcag2a","wcag111","section508","section508.22.a","TTv5","TT7.a","EN-301-549","EN-9.1.1.1","ACT","RGAAv4","RGAA-1.1.5"],actIds:["7d6734"],all:[],any:["svg-non-empty-title","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"tabindex",impact:"serious",selector:"[tabindex]",tags:["cat.keyboard","best-practice"],all:[],any:["tabindex"],none:[]},{id:"table-duplicate-name",impact:"minor",selector:"table",tags:["cat.tables","best-practice","RGAAv4","RGAA-5.2.1"],all:[],any:[],none:["same-caption-summary"]},{id:"table-fake-caption",impact:"serious",selector:"table",matches:"data-table-matches",tags:["cat.tables","experimental","wcag2a","wcag131","section508","section508.22.g","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-5.4.1"],all:["caption-faked"],any:[],none:[]},{id:"target-size",impact:"serious",selector:"*",enabled:!1,matches:"widget-not-inline-matches",tags:["cat.sensory-and-visual-cues","wcag22aa","wcag258"],all:[],any:[{options:{minSize:24},id:"target-size"},{options:{minOffset:24},id:"target-offset"}],none:[]},{id:"td-has-header",impact:"critical",selector:"table",matches:"data-table-large-matches",tags:["cat.tables","experimental","wcag2a","wcag131","section508","section508.22.g","TTv5","TT14.b","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-5.7.4"],all:["td-has-header"],any:[],none:[]},{id:"td-headers-attr",impact:"serious",selector:"table",matches:"table-or-grid-role-matches",tags:["cat.tables","wcag2a","wcag131","section508","section508.22.g","TTv5","TT14.b","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-5.7.4"],actIds:["a25f45"],all:["td-headers-attr"],any:[],none:[]},{id:"th-has-data-cells",impact:"serious",selector:"table",matches:"data-table-matches",tags:["cat.tables","wcag2a","wcag131","section508","section508.22.g","TTv5","TT14.b","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-5.7.1"],actIds:["d0f69e"],all:["th-has-data-cells"],any:[],none:[]},{id:"valid-lang",impact:"serious",selector:"[lang]:not(html), [xml\\:lang]:not(html)",tags:["cat.language","wcag2aa","wcag312","TTv5","TT11.b","EN-301-549","EN-9.3.1.2","ACT","RGAAv4","RGAA-8.8.1"],actIds:["de46e4"],all:[],any:[],none:[{options:{attributes:["lang","xml:lang"]},id:"valid-lang"}]},{id:"video-caption",impact:"critical",selector:"video",tags:["cat.text-alternatives","wcag2a","wcag122","section508","section508.22.a","TTv5","TT17.a","EN-301-549","EN-9.1.2.2","RGAAv4","RGAA-4.3.1"],actIds:["eac66b"],all:[],any:[],none:["caption"]}],checks:[{id:"abstractrole",evaluate:"abstractrole-evaluate"},{id:"aria-allowed-attr-elm",evaluate:"aria-allowed-attr-elm-evaluate"},{id:"aria-allowed-attr",evaluate:"aria-allowed-attr-evaluate",options:{validTreeRowAttrs:["aria-posinset","aria-setsize","aria-expanded","aria-level"]}},{id:"aria-allowed-role",evaluate:"aria-allowed-role-evaluate",options:{allowImplicit:!0,ignoredTags:[]}},{id:"aria-busy",evaluate:"aria-busy-evaluate",deprecated:!0},{id:"aria-conditional-attr",evaluate:"aria-conditional-attr-evaluate",options:{invalidTableRowAttrs:["aria-posinset","aria-setsize","aria-expanded","aria-level"]}},{id:"aria-errormessage",evaluate:"aria-errormessage-evaluate"},{id:"aria-hidden-body",evaluate:"aria-hidden-body-evaluate"},{id:"aria-level",evaluate:"aria-level-evaluate"},{id:"aria-prohibited-attr",evaluate:"aria-prohibited-attr-evaluate",options:{elementsAllowedAriaLabel:["applet","input"]}},{id:"aria-required-attr",evaluate:"aria-required-attr-evaluate"},{id:"aria-required-children",evaluate:"aria-required-children-evaluate",options:{reviewEmpty:["doc-bibliography","doc-endnotes","grid","list","listbox","menu","menubar","table","tablist","tree","treegrid","rowgroup"]}},{id:"aria-required-parent",evaluate:"aria-required-parent-evaluate",options:{ownGroupRoles:["listitem","treeitem"]}},{id:"aria-roledescription",evaluate:"aria-roledescription-evaluate",options:{supportedRoles:["button","img","checkbox","radio","combobox","menuitemcheckbox","menuitemradio"]}},{id:"aria-unsupported-attr",evaluate:"aria-unsupported-attr-evaluate"},{id:"aria-valid-attr-value",evaluate:"aria-valid-attr-value-evaluate",options:[]},{id:"aria-valid-attr",evaluate:"aria-valid-attr-evaluate",options:[]},{id:"braille-label-equivalent",evaluate:"braille-label-equivalent-evaluate"},{id:"braille-roledescription-equivalent",evaluate:"braille-roledescription-equivalent-evaluate"},{id:"deprecatedrole",evaluate:"deprecatedrole-evaluate"},{id:"fallbackrole",evaluate:"fallbackrole-evaluate"},{id:"has-global-aria-attribute",evaluate:"has-global-aria-attribute-evaluate"},{id:"has-widget-role",evaluate:"has-widget-role-evaluate",options:[]},{id:"invalidrole",evaluate:"invalidrole-evaluate"},{id:"is-element-focusable",evaluate:"is-element-focusable-evaluate"},{id:"no-implicit-explicit-label",evaluate:"no-implicit-explicit-label-evaluate"},{id:"unsupportedrole",evaluate:"unsupportedrole-evaluate"},{id:"valid-scrollable-semantics",evaluate:"valid-scrollable-semantics-evaluate",options:{roles:["tooltip"]}},{id:"color-contrast-enhanced",evaluate:"color-contrast-evaluate",options:{ignoreUnicode:!0,ignoreLength:!1,ignorePseudo:!1,boldValue:700,boldTextPt:14,largeTextPt:18,contrastRatio:{normal:{expected:7,minThreshold:4.5},large:{expected:4.5,minThreshold:3}},pseudoSizeThreshold:.25,shadowOutlineEmMax:.1,textStrokeEmMin:.03}},{id:"color-contrast",evaluate:"color-contrast-evaluate",options:{ignoreUnicode:!0,ignoreLength:!1,ignorePseudo:!1,boldValue:700,boldTextPt:14,largeTextPt:18,contrastRatio:{normal:{expected:4.5},large:{expected:3}},pseudoSizeThreshold:.25,shadowOutlineEmMax:.2,textStrokeEmMin:.03}},{id:"link-in-text-block-style",evaluate:"link-in-text-block-style-evaluate"},{id:"link-in-text-block",evaluate:"link-in-text-block-evaluate",options:{requiredContrastRatio:3,allowSameColor:!0}},{id:"autocomplete-appropriate",evaluate:"autocomplete-appropriate-evaluate",deprecated:!0},{id:"autocomplete-valid",evaluate:"autocomplete-valid-evaluate",options:{stateTerms:["none","false","true","disabled","enabled","undefined","null","xoff","xon"],ignoredValues:["text","pronouns","gender","message","content"]}},{id:"accesskeys",evaluate:"accesskeys-evaluate",after:"accesskeys-after"},{id:"focusable-content",evaluate:"focusable-content-evaluate"},{id:"focusable-disabled",evaluate:"focusable-disabled-evaluate"},{id:"focusable-element",evaluate:"focusable-element-evaluate"},{id:"focusable-modal-open",evaluate:"focusable-modal-open-evaluate"},{id:"focusable-no-name",evaluate:"focusable-no-name-evaluate"},{id:"focusable-not-tabbable",evaluate:"focusable-not-tabbable-evaluate"},{id:"frame-focusable-content",evaluate:"frame-focusable-content-evaluate"},{id:"landmark-is-top-level",evaluate:"landmark-is-top-level-evaluate"},{id:"no-focusable-content",evaluate:"no-focusable-content-evaluate"},{id:"page-has-heading-one",evaluate:"has-descendant-evaluate",after:"has-descendant-after",options:{selector:"h1:not([role], [aria-level]), :is(h1, h2, h3, h4, h5, h6):not([role])[aria-level=1], [role=heading][aria-level=1]",passForModal:!0}},{id:"page-has-main",evaluate:"has-descendant-evaluate",after:"has-descendant-after",options:{selector:"main:not([role]), [role='main']",passForModal:!0}},{id:"page-no-duplicate-banner",evaluate:"page-no-duplicate-evaluate",after:"page-no-duplicate-after",options:{selector:"header:not([role]), [role=banner]",role:"banner"}},{id:"page-no-duplicate-contentinfo",evaluate:"page-no-duplicate-evaluate",after:"page-no-duplicate-after",options:{selector:"footer:not([role]), [role=contentinfo]",role:"contentinfo"}},{id:"page-no-duplicate-main",evaluate:"page-no-duplicate-evaluate",after:"page-no-duplicate-after",options:{selector:"main:not([role]), [role='main']"}},{id:"tabindex",evaluate:"tabindex-evaluate"},{id:"alt-space-value",evaluate:"alt-space-value-evaluate"},{id:"duplicate-img-label",evaluate:"duplicate-img-label-evaluate",options:{parentSelector:"button, [role=button], a[href], p, li, td, th"}},{id:"explicit-label",evaluate:"explicit-evaluate"},{id:"help-same-as-label",evaluate:"help-same-as-label-evaluate"},{id:"hidden-explicit-label",evaluate:"hidden-explicit-label-evaluate"},{id:"implicit-label",evaluate:"implicit-evaluate"},{id:"label-content-name-mismatch",evaluate:"label-content-name-mismatch-evaluate",options:{pixelThreshold:.1,occurrenceThreshold:3}},{id:"multiple-label",evaluate:"multiple-label-evaluate"},{id:"title-only",evaluate:"title-only-evaluate"},{id:"landmark-is-unique",evaluate:"landmark-is-unique-evaluate",after:"landmark-is-unique-after"},{id:"has-lang",evaluate:"has-lang-evaluate",options:{attributes:["lang","xml:lang"]}},{id:"valid-lang",evaluate:"valid-lang-evaluate",options:{attributes:["lang","xml:lang"]}},{id:"xml-lang-mismatch",evaluate:"xml-lang-mismatch-evaluate"},{id:"dlitem",evaluate:"dlitem-evaluate"},{id:"listitem",evaluate:"listitem-evaluate"},{id:"only-dlitems",evaluate:"invalid-children-evaluate",options:{validRoles:["definition","term","listitem"],validNodeNames:["dt","dd"],divGroups:!0}},{id:"only-listitems",evaluate:"invalid-children-evaluate",options:{validRoles:["listitem"],validNodeNames:["li"]}},{id:"structured-dlitems",evaluate:"structured-dlitems-evaluate"},{id:"caption",evaluate:"caption-evaluate"},{id:"frame-tested",evaluate:"frame-tested-evaluate",after:"frame-tested-after",options:{isViolation:!1}},{id:"no-autoplay-audio",evaluate:"no-autoplay-audio-evaluate",options:{allowedDuration:3}},{id:"css-orientation-lock",evaluate:"css-orientation-lock-evaluate",options:{degreeThreshold:2}},{id:"meta-viewport-large",evaluate:"meta-viewport-scale-evaluate",options:{scaleMinimum:5,lowerBound:2}},{id:"meta-viewport",evaluate:"meta-viewport-scale-evaluate",options:{scaleMinimum:2}},{id:"target-offset",evaluate:"target-offset-evaluate",options:{minOffset:24}},{id:"target-size",evaluate:"target-size-evaluate",options:{minSize:24}},{id:"header-present",evaluate:"has-descendant-evaluate",after:"has-descendant-after",options:{selector:":is(h1, h2, h3, h4, h5, h6):not([role]), [role=heading]"}},{id:"heading-order",evaluate:"heading-order-evaluate",after:"heading-order-after"},{id:"identical-links-same-purpose",evaluate:"identical-links-same-purpose-evaluate",after:"identical-links-same-purpose-after"},{id:"internal-link-present",evaluate:"internal-link-present-evaluate"},{id:"landmark",evaluate:"has-descendant-evaluate",options:{selector:"main, [role=main]"}},{id:"meta-refresh-no-exceptions",evaluate:"meta-refresh-evaluate",options:{minDelay:72e3,maxDelay:!1}},{id:"meta-refresh",evaluate:"meta-refresh-evaluate",options:{minDelay:0,maxDelay:72e3}},{id:"p-as-heading",evaluate:"p-as-heading-evaluate",options:{margins:[{weight:150,italic:!0},{weight:150,size:1.15},{italic:!0,size:1.15},{size:1.4}],passLength:1,failLength:.5}},{id:"region",evaluate:"region-evaluate",after:"region-after",options:{regionMatcher:"dialog, [role=dialog], [role=alertdialog], svg"}},{id:"skip-link",evaluate:"skip-link-evaluate"},{id:"unique-frame-title",evaluate:"unique-frame-title-evaluate",after:"unique-frame-title-after"},{id:"duplicate-id-active",evaluate:"duplicate-id-evaluate",after:"duplicate-id-after"},{id:"duplicate-id-aria",evaluate:"duplicate-id-evaluate",after:"duplicate-id-after"},{id:"duplicate-id",evaluate:"duplicate-id-evaluate",after:"duplicate-id-after"},{id:"aria-label",evaluate:"aria-label-evaluate"},{id:"aria-labelledby",evaluate:"aria-labelledby-evaluate"},{id:"avoid-inline-spacing",evaluate:"avoid-inline-spacing-evaluate",options:{cssProperties:["line-height","letter-spacing","word-spacing"]}},{id:"button-has-visible-text",evaluate:"has-text-content-evaluate"},{id:"doc-has-title",evaluate:"doc-has-title-evaluate"},{id:"error-occurred",evaluate:"exists-evaluate"},{id:"exists",evaluate:"exists-evaluate"},{id:"has-alt",evaluate:"has-alt-evaluate"},{id:"has-visible-text",evaluate:"has-text-content-evaluate"},{id:"important-letter-spacing",evaluate:"inline-style-property-evaluate",options:{cssProperty:"letter-spacing",minValue:.12}},{id:"important-line-height",evaluate:"inline-style-property-evaluate",options:{multiLineOnly:!0,cssProperty:"line-height",minValue:1.5,normalValue:1}},{id:"important-word-spacing",evaluate:"inline-style-property-evaluate",options:{cssProperty:"word-spacing",minValue:.16}},{id:"is-on-screen",evaluate:"is-on-screen-evaluate"},{id:"non-empty-alt",evaluate:"attr-non-space-content-evaluate",options:{attribute:"alt"}},{id:"non-empty-if-present",evaluate:"non-empty-if-present-evaluate"},{id:"non-empty-placeholder",evaluate:"attr-non-space-content-evaluate",options:{attribute:"placeholder"}},{id:"non-empty-title",evaluate:"attr-non-space-content-evaluate",options:{attribute:"title"}},{id:"non-empty-value",evaluate:"attr-non-space-content-evaluate",options:{attribute:"value"}},{id:"presentational-role",evaluate:"presentational-role-evaluate"},{id:"role-none",evaluate:"matches-definition-evaluate",deprecated:!0,options:{matcher:{attributes:{role:"none"}}}},{id:"role-presentation",evaluate:"matches-definition-evaluate",deprecated:!0,options:{matcher:{attributes:{role:"presentation"}}}},{id:"svg-non-empty-title",evaluate:"svg-non-empty-title-evaluate"},{id:"caption-faked",evaluate:"caption-faked-evaluate"},{id:"html5-scope",evaluate:"html5-scope-evaluate"},{id:"same-caption-summary",evaluate:"same-caption-summary-evaluate"},{id:"scope-value",evaluate:"scope-value-evaluate",options:{values:["row","col","rowgroup","colgroup"]}},{id:"td-has-header",evaluate:"td-has-header-evaluate"},{id:"td-headers-attr",evaluate:"td-headers-attr-evaluate"},{id:"th-has-data-cells",evaluate:"th-has-data-cells-evaluate"},{id:"hidden-content",evaluate:"hidden-content-evaluate"}]})})(typeof window=="object"?window:sk)})(Fl);var Yk=Fl.exports;const Kk=uk(Yk);function Xk(f,h){const p=h.filter(g=>g.enabled);if(p.length===0)return 0;const D=p.map(g=>({id:`custom-${g.id}-check`,evaluate:S=>{switch(g.check.type){case"fail-on-match":return!1;case"attribute-required":return S.hasAttribute(g.check.attribute);case"attribute-equals":return S.getAttribute(g.check.attribute)===g.check.value}},metadata:{impact:g.impact,messages:{pass:"OK",fail:g.check.message}}})),b=p.map(g=>({id:`custom-${g.id}`,selector:g.selector,tags:["wcagcheckr-custom"],any:[`custom-${g.id}-check`],enabled:!0,impact:g.impact,metadata:{description:g.description,help:g.description}}));return f.configure({checks:D,rules:b}),p.length}async function Zk(){return Kk}const Qk={runOnly:{type:"tag",values:["wcag2a","wcag2aa","wcag21a","wcag21aa","wcag22a","wcag22aa","best-practice"]},resultTypes:["violations","incomplete","passes"]},vh="wcagcheckr-custom";async function Jk(){var f,h,p;try{const D=await((p=(h=(f=chrome.storage)==null?void 0:f.local)==null?void 0:h.get)==null?void 0:p.call(h,"disabledRules")),b=(D==null?void 0:D.disabledRules)??[];if(!Array.isArray(b)||b.length===0)return{};const g={};for(const S of b)typeof S=="string"&&S.length>0&&(g[S]={enabled:!1});return g}catch{return{}}}const Qt=At("audit-engine"),eO=2,tO=1500,rO=250;async function aO(){if(typeof document<"u"&&document.visibilityState==="hidden")return;let f=0;const h=performance.now();return new Promise(p=>{function D(){if(performance.now()-h>tO){Qt.warn("paint stabilization timed out; proceeding anyway"),p();return}f++,f>=eO?p():requestAnimationFrame(D)}requestAnimationFrame(D)})}const gh="wcag-audit-freeze-style",nO=`
|
|
30
|
+
`);return V}}},incompleteFallbackMessage:"axe couldn't tell the reason. Time to break out the element inspector!"},rules:[{id:"accesskeys",impact:"serious",selector:"[accesskey]",excludeHidden:!1,tags:["cat.keyboard","best-practice"],all:[],any:[],none:["accesskeys"]},{id:"area-alt",impact:"critical",selector:"map area[href]",excludeHidden:!1,tags:["cat.text-alternatives","wcag2a","wcag244","wcag412","section508","section508.22.a","TTv5","TT6.a","EN-301-549","EN-9.2.4.4","EN-9.4.1.2","ACT","RGAAv4","RGAA-1.1.2"],actIds:["c487ae"],all:[],any:[{options:{attribute:"alt"},id:"non-empty-alt"},"aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-allowed-attr",impact:"critical",matches:"aria-allowed-attr-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["5c01ea"],all:[{options:{validTreeRowAttrs:["aria-posinset","aria-setsize","aria-expanded","aria-level"]},id:"aria-allowed-attr"},"aria-allowed-attr-elm"],any:[],none:["aria-unsupported-attr"]},{id:"aria-allowed-role",impact:"minor",excludeHidden:!1,selector:"[role]",matches:"aria-allowed-role-matches",tags:["cat.aria","best-practice"],all:[],any:[{options:{allowImplicit:!0,ignoredTags:[]},id:"aria-allowed-role"}],none:[]},{id:"aria-braille-equivalent",reviewOnFail:!0,impact:"serious",selector:"[aria-brailleroledescription], [aria-braillelabel]",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2"],all:["braille-roledescription-equivalent","braille-label-equivalent"],any:[],none:[]},{id:"aria-command-name",impact:"serious",selector:'[role="link"], [role="button"], [role="menuitem"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag412","TTv5","TT6.a","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-11.9.1"],actIds:["97a4e1"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-conditional-attr",impact:"serious",matches:"aria-allowed-attr-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["5c01ea"],all:[{options:{invalidTableRowAttrs:["aria-posinset","aria-setsize","aria-expanded","aria-level"]},id:"aria-conditional-attr"}],any:[],none:[]},{id:"aria-deprecated-role",impact:"minor",selector:"[role]",matches:"no-empty-role-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["674b10"],all:[],any:[],none:["deprecatedrole"]},{id:"aria-dialog-name",impact:"serious",selector:'[role="dialog"], [role="alertdialog"]',matches:"no-naming-method-matches",tags:["cat.aria","best-practice"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-hidden-body",impact:"critical",selector:"body",excludeHidden:!1,matches:"is-initiator-matches",tags:["cat.aria","wcag2a","wcag131","wcag412","EN-301-549","EN-9.1.3.1","EN-9.4.1.2","RGAAv4","RGAA-10.8.1"],all:[],any:["aria-hidden-body"],none:[]},{id:"aria-hidden-focus",impact:"serious",selector:'[aria-hidden="true"]',matches:"aria-hidden-focus-matches",excludeHidden:!1,tags:["cat.name-role-value","wcag2a","wcag412","TTv5","TT6.a","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-10.8.1"],actIds:["6cfa84"],all:["focusable-modal-open","focusable-disabled","focusable-not-tabbable"],any:[],none:[]},{id:"aria-input-field-name",impact:"serious",selector:'[role="combobox"], [role="listbox"], [role="searchbox"], [role="slider"], [role="spinbutton"], [role="textbox"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag412","TTv5","TT5.c","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-11.1.1"],actIds:["e086e5"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:["no-implicit-explicit-label"]},{id:"aria-meter-name",impact:"serious",selector:'[role="meter"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag111","EN-301-549","EN-9.1.1.1","RGAAv4","RGAA-11.1.1"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-progressbar-name",impact:"serious",selector:'[role="progressbar"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag111","EN-301-549","EN-9.1.1.1","RGAAv4","RGAA-11.1.1"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-prohibited-attr",impact:"serious",matches:"aria-allowed-attr-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["5c01ea"],all:[],any:[],none:[{options:{elementsAllowedAriaLabel:["applet","input"]},id:"aria-prohibited-attr"}]},{id:"aria-required-attr",impact:"critical",selector:"[role]",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["4e8ab6"],all:[],any:["aria-required-attr"],none:[]},{id:"aria-required-children",impact:"critical",selector:"[role]",matches:"aria-required-children-matches",tags:["cat.aria","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.3.1"],actIds:["bc4a75","ff89c9"],all:[],any:[{options:{reviewEmpty:["doc-bibliography","doc-endnotes","grid","list","listbox","menu","menubar","table","tablist","tree","treegrid","rowgroup"]},id:"aria-required-children"}],none:[]},{id:"aria-required-parent",impact:"critical",selector:"[role]",matches:"aria-required-parent-matches",tags:["cat.aria","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.3.1"],actIds:["ff89c9"],all:[],any:[{options:{ownGroupRoles:["listitem","treeitem"]},id:"aria-required-parent"}],none:[]},{id:"aria-roledescription",impact:"serious",selector:"[aria-roledescription]",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","deprecated"],enabled:!1,all:[],any:[{options:{supportedRoles:["button","img","checkbox","radio","combobox","menuitemcheckbox","menuitemradio"]},id:"aria-roledescription"}],none:[]},{id:"aria-roles",impact:"critical",selector:"[role]",matches:"no-empty-role-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["674b10"],all:[],any:[],none:["invalidrole","abstractrole","unsupportedrole"]},{id:"aria-text",impact:"serious",selector:"[role=text]",tags:["cat.aria","best-practice"],all:[],any:["no-focusable-content"],none:[]},{id:"aria-toggle-field-name",impact:"serious",selector:'[role="checkbox"], [role="menuitemcheckbox"], [role="menuitemradio"], [role="radio"], [role="switch"], [role="option"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag412","TTv5","TT5.c","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-7.1.1"],actIds:["e086e5"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:["no-implicit-explicit-label"]},{id:"aria-tooltip-name",impact:"serious",selector:'[role="tooltip"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-treeitem-name",impact:"serious",selector:'[role="treeitem"]',matches:"no-naming-method-matches",tags:["cat.aria","best-practice"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-valid-attr-value",impact:"critical",matches:"aria-has-attr-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["6a7281"],all:[{options:[],id:"aria-valid-attr-value"},"aria-errormessage","aria-level"],any:[],none:[]},{id:"aria-valid-attr",impact:"critical",matches:"aria-has-attr-matches",tags:["cat.aria","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["5f99a7"],all:[],any:[{options:[],id:"aria-valid-attr"}],none:[]},{id:"audio-caption",impact:"critical",selector:"audio",enabled:!1,excludeHidden:!1,tags:["cat.time-and-media","wcag2a","wcag121","EN-301-549","EN-9.1.2.1","section508","section508.22.a","deprecated"],actIds:["2eb176","afb423"],all:[],any:[],none:["caption"]},{id:"autocomplete-valid",impact:"serious",matches:"autocomplete-matches",tags:["cat.forms","wcag21aa","wcag135","EN-301-549","EN-9.1.3.5","ACT","RGAAv4","RGAA-11.13.1"],actIds:["73f2c2"],all:[{options:{stateTerms:["none","false","true","disabled","enabled","undefined","null","xoff","xon"],ignoredValues:["text","pronouns","gender","message","content"]},id:"autocomplete-valid"}],any:[],none:[]},{id:"avoid-inline-spacing",impact:"serious",selector:"[style]",matches:"is-visible-on-screen-matches",tags:["cat.structure","wcag21aa","wcag1412","EN-301-549","EN-9.1.4.12","ACT"],actIds:["24afc2","9e45ec","78fd32"],all:[{options:{cssProperty:"letter-spacing",minValue:.12},id:"important-letter-spacing"},{options:{cssProperty:"word-spacing",minValue:.16},id:"important-word-spacing"},{options:{multiLineOnly:!0,cssProperty:"line-height",minValue:1.5,normalValue:1},id:"important-line-height"}],any:[],none:[]},{id:"blink",impact:"serious",selector:"blink",excludeHidden:!1,tags:["cat.time-and-media","wcag2a","wcag222","section508","section508.22.j","TTv5","TT2.b","EN-301-549","EN-9.2.2.2","RGAAv4","RGAA-13.8.1"],all:[],any:[],none:["is-on-screen"]},{id:"button-name",impact:"critical",selector:"button",matches:"no-explicit-name-required-matches",tags:["cat.name-role-value","wcag2a","wcag412","section508","section508.22.a","TTv5","TT6.a","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-11.9.1"],actIds:["97a4e1","m6b1q3"],all:[],any:["button-has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"implicit-label","explicit-label","presentational-role"],none:[]},{id:"bypass",impact:"serious",selector:"html:not(html *)",pageLevel:!0,matches:"bypass-matches",reviewOnFail:!0,tags:["cat.keyboard","wcag2a","wcag241","section508","section508.22.o","TTv5","TT9.a","EN-301-549","EN-9.2.4.1","RGAAv4","RGAA-12.7.1"],actIds:["cf77f2","047fe0","b40fd1","3e12e1","ye5d6e"],all:[],any:["internal-link-present",{options:{selector:":is(h1, h2, h3, h4, h5, h6):not([role]), [role=heading]"},id:"header-present"},{options:{selector:"main, [role=main]"},id:"landmark"}],none:[]},{id:"color-contrast-enhanced",impact:"serious",matches:"color-contrast-matches",excludeHidden:!1,enabled:!1,tags:["cat.color","wcag2aaa","wcag146","ACT"],actIds:["09o5cg"],all:[],any:[{options:{ignoreUnicode:!0,ignoreLength:!1,ignorePseudo:!1,boldValue:700,boldTextPt:14,largeTextPt:18,contrastRatio:{normal:{expected:7,minThreshold:4.5},large:{expected:4.5,minThreshold:3}},pseudoSizeThreshold:.25,shadowOutlineEmMax:.1,textStrokeEmMin:.03},id:"color-contrast-enhanced"}],none:[]},{id:"color-contrast",impact:"serious",matches:"color-contrast-matches",excludeHidden:!1,tags:["cat.color","wcag2aa","wcag143","TTv5","TT13.c","EN-301-549","EN-9.1.4.3","ACT","RGAAv4","RGAA-3.2.1"],actIds:["afw4f7","09o5cg"],all:[],any:[{options:{ignoreUnicode:!0,ignoreLength:!1,ignorePseudo:!1,boldValue:700,boldTextPt:14,largeTextPt:18,contrastRatio:{normal:{expected:4.5},large:{expected:3}},pseudoSizeThreshold:.25,shadowOutlineEmMax:.2,textStrokeEmMin:.03},id:"color-contrast"}],none:[]},{id:"css-orientation-lock",impact:"serious",selector:"html:not(html *)",tags:["cat.structure","wcag134","wcag21aa","EN-301-549","EN-9.1.3.4","RGAAv4","RGAA-13.9.1","experimental"],actIds:["b33eff"],all:[{options:{degreeThreshold:2},id:"css-orientation-lock"}],any:[],none:[],preload:!0},{id:"definition-list",impact:"serious",selector:"dl",matches:"no-role-matches",tags:["cat.structure","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.3.3"],all:[],any:[],none:["structured-dlitems",{options:{validRoles:["definition","term","listitem"],validNodeNames:["dt","dd"],divGroups:!0},id:"only-dlitems"}]},{id:"dlitem",impact:"serious",selector:"dd, dt",matches:"no-role-matches",tags:["cat.structure","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.3.3"],all:[],any:["dlitem"],none:[]},{id:"document-title",impact:"serious",selector:"html:not(html *)",matches:"is-initiator-matches",tags:["cat.text-alternatives","wcag2a","wcag242","TTv5","TT12.a","EN-301-549","EN-9.2.4.2","ACT","RGAAv4","RGAA-8.5.1"],actIds:["2779a5"],all:[],any:["doc-has-title"],none:[]},{id:"duplicate-id-active",impact:"serious",selector:"[id]",matches:"duplicate-id-active-matches",excludeHidden:!1,tags:["cat.parsing","wcag2a-obsolete","wcag411","deprecated"],enabled:!1,actIds:["3ea0c8"],all:[],any:["duplicate-id-active"],none:[]},{id:"duplicate-id-aria",impact:"critical",selector:"[id]",matches:"duplicate-id-aria-matches",excludeHidden:!1,tags:["cat.parsing","wcag2a","wcag412","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-8.2.1"],reviewOnFail:!0,actIds:["3ea0c8"],all:[],any:["duplicate-id-aria"],none:[]},{id:"duplicate-id",impact:"minor",selector:"[id]",matches:"duplicate-id-misc-matches",excludeHidden:!1,tags:["cat.parsing","wcag2a-obsolete","wcag411","deprecated"],enabled:!1,actIds:["3ea0c8"],all:[],any:["duplicate-id"],none:[]},{id:"empty-heading",impact:"minor",selector:'h1, h2, h3, h4, h5, h6, [role="heading"]',matches:"heading-matches",tags:["cat.name-role-value","best-practice"],actIds:["ffd0e9"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"empty-table-header",impact:"minor",selector:'th:not([role]), [role="rowheader"], [role="columnheader"]',tags:["cat.name-role-value","best-practice"],all:[],any:["has-visible-text"],none:[]},{id:"focus-order-semantics",impact:"minor",selector:"div, h1, h2, h3, h4, h5, h6, [role=heading], p, span",matches:"inserted-into-focus-order-matches",tags:["cat.keyboard","best-practice","RGAAv4","RGAA-12.8.1","experimental"],all:[],any:[{options:[],id:"has-widget-role"},{options:{roles:["tooltip"]},id:"valid-scrollable-semantics"}],none:[]},{id:"form-field-multiple-labels",impact:"moderate",selector:"input, select, textarea",matches:"label-matches",tags:["cat.forms","wcag2a","wcag332","TTv5","TT5.c","EN-301-549","EN-9.3.3.2","RGAAv4","RGAA-11.2.1"],all:[],any:[],none:["multiple-label"]},{id:"frame-focusable-content",impact:"serious",selector:"html:not(html *)",matches:"frame-focusable-content-matches",tags:["cat.keyboard","wcag2a","wcag211","TTv5","TT4.a","EN-301-549","EN-9.2.1.1","RGAAv4","RGAA-7.3.2"],actIds:["akn7bn"],all:[],any:["frame-focusable-content"],none:[]},{id:"frame-tested",impact:"critical",selector:"html:not(html *), frame, iframe",tags:["cat.structure","best-practice","review-item"],all:[{options:{isViolation:!1},id:"frame-tested"}],any:[],none:[]},{id:"frame-title-unique",impact:"serious",selector:"frame[title], iframe[title]",matches:"frame-title-has-text-matches",tags:["cat.text-alternatives","wcag2a","wcag412","TTv5","TT12.d","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-2.2.1"],actIds:["4b1c6c"],all:[],any:[],none:["unique-frame-title"],reviewOnFail:!0},{id:"frame-title",impact:"serious",selector:"frame, iframe",matches:"no-negative-tabindex-matches",tags:["cat.text-alternatives","wcag2a","wcag412","section508","section508.22.i","TTv5","TT12.d","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-2.1.1"],actIds:["cae760"],all:[],any:[{options:{attribute:"title"},id:"non-empty-title"},"aria-label","aria-labelledby","presentational-role"],none:[]},{id:"heading-order",impact:"moderate",selector:"h1, h2, h3, h4, h5, h6, [role=heading]",matches:"heading-matches",tags:["cat.semantics","best-practice"],all:[],any:["heading-order"],none:[]},{id:"hidden-content",impact:"minor",selector:"*",excludeHidden:!1,tags:["cat.structure","best-practice","experimental","review-item"],all:[],any:["hidden-content"],none:[]},{id:"html-has-lang",impact:"serious",selector:"html:not(html *)",matches:"is-initiator-matches",tags:["cat.language","wcag2a","wcag311","TTv5","TT11.a","EN-301-549","EN-9.3.1.1","ACT","RGAAv4","RGAA-8.3.1"],actIds:["b5c3f8"],all:[],any:[{options:{attributes:["lang","xml:lang"]},id:"has-lang"}],none:[]},{id:"html-lang-valid",impact:"serious",selector:'html[lang]:not([lang=""]):not(html *), html[xml\\:lang]:not([xml\\:lang=""]):not(html *)',tags:["cat.language","wcag2a","wcag311","TTv5","TT11.a","EN-301-549","EN-9.3.1.1","ACT","RGAAv4","RGAA-8.4.1"],actIds:["bf051a"],all:[],any:[],none:[{options:{attributes:["lang","xml:lang"]},id:"valid-lang"}]},{id:"html-xml-lang-mismatch",impact:"moderate",selector:"html[lang][xml\\:lang]:not(html *)",matches:"xml-lang-mismatch-matches",tags:["cat.language","wcag2a","wcag311","EN-301-549","EN-9.3.1.1","ACT","RGAAv4","RGAA-8.3.1"],actIds:["5b7ae0"],all:["xml-lang-mismatch"],any:[],none:[]},{id:"identical-links-same-purpose",impact:"minor",selector:'a[href], area[href], [role="link"]',excludeHidden:!1,enabled:!1,matches:"identical-links-same-purpose-matches",tags:["cat.semantics","wcag2aaa","wcag249"],actIds:["b20e66"],all:["identical-links-same-purpose"],any:[],none:[]},{id:"image-alt",impact:"critical",selector:"img",matches:"no-explicit-name-required-matches",tags:["cat.text-alternatives","wcag2a","wcag111","section508","section508.22.a","TTv5","TT7.a","TT7.b","EN-301-549","EN-9.1.1.1","ACT","RGAAv4","RGAA-1.1.1"],actIds:["23a2a8"],all:[],any:["has-alt","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"presentational-role"],none:["alt-space-value"]},{id:"image-redundant-alt",impact:"minor",selector:"img",tags:["cat.text-alternatives","best-practice"],all:[],any:[],none:[{options:{parentSelector:"button, [role=button], a[href], p, li, td, th"},id:"duplicate-img-label"}]},{id:"input-button-name",impact:"critical",selector:'input[type="button"], input[type="submit"], input[type="reset"]',matches:"no-explicit-name-required-matches",tags:["cat.name-role-value","wcag2a","wcag412","section508","section508.22.a","TTv5","TT5.c","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-11.9.1"],actIds:["97a4e1"],all:[],any:["non-empty-if-present",{options:{attribute:"value"},id:"non-empty-value"},"aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"implicit-label","explicit-label","presentational-role"],none:[]},{id:"input-image-alt",impact:"critical",selector:'input[type="image"]',matches:"no-explicit-name-required-matches",tags:["cat.text-alternatives","wcag2a","wcag111","wcag412","section508","section508.22.a","TTv5","TT7.a","EN-301-549","EN-9.1.1.1","EN-9.4.1.2","ACT","RGAAv4","RGAA-1.1.3"],actIds:["59796f"],all:[],any:[{options:{attribute:"alt"},id:"non-empty-alt"},"aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"implicit-label","explicit-label"],none:[]},{id:"label-content-name-mismatch",impact:"serious",matches:"label-content-name-mismatch-matches",tags:["cat.semantics","wcag21a","wcag253","EN-301-549","EN-9.2.5.3","RGAAv4","RGAA-6.1.5","experimental"],actIds:["2ee8b8"],all:[],any:[{options:{pixelThreshold:.1,occurrenceThreshold:3},id:"label-content-name-mismatch"}],none:[]},{id:"label-title-only",impact:"serious",selector:"input, select, textarea",matches:"label-matches",tags:["cat.forms","best-practice"],all:[],any:[],none:["title-only"]},{id:"label",impact:"critical",selector:"input, textarea",matches:"label-matches",tags:["cat.forms","wcag2a","wcag412","section508","section508.22.n","TTv5","TT5.c","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-11.1.1"],actIds:["e086e5"],all:[],any:["implicit-label","explicit-label","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},{options:{attribute:"placeholder"},id:"non-empty-placeholder"},"presentational-role"],none:["hidden-explicit-label"]},{id:"landmark-banner-is-top-level",impact:"moderate",selector:"header:not([role]), [role=banner]",matches:"landmark-has-body-context-matches",tags:["cat.semantics","best-practice"],all:[],any:["landmark-is-top-level"],none:[]},{id:"landmark-complementary-is-top-level",impact:"moderate",selector:"aside:not([role]), [role=complementary]",tags:["cat.semantics","best-practice"],all:[],any:["landmark-is-top-level"],none:[]},{id:"landmark-contentinfo-is-top-level",impact:"moderate",selector:"footer:not([role]), [role=contentinfo]",matches:"landmark-has-body-context-matches",tags:["cat.semantics","best-practice"],all:[],any:["landmark-is-top-level"],none:[]},{id:"landmark-main-is-top-level",impact:"moderate",selector:"main:not([role]), [role=main]",tags:["cat.semantics","best-practice"],all:[],any:["landmark-is-top-level"],none:[]},{id:"landmark-no-duplicate-banner",impact:"moderate",selector:"header:not([role]), [role=banner]",tags:["cat.semantics","best-practice"],all:[],any:[{options:{selector:"header:not([role]), [role=banner]",role:"banner"},id:"page-no-duplicate-banner"}],none:[]},{id:"landmark-no-duplicate-contentinfo",impact:"moderate",selector:"footer:not([role]), [role=contentinfo]",tags:["cat.semantics","best-practice"],all:[],any:[{options:{selector:"footer:not([role]), [role=contentinfo]",role:"contentinfo"},id:"page-no-duplicate-contentinfo"}],none:[]},{id:"landmark-no-duplicate-main",impact:"moderate",selector:"main:not([role]), [role=main]",tags:["cat.semantics","best-practice"],all:[],any:[{options:{selector:"main:not([role]), [role='main']"},id:"page-no-duplicate-main"}],none:[]},{id:"landmark-one-main",impact:"moderate",selector:"html:not(html *)",tags:["cat.semantics","best-practice"],all:[{options:{selector:"main:not([role]), [role='main']",passForModal:!0},id:"page-has-main"}],any:[],none:[]},{id:"landmark-unique",impact:"moderate",selector:"[role=banner], [role=complementary], [role=contentinfo], [role=main], [role=navigation], [role=region], [role=search], [role=form], form, footer, header, aside, main, nav, section",tags:["cat.semantics","best-practice"],matches:"landmark-unique-matches",all:[],any:["landmark-is-unique"],none:[]},{id:"link-in-text-block",impact:"serious",selector:"a[href], [role=link]",matches:"link-in-text-block-matches",excludeHidden:!1,tags:["cat.color","wcag2a","wcag141","TTv5","TT13.a","EN-301-549","EN-9.1.4.1","RGAAv4","RGAA-10.6.1"],all:[],any:[{options:{requiredContrastRatio:3,allowSameColor:!0},id:"link-in-text-block"},"link-in-text-block-style"],none:[]},{id:"link-name",impact:"serious",selector:"a[href]",tags:["cat.name-role-value","wcag2a","wcag244","wcag412","section508","section508.22.a","TTv5","TT6.a","EN-301-549","EN-9.2.4.4","EN-9.4.1.2","ACT","RGAAv4","RGAA-6.2.1"],actIds:["c487ae"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:["focusable-no-name"]},{id:"list",impact:"serious",selector:"ul, ol",matches:"no-role-matches",tags:["cat.structure","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.3.1"],all:[],any:[],none:[{options:{validRoles:["listitem"],validNodeNames:["li"]},id:"only-listitems"}]},{id:"listitem",impact:"serious",selector:"li",matches:"no-role-matches",tags:["cat.structure","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.3.1"],all:[],any:["listitem"],none:[]},{id:"marquee",impact:"serious",selector:"marquee",excludeHidden:!1,tags:["cat.parsing","wcag2a","wcag222","TTv5","TT2.b","EN-301-549","EN-9.2.2.2","RGAAv4","RGAA-13.8.1"],all:[],any:[],none:["is-on-screen"]},{id:"meta-refresh-no-exceptions",impact:"minor",selector:'meta[http-equiv="refresh"][content]',excludeHidden:!1,enabled:!1,tags:["cat.time-and-media","wcag2aaa","wcag224","wcag325"],actIds:["bisz58"],all:[],any:[{options:{minDelay:72e3,maxDelay:!1},id:"meta-refresh-no-exceptions"}],none:[]},{id:"meta-refresh",impact:"critical",selector:'meta[http-equiv="refresh"][content]',excludeHidden:!1,tags:["cat.time-and-media","wcag2a","wcag221","TTv5","TT8.a","EN-301-549","EN-9.2.2.1","RGAAv4","RGAA-13.1.2"],actIds:["bc659a","bisz58"],all:[],any:[{options:{minDelay:0,maxDelay:72e3},id:"meta-refresh"}],none:[]},{id:"meta-viewport-large",impact:"minor",selector:'meta[name="viewport"]',matches:"is-initiator-matches",excludeHidden:!1,tags:["cat.sensory-and-visual-cues","best-practice"],all:[],any:[{options:{scaleMinimum:5,lowerBound:2},id:"meta-viewport-large"}],none:[]},{id:"meta-viewport",impact:"moderate",selector:'meta[name="viewport"]',matches:"is-initiator-matches",excludeHidden:!1,tags:["cat.sensory-and-visual-cues","wcag2aa","wcag144","EN-301-549","EN-9.1.4.4","ACT","RGAAv4","RGAA-10.4.2"],actIds:["b4f0c3"],all:[],any:[{options:{scaleMinimum:2},id:"meta-viewport"}],none:[]},{id:"nested-interactive",impact:"serious",matches:"nested-interactive-matches",tags:["cat.keyboard","wcag2a","wcag412","TTv5","TT6.a","EN-301-549","EN-9.4.1.2","RGAAv4","RGAA-7.1.1"],actIds:["307n5z"],all:[],any:["no-focusable-content"],none:[]},{id:"no-autoplay-audio",impact:"moderate",excludeHidden:!1,selector:"audio[autoplay], video[autoplay]",matches:"no-autoplay-audio-matches",reviewOnFail:!0,tags:["cat.time-and-media","wcag2a","wcag142","TTv5","TT2.a","EN-301-549","EN-9.1.4.2","ACT","RGAAv4","RGAA-4.10.1"],actIds:["80f0bf"],preload:!0,all:[{options:{allowedDuration:3},id:"no-autoplay-audio"}],any:[],none:[]},{id:"object-alt",impact:"serious",selector:"object[data]",matches:"object-is-loaded-matches",tags:["cat.text-alternatives","wcag2a","wcag111","section508","section508.22.a","EN-301-549","EN-9.1.1.1","RGAAv4","RGAA-1.1.6"],actIds:["8fc3b6"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"presentational-role"],none:[]},{id:"p-as-heading",impact:"serious",selector:"p",matches:"p-as-heading-matches",tags:["cat.semantics","wcag2a","wcag131","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-9.1.3","experimental"],all:[{options:{margins:[{weight:150,italic:!0},{weight:150,size:1.15},{italic:!0,size:1.15},{size:1.4}],passLength:1,failLength:.5},id:"p-as-heading"}],any:[],none:[]},{id:"page-has-heading-one",impact:"moderate",selector:"html:not(html *)",tags:["cat.semantics","best-practice"],all:[{options:{selector:"h1:not([role], [aria-level]), :is(h1, h2, h3, h4, h5, h6):not([role])[aria-level=1], [role=heading][aria-level=1]",passForModal:!0},id:"page-has-heading-one"}],any:[],none:[]},{id:"presentation-role-conflict",impact:"minor",selector:`img[alt=''], [role="none"], [role="presentation"]`,matches:"has-implicit-chromium-role-matches",tags:["cat.aria","best-practice","ACT"],actIds:["46ca7f"],all:[],any:[],none:["is-element-focusable","has-global-aria-attribute"]},{id:"region",impact:"moderate",selector:"body *",tags:["cat.keyboard","best-practice","RGAAv4","RGAA-9.2.1"],all:[],any:[{options:{regionMatcher:"dialog, [role=dialog], [role=alertdialog], svg"},id:"region"}],none:[]},{id:"role-img-alt",impact:"serious",selector:"[role='img']:not(img, area, input, object)",matches:"html-namespace-matches",tags:["cat.text-alternatives","wcag2a","wcag111","section508","section508.22.a","TTv5","TT7.a","EN-301-549","EN-9.1.1.1","ACT","RGAAv4","RGAA-1.1.1"],actIds:["23a2a8"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"scope-attr-valid",impact:"moderate",selector:"td[scope], th[scope]",tags:["cat.tables","best-practice"],all:["html5-scope",{options:{values:["row","col","rowgroup","colgroup"]},id:"scope-value"}],any:[],none:[]},{id:"scrollable-region-focusable",impact:"serious",selector:"*:not(select,textarea)",matches:"scrollable-region-focusable-matches",tags:["cat.keyboard","wcag2a","wcag211","wcag213","TTv5","TT4.a","EN-301-549","EN-9.2.1.1","EN-9.2.1.3","RGAAv4","RGAA-7.3.2"],actIds:["0ssw9k"],all:[],any:["focusable-content","focusable-element"],none:[]},{id:"select-name",impact:"critical",selector:"select",tags:["cat.forms","wcag2a","wcag412","section508","section508.22.n","TTv5","TT5.c","EN-301-549","EN-9.4.1.2","ACT","RGAAv4","RGAA-11.1.1"],actIds:["e086e5"],all:[],any:["implicit-label","explicit-label","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"presentational-role"],none:["hidden-explicit-label"]},{id:"server-side-image-map",impact:"minor",selector:"img[ismap]",tags:["cat.text-alternatives","wcag2a","wcag211","section508","section508.22.f","TTv5","TT4.a","EN-301-549","EN-9.2.1.1","RGAAv4","RGAA-1.1.4"],all:[],any:[],none:["exists"]},{id:"skip-link",impact:"moderate",selector:'a[href^="#"], a[href^="/#"]',matches:"skip-link-matches",tags:["cat.keyboard","best-practice","RGAAv4","RGAA-12.7.1"],all:[],any:["skip-link"],none:[]},{id:"summary-name",impact:"serious",selector:"summary",matches:"summary-interactive-matches",tags:["cat.name-role-value","wcag2a","wcag412","section508","section508.22.a","TTv5","TT6.a","EN-301-549","EN-9.4.1.2"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"svg-img-alt",impact:"serious",selector:'[role="img"], [role="graphics-symbol"], svg[role="graphics-document"]',matches:"svg-namespace-matches",tags:["cat.text-alternatives","wcag2a","wcag111","section508","section508.22.a","TTv5","TT7.a","EN-301-549","EN-9.1.1.1","ACT","RGAAv4","RGAA-1.1.5"],actIds:["7d6734"],all:[],any:["svg-non-empty-title","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"tabindex",impact:"serious",selector:"[tabindex]",tags:["cat.keyboard","best-practice"],all:[],any:["tabindex"],none:[]},{id:"table-duplicate-name",impact:"minor",selector:"table",tags:["cat.tables","best-practice","RGAAv4","RGAA-5.2.1"],all:[],any:[],none:["same-caption-summary"]},{id:"table-fake-caption",impact:"serious",selector:"table",matches:"data-table-matches",tags:["cat.tables","experimental","wcag2a","wcag131","section508","section508.22.g","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-5.4.1"],all:["caption-faked"],any:[],none:[]},{id:"target-size",impact:"serious",selector:"*",enabled:!1,matches:"widget-not-inline-matches",tags:["cat.sensory-and-visual-cues","wcag22aa","wcag258"],all:[],any:[{options:{minSize:24},id:"target-size"},{options:{minOffset:24},id:"target-offset"}],none:[]},{id:"td-has-header",impact:"critical",selector:"table",matches:"data-table-large-matches",tags:["cat.tables","experimental","wcag2a","wcag131","section508","section508.22.g","TTv5","TT14.b","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-5.7.4"],all:["td-has-header"],any:[],none:[]},{id:"td-headers-attr",impact:"serious",selector:"table",matches:"table-or-grid-role-matches",tags:["cat.tables","wcag2a","wcag131","section508","section508.22.g","TTv5","TT14.b","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-5.7.4"],actIds:["a25f45"],all:["td-headers-attr"],any:[],none:[]},{id:"th-has-data-cells",impact:"serious",selector:"table",matches:"data-table-matches",tags:["cat.tables","wcag2a","wcag131","section508","section508.22.g","TTv5","TT14.b","EN-301-549","EN-9.1.3.1","RGAAv4","RGAA-5.7.1"],actIds:["d0f69e"],all:["th-has-data-cells"],any:[],none:[]},{id:"valid-lang",impact:"serious",selector:"[lang]:not(html), [xml\\:lang]:not(html)",tags:["cat.language","wcag2aa","wcag312","TTv5","TT11.b","EN-301-549","EN-9.3.1.2","ACT","RGAAv4","RGAA-8.8.1"],actIds:["de46e4"],all:[],any:[],none:[{options:{attributes:["lang","xml:lang"]},id:"valid-lang"}]},{id:"video-caption",impact:"critical",selector:"video",tags:["cat.text-alternatives","wcag2a","wcag122","section508","section508.22.a","TTv5","TT17.a","EN-301-549","EN-9.1.2.2","RGAAv4","RGAA-4.3.1"],actIds:["eac66b"],all:[],any:[],none:["caption"]}],checks:[{id:"abstractrole",evaluate:"abstractrole-evaluate"},{id:"aria-allowed-attr-elm",evaluate:"aria-allowed-attr-elm-evaluate"},{id:"aria-allowed-attr",evaluate:"aria-allowed-attr-evaluate",options:{validTreeRowAttrs:["aria-posinset","aria-setsize","aria-expanded","aria-level"]}},{id:"aria-allowed-role",evaluate:"aria-allowed-role-evaluate",options:{allowImplicit:!0,ignoredTags:[]}},{id:"aria-busy",evaluate:"aria-busy-evaluate",deprecated:!0},{id:"aria-conditional-attr",evaluate:"aria-conditional-attr-evaluate",options:{invalidTableRowAttrs:["aria-posinset","aria-setsize","aria-expanded","aria-level"]}},{id:"aria-errormessage",evaluate:"aria-errormessage-evaluate"},{id:"aria-hidden-body",evaluate:"aria-hidden-body-evaluate"},{id:"aria-level",evaluate:"aria-level-evaluate"},{id:"aria-prohibited-attr",evaluate:"aria-prohibited-attr-evaluate",options:{elementsAllowedAriaLabel:["applet","input"]}},{id:"aria-required-attr",evaluate:"aria-required-attr-evaluate"},{id:"aria-required-children",evaluate:"aria-required-children-evaluate",options:{reviewEmpty:["doc-bibliography","doc-endnotes","grid","list","listbox","menu","menubar","table","tablist","tree","treegrid","rowgroup"]}},{id:"aria-required-parent",evaluate:"aria-required-parent-evaluate",options:{ownGroupRoles:["listitem","treeitem"]}},{id:"aria-roledescription",evaluate:"aria-roledescription-evaluate",options:{supportedRoles:["button","img","checkbox","radio","combobox","menuitemcheckbox","menuitemradio"]}},{id:"aria-unsupported-attr",evaluate:"aria-unsupported-attr-evaluate"},{id:"aria-valid-attr-value",evaluate:"aria-valid-attr-value-evaluate",options:[]},{id:"aria-valid-attr",evaluate:"aria-valid-attr-evaluate",options:[]},{id:"braille-label-equivalent",evaluate:"braille-label-equivalent-evaluate"},{id:"braille-roledescription-equivalent",evaluate:"braille-roledescription-equivalent-evaluate"},{id:"deprecatedrole",evaluate:"deprecatedrole-evaluate"},{id:"fallbackrole",evaluate:"fallbackrole-evaluate"},{id:"has-global-aria-attribute",evaluate:"has-global-aria-attribute-evaluate"},{id:"has-widget-role",evaluate:"has-widget-role-evaluate",options:[]},{id:"invalidrole",evaluate:"invalidrole-evaluate"},{id:"is-element-focusable",evaluate:"is-element-focusable-evaluate"},{id:"no-implicit-explicit-label",evaluate:"no-implicit-explicit-label-evaluate"},{id:"unsupportedrole",evaluate:"unsupportedrole-evaluate"},{id:"valid-scrollable-semantics",evaluate:"valid-scrollable-semantics-evaluate",options:{roles:["tooltip"]}},{id:"color-contrast-enhanced",evaluate:"color-contrast-evaluate",options:{ignoreUnicode:!0,ignoreLength:!1,ignorePseudo:!1,boldValue:700,boldTextPt:14,largeTextPt:18,contrastRatio:{normal:{expected:7,minThreshold:4.5},large:{expected:4.5,minThreshold:3}},pseudoSizeThreshold:.25,shadowOutlineEmMax:.1,textStrokeEmMin:.03}},{id:"color-contrast",evaluate:"color-contrast-evaluate",options:{ignoreUnicode:!0,ignoreLength:!1,ignorePseudo:!1,boldValue:700,boldTextPt:14,largeTextPt:18,contrastRatio:{normal:{expected:4.5},large:{expected:3}},pseudoSizeThreshold:.25,shadowOutlineEmMax:.2,textStrokeEmMin:.03}},{id:"link-in-text-block-style",evaluate:"link-in-text-block-style-evaluate"},{id:"link-in-text-block",evaluate:"link-in-text-block-evaluate",options:{requiredContrastRatio:3,allowSameColor:!0}},{id:"autocomplete-appropriate",evaluate:"autocomplete-appropriate-evaluate",deprecated:!0},{id:"autocomplete-valid",evaluate:"autocomplete-valid-evaluate",options:{stateTerms:["none","false","true","disabled","enabled","undefined","null","xoff","xon"],ignoredValues:["text","pronouns","gender","message","content"]}},{id:"accesskeys",evaluate:"accesskeys-evaluate",after:"accesskeys-after"},{id:"focusable-content",evaluate:"focusable-content-evaluate"},{id:"focusable-disabled",evaluate:"focusable-disabled-evaluate"},{id:"focusable-element",evaluate:"focusable-element-evaluate"},{id:"focusable-modal-open",evaluate:"focusable-modal-open-evaluate"},{id:"focusable-no-name",evaluate:"focusable-no-name-evaluate"},{id:"focusable-not-tabbable",evaluate:"focusable-not-tabbable-evaluate"},{id:"frame-focusable-content",evaluate:"frame-focusable-content-evaluate"},{id:"landmark-is-top-level",evaluate:"landmark-is-top-level-evaluate"},{id:"no-focusable-content",evaluate:"no-focusable-content-evaluate"},{id:"page-has-heading-one",evaluate:"has-descendant-evaluate",after:"has-descendant-after",options:{selector:"h1:not([role], [aria-level]), :is(h1, h2, h3, h4, h5, h6):not([role])[aria-level=1], [role=heading][aria-level=1]",passForModal:!0}},{id:"page-has-main",evaluate:"has-descendant-evaluate",after:"has-descendant-after",options:{selector:"main:not([role]), [role='main']",passForModal:!0}},{id:"page-no-duplicate-banner",evaluate:"page-no-duplicate-evaluate",after:"page-no-duplicate-after",options:{selector:"header:not([role]), [role=banner]",role:"banner"}},{id:"page-no-duplicate-contentinfo",evaluate:"page-no-duplicate-evaluate",after:"page-no-duplicate-after",options:{selector:"footer:not([role]), [role=contentinfo]",role:"contentinfo"}},{id:"page-no-duplicate-main",evaluate:"page-no-duplicate-evaluate",after:"page-no-duplicate-after",options:{selector:"main:not([role]), [role='main']"}},{id:"tabindex",evaluate:"tabindex-evaluate"},{id:"alt-space-value",evaluate:"alt-space-value-evaluate"},{id:"duplicate-img-label",evaluate:"duplicate-img-label-evaluate",options:{parentSelector:"button, [role=button], a[href], p, li, td, th"}},{id:"explicit-label",evaluate:"explicit-evaluate"},{id:"help-same-as-label",evaluate:"help-same-as-label-evaluate"},{id:"hidden-explicit-label",evaluate:"hidden-explicit-label-evaluate"},{id:"implicit-label",evaluate:"implicit-evaluate"},{id:"label-content-name-mismatch",evaluate:"label-content-name-mismatch-evaluate",options:{pixelThreshold:.1,occurrenceThreshold:3}},{id:"multiple-label",evaluate:"multiple-label-evaluate"},{id:"title-only",evaluate:"title-only-evaluate"},{id:"landmark-is-unique",evaluate:"landmark-is-unique-evaluate",after:"landmark-is-unique-after"},{id:"has-lang",evaluate:"has-lang-evaluate",options:{attributes:["lang","xml:lang"]}},{id:"valid-lang",evaluate:"valid-lang-evaluate",options:{attributes:["lang","xml:lang"]}},{id:"xml-lang-mismatch",evaluate:"xml-lang-mismatch-evaluate"},{id:"dlitem",evaluate:"dlitem-evaluate"},{id:"listitem",evaluate:"listitem-evaluate"},{id:"only-dlitems",evaluate:"invalid-children-evaluate",options:{validRoles:["definition","term","listitem"],validNodeNames:["dt","dd"],divGroups:!0}},{id:"only-listitems",evaluate:"invalid-children-evaluate",options:{validRoles:["listitem"],validNodeNames:["li"]}},{id:"structured-dlitems",evaluate:"structured-dlitems-evaluate"},{id:"caption",evaluate:"caption-evaluate"},{id:"frame-tested",evaluate:"frame-tested-evaluate",after:"frame-tested-after",options:{isViolation:!1}},{id:"no-autoplay-audio",evaluate:"no-autoplay-audio-evaluate",options:{allowedDuration:3}},{id:"css-orientation-lock",evaluate:"css-orientation-lock-evaluate",options:{degreeThreshold:2}},{id:"meta-viewport-large",evaluate:"meta-viewport-scale-evaluate",options:{scaleMinimum:5,lowerBound:2}},{id:"meta-viewport",evaluate:"meta-viewport-scale-evaluate",options:{scaleMinimum:2}},{id:"target-offset",evaluate:"target-offset-evaluate",options:{minOffset:24}},{id:"target-size",evaluate:"target-size-evaluate",options:{minSize:24}},{id:"header-present",evaluate:"has-descendant-evaluate",after:"has-descendant-after",options:{selector:":is(h1, h2, h3, h4, h5, h6):not([role]), [role=heading]"}},{id:"heading-order",evaluate:"heading-order-evaluate",after:"heading-order-after"},{id:"identical-links-same-purpose",evaluate:"identical-links-same-purpose-evaluate",after:"identical-links-same-purpose-after"},{id:"internal-link-present",evaluate:"internal-link-present-evaluate"},{id:"landmark",evaluate:"has-descendant-evaluate",options:{selector:"main, [role=main]"}},{id:"meta-refresh-no-exceptions",evaluate:"meta-refresh-evaluate",options:{minDelay:72e3,maxDelay:!1}},{id:"meta-refresh",evaluate:"meta-refresh-evaluate",options:{minDelay:0,maxDelay:72e3}},{id:"p-as-heading",evaluate:"p-as-heading-evaluate",options:{margins:[{weight:150,italic:!0},{weight:150,size:1.15},{italic:!0,size:1.15},{size:1.4}],passLength:1,failLength:.5}},{id:"region",evaluate:"region-evaluate",after:"region-after",options:{regionMatcher:"dialog, [role=dialog], [role=alertdialog], svg"}},{id:"skip-link",evaluate:"skip-link-evaluate"},{id:"unique-frame-title",evaluate:"unique-frame-title-evaluate",after:"unique-frame-title-after"},{id:"duplicate-id-active",evaluate:"duplicate-id-evaluate",after:"duplicate-id-after"},{id:"duplicate-id-aria",evaluate:"duplicate-id-evaluate",after:"duplicate-id-after"},{id:"duplicate-id",evaluate:"duplicate-id-evaluate",after:"duplicate-id-after"},{id:"aria-label",evaluate:"aria-label-evaluate"},{id:"aria-labelledby",evaluate:"aria-labelledby-evaluate"},{id:"avoid-inline-spacing",evaluate:"avoid-inline-spacing-evaluate",options:{cssProperties:["line-height","letter-spacing","word-spacing"]}},{id:"button-has-visible-text",evaluate:"has-text-content-evaluate"},{id:"doc-has-title",evaluate:"doc-has-title-evaluate"},{id:"error-occurred",evaluate:"exists-evaluate"},{id:"exists",evaluate:"exists-evaluate"},{id:"has-alt",evaluate:"has-alt-evaluate"},{id:"has-visible-text",evaluate:"has-text-content-evaluate"},{id:"important-letter-spacing",evaluate:"inline-style-property-evaluate",options:{cssProperty:"letter-spacing",minValue:.12}},{id:"important-line-height",evaluate:"inline-style-property-evaluate",options:{multiLineOnly:!0,cssProperty:"line-height",minValue:1.5,normalValue:1}},{id:"important-word-spacing",evaluate:"inline-style-property-evaluate",options:{cssProperty:"word-spacing",minValue:.16}},{id:"is-on-screen",evaluate:"is-on-screen-evaluate"},{id:"non-empty-alt",evaluate:"attr-non-space-content-evaluate",options:{attribute:"alt"}},{id:"non-empty-if-present",evaluate:"non-empty-if-present-evaluate"},{id:"non-empty-placeholder",evaluate:"attr-non-space-content-evaluate",options:{attribute:"placeholder"}},{id:"non-empty-title",evaluate:"attr-non-space-content-evaluate",options:{attribute:"title"}},{id:"non-empty-value",evaluate:"attr-non-space-content-evaluate",options:{attribute:"value"}},{id:"presentational-role",evaluate:"presentational-role-evaluate"},{id:"role-none",evaluate:"matches-definition-evaluate",deprecated:!0,options:{matcher:{attributes:{role:"none"}}}},{id:"role-presentation",evaluate:"matches-definition-evaluate",deprecated:!0,options:{matcher:{attributes:{role:"presentation"}}}},{id:"svg-non-empty-title",evaluate:"svg-non-empty-title-evaluate"},{id:"caption-faked",evaluate:"caption-faked-evaluate"},{id:"html5-scope",evaluate:"html5-scope-evaluate"},{id:"same-caption-summary",evaluate:"same-caption-summary-evaluate"},{id:"scope-value",evaluate:"scope-value-evaluate",options:{values:["row","col","rowgroup","colgroup"]}},{id:"td-has-header",evaluate:"td-has-header-evaluate"},{id:"td-headers-attr",evaluate:"td-headers-attr-evaluate"},{id:"th-has-data-cells",evaluate:"th-has-data-cells-evaluate"},{id:"hidden-content",evaluate:"hidden-content-evaluate"}]})})(typeof window=="object"?window:sk)})(Sl);var Yk=Sl.exports;const Kk=uk(Yk);function Xk(f,h){const p=h.filter(g=>g.enabled);if(p.length===0)return 0;const D=p.map(g=>({id:`custom-${g.id}-check`,evaluate:S=>{switch(g.check.type){case"fail-on-match":return!1;case"attribute-required":return S.hasAttribute(g.check.attribute);case"attribute-equals":return S.getAttribute(g.check.attribute)===g.check.value}},metadata:{impact:g.impact,messages:{pass:"OK",fail:g.check.message}}})),b=p.map(g=>({id:`custom-${g.id}`,selector:g.selector,tags:["wcagcheckr-custom"],any:[`custom-${g.id}-check`],enabled:!0,impact:g.impact,metadata:{description:g.description,help:g.description}}));return f.configure({checks:D,rules:b}),p.length}async function Zk(){return Kk}const Qk={runOnly:{type:"tag",values:["wcag2a","wcag2aa","wcag21a","wcag21aa","wcag22a","wcag22aa","best-practice"]},resultTypes:["violations","incomplete","passes"]},gh="wcagcheckr-custom";async function Jk(){var f,h,p;try{const D=await((p=(h=(f=chrome.storage)==null?void 0:f.local)==null?void 0:h.get)==null?void 0:p.call(h,"disabledRules")),b=(D==null?void 0:D.disabledRules)??[];if(!Array.isArray(b)||b.length===0)return{};const g={};for(const S of b)typeof S=="string"&&S.length>0&&(g[S]={enabled:!1});return g}catch{return{}}}const Jt=At("audit-engine"),eO=2,tO=1500,rO=250;async function aO(){if(typeof document<"u"&&document.visibilityState==="hidden")return;let f=0;const h=performance.now();return new Promise(p=>{function D(){if(performance.now()-h>tO){Jt.warn("paint stabilization timed out; proceeding anyway"),p();return}f++,f>=eO?p():requestAnimationFrame(D)}requestAnimationFrame(D)})}const bh="wcag-audit-freeze-style",nO=`
|
|
31
31
|
*, *::before, *::after {
|
|
32
32
|
animation-play-state: paused !important;
|
|
33
33
|
animation-duration: 0ms !important;
|
|
@@ -36,14 +36,14 @@ 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
|
-
`,iO=.85,bh=80,oO=300,sO=4e3;async function uO(){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*iO),S=performance.now();for(let I=0;I<D&&!(performance.now()-S>sO);I+=g)window.scrollTo({top:I,left:0,behavior:"instant"}),await new Promise(Y=>setTimeout(Y,bh));window.scrollTo({top:D,left:0,behavior:"instant"}),await new Promise(I=>setTimeout(I,bh)),window.scrollTo({top:h,left:p,behavior:"instant"}),await new Promise(I=>setTimeout(I,oO))}catch(h){Qt.warn("scroll-reveal warmup failed (continuing with audit)",h)}}function lO(){if(typeof document>"u")return()=>{};if(document.getElementById(gh))return()=>{};const f=document.createElement("style");return f.id=gh,f.textContent=nO,document.head.appendChild(f),()=>f.remove()}function cO(f){return f==="minor"||f==="moderate"||f==="serious"||f==="critical"?f:"moderate"}function dO(f){return f.some(h=>h.endsWith("aaa"))?"AAA":f.some(h=>h.endsWith("aa"))?"AA":"A"}function go(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 fO(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 Z=I.outerHTML;if(Y.outerHTMLSnippet=Z.length>1200?Z.slice(0,1200)+"…":Z,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:pO(I)}}}D.push(Y)}return D}function pO(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=yh(p));const I=g.backgroundColor;if(I&&!h.has(I))return{color:I,fromAncestor:p===f?void 0:yh(p),hasBackgroundImageInChain:b,imageAncestor:D};p=p.parentElement}return{color:"rgb(255, 255, 255)",fromAncestor:"document default",hasBackgroundImageInChain:b,imageAncestor:D}}function yh(f){const h=f.tagName.toLowerCase(),p=f.id?`#${f.id}`:"",D=f.classList.length>0?`.${f.classList[0]}`:"";return`${h}${p}${D}`}function mO(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:hO(f),cascadeChain:bO(f,p)}}function hO(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=vO(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 vO(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 gO=/var\(\s*(--[A-Za-z0-9_-]+)/g;function bO(f,h){if(!(h!=="color-contrast"&&h!=="color-contrast-enhanced")&&typeof getComputedStyle=="function")try{const p=getComputedStyle(f);return{color:wh(f,"color",p.color),backgroundColor:wh(f,"background-color",p.backgroundColor)}}catch{return}}function wh(f,h,p){let D,b;for(const S of Array.from(document.styleSheets)){let I=null;try{I=S.cssRules}catch{continue}I&&Kh(I,f,h,(Y,Z)=>{D=Y,b=Z})}if(!D)return;const g=[...D.matchAll(gO)].map(S=>S[1]).filter(S=>!!S);return{authored:D,rendered:p,vars:g,ruleSelector:b}}function Kh(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&&Kh(b.cssRules,h,p,D)}}async function yO(f,h,p){var wt,dr,fr,ka,pr,_r,Nn,Mn;const D=lO();await new Promise(he=>setTimeout(he,rO)),await aO();const b=new Date().toISOString(),g=performance.now(),S=document.querySelector(f);if(!S)throw D(),new Error(`scope not found: ${f}`);const I=Hh({element:S,url:window.location.href}),Y=await Zk(),Z=await Jk();let z=!1;try{const he=await lk();he.length>0&&(Xk(Y,he),z=!0)}catch(he){Qt.warn("custom-rule registration failed; continuing with built-ins only",he)}const ne=p??Qk,Te=z&&ne.runOnly&&typeof ne.runOnly=="object"&&Array.isArray(ne.runOnly.values)&&!ne.runOnly.values.includes(vh)?{...ne,runOnly:{...ne.runOnly,values:[...ne.runOnly.values,vh]}}:ne,le=Object.keys(Z).length>0?{...Te,rules:{...Te.rules??{},...Z}}:Te;let ge;try{ge=await Y.run(S,le)}catch(he){throw D(),he}const Se=Y.version??"unknown",nt=[];for(const he of ge.violations??[])for(const Ct of he.nodes??[]){const $e=Array.isArray(Ct.target)?Ct.target.join(" "):Ct.target,ye=document.querySelector($e);if(!ye)continue;const mr=mO(ye,Ct,he.id),je=await gl({ruleId:he.id,componentId:I.id,currentState:h,target:mr});nt.push({ruleId:he.id,wcagCriterion:go(he.tags??[]),wcagLevel:dO(he.tags??[]),impact:cO(he.impact),description:he.description??"",helpUrl:he.helpUrl??"",target:mr,componentId:I.id,currentState:h,axeVersion:Se,detectedAt:new Date().toISOString(),matchKey:je})}if(h.breakpoint.width<=320)try{const{analyzeReflow:he}=await sh(async()=>{const{analyzeReflow:$e}=await import("./reflow-analyzer-DNgBX8N_.js");return{analyzeReflow:$e}},[]),Ct=he(h.breakpoint.width,S);for(const $e of Ct.findings){const ye=document.querySelector($e.selector)??S,mr={selector:$e.selector,outerHTML:$e.outerHtml||(ye.outerHTML??"").slice(0,500),failureSummary:$e.kind==="document-overflow"?`Page scrolls horizontally at ${h.breakpoint.width}px (content width ${Ct.documentScrollWidthPx}px, overflow ${$e.overflowPx}px).`:$e.kind==="element-overflow"?`Element extends ${$e.overflowPx}px past the ${h.breakpoint.width}px viewport edge.`:`Element scrolls horizontally (${$e.overflowPx}px past its container).`,tagName:ye.tagName,role:((wt=ye.getAttribute)==null?void 0:wt.call(ye,"role"))??null,accessibleName:((dr=ye.getAttribute)==null?void 0:dr.call(ye,"aria-label"))??null,textSnippet:((fr=ye.textContent)==null?void 0:fr.trim().slice(0,50))??null,attrId:ye.id||null,attrTestid:((ka=ye.getAttribute)==null?void 0:ka.call(ye,"data-testid"))??null},je=await gl({ruleId:"wcagcheckr-reflow",componentId:I.id,currentState:h,target:mr});nt.push({ruleId:"wcagcheckr-reflow",wcagCriterion:"1.4.10",wcagLevel:"AA",impact:"serious",description:$e.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:mr,componentId:I.id,currentState:h,axeVersion:Se,detectedAt:new Date().toISOString(),matchKey:je})}}catch(he){console.warn("[audit-engine] reflow analyzer failed:",he)}if(h.pseudoState==="default"&&h.theme==="light"&&h.direction==="ltr"&&h.breakpoint.id==="desktop")try{const{runAllDomCriterionAnalyzers:he}=await sh(async()=>{const{runAllDomCriterionAnalyzers:$e}=await import("./dom-criterion-analyzers-DmHtEjzT.js");return{runAllDomCriterionAnalyzers:$e}},[]),Ct=he();for(const $e of Ct){const ye=$e.element,je={selector:ye.id?`#${ye.id}`:ye===document.documentElement?"html":(ye.tagName||"unknown").toLowerCase()+(ye.classList[0]?"."+ye.classList[0]:""),outerHTML:(ye.outerHTML??"").slice(0,500),failureSummary:$e.failureSummary,tagName:ye.tagName,role:((pr=ye.getAttribute)==null?void 0:pr.call(ye,"role"))??null,accessibleName:((_r=ye.getAttribute)==null?void 0:_r.call(ye,"aria-label"))??null,textSnippet:((Nn=ye.textContent)==null?void 0:Nn.trim().slice(0,50))??null,attrId:ye.id||null,attrTestid:((Mn=ye.getAttribute)==null?void 0:Mn.call(ye,"data-testid"))??null},qo=await gl({ruleId:$e.ruleId,componentId:I.id,currentState:h,target:je});nt.push({ruleId:$e.ruleId,wcagCriterion:$e.wcagCriterion,wcagLevel:$e.wcagLevel,impact:$e.impact,description:$e.description,helpUrl:$e.helpUrl,target:je,componentId:I.id,currentState:h,axeVersion:Se,detectedAt:new Date().toISOString(),matchKey:qo})}}catch(he){console.warn("[audit-engine] dom-criterion-analyzers failed:",he)}return D(),{componentId:I.id,scope:f,pageUrl:typeof window<"u"&&window.location?window.location.href:void 0,state:h,violations:nt,passes:(ge.passes??[]).length,incomplete:(ge.incomplete??[]).length,inapplicable:(ge.inapplicable??[]).length,axeVersion:Se,startedAt:b,durationMs:performance.now()-g,axeRulesEvaluated:{passed:(ge.passes??[]).map(he=>({ruleId:he.id,wcagCriterion:go(he.tags??[])})).filter(he=>he.wcagCriterion),inapplicable:(ge.inapplicable??[]).map(he=>({ruleId:he.id,wcagCriterion:go(he.tags??[])})).filter(he=>he.wcagCriterion),incomplete:(ge.incomplete??[]).map(he=>({ruleId:he.id,wcagCriterion:go(he.tags??[]),elements:fO(he.id,he.nodes??[])})).filter(he=>he.wcagCriterion)}}}function wO(){const f=xe("SCOPE_FINGERPRINT_REQUEST",async Z=>{try{const z=Z.selector==="html"?document.documentElement:document.querySelector(Z.selector);if(!z)return{type:"SCOPE_FINGERPRINT_RESPONSE",fingerprint:null};const ne=z.outerHTML,Te=await crypto.subtle.digest("SHA-256",new TextEncoder().encode(ne));return{type:"SCOPE_FINGERPRINT_RESPONSE",fingerprint:Array.from(new Uint8Array(Te)).map(ge=>ge.toString(16).padStart(2,"0")).join("")}}catch(z){return Qt.warn("scope fingerprint failed",z),{type:"SCOPE_FINGERPRINT_RESPONSE",fingerprint:null}}}),h=xe("AUDIT_REQUEST",async Z=>{try{return{type:"AUDIT_RESPONSE",success:!0,result:await yO(Z.selector,Z.currentState,Z.axeConfig)}}catch(z){Qt.error("audit failed",z);const ne=z instanceof Error?z.message:String(z),Te=ne.toLowerCase().includes("paint")?"PAINT_TIMEOUT":"AXE_FAILED";return{type:"AUDIT_RESPONSE",success:!1,error:ok(Te,ne,!1)}}}),p=xe("CUSTOM_PROPERTY_REQUEST",async()=>{try{return{type:"CUSTOM_PROPERTY_RESPONSE",undefined:zk()}}catch(Z){return Qt.warn("custom-property analysis failed",Z),{type:"CUSTOM_PROPERTY_RESPONSE",undefined:[]}}}),D=xe("THEME_AWARENESS_REQUEST",async()=>{try{const Z=Wk();return{type:"THEME_AWARENESS_RESPONSE",hasLightModeCss:Z.hasLightModeCss,hasDarkModeCss:Z.hasDarkModeCss,hasUnreadableSheets:Z.hasUnreadableSheets}}catch(Z){return Qt.warn("theme-awareness probe failed",Z),{type:"THEME_AWARENESS_RESPONSE",hasLightModeCss:!0,hasDarkModeCss:!0,hasUnreadableSheets:!0}}}),b=xe("READING_ORDER_REQUEST",async Z=>{try{const z=document.querySelector(Z.selector)??document;return{type:"READING_ORDER_RESPONSE",issues:Uh(z)}}catch(z){return Qt.warn("reading-order analysis failed",z),{type:"READING_ORDER_RESPONSE",issues:[]}}}),g=xe("TYPOGRAPHY_ANALYZE_REQUEST",async Z=>{try{const z=document.querySelector(Z.selector)??document;return{type:"TYPOGRAPHY_ANALYZE_RESPONSE",issues:qk(z)}}catch(z){return Qt.warn("typography analysis failed",z),{type:"TYPOGRAPHY_ANALYZE_RESPONSE",issues:[]}}}),S=xe("TAB_ORDER_ANALYZE_REQUEST",async()=>{try{return{type:"TAB_ORDER_ANALYZE_RESPONSE",issues:Nk()}}catch(Z){return Qt.warn("tab-order analysis failed",Z),{type:"TAB_ORDER_ANALYZE_RESPONSE",issues:[]}}}),I=xe("WARMUP_REQUEST",async()=>(await uO(),{type:"WARMUP_RESPONSE"})),Y=xe("AI_CANDIDATES_REQUEST",async Z=>{try{return{type:"AI_CANDIDATES_RESPONSE",images:DO(Z.selector),headings:xO(Z.selector),instructions:AO(Z.selector),ariaElements:CO(Z.selector),links:RO(Z.selector),longTextBlocks:TO(Z.selector),languageInfo:FO(),colorOnlyRegions:SO(Z.selector)}}catch(z){return Qt.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 DO(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")??"";EO(b,I)||p.push({imageUrl:g,alt:I,selector:aa(b),outerHTML:(b.outerHTML??"").slice(0,500),surroundingContext:_O(b),pixelArea:Math.round(S.width*S.height)})}return p}function EO(f,h){if(ra(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 ra(f){let h=f;for(;h&&h!==document.body;){if(h.getAttribute("aria-hidden")==="true")return!0;h=h.parentElement}return!1}function aa(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 _O(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 xO(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(ra(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 Z="",z=S.nextElementSibling;for(;z&&Z.length<800;){const ne=parseInt(((g=z.tagName.match(/^H(\d)$/))==null?void 0:g[1])??"0",10);if(ne>0&&ne<=Y)break;const Te=(z.textContent??"").trim();Te&&(Z+=(Z?" ":"")+Te),z=z.nextElementSibling}Z.length<30||p.push({level:Y,text:I,sectionContent:Z.slice(0,800),selector:aa(S),outerHTML:(S.outerHTML??"").slice(0,300)})}return p}function AO(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(ra(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:aa(b),outerHTML:(b.outerHTML??"").slice(0,400)}),p.length>=20))break}return p}function CO(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(ra(g))continue;const S=g.getAttribute("role")??"";if(S&&(p.push({role:S,selector:aa(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 RO(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(ra(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 Z=(I.textContent??"").trim();if(Z.length>=g.length){S=Z;break}}I=I.parentElement}if(p.push({linkText:g,surroundingText:S.slice(0,800),selector:aa(b),outerHTML:(b.outerHTML??"").slice(0,400)}),p.length>=25)break}return p}function TO(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(ra(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:aa(g),outerHTML:(g.outerHTML??"").slice(0,400)}),D.add(g),p.length>=5))break}return p}function FO(){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 SO(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(ra(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 ne=b.getAttribute("aria-label")??b.getAttribute("title")??"",Te=[g?`text: "${g.slice(0,60)}"`:"no text content",ne?`label: "${ne}"`:"no aria-label",`bg: ${I}`,z?"has icon child":"no icon child"].join("; ");if(p.push({elementHtml:(b.outerHTML??"").slice(0,400),contextDescription:Te.slice(0,400),selector:aa(b),outerHTML:(b.outerHTML??"").slice(0,400)}),p.length>=20)break}return p}const kO=At("storybook-integration"),OO=3e3;function IO(){const f=window.__STORYBOOK_PREVIEW__;return f&&typeof f=="object"?{detected:!0,version:f.version??"unknown"}:{detected:!1}}async function NO(){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 MO(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(),OO),b=()=>{clearTimeout(D),p()};window.addEventListener("storyrendered",b,{once:!0})}),Tl({type:"STORYBOOK_NAVIGATED_EVENT",storyId:f,ready:!0})}function PO(){return document.getElementById("storybook-root")?"#storybook-root":document.getElementById("root")?"#root":"body"}function LO(){const f=[];return f.push(xe("STORYBOOK_DETECT_REQUEST",async()=>{const h=IO();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(xe("STORYBOOK_LIST_STORIES_REQUEST",async()=>({type:"STORYBOOK_LIST_STORIES_RESPONSE",stories:await NO()}))),f.push(xe("STORYBOOK_NAVIGATE_REQUEST",async h=>{await MO(h.storyId)})),f.push(xe("STORYBOOK_GET_STORY_TARGET_REQUEST",()=>({type:"STORYBOOK_GET_STORY_TARGET_RESPONSE",selector:PO()}))),kO.info("handlers registered"),()=>f.forEach(h=>h())}const Xh=At("element-picker");let Jt=null,Fa=!1;const BO=`
|
|
39
|
+
`,iO=.85,yh=80,oO=300,sO=4e3;async function uO(){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*iO),S=performance.now();for(let I=0;I<D&&!(performance.now()-S>sO);I+=g)window.scrollTo({top:I,left:0,behavior:"instant"}),await new Promise(Y=>setTimeout(Y,yh));window.scrollTo({top:D,left:0,behavior:"instant"}),await new Promise(I=>setTimeout(I,yh)),window.scrollTo({top:h,left:p,behavior:"instant"}),await new Promise(I=>setTimeout(I,oO))}catch(h){Jt.warn("scroll-reveal warmup failed (continuing with audit)",h)}}function lO(){if(typeof document>"u")return()=>{};if(document.getElementById(bh))return()=>{};const f=document.createElement("style");return f.id=bh,f.textContent=nO,document.head.appendChild(f),()=>f.remove()}function cO(f){return f==="minor"||f==="moderate"||f==="serious"||f==="critical"?f:"moderate"}function dO(f){return f.some(h=>h.endsWith("aaa"))?"AAA":f.some(h=>h.endsWith("aa"))?"AA":"A"}function bo(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 fO(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:pO(I)}}}D.push(Y)}return D}function pO(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=wh(p));const I=g.backgroundColor;if(I&&!h.has(I))return{color:I,fromAncestor:p===f?void 0:wh(p),hasBackgroundImageInChain:b,imageAncestor:D};p=p.parentElement}return{color:"rgb(255, 255, 255)",fromAncestor:"document default",hasBackgroundImageInChain:b,imageAncestor:D}}function wh(f){const h=f.tagName.toLowerCase(),p=f.id?`#${f.id}`:"",D=f.classList.length>0?`.${f.classList[0]}`:"";return`${h}${p}${D}`}function mO(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:hO(f),cascadeChain:bO(f,p)}}function hO(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=vO(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 vO(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 gO=/var\(\s*(--[A-Za-z0-9_-]+)/g;function bO(f,h){if(!(h!=="color-contrast"&&h!=="color-contrast-enhanced")&&typeof getComputedStyle=="function")try{const p=getComputedStyle(f);return{color:Dh(f,"color",p.color),backgroundColor:Dh(f,"background-color",p.backgroundColor)}}catch{return}}function Dh(f,h,p){let D,b;for(const S of Array.from(document.styleSheets)){let I=null;try{I=S.cssRules}catch{continue}I&&Xh(I,f,h,(Y,K)=>{D=Y,b=K})}if(!D)return;const g=[...D.matchAll(gO)].map(S=>S[1]).filter(S=>!!S);return{authored:D,rendered:p,vars:g,ruleSelector:b}}function Xh(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&&Xh(b.cssRules,h,p,D)}}async function yO(f,h,p,D){var fr,Oa,pr,Er,Mn,Pn,Ln,na;const b=lO();await new Promise(ve=>setTimeout(ve,rO)),await aO();const g=new Date().toISOString(),S=performance.now(),I=document.querySelector(f);if(!I)throw b(),new Error(`scope not found: ${f}`);const Y=Vh({element:I,url:window.location.href}),K=await Zk(),z=await Jk();let ue=!1;try{const ve=await lk();ve.length>0&&(Xk(K,ve),ue=!0)}catch(ve){Jt.warn("custom-rule registration failed; continuing with built-ins only",ve)}const Ee=p??Qk,ce=ue&&Ee.runOnly&&typeof Ee.runOnly=="object"&&Array.isArray(Ee.runOnly.values)&&!Ee.runOnly.values.includes(gh)?{...Ee,runOnly:{...Ee.runOnly,values:[...Ee.runOnly.values,gh]}}:Ee,Ae=Object.keys(z).length>0?{...ce,rules:{...ce.rules??{},...z}}:ce,ke=D&&D.length>0?{...Ae,runOnly:{type:"rule",values:D}}:Ae;let We;try{We=await K.run(I,ke)}catch(ve){throw b(),ve}const ft=K.version??"unknown",qt=[];for(const ve of We.violations??[])for(const bt of ve.nodes??[]){const Be=Array.isArray(bt.target)?bt.target.join(" "):bt.target,oe=document.querySelector(Be);if(!oe)continue;const _r=mO(oe,bt,ve.id),jt=await bl({ruleId:ve.id,componentId:Y.id,currentState:h,target:_r});qt.push({ruleId:ve.id,wcagCriterion:bo(ve.tags??[]),wcagLevel:dO(ve.tags??[]),impact:cO(ve.impact),description:ve.description??"",helpUrl:ve.helpUrl??"",target:_r,componentId:Y.id,currentState:h,axeVersion:ft,detectedAt:new Date().toISOString(),matchKey:jt})}if(h.breakpoint.width<=320)try{const{analyzeReflow:ve}=await uh(async()=>{const{analyzeReflow:Be}=await import("./reflow-analyzer-DNgBX8N_.js");return{analyzeReflow:Be}},[]),bt=ve(h.breakpoint.width,I);for(const Be of bt.findings){const oe=document.querySelector(Be.selector)??I,_r={selector:Be.selector,outerHTML:Be.outerHtml||(oe.outerHTML??"").slice(0,500),failureSummary:Be.kind==="document-overflow"?`Page scrolls horizontally at ${h.breakpoint.width}px (content width ${bt.documentScrollWidthPx}px, overflow ${Be.overflowPx}px).`:Be.kind==="element-overflow"?`Element extends ${Be.overflowPx}px past the ${h.breakpoint.width}px viewport edge.`:`Element scrolls horizontally (${Be.overflowPx}px past its container).`,tagName:oe.tagName,role:((fr=oe.getAttribute)==null?void 0:fr.call(oe,"role"))??null,accessibleName:((Oa=oe.getAttribute)==null?void 0:Oa.call(oe,"aria-label"))??null,textSnippet:((pr=oe.textContent)==null?void 0:pr.trim().slice(0,50))??null,attrId:oe.id||null,attrTestid:((Er=oe.getAttribute)==null?void 0:Er.call(oe,"data-testid"))??null},jt=await bl({ruleId:"wcagcheckr-reflow",componentId:Y.id,currentState:h,target:_r});qt.push({ruleId:"wcagcheckr-reflow",wcagCriterion:"1.4.10",wcagLevel:"AA",impact:"serious",description:Be.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:_r,componentId:Y.id,currentState:h,axeVersion:ft,detectedAt:new Date().toISOString(),matchKey:jt})}}catch(ve){console.warn("[audit-engine] reflow analyzer failed:",ve)}if(h.pseudoState==="default"&&h.theme==="light"&&h.direction==="ltr"&&h.breakpoint.id==="desktop")try{const{runAllDomCriterionAnalyzers:ve}=await uh(async()=>{const{runAllDomCriterionAnalyzers:Be}=await import("./dom-criterion-analyzers-DmHtEjzT.js");return{runAllDomCriterionAnalyzers:Be}},[]),bt=ve();for(const Be of bt){const oe=Be.element,jt={selector:oe.id?`#${oe.id}`:oe===document.documentElement?"html":(oe.tagName||"unknown").toLowerCase()+(oe.classList[0]?"."+oe.classList[0]:""),outerHTML:(oe.outerHTML??"").slice(0,500),failureSummary:Be.failureSummary,tagName:oe.tagName,role:((Mn=oe.getAttribute)==null?void 0:Mn.call(oe,"role"))??null,accessibleName:((Pn=oe.getAttribute)==null?void 0:Pn.call(oe,"aria-label"))??null,textSnippet:((Ln=oe.textContent)==null?void 0:Ln.trim().slice(0,50))??null,attrId:oe.id||null,attrTestid:((na=oe.getAttribute)==null?void 0:na.call(oe,"data-testid"))??null},jo=await bl({ruleId:Be.ruleId,componentId:Y.id,currentState:h,target:jt});qt.push({ruleId:Be.ruleId,wcagCriterion:Be.wcagCriterion,wcagLevel:Be.wcagLevel,impact:Be.impact,description:Be.description,helpUrl:Be.helpUrl,target:jt,componentId:Y.id,currentState:h,axeVersion:ft,detectedAt:new Date().toISOString(),matchKey:jo})}}catch(ve){console.warn("[audit-engine] dom-criterion-analyzers failed:",ve)}return b(),{componentId:Y.id,scope:f,pageUrl:typeof window<"u"&&window.location?window.location.href:void 0,state:h,violations:qt,passes:(We.passes??[]).length,incomplete:(We.incomplete??[]).length,inapplicable:(We.inapplicable??[]).length,axeVersion:ft,startedAt:g,durationMs:performance.now()-S,axeRulesEvaluated:{passed:(We.passes??[]).map(ve=>({ruleId:ve.id,wcagCriterion:bo(ve.tags??[])})).filter(ve=>ve.wcagCriterion),inapplicable:(We.inapplicable??[]).map(ve=>({ruleId:ve.id,wcagCriterion:bo(ve.tags??[])})).filter(ve=>ve.wcagCriterion),incomplete:(We.incomplete??[]).map(ve=>({ruleId:ve.id,wcagCriterion:bo(ve.tags??[]),elements:fO(ve.id,ve.nodes??[])})).filter(ve=>ve.wcagCriterion)}}}function wO(){const f=xe("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,Ee=await crypto.subtle.digest("SHA-256",new TextEncoder().encode(ue));return{type:"SCOPE_FINGERPRINT_RESPONSE",fingerprint:Array.from(new Uint8Array(Ee)).map(Ae=>Ae.toString(16).padStart(2,"0")).join("")}}catch(z){return Jt.warn("scope fingerprint failed",z),{type:"SCOPE_FINGERPRINT_RESPONSE",fingerprint:null}}}),h=xe("AUDIT_REQUEST",async K=>{try{return{type:"AUDIT_RESPONSE",success:!0,result:await yO(K.selector,K.currentState,K.axeConfig,K.rulesToRun)}}catch(z){Jt.error("audit failed",z);const ue=z instanceof Error?z.message:String(z),Ee=ue.toLowerCase().includes("paint")?"PAINT_TIMEOUT":"AXE_FAILED";return{type:"AUDIT_RESPONSE",success:!1,error:ok(Ee,ue,!1)}}}),p=xe("CUSTOM_PROPERTY_REQUEST",async()=>{try{return{type:"CUSTOM_PROPERTY_RESPONSE",undefined:zk()}}catch(K){return Jt.warn("custom-property analysis failed",K),{type:"CUSTOM_PROPERTY_RESPONSE",undefined:[]}}}),D=xe("THEME_AWARENESS_REQUEST",async()=>{try{const K=Wk();return{type:"THEME_AWARENESS_RESPONSE",hasLightModeCss:K.hasLightModeCss,hasDarkModeCss:K.hasDarkModeCss,hasUnreadableSheets:K.hasUnreadableSheets}}catch(K){return Jt.warn("theme-awareness probe failed",K),{type:"THEME_AWARENESS_RESPONSE",hasLightModeCss:!0,hasDarkModeCss:!0,hasUnreadableSheets:!0}}}),b=xe("READING_ORDER_REQUEST",async K=>{try{const z=document.querySelector(K.selector)??document;return{type:"READING_ORDER_RESPONSE",issues:Wh(z)}}catch(z){return Jt.warn("reading-order analysis failed",z),{type:"READING_ORDER_RESPONSE",issues:[]}}}),g=xe("TYPOGRAPHY_ANALYZE_REQUEST",async K=>{try{const z=document.querySelector(K.selector)??document;return{type:"TYPOGRAPHY_ANALYZE_RESPONSE",issues:qk(z)}}catch(z){return Jt.warn("typography analysis failed",z),{type:"TYPOGRAPHY_ANALYZE_RESPONSE",issues:[]}}}),S=xe("TAB_ORDER_ANALYZE_REQUEST",async()=>{try{return{type:"TAB_ORDER_ANALYZE_RESPONSE",issues:Nk()}}catch(K){return Jt.warn("tab-order analysis failed",K),{type:"TAB_ORDER_ANALYZE_RESPONSE",issues:[]}}}),I=xe("WARMUP_REQUEST",async()=>(await uO(),{type:"WARMUP_RESPONSE"})),Y=xe("AI_CANDIDATES_REQUEST",async K=>{try{return{type:"AI_CANDIDATES_RESPONSE",images:DO(K.selector),headings:xO(K.selector),instructions:AO(K.selector),ariaElements:CO(K.selector),links:RO(K.selector),longTextBlocks:TO(K.selector),languageInfo:FO(),colorOnlyRegions:SO(K.selector)}}catch(z){return Jt.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 DO(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")??"";EO(b,I)||p.push({imageUrl:g,alt:I,selector:aa(b),outerHTML:(b.outerHTML??"").slice(0,500),surroundingContext:_O(b),pixelArea:Math.round(S.width*S.height)})}return p}function EO(f,h){if(ra(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 ra(f){let h=f;for(;h&&h!==document.body;){if(h.getAttribute("aria-hidden")==="true")return!0;h=h.parentElement}return!1}function aa(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 _O(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 xO(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(ra(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 Ee=(z.textContent??"").trim();Ee&&(K+=(K?" ":"")+Ee),z=z.nextElementSibling}K.length<30||p.push({level:Y,text:I,sectionContent:K.slice(0,800),selector:aa(S),outerHTML:(S.outerHTML??"").slice(0,300)})}return p}function AO(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(ra(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:aa(b),outerHTML:(b.outerHTML??"").slice(0,400)}),p.length>=20))break}return p}function CO(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(ra(g))continue;const S=g.getAttribute("role")??"";if(S&&(p.push({role:S,selector:aa(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 RO(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(ra(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:aa(b),outerHTML:(b.outerHTML??"").slice(0,400)}),p.length>=25)break}return p}function TO(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(ra(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:aa(g),outerHTML:(g.outerHTML??"").slice(0,400)}),D.add(g),p.length>=5))break}return p}function FO(){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 SO(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(ra(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")??"",Ee=[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:Ee.slice(0,400),selector:aa(b),outerHTML:(b.outerHTML??"").slice(0,400)}),p.length>=20)break}return p}const kO=At("storybook-integration"),OO=3e3;function IO(){const f=window.__STORYBOOK_PREVIEW__;return f&&typeof f=="object"?{detected:!0,version:f.version??"unknown"}:{detected:!1}}async function NO(){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 MO(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(),OO),b=()=>{clearTimeout(D),p()};window.addEventListener("storyrendered",b,{once:!0})}),Fl({type:"STORYBOOK_NAVIGATED_EVENT",storyId:f,ready:!0})}function PO(){return document.getElementById("storybook-root")?"#storybook-root":document.getElementById("root")?"#root":"body"}function LO(){const f=[];return f.push(xe("STORYBOOK_DETECT_REQUEST",async()=>{const h=IO();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(xe("STORYBOOK_LIST_STORIES_REQUEST",async()=>({type:"STORYBOOK_LIST_STORIES_RESPONSE",stories:await NO()}))),f.push(xe("STORYBOOK_NAVIGATE_REQUEST",async h=>{await MO(h.storyId)})),f.push(xe("STORYBOOK_GET_STORY_TARGET_REQUEST",()=>({type:"STORYBOOK_GET_STORY_TARGET_RESPONSE",selector:PO()}))),kO.info("handlers registered"),()=>f.forEach(h=>h())}const Zh=At("element-picker");let er=null,Sa=!1;const BO=`
|
|
40
40
|
position: fixed;
|
|
41
41
|
pointer-events: none;
|
|
42
42
|
background: rgba(99, 102, 241, 0.20);
|
|
43
43
|
border: 2px solid rgb(99, 102, 241);
|
|
44
44
|
z-index: 2147483647;
|
|
45
45
|
transition: all 50ms ease;
|
|
46
|
-
`;function
|
|
46
|
+
`;function Qh(){return er||(er=document.createElement("div"),er.setAttribute("data-wcag-auditor-overlay","true"),er.style.cssText=BO,document.documentElement.appendChild(er)),er}function $O(f){const h=f.getBoundingClientRect(),p=Qh();p.style.top=`${h.top}px`,p.style.left=`${h.left}px`,p.style.width=`${h.width}px`,p.style.height=`${h.height}px`}function qO(){er&&(er.remove(),er=null)}function Eh(f){return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(f):f.replace(/[^a-zA-Z0-9_-]/g,"\\$&")}function jO(f){const h=f.getAttribute("data-testid");if(h)return`[data-testid="${Eh(h)}"]`;if(f.id)return`#${Eh(f.id)}`;const p=f.tagName.toLowerCase(),D=f.parentElement;if(!D)return p;const b=Array.from(D.children).filter(S=>S.tagName===f.tagName);if(b.length===1)return p;const g=b.indexOf(f);return`${p}:nth-of-type(${g+1})`}function Jh(f){if(!Sa)return;const h=document.elementFromPoint(f.clientX,f.clientY);h&&h!==er&&$O(h)}function ev(f){if(!Sa)return;f.preventDefault(),f.stopPropagation();const h=document.elementFromPoint(f.clientX,f.clientY);if(!h||h===er)return;const p=jO(h),D=Vh({element:h,url:window.location.href});Fl({type:"ELEMENT_PICKED_EVENT",tabId:-1,selector:p,componentId:D}),wo()}function tv(f){f.key==="Escape"&&(Fl({type:"PICKER_CANCELLED_EVENT",tabId:-1}),wo())}function zO(){Sa||(Sa=!0,Qh(),document.addEventListener("mousemove",Jh,!0),document.addEventListener("click",ev,!0),document.addEventListener("keydown",tv,!0),Zh.debug("activated"))}function wo(){Sa&&(Sa=!1,document.removeEventListener("mousemove",Jh,!0),document.removeEventListener("click",ev,!0),document.removeEventListener("keydown",tv,!0),qO(),Zh.debug("deactivated"))}function HO(){const f=[];return f.push(xe("PICKER_ACTIVATE_REQUEST",()=>zO())),f.push(xe("PICKER_DEACTIVATE_REQUEST",()=>wo())),()=>{wo(),f.forEach(h=>h())}}const _h=At("element-highlighter"),yl=20,VO=`
|
|
47
47
|
position: fixed;
|
|
48
48
|
pointer-events: none;
|
|
49
49
|
background: rgba(244, 63, 94, 0.18);
|
|
@@ -52,7 +52,7 @@ See: https://github.com/dequelabs/axe-core/blob/master/doc/context.md`))}functio
|
|
|
52
52
|
z-index: 2147483646;
|
|
53
53
|
box-sizing: border-box;
|
|
54
54
|
transition: top 60ms ease, left 60ms ease, width 60ms ease, height 60ms ease;
|
|
55
|
-
`;let
|
|
55
|
+
`;let kn=[],kl=[],Do=!1,Eo=!1;function GO(){const f=document.createElement("div");return f.setAttribute("data-wcag-auditor-highlight","true"),f.style.cssText=VO,document.documentElement.appendChild(f),f}function rv(f,h){const p=h.getBoundingClientRect();f.style.top=`${p.top}px`,f.style.left=`${p.left}px`,f.style.width=`${p.width}px`,f.style.height=`${p.height}px`}function _o(){for(let f=0;f<kn.length;f++){const h=kl[f],p=kn[f];h&&p&&rv(p,h)}}function av(f){f.key==="Escape"&&xo()}function UO(){Do||(document.addEventListener("keydown",av,!0),Do=!0),Eo||(window.addEventListener("scroll",_o,!0),window.addEventListener("resize",_o,!0),Eo=!0)}function WO(){Do&&(document.removeEventListener("keydown",av,!0),Do=!1),Eo&&(window.removeEventListener("scroll",_o,!0),window.removeEventListener("resize",_o,!0),Eo=!1)}function xo(){for(const f of kn)f.remove();kn=[],kl=[],WO()}function YO(f,h){xo();let p;try{p=document.querySelectorAll(f)}catch(g){return _h.warn(`invalid selector ${JSON.stringify(f)}`,g),{type:"HIGHLIGHT_SHOW_RESPONSE",found:!1,matchCount:0}}if(p.length===0)return{type:"HIGHLIGHT_SHOW_RESPONSE",found:!1,matchCount:0};const D=p.length,b=Math.min(D,yl);D>yl&&_h.warn(`selector matched ${D} elements; rendering first ${yl}`);for(let g=0;g<b;g++){const S=p[g],I=GO();rv(I,S),kn.push(I),kl.push(S)}return UO(),h&&p[0]&&p[0].scrollIntoView({behavior:"smooth",block:"center",inline:"center"}),{type:"HIGHLIGHT_SHOW_RESPONSE",found:!0,matchCount:D}}function KO(){const f=[];return f.push(xe("HIGHLIGHT_SHOW_REQUEST",h=>{const p=h.scrollIntoView!==!1;return YO(h.selector,p)})),f.push(xe("HIGHLIGHT_CLEAR_REQUEST",()=>xo())),()=>{xo(),f.forEach(h=>h())}}const XO=At("outline-visualizer"),ZO='h1, h2, h3, h4, h5, h6, [role="heading"]',QO=["header","nav","main","aside","footer","section[aria-label], section[aria-labelledby]","form[aria-label], form[aria-labelledby]",'[role="banner"]','[role="navigation"]','[role="main"]','[role="complementary"]','[role="contentinfo"]','[role="region"]','[role="search"]'].join(", "),JO="rgba(37, 99, 235, 0.9)",e4="rgba(37, 99, 235, 0.10)",t4="rgba(147, 51, 234, 0.9)",r4="rgba(147, 51, 234, 0.08)";let On=[],Ao=!1;function xh(f,h,p,D){const b=document.createElement("div");b.setAttribute("data-wcag-auditor-outline","true"),b.style.cssText=`
|
|
56
56
|
position: fixed;
|
|
57
57
|
pointer-events: none;
|
|
58
58
|
z-index: 2147483645;
|
|
@@ -74,7 +74,7 @@ See: https://github.com/dequelabs/axe-core/blob/master/doc/context.md`))}functio
|
|
|
74
74
|
color: white;
|
|
75
75
|
border-radius: 2px 2px 0 0;
|
|
76
76
|
white-space: nowrap;
|
|
77
|
-
`,b.appendChild(g),b}function a4(f){const h=f.tagName.toLowerCase();if(/^h[1-6]$/.test(h))return h;const p=f.getAttribute("aria-level");return p?`h${p}`:"heading"}function n4(f){const h=f.getAttribute("role");return h?`[role=${h}]`:`<${f.tagName.toLowerCase()}>`}function
|
|
77
|
+
`,b.appendChild(g),b}function a4(f){const h=f.tagName.toLowerCase();if(/^h[1-6]$/.test(h))return h;const p=f.getAttribute("aria-level");return p?`h${p}`:"heading"}function n4(f){const h=f.getAttribute("role");return h?`[role=${h}]`:`<${f.tagName.toLowerCase()}>`}function Co(){for(const f of On){const h=f.target.getBoundingClientRect();f.overlay.style.top=`${h.top}px`,f.overlay.style.left=`${h.left}px`,f.overlay.style.width=`${h.width}px`,f.overlay.style.height=`${h.height}px`}}function i4(){if(Ao)return;Ao=!0;const f=Array.from(document.querySelectorAll(ZO)),h=Array.from(document.querySelectorAll(QO));for(const p of f){const D=p.getBoundingClientRect();if(D.width===0&&D.height===0)continue;const b=xh(D,JO,e4,a4(p));document.documentElement.appendChild(b),On.push({overlay:b,target:p})}for(const p of h){const D=p.getBoundingClientRect();if(D.width===0&&D.height===0)continue;const b=xh(D,t4,r4,n4(p));document.documentElement.appendChild(b),On.push({overlay:b,target:p})}window.addEventListener("scroll",Co,!0),window.addEventListener("resize",Co,!0),XO.debug(`outline shown: ${f.length} headings + ${h.length} landmarks`)}function Ah(){if(Ao){Ao=!1;for(const f of On)f.overlay.remove();On=[],window.removeEventListener("scroll",Co,!0),window.removeEventListener("resize",Co,!0)}}function o4(){const f=[];return f.push(xe("OUTLINE_SHOW_REQUEST",()=>i4())),f.push(xe("OUTLINE_HIDE_REQUEST",()=>Ah())),()=>{Ah(),f.forEach(h=>h())}}const s4=At("tab-order-visualizer"),u4=["a[href]","button","input","select","textarea","[tabindex]","audio[controls]","video[controls]","[contenteditable]"].join(", "),l4="rgba(217, 70, 239, 0.95)",c4="rgba(217, 70, 239, 0.10)",d4="rgba(220, 38, 38, 0.95)",f4="rgba(220, 38, 38, 0.10)",p4="rgba(217, 119, 6, 0.95)",m4="rgba(217, 119, 6, 0.10)",Ch=24,Rh=2;let Ro=[],To=!1;function nv(f){const h=f.getAttribute("tabindex");if(h===null)return 0;const p=parseInt(h,10);return Number.isNaN(p)?0:p}function h4(f){if(f.getClientRects().length===0)return!1;const h=window.getComputedStyle(f);return!(h.visibility==="hidden"||h.display==="none")}function v4(f){return!(f.hasAttribute("disabled")||f.getAttribute("contenteditable")==="false"||f instanceof HTMLInputElement&&f.type==="hidden"||f.getAttribute("aria-hidden")==="true"||nv(f)<0)}function g4(){const f=Array.from(document.querySelectorAll(u4)).filter(h4).filter(v4),h=f.map((b,g)=>({el:b,ti:nv(b),domIdx:g})).sort((b,g)=>{const S=b.ti>0,I=g.ti>0;return S&&!I?-1:!S&&I?1:S&&I&&b.ti!==g.ti?b.ti-g.ti:b.domIdx-g.domIdx}),p=f.map((b,g)=>({el:b,domIdx:g,rect:b.getBoundingClientRect()})).sort((b,g)=>{const S=Math.floor(b.rect.top/Ch),I=Math.floor(g.rect.top/Ch);return S!==I?S-I:b.rect.left-g.rect.left}),D=new Map;return p.forEach((b,g)=>D.set(b.el,g)),h.map((b,g)=>({el:b.el,domIndex:b.domIdx,tabIndex:g,visualIndex:D.get(b.el)??g}))}function b4(f){const h=Math.abs(f.tabIndex-f.visualIndex)>=Rh,p=Math.abs(f.tabIndex-f.domIndex)>=Rh;return h&&p?"both":h?"visual":p?"tabindex":"in-sync"}function y4(f){switch(f){case"visual":case"both":return{color:d4,fill:f4,borderStyle:"solid"};case"tabindex":return{color:p4,fill:m4,borderStyle:"solid"};case"in-sync":default:return{color:l4,fill:c4,borderStyle:"dashed"}}}function w4(f,h,p){const{color:D,fill:b,borderStyle:g}=y4(p),S=document.createElement("div");S.setAttribute("data-wcag-auditor-tab-order","true"),S.style.cssText=`
|
|
78
78
|
position: fixed;
|
|
79
79
|
pointer-events: none;
|
|
80
80
|
z-index: 2147483644;
|
|
@@ -99,7 +99,7 @@ See: https://github.com/dequelabs/axe-core/blob/master/doc/context.md`))}functio
|
|
|
99
99
|
text-align: center;
|
|
100
100
|
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
|
|
101
101
|
white-space: nowrap;
|
|
102
|
-
`,S.appendChild(I),S}function
|
|
102
|
+
`,S.appendChild(I),S}function Fo(){for(const f of Ro){const h=f.target.getBoundingClientRect();f.overlay.style.top=`${h.top}px`,f.overlay.style.left=`${h.left}px`,f.overlay.style.width=`${h.width}px`,f.overlay.style.height=`${h.height}px`}}function D4(f,h){const p=f.tabIndex+1,D=f.visualIndex+1,b=f.domIndex+1;switch(h){case"visual":return`${p}→${D}`;case"tabindex":return`${p}[DOM${b}]`;case"both":return`${p}→${D}[DOM${b}]`;case"in-sync":default:return String(p)}}function E4(){if(To)return;To=!0;const f=g4();let h=0,p=0;f.forEach(D=>{const b=b4(D);(b==="visual"||b==="both")&&h++,(b==="tabindex"||b==="both")&&p++;const g=D.el.getBoundingClientRect(),S=w4(g,D4(D,b),b);document.documentElement.appendChild(S),Ro.push({overlay:S,target:D.el})}),window.addEventListener("scroll",Fo,!0),window.addEventListener("resize",Fo,!0),s4.debug(`tab-order shown: ${f.length} focusables (${h} visually displaced, ${p} reordered by tabindex)`)}function Th(){if(To){To=!1;for(const f of Ro)f.overlay.remove();Ro=[],window.removeEventListener("scroll",Fo,!0),window.removeEventListener("resize",Fo,!0)}}function _4(){const f=[];return f.push(xe("TAB_ORDER_SHOW_REQUEST",()=>E4())),f.push(xe("TAB_ORDER_HIDE_REQUEST",()=>Th())),()=>{Th(),f.forEach(h=>h())}}const x4=At("target-size-visualizer"),A4=["a[href]","button",'input:not([type="hidden"])',"select","textarea",'[role="button"]','[role="link"]','[role="checkbox"]','[role="radio"]','[role="switch"]','[role="tab"]','[role="menuitem"]','[tabindex]:not([tabindex="-1"])'].join(", "),C4=24,R4=44,T4="rgba(239, 68, 68, 0.95)",F4="rgba(239, 68, 68, 0.10)",S4="rgba(245, 158, 11, 0.95)",k4="rgba(245, 158, 11, 0.10)",O4="rgba(16, 185, 129, 0.85)",I4="rgba(16, 185, 129, 0.06)";let So=[],ko=!1;function N4(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")}function M4(f,h){const p=Math.min(f,h);return p<C4?{border:T4,fill:F4,label:"< AA"}:p<R4?{border:S4,fill:k4,label:"AA"}:{border:O4,fill:I4,label:"AAA"}}function P4(f){const h=M4(f.width,f.height),p=document.createElement("div");p.setAttribute("data-wcag-auditor-target-size","true"),p.style.cssText=`
|
|
103
103
|
position: fixed;
|
|
104
104
|
pointer-events: none;
|
|
105
105
|
z-index: 2147483643;
|
|
@@ -120,7 +120,7 @@ See: https://github.com/dequelabs/axe-core/blob/master/doc/context.md`))}functio
|
|
|
120
120
|
color: white;
|
|
121
121
|
border-radius: 0 0 2px 2px;
|
|
122
122
|
white-space: nowrap;
|
|
123
|
-
`,p.appendChild(D),p}function
|
|
123
|
+
`,p.appendChild(D),p}function Oo(){for(const f of So){const h=f.target.getBoundingClientRect();f.overlay.style.top=`${h.top}px`,f.overlay.style.left=`${h.left}px`,f.overlay.style.width=`${h.width}px`,f.overlay.style.height=`${h.height}px`}}function L4(){if(ko)return;ko=!0;const f=Array.from(document.querySelectorAll(A4)).filter(N4);for(const h of f){const p=h.getBoundingClientRect(),D=P4(p);document.documentElement.appendChild(D),So.push({overlay:D,target:h})}window.addEventListener("scroll",Oo,!0),window.addEventListener("resize",Oo,!0),x4.debug(`shown: ${f.length} interactive targets`)}function Fh(){if(ko){ko=!1;for(const f of So)f.overlay.remove();So=[],window.removeEventListener("scroll",Oo,!0),window.removeEventListener("resize",Oo,!0)}}function B4(){const f=[];return f.push(xe("TARGET_SIZE_SHOW_REQUEST",()=>L4())),f.push(xe("TARGET_SIZE_HIDE_REQUEST",()=>Fh())),()=>{Fh(),f.forEach(h=>h())}}const $4=At("vision-simulator"),Sh="__wcagcheckr_vision_defs",kh="data-wcagcheckr-vision",iv={protanopia:"0.567 0.433 0 0 0 0.558 0.442 0 0 0 0 0.242 0.758 0 0 0 0 0 1 0",protanomaly:"0.817 0.183 0 0 0 0.333 0.667 0 0 0 0 0.125 0.875 0 0 0 0 0 1 0",deuteranopia:"0.625 0.375 0 0 0 0.7 0.3 0 0 0 0 0.3 0.7 0 0 0 0 0 1 0",deuteranomaly:"0.8 0.2 0 0 0 0.258 0.742 0 0 0 0 0.142 0.858 0 0 0 0 0 1 0",tritanopia:"0.95 0.05 0 0 0 0 0.433 0.567 0 0 0 0.475 0.525 0 0 0 0 0 1 0",tritanomaly:"0.967 0.033 0 0 0 0 0.733 0.267 0 0 0 0.183 0.817 0 0 0 0 0 1 0",achromatopsia:"0.299 0.587 0.114 0 0 0.299 0.587 0.114 0 0 0.299 0.587 0.114 0 0 0 0 0 1 0",achromatomaly:"0.618 0.320 0.062 0 0 0.163 0.775 0.062 0 0 0.163 0.320 0.516 0 0 0 0 0 1 0"};function q4(){if(document.getElementById(Sh))return;const f="http://www.w3.org/2000/svg",h=document.createElementNS(f,"svg");h.id=Sh,h.setAttribute("aria-hidden","true"),h.style.position="absolute",h.style.width="0",h.style.height="0",h.style.overflow="hidden",h.style.pointerEvents="none";const p=document.createElementNS(f,"defs");for(const[D,b]of Object.entries(iv)){const g=document.createElementNS(f,"filter");g.id=`wcagcheckr-vision-${D}`,g.setAttribute("color-interpolation-filters","sRGB");const S=document.createElementNS(f,"feColorMatrix");S.setAttribute("type","matrix"),S.setAttribute("values",b),g.appendChild(S),p.appendChild(g)}{const D=document.createElementNS(f,"filter");D.id="wcagcheckr-vision-cataract";const b=document.createElementNS(f,"feGaussianBlur");b.setAttribute("in","SourceGraphic"),b.setAttribute("stdDeviation","2.5"),D.appendChild(b),p.appendChild(D)}{const D=document.createElementNS(f,"filter");D.id="wcagcheckr-vision-glaucoma",D.setAttribute("x","0"),D.setAttribute("y","0"),D.setAttribute("width","100%"),D.setAttribute("height","100%");const b=document.createElementNS(f,"feGaussianBlur");b.setAttribute("stdDeviation","8"),D.appendChild(b),p.appendChild(D)}{const D=document.createElementNS(f,"filter");D.id="wcagcheckr-vision-macular";const b=document.createElementNS(f,"feGaussianBlur");b.setAttribute("stdDeviation","4"),D.appendChild(b),p.appendChild(D)}h.appendChild(p),document.documentElement.appendChild(h)}const Oh="__wcagcheckr_vision_overlay";function j4(){let f=document.getElementById(Oh);return f||(f=document.createElement("div"),f.id=Oh,f.setAttribute("aria-hidden","true"),Object.assign(f.style,{position:"fixed",top:"0",left:"0",width:"100vw",height:"100vh",pointerEvents:"none",zIndex:"2147483646",display:"none"}),document.documentElement.appendChild(f),f)}function wl(f){const h=j4();if(f===null){h.style.display="none";return}h.style.display="block",f==="glaucoma"?h.style.background="radial-gradient(ellipse at center, transparent 0%, transparent 18%, rgba(0,0,0,0.85) 55%)":h.style.background="radial-gradient(ellipse at center, rgba(60,60,60,0.95) 0%, rgba(60,60,60,0.6) 8%, transparent 22%)"}function ov(f){q4();const h=document.documentElement;switch(h.style.removeProperty("filter"),wl(null),f){case"off":h.removeAttribute(kh);return;case"low-contrast":h.style.filter="contrast(0.45)";break;case"cataract":h.style.filter="url(#wcagcheckr-vision-cataract) brightness(1.05)";break;case"glaucoma":h.style.filter="url(#wcagcheckr-vision-glaucoma)",wl("glaucoma");break;case"macular":h.style.filter="url(#wcagcheckr-vision-macular)",wl("macular");break;default:if(f in iv)h.style.filter=`url(#wcagcheckr-vision-${f})`;else{$4.warn(`unknown vision mode: ${f}`);return}}h.setAttribute(kh,f)}function Ih(){ov("off")}function z4(){const f=[];return f.push(xe("VISION_SIMULATOR_APPLY",h=>ov(h.mode))),f.push(xe("VISION_SIMULATOR_CLEAR",()=>Ih())),()=>{Ih(),f.forEach(h=>h())}}const Nh=At("reading-order-visualizer"),H4=["h1","h2","h3","h4","h5","h6","p","li","button","a","label","figcaption","caption","blockquote","summary","th","td"].join(", "),V4="rgba(14, 165, 233, 0.95)",G4="rgba(14, 165, 233, 0.06)",U4="rgba(220, 38, 38, 0.95)",W4="rgba(220, 38, 38, 0.08)";let Io=[],No=!1;const El=new Map;function Y4(f){if(f.getClientRects().length===0)return!1;const h=window.getComputedStyle(f);return!(h.visibility==="hidden"||h.display==="none")}function K4(f,h,p){const D=p?U4:V4,b=p?W4:G4,g=document.createElement("div");g.setAttribute("data-wcag-auditor-reading-order","true"),g.style.cssText=`
|
|
124
124
|
position: fixed;
|
|
125
125
|
pointer-events: none;
|
|
126
126
|
z-index: 2147483642;
|
|
@@ -144,7 +144,7 @@ See: https://github.com/dequelabs/axe-core/blob/master/doc/context.md`))}functio
|
|
|
144
144
|
border-radius: 9px;
|
|
145
145
|
text-align: center;
|
|
146
146
|
white-space: nowrap;
|
|
147
|
-
`,g.appendChild(S),g}function
|
|
147
|
+
`,g.appendChild(S),g}function Mo(){for(const f of Io){const h=f.target.getBoundingClientRect();f.overlay.style.top=`${h.top}px`,f.overlay.style.left=`${h.left}px`,f.overlay.style.width=`${h.width}px`,f.overlay.style.height=`${h.height}px`}}function X4(){if(No)return;No=!0;let f=[];try{f=Wh(document)}catch(p){Nh.warn("reading-order analysis failed; visualizer falls back to plain numbering",p)}for(const p of f)try{const D=document.querySelector(p.selector);D&&El.set(D,p)}catch{}const h=Array.from(document.querySelectorAll(H4)).filter(Y4);h.forEach((p,D)=>{const b=p.getBoundingClientRect(),g=El.get(p),S=!!g,I=S?`${g.domIndex+1}→${g.visualIndex+1}`:String(D+1),Y=K4(b,I,S);document.documentElement.appendChild(Y),Io.push({overlay:Y,target:p})}),window.addEventListener("scroll",Mo,!0),window.addEventListener("resize",Mo,!0),Nh.debug(`shown: ${h.length} elements (${f.length} flagged out of order)`)}function Mh(){if(No){No=!1;for(const f of Io)f.overlay.remove();Io=[],El.clear(),window.removeEventListener("scroll",Mo,!0),window.removeEventListener("resize",Mo,!0)}}function Z4(){const f=[];return f.push(xe("READING_ORDER_SHOW_REQUEST",()=>X4())),f.push(xe("READING_ORDER_HIDE_REQUEST",()=>Mh())),()=>{Mh(),f.forEach(h=>h())}}const sv=At("live-region-monitor"),Q4=500;let Ra=null,Ol=0,ta=[];function Ph(f){return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(f):f.replace(/[^a-zA-Z0-9_-]/g,"\\$&")}function _l(f){if(f.id)return`#${Ph(f.id)}`;const h=f.getAttribute("data-testid");if(h)return`[data-testid="${Ph(h)}"]`;const p=f.tagName.toLowerCase(),D=f.parentElement;if(!D)return p;const b=Array.from(D.children).filter(S=>S.tagName===f.tagName);if(b.length===1)return`${_l(D)} > ${p}`;const g=b.indexOf(f);return`${_l(D)} > ${p}:nth-of-type(${g+1})`}function J4(f){let h=f;for(;h;){if(h.nodeType===1){const p=h,D=p.getAttribute("aria-live");if(D==="polite"||D==="assertive"||D==="off")return{el:p,politeness:D,role:p.getAttribute("role")};const b=p.getAttribute("role");if(b==="alert")return{el:p,politeness:"assertive",role:"alert"};if(b==="status")return{el:p,politeness:"polite",role:"status"};if(b==="log")return{el:p,politeness:"polite",role:"log"};if(p.tagName==="OUTPUT")return{el:p,politeness:"polite",role:p.getAttribute("role")}}h=h.parentNode}return null}function yo(f){const h=J4(f);if(!h)return;const p=(h.el.textContent??"").trim().slice(0,Q4);if(p.length===0)return;const D=ta[ta.length-1],b=_l(h.el);D&&D.selector===b&&D.text===p||ta.push({msSinceArm:Math.round(performance.now()-Ol),selector:b,text:p,politeness:h.politeness,role:h.role})}function eI(f){for(const h of f)if(h.type==="childList"){for(const p of Array.from(h.addedNodes))yo(p);yo(h.target)}else(h.type==="characterData"||h.type==="attributes")&&yo(h.target)}function tI(){Ra||(Ol=performance.now(),ta=[],Ra=new MutationObserver(eI),Ra.observe(document.documentElement,{childList:!0,characterData:!0,subtree:!0,attributes:!0,attributeFilter:["aria-live","role"]}),sv.debug("armed"))}function rI(){const f=ta;return ta=[],Ol=performance.now(),f}function Lh(){Ra&&(Ra.disconnect(),Ra=null,ta=[],sv.debug("disarmed"))}function aI(){const f=[];return f.push(xe("LIVE_REGIONS_ARM_REQUEST",()=>tI())),f.push(xe("LIVE_REGIONS_DRAIN_REQUEST",()=>({type:"LIVE_REGIONS_DRAIN_RESPONSE",announcements:rI()}))),f.push(xe("LIVE_REGIONS_DISARM_REQUEST",()=>Lh())),()=>{Lh(),f.forEach(h=>h())}}const uv=At("focus-trace-monitor");let Po=!1,Il=0,In=[],Sn=null;function Bh(f){return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(f):f.replace(/[^a-zA-Z0-9_-]/g,"\\$&")}function $h(f){const h=f.tagName.toLowerCase();if(h==="body"||h==="html")return h;if(f.id)return`#${Bh(f.id)}`;const p=f.getAttribute("data-testid");if(p)return`[data-testid="${Bh(p)}"]`;const D=f.parentElement;if(!D)return h;const b=Array.from(D.children).filter(S=>S.tagName===f.tagName);if(b.length===1)return h;const g=b.indexOf(f);return`${h}:nth-of-type(${g+1})`}function nI(f){const h=f.tagName.toLowerCase();return h==="body"||h==="html"}function lv(f){const h=f.target;!h||h.nodeType!==1||(In.push({msSinceArm:Math.round(performance.now()-Il),fromSelector:Sn?$h(Sn):null,toSelector:$h(h),isFocusReset:nI(h)}),Sn=h)}function iI(){Po||(Po=!0,Il=performance.now(),In=[],Sn=document.activeElement instanceof Element?document.activeElement:null,document.addEventListener("focusin",lv,!0),uv.debug("armed"))}function oI(){const f=In;return In=[],Il=performance.now(),f}function qh(){Po&&(Po=!1,document.removeEventListener("focusin",lv,!0),In=[],Sn=null,uv.debug("disarmed"))}function sI(){const f=[];return f.push(xe("FOCUS_TRACE_ARM_REQUEST",()=>iI())),f.push(xe("FOCUS_TRACE_DRAIN_REQUEST",()=>({type:"FOCUS_TRACE_DRAIN_RESPONSE",focusEvents:oI()}))),f.push(xe("FOCUS_TRACE_DISARM_REQUEST",()=>qh())),()=>{qh(),f.forEach(h=>h())}}const Nl=At("flow-recorder");let ka=!1,xl=0,Ta=[];function jh(f){return typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(f):f.replace(/[^a-zA-Z0-9_-]/g,"\\$&")}function Nn(f){const h=f.getAttribute("data-testid");if(h)return`[data-testid="${jh(h)}"]`;if(f.id)return`#${jh(f.id)}`;const p=f.tagName.toLowerCase(),D=f.parentElement;if(!D)return p;const b=Array.from(D.children).filter(S=>S.tagName===f.tagName);if(b.length===1)return`${Nn(D)} > ${p}`;const g=b.indexOf(f);return`${Nn(D)} > ${p}:nth-of-type(${g+1})`}function Ml(f){if(!ka)return;const h=performance.now(),p=Ta.length===0?0:Math.round(h-xl);xl=h,Ta.push({...f,delayMs:p})}function cv(f){const h=f.target;h instanceof Element&&Ml({type:"click",selector:Nn(h)})}function dv(f){const h=f.target;(h instanceof HTMLInputElement||h instanceof HTMLTextAreaElement)&&Ml({type:"input",selector:Nn(h),value:h.value})}function fv(f){if(!new Set(["Enter","Escape","Tab","ArrowUp","ArrowDown","ArrowLeft","ArrowRight","Backspace","Delete"," "]).has(f.key))return;const p=f.target instanceof Element?f.target:document.body;Ml({type:"key",selector:Nn(p),key:f.key})}function uI(){ka||(ka=!0,xl=performance.now(),Ta=[],document.addEventListener("click",cv,!0),document.addEventListener("input",dv,!0),document.addEventListener("keydown",fv,!0),Nl.info("recording started"))}function zh(){if(!ka)return Ta;ka=!1,document.removeEventListener("click",cv,!0),document.removeEventListener("input",dv,!0),document.removeEventListener("keydown",fv,!0);const f=Ta;return Ta=[],Nl.info(`recording stopped: ${f.length} steps`),f}async function lI(f){let h=0,p=0;for(const D of f){D.delayMs>0&&await new Promise(b=>setTimeout(b,Math.min(D.delayMs,1e3)));try{const b=document.querySelector(D.selector);if(!b){p++;continue}D.type==="click"&&b instanceof HTMLElement?b.click():D.type==="input"&&(b instanceof HTMLInputElement||b instanceof HTMLTextAreaElement)?(b.focus(),b.value=D.value??"",b.dispatchEvent(new Event("input",{bubbles:!0})),b.dispatchEvent(new Event("change",{bubbles:!0}))):D.type==="key"&&D.key&&(b.dispatchEvent(new KeyboardEvent("keydown",{key:D.key,bubbles:!0,cancelable:!0})),b.dispatchEvent(new KeyboardEvent("keyup",{key:D.key,bubbles:!0}))),h++}catch(b){Nl.warn("step failed",b),p++}}return{type:"FLOW_PLAY_RESPONSE",played:h,errored:p}}function cI(){const f=[];return f.push(xe("FLOW_RECORD_START_REQUEST",()=>uI())),f.push(xe("FLOW_RECORD_STOP_REQUEST",()=>({type:"FLOW_RECORD_STOP_RESPONSE",steps:zh()}))),f.push(xe("FLOW_PLAY_REQUEST",h=>lI(h.steps))),()=>{ka&&zh(),f.forEach(h=>h())}}const dI=At("fix-preview"),fI="wcag-auditor-fix-preview-styles",pI="data-wcag-auditor-fix-annotation";let Lo=!1,Fa=null,Bo=[];function Al(f,h,p){const[D,b,g]=[f,h,p].map(S=>{const I=S/255;return I<=.03928?I/12.92:Math.pow((I+.055)/1.055,2.4)});return .2126*D+.7152*b+.0722*g}function Cl(f,h){const p=Al(...f),D=Al(...h);return(Math.max(p,D)+.05)/(Math.min(p,D)+.05)}function mI(f){const h=/^#?([0-9a-f]{3}|[0-9a-f]{6})$/i.exec(f.trim());if(!h)return null;let p=h[1];return p.length===3&&(p=p.split("").map(D=>D+D).join("")),[parseInt(p.slice(0,2),16),parseInt(p.slice(2,4),16),parseInt(p.slice(4,6),16)]}function hI(f,h,p){const D=b=>Math.max(0,Math.min(255,Math.round(b))).toString(16).padStart(2,"0");return`#${D(f)}${D(h)}${D(p)}`}function vI(f,h,p=4.5){const D=Al(...h),b=D>.5?-1:1;let[g,S,I]=f;for(let Y=0;Y<64;Y++){if(Cl([g,S,I],h)>=p)return[g,S,I];g=Math.max(0,Math.min(255,g+4*b)),S=Math.max(0,Math.min(255,S+4*b)),I=Math.max(0,Math.min(255,I+4*b))}return D>.5?[0,0,0]:[255,255,255]}function Rl(f){const h=f.trim();if(h.startsWith("#")){const D=mI(h);return D?{rgb:D,alpha:1}:null}const p=/rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*(?:,\s*([\d.]+)\s*)?\)/i.exec(h);return p?{rgb:[Number(p[1]),Number(p[2]),Number(p[3])],alpha:p[4]!==void 0?Number(p[4]):1}:null}function gI(f){let h=f;for(;h;){const D=window.getComputedStyle(h),b=Rl(D.backgroundColor);if(b&&b.alpha>.5)return b.rgb;h=h.parentElement}const p=Rl(window.getComputedStyle(document.documentElement).backgroundColor);return p&&p.alpha>0?p.rgb:[255,255,255]}function bI(f){const h=window.getComputedStyle(f),p=Rl(h.color);return p?{fg:p.rgb,bg:gI(f)}:null}function yI(){if(Fa)return Fa;const f=document.createElement("style");return f.id=fI,f.textContent="",document.head.appendChild(f),Fa=f,f}function $o(f){const h=yI();h.textContent=(h.textContent??"")+`
|
|
148
148
|
`+f}function wI(f,h,p){const D=f.getBoundingClientRect();if(D.width===0&&D.height===0)return;const b=document.createElement("div");b.setAttribute(pI,"true"),b.style.cssText=`
|
|
149
149
|
position: fixed;
|
|
150
150
|
pointer-events: none;
|
|
@@ -167,15 +167,15 @@ See: https://github.com/dequelabs/axe-core/blob/master/doc/context.md`))}functio
|
|
|
167
167
|
color: white;
|
|
168
168
|
border-radius: 2px 2px 0 0;
|
|
169
169
|
white-space: nowrap;
|
|
170
|
-
`,b.appendChild(g),document.documentElement.appendChild(b),
|
|
170
|
+
`,b.appendChild(g),document.documentElement.appendChild(b),Bo.push({overlay:b,target:f})}function qo(){for(const f of Bo){const h=f.target.getBoundingClientRect();f.overlay.style.top=`${h.top}px`,f.overlay.style.left=`${h.left}px`,f.overlay.style.width=`${h.width}px`,f.overlay.style.height=`${h.height}px`}}const Hh={"image-alt":{label:"❗ ALT NEEDED",color:"#dc2626"},"input-image-alt":{label:"❗ ALT NEEDED",color:"#dc2626"},label:{label:"❗ NEEDS LABEL",color:"#dc2626"},"button-name":{label:"❗ NEEDS NAME",color:"#dc2626"},"link-name":{label:"❗ LINK TEXT MISSING",color:"#dc2626"},"select-name":{label:"❗ NEEDS LABEL",color:"#dc2626"},"input-button-name":{label:"❗ NEEDS NAME",color:"#dc2626"},"aria-input-field-name":{label:"❗ NEEDS NAME",color:"#dc2626"},"aria-toggle-field-name":{label:"❗ NEEDS NAME",color:"#dc2626"},"empty-button":{label:"❗ EMPTY BUTTON",color:"#dc2626"},"empty-heading":{label:"❗ EMPTY HEADING",color:"#dc2626"},"empty-link":{label:"❗ EMPTY LINK",color:"#dc2626"},"heading-order":{label:"↻ HEADING LEVEL OFF",color:"#ea580c"}};function DI(f,h){const p=f.target.selector;if(h.has(`color::${p}`))return!1;const D=document.querySelector(p);if(!D)return!1;const b=bI(D);if(!b)return!1;const g=Cl(b.fg,b.bg);if(g>=4.5)return!1;const S=vI(b.fg,b.bg);if(Cl(S,b.bg)<=g)return!1;const I=`${p} { color: ${hI(...S)} !important; }`;return $o(I),h.add(`color::${p}`),!0}function EI(f,h){const p=f.target.selector;if(h.has(`size::${p}`))return!1;const D=`${p} { min-width: 24px !important; min-height: 24px !important; padding: 4px !important; box-sizing: border-box !important; }`;return $o(D),h.add(`size::${p}`),!0}function _I(){$o(`
|
|
171
171
|
*:focus,
|
|
172
172
|
*:focus-visible {
|
|
173
173
|
outline: 3px solid #2563eb !important;
|
|
174
174
|
outline-offset: 2px !important;
|
|
175
175
|
box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.15) !important;
|
|
176
176
|
}
|
|
177
|
-
`)
|
|
177
|
+
`),$o(`
|
|
178
178
|
a[href]:not(.demo-card-link):not([class*="btn"]):not([class*="button"]) {
|
|
179
179
|
text-decoration: underline !important;
|
|
180
180
|
}
|
|
181
|
-
`)}function xI(f){
|
|
181
|
+
`)}function xI(f){Lo&&Tl(),Lo=!0;let h=0,p=0;const D=new Set,b=new Set;_I();for(const g of f){const S=`${g.ruleId}::${g.target.selector}`;if(!D.has(S)){if(D.add(S),g.ruleId==="color-contrast"||g.ruleId==="color-contrast-enhanced")DI(g,b)&&h++;else if(g.ruleId==="target-size")EI(g,b)&&h++;else if(Hh[g.ruleId]){const I=Hh[g.ruleId],Y=document.querySelector(g.target.selector);Y&&(wI(Y,I.label,I.color),p++)}}}return window.addEventListener("scroll",qo,!0),window.addEventListener("resize",qo,!0),dI.info(`fix-preview shown: ${h} visual fixes, ${p} annotations`),{type:"FIX_PREVIEW_SHOW_RESPONSE",visualFixCount:h,annotationCount:p}}function Tl(){if(Lo){Lo=!1,Fa&&(Fa.remove(),Fa=null);for(const f of Bo)f.overlay.remove();Bo=[],window.removeEventListener("scroll",qo,!0),window.removeEventListener("resize",qo,!0)}}function AI(){const f=[];return f.push(xe("FIX_PREVIEW_SHOW_REQUEST",h=>xI(h.violations))),f.push(xe("FIX_PREVIEW_HIDE_REQUEST",()=>Tl())),()=>{Tl(),f.forEach(h=>h())}}const CI=At("content-script");ik("content-script");xe("PING_REQUEST",()=>({type:"PING_RESPONSE"}));wO();LO();HO();KO();o4();_4();B4();z4();Z4();aI();sI();cI();AI();CI.info("content script ready");
|