framer-motion 9.0.2 → 9.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/dist/cjs/index.js +3344 -3260
  2. package/dist/es/animation/hooks/use-animated-state.mjs +3 -3
  3. package/dist/es/animation/index.mjs +3 -5
  4. package/dist/es/animation/legacy-popmotion/index.mjs +6 -2
  5. package/dist/es/animation/legacy-popmotion/inertia.mjs +4 -5
  6. package/dist/es/components/AnimatePresence/use-presence.mjs +0 -1
  7. package/dist/es/events/add-dom-event.mjs +6 -0
  8. package/dist/es/events/add-pointer-event.mjs +8 -0
  9. package/dist/es/events/use-dom-event.mjs +2 -5
  10. package/dist/es/gestures/drag/VisualElementDragControls.mjs +31 -30
  11. package/dist/es/gestures/drag/index.mjs +27 -0
  12. package/dist/es/gestures/focus.mjs +42 -0
  13. package/dist/es/gestures/hover.mjs +32 -0
  14. package/dist/es/gestures/{PanSession.mjs → pan/PanSession.mjs} +8 -8
  15. package/dist/es/gestures/pan/index.mjs +38 -0
  16. package/dist/es/gestures/press.mjs +109 -0
  17. package/dist/es/index.mjs +1 -1
  18. package/dist/es/motion/features/Feature.mjs +9 -0
  19. package/dist/es/motion/features/animation/exit.mjs +32 -0
  20. package/dist/es/motion/features/animation/index.mjs +38 -0
  21. package/dist/es/motion/features/animations.mjs +8 -37
  22. package/dist/es/motion/features/definitions.mjs +17 -23
  23. package/dist/es/motion/features/drag.mjs +12 -5
  24. package/dist/es/motion/features/gestures.mjs +16 -9
  25. package/dist/es/motion/features/layout/MeasureLayout.mjs +5 -5
  26. package/dist/es/motion/features/layout.mjs +11 -0
  27. package/dist/es/motion/features/load-features.mjs +4 -6
  28. package/dist/es/motion/features/viewport/index.mjs +96 -0
  29. package/dist/es/motion/index.mjs +12 -13
  30. package/dist/es/motion/utils/use-visual-element.mjs +8 -2
  31. package/dist/es/projection/geometry/delta-apply.mjs +9 -2
  32. package/dist/es/projection/geometry/delta-calc.mjs +2 -2
  33. package/dist/es/projection/geometry/delta-remove.mjs +2 -2
  34. package/dist/es/projection/node/DocumentProjectionNode.mjs +1 -1
  35. package/dist/es/projection/node/create-projection-node.mjs +65 -57
  36. package/dist/es/projection/node/group.mjs +5 -3
  37. package/dist/es/projection/shared/stack.mjs +7 -5
  38. package/dist/es/render/VisualElement.mjs +68 -47
  39. package/dist/es/render/dom/DOMVisualElement.mjs +1 -2
  40. package/dist/es/render/dom/features-max.mjs +2 -4
  41. package/dist/es/render/dom/motion.mjs +5 -6
  42. package/dist/es/render/dom/utils/create-config.mjs +1 -2
  43. package/dist/es/render/dom/value-types/animatable-none.mjs +3 -2
  44. package/dist/es/render/svg/SVGVisualElement.mjs +2 -2
  45. package/dist/es/render/utils/animation-state.mjs +6 -2
  46. package/dist/es/render/utils/animation.mjs +4 -4
  47. package/dist/es/render/utils/motion-values.mjs +1 -1
  48. package/dist/es/render/utils/setters.mjs +14 -9
  49. package/dist/es/value/index.mjs +1 -1
  50. package/dist/es/value/utils/is-motion-value.mjs +1 -1
  51. package/dist/framer-motion.dev.js +3341 -3257
  52. package/dist/framer-motion.js +1 -1
  53. package/dist/index.d.ts +85 -77
  54. package/dist/projection.dev.js +217 -177
  55. package/dist/size-rollup-dom-animation-assets.js +1 -1
  56. package/dist/size-rollup-dom-animation-m.js +1 -1
  57. package/dist/size-rollup-dom-animation.js +1 -1
  58. package/dist/size-rollup-dom-max-assets.js +1 -1
  59. package/dist/size-rollup-dom-max.js +1 -1
  60. package/dist/size-rollup-m.js +1 -1
  61. package/dist/size-rollup-motion.js +1 -1
  62. package/dist/size-webpack-dom-animation.js +1 -1
  63. package/dist/size-webpack-dom-max.js +1 -1
  64. package/dist/size-webpack-m.js +1 -1
  65. package/dist/three-entry.d.ts +74 -38
  66. package/package.json +8 -8
  67. package/dist/es/events/use-pointer-event.mjs +0 -11
  68. package/dist/es/gestures/drag/use-drag.mjs +0 -20
  69. package/dist/es/gestures/use-focus-gesture.mjs +0 -37
  70. package/dist/es/gestures/use-hover-gesture.mjs +0 -32
  71. package/dist/es/gestures/use-pan-gesture.mjs +0 -46
  72. package/dist/es/gestures/use-tap-gesture.mjs +0 -115
  73. package/dist/es/motion/features/layout/index.mjs +0 -7
  74. package/dist/es/motion/features/viewport/use-viewport.mjs +0 -97
  75. package/dist/es/motion/utils/VisualElementHandler.mjs +0 -19
  76. package/dist/es/motion/utils/make-renderless-component.mjs +0 -6
