"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8830],{8830:(t,e,n)=>{n.d(e,{Group:()=>f});var r=n(5155),i=n(2115),o=n(4987),a=n(4456),p=n(6407),c=n(1902),l=n(6788),s=n(6707),y={root:"m_4081bf90"};let u={preventGrowOverflow:!0,gap:"md",align:"center",justify:"flex-start",wrap:"wrap"},d=(0,a.V)((t,e,n)=>{let{grow:r,preventGrowOverflow:i,gap:a,align:p,justify:c,wrap:l}=e,{childWidth:s}=n;return{root:{"--group-child-width":r&&i?s:void 0,"--group-gap":(0,o.GY)(a),"--group-align":p,"--group-justify":c,"--group-wrap":l}}}),f=(0,s.P9)((t,e)=>{let n=(0,p.Y)("Group",u,t),{classNames:a,className:s,style:f,styles:m,unstyled:v,children:g,gap:h,align:b,justify:x,wrap:w,grow:A,preventGrowOverflow:j,vars:N,variant:z,__size:S,mod:k,...C}=n,I=i.Children.toArray(g).filter(Boolean),_=I.length,R=(0,o.GY)(null!=h?h:"md"),E="calc(".concat(100/_,"% - (").concat(R," - ").concat(R," / ").concat(_,"))"),H=(0,c.I)({name:"Group",props:n,stylesCtx:{childWidth:E},className:s,style:f,classes:y,classNames:a,styles:m,unstyled:v,vars:N,varsResolver:d});return(0,r.jsx)(l.a,{...H("root"),ref:e,variant:z,mod:[{grow:A},k],size:S,...C,children:I})});f.classes=y,f.displayName="@mantine/core/Group"},6788:(t,e,n)=>{n.d(e,{a:()=>z});var r=n(5155),i=n(2115),o=n(3463),a=n(7768),p=n(5883),c=n(431),l=n(8770);function s(t){return t.startsWith("data-")?t:"data-".concat(t)}function y(t,e){return Array.isArray(t)?[...t].reduce((t,n)=>({...t,...y(n,e)}),{}):"function"==typeof t?t(e):null==t?{}:t}var u=n(3642);let d={m:{type:"spacing",property:"margin"},mt:{type:"spacing",property:"marginTop"},mb:{type:"spacing",property:"marginBottom"},ml:{type:"spacing",property:"marginLeft"},mr:{type:"spacing",property:"marginRight"},ms:{type:"spacing",property:"marginInlineStart"},me:{type:"spacing",property:"marginInlineEnd"},mx:{type:"spacing",property:"marginInline"},my:{type:"spacing",property:"marginBlock"},p:{type:"spacing",property:"padding"},pt:{type:"spacing",property:"paddingTop"},pb:{type:"spacing",property:"paddingBottom"},pl:{type:"spacing",property:"paddingLeft"},pr:{type:"spacing",property:"paddingRight"},ps:{type:"spacing",property:"paddingInlineStart"},pe:{type:"spacing",property:"paddingInlineEnd"},px:{type:"spacing",property:"paddingInline"},py:{type:"spacing",property:"paddingBlock"},bd:{type:"border",property:"border"},bg:{type:"color",property:"background"},c:{type:"textColor",property:"color"},opacity:{type:"identity",property:"opacity"},ff:{type:"fontFamily",property:"fontFamily"},fz:{type:"fontSize",property:"fontSize"},fw:{type:"identity",property:"fontWeight"},lts:{type:"size",property:"letterSpacing"},ta:{type:"identity",property:"textAlign"},lh:{type:"lineHeight",property:"lineHeight"},fs:{type:"identity",property:"fontStyle"},tt:{type:"identity",property:"textTransform"},td:{type:"identity",property:"textDecoration"},w:{type:"spacing",property:"width"},miw:{type:"spacing",property:"minWidth"},maw:{type:"spacing",property:"maxWidth"},h:{type:"spacing",property:"height"},mih:{type:"spacing",property:"minHeight"},mah:{type:"spacing",property:"maxHeight"},bgsz:{type:"size",property:"backgroundSize"},bgp:{type:"identity",property:"backgroundPosition"},bgr:{type:"identity",property:"backgroundRepeat"},bga:{type:"identity",property:"backgroundAttachment"},pos:{type:"identity",property:"position"},top:{type:"size",property:"top"},left:{type:"size",property:"left"},bottom:{type:"size",property:"bottom"},right:{type:"size",property:"right"},inset:{type:"size",property:"inset"},display:{type:"identity",property:"display"},flex:{type:"identity",property:"flex"}};var f=n(8643),m=n(7518),v=n(4637);function g(t,e){let n=(0,v.g)({color:t,theme:e});return"dimmed"===n.color?"var(--mantine-color-dimmed)":"bright"===n.color?"var(--mantine-color-bright)":n.variable?"var(".concat(n.variable,")"):n.color}let h={text:"var(--mantine-font-family)",mono:"var(--mantine-font-family-monospace)",monospace:"var(--mantine-font-family-monospace)",heading:"var(--mantine-font-family-headings)",headings:"var(--mantine-font-family-headings)"},b=["h1","h2","h3","h4","h5","h6"],x=["h1","h2","h3","h4","h5","h6"],w={color:g,textColor:function(t,e){let n=(0,v.g)({color:t,theme:e});return n.isThemeColor&&void 0===n.shade?"var(--mantine-color-".concat(n.color,"-text)"):g(t,e)},fontSize:function(t,e){return"string"==typeof t&&t in e.fontSizes?"var(--mantine-font-size-".concat(t,")"):"string"==typeof t&&b.includes(t)?"var(--mantine-".concat(t,"-font-size)"):"number"==typeof t||"string"==typeof t?(0,m.D)(t):t},spacing:function(t,e){if("number"==typeof t)return(0,m.D)(t);if("string"==typeof t){let n=t.replace("-","");if(!(n in e.spacing))return(0,m.D)(t);let r="--mantine-spacing-".concat(n);return t.startsWith("-")?"calc(var(".concat(r,") * -1)"):"var(".concat(r,")")}return t},identity:function(t){return t},size:function(t){return"number"==typeof t?(0,m.D)(t):t},lineHeight:function(t,e){return"string"==typeof t&&t in e.lineHeights?"var(--mantine-line-height-".concat(t,")"):"string"==typeof t&&x.includes(t)?"var(--mantine-".concat(t,"-line-height)"):t},fontFamily:function(t){return"string"==typeof t&&t in h?h[t]:t},border:function(t,e){if("number"==typeof t)return(0,m.D)(t);if("string"==typeof t){let[n,r,...i]=t.split(" ").filter(t=>""!==t.trim()),o="".concat((0,m.D)(n));return r&&(o+=" ".concat(r)),i.length>0&&(o+=" ".concat(g(i.join(" "),e))),o.trim()}return t}};function A(t){return t.replace("(min-width: ","").replace("em)","")}var j=n(1409);let N=(0,i.forwardRef)((t,e)=>{var n;let{component:i,style:m,__vars:v,className:g,variant:h,mod:b,size:x,hiddenFrom:N,visibleFrom:z,lightHidden:S,darkHidden:k,renderRoot:C,__size:I,..._}=t,R=(0,l.xd)(),{styleProps:E,rest:H}=(0,u.j)(_),q=(0,c.NL)(),D=null==q?void 0:null===(n=q())||void 0===n?void 0:n(E.sx),J=(0,j.C)(),W=function(t){let{styleProps:e,data:n,theme:r}=t;return function(t){let{media:e,...n}=t,r=Object.keys(e).sort((t,e)=>Number(A(t))-Number(A(e))).map(t=>({query:t,styles:e[t]}));return{...n,media:r}}((0,f.H)(e).reduce((t,i)=>{var o,a;if("hiddenFrom"===i||"visibleFrom"===i||"sx"===i)return t;let p=n[i],c=Array.isArray(p.property)?p.property:[p.property],l="object"==typeof(a=e[i])&&null!==a?"base"in a?a.base:void 0:a;if(!function(t){if("object"!=typeof t||null===t)return!1;let e=Object.keys(t);return 1!==e.length||"base"!==e[0]}(e[i]))return c.forEach(e=>{t.inlineStyles[e]=w[p.type](l,r)}),t;t.hasResponsiveStyles=!0;let s="object"==typeof(o=e[i])&&null!==o?(0,f.H)(o).filter(t=>"base"!==t):[];return c.forEach(n=>{l&&(t.styles[n]=w[p.type](l,r)),s.forEach(o=>{var a;let c="(min-width: ".concat(r.breakpoints[o],")");t.media[c]={...t.media[c],[n]:w[p.type]("object"==typeof(a=e[i])&&null!==a&&o in a?a[o]:a,r)}})}),t},{hasResponsiveStyles:!1,styles:{},inlineStyles:{},media:{}}))}({styleProps:E,theme:R,data:d}),G={ref:e,style:function(t){let{theme:e,style:n,vars:r,styleProps:i}=t,o=y(n,e),a=y(r,e);return{...o,...a,...i}}({theme:R,style:m,vars:v,styleProps:W.inlineStyles}),className:(0,o.A)(g,D,{[J]:W.hasResponsiveStyles,"mantine-light-hidden":S,"mantine-dark-hidden":k,["mantine-hidden-from-".concat(N)]:N,["mantine-visible-from-".concat(z)]:z}),"data-variant":h,"data-size":(0,p.t)(x)?void 0:x||void 0,size:I,...function t(e){return e?"string"==typeof e?{[s(e)]:!0}:Array.isArray(e)?[...e].reduce((e,n)=>({...e,...t(n)}),{}):Object.keys(e).reduce((t,n)=>{let r=e[n];return void 0===r||""===r||!1===r||null===r||(t[s(n)]=e[n]),t},{}):null}(b),...H};return(0,r.jsxs)(r.Fragment,{children:[W.hasResponsiveStyles&&(0,r.jsx)(a.K,{selector:".".concat(J),styles:W.styles,media:W.media}),"function"==typeof C?C(G):(0,r.jsx)(i||"div",{...G})]})});N.displayName="@mantine/core/Box";let z=N},3642:(t,e,n)=>{n.d(e,{j:()=>i});var r=n(4257);function i(t){let{m:e,mx:n,my:i,mt:o,mb:a,ml:p,mr:c,me:l,ms:s,p:y,px:u,py:d,pt:f,pb:m,pl:v,pr:g,pe:h,ps:b,bd:x,bg:w,c:A,opacity:j,ff:N,fz:z,fw:S,lts:k,ta:C,lh:I,fs:_,tt:R,td:E,w:H,miw:q,maw:D,h:J,mih:W,mah:G,bgsz:P,bgp:B,bgr:F,bga:O,pos:T,top:Y,left:L,bottom:V,right:K,inset:M,display:Z,flex:$,hiddenFrom:Q,visibleFrom:U,lightHidden:X,darkHidden:tt,sx:te,...tn}=t;return{styleProps:(0,r.J)({m:e,mx:n,my:i,mt:o,mb:a,ml:p,mr:c,me:l,ms:s,p:y,px:u,py:d,pt:f,pb:m,pl:v,pr:g,pe:h,ps:b,bd:x,bg:w,c:A,opacity:j,ff:N,fz:z,fw:S,lts:k,ta:C,lh:I,fs:_,tt:R,td:E,w:H,miw:q,maw:D,h:J,mih:W,mah:G,bgsz:P,bgp:B,bgr:F,bga:O,pos:T,top:Y,left:L,bottom:V,right:K,inset:M,display:Z,flex:$,hiddenFrom:Q,visibleFrom:U,lightHidden:X,darkHidden:tt,sx:te}),rest:tn}}n(2115),n(5155)},1409:(t,e,n)=>{n.d(e,{C:()=>i});var r=n(2115);function i(){let t=(0,r.useId)().replace(/:/g,"");return"__m__-".concat(t)}},7768:(t,e,n)=>{n.d(e,{K:()=>p});var r=n(5155);n(2115);var i=n(431),o=n(8643);function a(t){return(0,o.H)(t).reduce((e,n)=>void 0!==t[n]?"".concat(e).concat(n.replace(/[A-Z]/g,t=>"-".concat(t.toLowerCase())),":").concat(t[n],";"):e,"").trim()}function p(t){let e=(0,i.WV)();return(0,r.jsx)("style",{"data-mantine-styles":"inline",nonce:null==e?void 0:e(),dangerouslySetInnerHTML:{__html:function(t){let{selector:e,styles:n,media:r,container:i}=t,o=n?a(n):"",p=Array.isArray(r)?r.map(t=>"@media".concat(t.query,"{").concat(e,"{").concat(a(t.styles),"}}")):[],c=Array.isArray(i)?i.map(t=>"@container ".concat(t.query,"{").concat(e,"{").concat(a(t.styles),"}}")):[];return"".concat(o?"".concat(e,"{").concat(o,"}"):"").concat(p.join("")).concat(c.join("")).trim()}(t)}})}},6407:(t,e,n)=>{n.d(e,{Y:()=>o});var r=n(4257);n(2115),n(5155);var i=n(8770);function o(t,e,n){var o;let a=(0,i.xd)(),p=null===(o=a.components[t])||void 0===o?void 0:o.defaultProps,c="function"==typeof p?p(a):p;return{...e,...c,...(0,r.J)(n)}}},6707:(t,e,n)=>{n.d(e,{D_:()=>o,P9:()=>a});var r=n(5155),i=n(2115);function o(t){return t}function a(t){let e=(0,i.forwardRef)(t);return e.extend=o,e.withProps=t=>{let n=(0,i.forwardRef)((n,i)=>(0,r.jsx)(e,{...t,...n,ref:i}));return n.extend=e.extend,n.displayName="WithProps(".concat(e.displayName,")"),n},e}},4456:(t,e,n)=>{n.d(e,{V:()=>r});function r(t){return t}},2246:(t,e,n)=>{n.d(e,{J:()=>o});var r=n(3463);let i={};function o(t){let{theme:e,classNames:n,props:o,stylesCtx:a}=t;return function(t){let e={};return t.forEach(t=>{Object.entries(t).forEach(t=>{let[n,i]=t;e[n]?e[n]=(0,r.A)(e[n],i):e[n]=i})}),e}((Array.isArray(n)?n:[n]).map(t=>"function"==typeof t?t(e,o,a):t||i))}},5723:(t,e,n)=>{n.d(e,{N:()=>r});function r(t){let{theme:e,styles:n,props:r,stylesCtx:i}=t;return(Array.isArray(n)?n:[n]).reduce((t,n)=>"function"==typeof n?{...t,...n(e,r,i)}:{...t,...n},{})}},1902:(t,e,n)=>{n.d(e,{I:()=>u}),n(2115),n(5155);var r=n(431),i=n(8770),o=n(3463);let a={always:"mantine-focus-always",auto:"mantine-focus-auto",never:"mantine-focus-never"};var p=n(2246);function c(t){let{selector:e,stylesCtx:n,theme:r,classNames:i,props:o}=t;return(0,p.J)({theme:r,classNames:i,props:o,stylesCtx:n})[e]}var l=n(5723);function s(t){let{style:e,theme:n}=t;return Array.isArray(e)?[...e].reduce((t,e)=>({...t,...s({style:e,theme:n})}),{}):"function"==typeof e?e(n):null==e?{}:e}var y=n(4257);function u(t){let{name:e,classes:n,props:u,stylesCtx:d,className:f,style:m,rootSelector:v="root",unstyled:g,classNames:h,styles:b,vars:x,varsResolver:w}=t,A=(0,i.xd)(),j=(0,r.AI)(),N=(0,r.If)(),z=(0,r.FI)(),S=(Array.isArray(e)?e:[e]).filter(t=>t),{withStylesTransform:k,getTransformedStyles:C}=function(t){var e;let{props:n,stylesCtx:o,themeName:a}=t,p=(0,i.xd)(),c=null===(e=(0,r.m6)())||void 0===e?void 0:e();return{getTransformedStyles:t=>c?[...t.map(t=>c(t,{props:n,theme:p,ctx:o})),...a.map(t=>{var e;return c(null===(e=p.components[t])||void 0===e?void 0:e.styles,{props:n,theme:p,ctx:o})})].filter(Boolean):[],withStylesTransform:!!c}}({props:u,stylesCtx:d,themeName:S});return(t,e)=>({className:function(t){let{theme:e,options:n,themeName:r,selector:i,classNamesPrefix:l,classNames:s,classes:y,unstyled:u,className:d,rootSelector:f,props:m,stylesCtx:v,withStaticClasses:g,headless:h,transformedStyles:b}=t;return(0,o.A)(function(t){let{theme:e,options:n,unstyled:r}=t;return(0,o.A)((null==n?void 0:n.focusable)&&!r&&(e.focusClassName||a[e.focusRing]),(null==n?void 0:n.active)&&!r&&e.activeClassName)}({theme:e,options:n,unstyled:u||h}),function(t){let{themeName:e,theme:n,selector:r,props:i,stylesCtx:o}=t;return e.map(t=>{var e,a;return null===(e=(0,p.J)({theme:n,classNames:null===(a=n.components[t])||void 0===a?void 0:a.classNames,props:i,stylesCtx:o}))||void 0===e?void 0:e[r]})}({theme:e,themeName:r,selector:i,props:m,stylesCtx:v}),function(t){let{options:e,classes:n,selector:r,unstyled:i}=t;return(null==e?void 0:e.variant)&&!i?n["".concat(r,"--").concat(e.variant)]:void 0}({options:n,classes:y,selector:i,unstyled:u}),c({selector:i,stylesCtx:v,theme:e,classNames:s,props:m}),c({selector:i,stylesCtx:v,theme:e,classNames:b,props:m}),function(t){let{selector:e,stylesCtx:n,options:r,props:i,theme:o}=t;return(0,p.J)({theme:o,classNames:null==r?void 0:r.classNames,props:(null==r?void 0:r.props)||i,stylesCtx:n})[e]}({selector:i,stylesCtx:v,options:n,props:m,theme:e}),function(t){let{rootSelector:e,selector:n,className:r}=t;return e===n?r:void 0}({rootSelector:f,selector:i,className:d}),function(t){let{selector:e,classes:n,unstyled:r}=t;return r?void 0:n[e]}({selector:i,classes:y,unstyled:u||h}),g&&!h&&function(t){let{themeName:e,classNamesPrefix:n,selector:r,withStaticClass:i}=t;return!1===i?[]:e.map(t=>"".concat(n,"-").concat(t,"-").concat(r))}({themeName:r,classNamesPrefix:l,selector:i,withStaticClass:null==n?void 0:n.withStaticClass}),null==n?void 0:n.className)}({theme:A,options:e,themeName:S,selector:t,classNamesPrefix:j,classNames:h,classes:n,unstyled:g,className:f,rootSelector:v,props:u,stylesCtx:d,withStaticClasses:N,headless:z,transformedStyles:C([null==e?void 0:e.styles,b])}),style:function(t){let{theme:e,themeName:n,selector:r,options:i,props:o,stylesCtx:a,rootSelector:p,styles:c,style:u,vars:d,varsResolver:f,headless:m,withStylesTransform:v}=t;return{...!v&&function(t){let{theme:e,themeName:n,props:r,stylesCtx:i,selector:o}=t;return n.map(t=>{var n;return(0,l.N)({theme:e,styles:null===(n=e.components[t])||void 0===n?void 0:n.styles,props:r,stylesCtx:i})[o]}).reduce((t,e)=>({...t,...e}),{})}({theme:e,themeName:n,props:o,stylesCtx:a,selector:r}),...!v&&(0,l.N)({theme:e,styles:c,props:o,stylesCtx:a})[r],...!v&&(0,l.N)({theme:e,styles:null==i?void 0:i.styles,props:(null==i?void 0:i.props)||o,stylesCtx:a})[r],...function(t){var e;let{vars:n,varsResolver:r,theme:i,props:o,stylesCtx:a,selector:p,themeName:c,headless:l}=t;return null===(e=[l?{}:null==r?void 0:r(i,o,a),...c.map(t=>{var e,n,r;return null===(r=i.components)||void 0===r?void 0:null===(n=r[t])||void 0===n?void 0:null===(e=n.vars)||void 0===e?void 0:e.call(n,i,o,a)}),null==n?void 0:n(i,o,a)].reduce((t,e)=>(e&&Object.keys(e).forEach(n=>{t[n]={...t[n],...(0,y.J)(e[n])}}),t),{}))||void 0===e?void 0:e[p]}({theme:e,props:o,stylesCtx:a,vars:d,varsResolver:f,selector:r,themeName:n,headless:m}),...p===r?s({style:u,theme:e}):null,...s({style:null==i?void 0:i.style,theme:e})}}({theme:A,themeName:S,selector:t,options:e,props:u,stylesCtx:d,rootSelector:v,styles:b,style:m,vars:x,varsResolver:w,headless:z,withStylesTransform:k})})}},4257:(t,e,n)=>{n.d(e,{J:()=>r});function r(t){return Object.keys(t).reduce((e,n)=>(void 0!==t[n]&&(e[n]=t[n]),e),{})}},4987:(t,e,n)=>{n.d(e,{GY:()=>a,YC:()=>o,dh:()=>s,ks:()=>l,nJ:()=>p,ny:()=>c});var r=n(5883),i=n(7518);function o(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"size",n=!(arguments.length>2)||void 0===arguments[2]||arguments[2];if(void 0!==t)return(0,r.t)(t)?n?(0,i.D)(t):t:"var(--".concat(e,"-").concat(t,")")}function a(t){return o(t,"mantine-spacing")}function p(t){return void 0===t?"var(--mantine-radius-default)":o(t,"mantine-radius")}function c(t){return o(t,"mantine-font-size")}function l(t){return o(t,"mantine-line-height",!1)}function s(t){if(t)return o(t,"mantine-shadow",!1)}},5883:(t,e,n)=>{n.d(e,{t:()=>r});function r(t){if("number"==typeof t)return!0;if("string"==typeof t){if(t.startsWith("calc(")||t.startsWith("var(")||t.includes(" ")&&""!==t.trim())return!0;let e=/^[+-]?[0-9]+(\.[0-9]+)?(px|em|rem|ex|ch|lh|rlh|vw|vh|vmin|vmax|vb|vi|svw|svh|lvw|lvh|dvw|dvh|cm|mm|in|pt|pc|q|cqw|cqh|cqi|cqb|cqmin|cqmax|%)?$/;return t.trim().split(/\s+/).every(t=>e.test(t))}return!1}},3463:(t,e,n)=>{n.d(e,{A:()=>r});let r=function(){for(var t,e,n=0,r="",i=arguments.length;n