(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,46932,31178,37806,21476,47414,74008,64978,72846,t=>{"use strict";let e;t.s(["motion",()=>rr],46932);var i=t.i(71645);let n=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],s=new Set(n),r=t=>180*t/Math.PI,o=t=>l(r(Math.atan2(t[1],t[0]))),a={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:t=>(Math.abs(t[0])+Math.abs(t[3]))/2,rotate:o,rotateZ:o,skewX:t=>r(Math.atan(t[1])),skewY:t=>r(Math.atan(t[2])),skew:t=>(Math.abs(t[1])+Math.abs(t[2]))/2},l=t=>((t%=360)<0&&(t+=360),t),h=t=>Math.sqrt(t[0]*t[0]+t[1]*t[1]),u=t=>Math.sqrt(t[4]*t[4]+t[5]*t[5]),d={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:h,scaleY:u,scale:t=>(h(t)+u(t))/2,rotateX:t=>l(r(Math.atan2(t[6],t[5]))),rotateY:t=>l(r(Math.atan2(-t[2],t[0]))),rotateZ:o,rotate:o,skewX:t=>r(Math.atan(t[4])),skewY:t=>r(Math.atan(t[1])),skew:t=>(Math.abs(t[1])+Math.abs(t[4]))/2};function c(t){return+!!t.includes("scale")}function p(t,e){let i,n;if(!t||"none"===t)return c(e);let s=t.match(/^matrix3d\(([-\d.e\s,]+)\)$/u);if(s)i=d,n=s;else{let e=t.match(/^matrix\(([-\d.e\s,]+)\)$/u);i=a,n=e}if(!n)return c(e);let r=i[e],o=n[1].split(",").map(m);return"function"==typeof r?r(o):o[r]}function m(t){return parseFloat(t.trim())}let f=t=>e=>"string"==typeof e&&e.startsWith(t),v=f("--"),g=f("var(--"),y=t=>!!g(t)&&x.test(t.split("/*")[0].trim()),x=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu;function T(t){let{top:e,left:i,right:n,bottom:s}=t;return{x:{min:i,max:n},y:{min:e,max:s}}}let w=(t,e,i)=>t+(e-t)*i;function P(t){return void 0===t||1===t}function b(t){let{scale:e,scaleX:i,scaleY:n}=t;return!P(e)||!P(i)||!P(n)}function S(t){return b(t)||A(t)||t.z||t.rotate||t.rotateX||t.rotateY||t.skewX||t.skewY}function A(t){var e,i;return(e=t.x)&&"0%"!==e||(i=t.y)&&"0%"!==i}function M(t,e,i,n,s){return void 0!==s&&(t=n+s*(t-n)),n+i*(t-n)+e}function V(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,n=arguments.length>3?arguments[3]:void 0,s=arguments.length>4?arguments[4]:void 0;t.min=M(t.min,e,i,n,s),t.max=M(t.max,e,i,n,s)}function E(t,e){let{x:i,y:n}=e;V(t.x,i.translate,i.scale,i.originPoint),V(t.y,n.translate,n.scale,n.originPoint)}function C(t,e){t.min=t.min+e,t.max=t.max+e}function D(t,e,i,n){let s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:.5,r=w(t.min,t.max,s);V(t,e,i,r,n)}function k(t,e){D(t.x,e.x,e.scaleX,e.scale,e.originX),D(t.y,e.y,e.scaleY,e.scale,e.originY)}function R(t,e){return T(function(t,e){if(!e)return t;let i=e({x:t.left,y:t.top}),n=e({x:t.right,y:t.bottom});return{top:i.y,left:i.x,bottom:n.y,right:n.x}}(t.getBoundingClientRect(),e))}let L=new Set(["width","height","top","left","right","bottom",...n]),j=(t,e,i)=>i>e?e:i<t?t:i,F={test:t=>"number"==typeof t,parse:parseFloat,transform:t=>t},B={...F,transform:t=>j(0,1,t)},O={...F,default:1},I=t=>({test:e=>"string"==typeof e&&e.endsWith(t)&&1===e.split(" ").length,parse:parseFloat,transform:e=>"".concat(e).concat(t)}),U=I("deg"),N=I("%"),W=I("px"),Y=I("vh"),z=I("vw"),H={...N,parse:t=>N.parse(t)/100,transform:t=>N.transform(100*t)},X=t=>e=>e.test(t),K=[F,W,N,U,z,Y,{test:t=>"auto"===t,parse:t=>t}],q=t=>K.find(X(t));t.i(47167);let G=()=>{},_=()=>{},Z=t=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(t),$=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u,J=t=>t===F||t===W,Q=new Set(["x","y","z"]),tt=n.filter(t=>!Q.has(t)),te={width:(t,e)=>{let{x:i}=t,{paddingLeft:n="0",paddingRight:s="0"}=e;return i.max-i.min-parseFloat(n)-parseFloat(s)},height:(t,e)=>{let{y:i}=t,{paddingTop:n="0",paddingBottom:s="0"}=e;return i.max-i.min-parseFloat(n)-parseFloat(s)},top:(t,e)=>{let{top:i}=e;return parseFloat(i)},left:(t,e)=>{let{left:i}=e;return parseFloat(i)},bottom:(t,e)=>{let{y:i}=t,{top:n}=e;return parseFloat(n)+(i.max-i.min)},right:(t,e)=>{let{x:i}=t,{left:n}=e;return parseFloat(n)+(i.max-i.min)},x:(t,e)=>{let{transform:i}=e;return p(i,"x")},y:(t,e)=>{let{transform:i}=e;return p(i,"y")}};te.translateX=te.x,te.translateY=te.y;let ti=t=>t,tn={},ts=["setup","read","resolveKeyframes","preUpdate","update","preRender","render","postRender"],tr={value:null,addProjectionMetrics:null};function to(t,e){let i=!1,n=!0,s={delta:0,timestamp:0,isProcessing:!1},r=()=>i=!0,o=ts.reduce((t,i)=>(t[i]=function(t,e){let i=new Set,n=new Set,s=!1,r=!1,o=new WeakSet,a={delta:0,timestamp:0,isProcessing:!1},l=0;function h(e){o.has(e)&&(u.schedule(e),t()),l++,e(a)}let u={schedule:function(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=r&&s?i:n;return e&&o.add(t),a.has(t)||a.add(t),t},cancel:t=>{n.delete(t),o.delete(t)},process:t=>{if(a=t,s){r=!0;return}s=!0,[i,n]=[n,i],i.forEach(h),e&&tr.value&&tr.value.frameloop[e].push(l),l=0,i.clear(),s=!1,r&&(r=!1,u.process(t))}};return u}(r,e?i:void 0),t),{}),{setup:a,read:l,resolveKeyframes:h,preUpdate:u,update:d,preRender:c,render:p,postRender:m}=o,f=()=>{let r=tn.useManualTiming?s.timestamp:performance.now();i=!1,tn.useManualTiming||(s.delta=n?1e3/60:Math.max(Math.min(r-s.timestamp,40),1)),s.timestamp=r,s.isProcessing=!0,a.process(s),l.process(s),h.process(s),u.process(s),d.process(s),c.process(s),p.process(s),m.process(s),s.isProcessing=!1,i&&e&&(n=!1,t(f))};return{schedule:ts.reduce((e,r)=>{let a=o[r];return e[r]=function(e){let r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],o=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return!i&&(i=!0,n=!0,s.isProcessing||t(f)),a.schedule(e,r,o)},e},{}),cancel:t=>{for(let e=0;e<ts.length;e++)o[ts[e]].cancel(t)},state:s,steps:o}}let{schedule:ta,cancel:tl,state:th,steps:tu}=to("undefined"!=typeof requestAnimationFrame?requestAnimationFrame:ti,!0),td=new Set,tc=!1,tp=!1,tm=!1;function tf(){if(tp){let t=Array.from(td).filter(t=>t.needsMeasurement),e=new Set(t.map(t=>t.element)),i=new Map;e.forEach(t=>{let e=function(t){let e=[];return tt.forEach(i=>{let n=t.getValue(i);void 0!==n&&(e.push([i,n.get()]),n.set(+!!i.startsWith("scale")))}),e}(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=>{var i;let[n,s]=e;null==(i=t.getValue(n))||i.set(s)})}),t.forEach(t=>t.measureEndState()),t.forEach(t=>{void 0!==t.suspendedScrollY&&window.scrollTo(0,t.suspendedScrollY)})}tp=!1,tc=!1,td.forEach(t=>t.complete(tm)),td.clear()}function tv(){td.forEach(t=>{t.readKeyframes(),t.needsMeasurement&&(tp=!0)})}class tg{scheduleResolve(){this.state="scheduled",this.isAsync?(td.add(this),tc||(tc=!0,ta.read(tv),ta.resolveKeyframes(tf))):(this.readKeyframes(),this.complete())}readKeyframes(){let{unresolvedKeyframes:t,name:e,element:i,motionValue:n}=this;if(null===t[0]){let s=null==n?void 0:n.get(),r=t[t.length-1];if(void 0!==s)t[0]=s;else if(i&&e){let n=i.readValue(e,r);null!=n&&(t[0]=n)}void 0===t[0]&&(t[0]=r),n&&void 0===s&&n.set(t[0])}for(let e=1;e<t.length;e++)null!=t[e]||(t[e]=t[e-1])}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(){let t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.state="complete",this.onComplete(this.unresolvedKeyframes,this.finalKeyframe,t),td.delete(this)}cancel(){"scheduled"===this.state&&(td.delete(this),this.state="pending")}resume(){"pending"===this.state&&this.scheduleResolve()}constructor(t,e,i,n,s,r=!1){this.state="pending",this.isAsync=!1,this.needsMeasurement=!1,this.unresolvedKeyframes=[...t],this.onComplete=e,this.name=i,this.motionValue=n,this.element=s,this.isAsync=r}}let ty=t=>/^0[^.\s]+$/u.test(t),tx=t=>Math.round(1e5*t)/1e5,tT=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu,tw=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,tP=(t,e)=>i=>!!("string"==typeof i&&tw.test(i)&&i.startsWith(t)||e&&null!=i&&Object.prototype.hasOwnProperty.call(i,e)),tb=(t,e,i)=>n=>{if("string"!=typeof n)return n;let[s,r,o,a]=n.match(tT);return{[t]:parseFloat(s),[e]:parseFloat(r),[i]:parseFloat(o),alpha:void 0!==a?parseFloat(a):1}},tS={...F,transform:t=>Math.round(j(0,255,t))},tA={test:tP("rgb","red"),parse:tb("red","green","blue"),transform:t=>{let{red:e,green:i,blue:n,alpha:s=1}=t;return"rgba("+tS.transform(e)+", "+tS.transform(i)+", "+tS.transform(n)+", "+tx(B.transform(s))+")"}},tM={test:tP("#"),parse:function(t){let e="",i="",n="",s="";return t.length>5?(e=t.substring(1,3),i=t.substring(3,5),n=t.substring(5,7),s=t.substring(7,9)):(e=t.substring(1,2),i=t.substring(2,3),n=t.substring(3,4),s=t.substring(4,5),e+=e,i+=i,n+=n,s+=s),{red:parseInt(e,16),green:parseInt(i,16),blue:parseInt(n,16),alpha:s?parseInt(s,16)/255:1}},transform:tA.transform},tV={test:tP("hsl","hue"),parse:tb("hue","saturation","lightness"),transform:t=>{let{hue:e,saturation:i,lightness:n,alpha:s=1}=t;return"hsla("+Math.round(e)+", "+N.transform(tx(i))+", "+N.transform(tx(n))+", "+tx(B.transform(s))+")"}},tE={test:t=>tA.test(t)||tM.test(t)||tV.test(t),parse:t=>tA.test(t)?tA.parse(t):tV.test(t)?tV.parse(t):tM.parse(t),transform:t=>"string"==typeof t?t:t.hasOwnProperty("red")?tA.transform(t):tV.transform(t),getAnimatableNone:t=>{let e=tE.parse(t);return e.alpha=0,tE.transform(e)}},tC=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu,tD="number",tk="color",tR=/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 tL(t){let e=t.toString(),i=[],n={color:[],number:[],var:[]},s=[],r=0,o=e.replace(tR,t=>(tE.test(t)?(n.color.push(r),s.push(tk),i.push(tE.parse(t))):t.startsWith("var(")?(n.var.push(r),s.push("var"),i.push(t)):(n.number.push(r),s.push(tD),i.push(parseFloat(t))),++r,"${}")).split("${}");return{values:i,split:o,indexes:n,types:s}}function tj(t){return tL(t).values}function tF(t){let{split:e,types:i}=tL(t),n=e.length;return t=>{let s="";for(let r=0;r<n;r++)if(s+=e[r],void 0!==t[r]){let e=i[r];e===tD?s+=tx(t[r]):e===tk?s+=tE.transform(t[r]):s+=t[r]}return s}}let tB=t=>"number"==typeof t?0:tE.test(t)?tE.getAnimatableNone(t):t,tO={test:function(t){var e,i;return isNaN(t)&&"string"==typeof t&&((null==(e=t.match(tT))?void 0:e.length)||0)+((null==(i=t.match(tC))?void 0:i.length)||0)>0},parse:tj,createTransformer:tF,getAnimatableNone:function(t){let e=tj(t);return tF(t)(e.map(tB))}},tI=new Set(["brightness","contrast","saturate","opacity"]);function tU(t){let[e,i]=t.slice(0,-1).split("(");if("drop-shadow"===e)return t;let[n]=i.match(tT)||[];if(!n)return t;let s=i.replace(n,""),r=+!!tI.has(e);return n!==i&&(r*=100),e+"("+r+s+")"}let tN=/\b([a-z-]*)\(.*?\)/gu,tW={...tO,getAnimatableNone:t=>{let e=t.match(tN);return e?e.map(tU).join(" "):t}},tY={...F,transform:Math.round},tz={borderWidth:W,borderTopWidth:W,borderRightWidth:W,borderBottomWidth:W,borderLeftWidth:W,borderRadius:W,radius:W,borderTopLeftRadius:W,borderTopRightRadius:W,borderBottomRightRadius:W,borderBottomLeftRadius:W,width:W,maxWidth:W,height:W,maxHeight:W,top:W,right:W,bottom:W,left:W,padding:W,paddingTop:W,paddingRight:W,paddingBottom:W,paddingLeft:W,margin:W,marginTop:W,marginRight:W,marginBottom:W,marginLeft:W,backgroundPositionX:W,backgroundPositionY:W,rotate:U,rotateX:U,rotateY:U,rotateZ:U,scale:O,scaleX:O,scaleY:O,scaleZ:O,skew:U,skewX:U,skewY:U,distance:W,translateX:W,translateY:W,translateZ:W,x:W,y:W,z:W,perspective:W,transformPerspective:W,opacity:B,originX:H,originY:H,originZ:W,zIndex:tY,fillOpacity:B,strokeOpacity:B,numOctaves:tY},tH={...tz,color:tE,backgroundColor:tE,outlineColor:tE,fill:tE,stroke:tE,borderColor:tE,borderTopColor:tE,borderRightColor:tE,borderBottomColor:tE,borderLeftColor:tE,filter:tW,WebkitFilter:tW},tX=t=>tH[t];function tK(t,e){let i=tX(t);return i!==tW&&(i=tO),i.getAnimatableNone?i.getAnimatableNone(e):void 0}let tq=new Set(["auto","none","0"]);class tG extends tg{readKeyframes(){let{unresolvedKeyframes:t,element:e,name:i}=this;if(!e||!e.current)return;super.readKeyframes();for(let i=0;i<t.length;i++){let n=t[i];if("string"==typeof n&&y(n=n.trim())){let s=function t(e,i){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;_(n<=4,'Max CSS variable fallback depth detected in property "'.concat(e,'". This may indicate a circular fallback dependency.'),"max-css-var-depth");let[s,r]=function(t){let e=$.exec(t);if(!e)return[,];let[,i,n,s]=e;return["--".concat(null!=i?i:n),s]}(e);if(!s)return;let o=window.getComputedStyle(i).getPropertyValue(s);if(o){let t=o.trim();return Z(t)?parseFloat(t):t}return y(r)?t(r,i,n+1):r}(n,e.current);void 0!==s&&(t[i]=s),i===t.length-1&&(this.finalKeyframe=n)}}if(this.resolveNoneKeyframes(),!L.has(i)||2!==t.length)return;let[n,s]=t,r=q(n),o=q(s);if(r!==o)if(J(r)&&J(o))for(let e=0;e<t.length;e++){let i=t[e];"string"==typeof i&&(t[e]=parseFloat(i))}else te[i]&&(this.needsMeasurement=!0)}resolveNoneKeyframes(){let{unresolvedKeyframes:t,name:e}=this,i=[];for(let e=0;e<t.length;e++){var n;(null===t[e]||("number"==typeof(n=t[e])?0===n:null===n||"none"===n||"0"===n||ty(n)))&&i.push(e)}i.length&&function(t,e,i){let n,s=0;for(;s<t.length&&!n;){let e=t[s];"string"==typeof e&&!tq.has(e)&&tL(e).values.length&&(n=t[s]),s++}if(n&&i)for(let s of e)t[s]=tK(i,n)}(t,i,e)}measureInitialState(){let{element:t,unresolvedKeyframes:e,name:i}=this;if(!t||!t.current)return;"height"===i&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=te[i](t.measureViewportBox(),window.getComputedStyle(t.current)),e[0]=this.measuredOrigin;let n=e[e.length-1];void 0!==n&&t.getValue(i,n).jump(n,!1)}measureEndState(){var t;let{element:e,name:i,unresolvedKeyframes:n}=this;if(!e||!e.current)return;let s=e.getValue(i);s&&s.jump(this.measuredOrigin,!1);let r=n.length-1,o=n[r];n[r]=te[i](e.measureViewportBox(),window.getComputedStyle(e.current)),null!==o&&void 0===this.finalKeyframe&&(this.finalKeyframe=o),(null==(t=this.removedTransforms)?void 0:t.length)&&this.removedTransforms.forEach(t=>{let[i,n]=t;e.getValue(i).set(n)}),this.resolveNoneKeyframes()}constructor(t,e,i,n,s){super(t,e,i,n,s,!0)}}let t_=t=>!!(t&&t.getVelocity);function tZ(){e=void 0}let t$={now:()=>(void 0===e&&t$.set(th.isProcessing||tn.useManualTiming?th.timestamp:performance.now()),e),set:t=>{e=t,queueMicrotask(tZ)}};function tJ(t,e){-1===t.indexOf(e)&&t.push(e)}function tQ(t,e){let i=t.indexOf(e);i>-1&&t.splice(i,1)}class t0{add(t){return tJ(this.subscriptions,t),()=>tQ(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 s=0;s<n;s++){let n=this.subscriptions[s];n&&n(t,e,i)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}constructor(){this.subscriptions=[]}}let t1={current:void 0};class t2{setCurrent(t){this.current=t,this.updatedAt=t$.now(),null===this.canTrackVelocity&&void 0!==t&&(this.canTrackVelocity=!isNaN(parseFloat(this.current)))}setPrevFrameValue(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]: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 t0);let i=this.events[t].add(e);return"change"===t?()=>{i(),ta.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){let e=!(arguments.length>1)||void 0===arguments[1]||arguments[1];this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,e&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}dirty(){var t;null==(t=this.events.change)||t.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 t1.current&&t1.current.push(this),this.current}getPrevious(){return this.prev}getVelocity(){var t;let e=t$.now();if(!this.canTrackVelocity||void 0===this.prevFrameValue||e-this.updatedAt>30)return 0;let i=Math.min(this.updatedAt-this.prevUpdatedAt,30);return t=parseFloat(this.current)-parseFloat(this.prevFrameValue),i?1e3/i*t:0}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(){var t,e;null==(t=this.dependents)||t.clear(),null==(e=this.events.destroy)||e.notify(),this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}constructor(t,e={}){this.canTrackVelocity=null,this.events={},this.updateAndNotify=t=>{let e=t$.now();if(this.updatedAt!==e&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(t),this.current!==this.prev){var i;if(null==(i=this.events.change)||i.notify(this.current),this.dependents)for(let t of this.dependents)t.dirty()}},this.hasAnimated=!1,this.setCurrent(t),this.owner=e.owner}}function t3(t,e){return new t2(t,e)}let t5=[...K,tE,tO],{schedule:t4}=to(queueMicrotask,!1),t9={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"]},t6={};for(let t in t9)t6[t]={isEnabled:e=>t9[t].some(t=>!!e[t])};let t7=()=>({translate:0,scale:1,origin:0,originPoint:0}),t8=()=>({x:t7(),y:t7()}),et=()=>({min:0,max:0}),ee=()=>({x:et(),y:et()}),ei="undefined"!=typeof window,en={current:null},es={current:!1},er=new WeakMap;function eo(t){return null!==t&&"object"==typeof t&&"function"==typeof t.start}function ea(t){return"string"==typeof t||Array.isArray(t)}let el=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],eh=["initial",...el];function eu(t){return eo(t.animate)||eh.some(e=>ea(t[e]))}function ed(t){return!!(eu(t)||t.variants)}function ec(t){let e=[{},{}];return null==t||t.values.forEach((t,i)=>{e[0][i]=t.get(),e[1][i]=t.getVelocity()}),e}function ep(t,e,i,n){if("function"==typeof e){let[s,r]=ec(n);e=e(void 0!==i?i:t.custom,s,r)}if("string"==typeof e&&(e=t.variants&&t.variants[e]),"function"==typeof e){let[s,r]=ec(n);e=e(void 0!==i?i:t.custom,s,r)}return e}let em=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class ef{scrapeMotionValuesFromProps(t,e,i){return{}}mount(t){var e;this.current=t,er.set(t,this),this.projection&&!this.projection.instance&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((t,e)=>this.bindToMotionValue(e,t)),es.current||function(){if(es.current=!0,ei)if(window.matchMedia){let t=window.matchMedia("(prefers-reduced-motion)"),e=()=>en.current=t.matches;t.addEventListener("change",e),e()}else en.current=!1}(),this.shouldReduceMotion="never"!==this.reducedMotionConfig&&("always"===this.reducedMotionConfig||en.current),null==(e=this.parent)||e.addChild(this),this.update(this.props,this.presenceContext)}unmount(){var t;for(let e in this.projection&&this.projection.unmount(),tl(this.notifyUpdate),tl(this.render),this.valueSubscriptions.forEach(t=>t()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),null==(t=this.parent)||t.removeChild(this),this.events)this.events[e].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),null!=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;this.valueSubscriptions.has(t)&&this.valueSubscriptions.get(t)();let n=s.has(t);n&&this.onBindTransform&&this.onBindTransform();let r=e.on("change",e=>{this.latestValues[t]=e,this.props.onUpdate&&ta.preRender(this.notifyUpdate),n&&this.projection&&(this.projection.isTransformDirty=!0),this.scheduleRender()});window.MotionCheckAppearSync&&(i=window.MotionCheckAppearSync(this,t,e)),this.valueSubscriptions.set(t,()=>{r(),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 t6){let e=t6[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):ee()}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;e<em.length;e++){let i=em[e];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);let n=t["on"+i];n&&(this.propEventSubscriptions[i]=this.on(i,n))}this.prevMotionValues=function(t,e,i){for(let n in e){let s=e[n],r=i[n];if(t_(s))t.addValue(n,s);else if(t_(r))t.addValue(n,t3(s,{owner:t}));else if(r!==s)if(t.hasValue(n)){let e=t.getValue(n);!0===e.liveStyle?e.jump(s):e.hasAnimated||e.set(s)}else{let e=t.getStaticValue(n);t.addValue(n,t3(void 0!==e?e:s,{owner:t}))}}for(let n in i)void 0===e[n]&&t.removeValue(n);return e}(this,this.scrapeMotionValuesFromProps(t,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(t){return this.props.variants?this.props.variants[t]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(t){let e=this.getClosestVariantNode();if(e)return e.variantChildren&&e.variantChildren.add(t),()=>e.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=t3(null===e?void 0:e,{owner:this}),this.addValue(t,i)),i}readValue(t,e){var i;let n=void 0===this.latestValues[t]&&this.current?null!=(i=this.getBaseTargetFromProps(this.props,t))?i:this.readValueFromInstance(this.current,t,this.options):this.latestValues[t];if(null!=n){if("string"==typeof n&&(Z(n)||ty(n)))n=parseFloat(n);else{let i;i=n,!t5.find(X(i))&&tO.test(e)&&(n=tK(t,e))}this.setBaseTarget(t,t_(n)?n.get():n)}return t_(n)?n.get():n}setBaseTarget(t,e){this.baseTarget[t]=e}getBaseTarget(t){let e,{initial:i}=this.props;if("string"==typeof i||"object"==typeof i){var n;let s=ep(this.props,i,null==(n=this.presenceContext)?void 0:n.custom);s&&(e=s[t])}if(i&&void 0!==e)return e;let s=this.getBaseTargetFromProps(this.props,t);return void 0===s||t_(s)?void 0!==this.initialValues[t]&&void 0===e?void 0:this.baseTarget[t]:s}on(t,e){return this.events[t]||(this.events[t]=new t0),this.events[t].add(e)}notify(t){for(var e=arguments.length,i=Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];this.events[t]&&this.events[t].notify(...i)}scheduleRenderMicrotask(){t4.render(this.render)}constructor({parent:t,props:e,presenceContext:i,reducedMotionConfig:n,blockInitialAnimation:s,visualState:r},o={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=tg,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},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=t$.now();this.renderScheduledAt<t&&(this.renderScheduledAt=t,ta.render(this.render,!1,!0))};let{latestValues:a,renderState:l}=r;this.latestValues=a,this.baseTarget={...a},this.initialValues=e.initial?{...a}:{},this.renderState=l,this.parent=t,this.props=e,this.presenceContext=i,this.depth=t?t.depth+1:0,this.reducedMotionConfig=n,this.options=o,this.blockInitialAnimation=!!s,this.isControllingVariants=eu(e),this.isVariantNode=ed(e),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(t&&t.current);let{willChange:h,...u}=this.scrapeMotionValuesFromProps(e,{},this);for(let t in u){let e=u[t];void 0!==a[t]&&t_(e)&&e.set(a[t])}}}class ev extends ef{sortInstanceNodePosition(t,e){return 2&t.compareDocumentPosition(e)?1:-1}getBaseTargetFromProps(t,e){return t.style?t.style[e]:void 0}removeValueFromRenderState(t,e){let{vars:i,style:n}=e;delete i[t],delete n[t]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);let{children:t}=this.props;t_(t)&&(this.childSubscription=t.on("change",t=>{this.current&&(this.current.textContent="".concat(t))}))}constructor(){super(...arguments),this.KeyframeResolver=tG}}let eg=(t,e)=>e&&"number"==typeof t?e.transform(t):t,ey={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},ex=n.length;function eT(t,e,i){let{style:r,vars:o,transformOrigin:a}=t,l=!1,h=!1;for(let t in e){let i=e[t];if(s.has(t)){l=!0;continue}if(v(t)){o[t]=i;continue}{let e=eg(i,tz[t]);t.startsWith("origin")?(h=!0,a[t]=e):r[t]=e}}if(!e.transform&&(l||i?r.transform=function(t,e,i){let s="",r=!0;for(let o=0;o<ex;o++){let a=n[o],l=t[a];if(void 0===l)continue;let h=!0;if(!(h="number"==typeof l?l===+!!a.startsWith("scale"):0===parseFloat(l))||i){let t=eg(l,tz[a]);if(!h){r=!1;let e=ey[a]||a;s+="".concat(e,"(").concat(t,") ")}i&&(e[a]=t)}}return s=s.trim(),i?s=i(e,r?"":s):r&&(s="none"),s}(e,t.transform,i):r.transform&&(r.transform="none")),h){let{originX:t="50%",originY:e="50%",originZ:i=0}=a;r.transformOrigin="".concat(t," ").concat(e," ").concat(i)}}function ew(t,e,i,n){let s,{style:r,vars:o}=e,a=t.style;for(s in r)a[s]=r[s];for(s in null==n||n.applyProjectionStyles(a,i),o)a.setProperty(s,o[s])}let eP={};function eb(t,e){let{layout:i,layoutId:n}=e;return s.has(t)||t.startsWith("origin")||(i||void 0!==n)&&(!!eP[t]||"opacity"===t)}function eS(t,e,i){let{style:n}=t,s={};for(let o in n){var r;(t_(n[o])||e.style&&t_(e.style[o])||eb(o,t)||(null==i||null==(r=i.getValue(o))?void 0:r.liveStyle)!==void 0)&&(s[o]=n[o])}return s}class eA extends ev{readValueFromInstance(t,e){var i;if(s.has(e))return(null==(i=this.projection)?void 0:i.isProjecting)?c(e):((t,e)=>{let{transform:i="none"}=getComputedStyle(t);return p(i,e)})(t,e);{let i=window.getComputedStyle(t),n=(v(e)?i.getPropertyValue(e):i[e])||0;return"string"==typeof n?n.trim():n}}measureInstanceViewportBox(t,e){let{transformPagePoint:i}=e;return R(t,i)}build(t,e,i){eT(t,e,i.transformTemplate)}scrapeMotionValuesFromProps(t,e,i){return eS(t,e,i)}constructor(){super(...arguments),this.type="html",this.renderInstance=ew}}let eM=t=>t.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),eV={offset:"stroke-dashoffset",array:"stroke-dasharray"},eE={offset:"strokeDashoffset",array:"strokeDasharray"};function eC(t,e,i,n,s){var r,o;let{attrX:a,attrY:l,attrScale:h,pathLength:u,pathSpacing:d=1,pathOffset:c=0,...p}=e;if(eT(t,p,n),i){t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox);return}t.attrs=t.style,t.style={};let{attrs:m,style:f}=t;m.transform&&(f.transform=m.transform,delete m.transform),(f.transform||m.transformOrigin)&&(f.transformOrigin=null!=(r=m.transformOrigin)?r:"50% 50%",delete m.transformOrigin),f.transform&&(f.transformBox=null!=(o=null==s?void 0:s.transformBox)?o:"fill-box",delete m.transformBox),void 0!==a&&(m.x=a),void 0!==l&&(m.y=l),void 0!==h&&(m.scale=h),void 0!==u&&function(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,s=!(arguments.length>4)||void 0===arguments[4]||arguments[4];t.pathLength=1;let r=s?eV:eE;t[r.offset]=W.transform(-n);let o=W.transform(e),a=W.transform(i);t[r.array]="".concat(o," ").concat(a)}(m,u,d,c,!1)}let eD=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]),ek=t=>"string"==typeof t&&"svg"===t.toLowerCase();function eR(t,e,i){let s=eS(t,e,i);for(let i in t)(t_(t[i])||t_(e[i]))&&(s[-1!==n.indexOf(i)?"attr"+i.charAt(0).toUpperCase()+i.substring(1):i]=t[i]);return s}class eL extends ev{getBaseTargetFromProps(t,e){return t[e]}readValueFromInstance(t,e){if(s.has(e)){let t=tX(e);return t&&t.default||0}return e=eD.has(e)?e:eM(e),t.getAttribute(e)}scrapeMotionValuesFromProps(t,e,i){return eR(t,e,i)}build(t,e,i){eC(t,e,this.isSVGTag,i.transformTemplate,i.style)}renderInstance(t,e,i,n){for(let i in ew(t,e,void 0,n),e.attrs)t.setAttribute(eD.has(i)?i:eM(i),e.attrs[i])}mount(t){this.isSVGTag=ek(t.tagName),super.mount(t)}constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=ee}}let ej=["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 eF(t){if("string"!=typeof t||t.includes("-"));else if(ej.indexOf(t)>-1||/[A-Z]/u.test(t))return!0;return!1}var eB=t.i(43476);t.s(["LayoutGroupContext",()=>eO],31178);let eO=(0,i.createContext)({}),eI=(0,i.createContext)({strict:!1});t.s(["MotionConfigContext",()=>eU],37806);let eU=(0,i.createContext)({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"}),eN=(0,i.createContext)({});function eW(t){return Array.isArray(t)?t.join(" "):t}let eY=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function ez(t,e,i){for(let n in e)t_(e[n])||eb(n,i)||(t[n]=e[n])}let eH=()=>({...eY(),attrs:{}}),eX=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","ignoreStrict","viewport"]);function eK(t){return t.startsWith("while")||t.startsWith("drag")&&"draggable"!==t||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||t.startsWith("onLayout")||eX.has(t)}let eq=t=>!eK(t);try{!function(t){"function"==typeof t&&(eq=e=>e.startsWith("on")?!eK(e):t(e))}((()=>{let t=Error("Cannot find module '@emotion/is-prop-valid'");throw t.code="MODULE_NOT_FOUND",t})().default)}catch(t){}t.s(["PresenceContext",()=>eG],21476);let eG=(0,i.createContext)(null);function e_(t){let e=(0,i.useRef)(null);return null===e.current&&(e.current=t()),e.current}function eZ(t){return t_(t)?t.get():t}t.s(["useConstant",()=>e_],47414);let e$=t=>(e,n)=>{let s=(0,i.useContext)(eN),r=(0,i.useContext)(eG),o=()=>(function(t,e,i,n){let{scrapeMotionValuesFromProps:s,createRenderState:r}=t;return{latestValues:function(t,e,i,n){let s={},r=n(t,{});for(let t in r)s[t]=eZ(r[t]);let{initial:o,animate:a}=t,l=eu(t),h=ed(t);e&&h&&!l&&!1!==t.inherit&&(void 0===o&&(o=e.initial),void 0===a&&(a=e.animate));let u=!!i&&!1===i.initial,d=(u=u||!1===o)?a:o;if(d&&"boolean"!=typeof d&&!eo(d)){let e=Array.isArray(d)?d:[d];for(let i=0;i<e.length;i++){let n=ep(t,e[i]);if(n){let{transitionEnd:t,transition:e,...i}=n;for(let t in i){let e=i[t];if(Array.isArray(e)){let t=u?e.length-1:0;e=e[t]}null!==e&&(s[t]=e)}for(let e in t)s[e]=t[e]}}}return s}(e,i,n,s),renderState:r()}})(t,e,s,r);return n?o():e_(o)},eJ=e$({scrapeMotionValuesFromProps:eS,createRenderState:eY}),eQ=e$({scrapeMotionValuesFromProps:eR,createRenderState:eH}),e0=Symbol.for("motionComponentSymbol");function e1(t){return t&&"object"==typeof t&&Object.prototype.hasOwnProperty.call(t,"current")}let e2="data-"+eM("framerAppearId"),e3=(0,i.createContext)({});t.s(["useIsomorphicLayoutEffect",()=>e5],74008);let e5=ei?i.useLayoutEffect:i.useEffect;function e4(t){var e,n;let{forwardMotionProps:s=!1}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,o=arguments.length>3?arguments[3]:void 0;r&&function(t){for(let e in t)t6[e]={...t6[e],...t[e]}}(r);let a=eF(t)?eQ:eJ;function l(e,n){var r;let l,h={...(0,i.useContext)(eU),...e,layoutId:function(t){let{layoutId:e}=t,n=(0,i.useContext)(eO).id;return n&&void 0!==e?n+"-"+e:e}(e)},{isStatic:u}=h,d=function(t){let{initial:e,animate:n}=function(t,e){if(eu(t)){let{initial:e,animate:i}=t;return{initial:!1===e||ea(e)?e:void 0,animate:ea(i)?i:void 0}}return!1!==t.inherit?e:{}}(t,(0,i.useContext)(eN));return(0,i.useMemo)(()=>({initial:e,animate:n}),[eW(e),eW(n)])}(e),c=a(e,u);if(!u&&ei){(0,i.useContext)(eI).strict;let e=function(t){let{drag:e,layout:i}=t6;if(!e&&!i)return{};let n={...e,...i};return{MeasureLayout:(null==e?void 0:e.isEnabled(t))||(null==i?void 0:i.isEnabled(t))?n.MeasureLayout:void 0,ProjectionNode:n.ProjectionNode}}(h);l=e.MeasureLayout,d.visualElement=function(t,e,n,s,r){var o,a,l,h;let{visualElement:u}=(0,i.useContext)(eN),d=(0,i.useContext)(eI),c=(0,i.useContext)(eG),p=(0,i.useContext)(eU).reducedMotion,m=(0,i.useRef)(null);s=s||d.renderer,!m.current&&s&&(m.current=s(t,{visualState:e,parent:u,props:n,presenceContext:c,blockInitialAnimation:!!c&&!1===c.initial,reducedMotionConfig:p}));let f=m.current,v=(0,i.useContext)(e3);f&&!f.projection&&r&&("html"===f.type||"svg"===f.type)&&function(t,e,i,n){let{layoutId:s,layout:r,drag:o,dragConstraints:a,layoutScroll:l,layoutRoot:h,layoutCrossfade:u}=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:s,layout:r,alwaysMeasureLayout:!!o||a&&e1(a),visualElement:t,animationType:"string"==typeof r?r:"both",initialPromotionConfig:n,crossfade:u,layoutScroll:l,layoutRoot:h})}(m.current,n,r,v);let g=(0,i.useRef)(!1);(0,i.useInsertionEffect)(()=>{f&&g.current&&f.update(n,c)});let y=n[e2],x=(0,i.useRef)(!!y&&!(null==(o=(a=window).MotionHandoffIsComplete)?void 0:o.call(a,y))&&(null==(l=(h=window).MotionHasOptimisedAnimation)?void 0:l.call(h,y)));return e5(()=>{f&&(g.current=!0,window.MotionIsMounted=!0,f.updateFeatures(),f.scheduleRenderMicrotask(),x.current&&f.animationState&&f.animationState.animateChanges())}),(0,i.useEffect)(()=>{f&&(!x.current&&f.animationState&&f.animationState.animateChanges(),x.current&&(queueMicrotask(()=>{var t,e;null==(t=(e=window).MotionHandoffMarkAsComplete)||t.call(e,y)}),x.current=!1),f.enteringChildren=void 0)}),f}(t,c,h,o,e.ProjectionNode)}return(0,eB.jsxs)(eN.Provider,{value:d,children:[l&&d.visualElement?(0,eB.jsx)(l,{visualElement:d.visualElement,...h}):null,function(t,e,n,s,r){let{latestValues:o}=s,a=arguments.length>5&&void 0!==arguments[5]&&arguments[5],l=(eF(t)?function(t,e,n,s){let r=(0,i.useMemo)(()=>{let i=eH();return eC(i,e,ek(s),t.transformTemplate,t.style),{...i.attrs,style:{...i.style}}},[e]);if(t.style){let e={};ez(e,t.style,t),r.style={...e,...r.style}}return r}:function(t,e){let n={},s=function(t,e){let n=t.style||{},s={};return ez(s,n,t),Object.assign(s,function(t,e){let{transformTemplate:n}=t;return(0,i.useMemo)(()=>{let t=eY();return eT(t,e,n),Object.assign({},t.vars,t.style)},[e])}(t,e)),s}(t,e);return t.drag&&!1!==t.dragListener&&(n.draggable=!1,s.userSelect=s.WebkitUserSelect=s.WebkitTouchCallout="none",s.touchAction=!0===t.drag?"none":"pan-".concat("x"===t.drag?"y":"x")),void 0===t.tabIndex&&(t.onTap||t.onTapStart||t.whileTap)&&(n.tabIndex=0),n.style=s,n})(e,o,r,t),h=function(t,e,i){let n={};for(let s in t)("values"!==s||"object"!=typeof t.values)&&(eq(s)||!0===i&&eK(s)||!e&&!eK(s)||t.draggable&&s.startsWith("onDrag"))&&(n[s]=t[s]);return n}(e,"string"==typeof t,a),u=t!==i.Fragment?{...h,...l,ref:n}:{},{children:d}=e,c=(0,i.useMemo)(()=>t_(d)?d.get():d,[d]);return(0,i.createElement)(t,{...u,children:c})}(t,e,(r=d.visualElement,(0,i.useCallback)(t=>{t&&c.onMount&&c.onMount(t),r&&(t?r.mount(t):r.unmount()),n&&("function"==typeof n?n(t):e1(n)&&(n.current=t))},[r])),c,u,s)]})}l.displayName="motion.".concat("string"==typeof t?t:"create(".concat(null!=(n=null!=(e=t.displayName)?e:t.name)?n:"",")"));let h=(0,i.forwardRef)(l);return h[e0]=t,h}function e9(t,e,i){let n=t.getProps();return ep(n,e,void 0!==i?i:n.custom,t)}function e6(t,e){var i,n;return null!=(n=null!=(i=null==t?void 0:t[e])?i:null==t?void 0:t.default)?n:t}let e7=t=>Array.isArray(t);function e8(t,e){let i=t.getValue("willChange");if(t_(i)&&i.add)return i.add(e);if(!i&&tn.WillChange){let i=new tn.WillChange("auto");t.addValue("willChange",i),i.add(e)}}function it(t){t.duration=0,t.type="keyframes"}let ie=(t,e)=>i=>e(t(i)),ii=function(){for(var t=arguments.length,e=Array(t),i=0;i<t;i++)e[i]=arguments[i];return e.reduce(ie)},is=t=>1e3*t,ir={layout:0,mainThread:0,waapi:0};function io(t,e,i){return(i<0&&(i+=1),i>1&&(i-=1),i<1/6)?t+(e-t)*6*i:i<.5?e:i<2/3?t+(e-t)*(2/3-i)*6:t}function ia(t,e){return i=>i>0?e:t}let il=(t,e,i)=>{let n=t*t,s=i*(e*e-n)+n;return s<0?0:Math.sqrt(s)},ih=[tM,tA,tV];function iu(t){let e=ih.find(e=>e.test(t));if(G(!!e,"'".concat(t,"' is not an animatable color. Use the equivalent color code instead."),"color-not-animatable"),!e)return!1;let i=e.parse(t);return e===tV&&(i=function(t){let{hue:e,saturation:i,lightness:n,alpha:s}=t;e/=360,n/=100;let r=0,o=0,a=0;if(i/=100){let t=n<.5?n*(1+i):n+i-n*i,s=2*n-t;r=io(s,t,e+1/3),o=io(s,t,e),a=io(s,t,e-1/3)}else r=o=a=n;return{red:Math.round(255*r),green:Math.round(255*o),blue:Math.round(255*a),alpha:s}}(i)),i}let id=(t,e)=>{let i=iu(t),n=iu(e);if(!i||!n)return ia(t,e);let s={...i};return t=>(s.red=il(i.red,n.red,t),s.green=il(i.green,n.green,t),s.blue=il(i.blue,n.blue,t),s.alpha=w(i.alpha,n.alpha,t),tA.transform(s))},ic=new Set(["none","hidden"]);function ip(t,e){return i=>w(t,e,i)}function im(t){return"number"==typeof t?ip:"string"==typeof t?y(t)?ia:tE.test(t)?id:iy:Array.isArray(t)?iv:"object"==typeof t?tE.test(t)?id:ig:ia}function iv(t,e){let i=[...t],n=i.length,s=t.map((t,i)=>im(t)(t,e[i]));return t=>{for(let e=0;e<n;e++)i[e]=s[e](t);return i}}function ig(t,e){let i={...t,...e},n={};for(let s in i)void 0!==t[s]&&void 0!==e[s]&&(n[s]=im(t[s])(t[s],e[s]));return t=>{for(let e in n)i[e]=n[e](t);return i}}let iy=(t,e)=>{let i=tO.createTransformer(e),n=tL(t),s=tL(e);return n.indexes.var.length===s.indexes.var.length&&n.indexes.color.length===s.indexes.color.length&&n.indexes.number.length>=s.indexes.number.length?ic.has(t)&&!s.values.length||ic.has(e)&&!n.values.length?function(t,e){return ic.has(t)?i=>i<=0?t:e:i=>i>=1?e:t}(t,e):ii(iv(function(t,e){let i=[],n={color:0,var:0,number:0};for(let r=0;r<e.values.length;r++){var s;let o=e.types[r],a=t.indexes[o][n[o]],l=null!=(s=t.values[a])?s:0;i[r]=l,n[o]++}return i}(n,s),s.values),i):(G(!0,"Complex values '".concat(t,"' and '").concat(e,"' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition."),"complex-values-different"),ia(t,e))};function ix(t,e,i){return"number"==typeof t&&"number"==typeof e&&"number"==typeof i?w(t,e,i):im(t)(t,e)}let iT=t=>{let e=e=>{let{timestamp:i}=e;return t(i)};return{start:function(){let t=!(arguments.length>0)||void 0===arguments[0]||arguments[0];return ta.update(e,t)},stop:()=>tl(e),now:()=>th.isProcessing?th.timestamp:t$.now()}},iw=function(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,n="",s=Math.max(Math.round(e/i),2);for(let e=0;e<s;e++)n+=Math.round(1e4*t(e/(s-1)))/1e4+", ";return"linear(".concat(n.substring(0,n.length-2),")")};function iP(t){let e=0,i=t.next(e);for(;!i.done&&e<2e4;)e+=50,i=t.next(e);return e>=2e4?1/0:e}function ib(t,e,i){var n,s;let r=Math.max(e-5,0);return n=i-t(r),(s=e-r)?1e3/s*n:0}let iS={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1};function iA(t,e){return t*Math.sqrt(1-e*e)}let iM=["duration","bounce"],iV=["stiffness","damping","mass"];function iE(t,e){return e.some(e=>void 0!==t[e])}function iC(){let t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:iS.visualDuration,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:iS.bounce,n="object"!=typeof e?{visualDuration:e,keyframes:[0,1],bounce:i}:e,{restSpeed:s,restDelta:r}=n,o=n.keyframes[0],a=n.keyframes[n.keyframes.length-1],l={done:!1,value:o},{stiffness:h,damping:u,mass:d,duration:c,velocity:p,isResolvedFromDuration:m}=function(t){let e={velocity:iS.velocity,stiffness:iS.stiffness,damping:iS.damping,mass:iS.mass,isResolvedFromDuration:!1,...t};if(!iE(t,iV)&&iE(t,iM))if(t.visualDuration){let i=2*Math.PI/(1.2*t.visualDuration),n=i*i,s=2*j(.05,1,1-(t.bounce||0))*Math.sqrt(n);e={...e,mass:iS.mass,stiffness:n,damping:s}}else{let i=function(t){let e,i,{duration:n=iS.duration,bounce:s=iS.bounce,velocity:r=iS.velocity,mass:o=iS.mass}=t;G(n<=is(iS.maxDuration),"Spring duration must be 10 seconds or less","spring-duration-limit");let a=1-s;a=j(iS.minDamping,iS.maxDamping,a),n=j(iS.minDuration,iS.maxDuration,n/1e3),a<1?(e=t=>{let e=t*a,i=e*n;return .001-(e-r)/iA(t,a)*Math.exp(-i)},i=t=>{let i=t*a*n,s=Math.pow(a,2)*Math.pow(t,2)*n,o=Math.exp(-i),l=iA(Math.pow(t,2),a);return(i*r+r-s)*o*(-e(t)+.001>0?-1:1)/l}):(e=t=>-.001+Math.exp(-t*n)*((t-r)*n+1),i=t=>n*n*(r-t)*Math.exp(-t*n));let l=function(t,e,i){let n=i;for(let i=1;i<12;i++)n-=t(n)/e(n);return n}(e,i,5/n);if(n=is(n),isNaN(l))return{stiffness:iS.stiffness,damping:iS.damping,duration:n};{let t=Math.pow(l,2)*o;return{stiffness:t,damping:2*a*Math.sqrt(o*t),duration:n}}}(t);(e={...e,...i,mass:iS.mass}).isResolvedFromDuration=!0}return e}({...n,velocity:-((n.velocity||0)/1e3)}),f=p||0,v=u/(2*Math.sqrt(h*d)),g=a-o,y=Math.sqrt(h/d)/1e3,x=5>Math.abs(g);if(s||(s=x?iS.restSpeed.granular:iS.restSpeed.default),r||(r=x?iS.restDelta.granular:iS.restDelta.default),v<1){let e=iA(y,v);t=t=>a-Math.exp(-v*y*t)*((f+v*y*g)/e*Math.sin(e*t)+g*Math.cos(e*t))}else if(1===v)t=t=>a-Math.exp(-y*t)*(g+(f+y*g)*t);else{let e=y*Math.sqrt(v*v-1);t=t=>{let i=Math.exp(-v*y*t),n=Math.min(e*t,300);return a-i*((f+v*y*g)*Math.sinh(n)+e*g*Math.cosh(n))/e}}let T={calculatedDuration:m&&c||null,next:e=>{let i=t(e);if(m)l.done=e>=c;else{let n=0===e?f:0;v<1&&(n=0===e?is(f):ib(t,e,i));let o=Math.abs(a-i)<=r;l.done=Math.abs(n)<=s&&o}return l.value=l.done?a:i,l},toString:()=>{let t=Math.min(iP(T),2e4),e=iw(e=>T.next(t*e).value,t,30);return t+"ms "+e},toTransition:()=>{}};return T}function iD(t){let e,i,{keyframes:n,velocity:s=0,power:r=.8,timeConstant:o=325,bounceDamping:a=10,bounceStiffness:l=500,modifyTarget:h,min:u,max:d,restDelta:c=.5,restSpeed:p}=t,m=n[0],f={done:!1,value:m},v=r*s,g=m+v,y=void 0===h?g:h(g);y!==g&&(v=y-m);let x=t=>-v*Math.exp(-t/o),T=t=>y+x(t),w=t=>{let e=x(t),i=T(t);f.done=Math.abs(e)<=c,f.value=f.done?y:i},P=t=>{let n;if(n=f.value,void 0!==u&&n<u||void 0!==d&&n>d){var s;e=t,i=iC({keyframes:[f.value,(s=f.value,void 0===u?d:void 0===d||Math.abs(u-s)<Math.abs(d-s)?u:d)],velocity:ib(T,t,f.value),damping:a,stiffness:l,restDelta:c,restSpeed:p})}};return P(0),{calculatedDuration:null,next:t=>{let n=!1;return(i||void 0!==e||(n=!0,w(t),P(t)),void 0!==e&&t>=e)?i.next(t-e):(n||w(t),f)}}}iC.applyToOptions=t=>{let e=function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:100,i=arguments.length>2?arguments[2]:void 0,n=i({...t,keyframes:[0,e]}),s=Math.min(iP(n),2e4);return{type:"keyframes",ease:t=>n.next(s*t).value/e,duration:s/1e3}}(t,100,iC);return t.ease=e.ease,t.duration=is(e.duration),t.type="keyframes",t};let ik=(t,e,i)=>(((1-3*i+3*e)*t+(3*i-6*e))*t+3*e)*t;function iR(t,e,i,n){return t===e&&i===n?ti:s=>0===s||1===s?s:ik(function(t,e,i,n,s){let r,o,a=0;do(r=ik(o=e+(i-e)/2,n,s)-t)>0?i=o:e=o;while(Math.abs(r)>1e-7&&++a<12)return o}(s,0,1,t,i),e,n)}let iL=iR(.42,0,1,1),ij=iR(0,0,.58,1),iF=iR(.42,0,.58,1),iB=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,iO=t=>e=>1-t(1-e),iI=iR(.33,1.53,.69,.99),iU=iO(iI),iN=iB(iU),iW=t=>(t*=2)<1?.5*iU(t):.5*(2-Math.pow(2,-10*(t-1))),iY=t=>1-Math.sin(Math.acos(t)),iz=iO(iY),iH=iB(iY),iX=t=>Array.isArray(t)&&"number"==typeof t[0],iK={linear:ti,easeIn:iL,easeInOut:iF,easeOut:ij,circIn:iY,circInOut:iH,circOut:iz,backIn:iU,backInOut:iN,backOut:iI,anticipate:iW},iq=t=>{if(iX(t)){_(4===t.length,"Cubic bezier arrays must contain four numerical values.","cubic-bezier-length");let[e,i,n,s]=t;return iR(e,i,n,s)}return"string"==typeof t?(_(void 0!==iK[t],"Invalid easing type '".concat(t,"'"),"invalid-easing-type"),iK[t]):t},iG=(t,e,i)=>{let n=e-t;return 0===n?1:(i-t)/n};function i_(t){var e;let{duration:i=300,keyframes:n,times:s,ease:r="easeInOut"}=t,o=Array.isArray(r)&&"number"!=typeof r[0]?r.map(iq):iq(r),a={done:!1,value:n[0]},l=function(t,e){let{clamp:i=!0,ease:n,mixer:s}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=t.length;if(_(r===e.length,"Both input and output ranges must be the same length","range-length"),1===r)return()=>e[0];if(2===r&&e[0]===e[1])return()=>e[1];let o=t[0]===t[1];t[0]>t[r-1]&&(t=[...t].reverse(),e=[...e].reverse());let a=function(t,e,i){let n=[],s=i||tn.mix||ix,r=t.length-1;for(let i=0;i<r;i++){let r=s(t[i],t[i+1]);e&&(r=ii(Array.isArray(e)?e[i]||ti:e,r)),n.push(r)}return n}(e,n,s),l=a.length,h=i=>{if(o&&i<t[0])return e[0];let n=0;if(l>1)for(;n<t.length-2&&!(i<t[n+1]);n++);let s=iG(t[n],t[n+1],i);return a[n](s)};return i?e=>h(j(t[0],t[r-1],e)):h}((e=s&&s.length===n.length?s:function(t){let e=[0];return!function(t,e){let i=t[t.length-1];for(let n=1;n<=e;n++){let s=iG(0,e,n);t.push(w(i,1,s))}}(e,t.length-1),e}(n),e.map(t=>t*i)),n,{ease:Array.isArray(o)?o:n.map(()=>o||iF).splice(0,n.length-1)});return{calculatedDuration:i,next:t=>(a.value=l(t),a.done=t>=i,a)}}let iZ=t=>null!==t;function i$(t,e,i){let{repeat:n,repeatType:s="loop"}=e,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,o=t.filter(iZ),a=r<0||n&&"loop"!==s&&n%2==1?0:o.length-1;return a&&void 0!==i?i:o[a]}let iJ={decay:iD,inertia:iD,tween:i_,keyframes:i_,spring:iC};function iQ(t){"string"==typeof t.type&&(t.type=iJ[t.type])}class i0{get finished(){return this._finished}updateFinished(){this._finished=new Promise(t=>{this.resolve=t})}notifyFinished(){this.resolve()}then(t,e){return this.finished.then(t,e)}constructor(){this.updateFinished()}}let i1=t=>t/100;class i2 extends i0{initAnimation(){let{options:t}=this;iQ(t);let{type:e=i_,repeat:i=0,repeatDelay:n=0,repeatType:s,velocity:r=0}=t,{keyframes:o}=t,a=e||i_;a!==i_&&"number"!=typeof o[0]&&(this.mixKeyframes=ii(i1,ix(o[0],o[1])),o=[0,100]);let l=a({...t,keyframes:o});"mirror"===s&&(this.mirroredGenerator=a({...t,keyframes:[...o].reverse(),velocity:-r})),null===l.calculatedDuration&&(l.calculatedDuration=iP(l));let{calculatedDuration:h}=l;this.calculatedDuration=h,this.resolvedDuration=h+n,this.totalDuration=this.resolvedDuration*(i+1)-n,this.generator=l}updateTime(t){let e=Math.round(t-this.startTime)*this.playbackSpeed;null!==this.holdTime?this.currentTime=this.holdTime:this.currentTime=e}tick(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],{generator:i,totalDuration:n,mixKeyframes:s,mirroredGenerator:r,resolvedDuration:o,calculatedDuration:a}=this;if(null===this.startTime)return i.next(0);let{delay:l=0,keyframes:h,repeat:u,repeatType:d,repeatDelay:c,type:p,onUpdate:m,finalKeyframe:f}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,t):this.speed<0&&(this.startTime=Math.min(t-n/this.speed,this.startTime)),e?this.currentTime=t:this.updateTime(t);let v=this.currentTime-l*(this.playbackSpeed>=0?1:-1),g=this.playbackSpeed>=0?v<0:v>n;this.currentTime=Math.max(v,0),"finished"===this.state&&null===this.holdTime&&(this.currentTime=n);let y=this.currentTime,x=i;if(u){let t=Math.min(this.currentTime,n)/o,e=Math.floor(t),i=t%1;!i&&t>=1&&(i=1),1===i&&e--,(e=Math.min(e,u+1))%2&&("reverse"===d?(i=1-i,c&&(i-=c/o)):"mirror"===d&&(x=r)),y=j(0,1,i)*o}let T=g?{done:!1,value:h[0]}:x.next(y);s&&(T.value=s(T.value));let{done:w}=T;g||null===a||(w=this.playbackSpeed>=0?this.currentTime>=n:this.currentTime<=0);let P=null===this.holdTime&&("finished"===this.state||"running"===this.state&&w);return P&&p!==iD&&(T.value=i$(h,this.options,f,this.speed)),m&&m(T.value),P&&this.finish(),T}then(t,e){return this.finished.then(t,e)}get duration(){return this.calculatedDuration/1e3}get iterationDuration(){let{delay:t=0}=this.options||{};return this.duration+t/1e3}get time(){return this.currentTime/1e3}set time(t){var e;t=is(t),this.currentTime=t,null===this.startTime||null!==this.holdTime||0===this.playbackSpeed?this.holdTime=t:this.driver&&(this.startTime=this.driver.now()-t/this.playbackSpeed),null==(e=this.driver)||e.start(!1)}get speed(){return this.playbackSpeed}set speed(t){this.updateTime(t$.now());let e=this.playbackSpeed!==t;this.playbackSpeed=t,e&&(this.time=this.currentTime/1e3)}play(){var t,e;if(this.isStopped)return;let{driver:i=iT,startTime:n}=this.options;this.driver||(this.driver=i(t=>this.tick(t))),null==(t=(e=this.options).onPlay)||t.call(e);let s=this.driver.now();"finished"===this.state?(this.updateFinished(),this.startTime=s):null!==this.holdTime?this.startTime=s-this.holdTime:this.startTime||(this.startTime=null!=n?n:s),"finished"===this.state&&this.speed<0&&(this.startTime+=this.calculatedDuration),this.holdTime=null,this.state="running",this.driver.start()}pause(){this.state="paused",this.updateTime(t$.now()),this.holdTime=this.currentTime}complete(){"running"!==this.state&&this.play(),this.state="finished",this.holdTime=null}finish(){var t,e;this.notifyFinished(),this.teardown(),this.state="finished",null==(t=(e=this.options).onComplete)||t.call(e)}cancel(){var t,e;this.holdTime=null,this.startTime=0,this.tick(0),this.teardown(),null==(t=(e=this.options).onCancel)||t.call(e)}teardown(){this.state="idle",this.stopDriver(),this.startTime=this.holdTime=null,ir.mainThread--}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(t){return this.startTime=0,this.tick(t,!0)}attachTimeline(t){var e;return this.options.allowFlatten&&(this.options.type="keyframes",this.options.ease="linear",this.initAnimation()),null==(e=this.driver)||e.stop(),t.observe(this)}constructor(t){super(),this.state="idle",this.startTime=null,this.isStopped=!1,this.currentTime=0,this.holdTime=null,this.playbackSpeed=1,this.stop=()=>{var t,e;let{motionValue:i}=this.options;i&&i.updatedAt!==t$.now()&&this.tick(t$.now()),this.isStopped=!0,"idle"!==this.state&&(this.teardown(),null==(t=(e=this.options).onStop)||t.call(e))},ir.mainThread++,this.options=t,this.initAnimation(),this.play(),!1===t.autoplay&&this.pause()}}function i3(t){let e;return()=>(void 0===e&&(e=t()),e)}let i5=i3(()=>void 0!==window.ScrollTimeline),i4={},i9=function(t,e){let i=i3(t);return()=>{var t;return null!=(t=i4[e])?t:i()}}(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch(t){return!1}return!0},"linearEasing"),i6=t=>{let[e,i,n,s]=t;return"cubic-bezier(".concat(e,", ").concat(i,", ").concat(n,", ").concat(s,")")},i7={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:i6([0,.65,.55,1]),circOut:i6([.55,0,1,.45]),backIn:i6([.31,.01,.66,-.59]),backOut:i6([.33,1.53,.69,.99])};function i8(t){return"function"==typeof t&&"applyToOptions"in t}class nt extends i0{play(){this.isStopped||(this.animation.play(),"finished"===this.state&&this.updateFinished())}pause(){this.animation.pause()}complete(){var t,e;null==(t=(e=this.animation).finish)||t.call(e)}cancel(){try{this.animation.cancel()}catch(t){}}stop(){if(this.isStopped)return;this.isStopped=!0;let{state:t}=this;"idle"!==t&&"finished"!==t&&(this.updateMotionValue?this.updateMotionValue():this.commitStyles(),this.isPseudoElement||this.cancel())}commitStyles(){if(!this.isPseudoElement){var t,e;null==(t=(e=this.animation).commitStyles)||t.call(e)}}get duration(){var t,e;return Number((null==(e=this.animation.effect)||null==(t=e.getComputedTiming)?void 0:t.call(e).duration)||0)/1e3}get iterationDuration(){let{delay:t=0}=this.options||{};return this.duration+t/1e3}get time(){return(Number(this.animation.currentTime)||0)/1e3}set time(t){this.finishedTime=null,this.animation.currentTime=is(t)}get speed(){return this.animation.playbackRate}set speed(t){t<0&&(this.finishedTime=null),this.animation.playbackRate=t}get state(){return null!==this.finishedTime?"finished":this.animation.playState}get startTime(){return Number(this.animation.startTime)}set startTime(t){this.animation.startTime=t}attachTimeline(t){let{timeline:e,observe:i}=t;if(this.allowFlatten){var n;null==(n=this.animation.effect)||n.updateTiming({easing:"linear"})}return(this.animation.onfinish=null,e&&i5())?(this.animation.timeline=e,ti):i(this)}constructor(t){if(super(),this.finishedTime=null,this.isStopped=!1,!t)return;let{element:e,name:i,keyframes:n,pseudoElement:s,allowFlatten:r=!1,finalKeyframe:o,onComplete:a}=t;this.isPseudoElement=!!s,this.allowFlatten=r,this.options=t,_("string"!=typeof t.type,'Mini animate() doesn\'t support "type" as a string.',"mini-spring");let l=function(t){let{type:e,...i}=t;return i8(e)&&i9()?e.applyToOptions(i):(null!=i.duration||(i.duration=300),null!=i.ease||(i.ease="easeOut"),i)}(t);this.animation=function(t,e,i){let{delay:n=0,duration:s=300,repeat:r=0,repeatType:o="loop",ease:a="easeOut",times:l}=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},h=arguments.length>4&&void 0!==arguments[4]?arguments[4]:void 0,u={[e]:i};l&&(u.offset=l);let d=function t(e,i){if(e)return"function"==typeof e?i9()?iw(e,i):"ease-out":iX(e)?i6(e):Array.isArray(e)?e.map(e=>t(e,i)||i7.easeOut):i7[e]}(a,s);Array.isArray(d)&&(u.easing=d),tr.value&&ir.waapi++;let c={delay:n,duration:s,easing:Array.isArray(d)?"linear":d,fill:"both",iterations:r+1,direction:"reverse"===o?"alternate":"normal"};h&&(c.pseudoElement=h);let p=t.animate(u,c);return tr.value&&p.finished.finally(()=>{ir.waapi--}),p}(e,i,n,l,s),!1===l.autoplay&&this.animation.pause(),this.animation.onfinish=()=>{if(this.finishedTime=this.time,!s){let t=i$(n,this.options,o,this.speed);this.updateMotionValue?this.updateMotionValue(t):function(t,e,i){e.startsWith("--")?t.style.setProperty(e,i):t.style[e]=i}(e,i,t),this.animation.cancel()}null==a||a(),this.notifyFinished()}}}let ne={anticipate:iW,backInOut:iN,circInOut:iH};class ni extends nt{updateMotionValue(t){var e;let{motionValue:i,onUpdate:n,onComplete:s,element:r,...o}=this.options;if(!i)return;if(void 0!==t)return void i.set(t);let a=new i2({...o,autoplay:!1}),l=is(null!=(e=this.finishedTime)?e:this.time);i.setWithVelocity(a.sample(l-10).value,a.sample(l).value,10),a.stop()}constructor(t){!function(t){"string"==typeof t.ease&&t.ease in ne&&(t.ease=ne[t.ease])}(t),iQ(t),super(t),t.startTime&&(this.startTime=t.startTime),this.options=t}}let nn=(t,e)=>"zIndex"!==e&&!!("number"==typeof t||Array.isArray(t)||"string"==typeof t&&(tO.test(t)||"0"===t)&&!t.startsWith("url(")),ns=new Set(["opacity","clipPath","filter","transform"]),nr=i3(()=>Object.hasOwnProperty.call(Element.prototype,"animate"));class no extends i0{onKeyframesResolved(t,e,i,n){this.keyframeResolver=void 0;let{name:s,type:r,velocity:o,delay:a,isHandoff:l,onUpdate:h}=i;this.resolvedAt=t$.now(),!function(t,e,i,n){let s=t[0];if(null===s)return!1;if("display"===e||"visibility"===e)return!0;let r=t[t.length-1],o=nn(s,e),a=nn(r,e);return G(o===a,"You are trying to animate ".concat(e,' from "').concat(s,'" to "').concat(r,'". "').concat(o?r:s,'" is not an animatable value.'),"value-not-animatable"),!!o&&!!a&&(function(t){let e=t[0];if(1===t.length)return!0;for(let i=0;i<t.length;i++)if(t[i]!==e)return!0}(t)||("spring"===i||i8(i))&&n)}(t,s,r,o)&&((tn.instantAnimations||!a)&&(null==h||h(i$(t,i,e))),t[0]=t[t.length-1],it(i),i.repeat=0);let u={startTime:n?this.resolvedAt&&this.resolvedAt-this.createdAt>40?this.resolvedAt:this.createdAt:void 0,finalKeyframe:e,...i,keyframes:t},d=!l&&function(t){var e;let{motionValue:i,name:n,repeatDelay:s,repeatType:r,damping:o,type:a}=t;if(!((null==i||null==(e=i.owner)?void 0:e.current)instanceof HTMLElement))return!1;let{onUpdate:l,transformTemplate:h}=i.owner.getProps();return nr()&&n&&ns.has(n)&&("transform"!==n||!h)&&!l&&!s&&"mirror"!==r&&0!==o&&"inertia"!==a}(u)?new ni({...u,element:u.motionValue.owner.current}):new i2(u);d.finished.then(()=>this.notifyFinished()).catch(ti),this.pendingTimeline&&(this.stopTimeline=d.attachTimeline(this.pendingTimeline),this.pendingTimeline=void 0),this._animation=d}get finished(){return this._animation?this.animation.finished:this._finished}then(t,e){return this.finished.finally(t).then(()=>{})}get animation(){if(!this._animation){var t;null==(t=this.keyframeResolver)||t.resume(),tm=!0,tv(),tf(),tm=!1}return this._animation}get duration(){return this.animation.duration}get iterationDuration(){return this.animation.iterationDuration}get time(){return this.animation.time}set time(t){this.animation.time=t}get speed(){return this.animation.speed}get state(){return this.animation.state}set speed(t){this.animation.speed=t}get startTime(){return this.animation.startTime}attachTimeline(t){return this._animation?this.stopTimeline=this.animation.attachTimeline(t):this.pendingTimeline=t,()=>this.stop()}play(){this.animation.play()}pause(){this.animation.pause()}complete(){this.animation.complete()}cancel(){var t;this._animation&&this.animation.cancel(),null==(t=this.keyframeResolver)||t.cancel()}constructor({autoplay:t=!0,delay:e=0,type:i="keyframes",repeat:n=0,repeatDelay:s=0,repeatType:r="loop",keyframes:o,name:a,motionValue:l,element:h,...u}){var d;super(),this.stop=()=>{var t,e;this._animation&&(this._animation.stop(),null==(e=this.stopTimeline)||e.call(this)),null==(t=this.keyframeResolver)||t.cancel()},this.createdAt=t$.now();let c={autoplay:t,delay:e,type:i,repeat:n,repeatDelay:s,repeatType:r,name:a,motionValue:l,element:h,...u},p=(null==h?void 0:h.KeyframeResolver)||tg;this.keyframeResolver=new p(o,(t,e,i)=>this.onKeyframesResolved(t,e,c,!i),a,l,h),null==(d=this.keyframeResolver)||d.scheduleResolve()}}let na=t=>null!==t,nl={type:"spring",stiffness:500,damping:25,restSpeed:10},nh={type:"keyframes",duration:.8},nu={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},nd=function(t,e,i){let n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},r=arguments.length>4?arguments[4]:void 0,o=arguments.length>5?arguments[5]:void 0;return a=>{let l=e6(n,t)||{},h=l.delay||n.delay||0,{elapsed:u=0}=n;u-=is(h);let d={keyframes:Array.isArray(i)?i:[null,i],ease:"easeOut",velocity:e.getVelocity(),...l,delay:-u,onUpdate:t=>{e.set(t),l.onUpdate&&l.onUpdate(t)},onComplete:()=>{a(),l.onComplete&&l.onComplete()},name:t,motionValue:e,element:o?void 0:r};!function(t){let{when:e,delay:i,delayChildren:n,staggerChildren:s,staggerDirection:r,repeat:o,repeatType:a,repeatDelay:l,from:h,elapsed:u,...d}=t;return!!Object.keys(d).length}(l)&&Object.assign(d,((t,e)=>{let{keyframes:i}=e;return i.length>2?nh:s.has(t)?t.startsWith("scale")?{type:"spring",stiffness:550,damping:0===i[1]?2*Math.sqrt(550):30,restSpeed:10}:nl:nu})(t,d)),d.duration&&(d.duration=is(d.duration)),d.repeatDelay&&(d.repeatDelay=is(d.repeatDelay)),void 0!==d.from&&(d.keyframes[0]=d.from);let c=!1;if(!1!==d.type&&(0!==d.duration||d.repeatDelay)||(it(d),0===d.delay&&(c=!0)),(tn.instantAnimations||tn.skipAnimations)&&(c=!0,it(d),d.delay=0),d.allowFlatten=!l.type&&!l.ease,c&&!o&&void 0!==e.get()){let t=function(t,e,i){let{repeat:n,repeatType:s="loop"}=e,r=t.filter(na),o=n&&"loop"!==s&&n%2==1?0:r.length-1;return r[o]}(d.keyframes,l);if(void 0!==t)return void ta.update(()=>{d.onUpdate(t),d.onComplete()})}return l.isSync?new i2(d):new no(d)}};function nc(t,e){let{delay:i=0,transitionOverride:n,type:s}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},{transition:r=t.getDefaultTransition(),transitionEnd:o,...a}=e;n&&(r=n);let l=[],h=s&&t.animationState&&t.animationState.getState()[s];for(let e in a){var u;let n=t.getValue(e,null!=(u=t.latestValues[e])?u:null),s=a[e];if(void 0===s||h&&function(t,e){let{protectedKeys:i,needsAnimating:n}=t,s=i.hasOwnProperty(e)&&!0!==n[e];return n[e]=!1,s}(h,e))continue;let o={delay:i,...e6(r||{},e)},d=n.get();if(void 0!==d&&!n.isAnimating&&!Array.isArray(s)&&s===d&&!o.velocity)continue;let c=!1;if(window.MotionHandoffAnimation){let i=t.props[e2];if(i){let t=window.MotionHandoffAnimation(i,e,ta);null!==t&&(o.startTime=t,c=!0)}}e8(t,e),n.start(nd(e,n,s,t.shouldReduceMotion&&L.has(e)?{type:!1}:o,t,c));let p=n.animation;p&&l.push(p)}return o&&Promise.all(l).then(()=>{ta.update(()=>{o&&function(t,e){let{transitionEnd:i={},transition:n={},...s}=e9(t,e)||{};for(let e in s={...s,...i}){var r;let i=e7(r=s[e])?r[r.length-1]||0:r;t.hasValue(e)?t.getValue(e).set(i):t.addValue(e,t3(i))}}(t,o)})}),l}function np(t,e,i){let n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,r=Array.from(t).sort((t,e)=>t.sortNodePosition(e)).indexOf(e),o=t.size,a=(o-1)*n;return"function"==typeof i?i(r,o):1===s?r*n:a-r*n}function nm(t,e){var i;let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=e9(t,e,"exit"===n.type?null==(i=t.presenceContext)?void 0:i.custom:void 0),{transition:r=t.getDefaultTransition()||{}}=s||{};n.transitionOverride&&(r=n.transitionOverride);let o=s?()=>Promise.all(nc(t,s,n)):()=>Promise.resolve(),a=t.variantChildren&&t.variantChildren.size?function(){let i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,{delayChildren:s=0,staggerChildren:o,staggerDirection:a}=r;return function(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,o=arguments.length>6?arguments[6]:void 0,a=[];for(let l of t.variantChildren)l.notify("AnimationStart",e),a.push(nm(l,e,{...o,delay:i+("function"==typeof n?0:n)+np(t.variantChildren,l,n,s,r)}).then(()=>l.notify("AnimationComplete",e)));return Promise.all(a)}(t,e,i,s,o,a,n)}:()=>Promise.resolve(),{when:l}=r;if(!l)return Promise.all([o(),a(n.delay)]);{let[t,e]="beforeChildren"===l?[o,a]:[a,o];return t().then(()=>e())}}function nf(t,e){if(!Array.isArray(e))return!1;let i=e.length;if(i!==t.length)return!1;for(let n=0;n<i;n++)if(e[n]!==t[n])return!1;return!0}let nv=eh.length,ng=[...el].reverse(),ny=el.length;function nx(){let t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function nT(){return{animate:nx(!0),whileInView:nx(),whileHover:nx(),whileTap:nx(),whileDrag:nx(),whileFocus:nx(),exit:nx()}}class nw{update(){}constructor(t){this.isMounted=!1,this.node=t}}let nP=0,nb={x:!1,y:!1};function nS(t,e,i){let n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{passive:!0};return t.addEventListener(e,i,n),()=>t.removeEventListener(e,i)}let nA=t=>"mouse"===t.pointerType?"number"!=typeof t.button||t.button<=0:!1!==t.isPrimary;function nM(t){return{point:{x:t.pageX,y:t.pageY}}}function nV(t,e,i,n){return nS(t,e,t=>nA(t)&&i(t,nM(t)),n)}function nE(t){return t.max-t.min}function nC(t,e,i){let n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:.5;t.origin=n,t.originPoint=w(e.min,e.max,t.origin),t.scale=nE(i)/nE(e),t.translate=w(i.min,i.max,t.origin)-t.originPoint,(t.scale>=.9999&&t.scale<=1.0001||isNaN(t.scale))&&(t.scale=1),(t.translate>=-.01&&t.translate<=.01||isNaN(t.translate))&&(t.translate=0)}function nD(t,e,i,n){nC(t.x,e.x,i.x,n?n.originX:void 0),nC(t.y,e.y,i.y,n?n.originY:void 0)}function nk(t,e,i){t.min=i.min+e.min,t.max=t.min+nE(e)}function nR(t,e,i){t.min=e.min-i.min,t.max=t.min+nE(e)}function nL(t,e,i){nR(t.x,e.x,i.x),nR(t.y,e.y,i.y)}function nj(t){return[t("x"),t("y")]}let nF=t=>{let{current:e}=t;return e?e.ownerDocument.defaultView:null},nB=(t,e)=>Math.abs(t-e);class nO{updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),tl(this.updatePoint)}constructor(t,e,{transformPagePoint:i,contextWindow:n=window,dragSnapToOrigin:s=!1,distanceThreshold:r=3}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;let t=nN(this.lastMoveEventInfo,this.history),e=null!==this.startEvent,i=function(t,e){return Math.sqrt(nB(t.x,e.x)**2+nB(t.y,e.y)**2)}(t.offset,{x:0,y:0})>=this.distanceThreshold;if(!e&&!i)return;let{point:n}=t,{timestamp:s}=th;this.history.push({...n,timestamp:s});let{onStart:r,onMove:o}=this.handlers;e||(r&&r(this.lastMoveEvent,t),this.startEvent=this.lastMoveEvent),o&&o(this.lastMoveEvent,t)},this.handlePointerMove=(t,e)=>{this.lastMoveEvent=t,this.lastMoveEventInfo=nI(e,this.transformPagePoint),ta.update(this.updatePoint,!0)},this.handlePointerUp=(t,e)=>{this.end();let{onEnd:i,onSessionEnd:n,resumeAnimation:s}=this.handlers;if(this.dragSnapToOrigin&&s&&s(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;let r=nN("pointercancel"===t.type?this.lastMoveEventInfo:nI(e,this.transformPagePoint),this.history);this.startEvent&&i&&i(t,r),n&&n(t,r)},!nA(t))return;this.dragSnapToOrigin=s,this.handlers=e,this.transformPagePoint=i,this.distanceThreshold=r,this.contextWindow=n||window;let o=nI(nM(t),this.transformPagePoint),{point:a}=o,{timestamp:l}=th;this.history=[{...a,timestamp:l}];let{onSessionStart:h}=e;h&&h(t,nN(o,this.history)),this.removeListeners=ii(nV(this.contextWindow,"pointermove",this.handlePointerMove),nV(this.contextWindow,"pointerup",this.handlePointerUp),nV(this.contextWindow,"pointercancel",this.handlePointerUp))}}function nI(t,e){return e?{point:e(t.point)}:t}function nU(t,e){return{x:t.x-e.x,y:t.y-e.y}}function nN(t,e){let{point:i}=t;return{point:i,delta:nU(i,nW(e)),offset:nU(i,e[0]),velocity:function(t,e){if(t.length<2)return{x:0,y:0};let i=t.length-1,n=null,s=nW(t);for(;i>=0&&(n=t[i],!(s.timestamp-n.timestamp>is(.1)));)i--;if(!n)return{x:0,y:0};let r=(s.timestamp-n.timestamp)/1e3;if(0===r)return{x:0,y:0};let o={x:(s.x-n.x)/r,y:(s.y-n.y)/r};return o.x===1/0&&(o.x=0),o.y===1/0&&(o.y=0),o}(e,.1)}}function nW(t){return t[t.length-1]}function nY(t,e,i){return{min:void 0!==e?t.min+e:void 0,max:void 0!==i?t.max+i-(t.max-t.min):void 0}}function nz(t,e){let i=e.min-t.min,n=e.max-t.max;return e.max-e.min<t.max-t.min&&([i,n]=[n,i]),{min:i,max:n}}function nH(t,e,i){return{min:nX(t,e),max:nX(t,i)}}function nX(t,e){return"number"==typeof t?t:t[e]||0}let nK=new WeakMap;class nq{start(t){let{snapToCursor:e=!1,distanceThreshold:i}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{presenceContext:n}=this.visualElement;if(n&&!1===n.isPresent)return;let s=t=>{let{dragSnapToOrigin:i}=this.getProps();i?this.pauseAnimation():this.stopAnimation(),e&&this.snapToCursor(nM(t).point)},r=(t,e)=>{let{drag:i,dragPropagation:n,onDragStart:s}=this.getProps();if(i&&!n&&(this.openDragLock&&this.openDragLock(),this.openDragLock=function(t){if("x"===t||"y"===t)if(nb[t])return null;else return nb[t]=!0,()=>{nb[t]=!1};return nb.x||nb.y?null:(nb.x=nb.y=!0,()=>{nb.x=nb.y=!1})}(i),!this.openDragLock))return;this.latestPointerEvent=t,this.latestPanInfo=e,this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),nj(t=>{let e=this.getAxisMotionValue(t).get()||0;if(N.test(e)){let{projection:i}=this.visualElement;if(i&&i.layout){let n=i.layout.layoutBox[t];n&&(e=nE(n)*(parseFloat(e)/100))}}this.originPoint[t]=e}),s&&ta.postRender(()=>s(t,e)),e8(this.visualElement,"transform");let{animationState:r}=this.visualElement;r&&r.setActive("whileDrag",!0)},o=(t,e)=>{this.latestPointerEvent=t,this.latestPanInfo=e;let{dragPropagation:i,dragDirectionLock:n,onDirectionLock:s,onDrag:r}=this.getProps();if(!i&&!this.openDragLock)return;let{offset:o}=e;if(n&&null===this.currentDirection){this.currentDirection=function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:10,i=null;return Math.abs(t.y)>e?i="y":Math.abs(t.x)>e&&(i="x"),i}(o),null!==this.currentDirection&&s&&s(this.currentDirection);return}this.updateAxis("x",e.point,o),this.updateAxis("y",e.point,o),this.visualElement.render(),r&&r(t,e)},a=(t,e)=>{this.latestPointerEvent=t,this.latestPanInfo=e,this.stop(t,e),this.latestPointerEvent=null,this.latestPanInfo=null},l=()=>nj(t=>{var e;return"paused"===this.getAnimationState(t)&&(null==(e=this.getAxisMotionValue(t).animation)?void 0:e.play())}),{dragSnapToOrigin:h}=this.getProps();this.panSession=new nO(t,{onSessionStart:s,onStart:r,onMove:o,onSessionEnd:a,resumeAnimation:l},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:h,distanceThreshold:i,contextWindow:nF(this.visualElement)})}stop(t,e){let i=t||this.latestPointerEvent,n=e||this.latestPanInfo,s=this.isDragging;if(this.cancel(),!s||!n||!i)return;let{velocity:r}=n;this.startAnimation(r);let{onDragEnd:o}=this.getProps();o&&ta.postRender(()=>o(i,n))}cancel(){this.isDragging=!1;let{projection:t,animationState:e}=this.visualElement;t&&(t.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;let{dragPropagation:i}=this.getProps();!i&&this.openDragLock&&(this.openDragLock(),this.openDragLock=null),e&&e.setActive("whileDrag",!1)}updateAxis(t,e,i){let{drag:n}=this.getProps();if(!i||!nG(t,n,this.currentDirection))return;let s=this.getAxisMotionValue(t),r=this.originPoint[t]+i[t];this.constraints&&this.constraints[t]&&(r=function(t,e,i){let{min:n,max:s}=e;return void 0!==n&&t<n?t=i?w(n,t,i.min):Math.max(t,n):void 0!==s&&t>s&&(t=i?w(s,t,i.max):Math.min(t,s)),t}(r,this.constraints[t],this.elastic[t])),s.set(r)}resolveConstraints(){var t;let{dragConstraints:e,dragElastic:i}=this.getProps(),n=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):null==(t=this.visualElement.projection)?void 0:t.layout,s=this.constraints;e&&e1(e)?this.constraints||(this.constraints=this.resolveRefConstraints()):e&&n?this.constraints=function(t,e){let{top:i,left:n,bottom:s,right:r}=e;return{x:nY(t.x,n,r),y:nY(t.y,i,s)}}(n.layoutBox,e):this.constraints=!1,this.elastic=function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:.35;return!1===t?t=0:!0===t&&(t=.35),{x:nH(t,"left","right"),y:nH(t,"top","bottom")}}(i),s!==this.constraints&&n&&this.constraints&&!this.hasMutatedConstraints&&nj(t=>{!1!==this.constraints&&this.getAxisMotionValue(t)&&(this.constraints[t]=function(t,e){let i={};return void 0!==e.min&&(i.min=e.min-t.min),void 0!==e.max&&(i.max=e.max-t.min),i}(n.layoutBox[t],this.constraints[t]))})}resolveRefConstraints(){var t;let{dragConstraints:e,onMeasureDragConstraints:i}=this.getProps();if(!e||!e1(e))return!1;let n=e.current;_(null!==n,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.","drag-constraints-ref");let{projection:s}=this.visualElement;if(!s||!s.layout)return!1;let r=function(t,e,i){let n=R(t,i),{scroll:s}=e;return s&&(C(n.x,s.offset.x),C(n.y,s.offset.y)),n}(n,s.root,this.visualElement.getTransformPagePoint()),o=(t=s.layout.layoutBox,{x:nz(t.x,r.x),y:nz(t.y,r.y)});if(i){let t=i(function(t){let{x:e,y:i}=t;return{top:i.min,right:e.max,bottom:i.max,left:e.min}}(o));this.hasMutatedConstraints=!!t,t&&(o=T(t))}return o}startAnimation(t){let{drag:e,dragMomentum:i,dragElastic:n,dragTransition:s,dragSnapToOrigin:r,onDragTransitionEnd:o}=this.getProps(),a=this.constraints||{};return Promise.all(nj(o=>{if(!nG(o,e,this.currentDirection))return;let l=a&&a[o]||{};r&&(l={min:0,max:0});let h={type:"inertia",velocity:i?t[o]:0,bounceStiffness:n?200:1e6,bounceDamping:n?40:1e7,timeConstant:750,restDelta:1,restSpeed:10,...s,...l};return this.startAxisValueAnimation(o,h)})).then(o)}startAxisValueAnimation(t,e){let i=this.getAxisMotionValue(t);return e8(this.visualElement,t),i.start(nd(t,i,0,e,this.visualElement,!1))}stopAnimation(){nj(t=>this.getAxisMotionValue(t).stop())}pauseAnimation(){nj(t=>{var e;return null==(e=this.getAxisMotionValue(t).animation)?void 0:e.pause()})}getAnimationState(t){var e;return null==(e=this.getAxisMotionValue(t).animation)?void 0:e.state}getAxisMotionValue(t){let e="_drag".concat(t.toUpperCase()),i=this.visualElement.getProps();return i[e]||this.visualElement.getValue(t,(i.initial?i.initial[t]:void 0)||0)}snapToCursor(t){nj(e=>{let{drag:i}=this.getProps();if(!nG(e,i,this.currentDirection))return;let{projection:n}=this.visualElement,s=this.getAxisMotionValue(e);if(n&&n.layout){let{min:i,max:r}=n.layout.layoutBox[e];s.set(t[e]-w(i,r,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;let{drag:t,dragConstraints:e}=this.getProps(),{projection:i}=this.visualElement;if(!e1(e)||!i||!this.constraints)return;this.stopAnimation();let n={x:0,y:0};nj(t=>{let e=this.getAxisMotionValue(t);if(e&&!1!==this.constraints){let i=e.get();n[t]=function(t,e){let i=.5,n=nE(t),s=nE(e);return s>n?i=iG(e.min,e.max-n,t.min):n>s&&(i=iG(t.min,t.max-s,e.min)),j(0,1,i)}({min:i,max:i},this.constraints[t])}});let{transformTemplate:s}=this.visualElement.getProps();this.visualElement.current.style.transform=s?s({},""):"none",i.root&&i.root.updateScroll(),i.updateLayout(),this.resolveConstraints(),nj(e=>{if(!nG(e,t,null))return;let i=this.getAxisMotionValue(e),{min:s,max:r}=this.constraints[e];i.set(w(s,r,n[e]))})}addListeners(){if(!this.visualElement.current)return;nK.set(this.visualElement,this);let t=nV(this.visualElement.current,"pointerdown",t=>{let{drag:e,dragListener:i=!0}=this.getProps();e&&i&&this.start(t)}),e=()=>{let{dragConstraints:t}=this.getProps();e1(t)&&t.current&&(this.constraints=this.resolveRefConstraints())},{projection:i}=this.visualElement,n=i.addEventListener("measure",e);i&&!i.layout&&(i.root&&i.root.updateScroll(),i.updateLayout()),ta.read(e);let s=nS(window,"resize",()=>this.scalePositionWithinConstraints()),r=i.addEventListener("didUpdate",t=>{let{delta:e,hasLayoutChanged:i}=t;this.isDragging&&i&&(nj(t=>{let i=this.getAxisMotionValue(t);i&&(this.originPoint[t]+=e[t].translate,i.set(i.get()+e[t].translate))}),this.visualElement.render())});return()=>{s(),t(),n(),r&&r()}}getProps(){let t=this.visualElement.getProps(),{drag:e=!1,dragDirectionLock:i=!1,dragPropagation:n=!1,dragConstraints:s=!1,dragElastic:r=.35,dragMomentum:o=!0}=t;return{...t,drag:e,dragDirectionLock:i,dragPropagation:n,dragConstraints:s,dragElastic:r,dragMomentum:o}}constructor(t){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=ee(),this.latestPointerEvent=null,this.latestPanInfo=null,this.visualElement=t}}function nG(t,e,i){return(!0===e||e===t)&&(null===i||i===t)}let n_=t=>(e,i)=>{t&&ta.postRender(()=>t(e,i))};var nZ=i;function n$(){let t=!(arguments.length>0)||void 0===arguments[0]||arguments[0],e=(0,i.useContext)(eG);if(null===e)return[!0,null];let{isPresent:n,onExitComplete:s,register:r}=e,o=(0,i.useId)();(0,i.useEffect)(()=>{if(t)return r(o)},[t]);let a=(0,i.useCallback)(()=>t&&s&&s(o),[o,s,t]);return!n&&s?[!1,a]:[!0]}t.s(["usePresence",()=>n$],64978);let nJ={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function nQ(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}let n0={correct:(t,e)=>{if(!e.target)return t;if("string"==typeof t)if(!W.test(t))return t;else t=parseFloat(t);let i=nQ(t,e.target.x),n=nQ(t,e.target.y);return"".concat(i,"% ").concat(n,"%")}},n1=!1;class n2 extends nZ.Component{componentDidMount(){let{visualElement:t,layoutGroup:e,switchLayoutGroup:i,layoutId:n}=this.props,{projection:s}=t;for(let t in n5)eP[t]=n5[t],v(t)&&(eP[t].isCSSVariable=!0);s&&(e.group&&e.group.add(s),i&&i.register&&n&&i.register(s),n1&&s.root.didUpdate(),s.addEventListener("animationComplete",()=>{this.safeToRemove()}),s.setOptions({...s.options,onExitComplete:()=>this.safeToRemove()})),nJ.hasEverUpdated=!0}getSnapshotBeforeUpdate(t){let{layoutDependency:e,visualElement:i,drag:n,isPresent:s}=this.props,{projection:r}=i;return r&&(r.isPresent=s,n1=!0,n||t.layoutDependency!==e||void 0===e||t.isPresent!==s?r.willUpdate():this.safeToRemove(),t.isPresent!==s&&(s?r.promote():r.relegate()||ta.postRender(()=>{let t=r.getStack();t&&t.members.length||this.safeToRemove()}))),null}componentDidUpdate(){let{projection:t}=this.props.visualElement;t&&(t.root.didUpdate(),t4.postRender(()=>{!t.currentAnimation&&t.isLead()&&this.safeToRemove()}))}componentWillUnmount(){let{visualElement:t,layoutGroup:e,switchLayoutGroup:i}=this.props,{projection:n}=t;n1=!0,n&&(n.scheduleCheckAfterUnmount(),e&&e.group&&e.group.remove(n),i&&i.deregister&&i.deregister(n))}safeToRemove(){let{safeToRemove:t}=this.props;t&&t()}render(){return null}}function n3(t){let[e,i]=n$(),n=(0,nZ.useContext)(eO);return(0,eB.jsx)(n2,{...t,layoutGroup:n,switchLayoutGroup:(0,nZ.useContext)(e3),isPresent:e,safeToRemove:i})}let n5={borderRadius:{...n0,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:n0,borderTopRightRadius:n0,borderBottomLeftRadius:n0,borderBottomRightRadius:n0,boxShadow:{correct:(t,e)=>{let{treeScale:i,projectionDelta:n}=e,s=tO.parse(t);if(s.length>5)return t;let r=tO.createTransformer(t),o=+("number"!=typeof s[0]),a=n.x.scale*i.x,l=n.y.scale*i.y;s[0+o]/=a,s[1+o]/=l;let h=w(a,l,.5);return"number"==typeof s[2+o]&&(s[2+o]/=h),"number"==typeof s[3+o]&&(s[3+o]/=h),r(s)}}};function n4(t){return"object"==typeof t&&null!==t}function n9(t){return n4(t)&&"ownerSVGElement"in t}let n6=(t,e)=>t.depth-e.depth;class n7{add(t){tJ(this.children,t),this.isDirty=!0}remove(t){tQ(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort(n6),this.isDirty=!1,this.children.forEach(t)}constructor(){this.children=[],this.isDirty=!1}}let n8=["TopLeft","TopRight","BottomLeft","BottomRight"],st=n8.length,se=t=>"string"==typeof t?parseFloat(t):t,si=t=>"number"==typeof t||W.test(t);function sn(t,e){return void 0!==t[e]?t[e]:t.borderRadius}let ss=so(0,.5,iz),sr=so(.5,.95,ti);function so(t,e,i){return n=>n<t?0:n>e?1:i(iG(t,e,n))}function sa(t,e){t.min=e.min,t.max=e.max}function sl(t,e){sa(t.x,e.x),sa(t.y,e.y)}function sh(t,e){t.translate=e.translate,t.scale=e.scale,t.originPoint=e.originPoint,t.origin=e.origin}function su(t,e,i,n,s){return t-=e,t=n+1/i*(t-n),void 0!==s&&(t=n+1/s*(t-n)),t}function sd(t,e,i,n,s){let[r,o,a]=i;!function(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:.5,s=arguments.length>4?arguments[4]:void 0,r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:t,o=arguments.length>6&&void 0!==arguments[6]?arguments[6]:t;if(N.test(e)&&(e=parseFloat(e),e=w(o.min,o.max,e/100)-o.min),"number"!=typeof e)return;let a=w(r.min,r.max,n);t===r&&(a-=e),t.min=su(t.min,e,i,a,s),t.max=su(t.max,e,i,a,s)}(t,e[r],e[o],e[a],e.scale,n,s)}let sc=["x","scaleX","originX"],sp=["y","scaleY","originY"];function sm(t,e,i,n){sd(t.x,e,sc,i?i.x:void 0,n?n.x:void 0),sd(t.y,e,sp,i?i.y:void 0,n?n.y:void 0)}function sf(t){return 0===t.translate&&1===t.scale}function sv(t){return sf(t.x)&&sf(t.y)}function sg(t,e){return t.min===e.min&&t.max===e.max}function sy(t,e){return Math.round(t.min)===Math.round(e.min)&&Math.round(t.max)===Math.round(e.max)}function sx(t,e){return sy(t.x,e.x)&&sy(t.y,e.y)}function sT(t){return nE(t.x)/nE(t.y)}function sw(t,e){return t.translate===e.translate&&t.scale===e.scale&&t.originPoint===e.originPoint}class sP{add(t){tJ(this.members,t),t.scheduleRender()}remove(t){if(tQ(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){let t=this.members[this.members.length-1];t&&this.promote(t)}}relegate(t){let e,i=this.members.findIndex(e=>t===e);if(0===i)return!1;for(let t=i;t>=0;t--){let i=this.members[t];if(!1!==i.isPresent){e=i;break}}return!!e&&(this.promote(e),!0)}promote(t,e){let i=this.lead;if(t!==i&&(this.prevLead=i,this.lead=t,t.show(),i)){i.instance&&i.scheduleRender(),t.scheduleRender(),t.resumeFrom=i,e&&(t.resumeFrom.preserveOpacity=!0),i.snapshot&&(t.snapshot=i.snapshot,t.snapshot.latestValues=i.animationValues||i.latestValues),t.root&&t.root.isUpdating&&(t.isLayoutDirty=!0);let{crossfade:n}=t.options;!1===n&&i.hide()}}exitAnimationComplete(){this.members.forEach(t=>{let{options:e,resumingFrom:i}=t;e.onExitComplete&&e.onExitComplete(),i&&i.options.onExitComplete&&i.options.onExitComplete()})}scheduleRender(){this.members.forEach(t=>{t.instance&&t.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}constructor(){this.members=[]}}let sb={nodes:0,calculatedTargetDeltas:0,calculatedProjections:0},sS=["","X","Y","Z"],sA=0;function sM(t,e,i,n){let{latestValues:s}=e;s[t]&&(i[t]=s[t],e.setStaticValue(t,0),n&&(n[t]=0))}function sV(t){let{attachResizeListener:e,defaultParent:i,measureScroll:n,checkIsScrollRoot:s,resetTransform:r}=t;return class{addEventListener(t,e){return this.eventHandlers.has(t)||this.eventHandlers.set(t,new t0),this.eventHandlers.get(t).add(e)}notifyListeners(t){for(var e=arguments.length,i=Array(e>1?e-1:0),n=1;n<e;n++)i[n-1]=arguments[n];let s=this.eventHandlers.get(t);s&&s.notify(...i)}hasListeners(t){return this.eventHandlers.has(t)}mount(t){if(this.instance)return;this.isSVG=n9(t)&&!(n9(t)&&"svg"===t.tagName),this.instance=t;let{layoutId:i,layout:n,visualElement:s}=this.options;if(s&&!s.current&&s.mount(t),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),this.root.hasTreeAnimated&&(n||i)&&(this.isLayoutDirty=!0),e){let i,n=0,s=()=>this.root.updateBlockedByResize=!1;ta.read(()=>{n=window.innerWidth}),e(t,()=>{let t=window.innerWidth;t!==n&&(n=t,this.root.updateBlockedByResize=!0,i&&i(),i=function(t,e){let i=t$.now(),n=e=>{let{timestamp:s}=e,r=s-i;r>=250&&(tl(n),t(r-250))};return ta.setup(n,!0),()=>tl(n)}(s,250),nJ.hasAnimatedSinceResize&&(nJ.hasAnimatedSinceResize=!1,this.nodes.forEach(sB)))})}i&&this.root.registerSharedNode(i,this),!1!==this.options.animate&&s&&(i||n)&&this.addEventListener("didUpdate",t=>{let{delta:e,hasLayoutChanged:i,hasRelativeLayoutChanged:n,layout:r}=t;if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}let o=this.options.transition||s.getDefaultTransition()||sH,{onLayoutAnimationStart:a,onLayoutAnimationComplete:l}=s.getProps(),h=!this.targetLayout||!sx(this.targetLayout,r),u=!i&&n;if(this.options.layoutRoot||this.resumeFrom||u||i&&(h||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0);let t={...e6(o,"layout"),onPlay:a,onComplete:l};(s.shouldReduceMotion||this.options.layoutRoot)&&(t.delay=0,t.type=!1),this.startAnimation(t),this.setAnimationOrigin(e,u)}else i||sB(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=r})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);let t=this.getStack();t&&t.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,this.eventHandlers.clear(),tl(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){!this.isUpdateBlocked()&&(this.isUpdating=!0,this.nodes&&this.nodes.forEach(sU),this.animationId++)}getTransformTemplate(){let{visualElement:t}=this.options;return t&&t.getProps().transformTemplate}willUpdate(){let t=!(arguments.length>0)||void 0===arguments[0]||arguments[0];if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&function t(e){if(e.hasCheckedOptimisedAppear=!0,e.root===e)return;let{visualElement:i}=e.options;if(!i)return;let n=i.props[e2];if(window.MotionHasOptimisedAnimation(n,"transform")){let{layout:t,layoutId:i}=e.options;window.MotionCancelOptimisedAnimation(n,"transform",ta,!(t||i))}let{parent:s}=e;s&&!s.hasCheckedOptimisedAppear&&t(s)}(this),this.root.isUpdating||this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let t=0;t<this.path.length;t++){let e=this.path[t];e.shouldResetTransform=!0,e.updateScroll("snapshot"),e.options.layoutRoot&&e.willUpdate(!1)}let{layoutId:e,layout:i}=this.options;if(void 0===e&&!i)return;let n=this.getTransformTemplate();this.prevTransformTemplateValue=n?n(this.latestValues,""):void 0,this.updateSnapshot(),t&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(sL);return}if(this.animationId<=this.animationCommitId)return void this.nodes.forEach(sj);this.animationCommitId=this.animationId,this.isUpdating?(this.isUpdating=!1,this.nodes.forEach(sF),this.nodes.forEach(sE),this.nodes.forEach(sC)):this.nodes.forEach(sj),this.clearAllSnapshots();let t=t$.now();th.delta=j(0,1e3/60,t-th.timestamp),th.timestamp=t,th.isProcessing=!0,tu.update.process(th),tu.preRender.process(th),tu.render.process(th),th.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,t4.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(sR),this.sharedNodes.forEach(sN)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,ta.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){ta.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){!this.snapshot&&this.instance&&(this.snapshot=this.measure(),!this.snapshot||nE(this.snapshot.measuredBox.x)||nE(this.snapshot.measuredBox.y)||(this.snapshot=void 0))}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let t=0;t<this.path.length;t++)this.path[t].updateScroll();let t=this.layout;this.layout=this.measure(!1),this.layoutCorrected=ee(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);let{visualElement:e}=this.options;e&&e.notify("LayoutMeasure",this.layout.layoutBox,t?t.layoutBox:void 0)}updateScroll(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"measure",e=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===t&&(e=!1),e&&this.instance){let e=s(this.instance);this.scroll={animationId:this.root.animationId,phase:t,isRoot:e,offset:n(this.instance),wasRoot:this.scroll?this.scroll.isRoot:e}}}resetTransform(){if(!r)return;let t=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,e=this.projectionDelta&&!sv(this.projectionDelta),i=this.getTransformTemplate(),n=i?i(this.latestValues,""):void 0,s=n!==this.prevTransformTemplateValue;t&&this.instance&&(e||S(this.latestValues)||s)&&(r(this.instance,n),this.shouldResetTransform=!1,this.scheduleRender())}measure(){var t;let e=!(arguments.length>0)||void 0===arguments[0]||arguments[0],i=this.measurePageBox(),n=this.removeElementScroll(i);return e&&(n=this.removeTransform(n)),sq((t=n).x),sq(t.y),{animationId:this.root.animationId,measuredBox:i,layoutBox:n,latestValues:{},source:this.id}}measurePageBox(){var t;let{visualElement:e}=this.options;if(!e)return ee();let i=e.measureViewportBox();if(!((null==(t=this.scroll)?void 0:t.wasRoot)||this.path.some(s_))){let{scroll:t}=this.root;t&&(C(i.x,t.offset.x),C(i.y,t.offset.y))}return i}removeElementScroll(t){var e;let i=ee();if(sl(i,t),null==(e=this.scroll)?void 0:e.wasRoot)return i;for(let e=0;e<this.path.length;e++){let n=this.path[e],{scroll:s,options:r}=n;n!==this.root&&s&&r.layoutScroll&&(s.wasRoot&&sl(i,t),C(i.x,s.offset.x),C(i.y,s.offset.y))}return i}applyTransform(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=ee();sl(i,t);for(let t=0;t<this.path.length;t++){let n=this.path[t];!e&&n.options.layoutScroll&&n.scroll&&n!==n.root&&k(i,{x:-n.scroll.offset.x,y:-n.scroll.offset.y}),S(n.latestValues)&&k(i,n.latestValues)}return S(this.latestValues)&&k(i,this.latestValues),i}removeTransform(t){let e=ee();sl(e,t);for(let t=0;t<this.path.length;t++){let i=this.path[t];if(!i.instance||!S(i.latestValues))continue;b(i.latestValues)&&i.updateSnapshot();let n=ee();sl(n,i.measurePageBox()),sm(e,i.latestValues,i.snapshot?i.snapshot.layoutBox:void 0,n)}return S(this.latestValues)&&sm(e,this.latestValues),e}setTargetDelta(t){this.targetDelta=t,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(t){this.options={...this.options,...t,crossfade:void 0===t.crossfade||t.crossfade}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==th.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(){var t,e,i,n;let s=arguments.length>0&&void 0!==arguments[0]&&arguments[0],r=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=r.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=r.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=r.isSharedProjectionDirty);let o=!!this.resumingFrom||this!==r;if(!(s||o&&this.isSharedProjectionDirty||this.isProjectionDirty||(null==(t=this.parent)?void 0:t.isProjectionDirty)||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;let{layout:a,layoutId:l}=this.options;if(this.layout&&(a||l)){if(this.resolvedRelativeTargetAt=th.timestamp,!this.targetDelta&&!this.relativeTarget){let t=this.getClosestProjectingParent();t&&t.layout&&1!==this.animationProgress?(this.relativeParent=t,this.forceRelativeParentToResolveTarget(),this.relativeTarget=ee(),this.relativeTargetOrigin=ee(),nL(this.relativeTargetOrigin,this.layout.layoutBox,t.layout.layoutBox),sl(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(this.relativeTarget||this.targetDelta){if((this.target||(this.target=ee(),this.targetWithTransforms=ee()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target)?(this.forceRelativeParentToResolveTarget(),e=this.target,i=this.relativeTarget,n=this.relativeParent.target,nk(e.x,i.x,n.x),nk(e.y,i.y,n.y)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):sl(this.target,this.layout.layoutBox),E(this.target,this.targetDelta)):sl(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;let t=this.getClosestProjectingParent();t&&!!t.resumingFrom==!!this.resumingFrom&&!t.options.layoutScroll&&t.target&&1!==this.animationProgress?(this.relativeParent=t,this.forceRelativeParentToResolveTarget(),this.relativeTarget=ee(),this.relativeTargetOrigin=ee(),nL(this.relativeTargetOrigin,this.target,t.target),sl(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}tr.value&&sb.calculatedTargetDeltas++}}}getClosestProjectingParent(){if(!(!this.parent||b(this.parent.latestValues)||A(this.parent.latestValues)))if(this.parent.isProjecting())return this.parent;else return this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var t;let e=this.getLead(),i=!!this.resumingFrom||this!==e,n=!0;if((this.isProjectionDirty||(null==(t=this.parent)?void 0:t.isProjectionDirty))&&(n=!1),i&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(n=!1),this.resolvedRelativeTargetAt===th.timestamp&&(n=!1),n)return;let{layout:s,layoutId:r}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(s||r))return;sl(this.layoutCorrected,this.layout.layoutBox);let o=this.treeScale.x,a=this.treeScale.y;!function(t,e,i){let n,s,r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],o=i.length;if(o){e.x=e.y=1;for(let a=0;a<o;a++){s=(n=i[a]).projectionDelta;let{visualElement:o}=n.options;(!o||!o.props.style||"contents"!==o.props.style.display)&&(r&&n.options.layoutScroll&&n.scroll&&n!==n.root&&k(t,{x:-n.scroll.offset.x,y:-n.scroll.offset.y}),s&&(e.x*=s.x.scale,e.y*=s.y.scale,E(t,s)),r&&S(n.latestValues)&&k(t,n.latestValues))}e.x<1.0000000000001&&e.x>.999999999999&&(e.x=1),e.y<1.0000000000001&&e.y>.999999999999&&(e.y=1)}}(this.layoutCorrected,this.treeScale,this.path,i),e.layout&&!e.target&&(1!==this.treeScale.x||1!==this.treeScale.y)&&(e.target=e.layout.layoutBox,e.targetWithTransforms=ee());let{target:l}=e;if(!l){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}this.projectionDelta&&this.prevProjectionDelta?(sh(this.prevProjectionDelta.x,this.projectionDelta.x),sh(this.prevProjectionDelta.y,this.projectionDelta.y)):this.createProjectionDeltas(),nD(this.projectionDelta,this.layoutCorrected,l,this.latestValues),this.treeScale.x===o&&this.treeScale.y===a&&sw(this.projectionDelta.x,this.prevProjectionDelta.x)&&sw(this.projectionDelta.y,this.prevProjectionDelta.y)||(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",l)),tr.value&&sb.calculatedProjections++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(){var t;let e=!(arguments.length>0)||void 0===arguments[0]||arguments[0];if(null==(t=this.options.visualElement)||t.scheduleRender(),e){let t=this.getStack();t&&t.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=t8(),this.projectionDelta=t8(),this.projectionDeltaWithTransform=t8()}setAnimationOrigin(t){let e,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=this.snapshot,s=n?n.latestValues:{},r={...this.latestValues},o=t8();this.relativeParent&&this.relativeParent.options.layoutRoot||(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!i;let a=ee(),l=(n?n.source:void 0)!==(this.layout?this.layout.source:void 0),h=this.getStack(),u=!h||h.members.length<=1,d=!!(l&&!u&&!0===this.options.crossfade&&!this.path.some(sz));this.animationProgress=0,this.mixTargetDelta=i=>{let n=i/1e3;if(sW(o.x,t.x,n),sW(o.y,t.y,n),this.setTargetDelta(o),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout){var h,c,p,m,f,v;nL(a,this.layout.layoutBox,this.relativeParent.layout.layoutBox),p=this.relativeTarget,m=this.relativeTargetOrigin,f=a,v=n,sY(p.x,m.x,f.x,v),sY(p.y,m.y,f.y,v),e&&(h=this.relativeTarget,c=e,sg(h.x,c.x)&&sg(h.y,c.y))&&(this.isProjectionDirty=!1),e||(e=ee()),sl(e,this.relativeTarget)}l&&(this.animationValues=r,function(t,e,i,n,s,r){var o,a,l,h;s?(t.opacity=w(0,null!=(o=i.opacity)?o:1,ss(n)),t.opacityExit=w(null!=(a=e.opacity)?a:1,0,sr(n))):r&&(t.opacity=w(null!=(l=e.opacity)?l:1,null!=(h=i.opacity)?h:1,n));for(let s=0;s<st;s++){let r="border".concat(n8[s],"Radius"),o=sn(e,r),a=sn(i,r);(void 0!==o||void 0!==a)&&(o||(o=0),a||(a=0),0===o||0===a||si(o)===si(a)?(t[r]=Math.max(w(se(o),se(a),n),0),(N.test(a)||N.test(o))&&(t[r]+="%")):t[r]=a)}(e.rotate||i.rotate)&&(t.rotate=w(e.rotate||0,i.rotate||0,n))}(r,s,this.latestValues,n,d,u)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=n},this.mixTargetDelta(1e3*!!this.options.layoutRoot)}startAnimation(t){var e,i,n;this.notifyListeners("animationStart"),null==(e=this.currentAnimation)||e.stop(),null==(n=this.resumingFrom)||null==(i=n.currentAnimation)||i.stop(),this.pendingAnimation&&(tl(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=ta.update(()=>{nJ.hasAnimatedSinceResize=!0,ir.layout++,this.motionValue||(this.motionValue=t3(0)),this.currentAnimation=function(t,e,i){let n=t_(t)?t:t3(t);return n.start(nd("",n,e,i)),n.animation}(this.motionValue,[0,1e3],{...t,velocity:0,isSync:!0,onUpdate:e=>{this.mixTargetDelta(e),t.onUpdate&&t.onUpdate(e)},onStop:()=>{ir.layout--},onComplete:()=>{ir.layout--,t.onComplete&&t.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);let t=this.getStack();t&&t.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(1e3),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){let t=this.getLead(),{targetWithTransforms:e,target:i,layout:n,latestValues:s}=t;if(e&&i&&n){if(this!==t&&this.layout&&n&&sG(this.options.animationType,this.layout.layoutBox,n.layoutBox)){i=this.target||ee();let e=nE(this.layout.layoutBox.x);i.x.min=t.target.x.min,i.x.max=i.x.min+e;let n=nE(this.layout.layoutBox.y);i.y.min=t.target.y.min,i.y.max=i.y.min+n}sl(e,i),k(e,s),nD(this.projectionDeltaWithTransform,this.layoutCorrected,e,s)}}registerSharedNode(t,e){this.sharedNodes.has(t)||this.sharedNodes.set(t,new sP),this.sharedNodes.get(t).add(e);let i=e.options.initialPromotionConfig;e.promote({transition:i?i.transition:void 0,preserveFollowOpacity:i&&i.shouldPreserveFollowOpacity?i.shouldPreserveFollowOpacity(e):void 0})}isLead(){let t=this.getStack();return!t||t.lead===this}getLead(){var t;let{layoutId:e}=this.options;return e&&(null==(t=this.getStack())?void 0:t.lead)||this}getPrevLead(){var t;let{layoutId:e}=this.options;return e?null==(t=this.getStack())?void 0:t.prevLead:void 0}getStack(){let{layoutId:t}=this.options;if(t)return this.root.sharedNodes.get(t)}promote(){let{needsReset:t,transition:e,preserveFollowOpacity:i}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=this.getStack();n&&n.promote(this,i),t&&(this.projectionDelta=void 0,this.needsReset=!0),e&&this.setOptions({transition:e})}relegate(){let t=this.getStack();return!!t&&t.relegate(this)}resetSkewAndRotation(){let{visualElement:t}=this.options;if(!t)return;let e=!1,{latestValues:i}=t;if((i.z||i.rotate||i.rotateX||i.rotateY||i.rotateZ||i.skewX||i.skewY)&&(e=!0),!e)return;let n={};i.z&&sM("z",t,n,this.animationValues);for(let e=0;e<sS.length;e++)sM("rotate".concat(sS[e]),t,n,this.animationValues),sM("skew".concat(sS[e]),t,n,this.animationValues);for(let e in t.render(),n)t.setStaticValue(e,n[e]),this.animationValues&&(this.animationValues[e]=n[e]);t.scheduleRender()}applyProjectionStyles(t,e){if(!this.instance||this.isSVG)return;if(!this.isVisible){t.visibility="hidden";return}let i=this.getTransformTemplate();if(this.needsReset){this.needsReset=!1,t.visibility="",t.opacity="",t.pointerEvents=eZ(null==e?void 0:e.pointerEvents)||"",t.transform=i?i(this.latestValues,""):"none";return}let n=this.getLead();if(!this.projectionDelta||!this.layout||!n.target){this.options.layoutId&&(t.opacity=void 0!==this.latestValues.opacity?this.latestValues.opacity:1,t.pointerEvents=eZ(null==e?void 0:e.pointerEvents)||""),this.hasProjected&&!S(this.latestValues)&&(t.transform=i?i({},""):"none",this.hasProjected=!1);return}t.visibility="";let s=n.animationValues||n.latestValues;this.applyTransformsToTarget();let r=function(t,e,i){let n="",s=t.x.translate/e.x,r=t.y.translate/e.y,o=(null==i?void 0:i.z)||0;if((s||r||o)&&(n="translate3d(".concat(s,"px, ").concat(r,"px, ").concat(o,"px) ")),(1!==e.x||1!==e.y)&&(n+="scale(".concat(1/e.x,", ").concat(1/e.y,") ")),i){let{transformPerspective:t,rotate:e,rotateX:s,rotateY:r,skewX:o,skewY:a}=i;t&&(n="perspective(".concat(t,"px) ").concat(n)),e&&(n+="rotate(".concat(e,"deg) ")),s&&(n+="rotateX(".concat(s,"deg) ")),r&&(n+="rotateY(".concat(r,"deg) ")),o&&(n+="skewX(".concat(o,"deg) ")),a&&(n+="skewY(".concat(a,"deg) "))}let a=t.x.scale*e.x,l=t.y.scale*e.y;return(1!==a||1!==l)&&(n+="scale(".concat(a,", ").concat(l,")")),n||"none"}(this.projectionDeltaWithTransform,this.treeScale,s);i&&(r=i(s,r)),t.transform=r;let{x:o,y:a}=this.projectionDelta;if(t.transformOrigin="".concat(100*o.origin,"% ").concat(100*a.origin,"% 0"),n.animationValues){var l,h;t.opacity=n===this?null!=(h=null!=(l=s.opacity)?l:this.latestValues.opacity)?h:1:this.preserveOpacity?this.latestValues.opacity:s.opacityExit}else t.opacity=n===this?void 0!==s.opacity?s.opacity:"":void 0!==s.opacityExit?s.opacityExit:0;for(let e in eP){if(void 0===s[e])continue;let{correct:i,applyTo:o,isCSSVariable:a}=eP[e],l="none"===r?s[e]:i(s[e],n);if(o){let e=o.length;for(let i=0;i<e;i++)t[o[i]]=l}else a?this.options.visualElement.renderState.vars[e]=l:t[e]=l}this.options.layoutId&&(t.pointerEvents=n===this?eZ(null==e?void 0:e.pointerEvents)||"":"none")}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(t=>{var e;return null==(e=t.currentAnimation)?void 0:e.stop()}),this.root.nodes.forEach(sL),this.root.sharedNodes.clear()}constructor(t={},e=null==i?void 0:i()){this.id=sA++,this.animationId=0,this.animationCommitId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,tr.value&&(sb.nodes=sb.calculatedTargetDeltas=sb.calculatedProjections=0),this.nodes.forEach(sD),this.nodes.forEach(sO),this.nodes.forEach(sI),this.nodes.forEach(sk),tr.addProjectionMetrics&&tr.addProjectionMetrics(sb)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=t,this.root=e?e.root||e:this,this.path=e?[...e.path,e]:[],this.parent=e,this.depth=e?e.depth+1:0;for(let t=0;t<this.path.length;t++)this.path[t].shouldResetTransform=!0;this.root===this&&(this.nodes=new n7)}}}function sE(t){t.updateLayout()}function sC(t){var e;let i=(null==(e=t.resumeFrom)?void 0:e.snapshot)||t.snapshot;if(t.isLead()&&t.layout&&i&&t.hasListeners("didUpdate")){let{layoutBox:e,measuredBox:n}=t.layout,{animationType:s}=t.options,r=i.source!==t.layout.source;"size"===s?nj(t=>{let n=r?i.measuredBox[t]:i.layoutBox[t],s=nE(n);n.min=e[t].min,n.max=n.min+s}):sG(s,i.layoutBox,e)&&nj(n=>{let s=r?i.measuredBox[n]:i.layoutBox[n],o=nE(e[n]);s.max=s.min+o,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[n].max=t.relativeTarget[n].min+o)});let o=t8();nD(o,e,i.layoutBox);let a=t8();r?nD(a,t.applyTransform(n,!0),i.measuredBox):nD(a,e,i.layoutBox);let l=!sv(o),h=!1;if(!t.resumeFrom){let n=t.getClosestProjectingParent();if(n&&!n.resumeFrom){let{snapshot:s,layout:r}=n;if(s&&r){let o=ee();nL(o,i.layoutBox,s.layoutBox);let a=ee();nL(a,e,r.layoutBox),sx(o,a)||(h=!0),n.options.layoutRoot&&(t.relativeTarget=a,t.relativeTargetOrigin=o,t.relativeParent=n)}}}t.notifyListeners("didUpdate",{layout:e,snapshot:i,delta:a,layoutDelta:o,hasLayoutChanged:l,hasRelativeLayoutChanged:h})}else if(t.isLead()){let{onExitComplete:e}=t.options;e&&e()}t.options.transition=void 0}function sD(t){tr.value&&sb.nodes++,t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=!!(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function sk(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function sR(t){t.clearSnapshot()}function sL(t){t.clearMeasurements()}function sj(t){t.isLayoutDirty=!1}function sF(t){let{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function sB(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function sO(t){t.resolveTargetDelta()}function sI(t){t.calcProjection()}function sU(t){t.resetSkewAndRotation()}function sN(t){t.removeLeadSnapshot()}function sW(t,e,i){t.translate=w(e.translate,0,i),t.scale=w(e.scale,1,i),t.origin=e.origin,t.originPoint=e.originPoint}function sY(t,e,i,n){t.min=w(e.min,i.min,n),t.max=w(e.max,i.max,n)}function sz(t){return t.animationValues&&void 0!==t.animationValues.opacityExit}let sH={duration:.45,ease:[.4,0,.1,1]},sX=t=>"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(t),sK=sX("applewebkit/")&&!sX("chrome/")?Math.round:ti;function sq(t){t.min=sK(t.min),t.max=sK(t.max)}function sG(t,e,i){return"position"===t||"preserve-aspect"===t&&!(.2>=Math.abs(sT(e)-sT(i)))}function s_(t){var e;return t!==t.root&&(null==(e=t.scroll)?void 0:e.wasRoot)}let sZ=sV({attachResizeListener:(t,e)=>nS(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),s$={current:void 0},sJ=sV({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!s$.current){let t=new sZ({});t.mount(window),t.setOptions({layoutScroll:!0}),s$.current=t}return s$.current},resetTransform:(t,e)=>{t.style.transform=void 0!==e?e:"none"},checkIsScrollRoot:t=>"fixed"===window.getComputedStyle(t).position});function sQ(t,e){let i=function(t,e,i){if(t instanceof EventTarget)return[t];if("string"==typeof t){let e=document.querySelectorAll(t);return e?Array.from(e):[]}return Array.from(t)}(t),n=new AbortController;return[i,{passive:!0,...e,signal:n.signal},()=>n.abort()]}function s0(t){return!("touch"===t.pointerType||nb.x||nb.y)}function s1(t,e,i){let{props:n}=t;t.animationState&&n.whileHover&&t.animationState.setActive("whileHover","Start"===i);let s=n["onHover"+i];s&&ta.postRender(()=>s(e,nM(e)))}function s2(t){return n4(t)&&"offsetHeight"in t}t.s(["isHTMLElement",()=>s2],72846);let s3=(t,e)=>!!e&&(t===e||s3(t,e.parentElement)),s5=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]),s4=new WeakSet;function s9(t){return e=>{"Enter"===e.key&&t(e)}}function s6(t,e){t.dispatchEvent(new PointerEvent("pointer"+e,{isPrimary:!0,bubbles:!0}))}function s7(t){return nA(t)&&!(nb.x||nb.y)}function s8(t,e,i){let{props:n}=t;if(t.current instanceof HTMLButtonElement&&t.current.disabled)return;t.animationState&&n.whileTap&&t.animationState.setActive("whileTap","Start"===i);let s=n["onTap"+("End"===i?"":i)];s&&ta.postRender(()=>s(e,nM(e)))}let rt=new WeakMap,re=new WeakMap,ri=t=>{let e=rt.get(t.target);e&&e(t)},rn=t=>{t.forEach(ri)},rs={some:0,all:1},rr=function(t,e){if("undefined"==typeof Proxy)return e4;let i=new Map,n=(i,n)=>e4(i,n,t,e);return new Proxy((t,e)=>n(t,e),{get:(s,r)=>"create"===r?n:(i.has(r)||i.set(r,e4(r,void 0,t,e)),i.get(r))})}({animation:{Feature:class extends nw{updateAnimationControlsSubscription(){let{animate:t}=this.node.getProps();eo(t)&&(this.unmountControls=t.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){let{animate:t}=this.node.getProps(),{animate:e}=this.node.prevProps||{};t!==e&&this.updateAnimationControlsSubscription()}unmount(){var t;this.node.animationState.reset(),null==(t=this.unmountControls)||t.call(this)}constructor(t){super(t),t.animationState||(t.animationState=function(t){let e=e=>Promise.all(e.map(e=>{let{animation:i,options:n}=e;return function(t,e){let i,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(t.notify("AnimationStart",e),Array.isArray(e))i=Promise.all(e.map(e=>nm(t,e,n)));else if("string"==typeof e)i=nm(t,e,n);else{let s="function"==typeof e?e9(t,e,n.custom):e;i=Promise.all(nc(t,s,n))}return i.then(()=>{t.notify("AnimationComplete",e)})}(t,i,n)})),i=nT(),n=!0,s=e=>(i,n)=>{var s;let r=e9(t,n,"exit"===e?null==(s=t.presenceContext)?void 0:s.custom:void 0);if(r){let{transition:t,transitionEnd:e,...n}=r;i={...i,...n,...e}}return i};function r(r){let{props:o}=t,a=function t(e){if(!e)return;if(!e.isControllingVariants){let i=e.parent&&t(e.parent)||{};return void 0!==e.props.initial&&(i.initial=e.props.initial),i}let i={};for(let t=0;t<nv;t++){let n=eh[t],s=e.props[n];(ea(s)||!1===s)&&(i[n]=s)}return i}(t.parent)||{},l=[],h=new Set,u={},d=1/0;for(let e=0;e<ny;e++){var c,p;let m=ng[e],f=i[m],v=void 0!==o[m]?o[m]:a[m],g=ea(v),y=m===r?f.isActive:null;!1===y&&(d=e);let x=v===a[m]&&v!==o[m]&&g;if(x&&n&&t.manuallyAnimateOnMount&&(x=!1),f.protectedKeys={...u},!f.isActive&&null===y||!v&&!f.prevProp||eo(v)||"boolean"==typeof v)continue;let T=(c=f.prevProp,"string"==typeof(p=v)?p!==c:!!Array.isArray(p)&&!nf(p,c)),w=T||m===r&&f.isActive&&!x&&g||e>d&&g,P=!1,b=Array.isArray(v)?v:[v],S=b.reduce(s(m),{});!1===y&&(S={});let{prevResolvedValues:A={}}=f,M={...A,...S},V=e=>{w=!0,h.has(e)&&(P=!0,h.delete(e)),f.needsAnimating[e]=!0;let i=t.getValue(e);i&&(i.liveStyle=!1)};for(let t in M){let e=S[t],i=A[t];if(!u.hasOwnProperty(t))(e7(e)&&e7(i)?nf(e,i):e===i)?void 0!==e&&h.has(t)?V(t):f.protectedKeys[t]=!0:null!=e?V(t):h.add(t)}f.prevProp=v,f.prevResolvedValues=S,f.isActive&&(u={...u,...S}),n&&t.blockInitialAnimation&&(w=!1);let E=x&&T,C=!E||P;w&&C&&l.push(...b.map(e=>{let i={type:m};if("string"==typeof e&&n&&!E&&t.manuallyAnimateOnMount&&t.parent){let{parent:n}=t,s=e9(n,e);if(n.enteringChildren&&s){let{delayChildren:e}=s.transition||{};i.delay=np(n.enteringChildren,t,e)}}return{animation:e,options:i}}))}if(h.size){let e={};if("boolean"!=typeof o.initial){let i=e9(t,Array.isArray(o.initial)?o.initial[0]:o.initial);i&&i.transition&&(e.transition=i.transition)}h.forEach(i=>{let n=t.getBaseTarget(i),s=t.getValue(i);s&&(s.liveStyle=!0),e[i]=null!=n?n:null}),l.push({animation:e})}let m=!!l.length;return n&&(!1===o.initial||o.initial===o.animate)&&!t.manuallyAnimateOnMount&&(m=!1),n=!1,m?e(l):Promise.resolve()}return{animateChanges:r,setActive:function(e,n){var s;if(i[e].isActive===n)return Promise.resolve();null==(s=t.variantChildren)||s.forEach(t=>{var i;return null==(i=t.animationState)?void 0:i.setActive(e,n)}),i[e].isActive=n;let o=r(e);for(let t in i)i[t].protectedKeys={};return o},setAnimateFunction:function(i){e=i(t)},getState:()=>i,reset:()=>{i=nT(),n=!0}}}(t))}}},exit:{Feature:class extends nw{update(){if(!this.node.presenceContext)return;let{isPresent:t,onExitComplete:e}=this.node.presenceContext,{isPresent:i}=this.node.prevPresenceContext||{};if(!this.node.animationState||t===i)return;let n=this.node.animationState.setActive("exit",!t);e&&!t&&n.then(()=>{e(this.id)})}mount(){let{register:t,onExitComplete:e}=this.node.presenceContext||{};e&&e(this.id),t&&(this.unmount=t(this.id))}unmount(){}constructor(){super(...arguments),this.id=nP++}}},inView:{Feature:class extends nw{startObserver(){this.unmount();let{viewport:t={}}=this.node.getProps(),{root:e,margin:i,amount:n="some",once:s}=t,r={root:e?e.current:void 0,rootMargin:i,threshold:"number"==typeof n?n:rs[n]},o=t=>{let{isIntersecting:e}=t;if(this.isInView===e||(this.isInView=e,s&&!e&&this.hasEnteredView))return;e&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",e);let{onViewportEnter:i,onViewportLeave:n}=this.node.getProps(),r=e?i:n;r&&r(t)};var a=this.node.current;let l=function(t){let{root:e,...i}=t,n=e||document;re.has(n)||re.set(n,{});let s=re.get(n),r=JSON.stringify(i);return s[r]||(s[r]=new IntersectionObserver(rn,{root:e,...i})),s[r]}(r);return rt.set(a,o),l.observe(a),()=>{rt.delete(a),l.unobserve(a)}}mount(){this.startObserver()}update(){if("undefined"==typeof IntersectionObserver)return;let{props:t,prevProps:e}=this.node;["amount","margin","root"].some(function(t){let{viewport:e={}}=t,{viewport:i={}}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t=>e[t]!==i[t]}(t,e))&&this.startObserver()}unmount(){}constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}}},tap:{Feature:class extends nw{mount(){let{current:t}=this.node;t&&(this.unmount=function(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},[n,s,r]=sQ(t,i),o=t=>{let n=t.currentTarget;if(!s7(t))return;s4.add(n);let r=e(n,t),o=(t,e)=>{window.removeEventListener("pointerup",a),window.removeEventListener("pointercancel",l),s4.has(n)&&s4.delete(n),s7(t)&&"function"==typeof r&&r(t,{success:e})},a=t=>{o(t,n===window||n===document||i.useGlobalTarget||s3(n,t.target))},l=t=>{o(t,!1)};window.addEventListener("pointerup",a,s),window.addEventListener("pointercancel",l,s)};return n.forEach(t=>{((i.useGlobalTarget?window:t).addEventListener("pointerdown",o,s),s2(t))&&(t.addEventListener("focus",t=>((t,e)=>{let i=t.currentTarget;if(!i)return;let n=s9(()=>{if(s4.has(i))return;s6(i,"down");let t=s9(()=>{s6(i,"up")});i.addEventListener("keyup",t,e),i.addEventListener("blur",()=>s6(i,"cancel"),e)});i.addEventListener("keydown",n,e),i.addEventListener("blur",()=>i.removeEventListener("keydown",n),e)})(t,s)),s5.has(t.tagName)||-1!==t.tabIndex||t.hasAttribute("tabindex")||(t.tabIndex=0))}),r}(t,(t,e)=>(s8(this.node,e,"Start"),(t,e)=>{let{success:i}=e;return s8(this.node,t,i?"End":"Cancel")}),{useGlobalTarget:this.node.props.globalTapTarget}))}unmount(){}}},focus:{Feature:class extends nw{onFocus(){let t=!1;try{t=this.node.current.matches(":focus-visible")}catch(e){t=!0}t&&this.node.animationState&&(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){this.isActive&&this.node.animationState&&(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=ii(nS(this.node.current,"focus",()=>this.onFocus()),nS(this.node.current,"blur",()=>this.onBlur()))}unmount(){}constructor(){super(...arguments),this.isActive=!1}}},hover:{Feature:class extends nw{mount(){let{current:t}=this.node;t&&(this.unmount=function(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},[n,s,r]=sQ(t,i),o=t=>{if(!s0(t))return;let{target:i}=t,n=e(i,t);if("function"!=typeof n||!i)return;let r=t=>{s0(t)&&(n(t),i.removeEventListener("pointerleave",r))};i.addEventListener("pointerleave",r,s)};return n.forEach(t=>{t.addEventListener("pointerenter",o,s)}),r}(t,(t,e)=>(s1(this.node,e,"Start"),t=>s1(this.node,t,"End"))))}unmount(){}}},pan:{Feature:class extends nw{onPointerDown(t){this.session=new nO(t,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:nF(this.node)})}createPanHandlers(){let{onPanSessionStart:t,onPanStart:e,onPan:i,onPanEnd:n}=this.node.getProps();return{onSessionStart:n_(t),onStart:n_(e),onMove:i,onEnd:(t,e)=>{delete this.session,n&&ta.postRender(()=>n(t,e))}}}mount(){this.removePointerDownListener=nV(this.node.current,"pointerdown",t=>this.onPointerDown(t))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}constructor(){super(...arguments),this.removePointerDownListener=ti}}},drag:{Feature:class extends nw{mount(){let{dragControls:t}=this.node.getProps();t&&(this.removeGroupControls=t.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||ti}unmount(){this.removeGroupControls(),this.removeListeners()}constructor(t){super(t),this.removeGroupControls=ti,this.removeListeners=ti,this.controls=new nq(t)}},ProjectionNode:sJ,MeasureLayout:n3},layout:{ProjectionNode:sJ,MeasureLayout:n3}},(t,e)=>eF(t)?new eL(e):new eA(e,{allowProjection:t!==i.Fragment}))}]);