"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7477],{81523:function(t,e,i){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"BailoutToCSR",{enumerable:!0,get:function(){return s}});let n=i(18993);function s(t){let{reason:e,children:i}=t;if("undefined"==typeof window)throw new n.BailoutToCSRError(e);return i}},70049:function(t,e,i){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"PreloadCss",{enumerable:!0,get:function(){return r}});let n=i(57437),s=i(20544);function r(t){let{moduleIds:e}=t;if("undefined"!=typeof window)return null;let i=(0,s.getExpectedRequestStore)("next/dynamic css"),r=[];if(i.reactLoadableManifest&&e){let t=i.reactLoadableManifest;for(let i of e){if(!t[i])continue;let e=t[i].files.filter(t=>t.endsWith(".css"));r.push(...e)}}return 0===r.length?null:(0,n.jsx)(n.Fragment,{children:r.map(t=>(0,n.jsx)("link",{precedence:"dynamic",rel:"stylesheet",href:i.assetPrefix+"/_next/"+encodeURI(t),as:"style"},t))})}},4964:function(t,e,i){var n,s,r=i(2265),o=function(t,e){return(o=Object.setPrototypeOf||({__proto__:[]})instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)},a=(n=s={path:void 0,exports:{},require:function(t,e){return function(){throw Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(null==e&&s.path)}},s.exports,function(){var t={}.hasOwnProperty;function e(){for(var i=[],n=0;n<arguments.length;n++){var s=arguments[n];if(s){var r=typeof s;if("string"===r||"number"===r)i.push(s);else if(Array.isArray(s)&&s.length){var o=e.apply(null,s);o&&i.push(o)}else if("object"===r)for(var a in s)t.call(s,a)&&s[a]&&i.push(a)}}return i.join(" ")}n.exports?(e.default=e,n.exports=e):window.classNames=e}(),s.exports);function l(t,e,i){function n(){var u=Date.now()-a;u<e&&u>=0?s=setTimeout(n,e-u):(s=null,i||(l=t.apply(o,r),o=r=null))}null==e&&(e=100);var s,r,o,a,l,u=function(){o=this,r=arguments,a=Date.now();var u=i&&!s;return s||(s=setTimeout(n,e)),u&&(l=t.apply(o,r),o=r=null),l};return u.clear=function(){s&&(clearTimeout(s),s=null)},u.flush=function(){s&&(l=t.apply(o,r),o=r=null,clearTimeout(s),s=null)},u}l.debounce=l,function(t,e){void 0===e&&(e={});var i=e.insertAt;if(t&&"undefined"!=typeof document){var n=document.head||document.getElementsByTagName("head")[0],s=document.createElement("style");s.type="text/css","top"===i&&n.firstChild?n.insertBefore(s,n.firstChild):n.appendChild(s),s.styleSheet?s.styleSheet.cssText=t:s.appendChild(document.createTextNode(t))}}(".indiana-scroll-container {\n  overflow: auto; }\n  .indiana-scroll-container--dragging {\n    scroll-behavior: auto !important; }\n    .indiana-scroll-container--dragging > * {\n      pointer-events: none;\n      cursor: -webkit-grab;\n      cursor: grab; }\n  .indiana-scroll-container--hide-scrollbars {\n    overflow: hidden;\n    overflow: -moz-scrollbars-none;\n    -ms-overflow-style: none;\n    scrollbar-width: none; }\n    .indiana-scroll-container--hide-scrollbars::-webkit-scrollbar {\n      display: none !important;\n      height: 0 !important;\n      width: 0 !important;\n      background: transparent !important;\n      -webkit-appearance: none !important; }\n  .indiana-scroll-container--native-scroll {\n    overflow: auto; }\n\n.indiana-dragging {\n  cursor: -webkit-grab;\n  cursor: grab; }\n");var u,h=(u="indiana-scroll-container",function(t,e){if(!t)return u;"string"==typeof t?i=t:e=t;var i,n=u;return i&&(n+="__"+i),n+(e?Object.keys(e).reduce(function(t,i){var s=e[i];return s&&(t+=" "+("boolean"==typeof s?n+"--"+i:n+"--"+i+"_"+s)),t},""):"")}),c=function(t){function e(e){var i=t.call(this,e)||this;return i.onEndScroll=function(){i.scrolling=!1,!i.pressed&&i.started&&i.processEnd()},i.onScroll=function(t){var e=i.container.current;e.scrollLeft===i.scrollLeft&&e.scrollTop===i.scrollTop||(i.scrolling=!0,i.processScroll(t),i.onEndScroll())},i.onTouchStart=function(t){var e=i.props.nativeMobileScroll;if(i.isDraggable(t.target)){if(i.internal=!0,e&&i.scrolling)i.pressed=!0;else{var n=t.touches[0];i.processClick(t,n.clientX,n.clientY),!e&&i.props.stopPropagation&&t.stopPropagation()}}},i.onTouchEnd=function(t){var e=i.props.nativeMobileScroll;i.pressed&&(!i.started||i.scrolling&&e?i.pressed=!1:i.processEnd(),i.forceUpdate())},i.onTouchMove=function(t){var e=i.props.nativeMobileScroll;if(i.pressed&&(!e||!i.isMobile)){var n=t.touches[0];n&&i.processMove(t,n.clientX,n.clientY),t.preventDefault(),i.props.stopPropagation&&t.stopPropagation()}},i.onMouseDown=function(t){i.isDraggable(t.target)&&i.isScrollable()&&(i.internal=!0,-1!==i.props.buttons.indexOf(t.button)&&(i.processClick(t,t.clientX,t.clientY),t.preventDefault(),i.props.stopPropagation&&t.stopPropagation()))},i.onMouseMove=function(t){i.pressed&&(i.processMove(t,t.clientX,t.clientY),t.preventDefault(),i.props.stopPropagation&&t.stopPropagation())},i.onMouseUp=function(t){i.pressed&&(i.started?i.processEnd():(i.internal=!1,i.pressed=!1,i.forceUpdate(),i.props.onClick&&i.props.onClick(t)),t.preventDefault(),i.props.stopPropagation&&t.stopPropagation())},i.container=r.createRef(),i.onEndScroll=l(i.onEndScroll,300),i.scrolling=!1,i.started=!1,i.pressed=!1,i.internal=!1,i.getRef=i.getRef.bind(i),i}return function(t,e){function i(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}(e,t),e.prototype.componentDidMount=function(){var t=this.props.nativeMobileScroll,e=this.container.current;window.addEventListener("mouseup",this.onMouseUp),window.addEventListener("mousemove",this.onMouseMove),window.addEventListener("touchmove",this.onTouchMove,{passive:!1}),window.addEventListener("touchend",this.onTouchEnd),e.addEventListener("touchstart",this.onTouchStart,{passive:!1}),e.addEventListener("mousedown",this.onMouseDown,{passive:!1}),t&&(this.isMobile=this.isMobileDevice(),this.isMobile&&this.forceUpdate())},e.prototype.componentWillUnmount=function(){window.removeEventListener("mouseup",this.onMouseUp),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("touchmove",this.onTouchMove),window.removeEventListener("touchend",this.onTouchEnd)},e.prototype.getElement=function(){return this.container.current},e.prototype.isMobileDevice=function(){return void 0!==window.orientation||-1!==navigator.userAgent.indexOf("IEMobile")},e.prototype.isDraggable=function(t){var e=this.props.ignoreElements;if(e){var i=t.closest(e);return null===i||i.contains(this.getElement())}return!0},e.prototype.isScrollable=function(){var t=this.container.current;return t&&(t.scrollWidth>t.clientWidth||t.scrollHeight>t.clientHeight)},e.prototype.processClick=function(t,e,i){var n=this.container.current;this.scrollLeft=n.scrollLeft,this.scrollTop=n.scrollTop,this.clientX=e,this.clientY=i,this.pressed=!0},e.prototype.processStart=function(t){void 0===t&&(t=!0);var e=this.props.onStartScroll;this.started=!0,t&&document.body.classList.add("indiana-dragging"),e&&e({external:!this.internal}),this.forceUpdate()},e.prototype.processScroll=function(t){if(this.started){var e=this.props.onScroll;e&&e({external:!this.internal})}else this.processStart(!1)},e.prototype.processMove=function(t,e,i){var n=this.props,s=n.horizontal,r=n.vertical,o=n.activationDistance,a=n.onScroll,l=this.container.current;this.started?(s&&(l.scrollLeft-=e-this.clientX),r&&(l.scrollTop-=i-this.clientY),a&&a({external:!this.internal}),this.clientX=e,this.clientY=i,this.scrollLeft=l.scrollLeft,this.scrollTop=l.scrollTop):(s&&Math.abs(e-this.clientX)>o||r&&Math.abs(i-this.clientY)>o)&&(this.clientX=e,this.clientY=i,this.processStart())},e.prototype.processEnd=function(){var t=this.props.onEndScroll;this.container.current&&t&&t({external:!this.internal}),this.pressed=!1,this.started=!1,this.scrolling=!1,this.internal=!1,document.body.classList.remove("indiana-dragging"),this.forceUpdate()},e.prototype.getRef=function(t){[this.container,this.props.innerRef].forEach(function(e){e&&("function"==typeof e?e(t):e.current=t)})},e.prototype.render=function(){var t=this.props,e=t.children,i=t.draggingClassName,n=t.className,s=t.style,o=t.hideScrollbars,l=t.component;return r.createElement(l,{className:a(n,this.pressed&&i,h({dragging:this.pressed,"hide-scrollbars":o,"native-scroll":this.isMobile})),style:s,ref:this.getRef,onScroll:this.onScroll},e)},e.defaultProps={nativeMobileScroll:!0,hideScrollbars:!0,activationDistance:10,vertical:!0,horizontal:!0,stopPropagation:!1,style:{},component:"div",buttons:[0]},e}(r.PureComponent);e.Z=c},70765:function(t,e,i){i.d(e,{Z:function(){return w}});var n=i(1119);function s(t,e){if(null==t)return{};var i={};for(var n in t)if(({}).hasOwnProperty.call(t,n)){if(e.includes(n))continue;i[n]=t[n]}return i}function r(t,e){return(r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function o(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,r(t,e)}function a(t,e){return t.replace(RegExp("(^|\\s)"+e+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var l=i(2265),u=i(54887),h={disabled:!1},c=l.createContext(null),d=function(t){return t.scrollTop},p="unmounted",m="exited",f="entering",v="entered",g="exiting",y=function(t){function e(e,i){n=t.call(this,e,i)||this;var n,s,r=i&&!i.isMounting?e.enter:e.appear;return n.appearStatus=null,e.in?r?(s=m,n.appearStatus=f):s=v:s=e.unmountOnExit||e.mountOnEnter?p:m,n.state={status:s},n.nextCallback=null,n}o(e,t),e.getDerivedStateFromProps=function(t,e){return t.in&&e.status===p?{status:m}:null};var i=e.prototype;return i.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},i.componentDidUpdate=function(t){var e=null;if(t!==this.props){var i=this.state.status;this.props.in?i!==f&&i!==v&&(e=f):(i===f||i===v)&&(e=g)}this.updateStatus(!1,e)},i.componentWillUnmount=function(){this.cancelNextCallback()},i.getTimeouts=function(){var t,e,i,n=this.props.timeout;return t=e=i=n,null!=n&&"number"!=typeof n&&(t=n.exit,e=n.enter,i=void 0!==n.appear?n.appear:e),{exit:t,enter:e,appear:i}},i.updateStatus=function(t,e){if(void 0===t&&(t=!1),null!==e){if(this.cancelNextCallback(),e===f){if(this.props.unmountOnExit||this.props.mountOnEnter){var i=this.props.nodeRef?this.props.nodeRef.current:u.findDOMNode(this);i&&d(i)}this.performEnter(t)}else this.performExit()}else this.props.unmountOnExit&&this.state.status===m&&this.setState({status:p})},i.performEnter=function(t){var e=this,i=this.props.enter,n=this.context?this.context.isMounting:t,s=this.props.nodeRef?[n]:[u.findDOMNode(this),n],r=s[0],o=s[1],a=this.getTimeouts(),l=n?a.appear:a.enter;if(!t&&!i||h.disabled){this.safeSetState({status:v},function(){e.props.onEntered(r)});return}this.props.onEnter(r,o),this.safeSetState({status:f},function(){e.props.onEntering(r,o),e.onTransitionEnd(l,function(){e.safeSetState({status:v},function(){e.props.onEntered(r,o)})})})},i.performExit=function(){var t=this,e=this.props.exit,i=this.getTimeouts(),n=this.props.nodeRef?void 0:u.findDOMNode(this);if(!e||h.disabled){this.safeSetState({status:m},function(){t.props.onExited(n)});return}this.props.onExit(n),this.safeSetState({status:g},function(){t.props.onExiting(n),t.onTransitionEnd(i.exit,function(){t.safeSetState({status:m},function(){t.props.onExited(n)})})})},i.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},i.safeSetState=function(t,e){e=this.setNextCallback(e),this.setState(t,e)},i.setNextCallback=function(t){var e=this,i=!0;return this.nextCallback=function(n){i&&(i=!1,e.nextCallback=null,t(n))},this.nextCallback.cancel=function(){i=!1},this.nextCallback},i.onTransitionEnd=function(t,e){this.setNextCallback(e);var i=this.props.nodeRef?this.props.nodeRef.current:u.findDOMNode(this),n=null==t&&!this.props.addEndListener;if(!i||n){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var s=this.props.nodeRef?[this.nextCallback]:[i,this.nextCallback],r=s[0],o=s[1];this.props.addEndListener(r,o)}null!=t&&setTimeout(this.nextCallback,t)},i.render=function(){var t=this.state.status;if(t===p)return null;var e=this.props,i=e.children,n=(e.in,e.mountOnEnter,e.unmountOnExit,e.appear,e.enter,e.exit,e.timeout,e.addEndListener,e.onEnter,e.onEntering,e.onEntered,e.onExit,e.onExiting,e.onExited,e.nodeRef,s(e,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return l.createElement(c.Provider,{value:null},"function"==typeof i?i(t,n):l.cloneElement(l.Children.only(i),n))},e}(l.Component);function x(){}y.contextType=c,y.propTypes={},y.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:x,onEntering:x,onEntered:x,onExit:x,onExiting:x,onExited:x},y.UNMOUNTED=p,y.EXITED=m,y.ENTERING=f,y.ENTERED=v,y.EXITING=g;var b=function(t,e){return t&&e&&e.split(" ").forEach(function(e){t.classList?t.classList.remove(e):"string"==typeof t.className?t.className=a(t.className,e):t.setAttribute("class",a(t.className&&t.className.baseVal||"",e))})},P=function(t){function e(){for(var e,i=arguments.length,n=Array(i),s=0;s<i;s++)n[s]=arguments[s];return(e=t.call.apply(t,[this].concat(n))||this).appliedClasses={appear:{},enter:{},exit:{}},e.onEnter=function(t,i){var n=e.resolveArguments(t,i),s=n[0],r=n[1];e.removeClasses(s,"exit"),e.addClass(s,r?"appear":"enter","base"),e.props.onEnter&&e.props.onEnter(t,i)},e.onEntering=function(t,i){var n=e.resolveArguments(t,i),s=n[0],r=n[1];e.addClass(s,r?"appear":"enter","active"),e.props.onEntering&&e.props.onEntering(t,i)},e.onEntered=function(t,i){var n=e.resolveArguments(t,i),s=n[0],r=n[1]?"appear":"enter";e.removeClasses(s,r),e.addClass(s,r,"done"),e.props.onEntered&&e.props.onEntered(t,i)},e.onExit=function(t){var i=e.resolveArguments(t)[0];e.removeClasses(i,"appear"),e.removeClasses(i,"enter"),e.addClass(i,"exit","base"),e.props.onExit&&e.props.onExit(t)},e.onExiting=function(t){var i=e.resolveArguments(t)[0];e.addClass(i,"exit","active"),e.props.onExiting&&e.props.onExiting(t)},e.onExited=function(t){var i=e.resolveArguments(t)[0];e.removeClasses(i,"exit"),e.addClass(i,"exit","done"),e.props.onExited&&e.props.onExited(t)},e.resolveArguments=function(t,i){return e.props.nodeRef?[e.props.nodeRef.current,t]:[t,i]},e.getClassNames=function(t){var i=e.props.classNames,n="string"==typeof i,s=n?(n&&i?i+"-":"")+t:i[t],r=n?s+"-active":i[t+"Active"],o=n?s+"-done":i[t+"Done"];return{baseClassName:s,activeClassName:r,doneClassName:o}},e}o(e,t);var i=e.prototype;return i.addClass=function(t,e,i){var n,s=this.getClassNames(e)[i+"ClassName"],r=this.getClassNames("enter").doneClassName;"appear"===e&&"done"===i&&r&&(s+=" "+r),"active"===i&&t&&d(t),s&&(this.appliedClasses[e][i]=s,n=s,t&&n&&n.split(" ").forEach(function(e){var i,n;return i=t,n=e,void(i.classList?i.classList.add(n):(i.classList?n&&i.classList.contains(n):-1!==(" "+(i.className.baseVal||i.className)+" ").indexOf(" "+n+" "))||("string"==typeof i.className?i.className=i.className+" "+n:i.setAttribute("class",(i.className&&i.className.baseVal||"")+" "+n)))}))},i.removeClasses=function(t,e){var i=this.appliedClasses[e],n=i.base,s=i.active,r=i.done;this.appliedClasses[e]={},n&&b(t,n),s&&b(t,s),r&&b(t,r)},i.render=function(){var t=this.props,e=(t.classNames,s(t,["classNames"]));return l.createElement(y,(0,n.Z)({},e,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},e}(l.Component);P.defaultProps={classNames:""},P.propTypes={};var w=P},1119:function(t,e,i){i.d(e,{Z:function(){return n}});function n(){return(n=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)({}).hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t}).apply(null,arguments)}},53264:function(t,e,i){let n;function s(t){return null!==t&&"object"==typeof t&&"function"==typeof t.start}i.d(e,{E:function(){return ru}});let r=t=>Array.isArray(t);function o(t,e){if(!Array.isArray(e))return!1;let i=e.length;if(i!==t.length)return!1;for(let n=0;n<i;n++)if(e[n]!==t[n])return!1;return!0}function a(t){return"string"==typeof t||Array.isArray(t)}function l(t){let e=[{},{}];return null==t||t.values.forEach((t,i)=>{e[0][i]=t.get(),e[1][i]=t.getVelocity()}),e}function u(t,e,i,n){if("function"==typeof e){let[s,r]=l(n);e=e(void 0!==i?i:t.custom,s,r)}if("string"==typeof e&&(e=t.variants&&t.variants[e]),"function"==typeof e){let[s,r]=l(n);e=e(void 0!==i?i:t.custom,s,r)}return e}function h(t,e,i){let n=t.getProps();return u(n,e,void 0!==i?i:n.custom,t)}let c=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],d=["initial",...c],p=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],m=new Set(p),f=t=>1e3*t,v=t=>t/1e3,g={type:"spring",stiffness:500,damping:25,restSpeed:10},y=t=>({type:"spring",stiffness:550,damping:0===t?2*Math.sqrt(550):30,restSpeed:10}),x={type:"keyframes",duration:.8},b={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},P=(t,{keyframes:e})=>e.length>2?x:m.has(t)?t.startsWith("scale")?y(e[1]):g:b;function w(t,e){return t?t[e]||t.default||t:void 0}let T={skipAnimations:!1,useManualTiming:!1},S={current:!1},E=t=>null!==t;function A(t,{repeat:e,repeatType:i="loop"},n){let s=t.filter(E),r=e&&"loop"!==i&&e%2==1?0:s.length-1;return r&&void 0!==n?n:s[r]}var C,M,V,k=i(44439);let D=["read","resolveKeyframes","update","preRender","render","postRender"];function R(t,e){let i=!1,n=!0,s={delta:0,timestamp:0,isProcessing:!1},r=()=>i=!0,o=D.reduce((t,e)=>(t[e]=function(t){let e=new Set,i=new Set,n=!1,s=!1,r=new WeakSet,o={delta:0,timestamp:0,isProcessing:!1};function a(e){r.has(e)&&(l.schedule(e),t()),e(o)}let l={schedule:(t,s=!1,o=!1)=>{let a=o&&n?e:i;return s&&r.add(t),a.has(t)||a.add(t),t},cancel:t=>{i.delete(t),r.delete(t)},process:t=>{if(o=t,n){s=!0;return}n=!0,[e,i]=[i,e],i.clear(),e.forEach(a),n=!1,s&&(s=!1,l.process(t))}};return l}(r),t),{}),{read:a,resolveKeyframes:l,update:u,preRender:h,render:c,postRender:d}=o,p=()=>{let r=T.useManualTiming?s.timestamp:performance.now();i=!1,s.delta=n?1e3/60:Math.max(Math.min(r-s.timestamp,40),1),s.timestamp=r,s.isProcessing=!0,a.process(s),l.process(s),u.process(s),h.process(s),c.process(s),d.process(s),s.isProcessing=!1,i&&e&&(n=!1,t(p))},m=()=>{i=!0,n=!0,s.isProcessing||t(p)};return{schedule:D.reduce((t,e)=>{let n=o[e];return t[e]=(t,e=!1,s=!1)=>(i||m(),n.schedule(t,e,s)),t},{}),cancel:t=>{for(let e=0;e<D.length;e++)o[D[e]].cancel(t)},state:s,steps:o}}let{schedule:L,cancel:j,state:F,steps:O}=R("undefined"!=typeof requestAnimationFrame?requestAnimationFrame:k.Z,!0),B=(t,e,i)=>(((1-3*i+3*e)*t+(3*i-6*e))*t+3*e)*t;function N(t,e,i,n){if(t===e&&i===n)return k.Z;let s=e=>(function(t,e,i,n,s){let r,o;let a=0;do(r=B(o=e+(i-e)/2,n,s)-t)>0?i=o:e=o;while(Math.abs(r)>1e-7&&++a<12);return o})(e,0,1,t,i);return t=>0===t||1===t?t:B(s(t),e,n)}let U=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,I=t=>e=>1-t(1-e),$=N(.33,1.53,.69,.99),W=I($),Y=U(W),z=t=>(t*=2)<1?.5*W(t):.5*(2-Math.pow(2,-10*(t-1))),X=t=>1-Math.sin(Math.acos(t)),H=I(X),Z=U(X),_=t=>/^0[^.\s]+$/u.test(t);var K=i(13223);let G=t=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(t),q=t=>e=>"string"==typeof e&&e.startsWith(t),J=q("--"),Q=q("var(--"),tt=t=>!!Q(t)&&te.test(t.split("/*")[0].trim()),te=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,ti=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u,tn=(t,e,i)=>i>e?e:i<t?t:i,ts={test:t=>"number"==typeof t,parse:parseFloat,transform:t=>t},tr={...ts,transform:t=>tn(0,1,t)},to={...ts,default:1},ta=t=>({test:e=>"string"==typeof e&&e.endsWith(t)&&1===e.split(" ").length,parse:parseFloat,transform:e=>`${e}${t}`}),tl=ta("deg"),tu=ta("%"),th=ta("px"),tc=ta("vh"),td=ta("vw"),tp={...tu,parse:t=>tu.parse(t)/100,transform:t=>tu.transform(100*t)},tm=new Set(["width","height","top","left","right","bottom","x","y","translateX","translateY"]),tf=t=>t===ts||t===th,tv=(t,e)=>parseFloat(t.split(", ")[e]),tg=(t,e)=>(i,{transform:n})=>{if("none"===n||!n)return 0;let s=n.match(/^matrix3d\((.+)\)$/u);if(s)return tv(s[1],e);{let e=n.match(/^matrix\((.+)\)$/u);return e?tv(e[1],t):0}},ty=new Set(["x","y","z"]),tx=p.filter(t=>!ty.has(t)),tb={width:({x:t},{paddingLeft:e="0",paddingRight:i="0"})=>t.max-t.min-parseFloat(e)-parseFloat(i),height:({y:t},{paddingTop:e="0",paddingBottom:i="0"})=>t.max-t.min-parseFloat(e)-parseFloat(i),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:tg(4,13),y:tg(5,14)};tb.translateX=tb.x,tb.translateY=tb.y;let tP=t=>e=>e.test(t),tw=[ts,th,tu,tl,td,tc,{test:t=>"auto"===t,parse:t=>t}],tT=t=>tw.find(tP(t)),tS=new Set,tE=!1,tA=!1;function tC(){if(tA){let t=Array.from(tS).filter(t=>t.needsMeasurement),e=new Set(t.map(t=>t.element)),i=new Map;e.forEach(t=>{let e=function(t){let e=[];return tx.forEach(i=>{let n=t.getValue(i);void 0!==n&&(e.push([i,n.get()]),n.set(i.startsWith("scale")?1:0))}),e}(t);e.length&&(i.set(t,e),t.render())}),t.forEach(t=>t.measureInitialState()),e.forEach(t=>{t.render();let e=i.get(t);e&&e.forEach(([e,i])=>{var n;null===(n=t.getValue(e))||void 0===n||n.set(i)})}),t.forEach(t=>t.measureEndState()),t.forEach(t=>{void 0!==t.suspendedScrollY&&window.scrollTo(0,t.suspendedScrollY)})}tA=!1,tE=!1,tS.forEach(t=>t.complete()),tS.clear()}function tM(){tS.forEach(t=>{t.readKeyframes(),t.needsMeasurement&&(tA=!0)})}class tV{constructor(t,e,i,n,s,r=!1){this.isComplete=!1,this.isAsync=!1,this.needsMeasurement=!1,this.isScheduled=!1,this.unresolvedKeyframes=[...t],this.onComplete=e,this.name=i,this.motionValue=n,this.element=s,this.isAsync=r}scheduleResolve(){this.isScheduled=!0,this.isAsync?(tS.add(this),tE||(tE=!0,L.read(tM),L.resolveKeyframes(tC))):(this.readKeyframes(),this.complete())}readKeyframes(){let{unresolvedKeyframes:t,name:e,element:i,motionValue:n}=this;for(let s=0;s<t.length;s++)if(null===t[s]){if(0===s){let s=null==n?void 0:n.get(),r=t[t.length-1];if(void 0!==s)t[0]=s;else if(i&&e){let n=i.readValue(e,r);null!=n&&(t[0]=n)}void 0===t[0]&&(t[0]=r),n&&void 0===s&&n.set(t[0])}else t[s]=t[s-1]}}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(){this.isComplete=!0,this.onComplete(this.unresolvedKeyframes,this.finalKeyframe),tS.delete(this)}cancel(){this.isComplete||(this.isScheduled=!1,tS.delete(this))}resume(){this.isComplete||this.scheduleResolve()}}let tk=t=>Math.round(1e5*t)/1e5,tD=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu,tR=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,tL=(t,e)=>i=>!!("string"==typeof i&&tR.test(i)&&i.startsWith(t)||e&&null!=i&&Object.prototype.hasOwnProperty.call(i,e)),tj=(t,e,i)=>n=>{if("string"!=typeof n)return n;let[s,r,o,a]=n.match(tD);return{[t]:parseFloat(s),[e]:parseFloat(r),[i]:parseFloat(o),alpha:void 0!==a?parseFloat(a):1}},tF=t=>tn(0,255,t),tO={...ts,transform:t=>Math.round(tF(t))},tB={test:tL("rgb","red"),parse:tj("red","green","blue"),transform:({red:t,green:e,blue:i,alpha:n=1})=>"rgba("+tO.transform(t)+", "+tO.transform(e)+", "+tO.transform(i)+", "+tk(tr.transform(n))+")"},tN={test:tL("#"),parse:function(t){let e="",i="",n="",s="";return t.length>5?(e=t.substring(1,3),i=t.substring(3,5),n=t.substring(5,7),s=t.substring(7,9)):(e=t.substring(1,2),i=t.substring(2,3),n=t.substring(3,4),s=t.substring(4,5),e+=e,i+=i,n+=n,s+=s),{red:parseInt(e,16),green:parseInt(i,16),blue:parseInt(n,16),alpha:s?parseInt(s,16)/255:1}},transform:tB.transform},tU={test:tL("hsl","hue"),parse:tj("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:i,alpha:n=1})=>"hsla("+Math.round(t)+", "+tu.transform(tk(e))+", "+tu.transform(tk(i))+", "+tk(tr.transform(n))+")"},tI={test:t=>tB.test(t)||tN.test(t)||tU.test(t),parse:t=>tB.test(t)?tB.parse(t):tU.test(t)?tU.parse(t):tN.parse(t),transform:t=>"string"==typeof t?t:t.hasOwnProperty("red")?tB.transform(t):tU.transform(t)},t$=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu,tW="number",tY="color",tz=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function tX(t){let e=t.toString(),i=[],n={color:[],number:[],var:[]},s=[],r=0,o=e.replace(tz,t=>(tI.test(t)?(n.color.push(r),s.push(tY),i.push(tI.parse(t))):t.startsWith("var(")?(n.var.push(r),s.push("var"),i.push(t)):(n.number.push(r),s.push(tW),i.push(parseFloat(t))),++r,"${}")).split("${}");return{values:i,split:o,indexes:n,types:s}}function tH(t){return tX(t).values}function tZ(t){let{split:e,types:i}=tX(t),n=e.length;return t=>{let s="";for(let r=0;r<n;r++)if(s+=e[r],void 0!==t[r]){let e=i[r];e===tW?s+=tk(t[r]):e===tY?s+=tI.transform(t[r]):s+=t[r]}return s}}let t_=t=>"number"==typeof t?0:t,tK={test:function(t){var e,i;return isNaN(t)&&"string"==typeof t&&((null===(e=t.match(tD))||void 0===e?void 0:e.length)||0)+((null===(i=t.match(t$))||void 0===i?void 0:i.length)||0)>0},parse:tH,createTransformer:tZ,getAnimatableNone:function(t){let e=tH(t);return tZ(t)(e.map(t_))}},tG=new Set(["brightness","contrast","saturate","opacity"]);function tq(t){let[e,i]=t.slice(0,-1).split("(");if("drop-shadow"===e)return t;let[n]=i.match(tD)||[];if(!n)return t;let s=i.replace(n,""),r=tG.has(e)?1:0;return n!==i&&(r*=100),e+"("+r+s+")"}let tJ=/\b([a-z-]*)\(.*?\)/gu,tQ={...tK,getAnimatableNone:t=>{let e=t.match(tJ);return e?e.map(tq).join(" "):t}},t0={...ts,transform:Math.round},t1={borderWidth:th,borderTopWidth:th,borderRightWidth:th,borderBottomWidth:th,borderLeftWidth:th,borderRadius:th,radius:th,borderTopLeftRadius:th,borderTopRightRadius:th,borderBottomRightRadius:th,borderBottomLeftRadius:th,width:th,maxWidth:th,height:th,maxHeight:th,top:th,right:th,bottom:th,left:th,padding:th,paddingTop:th,paddingRight:th,paddingBottom:th,paddingLeft:th,margin:th,marginTop:th,marginRight:th,marginBottom:th,marginLeft:th,backgroundPositionX:th,backgroundPositionY:th,rotate:tl,rotateX:tl,rotateY:tl,rotateZ:tl,scale:to,scaleX:to,scaleY:to,scaleZ:to,skew:tl,skewX:tl,skewY:tl,distance:th,translateX:th,translateY:th,translateZ:th,x:th,y:th,z:th,perspective:th,transformPerspective:th,opacity:tr,originX:tp,originY:tp,originZ:th,zIndex:t0,size:th,fillOpacity:tr,strokeOpacity:tr,numOctaves:t0},t5={...t1,color:tI,backgroundColor:tI,outlineColor:tI,fill:tI,stroke:tI,borderColor:tI,borderTopColor:tI,borderRightColor:tI,borderBottomColor:tI,borderLeftColor:tI,filter:tQ,WebkitFilter:tQ},t2=t=>t5[t];function t3(t,e){let i=t2(t);return i!==tQ&&(i=tK),i.getAnimatableNone?i.getAnimatableNone(e):void 0}let t9=new Set(["auto","none","0"]);class t4 extends tV{constructor(t,e,i,n,s){super(t,e,i,n,s,!0)}readKeyframes(){let{unresolvedKeyframes:t,element:e,name:i}=this;if(!e||!e.current)return;super.readKeyframes();for(let i=0;i<t.length;i++){let n=t[i];if("string"==typeof n&&tt(n=n.trim())){let s=function t(e,i,n=1){(0,K.k)(n<=4,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`);let[s,r]=function(t){let e=ti.exec(t);if(!e)return[,];let[,i,n,s]=e;return[`--${null!=i?i:n}`,s]}(e);if(!s)return;let o=window.getComputedStyle(i).getPropertyValue(s);if(o){let t=o.trim();return G(t)?parseFloat(t):t}return tt(r)?t(r,i,n+1):r}(n,e.current);void 0!==s&&(t[i]=s),i===t.length-1&&(this.finalKeyframe=n)}}if(this.resolveNoneKeyframes(),!tm.has(i)||2!==t.length)return;let[n,s]=t,r=tT(n),o=tT(s);if(r!==o){if(tf(r)&&tf(o))for(let e=0;e<t.length;e++){let i=t[e];"string"==typeof i&&(t[e]=parseFloat(i))}else this.needsMeasurement=!0}}resolveNoneKeyframes(){let{unresolvedKeyframes:t,name:e}=this,i=[];for(let e=0;e<t.length;e++){var n;("number"==typeof(n=t[e])?0===n:null===n||"none"===n||"0"===n||_(n))&&i.push(e)}i.length&&function(t,e,i){let n,s=0;for(;s<t.length&&!n;){let e=t[s];"string"==typeof e&&!t9.has(e)&&tX(e).values.length&&(n=t[s]),s++}if(n&&i)for(let s of e)t[s]=t3(i,n)}(t,i,e)}measureInitialState(){let{element:t,unresolvedKeyframes:e,name:i}=this;if(!t||!t.current)return;"height"===i&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=tb[i](t.measureViewportBox(),window.getComputedStyle(t.current)),e[0]=this.measuredOrigin;let n=e[e.length-1];void 0!==n&&t.getValue(i,n).jump(n,!1)}measureEndState(){var t;let{element:e,name:i,unresolvedKeyframes:n}=this;if(!e||!e.current)return;let s=e.getValue(i);s&&s.jump(this.measuredOrigin,!1);let r=n.length-1,o=n[r];n[r]=tb[i](e.measureViewportBox(),window.getComputedStyle(e.current)),null!==o&&void 0===this.finalKeyframe&&(this.finalKeyframe=o),(null===(t=this.removedTransforms)||void 0===t?void 0:t.length)&&this.removedTransforms.forEach(([t,i])=>{e.getValue(t).set(i)}),this.resolveNoneKeyframes()}}function t6(t){return"function"==typeof t}function t7(){n=void 0}let t8={now:()=>(void 0===n&&t8.set(F.isProcessing||T.useManualTiming?F.timestamp:performance.now()),n),set:t=>{n=t,queueMicrotask(t7)}},et=(t,e)=>"zIndex"!==e&&!!("number"==typeof t||Array.isArray(t)||"string"==typeof t&&(tK.test(t)||"0"===t)&&!t.startsWith("url("));class ee{constructor({autoplay:t=!0,delay:e=0,type:i="keyframes",repeat:n=0,repeatDelay:s=0,repeatType:r="loop",...o}){this.isStopped=!1,this.hasAttemptedResolve=!1,this.createdAt=t8.now(),this.options={autoplay:t,delay:e,type:i,repeat:n,repeatDelay:s,repeatType:r,...o},this.updateFinishedPromise()}calcStartTime(){return this.resolvedAt&&this.resolvedAt-this.createdAt>40?this.resolvedAt:this.createdAt}get resolved(){return this._resolved||this.hasAttemptedResolve||(tM(),tC()),this._resolved}onKeyframesResolved(t,e){this.resolvedAt=t8.now(),this.hasAttemptedResolve=!0;let{name:i,type:n,velocity:s,delay:r,onComplete:o,onUpdate:a,isGenerator:l}=this.options;if(!l&&!function(t,e,i,n){let s=t[0];if(null===s)return!1;if("display"===e||"visibility"===e)return!0;let r=t[t.length-1],o=et(s,e),a=et(r,e);return(0,K.K)(o===a,`You are trying to animate ${e} from "${s}" to "${r}". ${s} is not an animatable value - to enable this animation set ${s} to a value animatable to ${r} via the \`style\` property.`),!!o&&!!a&&(function(t){let e=t[0];if(1===t.length)return!0;for(let i=0;i<t.length;i++)if(t[i]!==e)return!0}(t)||("spring"===i||t6(i))&&n)}(t,i,n,s)){if(S.current||!r){null==a||a(A(t,this.options,e)),null==o||o(),this.resolveFinishedPromise();return}this.options.duration=0}let u=this.initPlayback(t,e);!1!==u&&(this._resolved={keyframes:t,finalKeyframe:e,...u},this.onPostResolved())}onPostResolved(){}then(t,e){return this.currentFinishedPromise.then(t,e)}updateFinishedPromise(){this.currentFinishedPromise=new Promise(t=>{this.resolveFinishedPromise=t})}}function ei(t,e,i){var n,s;let r=Math.max(e-5,0);return n=i-t(r),(s=e-r)?1e3/s*n:0}function en(t,e){return t*Math.sqrt(1-e*e)}let es=["duration","bounce"],er=["stiffness","damping","mass"];function eo(t,e){return e.some(e=>void 0!==t[e])}function ea({keyframes:t,restDelta:e,restSpeed:i,...n}){let s;let r=t[0],o=t[t.length-1],a={done:!1,value:r},{stiffness:l,damping:u,mass:h,duration:c,velocity:d,isResolvedFromDuration:p}=function(t){let e={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...t};if(!eo(t,er)&&eo(t,es)){let i=function({duration:t=800,bounce:e=.25,velocity:i=0,mass:n=1}){let s,r;(0,K.K)(t<=f(10),"Spring duration must be 10 seconds or less");let o=1-e;o=tn(.05,1,o),t=tn(.01,10,v(t)),o<1?(s=e=>{let n=e*o,s=n*t;return .001-(n-i)/en(e,o)*Math.exp(-s)},r=e=>{let n=e*o*t,r=Math.pow(o,2)*Math.pow(e,2)*t,a=en(Math.pow(e,2),o);return(n*i+i-r)*Math.exp(-n)*(-s(e)+.001>0?-1:1)/a}):(s=e=>-.001+Math.exp(-e*t)*((e-i)*t+1),r=e=>t*t*(i-e)*Math.exp(-e*t));let a=function(t,e,i){let n=i;for(let i=1;i<12;i++)n-=t(n)/e(n);return n}(s,r,5/t);if(t=f(t),isNaN(a))return{stiffness:100,damping:10,duration:t};{let e=Math.pow(a,2)*n;return{stiffness:e,damping:2*o*Math.sqrt(n*e),duration:t}}}(t);(e={...e,...i,mass:1}).isResolvedFromDuration=!0}return e}({...n,velocity:-v(n.velocity||0)}),m=d||0,g=u/(2*Math.sqrt(l*h)),y=o-r,x=v(Math.sqrt(l/h)),b=5>Math.abs(y);if(i||(i=b?.01:2),e||(e=b?.005:.5),g<1){let t=en(x,g);s=e=>o-Math.exp(-g*x*e)*((m+g*x*y)/t*Math.sin(t*e)+y*Math.cos(t*e))}else if(1===g)s=t=>o-Math.exp(-x*t)*(y+(m+x*y)*t);else{let t=x*Math.sqrt(g*g-1);s=e=>{let i=Math.exp(-g*x*e),n=Math.min(t*e,300);return o-i*((m+g*x*y)*Math.sinh(n)+t*y*Math.cosh(n))/t}}return{calculatedDuration:p&&c||null,next:t=>{let n=s(t);if(p)a.done=t>=c;else{let r=0;g<1&&(r=0===t?f(m):ei(s,t,n));let l=Math.abs(r)<=i,u=Math.abs(o-n)<=e;a.done=l&&u}return a.value=a.done?o:n,a}}}function el({keyframes:t,velocity:e=0,power:i=.8,timeConstant:n=325,bounceDamping:s=10,bounceStiffness:r=500,modifyTarget:o,min:a,max:l,restDelta:u=.5,restSpeed:h}){let c,d;let p=t[0],m={done:!1,value:p},f=t=>void 0!==a&&t<a||void 0!==l&&t>l,v=t=>void 0===a?l:void 0===l?a:Math.abs(a-t)<Math.abs(l-t)?a:l,g=i*e,y=p+g,x=void 0===o?y:o(y);x!==y&&(g=x-p);let b=t=>-g*Math.exp(-t/n),P=t=>x+b(t),w=t=>{let e=b(t),i=P(t);m.done=Math.abs(e)<=u,m.value=m.done?x:i},T=t=>{f(m.value)&&(c=t,d=ea({keyframes:[m.value,v(m.value)],velocity:ei(P,t,m.value),damping:s,stiffness:r,restDelta:u,restSpeed:h}))};return T(0),{calculatedDuration:null,next:t=>{let e=!1;return(d||void 0!==c||(e=!0,w(t),T(t)),void 0!==c&&t>=c)?d.next(t-c):(e||w(t),m)}}}let eu=N(.42,0,1,1),eh=N(0,0,.58,1),ec=N(.42,0,.58,1),ed=t=>Array.isArray(t)&&"number"!=typeof t[0],ep=t=>Array.isArray(t)&&"number"==typeof t[0],em={linear:k.Z,easeIn:eu,easeInOut:ec,easeOut:eh,circIn:X,circInOut:Z,circOut:H,backIn:W,backInOut:Y,backOut:$,anticipate:z},ef=t=>{if(ep(t)){(0,K.k)(4===t.length,"Cubic bezier arrays must contain four numerical values.");let[e,i,n,s]=t;return N(e,i,n,s)}return"string"==typeof t?((0,K.k)(void 0!==em[t],`Invalid easing type '${t}'`),em[t]):t},ev=(t,e)=>i=>e(t(i)),eg=(...t)=>t.reduce(ev),ey=(t,e,i)=>{let n=e-t;return 0===n?1:(i-t)/n},ex=(t,e,i)=>t+(e-t)*i;function eb(t,e,i){return(i<0&&(i+=1),i>1&&(i-=1),i<1/6)?t+(e-t)*6*i:i<.5?e:i<2/3?t+(e-t)*(2/3-i)*6:t}function eP(t,e){return i=>i>0?e:t}let ew=(t,e,i)=>{let n=t*t,s=i*(e*e-n)+n;return s<0?0:Math.sqrt(s)},eT=[tN,tB,tU],eS=t=>eT.find(e=>e.test(t));function eE(t){let e=eS(t);if((0,K.K)(!!e,`'${t}' is not an animatable color. Use the equivalent color code instead.`),!e)return!1;let i=e.parse(t);return e===tU&&(i=function({hue:t,saturation:e,lightness:i,alpha:n}){t/=360,i/=100;let s=0,r=0,o=0;if(e/=100){let n=i<.5?i*(1+e):i+e-i*e,a=2*i-n;s=eb(a,n,t+1/3),r=eb(a,n,t),o=eb(a,n,t-1/3)}else s=r=o=i;return{red:Math.round(255*s),green:Math.round(255*r),blue:Math.round(255*o),alpha:n}}(i)),i}let eA=(t,e)=>{let i=eE(t),n=eE(e);if(!i||!n)return eP(t,e);let s={...i};return t=>(s.red=ew(i.red,n.red,t),s.green=ew(i.green,n.green,t),s.blue=ew(i.blue,n.blue,t),s.alpha=ex(i.alpha,n.alpha,t),tB.transform(s))},eC=new Set(["none","hidden"]);function eM(t,e){return i=>ex(t,e,i)}function eV(t){return"number"==typeof t?eM:"string"==typeof t?tt(t)?eP:tI.test(t)?eA:eR:Array.isArray(t)?ek:"object"==typeof t?tI.test(t)?eA:eD:eP}function ek(t,e){let i=[...t],n=i.length,s=t.map((t,i)=>eV(t)(t,e[i]));return t=>{for(let e=0;e<n;e++)i[e]=s[e](t);return i}}function eD(t,e){let i={...t,...e},n={};for(let s in i)void 0!==t[s]&&void 0!==e[s]&&(n[s]=eV(t[s])(t[s],e[s]));return t=>{for(let e in n)i[e]=n[e](t);return i}}let eR=(t,e)=>{let i=tK.createTransformer(e),n=tX(t),s=tX(e);return n.indexes.var.length===s.indexes.var.length&&n.indexes.color.length===s.indexes.color.length&&n.indexes.number.length>=s.indexes.number.length?eC.has(t)&&!s.values.length||eC.has(e)&&!n.values.length?eC.has(t)?i=>i<=0?t:e:i=>i>=1?e:t:eg(ek(function(t,e){var i;let n=[],s={color:0,var:0,number:0};for(let r=0;r<e.values.length;r++){let o=e.types[r],a=t.indexes[o][s[o]],l=null!==(i=t.values[a])&&void 0!==i?i:0;n[r]=l,s[o]++}return n}(n,s),s.values),i):((0,K.K)(!0,`Complex values '${t}' and '${e}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),eP(t,e))};function eL(t,e,i){return"number"==typeof t&&"number"==typeof e&&"number"==typeof i?ex(t,e,i):eV(t)(t,e)}function ej({duration:t=300,keyframes:e,times:i,ease:n="easeInOut"}){let s=ed(n)?n.map(ef):ef(n),r={done:!1,value:e[0]},o=function(t,e,{clamp:i=!0,ease:n,mixer:s}={}){let r=t.length;if((0,K.k)(r===e.length,"Both input and output ranges must be the same length"),1===r)return()=>e[0];if(2===r&&t[0]===t[1])return()=>e[1];t[0]>t[r-1]&&(t=[...t].reverse(),e=[...e].reverse());let o=function(t,e,i){let n=[],s=i||eL,r=t.length-1;for(let i=0;i<r;i++){let r=s(t[i],t[i+1]);e&&(r=eg(Array.isArray(e)?e[i]||k.Z:e,r)),n.push(r)}return n}(e,n,s),a=o.length,l=e=>{let i=0;if(a>1)for(;i<t.length-2&&!(e<t[i+1]);i++);let n=ey(t[i],t[i+1],e);return o[i](n)};return i?e=>l(tn(t[0],t[r-1],e)):l}((i&&i.length===e.length?i:function(t){let e=[0];return function(t,e){let i=t[t.length-1];for(let n=1;n<=e;n++){let s=ey(0,e,n);t.push(ex(i,1,s))}}(e,t.length-1),e}(e)).map(e=>e*t),e,{ease:Array.isArray(s)?s:e.map(()=>s||ec).splice(0,e.length-1)});return{calculatedDuration:t,next:e=>(r.value=o(e),r.done=e>=t,r)}}let eF=t=>{let e=({timestamp:e})=>t(e);return{start:()=>L.update(e,!0),stop:()=>j(e),now:()=>F.isProcessing?F.timestamp:t8.now()}},eO={decay:el,inertia:el,tween:ej,keyframes:ej,spring:ea},eB=t=>t/100;class eN extends ee{constructor(t){super(t),this.holdTime=null,this.cancelTime=null,this.currentTime=0,this.playbackSpeed=1,this.pendingPlayState="running",this.startTime=null,this.state="idle",this.stop=()=>{if(this.resolver.cancel(),this.isStopped=!0,"idle"===this.state)return;this.teardown();let{onStop:t}=this.options;t&&t()};let{name:e,motionValue:i,element:n,keyframes:s}=this.options,r=(null==n?void 0:n.KeyframeResolver)||tV;this.resolver=new r(s,(t,e)=>this.onKeyframesResolved(t,e),e,i,n),this.resolver.scheduleResolve()}initPlayback(t){let e,i;let{type:n="keyframes",repeat:s=0,repeatDelay:r=0,repeatType:o,velocity:a=0}=this.options,l=t6(n)?n:eO[n]||ej;l!==ej&&"number"!=typeof t[0]&&(e=eg(eB,eL(t[0],t[1])),t=[0,100]);let u=l({...this.options,keyframes:t});"mirror"===o&&(i=l({...this.options,keyframes:[...t].reverse(),velocity:-a})),null===u.calculatedDuration&&(u.calculatedDuration=function(t){let e=0,i=t.next(e);for(;!i.done&&e<2e4;)e+=50,i=t.next(e);return e>=2e4?1/0:e}(u));let{calculatedDuration:h}=u,c=h+r;return{generator:u,mirroredGenerator:i,mapPercentToKeyframes:e,calculatedDuration:h,resolvedDuration:c,totalDuration:c*(s+1)-r}}onPostResolved(){let{autoplay:t=!0}=this.options;this.play(),"paused"!==this.pendingPlayState&&t?this.state=this.pendingPlayState:this.pause()}tick(t,e=!1){let{resolved:i}=this;if(!i){let{keyframes:t}=this.options;return{done:!0,value:t[t.length-1]}}let{finalKeyframe:n,generator:s,mirroredGenerator:r,mapPercentToKeyframes:o,keyframes:a,calculatedDuration:l,totalDuration:u,resolvedDuration:h}=i;if(null===this.startTime)return s.next(0);let{delay:c,repeat:d,repeatType:p,repeatDelay:m,onUpdate:f}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,t):this.speed<0&&(this.startTime=Math.min(t-u/this.speed,this.startTime)),e?this.currentTime=t:null!==this.holdTime?this.currentTime=this.holdTime:this.currentTime=Math.round(t-this.startTime)*this.speed;let v=this.currentTime-c*(this.speed>=0?1:-1),g=this.speed>=0?v<0:v>u;this.currentTime=Math.max(v,0),"finished"===this.state&&null===this.holdTime&&(this.currentTime=u);let y=this.currentTime,x=s;if(d){let t=Math.min(this.currentTime,u)/h,e=Math.floor(t),i=t%1;!i&&t>=1&&(i=1),1===i&&e--,(e=Math.min(e,d+1))%2&&("reverse"===p?(i=1-i,m&&(i-=m/h)):"mirror"===p&&(x=r)),y=tn(0,1,i)*h}let b=g?{done:!1,value:a[0]}:x.next(y);o&&(b.value=o(b.value));let{done:P}=b;g||null===l||(P=this.speed>=0?this.currentTime>=u:this.currentTime<=0);let w=null===this.holdTime&&("finished"===this.state||"running"===this.state&&P);return w&&void 0!==n&&(b.value=A(a,this.options,n)),f&&f(b.value),w&&this.finish(),b}get duration(){let{resolved:t}=this;return t?v(t.calculatedDuration):0}get time(){return v(this.currentTime)}set time(t){t=f(t),this.currentTime=t,null!==this.holdTime||0===this.speed?this.holdTime=t:this.driver&&(this.startTime=this.driver.now()-t/this.speed)}get speed(){return this.playbackSpeed}set speed(t){let e=this.playbackSpeed!==t;this.playbackSpeed=t,e&&(this.time=v(this.currentTime))}play(){if(this.resolver.isScheduled||this.resolver.resume(),!this._resolved){this.pendingPlayState="running";return}if(this.isStopped)return;let{driver:t=eF,onPlay:e,startTime:i}=this.options;this.driver||(this.driver=t(t=>this.tick(t))),e&&e();let n=this.driver.now();null!==this.holdTime?this.startTime=n-this.holdTime:this.startTime?"finished"===this.state&&(this.startTime=n):this.startTime=null!=i?i:this.calcStartTime(),"finished"===this.state&&this.updateFinishedPromise(),this.cancelTime=this.startTime,this.holdTime=null,this.state="running",this.driver.start()}pause(){var t;if(!this._resolved){this.pendingPlayState="paused";return}this.state="paused",this.holdTime=null!==(t=this.currentTime)&&void 0!==t?t:0}complete(){"running"!==this.state&&this.play(),this.pendingPlayState=this.state="finished",this.holdTime=null}finish(){this.teardown(),this.state="finished";let{onComplete:t}=this.options;t&&t()}cancel(){null!==this.cancelTime&&this.tick(this.cancelTime),this.teardown(),this.updateFinishedPromise()}teardown(){this.state="idle",this.stopDriver(),this.resolveFinishedPromise(),this.updateFinishedPromise(),this.startTime=this.cancelTime=null,this.resolver.cancel()}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(t){return this.startTime=0,this.tick(t,!0)}}let eU=new Set(["opacity","clipPath","filter","transform"]),eI=(t,e)=>{let i="",n=Math.max(Math.round(e/10),2);for(let e=0;e<n;e++)i+=t(ey(0,n-1,e))+", ";return`linear(${i.substring(0,i.length-2)})`};function e$(t){let e;return()=>(void 0===e&&(e=t()),e)}let eW={linearEasing:void 0},eY=function(t,e){let i=e$(t);return()=>{var t;return null!==(t=eW[e])&&void 0!==t?t:i()}}(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch(t){return!1}return!0},"linearEasing"),ez=([t,e,i,n])=>`cubic-bezier(${t}, ${e}, ${i}, ${n})`,eX={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:ez([0,.65,.55,1]),circOut:ez([.55,0,1,.45]),backIn:ez([.31,.01,.66,-.59]),backOut:ez([.33,1.53,.69,.99])};function eH(t,e){t.timeline=e,t.onfinish=null}let eZ=e$(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),e_={anticipate:z,backInOut:Y,circInOut:Z};class eK extends ee{constructor(t){super(t);let{name:e,motionValue:i,element:n,keyframes:s}=this.options;this.resolver=new t4(s,(t,e)=>this.onKeyframesResolved(t,e),e,i,n),this.resolver.scheduleResolve()}initPlayback(t,e){var i,n;let{duration:s=300,times:r,ease:o,type:a,motionValue:l,name:u,startTime:h}=this.options;if(!(null===(i=l.owner)||void 0===i?void 0:i.current))return!1;if("string"==typeof o&&eY()&&o in e_&&(o=e_[o]),t6((n=this.options).type)||"spring"===n.type||!function t(e){return!!("function"==typeof e&&eY()||!e||"string"==typeof e&&(e in eX||eY())||ep(e)||Array.isArray(e)&&e.every(t))}(n.ease)){let{onComplete:e,onUpdate:i,motionValue:n,element:l,...u}=this.options,h=function(t,e){let i=new eN({...e,keyframes:t,repeat:0,delay:0,isGenerator:!0}),n={done:!1,value:t[0]},s=[],r=0;for(;!n.done&&r<2e4;)s.push((n=i.sample(r)).value),r+=10;return{times:void 0,keyframes:s,duration:r-10,ease:"linear"}}(t,u);1===(t=h.keyframes).length&&(t[1]=t[0]),s=h.duration,r=h.times,o=h.ease,a="keyframes"}let c=function(t,e,i,{delay:n=0,duration:s=300,repeat:r=0,repeatType:o="loop",ease:a,times:l}={}){let u={[e]:i};l&&(u.offset=l);let h=function t(e,i){if(e)return"function"==typeof e&&eY()?eI(e,i):ep(e)?ez(e):Array.isArray(e)?e.map(e=>t(e,i)||eX.easeOut):eX[e]}(a,s);return Array.isArray(h)&&(u.easing=h),t.animate(u,{delay:n,duration:s,easing:Array.isArray(h)?"linear":h,fill:"both",iterations:r+1,direction:"reverse"===o?"alternate":"normal"})}(l.owner.current,u,t,{...this.options,duration:s,times:r,ease:o});return c.startTime=null!=h?h:this.calcStartTime(),this.pendingTimeline?(eH(c,this.pendingTimeline),this.pendingTimeline=void 0):c.onfinish=()=>{let{onComplete:i}=this.options;l.set(A(t,this.options,e)),i&&i(),this.cancel(),this.resolveFinishedPromise()},{animation:c,duration:s,times:r,type:a,ease:o,keyframes:t}}get duration(){let{resolved:t}=this;if(!t)return 0;let{duration:e}=t;return v(e)}get time(){let{resolved:t}=this;if(!t)return 0;let{animation:e}=t;return v(e.currentTime||0)}set time(t){let{resolved:e}=this;if(!e)return;let{animation:i}=e;i.currentTime=f(t)}get speed(){let{resolved:t}=this;if(!t)return 1;let{animation:e}=t;return e.playbackRate}set speed(t){let{resolved:e}=this;if(!e)return;let{animation:i}=e;i.playbackRate=t}get state(){let{resolved:t}=this;if(!t)return"idle";let{animation:e}=t;return e.playState}get startTime(){let{resolved:t}=this;if(!t)return null;let{animation:e}=t;return e.startTime}attachTimeline(t){if(this._resolved){let{resolved:e}=this;if(!e)return k.Z;let{animation:i}=e;eH(i,t)}else this.pendingTimeline=t;return k.Z}play(){if(this.isStopped)return;let{resolved:t}=this;if(!t)return;let{animation:e}=t;"finished"===e.playState&&this.updateFinishedPromise(),e.play()}pause(){let{resolved:t}=this;if(!t)return;let{animation:e}=t;e.pause()}stop(){if(this.resolver.cancel(),this.isStopped=!0,"idle"===this.state)return;this.resolveFinishedPromise(),this.updateFinishedPromise();let{resolved:t}=this;if(!t)return;let{animation:e,keyframes:i,duration:n,type:s,ease:r,times:o}=t;if("idle"===e.playState||"finished"===e.playState)return;if(this.time){let{motionValue:t,onUpdate:e,onComplete:a,element:l,...u}=this.options,h=new eN({...u,keyframes:i,duration:n,type:s,ease:r,times:o,isGenerator:!0}),c=f(this.time);t.setWithVelocity(h.sample(c-10).value,h.sample(c).value,10)}let{onStop:a}=this.options;a&&a(),this.cancel()}complete(){let{resolved:t}=this;t&&t.animation.finish()}cancel(){let{resolved:t}=this;t&&t.animation.cancel()}static supports(t){let{motionValue:e,name:i,repeatDelay:n,repeatType:s,damping:r,type:o}=t;return eZ()&&i&&eU.has(i)&&e&&e.owner&&e.owner.current instanceof HTMLElement&&!e.owner.getProps().onUpdate&&!n&&"mirror"!==s&&0!==r&&"inertia"!==o}}let eG=e$(()=>void 0!==window.ScrollTimeline);class eq{constructor(t){this.stop=()=>this.runAll("stop"),this.animations=t.filter(Boolean)}then(t,e){return Promise.all(this.animations).then(t).catch(e)}getAll(t){return this.animations[0][t]}setAll(t,e){for(let i=0;i<this.animations.length;i++)this.animations[i][t]=e}attachTimeline(t,e){let i=this.animations.map(i=>eG()&&i.attachTimeline?i.attachTimeline(t):e(i));return()=>{i.forEach((t,e)=>{t&&t(),this.animations[e].stop()})}}get time(){return this.getAll("time")}set time(t){this.setAll("time",t)}get speed(){return this.getAll("speed")}set speed(t){this.setAll("speed",t)}get startTime(){return this.getAll("startTime")}get duration(){let t=0;for(let e=0;e<this.animations.length;e++)t=Math.max(t,this.animations[e].duration);return t}runAll(t){this.animations.forEach(e=>e[t]())}play(){this.runAll("play")}pause(){this.runAll("pause")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}}let eJ=(t,e,i,n={},s,r)=>o=>{let a=w(n,t)||{},l=a.delay||n.delay||0,{elapsed:u=0}=n;u-=f(l);let h={keyframes:Array.isArray(i)?i:[null,i],ease:"easeOut",velocity:e.getVelocity(),...a,delay:-u,onUpdate:t=>{e.set(t),a.onUpdate&&a.onUpdate(t)},onComplete:()=>{o(),a.onComplete&&a.onComplete()},name:t,motionValue:e,element:r?void 0:s};!function({when:t,delay:e,delayChildren:i,staggerChildren:n,staggerDirection:s,repeat:r,repeatType:o,repeatDelay:a,from:l,elapsed:u,...h}){return!!Object.keys(h).length}(a)&&(h={...h,...P(t,h)}),h.duration&&(h.duration=f(h.duration)),h.repeatDelay&&(h.repeatDelay=f(h.repeatDelay)),void 0!==h.from&&(h.keyframes[0]=h.from);let c=!1;if(!1!==h.type&&(0!==h.duration||h.repeatDelay)||(h.duration=0,0!==h.delay||(c=!0)),(S.current||T.skipAnimations)&&(c=!0,h.duration=0,h.delay=0),c&&!r&&void 0!==e.get()){let t=A(h.keyframes,a);if(void 0!==t)return L.update(()=>{h.onUpdate(t),h.onComplete()}),new eq([])}return!r&&eK.supports(h)?new eK(h):new eN(h)},eQ=t=>!!(t&&"object"==typeof t&&t.mix&&t.toValue),e0=t=>r(t)?t[t.length-1]||0:t;function e1(t,e){-1===t.indexOf(e)&&t.push(e)}function e5(t,e){let i=t.indexOf(e);i>-1&&t.splice(i,1)}class e2{constructor(){this.subscriptions=[]}add(t){return e1(this.subscriptions,t),()=>e5(this.subscriptions,t)}notify(t,e,i){let n=this.subscriptions.length;if(n){if(1===n)this.subscriptions[0](t,e,i);else for(let s=0;s<n;s++){let n=this.subscriptions[s];n&&n(t,e,i)}}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}let e3=t=>!isNaN(parseFloat(t)),e9={current:void 0};class e4{constructor(t,e={}){this.version="11.11.7",this.canTrackVelocity=null,this.events={},this.updateAndNotify=(t,e=!0)=>{let i=t8.now();this.updatedAt!==i&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(t),this.current!==this.prev&&this.events.change&&this.events.change.notify(this.current),e&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.hasAnimated=!1,this.setCurrent(t),this.owner=e.owner}setCurrent(t){this.current=t,this.updatedAt=t8.now(),null===this.canTrackVelocity&&void 0!==t&&(this.canTrackVelocity=e3(this.current))}setPrevFrameValue(t=this.current){this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt}onChange(t){return this.on("change",t)}on(t,e){this.events[t]||(this.events[t]=new e2);let i=this.events[t].add(e);return"change"===t?()=>{i(),L.read(()=>{this.events.change.getSize()||this.stop()})}:i}clearListeners(){for(let t in this.events)this.events[t].clear()}attach(t,e){this.passiveEffect=t,this.stopPassiveEffect=e}set(t,e=!0){e&&this.passiveEffect?this.passiveEffect(t,this.updateAndNotify):this.updateAndNotify(t,e)}setWithVelocity(t,e,i){this.set(e),this.prev=void 0,this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt-i}jump(t,e=!0){this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,e&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return e9.current&&e9.current.push(this),this.current}getPrevious(){return this.prev}getVelocity(){var t;let e=t8.now();if(!this.canTrackVelocity||void 0===this.prevFrameValue||e-this.updatedAt>30)return 0;let i=Math.min(this.updatedAt-this.prevUpdatedAt,30);return t=parseFloat(this.current)-parseFloat(this.prevFrameValue),i?1e3/i*t:0}start(t){return this.stop(),new Promise(e=>{this.hasAnimated=!0,this.animation=t(e),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function e6(t,e){return new e4(t,e)}let e7=t=>t.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),e8="data-"+e7("framerAppearId"),it=t=>!!(t&&t.getVelocity);function ie(t){return m.has(t)?"transform":eU.has(t)?e7(t):void 0}function ii(t,e){var i;if(!t.applyWillChange)return;let n=t.getValue("willChange");if(it(n)&&n.add)return n.add(e);!(null===(i=t.props.style)||void 0===i?void 0:i.willChange)&&ie(e)&&t.setStaticValue("willChange","transform")}function is(t,e,{delay:i=0,transitionOverride:n,type:s}={}){var r;let{transition:o=t.getDefaultTransition(),transitionEnd:a,...l}=e;n&&(o=n);let u=[],c=s&&t.animationState&&t.animationState.getState()[s];for(let e in l){let n=t.getValue(e,null!==(r=t.latestValues[e])&&void 0!==r?r:null),s=l[e];if(void 0===s||c&&function({protectedKeys:t,needsAnimating:e},i){let n=t.hasOwnProperty(i)&&!0!==e[i];return e[i]=!1,n}(c,e))continue;let a={delay:i,...w(o||{},e)},h=!1;if(window.MotionHandoffAnimation){let i=t.props[e8];if(i){let t=window.MotionHandoffAnimation(i,e,L);null!==t&&(a.startTime=t,h=!0)}}ii(t,e),n.start(eJ(e,n,s,t.shouldReduceMotion&&m.has(e)?{type:!1}:a,t,h));let d=n.animation;d&&u.push(d)}return a&&Promise.all(u).then(()=>{L.update(()=>{a&&function(t,e){let{transitionEnd:i={},transition:n={},...s}=h(t,e)||{};for(let e in s={...s,...i}){let i=e0(s[e]);t.hasValue(e)?t.getValue(e).set(i):t.addValue(e,e6(i))}}(t,a)})}),u}function ir(t,e,i={}){var n;let s=h(t,e,"exit"===i.type?null===(n=t.presenceContext)||void 0===n?void 0:n.custom:void 0),{transition:r=t.getDefaultTransition()||{}}=s||{};i.transitionOverride&&(r=i.transitionOverride);let o=s?()=>Promise.all(is(t,s,i)):()=>Promise.resolve(),a=t.variantChildren&&t.variantChildren.size?(n=0)=>{let{delayChildren:s=0,staggerChildren:o,staggerDirection:a}=r;return function(t,e,i=0,n=0,s=1,r){let o=[],a=(t.variantChildren.size-1)*n,l=1===s?(t=0)=>t*n:(t=0)=>a-t*n;return Array.from(t.variantChildren).sort(io).forEach((t,n)=>{t.notify("AnimationStart",e),o.push(ir(t,e,{...r,delay:i+l(n)}).then(()=>t.notify("AnimationComplete",e)))}),Promise.all(o)}(t,e,s+n,o,a,i)}:()=>Promise.resolve(),{when:l}=r;if(!l)return Promise.all([o(),a(i.delay)]);{let[t,e]="beforeChildren"===l?[o,a]:[a,o];return t().then(()=>e())}}function io(t,e){return t.sortNodePosition(e)}let ia=d.length,il=[...c].reverse(),iu=c.length;function ih(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function ic(){return{animate:ih(!0),whileInView:ih(),whileHover:ih(),whileTap:ih(),whileDrag:ih(),whileFocus:ih(),exit:ih()}}class id{constructor(t){this.isMounted=!1,this.node=t}update(){}}class ip extends id{constructor(t){super(t),t.animationState||(t.animationState=function(t){let e=e=>Promise.all(e.map(({animation:e,options:i})=>(function(t,e,i={}){let n;if(t.notify("AnimationStart",e),Array.isArray(e))n=Promise.all(e.map(e=>ir(t,e,i)));else if("string"==typeof e)n=ir(t,e,i);else{let s="function"==typeof e?h(t,e,i.custom):e;n=Promise.all(is(t,s,i))}return n.then(()=>{t.notify("AnimationComplete",e)})})(t,e,i))),i=ic(),n=!0,l=e=>(i,n)=>{var s;let r=h(t,n,"exit"===e?null===(s=t.presenceContext)||void 0===s?void 0:s.custom:void 0);if(r){let{transition:t,transitionEnd:e,...n}=r;i={...i,...n,...e}}return i};function u(u){let{props:h}=t,c=function t(e){if(!e)return;if(!e.isControllingVariants){let i=e.parent&&t(e.parent)||{};return void 0!==e.props.initial&&(i.initial=e.props.initial),i}let i={};for(let t=0;t<ia;t++){let n=d[t],s=e.props[n];(a(s)||!1===s)&&(i[n]=s)}return i}(t.parent)||{},p=[],m=new Set,f={},v=1/0;for(let e=0;e<iu;e++){var g;let d=il[e],y=i[d],x=void 0!==h[d]?h[d]:c[d],b=a(x),P=d===u?y.isActive:null;!1===P&&(v=e);let w=x===c[d]&&x!==h[d]&&b;if(w&&n&&t.manuallyAnimateOnMount&&(w=!1),y.protectedKeys={...f},!y.isActive&&null===P||!x&&!y.prevProp||s(x)||"boolean"==typeof x)continue;let T=(g=y.prevProp,"string"==typeof x?x!==g:!!Array.isArray(x)&&!o(x,g)),S=T||d===u&&y.isActive&&!w&&b||e>v&&b,E=!1,A=Array.isArray(x)?x:[x],C=A.reduce(l(d),{});!1===P&&(C={});let{prevResolvedValues:M={}}=y,V={...M,...C},k=e=>{S=!0,m.has(e)&&(E=!0,m.delete(e)),y.needsAnimating[e]=!0;let i=t.getValue(e);i&&(i.liveStyle=!1)};for(let t in V){let e=C[t],i=M[t];if(!f.hasOwnProperty(t))(r(e)&&r(i)?o(e,i):e===i)?void 0!==e&&m.has(t)?k(t):y.protectedKeys[t]=!0:null!=e?k(t):m.add(t)}y.prevProp=x,y.prevResolvedValues=C,y.isActive&&(f={...f,...C}),n&&t.blockInitialAnimation&&(S=!1);let D=!(w&&T)||E;S&&D&&p.push(...A.map(t=>({animation:t,options:{type:d}})))}if(m.size){let e={};m.forEach(i=>{let n=t.getBaseTarget(i),s=t.getValue(i);s&&(s.liveStyle=!0),e[i]=null!=n?n:null}),p.push({animation:e})}let y=!!p.length;return n&&(!1===h.initial||h.initial===h.animate)&&!t.manuallyAnimateOnMount&&(y=!1),n=!1,y?e(p):Promise.resolve()}return{animateChanges:u,setActive:function(e,n){var s;if(i[e].isActive===n)return Promise.resolve();null===(s=t.variantChildren)||void 0===s||s.forEach(t=>{var i;return null===(i=t.animationState)||void 0===i?void 0:i.setActive(e,n)}),i[e].isActive=n;let r=u(e);for(let t in i)i[t].protectedKeys={};return r},setAnimateFunction:function(i){e=i(t)},getState:()=>i,reset:()=>{i=ic(),n=!0}}}(t))}updateAnimationControlsSubscription(){let{animate:t}=this.node.getProps();s(t)&&(this.unmountControls=t.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){let{animate:t}=this.node.getProps(),{animate:e}=this.node.prevProps||{};t!==e&&this.updateAnimationControlsSubscription()}unmount(){var t;this.node.animationState.reset(),null===(t=this.unmountControls)||void 0===t||t.call(this)}}let im=0;class iv extends id{constructor(){super(...arguments),this.id=im++}update(){if(!this.node.presenceContext)return;let{isPresent:t,onExitComplete:e}=this.node.presenceContext,{isPresent:i}=this.node.prevPresenceContext||{};if(!this.node.animationState||t===i)return;let n=this.node.animationState.setActive("exit",!t);e&&!t&&n.then(()=>e(this.id))}mount(){let{register:t}=this.node.presenceContext||{};t&&(this.unmount=t(this.id))}unmount(){}}let ig=t=>"mouse"===t.pointerType?"number"!=typeof t.button||t.button<=0:!1!==t.isPrimary;function iy(t,e="page"){return{point:{x:t[`${e}X`],y:t[`${e}Y`]}}}let ix=t=>e=>ig(e)&&t(e,iy(e));function ib(t,e,i,n={passive:!0}){return t.addEventListener(e,i,n),()=>t.removeEventListener(e,i)}function iP(t,e,i,n){return ib(t,e,ix(i),n)}let iw=(t,e)=>Math.abs(t-e);class iT{constructor(t,e,{transformPagePoint:i,contextWindow:n,dragSnapToOrigin:s=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{var t,e;if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;let i=iA(this.lastMoveEventInfo,this.history),n=null!==this.startEvent,s=(t=i.offset,e={x:0,y:0},Math.sqrt(iw(t.x,e.x)**2+iw(t.y,e.y)**2)>=3);if(!n&&!s)return;let{point:r}=i,{timestamp:o}=F;this.history.push({...r,timestamp:o});let{onStart:a,onMove:l}=this.handlers;n||(a&&a(this.lastMoveEvent,i),this.startEvent=this.lastMoveEvent),l&&l(this.lastMoveEvent,i)},this.handlePointerMove=(t,e)=>{this.lastMoveEvent=t,this.lastMoveEventInfo=iS(e,this.transformPagePoint),L.update(this.updatePoint,!0)},this.handlePointerUp=(t,e)=>{this.end();let{onEnd:i,onSessionEnd:n,resumeAnimation:s}=this.handlers;if(this.dragSnapToOrigin&&s&&s(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;let r=iA("pointercancel"===t.type?this.lastMoveEventInfo:iS(e,this.transformPagePoint),this.history);this.startEvent&&i&&i(t,r),n&&n(t,r)},!ig(t))return;this.dragSnapToOrigin=s,this.handlers=e,this.transformPagePoint=i,this.contextWindow=n||window;let r=iS(iy(t),this.transformPagePoint),{point:o}=r,{timestamp:a}=F;this.history=[{...o,timestamp:a}];let{onSessionStart:l}=e;l&&l(t,iA(r,this.history)),this.removeListeners=eg(iP(this.contextWindow,"pointermove",this.handlePointerMove),iP(this.contextWindow,"pointerup",this.handlePointerUp),iP(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),j(this.updatePoint)}}function iS(t,e){return e?{point:e(t.point)}:t}function iE(t,e){return{x:t.x-e.x,y:t.y-e.y}}function iA({point:t},e){return{point:t,delta:iE(t,iC(e)),offset:iE(t,e[0]),velocity:function(t,e){if(t.length<2)return{x:0,y:0};let i=t.length-1,n=null,s=iC(t);for(;i>=0&&(n=t[i],!(s.timestamp-n.timestamp>f(.1)));)i--;if(!n)return{x:0,y:0};let r=v(s.timestamp-n.timestamp);if(0===r)return{x:0,y:0};let o={x:(s.x-n.x)/r,y:(s.y-n.y)/r};return o.x===1/0&&(o.x=0),o.y===1/0&&(o.y=0),o}(e,0)}}function iC(t){return t[t.length-1]}function iM(t){let e=null;return()=>null===e&&(e=t,()=>{e=null})}let iV=iM("dragHorizontal"),ik=iM("dragVertical");function iD(t){let e=!1;if("y"===t)e=ik();else if("x"===t)e=iV();else{let t=iV(),i=ik();t&&i?e=()=>{t(),i()}:(t&&t(),i&&i())}return e}function iR(){let t=iD(!0);return!t||(t(),!1)}function iL(t){return t&&"object"==typeof t&&Object.prototype.hasOwnProperty.call(t,"current")}function ij(t){return t.max-t.min}function iF(t,e,i,n=.5){t.origin=n,t.originPoint=ex(e.min,e.max,t.origin),t.scale=ij(i)/ij(e),t.translate=ex(i.min,i.max,t.origin)-t.originPoint,(t.scale>=.9999&&t.scale<=1.0001||isNaN(t.scale))&&(t.scale=1),(t.translate>=-.01&&t.translate<=.01||isNaN(t.translate))&&(t.translate=0)}function iO(t,e,i,n){iF(t.x,e.x,i.x,n?n.originX:void 0),iF(t.y,e.y,i.y,n?n.originY:void 0)}function iB(t,e,i){t.min=i.min+e.min,t.max=t.min+ij(e)}function iN(t,e,i){t.min=e.min-i.min,t.max=t.min+ij(e)}function iU(t,e,i){iN(t.x,e.x,i.x),iN(t.y,e.y,i.y)}function iI(t,e,i){return{min:void 0!==e?t.min+e:void 0,max:void 0!==i?t.max+i-(t.max-t.min):void 0}}function i$(t,e){let i=e.min-t.min,n=e.max-t.max;return e.max-e.min<t.max-t.min&&([i,n]=[n,i]),{min:i,max:n}}function iW(t,e,i){return{min:iY(t,e),max:iY(t,i)}}function iY(t,e){return"number"==typeof t?t:t[e]||0}let iz=()=>({translate:0,scale:1,origin:0,originPoint:0}),iX=()=>({x:iz(),y:iz()}),iH=()=>({min:0,max:0}),iZ=()=>({x:iH(),y:iH()});function i_(t){return[t("x"),t("y")]}function iK({top:t,left:e,right:i,bottom:n}){return{x:{min:e,max:i},y:{min:t,max:n}}}function iG(t){return void 0===t||1===t}function iq({scale:t,scaleX:e,scaleY:i}){return!iG(t)||!iG(e)||!iG(i)}function iJ(t){return iq(t)||iQ(t)||t.z||t.rotate||t.rotateX||t.rotateY||t.skewX||t.skewY}function iQ(t){var e,i;return(e=t.x)&&"0%"!==e||(i=t.y)&&"0%"!==i}function i0(t,e,i,n,s){return void 0!==s&&(t=n+s*(t-n)),n+i*(t-n)+e}function i1(t,e=0,i=1,n,s){t.min=i0(t.min,e,i,n,s),t.max=i0(t.max,e,i,n,s)}function i5(t,{x:e,y:i}){i1(t.x,e.translate,e.scale,e.originPoint),i1(t.y,i.translate,i.scale,i.originPoint)}function i2(t,e){t.min=t.min+e,t.max=t.max+e}function i3(t,e,i,n,s=.5){let r=ex(t.min,t.max,s);i1(t,e,i,r,n)}function i9(t,e){i3(t.x,e.x,e.scaleX,e.scale,e.originX),i3(t.y,e.y,e.scaleY,e.scale,e.originY)}function i4(t,e){return iK(function(t,e){if(!e)return t;let i=e({x:t.left,y:t.top}),n=e({x:t.right,y:t.bottom});return{top:i.y,left:i.x,bottom:n.y,right:n.x}}(t.getBoundingClientRect(),e))}let i6=({current:t})=>t?t.ownerDocument.defaultView:null,i7=new WeakMap;class i8{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=iZ(),this.visualElement=t}start(t,{snapToCursor:e=!1}={}){let{presenceContext:i}=this.visualElement;if(i&&!1===i.isPresent)return;let{dragSnapToOrigin:n}=this.getProps();this.panSession=new iT(t,{onSessionStart:t=>{let{dragSnapToOrigin:i}=this.getProps();i?this.pauseAnimation():this.stopAnimation(),e&&this.snapToCursor(iy(t,"page").point)},onStart:(t,e)=>{let{drag:i,dragPropagation:n,onDragStart:s}=this.getProps();if(i&&!n&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=iD(i),!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),i_(t=>{let e=this.getAxisMotionValue(t).get()||0;if(tu.test(e)){let{projection:i}=this.visualElement;if(i&&i.layout){let n=i.layout.layoutBox[t];if(n){let t=ij(n);e=parseFloat(e)/100*t}}}this.originPoint[t]=e}),s&&L.postRender(()=>s(t,e)),ii(this.visualElement,"transform");let{animationState:r}=this.visualElement;r&&r.setActive("whileDrag",!0)},onMove:(t,e)=>{let{dragPropagation:i,dragDirectionLock:n,onDirectionLock:s,onDrag:r}=this.getProps();if(!i&&!this.openGlobalLock)return;let{offset:o}=e;if(n&&null===this.currentDirection){this.currentDirection=function(t,e=10){let i=null;return Math.abs(t.y)>e?i="y":Math.abs(t.x)>e&&(i="x"),i}(o),null!==this.currentDirection&&s&&s(this.currentDirection);return}this.updateAxis("x",e.point,o),this.updateAxis("y",e.point,o),this.visualElement.render(),r&&r(t,e)},onSessionEnd:(t,e)=>this.stop(t,e),resumeAnimation:()=>i_(t=>{var e;return"paused"===this.getAnimationState(t)&&(null===(e=this.getAxisMotionValue(t).animation)||void 0===e?void 0:e.play())})},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:n,contextWindow:i6(this.visualElement)})}stop(t,e){let i=this.isDragging;if(this.cancel(),!i)return;let{velocity:n}=e;this.startAnimation(n);let{onDragEnd:s}=this.getProps();s&&L.postRender(()=>s(t,e))}cancel(){this.isDragging=!1;let{projection:t,animationState:e}=this.visualElement;t&&(t.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;let{dragPropagation:i}=this.getProps();!i&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),e&&e.setActive("whileDrag",!1)}updateAxis(t,e,i){let{drag:n}=this.getProps();if(!i||!nt(t,n,this.currentDirection))return;let s=this.getAxisMotionValue(t),r=this.originPoint[t]+i[t];this.constraints&&this.constraints[t]&&(r=function(t,{min:e,max:i},n){return void 0!==e&&t<e?t=n?ex(e,t,n.min):Math.max(t,e):void 0!==i&&t>i&&(t=n?ex(i,t,n.max):Math.min(t,i)),t}(r,this.constraints[t],this.elastic[t])),s.set(r)}resolveConstraints(){var t;let{dragConstraints:e,dragElastic:i}=this.getProps(),n=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):null===(t=this.visualElement.projection)||void 0===t?void 0:t.layout,s=this.constraints;e&&iL(e)?this.constraints||(this.constraints=this.resolveRefConstraints()):e&&n?this.constraints=function(t,{top:e,left:i,bottom:n,right:s}){return{x:iI(t.x,i,s),y:iI(t.y,e,n)}}(n.layoutBox,e):this.constraints=!1,this.elastic=function(t=.35){return!1===t?t=0:!0===t&&(t=.35),{x:iW(t,"left","right"),y:iW(t,"top","bottom")}}(i),s!==this.constraints&&n&&this.constraints&&!this.hasMutatedConstraints&&i_(t=>{!1!==this.constraints&&this.getAxisMotionValue(t)&&(this.constraints[t]=function(t,e){let i={};return void 0!==e.min&&(i.min=e.min-t.min),void 0!==e.max&&(i.max=e.max-t.min),i}(n.layoutBox[t],this.constraints[t]))})}resolveRefConstraints(){var t;let{dragConstraints:e,onMeasureDragConstraints:i}=this.getProps();if(!e||!iL(e))return!1;let n=e.current;(0,K.k)(null!==n,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");let{projection:s}=this.visualElement;if(!s||!s.layout)return!1;let r=function(t,e,i){let n=i4(t,i),{scroll:s}=e;return s&&(i2(n.x,s.offset.x),i2(n.y,s.offset.y)),n}(n,s.root,this.visualElement.getTransformPagePoint()),o={x:i$((t=s.layout.layoutBox).x,r.x),y:i$(t.y,r.y)};if(i){let t=i(function({x:t,y:e}){return{top:e.min,right:t.max,bottom:e.max,left:t.min}}(o));this.hasMutatedConstraints=!!t,t&&(o=iK(t))}return o}startAnimation(t){let{drag:e,dragMomentum:i,dragElastic:n,dragTransition:s,dragSnapToOrigin:r,onDragTransitionEnd:o}=this.getProps(),a=this.constraints||{};return Promise.all(i_(o=>{if(!nt(o,e,this.currentDirection))return;let l=a&&a[o]||{};r&&(l={min:0,max:0});let u={type:"inertia",velocity:i?t[o]:0,bounceStiffness:n?200:1e6,bounceDamping:n?40:1e7,timeConstant:750,restDelta:1,restSpeed:10,...s,...l};return this.startAxisValueAnimation(o,u)})).then(o)}startAxisValueAnimation(t,e){let i=this.getAxisMotionValue(t);return ii(this.visualElement,t),i.start(eJ(t,i,0,e,this.visualElement,!1))}stopAnimation(){i_(t=>this.getAxisMotionValue(t).stop())}pauseAnimation(){i_(t=>{var e;return null===(e=this.getAxisMotionValue(t).animation)||void 0===e?void 0:e.pause()})}getAnimationState(t){var e;return null===(e=this.getAxisMotionValue(t).animation)||void 0===e?void 0:e.state}getAxisMotionValue(t){let e=`_drag${t.toUpperCase()}`,i=this.visualElement.getProps();return i[e]||this.visualElement.getValue(t,(i.initial?i.initial[t]:void 0)||0)}snapToCursor(t){i_(e=>{let{drag:i}=this.getProps();if(!nt(e,i,this.currentDirection))return;let{projection:n}=this.visualElement,s=this.getAxisMotionValue(e);if(n&&n.layout){let{min:i,max:r}=n.layout.layoutBox[e];s.set(t[e]-ex(i,r,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;let{drag:t,dragConstraints:e}=this.getProps(),{projection:i}=this.visualElement;if(!iL(e)||!i||!this.constraints)return;this.stopAnimation();let n={x:0,y:0};i_(t=>{let e=this.getAxisMotionValue(t);if(e&&!1!==this.constraints){let i=e.get();n[t]=function(t,e){let i=.5,n=ij(t),s=ij(e);return s>n?i=ey(e.min,e.max-n,t.min):n>s&&(i=ey(t.min,t.max-s,e.min)),tn(0,1,i)}({min:i,max:i},this.constraints[t])}});let{transformTemplate:s}=this.visualElement.getProps();this.visualElement.current.style.transform=s?s({},""):"none",i.root&&i.root.updateScroll(),i.updateLayout(),this.resolveConstraints(),i_(e=>{if(!nt(e,t,null))return;let i=this.getAxisMotionValue(e),{min:s,max:r}=this.constraints[e];i.set(ex(s,r,n[e]))})}addListeners(){if(!this.visualElement.current)return;i7.set(this.visualElement,this);let t=iP(this.visualElement.current,"pointerdown",t=>{let{drag:e,dragListener:i=!0}=this.getProps();e&&i&&this.start(t)}),e=()=>{let{dragConstraints:t}=this.getProps();iL(t)&&t.current&&(this.constraints=this.resolveRefConstraints())},{projection:i}=this.visualElement,n=i.addEventListener("measure",e);i&&!i.layout&&(i.root&&i.root.updateScroll(),i.updateLayout()),L.read(e);let s=ib(window,"resize",()=>this.scalePositionWithinConstraints()),r=i.addEventListener("didUpdate",({delta:t,hasLayoutChanged:e})=>{this.isDragging&&e&&(i_(e=>{let i=this.getAxisMotionValue(e);i&&(this.originPoint[e]+=t[e].translate,i.set(i.get()+t[e].translate))}),this.visualElement.render())});return()=>{s(),t(),n(),r&&r()}}getProps(){let t=this.visualElement.getProps(),{drag:e=!1,dragDirectionLock:i=!1,dragPropagation:n=!1,dragConstraints:s=!1,dragElastic:r=.35,dragMomentum:o=!0}=t;return{...t,drag:e,dragDirectionLock:i,dragPropagation:n,dragConstraints:s,dragElastic:r,dragMomentum:o}}}function nt(t,e,i){return(!0===e||e===t)&&(null===i||i===t)}class ne extends id{constructor(t){super(t),this.removeGroupControls=k.Z,this.removeListeners=k.Z,this.controls=new i8(t)}mount(){let{dragControls:t}=this.node.getProps();t&&(this.removeGroupControls=t.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||k.Z}unmount(){this.removeGroupControls(),this.removeListeners()}}let ni=t=>(e,i)=>{t&&L.postRender(()=>t(e,i))};class nn extends id{constructor(){super(...arguments),this.removePointerDownListener=k.Z}onPointerDown(t){this.session=new iT(t,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:i6(this.node)})}createPanHandlers(){let{onPanSessionStart:t,onPanStart:e,onPan:i,onPanEnd:n}=this.node.getProps();return{onSessionStart:ni(t),onStart:ni(e),onMove:i,onEnd:(t,e)=>{delete this.session,n&&L.postRender(()=>n(t,e))}}}mount(){this.removePointerDownListener=iP(this.node.current,"pointerdown",t=>this.onPointerDown(t))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}var ns=i(57437),nr=i(2265);let no=(0,nr.createContext)(null),na=(0,nr.createContext)({}),nl=(0,nr.createContext)({}),nu={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function nh(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}let nc={correct:(t,e)=>{if(!e.target)return t;if("string"==typeof t){if(!th.test(t))return t;t=parseFloat(t)}let i=nh(t,e.target.x),n=nh(t,e.target.y);return`${i}% ${n}%`}},nd={},{schedule:np,cancel:nm}=R(queueMicrotask,!1);class nf extends nr.Component{componentDidMount(){let{visualElement:t,layoutGroup:e,switchLayoutGroup:i,layoutId:n}=this.props,{projection:s}=t;Object.assign(nd,ng),s&&(e.group&&e.group.add(s),i&&i.register&&n&&i.register(s),s.root.didUpdate(),s.addEventListener("animationComplete",()=>{this.safeToRemove()}),s.setOptions({...s.options,onExitComplete:()=>this.safeToRemove()})),nu.hasEverUpdated=!0}getSnapshotBeforeUpdate(t){let{layoutDependency:e,visualElement:i,drag:n,isPresent:s}=this.props,r=i.projection;return r&&(r.isPresent=s,n||t.layoutDependency!==e||void 0===e?r.willUpdate():this.safeToRemove(),t.isPresent===s||(s?r.promote():r.relegate()||L.postRender(()=>{let t=r.getStack();t&&t.members.length||this.safeToRemove()}))),null}componentDidUpdate(){let{projection:t}=this.props.visualElement;t&&(t.root.didUpdate(),np.postRender(()=>{!t.currentAnimation&&t.isLead()&&this.safeToRemove()}))}componentWillUnmount(){let{visualElement:t,layoutGroup:e,switchLayoutGroup:i}=this.props,{projection:n}=t;n&&(n.scheduleCheckAfterUnmount(),e&&e.group&&e.group.remove(n),i&&i.deregister&&i.deregister(n))}safeToRemove(){let{safeToRemove:t}=this.props;t&&t()}render(){return null}}function nv(t){let[e,i]=function(){let t=(0,nr.useContext)(no);if(null===t)return[!0,null];let{isPresent:e,onExitComplete:i,register:n}=t,s=(0,nr.useId)();(0,nr.useEffect)(()=>n(s),[]);let r=(0,nr.useCallback)(()=>i&&i(s),[s,i]);return!e&&i?[!1,r]:[!0]}(),n=(0,nr.useContext)(na);return(0,ns.jsx)(nf,{...t,layoutGroup:n,switchLayoutGroup:(0,nr.useContext)(nl),isPresent:e,safeToRemove:i})}let ng={borderRadius:{...nc,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:nc,borderTopRightRadius:nc,borderBottomLeftRadius:nc,borderBottomRightRadius:nc,boxShadow:{correct:(t,{treeScale:e,projectionDelta:i})=>{let n=tK.parse(t);if(n.length>5)return t;let s=tK.createTransformer(t),r="number"!=typeof n[0]?1:0,o=i.x.scale*e.x,a=i.y.scale*e.y;n[0+r]/=o,n[1+r]/=a;let l=ex(o,a,.5);return"number"==typeof n[2+r]&&(n[2+r]/=l),"number"==typeof n[3+r]&&(n[3+r]/=l),s(n)}}},ny=["TopLeft","TopRight","BottomLeft","BottomRight"],nx=ny.length,nb=t=>"string"==typeof t?parseFloat(t):t,nP=t=>"number"==typeof t||th.test(t);function nw(t,e){return void 0!==t[e]?t[e]:t.borderRadius}let nT=nE(0,.5,H),nS=nE(.5,.95,k.Z);function nE(t,e,i){return n=>n<t?0:n>e?1:i(ey(t,e,n))}function nA(t,e){t.min=e.min,t.max=e.max}function nC(t,e){nA(t.x,e.x),nA(t.y,e.y)}function nM(t,e){t.translate=e.translate,t.scale=e.scale,t.originPoint=e.originPoint,t.origin=e.origin}function nV(t,e,i,n,s){return t-=e,t=n+1/i*(t-n),void 0!==s&&(t=n+1/s*(t-n)),t}function nk(t,e,[i,n,s],r,o){!function(t,e=0,i=1,n=.5,s,r=t,o=t){if(tu.test(e)&&(e=parseFloat(e),e=ex(o.min,o.max,e/100)-o.min),"number"!=typeof e)return;let a=ex(r.min,r.max,n);t===r&&(a-=e),t.min=nV(t.min,e,i,a,s),t.max=nV(t.max,e,i,a,s)}(t,e[i],e[n],e[s],e.scale,r,o)}let nD=["x","scaleX","originX"],nR=["y","scaleY","originY"];function nL(t,e,i,n){nk(t.x,e,nD,i?i.x:void 0,n?n.x:void 0),nk(t.y,e,nR,i?i.y:void 0,n?n.y:void 0)}function nj(t){return 0===t.translate&&1===t.scale}function nF(t){return nj(t.x)&&nj(t.y)}function nO(t,e){return t.min===e.min&&t.max===e.max}function nB(t,e){return Math.round(t.min)===Math.round(e.min)&&Math.round(t.max)===Math.round(e.max)}function nN(t,e){return nB(t.x,e.x)&&nB(t.y,e.y)}function nU(t){return ij(t.x)/ij(t.y)}function nI(t,e){return t.translate===e.translate&&t.scale===e.scale&&t.originPoint===e.originPoint}class n${constructor(){this.members=[]}add(t){e1(this.members,t),t.scheduleRender()}remove(t){if(e5(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){let t=this.members[this.members.length-1];t&&this.promote(t)}}relegate(t){let e;let i=this.members.findIndex(e=>t===e);if(0===i)return!1;for(let t=i;t>=0;t--){let i=this.members[t];if(!1!==i.isPresent){e=i;break}}return!!e&&(this.promote(e),!0)}promote(t,e){let i=this.lead;if(t!==i&&(this.prevLead=i,this.lead=t,t.show(),i)){i.instance&&i.scheduleRender(),t.scheduleRender(),t.resumeFrom=i,e&&(t.resumeFrom.preserveOpacity=!0),i.snapshot&&(t.snapshot=i.snapshot,t.snapshot.latestValues=i.animationValues||i.latestValues),t.root&&t.root.isUpdating&&(t.isLayoutDirty=!0);let{crossfade:n}=t.options;!1===n&&i.hide()}}exitAnimationComplete(){this.members.forEach(t=>{let{options:e,resumingFrom:i}=t;e.onExitComplete&&e.onExitComplete(),i&&i.options.onExitComplete&&i.options.onExitComplete()})}scheduleRender(){this.members.forEach(t=>{t.instance&&t.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}let nW=(t,e)=>t.depth-e.depth;class nY{constructor(){this.children=[],this.isDirty=!1}add(t){e1(this.children,t),this.isDirty=!0}remove(t){e5(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort(nW),this.isDirty=!1,this.children.forEach(t)}}function nz(t){let e=it(t)?t.get():t;return eQ(e)?e.toValue():e}let nX={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0},nH="undefined"!=typeof window&&void 0!==window.MotionDebug,nZ=["","X","Y","Z"],n_={visibility:"hidden"},nK=0;function nG(t,e,i,n){let{latestValues:s}=e;s[t]&&(i[t]=s[t],e.setStaticValue(t,0),n&&(n[t]=0))}function nq({attachResizeListener:t,defaultParent:e,measureScroll:i,checkIsScrollRoot:n,resetTransform:s}){return class{constructor(t={},i=null==e?void 0:e()){this.id=nK++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,nH&&(nX.totalNodes=nX.resolvedTargetDeltas=nX.recalculatedProjection=0),this.nodes.forEach(n0),this.nodes.forEach(n6),this.nodes.forEach(n7),this.nodes.forEach(n1),nH&&window.MotionDebug.record(nX)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=t,this.root=i?i.root||i:this,this.path=i?[...i.path,i]:[],this.parent=i,this.depth=i?i.depth+1:0;for(let t=0;t<this.path.length;t++)this.path[t].shouldResetTransform=!0;this.root===this&&(this.nodes=new nY)}addEventListener(t,e){return this.eventHandlers.has(t)||this.eventHandlers.set(t,new e2),this.eventHandlers.get(t).add(e)}notifyListeners(t,...e){let i=this.eventHandlers.get(t);i&&i.notify(...e)}hasListeners(t){return this.eventHandlers.has(t)}mount(e,i=this.root.hasTreeAnimated){if(this.instance)return;this.isSVG=e instanceof SVGElement&&"svg"!==e.tagName,this.instance=e;let{layoutId:n,layout:s,visualElement:r}=this.options;if(r&&!r.current&&r.mount(e),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),i&&(s||n)&&(this.isLayoutDirty=!0),t){let i;let n=()=>this.root.updateBlockedByResize=!1;t(e,()=>{this.root.updateBlockedByResize=!0,i&&i(),i=function(t,e){let i=t8.now(),n=({timestamp:e})=>{let s=e-i;s>=250&&(j(n),t(s-250))};return L.read(n,!0),()=>j(n)}(n,0),nu.hasAnimatedSinceResize&&(nu.hasAnimatedSinceResize=!1,this.nodes.forEach(n4))})}n&&this.root.registerSharedNode(n,this),!1!==this.options.animate&&r&&(n||s)&&this.addEventListener("didUpdate",({delta:t,hasLayoutChanged:e,hasRelativeTargetChanged:i,layout:n})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}let s=this.options.transition||r.getDefaultTransition()||ss,{onLayoutAnimationStart:o,onLayoutAnimationComplete:a}=r.getProps(),l=!this.targetLayout||!nN(this.targetLayout,n)||i,u=!e&&i;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);let e={...w(s,"layout"),onPlay:o,onComplete:a};(r.shouldReduceMotion||this.options.layoutRoot)&&(e.delay=0,e.type=!1),this.startAnimation(e)}else e||n4(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=n})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);let t=this.getStack();t&&t.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,j(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(n8),this.animationId++)}getTransformTemplate(){let{visualElement:t}=this.options;return t&&t.getProps().transformTemplate}willUpdate(t=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&function t(e){if(e.hasCheckedOptimisedAppear=!0,e.root===e)return;let{visualElement:i}=e.options;if(!i)return;let n=i.props[e8];if(window.MotionHasOptimisedAnimation(n,"transform")){let{layout:t,layoutId:i}=e.options;window.MotionCancelOptimisedAnimation(n,"transform",L,!(t||i))}let{parent:s}=e;s&&!s.hasCheckedOptimisedAppear&&t(s)}(this),this.root.isUpdating||this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let t=0;t<this.path.length;t++){let e=this.path[t];e.shouldResetTransform=!0,e.updateScroll("snapshot"),e.options.layoutRoot&&e.willUpdate(!1)}let{layoutId:e,layout:i}=this.options;if(void 0===e&&!i)return;let n=this.getTransformTemplate();this.prevTransformTemplateValue=n?n(this.latestValues,""):void 0,this.updateSnapshot(),t&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(n2);return}this.isUpdating||this.nodes.forEach(n3),this.isUpdating=!1,this.nodes.forEach(n9),this.nodes.forEach(nJ),this.nodes.forEach(nQ),this.clearAllSnapshots();let t=t8.now();F.delta=tn(0,1e3/60,t-F.timestamp),F.timestamp=t,F.isProcessing=!0,O.update.process(F),O.preRender.process(F),O.render.process(F),F.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,np.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(n5),this.sharedNodes.forEach(st)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,L.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){L.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){!this.snapshot&&this.instance&&(this.snapshot=this.measure())}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let t=0;t<this.path.length;t++)this.path[t].updateScroll();let t=this.layout;this.layout=this.measure(!1),this.layoutCorrected=iZ(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);let{visualElement:e}=this.options;e&&e.notify("LayoutMeasure",this.layout.layoutBox,t?t.layoutBox:void 0)}updateScroll(t="measure"){let e=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===t&&(e=!1),e){let e=n(this.instance);this.scroll={animationId:this.root.animationId,phase:t,isRoot:e,offset:i(this.instance),wasRoot:this.scroll?this.scroll.isRoot:e}}}resetTransform(){if(!s)return;let t=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,e=this.projectionDelta&&!nF(this.projectionDelta),i=this.getTransformTemplate(),n=i?i(this.latestValues,""):void 0,r=n!==this.prevTransformTemplateValue;t&&(e||iJ(this.latestValues)||r)&&(s(this.instance,n),this.shouldResetTransform=!1,this.scheduleRender())}measure(t=!0){var e;let i=this.measurePageBox(),n=this.removeElementScroll(i);return t&&(n=this.removeTransform(n)),sa((e=n).x),sa(e.y),{animationId:this.root.animationId,measuredBox:i,layoutBox:n,latestValues:{},source:this.id}}measurePageBox(){var t;let{visualElement:e}=this.options;if(!e)return iZ();let i=e.measureViewportBox();if(!((null===(t=this.scroll)||void 0===t?void 0:t.wasRoot)||this.path.some(su))){let{scroll:t}=this.root;t&&(i2(i.x,t.offset.x),i2(i.y,t.offset.y))}return i}removeElementScroll(t){var e;let i=iZ();if(nC(i,t),null===(e=this.scroll)||void 0===e?void 0:e.wasRoot)return i;for(let e=0;e<this.path.length;e++){let n=this.path[e],{scroll:s,options:r}=n;n!==this.root&&s&&r.layoutScroll&&(s.wasRoot&&nC(i,t),i2(i.x,s.offset.x),i2(i.y,s.offset.y))}return i}applyTransform(t,e=!1){let i=iZ();nC(i,t);for(let t=0;t<this.path.length;t++){let n=this.path[t];!e&&n.options.layoutScroll&&n.scroll&&n!==n.root&&i9(i,{x:-n.scroll.offset.x,y:-n.scroll.offset.y}),iJ(n.latestValues)&&i9(i,n.latestValues)}return iJ(this.latestValues)&&i9(i,this.latestValues),i}removeTransform(t){let e=iZ();nC(e,t);for(let t=0;t<this.path.length;t++){let i=this.path[t];if(!i.instance||!iJ(i.latestValues))continue;iq(i.latestValues)&&i.updateSnapshot();let n=iZ();nC(n,i.measurePageBox()),nL(e,i.latestValues,i.snapshot?i.snapshot.layoutBox:void 0,n)}return iJ(this.latestValues)&&nL(e,this.latestValues),e}setTargetDelta(t){this.targetDelta=t,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(t){this.options={...this.options,...t,crossfade:void 0===t.crossfade||t.crossfade}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==F.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(t=!1){var e,i,n,s;let r=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=r.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=r.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=r.isSharedProjectionDirty);let o=!!this.resumingFrom||this!==r;if(!(t||o&&this.isSharedProjectionDirty||this.isProjectionDirty||(null===(e=this.parent)||void 0===e?void 0:e.isProjectionDirty)||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;let{layout:a,layoutId:l}=this.options;if(this.layout&&(a||l)){if(this.resolvedRelativeTargetAt=F.timestamp,!this.targetDelta&&!this.relativeTarget){let t=this.getClosestProjectingParent();t&&t.layout&&1!==this.animationProgress?(this.relativeParent=t,this.forceRelativeParentToResolveTarget(),this.relativeTarget=iZ(),this.relativeTargetOrigin=iZ(),iU(this.relativeTargetOrigin,this.layout.layoutBox,t.layout.layoutBox),nC(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(this.relativeTarget||this.targetDelta){if((this.target||(this.target=iZ(),this.targetWithTransforms=iZ()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target)?(this.forceRelativeParentToResolveTarget(),i=this.target,n=this.relativeTarget,s=this.relativeParent.target,iB(i.x,n.x,s.x),iB(i.y,n.y,s.y)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):nC(this.target,this.layout.layoutBox),i5(this.target,this.targetDelta)):nC(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;let t=this.getClosestProjectingParent();t&&!!t.resumingFrom==!!this.resumingFrom&&!t.options.layoutScroll&&t.target&&1!==this.animationProgress?(this.relativeParent=t,this.forceRelativeParentToResolveTarget(),this.relativeTarget=iZ(),this.relativeTargetOrigin=iZ(),iU(this.relativeTargetOrigin,this.target,t.target),nC(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}nH&&nX.resolvedTargetDeltas++}}}getClosestProjectingParent(){return!this.parent||iq(this.parent.latestValues)||iQ(this.parent.latestValues)?void 0:this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var t;let e=this.getLead(),i=!!this.resumingFrom||this!==e,n=!0;if((this.isProjectionDirty||(null===(t=this.parent)||void 0===t?void 0:t.isProjectionDirty))&&(n=!1),i&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(n=!1),this.resolvedRelativeTargetAt===F.timestamp&&(n=!1),n)return;let{layout:s,layoutId:r}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(s||r))return;nC(this.layoutCorrected,this.layout.layoutBox);let o=this.treeScale.x,a=this.treeScale.y;!function(t,e,i,n=!1){let s,r;let o=i.length;if(o){e.x=e.y=1;for(let a=0;a<o;a++){r=(s=i[a]).projectionDelta;let{visualElement:o}=s.options;(!o||!o.props.style||"contents"!==o.props.style.display)&&(n&&s.options.layoutScroll&&s.scroll&&s!==s.root&&i9(t,{x:-s.scroll.offset.x,y:-s.scroll.offset.y}),r&&(e.x*=r.x.scale,e.y*=r.y.scale,i5(t,r)),n&&iJ(s.latestValues)&&i9(t,s.latestValues))}e.x<1.0000000000001&&e.x>.999999999999&&(e.x=1),e.y<1.0000000000001&&e.y>.999999999999&&(e.y=1)}}(this.layoutCorrected,this.treeScale,this.path,i),e.layout&&!e.target&&(1!==this.treeScale.x||1!==this.treeScale.y)&&(e.target=e.layout.layoutBox,e.targetWithTransforms=iZ());let{target:l}=e;if(!l){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}this.projectionDelta&&this.prevProjectionDelta?(nM(this.prevProjectionDelta.x,this.projectionDelta.x),nM(this.prevProjectionDelta.y,this.projectionDelta.y)):this.createProjectionDeltas(),iO(this.projectionDelta,this.layoutCorrected,l,this.latestValues),this.treeScale.x===o&&this.treeScale.y===a&&nI(this.projectionDelta.x,this.prevProjectionDelta.x)&&nI(this.projectionDelta.y,this.prevProjectionDelta.y)||(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",l)),nH&&nX.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(t=!0){var e;if(null===(e=this.options.visualElement)||void 0===e||e.scheduleRender(),t){let t=this.getStack();t&&t.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=iX(),this.projectionDelta=iX(),this.projectionDeltaWithTransform=iX()}setAnimationOrigin(t,e=!1){let i;let n=this.snapshot,s=n?n.latestValues:{},r={...this.latestValues},o=iX();this.relativeParent&&this.relativeParent.options.layoutRoot||(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!e;let a=iZ(),l=(n?n.source:void 0)!==(this.layout?this.layout.source:void 0),u=this.getStack(),h=!u||u.members.length<=1,c=!!(l&&!h&&!0===this.options.crossfade&&!this.path.some(sn));this.animationProgress=0,this.mixTargetDelta=e=>{let n=e/1e3;if(se(o.x,t.x,n),se(o.y,t.y,n),this.setTargetDelta(o),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout){var u,d,p,m;iU(a,this.layout.layoutBox,this.relativeParent.layout.layoutBox),p=this.relativeTarget,m=this.relativeTargetOrigin,si(p.x,m.x,a.x,n),si(p.y,m.y,a.y,n),i&&(u=this.relativeTarget,d=i,nO(u.x,d.x)&&nO(u.y,d.y))&&(this.isProjectionDirty=!1),i||(i=iZ()),nC(i,this.relativeTarget)}l&&(this.animationValues=r,function(t,e,i,n,s,r){s?(t.opacity=ex(0,void 0!==i.opacity?i.opacity:1,nT(n)),t.opacityExit=ex(void 0!==e.opacity?e.opacity:1,0,nS(n))):r&&(t.opacity=ex(void 0!==e.opacity?e.opacity:1,void 0!==i.opacity?i.opacity:1,n));for(let s=0;s<nx;s++){let r=`border${ny[s]}Radius`,o=nw(e,r),a=nw(i,r);(void 0!==o||void 0!==a)&&(o||(o=0),a||(a=0),0===o||0===a||nP(o)===nP(a)?(t[r]=Math.max(ex(nb(o),nb(a),n),0),(tu.test(a)||tu.test(o))&&(t[r]+="%")):t[r]=a)}(e.rotate||i.rotate)&&(t.rotate=ex(e.rotate||0,i.rotate||0,n))}(r,s,this.latestValues,n,c,h)),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&&(j(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=L.update(()=>{nu.hasAnimatedSinceResize=!0,this.currentAnimation=function(t,e,i){let n=it(0)?0:e6(0);return n.start(eJ("",n,1e3,i)),n.animation}(0,0,{...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);let t=this.getStack();t&&t.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(1e3),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){let t=this.getLead(),{targetWithTransforms:e,target:i,layout:n,latestValues:s}=t;if(e&&i&&n){if(this!==t&&this.layout&&n&&sl(this.options.animationType,this.layout.layoutBox,n.layoutBox)){i=this.target||iZ();let e=ij(this.layout.layoutBox.x);i.x.min=t.target.x.min,i.x.max=i.x.min+e;let n=ij(this.layout.layoutBox.y);i.y.min=t.target.y.min,i.y.max=i.y.min+n}nC(e,i),i9(e,s),iO(this.projectionDeltaWithTransform,this.layoutCorrected,e,s)}}registerSharedNode(t,e){this.sharedNodes.has(t)||this.sharedNodes.set(t,new n$),this.sharedNodes.get(t).add(e);let i=e.options.initialPromotionConfig;e.promote({transition:i?i.transition:void 0,preserveFollowOpacity:i&&i.shouldPreserveFollowOpacity?i.shouldPreserveFollowOpacity(e):void 0})}isLead(){let t=this.getStack();return!t||t.lead===this}getLead(){var t;let{layoutId:e}=this.options;return e&&(null===(t=this.getStack())||void 0===t?void 0:t.lead)||this}getPrevLead(){var t;let{layoutId:e}=this.options;return e?null===(t=this.getStack())||void 0===t?void 0:t.prevLead:void 0}getStack(){let{layoutId:t}=this.options;if(t)return this.root.sharedNodes.get(t)}promote({needsReset:t,transition:e,preserveFollowOpacity:i}={}){let n=this.getStack();n&&n.promote(this,i),t&&(this.projectionDelta=void 0,this.needsReset=!0),e&&this.setOptions({transition:e})}relegate(){let t=this.getStack();return!!t&&t.relegate(this)}resetSkewAndRotation(){let{visualElement:t}=this.options;if(!t)return;let e=!1,{latestValues:i}=t;if((i.z||i.rotate||i.rotateX||i.rotateY||i.rotateZ||i.skewX||i.skewY)&&(e=!0),!e)return;let n={};i.z&&nG("z",t,n,this.animationValues);for(let e=0;e<nZ.length;e++)nG(`rotate${nZ[e]}`,t,n,this.animationValues),nG(`skew${nZ[e]}`,t,n,this.animationValues);for(let e in t.render(),n)t.setStaticValue(e,n[e]),this.animationValues&&(this.animationValues[e]=n[e]);t.scheduleRender()}getProjectionStyles(t){var e,i;if(!this.instance||this.isSVG)return;if(!this.isVisible)return n_;let n={visibility:""},s=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,n.opacity="",n.pointerEvents=nz(null==t?void 0:t.pointerEvents)||"",n.transform=s?s(this.latestValues,""):"none",n;let r=this.getLead();if(!this.projectionDelta||!this.layout||!r.target){let e={};return this.options.layoutId&&(e.opacity=void 0!==this.latestValues.opacity?this.latestValues.opacity:1,e.pointerEvents=nz(null==t?void 0:t.pointerEvents)||""),this.hasProjected&&!iJ(this.latestValues)&&(e.transform=s?s({},""):"none",this.hasProjected=!1),e}let o=r.animationValues||r.latestValues;this.applyTransformsToTarget(),n.transform=function(t,e,i){let n="",s=t.x.translate/e.x,r=t.y.translate/e.y,o=(null==i?void 0:i.z)||0;if((s||r||o)&&(n=`translate3d(${s}px, ${r}px, ${o}px) `),(1!==e.x||1!==e.y)&&(n+=`scale(${1/e.x}, ${1/e.y}) `),i){let{transformPerspective:t,rotate:e,rotateX:s,rotateY:r,skewX:o,skewY:a}=i;t&&(n=`perspective(${t}px) ${n}`),e&&(n+=`rotate(${e}deg) `),s&&(n+=`rotateX(${s}deg) `),r&&(n+=`rotateY(${r}deg) `),o&&(n+=`skewX(${o}deg) `),a&&(n+=`skewY(${a}deg) `)}let a=t.x.scale*e.x,l=t.y.scale*e.y;return(1!==a||1!==l)&&(n+=`scale(${a}, ${l})`),n||"none"}(this.projectionDeltaWithTransform,this.treeScale,o),s&&(n.transform=s(o,n.transform));let{x:a,y:l}=this.projectionDelta;for(let t in n.transformOrigin=`${100*a.origin}% ${100*l.origin}% 0`,r.animationValues?n.opacity=r===this?null!==(i=null!==(e=o.opacity)&&void 0!==e?e:this.latestValues.opacity)&&void 0!==i?i:1:this.preserveOpacity?this.latestValues.opacity:o.opacityExit:n.opacity=r===this?void 0!==o.opacity?o.opacity:"":void 0!==o.opacityExit?o.opacityExit:0,nd){if(void 0===o[t])continue;let{correct:e,applyTo:i}=nd[t],s="none"===n.transform?o[t]:e(o[t],r);if(i){let t=i.length;for(let e=0;e<t;e++)n[i[e]]=s}else n[t]=s}return this.options.layoutId&&(n.pointerEvents=r===this?nz(null==t?void 0:t.pointerEvents)||"":"none"),n}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(n2),this.root.sharedNodes.clear()}}}function nJ(t){t.updateLayout()}function nQ(t){var e;let i=(null===(e=t.resumeFrom)||void 0===e?void 0:e.snapshot)||t.snapshot;if(t.isLead()&&t.layout&&i&&t.hasListeners("didUpdate")){let{layoutBox:e,measuredBox:n}=t.layout,{animationType:s}=t.options,r=i.source!==t.layout.source;"size"===s?i_(t=>{let n=r?i.measuredBox[t]:i.layoutBox[t],s=ij(n);n.min=e[t].min,n.max=n.min+s}):sl(s,i.layoutBox,e)&&i_(n=>{let s=r?i.measuredBox[n]:i.layoutBox[n],o=ij(e[n]);s.max=s.min+o,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[n].max=t.relativeTarget[n].min+o)});let o=iX();iO(o,e,i.layoutBox);let a=iX();r?iO(a,t.applyTransform(n,!0),i.measuredBox):iO(a,e,i.layoutBox);let l=!nF(o),u=!1;if(!t.resumeFrom){let n=t.getClosestProjectingParent();if(n&&!n.resumeFrom){let{snapshot:s,layout:r}=n;if(s&&r){let o=iZ();iU(o,i.layoutBox,s.layoutBox);let a=iZ();iU(a,e,r.layoutBox),nN(o,a)||(u=!0),n.options.layoutRoot&&(t.relativeTarget=a,t.relativeTargetOrigin=o,t.relativeParent=n)}}}t.notifyListeners("didUpdate",{layout:e,snapshot:i,delta:a,layoutDelta:o,hasLayoutChanged:l,hasRelativeTargetChanged:u})}else if(t.isLead()){let{onExitComplete:e}=t.options;e&&e()}t.options.transition=void 0}function n0(t){nH&&nX.totalNodes++,t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=!!(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function n1(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function n5(t){t.clearSnapshot()}function n2(t){t.clearMeasurements()}function n3(t){t.isLayoutDirty=!1}function n9(t){let{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function n4(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function n6(t){t.resolveTargetDelta()}function n7(t){t.calcProjection()}function n8(t){t.resetSkewAndRotation()}function st(t){t.removeLeadSnapshot()}function se(t,e,i){t.translate=ex(e.translate,0,i),t.scale=ex(e.scale,1,i),t.origin=e.origin,t.originPoint=e.originPoint}function si(t,e,i,n){t.min=ex(e.min,i.min,n),t.max=ex(e.max,i.max,n)}function sn(t){return t.animationValues&&void 0!==t.animationValues.opacityExit}let ss={duration:.45,ease:[.4,0,.1,1]},sr=t=>"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(t),so=sr("applewebkit/")&&!sr("chrome/")?Math.round:k.Z;function sa(t){t.min=so(t.min),t.max=so(t.max)}function sl(t,e,i){return"position"===t||"preserve-aspect"===t&&!(.2>=Math.abs(nU(e)-nU(i)))}function su(t){var e;return t!==t.root&&(null===(e=t.scroll)||void 0===e?void 0:e.wasRoot)}let sh=nq({attachResizeListener:(t,e)=>ib(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),sc={current:void 0},sd=nq({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!sc.current){let t=new sh({});t.mount(window),t.setOptions({layoutScroll:!0}),sc.current=t}return sc.current},resetTransform:(t,e)=>{t.style.transform=void 0!==e?e:"none"},checkIsScrollRoot:t=>"fixed"===window.getComputedStyle(t).position});function sp(t,e){let i=e?"onHoverStart":"onHoverEnd";return iP(t.current,e?"pointerenter":"pointerleave",(n,s)=>{if("touch"===n.pointerType||iR())return;let r=t.getProps();t.animationState&&r.whileHover&&t.animationState.setActive("whileHover",e);let o=r[i];o&&L.postRender(()=>o(n,s))},{passive:!t.getProps()[i]})}class sm extends id{mount(){this.unmount=eg(sp(this.node,!0),sp(this.node,!1))}unmount(){}}class sf extends id{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("whileFocus",!0),this.isActive=!0)}onBlur(){this.isActive&&this.node.animationState&&(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=eg(ib(this.node.current,"focus",()=>this.onFocus()),ib(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}let sv=(t,e)=>!!e&&(t===e||sv(t,e.parentElement));function sg(t,e){if(!e)return;let i=new PointerEvent("pointer"+t);e(i,iy(i))}class sy extends id{constructor(){super(...arguments),this.removeStartListeners=k.Z,this.removeEndListeners=k.Z,this.removeAccessibleListeners=k.Z,this.startPointerPress=(t,e)=>{if(this.isPressing)return;this.removeEndListeners();let i=this.node.getProps(),n=iP(window,"pointerup",(t,e)=>{if(!this.checkPressEnd())return;let{onTap:i,onTapCancel:n,globalTapTarget:s}=this.node.getProps(),r=s||sv(this.node.current,t.target)?i:n;r&&L.update(()=>r(t,e))},{passive:!(i.onTap||i.onPointerUp)}),s=iP(window,"pointercancel",(t,e)=>this.cancelPress(t,e),{passive:!(i.onTapCancel||i.onPointerCancel)});this.removeEndListeners=eg(n,s),this.startPress(t,e)},this.startAccessiblePress=()=>{let t=ib(this.node.current,"keydown",t=>{"Enter"!==t.key||this.isPressing||(this.removeEndListeners(),this.removeEndListeners=ib(this.node.current,"keyup",t=>{"Enter"===t.key&&this.checkPressEnd()&&sg("up",(t,e)=>{let{onTap:i}=this.node.getProps();i&&L.postRender(()=>i(t,e))})}),sg("down",(t,e)=>{this.startPress(t,e)}))}),e=ib(this.node.current,"blur",()=>{this.isPressing&&sg("cancel",(t,e)=>this.cancelPress(t,e))});this.removeAccessibleListeners=eg(t,e)}}startPress(t,e){this.isPressing=!0;let{onTapStart:i,whileTap:n}=this.node.getProps();n&&this.node.animationState&&this.node.animationState.setActive("whileTap",!0),i&&L.postRender(()=>i(t,e))}checkPressEnd(){return this.removeEndListeners(),this.isPressing=!1,this.node.getProps().whileTap&&this.node.animationState&&this.node.animationState.setActive("whileTap",!1),!iR()}cancelPress(t,e){if(!this.checkPressEnd())return;let{onTapCancel:i}=this.node.getProps();i&&L.postRender(()=>i(t,e))}mount(){let t=this.node.getProps(),e=iP(t.globalTapTarget?window:this.node.current,"pointerdown",this.startPointerPress,{passive:!(t.onTapStart||t.onPointerStart)}),i=ib(this.node.current,"focus",this.startAccessiblePress);this.removeStartListeners=eg(e,i)}unmount(){this.removeStartListeners(),this.removeEndListeners(),this.removeAccessibleListeners()}}let sx=new WeakMap,sb=new WeakMap,sP=t=>{let e=sx.get(t.target);e&&e(t)},sw=t=>{t.forEach(sP)},sT={some:0,all:1};class sS extends id{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();let{viewport:t={}}=this.node.getProps(),{root:e,margin:i,amount:n="some",once:s}=t,r={root:e?e.current:void 0,rootMargin:i,threshold:"number"==typeof n?n:sT[n]};return function(t,e,i){let n=function({root:t,...e}){let i=t||document;sb.has(i)||sb.set(i,{});let n=sb.get(i),s=JSON.stringify(e);return n[s]||(n[s]=new IntersectionObserver(sw,{root:t,...e})),n[s]}(e);return sx.set(t,i),n.observe(t),()=>{sx.delete(t),n.unobserve(t)}}(this.node.current,r,t=>{let{isIntersecting:e}=t;if(this.isInView===e||(this.isInView=e,s&&!e&&this.hasEnteredView))return;e&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",e);let{onViewportEnter:i,onViewportLeave:n}=this.node.getProps(),r=e?i:n;r&&r(t)})}mount(){this.startObserver()}update(){if("undefined"==typeof IntersectionObserver)return;let{props:t,prevProps:e}=this.node;["amount","margin","root"].some(function({viewport:t={}},{viewport:e={}}={}){return i=>t[i]!==e[i]}(t,e))&&this.startObserver()}unmount(){}}let sE=(0,nr.createContext)({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"}),sA=(0,nr.createContext)({}),sC="undefined"!=typeof window,sM=sC?nr.useLayoutEffect:nr.useEffect,sV=(0,nr.createContext)({strict:!1});function sk(t){return s(t.animate)||d.some(e=>a(t[e]))}function sD(t){return!!(sk(t)||t.variants)}function sR(t){return Array.isArray(t)?t.join(" "):t}let sL={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},sj={};for(let t in sL)sj[t]={isEnabled:e=>sL[t].some(t=>!!e[t])};let sF=Symbol.for("motionComponentSymbol"),sO=["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 sB(t){if("string"!=typeof t||t.includes("-"));else if(sO.indexOf(t)>-1||/[A-Z]/u.test(t))return!0;return!1}function sN(t,{style:e,vars:i},n,s){for(let r in Object.assign(t.style,e,s&&s.getProjectionStyles(n)),i)t.style.setProperty(r,i[r])}let sU=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 sI(t,e,i,n){for(let i in sN(t,e,void 0,n),e.attrs)t.setAttribute(sU.has(i)?i:e7(i),e.attrs[i])}function s$(t,{layout:e,layoutId:i}){return m.has(t)||t.startsWith("origin")||(e||void 0!==i)&&(!!nd[t]||"opacity"===t)}function sW(t,e,i){var n;let{style:s}=t,r={};for(let o in s)(it(s[o])||e.style&&it(e.style[o])||s$(o,t)||(null===(n=null==i?void 0:i.getValue(o))||void 0===n?void 0:n.liveStyle)!==void 0)&&(r[o]=s[o]);return i&&s&&"string"==typeof s.willChange&&(i.applyWillChange=!1),r}function sY(t,e,i){let n=sW(t,e,i);for(let i in t)(it(t[i])||it(e[i]))&&(n[-1!==p.indexOf(i)?"attr"+i.charAt(0).toUpperCase()+i.substring(1):i]=t[i]);return n}let sz=t=>(e,i)=>{let n=(0,nr.useContext)(sA),r=(0,nr.useContext)(no),o=()=>(function({applyWillChange:t=!1,scrapeMotionValuesFromProps:e,createRenderState:i,onMount:n},r,o,a,l){let u={latestValues:function(t,e,i,n,r){var o;let a={},l=n&&(null===(o=t.style)||void 0===o?void 0:o.willChange)===void 0,u=r(t,{});for(let t in u)a[t]=nz(u[t]);let{initial:h,animate:c}=t,d=sk(t),p=sD(t);e&&p&&!d&&!1!==t.inherit&&(void 0===h&&(h=e.initial),void 0===c&&(c=e.animate));let m=!!i&&!1===i.initial,f=(m=m||!1===h)?c:h;return f&&"boolean"!=typeof f&&!s(f)&&sX(t,f,(t,e)=>{for(let e in t){let i=t[e];if(Array.isArray(i)){let t=m?i.length-1:0;i=i[t]}null!==i&&(a[e]=i)}for(let t in e)a[t]=e[t]}),l&&c&&!1!==h&&!s(c)&&sX(t,c,t=>{for(let e in t)if(ie(e)){a.willChange="transform";return}}),a}(r,o,a,!l&&t,e),renderState:i()};return n&&(u.mount=t=>n(r,t,u)),u})(t,e,n,r,i);return i?o():function(t){let e=(0,nr.useRef)(null);return null===e.current&&(e.current=t()),e.current}(o)};function sX(t,e,i){let n=Array.isArray(e)?e:[e];for(let e=0;e<n.length;e++){let s=u(t,n[e]);if(s){let{transitionEnd:t,transition:e,...n}=s;i(n,t)}}}let sH=()=>({style:{},transform:{},transformOrigin:{},vars:{}}),sZ=()=>({...sH(),attrs:{}}),s_=(t,e)=>e&&"number"==typeof t?e.transform(t):t,sK={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},sG=p.length;function sq(t,e,i){let{style:n,vars:s,transformOrigin:r}=t,o=!1,a=!1;for(let t in e){let i=e[t];if(m.has(t)){o=!0;continue}if(J(t)){s[t]=i;continue}{let e=s_(i,t1[t]);t.startsWith("origin")?(a=!0,r[t]=e):n[t]=e}}if(!e.transform&&(o||i?n.transform=function(t,e,i){let n="",s=!0;for(let r=0;r<sG;r++){let o=p[r],a=t[o];if(void 0===a)continue;let l=!0;if(!(l="number"==typeof a?a===(o.startsWith("scale")?1:0):0===parseFloat(a))||i){let t=s_(a,t1[o]);if(!l){s=!1;let e=sK[o]||o;n+=`${e}(${t}) `}i&&(e[o]=t)}}return n=n.trim(),i?n=i(e,s?"":n):s&&(n="none"),n}(e,t.transform,i):n.transform&&(n.transform="none")),a){let{originX:t="50%",originY:e="50%",originZ:i=0}=r;n.transformOrigin=`${t} ${e} ${i}`}}function sJ(t,e,i){return"string"==typeof t?t:th.transform(e+i*t)}let sQ={offset:"stroke-dashoffset",array:"stroke-dasharray"},s0={offset:"strokeDashoffset",array:"strokeDasharray"};function s1(t,{attrX:e,attrY:i,attrScale:n,originX:s,originY:r,pathLength:o,pathSpacing:a=1,pathOffset:l=0,...u},h,c){if(sq(t,u,c),h){t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox);return}t.attrs=t.style,t.style={};let{attrs:d,style:p,dimensions:m}=t;d.transform&&(m&&(p.transform=d.transform),delete d.transform),m&&(void 0!==s||void 0!==r||p.transform)&&(p.transformOrigin=function(t,e,i){let n=sJ(e,t.x,t.width),s=sJ(i,t.y,t.height);return`${n} ${s}`}(m,void 0!==s?s:.5,void 0!==r?r:.5)),void 0!==e&&(d.x=e),void 0!==i&&(d.y=i),void 0!==n&&(d.scale=n),void 0!==o&&function(t,e,i=1,n=0,s=!0){t.pathLength=1;let r=s?sQ:s0;t[r.offset]=th.transform(-n);let o=th.transform(e),a=th.transform(i);t[r.array]=`${o} ${a}`}(d,o,a,l,!1)}let s5=t=>"string"==typeof t&&"svg"===t.toLowerCase(),s2={useVisualState:sz({scrapeMotionValuesFromProps:sY,createRenderState:sZ,onMount:(t,e,{renderState:i,latestValues:n})=>{L.read(()=>{try{i.dimensions="function"==typeof e.getBBox?e.getBBox():e.getBoundingClientRect()}catch(t){i.dimensions={x:0,y:0,width:0,height:0}}}),L.render(()=>{s1(i,n,s5(e.tagName),t.transformTemplate),sI(e,i)})}})},s3={useVisualState:sz({applyWillChange:!0,scrapeMotionValuesFromProps:sW,createRenderState:sH})};function s9(t,e,i){for(let n in e)it(e[n])||s$(n,i)||(t[n]=e[n])}let s4=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","ignoreStrict","viewport"]);function s6(t){return t.startsWith("while")||t.startsWith("drag")&&"draggable"!==t||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||t.startsWith("onLayout")||s4.has(t)}let s7=t=>!s6(t);try{(C=require("@emotion/is-prop-valid").default)&&(s7=t=>t.startsWith("on")?!s6(t):C(t))}catch(t){}let s8={current:null},rt={current:!1},re=new WeakMap,ri=[...tw,tI,tK],rn=t=>ri.find(tP(t)),rs=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class rr{scrapeMotionValuesFromProps(t,e,i){return{}}constructor({parent:t,props:e,presenceContext:i,reducedMotionConfig:n,blockInitialAnimation:s,visualState:r},o={}){this.applyWillChange=!1,this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=tV,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{let t=t8.now();this.renderScheduledAt<t&&(this.renderScheduledAt=t,L.render(this.render,!1,!0))};let{latestValues:a,renderState:l}=r;this.latestValues=a,this.baseTarget={...a},this.initialValues=e.initial?{...a}:{},this.renderState=l,this.parent=t,this.props=e,this.presenceContext=i,this.depth=t?t.depth+1:0,this.reducedMotionConfig=n,this.options=o,this.blockInitialAnimation=!!s,this.isControllingVariants=sk(e),this.isVariantNode=sD(e),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(t&&t.current);let{willChange:u,...h}=this.scrapeMotionValuesFromProps(e,{},this);for(let t in h){let e=h[t];void 0!==a[t]&&it(e)&&e.set(a[t],!1)}}mount(t){this.current=t,re.set(t,this),this.projection&&!this.projection.instance&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((t,e)=>this.bindToMotionValue(e,t)),rt.current||function(){if(rt.current=!0,sC){if(window.matchMedia){let t=window.matchMedia("(prefers-reduced-motion)"),e=()=>s8.current=t.matches;t.addListener(e),e()}else s8.current=!1}}(),this.shouldReduceMotion="never"!==this.reducedMotionConfig&&("always"===this.reducedMotionConfig||s8.current),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){for(let t in re.delete(this.current),this.projection&&this.projection.unmount(),j(this.notifyUpdate),j(this.render),this.valueSubscriptions.forEach(t=>t()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this),this.events)this.events[t].clear();for(let t in this.features){let e=this.features[t];e&&(e.unmount(),e.isMounted=!1)}this.current=null}bindToMotionValue(t,e){let i;this.valueSubscriptions.has(t)&&this.valueSubscriptions.get(t)();let n=m.has(t),s=e.on("change",e=>{this.latestValues[t]=e,this.props.onUpdate&&L.preRender(this.notifyUpdate),n&&this.projection&&(this.projection.isTransformDirty=!0)}),r=e.on("renderRequest",this.scheduleRender);window.MotionCheckAppearSync&&(i=window.MotionCheckAppearSync(this,t,e)),this.valueSubscriptions.set(t,()=>{s(),r(),i&&i(),e.owner&&e.stop()})}sortNodePosition(t){return this.current&&this.sortInstanceNodePosition&&this.type===t.type?this.sortInstanceNodePosition(this.current,t.current):0}updateFeatures(){let t="animation";for(t in sj){let e=sj[t];if(!e)continue;let{isEnabled:i,Feature:n}=e;if(!this.features[t]&&n&&i(this.props)&&(this.features[t]=new n(this)),this.features[t]){let e=this.features[t];e.isMounted?e.update():(e.mount(),e.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):iZ()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,e){this.latestValues[t]=e}update(t,e){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=e;for(let e=0;e<rs.length;e++){let i=rs[e];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);let n=t["on"+i];n&&(this.propEventSubscriptions[i]=this.on(i,n))}this.prevMotionValues=function(t,e,i){for(let n in e){let s=e[n],r=i[n];if(it(s))t.addValue(n,s);else if(it(r))t.addValue(n,e6(s,{owner:t}));else if(r!==s){if(t.hasValue(n)){let e=t.getValue(n);!0===e.liveStyle?e.jump(s):e.hasAnimated||e.set(s)}else{let e=t.getStaticValue(n);t.addValue(n,e6(void 0!==e?e:s,{owner:t}))}}}for(let n in i)void 0===e[n]&&t.removeValue(n);return e}(this,this.scrapeMotionValuesFromProps(t,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(t){return this.props.variants?this.props.variants[t]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(t){let e=this.getClosestVariantNode();if(e)return e.variantChildren&&e.variantChildren.add(t),()=>e.variantChildren.delete(t)}addValue(t,e){let i=this.values.get(t);e!==i&&(i&&this.removeValue(t),this.bindToMotionValue(t,e),this.values.set(t,e),this.latestValues[t]=e.get())}removeValue(t){this.values.delete(t);let e=this.valueSubscriptions.get(t);e&&(e(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,e){if(this.props.values&&this.props.values[t])return this.props.values[t];let i=this.values.get(t);return void 0===i&&void 0!==e&&(i=e6(null===e?void 0:e,{owner:this}),this.addValue(t,i)),i}readValue(t,e){var i;let n=void 0===this.latestValues[t]&&this.current?null!==(i=this.getBaseTargetFromProps(this.props,t))&&void 0!==i?i:this.readValueFromInstance(this.current,t,this.options):this.latestValues[t];return null!=n&&("string"==typeof n&&(G(n)||_(n))?n=parseFloat(n):!rn(n)&&tK.test(e)&&(n=t3(t,e)),this.setBaseTarget(t,it(n)?n.get():n)),it(n)?n.get():n}setBaseTarget(t,e){this.baseTarget[t]=e}getBaseTarget(t){var e;let i;let{initial:n}=this.props;if("string"==typeof n||"object"==typeof n){let s=u(this.props,n,null===(e=this.presenceContext)||void 0===e?void 0:e.custom);s&&(i=s[t])}if(n&&void 0!==i)return i;let s=this.getBaseTargetFromProps(this.props,t);return void 0===s||it(s)?void 0!==this.initialValues[t]&&void 0===i?void 0:this.baseTarget[t]:s}on(t,e){return this.events[t]||(this.events[t]=new e2),this.events[t].add(e)}notify(t,...e){this.events[t]&&this.events[t].notify(...e)}}class ro extends rr{constructor(){super(...arguments),this.KeyframeResolver=t4}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:i}){delete e[t],delete i[t]}}class ra extends ro{constructor(){super(...arguments),this.type="html",this.applyWillChange=!0,this.renderInstance=sN}readValueFromInstance(t,e){if(m.has(e)){let t=t2(e);return t&&t.default||0}{let i=window.getComputedStyle(t),n=(J(e)?i.getPropertyValue(e):i[e])||0;return"string"==typeof n?n.trim():n}}measureInstanceViewportBox(t,{transformPagePoint:e}){return i4(t,e)}build(t,e,i){sq(t,e,i.transformTemplate)}scrapeMotionValuesFromProps(t,e,i){return sW(t,e,i)}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);let{children:t}=this.props;it(t)&&(this.childSubscription=t.on("change",t=>{this.current&&(this.current.textContent=`${t}`)}))}}class rl extends ro{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=iZ}getBaseTargetFromProps(t,e){return t[e]}readValueFromInstance(t,e){if(m.has(e)){let t=t2(e);return t&&t.default||0}return e=sU.has(e)?e:e7(e),t.getAttribute(e)}scrapeMotionValuesFromProps(t,e,i){return sY(t,e,i)}build(t,e,i){s1(t,e,this.isSVGTag,i.transformTemplate)}renderInstance(t,e,i,n){sI(t,e,i,n)}mount(t){this.isSVGTag=s5(t.tagName),super.mount(t)}}let ru=function(t){if("undefined"==typeof Proxy)return t;let e=new Map;return new Proxy((...e)=>t(...e),{get:(i,n)=>"create"===n?t:(e.has(n)||e.set(n,t(n)),e.get(n))})}((M={animation:{Feature:ip},exit:{Feature:iv},inView:{Feature:sS},tap:{Feature:sy},focus:{Feature:sf},hover:{Feature:sm},pan:{Feature:nn},drag:{Feature:ne,ProjectionNode:sd,MeasureLayout:nv},layout:{ProjectionNode:sd,MeasureLayout:nv}},V=(t,e)=>sB(t)?new rl(e):new ra(e,{allowProjection:t!==nr.Fragment}),function(t,{forwardMotionProps:e}={forwardMotionProps:!1}){return function(t){let{preloadedFeatures:e,createVisualElement:i,useRender:n,useVisualState:s,Component:r}=t;e&&function(t){for(let e in t)sj[e]={...sj[e],...t[e]}}(e);let o=(0,nr.forwardRef)(function(t,e){var o;let l;let u={...(0,nr.useContext)(sE),...t,layoutId:function(t){let{layoutId:e}=t,i=(0,nr.useContext)(na).id;return i&&void 0!==e?i+"-"+e:e}(t)},{isStatic:h}=u,c=function(t){let{initial:e,animate:i}=function(t,e){if(sk(t)){let{initial:e,animate:i}=t;return{initial:!1===e||a(e)?e:void 0,animate:a(i)?i:void 0}}return!1!==t.inherit?e:{}}(t,(0,nr.useContext)(sA));return(0,nr.useMemo)(()=>({initial:e,animate:i}),[sR(e),sR(i)])}(t),d=s(t,h);if(!h&&sC){(0,nr.useContext)(sV).strict;let t=function(t){let{drag:e,layout:i}=sj;if(!e&&!i)return{};let n={...e,...i};return{MeasureLayout:(null==e?void 0:e.isEnabled(t))||(null==i?void 0:i.isEnabled(t))?n.MeasureLayout:void 0,ProjectionNode:n.ProjectionNode}}(u);l=t.MeasureLayout,c.visualElement=function(t,e,i,n,s){var r,o;let{visualElement:a}=(0,nr.useContext)(sA),l=(0,nr.useContext)(sV),u=(0,nr.useContext)(no),h=(0,nr.useContext)(sE).reducedMotion,c=(0,nr.useRef)();n=n||l.renderer,!c.current&&n&&(c.current=n(t,{visualState:e,parent:a,props:i,presenceContext:u,blockInitialAnimation:!!u&&!1===u.initial,reducedMotionConfig:h}));let d=c.current,p=(0,nr.useContext)(nl);d&&!d.projection&&s&&("html"===d.type||"svg"===d.type)&&function(t,e,i,n){let{layoutId:s,layout:r,drag:o,dragConstraints:a,layoutScroll:l,layoutRoot:u}=e;t.projection=new i(t.latestValues,e["data-framer-portal-id"]?void 0:function t(e){if(e)return!1!==e.options.allowProjection?e.projection:t(e.parent)}(t.parent)),t.projection.setOptions({layoutId:s,layout:r,alwaysMeasureLayout:!!o||a&&iL(a),visualElement:t,animationType:"string"==typeof r?r:"both",initialPromotionConfig:n,layoutScroll:l,layoutRoot:u})}(c.current,i,s,p),(0,nr.useInsertionEffect)(()=>{d&&d.update(i,u)});let m=i[e8],f=(0,nr.useRef)(!!m&&!(null===(r=window.MotionHandoffIsComplete)||void 0===r?void 0:r.call(window,m))&&(null===(o=window.MotionHasOptimisedAnimation)||void 0===o?void 0:o.call(window,m)));return sM(()=>{d&&(window.MotionIsMounted=!0,d.updateFeatures(),np.render(d.render),f.current&&d.animationState&&d.animationState.animateChanges())}),(0,nr.useEffect)(()=>{d&&(!f.current&&d.animationState&&d.animationState.animateChanges(),f.current&&(queueMicrotask(()=>{var t;null===(t=window.MotionHandoffMarkAsComplete)||void 0===t||t.call(window,m)}),f.current=!1))}),d}(r,d,u,i,t.ProjectionNode)}return(0,ns.jsxs)(sA.Provider,{value:c,children:[l&&c.visualElement?(0,ns.jsx)(l,{visualElement:c.visualElement,...u}):null,n(r,t,(o=c.visualElement,(0,nr.useCallback)(t=>{t&&d.mount&&d.mount(t),o&&(t?o.mount(t):o.unmount()),e&&("function"==typeof e?e(t):iL(e)&&(e.current=t))},[o])),d,h,c.visualElement)]})});return o[sF]=r,o}({...sB(t)?s2:s3,preloadedFeatures:M,useRender:function(t=!1){return(e,i,n,{latestValues:s},r)=>{let o=(sB(e)?function(t,e,i,n){let s=(0,nr.useMemo)(()=>{let i=sZ();return s1(i,e,s5(n),t.transformTemplate),{...i.attrs,style:{...i.style}}},[e]);if(t.style){let e={};s9(e,t.style,t),s.style={...e,...s.style}}return s}:function(t,e){let i={},n=function(t,e){let i=t.style||{},n={};return s9(n,i,t),Object.assign(n,function({transformTemplate:t},e){return(0,nr.useMemo)(()=>{let i=sH();return sq(i,e,t),Object.assign({},i.vars,i.style)},[e])}(t,e)),n}(t,e);return t.drag&&!1!==t.dragListener&&(i.draggable=!1,n.userSelect=n.WebkitUserSelect=n.WebkitTouchCallout="none",n.touchAction=!0===t.drag?"none":`pan-${"x"===t.drag?"y":"x"}`),void 0===t.tabIndex&&(t.onTap||t.onTapStart||t.whileTap)&&(i.tabIndex=0),i.style=n,i})(i,s,r,e),a=function(t,e,i){let n={};for(let s in t)("values"!==s||"object"!=typeof t.values)&&(s7(s)||!0===i&&s6(s)||!e&&!s6(s)||t.draggable&&s.startsWith("onDrag"))&&(n[s]=t[s]);return n}(i,"string"==typeof e,t),l=e!==nr.Fragment?{...a,...o,ref:n}:{},{children:u}=i,h=(0,nr.useMemo)(()=>it(u)?u.get():u,[u]);return(0,nr.createElement)(e,{...l,children:h})}}(e),createVisualElement:V,Component:t})}))},13223:function(t,e,i){i.d(e,{K:function(){return s},k:function(){return r}});var n=i(44439);let s=n.Z,r=n.Z},44439:function(t,e,i){i.d(e,{Z:function(){return n}});let n=t=>t},84922:function(t,e,i){i.d(e,{Y:function(){return r}});var n=i(2265);i(13223);let s={some:0,all:1};function r(t,{root:e,margin:i,amount:r,once:o=!1}={}){let[a,l]=(0,n.useState)(!1);return(0,n.useEffect)(()=>{if(!t.current||o&&a)return;let n={root:e&&e.current||void 0,margin:i,amount:r};return function(t,e,{root:i,margin:n,amount:r="some"}={}){var o;let a=("string"==typeof(o=t)?o=document.querySelectorAll(o):o instanceof Element&&(o=[o]),Array.from(o||[])),l=new WeakMap,u=new IntersectionObserver(t=>{t.forEach(t=>{let i=l.get(t.target);if(!!i!==t.isIntersecting){if(t.isIntersecting){let i=e(t);"function"==typeof i?l.set(t.target,i):u.unobserve(t.target)}else i&&(i(t),l.delete(t.target))}})},{root:i,rootMargin:n,threshold:"number"==typeof r?r:s[r]});return a.forEach(t=>u.observe(t)),()=>u.disconnect()}(t.current,()=>(l(!0),o?void 0:()=>l(!1)),n)},[e,t,i,o,r]),a}}}]);