@@ -1 +1 @@
1
- import*as t from"react";import e,{createContext as n,useContext as i,useLayoutEffect as o,useEffect as s,useRef as r,useCallback as a,useMemo as l,forwardRef as u,createElement as c,useId as h}from"react";const d=n({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"}),p=n({});const m=n(null),f="undefined"!=typeof document,v=f?o:s,g=n({strict:!1});function y(t,e,n,o){const a=i(p).visualElement,l=i(g),u=i(m),c=i(d).reducedMotion,h=r();o=o||l.renderer,!h.current&&o&&(h.current=o(t,{visualState:e,parent:a,props:n,presenceId:u?u.id:void 0,blockInitialAnimation:!!u&&!1===u.initial,reducedMotionConfig:c}));const f=h.current;v(()=>{f&&f.render()});return(window.HandoffAppearAnimations?v:s)(()=>{f&&f.animationState&&f.animationState.animateChanges()}),f}function x(t){return"object"==typeof t&&Object.prototype.hasOwnProperty.call(t,"current")}function T(t){return"string"==typeof t||Array.isArray(t)}function b(t){return"object"==typeof t&&"function"==typeof t.start}const P=["initial","animate","exit","whileHover","whileDrag","whileTap","whileFocus","whileInView"];function w(t){return b(t.animate)||P.some(e=>T(t[e]))}function V(t){return Boolean(w(t)||t.variants)}function E(t){const{initial:e,animate:n}=function(t,e){if(w(t)){const{initial:e,animate:n}=t;return{initial:!1===e||T(e)?e:void 0,animate:T(n)?n:void 0}}return!1!==t.inherit?e:{}}(t,i(p));return l(()=>({initial:e,animate:n}),[S(e),S(n)])}function S(t){return Array.isArray(t)?t.join(" "):t}const A=t=>({isEnabled:e=>t.some(t=>!!e[t])}),C={measureLayout:A(["layout","layoutId","drag"]),animation:A(["animate","exit","variants","whileHover","whileTap","whileFocus","whileDrag","whileInView"]),exit:A(["exit"]),drag:A(["drag","dragControls"]),focus:A(["whileFocus"]),hover:A(["whileHover","onHoverStart","onHoverEnd"]),tap:A(["whileTap","onTap","onTapStart","onTapCancel"]),pan:A(["onPan","onPanStart","onPanSessionStart","onPanEnd"]),inView:A(["whileInView","onViewportEnter","onViewportLeave"])};function M(t){const e=r(null);return null===e.current&&(e.current=t()),e.current}const D={hasAnimatedSinceResize:!0,hasEverUpdated:!1};let k=1;const R=n({});class B extends e.Component{getSnapshotBeforeUpdate(){const{visualElement:t,props:e}=this.props;return t&&t.setProps(e),null}componentDidUpdate(){}render(){return this.props.children}}const L=n({}),j=Symbol.for("motionComponentSymbol");function F({preloadedFeatures:e,createVisualElement:n,projectionNodeConstructor:o,useRender:s,useVisualState:r,Component:l}){e&&function(t){for(const e in t)"projectionNodeConstructor"===e?C.projectionNodeConstructor=t[e]:C[e].Component=t[e]}(e);const c=u((function(u,c){const h={...i(d),...u,layoutId:I(u)},{isStatic:m}=h;let v=null;const T=E(u),b=m?void 0:M(()=>{if(D.hasEverUpdated)return k++}),P=r(u,m);if(!m&&f){T.visualElement=y(l,P,h,n);const t=i(L);T.visualElement&&(v=T.visualElement.loadFeatures(h,i(g).strict,e,b,o||C.projectionNodeConstructor,t))}return t.createElement(B,{visualElement:T.visualElement,props:h},v,t.createElement(p.Provider,{value:T},s(l,u,b,function(t,e,n){return a(i=>{i&&t.mount&&t.mount(i),e&&(i?e.mount(i):e.unmount()),n&&("function"==typeof n?n(i):x(n)&&(n.current=i))},[e])}(P,T.visualElement,c),P,m,T.visualElement)))}));return c[j]=l,c}function I({layoutId:t}){const e=i(R).id;return e&&void 0!==t?e+"-"+t:t}function O(t){function e(e,n={}){return F(t(e,n))}if("undefined"==typeof Proxy)return e;const n=new Map;return new Proxy(e,{get:(t,i)=>(n.has(i)||n.set(i,e(i)),n.get(i))})}const U=["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 N(t){return"string"==typeof t&&!t.includes("-")&&!!(U.indexOf(t)>-1||/[A-Z]/.test(t))}const $={};const W=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],H=new Set(W);function z(t,{layout:e,layoutId:n}){return H.has(t)||t.startsWith("origin")||(e||void 0!==n)&&(!!$[t]||"opacity"===t)}const Y=t=>!!(null==t?void 0:t.getVelocity),X={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},G=(t,e)=>W.indexOf(t)-W.indexOf(e);function q(t){return t.startsWith("--")}const Z=(t,e)=>e&&"number"==typeof t?e.transform(t):t,K=(t,e,n)=>Math.min(Math.max(n,t),e),_={test:t=>"number"==typeof t,parse:parseFloat,transform:t=>t},J={..._,transform:t=>K(0,1,t)},Q={..._,default:1},tt=t=>Math.round(1e5*t)/1e5,et=/(-)?([\d]*\.?[\d])+/g,nt=/(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,it=/^(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function ot(t){return"string"==typeof t}const st=t=>({test:e=>ot(e)&&e.endsWith(t)&&1===e.split(" ").length,parse:parseFloat,transform:e=>`${e}${t}`}),rt=st("deg"),at=st("%"),lt=st("px"),ut=st("vh"),ct=st("vw"),ht={...at,parse:t=>at.parse(t)/100,transform:t=>at.transform(100*t)},dt={..._,transform:Math.round},pt={borderWidth:lt,borderTopWidth:lt,borderRightWidth:lt,borderBottomWidth:lt,borderLeftWidth:lt,borderRadius:lt,radius:lt,borderTopLeftRadius:lt,borderTopRightRadius:lt,borderBottomRightRadius:lt,borderBottomLeftRadius:lt,width:lt,maxWidth:lt,height:lt,maxHeight:lt,size:lt,top:lt,right:lt,bottom:lt,left:lt,padding:lt,paddingTop:lt,paddingRight:lt,paddingBottom:lt,paddingLeft:lt,margin:lt,marginTop:lt,marginRight:lt,marginBottom:lt,marginLeft:lt,rotate:rt,rotateX:rt,rotateY:rt,rotateZ:rt,scale:Q,scaleX:Q,scaleY:Q,scaleZ:Q,skew:rt,skewX:rt,skewY:rt,distance:lt,translateX:lt,translateY:lt,translateZ:lt,x:lt,y:lt,z:lt,perspective:lt,transformPerspective:lt,opacity:J,originX:ht,originY:ht,originZ:lt,zIndex:dt,fillOpacity:J,strokeOpacity:J,numOctaves:dt};function mt(t,e,n,i){const{style:o,vars:s,transform:r,transformKeys:a,transformOrigin:l}=t;a.length=0;let u=!1,c=!1,h=!0;for(const t in e){const n=e[t];if(q(t)){s[t]=n;continue}const i=pt[t],d=Z(n,i);if(H.has(t)){if(u=!0,r[t]=d,a.push(t),!h)continue;n!==(i.default||0)&&(h=!1)}else t.startsWith("origin")?(c=!0,l[t]=d):o[t]=d}if(e.transform||(u||i?o.transform=function({transform:t,transformKeys:e},{enableHardwareAcceleration:n=!0,allowTransformNone:i=!0},o,s){let r="";e.sort(G);for(const n of e)r+=`${X[n]||n}(${t[n]}) `;return n&&!t.z&&(r+="translateZ(0)"),r=r.trim(),s?r=s(t,o?"":r):i&&o&&(r="none"),r}(t,n,h,i):o.transform&&(o.transform="none")),c){const{originX:t="50%",originY:e="50%",originZ:n=0}=l;o.transformOrigin=`${t} ${e} ${n}`}}const ft=()=>({style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}});function vt(t,e,n){for(const i in e)Y(e[i])||z(i,n)||(t[i]=e[i])}function gt(t,e,n){const i={};return vt(i,t.style||{},t),Object.assign(i,function({transformTemplate:t},e,n){return l(()=>{const i={style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}};return mt(i,e,{enableHardwareAcceleration:!n},t),Object.assign({},i.vars,i.style)},[e])}(t,e,n)),t.transformValues?t.transformValues(i):i}function yt(t,e,n){const i={},o=gt(t,e,n);return t.drag&&!1!==t.dragListener&&(i.draggable=!1,o.userSelect=o.WebkitUserSelect=o.WebkitTouchCallout="none",o.touchAction=!0===t.drag?"none":"pan-"+("x"===t.drag?"y":"x")),void 0===t.tabIndex&&(t.onTap||t.onTapStart||t.whileTap)&&(i.tabIndex=0),i.style=o,i}const xt=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","transformValues","custom","inherit","onLayoutAnimationStart","onLayoutAnimationComplete","onLayoutMeasure","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","ignoreStrict","viewport"]);function Tt(t){return t.startsWith("while")||t.startsWith("drag")&&"draggable"!==t||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||xt.has(t)}let bt=t=>!Tt(t);try{(Pt=require("@emotion/is-prop-valid").default)&&(bt=t=>t.startsWith("on")?!Tt(t):Pt(t))}catch(t){}var Pt;function wt(t,e,n){return"string"==typeof t?t:lt.transform(e+n*t)}const Vt={offset:"stroke-dashoffset",array:"stroke-dasharray"},Et={offset:"strokeDashoffset",array:"strokeDasharray"};function St(t,{attrX:e,attrY:n,originX:i,originY:o,pathLength:s,pathSpacing:r=1,pathOffset:a=0,...l},u,c,h){if(mt(t,l,u,h),c)return void(t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox));t.attrs=t.style,t.style={};const{attrs:d,style:p,dimensions:m}=t;d.transform&&(m&&(p.transform=d.transform),delete d.transform),m&&(void 0!==i||void 0!==o||p.transform)&&(p.transformOrigin=function(t,e,n){return`${wt(e,t.x,t.width)} ${wt(n,t.y,t.height)}`}(m,void 0!==i?i:.5,void 0!==o?o:.5)),void 0!==e&&(d.x=e),void 0!==n&&(d.y=n),void 0!==s&&function(t,e,n=1,i=0,o=!0){t.pathLength=1;const s=o?Vt:Et;t[s.offset]=lt.transform(-i);const r=lt.transform(e),a=lt.transform(n);t[s.array]=`${r} ${a}`}(d,s,r,a,!1)}const At=()=>({style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{},attrs:{}}),Ct=t=>"string"==typeof t&&"svg"===t.toLowerCase();function Mt(t,e,n,i){const o=l(()=>{const n={style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{},attrs:{}};return St(n,e,{enableHardwareAcceleration:!1},Ct(i),t.transformTemplate),{...n.attrs,style:{...n.style}}},[e]);if(t.style){const e={};vt(e,t.style,t),o.style={...e,...o.style}}return o}function Dt(t=!1){return(e,n,i,o,{latestValues:s},r)=>{const a=(N(e)?Mt:yt)(n,s,r,e),u={...function(t,e,n){const i={};for(const o in t)"values"===o&&"object"==typeof t.values||(bt(o)||!0===n&&Tt(o)||!e&&!Tt(o)||t.draggable&&o.startsWith("onDrag"))&&(i[o]=t[o]);return i}(n,"string"==typeof e,t),...a,ref:o},{children:h}=n,d=l(()=>Y(h)?h.get():h,[h]);return i&&(u["data-projection-id"]=i),c(e,{...u,children:d})}}const kt=t=>t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();function Rt(t,{style:e,vars:n},i,o){Object.assign(t.style,e,o&&o.getProjectionStyles(i));for(const e in n)t.style.setProperty(e,n[e])}const Bt=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"]);function Lt(t,e,n,i){Rt(t,e,void 0,i);for(const n in e.attrs)t.setAttribute(Bt.has(n)?n:kt(n),e.attrs[n])}function jt(t,e){const{style:n}=t,i={};for(const o in n)(Y(n[o])||e.style&&Y(e.style[o])||z(o,t))&&(i[o]=n[o]);return i}function Ft(t,e){const n=jt(t,e);for(const i in t)if(Y(t[i])||Y(e[i])){n["x"===i||"y"===i?"attr"+i.toUpperCase():i]=t[i]}return n}function It(t,e,n,i={},o={}){return"function"==typeof e&&(e=e(void 0!==n?n:t.custom,i,o)),"string"==typeof e&&(e=t.variants&&t.variants[e]),"function"==typeof e&&(e=e(void 0!==n?n:t.custom,i,o)),e}const Ot=t=>Array.isArray(t);function Ut(t){const e=Y(t)?t.get():t;return n=e,Boolean(n&&"object"==typeof n&&n.mix&&n.toValue)?e.toValue():e;var n}const Nt=t=>(e,n)=>{const o=i(p),s=i(m),r=()=>function({scrapeMotionValuesFromProps:t,createRenderState:e,onMount:n},i,o,s){const r={latestValues:$t(i,o,s,t),renderState:e()};return n&&(r.mount=t=>n(i,t,r)),r}(t,e,o,s);return n?r():M(r)};function $t(t,e,n,i){const o={},s=i(t,{});for(const t in s)o[t]=Ut(s[t]);let{initial:r,animate:a}=t;const l=w(t),u=V(t);e&&u&&!l&&!1!==t.inherit&&(void 0===r&&(r=e.initial),void 0===a&&(a=e.animate));let c=!!n&&!1===n.initial;c=c||!1===r;const h=c?a:r;if(h&&"boolean"!=typeof h&&!b(h)){(Array.isArray(h)?h:[h]).forEach(e=>{const n=It(t,e);if(!n)return;const{transitionEnd:i,transition:s,...r}=n;for(const t in r){let e=r[t];if(Array.isArray(e)){e=e[c?e.length-1:0]}null!==e&&(o[t]=e)}for(const t in i)o[t]=i[t]})}return o}const Wt={useVisualState:Nt({scrapeMotionValuesFromProps:Ft,createRenderState:At,onMount:(t,e,{renderState:n,latestValues:i})=>{try{n.dimensions="function"==typeof e.getBBox?e.getBBox():e.getBoundingClientRect()}catch(t){n.dimensions={x:0,y:0,width:0,height:0}}St(n,i,{enableHardwareAcceleration:!1},Ct(e.tagName),t.transformTemplate),Lt(e,n)}})},Ht={useVisualState:Nt({scrapeMotionValuesFromProps:jt,createRenderState:ft})};function zt(t,{forwardMotionProps:e=!1},n,i,o){return{...N(t)?Wt:Ht,preloadedFeatures:n,useRender:Dt(e),createVisualElement:i,projectionNodeConstructor:o,Component:t}}var Yt;function Xt(t,e,n,i={passive:!0}){return t.addEventListener(e,n,i),()=>t.removeEventListener(e,n)}function Gt(t,e,n,i){s(()=>{const o=t.current;if(n&&o)return Xt(o,e,n,i)},[t,e,n,i])}!function(t){t.Animate="animate",t.Hover="whileHover",t.Tap="whileTap",t.Drag="whileDrag",t.Focus="whileFocus",t.InView="whileInView",t.Exit="exit"}(Yt||(Yt={}));const qt=t=>"mouse"===t.pointerType?"number"!=typeof t.button||t.button<=0:!1!==t.isPrimary;function Zt(t,e="page"){return{point:{x:t[e+"X"],y:t[e+"Y"]}}}const Kt=t=>e=>qt(e)&&t(e,Zt(e));function _t(t,e,n,i){return Xt(t,e,Kt(n),i)}function Jt(t,e,n,i){return Gt(t,e,n&&Kt(n),i)}function Qt(t){let e=null;return()=>{const n=()=>{e=null};return null===e&&(e=t,n)}}const te=Qt("dragHorizontal"),ee=Qt("dragVertical");function ne(t){let e=!1;if("y"===t)e=ee();else if("x"===t)e=te();else{const t=te(),n=ee();t&&n?e=()=>{t(),n()}:(t&&t(),n&&n())}return e}function ie(){const t=ne(!0);return!t||(t(),!1)}function oe(t,e,n,i){return(o,s)=>{"touch"===o.type||ie()||(n&&t.animationState&&t.animationState.setActive(Yt.Hover,e),i&&i(o,s))}}const se=(t,e)=>!!e&&(t===e||se(t,e.parentElement));function re(t){return s(()=>()=>t(),[])}const ae=(t,e)=>n=>e(t(n)),le=(...t)=>t.reduce(ae);function ue(t,e){if(!e)return;const n=new PointerEvent("pointer"+t);e(n,Zt(n))}const ce=new WeakMap,he=new WeakMap,de=t=>{const e=ce.get(t.target);e&&e(t)},pe=t=>{t.forEach(de)};function me(t,e,n){const i=function({root:t,...e}){const n=t||document;he.has(n)||he.set(n,{});const i=he.get(n),o=JSON.stringify(e);return i[o]||(i[o]=new IntersectionObserver(pe,{root:t,...e})),i[o]}(e);return ce.set(t,n),i.observe(t),()=>{ce.delete(t),i.unobserve(t)}}const fe={some:0,all:1};function ve(t,e,n,{root:i,margin:o,amount:r="some",once:a}){s(()=>{if(!t||!n.current)return;const s={root:null==i?void 0:i.current,rootMargin:o,threshold:"number"==typeof r?r:fe[r]};return me(n.current,s,t=>{const{isIntersecting:i}=t;if(e.isInView===i)return;if(e.isInView=i,a&&!i&&e.hasEnteredView)return;i&&(e.hasEnteredView=!0),n.animationState&&n.animationState.setActive(Yt.InView,i);const o=n.getProps(),s=i?o.onViewportEnter:o.onViewportLeave;s&&s(t)})},[t,i,o,r])}function ge(t,e,n,{fallback:i=!0}){s(()=>{t&&i&&requestAnimationFrame(()=>{e.hasEnteredView=!0;const{onViewportEnter:t}=n.getProps();t&&t(null),n.animationState&&n.animationState.setActive(Yt.InView,!0)})},[t])}const ye=t=>e=>(t(e),null),xe={inView:ye((function({visualElement:t,whileInView:e,onViewportEnter:n,onViewportLeave:i,viewport:o={}}){const s=r({hasEnteredView:!1,isInView:!1});let a=Boolean(e||n||i);o.once&&s.current.hasEnteredView&&(a=!1),("undefined"==typeof IntersectionObserver?ge:ve)(a,s.current,t,o)})),tap:ye((function({onTap:t,onTapStart:e,onTapCancel:n,whileTap:i,visualElement:o,...s}){const l=t||e||n||i,u=r(!1),c=r(null),h={passive:!(e||t||n||s.onPointerDown)};function d(){c.current&&c.current(),c.current=null}function p(){d(),u.current=!1;return o.getProps().whileTap&&o.animationState&&o.animationState.setActive(Yt.Tap,!1),!ie()}function m(t,e){var n,i,s,r;p()&&(se(o.current,t.target)?null===(r=(s=o.getProps()).onTap)||void 0===r||r.call(s,t,e):null===(i=(n=o.getProps()).onTapCancel)||void 0===i||i.call(n,t,e))}function f(t,e){var n,i;p()&&(null===(i=(n=o.getProps()).onTapCancel)||void 0===i||i.call(n,t,e))}function v(t,e){var n;const i=o.getProps();i.whileTap&&o.animationState&&o.animationState.setActive(Yt.Tap,!0),null===(n=i.onTapStart)||void 0===n||n.call(i,t,e)}const g=[Boolean(e),Boolean(t),Boolean(i),o],y=a((t,e)=>{d(),u.current||(u.current=!0,c.current=le(_t(window,"pointerup",m,h),_t(window,"pointercancel",f,h)),v(t,e))},g);Jt(o,"pointerdown",l?y:void 0,h);const x=a(()=>{const t=Xt(o.current,"keydown",t=>{"Enter"!==t.key||u.current||(u.current=!0,c.current=Xt(o.current,"keyup",()=>{"Enter"===t.key&&p()&&ue("up",o.getProps().onTap)},h),ue("down",v))}),e=Xt(o.current,"blur",()=>{t(),e(),u.current&&ue("cancel",f)})},g);Gt(o,"focus",l?x:void 0),re(d)})),focus:ye((function({whileFocus:t,visualElement:e}){const n=r(!1),{animationState:i}=e,o=a(()=>{let t=!1;try{t=e.current.matches(":focus-visible")}catch(e){t=!0}t&&i&&(i.setActive(Yt.Focus,!0),n.current=!0)},[i]),s=a(()=>{n.current&&i&&(i.setActive(Yt.Focus,!1),n.current=!1)},[i]);Gt(e,"focus",t?o:void 0),Gt(e,"blur",t?s:void 0)})),hover:ye((function({onHoverStart:t,onHoverEnd:e,whileHover:n,visualElement:i}){Jt(i,"pointerenter",l(()=>t||n?oe(i,!0,Boolean(n),t):void 0,[t,Boolean(n),i]),{passive:!t}),Jt(i,"pointerleave",l(()=>e||n?oe(i,!1,Boolean(n),e):void 0,[t,Boolean(n),i]),{passive:!e})}))};function Te(){const t=i(m);if(null===t)return[!0,null];const{isPresent:e,onExitComplete:n,register:o}=t,r=h();s(()=>o(r),[]);return!e&&n?[!1,()=>n&&n(r)]:[!0]}function be(t,e){if(!Array.isArray(e))return!1;const n=e.length;if(n!==t.length)return!1;for(let i=0;i<n;i++)if(e[i]!==t[i])return!1;return!0}const Pe=t=>/^0[^.\s]+$/.test(t),we={delta:0,timestamp:0},Ve="undefined"!=typeof performance?()=>performance.now():()=>Date.now(),Ee="undefined"!=typeof window?t=>window.requestAnimationFrame(t):t=>setTimeout(()=>t(Ve()),1/60*1e3);let Se=!0,Ae=!1,Ce=!1;const Me=["read","update","preRender","render","postRender"],De=Me.reduce((t,e)=>(t[e]=function(t){let e=[],n=[],i=0,o=!1,s=!1;const r=new WeakSet,a={schedule:(t,s=!1,a=!1)=>{const l=a&&o,u=l?e:n;return s&&r.add(t),-1===u.indexOf(t)&&(u.push(t),l&&o&&(i=e.length)),t},cancel:t=>{const e=n.indexOf(t);-1!==e&&n.splice(e,1),r.delete(t)},process:l=>{if(o)s=!0;else{if(o=!0,[e,n]=[n,e],n.length=0,i=e.length,i)for(let n=0;n<i;n++){const i=e[n];i(l),r.has(i)&&(a.schedule(i),t())}o=!1,s&&(s=!1,a.process(l))}}};return a}(()=>Ae=!0),t),{}),ke=Me.reduce((t,e)=>{const n=De[e];return t[e]=(t,e=!1,i=!1)=>(Ae||Fe(),n.schedule(t,e,i)),t},{}),Re=Me.reduce((t,e)=>(t[e]=De[e].cancel,t),{}),Be=Me.reduce((t,e)=>(t[e]=()=>De[e].process(we),t),{}),Le=t=>De[t].process(we),je=t=>{Ae=!1,we.delta=Se?1/60*1e3:Math.max(Math.min(t-we.timestamp,40),1),we.timestamp=t,Ce=!0,Me.forEach(Le),Ce=!1,Ae&&(Se=!1,Ee(je))},Fe=()=>{Ae=!0,Se=!0,Ce||Ee(je)};function Ie(t,e){-1===t.indexOf(e)&&t.push(e)}function Oe(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}class Ue{constructor(){this.subscriptions=[]}add(t){return Ie(this.subscriptions,t),()=>Oe(this.subscriptions,t)}notify(t,e,n){const i=this.subscriptions.length;if(i)if(1===i)this.subscriptions[0](t,e,n);else for(let o=0;o<i;o++){const i=this.subscriptions[o];i&&i(t,e,n)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}function Ne(t,e){return e?t*(1e3/e):0}class $e{constructor(t,e={}){var n;this.version="9.0.2",this.timeDelta=0,this.lastUpdated=0,this.canTrackVelocity=!1,this.events={},this.updateAndNotify=(t,e=!0)=>{this.prev=this.current,this.current=t;const{delta:n,timestamp:i}=we;this.lastUpdated!==i&&(this.timeDelta=n,this.lastUpdated=i,ke.postRender(this.scheduleVelocityCheck)),this.prev!==this.current&&this.events.change&&this.events.change.notify(this.current),this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()),e&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>ke.postRender(this.velocityCheck),this.velocityCheck=({timestamp:t})=>{t!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=t,this.canTrackVelocity=(n=this.current,!isNaN(parseFloat(n))),this.owner=e.owner}onChange(t){return this.on("change",t)}on(t,e){this.events[t]||(this.events[t]=new Ue);const n=this.events[t].add(e);return"change"===t?()=>{n(),ke.read(()=>{this.events.change.getSize()||this.stop()})}:n}clearListeners(){for(const t in this.events)this.events[t].clear()}attach(t,e){this.passiveEffect=t,this.stopPassiveEffect=e}set(t,e=!0){e&&this.passiveEffect?this.passiveEffect(t,this.updateAndNotify):this.updateAndNotify(t,e)}setWithVelocity(t,e,n){this.set(e),this.prev=t,this.timeDelta=n}jump(t){this.updateAndNotify(t),this.prev=t,this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?Ne(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(t){return this.stop(),new Promise(e=>{this.hasAnimated=!0,this.animation=t(e)||null,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(){this.animation=null}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function We(t,e){return new $e(t,e)}const He=(t,e)=>n=>Boolean(ot(n)&&it.test(n)&&n.startsWith(t)||e&&Object.prototype.hasOwnProperty.call(n,e)),ze=(t,e,n)=>i=>{if(!ot(i))return i;const[o,s,r,a]=i.match(et);return{[t]:parseFloat(o),[e]:parseFloat(s),[n]:parseFloat(r),alpha:void 0!==a?parseFloat(a):1}},Ye={..._,transform:t=>Math.round((t=>K(0,255,t))(t))},Xe={test:He("rgb","red"),parse:ze("red","green","blue"),transform:({red:t,green:e,blue:n,alpha:i=1})=>"rgba("+Ye.transform(t)+", "+Ye.transform(e)+", "+Ye.transform(n)+", "+tt(J.transform(i))+")"};const Ge={test:He("#"),parse:function(t){let e="",n="",i="",o="";return t.length>5?(e=t.substring(1,3),n=t.substring(3,5),i=t.substring(5,7),o=t.substring(7,9)):(e=t.substring(1,2),n=t.substring(2,3),i=t.substring(3,4),o=t.substring(4,5),e+=e,n+=n,i+=i,o+=o),{red:parseInt(e,16),green:parseInt(n,16),blue:parseInt(i,16),alpha:o?parseInt(o,16)/255:1}},transform:Xe.transform},qe={test:He("hsl","hue"),parse:ze("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:n,alpha:i=1})=>"hsla("+Math.round(t)+", "+at.transform(tt(e))+", "+at.transform(tt(n))+", "+tt(J.transform(i))+")"},Ze={test:t=>Xe.test(t)||Ge.test(t)||qe.test(t),parse:t=>Xe.test(t)?Xe.parse(t):qe.test(t)?qe.parse(t):Ge.parse(t),transform:t=>ot(t)?t:t.hasOwnProperty("red")?Xe.transform(t):qe.transform(t)};function Ke(t){"number"==typeof t&&(t=""+t);const e=[];let n=0,i=0;const o=t.match(nt);o&&(n=o.length,t=t.replace(nt,"${c}"),e.push(...o.map(Ze.parse)));const s=t.match(et);return s&&(i=s.length,t=t.replace(et,"${n}"),e.push(...s.map(_.parse))),{values:e,numColors:n,numNumbers:i,tokenised:t}}function _e(t){return Ke(t).values}function Je(t){const{values:e,numColors:n,tokenised:i}=Ke(t),o=e.length;return t=>{let e=i;for(let i=0;i<o;i++)e=e.replace(i<n?"${c}":"${n}",i<n?Ze.transform(t[i]):tt(t[i]));return e}}const Qe=t=>"number"==typeof t?0:t;const tn={test:function(t){var e,n;return isNaN(t)&&ot(t)&&((null===(e=t.match(et))||void 0===e?void 0:e.length)||0)+((null===(n=t.match(nt))||void 0===n?void 0:n.length)||0)>0},parse:_e,createTransformer:Je,getAnimatableNone:function(t){const e=_e(t);return Je(t)(e.map(Qe))}},en=new Set(["brightness","contrast","saturate","opacity"]);function nn(t){const[e,n]=t.slice(0,-1).split("(");if("drop-shadow"===e)return t;const[i]=n.match(et)||[];if(!i)return t;const o=n.replace(i,"");let s=en.has(e)?1:0;return i!==n&&(s*=100),e+"("+s+o+")"}const on=/([a-z-]*)\(.*?\)/g,sn={...tn,getAnimatableNone:t=>{const e=t.match(on);return e?e.map(nn).join(" "):t}},rn={...pt,color:Ze,backgroundColor:Ze,outlineColor:Ze,fill:Ze,stroke:Ze,borderColor:Ze,borderTopColor:Ze,borderRightColor:Ze,borderBottomColor:Ze,borderLeftColor:Ze,filter:sn,WebkitFilter:sn},an=t=>rn[t];function ln(t,e){var n;let i=an(t);return i!==sn&&(i=tn),null===(n=i.getAnimatableNone)||void 0===n?void 0:n.call(i,e)}const un=t=>e=>e.test(t),cn=[_,lt,at,rt,ct,ut,{test:t=>"auto"===t,parse:t=>t}],hn=t=>cn.find(un(t)),dn=[...cn,Ze,tn],pn=t=>dn.find(un(t));function mn(t,e,n){const i=t.getProps();return It(i,e,void 0!==n?n:i.custom,function(t){const e={};return t.values.forEach((t,n)=>e[n]=t.get()),e}(t),function(t){const e={};return t.values.forEach((t,n)=>e[n]=t.getVelocity()),e}(t))}function fn(t,e,n){t.hasValue(e)?t.getValue(e).set(n):t.addValue(e,We(n))}function vn(t,e){if(!e)return;return(e[t]||e.default||e).from}function gn(t){return Boolean(Y(t)&&t.add)}const yn="data-"+kt("framerAppearId");const xn=t=>1e3*t,Tn=!1,bn=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,Pn=t=>e=>1-t(1-e),wn=t=>t*t,Vn=Pn(wn),En=bn(wn),Sn=(t,e,n)=>-n*t+n*e+t;function An(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+6*(e-t)*n:n<.5?e:n<2/3?t+(e-t)*(2/3-n)*6:t}const Cn=(t,e,n)=>{const i=t*t;return Math.sqrt(Math.max(0,n*(e*e-i)+i))},Mn=[Ge,Xe,qe];function Dn(t){const e=(n=t,Mn.find(t=>t.test(n)));var n;let i=e.parse(t);return e===qe&&(i=function({hue:t,saturation:e,lightness:n,alpha:i}){t/=360,n/=100;let o=0,s=0,r=0;if(e/=100){const i=n<.5?n*(1+e):n+e-n*e,a=2*n-i;o=An(a,i,t+1/3),s=An(a,i,t),r=An(a,i,t-1/3)}else o=s=r=n;return{red:Math.round(255*o),green:Math.round(255*s),blue:Math.round(255*r),alpha:i}}(i)),i}const kn=(t,e)=>{const n=Dn(t),i=Dn(e),o={...n};return t=>(o.red=Cn(n.red,i.red,t),o.green=Cn(n.green,i.green,t),o.blue=Cn(n.blue,i.blue,t),o.alpha=Sn(n.alpha,i.alpha,t),Xe.transform(o))};function Rn(t,e){return"number"==typeof t?n=>Sn(t,e,n):Ze.test(t)?kn(t,e):jn(t,e)}const Bn=(t,e)=>{const n=[...t],i=n.length,o=t.map((t,n)=>Rn(t,e[n]));return t=>{for(let e=0;e<i;e++)n[e]=o[e](t);return n}},Ln=(t,e)=>{const n={...t,...e},i={};for(const o in n)void 0!==t[o]&&void 0!==e[o]&&(i[o]=Rn(t[o],e[o]));return t=>{for(const e in i)n[e]=i[e](t);return n}},jn=(t,e)=>{const n=tn.createTransformer(e),i=Ke(t),o=Ke(e);return i.numColors===o.numColors&&i.numNumbers>=o.numNumbers?le(Bn(i.values,o.values),n):n=>""+(n>0?e:t)},Fn=(t,e,n)=>{const i=e-t;return 0===i?1:(n-t)/i},In=(t,e)=>n=>Sn(t,e,n);function On(t,e,n){const i=[],o=n||("number"==typeof(s=t[0])?In:"string"==typeof s?Ze.test(s)?kn:jn:Array.isArray(s)?Bn:"object"==typeof s?Ln:In);var s;const r=t.length-1;for(let n=0;n<r;n++){let s=o(t[n],t[n+1]);if(e){const t=Array.isArray(e)?e[n]:e;s=le(t,s)}i.push(s)}return i}function Un(t,e,{clamp:n=!0,ease:i,mixer:o}={}){const s=t.length;e.length,!i||!Array.isArray(i)||i.length,t[0]>t[s-1]&&(t=[...t].reverse(),e=[...e].reverse());const r=On(e,i,o),a=r.length,l=e=>{let n=0;if(a>1)for(;n<t.length-2&&!(e<t[n+1]);n++);const i=Fn(t[n],t[n+1],e);return r[n](i)};return n?e=>l(K(t[0],t[s-1],e)):l}const Nn=t=>t,$n=(t,e,n)=>(((1-3*n+3*e)*t+(3*n-6*e))*t+3*e)*t;function Wn(t,e,n,i){if(t===e&&n===i)return Nn;const o=e=>function(t,e,n,i,o){let s,r,a=0;do{r=e+(n-e)/2,s=$n(r,i,o)-t,s>0?n=r:e=r}while(Math.abs(s)>1e-7&&++a<12);return r}(e,0,1,t,n);return t=>0===t||1===t?t:$n(o(t),e,i)}const Hn=t=>1-Math.sin(Math.acos(t)),zn=Pn(Hn),Yn=bn(zn),Xn=Wn(.33,1.53,.69,.99),Gn=Pn(Xn),qn=bn(Gn),Zn={linear:Nn,easeIn:wn,easeInOut:En,easeOut:Vn,circIn:Hn,circInOut:Yn,circOut:zn,backIn:Gn,backInOut:qn,backOut:Xn,anticipate:t=>(t*=2)<1?.5*Gn(t):.5*(2-Math.pow(2,-10*(t-1)))},Kn=t=>{if(Array.isArray(t)){t.length;const[e,n,i,o]=t;return Wn(e,n,i,o)}return"string"==typeof t?Zn[t]:t};function _n({keyframes:t,ease:e=En,times:n,duration:i=300}){t=[...t];const o=(t=>Array.isArray(t)&&"number"!=typeof t[0])(e)?e.map(Kn):Kn(e),s={done:!1,value:t[0]},r=function(t,e){return t.map(t=>t*e)}(n&&n.length===t.length?n:function(t){const e=t.length;return t.map((t,n)=>0!==n?n/(e-1):0)}(t),i);function a(){return Un(r,t,{ease:Array.isArray(o)?o:(e=t,n=o,e.map(()=>n||En).splice(0,e.length-1))});var e,n}let l=a();return{next:t=>(s.value=l(t),s.done=t>=i,s),flipTarget:()=>{t.reverse(),l=a()}}}function Jn({duration:t=800,bounce:e=.25,velocity:n=0,mass:i=1}){let o,s,r=1-e;r=K(.05,1,r),t=K(.01,10,t/1e3),r<1?(o=e=>{const i=e*r,o=i*t;return.001-(i-n)/Qn(e,r)*Math.exp(-o)},s=e=>{const i=e*r*t,s=i*n+n,a=Math.pow(r,2)*Math.pow(e,2)*t,l=Math.exp(-i),u=Qn(Math.pow(e,2),r);return(.001-o(e)>0?-1:1)*((s-a)*l)/u}):(o=e=>Math.exp(-e*t)*((e-n)*t+1)-.001,s=e=>Math.exp(-e*t)*(t*t*(n-e)));const a=function(t,e,n){let i=n;for(let n=1;n<12;n++)i-=t(i)/e(i);return i}(o,s,5/t);if(t*=1e3,isNaN(a))return{stiffness:100,damping:10,duration:t};{const e=Math.pow(a,2)*i;return{stiffness:e,damping:2*r*Math.sqrt(i*e),duration:t}}}function Qn(t,e){return t*Math.sqrt(1-e*e)}const ti=["duration","bounce"],ei=["stiffness","damping","mass"];function ni(t,e){return e.some(e=>void 0!==t[e])}function ii({keyframes:t,restDelta:e,restSpeed:n,...i}){let o=t[0],s=t[t.length-1];const r={done:!1,value:o},{stiffness:a,damping:l,mass:u,velocity:c,duration:h,isResolvedFromDuration:d}=function(t){let e={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...t};if(!ni(t,ei)&&ni(t,ti)){const n=Jn(t);e={...e,...n,velocity:0,mass:1},e.isResolvedFromDuration=!0}return e}(i);let p=oi,m=c?-c/1e3:0;const f=l/(2*Math.sqrt(a*u));function v(){const t=s-o,i=Math.sqrt(a/u)/1e3,r=Math.abs(t)<5;if(n||(n=r?.01:2),e||(e=r?.005:.5),f<1){const e=Qn(i,f);p=n=>{const o=Math.exp(-f*i*n);return s-o*((m+f*i*t)/e*Math.sin(e*n)+t*Math.cos(e*n))}}else if(1===f)p=e=>s-Math.exp(-i*e)*(t+(m+i*t)*e);else{const e=i*Math.sqrt(f*f-1);p=n=>{const o=Math.exp(-f*i*n),r=Math.min(e*n,300);return s-o*((m+f*i*t)*Math.sinh(r)+e*t*Math.cosh(r))/e}}}return v(),{next:t=>{const i=p(t);if(d)r.done=t>=h;else{let o=m;if(0!==t)if(f<1){const e=Math.max(0,t-5);o=Ne(i-p(e),t-e)}else o=0;const a=Math.abs(o)<=n,l=Math.abs(s-i)<=e;r.done=a&&l}return r.value=r.done?s:i,r},flipTarget:()=>{m=-m,[o,s]=[s,o],v()}}}ii.needsInterpolation=(t,e)=>"string"==typeof t||"string"==typeof e;const oi=t=>0;const si={decay:function({keyframes:t=[0],velocity:e=0,power:n=.8,timeConstant:i=350,restDelta:o=.5,modifyTarget:s}){const r=t[0],a={done:!1,value:r};let l=n*e;const u=r+l,c=void 0===s?u:s(u);return c!==u&&(l=c-r),{next:t=>{const e=-l*Math.exp(-t/i);return a.done=!(e>o||e<-o),a.value=a.done?c:c+e,a},flipTarget:()=>{}}},keyframes:_n,tween:_n,spring:ii};function ri(t,e,n=0){return t-e-n}const ai=t=>{const e=({delta:e})=>t(e);return{start:()=>ke.update(e,!0),stop:()=>Re.update(e)}};function li({duration:t,driver:e=ai,elapsed:n=0,repeat:i=0,repeatType:o="loop",repeatDelay:s=0,keyframes:r,autoplay:a=!0,onPlay:l,onStop:u,onComplete:c,onRepeat:h,onUpdate:d,type:p="keyframes",...m}){var f,v;const g=n;let y,x,T=0,b=t,P=!1,w=!0;const V=si[r.length>2?"keyframes":p]||_n,E=r[0],S=r[r.length-1];let A={done:!1,value:E};(null===(v=(f=V).needsInterpolation)||void 0===v?void 0:v.call(f,E,S))&&(x=Un([0,100],[E,S],{clamp:!1}),r=[0,100]);const C=V({...m,duration:t,keyframes:r});function M(){T++,"reverse"===o?(w=T%2==0,n=function(t,e=0,n=0,i=!0){return i?ri(e+-t,e,n):e-(t-e)+n}(n,b,s,w)):(n=ri(n,b,s),"mirror"===o&&C.flipTarget()),P=!1,h&&h()}function D(t){w||(t=-t),n+=t,P||(A=C.next(Math.max(0,n)),x&&(A.value=x(A.value)),P=w?A.done:n<=0),d&&d(A.value),P&&(0===T&&(b=void 0!==b?b:n),T<i?function(t,e,n,i){return i?t>=e+n:t<=-n}(n,b,s,w)&&M():(y&&y.stop(),c&&c()))}return a&&(l&&l(),y=e(D),y.start()),{stop:()=>{u&&u(),y&&y.stop()},set currentTime(t){n=g,D(t)},sample:e=>{n=g;const i=t&&"number"==typeof t?Math.max(.5*t,50):50;let o=0;for(D(0);o<=e;){const t=e-o;D(Math.min(t,i)),o+=i}return A}}}const ui=([t,e,n,i])=>`cubic-bezier(${t}, ${e}, ${n}, ${i})`,ci={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:ui([0,.65,.55,1]),circOut:ui([.55,0,1,.45]),backIn:ui([.31,.01,.66,-.59]),backOut:ui([.33,1.53,.69,.99])};function hi(t){if(t)return Array.isArray(t)?ui(t):ci[t]}const di={waapi:()=>Object.hasOwnProperty.call(Element.prototype,"animate")},pi={},mi={};for(const t in di)mi[t]=()=>(void 0===pi[t]&&(pi[t]=di[t]()),pi[t]);const fi=new Set(["opacity"]);function vi(t,e,{onUpdate:n,onComplete:i,...o}){if(!(mi.waapi()&&fi.has(e)&&!o.repeatDelay&&"mirror"!==o.repeatType&&0!==o.damping))return!1;let{keyframes:s,duration:r=300,elapsed:a=0,ease:l}=o;if("spring"===o.type||!(!(u=o.ease)||Array.isArray(u)||"string"==typeof u&&ci[u])){if(o.repeat===1/0)return;const t=li({...o,elapsed:0});let e={done:!1,value:s[0]};const n=[];let i=0;for(;!e.done&&i<2e4;)e=t.sample(i),n.push(e.value),i+=10;s=n,r=i-10,l="linear"}var u;const c=function(t,e,n,{delay:i=0,duration:o,repeat:s=0,repeatType:r="loop",ease:a,times:l}={}){return t.animate({[e]:n,offset:l},{delay:i,duration:o,easing:hi(a),fill:"both",iterations:s+1,direction:"reverse"===r?"alternate":"normal"})}(t.owner.current,e,s,{...o,delay:-a,duration:r,ease:l});return c.onfinish=()=>{t.set(function(t,{repeat:e,repeatType:n="loop"}){return t[e&&"loop"!==n&&e%2==1?0:t.length-1]}(s,o)),ke.update(()=>c.cancel()),i&&i()},{get currentTime(){return c.currentTime||0},set currentTime(t){c.currentTime=t},stop:()=>{const{currentTime:e}=c;if(e){const n=li({...o,autoplay:!1});t.setWithVelocity(n.sample(e-10).value,n.sample(e).value,10)}ke.update(()=>c.cancel())}}}function gi(t,e){const n=performance.now(),i=({timestamp:o})=>{const s=o-n;s>=e&&(Re.read(i),t(s-e))};return ke.read(i,!0),()=>Re.read(i)}function yi({keyframes:t,elapsed:e,onUpdate:n,onComplete:i}){const o=()=>{n&&n(t[t.length-1]),i&&i()};return e?{stop:gi(o,-e)}:o()}const xi=()=>({type:"spring",stiffness:500,damping:25,restSpeed:10}),Ti=t=>({type:"spring",stiffness:550,damping:0===t?2*Math.sqrt(550):30,restSpeed:10}),bi=()=>({type:"keyframes",ease:"linear",duration:.3}),Pi={type:"keyframes",duration:.8},wi={x:xi,y:xi,z:xi,rotate:xi,rotateX:xi,rotateY:xi,rotateZ:xi,scaleX:Ti,scaleY:Ti,scale:Ti,opacity:bi,backgroundColor:bi,color:bi,default:Ti},Vi=(t,{keyframes:e})=>{if(e.length>2)return Pi;return(wi[t]||wi.default)(e[1])},Ei=(t,e)=>"zIndex"!==t&&(!("number"!=typeof e&&!Array.isArray(e))||!("string"!=typeof e||!tn.test(e)||e.startsWith("url(")));function Si(t){return 0===t||"string"==typeof t&&0===parseFloat(t)&&-1===t.indexOf(" ")}function Ai(t){return"number"==typeof t?0:ln("",t)}function Ci(t,e){return t[e]||t.default||t}const Mi=(t,e,n,i={})=>o=>{const s=Ci(i,t)||{},r=s.delay||i.delay||0;let{elapsed:a=0}=i;a-=xn(r);const l=function(t,e,n,i){const o=Ei(e,n);let s=void 0!==i.from?i.from:t.get();return"none"===s&&o&&"string"==typeof n?s=ln(e,n):Si(s)&&"string"==typeof n?s=Ai(n):!Array.isArray(n)&&Si(n)&&"string"==typeof s&&(n=Ai(s)),Array.isArray(n)?(null===n[0]&&(n[0]=s),n):[s,n]}(e,t,n,s),u=l[0],c=l[l.length-1],h=Ei(t,u),d=Ei(t,c);let p={keyframes:l,velocity:e.getVelocity(),...s,elapsed:a,onUpdate:t=>{e.set(t),s.onUpdate&&s.onUpdate(t)},onComplete:()=>{o(),s.onComplete&&s.onComplete()}};if(!h||!d||Tn||!1===s.type)return yi(p);if("inertia"===s.type)return function({keyframes:t,velocity:e=0,min:n,max:i,power:o=.8,timeConstant:s=750,bounceStiffness:r=500,bounceDamping:a=10,restDelta:l=1,modifyTarget:u,driver:c,onUpdate:h,onComplete:d,onStop:p}){const m=t[0];let f;function v(t){return void 0!==n&&t<n||void 0!==i&&t>i}function g(t){return void 0===n?i:void 0===i||Math.abs(n-t)<Math.abs(i-t)?n:i}function y(t){null==f||f.stop(),f=li({keyframes:[0,1],velocity:0,...t,driver:c,onUpdate:e=>{var n;null==h||h(e),null===(n=t.onUpdate)||void 0===n||n.call(t,e)},onComplete:d,onStop:p})}function x(t){y({type:"spring",stiffness:r,damping:a,restDelta:l,...t})}if(v(m))x({velocity:e,keyframes:[m,g(m)]});else{let t=o*e+m;void 0!==u&&(t=u(t));const i=g(t),r=i===n?-1:1;let a,c;const h=t=>{a=c,c=t,e=Ne(t-a,we.delta),(1===r&&t>i||-1===r&&t<i)&&x({keyframes:[t,i],velocity:e})};y({type:"decay",keyframes:[m,0],velocity:e,timeConstant:s,power:o,restDelta:l,modifyTarget:u,onUpdate:v(t)?h:void 0})}return{stop:()=>null==f?void 0:f.stop()}}(p);(function({when:t,delay:e,delayChildren:n,staggerChildren:i,staggerDirection:o,repeat:s,repeatType:r,repeatDelay:a,from:l,elapsed:u,...c}){return!!Object.keys(c).length})(s)||(p={...p,...Vi(t,p)}),p.duration&&(p.duration=xn(p.duration)),p.repeatDelay&&(p.repeatDelay=xn(p.repeatDelay));const m=e.owner,f=m&&m.current;if(m&&f instanceof HTMLElement&&!(null==m?void 0:m.getProps().onUpdate)){const n=vi(e,t,p);if(n)return n}return li(p)};function Di(t,e,n={}){var i;const o=mn(t,e,n.custom);let{transition:s=t.getDefaultTransition()||{}}=o||{};n.transitionOverride&&(s=n.transitionOverride);const r=o?()=>ki(t,o,n):()=>Promise.resolve(),a=(null===(i=t.variantChildren)||void 0===i?void 0:i.size)?(i=0)=>{const{delayChildren:o=0,staggerChildren:r,staggerDirection:a}=s;return function(t,e,n=0,i=0,o=1,s){const r=[],a=(t.variantChildren.size-1)*i,l=1===o?(t=0)=>t*i:(t=0)=>a-t*i;return Array.from(t.variantChildren).sort(Ri).forEach((t,i)=>{t.notify("AnimationStart",e),r.push(Di(t,e,{...s,delay:n+l(i)}).then(()=>t.notify("AnimationComplete",e)))}),Promise.all(r)}(t,e,o+i,r,a,n)}:()=>Promise.resolve(),{when:l}=s;if(l){const[t,e]="beforeChildren"===l?[r,a]:[a,r];return t().then(e)}return Promise.all([r(),a(n.delay)])}function ki(t,e,{delay:n=0,transitionOverride:i,type:o}={}){var s;let{transition:r=t.getDefaultTransition(),transitionEnd:a,...l}=t.makeTargetAnimatable(e);const u=t.getValue("willChange");i&&(r=i);const c=[],h=o&&(null===(s=t.animationState)||void 0===s?void 0:s.getState()[o]);for(const e in l){const i=t.getValue(e),o=l[e];if(!i||void 0===o||h&&Bi(h,e))continue;const s={delay:n,elapsed:0,...r};if(window.HandoffAppearAnimations&&!i.hasAnimated){const n=t.getProps()[yn];n&&(s.elapsed=window.HandoffAppearAnimations(n,e,i,ke))}let a=i.start(Mi(e,i,o,t.shouldReduceMotion&&H.has(e)?{type:!1}:s));gn(u)&&(u.add(e),a=a.then(()=>u.remove(e))),c.push(a)}return Promise.all(c).then(()=>{a&&function(t,e){const n=mn(t,e);let{transitionEnd:i={},transition:o={},...s}=n?t.makeTargetAnimatable(n,!1):{};s={...s,...i};for(const e in s){fn(t,e,(r=s[e],Ot(r)?r[r.length-1]||0:r))}var r}(t,a)})}function Ri(t,e){return t.sortNodePosition(e)}function Bi({protectedKeys:t,needsAnimating:e},n){const i=t.hasOwnProperty(n)&&!0!==e[n];return e[n]=!1,i}const Li=[Yt.Animate,Yt.InView,Yt.Focus,Yt.Hover,Yt.Tap,Yt.Drag,Yt.Exit],ji=[...Li].reverse(),Fi=Li.length;function Ii(t){return e=>Promise.all(e.map(({animation:e,options:n})=>function(t,e,n={}){let i;if(t.notify("AnimationStart",e),Array.isArray(e)){const o=e.map(e=>Di(t,e,n));i=Promise.all(o)}else if("string"==typeof e)i=Di(t,e,n);else{const o="function"==typeof e?mn(t,e,n.custom):e;i=ki(t,o,n)}return i.then(()=>t.notify("AnimationComplete",e))}(t,e,n)))}function Oi(t){let e=Ii(t);const n={[Yt.Animate]:Ni(!0),[Yt.InView]:Ni(),[Yt.Hover]:Ni(),[Yt.Tap]:Ni(),[Yt.Drag]:Ni(),[Yt.Focus]:Ni(),[Yt.Exit]:Ni()};let i=!0;const o=(e,n)=>{const i=mn(t,n);if(i){const{transition:t,transitionEnd:n,...o}=i;e={...e,...o,...n}}return e};function s(s,r){const a=t.getProps(),l=t.getVariantContext(!0)||{},u=[],c=new Set;let h={},d=1/0;for(let e=0;e<Fi;e++){const p=ji[e],m=n[p],f=void 0!==a[p]?a[p]:l[p],v=T(f),g=p===r?m.isActive:null;!1===g&&(d=e);let y=f===l[p]&&f!==a[p]&&v;if(y&&i&&t.manuallyAnimateOnMount&&(y=!1),m.protectedKeys={...h},!m.isActive&&null===g||!f&&!m.prevProp||b(f)||"boolean"==typeof f)continue;const x=Ui(m.prevProp,f);let P=x||p===r&&m.isActive&&!y&&v||e>d&&v;const w=Array.isArray(f)?f:[f];let V=w.reduce(o,{});!1===g&&(V={});const{prevResolvedValues:E={}}=m,S={...E,...V},A=t=>{P=!0,c.delete(t),m.needsAnimating[t]=!0};for(const t in S){const e=V[t],n=E[t];h.hasOwnProperty(t)||(e!==n?Ot(e)&&Ot(n)?!be(e,n)||x?A(t):m.protectedKeys[t]=!0:void 0!==e?A(t):c.add(t):void 0!==e&&c.has(t)?A(t):m.protectedKeys[t]=!0)}m.prevProp=f,m.prevResolvedValues=V,m.isActive&&(h={...h,...V}),i&&t.blockInitialAnimation&&(P=!1),P&&!y&&u.push(...w.map(t=>({animation:t,options:{type:p,...s}})))}if(c.size){const e={};c.forEach(n=>{const i=t.getBaseTarget(n);void 0!==i&&(e[n]=i)}),u.push({animation:e})}let p=Boolean(u.length);return i&&!1===a.initial&&!t.manuallyAnimateOnMount&&(p=!1),i=!1,p?e(u):Promise.resolve()}return{animateChanges:s,setActive:function(e,i,o){var r;if(n[e].isActive===i)return Promise.resolve();null===(r=t.variantChildren)||void 0===r||r.forEach(t=>{var n;return null===(n=t.animationState)||void 0===n?void 0:n.setActive(e,i)}),n[e].isActive=i;const a=s(o,e);for(const t in n)n[t].protectedKeys={};return a},setAnimateFunction:function(n){e=n(t)},getState:()=>n}}function Ui(t,e){return"string"==typeof e?e!==t:!!Array.isArray(e)&&!be(e,t)}function Ni(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}const $i={animation:ye(({visualElement:t,animate:e})=>{t.animationState||(t.animationState=Oi(t)),b(e)&&s(()=>e.subscribe(t),[e])}),exit:ye(t=>{const{custom:e,visualElement:n}=t,[o,r]=Te(),a=i(m);s(()=>{n.isPresent=o;const t=n.animationState&&n.animationState.setActive(Yt.Exit,!o,{custom:a&&a.custom||e});t&&!o&&t.then(r)},[o])})},Wi=(t,e)=>Math.abs(t-e);class Hi{constructor(t,e,{transformPagePoint:n}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.updatePoint=()=>{if(!this.lastMoveEvent||!this.lastMoveEventInfo)return;const t=Xi(this.lastMoveEventInfo,this.history),e=null!==this.startEvent,n=function(t,e){const n=Wi(t.x,e.x),i=Wi(t.y,e.y);return Math.sqrt(n**2+i**2)}(t.offset,{x:0,y:0})>=3;if(!e&&!n)return;const{point:i}=t,{timestamp:o}=we;this.history.push({...i,timestamp:o});const{onStart:s,onMove:r}=this.handlers;e||(s&&s(this.lastMoveEvent,t),this.startEvent=this.lastMoveEvent),r&&r(this.lastMoveEvent,t)},this.handlePointerMove=(t,e)=>{this.lastMoveEvent=t,this.lastMoveEventInfo=zi(e,this.transformPagePoint),ke.update(this.updatePoint,!0)},this.handlePointerUp=(t,e)=>{if(this.end(),!this.lastMoveEvent||!this.lastMoveEventInfo)return;const{onEnd:n,onSessionEnd:i}=this.handlers,o=Xi("pointercancel"===t.type?this.lastMoveEventInfo:zi(e,this.transformPagePoint),this.history);this.startEvent&&n&&n(t,o),i&&i(t,o)},!qt(t))return;this.handlers=e,this.transformPagePoint=n;const i=zi(Zt(t),this.transformPagePoint),{point:o}=i,{timestamp:s}=we;this.history=[{...o,timestamp:s}];const{onSessionStart:r}=e;r&&r(t,Xi(i,this.history)),this.removeListeners=le(_t(window,"pointermove",this.handlePointerMove),_t(window,"pointerup",this.handlePointerUp),_t(window,"pointercancel",this.handlePointerUp))}updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),Re.update(this.updatePoint)}}function zi(t,e){return e?{point:e(t.point)}:t}function Yi(t,e){return{x:t.x-e.x,y:t.y-e.y}}function Xi({point:t},e){return{point:t,delta:Yi(t,qi(e)),offset:Yi(t,Gi(e)),velocity:Zi(e,.1)}}function Gi(t){return t[0]}function qi(t){return t[t.length-1]}function Zi(t,e){if(t.length<2)return{x:0,y:0};let n=t.length-1,i=null;const o=qi(t);for(;n>=0&&(i=t[n],!(o.timestamp-i.timestamp>xn(e)));)n--;if(!i)return{x:0,y:0};const s=(o.timestamp-i.timestamp)/1e3;if(0===s)return{x:0,y:0};const r={x:(o.x-i.x)/s,y:(o.y-i.y)/s};return r.x===1/0&&(r.x=0),r.y===1/0&&(r.y=0),r}function Ki(t){return t.max-t.min}function _i(t,e=0,n=.01){return Math.abs(t-e)<=n}function Ji(t,e,n,i=.5){t.origin=i,t.originPoint=Sn(e.min,e.max,t.origin),t.scale=Ki(n)/Ki(e),(_i(t.scale,1,1e-4)||isNaN(t.scale))&&(t.scale=1),t.translate=Sn(n.min,n.max,t.origin)-t.originPoint,(_i(t.translate)||isNaN(t.translate))&&(t.translate=0)}function Qi(t,e,n,i){Ji(t.x,e.x,n.x,null==i?void 0:i.originX),Ji(t.y,e.y,n.y,null==i?void 0:i.originY)}function to(t,e,n){t.min=n.min+e.min,t.max=t.min+Ki(e)}function eo(t,e,n){t.min=e.min-n.min,t.max=t.min+Ki(e)}function no(t,e,n){eo(t.x,e.x,n.x),eo(t.y,e.y,n.y)}function io(t,e,n){return{min:void 0!==e?t.min+e:void 0,max:void 0!==n?t.max+n-(t.max-t.min):void 0}}function oo(t,e){let n=e.min-t.min,i=e.max-t.max;return e.max-e.min<t.max-t.min&&([n,i]=[i,n]),{min:n,max:i}}const so=.35;function ro(t,e,n){return{min:ao(t,e),max:ao(t,n)}}function ao(t,e){return"number"==typeof t?t:t[e]||0}function lo(t){return[t("x"),t("y")]}function uo({top:t,left:e,right:n,bottom:i}){return{x:{min:e,max:n},y:{min:t,max:i}}}function co(t){return void 0===t||1===t}function ho({scale:t,scaleX:e,scaleY:n}){return!co(t)||!co(e)||!co(n)}function po(t){return ho(t)||mo(t)||t.z||t.rotate||t.rotateX||t.rotateY}function mo(t){return fo(t.x)||fo(t.y)}function fo(t){return t&&"0%"!==t}function vo(t,e,n){return n+e*(t-n)}function go(t,e,n,i,o){return void 0!==o&&(t=vo(t,o,i)),vo(t,n,i)+e}function yo(t,e=0,n=1,i,o){t.min=go(t.min,e,n,i,o),t.max=go(t.max,e,n,i,o)}function xo(t,{x:e,y:n}){yo(t.x,e.translate,e.scale,e.originPoint),yo(t.y,n.translate,n.scale,n.originPoint)}function To(t){return Number.isInteger(t)||t>1.0000000000001||t<.999999999999?t:1}function bo(t,e){t.min=t.min+e,t.max=t.max+e}function Po(t,e,[n,i,o]){const s=void 0!==e[o]?e[o]:.5,r=Sn(t.min,t.max,s);yo(t,e[n],e[i],r,e.scale)}const wo=["x","scaleX","originX"],Vo=["y","scaleY","originY"];function Eo(t,e){Po(t.x,e,wo),Po(t.y,e,Vo)}function So(t,e){return uo(function(t,e){if(!e)return t;const n=e({x:t.left,y:t.top}),i=e({x:t.right,y:t.bottom});return{top:n.y,left:n.x,bottom:i.y,right:i.x}}(t.getBoundingClientRect(),e))}const Ao=new WeakMap;class Co{constructor(t){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic={x:{min:0,max:0},y:{min:0,max:0}},this.visualElement=t}start(t,{snapToCursor:e=!1}={}){if(!1===this.visualElement.isPresent)return;this.panSession=new Hi(t,{onSessionStart:t=>{this.stopAnimation(),e&&this.snapToCursor(Zt(t,"page").point)},onStart:(t,e)=>{var n;const{drag:i,dragPropagation:o,onDragStart:s}=this.getProps();(!i||o||(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=ne(i),this.openGlobalLock))&&(this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),lo(t=>{var e,n;let i=this.getAxisMotionValue(t).get()||0;if(at.test(i)){const o=null===(n=null===(e=this.visualElement.projection)||void 0===e?void 0:e.layout)||void 0===n?void 0:n.layoutBox[t];if(o){i=Ki(o)*(parseFloat(i)/100)}}this.originPoint[t]=i}),null==s||s(t,e),null===(n=this.visualElement.animationState)||void 0===n||n.setActive(Yt.Drag,!0))},onMove:(t,e)=>{const{dragPropagation:n,dragDirectionLock:i,onDirectionLock:o,onDrag:s}=this.getProps();if(!n&&!this.openGlobalLock)return;const{offset:r}=e;if(i&&null===this.currentDirection)return this.currentDirection=function(t,e=10){let n=null;Math.abs(t.y)>e?n="y":Math.abs(t.x)>e&&(n="x");return n}(r),void(null!==this.currentDirection&&(null==o||o(this.currentDirection)));this.updateAxis("x",e.point,r),this.updateAxis("y",e.point,r),this.visualElement.render(),null==s||s(t,e)},onSessionEnd:(t,e)=>this.stop(t,e)},{transformPagePoint:this.visualElement.getTransformPagePoint()})}stop(t,e){const n=this.isDragging;if(this.cancel(),!n)return;const{velocity:i}=e;this.startAnimation(i);const{onDragEnd:o}=this.getProps();null==o||o(t,e)}cancel(){var t,e;this.isDragging=!1,this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!1),null===(t=this.panSession)||void 0===t||t.end(),this.panSession=void 0;const{dragPropagation:n}=this.getProps();!n&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),null===(e=this.visualElement.animationState)||void 0===e||e.setActive(Yt.Drag,!1)}updateAxis(t,e,n){const{drag:i}=this.getProps();if(!n||!Mo(t,i,this.currentDirection))return;const o=this.getAxisMotionValue(t);let s=this.originPoint[t]+n[t];this.constraints&&this.constraints[t]&&(s=function(t,{min:e,max:n},i){return void 0!==e&&t<e?t=i?Sn(e,t,i.min):Math.max(t,e):void 0!==n&&t>n&&(t=i?Sn(n,t,i.max):Math.min(t,n)),t}(s,this.constraints[t],this.elastic[t])),o.set(s)}resolveConstraints(){const{dragConstraints:t,dragElastic:e}=this.getProps(),{layout:n}=this.visualElement.projection||{},i=this.constraints;t&&x(t)?this.constraints||(this.constraints=this.resolveRefConstraints()):this.constraints=!(!t||!n)&&function(t,{top:e,left:n,bottom:i,right:o}){return{x:io(t.x,n,o),y:io(t.y,e,i)}}(n.layoutBox,t),this.elastic=function(t=so){return!1===t?t=0:!0===t&&(t=so),{x:ro(t,"left","right"),y:ro(t,"top","bottom")}}(e),i!==this.constraints&&n&&this.constraints&&!this.hasMutatedConstraints&&lo(t=>{this.getAxisMotionValue(t)&&(this.constraints[t]=function(t,e){const n={};return void 0!==e.min&&(n.min=e.min-t.min),void 0!==e.max&&(n.max=e.max-t.min),n}(n.layoutBox[t],this.constraints[t]))})}resolveRefConstraints(){const{dragConstraints:t,onMeasureDragConstraints:e}=this.getProps();if(!t||!x(t))return!1;const n=t.current,{projection:i}=this.visualElement;if(!i||!i.layout)return!1;const o=function(t,e,n){const i=So(t,n),{scroll:o}=e;return o&&(bo(i.x,o.offset.x),bo(i.y,o.offset.y)),i}(n,i.root,this.visualElement.getTransformPagePoint());let s=function(t,e){return{x:oo(t.x,e.x),y:oo(t.y,e.y)}}(i.layout.layoutBox,o);if(e){const t=e(function({x:t,y:e}){return{top:e.min,right:t.max,bottom:e.max,left:t.min}}(s));this.hasMutatedConstraints=!!t,t&&(s=uo(t))}return s}startAnimation(t){const{drag:e,dragMomentum:n,dragElastic:i,dragTransition:o,dragSnapToOrigin:s,onDragTransitionEnd:r}=this.getProps(),a=this.constraints||{},l=lo(r=>{if(!Mo(r,e,this.currentDirection))return;let l=(null==a?void 0:a[r])||{};s&&(l={min:0,max:0});const u=i?200:1e6,c=i?40:1e7,h={type:"inertia",velocity:n?t[r]:0,bounceStiffness:u,bounceDamping:c,timeConstant:750,restDelta:1,restSpeed:10,...o,...l};return this.startAxisValueAnimation(r,h)});return Promise.all(l).then(r)}startAxisValueAnimation(t,e){const n=this.getAxisMotionValue(t);return n.start(Mi(t,n,0,e))}stopAnimation(){lo(t=>this.getAxisMotionValue(t).stop())}getAxisMotionValue(t){var e;const n="_drag"+t.toUpperCase(),i=this.visualElement.getProps()[n];return i||this.visualElement.getValue(t,(null===(e=this.visualElement.getProps().initial)||void 0===e?void 0:e[t])||0)}snapToCursor(t){lo(e=>{const{drag:n}=this.getProps();if(!Mo(e,n,this.currentDirection))return;const{projection:i}=this.visualElement,o=this.getAxisMotionValue(e);if(i&&i.layout){const{min:n,max:s}=i.layout.layoutBox[e];o.set(t[e]-Sn(n,s,.5))}})}scalePositionWithinConstraints(){var t;if(!this.visualElement.current)return;const{drag:e,dragConstraints:n}=this.getProps(),{projection:i}=this.visualElement;if(!x(n)||!i||!this.constraints)return;this.stopAnimation();const o={x:0,y:0};lo(t=>{const e=this.getAxisMotionValue(t);if(e){const n=e.get();o[t]=function(t,e){let n=.5;const i=Ki(t),o=Ki(e);return o>i?n=Fn(e.min,e.max-i,t.min):i>o&&(n=Fn(t.min,t.max-o,e.min)),K(0,1,n)}({min:n,max:n},this.constraints[t])}});const{transformTemplate:s}=this.visualElement.getProps();this.visualElement.current.style.transform=s?s({},""):"none",null===(t=i.root)||void 0===t||t.updateScroll(),i.updateLayout(),this.resolveConstraints(),lo(t=>{if(!Mo(t,e,null))return;const n=this.getAxisMotionValue(t),{min:i,max:s}=this.constraints[t];n.set(Sn(i,s,o[t]))})}addListeners(){var t;if(!this.visualElement.current)return;Ao.set(this.visualElement,this);const e=_t(this.visualElement.current,"pointerdown",t=>{const{drag:e,dragListener:n=!0}=this.getProps();e&&n&&this.start(t)}),n=()=>{const{dragConstraints:t}=this.getProps();x(t)&&(this.constraints=this.resolveRefConstraints())},{projection:i}=this.visualElement,o=i.addEventListener("measure",n);i&&!i.layout&&(null===(t=i.root)||void 0===t||t.updateScroll(),i.updateLayout()),n();const s=Xt(window,"resize",()=>this.scalePositionWithinConstraints()),r=i.addEventListener("didUpdate",({delta:t,hasLayoutChanged:e})=>{this.isDragging&&e&&(lo(e=>{const n=this.getAxisMotionValue(e);n&&(this.originPoint[e]+=t[e].translate,n.set(n.get()+t[e].translate))}),this.visualElement.render())});return()=>{s(),e(),o(),null==r||r()}}getProps(){const t=this.visualElement.getProps(),{drag:e=!1,dragDirectionLock:n=!1,dragPropagation:i=!1,dragConstraints:o=!1,dragElastic:s=so,dragMomentum:r=!0}=t;return{...t,drag:e,dragDirectionLock:n,dragPropagation:i,dragConstraints:o,dragElastic:s,dragMomentum:r}}}function Mo(t,e,n){return!(!0!==e&&e!==t||null!==n&&n!==t)}const Do={pan:ye((function({onPan:t,onPanStart:e,onPanEnd:n,onPanSessionStart:o,visualElement:a}){const l=t||e||n||o,u=r(null),{transformPagePoint:c}=i(d),h={onSessionStart:o,onStart:e,onMove:t,onEnd:(t,e)=>{u.current=null,n&&n(t,e)}};s(()=>{null!==u.current&&u.current.updateHandlers(h)}),Jt(a,"pointerdown",l&&function(t){u.current=new Hi(t,h,{transformPagePoint:c})}),re(()=>u.current&&u.current.end())})),drag:ye((function(t){const{dragControls:e,visualElement:n}=t,i=M(()=>new Co(n));s(()=>e&&e.subscribe(i),[i,e]),s(()=>i.addListeners(),[i])}))};function ko(t){return"string"==typeof t&&t.startsWith("var(--")}const Ro=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function Bo(t,e,n=1){const[i,o]=function(t){const e=Ro.exec(t);if(!e)return[,];const[,n,i]=e;return[n,i]}(t);if(!i)return;const s=window.getComputedStyle(e).getPropertyValue(i);return s?s.trim():ko(o)?Bo(o,e,n+1):o}const Lo=new Set(["width","height","top","left","right","bottom","x","y"]),jo=t=>Lo.has(t),Fo=t=>t===_||t===lt;var Io;!function(t){t.width="width",t.height="height",t.left="left",t.right="right",t.top="top",t.bottom="bottom"}(Io||(Io={}));const Oo=(t,e)=>parseFloat(t.split(", ")[e]),Uo=(t,e)=>(n,{transform:i})=>{if("none"===i||!i)return 0;const o=i.match(/^matrix3d\((.+)\)$/);if(o)return Oo(o[1],e);{const e=i.match(/^matrix\((.+)\)$/);return e?Oo(e[1],t):0}},No=new Set(["x","y","z"]),$o=W.filter(t=>!No.has(t));const Wo={width:({x:t},{paddingLeft:e="0",paddingRight:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),height:({y:t},{paddingTop:e="0",paddingBottom:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),top:(t,{top:e})=>parseFloat(e),left:(t,{left:e})=>parseFloat(e),bottom:({y:t},{top:e})=>parseFloat(e)+(t.max-t.min),right:({x:t},{left:e})=>parseFloat(e)+(t.max-t.min),x:Uo(4,13),y:Uo(5,14)},Ho=(t,e,n={},i={})=>{e={...e},i={...i};const o=Object.keys(e).filter(jo);let s=[],r=!1;const a=[];if(o.forEach(o=>{const l=t.getValue(o);if(!t.hasValue(o))return;let u=n[o],c=hn(u);const h=e[o];let d;if(Ot(h)){const t=h.length,e=null===h[0]?1:0;u=h[e],c=hn(u);for(let n=e;n<t;n++)d?hn(h[n]):d=hn(h[n])}else d=hn(h);if(c!==d)if(Fo(c)&&Fo(d)){const t=l.get();"string"==typeof t&&l.set(parseFloat(t)),"string"==typeof h?e[o]=parseFloat(h):Array.isArray(h)&&d===lt&&(e[o]=h.map(parseFloat))}else(null==c?void 0:c.transform)&&(null==d?void 0:d.transform)&&(0===u||0===h)?0===u?l.set(d.transform(u)):e[o]=c.transform(h):(r||(s=function(t){const e=[];return $o.forEach(n=>{const i=t.getValue(n);void 0!==i&&(e.push([n,i.get()]),i.set(n.startsWith("scale")?1:0))}),e.length&&t.render(),e}(t),r=!0),a.push(o),i[o]=void 0!==i[o]?i[o]:e[o],l.jump(h))}),a.length){const n=a.indexOf("height")>=0?window.pageYOffset:null,o=((t,e,n)=>{const i=e.measureViewportBox(),o=e.current,s=getComputedStyle(o),{display:r}=s,a={};"none"===r&&e.setStaticValue("display",t.display||"block"),n.forEach(t=>{a[t]=Wo[t](i,s)}),e.render();const l=e.measureViewportBox();return n.forEach(n=>{const i=e.getValue(n);i&&i.jump(a[n]),t[n]=Wo[n](l,s)}),t})(e,t,a);return s.length&&s.forEach(([e,n])=>{t.getValue(e).set(n)}),t.render(),f&&null!==n&&window.scrollTo({top:n}),{target:o,transitionEnd:i}}return{target:e,transitionEnd:i}};function zo(t,e,n,i){return(t=>Object.keys(t).some(jo))(e)?Ho(t,e,n,i):{target:e,transitionEnd:i}}const Yo=(t,e,n,i)=>{const o=function(t,{...e},n){const i=t.current;if(!(i instanceof Element))return{target:e,transitionEnd:n};n&&(n={...n}),t.values.forEach(t=>{const e=t.get();if(!ko(e))return;const n=Bo(e,i);n&&t.set(n)});for(const t in e){const o=e[t];if(!ko(o))continue;const s=Bo(o,i);s&&(e[t]=s,n&&void 0===n[t]&&(n[t]=o))}return{target:e,transitionEnd:n}}(t,e,i);return zo(t,e=o.target,n,i=o.transitionEnd)},Xo={current:null},Go={current:!1};const qo=Object.keys(C),Zo=qo.length,Ko=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];const _o=["initial",...Li],Jo=_o.length;class Qo extends class{constructor({parent:t,props:e,reducedMotionConfig:n,visualState:i},o={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.isPresent=!0,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.scheduleRender=()=>ke.render(this.render,!1,!0);const{latestValues:s,renderState:r}=i;this.latestValues=s,this.baseTarget={...s},this.initialValues=e.initial?{...s}:{},this.renderState=r,this.parent=t,this.props=e,this.depth=t?t.depth+1:0,this.reducedMotionConfig=n,this.options=o,this.isControllingVariants=w(e),this.isVariantNode=V(e),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=Boolean(t&&t.current);const{willChange:a,...l}=this.scrapeMotionValuesFromProps(e,{});for(const t in l){const e=l[t];void 0!==s[t]&&Y(e)&&(e.set(s[t],!1),gn(a)&&a.add(t))}}scrapeMotionValuesFromProps(t,e){return{}}mount(t){var e;this.current=t,this.projection&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=null===(e=this.parent)||void 0===e?void 0:e.addVariantChild(this)),this.values.forEach((t,e)=>this.bindToMotionValue(e,t)),Go.current||function(){if(Go.current=!0,f)if(window.matchMedia){const t=window.matchMedia("(prefers-reduced-motion)"),e=()=>Xo.current=t.matches;t.addListener(e),e()}else Xo.current=!1}(),this.shouldReduceMotion="never"!==this.reducedMotionConfig&&("always"===this.reducedMotionConfig||Xo.current),this.parent&&this.parent.children.add(this),this.setProps(this.props)}unmount(){var t,e,n;null===(t=this.projection)||void 0===t||t.unmount(),Re.update(this.notifyUpdate),Re.render(this.render),this.valueSubscriptions.forEach(t=>t()),null===(e=this.removeFromVariantTree)||void 0===e||e.call(this),null===(n=this.parent)||void 0===n||n.children.delete(this);for(const t in this.events)this.events[t].clear();this.current=null}bindToMotionValue(t,e){const n=H.has(t),i=e.on("change",e=>{this.latestValues[t]=e,this.props.onUpdate&&ke.update(this.notifyUpdate,!1,!0),n&&this.projection&&(this.projection.isTransformDirty=!0)}),o=e.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(t,()=>{i(),o()})}sortNodePosition(t){return this.current&&this.sortInstanceNodePosition&&this.type===t.type?this.sortInstanceNodePosition(this.current,t.current):0}loadFeatures({children:t,...e},n,i,o,s,r){const a=[];for(let t=0;t<Zo;t++){const n=qo[t],{isEnabled:i,Component:o}=C[n];i(e)&&o&&a.push(c(o,{key:n,...e,visualElement:this}))}if(!this.projection&&s){this.projection=new s(o,this.latestValues,this.parent&&this.parent.projection);const{layoutId:t,layout:n,drag:i,dragConstraints:a,layoutScroll:l,layoutRoot:u}=e;this.projection.setOptions({layoutId:t,layout:n,alwaysMeasureLayout:Boolean(i)||a&&x(a),visualElement:this,scheduleRender:()=>this.scheduleRender(),animationType:"string"==typeof n?n:"both",initialPromotionConfig:r,layoutScroll:l,layoutRoot:u})}return a}triggerBuild(){this.build(this.renderState,this.latestValues,this.options,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):{x:{min:0,max:0},y:{min:0,max:0}}}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,e){this.latestValues[t]=e}makeTargetAnimatable(t,e=!0){return this.makeTargetAnimatableFromInstance(t,this.props,e)}setProps(t){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender();const e=this.props;this.props=t;for(let e=0;e<Ko.length;e++){const n=Ko[e];this.propEventSubscriptions[n]&&(this.propEventSubscriptions[n](),delete this.propEventSubscriptions[n]);const i=t["on"+n];i&&(this.propEventSubscriptions[n]=this.on(n,i))}this.prevMotionValues=function(t,e,n){const{willChange:i}=e;for(const o in e){const s=e[o],r=n[o];if(Y(s))t.addValue(o,s),gn(i)&&i.add(o);else if(Y(r))t.addValue(o,We(s,{owner:t})),gn(i)&&i.remove(o);else if(r!==s)if(t.hasValue(o)){const e=t.getValue(o);!e.hasAnimated&&e.set(s)}else{const e=t.getStaticValue(o);t.addValue(o,We(void 0!==e?e:s,{owner:t}))}}for(const i in n)void 0===e[i]&&t.removeValue(i);return e}(this,this.scrapeMotionValuesFromProps(t,e),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(t){var e;return null===(e=this.props.variants)||void 0===e?void 0:e[t]}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){var t;return this.isVariantNode?this:null===(t=this.parent)||void 0===t?void 0:t.getClosestVariantNode()}getVariantContext(t=!1){var e,n;if(t)return null===(e=this.parent)||void 0===e?void 0:e.getVariantContext();if(!this.isControllingVariants){const t=(null===(n=this.parent)||void 0===n?void 0:n.getVariantContext())||{};return void 0!==this.props.initial&&(t.initial=this.props.initial),t}const i={};for(let t=0;t<Jo;t++){const e=_o[t],n=this.props[e];(T(n)||!1===n)&&(i[e]=n)}return i}addVariantChild(t){var e;const n=this.getClosestVariantNode();if(n)return null===(e=n.variantChildren)||void 0===e||e.add(t),()=>n.variantChildren.delete(t)}addValue(t,e){e!==this.values.get(t)&&(this.removeValue(t),this.bindToMotionValue(t,e)),this.values.set(t,e),this.latestValues[t]=e.get()}removeValue(t){var e;this.values.delete(t),null===(e=this.valueSubscriptions.get(t))||void 0===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 n=this.values.get(t);return void 0===n&&void 0!==e&&(n=We(e,{owner:this}),this.addValue(t,n)),n}readValue(t){return void 0===this.latestValues[t]&&this.current?this.readValueFromInstance(this.current,t,this.options):this.latestValues[t]}setBaseTarget(t,e){this.baseTarget[t]=e}getBaseTarget(t){var e;const{initial:n}=this.props,i="string"==typeof n||"object"==typeof n?null===(e=It(this.props,n))||void 0===e?void 0:e[t]:void 0;if(n&&void 0!==i)return i;const o=this.getBaseTargetFromProps(this.props,t);return void 0===o||Y(o)?void 0!==this.initialValues[t]&&void 0===i?void 0:this.baseTarget[t]:o}on(t,e){return this.events[t]||(this.events[t]=new Ue),this.events[t].add(e)}notify(t,...e){var n;null===(n=this.events[t])||void 0===n||n.notify(...e)}}{sortInstanceNodePosition(t,e){return 2&t.compareDocumentPosition(e)?1:-1}getBaseTargetFromProps(t,e){var n;return null===(n=t.style)||void 0===n?void 0:n[e]}removeValueFromRenderState(t,{vars:e,style:n}){delete e[t],delete n[t]}makeTargetAnimatableFromInstance({transition:t,transitionEnd:e,...n},{transformValues:i},o){let s=function(t,e,n){var i;const o={};for(const s in t){const t=vn(s,e);o[s]=void 0!==t?t:null===(i=n.getValue(s))||void 0===i?void 0:i.get()}return o}(n,t||{},this);if(i&&(e&&(e=i(e)),n&&(n=i(n)),s&&(s=i(s))),o){!function(t,e,n){var i,o;const s=Object.keys(e).filter(e=>!t.hasValue(e)),r=s.length;if(r)for(let a=0;a<r;a++){const r=s[a],l=e[r];let u=null;Array.isArray(l)&&(u=l[0]),null===u&&(u=null!==(o=null!==(i=n[r])&&void 0!==i?i:t.readValue(r))&&void 0!==o?o:e[r]),null!=u&&("string"==typeof u&&(/^\-?\d*\.?\d+$/.test(u)||Pe(u))?u=parseFloat(u):!pn(u)&&tn.test(l)&&(u=ln(r,l)),t.addValue(r,We(u,{owner:t})),void 0===n[r]&&(n[r]=u),null!==u&&t.setBaseTarget(r,u))}}(this,n,s);const t=Yo(this,n,s,e);e=t.transitionEnd,n=t.target}return{transition:t,transitionEnd:e,...n}}}class ts extends Qo{readValueFromInstance(t,e){if(H.has(e)){const t=an(e);return t&&t.default||0}{const i=(n=t,window.getComputedStyle(n)),o=(q(e)?i.getPropertyValue(e):i[e])||0;return"string"==typeof o?o.trim():o}var n}measureInstanceViewportBox(t,{transformPagePoint:e}){return So(t,e)}build(t,e,n,i){mt(t,e,n,i.transformTemplate)}scrapeMotionValuesFromProps(t,e){return jt(t,e)}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:t}=this.props;Y(t)&&(this.childSubscription=t.on("change",t=>{this.current&&(this.current.textContent=""+t)}))}renderInstance(t,e,n,i){Rt(t,e,n,i)}}class es extends Qo{constructor(){super(...arguments),this.isSVGTag=!1}getBaseTargetFromProps(t,e){return t[e]}readValueFromInstance(t,e){var n;return H.has(e)?(null===(n=an(e))||void 0===n?void 0:n.default)||0:(e=Bt.has(e)?e:kt(e),t.getAttribute(e))}measureInstanceViewportBox(){return{x:{min:0,max:0},y:{min:0,max:0}}}scrapeMotionValuesFromProps(t,e){return Ft(t,e)}build(t,e,n,i){St(t,e,n,this.isSVGTag,i.transformTemplate)}renderInstance(t,e,n,i){Lt(t,e,0,i)}mount(t){this.isSVGTag=Ct(t.tagName),super.mount(t)}}const ns=(t,e)=>N(t)?new es(e,{enableHardwareAcceleration:!1}):new ts(e,{enableHardwareAcceleration:!0});function is(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}const os={correct:(t,e)=>{if(!e.target)return t;if("string"==typeof t){if(!lt.test(t))return t;t=parseFloat(t)}return`${is(t,e.target.x)}% ${is(t,e.target.y)}%`}},ss={correct:(t,{treeScale:e,projectionDelta:n})=>{const i=t,o=t.includes("var("),s=[];o&&(t=t.replace(Ro,t=>(s.push(t),"_$css")));const r=tn.parse(t);if(r.length>5)return i;const a=tn.createTransformer(t),l="number"!=typeof r[0]?1:0,u=n.x.scale*e.x,c=n.y.scale*e.y;r[0+l]/=u,r[1+l]/=c;const h=Sn(u,c,.5);"number"==typeof r[2+l]&&(r[2+l]/=h),"number"==typeof r[3+l]&&(r[3+l]/=h);let d=a(r);if(o){let t=0;d=d.replace("_$css",()=>{const e=s[t];return t++,e})}return d}};class rs extends e.Component{componentDidMount(){const{visualElement:t,layoutGroup:e,switchLayoutGroup:n,layoutId:i}=this.props,{projection:o}=t;var s;s=as,Object.assign($,s),o&&(e.group&&e.group.add(o),n&&n.register&&i&&n.register(o),o.root.didUpdate(),o.addEventListener("animationComplete",()=>{this.safeToRemove()}),o.setOptions({...o.options,onExitComplete:()=>this.safeToRemove()})),D.hasEverUpdated=!0}getSnapshotBeforeUpdate(t){const{layoutDependency:e,visualElement:n,drag:i,isPresent:o}=this.props,s=n.projection;return s?(s.isPresent=o,i||t.layoutDependency!==e||void 0===e?s.willUpdate():this.safeToRemove(),t.isPresent!==o&&(o?s.promote():s.relegate()||ke.postRender(()=>{var t;(null===(t=s.getStack())||void 0===t?void 0:t.members.length)||this.safeToRemove()})),null):null}componentDidUpdate(){const{projection:t}=this.props.visualElement;t&&(t.root.didUpdate(),!t.currentAnimation&&t.isLead()&&this.safeToRemove())}componentWillUnmount(){const{visualElement:t,layoutGroup:e,switchLayoutGroup:n}=this.props,{projection:i}=t;i&&(i.scheduleCheckAfterUnmount(),(null==e?void 0:e.group)&&e.group.remove(i),(null==n?void 0:n.deregister)&&n.deregister(i))}safeToRemove(){const{safeToRemove:t}=this.props;null==t||t()}render(){return null}}const as={borderRadius:{...os,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:os,borderTopRightRadius:os,borderBottomLeftRadius:os,borderBottomRightRadius:os,boxShadow:ss},ls={measureLayout:function(t){const[n,o]=Te(),s=i(R);return e.createElement(rs,{...t,layoutGroup:s,switchLayoutGroup:i(L),isPresent:n,safeToRemove:o})}};const us=["TopLeft","TopRight","BottomLeft","BottomRight"],cs=us.length,hs=t=>"string"==typeof t?parseFloat(t):t,ds=t=>"number"==typeof t||lt.test(t);function ps(t,e){return void 0!==t[e]?t[e]:t.borderRadius}const ms=vs(0,.5,zn),fs=vs(.5,.95,Nn);function vs(t,e,n){return i=>i<t?0:i>e?1:n(Fn(t,e,i))}function gs(t,e){t.min=e.min,t.max=e.max}function ys(t,e){gs(t.x,e.x),gs(t.y,e.y)}function xs(t,e,n,i,o){return t=vo(t-=e,1/n,i),void 0!==o&&(t=vo(t,1/o,i)),t}function Ts(t,e,[n,i,o],s,r){!function(t,e=0,n=1,i=.5,o,s=t,r=t){if(at.test(e)){e=parseFloat(e);e=Sn(r.min,r.max,e/100)-r.min}if("number"!=typeof e)return;let a=Sn(s.min,s.max,i);t===s&&(a-=e),t.min=xs(t.min,e,n,a,o),t.max=xs(t.max,e,n,a,o)}(t,e[n],e[i],e[o],e.scale,s,r)}const bs=["x","scaleX","originX"],Ps=["y","scaleY","originY"];function ws(t,e,n,i){Ts(t.x,e,bs,null==n?void 0:n.x,null==i?void 0:i.x),Ts(t.y,e,Ps,null==n?void 0:n.y,null==i?void 0:i.y)}function Vs(t){return 0===t.translate&&1===t.scale}function Es(t){return Vs(t.x)&&Vs(t.y)}function Ss(t,e){return t.x.min===e.x.min&&t.x.max===e.x.max&&t.y.min===e.y.min&&t.y.max===e.y.max}function As(t){return Ki(t.x)/Ki(t.y)}class Cs{constructor(){this.members=[]}add(t){Ie(this.members,t),t.scheduleRender()}remove(t){if(Oe(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){const t=this.members[this.members.length-1];t&&this.promote(t)}}relegate(t){const e=this.members.findIndex(e=>t===e);if(0===e)return!1;let n;for(let t=e;t>=0;t--){const e=this.members[t];if(!1!==e.isPresent){n=e;break}}return!!n&&(this.promote(n),!0)}promote(t,e){var n;const 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),(null===(n=t.root)||void 0===n?void 0:n.isUpdating)&&(t.isLayoutDirty=!0);const{crossfade:o}=t.options;!1===o&&i.hide()}}exitAnimationComplete(){this.members.forEach(t=>{var e,n,i,o,s;null===(n=(e=t.options).onExitComplete)||void 0===n||n.call(e),null===(s=null===(i=t.resumingFrom)||void 0===i?void 0:(o=i.options).onExitComplete)||void 0===s||s.call(o)})}scheduleRender(){this.members.forEach(t=>{t.instance&&t.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function Ms(t,e,n){let i="";const o=t.x.translate/e.x,s=t.y.translate/e.y;if((o||s)&&(i=`translate3d(${o}px, ${s}px, 0) `),1===e.x&&1===e.y||(i+=`scale(${1/e.x}, ${1/e.y}) `),n){const{rotate:t,rotateX:e,rotateY:o}=n;t&&(i+=`rotate(${t}deg) `),e&&(i+=`rotateX(${e}deg) `),o&&(i+=`rotateY(${o}deg) `)}const r=t.x.scale*e.x,a=t.y.scale*e.y;return 1===r&&1===a||(i+=`scale(${r}, ${a})`),i||"none"}const Ds=(t,e)=>t.depth-e.depth;class ks{constructor(){this.children=[],this.isDirty=!1}add(t){Ie(this.children,t),this.isDirty=!0}remove(t){Oe(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort(Ds),this.isDirty=!1,this.children.forEach(t)}}const Rs=["","X","Y","Z"];let Bs=0;function Ls({attachResizeListener:t,defaultParent:e,measureScroll:n,checkIsScrollRoot:i,resetTransform:o}){return class{constructor(t,n={},i=(null==e?void 0:e())){this.id=Bs++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isTransformDirty=!1,this.isProjectionDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.potentialNodes=new Map,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.nodes.forEach(Is),this.nodes.forEach(Ws),this.nodes.forEach(Hs)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.elementId=t,this.latestValues=n,this.root=i?i.root||i:this,this.path=i?[...i.path,i]:[],this.parent=i,this.depth=i?i.depth+1:0,t&&this.root.registerPotentialNode(t,this);for(let t=0;t<this.path.length;t++)this.path[t].shouldResetTransform=!0;this.root===this&&(this.nodes=new ks)}addEventListener(t,e){return this.eventHandlers.has(t)||this.eventHandlers.set(t,new Ue),this.eventHandlers.get(t).add(e)}notifyListeners(t,...e){const n=this.eventHandlers.get(t);null==n||n.notify(...e)}hasListeners(t){return this.eventHandlers.has(t)}registerPotentialNode(t,e){this.potentialNodes.set(t,e)}mount(e,n=!1){var i;if(this.instance)return;this.isSVG=e instanceof SVGElement&&"svg"!==e.tagName,this.instance=e;const{layoutId:o,layout:s,visualElement:r}=this.options;if(r&&!r.current&&r.mount(e),this.root.nodes.add(this),null===(i=this.parent)||void 0===i||i.children.add(this),this.elementId&&this.root.potentialNodes.delete(this.elementId),n&&(s||o)&&(this.isLayoutDirty=!0),t){let n;const i=()=>this.root.updateBlockedByResize=!1;t(e,()=>{this.root.updateBlockedByResize=!0,n&&n(),n=gi(i,250),D.hasAnimatedSinceResize&&(D.hasAnimatedSinceResize=!1,this.nodes.forEach($s))})}o&&this.root.registerSharedNode(o,this),!1!==this.options.animate&&r&&(o||s)&&this.addEventListener("didUpdate",({delta:t,hasLayoutChanged:e,hasRelativeTargetChanged:n,layout:i})=>{var o,s,a,l,u;if(this.isTreeAnimationBlocked())return this.target=void 0,void(this.relativeTarget=void 0);const c=null!==(s=null!==(o=this.options.transition)&&void 0!==o?o:r.getDefaultTransition())&&void 0!==s?s:Zs,{onLayoutAnimationStart:h,onLayoutAnimationComplete:d}=r.getProps(),p=!this.targetLayout||!Ss(this.targetLayout,i)||n,m=!e&&n;if(this.options.layoutRoot||(null===(a=this.resumeFrom)||void 0===a?void 0:a.instance)||m||e&&(p||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(t,m);const e={...Ci(c,"layout"),onPlay:h,onComplete:d};(r.shouldReduceMotion||this.options.layoutRoot)&&(e.delay=0,e.type=!1),this.startAnimation(e)}else e||0!==this.animationProgress||$s(this),this.isLead()&&(null===(u=(l=this.options).onExitComplete)||void 0===u||u.call(l));this.targetLayout=i})}unmount(){var t,e;this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this),null===(t=this.getStack())||void 0===t||t.remove(this),null===(e=this.parent)||void 0===e||e.children.delete(this),this.instance=void 0,Re.preRender(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){var t;return this.isAnimationBlocked||(null===(t=this.parent)||void 0===t?void 0:t.isTreeAnimationBlocked())||!1}startUpdate(){var t;this.isUpdateBlocked()||(this.isUpdating=!0,null===(t=this.nodes)||void 0===t||t.forEach(zs),this.animationId++)}getTransformTemplate(){var t;return null===(t=this.options.visualElement)||void 0===t?void 0:t.getProps().transformTemplate}willUpdate(t=!0){var e,n,i;if(this.root.isUpdateBlocked())return void(null===(n=(e=this.options).onExitComplete)||void 0===n||n.call(e));if(!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let t=0;t<this.path.length;t++){const e=this.path[t];e.shouldResetTransform=!0,e.updateScroll("snapshot"),e.options.layoutRoot&&e.willUpdate(!1)}const{layoutId:o,layout:s}=this.options;(void 0!==o||s)&&(this.prevTransformTemplateValue=null===(i=this.getTransformTemplate())||void 0===i?void 0:i(this.latestValues,""),this.updateSnapshot(),t&&this.notifyListeners("willUpdate"))}didUpdate(){if(this.isUpdateBlocked())return this.unblockUpdate(),this.clearAllSnapshots(),void this.nodes.forEach(Us);this.isUpdating&&(this.isUpdating=!1,this.potentialNodes.size&&(this.potentialNodes.forEach(Ks),this.potentialNodes.clear()),this.nodes.forEach(Ns),this.nodes.forEach(js),this.nodes.forEach(Fs),this.clearAllSnapshots(),Be.update(),Be.preRender(),Be.render())}clearAllSnapshots(){this.nodes.forEach(Os),this.sharedNodes.forEach(Ys)}scheduleUpdateProjection(){ke.preRender(this.updateProjection,!1,!0)}scheduleCheckAfterUnmount(){ke.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){!this.snapshot&&this.instance&&(this.snapshot=this.measure())}updateLayout(){var t;if(!this.instance)return;if(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()}const e=this.layout;this.layout=this.measure(!1),this.layoutCorrected={x:{min:0,max:0},y:{min:0,max:0}},this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox),null===(t=this.options.visualElement)||void 0===t||t.notify("LayoutMeasure",this.layout.layoutBox,null==e?void 0:e.layoutBox)}updateScroll(t="measure"){let e=Boolean(this.options.layoutScroll&&this.instance);this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===t&&(e=!1),e&&(this.scroll={animationId:this.root.animationId,phase:t,isRoot:i(this.instance),offset:n(this.instance)})}resetTransform(){var t;if(!o)return;const e=this.isLayoutDirty||this.shouldResetTransform,n=this.projectionDelta&&!Es(this.projectionDelta),i=null===(t=this.getTransformTemplate())||void 0===t?void 0:t(this.latestValues,""),s=i!==this.prevTransformTemplateValue;e&&(n||po(this.latestValues)||s)&&(o(this.instance,i),this.shouldResetTransform=!1,this.scheduleRender())}measure(t=!0){const e=this.measurePageBox();let n=this.removeElementScroll(e);var i;return t&&(n=this.removeTransform(n)),_s((i=n).x),_s(i.y),{animationId:this.root.animationId,measuredBox:e,layoutBox:n,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:t}=this.options;if(!t)return{x:{min:0,max:0},y:{min:0,max:0}};const e=t.measureViewportBox(),{scroll:n}=this.root;return n&&(bo(e.x,n.offset.x),bo(e.y,n.offset.y)),e}removeElementScroll(t){const e={x:{min:0,max:0},y:{min:0,max:0}};ys(e,t);for(let n=0;n<this.path.length;n++){const i=this.path[n],{scroll:o,options:s}=i;if(i!==this.root&&o&&s.layoutScroll){if(o.isRoot){ys(e,t);const{scroll:n}=this.root;n&&(bo(e.x,-n.offset.x),bo(e.y,-n.offset.y))}bo(e.x,o.offset.x),bo(e.y,o.offset.y)}}return e}applyTransform(t,e=!1){const n={x:{min:0,max:0},y:{min:0,max:0}};ys(n,t);for(let t=0;t<this.path.length;t++){const i=this.path[t];!e&&i.options.layoutScroll&&i.scroll&&i!==i.root&&Eo(n,{x:-i.scroll.offset.x,y:-i.scroll.offset.y}),po(i.latestValues)&&Eo(n,i.latestValues)}return po(this.latestValues)&&Eo(n,this.latestValues),n}removeTransform(t){var e;const n={x:{min:0,max:0},y:{min:0,max:0}};ys(n,t);for(let t=0;t<this.path.length;t++){const i=this.path[t];if(!i.instance)continue;if(!po(i.latestValues))continue;ho(i.latestValues)&&i.updateSnapshot();const o={x:{min:0,max:0},y:{min:0,max:0}};ys(o,i.measurePageBox()),ws(n,i.latestValues,null===(e=i.snapshot)||void 0===e?void 0:e.layoutBox,o)}return po(this.latestValues)&&ws(n,this.latestValues),n}setTargetDelta(t){this.targetDelta=t,this.isProjectionDirty=!0,this.root.scheduleUpdateProjection()}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}resolveTargetDelta(){var t;const e=this.getLead();if(this.isProjectionDirty||(this.isProjectionDirty=e.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=e.isTransformDirty),!this.isProjectionDirty&&!this.attemptToResolveRelativeTarget)return;const{layout:n,layoutId:i}=this.options;if(this.layout&&(n||i)){if(!this.targetDelta&&!this.relativeTarget){const t=this.getClosestProjectingParent();t&&t.layout?(this.relativeParent=t,this.relativeTarget={x:{min:0,max:0},y:{min:0,max:0}},this.relativeTargetOrigin={x:{min:0,max:0},y:{min:0,max:0}},no(this.relativeTargetOrigin,this.layout.layoutBox,t.layout.layoutBox),ys(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}var o,s,r;if(this.relativeTarget||this.targetDelta)if(this.target||(this.target={x:{min:0,max:0},y:{min:0,max:0}},this.targetWithTransforms={x:{min:0,max:0},y:{min:0,max:0}}),this.relativeTarget&&this.relativeTargetOrigin&&(null===(t=this.relativeParent)||void 0===t?void 0:t.target)?(o=this.target,s=this.relativeTarget,r=this.relativeParent.target,to(o.x,s.x,r.x),to(o.y,s.y,r.y)):this.targetDelta?(Boolean(this.resumingFrom)?this.target=this.applyTransform(this.layout.layoutBox):ys(this.target,this.layout.layoutBox),xo(this.target,this.targetDelta)):ys(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const t=this.getClosestProjectingParent();t&&Boolean(t.resumingFrom)===Boolean(this.resumingFrom)&&!t.options.layoutScroll&&t.target?(this.relativeParent=t,this.relativeTarget={x:{min:0,max:0},y:{min:0,max:0}},this.relativeTargetOrigin={x:{min:0,max:0},y:{min:0,max:0}},no(this.relativeTargetOrigin,this.target,t.target),ys(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}}}getClosestProjectingParent(){if(this.parent&&!ho(this.parent.latestValues)&&!mo(this.parent.latestValues))return(this.parent.relativeTarget||this.parent.targetDelta||this.parent.options.layoutRoot)&&this.parent.layout?this.parent:this.parent.getClosestProjectingParent()}calcProjection(){var t;const{isProjectionDirty:e,isTransformDirty:n}=this;this.isProjectionDirty=this.isTransformDirty=!1;const i=this.getLead(),o=Boolean(this.resumingFrom)||this!==i;let s=!0;if(e&&(s=!1),o&&n&&(s=!1),s)return;const{layout:r,layoutId:a}=this.options;if(this.isTreeAnimating=Boolean((null===(t=this.parent)||void 0===t?void 0:t.isTreeAnimating)||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!r&&!a)return;ys(this.layoutCorrected,this.layout.layoutBox),function(t,e,n,i=!1){var o,s;const r=n.length;if(!r)return;let a,l;e.x=e.y=1;for(let u=0;u<r;u++)a=n[u],l=a.projectionDelta,"contents"!==(null===(s=null===(o=a.instance)||void 0===o?void 0:o.style)||void 0===s?void 0:s.display)&&(i&&a.options.layoutScroll&&a.scroll&&a!==a.root&&Eo(t,{x:-a.scroll.offset.x,y:-a.scroll.offset.y}),l&&(e.x*=l.x.scale,e.y*=l.y.scale,xo(t,l)),i&&po(a.latestValues)&&Eo(t,a.latestValues));e.x=To(e.x),e.y=To(e.y)}(this.layoutCorrected,this.treeScale,this.path,o);const{target:l}=i;if(!l)return;this.projectionDelta||(this.projectionDelta={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}},this.projectionDeltaWithTransform={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}});const u=this.treeScale.x,c=this.treeScale.y,h=this.projectionTransform;Qi(this.projectionDelta,this.layoutCorrected,l,this.latestValues),this.projectionTransform=Ms(this.projectionDelta,this.treeScale),this.projectionTransform===h&&this.treeScale.x===u&&this.treeScale.y===c||(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",l))}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(t=!0){var e,n,i;null===(n=(e=this.options).scheduleRender)||void 0===n||n.call(e),t&&(null===(i=this.getStack())||void 0===i||i.scheduleRender()),this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}setAnimationOrigin(t,e=!1){var n,i;const o=this.snapshot,s=(null==o?void 0:o.latestValues)||{},r={...this.latestValues},a={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};this.relativeParent&&this.relativeParent.options.layoutRoot||(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!e;const l={x:{min:0,max:0},y:{min:0,max:0}},u=(null==o?void 0:o.source)!==(null===(n=this.layout)||void 0===n?void 0:n.source),c=((null===(i=this.getStack())||void 0===i?void 0:i.members.length)||0)<=1,h=Boolean(u&&!c&&!0===this.options.crossfade&&!this.path.some(qs));this.animationProgress=0,this.mixTargetDelta=e=>{var n;const i=e/1e3;var o,d,p,m;Xs(a.x,t.x,i),Xs(a.y,t.y,i),this.setTargetDelta(a),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&(null===(n=this.relativeParent)||void 0===n?void 0:n.layout)&&(no(l,this.layout.layoutBox,this.relativeParent.layout.layoutBox),o=this.relativeTarget,d=this.relativeTargetOrigin,p=l,m=i,Gs(o.x,d.x,p.x,m),Gs(o.y,d.y,p.y,m)),u&&(this.animationValues=r,function(t,e,n,i,o,s){o?(t.opacity=Sn(0,void 0!==n.opacity?n.opacity:1,ms(i)),t.opacityExit=Sn(void 0!==e.opacity?e.opacity:1,0,fs(i))):s&&(t.opacity=Sn(void 0!==e.opacity?e.opacity:1,void 0!==n.opacity?n.opacity:1,i));for(let o=0;o<cs;o++){const s=`border${us[o]}Radius`;let r=ps(e,s),a=ps(n,s);if(void 0===r&&void 0===a)continue;r||(r=0),a||(a=0);0===r||0===a||ds(r)===ds(a)?(t[s]=Math.max(Sn(hs(r),hs(a),i),0),(at.test(a)||at.test(r))&&(t[s]+="%")):t[s]=a}(e.rotate||n.rotate)&&(t.rotate=Sn(e.rotate||0,n.rotate||0,i))}(r,s,this.latestValues,i,h,c)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=i},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(t){var e,n;this.notifyListeners("animationStart"),null===(e=this.currentAnimation)||void 0===e||e.stop(),this.resumingFrom&&(null===(n=this.resumingFrom.currentAnimation)||void 0===n||n.stop()),this.pendingAnimation&&(Re.update(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=ke.update(()=>{D.hasAnimatedSinceResize=!0,this.currentAnimation=function(t,e,n={}){const i=Y(t)?t:We(t);return i.start(Mi("",i,e,n)),{stop:()=>i.stop(),isAnimating:()=>i.isAnimating()}}(0,1e3,{...t,onUpdate:e=>{var n;this.mixTargetDelta(e),null===(n=t.onUpdate)||void 0===n||n.call(t,e)},onComplete:()=>{var e;null===(e=t.onComplete)||void 0===e||e.call(t),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){var t;this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0),null===(t=this.getStack())||void 0===t||t.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){var t;this.currentAnimation&&(null===(t=this.mixTargetDelta)||void 0===t||t.call(this,1e3),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const t=this.getLead();let{targetWithTransforms:e,target:n,layout:i,latestValues:o}=t;if(e&&n&&i){if(this!==t&&this.layout&&i&&Js(this.options.animationType,this.layout.layoutBox,i.layoutBox)){n=this.target||{x:{min:0,max:0},y:{min:0,max:0}};const e=Ki(this.layout.layoutBox.x);n.x.min=t.target.x.min,n.x.max=n.x.min+e;const i=Ki(this.layout.layoutBox.y);n.y.min=t.target.y.min,n.y.max=n.y.min+i}ys(e,n),Eo(e,o),Qi(this.projectionDeltaWithTransform,this.layoutCorrected,e,o)}}registerSharedNode(t,e){var n,i,o;this.sharedNodes.has(t)||this.sharedNodes.set(t,new Cs);this.sharedNodes.get(t).add(e),e.promote({transition:null===(n=e.options.initialPromotionConfig)||void 0===n?void 0:n.transition,preserveFollowOpacity:null===(o=null===(i=e.options.initialPromotionConfig)||void 0===i?void 0:i.shouldPreserveFollowOpacity)||void 0===o?void 0:o.call(i,e)})}isLead(){const t=this.getStack();return!t||t.lead===this}getLead(){var t;const{layoutId:e}=this.options;return e&&(null===(t=this.getStack())||void 0===t?void 0:t.lead)||this}getPrevLead(){var t;const{layoutId:e}=this.options;return e?null===(t=this.getStack())||void 0===t?void 0:t.prevLead:void 0}getStack(){const{layoutId:t}=this.options;if(t)return this.root.sharedNodes.get(t)}promote({needsReset:t,transition:e,preserveFollowOpacity:n}={}){const i=this.getStack();i&&i.promote(this,n),t&&(this.projectionDelta=void 0,this.needsReset=!0),e&&this.setOptions({transition:e})}relegate(){const t=this.getStack();return!!t&&t.relegate(this)}resetRotation(){const{visualElement:t}=this.options;if(!t)return;let e=!1;const{latestValues:n}=t;if((n.rotate||n.rotateX||n.rotateY||n.rotateZ)&&(e=!0),!e)return;const i={};for(let e=0;e<Rs.length;e++){const o="rotate"+Rs[e];n[o]&&(i[o]=n[o],t.setStaticValue(o,0))}null==t||t.render();for(const e in i)t.setStaticValue(e,i[e]);t.scheduleRender()}getProjectionStyles(t={}){var e,n;const i={};if(!this.instance||this.isSVG)return i;if(!this.isVisible)return{visibility:"hidden"};i.visibility="";const o=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,i.opacity="",i.pointerEvents=Ut(t.pointerEvents)||"",i.transform=o?o(this.latestValues,""):"none",i;const s=this.getLead();if(!this.projectionDelta||!this.layout||!s.target){const e={};return this.options.layoutId&&(e.opacity=void 0!==this.latestValues.opacity?this.latestValues.opacity:1,e.pointerEvents=Ut(t.pointerEvents)||""),this.hasProjected&&!po(this.latestValues)&&(e.transform=o?o({},""):"none",this.hasProjected=!1),e}const r=s.animationValues||s.latestValues;this.applyTransformsToTarget(),i.transform=Ms(this.projectionDeltaWithTransform,this.treeScale,r),o&&(i.transform=o(r,i.transform));const{x:a,y:l}=this.projectionDelta;i.transformOrigin=`${100*a.origin}% ${100*l.origin}% 0`,s.animationValues?i.opacity=s===this?null!==(n=null!==(e=r.opacity)&&void 0!==e?e:this.latestValues.opacity)&&void 0!==n?n:1:this.preserveOpacity?this.latestValues.opacity:r.opacityExit:i.opacity=s===this?void 0!==r.opacity?r.opacity:"":void 0!==r.opacityExit?r.opacityExit:0;for(const t in $){if(void 0===r[t])continue;const{correct:e,applyTo:n}=$[t],o="none"===i.transform?r[t]:e(r[t],s);if(n){const t=n.length;for(let e=0;e<t;e++)i[n[e]]=o}else i[t]=o}return this.options.layoutId&&(i.pointerEvents=s===this?Ut(t.pointerEvents)||"":"none"),i}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(t=>{var e;return null===(e=t.currentAnimation)||void 0===e?void 0:e.stop()}),this.root.nodes.forEach(Us),this.root.sharedNodes.clear()}}}function js(t){t.updateLayout()}function Fs(t){var e,n,i;const o=(null===(e=t.resumeFrom)||void 0===e?void 0:e.snapshot)||t.snapshot;if(t.isLead()&&t.layout&&o&&t.hasListeners("didUpdate")){const{layoutBox:e,measuredBox:n}=t.layout,{animationType:i}=t.options,s=o.source!==t.layout.source;"size"===i?lo(t=>{const n=s?o.measuredBox[t]:o.layoutBox[t],i=Ki(n);n.min=e[t].min,n.max=n.min+i}):Js(i,o.layoutBox,e)&&lo(t=>{const n=s?o.measuredBox[t]:o.layoutBox[t],i=Ki(e[t]);n.max=n.min+i});const r={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};Qi(r,e,o.layoutBox);const a={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};s?Qi(a,t.applyTransform(n,!0),o.measuredBox):Qi(a,e,o.layoutBox);const l=!Es(r);let u=!1;if(!t.resumeFrom){const n=t.getClosestProjectingParent();if(n&&!n.resumeFrom){const{snapshot:i,layout:s}=n;if(i&&s){const r={x:{min:0,max:0},y:{min:0,max:0}};no(r,o.layoutBox,i.layoutBox);const a={x:{min:0,max:0},y:{min:0,max:0}};no(a,e,s.layoutBox),Ss(r,a)||(u=!0),n.options.layoutRoot&&(t.relativeTarget=a,t.relativeTargetOrigin=r,t.relativeParent=n)}}}t.notifyListeners("didUpdate",{layout:e,snapshot:o,delta:a,layoutDelta:r,hasLayoutChanged:l,hasRelativeTargetChanged:u})}else t.isLead()&&(null===(i=(n=t.options).onExitComplete)||void 0===i||i.call(n));t.options.transition=void 0}function Is(t){t.isProjectionDirty||(t.isProjectionDirty=Boolean(t.parent&&t.parent.isProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=Boolean(t.parent&&t.parent.isTransformDirty))}function Os(t){t.clearSnapshot()}function Us(t){t.clearMeasurements()}function Ns(t){const{visualElement:e}=t.options;(null==e?void 0:e.getProps().onBeforeLayoutMeasure)&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function $s(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0}function Ws(t){t.resolveTargetDelta()}function Hs(t){t.calcProjection()}function zs(t){t.resetRotation()}function Ys(t){t.removeLeadSnapshot()}function Xs(t,e,n){t.translate=Sn(e.translate,0,n),t.scale=Sn(e.scale,1,n),t.origin=e.origin,t.originPoint=e.originPoint}function Gs(t,e,n,i){t.min=Sn(e.min,n.min,i),t.max=Sn(e.max,n.max,i)}function qs(t){return t.animationValues&&void 0!==t.animationValues.opacityExit}const Zs={duration:.45,ease:[.4,0,.1,1]};function Ks(t,e){let n=t.root;for(let e=t.path.length-1;e>=0;e--)if(Boolean(t.path[e].instance)){n=t.path[e];break}const i=(n&&n!==t.root?n.instance:document).querySelector(`[data-projection-id="${e}"]`);i&&t.mount(i,!0)}function _s(t){t.min=Math.round(t.min),t.max=Math.round(t.max)}function Js(t,e,n){return"position"===t||"preserve-aspect"===t&&!_i(As(e),As(n),.2)}const Qs=Ls({attachResizeListener:(t,e)=>Xt(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),tr={current:void 0},er=Ls({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!tr.current){const t=new Qs(0,{});t.mount(window),t.setOptions({layoutScroll:!0}),tr.current=t}return tr.current},resetTransform:(t,e)=>{t.style.transform=void 0!==e?e:"none"},checkIsScrollRoot:t=>Boolean("fixed"===window.getComputedStyle(t).position)}),nr={...$i,...xe,...Do,...ls},ir=O((t,e)=>zt(t,e,nr,ns,er));function or(t){return F(zt(t,{forwardMotionProps:!1},nr,ns,er))}export{or as createDomMotionComponent,ir as motion};
1
+ import*as t from"react";import e,{createContext as n,useContext as s,useLayoutEffect as i,useEffect as o,useRef as r,useInsertionEffect as a,useCallback as l,useMemo as u,forwardRef as c,createElement as h,useId as d}from"react";const p=n({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"}),m=n({});const f=n(null),g="undefined"!=typeof document,y=g?i:o,v=n({strict:!1});function x(t,e,n,i){const l=s(m).visualElement,u=s(v),c=s(f),h=s(p).reducedMotion,d=r();i=i||u.renderer,!d.current&&i&&(d.current=i(t,{visualState:e,parent:l,props:n,presenceContext:c,blockInitialAnimation:!!c&&!1===c.initial,reducedMotionConfig:h}));const g=d.current;a(()=>{g&&g.update(n,c)}),y(()=>{g&&g.render()}),o(()=>{g&&g.updateFeatures()});return(window.HandoffAppearAnimations?y:o)(()=>{g&&g.animationState&&g.animationState.animateChanges()}),g}function P(t){return"object"==typeof t&&Object.prototype.hasOwnProperty.call(t,"current")}function b(t){return"string"==typeof t||Array.isArray(t)}function T(t){return"object"==typeof t&&"function"==typeof t.start}const w=["initial","animate","exit","whileHover","whileDrag","whileTap","whileFocus","whileInView"];function A(t){return T(t.animate)||w.some(e=>b(t[e]))}function V(t){return Boolean(A(t)||t.variants)}function S(t){const{initial:e,animate:n}=function(t,e){if(A(t)){const{initial:e,animate:n}=t;return{initial:!1===e||b(e)?e:void 0,animate:b(n)?n:void 0}}return!1!==t.inherit?e:{}}(t,s(m));return u(()=>({initial:e,animate:n}),[E(e),E(n)])}function E(t){return Array.isArray(t)?t.join(" "):t}const C={animation:["animate","exit","variants","whileHover","whileTap","whileFocus","whileDrag","whileInView"],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"]},M={};for(const t in C)M[t]={isEnabled:e=>C[t].some(t=>!!e[t])};function D(t){const e=r(null);return null===e.current&&(e.current=t()),e.current}const L={hasAnimatedSinceResize:!0,hasEverUpdated:!1};let k=1;const R=n({}),B=n({}),F=Symbol.for("motionComponentSymbol");function j({preloadedFeatures:e,createVisualElement:n,useRender:i,useVisualState:o,Component:r}){e&&function(t){for(const e in t)M[e]={...M[e],...t[e]}}(e);const a=c((function(a,u){let c;const h={...s(p),...a,layoutId:I(a)},{isStatic:d}=h,f=S(a),y=d?void 0:D(()=>{if(L.hasEverUpdated)return k++}),b=o(a,d);if(!d&&g){f.visualElement=x(r,b,h,n);const t=s(B),i=s(v).strict;f.visualElement&&(c=f.visualElement.loadFeatures(h,i,e,y,t))}return t.createElement(m.Provider,{value:f},c&&f.visualElement?t.createElement(c,{visualElement:f.visualElement,...h}):null,i(r,a,y,function(t,e,n){return l(s=>{s&&t.mount&&t.mount(s),e&&(s?e.mount(s):e.unmount()),n&&("function"==typeof n?n(s):P(n)&&(n.current=s))},[e])}(b,f.visualElement,u),b,d,f.visualElement))}));return a[F]=r,a}function I({layoutId:t}){const e=s(R).id;return e&&void 0!==t?e+"-"+t:t}function O(t){function e(e,n={}){return j(t(e,n))}if("undefined"==typeof Proxy)return e;const n=new Map;return new Proxy(e,{get:(t,s)=>(n.has(s)||n.set(s,e(s)),n.get(s))})}const U=["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 N(t){return"string"==typeof t&&!t.includes("-")&&!!(U.indexOf(t)>-1||/[A-Z]/.test(t))}const $={};const W=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],H=new Set(W);function z(t,{layout:e,layoutId:n}){return H.has(t)||t.startsWith("origin")||(e||void 0!==n)&&(!!$[t]||"opacity"===t)}const Y=t=>Boolean(t&&t.getVelocity),X={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},G=(t,e)=>W.indexOf(t)-W.indexOf(e);function q(t){return t.startsWith("--")}const Z=(t,e)=>e&&"number"==typeof t?e.transform(t):t,K=(t,e,n)=>Math.min(Math.max(n,t),e),_={test:t=>"number"==typeof t,parse:parseFloat,transform:t=>t},J={..._,transform:t=>K(0,1,t)},Q={..._,default:1},tt=t=>Math.round(1e5*t)/1e5,et=/(-)?([\d]*\.?[\d])+/g,nt=/(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,st=/^(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function it(t){return"string"==typeof t}const ot=t=>({test:e=>it(e)&&e.endsWith(t)&&1===e.split(" ").length,parse:parseFloat,transform:e=>`${e}${t}`}),rt=ot("deg"),at=ot("%"),lt=ot("px"),ut=ot("vh"),ct=ot("vw"),ht={...at,parse:t=>at.parse(t)/100,transform:t=>at.transform(100*t)},dt={..._,transform:Math.round},pt={borderWidth:lt,borderTopWidth:lt,borderRightWidth:lt,borderBottomWidth:lt,borderLeftWidth:lt,borderRadius:lt,radius:lt,borderTopLeftRadius:lt,borderTopRightRadius:lt,borderBottomRightRadius:lt,borderBottomLeftRadius:lt,width:lt,maxWidth:lt,height:lt,maxHeight:lt,size:lt,top:lt,right:lt,bottom:lt,left:lt,padding:lt,paddingTop:lt,paddingRight:lt,paddingBottom:lt,paddingLeft:lt,margin:lt,marginTop:lt,marginRight:lt,marginBottom:lt,marginLeft:lt,rotate:rt,rotateX:rt,rotateY:rt,rotateZ:rt,scale:Q,scaleX:Q,scaleY:Q,scaleZ:Q,skew:rt,skewX:rt,skewY:rt,distance:lt,translateX:lt,translateY:lt,translateZ:lt,x:lt,y:lt,z:lt,perspective:lt,transformPerspective:lt,opacity:J,originX:ht,originY:ht,originZ:lt,zIndex:dt,fillOpacity:J,strokeOpacity:J,numOctaves:dt};function mt(t,e,n,s){const{style:i,vars:o,transform:r,transformKeys:a,transformOrigin:l}=t;a.length=0;let u=!1,c=!1,h=!0;for(const t in e){const n=e[t];if(q(t)){o[t]=n;continue}const s=pt[t],d=Z(n,s);if(H.has(t)){if(u=!0,r[t]=d,a.push(t),!h)continue;n!==(s.default||0)&&(h=!1)}else t.startsWith("origin")?(c=!0,l[t]=d):i[t]=d}if(e.transform||(u||s?i.transform=function({transform:t,transformKeys:e},{enableHardwareAcceleration:n=!0,allowTransformNone:s=!0},i,o){let r="";e.sort(G);for(const n of e)r+=`${X[n]||n}(${t[n]}) `;return n&&!t.z&&(r+="translateZ(0)"),r=r.trim(),o?r=o(t,i?"":r):s&&i&&(r="none"),r}(t,n,h,s):i.transform&&(i.transform="none")),c){const{originX:t="50%",originY:e="50%",originZ:n=0}=l;i.transformOrigin=`${t} ${e} ${n}`}}const ft=()=>({style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}});function gt(t,e,n){for(const s in e)Y(e[s])||z(s,n)||(t[s]=e[s])}function yt(t,e,n){const s={};return gt(s,t.style||{},t),Object.assign(s,function({transformTemplate:t},e,n){return u(()=>{const s={style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}};return mt(s,e,{enableHardwareAcceleration:!n},t),Object.assign({},s.vars,s.style)},[e])}(t,e,n)),t.transformValues?t.transformValues(s):s}function vt(t,e,n){const s={},i=yt(t,e,n);return t.drag&&!1!==t.dragListener&&(s.draggable=!1,i.userSelect=i.WebkitUserSelect=i.WebkitTouchCallout="none",i.touchAction=!0===t.drag?"none":"pan-"+("x"===t.drag?"y":"x")),void 0===t.tabIndex&&(t.onTap||t.onTapStart||t.whileTap)&&(s.tabIndex=0),s.style=i,s}const xt=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","transformValues","custom","inherit","onLayoutAnimationStart","onLayoutAnimationComplete","onLayoutMeasure","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","ignoreStrict","viewport"]);function Pt(t){return t.startsWith("while")||t.startsWith("drag")&&"draggable"!==t||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||xt.has(t)}let bt=t=>!Pt(t);try{(Tt=require("@emotion/is-prop-valid").default)&&(bt=t=>t.startsWith("on")?!Pt(t):Tt(t))}catch(t){}var Tt;function wt(t,e,n){return"string"==typeof t?t:lt.transform(e+n*t)}const At={offset:"stroke-dashoffset",array:"stroke-dasharray"},Vt={offset:"strokeDashoffset",array:"strokeDasharray"};function St(t,{attrX:e,attrY:n,originX:s,originY:i,pathLength:o,pathSpacing:r=1,pathOffset:a=0,...l},u,c,h){if(mt(t,l,u,h),c)return void(t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox));t.attrs=t.style,t.style={};const{attrs:d,style:p,dimensions:m}=t;d.transform&&(m&&(p.transform=d.transform),delete d.transform),m&&(void 0!==s||void 0!==i||p.transform)&&(p.transformOrigin=function(t,e,n){return`${wt(e,t.x,t.width)} ${wt(n,t.y,t.height)}`}(m,void 0!==s?s:.5,void 0!==i?i:.5)),void 0!==e&&(d.x=e),void 0!==n&&(d.y=n),void 0!==o&&function(t,e,n=1,s=0,i=!0){t.pathLength=1;const o=i?At:Vt;t[o.offset]=lt.transform(-s);const r=lt.transform(e),a=lt.transform(n);t[o.array]=`${r} ${a}`}(d,o,r,a,!1)}const Et=()=>({style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{},attrs:{}}),Ct=t=>"string"==typeof t&&"svg"===t.toLowerCase();function Mt(t,e,n,s){const i=u(()=>{const n={style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{},attrs:{}};return St(n,e,{enableHardwareAcceleration:!1},Ct(s),t.transformTemplate),{...n.attrs,style:{...n.style}}},[e]);if(t.style){const e={};gt(e,t.style,t),i.style={...e,...i.style}}return i}function Dt(t=!1){return(e,n,s,i,{latestValues:o},r)=>{const a=(N(e)?Mt:vt)(n,o,r,e),l={...function(t,e,n){const s={};for(const i in t)"values"===i&&"object"==typeof t.values||(bt(i)||!0===n&&Pt(i)||!e&&!Pt(i)||t.draggable&&i.startsWith("onDrag"))&&(s[i]=t[i]);return s}(n,"string"==typeof e,t),...a,ref:i},{children:c}=n,d=u(()=>Y(c)?c.get():c,[c]);return s&&(l["data-projection-id"]=s),h(e,{...l,children:d})}}const Lt=t=>t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();function kt(t,{style:e,vars:n},s,i){Object.assign(t.style,e,i&&i.getProjectionStyles(s));for(const e in n)t.style.setProperty(e,n[e])}const Rt=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"]);function Bt(t,e,n,s){kt(t,e,void 0,s);for(const n in e.attrs)t.setAttribute(Rt.has(n)?n:Lt(n),e.attrs[n])}function Ft(t,e){const{style:n}=t,s={};for(const i in n)(Y(n[i])||e.style&&Y(e.style[i])||z(i,t))&&(s[i]=n[i]);return s}function jt(t,e){const n=Ft(t,e);for(const s in t)if(Y(t[s])||Y(e[s])){n["x"===s||"y"===s?"attr"+s.toUpperCase():s]=t[s]}return n}function It(t,e,n,s={},i={}){return"function"==typeof e&&(e=e(void 0!==n?n:t.custom,s,i)),"string"==typeof e&&(e=t.variants&&t.variants[e]),"function"==typeof e&&(e=e(void 0!==n?n:t.custom,s,i)),e}const Ot=t=>Array.isArray(t);function Ut(t){const e=Y(t)?t.get():t;return n=e,Boolean(n&&"object"==typeof n&&n.mix&&n.toValue)?e.toValue():e;var n}const Nt=t=>(e,n)=>{const i=s(m),o=s(f),r=()=>function({scrapeMotionValuesFromProps:t,createRenderState:e,onMount:n},s,i,o){const r={latestValues:$t(s,i,o,t),renderState:e()};return n&&(r.mount=t=>n(s,t,r)),r}(t,e,i,o);return n?r():D(r)};function $t(t,e,n,s){const i={},o=s(t,{});for(const t in o)i[t]=Ut(o[t]);let{initial:r,animate:a}=t;const l=A(t),u=V(t);e&&u&&!l&&!1!==t.inherit&&(void 0===r&&(r=e.initial),void 0===a&&(a=e.animate));let c=!!n&&!1===n.initial;c=c||!1===r;const h=c?a:r;if(h&&"boolean"!=typeof h&&!T(h)){(Array.isArray(h)?h:[h]).forEach(e=>{const n=It(t,e);if(!n)return;const{transitionEnd:s,transition:o,...r}=n;for(const t in r){let e=r[t];if(Array.isArray(e)){e=e[c?e.length-1:0]}null!==e&&(i[t]=e)}for(const t in s)i[t]=s[t]})}return i}const Wt={useVisualState:Nt({scrapeMotionValuesFromProps:jt,createRenderState:Et,onMount:(t,e,{renderState:n,latestValues:s})=>{try{n.dimensions="function"==typeof e.getBBox?e.getBBox():e.getBoundingClientRect()}catch(t){n.dimensions={x:0,y:0,width:0,height:0}}St(n,s,{enableHardwareAcceleration:!1},Ct(e.tagName),t.transformTemplate),Bt(e,n)}})},Ht={useVisualState:Nt({scrapeMotionValuesFromProps:Ft,createRenderState:ft})};function zt(t,{forwardMotionProps:e=!1},n,s){return{...N(t)?Wt:Ht,preloadedFeatures:n,useRender:Dt(e),createVisualElement:s,Component:t}}function Yt(t,e,n,s={passive:!0}){return t.addEventListener(e,n,s),()=>t.removeEventListener(e,n)}const Xt=t=>"mouse"===t.pointerType?"number"!=typeof t.button||t.button<=0:!1!==t.isPrimary;function Gt(t,e="page"){return{point:{x:t[e+"X"],y:t[e+"Y"]}}}function qt(t,e,n,s){return Yt(t,e,(t=>e=>Xt(e)&&t(e,Gt(e)))(n),s)}var Zt;!function(t){t.Animate="animate",t.Hover="whileHover",t.Tap="whileTap",t.Drag="whileDrag",t.Focus="whileFocus",t.InView="whileInView",t.Exit="exit"}(Zt||(Zt={}));const Kt=(t,e)=>n=>e(t(n)),_t=(...t)=>t.reduce(Kt);function Jt(t){let e=null;return()=>{const n=()=>{e=null};return null===e&&(e=t,n)}}const Qt=Jt("dragHorizontal"),te=Jt("dragVertical");function ee(t){let e=!1;if("y"===t)e=te();else if("x"===t)e=Qt();else{const t=Qt(),n=te();t&&n?e=()=>{t(),n()}:(t&&t(),n&&n())}return e}function ne(){const t=ee(!0);return!t||(t(),!1)}class se{constructor(t){this.isMounted=!1,this.node=t}update(){}}function ie(t,e){const n="pointer"+(e?"enter":"leave"),s="onHover"+(e?"Start":"End");return qt(t.current,n,(n,i)=>{if("touch"===n.type||ne())return;const o=t.getProps();t.animationState&&o.whileHover&&t.animationState.setActive(Zt.Hover,e),o[s]&&o[s](n,i)},{passive:!t.getProps()[s]})}const oe=(t,e)=>!!e&&(t===e||oe(t,e.parentElement)),re=t=>t;function ae(t,e){if(!e)return;const n=new PointerEvent("pointer"+t);e(n,Gt(n))}const le=new WeakMap,ue=new WeakMap,ce=t=>{const e=le.get(t.target);e&&e(t)},he=t=>{t.forEach(ce)};function de(t,e,n){const s=function({root:t,...e}){const n=t||document;ue.has(n)||ue.set(n,{});const s=ue.get(n),i=JSON.stringify(e);return s[i]||(s[i]=new IntersectionObserver(he,{root:t,...e})),s[i]}(e);return le.set(t,n),s.observe(t),()=>{le.delete(t),s.unobserve(t)}}const pe={some:0,all:1};const me={inView:{Feature:class extends se{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}viewportFallback(){requestAnimationFrame(()=>{this.hasEnteredView=!0;const{onViewportEnter:t}=this.node.getProps();t&&t(null),this.node.animationState&&this.node.animationState.setActive(Zt.InView,!0)})}startObserver(){this.unmount();const{viewport:t={}}=this.node.getProps(),{root:e,margin:n,amount:s="some",once:i,fallback:o=!0}=t;if("undefined"==typeof IntersectionObserver)return void(o&&this.viewportFallback());const r={root:e?e.current:void 0,rootMargin:n,threshold:"number"==typeof s?s:pe[s]};return de(this.node.current,r,t=>{const{isIntersecting:e}=t;if(this.isInView===e)return;if(this.isInView=e,i&&!e&&this.hasEnteredView)return;e&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive(Zt.InView,e);const{onViewportEnter:n,onViewportLeave:s}=this.node.getProps(),o=e?n:s;o&&o(t)})}mount(){this.startObserver()}update(){if("undefined"==typeof IntersectionObserver)return;const{props:t,prevProps:e}=this.node;["amount","margin","root"].some(function({viewport:t={}},{viewport:e={}}={}){return n=>t[n]!==e[n]}(t,e))&&this.startObserver()}unmount(){}}},tap:{Feature:class extends se{constructor(){super(...arguments),this.removeStartListeners=re,this.removeEndListeners=re,this.removeAccessibleListeners=re,this.startPointerPress=(t,e)=>{if(this.removeEndListeners(),this.isPressing)return;const n=this.node.getProps(),s=qt(window,"pointerup",(t,e)=>{if(!this.checkPressEnd())return;const{onTap:n,onTapCancel:s}=this.node.getProps();oe(this.node.current,t.target)?n&&n(t,e):s&&s(t,e)},{passive:!(n.onTap||n.onPointerUp)}),i=qt(window,"pointercancel",(t,e)=>this.cancelPress(t,e),{passive:!(n.onTapCancel||n.onPointerCancel)});this.removeEndListeners=_t(s,i),this.startPress(t,e)},this.startAccessiblePress=()=>{const t=Yt(this.node.current,"keydown",t=>{if("Enter"!==t.key||this.isPressing)return;this.removeEndListeners(),this.removeEndListeners=Yt(this.node.current,"keyup",t=>{"Enter"===t.key&&this.checkPressEnd()&&ae("up",this.node.getProps().onTap)}),ae("down",(t,e)=>{this.startPress(t,e)})}),e=Yt(this.node.current,"blur",()=>{this.isPressing&&ae("cancel",(t,e)=>this.cancelPress(t,e))});this.removeAccessibleListeners=_t(t,e)}}startPress(t,e){this.isPressing=!0;const{onTapStart:n,whileTap:s}=this.node.getProps();s&&this.node.animationState&&this.node.animationState.setActive(Zt.Tap,!0),n&&n(t,e)}checkPressEnd(){this.removeEndListeners(),this.isPressing=!1;return this.node.getProps().whileTap&&this.node.animationState&&this.node.animationState.setActive(Zt.Tap,!1),!ne()}cancelPress(t,e){if(!this.checkPressEnd())return;const{onTapCancel:n}=this.node.getProps();n&&n(t,e)}mount(){const t=this.node.getProps(),e=qt(this.node.current,"pointerdown",this.startPointerPress,{passive:!(t.onTapStart||t.onPointerStart)}),n=Yt(this.node.current,"focus",this.startAccessiblePress);this.removeStartListeners=_t(e,n)}unmount(){this.removeStartListeners(),this.removeEndListeners(),this.removeAccessibleListeners()}}},focus:{Feature:class extends se{constructor(){super(...arguments),this.isActive=!1}onFocus(){let t=!1;try{t=this.node.current.matches(":focus-visible")}catch(e){t=!0}t&&this.node.animationState&&(this.node.animationState.setActive(Zt.Focus,!0),this.isActive=!0)}onBlur(){this.isActive&&this.node.animationState&&(this.node.animationState.setActive(Zt.Focus,!1),this.isActive=!1)}mount(){this.unmount=_t(Yt(this.node.current,"focus",()=>this.onFocus()),Yt(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}},hover:{Feature:class extends se{mount(){this.unmount=_t(ie(this.node,!0),ie(this.node,!1))}unmount(){}}}};function fe(t,e){if(!Array.isArray(e))return!1;const n=e.length;if(n!==t.length)return!1;for(let s=0;s<n;s++)if(e[s]!==t[s])return!1;return!0}const ge=t=>/^0[^.\s]+$/.test(t),ye={delta:0,timestamp:0},ve="undefined"!=typeof performance?()=>performance.now():()=>Date.now(),xe="undefined"!=typeof window?t=>window.requestAnimationFrame(t):t=>setTimeout(()=>t(ve()),1/60*1e3);let Pe=!0,be=!1,Te=!1;const we=["read","update","preRender","render","postRender"],Ae=we.reduce((t,e)=>(t[e]=function(t){let e=[],n=[],s=0,i=!1,o=!1;const r=new WeakSet,a={schedule:(t,o=!1,a=!1)=>{const l=a&&i,u=l?e:n;return o&&r.add(t),-1===u.indexOf(t)&&(u.push(t),l&&i&&(s=e.length)),t},cancel:t=>{const e=n.indexOf(t);-1!==e&&n.splice(e,1),r.delete(t)},process:l=>{if(i)o=!0;else{if(i=!0,[e,n]=[n,e],n.length=0,s=e.length,s)for(let n=0;n<s;n++){const s=e[n];s(l),r.has(s)&&(a.schedule(s),t())}i=!1,o&&(o=!1,a.process(l))}}};return a}(()=>be=!0),t),{}),Ve=we.reduce((t,e)=>{const n=Ae[e];return t[e]=(t,e=!1,s=!1)=>(be||De(),n.schedule(t,e,s)),t},{}),Se=we.reduce((t,e)=>(t[e]=Ae[e].cancel,t),{}),Ee=we.reduce((t,e)=>(t[e]=()=>Ae[e].process(ye),t),{}),Ce=t=>Ae[t].process(ye),Me=t=>{be=!1,ye.delta=Pe?1/60*1e3:Math.max(Math.min(t-ye.timestamp,40),1),ye.timestamp=t,Te=!0,we.forEach(Ce),Te=!1,be&&(Pe=!1,xe(Me))},De=()=>{be=!0,Pe=!0,Te||xe(Me)};function Le(t,e){-1===t.indexOf(e)&&t.push(e)}function ke(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}class Re{constructor(){this.subscriptions=[]}add(t){return Le(this.subscriptions,t),()=>ke(this.subscriptions,t)}notify(t,e,n){const s=this.subscriptions.length;if(s)if(1===s)this.subscriptions[0](t,e,n);else for(let i=0;i<s;i++){const s=this.subscriptions[i];s&&s(t,e,n)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}function Be(t,e){return e?t*(1e3/e):0}class Fe{constructor(t,e={}){var n;this.version="9.0.3",this.timeDelta=0,this.lastUpdated=0,this.canTrackVelocity=!1,this.events={},this.updateAndNotify=(t,e=!0)=>{this.prev=this.current,this.current=t;const{delta:n,timestamp:s}=ye;this.lastUpdated!==s&&(this.timeDelta=n,this.lastUpdated=s,Ve.postRender(this.scheduleVelocityCheck)),this.prev!==this.current&&this.events.change&&this.events.change.notify(this.current),this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()),e&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>Ve.postRender(this.velocityCheck),this.velocityCheck=({timestamp:t})=>{t!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=t,this.canTrackVelocity=(n=this.current,!isNaN(parseFloat(n))),this.owner=e.owner}onChange(t){return this.on("change",t)}on(t,e){this.events[t]||(this.events[t]=new Re);const n=this.events[t].add(e);return"change"===t?()=>{n(),Ve.read(()=>{this.events.change.getSize()||this.stop()})}:n}clearListeners(){for(const t in this.events)this.events[t].clear()}attach(t,e){this.passiveEffect=t,this.stopPassiveEffect=e}set(t,e=!0){e&&this.passiveEffect?this.passiveEffect(t,this.updateAndNotify):this.updateAndNotify(t,e)}setWithVelocity(t,e,n){this.set(e),this.prev=t,this.timeDelta=n}jump(t){this.updateAndNotify(t),this.prev=t,this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?Be(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(t){return this.stop(),new Promise(e=>{this.hasAnimated=!0,this.animation=t(e)||null,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(){this.animation=null}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function je(t,e){return new Fe(t,e)}const Ie=(t,e)=>n=>Boolean(it(n)&&st.test(n)&&n.startsWith(t)||e&&Object.prototype.hasOwnProperty.call(n,e)),Oe=(t,e,n)=>s=>{if(!it(s))return s;const[i,o,r,a]=s.match(et);return{[t]:parseFloat(i),[e]:parseFloat(o),[n]:parseFloat(r),alpha:void 0!==a?parseFloat(a):1}},Ue={..._,transform:t=>Math.round((t=>K(0,255,t))(t))},Ne={test:Ie("rgb","red"),parse:Oe("red","green","blue"),transform:({red:t,green:e,blue:n,alpha:s=1})=>"rgba("+Ue.transform(t)+", "+Ue.transform(e)+", "+Ue.transform(n)+", "+tt(J.transform(s))+")"};const $e={test:Ie("#"),parse:function(t){let e="",n="",s="",i="";return t.length>5?(e=t.substring(1,3),n=t.substring(3,5),s=t.substring(5,7),i=t.substring(7,9)):(e=t.substring(1,2),n=t.substring(2,3),s=t.substring(3,4),i=t.substring(4,5),e+=e,n+=n,s+=s,i+=i),{red:parseInt(e,16),green:parseInt(n,16),blue:parseInt(s,16),alpha:i?parseInt(i,16)/255:1}},transform:Ne.transform},We={test:Ie("hsl","hue"),parse:Oe("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:n,alpha:s=1})=>"hsla("+Math.round(t)+", "+at.transform(tt(e))+", "+at.transform(tt(n))+", "+tt(J.transform(s))+")"},He={test:t=>Ne.test(t)||$e.test(t)||We.test(t),parse:t=>Ne.test(t)?Ne.parse(t):We.test(t)?We.parse(t):$e.parse(t),transform:t=>it(t)?t:t.hasOwnProperty("red")?Ne.transform(t):We.transform(t)};function ze(t){"number"==typeof t&&(t=""+t);const e=[];let n=0,s=0;const i=t.match(nt);i&&(n=i.length,t=t.replace(nt,"${c}"),e.push(...i.map(He.parse)));const o=t.match(et);return o&&(s=o.length,t=t.replace(et,"${n}"),e.push(...o.map(_.parse))),{values:e,numColors:n,numNumbers:s,tokenised:t}}function Ye(t){return ze(t).values}function Xe(t){const{values:e,numColors:n,tokenised:s}=ze(t),i=e.length;return t=>{let e=s;for(let s=0;s<i;s++)e=e.replace(s<n?"${c}":"${n}",s<n?He.transform(t[s]):tt(t[s]));return e}}const Ge=t=>"number"==typeof t?0:t;const qe={test:function(t){var e,n;return isNaN(t)&&it(t)&&((null===(e=t.match(et))||void 0===e?void 0:e.length)||0)+((null===(n=t.match(nt))||void 0===n?void 0:n.length)||0)>0},parse:Ye,createTransformer:Xe,getAnimatableNone:function(t){const e=Ye(t);return Xe(t)(e.map(Ge))}},Ze=new Set(["brightness","contrast","saturate","opacity"]);function Ke(t){const[e,n]=t.slice(0,-1).split("(");if("drop-shadow"===e)return t;const[s]=n.match(et)||[];if(!s)return t;const i=n.replace(s,"");let o=Ze.has(e)?1:0;return s!==n&&(o*=100),e+"("+o+i+")"}const _e=/([a-z-]*)\(.*?\)/g,Je={...qe,getAnimatableNone:t=>{const e=t.match(_e);return e?e.map(Ke).join(" "):t}},Qe={...pt,color:He,backgroundColor:He,outlineColor:He,fill:He,stroke:He,borderColor:He,borderTopColor:He,borderRightColor:He,borderBottomColor:He,borderLeftColor:He,filter:Je,WebkitFilter:Je},tn=t=>Qe[t];function en(t,e){let n=tn(t);return n!==Je&&(n=qe),n.getAnimatableNone?n.getAnimatableNone(e):void 0}const nn=t=>e=>e.test(t),sn=[_,lt,at,rt,ct,ut,{test:t=>"auto"===t,parse:t=>t}],on=t=>sn.find(nn(t)),rn=[...sn,He,qe],an=t=>rn.find(nn(t));function ln(t,e,n){const s=t.getProps();return It(s,e,void 0!==n?n:s.custom,function(t){const e={};return t.values.forEach((t,n)=>e[n]=t.get()),e}(t),function(t){const e={};return t.values.forEach((t,n)=>e[n]=t.getVelocity()),e}(t))}function un(t,e,n){t.hasValue(e)?t.getValue(e).set(n):t.addValue(e,je(n))}function cn(t,e){if(!e)return;return(e[t]||e.default||e).from}function hn(t){return Boolean(Y(t)&&t.add)}const dn="data-"+Lt("framerAppearId");const pn=t=>1e3*t,mn=!1,fn=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,gn=t=>e=>1-t(1-e),yn=t=>t*t,vn=gn(yn),xn=fn(yn),Pn=(t,e,n)=>-n*t+n*e+t;function bn(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+6*(e-t)*n:n<.5?e:n<2/3?t+(e-t)*(2/3-n)*6:t}const Tn=(t,e,n)=>{const s=t*t;return Math.sqrt(Math.max(0,n*(e*e-s)+s))},wn=[$e,Ne,We];function An(t){const e=(n=t,wn.find(t=>t.test(n)));var n;let s=e.parse(t);return e===We&&(s=function({hue:t,saturation:e,lightness:n,alpha:s}){t/=360,n/=100;let i=0,o=0,r=0;if(e/=100){const s=n<.5?n*(1+e):n+e-n*e,a=2*n-s;i=bn(a,s,t+1/3),o=bn(a,s,t),r=bn(a,s,t-1/3)}else i=o=r=n;return{red:Math.round(255*i),green:Math.round(255*o),blue:Math.round(255*r),alpha:s}}(s)),s}const Vn=(t,e)=>{const n=An(t),s=An(e),i={...n};return t=>(i.red=Tn(n.red,s.red,t),i.green=Tn(n.green,s.green,t),i.blue=Tn(n.blue,s.blue,t),i.alpha=Pn(n.alpha,s.alpha,t),Ne.transform(i))};function Sn(t,e){return"number"==typeof t?n=>Pn(t,e,n):He.test(t)?Vn(t,e):Mn(t,e)}const En=(t,e)=>{const n=[...t],s=n.length,i=t.map((t,n)=>Sn(t,e[n]));return t=>{for(let e=0;e<s;e++)n[e]=i[e](t);return n}},Cn=(t,e)=>{const n={...t,...e},s={};for(const i in n)void 0!==t[i]&&void 0!==e[i]&&(s[i]=Sn(t[i],e[i]));return t=>{for(const e in s)n[e]=s[e](t);return n}},Mn=(t,e)=>{const n=qe.createTransformer(e),s=ze(t),i=ze(e);return s.numColors===i.numColors&&s.numNumbers>=i.numNumbers?_t(En(s.values,i.values),n):n=>""+(n>0?e:t)},Dn=(t,e,n)=>{const s=e-t;return 0===s?1:(n-t)/s},Ln=(t,e)=>n=>Pn(t,e,n);function kn(t,e,n){const s=[],i=n||("number"==typeof(o=t[0])?Ln:"string"==typeof o?He.test(o)?Vn:Mn:Array.isArray(o)?En:"object"==typeof o?Cn:Ln);var o;const r=t.length-1;for(let n=0;n<r;n++){let o=i(t[n],t[n+1]);if(e){const t=Array.isArray(e)?e[n]:e;o=_t(t,o)}s.push(o)}return s}function Rn(t,e,{clamp:n=!0,ease:s,mixer:i}={}){const o=t.length;e.length,!s||!Array.isArray(s)||s.length,t[0]>t[o-1]&&(t=[...t].reverse(),e=[...e].reverse());const r=kn(e,s,i),a=r.length,l=e=>{let n=0;if(a>1)for(;n<t.length-2&&!(e<t[n+1]);n++);const s=Dn(t[n],t[n+1],e);return r[n](s)};return n?e=>l(K(t[0],t[o-1],e)):l}const Bn=(t,e,n)=>(((1-3*n+3*e)*t+(3*n-6*e))*t+3*e)*t;function Fn(t,e,n,s){if(t===e&&n===s)return re;const i=e=>function(t,e,n,s,i){let o,r,a=0;do{r=e+(n-e)/2,o=Bn(r,s,i)-t,o>0?n=r:e=r}while(Math.abs(o)>1e-7&&++a<12);return r}(e,0,1,t,n);return t=>0===t||1===t?t:Bn(i(t),e,s)}const jn=t=>1-Math.sin(Math.acos(t)),In=gn(jn),On=fn(In),Un=Fn(.33,1.53,.69,.99),Nn=gn(Un),$n=fn(Nn),Wn={linear:re,easeIn:yn,easeInOut:xn,easeOut:vn,circIn:jn,circInOut:On,circOut:In,backIn:Nn,backInOut:$n,backOut:Un,anticipate:t=>(t*=2)<1?.5*Nn(t):.5*(2-Math.pow(2,-10*(t-1)))},Hn=t=>{if(Array.isArray(t)){t.length;const[e,n,s,i]=t;return Fn(e,n,s,i)}return"string"==typeof t?Wn[t]:t};function zn({keyframes:t,ease:e=xn,times:n,duration:s=300}){t=[...t];const i=(t=>Array.isArray(t)&&"number"!=typeof t[0])(e)?e.map(Hn):Hn(e),o={done:!1,value:t[0]},r=function(t,e){return t.map(t=>t*e)}(n&&n.length===t.length?n:function(t){const e=t.length;return t.map((t,n)=>0!==n?n/(e-1):0)}(t),s);function a(){return Rn(r,t,{ease:Array.isArray(i)?i:(e=t,n=i,e.map(()=>n||xn).splice(0,e.length-1))});var e,n}let l=a();return{next:t=>(o.value=l(t),o.done=t>=s,o),flipTarget:()=>{t.reverse(),l=a()}}}function Yn({duration:t=800,bounce:e=.25,velocity:n=0,mass:s=1}){let i,o,r=1-e;r=K(.05,1,r),t=K(.01,10,t/1e3),r<1?(i=e=>{const s=e*r,i=s*t;return.001-(s-n)/Xn(e,r)*Math.exp(-i)},o=e=>{const s=e*r*t,o=s*n+n,a=Math.pow(r,2)*Math.pow(e,2)*t,l=Math.exp(-s),u=Xn(Math.pow(e,2),r);return(.001-i(e)>0?-1:1)*((o-a)*l)/u}):(i=e=>Math.exp(-e*t)*((e-n)*t+1)-.001,o=e=>Math.exp(-e*t)*(t*t*(n-e)));const a=function(t,e,n){let s=n;for(let n=1;n<12;n++)s-=t(s)/e(s);return s}(i,o,5/t);if(t*=1e3,isNaN(a))return{stiffness:100,damping:10,duration:t};{const e=Math.pow(a,2)*s;return{stiffness:e,damping:2*r*Math.sqrt(s*e),duration:t}}}function Xn(t,e){return t*Math.sqrt(1-e*e)}const Gn=["duration","bounce"],qn=["stiffness","damping","mass"];function Zn(t,e){return e.some(e=>void 0!==t[e])}function Kn({keyframes:t,restDelta:e,restSpeed:n,...s}){let i=t[0],o=t[t.length-1];const r={done:!1,value:i},{stiffness:a,damping:l,mass:u,velocity:c,duration:h,isResolvedFromDuration:d}=function(t){let e={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...t};if(!Zn(t,qn)&&Zn(t,Gn)){const n=Yn(t);e={...e,...n,velocity:0,mass:1},e.isResolvedFromDuration=!0}return e}(s);let p=_n,m=c?-c/1e3:0;const f=l/(2*Math.sqrt(a*u));function g(){const t=o-i,s=Math.sqrt(a/u)/1e3,r=Math.abs(t)<5;if(n||(n=r?.01:2),e||(e=r?.005:.5),f<1){const e=Xn(s,f);p=n=>{const i=Math.exp(-f*s*n);return o-i*((m+f*s*t)/e*Math.sin(e*n)+t*Math.cos(e*n))}}else if(1===f)p=e=>o-Math.exp(-s*e)*(t+(m+s*t)*e);else{const e=s*Math.sqrt(f*f-1);p=n=>{const i=Math.exp(-f*s*n),r=Math.min(e*n,300);return o-i*((m+f*s*t)*Math.sinh(r)+e*t*Math.cosh(r))/e}}}return g(),{next:t=>{const s=p(t);if(d)r.done=t>=h;else{let i=m;if(0!==t)if(f<1){const e=Math.max(0,t-5);i=Be(s-p(e),t-e)}else i=0;const a=Math.abs(i)<=n,l=Math.abs(o-s)<=e;r.done=a&&l}return r.value=r.done?o:s,r},flipTarget:()=>{m=-m,[i,o]=[o,i],g()}}}Kn.needsInterpolation=(t,e)=>"string"==typeof t||"string"==typeof e;const _n=t=>0;const Jn={decay:function({keyframes:t=[0],velocity:e=0,power:n=.8,timeConstant:s=350,restDelta:i=.5,modifyTarget:o}){const r=t[0],a={done:!1,value:r};let l=n*e;const u=r+l,c=void 0===o?u:o(u);return c!==u&&(l=c-r),{next:t=>{const e=-l*Math.exp(-t/s);return a.done=!(e>i||e<-i),a.value=a.done?c:c+e,a},flipTarget:()=>{}}},keyframes:zn,tween:zn,spring:Kn};function Qn(t,e,n=0){return t-e-n}const ts=t=>{const e=({delta:e})=>t(e);return{start:()=>Ve.update(e,!0),stop:()=>Se.update(e)}};function es({duration:t,driver:e=ts,elapsed:n=0,repeat:s=0,repeatType:i="loop",repeatDelay:o=0,keyframes:r,autoplay:a=!0,onPlay:l,onStop:u,onComplete:c,onRepeat:h,onUpdate:d,type:p="keyframes",...m}){const f=n;let g,y,v=0,x=t,P=!1,b=!0;const T=Jn[r.length>2?"keyframes":p]||zn,w=r[0],A=r[r.length-1];let V={done:!1,value:w};const{needsInterpolation:S}=T;S&&S(w,A)&&(y=Rn([0,100],[w,A],{clamp:!1}),r=[0,100]);const E=T({...m,duration:t,keyframes:r});function C(){v++,"reverse"===i?(b=v%2==0,n=function(t,e=0,n=0,s=!0){return s?Qn(e+-t,e,n):e-(t-e)+n}(n,x,o,b)):(n=Qn(n,x,o),"mirror"===i&&E.flipTarget()),P=!1,h&&h()}function M(t){b||(t=-t),n+=t,P||(V=E.next(Math.max(0,n)),y&&(V.value=y(V.value)),P=b?V.done:n<=0),d&&d(V.value),P&&(0===v&&(x=void 0!==x?x:n),v<s?function(t,e,n,s){return s?t>=e+n:t<=-n}(n,x,o,b)&&C():(g&&g.stop(),c&&c()))}return a&&(l&&l(),g=e(M),g.start()),{stop:()=>{u&&u(),g&&g.stop()},set currentTime(t){n=f,M(t)},sample:e=>{n=f;const s=t&&"number"==typeof t?Math.max(.5*t,50):50;let i=0;for(M(0);i<=e;){const t=e-i;M(Math.min(t,s)),i+=s}return V}}}const ns=([t,e,n,s])=>`cubic-bezier(${t}, ${e}, ${n}, ${s})`,ss={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:ns([0,.65,.55,1]),circOut:ns([.55,0,1,.45]),backIn:ns([.31,.01,.66,-.59]),backOut:ns([.33,1.53,.69,.99])};function is(t){if(t)return Array.isArray(t)?ns(t):ss[t]}const os={waapi:()=>Object.hasOwnProperty.call(Element.prototype,"animate")},rs={},as={};for(const t in os)as[t]=()=>(void 0===rs[t]&&(rs[t]=os[t]()),rs[t]);const ls=new Set(["opacity"]);function us(t,e,{onUpdate:n,onComplete:s,...i}){if(!(as.waapi()&&ls.has(e)&&!i.repeatDelay&&"mirror"!==i.repeatType&&0!==i.damping))return!1;let{keyframes:o,duration:r=300,elapsed:a=0,ease:l}=i;if("spring"===i.type||!(!(u=i.ease)||Array.isArray(u)||"string"==typeof u&&ss[u])){if(i.repeat===1/0)return;const t=es({...i,elapsed:0});let e={done:!1,value:o[0]};const n=[];let s=0;for(;!e.done&&s<2e4;)e=t.sample(s),n.push(e.value),s+=10;o=n,r=s-10,l="linear"}var u;const c=function(t,e,n,{delay:s=0,duration:i,repeat:o=0,repeatType:r="loop",ease:a,times:l}={}){return t.animate({[e]:n,offset:l},{delay:s,duration:i,easing:is(a),fill:"both",iterations:o+1,direction:"reverse"===r?"alternate":"normal"})}(t.owner.current,e,o,{...i,delay:-a,duration:r,ease:l});return c.onfinish=()=>{t.set(function(t,{repeat:e,repeatType:n="loop"}){return t[e&&"loop"!==n&&e%2==1?0:t.length-1]}(o,i)),Ve.update(()=>c.cancel()),s&&s()},{get currentTime(){return c.currentTime||0},set currentTime(t){c.currentTime=t},stop:()=>{const{currentTime:e}=c;if(e){const n=es({...i,autoplay:!1});t.setWithVelocity(n.sample(e-10).value,n.sample(e).value,10)}Ve.update(()=>c.cancel())}}}function cs(t,e){const n=performance.now(),s=({timestamp:i})=>{const o=i-n;o>=e&&(Se.read(s),t(o-e))};return Ve.read(s,!0),()=>Se.read(s)}function hs({keyframes:t,elapsed:e,onUpdate:n,onComplete:s}){const i=()=>{n&&n(t[t.length-1]),s&&s()};return e?{stop:cs(i,-e)}:i()}const ds=()=>({type:"spring",stiffness:500,damping:25,restSpeed:10}),ps=t=>({type:"spring",stiffness:550,damping:0===t?2*Math.sqrt(550):30,restSpeed:10}),ms=()=>({type:"keyframes",ease:"linear",duration:.3}),fs={type:"keyframes",duration:.8},gs={x:ds,y:ds,z:ds,rotate:ds,rotateX:ds,rotateY:ds,rotateZ:ds,scaleX:ps,scaleY:ps,scale:ps,opacity:ms,backgroundColor:ms,color:ms,default:ps},ys=(t,{keyframes:e})=>{if(e.length>2)return fs;return(gs[t]||gs.default)(e[1])},vs=(t,e)=>"zIndex"!==t&&(!("number"!=typeof e&&!Array.isArray(e))||!("string"!=typeof e||!qe.test(e)||e.startsWith("url(")));function xs(t){return 0===t||"string"==typeof t&&0===parseFloat(t)&&-1===t.indexOf(" ")}function Ps(t){return"number"==typeof t?0:en("",t)}function bs(t,e){return t[e]||t.default||t}const Ts=(t,e,n,s={})=>i=>{const o=bs(s,t)||{},r=o.delay||s.delay||0;let{elapsed:a=0}=s;a-=pn(r);const l=function(t,e,n,s){const i=vs(e,n);let o=void 0!==s.from?s.from:t.get();return"none"===o&&i&&"string"==typeof n?o=en(e,n):xs(o)&&"string"==typeof n?o=Ps(n):!Array.isArray(n)&&xs(n)&&"string"==typeof o&&(n=Ps(o)),Array.isArray(n)?(null===n[0]&&(n[0]=o),n):[o,n]}(e,t,n,o),u=l[0],c=l[l.length-1],h=vs(t,u),d=vs(t,c);let p={keyframes:l,velocity:e.getVelocity(),...o,elapsed:a,onUpdate:t=>{e.set(t),o.onUpdate&&o.onUpdate(t)},onComplete:()=>{i(),o.onComplete&&o.onComplete()}};if(!h||!d||mn||!1===o.type)return hs(p);if("inertia"===o.type)return function({keyframes:t,velocity:e=0,min:n,max:s,power:i=.8,timeConstant:o=750,bounceStiffness:r=500,bounceDamping:a=10,restDelta:l=1,modifyTarget:u,driver:c,onUpdate:h,onComplete:d,onStop:p}){const m=t[0];let f;function g(t){return void 0!==n&&t<n||void 0!==s&&t>s}function y(t){return void 0===n?s:void 0===s||Math.abs(n-t)<Math.abs(s-t)?n:s}function v(t){f&&f.stop(),f=es({keyframes:[0,1],velocity:0,...t,driver:c,onUpdate:e=>{h&&h(e),t.onUpdate&&t.onUpdate(e)},onComplete:d,onStop:p})}function x(t){v({type:"spring",stiffness:r,damping:a,restDelta:l,...t})}if(g(m))x({velocity:e,keyframes:[m,y(m)]});else{let t=i*e+m;void 0!==u&&(t=u(t));const s=y(t),r=s===n?-1:1;let a,c;const h=t=>{a=c,c=t,e=Be(t-a,ye.delta),(1===r&&t>s||-1===r&&t<s)&&x({keyframes:[t,s],velocity:e})};v({type:"decay",keyframes:[m,0],velocity:e,timeConstant:o,power:i,restDelta:l,modifyTarget:u,onUpdate:g(t)?h:void 0})}return{stop:()=>f&&f.stop()}}(p);if(function({when:t,delay:e,delayChildren:n,staggerChildren:s,staggerDirection:i,repeat:o,repeatType:r,repeatDelay:a,from:l,elapsed:u,...c}){return!!Object.keys(c).length}(o)||(p={...p,...ys(t,p)}),p.duration&&(p.duration=pn(p.duration)),p.repeatDelay&&(p.repeatDelay=pn(p.repeatDelay)),e.owner&&e.owner.current instanceof HTMLElement&&!e.owner.getProps().onUpdate){const n=us(e,t,p);if(n)return n}return es(p)};function ws(t,e,n={}){const s=ln(t,e,n.custom);let{transition:i=t.getDefaultTransition()||{}}=s||{};n.transitionOverride&&(i=n.transitionOverride);const o=s?()=>As(t,s,n):()=>Promise.resolve(),r=t.variantChildren&&t.variantChildren.size?(s=0)=>{const{delayChildren:o=0,staggerChildren:r,staggerDirection:a}=i;return function(t,e,n=0,s=0,i=1,o){const r=[],a=(t.variantChildren.size-1)*s,l=1===i?(t=0)=>t*s:(t=0)=>a-t*s;return Array.from(t.variantChildren).sort(Vs).forEach((t,s)=>{t.notify("AnimationStart",e),r.push(ws(t,e,{...o,delay:n+l(s)}).then(()=>t.notify("AnimationComplete",e)))}),Promise.all(r)}(t,e,o+s,r,a,n)}:()=>Promise.resolve(),{when:a}=i;if(a){const[t,e]="beforeChildren"===a?[o,r]:[r,o];return t().then(e)}return Promise.all([o(),r(n.delay)])}function As(t,e,{delay:n=0,transitionOverride:s,type:i}={}){let{transition:o=t.getDefaultTransition(),transitionEnd:r,...a}=t.makeTargetAnimatable(e);const l=t.getValue("willChange");s&&(o=s);const u=[],c=i&&t.animationState&&t.animationState.getState()[i];for(const e in a){const s=t.getValue(e),i=a[e];if(!s||void 0===i||c&&Ss(c,e))continue;const r={delay:n,elapsed:0,...o};if(window.HandoffAppearAnimations&&!s.hasAnimated){const n=t.getProps()[dn];n&&(r.elapsed=window.HandoffAppearAnimations(n,e,s,Ve))}let h=s.start(Ts(e,s,i,t.shouldReduceMotion&&H.has(e)?{type:!1}:r));hn(l)&&(l.add(e),h=h.then(()=>l.remove(e))),u.push(h)}return Promise.all(u).then(()=>{r&&function(t,e){const n=ln(t,e);let{transitionEnd:s={},transition:i={},...o}=n?t.makeTargetAnimatable(n,!1):{};o={...o,...s};for(const e in o){un(t,e,(r=o[e],Ot(r)?r[r.length-1]||0:r))}var r}(t,r)})}function Vs(t,e){return t.sortNodePosition(e)}function Ss({protectedKeys:t,needsAnimating:e},n){const s=t.hasOwnProperty(n)&&!0!==e[n];return e[n]=!1,s}const Es=[Zt.Animate,Zt.InView,Zt.Focus,Zt.Hover,Zt.Tap,Zt.Drag,Zt.Exit],Cs=[...Es].reverse(),Ms=Es.length;function Ds(t){return e=>Promise.all(e.map(({animation:e,options:n})=>function(t,e,n={}){let s;if(t.notify("AnimationStart",e),Array.isArray(e)){const i=e.map(e=>ws(t,e,n));s=Promise.all(i)}else if("string"==typeof e)s=ws(t,e,n);else{const i="function"==typeof e?ln(t,e,n.custom):e;s=As(t,i,n)}return s.then(()=>t.notify("AnimationComplete",e))}(t,e,n)))}function Ls(t){let e=Ds(t);const n={[Zt.Animate]:Rs(!0),[Zt.InView]:Rs(),[Zt.Hover]:Rs(),[Zt.Tap]:Rs(),[Zt.Drag]:Rs(),[Zt.Focus]:Rs(),[Zt.Exit]:Rs()};let s=!0;const i=(e,n)=>{const s=ln(t,n);if(s){const{transition:t,transitionEnd:n,...i}=s;e={...e,...i,...n}}return e};function o(o,r){const a=t.getProps(),l=t.getVariantContext(!0)||{},u=[],c=new Set;let h={},d=1/0;for(let e=0;e<Ms;e++){const p=Cs[e],m=n[p],f=void 0!==a[p]?a[p]:l[p],g=b(f),y=p===r?m.isActive:null;!1===y&&(d=e);let v=f===l[p]&&f!==a[p]&&g;if(v&&s&&t.manuallyAnimateOnMount&&(v=!1),m.protectedKeys={...h},!m.isActive&&null===y||!f&&!m.prevProp||T(f)||"boolean"==typeof f)continue;const x=ks(m.prevProp,f);let P=x||p===r&&m.isActive&&!v&&g||e>d&&g;const w=Array.isArray(f)?f:[f];let A=w.reduce(i,{});!1===y&&(A={});const{prevResolvedValues:V={}}=m,S={...V,...A},E=t=>{P=!0,c.delete(t),m.needsAnimating[t]=!0};for(const t in S){const e=A[t],n=V[t];h.hasOwnProperty(t)||(e!==n?Ot(e)&&Ot(n)?!fe(e,n)||x?E(t):m.protectedKeys[t]=!0:void 0!==e?E(t):c.add(t):void 0!==e&&c.has(t)?E(t):m.protectedKeys[t]=!0)}m.prevProp=f,m.prevResolvedValues=A,m.isActive&&(h={...h,...A}),s&&t.blockInitialAnimation&&(P=!1),P&&!v&&u.push(...w.map(t=>({animation:t,options:{type:p,...o}})))}if(c.size){const e={};c.forEach(n=>{const s=t.getBaseTarget(n);void 0!==s&&(e[n]=s)}),u.push({animation:e})}let p=Boolean(u.length);return s&&!1===a.initial&&!t.manuallyAnimateOnMount&&(p=!1),s=!1,p?e(u):Promise.resolve()}return{animateChanges:o,setActive:function(e,s,i){if(n[e].isActive===s)return Promise.resolve();t.variantChildren&&t.variantChildren.forEach(t=>{t.animationState&&t.animationState.setActive(e,s)}),n[e].isActive=s;const r=o(i,e);for(const t in n)n[t].protectedKeys={};return r},setAnimateFunction:function(n){e=n(t)},getState:()=>n}}function ks(t,e){return"string"==typeof e?e!==t:!!Array.isArray(e)&&!fe(e,t)}function Rs(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}let Bs=0;const Fs={animation:{Feature:class extends se{constructor(t){super(t),t.animationState||(t.animationState=Ls(t))}updateAnimationControlsSubscription(){const{animate:t}=this.node.getProps();this.unmount(),T(t)&&(this.unmount=t.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:t}=this.node.getProps(),{animate:e}=this.node.prevProps||{};t!==e&&this.updateAnimationControlsSubscription()}unmount(){}}},exit:{Feature:class extends se{constructor(){super(...arguments),this.id=Bs++}update(){if(!this.node.presenceContext)return;const{isPresent:t,onExitComplete:e,custom:n}=this.node.presenceContext,{isPresent:s}=this.node.prevPresenceContext||{};if(!this.node.animationState||t===s)return;const i=this.node.animationState.setActive(Zt.Exit,!t,{custom:null!=n?n:this.node.getProps().custom});e&&!t&&i.then(()=>e(this.id))}mount(){const{register:t}=this.node.presenceContext||{};t&&(this.unmount=t(this.id))}unmount(){}}}},js=(t,e)=>Math.abs(t-e);class Is{constructor(t,e,{transformPagePoint:n}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.updatePoint=()=>{if(!this.lastMoveEvent||!this.lastMoveEventInfo)return;const t=Ns(this.lastMoveEventInfo,this.history),e=null!==this.startEvent,n=function(t,e){const n=js(t.x,e.x),s=js(t.y,e.y);return Math.sqrt(n**2+s**2)}(t.offset,{x:0,y:0})>=3;if(!e&&!n)return;const{point:s}=t,{timestamp:i}=ye;this.history.push({...s,timestamp:i});const{onStart:o,onMove:r}=this.handlers;e||(o&&o(this.lastMoveEvent,t),this.startEvent=this.lastMoveEvent),r&&r(this.lastMoveEvent,t)},this.handlePointerMove=(t,e)=>{this.lastMoveEvent=t,this.lastMoveEventInfo=Os(e,this.transformPagePoint),Ve.update(this.updatePoint,!0)},this.handlePointerUp=(t,e)=>{if(this.end(),!this.lastMoveEvent||!this.lastMoveEventInfo)return;const{onEnd:n,onSessionEnd:s}=this.handlers,i=Ns("pointercancel"===t.type?this.lastMoveEventInfo:Os(e,this.transformPagePoint),this.history);this.startEvent&&n&&n(t,i),s&&s(t,i)},!Xt(t))return;this.handlers=e,this.transformPagePoint=n;const s=Os(Gt(t),this.transformPagePoint),{point:i}=s,{timestamp:o}=ye;this.history=[{...i,timestamp:o}];const{onSessionStart:r}=e;r&&r(t,Ns(s,this.history)),this.removeListeners=_t(qt(window,"pointermove",this.handlePointerMove),qt(window,"pointerup",this.handlePointerUp),qt(window,"pointercancel",this.handlePointerUp))}updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),Se.update(this.updatePoint)}}function Os(t,e){return e?{point:e(t.point)}:t}function Us(t,e){return{x:t.x-e.x,y:t.y-e.y}}function Ns({point:t},e){return{point:t,delta:Us(t,Ws(e)),offset:Us(t,$s(e)),velocity:Hs(e,.1)}}function $s(t){return t[0]}function Ws(t){return t[t.length-1]}function Hs(t,e){if(t.length<2)return{x:0,y:0};let n=t.length-1,s=null;const i=Ws(t);for(;n>=0&&(s=t[n],!(i.timestamp-s.timestamp>pn(e)));)n--;if(!s)return{x:0,y:0};const o=(i.timestamp-s.timestamp)/1e3;if(0===o)return{x:0,y:0};const r={x:(i.x-s.x)/o,y:(i.y-s.y)/o};return r.x===1/0&&(r.x=0),r.y===1/0&&(r.y=0),r}function zs(t){return t.max-t.min}function Ys(t,e=0,n=.01){return Math.abs(t-e)<=n}function Xs(t,e,n,s=.5){t.origin=s,t.originPoint=Pn(e.min,e.max,t.origin),t.scale=zs(n)/zs(e),(Ys(t.scale,1,1e-4)||isNaN(t.scale))&&(t.scale=1),t.translate=Pn(n.min,n.max,t.origin)-t.originPoint,(Ys(t.translate)||isNaN(t.translate))&&(t.translate=0)}function Gs(t,e,n,s){Xs(t.x,e.x,n.x,s?s.originX:void 0),Xs(t.y,e.y,n.y,s?s.originY:void 0)}function qs(t,e,n){t.min=n.min+e.min,t.max=t.min+zs(e)}function Zs(t,e,n){t.min=e.min-n.min,t.max=t.min+zs(e)}function Ks(t,e,n){Zs(t.x,e.x,n.x),Zs(t.y,e.y,n.y)}function _s(t,e,n){return{min:void 0!==e?t.min+e:void 0,max:void 0!==n?t.max+n-(t.max-t.min):void 0}}function Js(t,e){let n=e.min-t.min,s=e.max-t.max;return e.max-e.min<t.max-t.min&&([n,s]=[s,n]),{min:n,max:s}}const Qs=.35;function ti(t,e,n){return{min:ei(t,e),max:ei(t,n)}}function ei(t,e){return"number"==typeof t?t:t[e]||0}function ni(t){return[t("x"),t("y")]}function si({top:t,left:e,right:n,bottom:s}){return{x:{min:e,max:n},y:{min:t,max:s}}}function ii(t){return void 0===t||1===t}function oi({scale:t,scaleX:e,scaleY:n}){return!ii(t)||!ii(e)||!ii(n)}function ri(t){return oi(t)||ai(t)||t.z||t.rotate||t.rotateX||t.rotateY}function ai(t){return li(t.x)||li(t.y)}function li(t){return t&&"0%"!==t}function ui(t,e,n){return n+e*(t-n)}function ci(t,e,n,s,i){return void 0!==i&&(t=ui(t,i,s)),ui(t,n,s)+e}function hi(t,e=0,n=1,s,i){t.min=ci(t.min,e,n,s,i),t.max=ci(t.max,e,n,s,i)}function di(t,{x:e,y:n}){hi(t.x,e.translate,e.scale,e.originPoint),hi(t.y,n.translate,n.scale,n.originPoint)}function pi(t){return Number.isInteger(t)||t>1.0000000000001||t<.999999999999?t:1}function mi(t,e){t.min=t.min+e,t.max=t.max+e}function fi(t,e,[n,s,i]){const o=void 0!==e[i]?e[i]:.5,r=Pn(t.min,t.max,o);hi(t,e[n],e[s],r,e.scale)}const gi=["x","scaleX","originX"],yi=["y","scaleY","originY"];function vi(t,e){fi(t.x,e,gi),fi(t.y,e,yi)}function xi(t,e){return si(function(t,e){if(!e)return t;const n=e({x:t.left,y:t.top}),s=e({x:t.right,y:t.bottom});return{top:n.y,left:n.x,bottom:s.y,right:s.x}}(t.getBoundingClientRect(),e))}const Pi=new WeakMap;class bi{constructor(t){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic={x:{min:0,max:0},y:{min:0,max:0}},this.visualElement=t}start(t,{snapToCursor:e=!1}={}){const{presenceContext:n}=this.visualElement;if(n&&!1===n.isPresent)return;this.panSession=new Is(t,{onSessionStart:t=>{this.stopAnimation(),e&&this.snapToCursor(Gt(t,"page").point)},onStart:(t,e)=>{const{drag:n,dragPropagation:s,onDragStart:i}=this.getProps();if(n&&!s&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=ee(n),!this.openGlobalLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),ni(t=>{let e=this.getAxisMotionValue(t).get()||0;if(at.test(e)){const{projection:n}=this.visualElement;if(n&&n.layout){const s=n.layout.layoutBox[t];if(s){e=zs(s)*(parseFloat(e)/100)}}}this.originPoint[t]=e}),i&&i(t,e);const{animationState:o}=this.visualElement;o&&o.setActive(Zt.Drag,!0)},onMove:(t,e)=>{const{dragPropagation:n,dragDirectionLock:s,onDirectionLock:i,onDrag:o}=this.getProps();if(!n&&!this.openGlobalLock)return;const{offset:r}=e;if(s&&null===this.currentDirection)return this.currentDirection=function(t,e=10){let n=null;Math.abs(t.y)>e?n="y":Math.abs(t.x)>e&&(n="x");return n}(r),void(null!==this.currentDirection&&i&&i(this.currentDirection));this.updateAxis("x",e.point,r),this.updateAxis("y",e.point,r),this.visualElement.render(),o&&o(t,e)},onSessionEnd:(t,e)=>this.stop(t,e)},{transformPagePoint:this.visualElement.getTransformPagePoint()})}stop(t,e){const n=this.isDragging;if(this.cancel(),!n)return;const{velocity:s}=e;this.startAnimation(s);const{onDragEnd:i}=this.getProps();i&&i(t,e)}cancel(){this.isDragging=!1;const{projection:t,animationState:e}=this.visualElement;t&&(t.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:n}=this.getProps();!n&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),e&&e.setActive(Zt.Drag,!1)}updateAxis(t,e,n){const{drag:s}=this.getProps();if(!n||!Ti(t,s,this.currentDirection))return;const i=this.getAxisMotionValue(t);let o=this.originPoint[t]+n[t];this.constraints&&this.constraints[t]&&(o=function(t,{min:e,max:n},s){return void 0!==e&&t<e?t=s?Pn(e,t,s.min):Math.max(t,e):void 0!==n&&t>n&&(t=s?Pn(n,t,s.max):Math.min(t,n)),t}(o,this.constraints[t],this.elastic[t])),i.set(o)}resolveConstraints(){const{dragConstraints:t,dragElastic:e}=this.getProps(),{layout:n}=this.visualElement.projection||{},s=this.constraints;t&&P(t)?this.constraints||(this.constraints=this.resolveRefConstraints()):this.constraints=!(!t||!n)&&function(t,{top:e,left:n,bottom:s,right:i}){return{x:_s(t.x,n,i),y:_s(t.y,e,s)}}(n.layoutBox,t),this.elastic=function(t=Qs){return!1===t?t=0:!0===t&&(t=Qs),{x:ti(t,"left","right"),y:ti(t,"top","bottom")}}(e),s!==this.constraints&&n&&this.constraints&&!this.hasMutatedConstraints&&ni(t=>{this.getAxisMotionValue(t)&&(this.constraints[t]=function(t,e){const n={};return void 0!==e.min&&(n.min=e.min-t.min),void 0!==e.max&&(n.max=e.max-t.min),n}(n.layoutBox[t],this.constraints[t]))})}resolveRefConstraints(){const{dragConstraints:t,onMeasureDragConstraints:e}=this.getProps();if(!t||!P(t))return!1;const n=t.current,{projection:s}=this.visualElement;if(!s||!s.layout)return!1;const i=function(t,e,n){const s=xi(t,n),{scroll:i}=e;return i&&(mi(s.x,i.offset.x),mi(s.y,i.offset.y)),s}(n,s.root,this.visualElement.getTransformPagePoint());let o=function(t,e){return{x:Js(t.x,e.x),y:Js(t.y,e.y)}}(s.layout.layoutBox,i);if(e){const t=e(function({x:t,y:e}){return{top:e.min,right:t.max,bottom:e.max,left:t.min}}(o));this.hasMutatedConstraints=!!t,t&&(o=si(t))}return o}startAnimation(t){const{drag:e,dragMomentum:n,dragElastic:s,dragTransition:i,dragSnapToOrigin:o,onDragTransitionEnd:r}=this.getProps(),a=this.constraints||{},l=ni(r=>{if(!Ti(r,e,this.currentDirection))return;let l=a&&a[r]||{};o&&(l={min:0,max:0});const u=s?200:1e6,c=s?40:1e7,h={type:"inertia",velocity:n?t[r]:0,bounceStiffness:u,bounceDamping:c,timeConstant:750,restDelta:1,restSpeed:10,...i,...l};return this.startAxisValueAnimation(r,h)});return Promise.all(l).then(r)}startAxisValueAnimation(t,e){const n=this.getAxisMotionValue(t);return n.start(Ts(t,n,0,e))}stopAnimation(){ni(t=>this.getAxisMotionValue(t).stop())}getAxisMotionValue(t){const e="_drag"+t.toUpperCase(),n=this.visualElement.getProps(),s=n[e];return s||this.visualElement.getValue(t,(n.initial?n.initial[t]:void 0)||0)}snapToCursor(t){ni(e=>{const{drag:n}=this.getProps();if(!Ti(e,n,this.currentDirection))return;const{projection:s}=this.visualElement,i=this.getAxisMotionValue(e);if(s&&s.layout){const{min:n,max:o}=s.layout.layoutBox[e];i.set(t[e]-Pn(n,o,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:t,dragConstraints:e}=this.getProps(),{projection:n}=this.visualElement;if(!P(e)||!n||!this.constraints)return;this.stopAnimation();const s={x:0,y:0};ni(t=>{const e=this.getAxisMotionValue(t);if(e){const n=e.get();s[t]=function(t,e){let n=.5;const s=zs(t),i=zs(e);return i>s?n=Dn(e.min,e.max-s,t.min):s>i&&(n=Dn(t.min,t.max-i,e.min)),K(0,1,n)}({min:n,max:n},this.constraints[t])}});const{transformTemplate:i}=this.visualElement.getProps();this.visualElement.current.style.transform=i?i({},""):"none",n.root&&n.root.updateScroll(),n.updateLayout(),this.resolveConstraints(),ni(e=>{if(!Ti(e,t,null))return;const n=this.getAxisMotionValue(e),{min:i,max:o}=this.constraints[e];n.set(Pn(i,o,s[e]))})}addListeners(){if(!this.visualElement.current)return;Pi.set(this.visualElement,this);const t=qt(this.visualElement.current,"pointerdown",t=>{const{drag:e,dragListener:n=!0}=this.getProps();e&&n&&this.start(t)}),e=()=>{const{dragConstraints:t}=this.getProps();P(t)&&(this.constraints=this.resolveRefConstraints())},{projection:n}=this.visualElement,s=n.addEventListener("measure",e);n&&!n.layout&&(n.root&&n.root.updateScroll(),n.updateLayout()),e();const i=Yt(window,"resize",()=>this.scalePositionWithinConstraints()),o=n.addEventListener("didUpdate",({delta:t,hasLayoutChanged:e})=>{this.isDragging&&e&&(ni(e=>{const n=this.getAxisMotionValue(e);n&&(this.originPoint[e]+=t[e].translate,n.set(n.get()+t[e].translate))}),this.visualElement.render())});return()=>{i(),t(),s(),o&&o()}}getProps(){const t=this.visualElement.getProps(),{drag:e=!1,dragDirectionLock:n=!1,dragPropagation:s=!1,dragConstraints:i=!1,dragElastic:o=Qs,dragMomentum:r=!0}=t;return{...t,drag:e,dragDirectionLock:n,dragPropagation:s,dragConstraints:i,dragElastic:o,dragMomentum:r}}}function Ti(t,e,n){return!(!0!==e&&e!==t||null!==n&&n!==t)}const wi=["TopLeft","TopRight","BottomLeft","BottomRight"],Ai=wi.length,Vi=t=>"string"==typeof t?parseFloat(t):t,Si=t=>"number"==typeof t||lt.test(t);function Ei(t,e){return void 0!==t[e]?t[e]:t.borderRadius}const Ci=Di(0,.5,In),Mi=Di(.5,.95,re);function Di(t,e,n){return s=>s<t?0:s>e?1:n(Dn(t,e,s))}function Li(t,e){t.min=e.min,t.max=e.max}function ki(t,e){Li(t.x,e.x),Li(t.y,e.y)}function Ri(t,e,n,s,i){return t=ui(t-=e,1/n,s),void 0!==i&&(t=ui(t,1/i,s)),t}function Bi(t,e,[n,s,i],o,r){!function(t,e=0,n=1,s=.5,i,o=t,r=t){if(at.test(e)){e=parseFloat(e);e=Pn(r.min,r.max,e/100)-r.min}if("number"!=typeof e)return;let a=Pn(o.min,o.max,s);t===o&&(a-=e),t.min=Ri(t.min,e,n,a,i),t.max=Ri(t.max,e,n,a,i)}(t,e[n],e[s],e[i],e.scale,o,r)}const Fi=["x","scaleX","originX"],ji=["y","scaleY","originY"];function Ii(t,e,n,s){Bi(t.x,e,Fi,n?n.x:void 0,s?s.x:void 0),Bi(t.y,e,ji,n?n.y:void 0,s?s.y:void 0)}function Oi(t){return 0===t.translate&&1===t.scale}function Ui(t){return Oi(t.x)&&Oi(t.y)}function Ni(t,e){return t.x.min===e.x.min&&t.x.max===e.x.max&&t.y.min===e.y.min&&t.y.max===e.y.max}function $i(t){return zs(t.x)/zs(t.y)}class Wi{constructor(){this.members=[]}add(t){Le(this.members,t),t.scheduleRender()}remove(t){if(ke(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){const t=this.members[this.members.length-1];t&&this.promote(t)}}relegate(t){const e=this.members.findIndex(e=>t===e);if(0===e)return!1;let n;for(let t=e;t>=0;t--){const e=this.members[t];if(!1!==e.isPresent){n=e;break}}return!!n&&(this.promote(n),!0)}promote(t,e){const n=this.lead;if(t!==n&&(this.prevLead=n,this.lead=t,t.show(),n)){n.instance&&n.scheduleRender(),t.scheduleRender(),t.resumeFrom=n,e&&(t.resumeFrom.preserveOpacity=!0),n.snapshot&&(t.snapshot=n.snapshot,t.snapshot.latestValues=n.animationValues||n.latestValues),t.root&&t.root.isUpdating&&(t.isLayoutDirty=!0);const{crossfade:s}=t.options;!1===s&&n.hide()}}exitAnimationComplete(){this.members.forEach(t=>{const{options:e,resumingFrom:n}=t;e.onExitComplete&&e.onExitComplete(),n&&n.options.onExitComplete&&n.options.onExitComplete()})}scheduleRender(){this.members.forEach(t=>{t.instance&&t.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function Hi(t,e,n){let s="";const i=t.x.translate/e.x,o=t.y.translate/e.y;if((i||o)&&(s=`translate3d(${i}px, ${o}px, 0) `),1===e.x&&1===e.y||(s+=`scale(${1/e.x}, ${1/e.y}) `),n){const{rotate:t,rotateX:e,rotateY:i}=n;t&&(s+=`rotate(${t}deg) `),e&&(s+=`rotateX(${e}deg) `),i&&(s+=`rotateY(${i}deg) `)}const r=t.x.scale*e.x,a=t.y.scale*e.y;return 1===r&&1===a||(s+=`scale(${r}, ${a})`),s||"none"}const zi=(t,e)=>t.depth-e.depth;class Yi{constructor(){this.children=[],this.isDirty=!1}add(t){Le(this.children,t),this.isDirty=!0}remove(t){ke(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort(zi),this.isDirty=!1,this.children.forEach(t)}}const Xi=["","X","Y","Z"];let Gi=0;function qi({attachResizeListener:t,defaultParent:e,measureScroll:n,checkIsScrollRoot:s,resetTransform:i}){return class{constructor(t,n={},s=(null==e?void 0:e())){this.id=Gi++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isTransformDirty=!1,this.isProjectionDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.potentialNodes=new Map,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.nodes.forEach(_i),this.nodes.forEach(no),this.nodes.forEach(so)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.elementId=t,this.latestValues=n,this.root=s?s.root||s:this,this.path=s?[...s.path,s]:[],this.parent=s,this.depth=s?s.depth+1:0,t&&this.root.registerPotentialNode(t,this);for(let t=0;t<this.path.length;t++)this.path[t].shouldResetTransform=!0;this.root===this&&(this.nodes=new Yi)}addEventListener(t,e){return this.eventHandlers.has(t)||this.eventHandlers.set(t,new Re),this.eventHandlers.get(t).add(e)}notifyListeners(t,...e){const n=this.eventHandlers.get(t);n&&n.notify(...e)}hasListeners(t){return this.eventHandlers.has(t)}registerPotentialNode(t,e){this.potentialNodes.set(t,e)}mount(e,n=!1){if(this.instance)return;this.isSVG=e instanceof SVGElement&&"svg"!==e.tagName,this.instance=e;const{layoutId:s,layout:i,visualElement:o}=this.options;if(o&&!o.current&&o.mount(e),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),this.elementId&&this.root.potentialNodes.delete(this.elementId),n&&(i||s)&&(this.isLayoutDirty=!0),t){let n;const s=()=>this.root.updateBlockedByResize=!1;t(e,()=>{this.root.updateBlockedByResize=!0,n&&n(),n=cs(s,250),L.hasAnimatedSinceResize&&(L.hasAnimatedSinceResize=!1,this.nodes.forEach(eo))})}s&&this.root.registerSharedNode(s,this),!1!==this.options.animate&&o&&(s||i)&&this.addEventListener("didUpdate",({delta:t,hasLayoutChanged:e,hasRelativeTargetChanged:n,layout:s})=>{if(this.isTreeAnimationBlocked())return this.target=void 0,void(this.relativeTarget=void 0);const i=this.options.transition||o.getDefaultTransition()||uo,{onLayoutAnimationStart:r,onLayoutAnimationComplete:a}=o.getProps(),l=!this.targetLayout||!Ni(this.targetLayout,s)||n,u=!e&&n;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||u||e&&(l||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(t,u);const e={...bs(i,"layout"),onPlay:r,onComplete:a};(o.shouldReduceMotion||this.options.layoutRoot)&&(e.delay=0,e.type=!1),this.startAnimation(e)}else e||0!==this.animationProgress||eo(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=s})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const t=this.getStack();t&&t.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,Se.preRender(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(io),this.animationId++)}getTransformTemplate(){const{visualElement:t}=this.options;return t&&t.getProps().transformTemplate}willUpdate(t=!0){if(this.root.isUpdateBlocked())return void(this.options.onExitComplete&&this.options.onExitComplete());if(!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let t=0;t<this.path.length;t++){const e=this.path[t];e.shouldResetTransform=!0,e.updateScroll("snapshot"),e.options.layoutRoot&&e.willUpdate(!1)}const{layoutId:e,layout:n}=this.options;if(void 0===e&&!n)return;const s=this.getTransformTemplate();this.prevTransformTemplateValue=s?s(this.latestValues,""):void 0,this.updateSnapshot(),t&&this.notifyListeners("willUpdate")}didUpdate(){if(this.isUpdateBlocked())return this.unblockUpdate(),this.clearAllSnapshots(),void this.nodes.forEach(Qi);this.isUpdating&&(this.isUpdating=!1,this.potentialNodes.size&&(this.potentialNodes.forEach(co),this.potentialNodes.clear()),this.nodes.forEach(to),this.nodes.forEach(Zi),this.nodes.forEach(Ki),this.clearAllSnapshots(),Ee.update(),Ee.preRender(),Ee.render())}clearAllSnapshots(){this.nodes.forEach(Ji),this.sharedNodes.forEach(oo)}scheduleUpdateProjection(){Ve.preRender(this.updateProjection,!1,!0)}scheduleCheckAfterUnmount(){Ve.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){!this.snapshot&&this.instance&&(this.snapshot=this.measure())}updateLayout(){if(!this.instance)return;if(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()}const t=this.layout;this.layout=this.measure(!1),this.layoutCorrected={x:{min:0,max:0},y:{min:0,max:0}},this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:e}=this.options;e&&e.notify("LayoutMeasure",this.layout.layoutBox,t?t.layoutBox:void 0)}updateScroll(t="measure"){let e=Boolean(this.options.layoutScroll&&this.instance);this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===t&&(e=!1),e&&(this.scroll={animationId:this.root.animationId,phase:t,isRoot:s(this.instance),offset:n(this.instance)})}resetTransform(){if(!i)return;const t=this.isLayoutDirty||this.shouldResetTransform,e=this.projectionDelta&&!Ui(this.projectionDelta),n=this.getTransformTemplate(),s=n?n(this.latestValues,""):void 0,o=s!==this.prevTransformTemplateValue;t&&(e||ri(this.latestValues)||o)&&(i(this.instance,s),this.shouldResetTransform=!1,this.scheduleRender())}measure(t=!0){const e=this.measurePageBox();let n=this.removeElementScroll(e);var s;return t&&(n=this.removeTransform(n)),ho((s=n).x),ho(s.y),{animationId:this.root.animationId,measuredBox:e,layoutBox:n,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:t}=this.options;if(!t)return{x:{min:0,max:0},y:{min:0,max:0}};const e=t.measureViewportBox(),{scroll:n}=this.root;return n&&(mi(e.x,n.offset.x),mi(e.y,n.offset.y)),e}removeElementScroll(t){const e={x:{min:0,max:0},y:{min:0,max:0}};ki(e,t);for(let n=0;n<this.path.length;n++){const s=this.path[n],{scroll:i,options:o}=s;if(s!==this.root&&i&&o.layoutScroll){if(i.isRoot){ki(e,t);const{scroll:n}=this.root;n&&(mi(e.x,-n.offset.x),mi(e.y,-n.offset.y))}mi(e.x,i.offset.x),mi(e.y,i.offset.y)}}return e}applyTransform(t,e=!1){const n={x:{min:0,max:0},y:{min:0,max:0}};ki(n,t);for(let t=0;t<this.path.length;t++){const s=this.path[t];!e&&s.options.layoutScroll&&s.scroll&&s!==s.root&&vi(n,{x:-s.scroll.offset.x,y:-s.scroll.offset.y}),ri(s.latestValues)&&vi(n,s.latestValues)}return ri(this.latestValues)&&vi(n,this.latestValues),n}removeTransform(t){const e={x:{min:0,max:0},y:{min:0,max:0}};ki(e,t);for(let t=0;t<this.path.length;t++){const n=this.path[t];if(!n.instance)continue;if(!ri(n.latestValues))continue;oi(n.latestValues)&&n.updateSnapshot();const s={x:{min:0,max:0},y:{min:0,max:0}};ki(s,n.measurePageBox()),Ii(e,n.latestValues,n.snapshot?n.snapshot.layoutBox:void 0,s)}return ri(this.latestValues)&&Ii(e,this.latestValues),e}setTargetDelta(t){this.targetDelta=t,this.isProjectionDirty=!0,this.root.scheduleUpdateProjection()}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}resolveTargetDelta(){const t=this.getLead();if(this.isProjectionDirty||(this.isProjectionDirty=t.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=t.isTransformDirty),!this.isProjectionDirty&&!this.attemptToResolveRelativeTarget)return;const{layout:e,layoutId:n}=this.options;if(this.layout&&(e||n)){if(!this.targetDelta&&!this.relativeTarget){const t=this.getClosestProjectingParent();t&&t.layout?(this.relativeParent=t,this.relativeTarget={x:{min:0,max:0},y:{min:0,max:0}},this.relativeTargetOrigin={x:{min:0,max:0},y:{min:0,max:0}},Ks(this.relativeTargetOrigin,this.layout.layoutBox,t.layout.layoutBox),ki(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}var s,i,o;if(this.relativeTarget||this.targetDelta)if(this.target||(this.target={x:{min:0,max:0},y:{min:0,max:0}},this.targetWithTransforms={x:{min:0,max:0},y:{min:0,max:0}}),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(s=this.target,i=this.relativeTarget,o=this.relativeParent.target,qs(s.x,i.x,o.x),qs(s.y,i.y,o.y)):this.targetDelta?(Boolean(this.resumingFrom)?this.target=this.applyTransform(this.layout.layoutBox):ki(this.target,this.layout.layoutBox),di(this.target,this.targetDelta)):ki(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const t=this.getClosestProjectingParent();t&&Boolean(t.resumingFrom)===Boolean(this.resumingFrom)&&!t.options.layoutScroll&&t.target?(this.relativeParent=t,this.relativeTarget={x:{min:0,max:0},y:{min:0,max:0}},this.relativeTargetOrigin={x:{min:0,max:0},y:{min:0,max:0}},Ks(this.relativeTargetOrigin,this.target,t.target),ki(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}}}getClosestProjectingParent(){if(this.parent&&!oi(this.parent.latestValues)&&!ai(this.parent.latestValues))return(this.parent.relativeTarget||this.parent.targetDelta||this.parent.options.layoutRoot)&&this.parent.layout?this.parent:this.parent.getClosestProjectingParent()}calcProjection(){const{isProjectionDirty:t,isTransformDirty:e}=this;this.isProjectionDirty=this.isTransformDirty=!1;const n=this.getLead(),s=Boolean(this.resumingFrom)||this!==n;let i=!0;if(t&&(i=!1),s&&e&&(i=!1),i)return;const{layout:o,layoutId:r}=this.options;if(this.isTreeAnimating=Boolean(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!o&&!r)return;ki(this.layoutCorrected,this.layout.layoutBox),function(t,e,n,s=!1){const i=n.length;if(!i)return;let o,r;e.x=e.y=1;for(let a=0;a<i;a++){o=n[a],r=o.projectionDelta;const i=o.instance;i&&i.style&&"contents"===i.style.display||(s&&o.options.layoutScroll&&o.scroll&&o!==o.root&&vi(t,{x:-o.scroll.offset.x,y:-o.scroll.offset.y}),r&&(e.x*=r.x.scale,e.y*=r.y.scale,di(t,r)),s&&ri(o.latestValues)&&vi(t,o.latestValues))}e.x=pi(e.x),e.y=pi(e.y)}(this.layoutCorrected,this.treeScale,this.path,s);const{target:a}=n;if(!a)return;this.projectionDelta||(this.projectionDelta={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}},this.projectionDeltaWithTransform={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}});const l=this.treeScale.x,u=this.treeScale.y,c=this.projectionTransform;Gs(this.projectionDelta,this.layoutCorrected,a,this.latestValues),this.projectionTransform=Hi(this.projectionDelta,this.treeScale),this.projectionTransform===c&&this.treeScale.x===l&&this.treeScale.y===u||(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",a))}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(t=!0){if(this.options.scheduleRender&&this.options.scheduleRender(),t){const t=this.getStack();t&&t.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}setAnimationOrigin(t,e=!1){const n=this.snapshot,s=n?n.latestValues:{},i={...this.latestValues},o={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};this.relativeParent&&this.relativeParent.options.layoutRoot||(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!e;const r={x:{min:0,max:0},y:{min:0,max:0}},a=(n?n.source:void 0)!==(this.layout?this.layout.source:void 0),l=this.getStack(),u=!l||l.members.length<=1,c=Boolean(a&&!u&&!0===this.options.crossfade&&!this.path.some(lo));this.animationProgress=0,this.mixTargetDelta=e=>{const n=e/1e3;var l,h,d,p;ro(o.x,t.x,n),ro(o.y,t.y,n),this.setTargetDelta(o),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(Ks(r,this.layout.layoutBox,this.relativeParent.layout.layoutBox),l=this.relativeTarget,h=this.relativeTargetOrigin,d=r,p=n,ao(l.x,h.x,d.x,p),ao(l.y,h.y,d.y,p)),a&&(this.animationValues=i,function(t,e,n,s,i,o){i?(t.opacity=Pn(0,void 0!==n.opacity?n.opacity:1,Ci(s)),t.opacityExit=Pn(void 0!==e.opacity?e.opacity:1,0,Mi(s))):o&&(t.opacity=Pn(void 0!==e.opacity?e.opacity:1,void 0!==n.opacity?n.opacity:1,s));for(let i=0;i<Ai;i++){const o=`border${wi[i]}Radius`;let r=Ei(e,o),a=Ei(n,o);if(void 0===r&&void 0===a)continue;r||(r=0),a||(a=0);0===r||0===a||Si(r)===Si(a)?(t[o]=Math.max(Pn(Vi(r),Vi(a),s),0),(at.test(a)||at.test(r))&&(t[o]+="%")):t[o]=a}(e.rotate||n.rotate)&&(t.rotate=Pn(e.rotate||0,n.rotate||0,s))}(i,s,this.latestValues,n,c,u)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=n},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(t){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(Se.update(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=Ve.update(()=>{L.hasAnimatedSinceResize=!0,this.currentAnimation=function(t,e,n={}){const s=Y(t)?t:je(t);return s.start(Ts("",s,e,n)),{stop:()=>s.stop(),isAnimating:()=>s.isAnimating()}}(0,1e3,{...t,onUpdate:e=>{this.mixTargetDelta(e),t.onUpdate&&t.onUpdate(e)},onComplete:()=>{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);const 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(){const t=this.getLead();let{targetWithTransforms:e,target:n,layout:s,latestValues:i}=t;if(e&&n&&s){if(this!==t&&this.layout&&s&&po(this.options.animationType,this.layout.layoutBox,s.layoutBox)){n=this.target||{x:{min:0,max:0},y:{min:0,max:0}};const e=zs(this.layout.layoutBox.x);n.x.min=t.target.x.min,n.x.max=n.x.min+e;const s=zs(this.layout.layoutBox.y);n.y.min=t.target.y.min,n.y.max=n.y.min+s}ki(e,n),vi(e,i),Gs(this.projectionDeltaWithTransform,this.layoutCorrected,e,i)}}registerSharedNode(t,e){this.sharedNodes.has(t)||this.sharedNodes.set(t,new Wi);this.sharedNodes.get(t).add(e);const n=e.options.initialPromotionConfig;e.promote({transition:n?n.transition:void 0,preserveFollowOpacity:n&&n.shouldPreserveFollowOpacity?n.shouldPreserveFollowOpacity(e):void 0})}isLead(){const t=this.getStack();return!t||t.lead===this}getLead(){var t;const{layoutId:e}=this.options;return e&&(null===(t=this.getStack())||void 0===t?void 0:t.lead)||this}getPrevLead(){var t;const{layoutId:e}=this.options;return e?null===(t=this.getStack())||void 0===t?void 0:t.prevLead:void 0}getStack(){const{layoutId:t}=this.options;if(t)return this.root.sharedNodes.get(t)}promote({needsReset:t,transition:e,preserveFollowOpacity:n}={}){const s=this.getStack();s&&s.promote(this,n),t&&(this.projectionDelta=void 0,this.needsReset=!0),e&&this.setOptions({transition:e})}relegate(){const t=this.getStack();return!!t&&t.relegate(this)}resetRotation(){const{visualElement:t}=this.options;if(!t)return;let e=!1;const{latestValues:n}=t;if((n.rotate||n.rotateX||n.rotateY||n.rotateZ)&&(e=!0),!e)return;const s={};for(let e=0;e<Xi.length;e++){const i="rotate"+Xi[e];n[i]&&(s[i]=n[i],t.setStaticValue(i,0))}t.render();for(const e in s)t.setStaticValue(e,s[e]);t.scheduleRender()}getProjectionStyles(t={}){var e,n;const s={};if(!this.instance||this.isSVG)return s;if(!this.isVisible)return{visibility:"hidden"};s.visibility="";const i=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,s.opacity="",s.pointerEvents=Ut(t.pointerEvents)||"",s.transform=i?i(this.latestValues,""):"none",s;const o=this.getLead();if(!this.projectionDelta||!this.layout||!o.target){const e={};return this.options.layoutId&&(e.opacity=void 0!==this.latestValues.opacity?this.latestValues.opacity:1,e.pointerEvents=Ut(t.pointerEvents)||""),this.hasProjected&&!ri(this.latestValues)&&(e.transform=i?i({},""):"none",this.hasProjected=!1),e}const r=o.animationValues||o.latestValues;this.applyTransformsToTarget(),s.transform=Hi(this.projectionDeltaWithTransform,this.treeScale,r),i&&(s.transform=i(r,s.transform));const{x:a,y:l}=this.projectionDelta;s.transformOrigin=`${100*a.origin}% ${100*l.origin}% 0`,o.animationValues?s.opacity=o===this?null!==(n=null!==(e=r.opacity)&&void 0!==e?e:this.latestValues.opacity)&&void 0!==n?n:1:this.preserveOpacity?this.latestValues.opacity:r.opacityExit:s.opacity=o===this?void 0!==r.opacity?r.opacity:"":void 0!==r.opacityExit?r.opacityExit:0;for(const t in $){if(void 0===r[t])continue;const{correct:e,applyTo:n}=$[t],i="none"===s.transform?r[t]:e(r[t],o);if(n){const t=n.length;for(let e=0;e<t;e++)s[n[e]]=i}else s[t]=i}return this.options.layoutId&&(s.pointerEvents=o===this?Ut(t.pointerEvents)||"":"none"),s}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(t=>{var e;return null===(e=t.currentAnimation)||void 0===e?void 0:e.stop()}),this.root.nodes.forEach(Qi),this.root.sharedNodes.clear()}}}function Zi(t){t.updateLayout()}function Ki(t){var e;const n=(null===(e=t.resumeFrom)||void 0===e?void 0:e.snapshot)||t.snapshot;if(t.isLead()&&t.layout&&n&&t.hasListeners("didUpdate")){const{layoutBox:e,measuredBox:s}=t.layout,{animationType:i}=t.options,o=n.source!==t.layout.source;"size"===i?ni(t=>{const s=o?n.measuredBox[t]:n.layoutBox[t],i=zs(s);s.min=e[t].min,s.max=s.min+i}):po(i,n.layoutBox,e)&&ni(t=>{const s=o?n.measuredBox[t]:n.layoutBox[t],i=zs(e[t]);s.max=s.min+i});const r={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};Gs(r,e,n.layoutBox);const a={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};o?Gs(a,t.applyTransform(s,!0),n.measuredBox):Gs(a,e,n.layoutBox);const l=!Ui(r);let u=!1;if(!t.resumeFrom){const s=t.getClosestProjectingParent();if(s&&!s.resumeFrom){const{snapshot:i,layout:o}=s;if(i&&o){const r={x:{min:0,max:0},y:{min:0,max:0}};Ks(r,n.layoutBox,i.layoutBox);const a={x:{min:0,max:0},y:{min:0,max:0}};Ks(a,e,o.layoutBox),Ni(r,a)||(u=!0),s.options.layoutRoot&&(t.relativeTarget=a,t.relativeTargetOrigin=r,t.relativeParent=s)}}}t.notifyListeners("didUpdate",{layout:e,snapshot:n,delta:a,layoutDelta:r,hasLayoutChanged:l,hasRelativeTargetChanged:u})}else if(t.isLead()){const{onExitComplete:e}=t.options;e&&e()}t.options.transition=void 0}function _i(t){t.isProjectionDirty||(t.isProjectionDirty=Boolean(t.parent&&t.parent.isProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=Boolean(t.parent&&t.parent.isTransformDirty))}function Ji(t){t.clearSnapshot()}function Qi(t){t.clearMeasurements()}function to(t){const{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function eo(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0}function no(t){t.resolveTargetDelta()}function so(t){t.calcProjection()}function io(t){t.resetRotation()}function oo(t){t.removeLeadSnapshot()}function ro(t,e,n){t.translate=Pn(e.translate,0,n),t.scale=Pn(e.scale,1,n),t.origin=e.origin,t.originPoint=e.originPoint}function ao(t,e,n,s){t.min=Pn(e.min,n.min,s),t.max=Pn(e.max,n.max,s)}function lo(t){return t.animationValues&&void 0!==t.animationValues.opacityExit}const uo={duration:.45,ease:[.4,0,.1,1]};function co(t,e){let n=t.root;for(let e=t.path.length-1;e>=0;e--)if(Boolean(t.path[e].instance)){n=t.path[e];break}const s=(n&&n!==t.root?n.instance:document).querySelector(`[data-projection-id="${e}"]`);s&&t.mount(s,!0)}function ho(t){t.min=Math.round(t.min),t.max=Math.round(t.max)}function po(t,e,n){return"position"===t||"preserve-aspect"===t&&!Ys($i(e),$i(n),.2)}const mo=qi({attachResizeListener:(t,e)=>Yt(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),fo={current:void 0},go=qi({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!fo.current){const t=new mo(0,{});t.mount(window),t.setOptions({layoutScroll:!0}),fo.current=t}return fo.current},resetTransform:(t,e)=>{t.style.transform=void 0!==e?e:"none"},checkIsScrollRoot:t=>Boolean("fixed"===window.getComputedStyle(t).position)});function yo(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}const vo={correct:(t,e)=>{if(!e.target)return t;if("string"==typeof t){if(!lt.test(t))return t;t=parseFloat(t)}return`${yo(t,e.target.x)}% ${yo(t,e.target.y)}%`}};function xo(t){return"string"==typeof t&&t.startsWith("var(--")}const Po=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function bo(t,e,n=1){const[s,i]=function(t){const e=Po.exec(t);if(!e)return[,];const[,n,s]=e;return[n,s]}(t);if(!s)return;const o=window.getComputedStyle(e).getPropertyValue(s);return o?o.trim():xo(i)?bo(i,e,n+1):i}const To={correct:(t,{treeScale:e,projectionDelta:n})=>{const s=t,i=t.includes("var("),o=[];i&&(t=t.replace(Po,t=>(o.push(t),"_$css")));const r=qe.parse(t);if(r.length>5)return s;const a=qe.createTransformer(t),l="number"!=typeof r[0]?1:0,u=n.x.scale*e.x,c=n.y.scale*e.y;r[0+l]/=u,r[1+l]/=c;const h=Pn(u,c,.5);"number"==typeof r[2+l]&&(r[2+l]/=h),"number"==typeof r[3+l]&&(r[3+l]/=h);let d=a(r);if(i){let t=0;d=d.replace("_$css",()=>{const e=o[t];return t++,e})}return d}},wo=new Set(["width","height","top","left","right","bottom","x","y"]),Ao=t=>wo.has(t),Vo=t=>t===_||t===lt;var So;!function(t){t.width="width",t.height="height",t.left="left",t.right="right",t.top="top",t.bottom="bottom"}(So||(So={}));const Eo=(t,e)=>parseFloat(t.split(", ")[e]),Co=(t,e)=>(n,{transform:s})=>{if("none"===s||!s)return 0;const i=s.match(/^matrix3d\((.+)\)$/);if(i)return Eo(i[1],e);{const e=s.match(/^matrix\((.+)\)$/);return e?Eo(e[1],t):0}},Mo=new Set(["x","y","z"]),Do=W.filter(t=>!Mo.has(t));const Lo={width:({x:t},{paddingLeft:e="0",paddingRight:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),height:({y:t},{paddingTop:e="0",paddingBottom:n="0"})=>t.max-t.min-parseFloat(e)-parseFloat(n),top:(t,{top:e})=>parseFloat(e),left:(t,{left:e})=>parseFloat(e),bottom:({y:t},{top:e})=>parseFloat(e)+(t.max-t.min),right:({x:t},{left:e})=>parseFloat(e)+(t.max-t.min),x:Co(4,13),y:Co(5,14)},ko=(t,e,n={},s={})=>{e={...e},s={...s};const i=Object.keys(e).filter(Ao);let o=[],r=!1;const a=[];if(i.forEach(i=>{const l=t.getValue(i);if(!t.hasValue(i))return;let u=n[i],c=on(u);const h=e[i];let d;if(Ot(h)){const t=h.length,e=null===h[0]?1:0;u=h[e],c=on(u);for(let n=e;n<t;n++)d?on(h[n]):d=on(h[n])}else d=on(h);if(c!==d)if(Vo(c)&&Vo(d)){const t=l.get();"string"==typeof t&&l.set(parseFloat(t)),"string"==typeof h?e[i]=parseFloat(h):Array.isArray(h)&&d===lt&&(e[i]=h.map(parseFloat))}else(null==c?void 0:c.transform)&&(null==d?void 0:d.transform)&&(0===u||0===h)?0===u?l.set(d.transform(u)):e[i]=c.transform(h):(r||(o=function(t){const e=[];return Do.forEach(n=>{const s=t.getValue(n);void 0!==s&&(e.push([n,s.get()]),s.set(n.startsWith("scale")?1:0))}),e.length&&t.render(),e}(t),r=!0),a.push(i),s[i]=void 0!==s[i]?s[i]:e[i],l.jump(h))}),a.length){const n=a.indexOf("height")>=0?window.pageYOffset:null,i=((t,e,n)=>{const s=e.measureViewportBox(),i=e.current,o=getComputedStyle(i),{display:r}=o,a={};"none"===r&&e.setStaticValue("display",t.display||"block"),n.forEach(t=>{a[t]=Lo[t](s,o)}),e.render();const l=e.measureViewportBox();return n.forEach(n=>{const s=e.getValue(n);s&&s.jump(a[n]),t[n]=Lo[n](l,o)}),t})(e,t,a);return o.length&&o.forEach(([e,n])=>{t.getValue(e).set(n)}),t.render(),g&&null!==n&&window.scrollTo({top:n}),{target:i,transitionEnd:s}}return{target:e,transitionEnd:s}};function Ro(t,e,n,s){return(t=>Object.keys(t).some(Ao))(e)?ko(t,e,n,s):{target:e,transitionEnd:s}}const Bo=(t,e,n,s)=>{const i=function(t,{...e},n){const s=t.current;if(!(s instanceof Element))return{target:e,transitionEnd:n};n&&(n={...n}),t.values.forEach(t=>{const e=t.get();if(!xo(e))return;const n=bo(e,s);n&&t.set(n)});for(const t in e){const i=e[t];if(!xo(i))continue;const o=bo(i,s);o&&(e[t]=o,n&&void 0===n[t]&&(n[t]=i))}return{target:e,transitionEnd:n}}(t,e,s);return Ro(t,e=i.target,n,s=i.transitionEnd)},Fo={current:null},jo={current:!1};const Io=Object.keys(M),Oo=Io.length,Uo=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];const No=["initial",...Es],$o=No.length;class Wo extends class{constructor({parent:t,props:e,presenceContext:n,reducedMotionConfig:s,visualState:i},o={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,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.scheduleRender=()=>Ve.render(this.render,!1,!0);const{latestValues:r,renderState:a}=i;this.latestValues=r,this.baseTarget={...r},this.initialValues=e.initial?{...r}:{},this.renderState=a,this.parent=t,this.props=e,this.presenceContext=n,this.depth=t?t.depth+1:0,this.reducedMotionConfig=s,this.options=o,this.isControllingVariants=A(e),this.isVariantNode=V(e),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=Boolean(t&&t.current);const{willChange:l,...u}=this.scrapeMotionValuesFromProps(e,{});for(const t in u){const e=u[t];void 0!==r[t]&&Y(e)&&(e.set(r[t],!1),hn(l)&&l.add(t))}}scrapeMotionValuesFromProps(t,e){return{}}mount(t){this.current=t,this.projection&&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)),jo.current||function(){if(jo.current=!0,g)if(window.matchMedia){const t=window.matchMedia("(prefers-reduced-motion)"),e=()=>Fo.current=t.matches;t.addListener(e),e()}else Fo.current=!1}(),this.shouldReduceMotion="never"!==this.reducedMotionConfig&&("always"===this.reducedMotionConfig||Fo.current),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){this.projection&&this.projection.unmount(),Se.update(this.notifyUpdate),Se.render(this.render),this.valueSubscriptions.forEach(t=>t()),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const t in this.events)this.events[t].clear();for(const t in this.features)this.features[t].unmount();this.current=null}bindToMotionValue(t,e){const n=H.has(t),s=e.on("change",e=>{this.latestValues[t]=e,this.props.onUpdate&&Ve.update(this.notifyUpdate,!1,!0),n&&this.projection&&(this.projection.isTransformDirty=!0)}),i=e.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(t,()=>{s(),i()})}sortNodePosition(t){return this.current&&this.sortInstanceNodePosition&&this.type===t.type?this.sortInstanceNodePosition(this.current,t.current):0}loadFeatures({children:t,...e},n,s,i,o){let r,a;for(let t=0;t<Oo;t++){const n=Io[t],{isEnabled:s,Feature:i,ProjectionNode:o,MeasureLayout:l}=M[n];o&&(r=o),s(e)&&(!this.features[n]&&i&&(this.features[n]=new i(this)),l&&(a=l))}if(!this.projection&&r){this.projection=new r(i,this.latestValues,this.parent&&this.parent.projection);const{layoutId:t,layout:n,drag:s,dragConstraints:a,layoutScroll:l,layoutRoot:u}=e;this.projection.setOptions({layoutId:t,layout:n,alwaysMeasureLayout:Boolean(s)||a&&P(a),visualElement:this,scheduleRender:()=>this.scheduleRender(),animationType:"string"==typeof n?n:"both",initialPromotionConfig:o,layoutScroll:l,layoutRoot:u})}return a}updateFeatures(){for(const t in this.features){const e=this.features[t];e.isMounted?e.update(this.props,this.prevProps):(e.mount(),e.isMounted=!0)}}triggerBuild(){this.build(this.renderState,this.latestValues,this.options,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):{x:{min:0,max:0},y:{min:0,max:0}}}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,e){this.latestValues[t]=e}makeTargetAnimatable(t,e=!0){return this.makeTargetAnimatableFromInstance(t,this.props,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<Uo.length;e++){const n=Uo[e];this.propEventSubscriptions[n]&&(this.propEventSubscriptions[n](),delete this.propEventSubscriptions[n]);const s=t["on"+n];s&&(this.propEventSubscriptions[n]=this.on(n,s))}this.prevMotionValues=function(t,e,n){const{willChange:s}=e;for(const i in e){const o=e[i],r=n[i];if(Y(o))t.addValue(i,o),hn(s)&&s.add(i);else if(Y(r))t.addValue(i,je(o,{owner:t})),hn(s)&&s.remove(i);else if(r!==o)if(t.hasValue(i)){const e=t.getValue(i);!e.hasAnimated&&e.set(o)}else{const e=t.getStaticValue(i);t.addValue(i,je(void 0!==e?e:o,{owner:t}))}}for(const s in n)void 0===e[s]&&t.removeValue(s);return e}(this,this.scrapeMotionValuesFromProps(t,this.prevProps),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}getVariantContext(t=!1){if(t)return this.parent?this.parent.getVariantContext():void 0;if(!this.isControllingVariants){const t=this.parent&&this.parent.getVariantContext()||{};return void 0!==this.props.initial&&(t.initial=this.props.initial),t}const e={};for(let t=0;t<$o;t++){const n=No[t],s=this.props[n];(b(s)||!1===s)&&(e[n]=s)}return e}addVariantChild(t){const e=this.getClosestVariantNode();if(e)return e.variantChildren&&e.variantChildren.add(t),()=>e.variantChildren.delete(t)}addValue(t,e){e!==this.values.get(t)&&(this.removeValue(t),this.bindToMotionValue(t,e)),this.values.set(t,e),this.latestValues[t]=e.get()}removeValue(t){this.values.delete(t);const 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 n=this.values.get(t);return void 0===n&&void 0!==e&&(n=je(e,{owner:this}),this.addValue(t,n)),n}readValue(t){return void 0===this.latestValues[t]&&this.current?this.readValueFromInstance(this.current,t,this.options):this.latestValues[t]}setBaseTarget(t,e){this.baseTarget[t]=e}getBaseTarget(t){var e;const{initial:n}=this.props,s="string"==typeof n||"object"==typeof n?null===(e=It(this.props,n))||void 0===e?void 0:e[t]:void 0;if(n&&void 0!==s)return s;const i=this.getBaseTargetFromProps(this.props,t);return void 0===i||Y(i)?void 0!==this.initialValues[t]&&void 0===s?void 0:this.baseTarget[t]:i}on(t,e){return this.events[t]||(this.events[t]=new Re),this.events[t].add(e)}notify(t,...e){this.events[t]&&this.events[t].notify(...e)}}{sortInstanceNodePosition(t,e){return 2&t.compareDocumentPosition(e)?1:-1}getBaseTargetFromProps(t,e){return t.style?t.style[e]:void 0}removeValueFromRenderState(t,{vars:e,style:n}){delete e[t],delete n[t]}makeTargetAnimatableFromInstance({transition:t,transitionEnd:e,...n},{transformValues:s},i){let o=function(t,e,n){const s={};for(const i in t){const t=cn(i,e);if(void 0!==t)s[i]=t;else{const t=n.getValue(i);t&&(s[i]=t.get())}}return s}(n,t||{},this);if(s&&(e&&(e=s(e)),n&&(n=s(n)),o&&(o=s(o))),i){!function(t,e,n){var s,i;const o=Object.keys(e).filter(e=>!t.hasValue(e)),r=o.length;if(r)for(let a=0;a<r;a++){const r=o[a],l=e[r];let u=null;Array.isArray(l)&&(u=l[0]),null===u&&(u=null!==(i=null!==(s=n[r])&&void 0!==s?s:t.readValue(r))&&void 0!==i?i:e[r]),null!=u&&("string"==typeof u&&(/^\-?\d*\.?\d+$/.test(u)||ge(u))?u=parseFloat(u):!an(u)&&qe.test(l)&&(u=en(r,l)),t.addValue(r,je(u,{owner:t})),void 0===n[r]&&(n[r]=u),null!==u&&t.setBaseTarget(r,u))}}(this,n,o);const t=Bo(this,n,o,e);e=t.transitionEnd,n=t.target}return{transition:t,transitionEnd:e,...n}}}class Ho extends Wo{readValueFromInstance(t,e){if(H.has(e)){const t=tn(e);return t&&t.default||0}{const s=(n=t,window.getComputedStyle(n)),i=(q(e)?s.getPropertyValue(e):s[e])||0;return"string"==typeof i?i.trim():i}var n}measureInstanceViewportBox(t,{transformPagePoint:e}){return xi(t,e)}build(t,e,n,s){mt(t,e,n,s.transformTemplate)}scrapeMotionValuesFromProps(t,e){return Ft(t,e)}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:t}=this.props;Y(t)&&(this.childSubscription=t.on("change",t=>{this.current&&(this.current.textContent=""+t)}))}renderInstance(t,e,n,s){kt(t,e,n,s)}}class zo extends e.Component{componentDidMount(){const{visualElement:t,layoutGroup:e,switchLayoutGroup:n,layoutId:s}=this.props,{projection:i}=t;var o;o=Xo,Object.assign($,o),i&&(e.group&&e.group.add(i),n&&n.register&&s&&n.register(i),i.root.didUpdate(),i.addEventListener("animationComplete",()=>{this.safeToRemove()}),i.setOptions({...i.options,onExitComplete:()=>this.safeToRemove()})),L.hasEverUpdated=!0}getSnapshotBeforeUpdate(t){const{layoutDependency:e,visualElement:n,drag:s,isPresent:i}=this.props,o=n.projection;return o?(o.isPresent=i,s||t.layoutDependency!==e||void 0===e?o.willUpdate():this.safeToRemove(),t.isPresent!==i&&(i?o.promote():o.relegate()||Ve.postRender(()=>{const t=o.getStack();t&&t.members.length||this.safeToRemove()})),null):null}componentDidUpdate(){const{projection:t}=this.props.visualElement;t&&(t.root.didUpdate(),!t.currentAnimation&&t.isLead()&&this.safeToRemove())}componentWillUnmount(){const{visualElement:t,layoutGroup:e,switchLayoutGroup:n}=this.props,{projection:s}=t;s&&(s.scheduleCheckAfterUnmount(),e&&e.group&&e.group.remove(s),n&&n.deregister&&n.deregister(s))}safeToRemove(){const{safeToRemove:t}=this.props;t&&t()}render(){return null}}function Yo(t){const[n,i]=function(){const t=s(f);if(null===t)return[!0,null];const{isPresent:e,onExitComplete:n,register:i}=t,r=d();return o(()=>i(r),[]),!e&&n?[!1,()=>n&&n(r)]:[!0]}(),r=s(R);return e.createElement(zo,{...t,layoutGroup:r,switchLayoutGroup:s(B),isPresent:n,safeToRemove:i})}const Xo={borderRadius:{...vo,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:vo,borderTopRightRadius:vo,borderBottomLeftRadius:vo,borderBottomRightRadius:vo,boxShadow:To},Go={pan:{Feature:class extends se{constructor(){super(...arguments),this.removePointerDownListener=re}onPointerDown(t){this.session=new Is(t,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint()})}createPanHandlers(){const{onPanSessionStart:t,onPanStart:e,onPan:n,onPanEnd:s}=this.node.getProps();return{onSessionStart:t,onStart:e,onMove:n,onEnd:(t,e)=>{delete this.session,s&&s(t,e)}}}mount(){this.removePointerDownListener=qt(this.node.current,"pointerdown",t=>this.onPointerDown(t))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}},drag:{Feature:class extends se{constructor(t){super(t),this.removeGroupControls=re,this.removeListeners=re,this.controls=new bi(t)}mount(){const{dragControls:t}=this.node.getProps();t&&(this.removeGroupControls=t.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||re}unmount(){this.removeGroupControls(),this.removeListeners()}},ProjectionNode:go,MeasureLayout:Yo}};class qo extends Wo{constructor(){super(...arguments),this.isSVGTag=!1}getBaseTargetFromProps(t,e){return t[e]}readValueFromInstance(t,e){if(H.has(e)){const t=tn(e);return t&&t.default||0}return e=Rt.has(e)?e:Lt(e),t.getAttribute(e)}measureInstanceViewportBox(){return{x:{min:0,max:0},y:{min:0,max:0}}}scrapeMotionValuesFromProps(t,e){return jt(t,e)}build(t,e,n,s){St(t,e,n,this.isSVGTag,s.transformTemplate)}renderInstance(t,e,n,s){Bt(t,e,0,s)}mount(t){this.isSVGTag=Ct(t.tagName),super.mount(t)}}const Zo=(t,e)=>N(t)?new qo(e,{enableHardwareAcceleration:!1}):new Ho(e,{enableHardwareAcceleration:!0}),Ko={...Fs,...me,...Go,...{layout:{ProjectionNode:go,MeasureLayout:Yo}}},_o=O((t,e)=>zt(t,e,Ko,Zo));function Jo(t){return j(zt(t,{forwardMotionProps:!1},Ko,Zo))}export{Jo as createDomMotionComponent,_o as motion};