"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5031],{1659:(t,e,i)=>{i.d(e,{Y:()=>s});var n=i(65752),r=i(38197);function s(t){let e=(0,r.j)();for(let i in t)e[i]={...e[i],...t[i]};(0,n.lr)(e)}},6500:(t,e,i)=>{i.d(e,{l:()=>n});let n=t=>t},7170:(t,e,i)=>{i.d(e,{u:()=>r});var n=i(33182);function r(t){return(0,n.S)(t)?t.get():t}},8453:(t,e,i)=>{i.d(e,{v:()=>r});var n=i(16105);class r{constructor(){this.subscriptions=[]}add(t){return(0,n.Kq)(this.subscriptions,t),()=>(0,n.Ai)(this.subscriptions,t)}notify(t,e,i){let n=this.subscriptions.length;if(n)if(1===n)this.subscriptions[0](t,e,i);else for(let r=0;r{i.d(e,{a:()=>n});let n=t=>Math.round(1e5*t)/1e5},10883:(t,e,i)=>{function n(t){let e=[{},{}];return t?.values.forEach((t,i)=>{e[0][i]=t.get(),e[1][i]=t.getVelocity()}),e}function r(t,e,i,r){if("function"==typeof e){let[s,a]=n(r);e=e(void 0!==i?i:t.custom,s,a)}if("string"==typeof e&&(e=t.variants&&t.variants[e]),"function"==typeof e){let[s,a]=n(r);e=e(void 0!==i?i:t.custom,s,a)}return e}i.d(e,{a:()=>r})},12205:(t,e,i)=>{i.d(e,{w:()=>n});let n=t=>e=>e.test(t)},15075:(t,e,i)=>{i.d(e,{$:()=>n});let n=t=>/^0[^.\s]+$/u.test(t)},16105:(t,e,i)=>{function n(t,e){-1===t.indexOf(e)&&t.push(e)}function r(t,e){let i=t.indexOf(e);i>-1&&t.splice(i,1)}i.d(e,{Ai:()=>r,Kq:()=>n})},19461:(t,e,i)=>{i.d(e,{w:()=>n});function n(t){return"string"==typeof t||Array.isArray(t)}},20091:(t,e,i)=>{i.d(e,{T:()=>a,n:()=>o});var n=i(37822),r=i(92419),s=i(12205);let a=[n.ai,r.px,r.KN,r.uj,r.vw,r.vh,{test:t=>"auto"===t,parse:t=>t}],o=t=>a.find((0,s.w)(t))},21391:(t,e,i)=>{i.d(e,{j4:()=>r,pG:()=>a,rm:()=>l});let n=t=>e=>"string"==typeof e&&e.startsWith(t),r=n("--"),s=n("var(--"),a=t=>!!s(t)&&o.test(t.split("/*")[0].trim()),o=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu;function l(t){return"string"==typeof t&&t.split("/*")[0].includes("var(--")}},22039:(t,e,i)=>{i.d(e,{OQ:()=>u});var n=i(8453),r=i(45242),s=i(27424),a=i(73934);let o={current:void 0};class l{constructor(t,e={}){this.canTrackVelocity=null,this.events={},this.updateAndNotify=t=>{let e=s.k.now();if(this.updatedAt!==e&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(t),this.current!==this.prev&&(this.events.change?.notify(this.current),this.dependents))for(let t of this.dependents)t.dirty()},this.hasAnimated=!1,this.setCurrent(t),this.owner=e.owner}setCurrent(t){this.current=t,this.updatedAt=s.k.now(),null===this.canTrackVelocity&&void 0!==t&&(this.canTrackVelocity=!isNaN(parseFloat(this.current)))}setPrevFrameValue(t=this.current){this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt}onChange(t){return this.on("change",t)}on(t,e){this.events[t]||(this.events[t]=new n.v);let i=this.events[t].add(e);return"change"===t?()=>{i(),a.Gt.read(()=>{this.events.change.getSize()||this.stop()})}:i}clearListeners(){for(let t in this.events)this.events[t].clear()}attach(t,e){this.passiveEffect=t,this.stopPassiveEffect=e}set(t){this.passiveEffect?this.passiveEffect(t,this.updateAndNotify):this.updateAndNotify(t)}setWithVelocity(t,e,i){this.set(e),this.prev=void 0,this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt-i}jump(t,e=!0){this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,e&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}dirty(){this.events.change?.notify(this.current)}addDependent(t){this.dependents||(this.dependents=new Set),this.dependents.add(t)}removeDependent(t){this.dependents&&this.dependents.delete(t)}get(){return o.current&&o.current.push(this),this.current}getPrevious(){return this.prev}getVelocity(){let t=s.k.now();if(!this.canTrackVelocity||void 0===this.prevFrameValue||t-this.updatedAt>30)return 0;let e=Math.min(this.updatedAt-this.prevUpdatedAt,30);return(0,r.f)(parseFloat(this.current)-parseFloat(this.prevFrameValue),e)}start(t){return this.stop(),new Promise(e=>{this.hasAnimated=!0,this.animation=t(e),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.dependents?.clear(),this.events.destroy?.notify(),this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function u(t,e){return new l(t,e)}},23863:(t,e,i)=>{i.d(e,{i:()=>n});let n=t=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(t)},23867:(t,e,i)=>{i.d(e,{Q:()=>n});let n={value:null,addProjectionMetrics:null}},23919:(t,e,i)=>{i.d(e,{$:()=>s,q:()=>a});var n=i(24531);let r=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,s=(t,e)=>i=>!!("string"==typeof i&&r.test(i)&&i.startsWith(t)||e&&null!=i&&Object.prototype.hasOwnProperty.call(i,e)),a=(t,e,i)=>r=>{if("string"!=typeof r)return r;let[s,a,o,l]=r.match(n.S);return{[t]:parseFloat(s),[e]:parseFloat(a),[i]:parseFloat(o),alpha:void 0!==l?parseFloat(l):1}}},24531:(t,e,i)=>{i.d(e,{S:()=>n});let n=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu},24888:(t,e,i)=>{i.d(e,{V:()=>h,f:()=>p});var n=i(55389);let r=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;var s=i(24531),a=i(9150);let o="number",l="color",u=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function h(t){let e=t.toString(),i=[],r={color:[],number:[],var:[]},s=[],a=0,h=e.replace(u,t=>(n.y.test(t)?(r.color.push(a),s.push(l),i.push(n.y.parse(t))):t.startsWith("var(")?(r.var.push(a),s.push("var"),i.push(t)):(r.number.push(a),s.push(o),i.push(parseFloat(t))),++a,"${}")).split("${}");return{values:i,split:h,indexes:r,types:s}}function d({split:t,types:e}){let i=t.length;return r=>{let s="";for(let u=0;u0},parse:function(t){return h(t).values},createTransformer:function(t){return d(h(t))},getAnimatableNone:function(t){let e=h(t);return d(e)(e.values.map((t,i)=>{var r;let s;return r=e.split[i],"number"==typeof t?r?.trim().endsWith("/")?t:0:"number"==typeof(s=t)?0:n.y.test(s)?n.y.getAnimatableNone(s):s}))}}},27290:(t,e,i)=>{i.d(e,{X:()=>r,f:()=>n});let n=t=>1e3*t,r=t=>t/1e3},27424:(t,e,i)=>{let n;i.d(e,{k:()=>o});var r=i(40042),s=i(73934);function a(){n=void 0}let o={now:()=>(void 0===n&&o.set(s.uv.isProcessing||r.W.useManualTiming?s.uv.timestamp:performance.now()),n),set:t=>{n=t,queueMicrotask(a)}}},28033:(t,e,i)=>{i.d(e,{O:()=>o,e:()=>a});var n=i(36874),r=i(19461),s=i(52036);function a(t){return(0,n.N)(t.animate)||s._.some(e=>(0,r.w)(t[e]))}function o(t){return!!(a(t)||t.variants)}},31439:(t,e,i)=>{i.d(e,{B:()=>o});var n=i(38708);let r={offset:"stroke-dashoffset",array:"stroke-dasharray"},s={offset:"strokeDashoffset",array:"strokeDasharray"},a=["offsetDistance","offsetPath","offsetRotate","offsetAnchor"];function o(t,{attrX:e,attrY:i,attrScale:o,pathLength:l,pathSpacing:u=1,pathOffset:h=0,...d},p,c,f){if((0,n.O)(t,d,c),p){t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox);return}t.attrs=t.style,t.style={};let{attrs:m,style:v}=t;for(let t of(m.transform&&(v.transform=m.transform,delete m.transform),(v.transform||m.transformOrigin)&&(v.transformOrigin=m.transformOrigin??"50% 50%",delete m.transformOrigin),v.transform&&(v.transformBox=f?.transformBox??"fill-box",delete m.transformBox),a))void 0!==m[t]&&(v[t]=m[t],delete m[t]);void 0!==e&&(m.x=e),void 0!==i&&(m.y=i),void 0!==o&&(m.scale=o),void 0!==l&&function(t,e,i=1,n=0,a=!0){t.pathLength=1;let o=a?r:s;t[o.offset]=`${-n}`,t[o.array]=`${e} ${i}`}(m,l,u,h,!1)}},31739:(t,e,i)=>{i.d(e,{B:()=>l});var n=i(48895),r=i(37822),s=i(9150),a=i(23919);let o={...r.ai,transform:t=>Math.round((0,n.q)(0,255,t))},l={test:(0,a.$)("rgb","red"),parse:(0,a.q)("red","green","blue"),transform:({red:t,green:e,blue:i,alpha:n=1})=>"rgba("+o.transform(t)+", "+o.transform(e)+", "+o.transform(i)+", "+(0,s.a)(r.X4.transform(n))+")"}},32246:(t,e,i)=>{i.d(e,{I:()=>n});function n(t){return t.replace(/([A-Z])/g,t=>`-${t.toLowerCase()}`)}},33182:(t,e,i)=>{i.d(e,{S:()=>n});let n=t=>!!(t&&t.getVelocity)},33754:(t,e,i)=>{i.d(e,{K:()=>n});let n=(t,e,i=10)=>{let n="",r=Math.max(Math.round(e/i),2);for(let e=0;e{i.d(e,{X:()=>r});let n=t=>null!==t;function r(t,{repeat:e,repeatType:i="loop"},s,a=1){let o=t.filter(n),l=a<0||e&&"loop"!==i&&e%2==1?0:o.length-1;return l&&void 0!==s?s:o[l]}},34324:(t,e,i)=>{i.d(e,{D:()=>n});let n=t=>Array.isArray(t)&&"number"==typeof t[0]},35043:(t,e,i)=>{i.d(e,{x:()=>a});var n=i(33182),r=i(40479),s=i(76066);function a(t,e,i){let a=(0,s.x)(t,e,i);for(let i in t)((0,n.S)(t[i])||(0,n.S)(e[i]))&&(a[-1!==r.U.indexOf(i)?"attr"+i.charAt(0).toUpperCase()+i.substring(1):i]=t[i]);return a}},36619:(t,e,i)=>{i.d(e,{Q:()=>r});let n=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function r(t){if("string"!=typeof t||t.includes("-"));else if(n.indexOf(t)>-1||/[A-Z]/u.test(t))return!0;return!1}},36795:(t,e,i)=>{i.d(e,{n:()=>n});let n=t=>"string"==typeof t&&"svg"===t.toLowerCase()},36874:(t,e,i)=>{i.d(e,{N:()=>n});function n(t){return null!==t&&"object"==typeof t&&"function"==typeof t.start}},37822:(t,e,i)=>{i.d(e,{X4:()=>s,ai:()=>r,hs:()=>a});var n=i(48895);let r={test:t=>"number"==typeof t,parse:parseFloat,transform:t=>t},s={...r,transform:t=>(0,n.q)(0,1,t)},a={...r,default:1}},37899:(t,e,i)=>{i.d(e,{Ib:()=>p,ry:()=>d,zs:()=>h});let n=t=>180*t/Math.PI,r=t=>a(n(Math.atan2(t[1],t[0]))),s={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:t=>(Math.abs(t[0])+Math.abs(t[3]))/2,rotate:r,rotateZ:r,skewX:t=>n(Math.atan(t[1])),skewY:t=>n(Math.atan(t[2])),skew:t=>(Math.abs(t[1])+Math.abs(t[2]))/2},a=t=>((t%=360)<0&&(t+=360),t),o=t=>Math.sqrt(t[0]*t[0]+t[1]*t[1]),l=t=>Math.sqrt(t[4]*t[4]+t[5]*t[5]),u={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:o,scaleY:l,scale:t=>(o(t)+l(t))/2,rotateX:t=>a(n(Math.atan2(t[6],t[5]))),rotateY:t=>a(n(Math.atan2(-t[2],t[0]))),rotateZ:r,rotate:r,skewX:t=>n(Math.atan(t[4])),skewY:t=>n(Math.atan(t[1])),skew:t=>(Math.abs(t[1])+Math.abs(t[4]))/2};function h(t){return+!!t.includes("scale")}function d(t,e){let i,n;if(!t||"none"===t)return h(e);let r=t.match(/^matrix3d\(([-\d.e\s,]+)\)$/u);if(r)i=u,n=r;else{let e=t.match(/^matrix\(([-\d.e\s,]+)\)$/u);i=s,n=e}if(!n)return h(e);let a=i[e],o=n[1].split(",").map(c);return"function"==typeof a?a(o):o[a]}let p=(t,e)=>{let{transform:i="none"}=getComputedStyle(t);return d(i,e)};function c(t){return parseFloat(t.trim())}},38197:(t,e,i)=>{i.d(e,{j:()=>a});var n=i(65752);let r={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},s=!1;function a(){return!function(){if(s)return;let t={};for(let e in r)t[e]={isEnabled:t=>r[e].some(e=>!!t[e])};(0,n.lr)(t),s=!0}(),(0,n.vK)()}},38358:(t,e,i)=>{i.d(e,{k:()=>n});let{schedule:n}=(0,i(44300).I)(queueMicrotask,!1)},38708:(t,e,i)=>{i.d(e,{O:()=>u});let n=(t,e)=>e&&"number"==typeof t?e.transform(t):t;var r=i(96868),s=i(40479),a=i(21391);let o={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},l=s.U.length;function u(t,e,i){let{style:u,vars:h,transformOrigin:d}=t,p=!1,c=!1;for(let t in e){let i=e[t];if(s.f.has(t)){p=!0;continue}if((0,a.j4)(t)){h[t]=i;continue}{let e=n(i,r.W[t]);t.startsWith("origin")?(c=!0,d[t]=e):u[t]=e}}if(!e.transform&&(p||i?u.transform=function(t,e,i){let a="",u=!0;for(let h=0;h{i.d(e,{k:()=>n});let n=(t,e,i)=>t+(e-t)*i},39622:(t,e,i)=>{i.d(e,{ge:()=>a,xU:()=>r});let n=()=>({translate:0,scale:1,origin:0,originPoint:0}),r=()=>({x:n(),y:n()}),s=()=>({min:0,max:0}),a=()=>({x:s(),y:s()})},40042:(t,e,i)=>{i.d(e,{W:()=>n});let n={}},40479:(t,e,i)=>{i.d(e,{U:()=>n,f:()=>r});let n=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],r=new Set(n)},44300:(t,e,i)=>{i.d(e,{I:()=>a});var n=i(40042);let r=["setup","read","resolveKeyframes","preUpdate","update","preRender","render","postRender"];var s=i(23867);function a(t,e){let i=!1,a=!0,o={delta:0,timestamp:0,isProcessing:!1},l=()=>i=!0,u=r.reduce((t,i)=>(t[i]=function(t,e){let i=new Set,n=new Set,r=!1,a=!1,o=new WeakSet,l={delta:0,timestamp:0,isProcessing:!1},u=0;function h(e){o.has(e)&&(d.schedule(e),t()),u++,e(l)}let d={schedule:(t,e=!1,s=!1)=>{let a=s&&r?i:n;return e&&o.add(t),a.add(t),t},cancel:t=>{n.delete(t),o.delete(t)},process:t=>{if(l=t,r){a=!0;return}r=!0;let o=i;i=n,n=o,i.forEach(h),e&&s.Q.value&&s.Q.value.frameloop[e].push(u),u=0,i.clear(),r=!1,a&&(a=!1,d.process(t))}};return d}(l,e?i:void 0),t),{}),{setup:h,read:d,resolveKeyframes:p,preUpdate:c,update:f,preRender:m,render:v,postRender:g}=u,y=()=>{let r=n.W.useManualTiming,s=r?o.timestamp:performance.now();i=!1,r||(o.delta=a?1e3/60:Math.max(Math.min(s-o.timestamp,40),1)),o.timestamp=s,o.isProcessing=!0,h.process(o),d.process(o),p.process(o),c.process(o),f.process(o),m.process(o),v.process(o),g.process(o),o.isProcessing=!1,i&&e&&(a=!1,t(y))};return{schedule:r.reduce((e,n)=>{let r=u[n];return e[n]=(e,n=!1,s=!1)=>(!i&&(i=!0,a=!0,o.isProcessing||t(y)),r.schedule(e,n,s)),e},{}),cancel:t=>{for(let e=0;e{i.d(e,{V:()=>o});var n=i(37822),r=i(92419),s=i(9150),a=i(23919);let o={test:(0,a.$)("hsl","hue"),parse:(0,a.q)("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:i,alpha:a=1})=>"hsla("+Math.round(t)+", "+r.KN.transform((0,s.a)(e))+", "+r.KN.transform((0,s.a)(i))+", "+(0,s.a)(n.X4.transform(a))+")"}},45242:(t,e,i)=>{i.d(e,{f:()=>n});function n(t,e){return e?1e3/e*t:0}},45385:(t,e,i)=>{i.d(e,{H:()=>l});var n=i(92419);function r(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}let s={correct:(t,e)=>{if(!e.target)return t;if("string"==typeof t)if(!n.px.test(t))return t;else t=parseFloat(t);let i=r(t,e.target.x),s=r(t,e.target.y);return`${i}% ${s}%`}};var a=i(24888),o=i(39361);let l={borderRadius:{...s,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:s,borderTopRightRadius:s,borderBottomLeftRadius:s,borderBottomRightRadius:s,boxShadow:{correct:(t,{treeScale:e,projectionDelta:i})=>{let n=a.f.parse(t);if(n.length>5)return t;let r=a.f.createTransformer(t),s=+("number"!=typeof n[0]),l=i.x.scale*e.x,u=i.y.scale*e.y;n[0+s]/=l,n[1+s]/=u;let h=(0,o.k)(l,u,.5);return"number"==typeof n[2+s]&&(n[2+s]/=h),"number"==typeof n[3+s]&&(n[3+s]/=h),r(n)}}}},46436:(t,e,i)=>{i.d(e,{E:()=>r});var n=i(12115);let r="undefined"!=typeof window?n.useLayoutEffect:n.useEffect},46934:(t,e,i)=>{i.d(e,{e:()=>n});function n(t,e,i){e.startsWith("--")?t.style.setProperty(e,i):t.style[e]=i}},48895:(t,e,i)=>{i.d(e,{q:()=>n});let n=(t,e,i)=>i>e?e:i{i.d(e,{U:()=>n,_:()=>r});let n=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],r=["initial",...n]},53127:(t,e,i)=>{i.d(e,{Q:()=>n});let n=(0,i(12115).createContext)({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"})},55389:(t,e,i)=>{i.d(e,{y:()=>a});var n=i(68894),r=i(44807),s=i(31739);let a={test:t=>s.B.test(t)||n.u.test(t)||r.V.test(t),parse:t=>s.B.test(t)?s.B.parse(t):r.V.test(t)?r.V.parse(t):n.u.parse(t),transform:t=>"string"==typeof t?t:t.hasOwnProperty("red")?s.B.transform(t):r.V.transform(t),getAnimatableNone:t=>{let e=a.parse(t);return e.alpha=0,a.transform(e)}}},59132:(t,e,i)=>{i.d(e,{J:()=>l,D:()=>o});var n=i(33182);let r=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","propagate","ignoreStrict","viewport"]);function s(t){return t.startsWith("while")||t.startsWith("drag")&&"draggable"!==t||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||t.startsWith("onLayout")||r.has(t)}let a=t=>!s(t);function o(t){"function"==typeof t&&(a=e=>e.startsWith("on")?!s(e):t(e))}try{o(require("@emotion/is-prop-valid").default)}catch{}function l(t,e,i){let r={};for(let o in t)("values"!==o||"object"!=typeof t.values)&&!(0,n.S)(t[o])&&(a(o)||!0===i&&s(o)||!e&&!s(o)||t.draggable&&o.startsWith("onDrag"))&&(r[o]=t[o]);return r}},59686:(t,e,i)=>{i.d(e,{t:()=>n});let n=(0,i(12115).createContext)(null)},60178:(t,e,i)=>{i.d(e,{p:()=>n});function n(t){let e;return()=>(void 0===e&&(e=t()),e)}},60296:(t,e,i)=>{i.d(e,{L:()=>n});let n=(0,i(12115).createContext)({})},62213:(t,e,i)=>{i.d(e,{q:()=>n});let n={layout:0,mainThread:0,waapi:0}},63946:(t,e,i)=>{i.d(e,{h:()=>p,q:()=>d});var n=i(78617),r=i(73934);let s=new Set,a=!1,o=!1,l=!1;function u(){if(o){let t=Array.from(s).filter(t=>t.needsMeasurement),e=new Set(t.map(t=>t.element)),i=new Map;e.forEach(t=>{let e=(0,n.W9)(t);e.length&&(i.set(t,e),t.render())}),t.forEach(t=>t.measureInitialState()),e.forEach(t=>{t.render();let e=i.get(t);e&&e.forEach(([e,i])=>{t.getValue(e)?.set(i)})}),t.forEach(t=>t.measureEndState()),t.forEach(t=>{void 0!==t.suspendedScrollY&&window.scrollTo(0,t.suspendedScrollY)})}o=!1,a=!1,s.forEach(t=>t.complete(l)),s.clear()}function h(){s.forEach(t=>{t.readKeyframes(),t.needsMeasurement&&(o=!0)})}function d(){l=!0,h(),u(),l=!1}class p{constructor(t,e,i,n,r,s=!1){this.state="pending",this.isAsync=!1,this.needsMeasurement=!1,this.unresolvedKeyframes=[...t],this.onComplete=e,this.name=i,this.motionValue=n,this.element=r,this.isAsync=s}scheduleResolve(){this.state="scheduled",this.isAsync?(s.add(this),a||(a=!0,r.Gt.read(h),r.Gt.resolveKeyframes(u))):(this.readKeyframes(),this.complete())}readKeyframes(){let{unresolvedKeyframes:t,name:e,element:i,motionValue:n}=this;if(null===t[0]){let r=n?.get(),s=t[t.length-1];if(void 0!==r)t[0]=r;else if(i&&e){let n=i.readValue(e,s);null!=n&&(t[0]=n)}void 0===t[0]&&(t[0]=s),n&&void 0===r&&n.set(t[0])}for(let e=1;e{i.d(e,{Y:()=>n});let n=(0,i(12115).createContext)({strict:!1})},65181:(t,e,i)=>{i.d(e,{W:()=>n});function n(t){return"function"==typeof t&&"applyToOptions"in t}},65752:(t,e,i)=>{i.d(e,{BX:()=>B,vK:()=>R,lr:()=>F});var n=i(27290),r=i(23863),s=i(15075),a=i(8453),o=i(63946),l=i(82617),u=i(87913),h=i(38358),d=i(27424),p=i(39622),c=i(22039),f=i(24888),m=i(82264),v=i(55389),g=i(20091),y=i(12205);let b=[...g.T,v.y,f.f];var x=i(33182);let w=new WeakMap;var S=i(28033),V=i(40479);let M={current:null},C={current:!1},T="undefined"!=typeof window;var A=i(10883),k=i(73934);let E=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"],P={};function F(t){P=t}function R(){return P}class B{scrapeMotionValuesFromProps(t,e,i){return{}}constructor({parent:t,props:e,presenceContext:i,reducedMotionConfig:n,skipAnimations:r,blockInitialAnimation:s,visualState:a},l={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.shouldSkipAnimations=!1,this.values=new Map,this.KeyframeResolver=o.h,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.hasBeenMounted=!1,this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{let t=d.k.now();this.renderScheduledAtthis.bindToMotionValue(e,t)),"never"===this.reducedMotionConfig?this.shouldReduceMotion=!1:"always"===this.reducedMotionConfig?this.shouldReduceMotion=!0:(C.current||function(){if(C.current=!0,T)if(window.matchMedia){let t=window.matchMedia("(prefers-reduced-motion)"),e=()=>M.current=t.matches;t.addEventListener("change",e),e()}else M.current=!1}(),this.shouldReduceMotion=M.current),this.shouldSkipAnimations=this.skipAnimationsConfig??!1,this.parent?.addChild(this),this.update(this.props,this.presenceContext),this.hasBeenMounted=!0}unmount(){for(let t in this.projection&&this.projection.unmount(),(0,k.WG)(this.notifyUpdate),(0,k.WG)(this.render),this.valueSubscriptions.forEach(t=>t()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent?.removeChild(this),this.events)this.events[t].clear();for(let t in this.features){let e=this.features[t];e&&(e.unmount(),e.isMounted=!1)}this.current=null}addChild(t){this.children.add(t),this.enteringChildren??(this.enteringChildren=new Set),this.enteringChildren.add(t)}removeChild(t){this.children.delete(t),this.enteringChildren&&this.enteringChildren.delete(t)}bindToMotionValue(t,e){let i;if(this.valueSubscriptions.has(t)&&this.valueSubscriptions.get(t)(),e.accelerate&&u.M.has(t)&&this.current instanceof HTMLElement){let{factory:i,keyframes:r,times:s,ease:a,duration:o}=e.accelerate,u=new l.m({element:this.current,name:t,keyframes:r,times:s,ease:a,duration:(0,n.f)(o)}),h=i(u);this.valueSubscriptions.set(t,()=>{h(),u.cancel()});return}let r=V.f.has(t);r&&this.onBindTransform&&this.onBindTransform();let s=e.on("change",e=>{this.latestValues[t]=e,this.props.onUpdate&&k.Gt.preRender(this.notifyUpdate),r&&this.projection&&(this.projection.isTransformDirty=!0),this.scheduleRender()});"undefined"!=typeof window&&window.MotionCheckAppearSync&&(i=window.MotionCheckAppearSync(this,t,e)),this.valueSubscriptions.set(t,()=>{s(),i&&i(),e.owner&&e.stop()})}sortNodePosition(t){return this.current&&this.sortInstanceNodePosition&&this.type===t.type?this.sortInstanceNodePosition(this.current,t.current):0}updateFeatures(){let t="animation";for(t in P){let e=P[t];if(!e)continue;let{isEnabled:i,Feature:n}=e;if(!this.features[t]&&n&&i(this.props)&&(this.features[t]=new n(this)),this.features[t]){let e=this.features[t];e.isMounted?e.update():(e.mount(),e.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):(0,p.ge)()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,e){this.latestValues[t]=e}update(t,e){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=e;for(let e=0;ee.variantChildren.delete(t)}addValue(t,e){let i=this.values.get(t);e!==i&&(i&&this.removeValue(t),this.bindToMotionValue(t,e),this.values.set(t,e),this.latestValues[t]=e.get())}removeValue(t){this.values.delete(t);let e=this.valueSubscriptions.get(t);e&&(e(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,e){if(this.props.values&&this.props.values[t])return this.props.values[t];let i=this.values.get(t);return void 0===i&&void 0!==e&&(i=(0,c.OQ)(null===e?void 0:e,{owner:this}),this.addValue(t,i)),i}readValue(t,e){let i=void 0===this.latestValues[t]&&this.current?this.getBaseTargetFromProps(this.props,t)??this.readValueFromInstance(this.current,t,this.options):this.latestValues[t];if(null!=i){if("string"==typeof i&&((0,r.i)(i)||(0,s.$)(i)))i=parseFloat(i);else{let n;n=i,!b.find((0,y.w)(n))&&f.f.test(e)&&(i=(0,m.J)(t,e))}this.setBaseTarget(t,(0,x.S)(i)?i.get():i)}return(0,x.S)(i)?i.get():i}setBaseTarget(t,e){this.baseTarget[t]=e}getBaseTarget(t){let e,{initial:i}=this.props;if("string"==typeof i||"object"==typeof i){let n=(0,A.a)(this.props,i,this.presenceContext?.custom);n&&(e=n[t])}if(i&&void 0!==e)return e;let n=this.getBaseTargetFromProps(this.props,t);return void 0===n||(0,x.S)(n)?void 0!==this.initialValues[t]&&void 0===e?void 0:this.baseTarget[t]:n}on(t,e){return this.events[t]||(this.events[t]=new a.v),this.events[t].add(e)}notify(t,...e){this.events[t]&&this.events[t].notify(...e)}scheduleRenderMicrotask(){h.k.render(this.render)}}},68894:(t,e,i)=>{i.d(e,{u:()=>r});var n=i(31739);let r={test:(0,i(23919).$)("#"),parse:function(t){let e="",i="",n="",r="";return t.length>5?(e=t.substring(1,3),i=t.substring(3,5),n=t.substring(5,7),r=t.substring(7,9)):(e=t.substring(1,2),i=t.substring(2,3),n=t.substring(3,4),r=t.substring(4,5),e+=e,i+=i,n+=n,r+=r),{red:parseInt(e,16),green:parseInt(i,16),blue:parseInt(n,16),alpha:r?parseInt(r,16)/255:1}},transform:n.B.transform}},73142:(t,e,i)=>{i.d(e,{G:()=>n});function n(t){return"object"==typeof t&&null!==t}},73934:(t,e,i)=>{i.d(e,{Gt:()=>r,PP:()=>o,WG:()=>s,uv:()=>a});var n=i(6500);let{schedule:r,cancel:s,state:a,steps:o}=(0,i(44300).I)("undefined"!=typeof requestAnimationFrame?requestAnimationFrame:n.l,!0)},75601:(t,e,i)=>{i.d(e,{xQ:()=>s});var n=i(12115),r=i(59686);function s(t=!0){let e=(0,n.useContext)(r.t);if(null===e)return[!0,null];let{isPresent:i,onExitComplete:a,register:o}=e,l=(0,n.useId)();(0,n.useEffect)(()=>{if(t)return o(l)},[t]);let u=(0,n.useCallback)(()=>t&&a&&a(l),[l,a,t]);return!i&&a?[!1,u]:[!0]}},76066:(t,e,i)=>{i.d(e,{x:()=>s});var n=i(33182),r=i(93709);function s(t,e,i){let s=t.style,a=e?.style,o={};if(!s)return o;for(let e in s)((0,n.S)(s[e])||a&&(0,n.S)(a[e])||(0,r.zK)(e,t)||i?.getValue(e)?.liveStyle!==void 0)&&(o[e]=s[e]);return o}},77896:(t,e,i)=>{i.d(e,{H:()=>$});var n=i(95155),r=i(12115),s=i(60296),a=i(64209),o=i(53127);let l=(0,r.createContext)({});var u=i(28033),h=i(19461);function d(t){return Array.isArray(t)?t.join(" "):t}var p=i(33182),c=i(93709),f=i(38708);let m=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function v(t,e,i){for(let n in e)(0,p.S)(e[n])||(0,c.zK)(n,i)||(t[n]=e[n])}var g=i(31439),y=i(36795);let b=()=>({...m(),attrs:{}});var x=i(59132),w=i(36619),S=i(76066),V=i(7170),M=i(36874),C=i(10883),T=i(59686),A=i(94416);let k=t=>(e,i)=>{let n=(0,r.useContext)(l),s=(0,r.useContext)(T.t),a=()=>(function({scrapeMotionValuesFromProps:t,createRenderState:e},i,n,r){return{latestValues:function(t,e,i,n){let r={},s=n(t,{});for(let t in s)r[t]=(0,V.u)(s[t]);let{initial:a,animate:o}=t,l=(0,u.e)(t),h=(0,u.O)(t);e&&h&&!l&&!1!==t.inherit&&(void 0===a&&(a=e.initial),void 0===o&&(o=e.animate));let d=!!i&&!1===i.initial,p=(d=d||!1===a)?o:a;if(p&&"boolean"!=typeof p&&!(0,M.N)(p)){let e=Array.isArray(p)?p:[p];for(let i=0;i({initial:e,animate:i}),[d(e),d(i)])}(i),P=M(i,k);if(!k&&"undefined"!=typeof window){(0,r.useContext)(a.Y).strict;let e=function(t){let{drag:e,layout:i}=(0,F.j)();if(!e&&!i)return{};let n={...e,...i};return{MeasureLayout:e?.isEnabled(t)||i?.isEnabled(t)?n.MeasureLayout:void 0,ProjectionNode:n.ProjectionNode}}(A);C=e.MeasureLayout,E.visualElement=function(t,e,i,n,s,u){let{visualElement:h}=(0,r.useContext)(l),d=(0,r.useContext)(a.Y),p=(0,r.useContext)(T.t),c=(0,r.useContext)(o.Q),f=c.reducedMotion,m=c.skipAnimations,v=(0,r.useRef)(null),g=(0,r.useRef)(!1);n=n||d.renderer,!v.current&&n&&(v.current=n(t,{visualState:e,parent:h,props:i,presenceContext:p,blockInitialAnimation:!!p&&!1===p.initial,reducedMotionConfig:f,skipAnimations:m,isSVG:u}),g.current&&v.current&&(v.current.manuallyAnimateOnMount=!0));let y=v.current,b=(0,r.useContext)(I.N);y&&!y.projection&&s&&("html"===y.type||"svg"===y.type)&&function(t,e,i,n){let{layoutId:r,layout:s,drag:a,dragConstraints:o,layoutScroll:l,layoutRoot:u,layoutAnchor:h,layoutCrossfade:d}=e;t.projection=new i(t.latestValues,e["data-framer-portal-id"]?void 0:function t(e){if(e)return!1!==e.options.allowProjection?e.projection:t(e.parent)}(t.parent)),t.projection.setOptions({layoutId:r,layout:s,alwaysMeasureLayout:!!a||o&&(0,W.X)(o),visualElement:t,animationType:"string"==typeof s?s:"both",initialPromotionConfig:n,crossfade:d,layoutScroll:l,layoutRoot:u,layoutAnchor:h})}(v.current,i,s,b);let x=(0,r.useRef)(!1);(0,r.useInsertionEffect)(()=>{y&&x.current&&y.update(i,p)});let w=i[j.n],S=(0,r.useRef)(!!w&&"undefined"!=typeof window&&!window.MotionHandoffIsComplete?.(w)&&window.MotionHasOptimisedAnimation?.(w));return(0,N.E)(()=>{g.current=!0,y&&(x.current=!0,window.MotionIsMounted=!0,y.updateFeatures(),y.scheduleRenderMicrotask(),S.current&&y.animationState&&y.animationState.animateChanges())}),(0,r.useEffect)(()=>{y&&(!S.current&&y.animationState&&y.animationState.animateChanges(),S.current&&(queueMicrotask(()=>{window.MotionHandoffMarkAsComplete?.(w)}),S.current=!1),y.enteringChildren=void 0)}),y}(t,P,A,S,e.ProjectionNode,V)}return(0,n.jsxs)(l.Provider,{value:E,children:[C&&E.visualElement?(0,n.jsx)(C,{visualElement:E.visualElement,...A}):null,function(t,e,i,{latestValues:n},s,a=!1,o){let l=(o??(0,w.Q)(t)?function(t,e,i,n){let s=(0,r.useMemo)(()=>{let i=b();return(0,g.B)(i,e,(0,y.n)(n),t.transformTemplate,t.style),{...i.attrs,style:{...i.style}}},[e]);if(t.style){let e={};v(e,t.style,t),s.style={...e,...s.style}}return s}:function(t,e){let i={},n=function(t,e){let i=t.style||{},n={};return v(n,i,t),Object.assign(n,function({transformTemplate:t},e){return(0,r.useMemo)(()=>{let i=m();return(0,f.O)(i,e,t),Object.assign({},i.vars,i.style)},[e])}(t,e)),n}(t,e);return t.drag&&!1!==t.dragListener&&(i.draggable=!1,n.userSelect=n.WebkitUserSelect=n.WebkitTouchCallout="none",n.touchAction=!0===t.drag?"none":`pan-${"x"===t.drag?"y":"x"}`),void 0===t.tabIndex&&(t.onTap||t.onTapStart||t.whileTap)&&(i.tabIndex=0),i.style=n,i})(e,n,s,t),u=(0,x.J)(e,"string"==typeof t,a),h=t!==r.Fragment?{...u,...l,ref:i}:{},{children:d}=e,c=(0,r.useMemo)(()=>(0,p.S)(d)?d.get():d,[d]);return(0,r.createElement)(t,{...h,children:c})}(t,i,function(t,e,i){let n=(0,r.useRef)(i);(0,r.useInsertionEffect)(()=>{n.current=i});let s=(0,r.useRef)(null);return(0,r.useCallback)(i=>{i&&t.onMount?.(i);let r=n.current;if("function"==typeof r)if(i){let t=r(i);"function"==typeof t&&(s.current=t