!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},t=(new e.Error).stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="cd1f857b-19d6-4292-b6ba-2a559a21f068",e._sentryDebugIdIdentifier="sentry-dbid-cd1f857b-19d6-4292-b6ba-2a559a21f068")}catch(e){}}(),(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4004],{56728:function(e,t,r){"use strict";r.d(t,{_y:function(){return c}});var n=r(5322),a=r(7653);r(28777),r(5440),r(52705);var o=r(52968),l={display:"flex",flexDirection:"column",gap:"0.5rem",borderLeft:"4px solid #e42535",padding:"16px",fontSize:"16px",borderRadius:"0 8px 8px 0",margin:"8px",backgroundColor:"rgba(255, 255, 255, 0.45)",color:"#1d3557"};function i(e){var t,r,o;let i=null==(t=e.component)?void 0:t.type;if(!i)return null;if(i===n.Tf.type)return a.createElement(a.Fragment,null,a.createElement("style",null,"@keyframes _uniformDelayedFadeIn { 0%,75% { opacity: 0; } to { opacity: 1; } }"),a.createElement("p",{style:{animation:"_uniformDelayedFadeIn 3s"}},"This component only works inside Uniform Canvas editor.",a.createElement("br",null),"If you think this is an error, try"," ",a.createElement("a",{href:"",style:{fontWeight:"bolder",textDecoration:"underline"}},"reloading the page"),"."));if(i===n.ig)return a.createElement("div",{style:l},a.createElement("p",null,"Seems like localization is not enabled in your application. Please read our documentation on how to"," ",a.createElement("a",{href:"https://docs.uniform.app/guides/composition/localization#activate-front-end",target:"_blank",style:{fontWeight:"bolder",textDecoration:"underline"},rel:"noreferrer"},"enable localization in your front-end application.")));let s=`${i[0].toUpperCase()}${i.substring(1)}`,u=Object.keys(null!=(r=e.component.parameters)?r:{}),c=Object.keys(null!=(o=e.component.slots)?o:{});return a.createElement("div",{style:l},a.createElement("h2",{style:{fontSize:"1.2rem"}},"Unknown Component"),a.createElement("p",null,"Received request from Uniform to render a component with the public ID: ",a.createElement("code",null,i),"."),a.createElement("p",null,a.createElement("code",null,"<UniformComposition />")," does not have ",a.createElement("code",null,i)," mapped to a React component yet."),a.createElement("p",null,"To teach your app how to render this component:")," ",a.createElement("ul",{style:{listStyleType:"disc",marginLeft:"1rem",display:"flex",flexDirection:"column",gap:"0.5rem"}},a.createElement("li",null,"Create a React component and register it with Uniform, for example",a.createElement("pre",null,`function ${s}(${u.length>0?`{ ${u.join(", ")} }`:""}) {
  return (
    <div>
      ${s}!
      ${c.length>0?c.map(e=>`<UniformSlot name="${e}" />`).join("\n      "):""}
    </div>
  )
}

registerUniformComponent({ type: "${i}", component: ${s} })`),a.createElement("details",null,a.createElement("summary",{style:{cursor:"pointer"}},"Props that your React component will receive"),a.createElement("pre",null,JSON.stringify(e,null,2)))),a.createElement("li",null,"Import the component into the file where ",a.createElement("code",null,"<UniformComposition />")," is defined, for example ",a.createElement("pre",null,`import "../components/${s}.tsx"`)))," ",a.createElement("p",null,"Need more help?"," ",a.createElement("a",{href:"https://docs.uniform.app/docs/guides/composition/rendering",target:"_blank",rel:"noreferrer",style:{textDecoration:"underline"}},"Check out the documentation.")))}var s=(e,t)=>`${e}${t?`__${t}`:""}`;(e=>{let{store:t,defaultComponent:r=i}=e;return e=>{var n;return(null!=(n=t.get(s(e.type,e.variant)))?n:t.get(s(e.type)))||r}})({store:(()=>{let e=new Map;return e.set("__not_implemented__",i),{register:t=>{let{type:r,component:n,variantId:a}=t;e.set(s(r,a),n)},get:(t,r)=>e.get(s(t,r)),getComponentsMap:()=>new Map(e)}})()});var u=(0,a.createContext)({data:void 0,isContextualEditing:!1});function c(){return(0,a.useContext)(u)}function d(e){var t;let{node:r,...n}=e;if(!isRichTextNode(r))return null;let a=null==(t=n.resolveRichTextRenderer)?void 0:t.call(n,r);if(void 0===a&&(a=p(r)),!a)return null;let o=r.children?r.children.map((e,t)=>React19.createElement(d,{...n,key:t,node:e})):null;return React19.createElement(a,{node:r},o)}var f=new Map([["heading",e=>{let{children:t,node:r}=e,{tag:n}=r;return a.createElement(null!=n?n:"h1",null,t)}],["linebreak",()=>a.createElement("br",null)],["link",e=>{let{children:t,node:r}=e,{link:n}=r;return a.createElement("a",{href:(0,o.bk)(n)},t)}],["list",e=>{let{children:t,node:r}=e,{tag:n,start:o}=r;return a.createElement(null!=n?n:"ul",{start:Number.isFinite(o)&&o>0?o:void 0},t)}],["listitem",e=>{let{children:t,node:r}=e,{value:n}=r;return a.createElement("li",{value:Number.isFinite(n)&&n>0?n:void 0},t)}],["paragraph",e=>{let{children:t,node:r}=e,{format:n,direction:l}=r;return a.createElement("p",{dir:(0,o.W1)(l)?l:void 0,style:(0,o.se)(n)?{textAlign:n}:void 0},t)}],["quote",e=>{let{children:t}=e;return a.createElement("blockquote",null,t)}],["code",e=>{let{children:t}=e;return a.createElement("pre",null,a.createElement("code",null,t))}],["root",e=>{let{children:t}=e;return a.createElement(a.Fragment,null,t)}],["text",e=>{let{node:t}=e,{text:r,format:n}=t,l=(0,o.$j)(n);return a.createElement(a.Fragment,null,l.length>0?l.reduceRight((e,t)=>a.createElement(t,null,e),r):r)}],["tab",()=>a.createElement(a.Fragment,null,"	")],["table",e=>{let{children:t}=e;return a.createElement("table",null,a.createElement("tbody",null,t))}],["tablerow",e=>{let{children:t}=e;return a.createElement("tr",null,t)}],["tablecell",e=>{let{children:t,node:r}=e,{headerState:n}=r,l=(0,o.Vv)(n);return a.createElement(l,null,t)}],["asset",e=>{var t,r;let{node:n}=e,{__asset:o}=n;return void 0===o||"image"!==o.type?null:a.createElement("figure",null,a.createElement("img",{src:o.fields.url.value,alt:null==(t=o.fields.title)?void 0:t.value}),(null==(r=o.fields.description)?void 0:r.value)?a.createElement("figcaption",null,o.fields.description.value):null)}]]),p=e=>f.get(e.type)},52705:function(e,t){"use strict";Object.prototype.toString},52968:function(e,t,r){"use strict";function n(e){return!!(e&&["center","end","justify","left","right","start"].includes(e))}function a(e){return!!(e&&["ltr","rtl"].includes(e))}function o(e){return!!e&&"object"==typeof e&&"type"in e}function l(e){return"object"==typeof e&&null!==e&&"root"in e&&o(e.root)}function i(e){if(!e||0===e.root.children.length)return!0;if(e.root.children.length>1)return!1;let t=e.root.children[0];return!!o(t)&&"paragraph"===t.type&&(void 0===t.children||0===t.children.length)}function s(e){switch(null==e?void 0:e.type){case"email":return`mailto:${e.path}`;case"tel":return`tel:${e.path}`;case"url":case"projectMapNode":return e.path}}function u(e){return 0===e?"td":"th"}function c(e){let t=[];return 1&e&&t.push("strong"),2&e&&t.push("em"),4&e&&t.push("s"),8&e&&t.push("u"),16&e&&t.push("code"),32&e&&t.push("sub"),64&e&&t.push("sup"),t}r.d(t,{$j:function(){return c},Vv:function(){return u},W1:function(){return a},bk:function(){return s},cD:function(){return i},is:function(){return l},se:function(){return n},yL:function(){return o}})},36765:function(e){"use strict";function t(e,t,a){e instanceof RegExp&&(e=r(e,a)),t instanceof RegExp&&(t=r(t,a));var o=n(e,t,a);return o&&{start:o[0],end:o[1],pre:a.slice(0,o[0]),body:a.slice(o[0]+e.length,o[1]),post:a.slice(o[1]+t.length)}}function r(e,t){var r=t.match(e);return r?r[0]:null}function n(e,t,r){var n,a,o,l,i,s=r.indexOf(e),u=r.indexOf(t,s+1),c=s;if(s>=0&&u>0){if(e===t)return[s,u];for(n=[],o=r.length;c>=0&&!i;)c==s?(n.push(c),s=r.indexOf(e,c+1)):1==n.length?i=[n.pop(),u]:((a=n.pop())<o&&(o=a,l=u),u=r.indexOf(t,c+1)),c=s<u&&s>=0?s:u;n.length&&(i=[o,l])}return i}e.exports=t,t.range=n},90723:function(e,t,r){var n=r(36765);e.exports=function(e){return e?("{}"===e.substr(0,2)&&(e="\\{\\}"+e.substr(2)),(function e(t,r){var a=[],o=n("{","}",t);if(!o)return[t];var i=o.pre,s=o.post.length?e(o.post,!1):[""];if(/\$$/.test(o.pre))for(var c=0;c<s.length;c++){var m=i+"{"+o.body+"}"+s[c];a.push(m)}else{var v=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(o.body),g=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(o.body),C=v||g,y=o.body.indexOf(",")>=0;if(!C&&!y)return o.post.match(/,.*\}/)?e(t=o.pre+"{"+o.body+l+o.post):[t];if(C)b=o.body.split(/\.\./);else if(1===(b=function e(t){if(!t)return[""];var r=[],a=n("{","}",t);if(!a)return t.split(",");var o=a.pre,l=a.body,i=a.post,s=o.split(",");s[s.length-1]+="{"+l+"}";var u=e(i);return i.length&&(s[s.length-1]+=u.shift(),s.push.apply(s,u)),r.push.apply(r,s),r}(o.body)).length&&1===(b=e(b[0],!1).map(d)).length)return s.map(function(e){return o.pre+b[0]+e});if(C){var b,S,x,w=u(b[0]),k=u(b[1]),E=Math.max(b[0].length,b[1].length),M=3==b.length?Math.abs(u(b[2])):1,I=p;k<w&&(M*=-1,I=h);var R=b.some(f);S=[];for(var N=w;I(N,k);N+=M){if(g)"\\"===(x=String.fromCharCode(N))&&(x="");else if(x=String(N),R){var T=E-x.length;if(T>0){var L=Array(T+1).join("0");x=N<0?"-"+L+x.slice(1):L+x}}S.push(x)}}else{S=[];for(var P=0;P<b.length;P++)S.push.apply(S,e(b[P],!1))}for(var P=0;P<S.length;P++)for(var c=0;c<s.length;c++){var m=i+S[P]+s[c];(!r||C||m)&&a.push(m)}}return a})(e.split("\\\\").join(a).split("\\{").join(o).split("\\}").join(l).split("\\,").join(i).split("\\.").join(s),!0).map(c)):[]};var a="\0SLASH"+Math.random()+"\0",o="\0OPEN"+Math.random()+"\0",l="\0CLOSE"+Math.random()+"\0",i="\0COMMA"+Math.random()+"\0",s="\0PERIOD"+Math.random()+"\0";function u(e){return parseInt(e,10)==e?parseInt(e,10):e.charCodeAt(0)}function c(e){return e.split(a).join("\\").split(o).join("{").split(l).join("}").split(i).join(",").split(s).join(".")}function d(e){return"{"+e+"}"}function f(e){return/^-?0\d/.test(e)}function p(e,t){return e<=t}function h(e,t){return e>=t}},78005:function(e){var t;t=function(){"use strict";var e,t,r=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,n=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,a={years:31536e6,months:2628e6,days:864e5,hours:36e5,minutes:6e4,seconds:1e3,milliseconds:1,weeks:6048e5},o=function(e){return e instanceof d},l=function(e,t,r){return new d(e,r,t.$l)},i=function(e){return t.p(e)+"s"},s=function(e){return e<0},u=function(e){return s(e)?Math.ceil(e):Math.floor(e)},c=function(e,t){return e?s(e)?{negative:!0,format:""+Math.abs(e)+t}:{negative:!1,format:""+e+t}:{negative:!1,format:""}},d=function(){function s(e,t,r){var o=this;if(this.$d={},this.$l=r,void 0===e&&(this.$ms=0,this.parseFromMilliseconds()),t)return l(e*a[i(t)],this);if("number"==typeof e)return this.$ms=e,this.parseFromMilliseconds(),this;if("object"==typeof e)return Object.keys(e).forEach(function(t){o.$d[i(t)]=e[t]}),this.calMilliseconds(),this;if("string"==typeof e){var s=e.match(n);if(s){var u=s.slice(2).map(function(e){return null!=e?Number(e):0});return this.$d.years=u[0],this.$d.months=u[1],this.$d.weeks=u[2],this.$d.days=u[3],this.$d.hours=u[4],this.$d.minutes=u[5],this.$d.seconds=u[6],this.calMilliseconds(),this}}return this}var d=s.prototype;return d.calMilliseconds=function(){var e=this;this.$ms=Object.keys(this.$d).reduce(function(t,r){return t+(e.$d[r]||0)*a[r]},0)},d.parseFromMilliseconds=function(){var e=this.$ms;this.$d.years=u(e/31536e6),e%=31536e6,this.$d.months=u(e/2628e6),e%=2628e6,this.$d.days=u(e/864e5),e%=864e5,this.$d.hours=u(e/36e5),e%=36e5,this.$d.minutes=u(e/6e4),e%=6e4,this.$d.seconds=u(e/1e3),e%=1e3,this.$d.milliseconds=e},d.toISOString=function(){var e=c(this.$d.years,"Y"),t=c(this.$d.months,"M"),r=+this.$d.days||0;this.$d.weeks&&(r+=7*this.$d.weeks);var n=c(r,"D"),a=c(this.$d.hours,"H"),o=c(this.$d.minutes,"M"),l=this.$d.seconds||0;this.$d.milliseconds&&(l+=this.$d.milliseconds/1e3,l=Math.round(1e3*l)/1e3);var i=c(l,"S"),s=e.negative||t.negative||n.negative||a.negative||o.negative||i.negative,u=a.format||o.format||i.format?"T":"",d=(s?"-":"")+"P"+e.format+t.format+n.format+u+a.format+o.format+i.format;return"P"===d||"-P"===d?"P0D":d},d.toJSON=function(){return this.toISOString()},d.format=function(e){var n={Y:this.$d.years,YY:t.s(this.$d.years,2,"0"),YYYY:t.s(this.$d.years,4,"0"),M:this.$d.months,MM:t.s(this.$d.months,2,"0"),D:this.$d.days,DD:t.s(this.$d.days,2,"0"),H:this.$d.hours,HH:t.s(this.$d.hours,2,"0"),m:this.$d.minutes,mm:t.s(this.$d.minutes,2,"0"),s:this.$d.seconds,ss:t.s(this.$d.seconds,2,"0"),SSS:t.s(this.$d.milliseconds,3,"0")};return(e||"YYYY-MM-DDTHH:mm:ss").replace(r,function(e,t){return t||String(n[e])})},d.as=function(e){return this.$ms/a[i(e)]},d.get=function(e){var t=this.$ms,r=i(e);return"milliseconds"===r?t%=1e3:t="weeks"===r?u(t/a[r]):this.$d[r],t||0},d.add=function(e,t,r){var n;return n=t?e*a[i(t)]:o(e)?e.$ms:l(e,this).$ms,l(this.$ms+n*(r?-1:1),this)},d.subtract=function(e,t){return this.add(e,t,!0)},d.locale=function(e){var t=this.clone();return t.$l=e,t},d.clone=function(){return l(this.$ms,this)},d.humanize=function(t){return e().add(this.$ms,"ms").locale(this.$l).fromNow(!t)},d.valueOf=function(){return this.asMilliseconds()},d.milliseconds=function(){return this.get("milliseconds")},d.asMilliseconds=function(){return this.as("milliseconds")},d.seconds=function(){return this.get("seconds")},d.asSeconds=function(){return this.as("seconds")},d.minutes=function(){return this.get("minutes")},d.asMinutes=function(){return this.as("minutes")},d.hours=function(){return this.get("hours")},d.asHours=function(){return this.as("hours")},d.days=function(){return this.get("days")},d.asDays=function(){return this.as("days")},d.weeks=function(){return this.get("weeks")},d.asWeeks=function(){return this.as("weeks")},d.months=function(){return this.get("months")},d.asMonths=function(){return this.as("months")},d.years=function(){return this.get("years")},d.asYears=function(){return this.as("years")},s}(),f=function(e,t,r){return e.add(t.years()*r,"y").add(t.months()*r,"M").add(t.days()*r,"d").add(t.hours()*r,"h").add(t.minutes()*r,"m").add(t.seconds()*r,"s").add(t.milliseconds()*r,"ms")};return function(r,n,a){e=a,t=a().$utils(),a.duration=function(e,t){return l(e,{$l:a.locale()},t)},a.isDuration=o;var i=n.prototype.add,s=n.prototype.subtract;n.prototype.add=function(e,t){return o(e)?f(this,e,1):i.bind(this)(e,t)},n.prototype.subtract=function(e,t){return o(e)?f(this,e,-1):s.bind(this)(e,t)}}},e.exports=t()},16231:function(e,t){t.Od=function(e){return e.replace(/[^\u0000-\u007e]/g,function(e){return n[e]||e})};for(var r=[{base:" ",chars:"\xa0"},{base:"0",chars:"߀"},{base:"A",chars:"ⒶＡ\xc0\xc1\xc2ẦẤẪẨ\xc3ĀĂẰẮẴẲȦǠ\xc4ǞẢ\xc5ǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",chars:"Ꜳ"},{base:"AE",chars:"\xc6ǼǢ"},{base:"AO",chars:"Ꜵ"},{base:"AU",chars:"Ꜷ"},{base:"AV",chars:"ꜸꜺ"},{base:"AY",chars:"Ꜽ"},{base:"B",chars:"ⒷＢḂḄḆɃƁ"},{base:"C",chars:"ⒸＣꜾḈĆCĈĊČ\xc7ƇȻ"},{base:"D",chars:"ⒹＤḊĎḌḐḒḎĐƊƉᴅꝹ"},{base:"Dh",chars:"\xd0"},{base:"DZ",chars:"ǱǄ"},{base:"Dz",chars:"ǲǅ"},{base:"E",chars:"ɛⒺＥ\xc8\xc9\xcaỀẾỄỂẼĒḔḖĔĖ\xcbẺĚȄȆẸỆȨḜĘḘḚƐƎᴇ"},{base:"F",chars:"ꝼⒻＦḞƑꝻ"},{base:"G",chars:"ⒼＧǴĜḠĞĠǦĢǤƓꞠꝽꝾɢ"},{base:"H",chars:"ⒽＨĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",chars:"ⒾＩ\xcc\xcd\xceĨĪĬİ\xcfḮỈǏȈȊỊĮḬƗ"},{base:"J",chars:"ⒿＪĴɈȷ"},{base:"K",chars:"ⓀＫḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",chars:"ⓁＬĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",chars:"Ǉ"},{base:"Lj",chars:"ǈ"},{base:"M",chars:"ⓂＭḾṀṂⱮƜϻ"},{base:"N",chars:"ꞤȠⓃＮǸŃ\xd1ṄŇṆŅṊṈƝꞐᴎ"},{base:"NJ",chars:"Ǌ"},{base:"Nj",chars:"ǋ"},{base:"O",chars:"ⓄＯ\xd2\xd3\xd4ỒỐỖỔ\xd5ṌȬṎŌṐṒŎȮȰ\xd6ȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬ\xd8ǾƆƟꝊꝌ"},{base:"OE",chars:"Œ"},{base:"OI",chars:"Ƣ"},{base:"OO",chars:"Ꝏ"},{base:"OU",chars:"Ȣ"},{base:"P",chars:"ⓅＰṔṖƤⱣꝐꝒꝔ"},{base:"Q",chars:"ⓆＱꝖꝘɊ"},{base:"R",chars:"ⓇＲŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",chars:"ⓈＳẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",chars:"ⓉＴṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"Th",chars:"\xde"},{base:"TZ",chars:"Ꜩ"},{base:"U",chars:"ⓊＵ\xd9\xda\xdbŨṸŪṺŬ\xdcǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",chars:"ⓋＶṼṾƲꝞɅ"},{base:"VY",chars:"Ꝡ"},{base:"W",chars:"ⓌＷẀẂŴẆẄẈⱲ"},{base:"X",chars:"ⓍＸẊẌ"},{base:"Y",chars:"ⓎＹỲ\xddŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",chars:"ⓏＺŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",chars:"ⓐａẚ\xe0\xe1\xe2ầấẫẩ\xe3āăằắẵẳȧǡ\xe4ǟả\xe5ǻǎȁȃạậặḁąⱥɐɑ"},{base:"aa",chars:"ꜳ"},{base:"ae",chars:"\xe6ǽǣ"},{base:"ao",chars:"ꜵ"},{base:"au",chars:"ꜷ"},{base:"av",chars:"ꜹꜻ"},{base:"ay",chars:"ꜽ"},{base:"b",chars:"ⓑｂḃḅḇƀƃɓƂ"},{base:"c",chars:"ｃⓒćĉċč\xe7ḉƈȼꜿↄ"},{base:"d",chars:"ⓓｄḋďḍḑḓḏđƌɖɗƋᏧԁꞪ"},{base:"dh",chars:"\xf0"},{base:"dz",chars:"ǳǆ"},{base:"e",chars:"ⓔｅ\xe8\xe9\xeaềếễểẽēḕḗĕė\xebẻěȅȇẹệȩḝęḙḛɇǝ"},{base:"f",chars:"ⓕｆḟƒ"},{base:"ff",chars:"ﬀ"},{base:"fi",chars:"ﬁ"},{base:"fl",chars:"ﬂ"},{base:"ffi",chars:"ﬃ"},{base:"ffl",chars:"ﬄ"},{base:"g",chars:"ⓖｇǵĝḡğġǧģǥɠꞡꝿᵹ"},{base:"h",chars:"ⓗｈĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",chars:"ƕ"},{base:"i",chars:"ⓘｉ\xec\xed\xeeĩīĭ\xefḯỉǐȉȋịįḭɨı"},{base:"j",chars:"ⓙｊĵǰɉ"},{base:"k",chars:"ⓚｋḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",chars:"ⓛｌŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇɭ"},{base:"lj",chars:"ǉ"},{base:"m",chars:"ⓜｍḿṁṃɱɯ"},{base:"n",chars:"ⓝｎǹń\xf1ṅňṇņṋṉƞɲŉꞑꞥлԉ"},{base:"nj",chars:"ǌ"},{base:"o",chars:"ⓞｏ\xf2\xf3\xf4ồốỗổ\xf5ṍȭṏōṑṓŏȯȱ\xf6ȫỏőǒȍȏơờớỡởợọộǫǭ\xf8ǿꝋꝍɵɔᴑ"},{base:"oe",chars:"œ"},{base:"oi",chars:"ƣ"},{base:"oo",chars:"ꝏ"},{base:"ou",chars:"ȣ"},{base:"p",chars:"ⓟｐṕṗƥᵽꝑꝓꝕρ"},{base:"q",chars:"ⓠｑɋꝗꝙ"},{base:"r",chars:"ⓡｒŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",chars:"ⓢｓśṥŝṡšṧṣṩșşȿꞩꞅẛʂ"},{base:"ss",chars:"\xdf"},{base:"t",chars:"ⓣｔṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"th",chars:"\xfe"},{base:"tz",chars:"ꜩ"},{base:"u",chars:"ⓤｕ\xf9\xfa\xfbũṹūṻŭ\xfcǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",chars:"ⓥｖṽṿʋꝟʌ"},{base:"vy",chars:"ꝡ"},{base:"w",chars:"ⓦｗẁẃŵẇẅẘẉⱳ"},{base:"x",chars:"ⓧｘẋẍ"},{base:"y",chars:"ⓨｙỳ\xfdŷỹȳẏ\xffỷẙỵƴɏỿ"},{base:"z",chars:"ⓩｚźẑżžẓẕƶȥɀⱬꝣ"}],n={},a=0;a<r.length;a+=1)for(var o=r[a].chars,l=0;l<o.length;l+=1)n[o[l]]=r[a].base},82656:function(e){"use strict";e.exports=function e(t,r){if(t===r)return!0;if(t&&r&&"object"==typeof t&&"object"==typeof r){if(t.constructor!==r.constructor)return!1;if(Array.isArray(t)){if((n=t.length)!=r.length)return!1;for(a=n;0!=a--;)if(!e(t[a],r[a]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if((n=(o=Object.keys(t)).length)!==Object.keys(r).length)return!1;for(a=n;0!=a--;)if(!Object.prototype.hasOwnProperty.call(r,o[a]))return!1;for(a=n;0!=a--;){var n,a,o,l=o[a];if(!e(t[l],r[l]))return!1}return!0}return t!=t&&r!=r}},55599:function(e){var t=Object.prototype.hasOwnProperty,r=Object.prototype.toString;e.exports=function(e,n,a){if("[object Function]"!==r.call(n))throw TypeError("iterator must be a function");var o=e.length;if(o===+o)for(var l=0;l<o;l++)n.call(a,e[l],l,e);else for(var i in e)t.call(e,i)&&n.call(a,e[i],i,e)}},69349:function(e,t,r){"use strict";let n=r(2909),a=r(51482),o=r(16231).Od,l={},i={},s={},u={},c={};function d(e){return String("000"+(e||"")).slice(-3)}function f(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function p(e,t){switch(e){case"official":return Array.isArray(t)?t[0]:t;case"all":return"string"==typeof t?[t]:t;case"alias":return Array.isArray(t)?t[1]||t[0]:t;default:throw TypeError("LocaleNameType must be one of these: all, official, alias!")}}function h(e){return i[u[d(e)]]}function m(e){return u[d(e)]}function v(e){if("string"==typeof e){if(/^[0-9]*$/.test(e))return m(e);if(2===e.length)return e.toUpperCase();if(3===e.length)return s[e.toUpperCase()]}if("number"==typeof e)return m(e)}n.forEach(function(e){i[e[0]]=e[1],s[e[1]]=e[0],u[e[2]]=e[0],c[e[0]]=e[2]}),t.registerLocale=function(e){if(!e.locale)throw TypeError("Missing localeData.locale");if(!e.countries)throw TypeError("Missing localeData.countries");l[e.locale]=e.countries},t.alpha3ToAlpha2=function(e){return s[e]},t.alpha2ToAlpha3=function(e){return i[e]},t.alpha3ToNumeric=function(e){return c[s[e]]},t.alpha2ToNumeric=function(e){return c[e]},t.numericToAlpha3=h,t.numericToAlpha2=m,t.toAlpha3=function(e){if("string"==typeof e){if(/^[0-9]*$/.test(e))return h(e);if(2===e.length)return i[e.toUpperCase()];if(3===e.length)return e.toUpperCase()}if("number"==typeof e)return h(e)},t.toAlpha2=v,t.getName=function(e,t,r={}){"select"in r||(r.select="official");try{let n=l[t.toLowerCase()][v(e)];return p(r.select,n)}catch(e){return}},t.getNames=function(e,t={}){var r;"select"in t||(t.select="official");let n=l[e.toLowerCase()];return void 0===n?{}:(r=function(e){return p(t.select,e)},Object.keys(n).reduce(function(e,t){let a=n[t];return e[t]=r(a,t),e},{}))},t.getAlpha2Code=function(e,t){let r=e=>e.toLowerCase(),n=(e,t)=>r(e)===r(t);try{let r=l[t.toLowerCase()];for(let t in r)if(f(r,t)){if("string"==typeof r[t]&&n(r[t],e))return t;if(Array.isArray(r[t])){for(let a of r[t])if(n(a,e))return t}}return}catch(e){return}},t.getSimpleAlpha2Code=function(e,t){let r=e=>o(e.toLowerCase()),n=(e,t)=>r(e)===r(t);try{let r=l[t.toLowerCase()];for(let t in r)if(f(r,t)){if("string"==typeof r[t]&&n(r[t],e))return t;if(Array.isArray(r[t])){for(let a of r[t])if(n(a,e))return t}}return}catch(e){return}},t.getAlpha2Codes=function(){return i},t.getAlpha3Code=function(e,r){let n=t.getAlpha2Code(e,r);return n?t.toAlpha3(n):void 0},t.getSimpleAlpha3Code=function(e,r){let n=t.getSimpleAlpha2Code(e,r);return n?t.toAlpha3(n):void 0},t.getAlpha3Codes=function(){return s},t.getNumericCodes=function(){return u},t.langs=function(){return Object.keys(l)},t.getSupportedLanguages=function(){return a},t.isValid=function(e){if(!e)return!1;let t=e.toString().toUpperCase();return f(s,t)||f(i,t)||f(u,t)}},83086:function(e,t,r){"use strict";var n=r(55599);function a(e,t,r){if(3==arguments.length)return a.set(e,t,r);if(2==arguments.length)return a.get(e,t);var n=a.bind(a,e);for(var o in a)a.hasOwnProperty(o)&&(n[o]=a[o].bind(n,e));return n}e.exports=a,a.get=function(e,t){for(var r=Array.isArray(t)?t:a.parse(t),n=0;n<r.length;++n){var o=r[n];if(!("object"==typeof e&&o in e))throw Error("Invalid reference token: "+o);e=e[o]}return e},a.set=function(e,t,r){var n=Array.isArray(t)?t:a.parse(t),o=n[0];if(0===n.length)throw Error("Can not set the root object");for(var l=0;l<n.length-1;++l){var i=n[l];"string"!=typeof i&&"number"!=typeof i&&(i=String(i)),"__proto__"!==i&&"constructor"!==i&&"prototype"!==i&&("-"===i&&Array.isArray(e)&&(i=e.length),o=n[l+1],i in e||(o.match(/^(\d+|-)$/)?e[i]=[]:e[i]={}),e=e[i])}return"-"===o&&Array.isArray(e)&&(o=e.length),e[o]=r,this},a.remove=function(e,t){var r=Array.isArray(t)?t:a.parse(t),n=r[r.length-1];if(void 0===n)throw Error('Invalid JSON pointer for remove: "'+t+'"');var o=a.get(e,r.slice(0,-1));if(Array.isArray(o)){var l=+n;if(""===n&&isNaN(l))throw Error('Invalid array index: "'+n+'"');Array.prototype.splice.call(o,l,1)}else delete o[n]},a.dict=function(e,t){var r={};return a.walk(e,function(e,t){r[t]=e},t),r},a.walk=function(e,t,r){var o=[];r=r||function(e){var t=Object.prototype.toString.call(e);return"[object Object]"===t||"[object Array]"===t},function e(l){n(l,function(n,l){o.push(String(l)),r(n)?e(n):t(n,a.compile(o)),o.pop()})}(e)},a.has=function(e,t){try{a.get(e,t)}catch(e){return!1}return!0},a.escape=function(e){return e.toString().replace(/~/g,"~0").replace(/\//g,"~1")},a.unescape=function(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")},a.parse=function(e){if(""===e)return[];if("/"!==e.charAt(0))throw Error("Invalid JSON pointer: "+e);return e.substring(1).split(/\//).map(a.unescape)},a.compile=function(e){return 0===e.length?"":"/"+e.map(a.escape).join("/")}},42220:function(e,t,r){var n=r(85026),a=r(74781),o=r(98870),l=r(29396),i=r(85714);function s(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}s.prototype.clear=n,s.prototype.delete=a,s.prototype.get=o,s.prototype.has=l,s.prototype.set=i,e.exports=s},92960:function(e,t,r){var n=r(32725),a=r(414),o=r(93767),l=r(33820),i=r(74468);function s(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}s.prototype.clear=n,s.prototype.delete=a,s.prototype.get=o,s.prototype.has=l,s.prototype.set=i,e.exports=s},41223:function(e,t,r){var n=r(47459),a=r(82643),o=r(42857),l=r(41154),i=r(25529);function s(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}s.prototype.clear=n,s.prototype.delete=a,s.prototype.get=o,s.prototype.has=l,s.prototype.set=i,e.exports=s},44643:function(e,t,r){var n=r(41223),a=r(76882),o=r(80786);function l(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new n;++t<r;)this.add(e[t])}l.prototype.add=l.prototype.push=a,l.prototype.has=o,e.exports=l},15450:function(e,t,r){var n=r(92960),a=r(99669),o=r(62881),l=r(99024),i=r(44701),s=r(75694);function u(e){var t=this.__data__=new n(e);this.size=t.size}u.prototype.clear=a,u.prototype.delete=o,u.prototype.get=l,u.prototype.has=i,u.prototype.set=s,e.exports=u},8129:function(e,t,r){var n=r(3642).Uint8Array;e.exports=n},10908:function(e){e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n&&!1!==t(e[r],r,e););return e}},92010:function(e){e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length,a=0,o=[];++r<n;){var l=e[r];t(l,r,e)&&(o[a++]=l)}return o}},99207:function(e,t,r){var n=r(83090),a=r(41080),o=r(73509),l=r(91485),i=r(24923),s=r(23329),u=Object.prototype.hasOwnProperty;e.exports=function(e,t){var r=o(e),c=!r&&a(e),d=!r&&!c&&l(e),f=!r&&!c&&!d&&s(e),p=r||c||d||f,h=p?n(e.length,String):[],m=h.length;for(var v in e)(t||u.call(e,v))&&!(p&&("length"==v||d&&("offset"==v||"parent"==v)||f&&("buffer"==v||"byteLength"==v||"byteOffset"==v)||i(v,m)))&&h.push(v);return h}},2173:function(e){e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length,a=Array(n);++r<n;)a[r]=t(e[r],r,e);return a}},73056:function(e){e.exports=function(e,t){for(var r=-1,n=t.length,a=e.length;++r<n;)e[a+r]=t[r];return e}},63541:function(e){e.exports=function(e,t,r,n){var a=-1,o=null==e?0:e.length;for(n&&o&&(r=e[++a]);++a<o;)r=t(r,e[a],a,e);return r}},14803:function(e){e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}},12588:function(e){e.exports=function(e){return e.split("")}},49543:function(e){var t=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;e.exports=function(e){return e.match(t)||[]}},76532:function(e,t,r){var n=r(30207);e.exports=function(e,t){for(var r=e.length;r--;)if(n(e[r][0],t))return r;return -1}},47035:function(e,t,r){var n=r(69583),a=r(79427)(n);e.exports=a},69911:function(e,t,r){var n=r(47035);e.exports=function(e,t){var r=[];return n(e,function(e,n,a){t(e,n,a)&&r.push(e)}),r}},84981:function(e){e.exports=function(e,t,r,n){for(var a=e.length,o=r+(n?1:-1);n?o--:++o<a;)if(t(e[o],o,e))return o;return -1}},92244:function(e,t,r){var n=r(13898)();e.exports=n},69583:function(e,t,r){var n=r(92244),a=r(35147);e.exports=function(e,t){return e&&n(e,t,a)}},19716:function(e,t,r){var n=r(1746),a=r(4593);e.exports=function(e,t){t=n(t,e);for(var r=0,o=t.length;null!=e&&r<o;)e=e[a(t[r++])];return r&&r==o?e:void 0}},42600:function(e,t,r){var n=r(73056),a=r(73509);e.exports=function(e,t,r){var o=t(e);return a(e)?o:n(o,r(e))}},19144:function(e){e.exports=function(e,t){return null!=e&&t in Object(e)}},62579:function(e,t,r){var n=r(44748),a=r(62743);e.exports=function e(t,r,o,l,i){return t===r||(null!=t&&null!=r&&(a(t)||a(r))?n(t,r,o,l,e,i):t!=t&&r!=r)}},44748:function(e,t,r){var n=r(15450),a=r(91491),o=r(13989),l=r(86002),i=r(17121),s=r(73509),u=r(91485),c=r(23329),d="[object Arguments]",f="[object Array]",p="[object Object]",h=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,m,v,g){var C=s(e),y=s(t),b=C?f:i(e),S=y?f:i(t);b=b==d?p:b,S=S==d?p:S;var x=b==p,w=S==p,k=b==S;if(k&&u(e)){if(!u(t))return!1;C=!0,x=!1}if(k&&!x)return g||(g=new n),C||c(e)?a(e,t,r,m,v,g):o(e,t,b,r,m,v,g);if(!(1&r)){var E=x&&h.call(e,"__wrapped__"),M=w&&h.call(t,"__wrapped__");if(E||M){var I=E?e.value():e,R=M?t.value():t;return g||(g=new n),v(I,R,r,m,g)}}return!!k&&(g||(g=new n),l(e,t,r,m,v,g))}},90234:function(e,t,r){var n=r(15450),a=r(62579);e.exports=function(e,t,r,o){var l=r.length,i=l,s=!o;if(null==e)return!i;for(e=Object(e);l--;){var u=r[l];if(s&&u[2]?u[1]!==e[u[0]]:!(u[0]in e))return!1}for(;++l<i;){var c=(u=r[l])[0],d=e[c],f=u[1];if(s&&u[2]){if(void 0===d&&!(c in e))return!1}else{var p=new n;if(o)var h=o(d,f,c,e,t,p);if(!(void 0===h?a(f,d,3,o,p):h))return!1}}return!0}},60876:function(e,t,r){var n=r(2837),a=r(95224),o=r(65778),l=r(73509),i=r(4924);e.exports=function(e){return"function"==typeof e?e:null==e?o:"object"==typeof e?l(e)?a(e[0],e[1]):n(e):i(e)}},67641:function(e,t,r){var n=r(47035),a=r(15206);e.exports=function(e,t){var r=-1,o=a(e)?Array(e.length):[];return n(e,function(e,n,a){o[++r]=t(e,n,a)}),o}},2837:function(e,t,r){var n=r(90234),a=r(99367),o=r(4733);e.exports=function(e){var t=a(e);return 1==t.length&&t[0][2]?o(t[0][0],t[0][1]):function(r){return r===e||n(r,e,t)}}},95224:function(e,t,r){var n=r(62579),a=r(55854),o=r(83320),l=r(1841),i=r(28162),s=r(4733),u=r(4593);e.exports=function(e,t){return l(e)&&i(t)?s(u(e),t):function(r){var l=a(r,e);return void 0===l&&l===t?o(r,e):n(t,l,3)}}},50997:function(e,t,r){var n=r(2173),a=r(19716),o=r(60876),l=r(67641),i=r(77726),s=r(19040),u=r(91690),c=r(65778),d=r(73509);e.exports=function(e,t,r){t=t.length?n(t,function(e){return d(e)?function(t){return a(t,1===e.length?e[0]:e)}:e}):[c];var f=-1;return t=n(t,s(o)),i(l(e,function(e,r,a){return{criteria:n(t,function(t){return t(e)}),index:++f,value:e}}),function(e,t){return u(e,t,r)})}},79339:function(e){e.exports=function(e){return function(t){return null==t?void 0:t[e]}}},29101:function(e,t,r){var n=r(19716);e.exports=function(e){return function(t){return n(t,e)}}},70514:function(e){e.exports=function(e){return function(t){return null==e?void 0:e[t]}}},49644:function(e){e.exports=function(e,t,r){var n=-1,a=e.length;t<0&&(t=-t>a?0:a+t),(r=r>a?a:r)<0&&(r+=a),a=t>r?0:r-t>>>0,t>>>=0;for(var o=Array(a);++n<a;)o[n]=e[n+t];return o}},77726:function(e){e.exports=function(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}},83090:function(e){e.exports=function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}},20530:function(e,t,r){var n=r(65085),a=r(2173),o=r(73509),l=r(58510),i=1/0,s=n?n.prototype:void 0,u=s?s.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(o(t))return a(t,e)+"";if(l(t))return u?u.call(t):"";var r=t+"";return"0"==r&&1/t==-i?"-0":r}},79884:function(e,t,r){var n=r(15428),a=/^\s+/;e.exports=function(e){return e?e.slice(0,n(e)+1).replace(a,""):e}},34675:function(e){e.exports=function(e,t){return e.has(t)}},51032:function(e,t,r){var n=r(65778);e.exports=function(e){return"function"==typeof e?e:n}},1746:function(e,t,r){var n=r(73509),a=r(1841),o=r(80770),l=r(93014);e.exports=function(e,t){return n(e)?e:a(e,t)?[e]:o(l(e))}},53853:function(e,t,r){var n=r(49644);e.exports=function(e,t,r){var a=e.length;return r=void 0===r?a:r,!t&&r>=a?e:n(e,t,r)}},60615:function(e,t,r){var n=r(58510);e.exports=function(e,t){if(e!==t){var r=void 0!==e,a=null===e,o=e==e,l=n(e),i=void 0!==t,s=null===t,u=t==t,c=n(t);if(!s&&!c&&!l&&e>t||l&&i&&u&&!s&&!c||a&&i&&u||!r&&u||!o)return 1;if(!a&&!l&&!c&&e<t||c&&r&&o&&!a&&!l||s&&r&&o||!i&&o||!u)return -1}return 0}},91690:function(e,t,r){var n=r(60615);e.exports=function(e,t,r){for(var a=-1,o=e.criteria,l=t.criteria,i=o.length,s=r.length;++a<i;){var u=n(o[a],l[a]);if(u){if(a>=s)return u;return u*("desc"==r[a]?-1:1)}}return e.index-t.index}},79427:function(e,t,r){var n=r(15206);e.exports=function(e,t){return function(r,a){if(null==r)return r;if(!n(r))return e(r,a);for(var o=r.length,l=t?o:-1,i=Object(r);(t?l--:++l<o)&&!1!==a(i[l],l,i););return r}}},13898:function(e){e.exports=function(e){return function(t,r,n){for(var a=-1,o=Object(t),l=n(t),i=l.length;i--;){var s=l[e?i:++a];if(!1===r(o[s],s,o))break}return t}}},81080:function(e,t,r){var n=r(53853),a=r(56121),o=r(82920),l=r(93014);e.exports=function(e){return function(t){var r=a(t=l(t))?o(t):void 0,i=r?r[0]:t.charAt(0),s=r?n(r,1).join(""):t.slice(1);return i[e]()+s}}},60241:function(e,t,r){var n=r(63541),a=r(66446),o=r(99184),l=RegExp("['’]","g");e.exports=function(e){return function(t){return n(o(a(t).replace(l,"")),e,"")}}},40593:function(e,t,r){var n=r(60876),a=r(15206),o=r(35147);e.exports=function(e){return function(t,r,l){var i=Object(t);if(!a(t)){var s=n(r,3);t=o(t),r=function(e){return s(i[e],e,i)}}var u=e(t,r,l);return u>-1?i[s?t[u]:u]:void 0}}},61602:function(e,t,r){var n=r(70514)({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",Ĳ:"IJ",ĳ:"ij",Œ:"Oe",œ:"oe",ŉ:"'n",ſ:"s"});e.exports=n},91491:function(e,t,r){var n=r(44643),a=r(14803),o=r(34675);e.exports=function(e,t,r,l,i,s){var u=1&r,c=e.length,d=t.length;if(c!=d&&!(u&&d>c))return!1;var f=s.get(e),p=s.get(t);if(f&&p)return f==t&&p==e;var h=-1,m=!0,v=2&r?new n:void 0;for(s.set(e,t),s.set(t,e);++h<c;){var g=e[h],C=t[h];if(l)var y=u?l(C,g,h,t,e,s):l(g,C,h,e,t,s);if(void 0!==y){if(y)continue;m=!1;break}if(v){if(!a(t,function(e,t){if(!o(v,t)&&(g===e||i(g,e,r,l,s)))return v.push(t)})){m=!1;break}}else if(!(g===C||i(g,C,r,l,s))){m=!1;break}}return s.delete(e),s.delete(t),m}},13989:function(e,t,r){var n=r(65085),a=r(8129),o=r(30207),l=r(91491),i=r(19143),s=r(22780),u=n?n.prototype:void 0,c=u?u.valueOf:void 0;e.exports=function(e,t,r,n,u,d,f){switch(r){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)break;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":if(e.byteLength!=t.byteLength||!d(new a(e),new a(t)))break;return!0;case"[object Boolean]":case"[object Date]":case"[object Number]":return o(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var p=i;case"[object Set]":var h=1&n;if(p||(p=s),e.size!=t.size&&!h)break;var m=f.get(e);if(m)return m==t;n|=2,f.set(e,t);var v=l(p(e),p(t),n,u,d,f);return f.delete(e),v;case"[object Symbol]":if(c)return c.call(e)==c.call(t)}return!1}},86002:function(e,t,r){var n=r(24592),a=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,o,l,i){var s=1&r,u=n(e),c=u.length;if(c!=n(t).length&&!s)return!1;for(var d=c;d--;){var f=u[d];if(!(s?f in t:a.call(t,f)))return!1}var p=i.get(e),h=i.get(t);if(p&&h)return p==t&&h==e;var m=!0;i.set(e,t),i.set(t,e);for(var v=s;++d<c;){var g=e[f=u[d]],C=t[f];if(o)var y=s?o(C,g,f,t,e,i):o(g,C,f,e,t,i);if(!(void 0===y?g===C||l(g,C,r,o,i):y)){m=!1;break}v||(v="constructor"==f)}if(m&&!v){var b=e.constructor,S=t.constructor;b!=S&&"constructor"in e&&"constructor"in t&&!("function"==typeof b&&b instanceof b&&"function"==typeof S&&S instanceof S)&&(m=!1)}return i.delete(e),i.delete(t),m}},24592:function(e,t,r){var n=r(42600),a=r(24729),o=r(35147);e.exports=function(e){return n(e,o,a)}},46722:function(e,t,r){var n=r(91010);e.exports=function(e,t){var r=e.__data__;return n(t)?r["string"==typeof t?"string":"hash"]:r.map}},99367:function(e,t,r){var n=r(28162),a=r(35147);e.exports=function(e){for(var t=a(e),r=t.length;r--;){var o=t[r],l=e[o];t[r]=[o,l,n(l)]}return t}},24729:function(e,t,r){var n=r(92010),a=r(58182),o=Object.prototype.propertyIsEnumerable,l=Object.getOwnPropertySymbols,i=l?function(e){return null==e?[]:n(l(e=Object(e)),function(t){return o.call(e,t)})}:a;e.exports=i},41166:function(e,t,r){var n=r(1746),a=r(41080),o=r(73509),l=r(24923),i=r(63831),s=r(4593);e.exports=function(e,t,r){t=n(t,e);for(var u=-1,c=t.length,d=!1;++u<c;){var f=s(t[u]);if(!(d=null!=e&&r(e,f)))break;e=e[f]}return d||++u!=c?d:!!(c=null==e?0:e.length)&&i(c)&&l(f,c)&&(o(e)||a(e))}},56121:function(e){var t=RegExp("[\\u200d\ud800-\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");e.exports=function(e){return t.test(e)}},19973:function(e){var t=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;e.exports=function(e){return t.test(e)}},85026:function(e,t,r){var n=r(59780);e.exports=function(){this.__data__=n?n(null):{},this.size=0}},74781:function(e){e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},98870:function(e,t,r){var n=r(59780),a=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(n){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return a.call(t,e)?t[e]:void 0}},29396:function(e,t,r){var n=r(59780),a=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return n?void 0!==t[e]:a.call(t,e)}},85714:function(e,t,r){var n=r(59780);e.exports=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=n&&void 0===t?"__lodash_hash_undefined__":t,this}},24923:function(e){var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,r){var n=typeof e;return!!(r=null==r?9007199254740991:r)&&("number"==n||"symbol"!=n&&t.test(e))&&e>-1&&e%1==0&&e<r}},1841:function(e,t,r){var n=r(73509),a=r(58510),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,l=/^\w*$/;e.exports=function(e,t){if(n(e))return!1;var r=typeof e;return!!("number"==r||"symbol"==r||"boolean"==r||null==e||a(e))||l.test(e)||!o.test(e)||null!=t&&e in Object(t)}},91010:function(e){e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},28162:function(e,t,r){var n=r(88873);e.exports=function(e){return e==e&&!n(e)}},32725:function(e){e.exports=function(){this.__data__=[],this.size=0}},414:function(e,t,r){var n=r(76532),a=Array.prototype.splice;e.exports=function(e){var t=this.__data__,r=n(t,e);return!(r<0)&&(r==t.length-1?t.pop():a.call(t,r,1),--this.size,!0)}},93767:function(e,t,r){var n=r(76532);e.exports=function(e){var t=this.__data__,r=n(t,e);return r<0?void 0:t[r][1]}},33820:function(e,t,r){var n=r(76532);e.exports=function(e){return n(this.__data__,e)>-1}},74468:function(e,t,r){var n=r(76532);e.exports=function(e,t){var r=this.__data__,a=n(r,e);return a<0?(++this.size,r.push([e,t])):r[a][1]=t,this}},47459:function(e,t,r){var n=r(42220),a=r(92960),o=r(3055);e.exports=function(){this.size=0,this.__data__={hash:new n,map:new(o||a),string:new n}}},82643:function(e,t,r){var n=r(46722);e.exports=function(e){var t=n(this,e).delete(e);return this.size-=t?1:0,t}},42857:function(e,t,r){var n=r(46722);e.exports=function(e){return n(this,e).get(e)}},41154:function(e,t,r){var n=r(46722);e.exports=function(e){return n(this,e).has(e)}},25529:function(e,t,r){var n=r(46722);e.exports=function(e,t){var r=n(this,e),a=r.size;return r.set(e,t),this.size+=r.size==a?0:1,this}},19143:function(e){e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach(function(e,n){r[++t]=[n,e]}),r}},4733:function(e){e.exports=function(e,t){return function(r){return null!=r&&r[e]===t&&(void 0!==t||e in Object(r))}}},38061:function(e,t,r){var n=r(39969);e.exports=function(e){var t=n(e,function(e){return 500===r.size&&r.clear(),e}),r=t.cache;return t}},59780:function(e,t,r){var n=r(64620)(Object,"create");e.exports=n},76882:function(e){e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},80786:function(e){e.exports=function(e){return this.__data__.has(e)}},22780:function(e){e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach(function(e){r[++t]=e}),r}},99669:function(e,t,r){var n=r(92960);e.exports=function(){this.__data__=new n,this.size=0}},62881:function(e){e.exports=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}},99024:function(e){e.exports=function(e){return this.__data__.get(e)}},44701:function(e){e.exports=function(e){return this.__data__.has(e)}},75694:function(e,t,r){var n=r(92960),a=r(3055),o=r(41223);e.exports=function(e,t){var r=this.__data__;if(r instanceof n){var l=r.__data__;if(!a||l.length<199)return l.push([e,t]),this.size=++r.size,this;r=this.__data__=new o(l)}return r.set(e,t),this.size=r.size,this}},82920:function(e,t,r){var n=r(12588),a=r(56121),o=r(60391);e.exports=function(e){return a(e)?o(e):n(e)}},80770:function(e,t,r){var n=r(38061),a=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,l=n(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(a,function(e,r,n,a){t.push(n?a.replace(o,"$1"):r||e)}),t});e.exports=l},4593:function(e,t,r){var n=r(58510),a=1/0;e.exports=function(e){if("string"==typeof e||n(e))return e;var t=e+"";return"0"==t&&1/e==-a?"-0":t}},15428:function(e){var t=/\s/;e.exports=function(e){for(var r=e.length;r--&&t.test(e.charAt(r)););return r}},60391:function(e){var t="\ud800-\udfff",r="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",n="\ud83c[\udffb-\udfff]",a="[^"+t+"]",o="(?:\ud83c[\udde6-\uddff]){2}",l="[\ud800-\udbff][\udc00-\udfff]",i="(?:"+r+"|"+n+")?",s="[\\ufe0e\\ufe0f]?",u="(?:\\u200d(?:"+[a,o,l].join("|")+")"+s+i+")*",c=RegExp(n+"(?="+n+")|(?:"+[a+r+"?",r,o,l,"["+t+"]"].join("|")+")"+(s+i+u),"g");e.exports=function(e){return e.match(c)||[]}},68224:function(e){var t="\ud800-\udfff",r="\\u2700-\\u27bf",n="a-z\\xdf-\\xf6\\xf8-\\xff",a="A-Z\\xc0-\\xd6\\xd8-\\xde",o="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",l="['’]",i="["+o+"]",s="["+n+"]",u="[^"+t+o+"\\d+"+r+n+a+"]",c="(?:\ud83c[\udde6-\uddff]){2}",d="[\ud800-\udbff][\udc00-\udfff]",f="["+a+"]",p="(?:"+s+"|"+u+")",h="(?:"+l+"(?:d|ll|m|re|s|t|ve))?",m="(?:"+l+"(?:D|LL|M|RE|S|T|VE))?",v="(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\ud83c[\udffb-\udfff])?",g="[\\ufe0e\\ufe0f]?",C="(?:\\u200d(?:"+["[^"+t+"]",c,d].join("|")+")"+g+v+")*",y="(?:"+["["+r+"]",c,d].join("|")+")"+(g+v+C),b=RegExp([f+"?"+s+"+"+h+"(?="+[i,f,"$"].join("|")+")","(?:"+f+"|"+u+")+"+m+"(?="+[i,f+p,"$"].join("|")+")",f+"?"+p+"+"+h,f+"+"+m,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])","\\d+",y].join("|"),"g");e.exports=function(e){return e.match(b)||[]}},91452:function(e,t,r){var n=r(30976),a=r(60241)(function(e,t,r){return t=t.toLowerCase(),e+(r?n(t):t)});e.exports=a},30976:function(e,t,r){var n=r(93014),a=r(51055);e.exports=function(e){return a(n(e).toLowerCase())}},66446:function(e,t,r){var n=r(61602),a=r(93014),o=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,l=RegExp("[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]","g");e.exports=function(e){return(e=a(e))&&e.replace(o,n).replace(l,"")}},30207:function(e){e.exports=function(e,t){return e===t||e!=e&&t!=t}},21231:function(e,t,r){var n=r(92010),a=r(69911),o=r(60876),l=r(73509);e.exports=function(e,t){return(l(e)?n:a)(e,o(t,3))}},87639:function(e,t,r){var n=r(40593)(r(2166));e.exports=n},2166:function(e,t,r){var n=r(84981),a=r(60876),o=r(76642),l=Math.max;e.exports=function(e,t,r){var i=null==e?0:e.length;if(!i)return -1;var s=null==r?0:o(r);return s<0&&(s=l(i+s,0)),n(e,a(t,3),s)}},58391:function(e,t,r){var n=r(10908),a=r(47035),o=r(51032),l=r(73509);e.exports=function(e,t){return(l(e)?n:a)(e,o(t))}},55854:function(e,t,r){var n=r(19716);e.exports=function(e,t,r){var a=null==e?void 0:n(e,t);return void 0===a?r:a}},83320:function(e,t,r){var n=r(19144),a=r(41166);e.exports=function(e,t){return null!=e&&a(e,t,n)}},65778:function(e){e.exports=function(e){return e}},58510:function(e,t,r){var n=r(606),a=r(62743);e.exports=function(e){return"symbol"==typeof e||a(e)&&"[object Symbol]"==n(e)}},35147:function(e,t,r){var n=r(99207),a=r(50419),o=r(15206);e.exports=function(e){return o(e)?n(e):a(e)}},89232:function(e,t,r){var n=r(2173),a=r(60876),o=r(67641),l=r(73509);e.exports=function(e,t){return(l(e)?n:o)(e,a(t,3))}},39969:function(e,t,r){var n=r(41223);function a(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw TypeError("Expected a function");var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],o=r.cache;if(o.has(a))return o.get(a);var l=e.apply(this,n);return r.cache=o.set(a,l)||o,l};return r.cache=new(a.Cache||n),r}a.Cache=n,e.exports=a},2247:function(e,t,r){var n=r(50997),a=r(73509);e.exports=function(e,t,r,o){return null==e?[]:(a(t)||(t=null==t?[]:[t]),a(r=o?void 0:r)||(r=null==r?[]:[r]),n(e,t,r))}},4924:function(e,t,r){var n=r(79339),a=r(29101),o=r(1841),l=r(4593);e.exports=function(e){return o(e)?n(l(e)):a(e)}},58182:function(e){e.exports=function(){return[]}},5967:function(e,t,r){var n=r(83090),a=r(51032),o=r(76642),l=Math.min;e.exports=function(e,t){if((e=o(e))<1||e>9007199254740991)return[];var r=4294967295,i=l(e,4294967295);t=a(t),e-=4294967295;for(var s=n(i,t);++r<e;)t(r);return s}},77615:function(e,t,r){var n=r(97172),a=1/0;e.exports=function(e){return e?(e=n(e))===a||e===-a?(e<0?-1:1)*17976931348623157e292:e==e?e:0:0===e?e:0}},76642:function(e,t,r){var n=r(77615);e.exports=function(e){var t=n(e),r=t%1;return t==t?r?t-r:t:0}},97172:function(e,t,r){var n=r(79884),a=r(88873),o=r(58510),l=0/0,i=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return l;if(a(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=a(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=n(e);var r=s.test(e);return r||u.test(e)?c(e.slice(2),r?2:8):i.test(e)?l:+e}},93014:function(e,t,r){var n=r(20530);e.exports=function(e){return null==e?"":n(e)}},51055:function(e,t,r){var n=r(81080)("toUpperCase");e.exports=n},99184:function(e,t,r){var n=r(49543),a=r(19973),o=r(93014),l=r(68224);e.exports=function(e,t,r){return(e=o(e),void 0===(t=r?void 0:t))?a(e)?l(e):n(e):e.match(t)||[]}},64070:function(e,t,r){"use strict";r.d(t,{default:function(){return a.a}});var n=r(23842),a=r.n(n)},99976:function(e,t,r){"use strict";Object.defineProperty(t,"$",{enumerable:!0,get:function(){return a}});let n=r(43503);function a(e){let{createServerReference:t}=r(18786);return t(e,n.callServer)}},23842:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return o}});let n=r(11926);r(27573),r(7653);let a=n._(r(58379));function o(e,t){var r;let n={loading:e=>{let{error:t,isLoading:r,pastDelay:n}=e;return null}};"function"==typeof e&&(n.loader=e);let o={...n,...t};return(0,a.default)({...o,modules:null==(r=o.loadableGenerated)?void 0:r.modules})}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},42972:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"BailoutToCSR",{enumerable:!0,get:function(){return a}});let n=r(20951);function a(e){let{reason:t,children:r}=e;if("undefined"==typeof window)throw new n.BailoutToCSRError(t);return r}},58379:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return u}});let n=r(27573),a=r(7653),o=r(42972),l=r(69111);function i(e){return{default:e&&"default"in e?e.default:e}}let s={loader:()=>Promise.resolve(i(()=>null)),loading:null,ssr:!0},u=function(e){let t={...s,...e},r=(0,a.lazy)(()=>t.loader().then(i)),u=t.loading;function c(e){let i=u?(0,n.jsx)(u,{isLoading:!0,pastDelay:!0,error:null}):null,s=t.ssr?(0,n.jsxs)(n.Fragment,{children:["undefined"==typeof window?(0,n.jsx)(l.PreloadCss,{moduleIds:t.modules}):null,(0,n.jsx)(r,{...e})]}):(0,n.jsx)(o.BailoutToCSR,{reason:"next/dynamic",children:(0,n.jsx)(r,{...e})});return(0,n.jsx)(a.Suspense,{fallback:i,children:s})}return c.displayName="LoadableComponent",c}},69111:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"PreloadCss",{enumerable:!0,get:function(){return o}});let n=r(27573),a=r(92399);function o(e){let{moduleIds:t}=e;if("undefined"!=typeof window)return null;let r=(0,a.getExpectedRequestStore)("next/dynamic css"),o=[];if(r.reactLoadableManifest&&t){let e=r.reactLoadableManifest;for(let r of t){if(!e[r])continue;let t=e[r].files.filter(e=>e.endsWith(".css"));o.push(...t)}}return 0===o.length?null:(0,n.jsx)(n.Fragment,{children:o.map(e=>(0,n.jsx)("link",{precedence:"dynamic",rel:"stylesheet",href:r.assetPrefix+"/_next/"+encodeURI(e),as:"style"},e))})}},93558:function(e,t,r){"use strict";r.d(t,{h3:function(){return P}});var n,a,o,l,i,s=r(7653);function u(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&0>t.indexOf(n)&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var a=0,n=Object.getOwnPropertySymbols(e);a<n.length;a++)0>t.indexOf(n[a])&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(r[n[a]]=e[n[a]]);return r}function c(){}function d(e){return!!(e||"").match(/\d/)}function f(e){return null==e}function p(e){return f(e)||"number"==typeof e&&isNaN(e)||"number"==typeof e&&!isFinite(e)}function h(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function m(e,t){void 0===t&&(t=!0);var r="-"===e[0],n=r&&t,a=(e=e.replace("-","")).split(".");return{beforeDecimal:a[0],afterDecimal:a[1]||"",hasNegation:r,addNegation:n}}function v(e,t,r){for(var n="",a=r?"0":"",o=0;o<=t-1;o++)n+=e[o]||a;return n}function g(e,t){return Array(t+1).join(e)}function C(e){var t=e+"",r="-"===t[0]?"-":"";r&&(t=t.substring(1));var n=t.split(/[eE]/g),a=n[0],o=n[1];if(!(o=Number(o)))return r+a;a=a.replace(".","");var l=1+o,i=a.length;return l<0?a="0."+g("0",Math.abs(l))+a:l>=i?a+=g("0",l-i):a=(a.substring(0,l)||"0")+"."+a.substring(l),r+a}function y(e,t,r){if(-1!==["","-"].indexOf(e))return e;var n=(-1!==e.indexOf(".")||r)&&t,a=m(e),o=a.beforeDecimal,l=a.afterDecimal,i=a.hasNegation,s=parseFloat("0."+(l||"0")),u=(l.length<=t?"0."+l:s.toFixed(t)).split("."),c=o;return o&&Number(u[0])&&(c=o.split("").reverse().reduce(function(e,t,r){return e.length>r?(Number(e[0])+Number(t)).toString()+e.substring(1,e.length):t+e},u[0])),(i?"-":"")+c+(n?".":"")+v(u[1]||"",t,r)}function b(e,t){if(e.value=e.value,null!==e){if(e.createTextRange){var r=e.createTextRange();return r.move("character",t),r.select(),!0}return e.selectionStart||0===e.selectionStart?(e.focus(),e.setSelectionRange(t,t),!0):(e.focus(),!1)}}(n=i||(i={})).event="event",n.props="prop";var S=(a=function(e,t){for(var r=0,n=0,a=e.length,o=t.length;e[r]===t[r]&&r<a;)r++;for(;e[a-1-n]===t[o-1-n]&&o-n>r&&a-n>r;)n++;return{from:{start:r,end:a-n},to:{start:r,end:o-n}}},l=void 0,function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return o&&e.length===o.length&&e.every(function(e,t){return e===o[t]})?l:(o=e,l=a.apply(void 0,e))});function x(e){return Math.max(e.selectionStart,e.selectionEnd)}function w(e){var t=e.currentValue,r=e.formattedValue,n=e.currentValueIndex,a=e.formattedValueIndex;return t[n]===r[a]}function k(e,t,r,n){var a=e.length;if(t=Math.min(Math.max(t,0),a),"left"===n){for(;t>=0&&!r[t];)t--;-1===t&&(t=r.indexOf(!0))}else{for(;t<=a&&!r[t];)t++;t>a&&(t=r.lastIndexOf(!0))}return -1===t&&(t=a),t}function E(e){for(var t=Array.from({length:e.length+1}).map(function(){return!0}),r=0,n=t.length;r<n;r++)t[r]=!!(d(e[r])||d(e[r-1]));return t}function M(e,t,r,n,a,o){void 0===o&&(o=c);var l,i,u=(l=function(e,t){var r,o;return p(e)?(o="",r=""):r="number"==typeof e||t?n(o="number"==typeof e?C(e):e):n(o=a(e,void 0)),{formattedValue:r,numAsString:o}},(i=(0,s.useRef)(l)).current=l,(0,s.useRef)(function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return i.current.apply(i,e)}).current),d=(0,s.useState)(function(){return u(f(e)?t:e,r)}),h=d[0],m=d[1],v=e,g=r;f(e)&&(v=h.numAsString,g=!0);var y=u(v,g);return(0,s.useMemo)(function(){m(y)},[y.formattedValue]),[h,function(e,t){e.formattedValue!==h.formattedValue&&m({formattedValue:e.formattedValue,numAsString:e.value}),o(e,t)}]}function I(e){return e.replace(/[^0-9]/g,"")}function R(e){return e}function N(e){var t=e.type;void 0===t&&(t="text");var r=e.displayType;void 0===r&&(r="input");var n=e.customInput,a=e.renderText,o=e.getInputRef,l=e.format;void 0===l&&(l=R);var f=e.removeFormatting;void 0===f&&(f=I);var p=e.defaultValue,h=e.valueIsNumericString,m=e.onValueChange,v=e.isAllowed,g=e.onChange;void 0===g&&(g=c);var C=e.onKeyDown;void 0===C&&(C=c);var y=e.onMouseUp;void 0===y&&(y=c);var N=e.onFocus;void 0===N&&(N=c);var T=e.onBlur;void 0===T&&(T=c);var L=e.value,P=e.getCaretBoundary;void 0===P&&(P=E);var O=e.isValidInputCharacter;void 0===O&&(O=d);var A=e.isCharacterSame,V=u(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),j=M(L,p,!!h,l,f,m),$=j[0],B=$.formattedValue,D=$.numAsString,H=j[1],F=(0,s.useRef)({formattedValue:B,numAsString:D}),_=function(e,t){F.current={formattedValue:e.formattedValue,numAsString:e.value},H(e,t)},Z=(0,s.useState)(!1),z=Z[0],G=Z[1],U=(0,s.useRef)(null),W=(0,s.useRef)({setCaretTimeout:null,focusTimeout:null});(0,s.useEffect)(function(){return G(!0),function(){clearTimeout(W.current.setCaretTimeout),clearTimeout(W.current.focusTimeout)}},[]);var K=l,J=function(e,t){var r=parseFloat(t);return{formattedValue:e,value:t,floatValue:isNaN(r)?void 0:r}},q=function(e,t,r){(0!==e.selectionStart||e.selectionEnd!==e.value.length)&&(b(e,t),W.current.setCaretTimeout=setTimeout(function(){e.value===r&&e.selectionStart!==t&&b(e,t)},0))},Y=function(e,t,r){return k(e,t,P(e),r)},X=function(e,t,r){var n=P(t),a=function(e,t,r,n,a,o,l){void 0===l&&(l=w);var i=a.findIndex(function(e){return e}),s=e.slice(0,i);t||r.startsWith(s)||(t=s,r=s+r,n+=s.length);for(var u=r.length,c=e.length,d={},f=Array(u),p=0;p<u;p++){f[p]=-1;for(var h=0;h<c;h++)if(l({currentValue:r,lastValue:t,formattedValue:e,currentValueIndex:p,formattedValueIndex:h})&&!0!==d[h]){f[p]=h,d[h]=!0;break}}for(var m=n;m<u&&(-1===f[m]||!o(r[m]));)m++;var v=m===u||-1===f[m]?c:f[m];for(m=n-1;m>0&&-1===f[m];)m--;var g=-1===m||-1===f[m]?0:f[m]+1;return g>v?v:n-g<v-n?g:v}(t,B,e,r,n,O,A);return k(t,a,n)},Q=function(e){var t,r=e.formattedValue;void 0===r&&(r="");var n=e.input,a=e.source,o=e.event,l=e.numAsString;if(n){var i=e.inputValue||n.value,s=x(n);n.value=r,void 0!==(t=X(i,r,s))&&q(n,t,r)}r!==B&&_(J(r,l),{event:o,source:a})};(0,s.useEffect)(function(){var e=F.current,t=e.formattedValue,r=e.numAsString;B!==t&&(B!==D||t!==r)&&_(J(B,D),{event:void 0,source:i.props})},[B,D]);var ee=U.current?x(U.current):void 0;("undefined"!=typeof window?s.useLayoutEffect:s.useEffect)(function(){var e=U.current;if(B!==F.current.formattedValue&&e){var t=X(F.current.formattedValue,B,ee);e.value=B,q(e,t,B)}},[B]);var et=function(e,t,r){var n=Object.assign(Object.assign({},S(B,e)),{lastValue:B}),a=f(e,n),o=K(a);if(a=f(o,void 0),v&&!v(J(o,a))){var l=t.target,i=X(e,B,x(l));return l.value=B,q(l,i,B),!1}return Q({formattedValue:o,numAsString:a,inputValue:e,event:t,source:r,input:t.target}),!0},er=Object.assign({inputMode:z&&"undefined"!=typeof navigator&&!(navigator.platform&&/iPhone|iPod/.test(navigator.platform))?"numeric":void 0},V,{type:t,value:B,onChange:function(e){et(e.target.value,e,i.event)&&g(e)},onKeyDown:function(e){var t,r=e.target,n=e.key,a=r.selectionStart,o=r.selectionEnd,l=r.value;if(void 0===l&&(l=""),"ArrowLeft"===n||"Backspace"===n?t=Math.max(a-1,0):"ArrowRight"===n?t=Math.min(a+1,l.length):"Delete"===n&&(t=a),void 0===t||a!==o){C(e);return}var i=t;"ArrowLeft"===n||"ArrowRight"===n?(i=Y(l,t,"ArrowLeft"===n?"left":"right"))!==t&&e.preventDefault():"Delete"!==n||O(l[t])?"Backspace"!==n||O(l[t])||(i=Y(l,t,"left")):i=Y(l,t,"right"),i!==t&&q(r,i,l),e.isUnitTestRun&&q(r,i,l),C(e)},onMouseUp:function(e){var t=e.target,r=t.selectionStart,n=t.selectionEnd,a=t.value;if(void 0===a&&(a=""),r===n){var o=Y(a,r);o!==r&&q(t,o,a)}y(e)},onFocus:function(e){e.persist&&e.persist();var t=e.target,r=e.currentTarget;U.current=t,W.current.focusTimeout=setTimeout(function(){var n=t.selectionStart,a=t.selectionEnd,o=t.value;void 0===o&&(o="");var l=Y(o,n);l===n||0===n&&a===o.length||q(t,l,o),N(Object.assign(Object.assign({},e),{currentTarget:r}))},0)},onBlur:function(e){U.current=null,clearTimeout(W.current.focusTimeout),clearTimeout(W.current.setCaretTimeout),T(e)}});return"text"===r?a?s.createElement(s.Fragment,null,a(B,V)||null):s.createElement("span",Object.assign({},V,{ref:o}),B):n?s.createElement(n,Object.assign({},er,{ref:o})):s.createElement("input",Object.assign({},er,{ref:o}))}function T(e,t){var r,n,a,o=t.decimalScale,l=t.fixedDecimalScale,i=t.prefix;void 0===i&&(i="");var s=t.suffix;void 0===s&&(s="");var u=t.allowNegative,c=t.thousandsGroupStyle;if(void 0===c&&(c="thousand"),""===e||"-"===e)return e;var d=L(t),f=d.thousandSeparator,p=d.decimalSeparator,h=0!==o&&-1!==e.indexOf(".")||o&&l,g=m(e,u),C=g.beforeDecimal,y=g.afterDecimal,b=g.addNegation;return void 0!==o&&(y=v(y,o,!!l)),f&&(r=C,n=function(e){switch(e){case"lakh":return/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/g;case"wan":return/(\d)(?=(\d{4})+(?!\d))/g;default:return/(\d)(?=(\d{3})+(?!\d))/g}}(c),a=-1===(a=r.search(/[1-9]/))?r.length:a,C=r.substring(0,a)+r.substring(a,r.length).replace(n,"$1"+f)),i&&(C=i+C),s&&(y+=s),b&&(C="-"+C),e=C+(h&&p||"")+y}function L(e){var t=e.decimalSeparator;void 0===t&&(t=".");var r=e.thousandSeparator,n=e.allowedDecimalSeparators;return!0===r&&(r=","),n||(n=[t,"."]),{decimalSeparator:t,thousandSeparator:r,allowedDecimalSeparators:n}}function P(e){var t,r,n,a,o,l,v,g,x,w,k,E,I,R,P,O,A,V,j,$,B,D,H,F,_,Z,z,G,U,W=((t=function(e){var t=L(e),r=t.thousandSeparator,n=t.decimalSeparator,a=e.prefix;void 0===a&&(a="");var o=e.allowNegative;if(void 0===o&&(o=!0),r===n)throw Error("\n        Decimal separator can't be same as thousand separator.\n        thousandSeparator: "+r+' (thousandSeparator = {true} is same as thousandSeparator = ",")\n        decimalSeparator: '+n+" (default value for decimalSeparator is .)\n     ");return a.startsWith("-")&&o&&(console.error("\n      Prefix can't start with '-' when allowNegative is true.\n      prefix: "+a+"\n      allowNegative: "+o+"\n    "),o=!1),Object.assign(Object.assign({},e),{allowNegative:o})}(t=e)).decimalSeparator,t.allowedDecimalSeparators,t.thousandsGroupStyle,r=t.suffix,n=t.allowNegative,a=t.allowLeadingZeros,void 0===(o=t.onKeyDown)&&(o=c),void 0===(l=t.onBlur)&&(l=c),v=t.thousandSeparator,g=t.decimalScale,x=t.fixedDecimalScale,void 0===(w=t.prefix)&&(w=""),k=t.defaultValue,E=t.value,I=t.valueIsNumericString,R=t.onValueChange,P=u(t,["decimalSeparator","allowedDecimalSeparators","thousandsGroupStyle","suffix","allowNegative","allowLeadingZeros","onKeyDown","onBlur","thousandSeparator","decimalScale","fixedDecimalScale","prefix","defaultValue","value","valueIsNumericString","onValueChange"]),A=(O=L(t)).decimalSeparator,V=O.allowedDecimalSeparators,j=function(e){return T(e,t)},$=function(e,r){return function(e,t,r){void 0===t&&(t={from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""});var n,a,o,l,i=r.allowNegative,s=r.prefix;void 0===s&&(s="");var u=r.suffix;void 0===u&&(u="");var c=r.decimalScale,f=t.from,p=t.to,v=p.start,g=p.end,C=L(r),y=C.allowedDecimalSeparators,b=C.decimalSeparator,S=e[g]===b;if(d(e)&&(e===s||e===u)&&""===t.lastValue)return e;if(g-v==1&&-1!==y.indexOf(e[v])){var x=0===c?"":b;e=e.substring(0,v)+x+e.substring(v+1,e.length)}var w=function(e,t,r){var n=!1,a=!1;s.startsWith("-")?n=!1:e.startsWith("--")?(n=!1,a=!0):u.startsWith("-")&&e.length===u.length?n=!1:"-"===e[0]&&(n=!0);var o=n?1:0;return a&&(o=2),o&&(e=e.substring(o),t-=o,r-=o),{value:e,start:t,end:r,hasNegation:n}},k=w(e,v,g),E=k.hasNegation;e=k.value,v=k.start,g=k.end;var M=w(t.lastValue,f.start,f.end),I=M.start,R=M.end,N=M.value,T=e.substring(v,g);e.length&&N.length&&(I>N.length-u.length||R<s.length)&&!(T&&u.startsWith(T))&&(e=N);var P=0;e.startsWith(s)?P+=s.length:v<s.length&&(P=v),e=e.substring(P),g-=P;var O=e.length,A=e.length-u.length;e.endsWith(u)?O=A:g>A?O=g:g>e.length-u.length&&(O=g),e=e.substring(0,O),void 0===(n=E?"-"+e:e)&&(n=""),a=RegExp("(-)(.)*(-)"),o=/(-)/.test(n),l=a.test(n),n=n.replace(/-/g,""),o&&!l&&i&&(n="-"+n);var V=(e=((e=n).match(RegExp("(^-)|[0-9]|"+h(b),"g"))||[]).join("")).indexOf(b),j=m(e=e.replace(RegExp(h(b),"g"),function(e,t){return t===V?".":""}),i),$=j.beforeDecimal,B=j.afterDecimal,D=j.addNegation;return p.end-p.start<f.end-f.start&&""===$&&S&&!parseFloat(B)&&(e=D?"-":""),e}(e,r,t)},B=f(E)?k:E,H=null!=I?I:(D=w,""===B||!(null==D?void 0:D.match(/\d/))&&!(null==r?void 0:r.match(/\d/))&&"string"==typeof B&&!isNaN(Number(B))),f(E)?f(k)||(H=H||"number"==typeof k):H=H||"number"==typeof E,z=(Z=(_=M((F=function(e){return p(e)?e:("number"==typeof e&&(e=C(e)),H&&"number"==typeof g)?y(e,g,!!x):e})(E),F(k),!!H,j,$,R))[0]).numAsString,G=Z.formattedValue,U=_[1],Object.assign(Object.assign({},P),{value:G,valueIsNumericString:!1,isValidInputCharacter:function(e){return e===A||d(e)},isCharacterSame:function(e){var t=e.currentValue,r=e.lastValue,n=e.formattedValue,a=e.currentValueIndex,o=e.formattedValueIndex,l=t[a],i=n[o],s=S(r,t).to;return!!(a>=s.start&&a<s.end&&V&&V.includes(l))&&i===A||l===i},onValueChange:U,format:j,removeFormatting:$,getCaretBoundary:function(e){var r,n,a,o,l,i;return void 0===(n=(r=t).prefix)&&(n=""),void 0===(a=r.suffix)&&(a=""),o=Array.from({length:e.length+1}).map(function(){return!0}),l="-"===e[0],o.fill(!1,0,n.length+(l?1:0)),i=e.length,o.fill(!1,i-a.length+1,i+1),o},onKeyDown:function(e){var t=e.target,r=e.key,a=t.selectionStart,l=t.selectionEnd,i=t.value;if(void 0===i&&(i=""),a!==l){o(e);return}"Backspace"===r&&"-"===i[0]&&a===w.length+1&&n&&b(t,1),g&&x&&("Backspace"===r&&i[a-1]===A?(b(t,a-1),e.preventDefault()):"Delete"===r&&i[a]===A&&e.preventDefault()),(null==V?void 0:V.includes(r))&&i[a]===A&&b(t,a+1);var s=!0===v?",":v;"Backspace"===r&&i[a-1]===s&&b(t,a-1),"Delete"===r&&i[a]===s&&b(t,a+1),o(e)},onBlur:function(e){var r=z;r.match(/\d/g)||(r=""),a||(r=function(e){if(!e)return e;var t="-"===e[0];t&&(e=e.substring(1,e.length));var r=e.split("."),n=r[0].replace(/^0+/,"")||"0",a=r[1]||"";return(t?"-":"")+n+(a?"."+a:"")}(r)),x&&g&&(r=y(r,g,x)),r!==z&&U({formattedValue:T(r,t),value:r,floatValue:parseFloat(r)},{event:e,source:i.event}),l(e)}}));return s.createElement(N,Object.assign({},W))}},47196:function(e,t,r){"use strict";r.d(t,{Z:function(){return z}});var n,a,o,l,i,s,u,c=function(){return(c=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var a in t=arguments[r])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)},d=r(7653),f="right-scroll-bar-position",p="width-before-scroll-bar",h=function(){return(h=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var a in t=arguments[r])Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e}).apply(this,arguments)},m=(void 0===a&&(a={}),(void 0===o&&(o=function(e){return e}),l=[],i=!1,s={read:function(){if(i)throw Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return l.length?l[l.length-1]:null},useMedium:function(e){var t=o(e,i);return l.push(t),function(){l=l.filter(function(e){return e!==t})}},assignSyncMedium:function(e){for(i=!0;l.length;){var t=l;l=[],t.forEach(e)}l={push:function(t){return e(t)},filter:function(){return l}}},assignMedium:function(e){i=!0;var t=[];if(l.length){var r=l;l=[],r.forEach(e),t=l}var n=function(){var r=t;t=[],r.forEach(e)},a=function(){return Promise.resolve().then(n)};a(),l={push:function(e){t.push(e),a()},filter:function(e){return t=t.filter(e),l}}}}).options=h({async:!0,ssr:!1},a),s),v=function(){},g=d.forwardRef(function(e,t){var r,n,a,o=d.useRef(null),l=d.useState({onScrollCapture:v,onWheelCapture:v,onTouchMoveCapture:v}),i=l[0],s=l[1],u=e.forwardProps,f=e.children,p=e.className,h=e.removeScrollBar,g=e.enabled,C=e.shards,y=e.sideCar,b=e.noIsolation,S=e.inert,x=e.allowPinchZoom,w=e.as,k=e.gapMode,E=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&0>t.indexOf(n)&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var a=0,n=Object.getOwnPropertySymbols(e);a<n.length;a++)0>t.indexOf(n[a])&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(r[n[a]]=e[n[a]]);return r}(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),M=(r=[o,t],n=function(e){return r.forEach(function(t){return"function"==typeof t?t(e):t&&(t.current=e),t})},(a=(0,d.useState)(function(){return{value:null,callback:n,facade:{get current(){return a.value},set current(value){var e=a.value;e!==value&&(a.value=value,a.callback(value,e))}}}})[0]).callback=n,a.facade),I=c(c({},E),i);return d.createElement(d.Fragment,null,g&&d.createElement(y,{sideCar:m,removeScrollBar:h,shards:C,noIsolation:b,inert:S,setCallbacks:s,allowPinchZoom:!!x,lockRef:o,gapMode:k}),u?d.cloneElement(d.Children.only(f),c(c({},I),{ref:M})):d.createElement(void 0===w?"div":w,c({},I,{className:p,ref:M}),f))});g.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},g.classNames={fullWidth:p,zeroRight:f};var C=function(e){var t=e.sideCar,r=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&0>t.indexOf(n)&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var a=0,n=Object.getOwnPropertySymbols(e);a<n.length;a++)0>t.indexOf(n[a])&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(r[n[a]]=e[n[a]]);return r}(e,["sideCar"]);if(!t)throw Error("Sidecar: please provide `sideCar` property to import the right car");var n=t.read();if(!n)throw Error("Sidecar medium not found");return d.createElement(n,h({},r))};C.isSideCarExport=!0;var y=function(){var e=0,t=null;return{add:function(a){if(0==e&&(t=function(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=n||r.nc;return t&&e.setAttribute("nonce",t),e}())){var o,l;(o=t).styleSheet?o.styleSheet.cssText=a:o.appendChild(document.createTextNode(a)),l=t,(document.head||document.getElementsByTagName("head")[0]).appendChild(l)}e++},remove:function(){--e||!t||(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},b=function(){var e=y();return function(t,r){d.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},S=function(){var e=b();return function(t){return e(t.styles,t.dynamic),null}},x={left:0,top:0,right:0,gap:0},w=function(e){return parseInt(e||"",10)||0},k=function(e){var t=window.getComputedStyle(document.body),r=t["padding"===e?"paddingLeft":"marginLeft"],n=t["padding"===e?"paddingTop":"marginTop"],a=t["padding"===e?"paddingRight":"marginRight"];return[w(r),w(n),w(a)]},E=function(e){if(void 0===e&&(e="margin"),"undefined"==typeof window)return x;var t=k(e),r=document.documentElement.clientWidth,n=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,n-r+t[2]-t[0])}},M=S(),I=function(e,t,r,n){var a=e.left,o=e.top,l=e.right,i=e.gap;return void 0===r&&(r="margin"),"\n  .".concat("with-scroll-bars-hidden"," {\n   overflow: hidden ").concat(n,";\n   padding-right: ").concat(i,"px ").concat(n,";\n  }\n  body {\n    overflow: hidden ").concat(n,";\n    overscroll-behavior: contain;\n    ").concat([t&&"position: relative ".concat(n,";"),"margin"===r&&"\n    padding-left: ".concat(a,"px;\n    padding-top: ").concat(o,"px;\n    padding-right: ").concat(l,"px;\n    margin-left:0;\n    margin-top:0;\n    margin-right: ").concat(i,"px ").concat(n,";\n    "),"padding"===r&&"padding-right: ".concat(i,"px ").concat(n,";")].filter(Boolean).join(""),"\n  }\n  \n  .").concat(f," {\n    right: ").concat(i,"px ").concat(n,";\n  }\n  \n  .").concat(p," {\n    margin-right: ").concat(i,"px ").concat(n,";\n  }\n  \n  .").concat(f," .").concat(f," {\n    right: 0 ").concat(n,";\n  }\n  \n  .").concat(p," .").concat(p," {\n    margin-right: 0 ").concat(n,";\n  }\n  \n  body {\n    ").concat("--removed-body-scroll-bar-size",": ").concat(i,"px;\n  }\n")},R=function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,a=void 0===n?"margin":n,o=d.useMemo(function(){return E(a)},[a]);return d.createElement(M,{styles:I(o,!t,a,r?"":"!important")})},N=!1;if("undefined"!=typeof window)try{var T=Object.defineProperty({},"passive",{get:function(){return N=!0,!0}});window.addEventListener("test",T,T),window.removeEventListener("test",T,T)}catch(e){N=!1}var L=!!N&&{passive:!1},P=function(e,t){var r=window.getComputedStyle(e);return"hidden"!==r[t]&&!(r.overflowY===r.overflowX&&"TEXTAREA"!==e.tagName&&"visible"===r[t])},O=function(e,t){var r=t.ownerDocument,n=t;do{if("undefined"!=typeof ShadowRoot&&n instanceof ShadowRoot&&(n=n.host),A(e,n)){var a=V(e,n);if(a[1]>a[2])return!0}n=n.parentNode}while(n&&n!==r.body);return!1},A=function(e,t){return"v"===e?P(t,"overflowY"):P(t,"overflowX")},V=function(e,t){return"v"===e?[t.scrollTop,t.scrollHeight,t.clientHeight]:[t.scrollLeft,t.scrollWidth,t.clientWidth]},j=function(e,t,r,n,a){var o,l=(o=window.getComputedStyle(t).direction,"h"===e&&"rtl"===o?-1:1),i=l*n,s=r.target,u=t.contains(s),c=!1,d=i>0,f=0,p=0;do{var h=V(e,s),m=h[0],v=h[1]-h[2]-l*m;(m||v)&&A(e,s)&&(f+=v,p+=m),s instanceof ShadowRoot?s=s.host:s=s.parentNode}while(!u&&s!==document.body||u&&(t.contains(s)||t===s));return d&&(a&&1>Math.abs(f)||!a&&i>f)?c=!0:!d&&(a&&1>Math.abs(p)||!a&&-i>p)&&(c=!0),c},$=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},B=function(e){return[e.deltaX,e.deltaY]},D=function(e){return e&&"current"in e?e.current:e},H=0,F=[],_=(u=function(e){var t=d.useRef([]),r=d.useRef([0,0]),n=d.useRef(),a=d.useState(H++)[0],o=d.useState(S)[0],l=d.useRef(e);d.useEffect(function(){l.current=e},[e]),d.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(a));var t=(function(e,t,r){if(r||2==arguments.length)for(var n,a=0,o=t.length;a<o;a++)!n&&a in t||(n||(n=Array.prototype.slice.call(t,0,a)),n[a]=t[a]);return e.concat(n||Array.prototype.slice.call(t))})([e.lockRef.current],(e.shards||[]).map(D),!0).filter(Boolean);return t.forEach(function(e){return e.classList.add("allow-interactivity-".concat(a))}),function(){document.body.classList.remove("block-interactivity-".concat(a)),t.forEach(function(e){return e.classList.remove("allow-interactivity-".concat(a))})}}},[e.inert,e.lockRef.current,e.shards]);var i=d.useCallback(function(e,t){if("touches"in e&&2===e.touches.length)return!l.current.allowPinchZoom;var a,o=$(e),i=r.current,s="deltaX"in e?e.deltaX:i[0]-o[0],u="deltaY"in e?e.deltaY:i[1]-o[1],c=e.target,d=Math.abs(s)>Math.abs(u)?"h":"v";if("touches"in e&&"h"===d&&"range"===c.type)return!1;var f=O(d,c);if(!f)return!0;if(f?a=d:(a="v"===d?"h":"v",f=O(d,c)),!f)return!1;if(!n.current&&"changedTouches"in e&&(s||u)&&(n.current=a),!a)return!0;var p=n.current||a;return j(p,t,e,"h"===p?s:u,!0)},[]),s=d.useCallback(function(e){if(F.length&&F[F.length-1]===o){var r="deltaY"in e?B(e):$(e),n=t.current.filter(function(t){var n;return t.name===e.type&&(t.target===e.target||e.target===t.shadowParent)&&(n=t.delta)[0]===r[0]&&n[1]===r[1]})[0];if(n&&n.should){e.cancelable&&e.preventDefault();return}if(!n){var a=(l.current.shards||[]).map(D).filter(Boolean).filter(function(t){return t.contains(e.target)});(a.length>0?i(e,a[0]):!l.current.noIsolation)&&e.cancelable&&e.preventDefault()}}},[]),u=d.useCallback(function(e,r,n,a){var o={name:e,delta:r,target:n,should:a,shadowParent:function(e){for(var t=null;null!==e;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}(n)};t.current.push(o),setTimeout(function(){t.current=t.current.filter(function(e){return e!==o})},1)},[]),c=d.useCallback(function(e){r.current=$(e),n.current=void 0},[]),f=d.useCallback(function(t){u(t.type,B(t),t.target,i(t,e.lockRef.current))},[]),p=d.useCallback(function(t){u(t.type,$(t),t.target,i(t,e.lockRef.current))},[]);d.useEffect(function(){return F.push(o),e.setCallbacks({onScrollCapture:f,onWheelCapture:f,onTouchMoveCapture:p}),document.addEventListener("wheel",s,L),document.addEventListener("touchmove",s,L),document.addEventListener("touchstart",c,L),function(){F=F.filter(function(e){return e!==o}),document.removeEventListener("wheel",s,L),document.removeEventListener("touchmove",s,L),document.removeEventListener("touchstart",c,L)}},[]);var h=e.removeScrollBar,m=e.inert;return d.createElement(d.Fragment,null,m?d.createElement(o,{styles:"\n  .block-interactivity-".concat(a," {pointer-events: none;}\n  .allow-interactivity-").concat(a," {pointer-events: all;}\n")}):null,h?d.createElement(R,{gapMode:e.gapMode}):null)},m.useMedium(u),C),Z=d.forwardRef(function(e,t){return d.createElement(g,c({},e,{ref:t,sideCar:_}))});Z.classNames=g.classNames;var z=Z},91313:function(){},64444:function(){},11667:function(e,t,r){"use strict";var n=r(7653),a=r(3458);function o(e){var t="https://react.dev/errors/"+e;if(1<arguments.length){t+="?args[]="+encodeURIComponent(arguments[1]);for(var r=2;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r])}return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var l=Symbol.for("react.element"),i=Symbol.for("react.portal"),s=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),c=Symbol.for("react.profiler"),d=Symbol.for("react.provider"),f=Symbol.for("react.consumer"),p=Symbol.for("react.context"),h=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),v=Symbol.for("react.suspense_list"),g=Symbol.for("react.memo"),C=Symbol.for("react.lazy"),y=Symbol.for("react.scope"),b=Symbol.for("react.debug_trace_mode"),S=Symbol.for("react.offscreen"),x=Symbol.for("react.legacy_hidden"),w=Symbol.for("react.cache"),k=Symbol.iterator,E=Array.isArray;function M(e,t){var r=3&e.length,n=e.length-r,a=t;for(t=0;t<n;){var o=255&e.charCodeAt(t)|(255&e.charCodeAt(++t))<<8|(255&e.charCodeAt(++t))<<16|(255&e.charCodeAt(++t))<<24;++t,a^=o=461845907*(65535&(o=(o=3432918353*(65535&o)+((3432918353*(o>>>16)&65535)<<16)&4294967295)<<15|o>>>17))+((461845907*(o>>>16)&65535)<<16)&4294967295,a=(65535&(a=5*(65535&(a=a<<13|a>>>19))+((5*(a>>>16)&65535)<<16)&4294967295))+27492+(((a>>>16)+58964&65535)<<16)}switch(o=0,r){case 3:o^=(255&e.charCodeAt(t+2))<<16;case 2:o^=(255&e.charCodeAt(t+1))<<8;case 1:o^=255&e.charCodeAt(t),a^=461845907*(65535&(o=(o=3432918353*(65535&o)+((3432918353*(o>>>16)&65535)<<16)&4294967295)<<15|o>>>17))+((461845907*(o>>>16)&65535)<<16)&4294967295}return a^=e.length,a^=a>>>16,a=2246822507*(65535&a)+((2246822507*(a>>>16)&65535)<<16)&4294967295,a^=a>>>13,((a=3266489909*(65535&a)+((3266489909*(a>>>16)&65535)<<16)&4294967295)^a>>>16)>>>0}var I=Object.assign,R=Object.prototype.hasOwnProperty,N=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),T={},L={};function P(e){return!!R.call(L,e)||!R.call(T,e)&&(N.test(e)?L[e]=!0:(T[e]=!0,!1))}var O=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" ")),A=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),V=/["'&<>]/;function j(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=V.exec(e);if(t){var r,n="",a=0;for(r=t.index;r<e.length;r++){switch(e.charCodeAt(r)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#x27;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}a!==r&&(n+=e.slice(a,r)),a=r+1,n+=t}e=a!==r?n+e.slice(a,r):n}return e}var $=/([A-Z])/g,B=/^ms-/,D=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,H={pending:!1,data:null,method:null,action:null},F=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Dispatcher,_={prefetchDNS:function(e){var t=t$||null;if(t){var r,n,a=t.resumableState,o=t.renderState;"string"==typeof e&&e&&(a.dnsResources.hasOwnProperty(e)||(a.dnsResources[e]=null,(n=(a=o.headers)&&0<a.remainingCapacity)&&(r="<"+(""+e).replace(eV,ej)+">; rel=dns-prefetch",n=2<=(a.remainingCapacity-=r.length)),n?(o.resets.dns[e]=null,a.preconnects&&(a.preconnects+=", "),a.preconnects+=r):(eo(r=[],{href:e,rel:"dns-prefetch"}),o.preconnects.add(r))),ri(t))}},preconnect:function(e,t){var r=t$||null;if(r){var n=r.resumableState,a=r.renderState;if("string"==typeof e&&e){var o,l,i="use-credentials"===t?"credentials":"string"==typeof t?"anonymous":"default";n.connectResources[i].hasOwnProperty(e)||(n.connectResources[i][e]=null,(l=(n=a.headers)&&0<n.remainingCapacity)&&(l="<"+(""+e).replace(eV,ej)+">; rel=preconnect","string"==typeof t&&(l+='; crossorigin="'+(""+t).replace(e$,eB)+'"'),o=l,l=2<=(n.remainingCapacity-=o.length)),l?(a.resets.connect[i][e]=null,n.preconnects&&(n.preconnects+=", "),n.preconnects+=o):(eo(i=[],{rel:"preconnect",href:e,crossOrigin:t}),a.preconnects.add(i))),ri(r)}}},preload:function(e,t,r){var n=t$||null;if(n){var a=n.resumableState,o=n.renderState;if(t&&e){switch(t){case"image":if(r)var l,i=r.imageSrcSet,s=r.imageSizes,u=r.fetchPriority;var c=i?i+"\n"+(s||""):e;if(a.imageResources.hasOwnProperty(c))return;a.imageResources[c]=Z,(a=o.headers)&&0<a.remainingCapacity&&"high"===u&&(l=eA(e,t,r),2<=(a.remainingCapacity-=l.length))?(o.resets.image[c]=Z,a.highImagePreloads&&(a.highImagePreloads+=", "),a.highImagePreloads+=l):(eo(a=[],I({rel:"preload",href:i?void 0:e,as:t},r)),"high"===u?o.highImagePreloads.add(a):(o.bulkPreloads.add(a),o.preloads.images.set(c,a)));break;case"style":if(a.styleResources.hasOwnProperty(e))return;eo(i=[],I({rel:"preload",href:e,as:t},r)),a.styleResources[e]=r&&("string"==typeof r.crossOrigin||"string"==typeof r.integrity)?[r.crossOrigin,r.integrity]:Z,o.preloads.stylesheets.set(e,i),o.bulkPreloads.add(i);break;case"script":if(a.scriptResources.hasOwnProperty(e))return;i=[],o.preloads.scripts.set(e,i),o.bulkPreloads.add(i),eo(i,I({rel:"preload",href:e,as:t},r)),a.scriptResources[e]=r&&("string"==typeof r.crossOrigin||"string"==typeof r.integrity)?[r.crossOrigin,r.integrity]:Z;break;default:if(a.unknownResources.hasOwnProperty(t)){if((i=a.unknownResources[t]).hasOwnProperty(e))return}else i={},a.unknownResources[t]=i;(i[e]=Z,(a=o.headers)&&0<a.remainingCapacity&&"font"===t&&(c=eA(e,t,r),2<=(a.remainingCapacity-=c.length)))?(o.resets.font[e]=Z,a.fontPreloads&&(a.fontPreloads+=", "),a.fontPreloads+=c):(eo(a=[],e=I({rel:"preload",href:e,as:t},r)),"font"===t)?o.fontPreloads.add(a):o.bulkPreloads.add(a)}ri(n)}}},preloadModule:function(e,t){var r=t$||null;if(r){var n=r.resumableState,a=r.renderState;if(e){var o=t&&"string"==typeof t.as?t.as:"script";if("script"===o){if(n.moduleScriptResources.hasOwnProperty(e))return;o=[],n.moduleScriptResources[e]=t&&("string"==typeof t.crossOrigin||"string"==typeof t.integrity)?[t.crossOrigin,t.integrity]:Z,a.preloads.moduleScripts.set(e,o)}else{if(n.moduleUnknownResources.hasOwnProperty(o)){var l=n.unknownResources[o];if(l.hasOwnProperty(e))return}else l={},n.moduleUnknownResources[o]=l;o=[],l[e]=Z}eo(o,I({rel:"modulepreload",href:e},t)),a.bulkPreloads.add(o),ri(r)}}},preinitStyle:function(e,t,r){var n=t$||null;if(n){var a=n.resumableState,o=n.renderState;if(e){t=t||"default";var l=o.styles.get(t),i=a.styleResources.hasOwnProperty(e)?a.styleResources[e]:void 0;null!==i&&(a.styleResources[e]=null,l||(l={precedence:j(t),rules:[],hrefs:[],sheets:new Map},o.styles.set(t,l)),t={state:0,props:I({rel:"stylesheet",href:e,"data-precedence":t},r)},i&&(2===i.length&&eO(t.props,i),(o=o.preloads.stylesheets.get(e))&&0<o.length?o.length=0:t.state=1),l.sheets.set(e,t),ri(n))}}},preinitScript:function(e,t){var r=t$||null;if(r){var n=r.resumableState,a=r.renderState;if(e){var o=n.scriptResources.hasOwnProperty(e)?n.scriptResources[e]:void 0;null!==o&&(n.scriptResources[e]=null,t=I({src:e,async:!0},t),o&&(2===o.length&&eO(t,o),e=a.preloads.scripts.get(e))&&(e.length=0),e=[],a.scripts.add(e),es(e,t),ri(r))}}},preinitModuleScript:function(e,t){var r=t$||null;if(r){var n=r.resumableState,a=r.renderState;if(e){var o=n.moduleScriptResources.hasOwnProperty(e)?n.moduleScriptResources[e]:void 0;null!==o&&(n.moduleScriptResources[e]=null,t=I({src:e,type:"module",async:!0},t),o&&(2===o.length&&eO(t,o),e=a.preloads.moduleScripts.get(e))&&(e.length=0),e=[],a.scripts.add(e),es(e,t),ri(r))}}}},Z=[],z=/(<\/|<)(s)(cript)/gi;function G(e,t,r,n){return""+t+("s"===r?"\\u0073":"\\u0053")+n}function U(e,t,r){return{insertionMode:e,selectedValue:t,tagScope:r}}function W(e,t,r){switch(t){case"noscript":return U(2,null,1|e.tagScope);case"select":return U(2,null!=r.value?r.value:r.defaultValue,e.tagScope);case"svg":return U(3,null,e.tagScope);case"picture":return U(2,null,2|e.tagScope);case"math":return U(4,null,e.tagScope);case"foreignObject":return U(2,null,e.tagScope);case"table":return U(5,null,e.tagScope);case"thead":case"tbody":case"tfoot":return U(6,null,e.tagScope);case"colgroup":return U(8,null,e.tagScope);case"tr":return U(7,null,e.tagScope)}return 5<=e.insertionMode?U(2,null,e.tagScope):0===e.insertionMode?"html"===t?U(1,null,e.tagScope):U(2,null,e.tagScope):1===e.insertionMode?U(2,null,e.tagScope):e}var K=new Map;function J(e,t){if("object"!=typeof t)throw Error(o(62));var r,n=!0;for(r in t)if(R.call(t,r)){var a=t[r];if(null!=a&&"boolean"!=typeof a&&""!==a){if(0===r.indexOf("--")){var l=j(r);a=j((""+a).trim())}else void 0===(l=K.get(r))&&(l=j(r.replace($,"-$1").toLowerCase().replace(B,"-ms-")),K.set(r,l)),a="number"==typeof a?0===a||O.has(r)?""+a:a+"px":j((""+a).trim());n?(n=!1,e.push(' style="',l,":",a)):e.push(";",l,":",a)}}n||e.push('"')}function q(e,t,r){r&&"function"!=typeof r&&"symbol"!=typeof r&&e.push(" ",t,'=""')}function Y(e,t,r){"function"!=typeof r&&"symbol"!=typeof r&&"boolean"!=typeof r&&e.push(" ",t,'="',j(r),'"')}function X(e){var t=e.nextFormID++;return e.idPrefix+t}var Q=j("javascript:throw new Error('React form unexpectedly submitted.')");function ee(e,t){if(this.push('<input type="hidden"'),"string"!=typeof e)throw Error(o(480));Y(this,"name",t),Y(this,"value",e),this.push("/>")}function et(e,t,r,n,a,o,l,i){var s=null;return"function"==typeof n&&("function"==typeof n.$$FORM_ACTION?(a=X(t),i=(t=n.$$FORM_ACTION(a)).name,n=t.action||"",a=t.encType,o=t.method,l=t.target,s=t.data):(e.push(" ","formAction",'="',Q,'"'),l=o=a=n=i=null,ea(t,r))),null!=i&&er(e,"name",i),null!=n&&er(e,"formAction",n),null!=a&&er(e,"formEncType",a),null!=o&&er(e,"formMethod",o),null!=l&&er(e,"formTarget",l),s}function er(e,t,r){switch(t){case"className":Y(e,"class",r);break;case"tabIndex":Y(e,"tabindex",r);break;case"dir":case"role":case"viewBox":case"width":case"height":Y(e,t,r);break;case"style":J(e,r);break;case"src":case"href":case"action":case"formAction":if(null==r||"function"==typeof r||"symbol"==typeof r||"boolean"==typeof r)break;e.push(" ",t,'="',j(""+r),'"');break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":q(e,t.toLowerCase(),r);break;case"xlinkHref":if("function"==typeof r||"symbol"==typeof r||"boolean"==typeof r)break;e.push(" ","xlink:href",'="',j(""+r),'"');break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":"function"!=typeof r&&"symbol"!=typeof r&&e.push(" ",t,'="',j(r),'"');break;case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":r&&"function"!=typeof r&&"symbol"!=typeof r&&e.push(" ",t,'=""');break;case"capture":case"download":!0===r?e.push(" ",t,'=""'):!1!==r&&"function"!=typeof r&&"symbol"!=typeof r&&e.push(" ",t,'="',j(r),'"');break;case"cols":case"rows":case"size":case"span":"function"!=typeof r&&"symbol"!=typeof r&&!isNaN(r)&&1<=r&&e.push(" ",t,'="',j(r),'"');break;case"rowSpan":case"start":"function"==typeof r||"symbol"==typeof r||isNaN(r)||e.push(" ",t,'="',j(r),'"');break;case"xlinkActuate":Y(e,"xlink:actuate",r);break;case"xlinkArcrole":Y(e,"xlink:arcrole",r);break;case"xlinkRole":Y(e,"xlink:role",r);break;case"xlinkShow":Y(e,"xlink:show",r);break;case"xlinkTitle":Y(e,"xlink:title",r);break;case"xlinkType":Y(e,"xlink:type",r);break;case"xmlBase":Y(e,"xml:base",r);break;case"xmlLang":Y(e,"xml:lang",r);break;case"xmlSpace":Y(e,"xml:space",r);break;default:if((!(2<t.length)||"o"!==t[0]&&"O"!==t[0]||"n"!==t[1]&&"N"!==t[1])&&P(t=A.get(t)||t)){switch(typeof r){case"function":case"symbol":return;case"boolean":var n=t.toLowerCase().slice(0,5);if("data-"!==n&&"aria-"!==n)return}e.push(" ",t,'="',j(r),'"')}}}function en(e,t,r){if(null!=t){if(null!=r)throw Error(o(60));if("object"!=typeof t||!("__html"in t))throw Error(o(61));null!=(t=t.__html)&&e.push(""+t)}}function ea(e,t){0!=(16&e.instructions)||t.externalRuntimeScript||(e.instructions|=16,t.bootstrapChunks.unshift(t.startInlineScript,'addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error(\'React form unexpectedly submitted.\')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});',"</script>"))}function eo(e,t){for(var r in e.push(ef("link")),t)if(R.call(t,r)){var n=t[r];if(null!=n)switch(r){case"children":case"dangerouslySetInnerHTML":throw Error(o(399,"link"));default:er(e,r,n)}}return e.push("/>"),null}function el(e,t,r){for(var n in e.push(ef(r)),t)if(R.call(t,n)){var a=t[n];if(null!=a)switch(n){case"children":case"dangerouslySetInnerHTML":throw Error(o(399,r));default:er(e,n,a)}}return e.push("/>"),null}function ei(e,t){e.push(ef("title"));var r,n=null,a=null;for(r in t)if(R.call(t,r)){var o=t[r];if(null!=o)switch(r){case"children":n=o;break;case"dangerouslySetInnerHTML":a=o;break;default:er(e,r,o)}}return e.push(">"),"function"!=typeof(t=Array.isArray(n)?2>n.length?n[0]:null:n)&&"symbol"!=typeof t&&null!=t&&e.push(j(""+t)),en(e,a,n),e.push(eh("title")),null}function es(e,t){e.push(ef("script"));var r,n=null,a=null;for(r in t)if(R.call(t,r)){var o=t[r];if(null!=o)switch(r){case"children":n=o;break;case"dangerouslySetInnerHTML":a=o;break;default:er(e,r,o)}}return e.push(">"),en(e,a,n),"string"==typeof n&&e.push(j(n)),e.push(eh("script")),null}function eu(e,t,r){e.push(ef(r));var n,a=r=null;for(n in t)if(R.call(t,n)){var o=t[n];if(null!=o)switch(n){case"children":r=o;break;case"dangerouslySetInnerHTML":a=o;break;default:er(e,n,o)}}return e.push(">"),en(e,a,r),"string"==typeof r?(e.push(j(r)),null):r}var ec=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,ed=new Map;function ef(e){var t=ed.get(e);if(void 0===t){if(!ec.test(e))throw Error(o(65,e));t="<"+e,ed.set(e,t)}return t}var ep=new Map;function eh(e){var t=ep.get(e);return void 0===t&&(t="</"+e+">",ep.set(e,t)),t}function em(e,t){t=t.bootstrapChunks;for(var r=0;r<t.length-1;r++)e.push(t[r]);return!(r<t.length)||(r=t[r],t.length=0,e.push(r))}function ev(e,t,r){if(e.push('<!--$?--><template id="'),null===r)throw Error(o(395));return e.push(t.boundaryPrefix),t=r.toString(16),e.push(t),e.push('"></template>')}var eg=/[<\u2028\u2029]/g;function eC(e){return JSON.stringify(e).replace(eg,function(e){switch(e){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var ey=/[&><\u2028\u2029]/g;function eb(e){return JSON.stringify(e).replace(ey,function(e){switch(e){case"&":return"\\u0026";case">":return"\\u003e";case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var eS=!1,ex=!0;function ew(e){var t=e.rules,r=e.hrefs,n=0;if(r.length){for(this.push('<style media="not all" data-precedence="'),this.push(e.precedence),this.push('" data-href="');n<r.length-1;n++)this.push(r[n]),this.push(" ");for(this.push(r[n]),this.push('">'),n=0;n<t.length;n++)this.push(t[n]);ex=this.push("</style>"),eS=!0,t.length=0,r.length=0}}function ek(e){return 2!==e.state&&(eS=!0)}function eE(e,t,r){return eS=!1,ex=!0,t.styles.forEach(ew,e),t.stylesheets.forEach(ek),eS&&(r.stylesToHoist=!0),ex}function eM(e){for(var t=0;t<e.length;t++)this.push(e[t]);e.length=0}var eI=[];function eR(e){eo(eI,e.props);for(var t=0;t<eI.length;t++)this.push(eI[t]);eI.length=0,e.state=2}function eN(e){var t=0<e.sheets.size;e.sheets.forEach(eR,this),e.sheets.clear();var r=e.rules,n=e.hrefs;if(!t||n.length){if(this.push('<style data-precedence="'),this.push(e.precedence),e=0,n.length){for(this.push('" data-href="');e<n.length-1;e++)this.push(n[e]),this.push(" ");this.push(n[e])}for(this.push('">'),e=0;e<r.length;e++)this.push(r[e]);this.push("</style>"),r.length=0,n.length=0}}function eT(e){if(0===e.state){e.state=1;var t=e.props;for(eo(eI,{rel:"preload",as:"style",href:e.props.href,crossOrigin:t.crossOrigin,fetchPriority:t.fetchPriority,integrity:t.integrity,media:t.media,hrefLang:t.hrefLang,referrerPolicy:t.referrerPolicy}),e=0;e<eI.length;e++)this.push(eI[e]);eI.length=0}}function eL(e){e.sheets.forEach(eT,this),e.sheets.clear()}function eP(){return{styles:new Set,stylesheets:new Set}}function eO(e,t){null==e.crossOrigin&&(e.crossOrigin=t[0]),null==e.integrity&&(e.integrity=t[1])}function eA(e,t,r){for(var n in t="<"+(e=(""+e).replace(eV,ej))+'>; rel=preload; as="'+(t=(""+t).replace(e$,eB))+'"',r)R.call(r,n)&&"string"==typeof(e=r[n])&&(t+="; "+n.toLowerCase()+'="'+(""+e).replace(e$,eB)+'"');return t}var eV=/[<>\r\n]/g;function ej(e){switch(e){case"<":return"%3C";case">":return"%3E";case"\n":return"%0A";case"\r":return"%0D";default:throw Error("escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}var e$=/["';,\r\n]/g;function eB(e){switch(e){case'"':return"%22";case"'":return"%27";case";":return"%3B";case",":return"%2C";case"\n":return"%0A";case"\r":return"%0D";default:throw Error("escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}function eD(e){this.styles.add(e)}function eH(e){this.stylesheets.add(e)}function eF(e,t,r,n){return r.generateStaticMarkup?(e.push(j(t)),!1):(""===t?e=n:(n&&e.push("<!-- -->"),e.push(j(t)),e=!0),e)}var e_=Symbol.for("react.client.reference");function eZ(e){if(null==e)return null;if("function"==typeof e)return e.$$typeof===e_?null:e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case s:return"Fragment";case i:return"Portal";case c:return"Profiler";case u:return"StrictMode";case m:return"Suspense";case v:return"SuspenseList";case w:return"Cache"}if("object"==typeof e)switch(e.$$typeof){case d:return(e._context.displayName||"Context")+".Provider";case p:return(e.displayName||"Context")+".Consumer";case h:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case g:return null!==(t=e.displayName||null)?t:eZ(e.type)||"Memo";case C:t=e._payload,e=e._init;try{return eZ(e(t))}catch(e){}}return null}var ez={};function eG(e,t){if(!(e=e.contextTypes))return ez;var r,n={};for(r in e)n[r]=t[r];return n}var eU=null;function eW(e,t){if(e!==t){e.context._currentValue2=e.parentValue,e=e.parent;var r=t.parent;if(null===e){if(null!==r)throw Error(o(401))}else{if(null===r)throw Error(o(401));eW(e,r)}t.context._currentValue2=t.value}}function eK(e){var t=eU;t!==e&&(null===t?function e(t){var r=t.parent;null!==r&&e(r),t.context._currentValue2=t.value}(e):null===e?function e(t){t.context._currentValue2=t.parentValue,null!==(t=t.parent)&&e(t)}(t):t.depth===e.depth?eW(t,e):t.depth>e.depth?function e(t,r){if(t.context._currentValue2=t.parentValue,null===(t=t.parent))throw Error(o(402));t.depth===r.depth?eW(t,r):e(t,r)}(t,e):function e(t,r){var n=r.parent;if(null===n)throw Error(o(402));t.depth===n.depth?eW(t,n):e(t,n),r.context._currentValue2=r.value}(t,e),eU=e)}var eJ={isMounted:function(){return!1},enqueueSetState:function(e,t){null!==(e=e._reactInternals).queue&&e.queue.push(t)},enqueueReplaceState:function(e,t){(e=e._reactInternals).replace=!0,e.queue=[t]},enqueueForceUpdate:function(){}};function eq(e,t,r,n){var a=void 0!==e.state?e.state:null;e.updater=eJ,e.props=r,e.state=a;var o={queue:[],replace:!1};e._reactInternals=o;var l=t.contextType;if(e.context="object"==typeof l&&null!==l?l._currentValue2:n,"function"==typeof(l=t.getDerivedStateFromProps)&&(a=null==(l=l(r,a))?a:I({},a,l),e.state=a),"function"!=typeof t.getDerivedStateFromProps&&"function"!=typeof e.getSnapshotBeforeUpdate&&("function"==typeof e.UNSAFE_componentWillMount||"function"==typeof e.componentWillMount)){if(t=e.state,"function"==typeof e.componentWillMount&&e.componentWillMount(),"function"==typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),t!==e.state&&eJ.enqueueReplaceState(e,e.state,null),null!==o.queue&&0<o.queue.length){if(t=o.queue,l=o.replace,o.queue=null,o.replace=!1,l&&1===t.length)e.state=t[0];else{for(o=l?t[0]:e.state,a=!0,l=l?1:0;l<t.length;l++){var i=t[l];null!=(i="function"==typeof i?i.call(e,o,r,n):i)&&(a?(a=!1,o=I({},o,i)):I(o,i))}e.state=o}}else o.queue=null}}var eY={id:1,overflow:""};function eX(e,t,r){var n=e.id;e=e.overflow;var a=32-eQ(n)-1;n&=~(1<<a),r+=1;var o=32-eQ(t)+a;if(30<o){var l=a-a%5;return o=(n&(1<<l)-1).toString(32),n>>=l,a-=l,{id:1<<32-eQ(t)+a|r<<a|n,overflow:o+e}}return{id:1<<o|r<<a|n,overflow:e}}var eQ=Math.clz32?Math.clz32:function(e){return 0==(e>>>=0)?32:31-(e1(e)/e6|0)|0},e1=Math.log,e6=Math.LN2,e3=Error(o(460));function e2(){}var e0=null;function e9(){if(null===e0)throw Error(o(459));var e=e0;return e0=null,e}var e7="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},e5=null,e4=null,e8=null,te=null,tt=null,tr=null,tn=!1,ta=!1,to=0,tl=0,ti=-1,ts=0,tu=null,tc=null,td=0;function tf(){if(null===e5)throw Error(o(321));return e5}function tp(){if(0<td)throw Error(o(312));return{memoizedState:null,queue:null,next:null}}function th(){return null===tr?null===tt?(tn=!1,tt=tr=tp()):(tn=!0,tr=tt):null===tr.next?(tn=!1,tr=tr.next=tp()):(tn=!0,tr=tr.next),tr}function tm(){var e=tu;return tu=null,e}function tv(){te=e8=e4=e5=null,ta=!1,tt=null,td=0,tr=tc=null}function tg(e,t){return"function"==typeof t?t(e):t}function tC(e,t,r){if(e5=tf(),tr=th(),tn){var n=tr.queue;if(t=n.dispatch,null!==tc&&void 0!==(r=tc.get(n))){tc.delete(n),n=tr.memoizedState;do n=e(n,r.action),r=r.next;while(null!==r);return tr.memoizedState=n,[n,t]}return[tr.memoizedState,t]}return e=e===tg?"function"==typeof t?t():t:void 0!==r?r(t):t,tr.memoizedState=e,e=(e=tr.queue={last:null,dispatch:null}).dispatch=tb.bind(null,e5,e),[tr.memoizedState,e]}function ty(e,t){if(e5=tf(),tr=th(),t=void 0===t?null:t,null!==tr){var r=tr.memoizedState;if(null!==r&&null!==t){var n=r[1];e:if(null===n)n=!1;else{for(var a=0;a<n.length&&a<t.length;a++)if(!e7(t[a],n[a])){n=!1;break e}n=!0}if(n)return r[0]}}return e=e(),tr.memoizedState=[e,t],e}function tb(e,t,r){if(25<=td)throw Error(o(301));if(e===e5){if(ta=!0,e={action:r,next:null},null===tc&&(tc=new Map),void 0===(r=tc.get(t)))tc.set(t,e);else{for(t=r;null!==t.next;)t=t.next;t.next=e}}}function tS(){throw Error(o(394))}function tx(){throw Error(o(479))}function tw(e){var t=ts;return ts+=1,null===tu&&(tu=[]),function(e,t,r){switch(void 0===(r=e[r])?e.push(t):r!==t&&(t.then(e2,e2),t=r),t.status){case"fulfilled":return t.value;case"rejected":throw t.reason;default:if("string"!=typeof t.status)switch((e=t).status="pending",e.then(function(e){if("pending"===t.status){var r=t;r.status="fulfilled",r.value=e}},function(e){if("pending"===t.status){var r=t;r.status="rejected",r.reason=e}}),t.status){case"fulfilled":return t.value;case"rejected":throw t.reason}throw e0=t,e3}}(tu,e,t)}function tk(){throw Error(o(393))}function tE(){}var tM,tI={readContext:function(e){return e._currentValue2},use:function(e){if(null!==e&&"object"==typeof e){if("function"==typeof e.then)return tw(e);if(e.$$typeof===p)return e._currentValue2}throw Error(o(438,String(e)))},useContext:function(e){return tf(),e._currentValue2},useMemo:ty,useReducer:tC,useRef:function(e){e5=tf();var t=(tr=th()).memoizedState;return null===t?(e={current:e},tr.memoizedState=e):t},useState:function(e){return tC(tg,e)},useInsertionEffect:tE,useLayoutEffect:tE,useCallback:function(e,t){return ty(function(){return e},t)},useImperativeHandle:tE,useEffect:tE,useDebugValue:tE,useDeferredValue:function(e){return tf(),e},useTransition:function(){return tf(),[!1,tS]},useId:function(){var e=e4.treeContext,t=e.overflow;e=((e=e.id)&~(1<<32-eQ(e)-1)).toString(32)+t;var r=tR;if(null===r)throw Error(o(404));return t=to++,e=":"+r.idPrefix+"R"+e,0<t&&(e+="H"+t.toString(32)),e+":"},useSyncExternalStore:function(e,t,r){if(void 0===r)throw Error(o(407));return r()},useCacheRefresh:function(){return tk},useHostTransitionStatus:function(){return tf(),H},useOptimistic:function(e){return tf(),[e,tx]},useFormState:function(e,t,r){tf();var n=tl++,a=e8;if("function"==typeof e.$$FORM_ACTION){var o=null,l=te;a=a.formState;var i=e.$$IS_SIGNATURE_EQUAL;if(null!==a&&"function"==typeof i){var s=a[1];i.call(e,a[2],a[3])&&s===(o=void 0!==r?"p"+r:"k"+M(JSON.stringify([l,null,n]),0))&&(ti=n,t=a[0])}var u=e.bind(null,t);return e=function(e){u(e)},"function"==typeof u.$$FORM_ACTION&&(e.$$FORM_ACTION=function(e){e=u.$$FORM_ACTION(e),void 0!==r&&(r+="",e.action=r);var t=e.data;return t&&(null===o&&(o=void 0!==r?"p"+r:"k"+M(JSON.stringify([l,null,n]),0)),t.append("$ACTION_KEY",o)),e}),[t,e]}var c=e.bind(null,t);return[t,function(e){c(e)}]}},tR=null,tN={getCacheSignal:function(){throw Error(o(248))},getCacheForType:function(){throw Error(o(248))}};function tT(e){if(void 0===tM)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);tM=t&&t[1]||""}return"\n"+tM+e}var tL=!1;function tP(e,t){if(!e||tL)return"";tL=!0;var r=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var n={DetermineComponentFrameRoot:function(){try{if(t){var r=function(){throw Error()};if(Object.defineProperty(r.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(r,[])}catch(e){var n=e}Reflect.construct(e,[],r)}else{try{r.call()}catch(e){n=e}e.call(r.prototype)}}else{try{throw Error()}catch(e){n=e}(r=e())&&"function"==typeof r.catch&&r.catch(function(){})}}catch(e){if(e&&n&&"string"==typeof e.stack)return[e.stack,n.stack]}return[null,null]}};n.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var a=Object.getOwnPropertyDescriptor(n.DetermineComponentFrameRoot,"name");a&&a.configurable&&Object.defineProperty(n.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});try{var o=n.DetermineComponentFrameRoot(),l=o[0],i=o[1];if(l&&i){var s=l.split("\n"),u=i.split("\n");for(a=n=0;n<s.length&&!s[n].includes("DetermineComponentFrameRoot");)n++;for(;a<u.length&&!u[a].includes("DetermineComponentFrameRoot");)a++;if(n===s.length||a===u.length)for(n=s.length-1,a=u.length-1;1<=n&&0<=a&&s[n]!==u[a];)a--;for(;1<=n&&0<=a;n--,a--)if(s[n]!==u[a]){if(1!==n||1!==a)do if(n--,a--,0>a||s[n]!==u[a]){var c="\n"+s[n].replace(" at new "," at ");return e.displayName&&c.includes("<anonymous>")&&(c=c.replace("<anonymous>",e.displayName)),c}while(1<=n&&0<=a);break}}}finally{tL=!1,Error.prepareStackTrace=r}return(r=e?e.displayName||e.name:"")?tT(r):""}var tO=D.ReactCurrentDispatcher,tA=D.ReactCurrentCache;function tV(e){return console.error(e),null}function tj(){}var t$=null;function tB(e,t){e.pingedTasks.push(t),1===e.pingedTasks.length&&(e.flushScheduled=null!==e.destination,re(e))}function tD(e,t){return{status:0,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,completedSegments:[],byteSize:0,fallbackAbortableTasks:t,errorDigest:null,contentState:eP(),fallbackState:eP(),trackedContentKeyPath:null,trackedFallbackNode:null}}function tH(e,t,r,n,a,o,l,i,s,u,c,d,f,p,h){e.allPendingTasks++,null===a?e.pendingRootTasks++:a.pendingTasks++;var m={replay:null,node:r,childIndex:n,ping:function(){return tB(e,m)},blockedBoundary:a,blockedSegment:o,hoistableState:l,abortSet:i,keyPath:s,formatContext:u,legacyContext:c,context:d,treeContext:f,componentStack:p,thenableState:t,isFallback:h};return i.add(m),m}function tF(e,t,r,n,a,o,l,i,s,u,c,d,f,p,h){e.allPendingTasks++,null===o?e.pendingRootTasks++:o.pendingTasks++,r.pendingTasks++;var m={replay:r,node:n,childIndex:a,ping:function(){return tB(e,m)},blockedBoundary:o,blockedSegment:null,hoistableState:l,abortSet:i,keyPath:s,formatContext:u,legacyContext:c,context:d,treeContext:f,componentStack:p,thenableState:t,isFallback:h};return i.add(m),m}function t_(e,t,r,n,a,o){return{status:0,id:-1,index:t,parentFlushed:!1,chunks:[],children:[],parentFormatContext:n,boundary:r,lastPushedText:a,textEmbedded:o}}function tZ(e,t){return{tag:0,parent:e.componentStack,type:t}}function tz(e,t){if(t&&null!==e.trackedPostpones){try{e="";do{switch(t.tag){case 0:e+=tT(t.type,null);break;case 1:e+=tP(t.type,!1);break;case 2:e+=tP(t.type,!0)}t=t.parent}while(t);var r=e}catch(e){r="\nError generating stack: "+e.message+"\n"+e.stack}r={componentStack:r}}else r={};return r}function tG(e,t,r){if(null==(e=e.onError(t,r))||"string"==typeof e)return e}function tU(e,t){var r=e.onShellError;r(t),(r=e.onFatalError)(t),null!==e.destination?(e.status=2,e.destination.destroy(t)):(e.status=1,e.fatalError=t)}function tW(e,t,r,n,a,o){var l=t.thenableState;for(t.thenableState=null,e5={},e4=t,e8=e,te=r,tl=to=0,ti=-1,ts=0,tu=l,e=n(a,o);ta;)ta=!1,tl=to=0,ti=-1,ts=0,td+=1,tr=null,e=n(a,o);return tv(),e}function tK(e,t,r,n,a){var l=n.render(),i=a.childContextTypes;if(null!=i){if(r=t.legacyContext,"function"!=typeof n.getChildContext)a=r;else{for(var s in n=n.getChildContext())if(!(s in i))throw Error(o(108,eZ(a)||"Unknown",s));a=I({},r,n)}t.legacyContext=a,tQ(e,t,l,-1),t.legacyContext=r}else a=t.keyPath,t.keyPath=r,tQ(e,t,l,-1),t.keyPath=a}function tJ(e,t,r,n,a,o,l){var i=!1;if(0!==o&&null!==e.formState){var s=t.blockedSegment;if(null!==s){i=!0,s=s.chunks;for(var u=0;u<o;u++)u===l?s.push("<!--F!-->"):s.push("<!--F-->")}}o=t.keyPath,t.keyPath=r,a?(r=t.treeContext,t.treeContext=eX(r,1,0),t3(e,t,n,-1),t.treeContext=r):i?t3(e,t,n,-1):tQ(e,t,n,-1),t.keyPath=o}function tq(e,t){if(e&&e.defaultProps)for(var r in t=I({},t),e=e.defaultProps)void 0===t[r]&&(t[r]=e[r]);return t}function tY(e,t,r,a,l,i){if("function"==typeof a){if(a.prototype&&a.prototype.isReactComponent){i=t.componentStack,t.componentStack={tag:2,parent:t.componentStack,type:a};var w=eG(a,t.legacyContext),k=a.contextType;eq(k=new a(l,"object"==typeof k&&null!==k?k._currentValue2:w),a,l,w),tK(e,t,r,k,a),t.componentStack=i}else{i=eG(a,t.legacyContext),w=t.componentStack,t.componentStack={tag:1,parent:t.componentStack,type:a},k=tW(e,t,r,a,l,i);var M=0!==to,N=tl,T=ti;"object"==typeof k&&null!==k&&"function"==typeof k.render&&void 0===k.$$typeof?(eq(k,a,l,i),tK(e,t,r,k,a)):tJ(e,t,r,k,M,N,T),t.componentStack=w}}else if("string"==typeof a){if(i=t.componentStack,t.componentStack=tZ(t,a),null===(w=t.blockedSegment))w=l.children,k=t.formatContext,M=t.keyPath,t.formatContext=W(k,a,l),t.keyPath=r,t3(e,t,w,-1),t.formatContext=k,t.keyPath=M;else{M=function(e,t,r,a,l,i,s,u,c){switch(t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":break;case"select":e.push(ef("select"));var d,f=null,p=null;for(d in r)if(R.call(r,d)){var h=r[d];if(null!=h)switch(d){case"children":f=h;break;case"dangerouslySetInnerHTML":p=h;break;case"defaultValue":case"value":break;default:er(e,d,h)}}return e.push(">"),en(e,p,f),f;case"option":var m=s.selectedValue;e.push(ef("option"));var v,g=null,C=null,y=null,b=null;for(v in r)if(R.call(r,v)){var S=r[v];if(null!=S)switch(v){case"children":g=S;break;case"selected":y=S;break;case"dangerouslySetInnerHTML":b=S;break;case"value":C=S;default:er(e,v,S)}}if(null!=m){var x,w,k=null!==C?""+C:(x=g,w="",n.Children.forEach(x,function(e){null!=e&&(w+=e)}),w);if(E(m)){for(var M=0;M<m.length;M++)if(""+m[M]===k){e.push(' selected=""');break}}else""+m===k&&e.push(' selected=""')}else y&&e.push(' selected=""');return e.push(">"),en(e,b,g),g;case"textarea":e.push(ef("textarea"));var N,T=null,L=null,O=null;for(N in r)if(R.call(r,N)){var A=r[N];if(null!=A)switch(N){case"children":O=A;break;case"value":T=A;break;case"defaultValue":L=A;break;case"dangerouslySetInnerHTML":throw Error(o(91));default:er(e,N,A)}}if(null===T&&null!==L&&(T=L),e.push(">"),null!=O){if(null!=T)throw Error(o(92));if(E(O)){if(1<O.length)throw Error(o(93));T=""+O[0]}T=""+O}return"string"==typeof T&&"\n"===T[0]&&e.push("\n"),null!==T&&e.push(j(""+T)),null;case"input":e.push(ef("input"));var V,$=null,B=null,D=null,H=null,F=null,_=null,z=null,G=null,U=null;for(V in r)if(R.call(r,V)){var W=r[V];if(null!=W)switch(V){case"children":case"dangerouslySetInnerHTML":throw Error(o(399,"input"));case"name":$=W;break;case"formAction":B=W;break;case"formEncType":D=W;break;case"formMethod":H=W;break;case"formTarget":F=W;break;case"defaultChecked":U=W;break;case"defaultValue":z=W;break;case"checked":G=W;break;case"value":_=W;break;default:er(e,V,W)}}var K=et(e,a,l,B,D,H,F,$);return null!==G?q(e,"checked",G):null!==U&&q(e,"checked",U),null!==_?er(e,"value",_):null!==z&&er(e,"value",z),e.push("/>"),null!==K&&K.forEach(ee,e),null;case"button":e.push(ef("button"));var ec,ed=null,ep=null,em=null,ev=null,eg=null,eC=null,ey=null;for(ec in r)if(R.call(r,ec)){var eb=r[ec];if(null!=eb)switch(ec){case"children":ed=eb;break;case"dangerouslySetInnerHTML":ep=eb;break;case"name":em=eb;break;case"formAction":ev=eb;break;case"formEncType":eg=eb;break;case"formMethod":eC=eb;break;case"formTarget":ey=eb;break;default:er(e,ec,eb)}}var eS=et(e,a,l,ev,eg,eC,ey,em);if(e.push(">"),null!==eS&&eS.forEach(ee,e),en(e,ep,ed),"string"==typeof ed){e.push(j(ed));var ex=null}else ex=ed;return ex;case"form":e.push(ef("form"));var ew,ek=null,eE=null,eM=null,eI=null,eR=null,eN=null;for(ew in r)if(R.call(r,ew)){var eT=r[ew];if(null!=eT)switch(ew){case"children":ek=eT;break;case"dangerouslySetInnerHTML":eE=eT;break;case"action":eM=eT;break;case"encType":eI=eT;break;case"method":eR=eT;break;case"target":eN=eT;break;default:er(e,ew,eT)}}var eL=null,eP=null;if("function"==typeof eM){if("function"==typeof eM.$$FORM_ACTION){var eV=X(a),ej=eM.$$FORM_ACTION(eV);eM=ej.action||"",eI=ej.encType,eR=ej.method,eN=ej.target,eL=ej.data,eP=ej.name}else e.push(" ","action",'="',Q,'"'),eN=eR=eI=eM=null,ea(a,l)}if(null!=eM&&er(e,"action",eM),null!=eI&&er(e,"encType",eI),null!=eR&&er(e,"method",eR),null!=eN&&er(e,"target",eN),e.push(">"),null!==eP&&(e.push('<input type="hidden"'),Y(e,"name",eP),e.push("/>"),null!==eL&&eL.forEach(ee,e)),en(e,eE,ek),"string"==typeof ek){e.push(j(ek));var e$=null}else e$=ek;return e$;case"menuitem":for(var eB in e.push(ef("menuitem")),r)if(R.call(r,eB)){var eD=r[eB];if(null!=eD)switch(eB){case"children":case"dangerouslySetInnerHTML":throw Error(o(400));default:er(e,eB,eD)}}return e.push(">"),null;case"title":if(3===s.insertionMode||1&s.tagScope||null!=r.itemProp)var eH=ei(e,r);else c?eH=null:(ei(l.hoistableChunks,r),eH=void 0);return eH;case"link":var eF=r.rel,e_=r.href,eZ=r.precedence;if(3===s.insertionMode||1&s.tagScope||null!=r.itemProp||"string"!=typeof eF||"string"!=typeof e_||""===e_){eo(e,r);var ez=null}else if("stylesheet"===r.rel){if("string"!=typeof eZ||null!=r.disabled||r.onLoad||r.onError)ez=eo(e,r);else{var eG=l.styles.get(eZ),eU=a.styleResources.hasOwnProperty(e_)?a.styleResources[e_]:void 0;if(null!==eU){a.styleResources[e_]=null,eG||(eG={precedence:j(eZ),rules:[],hrefs:[],sheets:new Map},l.styles.set(eZ,eG));var eW={state:0,props:I({},r,{"data-precedence":r.precedence,precedence:null})};if(eU){2===eU.length&&eO(eW.props,eU);var eK=l.preloads.stylesheets.get(e_);eK&&0<eK.length?eK.length=0:eW.state=1}eG.sheets.set(e_,eW),i&&i.stylesheets.add(eW)}else if(eG){var eJ=eG.sheets.get(e_);eJ&&i&&i.stylesheets.add(eJ)}u&&e.push("<!-- -->"),ez=null}}else r.onLoad||r.onError?ez=eo(e,r):(u&&e.push("<!-- -->"),ez=c?null:eo(l.hoistableChunks,r));return ez;case"script":var eq=r.async;if("string"!=typeof r.src||!r.src||!eq||"function"==typeof eq||"symbol"==typeof eq||r.onLoad||r.onError||3===s.insertionMode||1&s.tagScope||null!=r.itemProp)var eY=es(e,r);else{var eX=r.src;if("module"===r.type)var eQ=a.moduleScriptResources,e1=l.preloads.moduleScripts;else eQ=a.scriptResources,e1=l.preloads.scripts;var e6=eQ.hasOwnProperty(eX)?eQ[eX]:void 0;if(null!==e6){eQ[eX]=null;var e3=r;if(e6){2===e6.length&&eO(e3=I({},r),e6);var e2=e1.get(eX);e2&&(e2.length=0)}var e0=[];l.scripts.add(e0),es(e0,e3)}u&&e.push("<!-- -->"),eY=null}return eY;case"style":var e9=r.precedence,e7=r.href;if(3===s.insertionMode||1&s.tagScope||null!=r.itemProp||"string"!=typeof e9||"string"!=typeof e7||""===e7){e.push(ef("style"));var e5,e4=null,e8=null;for(e5 in r)if(R.call(r,e5)){var te=r[e5];if(null!=te)switch(e5){case"children":e4=te;break;case"dangerouslySetInnerHTML":e8=te;break;default:er(e,e5,te)}}e.push(">");var tt=Array.isArray(e4)?2>e4.length?e4[0]:null:e4;"function"!=typeof tt&&"symbol"!=typeof tt&&null!=tt&&e.push(j(""+tt)),en(e,e8,e4),e.push(eh("style"));var tr=null}else{var tn=l.styles.get(e9);if(null!==(a.styleResources.hasOwnProperty(e7)?a.styleResources[e7]:void 0)){a.styleResources[e7]=null,tn?tn.hrefs.push(j(e7)):(tn={precedence:j(e9),rules:[],hrefs:[j(e7)],sheets:new Map},l.styles.set(e9,tn));var ta,to=tn.rules,tl=null,ti=null;for(ta in r)if(R.call(r,ta)){var ts=r[ta];if(null!=ts)switch(ta){case"children":tl=ts;break;case"dangerouslySetInnerHTML":ti=ts}}var tu=Array.isArray(tl)?2>tl.length?tl[0]:null:tl;"function"!=typeof tu&&"symbol"!=typeof tu&&null!=tu&&to.push(j(""+tu)),en(to,ti,tl)}tn&&i&&i.styles.add(tn),u&&e.push("<!-- -->"),tr=void 0}return tr;case"meta":if(3===s.insertionMode||1&s.tagScope||null!=r.itemProp)var tc=el(e,r,"meta");else u&&e.push("<!-- -->"),tc=c?null:"string"==typeof r.charSet?el(l.charsetChunks,r,"meta"):"viewport"===r.name?el(l.viewportChunks,r,"meta"):el(l.hoistableChunks,r,"meta");return tc;case"listing":case"pre":e.push(ef(t));var td,tf=null,tp=null;for(td in r)if(R.call(r,td)){var th=r[td];if(null!=th)switch(td){case"children":tf=th;break;case"dangerouslySetInnerHTML":tp=th;break;default:er(e,td,th)}}if(e.push(">"),null!=tp){if(null!=tf)throw Error(o(60));if("object"!=typeof tp||!("__html"in tp))throw Error(o(61));var tm=tp.__html;null!=tm&&("string"==typeof tm&&0<tm.length&&"\n"===tm[0]?e.push("\n",tm):e.push(""+tm))}return"string"==typeof tf&&"\n"===tf[0]&&e.push("\n"),tf;case"img":var tv=r.src,tg=r.srcSet;if(!("lazy"===r.loading||!tv&&!tg||"string"!=typeof tv&&null!=tv||"string"!=typeof tg&&null!=tg)&&"low"!==r.fetchPriority&&!1==!!(2&s.tagScope)&&("string"!=typeof tv||":"!==tv[4]||"d"!==tv[0]&&"D"!==tv[0]||"a"!==tv[1]&&"A"!==tv[1]||"t"!==tv[2]&&"T"!==tv[2]||"a"!==tv[3]&&"A"!==tv[3])&&("string"!=typeof tg||":"!==tg[4]||"d"!==tg[0]&&"D"!==tg[0]||"a"!==tg[1]&&"A"!==tg[1]||"t"!==tg[2]&&"T"!==tg[2]||"a"!==tg[3]&&"A"!==tg[3])){var tC="string"==typeof r.sizes?r.sizes:void 0,ty=tg?tg+"\n"+(tC||""):tv,tb=l.preloads.images,tS=tb.get(ty);if(tS)("high"===r.fetchPriority||10>l.highImagePreloads.size)&&(tb.delete(ty),l.highImagePreloads.add(tS));else if(!a.imageResources.hasOwnProperty(ty)){a.imageResources[ty]=Z;var tx,tw=r.crossOrigin,tk="string"==typeof tw?"use-credentials"===tw?tw:"":void 0,tE=l.headers;tE&&0<tE.remainingCapacity&&("high"===r.fetchPriority||500>tE.highImagePreloads.length)&&(tx=eA(tv,"image",{imageSrcSet:r.srcSet,imageSizes:r.sizes,crossOrigin:tk,integrity:r.integrity,nonce:r.nonce,type:r.type,fetchPriority:r.fetchPriority,referrerPolicy:r.refererPolicy}),2<=(tE.remainingCapacity-=tx.length))?(l.resets.image[ty]=Z,tE.highImagePreloads&&(tE.highImagePreloads+=", "),tE.highImagePreloads+=tx):(eo(tS=[],{rel:"preload",as:"image",href:tg?void 0:tv,imageSrcSet:tg,imageSizes:tC,crossOrigin:tk,integrity:r.integrity,type:r.type,fetchPriority:r.fetchPriority,referrerPolicy:r.referrerPolicy}),"high"===r.fetchPriority||10>l.highImagePreloads.size?l.highImagePreloads.add(tS):(l.bulkPreloads.add(tS),tb.set(ty,tS)))}}return el(e,r,"img");case"base":case"area":case"br":case"col":case"embed":case"hr":case"keygen":case"param":case"source":case"track":case"wbr":return el(e,r,t);case"head":if(2>s.insertionMode&&null===l.headChunks){l.headChunks=[];var tM=eu(l.headChunks,r,"head")}else tM=eu(e,r,"head");return tM;case"html":if(0===s.insertionMode&&null===l.htmlChunks){l.htmlChunks=[""];var tI=eu(l.htmlChunks,r,"html")}else tI=eu(e,r,"html");return tI;default:if(-1!==t.indexOf("-")){e.push(ef(t));var tR,tN=null,tT=null;for(tR in r)if(R.call(r,tR)){var tL=r[tR];if(null!=tL)switch(tR){case"children":tN=tL;break;case"dangerouslySetInnerHTML":tT=tL;break;case"style":J(e,tL);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;default:P(tR)&&"function"!=typeof tL&&"symbol"!=typeof tL&&e.push(" ",tR,'="',j(tL),'"')}}return e.push(">"),en(e,tT,tN),tN}}return eu(e,r,t)}(w.chunks,a,l,e.resumableState,e.renderState,t.hoistableState,t.formatContext,w.lastPushedText,t.isFallback),w.lastPushedText=!1,k=t.formatContext,N=t.keyPath,t.formatContext=W(k,a,l),t.keyPath=r,t3(e,t,M,-1),t.formatContext=k,t.keyPath=N;e:{switch(r=w.chunks,e=e.resumableState,a){case"title":case"style":case"script":case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break e;case"body":if(1>=k.insertionMode){e.hasBody=!0;break e}break;case"html":if(0===k.insertionMode){e.hasHtml=!0;break e}}r.push(eh(a))}w.lastPushedText=!1}t.componentStack=i}else{switch(a){case x:case b:case u:case c:case s:a=t.keyPath,t.keyPath=r,tQ(e,t,l.children,-1),t.keyPath=a;return;case S:"hidden"!==l.mode&&(a=t.keyPath,t.keyPath=r,tQ(e,t,l.children,-1),t.keyPath=a);return;case v:a=t.componentStack,t.componentStack=tZ(t,"SuspenseList"),i=t.keyPath,t.keyPath=r,tQ(e,t,l.children,-1),t.keyPath=i,t.componentStack=a;return;case y:throw Error(o(343));case m:e:if(null!==t.replay){a=t.keyPath,t.keyPath=r,r=l.children;try{t3(e,t,r,-1)}finally{t.keyPath=a}}else{var L=t.componentStack;a=t.componentStack=tZ(t,"Suspense");var O=t.keyPath;i=t.blockedBoundary;var A=t.hoistableState,V=t.blockedSegment;w=l.fallback;var $=l.children;k=tD(e,l=new Set),null!==e.trackedPostpones&&(k.trackedContentKeyPath=r),M=t_(e,V.chunks.length,k,t.formatContext,!1,!1),V.children.push(M),V.lastPushedText=!1;var B=t_(e,0,null,t.formatContext,!1,!1);B.parentFlushed=!0,t.blockedBoundary=k,t.hoistableState=k.contentState,t.blockedSegment=B,t.keyPath=r;try{if(t3(e,t,$,-1),e.renderState.generateStaticMarkup||B.lastPushedText&&B.textEmbedded&&B.chunks.push("<!-- -->"),B.status=1,t4(k,B),0===k.pendingTasks&&0===k.status){k.status=1,t.componentStack=L;break e}}catch(r){B.status=4,k.status=4,N=tz(e,t.componentStack),T=tG(e,r,N),k.errorDigest=T,t6(e,k)}finally{t.blockedBoundary=i,t.hoistableState=A,t.blockedSegment=V,t.keyPath=O,t.componentStack=L}N=[r[0],"Suspense Fallback",r[2]],null!==(T=e.trackedPostpones)&&(L=[N[1],N[2],[],null],T.workingMap.set(N,L),5===k.status?T.workingMap.get(r)[4]=L:k.trackedFallbackNode=L),t=tH(e,null,w,-1,i,M,k.fallbackState,l,N,t.formatContext,t.legacyContext,t.context,t.treeContext,a,!0),e.pingedTasks.push(t)}return}if("object"==typeof a&&null!==a)switch(a.$$typeof){case h:w=t.componentStack,t.componentStack={tag:1,parent:t.componentStack,type:a.render},l=tW(e,t,r,a.render,l,i),tJ(e,t,r,l,0!==to,tl,ti),t.componentStack=w;return;case g:l=tq(a=a.type,l),tY(e,t,r,a,l,i);return;case d:if(w=l.children,i=t.keyPath,a=a._context,l=l.value,k=a._currentValue2,a._currentValue2=l,eU=l={parent:M=eU,depth:null===M?0:M.depth+1,context:a,parentValue:k,value:l},t.context=l,t.keyPath=r,tQ(e,t,w,-1),null===(e=eU))throw Error(o(403));e.context._currentValue2=e.parentValue,e=eU=e.parent,t.context=e,t.keyPath=i;return;case p:l=(l=l.children)(a._currentValue2),a=t.keyPath,t.keyPath=r,tQ(e,t,l,-1),t.keyPath=a;return;case f:case C:i=t.componentStack,t.componentStack=tZ(t,"Lazy"),l=tq(a=(w=a._init)(a._payload),l),tY(e,t,r,a,l,void 0),t.componentStack=i;return}throw Error(o(130,null==a?a:typeof a,""))}}function tX(e,t,r,n,a){var o=t.replay,l=t.blockedBoundary,i=t_(e,0,null,t.formatContext,!1,!1);i.id=r,i.parentFlushed=!0;try{t.replay=null,t.blockedSegment=i,t3(e,t,n,a),i.status=1,null===l?e.completedRootSegment=i:(t4(l,i),l.parentFlushed&&e.partialBoundaries.push(l))}finally{t.replay=o,t.blockedSegment=null}}function tQ(e,t,r,n){if(null!==t.replay&&"number"==typeof t.replay.slots)tX(e,t,t.replay.slots,r,n);else if(t.node=r,t.childIndex=n,null!==r){if("object"==typeof r){switch(r.$$typeof){case l:var a=r.type,s=r.key,u=r.props,c=r.ref,d=eZ(a),f=null==s?-1===n?0:n:s;if(s=[t.keyPath,d,f],null!==t.replay)e:{var h=t.replay;for(r=0,n=h.nodes;r<n.length;r++){var v=n[r];if(f===v[1]){if(4===v.length){if(null!==d&&d!==v[0])throw Error(o(490,v[0],d));var g=v[2];d=v[3],f=t.node,t.replay={nodes:g,slots:d,pendingTasks:1};try{if(tY(e,t,s,a,u,c),1===t.replay.pendingTasks&&0<t.replay.nodes.length)throw Error(o(488));t.replay.pendingTasks--}catch(r){if("object"==typeof r&&null!==r&&(r===e3||"function"==typeof r.then))throw t.node===f&&(t.replay=h),r;t.replay.pendingTasks--,u=tz(e,t.componentStack),s=e,e=t.blockedBoundary,u=tG(s,a=r,u),t0(s,e,g,d,a,u)}t.replay=h}else{if(a!==m)throw Error(o(490,"Suspense",eZ(a)||"Unknown"));t:{h=void 0,a=v[5],c=v[2],d=v[3],f=null===v[4]?[]:v[4][2],v=null===v[4]?null:v[4][3];var y=t.componentStack,b=t.componentStack=tZ(t,"Suspense"),S=t.keyPath,x=t.replay,w=t.blockedBoundary,M=t.hoistableState,I=u.children;u=u.fallback;var R=new Set,N=tD(e,R);N.parentFlushed=!0,N.rootSegmentID=a,t.blockedBoundary=N,t.hoistableState=N.contentState,t.replay={nodes:c,slots:d,pendingTasks:1};try{if(t3(e,t,I,-1),1===t.replay.pendingTasks&&0<t.replay.nodes.length)throw Error(o(488));if(t.replay.pendingTasks--,0===N.pendingTasks&&0===N.status){N.status=1,e.completedBoundaries.push(N);break t}}catch(r){N.status=4,g=tz(e,t.componentStack),h=tG(e,r,g),N.errorDigest=h,t.replay.pendingTasks--,e.clientRenderedBoundaries.push(N)}finally{t.blockedBoundary=w,t.hoistableState=M,t.replay=x,t.keyPath=S,t.componentStack=y}t=tF(e,null,{nodes:f,slots:v,pendingTasks:0},u,-1,w,N.fallbackState,R,[s[0],"Suspense Fallback",s[2]],t.formatContext,t.legacyContext,t.context,t.treeContext,b,!0),e.pingedTasks.push(t)}}n.splice(r,1);break e}}}else tY(e,t,s,a,u,c);return;case i:throw Error(o(257));case C:u=t.componentStack,t.componentStack=tZ(t,"Lazy"),r=(s=r._init)(r._payload),t.componentStack=u,tQ(e,t,r,n);return}if(E(r)){t1(e,t,r,n);return}if((u=null===r||"object"!=typeof r?null:"function"==typeof(u=k&&r[k]||r["@@iterator"])?u:null)&&(u=u.call(r))){if(!(r=u.next()).done){s=[];do s.push(r.value),r=u.next();while(!r.done);t1(e,t,s,n)}return}if("function"==typeof r.then)return t.thenableState=null,tQ(e,t,tw(r),n);if(r.$$typeof===p)return tQ(e,t,r._currentValue2,n);throw Error(o(31,"[object Object]"===(n=Object.prototype.toString.call(r))?"object with keys {"+Object.keys(r).join(", ")+"}":n))}"string"==typeof r?null!==(n=t.blockedSegment)&&(n.lastPushedText=eF(n.chunks,r,e.renderState,n.lastPushedText)):"number"==typeof r&&null!==(n=t.blockedSegment)&&(n.lastPushedText=eF(n.chunks,""+r,e.renderState,n.lastPushedText))}}function t1(e,t,r,n){var a=t.keyPath;if(-1!==n&&(t.keyPath=[t.keyPath,"Fragment",n],null!==t.replay)){for(var l=t.replay,i=l.nodes,s=0;s<i.length;s++){var u=i[s];if(u[1]===n){n=u[2],u=u[3],t.replay={nodes:n,slots:u,pendingTasks:1};try{if(t1(e,t,r,-1),1===t.replay.pendingTasks&&0<t.replay.nodes.length)throw Error(o(488));t.replay.pendingTasks--}catch(a){if("object"==typeof a&&null!==a&&(a===e3||"function"==typeof a.then))throw a;t.replay.pendingTasks--,r=tz(e,t.componentStack);var c=t.blockedBoundary;r=tG(e,a,r),t0(e,c,n,u,a,r)}t.replay=l,i.splice(s,1);break}}t.keyPath=a;return}if(l=t.treeContext,i=r.length,null!==t.replay&&null!==(s=t.replay.slots)&&"object"==typeof s){for(n=0;n<i;n++)u=r[n],t.treeContext=eX(l,i,n),"number"==typeof(c=s[n])?(tX(e,t,c,u,n),delete s[n]):t3(e,t,u,n);t.treeContext=l,t.keyPath=a;return}for(s=0;s<i;s++)n=r[s],t.treeContext=eX(l,i,s),t3(e,t,n,s);t.treeContext=l,t.keyPath=a}function t6(e,t){null!==(e=e.trackedPostpones)&&null!==(t=t.trackedContentKeyPath)&&void 0!==(t=e.workingMap.get(t))&&(t.length=4,t[2]=[],t[3]=null)}function t3(e,t,r,n){var a=t.formatContext,o=t.legacyContext,l=t.context,i=t.keyPath,s=t.treeContext,u=t.componentStack,c=t.blockedSegment;if(null===c)try{return tQ(e,t,r,n)}catch(c){if(tv(),"object"==typeof(r=c===e3?e9():c)&&null!==r&&"function"==typeof r.then){e=tF(e,n=tm(),t.replay,t.node,t.childIndex,t.blockedBoundary,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.legacyContext,t.context,t.treeContext,null!==t.componentStack?t.componentStack.parent:null,t.isFallback).ping,r.then(e,e),t.formatContext=a,t.legacyContext=o,t.context=l,t.keyPath=i,t.treeContext=s,t.componentStack=u,eK(l);return}}else{var d=c.children.length,f=c.chunks.length;try{return tQ(e,t,r,n)}catch(p){if(tv(),c.children.length=d,c.chunks.length=f,"object"==typeof(r=p===e3?e9():p)&&null!==r&&"function"==typeof r.then){n=tm(),d=t_(e,(c=t.blockedSegment).chunks.length,null,t.formatContext,c.lastPushedText,!0),c.children.push(d),c.lastPushedText=!1,e=tH(e,n,t.node,t.childIndex,t.blockedBoundary,d,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.legacyContext,t.context,t.treeContext,null!==t.componentStack?t.componentStack.parent:null,t.isFallback).ping,r.then(e,e),t.formatContext=a,t.legacyContext=o,t.context=l,t.keyPath=i,t.treeContext=s,t.componentStack=u,eK(l);return}}}throw t.formatContext=a,t.legacyContext=o,t.context=l,t.keyPath=i,t.treeContext=s,eK(l),r}function t2(e){var t=e.blockedBoundary;null!==(e=e.blockedSegment)&&(e.status=3,t8(this,t,e))}function t0(e,t,r,n,a,l){for(var i=0;i<r.length;i++){var s=r[i];if(4===s.length)t0(e,t,s[2],s[3],a,l);else{s=s[5];var u=tD(e,new Set);u.parentFlushed=!0,u.rootSegmentID=s,u.status=4,u.errorDigest=l,u.parentFlushed&&e.clientRenderedBoundaries.push(u)}}if(r.length=0,null!==n){if(null===t)throw Error(o(487));if(4!==t.status&&(t.status=4,t.errorDigest=l,t.parentFlushed&&e.clientRenderedBoundaries.push(t)),"object"==typeof n)for(var c in n)delete n[c]}}function t9(e,t){try{var r=e.renderState,n=r.onHeaders;if(n){var a=r.headers;if(a){r.headers=null;var o=a.preconnects;if(a.fontPreloads&&(o&&(o+=", "),o+=a.fontPreloads),a.highImagePreloads&&(o&&(o+=", "),o+=a.highImagePreloads),!t){var l=r.styles.values(),i=l.next();t:for(;0<a.remainingCapacity&&!i.done;i=l.next())for(var s=i.value.sheets.values(),u=s.next();0<a.remainingCapacity&&!u.done;u=s.next()){var c=u.value,d=c.props,f=d.href,p=c.props,h=eA(p.href,"style",{crossOrigin:p.crossOrigin,integrity:p.integrity,nonce:p.nonce,type:p.type,fetchPriority:p.fetchPriority,referrerPolicy:p.referrerPolicy,media:p.media});if(2<=(a.remainingCapacity-=h.length))r.resets.style[f]=Z,o&&(o+=", "),o+=h,r.resets.style[f]="string"==typeof d.crossOrigin||"string"==typeof d.integrity?[d.crossOrigin,d.integrity]:Z;else break t}}n(o?{Link:o}:{})}}}catch(t){tG(e,t,{})}}function t7(e){null===e.trackedPostpones&&t9(e,!0),e.onShellError=tj,(e=e.onShellReady)()}function t5(e){t9(e,null===e.trackedPostpones||null===e.completedRootSegment||5!==e.completedRootSegment.status),(e=e.onAllReady)()}function t4(e,t){if(0===t.chunks.length&&1===t.children.length&&null===t.children[0].boundary&&-1===t.children[0].id){var r=t.children[0];r.id=t.id,r.parentFlushed=!0,1===r.status&&t4(e,r)}else e.completedSegments.push(t)}function t8(e,t,r){if(null===t){if(null!==r&&r.parentFlushed){if(null!==e.completedRootSegment)throw Error(o(389));e.completedRootSegment=r}e.pendingRootTasks--,0===e.pendingRootTasks&&t7(e)}else t.pendingTasks--,4!==t.status&&(0===t.pendingTasks?(0===t.status&&(t.status=1),null!==r&&r.parentFlushed&&1===r.status&&t4(t,r),t.parentFlushed&&e.completedBoundaries.push(t),1===t.status&&(t.fallbackAbortableTasks.forEach(t2,e),t.fallbackAbortableTasks.clear())):null!==r&&r.parentFlushed&&1===r.status&&(t4(t,r),1===t.completedSegments.length&&t.parentFlushed&&e.partialBoundaries.push(t)));e.allPendingTasks--,0===e.allPendingTasks&&t5(e)}function re(e){if(2!==e.status){var t=eU,r=tO.current;tO.current=tI;var n=tA.current;tA.current=tN;var a=t$;t$=e;var l=tR;tR=e.resumableState;try{var i,s=e.pingedTasks;for(i=0;i<s.length;i++){var u=s[i],c=e,d=u.blockedSegment;if(null===d){var f=c;if(0!==u.replay.pendingTasks){eK(u.context);try{if(tQ(f,u,u.node,u.childIndex),1===u.replay.pendingTasks&&0<u.replay.nodes.length)throw Error(o(488));u.replay.pendingTasks--,u.abortSet.delete(u),t8(f,u.blockedBoundary,null)}catch(e){tv();var p=e===e3?e9():e;if("object"==typeof p&&null!==p&&"function"==typeof p.then){var h=u.ping;p.then(h,h),u.thenableState=tm()}else{u.replay.pendingTasks--,u.abortSet.delete(u);var m=tz(f,u.componentStack);c=void 0;var v=f,g=u.blockedBoundary,C=u.replay.nodes,y=u.replay.slots;c=tG(v,p,m),t0(v,g,C,y,p,c),f.pendingRootTasks--,0===f.pendingRootTasks&&t7(f),f.allPendingTasks--,0===f.allPendingTasks&&t5(f)}}finally{}}}else if(f=void 0,v=d,0===v.status){eK(u.context);var b=v.children.length,S=v.chunks.length;try{tQ(c,u,u.node,u.childIndex),c.renderState.generateStaticMarkup||v.lastPushedText&&v.textEmbedded&&v.chunks.push("<!-- -->"),u.abortSet.delete(u),v.status=1,t8(c,u.blockedBoundary,v)}catch(e){tv(),v.children.length=b,v.chunks.length=S;var x=e===e3?e9():e;if("object"==typeof x&&null!==x&&"function"==typeof x.then){var w=u.ping;x.then(w,w),u.thenableState=tm()}else{var k=tz(c,u.componentStack);u.abortSet.delete(u),v.status=4;var E=u.blockedBoundary;f=tG(c,x,k),null===E?tU(c,x):(E.pendingTasks--,4!==E.status&&(E.status=4,E.errorDigest=f,t6(c,E),E.parentFlushed&&c.clientRenderedBoundaries.push(E))),c.allPendingTasks--,0===c.allPendingTasks&&t5(c)}}finally{}}}s.splice(0,i),null!==e.destination&&rl(e,e.destination)}catch(t){tG(e,t,{}),tU(e,t)}finally{tR=l,tO.current=r,tA.current=n,r===tI&&eK(t),t$=a}}}function rt(e,t,r,n){switch(r.parentFlushed=!0,r.status){case 0:r.id=e.nextSegmentId++;case 5:return n=r.id,r.lastPushedText=!1,r.textEmbedded=!1,e=e.renderState,t.push('<template id="'),t.push(e.placeholderPrefix),e=n.toString(16),t.push(e),t.push('"></template>');case 1:r.status=2;var a=!0,l=r.chunks,i=0;r=r.children;for(var s=0;s<r.length;s++){for(a=r[s];i<a.index;i++)t.push(l[i]);a=rr(e,t,a,n)}for(;i<l.length-1;i++)t.push(l[i]);return i<l.length&&(a=t.push(l[i])),a;default:throw Error(o(390))}}function rr(e,t,r,n){var a=r.boundary;if(null===a)return rt(e,t,r,n);if(a.parentFlushed=!0,4===a.status)return e.renderState.generateStaticMarkup||(a=a.errorDigest,t.push("<!--$!-->"),t.push("<template"),a&&(t.push(' data-dgst="'),a=j(a),t.push(a),t.push('"')),t.push("></template>")),rt(e,t,r,n),e=!!e.renderState.generateStaticMarkup||t.push("<!--/$-->");if(1!==a.status)return 0===a.status&&(a.rootSegmentID=e.nextSegmentId++),0<a.completedSegments.length&&e.partialBoundaries.push(a),ev(t,e.renderState,a.rootSegmentID),n&&((a=a.fallbackState).styles.forEach(eD,n),a.stylesheets.forEach(eH,n)),rt(e,t,r,n),t.push("<!--/$-->");if(a.byteSize>e.progressiveChunkSize)return a.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(a),ev(t,e.renderState,a.rootSegmentID),rt(e,t,r,n),t.push("<!--/$-->");if(n&&((r=a.contentState).styles.forEach(eD,n),r.stylesheets.forEach(eH,n)),e.renderState.generateStaticMarkup||t.push("<!--$-->"),1!==(r=a.completedSegments).length)throw Error(o(391));return rr(e,t,r[0],n),e=!!e.renderState.generateStaticMarkup||t.push("<!--/$-->")}function rn(e,t,r,n){return function(e,t,r,n){switch(r.insertionMode){case 0:case 1:case 2:return e.push('<div hidden id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');case 3:return e.push('<svg aria-hidden="true" style="display:none" id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');case 4:return e.push('<math aria-hidden="true" style="display:none" id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');case 5:return e.push('<table hidden id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');case 6:return e.push('<table hidden><tbody id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');case 7:return e.push('<table hidden><tr id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');case 8:return e.push('<table hidden><colgroup id="'),e.push(t.segmentPrefix),t=n.toString(16),e.push(t),e.push('">');default:throw Error(o(397))}}(t,e.renderState,r.parentFormatContext,r.id),rr(e,t,r,n),function(e,t){switch(t.insertionMode){case 0:case 1:case 2:return e.push("</div>");case 3:return e.push("</svg>");case 4:return e.push("</math>");case 5:return e.push("</table>");case 6:return e.push("</tbody></table>");case 7:return e.push("</tr></table>");case 8:return e.push("</colgroup></table>");default:throw Error(o(397))}}(t,r.parentFormatContext)}function ra(e,t,r){for(var n=r.completedSegments,a=0;a<n.length;a++)ro(e,t,r,n[a]);n.length=0,eE(t,r.contentState,e.renderState),n=e.resumableState,e=e.renderState,a=r.rootSegmentID,r=r.contentState;var l=e.stylesToHoist;e.stylesToHoist=!1;var i=0===n.streamingFormat;return i?(t.push(e.startInlineScript),l?0==(2&n.instructions)?(n.instructions|=10,t.push('$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RM=new Map;\n$RR=function(r,t,w){for(var u=$RC,n=$RM,p=new Map,q=document,g,b,h=q.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&n.set(b.getAttribute("href"),b),p.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var f=w[b++];if(!f){k=!1;b=0;continue}var c=!1,m=0;var d=f[m++];if(a=n.get(d)){var e=a._p;c=!0}else{a=q.createElement("link");a.href=d;a.rel="stylesheet";for(a.dataset.precedence=\nl=f[m++];e=f[m++];)a.setAttribute(e,f[m++]);e=a._p=new Promise(function(x,y){a.onload=x;a.onerror=y});n.set(d,a)}d=a.getAttribute("media");!e||"l"===e.s||d&&!matchMedia(d).matches||h.push(e);if(c)continue}else{a=v[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=p.get(l)||g;c===g&&(g=a);p.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=q.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(u.bind(null,r,t,""),u.bind(null,r,t,"Resource failed to load"))};$RR("')):0==(8&n.instructions)?(n.instructions|=8,t.push('$RM=new Map;\n$RR=function(r,t,w){for(var u=$RC,n=$RM,p=new Map,q=document,g,b,h=q.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&n.set(b.getAttribute("href"),b),p.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var f=w[b++];if(!f){k=!1;b=0;continue}var c=!1,m=0;var d=f[m++];if(a=n.get(d)){var e=a._p;c=!0}else{a=q.createElement("link");a.href=d;a.rel="stylesheet";for(a.dataset.precedence=\nl=f[m++];e=f[m++];)a.setAttribute(e,f[m++]);e=a._p=new Promise(function(x,y){a.onload=x;a.onerror=y});n.set(d,a)}d=a.getAttribute("media");!e||"l"===e.s||d&&!matchMedia(d).matches||h.push(e);if(c)continue}else{a=v[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=p.get(l)||g;c===g&&(g=a);p.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=q.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(u.bind(null,r,t,""),u.bind(null,r,t,"Resource failed to load"))};$RR("')):t.push('$RR("'):0==(2&n.instructions)?(n.instructions|=2,t.push('$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("')):t.push('$RC("')):l?t.push('<template data-rri="" data-bid="'):t.push('<template data-rci="" data-bid="'),n=a.toString(16),t.push(e.boundaryPrefix),t.push(n),i?t.push('","'):t.push('" data-sid="'),t.push(e.segmentPrefix),t.push(n),l?i?(t.push('",'),function(e,t){e.push("[");var r="[";t.stylesheets.forEach(function(t){if(2!==t.state){if(3===t.state)e.push(r),t=eb(""+t.props.href),e.push(t),e.push("]"),r=",[";else{e.push(r);var n=t.props["data-precedence"],a=t.props,l=eb(""+t.props.href);for(var i in e.push(l),n=""+n,e.push(","),n=eb(n),e.push(n),a)if(R.call(a,i)&&null!=(l=a[i]))switch(i){case"href":case"rel":case"precedence":case"data-precedence":break;case"children":case"dangerouslySetInnerHTML":throw Error(o(399,"link"));default:e:{n=e;var s=i.toLowerCase();switch(typeof l){case"function":case"symbol":break e}switch(i){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":break e;case"className":s="class",l=""+l;break;case"hidden":if(!1===l)break e;l="";break;case"src":case"href":l=""+l;break;default:if(2<i.length&&("o"===i[0]||"O"===i[0])&&("n"===i[1]||"N"===i[1])||!P(i))break e;l=""+l}n.push(","),s=eb(s),n.push(s),n.push(","),l=eb(l),n.push(l)}}e.push("]"),r=",[",t.state=3}}}),e.push("]")}(t,r)):(t.push('" data-sty="'),function(e,t){e.push("[");var r="[";t.stylesheets.forEach(function(t){if(2!==t.state){if(3===t.state)e.push(r),t=j(JSON.stringify(""+t.props.href)),e.push(t),e.push("]"),r=",[";else{e.push(r);var n=t.props["data-precedence"],a=t.props,l=j(JSON.stringify(""+t.props.href));for(var i in e.push(l),n=""+n,e.push(","),n=j(JSON.stringify(n)),e.push(n),a)if(R.call(a,i)&&null!=(l=a[i]))switch(i){case"href":case"rel":case"precedence":case"data-precedence":break;case"children":case"dangerouslySetInnerHTML":throw Error(o(399,"link"));default:e:{n=e;var s=i.toLowerCase();switch(typeof l){case"function":case"symbol":break e}switch(i){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":break e;case"className":s="class",l=""+l;break;case"hidden":if(!1===l)break e;l="";break;case"src":case"href":l=""+l;break;default:if(2<i.length&&("o"===i[0]||"O"===i[0])&&("n"===i[1]||"N"===i[1])||!P(i))break e;l=""+l}n.push(","),s=j(JSON.stringify(s)),n.push(s),n.push(","),l=j(JSON.stringify(l)),n.push(l)}}e.push("]"),r=",[",t.state=3}}}),e.push("]")}(t,r)):i&&t.push('"'),n=i?t.push(")</script>"):t.push('"></template>'),em(t,e)&&n}function ro(e,t,r,n){if(2===n.status)return!0;var a=r.contentState,l=n.id;if(-1===l){if(-1===(n.id=r.rootSegmentID))throw Error(o(392));return rn(e,t,n,a)}return l===r.rootSegmentID?rn(e,t,n,a):(rn(e,t,n,a),r=e.resumableState,e=e.renderState,(n=0===r.streamingFormat)?(t.push(e.startInlineScript),0==(1&r.instructions)?(r.instructions|=1,t.push('$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("')):t.push('$RS("')):t.push('<template data-rsi="" data-sid="'),t.push(e.segmentPrefix),l=l.toString(16),t.push(l),n?t.push('","'):t.push('" data-pid="'),t.push(e.placeholderPrefix),t.push(l),t=n?t.push('")</script>'):t.push('"></template>'))}function rl(e,t){try{var r,n=e.completedRootSegment;if(null!==n){if(5===n.status||0!==e.pendingRootTasks)return;var a=e.renderState;if((0!==e.allPendingTasks||null!==e.trackedPostpones)&&a.externalRuntimeScript){var o=a.externalRuntimeScript,l=e.resumableState,i=o.src,s=o.chunks;l.scriptResources.hasOwnProperty(i)||(l.scriptResources[i]=null,a.scripts.add(s))}var u,c=a.htmlChunks,d=a.headChunks;if(c){for(u=0;u<c.length;u++)t.push(c[u]);if(d)for(u=0;u<d.length;u++)t.push(d[u]);else{var f=ef("head");t.push(f),t.push(">")}}else if(d)for(u=0;u<d.length;u++)t.push(d[u]);var p=a.charsetChunks;for(u=0;u<p.length;u++)t.push(p[u]);p.length=0,a.preconnects.forEach(eM,t),a.preconnects.clear();var h=a.viewportChunks;for(u=0;u<h.length;u++)t.push(h[u]);h.length=0,a.fontPreloads.forEach(eM,t),a.fontPreloads.clear(),a.highImagePreloads.forEach(eM,t),a.highImagePreloads.clear(),a.styles.forEach(eN,t);var m=a.importMapChunks;for(u=0;u<m.length;u++)t.push(m[u]);m.length=0,a.bootstrapScripts.forEach(eM,t),a.scripts.forEach(eM,t),a.scripts.clear(),a.bulkPreloads.forEach(eM,t),a.bulkPreloads.clear();var v=a.hoistableChunks;for(u=0;u<v.length;u++)t.push(v[u]);if(v.length=0,c&&null===d){var g=eh("head");t.push(g)}rr(e,t,n,null),e.completedRootSegment=null,em(t,e.renderState)}var C=e.renderState;n=0;var y=C.viewportChunks;for(n=0;n<y.length;n++)t.push(y[n]);y.length=0,C.preconnects.forEach(eM,t),C.preconnects.clear(),C.fontPreloads.forEach(eM,t),C.fontPreloads.clear(),C.highImagePreloads.forEach(eM,t),C.highImagePreloads.clear(),C.styles.forEach(eL,t),C.scripts.forEach(eM,t),C.scripts.clear(),C.bulkPreloads.forEach(eM,t),C.bulkPreloads.clear();var b=C.hoistableChunks;for(n=0;n<b.length;n++)t.push(b[n]);b.length=0;var S=e.clientRenderedBoundaries;for(r=0;r<S.length;r++){var x=S[r];C=t;var w=e.resumableState,k=e.renderState,E=x.rootSegmentID,M=x.errorDigest,I=x.errorMessage,R=x.errorComponentStack,N=0===w.streamingFormat;N?(C.push(k.startInlineScript),0==(4&w.instructions)?(w.instructions|=4,C.push('$RX=function(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};;$RX("')):C.push('$RX("')):C.push('<template data-rxi="" data-bid="'),C.push(k.boundaryPrefix);var T=E.toString(16);if(C.push(T),N&&C.push('"'),M||I||R){if(N){C.push(",");var L=eC(M||"");C.push(L)}else{C.push('" data-dgst="');var P=j(M||"");C.push(P)}}if(I||R){if(N){C.push(",");var O=eC(I||"");C.push(O)}else{C.push('" data-msg="');var A=j(I||"");C.push(A)}}if(R){if(N){C.push(",");var V=eC(R);C.push(V)}else{C.push('" data-stck="');var $=j(R);C.push($)}}if(N?!C.push(")</script>"):!C.push('"></template>')){e.destination=null,r++,S.splice(0,r);return}}S.splice(0,r);var B=e.completedBoundaries;for(r=0;r<B.length;r++)if(!ra(e,t,B[r])){e.destination=null,r++,B.splice(0,r);return}B.splice(0,r);var D=e.partialBoundaries;for(r=0;r<D.length;r++){var H=D[r];e:{S=e,x=t;var F=H.completedSegments;for(w=0;w<F.length;w++)if(!ro(S,x,H,F[w])){w++,F.splice(0,w);var _=!1;break e}F.splice(0,w),_=eE(x,H.contentState,S.renderState)}if(!_){e.destination=null,r++,D.splice(0,r);return}}D.splice(0,r);var Z=e.completedBoundaries;for(r=0;r<Z.length;r++)if(!ra(e,t,Z[r])){e.destination=null,r++,Z.splice(0,r);return}Z.splice(0,r)}finally{0===e.allPendingTasks&&0===e.pingedTasks.length&&0===e.clientRenderedBoundaries.length&&0===e.completedBoundaries.length&&(e.flushScheduled=!1,(r=e.resumableState).hasBody&&(D=eh("body"),t.push(D)),r.hasHtml&&(r=eh("html"),t.push(r)),t.push(null),e.destination=null)}}function ri(e){if(!1===e.flushScheduled&&0===e.pingedTasks.length&&null!==e.destination){e.flushScheduled=!0;var t=e.destination;t?rl(e,t):e.flushScheduled=!1}}function rs(){}function ru(e,t,r,n){var a,l,i,s,u,c,d,f,p,h,m,v,g,C=!1,y=null,b="",S=!1;if(t={idPrefix:void 0===(a=t?t.identifierPrefix:void 0)?"":a,nextFormID:0,streamingFormat:0,bootstrapScriptContent:void 0,bootstrapScripts:void 0,bootstrapModules:void 0,instructions:0,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}},l=e,i=t,s=function(e,t){var r=e.idPrefix,n=[],a=e.bootstrapScriptContent,o=e.bootstrapScripts,l=e.bootstrapModules;void 0!==a&&n.push("<script>",(""+a).replace(z,G),"</script>"),a=r+"P:";var i=r+"S:";r+="B:";var s=new Set,u=new Set,c=new Set,d=new Map,f=new Set,p=new Set,h=new Set,m={images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map};if(void 0!==o)for(var v=0;v<o.length;v++){var g,C=o[v],y=void 0,b=void 0,S={rel:"preload",as:"script",fetchPriority:"low",nonce:void 0};"string"==typeof C?S.href=g=C:(S.href=g=C.src,S.integrity=b="string"==typeof C.integrity?C.integrity:void 0,S.crossOrigin=y="string"==typeof C||null==C.crossOrigin?void 0:"use-credentials"===C.crossOrigin?"use-credentials":"");var x=g;(C=e).scriptResources[x]=null,C.moduleScriptResources[x]=null,eo(C=[],S),f.add(C),n.push('<script src="',j(g)),"string"==typeof b&&n.push('" integrity="',j(b)),"string"==typeof y&&n.push('" crossorigin="',j(y)),n.push('" async=""></script>')}if(void 0!==l)for(o=0;o<l.length;o++)S=l[o],y=g=void 0,b={rel:"modulepreload",fetchPriority:"low",nonce:void 0},"string"==typeof S?b.href=v=S:(b.href=v=S.src,b.integrity=y="string"==typeof S.integrity?S.integrity:void 0,b.crossOrigin=g="string"==typeof S||null==S.crossOrigin?void 0:"use-credentials"===S.crossOrigin?"use-credentials":""),S=e,C=v,S.scriptResources[C]=null,S.moduleScriptResources[C]=null,eo(S=[],b),f.add(S),n.push('<script type="module" src="',j(v)),"string"==typeof y&&n.push('" integrity="',j(y)),"string"==typeof g&&n.push('" crossorigin="',j(g)),n.push('" async=""></script>');return{placeholderPrefix:a,segmentPrefix:i,boundaryPrefix:r,startInlineScript:"<script>",htmlChunks:null,headChunks:null,externalRuntimeScript:null,bootstrapChunks:n,importMapChunks:[],onHeaders:void 0,headers:null,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:s,fontPreloads:u,highImagePreloads:c,styles:d,bootstrapScripts:f,scripts:p,bulkPreloads:h,preloads:m,stylesToHoist:!1,generateStaticMarkup:t}}(t,r),u=U(0,null,0),c=1/0,d=void 0,f=function(){S=!0},p=void 0,h=void 0,m=void 0,F.current=_,v=[],(s=t_(i={destination:null,flushScheduled:!1,resumableState:i,renderState:s,rootFormatContext:u,progressiveChunkSize:void 0===c?12800:c,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:g=new Set,pingedTasks:v,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],trackedPostpones:null,onError:void 0===rs?tV:rs,onPostpone:void 0===m?tj:m,onAllReady:void 0===d?tj:d,onShellReady:void 0===f?tj:f,onShellError:void 0===p?tj:p,onFatalError:void 0===h?tj:h,formState:null},0,null,u,!1,!1)).parentFlushed=!0,l=tH(i,null,l,-1,null,s,null,g,null,u,ez,null,eY,null,!1),v.push(l),(e=i).flushScheduled=null!==e.destination,re(e),null===e.trackedPostpones&&t9(e,0===e.pendingRootTasks),function(e,t){try{var r=e.abortableTasks;if(0<r.size){var n=void 0===t?Error(o(432)):t;r.forEach(function(t){return function e(t,r,n){var a=t.blockedBoundary,o=t.blockedSegment;if(null!==o&&(o.status=3),null===a){if(a={},1!==r.status&&2!==r.status){if(null===(t=t.replay)){tG(r,n,a),tU(r,n);return}t.pendingTasks--,0===t.pendingTasks&&0<t.nodes.length&&(a=tG(r,n,a),t0(r,null,t.nodes,t.slots,n,a)),r.pendingRootTasks--,0===r.pendingRootTasks&&t7(r)}}else a.pendingTasks--,4!==a.status&&(a.status=4,t=tz(r,t.componentStack),t=tG(r,n,t),a.errorDigest=t,t6(r,a),a.parentFlushed&&r.clientRenderedBoundaries.push(a)),a.fallbackAbortableTasks.forEach(function(t){return e(t,r,n)}),a.fallbackAbortableTasks.clear();r.allPendingTasks--,0===r.allPendingTasks&&t5(r)}(t,e,n)}),r.clear()}null!==e.destination&&rl(e,e.destination)}catch(t){tG(e,t,{}),tU(e,t)}}(e,n),function(e,t){if(1===e.status)e.status=2,t.destroy(e.fatalError);else if(2!==e.status&&null===e.destination){e.destination=t;try{rl(e,t)}catch(t){tG(e,t,{}),tU(e,t)}}}(e,{push:function(e){return null!==e&&(b+=e),!0},destroy:function(e){C=!0,y=e}}),C&&y!==n)throw y;if(!S)throw Error(o(426));return b}t.renderToNodeStream=function(){throw Error(o(207))},t.renderToStaticMarkup=function(e,t){return ru(e,t,!0,'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},t.renderToStaticNodeStream=function(){throw Error(o(208))},t.renderToString=function(e,t){return ru(e,t,!1,'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server')},t.version="18.3.0-canary-14898b6a9-20240318"},6583:function(e,t,r){"use strict";var n=r(7653),a=r(3458);function o(e){var t="https://react.dev/errors/"+e;if(1<arguments.length){t+="?args[]="+encodeURIComponent(arguments[1]);for(var r=2;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r])}return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var l=Symbol.for("react.element"),i=Symbol.for("react.portal"),s=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),c=Symbol.for("react.profiler"),d=Symbol.for("react.provider"),f=Symbol.for("react.consumer"),p=Symbol.for("react.context"),h=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),v=Symbol.for("react.suspense_list"),g=Symbol.for("react.memo"),C=Symbol.for("react.lazy"),y=Symbol.for("react.scope"),b=Symbol.for("react.debug_trace_mode"),S=Symbol.for("react.offscreen"),x=Symbol.for("react.legacy_hidden"),w=Symbol.for("react.cache"),k=Symbol.iterator,E=Array.isArray;function M(e,t){var r=3&e.length,n=e.length-r,a=t;for(t=0;t<n;){var o=255&e.charCodeAt(t)|(255&e.charCodeAt(++t))<<8|(255&e.charCodeAt(++t))<<16|(255&e.charCodeAt(++t))<<24;++t,a^=o=461845907*(65535&(o=(o=3432918353*(65535&o)+((3432918353*(o>>>16)&65535)<<16)&4294967295)<<15|o>>>17))+((461845907*(o>>>16)&65535)<<16)&4294967295,a=(65535&(a=5*(65535&(a=a<<13|a>>>19))+((5*(a>>>16)&65535)<<16)&4294967295))+27492+(((a>>>16)+58964&65535)<<16)}switch(o=0,r){case 3:o^=(255&e.charCodeAt(t+2))<<16;case 2:o^=(255&e.charCodeAt(t+1))<<8;case 1:o^=255&e.charCodeAt(t),a^=461845907*(65535&(o=(o=3432918353*(65535&o)+((3432918353*(o>>>16)&65535)<<16)&4294967295)<<15|o>>>17))+((461845907*(o>>>16)&65535)<<16)&4294967295}return a^=e.length,a^=a>>>16,a=2246822507*(65535&a)+((2246822507*(a>>>16)&65535)<<16)&4294967295,a^=a>>>13,((a=3266489909*(65535&a)+((3266489909*(a>>>16)&65535)<<16)&4294967295)^a>>>16)>>>0}var I=null,R=0;function N(e,t){if(0!==t.byteLength){if(2048<t.byteLength)0<R&&(e.enqueue(new Uint8Array(I.buffer,0,R)),I=new Uint8Array(2048),R=0),e.enqueue(t);else{var r=I.length-R;r<t.byteLength&&(0===r?e.enqueue(I):(I.set(t.subarray(0,r),R),e.enqueue(I),t=t.subarray(r)),I=new Uint8Array(2048),R=0),I.set(t,R),R+=t.byteLength}}}function T(e,t){return N(e,t),!0}function L(e){I&&0<R&&(e.enqueue(new Uint8Array(I.buffer,0,R)),I=null,R=0)}var P=new TextEncoder;function O(e){return P.encode(e)}function A(e){return P.encode(e)}function V(e,t){"function"==typeof e.error?e.error(t):e.close()}var j=Object.assign,$=Object.prototype.hasOwnProperty,B=RegExp("^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),D={},H={};function F(e){return!!$.call(H,e)||!$.call(D,e)&&(B.test(e)?H[e]=!0:(D[e]=!0,!1))}var _=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" ")),Z=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),z=/["'&<>]/;function G(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=z.exec(e);if(t){var r,n="",a=0;for(r=t.index;r<e.length;r++){switch(e.charCodeAt(r)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#x27;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}a!==r&&(n+=e.slice(a,r)),a=r+1,n+=t}e=a!==r?n+e.slice(a,r):n}return e}var U=/([A-Z])/g,W=/^ms-/,K=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,J={pending:!1,data:null,method:null,action:null},q=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Dispatcher,Y={prefetchDNS:function(e){var t=ny||null;if(t){var r,n,a=t.resumableState,o=t.renderState;"string"==typeof e&&e&&(a.dnsResources.hasOwnProperty(e)||(a.dnsResources[e]=null,(n=(a=o.headers)&&0<a.remainingCapacity)&&(r="<"+(""+e).replace(rC,ry)+">; rel=dns-prefetch",n=2<=(a.remainingCapacity-=r.length)),n?(o.resets.dns[e]=null,a.preconnects&&(a.preconnects+=", "),a.preconnects+=r):(eF(r=[],{href:e,rel:"dns-prefetch"}),o.preconnects.add(r))),nQ(t))}},preconnect:function(e,t){var r=ny||null;if(r){var n=r.resumableState,a=r.renderState;if("string"==typeof e&&e){var o,l,i="use-credentials"===t?"credentials":"string"==typeof t?"anonymous":"default";n.connectResources[i].hasOwnProperty(e)||(n.connectResources[i][e]=null,(l=(n=a.headers)&&0<n.remainingCapacity)&&(l="<"+(""+e).replace(rC,ry)+">; rel=preconnect","string"==typeof t&&(l+='; crossorigin="'+(""+t).replace(rb,rS)+'"'),o=l,l=2<=(n.remainingCapacity-=o.length)),l?(a.resets.connect[i][e]=null,n.preconnects&&(n.preconnects+=", "),n.preconnects+=o):(eF(i=[],{rel:"preconnect",href:e,crossOrigin:t}),a.preconnects.add(i))),nQ(r)}}},preload:function(e,t,r){var n=ny||null;if(n){var a=n.resumableState,o=n.renderState;if(t&&e){switch(t){case"image":if(r)var l,i=r.imageSrcSet,s=r.imageSizes,u=r.fetchPriority;var c=i?i+"\n"+(s||""):e;if(a.imageResources.hasOwnProperty(c))return;a.imageResources[c]=X,(a=o.headers)&&0<a.remainingCapacity&&"high"===u&&(l=rg(e,t,r),2<=(a.remainingCapacity-=l.length))?(o.resets.image[c]=X,a.highImagePreloads&&(a.highImagePreloads+=", "),a.highImagePreloads+=l):(eF(a=[],j({rel:"preload",href:i?void 0:e,as:t},r)),"high"===u?o.highImagePreloads.add(a):(o.bulkPreloads.add(a),o.preloads.images.set(c,a)));break;case"style":if(a.styleResources.hasOwnProperty(e))return;eF(i=[],j({rel:"preload",href:e,as:t},r)),a.styleResources[e]=r&&("string"==typeof r.crossOrigin||"string"==typeof r.integrity)?[r.crossOrigin,r.integrity]:X,o.preloads.stylesheets.set(e,i),o.bulkPreloads.add(i);break;case"script":if(a.scriptResources.hasOwnProperty(e))return;i=[],o.preloads.scripts.set(e,i),o.bulkPreloads.add(i),eF(i,j({rel:"preload",href:e,as:t},r)),a.scriptResources[e]=r&&("string"==typeof r.crossOrigin||"string"==typeof r.integrity)?[r.crossOrigin,r.integrity]:X;break;default:if(a.unknownResources.hasOwnProperty(t)){if((i=a.unknownResources[t]).hasOwnProperty(e))return}else i={},a.unknownResources[t]=i;(i[e]=X,(a=o.headers)&&0<a.remainingCapacity&&"font"===t&&(c=rg(e,t,r),2<=(a.remainingCapacity-=c.length)))?(o.resets.font[e]=X,a.fontPreloads&&(a.fontPreloads+=", "),a.fontPreloads+=c):(eF(a=[],e=j({rel:"preload",href:e,as:t},r)),"font"===t)?o.fontPreloads.add(a):o.bulkPreloads.add(a)}nQ(n)}}},preloadModule:function(e,t){var r=ny||null;if(r){var n=r.resumableState,a=r.renderState;if(e){var o=t&&"string"==typeof t.as?t.as:"script";if("script"===o){if(n.moduleScriptResources.hasOwnProperty(e))return;o=[],n.moduleScriptResources[e]=t&&("string"==typeof t.crossOrigin||"string"==typeof t.integrity)?[t.crossOrigin,t.integrity]:X,a.preloads.moduleScripts.set(e,o)}else{if(n.moduleUnknownResources.hasOwnProperty(o)){var l=n.unknownResources[o];if(l.hasOwnProperty(e))return}else l={},n.moduleUnknownResources[o]=l;o=[],l[e]=X}eF(o,j({rel:"modulepreload",href:e},t)),a.bulkPreloads.add(o),nQ(r)}}},preinitStyle:function(e,t,r){var n=ny||null;if(n){var a=n.resumableState,o=n.renderState;if(e){t=t||"default";var l=o.styles.get(t),i=a.styleResources.hasOwnProperty(e)?a.styleResources[e]:void 0;null!==i&&(a.styleResources[e]=null,l||(l={precedence:O(G(t)),rules:[],hrefs:[],sheets:new Map},o.styles.set(t,l)),t={state:0,props:j({rel:"stylesheet",href:e,"data-precedence":t},r)},i&&(2===i.length&&rv(t.props,i),(o=o.preloads.stylesheets.get(e))&&0<o.length?o.length=0:t.state=1),l.sheets.set(e,t),nQ(n))}}},preinitScript:function(e,t){var r=ny||null;if(r){var n=r.resumableState,a=r.renderState;if(e){var o=n.scriptResources.hasOwnProperty(e)?n.scriptResources[e]:void 0;null!==o&&(n.scriptResources[e]=null,t=j({src:e,async:!0},t),o&&(2===o.length&&rv(t,o),e=a.preloads.scripts.get(e))&&(e.length=0),e=[],a.scripts.add(e),ez(e,t),nQ(r))}}},preinitModuleScript:function(e,t){var r=ny||null;if(r){var n=r.resumableState,a=r.renderState;if(e){var o=n.moduleScriptResources.hasOwnProperty(e)?n.moduleScriptResources[e]:void 0;null!==o&&(n.moduleScriptResources[e]=null,t=j({src:e,type:"module",async:!0},t),o&&(2===o.length&&rv(t,o),e=a.preloads.moduleScripts.get(e))&&(e.length=0),e=[],a.scripts.add(e),ez(e,t),nQ(r))}}}},X=[],Q=A('"></template>'),ee=A("<script>"),et=A("</script>"),er=A('<script src="'),en=A('<script type="module" src="'),ea=A('" nonce="'),eo=A('" integrity="'),el=A('" crossorigin="'),ei=A('" async=""></script>'),es=/(<\/|<)(s)(cript)/gi;function eu(e,t,r,n){return""+t+("s"===r?"\\u0073":"\\u0053")+n}var ec=A('<script type="importmap">'),ed=A("</script>");function ef(e,t,r){return{insertionMode:e,selectedValue:t,tagScope:r}}function ep(e,t,r){switch(t){case"noscript":return ef(2,null,1|e.tagScope);case"select":return ef(2,null!=r.value?r.value:r.defaultValue,e.tagScope);case"svg":return ef(3,null,e.tagScope);case"picture":return ef(2,null,2|e.tagScope);case"math":return ef(4,null,e.tagScope);case"foreignObject":return ef(2,null,e.tagScope);case"table":return ef(5,null,e.tagScope);case"thead":case"tbody":case"tfoot":return ef(6,null,e.tagScope);case"colgroup":return ef(8,null,e.tagScope);case"tr":return ef(7,null,e.tagScope)}return 5<=e.insertionMode?ef(2,null,e.tagScope):0===e.insertionMode?"html"===t?ef(1,null,e.tagScope):ef(2,null,e.tagScope):1===e.insertionMode?ef(2,null,e.tagScope):e}var eh=A("<!-- -->");function em(e,t,r,n){return""===t?n:(n&&e.push(eh),e.push(O(G(t))),!0)}var ev=new Map,eg=A(' style="'),eC=A(":"),ey=A(";");function eb(e,t){if("object"!=typeof t)throw Error(o(62));var r,n=!0;for(r in t)if($.call(t,r)){var a=t[r];if(null!=a&&"boolean"!=typeof a&&""!==a){if(0===r.indexOf("--")){var l=O(G(r));a=O(G((""+a).trim()))}else void 0===(l=ev.get(r))&&(l=A(G(r.replace(U,"-$1").toLowerCase().replace(W,"-ms-"))),ev.set(r,l)),a="number"==typeof a?0===a||_.has(r)?O(""+a):O(a+"px"):O(G((""+a).trim()));n?(n=!1,e.push(eg,l,eC,a)):e.push(ey,l,eC,a)}}n||e.push(ew)}var eS=A(" "),ex=A('="'),ew=A('"'),ek=A('=""');function eE(e,t,r){r&&"function"!=typeof r&&"symbol"!=typeof r&&e.push(eS,O(t),ek)}function eM(e,t,r){"function"!=typeof r&&"symbol"!=typeof r&&"boolean"!=typeof r&&e.push(eS,O(t),ex,O(G(r)),ew)}function eI(e){var t=e.nextFormID++;return e.idPrefix+t}var eR=A(G("javascript:throw new Error('React form unexpectedly submitted.')")),eN=A('<input type="hidden"');function eT(e,t){if(this.push(eN),"string"!=typeof e)throw Error(o(480));eM(this,"name",t),eM(this,"value",e),this.push(eA)}function eL(e,t,r,n,a,o,l,i){var s=null;return"function"==typeof n&&("function"==typeof n.$$FORM_ACTION?(a=eI(t),i=(t=n.$$FORM_ACTION(a)).name,n=t.action||"",a=t.encType,o=t.method,l=t.target,s=t.data):(e.push(eS,O("formAction"),ex,eR,ew),l=o=a=n=i=null,eB(t,r))),null!=i&&eP(e,"name",i),null!=n&&eP(e,"formAction",n),null!=a&&eP(e,"formEncType",a),null!=o&&eP(e,"formMethod",o),null!=l&&eP(e,"formTarget",l),s}function eP(e,t,r){switch(t){case"className":eM(e,"class",r);break;case"tabIndex":eM(e,"tabindex",r);break;case"dir":case"role":case"viewBox":case"width":case"height":eM(e,t,r);break;case"style":eb(e,r);break;case"src":case"href":case"action":case"formAction":if(null==r||"function"==typeof r||"symbol"==typeof r||"boolean"==typeof r)break;r=""+r,e.push(eS,O(t),ex,O(G(r)),ew);break;case"defaultValue":case"defaultChecked":case"innerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;case"autoFocus":case"multiple":case"muted":eE(e,t.toLowerCase(),r);break;case"xlinkHref":if("function"==typeof r||"symbol"==typeof r||"boolean"==typeof r)break;r=""+r,e.push(eS,O("xlink:href"),ex,O(G(r)),ew);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":"function"!=typeof r&&"symbol"!=typeof r&&e.push(eS,O(t),ex,O(G(r)),ew);break;case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":r&&"function"!=typeof r&&"symbol"!=typeof r&&e.push(eS,O(t),ek);break;case"capture":case"download":!0===r?e.push(eS,O(t),ek):!1!==r&&"function"!=typeof r&&"symbol"!=typeof r&&e.push(eS,O(t),ex,O(G(r)),ew);break;case"cols":case"rows":case"size":case"span":"function"!=typeof r&&"symbol"!=typeof r&&!isNaN(r)&&1<=r&&e.push(eS,O(t),ex,O(G(r)),ew);break;case"rowSpan":case"start":"function"==typeof r||"symbol"==typeof r||isNaN(r)||e.push(eS,O(t),ex,O(G(r)),ew);break;case"xlinkActuate":eM(e,"xlink:actuate",r);break;case"xlinkArcrole":eM(e,"xlink:arcrole",r);break;case"xlinkRole":eM(e,"xlink:role",r);break;case"xlinkShow":eM(e,"xlink:show",r);break;case"xlinkTitle":eM(e,"xlink:title",r);break;case"xlinkType":eM(e,"xlink:type",r);break;case"xmlBase":eM(e,"xml:base",r);break;case"xmlLang":eM(e,"xml:lang",r);break;case"xmlSpace":eM(e,"xml:space",r);break;default:if((!(2<t.length)||"o"!==t[0]&&"O"!==t[0]||"n"!==t[1]&&"N"!==t[1])&&F(t=Z.get(t)||t)){switch(typeof r){case"function":case"symbol":return;case"boolean":var n=t.toLowerCase().slice(0,5);if("data-"!==n&&"aria-"!==n)return}e.push(eS,O(t),ex,O(G(r)),ew)}}}var eO=A(">"),eA=A("/>");function eV(e,t,r){if(null!=t){if(null!=r)throw Error(o(60));if("object"!=typeof t||!("__html"in t))throw Error(o(61));null!=(t=t.__html)&&e.push(O(""+t))}}var ej=A(' selected=""'),e$=A('addEventListener("submit",function(a){if(!a.defaultPrevented){var c=a.target,d=a.submitter,e=c.action,b=d;if(d){var f=d.getAttribute("formAction");null!=f&&(e=f,b=null)}"javascript:throw new Error(\'React form unexpectedly submitted.\')"===e&&(a.preventDefault(),b?(a=document.createElement("input"),a.name=b.name,a.value=b.value,b.parentNode.insertBefore(a,b),b=new FormData(c),a.parentNode.removeChild(a)):b=new FormData(c),a=c.ownerDocument||c,(a.$$reactFormReplay=a.$$reactFormReplay||[]).push(c,d,b))}});');function eB(e,t){0!=(16&e.instructions)||t.externalRuntimeScript||(e.instructions|=16,t.bootstrapChunks.unshift(t.startInlineScript,e$,et))}var eD=A("<!--F!-->"),eH=A("<!--F-->");function eF(e,t){for(var r in e.push(eJ("link")),t)if($.call(t,r)){var n=t[r];if(null!=n)switch(r){case"children":case"dangerouslySetInnerHTML":throw Error(o(399,"link"));default:eP(e,r,n)}}return e.push(eA),null}function e_(e,t,r){for(var n in e.push(eJ(r)),t)if($.call(t,n)){var a=t[n];if(null!=a)switch(n){case"children":case"dangerouslySetInnerHTML":throw Error(o(399,r));default:eP(e,n,a)}}return e.push(eA),null}function eZ(e,t){e.push(eJ("title"));var r,n=null,a=null;for(r in t)if($.call(t,r)){var o=t[r];if(null!=o)switch(r){case"children":n=o;break;case"dangerouslySetInnerHTML":a=o;break;default:eP(e,r,o)}}return e.push(eO),"function"!=typeof(t=Array.isArray(n)?2>n.length?n[0]:null:n)&&"symbol"!=typeof t&&null!=t&&e.push(O(G(""+t))),eV(e,a,n),e.push(eX("title")),null}function ez(e,t){e.push(eJ("script"));var r,n=null,a=null;for(r in t)if($.call(t,r)){var o=t[r];if(null!=o)switch(r){case"children":n=o;break;case"dangerouslySetInnerHTML":a=o;break;default:eP(e,r,o)}}return e.push(eO),eV(e,a,n),"string"==typeof n&&e.push(O(G(n))),e.push(eX("script")),null}function eG(e,t,r){e.push(eJ(r));var n,a=r=null;for(n in t)if($.call(t,n)){var o=t[n];if(null!=o)switch(n){case"children":r=o;break;case"dangerouslySetInnerHTML":a=o;break;default:eP(e,n,o)}}return e.push(eO),eV(e,a,r),"string"==typeof r?(e.push(O(G(r))),null):r}var eU=A("\n"),eW=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,eK=new Map;function eJ(e){var t=eK.get(e);if(void 0===t){if(!eW.test(e))throw Error(o(65,e));t=A("<"+e),eK.set(e,t)}return t}var eq=A("<!DOCTYPE html>"),eY=new Map;function eX(e){var t=eY.get(e);return void 0===t&&(t=A("</"+e+">"),eY.set(e,t)),t}function eQ(e,t){t=t.bootstrapChunks;for(var r=0;r<t.length-1;r++)N(e,t[r]);return!(r<t.length)||(r=t[r],t.length=0,T(e,r))}var e1=A('<template id="'),e6=A('"></template>'),e3=A("<!--$-->"),e2=A('<!--$?--><template id="'),e0=A('"></template>'),e9=A("<!--$!-->"),e7=A("<!--/$-->"),e5=A("<template"),e4=A('"'),e8=A(' data-dgst="');A(' data-msg="'),A(' data-stck="');var te=A("></template>");function tt(e,t,r){if(N(e,e2),null===r)throw Error(o(395));return N(e,t.boundaryPrefix),N(e,O(r.toString(16))),T(e,e0)}var tr=A('<div hidden id="'),tn=A('">'),ta=A("</div>"),to=A('<svg aria-hidden="true" style="display:none" id="'),tl=A('">'),ti=A("</svg>"),ts=A('<math aria-hidden="true" style="display:none" id="'),tu=A('">'),tc=A("</math>"),td=A('<table hidden id="'),tf=A('">'),tp=A("</table>"),th=A('<table hidden><tbody id="'),tm=A('">'),tv=A("</tbody></table>"),tg=A('<table hidden><tr id="'),tC=A('">'),ty=A("</tr></table>"),tb=A('<table hidden><colgroup id="'),tS=A('">'),tx=A("</colgroup></table>"),tw=A('$RS=function(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'),tk=A('$RS("'),tE=A('","'),tM=A('")</script>'),tI=A('<template data-rsi="" data-sid="'),tR=A('" data-pid="'),tN=A('$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("'),tT=A('$RC("'),tL=A('$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RM=new Map;\n$RR=function(r,t,w){for(var u=$RC,n=$RM,p=new Map,q=document,g,b,h=q.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&n.set(b.getAttribute("href"),b),p.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var f=w[b++];if(!f){k=!1;b=0;continue}var c=!1,m=0;var d=f[m++];if(a=n.get(d)){var e=a._p;c=!0}else{a=q.createElement("link");a.href=d;a.rel="stylesheet";for(a.dataset.precedence=\nl=f[m++];e=f[m++];)a.setAttribute(e,f[m++]);e=a._p=new Promise(function(x,y){a.onload=x;a.onerror=y});n.set(d,a)}d=a.getAttribute("media");!e||"l"===e.s||d&&!matchMedia(d).matches||h.push(e);if(c)continue}else{a=v[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=p.get(l)||g;c===g&&(g=a);p.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=q.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(u.bind(null,r,t,""),u.bind(null,r,t,"Resource failed to load"))};$RR("'),tP=A('$RM=new Map;\n$RR=function(r,t,w){for(var u=$RC,n=$RM,p=new Map,q=document,g,b,h=q.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&n.set(b.getAttribute("href"),b),p.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var f=w[b++];if(!f){k=!1;b=0;continue}var c=!1,m=0;var d=f[m++];if(a=n.get(d)){var e=a._p;c=!0}else{a=q.createElement("link");a.href=d;a.rel="stylesheet";for(a.dataset.precedence=\nl=f[m++];e=f[m++];)a.setAttribute(e,f[m++]);e=a._p=new Promise(function(x,y){a.onload=x;a.onerror=y});n.set(d,a)}d=a.getAttribute("media");!e||"l"===e.s||d&&!matchMedia(d).matches||h.push(e);if(c)continue}else{a=v[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=p.get(l)||g;c===g&&(g=a);p.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=q.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(u.bind(null,r,t,""),u.bind(null,r,t,"Resource failed to load"))};$RR("'),tO=A('$RR("'),tA=A('","'),tV=A('",'),tj=A('"'),t$=A(")</script>"),tB=A('<template data-rci="" data-bid="'),tD=A('<template data-rri="" data-bid="'),tH=A('" data-sid="'),tF=A('" data-sty="'),t_=A('$RX=function(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};;$RX("'),tZ=A('$RX("'),tz=A('"'),tG=A(","),tU=A(")</script>"),tW=A('<template data-rxi="" data-bid="'),tK=A('" data-dgst="'),tJ=A('" data-msg="'),tq=A('" data-stck="'),tY=/[<\u2028\u2029]/g;function tX(e){return JSON.stringify(e).replace(tY,function(e){switch(e){case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var tQ=/[&><\u2028\u2029]/g;function t1(e){return JSON.stringify(e).replace(tQ,function(e){switch(e){case"&":return"\\u0026";case">":return"\\u003e";case"<":return"\\u003c";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:throw Error("escapeJSObjectForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}})}var t6=A('<style media="not all" data-precedence="'),t3=A('" data-href="'),t2=A('">'),t0=A("</style>"),t9=!1,t7=!0;function t5(e){var t=e.rules,r=e.hrefs,n=0;if(r.length){for(N(this,t6),N(this,e.precedence),N(this,t3);n<r.length-1;n++)N(this,r[n]),N(this,ro);for(N(this,r[n]),N(this,t2),n=0;n<t.length;n++)N(this,t[n]);t7=T(this,t0),t9=!0,t.length=0,r.length=0}}function t4(e){return 2!==e.state&&(t9=!0)}function t8(e,t,r){return t9=!1,t7=!0,t.styles.forEach(t5,e),t.stylesheets.forEach(t4),t9&&(r.stylesToHoist=!0),t7}function re(e){for(var t=0;t<e.length;t++)N(this,e[t]);e.length=0}var rt=[];function rr(e){eF(rt,e.props);for(var t=0;t<rt.length;t++)N(this,rt[t]);rt.length=0,e.state=2}var rn=A('<style data-precedence="'),ra=A('" data-href="'),ro=A(" "),rl=A('">'),ri=A("</style>");function rs(e){var t=0<e.sheets.size;e.sheets.forEach(rr,this),e.sheets.clear();var r=e.rules,n=e.hrefs;if(!t||n.length){if(N(this,rn),N(this,e.precedence),e=0,n.length){for(N(this,ra);e<n.length-1;e++)N(this,n[e]),N(this,ro);N(this,n[e])}for(N(this,rl),e=0;e<r.length;e++)N(this,r[e]);N(this,ri),r.length=0,n.length=0}}function ru(e){if(0===e.state){e.state=1;var t=e.props;for(eF(rt,{rel:"preload",as:"style",href:e.props.href,crossOrigin:t.crossOrigin,fetchPriority:t.fetchPriority,integrity:t.integrity,media:t.media,hrefLang:t.hrefLang,referrerPolicy:t.referrerPolicy}),e=0;e<rt.length;e++)N(this,rt[e]);rt.length=0}}function rc(e){e.sheets.forEach(ru,this),e.sheets.clear()}var rd=A("["),rf=A(",["),rp=A(","),rh=A("]");function rm(){return{styles:new Set,stylesheets:new Set}}function rv(e,t){null==e.crossOrigin&&(e.crossOrigin=t[0]),null==e.integrity&&(e.integrity=t[1])}function rg(e,t,r){for(var n in t="<"+(e=(""+e).replace(rC,ry))+'>; rel=preload; as="'+(t=(""+t).replace(rb,rS))+'"',r)$.call(r,n)&&"string"==typeof(e=r[n])&&(t+="; "+n.toLowerCase()+'="'+(""+e).replace(rb,rS)+'"');return t}var rC=/[<>\r\n]/g;function ry(e){switch(e){case"<":return"%3C";case">":return"%3E";case"\n":return"%0A";case"\r":return"%0D";default:throw Error("escapeLinkHrefForHeaderContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}var rb=/["';,\r\n]/g;function rS(e){switch(e){case'"':return"%22";case"'":return"%27";case";":return"%3B";case",":return"%2C";case"\n":return"%0A";case"\r":return"%0D";default:throw Error("escapeStringForLinkHeaderQuotedParamValueContextReplacer encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React")}}function rx(e){this.styles.add(e)}function rw(e){this.stylesheets.add(e)}var rk=Symbol.for("react.client.reference");function rE(e){if(null==e)return null;if("function"==typeof e)return e.$$typeof===rk?null:e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case s:return"Fragment";case i:return"Portal";case c:return"Profiler";case u:return"StrictMode";case m:return"Suspense";case v:return"SuspenseList";case w:return"Cache"}if("object"==typeof e)switch(e.$$typeof){case d:return(e._context.displayName||"Context")+".Provider";case p:return(e.displayName||"Context")+".Consumer";case h:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case g:return null!==(t=e.displayName||null)?t:rE(e.type)||"Memo";case C:t=e._payload,e=e._init;try{return rE(e(t))}catch(e){}}return null}var rM={};function rI(e,t){if(!(e=e.contextTypes))return rM;var r,n={};for(r in e)n[r]=t[r];return n}var rR=null;function rN(e,t){if(e!==t){e.context._currentValue=e.parentValue,e=e.parent;var r=t.parent;if(null===e){if(null!==r)throw Error(o(401))}else{if(null===r)throw Error(o(401));rN(e,r)}t.context._currentValue=t.value}}function rT(e){var t=rR;t!==e&&(null===t?function e(t){var r=t.parent;null!==r&&e(r),t.context._currentValue=t.value}(e):null===e?function e(t){t.context._currentValue=t.parentValue,null!==(t=t.parent)&&e(t)}(t):t.depth===e.depth?rN(t,e):t.depth>e.depth?function e(t,r){if(t.context._currentValue=t.parentValue,null===(t=t.parent))throw Error(o(402));t.depth===r.depth?rN(t,r):e(t,r)}(t,e):function e(t,r){var n=r.parent;if(null===n)throw Error(o(402));t.depth===n.depth?rN(t,n):e(t,n),r.context._currentValue=r.value}(t,e),rR=e)}var rL={isMounted:function(){return!1},enqueueSetState:function(e,t){null!==(e=e._reactInternals).queue&&e.queue.push(t)},enqueueReplaceState:function(e,t){(e=e._reactInternals).replace=!0,e.queue=[t]},enqueueForceUpdate:function(){}};function rP(e,t,r,n){var a=void 0!==e.state?e.state:null;e.updater=rL,e.props=r,e.state=a;var o={queue:[],replace:!1};e._reactInternals=o;var l=t.contextType;if(e.context="object"==typeof l&&null!==l?l._currentValue:n,"function"==typeof(l=t.getDerivedStateFromProps)&&(a=null==(l=l(r,a))?a:j({},a,l),e.state=a),"function"!=typeof t.getDerivedStateFromProps&&"function"!=typeof e.getSnapshotBeforeUpdate&&("function"==typeof e.UNSAFE_componentWillMount||"function"==typeof e.componentWillMount)){if(t=e.state,"function"==typeof e.componentWillMount&&e.componentWillMount(),"function"==typeof e.UNSAFE_componentWillMount&&e.UNSAFE_componentWillMount(),t!==e.state&&rL.enqueueReplaceState(e,e.state,null),null!==o.queue&&0<o.queue.length){if(t=o.queue,l=o.replace,o.queue=null,o.replace=!1,l&&1===t.length)e.state=t[0];else{for(o=l?t[0]:e.state,a=!0,l=l?1:0;l<t.length;l++){var i=t[l];null!=(i="function"==typeof i?i.call(e,o,r,n):i)&&(a?(a=!1,o=j({},o,i)):j(o,i))}e.state=o}}else o.queue=null}}var rO={id:1,overflow:""};function rA(e,t,r){var n=e.id;e=e.overflow;var a=32-rV(n)-1;n&=~(1<<a),r+=1;var o=32-rV(t)+a;if(30<o){var l=a-a%5;return o=(n&(1<<l)-1).toString(32),n>>=l,a-=l,{id:1<<32-rV(t)+a|r<<a|n,overflow:o+e}}return{id:1<<o|r<<a|n,overflow:e}}var rV=Math.clz32?Math.clz32:function(e){return 0==(e>>>=0)?32:31-(rj(e)/r$|0)|0},rj=Math.log,r$=Math.LN2,rB=Error(o(460));function rD(){}var rH=null;function rF(){if(null===rH)throw Error(o(459));var e=rH;return rH=null,e}var r_="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},rZ=null,rz=null,rG=null,rU=null,rW=null,rK=null,rJ=!1,rq=!1,rY=0,rX=0,rQ=-1,r1=0,r6=null,r3=null,r2=0;function r0(){if(null===rZ)throw Error(o(321));return rZ}function r9(){if(0<r2)throw Error(o(312));return{memoizedState:null,queue:null,next:null}}function r7(){return null===rK?null===rW?(rJ=!1,rW=rK=r9()):(rJ=!0,rK=rW):null===rK.next?(rJ=!1,rK=rK.next=r9()):(rJ=!0,rK=rK.next),rK}function r5(){var e=r6;return r6=null,e}function r4(){rU=rG=rz=rZ=null,rq=!1,rW=null,r2=0,rK=r3=null}function r8(e,t){return"function"==typeof t?t(e):t}function ne(e,t,r){if(rZ=r0(),rK=r7(),rJ){var n=rK.queue;if(t=n.dispatch,null!==r3&&void 0!==(r=r3.get(n))){r3.delete(n),n=rK.memoizedState;do n=e(n,r.action),r=r.next;while(null!==r);return rK.memoizedState=n,[n,t]}return[rK.memoizedState,t]}return e=e===r8?"function"==typeof t?t():t:void 0!==r?r(t):t,rK.memoizedState=e,e=(e=rK.queue={last:null,dispatch:null}).dispatch=nr.bind(null,rZ,e),[rK.memoizedState,e]}function nt(e,t){if(rZ=r0(),rK=r7(),t=void 0===t?null:t,null!==rK){var r=rK.memoizedState;if(null!==r&&null!==t){var n=r[1];e:if(null===n)n=!1;else{for(var a=0;a<n.length&&a<t.length;a++)if(!r_(t[a],n[a])){n=!1;break e}n=!0}if(n)return r[0]}}return e=e(),rK.memoizedState=[e,t],e}function nr(e,t,r){if(25<=r2)throw Error(o(301));if(e===rZ){if(rq=!0,e={action:r,next:null},null===r3&&(r3=new Map),void 0===(r=r3.get(t)))r3.set(t,e);else{for(t=r;null!==t.next;)t=t.next;t.next=e}}}function nn(){throw Error(o(394))}function na(){throw Error(o(479))}function no(e){var t=r1;return r1+=1,null===r6&&(r6=[]),function(e,t,r){switch(void 0===(r=e[r])?e.push(t):r!==t&&(t.then(rD,rD),t=r),t.status){case"fulfilled":return t.value;case"rejected":throw t.reason;default:if("string"!=typeof t.status)switch((e=t).status="pending",e.then(function(e){if("pending"===t.status){var r=t;r.status="fulfilled",r.value=e}},function(e){if("pending"===t.status){var r=t;r.status="rejected",r.reason=e}}),t.status){case"fulfilled":return t.value;case"rejected":throw t.reason}throw rH=t,rB}}(r6,e,t)}function nl(){throw Error(o(393))}function ni(){}var ns,nu={readContext:function(e){return e._currentValue},use:function(e){if(null!==e&&"object"==typeof e){if("function"==typeof e.then)return no(e);if(e.$$typeof===p)return e._currentValue}throw Error(o(438,String(e)))},useContext:function(e){return r0(),e._currentValue},useMemo:nt,useReducer:ne,useRef:function(e){rZ=r0();var t=(rK=r7()).memoizedState;return null===t?(e={current:e},rK.memoizedState=e):t},useState:function(e){return ne(r8,e)},useInsertionEffect:ni,useLayoutEffect:ni,useCallback:function(e,t){return nt(function(){return e},t)},useImperativeHandle:ni,useEffect:ni,useDebugValue:ni,useDeferredValue:function(e){return r0(),e},useTransition:function(){return r0(),[!1,nn]},useId:function(){var e=rz.treeContext,t=e.overflow;e=((e=e.id)&~(1<<32-rV(e)-1)).toString(32)+t;var r=nc;if(null===r)throw Error(o(404));return t=rY++,e=":"+r.idPrefix+"R"+e,0<t&&(e+="H"+t.toString(32)),e+":"},useSyncExternalStore:function(e,t,r){if(void 0===r)throw Error(o(407));return r()},useCacheRefresh:function(){return nl},useHostTransitionStatus:function(){return r0(),J},useOptimistic:function(e){return r0(),[e,na]},useFormState:function(e,t,r){r0();var n=rX++,a=rG;if("function"==typeof e.$$FORM_ACTION){var o=null,l=rU;a=a.formState;var i=e.$$IS_SIGNATURE_EQUAL;if(null!==a&&"function"==typeof i){var s=a[1];i.call(e,a[2],a[3])&&s===(o=void 0!==r?"p"+r:"k"+M(JSON.stringify([l,null,n]),0))&&(rQ=n,t=a[0])}var u=e.bind(null,t);return e=function(e){u(e)},"function"==typeof u.$$FORM_ACTION&&(e.$$FORM_ACTION=function(e){e=u.$$FORM_ACTION(e),void 0!==r&&(r+="",e.action=r);var t=e.data;return t&&(null===o&&(o=void 0!==r?"p"+r:"k"+M(JSON.stringify([l,null,n]),0)),t.append("$ACTION_KEY",o)),e}),[t,e]}var c=e.bind(null,t);return[t,function(e){c(e)}]}},nc=null,nd={getCacheSignal:function(){throw Error(o(248))},getCacheForType:function(){throw Error(o(248))}};function nf(e){if(void 0===ns)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);ns=t&&t[1]||""}return"\n"+ns+e}var np=!1;function nh(e,t){if(!e||np)return"";np=!0;var r=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var n={DetermineComponentFrameRoot:function(){try{if(t){var r=function(){throw Error()};if(Object.defineProperty(r.prototype,"props",{set:function(){throw Error()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(r,[])}catch(e){var n=e}Reflect.construct(e,[],r)}else{try{r.call()}catch(e){n=e}e.call(r.prototype)}}else{try{throw Error()}catch(e){n=e}(r=e())&&"function"==typeof r.catch&&r.catch(function(){})}}catch(e){if(e&&n&&"string"==typeof e.stack)return[e.stack,n.stack]}return[null,null]}};n.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var a=Object.getOwnPropertyDescriptor(n.DetermineComponentFrameRoot,"name");a&&a.configurable&&Object.defineProperty(n.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});try{var o=n.DetermineComponentFrameRoot(),l=o[0],i=o[1];if(l&&i){var s=l.split("\n"),u=i.split("\n");for(a=n=0;n<s.length&&!s[n].includes("DetermineComponentFrameRoot");)n++;for(;a<u.length&&!u[a].includes("DetermineComponentFrameRoot");)a++;if(n===s.length||a===u.length)for(n=s.length-1,a=u.length-1;1<=n&&0<=a&&s[n]!==u[a];)a--;for(;1<=n&&0<=a;n--,a--)if(s[n]!==u[a]){if(1!==n||1!==a)do if(n--,a--,0>a||s[n]!==u[a]){var c="\n"+s[n].replace(" at new "," at ");return e.displayName&&c.includes("<anonymous>")&&(c=c.replace("<anonymous>",e.displayName)),c}while(1<=n&&0<=a);break}}}finally{np=!1,Error.prepareStackTrace=r}return(r=e?e.displayName||e.name:"")?nf(r):""}var nm=K.ReactCurrentDispatcher,nv=K.ReactCurrentCache;function ng(e){return console.error(e),null}function nC(){}var ny=null;function nb(e,t){e.pingedTasks.push(t),1===e.pingedTasks.length&&(e.flushScheduled=null!==e.destination,nU(e))}function nS(e,t){return{status:0,rootSegmentID:-1,parentFlushed:!1,pendingTasks:0,completedSegments:[],byteSize:0,fallbackAbortableTasks:t,errorDigest:null,contentState:rm(),fallbackState:rm(),trackedContentKeyPath:null,trackedFallbackNode:null}}function nx(e,t,r,n,a,o,l,i,s,u,c,d,f,p,h){e.allPendingTasks++,null===a?e.pendingRootTasks++:a.pendingTasks++;var m={replay:null,node:r,childIndex:n,ping:function(){return nb(e,m)},blockedBoundary:a,blockedSegment:o,hoistableState:l,abortSet:i,keyPath:s,formatContext:u,legacyContext:c,context:d,treeContext:f,componentStack:p,thenableState:t,isFallback:h};return i.add(m),m}function nw(e,t,r,n,a,o,l,i,s,u,c,d,f,p,h){e.allPendingTasks++,null===o?e.pendingRootTasks++:o.pendingTasks++,r.pendingTasks++;var m={replay:r,node:n,childIndex:a,ping:function(){return nb(e,m)},blockedBoundary:o,blockedSegment:null,hoistableState:l,abortSet:i,keyPath:s,formatContext:u,legacyContext:c,context:d,treeContext:f,componentStack:p,thenableState:t,isFallback:h};return i.add(m),m}function nk(e,t,r,n,a,o){return{status:0,id:-1,index:t,parentFlushed:!1,chunks:[],children:[],parentFormatContext:n,boundary:r,lastPushedText:a,textEmbedded:o}}function nE(e,t){return{tag:0,parent:e.componentStack,type:t}}function nM(e,t){if(t&&null!==e.trackedPostpones){try{e="";do{switch(t.tag){case 0:e+=nf(t.type,null);break;case 1:e+=nh(t.type,!1);break;case 2:e+=nh(t.type,!0)}t=t.parent}while(t);var r=e}catch(e){r="\nError generating stack: "+e.message+"\n"+e.stack}r={componentStack:r}}else r={};return r}function nI(e,t,r){if(null==(e=e.onError(t,r))||"string"==typeof e)return e}function nR(e,t){var r=e.onShellError;r(t),(r=e.onFatalError)(t),null!==e.destination?(e.status=2,V(e.destination,t)):(e.status=1,e.fatalError=t)}function nN(e,t,r,n,a,o){var l=t.thenableState;for(t.thenableState=null,rZ={},rz=t,rG=e,rU=r,rX=rY=0,rQ=-1,r1=0,r6=l,e=n(a,o);rq;)rq=!1,rX=rY=0,rQ=-1,r1=0,r2+=1,rK=null,e=n(a,o);return r4(),e}function nT(e,t,r,n,a){var l=n.render(),i=a.childContextTypes;if(null!=i){if(r=t.legacyContext,"function"!=typeof n.getChildContext)a=r;else{for(var s in n=n.getChildContext())if(!(s in i))throw Error(o(108,rE(a)||"Unknown",s));a=j({},r,n)}t.legacyContext=a,nV(e,t,l,-1),t.legacyContext=r}else a=t.keyPath,t.keyPath=r,nV(e,t,l,-1),t.keyPath=a}function nL(e,t,r,n,a,o,l){var i=!1;if(0!==o&&null!==e.formState){var s=t.blockedSegment;if(null!==s){i=!0,s=s.chunks;for(var u=0;u<o;u++)u===l?s.push(eD):s.push(eH)}}o=t.keyPath,t.keyPath=r,a?(r=t.treeContext,t.treeContext=rA(r,1,0),nB(e,t,n,-1),t.treeContext=r):i?nB(e,t,n,-1):nV(e,t,n,-1),t.keyPath=o}function nP(e,t){if(e&&e.defaultProps)for(var r in t=j({},t),e=e.defaultProps)void 0===t[r]&&(t[r]=e[r]);return t}function nO(e,t,r,a,l,i){if("function"==typeof a){if(a.prototype&&a.prototype.isReactComponent){i=t.componentStack,t.componentStack={tag:2,parent:t.componentStack,type:a};var w=rI(a,t.legacyContext),k=a.contextType;rP(k=new a(l,"object"==typeof k&&null!==k?k._currentValue:w),a,l,w),nT(e,t,r,k,a),t.componentStack=i}else{i=rI(a,t.legacyContext),w=t.componentStack,t.componentStack={tag:1,parent:t.componentStack,type:a},k=nN(e,t,r,a,l,i);var M=0!==rY,I=rX,R=rQ;"object"==typeof k&&null!==k&&"function"==typeof k.render&&void 0===k.$$typeof?(rP(k,a,l,i),nT(e,t,r,k,a)):nL(e,t,r,k,M,I,R),t.componentStack=w}}else if("string"==typeof a){if(i=t.componentStack,t.componentStack=nE(t,a),null===(w=t.blockedSegment))w=l.children,k=t.formatContext,M=t.keyPath,t.formatContext=ep(k,a,l),t.keyPath=r,nB(e,t,w,-1),t.formatContext=k,t.keyPath=M;else{M=function(e,t,r,a,l,i,s,u,c){switch(t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":break;case"select":e.push(eJ("select"));var d,f=null,p=null;for(d in r)if($.call(r,d)){var h=r[d];if(null!=h)switch(d){case"children":f=h;break;case"dangerouslySetInnerHTML":p=h;break;case"defaultValue":case"value":break;default:eP(e,d,h)}}return e.push(eO),eV(e,p,f),f;case"option":var m=s.selectedValue;e.push(eJ("option"));var v,g=null,C=null,y=null,b=null;for(v in r)if($.call(r,v)){var S=r[v];if(null!=S)switch(v){case"children":g=S;break;case"selected":y=S;break;case"dangerouslySetInnerHTML":b=S;break;case"value":C=S;default:eP(e,v,S)}}if(null!=m){var x,w,k=null!==C?""+C:(x=g,w="",n.Children.forEach(x,function(e){null!=e&&(w+=e)}),w);if(E(m)){for(var M=0;M<m.length;M++)if(""+m[M]===k){e.push(ej);break}}else""+m===k&&e.push(ej)}else y&&e.push(ej);return e.push(eO),eV(e,b,g),g;case"textarea":e.push(eJ("textarea"));var I,R=null,N=null,T=null;for(I in r)if($.call(r,I)){var L=r[I];if(null!=L)switch(I){case"children":T=L;break;case"value":R=L;break;case"defaultValue":N=L;break;case"dangerouslySetInnerHTML":throw Error(o(91));default:eP(e,I,L)}}if(null===R&&null!==N&&(R=N),e.push(eO),null!=T){if(null!=R)throw Error(o(92));if(E(T)){if(1<T.length)throw Error(o(93));R=""+T[0]}R=""+T}return"string"==typeof R&&"\n"===R[0]&&e.push(eU),null!==R&&e.push(O(G(""+R))),null;case"input":e.push(eJ("input"));var P,A=null,V=null,B=null,D=null,H=null,_=null,Z=null,z=null,U=null;for(P in r)if($.call(r,P)){var W=r[P];if(null!=W)switch(P){case"children":case"dangerouslySetInnerHTML":throw Error(o(399,"input"));case"name":A=W;break;case"formAction":V=W;break;case"formEncType":B=W;break;case"formMethod":D=W;break;case"formTarget":H=W;break;case"defaultChecked":U=W;break;case"defaultValue":Z=W;break;case"checked":z=W;break;case"value":_=W;break;default:eP(e,P,W)}}var K=eL(e,a,l,V,B,D,H,A);return null!==z?eE(e,"checked",z):null!==U&&eE(e,"checked",U),null!==_?eP(e,"value",_):null!==Z&&eP(e,"value",Z),e.push(eA),null!==K&&K.forEach(eT,e),null;case"button":e.push(eJ("button"));var J,q=null,Y=null,Q=null,ee=null,et=null,er=null,en=null;for(J in r)if($.call(r,J)){var ea=r[J];if(null!=ea)switch(J){case"children":q=ea;break;case"dangerouslySetInnerHTML":Y=ea;break;case"name":Q=ea;break;case"formAction":ee=ea;break;case"formEncType":et=ea;break;case"formMethod":er=ea;break;case"formTarget":en=ea;break;default:eP(e,J,ea)}}var eo=eL(e,a,l,ee,et,er,en,Q);if(e.push(eO),null!==eo&&eo.forEach(eT,e),eV(e,Y,q),"string"==typeof q){e.push(O(G(q)));var el=null}else el=q;return el;case"form":e.push(eJ("form"));var ei,es=null,eu=null,ec=null,ed=null,ef=null,ep=null;for(ei in r)if($.call(r,ei)){var em=r[ei];if(null!=em)switch(ei){case"children":es=em;break;case"dangerouslySetInnerHTML":eu=em;break;case"action":ec=em;break;case"encType":ed=em;break;case"method":ef=em;break;case"target":ep=em;break;default:eP(e,ei,em)}}var ev=null,eg=null;if("function"==typeof ec){if("function"==typeof ec.$$FORM_ACTION){var eC=eI(a),ey=ec.$$FORM_ACTION(eC);ec=ey.action||"",ed=ey.encType,ef=ey.method,ep=ey.target,ev=ey.data,eg=ey.name}else e.push(eS,O("action"),ex,eR,ew),ep=ef=ed=ec=null,eB(a,l)}if(null!=ec&&eP(e,"action",ec),null!=ed&&eP(e,"encType",ed),null!=ef&&eP(e,"method",ef),null!=ep&&eP(e,"target",ep),e.push(eO),null!==eg&&(e.push(eN),eM(e,"name",eg),e.push(eA),null!==ev&&ev.forEach(eT,e)),eV(e,eu,es),"string"==typeof es){e.push(O(G(es)));var ek=null}else ek=es;return ek;case"menuitem":for(var e$ in e.push(eJ("menuitem")),r)if($.call(r,e$)){var eD=r[e$];if(null!=eD)switch(e$){case"children":case"dangerouslySetInnerHTML":throw Error(o(400));default:eP(e,e$,eD)}}return e.push(eO),null;case"title":if(3===s.insertionMode||1&s.tagScope||null!=r.itemProp)var eH=eZ(e,r);else c?eH=null:(eZ(l.hoistableChunks,r),eH=void 0);return eH;case"link":var eW=r.rel,eK=r.href,eY=r.precedence;if(3===s.insertionMode||1&s.tagScope||null!=r.itemProp||"string"!=typeof eW||"string"!=typeof eK||""===eK){eF(e,r);var eQ=null}else if("stylesheet"===r.rel){if("string"!=typeof eY||null!=r.disabled||r.onLoad||r.onError)eQ=eF(e,r);else{var e1=l.styles.get(eY),e6=a.styleResources.hasOwnProperty(eK)?a.styleResources[eK]:void 0;if(null!==e6){a.styleResources[eK]=null,e1||(e1={precedence:O(G(eY)),rules:[],hrefs:[],sheets:new Map},l.styles.set(eY,e1));var e3={state:0,props:j({},r,{"data-precedence":r.precedence,precedence:null})};if(e6){2===e6.length&&rv(e3.props,e6);var e2=l.preloads.stylesheets.get(eK);e2&&0<e2.length?e2.length=0:e3.state=1}e1.sheets.set(eK,e3),i&&i.stylesheets.add(e3)}else if(e1){var e0=e1.sheets.get(eK);e0&&i&&i.stylesheets.add(e0)}u&&e.push(eh),eQ=null}}else r.onLoad||r.onError?eQ=eF(e,r):(u&&e.push(eh),eQ=c?null:eF(l.hoistableChunks,r));return eQ;case"script":var e9=r.async;if("string"!=typeof r.src||!r.src||!e9||"function"==typeof e9||"symbol"==typeof e9||r.onLoad||r.onError||3===s.insertionMode||1&s.tagScope||null!=r.itemProp)var e7=ez(e,r);else{var e5=r.src;if("module"===r.type)var e4=a.moduleScriptResources,e8=l.preloads.moduleScripts;else e4=a.scriptResources,e8=l.preloads.scripts;var te=e4.hasOwnProperty(e5)?e4[e5]:void 0;if(null!==te){e4[e5]=null;var tt=r;if(te){2===te.length&&rv(tt=j({},r),te);var tr=e8.get(e5);tr&&(tr.length=0)}var tn=[];l.scripts.add(tn),ez(tn,tt)}u&&e.push(eh),e7=null}return e7;case"style":var ta=r.precedence,to=r.href;if(3===s.insertionMode||1&s.tagScope||null!=r.itemProp||"string"!=typeof ta||"string"!=typeof to||""===to){e.push(eJ("style"));var tl,ti=null,ts=null;for(tl in r)if($.call(r,tl)){var tu=r[tl];if(null!=tu)switch(tl){case"children":ti=tu;break;case"dangerouslySetInnerHTML":ts=tu;break;default:eP(e,tl,tu)}}e.push(eO);var tc=Array.isArray(ti)?2>ti.length?ti[0]:null:ti;"function"!=typeof tc&&"symbol"!=typeof tc&&null!=tc&&e.push(O(G(""+tc))),eV(e,ts,ti),e.push(eX("style"));var td=null}else{var tf=l.styles.get(ta);if(null!==(a.styleResources.hasOwnProperty(to)?a.styleResources[to]:void 0)){a.styleResources[to]=null,tf?tf.hrefs.push(O(G(to))):(tf={precedence:O(G(ta)),rules:[],hrefs:[O(G(to))],sheets:new Map},l.styles.set(ta,tf));var tp,th=tf.rules,tm=null,tv=null;for(tp in r)if($.call(r,tp)){var tg=r[tp];if(null!=tg)switch(tp){case"children":tm=tg;break;case"dangerouslySetInnerHTML":tv=tg}}var tC=Array.isArray(tm)?2>tm.length?tm[0]:null:tm;"function"!=typeof tC&&"symbol"!=typeof tC&&null!=tC&&th.push(O(G(""+tC))),eV(th,tv,tm)}tf&&i&&i.styles.add(tf),u&&e.push(eh),td=void 0}return td;case"meta":if(3===s.insertionMode||1&s.tagScope||null!=r.itemProp)var ty=e_(e,r,"meta");else u&&e.push(eh),ty=c?null:"string"==typeof r.charSet?e_(l.charsetChunks,r,"meta"):"viewport"===r.name?e_(l.viewportChunks,r,"meta"):e_(l.hoistableChunks,r,"meta");return ty;case"listing":case"pre":e.push(eJ(t));var tb,tS=null,tx=null;for(tb in r)if($.call(r,tb)){var tw=r[tb];if(null!=tw)switch(tb){case"children":tS=tw;break;case"dangerouslySetInnerHTML":tx=tw;break;default:eP(e,tb,tw)}}if(e.push(eO),null!=tx){if(null!=tS)throw Error(o(60));if("object"!=typeof tx||!("__html"in tx))throw Error(o(61));var tk=tx.__html;null!=tk&&("string"==typeof tk&&0<tk.length&&"\n"===tk[0]?e.push(eU,O(tk)):e.push(O(""+tk)))}return"string"==typeof tS&&"\n"===tS[0]&&e.push(eU),tS;case"img":var tE=r.src,tM=r.srcSet;if(!("lazy"===r.loading||!tE&&!tM||"string"!=typeof tE&&null!=tE||"string"!=typeof tM&&null!=tM)&&"low"!==r.fetchPriority&&!1==!!(2&s.tagScope)&&("string"!=typeof tE||":"!==tE[4]||"d"!==tE[0]&&"D"!==tE[0]||"a"!==tE[1]&&"A"!==tE[1]||"t"!==tE[2]&&"T"!==tE[2]||"a"!==tE[3]&&"A"!==tE[3])&&("string"!=typeof tM||":"!==tM[4]||"d"!==tM[0]&&"D"!==tM[0]||"a"!==tM[1]&&"A"!==tM[1]||"t"!==tM[2]&&"T"!==tM[2]||"a"!==tM[3]&&"A"!==tM[3])){var tI="string"==typeof r.sizes?r.sizes:void 0,tR=tM?tM+"\n"+(tI||""):tE,tN=l.preloads.images,tT=tN.get(tR);if(tT)("high"===r.fetchPriority||10>l.highImagePreloads.size)&&(tN.delete(tR),l.highImagePreloads.add(tT));else if(!a.imageResources.hasOwnProperty(tR)){a.imageResources[tR]=X;var tL,tP=r.crossOrigin,tO="string"==typeof tP?"use-credentials"===tP?tP:"":void 0,tA=l.headers;tA&&0<tA.remainingCapacity&&("high"===r.fetchPriority||500>tA.highImagePreloads.length)&&(tL=rg(tE,"image",{imageSrcSet:r.srcSet,imageSizes:r.sizes,crossOrigin:tO,integrity:r.integrity,nonce:r.nonce,type:r.type,fetchPriority:r.fetchPriority,referrerPolicy:r.refererPolicy}),2<=(tA.remainingCapacity-=tL.length))?(l.resets.image[tR]=X,tA.highImagePreloads&&(tA.highImagePreloads+=", "),tA.highImagePreloads+=tL):(eF(tT=[],{rel:"preload",as:"image",href:tM?void 0:tE,imageSrcSet:tM,imageSizes:tI,crossOrigin:tO,integrity:r.integrity,type:r.type,fetchPriority:r.fetchPriority,referrerPolicy:r.referrerPolicy}),"high"===r.fetchPriority||10>l.highImagePreloads.size?l.highImagePreloads.add(tT):(l.bulkPreloads.add(tT),tN.set(tR,tT)))}}return e_(e,r,"img");case"base":case"area":case"br":case"col":case"embed":case"hr":case"keygen":case"param":case"source":case"track":case"wbr":return e_(e,r,t);case"head":if(2>s.insertionMode&&null===l.headChunks){l.headChunks=[];var tV=eG(l.headChunks,r,"head")}else tV=eG(e,r,"head");return tV;case"html":if(0===s.insertionMode&&null===l.htmlChunks){l.htmlChunks=[eq];var tj=eG(l.htmlChunks,r,"html")}else tj=eG(e,r,"html");return tj;default:if(-1!==t.indexOf("-")){e.push(eJ(t));var t$,tB=null,tD=null;for(t$ in r)if($.call(r,t$)){var tH=r[t$];if(null!=tH)switch(t$){case"children":tB=tH;break;case"dangerouslySetInnerHTML":tD=tH;break;case"style":eb(e,tH);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"ref":break;default:F(t$)&&"function"!=typeof tH&&"symbol"!=typeof tH&&e.push(eS,O(t$),ex,O(G(tH)),ew)}}return e.push(eO),eV(e,tD,tB),tB}}return eG(e,r,t)}(w.chunks,a,l,e.resumableState,e.renderState,t.hoistableState,t.formatContext,w.lastPushedText,t.isFallback),w.lastPushedText=!1,k=t.formatContext,I=t.keyPath,t.formatContext=ep(k,a,l),t.keyPath=r,nB(e,t,M,-1),t.formatContext=k,t.keyPath=I;e:{switch(r=w.chunks,e=e.resumableState,a){case"title":case"style":case"script":case"area":case"base":case"br":case"col":case"embed":case"hr":case"img":case"input":case"keygen":case"link":case"meta":case"param":case"source":case"track":case"wbr":break e;case"body":if(1>=k.insertionMode){e.hasBody=!0;break e}break;case"html":if(0===k.insertionMode){e.hasHtml=!0;break e}}r.push(eX(a))}w.lastPushedText=!1}t.componentStack=i}else{switch(a){case x:case b:case u:case c:case s:a=t.keyPath,t.keyPath=r,nV(e,t,l.children,-1),t.keyPath=a;return;case S:"hidden"!==l.mode&&(a=t.keyPath,t.keyPath=r,nV(e,t,l.children,-1),t.keyPath=a);return;case v:a=t.componentStack,t.componentStack=nE(t,"SuspenseList"),i=t.keyPath,t.keyPath=r,nV(e,t,l.children,-1),t.keyPath=i,t.componentStack=a;return;case y:throw Error(o(343));case m:e:if(null!==t.replay){a=t.keyPath,t.keyPath=r,r=l.children;try{nB(e,t,r,-1)}finally{t.keyPath=a}}else{var N=t.componentStack;a=t.componentStack=nE(t,"Suspense");var T=t.keyPath;i=t.blockedBoundary;var L=t.hoistableState,P=t.blockedSegment;w=l.fallback;var A=l.children;k=nS(e,l=new Set),null!==e.trackedPostpones&&(k.trackedContentKeyPath=r),M=nk(e,P.chunks.length,k,t.formatContext,!1,!1),P.children.push(M),P.lastPushedText=!1;var V=nk(e,0,null,t.formatContext,!1,!1);V.parentFlushed=!0,t.blockedBoundary=k,t.hoistableState=k.contentState,t.blockedSegment=V,t.keyPath=r;try{if(nB(e,t,A,-1),V.lastPushedText&&V.textEmbedded&&V.chunks.push(eh),V.status=1,nz(k,V),0===k.pendingTasks&&0===k.status){k.status=1,t.componentStack=N;break e}}catch(r){V.status=4,k.status=4,I=nM(e,t.componentStack),R=nI(e,r,I),k.errorDigest=R,n$(e,k)}finally{t.blockedBoundary=i,t.hoistableState=L,t.blockedSegment=P,t.keyPath=T,t.componentStack=N}I=[r[0],"Suspense Fallback",r[2]],null!==(R=e.trackedPostpones)&&(N=[I[1],I[2],[],null],R.workingMap.set(I,N),5===k.status?R.workingMap.get(r)[4]=N:k.trackedFallbackNode=N),t=nx(e,null,w,-1,i,M,k.fallbackState,l,I,t.formatContext,t.legacyContext,t.context,t.treeContext,a,!0),e.pingedTasks.push(t)}return}if("object"==typeof a&&null!==a)switch(a.$$typeof){case h:w=t.componentStack,t.componentStack={tag:1,parent:t.componentStack,type:a.render},l=nN(e,t,r,a.render,l,i),nL(e,t,r,l,0!==rY,rX,rQ),t.componentStack=w;return;case g:l=nP(a=a.type,l),nO(e,t,r,a,l,i);return;case d:if(w=l.children,i=t.keyPath,a=a._context,l=l.value,k=a._currentValue,a._currentValue=l,rR=l={parent:M=rR,depth:null===M?0:M.depth+1,context:a,parentValue:k,value:l},t.context=l,t.keyPath=r,nV(e,t,w,-1),null===(e=rR))throw Error(o(403));e.context._currentValue=e.parentValue,e=rR=e.parent,t.context=e,t.keyPath=i;return;case p:l=(l=l.children)(a._currentValue),a=t.keyPath,t.keyPath=r,nV(e,t,l,-1),t.keyPath=a;return;case f:case C:i=t.componentStack,t.componentStack=nE(t,"Lazy"),l=nP(a=(w=a._init)(a._payload),l),nO(e,t,r,a,l,void 0),t.componentStack=i;return}throw Error(o(130,null==a?a:typeof a,""))}}function nA(e,t,r,n,a){var o=t.replay,l=t.blockedBoundary,i=nk(e,0,null,t.formatContext,!1,!1);i.id=r,i.parentFlushed=!0;try{t.replay=null,t.blockedSegment=i,nB(e,t,n,a),i.status=1,null===l?e.completedRootSegment=i:(nz(l,i),l.parentFlushed&&e.partialBoundaries.push(l))}finally{t.replay=o,t.blockedSegment=null}}function nV(e,t,r,n){if(null!==t.replay&&"number"==typeof t.replay.slots)nA(e,t,t.replay.slots,r,n);else if(t.node=r,t.childIndex=n,null!==r){if("object"==typeof r){switch(r.$$typeof){case l:var a=r.type,s=r.key,u=r.props,c=r.ref,d=rE(a),f=null==s?-1===n?0:n:s;if(s=[t.keyPath,d,f],null!==t.replay)e:{var h=t.replay;for(r=0,n=h.nodes;r<n.length;r++){var v=n[r];if(f===v[1]){if(4===v.length){if(null!==d&&d!==v[0])throw Error(o(490,v[0],d));var g=v[2];d=v[3],f=t.node,t.replay={nodes:g,slots:d,pendingTasks:1};try{if(nO(e,t,s,a,u,c),1===t.replay.pendingTasks&&0<t.replay.nodes.length)throw Error(o(488));t.replay.pendingTasks--}catch(r){if("object"==typeof r&&null!==r&&(r===rB||"function"==typeof r.then))throw t.node===f&&(t.replay=h),r;t.replay.pendingTasks--,u=nM(e,t.componentStack),s=e,e=t.blockedBoundary,u=nI(s,a=r,u),nH(s,e,g,d,a,u)}t.replay=h}else{if(a!==m)throw Error(o(490,"Suspense",rE(a)||"Unknown"));t:{h=void 0,a=v[5],c=v[2],d=v[3],f=null===v[4]?[]:v[4][2],v=null===v[4]?null:v[4][3];var y=t.componentStack,b=t.componentStack=nE(t,"Suspense"),S=t.keyPath,x=t.replay,w=t.blockedBoundary,M=t.hoistableState,I=u.children;u=u.fallback;var R=new Set,N=nS(e,R);N.parentFlushed=!0,N.rootSegmentID=a,t.blockedBoundary=N,t.hoistableState=N.contentState,t.replay={nodes:c,slots:d,pendingTasks:1};try{if(nB(e,t,I,-1),1===t.replay.pendingTasks&&0<t.replay.nodes.length)throw Error(o(488));if(t.replay.pendingTasks--,0===N.pendingTasks&&0===N.status){N.status=1,e.completedBoundaries.push(N);break t}}catch(r){N.status=4,g=nM(e,t.componentStack),h=nI(e,r,g),N.errorDigest=h,t.replay.pendingTasks--,e.clientRenderedBoundaries.push(N)}finally{t.blockedBoundary=w,t.hoistableState=M,t.replay=x,t.keyPath=S,t.componentStack=y}t=nw(e,null,{nodes:f,slots:v,pendingTasks:0},u,-1,w,N.fallbackState,R,[s[0],"Suspense Fallback",s[2]],t.formatContext,t.legacyContext,t.context,t.treeContext,b,!0),e.pingedTasks.push(t)}}n.splice(r,1);break e}}}else nO(e,t,s,a,u,c);return;case i:throw Error(o(257));case C:u=t.componentStack,t.componentStack=nE(t,"Lazy"),r=(s=r._init)(r._payload),t.componentStack=u,nV(e,t,r,n);return}if(E(r)){nj(e,t,r,n);return}if((u=null===r||"object"!=typeof r?null:"function"==typeof(u=k&&r[k]||r["@@iterator"])?u:null)&&(u=u.call(r))){if(!(r=u.next()).done){s=[];do s.push(r.value),r=u.next();while(!r.done);nj(e,t,s,n)}return}if("function"==typeof r.then)return t.thenableState=null,nV(e,t,no(r),n);if(r.$$typeof===p)return nV(e,t,r._currentValue,n);throw Error(o(31,"[object Object]"===(n=Object.prototype.toString.call(r))?"object with keys {"+Object.keys(r).join(", ")+"}":n))}"string"==typeof r?null!==(n=t.blockedSegment)&&(n.lastPushedText=em(n.chunks,r,e.renderState,n.lastPushedText)):"number"==typeof r&&null!==(n=t.blockedSegment)&&(n.lastPushedText=em(n.chunks,""+r,e.renderState,n.lastPushedText))}}function nj(e,t,r,n){var a=t.keyPath;if(-1!==n&&(t.keyPath=[t.keyPath,"Fragment",n],null!==t.replay)){for(var l=t.replay,i=l.nodes,s=0;s<i.length;s++){var u=i[s];if(u[1]===n){n=u[2],u=u[3],t.replay={nodes:n,slots:u,pendingTasks:1};try{if(nj(e,t,r,-1),1===t.replay.pendingTasks&&0<t.replay.nodes.length)throw Error(o(488));t.replay.pendingTasks--}catch(a){if("object"==typeof a&&null!==a&&(a===rB||"function"==typeof a.then))throw a;t.replay.pendingTasks--,r=nM(e,t.componentStack);var c=t.blockedBoundary;r=nI(e,a,r),nH(e,c,n,u,a,r)}t.replay=l,i.splice(s,1);break}}t.keyPath=a;return}if(l=t.treeContext,i=r.length,null!==t.replay&&null!==(s=t.replay.slots)&&"object"==typeof s){for(n=0;n<i;n++)u=r[n],t.treeContext=rA(l,i,n),"number"==typeof(c=s[n])?(nA(e,t,c,u,n),delete s[n]):nB(e,t,u,n);t.treeContext=l,t.keyPath=a;return}for(s=0;s<i;s++)n=r[s],t.treeContext=rA(l,i,s),nB(e,t,n,s);t.treeContext=l,t.keyPath=a}function n$(e,t){null!==(e=e.trackedPostpones)&&null!==(t=t.trackedContentKeyPath)&&void 0!==(t=e.workingMap.get(t))&&(t.length=4,t[2]=[],t[3]=null)}function nB(e,t,r,n){var a=t.formatContext,o=t.legacyContext,l=t.context,i=t.keyPath,s=t.treeContext,u=t.componentStack,c=t.blockedSegment;if(null===c)try{return nV(e,t,r,n)}catch(c){if(r4(),"object"==typeof(r=c===rB?rF():c)&&null!==r&&"function"==typeof r.then){e=nw(e,n=r5(),t.replay,t.node,t.childIndex,t.blockedBoundary,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.legacyContext,t.context,t.treeContext,null!==t.componentStack?t.componentStack.parent:null,t.isFallback).ping,r.then(e,e),t.formatContext=a,t.legacyContext=o,t.context=l,t.keyPath=i,t.treeContext=s,t.componentStack=u,rT(l);return}}else{var d=c.children.length,f=c.chunks.length;try{return nV(e,t,r,n)}catch(p){if(r4(),c.children.length=d,c.chunks.length=f,"object"==typeof(r=p===rB?rF():p)&&null!==r&&"function"==typeof r.then){n=r5(),d=nk(e,(c=t.blockedSegment).chunks.length,null,t.formatContext,c.lastPushedText,!0),c.children.push(d),c.lastPushedText=!1,e=nx(e,n,t.node,t.childIndex,t.blockedBoundary,d,t.hoistableState,t.abortSet,t.keyPath,t.formatContext,t.legacyContext,t.context,t.treeContext,null!==t.componentStack?t.componentStack.parent:null,t.isFallback).ping,r.then(e,e),t.formatContext=a,t.legacyContext=o,t.context=l,t.keyPath=i,t.treeContext=s,t.componentStack=u,rT(l);return}}}throw t.formatContext=a,t.legacyContext=o,t.context=l,t.keyPath=i,t.treeContext=s,rT(l),r}function nD(e){var t=e.blockedBoundary;null!==(e=e.blockedSegment)&&(e.status=3,nG(this,t,e))}function nH(e,t,r,n,a,l){for(var i=0;i<r.length;i++){var s=r[i];if(4===s.length)nH(e,t,s[2],s[3],a,l);else{s=s[5];var u=nS(e,new Set);u.parentFlushed=!0,u.rootSegmentID=s,u.status=4,u.errorDigest=l,u.parentFlushed&&e.clientRenderedBoundaries.push(u)}}if(r.length=0,null!==n){if(null===t)throw Error(o(487));if(4!==t.status&&(t.status=4,t.errorDigest=l,t.parentFlushed&&e.clientRenderedBoundaries.push(t)),"object"==typeof n)for(var c in n)delete n[c]}}function nF(e,t){try{var r=e.renderState,n=r.onHeaders;if(n){var a=r.headers;if(a){r.headers=null;var o=a.preconnects;if(a.fontPreloads&&(o&&(o+=", "),o+=a.fontPreloads),a.highImagePreloads&&(o&&(o+=", "),o+=a.highImagePreloads),!t){var l=r.styles.values(),i=l.next();t:for(;0<a.remainingCapacity&&!i.done;i=l.next())for(var s=i.value.sheets.values(),u=s.next();0<a.remainingCapacity&&!u.done;u=s.next()){var c=u.value,d=c.props,f=d.href,p=c.props,h=rg(p.href,"style",{crossOrigin:p.crossOrigin,integrity:p.integrity,nonce:p.nonce,type:p.type,fetchPriority:p.fetchPriority,referrerPolicy:p.referrerPolicy,media:p.media});if(2<=(a.remainingCapacity-=h.length))r.resets.style[f]=X,o&&(o+=", "),o+=h,r.resets.style[f]="string"==typeof d.crossOrigin||"string"==typeof d.integrity?[d.crossOrigin,d.integrity]:X;else break t}}n(o?{Link:o}:{})}}}catch(t){nI(e,t,{})}}function n_(e){null===e.trackedPostpones&&nF(e,!0),e.onShellError=nC,(e=e.onShellReady)()}function nZ(e){nF(e,null===e.trackedPostpones||null===e.completedRootSegment||5!==e.completedRootSegment.status),(e=e.onAllReady)()}function nz(e,t){if(0===t.chunks.length&&1===t.children.length&&null===t.children[0].boundary&&-1===t.children[0].id){var r=t.children[0];r.id=t.id,r.parentFlushed=!0,1===r.status&&nz(e,r)}else e.completedSegments.push(t)}function nG(e,t,r){if(null===t){if(null!==r&&r.parentFlushed){if(null!==e.completedRootSegment)throw Error(o(389));e.completedRootSegment=r}e.pendingRootTasks--,0===e.pendingRootTasks&&n_(e)}else t.pendingTasks--,4!==t.status&&(0===t.pendingTasks?(0===t.status&&(t.status=1),null!==r&&r.parentFlushed&&1===r.status&&nz(t,r),t.parentFlushed&&e.completedBoundaries.push(t),1===t.status&&(t.fallbackAbortableTasks.forEach(nD,e),t.fallbackAbortableTasks.clear())):null!==r&&r.parentFlushed&&1===r.status&&(nz(t,r),1===t.completedSegments.length&&t.parentFlushed&&e.partialBoundaries.push(t)));e.allPendingTasks--,0===e.allPendingTasks&&nZ(e)}function nU(e){if(2!==e.status){var t=rR,r=nm.current;nm.current=nu;var n=nv.current;nv.current=nd;var a=ny;ny=e;var l=nc;nc=e.resumableState;try{var i,s=e.pingedTasks;for(i=0;i<s.length;i++){var u=s[i],c=e,d=u.blockedSegment;if(null===d){var f=c;if(0!==u.replay.pendingTasks){rT(u.context);try{if(nV(f,u,u.node,u.childIndex),1===u.replay.pendingTasks&&0<u.replay.nodes.length)throw Error(o(488));u.replay.pendingTasks--,u.abortSet.delete(u),nG(f,u.blockedBoundary,null)}catch(e){r4();var p=e===rB?rF():e;if("object"==typeof p&&null!==p&&"function"==typeof p.then){var h=u.ping;p.then(h,h),u.thenableState=r5()}else{u.replay.pendingTasks--,u.abortSet.delete(u);var m=nM(f,u.componentStack);c=void 0;var v=f,g=u.blockedBoundary,C=u.replay.nodes,y=u.replay.slots;c=nI(v,p,m),nH(v,g,C,y,p,c),f.pendingRootTasks--,0===f.pendingRootTasks&&n_(f),f.allPendingTasks--,0===f.allPendingTasks&&nZ(f)}}finally{}}}else if(f=void 0,v=d,0===v.status){rT(u.context);var b=v.children.length,S=v.chunks.length;try{nV(c,u,u.node,u.childIndex),v.lastPushedText&&v.textEmbedded&&v.chunks.push(eh),u.abortSet.delete(u),v.status=1,nG(c,u.blockedBoundary,v)}catch(e){r4(),v.children.length=b,v.chunks.length=S;var x=e===rB?rF():e;if("object"==typeof x&&null!==x&&"function"==typeof x.then){var w=u.ping;x.then(w,w),u.thenableState=r5()}else{var k=nM(c,u.componentStack);u.abortSet.delete(u),v.status=4;var E=u.blockedBoundary;f=nI(c,x,k),null===E?nR(c,x):(E.pendingTasks--,4!==E.status&&(E.status=4,E.errorDigest=f,n$(c,E),E.parentFlushed&&c.clientRenderedBoundaries.push(E))),c.allPendingTasks--,0===c.allPendingTasks&&nZ(c)}}finally{}}}s.splice(0,i),null!==e.destination&&nX(e,e.destination)}catch(t){nI(e,t,{}),nR(e,t)}finally{nc=l,nm.current=r,nv.current=n,r===nu&&rT(t),ny=a}}}function nW(e,t,r,n){switch(r.parentFlushed=!0,r.status){case 0:r.id=e.nextSegmentId++;case 5:return n=r.id,r.lastPushedText=!1,r.textEmbedded=!1,e=e.renderState,N(t,e1),N(t,e.placeholderPrefix),N(t,e=O(n.toString(16))),T(t,e6);case 1:r.status=2;var a=!0,l=r.chunks,i=0;r=r.children;for(var s=0;s<r.length;s++){for(a=r[s];i<a.index;i++)N(t,l[i]);a=nK(e,t,a,n)}for(;i<l.length-1;i++)N(t,l[i]);return i<l.length&&(a=T(t,l[i])),a;default:throw Error(o(390))}}function nK(e,t,r,n){var a=r.boundary;if(null===a)return nW(e,t,r,n);if(a.parentFlushed=!0,4===a.status)a=a.errorDigest,T(t,e9),N(t,e5),a&&(N(t,e8),N(t,O(G(a))),N(t,e4)),T(t,te),nW(e,t,r,n);else if(1!==a.status)0===a.status&&(a.rootSegmentID=e.nextSegmentId++),0<a.completedSegments.length&&e.partialBoundaries.push(a),tt(t,e.renderState,a.rootSegmentID),n&&((a=a.fallbackState).styles.forEach(rx,n),a.stylesheets.forEach(rw,n)),nW(e,t,r,n);else if(a.byteSize>e.progressiveChunkSize)a.rootSegmentID=e.nextSegmentId++,e.completedBoundaries.push(a),tt(t,e.renderState,a.rootSegmentID),nW(e,t,r,n);else{if(n&&((r=a.contentState).styles.forEach(rx,n),r.stylesheets.forEach(rw,n)),T(t,e3),1!==(r=a.completedSegments).length)throw Error(o(391));nK(e,t,r[0],n)}return T(t,e7)}function nJ(e,t,r,n){return function(e,t,r,n){switch(r.insertionMode){case 0:case 1:case 2:return N(e,tr),N(e,t.segmentPrefix),N(e,O(n.toString(16))),T(e,tn);case 3:return N(e,to),N(e,t.segmentPrefix),N(e,O(n.toString(16))),T(e,tl);case 4:return N(e,ts),N(e,t.segmentPrefix),N(e,O(n.toString(16))),T(e,tu);case 5:return N(e,td),N(e,t.segmentPrefix),N(e,O(n.toString(16))),T(e,tf);case 6:return N(e,th),N(e,t.segmentPrefix),N(e,O(n.toString(16))),T(e,tm);case 7:return N(e,tg),N(e,t.segmentPrefix),N(e,O(n.toString(16))),T(e,tC);case 8:return N(e,tb),N(e,t.segmentPrefix),N(e,O(n.toString(16))),T(e,tS);default:throw Error(o(397))}}(t,e.renderState,r.parentFormatContext,r.id),nK(e,t,r,n),function(e,t){switch(t.insertionMode){case 0:case 1:case 2:return T(e,ta);case 3:return T(e,ti);case 4:return T(e,tc);case 5:return T(e,tp);case 6:return T(e,tv);case 7:return T(e,ty);case 8:return T(e,tx);default:throw Error(o(397))}}(t,r.parentFormatContext)}function nq(e,t,r){for(var n,a,l,i,s=r.completedSegments,u=0;u<s.length;u++)nY(e,t,r,s[u]);s.length=0,t8(t,r.contentState,e.renderState),s=e.resumableState,e=e.renderState,u=r.rootSegmentID,r=r.contentState;var c=e.stylesToHoist;e.stylesToHoist=!1;var d=0===s.streamingFormat;return d?(N(t,e.startInlineScript),c?0==(2&s.instructions)?(s.instructions|=10,N(t,tL)):0==(8&s.instructions)?(s.instructions|=8,N(t,tP)):N(t,tO):0==(2&s.instructions)?(s.instructions|=2,N(t,tN)):N(t,tT)):c?N(t,tD):N(t,tB),s=O(u.toString(16)),N(t,e.boundaryPrefix),N(t,s),d?N(t,tA):N(t,tH),N(t,e.segmentPrefix),N(t,s),c?(d?(N(t,tV),n=r,N(t,rd),a=rd,n.stylesheets.forEach(function(e){if(2!==e.state){if(3===e.state)N(t,a),N(t,O(t1(""+e.props.href))),N(t,rh),a=rf;else{N(t,a);var r=e.props["data-precedence"],n=e.props;for(var l in N(t,O(t1(""+e.props.href))),r=""+r,N(t,rp),N(t,O(t1(r))),n)if($.call(n,l)){var i=n[l];if(null!=i)switch(l){case"href":case"rel":case"precedence":case"data-precedence":break;case"children":case"dangerouslySetInnerHTML":throw Error(o(399,"link"));default:e:{r=t;var s=l.toLowerCase();switch(typeof i){case"function":case"symbol":break e}switch(l){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":break e;case"className":s="class",i=""+i;break;case"hidden":if(!1===i)break e;i="";break;case"src":case"href":i=""+i;break;default:if(2<l.length&&("o"===l[0]||"O"===l[0])&&("n"===l[1]||"N"===l[1])||!F(l))break e;i=""+i}N(r,rp),N(r,O(t1(s))),N(r,rp),N(r,O(t1(i)))}}}N(t,rh),a=rf,e.state=3}}})):(N(t,tF),l=r,N(t,rd),i=rd,l.stylesheets.forEach(function(e){if(2!==e.state){if(3===e.state)N(t,i),N(t,O(G(JSON.stringify(""+e.props.href)))),N(t,rh),i=rf;else{N(t,i);var r=e.props["data-precedence"],n=e.props;for(var a in N(t,O(G(JSON.stringify(""+e.props.href)))),r=""+r,N(t,rp),N(t,O(G(JSON.stringify(r)))),n)if($.call(n,a)){var l=n[a];if(null!=l)switch(a){case"href":case"rel":case"precedence":case"data-precedence":break;case"children":case"dangerouslySetInnerHTML":throw Error(o(399,"link"));default:e:{r=t;var s=a.toLowerCase();switch(typeof l){case"function":case"symbol":break e}switch(a){case"innerHTML":case"dangerouslySetInnerHTML":case"suppressContentEditableWarning":case"suppressHydrationWarning":case"style":case"ref":break e;case"className":s="class",l=""+l;break;case"hidden":if(!1===l)break e;l="";break;case"src":case"href":l=""+l;break;default:if(2<a.length&&("o"===a[0]||"O"===a[0])&&("n"===a[1]||"N"===a[1])||!F(a))break e;l=""+l}N(r,rp),N(r,O(G(JSON.stringify(s)))),N(r,rp),N(r,O(G(JSON.stringify(l))))}}}N(t,rh),i=rf,e.state=3}}})),N(t,rh)):d&&N(t,tj),s=d?T(t,t$):T(t,Q),eQ(t,e)&&s}function nY(e,t,r,n){if(2===n.status)return!0;var a=r.contentState,l=n.id;if(-1===l){if(-1===(n.id=r.rootSegmentID))throw Error(o(392));return nJ(e,t,n,a)}return l===r.rootSegmentID?nJ(e,t,n,a):(nJ(e,t,n,a),r=e.resumableState,e=e.renderState,(n=0===r.streamingFormat)?(N(t,e.startInlineScript),0==(1&r.instructions)?(r.instructions|=1,N(t,tw)):N(t,tk)):N(t,tI),N(t,e.segmentPrefix),N(t,l=O(l.toString(16))),n?N(t,tE):N(t,tR),N(t,e.placeholderPrefix),N(t,l),t=n?T(t,tM):T(t,Q))}function nX(e,t){I=new Uint8Array(2048),R=0;try{var r,n=e.completedRootSegment;if(null!==n){if(5===n.status||0!==e.pendingRootTasks)return;var a=e.renderState;if((0!==e.allPendingTasks||null!==e.trackedPostpones)&&a.externalRuntimeScript){var o=a.externalRuntimeScript,l=e.resumableState,i=o.src,s=o.chunks;l.scriptResources.hasOwnProperty(i)||(l.scriptResources[i]=null,a.scripts.add(s))}var u,c=a.htmlChunks,d=a.headChunks;if(c){for(u=0;u<c.length;u++)N(t,c[u]);if(d)for(u=0;u<d.length;u++)N(t,d[u]);else N(t,eJ("head")),N(t,eO)}else if(d)for(u=0;u<d.length;u++)N(t,d[u]);var f=a.charsetChunks;for(u=0;u<f.length;u++)N(t,f[u]);f.length=0,a.preconnects.forEach(re,t),a.preconnects.clear();var p=a.viewportChunks;for(u=0;u<p.length;u++)N(t,p[u]);p.length=0,a.fontPreloads.forEach(re,t),a.fontPreloads.clear(),a.highImagePreloads.forEach(re,t),a.highImagePreloads.clear(),a.styles.forEach(rs,t);var h=a.importMapChunks;for(u=0;u<h.length;u++)N(t,h[u]);h.length=0,a.bootstrapScripts.forEach(re,t),a.scripts.forEach(re,t),a.scripts.clear(),a.bulkPreloads.forEach(re,t),a.bulkPreloads.clear();var m=a.hoistableChunks;for(u=0;u<m.length;u++)N(t,m[u]);m.length=0,c&&null===d&&N(t,eX("head")),nK(e,t,n,null),e.completedRootSegment=null,eQ(t,e.renderState)}var v=e.renderState;n=0;var g=v.viewportChunks;for(n=0;n<g.length;n++)N(t,g[n]);g.length=0,v.preconnects.forEach(re,t),v.preconnects.clear(),v.fontPreloads.forEach(re,t),v.fontPreloads.clear(),v.highImagePreloads.forEach(re,t),v.highImagePreloads.clear(),v.styles.forEach(rc,t),v.scripts.forEach(re,t),v.scripts.clear(),v.bulkPreloads.forEach(re,t),v.bulkPreloads.clear();var C=v.hoistableChunks;for(n=0;n<C.length;n++)N(t,C[n]);C.length=0;var y=e.clientRenderedBoundaries;for(r=0;r<y.length;r++){var b=y[r];v=t;var S=e.resumableState,x=e.renderState,w=b.rootSegmentID,k=b.errorDigest,E=b.errorMessage,M=b.errorComponentStack,P=0===S.streamingFormat;if(P?(N(v,x.startInlineScript),0==(4&S.instructions)?(S.instructions|=4,N(v,t_)):N(v,tZ)):N(v,tW),N(v,x.boundaryPrefix),N(v,O(w.toString(16))),P&&N(v,tz),(k||E||M)&&(P?(N(v,tG),N(v,O(tX(k||"")))):(N(v,tK),N(v,O(G(k||""))))),(E||M)&&(P?(N(v,tG),N(v,O(tX(E||"")))):(N(v,tJ),N(v,O(G(E||""))))),M&&(P?(N(v,tG),N(v,O(tX(M)))):(N(v,tq),N(v,O(G(M))))),P?!T(v,tU):!T(v,Q)){e.destination=null,r++,y.splice(0,r);return}}y.splice(0,r);var A=e.completedBoundaries;for(r=0;r<A.length;r++)if(!nq(e,t,A[r])){e.destination=null,r++,A.splice(0,r);return}A.splice(0,r),L(t),I=new Uint8Array(2048),R=0;var V=e.partialBoundaries;for(r=0;r<V.length;r++){var j=V[r];e:{y=e,b=t;var $=j.completedSegments;for(S=0;S<$.length;S++)if(!nY(y,b,j,$[S])){S++,$.splice(0,S);var B=!1;break e}$.splice(0,S),B=t8(b,j.contentState,y.renderState)}if(!B){e.destination=null,r++,V.splice(0,r);return}}V.splice(0,r);var D=e.completedBoundaries;for(r=0;r<D.length;r++)if(!nq(e,t,D[r])){e.destination=null,r++,D.splice(0,r);return}D.splice(0,r)}finally{0===e.allPendingTasks&&0===e.pingedTasks.length&&0===e.clientRenderedBoundaries.length&&0===e.completedBoundaries.length?(e.flushScheduled=!1,(r=e.resumableState).hasBody&&N(t,eX("body")),r.hasHtml&&N(t,eX("html")),L(t),t.close(),e.destination=null):L(t)}}function nQ(e){if(!1===e.flushScheduled&&0===e.pingedTasks.length&&null!==e.destination){e.flushScheduled=!0;var t=e.destination;t?nX(e,t):e.flushScheduled=!1}}function n1(e,t){try{var r=e.abortableTasks;if(0<r.size){var n=void 0===t?Error(o(432)):t;r.forEach(function(t){return function e(t,r,n){var a=t.blockedBoundary,o=t.blockedSegment;if(null!==o&&(o.status=3),null===a){if(a={},1!==r.status&&2!==r.status){if(null===(t=t.replay)){nI(r,n,a),nR(r,n);return}t.pendingTasks--,0===t.pendingTasks&&0<t.nodes.length&&(a=nI(r,n,a),nH(r,null,t.nodes,t.slots,n,a)),r.pendingRootTasks--,0===r.pendingRootTasks&&n_(r)}}else a.pendingTasks--,4!==a.status&&(a.status=4,t=nM(r,t.componentStack),t=nI(r,n,t),a.errorDigest=t,n$(r,a),a.parentFlushed&&r.clientRenderedBoundaries.push(a)),a.fallbackAbortableTasks.forEach(function(t){return e(t,r,n)}),a.fallbackAbortableTasks.clear();r.allPendingTasks--,0===r.allPendingTasks&&nZ(r)}(t,e,n)}),r.clear()}null!==e.destination&&nX(e,e.destination)}catch(t){nI(e,t,{}),nR(e,t)}}t.renderToReadableStream=function(e,t){return new Promise(function(r,n){var a,o,l,i,s,u,c,d,f,p,h,m,v,g,C,y,b,S,x,w,k,E,M,I,R=new Promise(function(e,t){M=e,E=t}),N=t?t.onHeaders:void 0;N&&(I=function(e){N(new Headers(e))});var T=(a=t?t.identifierPrefix:void 0,o=t?t.unstable_externalRuntimeSrc:void 0,l=t?t.bootstrapScriptContent:void 0,i=t?t.bootstrapScripts:void 0,s=t?t.bootstrapModules:void 0,u=0,void 0!==o&&(u=1),{idPrefix:void 0===a?"":a,nextFormID:0,streamingFormat:u,bootstrapScriptContent:l,bootstrapScripts:i,bootstrapModules:s,instructions:0,hasBody:!1,hasHtml:!1,unknownResources:{},dnsResources:{},connectResources:{default:{},anonymous:{},credentials:{}},imageResources:{},styleResources:{},scriptResources:{},moduleUnknownResources:{},moduleScriptResources:{}}),L=(d=e,f=T,p=function(e,t,r,n,a,o){var l=void 0===t?ee:A('<script nonce="'+G(t)+'">'),i=e.idPrefix,s=[],u=null,c=e.bootstrapScriptContent,d=e.bootstrapScripts,f=e.bootstrapModules;if(void 0!==c&&s.push(l,O((""+c).replace(es,eu)),et),void 0!==r&&("string"==typeof r?ez((u={src:r,chunks:[]}).chunks,{src:r,async:!0,integrity:void 0,nonce:t}):ez((u={src:r.src,chunks:[]}).chunks,{src:r.src,async:!0,integrity:r.integrity,nonce:t})),r=[],void 0!==n&&(r.push(ec),r.push(O((""+JSON.stringify(n)).replace(es,eu))),r.push(ed)),n=a?{preconnects:"",fontPreloads:"",highImagePreloads:"",remainingCapacity:"number"==typeof o?o:2e3}:null,a={placeholderPrefix:A(i+"P:"),segmentPrefix:A(i+"S:"),boundaryPrefix:A(i+"B:"),startInlineScript:l,htmlChunks:null,headChunks:null,externalRuntimeScript:u,bootstrapChunks:s,importMapChunks:r,onHeaders:a,headers:n,resets:{font:{},dns:{},connect:{default:{},anonymous:{},credentials:{}},image:{},style:{}},charsetChunks:[],viewportChunks:[],hoistableChunks:[],preconnects:new Set,fontPreloads:new Set,highImagePreloads:new Set,styles:new Map,bootstrapScripts:new Set,scripts:new Set,bulkPreloads:new Set,preloads:{images:new Map,stylesheets:new Map,scripts:new Map,moduleScripts:new Map},nonce:t,hoistableState:null,stylesToHoist:!1},void 0!==d)for(l=0;l<d.length;l++)r=d[l],n=u=void 0,o={rel:"preload",as:"script",fetchPriority:"low",nonce:t},"string"==typeof r?o.href=i=r:(o.href=i=r.src,o.integrity=n="string"==typeof r.integrity?r.integrity:void 0,o.crossOrigin=u="string"==typeof r||null==r.crossOrigin?void 0:"use-credentials"===r.crossOrigin?"use-credentials":""),r=e,c=i,r.scriptResources[c]=null,r.moduleScriptResources[c]=null,eF(r=[],o),a.bootstrapScripts.add(r),s.push(er,O(G(i))),t&&s.push(ea,O(G(t))),"string"==typeof n&&s.push(eo,O(G(n))),"string"==typeof u&&s.push(el,O(G(u))),s.push(ei);if(void 0!==f)for(d=0;d<f.length;d++)o=f[d],u=i=void 0,n={rel:"modulepreload",fetchPriority:"low",nonce:t},"string"==typeof o?n.href=l=o:(n.href=l=o.src,n.integrity=u="string"==typeof o.integrity?o.integrity:void 0,n.crossOrigin=i="string"==typeof o||null==o.crossOrigin?void 0:"use-credentials"===o.crossOrigin?"use-credentials":""),o=e,r=l,o.scriptResources[r]=null,o.moduleScriptResources[r]=null,eF(o=[],n),a.bootstrapScripts.add(o),s.push(en,O(G(l))),t&&s.push(ea,O(G(t))),"string"==typeof u&&s.push(eo,O(G(u))),"string"==typeof i&&s.push(el,O(G(i))),s.push(ei);return a}(T,t?t.nonce:void 0,t?t.unstable_externalRuntimeSrc:void 0,t?t.importMap:void 0,I,t?t.maxHeadersLength:void 0),h=ef("http://www.w3.org/2000/svg"===(c=t?t.namespaceURI:void 0)?3:"http://www.w3.org/1998/Math/MathML"===c?4:0,null,0),m=t?t.progressiveChunkSize:void 0,v=t?t.onError:void 0,g=M,C=function(){var e=new ReadableStream({type:"bytes",pull:function(e){if(1===L.status)L.status=2,V(e,L.fatalError);else if(2!==L.status&&null===L.destination){L.destination=e;try{nX(L,e)}catch(e){nI(L,e,{}),nR(L,e)}}},cancel:function(e){L.destination=null,n1(L,e)}},{highWaterMark:0});e.allReady=R,r(e)},y=function(e){R.catch(function(){}),n(e)},b=E,S=t?t.onPostpone:void 0,x=t?t.formState:void 0,q.current=Y,w=[],(p=nk(f={destination:null,flushScheduled:!1,resumableState:f,renderState:p,rootFormatContext:h,progressiveChunkSize:void 0===m?12800:m,status:0,fatalError:null,nextSegmentId:0,allPendingTasks:0,pendingRootTasks:0,completedRootSegment:null,abortableTasks:k=new Set,pingedTasks:w,clientRenderedBoundaries:[],completedBoundaries:[],partialBoundaries:[],trackedPostpones:null,onError:void 0===v?ng:v,onPostpone:void 0===S?nC:S,onAllReady:void 0===g?nC:g,onShellReady:void 0===C?nC:C,onShellError:void 0===y?nC:y,onFatalError:void 0===b?nC:b,formState:void 0===x?null:x},0,null,h,!1,!1)).parentFlushed=!0,d=nx(f,null,d,-1,null,p,null,k,null,h,rM,null,rO,null,!1),w.push(d),f);if(t&&t.signal){var P=t.signal;if(P.aborted)n1(L,P.reason);else{var j=function(){n1(L,P.reason),P.removeEventListener("abort",j)};P.addEventListener("abort",j)}}L.flushScheduled=null!==L.destination,nU(L),null===L.trackedPostpones&&nF(L,0===L.pendingRootTasks)})},t.version="18.3.0-canary-14898b6a9-20240318"},13920:function(e,t,r){"use strict";var n,a;n=r(11667),a=r(6583),t.version=n.version,t.renderToString=n.renderToString,t.renderToStaticMarkup=n.renderToStaticMarkup,t.renderToNodeStream=n.renderToNodeStream,t.renderToStaticNodeStream=n.renderToStaticNodeStream,t.renderToReadableStream=a.renderToReadableStream,a.resume&&(t.resume=a.resume)},93200:function(e,t,r){"use strict";r.d(t,{E:function(){return o},a:function(){return a}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("Accordion component was not found in the tree")},24286:function(e,t,r){"use strict";r.d(t,{Accordion:function(){return x}});var n=r(27573),a=r(70397),o=r(28023),l=r(82434);r(7653);var i=r(56966),s=r(91741),u=r(31780),c=r(10442),d=r(99268),f=r(73206),p=r(2896),h=r(93200),m=r(71080),v=r(65079),g=r(8968),C=r(46377),y=r(39405);let b={multiple:!1,disableChevronRotation:!1,chevronPosition:"right",variant:"default",chevron:(0,n.jsx)(m.AccordionChevron,{})},S=(0,u.createVarsResolver)((e,t)=>{let{transitionDuration:r,chevronSize:n,radius:a}=t;return{root:{"--accordion-transition-duration":void 0===r?void 0:`${r}ms`,"--accordion-chevron-size":void 0===n?void 0:(0,l.h)(n),"--accordion-radius":void 0===a?void 0:(0,s.getRadius)(a)}}});function x(e){let t=(0,c.useProps)("Accordion",b,e),{classNames:r,className:l,style:s,styles:u,unstyled:p,vars:m,children:v,multiple:g,value:C,defaultValue:x,onChange:w,id:k,loop:E,transitionDuration:M,disableChevronRotation:I,chevronPosition:R,chevronSize:N,order:T,chevron:L,variant:P,radius:O,...A}=t,V=(0,a.useId)(k),[j,$]=(0,o.useUncontrolled)({value:C,defaultValue:x,finalValue:g?[]:null,onChange:w}),B=(0,d.useStyles)({name:"Accordion",classes:y.Z,props:t,className:l,style:s,classNames:r,styles:u,unstyled:p,vars:m,varsResolver:S});return(0,n.jsx)(h.a,{value:{isItemActive:e=>Array.isArray(j)?j.includes(e):e===j,onChange:e=>{$(Array.isArray(j)?j.includes(e)?j.filter(t=>t!==e):[...j,e]:e===j?null:e)},getControlId:(0,i.getSafeId)(`${V}-control`,"Accordion.Item component was rendered with invalid value or without value"),getRegionId:(0,i.getSafeId)(`${V}-panel`,"Accordion.Item component was rendered with invalid value or without value"),transitionDuration:M,disableChevronRotation:I,chevronPosition:R,order:T,chevron:L,loop:E,getStyles:B,variant:P,unstyled:p},children:(0,n.jsx)(f.Box,{...B("root"),id:V,...A,variant:P,"data-accordion":!0,children:v})})}x.extend=e=>e,x.withProps=(0,p.getWithProps)(x),x.classes=y.Z,x.displayName="@mantine/core/Accordion",x.Item=g.AccordionItem,x.Panel=C.AccordionPanel,x.Control=v.AccordionControl,x.Chevron=m.AccordionChevron},39405:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={root:"m_9bdbb667",panel:"m_df78851f",content:"m_4ba554d4",itemTitle:"m_8fa820a0",control:"m_4ba585b8","control--default":"m_6939a5e9","control--contained":"m_4271d21b",label:"m_df3ffa0f",chevron:"m_3f35ae96",icon:"m_9bd771fe",item:"m_9bd7b098","item--default":"m_fe19b709","item--contained":"m_1f921b3b","item--filled":"m_2cdf939a","item--separated":"m_9f59b069"}},71080:function(e,t,r){"use strict";r.d(t,{AccordionChevron:function(){return o}});var n=r(27573),a=r(82434);function o(e){let{style:t,size:r=16,...o}=e;return(0,n.jsx)("svg",{viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{...t,width:(0,a.h)(r),height:(0,a.h)(r),display:"block"},...o,children:(0,n.jsx)("path",{d:"M3.13523 6.15803C3.3241 5.95657 3.64052 5.94637 3.84197 6.13523L7.5 9.56464L11.158 6.13523C11.3595 5.94637 11.6759 5.95657 11.8648 6.15803C12.0536 6.35949 12.0434 6.67591 11.842 6.86477L7.84197 10.6148C7.64964 10.7951 7.35036 10.7951 7.15803 10.6148L3.15803 6.86477C2.95657 6.67591 2.94637 6.35949 3.13523 6.15803Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}r(7653),o.displayName="@mantine/core/AccordionChevron"},65079:function(e,t,r){"use strict";r.d(t,{AccordionControl:function(){return p}});var n=r(27573);r(7653);var a=r(51872),o=r(10442),l=r(73206),i=r(2896),s=r(28579),u=r(93200),c=r(45952),d=r(39405);let f={},p=(0,i.factory)((e,t)=>{let{classNames:r,className:i,style:d,styles:p,vars:h,chevron:m,icon:v,onClick:g,onKeyDown:C,children:y,disabled:b,mod:S,...x}=(0,o.useProps)("AccordionControl",f,e),{value:w}=(0,c.b)(),k=(0,u.E)(),E=k.isItemActive(w),M="number"==typeof k.order,I=`h${k.order}`,R=(0,n.jsxs)(s.UnstyledButton,{...x,...k.getStyles("control",{className:i,classNames:r,style:d,styles:p,variant:k.variant}),unstyled:k.unstyled,mod:["accordion-control",{active:E,"chevron-position":k.chevronPosition,disabled:b},S],ref:t,onClick:e=>{null==g||g(e),k.onChange(w)},type:"button",disabled:b,"aria-expanded":E,"aria-controls":k.getRegionId(w),id:k.getControlId(w),onKeyDown:(0,a.createScopedKeydownHandler)({siblingSelector:"[data-accordion-control]",parentSelector:"[data-accordion]",activateOnFocus:!1,loop:k.loop,orientation:"vertical",onKeyDown:C}),children:[(0,n.jsx)(l.Box,{component:"span",mod:{rotate:!k.disableChevronRotation&&E,position:k.chevronPosition},...k.getStyles("chevron",{classNames:r,styles:p}),children:m||k.chevron}),(0,n.jsx)("span",{...k.getStyles("label",{classNames:r,styles:p}),children:y}),v&&(0,n.jsx)(l.Box,{component:"span",mod:{"chevron-position":k.chevronPosition},...k.getStyles("icon",{classNames:r,styles:p}),children:v})]});return M?(0,n.jsx)(I,{...k.getStyles("itemTitle",{classNames:r,styles:p}),children:R}):R});p.displayName="@mantine/core/AccordionControl",p.classes=d.Z},45952:function(e,t,r){"use strict";r.d(t,{b:function(){return o},e:function(){return a}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("Accordion.Item component was not found in the tree")},8968:function(e,t,r){"use strict";r.d(t,{AccordionItem:function(){return d}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896),i=r(93200),s=r(45952),u=r(39405);let c={},d=(0,l.factory)((e,t)=>{let{classNames:r,className:l,style:u,styles:d,vars:f,value:p,mod:h,...m}=(0,a.useProps)("AccordionItem",c,e),v=(0,i.E)();return(0,n.jsx)(s.e,{value:{value:p},children:(0,n.jsx)(o.Box,{ref:t,mod:[{active:v.isItemActive(p)},h],...v.getStyles("item",{className:l,classNames:r,styles:d,style:u,variant:v.variant}),...m})})});d.displayName="@mantine/core/AccordionItem",d.classes=u.Z},46377:function(e,t,r){"use strict";r.d(t,{AccordionPanel:function(){return d}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(17127),i=r(93200),s=r(45952),u=r(39405);let c={},d=(0,o.factory)((e,t)=>{let{classNames:r,className:o,style:u,styles:d,vars:f,children:p,...h}=(0,a.useProps)("AccordionPanel",c,e),{value:m}=(0,s.b)(),v=(0,i.E)();return(0,n.jsx)(l.Collapse,{ref:t,...v.getStyles("panel",{className:o,classNames:r,style:u,styles:d}),...h,in:v.isItemActive(m),transitionDuration:v.transitionDuration??200,role:"region",id:v.getRegionId(m),"aria-labelledby":v.getControlId(m),children:(0,n.jsx)("div",{...v.getStyles("content",{classNames:r,styles:d}),children:p})})});d.displayName="@mantine/core/AccordionPanel",d.classes=u.Z},72491:function(e,t,r){"use strict";r.d(t,{ActionIcon:function(){return g}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(58031),c=r(49509),d=r(77099),f=r(28579),p=r(33676),h=r(19090);let m={},v=(0,o.createVarsResolver)((e,t)=>{let{size:r,radius:n,variant:o,gradient:l,color:i,autoContrast:s}=t,u=e.variantColorResolver({color:i||e.primaryColor,theme:e,gradient:l,variant:o||"filled",autoContrast:s});return{root:{"--ai-size":(0,a.getSize)(r,"ai-size"),"--ai-radius":void 0===n?void 0:(0,a.getRadius)(n),"--ai-bg":i||o?u.background:void 0,"--ai-hover":i||o?u.hover:void 0,"--ai-hover-color":i||o?u.hoverColor:void 0,"--ai-color":u.color,"--ai-bd":i||o?u.border:void 0}}}),g=(0,u.polymorphicFactory)((e,t)=>{let r=(0,l.useProps)("ActionIcon",m,e),{className:a,unstyled:o,variant:u,classNames:p,styles:g,style:C,loading:y,loaderProps:b,size:S,color:x,radius:w,__staticSelector:k,gradient:E,vars:M,children:I,disabled:R,"data-disabled":N,autoContrast:T,mod:L,...P}=r,O=(0,i.useStyles)({name:["ActionIcon",k],props:r,className:a,style:C,classes:h.Z,classNames:p,styles:g,unstyled:o,vars:M,varsResolver:v});return(0,n.jsxs)(f.UnstyledButton,{...O("root",{active:!R&&!y&&!N}),...P,unstyled:o,variant:u,size:S,disabled:R||y,ref:t,mod:[{loading:y,disabled:R||N},L],children:[(0,n.jsx)(d.Transition,{mounted:!!y,transition:"slide-down",duration:150,children:e=>(0,n.jsx)(s.Box,{component:"span",...O("loader",{style:e}),"aria-hidden":!0,children:(0,n.jsx)(c.Loader,{color:"var(--ai-color)",size:"calc(var(--ai-size) * 0.55)",...b})})}),(0,n.jsx)(s.Box,{component:"span",mod:{loading:y},...O("icon"),children:I})]})});g.classes=h.Z,g.displayName="@mantine/core/ActionIcon",g.Group=p.ActionIconGroup},19090:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={root:"m_8d3f4000",icon:"m_8d3afb97",loader:"m_302b9fb1",group:"m_1a0f1b21"}},33676:function(e,t,r){"use strict";r.d(t,{ActionIconGroup:function(){return p}});var n=r(27573),a=r(82434);r(7653);var o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c=r(19090);let d={orientation:"horizontal"},f=(0,o.createVarsResolver)((e,t)=>{let{borderWidth:r}=t;return{group:{"--ai-border-width":(0,a.h)(r)}}}),p=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("ActionIconGroup",d,e),{className:a,style:o,classNames:u,styles:p,unstyled:h,orientation:m,vars:v,borderWidth:g,variant:C,mod:y,...b}=(0,l.useProps)("ActionIconGroup",d,e),S=(0,i.useStyles)({name:"ActionIconGroup",props:r,classes:c.Z,className:a,style:o,classNames:u,styles:p,unstyled:h,vars:v,varsResolver:f,rootSelector:"group"});return(0,n.jsx)(s.Box,{...S("group"),ref:t,variant:C,mod:[{"data-orientation":m},y],role:"group",...b})});p.classes=c.Z,p.displayName="@mantine/core/ActionIconGroup"},11606:function(e,t,r){"use strict";r.d(t,{Affix:function(){return m}});var n=r(27573),a=r(82434);r(7653);var o=r(85224),l=r(31780),i=r(10442),s=r(99268),u=r(73206),c=r(2896),d=r(99529),f={root:"m_7f854edf"};let p={position:{bottom:0,right:0},zIndex:(0,o.getDefaultZIndex)("modal"),withinPortal:!0},h=(0,l.createVarsResolver)((e,t)=>{let{zIndex:r,position:n}=t;return{root:{"--affix-z-index":null==r?void 0:r.toString(),"--affix-top":(0,a.h)(null==n?void 0:n.top),"--affix-left":(0,a.h)(null==n?void 0:n.left),"--affix-bottom":(0,a.h)(null==n?void 0:n.bottom),"--affix-right":(0,a.h)(null==n?void 0:n.right)}}}),m=(0,c.factory)((e,t)=>{let r=(0,i.useProps)("Affix",p,e),{classNames:a,className:o,style:l,styles:c,unstyled:m,vars:v,portalProps:g,zIndex:C,withinPortal:y,position:b,...S}=r,x=(0,s.useStyles)({name:"Affix",classes:f,props:r,className:o,style:l,classNames:a,styles:c,unstyled:m,vars:v,varsResolver:h});return(0,n.jsx)(d.OptionalPortal,{...g,withinPortal:y,children:(0,n.jsx)(u.Box,{ref:t,...x("root"),...S})})});m.classes=f,m.displayName="@mantine/core/Affix"},45884:function(e,t,r){"use strict";r.d(t,{Anchor:function(){return c}});var n=r(27573),a=r(10607);r(7653);var o=r(10442),l=r(58031),i=r(50332),s={root:"m_849cf0da"};let u={underline:"hover"},c=(0,l.polymorphicFactory)((e,t)=>{let{underline:r,className:l,unstyled:c,mod:d,...f}=(0,o.useProps)("Anchor",u,e);return(0,n.jsx)(i.Text,{component:"a",ref:t,className:(0,a.Z)({[s.root]:!c},l),...f,mod:[{underline:r},d],__staticSelector:"Anchor",unstyled:c})});c.classes=s,c.displayName="@mantine/core/Anchor"},81345:function(e,t,r){"use strict";r.d(t,{T:function(){return a},_:function(){return o}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("AppShell was not found in tree")},67763:function(e,t,r){"use strict";r.d(t,{AppShell:function(){return j}});var n=r(27573),a=r(7653),o=r(85224),l=r(31780),i=r(10442),s=r(99268),u=r(73206),c=r(2896),d=r(81345),f=r(21502),p=r(38757),h=r(5959),m=r(76754),v=r(79950),g=r(76719),C=r(66060),y=r(87124),b=r(82434),S=r(52426),x=r(13435);function w(e){return"object"==typeof e?e.base:e}function k(e){let t="object"==typeof e&&null!==e&&void 0!==e.base&&1===Object.keys(e).length;return"number"==typeof e||"string"==typeof e||t}function E(e){return"object"==typeof e&&null!==e&&(1!==Object.keys(e).length||!("base"in e))}var M=r(91741);function I(e){return 0===Number(e)?"0px":(0,M.getSpacing)(e)}function R(e){let{navbar:t,header:r,aside:a,footer:o,padding:l}=e,i=(0,g.useMantineTheme)(),s=(0,v.useMantineContext)(),{media:u,baseStyles:c}=function(e){let{navbar:t,header:r,footer:n,aside:a,padding:o,theme:l}=e,i={},s={},u={};return function(e){var t,r,n;let{baseStyles:a,minMediaStyles:o,maxMediaStyles:l,navbar:i,theme:s}=e,u=null==i?void 0:i.width,c="translateX(calc(var(--app-shell-navbar-width) * -1))",d="translateX(var(--app-shell-navbar-width))";if(null==i||!i.breakpoint||(null==i?void 0:null===(t=i.collapsed)||void 0===t?void 0:t.mobile)||(l[null==i?void 0:i.breakpoint]=l[null==i?void 0:i.breakpoint]||{},l[null==i?void 0:i.breakpoint]["--app-shell-navbar-width"]="100%",l[null==i?void 0:i.breakpoint]["--app-shell-navbar-offset"]="0px"),k(u)){let e=(0,b.h)(w(u));a["--app-shell-navbar-width"]=e,a["--app-shell-navbar-offset"]=e}if(E(u)&&(void 0!==u.base&&(a["--app-shell-navbar-width"]=(0,b.h)(u.base),a["--app-shell-navbar-offset"]=(0,b.h)(u.base)),(0,y.keys)(u).forEach(e=>{"base"!==e&&(o[e]=o[e]||{},o[e]["--app-shell-navbar-width"]=(0,b.h)(u[e]),o[e]["--app-shell-navbar-offset"]=(0,b.h)(u[e]))})),null==i?void 0:null===(r=i.collapsed)||void 0===r?void 0:r.desktop){let e=i.breakpoint;o[e]=o[e]||{},o[e]["--app-shell-navbar-transform"]=c,o[e]["--app-shell-navbar-transform-rtl"]=d,o[e]["--app-shell-navbar-offset"]="0px !important"}if(null==i?void 0:null===(n=i.collapsed)||void 0===n?void 0:n.mobile){let e=(0,x.getBreakpointValue)(i.breakpoint,s.breakpoints)-.1;l[e]=l[e]||{},l[e]["--app-shell-navbar-width"]="100%",l[e]["--app-shell-navbar-offset"]="0px",l[e]["--app-shell-navbar-transform"]=c,l[e]["--app-shell-navbar-transform-rtl"]=d}}({baseStyles:u,minMediaStyles:i,maxMediaStyles:s,navbar:t,theme:l}),function(e){var t,r,n;let{baseStyles:a,minMediaStyles:o,maxMediaStyles:l,aside:i,theme:s}=e,u=null==i?void 0:i.width,c="translateX(var(--app-shell-aside-width))",d="translateX(calc(var(--app-shell-aside-width) * -1))";if(null==i||!i.breakpoint||(null==i?void 0:null===(t=i.collapsed)||void 0===t?void 0:t.mobile)||(l[null==i?void 0:i.breakpoint]=l[null==i?void 0:i.breakpoint]||{},l[null==i?void 0:i.breakpoint]["--app-shell-aside-width"]="100%",l[null==i?void 0:i.breakpoint]["--app-shell-aside-offset"]="0px"),k(u)){let e=(0,b.h)(w(u));a["--app-shell-aside-width"]=e,a["--app-shell-aside-offset"]=e}if(E(u)&&(void 0!==u.base&&(a["--app-shell-aside-width"]=(0,b.h)(u.base),a["--app-shell-aside-offset"]=(0,b.h)(u.base)),(0,y.keys)(u).forEach(e=>{"base"!==e&&(o[e]=o[e]||{},o[e]["--app-shell-aside-width"]=(0,b.h)(u[e]),o[e]["--app-shell-aside-offset"]=(0,b.h)(u[e]))})),null==i?void 0:null===(r=i.collapsed)||void 0===r?void 0:r.desktop){let e=i.breakpoint;o[e]=o[e]||{},o[e]["--app-shell-aside-transform"]=c,o[e]["--app-shell-aside-transform-rtl"]=d,o[e]["--app-shell-aside-offset"]="0px !important"}if(null==i?void 0:null===(n=i.collapsed)||void 0===n?void 0:n.mobile){let e=(0,x.getBreakpointValue)(i.breakpoint,s.breakpoints)-.1;l[e]=l[e]||{},l[e]["--app-shell-aside-width"]="100%",l[e]["--app-shell-aside-offset"]="0px",l[e]["--app-shell-aside-transform"]=c,l[e]["--app-shell-aside-transform-rtl"]=d}}({baseStyles:u,minMediaStyles:i,maxMediaStyles:s,aside:a,theme:l}),function(e){let{baseStyles:t,minMediaStyles:r,header:n}=e,a=null==n?void 0:n.height,o=(null==n?void 0:n.offset)??!0;if(k(a)){let e=(0,b.h)(w(a));t["--app-shell-header-height"]=e,o&&(t["--app-shell-header-offset"]=e)}E(a)&&(void 0!==a.base&&(t["--app-shell-header-height"]=(0,b.h)(a.base),o&&(t["--app-shell-header-offset"]=(0,b.h)(a.base))),(0,y.keys)(a).forEach(e=>{"base"!==e&&(r[e]=r[e]||{},r[e]["--app-shell-header-height"]=(0,b.h)(a[e]),o&&(r[e]["--app-shell-header-offset"]=(0,b.h)(a[e])))})),(null==n?void 0:n.collapsed)&&(t["--app-shell-header-transform"]="translateY(calc(var(--app-shell-header-height) * -1))",t["--app-shell-header-offset"]="0px !important")}({baseStyles:u,minMediaStyles:i,header:r}),function(e){let{baseStyles:t,minMediaStyles:r,footer:n}=e,a=null==n?void 0:n.height,o=(null==n?void 0:n.offset)??!0;if(k(a)){let e=(0,b.h)(w(a));t["--app-shell-footer-height"]=e,o&&(t["--app-shell-footer-offset"]=e)}E(a)&&(void 0!==a.base&&(t["--app-shell-footer-height"]=(0,b.h)(a.base),o&&(t["--app-shell-footer-offset"]=(0,b.h)(a.base))),(0,y.keys)(a).forEach(e=>{"base"!==e&&(r[e]=r[e]||{},r[e]["--app-shell-footer-height"]=(0,b.h)(a[e]),o&&(r[e]["--app-shell-footer-offset"]=(0,b.h)(a[e])))})),(null==n?void 0:n.collapsed)&&(t["--app-shell-footer-transform"]="translateY(var(--app-shell-footer-height))",t["--app-shell-footer-offset"]="0px !important")}({baseStyles:u,minMediaStyles:i,footer:n}),function(e){let{padding:t,baseStyles:r,minMediaStyles:n}=e;k(t)&&(r["--app-shell-padding"]=I(w(t))),E(t)&&(t.base&&(r["--app-shell-padding"]=I(t.base)),(0,y.keys)(t).forEach(e=>{"base"!==e&&(n[e]=n[e]||{},n[e]["--app-shell-padding"]=I(t[e]))}))}({baseStyles:u,minMediaStyles:i,padding:o}),{baseStyles:u,media:[...(0,S.getSortedBreakpoints)((0,y.keys)(i),l.breakpoints).map(e=>({query:`(min-width: ${(0,b.em)(e.px)})`,styles:i[e.value]})),...(0,S.getSortedBreakpoints)((0,y.keys)(s),l.breakpoints).map(e=>({query:`(max-width: ${(0,b.em)(e.px)})`,styles:s[e.value]}))]}}({navbar:t,header:r,footer:o,aside:a,padding:l,theme:i});return(0,n.jsx)(C.InlineStyles,{media:u,styles:c,selector:s.cssVariablesSelector})}var N=r(91121),T=r(6419),L=r(44053),P=r(15511),O=r(86321);let A={withBorder:!0,offsetScrollbars:!0,padding:0,transitionDuration:200,transitionTimingFunction:"ease",zIndex:(0,o.getDefaultZIndex)("app")},V=(0,l.createVarsResolver)((e,t)=>{let{transitionDuration:r,transitionTimingFunction:n}=t;return{root:{"--app-shell-transition-duration":`${r}ms`,"--app-shell-transition-timing-function":n}}}),j=(0,c.factory)((e,t)=>{let r=(0,i.useProps)("AppShell",A,e),{classNames:o,className:l,style:c,styles:f,unstyled:p,vars:h,navbar:m,withBorder:v,padding:g,transitionDuration:C,transitionTimingFunction:y,header:b,zIndex:S,layout:x,disabled:w,aside:k,footer:E,offsetScrollbars:M,mod:I,...N}=r,T=(0,s.useStyles)({name:"AppShell",classes:O.Z,props:r,className:l,style:c,classNames:o,styles:f,unstyled:p,vars:h,varsResolver:V}),j=function(e){let{transitionDuration:t,disabled:r}=e,[n,o]=(0,a.useState)(!0),l=(0,a.useRef)(),i=(0,a.useRef)();return(0,L.useWindowEvent)("resize",()=>{o(!0),clearTimeout(l.current),l.current=window.setTimeout(()=>(0,a.startTransition)(()=>{o(!1)}),200)}),(0,P.useIsomorphicEffect)(()=>{o(!0),clearTimeout(i.current),i.current=window.setTimeout(()=>(0,a.startTransition)(()=>{o(!1)}),t||0)},[r,t]),n}({disabled:w,transitionDuration:C});return(0,n.jsxs)(d.T,{value:{getStyles:T,withBorder:v,zIndex:S,disabled:w,offsetScrollbars:M},children:[(0,n.jsx)(R,{navbar:m,header:b,aside:k,footer:E,padding:g}),(0,n.jsx)(u.Box,{ref:t,...T("root"),mod:[{resizing:j,layout:x,disabled:w},I],...N})]})});j.classes=O.Z,j.displayName="@mantine/core/AppShell",j.Navbar=N.AppShellNavbar,j.Header=h.AppShellHeader,j.Main=m.AppShellMain,j.Aside=f.AppShellAside,j.Footer=p.AppShellFooter,j.Section=T.AppShellSection},86321:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={root:"m_89ab340",navbar:"m_45252eee",aside:"m_9cdde9a",header:"m_3b16f56b",main:"m_8983817",footer:"m_3840c879",section:"m_6dcfc7c7"}},21502:function(e,t,r){"use strict";r.d(t,{AppShellAside:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896),i=r(81345),s=r(86321);let u={},c=(0,l.factory)((e,t)=>{let{classNames:r,className:l,style:s,styles:c,unstyled:d,vars:f,withBorder:p,zIndex:h,mod:m,...v}=(0,a.useProps)("AppShellAside",u,e),g=(0,i._)();return g.disabled?null:(0,n.jsx)(o.Box,{component:"aside",ref:t,mod:[{"with-border":p??g.withBorder},m],...g.getStyles("aside",{className:l,classNames:r,styles:c,style:s}),...v,__vars:{"--app-shell-aside-z-index":`calc(${h??g.zIndex} + 1)`}})});c.classes=s.Z,c.displayName="@mantine/core/AppShellAside"},38757:function(e,t,r){"use strict";r.d(t,{AppShellFooter:function(){return f}});var n=r(27573),a=r(10607),o=r(47196);r(7653);var l=r(10442),i=r(73206),s=r(2896),u=r(81345),c=r(86321);let d={},f=(0,s.factory)((e,t)=>{var r;let{classNames:s,className:c,style:f,styles:p,unstyled:h,vars:m,withBorder:v,zIndex:g,mod:C,...y}=(0,l.useProps)("AppShellFooter",d,e),b=(0,u._)();return b.disabled?null:(0,n.jsx)(i.Box,{component:"footer",ref:t,mod:[{"with-border":v??b.withBorder},C],...b.getStyles("footer",{className:(0,a.Z)({[o.Z.classNames.zeroRight]:b.offsetScrollbars},c),classNames:s,styles:p,style:f}),...y,__vars:{"--app-shell-footer-z-index":null===(r=g??b.zIndex)||void 0===r?void 0:r.toString()}})});f.classes=c.Z,f.displayName="@mantine/core/AppShellFooter"},5959:function(e,t,r){"use strict";r.d(t,{AppShellHeader:function(){return f}});var n=r(27573),a=r(10607),o=r(47196);r(7653);var l=r(10442),i=r(73206),s=r(2896),u=r(81345),c=r(86321);let d={},f=(0,s.factory)((e,t)=>{var r;let{classNames:s,className:c,style:f,styles:p,unstyled:h,vars:m,withBorder:v,zIndex:g,mod:C,...y}=(0,l.useProps)("AppShellHeader",d,e),b=(0,u._)();return b.disabled?null:(0,n.jsx)(i.Box,{component:"header",ref:t,mod:[{"with-border":v??b.withBorder},C],...b.getStyles("header",{className:(0,a.Z)({[o.Z.classNames.zeroRight]:b.offsetScrollbars},c),classNames:s,styles:p,style:f}),...y,__vars:{"--app-shell-header-z-index":null===(r=g??b.zIndex)||void 0===r?void 0:r.toString()}})});f.classes=c.Z,f.displayName="@mantine/core/AppShellHeader"},76754:function(e,t,r){"use strict";r.d(t,{AppShellMain:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896),i=r(81345),s=r(86321);let u={},c=(0,l.factory)((e,t)=>{let{classNames:r,className:l,style:s,styles:c,vars:d,...f}=(0,a.useProps)("AppShellMain",u,e),p=(0,i._)();return(0,n.jsx)(o.Box,{component:"main",ref:t,...p.getStyles("main",{className:l,style:s,classNames:r,styles:c}),...f})});c.classes=s.Z,c.displayName="@mantine/core/AppShellMain"},91121:function(e,t,r){"use strict";r.d(t,{AppShellNavbar:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896),i=r(81345),s=r(86321);let u={},c=(0,l.factory)((e,t)=>{let{classNames:r,className:l,style:s,styles:c,unstyled:d,vars:f,withBorder:p,zIndex:h,mod:m,...v}=(0,a.useProps)("AppShellNavbar",u,e),g=(0,i._)();return g.disabled?null:(0,n.jsx)(o.Box,{component:"nav",ref:t,mod:[{"with-border":p??g.withBorder},m],...g.getStyles("navbar",{className:l,classNames:r,styles:c,style:s}),...v,__vars:{"--app-shell-navbar-z-index":`calc(${h??g.zIndex} + 1)`}})});c.classes=s.Z,c.displayName="@mantine/core/AppShellNavbar"},6419:function(e,t,r){"use strict";r.d(t,{AppShellSection:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(58031),i=r(81345),s=r(86321);let u={},c=(0,l.polymorphicFactory)((e,t)=>{let{classNames:r,className:l,style:s,styles:c,vars:d,grow:f,mod:p,...h}=(0,a.useProps)("AppShellSection",u,e),m=(0,i._)();return(0,n.jsx)(o.Box,{ref:t,mod:[{grow:f},p],...m.getStyles("section",{className:l,style:s,classNames:r,styles:c}),...h})});c.classes=s.Z,c.displayName="@mantine/core/AppShellSection"},7037:function(e,t,r){"use strict";r.d(t,{AspectRatio:function(){return f}});var n=r(27573);r(7653);var a=r(31780),o=r(10442),l=r(99268),i=r(73206),s=r(2896),u={root:"m_71ac47fc"};let c={},d=(0,a.createVarsResolver)((e,t)=>{let{ratio:r}=t;return{root:{"--ar-ratio":null==r?void 0:r.toString()}}}),f=(0,s.factory)((e,t)=>{let r=(0,o.useProps)("AspectRatio",c,e),{classNames:a,className:s,style:f,styles:p,unstyled:h,vars:m,ratio:v,...g}=r,C=(0,l.useStyles)({name:"AspectRatio",classes:u,props:r,className:s,style:f,classNames:a,styles:p,unstyled:h,vars:m,varsResolver:d});return(0,n.jsx)(i.Box,{ref:t,...C("root"),...g})});f.classes=u,f.displayName="@mantine/core/AspectRatio"},19422:function(e,t,r){"use strict";r.d(t,{Autocomplete:function(){return g}});var n=r(27573),a=r(7653),o=r(70397),l=r(28023),i=r(43196),s=r(10442),u=r(2896),c=r(43863),d=r(78583),f=r(871),p=r(59118),h=r(91295),m=r(18578);let v={},g=(0,u.factory)((e,t)=>{let r=(0,s.useProps)("Autocomplete",v,e),{classNames:u,styles:g,unstyled:C,vars:y,dropdownOpened:b,defaultDropdownOpened:S,onDropdownClose:x,onDropdownOpen:w,onFocus:k,onBlur:E,onClick:M,onChange:I,data:R,value:N,defaultValue:T,selectFirstOptionOnChange:L,onOptionSubmit:P,comboboxProps:O,readOnly:A,disabled:V,filter:j,limit:$,withScrollArea:B,maxDropdownHeight:D,size:H,id:F,renderOption:_,autoComplete:Z,scrollAreaProps:z,...G}=r,U=(0,o.useId)(F),W=(0,c.getParsedComboboxData)(R),K=(0,d.getOptionsLockup)(W),[J,q]=(0,l.useUncontrolled)({value:N,defaultValue:T,finalValue:"",onChange:I}),Y=(0,h.useCombobox)({opened:b,defaultOpened:S,onDropdownOpen:w,onDropdownClose:()=>{null==x||x(),Y.resetSelectedOption()}}),{resolvedClassNames:X,resolvedStyles:Q}=(0,i.useResolvedStylesApi)({props:r,styles:g,classNames:u});return(0,a.useEffect)(()=>{L&&Y.selectFirstOption()},[L,J]),(0,n.jsxs)(f.Combobox,{store:Y,__staticSelector:"Autocomplete",classNames:X,styles:Q,unstyled:C,readOnly:A,onOptionSubmit:e=>{null==P||P(e),q(K[e].label),Y.closeDropdown()},size:H,...O,children:[(0,n.jsx)(f.Combobox.Target,{autoComplete:Z,children:(0,n.jsx)(m.InputBase,{ref:t,...G,size:H,__staticSelector:"Autocomplete",disabled:V,readOnly:A,value:J,onChange:e=>{q(e.currentTarget.value),Y.openDropdown(),L&&Y.selectFirstOption()},onFocus:e=>{Y.openDropdown(),null==k||k(e)},onBlur:e=>{Y.closeDropdown(),null==E||E(e)},onClick:e=>{Y.openDropdown(),null==M||M(e)},classNames:X,styles:Q,unstyled:C,id:U})}),(0,n.jsx)(p.OptionsDropdown,{data:W,hidden:A||V,filter:j,search:J,limit:$,hiddenWhenEmpty:!0,withScrollArea:B,maxDropdownHeight:D,unstyled:C,labelId:G.label?`${U}-label`:void 0,"aria-label":G.label?void 0:G["aria-label"],renderOption:_,scrollAreaProps:z})]})});g.classes={...m.InputBase.classes,...f.Combobox.classes},g.displayName="@mantine/core/Autocomplete"},4021:function(e,t,r){"use strict";r.d(t,{Avatar:function(){return y}});var n=r(27573),a=r(7653),o=r(91741),l=r(31780),i=r(10442),s=r(99268),u=r(73206),c=r(58031),d=r(78922),f=r(91703);function p(e){return(0,n.jsx)("svg",{...e,"data-avatar-placeholder-icon":!0,viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,n.jsx)("path",{d:"M0.877014 7.49988C0.877014 3.84219 3.84216 0.877045 7.49985 0.877045C11.1575 0.877045 14.1227 3.84219 14.1227 7.49988C14.1227 11.1575 11.1575 14.1227 7.49985 14.1227C3.84216 14.1227 0.877014 11.1575 0.877014 7.49988ZM7.49985 1.82704C4.36683 1.82704 1.82701 4.36686 1.82701 7.49988C1.82701 8.97196 2.38774 10.3131 3.30727 11.3213C4.19074 9.94119 5.73818 9.02499 7.50023 9.02499C9.26206 9.02499 10.8093 9.94097 11.6929 11.3208C12.6121 10.3127 13.1727 8.97172 13.1727 7.49988C13.1727 4.36686 10.6328 1.82704 7.49985 1.82704ZM10.9818 11.9787C10.2839 10.7795 8.9857 9.97499 7.50023 9.97499C6.01458 9.97499 4.71624 10.7797 4.01845 11.9791C4.97952 12.7272 6.18765 13.1727 7.49985 13.1727C8.81227 13.1727 10.0206 12.727 10.9818 11.9787ZM5.14999 6.50487C5.14999 5.207 6.20212 4.15487 7.49999 4.15487C8.79786 4.15487 9.84999 5.207 9.84999 6.50487C9.84999 7.80274 8.79786 8.85487 7.49999 8.85487C6.20212 8.85487 5.14999 7.80274 5.14999 6.50487ZM7.49999 5.10487C6.72679 5.10487 6.09999 5.73167 6.09999 6.50487C6.09999 7.27807 6.72679 7.90487 7.49999 7.90487C8.27319 7.90487 8.89999 7.27807 8.89999 6.50487C8.89999 5.73167 8.27319 5.10487 7.49999 5.10487Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}function h(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2,r=e.split(" ");return 1===r.length?e.slice(0,t).toUpperCase():r.map(e=>e[0]).slice(0,t).join("").toUpperCase()}let m=["blue","cyan","grape","green","indigo","lime","orange","pink","red","teal","violet"];var v=r(7836);let g={},C=(0,l.createVarsResolver)((e,t)=>{let{size:r,radius:n,variant:a,gradient:l,color:i,autoContrast:s,name:u,allowedInitialsColors:c}=t,d="initials"===i&&"string"==typeof u?function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:m,r=Math.abs(function(e){let t=0;for(let r=0;r<e.length;r+=1)t=(t<<5)-t+e.charCodeAt(r)|0;return t}(h(e)))%t.length;return t[r]}(u,c):i,f=e.variantColorResolver({color:d||"gray",theme:e,gradient:l,variant:a||"light",autoContrast:s});return{root:{"--avatar-size":(0,o.getSize)(r,"avatar-size"),"--avatar-radius":void 0===n?void 0:(0,o.getRadius)(n),"--avatar-bg":d||a?f.background:void 0,"--avatar-color":d||a?f.color:void 0,"--avatar-bd":d||a?f.border:void 0}}}),y=(0,c.polymorphicFactory)((e,t)=>{let r=(0,i.useProps)("Avatar",g,e),{classNames:o,className:l,style:c,styles:d,unstyled:m,vars:y,src:b,alt:S,radius:x,color:w,gradient:k,imageProps:E,children:M,autoContrast:I,mod:R,name:N,allowedInitialsColors:T,...L}=r,P=(0,f.C)(),[O,A]=(0,a.useState)(!b),V=(0,s.useStyles)({name:"Avatar",props:r,classes:v.Z,className:l,style:c,classNames:o,styles:d,unstyled:m,vars:y,varsResolver:C});return(0,a.useEffect)(()=>A(!b),[b]),(0,n.jsx)(u.Box,{...V("root"),mod:[{"within-group":P.withinGroup},R],ref:t,...L,children:O?(0,n.jsx)("span",{...V("placeholder"),title:S,children:M||"string"==typeof N&&h(N)||(0,n.jsx)(p,{})}):(0,n.jsx)("img",{...E,...V("image"),src:b,alt:S,onError:e=>{var t;A(!0),null==E||null===(t=E.onError)||void 0===t||t.call(E,e)}})})});y.classes=v.Z,y.displayName="@mantine/core/Avatar",y.Group=d.AvatarGroup},7836:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={group:"m_11def92b",root:"m_f85678b6",image:"m_11f8ac07",placeholder:"m_104cd71f"}},91703:function(e,t,r){"use strict";r.d(t,{C:function(){return l},k:function(){return o}});var n=r(7653);let a=(0,n.createContext)(null),o=a.Provider;function l(){return{withinGroup:!!(0,n.useContext)(a)}}},78922:function(e,t,r){"use strict";r.d(t,{AvatarGroup:function(){return h}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c=r(91703),d=r(7836);let f={},p=(0,o.createVarsResolver)((e,t)=>{let{spacing:r}=t;return{group:{"--ag-spacing":(0,a.getSpacing)(r)}}}),h=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("AvatarGroup",f,e),{classNames:a,className:o,style:u,styles:h,unstyled:m,vars:v,spacing:g,...C}=r,y=(0,i.useStyles)({name:"AvatarGroup",classes:d.Z,props:r,className:o,style:u,classNames:a,styles:h,unstyled:m,vars:v,varsResolver:p,rootSelector:"group"});return(0,n.jsx)(c.k,{value:!0,children:(0,n.jsx)(s.Box,{ref:t,...y("group"),...C})})});h.classes=d.Z,h.displayName="@mantine/core/AvatarGroup"},23984:function(e,t,r){"use strict";r.d(t,{BackgroundImage:function(){return p}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(58031),c={root:"m_2ce0de02"};let d={},f=(0,o.createVarsResolver)((e,t)=>{let{radius:r}=t;return{root:{"--bi-radius":void 0===r?void 0:(0,a.getRadius)(r)}}}),p=(0,u.polymorphicFactory)((e,t)=>{let r=(0,l.useProps)("BackgroundImage",d,e),{classNames:a,className:o,style:u,styles:p,unstyled:h,vars:m,radius:v,src:g,variant:C,...y}=r,b=(0,i.useStyles)({name:"BackgroundImage",props:r,classes:c,className:o,style:u,classNames:a,styles:p,unstyled:h,vars:m,varsResolver:f});return(0,n.jsx)(s.Box,{ref:t,variant:C,...b("root",{style:{backgroundImage:`url(${g})`}}),...y})});p.classes=c,p.displayName="@mantine/core/BackgroundImage"},21316:function(e,t,r){"use strict";r.d(t,{Badge:function(){return h}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(12882),i=r(10442),s=r(99268),u=r(73206),c=r(58031),d={root:"m_347db0ec","root--dot":"m_fbd81e3d",label:"m_5add502a",section:"m_91fdda9b"};let f={},p=(0,o.createVarsResolver)((e,t)=>{let{radius:r,color:n,gradient:o,variant:i,size:s,autoContrast:u}=t,c=e.variantColorResolver({color:n||e.primaryColor,theme:e,gradient:o,variant:i||"filled",autoContrast:u});return{root:{"--badge-height":(0,a.getSize)(s,"badge-height"),"--badge-padding-x":(0,a.getSize)(s,"badge-padding-x"),"--badge-fz":(0,a.getSize)(s,"badge-fz"),"--badge-radius":void 0===r?void 0:(0,a.getRadius)(r),"--badge-bg":n||i?c.background:void 0,"--badge-color":n||i?c.color:void 0,"--badge-bd":n||i?c.border:void 0,"--badge-dot-color":"dot"===i?(0,l.getThemeColor)(n,e):void 0}}}),h=(0,c.polymorphicFactory)((e,t)=>{let r=(0,i.useProps)("Badge",f,e),{classNames:a,className:o,style:l,styles:c,unstyled:h,vars:m,radius:v,color:g,gradient:C,leftSection:y,rightSection:b,children:S,variant:x,fullWidth:w,autoContrast:k,circle:E,mod:M,...I}=r,R=(0,s.useStyles)({name:"Badge",props:r,classes:d,className:o,style:l,classNames:a,styles:c,unstyled:h,vars:m,varsResolver:p});return(0,n.jsxs)(u.Box,{variant:x,mod:[{block:w,circle:E,"with-right-section":!!b,"with-left-section":!!y},M],...R("root",{variant:x}),ref:t,...I,children:[y&&(0,n.jsx)("span",{...R("section"),"data-position":"left",children:y}),(0,n.jsx)("span",{...R("label"),children:S}),b&&(0,n.jsx)("span",{...R("section"),"data-position":"right",children:b})]})});h.classes=d,h.displayName="@mantine/core/Badge"},22209:function(e,t,r){"use strict";r.d(t,{Blockquote:function(){return g}});var n=r(27573),a=r(82434);r(7653);var o=r(91741),l=r(31780),i=r(30670),s=r(12882),u=r(4158),c=r(10442),d=r(99268),f=r(73206),p=r(2896),h={root:"m_ddec01c0",icon:"m_dde7bd57",cite:"m_dde51a35"};let m={iconSize:48},v=(0,l.createVarsResolver)((e,t)=>{let{color:r,iconSize:n,radius:l}=t,c=(0,i.parseThemeColor)({color:r||e.primaryColor,theme:e,colorScheme:"dark"}),d=(0,i.parseThemeColor)({color:r||e.primaryColor,theme:e,colorScheme:"light"});return{root:{"--bq-bg-light":(0,u.m)(d.value,.07),"--bq-bg-dark":(0,u.m)(c.value,.06),"--bq-bd":(0,s.getThemeColor)(r,e),"--bq-icon-size":(0,a.h)(n),"--bq-radius":(0,o.getRadius)(l)}}}),g=(0,p.factory)((e,t)=>{let r=(0,c.useProps)("Blockquote",m,e),{classNames:a,className:o,style:l,styles:i,unstyled:s,vars:u,children:p,icon:g,iconSize:C,cite:y,...b}=r,S=(0,d.useStyles)({name:"Blockquote",classes:h,props:r,className:o,style:l,classNames:a,styles:i,unstyled:s,vars:u,varsResolver:v});return(0,n.jsxs)(f.Box,{component:"blockquote",ref:t,...S("root"),...b,children:[g&&(0,n.jsx)("span",{...S("icon"),children:g}),p,y&&(0,n.jsx)("cite",{...S("cite"),children:y})]})});g.classes=h,g.displayName="@mantine/core/Blockquote"},99939:function(e,t,r){"use strict";r.d(t,{Breadcrumbs:function(){return m}});var n=r(27573),a=r(7653),o=r(96215),l=r(91741),i=r(31780),s=r(10442),u=r(99268),c=r(73206),d=r(2896),f={root:"m_8b3717df",breadcrumb:"m_f678d540",separator:"m_3b8f2208"};let p={separator:"/"},h=(0,i.createVarsResolver)((e,t)=>{let{separatorMargin:r}=t;return{root:{"--bc-separator-margin":(0,l.getSpacing)(r)}}}),m=(0,d.factory)((e,t)=>{let r=(0,s.useProps)("Breadcrumbs",p,e),{classNames:l,className:i,style:d,styles:m,unstyled:v,vars:g,children:C,separator:y,separatorMargin:b,...S}=r,x=(0,u.useStyles)({name:"Breadcrumbs",classes:f,props:r,className:i,style:d,classNames:l,styles:m,unstyled:v,vars:g,varsResolver:h}),w=a.Children.toArray(C).reduce((e,t,r,n)=>{var l;let i=(0,o.isElement)(t)?(0,a.cloneElement)(t,{...x("breadcrumb",{className:null===(l=t.props)||void 0===l?void 0:l.className}),key:r}):(0,a.createElement)("div",{...x("breadcrumb"),key:r},t);return e.push(i),r!==n.length-1&&e.push((0,a.createElement)(c.Box,{...x("separator"),key:`separator-${r}`},y)),e},[]);return(0,n.jsx)(c.Box,{ref:t,...x("root"),...S,children:w})});m.classes=f,m.displayName="@mantine/core/Breadcrumbs"},94216:function(e,t,r){"use strict";r.d(t,{Burger:function(){return v}});var n=r(27573),a=r(82434);r(7653);var o=r(91741),l=r(31780),i=r(12882),s=r(10442),u=r(99268),c=r(73206),d=r(2896),f=r(28579),p={root:"m_fea6bf1a",burger:"m_d4fb9cad"};let h={},m=(0,l.createVarsResolver)((e,t)=>{let{color:r,size:n,lineSize:l,transitionDuration:s,transitionTimingFunction:u}=t;return{root:{"--burger-color":r?(0,i.getThemeColor)(r,e):void 0,"--burger-size":(0,o.getSize)(n,"burger-size"),"--burger-line-size":l?(0,a.h)(l):void 0,"--burger-transition-duration":void 0===s?void 0:`${s}ms`,"--burger-transition-timing-function":u}}}),v=(0,d.factory)((e,t)=>{let r=(0,s.useProps)("Burger",h,e),{classNames:a,className:o,style:l,styles:i,unstyled:d,vars:v,opened:g,children:C,transitionDuration:y,transitionTimingFunction:b,lineSize:S,...x}=r,w=(0,u.useStyles)({name:"Burger",classes:p,props:r,className:o,style:l,classNames:a,styles:i,unstyled:d,vars:v,varsResolver:m});return(0,n.jsxs)(f.UnstyledButton,{...w("root"),ref:t,...x,children:[(0,n.jsx)(c.Box,{mod:["reduce-motion",{opened:g}],...w("burger")}),C]})});v.classes=p,v.displayName="@mantine/core/Burger"},40521:function(e,t,r){"use strict";r.d(t,{R:function(){return o},k:function(){return a}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("Card component was not found in tree")},57076:function(e,t,r){"use strict";r.d(t,{Card:function(){return v}});var n=r(27573),a=r(7653),o=r(91741),l=r(31780),i=r(10442),s=r(99268),u=r(58031),c=r(11393),d=r(40521),f=r(24425),p=r(2297);let h={},m=(0,l.createVarsResolver)((e,t)=>{let{padding:r}=t;return{root:{"--card-padding":(0,o.getSpacing)(r)}}}),v=(0,u.polymorphicFactory)((e,t)=>{let r=(0,i.useProps)("Card",h,e),{classNames:o,className:l,style:u,styles:v,unstyled:g,vars:C,children:y,padding:b,...S}=r,x=(0,s.useStyles)({name:"Card",props:r,classes:p.Z,className:l,style:u,classNames:o,styles:v,unstyled:g,vars:C,varsResolver:m}),w=a.Children.toArray(y),k=w.map((e,t)=>"object"==typeof e&&e&&"type"in e&&e.type===f.CardSection?(0,a.cloneElement)(e,{"data-first-section":0===t||void 0,"data-last-section":t===w.length-1||void 0}):e);return(0,n.jsx)(d.k,{value:{getStyles:x},children:(0,n.jsx)(c.Paper,{ref:t,unstyled:g,...x("root"),...S,children:k})})});v.classes=p.Z,v.displayName="@mantine/core/Card",v.Section=f.CardSection},2297:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={root:"m_e615b15f",section:"m_599a2148"}},24425:function(e,t,r){"use strict";r.d(t,{CardSection:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(58031),i=r(40521),s=r(2297);let u={},c=(0,l.polymorphicFactory)((e,t)=>{let{classNames:r,className:l,style:s,styles:c,vars:d,withBorder:f,inheritPadding:p,mod:h,...m}=(0,a.useProps)("CardSection",u,e),v=(0,i.R)();return(0,n.jsx)(o.Box,{ref:t,mod:[{"with-border":f,"inherit-padding":p},h],...v.getStyles("section",{className:l,style:s,styles:c,classNames:r}),...m})});c.classes=s.Z,c.displayName="@mantine/core/CardSection"},39577:function(e,t,r){"use strict";r.d(t,{Center:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(99268),l=r(73206),i=r(58031),s={root:"m_4451eb3a"};let u={},c=(0,i.polymorphicFactory)((e,t)=>{let r=(0,a.useProps)("Center",u,e),{classNames:i,className:c,style:d,styles:f,unstyled:p,vars:h,inline:m,mod:v,...g}=r,C=(0,o.useStyles)({name:"Center",props:r,classes:s,className:c,style:d,classNames:i,styles:f,unstyled:p,vars:h});return(0,n.jsx)(l.Box,{ref:t,mod:[{inline:m},v],...C("root"),...g})});c.classes=s,c.displayName="@mantine/core/Center"},81941:function(e,t,r){"use strict";r.d(t,{CheckIcon:function(){return o},P:function(){return l}});var n=r(27573),a=r(82434);function o(e){let{size:t,style:r,...o}=e,l=void 0!==t?{width:(0,a.h)(t),height:(0,a.h)(t),...r}:r;return(0,n.jsx)("svg",{viewBox:"0 0 10 7",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:l,"aria-hidden":!0,...o,children:(0,n.jsx)("path",{d:"M4 4.586L1.707 2.293A1 1 0 1 0 .293 3.707l3 3a.997.997 0 0 0 1.414 0l5-5A1 1 0 1 0 8.293.293L4 4.586z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}function l(e){let{indeterminate:t,...r}=e;return t?(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 32 6","aria-hidden":!0,...r,children:(0,n.jsx)("rect",{width:"32",height:"6",fill:"currentColor",rx:"3"})}):(0,n.jsx)(o,{...r})}r(7653)},47209:function(e,t,r){"use strict";r.d(t,{Checkbox:function(){return E}});var n=r(27573),a=r(70397);r(7653);var o=r(91741),l=r(31780),i=r(30670),s=r(12882),u=r(25756),c=r(39856),d=r(10442),f=r(99268),p=r(67267),h=r(73206),m=r(2896),v=r(12800),g=r(49184),C=r(49244),y=r(21666),b=r(26082),S=r(81941),x={root:"m_bf2d988c",inner:"m_26062bec",input:"m_26063560",icon:"m_bf295423","input--outline":"m_215c4542"};let w={labelPosition:"right",icon:S.P},k=(0,l.createVarsResolver)((e,t)=>{let{radius:r,color:n,size:a,iconColor:l,variant:d,autoContrast:f}=t,p=(0,i.parseThemeColor)({color:n||e.primaryColor,theme:e}),h=p.isThemeColor&&void 0===p.shade?`var(--mantine-color-${p.color}-outline)`:p.color;return{root:{"--checkbox-size":(0,o.getSize)(a,"checkbox-size"),"--checkbox-radius":void 0===r?void 0:(0,o.getRadius)(r),"--checkbox-color":"outline"===d?h:(0,s.getThemeColor)(n,e),"--checkbox-icon-color":l?(0,s.getThemeColor)(l,e):(0,c.getAutoContrastValue)(f,e)?(0,u.getContrastColor)({color:n,theme:e,autoContrast:f}):void 0}}}),E=(0,m.factory)((e,t)=>{let r=(0,d.useProps)("Checkbox",w,e),{classNames:o,className:l,style:i,styles:s,unstyled:u,vars:c,color:m,label:g,id:y,size:b,radius:S,wrapperProps:E,checked:M,labelPosition:I,description:R,error:N,disabled:T,variant:L,indeterminate:P,icon:O,rootRef:A,iconColor:V,onChange:j,autoContrast:$,mod:B,...D}=r,H=(0,C.useCheckboxGroupContext)(),F=b||(null==H?void 0:H.size),_=(0,f.useStyles)({name:"Checkbox",props:r,classes:x,className:l,style:i,classNames:o,styles:s,unstyled:u,vars:c,varsResolver:k}),{styleProps:Z,rest:z}=(0,p.extractStyleProps)(D),G=(0,a.useId)(y),U=H?{checked:H.value.includes(z.value),onChange:e=>{H.onChange(e),null==j||j(e)}}:{};return(0,n.jsx)(v.Z,{..._("root"),__staticSelector:"Checkbox",__stylesApiProps:r,id:G,size:F,labelPosition:I,label:g,description:R,error:N,disabled:T,classNames:o,styles:s,unstyled:u,"data-checked":U.checked||M||void 0,variant:L,ref:A,mod:B,...Z,...E,children:(0,n.jsxs)(h.Box,{..._("inner"),mod:{"data-label-position":I},children:[(0,n.jsx)(h.Box,{component:"input",id:G,ref:t,checked:M,disabled:T,mod:{error:!!N,indeterminate:P},..._("input",{focusable:!0,variant:L}),onChange:j,...z,...U,type:"checkbox"}),(0,n.jsx)(O,{indeterminate:P,..._("icon")})]})})});E.classes={...x,...v.J},E.displayName="@mantine/core/Checkbox",E.Group=y.CheckboxGroup,E.Indicator=b.CheckboxIndicator,E.Card=g.CheckboxCard},10130:function(e,t,r){"use strict";r.d(t,{useCheckboxCardContext:function(){return a},y:function(){return n}}),r(7653),r(27573);let[n,a]=(0,r(9103).createOptionalContext)()},49184:function(e,t,r){"use strict";r.d(t,{CheckboxCard:function(){return m}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(2896),u=r(28579),c=r(49244),d=r(10130),f={card:"m_26775b0a"};let p={withBorder:!0},h=(0,o.createVarsResolver)((e,t)=>{let{radius:r}=t;return{card:{"--card-radius":(0,a.getRadius)(r)}}}),m=(0,s.factory)((e,t)=>{let r=(0,l.useProps)("CheckboxCard",p,e),{classNames:a,className:o,style:s,styles:m,unstyled:v,vars:g,checked:C,mod:y,withBorder:b,value:S,onClick:x,...w}=r,k=(0,i.useStyles)({name:"CheckboxCard",classes:f,props:r,className:o,style:s,classNames:a,styles:m,unstyled:v,vars:g,varsResolver:h,rootSelector:"card"}),E=(0,c.useCheckboxGroupContext)(),M="boolean"==typeof C?C:(null==E?void 0:E.value.includes(S||""))||!1;return(0,n.jsx)(d.y,{value:{checked:M},children:(0,n.jsx)(u.UnstyledButton,{ref:t,mod:[{"with-border":b,checked:M},y],...k("card"),...w,role:"checkbox","aria-checked":M,onClick:e=>{null==x||x(e),null==E||E.onChange(S||"")}})})});m.displayName="@mantine/core/CheckboxCard",m.classes=f},49244:function(e,t,r){"use strict";r.d(t,{useCheckboxGroupContext:function(){return l},z:function(){return o}});var n=r(7653);let a=(0,n.createContext)(null),o=a.Provider,l=()=>(0,n.useContext)(a)},21666:function(e,t,r){"use strict";r.d(t,{CheckboxGroup:function(){return d}});var n=r(27573),a=r(28023);r(7653);var o=r(10442),l=r(2896),i=r(89010),s=r(38487),u=r(49244);let c={},d=(0,l.factory)((e,t)=>{let{value:r,defaultValue:l,onChange:d,size:f,wrapperProps:p,children:h,readOnly:m,...v}=(0,o.useProps)("CheckboxGroup",c,e),[g,C]=(0,a.useUncontrolled)({value:r,defaultValue:l,finalValue:[],onChange:d});return(0,n.jsx)(u.z,{value:{value:g,onChange:e=>{let t="string"==typeof e?e:e.currentTarget.value;m||C(g.includes(t)?g.filter(e=>e!==t):[...g,t])},size:f},children:(0,n.jsx)(i.Input.Wrapper,{size:f,ref:t,...p,...v,labelElement:"div",__staticSelector:"CheckboxGroup",children:(0,n.jsx)(s.m,{role:"group",children:h})})})});d.classes=i.Input.Wrapper.classes,d.displayName="@mantine/core/CheckboxGroup"},26082:function(e,t,r){"use strict";r.d(t,{CheckboxIndicator:function(){return y}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(30670),i=r(12882),s=r(25756),u=r(39856),c=r(10442),d=r(99268),f=r(73206),p=r(2896),h=r(10130),m=r(81941),v={indicator:"m_5e5256ee",icon:"m_1b1c543a","indicator--outline":"m_76e20374"};let g={icon:m.P},C=(0,o.createVarsResolver)((e,t)=>{let{radius:r,color:n,size:o,iconColor:c,variant:d,autoContrast:f}=t,p=(0,l.parseThemeColor)({color:n||e.primaryColor,theme:e}),h=p.isThemeColor&&void 0===p.shade?`var(--mantine-color-${p.color}-outline)`:p.color;return{indicator:{"--checkbox-size":(0,a.getSize)(o,"checkbox-size"),"--checkbox-radius":void 0===r?void 0:(0,a.getRadius)(r),"--checkbox-color":"outline"===d?h:(0,i.getThemeColor)(n,e),"--checkbox-icon-color":c?(0,i.getThemeColor)(c,e):(0,u.getAutoContrastValue)(f,e)?(0,s.getContrastColor)({color:n,theme:e,autoContrast:f}):void 0}}}),y=(0,p.factory)((e,t)=>{let r=(0,c.useProps)("CheckboxIndicator",g,e),{classNames:a,className:o,style:l,styles:i,unstyled:s,vars:u,icon:p,indeterminate:m,radius:y,color:b,iconColor:S,autoContrast:x,checked:w,mod:k,variant:E,disabled:M,...I}=r,R=(0,d.useStyles)({name:"CheckboxIndicator",classes:v,props:r,className:o,style:l,classNames:a,styles:i,unstyled:s,vars:u,varsResolver:C,rootSelector:"indicator"}),N=(0,h.useCheckboxCardContext)(),T="boolean"==typeof w||"boolean"==typeof m?w||m:(null==N?void 0:N.checked)||!1;return(0,n.jsx)(f.Box,{ref:t,...R("indicator",{variant:E}),variant:E,mod:[{checked:T,disabled:M},k],...I,children:(0,n.jsx)(p,{indeterminate:m,...R("icon")})})});y.displayName="@mantine/core/CheckboxIndicator",y.classes=v},51716:function(e,t,r){"use strict";r.d(t,{Chip:function(){return y}});var n=r(27573),a=r(70397),o=r(28023);r(7653);var l=r(91741),i=r(31780),s=r(10442),u=r(99268),c=r(67267),d=r(73206),f=r(2896),p=r(81941),h=r(35168),m=r(61573),v={root:"m_f59ffda3",label:"m_be049a53","label--outline":"m_3904c1af","label--filled":"m_fa109255","label--light":"m_f7e165c3",iconWrapper:"m_9ac86df9",checkIcon:"m_d6d72580",input:"m_bde07329"};let g={type:"checkbox"},C=(0,i.createVarsResolver)((e,t)=>{let{size:r,radius:n,variant:a,color:o,autoContrast:i}=t,s=e.variantColorResolver({color:o||e.primaryColor,theme:e,variant:a||"filled",autoContrast:i});return{root:{"--chip-fz":(0,l.getFontSize)(r),"--chip-size":(0,l.getSize)(r,"chip-size"),"--chip-radius":void 0===n?void 0:(0,l.getRadius)(n),"--chip-checked-padding":(0,l.getSize)(r,"chip-checked-padding"),"--chip-padding":(0,l.getSize)(r,"chip-padding"),"--chip-icon-size":(0,l.getSize)(r,"chip-icon-size"),"--chip-bg":o||a?s.background:void 0,"--chip-hover":o||a?s.hover:void 0,"--chip-color":o||a?s.color:void 0,"--chip-bd":o||a?s.border:void 0,"--chip-spacing":(0,l.getSize)(r,"chip-spacing")}}}),y=(0,f.factory)((e,t)=>{let r=(0,s.useProps)("Chip",g,e),{classNames:l,className:i,style:f,styles:m,unstyled:y,vars:b,id:S,checked:x,defaultChecked:w,onChange:k,value:E,wrapperProps:M,type:I,disabled:R,children:N,size:T,variant:L,icon:P,rootRef:O,autoContrast:A,mod:V,...j}=r,$=(0,u.useStyles)({name:"Chip",classes:v,props:r,className:i,style:f,classNames:l,styles:m,unstyled:y,vars:b,varsResolver:C}),B=(0,h.Q)(),D=(0,a.useId)(S),{styleProps:H,rest:F}=(0,c.extractStyleProps)(j),[_,Z]=(0,o.useUncontrolled)({value:x,defaultValue:w,finalValue:!1,onChange:k}),z=B?{checked:B.isChipSelected(E),onChange:e=>{B.onChange(e),null==k||k(e.currentTarget.checked)},type:B.multiple?"checkbox":"radio"}:{},G=z.checked||_;return(0,n.jsxs)(d.Box,{size:T,variant:L,ref:O,mod:V,...$("root"),...H,...M,children:[(0,n.jsx)("input",{type:I,...$("input"),checked:G,onChange:e=>Z(e.currentTarget.checked),id:D,disabled:R,ref:t,value:E,...z,...F}),(0,n.jsxs)("label",{htmlFor:D,"data-checked":G||void 0,"data-disabled":R||void 0,...$("label",{variant:L||"filled"}),children:[G&&(0,n.jsx)("span",{...$("iconWrapper"),children:P||(0,n.jsx)(p.CheckIcon,{...$("checkIcon")})}),(0,n.jsx)("span",{children:N})]})]})});y.classes=v,y.displayName="@mantine/core/Chip",y.Group=m.ChipGroup},35168:function(e,t,r){"use strict";r.d(t,{A:function(){return n},Q:function(){return a}}),r(7653),r(27573);let[n,a]=(0,r(9103).createOptionalContext)()},61573:function(e,t,r){"use strict";r.d(t,{ChipGroup:function(){return s}});var n=r(27573),a=r(28023);r(7653);var o=r(10442),l=r(35168);let i={};function s(e){let{value:t,defaultValue:r,onChange:s,multiple:u,children:c}=(0,o.useProps)("ChipGroup",i,e),[d,f]=(0,a.useUncontrolled)({value:t,defaultValue:r,finalValue:u?[]:null,onChange:s});return(0,n.jsx)(l.A,{value:{isChipSelected:e=>Array.isArray(d)?d.includes(e):e===d,onChange:e=>{let t=e.currentTarget.value;Array.isArray(d)?f(d.includes(t)?d.filter(e=>e!==t):[...d,t]):f(t)},multiple:u},children:c})}s.displayName="@mantine/core/ChipGroup"},63351:function(e,t,r){"use strict";r.d(t,{Code:function(){return p}});var n=r(27573);r(7653);var a=r(31780),o=r(12882),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c={root:"m_b183c0a2"};let d={},f=(0,a.createVarsResolver)((e,t)=>{let{color:r}=t;return{root:{"--code-bg":r?(0,o.getThemeColor)(r,e):void 0}}}),p=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("Code",d,e),{classNames:a,className:o,style:u,styles:p,unstyled:h,vars:m,color:v,block:g,variant:C,mod:y,...b}=r,S=(0,i.useStyles)({name:"Code",props:r,classes:c,className:o,style:u,classNames:a,styles:p,unstyled:h,vars:m,varsResolver:f});return(0,n.jsx)(s.Box,{component:g?"pre":"code",variant:C,ref:t,mod:[{block:g},y],...S("root"),...b,dir:"ltr"})});p.classes=c,p.displayName="@mantine/core/Code"},17127:function(e,t,r){"use strict";r.d(t,{Collapse:function(){return g}});var n=r(27573),a=r(93010),o=r(7653),l=r(76719),i=r(10442),s=r(3732),u=r(73206),c=r(2896),d=r(3458),f=r(9797),p=r(3221);function h(e){return(null==e?void 0:e.current)?e.current.scrollHeight:"auto"}let m="undefined"!=typeof window&&window.requestAnimationFrame,v={transitionDuration:200,transitionTimingFunction:"ease",animateOpacity:!0},g=(0,c.factory)((e,t)=>{let{children:r,in:c,transitionDuration:g,transitionTimingFunction:C,style:y,onTransitionEnd:b,animateOpacity:S,...x}=(0,i.useProps)("Collapse",v,e),w=(0,l.useMantineTheme)(),k=(0,a.useReducedMotion)(),E=w.respectReducedMotion&&k?0:g,M=function(e){let{transitionDuration:t,transitionTimingFunction:r="ease",onTransitionEnd:n=()=>{},opened:a}=e,l=(0,o.useRef)(null),i={display:"none",height:0,overflow:"hidden"},[s,u]=(0,o.useState)(a?{}:i),c=e=>{(0,d.flushSync)(()=>u(e))},v=e=>{c(t=>({...t,...e}))};function g(e){let n=t||function(e){if(!e||"string"==typeof e)return 0;let t=e/36;return Math.round((4+15*t**.25+t/5)*10)}(e);return{transition:`height ${n}ms ${r}, opacity ${n}ms ${r}`}}(0,f.useDidUpdate)(()=>{"function"==typeof m&&(a?m(()=>{v({willChange:"height",display:"block",overflow:"hidden"}),m(()=>{let e=h(l);v({...g(e),height:e})})}):m(()=>{let e=h(l);v({...g(e),willChange:"height",height:e}),m(()=>v({height:0,overflow:"hidden"}))}))},[a]);let C=e=>{if(e.target===l.current&&"height"===e.propertyName){if(a){let e=h(l);e===s.height?c({}):v({height:e}),n()}else 0===s.height&&(c(i),n())}};return function(){let{style:e={},refKey:t="ref",...r}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=r[t];return{"aria-hidden":!a,...r,[t]:(0,p.mergeRefs)(l,n),onTransitionEnd:C,style:{boxSizing:"border-box",...e,...s}}}}({opened:c,transitionDuration:E,transitionTimingFunction:C,onTransitionEnd:b});return 0===E?c?(0,n.jsx)(u.Box,{...x,children:r}):null:(0,n.jsx)(u.Box,{...M({style:{opacity:c||!S?1:0,transition:S?`opacity ${E}ms ${C}`:"none",...(0,s.getStyleObject)(y,w)},ref:t,...x}),children:r})});g.displayName="@mantine/core/Collapse"},11083:function(e,t,r){"use strict";r.d(t,{ColorInput:function(){return I}});var n=r(27573),a=r(7653),o=r(28023),l=r(15942),i=r(9797),s=r(91741),u=r(31780),c=r(43196),d=r(99268),f=r(10442),p=r(2896),h=r(72491),m=r(38446),v=r(16799),g=r(64379),C=r(1992),y=r(89010),b=r(48033),S=r(18578),x=r(71304);function w(e){let{style:t,...r}=e;return(0,n.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",style:{width:"var(--ci-eye-dropper-icon-size)",height:"var(--ci-eye-dropper-icon-size)",...t},viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",...r,children:[(0,n.jsx)("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),(0,n.jsx)("path",{d:"M11 7l6 6"}),(0,n.jsx)("path",{d:"M4 16l11.7 -11.7a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-11.7 11.7h-4v-4z"})]})}var k={eyeDropperIcon:"m_b077c2bc",colorPreview:"m_c5ccdcab",dropdown:"m_5ece2cd7"};let E={format:"hex",fixOnBlur:!0,withPreview:!0,swatchesPerRow:7,withPicker:!0,popoverProps:{transitionProps:{transition:"fade",duration:0}},withEyeDropper:!0},M=(0,u.createVarsResolver)((e,t)=>{let{size:r}=t;return{eyeDropperIcon:{"--ci-eye-dropper-icon-size":(0,s.getSize)(r,"ci-eye-dropper-icon-size")},colorPreview:{"--ci-preview-size":(0,s.getSize)(r,"ci-preview-size")}}}),I=(0,p.factory)((e,t)=>{let r=(0,f.useProps)("ColorInput",E,e),{classNames:s,styles:u,unstyled:p,disallowInput:S,fixOnBlur:I,popoverProps:R,withPreview:N,withEyeDropper:T,eyeDropperIcon:L,closeOnColorSwatchClick:P,eyeDropperButtonProps:O,value:A,defaultValue:V,onChange:j,onChangeEnd:$,onClick:B,onFocus:D,onBlur:H,inputProps:F,format:_,wrapperProps:Z,readOnly:z,withPicker:G,swatches:U,disabled:W,leftSection:K,rightSection:J,swatchesPerRow:q,...Y}=(0,b.useInputProps)("ColorInput",E,e),X=(0,d.useStyles)({name:"ColorInput",props:r,classes:k,classNames:s,styles:u,unstyled:p,rootSelector:"wrapper",vars:r.vars,varsResolver:M}),{resolvedClassNames:Q,resolvedStyles:ee}=(0,c.useResolvedStylesApi)({classNames:s,styles:u,props:r}),[et,er]=(0,a.useState)(!1),[en,ea]=(0,a.useState)(""),[eo,el]=(0,o.useUncontrolled)({value:A,defaultValue:V,finalValue:"",onChange:j}),{supported:ei,open:es}=(0,l.useEyeDropper)(),eu=(0,n.jsx)(h.ActionIcon,{...O,...X("eyeDropperButton",{className:null==O?void 0:O.className,style:null==O?void 0:O.style}),variant:"subtle",color:"gray",size:F.size,unstyled:p,onClick:()=>es().then(e=>{if(null==e?void 0:e.sRGBHex){let t=(0,v.convertHsvaTo)(_,(0,g.parseColor)(e.sRGBHex));el(t),null==$||$(t)}}).catch(()=>{}),children:L||(0,n.jsx)(w,{...X("eyeDropperIcon")})});return(0,a.useEffect)(()=>{((0,g.isColorValid)(eo)||""===eo.trim())&&ea(eo)},[eo]),(0,i.useDidUpdate)(()=>{(0,g.isColorValid)(eo)&&el((0,v.convertHsvaTo)(_,(0,g.parseColor)(eo)))},[_]),(0,n.jsx)(y.Input.Wrapper,{...Z,classNames:Q,styles:ee,__staticSelector:"ColorInput",children:(0,n.jsxs)(x.Popover,{__staticSelector:"ColorInput",position:"bottom-start",offset:5,opened:et,...R,classNames:Q,styles:ee,unstyled:p,withRoles:!1,disabled:z||!1===G&&(!Array.isArray(U)||0===U.length),children:[(0,n.jsx)(x.Popover.Target,{children:(0,n.jsx)(y.Input,{autoComplete:"off",...Y,...F,classNames:Q,styles:ee,disabled:W,ref:t,__staticSelector:"ColorInput",onFocus:e=>{null==D||D(e),er(!0)},onBlur:e=>{I&&el(en),null==H||H(e),er(!1)},onClick:e=>{null==B||B(e),er(!0)},spellCheck:!1,value:eo,onChange:e=>{let t=e.currentTarget.value;el(t),(0,g.isColorValid)(t)&&(null==$||$((0,v.convertHsvaTo)(_,(0,g.parseColor)(t))))},leftSection:K||(N?(0,n.jsx)(C.ColorSwatch,{color:(0,g.isColorValid)(eo)?eo:"#fff",size:"var(--ci-preview-size)",...X("colorPreview")}):null),readOnly:S||z,pointer:S,unstyled:p,rightSection:J||(T&&!W&&!z&&ei?eu:null)})}),(0,n.jsx)(x.Popover.Dropdown,{onMouseDown:e=>e.preventDefault(),className:k.dropdown,children:(0,n.jsx)(m.ColorPicker,{__staticSelector:"ColorInput",value:eo,onChange:el,onChangeEnd:$,format:_,swatches:U,swatchesPerRow:q,withPicker:G,size:F.size,focusable:!1,unstyled:p,styles:ee,classNames:Q,onColorSwatchClick:()=>P&&er(!1)})})]})})});I.classes=S.InputBase.classes,I.displayName="@mantine/core/ColorInput"},4169:function(e,t,r){"use strict";r.d(t,{AlphaSlider:function(){return c}});var n=r(27573),a=r(7653),o=r(82434),l=r(10442),i=r(95789),s=r(64379);let u={},c=(0,a.forwardRef)((e,t)=>{let{value:r,onChange:a,onChangeEnd:c,color:d,...f}=(0,l.useProps)("AlphaSlider",u,e);return(0,n.jsx)(i._,{...f,ref:t,value:r,onChange:e=>null==a?void 0:a((0,s.NM)(e,2)),onChangeEnd:e=>null==c?void 0:c((0,s.NM)(e,2)),maxValue:1,round:!1,"data-alpha":!0,overlays:[{backgroundImage:"linear-gradient(45deg, var(--slider-checkers) 25%, transparent 25%), linear-gradient(-45deg, var(--slider-checkers) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--slider-checkers) 75%), linear-gradient(-45deg, var(--mantine-color-body) 75%, var(--slider-checkers) 75%)",backgroundSize:`${(0,o.h)(8)} ${(0,o.h)(8)}`,backgroundPosition:`0 0, 0 ${(0,o.h)(4)}, ${(0,o.h)(4)} ${(0,o.h)(-4)}, ${(0,o.h)(-4)} 0`},{backgroundImage:`linear-gradient(90deg, transparent, ${d})`},{boxShadow:`rgba(0, 0, 0, .1) 0 0 0 ${(0,o.h)(1)} inset, rgb(0, 0, 0, .15) 0 0 ${(0,o.h)(4)} inset`}]})});c.displayName="@mantine/core/AlphaSlider"},58905:function(e,t,r){"use strict";r.d(t,{K:function(){return n},j:function(){return a}}),r(7653),r(27573);let[n,a]=(0,r(9103).createOptionalContext)(null)},38446:function(e,t,r){"use strict";r.d(t,{ColorPicker:function(){return M}});var n=r(27573),a=r(7653),o=r(28023),l=r(9797),i=r(91741),s=r(31780),u=r(10442),c=r(99268),d=r(73206),f=r(2896),p=r(1992),h=r(4169),m=r(58905),v=r(16799),g=r(64379),C=r(46197),y=r(58482),b=r(22689);function S(e){let{className:t,onChange:r,onChangeEnd:o,value:l,saturationLabel:i,focusable:s=!0,size:u,color:c,onScrubStart:f,onScrubEnd:p,...h}=e,{getStyles:g}=(0,m.j)(),[C,S]=(0,a.useState)({x:l.s/100,y:1-l.v/100}),x=(0,a.useRef)(C),{ref:w}=(0,y.useMove)(e=>{let{x:t,y:n}=e;x.current={x:t,y:n},r({s:Math.round(100*t),v:Math.round((1-n)*100)})},{onScrubEnd:()=>{let{x:e,y:t}=x.current;o({s:Math.round(100*e),v:Math.round((1-t)*100)}),null==p||p()},onScrubStart:f});(0,a.useEffect)(()=>{S({x:l.s/100,y:1-l.v/100})},[l.s,l.v]);let k=(e,t)=>{e.preventDefault();let n=(0,y.clampUseMovePosition)(t);r({s:Math.round(100*n.x),v:Math.round((1-n.y)*100)}),o({s:Math.round(100*n.x),v:Math.round((1-n.y)*100)})};return(0,n.jsxs)(d.Box,{...g("saturation"),ref:w,...h,role:"slider","aria-label":i,"aria-valuenow":C.x,"aria-valuetext":(0,v.convertHsvaTo)("rgba",l),tabIndex:s?0:-1,onKeyDown:e=>{switch(e.key){case"ArrowUp":k(e,{y:C.y-.05,x:C.x});break;case"ArrowDown":k(e,{y:C.y+.05,x:C.x});break;case"ArrowRight":k(e,{x:C.x+.05,y:C.y});break;case"ArrowLeft":k(e,{x:C.x-.05,y:C.y})}},children:[(0,n.jsx)("div",{...g("saturationOverlay",{style:{backgroundColor:`hsl(${l.h}, 100%, 50%)`}})}),(0,n.jsx)("div",{...g("saturationOverlay",{style:{backgroundImage:"linear-gradient(90deg, #fff, transparent)"}})}),(0,n.jsx)("div",{...g("saturationOverlay",{style:{backgroundImage:"linear-gradient(0deg, #000, transparent)"}})}),(0,n.jsx)(b.b,{position:C,...g("thumb",{style:{backgroundColor:c}})})]})}S.displayName="@mantine/core/Saturation";let x=(0,a.forwardRef)((e,t)=>{let{className:r,datatype:o,setValue:l,onChangeEnd:i,size:s,focusable:u,data:c,swatchesPerRow:f,...h}=e,v=(0,m.j)(),g=c.map((e,t)=>(0,a.createElement)(p.ColorSwatch,{...v.getStyles("swatch"),unstyled:v.unstyled,component:"button",type:"button",color:e,key:t,radius:"sm",onClick:()=>{l(e),null==i||i(e)},"aria-label":e,tabIndex:u?0:-1,"data-swatch":!0}));return(0,n.jsx)(d.Box,{...v.getStyles("swatches"),ref:t,...h,children:g})});x.displayName="@mantine/core/Swatches";var w=r(89868);let k={swatchesPerRow:7,withPicker:!0,focusable:!0,size:"md",__staticSelector:"ColorPicker"},E=(0,s.createVarsResolver)((e,t)=>{let{size:r,swatchesPerRow:n}=t;return{wrapper:{"--cp-preview-size":(0,i.getSize)(r,"cp-preview-size"),"--cp-width":(0,i.getSize)(r,"cp-width"),"--cp-body-spacing":(0,i.getSpacing)(r),"--cp-swatch-size":`${100/n}%`,"--cp-thumb-size":(0,i.getSize)(r,"cp-thumb-size"),"--cp-saturation-height":(0,i.getSize)(r,"cp-saturation-height")}}}),M=(0,f.factory)((e,t)=>{let r=(0,u.useProps)("ColorPicker",k,e),{classNames:i,className:s,style:f,styles:y,unstyled:b,vars:M,format:I,value:R,defaultValue:N,onChange:T,onChangeEnd:L,withPicker:P,size:O,saturationLabel:A,hueLabel:V,alphaLabel:j,focusable:$,swatches:B,swatchesPerRow:D,fullWidth:H,onColorSwatchClick:F,__staticSelector:_,mod:Z,...z}=r,G=(0,c.useStyles)({name:_,props:r,classes:w.Z,className:s,style:f,classNames:i,styles:y,unstyled:b,rootSelector:"wrapper",vars:M,varsResolver:E}),U=(0,a.useRef)(I),W=(0,a.useRef)(),K=(0,a.useRef)(-1),J=(0,a.useRef)(!1),q="hexa"===I||"rgba"===I||"hsla"===I,[Y,X,Q]=(0,o.useUncontrolled)({value:R,defaultValue:N,finalValue:"#FFFFFF",onChange:T}),[ee,et]=(0,a.useState)((0,g.parseColor)(Y)),er=()=>{window.clearTimeout(K.current),J.current=!0},en=()=>{window.clearTimeout(K.current),K.current=window.setTimeout(()=>{J.current=!1},200)},ea=e=>{et(t=>{let r={...t,...e};return W.current=(0,v.convertHsvaTo)(U.current,r),r}),X(W.current)};return(0,l.useDidUpdate)(()=>{(0,g.isColorValid)(R)&&!J.current&&et((0,g.parseColor)(R))},[R]),(0,l.useDidUpdate)(()=>{U.current=I,X((0,v.convertHsvaTo)(I,ee))},[I]),(0,n.jsx)(m.K,{value:{getStyles:G,unstyled:b},children:(0,n.jsxs)(d.Box,{ref:t,...G("wrapper"),size:O,mod:[{"full-width":H},Z],...z,children:[P&&(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(S,{value:ee,onChange:ea,onChangeEnd:e=>{let{s:t,v:r}=e;return null==L?void 0:L((0,v.convertHsvaTo)(U.current,{...ee,s:t,v:r}))},color:Y,size:O,focusable:$,saturationLabel:A,onScrubStart:er,onScrubEnd:en}),(0,n.jsxs)("div",{...G("body"),children:[(0,n.jsxs)("div",{...G("sliders"),children:[(0,n.jsx)(C.HueSlider,{value:ee.h,onChange:e=>ea({h:e}),onChangeEnd:e=>null==L?void 0:L((0,v.convertHsvaTo)(U.current,{...ee,h:e})),size:O,focusable:$,"aria-label":V,onScrubStart:er,onScrubEnd:en}),q&&(0,n.jsx)(h.AlphaSlider,{value:ee.a,onChange:e=>ea({a:e}),onChangeEnd:e=>{null==L||L((0,v.convertHsvaTo)(U.current,{...ee,a:e}))},size:O,color:(0,v.convertHsvaTo)("hex",ee),focusable:$,"aria-label":j,onScrubStart:er,onScrubEnd:en})]}),q&&(0,n.jsx)(p.ColorSwatch,{color:Y,radius:"sm",size:"var(--cp-preview-size)",...G("preview")})]})]}),Array.isArray(B)&&(0,n.jsx)(x,{data:B,swatchesPerRow:D,focusable:$,setValue:X,onChangeEnd:e=>{let t=(0,v.convertHsvaTo)(I,(0,g.parseColor)(e));null==F||F(t),null==L||L(t),Q||et((0,g.parseColor)(e))}})]})})});M.classes=w.Z,M.displayName="@mantine/core/ColorPicker"},89868:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={wrapper:"m_fee9c77",preview:"m_9dddfbac",body:"m_bffecc3e",sliders:"m_3283bb96",thumb:"m_40d572ba",swatch:"m_d8ee6fd8",swatches:"m_5711e686",saturation:"m_202a296e",saturationOverlay:"m_11b3db02",slider:"m_d856d47d",sliderOverlay:"m_8f327113"}},95789:function(e,t,r){"use strict";r.d(t,{_:function(){return C}});var n=r(27573),a=r(7653),o=r(58482),l=r(9797),i=r(3221),s=r(82434),u=r(76719),c=r(10442),d=r(99268),f=r(73206),p=r(2896),h=r(58905),m=r(22689),v=r(89868);let g={},C=(0,p.factory)((e,t)=>{var r;let p=(0,c.useProps)("ColorSlider",g,e),{classNames:C,className:y,style:b,styles:S,unstyled:x,vars:w,onChange:k,onChangeEnd:E,maxValue:M,round:I,size:R="md",focusable:N=!0,value:T,overlays:L,thumbColor:P="transparent",onScrubStart:O,onScrubEnd:A,__staticSelector:V="ColorPicker",...j}=p,$=(0,d.useStyles)({name:V,classes:v.Z,props:p,className:y,style:b,classNames:C,styles:S,unstyled:x}),B=(null===(r=(0,h.j)())||void 0===r?void 0:r.getStyles)||$,D=(0,u.useMantineTheme)(),[H,F]=(0,a.useState)({y:0,x:T/M}),_=(0,a.useRef)(H),Z=e=>I?Math.round(e*M):e*M,{ref:z}=(0,o.useMove)(e=>{let{x:t,y:r}=e;_.current={x:t,y:r},null==k||k(Z(t))},{onScrubEnd:()=>{let{x:e}=_.current;null==E||E(Z(e)),null==A||A()},onScrubStart:O});(0,l.useDidUpdate)(()=>{F({y:0,x:T/M})},[T]);let G=(e,t)=>{e.preventDefault();let r=(0,o.clampUseMovePosition)(t);null==k||k(Z(r.x)),null==E||E(Z(r.x))},U=L.map((e,t)=>(0,a.createElement)("div",{...B("sliderOverlay"),style:e,key:t}));return(0,n.jsxs)(f.Box,{...j,ref:(0,i.useMergedRef)(z,t),...B("slider"),role:"slider","aria-valuenow":T,"aria-valuemax":M,"aria-valuemin":0,tabIndex:N?0:-1,onKeyDown:e=>{switch(e.key){case"ArrowRight":G(e,{x:H.x+.05,y:H.y});break;case"ArrowLeft":G(e,{x:H.x-.05,y:H.y})}},"data-focus-ring":D.focusRing,__vars:{"--cp-thumb-size":`var(--cp-thumb-size-${R})`},children:[U,(0,n.jsx)(m.b,{position:H,...B("thumb",{style:{top:(0,s.h)(1),background:P}})})]})});C.displayName="@mantine/core/ColorSlider"},46197:function(e,t,r){"use strict";r.d(t,{HueSlider:function(){return s}});var n=r(27573),a=r(7653),o=r(82434),l=r(10442),i=r(95789);let s=(0,a.forwardRef)((e,t)=>{let{value:r,onChange:a,onChangeEnd:s,color:u,...c}=(0,l.useProps)("HueSlider",{},e);return(0,n.jsx)(i._,{...c,ref:t,value:r,onChange:a,onChangeEnd:s,maxValue:360,thumbColor:`hsl(${r}, 100%, 50%)`,round:!0,"data-hue":!0,overlays:[{backgroundImage:"linear-gradient(to right,hsl(0,100%,50%),hsl(60,100%,50%),hsl(120,100%,50%),hsl(170,100%,50%),hsl(240,100%,50%),hsl(300,100%,50%),hsl(360,100%,50%))"},{boxShadow:`rgba(0, 0, 0, .1) 0 0 0 ${(0,o.h)(1)} inset, rgb(0, 0, 0, .15) 0 0 ${(0,o.h)(4)} inset`}]})});s.displayName="@mantine/core/HueSlider"},22689:function(e,t,r){"use strict";r.d(t,{b:function(){return l}});var n=r(27573),a=r(7653),o=r(73206);let l=(0,a.forwardRef)((e,t)=>{let{position:r,...a}=e;return(0,n.jsx)(o.Box,{ref:t,__vars:{"--thumb-y-offset":`${100*r.y}%`,"--thumb-x-offset":`${100*r.x}%`},...a})});l.displayName="@mantine/core/ColorPickerThumb"},16799:function(e,t,r){"use strict";r.d(t,{convertHsvaTo:function(){return c}});var n=r(64379);function a(e){let{h:t,s:r,v:a,a:o}=e,l=t/360*6,i=r/100,s=a/100,u=Math.floor(l),c=s*(1-i),d=s*(1-(l-u)*i),f=s*(1-(1-l+u)*i),p=u%6;return{r:(0,n.NM)(255*[s,d,c,c,f,s][p]),g:(0,n.NM)(255*[f,s,s,d,c,c][p]),b:(0,n.NM)(255*[c,c,f,s,s,d][p]),a:(0,n.NM)(o,2)}}function o(e,t){let{r,g:o,b:l,a:i}=a(e);return t?`rgba(${r}, ${o}, ${l}, ${(0,n.NM)(i,2)})`:`rgb(${r}, ${o}, ${l})`}function l(e,t){let{h:r,s:a,v:o,a:l}=e,i=(200-a)*o/100,s={h:Math.round(r),s:Math.round(i>0&&i<200?a*o/100/(i<=100?i:200-i)*100:0),l:Math.round(i/2)};return t?`hsla(${s.h}, ${s.s}%, ${s.l}%, ${(0,n.NM)(l,2)})`:`hsl(${s.h}, ${s.s}%, ${s.l}%)`}function i(e){let t=e.toString(16);return t.length<2?`0${t}`:t}function s(e){let{r:t,g:r,b:n}=a(e);return`#${i(t)}${i(r)}${i(n)}`}let u={hex:s,hexa:e=>(function(e){let t=Math.round(255*e.a);return`${s(e)}${i(t)}`})(e),rgb:e=>o(e,!1),rgba:e=>o(e,!0),hsl:e=>l(e,!1),hsla:e=>l(e,!0)};function c(e,t){return t?e in u?u[e](t):u.hex(t):"#000000"}},64379:function(e,t,r){"use strict";function n(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10**t;return Math.round(r*e)/r}r.d(t,{NM:function(){return n},isColorValid:function(){return p},parseColor:function(){return h}});let a={grad:.9,turn:360,rad:360/(2*Math.PI)},o=/hsla?\(?\s*(-?\d*\.?\d+)(deg|rad|grad|turn)?[,\s]+(-?\d*\.?\d+)%?[,\s]+(-?\d*\.?\d+)%?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i;function l(e){let t=o.exec(e);return t?function(e){let{h:t,s:r,l:n,a}=e,o=(n<50?n:100-n)/100*r;return{h:t,s:o>0?2*o/(n+o)*100:0,v:n+o,a}}({h:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"deg";return Number(e)*(a[t]||1)}(t[1],t[2]),s:Number(t[3]),l:Number(t[4]),a:void 0===t[5]?1:Number(t[5])/(t[6]?100:1)}):{h:0,s:0,v:0,a:1}}function i(e){let{r:t,g:r,b:a,a:o}=e,l=Math.max(t,r,a),i=l-Math.min(t,r,a),s=i?l===t?(r-a)/i:l===r?2+(a-t)/i:4+(t-r)/i:0;return{h:n(60*(s<0?s+6:s),3),s:n(l?i/l*100:0,3),v:n(l/255*100,3),a:o}}function s(e){let t="#"===e[0]?e.slice(1):e;return 3===t.length?i({r:parseInt(t[0]+t[0],16),g:parseInt(t[1]+t[1],16),b:parseInt(t[2]+t[2],16),a:1}):i({r:parseInt(t.slice(0,2),16),g:parseInt(t.slice(2,4),16),b:parseInt(t.slice(4,6),16),a:1})}let u=/rgba?\(?\s*(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i;function c(e){let t=u.exec(e);return t?i({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):{h:0,s:0,v:0,a:1}}let d={hex:/^#?([0-9A-F]{3}){1,2}$/i,hexa:/^#?([0-9A-F]{4}){1,2}$/i,rgb:/^rgb\((\d+),\s*(\d+),\s*(\d+)(?:,\s*(\d+(?:\.\d+)?))?\)$/i,rgba:/^rgba\((\d+),\s*(\d+),\s*(\d+)(?:,\s*(\d+(?:\.\d+)?))?\)$/i,hsl:/hsl\(\s*(\d+)\s*,\s*(\d+(?:\.\d+)?%)\s*,\s*(\d+(?:\.\d+)?%)\)/i,hsla:/^hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*(\d*(?:\.\d+)?)\)$/i},f={hex:s,hexa:function(e){let t="#"===e[0]?e.slice(1):e,r=e=>n(parseInt(e,16)/255,3);if(4===t.length){let e=t.slice(0,3),n=r(t[3]+t[3]);return{...s(e),a:n}}let a=t.slice(0,6),o=r(t.slice(6,8));return{...s(a),a:o}},rgb:c,rgba:c,hsl:l,hsla:l};function p(e){for(let[,t]of Object.entries(d))if(t.test(e))return!0;return!1}function h(e){if("string"!=typeof e)return{h:0,s:0,v:0,a:1};if("transparent"===e)return{h:0,s:0,v:0,a:0};let t=e.trim();for(let[e,r]of Object.entries(d))if(r.test(t))return f[e](t);return{h:0,s:0,v:0,a:1}}},1992:function(e,t,r){"use strict";r.d(t,{ColorSwatch:function(){return h}});var n=r(27573),a=r(82434);r(7653);var o=r(91741),l=r(31780),i=r(10442),s=r(99268),u=r(73206),c=r(58031),d={root:"m_de3d2490",colorOverlay:"m_862f3d1b",shadowOverlay:"m_98ae7f22",alphaOverlay:"m_95709ac0",childrenOverlay:"m_93e74e3"};let f={withShadow:!0},p=(0,l.createVarsResolver)((e,t)=>{let{radius:r,size:n}=t;return{root:{"--cs-radius":void 0===r?void 0:(0,o.getRadius)(r),"--cs-size":(0,a.h)(n)}}}),h=(0,c.polymorphicFactory)((e,t)=>{let r=(0,i.useProps)("ColorSwatch",f,e),{classNames:a,className:o,style:l,styles:c,unstyled:h,vars:m,color:v,size:g,radius:C,withShadow:y,children:b,variant:S,...x}=(0,i.useProps)("ColorSwatch",f,r),w=(0,s.useStyles)({name:"ColorSwatch",props:r,classes:d,className:o,style:l,classNames:a,styles:c,unstyled:h,vars:m,varsResolver:p});return(0,n.jsxs)(u.Box,{ref:t,variant:S,size:g,...w("root",{focusable:!0}),...x,children:[(0,n.jsx)("span",{...w("alphaOverlay")}),y&&(0,n.jsx)("span",{...w("shadowOverlay")}),(0,n.jsx)("span",{...w("colorOverlay",{style:{backgroundColor:v}})}),(0,n.jsx)("span",{...w("childrenOverlay"),children:b})]})});h.classes=d,h.displayName="@mantine/core/ColorSwatch"},18050:function(e,t,r){"use strict";r.d(t,{e:function(){return a},h:function(){return o}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("Combobox component was not found in tree")},871:function(e,t,r){"use strict";r.d(t,{Combobox:function(){return N}});var n=r(27573),a=r(82434);r(7653);var o=r(91741),l=r(31780),i=r(10442),s=r(99268),u=r(71304),c=r(18050),d=r(47273),f=r(76756),p=r(42819),h=r(80072),m=r(99732),v=r(1473),g=r(22724),C=r(10822),y=r(6709),b=r(90145),S=r(16196),x=r(22422),w=r(96068),k=r(86913),E=r(91295),M=r(25195);let I={keepMounted:!0,withinPortal:!0,resetSelectionOnOptionHover:!1,width:"target",transitionProps:{transition:"fade",duration:0}},R=(0,l.createVarsResolver)((e,t)=>{let{size:r,dropdownPadding:n}=t;return{options:{"--combobox-option-fz":(0,o.getFontSize)(r),"--combobox-option-padding":(0,o.getSize)(r,"combobox-option-padding")},dropdown:{"--combobox-padding":void 0===n?void 0:(0,a.h)(n),"--combobox-option-fz":(0,o.getFontSize)(r),"--combobox-option-padding":(0,o.getSize)(r,"combobox-option-padding")}}});function N(e){let t=(0,i.useProps)("Combobox",I,e),{classNames:r,styles:a,unstyled:o,children:l,store:d,vars:f,onOptionSubmit:p,onClose:h,size:m,dropdownPadding:v,resetSelectionOnOptionHover:g,__staticSelector:C,readOnly:y,...b}=t,S=(0,E.useCombobox)(),x=d||S,w=(0,s.useStyles)({name:C||"Combobox",classes:M.Z,props:t,classNames:r,styles:a,unstyled:o,vars:f,varsResolver:R});return(0,n.jsx)(c.e,{value:{getStyles:w,store:x,onOptionSubmit:p,size:m,resetSelectionOnOptionHover:g,readOnly:y},children:(0,n.jsx)(u.Popover,{opened:x.dropdownOpened,...b,onClose:()=>{null==h||h(),x.closeDropdown()},withRoles:!1,unstyled:o,children:l})})}N.extend=e=>e,N.classes=M.Z,N.displayName="@mantine/core/Combobox",N.Target=k.ComboboxTarget,N.Dropdown=p.ComboboxDropdown,N.Options=x.ComboboxOptions,N.Option=S.ComboboxOption,N.Search=w.ComboboxSearch,N.Empty=m.ComboboxEmpty,N.Chevron=d.ComboboxChevron,N.Footer=g.ComboboxFooter,N.Header=y.ComboboxHeader,N.EventsTarget=v.ComboboxEventsTarget,N.DropdownTarget=h.ComboboxDropdownTarget,N.Group=C.ComboboxGroup,N.ClearButton=f.ComboboxClearButton,N.HiddenInput=b.ComboboxHiddenInput},25195:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={dropdown:"m_88b62a41",search:"m_985517d8",options:"m_b2821a6e",option:"m_92253aa5",empty:"m_2530cd1d",header:"m_858f94bd",footer:"m_82b967cb",group:"m_254f3e4f",groupLabel:"m_2bb2e9e5",chevron:"m_2943220b",optionsDropdownOption:"m_390b5f4",optionsDropdownCheckIcon:"m_8ee53fc2"}},47273:function(e,t,r){"use strict";r.d(t,{ComboboxChevron:function(){return p}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c=r(25195);let d={error:null},f=(0,o.createVarsResolver)((e,t)=>{let{size:r}=t;return{chevron:{"--combobox-chevron-size":(0,a.getSize)(r,"combobox-chevron-size")}}}),p=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("ComboboxChevron",d,e),{size:a,error:o,style:u,className:p,classNames:h,styles:m,unstyled:v,vars:g,mod:C,...y}=r,b=(0,i.useStyles)({name:"ComboboxChevron",classes:c.Z,props:r,style:u,className:p,classNames:h,styles:m,unstyled:v,vars:g,varsResolver:f,rootSelector:"chevron"});return(0,n.jsx)(s.Box,{component:"svg",...y,...b("chevron"),size:a,viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",mod:["combobox-chevron",{error:o},C],ref:t,children:(0,n.jsx)("path",{d:"M4.93179 5.43179C4.75605 5.60753 4.75605 5.89245 4.93179 6.06819C5.10753 6.24392 5.39245 6.24392 5.56819 6.06819L7.49999 4.13638L9.43179 6.06819C9.60753 6.24392 9.89245 6.24392 10.0682 6.06819C10.2439 5.89245 10.2439 5.60753 10.0682 5.43179L7.81819 3.18179C7.73379 3.0974 7.61933 3.04999 7.49999 3.04999C7.38064 3.04999 7.26618 3.0974 7.18179 3.18179L4.93179 5.43179ZM10.0682 9.56819C10.2439 9.39245 10.2439 9.10753 10.0682 8.93179C9.89245 8.75606 9.60753 8.75606 9.43179 8.93179L7.49999 10.8636L5.56819 8.93179C5.39245 8.75606 5.10753 8.75606 4.93179 8.93179C4.75605 9.10753 4.75605 9.39245 4.93179 9.56819L7.18179 11.8182C7.35753 11.9939 7.64245 11.9939 7.81819 11.8182L10.0682 9.56819Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})});p.classes=c.Z,p.displayName="@mantine/core/ComboboxChevron"},76756:function(e,t,r){"use strict";r.d(t,{ComboboxClearButton:function(){return l}});var n=r(27573),a=r(7653),o=r(69);let l=(0,a.forwardRef)((e,t)=>{let{size:r,onMouseDown:a,onClick:l,onClear:i,...s}=e;return(0,n.jsx)(o.CloseButton,{ref:t,size:r||"sm",variant:"transparent",tabIndex:-1,"aria-hidden":!0,...s,onMouseDown:e=>{e.preventDefault(),null==a||a(e)},onClick:e=>{i(),null==l||l(e)}})});l.displayName="@mantine/core/ComboboxClearButton"},42819:function(e,t,r){"use strict";r.d(t,{ComboboxDropdown:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(71304),i=r(18050),s=r(25195);let u={},c=(0,o.factory)((e,t)=>{let{classNames:r,styles:o,className:s,style:c,hidden:d,...f}=(0,a.useProps)("ComboboxDropdown",u,e),p=(0,i.h)();return(0,n.jsx)(l.Popover.Dropdown,{...f,ref:t,role:"presentation","data-hidden":d||void 0,...p.getStyles("dropdown",{className:s,style:c,classNames:r,styles:o})})});c.classes=s.Z,c.displayName="@mantine/core/ComboboxDropdown"},80072:function(e,t,r){"use strict";r.d(t,{ComboboxDropdownTarget:function(){return c}});var n=r(27573),a=r(96215);r(7653);var o=r(10442),l=r(2896),i=r(71304),s=r(18050);let u={refProp:"ref"},c=(0,l.factory)((e,t)=>{let{children:r,refProp:l}=(0,o.useProps)("ComboboxDropdownTarget",u,e);if((0,s.h)(),!(0,a.isElement)(r))throw Error("Combobox.DropdownTarget component children should be an element or a component that accepts ref. Fragments, strings, numbers and other primitive values are not supported");return(0,n.jsx)(i.Popover.Target,{ref:t,refProp:l,children:r})});c.displayName="@mantine/core/ComboboxDropdownTarget"},99732:function(e,t,r){"use strict";r.d(t,{ComboboxEmpty:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896),i=r(18050),s=r(25195);let u={},c=(0,l.factory)((e,t)=>{let{classNames:r,className:l,style:s,styles:c,vars:d,...f}=(0,a.useProps)("ComboboxEmpty",u,e),p=(0,i.h)();return(0,n.jsx)(o.Box,{ref:t,...p.getStyles("empty",{className:l,classNames:r,styles:c,style:s}),...f})});c.classes=s.Z,c.displayName="@mantine/core/ComboboxEmpty"},1473:function(e,t,r){"use strict";r.d(t,{ComboboxEventsTarget:function(){return d}});var n=r(7653),a=r(3221),o=r(96215);r(27573);var l=r(10442),i=r(2896),s=r(18050),u=r(25666);let c={refProp:"ref",targetType:"input",withKeyboardNavigation:!0,withAriaAttributes:!0,withExpandedAttribute:!1,autoComplete:"off"},d=(0,i.factory)((e,t)=>{let{children:r,refProp:i,withKeyboardNavigation:d,withAriaAttributes:f,withExpandedAttribute:p,targetType:h,autoComplete:m,...v}=(0,l.useProps)("ComboboxEventsTarget",c,e);if(!(0,o.isElement)(r))throw Error("Combobox.EventsTarget component children should be an element or a component that accepts ref. Fragments, strings, numbers and other primitive values are not supported");let g=(0,s.h)(),C=(0,u.useComboboxTargetProps)({targetType:h,withAriaAttributes:f,withKeyboardNavigation:d,withExpandedAttribute:p,onKeyDown:r.props.onKeyDown,autoComplete:m});return(0,n.cloneElement)(r,{...C,...v,[i]:(0,a.useMergedRef)(t,g.store.targetRef,null==r?void 0:r.ref)})});d.displayName="@mantine/core/ComboboxEventsTarget"},22724:function(e,t,r){"use strict";r.d(t,{ComboboxFooter:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896),i=r(18050),s=r(25195);let u={},c=(0,l.factory)((e,t)=>{let{classNames:r,className:l,style:s,styles:c,vars:d,...f}=(0,a.useProps)("ComboboxFooter",u,e),p=(0,i.h)();return(0,n.jsx)(o.Box,{ref:t,...p.getStyles("footer",{className:l,classNames:r,style:s,styles:c}),...f,onMouseDown:e=>{e.preventDefault()}})});c.classes=s.Z,c.displayName="@mantine/core/ComboboxFooter"},10822:function(e,t,r){"use strict";r.d(t,{ComboboxGroup:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896),i=r(18050),s=r(25195);let u={},c=(0,l.factory)((e,t)=>{let{classNames:r,className:l,style:s,styles:c,vars:d,children:f,label:p,...h}=(0,a.useProps)("ComboboxGroup",u,e),m=(0,i.h)();return(0,n.jsxs)(o.Box,{ref:t,...m.getStyles("group",{className:l,classNames:r,style:s,styles:c}),...h,children:[p&&(0,n.jsx)("div",{...m.getStyles("groupLabel",{classNames:r,styles:c}),children:p}),f]})});c.classes=s.Z,c.displayName="@mantine/core/ComboboxGroup"},6709:function(e,t,r){"use strict";r.d(t,{ComboboxHeader:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896),i=r(18050),s=r(25195);let u={},c=(0,l.factory)((e,t)=>{let{classNames:r,className:l,style:s,styles:c,vars:d,...f}=(0,a.useProps)("ComboboxHeader",u,e),p=(0,i.h)();return(0,n.jsx)(o.Box,{ref:t,...p.getStyles("header",{className:l,classNames:r,style:s,styles:c}),...f,onMouseDown:e=>{e.preventDefault()}})});c.classes=s.Z,c.displayName="@mantine/core/ComboboxHeader"},90145:function(e,t,r){"use strict";r.d(t,{ComboboxHiddenInput:function(){return a}});var n=r(27573);function a(e){let{value:t,valuesDivider:r=",",...a}=e;return(0,n.jsx)("input",{type:"hidden",value:Array.isArray(t)?t.join(r):t||"",...a})}a.displayName="@mantine/core/ComboboxHiddenInput"},16196:function(e,t,r){"use strict";r.d(t,{ComboboxOption:function(){return d}});var n=r(27573),a=r(7653),o=r(10442),l=r(73206),i=r(2896),s=r(18050),u=r(25195);let c={},d=(0,i.factory)((e,t)=>{let r=(0,o.useProps)("ComboboxOption",c,e),{classNames:i,className:u,style:d,styles:f,vars:p,onClick:h,id:m,active:v,onMouseDown:g,onMouseOver:C,disabled:y,selected:b,mod:S,...x}=r,w=(0,s.h)(),k=(0,a.useId)();return(0,n.jsx)(l.Box,{...w.getStyles("option",{className:u,classNames:i,styles:f,style:d}),...x,ref:t,id:m||k,mod:["combobox-option",{"combobox-active":v,"combobox-disabled":y,"combobox-selected":b},S],role:"option",onClick:e=>{if(y)e.preventDefault();else{var t;null===(t=w.onOptionSubmit)||void 0===t||t.call(w,r.value,r),null==h||h(e)}},onMouseDown:e=>{e.preventDefault(),null==g||g(e)},onMouseOver:e=>{w.resetSelectionOnOptionHover&&w.store.resetSelectedOption(),null==C||C(e)}})});d.classes=u.Z,d.displayName="@mantine/core/ComboboxOption"},22422:function(e,t,r){"use strict";r.d(t,{ComboboxOptions:function(){return f}});var n=r(27573),a=r(7653),o=r(70397),l=r(10442),i=r(73206),s=r(2896),u=r(18050),c=r(25195);let d={},f=(0,s.factory)((e,t)=>{let{classNames:r,className:s,style:c,styles:f,id:p,onMouseDown:h,labelledBy:m,...v}=(0,l.useProps)("ComboboxOptions",d,e),g=(0,u.h)(),C=(0,o.useId)(p);return(0,a.useEffect)(()=>{g.store.setListId(C)},[C]),(0,n.jsx)(i.Box,{ref:t,...g.getStyles("options",{className:s,style:c,classNames:r,styles:f}),...v,id:C,role:"listbox","aria-labelledby":m,onMouseDown:e=>{e.preventDefault(),null==h||h(e)}})});f.classes=c.Z,f.displayName="@mantine/core/ComboboxOptions"},96068:function(e,t,r){"use strict";r.d(t,{ComboboxSearch:function(){return f}});var n=r(27573),a=r(3221);r(7653);var o=r(10442),l=r(2896),i=r(89010),s=r(18050),u=r(25666),c=r(25195);let d={withAriaAttributes:!0,withKeyboardNavigation:!0},f=(0,l.factory)((e,t)=>{let{classNames:r,styles:l,unstyled:c,vars:f,withAriaAttributes:p,onKeyDown:h,withKeyboardNavigation:m,size:v,...g}=(0,o.useProps)("ComboboxSearch",d,e),C=(0,s.h)(),y=C.getStyles("search"),b=(0,u.useComboboxTargetProps)({targetType:"input",withAriaAttributes:p,withKeyboardNavigation:m,withExpandedAttribute:!1,onKeyDown:h,autoComplete:"off"});return(0,n.jsx)(i.Input,{ref:(0,a.useMergedRef)(t,C.store.searchRef),classNames:[{input:y.className},r],styles:[{input:y.style},l],size:v||C.size,...b,...g,__staticSelector:"Combobox"})});f.classes=c.Z,f.displayName="@mantine/core/ComboboxSearch"},86913:function(e,t,r){"use strict";r.d(t,{ComboboxTarget:function(){return p}});var n=r(27573),a=r(7653),o=r(3221),l=r(96215),i=r(10442),s=r(2896),u=r(71304),c=r(18050),d=r(25666);let f={refProp:"ref",targetType:"input",withKeyboardNavigation:!0,withAriaAttributes:!0,withExpandedAttribute:!1,autoComplete:"off"},p=(0,s.factory)((e,t)=>{let{children:r,refProp:s,withKeyboardNavigation:p,withAriaAttributes:h,withExpandedAttribute:m,targetType:v,autoComplete:g,...C}=(0,i.useProps)("ComboboxTarget",f,e);if(!(0,l.isElement)(r))throw Error("Combobox.Target component children should be an element or a component that accepts ref. Fragments, strings, numbers and other primitive values are not supported");let y=(0,c.h)(),b=(0,d.useComboboxTargetProps)({targetType:v,withAriaAttributes:h,withKeyboardNavigation:p,withExpandedAttribute:m,onKeyDown:r.props.onKeyDown,autoComplete:g}),S=(0,a.cloneElement)(r,{...b,...C});return(0,n.jsx)(u.Popover.Target,{ref:(0,o.useMergedRef)(t,y.store.targetRef),children:S})});p.displayName="@mantine/core/ComboboxTarget"},59118:function(e,t,r){"use strict";r.d(t,{OptionsDropdown:function(){return f}});var n=r(27573),a=r(10607),o=r(81941),l=r(20266),i=r(871),s=r(79467),u=r(9382),c=r(25195);function d(e){let{data:t,withCheckIcon:r,value:l,checkIconPosition:s,unstyled:f,renderOption:p}=e;if(!(0,u.isOptionsGroup)(t)){var h;let e=(h=t.value,Array.isArray(l)?l.includes(h):l===h),u=r&&e&&(0,n.jsx)(o.CheckIcon,{className:c.Z.optionsDropdownCheckIcon}),d=(0,n.jsxs)(n.Fragment,{children:["left"===s&&u,(0,n.jsx)("span",{children:t.label}),"right"===s&&u]});return(0,n.jsx)(i.Combobox.Option,{value:t.value,disabled:t.disabled,className:(0,a.Z)({[c.Z.optionsDropdownOption]:!f}),"data-reverse":"right"===s||void 0,"data-checked":e||void 0,"aria-selected":e,active:e,children:"function"==typeof p?p({option:t,checked:e}):d})}let m=t.items.map(e=>(0,n.jsx)(d,{data:e,value:l,unstyled:f,withCheckIcon:r,checkIconPosition:s,renderOption:p},e.value));return(0,n.jsx)(i.Combobox.Group,{label:t.group,children:m})}function f(e){let{data:t,hidden:r,hiddenWhenEmpty:a,filter:o,search:c,limit:f,maxDropdownHeight:p,withScrollArea:h=!0,filterOptions:m=!0,withCheckIcon:v=!1,value:g,checkIconPosition:C,nothingFoundMessage:y,unstyled:b,labelId:S,renderOption:x,scrollAreaProps:w,"aria-label":k}=e;!function e(t){let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new Set;if(Array.isArray(t))for(let n of t)if((0,u.isOptionsGroup)(n))e(n.items,r);else{if(void 0===n.value)throw Error("[@mantine/core] Each option must have value property");if("string"!=typeof n.value)throw Error(`[@mantine/core] Option value must be a string, other data formats are not supported, got ${typeof n.value}`);if(r.has(n.value))throw Error(`[@mantine/core] Duplicate options are not supported. Option with value "${n.value}" was provided more than once`);r.add(n.value)}}(t);let E="string"==typeof c?(o||s.defaultOptionsFilter)({options:t,search:m?c:"",limit:f??1/0}):t,M=function(e){if(0===e.length)return!0;for(let t of e)if(!("group"in t)||t.items.length>0)return!1;return!0}(E),I=E.map(e=>(0,n.jsx)(d,{data:e,withCheckIcon:v,value:g,checkIconPosition:C,unstyled:b,renderOption:x},(0,u.isOptionsGroup)(e)?e.group:e.value));return(0,n.jsx)(i.Combobox.Dropdown,{hidden:r||a&&M,children:(0,n.jsxs)(i.Combobox.Options,{labelledBy:S,"aria-label":k,children:[h?(0,n.jsx)(l.ScrollArea.Autosize,{mah:p??220,type:"scroll",scrollbarSize:"var(--combobox-padding)",offsetScrollbars:"y",...w,children:I}):I,M&&y&&(0,n.jsx)(i.Combobox.Empty,{children:y})]})})}},79467:function(e,t,r){"use strict";r.d(t,{defaultOptionsFilter:function(){return function e(t){let{options:r,search:a,limit:o}=t,l=a.trim().toLowerCase(),i=[];for(let t=0;t<r.length;t+=1){let s=r[t];if(i.length===o)break;(0,n.isOptionsGroup)(s)&&i.push({group:s.group,items:e({options:s.items,search:a,limit:o-i.length})}),!(0,n.isOptionsGroup)(s)&&s.label.toLowerCase().includes(l)&&i.push(s)}return i}}});var n=r(9382)},9382:function(e,t,r){"use strict";function n(e){return"group"in e}r.d(t,{isOptionsGroup:function(){return n}})},78583:function(e,t,r){"use strict";r.d(t,{getLabelsLockup:function(){return function e(t){return t.reduce((t,r)=>"group"in r?{...t,...e(r.items)}:(t[r.label]=r,t),{})}},getOptionsLockup:function(){return function e(t){return t.reduce((t,r)=>"group"in r?{...t,...e(r.items)}:(t[r.value]=r,t),{})}}})},43863:function(e,t,r){"use strict";function n(e){return e?e.map(e=>(function e(t){return"string"==typeof t?{value:t,label:t}:"value"in t&&!("label"in t)?{value:t.value,label:t.value,disabled:t.disabled}:"number"==typeof t?{value:t.toString(),label:t.toString()}:"group"in t?{group:t.group,items:t.items.map(t=>e(t))}:t})(e)):[]}r.d(t,{getParsedComboboxData:function(){return n}})},25666:function(e,t,r){"use strict";r.d(t,{useComboboxTargetProps:function(){return o}});var n=r(7653),a=r(18050);function o(e){let{onKeyDown:t,withKeyboardNavigation:r,withAriaAttributes:o,withExpandedAttribute:l,targetType:i,autoComplete:s}=e,u=(0,a.h)(),[c,d]=(0,n.useState)(null);return{...o?{"aria-haspopup":"listbox","aria-expanded":l&&!!(u.store.listId&&u.store.dropdownOpened)||void 0,"aria-controls":u.store.listId,"aria-activedescendant":u.store.dropdownOpened&&c||void 0,autoComplete:s,"data-expanded":u.store.dropdownOpened||void 0,"data-mantine-stop-propagation":u.store.dropdownOpened||void 0}:{},onKeyDown:e=>{if(null==t||t(e),!u.readOnly&&r&&!e.nativeEvent.isComposing){if("ArrowDown"===e.nativeEvent.code&&(e.preventDefault(),u.store.dropdownOpened?d(u.store.selectNextOption()):(u.store.openDropdown("keyboard"),d(u.store.selectActiveOption()))),"ArrowUp"===e.nativeEvent.code&&(e.preventDefault(),u.store.dropdownOpened?d(u.store.selectPreviousOption()):(u.store.openDropdown("keyboard"),d(u.store.selectActiveOption()))),"Enter"===e.nativeEvent.code||"NumpadEnter"===e.nativeEvent.code){if(229===e.nativeEvent.keyCode)return;let t=u.store.getSelectedOptionIndex();u.store.dropdownOpened&&-1!==t?(e.preventDefault(),u.store.clickSelectedOption()):"button"===i&&(e.preventDefault(),u.store.openDropdown("keyboard"))}"Escape"===e.nativeEvent.code&&u.store.closeDropdown("keyboard"),"Space"===e.nativeEvent.code&&"button"===i&&(e.preventDefault(),u.store.toggleDropdown("keyboard"))}}}}},91295:function(e,t,r){"use strict";r.d(t,{useCombobox:function(){return o}});var n=r(7653),a=r(28023);function o(){let{defaultOpened:e,opened:t,onOpenedChange:r,onDropdownClose:o,onDropdownOpen:l,loop:i=!0,scrollBehavior:s="instant"}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},[u,c]=(0,a.useUncontrolled)({value:t,defaultValue:e,finalValue:!1,onChange:r}),d=(0,n.useRef)(null),f=(0,n.useRef)(-1),p=(0,n.useRef)(null),h=(0,n.useRef)(null),m=(0,n.useRef)(-1),v=(0,n.useRef)(-1),g=(0,n.useRef)(-1),C=(0,n.useCallback)(function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"unknown";u||(c(!0),null==l||l(e))},[c,l,u]),y=(0,n.useCallback)(function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"unknown";u&&(c(!1),null==o||o(e))},[c,o,u]),b=(0,n.useCallback)(function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"unknown";u?y(e):C(e)},[y,C,u]),S=(0,n.useCallback)(()=>{let e=document.querySelector(`#${d.current} [data-combobox-selected]`);null==e||e.removeAttribute("data-combobox-selected"),null==e||e.removeAttribute("aria-selected")},[]),x=(0,n.useCallback)(e=>{let t=document.getElementById(d.current),r=null==t?void 0:t.querySelectorAll("[data-combobox-option]");if(!r)return null;let n=e>=r.length?0:e<0?r.length-1:e;return(f.current=n,(null==r?void 0:r[n])&&!r[n].hasAttribute("data-combobox-disabled"))?(S(),r[n].setAttribute("data-combobox-selected","true"),r[n].setAttribute("aria-selected","true"),r[n].scrollIntoView({block:"nearest",behavior:s}),r[n].id):null},[s,S]),w=(0,n.useCallback)(()=>{let e=document.querySelector(`#${d.current} [data-combobox-active]`);return e?x(Array.from(document.querySelectorAll(`#${d.current} [data-combobox-option]`)).findIndex(t=>t===e)):x(0)},[x]),k=(0,n.useCallback)(()=>x(function(e,t,r){for(let r=e+1;r<t.length;r+=1)if(!t[r].hasAttribute("data-combobox-disabled"))return r;if(r){for(let e=0;e<t.length;e+=1)if(!t[e].hasAttribute("data-combobox-disabled"))return e}return e}(f.current,document.querySelectorAll(`#${d.current} [data-combobox-option]`),i)),[x,i]),E=(0,n.useCallback)(()=>x(function(e,t,r){for(let r=e-1;r>=0;r-=1)if(!t[r].hasAttribute("data-combobox-disabled"))return r;if(r){for(let e=t.length-1;e>-1;e-=1)if(!t[e].hasAttribute("data-combobox-disabled"))return e}return e}(f.current,document.querySelectorAll(`#${d.current} [data-combobox-option]`),i)),[x,i]),M=(0,n.useCallback)(()=>x(function(e){for(let t=0;t<e.length;t+=1)if(!e[t].hasAttribute("data-combobox-disabled"))return t;return -1}(document.querySelectorAll(`#${d.current} [data-combobox-option]`))),[x]),I=(0,n.useCallback)(function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"selected",t=arguments.length>1?arguments[1]:void 0;g.current=window.setTimeout(()=>{let r=document.querySelectorAll(`#${d.current} [data-combobox-option]`),n=Array.from(r).findIndex(t=>t.hasAttribute(`data-combobox-${e}`));if(f.current=n,null==t?void 0:t.scrollIntoView){var a;null===(a=r[n])||void 0===a||a.scrollIntoView({block:"nearest",behavior:s})}},0)},[]),R=(0,n.useCallback)(()=>{f.current=-1,S()},[S]),N=(0,n.useCallback)(()=>{let e=document.querySelectorAll(`#${d.current} [data-combobox-option]`),t=null==e?void 0:e[f.current];null==t||t.click()},[]),T=(0,n.useCallback)(e=>{d.current=e},[]),L=(0,n.useCallback)(()=>{m.current=window.setTimeout(()=>p.current.focus(),0)},[]),P=(0,n.useCallback)(()=>{v.current=window.setTimeout(()=>h.current.focus(),0)},[]),O=(0,n.useCallback)(()=>f.current,[]);return(0,n.useEffect)(()=>()=>{window.clearTimeout(m.current),window.clearTimeout(v.current),window.clearTimeout(g.current)},[]),{dropdownOpened:u,openDropdown:C,closeDropdown:y,toggleDropdown:b,selectedOptionIndex:f.current,getSelectedOptionIndex:O,selectOption:x,selectFirstOption:M,selectActiveOption:w,selectNextOption:k,selectPreviousOption:E,resetSelectedOption:R,updateSelectedOptionIndex:I,listId:d.current,setListId:T,clickSelectedOption:N,searchRef:p,focusSearchInput:L,targetRef:h,focusTarget:P}}},16463:function(e,t,r){"use strict";r.d(t,{useVirtualizedCombobox:function(){return o}});var n=r(7653),a=r(28023);function o(){let{defaultOpened:e,opened:t,onOpenedChange:r,onDropdownClose:o,onDropdownOpen:l,loop:i=!0,totalOptionsCount:s,isOptionDisabled:u=()=>!1,getOptionId:c,selectedOptionIndex:d,setSelectedOptionIndex:f,activeOptionIndex:p,onSelectedOptionSubmit:h}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{totalOptionsCount:0,getOptionId:()=>null,selectedOptionIndex:1,setSelectedOptionIndex:()=>{},onSelectedOptionSubmit:()=>{}},[m,v]=(0,a.useUncontrolled)({value:t,defaultValue:e,finalValue:!1,onChange:r}),g=(0,n.useRef)(null),C=(0,n.useRef)(null),y=(0,n.useRef)(null),b=(0,n.useRef)(-1),S=(0,n.useRef)(-1),x=()=>{m||(v(!0),null==l||l())},w=()=>{m&&(v(!1),null==o||o())},k=e=>{let t=e>=s?0:e<0?s-1:e;return f(t),c(t)};(0,n.useEffect)(()=>()=>{window.clearTimeout(b.current),window.clearTimeout(S.current)},[]);let E=(0,n.useCallback)(()=>d,[]);return{dropdownOpened:m,openDropdown:x,closeDropdown:w,toggleDropdown:()=>{m?w():x()},selectedOptionIndex:d,getSelectedOptionIndex:E,selectOption:k,selectFirstOption:()=>k(function(e){let{totalOptionsCount:t,isOptionDisabled:r}=e;for(let e=0;e<t;e+=1)if(!r(e))return e;return -1}({isOptionDisabled:u,totalOptionsCount:s})),selectActiveOption:()=>k(p??0),selectNextOption:()=>k(function(e){let{currentIndex:t,isOptionDisabled:r,totalOptionsCount:n,loop:a}=e;for(let e=t+1;e<n;e+=1)if(!r(e))return e;if(a){for(let e=0;e<n;e+=1)if(!r(e))return e}return t}({currentIndex:d,isOptionDisabled:u,totalOptionsCount:s,loop:i})),selectPreviousOption:()=>k(function(e){let{currentIndex:t,isOptionDisabled:r,totalOptionsCount:n,loop:a}=e;for(let e=t-1;e>=0;e-=1)if(!r(e))return e;if(a){for(let e=n-1;e>-1;e-=1)if(!r(e))return e}return t}({currentIndex:d,isOptionDisabled:u,totalOptionsCount:s,loop:i})),resetSelectedOption:()=>{f(-1)},updateSelectedOptionIndex:()=>{},listId:g.current,setListId:e=>{g.current=e},clickSelectedOption:()=>{null==h||h(d)},searchRef:C,focusSearchInput:()=>{b.current=window.setTimeout(()=>C.current.focus(),0)},targetRef:y,focusTarget:()=>{S.current=window.setTimeout(()=>y.current.focus(),0)}}}},47279:function(e,t,r){"use strict";r.d(t,{Container:function(){return p}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c={root:"m_7485cace"};let d={},f=(0,o.createVarsResolver)((e,t)=>{let{size:r,fluid:n}=t;return{root:{"--container-size":n?void 0:(0,a.getSize)(r,"container-size")}}}),p=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("Container",d,e),{classNames:a,className:o,style:u,styles:p,unstyled:h,vars:m,fluid:v,mod:g,...C}=r,y=(0,i.useStyles)({name:"Container",classes:c,props:r,className:o,style:u,classNames:a,styles:p,unstyled:h,vars:m,varsResolver:f});return(0,n.jsx)(s.Box,{ref:t,mod:[{fluid:v},g],...y("root"),...C})});p.classes=c,p.displayName="@mantine/core/Container"},43780:function(e,t,r){"use strict";r.d(t,{CopyButton:function(){return i}});var n=r(27573),a=r(67041);r(7653);var o=r(10442);let l={timeout:1e3};function i(e){let{children:t,timeout:r,value:i,...s}=(0,o.useProps)("CopyButton",l,e),u=(0,a.useClipboard)({timeout:r});return(0,n.jsx)(n.Fragment,{children:t({copy:()=>u.copy(i),copied:u.copied,...s})})}i.displayName="@mantine/core/CopyButton"},33774:function(e,t,r){"use strict";r.d(t,{Dialog:function(){return v}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(2896),u=r(11606),c=r(69),d=r(11393),f=r(77099),p={root:"m_e2125a27",closeButton:"m_5abab665"};let h={shadow:"md",p:"md",withBorder:!1,transitionProps:{transition:"pop-top-right",duration:200},position:{bottom:30,right:30}},m=(0,o.createVarsResolver)((e,t)=>{let{size:r}=t;return{root:{"--dialog-size":(0,a.getSize)(r,"dialog-size")}}}),v=(0,s.factory)((e,t)=>{let r=(0,l.useProps)("Dialog",h,e),{classNames:a,className:o,style:s,styles:v,unstyled:g,vars:C,zIndex:y,position:b,keepMounted:S,opened:x,transitionProps:w,withCloseButton:k,withinPortal:E,children:M,onClose:I,portalProps:R,...N}=r,T=(0,i.useStyles)({name:"Dialog",classes:p,props:r,className:o,style:s,classNames:a,styles:v,unstyled:g,vars:C,varsResolver:m});return(0,n.jsx)(u.Affix,{zIndex:y,position:b,ref:t,withinPortal:E,portalProps:R,unstyled:g,children:(0,n.jsx)(f.Transition,{keepMounted:S,mounted:x,...w,children:e=>(0,n.jsxs)(d.Paper,{unstyled:g,...T("root",{style:e}),...N,children:[k&&(0,n.jsx)(c.CloseButton,{onClick:I,unstyled:g,...T("closeButton")}),M]})})})});v.classes=p,v.displayName="@mantine/core/Dialog"},23409:function(e,t,r){"use strict";r.d(t,{Divider:function(){return h}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(12882),i=r(10442),s=r(99268),u=r(73206),c=r(2896),d={root:"m_3eebeb36",label:"m_9e365f20"};let f={orientation:"horizontal"},p=(0,o.createVarsResolver)((e,t)=>{let{color:r,variant:n,size:o}=t;return{root:{"--divider-color":r?(0,l.getThemeColor)(r,e):void 0,"--divider-border-style":n,"--divider-size":(0,a.getSize)(o,"divider-size")}}}),h=(0,c.factory)((e,t)=>{let r=(0,i.useProps)("Divider",f,e),{classNames:a,className:o,style:l,styles:c,unstyled:h,vars:m,color:v,orientation:g,label:C,labelPosition:y,mod:b,...S}=r,x=(0,s.useStyles)({name:"Divider",classes:d,props:r,className:o,style:l,classNames:a,styles:c,unstyled:h,vars:m,varsResolver:p});return(0,n.jsx)(u.Box,{ref:t,mod:[{orientation:g,"with-label":!!C},b],...x("root"),...S,role:"separator",children:C&&(0,n.jsx)(u.Box,{component:"span",mod:{position:y},...x("label"),children:C})})});h.classes=d,h.displayName="@mantine/core/Divider"},1894:function(e,t,r){"use strict";r.d(t,{D:function(){return a},M:function(){return o}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("Drawer component was not found in tree")},68123:function(e,t,r){"use strict";r.d(t,{Drawer:function(){return v}});var n=r(27573);r(7653);var a=r(85224),o=r(10442),l=r(2896),i=r(58383),s=r(52091),u=r(29064),c=r(99235),d=r(60476),f=r(48449),p=r(55069),h=r(91409);let m={closeOnClickOutside:!0,withinPortal:!0,lockScroll:!0,trapFocus:!0,returnFocus:!0,closeOnEscape:!0,keepMounted:!1,zIndex:(0,a.getDefaultZIndex)("modal"),withOverlay:!0,withCloseButton:!0},v=(0,l.factory)((e,t)=>{let{title:r,withOverlay:a,overlayProps:l,withCloseButton:h,closeButtonProps:v,children:g,...C}=(0,o.useProps)("Drawer",m,e),y=!!r||h;return(0,n.jsxs)(f.DrawerRoot,{ref:t,...C,children:[a&&(0,n.jsx)(d.DrawerOverlay,{...l}),(0,n.jsxs)(u.DrawerContent,{children:[y&&(0,n.jsxs)(c.DrawerHeader,{children:[r&&(0,n.jsx)(p.DrawerTitle,{children:r}),h&&(0,n.jsx)(s.DrawerCloseButton,{...v})]}),(0,n.jsx)(i.DrawerBody,{children:g})]})]})});v.classes=h.Z,v.displayName="@mantine/core/Drawer",v.Root=f.DrawerRoot,v.Overlay=d.DrawerOverlay,v.Content=u.DrawerContent,v.Body=i.DrawerBody,v.Header=c.DrawerHeader,v.Title=p.DrawerTitle,v.CloseButton=s.DrawerCloseButton},91409:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={root:"m_f11b401e",header:"m_5a7c2c9",content:"m_b8a05bbd",inner:"m_31cd769a"}},58383:function(e,t,r){"use strict";r.d(t,{DrawerBody:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(6889),i=r(1894),s=r(91409);let u={},c=(0,o.factory)((e,t)=>{let{classNames:r,className:o,style:s,styles:c,vars:d,...f}=(0,a.useProps)("DrawerBody",u,e),p=(0,i.M)();return(0,n.jsx)(l.ModalBaseBody,{ref:t,...p.getStyles("body",{classNames:r,style:s,styles:c,className:o}),...f})});c.classes=s.Z,c.displayName="@mantine/core/DrawerBody"},52091:function(e,t,r){"use strict";r.d(t,{DrawerCloseButton:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(36507),i=r(1894),s=r(91409);let u={},c=(0,o.factory)((e,t)=>{let{classNames:r,className:o,style:s,styles:c,vars:d,...f}=(0,a.useProps)("DrawerCloseButton",u,e),p=(0,i.M)();return(0,n.jsx)(l.ModalBaseCloseButton,{ref:t,...p.getStyles("close",{classNames:r,style:s,styles:c,className:o}),...f})});c.classes=s.Z,c.displayName="@mantine/core/DrawerCloseButton"},29064:function(e,t,r){"use strict";r.d(t,{DrawerContent:function(){return d}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(4763),i=r(64164),s=r(1894),u=r(91409);let c={},d=(0,o.factory)((e,t)=>{let{classNames:r,className:o,style:u,styles:d,vars:f,children:p,radius:h,...m}=(0,a.useProps)("DrawerContent",c,e),v=(0,s.M)(),g=v.scrollAreaComponent||i.NativeScrollArea;return(0,n.jsx)(l.ModalBaseContent,{...v.getStyles("content",{className:o,style:u,styles:d,classNames:r}),innerProps:v.getStyles("inner",{className:o,style:u,styles:d,classNames:r}),ref:t,...m,radius:h||v.radius||0,children:(0,n.jsx)(g,{style:{height:"calc(100vh - var(--drawer-offset) * 2)"},children:p})})});d.classes=u.Z,d.displayName="@mantine/core/DrawerContent"},99235:function(e,t,r){"use strict";r.d(t,{DrawerHeader:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(94021),i=r(1894),s=r(91409);let u={},c=(0,o.factory)((e,t)=>{let{classNames:r,className:o,style:s,styles:c,vars:d,...f}=(0,a.useProps)("DrawerHeader",u,e),p=(0,i.M)();return(0,n.jsx)(l.ModalBaseHeader,{ref:t,...p.getStyles("header",{classNames:r,style:s,styles:c,className:o}),...f})});c.classes=s.Z,c.displayName="@mantine/core/DrawerHeader"},60476:function(e,t,r){"use strict";r.d(t,{DrawerOverlay:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(43510),i=r(1894),s=r(91409);let u={},c=(0,o.factory)((e,t)=>{let{classNames:r,className:o,style:s,styles:c,vars:d,...f}=(0,a.useProps)("DrawerOverlay",u,e),p=(0,i.M)();return(0,n.jsx)(l.ModalBaseOverlay,{ref:t,...p.getStyles("overlay",{classNames:r,style:s,styles:c,className:o}),...f})});c.classes=s.Z,c.displayName="@mantine/core/DrawerOverlay"},48449:function(e,t,r){"use strict";r.d(t,{DrawerRoot:function(){return y}});var n=r(27573),a=r(82434);r(7653);var o=r(85224),l=r(91741),i=r(31780),s=r(10442),u=r(99268),c=r(2896),d=r(63870),f=r(61273),p=r(1894),h=r(91409);let m={top:"slide-down",bottom:"slide-up",left:"slide-right",right:"slide-left"},v={top:"slide-down",bottom:"slide-up",right:"slide-right",left:"slide-left"},g={closeOnClickOutside:!0,withinPortal:!0,lockScroll:!0,trapFocus:!0,returnFocus:!0,closeOnEscape:!0,keepMounted:!1,zIndex:(0,o.getDefaultZIndex)("modal"),position:"left"},C=(0,i.createVarsResolver)((e,t)=>{let{position:r,size:n,offset:o}=t;return{root:{"--drawer-size":(0,l.getSize)(n,"drawer-size"),"--drawer-flex":function(e){if("top"===e||"bottom"===e)return"0 0 calc(100% - var(--drawer-offset, 0rem) * 2)"}(r),"--drawer-height":"left"===r||"right"===r?void 0:"var(--drawer-size)","--drawer-align":function(e){switch(e){case"top":return"flex-start";case"bottom":return"flex-end";default:return}}(r),"--drawer-justify":"right"===r?"flex-end":void 0,"--drawer-offset":(0,a.h)(o)}}}),y=(0,c.factory)((e,t)=>{let r=(0,s.useProps)("DrawerRoot",g,e),{classNames:a,className:o,style:l,styles:i,unstyled:c,vars:y,scrollAreaComponent:b,position:S,transitionProps:x,radius:w,...k}=r,{dir:E}=(0,d.useDirection)(),M=(0,u.useStyles)({name:"Drawer",classes:h.Z,props:r,className:o,style:l,classNames:a,styles:i,unstyled:c,vars:y,varsResolver:C}),I=("rtl"===E?v:m)[S];return(0,n.jsx)(p.D,{value:{scrollAreaComponent:b,getStyles:M,radius:w},children:(0,n.jsx)(f.ModalBase,{ref:t,...M("root"),transitionProps:{transition:I,...x},unstyled:c,...k})})});y.classes=h.Z,y.displayName="@mantine/core/DrawerRoot"},55069:function(e,t,r){"use strict";r.d(t,{DrawerTitle:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(22176),i=r(1894),s=r(91409);let u={},c=(0,o.factory)((e,t)=>{let{classNames:r,className:o,style:s,styles:c,vars:d,...f}=(0,a.useProps)("DrawerTitle",u,e),p=(0,i.M)();return(0,n.jsx)(l.ModalBaseTitle,{ref:t,...p.getStyles("title",{classNames:r,style:s,styles:c,className:o}),...f})});c.classes=s.Z,c.displayName="@mantine/core/DrawerTitle"},33658:function(e,t,r){"use strict";r.d(t,{Fieldset:function(){return p}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c={root:"m_e9408a47","root--default":"m_84c9523a","root--filled":"m_ef274e49","root--unstyled":"m_eda993d3",legend:"m_90794832","legend--unstyled":"m_74ca27fe"};let d={variant:"default"},f=(0,o.createVarsResolver)((e,t)=>{let{radius:r}=t;return{root:{"--fieldset-radius":void 0===r?void 0:(0,a.getRadius)(r)}}}),p=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("Fieldset",d,e),{classNames:a,className:o,style:u,styles:p,unstyled:h,vars:m,legend:v,variant:g,children:C,...y}=r,b=(0,i.useStyles)({name:"Fieldset",classes:c,props:r,className:o,style:u,classNames:a,styles:p,unstyled:h,vars:m,varsResolver:f});return(0,n.jsxs)(s.Box,{component:"fieldset",ref:t,variant:g,...b("root",{variant:g}),...y,children:[v&&(0,n.jsx)("legend",{...b("legend",{variant:g}),children:v}),C]})});p.classes=c,p.displayName="@mantine/core/Fieldset"},96818:function(e,t,r){"use strict";r.d(t,{FileButton:function(){return s}});var n=r(27573),a=r(7653),o=r(3221),l=r(10442);let i={multiple:!1},s=(0,a.forwardRef)((e,t)=>{let{onChange:r,children:s,multiple:u,accept:c,name:d,form:f,resetRef:p,disabled:h,capture:m,inputProps:v,...g}=(0,l.useProps)("FileButton",i,e),C=(0,a.useRef)();return(0,o.assignRef)(p,()=>{C.current.value=""}),(0,n.jsxs)(n.Fragment,{children:[s({onClick:()=>{var e;h||null===(e=C.current)||void 0===e||e.click()},...g}),(0,n.jsx)("input",{style:{display:"none"},type:"file",accept:c,multiple:u,onChange:e=>{u?r(Array.from(e.currentTarget.files)):r(e.currentTarget.files[0]||null)},ref:(0,o.useMergedRef)(t,C),name:d,form:f,capture:m,...v})]})});s.displayName="@mantine/core/FileButton"},54949:function(e,t,r){"use strict";r.d(t,{FileInput:function(){return m}});var n=r(27573),a=r(7653),o=r(28023),l=r(3221),i=r(10442),s=r(2896),u=r(69),c=r(96818),d=r(89010),f=r(18578);let p={valueComponent:e=>{let{value:t}=e;return(0,n.jsx)("div",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:Array.isArray(t)?t.map(e=>e.name).join(", "):null==t?void 0:t.name})}},h=(0,s.factory)((e,t)=>{let r=(0,i.useProps)("FileInput",p,e),{unstyled:s,vars:h,onChange:m,value:v,defaultValue:g,multiple:C,accept:y,name:b,form:S,valueComponent:x,clearable:w,clearButtonProps:k,readOnly:E,capture:M,fileInputProps:I,rightSection:R,size:N,placeholder:T,resetRef:L,...P}=r,O=(0,a.useRef)(null),[A,V]=(0,o.useUncontrolled)({value:v,defaultValue:g,onChange:m,finalValue:C?[]:null}),j=Array.isArray(A)?0!==A.length:null!==A,$=R||(w&&j&&!E?(0,n.jsx)(u.CloseButton,{...k,variant:"subtle",onClick:()=>V(C?[]:null),size:N,unstyled:s}):null);return(0,a.useEffect)(()=>{if(Array.isArray(A)&&0===A.length||null===A){var e;null===(e=O.current)||void 0===e||e.call(O)}},[A]),(0,n.jsx)(c.FileButton,{onChange:V,multiple:C,accept:y,name:b,form:S,resetRef:(0,l.useMergedRef)(O,L),disabled:E,capture:M,inputProps:I,children:e=>(0,n.jsx)(f.InputBase,{component:"button",ref:t,rightSection:$,...e,...P,__staticSelector:"FileInput",multiline:!0,type:"button",pointer:!0,__stylesApiProps:r,unstyled:s,size:N,children:j?(0,n.jsx)(x,{value:A}):(0,n.jsx)(d.Input.Placeholder,{children:T})})})});h.classes=f.InputBase.classes,h.displayName="@mantine/core/FileInput";let m=h},29294:function(e,t,r){"use strict";r.d(t,{Flex:function(){return v}});var n=r(27573),a=r(35242);r(7653);var o=r(76719),l=r(10442),i=r(99268),s=r(66060),u=r(88907),c=r(52422),d=r(73206),f=r(58031),p=r(43894),h={root:"m_8bffd616"};let m={},v=(0,f.polymorphicFactory)((e,t)=>{let r=(0,l.useProps)("Flex",m,e),{classNames:f,className:v,style:g,styles:C,unstyled:y,vars:b,gap:S,rowGap:x,columnGap:w,align:k,justify:E,wrap:M,direction:I,...R}=r,N=(0,i.useStyles)({name:"Flex",classes:h,props:r,className:v,style:g,classNames:f,styles:C,unstyled:y,vars:b}),T=(0,o.useMantineTheme)(),L=(0,c.useRandomClassName)(),P=(0,u.parseStyleProps)({styleProps:{gap:S,rowGap:x,columnGap:w,align:k,justify:E,wrap:M,direction:I},theme:T,data:p.FLEX_STYLE_PROPS_DATA});return(0,n.jsxs)(n.Fragment,{children:[P.hasResponsiveStyles&&(0,n.jsx)(s.InlineStyles,{selector:`.${L}`,styles:P.styles,media:P.media}),(0,n.jsx)(d.Box,{ref:t,...N("root",{className:L,style:(0,a.filterProps)(P.inlineStyles)}),...R})]})});v.classes=h,v.displayName="@mantine/core/Flex"},43894:function(e,t,r){"use strict";r.d(t,{FLEX_STYLE_PROPS_DATA:function(){return n}});let n={gap:{type:"spacing",property:"gap"},rowGap:{type:"spacing",property:"rowGap"},columnGap:{type:"spacing",property:"columnGap"},align:{type:"identity",property:"alignItems"},justify:{type:"identity",property:"justifyContent"},wrap:{type:"identity",property:"flexWrap"},direction:{type:"identity",property:"flexDirection"}}},5774:function(e,t,r){"use strict";r.d(t,{FloatingIndicator:function(){return g}});var n=r(27573),a=r(7653),o=r(3221),l=r(31780),i=r(10442),s=r(99268),u=r(73206),c=r(2896),d=r(69024),f=r(36113),p=r(60179),h={root:"m_96b553a6"};let m={},v=(0,l.createVarsResolver)((e,t)=>{let{transitionDuration:r}=t;return{root:{"--transition-duration":"number"==typeof r?`${r}ms`:r}}}),g=(0,c.factory)((e,t)=>{let r=(0,i.useProps)("FloatingIndicator",m,e),{classNames:l,className:c,style:g,styles:C,unstyled:y,vars:b,target:S,parent:x,transitionDuration:w,mod:k,displayAfterTransitionEnd:E,...M}=r,I=(0,s.useStyles)({name:"FloatingIndicator",classes:h,props:r,className:c,style:g,classNames:l,styles:C,unstyled:y,vars:b,varsResolver:v}),R=(0,a.useRef)(null),{initialized:N,hidden:T}=function(e){let{target:t,parent:r,ref:n,displayAfterTransitionEnd:o}=e,l=(0,a.useRef)(),[i,s]=(0,a.useState)(!1),[u,c]=(0,a.useState)("boolean"==typeof o&&o),h=()=>{if(!t||!r)return;let e=t.getBoundingClientRect(),a=r.getBoundingClientRect(),o={top:e.top-a.top,left:e.left-a.left,width:e.width,height:e.height};n.current&&(n.current.style.transform=`translateY(${o.top}px) translateX(${o.left}px)`,n.current.style.width=`${o.width}px`,n.current.style.height=`${o.height}px`)},m=()=>{window.clearTimeout(l.current),n.current&&(n.current.style.transitionDuration="0ms"),h(),l.current=window.setTimeout(()=>{n.current&&(n.current.style.transitionDuration="")},30)},v=(0,a.useRef)(),g=(0,a.useRef)();return(0,a.useEffect)(()=>{if(h(),t)return v.current=new ResizeObserver(m),v.current.observe(t),r&&(g.current=new ResizeObserver(m),g.current.observe(r)),()=>{var e,t;null===(e=v.current)||void 0===e||e.disconnect(),null===(t=g.current)||void 0===t||t.disconnect()}},[r,t]),(0,a.useEffect)(()=>{if(r){let e=e=>{(function(e,t){if(!t||!e)return!1;let r=t.parentNode;for(;null!=r;){if(r===e)return!0;r=r.parentNode}return!1})(e.target,r)&&(m(),c(!1))};return r.addEventListener("transitionend",e),()=>{r.removeEventListener("transitionend",e)}}},[r]),(0,d.useTimeout)(()=>{"test"!==(0,p.getEnv)()&&s(!0)},20,{autoInvoke:!0}),(0,f.useMutationObserver)(e=>{e.forEach(e=>{"attributes"===e.type&&"dir"===e.attributeName&&m()})},{attributes:!0,attributeFilter:["dir"]},()=>document.documentElement),{initialized:i,hidden:u}}({target:S,parent:x,ref:R,displayAfterTransitionEnd:E}),L=(0,o.useMergedRef)(t,R);return S&&x?(0,n.jsx)(u.Box,{ref:L,mod:[{initialized:N,hidden:T},k],...I("root"),...M}):null});g.displayName="@mantine/core/FloatingIndicator",g.classes=h},52287:function(e,t,r){"use strict";r.d(t,{Highlight:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(58031),l=r(58563),i=r(50332);function s(e){return e.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&")}let u={},c=(0,o.polymorphicFactory)((e,t)=>{let{unstyled:r,children:o,highlight:c,highlightStyles:d,color:f,...p}=(0,a.useProps)("Highlight",u,e),h=function(e,t){if(null==t)return[{chunk:e,highlighted:!1}];let r=Array.isArray(t)?t.map(s):s(t);if(!(Array.isArray(r)?r.filter(e=>e.trim().length>0).length>0:""!==r.trim()))return[{chunk:e,highlighted:!1}];let n="string"==typeof r?r.trim():r.filter(e=>0!==e.trim().length).map(e=>e.trim()).sort((e,t)=>t.length-e.length).join("|"),a=RegExp(`(${n})`,"gi");return e.split(a).map(e=>({chunk:e,highlighted:a.test(e)})).filter(e=>{let{chunk:t}=e;return t})}(o,c);return(0,n.jsx)(i.Text,{unstyled:r,ref:t,...p,__staticSelector:"Highlight",children:h.map((e,t)=>{let{chunk:a,highlighted:o}=e;return o?(0,n.jsx)(l.Mark,{unstyled:r,color:f,style:d,"data-highlight":a,children:a},t):(0,n.jsx)("span",{children:a},t)})})});c.classes=i.Text.classes,c.displayName="@mantine/core/Highlight"},81488:function(e,t,r){"use strict";r.d(t,{I:function(){return o},e:function(){return a}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("HoverCard component was not found in the tree")},90677:function(e,t,r){"use strict";r.d(t,{HoverCard:function(){return f}});var n=r(27573),a=r(67667);r(7653);var o=r(10442),l=r(42203),i=r(71304),s=r(81488),u=r(5596),c=r(44475);let d={openDelay:0,closeDelay:150,initiallyOpened:!1};function f(e){let{children:t,onOpen:r,onClose:u,openDelay:c,closeDelay:f,initiallyOpened:p,...h}=(0,o.useProps)("HoverCard",d,e),[m,{open:v,close:g}]=(0,a.useDisclosure)(p,{onClose:u,onOpen:r}),{openDropdown:C,closeDropdown:y}=(0,l.useDelayedHover)({open:v,close:g,openDelay:c,closeDelay:f});return(0,n.jsx)(s.e,{value:{openDropdown:C,closeDropdown:y},children:(0,n.jsx)(i.Popover,{...h,opened:m,__staticSelector:"HoverCard",children:t})})}f.displayName="@mantine/core/HoverCard",f.Target=c.HoverCardTarget,f.Dropdown=u.HoverCardDropdown,f.extend=e=>e},5596:function(e,t,r){"use strict";r.d(t,{HoverCardDropdown:function(){return u}});var n=r(27573);r(7653);var a=r(25920),o=r(10442),l=r(71304),i=r(81488);let s={};function u(e){let{children:t,onMouseEnter:r,onMouseLeave:u,...c}=(0,o.useProps)("HoverCardDropdown",s,e),d=(0,i.I)(),f=(0,a.createEventHandler)(r,d.openDropdown),p=(0,a.createEventHandler)(u,d.closeDropdown);return(0,n.jsx)(l.Popover.Dropdown,{onMouseEnter:f,onMouseLeave:p,...c,children:t})}u.displayName="@mantine/core/HoverCardDropdown"},44475:function(e,t,r){"use strict";r.d(t,{HoverCardTarget:function(){return d}});var n=r(27573),a=r(7653),o=r(96215),l=r(25920),i=r(10442),s=r(71304),u=r(81488);let c={refProp:"ref"},d=(0,a.forwardRef)((e,t)=>{let{children:r,refProp:d,eventPropsWrapperName:f,...p}=(0,i.useProps)("HoverCardTarget",c,e);if(!(0,o.isElement)(r))throw Error("HoverCard.Target component children should be an element or a component that accepts ref. Fragments, strings, numbers and other primitive values are not supported");let h=(0,u.I)(),m={onMouseEnter:(0,l.createEventHandler)(r.props.onMouseEnter,h.openDropdown),onMouseLeave:(0,l.createEventHandler)(r.props.onMouseLeave,h.closeDropdown)};return(0,n.jsx)(s.Popover.Target,{refProp:d,ref:t,...p,children:(0,a.cloneElement)(r,f?{[f]:m}:m)})});d.displayName="@mantine/core/HoverCardTarget"},20209:function(e,t,r){"use strict";r.d(t,{Image:function(){return h}});var n=r(27573),a=r(7653),o=r(91741),l=r(31780),i=r(10442),s=r(99268),u=r(73206),c=r(58031),d={root:"m_9e117634"};let f={},p=(0,l.createVarsResolver)((e,t)=>{let{radius:r,fit:n}=t;return{root:{"--image-radius":void 0===r?void 0:(0,o.getRadius)(r),"--image-object-fit":n}}}),h=(0,c.polymorphicFactory)((e,t)=>{let r=(0,i.useProps)("Image",f,e),{classNames:o,className:l,style:c,styles:h,unstyled:m,vars:v,onError:g,src:C,radius:y,fit:b,fallbackSrc:S,mod:x,...w}=r,[k,E]=(0,a.useState)(!C);(0,a.useEffect)(()=>E(!C),[C]);let M=(0,s.useStyles)({name:"Image",classes:d,props:r,className:l,style:c,classNames:o,styles:h,unstyled:m,vars:v,varsResolver:p});return k&&S?(0,n.jsx)(u.Box,{component:"img",ref:t,src:S,...M("root"),onError:g,mod:["fallback",x],...w}):(0,n.jsx)(u.Box,{component:"img",ref:t,...M("root"),src:C,onError:e=>{null==g||g(e),E(!0)},mod:x,...w})});h.classes=d,h.displayName="@mantine/core/Image"},74329:function(e,t,r){"use strict";r.d(t,{Indicator:function(){return g}});var n=r(27573),a=r(82434);r(7653);var o=r(91741),l=r(31780),i=r(12882),s=r(25756),u=r(39856),c=r(10442),d=r(99268),f=r(73206),p=r(2896),h={root:"m_e5262200",indicator:"m_760d1fb1",processing:"m_885901b1"};let m={position:"top-end",offset:0,inline:!1,withBorder:!1,disabled:!1,processing:!1},v=(0,l.createVarsResolver)((e,t)=>{let{color:r,position:n,offset:l,size:c,radius:d,zIndex:f,autoContrast:p}=t;return{root:{"--indicator-color":r?(0,i.getThemeColor)(r,e):void 0,"--indicator-text-color":(0,u.getAutoContrastValue)(p,e)?(0,s.getContrastColor)({color:r,theme:e,autoContrast:p}):void 0,"--indicator-size":(0,a.h)(c),"--indicator-radius":void 0===d?void 0:(0,o.getRadius)(d),"--indicator-z-index":null==f?void 0:f.toString(),...function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"top-end",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r={"--indicator-top":void 0,"--indicator-bottom":void 0,"--indicator-left":void 0,"--indicator-right":void 0,"--indicator-translate-x":void 0,"--indicator-translate-y":void 0},n=(0,a.h)(t),[o,l]=e.split("-");return"top"===o&&(r["--indicator-top"]=n,r["--indicator-translate-y"]="-50%"),"middle"===o&&(r["--indicator-top"]="50%",r["--indicator-translate-y"]="-50%"),"bottom"===o&&(r["--indicator-bottom"]=n,r["--indicator-translate-y"]="50%"),"start"===l&&(r["--indicator-left"]=n,r["--indicator-translate-x"]="-50%"),"center"===l&&(r["--indicator-left"]="50%",r["--indicator-translate-x"]="-50%"),"end"===l&&(r["--indicator-right"]=n,r["--indicator-translate-x"]="50%"),r}(n,l)}}}),g=(0,p.factory)((e,t)=>{let r=(0,c.useProps)("Indicator",m,e),{classNames:a,className:o,style:l,styles:i,unstyled:s,vars:u,children:p,position:g,offset:C,inline:y,label:b,radius:S,color:x,withBorder:w,disabled:k,processing:E,zIndex:M,autoContrast:I,mod:R,...N}=r,T=(0,d.useStyles)({name:"Indicator",classes:h,props:r,className:o,style:l,classNames:a,styles:i,unstyled:s,vars:u,varsResolver:v});return(0,n.jsxs)(f.Box,{ref:t,...T("root"),mod:[{inline:y},R],...N,children:[!k&&(0,n.jsx)(f.Box,{mod:{"with-label":!!b,"with-border":w,processing:E},...T("indicator"),children:b}),p]})});g.classes=h,g.displayName="@mantine/core/Indicator"},12800:function(e,t,r){"use strict";r.d(t,{Z:function(){return d},J:function(){return c}});var n=r(27573),a=r(7653),o=r(91741),l=r(99268),i=r(73206),s=r(89010),u={root:"m_5f75b09e",body:"m_5f6e695e",labelWrapper:"m_d3ea56bb",label:"m_8ee546b8",description:"m_328f68c0",error:"m_8e8a99cc"};let c=u,d=(0,a.forwardRef)((e,t)=>{let{__staticSelector:r,__stylesApiProps:a,className:c,classNames:d,styles:f,unstyled:p,children:h,label:m,description:v,id:g,disabled:C,error:y,size:b,labelPosition:S="left",bodyElement:x="div",labelElement:w="label",variant:k,style:E,vars:M,mod:I,...R}=e,N=(0,l.useStyles)({name:r,props:a,className:c,style:E,classes:u,classNames:d,styles:f,unstyled:p});return(0,n.jsx)(i.Box,{...N("root"),ref:t,__vars:{"--label-fz":(0,o.getFontSize)(b),"--label-lh":(0,o.getSize)(b,"label-lh")},mod:[{"label-position":S},I],variant:k,size:b,...R,children:(0,n.jsxs)(i.Box,{component:x,htmlFor:"label"===x?g:void 0,...N("body"),children:[h,(0,n.jsxs)("div",{...N("labelWrapper"),"data-disabled":C||void 0,children:[m&&(0,n.jsx)(i.Box,{component:w,htmlFor:"label"===w?g:void 0,...N("label"),"data-disabled":C||void 0,children:m}),v&&(0,n.jsx)(s.Input.Description,{size:b,__inheritStyles:!1,...N("description"),children:v}),y&&"boolean"!=typeof y&&(0,n.jsx)(s.Input.Error,{size:b,__inheritStyles:!1,...N("error"),children:y})]})]})})});d.displayName="@mantine/core/InlineInput"},89010:function(e,t,r){"use strict";r.d(t,{Input:function(){return S}});var n=r(27573),a=r(82434);r(7653);var o=r(91741),l=r(31780),i=r(10442),s=r(99268),u=r(67267),c=r(73206),d=r(58031),f=r(23288),p=r(3873),h=r(17033),m=r(25618),v=r(48974),g=r(13362),C=r(31259);let y={variant:"default",leftSectionPointerEvents:"none",rightSectionPointerEvents:"none",withAria:!0,withErrorStyles:!0},b=(0,l.createVarsResolver)((e,t,r)=>({wrapper:{"--input-margin-top":r.offsetTop?"calc(var(--mantine-spacing-xs) / 2)":void 0,"--input-margin-bottom":r.offsetBottom?"calc(var(--mantine-spacing-xs) / 2)":void 0,"--input-height":(0,o.getSize)(t.size,"input-height"),"--input-fz":(0,o.getFontSize)(t.size),"--input-radius":void 0===t.radius?void 0:(0,o.getRadius)(t.radius),"--input-left-section-width":void 0!==t.leftSectionWidth?(0,a.h)(t.leftSectionWidth):void 0,"--input-right-section-width":void 0!==t.rightSectionWidth?(0,a.h)(t.rightSectionWidth):void 0,"--input-padding-y":t.multiline?(0,o.getSize)(t.size,"input-padding-y"):void 0,"--input-left-section-pointer-events":t.leftSectionPointerEvents,"--input-right-section-pointer-events":t.rightSectionPointerEvents}})),S=(0,d.polymorphicFactory)((e,t)=>{let r=(0,i.useProps)("Input",y,e),{classNames:a,className:o,style:l,styles:d,unstyled:f,required:p,__staticSelector:h,__stylesApiProps:m,size:g,wrapperProps:S,error:x,disabled:w,leftSection:k,leftSectionProps:E,leftSectionWidth:M,rightSection:I,rightSectionProps:R,rightSectionWidth:N,rightSectionPointerEvents:T,leftSectionPointerEvents:L,variant:P,vars:O,pointer:A,multiline:V,radius:j,id:$,withAria:B,withErrorStyles:D,mod:H,inputSize:F,..._}=r,{styleProps:Z,rest:z}=(0,u.extractStyleProps)(_),G=(0,v.useInputWrapperContext)(),U={offsetBottom:null==G?void 0:G.offsetBottom,offsetTop:null==G?void 0:G.offsetTop},W=(0,s.useStyles)({name:["Input",h],props:m||r,classes:C.Z,className:o,style:l,classNames:a,styles:d,unstyled:f,stylesCtx:U,rootSelector:"wrapper",vars:O,varsResolver:b}),K=B?{required:p,disabled:w,"aria-invalid":!!x,"aria-describedby":null==G?void 0:G.describedBy,id:(null==G?void 0:G.inputId)||$}:{};return(0,n.jsxs)(c.Box,{...W("wrapper"),...Z,...S,mod:[{error:!!x&&D,pointer:A,disabled:w,multiline:V,"data-with-right-section":!!I,"data-with-left-section":!!k},H],variant:P,size:g,children:[k&&(0,n.jsx)("div",{...E,"data-position":"left",...W("section",{className:null==E?void 0:E.className,style:null==E?void 0:E.style}),children:k}),(0,n.jsx)(c.Box,{component:"input",...z,...K,ref:t,required:p,mod:{disabled:w,error:!!x&&D},variant:P,__size:F,...W("input")}),I&&(0,n.jsx)("div",{...R,"data-position":"right",...W("section",{className:null==R?void 0:R.className,style:null==R?void 0:R.style}),children:I})]})});S.classes=C.Z,S.Wrapper=g.InputWrapper,S.Label=h.InputLabel,S.Error=p.InputError,S.Description=f.InputDescription,S.Placeholder=m.InputPlaceholder,S.displayName="@mantine/core/Input"},31259:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={wrapper:"m_6c018570",input:"m_8fb7ebe7",section:"m_82577fc2",placeholder:"m_88bacfd0",root:"m_46b77525",label:"m_8fdc1311",required:"m_78a94662",error:"m_8f816625",description:"m_fe47ce59"}},23288:function(e,t,r){"use strict";r.d(t,{InputDescription:function(){return m}});var n=r(27573),a=r(82434);r(7653);var o=r(91741),l=r(31780),i=r(10442),s=r(99268),u=r(73206),c=r(2896),d=r(48974),f=r(31259);let p={},h=(0,l.createVarsResolver)((e,t)=>{let{size:r}=t;return{description:{"--input-description-size":void 0===r?void 0:`calc(${(0,o.getFontSize)(r)} - ${(0,a.h)(2)})`}}}),m=(0,c.factory)((e,t)=>{let r=(0,i.useProps)("InputDescription",p,e),{classNames:a,className:o,style:l,styles:c,unstyled:m,vars:v,size:g,__staticSelector:C,__inheritStyles:y=!0,variant:b,...S}=(0,i.useProps)("InputDescription",p,r),x=(0,d.useInputWrapperContext)(),w=(0,s.useStyles)({name:["InputWrapper",C],props:r,classes:f.Z,className:o,style:l,classNames:a,styles:c,unstyled:m,rootSelector:"description",vars:v,varsResolver:h}),k=y&&(null==x?void 0:x.getStyles)||w;return(0,n.jsx)(u.Box,{component:"p",ref:t,variant:b,size:g,...k("description",(null==x?void 0:x.getStyles)?{className:o,style:l}:void 0),...S})});m.classes=f.Z,m.displayName="@mantine/core/InputDescription"},3873:function(e,t,r){"use strict";r.d(t,{InputError:function(){return m}});var n=r(27573),a=r(82434);r(7653);var o=r(91741),l=r(31780),i=r(10442),s=r(99268),u=r(73206),c=r(2896),d=r(48974),f=r(31259);let p={},h=(0,l.createVarsResolver)((e,t)=>{let{size:r}=t;return{error:{"--input-error-size":void 0===r?void 0:`calc(${(0,o.getFontSize)(r)} - ${(0,a.h)(2)})`}}}),m=(0,c.factory)((e,t)=>{let r=(0,i.useProps)("InputError",p,e),{classNames:a,className:o,style:l,styles:c,unstyled:m,vars:v,size:g,__staticSelector:C,__inheritStyles:y=!0,variant:b,...S}=r,x=(0,s.useStyles)({name:["InputWrapper",C],props:r,classes:f.Z,className:o,style:l,classNames:a,styles:c,unstyled:m,rootSelector:"error",vars:v,varsResolver:h}),w=(0,d.useInputWrapperContext)(),k=y&&(null==w?void 0:w.getStyles)||x;return(0,n.jsx)(u.Box,{component:"p",ref:t,variant:b,size:g,...k("error",(null==w?void 0:w.getStyles)?{className:o,style:l}:void 0),...S})});m.classes=f.Z,m.displayName="@mantine/core/InputError"},17033:function(e,t,r){"use strict";r.d(t,{InputLabel:function(){return h}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c=r(48974),d=r(31259);let f={labelElement:"label"},p=(0,o.createVarsResolver)((e,t)=>{let{size:r}=t;return{label:{"--input-label-size":(0,a.getFontSize)(r),"--input-asterisk-color":void 0}}}),h=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("InputLabel",f,e),{classNames:a,className:o,style:u,styles:h,unstyled:m,vars:v,labelElement:g,size:C,required:y,htmlFor:b,onMouseDown:S,children:x,__staticSelector:w,variant:k,mod:E,...M}=(0,l.useProps)("InputLabel",f,r),I=(0,i.useStyles)({name:["InputWrapper",w],props:r,classes:d.Z,className:o,style:u,classNames:a,styles:h,unstyled:m,rootSelector:"label",vars:v,varsResolver:p}),R=(0,c.useInputWrapperContext)(),N=(null==R?void 0:R.getStyles)||I;return(0,n.jsxs)(s.Box,{...N("label",(null==R?void 0:R.getStyles)?{className:o,style:u}:void 0),component:g,variant:k,size:C,ref:t,htmlFor:"label"===g?b:void 0,mod:[{required:y},E],onMouseDown:e=>{null==S||S(e),!e.defaultPrevented&&e.detail>1&&e.preventDefault()},...M,children:[x,y&&(0,n.jsx)("span",{...N("required"),"aria-hidden":!0,children:" *"})]})});h.classes=d.Z,h.displayName="@mantine/core/InputLabel"},25618:function(e,t,r){"use strict";r.d(t,{InputPlaceholder:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(99268),l=r(73206),i=r(2896),s=r(31259);let u={},c=(0,i.factory)((e,t)=>{let r=(0,a.useProps)("InputPlaceholder",u,e),{classNames:i,className:c,style:d,styles:f,unstyled:p,vars:h,__staticSelector:m,variant:v,error:g,mod:C,...y}=(0,a.useProps)("InputPlaceholder",u,r),b=(0,o.useStyles)({name:["InputPlaceholder",m],props:r,classes:s.Z,className:c,style:d,classNames:i,styles:f,unstyled:p,rootSelector:"placeholder"});return(0,n.jsx)(l.Box,{...b("placeholder"),mod:[{error:!!g},C],component:"span",variant:v,ref:t,...y})});c.classes=s.Z,c.displayName="@mantine/core/InputPlaceholder"},48974:function(e,t,r){"use strict";r.d(t,{I:function(){return n},useInputWrapperContext:function(){return a}}),r(7653),r(27573);let[n,a]=(0,r(9103).createOptionalContext)({offsetBottom:!1,offsetTop:!1,describedBy:void 0,getStyles:null,inputId:void 0,labelId:void 0})},13362:function(e,t,r){"use strict";r.d(t,{InputWrapper:function(){return b}});var n=r(27573),a=r(7653),o=r(70397),l=r(82434),i=r(91741),s=r(31780),u=r(10442),c=r(99268),d=r(73206),f=r(2896),p=r(23288),h=r(3873),m=r(17033),v=r(48974),g=r(31259);let C={labelElement:"label",inputContainer:e=>e,inputWrapperOrder:["label","description","input","error"]},y=(0,s.createVarsResolver)((e,t)=>{let{size:r}=t;return{label:{"--input-label-size":(0,i.getFontSize)(r),"--input-asterisk-color":void 0},error:{"--input-error-size":void 0===r?void 0:`calc(${(0,i.getFontSize)(r)} - ${(0,l.h)(2)})`},description:{"--input-description-size":void 0===r?void 0:`calc(${(0,i.getFontSize)(r)} - ${(0,l.h)(2)})`}}}),b=(0,f.factory)((e,t)=>{let r=(0,u.useProps)("InputWrapper",C,e),{classNames:l,className:i,style:s,styles:f,unstyled:b,vars:S,size:x,variant:w,__staticSelector:k,inputContainer:E,inputWrapperOrder:M,label:I,error:R,description:N,labelProps:T,descriptionProps:L,errorProps:P,labelElement:O,children:A,withAsterisk:V,id:j,required:$,__stylesApiProps:B,mod:D,...H}=r,F=(0,c.useStyles)({name:["InputWrapper",k],props:B||r,classes:g.Z,className:i,style:s,classNames:l,styles:f,unstyled:b,vars:S,varsResolver:y}),_={size:x,variant:w,__staticSelector:k},Z=(0,o.useId)(j),z=(null==P?void 0:P.id)||`${Z}-error`,G=(null==L?void 0:L.id)||`${Z}-description`,U=!!R&&"boolean"!=typeof R,W=!!N,K=`${U?z:""} ${W?G:""}`,J=K.trim().length>0?K.trim():void 0,q=(null==T?void 0:T.id)||`${Z}-label`,Y=I&&(0,n.jsx)(m.InputLabel,{labelElement:O,id:q,htmlFor:Z,required:"boolean"==typeof V?V:$,..._,...T,children:I},"label"),X=W&&(0,n.jsx)(p.InputDescription,{...L,..._,size:(null==L?void 0:L.size)||_.size,id:(null==L?void 0:L.id)||G,children:N},"description"),Q=(0,n.jsx)(a.Fragment,{children:E(A)},"input"),ee=U&&(0,a.createElement)(h.InputError,{...P,..._,size:(null==P?void 0:P.size)||_.size,key:"error",id:(null==P?void 0:P.id)||z},R),et=M.map(e=>{switch(e){case"label":return Y;case"input":return Q;case"description":return X;case"error":return ee;default:return null}});return(0,n.jsx)(v.I,{value:{getStyles:F,describedBy:J,inputId:Z,labelId:q,...function(e,t){let{hasDescription:r,hasError:n}=t,a=e.findIndex(e=>"input"===e),o=e.slice(0,a),l=e.slice(a+1),i=r&&o.includes("description")||n&&o.includes("error");return{offsetBottom:r&&l.includes("description")||n&&l.includes("error"),offsetTop:i}}(M,{hasDescription:W,hasError:U})},children:(0,n.jsx)(d.Box,{ref:t,variant:w,size:x,mod:[{error:!!R},D],...F("root"),...H,children:et})})});b.classes=g.Z,b.displayName="@mantine/core/InputWrapper"},48033:function(e,t,r){"use strict";r.d(t,{useInputProps:function(){return o}}),r(7653),r(27573);var n=r(10442),a=r(67267);function o(e,t,r){let o=(0,n.useProps)(e,t,r),{label:l,description:i,error:s,required:u,classNames:c,styles:d,className:f,unstyled:p,__staticSelector:h,__stylesApiProps:m,errorProps:v,labelProps:g,descriptionProps:C,wrapperProps:y,id:b,size:S,style:x,inputContainer:w,inputWrapperOrder:k,withAsterisk:E,variant:M,vars:I,mod:R,...N}=o,{styleProps:T,rest:L}=(0,a.extractStyleProps)(N),P={label:l,description:i,error:s,required:u,classNames:c,className:f,__staticSelector:h,__stylesApiProps:m||o,errorProps:v,labelProps:g,descriptionProps:C,unstyled:p,styles:d,size:S,style:x,inputContainer:w,inputWrapperOrder:k,withAsterisk:E,variant:M,id:b,mod:R,...y};return{...L,classNames:c,styles:d,unstyled:p,wrapperProps:{...P,...T},inputProps:{required:u,classNames:c,styles:d,unstyled:p,size:S,__staticSelector:h,__stylesApiProps:m||o,error:s,variant:M,id:b}}}},18578:function(e,t,r){"use strict";r.d(t,{InputBase:function(){return s}});var n=r(27573);r(7653);var a=r(58031),o=r(89010),l=r(48033);let i={__staticSelector:"InputBase",withAria:!0},s=(0,a.polymorphicFactory)((e,t)=>{let{inputProps:r,wrapperProps:a,...s}=(0,l.useInputProps)("InputBase",i,e);return(0,n.jsx)(o.Input.Wrapper,{...a,children:(0,n.jsx)(o.Input,{...r,...s,ref:t})})});s.classes={...o.Input.classes,...o.Input.Wrapper.classes},s.displayName="@mantine/core/InputBase"},38487:function(e,t,r){"use strict";r.d(t,{m:function(){return o}});var n=r(27573);r(7653);var a=r(48974);function o(e){let{children:t,role:r}=e,o=(0,a.useInputWrapperContext)();return o?(0,n.jsx)("div",{role:r,"aria-labelledby":o.labelId,"aria-describedby":o.describedBy,children:t}):(0,n.jsx)(n.Fragment,{children:t})}},81535:function(e,t,r){"use strict";r.d(t,{JsonInput:function(){return f}});var n=r(27573),a=r(7653),o=r(28023),l=r(10442),i=r(2896),s=r(18578),u=r(90299);function c(e,t){if("string"==typeof e&&0===e.trim().length)return!0;try{return t(e),!0}catch(e){return!1}}let d={serialize:JSON.stringify,deserialize:JSON.parse},f=(0,i.factory)((e,t)=>{let{value:r,defaultValue:i,onChange:s,formatOnBlur:f,validationError:p,serialize:h,deserialize:m,onFocus:v,onBlur:g,readOnly:C,error:y,...b}=(0,l.useProps)("JsonInput",d,e),[S,x]=(0,o.useUncontrolled)({value:r,defaultValue:i,finalValue:"",onChange:s}),[w,k]=(0,a.useState)(c(S,m));return(0,n.jsx)(u.Textarea,{value:S,onChange:e=>x(e.currentTarget.value),onFocus:e=>{null==v||v(e),k(!0)},onBlur:e=>{"function"==typeof g&&g(e);let t=c(e.currentTarget.value,m);f&&!C&&t&&""!==e.currentTarget.value.trim()&&x(h(m(e.currentTarget.value),null,2)),k(t)},ref:t,readOnly:C,...b,autoComplete:"off",__staticSelector:"JsonInput",error:w?y:p||!0,"data-monospace":!0})});f.classes=s.InputBase.classes,f.displayName="@mantine/core/JsonInput"},7194:function(e,t,r){"use strict";r.d(t,{Kbd:function(){return p}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c={root:"m_dc6f14e2"};let d={},f=(0,o.createVarsResolver)((e,t)=>{let{size:r}=t;return{root:{"--kbd-fz":(0,a.getSize)(r,"kbd-fz"),"--kbd-padding":(0,a.getSize)(r,"kbd-padding")}}}),p=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("Kbd",d,e),{classNames:a,className:o,style:u,styles:p,unstyled:h,vars:m,...v}=r,g=(0,i.useStyles)({name:"Kbd",classes:c,props:r,className:o,style:u,classNames:a,styles:p,unstyled:h,vars:m,varsResolver:f});return(0,n.jsx)(s.Box,{component:"kbd",ref:t,...g("root"),...v})});p.classes=c,p.displayName="@mantine/core/Kbd"},11276:function(e,t,r){"use strict";r.d(t,{U:function(){return o},Z:function(){return a}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("List component was not found in tree")},17419:function(e,t,r){"use strict";r.d(t,{List:function(){return m}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c=r(11276),d=r(11031),f=r(73435);let p={type:"unordered"},h=(0,o.createVarsResolver)((e,t)=>{let{size:r,spacing:n}=t;return{root:{"--list-fz":(0,a.getFontSize)(r),"--list-lh":(0,a.getLineHeight)(r),"--list-spacing":(0,a.getSpacing)(n)}}}),m=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("List",p,e),{classNames:a,className:o,style:u,styles:d,unstyled:m,vars:v,children:g,type:C,withPadding:y,icon:b,spacing:S,center:x,listStyleType:w,mod:k,...E}=r,M=(0,i.useStyles)({name:"List",classes:f.Z,props:r,className:o,style:u,classNames:a,styles:d,unstyled:m,vars:v,varsResolver:h});return(0,n.jsx)(c.Z,{value:{center:x,icon:b,getStyles:M},children:(0,n.jsx)(s.Box,{...M("root",{style:{listStyleType:w}}),component:"unordered"===C?"ul":"ol",mod:[{"with-padding":y},k],ref:t,...E,children:g})})});m.classes=f.Z,m.displayName="@mantine/core/List",m.Item=d.ListItem},73435:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={root:"m_abbac491",item:"m_abb6bec2",itemWrapper:"m_75cd9f71",itemIcon:"m_60f83e5b"}},11031:function(e,t,r){"use strict";r.d(t,{ListItem:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896),i=r(11276),s=r(73435);let u={},c=(0,l.factory)((e,t)=>{let{classNames:r,className:l,style:s,styles:c,vars:d,icon:f,children:p,mod:h,...m}=(0,a.useProps)("ListItem",u,e),v=(0,i.U)(),g=f||v.icon,C={classNames:r,styles:c};return(0,n.jsx)(o.Box,{...v.getStyles("item",{...C,className:l,style:s}),component:"li",mod:[{"with-icon":!!g,centered:v.center},h],ref:t,...m,children:(0,n.jsxs)("div",{...v.getStyles("itemWrapper",C),children:[g&&(0,n.jsx)("span",{...v.getStyles("itemIcon",C),children:g}),(0,n.jsx)("span",{...v.getStyles("itemLabel",C),children:p})]})})});c.classes=s.Z,c.displayName="@mantine/core/ListItem"},24393:function(e,t,r){"use strict";r.d(t,{LoadingOverlay:function(){return g}});var n=r(27573);r(7653);var a=r(85224),o=r(31780),l=r(76719),i=r(10442),s=r(99268),u=r(73206),c=r(2896),d=r(49509),f=r(62626),p=r(77099),h={root:"m_6e45937b",loader:"m_e8eb006c",overlay:"m_df587f17"};let m={transitionProps:{transition:"fade",duration:0},overlayProps:{backgroundOpacity:.75},zIndex:(0,a.getDefaultZIndex)("overlay")},v=(0,o.createVarsResolver)((e,t)=>{let{zIndex:r}=t;return{root:{"--lo-z-index":null==r?void 0:r.toString()}}}),g=(0,c.factory)((e,t)=>{let r=(0,i.useProps)("LoadingOverlay",m,e),{classNames:a,className:o,style:c,styles:g,unstyled:C,vars:y,transitionProps:b,loaderProps:S,overlayProps:x,visible:w,zIndex:k,...E}=r,M=(0,l.useMantineTheme)(),I=(0,s.useStyles)({name:"LoadingOverlay",classes:h,props:r,className:o,style:c,classNames:a,styles:g,unstyled:C,vars:y,varsResolver:v}),R={...m.overlayProps,...x};return(0,n.jsx)(p.Transition,{transition:"fade",...b,mounted:!!w,children:e=>(0,n.jsxs)(u.Box,{...I("root",{style:e}),ref:t,...E,children:[(0,n.jsx)(d.Loader,{...I("loader"),unstyled:C,...S}),(0,n.jsx)(f.Overlay,{...R,...I("overlay"),darkHidden:!0,unstyled:C,color:(null==x?void 0:x.color)||M.white}),(0,n.jsx)(f.Overlay,{...R,...I("overlay"),lightHidden:!0,unstyled:C,color:(null==x?void 0:x.color)||M.colors.dark[5]})]})})});g.classes=h,g.displayName="@mantine/core/LoadingOverlay"},58563:function(e,t,r){"use strict";r.d(t,{Mark:function(){return h}});var n=r(27573);r(7653);var a=r(31780),o=r(10442),l=r(99268),i=r(73206),s=r(2896),u=r(30670);function c(e){let{color:t,theme:r,defaultShade:n}=e,a=(0,u.parseThemeColor)({color:t,theme:r});return a.isThemeColor?void 0===a.shade?`var(--mantine-color-${a.color}-${n})`:`var(${a.variable})`:t}var d={root:"m_bcb3f3c2"};let f={color:"yellow"},p=(0,a.createVarsResolver)((e,t)=>{let{color:r}=t;return{root:{"--mark-bg-dark":c({color:r,theme:e,defaultShade:5}),"--mark-bg-light":c({color:r,theme:e,defaultShade:2})}}}),h=(0,s.factory)((e,t)=>{let r=(0,o.useProps)("Mark",f,e),{classNames:a,className:s,style:u,styles:c,unstyled:h,vars:m,color:v,variant:g,...C}=r,y=(0,l.useStyles)({name:"Mark",props:r,className:s,style:u,classes:d,classNames:a,styles:c,unstyled:h,vars:m,varsResolver:p});return(0,n.jsx)(i.Box,{component:"mark",ref:t,variant:g,...y("root"),...C})});h.classes=d,h.displayName="@mantine/core/Mark"},36547:function(e,t,r){"use strict";r.d(t,{D:function(){return a},v:function(){return o}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("Modal component was not found in tree")},53598:function(e,t,r){"use strict";r.d(t,{Modal:function(){return v}});var n=r(27573);r(7653);var a=r(85224),o=r(10442),l=r(2896),i=r(13107),s=r(13660),u=r(72116),c=r(53701),d=r(7805),f=r(3200),p=r(4542),h=r(31860);let m={closeOnClickOutside:!0,withinPortal:!0,lockScroll:!0,trapFocus:!0,returnFocus:!0,closeOnEscape:!0,keepMounted:!1,zIndex:(0,a.getDefaultZIndex)("modal"),transitionProps:{duration:200,transition:"fade-down"},withOverlay:!0,withCloseButton:!0},v=(0,l.factory)((e,t)=>{let{title:r,withOverlay:a,overlayProps:l,withCloseButton:h,closeButtonProps:v,children:g,radius:C,...y}=(0,o.useProps)("Modal",m,e),b=!!r||h;return(0,n.jsxs)(f.ModalRoot,{ref:t,radius:C,...y,children:[a&&(0,n.jsx)(d.ModalOverlay,{...l}),(0,n.jsxs)(u.ModalContent,{radius:C,children:[b&&(0,n.jsxs)(c.ModalHeader,{children:[r&&(0,n.jsx)(p.ModalTitle,{children:r}),h&&(0,n.jsx)(s.ModalCloseButton,{...v})]}),(0,n.jsx)(i.ModalBody,{children:g})]})]})});v.classes=h.Z,v.displayName="@mantine/core/Modal",v.Root=f.ModalRoot,v.Overlay=d.ModalOverlay,v.Content=u.ModalContent,v.Body=i.ModalBody,v.Header=c.ModalHeader,v.Title=p.ModalTitle,v.CloseButton=s.ModalCloseButton},31860:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={root:"m_9df02822",content:"m_54c44539",inner:"m_1f958f16",header:"m_d0e2b9cd"}},13107:function(e,t,r){"use strict";r.d(t,{ModalBody:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(6889),i=r(36547),s=r(31860);let u={},c=(0,o.factory)((e,t)=>{let{classNames:r,className:o,style:s,styles:c,vars:d,...f}=(0,a.useProps)("ModalBody",u,e),p=(0,i.v)();return(0,n.jsx)(l.ModalBaseBody,{ref:t,...p.getStyles("body",{classNames:r,style:s,styles:c,className:o}),...f})});c.classes=s.Z,c.displayName="@mantine/core/ModalBody"},13660:function(e,t,r){"use strict";r.d(t,{ModalCloseButton:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(36507),i=r(36547),s=r(31860);let u={},c=(0,o.factory)((e,t)=>{let{classNames:r,className:o,style:s,styles:c,vars:d,...f}=(0,a.useProps)("ModalCloseButton",u,e),p=(0,i.v)();return(0,n.jsx)(l.ModalBaseCloseButton,{ref:t,...p.getStyles("close",{classNames:r,style:s,styles:c,className:o}),...f})});c.classes=s.Z,c.displayName="@mantine/core/ModalCloseButton"},72116:function(e,t,r){"use strict";r.d(t,{ModalContent:function(){return f}});var n=r(27573),a=r(82434);r(7653);var o=r(10442),l=r(2896),i=r(4763),s=r(64164),u=r(36547),c=r(31860);let d={},f=(0,l.factory)((e,t)=>{let{classNames:r,className:l,style:c,styles:f,vars:p,children:h,...m}=(0,o.useProps)("ModalContent",d,e),v=(0,u.v)(),g=v.scrollAreaComponent||s.NativeScrollArea;return(0,n.jsx)(i.ModalBaseContent,{...v.getStyles("content",{className:l,style:c,styles:f,classNames:r}),innerProps:v.getStyles("inner",{className:l,style:c,styles:f,classNames:r}),"data-full-screen":v.fullScreen||void 0,"data-modal-content":!0,ref:t,...m,children:(0,n.jsx)(g,{style:{maxHeight:v.fullScreen?"100dvh":`calc(100dvh - (${(0,a.h)(v.yOffset)} * 2))`},children:h})})});f.classes=c.Z,f.displayName="@mantine/core/ModalContent"},53701:function(e,t,r){"use strict";r.d(t,{ModalHeader:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(94021),i=r(36547),s=r(31860);let u={},c=(0,o.factory)((e,t)=>{let{classNames:r,className:o,style:s,styles:c,vars:d,...f}=(0,a.useProps)("ModalHeader",u,e),p=(0,i.v)();return(0,n.jsx)(l.ModalBaseHeader,{ref:t,...p.getStyles("header",{classNames:r,style:s,styles:c,className:o}),...f})});c.classes=s.Z,c.displayName="@mantine/core/ModalHeader"},7805:function(e,t,r){"use strict";r.d(t,{ModalOverlay:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(43510),i=r(36547),s=r(31860);let u={},c=(0,o.factory)((e,t)=>{let{classNames:r,className:o,style:s,styles:c,vars:d,...f}=(0,a.useProps)("ModalOverlay",u,e),p=(0,i.v)();return(0,n.jsx)(l.ModalBaseOverlay,{ref:t,...p.getStyles("overlay",{classNames:r,style:s,styles:c,className:o}),...f})});c.classes=s.Z,c.displayName="@mantine/core/ModalOverlay"},3200:function(e,t,r){"use strict";r.d(t,{ModalRoot:function(){return v}});var n=r(27573),a=r(82434);r(7653);var o=r(85224),l=r(91741),i=r(31780),s=r(10442),u=r(99268),c=r(2896),d=r(61273),f=r(36547),p=r(31860);let h={__staticSelector:"Modal",closeOnClickOutside:!0,withinPortal:!0,lockScroll:!0,trapFocus:!0,returnFocus:!0,closeOnEscape:!0,keepMounted:!1,zIndex:(0,o.getDefaultZIndex)("modal"),transitionProps:{duration:200,transition:"fade-down"},yOffset:"5dvh"},m=(0,i.createVarsResolver)((e,t)=>{let{radius:r,size:n,yOffset:o,xOffset:i}=t;return{root:{"--modal-radius":void 0===r?void 0:(0,l.getRadius)(r),"--modal-size":(0,l.getSize)(n,"modal-size"),"--modal-y-offset":(0,a.h)(o),"--modal-x-offset":(0,a.h)(i)}}}),v=(0,c.factory)((e,t)=>{let r=(0,s.useProps)("ModalRoot",h,e),{classNames:a,className:o,style:l,styles:i,unstyled:c,vars:v,yOffset:g,scrollAreaComponent:C,radius:y,fullScreen:b,centered:S,xOffset:x,__staticSelector:w,...k}=r,E=(0,u.useStyles)({name:w,classes:p.Z,props:r,className:o,style:l,classNames:a,styles:i,unstyled:c,vars:v,varsResolver:m});return(0,n.jsx)(f.D,{value:{yOffset:g,scrollAreaComponent:C,getStyles:E,fullScreen:b},children:(0,n.jsx)(d.ModalBase,{ref:t,...E("root"),"data-full-screen":b||void 0,"data-centered":S||void 0,unstyled:c,...k})})});v.classes=p.Z,v.displayName="@mantine/core/ModalRoot"},4542:function(e,t,r){"use strict";r.d(t,{ModalTitle:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(22176),i=r(36547),s=r(31860);let u={},c=(0,o.factory)((e,t)=>{let{classNames:r,className:o,style:s,styles:c,vars:d,...f}=(0,a.useProps)("ModalTitle",u,e),p=(0,i.v)();return(0,n.jsx)(l.ModalBaseTitle,{ref:t,...p.getStyles("title",{classNames:r,style:s,styles:c,className:o}),...f})});c.classes=s.Z,c.displayName="@mantine/core/ModalTitle"},9448:function(e,t,r){"use strict";r.d(t,{i:function(){return a},q:function(){return o}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("ModalBase component was not found in tree")},61273:function(e,t,r){"use strict";r.d(t,{ModalBase:function(){return m}});var n=r(27573),a=r(7653),o=r(47196),l=r(85224),i=r(91741),s=r(73206),u=r(99529),c=r(9448),d=r(70397),f=r(44053),p=r(11827),h=r(93010);let m=(0,a.forwardRef)((e,t)=>{let{keepMounted:r,opened:m,onClose:v,id:g,transitionProps:C,trapFocus:y,closeOnEscape:b,returnFocus:S,closeOnClickOutside:x,withinPortal:w,portalProps:k,lockScroll:E,children:M,zIndex:I,shadow:R,padding:N,__vars:T,unstyled:L,removeScrollProps:P,...O}=e,{_id:A,titleMounted:V,bodyMounted:j,shouldLockScroll:$,setTitleMounted:B,setBodyMounted:D}=function(e){let{id:t,transitionProps:r,opened:n,trapFocus:o,closeOnEscape:l,onClose:i,returnFocus:s}=e,u=(0,d.useId)(t),[c,m]=(0,a.useState)(!1),[v,g]=(0,a.useState)(!1),C=function(e){let{opened:t,transitionDuration:r}=e,[n,o]=(0,a.useState)(t),l=(0,a.useRef)(),i=(0,h.useReducedMotion)()?0:r;return(0,a.useEffect)(()=>(t?(o(!0),window.clearTimeout(l.current)):0===i?o(!1):l.current=window.setTimeout(()=>o(!1),i),()=>window.clearTimeout(l.current)),[t,i]),n}({opened:n,transitionDuration:"number"==typeof(null==r?void 0:r.duration)?null==r?void 0:r.duration:200});return(0,f.useWindowEvent)("keydown",e=>{if("Escape"===e.key&&l&&n){var t;(null===(t=e.target)||void 0===t?void 0:t.getAttribute("data-mantine-stop-propagation"))!=="true"&&i()}},{capture:!0}),(0,p.useFocusReturn)({opened:n,shouldReturnFocus:o&&s}),{_id:u,titleMounted:c,bodyMounted:v,shouldLockScroll:C,setTitleMounted:m,setBodyMounted:g}}({id:g,transitionProps:C,opened:m,trapFocus:y,closeOnEscape:b,onClose:v,returnFocus:S}),{key:H,...F}=P||{};return(0,n.jsx)(u.OptionalPortal,{...k,withinPortal:w,children:(0,n.jsx)(c.i,{value:{opened:m,onClose:v,closeOnClickOutside:x,transitionProps:{...C,keepMounted:r},getTitleId:()=>`${A}-title`,getBodyId:()=>`${A}-body`,titleMounted:V,bodyMounted:j,setTitleMounted:B,setBodyMounted:D,trapFocus:y,closeOnEscape:b,zIndex:I,unstyled:L},children:(0,n.jsx)(o.Z,{enabled:$&&E,...F,children:(0,n.jsx)(s.Box,{ref:t,...O,__vars:{...T,"--mb-z-index":(I||(0,l.getDefaultZIndex)("modal")).toString(),"--mb-shadow":(0,i.getShadow)(R),"--mb-padding":(0,i.getSpacing)(N)},children:M})},H)})})});m.displayName="@mantine/core/ModalBase"},22926:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={title:"m_615af6c9",header:"m_b5489c3c",inner:"m_60c222c7",content:"m_fd1ab0aa",close:"m_606cb269",body:"m_5df29311"}},6889:function(e,t,r){"use strict";r.d(t,{ModalBaseBody:function(){return u}});var n=r(27573),a=r(7653),o=r(10607),l=r(73206),i=r(9448),s=r(22926);let u=(0,a.forwardRef)((e,t)=>{let{className:r,...u}=e,c=function(){let e=(0,i.q)();return(0,a.useEffect)(()=>(e.setBodyMounted(!0),()=>e.setBodyMounted(!1)),[]),e.getBodyId()}(),d=(0,i.q)();return(0,n.jsx)(l.Box,{ref:t,...u,id:c,className:(0,o.Z)({[s.Z.body]:!d.unstyled},r)})});u.displayName="@mantine/core/ModalBaseBody"},36507:function(e,t,r){"use strict";r.d(t,{ModalBaseCloseButton:function(){return u}});var n=r(27573),a=r(7653),o=r(10607),l=r(69),i=r(9448),s=r(22926);let u=(0,a.forwardRef)((e,t)=>{let{className:r,onClick:a,...u}=e,c=(0,i.q)();return(0,n.jsx)(l.CloseButton,{ref:t,...u,onClick:e=>{c.onClose(),null==a||a(e)},className:(0,o.Z)({[s.Z.close]:!c.unstyled},r),unstyled:c.unstyled})});u.displayName="@mantine/core/ModalBaseCloseButton"},4763:function(e,t,r){"use strict";r.d(t,{ModalBaseContent:function(){return d}});var n=r(27573),a=r(7653),o=r(10607),l=r(36910),i=r(11393),s=r(77099),u=r(9448),c=r(22926);let d=(0,a.forwardRef)((e,t)=>{let{transitionProps:r,className:a,innerProps:d,onKeyDown:f,style:p,...h}=e,m=(0,u.q)();return(0,n.jsx)(s.Transition,{mounted:m.opened,transition:"pop",...m.transitionProps,...r,children:e=>(0,n.jsx)("div",{...d,className:(0,o.Z)({[c.Z.inner]:!m.unstyled},d.className),children:(0,n.jsx)(l.FocusTrap,{active:m.opened&&m.trapFocus,innerRef:t,children:(0,n.jsx)(i.Paper,{...h,component:"section",role:"dialog",tabIndex:-1,"aria-modal":!0,"aria-describedby":m.bodyMounted?m.getBodyId():void 0,"aria-labelledby":m.titleMounted?m.getTitleId():void 0,style:[p,e],className:(0,o.Z)({[c.Z.content]:!m.unstyled},a),unstyled:m.unstyled,children:h.children})})})})});d.displayName="@mantine/core/ModalBaseContent"},94021:function(e,t,r){"use strict";r.d(t,{ModalBaseHeader:function(){return u}});var n=r(27573),a=r(7653),o=r(10607),l=r(73206),i=r(9448),s=r(22926);let u=(0,a.forwardRef)((e,t)=>{let{className:r,...a}=e,u=(0,i.q)();return(0,n.jsx)(l.Box,{component:"header",ref:t,className:(0,o.Z)({[s.Z.header]:!u.unstyled},r),...a})});u.displayName="@mantine/core/ModalBaseHeader"},43510:function(e,t,r){"use strict";r.d(t,{ModalBaseOverlay:function(){return u}});var n=r(27573),a=r(7653),o=r(62626),l=r(77099),i=r(9448);let s={duration:200,timingFunction:"ease",transition:"fade"},u=(0,a.forwardRef)((e,t)=>{let{onClick:r,transitionProps:a,style:u,...c}=e,d=(0,i.q)(),f=function(e){let t=(0,i.q)();return{...s,...t.transitionProps,...e}}(a);return(0,n.jsx)(l.Transition,{mounted:d.opened,...f,transition:"fade",children:e=>(0,n.jsx)(o.Overlay,{ref:t,fixed:!0,style:[u,e],zIndex:d.zIndex,unstyled:d.unstyled,onClick:e=>{null==r||r(e),d.closeOnClickOutside&&d.onClose()},...c})})});u.displayName="@mantine/core/ModalBaseOverlay"},22176:function(e,t,r){"use strict";r.d(t,{ModalBaseTitle:function(){return u}});var n=r(27573),a=r(7653),o=r(10607),l=r(73206),i=r(9448),s=r(22926);let u=(0,a.forwardRef)((e,t)=>{let{className:r,...u}=e,c=function(){let e=(0,i.q)();return(0,a.useEffect)(()=>(e.setTitleMounted(!0),()=>e.setTitleMounted(!1)),[]),e.getTitleId()}(),d=(0,i.q)();return(0,n.jsx)(l.Box,{component:"h2",ref:t,className:(0,o.Z)({[s.Z.title]:!d.unstyled},r),...u,id:c})});u.displayName="@mantine/core/ModalBaseTitle"},64164:function(e,t,r){"use strict";r.d(t,{NativeScrollArea:function(){return a}});var n=r(27573);function a(e){let{children:t}=e;return(0,n.jsx)(n.Fragment,{children:t})}},26798:function(e,t,r){"use strict";r.d(t,{MultiSelect:function(){return x}});var n=r(27573),a=r(7653),o=r(70397),l=r(28023),i=r(43196),s=r(99268),u=r(10442),c=r(67267),d=r(2896),f=r(43863),p=r(78583),h=r(871),m=r(59118),v=r(91295),g=r(18578),C=r(55231),y=r(7165),b=r(9382);let S={maxValues:1/0,withCheckIcon:!0,checkIconPosition:"left",hiddenInputValuesDivider:","},x=(0,d.factory)((e,t)=>{let r=(0,u.useProps)("MultiSelect",S,e),{classNames:d,className:g,style:x,styles:w,unstyled:k,vars:E,size:M,value:I,defaultValue:R,onChange:N,onKeyDown:T,variant:L,data:P,dropdownOpened:O,defaultDropdownOpened:A,onDropdownOpen:V,onDropdownClose:j,selectFirstOptionOnChange:$,onOptionSubmit:B,comboboxProps:D,filter:H,limit:F,withScrollArea:_,maxDropdownHeight:Z,searchValue:z,defaultSearchValue:G,onSearchChange:U,readOnly:W,disabled:K,onFocus:J,onBlur:q,onPaste:Y,radius:X,rightSection:Q,rightSectionWidth:ee,rightSectionPointerEvents:et,rightSectionProps:er,leftSection:en,leftSectionWidth:ea,leftSectionPointerEvents:eo,leftSectionProps:el,inputContainer:ei,inputWrapperOrder:es,withAsterisk:eu,labelProps:ec,descriptionProps:ed,errorProps:ef,wrapperProps:ep,description:eh,label:em,error:ev,maxValues:eg,searchable:eC,nothingFoundMessage:ey,withCheckIcon:eb,checkIconPosition:eS,hidePickedOptions:ex,withErrorStyles:ew,name:ek,form:eE,id:eM,clearable:eI,clearButtonProps:eR,hiddenInputProps:eN,placeholder:eT,hiddenInputValuesDivider:eL,required:eP,mod:eO,renderOption:eA,onRemove:eV,onClear:ej,scrollAreaProps:e$,...eB}=r,eD=(0,o.useId)(eM),eH=(0,f.getParsedComboboxData)(P),eF=(0,p.getOptionsLockup)(eH),e_=(0,v.useCombobox)({opened:O,defaultOpened:A,onDropdownOpen:V,onDropdownClose:()=>{null==j||j(),e_.resetSelectedOption()}}),{styleProps:eZ,rest:{type:ez,autoComplete:eG,...eU}}=(0,c.extractStyleProps)(eB),[eW,eK]=(0,l.useUncontrolled)({value:I,defaultValue:R,finalValue:[],onChange:N}),[eJ,eq]=(0,l.useUncontrolled)({value:z,defaultValue:G,finalValue:"",onChange:U}),eY=(0,s.useStyles)({name:"MultiSelect",classes:{},props:r,classNames:d,styles:w,unstyled:k}),{resolvedClassNames:eX,resolvedStyles:eQ}=(0,i.useResolvedStylesApi)({props:r,styles:w,classNames:d}),e1=eW.map((e,t)=>{var r,a;return(0,n.jsx)(C.Pill,{withRemoveButton:!W&&!(null===(r=eF[e])||void 0===r?void 0:r.disabled),onRemove:()=>{eK(eW.filter(t=>e!==t)),null==eV||eV(e)},unstyled:k,disabled:K,...eY("pill"),children:(null===(a=eF[e])||void 0===a?void 0:a.label)||e},`${e}-${t}`)});(0,a.useEffect)(()=>{$&&e_.selectFirstOption()},[$,eW]);let e6=eI&&eW.length>0&&!K&&!W&&(0,n.jsx)(h.Combobox.ClearButton,{size:M,...eR,onClear:()=>{null==ej||ej(),eK([]),eq("")}}),e3=function(e){let{data:t,value:r}=e,n=r.map(e=>e.trim().toLowerCase());return t.reduce((e,t)=>((0,b.isOptionsGroup)(t)?e.push({group:t.group,items:t.items.filter(e=>-1===n.indexOf(e.value.toLowerCase().trim()))}):-1===n.indexOf(t.value.toLowerCase().trim())&&e.push(t),e),[])}({data:eH,value:eW});return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)(h.Combobox,{store:e_,classNames:eX,styles:eQ,unstyled:k,size:M,readOnly:W,__staticSelector:"MultiSelect",onOptionSubmit:e=>{null==B||B(e),eq(""),e_.updateSelectedOptionIndex("selected"),eW.includes(eF[e].value)?(eK(eW.filter(t=>t!==eF[e].value)),null==eV||eV(eF[e].value)):eW.length<eg&&eK([...eW,eF[e].value])},...D,children:[(0,n.jsx)(h.Combobox.DropdownTarget,{children:(0,n.jsx)(y.PillsInput,{...eZ,__staticSelector:"MultiSelect",classNames:eX,styles:eQ,unstyled:k,size:M,className:g,style:x,variant:L,disabled:K,radius:X,rightSection:Q||e6||(0,n.jsx)(h.Combobox.Chevron,{size:M,error:ev,unstyled:k}),rightSectionPointerEvents:et||(e6?"all":"none"),rightSectionWidth:ee,rightSectionProps:er,leftSection:en,leftSectionWidth:ea,leftSectionPointerEvents:eo,leftSectionProps:el,inputContainer:ei,inputWrapperOrder:es,withAsterisk:eu,labelProps:ec,descriptionProps:ed,errorProps:ef,wrapperProps:ep,description:eh,label:em,error:ev,multiline:!0,withErrorStyles:ew,__stylesApiProps:{...r,rightSectionPointerEvents:et||(e6?"all":"none"),multiline:!0},pointer:!eC,onClick:()=>eC?e_.openDropdown():e_.toggleDropdown(),"data-expanded":e_.dropdownOpened||void 0,id:eD,required:eP,mod:eO,children:(0,n.jsxs)(C.Pill.Group,{disabled:K,unstyled:k,...eY("pillsList"),children:[e1,(0,n.jsx)(h.Combobox.EventsTarget,{autoComplete:eG,children:(0,n.jsx)(y.PillsInput.Field,{...eU,ref:t,id:eD,placeholder:eT,type:eC||eT?"visible":"hidden",...eY("inputField"),unstyled:k,onFocus:e=>{null==J||J(e),eC&&e_.openDropdown()},onBlur:e=>{null==q||q(e),e_.closeDropdown(),eq("")},onKeyDown:e=>{null==T||T(e)," "!==e.key||eC||(e.preventDefault(),e_.toggleDropdown()),"Backspace"===e.key&&0===eJ.length&&eW.length>0&&(null==eV||eV(eW[eW.length-1]),eK(eW.slice(0,eW.length-1)))},value:eJ,onChange:e=>{eq(e.currentTarget.value),eC&&e_.openDropdown(),$&&e_.selectFirstOption()},disabled:K,readOnly:W||!eC,pointer:!eC})})]})})}),(0,n.jsx)(m.OptionsDropdown,{data:ex?e3:eH,hidden:W||K,filter:H,search:eJ,limit:F,hiddenWhenEmpty:!ey,withScrollArea:_,maxDropdownHeight:Z,filterOptions:eC,value:eW,checkIconPosition:eS,withCheckIcon:eb,nothingFoundMessage:ey,unstyled:k,labelId:em?`${eD}-label`:void 0,"aria-label":em?void 0:eB["aria-label"],renderOption:eA,scrollAreaProps:e$})]}),(0,n.jsx)(h.Combobox.HiddenInput,{name:ek,valuesDivider:eL,value:eW,form:eE,disabled:K,...eN})]})});x.classes={...g.InputBase.classes,...h.Combobox.classes},x.displayName="@mantine/core/MultiSelect"},53395:function(e,t,r){"use strict";r.d(t,{NativeSelect:function(){return d}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(43863),i=r(47273),s=r(18578);function u(e){let{data:t}=e;if("group"in t){let e=t.items.map(e=>(0,n.jsx)(u,{data:e},e.value));return(0,n.jsx)("optgroup",{label:t.group,children:e})}let{value:r,label:a,...o}=t;return(0,n.jsx)("option",{value:t.value,...o,children:t.label},t.value)}u.displayName="@mantine/core/NativeSelectOption";let c={rightSectionPointerEvents:"none"},d=(0,o.factory)((e,t)=>{let{data:r,children:o,size:d,error:f,rightSection:p,unstyled:h,...m}=(0,a.useProps)("NativeSelect",c,e),v=(0,l.getParsedComboboxData)(r).map((e,t)=>(0,n.jsx)(u,{data:e},t));return(0,n.jsx)(s.InputBase,{component:"select",ref:t,...m,__staticSelector:"NativeSelect",size:d,pointer:!0,error:f,unstyled:h,rightSection:p||(0,n.jsx)(i.ComboboxChevron,{size:d,error:f,unstyled:h}),children:o||v})});d.classes=s.InputBase.classes,d.displayName="@mantine/core/NativeSelect"},1028:function(e,t,r){"use strict";r.d(t,{NavLink:function(){return g}});var n=r(27573),a=r(28023);r(7653);var o=r(91741),l=r(31780),i=r(10442),s=r(99268),u=r(73206),c=r(58031),d=r(71080),f=r(17127),p=r(28579),h={root:"m_f0824112",description:"m_57492dcc",section:"m_690090b5",label:"m_1f6ac4c4",body:"m_f07af9d2",children:"m_e17b862f",chevron:"m_1fd8a00b"};let m={},v=(0,l.createVarsResolver)((e,t)=>{let{variant:r,color:n,childrenOffset:a,autoContrast:l}=t,i=e.variantColorResolver({color:n||e.primaryColor,theme:e,variant:r||"light",autoContrast:l});return{root:{"--nl-bg":n||r?i.background:void 0,"--nl-hover":n||r?i.hover:void 0,"--nl-color":n||r?i.color:void 0},children:{"--nl-offset":(0,o.getSpacing)(a)}}}),g=(0,c.polymorphicFactory)((e,t)=>{let r=(0,i.useProps)("NavLink",m,e),{classNames:o,className:l,style:c,styles:g,unstyled:C,vars:y,opened:b,defaultOpened:S,onChange:x,children:w,onClick:k,active:E,disabled:M,leftSection:I,rightSection:R,label:N,description:T,disableRightSectionRotation:L,noWrap:P,childrenOffset:O,onKeyDown:A,autoContrast:V,mod:j,...$}=r,B=(0,s.useStyles)({name:"NavLink",props:r,classes:h,className:l,style:c,classNames:o,styles:g,unstyled:C,vars:y,varsResolver:v}),[D,H]=(0,a.useUncontrolled)({value:b,defaultValue:S,finalValue:!1,onChange:x}),F=!!w;return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)(p.UnstyledButton,{...B("root"),component:"a",ref:t,onClick:e=>{null==k||k(e),F&&(e.preventDefault(),H(!D))},onKeyDown:e=>{null==A||A(e),"Space"===e.nativeEvent.code&&F&&(e.preventDefault(),H(!D))},unstyled:C,mod:[{disabled:M,active:E,expanded:D},j],...$,children:[I&&(0,n.jsx)(u.Box,{component:"span",...B("section"),mod:{position:"left"},children:I}),(0,n.jsxs)(u.Box,{...B("body"),mod:{"no-wrap":P},children:[(0,n.jsx)(u.Box,{component:"span",...B("label"),children:N}),(0,n.jsx)(u.Box,{component:"span",mod:{active:E},...B("description"),children:T})]}),(F||R)&&(0,n.jsx)(u.Box,{...B("section"),component:"span",mod:{rotate:D&&!L,position:"right"},children:F?R||(0,n.jsx)(d.AccordionChevron,{...B("chevron")}):R})]}),(0,n.jsx)(f.Collapse,{in:D,...B("collapse"),children:(0,n.jsx)("div",{...B("children"),children:w})})]})});g.classes=h,g.displayName="@mantine/core/NavLink"},38698:function(e,t,r){"use strict";r.d(t,{Notification:function(){return v}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(12882),i=r(10442),s=r(99268),u=r(73206),c=r(2896),d=r(69),f=r(49509),p={root:"m_a513464",icon:"m_a4ceffb",loader:"m_b0920b15",body:"m_a49ed24",title:"m_3feedf16",description:"m_3d733a3a",closeButton:"m_919a4d88"};let h={withCloseButton:!0},m=(0,o.createVarsResolver)((e,t)=>{let{radius:r,color:n}=t;return{root:{"--notification-radius":void 0===r?void 0:(0,a.getRadius)(r),"--notification-color":n?(0,l.getThemeColor)(n,e):void 0}}}),v=(0,c.factory)((e,t)=>{let r=(0,i.useProps)("Notification",h,e),{className:a,color:o,radius:l,loading:c,withCloseButton:v,withBorder:g,title:C,icon:y,children:b,onClose:S,closeButtonProps:x,classNames:w,style:k,styles:E,unstyled:M,variant:I,vars:R,mod:N,...T}=r,L=(0,s.useStyles)({name:"Notification",classes:p,props:r,className:a,style:k,classNames:w,styles:E,unstyled:M,vars:R,varsResolver:m});return(0,n.jsxs)(u.Box,{...L("root"),mod:[{"data-with-icon":!!y||c,"data-with-border":g},N],ref:t,variant:I,...T,role:"alert",children:[y&&!c&&(0,n.jsx)("div",{...L("icon"),children:y}),c&&(0,n.jsx)(f.Loader,{size:28,color:o,...L("loader")}),(0,n.jsxs)("div",{...L("body"),children:[C&&(0,n.jsx)("div",{...L("title"),children:C}),(0,n.jsx)(u.Box,{...L("description"),mod:{"data-with-title":!!C},children:b})]}),v&&(0,n.jsx)(d.CloseButton,{iconSize:16,color:"gray",...x,unstyled:M,onClick:S,...L("closeButton")})]})});v.classes=p,v.displayName="@mantine/core/Notification"},12957:function(e,t,r){"use strict";r.d(t,{NumberFormatter:function(){return i}});var n=r(27573),a=r(93558);r(7653);var o=r(10442);let l={};function i(e){let{value:t,defaultValue:r,...i}=(0,o.useProps)("NumberFormatter",l,e);return void 0===t?null:(0,n.jsx)(a.h3,{displayType:"text",value:t,...i})}i.extend=e=>e,i.displayName="@mantine/core/NumberFormatter"},15179:function(e,t,r){"use strict";r.d(t,{NumberInput:function(){return E}});var n=r(27573),a=r(7653),o=r(10607),l=r(93558),i=r(28023),s=r(54909),u=r(3221),c=r(91741),d=r(31780),f=r(43196),p=r(99268),h=r(10442),m=r(2896),v=r(18578),g=r(28579);function C(e){let{direction:t,style:r,...a}=e;return(0,n.jsx)("svg",{style:{width:"var(--ni-chevron-size)",height:"var(--ni-chevron-size)",transform:"up"===t?"rotate(180deg)":void 0,...r},viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...a,children:(0,n.jsx)("path",{d:"M3.13523 6.15803C3.3241 5.95657 3.64052 5.94637 3.84197 6.13523L7.5 9.56464L11.158 6.13523C11.3595 5.94637 11.6759 5.95657 11.8648 6.15803C12.0536 6.35949 12.0434 6.67591 11.842 6.86477L7.84197 10.6148C7.64964 10.7951 7.35036 10.7951 7.15803 10.6148L3.15803 6.86477C2.95657 6.67591 2.94637 6.35949 3.13523 6.15803Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}var y={root:"m_e2f5cd4e",controls:"m_95e17d22",control:"m_80b4b171"};let b=/^(0\.0*|-0(\.0*)?)$/,S=/^-?0\d+(\.\d+)?\.?$/;function x(e,t,r){return void 0===e||(void 0===t||e>=t)&&(void 0===r||e<=r)}let w={step:1,clampBehavior:"blur",allowDecimal:!0,allowNegative:!0,withKeyboardEvents:!0,allowLeadingZeros:!0,trimLeadingZeroesOnBlur:!0,startValue:0},k=(0,d.createVarsResolver)((e,t)=>{let{size:r}=t;return{controls:{"--ni-chevron-size":(0,c.getSize)(r,"ni-chevron-size")}}}),E=(0,m.factory)((e,t)=>{let r=(0,h.useProps)("NumberInput",w,e),{className:c,classNames:d,styles:m,unstyled:E,vars:M,onChange:I,onValueChange:R,value:N,defaultValue:T,max:L,min:P,step:O,hideControls:A,rightSection:V,isAllowed:j,clampBehavior:$,onBlur:B,allowDecimal:D,decimalScale:H,onKeyDown:F,onKeyDownCapture:_,handlersRef:Z,startValue:z,disabled:G,rightSectionPointerEvents:U,allowNegative:W,readOnly:K,size:J,rightSectionWidth:q,stepHoldInterval:Y,stepHoldDelay:X,allowLeadingZeros:Q,withKeyboardEvents:ee,trimLeadingZeroesOnBlur:et,...er}=r,en=(0,p.useStyles)({name:"NumberInput",classes:y,props:r,classNames:d,styles:m,unstyled:E,vars:M,varsResolver:k}),{resolvedClassNames:ea,resolvedStyles:eo}=(0,f.useResolvedStylesApi)({classNames:d,styles:m,props:r}),[el,ei]=(0,i.useUncontrolled)({value:N,defaultValue:T,onChange:I}),es=void 0!==X&&void 0!==Y,eu=(0,a.useRef)(null),ec=(0,a.useRef)(null),ed=(0,a.useRef)(0),ef=e=>{let t=String(e).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return t?Math.max(0,(t[1]?t[1].length:0)-(t[2]?+t[2]:0)):0},ep=e=>{eu.current&&void 0!==e&&eu.current.setSelectionRange(e,e)},eh=(0,a.useRef)();eh.current=()=>{let e;let t=Math.max(ef(el),ef(O)),r=10**t;if("number"!=typeof el||Number.isNaN(el))e=(0,s.clamp)(z,P,L);else if(void 0!==L){let t=(Math.round(el*r)+Math.round(O*r))/r;e=t<=L?t:L}else e=(Math.round(el*r)+Math.round(O*r))/r;let n=e.toFixed(t);ei(parseFloat(n)),null==R||R({floatValue:parseFloat(n),formattedValue:n,value:n},{source:"increment"}),setTimeout(()=>{var e;return ep(null===(e=eu.current)||void 0===e?void 0:e.value.length)},0)};let em=(0,a.useRef)();em.current=()=>{let e;let t=void 0!==P?P:W?Number.MIN_SAFE_INTEGER:0,r=Math.max(ef(el),ef(O)),n=10**r;if("number"!=typeof el||Number.isNaN(el))e=(0,s.clamp)(z,t,L);else{let r=(Math.round(el*n)-Math.round(O*n))/n;e=void 0!==t&&r<t?t:r}let a=e.toFixed(r);ei(parseFloat(a)),null==R||R({floatValue:parseFloat(a),formattedValue:a,value:a},{source:"decrement"}),setTimeout(()=>{var e;return ep(null===(e=eu.current)||void 0===e?void 0:e.value.length)},0)},(0,u.assignRef)(Z,{increment:eh.current,decrement:em.current});let ev=e=>{e?eh.current():em.current(),ed.current+=1},eg=e=>{if(ev(e),es){let t="number"==typeof Y?Y:Y(ed.current);ec.current=window.setTimeout(()=>eg(e),t)}},eC=(e,t)=>{var r;e.preventDefault(),null===(r=eu.current)||void 0===r||r.focus(),ev(t),es&&(ec.current=window.setTimeout(()=>eg(t),X))},ey=()=>{ec.current&&window.clearTimeout(ec.current),ec.current=null,ed.current=0},eb=(0,n.jsxs)("div",{...en("controls"),children:[(0,n.jsx)(g.UnstyledButton,{...en("control"),tabIndex:-1,"aria-hidden":!0,disabled:G||"number"==typeof el&&void 0!==L&&el>=L,mod:{direction:"up"},onMouseDown:e=>e.preventDefault(),onPointerDown:e=>{eC(e,!0)},onPointerUp:ey,onPointerLeave:ey,children:(0,n.jsx)(C,{direction:"up"})}),(0,n.jsx)(g.UnstyledButton,{...en("control"),tabIndex:-1,"aria-hidden":!0,disabled:G||"number"==typeof el&&void 0!==P&&el<=P,mod:{direction:"down"},onMouseDown:e=>e.preventDefault(),onPointerDown:e=>{eC(e,!1)},onPointerUp:ey,onPointerLeave:ey,children:(0,n.jsx)(C,{direction:"down"})})]});return(0,n.jsx)(v.InputBase,{component:l.h3,allowNegative:W,className:(0,o.Z)(y.root,c),size:J,...er,readOnly:K,disabled:G,value:el,getInputRef:(0,u.useMergedRef)(t,eu),onValueChange:(e,t)=>{var r,n;"event"===t.source&&ei((r=e.floatValue,n=e.value,("number"==typeof r?!(r<Number.MAX_SAFE_INTEGER):!!Number.isNaN(Number(r)))||Number.isNaN(r)||!(14>n.toString().replace(".","").length)||""===n||b.test(e.value)||Q&&S.test(e.value))?e.value:e.floatValue),null==R||R(e,t)},rightSection:A||K?V:V||eb,classNames:ea,styles:eo,unstyled:E,__staticSelector:"NumberInput",decimalScale:D?H:0,onKeyDown:e=>{null==F||F(e),!K&&ee&&("ArrowUp"===e.key&&(e.preventDefault(),eh.current()),"ArrowDown"===e.key&&(e.preventDefault(),em.current()))},onKeyDownCapture:e=>{if(null==_||_(e),"Backspace"===e.key){let t=eu.current;0===t.selectionStart&&t.selectionStart===t.selectionEnd&&(e.preventDefault(),window.setTimeout(()=>ep(0),0))}},rightSectionPointerEvents:U??(G?"none":void 0),rightSectionWidth:q??`var(--ni-right-section-width-${J||"sm"})`,allowLeadingZeros:Q,onBlur:e=>{if(null==B||B(e),"blur"===$&&"number"==typeof el&&(0,s.clamp)(el,P,L)!==el&&ei((0,s.clamp)(el,P,L)),et&&"string"==typeof el&&15>ef(el)){let e=el.replace(/^0+/,""),t=parseFloat(e);ei(Number.isNaN(t)||t>Number.MAX_SAFE_INTEGER?e:t)}},isAllowed:e=>"strict"===$?j?j(e)&&x(e.floatValue,P,L):x(e.floatValue,P,L):!j||j(e)})});E.classes={...v.InputBase.classes,...y},E.displayName="@mantine/core/NumberInput"},62626:function(e,t,r){"use strict";r.d(t,{Overlay:function(){return v}});var n=r(27573),a=r(82434);r(7653);var o=r(85224),l=r(91741),i=r(31780),s=r(4158),u=r(10442),c=r(99268),d=r(73206),f=r(58031),p={root:"m_9814e45f"};let h={zIndex:(0,o.getDefaultZIndex)("modal")},m=(0,i.createVarsResolver)((e,t)=>{let{gradient:r,color:n,backgroundOpacity:o,blur:i,radius:u,zIndex:c}=t;return{root:{"--overlay-bg":r||(void 0!==n||void 0!==o)&&(0,s.m)(n||"#000",o??.6)||void 0,"--overlay-filter":i?`blur(${(0,a.h)(i)})`:void 0,"--overlay-radius":void 0===u?void 0:(0,l.getRadius)(u),"--overlay-z-index":null==c?void 0:c.toString()}}}),v=(0,f.polymorphicFactory)((e,t)=>{let r=(0,u.useProps)("Overlay",h,e),{classNames:a,className:o,style:l,styles:i,unstyled:s,vars:f,fixed:v,center:g,children:C,radius:y,zIndex:b,gradient:S,blur:x,color:w,backgroundOpacity:k,mod:E,...M}=r,I=(0,c.useStyles)({name:"Overlay",props:r,classes:p,className:o,style:l,classNames:a,styles:i,unstyled:s,vars:f,varsResolver:m});return(0,n.jsx)(d.Box,{ref:t,...I("root"),mod:[{center:g,fixed:v},E],...M,children:C})});v.classes=p,v.displayName="@mantine/core/Overlay"},11393:function(e,t,r){"use strict";r.d(t,{Paper:function(){return p}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(58031),c={root:"m_1b7284a3"};let d={},f=(0,o.createVarsResolver)((e,t)=>{let{radius:r,shadow:n}=t;return{root:{"--paper-radius":void 0===r?void 0:(0,a.getRadius)(r),"--paper-shadow":(0,a.getShadow)(n)}}}),p=(0,u.polymorphicFactory)((e,t)=>{let r=(0,l.useProps)("Paper",d,e),{classNames:a,className:o,style:u,styles:p,unstyled:h,withBorder:m,vars:v,radius:g,shadow:C,variant:y,mod:b,...S}=r,x=(0,i.useStyles)({name:"Paper",props:r,classes:c,className:o,style:u,classNames:a,styles:p,unstyled:h,vars:v,varsResolver:f});return(0,n.jsx)(s.Box,{ref:t,mod:[{"data-with-border":m},b],...x("root"),variant:y,...S})});p.classes=c,p.displayName="@mantine/core/Paper"},930:function(e,t,r){"use strict";r.d(t,{PasswordInput:function(){return b}});var n=r(27573),a=r(10607),o=r(70397),l=r(28023);r(7653);var i=r(91741),s=r(31780),u=r(43196),c=r(99268),d=r(10442),f=r(67267),p=r(2896),h=r(72491),m=r(89010),v=r(18578),g={root:"m_f61ca620",input:"m_ccf8da4c",innerInput:"m_f2d85dd2",visibilityToggle:"m_b1072d44"};let C={visibilityToggleIcon:e=>{let{reveal:t}=e;return(0,n.jsx)("svg",{viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{width:"var(--psi-icon-size)",height:"var(--psi-icon-size)"},children:(0,n.jsx)("path",{d:t?"M13.3536 2.35355C13.5488 2.15829 13.5488 1.84171 13.3536 1.64645C13.1583 1.45118 12.8417 1.45118 12.6464 1.64645L10.6828 3.61012C9.70652 3.21671 8.63759 3 7.5 3C4.30786 3 1.65639 4.70638 0.0760002 7.23501C-0.0253338 7.39715 -0.0253334 7.60288 0.0760014 7.76501C0.902945 9.08812 2.02314 10.1861 3.36061 10.9323L1.64645 12.6464C1.45118 12.8417 1.45118 13.1583 1.64645 13.3536C1.84171 13.5488 2.15829 13.5488 2.35355 13.3536L4.31723 11.3899C5.29348 11.7833 6.36241 12 7.5 12C10.6921 12 13.3436 10.2936 14.924 7.76501C15.0253 7.60288 15.0253 7.39715 14.924 7.23501C14.0971 5.9119 12.9769 4.81391 11.6394 4.06771L13.3536 2.35355ZM9.90428 4.38861C9.15332 4.1361 8.34759 4 7.5 4C4.80285 4 2.52952 5.37816 1.09622 7.50001C1.87284 8.6497 2.89609 9.58106 4.09974 10.1931L9.90428 4.38861ZM5.09572 10.6114L10.9003 4.80685C12.1039 5.41894 13.1272 6.35031 13.9038 7.50001C12.4705 9.62183 10.1971 11 7.5 11C6.65241 11 5.84668 10.8639 5.09572 10.6114Z":"M7.5 11C4.80285 11 2.52952 9.62184 1.09622 7.50001C2.52952 5.37816 4.80285 4 7.5 4C10.1971 4 12.4705 5.37816 13.9038 7.50001C12.4705 9.62183 10.1971 11 7.5 11ZM7.5 3C4.30786 3 1.65639 4.70638 0.0760002 7.23501C-0.0253338 7.39715 -0.0253334 7.60288 0.0760014 7.76501C1.65639 10.2936 4.30786 12 7.5 12C10.6921 12 13.3436 10.2936 14.924 7.76501C15.0253 7.60288 15.0253 7.39715 14.924 7.23501C13.3436 4.70638 10.6921 3 7.5 3ZM7.5 9.5C8.60457 9.5 9.5 8.60457 9.5 7.5C9.5 6.39543 8.60457 5.5 7.5 5.5C6.39543 5.5 5.5 6.39543 5.5 7.5C5.5 8.60457 6.39543 9.5 7.5 9.5Z",fill:"currentColor",fillRule:"evenodd",clipRule:"evenodd"})})}},y=(0,s.createVarsResolver)((e,t)=>{let{size:r}=t;return{root:{"--psi-icon-size":(0,i.getSize)(r,"psi-icon-size"),"--psi-button-size":(0,i.getSize)(r,"psi-button-size")}}}),b=(0,p.factory)((e,t)=>{let r=(0,d.useProps)("PasswordInput",C,e),{classNames:i,className:s,style:p,styles:v,unstyled:b,vars:S,required:x,error:w,leftSection:k,disabled:E,id:M,variant:I,inputContainer:R,description:N,label:T,size:L,errorProps:P,descriptionProps:O,labelProps:A,withAsterisk:V,inputWrapperOrder:j,wrapperProps:$,radius:B,rightSection:D,rightSectionWidth:H,rightSectionPointerEvents:F,leftSectionWidth:_,visible:Z,defaultVisible:z,onVisibilityChange:G,visibilityToggleIcon:U,visibilityToggleButtonProps:W,rightSectionProps:K,leftSectionProps:J,leftSectionPointerEvents:q,withErrorStyles:Y,mod:X,...Q}=r,ee=(0,o.useId)(M),[et,er]=(0,l.useUncontrolled)({value:Z,defaultValue:z,finalValue:!1,onChange:G}),en=()=>er(!et),ea=(0,c.useStyles)({name:"PasswordInput",classes:g,props:r,className:s,style:p,classNames:i,styles:v,unstyled:b,vars:S,varsResolver:y}),{resolvedClassNames:eo,resolvedStyles:el}=(0,u.useResolvedStylesApi)({classNames:i,styles:v,props:r}),{styleProps:ei,rest:es}=(0,f.extractStyleProps)(Q),eu=(0,n.jsx)(h.ActionIcon,{...ea("visibilityToggle"),disabled:E,radius:B,"aria-hidden":!W,tabIndex:-1,...W,variant:"subtle",color:"gray",unstyled:b,onTouchEnd:e=>{var t;e.preventDefault(),null==W||null===(t=W.onTouchEnd)||void 0===t||t.call(W,e),en()},onMouseDown:e=>{var t;e.preventDefault(),null==W||null===(t=W.onMouseDown)||void 0===t||t.call(W,e),en()},onKeyDown:e=>{var t;null==W||null===(t=W.onKeyDown)||void 0===t||t.call(W,e)," "===e.key&&(e.preventDefault(),en())},children:(0,n.jsx)(U,{reveal:et})});return(0,n.jsx)(m.Input.Wrapper,{required:x,id:ee,label:T,error:w,description:N,size:L,classNames:eo,styles:el,__staticSelector:"PasswordInput",errorProps:P,descriptionProps:O,unstyled:b,withAsterisk:V,inputWrapperOrder:j,inputContainer:R,variant:I,labelProps:{...A,htmlFor:ee},mod:X,...ea("root"),...ei,...$,children:(0,n.jsx)(m.Input,{component:"div",error:w,leftSection:k,size:L,classNames:{...eo,input:(0,a.Z)(g.input,eo.input)},styles:el,radius:B,disabled:E,__staticSelector:"PasswordInput",rightSectionWidth:H,rightSection:D??eu,variant:I,unstyled:b,leftSectionWidth:_,rightSectionPointerEvents:F||"all",rightSectionProps:K,leftSectionProps:J,leftSectionPointerEvents:q,withAria:!1,withErrorStyles:Y,children:(0,n.jsx)("input",{required:x,"data-invalid":!!w||void 0,"data-with-left-section":!!k||void 0,...ea("innerInput"),disabled:E,id:ee,ref:t,...es,autoComplete:es.autoComplete||"off",type:et?"text":"password"})})})});b.classes={...v.InputBase.classes,...g},b.displayName="@mantine/core/PasswordInput"},55231:function(e,t,r){"use strict";r.d(t,{Pill:function(){return g}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c=r(69),d=r(79385),f=r(68012),p=r(29820),h=r(76070);let m={variant:"default"},v=(0,o.createVarsResolver)((e,t,r)=>{let{radius:n}=t,{size:o}=r;return{root:{"--pill-fz":(0,a.getSize)(o,"pill-fz"),"--pill-height":(0,a.getSize)(o,"pill-height"),"--pill-radius":void 0===n?void 0:(0,a.getRadius)(n)}}}),g=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("Pill",m,e),{classNames:a,className:o,style:u,styles:p,unstyled:g,vars:C,variant:y,children:b,withRemoveButton:S,onRemove:x,removeButtonProps:w,radius:k,size:E,disabled:M,mod:I,...R}=r,N=(0,f.E)(),T=(0,d.D)(),L=E||(null==N?void 0:N.size)||void 0,P=(null==T?void 0:T.variant)==="filled"?"contrast":y||"default",O=(0,i.useStyles)({name:"Pill",classes:h.Z,props:r,className:o,style:u,classNames:a,styles:p,unstyled:g,vars:C,varsResolver:v,stylesCtx:{size:L}});return(0,n.jsxs)(s.Box,{component:"span",ref:t,variant:P,size:L,...O("root",{variant:P}),mod:[{"with-remove":S&&!M,disabled:M||(null==N?void 0:N.disabled)},I],...R,children:[(0,n.jsx)("span",{...O("label"),children:b}),S&&(0,n.jsx)(c.CloseButton,{variant:"transparent",radius:k,tabIndex:-1,"aria-hidden":!0,unstyled:g,...w,...O("remove",{className:null==w?void 0:w.className,style:null==w?void 0:w.style}),onMouseDown:e=>{var t;e.preventDefault(),e.stopPropagation(),null==w||null===(t=w.onMouseDown)||void 0===t||t.call(w,e)},onClick:e=>{var t;e.stopPropagation(),null==x||x(),null==w||null===(t=w.onClick)||void 0===t||t.call(w,e)}})]})});g.classes=h.Z,g.displayName="@mantine/core/Pill",g.Group=p.PillGroup},76070:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={root:"m_7cda1cd6","root--default":"m_44da308b","root--contrast":"m_e3a01f8",label:"m_1e0e6180",remove:"m_ae386778",group:"m_1dcfd90b"}},68012:function(e,t,r){"use strict";r.d(t,{E:function(){return a},c:function(){return n}}),r(7653),r(27573);let[n,a]=(0,r(9103).createOptionalContext)()},29820:function(e,t,r){"use strict";r.d(t,{PillGroup:function(){return m}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c=r(79385),d=r(68012),f=r(76070);let p={},h=(0,o.createVarsResolver)((e,t,r)=>{let{gap:n}=t,{size:o}=r;return{group:{"--pg-gap":void 0!==n?(0,a.getSize)(n):(0,a.getSize)(o,"pg-gap")}}}),m=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("PillGroup",p,e),{classNames:a,className:o,style:u,styles:m,unstyled:v,vars:g,size:C,disabled:y,...b}=r,S=(0,c.D)(),x=(null==S?void 0:S.size)||C||void 0,w=(0,i.useStyles)({name:"PillGroup",classes:f.Z,props:r,className:o,style:u,classNames:a,styles:m,unstyled:v,vars:g,varsResolver:h,stylesCtx:{size:x},rootSelector:"group"});return(0,n.jsx)(d.c,{value:{size:x,disabled:y},children:(0,n.jsx)(s.Box,{ref:t,size:x,...w("group"),...b})})});m.classes=f.Z,m.displayName="@mantine/core/PillGroup"},79385:function(e,t,r){"use strict";r.d(t,{D:function(){return a},H:function(){return n}}),r(7653),r(27573);let[n,a]=(0,r(9103).createOptionalContext)()},7165:function(e,t,r){"use strict";r.d(t,{PillsInput:function(){return d}});var n=r(27573),a=r(7653),o=r(10442),l=r(2896),i=r(18578),s=r(79385),u=r(37621);let c={},d=(0,l.factory)((e,t)=>{let{children:r,onMouseDown:l,onClick:u,size:d,disabled:f,__staticSelector:p,error:h,variant:m,...v}=(0,o.useProps)("PillsInput",c,e),g=(0,a.useRef)();return(0,n.jsx)(s.H,{value:{fieldRef:g,size:d,disabled:f,hasError:!!h,variant:m},children:(0,n.jsx)(i.InputBase,{size:d,error:h,variant:m,component:"div",ref:t,onMouseDown:e=>{var t;e.preventDefault(),null==l||l(e),null===(t=g.current)||void 0===t||t.focus()},onClick:e=>{var t;e.preventDefault(),null==u||u(e),null===(t=g.current)||void 0===t||t.focus()},...v,multiline:!0,disabled:f,__staticSelector:p||"PillsInput",withAria:!1,children:r})})});d.displayName="@mantine/core/PillsInput",d.Field=u.PillsInputField},37621:function(e,t,r){"use strict";r.d(t,{PillsInputField:function(){return p}});var n=r(27573),a=r(3221);r(7653);var o=r(10442),l=r(99268),i=r(73206),s=r(2896),u=r(48974),c=r(79385),d={field:"m_45c4369d"};let f={type:"visible"},p=(0,s.factory)((e,t)=>{let r=(0,o.useProps)("PillsInputField",f,e),{classNames:s,className:p,style:h,styles:m,unstyled:v,vars:g,type:C,disabled:y,id:b,pointer:S,mod:x,...w}=r,k=(0,c.D)(),E=(0,u.useInputWrapperContext)(),M=(0,l.useStyles)({name:"PillsInputField",classes:d,props:r,className:p,style:h,classNames:s,styles:m,unstyled:v,rootSelector:"field"}),I=y||(null==k?void 0:k.disabled);return(0,n.jsx)(i.Box,{component:"input",ref:(0,a.useMergedRef)(t,null==k?void 0:k.fieldRef),"data-type":C,disabled:I,mod:[{disabled:I,pointer:S},x],...M("field"),...w,id:(null==E?void 0:E.inputId)||b,"aria-invalid":null==k?void 0:k.hasError,"aria-describedby":null==E?void 0:E.describedBy,type:"text",onMouseDown:e=>!S&&e.stopPropagation()})});p.classes=d,p.displayName="@mantine/core/PillsInputField"},80238:function(e,t,r){"use strict";r.d(t,{PinInput:function(){return x}});var n=r(27573),a=r(7653),o=r(70397),l=r(28023),i=r(3221),s=r(91741),u=r(31780),c=r(43196),d=r(99268),f=r(10442),p=r(2896),h=r(2309),m=r(89010),v=r(18578);function g(e,t){if(e<1)return[];let r=Array(e).fill("");if(t){let n=t.trim().split("");for(let t=0;t<Math.min(e,n.length);t+=1)r[t]=" "===n[t]?"":n[t]}return r}var C={root:"m_f1cb205a",pinInput:"m_cb288ead"};let y={number:/^[0-9]+$/,alphanumeric:/^[a-zA-Z0-9]+$/i},b={gap:"sm",length:4,manageFocus:!0,oneTimeCode:!0,placeholder:"○",type:"alphanumeric",ariaLabel:"PinInput"},S=(0,u.createVarsResolver)((e,t)=>{let{size:r}=t;return{root:{"--pin-input-size":(0,s.getSize)(r??b.size,"pin-input-size")}}}),x=(0,p.factory)((e,t)=>{let{name:r,form:s,className:u,value:p,defaultValue:v,variant:x,gap:w,style:k,size:E,classNames:M,styles:I,unstyled:R,length:N,onChange:T,onComplete:L,manageFocus:P,autoFocus:O,error:A,radius:V,disabled:j,oneTimeCode:$,placeholder:B,type:D,mask:H,readOnly:F,inputType:_,inputMode:Z,ariaLabel:z,vars:G,id:U,hiddenInputProps:W,rootRef:K,getInputProps:J,...q}=(0,f.useProps)("PinInput",b,e),Y=(0,o.useId)(U),X=(0,d.useStyles)({name:"PinInput",classes:C,props:e,className:u,style:k,classNames:M,styles:I,unstyled:R,vars:G,varsResolver:S}),{resolvedClassNames:Q,resolvedStyles:ee}=(0,c.useResolvedStylesApi)({classNames:M,styles:I,props:e}),[et,er]=(0,a.useState)(-1),[en,ea]=(0,l.useUncontrolled)({value:p?g(N??0,p):void 0,defaultValue:null==v?void 0:v.split("").slice(0,N??0),finalValue:g(N??0,""),onChange:"function"==typeof T?e=>{T(e.join("").trim())}:void 0}),eo=en.join("").trim(),el=(0,a.useRef)([]),ei=e=>{let t=D instanceof RegExp?D:D&&D in y?y[D]:null;return null==t?void 0:t.test(e)},es=(e,t,r)=>{if(!P){null==r||r.preventDefault();return}if("next"===e){let e=t+1;e<(N??0)&&(null==r||r.preventDefault(),el.current[e].focus())}if("prev"===e){let e=t-1;e>-1&&(null==r||r.preventDefault(),el.current[e].focus())}},eu=(e,t)=>{let r=[...en];r[t]=e,ea(r)},ec=(e,t)=>{let r=e.target.value,n=2===r.length?r.split("")[r.length-1]:r,a=ei(n);n.length<2?a?(eu(n,t),es("next",t)):eu("",t):a&&ea(g(N??0,r))},ed=(e,t)=>{let{ctrlKey:r,metaKey:n,key:a,shiftKey:o,target:l}=e,i=l.value;"numeric"!==Z||"Backspace"===a||"Tab"===a||"Control"===a||"Delete"===a||r&&"v"===a||n&&"v"===a||!Number.isNaN(Number(a))||e.preventDefault(),"ArrowLeft"===a||o&&"Tab"===a?es("prev",t,e):"ArrowRight"===a||"Tab"===a||" "===a?es("next",t,e):"Delete"===a?eu("",t):"Backspace"===a?0!==t&&(eu("",t),N===t+1?""===e.target.value&&es("prev",t,e):es("prev",t,e)):i.length>0&&a===en[t]&&es("next",t,e)},ef=(e,t)=>{e.target.select(),er(t)},ep=()=>{er(-1)},eh=e=>{e.preventDefault();let t=e.clipboardData.getData("text/plain").replace(/[\n\r\s]+/g,"");if(ei(t.trim())){let e=g(N??0,t);ea(e),es("next",e.length-2)}};return(0,a.useEffect)(()=>{eo.length===N&&(null==L||L(eo))},[N,eo]),(0,a.useEffect)(()=>{N!==en.length&&ea(g(N??0,en.join("")))},[N,en]),(0,a.useEffect)(()=>{""===p&&ea(g(N??0,p))},[p]),(0,a.useEffect)(()=>{j&&er(-1)},[j]),(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(h.Group,{...q,...X("root"),ref:K,role:"group",id:Y,gap:w,unstyled:R,wrap:"nowrap",variant:x,__size:E,dir:"ltr",children:en.map((e,r)=>(0,a.createElement)(m.Input,{component:"input",...X("pinInput",{style:{"--input-padding":"0","--input-text-align":"center"}}),classNames:Q,styles:ee,size:E,__staticSelector:"PinInput",id:`${Y}-${r+1}`,key:`${Y}-${r}`,inputMode:Z||("number"===D?"numeric":"text"),onChange:e=>ec(e,r),onKeyDown:e=>ed(e,r),onFocus:e=>ef(e,r),onBlur:ep,onPaste:eh,type:_||(H?"password":"number"===D?"tel":"text"),radius:V,error:A,variant:x,disabled:j,ref:e=>{0===r&&(0,i.assignRef)(t,e),el.current[r]=e},autoComplete:$?"one-time-code":"off",placeholder:et===r?"":B,value:e,autoFocus:O&&0===r,unstyled:R,"aria-label":z,readOnly:F,...null==J?void 0:J(r)}))}),(0,n.jsx)("input",{type:"hidden",name:r,form:s,value:eo,...W})]})});x.classes={...C,...v.InputBase.classes},x.displayName="@mantine/core/PinInput"},18356:function(e,t,r){"use strict";r.d(t,{p:function(){return o},w:function(){return a}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("Progress.Root component was not found in tree")},88801:function(e,t,r){"use strict";r.d(t,{Progress:function(){return f}});var n=r(27573);r(7653);var a=r(43196),o=r(10442),l=r(2896),i=r(8648),s=r(62639),u=r(91605),c=r(78983);let d={},f=(0,l.factory)((e,t)=>{let r=(0,o.useProps)("Progress",d,e),{value:l,classNames:i,styles:c,vars:f,color:p,striped:h,animated:m,"aria-label":v,...g}=r,{resolvedClassNames:C,resolvedStyles:y}=(0,a.useResolvedStylesApi)({classNames:i,styles:c,props:r});return(0,n.jsx)(s.ProgressRoot,{ref:t,classNames:C,styles:y,vars:f,...g,children:(0,n.jsx)(u.ProgressSection,{value:l,color:p,striped:h,animated:m,"aria-label":v})})});f.classes=c.Z,f.displayName="@mantine/core/Progress",f.Section=u.ProgressSection,f.Root=s.ProgressRoot,f.Label=i.ProgressLabel},78983:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={root:"m_db6d6462",section:"m_2242eb65","stripes-animation":"m_81a374bd",label:"m_91e40b74"}},8648:function(e,t,r){"use strict";r.d(t,{ProgressLabel:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896),i=r(18356),s=r(78983);let u={},c=(0,l.factory)((e,t)=>{let{classNames:r,className:l,style:s,styles:c,vars:d,...f}=(0,a.useProps)("ProgressLabel",u,e),p=(0,i.p)();return(0,n.jsx)(o.Box,{ref:t,...p.getStyles("label",{className:l,style:s,classNames:r,styles:c}),...f})});c.classes=s.Z,c.displayName="@mantine/core/ProgressLabel"},62639:function(e,t,r){"use strict";r.d(t,{ProgressRoot:function(){return h}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c=r(18356),d=r(78983);let f={},p=(0,o.createVarsResolver)((e,t)=>{let{size:r,radius:n,transitionDuration:o}=t;return{root:{"--progress-size":(0,a.getSize)(r,"progress-size"),"--progress-radius":void 0===n?void 0:(0,a.getRadius)(n),"--progress-transition-duration":"number"==typeof o?`${o}ms`:void 0}}}),h=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("ProgressRoot",f,e),{classNames:a,className:o,style:u,styles:h,unstyled:m,vars:v,autoContrast:g,transitionDuration:C,...y}=r,b=(0,i.useStyles)({name:"Progress",classes:d.Z,props:r,className:o,style:u,classNames:a,styles:h,unstyled:m,vars:v,varsResolver:p});return(0,n.jsx)(c.w,{value:{getStyles:b,autoContrast:g},children:(0,n.jsx)(s.Box,{ref:t,...b("root"),...y})})});h.classes=d.Z,h.displayName="@mantine/core/ProgressRoot"},91605:function(e,t,r){"use strict";r.d(t,{ProgressSection:function(){return h}});var n=r(27573);r(7653);var a=r(12882),o=r(25756),l=r(39856),i=r(76719),s=r(10442),u=r(73206),c=r(2896),d=r(18356),f=r(78983);let p={withAria:!0},h=(0,c.factory)((e,t)=>{let{classNames:r,className:c,style:f,styles:h,vars:m,value:v,withAria:g,color:C,striped:y,animated:b,mod:S,...x}=(0,s.useProps)("ProgressSection",p,e),w=(0,d.p)(),k=(0,i.useMantineTheme)(),E=g?{role:"progressbar","aria-valuemax":100,"aria-valuemin":0,"aria-valuenow":v,"aria-valuetext":`${v}%`}:{};return(0,n.jsx)(u.Box,{ref:t,...w.getStyles("section",{className:c,classNames:r,styles:h,style:f}),...x,...E,mod:[{striped:y||b,animated:b},S],__vars:{"--progress-section-width":`${v}%`,"--progress-section-color":(0,a.getThemeColor)(C,k),"--progress-label-color":(0,l.getAutoContrastValue)(w.autoContrast,k)?(0,o.getContrastColor)({color:C,theme:k,autoContrast:w.autoContrast}):void 0}})});h.classes=f.Z,h.displayName="@mantine/core/ProgressSection"},75882:function(e,t,r){"use strict";r.d(t,{Radio:function(){return E}});var n=r(27573),a=r(70397);r(7653);var o=r(91741),l=r(31780),i=r(30670),s=r(12882),u=r(25756),c=r(39856),d=r(10442),f=r(99268),p=r(67267),h=r(73206),m=r(2896),v=r(12800),g=r(30068),C=r(60194),y=r(25241),b=r(8078),S=r(27634),x={root:"m_f3f1af94",inner:"m_89c4f5e4",icon:"m_f3ed6b2b",radio:"m_8a3dbb89","radio--outline":"m_1bfe9d39"};let w={labelPosition:"right"},k=(0,l.createVarsResolver)((e,t)=>{let{size:r,radius:n,color:a,iconColor:l,variant:d,autoContrast:f}=t,p=(0,i.parseThemeColor)({color:a||e.primaryColor,theme:e}),h=p.isThemeColor&&void 0===p.shade?`var(--mantine-color-${p.color}-outline)`:p.color;return{root:{"--radio-size":(0,o.getSize)(r,"radio-size"),"--radio-radius":void 0===n?void 0:(0,o.getRadius)(n),"--radio-color":"outline"===d?h:(0,s.getThemeColor)(a,e),"--radio-icon-color":l?(0,s.getThemeColor)(l,e):(0,c.getAutoContrastValue)(f,e)?(0,u.getContrastColor)({color:a,theme:e,autoContrast:f}):void 0,"--radio-icon-size":(0,o.getSize)(r,"radio-icon-size")}}}),E=(0,m.factory)((e,t)=>{let r=(0,d.useProps)("Radio",w,e),{classNames:o,className:l,style:i,styles:s,unstyled:u,vars:c,id:m,size:g,label:y,labelPosition:S,description:E,error:M,radius:I,color:R,variant:N,disabled:T,wrapperProps:L,icon:P=b.RadioIcon,rootRef:O,iconColor:A,onChange:V,mod:j,...$}=r,B=(0,f.useStyles)({name:"Radio",classes:x,props:r,className:l,style:i,classNames:o,styles:s,unstyled:u,vars:c,varsResolver:k}),D=(0,C.F)(),H=(null==D?void 0:D.size)??g,F=r.size?g:H,{styleProps:_,rest:Z}=(0,p.extractStyleProps)($),z=(0,a.useId)(m),G=D?{checked:D.value===Z.value,name:Z.name??D.name,onChange:e=>{D.onChange(e),null==V||V(e)}}:{};return(0,n.jsx)(v.Z,{...B("root"),__staticSelector:"Radio",__stylesApiProps:r,id:z,size:F,labelPosition:S,label:y,description:E,error:M,disabled:T,classNames:o,styles:s,unstyled:u,"data-checked":G.checked||void 0,variant:N,ref:O,mod:j,..._,...L,children:(0,n.jsxs)(h.Box,{...B("inner"),mod:{"label-position":S},children:[(0,n.jsx)(h.Box,{...B("radio",{focusable:!0,variant:N}),onChange:V,...Z,...G,component:"input",mod:{error:!!M},ref:t,id:z,disabled:T,type:"radio"}),(0,n.jsx)(P,{...B("icon"),"aria-hidden":!0})]})})});E.classes=x,E.displayName="@mantine/core/Radio",E.Group=y.RadioGroup,E.Card=g.RadioCard,E.Indicator=S.RadioIndicator},24825:function(e,t,r){"use strict";r.d(t,{X:function(){return n},useRadioCardContext:function(){return a}}),r(7653),r(27573);let[n,a]=(0,r(9103).createOptionalContext)()},30068:function(e,t,r){"use strict";r.d(t,{RadioCard:function(){return v}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(2896),u=r(63870),c=r(28579),d=r(60194),f=r(24825),p={card:"m_9dc8ae12"};let h={withBorder:!0},m=(0,o.createVarsResolver)((e,t)=>{let{radius:r}=t;return{card:{"--card-radius":(0,a.getRadius)(r)}}}),v=(0,s.factory)((e,t)=>{let r=(0,l.useProps)("RadioCard",h,e),{classNames:a,className:o,style:s,styles:v,unstyled:g,vars:C,checked:y,mod:b,withBorder:S,value:x,onClick:w,name:k,onKeyDown:E,...M}=r,I=(0,i.useStyles)({name:"RadioCard",classes:p,props:r,className:o,style:s,classNames:a,styles:v,unstyled:g,vars:C,varsResolver:m,rootSelector:"card"}),{dir:R}=(0,u.useDirection)(),N=(0,d.F)(),T="boolean"==typeof y?y:(null==N?void 0:N.value)===x,L=k||(null==N?void 0:N.name);return(0,n.jsx)(f.X,{value:{checked:T},children:(0,n.jsx)(c.UnstyledButton,{ref:t,mod:[{"with-border":S,checked:T},b],...I("card"),...M,role:"radio","aria-checked":T,name:L,onClick:e=>{null==w||w(e),null==N||N.onChange(x||"")},onKeyDown:e=>{if(null==E||E(e),["ArrowDown","ArrowUp","ArrowLeft","ArrowRight"].includes(e.nativeEvent.code)){e.preventDefault();let t=Array.from(document.querySelectorAll(`[role="radio"][name="${L||"__mantine"}"]`)),r=t.findIndex(t=>t===e.target),n=r+1>=t.length?0:r+1,a=r-1<0?t.length-1:r-1;"ArrowDown"===e.nativeEvent.code&&(t[n].focus(),t[n].click()),"ArrowUp"===e.nativeEvent.code&&(t[a].focus(),t[a].click()),"ArrowLeft"===e.nativeEvent.code&&(t["ltr"===R?a:n].focus(),t["ltr"===R?a:n].click()),"ArrowRight"===e.nativeEvent.code&&(t["ltr"===R?n:a].focus(),t["ltr"===R?n:a].click())}}})})});v.displayName="@mantine/core/RadioCard",v.classes=p},60194:function(e,t,r){"use strict";r.d(t,{F:function(){return a},X:function(){return n}}),r(7653),r(27573);let[n,a]=(0,r(9103).createOptionalContext)()},25241:function(e,t,r){"use strict";r.d(t,{RadioGroup:function(){return f}});var n=r(27573),a=r(70397),o=r(28023);r(7653);var l=r(10442),i=r(2896),s=r(89010),u=r(38487),c=r(60194);let d={},f=(0,i.factory)((e,t)=>{let{value:r,defaultValue:i,onChange:f,size:p,wrapperProps:h,children:m,name:v,readOnly:g,...C}=(0,l.useProps)("RadioGroup",d,e),y=(0,a.useId)(v),[b,S]=(0,o.useUncontrolled)({value:r,defaultValue:i,finalValue:"",onChange:f});return(0,n.jsx)(c.X,{value:{value:b,onChange:e=>!g&&S("string"==typeof e?e:e.currentTarget.value),size:p,name:y},children:(0,n.jsx)(s.Input.Wrapper,{size:p,ref:t,...h,...C,labelElement:"div",__staticSelector:"RadioGroup",children:(0,n.jsx)(u.m,{role:"radiogroup",children:m})})})});f.classes=s.Input.Wrapper.classes,f.displayName="@mantine/core/RadioGroup"},8078:function(e,t,r){"use strict";r.d(t,{RadioIcon:function(){return o}});var n=r(27573),a=r(82434);function o(e){let{size:t,style:r,...o}=e;return(0,n.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 5 5",style:{width:(0,a.h)(t),height:(0,a.h)(t),...r},"aria-hidden":!0,...o,children:(0,n.jsx)("circle",{cx:"2.5",cy:"2.5",r:"2.5",fill:"currentColor"})})}r(7653)},27634:function(e,t,r){"use strict";r.d(t,{RadioIndicator:function(){return y}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(30670),i=r(12882),s=r(25756),u=r(39856),c=r(10442),d=r(99268),f=r(73206),p=r(2896),h=r(24825),m=r(8078),v={indicator:"m_717d7ff6",icon:"m_3e4da632","indicator--outline":"m_2980836c"};let g={icon:m.RadioIcon},C=(0,o.createVarsResolver)((e,t)=>{let{radius:r,color:n,size:o,iconColor:c,variant:d,autoContrast:f}=t,p=(0,l.parseThemeColor)({color:n||e.primaryColor,theme:e}),h=p.isThemeColor&&void 0===p.shade?`var(--mantine-color-${p.color}-outline)`:p.color;return{indicator:{"--radio-size":(0,a.getSize)(o,"radio-size"),"--radio-radius":void 0===r?void 0:(0,a.getRadius)(r),"--radio-color":"outline"===d?h:(0,i.getThemeColor)(n,e),"--radio-icon-size":(0,a.getSize)(o,"radio-icon-size"),"--radio-icon-color":c?(0,i.getThemeColor)(c,e):(0,u.getAutoContrastValue)(f,e)?(0,s.getContrastColor)({color:n,theme:e,autoContrast:f}):void 0}}}),y=(0,p.factory)((e,t)=>{let r=(0,c.useProps)("RadioIndicator",g,e),{classNames:a,className:o,style:l,styles:i,unstyled:s,vars:u,icon:p,radius:m,color:y,iconColor:b,autoContrast:S,checked:x,mod:w,variant:k,disabled:E,...M}=r,I=(0,d.useStyles)({name:"RadioIndicator",classes:v,props:r,className:o,style:l,classNames:a,styles:i,unstyled:s,vars:u,varsResolver:C,rootSelector:"indicator"}),R=(0,h.useRadioCardContext)(),N="boolean"==typeof x?x:(null==R?void 0:R.checked)||!1;return(0,n.jsx)(f.Box,{ref:t,...I("indicator",{variant:k}),variant:k,mod:[{checked:N,disabled:E},w],...M,children:(0,n.jsx)(p,{...I("icon")})})});y.displayName="@mantine/core/RadioIndicator",y.classes=v},4399:function(e,t,r){"use strict";r.d(t,{Rating:function(){return M}});var n=r(27573),a=r(7653),o=r(70397),l=r(28023),i=r(54909),s=r(3221),u=r(91741),c=r(31780),d=r(12882),f=r(10442),p=r(99268),h=r(73206),m=r(2896),v=r(63870);let[g,C]=(0,r(85635).createSafeContext)("Rating was not found in tree");function y(e){let{width:t,height:r,style:a,...o}=e;return(0,n.jsx)("svg",{viewBox:"0 0 24 24",strokeLinecap:"round",strokeLinejoin:"round",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{width:t,height:r,...a},...o,children:(0,n.jsx)("path",{d:"M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z"})})}function b(e){let{type:t}=e,r=C();return(0,n.jsx)(y,{...r.getStyles("starSymbol"),"data-filled":"full"===t||void 0})}function S(e){var t;let{getSymbolLabel:r,emptyIcon:a,fullIcon:o,full:l,active:i,value:s,readOnly:u,fractionValue:c,color:d,id:f,onBlur:p,onChange:m,onInputChange:g,style:y,...S}=e,x=C(),w="function"==typeof o?o(s):o,k="function"==typeof a?a(s):a,{dir:E}=(0,v.useDirection)();return(0,n.jsxs)(n.Fragment,{children:[!u&&(0,n.jsx)("input",{...x.getStyles("input"),onKeyDown:e=>" "===e.key&&m(s),id:f,type:"radio","data-active":i||void 0,"aria-label":null==r?void 0:r(s),value:s,onBlur:p,onChange:g,...S}),(0,n.jsx)(h.Box,{component:u?"div":"label",...x.getStyles("label"),"data-read-only":u||void 0,htmlFor:f,onClick:()=>m(s),__vars:{"--rating-item-z-index":null===(t=1===c?void 0:i?2:0)||void 0===t?void 0:t.toString()},children:(0,n.jsx)(h.Box,{...x.getStyles("symbolBody"),__vars:{"--rating-symbol-clip-path":1===c?void 0:"ltr"===E?`inset(0 ${i?100-100*c:100}% 0 0)`:`inset(0 0 0 ${i?100-100*c:100}% )`},children:l?w||(0,n.jsx)(b,{type:"full"}):k||(0,n.jsx)(b,{type:"empty"})})})]})}y.displayName="@mantine/core/StarIcon",b.displayName="@mantine/core/StarSymbol",S.displayName="@mantine/core/RatingItem";var x={root:"m_f8d312f2",symbolGroup:"m_61734bb7",starSymbol:"m_5662a89a",input:"m_211007ba",label:"m_21342ee4",symbolBody:"m_fae05d6a"};function w(e,t){var r;let n=(null===(r=`${t}`.split(".")[1])||void 0===r?void 0:r.length)||0;return Number((Math.round(e/t)*t).toFixed(n))}let k={size:"sm",getSymbolLabel:e=>`${e}`,count:5,fractions:1,color:"yellow"},E=(0,c.createVarsResolver)((e,t)=>{let{size:r,color:n}=t;return{root:{"--rating-size":(0,u.getSize)(r,"rating-size"),"--rating-color":(0,d.getThemeColor)(n,e)}}}),M=(0,m.factory)((e,t)=>{let r=(0,f.useProps)("Rating",k,e),{classNames:u,className:c,style:d,styles:m,unstyled:C,vars:y,name:b,id:M,value:I,defaultValue:R,onChange:N,fractions:T,count:L,onMouseEnter:P,readOnly:O,onMouseMove:A,onHover:V,onMouseLeave:j,onTouchStart:$,onTouchEnd:B,size:D,variant:H,getSymbolLabel:F,color:_,emptySymbol:Z,fullSymbol:z,highlightSelectedOnly:G,...U}=r,W=(0,p.useStyles)({name:"Rating",classes:x,props:r,className:c,style:d,classNames:u,styles:m,unstyled:C,vars:y,varsResolver:E}),{dir:K}=(0,v.useDirection)(),J=(0,o.useId)(b),q=(0,o.useId)(M),Y=(0,a.useRef)(null),[X,Q]=(0,l.useUncontrolled)({value:I,defaultValue:R,finalValue:0,onChange:N}),[ee,et]=(0,a.useState)(-1),[er,en]=(0,a.useState)(!0),ea=Math.floor(T),eo=Math.floor(L),el=1/ea,ei=w(X,el),es=-1!==ee?ee:ei,eu=e=>{let{left:t,right:r,width:n}=Y.current.getBoundingClientRect(),a=n/eo;return(0,i.clamp)(w(("rtl"===K?r-e:e-t)/a+el/2,el),el,eo)},ec=()=>er&&et(-1),ed=e=>{O||("number"==typeof e?et(e):et(parseFloat(e.target.value)))},ef=e=>{O||("number"==typeof e?Q(e):Q(parseFloat(e.target.value)))},ep=Array(eo).fill(0).map((e,t)=>{let r=t+1,a=Array.from(Array(0===t?ea+1:ea)),o=!O&&Math.ceil(ee)===r;return(0,n.jsx)("div",{"data-active":o||void 0,...W("symbolGroup"),children:a.map((e,a)=>{let o=el*(0===t?a:a+1),l=w(r-1+o,el);return(0,n.jsx)(S,{getSymbolLabel:F,emptyIcon:Z,fullIcon:z,full:G?l===es:l<=es,active:l===es,checked:l===ei,readOnly:O,fractionValue:o,value:l,name:J,onChange:ef,onBlur:ec,onInputChange:ed,id:`${q}-${t}-${a}`},`${r}-${l}`)})},r)});return(0,n.jsx)(g,{value:{getStyles:W},children:(0,n.jsx)(h.Box,{ref:(0,s.useMergedRef)(Y,t),...W("root"),onMouseMove:e=>{if(null==A||A(e),O)return;let t=eu(e.clientX);et(t),t!==ee&&(null==V||V(t))},onMouseEnter:e=>{null==P||P(e),O||en(!1)},onMouseLeave:e=>{null==j||j(e),O||(et(-1),en(!0),-1!==ee&&(null==V||V(-1)))},onTouchStart:e=>{let{touches:t}=e;1===t.length&&(O||Q(eu(t[0].clientX)),null==$||$(e))},onTouchEnd:e=>{e.preventDefault(),null==B||B(e)},variant:H,size:D,id:q,...U,children:ep})})});M.classes=x,M.displayName="@mantine/core/Rating"},31315:function(e,t,r){"use strict";r.d(t,{RingProgress:function(){return C}});var n=r(27573),a=r(7653),o=r(82434),l=r(31780),i=r(10442),s=r(99268),u=r(73206),c=r(2896),d=r(12882),f=r(76719),p=r(87830);function h(e){let{size:t,value:r,offset:a,sum:o,thickness:l,root:i,color:s,lineRoundCaps:c,tooltip:h,getStyles:m,display:v,...g}=e,C=(0,f.useMantineTheme)();return(0,n.jsx)(p.Tooltip.Floating,{disabled:!h,label:h,children:(0,n.jsx)(u.Box,{component:"circle",...g,...m("curve"),__vars:{"--curve-color":s?(0,d.getThemeColor)(s,C):void 0},fill:"none",strokeLinecap:c?"round":"butt",...function(e){let{size:t,thickness:r,sum:n,value:a,root:o,offset:l}=e,i=(.9*t-2*r)/2,s=Math.PI*i*2/100,u=o||void 0===a?`${(100-n)*s}, ${n*s}`:`${a*s}, ${(100-a)*s}`;return{strokeWidth:Number.isNaN(r)?12:r,cx:t/2||0,cy:t/2||0,r:i||0,transform:o?`scale(1, -1) translate(0, -${t})`:void 0,strokeDasharray:u,strokeDashoffset:o?0:l||0}}({sum:o,size:t,thickness:l,value:r,offset:a,root:i})})})}h.displayName="@mantine/core/Curve";var m={root:"m_b32e4812",svg:"m_d43b5134",curve:"m_b1ca1fbf",label:"m_b23f9dc4"};let v={size:120,thickness:12},g=(0,l.createVarsResolver)((e,t)=>{let{size:r,thickness:n}=t;return{root:{"--rp-size":(0,o.h)(r),"--rp-label-offset":(0,o.h)(2*n)}}}),C=(0,c.factory)((e,t)=>{let r=(0,i.useProps)("RingProgress",v,e),{classNames:o,className:l,style:c,styles:d,unstyled:f,vars:p,label:C,sections:y,size:b,thickness:S,roundCaps:x,rootColor:w,...k}=r,E=(0,s.useStyles)({name:"RingProgress",classes:m,props:r,className:l,style:c,classNames:o,styles:d,unstyled:f,vars:p,varsResolver:g}),M=Math.min(S||12,(b||120)/4),I=(function(e){let{size:t,thickness:r,sections:n,renderRoundedLineCaps:a,rootColor:o}=e,l=n.reduce((e,t)=>e+t.value,0),i=(.9*t-2*r)/2*Math.PI*2,s=i,u=[],c=[];for(let e=0;e<n.length;e+=1)u.push({sum:l,offset:s,data:n[e],root:!1}),s-=n[e].value/100*i;if(u.push({sum:l,offset:s,data:{color:o},root:!0}),c.push({...u[u.length-1],lineRoundCaps:!1}),u.length>2){c.push({...u[0],lineRoundCaps:a}),c.push({...u[u.length-2],lineRoundCaps:a});for(let e=1;e<=u.length-3;e+=1)c.push({...u[e],lineRoundCaps:!1})}else c.push({...u[0],lineRoundCaps:a});return c})({size:b,thickness:M,sections:y,renderRoundedLineCaps:x,rootColor:w}).map((e,t)=>{let{data:r,sum:n,root:o,lineRoundCaps:l,offset:i}=e;return(0,a.createElement)(h,{...r,key:t,size:b,thickness:M,sum:n,offset:i,color:null==r?void 0:r.color,root:o,lineRoundCaps:l,getStyles:E})});return(0,n.jsxs)(u.Box,{...E("root"),size:b,ref:t,...k,children:[(0,n.jsx)("svg",{...E("svg"),children:I}),C&&(0,n.jsx)("div",{...E("label"),children:C})]})});C.classes=m,C.displayName="@mantine/core/RingProgress"},20266:function(e,t,r){"use strict";r.d(t,{ScrollArea:function(){return U},ScrollAreaAutosize:function(){return W}});var n=r(27573),a=r(7653),o=r(82434),l=r(31780),i=r(10442),s=r(99268),u=r(73206),c=r(2896),d=r(85635);let[f,p]=(0,d.createSafeContext)("ScrollArea.Root component was not found in tree");var h=r(14599),m=r(15511);function v(e,t){let r=(0,h.useCallbackRef)(t);(0,m.useIsomorphicEffect)(()=>{let t=0;if(e){let n=new ResizeObserver(()=>{cancelAnimationFrame(t),t=window.requestAnimationFrame(r)});return n.observe(e),()=>{window.cancelAnimationFrame(t),n.unobserve(e)}}},[e,r])}let g=(0,a.forwardRef)((e,t)=>{let{style:r,...o}=e,l=p(),[i,s]=(0,a.useState)(0),[u,c]=(0,a.useState)(0),d=!!(i&&u);return v(l.scrollbarX,()=>{var e;let t=(null===(e=l.scrollbarX)||void 0===e?void 0:e.offsetHeight)||0;l.onCornerHeightChange(t),c(t)}),v(l.scrollbarY,()=>{var e;let t=(null===(e=l.scrollbarY)||void 0===e?void 0:e.offsetWidth)||0;l.onCornerWidthChange(t),s(t)}),d?(0,n.jsx)("div",{...o,ref:t,style:{...r,width:i,height:u}}):null}),C=(0,a.forwardRef)((e,t)=>{let r=p(),a=!!(r.scrollbarX&&r.scrollbarY);return"scroll"!==r.type&&a?(0,n.jsx)(g,{...e,ref:t}):null});var y=r(3221);let b={scrollHideDelay:1e3,type:"hover"},S=(0,a.forwardRef)((e,t)=>{let{type:r,scrollHideDelay:o,scrollbars:l,...s}=(0,i.useProps)("ScrollAreaRoot",b,e),[c,d]=(0,a.useState)(null),[p,h]=(0,a.useState)(null),[m,v]=(0,a.useState)(null),[g,C]=(0,a.useState)(null),[S,x]=(0,a.useState)(null),[w,k]=(0,a.useState)(0),[E,M]=(0,a.useState)(0),[I,R]=(0,a.useState)(!1),[N,T]=(0,a.useState)(!1),L=(0,y.useMergedRef)(t,e=>d(e));return(0,n.jsx)(f,{value:{type:r,scrollHideDelay:o,scrollArea:c,viewport:p,onViewportChange:h,content:m,onContentChange:v,scrollbarX:g,onScrollbarXChange:C,scrollbarXEnabled:I,onScrollbarXEnabledChange:R,scrollbarY:S,onScrollbarYChange:x,scrollbarYEnabled:N,onScrollbarYEnabledChange:T,onCornerWidthChange:k,onCornerHeightChange:M},children:(0,n.jsx)(u.Box,{...s,ref:L,__vars:{"--sa-corner-width":"xy"!==l?"0px":`${w}px`,"--sa-corner-height":"xy"!==l?"0px":`${E}px`}})})});S.displayName="@mantine/core/ScrollAreaRoot";var x=r(62239),w=r(63870);function k(e,t){let r=e/t;return Number.isNaN(r)?0:r}function E(e){let t=k(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd;return Math.max((e.scrollbar.size-r)*t,18)}function M(e,t){return r=>{if(e[0]===e[1]||t[0]===t[1])return t[0];let n=(t[1]-t[0])/(e[1]-e[0]);return t[0]+n*(r-e[0])}}function I(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"ltr",n=E(t),a=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,o=t.scrollbar.size-a,l=t.content-t.viewport,i=function(e,t){let[r,n]=t;return Math.min(n,Math.max(r,e))}(e,"ltr"===r?[0,l]:[-1*l,0]);return M([0,l],[0,o-n])(i)}function R(e){return e?parseInt(e,10):0}function N(e,t){let{checkForDefaultPrevented:r=!0}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return n=>{null==e||e(n),!1!==r&&n.defaultPrevented||null==t||t(n)}}let[T,L]=(0,d.createSafeContext)("ScrollAreaScrollbar was not found in tree"),P=(0,a.forwardRef)((e,t)=>{let{sizes:r,hasThumb:o,onThumbChange:l,onThumbPointerUp:i,onThumbPointerDown:s,onThumbPositionChange:u,onDragScroll:c,onWheelScroll:d,onResize:f,...m}=e,g=p(),[C,b]=(0,a.useState)(null),S=(0,y.useMergedRef)(t,e=>b(e)),w=(0,a.useRef)(null),k=(0,a.useRef)(""),{viewport:E}=g,M=r.content-r.viewport,I=(0,h.useCallbackRef)(d),R=(0,h.useCallbackRef)(u),L=(0,x.useDebouncedCallback)(f,10),P=e=>{w.current&&c({x:e.clientX-w.current.left,y:e.clientY-w.current.top})};return(0,a.useEffect)(()=>{let e=e=>{let t=e.target;(null==C?void 0:C.contains(t))&&I(e,M)};return document.addEventListener("wheel",e,{passive:!1}),()=>document.removeEventListener("wheel",e,{passive:!1})},[E,C,M,I]),(0,a.useEffect)(R,[r,R]),v(C,L),v(g.content,L),(0,n.jsx)(T,{value:{scrollbar:C,hasThumb:o,onThumbChange:(0,h.useCallbackRef)(l),onThumbPointerUp:(0,h.useCallbackRef)(i),onThumbPositionChange:R,onThumbPointerDown:(0,h.useCallbackRef)(s)},children:(0,n.jsx)("div",{...m,ref:S,"data-mantine-scrollbar":!0,style:{position:"absolute",...m.style},onPointerDown:N(e.onPointerDown,e=>{e.preventDefault(),0===e.button&&(e.target.setPointerCapture(e.pointerId),w.current=C.getBoundingClientRect(),k.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",P(e))}),onPointerMove:N(e.onPointerMove,P),onPointerUp:N(e.onPointerUp,e=>{e.preventDefault();let t=e.target;t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId),document.body.style.webkitUserSelect=k.current,w.current=null})})})}),O=(0,a.forwardRef)((e,t)=>{let{sizes:r,onSizesChange:o,style:l,...i}=e,s=p(),[u,c]=(0,a.useState)(),d=(0,a.useRef)(null),f=(0,y.useMergedRef)(t,d,s.onScrollbarXChange);return(0,a.useEffect)(()=>{d.current&&c(getComputedStyle(d.current))},[d]),(0,n.jsx)(P,{"data-orientation":"horizontal",...i,ref:f,sizes:r,style:{...l,"--sa-thumb-width":`${E(r)}px`},onThumbPointerDown:t=>e.onThumbPointerDown(t.x),onDragScroll:t=>e.onDragScroll(t.x),onWheelScroll:(t,r)=>{if(s.viewport){let n=s.viewport.scrollLeft+t.deltaX;e.onWheelScroll(n),n>0&&n<r&&t.preventDefault()}},onResize:()=>{d.current&&s.viewport&&u&&o({content:s.viewport.scrollWidth,viewport:s.viewport.offsetWidth,scrollbar:{size:d.current.clientWidth,paddingStart:R(u.paddingLeft),paddingEnd:R(u.paddingRight)}})}})});O.displayName="@mantine/core/ScrollAreaScrollbarX";let A=(0,a.forwardRef)((e,t)=>{let{sizes:r,onSizesChange:o,style:l,...i}=e,s=p(),[u,c]=(0,a.useState)(),d=(0,a.useRef)(null),f=(0,y.useMergedRef)(t,d,s.onScrollbarYChange);return(0,a.useEffect)(()=>{d.current&&c(window.getComputedStyle(d.current))},[]),(0,n.jsx)(P,{...i,"data-orientation":"vertical",ref:f,sizes:r,style:{"--sa-thumb-height":`${E(r)}px`,...l},onThumbPointerDown:t=>e.onThumbPointerDown(t.y),onDragScroll:t=>e.onDragScroll(t.y),onWheelScroll:(t,r)=>{if(s.viewport){let n=s.viewport.scrollTop+t.deltaY;e.onWheelScroll(n),n>0&&n<r&&t.preventDefault()}},onResize:()=>{d.current&&s.viewport&&u&&o({content:s.viewport.scrollHeight,viewport:s.viewport.offsetHeight,scrollbar:{size:d.current.clientHeight,paddingStart:R(u.paddingTop),paddingEnd:R(u.paddingBottom)}})}})});A.displayName="@mantine/core/ScrollAreaScrollbarY";let V=(0,a.forwardRef)((e,t)=>{let{orientation:r="vertical",...o}=e,{dir:l}=(0,w.useDirection)(),i=p(),s=(0,a.useRef)(null),u=(0,a.useRef)(0),[c,d]=(0,a.useState)({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),f=k(c.viewport,c.content),h={...o,sizes:c,onSizesChange:d,hasThumb:!!(f>0&&f<1),onThumbChange:e=>{s.current=e},onThumbPointerUp:()=>{u.current=0},onThumbPointerDown:e=>{u.current=e}},m=(e,t)=>(function(e,t,r){let n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"ltr",a=E(r),o=t||a/2,l=r.scrollbar.paddingStart+o,i=r.scrollbar.size-r.scrollbar.paddingEnd-(a-o),s=r.content-r.viewport;return M([l,i],"ltr"===n?[0,s]:[-1*s,0])(e)})(e,u.current,c,t);return"horizontal"===r?(0,n.jsx)(O,{...h,ref:t,onThumbPositionChange:()=>{if(i.viewport&&s.current){let e=I(i.viewport.scrollLeft,c,l);s.current.style.transform=`translate3d(${e}px, 0, 0)`}},onWheelScroll:e=>{i.viewport&&(i.viewport.scrollLeft=e)},onDragScroll:e=>{i.viewport&&(i.viewport.scrollLeft=m(e,l))}}):"vertical"===r?(0,n.jsx)(A,{...h,ref:t,onThumbPositionChange:()=>{if(i.viewport&&s.current){let e=I(i.viewport.scrollTop,c);0===c.scrollbar.size?s.current.style.opacity="0":s.current.style.opacity="1",s.current.style.transform=`translate3d(0, ${e}px, 0)`}},onWheelScroll:e=>{i.viewport&&(i.viewport.scrollTop=e)},onDragScroll:e=>{i.viewport&&(i.viewport.scrollTop=m(e))}}):null});V.displayName="@mantine/core/ScrollAreaScrollbarVisible";let j=(0,a.forwardRef)((e,t)=>{let r=p(),{forceMount:o,...l}=e,[i,s]=(0,a.useState)(!1),u="horizontal"===e.orientation,c=(0,x.useDebouncedCallback)(()=>{if(r.viewport){let e=r.viewport.offsetWidth<r.viewport.scrollWidth,t=r.viewport.offsetHeight<r.viewport.scrollHeight;s(u?e:t)}},10);return(v(r.viewport,c),v(r.content,c),o||i)?(0,n.jsx)(V,{"data-state":i?"visible":"hidden",...l,ref:t}):null});j.displayName="@mantine/core/ScrollAreaScrollbarAuto";let $=(0,a.forwardRef)((e,t)=>{let{forceMount:r,...o}=e,l=p(),[i,s]=(0,a.useState)(!1);return((0,a.useEffect)(()=>{let{scrollArea:e}=l,t=0;if(e){let r=()=>{window.clearTimeout(t),s(!0)},n=()=>{t=window.setTimeout(()=>s(!1),l.scrollHideDelay)};return e.addEventListener("pointerenter",r),e.addEventListener("pointerleave",n),()=>{window.clearTimeout(t),e.removeEventListener("pointerenter",r),e.removeEventListener("pointerleave",n)}}},[l.scrollArea,l.scrollHideDelay]),r||i)?(0,n.jsx)(j,{"data-state":i?"visible":"hidden",...o,ref:t}):null});$.displayName="@mantine/core/ScrollAreaScrollbarHover";let B=(0,a.forwardRef)((e,t)=>{let{forceMount:r,...o}=e,l=p(),i="horizontal"===e.orientation,[s,u]=(0,a.useState)("hidden"),c=(0,x.useDebouncedCallback)(()=>u("idle"),100);return((0,a.useEffect)(()=>{if("idle"===s){let e=window.setTimeout(()=>u("hidden"),l.scrollHideDelay);return()=>window.clearTimeout(e)}},[s,l.scrollHideDelay]),(0,a.useEffect)(()=>{let{viewport:e}=l,t=i?"scrollLeft":"scrollTop";if(e){let r=e[t],n=()=>{let n=e[t];r!==n&&(u("scrolling"),c()),r=n};return e.addEventListener("scroll",n),()=>e.removeEventListener("scroll",n)}},[l.viewport,i,c]),r||"hidden"!==s)?(0,n.jsx)(V,{"data-state":"hidden"===s?"hidden":"visible",...o,ref:t,onPointerEnter:N(e.onPointerEnter,()=>u("interacting")),onPointerLeave:N(e.onPointerLeave,()=>u("idle"))}):null}),D=(0,a.forwardRef)((e,t)=>{let{forceMount:r,...o}=e,l=p(),{onScrollbarXEnabledChange:i,onScrollbarYEnabledChange:s}=l,u="horizontal"===e.orientation;return(0,a.useEffect)(()=>(u?i(!0):s(!0),()=>{u?i(!1):s(!1)}),[u,i,s]),"hover"===l.type?(0,n.jsx)($,{...o,ref:t,forceMount:r}):"scroll"===l.type?(0,n.jsx)(B,{...o,ref:t,forceMount:r}):"auto"===l.type?(0,n.jsx)(j,{...o,ref:t,forceMount:r}):"always"===l.type?(0,n.jsx)(V,{...o,ref:t}):null});D.displayName="@mantine/core/ScrollAreaScrollbar";let H=(0,a.forwardRef)((e,t)=>{let{style:r,...o}=e,l=p(),i=L(),{onThumbPositionChange:s}=i,u=(0,y.useMergedRef)(t,e=>i.onThumbChange(e)),c=(0,a.useRef)(),d=(0,x.useDebouncedCallback)(()=>{c.current&&(c.current(),c.current=void 0)},100);return(0,a.useEffect)(()=>{let{viewport:e}=l;if(e){let t=()=>{if(d(),!c.current){let t=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{},r={left:e.scrollLeft,top:e.scrollTop},n=0;return function a(){let o={left:e.scrollLeft,top:e.scrollTop},l=r.left!==o.left,i=r.top!==o.top;(l||i)&&t(),r=o,n=window.requestAnimationFrame(a)}(),()=>window.cancelAnimationFrame(n)}(e,s);c.current=t,s()}};return s(),e.addEventListener("scroll",t),()=>e.removeEventListener("scroll",t)}},[l.viewport,d,s]),(0,n.jsx)("div",{"data-state":i.hasThumb?"visible":"hidden",...o,ref:u,style:{width:"var(--sa-thumb-width)",height:"var(--sa-thumb-height)",...r},onPointerDownCapture:N(e.onPointerDownCapture,e=>{let t=e.target.getBoundingClientRect(),r=e.clientX-t.left,n=e.clientY-t.top;i.onThumbPointerDown({x:r,y:n})}),onPointerUp:N(e.onPointerUp,i.onThumbPointerUp)})});H.displayName="@mantine/core/ScrollAreaThumb";let F=(0,a.forwardRef)((e,t)=>{let{forceMount:r,...a}=e,o=L();return r||o.hasThumb?(0,n.jsx)(H,{ref:t,...a}):null});F.displayName="@mantine/core/ScrollAreaThumb";let _=(0,a.forwardRef)((e,t)=>{let{children:r,style:a,...o}=e,l=p(),i=(0,y.useMergedRef)(t,l.onViewportChange);return(0,n.jsx)(u.Box,{...o,ref:i,style:{overflowX:l.scrollbarXEnabled?"scroll":"hidden",overflowY:l.scrollbarYEnabled?"scroll":"hidden",...a},children:(0,n.jsx)("div",{style:{minWidth:"100%",display:"table"},ref:l.onContentChange,children:r})})});_.displayName="@mantine/core/ScrollAreaViewport";var Z={root:"m_d57069b5",viewport:"m_c0783ff9",viewportInner:"m_f8f631dd",scrollbar:"m_c44ba933",thumb:"m_d8b5e363",corner:"m_21657268"};let z={scrollHideDelay:1e3,type:"hover",scrollbars:"xy"},G=(0,l.createVarsResolver)((e,t)=>{let{scrollbarSize:r}=t;return{root:{"--scrollarea-scrollbar-size":(0,o.h)(r)}}}),U=(0,c.factory)((e,t)=>{let r=(0,i.useProps)("ScrollArea",z,e),{classNames:o,className:l,style:u,styles:c,unstyled:d,scrollbarSize:f,vars:p,type:h,scrollHideDelay:m,viewportProps:v,viewportRef:g,onScrollPositionChange:y,children:b,offsetScrollbars:x,scrollbars:w,onBottomReached:k,onTopReached:E,...M}=r,[I,R]=(0,a.useState)(!1),N=(0,s.useStyles)({name:"ScrollArea",props:r,classes:Z,className:l,style:u,classNames:o,styles:c,unstyled:d,vars:p,varsResolver:G});return(0,n.jsxs)(S,{type:"never"===h?"always":h,scrollHideDelay:m,ref:t,scrollbars:w,...N("root"),...M,children:[(0,n.jsx)(_,{...v,...N("viewport",{style:null==v?void 0:v.style}),ref:g,"data-offset-scrollbars":!0===x?"xy":x||void 0,"data-scrollbars":w||void 0,onScroll:e=>{var t;null==v||null===(t=v.onScroll)||void 0===t||t.call(v,e),null==y||y({x:e.currentTarget.scrollLeft,y:e.currentTarget.scrollTop});let{scrollTop:r,scrollHeight:n,clientHeight:a}=e.currentTarget;r-(n-a)>=0&&(null==k||k()),0===r&&(null==E||E())},children:b}),("xy"===w||"x"===w)&&(0,n.jsx)(D,{...N("scrollbar"),orientation:"horizontal","data-hidden":"never"===h||void 0,forceMount:!0,onMouseEnter:()=>R(!0),onMouseLeave:()=>R(!1),children:(0,n.jsx)(F,{...N("thumb")})}),("xy"===w||"y"===w)&&(0,n.jsx)(D,{...N("scrollbar"),orientation:"vertical","data-hidden":"never"===h||void 0,forceMount:!0,onMouseEnter:()=>R(!0),onMouseLeave:()=>R(!1),children:(0,n.jsx)(F,{...N("thumb")})}),(0,n.jsx)(C,{...N("corner"),"data-hovered":I||void 0,"data-hidden":"never"===h||void 0})]})});U.displayName="@mantine/core/ScrollArea";let W=(0,c.factory)((e,t)=>{let{children:r,classNames:a,styles:o,scrollbarSize:l,scrollHideDelay:s,type:c,dir:d,offsetScrollbars:f,viewportRef:p,onScrollPositionChange:h,unstyled:m,variant:v,viewportProps:g,scrollbars:C,style:y,vars:b,onBottomReached:S,onTopReached:x,...w}=(0,i.useProps)("ScrollAreaAutosize",z,e);return(0,n.jsx)(u.Box,{...w,ref:t,style:[{display:"flex",overflow:"auto"},y],children:(0,n.jsx)(u.Box,{style:{display:"flex",flexDirection:"column",flex:1},children:(0,n.jsx)(U,{classNames:a,styles:o,scrollHideDelay:s,scrollbarSize:l,type:c,dir:d,offsetScrollbars:f,viewportRef:p,onScrollPositionChange:h,unstyled:m,variant:v,viewportProps:g,vars:b,scrollbars:C,onBottomReached:S,onTopReached:x,children:r})})})});U.classes=Z,W.displayName="@mantine/core/ScrollAreaAutosize",W.classes=Z,U.Autosize=W},81743:function(e,t,r){"use strict";r.d(t,{SegmentedControl:function(){return x}});var n=r(27573),a=r(7653),o=r(33186),l=r(28023),i=r(70397),s=r(3221),u=r(91741),c=r(31780),d=r(12882),f=r(25756),p=r(76719),h=r(10442),m=r(99268),v=r(73206),g=r(2896),C=r(5774),y={root:"m_cf365364",indicator:"m_9e182ccd",label:"m_1738fcb2",input:"m_1714d588",control:"m_69686b9b",innerLabel:"m_78882f40"};let b={withItemsBorders:!0},S=(0,c.createVarsResolver)((e,t)=>{let{radius:r,color:n,transitionDuration:a,size:o,transitionTimingFunction:l}=t;return{root:{"--sc-radius":void 0===r?void 0:(0,u.getRadius)(r),"--sc-color":n?(0,d.getThemeColor)(n,e):void 0,"--sc-shadow":n?void 0:"var(--mantine-shadow-xs)","--sc-transition-duration":void 0===a?void 0:`${a}ms`,"--sc-transition-timing-function":l,"--sc-padding":(0,u.getSize)(o,"sc-padding"),"--sc-font-size":(0,u.getFontSize)(o)}}}),x=(0,g.factory)((e,t)=>{var r,u;let c=(0,h.useProps)("SegmentedControl",b,e),{classNames:d,className:g,style:x,styles:w,unstyled:k,vars:E,data:M,value:I,defaultValue:R,onChange:N,size:T,name:L,disabled:P,readOnly:O,fullWidth:A,orientation:V,radius:j,color:$,transitionDuration:B,transitionTimingFunction:D,variant:H,autoContrast:F,withItemsBorders:_,mod:Z,...z}=c,G=(0,m.useStyles)({name:"SegmentedControl",props:c,classes:y,className:g,style:x,classNames:d,styles:w,unstyled:k,vars:E,varsResolver:S}),U=(0,p.useMantineTheme)(),W=M.map(e=>"string"==typeof e?{label:e,value:e}:e),K=(0,o.useMounted)(),[J,q]=(0,a.useState)(null),[Y,X]=(0,a.useState)({}),Q=(e,t)=>{Y[t]=e,X(Y)},[ee,et]=(0,l.useUncontrolled)({value:I,defaultValue:R,finalValue:Array.isArray(M)?(null===(r=W.find(e=>!e.disabled))||void 0===r?void 0:r.value)??(null===(u=M[0])||void 0===u?void 0:u.value)??null:null,onChange:N}),er=(0,i.useId)(L),en=W.map(e=>(0,a.createElement)(v.Box,{...G("control"),mod:{active:ee===e.value,orientation:V},key:e.value},(0,a.createElement)("input",{...G("input"),disabled:P||e.disabled,type:"radio",name:er,value:e.value,id:`${er}-${e.value}`,checked:ee===e.value,onChange:()=>!O&&et(e.value),"data-focus-ring":U.focusRing,key:`${e.value}-input`}),(0,a.createElement)(v.Box,{component:"label",...G("label"),mod:{active:ee===e.value&&!(P||e.disabled),disabled:P||e.disabled,"read-only":O},htmlFor:`${er}-${e.value}`,ref:t=>Q(t,e.value),__vars:{"--sc-label-color":void 0!==$?(0,f.getContrastColor)({color:$,theme:U,autoContrast:F}):void 0},key:`${e.value}-label`},(0,n.jsx)("span",{...G("innerLabel"),children:e.label})))),ea=(0,s.useMergedRef)(t,e=>q(e));return 0===M.length?null:(0,n.jsxs)(v.Box,{...G("root"),variant:H,size:T,ref:ea,mod:[{"full-width":A,orientation:V,initialized:K,"with-items-borders":_},Z],...z,role:"radiogroup","data-disabled":P,children:["string"==typeof ee&&(0,n.jsx)(C.FloatingIndicator,{target:Y[ee],parent:J,component:"span",transitionDuration:"var(--sc-transition-duration)",...G("indicator")}),en]})});x.classes=y,x.displayName="@mantine/core/SegmentedControl"},38797:function(e,t,r){"use strict";r.d(t,{Select:function(){return C}});var n=r(27573),a=r(7653),o=r(70397),l=r(28023),i=r(2287),s=r(43196),u=r(10442),c=r(2896),d=r(43863),f=r(78583),p=r(871),h=r(59118),m=r(91295),v=r(18578);let g={searchable:!1,withCheckIcon:!0,allowDeselect:!0,checkIconPosition:"left"},C=(0,c.factory)((e,t)=>{let r=(0,u.useProps)("Select",g,e),{classNames:c,styles:C,unstyled:y,vars:b,dropdownOpened:S,defaultDropdownOpened:x,onDropdownClose:w,onDropdownOpen:k,onFocus:E,onBlur:M,onClick:I,onChange:R,data:N,value:T,defaultValue:L,selectFirstOptionOnChange:P,onOptionSubmit:O,comboboxProps:A,readOnly:V,disabled:j,filter:$,limit:B,withScrollArea:D,maxDropdownHeight:H,size:F,searchable:_,rightSection:Z,checkIconPosition:z,withCheckIcon:G,nothingFoundMessage:U,name:W,form:K,searchValue:J,defaultSearchValue:q,onSearchChange:Y,allowDeselect:X,error:Q,rightSectionPointerEvents:ee,id:et,clearable:er,clearButtonProps:en,hiddenInputProps:ea,renderOption:eo,onClear:el,autoComplete:ei,scrollAreaProps:es,...eu}=r,ec=(0,a.useMemo)(()=>(0,d.getParsedComboboxData)(N),[N]),ed=(0,a.useMemo)(()=>(0,f.getOptionsLockup)(ec),[ec]),ef=(0,o.useId)(et),[ep,eh,em]=(0,l.useUncontrolled)({value:T,defaultValue:L,finalValue:null,onChange:R}),ev="string"==typeof ep?ed[ep]:void 0,eg=(0,i.usePrevious)(ev),[eC,ey]=(0,l.useUncontrolled)({value:J,defaultValue:q,finalValue:ev?ev.label:"",onChange:Y}),eb=(0,m.useCombobox)({opened:S,defaultOpened:x,onDropdownOpen:()=>{null==k||k(),eb.updateSelectedOptionIndex("active",{scrollIntoView:!0})},onDropdownClose:()=>{null==w||w(),eb.resetSelectedOption()}}),{resolvedClassNames:eS,resolvedStyles:ex}=(0,s.useResolvedStylesApi)({props:r,styles:C,classNames:c});(0,a.useEffect)(()=>{P&&eb.selectFirstOption()},[P,ep]),(0,a.useEffect)(()=>{null===T&&ey(""),"string"==typeof T&&ev&&((null==eg?void 0:eg.value)!==ev.value||(null==eg?void 0:eg.label)!==ev.label)&&ey(ev.label)},[T,ev]);let ew=er&&!!ep&&!j&&!V&&(0,n.jsx)(p.Combobox.ClearButton,{size:F,...en,onClear:()=>{eh(null,null),ey(""),null==el||el()}});return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)(p.Combobox,{store:eb,__staticSelector:"Select",classNames:eS,styles:ex,unstyled:y,readOnly:V,onOptionSubmit:e=>{null==O||O(e);let t=X&&ed[e].value===ep?null:ed[e],r=t?t.value:null;r!==ep&&eh(r,t),em||ey("string"==typeof r&&(null==t?void 0:t.label)||""),eb.closeDropdown()},size:F,...A,children:[(0,n.jsx)(p.Combobox.Target,{targetType:_?"input":"button",autoComplete:ei,children:(0,n.jsx)(v.InputBase,{id:ef,ref:t,rightSection:Z||ew||(0,n.jsx)(p.Combobox.Chevron,{size:F,error:Q,unstyled:y}),rightSectionPointerEvents:ee||(ew?"all":"none"),...eu,size:F,__staticSelector:"Select",disabled:j,readOnly:V||!_,value:eC,onChange:e=>{ey(e.currentTarget.value),eb.openDropdown(),P&&eb.selectFirstOption()},onFocus:e=>{_&&eb.openDropdown(),null==E||E(e)},onBlur:e=>{var t;_&&eb.closeDropdown(),ey(null!=ep&&(null===(t=ed[ep])||void 0===t?void 0:t.label)||""),null==M||M(e)},onClick:e=>{_?eb.openDropdown():eb.toggleDropdown(),null==I||I(e)},classNames:eS,styles:ex,unstyled:y,pointer:!_,error:Q})}),(0,n.jsx)(h.OptionsDropdown,{data:ec,hidden:V||j,filter:$,search:eC,limit:B,hiddenWhenEmpty:!U,withScrollArea:D,maxDropdownHeight:H,filterOptions:_&&(null==ev?void 0:ev.label)!==eC,value:ep,checkIconPosition:z,withCheckIcon:G,nothingFoundMessage:U,unstyled:y,labelId:eu.label?`${ef}-label`:void 0,"aria-label":eu.label?void 0:eu["aria-label"],renderOption:eo,scrollAreaProps:es})]}),(0,n.jsx)(p.Combobox.HiddenInput,{value:ep,name:W,form:K,disabled:j,...ea})]})});C.classes={...v.InputBase.classes,...p.Combobox.classes},C.displayName="@mantine/core/Select"},78290:function(e,t,r){"use strict";r.d(t,{SemiCircleProgress:function(){return m}});var n=r(27573),a=r(54909),o=r(82434);r(7653);var l=r(31780),i=r(12882),s=r(10442),u=r(99268),c=r(73206),d=r(2896),f={root:"m_fa528724",svg:"m_62e9e7e2",filledSegment:"m_c573fb6f",label:"m_4fa340f2"};let p={size:200,thickness:12,orientation:"up",fillDirection:"left-to-right",labelPosition:"bottom"},h=(0,l.createVarsResolver)((e,t)=>{let{filledSegmentColor:r,emptySegmentColor:n,orientation:a,fillDirection:l,transitionDuration:s,thickness:u}=t;return{root:{"--scp-filled-segment-color":r?(0,i.getThemeColor)(r,e):void 0,"--scp-empty-segment-color":n?(0,i.getThemeColor)(n,e):void 0,"--scp-rotation":function(e){let{orientation:t,fillDirection:r}=e;return"down"===t?"right-to-left"===r?"rotate(180deg) rotateY(180deg)":"rotate(180deg)":"left-to-right"===r?"rotateY(180deg)":void 0}({orientation:a,fillDirection:l}),"--scp-transition-duration":s?`${s}ms`:void 0,"--scp-thickness":(0,o.h)(u)}}}),m=(0,d.factory)((e,t)=>{let r=(0,s.useProps)("SemiCircleProgress",p,e),{classNames:o,className:l,style:i,styles:d,unstyled:m,vars:v,size:g,thickness:C,value:y,orientation:b,fillDirection:S,filledSegmentColor:x,emptySegmentColor:w,transitionDuration:k,label:E,labelPosition:M,...I}=r,R=(0,u.useStyles)({name:"SemiCircleProgress",classes:f,props:r,className:l,style:i,classNames:o,styles:d,unstyled:m,vars:v,varsResolver:h}),N=g/2,T=(g-2*C)/2,L=Math.PI*T,P=(0,a.clamp)(y,0,100)*(L/100);return(0,n.jsxs)(c.Box,{ref:t,size:g,...R("root"),...I,children:[E&&(0,n.jsx)("p",{...R("label"),"data-position":M,"data-orientation":b,children:E}),(0,n.jsxs)("svg",{width:g,height:g/2,...R("svg"),children:[(0,n.jsx)("circle",{cx:N,cy:N,r:T,fill:"none",stroke:"var(--scp-empty-segment-color)",strokeWidth:C,strokeDasharray:L,...R("emptySegment",{style:{strokeDashoffset:L}})}),(0,n.jsx)("circle",{cx:N,cy:N,r:T,fill:"none",stroke:"var(--scp-filled-segment-color)",strokeWidth:C,strokeDasharray:L,...R("filledSegment",{style:{strokeDashoffset:P}})})]})]})});m.displayName="@mantine/core/SemiCircleProgress",m.classes=f},4077:function(e,t,r){"use strict";r.d(t,{SimpleGrid:function(){return x}});var n=r(27573);r(7653);var a=r(10442),o=r(99268),l=r(52422),i=r(73206),s=r(2896),u=r(87124),c=r(31769),d=r(35242),f=r(91741),p=r(52426),h=r(71815),m=r(76719),v=r(66060);function g(e){var t;let{spacing:r,verticalSpacing:a,cols:o,selector:l}=e,i=(0,m.useMantineTheme)(),s=void 0===a?r:a,c=(0,d.filterProps)({"--sg-spacing-x":(0,f.getSpacing)((0,h.getBaseValue)(r)),"--sg-spacing-y":(0,f.getSpacing)((0,h.getBaseValue)(s)),"--sg-cols":null===(t=(0,h.getBaseValue)(o))||void 0===t?void 0:t.toString()}),g=(0,u.keys)(i.breakpoints).reduce((e,t)=>(e[t]||(e[t]={}),"object"==typeof r&&void 0!==r[t]&&(e[t]["--sg-spacing-x"]=(0,f.getSpacing)(r[t])),"object"==typeof s&&void 0!==s[t]&&(e[t]["--sg-spacing-y"]=(0,f.getSpacing)(s[t])),"object"==typeof o&&void 0!==o[t]&&(e[t]["--sg-cols"]=o[t]),e),{}),C=(0,p.getSortedBreakpoints)((0,u.keys)(g),i.breakpoints).filter(e=>(0,u.keys)(g[e.value]).length>0).map(e=>({query:`(min-width: ${i.breakpoints[e.value]})`,styles:g[e.value]}));return(0,n.jsx)(v.InlineStyles,{styles:c,media:C,selector:l})}function C(e){return"object"==typeof e&&null!==e?(0,u.keys)(e):[]}function y(e){var t;let{spacing:r,verticalSpacing:a,cols:o,selector:l}=e,i=void 0===a?r:a,s=(0,d.filterProps)({"--sg-spacing-x":(0,f.getSpacing)((0,h.getBaseValue)(r)),"--sg-spacing-y":(0,f.getSpacing)((0,h.getBaseValue)(i)),"--sg-cols":null===(t=(0,h.getBaseValue)(o))||void 0===t?void 0:t.toString()}),u=function(e){let{spacing:t,verticalSpacing:r,cols:n}=e;return Array.from(new Set([...C(t),...C(r),...C(n)])).sort((e,t)=>(0,c.px)(e)-(0,c.px)(t))}({spacing:r,verticalSpacing:a,cols:o}),p=u.reduce((e,t)=>(e[t]||(e[t]={}),"object"==typeof r&&void 0!==r[t]&&(e[t]["--sg-spacing-x"]=(0,f.getSpacing)(r[t])),"object"==typeof i&&void 0!==i[t]&&(e[t]["--sg-spacing-y"]=(0,f.getSpacing)(i[t])),"object"==typeof o&&void 0!==o[t]&&(e[t]["--sg-cols"]=o[t]),e),{}),m=u.map(e=>({query:`simple-grid (min-width: ${e})`,styles:p[e]}));return(0,n.jsx)(v.InlineStyles,{styles:s,container:m,selector:l})}var b={container:"m_925c2d2c",root:"m_2415a157"};let S={cols:1,spacing:"md",type:"media"},x=(0,s.factory)((e,t)=>{let r=(0,a.useProps)("SimpleGrid",S,e),{classNames:s,className:u,style:c,styles:d,unstyled:f,vars:p,cols:h,verticalSpacing:m,spacing:v,type:C,...x}=r,w=(0,o.useStyles)({name:"SimpleGrid",classes:b,props:r,className:u,style:c,classNames:s,styles:d,unstyled:f,vars:p}),k=(0,l.useRandomClassName)();return"container"===C?(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(y,{...r,selector:`.${k}`}),(0,n.jsx)("div",{...w("container"),children:(0,n.jsx)(i.Box,{ref:t,...w("root",{className:k}),...x})})]}):(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(g,{...r,selector:`.${k}`}),(0,n.jsx)(i.Box,{ref:t,...w("root",{className:k}),...x})]})});x.classes=b,x.displayName="@mantine/core/SimpleGrid"},5171:function(e,t,r){"use strict";r.d(t,{RangeSlider:function(){return M}});var n=r(27573),a=r(7653),o=r(28023),l=r(58482),i=r(82434),s=r(91741),u=r(31780),c=r(12882),d=r(10442),f=r(99268),p=r(2896),h=r(63870),m=r(27525),v=r(46131),g=r(72053),C=r(89972),y=r(73457),b=r(9745),S=r(77656),x=r(15833),w=r(73858);let k=(0,u.createVarsResolver)((e,t)=>{let{size:r,color:n,thumbSize:a,radius:o}=t;return{root:{"--slider-size":(0,s.getSize)(r,"slider-size"),"--slider-color":n?(0,c.getThemeColor)(n,e):void 0,"--slider-radius":void 0===o?void 0:(0,s.getRadius)(o),"--slider-thumb-size":void 0!==a?(0,i.h)(a):"calc(var(--slider-size) * 2)"}}}),E={min:0,max:100,minRange:10,step:1,marks:[],label:e=>e,labelTransitionProps:{transition:"fade",duration:0},labelAlwaysOn:!1,showLabelOnHover:!0,disabled:!1,scale:e=>e},M=(0,p.factory)((e,t)=>{let r=(0,d.useProps)("RangeSlider",E,e),{classNames:i,styles:s,value:u,onChange:c,onChangeEnd:p,size:M,min:I,max:R,minRange:N,maxRange:T,step:L,precision:P,defaultValue:O,name:A,marks:V,label:j,labelTransitionProps:$,labelAlwaysOn:B,thumbFromLabel:D,thumbToLabel:H,showLabelOnHover:F,thumbChildren:_,disabled:Z,unstyled:z,scale:G,inverted:U,className:W,style:K,vars:J,hiddenInputProps:q,...Y}=r,X=(0,f.useStyles)({name:"Slider",props:r,classes:w.Z,classNames:i,className:W,styles:s,style:K,vars:J,varsResolver:k,unstyled:z}),{dir:Q}=(0,h.useDirection)(),[ee,et]=(0,a.useState)(-1),[er,en]=(0,a.useState)(!1),[ea,eo]=(0,o.useUncontrolled)({value:u,defaultValue:O,finalValue:[I,R],onChange:c}),el=(0,a.useRef)(ea),ei=(0,a.useRef)([]),es=(0,a.useRef)(void 0),eu=[(0,S.b)({value:ea[0],min:I,max:R}),(0,S.b)({value:ea[1],min:I,max:R})],ec=P??(0,x.p)(L),ed=e=>{eo(e),el.current=e};(0,a.useEffect)(()=>{Array.isArray(u)&&(el.current=u)},Array.isArray(u)?[u[0],u[1]]:[null,null]);let ef=(e,t,r)=>{let n=[...el.current];n[t]=e,0===t&&(e>n[1]-(N-1e-9)&&(n[1]=Math.min(e+N,R)),e>(R-(N-1e-9)||I)&&(n[t]=el.current[t]),n[1]-e>T&&(n[1]=e+T)),1===t&&(e<n[0]+N&&(n[0]=Math.max(e-N,I)),e<n[0]+N&&(n[t]=el.current[t]),e-n[0]>T&&(n[0]=e-T)),n[0]=(0,b.J)(n[0],ec),n[1]=(0,b.J)(n[1],ec),ed(n),r&&(null==p||p(el.current))},ep=e=>{Z||ef((0,y.i)({value:e,min:I,max:R,step:L,precision:ec}),es.current,!1)},{ref:eh,active:em}=(0,l.useMove)(e=>{let{x:t}=e;return ep(t)},{onScrubEnd:()=>null==p?void 0:p(el.current)},Q),ev=e=>{var t;eh.current.focus();let r=eh.current.getBoundingClientRect(),n=(t=e.nativeEvent,"TouchEvent"in window&&t instanceof window.TouchEvent?t.touches[0].clientX:t.clientX),a=(0,y.i)({value:n-r.left,max:R,min:I,step:L,containerWidth:r.width}),o=Math.abs(ea[0]-a)>Math.abs(ea[1]-a)?1:0,l="ltr"===Q?o:1===o?0:1;es.current=l},eg=()=>1!==ee&&0!==ee?(et(0),0):ee,eC={max:R,min:I,size:M,labelTransitionProps:$,labelAlwaysOn:B,onBlur:()=>et(-1)},ey=Array.isArray(_);return(0,n.jsx)(m.Y,{value:{getStyles:X},children:(0,n.jsxs)(v.l,{...Y,size:M,ref:t,disabled:Z,children:[(0,n.jsxs)(C.f,{offset:eu[0],marksOffset:ea[0],filled:eu[1]-eu[0],marks:V,inverted:U,min:I,max:R,value:ea[1],disabled:Z,containerProps:{ref:eh,onMouseEnter:F?()=>en(!0):void 0,onMouseLeave:F?()=>en(!1):void 0,onTouchStartCapture:ev,onTouchEndCapture:()=>{es.current=-1},onMouseDownCapture:ev,onMouseUpCapture:()=>{es.current=-1},onKeyDownCapture:e=>{if(!Z)switch(e.key){case"ArrowUp":{e.preventDefault();let t=eg();ei.current[t].focus(),ef((0,b.J)(Math.min(Math.max(el.current[t]+L,I),R),ec),t,!0);break}case"ArrowRight":{e.preventDefault();let t=eg();ei.current[t].focus(),ef((0,b.J)(Math.min(Math.max("rtl"===Q?el.current[t]-L:el.current[t]+L,I),R),ec),t,!0);break}case"ArrowDown":{e.preventDefault();let t=eg();ei.current[t].focus(),ef((0,b.J)(Math.min(Math.max(el.current[t]-L,I),R),ec),t,!0);break}case"ArrowLeft":{e.preventDefault();let t=eg();ei.current[t].focus(),ef((0,b.J)(Math.min(Math.max("rtl"===Q?el.current[t]+L:el.current[t]-L,I),R),ec),t,!0)}}}},children:[(0,n.jsx)(g.b,{...eC,value:G(ea[0]),position:eu[0],dragging:em,label:"function"==typeof j?j((0,b.J)(G(ea[0]),ec)):j,ref:e=>{ei.current[0]=e},thumbLabel:D,onMouseDown:()=>void(es.current=0),onFocus:()=>et(0),showLabelOnHover:F,isHovered:er,disabled:Z,children:ey?_[0]:_}),(0,n.jsx)(g.b,{...eC,thumbLabel:H,value:G(ea[1]),position:eu[1],dragging:em,label:"function"==typeof j?j((0,b.J)(G(ea[1]),ec)):j,ref:e=>{ei.current[1]=e},onMouseDown:()=>void(es.current=1),onFocus:()=>et(1),showLabelOnHover:F,isHovered:er,disabled:Z,children:ey?_[1]:_})]}),(0,n.jsx)("input",{type:"hidden",name:`${A}_from`,value:ea[0],...q}),(0,n.jsx)("input",{type:"hidden",name:`${A}_to`,value:ea[1],...q})]})})});M.classes=w.Z,M.displayName="@mantine/core/RangeSlider"},27525:function(e,t,r){"use strict";r.d(t,{I:function(){return o},Y:function(){return a}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("SliderProvider was not found in tree")},73858:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={root:"m_dd36362e",label:"m_c9357328",thumb:"m_c9a9a60a",trackContainer:"m_a8645c2",track:"m_c9ade57f",bar:"m_38aeed47",markWrapper:"m_b7b0423a",mark:"m_dd33bc19",markLabel:"m_68c77a5b"}},23596:function(e,t,r){"use strict";r.d(t,{Slider:function(){return R}});var n=r(27573),a=r(7653),o=r(28023),l=r(54909),i=r(58482),s=r(3221),u=r(82434),c=r(91741),d=r(31780),f=r(12882),p=r(10442),h=r(99268),m=r(2896),v=r(63870),g=r(27525),C=r(46131),y=r(72053),b=r(89972),S=r(73457),x=r(9745),w=r(77656),k=r(15833),E=r(73858);let M={radius:"xl",min:0,max:100,step:1,marks:[],label:e=>e,labelTransitionProps:{transition:"fade",duration:0},labelAlwaysOn:!1,thumbLabel:"",showLabelOnHover:!0,disabled:!1,scale:e=>e},I=(0,d.createVarsResolver)((e,t)=>{let{size:r,color:n,thumbSize:a,radius:o}=t;return{root:{"--slider-size":(0,c.getSize)(r,"slider-size"),"--slider-color":n?(0,f.getThemeColor)(n,e):void 0,"--slider-radius":void 0===o?void 0:(0,c.getRadius)(o),"--slider-thumb-size":void 0!==a?(0,u.h)(a):"calc(var(--slider-size) * 2)"}}}),R=(0,m.factory)((e,t)=>{let r=(0,p.useProps)("Slider",M,e),{classNames:u,styles:c,value:d,onChange:f,onChangeEnd:m,size:R,min:N,max:T,step:L,precision:P,defaultValue:O,name:A,marks:V,label:j,labelTransitionProps:$,labelAlwaysOn:B,thumbLabel:D,showLabelOnHover:H,thumbChildren:F,disabled:_,unstyled:Z,scale:z,inverted:G,className:U,style:W,vars:K,hiddenInputProps:J,...q}=r,Y=(0,h.useStyles)({name:"Slider",props:r,classes:E.Z,classNames:u,className:U,styles:c,style:W,vars:K,varsResolver:I,unstyled:Z}),{dir:X}=(0,v.useDirection)(),[Q,ee]=(0,a.useState)(!1),[et,er]=(0,o.useUncontrolled)({value:"number"==typeof d?(0,l.clamp)(d,N,T):d,defaultValue:"number"==typeof O?(0,l.clamp)(O,N,T):O,finalValue:(0,l.clamp)(0,N,T),onChange:f}),en=(0,a.useRef)(et),ea=(0,a.useRef)(),eo=(0,a.useRef)(),el=(0,w.b)({value:et,min:N,max:T}),ei=z(et),es="function"==typeof j?j(ei):j,eu=P??(0,k.p)(L),ec=(0,a.useCallback)(e=>{let{x:t}=e;if(!_){let e=(0,S.i)({value:t,min:N,max:T,step:L,precision:eu});er(e),en.current=e}},[_,N,T,L,eu,er]),{ref:ed,active:ef}=(0,i.useMove)(ec,{onScrubEnd:()=>null==m?void 0:m(en.current)},X);return(0,n.jsx)(g.Y,{value:{getStyles:Y},children:(0,n.jsxs)(C.l,{...q,ref:(0,s.useMergedRef)(t,ea),onKeyDownCapture:e=>{if(!_){var t,r,n,a,o,l;switch(e.key){case"ArrowUp":{e.preventDefault(),null===(t=eo.current)||void 0===t||t.focus();let r=(0,x.J)(Math.min(Math.max(et+L,N),T),eu);er(r),null==m||m(r);break}case"ArrowRight":{e.preventDefault(),null===(r=eo.current)||void 0===r||r.focus();let t=(0,x.J)(Math.min(Math.max("rtl"===X?et-L:et+L,N),T),eu);er(t),null==m||m(t);break}case"ArrowDown":{e.preventDefault(),null===(n=eo.current)||void 0===n||n.focus();let t=(0,x.J)(Math.min(Math.max(et-L,N),T),eu);er(t),null==m||m(t);break}case"ArrowLeft":{e.preventDefault(),null===(a=eo.current)||void 0===a||a.focus();let t=(0,x.J)(Math.min(Math.max("rtl"===X?et+L:et-L,N),T),eu);er(t),null==m||m(t);break}case"Home":e.preventDefault(),null===(o=eo.current)||void 0===o||o.focus(),er(N),null==m||m(N);break;case"End":e.preventDefault(),null===(l=eo.current)||void 0===l||l.focus(),er(T),null==m||m(T)}}},onMouseDownCapture:()=>{var e;return null===(e=ea.current)||void 0===e?void 0:e.focus()},size:R,disabled:_,children:[(0,n.jsx)(b.f,{inverted:G,offset:0,filled:el,marks:V,min:N,max:T,value:ei,disabled:_,containerProps:{ref:ed,onMouseEnter:H?()=>ee(!0):void 0,onMouseLeave:H?()=>ee(!1):void 0},children:(0,n.jsx)(y.b,{max:T,min:N,value:ei,position:el,dragging:ef,label:es,ref:eo,labelTransitionProps:$,labelAlwaysOn:B,thumbLabel:D,showLabelOnHover:H,isHovered:Q,disabled:_,children:F})}),(0,n.jsx)("input",{type:"hidden",name:A,value:ei,...J})]})})});R.classes=E.Z,R.displayName="@mantine/core/Slider"},46131:function(e,t,r){"use strict";r.d(t,{l:function(){return i}});var n=r(27573),a=r(7653),o=r(73206),l=r(27525);let i=(0,a.forwardRef)((e,t)=>{let{size:r,disabled:a,variant:i,color:s,thumbSize:u,radius:c,...d}=e,{getStyles:f}=(0,l.I)();return(0,n.jsx)(o.Box,{tabIndex:-1,variant:i,size:r,ref:t,...f("root"),...d})});i.displayName="@mantine/core/SliderRoot"},72053:function(e,t,r){"use strict";r.d(t,{b:function(){return s}});var n=r(27573),a=r(7653),o=r(73206),l=r(77099),i=r(27525);let s=(0,a.forwardRef)((e,t)=>{let{max:r,min:s,value:u,position:c,label:d,dragging:f,onMouseDown:p,onKeyDownCapture:h,labelTransitionProps:m,labelAlwaysOn:v,thumbLabel:g,onFocus:C,onBlur:y,showLabelOnHover:b,isHovered:S,children:x=null,disabled:w}=e,{getStyles:k}=(0,i.I)(),[E,M]=(0,a.useState)(!1),I=v||f||E||b&&S;return(0,n.jsxs)(o.Box,{tabIndex:0,role:"slider","aria-label":g,"aria-valuemax":r,"aria-valuemin":s,"aria-valuenow":u,ref:t,__vars:{"--slider-thumb-offset":`${c}%`},...k("thumb",{focusable:!0}),mod:{dragging:f,disabled:w},onFocus:()=>{M(!0),"function"==typeof C&&C()},onBlur:()=>{M(!1),"function"==typeof y&&y()},onTouchStart:p,onMouseDown:p,onKeyDownCapture:h,onClick:e=>e.stopPropagation(),children:[x,(0,n.jsx)(l.Transition,{mounted:null!=d&&!!I,transition:"fade",duration:0,...m,children:e=>(0,n.jsx)("div",{...k("label",{style:e}),children:d})})]})});s.displayName="@mantine/core/SliderThumb"},89972:function(e,t,r){"use strict";r.d(t,{f:function(){return u}});var n=r(27573),a=r(7653),o=r(73206),l=r(27525),i=r(77656);function s(e){let{marks:t,min:r,max:s,disabled:u,value:c,offset:d,inverted:f}=e,{getStyles:p}=(0,l.I)();if(!t)return null;let h=t.map((e,t)=>(0,a.createElement)(o.Box,{...p("markWrapper"),__vars:{"--mark-offset":`${(0,i.b)({value:e.value,min:r,max:s})}%`},key:t},(0,n.jsx)(o.Box,{...p("mark"),mod:{filled:function(e){let{mark:t,offset:r,value:n,inverted:a=!1}=e;return a?"number"==typeof r&&t.value<=r||t.value>=n:"number"==typeof r?t.value>=r&&t.value<=n:t.value<=n}({mark:e,value:c,offset:d,inverted:f}),disabled:u}}),e.label&&(0,n.jsx)("div",{...p("markLabel"),children:e.label})));return(0,n.jsx)("div",{children:h})}function u(e){let{filled:t,children:r,offset:a,disabled:i,marksOffset:u,inverted:c,containerProps:d,...f}=e,{getStyles:p}=(0,l.I)();return(0,n.jsx)(o.Box,{...p("trackContainer"),mod:{disabled:i},...d,children:(0,n.jsxs)(o.Box,{...p("track"),mod:{inverted:c,disabled:i},children:[(0,n.jsx)(o.Box,{mod:{inverted:c,disabled:i},__vars:{"--slider-bar-width":`calc(${t}% + var(--slider-size))`,"--slider-bar-offset":`calc(${a}% - var(--slider-size))`},...p("bar")}),r,(0,n.jsx)(s,{...f,offset:u,disabled:i,inverted:c})]})})}s.displayName="@mantine/core/SliderMarks",u.displayName="@mantine/core/SliderTrack"},73457:function(e,t,r){"use strict";function n(e){let{value:t,containerWidth:r,min:n,max:a,step:o,precision:l}=e,i=(r?Math.min(Math.max(t,0),r)/r:t)*(a-n),s=Math.max((0!==i?Math.round(i/o)*o:0)+n,n);return void 0!==l?Number(s.toFixed(l)):s}r.d(t,{i:function(){return n}})},9745:function(e,t,r){"use strict";function n(e,t){return parseFloat(e.toFixed(t))}r.d(t,{J:function(){return n}})},77656:function(e,t,r){"use strict";function n(e){let{value:t,min:r,max:n}=e;return Math.min(Math.max((t-r)/(n-r)*100,0),100)}r.d(t,{b:function(){return n}})},15833:function(e,t,r){"use strict";function n(e){if(!e)return 0;let t=e.toString().split(".");return t.length>1?t[1].length:0}r.d(t,{p:function(){return n}})},79279:function(e,t,r){"use strict";r.d(t,{Space:function(){return s}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896);let i={},s=(0,l.factory)((e,t)=>{let{w:r,h:l,miw:s,mih:u,...c}=(0,a.useProps)("Space",i,e);return(0,n.jsx)(o.Box,{ref:t,...c,w:r,miw:s??r,h:l,mih:u??l})});s.displayName="@mantine/core/Space"},35616:function(e,t,r){"use strict";r.d(t,{Spoiler:function(){return g}});var n=r(27573),a=r(70397),o=r(28023),l=r(35898),i=r(82434);r(7653);var s=r(31780),u=r(10442),c=r(99268),d=r(73206),f=r(2896),p=r(45884),h={root:"m_559cce2d",content:"m_b912df4e",control:"m_b9131032"};let m={maxHeight:100,initialState:!1},v=(0,s.createVarsResolver)((e,t)=>{let{transitionDuration:r}=t;return{root:{"--spoiler-transition-duration":void 0!==r?`${r}ms`:void 0}}}),g=(0,f.factory)((e,t)=>{let r=(0,u.useProps)("Spoiler",m,e),{classNames:s,className:f,style:g,styles:C,unstyled:y,vars:b,initialState:S,maxHeight:x,hideLabel:w,showLabel:k,children:E,controlRef:M,transitionDuration:I,id:R,expanded:N,onExpandedChange:T,...L}=r,P=(0,c.useStyles)({name:"Spoiler",classes:h,props:r,className:f,style:g,classNames:s,styles:C,unstyled:y,vars:b,varsResolver:v}),O=(0,a.useId)(R),A=`${O}-region`,[V,j]=(0,o.useUncontrolled)({value:N,defaultValue:S,finalValue:!1,onChange:T}),{ref:$,height:B}=(0,l.useElementSize)(),D=V?w:k,H=null!==D&&x<B;return(0,n.jsxs)(d.Box,{...P("root"),id:O,ref:t,"data-has-spoiler":H||void 0,...L,children:[H&&(0,n.jsx)(p.Anchor,{component:"button",type:"button",ref:M,onClick:()=>j(!V),"aria-expanded":V,"aria-controls":A,...P("control"),children:D}),(0,n.jsx)("div",{...P("content",{style:{maxHeight:V?B?(0,i.h)(B):void 0:(0,i.h)(x)}}),"data-reduce-motion":!0,role:"region",id:A,children:(0,n.jsx)("div",{ref:$,children:E})})]})});g.classes=h,g.displayName="@mantine/core/Spoiler"},52768:function(e,t,r){"use strict";r.d(t,{Stack:function(){return p}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c={root:"m_6d731127"};let d={gap:"md",align:"stretch",justify:"flex-start"},f=(0,o.createVarsResolver)((e,t)=>{let{gap:r,align:n,justify:o}=t;return{root:{"--stack-gap":(0,a.getSpacing)(r),"--stack-align":n,"--stack-justify":o}}}),p=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("Stack",d,e),{classNames:a,className:o,style:u,styles:p,unstyled:h,vars:m,align:v,justify:g,gap:C,variant:y,...b}=r,S=(0,i.useStyles)({name:"Stack",props:r,classes:c,className:o,style:u,classNames:a,styles:p,unstyled:h,vars:m,varsResolver:f});return(0,n.jsx)(s.Box,{ref:t,...S("root"),variant:y,...b})});p.classes=c,p.displayName="@mantine/core/Stack"},22041:function(e,t,r){"use strict";r.d(t,{s:function(){return o},x:function(){return a}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("Stepper component was not found in tree")},93754:function(e,t,r){"use strict";r.d(t,{Stepper:function(){return S}});var n=r(27573),a=r(7653),o=r(82434),l=r(91741),i=r(31780),s=r(12882),u=r(25756),c=r(39856),d=r(10442),f=r(99268),p=r(73206),h=r(2896),m=r(22041),v=r(55329),g=r(99343),C=r(90238);let y={orientation:"horizontal",iconPosition:"left",allowNextStepsSelect:!0,wrap:!0},b=(0,i.createVarsResolver)((e,t)=>{let{color:r,iconSize:n,size:a,contentPadding:i,radius:d,autoContrast:f}=t;return{root:{"--stepper-color":r?(0,s.getThemeColor)(r,e):void 0,"--stepper-icon-color":(0,c.getAutoContrastValue)(f,e)?(0,u.getContrastColor)({color:r,theme:e,autoContrast:f}):void 0,"--stepper-icon-size":void 0===n?(0,l.getSize)(a,"stepper-icon-size"):(0,o.h)(n),"--stepper-content-padding":(0,l.getSpacing)(i),"--stepper-radius":void 0===d?void 0:(0,l.getRadius)(d),"--stepper-fz":(0,l.getFontSize)(a),"--stepper-spacing":(0,l.getSpacing)(a)}}}),S=(0,h.factory)((e,t)=>{var r,o,l;let i=(0,d.useProps)("Stepper",y,e),{classNames:s,className:u,style:c,styles:h,unstyled:g,vars:S,children:x,onStepClick:w,active:k,icon:E,completedIcon:M,progressIcon:I,color:R,iconSize:N,contentPadding:T,orientation:L,iconPosition:P,size:O,radius:A,allowNextStepsSelect:V,wrap:j,autoContrast:$,...B}=i,D=(0,f.useStyles)({name:"Stepper",classes:C.Z,props:i,className:u,style:c,classNames:s,styles:h,unstyled:g,vars:S,varsResolver:b}),H=a.Children.toArray(x),F=H.filter(e=>e.type!==v.StepperCompleted),_=H.find(e=>e.type===v.StepperCompleted),Z=F.reduce((e,t,r)=>{let n=k===r?"stepProgress":k>r?"stepCompleted":"stepInactive",o="function"==typeof w&&("boolean"==typeof t.props.allowStepSelect?t.props.allowStepSelect:"stepCompleted"===n||V);return e.push((0,a.cloneElement)(t,{icon:t.props.icon||E||r+1,key:r,step:r,state:n,onClick:()=>o&&(null==w?void 0:w(r)),allowStepClick:o,completedIcon:t.props.completedIcon||M,progressIcon:t.props.progressIcon||I,color:t.props.color||R,iconSize:N,radius:A,iconPosition:t.props.iconPosition||P,orientation:L,unstyled:g})),"horizontal"===L&&r!==F.length-1&&e.push((0,a.createElement)("div",{...D("separator"),"data-active":r<k||void 0,"data-orientation":L,key:`separator-${r}`})),e},[]),z=null===(o=F[k])||void 0===o?void 0:null===(r=o.props)||void 0===r?void 0:r.children,G=null==_?void 0:null===(l=_.props)||void 0===l?void 0:l.children,U=k>F.length-1?G:z;return(0,n.jsx)(m.x,{value:{getStyles:D,orientation:L,iconPosition:P},children:(0,n.jsxs)(p.Box,{...D("root"),ref:t,size:O,...B,children:[(0,n.jsx)(p.Box,{...D("steps"),mod:{orientation:L,"icon-position":P,wrap:j&&"vertical"!==L},children:Z}),U&&(0,n.jsx)("div",{...D("content"),children:U})]})})});S.classes=C.Z,S.displayName="@mantine/core/Stepper",S.Completed=v.StepperCompleted,S.Step=g.StepperStep},90238:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={root:"m_cbb4ea7e",steps:"m_aaf89d0b",separator:"m_2a371ac9",content:"m_78da155d",step:"m_cbb57068","step--horizontal":"m_f56b1e2c","step--vertical":"m_833edb7e",verticalSeparator:"m_6496b3f3",stepWrapper:"m_818e70b",stepIcon:"m_1959ad01",stepCompletedIcon:"m_a79331dc",stepBody:"m_1956aa2a",stepLabel:"m_12051f6c",stepDescription:"m_164eea74"}},55329:function(e,t,r){"use strict";r.d(t,{StepperCompleted:function(){return n}});let n=()=>null;n.displayName="@mantine/core/StepperCompleted"},99343:function(e,t,r){"use strict";r.d(t,{StepperStep:function(){return v}});var n=r(27573);r(7653);var a=r(12882),o=r(76719),l=r(10442),i=r(2896),s=r(81941),u=r(49509),c=r(77099),d=r(28579),f=r(22041),p=r(90238);let h=(e,t)=>"function"==typeof e?(0,n.jsx)(e,{step:t||0}):e,m={withIcon:!0,allowStepClick:!0,iconPosition:"left"},v=(0,i.factory)((e,t)=>{let{classNames:r,className:i,style:p,styles:v,vars:g,step:C,state:y,color:b,icon:S,completedIcon:x,progressIcon:w,label:k,description:E,withIcon:M,iconSize:I,loading:R,allowStepClick:N,allowStepSelect:T,iconPosition:L,orientation:P,mod:O,...A}=(0,l.useProps)("StepperStep",m,e),V=(0,f.s)(),j=(0,o.useMantineTheme)(),$={classNames:r,styles:v},B="stepCompleted"===y?null:"stepProgress"===y?w:S,D={"data-progress":"stepProgress"===y||void 0,"data-completed":"stepCompleted"===y||void 0};return(0,n.jsxs)(d.UnstyledButton,{...V.getStyles("step",{className:i,style:p,variant:V.orientation,...$}),mod:[{"icon-position":L||V.iconPosition,"allow-click":N},O],ref:t,...D,...A,__vars:{"--step-color":b?(0,a.getThemeColor)(b,j):void 0},tabIndex:N?0:-1,children:[M&&(0,n.jsxs)("span",{...V.getStyles("stepWrapper",$),children:[(0,n.jsxs)("span",{...V.getStyles("stepIcon",$),...D,children:[(0,n.jsx)(c.Transition,{mounted:"stepCompleted"===y,transition:"pop",duration:200,children:e=>(0,n.jsx)("span",{...V.getStyles("stepCompletedIcon",{style:e,...$}),children:R?(0,n.jsx)(u.Loader,{color:"var(--mantine-color-white)",size:"calc(var(--stepper-icon-size) / 2)",...V.getStyles("stepLoader",$)}):h(x,C)||(0,n.jsx)(s.CheckIcon,{size:"60%"})})}),"stepCompleted"!==y?R?(0,n.jsx)(u.Loader,{...V.getStyles("stepLoader",$),size:"calc(var(--stepper-icon-size) / 2)",color:b}):h(B||S,C):null]}),"vertical"===P&&(0,n.jsx)("span",{...V.getStyles("verticalSeparator",$),"data-active":"stepCompleted"===y||void 0})]}),(k||E)&&(0,n.jsxs)("span",{...V.getStyles("stepBody",$),"data-orientation":V.orientation,"data-icon-position":L||V.iconPosition,children:[k&&(0,n.jsx)("span",{...V.getStyles("stepLabel",$),children:h(k,C)}),E&&(0,n.jsx)("span",{...V.getStyles("stepDescription",$),children:h(E,C)})]})]})});v.classes=p.Z,v.displayName="@mantine/core/StepperStep"},23132:function(e,t,r){"use strict";r.d(t,{Switch:function(){return b}});var n=r(27573),a=r(70397),o=r(28023);r(7653);var l=r(91741),i=r(31780),s=r(12882),u=r(10442),c=r(99268),d=r(67267),f=r(73206),p=r(2896),h=r(12800),m=r(57406),v=r(37012),g={root:"m_5f93f3bb",input:"m_926b4011",track:"m_9307d992",thumb:"m_93039a1d",trackLabel:"m_8277e082"};let C={labelPosition:"right"},y=(0,i.createVarsResolver)((e,t)=>{let{radius:r,color:n,size:a}=t;return{root:{"--switch-radius":void 0===r?void 0:(0,l.getRadius)(r),"--switch-height":(0,l.getSize)(a,"switch-height"),"--switch-width":(0,l.getSize)(a,"switch-width"),"--switch-thumb-size":(0,l.getSize)(a,"switch-thumb-size"),"--switch-label-font-size":(0,l.getSize)(a,"switch-label-font-size"),"--switch-track-label-padding":(0,l.getSize)(a,"switch-track-label-padding"),"--switch-color":n?(0,s.getThemeColor)(n,e):void 0}}}),b=(0,p.factory)((e,t)=>{let r=(0,u.useProps)("Switch",C,e),{classNames:l,className:i,style:s,styles:p,unstyled:v,vars:b,color:S,label:x,offLabel:w,onLabel:k,id:E,size:M,radius:I,wrapperProps:R,thumbIcon:N,checked:T,defaultChecked:L,onChange:P,labelPosition:O,description:A,error:V,disabled:j,variant:$,rootRef:B,mod:D,...H}=r,F=(0,m.x)(),_=M||(null==F?void 0:F.size),Z=(0,c.useStyles)({name:"Switch",props:r,classes:g,className:i,style:s,classNames:l,styles:p,unstyled:v,vars:b,varsResolver:y}),{styleProps:z,rest:G}=(0,d.extractStyleProps)(H),U=(0,a.useId)(E),W=F?{checked:F.value.includes(G.value),onChange:F.onChange}:{},[K,J]=(0,o.useUncontrolled)({value:W.checked??T,defaultValue:L,finalValue:!1});return(0,n.jsxs)(h.Z,{...Z("root"),__staticSelector:"Switch",__stylesApiProps:r,id:U,size:_,labelPosition:O,label:x,description:A,error:V,disabled:j,bodyElement:"label",labelElement:"span",classNames:l,styles:p,unstyled:v,"data-checked":W.checked||void 0,variant:$,ref:B,mod:D,...z,...R,children:[(0,n.jsx)("input",{...G,disabled:j,checked:K,onChange:e=>{var t;F?null===(t=W.onChange)||void 0===t||t.call(W,e):null==P||P(e),J(e.currentTarget.checked)},id:U,ref:t,type:"checkbox",role:"switch",...Z("input")}),(0,n.jsxs)(f.Box,{"aria-hidden":"true",mod:{error:V,"label-position":O,"without-labels":!k&&!w},...Z("track"),children:[(0,n.jsx)(f.Box,{component:"span",mod:"reduce-motion",...Z("thumb"),children:N}),(0,n.jsx)("span",{...Z("trackLabel"),children:K?k:w})]})]})});b.classes={...g,...h.J},b.displayName="@mantine/core/Switch",b.Group=v.SwitchGroup},57406:function(e,t,r){"use strict";r.d(t,{j:function(){return o},x:function(){return l}});var n=r(7653);let a=(0,n.createContext)(null),o=a.Provider,l=()=>(0,n.useContext)(a)},37012:function(e,t,r){"use strict";r.d(t,{SwitchGroup:function(){return d}});var n=r(27573),a=r(28023);r(7653);var o=r(10442),l=r(2896),i=r(89010),s=r(38487),u=r(57406);let c={},d=(0,l.factory)((e,t)=>{let{value:r,defaultValue:l,onChange:d,size:f,wrapperProps:p,children:h,readOnly:m,...v}=(0,o.useProps)("SwitchGroup",c,e),[g,C]=(0,a.useUncontrolled)({value:r,defaultValue:l,finalValue:[],onChange:d});return(0,n.jsx)(u.j,{value:{value:g,onChange:e=>{let t=e.currentTarget.value;m||C(g.includes(t)?g.filter(e=>e!==t):[...g,t])},size:f},children:(0,n.jsx)(i.Input.Wrapper,{size:f,ref:t,...p,...v,labelElement:"div",__staticSelector:"SwitchGroup",children:(0,n.jsx)(s.m,{role:"group",children:h})})})});d.classes=i.Input.Wrapper.classes,d.displayName="@mantine/core/SwitchGroup"},97895:function(e,t,r){"use strict";r.d(t,{TableCaption:function(){return v},TableTbody:function(){return h},TableTd:function(){return d},TableTfoot:function(){return m},TableTh:function(){return c},TableThead:function(){return p},TableTr:function(){return f}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896),i=r(12719),s=r(83181);function u(e,t){let r=`Table${e.charAt(0).toUpperCase()}${e.slice(1)}`,u=(0,l.factory)((l,s)=>{let u=(0,a.useProps)(r,{},l),{classNames:c,className:d,style:f,styles:p,...h}=u,m=(0,i.S)();return(0,n.jsx)(o.Box,{component:e,ref:s,...function(e,t){if(!t)return;let r={};return t.columnBorder&&e.withColumnBorders&&(r["data-with-column-border"]=!0),t.rowBorder&&e.withRowBorders&&(r["data-with-row-border"]=!0),t.striped&&e.striped&&(r["data-striped"]=e.striped),t.highlightOnHover&&e.highlightOnHover&&(r["data-hover"]=!0),t.captionSide&&e.captionSide&&(r["data-side"]=e.captionSide),t.stickyHeader&&e.stickyHeader&&(r["data-sticky"]=!0),r}(m,t),...m.getStyles(e,{className:d,classNames:c,style:f,styles:p,props:u}),...h})});return u.displayName=`@mantine/core/${r}`,u.classes=s.Z,u}let c=u("th",{columnBorder:!0}),d=u("td",{columnBorder:!0}),f=u("tr",{rowBorder:!0,striped:!0,highlightOnHover:!0}),p=u("thead",{stickyHeader:!0}),h=u("tbody"),m=u("tfoot"),v=u("caption",{captionSide:!0})},12719:function(e,t,r){"use strict";r.d(t,{S:function(){return o},a:function(){return a}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("Table component was not found in the tree")},35317:function(e,t,r){"use strict";r.d(t,{Table:function(){return y}});var n=r(27573),a=r(82434);r(7653);var o=r(91741),l=r(31780),i=r(12882),s=r(10442),u=r(99268),c=r(73206),d=r(2896),f=r(97895),p=r(12719);function h(e){let{data:t}=e;return(0,n.jsxs)(n.Fragment,{children:[t.caption&&(0,n.jsx)(f.TableCaption,{children:t.caption}),t.head&&(0,n.jsx)(f.TableThead,{children:(0,n.jsx)(f.TableTr,{children:t.head.map((e,t)=>(0,n.jsx)(f.TableTh,{children:e},t))})}),t.body&&(0,n.jsx)(f.TableTbody,{children:t.body.map((e,t)=>(0,n.jsx)(f.TableTr,{children:e.map((e,t)=>(0,n.jsx)(f.TableTd,{children:e},t))},t))}),t.foot&&(0,n.jsx)(f.TableTfoot,{children:(0,n.jsx)(f.TableTr,{children:t.foot.map((e,t)=>(0,n.jsx)(f.TableTh,{children:e},t))})})]})}h.displayName="@mantine/core/TableDataRenderer";var m=r(41968),v=r(83181);let g={withRowBorders:!0,verticalSpacing:7},C=(0,l.createVarsResolver)((e,t)=>{let{layout:r,captionSide:n,horizontalSpacing:l,verticalSpacing:s,borderColor:u,stripedColor:c,highlightOnHoverColor:d,striped:f,highlightOnHover:p,stickyHeaderOffset:h,stickyHeader:m}=t;return{table:{"--table-layout":r,"--table-caption-side":n,"--table-horizontal-spacing":(0,o.getSpacing)(l),"--table-vertical-spacing":(0,o.getSpacing)(s),"--table-border-color":u?(0,i.getThemeColor)(u,e):void 0,"--table-striped-color":f&&c?(0,i.getThemeColor)(c,e):void 0,"--table-highlight-on-hover-color":p&&d?(0,i.getThemeColor)(d,e):void 0,"--table-sticky-header-offset":m?(0,a.h)(h):void 0}}}),y=(0,d.factory)((e,t)=>{let r=(0,s.useProps)("Table",g,e),{classNames:a,className:o,style:l,styles:i,unstyled:d,vars:f,horizontalSpacing:m,verticalSpacing:y,captionSide:b,stripedColor:S,highlightOnHoverColor:x,striped:w,highlightOnHover:k,withColumnBorders:E,withRowBorders:M,withTableBorder:I,borderColor:R,layout:N,variant:T,data:L,children:P,stickyHeader:O,stickyHeaderOffset:A,mod:V,...j}=r,$=(0,u.useStyles)({name:"Table",props:r,className:o,style:l,classes:v.Z,classNames:a,styles:i,unstyled:d,rootSelector:"table",vars:f,varsResolver:C});return(0,n.jsx)(p.a,{value:{getStyles:$,stickyHeader:O,striped:!0===w?"odd":w||void 0,highlightOnHover:k,withColumnBorders:E,withRowBorders:M,captionSide:b||"bottom"},children:(0,n.jsx)(c.Box,{component:"table",variant:T,ref:t,mod:[{"data-with-table-border":I},V],...$("table"),...j,children:P||!!L&&(0,n.jsx)(h,{data:L})})})});y.classes=v.Z,y.displayName="@mantine/core/Table",y.Td=f.TableTd,y.Th=f.TableTh,y.Tr=f.TableTr,y.Thead=f.TableThead,y.Tbody=f.TableTbody,y.Tfoot=f.TableTfoot,y.Caption=f.TableCaption,y.ScrollContainer=m.TableScrollContainer,y.DataRenderer=h},83181:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={table:"m_b23fa0ef",th:"m_4e7aa4f3",tr:"m_4e7aa4fd",td:"m_4e7aa4ef",tbody:"m_b2404537",thead:"m_b242d975",caption:"m_9e5a3ac7",scrollContainer:"m_a100c15",scrollContainerInner:"m_62259741"}},41968:function(e,t,r){"use strict";r.d(t,{TableScrollContainer:function(){return h}});var n=r(27573),a=r(82434);r(7653);var o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c=r(20266),d=r(83181);let f={type:"scrollarea"},p=(0,o.createVarsResolver)((e,t)=>{let{minWidth:r,type:n}=t;return{scrollContainer:{"--table-min-width":(0,a.h)(r),"--table-overflow":"native"===n?"auto":void 0}}}),h=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("TableScrollContainer",f,e),{classNames:a,className:o,style:u,styles:h,unstyled:m,vars:v,children:g,minWidth:C,type:y,...b}=r,S=(0,i.useStyles)({name:"TableScrollContainer",classes:d.Z,props:r,className:o,style:u,classNames:a,styles:h,unstyled:m,vars:v,varsResolver:p,rootSelector:"scrollContainer"});return(0,n.jsx)(s.Box,{component:"scrollarea"===y?c.ScrollArea:"div",..."scrollarea"===y?{offsetScrollbars:"x"}:{},ref:t,...S("scrollContainer"),...b,children:(0,n.jsx)("div",{...S("scrollContainerInner"),children:g})})});h.classes=d.Z,h.displayName="@mantine/core/TableScrollContainer"},71693:function(e,t,r){"use strict";r.d(t,{X:function(){return a},g:function(){return o}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("Tabs component was not found in the tree")},4276:function(e,t,r){"use strict";r.d(t,{Tabs:function(){return k}});var n=r(27573),a=r(70397),o=r(28023);r(7653);var l=r(56966),i=r(91741),s=r(31780),u=r(12882),c=r(25756),d=r(39856),f=r(10442),p=r(99268),h=r(73206),m=r(2896),v=r(71693),g=r(86852),C=r(16639),y=r(23279),b=r(16959);let S="Tabs.Tab or Tabs.Panel component was rendered with invalid value or without value",x={keepMounted:!0,orientation:"horizontal",loop:!0,activateTabWithKeyboard:!0,allowTabDeactivation:!1,unstyled:!1,inverted:!1,variant:"default",placement:"left"},w=(0,s.createVarsResolver)((e,t)=>{let{radius:r,color:n,autoContrast:a}=t;return{root:{"--tabs-radius":(0,i.getRadius)(r),"--tabs-color":(0,u.getThemeColor)(n,e),"--tabs-text-color":(0,d.getAutoContrastValue)(a,e)?(0,c.getContrastColor)({color:n,theme:e,autoContrast:a}):void 0}}}),k=(0,m.factory)((e,t)=>{let r=(0,f.useProps)("Tabs",x,e),{defaultValue:i,value:s,onChange:u,orientation:c,children:d,loop:m,id:g,activateTabWithKeyboard:C,allowTabDeactivation:y,variant:k,color:E,radius:M,inverted:I,placement:R,keepMounted:N,classNames:T,styles:L,unstyled:P,className:O,style:A,vars:V,autoContrast:j,mod:$,...B}=r,D=(0,a.useId)(g),[H,F]=(0,o.useUncontrolled)({value:s,defaultValue:i,finalValue:null,onChange:u}),_=(0,p.useStyles)({name:"Tabs",props:r,classes:b.Z,className:O,style:A,classNames:T,styles:L,unstyled:P,vars:V,varsResolver:w});return(0,n.jsx)(v.X,{value:{placement:R,value:H,orientation:c,id:D,loop:m,activateTabWithKeyboard:C,getTabId:(0,l.getSafeId)(`${D}-tab`,S),getPanelId:(0,l.getSafeId)(`${D}-panel`,S),onChange:F,allowTabDeactivation:y,variant:k,color:E,radius:M,inverted:I,keepMounted:N,unstyled:P,getStyles:_},children:(0,n.jsx)(h.Box,{ref:t,id:D,variant:k,mod:[{orientation:c,inverted:"horizontal"===c&&I,placement:"vertical"===c&&R},$],..._("root"),...B,children:d})})});k.classes=b.Z,k.displayName="@mantine/core/Tabs",k.Tab=y.TabsTab,k.Panel=C.TabsPanel,k.List=g.TabsList},16959:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={root:"m_89d60db1","list--default":"m_576c9d4",list:"m_89d33d6d",panel:"m_b0c91715",tab:"m_4ec4dce6",tabSection:"m_fc420b1f","tab--default":"m_539e827b","list--outline":"m_6772fbd5","tab--outline":"m_b59ab47c","tab--pills":"m_c3381914"}},86852:function(e,t,r){"use strict";r.d(t,{TabsList:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896),i=r(71693),s=r(16959);let u={},c=(0,l.factory)((e,t)=>{let r=(0,a.useProps)("TabsList",u,e),{children:l,className:s,grow:c,justify:d,classNames:f,styles:p,style:h,mod:m,...v}=r,g=(0,i.g)();return(0,n.jsx)(o.Box,{...v,...g.getStyles("list",{className:s,style:h,classNames:f,styles:p,props:r,variant:g.variant}),ref:t,role:"tablist",variant:g.variant,mod:[{grow:c,orientation:g.orientation,placement:"vertical"===g.orientation&&g.placement,inverted:g.inverted},m],"aria-orientation":g.orientation,__vars:{"--tabs-justify":d},children:l})});c.classes=s.Z,c.displayName="@mantine/core/TabsList"},16639:function(e,t,r){"use strict";r.d(t,{TabsPanel:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(73206),l=r(2896),i=r(71693),s=r(16959);let u={},c=(0,l.factory)((e,t)=>{let r=(0,a.useProps)("TabsPanel",u,e),{children:l,className:s,value:c,classNames:d,styles:f,style:p,mod:h,keepMounted:m,...v}=r,g=(0,i.g)(),C=g.value===c,y=g.keepMounted||m?l:C?l:null;return(0,n.jsx)(o.Box,{...v,...g.getStyles("panel",{className:s,classNames:d,styles:f,style:[p,C?void 0:{display:"none"}],props:r}),ref:t,mod:[{orientation:g.orientation},h],role:"tabpanel",id:g.getPanelId(c),"aria-labelledby":g.getTabId(c),children:y})});c.classes=s.Z,c.displayName="@mantine/core/TabsPanel"},23279:function(e,t,r){"use strict";r.d(t,{TabsTab:function(){return h}});var n=r(27573);r(7653);var a=r(51872),o=r(12882),l=r(76719),i=r(10442),s=r(2896),u=r(63870),c=r(28579),d=r(71693),f=r(16959);let p={},h=(0,s.factory)((e,t)=>{let r=(0,i.useProps)("TabsTab",p,e),{className:s,children:f,rightSection:h,leftSection:m,value:v,onClick:g,onKeyDown:C,disabled:y,color:b,style:S,classNames:x,styles:w,vars:k,mod:E,...M}=r,I=(0,l.useMantineTheme)(),{dir:R}=(0,u.useDirection)(),N=(0,d.g)(),T=v===N.value,L={classNames:x,styles:w,props:r};return(0,n.jsxs)(c.UnstyledButton,{...M,...N.getStyles("tab",{className:s,style:S,variant:N.variant,...L}),disabled:y,unstyled:N.unstyled,variant:N.variant,mod:[{active:T,disabled:y,orientation:N.orientation,inverted:N.inverted,placement:"vertical"===N.orientation&&N.placement},E],ref:t,role:"tab",id:N.getTabId(v),"aria-selected":T,tabIndex:T||null===N.value?0:-1,"aria-controls":N.getPanelId(v),onClick:e=>{N.onChange(N.allowTabDeactivation&&v===N.value?null:v),null==g||g(e)},__vars:{"--tabs-color":b?(0,o.getThemeColor)(b,I):void 0},onKeyDown:(0,a.createScopedKeydownHandler)({siblingSelector:'[role="tab"]',parentSelector:'[role="tablist"]',activateOnFocus:N.activateTabWithKeyboard,loop:N.loop,orientation:N.orientation||"horizontal",dir:R,onKeyDown:C}),children:[m&&(0,n.jsx)("span",{...N.getStyles("tabSection",L),"data-position":"left",children:m}),f&&(0,n.jsx)("span",{...N.getStyles("tabLabel",L),children:f}),h&&(0,n.jsx)("span",{...N.getStyles("tabSection",L),"data-position":"right",children:h})]})});h.classes=f.Z,h.displayName="@mantine/core/TabsTab"},17818:function(e,t,r){"use strict";r.d(t,{TagsInput:function(){return k}});var n=r(27573),a=r(7653),o=r(70397),l=r(3221),i=r(28023),s=r(43196),u=r(99268),c=r(10442),d=r(67267),f=r(2896),p=r(43863),h=r(78583),m=r(871),v=r(59118),g=r(91295),C=r(18578),y=r(55231),b=r(7165),S=r(9382);function x(e){let{splitChars:t,allowDuplicates:r,maxTags:n,value:a,currentTags:o}=e,l=t?a.split(RegExp(`[${t.join("")}]`)).map(e=>e.trim()).filter(e=>""!==e):[a],i=r?[...o,...l]:[...new Set([...o,...l])];return n?i.slice(0,n):i}let w={maxTags:1/0,allowDuplicates:!1,acceptValueOnBlur:!0,splitChars:[","],hiddenInputValuesDivider:","},k=(0,f.factory)((e,t)=>{let r=(0,c.useProps)("TagsInput",w,e),{classNames:f,className:C,style:k,styles:E,unstyled:M,vars:I,size:R,value:N,defaultValue:T,onChange:L,onKeyDown:P,maxTags:O,allowDuplicates:A,onDuplicate:V,variant:j,data:$,dropdownOpened:B,defaultDropdownOpened:D,onDropdownOpen:H,onDropdownClose:F,selectFirstOptionOnChange:_,onOptionSubmit:Z,comboboxProps:z,filter:G,limit:U,withScrollArea:W,maxDropdownHeight:K,searchValue:J,defaultSearchValue:q,onSearchChange:Y,readOnly:X,disabled:Q,splitChars:ee,onFocus:et,onBlur:er,onPaste:en,radius:ea,rightSection:eo,rightSectionWidth:el,rightSectionPointerEvents:ei,rightSectionProps:es,leftSection:eu,leftSectionWidth:ec,leftSectionPointerEvents:ed,leftSectionProps:ef,inputContainer:ep,inputWrapperOrder:eh,withAsterisk:em,required:ev,labelProps:eg,descriptionProps:eC,errorProps:ey,wrapperProps:eb,description:eS,label:ex,error:ew,withErrorStyles:ek,name:eE,form:eM,id:eI,clearable:eR,clearButtonProps:eN,hiddenInputProps:eT,hiddenInputValuesDivider:eL,mod:eP,renderOption:eO,onRemove:eA,onClear:eV,scrollAreaProps:ej,acceptValueOnBlur:e$,...eB}=r,eD=(0,o.useId)(eI),eH=(0,p.getParsedComboboxData)($),eF=(0,h.getOptionsLockup)(eH),e_=(0,a.useRef)(null),eZ=(0,l.useMergedRef)(e_,t),ez=(0,g.useCombobox)({opened:B,defaultOpened:D,onDropdownOpen:H,onDropdownClose:()=>{null==F||F(),ez.resetSelectedOption()}}),{styleProps:eG,rest:{type:eU,autoComplete:eW,...eK}}=(0,d.extractStyleProps)(eB),[eJ,eq]=(0,i.useUncontrolled)({value:N,defaultValue:T,finalValue:[],onChange:L}),[eY,eX]=(0,i.useUncontrolled)({value:J,defaultValue:q,finalValue:"",onChange:Y}),eQ=(0,u.useStyles)({name:"TagsInput",classes:{},props:r,classNames:f,styles:E,unstyled:M}),{resolvedClassNames:e1,resolvedStyles:e6}=(0,s.useResolvedStylesApi)({props:r,styles:E,classNames:f}),e3=e=>{let t=eJ.some(t=>t.toLowerCase()===e.toLowerCase());t&&(null==V||V(e)),(!t||t&&A)&&eJ.length<O&&(null==Z||Z(e),eX(""),e.length>0&&eq([...eJ,e]))},e2=eJ.map((e,t)=>(0,n.jsx)(y.Pill,{withRemoveButton:!X,onRemove:()=>{eJ.splice(t,1),eq([...eJ]),null==eA||eA(e)},unstyled:M,disabled:Q,...eQ("pill"),children:e},`${e}-${t}`));(0,a.useEffect)(()=>{_&&ez.selectFirstOption()},[_,eJ,eY]);let e0=eR&&eJ.length>0&&!Q&&!X&&(0,n.jsx)(m.Combobox.ClearButton,{size:R,...eN,onClear:()=>{var e;eq([]),eX(""),null===(e=e_.current)||void 0===e||e.focus(),ez.openDropdown(),null==eV||eV()}});return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)(m.Combobox,{store:ez,classNames:e1,styles:e6,unstyled:M,size:R,readOnly:X,__staticSelector:"TagsInput",onOptionSubmit:e=>{null==Z||Z(e),eX(""),eJ.length<O&&eq([...eJ,eF[e].label]),ez.resetSelectedOption()},...z,children:[(0,n.jsx)(m.Combobox.DropdownTarget,{children:(0,n.jsx)(b.PillsInput,{...eG,__staticSelector:"TagsInput",classNames:e1,styles:e6,unstyled:M,size:R,className:C,style:k,variant:j,disabled:Q,radius:ea,rightSection:eo||e0,rightSectionWidth:el,rightSectionPointerEvents:ei,rightSectionProps:es,leftSection:eu,leftSectionWidth:ec,leftSectionPointerEvents:ed,leftSectionProps:ef,inputContainer:ep,inputWrapperOrder:eh,withAsterisk:em,required:ev,labelProps:eg,descriptionProps:eC,errorProps:ey,wrapperProps:eb,description:eS,label:ex,error:ew,multiline:!0,withErrorStyles:ek,__stylesApiProps:{...r,multiline:!0},id:eD,mod:eP,children:(0,n.jsxs)(y.Pill.Group,{disabled:Q,unstyled:M,...eQ("pillsList"),children:[e2,(0,n.jsx)(m.Combobox.EventsTarget,{autoComplete:eW,children:(0,n.jsx)(b.PillsInput.Field,{...eK,ref:eZ,...eQ("inputField"),unstyled:M,onKeyDown:e=>{if(null==P||P(e),e.isPropagationStopped())return;let t=eY.trim(),{length:r}=t;if(ee.includes(e.key)&&r>0&&(eq(x({splitChars:ee,allowDuplicates:A,maxTags:O,value:eY,currentTags:eJ})),eX(""),e.preventDefault()),"Enter"===e.key&&r>0&&!e.nativeEvent.isComposing){if(e.preventDefault(),document.querySelector(`#${ez.listId} [data-combobox-option][data-combobox-selected]`))return;e3(t)}"Backspace"===e.key&&0===r&&eJ.length>0&&!e.nativeEvent.isComposing&&(null==eA||eA(eJ[eJ.length-1]),eq(eJ.slice(0,eJ.length-1)))},onFocus:e=>{null==et||et(e),ez.openDropdown()},onBlur:e=>{null==er||er(e),e$&&e3(eY),ez.closeDropdown()},onPaste:e=>{if(null==en||en(e),e.preventDefault(),e.clipboardData){let t=e.clipboardData.getData("text/plain");eq(x({splitChars:ee,allowDuplicates:A,maxTags:O,value:`${eY}${t}`,currentTags:eJ})),eX("")}},value:eY,onChange:e=>eX(e.currentTarget.value),required:ev&&0===eJ.length,disabled:Q,readOnly:X,id:eD})})]})})}),(0,n.jsx)(v.OptionsDropdown,{data:function(e){let{data:t,value:r}=e,n=r.map(e=>e.trim().toLowerCase());return t.reduce((e,t)=>((0,S.isOptionsGroup)(t)?e.push({group:t.group,items:t.items.filter(e=>-1===n.indexOf(e.label.toLowerCase().trim()))}):-1===n.indexOf(t.label.toLowerCase().trim())&&e.push(t),e),[])}({data:eH,value:eJ}),hidden:X||Q,filter:G,search:eY,limit:U,hiddenWhenEmpty:!0,withScrollArea:W,maxDropdownHeight:K,unstyled:M,labelId:ex?`${eD}-label`:void 0,"aria-label":ex?void 0:eB["aria-label"],renderOption:eO,scrollAreaProps:ej})]}),(0,n.jsx)(m.Combobox.HiddenInput,{name:eE,form:eM,value:eJ,valuesDivider:eL,disabled:Q,...eT})]})});k.classes={...C.InputBase.classes,...m.Combobox.classes},k.displayName="@mantine/core/TagsInput"},50332:function(e,t,r){"use strict";r.d(t,{Text:function(){return m}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(12882),i=r(1950),s=r(10442),u=r(99268),c=r(73206),d=r(58031),f={root:"m_b6d8b162"};let p={inherit:!1},h=(0,o.createVarsResolver)((e,t)=>{let{variant:r,lineClamp:n,gradient:o,size:s,color:u}=t;return{root:{"--text-fz":(0,a.getFontSize)(s),"--text-lh":(0,a.getLineHeight)(s),"--text-gradient":"gradient"===r?(0,i.getGradient)(o,e):void 0,"--text-line-clamp":"number"==typeof n?n.toString():void 0,"--text-color":u?(0,l.getThemeColor)(u,e):void 0}}}),m=(0,d.polymorphicFactory)((e,t)=>{let r=(0,s.useProps)("Text",p,e),{lineClamp:a,truncate:o,inline:l,inherit:i,gradient:d,span:m,__staticSelector:v,vars:g,className:C,style:y,classNames:b,styles:S,unstyled:x,variant:w,mod:k,size:E,...M}=r,I=(0,u.useStyles)({name:["Text",v],props:r,classes:f,className:C,style:y,classNames:b,styles:S,unstyled:x,vars:g,varsResolver:h});return(0,n.jsx)(c.Box,{...I("root",{focusable:!0}),ref:t,component:m?"span":"p",variant:w,mod:[{"data-truncate":"start"===o?"start":"end"===o||o?"end":void 0,"data-line-clamp":"number"==typeof a,"data-inline":l,"data-inherit":i},k],size:E,...M})});m.classes=f,m.displayName="@mantine/core/Text"},17376:function(e,t,r){"use strict";r.d(t,{TextInput:function(){return s}});var n=r(27573);r(7653);var a=r(10442),o=r(2896),l=r(18578);let i={},s=(0,o.factory)((e,t)=>{let r=(0,a.useProps)("TextInput",i,e);return(0,n.jsx)(l.InputBase,{component:"input",ref:t,...r,__staticSelector:"TextInput"})});s.classes=l.InputBase.classes,s.displayName="@mantine/core/TextInput"},90299:function(e,t,r){"use strict";r.d(t,{Textarea:function(){return R}});var n=r(27573);function a(){return(a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}var o=r(7653),l=o.useLayoutEffect,i=function(e){var t=o.useRef(e);return l(function(){t.current=e}),t},s=function(e,t){if("function"==typeof e){e(t);return}e.current=t},u=function(e,t){var r=(0,o.useRef)();return(0,o.useCallback)(function(n){e.current=n,r.current&&s(r.current,null),r.current=t,t&&s(t,n)},[t])},c={"min-height":"0","max-height":"none",height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},d=function(e){Object.keys(c).forEach(function(t){e.style.setProperty(t,c[t],"important")})},f=null,p=function(e,t){var r=e.scrollHeight;return"border-box"===t.sizingStyle.boxSizing?r+t.borderSize:r-t.paddingSize},h=function(){},m=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth","boxSizing","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","paddingBottom","paddingLeft","paddingRight","paddingTop","tabSize","textIndent","textRendering","textTransform","width","wordBreak"],v=!!document.documentElement.currentStyle,g=function(e){var t=window.getComputedStyle(e);if(null===t)return null;var r=m.reduce(function(e,r){return e[r]=t[r],e},{}),n=r.boxSizing;if(""===n)return null;v&&"border-box"===n&&(r.width=parseFloat(r.width)+parseFloat(r.borderRightWidth)+parseFloat(r.borderLeftWidth)+parseFloat(r.paddingRight)+parseFloat(r.paddingLeft)+"px");var a=parseFloat(r.paddingBottom)+parseFloat(r.paddingTop),o=parseFloat(r.borderBottomWidth)+parseFloat(r.borderTopWidth);return{sizingStyle:r,paddingSize:a,borderSize:o}};function C(e,t,r){var n=i(r);o.useLayoutEffect(function(){var r=function(e){return n.current(e)};if(e)return e.addEventListener(t,r),function(){return e.removeEventListener(t,r)}},[])}var y=function(e){C(window,"resize",e)},b=function(e){C(document.fonts,"loadingdone",e)},S=["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"],x=o.forwardRef(function(e,t){var r=e.cacheMeasurements,n=e.maxRows,l=e.minRows,i=e.onChange,s=void 0===i?h:i,c=e.onHeightChange,m=void 0===c?h:c,v=function(e,t){if(null==e)return{};var r,n,a={},o=Object.keys(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||(a[r]=e[r]);return a}(e,S),C=void 0!==v.value,x=o.useRef(null),w=u(x,t),k=o.useRef(0),E=o.useRef(),M=function(){var e,t,a,o,i,s,u,c,h,v,C,y=x.current,b=r&&E.current?E.current:g(y);if(b){E.current=b;var S=(e=y.value||y.placeholder||"x",void 0===(t=l)&&(t=1),void 0===(a=n)&&(a=1/0),f||((f=document.createElement("textarea")).setAttribute("tabindex","-1"),f.setAttribute("aria-hidden","true"),d(f)),null===f.parentNode&&document.body.appendChild(f),o=b.paddingSize,i=b.borderSize,u=(s=b.sizingStyle).boxSizing,Object.keys(s).forEach(function(e){f.style[e]=s[e]}),d(f),f.value=e,c=p(f,b),f.value=e,c=p(f,b),f.value="x",v=(h=f.scrollHeight-o)*t,"border-box"===u&&(v=v+o+i),c=Math.max(v,c),C=h*a,"border-box"===u&&(C=C+o+i),[c=Math.min(C,c),h]),w=S[0],M=S[1];k.current!==w&&(k.current=w,y.style.setProperty("height",w+"px","important"),m(w,{rowHeight:M}))}};return o.useLayoutEffect(M),y(M),b(M),o.createElement("textarea",a({},v,{onChange:function(e){C||M(),s(e)},ref:w}))}),w=r(60179),k=r(10442),E=r(2896),M=r(18578);let I={},R=(0,E.factory)((e,t)=>{let{autosize:r,maxRows:a,minRows:o,__staticSelector:l,resize:i,...s}=(0,k.useProps)("Textarea",I,e),u=r&&"test"!==(0,w.getEnv)();return(0,n.jsx)(M.InputBase,{component:u?x:"textarea",ref:t,...s,__staticSelector:l||"Textarea",multiline:!0,"data-no-overflow":r&&void 0===a||void 0,__vars:{"--input-resize":i},...u?{maxRows:a,minRows:o}:{}})});R.classes=M.InputBase.classes,R.displayName="@mantine/core/Textarea"},75110:function(e,t,r){"use strict";r.d(t,{ThemeIcon:function(){return p}});var n=r(27573);r(7653);var a=r(91741),o=r(31780),l=r(10442),i=r(99268),s=r(73206),u=r(2896),c={root:"m_7341320d"};let d={},f=(0,o.createVarsResolver)((e,t)=>{let{size:r,radius:n,variant:o,gradient:l,color:i,autoContrast:s}=t,u=e.variantColorResolver({color:i||e.primaryColor,theme:e,gradient:l,variant:o||"filled",autoContrast:s});return{root:{"--ti-size":(0,a.getSize)(r,"ti-size"),"--ti-radius":void 0===n?void 0:(0,a.getRadius)(n),"--ti-bg":i||o?u.background:void 0,"--ti-color":i||o?u.color:void 0,"--ti-bd":i||o?u.border:void 0}}}),p=(0,u.factory)((e,t)=>{let r=(0,l.useProps)("ThemeIcon",d,e),{classNames:a,className:o,style:u,styles:p,unstyled:h,vars:m,autoContrast:v,...g}=r,C=(0,i.useStyles)({name:"ThemeIcon",classes:c,props:r,className:o,style:u,classNames:a,styles:p,unstyled:h,vars:m,varsResolver:f});return(0,n.jsx)(s.Box,{ref:t,...C("root"),...g})});p.classes=c,p.displayName="@mantine/core/ThemeIcon"},93770:function(e,t,r){"use strict";r.d(t,{i:function(){return o},w:function(){return a}}),r(7653);var n=r(85635);r(27573);let[a,o]=(0,n.createSafeContext)("Timeline component was not found in tree")},45680:function(e,t,r){"use strict";r.d(t,{Timeline:function(){return b}});var n=r(27573),a=r(7653),o=r(82434),l=r(91741),i=r(31780),s=r(12882),u=r(25756),c=r(39856),d=r(10442),f=r(99268),p=r(73206),h=r(2896),m=r(93770),v=r(26641),g=r(92271);let C={active:-1,align:"left",reverseActive:!1},y=(0,i.createVarsResolver)((e,t)=>{let{bulletSize:r,lineWidth:n,radius:a,color:i,autoContrast:d}=t;return{root:{"--tl-bullet-size":(0,o.h)(r),"--tl-line-width":(0,o.h)(n),"--tl-radius":void 0===a?void 0:(0,l.getRadius)(a),"--tl-color":i?(0,s.getThemeColor)(i,e):void 0,"--tl-icon-color":(0,c.getAutoContrastValue)(d,e)?(0,u.getContrastColor)({color:i,theme:e,autoContrast:d}):void 0}}}),b=(0,h.factory)((e,t)=>{let r=(0,d.useProps)("Timeline",C,e),{classNames:o,className:l,style:i,styles:s,unstyled:u,vars:c,children:h,active:v,color:b,radius:S,bulletSize:x,align:w,lineWidth:k,reverseActive:E,mod:M,autoContrast:I,...R}=r,N=(0,f.useStyles)({name:"Timeline",classes:g.Z,props:r,className:l,style:i,classNames:o,styles:s,unstyled:u,vars:c,varsResolver:y}),T=a.Children.toArray(h),L=T.map((e,t)=>{var r,n;return(0,a.cloneElement)(e,{unstyled:u,__align:w,__active:(null===(r=e.props)||void 0===r?void 0:r.active)||(E?v>=T.length-t-1:v>=t),__lineActive:(null===(n=e.props)||void 0===n?void 0:n.lineActive)||(E?v>=T.length-t-1:v-1>=t)})});return(0,n.jsx)(m.w,{value:{getStyles:N},children:(0,n.jsx)(p.Box,{...N("root"),mod:[{align:w},M],ref:t,...R,children:L})})});b.classes=g.Z,b.displayName="@mantine/core/Timeline",b.Item=v.TimelineItem},92271:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={root:"m_43657ece",itemTitle:"m_2ebe8099",item:"m_436178ff",itemBullet:"m_8affcee1",itemBody:"m_540e8f41"}},26641:function(e,t,r){"use strict";r.d(t,{TimelineItem:function(){return p}});var n=r(27573);r(7653);var a=r(91741),o=r(12882),l=r(76719),i=r(10442),s=r(73206),u=r(2896),c=r(93770),d=r(92271);let f={},p=(0,u.factory)((e,t)=>{let{classNames:r,className:u,style:d,styles:p,vars:h,__active:m,__align:v,__lineActive:g,__vars:C,bullet:y,radius:b,color:S,lineVariant:x,children:w,title:k,mod:E,...M}=(0,i.useProps)("TimelineItem",f,e),I=(0,c.i)(),R=(0,l.useMantineTheme)(),N={classNames:r,styles:p};return(0,n.jsxs)(s.Box,{...I.getStyles("item",{...N,className:u,style:d}),mod:[{"line-active":g,active:m},E],ref:t,__vars:{"--tli-radius":b?(0,a.getRadius)(b):void 0,"--tli-color":S?(0,o.getThemeColor)(S,R):void 0,"--tli-border-style":x||void 0},...M,children:[(0,n.jsx)(s.Box,{...I.getStyles("itemBullet",N),mod:{"with-child":!!y,align:v,active:m},children:y}),(0,n.jsxs)("div",{...I.getStyles("itemBody",N),children:[k&&(0,n.jsx)("div",{...I.getStyles("itemTitle",N),children:k}),(0,n.jsx)("div",{...I.getStyles("itemContent",N),children:w})]})]})});p.classes=d.Z,p.displayName="@mantine/core/TimelineItem"},64203:function(e,t,r){"use strict";r.d(t,{Title:function(){return m}});var n=r(27573);r(7653);var a=r(31780),o=r(10442),l=r(99268),i=r(73206),s=r(2896),u=r(82434);let c=["h1","h2","h3","h4","h5","h6"],d=["xs","sm","md","lg","xl"];var f={root:"m_8a5d1357"};let p={order:1},h=(0,a.createVarsResolver)((e,t)=>{let{order:r,size:n,lineClamp:a,textWrap:o}=t,l=function(e,t){let r=void 0!==t?t:`h${e}`;return c.includes(r)?{fontSize:`var(--mantine-${r}-font-size)`,fontWeight:`var(--mantine-${r}-font-weight)`,lineHeight:`var(--mantine-${r}-line-height)`}:d.includes(r)?{fontSize:`var(--mantine-font-size-${r})`,fontWeight:`var(--mantine-h${e}-font-weight)`,lineHeight:`var(--mantine-h${e}-line-height)`}:{fontSize:(0,u.h)(r),fontWeight:`var(--mantine-h${e}-font-weight)`,lineHeight:`var(--mantine-h${e}-line-height)`}}(r,n);return{root:{"--title-fw":l.fontWeight,"--title-lh":l.lineHeight,"--title-fz":l.fontSize,"--title-line-clamp":"number"==typeof a?a.toString():void 0,"--title-text-wrap":o}}}),m=(0,s.factory)((e,t)=>{let r=(0,o.useProps)("Title",p,e),{classNames:a,className:s,style:u,styles:c,unstyled:d,order:m,vars:v,size:g,variant:C,lineClamp:y,textWrap:b,mod:S,...x}=r,w=(0,l.useStyles)({name:"Title",props:r,classes:f,className:s,style:u,classNames:a,styles:c,unstyled:d,vars:v,varsResolver:h});return[1,2,3,4,5,6].includes(m)?(0,n.jsx)(i.Box,{...w("root"),component:`h${m}`,variant:C,ref:t,mod:[{order:m,"data-line-clamp":"number"==typeof y},S],size:g,...x}):null});m.classes=f,m.displayName="@mantine/core/Title"},87830:function(e,t,r){"use strict";r.d(t,{Tooltip:function(){return V}});var n=r(27573),a=r(7653),o=r(10607),l=r(3221),i=r(96215),s=r(85224),u=r(91741),c=r(31780),d=r(12882),f=r(10442),p=r(99268),h=r(73206),m=r(2896),v=r(63870),g=r(28760),C=r(7795),y=r(99529),b=r(77099),S=r(31367),x=r(97933),w=r(55160),k=r(10005),E=r(8768),M=r(66297),I=r(24019),R=r(70397),N=r(9797),T=r(3395),L=r(59334),P=r(90380);let O={position:"top",refProp:"ref",withinPortal:!0,inline:!1,defaultOpened:!1,arrowSize:4,arrowOffset:5,arrowRadius:0,arrowPosition:"side",offset:5,transitionProps:{duration:100,transition:"fade"},events:{hover:!0,focus:!1,touch:!1},zIndex:(0,s.getDefaultZIndex)("popover"),positionDependencies:[]},A=(0,c.createVarsResolver)((e,t)=>{let{radius:r,color:n}=t;return{tooltip:{"--tooltip-radius":void 0===r?void 0:(0,u.getRadius)(r),"--tooltip-bg":n?(0,d.getThemeColor)(n,e):void 0,"--tooltip-color":n?"var(--mantine-color-white)":void 0}}}),V=(0,m.factory)((e,t)=>{let r=(0,f.useProps)("Tooltip",O,e),{children:s,position:u,refProp:c,label:d,openDelay:m,closeDelay:x,onPositionChange:w,opened:V,defaultOpened:j,withinPortal:$,radius:B,color:D,classNames:H,styles:F,unstyled:_,style:Z,className:z,withArrow:G,arrowSize:U,arrowOffset:W,arrowRadius:K,arrowPosition:J,offset:q,transitionProps:Y,multiline:X,events:Q,zIndex:ee,disabled:et,positionDependencies:er,onClick:en,onMouseEnter:ea,onMouseLeave:eo,inline:el,variant:ei,keepMounted:es,vars:eu,portalProps:ec,mod:ed,floatingStrategy:ef,...ep}=(0,f.useProps)("Tooltip",O,r),{dir:eh}=(0,v.useDirection)(),em=(0,a.useRef)(null),ev=function(e){var t,r,n;let[o,l]=(0,a.useState)(e.defaultOpened),i="boolean"==typeof e.opened?e.opened:o,s=(0,L.F)(),u=(0,R.useId)(),{delay:c,currentId:d,setCurrentId:f}=(0,k.tj)(),p=(0,a.useCallback)(e=>{l(e),e&&f(u)},[f,u]),{x:h,y:m,context:v,refs:g,update:C,placement:y,middlewareData:{arrow:{x:b,y:S}={}}}=(0,k.YF)({strategy:e.strategy,placement:e.position,open:i,onOpenChange:p,middleware:[(0,E.cv)(e.offset),(0,M.uY)({padding:8}),(0,M.RR)(),(0,I.x7)({element:e.arrowRef,padding:e.arrowOffset}),...e.inline?[(0,M.Qo)()]:[]]}),{getReferenceProps:x,getFloatingProps:w}=(0,k.NI)([(0,k.XI)(v,{enabled:null===(t=e.events)||void 0===t?void 0:t.hover,delay:s?c:{open:e.openDelay,close:e.closeDelay},mouseOnly:!(null===(r=e.events)||void 0===r?void 0:r.touch)}),(0,k.KK)(v,{enabled:null===(n=e.events)||void 0===n?void 0:n.focus,visibleOnly:!0}),(0,k.qs)(v,{role:"tooltip"}),(0,k.bQ)(v,{enabled:void 0===e.opened}),(0,k.Qu)(v,{id:u})]);(0,T.useFloatingAutoUpdate)({opened:i,position:e.position,positionDependencies:e.positionDependencies,floating:{refs:g,update:C}}),(0,N.useDidUpdate)(()=>{var t;null===(t=e.onPositionChange)||void 0===t||t.call(e,y)},[y]);let P=i&&d&&d!==u;return{x:h,y:m,arrowX:b,arrowY:S,reference:g.setReference,floating:g.setFloating,getFloatingProps:w,getReferenceProps:x,isGroupPhase:P,opened:i,placement:y}}({position:(0,g.getFloatingPosition)(eh,u),closeDelay:x,openDelay:m,onPositionChange:w,opened:V,defaultOpened:j,events:Q,arrowRef:em,arrowOffset:W,offset:"number"==typeof q?q+(G?U/2:0):q,positionDependencies:[...er,s],inline:el,strategy:ef}),eg=(0,p.useStyles)({name:"Tooltip",props:r,classes:P.Z,className:z,style:Z,classNames:H,styles:F,unstyled:_,rootSelector:"tooltip",vars:eu,varsResolver:A});if(!(0,i.isElement)(s))throw Error("[@mantine/core] Tooltip component children should be an element or a component that accepts ref, fragments, strings, numbers and other primitive values are not supported");let eC=(0,l.useMergedRef)(ev.reference,s.ref,t),ey=(0,S.getTransitionProps)(Y,{duration:100,transition:"fade"});return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(y.OptionalPortal,{...ec,withinPortal:$,children:(0,n.jsx)(b.Transition,{...ey,keepMounted:es,mounted:!et&&!!ev.opened,duration:ev.isGroupPhase?10:ey.duration,children:e=>(0,n.jsxs)(h.Box,{...ep,"data-fixed":"fixed"===ef||void 0,variant:ei,mod:[{multiline:X},ed],...ev.getFloatingProps({ref:ev.floating,className:eg("tooltip").className,style:{...eg("tooltip").style,...e,zIndex:ee,top:ev.y??0,left:ev.x??0}}),children:[d,(0,n.jsx)(C.FloatingArrow,{ref:em,arrowX:ev.arrowX,arrowY:ev.arrowY,visible:G,position:ev.placement,arrowSize:U,arrowOffset:W,arrowRadius:K,arrowPosition:J,...eg("arrow")})]})})}),(0,a.cloneElement)(s,ev.getReferenceProps({onClick:en,onMouseEnter:ea,onMouseLeave:eo,onMouseMove:r.onMouseMove,onPointerDown:r.onPointerDown,onPointerEnter:r.onPointerEnter,[c]:eC,className:(0,o.Z)(z,s.props.className),...s.props}))]})});V.classes=P.Z,V.displayName="@mantine/core/Tooltip",V.Floating=x.TooltipFloating,V.Group=w.TooltipGroup},90380:function(e,t,r){"use strict";r.d(t,{Z:function(){return n}});var n={tooltip:"m_1b3c8819",arrow:"m_f898399f"}},97933:function(e,t,r){"use strict";r.d(t,{TooltipFloating:function(){return k}});var n=r(27573),a=r(7653),o=r(3221),l=r(96215),i=r(85224),s=r(91741),u=r(31780),c=r(12882),d=r(76719),f=r(10442),p=r(99268),h=r(3732),m=r(73206),v=r(2896),g=r(99529),C=r(10005),y=r(66297),b=r(37552),S=r(90380);let x={refProp:"ref",withinPortal:!0,offset:10,defaultOpened:!1,position:"right",zIndex:(0,i.getDefaultZIndex)("popover")},w=(0,u.createVarsResolver)((e,t)=>{let{radius:r,color:n}=t;return{tooltip:{"--tooltip-radius":void 0===r?void 0:(0,s.getRadius)(r),"--tooltip-bg":n?(0,c.getThemeColor)(n,e):void 0,"--tooltip-color":n?"var(--mantine-color-white)":void 0}}}),k=(0,v.factory)((e,t)=>{let r=(0,f.useProps)("TooltipFloating",x,e),{children:i,refProp:s,withinPortal:u,style:c,className:v,classNames:k,styles:E,unstyled:M,radius:I,color:R,label:N,offset:T,position:L,multiline:P,zIndex:O,disabled:A,defaultOpened:V,variant:j,vars:$,portalProps:B,...D}=r,H=(0,d.useMantineTheme)(),F=(0,p.useStyles)({name:"TooltipFloating",props:r,classes:S.Z,className:v,style:c,classNames:k,styles:E,unstyled:M,rootSelector:"tooltip",vars:$,varsResolver:w}),{handleMouseMove:_,x:Z,y:z,opened:G,boundaryRef:U,floating:W,setOpened:K}=function(e){let{offset:t,position:r,defaultOpened:n}=e,[o,l]=(0,a.useState)(n),i=(0,a.useRef)(),{x:s,y:u,elements:c,refs:d,update:f,placement:p}=(0,C.YF)({placement:r,middleware:[(0,y.uY)({crossAxis:!0,padding:5,rootBoundary:"document"})]}),h=p.includes("right")?t:r.includes("left")?-1*t:0,m=p.includes("bottom")?t:r.includes("top")?-1*t:0,v=(0,a.useCallback)(e=>{let{clientX:t,clientY:r}=e;d.setPositionReference({getBoundingClientRect:()=>({width:0,height:0,x:t,y:r,left:t+h,top:r+m,right:t,bottom:r})})},[c.reference]);return(0,a.useEffect)(()=>{if(d.floating.current){let e=i.current;e.addEventListener("mousemove",v);let t=(0,b.Kx)(d.floating.current);return t.forEach(e=>{e.addEventListener("scroll",f)}),()=>{e.removeEventListener("mousemove",v),t.forEach(e=>{e.removeEventListener("scroll",f)})}}},[c.reference,d.floating.current,f,v,o]),{handleMouseMove:v,x:s,y:u,opened:o,setOpened:l,boundaryRef:i,floating:d.setFloating}}({offset:T,position:L,defaultOpened:V});if(!(0,l.isElement)(i))throw Error("[@mantine/core] Tooltip.Floating component children should be an element or a component that accepts ref, fragments, strings, numbers and other primitive values are not supported");let J=(0,o.useMergedRef)(U,i.ref,t);return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(g.OptionalPortal,{...B,withinPortal:u,children:(0,n.jsx)(m.Box,{...D,...F("tooltip",{style:{...(0,h.getStyleObject)(c,H),zIndex:O,display:!A&&G?"block":"none",top:(z&&Math.round(z))??"",left:(Z&&Math.round(Z))??""}}),variant:j,ref:W,mod:{multiline:P},children:N})}),(0,a.cloneElement)(i,{...i.props,[s]:J,onMouseEnter:e=>{var t,r;null===(t=(r=i.props).onMouseEnter)||void 0===t||t.call(r,e),_(e),K(!0)},onMouseLeave:e=>{var t,r;null===(t=(r=i.props).onMouseLeave)||void 0===t||t.call(r,e),K(!1)}})]})});k.classes=S.Z,k.displayName="@mantine/core/TooltipFloating"},59334:function(e,t,r){"use strict";r.d(t,{F:function(){return l},j:function(){return o}});var n=r(7653);let a=(0,n.createContext)(!1),o=a.Provider,l=()=>(0,n.useContext)(a)},55160:function(e,t,r){"use strict";r.d(t,{TooltipGroup:function(){return s}});var n=r(27573),a=r(10005);r(7653);var o=r(10442),l=r(59334);let i={openDelay:0,closeDelay:0};function s(e){let{openDelay:t,closeDelay:r,children:s}=(0,o.useProps)("TooltipGroup",i,e);return(0,n.jsx)(l.j,{value:!0,children:(0,n.jsx)(a.e0,{delay:{open:t,close:r},children:s})})}s.displayName="@mantine/core/TooltipGroup",s.extend=e=>e},31367:function(e,t,r){"use strict";r.d(t,{getTransitionProps:function(){return a}});let n={duration:100,transition:"fade"};function a(e,t){return{...n,...t,...e}}},88591:function(e,t,r){"use strict";r.d(t,{Tree:function(){return b}});var n=r(27573),a=r(7653),o=r(91984),l=r(3221),i=r(91741),s=r(31780),u=r(10442),c=r(99268),d=r(73206),f=r(2896),p=r(28675);function h(e,t,r){if(!e||!t)return[];let n=r.indexOf(e),a=r.indexOf(t);return r.slice(Math.min(n,a),Math.max(n,a)+1)}function m(e){let{node:t,getStyles:r,rootIndex:o,controller:l,expandOnClick:i,selectOnClick:s,isSubtree:u,level:c=1,renderNode:d,flatValues:f,allowRangeSelection:v,expandOnSpace:g}=e,C=(0,a.useRef)(null),y=(t.children||[]).map(e=>(0,n.jsx)(m,{node:e,flatValues:f,getStyles:r,rootIndex:void 0,level:c+1,controller:l,expandOnClick:i,isSubtree:!0,renderNode:d,selectOnClick:s,allowRangeSelection:v,expandOnSpace:g},e.value)),b=l.selectedState.includes(t.value),S={...r("label"),onClick:e=>{var r,n;e.stopPropagation(),v&&e.shiftKey&&l.anchorNode?(l.setSelectedState(h(l.anchorNode,t.value,f)),null===(r=C.current)||void 0===r||r.focus()):(i&&l.toggleExpanded(t.value),s&&l.select(t.value),null===(n=C.current)||void 0===n||n.focus())},"data-selected":b||void 0,"data-value":t.value,"data-hovered":l.hoveredNode===t.value||void 0};return(0,n.jsxs)("li",{...r("node",{style:{"--label-offset":`calc(var(--level-offset) * ${c-1})`}}),role:"treeitem","aria-selected":b,"data-value":t.value,"data-selected":b||void 0,"data-hovered":l.hoveredNode===t.value||void 0,"data-level":c,tabIndex:0===o?0:-1,onKeyDown:e=>{var r,n,a;if("ArrowRight"===e.nativeEvent.code&&(e.stopPropagation(),e.preventDefault(),l.expandedState[t.value]?null===(r=e.currentTarget.querySelector("[role=treeitem]"))||void 0===r||r.focus():l.expand(t.value)),"ArrowLeft"===e.nativeEvent.code&&(e.stopPropagation(),e.preventDefault(),l.expandedState[t.value]&&(t.children||[]).length>0?l.collapse(t.value):u&&(null===(n=(0,p.findElementAncestor)(e.currentTarget,"[role=treeitem]"))||void 0===n||n.focus())),"ArrowDown"===e.nativeEvent.code||"ArrowUp"===e.nativeEvent.code){let t=(0,p.findElementAncestor)(e.currentTarget,"[data-tree-root]");if(!t)return;e.stopPropagation(),e.preventDefault();let r=Array.from(t.querySelectorAll("[role=treeitem]")),n=r.indexOf(e.currentTarget);if(-1===n)return;let o="ArrowDown"===e.nativeEvent.code?n+1:n-1;if(null===(a=r[o])||void 0===a||a.focus(),e.shiftKey){let e=r[o];e&&l.setSelectedState(h(l.anchorNode,e.dataset.value,f))}}"Space"===e.nativeEvent.code&&g&&(e.stopPropagation(),e.preventDefault(),l.toggleExpanded(t.value))},ref:C,onMouseOver:e=>{e.stopPropagation(),l.setHoveredNode(t.value)},onMouseLeave:e=>{e.stopPropagation(),l.setHoveredNode(null)},children:["function"==typeof d?d({node:t,level:c,selected:b,tree:l,expanded:l.expandedState[t.value]||!1,hasChildren:Array.isArray(t.children)&&t.children.length>0,elementProps:S}):(0,n.jsx)("div",{...S,children:t.label}),l.expandedState[t.value]&&y.length>0&&(0,n.jsx)("ul",{role:"group",...r("subtree"),"data-level":c,children:y})]})}m.displayName="@mantine/core/TreeNode";var v=r(22184),g={root:"m_f698e191",subtree:"m_75f3ecf",node:"m_f6970eb1",label:"m_dc283425"};let C={expandOnClick:!0,allowRangeSelection:!0,expandOnSpace:!0},y=(0,s.createVarsResolver)((e,t)=>{let{levelOffset:r}=t;return{root:{"--level-offset":(0,i.getSpacing)(r)}}}),b=(0,f.factory)((e,t)=>{let r=(0,u.useProps)("Tree",C,e),{classNames:i,className:s,style:f,styles:p,unstyled:h,vars:b,data:S,expandOnClick:x,tree:w,renderNode:k,selectOnClick:E,clearSelectionOnOutsideClick:M,allowRangeSelection:I,expandOnSpace:R,levelOffset:N,...T}=r,L=(0,v.useTree)(),P=w||L,O=(0,c.useStyles)({name:"Tree",classes:g,props:r,className:s,style:f,classNames:i,styles:p,unstyled:h,vars:b,varsResolver:y}),A=(0,o.useClickOutside)(()=>M&&P.clearSelected()),V=(0,l.useMergedRef)(t,A),j=(0,a.useMemo)(()=>(function e(t){return t.reduce((t,r)=>(t.push(r.value),r.children&&t.push(...e(r.children)),t),[])})(S),[S]);(0,a.useEffect)(()=>{P.initialize(S)},[S]);let $=S.map((e,t)=>(0,n.jsx)(m,{node:e,getStyles:O,rootIndex:t,expandOnClick:x,selectOnClick:E,controller:P,renderNode:k,flatValues:j,allowRangeSelection:I,expandOnSpace:R},e.value));return(0,n.jsx)(d.Box,{component:"ul",ref:V,...O("root"),...T,role:"tree","aria-multiselectable":P.multiple,"data-tree-root":!0,children:$})});b.displayName="@mantine/core/Tree",b.classes=g},22184:function(e,t,r){"use strict";r.d(t,{useTree:function(){return u}});var n=r(7653);function a(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],n=[];for(let o of e)if(Array.isArray(o.children)&&o.children.length>0){let e=a(o.children,t,r);if(e.currentTreeChecked.length===o.children.length){let t=e.currentTreeChecked.every(e=>e.checked),a={checked:t,indeterminate:!t,value:o.value,hasChildren:!0};n.push(a),r.push(a)}else if(e.currentTreeChecked.length>0){let e={checked:!1,indeterminate:!0,value:o.value,hasChildren:!0};n.push(e),r.push(e)}}else if(t.includes(o.value)){let e={checked:!0,indeterminate:!1,value:o.value,hasChildren:!1};n.push(e),r.push(e)}return{result:r,currentTreeChecked:n}}function o(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],n=function e(t,r){for(let n of r){if(n.value===t)return n;if(Array.isArray(n.children)){let r=e(t,n.children);if(r)return r}}return null}(e,t);return n?Array.isArray(n.children)&&0!==n.children.length?(n.children.forEach(e=>{Array.isArray(e.children)&&e.children.length>0?o(e.value,t,r):r.push(e.value)}),r):[n.value]:r}r(27573);var l=r(13294);let i=(0,l.memoize)(function(e,t,r){return 0!==r.length&&(!!r.includes(e)||a(t,r).result.some(t=>t.value===e&&t.checked))}),s=(0,l.memoize)(function(e,t,r){return 0!==r.length&&a(t,r).result.some(t=>t.value===e&&t.indeterminate)});function u(){let{initialSelectedState:e=[],initialCheckedState:t=[],initialExpandedState:r={},multiple:l=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},[u,c]=(0,n.useState)([]),[d,f]=(0,n.useState)(r),[p,h]=(0,n.useState)(e),[m,v]=(0,n.useState)(t),[g,C]=(0,n.useState)(null),[y,b]=(0,n.useState)(null),S=(0,n.useCallback)(e=>{f(t=>(function e(t,r,n){let a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return r.forEach(r=>{a[r.value]=r.value in t?t[r.value]:r.value===n,Array.isArray(r.children)&&e(t,r.children,n,a)}),a})(t,e,p)),v(t=>(function(e,t){let r=[];return e.forEach(e=>r.push(...o(e,t))),r})(t,e)),c(e)},[p,m]),x=(0,n.useCallback)(e=>{f(t=>({...t,[e]:!t[e]}))},[]),w=(0,n.useCallback)(e=>{f(t=>({...t,[e]:!1}))},[]),k=(0,n.useCallback)(e=>{f(t=>({...t,[e]:!0}))},[]),E=(0,n.useCallback)(()=>{f(e=>{let t={...e};return Object.keys(t).forEach(e=>{t[e]=!0}),t})},[]),M=(0,n.useCallback)(()=>{f(e=>{let t={...e};return Object.keys(t).forEach(e=>{t[e]=!1}),t})},[]),I=(0,n.useCallback)(e=>h(t=>l?t.includes(e)?(C(null),t.filter(t=>t!==e)):(C(e),[...t,e]):t.includes(e)?(C(null),[]):(C(e),[e])),[]),R=(0,n.useCallback)(e=>{C(e),h(t=>l?t.includes(e)?t:[...t,e]:[e])},[]),N=(0,n.useCallback)(e=>{g===e&&C(null),h(t=>t.filter(t=>t!==e))},[]),T=(0,n.useCallback)(()=>{h([]),C(null)},[]);return{multiple:l,expandedState:d,selectedState:p,checkedState:m,anchorNode:g,initialize:S,toggleExpanded:x,collapse:w,expand:k,expandAllNodes:E,collapseAllNodes:M,setExpandedState:f,checkNode:(0,n.useCallback)(e=>{let t=o(e,u);v(e=>Array.from(new Set([...e,...t])))},[u]),uncheckNode:(0,n.useCallback)(e=>{let t=o(e,u);v(e=>e.filter(e=>!t.includes(e)))},[u]),toggleSelected:I,select:R,deselect:N,clearSelected:T,setSelectedState:h,hoveredNode:y,setHoveredNode:b,getCheckedNodes:()=>a(u,m).result,isNodeChecked:e=>i(e,u,m),isNodeIndeterminate:e=>s(e,u,m)}}},97955:function(e,t,r){"use strict";r.d(t,{TypographyStylesProvider:function(){return c}});var n=r(27573);r(7653);var a=r(10442),o=r(99268),l=r(73206),i=r(2896),s={root:"m_d6493fad"};let u={},c=(0,i.factory)((e,t)=>{let r=(0,a.useProps)("TypographyStylesProvider",u,e),{classNames:i,className:c,style:d,styles:f,unstyled:p,...h}=r,m=(0,o.useStyles)({name:"TypographyStylesProvider",classes:s,props:r,className:c,style:d,classNames:i,styles:f,unstyled:p});return(0,n.jsx)(l.Box,{ref:t,...m("root"),...h})});c.classes=s,c.displayName="@mantine/core/TypographyStylesProvider"},3732:function(e,t,r){"use strict";r.d(t,{getStyleObject:function(){return function e(t,r){return Array.isArray(t)?[...t].reduce((t,n)=>({...t,...e(n,r)}),{}):"function"==typeof t?t(r):null==t?{}:t}}})},88465:function(e,t,r){"use strict";r.d(t,{ColorSchemeScript:function(){return o}});var n=r(27573);let a=e=>{let{defaultColorScheme:t,localStorageKey:r,forceColorScheme:n}=e;return n?`document.documentElement.setAttribute("data-mantine-color-scheme", '${n}');`:`try {
  var _colorScheme = window.localStorage.getItem("${r}");
  var colorScheme = _colorScheme === "light" || _colorScheme === "dark" || _colorScheme === "auto" ? _colorScheme : "${t}";
  var computedColorScheme = colorScheme !== "auto" ? colorScheme : window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
  document.documentElement.setAttribute("data-mantine-color-scheme", computedColorScheme);
} catch (e) {}
`};function o(e){let{defaultColorScheme:t="light",localStorageKey:r="mantine-color-scheme-value",forceColorScheme:o,...l}=e,i=["light","dark","auto"].includes(t)?t:"light";return(0,n.jsx)("script",{...l,"data-mantine-script":!0,dangerouslySetInnerHTML:{__html:a({defaultColorScheme:i,localStorageKey:r,forceColorScheme:o})}})}},16348:function(e,t,r){"use strict";function n(e){return Array.isArray(e)?e:Array(10).fill(e)}r.r(t),r.d(t,{colorsTuple:function(){return n}})},92750:function(e,t,r){"use strict";r.d(t,{mergeThemeOverrides:function(){return a}});var n=r(49021);function a(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];return t.reduce((e,t)=>(0,n.R)(e,t),{})}r(7653),r(27573)},80747:function(e,t,r){"use strict";r.d(t,{useComputedColorScheme:function(){return o}});var n=r(75242),a=r(29021);function o(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{getInitialValueInEffect:!0},r=(0,n.useColorScheme)(e,t),{colorScheme:o}=(0,a.useMantineColorScheme)();return"auto"===o?r:o}},29021:function(e,t,r){"use strict";r.d(t,{useMantineColorScheme:function(){return i}});var n=r(7653),a=r(75242),o=r(79950);function l(e){let t=document.createElement("style");return t.setAttribute("data-mantine-styles","inline"),t.innerHTML="*, *::before, *::after {transition: none !important;}",t.setAttribute("data-mantine-disable-transition","true"),e&&t.setAttribute("nonce",e),document.head.appendChild(t),()=>document.querySelectorAll("[data-mantine-disable-transition]").forEach(e=>e.remove())}function i(){let{keepTransitions:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=(0,n.useRef)(),r=(0,n.useRef)(),i=(0,n.useContext)(o.MantineContext),s=(0,o.useMantineStyleNonce)(),u=(0,n.useRef)(null==s?void 0:s());if(!i)throw Error("[@mantine/core] MantineProvider was not found in tree");let c=n=>{i.setColorScheme(n),t.current=e?()=>{}:l(u.current),window.clearTimeout(r.current),r.current=window.setTimeout(()=>{var e;null===(e=t.current)||void 0===e||e.call(t)},10)},d=(0,a.useColorScheme)("light",{getInitialValueInEffect:!1}),f="auto"===i.colorScheme?d:i.colorScheme,p=(0,n.useCallback)(()=>c("light"===f?"dark":"light"),[c,f]);return(0,n.useEffect)(()=>()=>{var e;null===(e=t.current)||void 0===e||e.call(t),window.clearTimeout(r.current)},[]),{colorScheme:i.colorScheme,setColorScheme:c,clearColorScheme:()=>{i.clearColorScheme(),t.current=e?()=>{}:l(u.current),window.clearTimeout(r.current),r.current=window.setTimeout(()=>{var e;null===(e=t.current)||void 0===e||e.call(t)},10)},toggleColorScheme:p}}},33698:function(e,t,r){"use strict";r.d(t,{useMatches:function(){return l}});var n=r(84187),a=r(76719);let o=["xs","sm","md","lg","xl"];function l(e,t){let r=(0,a.useMantineTheme)(),l=(0,n.useMediaQuery)(`(min-width: ${r.breakpoints.xs})`,!1,t),i=(0,n.useMediaQuery)(`(min-width: ${r.breakpoints.sm})`,!1,t),s=(0,n.useMediaQuery)(`(min-width: ${r.breakpoints.md})`,!1,t);return function(e,t){if(!t)return e.base;let r=o.indexOf(t);for(;r>=0;){if(o[r]in e)return e[o[r]];r-=1}return e.base}(e,o[[l,i,s,(0,n.useMediaQuery)(`(min-width: ${r.breakpoints.lg})`,!1,t),(0,n.useMediaQuery)(`(min-width: ${r.breakpoints.xl})`,!1,t)].findLastIndex(e=>e)])}},9103:function(e,t,r){"use strict";r.d(t,{createOptionalContext:function(){return o}});var n=r(27573),a=r(7653);function o(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=(0,a.createContext)(e);return[e=>{let{children:r,value:a}=e;return(0,n.jsx)(t.Provider,{value:a,children:r})},()=>(0,a.useContext)(t)]}},56910:function(e,t,r){"use strict";r.d(t,{createUseExternalEvents:function(){return a}});var n=r(15511);function a(e){return[function(t){let r=Object.keys(t).reduce((r,n)=>(r[`${e}:${n}`]=e=>t[n](e.detail),r),{});(0,n.useIsomorphicEffect)(()=>(Object.keys(r).forEach(e=>{window.removeEventListener(e,r[e]),window.addEventListener(e,r[e])}),()=>Object.keys(r).forEach(e=>{window.removeEventListener(e,r[e])})),[r])},function(t){return function(){for(var r,n,a=arguments.length,o=Array(a),l=0;l<a;l++)o[l]=arguments[l];return r=`${e}:${String(t)}`,n=o[0],void window.dispatchEvent(new CustomEvent(r,{detail:n}))}}]}},60179:function(e,t,r){"use strict";r.d(t,{getEnv:function(){return a}});var n=r(68571);function a(){return void 0!==n&&n.env?"production":"development"}},56966:function(e,t,r){"use strict";function n(e,t){return r=>{if("string"!=typeof r||0===r.trim().length)throw Error(t);return`${e}-${r}`}}r.d(t,{getSafeId:function(){return n}})},13294:function(e,t,r){"use strict";function n(e){let t=new Map;return function(){for(var r=arguments.length,n=Array(r),a=0;a<r;a++)n[a]=arguments[a];let o=JSON.stringify(n);if(t.has(o))return t.get(o);let l=e(...n);return t.set(o,l),l}}r.d(t,{memoize:function(){return n}})},79604:function(e,t,r){"use strict";r.d(t,{c:function(){return x}});var n=r(7653);let a="undefined"!=typeof window?n.useLayoutEffect:n.useEffect;function o(e,t){a(()=>{if(e)return window.addEventListener(e,t),()=>window.removeEventListener(e,t)},[e])}function l(e){return null===e||"object"!=typeof e?{}:Object.keys(e).reduce((t,r)=>{let n=e[r];return null!=n&&!1!==n&&(t[r]=n),t},{})}function i(e,t){if(null===t||"object"!=typeof t)return{};let r={...t};return Object.keys(t).forEach(t=>{t.includes(`${String(e)}.`)&&delete r[t]}),r}function s(e,t){return parseInt(e.substring(t.length+1).split(".")[0],10)}function u(e,t,r,n){if(void 0===t)return r;let a=`${String(e)}`,o=r;-1===n&&(o=i(`${a}.${t}`,o));let l={...o},u=new Set;return Object.entries(o).filter(e=>{let[r]=e;if(!r.startsWith(`${a}.`))return!1;let n=s(r,a);return!Number.isNaN(n)&&n>=t}).forEach(e=>{let[t,r]=e,o=s(t,a),i=t.replace(`${a}.${o}`,`${a}.${o+n}`);l[i]=r,u.add(i),u.has(t)||delete l[t]}),l}function c(e){return"string"!=typeof e?[]:e.split(".")}function d(e,t){let r=c(e);if(0===r.length||"object"!=typeof t||null===t)return;let n=t[r[0]];for(let e=1;e<r.length&&null!=n;e+=1)n=n[r[e]];return n}function f(e,t,r){"object"==typeof r.value&&(r.value=p(r.value)),r.enumerable&&!r.get&&!r.set&&r.configurable&&r.writable&&"__proto__"!==t?e[t]=r.value:Object.defineProperty(e,t,r)}function p(e){if("object"!=typeof e)return e;var t,r,n,a=0,o=Object.prototype.toString.call(e);if("[object Object]"===o?n=Object.create(e.__proto__||null):"[object Array]"===o?n=Array(e.length):"[object Set]"===o?(n=new Set,e.forEach(function(e){n.add(p(e))})):"[object Map]"===o?(n=new Map,e.forEach(function(e,t){n.set(p(t),p(e))})):"[object Date]"===o?n=new Date(+e):"[object RegExp]"===o?n=new RegExp(e.source,e.flags):"[object DataView]"===o?n=new e.constructor(p(e.buffer)):"[object ArrayBuffer]"===o?n=e.slice(0):"Array]"===o.slice(-6)&&(n=new e.constructor(e)),n){for(r=Object.getOwnPropertySymbols(e);a<r.length;a++)f(n,r[a],Object.getOwnPropertyDescriptor(e,r[a]));for(a=0,r=Object.getOwnPropertyNames(e);a<r.length;a++)Object.hasOwnProperty.call(n,t=r[a])&&n[t]===e[t]||f(n,t,Object.getOwnPropertyDescriptor(e,t))}return n||e}function h(e,t,r){let n=c(e);if(0===n.length)return r;let a=p(r);if(1===n.length)return a[n[0]]=t,a;let o=a[n[0]];for(let e=1;e<n.length-1;e+=1){if(void 0===o)return a;o=o[n[e]]}return o[n[n.length-1]]=t,a}var m=r(82656);function v(e,t){let r=Object.keys(e);if("string"==typeof t){let n=r.filter(e=>e.startsWith(`${t}.`));return e[t]||n.some(t=>e[t])||!1}return r.some(t=>e[t])}function g(e,t){return e?`${e}-${t.toString()}`:t.toString()}function C(e){let t=l(e);return{hasErrors:Object.keys(t).length>0,errors:t}}function y(e,t){return"function"==typeof e?C(e(t)):C(function e(t,r){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return"object"!=typeof t||null===t?a:Object.keys(t).reduce((a,o)=>{let l=t[o],i=`${""===n?"":`${n}.`}${o}`,s=d(i,r),u=!1;return"function"==typeof l&&(a[i]=l(s,r,i)),"object"==typeof l&&Array.isArray(s)&&(u=!0,s.forEach((t,n)=>e(l,r,`${i}.${n}`,a))),"object"!=typeof l||"object"!=typeof s||null===s||u||e(l,r,i,a),a},a)}(e,t))}function b(e,t,r){if("string"!=typeof e)return{hasError:!1,error:null};let n=y(t,r),a=Object.keys(n.errors).find(t=>e.split(".").every((e,r)=>e===t.split(".")[r]));return{hasError:!!a,error:a?n.errors[a]:null}}function S(e,t){return!!t&&("boolean"==typeof t?t:!!Array.isArray(t)&&t.includes(e.replace(/[.][0-9]+/g,".__MANTINE_FORM_INDEX__")))}function x(){let{name:e,mode:t="controlled",initialValues:r,initialErrors:a={},initialDirty:s={},initialTouched:c={},clearInputErrorOnChange:f=!0,validateInputOnChange:p=!1,validateInputOnBlur:C=!1,onValuesChange:x,transformValues:w=e=>e,enhanceGetInputProps:k,validate:E}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},M=function(e){let[t,r]=(0,n.useState)(l(e)),a=(0,n.useRef)(t),o=(0,n.useCallback)(e=>{r(t=>{let r=l("function"==typeof e?e(t):e);return a.current=r,r})},[]),i=(0,n.useCallback)(()=>o({}),[]),s=(0,n.useCallback)(e=>{void 0!==a.current[e]&&o(t=>{let r={...t};return delete r[e],r})},[t]),u=(0,n.useCallback)((e,t)=>{null==t||!1===t?s(e):a.current[e]!==t&&o(r=>({...r,[e]:t}))},[t]);return{errorsState:t,setErrors:o,clearErrors:i,setFieldError:u,clearFieldError:s}}(a),I=function(e){let{initialValues:t,onValuesChange:r,mode:a}=e,o=(0,n.useRef)(!1),[l,i]=(0,n.useState)(t||{}),s=(0,n.useRef)(l),u=(0,n.useRef)(l),c=(0,n.useCallback)(e=>{let{values:t,subscribers:n,updateState:a=!0,mergeWithPreviousValues:o=!0}=e,l=s.current,u=t instanceof Function?t(s.current):t,c=o?{...l,...u}:u;s.current=c,a&&i(c),null==r||r(c,l),null==n||n.filter(Boolean).forEach(e=>e({updatedValues:c,previousValues:l}))},[r]),f=(0,n.useCallback)(e=>{let t=d(e.path,s.current),r=e.value instanceof Function?e.value(t):e.value;if(t!==r){var n;let t=s.current,a=h(e.path,r,s.current);c({values:a,updateState:e.updateState}),null===(n=e.subscribers)||void 0===n||n.filter(Boolean).forEach(r=>r({path:e.path,updatedValues:a,previousValues:t}))}},[c]),p=(0,n.useCallback)(e=>{u.current=e},[]),m=(0,n.useCallback)((e,t)=>{o.current||(o.current=!0,c({values:e,updateState:"controlled"===a}),p(e),t())},[c]),v=(0,n.useCallback)(()=>{c({values:u.current,updateState:!0,mergeWithPreviousValues:!1})},[c]),g=(0,n.useCallback)(()=>s.current,[]),C=(0,n.useCallback)(()=>u.current,[]);return{initialized:o,stateValues:l,refValues:s,valuesSnapshot:u,setValues:c,setFieldValue:f,resetValues:v,setValuesSnapshot:p,initialize:m,getValues:g,getValuesSnapshot:C}}({initialValues:r,onValuesChange:x,mode:t}),R=function(e){let{initialDirty:t,initialTouched:r,mode:a,$values:o}=e,[l,s]=(0,n.useState)(r),[u,c]=(0,n.useState)(t),f=(0,n.useRef)(r),p=(0,n.useRef)(t),h=(0,n.useCallback)(e=>{let t="function"==typeof e?e(f.current):e;f.current=t,"controlled"===a&&s(t)},[]),g=(0,n.useCallback)(function(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r="function"==typeof e?e(p.current):e;p.current=r,("controlled"===a||t)&&c(r)},[]),C=(0,n.useCallback)(()=>h({}),[]),y=(0,n.useCallback)((e,t)=>{h(r=>v(r,e)===t?r:{...r,[e]:t})},[]),b=(0,n.useCallback)((e,t,r)=>{g(r=>v(r,e)===t?r:{...r,[e]:t},r)},[]),S=(0,n.useCallback)((e,t)=>{let r=v(p.current,e),n=!m(d(e,o.getValuesSnapshot()),t),a=i(e,p.current);a[e]=n,g(a,r!==n)},[]),x=(0,n.useCallback)(e=>v(f.current,e),[]),w=(0,n.useCallback)(e=>g(t=>{if("string"!=typeof e)return t;let r=i(e,t);return(delete r[e],m(r,t))?t:r}),[]),k=(0,n.useCallback)(e=>{if(e){let t=d(e,p.current);return"boolean"==typeof t?t:!m(d(e,o.refValues.current),d(e,o.valuesSnapshot.current))}return Object.keys(p.current).length>0?v(p.current):!m(o.refValues.current,o.valuesSnapshot.current)},[]),E=(0,n.useCallback)(()=>p.current,[]),M=(0,n.useCallback)(()=>f.current,[]);return{touchedState:l,dirtyState:u,touchedRef:f,dirtyRef:p,setTouched:h,setDirty:g,resetDirty:e=>{let t=e?{...e,...o.refValues.current}:o.refValues.current;o.setValuesSnapshot(t),g({})},resetTouched:C,isTouched:x,setFieldTouched:y,setFieldDirty:b,setTouchedState:s,setDirtyState:c,clearFieldDirty:w,isDirty:k,getDirty:E,getTouched:M,setCalculatedFieldDirty:S}}({initialDirty:s,initialTouched:c,$values:I,mode:t}),N=function(e){let{$values:t,$errors:r,$status:a}=e;return{reorderListItem:(0,n.useCallback)((e,n)=>{a.clearFieldDirty(e),r.setErrors(t=>(function(e,t,r){let{from:n,to:a}=t,o=`${e}.${n}`,l=`${e}.${a}`,i={...r};return Object.keys(r).every(e=>{let t,r;if(e.startsWith(o)&&(t=e,r=e.replace(o,l)),e.startsWith(l)&&(t=e.replace(l,o),r=e),t&&r){let e=i[t],n=i[r];return void 0===n?delete i[t]:i[t]=n,void 0===e?delete i[r]:i[r]=e,!1}return!0}),i})(e,n,t)),t.setValues({values:function(e,t,r){let{from:n,to:a}=t,o=d(e,r);if(!Array.isArray(o))return r;let l=[...o],i=o[n];return l.splice(n,1),l.splice(a,0,i),h(e,l,r)}(e,n,t.refValues.current),updateState:!0})},[]),removeListItem:(0,n.useCallback)((e,n)=>{a.clearFieldDirty(e),r.setErrors(t=>u(e,n,t,-1)),t.setValues({values:function(e,t,r){let n=d(e,r);return Array.isArray(n)?h(e,n.filter((e,r)=>r!==t),r):r}(e,n,t.refValues.current),updateState:!0})},[]),insertListItem:(0,n.useCallback)((e,n,o)=>{a.clearFieldDirty(e),r.setErrors(t=>u(e,o,t,1)),t.setValues({values:function(e,t,r,n){let a=d(e,n);if(!Array.isArray(a))return n;let o=[...a];return o.splice("number"==typeof r?r:o.length,0,t),h(e,o,n)}(e,n,o,t.refValues.current),updateState:!0})},[])}}({$values:I,$errors:M,$status:R}),T=function(e){let{$status:t}=e,r=(0,n.useRef)({}),a=(0,n.useCallback)((e,t)=>{(0,n.useEffect)(()=>(r.current[e]=r.current[e]||[],r.current[e].push(t),()=>{r.current[e]=r.current[e].filter(e=>e!==t)}),[t])},[]),o=(0,n.useCallback)(e=>r.current[e]?r.current[e].map(r=>n=>r({previousValue:d(e,n.previousValues),value:d(e,n.updatedValues),touched:t.isTouched(e),dirty:t.isDirty(e)})):[],[]);return{subscribers:r,watch:a,getFieldSubscribers:o}}({$status:R}),[L,P]=(0,n.useState)(0),[O,A]=(0,n.useState)({}),V=(0,n.useCallback)(()=>{I.resetValues(),M.clearErrors(),R.resetDirty(),R.resetTouched(),"uncontrolled"===t&&P(e=>e+1)},[]),j=(0,n.useCallback)(e=>{f&&M.clearErrors(),"uncontrolled"===t&&P(e=>e+1),Object.keys(T.subscribers.current).forEach(t=>{d(t,I.refValues.current)!==d(t,e)&&T.getFieldSubscribers(t).forEach(t=>t({previousValues:e,updatedValues:I.refValues.current}))})},[f]),$=(0,n.useCallback)(e=>{let r=I.refValues.current;I.initialize(e,()=>"uncontrolled"===t&&P(e=>e+1)),j(r)},[j]),B=(0,n.useCallback)((e,r,n)=>{let a=S(e,p),o=r instanceof Function?r(d(e,I.refValues.current)):r;R.setCalculatedFieldDirty(e,o),R.setFieldTouched(e,!0),!a&&f&&M.clearFieldError(e),I.setFieldValue({path:e,value:r,updateState:"controlled"===t,subscribers:[...T.getFieldSubscribers(e),a?t=>{let r=b(e,E,t.updatedValues);r.hasError?M.setFieldError(e,r.error):M.clearFieldError(e)}:null,(null==n?void 0:n.forceUpdate)!==!1&&"controlled"!==t?()=>A(t=>({...t,[e]:(t[e]||0)+1})):null]})},[x,E]),D=(0,n.useCallback)(e=>{let r=I.refValues.current;I.setValues({values:e,updateState:"controlled"===t}),j(r)},[x,j]),H=(0,n.useCallback)(()=>{let e=y(E,I.refValues.current);return M.setErrors(e.errors),e},[E]),F=(0,n.useCallback)(e=>{let t=b(e,E,I.refValues.current);return t.hasError?M.setFieldError(e,t.error):M.clearFieldError(e),t},[E]),_=(0,n.useCallback)(e=>{e.preventDefault(),V()},[]),Z=(0,n.useCallback)(e=>e?!b(e,E,I.refValues.current).hasError:!y(E,I.refValues.current).hasErrors,[E]),z=(0,n.useCallback)(t=>document.querySelector(`[data-path="${g(e,t)}"]`),[]),G={watch:T.watch,initialized:I.initialized.current,values:I.stateValues,getValues:I.getValues,setInitialValues:I.setValuesSnapshot,initialize:$,setValues:D,setFieldValue:B,errors:M.errorsState,setErrors:M.setErrors,setFieldError:M.setFieldError,clearFieldError:M.clearFieldError,clearErrors:M.clearErrors,resetDirty:R.resetDirty,setTouched:R.setTouched,setDirty:R.setDirty,isTouched:R.isTouched,resetTouched:R.resetTouched,isDirty:R.isDirty,getTouched:R.getTouched,getDirty:R.getDirty,reorderListItem:N.reorderListItem,insertListItem:N.insertListItem,removeListItem:N.removeListItem,reset:V,validate:H,validateField:F,getInputProps:function(r){var n;let{type:a="input",withError:o=!0,withFocus:l=!0,...i}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s={onChange:(n=e=>B(r,e,{forceUpdate:!1}),e=>{if(e){if("function"==typeof e)n(e);else if("object"==typeof e&&"nativeEvent"in e){let{currentTarget:t}=e;t instanceof HTMLInputElement?"checkbox"===t.type?n(t.checked):n(t.value):(t instanceof HTMLTextAreaElement||t instanceof HTMLSelectElement)&&n(t.value)}else n(e)}else n(e)}),"data-path":g(e,r)};return o&&(s.error=M.errorsState[r]),"checkbox"===a?s["controlled"===t?"checked":"defaultChecked"]=d(r,I.refValues.current):s["controlled"===t?"value":"defaultValue"]=d(r,I.refValues.current),l&&(s.onFocus=()=>R.setFieldTouched(r,!0),s.onBlur=()=>{if(S(r,C)){let e=b(r,E,I.refValues.current);e.hasError?M.setFieldError(r,e.error):M.clearFieldError(r)}}),Object.assign(s,null==k?void 0:k({inputProps:s,field:r,options:{type:a,withError:o,withFocus:l,...i},form:G}))},onSubmit:(e,t)=>r=>{null==r||r.preventDefault();let n=H();n.hasErrors?null==t||t(n.errors,I.refValues.current,r):null==e||e(w(I.refValues.current),r)},onReset:_,isValid:Z,getTransformedValues:e=>w(e||I.refValues.current),key:e=>`${L}-${e}-${O[e]||0}`,getInputNode:z};return e&&function(e){if(!/^[0-9a-zA-Z-]+$/.test(e))throw Error(`[@mantine/use-form] Form name "${e}" is invalid, it should contain only letters, numbers and dashes`)}(e),o(`mantine-form:${e}:set-field-value`,e=>G.setFieldValue(e.detail.path,e.detail.value)),o(`mantine-form:${e}:set-values`,e=>G.setValues(e.detail)),o(`mantine-form:${e}:set-initial-values`,e=>G.setInitialValues(e.detail)),o(`mantine-form:${e}:set-errors`,e=>G.setErrors(e.detail)),o(`mantine-form:${e}:set-field-error`,e=>G.setFieldError(e.detail.path,e.detail.error)),o(`mantine-form:${e}:clear-field-error`,e=>G.clearFieldError(e.detail)),o(`mantine-form:${e}:clear-errors`,G.clearErrors),o(`mantine-form:${e}:reset`,G.reset),o(`mantine-form:${e}:validate`,G.validate),o(`mantine-form:${e}:validate-field`,e=>G.validateField(e.detail)),o(`mantine-form:${e}:reorder-list-item`,e=>G.reorderListItem(e.detail.path,e.detail.payload)),o(`mantine-form:${e}:remove-list-item`,e=>G.removeListItem(e.detail.path,e.detail.index)),o(`mantine-form:${e}:insert-list-item`,e=>G.insertListItem(e.detail.path,e.detail.item,e.detail.index)),o(`mantine-form:${e}:set-dirty`,e=>G.setDirty(e.detail)),o(`mantine-form:${e}:set-touched`,e=>G.setTouched(e.detail)),o(`mantine-form:${e}:reset-dirty`,e=>G.resetDirty(e.detail)),o(`mantine-form:${e}:reset-touched`,G.resetTouched),G}},25672:function(e,t,r){"use strict";function n(e,t){if("number"==typeof e)return t.length===e;let{max:r,min:n}=e,a=!0;return"number"==typeof r&&t.length>r&&(a=!1),"number"==typeof n&&t.length<n&&(a=!1),a}function a(e,t){let r=t||!0;return t=>"string"==typeof t?n(e,t.trim())?null:r:"object"==typeof t&&null!==t&&"length"in t&&n(e,t)?null:r}r.d(t,{d:function(){return a}})},55044:function(e,t,r){"use strict";r.d(t,{J:function(){return a}});var n=r(72834);function a(e){return(0,n.w)(/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/,e)}},70581:function(e,t,r){"use strict";function n(e){let t=e||!0;return e=>"string"==typeof e?e.trim().length>0?null:t:Array.isArray(e)?e.length>0?null:t:null==e||!1===e?t:null}r.d(t,{U:function(){return n}})},39516:function(e,t,r){"use strict";function n(e,t){let r=t||!0;return(t,n)=>n&&e in n&&t===n[e]?null:r}r.d(t,{n:function(){return n}})},72834:function(e,t,r){"use strict";function n(e,t){let r=t||!0;return t=>"string"!=typeof t?r:e.test(t)?null:r}r.d(t,{w:function(){return n}})},14599:function(e,t,r){"use strict";r.d(t,{useCallbackRef:function(){return a}});var n=r(7653);function a(e){let t=(0,n.useRef)(e);return(0,n.useEffect)(()=>{t.current=e}),(0,n.useMemo)(()=>function(){for(var e,r=arguments.length,n=Array(r),a=0;a<r;a++)n[a]=arguments[a];return null===(e=t.current)||void 0===e?void 0:e.call(t,...n)},[])}},67041:function(e,t,r){"use strict";r.d(t,{useClipboard:function(){return a}});var n=r(7653);function a(){let{timeout:e=2e3}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},[t,r]=(0,n.useState)(null),[a,o]=(0,n.useState)(!1),[l,i]=(0,n.useState)(null),s=t=>{window.clearTimeout(l),i(window.setTimeout(()=>o(!1),e)),o(t)};return{copy:e=>{"clipboard"in navigator?navigator.clipboard.writeText(e).then(()=>s(!0)).catch(e=>r(e)):r(Error("useClipboard: navigator.clipboard is not supported"))},reset:()=>{o(!1),r(null),window.clearTimeout(l)},error:t,copied:a}}},75242:function(e,t,r){"use strict";r.d(t,{useColorScheme:function(){return a}});var n=r(84187);function a(e,t){return(0,n.useMediaQuery)("(prefers-color-scheme: dark)","dark"===e,t)?"dark":"light"}},99115:function(e,t,r){"use strict";r.d(t,{useCounter:function(){return l}});var n=r(7653),a=r(54909);let o={min:-1/0,max:1/0};function l(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1?arguments[1]:void 0,{min:r,max:l}={...o,...t},[i,s]=(0,n.useState)((0,a.clamp)(e,r,l));return[i,{increment:()=>s(e=>(0,a.clamp)(e+1,r,l)),decrement:()=>s(e=>(0,a.clamp)(e-1,r,l)),set:e=>s((0,a.clamp)(e,r,l)),reset:()=>s((0,a.clamp)(e,r,l))}]}},62239:function(e,t,r){"use strict";r.d(t,{useDebouncedCallback:function(){return o}});var n=r(7653),a=r(14599);function o(e,t){let r=(0,a.useCallbackRef)(e),o=(0,n.useRef)(0);return(0,n.useEffect)(()=>()=>window.clearTimeout(o.current),[]),(0,n.useCallback)(function(){for(var e=arguments.length,n=Array(e),a=0;a<e;a++)n[a]=arguments[a];window.clearTimeout(o.current),o.current=window.setTimeout(()=>r(...n),t)},[r,t])}},57345:function(e,t,r){"use strict";r.d(t,{useDebouncedState:function(){return a}});var n=r(7653);function a(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{leading:!1},[a,o]=(0,n.useState)(e),l=(0,n.useRef)(null),i=(0,n.useRef)(!0),s=()=>window.clearTimeout(l.current);return(0,n.useEffect)(()=>s,[]),[a,(0,n.useCallback)(e=>{s(),i.current&&r.leading?o(e):l.current=window.setTimeout(()=>{i.current=!0,o(e)},t),i.current=!1},[r.leading])]}},64769:function(e,t,r){"use strict";r.d(t,{useDebouncedValue:function(){return a}});var n=r(7653);function a(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{leading:!1},[a,o]=(0,n.useState)(e),l=(0,n.useRef)(!1),i=(0,n.useRef)(null),s=(0,n.useRef)(!1),u=()=>window.clearTimeout(i.current);return(0,n.useEffect)(()=>{l.current&&(!s.current&&r.leading?(s.current=!0,o(e)):(u(),i.current=window.setTimeout(()=>{s.current=!1,o(e)},t)))},[e,r.leading,t]),(0,n.useEffect)(()=>(l.current=!0,u),[]),[a,u]}},67667:function(e,t,r){"use strict";r.d(t,{useDisclosure:function(){return a}});var n=r(7653);function a(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0,{onOpen:r,onClose:a}=t||{},[o,l]=(0,n.useState)(e),i=(0,n.useCallback)(()=>{l(e=>e||(null==r||r(),!0))},[r]),s=(0,n.useCallback)(()=>{l(e=>e?(null==a||a(),!1):e)},[a]),u=(0,n.useCallback)(()=>{o?s():i()},[s,i,o]);return[o,{open:i,close:s,toggle:u}]}},87586:function(e,t,r){"use strict";r.d(t,{useDocumentTitle:function(){return a}});var n=r(15511);function a(e){(0,n.useIsomorphicEffect)(()=>{"string"==typeof e&&e.trim().length>0&&(document.title=e.trim())},[e])}},72590:function(e,t,r){"use strict";r.d(t,{useDocumentVisibility:function(){return a}});var n=r(7653);function a(){let[e,t]=(0,n.useState)("visible");return(0,n.useEffect)(()=>{let e=()=>t(document.visibilityState);return document.addEventListener("visibilitychange",e),()=>document.removeEventListener("visibilitychange",e)},[]),e}},26656:function(e,t,r){"use strict";r.d(t,{useEventListener:function(){return a}});var n=r(7653);function a(e,t,r){let a=(0,n.useRef)();return(0,n.useEffect)(()=>{if(a.current)return a.current.addEventListener(e,t,r),()=>{var n;return null===(n=a.current)||void 0===n?void 0:n.removeEventListener(e,t,r)}},[t,r]),a}},15942:function(e,t,r){"use strict";r.d(t,{useEyeDropper:function(){return o}});var n=r(7653),a=r(15511);function o(){let[e,t]=(0,n.useState)(!1);(0,a.useIsomorphicEffect)(()=>{t("undefined"!=typeof window&&!navigator.userAgent.includes("OPR")&&"EyeDropper"in window)},[]);let r=(0,n.useCallback)(function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e?new window.EyeDropper().open(t):Promise.resolve(void 0)},[e]);return{supported:e,open:r}}},94389:function(e,t,r){"use strict";r.d(t,{useFavicon:function(){return l}});var n=r(7653),a=r(15511);let o={ico:"image/x-icon",png:"image/png",svg:"image/svg+xml",gif:"image/gif"};function l(e){let t=(0,n.useRef)();(0,a.useIsomorphicEffect)(()=>{if(!e)return;if(!t.current){document.querySelectorAll('link[rel*="icon"]').forEach(e=>document.head.removeChild(e));let e=document.createElement("link");e.rel="shortcut icon",t.current=e,document.querySelector("head").appendChild(e)}let r=e.split(".");t.current.setAttribute("type",o[r[r.length-1].toLowerCase()]),t.current.setAttribute("href",e)},[e])}},22318:function(e,t,r){"use strict";r.d(t,{useFetch:function(){return a}});var n=r(7653);function a(e){let{autoInvoke:t=!0,...r}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},[a,o]=(0,n.useState)(null),[l,i]=(0,n.useState)(!1),[s,u]=(0,n.useState)(null),c=(0,n.useRef)(null),d=(0,n.useCallback)(()=>{if(e)return c.current&&c.current.abort(),c.current=new AbortController,i(!0),fetch(e,{signal:c.current.signal,...r}).then(e=>e.json()).then(e=>(o(e),i(!1),e)).catch(e=>(i(!1),"AbortError"!==e.name&&u(e),e))},[e]),f=(0,n.useCallback)(()=>{if(c.current){var e;null===(e=c.current)||void 0===e||e.abort("")}},[]);return(0,n.useEffect)(()=>(t&&d(),()=>{c.current&&c.current.abort("")}),[d,t]),{data:a,loading:l,error:s,refetch:d,abort:f}}},51689:function(e,t,r){"use strict";r.d(t,{useFocusWithin:function(){return a}});var n=r(7653);function a(){let{onBlur:e,onFocus:t}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=(0,n.useRef)(),[a,o]=(0,n.useState)(!1),l=(0,n.useRef)(!1),i=e=>{o(e),l.current=e},s=e=>{l.current||(i(!0),null==t||t(e))},u=t=>{l.current&&!(t.currentTarget instanceof HTMLElement&&t.relatedTarget instanceof HTMLElement&&t.currentTarget.contains(t.relatedTarget))&&(i(!1),null==e||e(t))};return(0,n.useEffect)(()=>{if(r.current)return r.current.addEventListener("focusin",s),r.current.addEventListener("focusout",u),()=>{var e,t;null===(e=r.current)||void 0===e||e.removeEventListener("focusin",s),null===(t=r.current)||void 0===t||t.removeEventListener("focusout",u)}},[s,u]),{ref:r,focused:a}}},40146:function(e,t,r){"use strict";r.d(t,{useForceUpdate:function(){return o}});var n=r(7653);let a=e=>(e+1)%1e6;function o(){let[,e]=(0,n.useReducer)(a,0);return e}},98454:function(e,t,r){"use strict";r.d(t,{useFullscreen:function(){return i}});var n=r(7653);function a(){let e=window.document;return e.fullscreenElement||e.webkitFullscreenElement||e.mozFullScreenElement||e.msFullscreenElement}let o=["","webkit","moz","ms"];function l(e,t){let{onFullScreen:r,onError:n}=t;return o.forEach(t=>{e.addEventListener(`${t}fullscreenchange`,r),e.addEventListener(`${t}fullscreenerror`,n)}),()=>{o.forEach(t=>{e.removeEventListener(`${t}fullscreenchange`,r),e.removeEventListener(`${t}fullscreenerror`,n)})}}function i(){let[e,t]=(0,n.useState)(!1),r=(0,n.useRef)(),o=(0,n.useCallback)(e=>{t(e.target===a())},[t]),i=(0,n.useCallback)(e=>{t(!1),console.error(`[@mantine/hooks] use-fullscreen: Error attempting full-screen mode method: ${e} (${e.target})`)},[t]),s=(0,n.useCallback)(async()=>{if(a())await function(){let e=window.document;return"function"==typeof e.exitFullscreen?e.exitFullscreen():"function"==typeof e.msExitFullscreen?e.msExitFullscreen():"function"==typeof e.webkitExitFullscreen?e.webkitExitFullscreen():"function"==typeof e.mozCancelFullScreen?e.mozCancelFullScreen():null}();else{var e,t,n,o,l,i;await ((null===(t=(e=r.current).requestFullscreen)||void 0===t?void 0:t.call(e))||(null===(n=e.msRequestFullscreen)||void 0===n?void 0:n.call(e))||(null===(o=e.webkitEnterFullscreen)||void 0===o?void 0:o.call(e))||(null===(l=e.webkitRequestFullscreen)||void 0===l?void 0:l.call(e))||(null===(i=e.mozRequestFullscreen)||void 0===i?void 0:i.call(e)))}},[]),u=(0,n.useCallback)(e=>{null===e?r.current=window.document.documentElement:r.current=e},[]);return(0,n.useEffect)(()=>!r.current&&window.document?(r.current=window.document.documentElement,l(r.current,{onFullScreen:o,onError:i})):r.current?l(r.current,{onFullScreen:o,onError:i}):void 0,[r.current]),{ref:u,toggle:s,fullscreen:e}}},13201:function(e,t,r){"use strict";r.d(t,{useHash:function(){return o}});var n=r(7653),a=r(44053);function o(){let{getInitialValueInEffect:e=!0}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},[t,r]=(0,n.useState)(e?"":window.location.hash||"");return(0,a.useWindowEvent)("hashchange",()=>{let e=window.location.hash;t!==e&&r(e)}),(0,n.useEffect)(()=>{e&&r(window.location.hash)},[]),[t,e=>{let t=e.startsWith("#")?e:`#${e}`;window.location.hash=t,r(t)}]}},26439:function(e,t,r){"use strict";r.d(t,{useHeadroom:function(){return u}});var n=r(7653),a=r(15511),o=r(54943);let l=(e,t)=>e<=t,i=(e,t,r,n,a,o)=>{let i=l(e,t);i&&!r.current?(r.current=!0,null==a||a()):i||!n||r.current?!i&&r.current&&(r.current=!1,null==o||o()):(r.current=!0,null==a||a())},s=()=>{let[e,t]=(0,n.useState)(0),[r,a]=(0,n.useState)(!1),[o,l]=(0,n.useState)(!1);return(0,n.useEffect)(()=>{let r;let n=()=>{l(!0),clearTimeout(r),r=setTimeout(()=>{l(!1)},300)},i=()=>{if(o)return;let r=window.pageYOffset||document.documentElement.scrollTop;a(r<e),t(r)};return window.addEventListener("scroll",i),window.addEventListener("resize",n),()=>{window.removeEventListener("scroll",i),window.removeEventListener("resize",n)}},[e,o]),r};function u(){let{fixedAt:e=0,onPin:t,onFix:r,onRelease:u}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=(0,n.useRef)(!1),d=s(),[{y:f}]=(0,o.useWindowScroll)();return(0,a.useIsomorphicEffect)(()=>{i(f,e,c,d,t,u)},[f]),(0,a.useIsomorphicEffect)(()=>{l(f,e)&&(null==r||r())},[f,e,r]),!!l(f,e)||!!d}},47657:function(e,t,r){"use strict";function n(e){return t=>(function(e,t){let{alt:r,ctrl:n,meta:a,mod:o,shift:l,key:i}=e,{altKey:s,ctrlKey:u,metaKey:c,shiftKey:d,key:f}=t;if(r!==s)return!1;if(o){if(!u&&!c)return!1}else if(n!==u||a!==c)return!1;return l===d&&!!i&&(f.toLowerCase()===i.toLowerCase()||t.code.replace("Key","").toLowerCase()===i.toLowerCase())})(function(e){let t=e.toLowerCase().split("+").map(e=>e.trim()),r={alt:t.includes("alt"),ctrl:t.includes("ctrl"),meta:t.includes("meta"),mod:t.includes("mod"),shift:t.includes("shift")},n=["alt","ctrl","meta","shift","mod"],a=t.find(e=>!n.includes(e));return{...r,key:a}}(e),t)}function a(e){return t=>{let r="nativeEvent"in t?t.nativeEvent:t;e.forEach(e=>{let[a,o,l={preventDefault:!0}]=e;n(a)(r)&&(l.preventDefault&&t.preventDefault(),o(r))})}}r.d(t,{getHotkeyHandler:function(){return a},k:function(){return n}})},68826:function(e,t,r){"use strict";r.d(t,{useHotkeys:function(){return o}});var n=r(7653),a=r(47657);function o(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:["INPUT","TEXTAREA","SELECT"],r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];(0,n.useEffect)(()=>{let n=n=>{e.forEach(e=>{let[o,l,i={preventDefault:!0}]=e;(0,a.k)(o)(n)&&function(e,t){let r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return!(e.target instanceof HTMLElement)||(r?!t.includes(e.target.tagName):!e.target.isContentEditable&&!t.includes(e.target.tagName))}(n,t,r)&&(i.preventDefault&&n.preventDefault(),l(n))})};return document.documentElement.addEventListener("keydown",n),()=>document.documentElement.removeEventListener("keydown",n)},[e])}},88914:function(e,t,r){"use strict";r.d(t,{useHover:function(){return a}});var n=r(7653);function a(){let[e,t]=(0,n.useState)(!1),r=(0,n.useRef)(null),a=(0,n.useCallback)(()=>t(!0),[]),o=(0,n.useCallback)(()=>t(!1),[]);return(0,n.useEffect)(()=>{if(r.current)return r.current.addEventListener("mouseenter",a),r.current.addEventListener("mouseleave",o),()=>{var e,t;null===(e=r.current)||void 0===e||e.removeEventListener("mouseenter",a),null===(t=r.current)||void 0===t||t.removeEventListener("mouseleave",o)}},[r.current]),{ref:r,hovered:e}}},21656:function(e,t,r){"use strict";r.d(t,{useIdle:function(){return o}});var n=r(7653);let a={events:["keypress","mousemove","touchmove","click","scroll"],initialState:!0};function o(e,t){let{events:r,initialState:o}={...a,...t},[l,i]=(0,n.useState)(o),s=(0,n.useRef)();return(0,n.useEffect)(()=>{let t=()=>{i(!1),s.current&&window.clearTimeout(s.current),s.current=window.setTimeout(()=>{i(!0)},e)};return r.forEach(e=>document.addEventListener(e,t)),s.current=window.setTimeout(()=>{i(!0)},e),()=>{r.forEach(e=>document.removeEventListener(e,t))}},[e]),l}},95499:function(e,t,r){"use strict";r.d(t,{useInViewport:function(){return a}});var n=r(7653);function a(){let e=(0,n.useRef)(null),[t,r]=(0,n.useState)(!1);return{ref:(0,n.useCallback)(t=>{if("undefined"!=typeof IntersectionObserver){var n,a;t&&!e.current?e.current=new IntersectionObserver(e=>{let[t]=e;return r(t.isIntersecting)}):null===(n=e.current)||void 0===n||n.disconnect(),t?null===(a=e.current)||void 0===a||a.observe(t):r(!1)}},[]),inViewport:t}}},77128:function(e,t,r){"use strict";r.d(t,{useInputState:function(){return a}});var n=r(7653);function a(e){let[t,r]=(0,n.useState)(e);return[t,e=>{if(e){if("function"==typeof e)r(e);else if("object"==typeof e&&"nativeEvent"in e){let{currentTarget:t}=e;r("checkbox"===t.type?t.checked:t.value)}else r(e)}else r(e)}]}},99586:function(e,t,r){"use strict";r.d(t,{useIntersection:function(){return a}});var n=r(7653);function a(e){let[t,r]=(0,n.useState)(null),a=(0,n.useRef)(null);return{ref:(0,n.useCallback)(t=>{if(a.current&&(a.current.disconnect(),a.current=null),null===t){r(null);return}a.current=new IntersectionObserver(e=>{let[t]=e;r(t)},e),a.current.observe(t)},[null==e?void 0:e.rootMargin,null==e?void 0:e.root,null==e?void 0:e.threshold]),entry:t}}},14784:function(e,t,r){"use strict";r.d(t,{useInterval:function(){return a}});var n=r(7653);function a(e,t){let{autoInvoke:r=!1}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},[a,o]=(0,n.useState)(!1),l=(0,n.useRef)(),i=(0,n.useRef)(),s=()=>{o(e=>(e||l.current||(l.current=window.setInterval(i.current,t)),!0))},u=()=>{o(!1),window.clearInterval(l.current),l.current=void 0};return(0,n.useEffect)(()=>(i.current=e,a&&s(),u),[e,a,t]),(0,n.useEffect)(()=>{r&&s()},[]),{start:s,stop:u,toggle:()=>{a?u():s()},active:a}}},18497:function(e,t,r){"use strict";r.d(t,{useIsFirstRender:function(){return a}});var n=r(7653);function a(){let e=(0,n.useRef)(!0);return!0===e.current?(e.current=!1,!0):e.current}},20754:function(e,t,r){"use strict";r.d(t,{useListState:function(){return a}});var n=r(7653);function a(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],[t,r]=(0,n.useState)(e);return[t,{setState:r,append:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return r(e=>[...e,...t])},prepend:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return r(e=>[...t,...e])},insert:function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),a=1;a<t;a++)n[a-1]=arguments[a];return r(t=>[...t.slice(0,e),...n,...t.slice(e)])},pop:()=>r(e=>{let t=[...e];return t.pop(),t}),shift:()=>r(e=>{let t=[...e];return t.shift(),t}),apply:e=>r(t=>t.map((t,r)=>e(t,r))),applyWhere:(e,t)=>r(r=>r.map((r,n)=>e(r,n)?t(r,n):r)),remove:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return r(e=>e.filter((e,r)=>!t.includes(r)))},reorder:e=>{let{from:t,to:n}=e;return r(e=>{let r=[...e],a=e[t];return r.splice(t,1),r.splice(n,0,a),r})},swap:e=>{let{from:t,to:n}=e;return r(e=>{let r=[...e],a=r[t],o=r[n];return r.splice(n,1,a),r.splice(t,1,o),r})},setItem:(e,t)=>r(r=>{let n=[...r];return n[e]=t,n}),setItemProp:(e,t,n)=>r(r=>{let a=[...r];return a[e]={...a[e],[t]:n},a}),filter:e=>{r(t=>t.filter(e))}}]}},26888:function(e,t,r){"use strict";r.d(t,{R:function(){return s},o:function(){return i}});var n=r(7653),a=r(44053);function o(e){try{return e&&JSON.parse(e)}catch{return e}}function l(e){return{getItem:t=>{try{return window[e].getItem(t)}catch(e){return console.warn("use-local-storage: Failed to get value from storage, localStorage is blocked"),null}},setItem:(t,r)=>{try{window[e].setItem(t,r)}catch(e){console.warn("use-local-storage: Failed to set value to storage, localStorage is blocked")}},removeItem:t=>{try{window[e].removeItem(t)}catch(e){console.warn("use-local-storage: Failed to remove value from storage, localStorage is blocked")}}}}function i(e,t){let r="localStorage"===e?"mantine-local-storage":"mantine-session-storage",{getItem:i,setItem:s,removeItem:u}=l(e);return function(l){let{key:c,defaultValue:d,getInitialValueInEffect:f=!0,deserialize:p=o,serialize:h=e=>(function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"use-local-storage";try{return JSON.stringify(e)}catch(e){throw Error(`@mantine/hooks ${t}: Failed to serialize the value`)}})(e,t)}=l,m=(0,n.useCallback)(t=>{let r;try{r="undefined"==typeof window||!(e in window)||null===window[e]||!!t}catch(e){r=!0}if(r)return d;let n=i(c);return null!==n?p(n):d},[c,d]),[v,g]=(0,n.useState)(m(f)),C=(0,n.useCallback)(e=>{e instanceof Function?g(t=>{let n=e(t);return s(c,h(n)),window.dispatchEvent(new CustomEvent(r,{detail:{key:c,value:e(t)}})),n}):(s(c,h(e)),window.dispatchEvent(new CustomEvent(r,{detail:{key:c,value:e}})),g(e))},[c]),y=(0,n.useCallback)(()=>{u(c),window.dispatchEvent(new CustomEvent(r,{detail:{key:c,value:d}}))},[]);return(0,a.useWindowEvent)("storage",t=>{t.storageArea===window[e]&&t.key===c&&g(p(t.newValue??void 0))}),(0,a.useWindowEvent)(r,e=>{e.detail.key===c&&g(e.detail.value)}),(0,n.useEffect)(()=>{void 0!==d&&void 0===v&&C(d)},[d,v,C]),(0,n.useEffect)(()=>{let e=m();void 0!==e&&C(e)},[]),[void 0===v?d:v,C,y]}}function s(e){let{getItem:t}=l(e);return function(r){let n,{key:a,defaultValue:l,deserialize:i=o}=r;try{n="undefined"==typeof window||!(e in window)||null===window[e]}catch(e){n=!0}if(n)return l;let s=t(a);return null!==s?i(s):l}}},14418:function(e,t,r){"use strict";r.d(t,{readLocalStorageValue:function(){return o},useLocalStorage:function(){return a}});var n=r(26888);function a(e){return(0,n.o)("localStorage","use-local-storage")(e)}let o=(0,n.R)("localStorage")},52711:function(e,t,r){"use strict";r.d(t,{useLogger:function(){return o}});var n=r(7653),a=r(9797);function o(e,t){return(0,n.useEffect)(()=>(console.log(`${e} mounted`,...t),()=>console.log(`${e} unmounted`)),[]),(0,a.useDidUpdate)(()=>{console.log(`${e} updated`,...t)},t),null}},7485:function(e,t,r){"use strict";r.d(t,{useMap:function(){return o}});var n=r(7653),a=r(40146);function o(e){let t=(0,n.useRef)(new Map(e)),r=(0,a.useForceUpdate)();return t.current.set=function(){for(var e=arguments.length,n=Array(e),a=0;a<e;a++)n[a]=arguments[a];return Map.prototype.set.apply(t.current,n),r(),t.current},t.current.clear=function(){for(var e=arguments.length,n=Array(e),a=0;a<e;a++)n[a]=arguments[a];Map.prototype.clear.apply(t.current,n),r()},t.current.delete=function(){for(var e=arguments.length,n=Array(e),a=0;a<e;a++)n[a]=arguments[a];let o=Map.prototype.delete.apply(t.current,n);return r(),o},t.current}},33186:function(e,t,r){"use strict";r.d(t,{useMounted:function(){return a}});var n=r(7653);function a(){let[e,t]=(0,n.useState)(!1);return(0,n.useEffect)(()=>t(!0),[]),e}},58566:function(e,t,r){"use strict";r.d(t,{useMouse:function(){return a}});var n=r(7653);function a(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{resetOnExit:!1},[t,r]=(0,n.useState)({x:0,y:0}),a=(0,n.useRef)(),o=e=>{if(a.current){let t=e.currentTarget.getBoundingClientRect();r({x:Math.max(0,Math.round(e.pageX-t.left-(window.pageXOffset||window.scrollX))),y:Math.max(0,Math.round(e.pageY-t.top-(window.pageYOffset||window.scrollY)))})}else r({x:e.clientX,y:e.clientY})},l=()=>r({x:0,y:0});return(0,n.useEffect)(()=>{let t=(null==a?void 0:a.current)?a.current:document;return t.addEventListener("mousemove",o),e.resetOnExit&&t.addEventListener("mouseleave",l),()=>{t.removeEventListener("mousemove",o),e.resetOnExit&&t.removeEventListener("mouseleave",l)}},[a.current]),{ref:a,...t}}},58482:function(e,t,r){"use strict";r.d(t,{clampUseMovePosition:function(){return o},useMove:function(){return l}});var n=r(7653),a=r(54909);function o(e){return{x:(0,a.clamp)(e.x,0,1),y:(0,a.clamp)(e.y,0,1)}}function l(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"ltr",o=(0,n.useRef)(null),l=(0,n.useRef)(!1),i=(0,n.useRef)(!1),s=(0,n.useRef)(0),[u,c]=(0,n.useState)(!1);return(0,n.useEffect)(()=>{l.current=!0},[]),(0,n.useEffect)(()=>{var n,u;let d=t=>{let{x:n,y:i}=t;cancelAnimationFrame(s.current),s.current=requestAnimationFrame(()=>{if(l.current&&o.current){o.current.style.userSelect="none";let t=o.current.getBoundingClientRect();if(t.width&&t.height){let o=(0,a.clamp)((n-t.left)/t.width,0,1);e({x:"ltr"===r?o:1-o,y:(0,a.clamp)((i-t.top)/t.height,0,1)})}}})},f=()=>{document.addEventListener("mousemove",g),document.addEventListener("mouseup",m),document.addEventListener("touchmove",y),document.addEventListener("touchend",m)},p=()=>{document.removeEventListener("mousemove",g),document.removeEventListener("mouseup",m),document.removeEventListener("touchmove",y),document.removeEventListener("touchend",m)},h=()=>{!i.current&&l.current&&(i.current=!0,"function"==typeof(null==t?void 0:t.onScrubStart)&&t.onScrubStart(),c(!0),f())},m=()=>{i.current&&l.current&&(i.current=!1,c(!1),p(),setTimeout(()=>{"function"==typeof(null==t?void 0:t.onScrubEnd)&&t.onScrubEnd()},0))},v=e=>{h(),e.preventDefault(),g(e)},g=e=>d({x:e.clientX,y:e.clientY}),C=e=>{e.cancelable&&e.preventDefault(),h(),y(e)},y=e=>{e.cancelable&&e.preventDefault(),d({x:e.changedTouches[0].clientX,y:e.changedTouches[0].clientY})};return null===(n=o.current)||void 0===n||n.addEventListener("mousedown",v),null===(u=o.current)||void 0===u||u.addEventListener("touchstart",C,{passive:!1}),()=>{o.current&&(o.current.removeEventListener("mousedown",v),o.current.removeEventListener("touchstart",C))}},[r,e]),{ref:o,active:u}}},36113:function(e,t,r){"use strict";r.d(t,{useMutationObserver:function(){return a}});var n=r(7653);function a(e,t,r){let a=(0,n.useRef)(),o=(0,n.useRef)(null);return(0,n.useEffect)(()=>{let n="function"==typeof r?r():r;return(n||o.current)&&(a.current=new MutationObserver(e),a.current.observe(n||o.current,t)),()=>{var e;null===(e=a.current)||void 0===e||e.disconnect()}},[e,t]),o}},90120:function(e,t,r){"use strict";r.d(t,{useNetwork:function(){return l}});var n=r(7653),a=r(44053);function o(){if("undefined"==typeof navigator)return{};let e=navigator,t=e.connection||e.mozConnection||e.webkitConnection;return t?{downlink:null==t?void 0:t.downlink,downlinkMax:null==t?void 0:t.downlinkMax,effectiveType:null==t?void 0:t.effectiveType,rtt:null==t?void 0:t.rtt,saveData:null==t?void 0:t.saveData,type:null==t?void 0:t.type}:{}}function l(){let[e,t]=(0,n.useState)({online:!0}),r=(0,n.useCallback)(()=>t(e=>({...e,...o()})),[]);return(0,a.useWindowEvent)("online",()=>t({online:!0,...o()})),(0,a.useWindowEvent)("offline",()=>t({online:!1,...o()})),(0,n.useEffect)(()=>{let e=navigator;if(e.connection)return t({online:e.onLine,...o()}),e.connection.addEventListener("change",r),()=>e.connection.removeEventListener("change",r);"boolean"==typeof e.onLine&&t(t=>({...t,online:e.onLine}))},[]),e}},77065:function(e,t,r){"use strict";r.d(t,{useOrientation:function(){return o}});var n=r(7653),a=r(15511);function o(){let[e,t]=(0,n.useState)({angle:0,type:"landscape-primary"}),r=e=>{let r=e.currentTarget;t({angle:(null==r?void 0:r.angle)||0,type:(null==r?void 0:r.type)||"landscape-primary"})};return(0,a.useIsomorphicEffect)(()=>{var e;return null===(e=window.screen.orientation)||void 0===e||e.addEventListener("change",r),()=>{var e;return null===(e=window.screen.orientation)||void 0===e?void 0:e.removeEventListener("change",r)}},[]),e}},69883:function(e,t,r){"use strict";r.d(t,{useOs:function(){return i}});var n=r(7653),a=r(15511);function o(e){return/(Macintosh)|(MacIntel)|(MacPPC)|(Mac68K)/i.test(e)}function l(){if("undefined"==typeof window)return"undetermined";let{userAgent:e}=window.navigator;return/(iPhone)|(iPad)|(iPod)/i.test(e)||o(e)&&"ontouchend"in document?"ios":o(e)?"macos":/(Win32)|(Win64)|(Windows)|(WinCE)/i.test(e)?"windows":/Android/i.test(e)?"android":/Linux/i.test(e)?"linux":"undetermined"}function i(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{getValueInEffect:!0},[t,r]=(0,n.useState)(e.getValueInEffect?"undetermined":l());return(0,a.useIsomorphicEffect)(()=>{e.getValueInEffect&&r(l)},[]),t}},74003:function(e,t,r){"use strict";r.d(t,{usePageLeave:function(){return a}});var n=r(7653);function a(e){(0,n.useEffect)(()=>(document.documentElement.addEventListener("mouseleave",e),()=>document.documentElement.removeEventListener("mouseleave",e)),[])}},2287:function(e,t,r){"use strict";r.d(t,{usePrevious:function(){return a}});var n=r(7653);function a(e){let t=(0,n.useRef)();return(0,n.useEffect)(()=>{t.current=e},[e]),t.current}},17407:function(e,t,r){"use strict";r.d(t,{useQueue:function(){return a}});var n=r(7653);function a(e){let{initialValues:t=[],limit:r}=e,[a,o]=(0,n.useState)({state:t.slice(0,r),queue:t.slice(r)});return{state:a.state,queue:a.queue,add:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return o(e=>{let n=[...e.state,...e.queue,...t];return{state:n.slice(0,r),queue:n.slice(r)}})},update:e=>o(t=>{let n=e([...t.state,...t.queue]);return{state:n.slice(0,r),queue:n.slice(r)}}),cleanQueue:()=>o(e=>({state:e.state,queue:[]}))}}},35898:function(e,t,r){"use strict";r.d(t,{useElementSize:function(){return l},useResizeObserver:function(){return o}});var n=r(7653);let a={x:0,y:0,width:0,height:0,top:0,left:0,bottom:0,right:0};function o(e){let t=(0,n.useRef)(0),r=(0,n.useRef)(null),[o,l]=(0,n.useState)(a),i=(0,n.useMemo)(()=>"undefined"!=typeof window?new ResizeObserver(e=>{let n=e[0];n&&(cancelAnimationFrame(t.current),t.current=requestAnimationFrame(()=>{r.current&&l(n.contentRect)}))}):null,[]);return(0,n.useEffect)(()=>(r.current&&(null==i||i.observe(r.current,e)),()=>{null==i||i.disconnect(),t.current&&cancelAnimationFrame(t.current)}),[r.current]),[r,o]}function l(e){let[t,{width:r,height:n}]=o(e);return{ref:t,width:r,height:n}}},31560:function(e,t,r){"use strict";r.d(t,{useScrollIntoView:function(){return c}});var n=r(7653),a=r(93010),o=r(44053);let l=e=>e<.5?2*e*e:-1+(4-2*e)*e,i=e=>{let{axis:t,target:r,parent:n,alignment:a,offset:o,isList:l}=e;if(!r||!n&&"undefined"==typeof document)return 0;let i=!!n,s=(n||document.body).getBoundingClientRect(),u=r.getBoundingClientRect(),c=e=>u[e]-s[e];if("y"===t){let e=c("top");if(0===e)return 0;if("start"===a){let t=e-o;return t<=u.height*(l?0:1)||!l?t:0}let t=i?s.height:window.innerHeight;if("end"===a){let r=e+o-t+u.height;return r>=-u.height*(l?0:1)||!l?r:0}return"center"===a?e-t/2+u.height/2:0}if("x"===t){let e=c("left");if(0===e)return 0;if("start"===a){let t=e-o;return t<=u.width||!l?t:0}let t=i?s.width:window.innerWidth;if("end"===a){let r=e+o-t+u.width;return r>=-u.width||!l?r:0}if("center"===a)return e-t/2+u.width/2}return 0},s=e=>{let{axis:t,parent:r}=e;if(!r&&"undefined"==typeof document)return 0;let n="y"===t?"scrollTop":"scrollLeft";if(r)return r[n];let{body:a,documentElement:o}=document;return a[n]+o[n]},u=e=>{let{axis:t,parent:r,distance:n}=e;if(!r&&"undefined"==typeof document)return;let a="y"===t?"scrollTop":"scrollLeft";if(r)r[a]=n;else{let{body:e,documentElement:t}=document;e[a]=n,t[a]=n}};function c(){let{duration:e=1250,axis:t="y",onScrollFinish:r,easing:c=l,offset:d=0,cancelable:f=!0,isList:p=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},h=(0,n.useRef)(0),m=(0,n.useRef)(0),v=(0,n.useRef)(!1),g=(0,n.useRef)(null),C=(0,n.useRef)(null),y=(0,a.useReducedMotion)(),b=()=>{h.current&&cancelAnimationFrame(h.current)},S=(0,n.useCallback)(function(){let{alignment:n="start"}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};v.current=!1,h.current&&b();let a=s({parent:g.current,axis:t})??0,o=i({parent:g.current,target:C.current,axis:t,alignment:n,offset:d,isList:p})-(g.current?0:a);!function n(){0===m.current&&(m.current=performance.now());let l=performance.now()-m.current,i=y||0===e?1:l/e,s=a+o*c(i);u({parent:g.current,axis:t,distance:s}),!v.current&&i<1?h.current=requestAnimationFrame(n):("function"==typeof r&&r(),m.current=0,h.current=0,b())}()},[t,e,c,p,d,r,y]),x=()=>{f&&(v.current=!0)};return(0,o.useWindowEvent)("wheel",x,{passive:!0}),(0,o.useWindowEvent)("touchmove",x,{passive:!0}),(0,n.useEffect)(()=>b,[]),{scrollableRef:g,targetRef:C,scrollIntoView:S,cancel:b}}},83981:function(e,t,r){"use strict";r.d(t,{readSessionStorageValue:function(){return o},useSessionStorage:function(){return a}});var n=r(26888);function a(e){return(0,n.o)("sessionStorage","use-session-storage")(e)}let o=(0,n.R)("sessionStorage")},21544:function(e,t,r){"use strict";r.d(t,{useSetState:function(){return a}});var n=r(7653);function a(e){let[t,r]=(0,n.useState)(e);return[t,(0,n.useCallback)(e=>r(t=>({...t,..."function"==typeof e?e(t):e})),[])]}},66650:function(e,t,r){"use strict";r.d(t,{useSet:function(){return o}});var n=r(7653),a=r(40146);function o(e){let t=(0,n.useRef)(new Set(e)),r=(0,a.useForceUpdate)();return t.current.add=function(){for(var e=arguments.length,n=Array(e),a=0;a<e;a++)n[a]=arguments[a];let o=Set.prototype.add.apply(t.current,n);return r(),o},t.current.clear=function(){for(var e=arguments.length,n=Array(e),a=0;a<e;a++)n[a]=arguments[a];Set.prototype.clear.apply(t.current,n),r()},t.current.delete=function(){for(var e=arguments.length,n=Array(e),a=0;a<e;a++)n[a]=arguments[a];let o=Set.prototype.delete.apply(t.current,n);return r(),o},t.current}},86855:function(e,t,r){"use strict";r.d(t,{useShallowEffect:function(){return o}});var n=r(7653),a=r(99361);function o(e,t){(0,n.useEffect)(e,function(e){let t=(0,n.useRef)([]),r=(0,n.useRef)(0);return!function(e,t){if(!e||!t)return!1;if(e===t)return!0;if(e.length!==t.length)return!1;for(let r=0;r<e.length;r+=1)if(!(0,a.shallowEqual)(e[r],t[r]))return!1;return!0}(t.current,e)&&(t.current=e,r.current+=1),[r.current]}(t))}},86076:function(e,t,r){"use strict";r.d(t,{useStateHistory:function(){return a}});var n=r(7653);function a(e){let[t,r]=(0,n.useState)({history:[e],current:0}),a=(0,n.useCallback)(e=>r(t=>{let r=[...t.history.slice(0,t.current+1),e];return{history:r,current:r.length-1}}),[]),o=(0,n.useCallback)(function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;return r(t=>({history:t.history,current:Math.max(0,t.current-e)}))},[]),l=(0,n.useCallback)(function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;return r(t=>({history:t.history,current:Math.min(t.history.length-1,t.current+e)}))},[]),i=(0,n.useCallback)(()=>{r({history:[e],current:0})},[e]),s=(0,n.useMemo)(()=>({back:o,forward:l,reset:i,set:a}),[o,l,i,a]);return[t.history[t.current],s,t]}},50730:function(e,t,r){"use strict";r.d(t,{useTextSelection:function(){return o}});var n=r(7653),a=r(40146);function o(){let e=(0,a.useForceUpdate)(),[t,r]=(0,n.useState)(null),o=()=>{r(document.getSelection()),e()};return(0,n.useEffect)(()=>(r(document.getSelection()),document.addEventListener("selectionchange",o),()=>document.removeEventListener("selectionchange",o)),[]),t}},5429:function(e,t,r){"use strict";r.d(t,{E:function(){return o},useThrottledCallback:function(){return l}});var n=r(7653),a=r(14599);function o(e,t){let r=(0,a.useCallbackRef)(e),o=(0,n.useRef)(),l=(0,n.useRef)(),i=(0,n.useRef)(!0),s=(0,n.useRef)(t),u=(0,n.useRef)(-1),c=(0,n.useCallback)(function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];r(...t),o.current=t,l.current=t,i.current=!1},[r]),d=(0,n.useCallback)(()=>{o.current&&o.current!==l.current?(c(...o.current),u.current=window.setTimeout(d,s.current)):i.current=!0},[c]),f=(0,n.useCallback)(function(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];i.current?(c(...t),u.current=window.setTimeout(d,s.current)):o.current=t},[c,d]);return(0,n.useEffect)(()=>{s.current=t},[t]),[f,()=>window.clearTimeout(u.current)]}function l(e,t){return o(e,t)[0]}},74567:function(e,t,r){"use strict";r.d(t,{useThrottledState:function(){return o}});var n=r(7653),a=r(5429);function o(e,t){let[r,o]=(0,n.useState)(e),[l,i]=(0,a.E)(o,t);return(0,n.useEffect)(()=>i,[]),[r,l]}},71538:function(e,t,r){"use strict";r.d(t,{useThrottledValue:function(){return o}});var n=r(7653),a=r(5429);function o(e,t){let[r,o]=(0,n.useState)(e),l=(0,n.useRef)(e),[i,s]=(0,a.E)(o,t);return(0,n.useEffect)(()=>{e!==l.current&&(l.current=e,i(e))},[i,e]),(0,n.useEffect)(()=>s,[]),r}},69024:function(e,t,r){"use strict";r.d(t,{useTimeout:function(){return a}});var n=r(7653);function a(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{autoInvoke:!1},a=(0,n.useRef)(null),o=(0,n.useCallback)(function(){for(var r=arguments.length,n=Array(r),o=0;o<r;o++)n[o]=arguments[o];a.current||(a.current=window.setTimeout(()=>{e(n),a.current=null},t))},[t]),l=(0,n.useCallback)(()=>{a.current&&(window.clearTimeout(a.current),a.current=null)},[]);return(0,n.useEffect)(()=>(r.autoInvoke&&o(),l),[l,o]),{start:o,clear:l}}},54643:function(e,t,r){"use strict";r.d(t,{useToggle:function(){return a}});var n=r(7653);function a(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[!1,!0],[[t],r]=(0,n.useReducer)((e,t)=>{let r=t instanceof Function?t(e[0]):t,n=Math.abs(e.indexOf(r));return e.slice(n).concat(e.slice(0,n))},e);return[t,r]}},77166:function(e,t,r){"use strict";r.d(t,{useValidatedState:function(){return a}});var n=r(7653);function a(e,t,r){let[a,o]=(0,n.useState)(e),[l,i]=(0,n.useState)(t(e)?e:void 0),[s,u]=(0,n.useState)("boolean"==typeof r?r:t(e));return[{value:a,lastValidValue:l,valid:s},e=>{t(e)?(i(e),u(!0)):u(!1),o(e)}]}},33974:function(e,t,r){"use strict";r.d(t,{useViewportSize:function(){return l}});var n=r(7653),a=r(44053);let o={passive:!0};function l(){let[e,t]=(0,n.useState)({width:0,height:0}),r=(0,n.useCallback)(()=>{t({width:window.innerWidth||0,height:window.innerHeight||0})},[]);return(0,a.useWindowEvent)("resize",r,o),(0,a.useWindowEvent)("orientationchange",r,o),(0,n.useEffect)(r,[]),e}},44053:function(e,t,r){"use strict";r.d(t,{useWindowEvent:function(){return a}});var n=r(7653);function a(e,t,r){(0,n.useEffect)(()=>(window.addEventListener(e,t,r),()=>window.removeEventListener(e,t,r)),[e,t])}},54943:function(e,t,r){"use strict";r.d(t,{useWindowScroll:function(){return i}});var n=r(7653),a=r(44053);function o(){return"undefined"!=typeof window?{x:window.pageXOffset,y:window.pageYOffset}:{x:0,y:0}}function l(e){let{x:t,y:r}=e;if("undefined"!=typeof window){let e={behavior:"smooth"};"number"==typeof t&&(e.left=t),"number"==typeof r&&(e.top=r),window.scrollTo(e)}}function i(){let[e,t]=(0,n.useState)({x:0,y:0});return(0,a.useWindowEvent)("scroll",()=>t(o())),(0,a.useWindowEvent)("resize",()=>t(o())),(0,n.useEffect)(()=>{t(o())},[]),[e,l]}},54909:function(e,t,r){"use strict";function n(e,t,r){return void 0===t&&void 0===r?e:void 0!==t&&void 0===r?Math.max(e,t):void 0===t&&void 0!==r?Math.min(e,r):Math.min(Math.max(e,t),r)}r.d(t,{clamp:function(){return n}})},21282:function(e,t,r){"use strict";function n(e){return"string"!=typeof e?"":e.charAt(0).toLowerCase()+e.slice(1)}r.d(t,{lowerFirst:function(){return n}})},97796:function(e,t,r){"use strict";function n(e,t){let r=Math.abs(t-e)+1;return e>t?Array.from({length:r},(t,r)=>e-r):Array.from({length:r},(t,r)=>r+e)}r.d(t,{range:function(){return n}})},99361:function(e,t,r){"use strict";function n(e,t){if(e===t)return!0;if(!(e instanceof Object)||!(t instanceof Object))return!1;let r=Object.keys(e),{length:n}=r;if(n!==Object.keys(t).length)return!1;for(let a=0;a<n;a+=1){let n=r[a];if(!(n in t)||e[n]!==t[n])return!1}return!0}r.d(t,{shallowEqual:function(){return n}})},30563:function(e,t,r){"use strict";function n(e){return"string"!=typeof e?"":e.charAt(0).toUpperCase()+e.slice(1)}r.d(t,{upperFirst:function(){return n}})},99880:function(e,t,r){"use strict";r.d(t,{T:function(){return z}});var n=r(27573),a=r(7653);function o(e,t){if(null==e)return{};var r,n,a={},o=Object.keys(e);for(n=0;n<o.length;n++)r=o[n],t.indexOf(r)>=0||(a[r]=e[r]);return a}function l(e,t){return(l=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}function i(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,l(e,t)}var s=r(3458),u={disabled:!1},c=a.createContext(null),d="unmounted",f="exited",p="entering",h="entered",m="exiting",v=function(e){function t(t,r){n=e.call(this,t,r)||this;var n,a,o=r&&!r.isMounting?t.enter:t.appear;return n.appearStatus=null,t.in?o?(a=f,n.appearStatus=p):a=h:a=t.unmountOnExit||t.mountOnEnter?d:f,n.state={status:a},n.nextCallback=null,n}i(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===d?{status:f}:null};var r=t.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(e){var t=null;if(e!==this.props){var r=this.state.status;this.props.in?r!==p&&r!==h&&(t=p):(r===p||r===h)&&(t=m)}this.updateStatus(!1,t)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var e,t,r,n=this.props.timeout;return e=t=r=n,null!=n&&"number"!=typeof n&&(e=n.exit,t=n.enter,r=void 0!==n.appear?n.appear:t),{exit:e,enter:t,appear:r}},r.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t){if(this.cancelNextCallback(),t===p){if(this.props.unmountOnExit||this.props.mountOnEnter){var r=this.props.nodeRef?this.props.nodeRef.current:s.findDOMNode(this);r&&r.scrollTop}this.performEnter(e)}else this.performExit()}else this.props.unmountOnExit&&this.state.status===f&&this.setState({status:d})},r.performEnter=function(e){var t=this,r=this.props.enter,n=this.context?this.context.isMounting:e,a=this.props.nodeRef?[n]:[s.findDOMNode(this),n],o=a[0],l=a[1],i=this.getTimeouts(),c=n?i.appear:i.enter;if(!e&&!r||u.disabled){this.safeSetState({status:h},function(){t.props.onEntered(o)});return}this.props.onEnter(o,l),this.safeSetState({status:p},function(){t.props.onEntering(o,l),t.onTransitionEnd(c,function(){t.safeSetState({status:h},function(){t.props.onEntered(o,l)})})})},r.performExit=function(){var e=this,t=this.props.exit,r=this.getTimeouts(),n=this.props.nodeRef?void 0:s.findDOMNode(this);if(!t||u.disabled){this.safeSetState({status:f},function(){e.props.onExited(n)});return}this.props.onExit(n),this.safeSetState({status:m},function(){e.props.onExiting(n),e.onTransitionEnd(r.exit,function(){e.safeSetState({status:f},function(){e.props.onExited(n)})})})},r.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},r.setNextCallback=function(e){var t=this,r=!0;return this.nextCallback=function(n){r&&(r=!1,t.nextCallback=null,e(n))},this.nextCallback.cancel=function(){r=!1},this.nextCallback},r.onTransitionEnd=function(e,t){this.setNextCallback(t);var r=this.props.nodeRef?this.props.nodeRef.current:s.findDOMNode(this),n=null==e&&!this.props.addEndListener;if(!r||n){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var a=this.props.nodeRef?[this.nextCallback]:[r,this.nextCallback],o=a[0],l=a[1];this.props.addEndListener(o,l)}null!=e&&setTimeout(this.nextCallback,e)},r.render=function(){var e=this.state.status;if(e===d)return null;var t=this.props,r=t.children,n=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,o(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return a.createElement(c.Provider,{value:null},"function"==typeof r?r(e,n):a.cloneElement(a.Children.only(r),n))},t}(a.Component);function g(){}function C(){return(C=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function y(e,t){var r=Object.create(null);return e&&a.Children.map(e,function(e){return e}).forEach(function(e){r[e.key]=t&&(0,a.isValidElement)(e)?t(e):e}),r}function b(e,t,r){return null!=r[t]?r[t]:e.props[t]}v.contextType=c,v.propTypes={},v.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:g,onEntering:g,onEntered:g,onExit:g,onExiting:g,onExited:g},v.UNMOUNTED=d,v.EXITED=f,v.ENTERING=p,v.ENTERED=h,v.EXITING=m;var S=Object.values||function(e){return Object.keys(e).map(function(t){return e[t]})},x=function(e){function t(t,r){var n,a=(n=e.call(this,t,r)||this).handleExited.bind(function(e){if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(n));return n.state={contextValue:{isMounting:!0},handleExited:a,firstRender:!0},n}i(t,e);var r=t.prototype;return r.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},r.componentWillUnmount=function(){this.mounted=!1},t.getDerivedStateFromProps=function(e,t){var r,n,o=t.children,l=t.handleExited;return{children:t.firstRender?y(e.children,function(t){return(0,a.cloneElement)(t,{onExited:l.bind(null,t),in:!0,appear:b(t,"appear",e),enter:b(t,"enter",e),exit:b(t,"exit",e)})}):(Object.keys(n=function(e,t){function r(r){return r in t?t[r]:e[r]}e=e||{},t=t||{};var n,a=Object.create(null),o=[];for(var l in e)l in t?o.length&&(a[l]=o,o=[]):o.push(l);var i={};for(var s in t){if(a[s])for(n=0;n<a[s].length;n++){var u=a[s][n];i[a[s][n]]=r(u)}i[s]=r(s)}for(n=0;n<o.length;n++)i[o[n]]=r(o[n]);return i}(o,r=y(e.children))).forEach(function(t){var i=n[t];if((0,a.isValidElement)(i)){var s=t in o,u=t in r,c=o[t],d=(0,a.isValidElement)(c)&&!c.props.in;u&&(!s||d)?n[t]=(0,a.cloneElement)(i,{onExited:l.bind(null,i),in:!0,exit:b(i,"exit",e),enter:b(i,"enter",e)}):u||!s||d?u&&s&&(0,a.isValidElement)(c)&&(n[t]=(0,a.cloneElement)(i,{onExited:l.bind(null,i),in:c.props.in,exit:b(i,"exit",e),enter:b(i,"enter",e)})):n[t]=(0,a.cloneElement)(i,{in:!1})}}),n),firstRender:!1}},r.handleExited=function(e,t){var r=y(this.props.children);e.key in r||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState(function(t){var r=C({},t.children);return delete r[e.key],{children:r}}))},r.render=function(){var e=this.props,t=e.component,r=e.childFactory,n=o(e,["component","childFactory"]),l=this.state.contextValue,i=S(this.state.children).map(r);return(delete n.appear,delete n.enter,delete n.exit,null===t)?a.createElement(c.Provider,{value:l},i):a.createElement(c.Provider,{value:l},a.createElement(t,n,i))},t}(a.Component);x.propTypes={},x.defaultProps={component:"div",childFactory:function(e){return e}};var w=r(85224),k=r(31780),E=r(82434),M=r(2896),I=r(10442),R=r(76719),N=r(99268),T=r(99529),L=r(73206),P=r(40146),O=r(93010),A=r(9797);let V=["bottom-center","bottom-left","bottom-right","top-center","top-left","top-right"],j={left:"translateX(-100%)",right:"translateX(100%)","top-center":"translateY(-100%)","bottom-center":"translateY(100%)"},$={left:"translateX(0)",right:"translateX(0)","top-center":"translateY(0)","bottom-center":"translateY(0)"};var B=r(38698);let D=(0,a.forwardRef)((e,t)=>{var r;let{data:o,onHide:l,autoClose:i,...s}=e,{autoClose:u,message:c,...d}=o,f="number"==typeof(r=o.autoClose)?r:!1!==r&&!1!==i&&i,p=(0,a.useRef)(),h=()=>window.clearTimeout(p.current),m=()=>{l(o.id),h()},v=()=>{"number"==typeof f&&(p.current=window.setTimeout(m,f))};return(0,a.useEffect)(()=>{var e;null===(e=o.onOpen)||void 0===e||e.call(o,o)},[]),(0,a.useEffect)(()=>(v(),h),[f]),(0,n.jsx)(B.Notification,{...s,...d,onClose:m,ref:t,onMouseEnter:h,onMouseLeave:v,children:c})});D.displayName="@mantine/notifications/NotificationContainer";var H=r(17577),F={root:"m_b37d9ac7",notification:"m_5ed0edd0"};let _={position:"bottom-right",autoClose:4e3,transitionDuration:250,containerWidth:440,notificationMaxHeight:200,limit:5,zIndex:(0,w.getDefaultZIndex)("overlay"),store:H.Ps,withinPortal:!0},Z=(0,k.createVarsResolver)((e,t)=>{let{zIndex:r,containerWidth:n}=t;return{root:{"--notifications-z-index":null==r?void 0:r.toString(),"--notifications-container-width":(0,E.h)(n)}}}),z=(0,M.factory)((e,t)=>{let r=(0,I.useProps)("Notifications",_,e),{classNames:o,className:l,style:i,styles:s,unstyled:u,vars:c,position:d,autoClose:f,transitionDuration:p,containerWidth:h,notificationMaxHeight:m,limit:g,zIndex:C,store:y,portalProps:b,withinPortal:S,...w}=r,k=(0,R.useMantineTheme)(),E=(0,H.zn)(y),M=(0,P.useForceUpdate)(),B=(0,O.useReducedMotion)(),z=(0,a.useRef)({}),G=(0,a.useRef)(0),U=k.respectReducedMotion&&B?1:p,W=(0,N.useStyles)({name:"Notifications",classes:F,props:r,className:l,style:i,classNames:o,styles:s,unstyled:u,vars:c,varsResolver:Z});(0,a.useEffect)(()=>{null==y||y.updateState(e=>({...e,limit:g||5,defaultPosition:d}))},[g,d]),(0,A.useDidUpdate)(()=>{E.notifications.length>G.current&&setTimeout(()=>M(),0),G.current=E.notifications.length},[E.notifications]);let K=E.notifications.reduce((e,t)=>(e[t.position||d].push(t),e),V.reduce((e,t)=>(e[t]=[],e),{})),J=V.reduce((e,t)=>(e[t]=K[t].map(e=>{let{style:r,...a}=e;return(0,n.jsx)(v,{timeout:U,onEnter:()=>z.current[a.id].offsetHeight,nodeRef:{current:z.current[a.id]},children:e=>(0,n.jsx)(D,{ref:e=>{z.current[a.id]=e},data:a,onHide:e=>(0,H.yK)(e,y),autoClose:f,...W("notification",{style:{...function(e){let{state:t,maxHeight:r,position:n,transitionDuration:a}=e,[o,l]=n.split("-"),i="center"===l?`${o}-center`:l,s={opacity:0,maxHeight:r,transform:j[i],transitionDuration:`${a}ms, ${a}ms, ${a}ms`,transitionTimingFunction:"cubic-bezier(.51,.3,0,1.21), cubic-bezier(.51,.3,0,1.21), linear",transitionProperty:"opacity, transform, max-height"},u={opacity:1,transform:$[i]},c={opacity:0,maxHeight:0,transform:j[i]};return{...s,...{entering:u,entered:u,exiting:c,exited:c}[t]}}({state:e,position:t,transitionDuration:U,maxHeight:m}),...r}})})},a.id)}),e),{});return(0,n.jsxs)(T.OptionalPortal,{withinPortal:S,...b,children:[(0,n.jsx)(L.Box,{...W("root"),"data-position":"top-center",ref:t,...w,children:(0,n.jsx)(x,{children:J["top-center"]})}),(0,n.jsx)(L.Box,{...W("root"),"data-position":"top-left",...w,children:(0,n.jsx)(x,{children:J["top-left"]})}),(0,n.jsx)(L.Box,{...W("root"),"data-position":"top-right",...w,children:(0,n.jsx)(x,{children:J["top-right"]})}),(0,n.jsx)(L.Box,{...W("root"),"data-position":"bottom-right",...w,children:(0,n.jsx)(x,{children:J["bottom-right"]})}),(0,n.jsx)(L.Box,{...W("root"),"data-position":"bottom-left",...w,children:(0,n.jsx)(x,{children:J["bottom-left"]})}),(0,n.jsx)(L.Box,{...W("root"),"data-position":"bottom-center",...w,children:(0,n.jsx)(x,{children:J["bottom-center"]})})]})});z.classes=F,z.displayName="@mantine/notifications/Notifications",z.show=H.N9.show,z.hide=H.N9.hide,z.update=H.N9.update,z.clean=H.N9.clean,z.cleanQueue=H.N9.cleanQueue,z.updateState=H.N9.updateState},17577:function(e,t,r){"use strict";r.d(t,{yK:function(){return s},N9:function(){return u},Ps:function(){return o},zn:function(){return l}});var n=r(39678),a=r(7653);let o=function(e){let t=e,r=!1,n=new Set;return{getState:()=>t,updateState(e){t="function"==typeof e?e(t):e},setState(e){this.updateState(e),n.forEach(e=>e(t))},initialize(e){r||(t=e,r=!0)},subscribe:e=>(n.add(e),()=>n.delete(e))}}({notifications:[],queue:[],defaultPosition:"bottom-right",limit:5}),l=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o;return(0,a.useSyncExternalStore)(e.subscribe,()=>e.getState(),()=>e.getState())};function i(e,t){let r=e.getState(),n=function(e,t,r){let n=[],a=[],o={};for(let l of e){let e=l.position||t;o[e]=o[e]||0,o[e]+=1,o[e]<=r?a.push(l):n.push(l)}return{notifications:a,queue:n}}(t([...r.notifications,...r.queue]),r.defaultPosition,r.limit);e.setState({notifications:n.notifications,queue:n.queue,limit:r.limit,defaultPosition:r.defaultPosition})}function s(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:o;return i(t,t=>t.filter(t=>{if(t.id===e){var r;return null===(r=t.onClose)||void 0===r||r.call(t,t),!1}return!0})),e}let u={show:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:o,r=e.id||(0,n.randomId)();return i(t,t=>e.id&&t.some(t=>t.id===e.id)?t:[...t,{...e,id:r}]),r},hide:s,update:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:o;return i(t,t=>t.map(t=>t.id===e.id?{...t,...e}:t)),e.id},clean:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o;i(e,()=>[])},cleanQueue:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o;i(e,t=>t.slice(0,e.getState().limit))},updateState:i}},20580:function(e,t,r){"use strict";r.d(t,{Z$:function(){return u}});var n=r(7653),a=r(5322),o=r(52968);function l({node:e,...t}){var r;if(!(0,o.yL)(e))return null;let a=null==(r=t.resolveRichTextRenderer)?void 0:r.call(t,e);if(void 0===a&&(a=s(e)),!a)return null;let i=e.children?e.children.map((e,r)=>n.createElement(l,{...t,key:r,node:e})):null;return n.createElement(a,{node:e},i)}var i=new Map([["heading",({children:e,node:t})=>{let{tag:r}=t;return n.createElement(null!=r?r:"h1",null,e)}],["linebreak",()=>n.createElement("br",null)],["link",({children:e,node:t})=>{let{link:r}=t;return n.createElement("a",{href:(0,o.bk)(r)},e)}],["list",({children:e,node:t})=>{let{tag:r,start:a}=t;return n.createElement(null!=r?r:"ul",{start:Number.isFinite(a)&&a>0?a:void 0},e)}],["listitem",({children:e,node:t})=>{let{value:r}=t;return n.createElement("li",{value:Number.isFinite(r)&&r>0?r:void 0},e)}],["paragraph",({children:e,node:t})=>{let{format:r,direction:a}=t;return n.createElement("p",{dir:(0,o.W1)(a)?a:void 0,style:(0,o.se)(r)?{textAlign:r}:void 0},e)}],["quote",({children:e})=>n.createElement("blockquote",null,e)],["code",({children:e})=>n.createElement("pre",null,n.createElement("code",null,e))],["root",({children:e})=>n.createElement(n.Fragment,null,e)],["text",({node:e})=>{let{text:t,format:r}=e,a=(0,o.$j)(r);return n.createElement(n.Fragment,null,a.length>0?a.reduceRight((e,t)=>n.createElement(t,null,e),t):t)}],["tab",()=>n.createElement(n.Fragment,null,"	")],["table",({children:e})=>n.createElement("table",null,n.createElement("tbody",null,e))],["tablerow",({children:e})=>n.createElement("tr",null,e)],["tablecell",({children:e,node:t})=>{let{headerState:r}=t,a=(0,o.Vv)(r);return n.createElement(a,null,e)}],["asset",({node:e})=>{var t,r;let{__asset:a}=e;return void 0===a||"image"!==a.type?null:n.createElement("figure",null,n.createElement("img",{src:a.fields.url.value,alt:null==(t=a.fields.title)?void 0:t.value}),(null==(r=a.fields.description)?void 0:r.value)?n.createElement("figcaption",null,a.fields.description.value):null)}]]),s=e=>i.get(e.type);n.forwardRef(function({parameterId:e,component:t,resolveRichTextRenderer:r,as:i="div",context:s,placeholder:u,...c},d){var f,p;let h=null!=(f=null==s?void 0:s.isContextualEditing)&&f,m=null==(p=null==t?void 0:t.parameters)?void 0:p[e];if(!m)return null;let v="function"==typeof u?u({id:e}):u,g=m.value;return!g||!(0,o.is)(g)||!h&&(0,o.cD)(g)?null:null===i?n.createElement(l,{node:g.root,resolveRichTextRenderer:r}):n.createElement(i,{ref:d,...c,...h?{[a.dK]:t._id,[a.nq]:e,[a.ou]:"richText"}:{}},(0,o.cD)(g)?n.createElement("p",null,n.createElement("i",null,v)):n.createElement(l,{node:g.root,resolveRichTextRenderer:r}))});var u=({data:e,slot:t,children:r})=>{var n;let a=null==t?void 0:t.name,o=a?null==(n=null==e?void 0:e.slots)?void 0:n[a]:void 0,l=[];if(t)for(let e=0;e<t.items.length;e++){let n=t.items[e];if(r){let a=r({child:n,component:o[e],key:`inner-${e}`,slotName:t.name,slotIndex:e});l.push(a)}else l.push(n)}return l}},95849:function(e,t,r){"use strict";r.d(t,{Me:function(){return ee},oo:function(){return en},RR:function(){return er},uY:function(){return et}});let n=Math.min,a=Math.max,o={left:"right",right:"left",bottom:"top",top:"bottom"},l={start:"end",end:"start"};function i(e,t){return"function"==typeof e?e(t):e}function s(e){return e.split("-")[0]}function u(e){return e.split("-")[1]}function c(e){return"x"===e?"y":"x"}function d(e){return"y"===e?"height":"width"}function f(e){return["top","bottom"].includes(s(e))?"y":"x"}function p(e){return e.replace(/start|end/g,e=>l[e])}function h(e){return e.replace(/left|right|bottom|top/g,e=>o[e])}function m(e){let{x:t,y:r,width:n,height:a}=e;return{width:n,height:a,top:r,left:t,right:t+n,bottom:r+a,x:t,y:r}}function v(e,t,r){let n,{reference:a,floating:o}=e,l=f(t),i=c(f(t)),p=d(i),h=s(t),m="y"===l,v=a.x+a.width/2-o.width/2,g=a.y+a.height/2-o.height/2,C=a[p]/2-o[p]/2;switch(h){case"top":n={x:v,y:a.y-o.height};break;case"bottom":n={x:v,y:a.y+a.height};break;case"right":n={x:a.x+a.width,y:g};break;case"left":n={x:a.x-o.width,y:g};break;default:n={x:a.x,y:a.y}}switch(u(t)){case"start":n[i]-=C*(r&&m?-1:1);break;case"end":n[i]+=C*(r&&m?-1:1)}return n}let g=async(e,t,r)=>{let{placement:n="bottom",strategy:a="absolute",middleware:o=[],platform:l}=r,i=o.filter(Boolean),s=await (null==l.isRTL?void 0:l.isRTL(t)),u=await l.getElementRects({reference:e,floating:t,strategy:a}),{x:c,y:d}=v(u,n,s),f=n,p={},h=0;for(let r=0;r<i.length;r++){let{name:o,fn:m}=i[r],{x:g,y:C,data:y,reset:b}=await m({x:c,y:d,initialPlacement:n,placement:f,strategy:a,middlewareData:p,rects:u,platform:l,elements:{reference:e,floating:t}});c=null!=g?g:c,d=null!=C?C:d,p={...p,[o]:{...p[o],...y}},b&&h<=50&&(h++,"object"==typeof b&&(b.placement&&(f=b.placement),b.rects&&(u=!0===b.rects?await l.getElementRects({reference:e,floating:t,strategy:a}):b.rects),{x:c,y:d}=v(u,f,s)),r=-1)}return{x:c,y:d,placement:f,strategy:a,middlewareData:p}};async function C(e,t){var r;void 0===t&&(t={});let{x:n,y:a,platform:o,rects:l,elements:s,strategy:u}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:f="floating",altBoundary:p=!1,padding:h=0}=i(t,e),v="number"!=typeof h?{top:0,right:0,bottom:0,left:0,...h}:{top:h,right:h,bottom:h,left:h},g=s[p?"floating"===f?"reference":"floating":f],C=m(await o.getClippingRect({element:null==(r=await (null==o.isElement?void 0:o.isElement(g)))||r?g:g.contextElement||await (null==o.getDocumentElement?void 0:o.getDocumentElement(s.floating)),boundary:c,rootBoundary:d,strategy:u})),y="floating"===f?{x:n,y:a,width:l.floating.width,height:l.floating.height}:l.reference,b=await (null==o.getOffsetParent?void 0:o.getOffsetParent(s.floating)),S=await (null==o.isElement?void 0:o.isElement(b))&&await (null==o.getScale?void 0:o.getScale(b))||{x:1,y:1},x=m(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:s,rect:y,offsetParent:b,strategy:u}):y);return{top:(C.top-x.top+v.top)/S.y,bottom:(x.bottom-C.bottom+v.bottom)/S.y,left:(C.left-x.left+v.left)/S.x,right:(x.right-C.right+v.right)/S.x}}let y=Math.min,b=Math.max,S=Math.round,x=Math.floor,w=e=>({x:e,y:e});function k(e){return I(e)?(e.nodeName||"").toLowerCase():"#document"}function E(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function M(e){var t;return null==(t=(I(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function I(e){return e instanceof Node||e instanceof E(e).Node}function R(e){return e instanceof Element||e instanceof E(e).Element}function N(e){return e instanceof HTMLElement||e instanceof E(e).HTMLElement}function T(e){return"undefined"!=typeof ShadowRoot&&(e instanceof ShadowRoot||e instanceof E(e).ShadowRoot)}function L(e){let{overflow:t,overflowX:r,overflowY:n,display:a}=j(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&!["inline","contents"].includes(a)}function P(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch(e){return!1}})}function O(e){let t=A(),r=R(e)?j(e):e;return"none"!==r.transform||"none"!==r.perspective||!!r.containerType&&"normal"!==r.containerType||!t&&!!r.backdropFilter&&"none"!==r.backdropFilter||!t&&!!r.filter&&"none"!==r.filter||["transform","perspective","filter"].some(e=>(r.willChange||"").includes(e))||["paint","layout","strict","content"].some(e=>(r.contain||"").includes(e))}function A(){return"undefined"!=typeof CSS&&!!CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")}function V(e){return["html","body","#document"].includes(k(e))}function j(e){return E(e).getComputedStyle(e)}function $(e){return R(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function B(e){if("html"===k(e))return e;let t=e.assignedSlot||e.parentNode||T(e)&&e.host||M(e);return T(t)?t.host:t}function D(e,t,r){var n;void 0===t&&(t=[]),void 0===r&&(r=!0);let a=function e(t){let r=B(t);return V(r)?t.ownerDocument?t.ownerDocument.body:t.body:N(r)&&L(r)?r:e(r)}(e),o=a===(null==(n=e.ownerDocument)?void 0:n.body),l=E(a);if(o){let e=H(l);return t.concat(l,l.visualViewport||[],L(a)?a:[],e&&r?D(e):[])}return t.concat(a,D(a,[],r))}function H(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function F(e){let t=j(e),r=parseFloat(t.width)||0,n=parseFloat(t.height)||0,a=N(e),o=a?e.offsetWidth:r,l=a?e.offsetHeight:n,i=S(r)!==o||S(n)!==l;return i&&(r=o,n=l),{width:r,height:n,$:i}}function _(e){return R(e)?e:e.contextElement}function Z(e){let t=_(e);if(!N(t))return w(1);let r=t.getBoundingClientRect(),{width:n,height:a,$:o}=F(t),l=(o?S(r.width):r.width)/n,i=(o?S(r.height):r.height)/a;return l&&Number.isFinite(l)||(l=1),i&&Number.isFinite(i)||(i=1),{x:l,y:i}}let z=w(0);function G(e){let t=E(e);return A()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:z}function U(e,t,r,n){var a;void 0===t&&(t=!1),void 0===r&&(r=!1);let o=e.getBoundingClientRect(),l=_(e),i=w(1);t&&(n?R(n)&&(i=Z(n)):i=Z(e));let s=(void 0===(a=r)&&(a=!1),n&&(!a||n===E(l))&&a)?G(l):w(0),u=(o.left+s.x)/i.x,c=(o.top+s.y)/i.y,d=o.width/i.x,f=o.height/i.y;if(l){let e=E(l),t=n&&R(n)?E(n):n,r=e,a=H(r);for(;a&&n&&t!==r;){let e=Z(a),t=a.getBoundingClientRect(),n=j(a),o=t.left+(a.clientLeft+parseFloat(n.paddingLeft))*e.x,l=t.top+(a.clientTop+parseFloat(n.paddingTop))*e.y;u*=e.x,c*=e.y,d*=e.x,f*=e.y,u+=o,c+=l,a=H(r=E(a))}}return m({width:d,height:f,x:u,y:c})}function W(e){return U(M(e)).left+$(e).scrollLeft}function K(e,t,r){let n;if("viewport"===t)n=function(e,t){let r=E(e),n=M(e),a=r.visualViewport,o=n.clientWidth,l=n.clientHeight,i=0,s=0;if(a){o=a.width,l=a.height;let e=A();(!e||e&&"fixed"===t)&&(i=a.offsetLeft,s=a.offsetTop)}return{width:o,height:l,x:i,y:s}}(e,r);else if("document"===t)n=function(e){let t=M(e),r=$(e),n=e.ownerDocument.body,a=b(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=b(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight),l=-r.scrollLeft+W(e),i=-r.scrollTop;return"rtl"===j(n).direction&&(l+=b(t.clientWidth,n.clientWidth)-a),{width:a,height:o,x:l,y:i}}(M(e));else if(R(t))n=function(e,t){let r=U(e,!0,"fixed"===t),n=r.top+e.clientTop,a=r.left+e.clientLeft,o=N(e)?Z(e):w(1),l=e.clientWidth*o.x;return{width:l,height:e.clientHeight*o.y,x:a*o.x,y:n*o.y}}(t,r);else{let r=G(e);n={...t,x:t.x-r.x,y:t.y-r.y}}return m(n)}function J(e){return"static"===j(e).position}function q(e,t){return N(e)&&"fixed"!==j(e).position?t?t(e):e.offsetParent:null}function Y(e,t){let r=E(e);if(P(e))return r;if(!N(e)){let t=B(e);for(;t&&!V(t);){if(R(t)&&!J(t))return t;t=B(t)}return r}let n=q(e,t);for(;n&&["table","td","th"].includes(k(n))&&J(n);)n=q(n,t);return n&&V(n)&&J(n)&&!O(n)?r:n||function(e){let t=B(e);for(;N(t)&&!V(t);){if(O(t))return t;if(P(t))break;t=B(t)}return null}(e)||r}let X=async function(e){let t=this.getOffsetParent||Y,r=this.getDimensions,n=await r(e.floating);return{reference:function(e,t,r){let n=N(t),a=M(t),o="fixed"===r,l=U(e,!0,o,t),i={scrollLeft:0,scrollTop:0},s=w(0);if(n||!n&&!o){if(("body"!==k(t)||L(a))&&(i=$(t)),n){let e=U(t,!0,o,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else a&&(s.x=W(a))}return{x:l.left+i.scrollLeft-s.x,y:l.top+i.scrollTop-s.y,width:l.width,height:l.height}}(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}},Q={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:r,offsetParent:n,strategy:a}=e,o="fixed"===a,l=M(n),i=!!t&&P(t.floating);if(n===l||i&&o)return r;let s={scrollLeft:0,scrollTop:0},u=w(1),c=w(0),d=N(n);if((d||!d&&!o)&&(("body"!==k(n)||L(l))&&(s=$(n)),N(n))){let e=U(n);u=Z(n),c.x=e.x+n.clientLeft,c.y=e.y+n.clientTop}return{width:r.width*u.x,height:r.height*u.y,x:r.x*u.x-s.scrollLeft*u.x+c.x,y:r.y*u.y-s.scrollTop*u.y+c.y}},getDocumentElement:M,getClippingRect:function(e){let{element:t,boundary:r,rootBoundary:n,strategy:a}=e,o=[..."clippingAncestors"===r?P(t)?[]:function(e,t){let r=t.get(e);if(r)return r;let n=D(e,[],!1).filter(e=>R(e)&&"body"!==k(e)),a=null,o="fixed"===j(e).position,l=o?B(e):e;for(;R(l)&&!V(l);){let t=j(l),r=O(l);r||"fixed"!==t.position||(a=null),(o?!r&&!a:!r&&"static"===t.position&&!!a&&["absolute","fixed"].includes(a.position)||L(l)&&!r&&function e(t,r){let n=B(t);return!(n===r||!R(n)||V(n))&&("fixed"===j(n).position||e(n,r))}(e,l))?n=n.filter(e=>e!==l):a=t,l=B(l)}return t.set(e,n),n}(t,this._c):[].concat(r),n],l=o[0],i=o.reduce((e,r)=>{let n=K(t,r,a);return e.top=b(n.top,e.top),e.right=y(n.right,e.right),e.bottom=y(n.bottom,e.bottom),e.left=b(n.left,e.left),e},K(t,l,a));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}},getOffsetParent:Y,getElementRects:X,getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){let{width:t,height:r}=F(e);return{width:t,height:r}},getScale:Z,isElement:R,isRTL:function(e){return"rtl"===j(e).direction}};function ee(e,t,r,n){let a;void 0===n&&(n={});let{ancestorScroll:o=!0,ancestorResize:l=!0,elementResize:i="function"==typeof ResizeObserver,layoutShift:s="function"==typeof IntersectionObserver,animationFrame:u=!1}=n,c=_(e),d=o||l?[...c?D(c):[],...D(t)]:[];d.forEach(e=>{o&&e.addEventListener("scroll",r,{passive:!0}),l&&e.addEventListener("resize",r)});let f=c&&s?function(e,t){let r,n=null,a=M(e);function o(){var e;clearTimeout(r),null==(e=n)||e.disconnect(),n=null}return function l(i,s){void 0===i&&(i=!1),void 0===s&&(s=1),o();let{left:u,top:c,width:d,height:f}=e.getBoundingClientRect();if(i||t(),!d||!f)return;let p=x(c),h=x(a.clientWidth-(u+d)),m={rootMargin:-p+"px "+-h+"px "+-x(a.clientHeight-(c+f))+"px "+-x(u)+"px",threshold:b(0,y(1,s))||1},v=!0;function g(e){let t=e[0].intersectionRatio;if(t!==s){if(!v)return l();t?l(!1,t):r=setTimeout(()=>{l(!1,1e-7)},1e3)}v=!1}try{n=new IntersectionObserver(g,{...m,root:a.ownerDocument})}catch(e){n=new IntersectionObserver(g,m)}n.observe(e)}(!0),o}(c,r):null,p=-1,h=null;i&&(h=new ResizeObserver(e=>{let[n]=e;n&&n.target===c&&h&&(h.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var e;null==(e=h)||e.observe(t)})),r()}),c&&!u&&h.observe(c),h.observe(t));let m=u?U(e):null;return u&&function t(){let n=U(e);m&&(n.x!==m.x||n.y!==m.y||n.width!==m.width||n.height!==m.height)&&r(),m=n,a=requestAnimationFrame(t)}(),r(),()=>{var e;d.forEach(e=>{o&&e.removeEventListener("scroll",r),l&&e.removeEventListener("resize",r)}),null==f||f(),null==(e=h)||e.disconnect(),h=null,u&&cancelAnimationFrame(a)}}let et=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){let{x:r,y:o,placement:l}=t,{mainAxis:u=!0,crossAxis:d=!1,limiter:p={fn:e=>{let{x:t,y:r}=e;return{x:t,y:r}}},...h}=i(e,t),m={x:r,y:o},v=await C(t,h),g=f(s(l)),y=c(g),b=m[y],S=m[g];if(u){let e="y"===y?"top":"left",t="y"===y?"bottom":"right",r=b+v[e],o=b-v[t];b=a(r,n(b,o))}if(d){let e="y"===g?"top":"left",t="y"===g?"bottom":"right",r=S+v[e],o=S-v[t];S=a(r,n(S,o))}let x=p.fn({...t,[y]:b,[g]:S});return{...x,data:{x:x.x-r,y:x.y-o}}}}},er=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var r,n,a,o,l;let{placement:m,middlewareData:v,rects:g,initialPlacement:y,platform:b,elements:S}=t,{mainAxis:x=!0,crossAxis:w=!0,fallbackPlacements:k,fallbackStrategy:E="bestFit",fallbackAxisSideDirection:M="none",flipAlignment:I=!0,...R}=i(e,t);if(null!=(r=v.arrow)&&r.alignmentOffset)return{};let N=s(m),T=f(y),L=s(y)===y,P=await (null==b.isRTL?void 0:b.isRTL(S.floating)),O=k||(L||!I?[h(y)]:function(e){let t=h(e);return[p(e),t,p(t)]}(y)),A="none"!==M;!k&&A&&O.push(...function(e,t,r,n){let a=u(e),o=function(e,t,r){let n=["left","right"],a=["right","left"];switch(e){case"top":case"bottom":if(r)return t?a:n;return t?n:a;case"left":case"right":return t?["top","bottom"]:["bottom","top"];default:return[]}}(s(e),"start"===r,n);return a&&(o=o.map(e=>e+"-"+a),t&&(o=o.concat(o.map(p)))),o}(y,I,M,P));let V=[y,...O],j=await C(t,R),$=[],B=(null==(n=v.flip)?void 0:n.overflows)||[];if(x&&$.push(j[N]),w){let e=function(e,t,r){void 0===r&&(r=!1);let n=u(e),a=c(f(e)),o=d(a),l="x"===a?n===(r?"end":"start")?"right":"left":"start"===n?"bottom":"top";return t.reference[o]>t.floating[o]&&(l=h(l)),[l,h(l)]}(m,g,P);$.push(j[e[0]],j[e[1]])}if(B=[...B,{placement:m,overflows:$}],!$.every(e=>e<=0)){let e=((null==(a=v.flip)?void 0:a.index)||0)+1,t=V[e];if(t)return{data:{index:e,overflows:B},reset:{placement:t}};let r=null==(o=B.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:o.placement;if(!r)switch(E){case"bestFit":{let e=null==(l=B.filter(e=>{if(A){let t=f(e.placement);return t===T||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:l[0];e&&(r=e);break}case"initialPlacement":r=y}if(m!==r)return{reset:{placement:r}}}return{}}}},en=(e,t,r)=>{let n=new Map,a={platform:Q,...r},o={...a.platform,_c:n};return g(e,t,{...a,platform:o})}},57274:function(e,t,r){"use strict";r.d(t,{aj:function(){return ty}});var n=r(7653),a=r(40292),o=r(52509),l=r(26522);let i=(0,a.createReactComponent)(o.bx,{events:["onChange"]}),s=n.forwardRef((e,t)=>{let{style:r,children:l,...s}=e;return n.createElement(i,{...s},e=>n.createElement(o.WV.div,{...e,style:{display:"contents",...r},ref:(0,a.composeRefs)(e.ref,t)},l))});s.displayName="MediaAnnouncer";let u=(0,a.createReactComponent)(o.il),c=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(u,{...l},e=>n.createElement(o.WV.div,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});c.displayName="Controls";let d=(0,a.createReactComponent)(o.S3),f=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(d,{...l},e=>n.createElement(o.WV.div,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});f.displayName="ControlsGroup";let p=(0,a.createReactComponent)(o.TO);function h(e){let{children:t,...r}=e;return n.createElement(p,{...r},t)}h.displayName="Tooltip";let m=(0,a.createReactComponent)(o.qG),v=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(m,{...l},e=>n.createElement(o.WV.button,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});v.displayName="TooltipTrigger";let g=(0,a.createReactComponent)(o.fZ),C=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(g,{...l},e=>n.createElement(o.WV.div,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});C.displayName="TooltipContent";let y=(0,a.createReactComponent)(o.gq,{domEventsRegex:/^onMedia/}),b=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(y,{...l},e=>n.createElement(o.WV.button,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});b.displayName="GoogleCastButton";let S=(0,a.createReactComponent)(o.Vi,{events:l.LD,domEventsRegex:/^onMedia/}),x=n.forwardRef((e,t)=>{let{children:r,...a}=e;return n.createElement(S,{...a,ref:t},e=>n.createElement(o.WV.div,{...e},r))});x.displayName="QualitySlider",l.MB,l.Rg,l.bU,l.fQ,l.Su,l.B4;let w=(0,a.createReactComponent)(o._e,{events:l.LD,domEventsRegex:/^onMedia/}),k=n.forwardRef((e,t)=>{let{children:r,...a}=e;return n.createElement(w,{...a,ref:t},e=>n.createElement(o.WV.div,{...e},r))});k.displayName="AudioGainSlider",l.MB,l.Rg,l.bU,l.fQ,l.Su,l.B4;let E=(0,a.createReactComponent)(o.WU,{events:l.LD,domEventsRegex:/^onMedia/}),M=n.forwardRef((e,t)=>{let{children:r,...a}=e;return n.createElement(E,{...a,ref:t},e=>n.createElement(o.WV.div,{...e},r))});M.displayName="SpeedSlider",l.MB,l.Rg,l.bU,l.fQ,l.Su,l.B4;let I=n.forwardRef((e,t)=>{let{children:r,...a}=e,l=(0,o.j9)("title");return n.createElement(o.WV.span,{...a,ref:t},l,r)});function R(e){let[t,r]=n.useState([]);return n.useEffect(()=>{if(!e){r([]);return}function t(){e&&r(e.activeCues)}return t(),(0,a.listenEvent)(e,"cue-change",t)},[e]),t}function N(e){let t=(0,l.kH)(),[r,a]=n.useState(null);return n.useEffect(()=>(0,o.lk)(t.textTracks,e,a),[e]),r}function T(){var e;return(null===(e=R(N("chapters"))[0])||void 0===e?void 0:e.text)||""}I.displayName="Title";let L=n.forwardRef((e,t)=>{let{defaultText:r="",children:a,...l}=e,i=T();return n.createElement(o.WV.span,{...l,ref:t},i||r,a)});L.displayName="ChapterTitle";let P=(0,a.createReactComponent)(o.al),O=n.forwardRef((e,t)=>{let{children:r,...a}=e;return n.createElement(P,{...a,ref:t},e=>n.createElement(o.WV.div,{...e},r))});O.displayName="Captions";let A=n.forwardRef((e,t)=>{let{size:r=96,children:a,...o}=e;return n.createElement("svg",{width:r,height:r,fill:"none",viewBox:"0 0 120 120","aria-hidden":"true","data-part":"root",...o,ref:t},a)}),V=n.forwardRef((e,t)=>{let{width:r=8,children:a,...o}=e;return n.createElement("circle",{cx:"60",cy:"60",r:"54",stroke:"currentColor",strokeWidth:r,"data-part":"track",...o,ref:t},a)}),j=n.forwardRef((e,t)=>{let{width:r=8,fillPercent:a=50,children:o,...l}=e;return n.createElement("circle",{cx:"60",cy:"60",r:"54",stroke:"currentColor",pathLength:"100",strokeWidth:r,strokeDasharray:100,strokeDashoffset:100-a,"data-part":"track-fill",...l,ref:t},o)});function $(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=(0,a.useReactScope)();return n.useMemo(()=>(0,a.scoped)(()=>(0,a.signal)(e),r),[r,...t])}function B(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=(0,a.useReactScope)();return n.useMemo(()=>(0,a.scoped)(()=>(0,a.computed)(e),r),[r,...t])}function D(e,t){n.useEffect(()=>{if(!e)return;t();let r=new ResizeObserver((0,a.animationFrameThrottle)(t));return r.observe(e),()=>r.disconnect()},[e,t])}function H(e){let t=(0,l.uY)();n.useEffect(()=>{if(t)return(0,a.effect)(()=>{let r=t.$el;return null==r||r.setAttribute("data-layout",e),()=>null==r?void 0:r.removeAttribute("data-layout")})},[t])}var F=r(3458);let _=(0,a.signal)(null),Z=(0,a.signal)(null),z=n.createContext({});function G(){return n.useContext(z)}function U(e){let{translations:t}=G();return W(t,e)}function W(e,t){return(null==e?void 0:e[t])??t}function K(e){let t=function(){let[e,t]=n.useState("dark");return n.useEffect(()=>{let e=window.matchMedia("(prefers-color-scheme: light)");function r(){t(e.matches?"light":"dark")}return r(),(0,a.listenEvent)(e,"change",r)},[]),e}();return"default"===e?null:"system"===e?t:e}function J(e){let{type:t,smLayoutWhen:r,renderLayout:i}=e,s=n.forwardRef((e,s)=>{let{children:u,className:c,disableTimeSlider:d=!1,hideQualityBitrate:f=!1,icons:p,colorScheme:h="system",download:m=null,menuContainer:v=null,menuGroup:g="bottom",noAudioGain:C=!1,audioGains:y={min:0,max:300,step:25},noGestures:b=!1,noKeyboardAnimations:S=!1,noModal:x=!1,noScrubGesture:w,playbackRates:k={min:0,max:2,step:.25},seekStep:E=10,showMenuDelay:M,showTooltipDelay:I=700,sliderChaptersMinWidth:R=325,slots:N,smallLayoutWhen:T=r,thumbnails:L=null,translations:P,...O}=e,A=(0,l.kH)(),V=(0,a.useSignal)(A.$props.load),j=(0,o.j9)("canLoad"),D=(0,o.j9)("viewType"),H=(0,o.j9)("streamType"),F=B(()=>(0,a.isBoolean)(T)?T:T(A.player.state),[T]),_=$(!0),Z=$(!0),G=D===t,U=F(),W=(0,a.isBoolean)(T),J="play"===V&&!j,q=j||W||J,Y=K(h),X=$(null);return(0,a.useSignal)(F),n.createElement("div",{...O,className:`vds-${t}-layout`+(Y?` ${Y}`:"")+(c?` ${c}`:""),"data-match":G?"":null,"data-sm":U?"":null,"data-lg":U?null:"","data-size":U?"sm":"lg","data-no-scrub-gesture":w?"":null,ref:(0,a.composeRefs)(X.set,s)},q&&G?n.createElement(z.Provider,{value:{disableTimeSlider:d,hideQualityBitrate:f,icons:p,colorScheme:h,download:m,isSmallLayout:U,menuContainer:v,menuGroup:g,noAudioGain:C,audioGains:y,layoutEl:X,noGestures:b,noKeyboardAnimations:S,noModal:x,noScrubGesture:w,showMenuDelay:M,showTooltipDelay:I,sliderChaptersMinWidth:R,slots:N,seekStep:E,playbackRates:k,thumbnails:L,translations:P,userPrefersAnnouncements:_,userPrefersKeyboardAnimations:Z}},i({streamType:H,isSmallLayout:U,isLoadLayout:J}),u):null)});return s.displayName="DefaultMediaLayout",s}function q(){return n.useContext(z).slots}function Y(){return n.useContext(z).slots}function X(e,t,r){let o=null==e?void 0:e[t],l=(0,a.uppercaseFirstChar)(t);return n.createElement(n.Fragment,null,null==e?void 0:e[`before${l}`],(0,a.isUndefined)(o)?r:o,null==e?void 0:e[`after${l}`])}function Q(){let{userPrefersAnnouncements:e,translations:t}=G();return(0,a.useSignal)(e)?n.createElement(s,{translations:t}):null}function ee(e){let{content:t,placement:r,children:a}=e,{showTooltipDelay:o}=G();return n.createElement(h,{showDelay:o},n.createElement(v,{asChild:!0},a),n.createElement(C,{className:"vds-tooltip-content",placement:r},t))}function et(e){let{tooltip:t}=e,{icons:r}=G(),a=U("Play"),i=U("Pause"),s=(0,o.j9)("paused"),u=(0,o.j9)("ended");return n.createElement(ee,{content:s?a:i,placement:t},n.createElement(l.JM,{className:"vds-play-button vds-button","aria-label":a},u?n.createElement(r.PlayButton.Replay,{className:"vds-icon"}):s?n.createElement(r.PlayButton.Play,{className:"vds-icon"}):n.createElement(r.PlayButton.Pause,{className:"vds-icon"})))}z.displayName="DefaultLayoutContext",Q.displayName="DefaultAnnouncer",ee.displayName="DefaultTooltip",et.displayName="DefaultPlayButton";let er=n.forwardRef((e,t)=>{let{tooltip:r}=e,{icons:a}=G(),i=U("Mute"),s=U("Unmute"),u=(0,o.j9)("muted"),c=(0,o.j9)("volume");return n.createElement(ee,{content:u?s:i,placement:r},n.createElement(l.tg,{className:"vds-mute-button vds-button","aria-label":i,ref:t},u||0==c?n.createElement(a.MuteButton.Mute,{className:"vds-icon"}):c<.5?n.createElement(a.MuteButton.VolumeLow,{className:"vds-icon"}):n.createElement(a.MuteButton.VolumeHigh,{className:"vds-icon"})))});function en(e){let{tooltip:t}=e,{icons:r}=G(),a=U("Captions"),i=U("Closed-Captions On"),s=U("Closed-Captions Off"),u=(0,o.j9)("textTrack"),c=u&&(0,o.nl)(u);return n.createElement(ee,{content:c?i:s,placement:t},n.createElement(l.os,{className:"vds-caption-button vds-button","aria-label":a},c?n.createElement(r.CaptionButton.On,{className:"vds-icon"}):n.createElement(r.CaptionButton.Off,{className:"vds-icon"})))}function ea(e){let{tooltip:t}=e,{icons:r}=G(),a=U("PiP"),i=U("Enter PiP"),s=U("Exit PiP"),u=(0,o.j9)("pictureInPicture");return n.createElement(ee,{content:u?s:i,placement:t},n.createElement(l.bD,{className:"vds-pip-button vds-button","aria-label":a},u?n.createElement(r.PIPButton.Exit,{className:"vds-icon"}):n.createElement(r.PIPButton.Enter,{className:"vds-icon"})))}function eo(e){let{tooltip:t}=e,{icons:r}=G(),a=U("Fullscreen"),i=U("Enter Fullscreen"),s=U("Exit Fullscreen"),u=(0,o.j9)("fullscreen");return n.createElement(ee,{content:u?s:i,placement:t},n.createElement(l.dY,{className:"vds-fullscreen-button vds-button","aria-label":a},u?n.createElement(r.FullscreenButton.Exit,{className:"vds-icon"}):n.createElement(r.FullscreenButton.Enter,{className:"vds-icon"})))}function el(e){let{backward:t,tooltip:r}=e,{icons:a,seekStep:o}=G(),i=U("Seek Forward"),s=U("Seek Backward"),u=(t?-1:1)*o,c=u>=0?i:s;return n.createElement(ee,{content:c,placement:r},n.createElement(l.R6,{className:"vds-seek-button vds-button",seconds:u,"aria-label":c},u>=0?n.createElement(a.SeekButton.Forward,{className:"vds-icon"}):n.createElement(a.SeekButton.Backward,{className:"vds-icon"})))}function ei(e){let{tooltip:t}=e,{icons:r}=G(),i=U("AirPlay"),s=(0,o.j9)("remotePlaybackState"),u=U((0,a.uppercaseFirstChar)(s)),c=`${i} ${u}`,d=("connecting"===s?r.AirPlayButton.Connecting:"connected"===s?r.AirPlayButton.Connected:null)??r.AirPlayButton.Default;return n.createElement(ee,{content:i,placement:t},n.createElement(l.Gf,{className:"vds-airplay-button vds-button","aria-label":c},n.createElement(d,{className:"vds-icon"})))}function es(e){let{tooltip:t}=e,{icons:r}=G(),l=U("Google Cast"),i=(0,o.j9)("remotePlaybackState"),s=U((0,a.uppercaseFirstChar)(i)),u=`${l} ${s}`,c=("connecting"===i?r.GoogleCastButton.Connecting:"connected"===i?r.GoogleCastButton.Connected:null)??r.GoogleCastButton.Default;return n.createElement(ee,{content:l,placement:t},n.createElement(b,{className:"vds-google-cast-button vds-button","aria-label":u},n.createElement(c,{className:"vds-icon"})))}function eu(){let e=(0,o.j9)("live"),t=U("Skip To Live"),r=U("LIVE");return e?n.createElement(l.Bn,{className:"vds-live-button","aria-label":t},n.createElement("span",{className:"vds-live-button-text"},r)):null}function ec(){let{download:e,icons:t}=G(),r=(0,o.j9)("source"),i=(0,o.j9)("title"),s=(0,o.gU)({title:i,src:r,download:e}),u=U("Download");return(0,a.isString)(null==s?void 0:s.url)?n.createElement(ee,{content:u,placement:"top"},n.createElement("a",{role:"button",className:"vds-download-button vds-button","aria-label":u,href:(0,l.nQ)(s.url,{download:s.name}),download:s.name,target:"_blank"},t.DownloadButton?n.createElement(t.DownloadButton.Default,{className:"vds-icon"}):null)):null}function ed(){let e=U("Captions look like this");return n.createElement(O,{className:"vds-captions",exampleText:e})}function ef(){return n.createElement("div",{className:"vds-controls-spacer"})}function ep(){let{layoutEl:e}=G(),t=(0,a.useSignal)(e);return n.useMemo(()=>null==t?void 0:t.closest("dialog"),[t])}function eh(e){let{tooltip:t,placement:r,portalClass:i=""}=e,{showMenuDelay:s,noModal:u,isSmallLayout:c,icons:d,menuGroup:f,menuContainer:p,colorScheme:h}=G(),m=U("Chapters"),v=function(){let e=(0,l.kH)(),t=N("chapters"),r=function(e){let[t,r]=n.useState([]);return n.useEffect(()=>{if(!e)return;function t(){e&&r([...e.cues])}let n=new a.EventsController(e).add("add-cue",t).add("remove-cue",t);return t(),()=>{r([]),n.abort()}},[e]),t}(t),i=(0,a.useSignal)(e.$state.seekableStart),s=(0,a.useSignal)(e.$state.seekableEnd);return R(t),n.useMemo(()=>{let n=t?r.filter(e=>e.startTime<=s&&e.endTime>=i).map((r,n)=>{let l=null,u;return{cue:r,label:r.text,value:n.toString(),startTimeText:(0,o.mr)(Math.max(0,r.startTime-i)),durationText:(0,o.V6)(Math.min(s,r.endTime)-Math.max(i,r.startTime)),get selected(){return r===t.activeCues[0]},setProgressVar(n){if(!n||r!==t.activeCues[0]){null==u||u(),u=void 0,null==n||n.style.setProperty("--progress","0%"),l=null;return}l!==n&&(l=n,null==u||u(),u=(0,a.effect)(()=>{let{realCurrentTime:t}=e.$state,a=t(),o=Math.max(i,r.startTime),l=Math.min(s,r.endTime)-o;n.style.setProperty("--progress",(Math.max(0,a-o)/l*100).toFixed(3)+"%")}))},select(t){e.remote.seek(r.startTime-i,t)}}}):[];return Object.defineProperty(n,"selectedValue",{get(){let e=n.findIndex(e=>e.selected);return(e>=0?e:0).toString()}}),n},[r,i,s])}(),g=!v.length,{thumbnails:C}=G(),y=(0,o.j9)("currentSrc"),b=(0,o.j9)("viewType"),S=(0,a.useSignal)(_),x=K(h),[w,k]=n.useState(!1),E=ep();if(g)return null;let M=n.createElement(l.ob,{className:"vds-chapters-menu-items vds-menu-items",placement:r,offset:c||"bottom"!==f||"video"!==b?0:26},w?n.createElement(l.fh,{className:"vds-chapters-radio-group vds-radio-group",value:v.selectedValue,"data-thumbnails":C?"":null},v.map(e=>{let{cue:t,label:r,value:a,startTimeText:i,durationText:s,select:u,setProgressVar:c}=e;return n.createElement(l.ck,{className:"vds-chapter-radio vds-radio",value:a,key:a,onSelect:u,ref:c},C?n.createElement(l.fC,{src:C,className:"vds-thumbnail",time:t.startTime},n.createElement(l.Ei,null)):S&&(0,o.r4)(y)?n.createElement(S,{className:"vds-thumbnail",frame:t.startTime*y.fps}):null,n.createElement("div",{className:"vds-chapter-radio-content"},n.createElement("span",{className:"vds-chapter-radio-label"},r),n.createElement("span",{className:"vds-chapter-radio-start-time"},i),n.createElement("span",{className:"vds-chapter-radio-duration"},s)))})):null);return n.createElement(l.U7,{className:"vds-chapters-menu vds-menu",showDelay:s,onOpen:function(){(0,F.flushSync)(()=>{k(!0)})},onClose:function(){k(!1)}},n.createElement(ee,{content:m,placement:t},n.createElement(l.zx,{className:"vds-menu-button vds-button",disabled:g,"aria-label":m},n.createElement(d.Menu.Chapters,{className:"vds-icon"}))),u||!c?M:n.createElement(l.h_,{container:p??E,className:i+(x?` ${x}`:""),disabled:"fullscreen","data-sm":c?"":null,"data-lg":c?null:"","data-size":c?"sm":"lg"},M))}er.displayName="DefaultMuteButton",en.displayName="DefaultCaptionButton",ea.displayName="DefaultPIPButton",eo.displayName="DefaultFullscreenButton",el.displayName="DefaultSeekButton",ei.displayName="DefaultAirPlayButton",es.displayName="DefaultGoogleCastButton",eu.displayName="DefaultLiveButton",ec.displayName="DefaultDownloadButton",ed.displayName="DefaultCaptions",ef.displayName="DefaultControlsSpacer",eh.displayName="DefaultChaptersMenu";let em={type:"color"},ev={type:"radio",values:{"Monospaced Serif":"mono-serif","Proportional Serif":"pro-serif","Monospaced Sans-Serif":"mono-sans","Proportional Sans-Serif":"pro-sans",Casual:"casual",Cursive:"cursive","Small Capitals":"capitals"}},eg={type:"slider",min:0,max:400,step:25,upIcon:null,downIcon:null},eC={type:"slider",min:0,max:100,step:5,upIcon:null,downIcon:null},ey={type:"radio",values:["None","Drop Shadow","Raised","Depressed","Outline"]},eb={fontFamily:"pro-sans",fontSize:"100%",textColor:"#ffffff",textOpacity:"100%",textShadow:"none",textBg:"#000000",textBgOpacity:"100%",displayBg:"#000000",displayBgOpacity:"0%"},eS=Object.keys(eb).reduce((e,t)=>({...e,[t]:(0,a.signal)(eb[t])}),{});if(!o.W6)for(let e of Object.keys(eS)){let t=localStorage.getItem(`vds-player:${(0,a.camelToKebabCase)(e)}`);(0,a.isString)(t)&&eS[e].set(t)}function ex(){for(let e of Object.keys(eS)){let t=eb[e];eS[e].set(t)}}function ew(e){let{style:t}=new Option;return t.color=e,t.color.match(/\((.*?)\)/)[1].replace(/,/g," ")}let ek=!1,eE=new Set;function eM(){if(o.W6)return;let{player:e}=(0,o.kH)();eE.add(e),(0,a.onDispose)(()=>eE.delete(e)),ek||((0,a.scoped)(()=>{for(let t of(0,a.keysOf)(eS)){let r=eS[t],n=eb[t],o=`--media-user-${(0,a.camelToKebabCase)(t)}`,l=`vds-player:${(0,a.camelToKebabCase)(t)}`;(0,a.effect)(()=>{let a=r(),i=a===n,s=i?null:function(e,t,r){switch(t){case"fontFamily":var n;let a="capitals"===r?"small-caps":"";return null===(n=e.el)||void 0===n||n.style.setProperty("--media-user-font-variant",a),function(e){switch(e){case"mono-serif":return'"Courier New", Courier, "Nimbus Mono L", "Cutive Mono", monospace';case"mono-sans":return'"Deja Vu Sans Mono", "Lucida Console", Monaco, Consolas, "PT Mono", monospace';case"pro-sans":return'Roboto, "Arial Unicode Ms", Arial, Helvetica, Verdana, "PT Sans Caption", sans-serif';case"casual":return'"Comic Sans MS", Impact, Handlee, fantasy';case"cursive":return'"Monotype Corsiva", "URW Chancery L", "Apple Chancery", "Dancing Script", cursive';case"capitals":return'"Arial Unicode Ms", Arial, Helvetica, Verdana, "Marcellus SC", sans-serif + font-variant=small-caps';default:return'"Times New Roman", Times, Georgia, Cambria, "PT Serif Caption", serif'}}(r);case"fontSize":case"textOpacity":case"textBgOpacity":case"displayBgOpacity":return(parseInt(r)/100).toString();case"textColor":return`rgb(${ew(r)} / var(--media-user-text-opacity, 1))`;case"textShadow":return function(e){switch(e){case"drop shadow":return"rgb(34, 34, 34) 1.86389px 1.86389px 2.79583px, rgb(34, 34, 34) 1.86389px 1.86389px 3.72778px, rgb(34, 34, 34) 1.86389px 1.86389px 4.65972px";case"raised":return"rgb(34, 34, 34) 1px 1px, rgb(34, 34, 34) 2px 2px";case"depressed":return"rgb(204, 204, 204) 1px 1px, rgb(34, 34, 34) -1px -1px";case"outline":return"rgb(34, 34, 34) 0px 0px 1.86389px, rgb(34, 34, 34) 0px 0px 1.86389px, rgb(34, 34, 34) 0px 0px 1.86389px, rgb(34, 34, 34) 0px 0px 1.86389px, rgb(34, 34, 34) 0px 0px 1.86389px";default:return""}}(r);case"textBg":return`rgb(${ew(r)} / var(--media-user-text-bg-opacity, 1))`;case"displayBg":return`rgb(${ew(r)} / var(--media-user-display-bg-opacity, 1))`}}(e,t,a);for(let e of eE){var u;null===(u=e.el)||void 0===u||u.style.setProperty(o,s)}i?localStorage.removeItem(l):localStorage.setItem(l,a)})}},null),ek=!0)}function eI(e){let{label:t,value:r,children:a}=e,o=n.useId();return t?n.createElement("section",{className:"vds-menu-section",role:"group","aria-labelledby":o},n.createElement("div",{className:"vds-menu-section-title"},n.createElement("header",{id:o},t),r?n.createElement("div",{className:"vds-menu-section-value"},r):null),n.createElement("div",{className:"vds-menu-section-body"},a)):n.createElement("div",{className:"vds-menu-section"},n.createElement("div",{className:"vds-menu-section-body"},a))}function eR(e){let{label:t,hint:r="",Icon:a,disabled:o=!1}=e,{icons:i}=n.useContext(z);return n.createElement(l.zx,{className:"vds-menu-item",disabled:o},n.createElement(i.Menu.ArrowLeft,{className:"vds-menu-close-icon vds-icon"}),a?n.createElement(a,{className:"vds-menu-item-icon vds-icon"}):null,n.createElement("span",{className:"vds-menu-item-label"},t),n.createElement("span",{className:"vds-menu-item-hint"},r),n.createElement(i.Menu.ArrowRight,{className:"vds-menu-open-icon vds-icon"}))}function eN(e){let{label:t,children:r}=e;return n.createElement("div",{className:"vds-menu-item"},n.createElement("div",{className:"vds-menu-item-label"},t),r)}function eT(e){let{value:t,options:r,onChange:a}=e,{icons:o}=G();return n.createElement(l.fh,{className:"vds-radio-group",value:t,onChange:a},r.map(e=>n.createElement(l.ck,{className:"vds-radio",value:e.value,key:e.value},n.createElement(o.Menu.RadioCheck,{className:"vds-icon"}),n.createElement("span",{className:"vds-radio-label","data-part":"label"},e.label))))}function eL(e){let{label:t,value:r,UpIcon:a,DownIcon:o,children:l,isMin:i,isMax:s}=e,u=t||r,c=n.createElement(n.Fragment,null,o?n.createElement(o,{className:"vds-icon down"}):null,l,a?n.createElement(a,{className:"vds-icon up"}):null);return n.createElement("div",{className:`vds-menu-item vds-menu-slider-item${u?" group":""}`,"data-min":i?"":null,"data-max":s?"":null},u?n.createElement(n.Fragment,null,n.createElement("div",{className:"vds-menu-slider-title"},t?n.createElement("div",null,t):null,r?n.createElement("div",null,r):null),n.createElement("div",{className:"vds-menu-slider-body"},c)):c)}function eP(){return n.createElement(n.Fragment,null,n.createElement(l.fQ,{className:"vds-slider-track"}),n.createElement(l.Su,{className:"vds-slider-track-fill vds-slider-track"}),n.createElement(l.bU,{className:"vds-slider-thumb"}))}function eO(){return n.createElement(l.Rg,{className:"vds-slider-steps"},e=>n.createElement("div",{className:"vds-slider-step",key:String(e)}))}function eA(){let e=U("Caption Styles"),t=(0,o.j9)("hasCaptions"),r=U("Font"),a=U("Text"),i=U("Text Background"),s=U("Display Background");return t?n.createElement(l.U7,{className:"vds-font-menu vds-menu"},n.createElement(eR,{label:e}),n.createElement(l.ob,{className:"vds-font-style-items vds-menu-items"},n.createElement(eI,{label:r},n.createElement(eV,null),n.createElement(ej,null)),n.createElement(eI,{label:a},n.createElement(e$,null),n.createElement(eD,null),n.createElement(eB,null)),n.createElement(eI,{label:i},n.createElement(eH,null),n.createElement(eF,null)),n.createElement(eI,{label:s},n.createElement(e_,null),n.createElement(eZ,null)),n.createElement(eI,null,n.createElement(eU,null)))):null}function eV(){return n.createElement(ez,{label:"Family",type:"fontFamily",option:ev})}function ej(){let{icons:e}=G(),t={...eg,upIcon:e.Menu.FontSizeUp,downIcon:e.Menu.FontSizeDown};return n.createElement(ez,{label:"Size",type:"fontSize",option:t})}function e$(){return n.createElement(ez,{label:"Color",type:"textColor",option:em})}function eB(){let{icons:e}=G(),t={...eC,upIcon:e.Menu.OpacityUp,downIcon:e.Menu.OpacityDown};return n.createElement(ez,{label:"Opacity",type:"textOpacity",option:t})}function eD(){return n.createElement(ez,{label:"Shadow",type:"textShadow",option:ey})}function eH(){return n.createElement(ez,{label:"Color",type:"textBg",option:em})}function eF(){let{icons:e}=G(),t={...eC,upIcon:e.Menu.OpacityUp,downIcon:e.Menu.OpacityDown};return n.createElement(ez,{label:"Opacity",type:"textBgOpacity",option:t})}function e_(){return n.createElement(ez,{label:"Color",type:"displayBg",option:em})}function eZ(){let{icons:e}=G(),t={...eC,upIcon:e.Menu.OpacityUp,downIcon:e.Menu.OpacityDown};return n.createElement(ez,{label:"Opacity",type:"displayBgOpacity",option:t})}function ez(e){let{label:t,option:r,type:o}=e,i=(0,l.uY)(),s=eS[o],u=(0,a.useSignal)(s),c=U(t),d=n.useCallback(()=>{null==i||i.dispatchEvent(new Event("vds-font-change"))},[i]),f=n.useCallback(e=>{s.set(e),d()},[s,d]);if("color"===r.type)return n.createElement(eN,{label:c},n.createElement("input",{className:"vds-color-picker",type:"color",value:u,onChange:function(e){f(e.target.value)}}));if("slider"===r.type){let e=function(e){f(e+"%")},{min:t,max:a,step:o,upIcon:i,downIcon:s}=r;return n.createElement(eL,{label:c,value:u,UpIcon:i,DownIcon:s,isMin:u===t+"%",isMax:u===a+"%"},n.createElement(l.A1,{className:"vds-slider",min:t,max:a,step:o,keyStep:o,value:parseInt(u),"aria-label":c,onValueChange:e,onDragValueChange:e},n.createElement(eP,null),n.createElement(eO,null)))}return"radio"===r.type?n.createElement(eG,{id:(0,a.camelToKebabCase)(o),label:c,value:u,values:r.values,onChange:f}):null}function eG(e){let{id:t,label:r,value:o,values:i,onChange:s}=e,u=n.useMemo(()=>(0,a.isArray)(i)?i.map(e=>({label:e,value:e.toLowerCase()})):Object.keys(i).map(e=>({label:e,value:i[e]})),[i]),{translations:c}=G(),d=n.useMemo(()=>{var e;return W(c,(null===(e=u.find(e=>e.value===o))||void 0===e?void 0:e.label)||"")},[o,u]);return n.createElement(l.U7,{className:`vds-${t}-menu vds-menu`},n.createElement(eR,{label:r,hint:d}),n.createElement(l.ob,{className:"vds-menu-items"},n.createElement(eT,{value:o,options:u,onChange:s})))}function eU(){let e=U("Reset");return n.createElement("button",{className:"vds-menu-item",role:"menuitem",onClick:ex},n.createElement("span",{className:"vds-menu-item-label"},e))}function eW(e){let{label:t,checked:r,storageKey:o,defaultChecked:l=!1,onChange:i}=e,[s,u]=n.useState(l),[c,d]=n.useState(!1);function f(e){if(e&&"button"in e&&(null==e?void 0:e.button)===1)return;let t=!s;u(t),o&&localStorage.setItem(o,t?"1":""),null==i||i(t,null==e?void 0:e.nativeEvent),d(!1)}return n.useEffect(()=>{let e=!!((o?localStorage.getItem(o):null)??l);u(e),null==i||i(e)},[]),n.useEffect(()=>{(0,a.isBoolean)(r)&&u(r)},[r]),n.createElement("div",{className:"vds-menu-checkbox",role:"menuitemcheckbox",tabIndex:0,"aria-label":t,"aria-checked":s?"true":"false","data-active":c?"":null,onPointerUp:f,onPointerDown:function(e){0===e.button&&d(!0)},onKeyDown:function(e){(0,a.isKeyboardClick)(e.nativeEvent)&&f()}})}function eK(e){let{slots:t}=e,r=U("Accessibility"),{icons:a}=G();return n.createElement(l.U7,{className:"vds-accessibility-menu vds-menu"},n.createElement(eR,{label:r,Icon:a.Menu.Accessibility}),n.createElement(l.ob,{className:"vds-menu-items"},X(t,"accessibilityMenuItemsStart",null),n.createElement(eI,null,n.createElement(eJ,null),n.createElement(eq,null)),n.createElement(eI,null,n.createElement(eA,null)),X(t,"accessibilityMenuItemsEnd",null)))}function eJ(){let{userPrefersAnnouncements:e}=G(),t=U("Announcements");return n.createElement(eN,{label:t},n.createElement(eW,{label:t,defaultChecked:!0,storageKey:"vds-player::announcements",onChange:function(t){e.set(t)}}))}function eq(){let e=(0,o.j9)("viewType"),{userPrefersKeyboardAnimations:t,noKeyboardAnimations:r}=G(),a=U("Keyboard Animations");return"video"!==e||r?null:n.createElement(eN,{label:a},n.createElement(eW,{label:a,defaultChecked:!0,storageKey:"vds-player::keyboard-animations",onChange:function(e){t.set(e)}}))}function eY(e){let{slots:t}=e,r=U("Audio"),a=(0,o.j9)("canSetAudioGain"),i=(0,o.j9)("audioTracks"),{noAudioGain:s,icons:u}=G(),c=a&&!s;return!c&&i.length<=1?null:n.createElement(l.U7,{className:"vds-audio-menu vds-menu"},n.createElement(eR,{label:r,Icon:u.Menu.Audio}),n.createElement(l.ob,{className:"vds-menu-items"},X(t,"audioMenuItemsStart",null),n.createElement(e3,null),c?n.createElement(eX,null):null,X(t,"audioMenuItemsEnd",null)))}function eX(){let e=(0,o.j9)("audioGain"),t=U("Boost"),r=(0,o.j9)("canSetAudioGain"),{noAudioGain:a,icons:l}=G(),i=eQ(),s=e1();return!r||a?null:n.createElement(eI,{label:t,value:Math.round(((e??1)-1)*100)+"%"},n.createElement(eL,{UpIcon:l.Menu.AudioBoostUp,DownIcon:l.Menu.AudioBoostDown,isMin:((e??1)-1)*100<=i,isMax:((e??1)-1)*100===s},n.createElement(e6,null)))}function eQ(){let{audioGains:e}=G();return((0,a.isArray)(e)?e[0]:null==e?void 0:e.min)??0}function e1(){let{audioGains:e}=G();return((0,a.isArray)(e)?e[e.length-1]:null==e?void 0:e.max)??300}function e6(){let e=U("Audio Boost"),t=eQ(),r=e1(),o=function(){let{audioGains:e}=G();return((0,a.isArray)(e)?e[1]-e[0]:null==e?void 0:e.step)||25}();return n.createElement(k,{className:"vds-audio-gain-slider vds-slider","aria-label":e,min:t,max:r,step:o,keyStep:o},n.createElement(eP,null),n.createElement(eO,null))}function e3(){let{icons:e}=G(),t=U("Track"),r=U("Default"),a=(0,o.j9)("audioTrack"),i=(0,l.pi)();return i.disabled?null:n.createElement(l.U7,{className:"vds-audio-track-menu vds-menu"},n.createElement(eR,{label:t,hint:(null==a?void 0:a.label)??r,disabled:i.disabled,Icon:e.Menu.Audio}),n.createElement(l.ob,{className:"vds-menu-items"},n.createElement(l.fh,{className:"vds-audio-radio-group vds-radio-group",value:i.selectedValue},i.map(t=>{let{label:r,value:a,select:o}=t;return n.createElement(l.ck,{className:"vds-audio-radio vds-radio",value:a,onSelect:o,key:a},n.createElement(e.Menu.RadioCheck,{className:"vds-icon"}),n.createElement("span",{className:"vds-radio-label"},r))}))))}function e2(e){var t;let{slots:r}=e,{icons:a}=G(),o=U("Captions"),i=U("Off"),s=(0,l.L)({off:i}),u=(null===(t=s.selectedTrack)||void 0===t?void 0:t.label)??i;return s.disabled?null:n.createElement(l.U7,{className:"vds-captions-menu vds-menu"},n.createElement(eR,{label:o,hint:u,disabled:s.disabled,Icon:a.Menu.Captions}),n.createElement(l.ob,{className:"vds-menu-items"},X(r,"captionsMenuItemsStart",null),n.createElement(l.fh,{className:"vds-captions-radio-group vds-radio-group",value:s.selectedValue},s.map(e=>{let{label:t,value:r,select:o}=e;return n.createElement(l.ck,{className:"vds-caption-radio vds-radio",value:r,onSelect:o,key:r},n.createElement(a.Menu.RadioCheck,{className:"vds-icon"}),n.createElement("span",{className:"vds-radio-label"},t))})),X(r,"captionsMenuItemsEnd",null)))}function e0(e){let{slots:t}=e,r=U("Playback"),{icons:a}=G();return n.createElement(l.U7,{className:"vds-playback-menu vds-menu"},n.createElement(eR,{label:r,Icon:a.Menu.Playback}),n.createElement(l.ob,{className:"vds-menu-items"},X(t,"playbackMenuItemsStart",null),n.createElement(eI,null,X(t,"playbackMenuLoop",n.createElement(e9,null))),n.createElement(e8,null),n.createElement(e5,null),X(t,"playbackMenuItemsEnd",null)))}function e9(){let{remote:e}=(0,l.kH)(),t=U("Loop");return n.createElement(eN,{label:t},n.createElement(eW,{label:t,storageKey:"vds-player::user-loop",onChange:function(t,r){e.userPrefersLoopChange(t,r)}}))}function e7(){let{remote:e,qualities:t}=(0,l.kH)(),r=(0,o.j9)("autoQuality"),a=U("Auto");return n.createElement(eN,{label:a},n.createElement(eW,{label:a,checked:r,onChange:function(r,n){r?e.requestAutoQuality(n):e.changeQuality(t.selectedIndex,n)},defaultChecked:r}))}function e5(){let{hideQualityBitrate:e,icons:t}=G(),r=(0,o.j9)("canSetQuality"),a=(0,o.j9)("qualities"),l=(0,o.j9)("quality"),i=U("Quality"),s=U("Auto"),u=n.useMemo(()=>(0,o.a2)(a),[a]);if(!r||a.length<=1)return null;let c=null==l?void 0:l.height,d=e?null:null==l?void 0:l.bitrate,f=d&&d>0?`${(d/1e6).toFixed(2)} Mbps`:null,p=c?`${c}p${f?` (${f})`:""}`:s,h=u[0]===l,m=u.at(-1)===l;return n.createElement(eI,{label:i,value:p},n.createElement(eL,{UpIcon:t.Menu.QualityUp,DownIcon:t.Menu.QualityDown,isMin:h,isMax:m},n.createElement(e4,null)),n.createElement(e7,null))}function e4(){let e=U("Quality");return n.createElement(x,{className:"vds-quality-slider vds-slider","aria-label":e},n.createElement(eP,null),n.createElement(eO,null))}function e8(){let{icons:e}=G(),t=(0,o.j9)("playbackRate"),r=(0,o.j9)("canSetPlaybackRate"),a=U("Speed"),l=U("Normal"),i=te(),s=tt();return r?n.createElement(eI,{label:a,value:1===t?l:t+"x"},n.createElement(eL,{UpIcon:e.Menu.SpeedUp,DownIcon:e.Menu.SpeedDown,isMin:t===i,isMax:t===s},n.createElement(tr,null))):null}function te(){let{playbackRates:e}=G();return((0,a.isArray)(e)?e[0]:null==e?void 0:e.min)??0}function tt(){let{playbackRates:e}=G();return((0,a.isArray)(e)?e[e.length-1]:null==e?void 0:e.max)??2}function tr(){let e=U("Speed"),t=te(),r=tt(),o=function(){let{playbackRates:e}=G();return((0,a.isArray)(e)?e[1]-e[0]:null==e?void 0:e.step)||.25}();return n.createElement(M,{className:"vds-speed-slider vds-slider","aria-label":e,min:t,max:r,step:o,keyStep:o},n.createElement(eP,null),n.createElement(eO,null))}function tn(e){let{tooltip:t,placement:r,portalClass:i="",slots:s}=e,{showMenuDelay:u,icons:c,isSmallLayout:d,menuContainer:f,menuGroup:p,noModal:h,colorScheme:m}=G(),v=U("Settings"),g=(0,o.j9)("viewType"),C=K(m),[y,b]=n.useState(!1),S=ep();!function(e){let t=(0,a.useReactScope)();n.useMemo(()=>(0,a.scoped)(e,t),[t])}(eM);let x=n.createElement(l.ob,{className:"vds-settings-menu-items vds-menu-items",placement:r,offset:d||"bottom"!==p||"video"!==g?0:26},y?n.createElement(n.Fragment,null,X(s,"settingsMenuItemsStart",null),X(s,"settingsMenuStartItems",null),n.createElement(e0,{slots:s}),n.createElement(eK,{slots:s}),n.createElement(eY,{slots:s}),n.createElement(e2,{slots:s}),X(s,"settingsMenuEndItems",null),X(s,"settingsMenuItemsEnd",null)):null);return n.createElement(l.U7,{className:"vds-settings-menu vds-menu",showDelay:u,onOpen:function(){(0,F.flushSync)(()=>{b(!0)})},onClose:function(){b(!1)}},n.createElement(ee,{content:v,placement:t},n.createElement(l.zx,{className:"vds-menu-button vds-button","aria-label":v},n.createElement(c.Menu.Settings,{className:"vds-icon vds-rotate-icon"}))),h||!d?x:n.createElement(l.h_,{className:i+(C?` ${C}`:""),container:f??S,disabled:"fullscreen","data-sm":d?"":null,"data-lg":d?null:"","data-size":d?"sm":"lg","data-view-type":g},x))}function ta(e){let{tooltip:t,orientation:r,slots:l}=e,i=(0,o.j9)("pointer"),s=(0,o.j9)("muted"),u=(0,o.j9)("canSetVolume"),[c,d]=n.useState(null),f=function(e){let t=function(e){let[t,r]=n.useState(!1);return n.useEffect(()=>{if(!e)return;let t=new a.EventsController(e).add("mouseenter",()=>r(!0)).add("mouseleave",()=>r(!1));return()=>t.abort()},[e]),t}(e),r=function(e){let[t,r]=n.useState(!1);return n.useEffect(()=>{if(!e)return;let t=new a.EventsController(e).add("focusin",()=>r(!0)).add("focusout",()=>r(!1));return()=>t.abort()},[e]),t}(e),o=n.useRef(!1);return(!o.current||!!t)&&(o.current=t,t||r)}(c),p=X(l,"muteButton",n.createElement(er,{tooltip:t}));return u?"coarse"!==i||s?n.createElement("div",{className:"vds-volume","data-active":f?"":null,ref:d},p,n.createElement("div",{className:"vds-volume-popup"},X(l,"volumeSlider",n.createElement(to,{orientation:r})))):null:p}function to(e){let t=U("Volume");return n.createElement(l.jC,{className:"vds-volume-slider vds-slider","aria-label":t,...e},n.createElement(l.fQ,{className:"vds-slider-track"}),n.createElement(l.Su,{className:"vds-slider-track-fill vds-slider-track"}),n.createElement(l.bU,{className:"vds-slider-thumb"}),n.createElement(l.MB,{className:"vds-slider-preview",noClamp:!0},n.createElement(l.B4,{className:"vds-slider-value"})))}function tl(){let[e,t]=n.useState(null),[r,i]=n.useState(0),s=(0,o.j9)("currentSrc"),{thumbnails:u,sliderChaptersMinWidth:c,disableTimeSlider:d,seekStep:f,noScrubGesture:p}=G(),h=U("Seek"),m=(0,a.useSignal)(Z),v=n.useCallback(()=>{let t=null==e?void 0:e.el;t&&i(t.clientWidth)},[e]);return D(null==e?void 0:e.el,v),n.createElement(l.D6,{className:"vds-time-slider vds-slider","aria-label":h,disabled:d,noSwipeGesture:p,keyStep:f,ref:t},n.createElement(l.tP,{className:"vds-slider-chapters",disabled:r<c},(e,t)=>e.map(e=>n.createElement("div",{className:"vds-slider-chapter",key:e.startTime,ref:t},n.createElement(l.fQ,{className:"vds-slider-track"}),n.createElement(l.Su,{className:"vds-slider-track-fill vds-slider-track"}),n.createElement(l.Ex,{className:"vds-slider-progress vds-slider-track"})))),n.createElement(l.bU,{className:"vds-slider-thumb"}),n.createElement(l.MB,{className:"vds-slider-preview"},u?n.createElement(l.pl.Root,{src:u,className:"vds-slider-thumbnail vds-thumbnail"},n.createElement(l.pl.Img,null)):m&&(0,o.r4)(s)?n.createElement(m,{className:"vds-slider-thumbnail vds-thumbnail"}):null,n.createElement(l.j$,{className:"vds-slider-chapter-title"}),n.createElement(l.B4,{className:"vds-slider-value"})))}function ti(e){let{slots:t}=e;return(0,o.j9)("duration")?n.createElement("div",{className:"vds-time-group"},X(t,"currentTime",n.createElement(l.qp,{className:"vds-time",type:"current"})),X(t,"timeSeparator",n.createElement("div",{className:"vds-time-divider"},"/")),X(t,"endTime",n.createElement(l.qp,{className:"vds-time",type:"duration"}))):null}function ts(e){let{slots:t}=e;return(0,o.j9)("live")?X(t,"liveButton",n.createElement(eu,null)):n.createElement(ti,{slots:t})}function tu(e){let{slots:t}=e,r=(0,o.j9)("live"),a=(0,o.j9)("duration");return r?X(t,"liveButton",n.createElement(eu,null)):X(t,"endTime",a?n.createElement(l.qp,{className:"vds-time",type:"current",toggle:!0,remainder:!0}):null)}function tc(){let e=q();return H("audio"),n.createElement(n.Fragment,null,n.createElement(Q,null),n.createElement(ed,null),n.createElement(c,{className:"vds-controls"},n.createElement(f,{className:"vds-controls-group"},X(e,"seekBackwardButton",n.createElement(el,{backward:!0,tooltip:"top start"})),X(e,"playButton",n.createElement(et,{tooltip:"top center"})),X(e,"seekForwardButton",n.createElement(el,{tooltip:"top center"})),n.createElement(tf,null),X(e,"timeSlider",n.createElement(tl,null)),n.createElement(tu,{slots:e}),n.createElement(ta,{orientation:"vertical",tooltip:"top",slots:e}),X(e,"captionButton",n.createElement(en,{tooltip:"top center"})),X(e,"downloadButton",n.createElement(ec,null)),n.createElement(td,{slots:e}))))}function td(e){let{slots:t}=e,{isSmallLayout:r,noModal:a}=G(),o=a?"top end":r?null:"top end";return n.createElement(n.Fragment,null,X(t,"chaptersMenu",n.createElement(eh,{tooltip:"top",placement:o,portalClass:"vds-audio-layout"})),X(t,"settingsMenu",n.createElement(tn,{tooltip:"top end",placement:o,portalClass:"vds-audio-layout",slots:t})))}function tf(){let[e,t]=n.useState(null),r=(0,l.kH)(),{translations:o}=G(),[i,s]=n.useState(!1),u=B(()=>{let{started:e,currentTime:t}=r.$state;return e()||t()>0}),c=(0,a.useSignal)(B(()=>{let{title:e,ended:t}=r.$state;if(!e())return"";let n=t()?"Replay":u()?"Continue":"Play";return`${W(o,n)}: ${e()}`})),d=T(),f=(0,a.useSignal)(u)?d:"",p=function(e){let[t,r]=n.useState(!1);return n.useEffect(()=>{if(!e)return;let t=new a.EventsController(e).add("transitionstart",()=>r(!0)).add("transitionend",()=>r(!1));return()=>t.abort()},[e]),t}(e);n.useEffect(()=>{if(p&&document.activeElement===document.body){var e;null===(e=r.player.el)||void 0===e||e.focus({preventScroll:!0})}},[]);let h=n.useCallback(()=>{let t=!!e&&!p&&e.clientWidth<e.children[0].clientWidth;e&&(0,a.toggleClass)(e,"vds-marquee",t),s(t)},[e,p]);return D(e,h),c?n.createElement("span",{className:"vds-title",title:c,ref:t},n.createElement(tp,{title:c,chapterTitle:f}),i&&!p?n.createElement(tp,{title:c,chapterTitle:f}):null):n.createElement(ef,null)}function tp(e){let{title:t,chapterTitle:r}=e,a=q();return n.createElement("span",{className:"vds-title-text"},X(a,"title",t),X(a,"chapterTitle",n.createElement("span",{className:"vds-chapter-title"},r)))}eI.displayName="DefaultMenuSection",eR.displayName="DefaultMenuButton",eN.displayName="DefaultMenuItem",eT.displayName="DefaultMenuRadioGroup",eL.displayName="DefaultMenuSliderItem",eP.displayName="DefaultSliderParts",eO.displayName="DefaultSliderSteps",eA.displayName="DefaultFontMenu",eV.displayName="DefaultFontFamilyMenu",ej.displayName="DefaultFontSizeSlider",e$.displayName="DefaultTextColorInput",eB.displayName="DefaultTextOpacitySlider",eD.displayName="DefaultTextShadowMenu",eH.displayName="DefaultTextBgInput",eF.displayName="DefaultTextBgOpacitySlider",e_.displayName="DefaultDisplayBgInput",eZ.displayName="DefaultDisplayBgOpacitySlider",ez.displayName="DefaultFontSetting",eG.displayName="DefaultFontRadioGroup",eU.displayName="DefaultResetMenuItem",eW.displayName="DefaultMenuCheckbox",eK.displayName="DefaultAccessibilityMenu",eJ.displayName="DefaultAnnouncementsMenuCheckbox",eq.displayName="DefaultKeyboardAnimationsMenuCheckbox",eY.displayName="DefaultAudioMenu",eX.displayName="DefaultAudioBoostMenuSection",e6.displayName="DefaultAudioGainSlider",e3.displayName="DefaultAudioTracksMenu",e2.displayName="DefaultCaptionMenu",e0.displayName="DefaultPlaybackMenu",e9.displayName="DefaultLoopMenuCheckbox",e7.displayName="DefaultAutoQualityMenuCheckbox",e5.displayName="DefaultQualityMenuSection",e4.displayName="DefaultQualitySlider",tr.displayName="DefaultSpeedSlider",tn.displayName="DefaultSettingsMenu",ta.displayName="DefaultVolumePopup",to.displayName="DefaultVolumeSlider",tl.displayName="DefaultTimeSlider",ti.displayName="DefaultTimeGroup",ts.displayName="DefaultTimeInfo",tu.displayName="DefaultTimeInvert",J({type:"audio",smLayoutWhen(e){let{width:t}=e;return t<576},renderLayout:()=>n.createElement(tc,null)}),tc.displayName="AudioLayout",td.displayName="DefaultAudioMenus",tf.displayName="DefaultAudioTitle",tp.displayName="AudioTitle";let th=n.forwardRef((e,t)=>{let{icons:r,...l}=e,[i,s]=n.useState(!1),[u,c]=n.useState(null),[d,f]=n.useState(0),p=(0,o.j9)("lastKeyboardAction");n.useEffect(()=>{f(e=>e+1)},[p]);let h=n.useMemo(()=>{let e=null==p?void 0:p.action;return e&&i?(0,a.camelToKebabCase)(e):null},[i,p]),m=n.useMemo(()=>`vds-kb-action${i?"":" hidden"}${l.className?` ${l.className}`:""}`,[i]),v=B(tm),g=(0,a.useSignal)(v);return function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=(0,a.useReactScope)();n.useEffect(()=>(0,a.scoped)(()=>(0,a.effect)(e),r),[r,...t])}(()=>{let e=function(e){var t;let{$state:r}=(0,a.useContext)(o._S);switch(null===(t=r.lastKeyboardAction())||void 0===t?void 0:t.action){case"togglePaused":return r.paused()?e.Pause:e.Play;case"toggleMuted":return r.muted()||0===r.volume()?e.Mute:r.volume()>=.5?e.VolumeUp:e.VolumeDown;case"toggleFullscreen":return r.fullscreen()?e.EnterFullscreen:e.ExitFullscreen;case"togglePictureInPicture":return r.pictureInPicture()?e.EnterPiP:e.ExitPiP;case"toggleCaptions":return r.hasCaptions()?r.textTrack()?e.CaptionsOn:e.CaptionsOff:null;case"volumeUp":return e.VolumeUp;case"volumeDown":return e.VolumeDown;case"seekForward":return e.SeekForward;case"seekBackward":return e.SeekBackward;default:return null}}(r);c(()=>e)},[r]),n.useEffect(()=>{s(!!p);let e=setTimeout(()=>s(!1),500);return()=>{s(!1),window.clearTimeout(e)}},[p]),u?n.createElement(o.WV.div,{...l,className:m,"data-action":h,ref:t},n.createElement("div",{className:"vds-kb-text-wrapper"},n.createElement("div",{className:"vds-kb-text"},g)),n.createElement("div",{className:"vds-kb-bezel",key:d},n.createElement("div",{className:"vds-kb-icon"},n.createElement(u,null)))):null});function tm(){var e;let{$state:t}=(0,a.useContext)(o._S),r=null===(e=t.lastKeyboardAction())||void 0===e?void 0:e.action,n=t.audioGain()??1;switch(r){case"toggleMuted":return t.muted()?"0%":tv(t.volume(),n);case"volumeUp":case"volumeDown":return tv(t.volume(),n);default:return""}}function tv(e,t){return`${Math.round(e*t*100)}%`}function tg(){let e=(0,o.j9)("started"),t=(0,o.j9)("title");return N("chapters")&&(e||!t)?n.createElement(L,{className:"vds-chapter-title"}):n.createElement(I,{className:"vds-chapter-title"})}th.displayName="DefaultKeyboardDisplay",tg.displayName="DefaultTitle";let tC=J({type:"video",smLayoutWhen(e){let{width:t,height:r}=e;return t<576||r<380},renderLayout:e=>n.createElement(tb,{...e})});function ty(e){return n.createElement(tC,{...e})}function tb(e){let{streamType:t,isLoadLayout:r,isSmallLayout:a}=e;return H("video"),r?n.createElement(tI,null):"unknown"===t?n.createElement(tE,null):a?n.createElement(tx,null):n.createElement(tS,null)}function tS(){let{menuGroup:e}=G(),t=Y(),r={...t,...null==t?void 0:t.largeLayout};return n.createElement(n.Fragment,null,n.createElement(Q,null),n.createElement(tk,null),n.createElement(tR,null),X(r,"bufferingIndicator",n.createElement(tE,null)),X(r,"captions",n.createElement(ed,null)),n.createElement(c,{className:"vds-controls"},n.createElement(f,{className:"vds-controls-group"},X(r,"topControlsGroupStart",null),n.createElement(ef,null),X(r,"topControlsGroupCenter",null),n.createElement(ef,null),X(r,"topControlsGroupEnd",null),"top"===e&&n.createElement(tM,{slots:r})),n.createElement(ef,null),n.createElement(f,{className:"vds-controls-group"},X(r,"centerControlsGroupStart",null),n.createElement(ef,null),X(r,"centerControlsGroupCenter",null),n.createElement(ef,null),X(r,"centerControlsGroupEnd",null)),n.createElement(ef,null),n.createElement(f,{className:"vds-controls-group"},X(r,"timeSlider",n.createElement(tl,null))),n.createElement(f,{className:"vds-controls-group"},X(r,"playButton",n.createElement(et,{tooltip:"top start"})),n.createElement(ta,{orientation:"horizontal",tooltip:"top",slots:r}),n.createElement(ts,{slots:r}),X(r,"chapterTitle",n.createElement(tg,null)),X(r,"captionButton",n.createElement(en,{tooltip:"top"})),"bottom"===e&&n.createElement(tM,{slots:r}),X(r,"airPlayButton",n.createElement(ei,{tooltip:"top"})),X(r,"googleCastButton",n.createElement(es,{tooltip:"top"})),X(r,"downloadButton",n.createElement(ec,null)),X(r,"pipButton",n.createElement(ea,{tooltip:"top"})),X(r,"fullscreenButton",n.createElement(eo,{tooltip:"top end"})))))}function tx(){let e=Y(),t={...e,...null==e?void 0:e.smallLayout};return n.createElement(n.Fragment,null,n.createElement(Q,null),n.createElement(tk,null),n.createElement(tR,null),X(t,"bufferingIndicator",n.createElement(tE,null)),X(t,"captions",n.createElement(ed,null)),n.createElement(c,{className:"vds-controls"},n.createElement(f,{className:"vds-controls-group"},X(t,"topControlsGroupStart",null),X(t,"airPlayButton",n.createElement(ei,{tooltip:"top start"})),X(t,"googleCastButton",n.createElement(es,{tooltip:"top start"})),n.createElement(ef,null),X(t,"topControlsGroupCenter",null),n.createElement(ef,null),X(t,"captionButton",n.createElement(en,{tooltip:"bottom"})),X(t,"downloadButton",n.createElement(ec,null)),n.createElement(tM,{slots:t}),n.createElement(ta,{orientation:"vertical",tooltip:"bottom end",slots:t}),X(t,"topControlsGroupEnd",null)),n.createElement(ef,null),n.createElement(f,{className:"vds-controls-group",style:{pointerEvents:"none"}},X(t,"centerControlsGroupStart",null),n.createElement(ef,null),X(t,"centerControlsGroupCenter",null),X(t,"playButton",n.createElement(et,{tooltip:"top"})),n.createElement(ef,null),X(t,"centerControlsGroupEnd",null)),n.createElement(ef,null),n.createElement(f,{className:"vds-controls-group"},n.createElement(ts,{slots:t}),X(t,"chapterTitle",n.createElement(tg,null)),X(t,"fullscreenButton",n.createElement(eo,{tooltip:"top end"}))),n.createElement(f,{className:"vds-controls-group"},X(t,"timeSlider",n.createElement(tl,null)))),X(t,"startDuration",n.createElement(tw,null)))}function tw(){return 0===(0,o.j9)("duration")?null:n.createElement("div",{className:"vds-start-duration"},n.createElement(l.qp,{className:"vds-time",type:"duration"}))}function tk(){let{noGestures:e}=G();return e?null:n.createElement("div",{className:"vds-gestures"},n.createElement(l.oF,{className:"vds-gesture",event:"pointerup",action:"toggle:paused"}),n.createElement(l.oF,{className:"vds-gesture",event:"pointerup",action:"toggle:controls"}),n.createElement(l.oF,{className:"vds-gesture",event:"dblpointerup",action:"toggle:fullscreen"}),n.createElement(l.oF,{className:"vds-gesture",event:"dblpointerup",action:"seek:-10"}),n.createElement(l.oF,{className:"vds-gesture",event:"dblpointerup",action:"seek:10"}))}function tE(){return n.createElement("div",{className:"vds-buffering-indicator"},n.createElement(A,{className:"vds-buffering-spinner"},n.createElement(V,{className:"vds-buffering-track"}),n.createElement(j,{className:"vds-buffering-track-fill"})))}function tM(e){let{slots:t}=e,{isSmallLayout:r,noModal:a,menuGroup:o}=G(),l="top"===o||r?"bottom":"top",i=`${l} end`,s=a?`${l} end`:r?null:`${l} end`;return n.createElement(n.Fragment,null,X(t,"chaptersMenu",n.createElement(eh,{tooltip:i,placement:s,portalClass:"vds-video-layout"})),X(t,"settingsMenu",n.createElement(tn,{tooltip:i,placement:s,portalClass:"vds-video-layout",slots:t})))}function tI(){let{isSmallLayout:e}=G(),t=Y(),r={...t,...null==t?void 0:t[e?"smallLayout":"largeLayout"]};return n.createElement("div",{className:"vds-load-container"},X(r,"bufferingIndicator",n.createElement(tE,null)),X(r,"loadButton",n.createElement(et,{tooltip:"top"})))}function tR(){let{noKeyboardAnimations:e,icons:t,userPrefersKeyboardAnimations:r}=G(),o=(0,a.useSignal)(r);return!e&&o&&t.KeyboardDisplay?n.createElement(th,{icons:t.KeyboardDisplay}):null}ty.displayName="DefaultVideoLayout",tb.displayName="VideoLayout",tS.displayName="DefaultVideoLargeLayout",tx.displayName="DefaultVideoSmallLayout",tw.displayName="DefaultVideoStartDuration",tk.displayName="DefaultVideoGestures",tE.displayName="DefaultBufferingIndicator",tM.displayName="DefaultVideoMenus",tI.displayName="DefaultVideoLoadLayout",tR.displayName="DefaultVideoKeyboardDisplay"},46079:function(e,t,r){"use strict";r.d(t,{J:function(){return a}});var n=r(7653);let a=n.forwardRef((e,t)=>{let{width:r,height:a,size:o=null,paths:l,...i}=e;return n.createElement("svg",{viewBox:"0 0 32 32",...i,width:r??o,height:a??o,fill:"none","aria-hidden":"true",focusable:"false",xmlns:"http://www.w3.org/2000/svg",ref:t,dangerouslySetInnerHTML:{__html:l}})});a.displayName="VidstackIcon"},40292:function(e,t,r){"use strict";r.r(t),r.d(t,{Component:function(){return ej},DOMEvent:function(){return en},EventsController:function(){return ef},EventsTarget:function(){return ec},Icon$0:function(){return tE},Icon$104:function(){return t6},Icon$105:function(){return t3},Icon$11:function(){return tR},Icon$13:function(){return tN},Icon$16:function(){return tT},Icon$19:function(){return tL},Icon$22:function(){return tP},Icon$24:function(){return tO},Icon$26:function(){return tV},Icon$27:function(){return tj},Icon$31:function(){return t$},Icon$33:function(){return tB},Icon$34:function(){return tD},Icon$35:function(){return tH},Icon$39:function(){return tF},Icon$40:function(){return t_},Icon$5:function(){return tM},Icon$53:function(){return tZ},Icon$54:function(){return tz},Icon$56:function(){return tG},Icon$59:function(){return tU},Icon$60:function(){return tW},Icon$61:function(){return tK},Icon$62:function(){return tJ},Icon$63:function(){return tq},Icon$74:function(){return tY},Icon$77:function(){return tX},Icon$8:function(){return tI},Icon$81:function(){return tQ},Icon$88:function(){return t1},State:function(){return eD},ViewController:function(){return eV},animationFrameThrottle:function(){return ts},appendTriggerEvent:function(){return eu},ariaBool:function(){return tn},camelToKebabCase:function(){return eF},chromecast:function(){return tA},composeRefs:function(){return eJ},computed:function(){return F},createContext:function(){return ek},createDisposalBin:function(){return ta},createReactComponent:function(){return tf},createScope:function(){return P},deferredPromise:function(){return tl},effect:function(){return ee},findTriggerEvent:function(){return ei},fscreen:function(){return tv},functionDebounce:function(){return tC},functionThrottle:function(){return tg},getScope:function(){return b},hasProvidedContext:function(){return eI},hasTriggerEvent:function(){return es},isArray:function(){return Q},isBoolean:function(){return Y},isDOMNode:function(){return ey},isFunction:function(){return X},isKeyboardClick:function(){return eC},isKeyboardEvent:function(){return ev},isMouseEvent:function(){return em},isNil:function(){return W},isNull:function(){return G},isNumber:function(){return J},isObject:function(){return K},isPointerEvent:function(){return ep},isString:function(){return q},isTouchEvent:function(){return eh},isUndefined:function(){return U},isWriteSignal:function(){return Z},kebabToCamelCase:function(){return e_},keysOf:function(){return to},listenEvent:function(){return ed},method:function(){return eB},noop:function(){return z},onDispose:function(){return w},peek:function(){return g},prop:function(){return e$},provideContext:function(){return eE},r:function(){return tk},scoped:function(){return S},setAttribute:function(){return eb},setStyle:function(){return eS},signal:function(){return H},tick:function(){return y},toggleClass:function(){return ex},untrack:function(){return C},uppercaseFirstChar:function(){return eZ},useContext:function(){return eM},useReactContext:function(){return eW},useReactScope:function(){return eU},useSignal:function(){return tr},useSignalRecord:function(){return td},useState:function(){return eH},useStateContext:function(){return tt},waitIdlePeriod:function(){return tc},waitTimeout:function(){return ti},walkTriggerEventChain:function(){return el},wasEnterKeyPressed:function(){return eg}});var n=r(7653),a=r(68571);let o="undefined"==typeof document,l=Symbol(0),i=!1,s=!1,u=null,c=null,d=null,f=0,p=[],h={},m=()=>{};function v(){if(!p.length){i=!1;return}s=!0;for(let e=0;e<p.length;e++)0!==p[e].$st&&function(e){let t=[e];for(;e=e[l];)e.$e&&0!==e.$st&&t.push(e);for(let e=t.length-1;e>=0;e--)j(t[e])}(p[e]);p=[],i=!1,s=!1}function g(e){return M(u,e,null)}function C(e){return M(null,e,null)}function y(){s||v()}function b(){return u}function S(e,t){try{return M(t,e,null)}catch(e){I(t,e);return}}function x(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:u;return null==t?void 0:t.$cx[e]}function w(e){if(!e||!u)return e||m;let t=u;return t.$d?Array.isArray(t.$d)?t.$d.push(e):t.$d=[t.$d,e]:t.$d=e,function(){3!==t.$st&&(e.call(null),V(t.$d)?t.$d=null:Array.isArray(t.$d)&&t.$d.splice(t.$d.indexOf(e),1))}}function k(){let e=!(arguments.length>0)||void 0===arguments[0]||arguments[0];if(3!==this.$st){if(this.$h){if(Array.isArray(this.$h))for(let e=this.$h.length-1;e>=0;e--)k.call(this.$h[e]);else k.call(this.$h)}if(e){let e=this[l];e&&(Array.isArray(e.$h)?e.$h.splice(e.$h.indexOf(this),1):e.$h=null),this.$st=3,this.$d&&E(this),this.$s&&D(this,0),this[l]=null,this.$s=null,this.$o=null,this.$h=null,this.$cx=h,this.$eh=null}}}function E(e){try{if(Array.isArray(e.$d))for(let t=e.$d.length-1;t>=0;t--){let r=e.$d[t];r.call(r)}else e.$d.call(e.$d);e.$d=null}catch(t){I(e,t)}}function M(e,t,r){let n=u,a=c;u=e,c=r;try{return t.call(e)}finally{u=n,c=a}}function I(e,t){if(!e||!e.$eh)throw t;let r=0,n=e.$eh.length,a=t;for(r=0;r<n;r++)try{e.$eh[r](a);break}catch(e){a=e}if(r===n)throw a}function R(){return 3===this.$st||(c&&!this.$e&&(!d&&c.$s&&c.$s[f]==this?f++:d?d.push(this):d=[this]),this.$c&&j(this)),this.$v}function N(e){let t=V(e)?e(this.$v):e;if(this.$ch(this.$v,t)&&(this.$v=t,this.$o))for(let e=0;e<this.$o.length;e++)(function e(t,r){if(!(t.$st>=r)&&(t.$e&&0===t.$st&&(p.push(t),i||(i=!0,queueMicrotask(v))),t.$st=r,t.$o))for(let r=0;r<t.$o.length;r++)e(t.$o[r],1)})(this.$o[e],2);return this.$v}let T=function(){this[l]=null,this.$h=null,u&&u.append(this)},L=T.prototype;function P(){return new T}L.$cx=h,L.$eh=null,L.$c=null,L.$d=null,L.append=function(e){e[l]=this,this.$h?Array.isArray(this.$h)?this.$h.push(e):this.$h=[this.$h,e]:this.$h=e,e.$cx=e.$cx===h?this.$cx:{...this.$cx,...e.$cx},this.$eh&&(e.$eh=e.$eh?[...e.$eh,...this.$eh]:this.$eh)},L.dispose=function(){k.call(this)};let O=function(e,t,r){T.call(this),this.$st=t?2:0,this.$i=!1,this.$e=!1,this.$s=null,this.$o=null,this.$v=e,t&&(this.$c=t),r&&r.dirty&&(this.$ch=r.dirty)},A=O.prototype;function V(e){return"function"==typeof e}function j(e){if(1===e.$st)for(let t=0;t<e.$s.length&&(j(e.$s[t]),2!==e.$st);t++);2===e.$st?$(e):e.$st=0}function $(e){let t=d,r=f;d=null,f=0;try{e.$h&&k.call(e,!1),e.$d&&E(e),e.$eh=e[l]?e[l].$eh:null;let t=M(e,e.$c,e);B(e),!e.$e&&e.$i?N.call(e,t):(e.$v=t,e.$i=!0)}catch(t){B(e),I(e,t)}finally{d=t,f=r,e.$st=0}}function B(e){if(d){let t;if(e.$s&&D(e,f),e.$s&&f>0){e.$s.length=f+d.length;for(let t=0;t<d.length;t++)e.$s[f+t]=d[t]}else e.$s=d;for(let r=f;r<e.$s.length;r++)(t=e.$s[r]).$o?t.$o.push(e):t.$o=[e]}else e.$s&&f<e.$s.length&&(D(e,f),e.$s.length=f)}function D(e,t){let r,n;for(let a=t;a<e.$s.length;a++)(r=e.$s[a]).$o&&(n=r.$o.indexOf(e),r.$o[n]=r.$o[r.$o.length-1],r.$o.pop())}function H(e,t){let r=new O(e,null,t),n=R.bind(r);return n[l]=!0,n.set=N.bind(r),n}function F(e,t){let r=new O(null==t?void 0:t.initial,e,t),n=R.bind(r);return n[l]=!0,n}function _(e,t){let r=new O(null,function(){let t=e();return V(t)&&w(t),null},void 0);return r.$e=!0,$(r),k.bind(r,!0)}function Z(e){return V(e)&&l in e&&"set"in e}function z(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r]}function G(e){return null===e}function U(e){return void 0===e}function W(e){return G(e)||U(e)}function K(e){return(null==e?void 0:e.constructor)===Object}function J(e){return"number"==typeof e&&!Number.isNaN(e)}function q(e){return"string"==typeof e}function Y(e){return"boolean"==typeof e}function X(e){return"function"==typeof e}function Q(e){return Array.isArray(e)}Object.setPrototypeOf(A,L),A.$ch=function(e,t){return e!==t},A.call=R;let ee=o?function(e,t){var r;return void 0!==a&&(null===(r=a.env)||void 0===r?void 0:"production")==="test"?_(e):z}:_,et=o?class{}:Event,er=Symbol("DOM_EVENT");class en extends et{get trigger(){return this.triggers.source}get originEvent(){return this.triggers.origin}get isOriginTrusted(){var e;return(null===(e=this.triggers.origin)||void 0===e?void 0:e.isTrusted)??!1}constructor(e,...t){var r,n;super(e,t[0]),this[er]=!0,this.triggers=new ea,this.detail=null===(r=t[0])||void 0===r?void 0:r.detail;let a=null===(n=t[0])||void 0===n?void 0:n.trigger;a&&this.triggers.add(a)}}class ea{get source(){return this.chain[0]}get origin(){return this.chain[this.chain.length-1]}add(e){this.chain.push(e),eo(e)&&this.chain.push(...e.triggers)}remove(e){return this.chain.splice(this.chain.indexOf(e),1)[0]}has(e){return this.chain.some(t=>t===e)}hasType(e){return!!this.findType(e)}findType(e){return this.chain.find(t=>t.type===e)}walk(e){for(let t of this.chain){let r=e(t);if(r)return[t,r]}}[Symbol.iterator](){return this.chain.values()}constructor(){this.chain=[]}}function eo(e){return!!(null==e?void 0:e[er])}function el(e,t){if(eo(e))return e.triggers.walk(t)}function ei(e,t){return eo(e)?e.triggers.findType(t):void 0}function es(e,t){return!!ei(e,t)}function eu(e,t){t&&e.triggers.add(t)}class ec extends EventTarget{addEventListener(e,t,r){return super.addEventListener(e,t,r)}removeEventListener(e,t,r){return super.removeEventListener(e,t,r)}}function ed(e,t,r,n){return o?z:(e.addEventListener(t,r,n),w(()=>e.removeEventListener(t,r,n)))}class ef{#e;#t;get signal(){return this.#t.signal}constructor(e){this.#e=e,this.#t=new AbortController,w(this.abort.bind(this))}add(e,t,r){if(this.signal.aborted)throw Error("aborted");return this.#e.addEventListener(e,t,{...r,signal:(null==r?void 0:r.signal)?function(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];let n=new AbortController,a={signal:n.signal};function o(e){n.abort(e.target.reason)}for(let e of t){if(e.aborted){n.abort(e.reason);break}e.addEventListener("abort",o,a)}return n.signal}(this.signal,r.signal):this.signal}),this}remove(e,t){return this.#e.removeEventListener(e,t),this}abort(e){this.#t.abort(e)}}function ep(e){return!!(null==e?void 0:e.type.startsWith("pointer"))}function eh(e){return!!(null==e?void 0:e.type.startsWith("touch"))}function em(e){return/^(click|mouse)/.test((null==e?void 0:e.type)??"")}function ev(e){return!!(null==e?void 0:e.type.startsWith("key"))}function eg(e){return ev(e)&&"Enter"===e.key}function eC(e){return ev(e)&&("Enter"===e.key||" "===e.key)}function ey(e){return e instanceof Node}function eb(e,t,r){if(e){if(r||""===r||0===r){let n=!0===r?"":r+"";e.getAttribute(t)!==n&&e.setAttribute(t,n)}else e.removeAttribute(t)}}function eS(e,t,r){e&&(r||0===r?e.style.setProperty(t,r+""):e.style.removeProperty(t))}function ex(e,t,r){e.classList[r?"add":"remove"](t)}function ew(e){let t=e;for(;"function"==typeof t;)t=t.call(this);return t}function ek(e){return{id:Symbol(),provide:e}}function eE(e,t){var r;let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u,a=!U(t);!function(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u;r&&(r.$cx={...r.$cx,[e]:t})}(e.id,a?t:null===(r=e.provide)||void 0===r?void 0:r.call(e),n)}function eM(e){return x(e.id)}function eI(e){return!U(x(e.id))}let eR=Symbol(0),eN=Symbol(0),eT=Symbol(0),eL={};class eP{#r;#n;#a;#o;constructor(e,t,r){this[eT]=null,this.$el=H(null),this.el=null,this.scope=null,this.attachScope=null,this.connectScope=null,this.component=null,this.destroyed=!1,this.props=eL,this.attrs=null,this.styles=null,this.#r=[],this.#n=[],this.#a=[],this.#o=[],this.scope=t,(null==r?void 0:r.scope)&&r.scope.append(t);let n=e.state,a=e.props;if(n&&(this.$state=n.create(),this.state=new Proxy(this.$state,{get:(e,t)=>this.$state[t]()}),eE(n,this.$state)),a&&(this.props=function(e){let t={};for(let r of Object.keys(e)){let n=e[r];t[r]=H(n,n)}return t}(a),null==r?void 0:r.props))for(let e of Object.keys(r.props)){var o;null===(o=this.props[e])||void 0===o||o.set(r.props[e])}w(this.destroy.bind(this))}setup(){S(()=>{for(let e of this.#r)e()},this.scope)}attach(e){this.el||(this.el=e,this.$el.set(e),S(()=>{this.attachScope=P(),S(()=>{for(let e of this.#n)e(this.el);this.#l(),this.#i()},this.attachScope)},this.scope),e.dispatchEvent(new Event("attached")))}detach(){var e;null===(e=this.attachScope)||void 0===e||e.dispose(),this.attachScope=null,this.connectScope=null,this.el=null,this.$el.set(null)}connect(){this.el&&this.attachScope&&this.#a.length&&S(()=>{this.connectScope=P(),S(()=>{for(let e of this.#a)e(this.el)},this.connectScope)},this.attachScope)}disconnect(){var e;null===(e=this.connectScope)||void 0===e||e.dispose(),this.connectScope=null}destroy(){if(this.destroyed)return;this.destroyed=!0,S(()=>{for(let e of this.#o)e(this.el)},this.scope);let e=this.el;this.detach(),this.scope.dispose(),this.#r.length=0,this.#n.length=0,this.#a.length=0,this.#o.length=0,this.component=null,this.attrs=null,this.styles=null,this.props=eL,this.scope=null,this.state=eL,this.$state=null,e&&delete e.$}addHooks(e){e.onSetup&&this.#r.push(e.onSetup.bind(e)),e.onAttach&&this.#n.push(e.onAttach.bind(e)),e.onConnect&&this.#a.push(e.onConnect.bind(e)),e.onDestroy&&this.#o.push(e.onDestroy.bind(e))}#l(){if(this.attrs)for(let e of Object.keys(this.attrs))o?eb(this.el,e,ew.call(this.component,this.attrs[e])):X(this.attrs[e])?ee(this.#s.bind(this,e)):eb(this.el,e,this.attrs[e])}#i(){if(this.styles)for(let e of Object.keys(this.styles))o?eS(this.el,e,ew.call(this.component,this.styles[e])):X(this.styles[e])?ee(this.#u.bind(this,e)):eS(this.el,e,this.styles[e])}#s(e){eb(this.el,e,this.attrs[e].call(this.component))}#u(e){eS(this.el,e,this.styles[e].call(this.component))}}let eO={$$:null};function eA(e,t){return function(e){let t=P();return M(t,e.length?e.bind(null,k.bind(t)):e,null)}(()=>{eO.$$=new eP(e,u,t);let r=new e;return eO.$$.component=r,eO.$$=null,r})}class eV extends EventTarget{get el(){return this.$$.el}get $el(){return this.$$.$el()}get scope(){return this.$$.scope}get attachScope(){return this.$$.attachScope}get connectScope(){return this.$$.connectScope}get $props(){return this.$$.props}get $state(){return this.$$.$state}get state(){return this.$$.state}constructor(){super(),eO.$$&&this.attach(eO)}attach(e){let{$$:t}=e;return this.$$=t,t.addHooks(this),this}addEventListener(e,t,r){this.listen(e,t,r)}removeEventListener(e,t,r){var n;null===(n=this.el)||void 0===n||n.removeEventListener(e,t,r)}setAttributes(e){this.$$.attrs||(this.$$.attrs={}),Object.assign(this.$$.attrs,e)}setStyles(e){this.$$.styles||(this.$$.styles={}),Object.assign(this.$$.styles,e)}setCSSVars(e){this.setStyles(e)}createEvent(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return new en(e,r[0])}dispatch(e){for(var t=arguments.length,r=Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];if(o||!this.el)return!1;let a=e instanceof Event?e:new en(e,r[0]);return Object.defineProperty(a,"target",{get:()=>this.$$.component}),C(()=>{var e,t;return null===(e=(t=this.$$)[eT])||void 0===e||e.call(t,a),this.el.dispatchEvent(a)})}dispatchEvent(e){return this.dispatch(e)}listen(e,t,r){return o||!this.el?z:ed(this.el,e,t,r)}}class ej extends eV{subscribe(e){return S(()=>ee(()=>e(this.state)),this.$$.scope)}destroy(){this.$$.destroy()}}function e$(e,t,r){e[eR]||(e[eR]=new Set),e[eR].add(t)}function eB(e,t,r){e[eN]||(e[eN]=new Set),e[eN].add(t)}class eD{#c;constructor(e){this.id=Symbol(0),this.record=e,this.#c=Object.getOwnPropertyDescriptors(e)}create(){let e={},t=new Proxy(e,{get:(t,r)=>e[r]()});for(let r of Object.keys(this.record)){let n=this.#c[r].get;e[r]=n?F(n.bind(t)):H(this.record[r])}return e}reset(e,t){for(let r of Object.keys(e))!this.#c[r].get&&(!t||t(r))&&e[r].set(this.record[r])}}function eH(e){return eM(e)}function eF(e){return e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}function e_(e){return e.replace(/-./g,e=>e[1].toUpperCase())}function eZ(e){return e.charAt(0).toUpperCase()+e.slice(1)}let ez=n.createContext({current:null});function eG(e){for(var t=arguments.length,r=Array(t>1?t-1:0),a=1;a<t;a++)r[a-1]=arguments[a];return n.createElement(ez.Provider,{value:e},...r)}function eU(){return n.useContext(ez).current}function eW(e){let t=eU();return n.useMemo(()=>x(e.id,t),[t])}function eK(e,t){"function"==typeof e?e(t):e&&(e.current=t)}function eJ(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];return e=>t.forEach(t=>eK(t,e))}function eq(e){let{effect:t}=e;return n.useEffect(t,[]),null}ez.displayName="Scope";let eY=new Map;function eX(e,t){if(e.el!==t||!e.attached){if(e.attached&&eQ(e),e.domCallbacks)for(let r of(e.listening||(e.listening=new Set),Object.keys(e.domCallbacks)))e.listening.has(r)||(t.addEventListener(r,e.onDOMEvent),e.listening.add(r));e.component.$$.attach(t),e.connectId=window.requestAnimationFrame(()=>{e.component.$$.connect(),e.connectId=-1}),e.attached=!0}}function eQ(e){if(e.attached&&(window.cancelAnimationFrame(e.connectId),e.connectId=-1,e.component.$$.detach(),e.attached=!1,e.el&&e.listening)){for(let t of e.listening)e.el.removeEventListener(t,e.onDOMEvent);e.listening.clear()}}function e1(e){var t,r;let n=eY.get(e.type),a=U(e.detail)?[e]:[e.detail,e];!n&&eY.set(e.type,n=`on${eZ(e.type.replace(/-./g,e=>" "+e[1].toUpperCase())).replace(/\s/g,"")}`),null===(t=(r=this.callbacks)[n])||void 0===t||t.call(r,...a)}function e6(e,t,r,n){let a=eA(e,{props:r,scope:n});return a.$$[eT]=e1.bind(t),a.$$.setup(),a}let e3=Symbol(0),e2=/\s+/,e0=/\s*:\s*/,e9=/\s*;\s*/;class e7{get $props(){return this.$.$$.props}get $state(){return this.$.$$.$state}get state(){return this.$.state}constructor(e){this.keepAlive=!1,this.forwardKeepAlive=!0,this.attributes=new e5,this.style=new e4,this.classList=new e8,this.$=e}setup(){let e=this.$.$$;S(()=>{this.hasAttribute("class")&&function(e,t){for(let r of t.trim().split(e2))e.add(r)}(this.classList.tokens,this.getAttribute("class")),this.hasAttribute("style")&&function(e,t){let r=t.trim().split(e9);for(let t=0;t<r.length;t++){if(""===r[t])continue;let[n,a]=r[t].split(e0);e.set(n,a)}}(this.style.tokens,this.getAttribute("style")),e.setup(),e.attach(this),this.classList.length>0&&this.setAttribute("class",this.classList.toString()),this.style.length>0&&this.setAttribute("style",this.style.toString()),this.keepAlive&&this.setAttribute("keep-alive","")},e.scope)}getAttribute(e){return this.attributes.getAttribute(e)}setAttribute(e,t){this.attributes.setAttribute(e,t)}hasAttribute(e){return this.attributes.hasAttribute(e)}removeAttribute(e){return this.attributes.removeAttribute(e)}[e3](){}addEventListener(){}removeEventListener(){}dispatchEvent(){return!1}subscribe(){return z}destroy(){this.$.destroy()}}class e5{#d;get length(){return this.#d.size}get tokens(){return this.#d}getAttribute(e){return this.#d.get(e)??null}hasAttribute(e){return this.#d.has(e)}setAttribute(e,t){this.#d.set(e,t+"")}removeAttribute(e){this.#d.delete(e)}toString(){if(0===this.#d.size)return"";let e="";for(let[t,r]of this.#d)e+=` ${t}="${function e(t){let r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=typeof t;if("string"!==n)return r||"function"!==n?r&&"boolean"===n?t+"":t:e(t());let a=r?'"':"<",o=r?"&quot;":"&lt;",l=t.indexOf(a),i=t.indexOf("&");if(l<0&&i<0)return t;let s=0,u="";for(;l>=0&&i>=0;)l<i?(s<l&&(u+=t.substring(s,l)),u+=o,s=l+1,l=t.indexOf(a,s)):(s<i&&(u+=t.substring(s,i)),u+="&amp;",s=i+1,i=t.indexOf("&",s));if(l>=0)do s<l&&(u+=t.substring(s,l)),u+=o,s=l+1,l=t.indexOf(a,s);while(l>=0);else for(;i>=0;)s<i&&(u+=t.substring(s,i)),u+="&amp;",s=i+1,i=t.indexOf("&",s);return s<t.length?u+t.substring(s):u}(r,!0)}"`;return e}constructor(){this.#d=new Map}}class e4{#d;get length(){return this.#d.size}get tokens(){return this.#d}getPropertyValue(e){return this.#d.get(e)??""}setProperty(e,t){this.#d.set(e,t??"")}removeProperty(e){let t=this.#d.get(e);return this.#d.delete(e),t??""}toString(){if(0===this.#d.size)return"";let e="";for(let[t,r]of this.#d)e+=`${t}: ${r};`;return e}constructor(){this.#d=new Map}}class e8{#d;get length(){return this.#d.size}get tokens(){return this.#d}add(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];for(let e of t)this.#d.add(e)}contains(e){return this.#d.has(e)}remove(e){this.#d.delete(e)}replace(e,t){return!!this.#d.has(e)&&(this.#d.delete(e),this.#d.add(t),!0)}toggle(e,t){return!0!==t&&(this.#d.has(e)||!1===t)?(this.#d.delete(e),!1):(this.#d.add(e),!0)}toString(){return Array.from(this.#d).join(" ")}constructor(){this.#d=new Set}}let te={acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",allowfullscreen:"allowFullScreen",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",cellpadding:"cellPadding",cellspacing:"cellSpacing",charset:"charSet",class:"className",classid:"classID",classname:"className",colspan:"colSpan",contenteditable:"contentEditable",contextmenu:"contextMenu",controlslist:"controlsList",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",datetime:"dateTime",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",enctype:"encType",enterkeyhint:"enterKeyHint",fetchpriority:"fetchPriority",for:"htmlFor",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",marginwidth:"marginWidth",marginheight:"marginHeight",maxlength:"maxLength",mediagroup:"mediaGroup",minlength:"minLength",nomodule:"noModule",novalidate:"noValidate",playsinline:"playsInline",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rowspan:"rowSpan",spellcheck:"spellCheck",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",tabindex:"tabIndex",usemap:"useMap"};function tt(e){return eW(e)}function tr(e,t){let[,r]=n.useState();return n.useEffect(()=>_(()=>{e(),r({})}),[t??e]),e()}function tn(e){return e?"true":"false"}function ta(){let e=new Set;return{add(){for(var t=arguments.length,r=Array(t),n=0;n<t;n++)r[n]=arguments[n];for(let t of r)e.add(t)},empty(){for(let t of e)t();e.clear()}}}function to(e){return Object.keys(e)}function tl(){let e,t;return{promise:new Promise((r,n)=>{e=r,t=n}),resolve:e,reject:t}}function ti(e){return new Promise(t=>setTimeout(t,e))}function ts(e){if(o)return z;let t=-1,r;return function(){for(var n=arguments.length,a=Array(n),o=0;o<n;o++)a[o]=arguments[o];r=a,t>=0||(t=window.requestAnimationFrame(()=>{e.apply(this,r),t=-1,r=void 0}))}}let tu=o?z:"undefined"!=typeof window?"requestIdleCallback"in window?window.requestIdleCallback:e=>window.setTimeout(e,1):z;function tc(e,t){return o?Promise.resolve():new Promise(r=>{tu(t=>{null==e||e(t),r()},t)})}function td(e){let[,t]=n.useState(),r=n.useRef(null);return null==r.current&&(r.current={state:{},$update:H({}),props:new Set}),n.useEffect(()=>{let{state:n,$update:a,props:o}=r.current;return ee(()=>{for(let t of o){let r=e[t]();n[t]=Q(r)?[...r]:r}a(),t({})})},[e]),n.useMemo(()=>{let{state:t,$update:n,props:a}=r.current,o=!1;return a.clear(),new Proxy(t,{get(r,l){if(!a.has(l)&&l in e){a.add(l);let r=e[l]();t[l]=Q(r)?[...r]:r,o||(n.set({}),o=!0,queueMicrotask(()=>o=!1))}return t[l]},set:(r,n,a)=>(n in e||(t[n]=a),!0)})},[e])}function tf(e,t){return o?function(e,t){function r(r){let a=eA(e,{props:r,scope:n.useContext(ez).current}),o=new e7(a),l={},{style:i={},children:s,forwardRef:u,...c}=r;if(t.props.size)for(let e of Object.keys(c))t.props.has(e)||(l[e]=c[e]);else l=c;if(o.setup(),o.hasAttribute("style")){for(let[e,t]of o.style.tokens)i[e.startsWith("--")?e:e_(e)]=t;o.removeAttribute("style")}for(let[e,t]of o.attributes.tokens){let r=te[e];r&&(r in l||(l[r]=t),o.removeAttribute(e))}return eG({current:a.$$.scope},X(s)?null==s?void 0:s({...Object.fromEntries(o.attributes.tokens),...l,style:i},a):s,n.createElement(()=>(o.destroy(),null)))}return r.displayName=e.name+"Bridge",r}(e,{props:new Set(Object.keys(e.props||{}))}):function(e,t){let r=n.forwardRef((r,a)=>{let o=n.useContext(ez),l=n.useRef(null),i=n.useRef();if(!i.current){let t=function(){let e={el:null,prevProps:[],callbacks:{},domCallbacks:{},refChangeId:-1,connectId:-1,destroyId:-1,attached:!1,forwardRef:!1,listening:null,onDOMEvent(t){var r,n;let a=U(t.detail)?[t]:[t.detail,t];null===(r=(n=e.domCallbacks)[t.type])||void 0===r||r.call(n,...a)}};return e}(),n=e6(e,t,r,o.current);t.component=n,i.current=t,l.current=n.scope}n.useEffect(()=>{let e=i.current;return window.cancelAnimationFrame(e.destroyId),e.destroyId=-1,function(){X(r.children)&&(window.cancelAnimationFrame(e.refChangeId),e.refChangeId=-1,window.cancelAnimationFrame(e.connectId),e.connectId=-1,window.cancelAnimationFrame(e.destroyId),e.destroyId=window.requestAnimationFrame(()=>{e.destroyId=-1,eQ(e),e.component.$$.destroy(),e.component.$$[eT]=null,e.callbacks={},e.domCallbacks={},l.current=null}))}},[]),n.useEffect(y);let s=i.current,{children:u,...c}=r,d={},f=s.prevProps,p=Object.keys(c);for(let r of(s.callbacks={},[...f,...p])){var h,m,v,g,C,b,S,x;if(t.props.has(r))s.component.$props[r].set(U(c[r])?null===(C=e.props)||void 0===C?void 0:C[r]:c[r]);else if((null===(h=t.events)||void 0===h?void 0:h.has(r))||(null===(m=t.eventsRE)||void 0===m?void 0:m.test(r)))s.callbacks[r]=c[r];else if((null===(v=t.domEvents)||void 0===v?void 0:v.has(r))||(null===(g=t.domEventsRE)||void 0===g?void 0:g.test(r))){let e=eF(r.slice(2));s.domCallbacks[e]=c[r],p.includes(r)?!s.el||(null===(b=s.listening)||void 0===b?void 0:b.has(e))||(s.listening||(s.listening=new Set),s.listening.add(e),s.el.addEventListener(e,s.onDOMEvent)):(null===(S=s.el)||void 0===S||S.removeEventListener(e,s.onDOMEvent),null===(x=s.listening)||void 0===x||x.delete(e))}else d[r]=c[r]}return s.prevProps=p,eG(l,n.createElement(eq,{effect:function(){let t=i.current,n=o.current;if(window.cancelAnimationFrame(t.destroyId),t.destroyId=-1,t.component.$$.destroyed){let a=e6(e,t,r,n);t.component=a,t.attached=!1,t.forwardRef=!1,l.current=a.scope}return t.el&&eX(t,t.el),t.forwardRef||(eK(a,t.component),t.forwardRef=!0),()=>eQ(t)}}),X(u)?null==u?void 0:u({...d,suppressHydrationWarning:!0,ref:function(e){let t=i.current;if(!t.forwardRef){t.el=e;return}window.cancelAnimationFrame(t.refChangeId),t.refChangeId=window.requestAnimationFrame(()=>{let t=i.current;t.refChangeId=-1,t.el!==e&&(eQ(t),e&&eX(t,e),t.el=e)})}},s.component):u)});return r.displayName=e.name+"Bridge",r}(e,{props:new Set(Object.keys(e.props||{})),events:new Set(null==t?void 0:t.events),eventsRE:null==t?void 0:t.eventsRegex,domEvents:null==t?void 0:t.domEvents,domEventsRE:null==t?void 0:t.domEventsRegex})}var tp={fullscreenEnabled:0,fullscreenElement:1,requestFullscreen:2,exitFullscreen:3,fullscreenchange:4,fullscreenerror:5,fullscreen:6},th="undefined"!=typeof window&&void 0!==window.document?window.document:{},tm="fullscreenEnabled"in th&&Object.keys(tp)||"webkitFullscreenEnabled"in th&&["webkitFullscreenEnabled","webkitFullscreenElement","webkitRequestFullscreen","webkitExitFullscreen","webkitfullscreenchange","webkitfullscreenerror","-webkit-full-screen"]||"mozFullScreenEnabled"in th&&["mozFullScreenEnabled","mozFullScreenElement","mozRequestFullScreen","mozCancelFullScreen","mozfullscreenchange","mozfullscreenerror","-moz-full-screen"]||"msFullscreenEnabled"in th&&["msFullscreenEnabled","msFullscreenElement","msRequestFullscreen","msExitFullscreen","MSFullscreenChange","MSFullscreenError","-ms-fullscreen"]||[],tv={requestFullscreen:function(e){return e[tm[tp.requestFullscreen]]()},requestFullscreenFunction:function(e){return e[tm[tp.requestFullscreen]]},get exitFullscreen(){return th[tm[tp.exitFullscreen]].bind(th)},get fullscreenPseudoClass(){return":"+tm[tp.fullscreen]},addEventListener:function(e,t,r){return th.addEventListener(tm[tp[e]],t,r)},removeEventListener:function(e,t,r){return th.removeEventListener(tm[tp[e]],t,r)},get fullscreenEnabled(){return!!th[tm[tp.fullscreenEnabled]]},set fullscreenEnabled(val){},get fullscreenElement(){return th[tm[tp.fullscreenElement]]},set fullscreenElement(val){},get onfullscreenchange(){return th[("on"+tm[tp.fullscreenchange]).toLowerCase()]},set onfullscreenchange(handler){return th[("on"+tm[tp.fullscreenchange]).toLowerCase()]=handler},get onfullscreenerror(){return th[("on"+tm[tp.fullscreenerror]).toLowerCase()]},set onfullscreenerror(handler){return th[("on"+tm[tp.fullscreenerror]).toLowerCase()]=handler}},tg=function(e,t,r){var n=null,a=null,o=r&&r.leading,l=r&&r.trailing;null==o&&(o=!0),null==l&&(l=!o),!0==o&&(l=!1);var i=function(){n&&(clearTimeout(n),n=null)},s=function(){var r=o&&!n,i=this,s=arguments;if(a=function(){return e.apply(i,s)},n||(n=setTimeout(function(){if(n=null,l)return a()},t)),r)return r=!1,a()};return s.cancel=i,s.flush=function(){var e=a;i(),e&&e()},s},tC=function(e,t,r){var n=null,a=null,o=function(){n&&(clearTimeout(n),a=null,n=null)},l=function(){if(!t)return e.apply(this,arguments);var l=this,i=arguments,s=r&&!n;if(o(),a=function(){e.apply(l,i)},n=setTimeout(function(){if(n=null,!s){var e=a;return a=null,e()}},t),s)return a()};return l.cancel=o,l.flush=function(){var e=a;o(),e&&e()},l};let ty=e=>"object"==typeof e&&null!=e&&1===e.nodeType,tb=(e,t)=>(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e,tS=(e,t)=>{if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){let r=getComputedStyle(e,null);return tb(r.overflowY,t)||tb(r.overflowX,t)||(e=>{let t=(e=>{if(!e.ownerDocument||!e.ownerDocument.defaultView)return null;try{return e.ownerDocument.defaultView.frameElement}catch(e){return null}})(e);return!!t&&(t.clientHeight<e.scrollHeight||t.clientWidth<e.scrollWidth)})(e)}return!1},tx=(e,t,r,n,a,o,l,i)=>o<e&&l>t||o>e&&l<t?0:o<=e&&i<=r||l>=t&&i>=r?o-e-n:l>t&&i<r||o<e&&i>r?l-t+a:0,tw=e=>{let t=e.parentElement;return null==t?e.getRootNode().host||null:t},tk=(e,t)=>{var r,n,a,o;if("undefined"==typeof document)return[];let{scrollMode:l,block:i,inline:s,boundary:u,skipOverflowHiddenElements:c}=t,d="function"==typeof u?u:e=>e!==u;if(!ty(e))throw TypeError("Invalid target");let f=document.scrollingElement||document.documentElement,p=[],h=e;for(;ty(h)&&d(h);){if((h=tw(h))===f){p.push(h);break}null!=h&&h===document.body&&tS(h)&&!tS(document.documentElement)||null!=h&&tS(h,c)&&p.push(h)}let m=null!=(n=null==(r=window.visualViewport)?void 0:r.width)?n:innerWidth,v=null!=(o=null==(a=window.visualViewport)?void 0:a.height)?o:innerHeight,{scrollX:g,scrollY:C}=window,{height:y,width:b,top:S,right:x,bottom:w,left:k}=e.getBoundingClientRect(),{top:E,right:M,bottom:I,left:R}=(e=>{let t=window.getComputedStyle(e);return{top:parseFloat(t.scrollMarginTop)||0,right:parseFloat(t.scrollMarginRight)||0,bottom:parseFloat(t.scrollMarginBottom)||0,left:parseFloat(t.scrollMarginLeft)||0}})(e),N="start"===i||"nearest"===i?S-E:"end"===i?w+I:S+y/2-E+I,T="center"===s?k+b/2-R+M:"end"===s?x+M:k-R,L=[];for(let e=0;e<p.length;e++){let t=p[e],{height:r,width:n,top:a,right:o,bottom:u,left:c}=t.getBoundingClientRect();if("if-needed"===l&&S>=0&&k>=0&&w<=v&&x<=m&&S>=a&&w<=u&&k>=c&&x<=o)break;let d=getComputedStyle(t),h=parseInt(d.borderLeftWidth,10),E=parseInt(d.borderTopWidth,10),M=parseInt(d.borderRightWidth,10),I=parseInt(d.borderBottomWidth,10),R=0,P=0,O="offsetWidth"in t?t.offsetWidth-t.clientWidth-h-M:0,A="offsetHeight"in t?t.offsetHeight-t.clientHeight-E-I:0,V="offsetWidth"in t?0===t.offsetWidth?0:n/t.offsetWidth:0,j="offsetHeight"in t?0===t.offsetHeight?0:r/t.offsetHeight:0;if(f===t)R="start"===i?N:"end"===i?N-v:"nearest"===i?tx(C,C+v,v,E,I,C+N,C+N+y,y):N-v/2,P="start"===s?T:"center"===s?T-m/2:"end"===s?T-m:tx(g,g+m,m,h,M,g+T,g+T+b,b),R=Math.max(0,R+C),P=Math.max(0,P+g);else{R="start"===i?N-a-E:"end"===i?N-u+I+A:"nearest"===i?tx(a,u,r,E,I+A,N,N+y,y):N-(a+r/2)+A/2,P="start"===s?T-c-h:"center"===s?T-(c+n/2)+O/2:"end"===s?T-o+M+O:tx(c,o,n,h,M+O,T,T+b,b);let{scrollLeft:e,scrollTop:l}=t;R=0===j?0:Math.max(0,Math.min(l+R/j,t.scrollHeight-r/j+A)),P=0===V?0:Math.max(0,Math.min(e+P/V,t.scrollWidth-n/V+O)),N+=l-R,T+=e-P}L.push({el:t,top:R,left:P})}return L};var tE='<path fill-rule="evenodd" clip-rule="evenodd" d="M15.0007 28.7923C15.0007 29.0152 14.9774 29.096 14.9339 29.1775C14.8903 29.259 14.8263 29.323 14.7449 29.3665C14.6634 29.4101 14.5826 29.4333 14.3597 29.4333H12.575C12.3521 29.4333 12.2713 29.4101 12.1898 29.3665C12.1083 29.323 12.0443 29.259 12.0008 29.1775C11.9572 29.096 11.934 29.0152 11.934 28.7923V12.2993L5.97496 12.3C5.75208 12.3 5.67125 12.2768 5.58977 12.2332C5.50829 12.1896 5.44434 12.1257 5.40077 12.0442C5.35719 11.9627 5.33398 11.8819 5.33398 11.659V9.87429C5.33398 9.65141 5.35719 9.57059 5.40077 9.48911C5.44434 9.40762 5.50829 9.34368 5.58977 9.3001C5.67125 9.25652 5.75208 9.23332 5.97496 9.23332H26.0263C26.2492 9.23332 26.33 9.25652 26.4115 9.3001C26.493 9.34368 26.557 9.40762 26.6005 9.48911C26.6441 9.57059 26.6673 9.65141 26.6673 9.87429V11.659C26.6673 11.8819 26.6441 11.9627 26.6005 12.0442C26.557 12.1257 26.493 12.1896 26.4115 12.2332C26.33 12.2768 26.2492 12.3 26.0263 12.3L20.067 12.2993L20.0673 28.7923C20.0673 29.0152 20.0441 29.096 20.0005 29.1775C19.957 29.259 19.893 29.323 19.8115 29.3665C19.73 29.4101 19.6492 29.4333 19.4263 29.4333H17.6416C17.4187 29.4333 17.3379 29.4101 17.2564 29.3665C17.175 29.323 17.111 29.259 17.0674 29.1775C17.0239 29.096 17.0007 29.0152 17.0007 28.7923L17 22.7663H15L15.0007 28.7923Z" fill="currentColor"/> <path d="M16.0007 7.89998C17.4734 7.89998 18.6673 6.70608 18.6673 5.23332C18.6673 3.76056 17.4734 2.56665 16.0007 2.56665C14.5279 2.56665 13.334 3.76056 13.334 5.23332C13.334 6.70608 14.5279 7.89998 16.0007 7.89998Z" fill="currentColor"/>',tM='<path d="M5.33334 6.00001C5.33334 5.63182 5.63181 5.33334 6 5.33334H26C26.3682 5.33334 26.6667 5.63182 26.6667 6.00001V20.6667C26.6667 21.0349 26.3682 21.3333 26 21.3333H23.7072C23.4956 21.3333 23.2966 21.233 23.171 21.0628L22.1859 19.7295C21.8607 19.2894 22.1749 18.6667 22.7221 18.6667H23.3333C23.7015 18.6667 24 18.3682 24 18V8.66668C24 8.29849 23.7015 8.00001 23.3333 8.00001H8.66667C8.29848 8.00001 8 8.29849 8 8.66668V18C8 18.3682 8.29848 18.6667 8.66667 18.6667H9.29357C9.84072 18.6667 10.1549 19.2894 9.82976 19.7295L8.84467 21.0628C8.71898 21.233 8.52 21.3333 8.30848 21.3333H6C5.63181 21.3333 5.33334 21.0349 5.33334 20.6667V6.00001Z" fill="currentColor"/> <path d="M8.78528 25.6038C8.46013 26.0439 8.77431 26.6667 9.32147 26.6667L22.6785 26.6667C23.2256 26.6667 23.5398 26.0439 23.2146 25.6038L16.5358 16.5653C16.2693 16.2046 15.73 16.2047 15.4635 16.5653L8.78528 25.6038Z" fill="currentColor"/>',tI='<path d="M17.4853 18.9093C17.4853 19.0281 17.6289 19.0875 17.7129 19.0035L22.4185 14.2979C22.6788 14.0376 23.1009 14.0376 23.3613 14.2979L24.7755 15.7122C25.0359 15.9725 25.0359 16.3946 24.7755 16.655L16.2902 25.1403C16.0299 25.4006 15.6078 25.4006 15.3474 25.1403L13.9332 23.726L13.9319 23.7247L6.86189 16.6547C6.60154 16.3944 6.60154 15.9723 6.86189 15.7119L8.2761 14.2977C8.53645 14.0373 8.95856 14.0373 9.21891 14.2977L13.9243 19.0031C14.0083 19.0871 14.1519 19.0276 14.1519 18.9088L14.1519 6.00004C14.1519 5.63185 14.4504 5.33337 14.8186 5.33337L16.8186 5.33337C17.1868 5.33337 17.4853 5.63185 17.4853 6.00004L17.4853 18.9093Z" fill="currentColor"/>',tR='<path d="M13.0908 14.3334C12.972 14.3334 12.9125 14.1898 12.9965 14.1058L17.7021 9.40022C17.9625 9.13987 17.9625 8.71776 17.7021 8.45741L16.2879 7.04319C16.0275 6.78284 15.6054 6.78284 15.3451 7.04319L6.8598 15.5285C6.59945 15.7888 6.59945 16.2109 6.8598 16.4713L8.27401 17.8855L8.27536 17.8868L15.3453 24.9568C15.6057 25.2172 16.0278 25.2172 16.2881 24.9568L17.7024 23.5426C17.9627 23.2822 17.9627 22.8601 17.7024 22.5998L12.9969 17.8944C12.9129 17.8104 12.9724 17.6668 13.0912 17.6668L26 17.6668C26.3682 17.6668 26.6667 17.3683 26.6667 17.0001V15.0001C26.6667 14.6319 26.3682 14.3334 26 14.3334L13.0908 14.3334Z" fill="currentColor"/>',tN='<path d="M14.1521 13.0929C14.1521 12.9741 14.0085 12.9147 13.9245 12.9987L9.21891 17.7043C8.95856 17.9646 8.53645 17.9646 8.2761 17.7043L6.86189 16.29C6.60154 16.0297 6.60154 15.6076 6.86189 15.3472L15.3472 6.86195C15.6075 6.6016 16.0296 6.6016 16.29 6.86195L17.7042 8.27616L17.7055 8.27751L24.7755 15.3475C25.0359 15.6078 25.0359 16.0299 24.7755 16.2903L23.3613 17.7045C23.1009 17.9649 22.6788 17.9649 22.4185 17.7045L17.7131 12.9991C17.6291 12.9151 17.4855 12.9746 17.4855 13.0934V26.0022C17.4855 26.3704 17.187 26.6688 16.8188 26.6688H14.8188C14.4506 26.6688 14.1521 26.3704 14.1521 26.0022L14.1521 13.0929Z" fill="currentColor"/>',tT='<path d="M16.6927 25.3346C16.3245 25.3346 16.026 25.0361 16.026 24.6679L16.026 7.3346C16.026 6.96641 16.3245 6.66794 16.6927 6.66794L18.6927 6.66794C19.0609 6.66794 19.3594 6.96642 19.3594 7.3346L19.3594 24.6679C19.3594 25.0361 19.0609 25.3346 18.6927 25.3346H16.6927Z" fill="currentColor"/> <path d="M24.026 25.3346C23.6578 25.3346 23.3594 25.0361 23.3594 24.6679L23.3594 7.3346C23.3594 6.96641 23.6578 6.66794 24.026 6.66794L26.026 6.66794C26.3942 6.66794 26.6927 6.96642 26.6927 7.3346V24.6679C26.6927 25.0361 26.3942 25.3346 26.026 25.3346H24.026Z" fill="currentColor"/> <path d="M5.48113 23.9407C5.38584 24.2963 5.59689 24.6619 5.95254 24.7572L7.88439 25.2748C8.24003 25.3701 8.60559 25.159 8.70089 24.8034L13.1871 8.06067C13.2824 7.70503 13.0713 7.33947 12.7157 7.24417L10.7838 6.72654C10.4282 6.63124 10.0626 6.8423 9.96733 7.19794L5.48113 23.9407Z" fill="currentColor"/>',tL='<path fill-rule="evenodd" clip-rule="evenodd" d="M24.9266 7.57992C25.015 7.60672 25.0886 7.64746 25.2462 7.80506L26.956 9.51488C27.1136 9.67248 27.1543 9.74604 27.1811 9.83447C27.2079 9.9229 27.2079 10.0133 27.1811 10.1018C27.1543 10.1902 27.1136 10.2638 26.956 10.4214L13.1822 24.1951C13.0246 24.3527 12.951 24.3935 12.8626 24.4203C12.797 24.4402 12.7304 24.4453 12.6642 24.4357L12.7319 24.4203C12.6435 24.4471 12.553 24.4471 12.4646 24.4203C12.3762 24.3935 12.3026 24.3527 12.145 24.1951L5.04407 17.0942C4.88647 16.9366 4.84573 16.863 4.81893 16.7746C4.79213 16.6862 4.79213 16.5957 4.81893 16.5073C4.84573 16.4189 4.88647 16.3453 5.04407 16.1877L6.7539 14.4779C6.9115 14.3203 6.98506 14.2796 7.07349 14.2528C7.16191 14.226 7.25235 14.226 7.34078 14.2528C7.42921 14.2796 7.50277 14.3203 7.66037 14.4779L12.6628 19.4808L24.3397 7.80506C24.4973 7.64746 24.5709 7.60672 24.6593 7.57992C24.7477 7.55311 24.8382 7.55311 24.9266 7.57992Z" fill="currentColor"/>',tP='<path d="M17.947 16.095C17.999 16.043 17.999 15.9585 17.947 15.9065L11.6295 9.58899C11.3691 9.32864 11.3691 8.90653 11.6295 8.64618L13.2323 7.04341C13.4926 6.78306 13.9147 6.78306 14.1751 7.04341L21.0289 13.8973C21.0392 13.9064 21.0493 13.9158 21.0591 13.9257L22.6619 15.5285C22.9223 15.7888 22.9223 16.2109 22.6619 16.4713L14.1766 24.9565C13.9163 25.2169 13.4942 25.2169 13.2338 24.9565L11.631 23.3538C11.3707 23.0934 11.3707 22.6713 11.631 22.411L17.947 16.095Z" fill="currentColor"/>',tO='<path fill-rule="evenodd" clip-rule="evenodd" d="M6 7C5.63181 7 5.33333 7.29848 5.33333 7.66667V14.8667C5.33333 14.9403 5.39361 14.9999 5.46724 15.0009C10.8844 15.0719 15.2614 19.449 15.3325 24.8661C15.3334 24.9397 15.393 25 15.4667 25H26C26.3682 25 26.6667 24.7015 26.6667 24.3333V7.66667C26.6667 7.29848 26.3682 7 26 7H6ZM17.0119 22.2294C17.0263 22.29 17.0802 22.3333 17.1425 22.3333H23.3333C23.7015 22.3333 24 22.0349 24 21.6667V10.3333C24 9.96514 23.7015 9.66667 23.3333 9.66667H8.66667C8.29848 9.66667 8 9.96514 8 10.3333V13.1909C8 13.2531 8.04332 13.3071 8.10392 13.3214C12.5063 14.3618 15.9715 17.827 17.0119 22.2294Z" fill="currentColor"/> <path d="M13.2 25C13.2736 25 13.3334 24.9398 13.3322 24.8661C13.2615 20.5544 9.77889 17.0718 5.46718 17.0011C5.39356 16.9999 5.33333 17.0597 5.33333 17.1333V18.8667C5.33333 18.9403 5.39348 18.9999 5.4671 19.0015C8.67465 19.0716 11.2617 21.6587 11.3319 24.8662C11.3335 24.9399 11.393 25 11.4667 25H13.2Z" fill="currentColor"/> <path d="M5.33333 21.1333C5.33333 21.0597 5.39332 20.9998 5.46692 21.0022C7.57033 21.0712 9.26217 22.763 9.33114 24.8664C9.33356 24.94 9.27364 25 9.2 25H6C5.63181 25 5.33333 24.7015 5.33333 24.3333V21.1333Z" fill="currentColor"/>',tA=Object.freeze({__proto__:null,default:tO}),tV='<path d="M8 28.0003C8 27.6321 8.29848 27.3336 8.66667 27.3336H23.3333C23.7015 27.3336 24 27.6321 24 28.0003V29.3336C24 29.7018 23.7015 30.0003 23.3333 30.0003H8.66667C8.29848 30.0003 8 29.7018 8 29.3336V28.0003Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66602 6.66699C4.29783 6.66699 3.99935 6.96547 3.99935 7.33366V24.667C3.99935 25.0352 4.29783 25.3337 4.66602 25.3337H27.3327C27.7009 25.3337 27.9994 25.0352 27.9994 24.667V7.33366C27.9994 6.96547 27.7009 6.66699 27.3327 6.66699H4.66602ZM8.66659 21.3333C8.2984 21.3333 7.99992 21.0349 7.99992 20.6667V11.3333C7.99992 10.9651 8.2984 10.6667 8.66659 10.6667H13.9999C14.3681 10.6667 14.6666 10.9651 14.6666 11.3333V12.6667C14.6666 13.0349 14.3681 13.3333 13.9999 13.3333H10.7999C10.7263 13.3333 10.6666 13.393 10.6666 13.4667V18.5333C10.6666 18.607 10.7263 18.6667 10.7999 18.6667H13.9999C14.3681 18.6667 14.6666 18.9651 14.6666 19.3333V20.6667C14.6666 21.0349 14.3681 21.3333 13.9999 21.3333H8.66659ZM17.9999 21.3333C17.6317 21.3333 17.3333 21.0349 17.3333 20.6667V11.3333C17.3333 10.9651 17.6317 10.6667 17.9999 10.6667H23.3333C23.7014 10.6667 23.9999 10.9651 23.9999 11.3333V12.6667C23.9999 13.0349 23.7014 13.3333 23.3333 13.3333H20.1333C20.0596 13.3333 19.9999 13.393 19.9999 13.4667V18.5333C19.9999 18.607 20.0596 18.6667 20.1333 18.6667H23.3333C23.7014 18.6667 23.9999 18.9651 23.9999 19.3333V20.6667C23.9999 21.0349 23.7014 21.3333 23.3333 21.3333H17.9999Z" fill="currentColor"/>',tj='<path fill-rule="evenodd" clip-rule="evenodd" d="M4.6661 6.66699C4.29791 6.66699 3.99943 6.96547 3.99943 7.33366V24.667C3.99943 25.0352 4.29791 25.3337 4.6661 25.3337H27.3328C27.701 25.3337 27.9994 25.0352 27.9994 24.667V7.33366C27.9994 6.96547 27.701 6.66699 27.3328 6.66699H4.6661ZM8.66667 21.3333C8.29848 21.3333 8 21.0349 8 20.6667V11.3333C8 10.9651 8.29848 10.6667 8.66667 10.6667H14C14.3682 10.6667 14.6667 10.9651 14.6667 11.3333V12.6667C14.6667 13.0349 14.3682 13.3333 14 13.3333H10.8C10.7264 13.3333 10.6667 13.393 10.6667 13.4667V18.5333C10.6667 18.607 10.7264 18.6667 10.8 18.6667H14C14.3682 18.6667 14.6667 18.9651 14.6667 19.3333V20.6667C14.6667 21.0349 14.3682 21.3333 14 21.3333H8.66667ZM18 21.3333C17.6318 21.3333 17.3333 21.0349 17.3333 20.6667V11.3333C17.3333 10.9651 17.6318 10.6667 18 10.6667H23.3333C23.7015 10.6667 24 10.9651 24 11.3333V12.6667C24 13.0349 23.7015 13.3333 23.3333 13.3333H20.1333C20.0597 13.3333 20 13.393 20 13.4667V18.5333C20 18.607 20.0597 18.6667 20.1333 18.6667H23.3333C23.7015 18.6667 24 18.9651 24 19.3333V20.6667C24 21.0349 23.7015 21.3333 23.3333 21.3333H18Z" fill="currentColor"/>',t$='<path d="M14.2225 13.7867C14.3065 13.8706 14.4501 13.8112 14.4501 13.6924V5.99955C14.4501 5.63136 14.7486 5.33289 15.1167 5.33289H16.8501C17.2183 5.33289 17.5167 5.63136 17.5167 5.99955V13.6916C17.5167 13.8104 17.6604 13.8699 17.7444 13.7859L19.9433 11.5869C20.2037 11.3266 20.6258 11.3266 20.8861 11.5869L22.1118 12.8126C22.3722 13.0729 22.3722 13.4951 22.1118 13.7554L16.4549 19.4123C16.1946 19.6726 15.772 19.6731 15.5116 19.4128L9.85479 13.7559C9.59444 13.4956 9.59444 13.0734 9.85479 12.8131L11.0804 11.5874C11.3408 11.3271 11.7629 11.3271 12.0233 11.5874L14.2225 13.7867Z" fill="currentColor"/> <path d="M5.99998 20.267C5.63179 20.267 5.33331 20.5654 5.33331 20.9336V25.9997C5.33331 26.3678 5.63179 26.6663 5.99998 26.6663H26C26.3682 26.6663 26.6666 26.3678 26.6666 25.9997V20.9336C26.6666 20.5654 26.3682 20.267 26 20.267H24.2666C23.8985 20.267 23.6 20.5654 23.6 20.9336V22.9333C23.6 23.3014 23.3015 23.5999 22.9333 23.5999H9.06638C8.69819 23.5999 8.39972 23.3014 8.39972 22.9333V20.9336C8.39972 20.5654 8.10124 20.267 7.73305 20.267H5.99998Z" fill="currentColor"/>',tB='<path d="M16 20C18.2091 20 20 18.2092 20 16C20 13.7909 18.2091 12 16 12C13.7909 12 12 13.7909 12 16C12 18.2092 13.7909 20 16 20Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M28 16.0058C28 18.671 23.5 25.3334 16 25.3334C8.5 25.3334 4 18.6762 4 16.0058C4 13.3354 8.50447 6.66669 16 6.66669C23.4955 6.66669 28 13.3406 28 16.0058ZM25.3318 15.9934C25.3328 16.0017 25.3328 16.0099 25.3318 16.0182C25.3274 16.0571 25.3108 16.1728 25.2485 16.3708C25.1691 16.6229 25.0352 16.9462 24.8327 17.3216C24.4264 18.0749 23.7969 18.9398 22.9567 19.754C21.2791 21.3798 18.9148 22.6667 16 22.6667C13.0845 22.6667 10.7202 21.3805 9.04298 19.7557C8.20295 18.9419 7.57362 18.0773 7.16745 17.3241C6.96499 16.9486 6.83114 16.6252 6.75172 16.3729C6.67942 16.1431 6.66856 16.0243 6.66695 16.0066L6.66695 16.005C6.66859 15.9871 6.67951 15.8682 6.75188 15.6383C6.83145 15.3854 6.96554 15.0614 7.16831 14.6853C7.57507 13.9306 8.20514 13.0644 9.04577 12.249C10.7245 10.6208 13.0886 9.33335 16 9.33335C18.9108 9.33335 21.2748 10.6215 22.9539 12.2507C23.7947 13.0664 24.4249 13.933 24.8318 14.6877C25.0346 15.0639 25.1688 15.3878 25.2483 15.6404C25.3107 15.8386 25.3274 15.9545 25.3318 15.9934Z" fill="currentColor"/>',tD='<path d="M15.8747 8.11857C16.3148 7.79342 16.9375 8.10759 16.9375 8.65476V14.2575C16.9375 14.3669 17.0621 14.4297 17.1501 14.3647L25.6038 8.11857C26.0439 7.79342 26.6667 8.10759 26.6667 8.65476V23.3451C26.6667 23.8923 26.0439 24.2064 25.6038 23.8813L17.1501 17.6346C17.0621 17.5695 16.9375 17.6324 16.9375 17.7418L16.9375 23.3451C16.9375 23.8923 16.3147 24.2064 15.8747 23.8813L5.93387 16.5358C5.57322 16.2693 5.57323 15.7299 5.93389 15.4634L15.8747 8.11857Z" fill="currentColor"/>',tH='<path d="M16.1253 8.11866C15.6852 7.7935 15.0625 8.10768 15.0625 8.65484V14.2576C15.0625 14.367 14.9379 14.4298 14.8499 14.3648L6.39615 8.11866C5.95607 7.7935 5.33331 8.10768 5.33331 8.65484V23.3452C5.33331 23.8923 5.9561 24.2065 6.39617 23.8813L14.8499 17.6347C14.9379 17.5696 15.0625 17.6325 15.0625 17.7419L15.0625 23.3452C15.0625 23.8923 15.6853 24.2065 16.1253 23.8813L26.0661 16.5358C26.4268 16.2694 26.4268 15.73 26.0661 15.4635L16.1253 8.11866Z" fill="currentColor"/>',tF='<path d="M19.3334 13.3333C18.9652 13.3333 18.6667 13.0349 18.6667 12.6667L18.6667 7.33333C18.6667 6.96514 18.9652 6.66666 19.3334 6.66666H21.3334C21.7015 6.66666 22 6.96514 22 7.33333V9.86666C22 9.9403 22.0597 10 22.1334 10L24.6667 10C25.0349 10 25.3334 10.2985 25.3334 10.6667V12.6667C25.3334 13.0349 25.0349 13.3333 24.6667 13.3333L19.3334 13.3333Z" fill="currentColor"/> <path d="M13.3334 19.3333C13.3334 18.9651 13.0349 18.6667 12.6667 18.6667H7.33335C6.96516 18.6667 6.66669 18.9651 6.66669 19.3333V21.3333C6.66669 21.7015 6.96516 22 7.33335 22H9.86669C9.94032 22 10 22.0597 10 22.1333L10 24.6667C10 25.0349 10.2985 25.3333 10.6667 25.3333H12.6667C13.0349 25.3333 13.3334 25.0349 13.3334 24.6667L13.3334 19.3333Z" fill="currentColor"/> <path d="M18.6667 24.6667C18.6667 25.0349 18.9652 25.3333 19.3334 25.3333H21.3334C21.7015 25.3333 22 25.0349 22 24.6667V22.1333C22 22.0597 22.0597 22 22.1334 22H24.6667C25.0349 22 25.3334 21.7015 25.3334 21.3333V19.3333C25.3334 18.9651 25.0349 18.6667 24.6667 18.6667L19.3334 18.6667C18.9652 18.6667 18.6667 18.9651 18.6667 19.3333L18.6667 24.6667Z" fill="currentColor"/> <path d="M10.6667 13.3333H12.6667C13.0349 13.3333 13.3334 13.0349 13.3334 12.6667L13.3334 10.6667V7.33333C13.3334 6.96514 13.0349 6.66666 12.6667 6.66666H10.6667C10.2985 6.66666 10 6.96514 10 7.33333L10 9.86666C10 9.9403 9.94033 10 9.86669 10L7.33335 10C6.96516 10 6.66669 10.2985 6.66669 10.6667V12.6667C6.66669 13.0349 6.96516 13.3333 7.33335 13.3333L10.6667 13.3333Z" fill="currentColor"/>',t_='<path d="M25.3299 7.26517C25.2958 6.929 25.0119 6.66666 24.6667 6.66666H19.3334C18.9652 6.66666 18.6667 6.96514 18.6667 7.33333V9.33333C18.6667 9.70152 18.9652 10 19.3334 10L21.8667 10C21.9403 10 22 10.0597 22 10.1333V12.6667C22 13.0349 22.2985 13.3333 22.6667 13.3333H24.6667C25.0349 13.3333 25.3334 13.0349 25.3334 12.6667V7.33333C25.3334 7.31032 25.3322 7.28758 25.3299 7.26517Z" fill="currentColor"/> <path d="M22 21.8667C22 21.9403 21.9403 22 21.8667 22L19.3334 22C18.9652 22 18.6667 22.2985 18.6667 22.6667V24.6667C18.6667 25.0349 18.9652 25.3333 19.3334 25.3333L24.6667 25.3333C25.0349 25.3333 25.3334 25.0349 25.3334 24.6667V19.3333C25.3334 18.9651 25.0349 18.6667 24.6667 18.6667H22.6667C22.2985 18.6667 22 18.9651 22 19.3333V21.8667Z" fill="currentColor"/> <path d="M12.6667 22H10.1334C10.0597 22 10 21.9403 10 21.8667V19.3333C10 18.9651 9.70154 18.6667 9.33335 18.6667H7.33335C6.96516 18.6667 6.66669 18.9651 6.66669 19.3333V24.6667C6.66669 25.0349 6.96516 25.3333 7.33335 25.3333H12.6667C13.0349 25.3333 13.3334 25.0349 13.3334 24.6667V22.6667C13.3334 22.2985 13.0349 22 12.6667 22Z" fill="currentColor"/> <path d="M10 12.6667V10.1333C10 10.0597 10.0597 10 10.1334 10L12.6667 10C13.0349 10 13.3334 9.70152 13.3334 9.33333V7.33333C13.3334 6.96514 13.0349 6.66666 12.6667 6.66666H7.33335C6.96516 6.66666 6.66669 6.96514 6.66669 7.33333V12.6667C6.66669 13.0349 6.96516 13.3333 7.33335 13.3333H9.33335C9.70154 13.3333 10 13.0349 10 12.6667Z" fill="currentColor"/>',tZ='<path fill-rule="evenodd" clip-rule="evenodd" d="M26.6667 5.99998C26.6667 5.63179 26.3682 5.33331 26 5.33331H11.3333C10.9651 5.33331 10.6667 5.63179 10.6667 5.99998V17.5714C10.6667 17.6694 10.5644 17.7342 10.4741 17.6962C9.91823 17.4625 9.30754 17.3333 8.66667 17.3333C6.08934 17.3333 4 19.4226 4 22C4 24.5773 6.08934 26.6666 8.66667 26.6666C11.244 26.6666 13.3333 24.5773 13.3333 22V8.66665C13.3333 8.29846 13.6318 7.99998 14 7.99998L23.3333 7.99998C23.7015 7.99998 24 8.29846 24 8.66665V14.9048C24 15.0027 23.8978 15.0675 23.8075 15.0296C23.2516 14.7958 22.6409 14.6666 22 14.6666C19.4227 14.6666 17.3333 16.756 17.3333 19.3333C17.3333 21.9106 19.4227 24 22 24C24.5773 24 26.6667 21.9106 26.6667 19.3333V5.99998ZM22 21.3333C23.1046 21.3333 24 20.4379 24 19.3333C24 18.2287 23.1046 17.3333 22 17.3333C20.8954 17.3333 20 18.2287 20 19.3333C20 20.4379 20.8954 21.3333 22 21.3333ZM8.66667 24C9.77124 24 10.6667 23.1045 10.6667 22C10.6667 20.8954 9.77124 20 8.66667 20C7.5621 20 6.66667 20.8954 6.66667 22C6.66667 23.1045 7.5621 24 8.66667 24Z" fill="currentColor"/>',tz='<path d="M17.5091 24.6594C17.5091 25.2066 16.8864 25.5208 16.4463 25.1956L9.44847 20.0252C9.42553 20.0083 9.39776 19.9991 9.36923 19.9991H4.66667C4.29848 19.9991 4 19.7006 4 19.3325V12.6658C4 12.2976 4.29848 11.9991 4.66667 11.9991H9.37115C9.39967 11.9991 9.42745 11.99 9.45039 11.973L16.4463 6.8036C16.8863 6.47842 17.5091 6.79259 17.5091 7.33977L17.5091 24.6594Z" fill="currentColor"/> <path d="M28.8621 13.6422C29.1225 13.3818 29.1225 12.9597 28.8621 12.6994L27.9193 11.7566C27.659 11.4962 27.2368 11.4962 26.9765 11.7566L24.7134 14.0197C24.6613 14.0717 24.5769 14.0717 24.5248 14.0197L22.262 11.7568C22.0016 11.4964 21.5795 11.4964 21.3191 11.7568L20.3763 12.6996C20.116 12.9599 20.116 13.382 20.3763 13.6424L22.6392 15.9053C22.6913 15.9573 22.6913 16.0418 22.6392 16.0938L20.3768 18.3562C20.1165 18.6166 20.1165 19.0387 20.3768 19.299L21.3196 20.2419C21.58 20.5022 22.0021 20.5022 22.2624 20.2418L24.5248 17.9795C24.5769 17.9274 24.6613 17.9274 24.7134 17.9795L26.976 20.2421C27.2363 20.5024 27.6585 20.5024 27.9188 20.2421L28.8616 19.2992C29.122 19.0389 29.122 18.6168 28.8616 18.3564L26.599 16.0938C26.547 16.0418 26.547 15.9573 26.599 15.9053L28.8621 13.6422Z" fill="currentColor"/>',tG='<path d="M26.6009 16.0725C26.6009 16.424 26.4302 17.1125 25.9409 18.0213C25.4676 18.8976 24.7542 19.8715 23.8182 20.7783C21.9489 22.5905 19.2662 24.0667 15.9342 24.0667C12.6009 24.0667 9.91958 22.5915 8.04891 20.78C7.11424 19.8736 6.40091 18.9 5.92758 18.0236C5.43824 17.1149 5.26758 16.4257 5.26758 16.0725C5.26758 15.7193 5.43824 15.0293 5.92891 14.1193C6.40224 13.2416 7.11558 12.2665 8.05158 11.3587C9.92224 9.54398 12.6049 8.06665 15.9342 8.06665C19.2636 8.06665 21.9449 9.54505 23.8169 11.3604C24.7529 12.2687 25.4662 13.2441 25.9396 14.1216C26.4302 15.0317 26.6009 15.7209 26.6009 16.0725Z" stroke="currentColor" stroke-width="3"/> <path d="M15.9336 20.0667C18.1427 20.0667 19.9336 18.2758 19.9336 16.0667C19.9336 13.8575 18.1427 12.0667 15.9336 12.0667C13.7245 12.0667 11.9336 13.8575 11.9336 16.0667C11.9336 18.2758 13.7245 20.0667 15.9336 20.0667Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M27.2323 25.0624L6.93878 4.76886C6.78118 4.61126 6.70762 4.57052 6.61919 4.54372C6.53077 4.51692 6.44033 4.51691 6.3519 4.54372C6.26347 4.57052 6.18991 4.61126 6.03231 4.76886L4.77032 6.03085C4.61272 6.18845 4.57198 6.26201 4.54518 6.35044C4.51838 6.43887 4.51838 6.5293 4.54518 6.61773C4.57198 6.70616 4.61272 6.77972 4.77032 6.93732L25.0639 27.2308C25.2215 27.3884 25.295 27.4292 25.3834 27.456C25.4719 27.4828 25.5623 27.4828 25.6507 27.456C25.7392 27.4292 25.8127 27.3885 25.9703 27.2309L27.2323 25.9689C27.3899 25.8113 27.4307 25.7377 27.4575 25.6493C27.4843 25.5608 27.4843 25.4704 27.4575 25.382C27.4307 25.2935 27.3899 25.22 27.2323 25.0624Z" fill="currentColor"/>',tU='<path d="M8.66667 6.66667C8.29848 6.66667 8 6.96514 8 7.33333V24.6667C8 25.0349 8.29848 25.3333 8.66667 25.3333H12.6667C13.0349 25.3333 13.3333 25.0349 13.3333 24.6667V7.33333C13.3333 6.96514 13.0349 6.66667 12.6667 6.66667H8.66667Z" fill="currentColor"/> <path d="M19.3333 6.66667C18.9651 6.66667 18.6667 6.96514 18.6667 7.33333V24.6667C18.6667 25.0349 18.9651 25.3333 19.3333 25.3333H23.3333C23.7015 25.3333 24 25.0349 24 24.6667V7.33333C24 6.96514 23.7015 6.66667 23.3333 6.66667H19.3333Z" fill="currentColor"/>',tW='<path d="M5.33334 26V19.4667C5.33334 19.393 5.39304 19.3333 5.46668 19.3333H7.86668C7.94031 19.3333 8.00001 19.393 8.00001 19.4667V23.3333C8.00001 23.7015 8.29849 24 8.66668 24H23.3333C23.7015 24 24 23.7015 24 23.3333V8.66666C24 8.29847 23.7015 7.99999 23.3333 7.99999H19.4667C19.393 7.99999 19.3333 7.9403 19.3333 7.86666V5.46666C19.3333 5.39302 19.393 5.33333 19.4667 5.33333H26C26.3682 5.33333 26.6667 5.63181 26.6667 5.99999V26C26.6667 26.3682 26.3682 26.6667 26 26.6667H6.00001C5.63182 26.6667 5.33334 26.3682 5.33334 26Z" fill="currentColor"/> <path d="M14.0098 8.42359H10.806C10.6872 8.42359 10.6277 8.56721 10.7117 8.6512L16.5491 14.4886C16.8094 14.7489 16.8094 15.171 16.5491 15.4314L15.3234 16.657C15.0631 16.9174 14.641 16.9174 14.3806 16.657L8.63739 10.9138C8.55339 10.8298 8.40978 10.8893 8.40978 11.0081V14.0236C8.40978 14.3918 8.1113 14.6903 7.74311 14.6903H6.00978C5.64159 14.6903 5.34311 14.3918 5.34311 14.0236L5.34311 6.02359C5.34311 5.6554 5.64159 5.35692 6.00978 5.35692L14.0098 5.35692C14.378 5.35692 14.6764 5.6554 14.6764 6.02359V7.75692C14.6764 8.12511 14.378 8.42359 14.0098 8.42359Z" fill="currentColor"/>',tK='<path d="M16 15.3333C15.6318 15.3333 15.3333 15.6318 15.3333 16V20C15.3333 20.3682 15.6318 20.6667 16 20.6667H21.3333C21.7015 20.6667 22 20.3682 22 20V16C22 15.6318 21.7015 15.3333 21.3333 15.3333H16Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.33333 7.33334C5.33333 6.96515 5.63181 6.66667 5.99999 6.66667H26C26.3682 6.66667 26.6667 6.96515 26.6667 7.33334V24.6667C26.6667 25.0349 26.3682 25.3333 26 25.3333H5.99999C5.63181 25.3333 5.33333 25.0349 5.33333 24.6667V7.33334ZM7.99999 10C7.99999 9.63182 8.29847 9.33334 8.66666 9.33334H23.3333C23.7015 9.33334 24 9.63182 24 10V22C24 22.3682 23.7015 22.6667 23.3333 22.6667H8.66666C8.29847 22.6667 7.99999 22.3682 7.99999 22V10Z" fill="currentColor"/>',tJ='<path d="M10.6667 6.6548C10.6667 6.10764 11.2894 5.79346 11.7295 6.11862L24.377 15.4634C24.7377 15.7298 24.7377 16.2692 24.3771 16.5357L11.7295 25.8813C11.2895 26.2065 10.6667 25.8923 10.6667 25.3451L10.6667 6.6548Z" fill="currentColor"/>',tq='<path d="M13.9213 5.53573C14.3146 5.45804 14.6666 5.76987 14.6666 6.17079V7.57215C14.6666 7.89777 14.4305 8.17277 14.114 8.24925C12.5981 8.61559 11.2506 9.41368 10.2091 10.506C9.98474 10.7414 9.62903 10.8079 9.34742 10.6453L8.14112 9.94885C7.79394 9.7484 7.69985 9.28777 7.96359 8.98585C9.48505 7.24409 11.5636 6.00143 13.9213 5.53573Z" fill="currentColor"/> <path d="M5.88974 12.5908C6.01805 12.2101 6.46491 12.0603 6.81279 12.2611L8.01201 12.9535C8.29379 13.1162 8.41396 13.4577 8.32238 13.7699C8.11252 14.4854 7.99998 15.2424 7.99998 16.0257C7.99998 16.809 8.11252 17.566 8.32238 18.2814C8.41396 18.5936 8.29378 18.9352 8.01201 19.0979L6.82742 19.7818C6.48051 19.9821 6.03488 19.8337 5.90521 19.4547C5.5345 18.3712 5.33331 17.2091 5.33331 16C5.33331 14.8078 5.5289 13.6613 5.88974 12.5908Z" fill="currentColor"/> <path d="M8.17106 22.0852C7.82291 22.2862 7.72949 22.7486 7.99532 23.0502C9.51387 24.773 11.5799 26.0017 13.9213 26.4642C14.3146 26.5419 14.6666 26.2301 14.6666 25.8291V24.4792C14.6666 24.1536 14.4305 23.8786 14.114 23.8021C12.5981 23.4358 11.2506 22.6377 10.2091 21.5453C9.98474 21.31 9.62903 21.2435 9.34742 21.4061L8.17106 22.0852Z" fill="currentColor"/> <path d="M17.3333 25.8291C17.3333 26.2301 17.6857 26.5418 18.079 26.4641C22.9748 25.4969 26.6666 21.1796 26.6666 16C26.6666 10.8204 22.9748 6.50302 18.079 5.5358C17.6857 5.4581 17.3333 5.76987 17.3333 6.17079V7.57215C17.3333 7.89777 17.5697 8.17282 17.8862 8.24932C21.3942 9.09721 24 12.2572 24 16.0257C24 19.7942 21.3942 22.9542 17.8862 23.802C17.5697 23.8785 17.3333 24.1536 17.3333 24.4792V25.8291Z" fill="currentColor"/> <path d="M14.3961 10.4163C13.9561 10.0911 13.3333 10.4053 13.3333 10.9525L13.3333 21.0474C13.3333 21.5946 13.9561 21.9087 14.3962 21.5836L21.2273 16.5359C21.5879 16.2694 21.5879 15.73 21.2273 15.4635L14.3961 10.4163Z" fill="currentColor"/>',tY='<path d="M15.6038 12.2147C16.0439 12.5399 16.6667 12.2257 16.6667 11.6786V10.1789C16.6667 10.1001 16.7351 10.0384 16.8134 10.0479C20.1116 10.4494 22.6667 13.2593 22.6667 16.6659C22.6667 20.3481 19.6817 23.3332 15.9995 23.3332C12.542 23.3332 9.69927 20.7014 9.36509 17.332C9.32875 16.9655 9.03371 16.6662 8.66548 16.6662L6.66655 16.6666C6.29841 16.6666 5.99769 16.966 6.02187 17.3334C6.36494 22.5454 10.7012 26.6667 16 26.6667C21.5228 26.6667 26 22.1895 26 16.6667C26 11.4103 21.9444 7.10112 16.7916 6.69757C16.7216 6.69209 16.6667 6.63396 16.6667 6.56372V4.98824C16.6667 4.44106 16.0439 4.12689 15.6038 4.45206L11.0765 7.79738C10.7159 8.06387 10.7159 8.60326 11.0766 8.86973L15.6038 12.2147Z" fill="currentColor"/>',tX='<path d="M16.6667 10.3452C16.6667 10.8924 16.0439 11.2066 15.6038 10.8814L11.0766 7.5364C10.7159 7.26993 10.7159 6.73054 11.0766 6.46405L15.6038 3.11873C16.0439 2.79356 16.6667 3.10773 16.6667 3.6549V5.22682C16.6667 5.29746 16.7223 5.35579 16.7927 5.36066C22.6821 5.76757 27.3333 10.674 27.3333 16.6667C27.3333 22.9259 22.2592 28 16 28C9.96483 28 5.03145 23.2827 4.68601 17.3341C4.66466 16.9665 4.96518 16.6673 5.33339 16.6673H7.3334C7.70157 16.6673 7.99714 16.9668 8.02743 17.3337C8.36638 21.4399 11.8064 24.6667 16 24.6667C20.4183 24.6667 24 21.085 24 16.6667C24 12.5225 20.8483 9.11428 16.8113 8.70739C16.7337 8.69957 16.6667 8.76096 16.6667 8.83893V10.3452Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0879 19.679C17.4553 19.9195 17.8928 20.0398 18.4004 20.0398C18.9099 20.0398 19.3474 19.9205 19.7129 19.6818C20.0803 19.4413 20.3635 19.0938 20.5623 18.6392C20.7612 18.1847 20.8606 17.6373 20.8606 16.9972C20.8625 16.3608 20.764 15.8192 20.5652 15.3722C20.3663 14.9252 20.0822 14.5853 19.7129 14.3523C19.3455 14.1175 18.908 14 18.4004 14C17.8928 14 17.4553 14.1175 17.0879 14.3523C16.7224 14.5853 16.4402 14.9252 16.2413 15.3722C16.0443 15.8173 15.9449 16.3589 15.943 16.9972C15.9411 17.6354 16.0396 18.1818 16.2385 18.6364C16.4373 19.089 16.7205 19.4366 17.0879 19.679ZM19.1362 18.4262C18.9487 18.7349 18.7034 18.8892 18.4004 18.8892C18.1996 18.8892 18.0226 18.8211 17.8691 18.6847C17.7157 18.5464 17.5964 18.3372 17.5112 18.0568C17.4279 17.7765 17.3871 17.4233 17.389 16.9972C17.3909 16.3684 17.4847 15.9025 17.6703 15.5995C17.8559 15.2945 18.0993 15.1421 18.4004 15.1421C18.603 15.1421 18.7801 15.2093 18.9316 15.3438C19.0832 15.4782 19.2015 15.6828 19.2868 15.9574C19.372 16.2301 19.4146 16.5767 19.4146 16.9972C19.4165 17.6392 19.3237 18.1156 19.1362 18.4262Z" fill="currentColor"/> <path d="M13.7746 19.8978C13.8482 19.8978 13.9079 19.8381 13.9079 19.7644V14.2129C13.9079 14.1393 13.8482 14.0796 13.7746 14.0796H12.642C12.6171 14.0796 12.5927 14.0865 12.5716 14.0997L11.2322 14.9325C11.1931 14.9568 11.1693 14.9996 11.1693 15.0457V15.9497C11.1693 16.0539 11.2833 16.1178 11.3722 16.0635L12.464 15.396C12.4682 15.3934 12.473 15.3921 12.4779 15.3921C12.4926 15.3921 12.5045 15.404 12.5045 15.4187V19.7644C12.5045 19.8381 12.5642 19.8978 12.6378 19.8978H13.7746Z" fill="currentColor"/>',tQ='<path d="M15.3333 10.3452C15.3333 10.8924 15.9561 11.2066 16.3962 10.8814L20.9234 7.5364C21.2841 7.26993 21.2841 6.73054 20.9235 6.46405L16.3962 3.11873C15.9561 2.79356 15.3333 3.10773 15.3333 3.6549V5.22682C15.3333 5.29746 15.2778 5.35579 15.2073 5.36066C9.31791 5.76757 4.66667 10.674 4.66667 16.6667C4.66667 22.9259 9.74078 28 16 28C22.0352 28 26.9686 23.2827 27.314 17.3341C27.3354 16.9665 27.0348 16.6673 26.6666 16.6673H24.6666C24.2984 16.6673 24.0029 16.9668 23.9726 17.3337C23.6336 21.4399 20.1937 24.6667 16 24.6667C11.5817 24.6667 8 21.085 8 16.6667C8 12.5225 11.1517 9.11428 15.1887 8.70739C15.2663 8.69957 15.3333 8.76096 15.3333 8.83893V10.3452Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0879 19.679C17.4553 19.9195 17.8928 20.0398 18.4004 20.0398C18.9099 20.0398 19.3474 19.9205 19.7129 19.6818C20.0803 19.4413 20.3635 19.0938 20.5623 18.6392C20.7612 18.1847 20.8606 17.6373 20.8606 16.9972C20.8625 16.3608 20.764 15.8192 20.5652 15.3722C20.3663 14.9252 20.0822 14.5853 19.7129 14.3523C19.3455 14.1175 18.908 14 18.4004 14C17.8928 14 17.4553 14.1175 17.0879 14.3523C16.7224 14.5853 16.4402 14.9252 16.2413 15.3722C16.0443 15.8173 15.9449 16.3589 15.943 16.9972C15.9411 17.6354 16.0396 18.1818 16.2385 18.6364C16.4373 19.089 16.7205 19.4366 17.0879 19.679ZM19.1362 18.4262C18.9487 18.7349 18.7034 18.8892 18.4004 18.8892C18.1996 18.8892 18.0225 18.8211 17.8691 18.6847C17.7157 18.5464 17.5964 18.3372 17.5112 18.0568C17.4278 17.7765 17.3871 17.4233 17.389 16.9972C17.3909 16.3684 17.4847 15.9025 17.6703 15.5995C17.8559 15.2945 18.0992 15.1421 18.4004 15.1421C18.603 15.1421 18.7801 15.2093 18.9316 15.3438C19.0831 15.4782 19.2015 15.6828 19.2867 15.9574C19.372 16.2301 19.4146 16.5767 19.4146 16.9972C19.4165 17.6392 19.3237 18.1156 19.1362 18.4262Z" fill="currentColor"/> <path d="M13.7746 19.8978C13.8482 19.8978 13.9079 19.8381 13.9079 19.7644V14.2129C13.9079 14.1393 13.8482 14.0796 13.7746 14.0796H12.642C12.6171 14.0796 12.5927 14.0865 12.5716 14.0997L11.2322 14.9325C11.1931 14.9568 11.1693 14.9996 11.1693 15.0457V15.9497C11.1693 16.0539 11.2833 16.1178 11.3722 16.0635L12.464 15.396C12.4682 15.3934 12.473 15.3921 12.4779 15.3921C12.4926 15.3921 12.5045 15.404 12.5045 15.4187V19.7644C12.5045 19.8381 12.5642 19.8978 12.6378 19.8978H13.7746Z" fill="currentColor"/>',t1='<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5722 5.33333C13.2429 5.33333 12.9629 5.57382 12.9132 5.89938L12.4063 9.21916C12.4 9.26058 12.3746 9.29655 12.3378 9.31672C12.2387 9.37118 12.1409 9.42779 12.0444 9.48648C12.0086 9.5083 11.9646 9.51242 11.9255 9.49718L8.79572 8.27692C8.48896 8.15732 8.14083 8.27958 7.9762 8.56472L5.5491 12.7686C5.38444 13.0538 5.45271 13.4165 5.70981 13.6223L8.33308 15.7225C8.3658 15.7487 8.38422 15.7887 8.38331 15.8306C8.38209 15.8867 8.38148 15.9429 8.38148 15.9993C8.38148 16.0558 8.3821 16.1121 8.38332 16.1684C8.38423 16.2102 8.36582 16.2503 8.33313 16.2765L5.7103 18.3778C5.45334 18.5836 5.38515 18.9462 5.54978 19.2314L7.97688 23.4352C8.14155 23.7205 8.48981 23.8427 8.79661 23.723L11.926 22.5016C11.9651 22.4864 12.009 22.4905 12.0449 22.5123C12.1412 22.5709 12.2388 22.6274 12.3378 22.6818C12.3745 22.7019 12.4 22.7379 12.4063 22.7793L12.9132 26.0993C12.9629 26.4249 13.2429 26.6654 13.5722 26.6654H18.4264C18.7556 26.6654 19.0356 26.425 19.0854 26.0995L19.5933 22.7801C19.5997 22.7386 19.6252 22.7027 19.6619 22.6825C19.7614 22.6279 19.8596 22.5711 19.9564 22.5121C19.9923 22.4903 20.0362 22.4862 20.0754 22.5015L23.2035 23.7223C23.5103 23.842 23.8585 23.7198 24.0232 23.4346L26.4503 19.2307C26.6149 18.9456 26.5467 18.583 26.2898 18.3771L23.6679 16.2766C23.6352 16.2504 23.6168 16.2104 23.6177 16.1685C23.619 16.1122 23.6196 16.0558 23.6196 15.9993C23.6196 15.9429 23.619 15.8866 23.6177 15.8305C23.6168 15.7886 23.6353 15.7486 23.668 15.7224L26.2903 13.623C26.5474 13.4172 26.6156 13.0544 26.451 12.7692L24.0239 8.56537C23.8592 8.28023 23.5111 8.15797 23.2043 8.27757L20.0758 9.49734C20.0367 9.51258 19.9927 9.50846 19.9569 9.48664C19.8599 9.42762 19.7616 9.37071 19.6618 9.31596C19.6251 9.2958 19.5997 9.25984 19.5933 9.21843L19.0854 5.89915C19.0356 5.57369 18.7556 5.33333 18.4264 5.33333H13.5722ZM16.0001 20.2854C18.3672 20.2854 20.2862 18.3664 20.2862 15.9993C20.2862 13.6322 18.3672 11.7132 16.0001 11.7132C13.6329 11.7132 11.714 13.6322 11.714 15.9993C11.714 18.3664 13.6329 20.2854 16.0001 20.2854Z" fill="currentColor"/>',t6='<path d="M17.5091 24.6595C17.5091 25.2066 16.8864 25.5208 16.4463 25.1956L9.44847 20.0252C9.42553 20.0083 9.39776 19.9992 9.36923 19.9992H4.66667C4.29848 19.9992 4 19.7007 4 19.3325V12.6658C4 12.2976 4.29848 11.9992 4.66667 11.9992H9.37115C9.39967 11.9992 9.42745 11.99 9.45039 11.9731L16.4463 6.80363C16.8863 6.47845 17.5091 6.79262 17.5091 7.3398L17.5091 24.6595Z" fill="currentColor"/> <path d="M27.5091 9.33336C27.8773 9.33336 28.1758 9.63184 28.1758 10V22C28.1758 22.3682 27.8773 22.6667 27.5091 22.6667H26.1758C25.8076 22.6667 25.5091 22.3682 25.5091 22V10C25.5091 9.63184 25.8076 9.33336 26.1758 9.33336L27.5091 9.33336Z" fill="currentColor"/> <path d="M22.1758 12C22.544 12 22.8424 12.2985 22.8424 12.6667V19.3334C22.8424 19.7016 22.544 20 22.1758 20H20.8424C20.4743 20 20.1758 19.7016 20.1758 19.3334V12.6667C20.1758 12.2985 20.4743 12 20.8424 12H22.1758Z" fill="currentColor"/>',t3='<path d="M17.5091 24.6594C17.5091 25.2066 16.8864 25.5207 16.4463 25.1956L9.44847 20.0252C9.42553 20.0083 9.39776 19.9991 9.36923 19.9991H4.66667C4.29848 19.9991 4 19.7006 4 19.3324V12.6658C4 12.2976 4.29848 11.9991 4.66667 11.9991H9.37115C9.39967 11.9991 9.42745 11.99 9.45039 11.973L16.4463 6.80358C16.8863 6.4784 17.5091 6.79258 17.5091 7.33975L17.5091 24.6594Z" fill="currentColor"/> <path d="M22.8424 12.6667C22.8424 12.2985 22.544 12 22.1758 12H20.8424C20.4743 12 20.1758 12.2985 20.1758 12.6667V19.3333C20.1758 19.7015 20.4743 20 20.8424 20H22.1758C22.544 20 22.8424 19.7015 22.8424 19.3333V12.6667Z" fill="currentColor"/>'},26522:function(e,t,r){"use strict";r.d(t,{A1:function(){return I},B4:function(){return O},Bn:function(){return w},D6:function(){return Z},Ei:function(){return H},Ex:function(){return K},GI:function(){return ep},Gf:function(){return u},JM:function(){return d},L:function(){return ex},LD:function(){return k},MB:function(){return P},R6:function(){return S},Rg:function(){return A},Su:function(){return T},U7:function(){return eo},bD:function(){return y},bU:function(){return R},ck:function(){return en},dY:function(){return m},fC:function(){return D},fQ:function(){return N},fh:function(){return et},h_:function(){return es},j$:function(){return W},jC:function(){return j},kH:function(){return i},nQ:function(){return $},oF:function(){return em},ob:function(){return ec},os:function(){return p},pi:function(){return eb},pl:function(){return Y},qp:function(){return eg},tP:function(){return G},tg:function(){return g},uY:function(){return ey},zx:function(){return ei}});var n=r(7653),a=r(40292),o=r(52509),l=r(3458);function i(){return(0,a.useReactContext)(o._S)}let s=(0,a.createReactComponent)(o.Rt,{domEventsRegex:/^onMedia/}),u=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(s,{...l},e=>n.createElement(o.WV.button,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});u.displayName="AirPlayButton";let c=(0,a.createReactComponent)(o.zY,{domEventsRegex:/^onMedia/}),d=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(c,{...l},e=>n.createElement(o.WV.button,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});d.displayName="PlayButton";let f=(0,a.createReactComponent)(o.Er,{domEventsRegex:/^onMedia/}),p=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(f,{...l},e=>n.createElement(o.WV.button,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});p.displayName="CaptionButton";let h=(0,a.createReactComponent)(o.Je,{domEventsRegex:/^onMedia/}),m=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(h,{...l},e=>n.createElement(o.WV.button,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});m.displayName="FullscreenButton";let v=(0,a.createReactComponent)(o.Cv,{domEventsRegex:/^onMedia/}),g=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(v,{...l},e=>n.createElement(o.WV.button,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});g.displayName="MuteButton";let C=(0,a.createReactComponent)(o.zh,{domEventsRegex:/^onMedia/}),y=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(C,{...l},e=>n.createElement(o.WV.button,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});y.displayName="PIPButton";let b=(0,a.createReactComponent)(o.ns,{domEventsRegex:/^onMedia/}),S=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(b,{...l},e=>n.createElement(o.WV.button,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});S.displayName="SeekButton";let x=(0,a.createReactComponent)(o.QF,{domEventsRegex:/^onMedia/}),w=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(x,{...l},e=>n.createElement(o.WV.button,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});w.displayName="LiveButton";let k=["onDragStart","onDragEnd","onDragValueChange","onValueChange","onPointerValueChange"],E=(0,a.createReactComponent)(o.u9),M=(0,a.createReactComponent)(o.cA,{events:k}),I=n.forwardRef((e,t)=>{let{children:r,...a}=e;return n.createElement(M,{...a,ref:t},e=>n.createElement(o.WV.div,{...e},r))});I.displayName="Slider";let R=n.forwardRef((e,t)=>n.createElement(o.WV.div,{...e,ref:t}));R.displayName="SliderThumb";let N=n.forwardRef((e,t)=>n.createElement(o.WV.div,{...e,ref:t}));N.displayName="SliderTrack";let T=n.forwardRef((e,t)=>n.createElement(o.WV.div,{...e,ref:t}));T.displayName="SliderTrackFill";let L=(0,a.createReactComponent)(o.Xm),P=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(L,{...l},e=>n.createElement(o.WV.div,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});P.displayName="SliderPreview";let O=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(E,{...l},(e,l)=>{let i=(0,a.useSignal)(()=>l.getValueText(),l);return n.createElement(o.WV.div,{...e,ref:t},i,r)})});O.displayName="SliderValue";let A=n.forwardRef((e,t)=>{let{children:r,...a}=e,l=(0,o.xu)("min"),i=(0,o.xu)("max"),s=(0,o.xu)("step");return n.createElement(o.WV.div,{...a,ref:t},Array.from({length:Math.floor((i-l)/s)+1}).map((e,t)=>r(t)))});A.displayName="SliderSteps";let V=(0,a.createReactComponent)(o.v$,{events:k,domEventsRegex:/^onMedia/}),j=n.forwardRef((e,t)=>{let{children:r,...a}=e;return n.createElement(V,{...a,ref:t},e=>n.createElement(o.WV.div,{...e},r))});function $(e,t){let r=new URL(e);for(let e of Object.keys(t))r.searchParams.set(e,t[e]+"");return r.toString()}j.displayName="VolumeSlider";let B=(0,a.createReactComponent)(o.e0),D=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(B,{...l},e=>n.createElement(o.WV.div,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});D.displayName="Thumbnail";let H=n.forwardRef((e,t)=>{let{children:r,...l}=e,{src:i,img:s,crossOrigin:u}=(0,a.useStateContext)(o.e0.state),c=(0,a.useSignal)(i),d=(0,a.useSignal)(u);return n.createElement(o.WV.img,{crossOrigin:d,...l,src:c||void 0,ref:(0,a.composeRefs)(s.set,t)},r)});H.displayName="ThumbnailImg";let F=n.createContext({$chapters:(0,a.signal)(null)});F.displayName="TimeSliderContext";let _=(0,a.createReactComponent)(o.bj,{events:k,domEventsRegex:/^onMedia/}),Z=n.forwardRef((e,t)=>{let{children:r,...l}=e,i=n.useMemo(()=>(0,a.signal)(null),[]);return n.createElement(F.Provider,{value:{$chapters:i}},n.createElement(_,{...l,ref:t},e=>n.createElement(o.WV.div,{...e},r)))});Z.displayName="TimeSlider";let z=(0,a.createReactComponent)(o.Zf),G=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(z,{...l},(e,l)=>n.createElement(o.WV.div,{...e,ref:(0,a.composeRefs)(e.ref,t)},n.createElement(U,{instance:l},r)))});function U(e){let{instance:t,children:r}=e,l=(0,a.useSignal)(()=>t.cues,t),i=n.useRef([]),s=n.useRef(),{$chapters:u}=n.useContext(F);return s.current||(s.current=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return o.W6?{startTime:e,endTime:t,text:r,addEventListener:a.noop,removeEventListener:a.noop,dispatchEvent:a.noop}:new window.VTTCue(e,t,r)}()),n.useEffect(()=>(u.set(t),()=>void u.set(null)),[t]),n.useEffect(()=>{t.setRefs(i.current)},[l]),r(l.length?l:[s.current],e=>{if(!e){i.current.length=0;return}i.current.push(e)})}G.displayName="SliderChapters",U.displayName="SliderChapterTracks";let W=n.forwardRef((e,t)=>{let{children:r,...l}=e,{$chapters:i}=n.useContext(F),[s,u]=n.useState();return n.useEffect(()=>(0,a.effect)(()=>{let e=i(),t=(null==e?void 0:e.activePointerCue)||(null==e?void 0:e.activeCue);u((null==t?void 0:t.text)||"")}),[]),n.createElement(o.WV.div,{...l,ref:t},s,r)});W.displayName="SliderChapterTitle";let K=n.forwardRef((e,t)=>n.createElement(o.WV.div,{...e,ref:t}));K.displayName="SliderProgress";let J=(0,a.createReactComponent)(o.dc),q=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(J,{...l},e=>n.createElement(o.WV.div,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});q.displayName="SliderThumbnail";let Y={Root:q,Img:H},X=(0,a.createReactComponent)(o.eV,{events:["onCanPlay","onError"]});n.forwardRef((e,t)=>{let{children:r,...o}=e;return n.createElement(X,{...o},(e,o)=>n.createElement(Q,{...e,instance:o,ref:(0,a.composeRefs)(e.ref,t)},r))}).displayName="SliderVideo";let Q=n.forwardRef((e,t)=>{let{instance:r,children:l,...i}=e,{canLoad:s}=(0,a.useStateContext)(o.nA),{src:u,video:c,crossOrigin:d}=r.$state,f=(0,a.useSignal)(u),p=(0,a.useSignal)(s),h=(0,a.useSignal)(d);return n.createElement(o.WV.video,{style:{maxWidth:"unset"},...i,src:f||void 0,muted:!0,playsInline:!0,preload:p?"auto":"none",crossOrigin:h||void 0,ref:(0,a.composeRefs)(c.set,t)},l)});Q.displayName="SliderVideoProvider";let ee=(0,a.createReactComponent)(o.jh,{events:["onChange"]}),et=n.forwardRef((e,t)=>{let{children:r,...a}=e;return n.createElement(ee,{...a,ref:t},e=>n.createElement(o.WV.div,{...e},r))});et.displayName="RadioGroup";let er=(0,a.createReactComponent)(o.hA,{events:["onChange","onSelect"]}),en=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(er,{...l},e=>n.createElement(o.WV.div,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});en.displayName="RadioItem";let ea=(0,a.createReactComponent)(o.ib,{events:["onOpen","onClose"],domEventsRegex:/^onMedia/}),eo=n.forwardRef((e,t)=>{let{children:r,...a}=e;return n.createElement(ea,{...a,ref:t},(e,t)=>n.createElement(o.WV.div,{...e,style:{display:t.isSubmenu?void 0:"contents",...e.style}},r))});eo.displayName="Menu";let el=(0,a.createReactComponent)(o.LD,{events:["onSelect"]}),ei=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(el,{...l},e=>n.createElement(o.WV.button,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});ei.displayName="MenuButton";let es=n.forwardRef((e,t)=>{let{container:r=null,disabled:i=!1,children:s,...u}=e,c=(0,o.j9)("fullscreen"),d=n.useMemo(()=>o.W6?null:((0,a.isString)(r)?document.querySelector(r):r)??document.body,[r]);return!d||("fullscreen"===i?c:i)?s:(0,l.createPortal)(n.createElement(o.WV.div,{...u,style:{display:"contents",...u.style},ref:t},s),d)});es.displayName="MenuPortal";let eu=(0,a.createReactComponent)(o.ZJ),ec=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(eu,{...l},e=>n.createElement(o.WV.div,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});ec.displayName="MenuItems";let ed=(0,a.createReactComponent)(o.F$),ef=n.forwardRef((e,t)=>{let{children:r,...l}=e;return n.createElement(ed,{...l},e=>n.createElement(o.WV.div,{...e,ref:(0,a.composeRefs)(e.ref,t)},r))});ef.displayName="MenuItem";var ep=Object.freeze({__proto__:null,Button:ei,Content:ec,Item:ef,Items:ec,Portal:es,Radio:en,RadioGroup:et,Root:eo});let eh=(0,a.createReactComponent)(o.Id,{events:["onWillTrigger","onTrigger"]}),em=n.forwardRef((e,t)=>{let{children:r,...a}=e;return n.createElement(eh,{...a,ref:t},e=>n.createElement(o.WV.div,{...e},r))});em.displayName="Gesture";let ev=(0,a.createReactComponent)(o.gV),eg=n.forwardRef((e,t)=>{let{children:r,...o}=e;return n.createElement(ev,{...o},(e,o)=>n.createElement(eC,{...e,instance:o,ref:(0,a.composeRefs)(e.ref,t)},r))});eg.displayName="Time";let eC=n.forwardRef((e,t)=>{let{instance:r,children:l,...i}=e,{timeText:s}=r.$state,u=(0,a.useSignal)(s);return n.createElement(o.WV.div,{...i,ref:t},u,l)});function ey(){let e=i();return(null==e?void 0:e.player)||null}function eb(){let e=i(),{audioTracks:t,audioTrack:r}=e.$state,o=(0,a.useSignal)(t);return(0,a.useSignal)(r),n.useMemo(()=>{let n=o.map(n=>({track:n,label:n.label,value:eS(n),get selected(){return r()===n},select(r){let a=t().indexOf(n);a>=0&&e.remote.changeAudioTrack(a,r)}}));return Object.defineProperty(n,"disabled",{get:()=>n.length<=1}),Object.defineProperty(n,"selectedTrack",{get:()=>r()}),Object.defineProperty(n,"selectedValue",{get(){let e=r();return e?eS(e):void 0}}),n},[o])}function eS(e){return e.label.toLowerCase()}function ex(){let{off:e=!0}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=i(),{textTracks:r,textTrack:l}=t.$state,s=(0,a.useSignal)(r);return(0,a.useSignal)(l),n.useMemo(()=>{let n=s.filter(o.nl),i=n.map(e=>({track:e,label:e.label,value:ew(e),get selected(){return l()===e},select(n){let a=r().indexOf(e);a>=0&&t.remote.changeTextTrackMode(a,"showing",n)}}));return e&&i.unshift({track:null,label:(0,a.isString)(e)?e:"Off",value:"off",get selected(){return!l()},select(e){t.remote.toggleCaptions(e)}}),Object.defineProperty(i,"disabled",{get:()=>!n.length}),Object.defineProperty(i,"selectedTrack",{get:()=>l()}),Object.defineProperty(i,"selectedValue",{get(){let e=l();return e?ew(e):"off"}}),i},[s])}function ew(e){return e.id+":"+e.kind+"-"+e.label.toLowerCase()}eC.displayName="TimeText"},51130:function(e,t,r){"use strict";r.d(t,{uH:function(){return c}});var n=r(7653),a=r(52509),o=r(26522),l=r(40292);let i=[.25,.5,.75,1,1.25,1.5,1.75,2];class s extends l.Component{static #f=this.props={normalLabel:"Normal",rates:i};#p;#h;#t;get value(){return this.#t.value}get disabled(){let{rates:e}=this.$props,{canSetPlaybackRate:t}=this.#p.$state;return!t()||0===e().length}constructor(){super(),this.#t=new a.K3,this.#t.onValueChange=this.#m.bind(this)}onSetup(){this.#p=(0,a.kH)(),(0,l.hasProvidedContext)(a.nq)&&(this.#h=(0,l.useContext)(a.nq))}onConnect(e){(0,l.effect)(this.#v.bind(this)),(0,l.effect)(this.#g.bind(this)),(0,l.effect)(this.#C.bind(this))}getOptions(){let{rates:e,normalLabel:t}=this.$props;return e().map(e=>({label:1===e?t:e+"\xd7",value:e.toString()}))}#v(){this.#t.value=this.#y()}#g(){var e;let{normalLabel:t}=this.$props,{playbackRate:r}=this.#p.$state,n=r();null===(e=this.#h)||void 0===e||e.hint.set(1===n?t():n+"\xd7")}#C(){var e;null===(e=this.#h)||void 0===e||e.disable(this.disabled)}#y(){let{playbackRate:e}=this.#p.$state;return e().toString()}#m(e,t){if(this.disabled)return;let r=+e;this.#p.remote.changePlaybackRate(r,t),this.dispatch("change",{detail:r,trigger:t})}}let u=s.prototype;function c(){let{auto:e=!0,sort:t="descending"}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=(0,o.kH)(),{qualities:i,quality:s,autoQuality:u,canSetQuality:c}=r.$state,f=(0,l.useSignal)(i);return(0,l.useSignal)(s),(0,l.useSignal)(u),(0,l.useSignal)(c),n.useMemo(()=>{let n=(0,a.a2)(f,"descending"===t).map(e=>({quality:e,label:e.height+"p",value:d(e),bitrateText:e.bitrate&&e.bitrate>0?`${(e.bitrate/1e6).toFixed(2)} Mbps`:null,get selected(){return e===s()},get autoSelected(){return u()},select(t){let n=i().indexOf(e);n>=0&&r.remote.changeQuality(n,t)}}));return e&&n.unshift({quality:null,label:(0,l.isString)(e)?e:"Auto",value:"auto",bitrateText:null,get selected(){return u()},get autoSelected(){return u()},select(e){r.remote.requestAutoQuality(e)}}),Object.defineProperty(n,"disabled",{get:()=>!c()||f.length<=1}),Object.defineProperty(n,"selectedQuality",{get:()=>s()}),Object.defineProperty(n,"selectedValue",{get(){let e=s();return!u()&&e?d(e):"auto"}}),n},[f,t])}function d(e){return e.height+"_"+e.bitrate}(0,l.prop)(u,"value"),(0,l.prop)(u,"disabled"),(0,l.method)(u,"getOptions")},80338:function(e,t,r){"use strict";r.d(t,{K:function(){return i}});var n=r(7653),a=r(40292),o=r(46079);function l(e){function t(t){return n.createElement(o.J,{paths:e,...t})}return t.displayName="DefaultLayoutIcon",t}let i={AirPlayButton:{Default:l(a.Icon$5)},GoogleCastButton:{Default:l(a.Icon$24)},PlayButton:{Play:l(a.Icon$62),Pause:l(a.Icon$59),Replay:l(a.Icon$74)},MuteButton:{Mute:l(a.Icon$54),VolumeLow:l(a.Icon$105),VolumeHigh:l(a.Icon$104)},CaptionButton:{On:l(a.Icon$26),Off:l(a.Icon$27)},PIPButton:{Enter:l(a.Icon$61),Exit:l(a.Icon$60)},FullscreenButton:{Enter:l(a.Icon$40),Exit:l(a.Icon$39)},SeekButton:{Backward:l(a.Icon$77),Forward:l(a.Icon$81)},DownloadButton:{Default:l(a.Icon$31)},Menu:{Accessibility:l(a.Icon$0),ArrowLeft:l(a.Icon$11),ArrowRight:l(a.Icon$22),Audio:l(a.Icon$53),Chapters:l(a.Icon$16),Captions:l(a.Icon$27),Playback:l(a.Icon$63),Settings:l(a.Icon$88),AudioBoostUp:l(a.Icon$104),AudioBoostDown:l(a.Icon$105),SpeedUp:l(a.Icon$35),SpeedDown:l(a.Icon$34),QualityUp:l(a.Icon$13),QualityDown:l(a.Icon$8),FontSizeUp:l(a.Icon$13),FontSizeDown:l(a.Icon$8),OpacityUp:l(a.Icon$33),OpacityDown:l(a.Icon$56),RadioCheck:l(a.Icon$19)},KeyboardDisplay:{Play:l(a.Icon$62),Pause:l(a.Icon$59),Mute:l(a.Icon$54),VolumeUp:l(a.Icon$104),VolumeDown:l(a.Icon$105),EnterFullscreen:l(a.Icon$40),ExitFullscreen:l(a.Icon$39),EnterPiP:l(a.Icon$61),ExitPiP:l(a.Icon$60),CaptionsOn:l(a.Icon$26),CaptionsOff:l(a.Icon$27),SeekForward:l(a.Icon$35),SeekBackward:l(a.Icon$34)}}},66300:function(e,t,r){"use strict";r.d(t,{nQ:function(){return l},wy:function(){return i},XC:function(){return s},MI:function(){return u}});var n=r(7653),a=r(46079);let o=e=>e?`${e} vds-icon`:"vds-icon";(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M15.0007 28.7923C15.0007 29.0152 14.9774 29.096 14.9339 29.1775C14.8903 29.259 14.8263 29.323 14.7449 29.3665C14.6634 29.4101 14.5826 29.4333 14.3597 29.4333H12.575C12.3521 29.4333 12.2713 29.4101 12.1898 29.3665C12.1083 29.323 12.0443 29.259 12.0008 29.1775C11.9572 29.096 11.934 29.0152 11.934 28.7923V12.2993L5.97496 12.3C5.75208 12.3 5.67125 12.2768 5.58977 12.2332C5.50829 12.1896 5.44434 12.1257 5.40077 12.0442C5.35719 11.9627 5.33398 11.8819 5.33398 11.659V9.87429C5.33398 9.65141 5.35719 9.57059 5.40077 9.48911C5.44434 9.40762 5.50829 9.34368 5.58977 9.3001C5.67125 9.25652 5.75208 9.23332 5.97496 9.23332H26.0263C26.2492 9.23332 26.33 9.25652 26.4115 9.3001C26.493 9.34368 26.557 9.40762 26.6005 9.48911C26.6441 9.57059 26.6673 9.65141 26.6673 9.87429V11.659C26.6673 11.8819 26.6441 11.9627 26.6005 12.0442C26.557 12.1257 26.493 12.1896 26.4115 12.2332C26.33 12.2768 26.2492 12.3 26.0263 12.3L20.067 12.2993L20.0673 28.7923C20.0673 29.0152 20.0441 29.096 20.0005 29.1775C19.957 29.259 19.893 29.323 19.8115 29.3665C19.73 29.4101 19.6492 29.4333 19.4263 29.4333H17.6416C17.4187 29.4333 17.3379 29.4101 17.2564 29.3665C17.175 29.323 17.111 29.259 17.0674 29.1775C17.0239 29.096 17.0007 29.0152 17.0007 28.7923L17 22.7663H15L15.0007 28.7923Z" fill="currentColor"/> <path d="M16.0007 7.89998C17.4734 7.89998 18.6673 6.70608 18.6673 5.23332C18.6673 3.76056 17.4734 2.56665 16.0007 2.56665C14.5279 2.56665 13.334 3.76056 13.334 5.23332C13.334 6.70608 14.5279 7.89998 16.0007 7.89998Z" fill="currentColor"/>'})).displayName="VidstackAccessibilityIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M7.33332 6.66669C6.96513 6.66669 6.66666 6.96516 6.66666 7.33335V9.33335C6.66666 9.70154 6.96513 10 7.33332 10H20.6667C21.0348 10 21.3333 9.70154 21.3333 9.33335V7.33335C21.3333 6.96516 21.0348 6.66669 20.6667 6.66669H7.33332Z" fill="currentColor"/> <path d="M19.4404 21.8188C19.3882 21.9307 19.3681 22.0549 19.3824 22.1776L19.6028 24.0711C19.6602 24.5641 20.217 24.8238 20.6316 24.5508L22.2238 23.5026C22.327 23.4347 22.4092 23.3394 22.4614 23.2275L27.7186 11.9534C27.8742 11.6197 27.7298 11.2231 27.3962 11.0675L25.5835 10.2222C25.2498 10.0666 24.8532 10.211 24.6976 10.5447L19.4404 21.8188Z" fill="currentColor"/> <path d="M7.33332 21.3334C6.96513 21.3334 6.66666 21.6318 6.66666 22V24C6.66666 24.3682 6.96513 24.6667 7.33332 24.6667H15.3333C15.7015 24.6667 16 24.3682 16 24V22C16 21.6318 15.7015 21.3334 15.3333 21.3334H7.33332Z" fill="currentColor"/> <path d="M6.66666 14.6667C6.66666 14.2985 6.96513 14 7.33332 14H18C18.3682 14 18.6667 14.2985 18.6667 14.6667V16.6667C18.6667 17.0349 18.3682 17.3334 18 17.3334H7.33332C6.96513 17.3334 6.66666 17.0349 6.66666 16.6667V14.6667Z" fill="currentColor"/>'})).displayName="VidstackAddNoteIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M7.33335 6.66667C6.96516 6.66667 6.66669 6.96515 6.66669 7.33334V9.33334C6.66669 9.70153 6.96516 10 7.33335 10H24.6667C25.0349 10 25.3334 9.70153 25.3334 9.33334V7.33334C25.3334 6.96515 25.0349 6.66667 24.6667 6.66667H7.33335Z" fill="currentColor"/> <path d="M6.66669 14.6667C6.66669 14.2985 6.96516 14 7.33335 14H18.6654C19.0336 14 19.3321 14.2985 19.3321 14.6667V16.6667C19.3321 17.0349 19.0336 17.3333 18.6654 17.3333H7.33335C6.96516 17.3333 6.66669 17.0349 6.66669 16.6667V14.6667Z" fill="currentColor"/> <path d="M25.3321 26.0039C25.3321 26.3721 25.0336 26.6706 24.6654 26.6706H23.3321C22.9639 26.6706 22.6654 26.3721 22.6654 26.0039V23.4706C22.6654 23.3969 22.6057 23.3372 22.5321 23.3372H19.9987C19.6305 23.3372 19.3321 23.0388 19.3321 22.6706V21.3372C19.3321 20.9691 19.6305 20.6706 19.9987 20.6706H22.5321C22.6057 20.6706 22.6654 20.6109 22.6654 20.5372V18.0039C22.6654 17.6357 22.9639 17.3372 23.3321 17.3372H24.6654C25.0336 17.3372 25.3321 17.6357 25.3321 18.0039V20.5372C25.3321 20.6109 25.3917 20.6706 25.4654 20.6706H27.9987C28.3669 20.6706 28.6654 20.9691 28.6654 21.3372V22.6706C28.6654 23.0388 28.3669 23.3372 27.9987 23.3372H25.4654C25.3917 23.3372 25.3321 23.3969 25.3321 23.4706V26.0039Z" fill="currentColor"/> <path d="M7.33335 21.3333C6.96516 21.3333 6.66669 21.6318 6.66669 22V24C6.66669 24.3682 6.96516 24.6667 7.33335 24.6667H15.3334C15.7015 24.6667 16 24.3682 16 24V22C16 21.6318 15.7015 21.3333 15.3334 21.3333H7.33335Z" fill="currentColor"/>'})).displayName="VidstackAddPlaylistIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M20.6667 10.6666C20.6667 13.6122 18.2789 16 15.3333 16C12.3878 16 10 13.6122 10 10.6666C10 7.72113 12.3878 5.33331 15.3333 5.33331C18.2789 5.33331 20.6667 7.72113 20.6667 10.6666Z" fill="currentColor"/> <path d="M10.6667 18C7.72115 18 5.33334 20.3878 5.33334 23.3333V26.5333C5.33334 26.607 5.39303 26.6666 5.46667 26.6666H8.53334C8.60697 26.6666 8.66667 26.607 8.66667 26.5333V24C8.66667 22.5272 9.86058 21.3333 11.3333 21.3333H17.2C17.2736 21.3333 17.3333 21.2736 17.3333 21.2V18.1333C17.3333 18.0597 17.2736 18 17.2 18H10.6667Z" fill="currentColor"/> <path d="M26 26.6666C26.3682 26.6666 26.6667 26.3682 26.6667 26V24.6666C26.6667 24.2985 26.3682 24 26 24H23.4667C23.393 24 23.3333 23.9403 23.3333 23.8666V21.3333C23.3333 20.9651 23.0349 20.6666 22.6667 20.6666H21.3333C20.9651 20.6666 20.6667 20.9651 20.6667 21.3333V23.8666C20.6667 23.9403 20.607 24 20.5333 24H18C17.6318 24 17.3333 24.2985 17.3333 24.6666V26C17.3333 26.3682 17.6318 26.6666 18 26.6666H20.5333C20.607 26.6666 20.6667 26.7263 20.6667 26.8V29.3333C20.6667 29.7015 20.9651 30 21.3333 30H22.6667C23.0349 30 23.3333 29.7015 23.3333 29.3333V26.8C23.3333 26.7263 23.393 26.6666 23.4667 26.6666H26Z" fill="currentColor"/>'})).displayName="VidstackAddUserIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M17.1336 24.6659C17.5018 24.6659 17.8003 24.3675 17.8003 23.9993V17.9324C17.8003 17.8588 17.86 17.7991 17.9336 17.7991H23.9999C24.3681 17.7991 24.6666 17.5006 24.6666 17.1324V14.8657C24.6666 14.4976 24.3681 14.1991 23.9999 14.1991L17.9336 14.1991C17.86 14.1991 17.8003 14.1394 17.8003 14.0657V7.99928C17.8003 7.63109 17.5018 7.33261 17.1336 7.33261H14.867C14.4988 7.33261 14.2003 7.63109 14.2003 7.99928V14.0657C14.2003 14.1394 14.1406 14.1991 14.067 14.1991L7.99992 14.1991C7.63173 14.1991 7.33325 14.4976 7.33325 14.8658V17.1324C7.33325 17.5006 7.63173 17.7991 7.99992 17.7991L14.067 17.7991C14.1406 17.7991 14.2003 17.8588 14.2003 17.9324V23.9993C14.2003 24.3675 14.4988 24.6659 14.867 24.6659H17.1336Z" fill="currentColor"/>'})).displayName="VidstackAddIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M5.33334 6.00001C5.33334 5.63182 5.63181 5.33334 6 5.33334H26C26.3682 5.33334 26.6667 5.63182 26.6667 6.00001V20.6667C26.6667 21.0349 26.3682 21.3333 26 21.3333H23.7072C23.4956 21.3333 23.2966 21.233 23.171 21.0628L22.1859 19.7295C21.8607 19.2894 22.1749 18.6667 22.7221 18.6667H23.3333C23.7015 18.6667 24 18.3682 24 18V8.66668C24 8.29849 23.7015 8.00001 23.3333 8.00001H8.66667C8.29848 8.00001 8 8.29849 8 8.66668V18C8 18.3682 8.29848 18.6667 8.66667 18.6667H9.29357C9.84072 18.6667 10.1549 19.2894 9.82976 19.7295L8.84467 21.0628C8.71898 21.233 8.52 21.3333 8.30848 21.3333H6C5.63181 21.3333 5.33334 21.0349 5.33334 20.6667V6.00001Z" fill="currentColor"/> <path d="M8.78528 25.6038C8.46013 26.0439 8.77431 26.6667 9.32147 26.6667L22.6785 26.6667C23.2256 26.6667 23.5398 26.0439 23.2146 25.6038L16.5358 16.5653C16.2693 16.2046 15.73 16.2047 15.4635 16.5653L8.78528 25.6038Z" fill="currentColor"/>'})).displayName="VidstackAirPlayIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M23.2629 22.1274C23.5232 22.3878 23.9453 22.3878 24.2057 22.1274L25.4313 20.9018C25.6917 20.6414 25.6917 20.2193 25.4313 19.959L23.2322 17.7598C23.1482 17.6758 23.2077 17.5322 23.3265 17.5322H28.8488C29.217 17.5322 29.5155 17.2337 29.5155 16.8655V15.1322C29.5155 14.764 29.217 14.4655 28.8488 14.4655H23.3261C23.2073 14.4655 23.1478 14.3219 23.2318 14.2379L25.4308 12.0389C25.6912 11.7785 25.6912 11.3564 25.4308 11.0961L24.2052 9.87043C23.9448 9.61008 23.5227 9.61008 23.2624 9.87043L17.6055 15.5273C17.3452 15.7876 17.3452 16.2097 17.6055 16.4701L23.2629 22.1274Z" fill="currentColor"/> <path d="M13.1681 14.3022L8.73714 9.87124C8.47679 9.61089 8.05468 9.61089 7.79433 9.87124L6.56868 11.0969C6.30833 11.3572 6.30833 11.7794 6.56868 12.0397L8.76784 14.2389C8.85184 14.3229 8.79235 14.4665 8.67356 14.4665L3.15118 14.4665C2.78299 14.4665 2.48451 14.765 2.48451 15.1331V16.8665C2.48451 17.2347 2.78299 17.5331 3.15118 17.5331L8.67393 17.5331C8.79272 17.5331 8.8522 17.6768 8.76821 17.7608L6.56918 19.9598C6.30883 20.2201 6.30883 20.6423 6.56917 20.9026L7.79483 22.1283C8.05518 22.3886 8.47729 22.3886 8.73764 22.1283L14.3945 16.4714C14.6548 16.211 14.6548 15.7889 14.3945 15.5286L13.1681 14.3022Z" fill="currentColor"/>'})).displayName="VidstackArrowCollapseInIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M12.0904 14.3331C11.9716 14.3331 11.9122 14.1895 11.9962 14.1055L15.7588 10.3428C16.0192 10.0824 16.0192 9.66032 15.7588 9.39997L14.3446 7.98576C14.0843 7.72541 13.6622 7.72541 13.4018 7.98576L5.85934 15.5282C5.59899 15.7886 5.59899 16.2107 5.85934 16.471L7.27356 17.8853C7.27327 17.885 7.27384 17.8855 7.27356 17.8853L13.4021 24.0138C13.6624 24.2741 14.0845 24.2741 14.3449 24.0138L15.7591 22.5995C16.0194 22.3392 16.0194 21.9171 15.7591 21.6567L11.9964 17.894C11.9124 17.81 11.9719 17.6664 12.0907 17.6664H19.6667C20.0349 17.6664 20.3334 17.3679 20.3334 16.9997V14.9997C20.3334 14.6316 20.0349 14.3331 19.6667 14.3331H12.0904Z" fill="currentColor"/> <path d="M25 7.9831C24.6318 7.9831 24.3334 8.28158 24.3334 8.64977V23.3164C24.3334 23.6846 24.6318 23.9831 25 23.9831H27C27.3682 23.9831 27.6667 23.6846 27.6667 23.3164V8.64977C27.6667 8.28158 27.3682 7.9831 27 7.9831H25Z" fill="currentColor"/>'})).displayName="VidstackArrowCollapseIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M17.4853 18.9093C17.4853 19.0281 17.6289 19.0875 17.7129 19.0035L22.4185 14.2979C22.6788 14.0376 23.1009 14.0376 23.3613 14.2979L24.7755 15.7122C25.0359 15.9725 25.0359 16.3946 24.7755 16.655L16.2902 25.1403C16.0299 25.4006 15.6078 25.4006 15.3474 25.1403L13.9332 23.726L13.9319 23.7247L6.86189 16.6547C6.60154 16.3944 6.60154 15.9723 6.86189 15.7119L8.2761 14.2977C8.53645 14.0373 8.95856 14.0373 9.21891 14.2977L13.9243 19.0031C14.0083 19.0871 14.1519 19.0276 14.1519 18.9088L14.1519 6.00004C14.1519 5.63185 14.4504 5.33337 14.8186 5.33337L16.8186 5.33337C17.1868 5.33337 17.4853 5.63185 17.4853 6.00004L17.4853 18.9093Z" fill="currentColor"/>'})).displayName="VidstackArrowDownIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M30.577 15.5268L24.9201 9.86998C24.6597 9.60963 24.2376 9.60963 23.9773 9.86998L22.7516 11.0956C22.4913 11.356 22.4913 11.7781 22.7516 12.0384L24.9508 14.2376C25.0348 14.3216 24.9753 14.4652 24.8565 14.4652L19.3341 14.4652C18.9659 14.4652 18.6675 14.7637 18.6675 15.1319V16.8652C18.6675 17.2334 18.9659 17.5319 19.3341 17.5319L24.8569 17.5319C24.9757 17.5319 25.0352 17.6755 24.9512 17.7595L22.7521 19.9585C22.4918 20.2189 22.4918 20.641 22.7521 20.9013L23.9778 22.127C24.2381 22.3873 24.6602 22.3873 24.9206 22.127L30.5774 16.4701C30.8378 16.2098 30.8373 15.7872 30.577 15.5268Z" fill="currentColor"/> <path d="M2.64825 17.6971C2.64808 17.6969 2.64843 17.6973 2.64825 17.6971L1.42309 16.4719C1.16274 16.2116 1.16225 15.789 1.4226 15.5286L7.07945 9.87177C7.3398 9.61142 7.76191 9.61142 8.02226 9.87177L9.24792 11.0974C9.50827 11.3578 9.50826 11.7799 9.24792 12.0402L7.04888 14.2393C6.96489 14.3233 7.02437 14.4669 7.14316 14.4669H12.6659C13.0341 14.4669 13.3326 14.7654 13.3326 15.1335V16.8669C13.3326 17.2351 13.0341 17.5335 12.6659 17.5335H7.14353C7.02474 17.5335 6.96525 17.6772 7.04925 17.7612L9.24841 19.9603C9.50876 20.2207 9.50876 20.6428 9.24841 20.9031L8.02276 22.1288C7.76241 22.3891 7.3403 22.3891 7.07995 22.1288L2.64825 17.6971Z" fill="currentColor"/>'})).displayName="VidstackArrowExpandOutIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M17.2412 10.3428L21.0042 14.1058C21.0882 14.1897 21.0287 14.3334 20.9099 14.3334H13.3333C12.9651 14.3334 12.6667 14.6318 12.6667 15L12.6667 17C12.6667 17.3682 12.9651 17.6667 13.3333 17.6667L20.9091 17.6667C21.0279 17.6667 21.0874 17.8103 21.0034 17.8943L17.2409 21.6567C16.9806 21.9171 16.9806 22.3392 17.2409 22.5995L18.6552 24.0138C18.9155 24.2741 19.3376 24.2741 19.598 24.0138L27.1404 16.4713C27.4008 16.2109 27.401 15.7886 27.1407 15.5282L19.5982 7.98576C19.3379 7.72541 18.9158 7.72541 18.6554 7.98576L17.2412 9.39997C16.9808 9.66032 16.9808 10.0824 17.2412 10.3428Z" fill="currentColor"/> <path d="M8 7.9831C8.36819 7.9831 8.66667 8.28158 8.66667 8.64977V23.3164C8.66667 23.6846 8.36819 23.9831 8 23.9831H6C5.63181 23.9831 5.33334 23.6846 5.33334 23.3164V8.64977C5.33334 8.28158 5.63181 7.9831 6 7.9831H8Z" fill="currentColor"/>'})).displayName="VidstackArrowExpandIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M13.0908 14.3334C12.972 14.3334 12.9125 14.1898 12.9965 14.1058L17.7021 9.40022C17.9625 9.13987 17.9625 8.71776 17.7021 8.45741L16.2879 7.04319C16.0275 6.78284 15.6054 6.78284 15.3451 7.04319L6.8598 15.5285C6.59945 15.7888 6.59945 16.2109 6.8598 16.4713L8.27401 17.8855L8.27536 17.8868L15.3453 24.9568C15.6057 25.2172 16.0278 25.2172 16.2881 24.9568L17.7024 23.5426C17.9627 23.2822 17.9627 22.8601 17.7024 22.5998L12.9969 17.8944C12.9129 17.8104 12.9724 17.6668 13.0912 17.6668L26 17.6668C26.3682 17.6668 26.6667 17.3683 26.6667 17.0001V15.0001C26.6667 14.6319 26.3682 14.3334 26 14.3334L13.0908 14.3334Z" fill="currentColor"/>'})).displayName="VidstackArrowLeftIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M18.9071 14.3335C19.0259 14.3335 19.0853 14.1898 19.0013 14.1058L14.2958 9.40025C14.0354 9.1399 14.0354 8.71779 14.2958 8.45744L15.71 7.04322C15.9703 6.78287 16.3924 6.78287 16.6528 7.04322L25.1381 15.5285C25.3984 15.7889 25.3984 16.211 25.1381 16.4713L23.7238 17.8855L23.7225 17.8869L16.6525 24.9568C16.3922 25.2172 15.9701 25.2172 15.7097 24.9568L14.2955 23.5426C14.0352 23.2823 14.0352 22.8602 14.2955 22.5998L19.0009 17.8944C19.0849 17.8104 19.0254 17.6668 18.9066 17.6668L5.99784 17.6668C5.62965 17.6668 5.33118 17.3683 5.33118 17.0001V15.0001C5.33118 14.6319 5.62965 14.3335 5.99784 14.3335L18.9071 14.3335Z" fill="currentColor"/>'})).displayName="VidstackArrowRightIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M14.1521 13.0929C14.1521 12.9741 14.0085 12.9147 13.9245 12.9987L9.21891 17.7043C8.95856 17.9646 8.53645 17.9646 8.2761 17.7043L6.86189 16.29C6.60154 16.0297 6.60154 15.6076 6.86189 15.3472L15.3472 6.86195C15.6075 6.6016 16.0296 6.6016 16.29 6.86195L17.7042 8.27616L17.7055 8.27751L24.7755 15.3475C25.0359 15.6078 25.0359 16.0299 24.7755 16.2903L23.3613 17.7045C23.1009 17.9649 22.6788 17.9649 22.4185 17.7045L17.7131 12.9991C17.6291 12.9151 17.4855 12.9746 17.4855 13.0934V26.0022C17.4855 26.3704 17.187 26.6688 16.8188 26.6688H14.8188C14.4506 26.6688 14.1521 26.3704 14.1521 26.0022L14.1521 13.0929Z" fill="currentColor"/>'})).displayName="VidstackArrowUpIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M15.9339 22.7045C15.9749 22.681 16.0252 22.681 16.0662 22.7045L24.3359 27.43C24.7804 27.684 25.3334 27.3631 25.3334 26.8512V4.66667C25.3334 4.29848 25.0349 4 24.6667 4H7.33335C6.96516 4 6.66669 4.29848 6.66669 4.66667V26.8512C6.66669 27.3631 7.21967 27.684 7.66411 27.43L15.9339 22.7045ZM16.0662 19.1724C16.0252 19.149 15.9749 19.149 15.9339 19.1724L9.93284 22.6016C9.84395 22.6524 9.73335 22.5882 9.73335 22.4858V7.2C9.73335 7.12636 9.79305 7.06667 9.86669 7.06667H22.1334C22.207 7.06667 22.2667 7.12636 22.2667 7.2V22.4858C22.2667 22.5882 22.1561 22.6524 22.0672 22.6016L16.0662 19.1724Z" fill="currentColor"/>'})).displayName="VidstackBookmarkIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M16 20.5338C17.6568 20.5338 19 19.1907 19 17.5338C19 15.877 17.6568 14.5338 16 14.5338C14.3431 14.5338 13 15.877 13 17.5338C13 19.1907 14.3431 20.5338 16 20.5338Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8372 6.66666C10.5752 6.66666 10.3375 6.82016 10.2296 7.05899L9.23821 9.25486C9.21665 9.30262 9.1691 9.33332 9.11669 9.33332H5.99998C5.63179 9.33332 5.33331 9.6318 5.33331 9.99999V26C5.33331 26.3682 5.63179 26.6667 5.99998 26.6667H26C26.3682 26.6667 26.6666 26.3682 26.6666 26V9.99999C26.6666 9.6318 26.3682 9.33332 26 9.33332H22.8858C22.8334 9.33332 22.7858 9.30259 22.7643 9.25479L21.7746 7.05935C21.6669 6.82033 21.429 6.66666 21.1668 6.66666H10.8372ZM12.6493 9.33332C12.4146 9.33332 12.1971 9.45676 12.0768 9.6583L10.7179 11.935C10.6938 11.9753 10.6503 12 10.6034 12H8.66665C8.29846 12 7.99998 12.2985 7.99998 12.6667V23.3333C7.99998 23.7015 8.29846 24 8.66665 24H23.3333C23.7015 24 24 23.7015 24 23.3333V12.6667C24 12.2985 23.7015 12 23.3333 12H21.3956C21.3486 12 21.3051 11.9753 21.2811 11.9349L19.9245 9.65869C19.8043 9.45693 19.5867 9.33332 19.3518 9.33332H12.6493Z" fill="currentColor"/>'})).displayName="VidstackCameraIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M16.6927 25.3346C16.3245 25.3346 16.026 25.0361 16.026 24.6679L16.026 7.3346C16.026 6.96641 16.3245 6.66794 16.6927 6.66794L18.6927 6.66794C19.0609 6.66794 19.3594 6.96642 19.3594 7.3346L19.3594 24.6679C19.3594 25.0361 19.0609 25.3346 18.6927 25.3346H16.6927Z" fill="currentColor"/> <path d="M24.026 25.3346C23.6578 25.3346 23.3594 25.0361 23.3594 24.6679L23.3594 7.3346C23.3594 6.96641 23.6578 6.66794 24.026 6.66794L26.026 6.66794C26.3942 6.66794 26.6927 6.96642 26.6927 7.3346V24.6679C26.6927 25.0361 26.3942 25.3346 26.026 25.3346H24.026Z" fill="currentColor"/> <path d="M5.48113 23.9407C5.38584 24.2963 5.59689 24.6619 5.95254 24.7572L7.88439 25.2748C8.24003 25.3701 8.60559 25.159 8.70089 24.8034L13.1871 8.06067C13.2824 7.70503 13.0713 7.33947 12.7157 7.24417L10.7838 6.72654C10.4282 6.63124 10.0626 6.8423 9.96733 7.19794L5.48113 23.9407Z" fill="currentColor"/>'})).displayName="VidstackChaptersIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M28.016 23.4605L26.8102 24.8975C26.7629 24.9539 26.6788 24.9612 26.6224 24.9139L26.2632 24.6127C26.2631 24.6127 26.2633 24.6127 26.2632 24.6127L8.23326 9.49343C8.2332 9.49349 8.23333 9.49338 8.23326 9.49343L5.37612 7.09787C5.37609 7.09795 5.37615 7.09778 5.37612 7.09787L5.37151 7.09399C5.31524 7.04662 5.30795 6.96262 5.35523 6.90627L6.56109 5.46917C6.79776 5.18712 7.21832 5.15026 7.50045 5.38684L8.98949 6.6355C9.0135 6.65563 9.04383 6.66667 9.07517 6.66667H26C26.3682 6.66667 26.6667 6.96514 26.6667 7.33333V21.3967C26.6667 21.4362 26.6841 21.4736 26.7143 21.4989L27.9337 22.5214C28.2158 22.758 28.2527 23.1784 28.016 23.4605ZM23.781 19.0391C23.8678 19.1119 24 19.0502 24 18.937V10C24 9.63181 23.7015 9.33333 23.3333 9.33333H12.5732C12.4487 9.33333 12.3921 9.48884 12.4875 9.56883L23.781 19.0391Z" fill="currentColor"/> <path d="M18.9485 22C18.9798 22 19.0102 22.011 19.0342 22.0312L21.8962 24.4312C21.9916 24.5112 21.935 24.6667 21.8105 24.6667H18.8957C18.8534 24.6667 18.8136 24.6867 18.7885 24.7208L16.5364 27.7688C16.2699 28.1295 15.7305 28.1295 15.464 27.7688L13.2117 24.7208C13.1866 24.6867 13.1468 24.6667 13.1045 24.6667H6.00001C5.63182 24.6667 5.33335 24.3682 5.33335 24V10.828C5.33335 10.7147 5.46558 10.6531 5.55235 10.7258L7.95235 12.7384C7.98256 12.7637 8.00001 12.8011 8.00001 12.8405V21.3333C8.00001 21.7015 8.29849 22 8.66668 22H18.9485Z" fill="currentColor"/>'})).displayName="VidstackChatCollapseIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M17.3333 15C17.3333 14.6318 17.6318 14.3334 18 14.3334H20.6667C21.0349 14.3334 21.3333 14.6318 21.3333 15V16.3334C21.3333 16.7015 21.0349 17 20.6667 17H18C17.6318 17 17.3333 16.7015 17.3333 16.3334V15Z" fill="currentColor"/> <path d="M11.3333 14.3334C10.9652 14.3334 10.6667 14.6318 10.6667 15V16.3334C10.6667 16.7015 10.9652 17 11.3333 17H14C14.3682 17 14.6667 16.7015 14.6667 16.3334V15C14.6667 14.6318 14.3682 14.3334 14 14.3334H11.3333Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.33334 7.33335C5.33334 6.96516 5.63182 6.66669 6.00001 6.66669H26C26.3682 6.66669 26.6667 6.96516 26.6667 7.33335V24C26.6667 24.3682 26.3682 24.6667 26 24.6667H18.8676C18.8253 24.6667 18.7855 24.6868 18.7603 24.7208L16.5364 27.7307C16.2699 28.0914 15.7305 28.0914 15.464 27.7308L13.2399 24.7208C13.2147 24.6868 13.1749 24.6667 13.1326 24.6667H6.00001C5.63182 24.6667 5.33334 24.3682 5.33334 24V7.33335ZM8.66668 9.33335C8.29849 9.33335 8.00001 9.63183 8.00001 10V21.3334C8.00001 21.7015 8.29849 22 8.66668 22H23.3333C23.7015 22 24 21.7015 24 21.3334V10C24 9.63183 23.7015 9.33335 23.3333 9.33335H8.66668Z" fill="currentColor"/>'})).displayName="VidstackChatIcon";let l=(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M24.9266 7.57992C25.015 7.60672 25.0886 7.64746 25.2462 7.80506L26.956 9.51488C27.1136 9.67248 27.1543 9.74604 27.1811 9.83447C27.2079 9.9229 27.2079 10.0133 27.1811 10.1018C27.1543 10.1902 27.1136 10.2638 26.956 10.4214L13.1822 24.1951C13.0246 24.3527 12.951 24.3935 12.8626 24.4203C12.797 24.4402 12.7304 24.4453 12.6642 24.4357L12.7319 24.4203C12.6435 24.4471 12.553 24.4471 12.4646 24.4203C12.3762 24.3935 12.3026 24.3527 12.145 24.1951L5.04407 17.0942C4.88647 16.9366 4.84573 16.863 4.81893 16.7746C4.79213 16.6862 4.79213 16.5957 4.81893 16.5073C4.84573 16.4189 4.88647 16.3453 5.04407 16.1877L6.7539 14.4779C6.9115 14.3203 6.98506 14.2796 7.07349 14.2528C7.16191 14.226 7.25235 14.226 7.34078 14.2528C7.42921 14.2796 7.50277 14.3203 7.66037 14.4779L12.6628 19.4808L24.3397 7.80506C24.4973 7.64746 24.5709 7.60672 24.6593 7.57992C24.7477 7.55311 24.8382 7.55311 24.9266 7.57992Z" fill="currentColor"/>'}));l.displayName="VidstackCheckIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M15.905 17.4809C15.9571 17.533 16.0415 17.533 16.0936 17.4809L22.4111 11.1635C22.6714 10.9031 23.0935 10.9031 23.3539 11.1635L24.9567 12.7662C25.217 13.0266 25.217 13.4487 24.9567 13.709L18.1028 20.5629C18.0937 20.5732 18.0842 20.5833 18.0744 20.5931L16.4716 22.1959C16.2113 22.4562 15.7892 22.4562 15.5288 22.1959L7.04353 13.7106C6.78318 13.4503 6.78318 13.0281 7.04353 12.7678L8.6463 11.165C8.90665 10.9047 9.32876 10.9047 9.58911 11.165L15.905 17.4809Z" fill="currentColor"/>'})).displayName="VidstackChevronDownIcon";let i=(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M14.8206 15.9049C14.7685 15.9569 14.7685 16.0413 14.8206 16.0934L21.1381 22.4109C21.3984 22.6712 21.3984 23.0934 21.1381 23.3537L19.5353 24.9565C19.275 25.2168 18.8529 25.2168 18.5925 24.9565L11.7386 18.1026C11.7283 18.0935 11.7183 18.084 11.7084 18.0742L10.1057 16.4714C9.84531 16.2111 9.84531 15.789 10.1057 15.5286L18.5909 7.04335C18.8513 6.783 19.2734 6.783 19.5338 7.04335L21.1365 8.64612C21.3969 8.90647 21.3969 9.32858 21.1365 9.58893L14.8206 15.9049Z" fill="currentColor"/>'}));i.displayName="VidstackChevronLeftIcon";let s=(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M17.947 16.095C17.999 16.043 17.999 15.9585 17.947 15.9065L11.6295 9.58899C11.3691 9.32864 11.3691 8.90653 11.6295 8.64618L13.2323 7.04341C13.4926 6.78306 13.9147 6.78306 14.1751 7.04341L21.0289 13.8973C21.0392 13.9064 21.0493 13.9158 21.0591 13.9257L22.6619 15.5285C22.9223 15.7888 22.9223 16.2109 22.6619 16.4713L14.1766 24.9565C13.9163 25.2169 13.4942 25.2169 13.2338 24.9565L11.631 23.3538C11.3707 23.0934 11.3707 22.6713 11.631 22.411L17.947 16.095Z" fill="currentColor"/>'}));s.displayName="VidstackChevronRightIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M15.905 14.8206C15.9571 14.7685 16.0415 14.7685 16.0936 14.8206L22.4111 21.1381C22.6714 21.3984 23.0935 21.3984 23.3539 21.1381L24.9567 19.5353C25.217 19.2749 25.217 18.8528 24.9567 18.5925L18.1028 11.7386C18.0937 11.7283 18.0842 11.7182 18.0744 11.7084L16.4716 10.1056C16.2113 9.84528 15.7892 9.84528 15.5288 10.1056L7.04353 18.5909C6.78318 18.8513 6.78318 19.2734 7.04353 19.5337L8.6463 21.1365C8.90665 21.3968 9.32876 21.3968 9.58911 21.1365L15.905 14.8206Z" fill="currentColor"/>'})).displayName="VidstackChevronUpIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M6 7C5.63181 7 5.33333 7.29848 5.33333 7.66667V14.8667C5.33333 14.9403 5.39361 14.9999 5.46724 15.0009C10.8844 15.0719 15.2614 19.449 15.3325 24.8661C15.3334 24.9397 15.393 25 15.4667 25H26C26.3682 25 26.6667 24.7015 26.6667 24.3333V7.66667C26.6667 7.29848 26.3682 7 26 7H6ZM17.0119 22.2294C17.0263 22.29 17.0802 22.3333 17.1425 22.3333H23.3333C23.7015 22.3333 24 22.0349 24 21.6667V10.3333C24 9.96514 23.7015 9.66667 23.3333 9.66667H8.66667C8.29848 9.66667 8 9.96514 8 10.3333V13.1909C8 13.2531 8.04332 13.3071 8.10392 13.3214C12.5063 14.3618 15.9715 17.827 17.0119 22.2294Z" fill="currentColor"/> <path d="M13.2 25C13.2736 25 13.3334 24.9398 13.3322 24.8661C13.2615 20.5544 9.77889 17.0718 5.46718 17.0011C5.39356 16.9999 5.33333 17.0597 5.33333 17.1333V18.8667C5.33333 18.9403 5.39348 18.9999 5.4671 19.0015C8.67465 19.0716 11.2617 21.6587 11.3319 24.8662C11.3335 24.9399 11.393 25 11.4667 25H13.2Z" fill="currentColor"/> <path d="M5.33333 21.1333C5.33333 21.0597 5.39332 20.9998 5.46692 21.0022C7.57033 21.0712 9.26217 22.763 9.33114 24.8664C9.33356 24.94 9.27364 25 9.2 25H6C5.63181 25 5.33333 24.7015 5.33333 24.3333V21.1333Z" fill="currentColor"/>'})).displayName="VidstackChromecastIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M20.144 3.294C19.7884 3.38929 19.5773 3.75485 19.6726 4.1105L20.1902 6.04235C20.2855 6.39799 20.6511 6.60905 21.0067 6.51375L22.9386 5.99611C23.2942 5.90082 23.5053 5.53526 23.41 5.17962L22.8923 3.24777C22.797 2.89212 22.4315 2.68107 22.0758 2.77636L20.144 3.294Z" fill="currentColor"/> <path d="M13.4909 5.76687C13.3956 5.41123 13.6067 5.04567 13.9623 4.95037L15.8942 4.43274C16.2498 4.33744 16.6154 4.5485 16.7107 4.90414L17.2283 6.83599C17.3236 7.19164 17.1125 7.55719 16.7569 7.65249L14.8251 8.17013C14.4694 8.26542 14.1039 8.05437 14.0086 7.69872L13.4909 5.76687Z" fill="currentColor"/> <path d="M7.78065 6.60675C7.425 6.70204 7.21395 7.0676 7.30924 7.42324L7.82688 9.3551C7.92218 9.71074 8.28773 9.9218 8.64338 9.8265L10.5752 9.30886C10.9309 9.21357 11.1419 8.84801 11.0466 8.49237L10.529 6.56051C10.4337 6.20487 10.0681 5.99382 9.7125 6.08911L7.78065 6.60675Z" fill="currentColor"/> <path d="M7.33331 12C7.7015 12 7.99998 12.2985 7.99998 12.6667V23.3333C7.99998 23.7015 8.29846 24 8.66665 24H23.3333C23.7015 24 24 23.7015 24 23.3333V12.6667C24 12.2985 24.2985 12 24.6666 12H26C26.3682 12 26.6666 12.2985 26.6666 12.6667V26C26.6666 26.3682 26.3682 26.6667 26 26.6667H5.99998C5.63179 26.6667 5.33331 26.3682 5.33331 26V12.6667C5.33331 12.2985 5.63179 12 5.99998 12H7.33331Z" fill="currentColor"/> <path d="M11.7995 12C11.4313 12 11.1328 12.2985 11.1328 12.6667V14.6667C11.1328 15.0349 11.4313 15.3333 11.7995 15.3333H13.7995C14.1676 15.3333 14.4661 15.0349 14.4661 14.6667V12.6667C14.4661 12.2985 14.1676 12 13.7995 12H11.7995Z" fill="currentColor"/> <path d="M17.5325 12.6667C17.5325 12.2985 17.831 12 18.1992 12H20.1992C20.5674 12 20.8659 12.2985 20.8659 12.6667V14.6667C20.8659 15.0349 20.5674 15.3333 20.1992 15.3333H18.1992C17.831 15.3333 17.5325 15.0349 17.5325 14.6667V12.6667Z" fill="currentColor"/>'})).displayName="VidstackClipIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M8 28.0003C8 27.6321 8.29848 27.3336 8.66667 27.3336H23.3333C23.7015 27.3336 24 27.6321 24 28.0003V29.3336C24 29.7018 23.7015 30.0003 23.3333 30.0003H8.66667C8.29848 30.0003 8 29.7018 8 29.3336V28.0003Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.66602 6.66699C4.29783 6.66699 3.99935 6.96547 3.99935 7.33366V24.667C3.99935 25.0352 4.29783 25.3337 4.66602 25.3337H27.3327C27.7009 25.3337 27.9994 25.0352 27.9994 24.667V7.33366C27.9994 6.96547 27.7009 6.66699 27.3327 6.66699H4.66602ZM8.66659 21.3333C8.2984 21.3333 7.99992 21.0349 7.99992 20.6667V11.3333C7.99992 10.9651 8.2984 10.6667 8.66659 10.6667H13.9999C14.3681 10.6667 14.6666 10.9651 14.6666 11.3333V12.6667C14.6666 13.0349 14.3681 13.3333 13.9999 13.3333H10.7999C10.7263 13.3333 10.6666 13.393 10.6666 13.4667V18.5333C10.6666 18.607 10.7263 18.6667 10.7999 18.6667H13.9999C14.3681 18.6667 14.6666 18.9651 14.6666 19.3333V20.6667C14.6666 21.0349 14.3681 21.3333 13.9999 21.3333H8.66659ZM17.9999 21.3333C17.6317 21.3333 17.3333 21.0349 17.3333 20.6667V11.3333C17.3333 10.9651 17.6317 10.6667 17.9999 10.6667H23.3333C23.7014 10.6667 23.9999 10.9651 23.9999 11.3333V12.6667C23.9999 13.0349 23.7014 13.3333 23.3333 13.3333H20.1333C20.0596 13.3333 19.9999 13.393 19.9999 13.4667V18.5333C19.9999 18.607 20.0596 18.6667 20.1333 18.6667H23.3333C23.7014 18.6667 23.9999 18.9651 23.9999 19.3333V20.6667C23.9999 21.0349 23.7014 21.3333 23.3333 21.3333H17.9999Z" fill="currentColor"/>'})).displayName="VidstackClosedCaptionsOnIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M4.6661 6.66699C4.29791 6.66699 3.99943 6.96547 3.99943 7.33366V24.667C3.99943 25.0352 4.29791 25.3337 4.6661 25.3337H27.3328C27.701 25.3337 27.9994 25.0352 27.9994 24.667V7.33366C27.9994 6.96547 27.701 6.66699 27.3328 6.66699H4.6661ZM8.66667 21.3333C8.29848 21.3333 8 21.0349 8 20.6667V11.3333C8 10.9651 8.29848 10.6667 8.66667 10.6667H14C14.3682 10.6667 14.6667 10.9651 14.6667 11.3333V12.6667C14.6667 13.0349 14.3682 13.3333 14 13.3333H10.8C10.7264 13.3333 10.6667 13.393 10.6667 13.4667V18.5333C10.6667 18.607 10.7264 18.6667 10.8 18.6667H14C14.3682 18.6667 14.6667 18.9651 14.6667 19.3333V20.6667C14.6667 21.0349 14.3682 21.3333 14 21.3333H8.66667ZM18 21.3333C17.6318 21.3333 17.3333 21.0349 17.3333 20.6667V11.3333C17.3333 10.9651 17.6318 10.6667 18 10.6667H23.3333C23.7015 10.6667 24 10.9651 24 11.3333V12.6667C24 13.0349 23.7015 13.3333 23.3333 13.3333H20.1333C20.0597 13.3333 20 13.393 20 13.4667V18.5333C20 18.607 20.0597 18.6667 20.1333 18.6667H23.3333C23.7015 18.6667 24 18.9651 24 19.3333V20.6667C24 21.0349 23.7015 21.3333 23.3333 21.3333H18Z" fill="currentColor"/>'})).displayName="VidstackClosedCaptionsIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M17.6667 15C17.6667 14.6318 17.9651 14.3333 18.3333 14.3333H20.3333C20.7015 14.3333 21 14.6318 21 15V17C21 17.3682 20.7015 17.6666 20.3333 17.6666H18.3333C17.9651 17.6666 17.6667 17.3682 17.6667 17V15Z" fill="currentColor"/> <path d="M11.6667 14.3333C11.2985 14.3333 11 14.6318 11 15V17C11 17.3682 11.2985 17.6666 11.6667 17.6666H13.6667C14.0349 17.6666 14.3333 17.3682 14.3333 17V15C14.3333 14.6318 14.0349 14.3333 13.6667 14.3333H11.6667Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M14.125 5.33331C8.53312 5.33331 4 9.86643 4 15.4583C4 21.0502 8.53312 25.5833 14.125 25.5833C16.5135 25.5833 18.6402 26.8064 20.6365 28.1176C23.0275 29.688 23.4552 27.5864 23.8755 25.5208C24.103 24.4027 24.3284 23.2951 24.8619 22.7863C26.7953 20.9423 28 18.341 28 15.4583C28 9.86643 23.4669 5.33331 17.875 5.33331H14.125ZM17.875 7.99998H14.125C10.0059 7.99998 6.66667 11.3392 6.66667 15.4583C6.66667 19.5774 10.0059 22.9166 14.125 22.9166C16.877 22.9166 19.2468 24.1025 21.1133 25.2567C21.1541 25.2819 21.2072 25.2588 21.2169 25.2119L21.2588 25.0064C21.3246 24.6827 21.4008 24.3082 21.4843 23.9558C21.5867 23.5238 21.7252 23.0127 21.9287 22.5174C22.1248 22.04 22.4512 21.4005 23.0214 20.8566C24.4491 19.4949 25.3333 17.5821 25.3333 15.4583C25.3333 11.3392 21.9941 7.99998 17.875 7.99998Z" fill="currentColor"/>'})).displayName="VidstackCommentIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M5.33334 6.00001C5.33334 5.63182 5.63182 5.33334 6.00001 5.33334H26C26.3682 5.33334 26.6667 5.63182 26.6667 6.00001V20.6667C26.6667 21.0349 26.3682 21.3333 26 21.3333H6.00001C5.63182 21.3333 5.33334 21.0349 5.33334 20.6667V6.00001ZM8.40008 9.06634C8.40008 8.69815 8.69855 8.39967 9.06674 8.39967H22.9339C23.3021 8.39967 23.6006 8.69815 23.6006 9.06634V17.6002C23.6006 17.9684 23.3021 18.2669 22.9339 18.2669H9.06674C8.69855 18.2669 8.40008 17.9684 8.40008 17.6002V9.06634Z" fill="currentColor"/> <path d="M6.00001 23.9999C5.63182 23.9999 5.33334 24.2984 5.33334 24.6666V25.9999C5.33334 26.3681 5.63182 26.6666 6.00001 26.6666H26C26.3682 26.6666 26.6667 26.3681 26.6667 25.9999V24.6666C26.6667 24.2984 26.3682 23.9999 26 23.9999H6.00001Z" fill="currentColor"/>'})).displayName="VidstackComputerIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M4 4.66667C4 4.29848 4.29848 4 4.66667 4H18.5714C18.9396 4 19.2381 4.29848 19.2381 4.66667V9.19992C19.2381 9.27356 19.1784 9.33325 19.1048 9.33325H16.7067C16.633 9.33325 16.5733 9.27356 16.5733 9.19992V7.33333C16.5733 6.96514 16.2749 6.66667 15.9067 6.66667H7.33333C6.96514 6.66667 6.66667 6.96514 6.66667 7.33333V14C6.66667 14.3682 6.96514 14.6667 7.33333 14.6667H13.2C13.2736 14.6667 13.3333 14.7264 13.3333 14.8V17.2C13.3333 17.2736 13.2736 17.3333 13.2 17.3333H4.66667C4.29848 17.3333 4 17.0349 4 16.6667V4.66667Z" fill="currentColor"/> <path d="M13.2 22.6666C13.2736 22.6666 13.3333 22.6069 13.3333 22.5333V20.1333C13.3333 20.0596 13.2736 19.9999 13.2 19.9999H4.66667C4.29848 19.9999 4 20.2984 4 20.6666V21.9999C4 22.3681 4.29848 22.6666 4.66667 22.6666H13.2Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M16 12.6666C16 12.2984 16.2985 11.9999 16.6667 11.9999H27.3333C27.7015 11.9999 28 12.2984 28 12.6666V27.3333C28 27.7014 27.7015 27.9999 27.3333 27.9999H16.6667C16.2985 27.9999 16 27.7014 16 27.3333V12.6666ZM18.6667 15.3333C18.6667 14.9651 18.9651 14.6666 19.3333 14.6666H24.6667C25.0349 14.6666 25.3333 14.9651 25.3333 15.3333V24.6666C25.3333 25.0348 25.0349 25.3333 24.6667 25.3333H19.3333C18.9651 25.3333 18.6667 25.0348 18.6667 24.6666V15.3333Z" fill="currentColor"/>'})).displayName="VidstackDeviceIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M14.2225 13.7867C14.3065 13.8706 14.4501 13.8112 14.4501 13.6924V5.99955C14.4501 5.63136 14.7486 5.33289 15.1167 5.33289H16.8501C17.2183 5.33289 17.5167 5.63136 17.5167 5.99955V13.6916C17.5167 13.8104 17.6604 13.8699 17.7444 13.7859L19.9433 11.5869C20.2037 11.3266 20.6258 11.3266 20.8861 11.5869L22.1118 12.8126C22.3722 13.0729 22.3722 13.4951 22.1118 13.7554L16.4549 19.4123C16.1946 19.6726 15.772 19.6731 15.5116 19.4128L9.85479 13.7559C9.59444 13.4956 9.59444 13.0734 9.85479 12.8131L11.0804 11.5874C11.3408 11.3271 11.7629 11.3271 12.0233 11.5874L14.2225 13.7867Z" fill="currentColor"/> <path d="M5.99998 20.267C5.63179 20.267 5.33331 20.5654 5.33331 20.9336V25.9997C5.33331 26.3678 5.63179 26.6663 5.99998 26.6663H26C26.3682 26.6663 26.6666 26.3678 26.6666 25.9997V20.9336C26.6666 20.5654 26.3682 20.267 26 20.267H24.2666C23.8985 20.267 23.6 20.5654 23.6 20.9336V22.9333C23.6 23.3014 23.3015 23.5999 22.9333 23.5999H9.06638C8.69819 23.5999 8.39972 23.3014 8.39972 22.9333V20.9336C8.39972 20.5654 8.10124 20.267 7.73305 20.267H5.99998Z" fill="currentColor"/>'})).displayName="VidstackDownloadIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M24 19.3328V9.46667C24 9.39303 23.9403 9.33334 23.8667 9.33334L11.3333 9.33334C10.9652 9.33334 10.6667 9.03486 10.6667 8.66667V7.33334C10.6667 6.96515 10.9652 6.66667 11.3333 6.66667H26C26.3682 6.66667 26.6667 6.96515 26.6667 7.33334V19.3328C26.6667 19.701 26.3682 19.9994 26 19.9994H24.6667C24.2985 19.9994 24 19.701 24 19.3328Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M6.00001 12C5.63182 12 5.33334 12.2985 5.33334 12.6667V24.6667C5.33334 25.0349 5.63182 25.3333 6.00001 25.3333H20.6672C21.0354 25.3333 21.3338 25.0349 21.3338 24.6667V12.6667C21.3338 12.2985 21.0354 12 20.6672 12H6.00001ZM8.66668 14.6667C8.29849 14.6667 8.00001 14.9651 8.00001 15.3333V22C8.00001 22.3682 8.29849 22.6667 8.66668 22.6667H18C18.3682 22.6667 18.6667 22.3682 18.6667 22V15.3333C18.6667 14.9651 18.3682 14.6667 18 14.6667H8.66668Z" fill="currentColor"/>'})).displayName="VidstackEpisodesIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M16 20C18.2091 20 20 18.2092 20 16C20 13.7909 18.2091 12 16 12C13.7909 12 12 13.7909 12 16C12 18.2092 13.7909 20 16 20Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M28 16.0058C28 18.671 23.5 25.3334 16 25.3334C8.5 25.3334 4 18.6762 4 16.0058C4 13.3354 8.50447 6.66669 16 6.66669C23.4955 6.66669 28 13.3406 28 16.0058ZM25.3318 15.9934C25.3328 16.0017 25.3328 16.0099 25.3318 16.0182C25.3274 16.0571 25.3108 16.1728 25.2485 16.3708C25.1691 16.6229 25.0352 16.9462 24.8327 17.3216C24.4264 18.0749 23.7969 18.9398 22.9567 19.754C21.2791 21.3798 18.9148 22.6667 16 22.6667C13.0845 22.6667 10.7202 21.3805 9.04298 19.7557C8.20295 18.9419 7.57362 18.0773 7.16745 17.3241C6.96499 16.9486 6.83114 16.6252 6.75172 16.3729C6.67942 16.1431 6.66856 16.0243 6.66695 16.0066L6.66695 16.005C6.66859 15.9871 6.67951 15.8682 6.75188 15.6383C6.83145 15.3854 6.96554 15.0614 7.16831 14.6853C7.57507 13.9306 8.20514 13.0644 9.04577 12.249C10.7245 10.6208 13.0886 9.33335 16 9.33335C18.9108 9.33335 21.2748 10.6215 22.9539 12.2507C23.7947 13.0664 24.4249 13.933 24.8318 14.6877C25.0346 15.0639 25.1688 15.3878 25.2483 15.6404C25.3107 15.8386 25.3274 15.9545 25.3318 15.9934Z" fill="currentColor"/>'})).displayName="VidstackEyeIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M15.8747 8.11857C16.3148 7.79342 16.9375 8.10759 16.9375 8.65476V14.2575C16.9375 14.3669 17.0621 14.4297 17.1501 14.3647L25.6038 8.11857C26.0439 7.79342 26.6667 8.10759 26.6667 8.65476V23.3451C26.6667 23.8923 26.0439 24.2064 25.6038 23.8813L17.1501 17.6346C17.0621 17.5695 16.9375 17.6324 16.9375 17.7418L16.9375 23.3451C16.9375 23.8923 16.3147 24.2064 15.8747 23.8813L5.93387 16.5358C5.57322 16.2693 5.57323 15.7299 5.93389 15.4634L15.8747 8.11857Z" fill="currentColor"/>'})).displayName="VidstackFastBackwardIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M16.1253 8.11866C15.6852 7.7935 15.0625 8.10768 15.0625 8.65484V14.2576C15.0625 14.367 14.9379 14.4298 14.8499 14.3648L6.39615 8.11866C5.95607 7.7935 5.33331 8.10768 5.33331 8.65484V23.3452C5.33331 23.8923 5.9561 24.2065 6.39617 23.8813L14.8499 17.6347C14.9379 17.5696 15.0625 17.6325 15.0625 17.7419L15.0625 23.3452C15.0625 23.8923 15.6853 24.2065 16.1253 23.8813L26.0661 16.5358C26.4268 16.2694 26.4268 15.73 26.0661 15.4635L16.1253 8.11866Z" fill="currentColor"/>'})).displayName="VidstackFastForwardIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M8.39995 18.8C8.39995 18.7264 8.45964 18.6667 8.53328 18.6667H17.2C17.2736 18.6667 17.3333 18.7264 17.3333 18.8V20.6667C17.3333 21.0349 17.6318 21.3333 18 21.3333H26C26.3682 21.3333 26.6666 21.0349 26.6666 20.6667V8.66668C26.6666 8.29849 26.3682 8.00001 26 8.00001H17.4666C17.393 8.00001 17.3333 7.94031 17.3333 7.86668V6.00001C17.3333 5.63182 17.0348 5.33334 16.6666 5.33334H5.99997C5.63178 5.33334 5.33328 5.63182 5.33328 6.00001V26C5.33328 26.3682 5.63176 26.6667 5.99995 26.6667H7.73328C8.10147 26.6667 8.39995 26.3682 8.39995 26V18.8ZM8.53328 16C8.45964 16 8.39995 15.9403 8.39995 15.8667V8.13334C8.39995 8.05971 8.45964 8.00001 8.53328 8.00001H14.5333C14.6069 8.00001 14.6666 8.05971 14.6666 8.13334V10.5333C14.6666 10.607 14.7263 10.6667 14.8 10.6667H23.8666C23.9403 10.6667 24 10.7264 24 10.8V18.5333C24 18.607 23.9403 18.6667 23.8666 18.6667H20.1333C20.0597 18.6667 20 18.607 20 18.5333V16.1333C20 16.0597 19.9403 16 19.8666 16H8.53328Z" fill="currentColor"/>'})).displayName="VidstackFlagIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M19.913 6.45826V9.56817C19.913 9.68695 20.0566 9.74644 20.1406 9.66245L24.0458 5.75727C24.3061 5.49692 24.7283 5.49692 24.9886 5.75727L26.2143 6.98293C26.4746 7.24328 26.4746 7.66539 26.2143 7.92573L22.3093 11.8306C22.2253 11.9146 22.2848 12.0583 22.4036 12.0583H25.5137C25.8819 12.0583 26.1804 12.3567 26.1804 12.7249V14.4583C26.1804 14.8265 25.8819 15.1249 25.5137 15.1249L19.2468 15.1249C19.2466 15.1249 19.2469 15.1249 19.2468 15.1249H17.5137C17.1455 15.1249 16.8463 14.8265 16.8463 14.4583V6.45826C16.8463 6.09007 17.1448 5.7916 17.513 5.7916H19.2463C19.6145 5.7916 19.913 6.09007 19.913 6.45826Z" fill="currentColor"/> <path d="M9.73054 19.9416C9.84933 19.9416 9.90882 20.0852 9.82482 20.1692L5.91991 24.0741C5.65956 24.3345 5.65956 24.7566 5.91991 25.0169L7.14556 26.2426C7.40591 26.5029 7.82802 26.5029 8.08837 26.2426L11.9935 22.3374C12.0775 22.2534 12.2212 22.3129 12.2212 22.4317V25.5416C12.2212 25.9098 12.5196 26.2083 12.8878 26.2083H14.6212C14.9893 26.2083 15.2878 25.9098 15.2878 25.5416L15.2878 17.5416C15.2878 17.1734 14.9893 16.8749 14.6212 16.8749H6.62046C6.25227 16.8749 5.9538 17.1734 5.9538 17.5416V19.2749C5.9538 19.6431 6.25227 19.9416 6.62046 19.9416H9.73054Z" fill="currentColor"/>'})).displayName="VidstackFullscreenArrowExitIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M17.3183 12.4856L21.2231 8.58073C21.3071 8.49674 21.2476 8.35312 21.1288 8.35312H18.0189C17.6507 8.35312 17.3522 8.05464 17.3522 7.68645V5.95312C17.3522 5.58493 17.6507 5.28645 18.0189 5.28645H26.0189C26.387 5.28645 26.6862 5.58493 26.6862 5.95312V13.9531C26.6862 14.3213 26.3877 14.6198 26.0196 14.6198H24.2862C23.918 14.6198 23.6196 14.3213 23.6196 13.9531V10.8431C23.6196 10.7243 23.4759 10.6648 23.3919 10.7488L19.4867 14.6541C19.2264 14.9144 18.8043 14.9144 18.5439 14.6541L17.3183 13.4284C17.0579 13.1681 17.0579 12.7459 17.3183 12.4856Z" fill="currentColor"/> <path d="M6.1153 26.7135H14.1153C14.4835 26.7135 14.782 26.4151 14.782 26.0469V24.3135C14.782 23.9453 14.4835 23.6469 14.1153 23.6469H11.0053C10.8865 23.6469 10.827 23.5033 10.911 23.4193L14.8159 19.5144C15.0763 19.254 15.0763 18.8319 14.8159 18.5716L13.5903 17.3459C13.3299 17.0856 12.9078 17.0856 12.6474 17.3459L8.74222 21.2512C8.65822 21.3351 8.5146 21.2757 8.5146 21.1569L8.51461 18.0469C8.51461 17.6787 8.21613 17.3802 7.84794 17.3802H6.11461C5.74642 17.3802 5.44794 17.6787 5.44794 18.0469V26.0469C5.44794 26.4151 5.74711 26.7135 6.1153 26.7135Z" fill="currentColor"/>'})).displayName="VidstackFullscreenArrowIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M19.3334 13.3333C18.9652 13.3333 18.6667 13.0349 18.6667 12.6667L18.6667 7.33333C18.6667 6.96514 18.9652 6.66666 19.3334 6.66666H21.3334C21.7015 6.66666 22 6.96514 22 7.33333V9.86666C22 9.9403 22.0597 10 22.1334 10L24.6667 10C25.0349 10 25.3334 10.2985 25.3334 10.6667V12.6667C25.3334 13.0349 25.0349 13.3333 24.6667 13.3333L19.3334 13.3333Z" fill="currentColor"/> <path d="M13.3334 19.3333C13.3334 18.9651 13.0349 18.6667 12.6667 18.6667H7.33335C6.96516 18.6667 6.66669 18.9651 6.66669 19.3333V21.3333C6.66669 21.7015 6.96516 22 7.33335 22H9.86669C9.94032 22 10 22.0597 10 22.1333L10 24.6667C10 25.0349 10.2985 25.3333 10.6667 25.3333H12.6667C13.0349 25.3333 13.3334 25.0349 13.3334 24.6667L13.3334 19.3333Z" fill="currentColor"/> <path d="M18.6667 24.6667C18.6667 25.0349 18.9652 25.3333 19.3334 25.3333H21.3334C21.7015 25.3333 22 25.0349 22 24.6667V22.1333C22 22.0597 22.0597 22 22.1334 22H24.6667C25.0349 22 25.3334 21.7015 25.3334 21.3333V19.3333C25.3334 18.9651 25.0349 18.6667 24.6667 18.6667L19.3334 18.6667C18.9652 18.6667 18.6667 18.9651 18.6667 19.3333L18.6667 24.6667Z" fill="currentColor"/> <path d="M10.6667 13.3333H12.6667C13.0349 13.3333 13.3334 13.0349 13.3334 12.6667L13.3334 10.6667V7.33333C13.3334 6.96514 13.0349 6.66666 12.6667 6.66666H10.6667C10.2985 6.66666 10 6.96514 10 7.33333L10 9.86666C10 9.9403 9.94033 10 9.86669 10L7.33335 10C6.96516 10 6.66669 10.2985 6.66669 10.6667V12.6667C6.66669 13.0349 6.96516 13.3333 7.33335 13.3333L10.6667 13.3333Z" fill="currentColor"/>'})).displayName="VidstackFullscreenExitIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M25.3299 7.26517C25.2958 6.929 25.0119 6.66666 24.6667 6.66666H19.3334C18.9652 6.66666 18.6667 6.96514 18.6667 7.33333V9.33333C18.6667 9.70152 18.9652 10 19.3334 10L21.8667 10C21.9403 10 22 10.0597 22 10.1333V12.6667C22 13.0349 22.2985 13.3333 22.6667 13.3333H24.6667C25.0349 13.3333 25.3334 13.0349 25.3334 12.6667V7.33333C25.3334 7.31032 25.3322 7.28758 25.3299 7.26517Z" fill="currentColor"/> <path d="M22 21.8667C22 21.9403 21.9403 22 21.8667 22L19.3334 22C18.9652 22 18.6667 22.2985 18.6667 22.6667V24.6667C18.6667 25.0349 18.9652 25.3333 19.3334 25.3333L24.6667 25.3333C25.0349 25.3333 25.3334 25.0349 25.3334 24.6667V19.3333C25.3334 18.9651 25.0349 18.6667 24.6667 18.6667H22.6667C22.2985 18.6667 22 18.9651 22 19.3333V21.8667Z" fill="currentColor"/> <path d="M12.6667 22H10.1334C10.0597 22 10 21.9403 10 21.8667V19.3333C10 18.9651 9.70154 18.6667 9.33335 18.6667H7.33335C6.96516 18.6667 6.66669 18.9651 6.66669 19.3333V24.6667C6.66669 25.0349 6.96516 25.3333 7.33335 25.3333H12.6667C13.0349 25.3333 13.3334 25.0349 13.3334 24.6667V22.6667C13.3334 22.2985 13.0349 22 12.6667 22Z" fill="currentColor"/> <path d="M10 12.6667V10.1333C10 10.0597 10.0597 10 10.1334 10L12.6667 10C13.0349 10 13.3334 9.70152 13.3334 9.33333V7.33333C13.3334 6.96514 13.0349 6.66666 12.6667 6.66666H7.33335C6.96516 6.66666 6.66669 6.96514 6.66669 7.33333V12.6667C6.66669 13.0349 6.96516 13.3333 7.33335 13.3333H9.33335C9.70154 13.3333 10 13.0349 10 12.6667Z" fill="currentColor"/>'})).displayName="VidstackFullscreenIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M25.3554 17.3032L26.037 16.6363C28.6231 14.0503 28.6231 9.85896 26.037 7.27287C23.4528 4.68864 19.2596 4.68864 16.6754 7.27287L16.0953 7.85295C16.0433 7.90497 15.959 7.90503 15.9069 7.85308L15.3251 7.27287C12.739 4.68679 8.5477 4.68679 5.96161 7.27287C3.37738 9.85711 3.37738 14.0503 5.96161 16.6345L15.8995 26.5723C15.9515 26.6244 16.036 26.6244 16.088 26.5723L20.6099 22.0486C20.6321 22.0283 20.6524 22.008 20.6746 21.9858L25.3554 17.3032ZM13.1566 9.44134L15.9098 12.187C15.9619 12.239 16.0463 12.2389 16.0983 12.1869L18.8438 9.44134C20.2305 8.05471 22.4819 8.05471 23.8685 9.44134C25.2537 10.8264 25.257 13.0685 23.8786 14.4578L23.1986 15.1231L18.5107 19.8128L18.4884 19.8333L16.0876 22.235C16.0355 22.2871 15.9511 22.2871 15.899 22.235L8.13007 14.466C6.74345 13.0794 6.74345 10.828 8.13007 9.44134C9.51855 8.05286 11.7681 8.05286 13.1566 9.44134Z" fill="currentColor"/>'})).displayName="VidstackHeartIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M17.534 10.6674C17.534 11.5143 16.8475 12.2008 16.0006 12.2008C15.1538 12.2008 14.4673 11.5143 14.4673 10.6674C14.4673 9.82061 15.1538 9.13411 16.0006 9.13411C16.8475 9.13411 17.534 9.82061 17.534 10.6674Z" fill="currentColor"/> <path d="M14.6678 14.2005C14.6678 13.8323 14.9663 13.5339 15.3345 13.5339H16.6678C17.036 13.5339 17.3345 13.8323 17.3345 14.2005V22.2005C17.3345 22.5687 17.036 22.8672 16.6678 22.8672H15.3345C14.9663 22.8672 14.6678 22.5687 14.6678 22.2005V14.2005Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M28 16C28 22.6274 22.6274 28 16 28C9.37258 28 4 22.6274 4 16C4 9.37258 9.37258 4 16 4C22.6274 4 28 9.37258 28 16ZM24.9333 16C24.9333 20.9337 20.9337 24.9333 16 24.9333C11.0663 24.9333 7.06667 20.9337 7.06667 16C7.06667 11.0663 11.0663 7.06667 16 7.06667C20.9337 7.06667 24.9333 11.0663 24.9333 16Z" fill="currentColor"/>'})).displayName="VidstackInfoIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M4 7.38854C4 7.3149 4.0597 7.2552 4.13333 7.2552H10.1792C10.2528 7.2552 10.3125 7.19551 10.3125 7.12187V5.46666C10.3125 5.39302 10.3722 5.33333 10.4458 5.33333H12.726C12.7997 5.33333 12.8594 5.39302 12.8594 5.46666V7.12187C12.8594 7.19551 12.9191 7.2552 12.9927 7.2552H19.0333C19.107 7.2552 19.1667 7.3149 19.1667 7.38854V9.66354C19.1667 9.73717 19.107 9.79687 19.0333 9.79687H16.7106C16.6533 9.79687 16.6021 9.83433 16.5838 9.88869C15.4447 13.2641 14.1144 15.1953 13.5156 16.0573C13.4808 16.113 15.1333 17.5629 15.4974 17.8813C15.5402 17.9187 15.5534 17.9781 15.5321 18.0308L14.6529 20.2077C14.622 20.2843 14.5295 20.3146 14.4597 20.2703C13.5546 19.6951 12.8558 19.0727 11.9724 18.1584C11.9193 18.1036 11.8302 18.1049 11.7777 18.1603C9.69726 20.3578 8.60797 21.1142 6.80933 22.179C6.7475 22.2156 6.66731 22.1967 6.62871 22.1361L5.43696 20.2647C5.39711 20.2021 5.41633 20.1189 5.47911 20.0794C7.36746 18.8903 8.68502 17.6997 10.1302 16.1862C10.1752 16.139 10.1792 16.0655 10.14 16.0134C8.91005 14.3765 8.20369 13.2435 7.313 11.3664C7.28331 11.3039 7.30645 11.2285 7.36636 11.1938L9.32729 10.0573C9.39495 10.0181 9.48168 10.0453 9.51522 10.116C10.2082 11.5756 10.9182 12.7663 11.7071 13.8661C11.7622 13.9428 11.8775 13.9384 11.9269 13.8579C12.7208 12.5654 13.2411 11.5051 13.8451 9.97878C13.8797 9.89149 13.8153 9.79687 13.7214 9.79687H4V7.38854Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M16.8316 26.6665C17.1181 26.6665 17.3726 26.4835 17.4637 26.2119L18.4836 23.1708C18.5018 23.1165 18.5527 23.0799 18.61 23.0799H23.8867C23.9439 23.0799 23.9948 23.1165 24.0131 23.1708L25.035 26.2122C25.1262 26.4837 25.3805 26.6665 25.6669 26.6665H27.0582C27.5181 26.6665 27.8398 26.2119 27.687 25.7782L23.0292 12.5661C22.9352 12.2994 22.6832 12.1211 22.4004 12.1211H20.0915C19.8087 12.1211 19.5566 12.2996 19.4627 12.5664L14.8113 25.7785C14.6587 26.2122 14.9804 26.6665 15.4402 26.6665H16.8316ZM23.0859 20.9634C23.1771 20.9634 23.2414 20.874 23.2123 20.7876L21.3208 15.1579C21.31 15.1257 21.2798 15.104 21.2459 15.104C21.2119 15.104 21.1818 15.1257 21.171 15.1579L19.2829 20.7877C19.2539 20.8741 19.3182 20.9634 19.4093 20.9634H23.0859Z" fill="currentColor"/>'})).displayName="VidstackLanguageIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M25.4288 6.57197C22.825 3.9682 18.6044 3.9682 16.0007 6.57197L13.1722 9.4004C12.9119 9.66075 12.9119 10.0829 13.1722 10.3432L14.1151 11.286C14.3754 11.5464 14.7975 11.5464 15.0579 11.286L17.8863 8.45759C19.4487 6.89514 21.9807 6.89514 23.5431 8.45759C25.1056 10.02 25.1056 12.552 23.5431 14.1144L20.7147 16.9429C20.4544 17.2032 20.4544 17.6253 20.7147 17.8857L21.6575 18.8285C21.9179 19.0888 22.34 19.0888 22.6003 18.8285L25.4288 16.0001C28.0325 13.3963 28.0325 9.17574 25.4288 6.57197Z" fill="currentColor"/> <path d="M9.40009 13.1726C9.66044 12.9122 10.0825 12.9122 10.3429 13.1726L11.2857 14.1154C11.5461 14.3757 11.5461 14.7978 11.2857 15.0582L8.4582 17.8857C6.89575 19.4481 6.89575 21.9801 8.4582 23.5425C10.0206 25.105 12.5526 25.105 14.1151 23.5425L16.9426 20.715C17.2029 20.4547 17.625 20.4547 17.8854 20.715L18.8282 21.6578C19.0885 21.9182 19.0885 22.3403 18.8282 22.6006L16.0007 25.4282C13.3969 28.0319 9.17635 28.0319 6.57258 25.4282C3.96881 22.8244 3.96881 18.6038 6.57258 16.0001L9.40009 13.1726Z" fill="currentColor"/> <path d="M19.159 11.616C18.8987 11.3556 18.4766 11.3556 18.2162 11.616L11.6165 18.2156C11.3562 18.476 11.3562 18.8981 11.6165 19.1584L12.8422 20.3841C13.1026 20.6444 13.5247 20.6444 13.785 20.3841L20.3847 13.7844C20.645 13.5241 20.645 13.102 20.3847 12.8416L19.159 11.616Z" fill="currentColor"/>'})).displayName="VidstackLinkIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M16 4C19.6372 4 22.5941 6.91273 22.6653 10.5329C22.6668 10.6065 22.7264 10.6667 22.8 10.6667H24.6667C25.0348 10.6667 25.3333 10.9651 25.3333 11.3333V26C25.3333 26.3682 25.0348 26.6667 24.6667 26.6667H7.33332C6.96513 26.6667 6.66666 26.3682 6.66666 26V11.3333C6.66666 10.9651 6.96513 10.6667 7.33332 10.6667H9.19999C9.27363 10.6667 9.33319 10.6065 9.33464 10.5329C9.40591 6.91273 12.3628 4 16 4ZM12.0022 10.5331C11.9998 10.6067 12.0597 10.6667 12.1333 10.6667H19.8667C19.9403 10.6667 20.0002 10.6067 19.9978 10.5331C19.9273 8.38578 18.1644 6.66667 16 6.66667C13.8356 6.66667 12.0726 8.38578 12.0022 10.5331ZM9.33332 14C9.33332 13.6318 9.6318 13.3333 9.99999 13.3333H22C22.3682 13.3333 22.6667 13.6318 22.6667 14V23.3333C22.6667 23.7015 22.3682 24 22 24H9.99999C9.6318 24 9.33332 23.7015 9.33332 23.3333V14Z" fill="currentColor"/>'})).displayName="VidstackLockClosedIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M20.3553 6.58214C20.6472 6.33698 20.6763 5.89459 20.3892 5.64378C19.2173 4.6201 17.6841 4 16.0052 4C12.3676 4 9.4111 6.91235 9.33985 10.5329C9.3384 10.6065 9.27884 10.6667 9.2052 10.6667H7.33332C6.96513 10.6667 6.66666 10.9651 6.66666 11.3333V26C6.66666 26.3682 6.96513 26.6667 7.33332 26.6667H24.6667C25.0348 26.6667 25.3333 26.3682 25.3333 26V11.3333C25.3333 10.9651 25.0348 10.6667 24.6667 10.6667H12.1385C12.0649 10.6667 12.005 10.6067 12.0074 10.5331C12.0778 8.38532 13.8403 6.66667 16.0052 6.66667C16.4349 6.66667 16.8489 6.73438 17.237 6.85938C17.6523 6.99402 18.038 7.19469 18.3814 7.44892C18.6602 7.6553 19.0494 7.67862 19.3151 7.45556L20.3553 6.58214ZM9.33332 14C9.33332 13.6318 9.6318 13.3333 9.99999 13.3333H22C22.3682 13.3333 22.6667 13.6318 22.6667 14V23.3333C22.6667 23.7015 22.3682 24 22 24H9.99999C9.6318 24 9.33332 23.7015 9.33332 23.3333V14Z" fill="currentColor"/>'})).displayName="VidstackLockOpenIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M8 13.3333C6.52724 13.3333 5.33334 14.5273 5.33334 16C5.33334 17.4728 6.52724 18.6667 8 18.6667C9.47276 18.6667 10.6667 17.4728 10.6667 16C10.6667 14.5273 9.47276 13.3333 8 13.3333Z" fill="currentColor"/> <path d="M13.3333 16C13.3333 14.5273 14.5272 13.3333 16 13.3333C17.4728 13.3333 18.6667 14.5273 18.6667 16C18.6667 17.4728 17.4728 18.6667 16 18.6667C14.5272 18.6667 13.3333 17.4728 13.3333 16Z" fill="currentColor"/> <path d="M21.3333 16C21.3333 14.5273 22.5272 13.3333 24 13.3333C25.4728 13.3333 26.6667 14.5273 26.6667 16C26.6667 17.4728 25.4728 18.6667 24 18.6667C22.5272 18.6667 21.3333 17.4728 21.3333 16Z" fill="currentColor"/>'})).displayName="VidstackMenuHorizontalIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M13.3333 8.00001C13.3333 9.47277 14.5272 10.6667 16 10.6667C17.4728 10.6667 18.6667 9.47277 18.6667 8.00001C18.6667 6.52725 17.4728 5.33334 16 5.33334C14.5272 5.33334 13.3333 6.52725 13.3333 8.00001Z" fill="currentColor"/> <path d="M16 18.6667C14.5272 18.6667 13.3333 17.4728 13.3333 16C13.3333 14.5273 14.5272 13.3333 16 13.3333C17.4728 13.3333 18.6667 14.5273 18.6667 16C18.6667 17.4728 17.4728 18.6667 16 18.6667Z" fill="currentColor"/> <path d="M16 26.6667C14.5272 26.6667 13.3333 25.4728 13.3333 24C13.3333 22.5273 14.5272 21.3333 16 21.3333C17.4728 21.3333 18.6667 22.5273 18.6667 24C18.6667 25.4728 17.4728 26.6667 16 26.6667Z" fill="currentColor"/>'})).displayName="VidstackMenuVerticalIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M22.3257 15.8354C22.1263 15.8695 21.9256 15.7966 21.7826 15.6536L16.347 10.218C16.2039 10.0749 16.1311 9.87422 16.1652 9.67483C16.3448 8.62476 16.84 7.61813 17.6506 6.80752C19.7334 4.72472 23.1103 4.72472 25.193 6.80752C27.2758 8.89032 27.2758 12.2672 25.193 14.35C24.3824 15.1606 23.3758 15.6557 22.3257 15.8354Z" fill="currentColor"/> <path d="M15.3386 12.9809C15.0613 12.7036 14.6058 12.7244 14.3549 13.0257L5.78725 23.3142C5.56666 23.5791 5.58439 23.9685 5.82814 24.2122L7.79205 26.1761C8.03586 26.42 8.42536 26.4376 8.69024 26.2169L18.9754 17.6459C19.2766 17.3949 19.2972 16.9395 19.02 16.6623L15.3386 12.9809Z" fill="currentColor"/>'})).displayName="VidstackMicrophoneIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M8.66667 5.33334C8.29848 5.33334 8 5.63182 8 6.00001V26C8 26.3682 8.29848 26.6667 8.66667 26.6667H23.3333C23.7015 26.6667 24 26.3682 24 26V6.00001C24 5.63182 23.7015 5.33334 23.3333 5.33334H8.66667ZM11.7334 8.39967C11.3652 8.39967 11.0667 8.69815 11.0667 9.06634V22.9335C11.0667 23.3017 11.3652 23.6002 11.7334 23.6002H20.2673C20.6354 23.6002 20.9339 23.3017 20.9339 22.9335V9.06633C20.9339 8.69814 20.6354 8.39967 20.2673 8.39967H11.7334Z" fill="currentColor"/>'})).displayName="VidstackMobileIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M11.3793 8.06476C7.08494 11.0717 6.04129 16.9905 9.04821 21.2848C12.0551 25.5791 17.9739 26.6228 22.2683 23.6159C23.1791 22.9781 23.9437 22.2093 24.5544 21.3529C24.8954 20.8746 24.4241 20.2717 23.8397 20.3315C20.7636 20.6467 17.6125 19.331 15.713 16.6181C13.8134 13.9052 13.6547 10.4942 15.003 7.71137C15.2591 7.18276 14.8537 6.53361 14.2877 6.69049C13.274 6.97145 12.2901 7.427 11.3793 8.06476Z" fill="currentColor"/>'})).displayName="VidstackMoonIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M26.6667 5.99662C26.6667 5.62843 26.3682 5.32996 26 5.32996L11.3333 5.32996C10.9651 5.32996 10.6667 5.62843 10.6667 5.99662L10.6667 7.10189C10.6667 7.13727 10.6807 7.1712 10.7057 7.19621L13.1058 9.59459C13.1898 9.67854 13.3333 9.61904 13.3333 9.50028L13.3333 8.66329C13.3333 8.2951 13.6318 7.99662 14 7.99662L23.3333 7.99662C23.7015 7.99662 24 8.2951 24 8.66329V14.9014C24 14.9994 23.8978 15.0642 23.8075 15.0262C23.2516 14.7925 22.6409 14.6633 22 14.6633C20.9812 14.6633 20.0386 14.9898 19.2712 15.5438C19.206 15.5909 19.2001 15.6849 19.257 15.7417L21.0042 17.4878C21.0455 17.529 21.1085 17.5382 21.1614 17.5137C21.4165 17.3958 21.7005 17.33 22 17.33C23.1046 17.33 24 18.2254 24 19.33C24 19.6289 23.9344 19.9126 23.8168 20.1673C23.7924 20.2202 23.8016 20.2833 23.8429 20.3245L25.5901 22.0705C25.647 22.1274 25.7409 22.1214 25.788 22.0562C26.3409 21.2893 26.6667 20.3476 26.6667 19.33L26.6667 5.99662Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M25.1158 25.5424C25.1678 25.4903 25.1678 25.4059 25.1157 25.3538L6.63661 6.88715C6.58454 6.83511 6.50014 6.83512 6.44808 6.88718L5.12799 8.20727C4.86764 8.46762 4.86771 8.88966 5.12815 9.14992L10.6276 14.6456C10.6526 14.6707 10.6667 14.7046 10.6667 14.74V17.5681C10.6667 17.666 10.5644 17.7309 10.4741 17.6929C9.91823 17.4591 9.30753 17.33 8.66667 17.33C6.08934 17.33 4 19.4193 4 21.9966C4 24.5739 6.08934 26.6633 8.66667 26.6633C11.244 26.6633 13.3333 24.5739 13.3333 21.9966L13.3333 17.6713C13.3333 17.5526 13.4769 17.4931 13.5609 17.577L22.8528 26.8626C23.1132 27.1229 23.5354 27.1228 23.7957 26.8624L25.1158 25.5424ZM8.66667 23.9966C9.77123 23.9966 10.6667 23.1012 10.6667 21.9966C10.6667 20.8921 9.77124 19.9966 8.66667 19.9966C7.5621 19.9966 6.66667 20.892 6.66667 21.9966C6.66667 23.1012 7.5621 23.9966 8.66667 23.9966Z" fill="currentColor"/>'})).displayName="VidstackMusicOffIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M26.6667 5.99998C26.6667 5.63179 26.3682 5.33331 26 5.33331H11.3333C10.9651 5.33331 10.6667 5.63179 10.6667 5.99998V17.5714C10.6667 17.6694 10.5644 17.7342 10.4741 17.6962C9.91823 17.4625 9.30754 17.3333 8.66667 17.3333C6.08934 17.3333 4 19.4226 4 22C4 24.5773 6.08934 26.6666 8.66667 26.6666C11.244 26.6666 13.3333 24.5773 13.3333 22V8.66665C13.3333 8.29846 13.6318 7.99998 14 7.99998L23.3333 7.99998C23.7015 7.99998 24 8.29846 24 8.66665V14.9048C24 15.0027 23.8978 15.0675 23.8075 15.0296C23.2516 14.7958 22.6409 14.6666 22 14.6666C19.4227 14.6666 17.3333 16.756 17.3333 19.3333C17.3333 21.9106 19.4227 24 22 24C24.5773 24 26.6667 21.9106 26.6667 19.3333V5.99998ZM22 21.3333C23.1046 21.3333 24 20.4379 24 19.3333C24 18.2287 23.1046 17.3333 22 17.3333C20.8954 17.3333 20 18.2287 20 19.3333C20 20.4379 20.8954 21.3333 22 21.3333ZM8.66667 24C9.77124 24 10.6667 23.1045 10.6667 22C10.6667 20.8954 9.77124 20 8.66667 20C7.5621 20 6.66667 20.8954 6.66667 22C6.66667 23.1045 7.5621 24 8.66667 24Z" fill="currentColor"/>'})).displayName="VidstackMusicIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M17.5091 24.6594C17.5091 25.2066 16.8864 25.5208 16.4463 25.1956L9.44847 20.0252C9.42553 20.0083 9.39776 19.9991 9.36923 19.9991H4.66667C4.29848 19.9991 4 19.7006 4 19.3325V12.6658C4 12.2976 4.29848 11.9991 4.66667 11.9991H9.37115C9.39967 11.9991 9.42745 11.99 9.45039 11.973L16.4463 6.8036C16.8863 6.47842 17.5091 6.79259 17.5091 7.33977L17.5091 24.6594Z" fill="currentColor"/> <path d="M28.8621 13.6422C29.1225 13.3818 29.1225 12.9597 28.8621 12.6994L27.9193 11.7566C27.659 11.4962 27.2368 11.4962 26.9765 11.7566L24.7134 14.0197C24.6613 14.0717 24.5769 14.0717 24.5248 14.0197L22.262 11.7568C22.0016 11.4964 21.5795 11.4964 21.3191 11.7568L20.3763 12.6996C20.116 12.9599 20.116 13.382 20.3763 13.6424L22.6392 15.9053C22.6913 15.9573 22.6913 16.0418 22.6392 16.0938L20.3768 18.3562C20.1165 18.6166 20.1165 19.0387 20.3768 19.299L21.3196 20.2419C21.58 20.5022 22.0021 20.5022 22.2624 20.2418L24.5248 17.9795C24.5769 17.9274 24.6613 17.9274 24.7134 17.9795L26.976 20.2421C27.2363 20.5024 27.6585 20.5024 27.9188 20.2421L28.8616 19.2992C29.122 19.0389 29.122 18.6168 28.8616 18.3564L26.599 16.0938C26.547 16.0418 26.547 15.9573 26.599 15.9053L28.8621 13.6422Z" fill="currentColor"/>'})).displayName="VidstackMuteIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M6.39617 6.78532C5.9561 6.46017 5.33334 6.77434 5.33334 7.32151V24.6785C5.33334 25.2257 5.95612 25.5398 6.39619 25.2147L18.1415 16.5358C18.5021 16.2693 18.5021 15.7299 18.1415 15.4634L6.39617 6.78532Z" fill="currentColor"/> <path d="M23.5339 6.6667C23.1657 6.6667 22.8672 6.96518 22.8672 7.33337V24.6667C22.8672 25.0349 23.1657 25.3334 23.5339 25.3334H25.5339C25.902 25.3334 26.2005 25.0349 26.2005 24.6667V7.33337C26.2005 6.96518 25.902 6.6667 25.5339 6.6667H23.5339Z" fill="currentColor"/>'})).displayName="VidstackNextIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M26.6009 16.0725C26.6009 16.424 26.4302 17.1125 25.9409 18.0213C25.4676 18.8976 24.7542 19.8715 23.8182 20.7783C21.9489 22.5905 19.2662 24.0667 15.9342 24.0667C12.6009 24.0667 9.91958 22.5915 8.04891 20.78C7.11424 19.8736 6.40091 18.9 5.92758 18.0236C5.43824 17.1149 5.26758 16.4257 5.26758 16.0725C5.26758 15.7193 5.43824 15.0293 5.92891 14.1193C6.40224 13.2416 7.11558 12.2665 8.05158 11.3587C9.92224 9.54398 12.6049 8.06665 15.9342 8.06665C19.2636 8.06665 21.9449 9.54505 23.8169 11.3604C24.7529 12.2687 25.4662 13.2441 25.9396 14.1216C26.4302 15.0317 26.6009 15.7209 26.6009 16.0725Z" stroke="currentColor" stroke-width="3"/> <path d="M15.9336 20.0667C18.1427 20.0667 19.9336 18.2758 19.9336 16.0667C19.9336 13.8575 18.1427 12.0667 15.9336 12.0667C13.7245 12.0667 11.9336 13.8575 11.9336 16.0667C11.9336 18.2758 13.7245 20.0667 15.9336 20.0667Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M27.2323 25.0624L6.93878 4.76886C6.78118 4.61126 6.70762 4.57052 6.61919 4.54372C6.53077 4.51692 6.44033 4.51691 6.3519 4.54372C6.26347 4.57052 6.18991 4.61126 6.03231 4.76886L4.77032 6.03085C4.61272 6.18845 4.57198 6.26201 4.54518 6.35044C4.51838 6.43887 4.51838 6.5293 4.54518 6.61773C4.57198 6.70616 4.61272 6.77972 4.77032 6.93732L25.0639 27.2308C25.2215 27.3884 25.295 27.4292 25.3834 27.456C25.4719 27.4828 25.5623 27.4828 25.6507 27.456C25.7392 27.4292 25.8127 27.3885 25.9703 27.2309L27.2323 25.9689C27.3899 25.8113 27.4307 25.7377 27.4575 25.6493C27.4843 25.5608 27.4843 25.4704 27.4575 25.382C27.4307 25.2935 27.3899 25.22 27.2323 25.0624Z" fill="currentColor"/>'})).displayName="VidstackNoEyeIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M24.0873 13.6471C24.4011 8.96745 20.6901 5 16 5C11.3099 5 7.599 8.96745 7.9115 13.6471L8.12463 16.8194C8.13258 16.9377 8.10886 17.0559 8.05592 17.1619L5.95553 21.3689C5.73423 21.8121 6.05657 22.3333 6.55199 22.3333H11.2001C11.2737 22.3333 11.3332 22.3934 11.3353 22.467C11.406 24.9825 13.4674 27 16.0001 27C18.5327 27 20.5941 24.9825 20.6649 22.467C20.6669 22.3934 20.7264 22.3333 20.8001 22.3333H25.4481C25.9435 22.3333 26.2659 21.8121 26.0446 21.3689L23.9441 17.1618C23.8912 17.0558 23.8675 16.9377 23.8754 16.8196L24.0873 13.6471ZM17.9957 22.4667C18.0005 22.3932 17.9404 22.3333 17.8667 22.3333H14.1334C14.0598 22.3333 13.9996 22.3932 14.0044 22.4667C14.0731 23.5091 14.9403 24.3333 16.0001 24.3333C17.0598 24.3333 17.9271 23.5091 17.9957 22.4667ZM21.9986 19.6667C22.0976 19.6667 22.1621 19.5624 22.1179 19.4738L21.5583 18.353C21.2938 17.8232 21.1752 17.2326 21.2146 16.6418L21.4266 13.4687C21.6371 10.3288 19.1474 7.66667 16 7.66667C12.8532 7.66667 10.3632 10.3293 10.5722 13.4695L10.7853 16.6407C10.825 17.2319 10.7064 17.823 10.4418 18.3531L9.88224 19.4738C9.83798 19.5624 9.90245 19.6667 10.0015 19.6667H21.9986Z" fill="currentColor"/>'})).displayName="VidstackNotificationIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M25.14 25.1089C25.0171 25.2532 24.8356 25.3333 24.646 25.3333H22.8124C22.1084 25.3333 21.7734 24.1872 22.2745 23.6927C23.9161 22.0729 24.9336 19.822 24.9336 17.3333C24.9336 12.3997 20.9336 8.39973 16 8.39973C11.0664 8.39973 7.06641 12.3997 7.06641 17.3333C7.06641 19.822 8.08389 22.0729 9.72555 23.6927C10.2266 24.1872 9.89155 25.3333 9.18762 25.3333H7.35398C7.16436 25.3333 6.98294 25.2532 6.86001 25.1089C5.07703 23.015 4 20.2991 4 17.3333C4 10.7057 9.3724 5.33333 16 5.33333C22.6276 5.33333 28 10.7057 28 17.3333C28 20.2991 26.923 23.015 25.14 25.1089Z" fill="currentColor"/> <path d="M21.1992 14.3399C21.4595 14.0796 21.4595 13.6575 21.1992 13.3971L20.2564 12.4543C19.996 12.194 19.5739 12.194 19.3136 12.4543L16.4492 15.3187C16.4185 15.3493 16.3749 15.3629 16.332 15.3568C16.2236 15.3414 16.1127 15.3334 16 15.3334C14.7113 15.3334 13.6667 16.378 13.6667 17.6667C13.6667 18.9554 14.7113 20 16 20C17.2887 20 18.3333 18.9554 18.3333 17.6667C18.3333 17.5464 18.3242 17.4283 18.3067 17.313C18.3001 17.2696 18.3136 17.2255 18.3446 17.1945L21.1992 14.3399Z" fill="currentColor"/>'})).displayName="VidstackOdometerIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M8.66667 6.66667C8.29848 6.66667 8 6.96514 8 7.33333V24.6667C8 25.0349 8.29848 25.3333 8.66667 25.3333H12.6667C13.0349 25.3333 13.3333 25.0349 13.3333 24.6667V7.33333C13.3333 6.96514 13.0349 6.66667 12.6667 6.66667H8.66667Z" fill="currentColor"/> <path d="M19.3333 6.66667C18.9651 6.66667 18.6667 6.96514 18.6667 7.33333V24.6667C18.6667 25.0349 18.9651 25.3333 19.3333 25.3333H23.3333C23.7015 25.3333 24 25.0349 24 24.6667V7.33333C24 6.96514 23.7015 6.66667 23.3333 6.66667H19.3333Z" fill="currentColor"/>'})).displayName="VidstackPauseIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M5.33334 26V19.4667C5.33334 19.393 5.39304 19.3333 5.46668 19.3333H7.86668C7.94031 19.3333 8.00001 19.393 8.00001 19.4667V23.3333C8.00001 23.7015 8.29849 24 8.66668 24H23.3333C23.7015 24 24 23.7015 24 23.3333V8.66666C24 8.29847 23.7015 7.99999 23.3333 7.99999H19.4667C19.393 7.99999 19.3333 7.9403 19.3333 7.86666V5.46666C19.3333 5.39302 19.393 5.33333 19.4667 5.33333H26C26.3682 5.33333 26.6667 5.63181 26.6667 5.99999V26C26.6667 26.3682 26.3682 26.6667 26 26.6667H6.00001C5.63182 26.6667 5.33334 26.3682 5.33334 26Z" fill="currentColor"/> <path d="M14.0098 8.42359H10.806C10.6872 8.42359 10.6277 8.56721 10.7117 8.6512L16.5491 14.4886C16.8094 14.7489 16.8094 15.171 16.5491 15.4314L15.3234 16.657C15.0631 16.9174 14.641 16.9174 14.3806 16.657L8.63739 10.9138C8.55339 10.8298 8.40978 10.8893 8.40978 11.0081V14.0236C8.40978 14.3918 8.1113 14.6903 7.74311 14.6903H6.00978C5.64159 14.6903 5.34311 14.3918 5.34311 14.0236L5.34311 6.02359C5.34311 5.6554 5.64159 5.35692 6.00978 5.35692L14.0098 5.35692C14.378 5.35692 14.6764 5.6554 14.6764 6.02359V7.75692C14.6764 8.12511 14.378 8.42359 14.0098 8.42359Z" fill="currentColor"/>'})).displayName="VidstackPictureInPictureExitIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M16 15.3333C15.6318 15.3333 15.3333 15.6318 15.3333 16V20C15.3333 20.3682 15.6318 20.6667 16 20.6667H21.3333C21.7015 20.6667 22 20.3682 22 20V16C22 15.6318 21.7015 15.3333 21.3333 15.3333H16Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.33333 7.33334C5.33333 6.96515 5.63181 6.66667 5.99999 6.66667H26C26.3682 6.66667 26.6667 6.96515 26.6667 7.33334V24.6667C26.6667 25.0349 26.3682 25.3333 26 25.3333H5.99999C5.63181 25.3333 5.33333 25.0349 5.33333 24.6667V7.33334ZM7.99999 10C7.99999 9.63182 8.29847 9.33334 8.66666 9.33334H23.3333C23.7015 9.33334 24 9.63182 24 10V22C24 22.3682 23.7015 22.6667 23.3333 22.6667H8.66666C8.29847 22.6667 7.99999 22.3682 7.99999 22V10Z" fill="currentColor"/>'})).displayName="VidstackPictureInPictureIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M10.6667 6.6548C10.6667 6.10764 11.2894 5.79346 11.7295 6.11862L24.377 15.4634C24.7377 15.7298 24.7377 16.2692 24.3771 16.5357L11.7295 25.8813C11.2895 26.2065 10.6667 25.8923 10.6667 25.3451L10.6667 6.6548Z" fill="currentColor"/>'})).displayName="VidstackPlayIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M13.9213 5.53573C14.3146 5.45804 14.6666 5.76987 14.6666 6.17079V7.57215C14.6666 7.89777 14.4305 8.17277 14.114 8.24925C12.5981 8.61559 11.2506 9.41368 10.2091 10.506C9.98474 10.7414 9.62903 10.8079 9.34742 10.6453L8.14112 9.94885C7.79394 9.7484 7.69985 9.28777 7.96359 8.98585C9.48505 7.24409 11.5636 6.00143 13.9213 5.53573Z" fill="currentColor"/> <path d="M5.88974 12.5908C6.01805 12.2101 6.46491 12.0603 6.81279 12.2611L8.01201 12.9535C8.29379 13.1162 8.41396 13.4577 8.32238 13.7699C8.11252 14.4854 7.99998 15.2424 7.99998 16.0257C7.99998 16.809 8.11252 17.566 8.32238 18.2814C8.41396 18.5936 8.29378 18.9352 8.01201 19.0979L6.82742 19.7818C6.48051 19.9821 6.03488 19.8337 5.90521 19.4547C5.5345 18.3712 5.33331 17.2091 5.33331 16C5.33331 14.8078 5.5289 13.6613 5.88974 12.5908Z" fill="currentColor"/> <path d="M8.17106 22.0852C7.82291 22.2862 7.72949 22.7486 7.99532 23.0502C9.51387 24.773 11.5799 26.0017 13.9213 26.4642C14.3146 26.5419 14.6666 26.2301 14.6666 25.8291V24.4792C14.6666 24.1536 14.4305 23.8786 14.114 23.8021C12.5981 23.4358 11.2506 22.6377 10.2091 21.5453C9.98474 21.31 9.62903 21.2435 9.34742 21.4061L8.17106 22.0852Z" fill="currentColor"/> <path d="M17.3333 25.8291C17.3333 26.2301 17.6857 26.5418 18.079 26.4641C22.9748 25.4969 26.6666 21.1796 26.6666 16C26.6666 10.8204 22.9748 6.50302 18.079 5.5358C17.6857 5.4581 17.3333 5.76987 17.3333 6.17079V7.57215C17.3333 7.89777 17.5697 8.17282 17.8862 8.24932C21.3942 9.09721 24 12.2572 24 16.0257C24 19.7942 21.3942 22.9542 17.8862 23.802C17.5697 23.8785 17.3333 24.1536 17.3333 24.4792V25.8291Z" fill="currentColor"/> <path d="M14.3961 10.4163C13.9561 10.0911 13.3333 10.4053 13.3333 10.9525L13.3333 21.0474C13.3333 21.5946 13.9561 21.9087 14.3962 21.5836L21.2273 16.5359C21.5879 16.2694 21.5879 15.73 21.2273 15.4635L14.3961 10.4163Z" fill="currentColor"/>'})).displayName="VidstackPlaybackSpeedCircleIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M12 7.66667C12 7.29848 12.2985 7 12.6666 7H26C26.3682 7 26.6666 7.29848 26.6666 7.66667V9.66667C26.6666 10.0349 26.3682 10.3333 26 10.3333H12.6666C12.2985 10.3333 12 10.0349 12 9.66667V7.66667Z" fill="currentColor"/> <path d="M12 15C12 14.6318 12.2985 14.3333 12.6666 14.3333H26C26.3682 14.3333 26.6666 14.6318 26.6666 15V17C26.6666 17.3682 26.3682 17.6667 26 17.6667H12.6666C12.2985 17.6667 12 17.3682 12 17V15Z" fill="currentColor"/> <path d="M5.99998 21.6667C5.63179 21.6667 5.33331 21.9651 5.33331 22.3333V24.3333C5.33331 24.7015 5.63179 25 5.99998 25H7.99998C8.36817 25 8.66665 24.7015 8.66665 24.3333V22.3333C8.66665 21.9651 8.36817 21.6667 7.99998 21.6667H5.99998Z" fill="currentColor"/> <path d="M12.6666 21.6667C12.2985 21.6667 12 21.9651 12 22.3333V24.3333C12 24.7015 12.2985 25 12.6666 25H26C26.3682 25 26.6666 24.7015 26.6666 24.3333V22.3333C26.6666 21.9651 26.3682 21.6667 26 21.6667H12.6666Z" fill="currentColor"/> <path d="M5.99998 14.3333C5.63179 14.3333 5.33331 14.6318 5.33331 15V17C5.33331 17.3682 5.63179 17.6667 5.99998 17.6667H7.99998C8.36817 17.6667 8.66665 17.3682 8.66665 17V15C8.66665 14.6318 8.36817 14.3333 7.99998 14.3333H5.99998Z" fill="currentColor"/> <path d="M5.99998 7C5.63179 7 5.33331 7.29848 5.33331 7.66667V9.66667C5.33331 10.0349 5.63179 10.3333 5.99998 10.3333H7.99998C8.36817 10.3333 8.66665 10.0349 8.66665 9.66667V7.66667C8.66665 7.29848 8.36817 7 7.99998 7H5.99998Z" fill="currentColor"/>'})).displayName="VidstackPlaylistIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M25.1377 6.78532C25.5778 6.46017 26.2005 6.77434 26.2005 7.32151V24.6785C26.2005 25.2257 25.5777 25.5398 25.1377 25.2147L13.3924 16.5358C13.0317 16.2693 13.0317 15.7299 13.3924 15.4634L25.1377 6.78532Z" fill="currentColor"/> <path d="M8 6.6667C8.36819 6.6667 8.66667 6.96518 8.66667 7.33337V24.6667C8.66667 25.0349 8.36819 25.3334 8 25.3334H6C5.63181 25.3334 5.33333 25.0349 5.33333 24.6667V7.33337C5.33333 6.96518 5.63181 6.6667 6 6.6667H8Z" fill="currentColor"/>'})).displayName="VidstackPreviousIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M13.5178 19.8304C13.5178 20.021 13.6724 20.1756 13.863 20.1756H17.0203C17.2109 20.1756 17.3654 20.021 17.3654 19.8304C17.3722 19.1671 17.4568 18.6088 17.6193 18.1553C17.7885 17.7019 18.0422 17.3025 18.3806 16.9574C18.7258 16.6122 19.1657 16.2806 19.7004 15.9625C20.3366 15.5835 20.8882 15.1605 21.3552 14.6935C21.8222 14.2197 22.1843 13.6783 22.4414 13.0692C22.7054 12.4533 22.8374 11.7494 22.8374 10.9575C22.8374 9.77315 22.543 8.76133 21.9542 7.9221C21.3653 7.08287 20.5532 6.44329 19.5177 6.00338C18.4822 5.55669 17.291 5.33334 15.9442 5.33334C14.7192 5.33334 13.5991 5.5533 12.5839 5.99322C11.5687 6.42638 10.7531 7.08626 10.1372 7.97286C9.62803 8.70029 9.31776 9.58964 9.20642 10.6409C9.16696 11.0135 9.47146 11.323 9.84618 11.323H12.6619C13.0206 11.323 13.3043 11.0356 13.3876 10.6867C13.4552 10.4034 13.5629 10.1519 13.7107 9.9322C13.9611 9.55319 14.2826 9.26893 14.6752 9.07943C15.0677 8.88316 15.4839 8.78502 15.9239 8.78502C16.3773 8.78502 16.7902 8.87977 17.1624 9.06928C17.5414 9.25878 17.8426 9.5295 18.0659 9.88144C18.2893 10.2334 18.401 10.6428 18.401 11.1098C18.401 11.5497 18.3028 11.9491 18.1065 12.3078C17.9103 12.6597 17.6463 12.9812 17.3147 13.2722C16.9831 13.5632 16.6074 13.8441 16.1878 14.1148C15.6261 14.4668 15.1455 14.8593 14.7462 15.2925C14.3469 15.7256 14.0424 16.2941 13.8326 16.998C13.6295 17.7019 13.5246 18.646 13.5178 19.8304Z" fill="currentColor"/> <path d="M13.7919 25.9622C14.2725 26.436 14.8511 26.6728 15.5279 26.6728C15.9611 26.6728 16.3604 26.5646 16.7259 26.348C17.0913 26.1246 17.3858 25.8302 17.6091 25.4648C17.8392 25.0925 17.9577 24.683 17.9644 24.2364C17.9577 23.5731 17.7106 23.0046 17.2233 22.5308C16.736 22.0571 16.1709 21.8202 15.5279 21.8202C14.8511 21.8202 14.2725 22.0571 13.7919 22.5308C13.3182 23.0046 13.0847 23.5731 13.0915 24.2364C13.0847 24.9064 13.3182 25.4817 13.7919 25.9622Z" fill="currentColor"/>'})).displayName="VidstackQuestionMarkIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M7.33335 6C6.96516 6 6.66669 6.29848 6.66669 6.66667V13.3333C6.66669 13.7015 6.96516 14 7.33335 14H24.6667C25.0349 14 25.3334 13.7015 25.3334 13.3333V6.66667C25.3334 6.29848 25.0349 6 24.6667 6H7.33335ZM9.46669 8.66667C9.39305 8.66667 9.33335 8.72636 9.33335 8.8V11.2C9.33335 11.2736 9.39305 11.3333 9.46669 11.3333H22.5334C22.607 11.3333 22.6667 11.2736 22.6667 11.2V8.8C22.6667 8.72636 22.607 8.66667 22.5334 8.66667H9.46669Z" fill="currentColor"/> <path d="M6.66669 18C6.66669 17.6318 6.96516 17.3333 7.33335 17.3333H24.6667C25.0349 17.3333 25.3334 17.6318 25.3334 18V19.3333C25.3334 19.7015 25.0349 20 24.6667 20H7.33335C6.96516 20 6.66669 19.7015 6.66669 19.3333V18Z" fill="currentColor"/> <path d="M6.66669 24C6.66669 23.6318 6.96516 23.3333 7.33335 23.3333H24.6667C25.0349 23.3333 25.3334 23.6318 25.3334 24V25.3333C25.3334 25.7015 25.0349 26 24.6667 26H7.33335C6.96516 26 6.66669 25.7015 6.66669 25.3333V24Z" fill="currentColor"/>'})).displayName="VidstackQueueListIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M16 20.6667C18.5773 20.6667 20.6666 18.5773 20.6666 16C20.6666 13.4227 18.5773 11.3333 16 11.3333C13.4227 11.3333 11.3333 13.4227 11.3333 16C11.3333 18.5773 13.4227 20.6667 16 20.6667Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M26.6666 16C26.6666 21.891 21.891 26.6667 16 26.6667C10.1089 26.6667 5.33331 21.891 5.33331 16C5.33331 10.109 10.1089 5.33334 16 5.33334C21.891 5.33334 26.6666 10.109 26.6666 16ZM24 16C24 20.4183 20.4183 24 16 24C11.5817 24 7.99998 20.4183 7.99998 16C7.99998 11.5817 11.5817 8.00001 16 8.00001C20.4183 8.00001 24 11.5817 24 16Z" fill="currentColor"/>'})).displayName="VidstackRadioButtonSelectedIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M16 26.6667C21.891 26.6667 26.6666 21.891 26.6666 16C26.6666 10.109 21.891 5.33334 16 5.33334C10.1089 5.33334 5.33331 10.109 5.33331 16C5.33331 21.891 10.1089 26.6667 16 26.6667ZM16 23.3333C20.0501 23.3333 23.3333 20.0501 23.3333 16C23.3333 11.9499 20.0501 8.66668 16 8.66668C11.9499 8.66668 8.66665 11.9499 8.66665 16C8.66665 20.0501 11.9499 23.3333 16 23.3333Z" fill="currentColor"/>'})).displayName="VidstackRadioButtonIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M22.1969 4.98846C21.7569 4.66331 21.1341 4.97748 21.1341 5.52465V7.20266C21.1341 7.27629 21.0744 7.33599 21.0008 7.33599H11.1341C8.18859 7.33599 5.80078 9.72381 5.80078 12.6693V14.6693C5.80078 15.0375 6.09925 15.336 6.46744 15.336H8.20078C8.56897 15.336 8.86744 15.0375 8.86744 14.6693V13.0691C8.86744 11.5963 10.0613 10.4024 11.5341 10.4024H21.0008C21.0744 10.4024 21.1341 10.4621 21.1341 10.5357V12.215C21.1341 12.7621 21.7569 13.0763 22.197 12.7511L26.7242 9.40583C27.0849 9.13934 27.0849 8.59995 26.7242 8.33347L22.1969 4.98846Z" fill="currentColor"/> <path d="M16 18.0001C17.1046 18.0001 18 17.1046 18 16.0001C18 14.8955 17.1046 14.0001 16 14.0001C14.8954 14.0001 14 14.8955 14 16.0001C14 17.1046 14.8954 18.0001 16 18.0001Z" fill="currentColor"/> <path d="M20.8652 24.6641H10.9986C10.9249 24.6641 10.8652 24.7238 10.8652 24.7975V26.4755C10.8652 27.0226 10.2425 27.3368 9.80241 27.0116L5.27514 23.6666C4.91448 23.4002 4.91447 22.8608 5.27512 22.5943L9.80239 19.249C10.2425 18.9238 10.8652 19.238 10.8652 19.7851V21.4644C10.8652 21.538 10.9249 21.5977 10.9986 21.5977H20.4652C21.938 21.5977 23.1319 20.4038 23.1319 18.931V17.3308C23.1319 16.9626 23.4304 16.6641 23.7986 16.6641H25.5319C25.9001 16.6641 26.1986 16.9626 26.1986 17.3308V19.3308C26.1986 22.2763 23.8108 24.6641 20.8652 24.6641Z" fill="currentColor"/>'})).displayName="VidstackRepeatOnIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M5.33333 12C5.33333 9.05447 7.72115 6.66666 10.6667 6.66666H21.3333C24.2788 6.66666 26.6667 9.05447 26.6667 12V20C26.6667 22.9455 24.2788 25.3333 21.3333 25.3333H21.2922C21.2185 25.3333 21.1589 25.393 21.1589 25.4667V27.1447C21.1589 27.6918 20.5361 28.006 20.096 27.6809L15.5687 24.3358C15.2081 24.0694 15.2081 23.53 15.5687 23.2635L20.096 19.9182C20.5361 19.593 21.1589 19.9072 21.1589 20.4543V22.1126C21.1589 22.1906 21.2257 22.2522 21.303 22.2415C22.6009 22.0617 23.6003 20.9477 23.6003 19.6003V12.3997C23.6003 10.927 22.4063 9.73306 20.9336 9.73306H11.0664C9.59365 9.73306 8.39974 10.927 8.39974 12.3997V19.6003C8.39974 21.073 9.59365 22.2669 11.0664 22.2669H11.5091C11.8773 22.2669 12.1758 22.5654 12.1758 22.9336V24.6667C12.1758 25.0348 11.8773 25.3333 11.5091 25.3333H10.6667C7.72115 25.3333 5.33333 22.9455 5.33333 20V12Z" fill="currentColor"/> <path d="M16 18C17.1046 18 18 17.1046 18 16C18 14.8954 17.1046 14 16 14C14.8954 14 14 14.8954 14 16C14 17.1046 14.8954 18 16 18Z" fill="currentColor"/>'})).displayName="VidstackRepeatSquareOnIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M10.6666 6.66666C7.72113 6.66666 5.33331 9.05447 5.33331 12V20C5.33331 22.9455 7.72113 25.3333 10.6666 25.3333H11.5091C11.8773 25.3333 12.1758 25.0348 12.1758 24.6667V22.9336C12.1758 22.5654 11.8773 22.2669 11.5091 22.2669H11.0664C9.59363 22.2669 8.39972 21.073 8.39972 19.6003V12.3997C8.39972 10.927 9.59363 9.73306 11.0664 9.73306H20.9336C22.4063 9.73306 23.6002 10.927 23.6002 12.3997V19.6003C23.6002 20.9477 22.6009 22.0617 21.303 22.2415C21.2257 22.2522 21.1588 22.1906 21.1588 22.1126V20.4543C21.1588 19.9072 20.536 19.593 20.096 19.9182L15.5687 23.2635C15.2081 23.53 15.2081 24.0694 15.5687 24.3358L20.096 27.6809C20.5361 28.006 21.1588 27.6918 21.1588 27.1447V25.4667C21.1588 25.393 21.2185 25.3333 21.2922 25.3333H21.3333C24.2788 25.3333 26.6666 22.9455 26.6666 20V12C26.6666 9.05447 24.2788 6.66666 21.3333 6.66666H10.6666Z" fill="currentColor"/>'})).displayName="VidstackRepeatSquareIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M22.1969 4.98846C21.7569 4.66331 21.1341 4.97748 21.1341 5.52465V7.20266C21.1341 7.27629 21.0744 7.33599 21.0008 7.33599H11.1341C8.18859 7.33599 5.80078 9.72381 5.80078 12.6693V14.6693C5.80078 15.0375 6.09925 15.336 6.46744 15.336H8.20078C8.56897 15.336 8.86744 15.0375 8.86744 14.6693V13.0691C8.86744 11.5963 10.0613 10.4024 11.5341 10.4024H21.0008C21.0744 10.4024 21.1341 10.4621 21.1341 10.5357V12.215C21.1341 12.7621 21.7569 13.0763 22.197 12.7511L26.7242 9.40583C27.0849 9.13934 27.0849 8.59995 26.7242 8.33347L22.1969 4.98846Z" fill="currentColor"/> <path d="M10.8652 24.7975C10.8652 24.7238 10.9249 24.6641 10.9986 24.6641H20.8652C23.8108 24.6641 26.1986 22.2763 26.1986 19.3308V17.3308C26.1986 16.9626 25.9001 16.6641 25.5319 16.6641H23.7986C23.4304 16.6641 23.1319 16.9626 23.1319 17.3308V18.931C23.1319 20.4038 21.938 21.5977 20.4652 21.5977H10.9986C10.9249 21.5977 10.8652 21.538 10.8652 21.4644V19.7851C10.8652 19.238 10.2425 18.9238 9.80239 19.249L5.27512 22.5943C4.91447 22.8608 4.91448 23.4002 5.27514 23.6666L9.80241 27.0116C10.2425 27.3368 10.8652 27.0226 10.8652 26.4755V24.7975Z" fill="currentColor"/>'})).displayName="VidstackRepeatIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M15.6038 12.2147C16.0439 12.5399 16.6667 12.2257 16.6667 11.6786V10.1789C16.6667 10.1001 16.7351 10.0384 16.8134 10.0479C20.1116 10.4494 22.6667 13.2593 22.6667 16.6659C22.6667 20.3481 19.6817 23.3332 15.9995 23.3332C12.542 23.3332 9.69927 20.7014 9.36509 17.332C9.32875 16.9655 9.03371 16.6662 8.66548 16.6662L6.66655 16.6666C6.29841 16.6666 5.99769 16.966 6.02187 17.3334C6.36494 22.5454 10.7012 26.6667 16 26.6667C21.5228 26.6667 26 22.1895 26 16.6667C26 11.4103 21.9444 7.10112 16.7916 6.69757C16.7216 6.69209 16.6667 6.63396 16.6667 6.56372V4.98824C16.6667 4.44106 16.0439 4.12689 15.6038 4.45206L11.0765 7.79738C10.7159 8.06387 10.7159 8.60326 11.0766 8.86973L15.6038 12.2147Z" fill="currentColor"/>'})).displayName="VidstackReplayIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M24.1559 5.23019C24.5428 4.84328 25.2053 5.06149 25.2866 5.60258L26.1226 11.1691C26.1892 11.6126 25.8078 11.994 25.3643 11.9274L19.7976 11.0916C19.2564 11.0104 19.0382 10.3479 19.4251 9.96096L20.726 8.66015C20.7811 8.60502 20.7771 8.51422 20.7167 8.46489C17.5744 5.89762 12.9359 6.07926 10.0054 9.00981C9.65698 9.35822 9.34743 9.73077 9.07673 10.1221C8.94598 10.3111 8.73407 10.4307 8.50425 10.4307H6.88409C6.40459 10.4307 6.08461 9.9401 6.31609 9.52018C6.78985 8.66079 7.39107 7.85289 8.11977 7.12419C12.0969 3.14702 18.4334 2.96713 22.6241 6.5845C22.6774 6.63054 22.7577 6.62845 22.8075 6.57864L24.1559 5.23019Z" fill="currentColor"/> <path d="M10.8151 15.5287C10.5548 15.2683 10.5548 14.8462 10.8151 14.5859L14.5864 10.8147C14.8467 10.5543 15.2688 10.5543 15.5292 10.8147L21.186 16.4715C21.4464 16.7319 21.4464 17.154 21.186 17.4143L17.4148 21.1856C17.1544 21.4459 16.7323 21.4459 16.472 21.1856L10.8151 15.5287Z" fill="currentColor"/> <path d="M6.71333 26.3974C6.79459 26.9385 7.4571 27.1567 7.844 26.7698L9.19245 25.4214C9.24227 25.3715 9.32254 25.3695 9.37587 25.4155C13.5665 29.0329 19.903 28.853 23.8801 24.8758C24.6088 24.1471 25.2101 23.3392 25.6838 22.4798C25.9153 22.0599 25.5953 21.5693 25.1158 21.5693H23.4957C23.2658 21.5693 23.0539 21.6889 22.9232 21.8779C22.6525 22.2692 22.3429 22.6418 21.9945 22.9902C19.064 25.9207 14.4255 26.1024 11.2832 23.5351C11.2228 23.4858 11.2188 23.395 11.274 23.3399L12.5748 22.039C12.9617 21.6521 12.7435 20.9896 12.2024 20.9084L6.6356 20.0726C6.19214 20.006 5.81075 20.3874 5.87734 20.8309L6.71333 26.3974Z" fill="currentColor"/>'})).displayName="VidstackRotateIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M20.1724 22.3417C20.1263 22.2956 20.0536 22.2897 20.0001 22.327C18.4883 23.3815 16.6497 24 14.6666 24C9.51199 24 5.33331 19.8213 5.33331 14.6667C5.33331 9.51202 9.51199 5.33334 14.6666 5.33334C19.8213 5.33334 24 9.51202 24 14.6667C24 16.6502 23.3813 18.4891 22.3263 20.0011C22.289 20.0546 22.2949 20.1273 22.341 20.1734L26.195 24.0274C26.4554 24.2878 26.4554 24.7099 26.195 24.9702L24.9694 26.1959C24.709 26.4562 24.2869 26.4562 24.0266 26.1959L20.1724 22.3417ZM20.9336 14.6667C20.9336 18.1278 18.1278 20.9336 14.6666 20.9336C11.2055 20.9336 8.39972 18.1278 8.39972 14.6667C8.39972 11.2055 11.2055 8.39975 14.6666 8.39975C18.1278 8.39975 20.9336 11.2055 20.9336 14.6667Z" fill="currentColor"/>'})).displayName="VidstackSearchIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M16.6667 10.3452C16.6667 10.8924 16.0439 11.2066 15.6038 10.8814L11.0766 7.5364C10.7159 7.26993 10.7159 6.73054 11.0766 6.46405L15.6038 3.11873C16.0439 2.79356 16.6667 3.10773 16.6667 3.6549V5.22682C16.6667 5.29746 16.7223 5.35579 16.7927 5.36066C22.6821 5.76757 27.3333 10.674 27.3333 16.6667C27.3333 22.9259 22.2592 28 16 28C9.96483 28 5.03145 23.2827 4.68601 17.3341C4.66466 16.9665 4.96518 16.6673 5.33339 16.6673H7.3334C7.70157 16.6673 7.99714 16.9668 8.02743 17.3337C8.36638 21.4399 11.8064 24.6667 16 24.6667C20.4183 24.6667 24 21.085 24 16.6667C24 12.5225 20.8483 9.11428 16.8113 8.70739C16.7337 8.69957 16.6667 8.76096 16.6667 8.83893V10.3452Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0879 19.679C17.4553 19.9195 17.8928 20.0398 18.4004 20.0398C18.9099 20.0398 19.3474 19.9205 19.7129 19.6818C20.0803 19.4413 20.3635 19.0938 20.5623 18.6392C20.7612 18.1847 20.8606 17.6373 20.8606 16.9972C20.8625 16.3608 20.764 15.8192 20.5652 15.3722C20.3663 14.9252 20.0822 14.5853 19.7129 14.3523C19.3455 14.1175 18.908 14 18.4004 14C17.8928 14 17.4553 14.1175 17.0879 14.3523C16.7224 14.5853 16.4402 14.9252 16.2413 15.3722C16.0443 15.8173 15.9449 16.3589 15.943 16.9972C15.9411 17.6354 16.0396 18.1818 16.2385 18.6364C16.4373 19.089 16.7205 19.4366 17.0879 19.679ZM19.1362 18.4262C18.9487 18.7349 18.7034 18.8892 18.4004 18.8892C18.1996 18.8892 18.0226 18.8211 17.8691 18.6847C17.7157 18.5464 17.5964 18.3372 17.5112 18.0568C17.4279 17.7765 17.3871 17.4233 17.389 16.9972C17.3909 16.3684 17.4847 15.9025 17.6703 15.5995C17.8559 15.2945 18.0993 15.1421 18.4004 15.1421C18.603 15.1421 18.7801 15.2093 18.9316 15.3438C19.0832 15.4782 19.2015 15.6828 19.2868 15.9574C19.372 16.2301 19.4146 16.5767 19.4146 16.9972C19.4165 17.6392 19.3237 18.1156 19.1362 18.4262Z" fill="currentColor"/> <path d="M13.7746 19.8978C13.8482 19.8978 13.9079 19.8381 13.9079 19.7644V14.2129C13.9079 14.1393 13.8482 14.0796 13.7746 14.0796H12.642C12.6171 14.0796 12.5927 14.0865 12.5716 14.0997L11.2322 14.9325C11.1931 14.9568 11.1693 14.9996 11.1693 15.0457V15.9497C11.1693 16.0539 11.2833 16.1178 11.3722 16.0635L12.464 15.396C12.4682 15.3934 12.473 15.3921 12.4779 15.3921C12.4926 15.3921 12.5045 15.404 12.5045 15.4187V19.7644C12.5045 19.8381 12.5642 19.8978 12.6378 19.8978H13.7746Z" fill="currentColor"/>'})).displayName="VidstackSeekBackward10Icon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M16.6667 10.3452C16.6667 10.8924 16.0439 11.2066 15.6038 10.8814L11.0766 7.5364C10.7159 7.26993 10.7159 6.73054 11.0766 6.46405L15.6038 3.11873C16.0439 2.79356 16.6667 3.10773 16.6667 3.6549V5.22682C16.6667 5.29746 16.7223 5.35579 16.7927 5.36066C22.6821 5.76757 27.3333 10.674 27.3333 16.6667C27.3333 22.9259 22.2592 28 16 28C9.96483 28 5.03145 23.2827 4.68601 17.3341C4.66466 16.9665 4.96518 16.6673 5.33339 16.6673H7.3334C7.70157 16.6673 7.99714 16.9668 8.02743 17.3337C8.36638 21.4399 11.8064 24.6667 16 24.6667C20.4183 24.6667 24 21.085 24 16.6667C24 12.5225 20.8483 9.11428 16.8113 8.70739C16.7337 8.69957 16.6667 8.76096 16.6667 8.83893V10.3452Z" fill="currentColor"/> <path d="M13.9647 19.8182C14.0383 19.8182 14.098 19.7585 14.098 19.6849V14.1334C14.098 14.0597 14.0383 14 13.9647 14H12.8321C12.8072 14 12.7829 14.007 12.7617 14.0201L11.4223 14.8529C11.3832 14.8773 11.3594 14.9201 11.3594 14.9662V15.8702C11.3594 15.9743 11.4734 16.0383 11.5623 15.984L12.6541 15.3164C12.6583 15.3139 12.6631 15.3125 12.668 15.3125C12.6827 15.3125 12.6946 15.3244 12.6946 15.3391V19.6849C12.6946 19.7585 12.7543 19.8182 12.828 19.8182H13.9647Z" fill="currentColor"/> <path d="M17.2808 19.6676C17.6104 19.8211 17.9873 19.8978 18.4115 19.8978C18.8642 19.8978 19.2591 19.8106 19.5962 19.6364C19.9352 19.4603 20.1985 19.2178 20.386 18.9091C20.5753 18.6004 20.67 18.2462 20.67 17.8466C20.67 17.4773 20.5905 17.1497 20.4314 16.8637C20.2742 16.5777 20.0583 16.3542 19.7837 16.1932C19.511 16.0303 19.2003 15.9489 18.8519 15.9489C18.5772 15.9489 18.332 16.0019 18.1161 16.108C17.9064 16.21 17.7531 16.3393 17.6562 16.4958C17.6524 16.5019 17.6458 16.5057 17.6386 16.5057C17.6265 16.5057 17.6171 16.4953 17.6182 16.4833L17.7379 15.254C17.7445 15.1857 17.8019 15.1336 17.8706 15.1336H20.193C20.2666 15.1336 20.3263 15.0739 20.3263 15.0002V14.1334C20.3263 14.0597 20.2666 14 20.193 14H16.7164C16.6469 14 16.589 14.0534 16.5835 14.1226L16.3501 17.0168C16.3447 17.0848 16.3914 17.1459 16.4585 17.1585L17.4904 17.3522C17.5454 17.3625 17.6001 17.3366 17.6344 17.2923C17.7078 17.1974 17.804 17.1199 17.9229 17.0597C18.0744 16.9839 18.2344 16.947 18.403 16.9489C18.581 16.9489 18.7382 16.9887 18.8746 17.0682C19.0128 17.1459 19.1208 17.2548 19.1985 17.3949C19.278 17.5351 19.3168 17.6989 19.3149 17.8864C19.3168 18.0701 19.2789 18.233 19.2013 18.375C19.1236 18.5152 19.0166 18.6241 18.8803 18.7017C18.7439 18.7794 18.5877 18.8182 18.4115 18.8182C18.1861 18.8182 17.992 18.7538 17.8291 18.625C17.6993 18.5209 17.6177 18.3903 17.5841 18.2333C17.5693 18.1639 17.5122 18.108 17.4413 18.108H16.3404C16.2656 18.108 16.2049 18.1696 16.2119 18.244C16.2393 18.5373 16.3352 18.8007 16.4996 19.0341C16.6909 19.3031 16.9513 19.5142 17.2808 19.6676Z" fill="currentColor"/>'})).displayName="VidstackSeekBackward15Icon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M16.6667 10.3452C16.6667 10.8924 16.0439 11.2066 15.6038 10.8814L11.0766 7.5364C10.7159 7.26993 10.7159 6.73054 11.0766 6.46405L15.6038 3.11873C16.0439 2.79356 16.6667 3.10773 16.6667 3.6549V5.22682C16.6667 5.29746 16.7223 5.35579 16.7927 5.36066C22.6821 5.76757 27.3333 10.674 27.3333 16.6667C27.3333 22.9259 22.2592 28 16 28C9.96483 28 5.03145 23.2827 4.68601 17.3341C4.66466 16.9665 4.96518 16.6673 5.33339 16.6673H7.3334C7.70157 16.6673 7.99714 16.9668 8.02743 17.3337C8.36638 21.4399 11.8064 24.6667 16 24.6667C20.4183 24.6667 24 21.085 24 16.6667C24 12.5225 20.8483 9.11428 16.8113 8.70739C16.7337 8.69957 16.6667 8.76096 16.6667 8.83893V10.3452Z" fill="currentColor"/> <path d="M11.5845 19.75C11.9273 19.9015 12.3203 19.9773 12.7635 19.9773C13.2181 19.9773 13.6205 19.9034 13.9709 19.7557C14.3232 19.6061 14.5978 19.4015 14.7948 19.1421C14.9936 18.8807 15.0931 18.5815 15.0931 18.2443C15.0949 17.8864 14.9804 17.5881 14.7493 17.3495C14.524 17.1149 14.1917 16.97 13.7524 16.9148C13.7393 16.9131 13.7294 16.9021 13.7294 16.8889C13.7294 16.876 13.7389 16.8651 13.7516 16.8631C14.0786 16.8115 14.3468 16.6819 14.5561 16.4745C14.772 16.2623 14.879 15.9925 14.8771 15.6648C14.8771 15.3485 14.7891 15.0654 14.6129 14.8154C14.4368 14.5635 14.1906 14.3646 13.8743 14.2188C13.558 14.0729 13.1915 14 12.7749 14C12.3563 14 11.9832 14.0748 11.6556 14.2245C11.3298 14.3741 11.0722 14.5815 10.8828 14.8466C10.7184 15.0752 10.6239 15.3353 10.5994 15.6268C10.5932 15.7007 10.6536 15.7614 10.7279 15.7614H11.8072C11.8794 15.7614 11.9367 15.7034 11.9525 15.633C11.9707 15.5522 12.0043 15.4785 12.0533 15.412C12.1271 15.3116 12.2266 15.2339 12.3516 15.179C12.4785 15.1241 12.6196 15.0966 12.7749 15.0966C12.9226 15.0966 13.0523 15.1241 13.1641 15.179C13.2777 15.2339 13.3658 15.3116 13.4283 15.412C13.4927 15.5104 13.5239 15.625 13.522 15.7557C13.5239 15.8902 13.4879 16.0095 13.4141 16.1137C13.3402 16.2159 13.237 16.2955 13.1044 16.3523C12.9737 16.4091 12.8222 16.4375 12.6499 16.4375H12.2179C12.1442 16.4375 12.0845 16.4972 12.0845 16.5709V17.3042C12.0845 17.3778 12.1442 17.4375 12.2179 17.4375H12.6499C12.8468 17.4375 13.0173 17.4669 13.1612 17.5256C13.3071 17.5843 13.4198 17.6667 13.4993 17.7728C13.5789 17.8788 13.6177 18 13.6158 18.1364C13.6177 18.2728 13.5826 18.394 13.5107 18.5C13.4387 18.6042 13.3383 18.6866 13.2095 18.7472C13.0826 18.8059 12.9359 18.8353 12.7692 18.8353C12.6025 18.8353 12.4539 18.8078 12.3232 18.7529C12.1925 18.6979 12.0893 18.6222 12.0135 18.5256C11.9638 18.461 11.9292 18.3903 11.9097 18.3135C11.8921 18.2444 11.8352 18.1875 11.7639 18.1875H10.6114C10.5372 18.1875 10.4767 18.2482 10.483 18.3221C10.5081 18.6178 10.6064 18.8825 10.7777 19.1165C10.9747 19.3854 11.2436 19.5966 11.5845 19.75Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.7801 19.679C18.1476 19.9195 18.5851 20.0398 19.0926 20.0398C19.6021 20.0398 20.0396 19.9205 20.4051 19.6818C20.7726 19.4413 21.0557 19.0938 21.2546 18.6392C21.4534 18.1847 21.5529 17.6373 21.5529 16.9972C21.5548 16.3608 21.4563 15.8192 21.2574 15.3722C21.0585 14.9252 20.7744 14.5853 20.4051 14.3523C20.0377 14.1175 19.6002 14 19.0926 14C18.5851 14 18.1476 14.1175 17.7801 14.3523C17.4146 14.5853 17.1324 14.9252 16.9335 15.3722C16.7366 15.8173 16.6371 16.3589 16.6352 16.9972C16.6333 17.6354 16.7318 18.1818 16.9307 18.6364C17.1296 19.089 17.4127 19.4366 17.7801 19.679ZM19.8284 18.4262C19.6409 18.7349 19.3957 18.8892 19.0926 18.8892C18.8919 18.8892 18.7148 18.8211 18.5614 18.6847C18.408 18.5464 18.2887 18.3372 18.2034 18.0568C18.1201 17.7765 18.0794 17.4233 18.0813 16.9972C18.0832 16.3684 18.1769 15.9025 18.3625 15.5995C18.5481 15.2945 18.7915 15.1421 19.0926 15.1421C19.2953 15.1421 19.4724 15.2093 19.6239 15.3438C19.7754 15.4782 19.8938 15.6828 19.979 15.9574C20.0642 16.2301 20.1068 16.5767 20.1068 16.9972C20.1087 17.6392 20.0159 18.1156 19.8284 18.4262Z" fill="currentColor"/>'})).displayName="VidstackSeekBackward30Icon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M15.6038 12.2148C16.0439 12.5399 16.6667 12.2257 16.6667 11.6786V10.1789C16.6667 10.1001 16.7351 10.0384 16.8134 10.0479C20.1116 10.4494 22.6667 13.2593 22.6667 16.6659C22.6667 20.3481 19.6817 23.3332 15.9995 23.3332C12.542 23.3332 9.69927 20.7015 9.36509 17.332C9.32875 16.9655 9.03371 16.6662 8.66548 16.6662L6.66655 16.6666C6.29841 16.6666 5.99769 16.966 6.02187 17.3334C6.36494 22.5454 10.7012 26.6667 16 26.6667C21.5228 26.6667 26 22.1895 26 16.6667C26 11.4103 21.9444 7.10112 16.7916 6.69758C16.7216 6.69209 16.6667 6.63396 16.6667 6.56372V4.98824C16.6667 4.44106 16.0439 4.12689 15.6038 4.45207L11.0765 7.79738C10.7159 8.06387 10.7159 8.60327 11.0766 8.86974L15.6038 12.2148Z" fill="currentColor"/>'})).displayName="VidstackSeekBackwardIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M15.3333 10.3452C15.3333 10.8924 15.9561 11.2066 16.3962 10.8814L20.9234 7.5364C21.2841 7.26993 21.2841 6.73054 20.9235 6.46405L16.3962 3.11873C15.9561 2.79356 15.3333 3.10773 15.3333 3.6549V5.22682C15.3333 5.29746 15.2778 5.35579 15.2073 5.36066C9.31791 5.76757 4.66667 10.674 4.66667 16.6667C4.66667 22.9259 9.74078 28 16 28C22.0352 28 26.9686 23.2827 27.314 17.3341C27.3354 16.9665 27.0348 16.6673 26.6666 16.6673H24.6666C24.2984 16.6673 24.0029 16.9668 23.9726 17.3337C23.6336 21.4399 20.1937 24.6667 16 24.6667C11.5817 24.6667 8 21.085 8 16.6667C8 12.5225 11.1517 9.11428 15.1887 8.70739C15.2663 8.69957 15.3333 8.76096 15.3333 8.83893V10.3452Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0879 19.679C17.4553 19.9195 17.8928 20.0398 18.4004 20.0398C18.9099 20.0398 19.3474 19.9205 19.7129 19.6818C20.0803 19.4413 20.3635 19.0938 20.5623 18.6392C20.7612 18.1847 20.8606 17.6373 20.8606 16.9972C20.8625 16.3608 20.764 15.8192 20.5652 15.3722C20.3663 14.9252 20.0822 14.5853 19.7129 14.3523C19.3455 14.1175 18.908 14 18.4004 14C17.8928 14 17.4553 14.1175 17.0879 14.3523C16.7224 14.5853 16.4402 14.9252 16.2413 15.3722C16.0443 15.8173 15.9449 16.3589 15.943 16.9972C15.9411 17.6354 16.0396 18.1818 16.2385 18.6364C16.4373 19.089 16.7205 19.4366 17.0879 19.679ZM19.1362 18.4262C18.9487 18.7349 18.7034 18.8892 18.4004 18.8892C18.1996 18.8892 18.0225 18.8211 17.8691 18.6847C17.7157 18.5464 17.5964 18.3372 17.5112 18.0568C17.4278 17.7765 17.3871 17.4233 17.389 16.9972C17.3909 16.3684 17.4847 15.9025 17.6703 15.5995C17.8559 15.2945 18.0992 15.1421 18.4004 15.1421C18.603 15.1421 18.7801 15.2093 18.9316 15.3438C19.0831 15.4782 19.2015 15.6828 19.2867 15.9574C19.372 16.2301 19.4146 16.5767 19.4146 16.9972C19.4165 17.6392 19.3237 18.1156 19.1362 18.4262Z" fill="currentColor"/> <path d="M13.7746 19.8978C13.8482 19.8978 13.9079 19.8381 13.9079 19.7644V14.2129C13.9079 14.1393 13.8482 14.0796 13.7746 14.0796H12.642C12.6171 14.0796 12.5927 14.0865 12.5716 14.0997L11.2322 14.9325C11.1931 14.9568 11.1693 14.9996 11.1693 15.0457V15.9497C11.1693 16.0539 11.2833 16.1178 11.3722 16.0635L12.464 15.396C12.4682 15.3934 12.473 15.3921 12.4779 15.3921C12.4926 15.3921 12.5045 15.404 12.5045 15.4187V19.7644C12.5045 19.8381 12.5642 19.8978 12.6378 19.8978H13.7746Z" fill="currentColor"/>'})).displayName="VidstackSeekForward10Icon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M15.3333 10.3452C15.3333 10.8924 15.9561 11.2066 16.3962 10.8814L20.9234 7.5364C21.2841 7.26993 21.2841 6.73054 20.9234 6.46405L16.3962 3.11873C15.9561 2.79356 15.3333 3.10773 15.3333 3.6549V5.22682C15.3333 5.29746 15.2777 5.35579 15.2073 5.36066C9.3179 5.76757 4.66666 10.674 4.66666 16.6667C4.66666 22.9259 9.74076 28 16 28C22.0352 28 26.9686 23.2827 27.314 17.3341C27.3353 16.9665 27.0348 16.6673 26.6666 16.6673H24.6666C24.2984 16.6673 24.0029 16.9668 23.9726 17.3337C23.6336 21.4399 20.1936 24.6667 16 24.6667C11.5817 24.6667 7.99999 21.085 7.99999 16.6667C7.99999 12.5225 11.1517 9.11428 15.1887 8.70739C15.2663 8.69957 15.3333 8.76096 15.3333 8.83893V10.3452Z" fill="currentColor"/> <path d="M13.9647 19.8182C14.0383 19.8182 14.098 19.7585 14.098 19.6849V14.1334C14.098 14.0597 14.0383 14 13.9647 14H12.8321C12.8072 14 12.7828 14.007 12.7617 14.0201L11.4223 14.8529C11.3832 14.8773 11.3594 14.9201 11.3594 14.9662V15.8702C11.3594 15.9743 11.4734 16.0383 11.5622 15.984L12.6541 15.3164C12.6583 15.3139 12.6631 15.3125 12.668 15.3125C12.6827 15.3125 12.6946 15.3244 12.6946 15.3391V19.6849C12.6946 19.7585 12.7543 19.8182 12.8279 19.8182H13.9647Z" fill="currentColor"/> <path d="M17.2808 19.6676C17.6104 19.8211 17.9873 19.8978 18.4115 19.8978C18.8641 19.8978 19.259 19.8106 19.5962 19.6364C19.9352 19.4603 20.1984 19.2178 20.3859 18.9091C20.5753 18.6004 20.67 18.2462 20.67 17.8466C20.67 17.4773 20.5905 17.1497 20.4314 16.8637C20.2742 16.5777 20.0583 16.3542 19.7837 16.1932C19.5109 16.0303 19.2003 15.9489 18.8518 15.9489C18.5772 15.9489 18.3319 16.0019 18.116 16.108C17.9064 16.21 17.7531 16.3393 17.6562 16.4958C17.6524 16.5019 17.6457 16.5057 17.6386 16.5057C17.6265 16.5057 17.6171 16.4953 17.6182 16.4833L17.7378 15.254C17.7445 15.1857 17.8019 15.1336 17.8706 15.1336H20.1929C20.2666 15.1336 20.3263 15.0739 20.3263 15.0002V14.1334C20.3263 14.0597 20.2666 14 20.1929 14H16.7163C16.6468 14 16.589 14.0534 16.5834 14.1226L16.3501 17.0168C16.3446 17.0848 16.3914 17.1459 16.4584 17.1585L17.4903 17.3522C17.5454 17.3625 17.6001 17.3366 17.6343 17.2923C17.7078 17.1974 17.804 17.1199 17.9229 17.0597C18.0744 16.9839 18.2344 16.947 18.403 16.9489C18.581 16.9489 18.7382 16.9887 18.8746 17.0682C19.0128 17.1459 19.1208 17.2548 19.1984 17.3949C19.278 17.5351 19.3168 17.6989 19.3149 17.8864C19.3168 18.0701 19.2789 18.233 19.2013 18.375C19.1236 18.5152 19.0166 18.6241 18.8802 18.7017C18.7439 18.7794 18.5876 18.8182 18.4115 18.8182C18.1861 18.8182 17.992 18.7538 17.8291 18.625C17.6993 18.5209 17.6176 18.3903 17.5841 18.2333C17.5692 18.1639 17.5122 18.108 17.4413 18.108H16.3404C16.2656 18.108 16.2049 18.1696 16.2119 18.244C16.2393 18.5373 16.3352 18.8007 16.4996 19.0341C16.6909 19.3031 16.9513 19.5142 17.2808 19.6676Z" fill="currentColor"/>'})).displayName="VidstackSeekForward15Icon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M15.3334 10.3452C15.3334 10.8924 15.9561 11.2066 16.3962 10.8814L20.9235 7.5364C21.2841 7.26993 21.2841 6.73054 20.9235 6.46405L16.3962 3.11873C15.9561 2.79356 15.3334 3.10773 15.3334 3.6549V5.22682C15.3334 5.29746 15.2778 5.35579 15.2073 5.36066C9.31793 5.76757 4.66669 10.674 4.66669 16.6667C4.66669 22.9259 9.74079 28 16 28C22.0352 28 26.9686 23.2827 27.314 17.3341C27.3354 16.9665 27.0349 16.6673 26.6667 16.6673H24.6666C24.2985 16.6673 24.0029 16.9668 23.9726 17.3337C23.6337 21.4399 20.1937 24.6667 16 24.6667C11.5817 24.6667 8.00002 21.085 8.00002 16.6667C8.00002 12.5225 11.1517 9.11428 15.1887 8.70739C15.2663 8.69957 15.3334 8.76096 15.3334 8.83893V10.3452Z" fill="currentColor"/> <path d="M11.5845 19.75C11.9273 19.9015 12.3203 19.9773 12.7635 19.9773C13.2181 19.9773 13.6205 19.9034 13.9709 19.7557C14.3232 19.6061 14.5978 19.4015 14.7948 19.1421C14.9936 18.8807 15.0931 18.5815 15.0931 18.2443C15.095 17.8864 14.9804 17.5881 14.7493 17.3495C14.524 17.1149 14.1917 16.97 13.7524 16.9148C13.7393 16.9131 13.7294 16.9021 13.7294 16.8889C13.7294 16.876 13.7389 16.8651 13.7516 16.8631C14.0787 16.8115 14.3468 16.6819 14.5561 16.4745C14.772 16.2623 14.879 15.9925 14.8772 15.6648C14.8772 15.3485 14.7891 15.0654 14.6129 14.8154C14.4368 14.5635 14.1906 14.3646 13.8743 14.2188C13.558 14.0729 13.1915 14 12.7749 14C12.3563 14 11.9832 14.0748 11.6556 14.2245C11.3298 14.3741 11.0722 14.5815 10.8828 14.8466C10.7184 15.0752 10.6239 15.3353 10.5994 15.6268C10.5932 15.7007 10.6537 15.7614 10.7279 15.7614H11.8072C11.8794 15.7614 11.9367 15.7034 11.9525 15.633C11.9707 15.5522 12.0043 15.4785 12.0533 15.412C12.1272 15.3116 12.2266 15.2339 12.3516 15.179C12.4785 15.1241 12.6196 15.0966 12.7749 15.0966C12.9226 15.0966 13.0523 15.1241 13.1641 15.179C13.2777 15.2339 13.3658 15.3116 13.4283 15.412C13.4927 15.5104 13.5239 15.625 13.522 15.7557C13.5239 15.8902 13.4879 16.0095 13.4141 16.1137C13.3402 16.2159 13.237 16.2955 13.1044 16.3523C12.9737 16.4091 12.8222 16.4375 12.6499 16.4375H12.2179C12.1442 16.4375 12.0845 16.4972 12.0845 16.5709V17.3042C12.0845 17.3778 12.1442 17.4375 12.2179 17.4375H12.6499C12.8468 17.4375 13.0173 17.4669 13.1612 17.5256C13.3071 17.5843 13.4198 17.6667 13.4993 17.7728C13.5789 17.8788 13.6177 18 13.6158 18.1364C13.6177 18.2728 13.5826 18.394 13.5107 18.5C13.4387 18.6042 13.3383 18.6866 13.2095 18.7472C13.0826 18.8059 12.9359 18.8353 12.7692 18.8353C12.6025 18.8353 12.4539 18.8078 12.3232 18.7529C12.1925 18.6979 12.0893 18.6222 12.0135 18.5256C11.9638 18.461 11.9292 18.3903 11.9097 18.3135C11.8921 18.2444 11.8352 18.1875 11.7639 18.1875H10.6114C10.5372 18.1875 10.4767 18.2482 10.483 18.3221C10.5081 18.6178 10.6064 18.8825 10.7777 19.1165C10.9747 19.3854 11.2436 19.5966 11.5845 19.75Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.7801 19.679C18.1476 19.9195 18.5851 20.0398 19.0926 20.0398C19.6021 20.0398 20.0396 19.9205 20.4051 19.6818C20.7726 19.4413 21.0557 19.0938 21.2546 18.6392C21.4534 18.1847 21.5529 17.6373 21.5529 16.9972C21.5548 16.3608 21.4563 15.8192 21.2574 15.3722C21.0585 14.9252 20.7745 14.5853 20.4051 14.3523C20.0377 14.1175 19.6002 14 19.0926 14C18.5851 14 18.1476 14.1175 17.7801 14.3523C17.4146 14.5853 17.1324 14.9252 16.9335 15.3722C16.7366 15.8173 16.6371 16.3589 16.6352 16.9972C16.6334 17.6354 16.7318 18.1818 16.9307 18.6364C17.1296 19.089 17.4127 19.4366 17.7801 19.679ZM19.8284 18.4262C19.6409 18.7349 19.3957 18.8892 19.0926 18.8892C18.8919 18.8892 18.7148 18.8211 18.5614 18.6847C18.408 18.5464 18.2887 18.3372 18.2034 18.0568C18.1201 17.7765 18.0794 17.4233 18.0813 16.9972C18.0832 16.3684 18.1769 15.9025 18.3625 15.5995C18.5481 15.2945 18.7915 15.1421 19.0926 15.1421C19.2953 15.1421 19.4724 15.2093 19.6239 15.3438C19.7754 15.4782 19.8938 15.6828 19.979 15.9574C20.0642 16.2301 20.1068 16.5767 20.1068 16.9972C20.1087 17.6392 20.0159 18.1156 19.8284 18.4262Z" fill="currentColor"/>'})).displayName="VidstackSeekForward30Icon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M16.4167 12.2148C15.9766 12.5399 15.3538 12.2257 15.3538 11.6786V10.1789C15.3538 10.1001 15.2854 10.0384 15.2072 10.0479C11.9089 10.4494 9.35384 13.2593 9.35384 16.6659C9.35384 20.3481 12.3389 23.3332 16.0211 23.3332C19.4785 23.3332 22.3212 20.7015 22.6554 17.332C22.6918 16.9655 22.9868 16.6662 23.355 16.6662L25.354 16.6666C25.7221 16.6666 26.0228 16.966 25.9986 17.3334C25.6556 22.5454 21.3193 26.6667 16.0205 26.6667C10.4977 26.6667 6.02051 22.1895 6.02051 16.6667C6.02051 11.4103 10.0761 7.10112 15.2289 6.69758C15.2989 6.69209 15.3538 6.63396 15.3538 6.56372V4.98824C15.3538 4.44106 15.9766 4.12689 16.4167 4.45207L20.944 7.79738C21.3046 8.06387 21.3046 8.60327 20.9439 8.86974L16.4167 12.2148Z" fill="currentColor"/>'})).displayName="VidstackSeekForwardIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M26.269 16.5634C26.7996 16.3313 26.7996 15.6688 26.269 15.4367L6.37817 6.73581C5.76274 6.4666 5.10768 7.03376 5.40897 7.57494L8.74776 13.5721C8.76512 13.6033 8.79425 13.6262 8.82864 13.6357L16.8708 15.8653C17.001 15.9014 17.0011 16.086 16.8709 16.1222L8.83101 18.3599C8.79668 18.3694 8.7676 18.3923 8.75026 18.4235L5.40897 24.4251C5.10768 24.9663 5.76274 25.5334 6.37817 25.2642L26.269 16.5634Z" fill="currentColor"/>'})).displayName="VidstackSendIcon";let u=(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M18.6669 10.4001C18.6669 10.7683 18.3684 11.0667 18.0002 11.0667H16.2668C15.8987 11.0667 15.6002 10.7683 15.6002 10.4001V9.86674C15.6002 9.7931 15.5405 9.73341 15.4669 9.73341H5.99998C5.63179 9.73341 5.33331 9.43493 5.33331 9.06674V7.33341C5.33331 6.96522 5.63179 6.66674 5.99998 6.66674H15.4669C15.5405 6.66674 15.6002 6.60704 15.6002 6.53341V6.00007C15.6002 5.63188 15.8987 5.3334 16.2668 5.3334H18.0002C18.3684 5.3334 18.6669 5.63188 18.6669 6.00007V10.4001Z" fill="currentColor"/> <path d="M11.3334 18.8668C11.7016 18.8668 12.0001 18.5683 12.0001 18.2001V13.8001C12.0001 13.4319 11.7016 13.1335 11.3334 13.1335H9.60006C9.23187 13.1335 8.93339 13.4319 8.93339 13.8001V14.3335C8.93339 14.4071 8.8737 14.4668 8.80006 14.4668H6.00006C5.63187 14.4668 5.33339 14.7653 5.33339 15.1335V16.8668C5.33339 17.235 5.63187 17.5335 6.00006 17.5335H8.80006C8.8737 17.5335 8.93339 17.5932 8.93339 17.6668V18.2001C8.93339 18.5683 9.23187 18.8668 9.60006 18.8668H11.3334Z" fill="currentColor"/> <path d="M18.6667 26.0001C18.6667 26.3683 18.3682 26.6668 18 26.6668H16.2667C15.8985 26.6668 15.6 26.3683 15.6 26.0001V25.4668C15.6 25.3931 15.5403 25.3334 15.4667 25.3334H6.00014C5.63195 25.3334 5.33348 25.0349 5.33348 24.6668V22.9334C5.33348 22.5652 5.63195 22.2668 6.00014 22.2668H15.4667C15.5403 22.2668 15.6 22.2071 15.6 22.1334V21.6001C15.6 21.2319 15.8985 20.9334 16.2667 20.9334H18C18.3682 20.9334 18.6667 21.2319 18.6667 21.6001V26.0001Z" fill="currentColor"/> <path d="M22 24.6668C22 25.0349 22.2985 25.3334 22.6667 25.3334H26.0001C26.3683 25.3334 26.6668 25.0349 26.6668 24.6668V22.9334C26.6668 22.5652 26.3683 22.2668 26.0001 22.2668H22.6667C22.2985 22.2668 22 22.5652 22 22.9334V24.6668Z" fill="currentColor"/> <path d="M16.0001 17.5335C15.6319 17.5335 15.3334 17.235 15.3334 16.8668V15.1335C15.3334 14.7653 15.6319 14.4668 16.0001 14.4668H26.0001C26.3683 14.4668 26.6667 14.7653 26.6667 15.1335V16.8668C26.6667 17.235 26.3683 17.5335 26.0001 17.5335H16.0001Z" fill="currentColor"/> <path d="M22.0002 9.06674C22.0002 9.43493 22.2987 9.73341 22.6669 9.73341H26C26.3682 9.73341 26.6666 9.43493 26.6666 9.06674V7.3334C26.6666 6.96521 26.3682 6.66674 26 6.66674H22.6669C22.2987 6.66674 22.0002 6.96522 22.0002 7.33341V9.06674Z" fill="currentColor"/>'}));u.displayName="VidstackSettingsMenuIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M9.99998 5.33333C7.42265 5.33333 5.33331 7.42267 5.33331 9.99999C5.33331 12.5773 7.42265 14.6667 9.99998 14.6667L22 14.6667C24.5773 14.6667 26.6666 12.5774 26.6666 10.0001C26.6666 7.42275 24.5773 5.33341 22 5.33341L10.0278 5.33341L9.99998 5.33333ZM14.2387 12.4C14.135 12.4 14.0704 12.2865 14.1192 12.195C14.4686 11.5407 14.6666 10.7935 14.6666 9.99999C14.6666 9.20651 14.4686 8.45929 14.1193 7.80504C14.0704 7.71359 14.135 7.60006 14.2387 7.60006L22 7.60006C23.3255 7.60006 24.4 8.67458 24.4 10.0001C24.4 11.3255 23.3255 12.4001 22 12.4001L14.2387 12.4ZM12.4 9.99993C12.4 11.3254 11.3255 12.3999 10 12.3999C8.67451 12.3999 7.6 11.3254 7.6 9.99993C7.6 8.67445 8.67451 7.59993 10 7.59993C11.3255 7.59993 12.4 8.67445 12.4 9.99993Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.33331 22C5.33331 24.5773 7.42265 26.6667 9.99998 26.6667L22 26.6667C24.5773 26.6667 26.6666 24.5773 26.6666 22C26.6666 19.4227 24.5773 17.3333 22 17.3333H9.99998C7.42265 17.3333 5.33331 19.4227 5.33331 22ZM24.4 22C24.4 23.3255 23.3255 24.4 22 24.4C20.6745 24.4 19.6 23.3255 19.6 22C19.6 20.6745 20.6745 19.6 22 19.6C23.3255 19.6 24.4 20.6745 24.4 22Z" fill="currentColor"/>'})).displayName="VidstackSettingsSwitchIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5722 5.33333C13.2429 5.33333 12.9629 5.57382 12.9132 5.89938L12.4063 9.21916C12.4 9.26058 12.3746 9.29655 12.3378 9.31672C12.2387 9.37118 12.1409 9.42779 12.0444 9.48648C12.0086 9.5083 11.9646 9.51242 11.9255 9.49718L8.79572 8.27692C8.48896 8.15732 8.14083 8.27958 7.9762 8.56472L5.5491 12.7686C5.38444 13.0538 5.45271 13.4165 5.70981 13.6223L8.33308 15.7225C8.3658 15.7487 8.38422 15.7887 8.38331 15.8306C8.38209 15.8867 8.38148 15.9429 8.38148 15.9993C8.38148 16.0558 8.3821 16.1121 8.38332 16.1684C8.38423 16.2102 8.36582 16.2503 8.33313 16.2765L5.7103 18.3778C5.45334 18.5836 5.38515 18.9462 5.54978 19.2314L7.97688 23.4352C8.14155 23.7205 8.48981 23.8427 8.79661 23.723L11.926 22.5016C11.9651 22.4864 12.009 22.4905 12.0449 22.5123C12.1412 22.5709 12.2388 22.6274 12.3378 22.6818C12.3745 22.7019 12.4 22.7379 12.4063 22.7793L12.9132 26.0993C12.9629 26.4249 13.2429 26.6654 13.5722 26.6654H18.4264C18.7556 26.6654 19.0356 26.425 19.0854 26.0995L19.5933 22.7801C19.5997 22.7386 19.6252 22.7027 19.6619 22.6825C19.7614 22.6279 19.8596 22.5711 19.9564 22.5121C19.9923 22.4903 20.0362 22.4862 20.0754 22.5015L23.2035 23.7223C23.5103 23.842 23.8585 23.7198 24.0232 23.4346L26.4503 19.2307C26.6149 18.9456 26.5467 18.583 26.2898 18.3771L23.6679 16.2766C23.6352 16.2504 23.6168 16.2104 23.6177 16.1685C23.619 16.1122 23.6196 16.0558 23.6196 15.9993C23.6196 15.9429 23.619 15.8866 23.6177 15.8305C23.6168 15.7886 23.6353 15.7486 23.668 15.7224L26.2903 13.623C26.5474 13.4172 26.6156 13.0544 26.451 12.7692L24.0239 8.56537C23.8592 8.28023 23.5111 8.15797 23.2043 8.27757L20.0758 9.49734C20.0367 9.51258 19.9927 9.50846 19.9569 9.48664C19.8599 9.42762 19.7616 9.37071 19.6618 9.31596C19.6251 9.2958 19.5997 9.25984 19.5933 9.21843L19.0854 5.89915C19.0356 5.57369 18.7556 5.33333 18.4264 5.33333H13.5722ZM16.0001 20.2854C18.3672 20.2854 20.2862 18.3664 20.2862 15.9993C20.2862 13.6322 18.3672 11.7132 16.0001 11.7132C13.6329 11.7132 11.714 13.6322 11.714 15.9993C11.714 18.3664 13.6329 20.2854 16.0001 20.2854Z" fill="currentColor"/>'})).displayName="VidstackSettingsIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M18.236 8.78524C17.7959 8.46009 17.1732 8.77427 17.1732 9.32143V12.3798C17.1732 12.4506 17.118 12.5089 17.0474 12.5135C15.5617 12.6091 14.0334 12.9224 12.5206 13.473C6.93931 15.5045 3.27299 20.1452 3.12081 24.7693C3.11654 24.899 3.28271 24.9521 3.36094 24.8486C5.63689 21.8364 9.7882 19.751 14.6002 19.5178C14.606 19.5175 14.6106 19.5127 14.6106 19.5069C14.6106 19.5009 14.6155 19.496 14.6215 19.496H17.0398C17.1135 19.496 17.1732 19.5557 17.1732 19.6293V22.6784C17.1732 23.2256 17.796 23.5398 18.236 23.2146L27.2746 16.5358C27.6352 16.2693 27.6352 15.7299 27.2745 15.4634L18.236 8.78524Z" fill="currentColor"/>'})).displayName="VidstackShareArrowIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M21.2204 11.3458C21.2666 11.3212 21.3229 11.3262 21.3652 11.3572C21.9167 11.7613 22.5972 12 23.3333 12C25.1743 12 26.6666 10.5076 26.6666 8.66665C26.6666 6.8257 25.1743 5.33331 23.3333 5.33331C21.4924 5.33331 20 6.8257 20 8.66665C20 8.73806 20.0022 8.80896 20.0066 8.87926C20.01 8.93275 19.9826 8.98379 19.9353 9.00895L10.6918 13.9238C10.6468 13.9477 10.5924 13.9438 10.5504 13.915C10.0145 13.5472 9.36571 13.332 8.66665 13.332C6.8257 13.332 5.33331 14.8244 5.33331 16.6653C5.33331 18.5063 6.8257 19.9987 8.66665 19.9987C9.41311 19.9987 10.1023 19.7533 10.6579 19.3388C10.6974 19.3093 10.7498 19.3026 10.7949 19.3227L19.9243 23.3873C19.9712 23.4083 20.0017 23.4545 20.0044 23.5059C20.0942 25.2666 21.5502 26.6666 23.3333 26.6666C25.1743 26.6666 26.6666 25.1743 26.6666 23.3333C26.6666 21.4924 25.1743 20 23.3333 20C22.4593 20 21.6639 20.3363 21.0695 20.8866C21.0294 20.9237 20.9711 20.9344 20.9212 20.9122L12.0754 16.9738C12.0238 16.9508 11.9925 16.8977 11.9954 16.8412C11.9984 16.783 12 16.7243 12 16.6653C12 16.5598 11.9951 16.4553 11.9855 16.3522C11.9804 16.2974 12.0078 16.2442 12.0565 16.2184L21.2204 11.3458Z" fill="currentColor"/>'})).displayName="VidstackShareIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M22.6666 6.18871C22.6666 5.64155 23.2894 5.32737 23.7295 5.65252L28.2567 8.99753C28.6174 9.26401 28.6174 9.8034 28.2568 10.0699L23.7295 13.4152C23.2894 13.7404 22.6666 13.4262 22.6666 12.879V11.1998C22.6666 11.1262 22.607 11.0665 22.5333 11.0665H21.3333C18.6094 11.0665 16.3997 13.2748 16.3997 16.0001C16.3997 18.7253 18.6094 20.9336 21.3333 20.9336H22.5333C22.607 20.9336 22.6666 20.874 22.6666 20.8003V19.121C22.6666 18.5738 23.2894 18.2597 23.7295 18.5848L28.2567 21.9298C28.6174 22.1963 28.6174 22.7357 28.2568 23.0022L23.7295 26.3475C23.2894 26.6727 22.6666 26.3585 22.6666 25.8113V24.1334C22.6666 24.0597 22.607 24.0001 22.5333 24.0001H21.3333C18.6227 24.0001 16.2268 22.6517 14.7798 20.5891C14.725 20.5111 14.6082 20.5111 14.5535 20.5891C13.1065 22.6517 10.7106 24.0001 7.99998 24.0001H5.99998C5.63179 24.0001 5.33331 23.7016 5.33331 23.3334V21.6003C5.33331 21.2321 5.63179 20.9336 5.99998 20.9336H7.99998C10.7239 20.9336 12.9336 18.7253 12.9336 16.0001C12.9336 13.2748 10.7239 11.0665 7.99998 11.0665H5.99998C5.63179 11.0665 5.33331 10.768 5.33331 10.3998V8.66672C5.33331 8.29853 5.63179 8.00005 5.99998 8.00005H7.99998C10.7106 8.00005 13.1065 9.34843 14.5535 11.411C14.6082 11.489 14.725 11.489 14.7798 11.411C16.2268 9.34843 18.6227 8.00005 21.3333 8.00005H22.5333C22.607 8.00005 22.6666 7.94036 22.6666 7.86672V6.18871Z" fill="currentColor"/> <path d="M28.6666 18.0001C29.7712 18.0001 30.6666 17.1046 30.6666 16.0001C30.6666 14.8955 29.7712 14.0001 28.6666 14.0001C27.5621 14.0001 26.6666 14.8955 26.6666 16.0001C26.6666 17.1046 27.5621 18.0001 28.6666 18.0001Z" fill="currentColor"/>'})).displayName="VidstackShuffleOnIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M23.7295 5.65252C23.2894 5.32737 22.6667 5.64155 22.6667 6.18871V7.86672C22.6667 7.94036 22.607 8.00005 22.5333 8.00005H21.3333C18.6228 8.00005 16.2268 9.34843 14.7798 11.411C14.7251 11.489 14.6083 11.489 14.5536 11.411C13.1065 9.34843 10.7106 8.00005 8.00001 8.00005H6.00001C5.63182 8.00005 5.33334 8.29853 5.33334 8.66672V10.3998C5.33334 10.768 5.63182 11.0665 6.00001 11.0665H8.00001C10.724 11.0665 12.9336 13.2748 12.9336 16.0001C12.9336 18.7253 10.724 20.9336 8.00001 20.9336H6.00001C5.63182 20.9336 5.33334 21.2321 5.33334 21.6003V23.3334C5.33334 23.7016 5.63182 24.0001 6.00001 24.0001H8.00001C10.7106 24.0001 13.1065 22.6517 14.5536 20.5891C14.6083 20.5111 14.7251 20.5111 14.7798 20.5891C16.2268 22.6517 18.6228 24.0001 21.3333 24.0001H22.5333C22.607 24.0001 22.6667 24.0597 22.6667 24.1334V25.8113C22.6667 26.3585 23.2895 26.6727 23.7295 26.3475L28.2568 23.0022C28.6175 22.7357 28.6174 22.1963 28.2568 21.9298L23.7295 18.5848C23.2894 18.2597 22.6667 18.5738 22.6667 19.121V20.8003C22.6667 20.874 22.607 20.9336 22.5333 20.9336H21.3333C18.6094 20.9336 16.3997 18.7253 16.3997 16.0001C16.3997 13.2748 18.6094 11.0665 21.3333 11.0665H22.5333C22.607 11.0665 22.6667 11.1262 22.6667 11.1998V12.879C22.6667 13.4262 23.2895 13.7404 23.7295 13.4152L28.2568 10.0699C28.6175 9.8034 28.6174 9.26401 28.2568 8.99753L23.7295 5.65252Z" fill="currentColor"/>'})).displayName="VidstackShuffleIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M8.66667 8C8.29848 8 8 8.29848 8 8.66667V23.3333C8 23.7015 8.29848 24 8.66667 24H23.3333C23.7015 24 24 23.7015 24 23.3333V8.66667C24 8.29848 23.7015 8 23.3333 8H8.66667Z" fill="currentColor"/>'})).displayName="VidstackStopIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M14.6667 17.3333C14.6667 16.9651 14.9652 16.6667 15.3333 16.6667H20.6667C21.0349 16.6667 21.3333 16.9651 21.3333 17.3333V18.6667C21.3333 19.0349 21.0349 19.3333 20.6667 19.3333H15.3333C14.9652 19.3333 14.6667 19.0349 14.6667 18.6667V17.3333Z" fill="currentColor"/> <path d="M11.3333 12C10.9652 12 10.6667 12.2985 10.6667 12.6667V14C10.6667 14.3682 10.9652 14.6667 11.3333 14.6667H16.6667C17.0349 14.6667 17.3333 14.3682 17.3333 14V12.6667C17.3333 12.2985 17.0349 12 16.6667 12H11.3333Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.33334 7.33334C5.33334 6.96515 5.63182 6.66667 6.00001 6.66667H26C26.3682 6.66667 26.6667 6.96515 26.6667 7.33334V24C26.6667 24.3682 26.3682 24.6667 26 24.6667H24.1333C24.0597 24.6667 24 24.7264 24 24.8V27.3452C24 27.8924 23.3772 28.2065 22.9372 27.8814L18.6216 24.6928C18.5986 24.6758 18.5709 24.6667 18.5423 24.6667H6.00001C5.63182 24.6667 5.33334 24.3682 5.33334 24V7.33334ZM8.66668 9.33334C8.29849 9.33334 8.00001 9.63181 8.00001 10V21.3333C8.00001 21.7015 8.29849 22 8.66668 22H23.3333C23.7015 22 24 21.7015 24 21.3333V10C24 9.63182 23.7015 9.33334 23.3333 9.33334H8.66668Z" fill="currentColor"/>'})).displayName="VidstackSubtitlesIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M15.332 7.33333C14.9639 7.33333 14.6654 7.03486 14.6654 6.66667V4.66667C14.6654 4.29848 14.9639 4 15.332 4H16.6654C17.0336 4 17.332 4.29848 17.332 4.66667V6.66667C17.332 7.03486 17.0336 7.33333 16.6654 7.33333H15.332Z" fill="currentColor"/> <path d="M15.332 28C14.9639 28 14.6654 27.7015 14.6654 27.3333V25.3333C14.6654 24.9651 14.9639 24.6667 15.332 24.6667H16.6654C17.0336 24.6667 17.332 24.9651 17.332 25.3333V27.3333C17.332 27.7015 17.0336 28 16.6654 28H15.332Z" fill="currentColor"/> <path d="M7.24952 12.4883C7.56838 12.6724 7.97611 12.5631 8.1602 12.2443L8.82687 11.0896C9.01096 10.7707 8.90171 10.363 8.58285 10.1789L6.8508 9.17888C6.53194 8.99479 6.12421 9.10404 5.94012 9.4229L5.27345 10.5776C5.08935 10.8965 5.1986 11.3042 5.51747 11.4883L7.24952 12.4883Z" fill="currentColor"/> <path d="M26.0581 22.5776C25.874 22.8965 25.4662 23.0057 25.1474 22.8216L23.4153 21.8216C23.0965 21.6375 22.9872 21.2298 23.1713 20.9109L23.838 19.7562C24.0221 19.4374 24.4298 19.3281 24.7487 19.5122L26.4807 20.5122C26.7996 20.6963 26.9088 21.104 26.7247 21.4229L26.0581 22.5776Z" fill="currentColor"/> <path d="M8.58285 21.8216C8.90171 21.6375 9.01096 21.2298 8.82687 20.9109L8.1602 19.7562C7.9761 19.4374 7.56838 19.3281 7.24952 19.5122L5.51747 20.5122C5.1986 20.6963 5.08935 21.104 5.27345 21.4229L5.94012 22.5776C6.12421 22.8965 6.53194 23.0057 6.8508 22.8216L8.58285 21.8216Z" fill="currentColor"/> <path d="M26.7247 10.5776C26.9088 10.8965 26.7996 11.3042 26.4807 11.4883L24.7487 12.4883C24.4298 12.6724 24.0221 12.5631 23.838 12.2443L23.1713 11.0896C22.9872 10.7707 23.0965 10.363 23.4153 10.1789L25.1474 9.17888C25.4662 8.99478 25.874 9.10403 26.0581 9.4229L26.7247 10.5776Z" fill="currentColor"/> <path d="M16 10C12.6863 10 10 12.6863 10 16C10 19.3137 12.6863 22 16 22C19.3137 22 22 19.3137 22 16C22 12.6863 19.3137 10 16 10Z" fill="currentColor"/>'})).displayName="VidstackSunIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M5.33333 7.33334C5.33333 6.96515 5.63181 6.66667 5.99999 6.66667H26C26.3682 6.66667 26.6667 6.96515 26.6667 7.33334V24.6667C26.6667 25.0349 26.3682 25.3333 26 25.3333H5.99999C5.63181 25.3333 5.33333 25.0349 5.33333 24.6667V7.33334ZM7.99999 10C7.99999 9.63182 8.29847 9.33334 8.66666 9.33334H19.8667C19.9403 9.33334 20 9.39303 20 9.46667V22.5333C20 22.607 19.9403 22.6667 19.8667 22.6667H8.66666C8.29847 22.6667 7.99999 22.3682 7.99999 22V10Z" fill="currentColor"/>'})).displayName="VidstackTheatreModeExitIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M5.33334 7.33334C5.33334 6.96515 5.63181 6.66667 6 6.66667H26C26.3682 6.66667 26.6667 6.96515 26.6667 7.33334V24.6667C26.6667 25.0349 26.3682 25.3333 26 25.3333H6C5.63181 25.3333 5.33334 25.0349 5.33334 24.6667V7.33334ZM8 10C8 9.63182 8.29848 9.33334 8.66667 9.33334H17.2C17.2736 9.33334 17.3333 9.39303 17.3333 9.46667V22.5333C17.3333 22.607 17.2736 22.6667 17.2 22.6667H8.66667C8.29848 22.6667 8 22.3682 8 22V10ZM20 22.5333C20 22.607 20.0597 22.6667 20.1333 22.6667H23.3333C23.7015 22.6667 24 22.3682 24 22V10C24 9.63182 23.7015 9.33334 23.3333 9.33334H20.1333C20.0597 9.33334 20 9.39303 20 9.46667V22.5333Z" fill="currentColor"/>'})).displayName="VidstackTheatreModeIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M21.0774 7.34581V20.8132C21.1029 21.0075 21.0461 21.2113 20.907 21.3638C20.865 21.4114 20.8166 21.4529 20.763 21.4869L12.4613 27.7302C11.4972 28.4553 10.1559 27.618 10.3539 26.4147L11.1225 21.7442C11.1358 21.663 11.0732 21.5892 10.9909 21.5892H5.33411C4.50479 21.5892 3.87666 20.8269 4.02118 19.9958L6.1438 7.78785C6.2565 7.13969 6.80998 6.6673 7.45673 6.6673L20.4108 6.6673C20.779 6.6673 21.0774 6.97108 21.0774 7.34581ZM14.2638 19.0776C14.2772 18.9964 14.2145 18.9226 14.1323 18.9226H7.07297C6.9902 18.9226 6.92743 18.8479 6.9416 18.7664L8.56244 9.44446C8.57354 9.38059 8.62897 9.33396 8.6938 9.33396L18.2774 9.33397C18.3511 9.33397 18.4108 9.39366 18.4108 9.4673V19.8527C18.4108 19.8946 18.3911 19.9341 18.3576 19.9593L13.7857 23.3976C13.6896 23.4699 13.5545 23.388 13.574 23.2694L14.2638 19.0776Z" fill="currentColor"/> <path d="M23.3333 20.6621C23.3333 21.0303 23.6318 21.3288 24 21.3288H26C26.3682 21.3288 26.6667 21.0303 26.6667 20.6621V7.33398C26.6667 6.96579 26.3682 6.66732 26 6.66732H24C23.6318 6.66732 23.3333 6.96579 23.3333 7.33398V20.6621Z" fill="currentColor"/>'})).displayName="VidstackThumbsDownIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9226 24.6542V11.1868C10.8971 10.9925 10.954 10.7887 11.093 10.6362C11.135 10.5886 11.1834 10.5471 11.237 10.5131L19.5387 4.26976C20.5028 3.54469 21.8441 4.38199 21.6461 5.5853L20.8775 10.2558C20.8642 10.337 20.9268 10.4108 21.0091 10.4108H26.6659C27.4952 10.4108 28.1233 11.1731 27.9788 12.0042L25.8562 24.2121C25.7435 24.8603 25.19 25.3327 24.5433 25.3327L11.5892 25.3327C11.221 25.3327 10.9226 25.0289 10.9226 24.6542ZM17.7362 12.9224C17.7228 13.0036 17.7855 13.0774 17.8677 13.0774H24.927C25.0098 13.0774 25.0726 13.1521 25.0584 13.2336L23.4376 22.5555C23.4265 22.6194 23.371 22.666 23.3062 22.666L13.7226 22.666C13.6489 22.666 13.5892 22.6063 13.5892 22.5327V12.1473C13.5892 12.1054 13.6089 12.0659 13.6424 12.0407L18.2143 8.60242C18.3104 8.53015 18.4455 8.61198 18.426 8.73063L17.7362 12.9224Z" fill="currentColor"/> <path d="M8.66666 11.3379C8.66666 10.9697 8.36818 10.6712 7.99999 10.6712H5.99999C5.63181 10.6712 5.33333 10.9697 5.33333 11.3379V24.666C5.33333 25.0342 5.6318 25.3327 5.99999 25.3327H7.99999C8.36818 25.3327 8.66666 25.0342 8.66666 24.666L8.66666 11.3379Z" fill="currentColor"/>'})).displayName="VidstackThumbsUpIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M14.6666 16.6667C14.6666 17.0349 14.9651 17.3334 15.3333 17.3334H16.6666C17.0348 17.3334 17.3333 17.0349 17.3333 16.6667V11.3334C17.3333 10.9652 17.0348 10.6667 16.6666 10.6667H15.3333C14.9651 10.6667 14.6666 10.9652 14.6666 11.3334V16.6667Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 1.99969C11.6318 1.99969 11.3333 2.29817 11.3333 2.66636V3.99969C11.3333 4.36788 11.6318 4.66636 12 4.66636H14.5333C14.6069 4.66636 14.6666 4.72606 14.6666 4.79969V5.29814C14.6666 5.3654 14.6162 5.42208 14.5495 5.43114C9.3446 6.13878 5.33331 10.601 5.33331 16C5.33331 21.8911 10.1089 26.6667 16 26.6667C21.891 26.6667 26.6666 21.8911 26.6666 16C26.6666 10.601 22.6554 6.13878 17.4504 5.43114C17.3838 5.42208 17.3333 5.3654 17.3333 5.29814V4.7997C17.3333 4.72606 17.393 4.66636 17.4666 4.66636H20C20.3682 4.66636 20.6666 4.36788 20.6666 3.99969V2.66636C20.6666 2.29817 20.3682 1.99969 20 1.99969H12ZM24 16C24 20.4183 20.4183 24 16 24C11.5817 24 7.99998 20.4183 7.99998 16C7.99998 11.5817 11.5817 8.00002 16 8.00002C20.4183 8.00002 24 11.5817 24 16Z" fill="currentColor"/>'})).displayName="VidstackTimerIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M12 14C12 13.6318 12.2985 13.3333 12.6667 13.3333H15.3333C15.7015 13.3333 16 13.6318 16 14V15.3333C16 15.7015 15.7015 16 15.3333 16H12.6667C12.2985 16 12 15.7015 12 15.3333V14Z" fill="currentColor"/> <path d="M12 19.3333C12 18.9651 12.2985 18.6667 12.6667 18.6667H19.3333C19.7015 18.6667 20 18.9651 20 19.3333V20.6667C20 21.0349 19.7015 21.3333 19.3333 21.3333H12.6667C12.2985 21.3333 12 21.0349 12 20.6667V19.3333Z" fill="currentColor"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M7.33332 5.33333C6.96513 5.33333 6.66666 5.63181 6.66666 5.99999V26C6.66666 26.3682 6.96513 26.6667 7.33332 26.6667H24.6667C25.0348 26.6667 25.3333 26.3682 25.3333 26V13.3892C25.3333 13.3539 25.3193 13.32 25.2943 13.295L17.3724 5.37238C17.3474 5.34738 17.3135 5.33333 17.2781 5.33333H7.33332ZM9.99999 7.99999H17.2C17.2736 7.99999 17.3333 8.05969 17.3333 8.13333V12.6667C17.3333 13.0349 17.6318 13.3333 18 13.3333H22.5333C22.607 13.3333 22.6667 13.393 22.6667 13.4667V23.3333C22.6667 23.7015 22.3682 24 22 24H9.99999C9.6318 24 9.33332 23.7015 9.33332 23.3333V8.66666C9.33332 8.29847 9.6318 7.99999 9.99999 7.99999Z" fill="currentColor"/>'})).displayName="VidstackTranscriptIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path fill-rule="evenodd" clip-rule="evenodd" d="M5.33334 6.00001C5.33334 5.63182 5.63182 5.33334 6.00001 5.33334H26C26.3682 5.33334 26.6667 5.63182 26.6667 6.00001V20.6667C26.6667 21.0349 26.3682 21.3333 26 21.3333H6.00001C5.63182 21.3333 5.33334 21.0349 5.33334 20.6667V6.00001ZM8.40008 9.06634C8.40008 8.69815 8.69855 8.39967 9.06674 8.39967H22.9339C23.3021 8.39967 23.6006 8.69815 23.6006 9.06634V17.6002C23.6006 17.9684 23.3021 18.2669 22.9339 18.2669H9.06674C8.69855 18.2669 8.40008 17.9684 8.40008 17.6002V9.06634Z" fill="currentColor"/> <path d="M11.3333 23.9999C10.9652 23.9999 10.6667 24.2984 10.6667 24.6666V25.9999C10.6667 26.3681 10.9652 26.6666 11.3333 26.6666H20.6667C21.0349 26.6666 21.3333 26.3681 21.3333 25.9999V24.6666C21.3333 24.2984 21.0349 23.9999 20.6667 23.9999H11.3333Z" fill="currentColor"/>'})).displayName="VidstackTvIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M16 16C18.9455 16 21.3333 13.6122 21.3333 10.6666C21.3333 7.72113 18.9455 5.33331 16 5.33331C13.0545 5.33331 10.6667 7.72113 10.6667 10.6666C10.6667 13.6122 13.0545 16 16 16Z" fill="currentColor"/> <path d="M11.3333 18C8.38781 18 6 20.3878 6 23.3333V26.5333C6 26.607 6.0597 26.6666 6.13333 26.6666H9.2C9.27364 26.6666 9.33333 26.607 9.33333 26.5333V24C9.33333 22.5272 10.5272 21.3333 12 21.3333H20C21.4728 21.3333 22.6667 22.5272 22.6667 24V26.5333C22.6667 26.607 22.7264 26.6666 22.8 26.6666H25.8664C25.94 26.6666 25.9997 26.607 25.9997 26.5333L26 23.3333C26 20.3878 23.6122 18 20.6667 18H11.3333Z" fill="currentColor"/>'})).displayName="VidstackUserIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M17.5091 24.6595C17.5091 25.2066 16.8864 25.5208 16.4463 25.1956L9.44847 20.0252C9.42553 20.0083 9.39776 19.9992 9.36923 19.9992H4.66667C4.29848 19.9992 4 19.7007 4 19.3325V12.6658C4 12.2976 4.29848 11.9992 4.66667 11.9992H9.37115C9.39967 11.9992 9.42745 11.99 9.45039 11.9731L16.4463 6.80363C16.8863 6.47845 17.5091 6.79262 17.5091 7.3398L17.5091 24.6595Z" fill="currentColor"/> <path d="M27.5091 9.33336C27.8773 9.33336 28.1758 9.63184 28.1758 10V22C28.1758 22.3682 27.8773 22.6667 27.5091 22.6667H26.1758C25.8076 22.6667 25.5091 22.3682 25.5091 22V10C25.5091 9.63184 25.8076 9.33336 26.1758 9.33336L27.5091 9.33336Z" fill="currentColor"/> <path d="M22.1758 12C22.544 12 22.8424 12.2985 22.8424 12.6667V19.3334C22.8424 19.7016 22.544 20 22.1758 20H20.8424C20.4743 20 20.1758 19.7016 20.1758 19.3334V12.6667C20.1758 12.2985 20.4743 12 20.8424 12H22.1758Z" fill="currentColor"/>'})).displayName="VidstackVolumeHighIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M17.5091 24.6594C17.5091 25.2066 16.8864 25.5207 16.4463 25.1956L9.44847 20.0252C9.42553 20.0083 9.39776 19.9991 9.36923 19.9991H4.66667C4.29848 19.9991 4 19.7006 4 19.3324V12.6658C4 12.2976 4.29848 11.9991 4.66667 11.9991H9.37115C9.39967 11.9991 9.42745 11.99 9.45039 11.973L16.4463 6.80358C16.8863 6.4784 17.5091 6.79258 17.5091 7.33975L17.5091 24.6594Z" fill="currentColor"/> <path d="M22.8424 12.6667C22.8424 12.2985 22.544 12 22.1758 12H20.8424C20.4743 12 20.1758 12.2985 20.1758 12.6667V19.3333C20.1758 19.7015 20.4743 20 20.8424 20H22.1758C22.544 20 22.8424 19.7015 22.8424 19.3333V12.6667Z" fill="currentColor"/>'})).displayName="VidstackVolumeLowIcon",(0,n.forwardRef)((e,t)=>(0,n.createElement)(a.J,{...e,className:o(e.className),ref:t,paths:'<path d="M10.2017 23.401C10.462 23.6613 10.8841 23.6613 11.1445 23.401L15.9057 18.6398C15.9577 18.5877 16.0422 18.5877 16.0942 18.6398L20.8555 23.401C21.1158 23.6613 21.5379 23.6613 21.7983 23.401L23.401 21.7982C23.6614 21.5378 23.6614 21.1157 23.401 20.8554L18.6398 16.0942C18.5878 16.0421 18.5878 15.9577 18.6398 15.9056L23.401 11.1444C23.6613 10.8841 23.6613 10.462 23.401 10.2016L21.7982 8.59886C21.5379 8.33851 21.1158 8.33851 20.8554 8.59886L16.0942 13.36C16.0422 13.4121 15.9577 13.4121 15.9057 13.36L11.1445 8.59887C10.8842 8.33852 10.4621 8.33852 10.2017 8.59887L8.59894 10.2016C8.33859 10.462 8.33859 10.8841 8.59894 11.1445L13.3601 15.9056C13.4122 15.9577 13.4122 16.0421 13.3601 16.0942L8.59889 20.8554C8.33854 21.1157 8.33854 21.5378 8.59889 21.7982L10.2017 23.401Z" fill="currentColor"/>'})).displayName="VidstackXMarkIcon"},54243:function(e,t,r){"use strict";r.d(t,{Syo:function(){return f},Wfk:function(){return y},ZNi:function(){return h},fQ8:function(){return v}});var n=r(52509),a=r(7653),o=r(40292),l=r(26522),i=r(46079);r(3458),Symbol(0);let s=[1,1.25,1.5,1.75,2,2.5,3,4];class u extends o.Component{static #f=this.props={normalLabel:"Disabled",gains:s};#p;#h;#t;get value(){return this.#t.value}get disabled(){let{gains:e}=this.$props,{canSetAudioGain:t}=this.#p.$state;return!t()||0===e().length}constructor(){super(),this.#t=new n.K3,this.#t.onValueChange=this.#m.bind(this)}onSetup(){this.#p=(0,n.kH)(),(0,o.hasProvidedContext)(n.nq)&&(this.#h=(0,o.useContext)(n.nq))}onConnect(e){(0,o.effect)(this.#v.bind(this)),(0,o.effect)(this.#g.bind(this)),(0,o.effect)(this.#C.bind(this))}getOptions(){let{gains:e,normalLabel:t}=this.$props;return e().map(e=>({label:1===e||null===e?t:String(100*e)+"%",value:e.toString()}))}#v(){this.#t.value=this.#y()}#g(){var e;let{normalLabel:t}=this.$props,{audioGain:r}=this.#p.$state,n=r();null===(e=this.#h)||void 0===e||e.hint.set(1===n||null==n?t():String(100*n)+"%")}#C(){var e;null===(e=this.#h)||void 0===e||e.disable(this.disabled)}#y(){var e;let{audioGain:t}=this.#p.$state;return(null===(e=t())||void 0===e?void 0:e.toString())??"1"}#m(e,t){if(this.disabled)return;let r=+e;this.#p.remote.changeAudioGain(r,t),this.dispatch("change",{detail:r,trigger:t})}}let c=u.prototype;(0,o.prop)(c,"value"),(0,o.prop)(c,"disabled"),(0,o.method)(c,"getOptions");let d=(0,o.createReactComponent)(n._1,{events:["onAbort","onAudioTrackChange","onAudioTracksChange","onAutoPlay","onAutoPlayChange","onAutoPlayFail","onCanLoad","onCanPlay","onCanPlayThrough","onControlsChange","onDestroy","onDurationChange","onEmptied","onEnd","onEnded","onError","onFindMediaPlayer","onFullscreenChange","onFullscreenError","onLiveChange","onLiveEdgeChange","onLoadedData","onLoadedMetadata","onLoadStart","onLoopChange","onOrientationChange","onPause","onPictureInPictureChange","onPictureInPictureError","onPlay","onPlayFail","onPlaying","onPlaysInlineChange","onPosterChange","onProgress","onProviderChange","onProviderLoaderChange","onProviderSetup","onQualitiesChange","onQualityChange","onRateChange","onReplay","onSeeked","onSeeking","onSourceChange","onSourceChange","onStalled","onStarted","onStreamTypeChange","onSuspend","onTextTrackChange","onTextTracksChange","onTimeUpdate","onTitleChange","onVdsLog","onVideoPresentationChange","onVolumeChange","onWaiting"],eventsRegex:/^onHls/,domEventsRegex:/^onMedia/}),f=a.forwardRef((e,t)=>{let{aspectRatio:r,children:o,...l}=e;return a.createElement(d,{...l,src:l.src,ref:t,style:{aspectRatio:r,...l.style}},e=>a.createElement(n.WV.div,{...e},o))});f.displayName="MediaPlayer";let p=(0,o.createReactComponent)(n.UP),h=a.forwardRef((e,t)=>{let{loaders:r=[],children:n,iframeProps:o,mediaProps:l,...i}=e,s=a.useMemo(()=>r.map(e=>new e),r);return a.createElement(p,{...i,loaders:s,ref:t},(e,t)=>a.createElement("div",{...e},a.createElement(m,{provider:t,mediaProps:l,iframeProps:o}),n))});function m(e){let{provider:t,mediaProps:s,iframeProps:u}=e,{sources:c,crossOrigin:d,poster:f,remotePlaybackInfo:p,nativeControls:h,viewType:m}=(0,o.useStateContext)(n.nA),{loader:v}=t.$state,{$provider:g,$providerSetup:C}=(0,l.kH)(),y=(0,o.useSignal)(c),b=(0,o.useSignal)(h),S=(0,o.useSignal)(d),x=(0,o.useSignal)(f),w=(0,o.useSignal)(v),k=(0,o.useSignal)(g),E=(0,o.useSignal)(C),M=(0,o.useSignal)(p),I=null==w?void 0:w.mediaType(),R=(0,o.useSignal)(m),N=(null==w?void 0:w.name)==="youtube",T=(null==w?void 0:w.name)==="vimeo",L=(null==w?void 0:w.name)==="remotion",P=(null==w?void 0:w.name)==="google-cast",[O,A]=a.useState(""),[V,j]=a.useState(!1);return(a.useEffect(()=>{P&&!O&&Promise.resolve().then(r.bind(r,40292)).then(function(e){return e.chromecast}).then(e=>{A(e.default)})},[P]),a.useEffect(()=>{j(!0)},[]),P)?a.createElement("div",{className:"vds-google-cast",ref:e=>{t.load(e)}},a.createElement(i.J,{paths:O}),(null==M?void 0:M.deviceName)?a.createElement("span",{className:"vds-google-cast-info"},"Google Cast on"," ",a.createElement("span",{className:"vds-google-cast-device-name"},M.deviceName)):null):L?a.createElement("div",{"data-remotion-canvas":!0},a.createElement("div",{"data-remotion-container":!0,ref:e=>{t.load(e)}},(0,n.Uf)(k)&&E?a.createElement(k.render):null)):N||T?a.createElement(a.Fragment,null,a.createElement("iframe",{...u,className:((null==u?void 0:u.className)?`${u.className} `:"")+N?"vds-youtube":"vds-vimeo",suppressHydrationWarning:!0,tabIndex:b?void 0:-1,"aria-hidden":"true","data-no-controls":b?void 0:"",ref(e){t.load(e)}}),b||"audio"===R?null:a.createElement("div",{className:"vds-blocker"})):I?a.createElement("audio"===I?"audio":"video",{...s,controls:!!b||null,crossOrigin:"boolean"==typeof S?"":S,poster:"video"===I&&b&&x?x:null,suppressHydrationWarning:!0,children:V?null:y.map(e=>{let{src:t,type:r}=e;return(0,o.isString)(t)?a.createElement("source",{src:t,type:"?"!==r?r:void 0,key:t}):null}),ref(e){t.load(e)}}):null}function v(e){let{lang:t,...r}=e;return function(e){let t=(0,l.kH)(),r=a.useMemo(()=>new n.n8(e),Object.values(e));a.useEffect(()=>(t.textTracks.add(r),()=>void t.textTracks.remove(r)),[r])}({language:t,...r}),null}h.displayName="MediaProvider",m.displayName="MediaOutlet",v.displayName="Track";let g=(0,o.createReactComponent)(n.Fl);a.forwardRef((e,t)=>{let{children:r,...l}=e;return a.createElement(g,{...l},e=>a.createElement(n.WV.button,{...e,ref:(0,o.composeRefs)(e.ref,t)},r))}).displayName="ToggleButton";let C=(0,o.createReactComponent)(n.Be),y=a.forwardRef((e,t)=>{let{children:r,...n}=e;return a.createElement(C,{src:n.asChild&&a.isValidElement(r)?r.props.src:void 0,...n},(e,n)=>a.createElement(b,{...e,instance:n,ref:(0,o.composeRefs)(e.ref,t)},r))});y.displayName="Poster";let b=a.forwardRef((e,t)=>{let{instance:r,children:l,...i}=e,{src:s,img:u,alt:c,crossOrigin:d,hidden:f}=r.$state,p=(0,o.useSignal)(s),h=(0,o.useSignal)(c),m=(0,o.useSignal)(d),v=(0,o.useSignal)(f);return a.createElement(n.WV.img,{...i,src:p||void 0,alt:h||void 0,crossOrigin:m||void 0,ref:(0,o.composeRefs)(u.set,t),style:{display:v?"none":void 0}},l)});b.displayName="PosterImg",a.forwardRef((e,t)=>{let{children:r,...o}=e;return a.createElement(n.WV.div,{translate:"yes","aria-live":"off","aria-atomic":"true",...o,ref:t},r)}).displayName="Caption",a.forwardRef((e,t)=>{let r=(0,n.j9)("textTrack"),[o,l]=a.useState();return a.useEffect(()=>{if(r)return r.addEventListener("cue-change",e),()=>{r.removeEventListener("cue-change",e),l(void 0)};function e(){l(null==r?void 0:r.activeCues[0])}},[r]),a.createElement(n.WV.span,{...e,"data-part":"cue",dangerouslySetInnerHTML:{__html:(null==o?void 0:o.text)||""},ref:t})}).displayName="CaptionText"},32377:function(e,t,r){"use strict";function n(){return(n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function a(e){var t={exports:{}};return e(t,t.exports),t.exports}r.d(t,{Ir:function(){return y},QS:function(){return C},ko:function(){return b},lk:function(){return v},sm:function(){return g}}),"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;var o=a(function(e,t){var r,n,a,o,l,i,s,u,c,d,f,p,h,m,v,g,C,y,b,S;e.exports=(r="millisecond",n="second",a="minute",o="hour",l="week",i="month",s="quarter",u="year",c="date",d=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[^0-9]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,f=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,p=function(e,t,r){var n=String(e);return!n||n.length>=t?e:""+Array(t+1-n.length).join(r)+e},(m={})[h="en"]={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_")},v=function(e){return e instanceof b},g=function(e,t,r){var n;if(!e)return h;if("string"==typeof e)m[e]&&(n=e),t&&(m[e]=t,n=e);else{var a=e.name;m[a]=e,n=a}return!r&&n&&(h=n),n||!r&&h},C=function(e,t){if(v(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new b(r)},(y={s:p,z:function(e){var t=-e.utcOffset(),r=Math.abs(t);return(t<=0?"+":"-")+p(Math.floor(r/60),2,"0")+":"+p(r%60,2,"0")},m:function e(t,r){if(t.date()<r.date())return-e(r,t);var n=12*(r.year()-t.year())+(r.month()-t.month()),a=t.clone().add(n,i),o=r-a<0,l=t.clone().add(n+(o?-1:1),i);return+(-(n+(r-a)/(o?a-l:l-a))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return({M:i,y:u,w:l,d:"day",D:c,h:o,m:a,s:n,ms:r,Q:s})[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}}).l=g,y.i=v,y.w=function(e,t){return C(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})},S=(b=function(){function e(e){this.$L=g(e.locale,null,!0),this.parse(e)}var t=e.prototype;return t.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(y.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var a=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],a,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],a,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(t)}(e),this.$x=e.x||{},this.init()},t.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},t.$utils=function(){return y},t.isValid=function(){return"Invalid Date"!==this.$d.toString()},t.isSame=function(e,t){var r=C(e);return this.startOf(t)<=r&&r<=this.endOf(t)},t.isAfter=function(e,t){return C(e)<this.startOf(t)},t.isBefore=function(e,t){return this.endOf(t)<C(e)},t.$g=function(e,t,r){return y.u(e)?this[t]:this.set(r,e)},t.unix=function(){return Math.floor(this.valueOf()/1e3)},t.valueOf=function(){return this.$d.getTime()},t.startOf=function(e,t){var r=this,s=!!y.u(t)||t,d=y.p(e),f=function(e,t){var n=y.w(r.$u?Date.UTC(r.$y,t,e):new Date(r.$y,t,e),r);return s?n:n.endOf("day")},p=function(e,t){return y.w(r.toDate()[e].apply(r.toDate("s"),(s?[0,0,0,0]:[23,59,59,999]).slice(t)),r)},h=this.$W,m=this.$M,v=this.$D,g="set"+(this.$u?"UTC":"");switch(d){case u:return s?f(1,0):f(31,11);case i:return s?f(1,m):f(0,m+1);case l:var C=this.$locale().weekStart||0,b=(h<C?h+7:h)-C;return f(s?v-b:v+(6-b),m);case"day":case c:return p(g+"Hours",0);case o:return p(g+"Minutes",1);case a:return p(g+"Seconds",2);case n:return p(g+"Milliseconds",3);default:return this.clone()}},t.endOf=function(e){return this.startOf(e,!1)},t.$set=function(e,t){var l,s=y.p(e),d="set"+(this.$u?"UTC":""),f=((l={}).day=d+"Date",l[c]=d+"Date",l[i]=d+"Month",l[u]=d+"FullYear",l[o]=d+"Hours",l[a]=d+"Minutes",l[n]=d+"Seconds",l[r]=d+"Milliseconds",l)[s],p="day"===s?this.$D+(t-this.$W):t;if(s===i||s===u){var h=this.clone().set(c,1);h.$d[f](p),h.init(),this.$d=h.set(c,Math.min(this.$D,h.daysInMonth())).$d}else f&&this.$d[f](p);return this.init(),this},t.set=function(e,t){return this.clone().$set(e,t)},t.get=function(e){return this[y.p(e)]()},t.add=function(e,t){var r,s=this;e=Number(e);var c=y.p(t),d=function(t){var r=C(s);return y.w(r.date(r.date()+Math.round(t*e)),s)};if(c===i)return this.set(i,this.$M+e);if(c===u)return this.set(u,this.$y+e);if("day"===c)return d(1);if(c===l)return d(7);var f=((r={})[a]=6e4,r[o]=36e5,r[n]=1e3,r)[c]||1,p=this.$d.getTime()+e*f;return y.w(p,this)},t.subtract=function(e,t){return this.add(-1*e,t)},t.format=function(e){var t=this;if(!this.isValid())return"Invalid Date";var r=e||"YYYY-MM-DDTHH:mm:ssZ",n=y.z(this),a=this.$locale(),o=this.$H,l=this.$m,i=this.$M,s=a.weekdays,u=a.months,c=function(e,n,a,o){return e&&(e[n]||e(t,r))||a[n].substr(0,o)},d=function(e){return y.s(o%12||12,e,"0")},p=a.meridiem||function(e,t,r){var n=e<12?"AM":"PM";return r?n.toLowerCase():n},h={YY:String(this.$y).slice(-2),YYYY:this.$y,M:i+1,MM:y.s(i+1,2,"0"),MMM:c(a.monthsShort,i,u,3),MMMM:c(u,i),D:this.$D,DD:y.s(this.$D,2,"0"),d:String(this.$W),dd:c(a.weekdaysMin,this.$W,s,2),ddd:c(a.weekdaysShort,this.$W,s,3),dddd:s[this.$W],H:String(o),HH:y.s(o,2,"0"),h:d(1),hh:d(2),a:p(o,l,!0),A:p(o,l,!1),m:String(l),mm:y.s(l,2,"0"),s:String(this.$s),ss:y.s(this.$s,2,"0"),SSS:y.s(this.$ms,3,"0"),Z:n};return r.replace(f,function(e,t){return t||h[e]||n.replace(":","")})},t.utcOffset=function(){return-(15*Math.round(this.$d.getTimezoneOffset()/15))},t.diff=function(e,t,r){var c,d=y.p(t),f=C(e),p=6e4*(f.utcOffset()-this.utcOffset()),h=this-f,m=y.m(this,f);return m=((c={})[u]=m/12,c[i]=m,c[s]=m/3,c[l]=(h-p)/6048e5,c.day=(h-p)/864e5,c[o]=h/36e5,c[a]=h/6e4,c[n]=h/1e3,c)[d]||h,r?m:y.a(m)},t.daysInMonth=function(){return this.endOf(i).$D},t.$locale=function(){return m[this.$L]},t.locale=function(e,t){if(!e)return this.$L;var r=this.clone(),n=g(e,t,!0);return n&&(r.$L=n),r},t.clone=function(){return y.w(this.$d,this)},t.toDate=function(){return new Date(this.valueOf())},t.toJSON=function(){return this.isValid()?this.toISOString():null},t.toISOString=function(){return this.$d.toISOString()},t.toString=function(){return this.$d.toUTCString()},e}()).prototype,C.prototype=S,[["$ms",r],["$s",n],["$m",a],["$H",o],["$W","day"],["$M",i],["$y",u],["$D",c]].forEach(function(e){S[e[1]]=function(t){return this.$g(t,e[0],e[1])}}),C.extend=function(e,t){return e.$i||(e(t,b,C),e.$i=!0),C},C.locale=g,C.isDayjs=v,C.unix=function(e){return C(1e3*e)},C.en=m[h],C.Ls=m,C.p={},C)}),l=a(function(e,t){e.exports=function(e,t,r){var n=t.prototype;r.utc=function(e){return new t({date:e,utc:!0,args:arguments})},n.utc=function(e){var t=r(this.toDate(),{locale:this.$L,utc:!0});return e?t.add(this.utcOffset(),"minute"):t},n.local=function(){return r(this.toDate(),{locale:this.$L,utc:!1})};var a=n.parse;n.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),a.call(this,e)};var o=n.init;n.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else o.call(this)};var l=n.utcOffset;n.utcOffset=function(e,t){var r=this.$utils().u;if(r(e))return this.$u?0:r(this.$offset)?l.call(this):this.$offset;var n=16>=Math.abs(e)?60*e:e,a=this;if(t)return a.$offset=n,a.$u=0===e,a;if(0!==e){var o=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(a=this.local().add(n+o,"minute")).$offset=n,a.$x.$localOffset=o}else a=this.utc();return a};var i=n.format;n.format=function(e){return i.call(this,e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":""))},n.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||(new Date).getTimezoneOffset());return this.$d.valueOf()-6e4*e},n.isUTC=function(){return!!this.$u},n.toISOString=function(){return this.toDate().toISOString()},n.toString=function(){return this.toDate().toUTCString()};var s=n.toDate;n.toDate=function(e){return"s"===e&&this.$offset?r(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():s.call(this)};var u=n.diff;n.diff=function(e,t,n){if(e&&this.$u===e.$u)return u.call(this,e,t,n);var a=this.local(),o=r(e).local();return u.call(a,o,t,n)}}}),i=RegExp("%[a-f0-9]{2}","gi"),s=RegExp("(%[a-f0-9]{2})+","gi"),u=function(e){if("string"!=typeof e)throw TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return e=e.replace(/\+/g," "),decodeURIComponent(e)}catch(t){return function(e){for(var t={"%FE%FF":"��","%FF%FE":"��"},r=s.exec(e);r;){try{t[r[0]]=decodeURIComponent(r[0])}catch(e){var n=function(e){try{return decodeURIComponent(e)}catch(n){for(var t=e.match(i),r=1;r<t.length;r++)t=(e=(function e(t,r){try{return decodeURIComponent(t.join(""))}catch(e){}if(1===t.length)return t;var n=t.slice(0,r=r||1),a=t.slice(r);return Array.prototype.concat.call([],e(n),e(a))})(t,r).join("")).match(i);return e}}(r[0]);n!==r[0]&&(t[r[0]]=n)}r=s.exec(e)}t["%C2"]="�";for(var a=Object.keys(t),o=0;o<a.length;o++){var l=a[o];e=e.replace(RegExp(l,"g"),t[l])}return e}(e)}},c=(e,t)=>{if("string"!=typeof e||"string"!=typeof t)throw TypeError("Expected the arguments to be of type `string`");if(""===t)return[e];let r=e.indexOf(t);return -1===r?[e]:[e.slice(0,r),e.slice(r+t.length)]},d=function(e,t){for(var r={},n=Object.keys(e),a=Array.isArray(t),o=0;o<n.length;o++){var l=n[o],i=e[l];(a?-1!==t.indexOf(l):t(l,i,e))&&(r[l]=i)}return r},f=a(function(e,t){function r(e){if("string"!=typeof e||1!==e.length)throw TypeError("arrayFormatSeparator must be single character string")}function n(e,t){return t.encode?t.strict?encodeURIComponent(e).replace(/[!'()*]/g,e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`):encodeURIComponent(e):e}function a(e,t){return t.decode?u(e):e}function o(e){let t=e.indexOf("#");return -1!==t&&(e=e.slice(0,t)),e}function l(e){let t=(e=o(e)).indexOf("?");return -1===t?"":e.slice(t+1)}function i(e,t){return t.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):t.parseBooleans&&null!==e&&("true"===e.toLowerCase()||"false"===e.toLowerCase())&&(e="true"===e.toLowerCase()),e}function s(e,t){r((t=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},t)).arrayFormatSeparator);let n=function(e){let t;switch(e.arrayFormat){case"index":return(e,r,n)=>{t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),t?(void 0===n[e]&&(n[e]={}),n[e][t[1]]=r):n[e]=r};case"bracket":return(e,r,n)=>{t=/(\[\])$/.exec(e),n[e=e.replace(/\[\]$/,"")]=t?void 0!==n[e]?[].concat(n[e],r):[r]:r};case"comma":case"separator":return(t,r,n)=>{let o="string"==typeof r&&r.includes(e.arrayFormatSeparator),l="string"==typeof r&&!o&&a(r,e).includes(e.arrayFormatSeparator);r=l?a(r,e):r;let i=o||l?r.split(e.arrayFormatSeparator).map(t=>a(t,e)):null===r?r:a(r,e);n[t]=i};default:return(e,t,r)=>{r[e]=void 0!==r[e]?[].concat(r[e],t):t}}}(t),o=Object.create(null);if("string"!=typeof e||!(e=e.trim().replace(/^[?#&]/,"")))return o;for(let r of e.split("&")){if(""===r)continue;let[e,l]=c(t.decode?r.replace(/\+/g," "):r,"=");l=void 0===l?null:["comma","separator"].includes(t.arrayFormat)?l:a(l,t),n(a(e,t),l,o)}for(let e of Object.keys(o)){let r=o[e];if("object"==typeof r&&null!==r)for(let e of Object.keys(r))r[e]=i(r[e],t);else o[e]=i(r,t)}return!1===t.sort?o:(!0===t.sort?Object.keys(o).sort():Object.keys(o).sort(t.sort)).reduce((e,t)=>{let r=o[t];return e[t]=r&&"object"==typeof r&&!Array.isArray(r)?function e(t){return Array.isArray(t)?t.sort():"object"==typeof t?e(Object.keys(t)).sort((e,t)=>Number(e)-Number(t)).map(e=>t[e]):t}(r):r,e},Object.create(null))}t.extract=l,t.parse=s,t.stringify=(e,t)=>{if(!e)return"";r((t=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},t)).arrayFormatSeparator);let a=r=>t.skipNull&&null==e[r]||t.skipEmptyString&&""===e[r],o=function(e){switch(e.arrayFormat){case"index":return t=>(r,a)=>{let o=r.length;return void 0===a||e.skipNull&&null===a||e.skipEmptyString&&""===a?r:null===a?[...r,[n(t,e),"[",o,"]"].join("")]:[...r,[n(t,e),"[",n(o,e),"]=",n(a,e)].join("")]};case"bracket":return t=>(r,a)=>void 0===a||e.skipNull&&null===a||e.skipEmptyString&&""===a?r:null===a?[...r,[n(t,e),"[]"].join("")]:[...r,[n(t,e),"[]=",n(a,e)].join("")];case"comma":case"separator":return t=>(r,a)=>null==a||0===a.length?r:0===r.length?[[n(t,e),"=",n(a,e)].join("")]:[[r,n(a,e)].join(e.arrayFormatSeparator)];default:return t=>(r,a)=>void 0===a||e.skipNull&&null===a||e.skipEmptyString&&""===a?r:null===a?[...r,n(t,e)]:[...r,[n(t,e),"=",n(a,e)].join("")]}}(t),l={};for(let t of Object.keys(e))a(t)||(l[t]=e[t]);let i=Object.keys(l);return!1!==t.sort&&i.sort(t.sort),i.map(r=>{let a=e[r];return void 0===a?"":null===a?n(r,t):Array.isArray(a)?a.reduce(o(r),[]).join("&"):n(r,t)+"="+n(a,t)}).filter(e=>e.length>0).join("&")},t.parseUrl=(e,t)=>{t=Object.assign({decode:!0},t);let[r,n]=c(e,"#");return Object.assign({url:r.split("?")[0]||"",query:s(l(e),t)},t&&t.parseFragmentIdentifier&&n?{fragmentIdentifier:a(n,t)}:{})},t.stringifyUrl=(e,r)=>{r=Object.assign({encode:!0,strict:!0},r);let a=o(e.url).split("?")[0]||"",l=t.extract(e.url),i=Object.assign(t.parse(l,{sort:!1}),e.query),s=t.stringify(i,r);s&&(s=`?${s}`);let u=function(e){let t="",r=e.indexOf("#");return -1!==r&&(t=e.slice(r)),t}(e.url);return e.fragmentIdentifier&&(u=`#${n(e.fragmentIdentifier,r)}`),`${a}${s}${u}`},t.pick=(e,r,n)=>{n=Object.assign({parseFragmentIdentifier:!0},n);let{url:a,query:o,fragmentIdentifier:l}=t.parseUrl(e,n);return t.stringifyUrl({url:a,query:d(o,r),fragmentIdentifier:l},n)},t.exclude=(e,r,n)=>{let a=Array.isArray(r)?e=>!r.includes(e):(e,t)=>!r(e,t);return t.pick(e,a,n)}});let p={dateTimeLocal:"YYYY-MM-DD[T]HH:mm:ss",dateTimeUTC:"YYYYMMDD[T]HHmmss[Z]",allDay:"YYYYMMDD"};function h({startTime:e,endTime:t},r){let n=p[r];return{start:e.format(n),end:t.format(n)}}o.extend(l);let m=(e,t=!0)=>{let{start:r,end:a,duration:l}=e,i=function(e,t){if(null==e)return{};var r,n,a={},o=Object.keys(e);for(n=0;n<o.length;n++)t.indexOf(r=o[n])>=0||(a[r]=e[r]);return a}(e,["start","end","duration"]),s=t?o(r).utc():o(r),u=a?t?o(a).utc():o(a):(()=>{if(e.allDay)return s.add(1,"day");if(l&&2==l.length){let e=Number(l[0]);return s.add(e,l[1])}return t?o().utc():o()})();return n({},i,{startTime:s,endTime:u})},v=e=>{let t=m(e),{start:r,end:n}=h(t,t.allDay?"allDay":"dateTimeUTC"),a={action:"TEMPLATE",text:t.title,details:t.description,location:t.location,trp:t.busy,dates:r+"/"+n,recur:t.rRule?"RRULE:"+t.rRule:void 0};return t.guests&&t.guests.length&&(a.add=t.guests.join()),`https://calendar.google.com/calendar/render?${f.stringify(a)}`},g=e=>{let t=m(e,!1),{start:r,end:n}=h(t,"dateTimeLocal");return`https://outlook.live.com/calendar/0/action/compose?${f.stringify({path:"/calendar/action/compose",rru:"addevent",startdt:r,enddt:n,subject:t.title,body:t.description,location:t.location,allday:t.allDay||!1})}`},C=e=>{let t=m(e,!1),{start:r,end:n}=h(t,"dateTimeLocal");return`https://outlook.office.com/calendar/0/action/compose?${f.stringify({path:"/calendar/action/compose",rru:"addevent",startdt:r,enddt:n,subject:t.title,body:t.description,location:t.location,allday:t.allDay||!1})}`},y=e=>{let t=m(e),{start:r,end:n}=h(t,t.allDay?"allDay":"dateTimeUTC");return`https://calendar.yahoo.com/?${f.stringify({v:60,title:t.title,st:r,et:n,desc:t.description,in_loc:t.location,dur:!!t.allDay&&"allday"})}`},b=e=>{let t=m(e),r=(t.description||"").replace(/,/gm,",").replace(/;/gm,";").replace(/\r\n/gm,"\n").replace(/\n/gm,"\\n").replace(/(\\n)[\s\t]+/gm,"\\n"),n=(t.location||"").replace(/,/gm,",").replace(/;/gm,";").replace(/\r\n/gm,"\n").replace(/\n/gm,"\\n").replace(/(\\n)[\s\t]+/gm,"\\n"),{start:a,end:l}=h(t,t.allDay?"allDay":"dateTimeUTC"),i=o(new Date).utc().format(p.dateTimeUTC),s=[{key:"BEGIN",value:"VCALENDAR"},{key:"VERSION",value:"2.0"},{key:"PRODID",value:t.title},{key:"BEGIN",value:"VEVENT"},{key:"URL",value:t.url},{key:"DTSTART",value:a},{key:"DTEND",value:l},{key:"DTSTAMP",value:i},{key:"RRULE",value:t.rRule},{key:"SUMMARY",value:t.title},{key:"DESCRIPTION",value:r},{key:"LOCATION",value:n},{key:"ORGANIZER",value:t.organizer},{key:"UID",value:Math.floor(1e5*Math.random()).toString().replace(".","")},{key:"END",value:"VEVENT"},{key:"END",value:"VCALENDAR"}],u="";return s.forEach(e=>{if(e.value){if("ORGANIZER"==e.key){let t=e.value;u+=`${e.key};${encodeURIComponent(`CN=${t.name}:MAILTO:${t.email}\r
`)}`}else u+=`${e.key}:${encodeURIComponent(`${e.value}\r
`)}`}}),`data:text/calendar;charset=utf8,${u}`}},64357:function(e,t,r){"use strict";r.d(t,{M:function(){return g}});var n=r(27573),a=r(7653),o=r(14),l=r(2415),i=r(11668);class s extends a.Component{getSnapshotBeforeUpdate(e){let t=this.props.childRef.current;if(t&&e.isPresent&&!this.props.isPresent){let e=this.props.sizeRef.current;e.height=t.offsetHeight||0,e.width=t.offsetWidth||0,e.top=t.offsetTop,e.left=t.offsetLeft}return null}componentDidUpdate(){}render(){return this.props.children}}function u(e){let{children:t,isPresent:r}=e,o=(0,a.useId)(),l=(0,a.useRef)(null),u=(0,a.useRef)({width:0,height:0,top:0,left:0}),{nonce:c}=(0,a.useContext)(i._);return(0,a.useInsertionEffect)(()=>{let{width:e,height:t,top:n,left:a}=u.current;if(r||!l.current||!e||!t)return;l.current.dataset.motionPopId=o;let i=document.createElement("style");return c&&(i.nonce=c),document.head.appendChild(i),i.sheet&&i.sheet.insertRule(`
          [data-motion-pop-id="${o}"] {
            position: absolute !important;
            width: ${e}px !important;
            height: ${t}px !important;
            top: ${n}px !important;
            left: ${a}px !important;
          }
        `),()=>{document.head.removeChild(i)}},[r]),(0,n.jsx)(s,{isPresent:r,childRef:l,sizeRef:u,children:a.cloneElement(t,{ref:l})})}let c=e=>{let{children:t,initial:r,isPresent:i,onExitComplete:s,custom:c,presenceAffectsLayout:f,mode:p}=e,h=(0,l.h)(d),m=(0,a.useId)(),v=(0,a.useCallback)(e=>{for(let t of(h.set(e,!0),h.values()))if(!t)return;s&&s()},[h,s]),g=(0,a.useMemo)(()=>({id:m,initial:r,isPresent:i,custom:c,onExitComplete:v,register:e=>(h.set(e,!1),()=>h.delete(e))}),f?[Math.random(),v]:[i,v]);return(0,a.useMemo)(()=>{h.forEach((e,t)=>h.set(t,!1))},[i]),a.useEffect(()=>{i||h.size||!s||s()},[i]),"popLayout"===p&&(t=(0,n.jsx)(u,{isPresent:i,children:t})),(0,n.jsx)(o.O.Provider,{value:g,children:t})};function d(){return new Map}var f=r(50728),p=r(40131);let h=e=>e.key||"";function m(e){let t=[];return a.Children.forEach(e,e=>{(0,a.isValidElement)(e)&&t.push(e)}),t}var v=r(98739);let g=e=>{let{children:t,exitBeforeEnter:r,custom:o,initial:i=!0,onExitComplete:s,presenceAffectsLayout:u=!0,mode:d="sync"}=e;(0,p.k)(!r,"Replace exitBeforeEnter with mode='wait'");let g=(0,a.useMemo)(()=>m(t),[t]),C=g.map(h),y=(0,a.useRef)(!0),b=(0,a.useRef)(g),S=(0,l.h)(()=>new Map),[x,w]=(0,a.useState)(g),[k,E]=(0,a.useState)(g);(0,v.L)(()=>{y.current=!1,b.current=g;for(let e=0;e<k.length;e++){let t=h(k[e]);C.includes(t)?S.delete(t):!0!==S.get(t)&&S.set(t,!1)}},[k,C.length,C.join("-")]);let M=[];if(g!==x){let e=[...g];for(let t=0;t<k.length;t++){let r=k[t],n=h(r);C.includes(n)||(e.splice(t,0,r),M.push(r))}"wait"===d&&M.length&&(e=M),E(m(e)),w(g);return}let{forceRender:I}=(0,a.useContext)(f.p);return(0,n.jsx)(n.Fragment,{children:k.map(e=>{let t=h(e),r=g===k||C.includes(t);return(0,n.jsx)(c,{isPresent:r,initial:(!y.current||!!i)&&void 0,custom:r?void 0:o,presenceAffectsLayout:u,mode:d,onExitComplete:r?void 0:()=>{if(!S.has(t))return;S.set(t,!0);let e=!0;S.forEach(t=>{t||(e=!1)}),e&&(null==I||I(),E(b.current),s&&s())},children:e},t)})})}},40319:function(e,t,r){"use strict";r.d(t,{s7:function(){return w}});var n=r(90723);let a=e=>{if("string"!=typeof e)throw TypeError("invalid pattern");if(e.length>65536)throw TypeError("pattern is too long")},o={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},l=e=>e.replace(/[[\]\\-]/g,"\\$&"),i=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),s=e=>e.join(""),u=(e,t)=>{if("["!==e.charAt(t))throw Error("not in a brace expression");let r=[],n=[],a=t+1,u=!1,c=!1,d=!1,f=!1,p=t,h="";r:for(;a<e.length;){let i=e.charAt(a);if(("!"===i||"^"===i)&&a===t+1){f=!0,a++;continue}if("]"===i&&u&&!d){p=a+1;break}if(u=!0,"\\"===i&&!d){d=!0,a++;continue}if("["===i&&!d){for(let[l,[i,s,u]]of Object.entries(o))if(e.startsWith(l,a)){if(h)return["$.",!1,e.length-t,!0];a+=l.length,u?n.push(i):r.push(i),c=c||s;continue r}}if(d=!1,h){i>h?r.push(l(h)+"-"+l(i)):i===h&&r.push(l(i)),h="",a++;continue}if(e.startsWith("-]",a+1)){r.push(l(i+"-")),a+=2;continue}if(e.startsWith("-",a+1)){h=i,a+=2;continue}r.push(l(i)),a++}if(p<a)return["",!1,0,!1];if(!r.length&&!n.length)return["$.",!1,e.length-t,!0];if(0===n.length&&1===r.length&&/^\\?.$/.test(r[0])&&!f)return[i(2===r[0].length?r[0].slice(-1):r[0]),!1,p-t,!1];let m="["+(f?"^":"")+s(r)+"]",v="["+(f?"":"^")+s(n)+"]";return[r.length&&n.length?"("+m+"|"+v+")":r.length?m:v,c,p-t,!0]},c=(e,{windowsPathsNoEscape:t=!1}={})=>t?e.replace(/\[([^\/\\])\]/g,"$1"):e.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"),d=new Set(["!","?","+","*","@"]),f=e=>d.has(e),p="(?!\\.)",h=new Set(["[","."]),m=new Set(["..","."]),v=new Set("().*{}+?[]^$\\!"),g=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),C="[^/]",y=C+"*?",b=C+"+?";class S{type;#b;#S;#x=!1;#w=[];#k;#E;#M;#I=!1;#R;#N;#T=!1;constructor(e,t,r={}){this.type=e,e&&(this.#S=!0),this.#k=t,this.#b=this.#k?this.#k.#b:this,this.#R=this.#b===this?r:this.#b.#R,this.#M=this.#b===this?[]:this.#b.#M,"!"!==e||this.#b.#I||this.#M.push(this),this.#E=this.#k?this.#k.#w.length:0}get hasMagic(){if(void 0!==this.#S)return this.#S;for(let e of this.#w)if("string"!=typeof e&&(e.type||e.hasMagic))return this.#S=!0;return this.#S}toString(){return void 0!==this.#N?this.#N:this.type?this.#N=this.type+"("+this.#w.map(e=>String(e)).join("|")+")":this.#N=this.#w.map(e=>String(e)).join("")}#L(){let e;if(this!==this.#b)throw Error("should only call on root");if(this.#I)return this;for(this.toString(),this.#I=!0;e=this.#M.pop();){if("!"!==e.type)continue;let t=e,r=t.#k;for(;r;){for(let n=t.#E+1;!r.type&&n<r.#w.length;n++)for(let t of e.#w){if("string"==typeof t)throw Error("string part in extglob AST??");t.copyIn(r.#w[n])}r=(t=r).#k}}return this}push(...e){for(let t of e)if(""!==t){if("string"!=typeof t&&!(t instanceof S&&t.#k===this))throw Error("invalid part: "+t);this.#w.push(t)}}toJSON(){let e=null===this.type?this.#w.slice().map(e=>"string"==typeof e?e:e.toJSON()):[this.type,...this.#w.map(e=>e.toJSON())];return this.isStart()&&!this.type&&e.unshift([]),this.isEnd()&&(this===this.#b||this.#b.#I&&this.#k?.type==="!")&&e.push({}),e}isStart(){if(this.#b===this)return!0;if(!this.#k?.isStart())return!1;if(0===this.#E)return!0;let e=this.#k;for(let t=0;t<this.#E;t++){let r=e.#w[t];if(!(r instanceof S&&"!"===r.type))return!1}return!0}isEnd(){if(this.#b===this||this.#k?.type==="!")return!0;if(!this.#k?.isEnd())return!1;if(!this.type)return this.#k?.isEnd();let e=this.#k?this.#k.#w.length:0;return this.#E===e-1}copyIn(e){"string"==typeof e?this.push(e):this.push(e.clone(this))}clone(e){let t=new S(this.type,e);for(let e of this.#w)t.copyIn(e);return t}static #P(e,t,r,n){let a=!1,o=!1,l=-1,i=!1;if(null===t.type){let s=r,u="";for(;s<e.length;){let r=e.charAt(s++);if(a||"\\"===r){a=!a,u+=r;continue}if(o){s===l+1?("^"===r||"!"===r)&&(i=!0):"]"!==r||s===l+2&&i||(o=!1),u+=r;continue}if("["===r){o=!0,l=s,i=!1,u+=r;continue}if(!n.noext&&f(r)&&"("===e.charAt(s)){t.push(u),u="";let a=new S(r,t);s=S.#P(e,a,s,n),t.push(a);continue}u+=r}return t.push(u),s}let s=r+1,u=new S(null,t),c=[],d="";for(;s<e.length;){let r=e.charAt(s++);if(a||"\\"===r){a=!a,d+=r;continue}if(o){s===l+1?("^"===r||"!"===r)&&(i=!0):"]"!==r||s===l+2&&i||(o=!1),d+=r;continue}if("["===r){o=!0,l=s,i=!1,d+=r;continue}if(f(r)&&"("===e.charAt(s)){u.push(d),d="";let t=new S(r,u);u.push(t),s=S.#P(e,t,s,n);continue}if("|"===r){u.push(d),d="",c.push(u),u=new S(null,t);continue}if(")"===r)return""===d&&0===t.#w.length&&(t.#T=!0),u.push(d),d="",t.push(...c,u),s;d+=r}return t.type=null,t.#S=void 0,t.#w=[e.substring(r-1)],s}static fromGlob(e,t={}){let r=new S(null,void 0,t);return S.#P(e,r,0,t),r}toMMPattern(){if(this!==this.#b)return this.#b.toMMPattern();let e=this.toString(),[t,r,n,a]=this.toRegExpSource();return n||this.#S||this.#R.nocase&&!this.#R.nocaseMagicOnly&&e.toUpperCase()!==e.toLowerCase()?Object.assign(RegExp(`^${t}$`,(this.#R.nocase?"i":"")+(a?"u":"")),{_src:t,_glob:e}):r}get options(){return this.#R}toRegExpSource(e){let t=e??!!this.#R.dot;if(this.#b===this&&this.#L(),!this.type){let r=this.isStart()&&this.isEnd(),n=this.#w.map(t=>{let[n,a,o,l]="string"==typeof t?S.#O(t,this.#S,r):t.toRegExpSource(e);return this.#S=this.#S||o,this.#x=this.#x||l,n}).join(""),a="";if(this.isStart()&&"string"==typeof this.#w[0]&&!(1===this.#w.length&&m.has(this.#w[0]))){let r=t&&h.has(n.charAt(0))||n.startsWith("\\.")&&h.has(n.charAt(2))||n.startsWith("\\.\\.")&&h.has(n.charAt(4)),o=!t&&!e&&h.has(n.charAt(0));a=r?"(?!(?:^|/)\\.\\.?(?:$|/))":o?p:""}let o="";return this.isEnd()&&this.#b.#I&&this.#k?.type==="!"&&(o="(?:$|\\/)"),[a+n+o,c(n),this.#S=!!this.#S,this.#x]}let r="*"===this.type||"+"===this.type,n="!"===this.type?"(?:(?!(?:":"(?:",a=this.#A(t);if(this.isStart()&&this.isEnd()&&!a&&"!"!==this.type){let e=this.toString();return this.#w=[e],this.type=null,this.#S=void 0,[e,c(this.toString()),!1,!1]}let o=!r||e||t||!p?"":this.#A(!0);return o===a&&(o=""),o&&(a=`(?:${a})(?:${o})*?`),["!"===this.type&&this.#T?(this.isStart()&&!t?p:"")+b:n+a+("!"===this.type?"))"+(!this.isStart()||t||e?"":p)+y+")":"@"===this.type?")":"?"===this.type?")?":"+"===this.type&&o?")":"*"===this.type&&o?")?":`)${this.type}`),c(a),this.#S=!!this.#S,this.#x]}#A(e){return this.#w.map(t=>{if("string"==typeof t)throw Error("string type in extglob ast??");let[r,n,a,o]=t.toRegExpSource(e);return this.#x=this.#x||o,r}).filter(e=>!(this.isStart()&&this.isEnd())||!!e).join("|")}static #O(e,t,r=!1){let n=!1,a="",o=!1;for(let l=0;l<e.length;l++){let i=e.charAt(l);if(n){n=!1,a+=(v.has(i)?"\\":"")+i;continue}if("\\"===i){l===e.length-1?a+="\\\\":n=!0;continue}if("["===i){let[r,n,i,s]=u(e,l);if(i){a+=r,o=o||n,l+=i-1,t=t||s;continue}}if("*"===i){r&&"*"===e?a+=b:a+=y,t=!0;continue}if("?"===i){a+=C,t=!0;continue}a+=g(i)}return[a,c(e),!!t,o]}}var x=r(68571);let w=(e,t,r={})=>(a(t),(!!r.nocomment||"#"!==t.charAt(0))&&new X(t,r).match(e)),k=/^\*+([^+@!?\*\[\(]*)$/,E=e=>t=>!t.startsWith(".")&&t.endsWith(e),M=e=>t=>t.endsWith(e),I=e=>(e=e.toLowerCase(),t=>!t.startsWith(".")&&t.toLowerCase().endsWith(e)),R=e=>(e=e.toLowerCase(),t=>t.toLowerCase().endsWith(e)),N=/^\*+\.\*+$/,T=e=>!e.startsWith(".")&&e.includes("."),L=e=>"."!==e&&".."!==e&&e.includes("."),P=/^\.\*+$/,O=e=>"."!==e&&".."!==e&&e.startsWith("."),A=/^\*+$/,V=e=>0!==e.length&&!e.startsWith("."),j=e=>0!==e.length&&"."!==e&&".."!==e,$=/^\?+([^+@!?\*\[\(]*)?$/,B=([e,t=""])=>{let r=_([e]);return t?(t=t.toLowerCase(),e=>r(e)&&e.toLowerCase().endsWith(t)):r},D=([e,t=""])=>{let r=Z([e]);return t?(t=t.toLowerCase(),e=>r(e)&&e.toLowerCase().endsWith(t)):r},H=([e,t=""])=>{let r=Z([e]);return t?e=>r(e)&&e.endsWith(t):r},F=([e,t=""])=>{let r=_([e]);return t?e=>r(e)&&e.endsWith(t):r},_=([e])=>{let t=e.length;return e=>e.length===t&&!e.startsWith(".")},Z=([e])=>{let t=e.length;return e=>e.length===t&&"."!==e&&".."!==e},z="object"==typeof x&&x?"object"==typeof x.env&&x.env&&x.env.__MINIMATCH_TESTING_PLATFORM__||x.platform:"posix",G={win32:{sep:"\\"},posix:{sep:"/"}},U="win32"===z?G.win32.sep:G.posix.sep;w.sep=U;let W=Symbol("globstar **");w.GLOBSTAR=W,w.filter=(e,t={})=>r=>w(r,e,t);let K=(e,t={})=>Object.assign({},e,t);w.defaults=e=>{if(!e||"object"!=typeof e||!Object.keys(e).length)return w;let t=w;return Object.assign((r,n,a={})=>t(r,n,K(e,a)),{Minimatch:class extends t.Minimatch{constructor(t,r={}){super(t,K(e,r))}static defaults(r){return t.defaults(K(e,r)).Minimatch}},AST:class extends t.AST{constructor(t,r,n={}){super(t,r,K(e,n))}static fromGlob(r,n={}){return t.AST.fromGlob(r,K(e,n))}},unescape:(r,n={})=>t.unescape(r,K(e,n)),escape:(r,n={})=>t.escape(r,K(e,n)),filter:(r,n={})=>t.filter(r,K(e,n)),defaults:r=>t.defaults(K(e,r)),makeRe:(r,n={})=>t.makeRe(r,K(e,n)),braceExpand:(r,n={})=>t.braceExpand(r,K(e,n)),match:(r,n,a={})=>t.match(r,n,K(e,a)),sep:t.sep,GLOBSTAR:W})};let J=(e,t={})=>(a(e),t.nobrace||!/\{(?:(?!\{).)*\}/.test(e))?[e]:n(e);w.braceExpand=J,w.makeRe=(e,t={})=>new X(e,t).makeRe(),w.match=(e,t,r={})=>{let n=new X(t,r);return e=e.filter(e=>n.match(e)),n.options.nonull&&!e.length&&e.push(t),e};let q=/[?*]|[+@!]\(.*?\)|\[|\]/,Y=e=>e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");class X{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(e,t={}){a(e),t=t||{},this.options=t,this.pattern=e,this.platform=t.platform||z,this.isWindows="win32"===this.platform,this.windowsPathsNoEscape=!!t.windowsPathsNoEscape||!1===t.allowWindowsEscape,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!t.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!t.nonegate,this.comment=!1,this.empty=!1,this.partial=!!t.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=void 0!==t.windowsNoMagicRoot?t.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let e of this.set)for(let t of e)if("string"!=typeof t)return!0;return!1}debug(...e){}make(){let e=this.pattern,t=this.options;if(!t.nocomment&&"#"===e.charAt(0)){this.comment=!0;return}if(!e){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],t.debug&&(this.debug=(...e)=>console.error(...e)),this.debug(this.pattern,this.globSet);let r=this.globSet.map(e=>this.slashSplit(e));this.globParts=this.preprocess(r),this.debug(this.pattern,this.globParts);let n=this.globParts.map((e,t,r)=>{if(this.isWindows&&this.windowsNoMagicRoot){let t=""===e[0]&&""===e[1]&&("?"===e[2]||!q.test(e[2]))&&!q.test(e[3]),r=/^[a-z]:/i.test(e[0]);if(t)return[...e.slice(0,4),...e.slice(4).map(e=>this.parse(e))];if(r)return[e[0],...e.slice(1).map(e=>this.parse(e))]}return e.map(e=>this.parse(e))});if(this.debug(this.pattern,n),this.set=n.filter(e=>-1===e.indexOf(!1)),this.isWindows)for(let e=0;e<this.set.length;e++){let t=this.set[e];""===t[0]&&""===t[1]&&"?"===this.globParts[e][2]&&"string"==typeof t[3]&&/^[a-z]:$/i.test(t[3])&&(t[2]="?")}this.debug(this.pattern,this.set)}preprocess(e){if(this.options.noglobstar)for(let t=0;t<e.length;t++)for(let r=0;r<e[t].length;r++)"**"===e[t][r]&&(e[t][r]="*");let{optimizationLevel:t=1}=this.options;return t>=2?(e=this.firstPhasePreProcess(e),e=this.secondPhasePreProcess(e)):e=t>=1?this.levelOneOptimize(e):this.adjascentGlobstarOptimize(e),e}adjascentGlobstarOptimize(e){return e.map(e=>{let t=-1;for(;-1!==(t=e.indexOf("**",t+1));){let r=t;for(;"**"===e[r+1];)r++;r!==t&&e.splice(t,r-t)}return e})}levelOneOptimize(e){return e.map(e=>0===(e=e.reduce((e,t)=>{let r=e[e.length-1];return"**"===t&&"**"===r||(".."===t&&r&&".."!==r&&"."!==r&&"**"!==r?e.pop():e.push(t)),e},[])).length?[""]:e)}levelTwoFileOptimize(e){Array.isArray(e)||(e=this.slashSplit(e));let t=!1;do{if(t=!1,!this.preserveMultipleSlashes){for(let r=1;r<e.length-1;r++){let n=e[r];(1!==r||""!==n||""!==e[0])&&("."===n||""===n)&&(t=!0,e.splice(r,1),r--)}"."===e[0]&&2===e.length&&("."===e[1]||""===e[1])&&(t=!0,e.pop())}let r=0;for(;-1!==(r=e.indexOf("..",r+1));){let n=e[r-1];n&&"."!==n&&".."!==n&&"**"!==n&&(t=!0,e.splice(r-1,2),r-=2)}}while(t);return 0===e.length?[""]:e}firstPhasePreProcess(e){let t=!1;do for(let r of(t=!1,e)){let n=-1;for(;-1!==(n=r.indexOf("**",n+1));){let a=n;for(;"**"===r[a+1];)a++;a>n&&r.splice(n+1,a-n);let o=r[n+1],l=r[n+2],i=r[n+3];if(".."!==o||!l||"."===l||".."===l||!i||"."===i||".."===i)continue;t=!0,r.splice(n,1);let s=r.slice(0);s[n]="**",e.push(s),n--}if(!this.preserveMultipleSlashes){for(let e=1;e<r.length-1;e++){let n=r[e];(1!==e||""!==n||""!==r[0])&&("."===n||""===n)&&(t=!0,r.splice(e,1),e--)}"."===r[0]&&2===r.length&&("."===r[1]||""===r[1])&&(t=!0,r.pop())}let a=0;for(;-1!==(a=r.indexOf("..",a+1));){let e=r[a-1];if(e&&"."!==e&&".."!==e&&"**"!==e){t=!0;let e=1===a&&"**"===r[a+1]?["."]:[];r.splice(a-1,2,...e),0===r.length&&r.push(""),a-=2}}}while(t);return e}secondPhasePreProcess(e){for(let t=0;t<e.length-1;t++)for(let r=t+1;r<e.length;r++){let n=this.partsMatch(e[t],e[r],!this.preserveMultipleSlashes);if(n){e[t]=[],e[r]=n;break}}return e.filter(e=>e.length)}partsMatch(e,t,r=!1){let n=0,a=0,o=[],l="";for(;n<e.length&&a<t.length;)if(e[n]===t[a])o.push("b"===l?t[a]:e[n]),n++,a++;else if(r&&"**"===e[n]&&t[a]===e[n+1])o.push(e[n]),n++;else if(r&&"**"===t[a]&&e[n]===t[a+1])o.push(t[a]),a++;else if("*"===e[n]&&t[a]&&(this.options.dot||!t[a].startsWith("."))&&"**"!==t[a]){if("b"===l)return!1;l="a",o.push(e[n]),n++,a++}else{if("*"!==t[a]||!e[n]||!this.options.dot&&e[n].startsWith(".")||"**"===e[n]||"a"===l)return!1;l="b",o.push(t[a]),n++,a++}return e.length===t.length&&o}parseNegate(){if(this.nonegate)return;let e=this.pattern,t=!1,r=0;for(let n=0;n<e.length&&"!"===e.charAt(n);n++)t=!t,r++;r&&(this.pattern=e.slice(r)),this.negate=t}matchOne(e,t,r=!1){let n=this.options;if(this.isWindows){let r="string"==typeof e[0]&&/^[a-z]:$/i.test(e[0]),n=!r&&""===e[0]&&""===e[1]&&"?"===e[2]&&/^[a-z]:$/i.test(e[3]),a="string"==typeof t[0]&&/^[a-z]:$/i.test(t[0]),o=!a&&""===t[0]&&""===t[1]&&"?"===t[2]&&"string"==typeof t[3]&&/^[a-z]:$/i.test(t[3]),l=n?3:r?0:void 0,i=o?3:a?0:void 0;if("number"==typeof l&&"number"==typeof i){let[r,n]=[e[l],t[i]];r.toLowerCase()===n.toLowerCase()&&(t[i]=r,i>l?t=t.slice(i):l>i&&(e=e.slice(l)))}}let{optimizationLevel:a=1}=this.options;a>=2&&(e=this.levelTwoFileOptimize(e)),this.debug("matchOne",this,{file:e,pattern:t}),this.debug("matchOne",e.length,t.length);for(var o=0,l=0,i=e.length,s=t.length;o<i&&l<s;o++,l++){let a;this.debug("matchOne loop");var u=t[l],c=e[o];if(this.debug(t,u,c),!1===u)return!1;if(u===W){this.debug("GLOBSTAR",[t,u,c]);var d=o,f=l+1;if(f===s){for(this.debug("** at the end");o<i;o++)if("."===e[o]||".."===e[o]||!n.dot&&"."===e[o].charAt(0))return!1;return!0}for(;d<i;){var p=e[d];if(this.debug("\nglobstar while",e,d,t,f,p),this.matchOne(e.slice(d),t.slice(f),r))return this.debug("globstar found match!",d,i,p),!0;if("."===p||".."===p||!n.dot&&"."===p.charAt(0)){this.debug("dot detected!",e,d,t,f);break}this.debug("globstar swallow a segment, and continue"),d++}if(r&&(this.debug("\n>>> no match, partial?",e,d,t,f),d===i))return!0;return!1}if("string"==typeof u?(a=c===u,this.debug("string match",u,c,a)):(a=u.test(c),this.debug("pattern match",u,c,a)),!a)return!1}if(o===i&&l===s)return!0;if(o===i)return r;if(l===s)return o===i-1&&""===e[o];throw Error("wtf?")}braceExpand(){return J(this.pattern,this.options)}parse(e){let t;a(e);let r=this.options;if("**"===e)return W;if(""===e)return"";let n=null;(t=e.match(A))?n=r.dot?j:V:(t=e.match(k))?n=(r.nocase?r.dot?R:I:r.dot?M:E)(t[1]):(t=e.match($))?n=(r.nocase?r.dot?D:B:r.dot?H:F)(t):(t=e.match(N))?n=r.dot?L:T:(t=e.match(P))&&(n=O);let o=S.fromGlob(e,this.options).toMMPattern();return n&&"object"==typeof o&&Reflect.defineProperty(o,"test",{value:n}),o}makeRe(){if(this.regexp||!1===this.regexp)return this.regexp;let e=this.set;if(!e.length)return this.regexp=!1,this.regexp;let t=this.options,r=t.noglobstar?"[^/]*?":t.dot?"(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?":"(?:(?!(?:\\/|^)\\.).)*?",n=new Set(t.nocase?["i"]:[]),a=e.map(e=>{let t=e.map(e=>{if(e instanceof RegExp)for(let t of e.flags.split(""))n.add(t);return"string"==typeof e?Y(e):e===W?W:e._src});return t.forEach((e,n)=>{let a=t[n+1],o=t[n-1];e===W&&o!==W&&(void 0===o?void 0!==a&&a!==W?t[n+1]="(?:\\/|"+r+"\\/)?"+a:t[n]=r:void 0===a?t[n-1]=o+"(?:\\/|"+r+")?":a!==W&&(t[n-1]=o+"(?:\\/|\\/"+r+"\\/)"+a,t[n+1]=W))}),t.filter(e=>e!==W).join("/")}).join("|"),[o,l]=e.length>1?["(?:",")"]:["",""];a="^"+o+a+l+"$",this.negate&&(a="^(?!"+a+").+$");try{this.regexp=new RegExp(a,[...n].join(""))}catch(e){this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,t=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return""===e;if("/"===e&&t)return!0;let r=this.options;this.isWindows&&(e=e.split("\\").join("/"));let n=this.slashSplit(e);this.debug(this.pattern,"split",n);let a=this.set;this.debug(this.pattern,"set",a);let o=n[n.length-1];if(!o)for(let e=n.length-2;!o&&e>=0;e--)o=n[e];for(let e=0;e<a.length;e++){let l=a[e],i=n;if(r.matchBase&&1===l.length&&(i=[o]),this.matchOne(i,l,t)){if(r.flipNegate)return!0;return!this.negate}}return!r.flipNegate&&this.negate}static defaults(e){return w.defaults(e).Minimatch}}w.AST=S,w.Minimatch=X,w.escape=(e,{windowsPathsNoEscape:t=!1}={})=>t?e.replace(/[?*()[\]]/g,"[$&]"):e.replace(/[?*()[\]\\]/g,"\\$&"),w.unescape=c},95067:function(e,t,r){"use strict";r.d(t,{CL:function(){return n.useReCaptcha}}),r(68185),r(59972);var n=r(84483);r(63611)},68321:function(e,t,r){"use strict";r.d(t,{U:function(){return s}});var n=r(7653);let a=e=>{let t;let r=new Set,n=(e,n)=>{let a="function"==typeof e?e(t):e;if(!Object.is(a,t)){let e=t;t=(null!=n?n:"object"!=typeof a||null===a)?a:Object.assign({},t,a),r.forEach(r=>r(t,e))}},a=()=>t,o={setState:n,getState:a,getInitialState:()=>l,subscribe:e=>(r.add(e),()=>r.delete(e))},l=t=e(n,a,o);return o},o=e=>e?a(e):a,l=e=>e,i=e=>{let t=o(e),r=e=>(function(e,t=l){let r=n.useSyncExternalStore(e.subscribe,()=>t(e.getState()),()=>t(e.getInitialState()));return n.useDebugValue(r),r})(t,e);return Object.assign(r,t),r},s=e=>e?i(e):i},2909:function(e){"use strict";e.exports=JSON.parse('[["AF","AFG","004","ISO 3166-2:AF"],["AL","ALB","008","ISO 3166-2:AL"],["DZ","DZA","012","ISO 3166-2:DZ"],["AS","ASM","016","ISO 3166-2:AS"],["AD","AND","020","ISO 3166-2:AD"],["AO","AGO","024","ISO 3166-2:AO"],["AI","AIA","660","ISO 3166-2:AI"],["AQ","ATA","010","ISO 3166-2:AQ"],["AG","ATG","028","ISO 3166-2:AG"],["AR","ARG","032","ISO 3166-2:AR"],["AM","ARM","051","ISO 3166-2:AM"],["AW","ABW","533","ISO 3166-2:AW"],["AU","AUS","036","ISO 3166-2:AU"],["AT","AUT","040","ISO 3166-2:AT"],["AZ","AZE","031","ISO 3166-2:AZ"],["BS","BHS","044","ISO 3166-2:BS"],["BH","BHR","048","ISO 3166-2:BH"],["BD","BGD","050","ISO 3166-2:BD"],["BB","BRB","052","ISO 3166-2:BB"],["BY","BLR","112","ISO 3166-2:BY"],["BE","BEL","056","ISO 3166-2:BE"],["BZ","BLZ","084","ISO 3166-2:BZ"],["BJ","BEN","204","ISO 3166-2:BJ"],["BM","BMU","060","ISO 3166-2:BM"],["BT","BTN","064","ISO 3166-2:BT"],["BO","BOL","068","ISO 3166-2:BO"],["BA","BIH","070","ISO 3166-2:BA"],["BW","BWA","072","ISO 3166-2:BW"],["BV","BVT","074","ISO 3166-2:BV"],["BR","BRA","076","ISO 3166-2:BR"],["IO","IOT","086","ISO 3166-2:IO"],["BN","BRN","096","ISO 3166-2:BN"],["BG","BGR","100","ISO 3166-2:BG"],["BF","BFA","854","ISO 3166-2:BF"],["BI","BDI","108","ISO 3166-2:BI"],["KH","KHM","116","ISO 3166-2:KH"],["CM","CMR","120","ISO 3166-2:CM"],["CA","CAN","124","ISO 3166-2:CA"],["CV","CPV","132","ISO 3166-2:CV"],["KY","CYM","136","ISO 3166-2:KY"],["CF","CAF","140","ISO 3166-2:CF"],["TD","TCD","148","ISO 3166-2:TD"],["CL","CHL","152","ISO 3166-2:CL"],["CN","CHN","156","ISO 3166-2:CN"],["CX","CXR","162","ISO 3166-2:CX"],["CC","CCK","166","ISO 3166-2:CC"],["CO","COL","170","ISO 3166-2:CO"],["KM","COM","174","ISO 3166-2:KM"],["CG","COG","178","ISO 3166-2:CG"],["CD","COD","180","ISO 3166-2:CD"],["CK","COK","184","ISO 3166-2:CK"],["CR","CRI","188","ISO 3166-2:CR"],["CI","CIV","384","ISO 3166-2:CI"],["HR","HRV","191","ISO 3166-2:HR"],["CU","CUB","192","ISO 3166-2:CU"],["CY","CYP","196","ISO 3166-2:CY"],["CZ","CZE","203","ISO 3166-2:CZ"],["DK","DNK","208","ISO 3166-2:DK"],["DJ","DJI","262","ISO 3166-2:DJ"],["DM","DMA","212","ISO 3166-2:DM"],["DO","DOM","214","ISO 3166-2:DO"],["EC","ECU","218","ISO 3166-2:EC"],["EG","EGY","818","ISO 3166-2:EG"],["SV","SLV","222","ISO 3166-2:SV"],["GQ","GNQ","226","ISO 3166-2:GQ"],["ER","ERI","232","ISO 3166-2:ER"],["EE","EST","233","ISO 3166-2:EE"],["ET","ETH","231","ISO 3166-2:ET"],["FK","FLK","238","ISO 3166-2:FK"],["FO","FRO","234","ISO 3166-2:FO"],["FJ","FJI","242","ISO 3166-2:FJ"],["FI","FIN","246","ISO 3166-2:FI"],["FR","FRA","250","ISO 3166-2:FR"],["GF","GUF","254","ISO 3166-2:GF"],["PF","PYF","258","ISO 3166-2:PF"],["TF","ATF","260","ISO 3166-2:TF"],["GA","GAB","266","ISO 3166-2:GA"],["GM","GMB","270","ISO 3166-2:GM"],["GE","GEO","268","ISO 3166-2:GE"],["DE","DEU","276","ISO 3166-2:DE"],["GH","GHA","288","ISO 3166-2:GH"],["GI","GIB","292","ISO 3166-2:GI"],["GR","GRC","300","ISO 3166-2:GR"],["GL","GRL","304","ISO 3166-2:GL"],["GD","GRD","308","ISO 3166-2:GD"],["GP","GLP","312","ISO 3166-2:GP"],["GU","GUM","316","ISO 3166-2:GU"],["GT","GTM","320","ISO 3166-2:GT"],["GN","GIN","324","ISO 3166-2:GN"],["GW","GNB","624","ISO 3166-2:GW"],["GY","GUY","328","ISO 3166-2:GY"],["HT","HTI","332","ISO 3166-2:HT"],["HM","HMD","334","ISO 3166-2:HM"],["VA","VAT","336","ISO 3166-2:VA"],["HN","HND","340","ISO 3166-2:HN"],["HK","HKG","344","ISO 3166-2:HK"],["HU","HUN","348","ISO 3166-2:HU"],["IS","ISL","352","ISO 3166-2:IS"],["IN","IND","356","ISO 3166-2:IN"],["ID","IDN","360","ISO 3166-2:ID"],["IR","IRN","364","ISO 3166-2:IR"],["IQ","IRQ","368","ISO 3166-2:IQ"],["IE","IRL","372","ISO 3166-2:IE"],["IL","ISR","376","ISO 3166-2:IL"],["IT","ITA","380","ISO 3166-2:IT"],["JM","JAM","388","ISO 3166-2:JM"],["JP","JPN","392","ISO 3166-2:JP"],["JO","JOR","400","ISO 3166-2:JO"],["KZ","KAZ","398","ISO 3166-2:KZ"],["KE","KEN","404","ISO 3166-2:KE"],["KI","KIR","296","ISO 3166-2:KI"],["KP","PRK","408","ISO 3166-2:KP"],["KR","KOR","410","ISO 3166-2:KR"],["KW","KWT","414","ISO 3166-2:KW"],["KG","KGZ","417","ISO 3166-2:KG"],["LA","LAO","418","ISO 3166-2:LA"],["LV","LVA","428","ISO 3166-2:LV"],["LB","LBN","422","ISO 3166-2:LB"],["LS","LSO","426","ISO 3166-2:LS"],["LR","LBR","430","ISO 3166-2:LR"],["LY","LBY","434","ISO 3166-2:LY"],["LI","LIE","438","ISO 3166-2:LI"],["LT","LTU","440","ISO 3166-2:LT"],["LU","LUX","442","ISO 3166-2:LU"],["MO","MAC","446","ISO 3166-2:MO"],["MG","MDG","450","ISO 3166-2:MG"],["MW","MWI","454","ISO 3166-2:MW"],["MY","MYS","458","ISO 3166-2:MY"],["MV","MDV","462","ISO 3166-2:MV"],["ML","MLI","466","ISO 3166-2:ML"],["MT","MLT","470","ISO 3166-2:MT"],["MH","MHL","584","ISO 3166-2:MH"],["MQ","MTQ","474","ISO 3166-2:MQ"],["MR","MRT","478","ISO 3166-2:MR"],["MU","MUS","480","ISO 3166-2:MU"],["YT","MYT","175","ISO 3166-2:YT"],["MX","MEX","484","ISO 3166-2:MX"],["FM","FSM","583","ISO 3166-2:FM"],["MD","MDA","498","ISO 3166-2:MD"],["MC","MCO","492","ISO 3166-2:MC"],["MN","MNG","496","ISO 3166-2:MN"],["MS","MSR","500","ISO 3166-2:MS"],["MA","MAR","504","ISO 3166-2:MA"],["MZ","MOZ","508","ISO 3166-2:MZ"],["MM","MMR","104","ISO 3166-2:MM"],["NA","NAM","516","ISO 3166-2:NA"],["NR","NRU","520","ISO 3166-2:NR"],["NP","NPL","524","ISO 3166-2:NP"],["NL","NLD","528","ISO 3166-2:NL"],["NC","NCL","540","ISO 3166-2:NC"],["NZ","NZL","554","ISO 3166-2:NZ"],["NI","NIC","558","ISO 3166-2:NI"],["NE","NER","562","ISO 3166-2:NE"],["NG","NGA","566","ISO 3166-2:NG"],["NU","NIU","570","ISO 3166-2:NU"],["NF","NFK","574","ISO 3166-2:NF"],["MP","MNP","580","ISO 3166-2:MP"],["MK","MKD","807","ISO 3166-2:MK"],["NO","NOR","578","ISO 3166-2:NO"],["OM","OMN","512","ISO 3166-2:OM"],["PK","PAK","586","ISO 3166-2:PK"],["PW","PLW","585","ISO 3166-2:PW"],["PS","PSE","275","ISO 3166-2:PS"],["PA","PAN","591","ISO 3166-2:PA"],["PG","PNG","598","ISO 3166-2:PG"],["PY","PRY","600","ISO 3166-2:PY"],["PE","PER","604","ISO 3166-2:PE"],["PH","PHL","608","ISO 3166-2:PH"],["PN","PCN","612","ISO 3166-2:PN"],["PL","POL","616","ISO 3166-2:PL"],["PT","PRT","620","ISO 3166-2:PT"],["PR","PRI","630","ISO 3166-2:PR"],["QA","QAT","634","ISO 3166-2:QA"],["RE","REU","638","ISO 3166-2:RE"],["RO","ROU","642","ISO 3166-2:RO"],["RU","RUS","643","ISO 3166-2:RU"],["RW","RWA","646","ISO 3166-2:RW"],["SH","SHN","654","ISO 3166-2:SH"],["KN","KNA","659","ISO 3166-2:KN"],["LC","LCA","662","ISO 3166-2:LC"],["PM","SPM","666","ISO 3166-2:PM"],["VC","VCT","670","ISO 3166-2:VC"],["WS","WSM","882","ISO 3166-2:WS"],["SM","SMR","674","ISO 3166-2:SM"],["ST","STP","678","ISO 3166-2:ST"],["SA","SAU","682","ISO 3166-2:SA"],["SN","SEN","686","ISO 3166-2:SN"],["SC","SYC","690","ISO 3166-2:SC"],["SL","SLE","694","ISO 3166-2:SL"],["SG","SGP","702","ISO 3166-2:SG"],["SK","SVK","703","ISO 3166-2:SK"],["SI","SVN","705","ISO 3166-2:SI"],["SB","SLB","090","ISO 3166-2:SB"],["SO","SOM","706","ISO 3166-2:SO"],["ZA","ZAF","710","ISO 3166-2:ZA"],["GS","SGS","239","ISO 3166-2:GS"],["ES","ESP","724","ISO 3166-2:ES"],["LK","LKA","144","ISO 3166-2:LK"],["SD","SDN","729","ISO 3166-2:SD"],["SR","SUR","740","ISO 3166-2:SR"],["SJ","SJM","744","ISO 3166-2:SJ"],["SZ","SWZ","748","ISO 3166-2:SZ"],["SE","SWE","752","ISO 3166-2:SE"],["CH","CHE","756","ISO 3166-2:CH"],["SY","SYR","760","ISO 3166-2:SY"],["TW","TWN","158","ISO 3166-2:TW"],["TJ","TJK","762","ISO 3166-2:TJ"],["TZ","TZA","834","ISO 3166-2:TZ"],["TH","THA","764","ISO 3166-2:TH"],["TL","TLS","626","ISO 3166-2:TL"],["TG","TGO","768","ISO 3166-2:TG"],["TK","TKL","772","ISO 3166-2:TK"],["TO","TON","776","ISO 3166-2:TO"],["TT","TTO","780","ISO 3166-2:TT"],["TN","TUN","788","ISO 3166-2:TN"],["TR","TUR","792","ISO 3166-2:TR"],["TM","TKM","795","ISO 3166-2:TM"],["TC","TCA","796","ISO 3166-2:TC"],["TV","TUV","798","ISO 3166-2:TV"],["UG","UGA","800","ISO 3166-2:UG"],["UA","UKR","804","ISO 3166-2:UA"],["AE","ARE","784","ISO 3166-2:AE"],["GB","GBR","826","ISO 3166-2:GB"],["US","USA","840","ISO 3166-2:US"],["UM","UMI","581","ISO 3166-2:UM"],["UY","URY","858","ISO 3166-2:UY"],["UZ","UZB","860","ISO 3166-2:UZ"],["VU","VUT","548","ISO 3166-2:VU"],["VE","VEN","862","ISO 3166-2:VE"],["VN","VNM","704","ISO 3166-2:VN"],["VG","VGB","092","ISO 3166-2:VG"],["VI","VIR","850","ISO 3166-2:VI"],["WF","WLF","876","ISO 3166-2:WF"],["EH","ESH","732","ISO 3166-2:EH"],["YE","YEM","887","ISO 3166-2:YE"],["ZM","ZMB","894","ISO 3166-2:ZM"],["ZW","ZWE","716","ISO 3166-2:ZW"],["AX","ALA","248","ISO 3166-2:AX"],["BQ","BES","535","ISO 3166-2:BQ"],["CW","CUW","531","ISO 3166-2:CW"],["GG","GGY","831","ISO 3166-2:GG"],["IM","IMN","833","ISO 3166-2:IM"],["JE","JEY","832","ISO 3166-2:JE"],["ME","MNE","499","ISO 3166-2:ME"],["BL","BLM","652","ISO 3166-2:BL"],["MF","MAF","663","ISO 3166-2:MF"],["RS","SRB","688","ISO 3166-2:RS"],["SX","SXM","534","ISO 3166-2:SX"],["SS","SSD","728","ISO 3166-2:SS"],["XK","XKK","983","ISO 3166-2:XK"]]')},97326:function(e){"use strict";e.exports=JSON.parse('{"locale":"ca","countries":{"AF":"Afganistan","AX":"\xc5land, illes","AL":"Alb\xe0nia","DE":"Alemanya","DZ":"Alg\xe8ria","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Ant\xe0rtida","AG":"Antigua i Barbuda","SA":"Ar\xe0bia Saudita","AR":"Argentina","AM":"Arm\xe8nia","AW":"Aruba","AU":"Austr\xe0lia","AT":"\xc0ustria","AZ":"Azerbaidjan","BS":"Bahames","BH":"Bahrain","BD":"Bangla Desh","BB":"Barbados","BE":"B\xe8lgica","BZ":"Belize","BJ":"Ben\xedn","BM":"Bermudes","BT":"Bhutan","BY":"Bielor\xfassia","BO":"Bol\xedvia","BQ":"Bonaire, Sint Eustatius i Saba","BA":"B\xf2snia i Hercegovina","BW":"Botswana","BV":"Bouvet","BR":"Brasil","BN":"Brunei","BG":"Bulg\xe0ria","BF":"Burkina Faso","BI":"Burundi","KY":"Caiman, illes","KH":"Cambodja","CM":"Camerun","CA":"Canad\xe0","CV":"Cap Verd","CF":"Centreafricana, Rep\xfablica","CX":"Christmas, illa","CC":"Cocos, illes","CO":"Col\xf2mbia","KM":"Comores","CG":"Congo, Rep\xfablica del","CD":"Congo, Rep\xfablica Democr\xe0tica del","CK":"Cook, illes","KP":"Corea del Nord","KR":"Corea del Sud","CI":"Costa d\'Ivori","CR":"Costa Rica","HR":"Cro\xe0cia","CU":"Cuba","CW":"Cura\xe7ao","DK":"Dinamarca","DJ":"Djibouti","DM":"Dominica","DO":"Dominicana, Rep\xfablica","EG":"Egipte","EC":"Equador","AE":"Emirats \xc0rabs Units","ER":"Eritrea","SK":"Eslov\xe0quia","SI":"Eslov\xe8nia","ES":"Espanya","US":"Estats Units\xa0(EUA)","EE":"Est\xf2nia","ET":"Eti\xf2pia","FO":"F\xe8roe, illes","FJ":"Fiji","PH":"Filipines","FI":"Finl\xe0ndia","FR":"Fran\xe7a","GA":"Gabon","GM":"G\xe0mbia","GE":"Ge\xf2rgia","GS":"Ge\xf2rgia del Sud i Sandwich del Sud, illes","GH":"Ghana","GI":"Gibraltar","GR":"Gr\xe8cia","GD":"Grenada","GL":"Groenl\xe0ndia","GP":"Guadeloupe","GF":"Guaiana Francesa","GU":"Guam","GT":"Guatemala","GG":"Guernsey","GN":"Rep\xfablica de Guinea","GW":"Guinea Bissau","GQ":"Guinea Equatorial","GY":"Guyana","HT":"Hait\xed","HM":"Heard, illa i McDonald, illes","HN":"Hondures","HK":"Hong Kong","HU":"Hongria","YE":"Iemen","IM":"Illa de Man","UM":"Illes Perif\xe8riques Menors dels EUA","IN":"\xcdndia","ID":"Indon\xe8sia","IR":"Iran","IQ":"Iraq","IE":"Irlanda","IS":"Isl\xe0ndia","IL":"Israel","IT":"It\xe0lia","JM":"Jamaica","JP":"Jap\xf3","JE":"Jersey","JO":"Jord\xe0nia","KZ":"Kazakhstan","KE":"Kenya","KG":"Kirguizistan","KI":"Kiribati","KW":"Kuwait","LA":"Laos","LS":"Lesotho","LV":"Let\xf2nia","LB":"L\xedban","LR":"Lib\xe8ria","LY":"L\xedbia","LI":"Liechtenstein","LT":"Litu\xe0nia","LU":"Luxemburg","MO":"Macau","MK":"Maced\xf2nia del Nord","MG":"Madagascar","MY":"Mal\xe0isia","MW":"Malawi","MV":"Maldives","ML":"Mali","MT":"Malta","FK":"Malvines, illes","MP":"Mariannes Septentrionals, illes","MA":"Marroc","MH":"Marshall, illes","MQ":"Martinica","MU":"Maurici","MR":"Maurit\xe0nia","YT":"Mayotte","MX":"M\xe8xic","FM":"Micron\xe8sia, Estats Federats de","MZ":"Mo\xe7ambic","MD":"Mold\xe0via","MC":"M\xf2naco","MN":"Mong\xf2lia","ME":"Montenegro","MS":"Montserrat","MM":"Myanmar","NA":"Nam\xedbia","NR":"Nauru","NP":"Nepal","NI":"Nicaragua","NE":"N\xedger","NG":"Nig\xe8ria","NU":"Niue","NF":"Norfolk, illa","NO":"Noruega","NC":"Nova Caled\xf2nia","NZ":"Nova Zelanda","OM":"Oman","NL":"Pa\xefsos Baixos","PK":"Pakistan","PW":"Palau","PS":"Palestina","PA":"Panam\xe0","PG":"Papua Nova Guinea","PY":"Paraguai","PE":"Per\xfa","PN":"Pitcairn, illes","PF":"Polin\xe8sia Francesa","PL":"Pol\xf2nia","PT":"Portugal","PR":"Puerto Rico","QA":"Qatar","GB":"Regne Unit","RE":"Reuni\xf3, illa de la","RO":"Romania","RU":"R\xfassia","RW":"Ruanda","EH":"S\xe0hara Occidental","KN":"Saint Kitts i Nevis","LC":"Saint Lucia","PM":"Saint-Pierre i Miquelon","VC":"Saint Vincent i les Grenadines","BL":"Saint-Barth\xe9lemy","MF":"Saint-Martin","SB":"Salom\xf3","SV":"Salvador, El","WS":"Samoa","AS":"Samoa Nord-americana","SM":"San Marino","SH":"Santa Helena","ST":"S\xe3o Tom\xe9 i Pr\xedncipe","SN":"Senegal","RS":"S\xe8rbia","SC":"Seychelles","SL":"Sierra Leone","SG":"Singapur","SX":"Sint Maarten","SY":"S\xedria","SO":"Som\xe0lia","LK":"Sri Lanka","ZA":"Sud-\xe0frica","SD":"Sudan","SS":"Sudan del Sud","SE":"Su\xe8cia","CH":"Su\xefssa","SR":"Surinam","SJ":"Svalbard i Jan Mayen","SZ":"Swazil\xe0ndia","TJ":"Tadjikistan","TH":"Tail\xe0ndia","TW":"Taiwan","TZ":"Tanz\xe0nia","IO":"Territori Brit\xe0nic de l\'Oce\xe0 \xcdndic","TF":"Territoris Francesos del Sud","TL":"Timor Oriental","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinitat i Tobago","TN":"Tun\xedsia","TM":"Turkmenistan","TC":"Turks i Caicos, illes","TR":"Turquia","TV":"Tuvalu","TD":"Txad","CZ":"Tx\xe8quia","UA":"Ucra\xefna","UG":"Uganda","UY":"Uruguai","UZ":"Uzbekistan","VU":"Vanuatu","VA":"Vatic\xe0, Ciutat del","VE":"Vene\xe7uela","VG":"Verges Brit\xe0niques, illes","VI":"Verges Nord-americanes, illes","VN":"Vietnam","WF":"Wallis i Futuna","CL":"Xile","CN":"Xina","CY":"Xipre","ZM":"Z\xe0mbia","ZW":"Zimbabwe","XK":"Kosovo"}}')},66142:function(e){"use strict";e.exports=JSON.parse('{"locale":"en","countries":{"AF":"Afghanistan","AL":"Albania","DZ":"Algeria","AS":"American Samoa","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Antarctica","AG":"Antigua and Barbuda","AR":"Argentina","AM":"Armenia","AW":"Aruba","AU":"Australia","AT":"Austria","AZ":"Azerbaijan","BS":"Bahamas","BH":"Bahrain","BD":"Bangladesh","BB":"Barbados","BY":"Belarus","BE":"Belgium","BZ":"Belize","BJ":"Benin","BM":"Bermuda","BT":"Bhutan","BO":"Bolivia","BA":"Bosnia and Herzegovina","BW":"Botswana","BV":"Bouvet Island","BR":"Brazil","IO":"British Indian Ocean Territory","BN":"Brunei Darussalam","BG":"Bulgaria","BF":"Burkina Faso","BI":"Burundi","KH":"Cambodia","CM":"Cameroon","CA":"Canada","CV":"Cape Verde","KY":"Cayman Islands","CF":"Central African Republic","TD":"Chad","CL":"Chile","CN":["People\'s Republic of China","China"],"CX":"Christmas Island","CC":"Cocos (Keeling) Islands","CO":"Colombia","KM":"Comoros","CG":["Republic of the Congo","Congo"],"CD":["Democratic Republic of the Congo","Congo"],"CK":"Cook Islands","CR":"Costa Rica","CI":["Cote d\'Ivoire","C\xf4te d\'Ivoire","Ivory Coast"],"HR":"Croatia","CU":"Cuba","CY":"Cyprus","CZ":["Czech Republic","Czechia"],"DK":"Denmark","DJ":"Djibouti","DM":"Dominica","DO":"Dominican Republic","EC":"Ecuador","EG":"Egypt","SV":"El Salvador","GQ":"Equatorial Guinea","ER":"Eritrea","EE":"Estonia","ET":"Ethiopia","FK":"Falkland Islands (Malvinas)","FO":"Faroe Islands","FJ":"Fiji","FI":"Finland","FR":"France","GF":"French Guiana","PF":"French Polynesia","TF":"French Southern Territories","GA":"Gabon","GM":["Republic of The Gambia","The Gambia","Gambia"],"GE":"Georgia","DE":"Germany","GH":"Ghana","GI":"Gibraltar","GR":"Greece","GL":"Greenland","GD":"Grenada","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GN":"Guinea","GW":"Guinea-Bissau","GY":"Guyana","HT":"Haiti","HM":"Heard Island and McDonald Islands","VA":"Holy See (Vatican City State)","HN":"Honduras","HK":"Hong Kong","HU":"Hungary","IS":"Iceland","IN":"India","ID":"Indonesia","IR":["Islamic Republic of Iran","Iran"],"IQ":"Iraq","IE":"Ireland","IL":"Israel","IT":"Italy","JM":"Jamaica","JP":"Japan","JO":"Jordan","KZ":"Kazakhstan","KE":"Kenya","KI":"Kiribati","KP":"North Korea","KR":["South Korea","Korea, Republic of","Republic of Korea"],"KW":"Kuwait","KG":"Kyrgyzstan","LA":"Lao People\'s Democratic Republic","LV":"Latvia","LB":"Lebanon","LS":"Lesotho","LR":"Liberia","LY":"Libya","LI":"Liechtenstein","LT":"Lithuania","LU":"Luxembourg","MO":"Macao","MG":"Madagascar","MW":"Malawi","MY":"Malaysia","MV":"Maldives","ML":"Mali","MT":"Malta","MH":"Marshall Islands","MQ":"Martinique","MR":"Mauritania","MU":"Mauritius","YT":"Mayotte","MX":"Mexico","FM":"Micronesia, Federated States of","MD":"Moldova, Republic of","MC":"Monaco","MN":"Mongolia","MS":"Montserrat","MA":"Morocco","MZ":"Mozambique","MM":"Myanmar","NA":"Namibia","NR":"Nauru","NP":"Nepal","NL":["Netherlands","The Netherlands","Netherlands (Kingdom of the)"],"NC":"New Caledonia","NZ":"New Zealand","NI":"Nicaragua","NE":"Niger","NG":"Nigeria","NU":"Niue","NF":"Norfolk Island","MK":["The Republic of North Macedonia","North Macedonia"],"MP":"Northern Mariana Islands","NO":"Norway","OM":"Oman","PK":"Pakistan","PW":"Palau","PS":["State of Palestine","Palestine"],"PA":"Panama","PG":"Papua New Guinea","PY":"Paraguay","PE":"Peru","PH":"Philippines","PN":["Pitcairn","Pitcairn Islands"],"PL":"Poland","PT":"Portugal","PR":"Puerto Rico","QA":"Qatar","RE":"Reunion","RO":"Romania","RU":["Russian Federation","Russia"],"RW":"Rwanda","SH":"Saint Helena","KN":"Saint Kitts and Nevis","LC":"Saint Lucia","PM":"Saint Pierre and Miquelon","VC":"Saint Vincent and the Grenadines","WS":"Samoa","SM":"San Marino","ST":"Sao Tome and Principe","SA":"Saudi Arabia","SN":"Senegal","SC":"Seychelles","SL":"Sierra Leone","SG":"Singapore","SK":"Slovakia","SI":"Slovenia","SB":"Solomon Islands","SO":"Somalia","ZA":"South Africa","GS":"South Georgia and the South Sandwich Islands","ES":"Spain","LK":"Sri Lanka","SD":"Sudan","SR":"Suriname","SJ":"Svalbard and Jan Mayen","SZ":"Eswatini","SE":"Sweden","CH":"Switzerland","SY":"Syrian Arab Republic","TW":["Taiwan, Province of China","Taiwan"],"TJ":"Tajikistan","TZ":["United Republic of Tanzania","Tanzania"],"TH":"Thailand","TL":"Timor-Leste","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad and Tobago","TN":"Tunisia","TR":["T\xfcrkiye","Turkey"],"TM":"Turkmenistan","TC":"Turks and Caicos Islands","TV":"Tuvalu","UG":"Uganda","UA":"Ukraine","AE":["United Arab Emirates","UAE"],"GB":["United Kingdom","UK","Great Britain"],"US":["United States of America","United States","USA","U.S.A.","US","U.S."],"UM":"United States Minor Outlying Islands","UY":"Uruguay","UZ":"Uzbekistan","VU":"Vanuatu","VE":"Venezuela","VN":"Vietnam","VG":"Virgin Islands, British","VI":"Virgin Islands, U.S.","WF":"Wallis and Futuna","EH":"Western Sahara","YE":"Yemen","ZM":"Zambia","ZW":"Zimbabwe","AX":["\xc5land Islands","Aland Islands"],"BQ":"Bonaire, Sint Eustatius and Saba","CW":"Cura\xe7ao","GG":"Guernsey","IM":"Isle of Man","JE":"Jersey","ME":"Montenegro","BL":"Saint Barth\xe9lemy","MF":"Saint Martin (French part)","RS":"Serbia","SX":"Sint Maarten (Dutch part)","SS":"South Sudan","XK":"Kosovo"}}')},58570:function(e){"use strict";e.exports=JSON.parse('{"locale":"es","countries":{"AF":"Afganist\xe1n","AL":"Albania","DZ":"Argelia","AS":"Samoa Americana","AD":"Andorra","AO":"Angola","AI":"Anguila","AQ":"Ant\xe1rtida","AG":"Antigua y Barbuda","AR":"Argentina","AM":"Armenia","AW":"Aruba","AU":"Australia","AT":"Austria","AZ":"Azerbaiy\xe1n","BS":"Bahamas","BH":"Bahrein","BD":"Bangladesh","BB":"Barbados","BY":"Bielorrusia","BE":"B\xe9lgica","BZ":"Belice","BJ":"Benin","BM":"Bermudas","BT":"But\xe1n","BO":"Bolivia","BA":"Bosnia y Herzegovina","BW":"Botswana","BV":"Isla Bouvet","BR":"Brasil","IO":"Territorio Brit\xe1nico del Oc\xe9ano \xcdndico","BN":"Brunei Darussalam","BG":"Bulgaria","BF":"Burkina Faso","BI":"Burundi","KH":"Camboya","CM":"Camer\xfan","CA":"Canad\xe1","CV":"Cabo Verde","KY":"Islas Caim\xe1n","CF":"Rep\xfablica Centroafricana","TD":"Chad","CL":"Chile","CN":"China","CX":"Isla de Navidad","CC":"Islas Cocos (Keeling)","CO":"Colombia","KM":"Comoras","CG":"Congo","CD":"Congo (Rep\xfablica Democr\xe1tica del)","CK":"Islas Cook","CR":"Costa Rica","CI":"Costa de Marfil","HR":"Croacia","CU":"Cuba","CY":"Chipre","CZ":"Rep\xfablica Checa","DK":"Dinamarca","DJ":"Yibuti","DM":"Dominica","DO":"Rep\xfablica Dominicana","EC":"Ecuador","EG":"Egipto","SV":"El Salvador","GQ":"Guinea Ecuatorial","ER":"Eritrea","EE":"Estonia","ET":"Etiop\xeda","FK":"Islas Malvinas","FO":"Islas Feroe","FJ":"Fiji","FI":"Finlandia","FR":"Francia","GF":"Guayana Francesa","PF":"Polinesia Francesa","TF":"Tierras Australes Francesas","GA":"Gab\xf3n","GM":"Gambia","GE":"Georgia","DE":"Alemania","GH":"Ghana","GI":"Gibraltar","GR":"Grecia","GL":"Groenlandia","GD":"Granada","GP":"Guadalupe","GU":"Guam","GT":"Guatemala","GN":"Guinea","GW":"Guinea Bissau","GY":"Guyana","HT":"Hait\xed","HM":"Heard e Islas McDonald","VA":"Santa Sede","HN":"Honduras","HK":"Hong Kong","HU":"Hungr\xeda","IS":"Islandia","IN":"India","ID":"Indonesia","IR":["Ir\xe1n","Rep\xfablica Isl\xe1mica de Ir\xe1n"],"IQ":"Iraq","IE":"Irlanda","IL":"Israel","IT":"Italia","JM":"Jamaica","JP":"Jap\xf3n","JO":"Jordania","KZ":"Kazajist\xe1n","KE":"Kenia","KI":"Kiribati","KP":"Rep\xfablica Popular Democr\xe1tica de Corea","KR":"Rep\xfablica de Corea","KW":"Kuwait","KG":"Kirguist\xe1n","LA":"Rep\xfablica Democr\xe1tica Popular de Lao","LV":"Letonia","LB":"L\xedbano","LS":"Lesoto","LR":"Liberia","LY":"Libia","LI":"Liechtenstein","LT":"Lituania","LU":"Luxemburgo","MO":"Macao","MK":"Macedonia del Norte","MG":"Madagascar","MW":"Malaui","MY":"Malasia","MV":"Maldivas","ML":"Mal\xed","MT":"Malta","MH":"Islas Marshall","MQ":"Martinica","MR":"Mauritania","MU":"Mauricio","YT":"Mayotte","MX":"M\xe9xico","FM":"Micronesia","MD":"Moldavia","MC":"M\xf3naco","MN":"Mongolia","MS":"Montserrat","MA":"Marruecos","MZ":"Mozambique","MM":"Myanmar","NA":"Namibia","NR":"Nauru","NP":"Nepal","NL":"Pa\xedses Bajos","NC":"Nueva Caledonia","NZ":"Nueva Zelanda","NI":"Nicaragua","NE":"N\xedger","NG":"Nigeria","NU":"Niue","NF":"Isla Norfolk","MP":"Islas Marianas del Norte","NO":"Noruega","OM":"Om\xe1n","PK":"Pakist\xe1n","PW":"Palau","PS":"Palestina","PA":"Panam\xe1","PG":"Papua Nueva Guinea","PY":"Paraguay","PE":"Per\xfa","PH":"Filipinas","PN":"Pitcairn","PL":"Polonia","PT":"Portugal","PR":"Puerto Rico","QA":"Catar","RE":"Reuni\xf3n","RO":"Ruman\xeda","RU":"Rusia","RW":"Ruanda","SH":"Santa Helena, Ascensi\xf3n y Trist\xe1n de Acu\xf1a","KN":"Saint Kitts y Nevis","LC":"Santa Luc\xeda","PM":"San Pedro y Miquel\xf3n","VC":"San Vicente y las Granadinas","WS":"Samoa","SM":"San Marino","ST":"Santo Tom\xe9 y Pr\xedncipe","SA":"Arabia Saudita","SN":"Senegal","SC":"Seychelles","SL":"Sierra Leona","SG":"Singapur","SK":"Eslovaquia","SI":"Eslovenia","SB":"Islas Salom\xf3n","SO":"Somalia","ZA":"Sud\xe1frica","GS":"Georgia del Sur y las Islas Sandwich del Sur","ES":"Espa\xf1a","LK":"Sri Lanka","SD":"Sud\xe1n","SR":"Suriname","SJ":"Svalbard y Jan Mayen","SZ":"Esuatini","SE":"Suecia","CH":"Suiza","SY":"Rep\xfablica \xc1rabe Siria","TW":"Taiw\xe1n","TJ":"Tayikist\xe1n","TZ":"Tanzania","TH":"Tailandia","TL":"Timor-Leste","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad y Tobago","TN":"T\xfanez","TR":"Turqu\xeda","TM":"Turkmenist\xe1n","TC":"Islas Turcas y Caicos","TV":"Tuvalu","UG":"Uganda","UA":"Ucrania","AE":"Emiratos \xc1rabes Unidos","GB":"Reino Unido","US":"Estados Unidos","UM":"Islas Ultramarinas Menores de los Estados Unidos","UY":"Uruguay","UZ":"Uzbekist\xe1n","VU":"Vanuatu","VE":"Venezuela","VN":"Vietnam","VG":"Islas V\xedrgenes brit\xe1nicas","VI":"Islas V\xedrgenes de los Estados Unidos","WF":"Wallis y Futuna","EH":"Sahara Occidental","YE":"Yemen","ZM":"Zambia","ZW":"Zimbabue","AX":"Islas \xc5land","BQ":"Bonaire, San Eustaquio y Saba","CW":"Cura\xe7ao","GG":"Guernsey","IM":"Isla de Man","JE":"Jersey","ME":"Montenegro","BL":"Saint Barth\xe9lemy","MF":"Saint Martin (francesa)","RS":"Serbia","SX":"Sint Maarten (neerlandesa)","SS":"Sud\xe1n del Sur","XK":"Kosovo"}}')},47346:function(e){"use strict";e.exports=JSON.parse('{"locale":"fr","countries":{"AF":"Afghanistan","AL":"Albanie","DZ":"Alg\xe9rie","AS":"Samoa am\xe9ricaines","AD":"Andorre","AO":"Angola","AI":"Anguilla","AQ":"Antarctique","AG":"Antigua-et-Barbuda","AR":"Argentine","AM":"Arm\xe9nie","AW":"Aruba","AU":"Australie","AT":"Autriche","AZ":"Azerba\xefdjan","BS":"Bahamas","BH":"Bahre\xefn","BD":"Bangladesh","BB":"Barbade","BY":"Bi\xe9lorussie","BE":"Belgique","BZ":"Belize","BJ":"B\xe9nin","BM":"Bermudes","BT":"Bhoutan","BO":"Bolivie","BA":"Bosnie-Herz\xe9govine","BW":"Botswana","BV":"\xcele Bouvet","BR":"Br\xe9sil","IO":"Oc\xe9an Indien Britannique","BN":"Brunei Darussalam","BG":"Bulgarie","BF":"Burkina Faso","BI":"Burundi","KH":"Cambodge","CM":"Cameroun","CA":"Canada","CV":"Cap-Vert","KY":"\xceles Ca\xefmans","CF":"R\xe9publique Centrafricaine","TD":"Tchad","CL":"Chili","CN":"Chine","CX":"\xcele Christmas","CC":"\xceles Cocos","CO":"Colombie","KM":"Comores","CG":"R\xe9publique du Congo","CD":"R\xe9publique d\xe9mocratique du Congo","CK":"\xceles Cook","CR":"Costa Rica","CI":"C\xf4te-d\'Ivoire","HR":"Croatie","CU":"Cuba","CY":"Chypre","CZ":"R\xe9publique Tch\xe8que","DK":"Danemark","DJ":"Djibouti","DM":"Dominique","DO":"R\xe9publique Dominicaine","EC":"\xc9quateur","EG":"\xc9gypte","SV":"El Salvador","GQ":"Guin\xe9e \xe9quatoriale","ER":"\xc9rythr\xe9e","EE":"Estonie","ET":"\xc9thiopie","FK":"\xceles Malouines","FO":"\xceles F\xe9ro\xe9","FJ":"Fidji","FI":"Finlande","FR":"France","GF":"Guyane fran\xe7aise","PF":"Polyn\xe9sie fran\xe7aise","TF":"Terres australes fran\xe7aises","GA":"Gabon","GM":"Gambie","GE":"G\xe9orgie","DE":"Allemagne","GH":"Ghana","GI":"Gibraltar","GR":"Gr\xe8ce","GL":"Groenland","GD":"Grenade","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GN":"Guin\xe9e","GW":"Guin\xe9e-Bissau","GY":"Guyana","HT":"Ha\xefti","HM":"\xceles Heard-et-MacDonald","VA":"Saint-Si\xe8ge (Vatican)","HN":"Honduras","HK":"Hong Kong","HU":"Hongrie","IS":"Islande","IN":"Inde","ID":"Indon\xe9sie","IR":"Iran","IQ":"Irak","IE":"Irlande","IL":"Isra\xebl","IT":"Italie","JM":"Jama\xefque","JP":"Japon","JO":"Jordanie","KZ":"Kazakhstan","KE":"Kenya","KI":"Kiribati","KP":"Cor\xe9e du Nord","KR":"Cor\xe9e du Sud","KW":"Kowe\xeft","KG":"Kirghizistan","LA":"Laos","LV":"Lettonie","LB":"Liban","LS":"Lesotho","LR":"Lib\xe9ria","LY":"Libye","LI":"Liechtenstein","LT":"Lituanie","LU":"Luxembourg","MO":"Macao","MK":"Mac\xe9doine du Nord","MG":"Madagascar","MW":"Malawi","MY":"Malaisie","MV":"Maldives","ML":"Mali","MT":"Malte","MH":"\xceles Marshall","MQ":"Martinique","MR":"Mauritanie","MU":"Maurice","YT":"Mayotte","MX":"Mexique","FM":"Micron\xe9sie","MD":"Moldavie","MC":"Monaco","MN":"Mongolie","MS":"Montserrat","MA":"Maroc","MZ":"Mozambique","MM":"Myanmar","NA":"Namibie","NR":"Nauru","NP":"N\xe9pal","NL":"Pays-Bas","NC":"Nouvelle-Cal\xe9donie","NZ":"Nouvelle-Z\xe9lande","NI":"Nicaragua","NE":"Niger","NG":"Nig\xe9ria","NU":"Niu\xe9","NF":"\xcele Norfolk","MP":"\xceles Mariannes du Nord","NO":"Norv\xe8ge","OM":"Oman","PK":"Pakistan","PW":"Palaos","PS":"Palestine","PA":"Panama","PG":"Papouasie-Nouvelle-Guin\xe9e","PY":"Paraguay","PE":"P\xe9rou","PH":"Philippines","PN":"\xceles Pitcairn","PL":"Pologne","PT":"Portugal","PR":"Porto Rico","QA":"Qatar","RE":"R\xe9union","RO":"Roumanie","RU":"Russie","RW":"Rwanda","SH":"Sainte-H\xe9l\xe8ne","KN":"Saint-Christophe-et-Ni\xe9v\xe8s","LC":"Sainte-Lucie","PM":"Saint-Pierre-et-Miquelon","VC":"Saint-Vincent-et-les-Grenadines","WS":"Samoa","SM":"Saint-Marin","ST":"S\xe3o Tom\xe9-et-Principe","SA":"Arabie Saoudite","SN":"S\xe9n\xe9gal","SC":"Seychelles","SL":"Sierra Leone","SG":"Singapour","SK":"Slovaquie","SI":"Slov\xe9nie","SB":"\xceles Salomon","SO":"Somalie","ZA":"Afrique du Sud","GS":"G\xe9orgie du Sud-et-les \xceles Sandwich du Sud","ES":"Espagne","LK":"Sri Lanka","SD":"Soudan","SR":"Suriname","SJ":"Svalbard et \xcele Jan Mayen","SZ":"Royaume d\'Eswatini","SE":"Su\xe8de","CH":"Suisse","SY":"Syrie","TW":"Ta\xefwan","TJ":"Tadjikistan","TZ":"R\xe9publique unie de Tanzanie","TH":"Tha\xeflande","TL":"Timor-Leste","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinit\xe9-et-Tobago","TN":"Tunisie","TR":"Turquie","TM":"Turkm\xe9nistan","TC":"\xceles Turques-et-Ca\xefques","TV":"Tuvalu","UG":"Ouganda","UA":"Ukraine","AE":"\xc9mirats Arabes Unis","GB":"Royaume-Uni","US":"\xc9tats-Unis d\'Am\xe9rique","UM":"\xceles mineures \xe9loign\xe9es des \xc9tats-Unis","UY":"Uruguay","UZ":"Ouzb\xe9kistan","VU":"Vanuatu","VE":"Venezuela","VN":"Vietnam","VG":"\xceles vierges britanniques","VI":"\xceles vierges am\xe9ricaines","WF":"Wallis-et-Futuna","EH":"Sahara occidental","YE":"Y\xe9men","ZM":"Zambie","ZW":"Zimbabwe","AX":"\xc5land","BQ":"Bonaire, Saint-Eustache et Saba","CW":"Cura\xe7ao","GG":"Guernesey","IM":"\xcele de Man","JE":"Jersey","ME":"Mont\xe9n\xe9gro","BL":"Saint-Barth\xe9lemy","MF":"Saint-Martin (partie fran\xe7aise)","RS":"Serbie","SX":"Saint-Martin (partie n\xe9erlandaise)","SS":"Soudan du Sud","XK":"Kosovo"}}')},39958:function(e){"use strict";e.exports=JSON.parse('{"locale":"id","countries":{"AF":"Afghanistan","AL":"Albania","DZ":"Algeria","AS":"Samoa Amerika","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Antarctica","AG":"Antigua dan Barbuda","AR":"Argentina","AM":"Armenia","AW":"Aruba","AU":"Australia","AT":"Austria","AZ":"Azerbaijan","BS":"Bahama","BH":"Bahrain","BD":"Bangladesh","BB":"Barbados","BY":"Belarusia","BE":"Belgia","BZ":"Belize","BJ":"Benin","BM":"Bermuda","BT":"Bhutan","BO":"Bolivia","BA":"Bosnia dan Herzegovina","BW":"Botswana","BV":"Kepulauan Bouvet","BR":"Brasil","IO":"Teritori Samudra Hindia Britania","BN":"Brunei Darussalam","BG":"Bulgaria","BF":"Burkina Faso","BI":"Burundi","KH":"Kamboja","CM":"Kamerun","CA":"Kanada","CV":"Tanjung Verde","KY":"Kepulauan Cayman","CF":"Afrika Tengah","TD":"Chad","CL":"Chile","CN":"China","CX":"Pulau Natal","CC":"Kepulauan Cocos (Keeling)","CO":"Kolombia","KM":"Komoro","CG":"Kongo","CD":"Republik Demokratik Kongo","CK":"Kepulauan Cook","CR":"Kosta Rika","CI":"Pantai Gading","HR":"Kroasia","CU":"Kuba","CY":"Siprus","CZ":"Republik Ceko","DK":"Denmark","DJ":"Djibouti","DM":"Dominika","DO":"Republik Dominika","EC":"Ekuador","EG":"Mesir","SV":"El Salvador","GQ":"Guinea Khatulistiwa","ER":"Eritrea","EE":"Estonia","ET":"Ethiopia","FK":"Kepulauan Falkland(Malvinas)","FO":"Kepulauan Faroe","FJ":"Fiji","FI":"Finlandia","FR":"Perancis","GF":"Guyana Perancis","PF":"Polinesia Perancis","TF":"Antartika Perancis","GA":"Gabon","GM":"Gambia","GE":"Georgia","DE":"Jerman","GH":"Ghana","GI":"Gibraltar","GR":"Yunani","GL":"Greenland","GD":"Grenada","GP":"Guadeloupe","GU":"Guam","GT":"Guatamala","GN":"Guinea","GW":"Guinea-Bissau","GY":"Guyana","HT":"Haiti","HM":"Pulau Heard dan Kepulauan McDonald","VA":"Vatikan","HN":"Honduras","HK":"Hong Kong","HU":"Hungaria","IS":"Islandia","IN":"India","ID":"Indonesia","IR":"Iran","IQ":"Irak","IE":"Irlandia","IL":"Israel","IT":"Italia","JM":"Jamaika","JP":"Jepang","JO":"Yordania","KZ":"Kazakhstan","KE":"Kenya","KI":"Kiribati","KP":"Korea Utara","KR":"Korea Selatan","KW":"Kuwait","KG":"Kyrgyzstan","LA":"Laos","LV":"Latvia","LB":"Lebanon","LS":"Lesotho","LR":"Liberia","LY":"Libya","LI":"Liechtenstein","LT":"Lithuania","LU":"Luxemburg","MO":"Makau","MK":"Makedonia Utara","MG":"Madagaskar","MW":"Malawi","MY":"Malaysia","MV":"Maldives","ML":"Mali","MT":"Malta","MH":"Kepulauan Marshall","MQ":"Martinik","MR":"Mauritania","MU":"Mauritius","YT":"Mayotte","MX":"Meksiko","FM":"Federasi Mikronesia","MD":"Moldova","MC":"Monako","MN":"Mongolia","MS":"Montserrat","MA":"Moroko","MZ":"Mozambik","MM":"Myanmar","NA":"Namibia","NR":"Nauru","NP":"Nepal","NL":"Belanda","NC":"Kaledonia Baru","NZ":"Selandia Baru","NI":"Nikaragua","NE":"Niger","NG":"Nigeria","NU":"Niue","NF":"Kepulauan Norfolk","MP":"Kepulauan Mariana Utara","NO":"Norwegia","OM":"Oman","PK":"Pakistan","PW":"Palau","PS":"Palestina","PA":"Panama","PG":"Papua Nugini","PY":"Paraguay","PE":"Peru","PH":"Filipina","PN":"Pitcairn","PL":"Polandia","PT":"Portugal","PR":"Puerto Riko","QA":"Qatar","RE":"Reunion","RO":"Rumania","RU":"Rusia","RW":"Rwanda","SH":"Saint Helena","KN":"Saint Kitts dan Nevis","LC":"Saint Lucia","PM":"Saint Pierre dan Miquelon","VC":"Saint Vincent dan the Grenadines","WS":"Samoa","SM":"San Marino","ST":"Sao Tome dan Principe","SA":"Arab Saudi","SN":"Senegal","SC":"Seychelles","SL":"Sierra Leone","SG":"Singapura","SK":"Slovakia","SI":"Slovenia","SB":"Kepulauan Solomon","SO":"Somalia","ZA":"Afrika Selatan","GS":"Georgia Selatan dan Kepulauan Sandwich Selatan","ES":"Spanyol","LK":"Sri Lanka","SD":"Sudan","SR":"Suriname","SJ":"Svalbard dan Jan Mayen","SZ":"Eswatini","SE":"Sweden","CH":"Swiss","SY":"Suriah","TW":"Taiwan","TJ":"Tajikistan","TZ":"Tanzania","TH":"Thailand","TL":"Timor-Leste","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad dan Tobago","TN":"Tunisia","TR":"Turki","TM":"Turkmenistan","TC":"Turks dan Caicos Islands","TV":"Tuvalu","UG":"Uganda","UA":"Ukraina","AE":"Uni Emirat Arab","GB":"Britania Raya","US":"Amerika Serikat","UM":"United States Minor Outlying Islands","UY":"Uruguay","UZ":"Uzbekistan","VU":"Vanuatu","VE":"Venezuela","VN":"Viet Nam","VG":"Virgin Islands, British","VI":"Virgin Islands, U.S.","WF":"Wallis and Futuna","EH":"Sahara Barat","YE":"Yaman","ZM":"Zambia","ZW":"Zimbabwe","AX":"\xc5land Islands","BQ":"Bonaire, Sint Eustatius and Saba","CW":"Cura\xe7ao","GG":"Guernsey","IM":"Isle of Man","JE":"Jersey","ME":"Montenegro","BL":"Saint Barth\xe9lemy","MF":"Saint Martin (French part)","RS":"Serbia","SX":"Sint Maarten (Dutch part)","SS":"Sudan Selatan","XK":"Kosovo"}}')},51482:function(e){"use strict";e.exports=JSON.parse('["br","cy","dv","sw","eu","af","am","ha","ku","ml","mt","no","ps","sd","so","sq","ta","tg","tt","ug","ur","vi","ar","az","be","bg","bn","bs","ca","cs","da","de","el","en","es","et","fa","fi","fr","ga","gl","he","hi","hr","hu","hy","id","is","it","ja","ka","kk","km","ko","ky","lt","lv","mk","mn","mr","ms","nb","nl","nn","pl","pt","ro","ru","sk","sl","sr","sv","th","tk","tr","uk","uz","zh"]')}}]);