cecomponent 1.0.9 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cecomponent.cjs.js +56 -0
- package/dist/{index.mjs → cecomponent.es.js} +3138 -2508
- package/dist/cecomponent.umd.js +56 -0
- package/package.json +10 -10
- package/dist/index.js +0 -27
- /package/dist/{index.css → cecomponent.css} +0 -0
package/dist/index.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const jsxRuntime=require("react/jsx-runtime"),React2=require("react");function _interopNamespaceDefault(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const i in t)if(i!=="default"){const r=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(e,i,r.get?r:{enumerable:!0,get:()=>t[i]})}}return e.default=t,Object.freeze(e)}const React2__namespace=_interopNamespaceDefault(React2);function getDefaultExportFromCjs(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var dist={},hasRequiredDist;function requireDist(){if(hasRequiredDist)return dist;hasRequiredDist=1,Object.defineProperty(dist,"__esModule",{value:!0}),dist.parse=a,dist.serialize=c;const t=/^[\u0021-\u003A\u003C\u003E-\u007E]+$/,e=/^[\u0021-\u003A\u003C-\u007E]*$/,i=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,r=/^[\u0020-\u003A\u003D-\u007E]*$/,s=Object.prototype.toString,n=(()=>{const f=function(){};return f.prototype=Object.create(null),f})();function a(f,b){const p=new n,m=f.length;if(m<2)return p;const C=(b==null?void 0:b.decode)||u;let y=0;do{const x=f.indexOf("=",y);if(x===-1)break;const d=f.indexOf(";",y),g=d===-1?m:d;if(x>g){y=f.lastIndexOf(";",x-1)+1;continue}const k=l(f,y,x),P=o(f,x,k),T=f.slice(k,P);if(p[T]===void 0){let F=l(f,x+1,g),I=o(f,g,F);const $=C(f.slice(F,I));p[T]=$}y=g+1}while(y<m);return p}function l(f,b,p){do{const m=f.charCodeAt(b);if(m!==32&&m!==9)return b}while(++b<p);return p}function o(f,b,p){for(;b>p;){const m=f.charCodeAt(--b);if(m!==32&&m!==9)return b+1}return p}function c(f,b,p){const m=(p==null?void 0:p.encode)||encodeURIComponent;if(!t.test(f))throw new TypeError(`argument name is invalid: ${f}`);const C=m(b);if(!e.test(C))throw new TypeError(`argument val is invalid: ${b}`);let y=f+"="+C;if(!p)return y;if(p.maxAge!==void 0){if(!Number.isInteger(p.maxAge))throw new TypeError(`option maxAge is invalid: ${p.maxAge}`);y+="; Max-Age="+p.maxAge}if(p.domain){if(!i.test(p.domain))throw new TypeError(`option domain is invalid: ${p.domain}`);y+="; Domain="+p.domain}if(p.path){if(!r.test(p.path))throw new TypeError(`option path is invalid: ${p.path}`);y+="; Path="+p.path}if(p.expires){if(!E(p.expires)||!Number.isFinite(p.expires.valueOf()))throw new TypeError(`option expires is invalid: ${p.expires}`);y+="; Expires="+p.expires.toUTCString()}if(p.httpOnly&&(y+="; HttpOnly"),p.secure&&(y+="; Secure"),p.partitioned&&(y+="; Partitioned"),p.priority)switch(typeof p.priority=="string"?p.priority.toLowerCase():void 0){case"low":y+="; Priority=Low";break;case"medium":y+="; Priority=Medium";break;case"high":y+="; Priority=High";break;default:throw new TypeError(`option priority is invalid: ${p.priority}`)}if(p.sameSite)switch(typeof p.sameSite=="string"?p.sameSite.toLowerCase():p.sameSite){case!0:case"strict":y+="; SameSite=Strict";break;case"lax":y+="; SameSite=Lax";break;case"none":y+="; SameSite=None";break;default:throw new TypeError(`option sameSite is invalid: ${p.sameSite}`)}return y}function u(f){if(f.indexOf("%")===-1)return f;try{return decodeURIComponent(f)}catch{return f}}function E(f){return s.call(f)==="[object Date]"}return dist}requireDist();/**
|
|
2
|
-
* react-router v7.3.0
|
|
3
|
-
*
|
|
4
|
-
* Copyright (c) Remix Software Inc.
|
|
5
|
-
*
|
|
6
|
-
* This source code is licensed under the MIT license found in the
|
|
7
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
8
|
-
*
|
|
9
|
-
* @license MIT
|
|
10
|
-
*/function invariant(t,e){if(t===!1||t===null||typeof t>"u")throw new Error(e)}function warning(t,e){if(!t){typeof console<"u"&&console.warn(e);try{throw new Error(e)}catch{}}}function createPath({pathname:t="/",search:e="",hash:i=""}){return e&&e!=="?"&&(t+=e.charAt(0)==="?"?e:"?"+e),i&&i!=="#"&&(t+=i.charAt(0)==="#"?i:"#"+i),t}function parsePath(t){let e={};if(t){let i=t.indexOf("#");i>=0&&(e.hash=t.substring(i),t=t.substring(0,i));let r=t.indexOf("?");r>=0&&(e.search=t.substring(r),t=t.substring(0,r)),t&&(e.pathname=t)}return e}function matchRoutes(t,e,i="/"){return matchRoutesImpl(t,e,i,!1)}function matchRoutesImpl(t,e,i,r){let s=typeof e=="string"?parsePath(e):e,n=stripBasename(s.pathname||"/",i);if(n==null)return null;let a=flattenRoutes(t);rankRouteBranches(a);let l=null;for(let o=0;l==null&&o<a.length;++o){let c=decodePath(n);l=matchRouteBranch(a[o],c,r)}return l}function flattenRoutes(t,e=[],i=[],r=""){let s=(n,a,l)=>{let o={relativePath:l===void 0?n.path||"":l,caseSensitive:n.caseSensitive===!0,childrenIndex:a,route:n};o.relativePath.startsWith("/")&&(invariant(o.relativePath.startsWith(r),`Absolute route path "${o.relativePath}" nested under path "${r}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),o.relativePath=o.relativePath.slice(r.length));let c=joinPaths([r,o.relativePath]),u=i.concat(o);n.children&&n.children.length>0&&(invariant(n.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${c}".`),flattenRoutes(n.children,e,u,c)),!(n.path==null&&!n.index)&&e.push({path:c,score:computeScore(c,n.index),routesMeta:u})};return t.forEach((n,a)=>{var l;if(n.path===""||!((l=n.path)!=null&&l.includes("?")))s(n,a);else for(let o of explodeOptionalSegments(n.path))s(n,a,o)}),e}function explodeOptionalSegments(t){let e=t.split("/");if(e.length===0)return[];let[i,...r]=e,s=i.endsWith("?"),n=i.replace(/\?$/,"");if(r.length===0)return s?[n,""]:[n];let a=explodeOptionalSegments(r.join("/")),l=[];return l.push(...a.map(o=>o===""?n:[n,o].join("/"))),s&&l.push(...a),l.map(o=>t.startsWith("/")&&o===""?"/":o)}function rankRouteBranches(t){t.sort((e,i)=>e.score!==i.score?i.score-e.score:compareIndexes(e.routesMeta.map(r=>r.childrenIndex),i.routesMeta.map(r=>r.childrenIndex)))}var paramRe=/^:[\w-]+$/,dynamicSegmentValue=3,indexRouteValue=2,emptySegmentValue=1,staticSegmentValue=10,splatPenalty=-2,isSplat=t=>t==="*";function computeScore(t,e){let i=t.split("/"),r=i.length;return i.some(isSplat)&&(r+=splatPenalty),e&&(r+=indexRouteValue),i.filter(s=>!isSplat(s)).reduce((s,n)=>s+(paramRe.test(n)?dynamicSegmentValue:n===""?emptySegmentValue:staticSegmentValue),r)}function compareIndexes(t,e){return t.length===e.length&&t.slice(0,-1).every((r,s)=>r===e[s])?t[t.length-1]-e[e.length-1]:0}function matchRouteBranch(t,e,i=!1){let{routesMeta:r}=t,s={},n="/",a=[];for(let l=0;l<r.length;++l){let o=r[l],c=l===r.length-1,u=n==="/"?e:e.slice(n.length)||"/",E=matchPath({path:o.relativePath,caseSensitive:o.caseSensitive,end:c},u),f=o.route;if(!E&&c&&i&&!r[r.length-1].route.index&&(E=matchPath({path:o.relativePath,caseSensitive:o.caseSensitive,end:!1},u)),!E)return null;Object.assign(s,E.params),a.push({params:s,pathname:joinPaths([n,E.pathname]),pathnameBase:normalizePathname(joinPaths([n,E.pathnameBase])),route:f}),E.pathnameBase!=="/"&&(n=joinPaths([n,E.pathnameBase]))}return a}function matchPath(t,e){typeof t=="string"&&(t={path:t,caseSensitive:!1,end:!0});let[i,r]=compilePath(t.path,t.caseSensitive,t.end),s=e.match(i);if(!s)return null;let n=s[0],a=n.replace(/(.)\/+$/,"$1"),l=s.slice(1);return{params:r.reduce((c,{paramName:u,isOptional:E},f)=>{if(u==="*"){let p=l[f]||"";a=n.slice(0,n.length-p.length).replace(/(.)\/+$/,"$1")}const b=l[f];return E&&!b?c[u]=void 0:c[u]=(b||"").replace(/%2F/g,"/"),c},{}),pathname:n,pathnameBase:a,pattern:t}}function compilePath(t,e=!1,i=!0){warning(t==="*"||!t.endsWith("*")||t.endsWith("/*"),`Route path "${t}" will be treated as if it were "${t.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${t.replace(/\*$/,"/*")}".`);let r=[],s="^"+t.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(a,l,o)=>(r.push({paramName:l,isOptional:o!=null}),o?"/?([^\\/]+)?":"/([^\\/]+)"));return t.endsWith("*")?(r.push({paramName:"*"}),s+=t==="*"||t==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):i?s+="\\/*$":t!==""&&t!=="/"&&(s+="(?:(?=\\/|$))"),[new RegExp(s,e?void 0:"i"),r]}function decodePath(t){try{return t.split("/").map(e=>decodeURIComponent(e).replace(/\//g,"%2F")).join("/")}catch(e){return warning(!1,`The URL path "${t}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${e}).`),t}}function stripBasename(t,e){if(e==="/")return t;if(!t.toLowerCase().startsWith(e.toLowerCase()))return null;let i=e.endsWith("/")?e.length-1:e.length,r=t.charAt(i);return r&&r!=="/"?null:t.slice(i)||"/"}function resolvePath(t,e="/"){let{pathname:i,search:r="",hash:s=""}=typeof t=="string"?parsePath(t):t;return{pathname:i?i.startsWith("/")?i:resolvePathname(i,e):e,search:normalizeSearch(r),hash:normalizeHash(s)}}function resolvePathname(t,e){let i=e.replace(/\/+$/,"").split("/");return t.split("/").forEach(s=>{s===".."?i.length>1&&i.pop():s!=="."&&i.push(s)}),i.length>1?i.join("/"):"/"}function getInvalidPathError(t,e,i,r){return`Cannot include a '${t}' character in a manually specified \`to.${e}\` field [${JSON.stringify(r)}]. Please separate it out to the \`to.${i}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function getPathContributingMatches(t){return t.filter((e,i)=>i===0||e.route.path&&e.route.path.length>0)}function getResolveToMatches(t){let e=getPathContributingMatches(t);return e.map((i,r)=>r===e.length-1?i.pathname:i.pathnameBase)}function resolveTo(t,e,i,r=!1){let s;typeof t=="string"?s=parsePath(t):(s={...t},invariant(!s.pathname||!s.pathname.includes("?"),getInvalidPathError("?","pathname","search",s)),invariant(!s.pathname||!s.pathname.includes("#"),getInvalidPathError("#","pathname","hash",s)),invariant(!s.search||!s.search.includes("#"),getInvalidPathError("#","search","hash",s)));let n=t===""||s.pathname==="",a=n?"/":s.pathname,l;if(a==null)l=i;else{let E=e.length-1;if(!r&&a.startsWith("..")){let f=a.split("/");for(;f[0]==="..";)f.shift(),E-=1;s.pathname=f.join("/")}l=E>=0?e[E]:"/"}let o=resolvePath(s,l),c=a&&a!=="/"&&a.endsWith("/"),u=(n||a===".")&&i.endsWith("/");return!o.pathname.endsWith("/")&&(c||u)&&(o.pathname+="/"),o}var joinPaths=t=>t.join("/").replace(/\/\/+/g,"/"),normalizePathname=t=>t.replace(/\/+$/,"").replace(/^\/*/,"/"),normalizeSearch=t=>!t||t==="?"?"":t.startsWith("?")?t:"?"+t,normalizeHash=t=>!t||t==="#"?"":t.startsWith("#")?t:"#"+t;function isRouteErrorResponse(t){return t!=null&&typeof t.status=="number"&&typeof t.statusText=="string"&&typeof t.internal=="boolean"&&"data"in t}var validMutationMethodsArr=["POST","PUT","PATCH","DELETE"];new Set(validMutationMethodsArr);var validRequestMethodsArr=["GET",...validMutationMethodsArr];new Set(validRequestMethodsArr);var DataRouterContext=React2__namespace.createContext(null);DataRouterContext.displayName="DataRouter";var DataRouterStateContext=React2__namespace.createContext(null);DataRouterStateContext.displayName="DataRouterState";var ViewTransitionContext=React2__namespace.createContext({isTransitioning:!1});ViewTransitionContext.displayName="ViewTransition";var FetchersContext=React2__namespace.createContext(new Map);FetchersContext.displayName="Fetchers";var AwaitContext=React2__namespace.createContext(null);AwaitContext.displayName="Await";var NavigationContext=React2__namespace.createContext(null);NavigationContext.displayName="Navigation";var LocationContext=React2__namespace.createContext(null);LocationContext.displayName="Location";var RouteContext=React2__namespace.createContext({outlet:null,matches:[],isDataRoute:!1});RouteContext.displayName="Route";var RouteErrorContext=React2__namespace.createContext(null);RouteErrorContext.displayName="RouteError";function useHref(t,{relative:e}={}){invariant(useInRouterContext(),"useHref() may be used only in the context of a <Router> component.");let{basename:i,navigator:r}=React2__namespace.useContext(NavigationContext),{hash:s,pathname:n,search:a}=useResolvedPath(t,{relative:e}),l=n;return i!=="/"&&(l=n==="/"?i:joinPaths([i,n])),r.createHref({pathname:l,search:a,hash:s})}function useInRouterContext(){return React2__namespace.useContext(LocationContext)!=null}function useLocation(){return invariant(useInRouterContext(),"useLocation() may be used only in the context of a <Router> component."),React2__namespace.useContext(LocationContext).location}var navigateEffectWarning="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function useIsomorphicLayoutEffect(t){React2__namespace.useContext(NavigationContext).static||React2__namespace.useLayoutEffect(t)}function useNavigate(){let{isDataRoute:t}=React2__namespace.useContext(RouteContext);return t?useNavigateStable():useNavigateUnstable()}function useNavigateUnstable(){invariant(useInRouterContext(),"useNavigate() may be used only in the context of a <Router> component.");let t=React2__namespace.useContext(DataRouterContext),{basename:e,navigator:i}=React2__namespace.useContext(NavigationContext),{matches:r}=React2__namespace.useContext(RouteContext),{pathname:s}=useLocation(),n=JSON.stringify(getResolveToMatches(r)),a=React2__namespace.useRef(!1);return useIsomorphicLayoutEffect(()=>{a.current=!0}),React2__namespace.useCallback((o,c={})=>{if(warning(a.current,navigateEffectWarning),!a.current)return;if(typeof o=="number"){i.go(o);return}let u=resolveTo(o,JSON.parse(n),s,c.relative==="path");t==null&&e!=="/"&&(u.pathname=u.pathname==="/"?e:joinPaths([e,u.pathname])),(c.replace?i.replace:i.push)(u,c.state,c)},[e,i,n,s,t])}React2__namespace.createContext(null);function useResolvedPath(t,{relative:e}={}){let{matches:i}=React2__namespace.useContext(RouteContext),{pathname:r}=useLocation(),s=JSON.stringify(getResolveToMatches(i));return React2__namespace.useMemo(()=>resolveTo(t,JSON.parse(s),r,e==="path"),[t,s,r,e])}function useRoutesImpl(t,e,i,r){invariant(useInRouterContext(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:s,static:n}=React2__namespace.useContext(NavigationContext),{matches:a}=React2__namespace.useContext(RouteContext),l=a[a.length-1],o=l?l.params:{},c=l?l.pathname:"/",u=l?l.pathnameBase:"/",E=l&&l.route;{let x=E&&E.path||"";warningOnce(c,!E||x.endsWith("*")||x.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${c}" (under <Route path="${x}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
|
|
11
|
-
|
|
12
|
-
Please change the parent <Route path="${x}"> to <Route path="${x==="/"?"*":`${x}/*`}">.`)}let f=useLocation(),b;b=f;let p=b.pathname||"/",m=p;if(u!=="/"){let x=u.replace(/^\//,"").split("/");m="/"+p.replace(/^\//,"").split("/").slice(x.length).join("/")}let C=!n&&i&&i.matches&&i.matches.length>0?i.matches:matchRoutes(t,{pathname:m});return warning(E||C!=null,`No routes matched location "${b.pathname}${b.search}${b.hash}" `),warning(C==null||C[C.length-1].route.element!==void 0||C[C.length-1].route.Component!==void 0||C[C.length-1].route.lazy!==void 0,`Matched leaf route at location "${b.pathname}${b.search}${b.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`),_renderMatches(C&&C.map(x=>Object.assign({},x,{params:Object.assign({},o,x.params),pathname:joinPaths([u,s.encodeLocation?s.encodeLocation(x.pathname).pathname:x.pathname]),pathnameBase:x.pathnameBase==="/"?u:joinPaths([u,s.encodeLocation?s.encodeLocation(x.pathnameBase).pathname:x.pathnameBase])})),a,i,r)}function DefaultErrorComponent(){let t=useRouteError(),e=isRouteErrorResponse(t)?`${t.status} ${t.statusText}`:t instanceof Error?t.message:JSON.stringify(t),i=t instanceof Error?t.stack:null,r="rgba(200,200,200, 0.5)",s={padding:"0.5rem",backgroundColor:r},n={padding:"2px 4px",backgroundColor:r},a=null;return console.error("Error handled by React Router default ErrorBoundary:",t),a=React2__namespace.createElement(React2__namespace.Fragment,null,React2__namespace.createElement("p",null,"💿 Hey developer 👋"),React2__namespace.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",React2__namespace.createElement("code",{style:n},"ErrorBoundary")," or"," ",React2__namespace.createElement("code",{style:n},"errorElement")," prop on your route.")),React2__namespace.createElement(React2__namespace.Fragment,null,React2__namespace.createElement("h2",null,"Unexpected Application Error!"),React2__namespace.createElement("h3",{style:{fontStyle:"italic"}},e),i?React2__namespace.createElement("pre",{style:s},i):null,a)}var defaultErrorElement=React2__namespace.createElement(DefaultErrorComponent,null),RenderErrorBoundary=class extends React2__namespace.Component{constructor(t){super(t),this.state={location:t.location,revalidation:t.revalidation,error:t.error}}static getDerivedStateFromError(t){return{error:t}}static getDerivedStateFromProps(t,e){return e.location!==t.location||e.revalidation!=="idle"&&t.revalidation==="idle"?{error:t.error,location:t.location,revalidation:t.revalidation}:{error:t.error!==void 0?t.error:e.error,location:e.location,revalidation:t.revalidation||e.revalidation}}componentDidCatch(t,e){console.error("React Router caught the following error during render",t,e)}render(){return this.state.error!==void 0?React2__namespace.createElement(RouteContext.Provider,{value:this.props.routeContext},React2__namespace.createElement(RouteErrorContext.Provider,{value:this.state.error,children:this.props.component})):this.props.children}};function RenderedRoute({routeContext:t,match:e,children:i}){let r=React2__namespace.useContext(DataRouterContext);return r&&r.static&&r.staticContext&&(e.route.errorElement||e.route.ErrorBoundary)&&(r.staticContext._deepestRenderedBoundaryId=e.route.id),React2__namespace.createElement(RouteContext.Provider,{value:t},i)}function _renderMatches(t,e=[],i=null,r=null){if(t==null){if(!i)return null;if(i.errors)t=i.matches;else if(e.length===0&&!i.initialized&&i.matches.length>0)t=i.matches;else return null}let s=t,n=i==null?void 0:i.errors;if(n!=null){let o=s.findIndex(c=>c.route.id&&(n==null?void 0:n[c.route.id])!==void 0);invariant(o>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(n).join(",")}`),s=s.slice(0,Math.min(s.length,o+1))}let a=!1,l=-1;if(i)for(let o=0;o<s.length;o++){let c=s[o];if((c.route.HydrateFallback||c.route.hydrateFallbackElement)&&(l=o),c.route.id){let{loaderData:u,errors:E}=i,f=c.route.loader&&!u.hasOwnProperty(c.route.id)&&(!E||E[c.route.id]===void 0);if(c.route.lazy||f){a=!0,l>=0?s=s.slice(0,l+1):s=[s[0]];break}}}return s.reduceRight((o,c,u)=>{let E,f=!1,b=null,p=null;i&&(E=n&&c.route.id?n[c.route.id]:void 0,b=c.route.errorElement||defaultErrorElement,a&&(l<0&&u===0?(warningOnce("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),f=!0,p=null):l===u&&(f=!0,p=c.route.hydrateFallbackElement||null)));let m=e.concat(s.slice(0,u+1)),C=()=>{let y;return E?y=b:f?y=p:c.route.Component?y=React2__namespace.createElement(c.route.Component,null):c.route.element?y=c.route.element:y=o,React2__namespace.createElement(RenderedRoute,{match:c,routeContext:{outlet:o,matches:m,isDataRoute:i!=null},children:y})};return i&&(c.route.ErrorBoundary||c.route.errorElement||u===0)?React2__namespace.createElement(RenderErrorBoundary,{location:i.location,revalidation:i.revalidation,component:b,error:E,children:C(),routeContext:{outlet:null,matches:m,isDataRoute:!0}}):C()},null)}function getDataRouterConsoleError(t){return`${t} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function useDataRouterContext(t){let e=React2__namespace.useContext(DataRouterContext);return invariant(e,getDataRouterConsoleError(t)),e}function useDataRouterState(t){let e=React2__namespace.useContext(DataRouterStateContext);return invariant(e,getDataRouterConsoleError(t)),e}function useRouteContext(t){let e=React2__namespace.useContext(RouteContext);return invariant(e,getDataRouterConsoleError(t)),e}function useCurrentRouteId(t){let e=useRouteContext(t),i=e.matches[e.matches.length-1];return invariant(i.route.id,`${t} can only be used on routes that contain a unique "id"`),i.route.id}function useRouteId(){return useCurrentRouteId("useRouteId")}function useRouteError(){var r;let t=React2__namespace.useContext(RouteErrorContext),e=useDataRouterState("useRouteError"),i=useCurrentRouteId("useRouteError");return t!==void 0?t:(r=e.errors)==null?void 0:r[i]}function useNavigateStable(){let{router:t}=useDataRouterContext("useNavigate"),e=useCurrentRouteId("useNavigate"),i=React2__namespace.useRef(!1);return useIsomorphicLayoutEffect(()=>{i.current=!0}),React2__namespace.useCallback(async(s,n={})=>{warning(i.current,navigateEffectWarning),i.current&&(typeof s=="number"?t.navigate(s):await t.navigate(s,{fromRouteId:e,...n}))},[t,e])}var alreadyWarned={};function warningOnce(t,e,i){!e&&!alreadyWarned[t]&&(alreadyWarned[t]=!0,warning(!1,i))}React2__namespace.memo(DataRoutes);function DataRoutes({routes:t,future:e,state:i}){return useRoutesImpl(t,void 0,i,e)}var defaultMethod="get",defaultEncType="application/x-www-form-urlencoded";function isHtmlElement(t){return t!=null&&typeof t.tagName=="string"}function isButtonElement(t){return isHtmlElement(t)&&t.tagName.toLowerCase()==="button"}function isFormElement(t){return isHtmlElement(t)&&t.tagName.toLowerCase()==="form"}function isInputElement(t){return isHtmlElement(t)&&t.tagName.toLowerCase()==="input"}function isModifiedEvent(t){return!!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)}function shouldProcessLinkClick(t,e){return t.button===0&&(!e||e==="_self")&&!isModifiedEvent(t)}var _formDataSupportsSubmitter=null;function isFormDataSubmitterSupported(){if(_formDataSupportsSubmitter===null)try{new FormData(document.createElement("form"),0),_formDataSupportsSubmitter=!1}catch{_formDataSupportsSubmitter=!0}return _formDataSupportsSubmitter}var supportedFormEncTypes=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function getFormEncType(t){return t!=null&&!supportedFormEncTypes.has(t)?(warning(!1,`"${t}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${defaultEncType}"`),null):t}function getFormSubmissionInfo(t,e){let i,r,s,n,a;if(isFormElement(t)){let l=t.getAttribute("action");r=l?stripBasename(l,e):null,i=t.getAttribute("method")||defaultMethod,s=getFormEncType(t.getAttribute("enctype"))||defaultEncType,n=new FormData(t)}else if(isButtonElement(t)||isInputElement(t)&&(t.type==="submit"||t.type==="image")){let l=t.form;if(l==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let o=t.getAttribute("formaction")||l.getAttribute("action");if(r=o?stripBasename(o,e):null,i=t.getAttribute("formmethod")||l.getAttribute("method")||defaultMethod,s=getFormEncType(t.getAttribute("formenctype"))||getFormEncType(l.getAttribute("enctype"))||defaultEncType,n=new FormData(l,t),!isFormDataSubmitterSupported()){let{name:c,type:u,value:E}=t;if(u==="image"){let f=c?`${c}.`:"";n.append(`${f}x`,"0"),n.append(`${f}y`,"0")}else c&&n.append(c,E)}}else{if(isHtmlElement(t))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');i=defaultMethod,r=null,s=defaultEncType,a=t}return n&&s==="text/plain"&&(a=n,n=void 0),{action:r,method:i.toLowerCase(),encType:s,formData:n,body:a}}function invariant2(t,e){if(t===!1||t===null||typeof t>"u")throw new Error(e)}async function loadRouteModule(t,e){if(t.id in e)return e[t.id];try{let i=await import(t.module);return e[t.id]=i,i}catch(i){return console.error(`Error loading route module \`${t.module}\`, reloading page...`),console.error(i),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function isHtmlLinkDescriptor(t){return t==null?!1:t.href==null?t.rel==="preload"&&typeof t.imageSrcSet=="string"&&typeof t.imageSizes=="string":typeof t.rel=="string"&&typeof t.href=="string"}async function getKeyedPrefetchLinks(t,e,i){let r=await Promise.all(t.map(async s=>{let n=e.routes[s.route.id];if(n){let a=await loadRouteModule(n,i);return a.links?a.links():[]}return[]}));return dedupeLinkDescriptors(r.flat(1).filter(isHtmlLinkDescriptor).filter(s=>s.rel==="stylesheet"||s.rel==="preload").map(s=>s.rel==="stylesheet"?{...s,rel:"prefetch",as:"style"}:{...s,rel:"prefetch"}))}function getNewMatchesForLinks(t,e,i,r,s,n){let a=(o,c)=>i[c]?o.route.id!==i[c].route.id:!0,l=(o,c)=>{var u;return i[c].pathname!==o.pathname||((u=i[c].route.path)==null?void 0:u.endsWith("*"))&&i[c].params["*"]!==o.params["*"]};return n==="assets"?e.filter((o,c)=>a(o,c)||l(o,c)):n==="data"?e.filter((o,c)=>{var E;let u=r.routes[o.route.id];if(!u||!u.hasLoader)return!1;if(a(o,c)||l(o,c))return!0;if(o.route.shouldRevalidate){let f=o.route.shouldRevalidate({currentUrl:new URL(s.pathname+s.search+s.hash,window.origin),currentParams:((E=i[0])==null?void 0:E.params)||{},nextUrl:new URL(t,window.origin),nextParams:o.params,defaultShouldRevalidate:!0});if(typeof f=="boolean")return f}return!0}):[]}function getModuleLinkHrefs(t,e,{includeHydrateFallback:i}={}){return dedupeHrefs(t.map(r=>{let s=e.routes[r.route.id];if(!s)return[];let n=[s.module];return s.clientActionModule&&(n=n.concat(s.clientActionModule)),s.clientLoaderModule&&(n=n.concat(s.clientLoaderModule)),i&&s.hydrateFallbackModule&&(n=n.concat(s.hydrateFallbackModule)),s.imports&&(n=n.concat(s.imports)),n}).flat(1))}function dedupeHrefs(t){return[...new Set(t)]}function sortKeys(t){let e={},i=Object.keys(t).sort();for(let r of i)e[r]=t[r];return e}function dedupeLinkDescriptors(t,e){let i=new Set;return new Set(e),t.reduce((r,s)=>{let n=JSON.stringify(sortKeys(s));return i.has(n)||(i.add(n),r.push({key:n,link:s})),r},[])}function singleFetchUrl(t,e){let i=typeof t=="string"?new URL(t,typeof window>"u"?"server://singlefetch/":window.location.origin):t;return i.pathname==="/"?i.pathname="_root.data":e&&stripBasename(i.pathname,e)==="/"?i.pathname=`${e.replace(/\/$/,"")}/_root.data`:i.pathname=`${i.pathname.replace(/\/$/,"")}.data`,i}function useDataRouterContext2(){let t=React2__namespace.useContext(DataRouterContext);return invariant2(t,"You must render this element inside a <DataRouterContext.Provider> element"),t}function useDataRouterStateContext(){let t=React2__namespace.useContext(DataRouterStateContext);return invariant2(t,"You must render this element inside a <DataRouterStateContext.Provider> element"),t}var FrameworkContext=React2__namespace.createContext(void 0);FrameworkContext.displayName="FrameworkContext";function useFrameworkContext(){let t=React2__namespace.useContext(FrameworkContext);return invariant2(t,"You must render this element inside a <HydratedRouter> element"),t}function usePrefetchBehavior(t,e){let i=React2__namespace.useContext(FrameworkContext),[r,s]=React2__namespace.useState(!1),[n,a]=React2__namespace.useState(!1),{onFocus:l,onBlur:o,onMouseEnter:c,onMouseLeave:u,onTouchStart:E}=e,f=React2__namespace.useRef(null);React2__namespace.useEffect(()=>{if(t==="render"&&a(!0),t==="viewport"){let m=y=>{y.forEach(x=>{a(x.isIntersecting)})},C=new IntersectionObserver(m,{threshold:.5});return f.current&&C.observe(f.current),()=>{C.disconnect()}}},[t]),React2__namespace.useEffect(()=>{if(r){let m=setTimeout(()=>{a(!0)},100);return()=>{clearTimeout(m)}}},[r]);let b=()=>{s(!0)},p=()=>{s(!1),a(!1)};return i?t!=="intent"?[n,f,{}]:[n,f,{onFocus:composeEventHandlers(l,b),onBlur:composeEventHandlers(o,p),onMouseEnter:composeEventHandlers(c,b),onMouseLeave:composeEventHandlers(u,p),onTouchStart:composeEventHandlers(E,b)}]:[!1,f,{}]}function composeEventHandlers(t,e){return i=>{t&&t(i),i.defaultPrevented||e(i)}}function PrefetchPageLinks({page:t,...e}){let{router:i}=useDataRouterContext2(),r=React2__namespace.useMemo(()=>matchRoutes(i.routes,t,i.basename),[i.routes,t,i.basename]);return r?React2__namespace.createElement(PrefetchPageLinksImpl,{page:t,matches:r,...e}):null}function useKeyedPrefetchLinks(t){let{manifest:e,routeModules:i}=useFrameworkContext(),[r,s]=React2__namespace.useState([]);return React2__namespace.useEffect(()=>{let n=!1;return getKeyedPrefetchLinks(t,e,i).then(a=>{n||s(a)}),()=>{n=!0}},[t,e,i]),r}function PrefetchPageLinksImpl({page:t,matches:e,...i}){let r=useLocation(),{manifest:s,routeModules:n}=useFrameworkContext(),{basename:a}=useDataRouterContext2(),{loaderData:l,matches:o}=useDataRouterStateContext(),c=React2__namespace.useMemo(()=>getNewMatchesForLinks(t,e,o,s,r,"data"),[t,e,o,s,r]),u=React2__namespace.useMemo(()=>getNewMatchesForLinks(t,e,o,s,r,"assets"),[t,e,o,s,r]),E=React2__namespace.useMemo(()=>{if(t===r.pathname+r.search+r.hash)return[];let p=new Set,m=!1;if(e.forEach(y=>{var d;let x=s.routes[y.route.id];!x||!x.hasLoader||(!c.some(g=>g.route.id===y.route.id)&&y.route.id in l&&((d=n[y.route.id])!=null&&d.shouldRevalidate)||x.hasClientLoader?m=!0:p.add(y.route.id))}),p.size===0)return[];let C=singleFetchUrl(t,a);return m&&p.size>0&&C.searchParams.set("_routes",e.filter(y=>p.has(y.route.id)).map(y=>y.route.id).join(",")),[C.pathname+C.search]},[a,l,r,s,c,e,t,n]),f=React2__namespace.useMemo(()=>getModuleLinkHrefs(u,s),[u,s]),b=useKeyedPrefetchLinks(u);return React2__namespace.createElement(React2__namespace.Fragment,null,E.map(p=>React2__namespace.createElement("link",{key:p,rel:"prefetch",as:"fetch",href:p,...i})),f.map(p=>React2__namespace.createElement("link",{key:p,rel:"modulepreload",href:p,...i})),b.map(({key:p,link:m})=>React2__namespace.createElement("link",{key:p,...m})))}function mergeRefs(...t){return e=>{t.forEach(i=>{typeof i=="function"?i(e):i!=null&&(i.current=e)})}}var isBrowser=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";try{isBrowser&&(window.__reactRouterVersion="7.3.0")}catch{}var ABSOLUTE_URL_REGEX2=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Link=React2__namespace.forwardRef(function({onClick:e,discover:i="render",prefetch:r="none",relative:s,reloadDocument:n,replace:a,state:l,target:o,to:c,preventScrollReset:u,viewTransition:E,...f},b){let{basename:p}=React2__namespace.useContext(NavigationContext),m=typeof c=="string"&&ABSOLUTE_URL_REGEX2.test(c),C,y=!1;if(typeof c=="string"&&m&&(C=c,isBrowser))try{let I=new URL(window.location.href),$=c.startsWith("//")?new URL(I.protocol+c):new URL(c),O=stripBasename($.pathname,p);$.origin===I.origin&&O!=null?c=O+$.search+$.hash:y=!0}catch{warning(!1,`<Link to="${c}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}let x=useHref(c,{relative:s}),[d,g,k]=usePrefetchBehavior(r,f),P=useLinkClickHandler(c,{replace:a,state:l,target:o,preventScrollReset:u,relative:s,viewTransition:E});function T(I){e&&e(I),I.defaultPrevented||P(I)}let F=React2__namespace.createElement("a",{...f,...k,href:C||x,onClick:y||n?e:T,ref:mergeRefs(b,g),target:o,"data-discover":!m&&i==="render"?"true":void 0});return d&&!m?React2__namespace.createElement(React2__namespace.Fragment,null,F,React2__namespace.createElement(PrefetchPageLinks,{page:x})):F});Link.displayName="Link";var NavLink=React2__namespace.forwardRef(function({"aria-current":e="page",caseSensitive:i=!1,className:r="",end:s=!1,style:n,to:a,viewTransition:l,children:o,...c},u){let E=useResolvedPath(a,{relative:c.relative}),f=useLocation(),b=React2__namespace.useContext(DataRouterStateContext),{navigator:p,basename:m}=React2__namespace.useContext(NavigationContext),C=b!=null&&useViewTransitionState(E)&&l===!0,y=p.encodeLocation?p.encodeLocation(E).pathname:E.pathname,x=f.pathname,d=b&&b.navigation&&b.navigation.location?b.navigation.location.pathname:null;i||(x=x.toLowerCase(),d=d?d.toLowerCase():null,y=y.toLowerCase()),d&&m&&(d=stripBasename(d,m)||d);const g=y!=="/"&&y.endsWith("/")?y.length-1:y.length;let k=x===y||!s&&x.startsWith(y)&&x.charAt(g)==="/",P=d!=null&&(d===y||!s&&d.startsWith(y)&&d.charAt(y.length)==="/"),T={isActive:k,isPending:P,isTransitioning:C},F=k?e:void 0,I;typeof r=="function"?I=r(T):I=[r,k?"active":null,P?"pending":null,C?"transitioning":null].filter(Boolean).join(" ");let $=typeof n=="function"?n(T):n;return React2__namespace.createElement(Link,{...c,"aria-current":F,className:I,ref:u,style:$,to:a,viewTransition:l},typeof o=="function"?o(T):o)});NavLink.displayName="NavLink";var Form=React2__namespace.forwardRef(({discover:t="render",fetcherKey:e,navigate:i,reloadDocument:r,replace:s,state:n,method:a=defaultMethod,action:l,onSubmit:o,relative:c,preventScrollReset:u,viewTransition:E,...f},b)=>{let p=useSubmit(),m=useFormAction(l,{relative:c}),C=a.toLowerCase()==="get"?"get":"post",y=typeof l=="string"&&ABSOLUTE_URL_REGEX2.test(l),x=d=>{if(o&&o(d),d.defaultPrevented)return;d.preventDefault();let g=d.nativeEvent.submitter,k=(g==null?void 0:g.getAttribute("formmethod"))||a;p(g||d.currentTarget,{fetcherKey:e,method:k,navigate:i,replace:s,state:n,relative:c,preventScrollReset:u,viewTransition:E})};return React2__namespace.createElement("form",{ref:b,method:C,action:m,onSubmit:r?o:x,...f,"data-discover":!y&&t==="render"?"true":void 0})});Form.displayName="Form";function getDataRouterConsoleError2(t){return`${t} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function useDataRouterContext3(t){let e=React2__namespace.useContext(DataRouterContext);return invariant(e,getDataRouterConsoleError2(t)),e}function useLinkClickHandler(t,{target:e,replace:i,state:r,preventScrollReset:s,relative:n,viewTransition:a}={}){let l=useNavigate(),o=useLocation(),c=useResolvedPath(t,{relative:n});return React2__namespace.useCallback(u=>{if(shouldProcessLinkClick(u,e)){u.preventDefault();let E=i!==void 0?i:createPath(o)===createPath(c);l(t,{replace:E,state:r,preventScrollReset:s,relative:n,viewTransition:a})}},[o,l,c,i,r,e,t,s,n,a])}var fetcherId=0,getUniqueFetcherId=()=>`__${String(++fetcherId)}__`;function useSubmit(){let{router:t}=useDataRouterContext3("useSubmit"),{basename:e}=React2__namespace.useContext(NavigationContext),i=useRouteId();return React2__namespace.useCallback(async(r,s={})=>{let{action:n,method:a,encType:l,formData:o,body:c}=getFormSubmissionInfo(r,e);if(s.navigate===!1){let u=s.fetcherKey||getUniqueFetcherId();await t.fetch(u,i,s.action||n,{preventScrollReset:s.preventScrollReset,formData:o,body:c,formMethod:s.method||a,formEncType:s.encType||l,flushSync:s.flushSync})}else await t.navigate(s.action||n,{preventScrollReset:s.preventScrollReset,formData:o,body:c,formMethod:s.method||a,formEncType:s.encType||l,replace:s.replace,state:s.state,fromRouteId:i,flushSync:s.flushSync,viewTransition:s.viewTransition})},[t,e,i])}function useFormAction(t,{relative:e}={}){let{basename:i}=React2__namespace.useContext(NavigationContext),r=React2__namespace.useContext(RouteContext);invariant(r,"useFormAction must be used inside a RouteContext");let[s]=r.matches.slice(-1),n={...useResolvedPath(t||".",{relative:e})},a=useLocation();if(t==null){n.search=a.search;let l=new URLSearchParams(n.search),o=l.getAll("index");if(o.some(u=>u==="")){l.delete("index"),o.filter(E=>E).forEach(E=>l.append("index",E));let u=l.toString();n.search=u?`?${u}`:""}}return(!t||t===".")&&s.route.index&&(n.search=n.search?n.search.replace(/^\?/,"?index&"):"?index"),i!=="/"&&(n.pathname=n.pathname==="/"?i:joinPaths([i,n.pathname])),createPath(n)}function useViewTransitionState(t,e={}){let i=React2__namespace.useContext(ViewTransitionContext);invariant(i!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:r}=useDataRouterContext3("useViewTransitionState"),s=useResolvedPath(t,{relative:e.relative});if(!i.isTransitioning)return!1;let n=stripBasename(i.currentLocation.pathname,r)||i.currentLocation.pathname,a=stripBasename(i.nextLocation.pathname,r)||i.nextLocation.pathname;return matchPath(s.pathname,a)!=null||matchPath(s.pathname,n)!=null}new TextEncoder;const Breadcrumbs=({items:t,maxVisible:e=4,onItemClick:i})=>{const[r,s]=React2.useState(!1),n=()=>s(f=>!f),a=(f,b)=>{f&&f(),b!==void 0&&(i==null||i(b)),s(!1)},l=t.length>e,o=t[0],c=t[t.length-1],u=t.slice(1,t.length-1),E=l?[]:u;return jsxRuntime.jsxs("nav",{className:"breadcrumbs",children:[o&&renderLink(o,!1,0,i),l&&jsxRuntime.jsxs("div",{className:"breadcrumbs-menu",children:[jsxRuntime.jsx("button",{onClick:n,className:"breadcrumbs-collapse-button",children:"..."}),r&&jsxRuntime.jsx("ul",{className:"breadcrumbs-dropdown",children:u.map((f,b)=>jsxRuntime.jsx("li",{children:jsxRuntime.jsx(Link,{to:f.href||"#",onClick:()=>a(f.onClick,b+1),className:"breadcrumbs-item",children:f.label})},b))})]}),!l&&E.map((f,b)=>renderLink(f,!1,b+1,i)),c&&t.length>1&&renderLink(c,!0,t.length-1,i)]})},renderLink=(t,e,i,r)=>e?jsxRuntime.jsx("span",{className:"breadcrumbs-item breadcrumbs-current",children:t.label}):jsxRuntime.jsx(Link,{className:"breadcrumbs-item",to:t.href||"#",onClick:()=>r==null?void 0:r(i),children:t.label}),getButtonStyle=t=>{const e={primary:"primarybutton",secondary:"secondarybutton",text:" textbutton",neutral:"neutralbutton",outlined:"outlinedbutton",disabled:"disabledbutton"};return e[t]||e.primary},CEButton=({variant:t="primary",onClick:e,children:i,className:r})=>jsxRuntime.jsx("button",{className:`${getButtonStyle(t)} ${r||""}`,onClick:e,style:{width:"auto",display:"inline-block"},children:i});function bind(t,e){return function(){return t.apply(e,arguments)}}const{toString}=Object.prototype,{getPrototypeOf}=Object,kindOf=(t=>e=>{const i=toString.call(e);return t[i]||(t[i]=i.slice(8,-1).toLowerCase())})(Object.create(null)),kindOfTest=t=>(t=t.toLowerCase(),e=>kindOf(e)===t),typeOfTest=t=>e=>typeof e===t,{isArray}=Array,isUndefined=typeOfTest("undefined");function isBuffer(t){return t!==null&&!isUndefined(t)&&t.constructor!==null&&!isUndefined(t.constructor)&&isFunction(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const isArrayBuffer=kindOfTest("ArrayBuffer");function isArrayBufferView(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&isArrayBuffer(t.buffer),e}const isString=typeOfTest("string"),isFunction=typeOfTest("function"),isNumber=typeOfTest("number"),isObject=t=>t!==null&&typeof t=="object",isBoolean=t=>t===!0||t===!1,isPlainObject=t=>{if(kindOf(t)!=="object")return!1;const e=getPrototypeOf(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},isDate=kindOfTest("Date"),isFile=kindOfTest("File"),isBlob=kindOfTest("Blob"),isFileList=kindOfTest("FileList"),isStream=t=>isObject(t)&&isFunction(t.pipe),isFormData=t=>{let e;return t&&(typeof FormData=="function"&&t instanceof FormData||isFunction(t.append)&&((e=kindOf(t))==="formdata"||e==="object"&&isFunction(t.toString)&&t.toString()==="[object FormData]"))},isURLSearchParams=kindOfTest("URLSearchParams"),[isReadableStream,isRequest,isResponse,isHeaders]=["ReadableStream","Request","Response","Headers"].map(kindOfTest),trim=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(t,e,{allOwnKeys:i=!1}={}){if(t===null||typeof t>"u")return;let r,s;if(typeof t!="object"&&(t=[t]),isArray(t))for(r=0,s=t.length;r<s;r++)e.call(null,t[r],r,t);else{const n=i?Object.getOwnPropertyNames(t):Object.keys(t),a=n.length;let l;for(r=0;r<a;r++)l=n[r],e.call(null,t[l],l,t)}}function findKey(t,e){e=e.toLowerCase();const i=Object.keys(t);let r=i.length,s;for(;r-- >0;)if(s=i[r],e===s.toLowerCase())return s;return null}const _global=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,isContextDefined=t=>!isUndefined(t)&&t!==_global;function merge(){const{caseless:t}=isContextDefined(this)&&this||{},e={},i=(r,s)=>{const n=t&&findKey(e,s)||s;isPlainObject(e[n])&&isPlainObject(r)?e[n]=merge(e[n],r):isPlainObject(r)?e[n]=merge({},r):isArray(r)?e[n]=r.slice():e[n]=r};for(let r=0,s=arguments.length;r<s;r++)arguments[r]&&forEach(arguments[r],i);return e}const extend=(t,e,i,{allOwnKeys:r}={})=>(forEach(e,(s,n)=>{i&&isFunction(s)?t[n]=bind(s,i):t[n]=s},{allOwnKeys:r}),t),stripBOM=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),inherits=(t,e,i,r)=>{t.prototype=Object.create(e.prototype,r),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),i&&Object.assign(t.prototype,i)},toFlatObject=(t,e,i,r)=>{let s,n,a;const l={};if(e=e||{},t==null)return e;do{for(s=Object.getOwnPropertyNames(t),n=s.length;n-- >0;)a=s[n],(!r||r(a,t,e))&&!l[a]&&(e[a]=t[a],l[a]=!0);t=i!==!1&&getPrototypeOf(t)}while(t&&(!i||i(t,e))&&t!==Object.prototype);return e},endsWith=(t,e,i)=>{t=String(t),(i===void 0||i>t.length)&&(i=t.length),i-=e.length;const r=t.indexOf(e,i);return r!==-1&&r===i},toArray=t=>{if(!t)return null;if(isArray(t))return t;let e=t.length;if(!isNumber(e))return null;const i=new Array(e);for(;e-- >0;)i[e]=t[e];return i},isTypedArray=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&getPrototypeOf(Uint8Array)),forEachEntry=(t,e)=>{const r=(t&&t[Symbol.iterator]).call(t);let s;for(;(s=r.next())&&!s.done;){const n=s.value;e.call(t,n[0],n[1])}},matchAll=(t,e)=>{let i;const r=[];for(;(i=t.exec(e))!==null;)r.push(i);return r},isHTMLForm=kindOfTest("HTMLFormElement"),toCamelCase=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(i,r,s){return r.toUpperCase()+s}),hasOwnProperty=(({hasOwnProperty:t})=>(e,i)=>t.call(e,i))(Object.prototype),isRegExp=kindOfTest("RegExp"),reduceDescriptors=(t,e)=>{const i=Object.getOwnPropertyDescriptors(t),r={};forEach(i,(s,n)=>{let a;(a=e(s,n,t))!==!1&&(r[n]=a||s)}),Object.defineProperties(t,r)},freezeMethods=t=>{reduceDescriptors(t,(e,i)=>{if(isFunction(t)&&["arguments","caller","callee"].indexOf(i)!==-1)return!1;const r=t[i];if(isFunction(r)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+i+"'")})}})},toObjectSet=(t,e)=>{const i={},r=s=>{s.forEach(n=>{i[n]=!0})};return isArray(t)?r(t):r(String(t).split(e)),i},noop=()=>{},toFiniteNumber=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e;function isSpecCompliantForm(t){return!!(t&&isFunction(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const toJSONObject=t=>{const e=new Array(10),i=(r,s)=>{if(isObject(r)){if(e.indexOf(r)>=0)return;if(!("toJSON"in r)){e[s]=r;const n=isArray(r)?[]:{};return forEach(r,(a,l)=>{const o=i(a,s+1);!isUndefined(o)&&(n[l]=o)}),e[s]=void 0,n}}return r};return i(t,0)},isAsyncFn=kindOfTest("AsyncFunction"),isThenable=t=>t&&(isObject(t)||isFunction(t))&&isFunction(t.then)&&isFunction(t.catch),_setImmediate=((t,e)=>t?setImmediate:e?((i,r)=>(_global.addEventListener("message",({source:s,data:n})=>{s===_global&&n===i&&r.length&&r.shift()()},!1),s=>{r.push(s),_global.postMessage(i,"*")}))(`axios@${Math.random()}`,[]):i=>setTimeout(i))(typeof setImmediate=="function",isFunction(_global.postMessage)),asap=typeof queueMicrotask<"u"?queueMicrotask.bind(_global):typeof process<"u"&&process.nextTick||_setImmediate,utils$1={isArray,isArrayBuffer,isBuffer,isFormData,isArrayBufferView,isString,isNumber,isBoolean,isObject,isPlainObject,isReadableStream,isRequest,isResponse,isHeaders,isUndefined,isDate,isFile,isBlob,isRegExp,isFunction,isStream,isURLSearchParams,isTypedArray,isFileList,forEach,merge,extend,trim,stripBOM,inherits,toFlatObject,kindOf,kindOfTest,endsWith,toArray,forEachEntry,matchAll,isHTMLForm,hasOwnProperty,hasOwnProp:hasOwnProperty,reduceDescriptors,freezeMethods,toObjectSet,toCamelCase,noop,toFiniteNumber,findKey,global:_global,isContextDefined,isSpecCompliantForm,toJSONObject,isAsyncFn,isThenable,setImmediate:_setImmediate,asap};function AxiosError(t,e,i,r,s){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",e&&(this.code=e),i&&(this.config=i),r&&(this.request=r),s&&(this.response=s,this.status=s.status?s.status:null)}utils$1.inherits(AxiosError,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:utils$1.toJSONObject(this.config),code:this.code,status:this.status}}});const prototype$1=AxiosError.prototype,descriptors={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(t=>{descriptors[t]={value:t}});Object.defineProperties(AxiosError,descriptors);Object.defineProperty(prototype$1,"isAxiosError",{value:!0});AxiosError.from=(t,e,i,r,s,n)=>{const a=Object.create(prototype$1);return utils$1.toFlatObject(t,a,function(o){return o!==Error.prototype},l=>l!=="isAxiosError"),AxiosError.call(a,t.message,e,i,r,s),a.cause=t,a.name=t.name,n&&Object.assign(a,n),a};const httpAdapter=null;function isVisitable(t){return utils$1.isPlainObject(t)||utils$1.isArray(t)}function removeBrackets(t){return utils$1.endsWith(t,"[]")?t.slice(0,-2):t}function renderKey(t,e,i){return t?t.concat(e).map(function(s,n){return s=removeBrackets(s),!i&&n?"["+s+"]":s}).join(i?".":""):e}function isFlatArray(t){return utils$1.isArray(t)&&!t.some(isVisitable)}const predicates=utils$1.toFlatObject(utils$1,{},null,function(e){return/^is[A-Z]/.test(e)});function toFormData(t,e,i){if(!utils$1.isObject(t))throw new TypeError("target must be an object");e=e||new FormData,i=utils$1.toFlatObject(i,{metaTokens:!0,dots:!1,indexes:!1},!1,function(m,C){return!utils$1.isUndefined(C[m])});const r=i.metaTokens,s=i.visitor||u,n=i.dots,a=i.indexes,o=(i.Blob||typeof Blob<"u"&&Blob)&&utils$1.isSpecCompliantForm(e);if(!utils$1.isFunction(s))throw new TypeError("visitor must be a function");function c(p){if(p===null)return"";if(utils$1.isDate(p))return p.toISOString();if(!o&&utils$1.isBlob(p))throw new AxiosError("Blob is not supported. Use a Buffer instead.");return utils$1.isArrayBuffer(p)||utils$1.isTypedArray(p)?o&&typeof Blob=="function"?new Blob([p]):Buffer.from(p):p}function u(p,m,C){let y=p;if(p&&!C&&typeof p=="object"){if(utils$1.endsWith(m,"{}"))m=r?m:m.slice(0,-2),p=JSON.stringify(p);else if(utils$1.isArray(p)&&isFlatArray(p)||(utils$1.isFileList(p)||utils$1.endsWith(m,"[]"))&&(y=utils$1.toArray(p)))return m=removeBrackets(m),y.forEach(function(d,g){!(utils$1.isUndefined(d)||d===null)&&e.append(a===!0?renderKey([m],g,n):a===null?m:m+"[]",c(d))}),!1}return isVisitable(p)?!0:(e.append(renderKey(C,m,n),c(p)),!1)}const E=[],f=Object.assign(predicates,{defaultVisitor:u,convertValue:c,isVisitable});function b(p,m){if(!utils$1.isUndefined(p)){if(E.indexOf(p)!==-1)throw Error("Circular reference detected in "+m.join("."));E.push(p),utils$1.forEach(p,function(y,x){(!(utils$1.isUndefined(y)||y===null)&&s.call(e,y,utils$1.isString(x)?x.trim():x,m,f))===!0&&b(y,m?m.concat(x):[x])}),E.pop()}}if(!utils$1.isObject(t))throw new TypeError("data must be an object");return b(t),e}function encode$1(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(r){return e[r]})}function AxiosURLSearchParams(t,e){this._pairs=[],t&&toFormData(t,this,e)}const prototype=AxiosURLSearchParams.prototype;prototype.append=function(e,i){this._pairs.push([e,i])};prototype.toString=function(e){const i=e?function(r){return e.call(this,r,encode$1)}:encode$1;return this._pairs.map(function(s){return i(s[0])+"="+i(s[1])},"").join("&")};function encode(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function buildURL(t,e,i){if(!e)return t;const r=i&&i.encode||encode;utils$1.isFunction(i)&&(i={serialize:i});const s=i&&i.serialize;let n;if(s?n=s(e,i):n=utils$1.isURLSearchParams(e)?e.toString():new AxiosURLSearchParams(e,i).toString(r),n){const a=t.indexOf("#");a!==-1&&(t=t.slice(0,a)),t+=(t.indexOf("?")===-1?"?":"&")+n}return t}class InterceptorManager{constructor(){this.handlers=[]}use(e,i,r){return this.handlers.push({fulfilled:e,rejected:i,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){utils$1.forEach(this.handlers,function(r){r!==null&&e(r)})}}const transitionalDefaults={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},URLSearchParams$1=typeof URLSearchParams<"u"?URLSearchParams:AxiosURLSearchParams,FormData$1=typeof FormData<"u"?FormData:null,Blob$1=typeof Blob<"u"?Blob:null,platform$1={isBrowser:!0,classes:{URLSearchParams:URLSearchParams$1,FormData:FormData$1,Blob:Blob$1},protocols:["http","https","file","blob","url","data"]},hasBrowserEnv=typeof window<"u"&&typeof document<"u",_navigator=typeof navigator=="object"&&navigator||void 0,hasStandardBrowserEnv=hasBrowserEnv&&(!_navigator||["ReactNative","NativeScript","NS"].indexOf(_navigator.product)<0),hasStandardBrowserWebWorkerEnv=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",origin=hasBrowserEnv&&window.location.href||"http://localhost",utils=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv,hasStandardBrowserEnv,hasStandardBrowserWebWorkerEnv,navigator:_navigator,origin},Symbol.toStringTag,{value:"Module"})),platform={...utils,...platform$1};function toURLEncodedForm(t,e){return toFormData(t,new platform.classes.URLSearchParams,Object.assign({visitor:function(i,r,s,n){return platform.isNode&&utils$1.isBuffer(i)?(this.append(r,i.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)}},e))}function parsePropPath(t){return utils$1.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function arrayToObject(t){const e={},i=Object.keys(t);let r;const s=i.length;let n;for(r=0;r<s;r++)n=i[r],e[n]=t[n];return e}function formDataToJSON(t){function e(i,r,s,n){let a=i[n++];if(a==="__proto__")return!0;const l=Number.isFinite(+a),o=n>=i.length;return a=!a&&utils$1.isArray(s)?s.length:a,o?(utils$1.hasOwnProp(s,a)?s[a]=[s[a],r]:s[a]=r,!l):((!s[a]||!utils$1.isObject(s[a]))&&(s[a]=[]),e(i,r,s[a],n)&&utils$1.isArray(s[a])&&(s[a]=arrayToObject(s[a])),!l)}if(utils$1.isFormData(t)&&utils$1.isFunction(t.entries)){const i={};return utils$1.forEachEntry(t,(r,s)=>{e(parsePropPath(r),s,i,0)}),i}return null}function stringifySafely(t,e,i){if(utils$1.isString(t))try{return(e||JSON.parse)(t),utils$1.trim(t)}catch(r){if(r.name!=="SyntaxError")throw r}return(0,JSON.stringify)(t)}const defaults={transitional:transitionalDefaults,adapter:["xhr","http","fetch"],transformRequest:[function(e,i){const r=i.getContentType()||"",s=r.indexOf("application/json")>-1,n=utils$1.isObject(e);if(n&&utils$1.isHTMLForm(e)&&(e=new FormData(e)),utils$1.isFormData(e))return s?JSON.stringify(formDataToJSON(e)):e;if(utils$1.isArrayBuffer(e)||utils$1.isBuffer(e)||utils$1.isStream(e)||utils$1.isFile(e)||utils$1.isBlob(e)||utils$1.isReadableStream(e))return e;if(utils$1.isArrayBufferView(e))return e.buffer;if(utils$1.isURLSearchParams(e))return i.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let l;if(n){if(r.indexOf("application/x-www-form-urlencoded")>-1)return toURLEncodedForm(e,this.formSerializer).toString();if((l=utils$1.isFileList(e))||r.indexOf("multipart/form-data")>-1){const o=this.env&&this.env.FormData;return toFormData(l?{"files[]":e}:e,o&&new o,this.formSerializer)}}return n||s?(i.setContentType("application/json",!1),stringifySafely(e)):e}],transformResponse:[function(e){const i=this.transitional||defaults.transitional,r=i&&i.forcedJSONParsing,s=this.responseType==="json";if(utils$1.isResponse(e)||utils$1.isReadableStream(e))return e;if(e&&utils$1.isString(e)&&(r&&!this.responseType||s)){const a=!(i&&i.silentJSONParsing)&&s;try{return JSON.parse(e)}catch(l){if(a)throw l.name==="SyntaxError"?AxiosError.from(l,AxiosError.ERR_BAD_RESPONSE,this,null,this.response):l}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:platform.classes.FormData,Blob:platform.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};utils$1.forEach(["delete","get","head","post","put","patch"],t=>{defaults.headers[t]={}});const ignoreDuplicateOf=utils$1.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),parseHeaders=t=>{const e={};let i,r,s;return t&&t.split(`
|
|
13
|
-
`).forEach(function(a){s=a.indexOf(":"),i=a.substring(0,s).trim().toLowerCase(),r=a.substring(s+1).trim(),!(!i||e[i]&&ignoreDuplicateOf[i])&&(i==="set-cookie"?e[i]?e[i].push(r):e[i]=[r]:e[i]=e[i]?e[i]+", "+r:r)}),e},$internals=Symbol("internals");function normalizeHeader(t){return t&&String(t).trim().toLowerCase()}function normalizeValue(t){return t===!1||t==null?t:utils$1.isArray(t)?t.map(normalizeValue):String(t)}function parseTokens(t){const e=Object.create(null),i=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=i.exec(t);)e[r[1]]=r[2];return e}const isValidHeaderName=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function matchHeaderValue(t,e,i,r,s){if(utils$1.isFunction(r))return r.call(this,e,i);if(s&&(e=i),!!utils$1.isString(e)){if(utils$1.isString(r))return e.indexOf(r)!==-1;if(utils$1.isRegExp(r))return r.test(e)}}function formatHeader(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,i,r)=>i.toUpperCase()+r)}function buildAccessors(t,e){const i=utils$1.toCamelCase(" "+e);["get","set","has"].forEach(r=>{Object.defineProperty(t,r+i,{value:function(s,n,a){return this[r].call(this,e,s,n,a)},configurable:!0})})}class AxiosHeaders{constructor(e){e&&this.set(e)}set(e,i,r){const s=this;function n(l,o,c){const u=normalizeHeader(o);if(!u)throw new Error("header name must be a non-empty string");const E=utils$1.findKey(s,u);(!E||s[E]===void 0||c===!0||c===void 0&&s[E]!==!1)&&(s[E||o]=normalizeValue(l))}const a=(l,o)=>utils$1.forEach(l,(c,u)=>n(c,u,o));if(utils$1.isPlainObject(e)||e instanceof this.constructor)a(e,i);else if(utils$1.isString(e)&&(e=e.trim())&&!isValidHeaderName(e))a(parseHeaders(e),i);else if(utils$1.isHeaders(e))for(const[l,o]of e.entries())n(o,l,r);else e!=null&&n(i,e,r);return this}get(e,i){if(e=normalizeHeader(e),e){const r=utils$1.findKey(this,e);if(r){const s=this[r];if(!i)return s;if(i===!0)return parseTokens(s);if(utils$1.isFunction(i))return i.call(this,s,r);if(utils$1.isRegExp(i))return i.exec(s);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,i){if(e=normalizeHeader(e),e){const r=utils$1.findKey(this,e);return!!(r&&this[r]!==void 0&&(!i||matchHeaderValue(this,this[r],r,i)))}return!1}delete(e,i){const r=this;let s=!1;function n(a){if(a=normalizeHeader(a),a){const l=utils$1.findKey(r,a);l&&(!i||matchHeaderValue(r,r[l],l,i))&&(delete r[l],s=!0)}}return utils$1.isArray(e)?e.forEach(n):n(e),s}clear(e){const i=Object.keys(this);let r=i.length,s=!1;for(;r--;){const n=i[r];(!e||matchHeaderValue(this,this[n],n,e,!0))&&(delete this[n],s=!0)}return s}normalize(e){const i=this,r={};return utils$1.forEach(this,(s,n)=>{const a=utils$1.findKey(r,n);if(a){i[a]=normalizeValue(s),delete i[n];return}const l=e?formatHeader(n):String(n).trim();l!==n&&delete i[n],i[l]=normalizeValue(s),r[l]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const i=Object.create(null);return utils$1.forEach(this,(r,s)=>{r!=null&&r!==!1&&(i[s]=e&&utils$1.isArray(r)?r.join(", "):r)}),i}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,i])=>e+": "+i).join(`
|
|
14
|
-
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...i){const r=new this(e);return i.forEach(s=>r.set(s)),r}static accessor(e){const r=(this[$internals]=this[$internals]={accessors:{}}).accessors,s=this.prototype;function n(a){const l=normalizeHeader(a);r[l]||(buildAccessors(s,a),r[l]=!0)}return utils$1.isArray(e)?e.forEach(n):n(e),this}}AxiosHeaders.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);utils$1.reduceDescriptors(AxiosHeaders.prototype,({value:t},e)=>{let i=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(r){this[i]=r}}});utils$1.freezeMethods(AxiosHeaders);function transformData(t,e){const i=this||defaults,r=e||i,s=AxiosHeaders.from(r.headers);let n=r.data;return utils$1.forEach(t,function(l){n=l.call(i,n,s.normalize(),e?e.status:void 0)}),s.normalize(),n}function isCancel(t){return!!(t&&t.__CANCEL__)}function CanceledError(t,e,i){AxiosError.call(this,t??"canceled",AxiosError.ERR_CANCELED,e,i),this.name="CanceledError"}utils$1.inherits(CanceledError,AxiosError,{__CANCEL__:!0});function settle(t,e,i){const r=i.config.validateStatus;!i.status||!r||r(i.status)?t(i):e(new AxiosError("Request failed with status code "+i.status,[AxiosError.ERR_BAD_REQUEST,AxiosError.ERR_BAD_RESPONSE][Math.floor(i.status/100)-4],i.config,i.request,i))}function parseProtocol(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function speedometer(t,e){t=t||10;const i=new Array(t),r=new Array(t);let s=0,n=0,a;return e=e!==void 0?e:1e3,function(o){const c=Date.now(),u=r[n];a||(a=c),i[s]=o,r[s]=c;let E=n,f=0;for(;E!==s;)f+=i[E++],E=E%t;if(s=(s+1)%t,s===n&&(n=(n+1)%t),c-a<e)return;const b=u&&c-u;return b?Math.round(f*1e3/b):void 0}}function throttle(t,e){let i=0,r=1e3/e,s,n;const a=(c,u=Date.now())=>{i=u,s=null,n&&(clearTimeout(n),n=null),t.apply(null,c)};return[(...c)=>{const u=Date.now(),E=u-i;E>=r?a(c,u):(s=c,n||(n=setTimeout(()=>{n=null,a(s)},r-E)))},()=>s&&a(s)]}const progressEventReducer=(t,e,i=3)=>{let r=0;const s=speedometer(50,250);return throttle(n=>{const a=n.loaded,l=n.lengthComputable?n.total:void 0,o=a-r,c=s(o),u=a<=l;r=a;const E={loaded:a,total:l,progress:l?a/l:void 0,bytes:o,rate:c||void 0,estimated:c&&l&&u?(l-a)/c:void 0,event:n,lengthComputable:l!=null,[e?"download":"upload"]:!0};t(E)},i)},progressEventDecorator=(t,e)=>{const i=t!=null;return[r=>e[0]({lengthComputable:i,total:t,loaded:r}),e[1]]},asyncDecorator=t=>(...e)=>utils$1.asap(()=>t(...e)),isURLSameOrigin=platform.hasStandardBrowserEnv?((t,e)=>i=>(i=new URL(i,platform.origin),t.protocol===i.protocol&&t.host===i.host&&(e||t.port===i.port)))(new URL(platform.origin),platform.navigator&&/(msie|trident)/i.test(platform.navigator.userAgent)):()=>!0,cookies=platform.hasStandardBrowserEnv?{write(t,e,i,r,s,n){const a=[t+"="+encodeURIComponent(e)];utils$1.isNumber(i)&&a.push("expires="+new Date(i).toGMTString()),utils$1.isString(r)&&a.push("path="+r),utils$1.isString(s)&&a.push("domain="+s),n===!0&&a.push("secure"),document.cookie=a.join("; ")},read(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function isAbsoluteURL(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function combineURLs(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function buildFullPath(t,e,i){let r=!isAbsoluteURL(e);return t&&(r||i==!1)?combineURLs(t,e):e}const headersToObject=t=>t instanceof AxiosHeaders?{...t}:t;function mergeConfig(t,e){e=e||{};const i={};function r(c,u,E,f){return utils$1.isPlainObject(c)&&utils$1.isPlainObject(u)?utils$1.merge.call({caseless:f},c,u):utils$1.isPlainObject(u)?utils$1.merge({},u):utils$1.isArray(u)?u.slice():u}function s(c,u,E,f){if(utils$1.isUndefined(u)){if(!utils$1.isUndefined(c))return r(void 0,c,E,f)}else return r(c,u,E,f)}function n(c,u){if(!utils$1.isUndefined(u))return r(void 0,u)}function a(c,u){if(utils$1.isUndefined(u)){if(!utils$1.isUndefined(c))return r(void 0,c)}else return r(void 0,u)}function l(c,u,E){if(E in e)return r(c,u);if(E in t)return r(void 0,c)}const o={url:n,method:n,data:n,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,withXSRFToken:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:l,headers:(c,u,E)=>s(headersToObject(c),headersToObject(u),E,!0)};return utils$1.forEach(Object.keys(Object.assign({},t,e)),function(u){const E=o[u]||s,f=E(t[u],e[u],u);utils$1.isUndefined(f)&&E!==l||(i[u]=f)}),i}const resolveConfig=t=>{const e=mergeConfig({},t);let{data:i,withXSRFToken:r,xsrfHeaderName:s,xsrfCookieName:n,headers:a,auth:l}=e;e.headers=a=AxiosHeaders.from(a),e.url=buildURL(buildFullPath(e.baseURL,e.url,e.allowAbsoluteUrls),t.params,t.paramsSerializer),l&&a.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):"")));let o;if(utils$1.isFormData(i)){if(platform.hasStandardBrowserEnv||platform.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if((o=a.getContentType())!==!1){const[c,...u]=o?o.split(";").map(E=>E.trim()).filter(Boolean):[];a.setContentType([c||"multipart/form-data",...u].join("; "))}}if(platform.hasStandardBrowserEnv&&(r&&utils$1.isFunction(r)&&(r=r(e)),r||r!==!1&&isURLSameOrigin(e.url))){const c=s&&n&&cookies.read(n);c&&a.set(s,c)}return e},isXHRAdapterSupported=typeof XMLHttpRequest<"u",xhrAdapter=isXHRAdapterSupported&&function(t){return new Promise(function(i,r){const s=resolveConfig(t);let n=s.data;const a=AxiosHeaders.from(s.headers).normalize();let{responseType:l,onUploadProgress:o,onDownloadProgress:c}=s,u,E,f,b,p;function m(){b&&b(),p&&p(),s.cancelToken&&s.cancelToken.unsubscribe(u),s.signal&&s.signal.removeEventListener("abort",u)}let C=new XMLHttpRequest;C.open(s.method.toUpperCase(),s.url,!0),C.timeout=s.timeout;function y(){if(!C)return;const d=AxiosHeaders.from("getAllResponseHeaders"in C&&C.getAllResponseHeaders()),k={data:!l||l==="text"||l==="json"?C.responseText:C.response,status:C.status,statusText:C.statusText,headers:d,config:t,request:C};settle(function(T){i(T),m()},function(T){r(T),m()},k),C=null}"onloadend"in C?C.onloadend=y:C.onreadystatechange=function(){!C||C.readyState!==4||C.status===0&&!(C.responseURL&&C.responseURL.indexOf("file:")===0)||setTimeout(y)},C.onabort=function(){C&&(r(new AxiosError("Request aborted",AxiosError.ECONNABORTED,t,C)),C=null)},C.onerror=function(){r(new AxiosError("Network Error",AxiosError.ERR_NETWORK,t,C)),C=null},C.ontimeout=function(){let g=s.timeout?"timeout of "+s.timeout+"ms exceeded":"timeout exceeded";const k=s.transitional||transitionalDefaults;s.timeoutErrorMessage&&(g=s.timeoutErrorMessage),r(new AxiosError(g,k.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,t,C)),C=null},n===void 0&&a.setContentType(null),"setRequestHeader"in C&&utils$1.forEach(a.toJSON(),function(g,k){C.setRequestHeader(k,g)}),utils$1.isUndefined(s.withCredentials)||(C.withCredentials=!!s.withCredentials),l&&l!=="json"&&(C.responseType=s.responseType),c&&([f,p]=progressEventReducer(c,!0),C.addEventListener("progress",f)),o&&C.upload&&([E,b]=progressEventReducer(o),C.upload.addEventListener("progress",E),C.upload.addEventListener("loadend",b)),(s.cancelToken||s.signal)&&(u=d=>{C&&(r(!d||d.type?new CanceledError(null,t,C):d),C.abort(),C=null)},s.cancelToken&&s.cancelToken.subscribe(u),s.signal&&(s.signal.aborted?u():s.signal.addEventListener("abort",u)));const x=parseProtocol(s.url);if(x&&platform.protocols.indexOf(x)===-1){r(new AxiosError("Unsupported protocol "+x+":",AxiosError.ERR_BAD_REQUEST,t));return}C.send(n||null)})},composeSignals=(t,e)=>{const{length:i}=t=t?t.filter(Boolean):[];if(e||i){let r=new AbortController,s;const n=function(c){if(!s){s=!0,l();const u=c instanceof Error?c:this.reason;r.abort(u instanceof AxiosError?u:new CanceledError(u instanceof Error?u.message:u))}};let a=e&&setTimeout(()=>{a=null,n(new AxiosError(`timeout ${e} of ms exceeded`,AxiosError.ETIMEDOUT))},e);const l=()=>{t&&(a&&clearTimeout(a),a=null,t.forEach(c=>{c.unsubscribe?c.unsubscribe(n):c.removeEventListener("abort",n)}),t=null)};t.forEach(c=>c.addEventListener("abort",n));const{signal:o}=r;return o.unsubscribe=()=>utils$1.asap(l),o}},streamChunk=function*(t,e){let i=t.byteLength;if(i<e){yield t;return}let r=0,s;for(;r<i;)s=r+e,yield t.slice(r,s),r=s},readBytes=async function*(t,e){for await(const i of readStream(t))yield*streamChunk(i,e)},readStream=async function*(t){if(t[Symbol.asyncIterator]){yield*t;return}const e=t.getReader();try{for(;;){const{done:i,value:r}=await e.read();if(i)break;yield r}}finally{await e.cancel()}},trackStream=(t,e,i,r)=>{const s=readBytes(t,e);let n=0,a,l=o=>{a||(a=!0,r&&r(o))};return new ReadableStream({async pull(o){try{const{done:c,value:u}=await s.next();if(c){l(),o.close();return}let E=u.byteLength;if(i){let f=n+=E;i(f)}o.enqueue(new Uint8Array(u))}catch(c){throw l(c),c}},cancel(o){return l(o),s.return()}},{highWaterMark:2})},isFetchSupported=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",isReadableStreamSupported=isFetchSupported&&typeof ReadableStream=="function",encodeText=isFetchSupported&&(typeof TextEncoder=="function"?(t=>e=>t.encode(e))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),test=(t,...e)=>{try{return!!t(...e)}catch{return!1}},supportsRequestStream=isReadableStreamSupported&&test(()=>{let t=!1;const e=new Request(platform.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!e}),DEFAULT_CHUNK_SIZE=64*1024,supportsResponseStream=isReadableStreamSupported&&test(()=>utils$1.isReadableStream(new Response("").body)),resolvers={stream:supportsResponseStream&&(t=>t.body)};isFetchSupported&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!resolvers[e]&&(resolvers[e]=utils$1.isFunction(t[e])?i=>i[e]():(i,r)=>{throw new AxiosError(`Response type '${e}' is not supported`,AxiosError.ERR_NOT_SUPPORT,r)})})})(new Response);const getBodyLength=async t=>{if(t==null)return 0;if(utils$1.isBlob(t))return t.size;if(utils$1.isSpecCompliantForm(t))return(await new Request(platform.origin,{method:"POST",body:t}).arrayBuffer()).byteLength;if(utils$1.isArrayBufferView(t)||utils$1.isArrayBuffer(t))return t.byteLength;if(utils$1.isURLSearchParams(t)&&(t=t+""),utils$1.isString(t))return(await encodeText(t)).byteLength},resolveBodyLength=async(t,e)=>{const i=utils$1.toFiniteNumber(t.getContentLength());return i??getBodyLength(e)},fetchAdapter=isFetchSupported&&(async t=>{let{url:e,method:i,data:r,signal:s,cancelToken:n,timeout:a,onDownloadProgress:l,onUploadProgress:o,responseType:c,headers:u,withCredentials:E="same-origin",fetchOptions:f}=resolveConfig(t);c=c?(c+"").toLowerCase():"text";let b=composeSignals([s,n&&n.toAbortSignal()],a),p;const m=b&&b.unsubscribe&&(()=>{b.unsubscribe()});let C;try{if(o&&supportsRequestStream&&i!=="get"&&i!=="head"&&(C=await resolveBodyLength(u,r))!==0){let k=new Request(e,{method:"POST",body:r,duplex:"half"}),P;if(utils$1.isFormData(r)&&(P=k.headers.get("content-type"))&&u.setContentType(P),k.body){const[T,F]=progressEventDecorator(C,progressEventReducer(asyncDecorator(o)));r=trackStream(k.body,DEFAULT_CHUNK_SIZE,T,F)}}utils$1.isString(E)||(E=E?"include":"omit");const y="credentials"in Request.prototype;p=new Request(e,{...f,signal:b,method:i.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:y?E:void 0});let x=await fetch(p);const d=supportsResponseStream&&(c==="stream"||c==="response");if(supportsResponseStream&&(l||d&&m)){const k={};["status","statusText","headers"].forEach(I=>{k[I]=x[I]});const P=utils$1.toFiniteNumber(x.headers.get("content-length")),[T,F]=l&&progressEventDecorator(P,progressEventReducer(asyncDecorator(l),!0))||[];x=new Response(trackStream(x.body,DEFAULT_CHUNK_SIZE,T,()=>{F&&F(),m&&m()}),k)}c=c||"text";let g=await resolvers[utils$1.findKey(resolvers,c)||"text"](x,t);return!d&&m&&m(),await new Promise((k,P)=>{settle(k,P,{data:g,headers:AxiosHeaders.from(x.headers),status:x.status,statusText:x.statusText,config:t,request:p})})}catch(y){throw m&&m(),y&&y.name==="TypeError"&&/fetch/i.test(y.message)?Object.assign(new AxiosError("Network Error",AxiosError.ERR_NETWORK,t,p),{cause:y.cause||y}):AxiosError.from(y,y&&y.code,t,p)}}),knownAdapters={http:httpAdapter,xhr:xhrAdapter,fetch:fetchAdapter};utils$1.forEach(knownAdapters,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}});const renderReason=t=>`- ${t}`,isResolvedHandle=t=>utils$1.isFunction(t)||t===null||t===!1,adapters={getAdapter:t=>{t=utils$1.isArray(t)?t:[t];const{length:e}=t;let i,r;const s={};for(let n=0;n<e;n++){i=t[n];let a;if(r=i,!isResolvedHandle(i)&&(r=knownAdapters[(a=String(i)).toLowerCase()],r===void 0))throw new AxiosError(`Unknown adapter '${a}'`);if(r)break;s[a||"#"+n]=r}if(!r){const n=Object.entries(s).map(([l,o])=>`adapter ${l} `+(o===!1?"is not supported by the environment":"is not available in the build"));let a=e?n.length>1?`since :
|
|
15
|
-
`+n.map(renderReason).join(`
|
|
16
|
-
`):" "+renderReason(n[0]):"as no adapter specified";throw new AxiosError("There is no suitable adapter to dispatch the request "+a,"ERR_NOT_SUPPORT")}return r},adapters:knownAdapters};function throwIfCancellationRequested(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new CanceledError(null,t)}function dispatchRequest(t){return throwIfCancellationRequested(t),t.headers=AxiosHeaders.from(t.headers),t.data=transformData.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),adapters.getAdapter(t.adapter||defaults.adapter)(t).then(function(r){return throwIfCancellationRequested(t),r.data=transformData.call(t,t.transformResponse,r),r.headers=AxiosHeaders.from(r.headers),r},function(r){return isCancel(r)||(throwIfCancellationRequested(t),r&&r.response&&(r.response.data=transformData.call(t,t.transformResponse,r.response),r.response.headers=AxiosHeaders.from(r.response.headers))),Promise.reject(r)})}const VERSION="1.8.4",validators$1={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{validators$1[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}});const deprecatedWarnings={};validators$1.transitional=function(e,i,r){function s(n,a){return"[Axios v"+VERSION+"] Transitional option '"+n+"'"+a+(r?". "+r:"")}return(n,a,l)=>{if(e===!1)throw new AxiosError(s(a," has been removed"+(i?" in "+i:"")),AxiosError.ERR_DEPRECATED);return i&&!deprecatedWarnings[a]&&(deprecatedWarnings[a]=!0,console.warn(s(a," has been deprecated since v"+i+" and will be removed in the near future"))),e?e(n,a,l):!0}};validators$1.spelling=function(e){return(i,r)=>(console.warn(`${r} is likely a misspelling of ${e}`),!0)};function assertOptions(t,e,i){if(typeof t!="object")throw new AxiosError("options must be an object",AxiosError.ERR_BAD_OPTION_VALUE);const r=Object.keys(t);let s=r.length;for(;s-- >0;){const n=r[s],a=e[n];if(a){const l=t[n],o=l===void 0||a(l,n,t);if(o!==!0)throw new AxiosError("option "+n+" must be "+o,AxiosError.ERR_BAD_OPTION_VALUE);continue}if(i!==!0)throw new AxiosError("Unknown option "+n,AxiosError.ERR_BAD_OPTION)}}const validator={assertOptions,validators:validators$1},validators=validator.validators;class Axios{constructor(e){this.defaults=e,this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}async request(e,i){try{return await this._request(e,i)}catch(r){if(r instanceof Error){let s={};Error.captureStackTrace?Error.captureStackTrace(s):s=new Error;const n=s.stack?s.stack.replace(/^.+\n/,""):"";try{r.stack?n&&!String(r.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(r.stack+=`
|
|
17
|
-
`+n):r.stack=n}catch{}}throw r}}_request(e,i){typeof e=="string"?(i=i||{},i.url=e):i=e||{},i=mergeConfig(this.defaults,i);const{transitional:r,paramsSerializer:s,headers:n}=i;r!==void 0&&validator.assertOptions(r,{silentJSONParsing:validators.transitional(validators.boolean),forcedJSONParsing:validators.transitional(validators.boolean),clarifyTimeoutError:validators.transitional(validators.boolean)},!1),s!=null&&(utils$1.isFunction(s)?i.paramsSerializer={serialize:s}:validator.assertOptions(s,{encode:validators.function,serialize:validators.function},!0)),i.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?i.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:i.allowAbsoluteUrls=!0),validator.assertOptions(i,{baseUrl:validators.spelling("baseURL"),withXsrfToken:validators.spelling("withXSRFToken")},!0),i.method=(i.method||this.defaults.method||"get").toLowerCase();let a=n&&utils$1.merge(n.common,n[i.method]);n&&utils$1.forEach(["delete","get","head","post","put","patch","common"],p=>{delete n[p]}),i.headers=AxiosHeaders.concat(a,n);const l=[];let o=!0;this.interceptors.request.forEach(function(m){typeof m.runWhen=="function"&&m.runWhen(i)===!1||(o=o&&m.synchronous,l.unshift(m.fulfilled,m.rejected))});const c=[];this.interceptors.response.forEach(function(m){c.push(m.fulfilled,m.rejected)});let u,E=0,f;if(!o){const p=[dispatchRequest.bind(this),void 0];for(p.unshift.apply(p,l),p.push.apply(p,c),f=p.length,u=Promise.resolve(i);E<f;)u=u.then(p[E++],p[E++]);return u}f=l.length;let b=i;for(E=0;E<f;){const p=l[E++],m=l[E++];try{b=p(b)}catch(C){m.call(this,C);break}}try{u=dispatchRequest.call(this,b)}catch(p){return Promise.reject(p)}for(E=0,f=c.length;E<f;)u=u.then(c[E++],c[E++]);return u}getUri(e){e=mergeConfig(this.defaults,e);const i=buildFullPath(e.baseURL,e.url,e.allowAbsoluteUrls);return buildURL(i,e.params,e.paramsSerializer)}}utils$1.forEach(["delete","get","head","options"],function(e){Axios.prototype[e]=function(i,r){return this.request(mergeConfig(r||{},{method:e,url:i,data:(r||{}).data}))}});utils$1.forEach(["post","put","patch"],function(e){function i(r){return function(n,a,l){return this.request(mergeConfig(l||{},{method:e,headers:r?{"Content-Type":"multipart/form-data"}:{},url:n,data:a}))}}Axios.prototype[e]=i(),Axios.prototype[e+"Form"]=i(!0)});class CancelToken{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let i;this.promise=new Promise(function(n){i=n});const r=this;this.promise.then(s=>{if(!r._listeners)return;let n=r._listeners.length;for(;n-- >0;)r._listeners[n](s);r._listeners=null}),this.promise.then=s=>{let n;const a=new Promise(l=>{r.subscribe(l),n=l}).then(s);return a.cancel=function(){r.unsubscribe(n)},a},e(function(n,a,l){r.reason||(r.reason=new CanceledError(n,a,l),i(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const i=this._listeners.indexOf(e);i!==-1&&this._listeners.splice(i,1)}toAbortSignal(){const e=new AbortController,i=r=>{e.abort(r)};return this.subscribe(i),e.signal.unsubscribe=()=>this.unsubscribe(i),e.signal}static source(){let e;return{token:new CancelToken(function(s){e=s}),cancel:e}}}function spread(t){return function(i){return t.apply(null,i)}}function isAxiosError(t){return utils$1.isObject(t)&&t.isAxiosError===!0}const HttpStatusCode={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(HttpStatusCode).forEach(([t,e])=>{HttpStatusCode[e]=t});function createInstance(t){const e=new Axios(t),i=bind(Axios.prototype.request,e);return utils$1.extend(i,Axios.prototype,e,{allOwnKeys:!0}),utils$1.extend(i,e,null,{allOwnKeys:!0}),i.create=function(s){return createInstance(mergeConfig(t,s))},i}const axios=createInstance(defaults);axios.Axios=Axios;axios.CanceledError=CanceledError;axios.CancelToken=CancelToken;axios.isCancel=isCancel;axios.VERSION=VERSION;axios.toFormData=toFormData;axios.AxiosError=AxiosError;axios.Cancel=axios.CanceledError;axios.all=function(e){return Promise.all(e)};axios.spread=spread;axios.isAxiosError=isAxiosError;axios.mergeConfig=mergeConfig;axios.AxiosHeaders=AxiosHeaders;axios.formToJSON=t=>formDataToJSON(utils$1.isHTMLForm(t)?new FormData(t):t);axios.getAdapter=adapters.getAdapter;axios.HttpStatusCode=HttpStatusCode;axios.default=axios;const DrawerItemRecursive=({item:t,depth:e,expandedItems:i,setExpandedItems:r,onSubItemClick:s})=>{const n=t.children&&t.children.length>0,a=`${t.title}-${e}`,l=i[a],o=React2.useRef(null),[c,u]=React2.useState({maxHeight:0});React2.useEffect(()=>{const f=o.current;if(f)if(l){f.style.display="block";const b=f.scrollHeight;u({maxHeight:b});const p=setTimeout(()=>{u({maxHeight:"none"})},300);return()=>clearTimeout(p)}else{const b=f.scrollHeight;u({maxHeight:b});const p=setTimeout(()=>{u({maxHeight:0})},20),m=setTimeout(()=>{f.style.display="none"},300);return()=>{clearTimeout(p),clearTimeout(m)}}},[l]);const E=()=>{r(f=>({...f,[a]:!f[a]}))};return jsxRuntime.jsxs("div",{className:"drawer-item",children:[jsxRuntime.jsxs("div",{className:"drawer-item-header",style:{paddingLeft:`${e*20}px`},onClick:()=>n?E():s(t.title),children:[jsxRuntime.jsx("span",{className:"drawer-icon",children:n?l?"−":"+":""}),jsxRuntime.jsx("span",{className:"drawer-title",children:t.title})]}),n&&jsxRuntime.jsx("div",{className:"drawer-submenu-wrapper",style:{...c,overflow:"hidden",transition:"max-height 0.3s ease-in-out"},children:jsxRuntime.jsx("div",{ref:o,className:"drawer-submenu",children:t.children.map(f=>jsxRuntime.jsx(DrawerItemRecursive,{item:f,depth:e+1,expandedItems:i,setExpandedItems:r,onSubItemClick:s},f.title))})})]})},CEDrawer=({jsonUrl:t,isOpen:e,onClose:i})=>{const r=React2.useRef(null),[s,n]=React2.useState(),[a,l]=React2.useState([]),[o,c]=React2.useState({}),[u,E]=React2.useState(!0),[f,b]=React2.useState(null);React2.useEffect(()=>{(async()=>{try{const C=await axios.get(t);n(C.data.headerItem),l(C.data.menuItems||[]),E(!1)}catch{b("Failed to load drawer data."),E(!1)}})()},[t]);const p=m=>{console.log("Clicked:",m)};return u?null:f?jsxRuntime.jsx("div",{className:"drawer-error",children:f}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:`drawer-overlay ${e?"open":"closed"}`,onClick:i}),jsxRuntime.jsxs("div",{className:`drawer ${e?"open":""}`,ref:r,children:[s&&jsxRuntime.jsxs("div",{className:"drawer-header",children:[s.avatar&&jsxRuntime.jsx("img",{src:s.avatar,alt:"avatar",className:"drawer-avatar"}),jsxRuntime.jsxs("div",{className:"drawer-user-info",children:[jsxRuntime.jsx("div",{className:"drawer-user-title",children:s.title}),s.subtitle&&jsxRuntime.jsx("div",{className:"drawer-user-subtitle",children:s.subtitle})]})]}),a.map(m=>jsxRuntime.jsx(DrawerItemRecursive,{item:m,depth:0,expandedItems:o,setExpandedItems:c,onSubItemClick:p},m.title))]})]})},CESnackBar=({message:t,type:e="success",duration:i=3e3,isOpen:r=!0,onClose:s,onClick:n,style:a,children:l})=>(React2.useEffect(()=>{if(r&&s){const o=setTimeout(()=>{s()},i);return()=>clearTimeout(o)}},[r,i,s]),jsxRuntime.jsxs("div",{className:`snackbar ${e} ${r?"show":""}`,style:a,onClick:n,role:"alert",children:[jsxRuntime.jsxs("div",{className:"snackbar__content",children:[jsxRuntime.jsx("span",{className:"snackbar__message",children:t}),jsxRuntime.jsx("button",{className:"snackbar__close",onClick:s,children:"×"})]}),jsxRuntime.jsx("div",{className:"snackbar__progress",children:l})]})),StepForm=({fields:t,formData:e,onInputChange:i})=>jsxRuntime.jsx("div",{className:"step-form",children:t.map(r=>jsxRuntime.jsxs("div",{className:"field",children:[jsxRuntime.jsxs("label",{children:[r.label,r.required&&" *"]}),jsxRuntime.jsx("input",{type:r.type,value:e[r.name]||"",onChange:s=>i(r.name,s.target.value)})]},r.name))}),completed_ico="data:image/svg+xml,%3csvg%20width='17'%20height='17'%20viewBox='0%200%2017%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.7168%200.473267C4.3008%200.473267%200.716797%204.05727%200.716797%208.47327C0.716797%2012.8893%204.3008%2016.4733%208.7168%2016.4733C13.1328%2016.4733%2016.7168%2012.8893%2016.7168%208.47327C16.7168%204.05727%2013.1328%200.473267%208.7168%200.473267ZM6.5488%2011.9053L3.6768%209.03327C3.3648%208.72127%203.3648%208.21727%203.6768%207.90527C3.9888%207.59327%204.4928%207.59327%204.8048%207.90527L7.1168%2010.2093L12.6208%204.70527C12.9328%204.39327%2013.4368%204.39327%2013.7488%204.70527C14.0608%205.01727%2014.0608%205.52127%2013.7488%205.83327L7.6768%2011.9053C7.3728%2012.2173%206.8608%2012.2173%206.5488%2011.9053Z'%20fill='%2365B230'/%3e%3c/svg%3e",warning_ico="data:image/svg+xml,%3csvg%20width='19'%20height='18'%20viewBox='0%200%2019%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.3375%2017.3216H2.06041C1.87057%2017.3217%201.68393%2017.2727%201.51869%2017.1792C1.35344%2017.0858%201.21523%2016.9511%201.11753%2016.7883C1.01982%2016.6256%200.965965%2016.4403%200.961201%2016.2505C0.956438%2016.0607%201.00093%2015.8729%201.09035%2015.7054L8.71242%201.42275C8.80592%201.24724%208.94537%201.10045%209.11585%200.998074C9.28633%200.895702%209.48143%200.841599%209.68028%200.841553H9.68138C10.0868%200.841553%2010.4581%201.06458%2010.6492%201.42165L18.3054%2015.7043C18.3949%2015.8717%2018.4397%2016.0595%2018.4352%2016.2493C18.4308%2016.4391%2018.3774%2016.6245%2018.2801%2016.7876C18.1823%2016.9503%2018.0441%2017.0849%2017.879%2017.1785C17.7138%2017.272%2017.5273%2017.3213%2017.3375%2017.3216ZM9.68138%2012.9269C9.53708%2012.9269%209.39419%2012.9554%209.26088%2013.0106C9.12757%2013.0659%209.00646%2013.1469%208.90444%2013.249C8.80243%2013.351%208.72152%2013.4722%208.66633%2013.6055C8.61114%2013.7389%208.58275%2013.8818%208.58278%2014.0261C8.58282%2014.1704%208.61128%2014.3133%208.66654%2014.4466C8.72179%2014.5799%208.80277%2014.7011%208.90483%2014.8031C9.0069%2014.9051%209.12805%2014.986%209.26139%2015.0412C9.39472%2015.0964%209.53763%2015.1248%209.68193%2015.1248C9.97337%2015.1247%2010.2528%2015.0088%2010.4589%2014.8027C10.6649%2014.5966%2010.7806%2014.317%2010.7805%2014.0256C10.7805%2013.7341%2010.6646%2013.4546%2010.4585%2013.2486C10.2524%2013.0425%209.97282%2012.9268%209.68138%2012.9269ZM10.78%2010.7471V6.35247C10.78%206.06108%2010.6642%205.78163%2010.4582%205.57559C10.2522%205.36955%209.97275%205.2538%209.68138%205.2538C9.39002%205.2538%209.11058%205.36955%208.90456%205.57559C8.69853%205.78163%208.58278%206.06108%208.58278%206.35247V10.7471C8.58278%2011.0385%208.69853%2011.318%208.90456%2011.524C9.11058%2011.73%209.39002%2011.8458%209.68138%2011.8458C9.97275%2011.8458%2010.2522%2011.73%2010.4582%2011.524C10.6642%2011.318%2010.78%2011.0385%2010.78%2010.7471Z'%20fill='%23F44336'/%3e%3c/svg%3e",CEStepper=({steps:t,direction:e,configUrl:i})=>{const[r,s]=React2.useState(t||[]),[n,a]=React2.useState(0),[l,o]=React2.useState([]);React2.useEffect(()=>{i&&axios.get(i).then(g=>{g.data&&g.data.steps&&(s(g.data.steps),o(g.data.steps.map(k=>k.fields.reduce((P,T)=>(P[T.name]="",P),{}))))}).catch(g=>{console.error("Error loading stepper config:",g)})},[]);const[c,u]=React2.useState(r.map(()=>!1)),E=(g,k)=>{const P=[...l];P[n][g]=k,o(P);const T=[...c];f(n)&&(T[n]=!0,u(T))},f=g=>r[g].fields.every(P=>{var T;return P.required?((T=l[g][P.name])==null?void 0:T.trim())!=="":!0}),b=()=>{const g=[...c];g[n]=!0,u(g),a(k=>k<r.length-1?k+1:k)},p=()=>{a(g=>g>0?g-1:g)},m=()=>r.every((g,k)=>f(k)),C=()=>{alert("Form submitted successfully!")},y=()=>jsxRuntime.jsx("div",{className:"step-content",children:jsxRuntime.jsx(StepForm,{fields:r[n].fields,formData:l[n],onInputChange:E})}),x=g=>r.map((k,P)=>{const T=f(P),F=P===n,I=c[P]&&!T,$=T&&c[P];return jsxRuntime.jsxs("div",{className:`step-item${g?"-vertical":""} ${I?"error":""}`,children:[g?jsxRuntime.jsxs("div",{className:"step-left",children:[jsxRuntime.jsx("div",{className:`step-circle ${$?"completed":I?"warning":F?"current":"future"}`,children:$?jsxRuntime.jsx("img",{src:completed_ico,alt:"completed",className:"step-icon"}):I?jsxRuntime.jsx("img",{src:warning_ico,alt:"warning",className:"step-icon"}):P+1}),jsxRuntime.jsx("div",{className:`step-label ${I?"error-label":""}`,children:k.label})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:`step-circle ${$?"completed":I?"warning":F?"current":"future"}`,children:$?jsxRuntime.jsx("img",{src:completed_ico,alt:"completed",className:"step-icon"}):I?jsxRuntime.jsx("img",{src:warning_ico,alt:"warning",className:"step-icon"}):P+1}),jsxRuntime.jsx("div",{className:`step-label ${I?"error-label":""}`,children:k.label})]}),P!==r.length-1&&jsxRuntime.jsx("div",{className:`${g?"vertical":"horizontal"}-connector`}),I&&jsxRuntime.jsx("div",{className:"error-msg",children:"fill the mandatory fields"})]},P)}),d=()=>jsxRuntime.jsxs("div",{className:"step-actions",children:[jsxRuntime.jsx("button",{onClick:p,disabled:n===0,children:"Back"}),n<r.length-1?jsxRuntime.jsx("button",{onClick:b,children:"Next"}):jsxRuntime.jsx("button",{onClick:C,disabled:!m(),children:"Submit"})]});return!r||r.length===0?jsxRuntime.jsx("div",{children:"No steps configured"}):jsxRuntime.jsx("div",{className:`stepper-container ${e}`,children:e==="vertical"?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"vertical-left-column",children:jsxRuntime.jsx("div",{className:`stepper-header ${e}`,children:x(!0)})}),jsxRuntime.jsxs("div",{className:"vertical-right-column",children:[y(),d()]})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:`stepper-header ${e}`,children:x(!1)}),y(),d()]})})},CECheckBox=({label:t,checked:e,onChange:i,disabled:r=!1})=>{const s=n=>{i(n.target.checked)};return jsxRuntime.jsx("div",{className:"checkbox-container",children:jsxRuntime.jsxs("label",{className:`checkbox-label ${r?"checkbox-disabled":""}`,children:[jsxRuntime.jsx("input",{type:"checkbox",checked:e,onChange:s,disabled:r,className:"checkbox-input"}),jsxRuntime.jsx("span",{className:"checkbox-custom"}),t]})})},CEChipInput=({placeholder:t="Type and press Enter",onChange:e})=>{const[i,r]=React2.useState([]),[s,n]=React2.useState(""),a=o=>{if(o.key==="Enter"&&s.trim()){if(o.preventDefault(),!i.includes(s.trim())){const c=[...i,s.trim()];r(c),e==null||e(c)}n("")}},l=o=>{const c=i.filter(u=>u!==o);r(c),e==null||e(c)};return jsxRuntime.jsxs("div",{className:"chip-input-container",children:[jsxRuntime.jsx("div",{className:"chip-list",children:i.map((o,c)=>jsxRuntime.jsxs("div",{className:"chip",children:[o,jsxRuntime.jsx("button",{type:"button",className:"chip-remove-button",onClick:()=>l(o),children:"✕"})]},c))}),jsxRuntime.jsx("input",{type:"text",className:"chip-input",placeholder:t,value:s,onChange:o=>n(o.target.value),onKeyDown:a})]})};var lottie$2={exports:{}},lottie$1=lottie$2.exports,hasRequiredLottie;function requireLottie(){return hasRequiredLottie||(hasRequiredLottie=1,function(module,exports){typeof navigator<"u"&&function(t,e){module.exports=e()}(lottie$1,function(){var svgNS="http://www.w3.org/2000/svg",locationHref="",_useWebWorker=!1,initialDefaultFrame=-999999,setWebWorker=function(e){_useWebWorker=!!e},getWebWorker=function(){return _useWebWorker},setLocationHref=function(e){locationHref=e},getLocationHref=function(){return locationHref};function createTag(t){return document.createElement(t)}function extendPrototype(t,e){var i,r=t.length,s;for(i=0;i<r;i+=1){s=t[i].prototype;for(var n in s)Object.prototype.hasOwnProperty.call(s,n)&&(e.prototype[n]=s[n])}}function getDescriptor(t,e){return Object.getOwnPropertyDescriptor(t,e)}function createProxyFunction(t){function e(){}return e.prototype=t,e}var audioControllerFactory=function(){function t(e){this.audios=[],this.audioFactory=e,this._volume=1,this._isMuted=!1}return t.prototype={addAudio:function(i){this.audios.push(i)},pause:function(){var i,r=this.audios.length;for(i=0;i<r;i+=1)this.audios[i].pause()},resume:function(){var i,r=this.audios.length;for(i=0;i<r;i+=1)this.audios[i].resume()},setRate:function(i){var r,s=this.audios.length;for(r=0;r<s;r+=1)this.audios[r].setRate(i)},createAudio:function(i){return this.audioFactory?this.audioFactory(i):window.Howl?new window.Howl({src:[i]}):{isPlaying:!1,play:function(){this.isPlaying=!0},seek:function(){this.isPlaying=!1},playing:function(){},rate:function(){},setVolume:function(){}}},setAudioFactory:function(i){this.audioFactory=i},setVolume:function(i){this._volume=i,this._updateVolume()},mute:function(){this._isMuted=!0,this._updateVolume()},unmute:function(){this._isMuted=!1,this._updateVolume()},getVolume:function(){return this._volume},_updateVolume:function(){var i,r=this.audios.length;for(i=0;i<r;i+=1)this.audios[i].volume(this._volume*(this._isMuted?0:1))}},function(){return new t}}(),createTypedArray=function(){function t(i,r){var s=0,n=[],a;switch(i){case"int16":case"uint8c":a=1;break;default:a=1.1;break}for(s=0;s<r;s+=1)n.push(a);return n}function e(i,r){return i==="float32"?new Float32Array(r):i==="int16"?new Int16Array(r):i==="uint8c"?new Uint8ClampedArray(r):t(i,r)}return typeof Uint8ClampedArray=="function"&&typeof Float32Array=="function"?e:t}();function createSizedArray(t){return Array.apply(null,{length:t})}function _typeof$6(t){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$6=function(i){return typeof i}:_typeof$6=function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},_typeof$6(t)}var subframeEnabled=!0,expressionsPlugin=null,expressionsInterfaces=null,idPrefix$1="",isSafari=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),bmPow=Math.pow,bmSqrt=Math.sqrt,bmFloor=Math.floor,bmMax=Math.max,bmMin=Math.min,BMMath={};(function(){var t=["abs","acos","acosh","asin","asinh","atan","atanh","atan2","ceil","cbrt","expm1","clz32","cos","cosh","exp","floor","fround","hypot","imul","log","log1p","log2","log10","max","min","pow","random","round","sign","sin","sinh","sqrt","tan","tanh","trunc","E","LN10","LN2","LOG10E","LOG2E","PI","SQRT1_2","SQRT2"],e,i=t.length;for(e=0;e<i;e+=1)BMMath[t[e]]=Math[t[e]]})(),BMMath.random=Math.random,BMMath.abs=function(t){var e=_typeof$6(t);if(e==="object"&&t.length){var i=createSizedArray(t.length),r,s=t.length;for(r=0;r<s;r+=1)i[r]=Math.abs(t[r]);return i}return Math.abs(t)};var defaultCurveSegments=150,degToRads=Math.PI/180,roundCorner=.5519;function styleDiv(t){t.style.position="absolute",t.style.top=0,t.style.left=0,t.style.display="block",t.style.transformOrigin="0 0",t.style.webkitTransformOrigin="0 0",t.style.backfaceVisibility="visible",t.style.webkitBackfaceVisibility="visible",t.style.transformStyle="preserve-3d",t.style.webkitTransformStyle="preserve-3d",t.style.mozTransformStyle="preserve-3d"}function BMEnterFrameEvent(t,e,i,r){this.type=t,this.currentTime=e,this.totalTime=i,this.direction=r<0?-1:1}function BMCompleteEvent(t,e){this.type=t,this.direction=e<0?-1:1}function BMCompleteLoopEvent(t,e,i,r){this.type=t,this.currentLoop=i,this.totalLoops=e,this.direction=r<0?-1:1}function BMSegmentStartEvent(t,e,i){this.type=t,this.firstFrame=e,this.totalFrames=i}function BMDestroyEvent(t,e){this.type=t,this.target=e}function BMRenderFrameErrorEvent(t,e){this.type="renderFrameError",this.nativeError=t,this.currentTime=e}function BMConfigErrorEvent(t){this.type="configError",this.nativeError=t}var createElementID=function(){var t=0;return function(){return t+=1,idPrefix$1+"__lottie_element_"+t}}();function HSVtoRGB(t,e,i){var r,s,n,a,l,o,c,u;switch(a=Math.floor(t*6),l=t*6-a,o=i*(1-e),c=i*(1-l*e),u=i*(1-(1-l)*e),a%6){case 0:r=i,s=u,n=o;break;case 1:r=c,s=i,n=o;break;case 2:r=o,s=i,n=u;break;case 3:r=o,s=c,n=i;break;case 4:r=u,s=o,n=i;break;case 5:r=i,s=o,n=c;break}return[r,s,n]}function RGBtoHSV(t,e,i){var r=Math.max(t,e,i),s=Math.min(t,e,i),n=r-s,a,l=r===0?0:n/r,o=r/255;switch(r){case s:a=0;break;case t:a=e-i+n*(e<i?6:0),a/=6*n;break;case e:a=i-t+n*2,a/=6*n;break;case i:a=t-e+n*4,a/=6*n;break}return[a,l,o]}function addSaturationToRGB(t,e){var i=RGBtoHSV(t[0]*255,t[1]*255,t[2]*255);return i[1]+=e,i[1]>1?i[1]=1:i[1]<=0&&(i[1]=0),HSVtoRGB(i[0],i[1],i[2])}function addBrightnessToRGB(t,e){var i=RGBtoHSV(t[0]*255,t[1]*255,t[2]*255);return i[2]+=e,i[2]>1?i[2]=1:i[2]<0&&(i[2]=0),HSVtoRGB(i[0],i[1],i[2])}function addHueToRGB(t,e){var i=RGBtoHSV(t[0]*255,t[1]*255,t[2]*255);return i[0]+=e/360,i[0]>1?i[0]-=1:i[0]<0&&(i[0]+=1),HSVtoRGB(i[0],i[1],i[2])}var rgbToHex=function(){var t=[],e,i;for(e=0;e<256;e+=1)i=e.toString(16),t[e]=i.length===1?"0"+i:i;return function(r,s,n){return r<0&&(r=0),s<0&&(s=0),n<0&&(n=0),"#"+t[r]+t[s]+t[n]}}(),setSubframeEnabled=function(e){subframeEnabled=!!e},getSubframeEnabled=function(){return subframeEnabled},setExpressionsPlugin=function(e){expressionsPlugin=e},getExpressionsPlugin=function(){return expressionsPlugin},setExpressionInterfaces=function(e){expressionsInterfaces=e},getExpressionInterfaces=function(){return expressionsInterfaces},setDefaultCurveSegments=function(e){defaultCurveSegments=e},getDefaultCurveSegments=function(){return defaultCurveSegments},setIdPrefix=function(e){idPrefix$1=e};function createNS(t){return document.createElementNS(svgNS,t)}function _typeof$5(t){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$5=function(i){return typeof i}:_typeof$5=function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},_typeof$5(t)}var dataManager=function(){var t=1,e=[],i,r,s={onmessage:function(){},postMessage:function(b){i({data:b})}},n={postMessage:function(b){s.onmessage({data:b})}};function a(f){if(window.Worker&&window.Blob&&getWebWorker()){var b=new Blob(["var _workerSelf = self; self.onmessage = ",f.toString()],{type:"text/javascript"}),p=URL.createObjectURL(b);return new Worker(p)}return i=f,s}function l(){r||(r=a(function(b){function p(){function C(L,A){var M,S,_=L.length,j,R,D,B;for(S=0;S<_;S+=1)if(M=L[S],"ks"in M&&!M.completed){if(M.completed=!0,M.hasMask){var N=M.masksProperties;for(R=N.length,j=0;j<R;j+=1)if(N[j].pt.k.i)k(N[j].pt.k);else for(B=N[j].pt.k.length,D=0;D<B;D+=1)N[j].pt.k[D].s&&k(N[j].pt.k[D].s[0]),N[j].pt.k[D].e&&k(N[j].pt.k[D].e[0])}M.ty===0?(M.layers=d(M.refId,A),C(M.layers,A)):M.ty===4?g(M.shapes):M.ty===5&&G(M)}}function y(L,A){if(L){var M=0,S=L.length;for(M=0;M<S;M+=1)L[M].t===1&&(L[M].data.layers=d(L[M].data.refId,A),C(L[M].data.layers,A))}}function x(L,A){for(var M=0,S=A.length;M<S;){if(A[M].id===L)return A[M];M+=1}return null}function d(L,A){var M=x(L,A);return M?M.layers.__used?JSON.parse(JSON.stringify(M.layers)):(M.layers.__used=!0,M.layers):null}function g(L){var A,M=L.length,S,_;for(A=M-1;A>=0;A-=1)if(L[A].ty==="sh")if(L[A].ks.k.i)k(L[A].ks.k);else for(_=L[A].ks.k.length,S=0;S<_;S+=1)L[A].ks.k[S].s&&k(L[A].ks.k[S].s[0]),L[A].ks.k[S].e&&k(L[A].ks.k[S].e[0]);else L[A].ty==="gr"&&g(L[A].it)}function k(L){var A,M=L.i.length;for(A=0;A<M;A+=1)L.i[A][0]+=L.v[A][0],L.i[A][1]+=L.v[A][1],L.o[A][0]+=L.v[A][0],L.o[A][1]+=L.v[A][1]}function P(L,A){var M=A?A.split("."):[100,100,100];return L[0]>M[0]?!0:M[0]>L[0]?!1:L[1]>M[1]?!0:M[1]>L[1]?!1:L[2]>M[2]?!0:M[2]>L[2]?!1:null}var T=function(){var L=[4,4,14];function A(S){var _=S.t.d;S.t.d={k:[{s:_,t:0}]}}function M(S){var _,j=S.length;for(_=0;_<j;_+=1)S[_].ty===5&&A(S[_])}return function(S){if(P(L,S.v)&&(M(S.layers),S.assets)){var _,j=S.assets.length;for(_=0;_<j;_+=1)S.assets[_].layers&&M(S.assets[_].layers)}}}(),F=function(){var L=[4,7,99];return function(A){if(A.chars&&!P(L,A.v)){var M,S=A.chars.length;for(M=0;M<S;M+=1){var _=A.chars[M];_.data&&_.data.shapes&&(g(_.data.shapes),_.data.ip=0,_.data.op=99999,_.data.st=0,_.data.sr=1,_.data.ks={p:{k:[0,0],a:0},s:{k:[100,100],a:0},a:{k:[0,0],a:0},r:{k:0,a:0},o:{k:100,a:0}},A.chars[M].t||(_.data.shapes.push({ty:"no"}),_.data.shapes[0].it.push({p:{k:[0,0],a:0},s:{k:[100,100],a:0},a:{k:[0,0],a:0},r:{k:0,a:0},o:{k:100,a:0},sk:{k:0,a:0},sa:{k:0,a:0},ty:"tr"})))}}}}(),I=function(){var L=[5,7,15];function A(S){var _=S.t.p;typeof _.a=="number"&&(_.a={a:0,k:_.a}),typeof _.p=="number"&&(_.p={a:0,k:_.p}),typeof _.r=="number"&&(_.r={a:0,k:_.r})}function M(S){var _,j=S.length;for(_=0;_<j;_+=1)S[_].ty===5&&A(S[_])}return function(S){if(P(L,S.v)&&(M(S.layers),S.assets)){var _,j=S.assets.length;for(_=0;_<j;_+=1)S.assets[_].layers&&M(S.assets[_].layers)}}}(),$=function(){var L=[4,1,9];function A(S){var _,j=S.length,R,D;for(_=0;_<j;_+=1)if(S[_].ty==="gr")A(S[_].it);else if(S[_].ty==="fl"||S[_].ty==="st")if(S[_].c.k&&S[_].c.k[0].i)for(D=S[_].c.k.length,R=0;R<D;R+=1)S[_].c.k[R].s&&(S[_].c.k[R].s[0]/=255,S[_].c.k[R].s[1]/=255,S[_].c.k[R].s[2]/=255,S[_].c.k[R].s[3]/=255),S[_].c.k[R].e&&(S[_].c.k[R].e[0]/=255,S[_].c.k[R].e[1]/=255,S[_].c.k[R].e[2]/=255,S[_].c.k[R].e[3]/=255);else S[_].c.k[0]/=255,S[_].c.k[1]/=255,S[_].c.k[2]/=255,S[_].c.k[3]/=255}function M(S){var _,j=S.length;for(_=0;_<j;_+=1)S[_].ty===4&&A(S[_].shapes)}return function(S){if(P(L,S.v)&&(M(S.layers),S.assets)){var _,j=S.assets.length;for(_=0;_<j;_+=1)S.assets[_].layers&&M(S.assets[_].layers)}}}(),O=function(){var L=[4,4,18];function A(S){var _,j=S.length,R,D;for(_=j-1;_>=0;_-=1)if(S[_].ty==="sh")if(S[_].ks.k.i)S[_].ks.k.c=S[_].closed;else for(D=S[_].ks.k.length,R=0;R<D;R+=1)S[_].ks.k[R].s&&(S[_].ks.k[R].s[0].c=S[_].closed),S[_].ks.k[R].e&&(S[_].ks.k[R].e[0].c=S[_].closed);else S[_].ty==="gr"&&A(S[_].it)}function M(S){var _,j,R=S.length,D,B,N,H;for(j=0;j<R;j+=1){if(_=S[j],_.hasMask){var W=_.masksProperties;for(B=W.length,D=0;D<B;D+=1)if(W[D].pt.k.i)W[D].pt.k.c=W[D].cl;else for(H=W[D].pt.k.length,N=0;N<H;N+=1)W[D].pt.k[N].s&&(W[D].pt.k[N].s[0].c=W[D].cl),W[D].pt.k[N].e&&(W[D].pt.k[N].e[0].c=W[D].cl)}_.ty===4&&A(_.shapes)}}return function(S){if(P(L,S.v)&&(M(S.layers),S.assets)){var _,j=S.assets.length;for(_=0;_<j;_+=1)S.assets[_].layers&&M(S.assets[_].layers)}}}();function V(L){L.__complete||($(L),T(L),F(L),I(L),O(L),C(L.layers,L.assets),y(L.chars,L.assets),L.__complete=!0)}function G(L){L.t.a.length===0&&"m"in L.t.p}var z={};return z.completeData=V,z.checkColors=$,z.checkChars=F,z.checkPathProperties=I,z.checkShapes=O,z.completeLayers=C,z}if(n.dataManager||(n.dataManager=p()),n.assetLoader||(n.assetLoader=function(){function C(x){var d=x.getResponseHeader("content-type");return d&&x.responseType==="json"&&d.indexOf("json")!==-1||x.response&&_typeof$5(x.response)==="object"?x.response:x.response&&typeof x.response=="string"?JSON.parse(x.response):x.responseText?JSON.parse(x.responseText):null}function y(x,d,g,k){var P,T=new XMLHttpRequest;try{T.responseType="json"}catch{}T.onreadystatechange=function(){if(T.readyState===4)if(T.status===200)P=C(T),g(P);else try{P=C(T),g(P)}catch(F){k&&k(F)}};try{T.open(["G","E","T"].join(""),x,!0)}catch{T.open(["G","E","T"].join(""),d+"/"+x,!0)}T.send()}return{load:y}}()),b.data.type==="loadAnimation")n.assetLoader.load(b.data.path,b.data.fullPath,function(C){n.dataManager.completeData(C),n.postMessage({id:b.data.id,payload:C,status:"success"})},function(){n.postMessage({id:b.data.id,status:"error"})});else if(b.data.type==="complete"){var m=b.data.animation;n.dataManager.completeData(m),n.postMessage({id:b.data.id,payload:m,status:"success"})}else b.data.type==="loadData"&&n.assetLoader.load(b.data.path,b.data.fullPath,function(C){n.postMessage({id:b.data.id,payload:C,status:"success"})},function(){n.postMessage({id:b.data.id,status:"error"})})}),r.onmessage=function(f){var b=f.data,p=b.id,m=e[p];e[p]=null,b.status==="success"?m.onComplete(b.payload):m.onError&&m.onError()})}function o(f,b){t+=1;var p="processId_"+t;return e[p]={onComplete:f,onError:b},p}function c(f,b,p){l();var m=o(b,p);r.postMessage({type:"loadAnimation",path:f,fullPath:window.location.origin+window.location.pathname,id:m})}function u(f,b,p){l();var m=o(b,p);r.postMessage({type:"loadData",path:f,fullPath:window.location.origin+window.location.pathname,id:m})}function E(f,b,p){l();var m=o(b,p);r.postMessage({type:"complete",animation:f,id:m})}return{loadAnimation:c,loadData:u,completeAnimation:E}}(),ImagePreloader=function(){var t=function(){var y=createTag("canvas");y.width=1,y.height=1;var x=y.getContext("2d");return x.fillStyle="rgba(0,0,0,0)",x.fillRect(0,0,1,1),y}();function e(){this.loadedAssets+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function i(){this.loadedFootagesCount+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function r(y,x,d){var g="";if(y.e)g=y.p;else if(x){var k=y.p;k.indexOf("images/")!==-1&&(k=k.split("/")[1]),g=x+k}else g=d,g+=y.u?y.u:"",g+=y.p;return g}function s(y){var x=0,d=setInterval((function(){var g=y.getBBox();(g.width||x>500)&&(this._imageLoaded(),clearInterval(d)),x+=1}).bind(this),50)}function n(y){var x=r(y,this.assetsPath,this.path),d=createNS("image");isSafari?this.testImageLoaded(d):d.addEventListener("load",this._imageLoaded,!1),d.addEventListener("error",(function(){g.img=t,this._imageLoaded()}).bind(this),!1),d.setAttributeNS("http://www.w3.org/1999/xlink","href",x),this._elementHelper.append?this._elementHelper.append(d):this._elementHelper.appendChild(d);var g={img:d,assetData:y};return g}function a(y){var x=r(y,this.assetsPath,this.path),d=createTag("img");d.crossOrigin="anonymous",d.addEventListener("load",this._imageLoaded,!1),d.addEventListener("error",(function(){g.img=t,this._imageLoaded()}).bind(this),!1),d.src=x;var g={img:d,assetData:y};return g}function l(y){var x={assetData:y},d=r(y,this.assetsPath,this.path);return dataManager.loadData(d,(function(g){x.img=g,this._footageLoaded()}).bind(this),(function(){x.img={},this._footageLoaded()}).bind(this)),x}function o(y,x){this.imagesLoadedCb=x;var d,g=y.length;for(d=0;d<g;d+=1)y[d].layers||(!y[d].t||y[d].t==="seq"?(this.totalImages+=1,this.images.push(this._createImageData(y[d]))):y[d].t===3&&(this.totalFootages+=1,this.images.push(this.createFootageData(y[d]))))}function c(y){this.path=y||""}function u(y){this.assetsPath=y||""}function E(y){for(var x=0,d=this.images.length;x<d;){if(this.images[x].assetData===y)return this.images[x].img;x+=1}return null}function f(){this.imagesLoadedCb=null,this.images.length=0}function b(){return this.totalImages===this.loadedAssets}function p(){return this.totalFootages===this.loadedFootagesCount}function m(y,x){y==="svg"?(this._elementHelper=x,this._createImageData=this.createImageData.bind(this)):this._createImageData=this.createImgData.bind(this)}function C(){this._imageLoaded=e.bind(this),this._footageLoaded=i.bind(this),this.testImageLoaded=s.bind(this),this.createFootageData=l.bind(this),this.assetsPath="",this.path="",this.totalImages=0,this.totalFootages=0,this.loadedAssets=0,this.loadedFootagesCount=0,this.imagesLoadedCb=null,this.images=[]}return C.prototype={loadAssets:o,setAssetsPath:u,setPath:c,loadedImages:b,loadedFootages:p,destroy:f,getAsset:E,createImgData:a,createImageData:n,imageLoaded:e,footageLoaded:i,setCacheType:m},C}();function BaseEvent(){}BaseEvent.prototype={triggerEvent:function(e,i){if(this._cbs[e])for(var r=this._cbs[e],s=0;s<r.length;s+=1)r[s](i)},addEventListener:function(e,i){return this._cbs[e]||(this._cbs[e]=[]),this._cbs[e].push(i),(function(){this.removeEventListener(e,i)}).bind(this)},removeEventListener:function(e,i){if(!i)this._cbs[e]=null;else if(this._cbs[e]){for(var r=0,s=this._cbs[e].length;r<s;)this._cbs[e][r]===i&&(this._cbs[e].splice(r,1),r-=1,s-=1),r+=1;this._cbs[e].length||(this._cbs[e]=null)}}};var markerParser=function(){function t(e){for(var i=e.split(`\r
|
|
18
|
-
`),r={},s,n=0,a=0;a<i.length;a+=1)s=i[a].split(":"),s.length===2&&(r[s[0]]=s[1].trim(),n+=1);if(n===0)throw new Error;return r}return function(e){for(var i=[],r=0;r<e.length;r+=1){var s=e[r],n={time:s.tm,duration:s.dr};try{n.payload=JSON.parse(e[r].cm)}catch{try{n.payload=t(e[r].cm)}catch{n.payload={name:e[r].cm}}}i.push(n)}return i}}(),ProjectInterface=function(){function t(e){this.compositions.push(e)}return function(){function e(i){for(var r=0,s=this.compositions.length;r<s;){if(this.compositions[r].data&&this.compositions[r].data.nm===i)return this.compositions[r].prepareFrame&&this.compositions[r].data.xt&&this.compositions[r].prepareFrame(this.currentFrame),this.compositions[r].compInterface;r+=1}return null}return e.compositions=[],e.currentFrame=0,e.registerComposition=t,e}}(),renderers={},registerRenderer=function(e,i){renderers[e]=i};function getRenderer(t){return renderers[t]}function getRegisteredRenderer(){if(renderers.canvas)return"canvas";for(var t in renderers)if(renderers[t])return t;return""}function _typeof$4(t){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$4=function(i){return typeof i}:_typeof$4=function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},_typeof$4(t)}var AnimationItem=function(){this._cbs=[],this.name="",this.path="",this.isLoaded=!1,this.currentFrame=0,this.currentRawFrame=0,this.firstFrame=0,this.totalFrames=0,this.frameRate=0,this.frameMult=0,this.playSpeed=1,this.playDirection=1,this.playCount=0,this.animationData={},this.assets=[],this.isPaused=!0,this.autoplay=!1,this.loop=!0,this.renderer=null,this.animationID=createElementID(),this.assetsPath="",this.timeCompleted=0,this.segmentPos=0,this.isSubframeEnabled=getSubframeEnabled(),this.segments=[],this._idle=!0,this._completedLoop=!1,this.projectInterface=ProjectInterface(),this.imagePreloader=new ImagePreloader,this.audioController=audioControllerFactory(),this.markers=[],this.configAnimation=this.configAnimation.bind(this),this.onSetupError=this.onSetupError.bind(this),this.onSegmentComplete=this.onSegmentComplete.bind(this),this.drawnFrameEvent=new BMEnterFrameEvent("drawnFrame",0,0,0),this.expressionsPlugin=getExpressionsPlugin()};extendPrototype([BaseEvent],AnimationItem),AnimationItem.prototype.setParams=function(t){(t.wrapper||t.container)&&(this.wrapper=t.wrapper||t.container);var e="svg";t.animType?e=t.animType:t.renderer&&(e=t.renderer);var i=getRenderer(e);this.renderer=new i(this,t.rendererSettings),this.imagePreloader.setCacheType(e,this.renderer.globalData.defs),this.renderer.setProjectInterface(this.projectInterface),this.animType=e,t.loop===""||t.loop===null||t.loop===void 0||t.loop===!0?this.loop=!0:t.loop===!1?this.loop=!1:this.loop=parseInt(t.loop,10),this.autoplay="autoplay"in t?t.autoplay:!0,this.name=t.name?t.name:"",this.autoloadSegments=Object.prototype.hasOwnProperty.call(t,"autoloadSegments")?t.autoloadSegments:!0,this.assetsPath=t.assetsPath,this.initialSegment=t.initialSegment,t.audioFactory&&this.audioController.setAudioFactory(t.audioFactory),t.animationData?this.setupAnimation(t.animationData):t.path&&(t.path.lastIndexOf("\\")!==-1?this.path=t.path.substr(0,t.path.lastIndexOf("\\")+1):this.path=t.path.substr(0,t.path.lastIndexOf("/")+1),this.fileName=t.path.substr(t.path.lastIndexOf("/")+1),this.fileName=this.fileName.substr(0,this.fileName.lastIndexOf(".json")),dataManager.loadAnimation(t.path,this.configAnimation,this.onSetupError))},AnimationItem.prototype.onSetupError=function(){this.trigger("data_failed")},AnimationItem.prototype.setupAnimation=function(t){dataManager.completeAnimation(t,this.configAnimation)},AnimationItem.prototype.setData=function(t,e){e&&_typeof$4(e)!=="object"&&(e=JSON.parse(e));var i={wrapper:t,animationData:e},r=t.attributes;i.path=r.getNamedItem("data-animation-path")?r.getNamedItem("data-animation-path").value:r.getNamedItem("data-bm-path")?r.getNamedItem("data-bm-path").value:r.getNamedItem("bm-path")?r.getNamedItem("bm-path").value:"",i.animType=r.getNamedItem("data-anim-type")?r.getNamedItem("data-anim-type").value:r.getNamedItem("data-bm-type")?r.getNamedItem("data-bm-type").value:r.getNamedItem("bm-type")?r.getNamedItem("bm-type").value:r.getNamedItem("data-bm-renderer")?r.getNamedItem("data-bm-renderer").value:r.getNamedItem("bm-renderer")?r.getNamedItem("bm-renderer").value:getRegisteredRenderer()||"canvas";var s=r.getNamedItem("data-anim-loop")?r.getNamedItem("data-anim-loop").value:r.getNamedItem("data-bm-loop")?r.getNamedItem("data-bm-loop").value:r.getNamedItem("bm-loop")?r.getNamedItem("bm-loop").value:"";s==="false"?i.loop=!1:s==="true"?i.loop=!0:s!==""&&(i.loop=parseInt(s,10));var n=r.getNamedItem("data-anim-autoplay")?r.getNamedItem("data-anim-autoplay").value:r.getNamedItem("data-bm-autoplay")?r.getNamedItem("data-bm-autoplay").value:r.getNamedItem("bm-autoplay")?r.getNamedItem("bm-autoplay").value:!0;i.autoplay=n!=="false",i.name=r.getNamedItem("data-name")?r.getNamedItem("data-name").value:r.getNamedItem("data-bm-name")?r.getNamedItem("data-bm-name").value:r.getNamedItem("bm-name")?r.getNamedItem("bm-name").value:"";var a=r.getNamedItem("data-anim-prerender")?r.getNamedItem("data-anim-prerender").value:r.getNamedItem("data-bm-prerender")?r.getNamedItem("data-bm-prerender").value:r.getNamedItem("bm-prerender")?r.getNamedItem("bm-prerender").value:"";a==="false"&&(i.prerender=!1),i.path?this.setParams(i):this.trigger("destroy")},AnimationItem.prototype.includeLayers=function(t){t.op>this.animationData.op&&(this.animationData.op=t.op,this.totalFrames=Math.floor(t.op-this.animationData.ip));var e=this.animationData.layers,i,r=e.length,s=t.layers,n,a=s.length;for(n=0;n<a;n+=1)for(i=0;i<r;){if(e[i].id===s[n].id){e[i]=s[n];break}i+=1}if((t.chars||t.fonts)&&(this.renderer.globalData.fontManager.addChars(t.chars),this.renderer.globalData.fontManager.addFonts(t.fonts,this.renderer.globalData.defs)),t.assets)for(r=t.assets.length,i=0;i<r;i+=1)this.animationData.assets.push(t.assets[i]);this.animationData.__complete=!1,dataManager.completeAnimation(this.animationData,this.onSegmentComplete)},AnimationItem.prototype.onSegmentComplete=function(t){this.animationData=t;var e=getExpressionsPlugin();e&&e.initExpressions(this),this.loadNextSegment()},AnimationItem.prototype.loadNextSegment=function(){var t=this.animationData.segments;if(!t||t.length===0||!this.autoloadSegments){this.trigger("data_ready"),this.timeCompleted=this.totalFrames;return}var e=t.shift();this.timeCompleted=e.time*this.frameRate;var i=this.path+this.fileName+"_"+this.segmentPos+".json";this.segmentPos+=1,dataManager.loadData(i,this.includeLayers.bind(this),(function(){this.trigger("data_failed")}).bind(this))},AnimationItem.prototype.loadSegments=function(){var t=this.animationData.segments;t||(this.timeCompleted=this.totalFrames),this.loadNextSegment()},AnimationItem.prototype.imagesLoaded=function(){this.trigger("loaded_images"),this.checkLoaded()},AnimationItem.prototype.preloadImages=function(){this.imagePreloader.setAssetsPath(this.assetsPath),this.imagePreloader.setPath(this.path),this.imagePreloader.loadAssets(this.animationData.assets,this.imagesLoaded.bind(this))},AnimationItem.prototype.configAnimation=function(t){if(this.renderer)try{this.animationData=t,this.initialSegment?(this.totalFrames=Math.floor(this.initialSegment[1]-this.initialSegment[0]),this.firstFrame=Math.round(this.initialSegment[0])):(this.totalFrames=Math.floor(this.animationData.op-this.animationData.ip),this.firstFrame=Math.round(this.animationData.ip)),this.renderer.configAnimation(t),t.assets||(t.assets=[]),this.assets=this.animationData.assets,this.frameRate=this.animationData.fr,this.frameMult=this.animationData.fr/1e3,this.renderer.searchExtraCompositions(t.assets),this.markers=markerParser(t.markers||[]),this.trigger("config_ready"),this.preloadImages(),this.loadSegments(),this.updaFrameModifier(),this.waitForFontsLoaded(),this.isPaused&&this.audioController.pause()}catch(e){this.triggerConfigError(e)}},AnimationItem.prototype.waitForFontsLoaded=function(){this.renderer&&(this.renderer.globalData.fontManager.isLoaded?this.checkLoaded():setTimeout(this.waitForFontsLoaded.bind(this),20))},AnimationItem.prototype.checkLoaded=function(){if(!this.isLoaded&&this.renderer.globalData.fontManager.isLoaded&&(this.imagePreloader.loadedImages()||this.renderer.rendererType!=="canvas")&&this.imagePreloader.loadedFootages()){this.isLoaded=!0;var t=getExpressionsPlugin();t&&t.initExpressions(this),this.renderer.initItems(),setTimeout((function(){this.trigger("DOMLoaded")}).bind(this),0),this.gotoFrame(),this.autoplay&&this.play()}},AnimationItem.prototype.resize=function(t,e){var i=typeof t=="number"?t:void 0,r=typeof e=="number"?e:void 0;this.renderer.updateContainerSize(i,r)},AnimationItem.prototype.setSubframe=function(t){this.isSubframeEnabled=!!t},AnimationItem.prototype.gotoFrame=function(){this.currentFrame=this.isSubframeEnabled?this.currentRawFrame:~~this.currentRawFrame,this.timeCompleted!==this.totalFrames&&this.currentFrame>this.timeCompleted&&(this.currentFrame=this.timeCompleted),this.trigger("enterFrame"),this.renderFrame(),this.trigger("drawnFrame")},AnimationItem.prototype.renderFrame=function(){if(!(this.isLoaded===!1||!this.renderer))try{this.expressionsPlugin&&this.expressionsPlugin.resetFrame(),this.renderer.renderFrame(this.currentFrame+this.firstFrame)}catch(t){this.triggerRenderFrameError(t)}},AnimationItem.prototype.play=function(t){t&&this.name!==t||this.isPaused===!0&&(this.isPaused=!1,this.trigger("_play"),this.audioController.resume(),this._idle&&(this._idle=!1,this.trigger("_active")))},AnimationItem.prototype.pause=function(t){t&&this.name!==t||this.isPaused===!1&&(this.isPaused=!0,this.trigger("_pause"),this._idle=!0,this.trigger("_idle"),this.audioController.pause())},AnimationItem.prototype.togglePause=function(t){t&&this.name!==t||(this.isPaused===!0?this.play():this.pause())},AnimationItem.prototype.stop=function(t){t&&this.name!==t||(this.pause(),this.playCount=0,this._completedLoop=!1,this.setCurrentRawFrameValue(0))},AnimationItem.prototype.getMarkerData=function(t){for(var e,i=0;i<this.markers.length;i+=1)if(e=this.markers[i],e.payload&&e.payload.name===t)return e;return null},AnimationItem.prototype.goToAndStop=function(t,e,i){if(!(i&&this.name!==i)){var r=Number(t);if(isNaN(r)){var s=this.getMarkerData(t);s&&this.goToAndStop(s.time,!0)}else e?this.setCurrentRawFrameValue(t):this.setCurrentRawFrameValue(t*this.frameModifier);this.pause()}},AnimationItem.prototype.goToAndPlay=function(t,e,i){if(!(i&&this.name!==i)){var r=Number(t);if(isNaN(r)){var s=this.getMarkerData(t);s&&(s.duration?this.playSegments([s.time,s.time+s.duration],!0):this.goToAndStop(s.time,!0))}else this.goToAndStop(r,e,i);this.play()}},AnimationItem.prototype.advanceTime=function(t){if(!(this.isPaused===!0||this.isLoaded===!1)){var e=this.currentRawFrame+t*this.frameModifier,i=!1;e>=this.totalFrames-1&&this.frameModifier>0?!this.loop||this.playCount===this.loop?this.checkSegments(e>this.totalFrames?e%this.totalFrames:0)||(i=!0,e=this.totalFrames-1):e>=this.totalFrames?(this.playCount+=1,this.checkSegments(e%this.totalFrames)||(this.setCurrentRawFrameValue(e%this.totalFrames),this._completedLoop=!0,this.trigger("loopComplete"))):this.setCurrentRawFrameValue(e):e<0?this.checkSegments(e%this.totalFrames)||(this.loop&&!(this.playCount--<=0&&this.loop!==!0)?(this.setCurrentRawFrameValue(this.totalFrames+e%this.totalFrames),this._completedLoop?this.trigger("loopComplete"):this._completedLoop=!0):(i=!0,e=0)):this.setCurrentRawFrameValue(e),i&&(this.setCurrentRawFrameValue(e),this.pause(),this.trigger("complete"))}},AnimationItem.prototype.adjustSegment=function(t,e){this.playCount=0,t[1]<t[0]?(this.frameModifier>0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(-1)),this.totalFrames=t[0]-t[1],this.timeCompleted=this.totalFrames,this.firstFrame=t[1],this.setCurrentRawFrameValue(this.totalFrames-.001-e)):t[1]>t[0]&&(this.frameModifier<0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(1)),this.totalFrames=t[1]-t[0],this.timeCompleted=this.totalFrames,this.firstFrame=t[0],this.setCurrentRawFrameValue(.001+e)),this.trigger("segmentStart")},AnimationItem.prototype.setSegment=function(t,e){var i=-1;this.isPaused&&(this.currentRawFrame+this.firstFrame<t?i=t:this.currentRawFrame+this.firstFrame>e&&(i=e-t)),this.firstFrame=t,this.totalFrames=e-t,this.timeCompleted=this.totalFrames,i!==-1&&this.goToAndStop(i,!0)},AnimationItem.prototype.playSegments=function(t,e){if(e&&(this.segments.length=0),_typeof$4(t[0])==="object"){var i,r=t.length;for(i=0;i<r;i+=1)this.segments.push(t[i])}else this.segments.push(t);this.segments.length&&e&&this.adjustSegment(this.segments.shift(),0),this.isPaused&&this.play()},AnimationItem.prototype.resetSegments=function(t){this.segments.length=0,this.segments.push([this.animationData.ip,this.animationData.op]),t&&this.checkSegments(0)},AnimationItem.prototype.checkSegments=function(t){return this.segments.length?(this.adjustSegment(this.segments.shift(),t),!0):!1},AnimationItem.prototype.destroy=function(t){t&&this.name!==t||!this.renderer||(this.renderer.destroy(),this.imagePreloader.destroy(),this.trigger("destroy"),this._cbs=null,this.onEnterFrame=null,this.onLoopComplete=null,this.onComplete=null,this.onSegmentStart=null,this.onDestroy=null,this.renderer=null,this.expressionsPlugin=null,this.imagePreloader=null,this.projectInterface=null)},AnimationItem.prototype.setCurrentRawFrameValue=function(t){this.currentRawFrame=t,this.gotoFrame()},AnimationItem.prototype.setSpeed=function(t){this.playSpeed=t,this.updaFrameModifier()},AnimationItem.prototype.setDirection=function(t){this.playDirection=t<0?-1:1,this.updaFrameModifier()},AnimationItem.prototype.setLoop=function(t){this.loop=t},AnimationItem.prototype.setVolume=function(t,e){e&&this.name!==e||this.audioController.setVolume(t)},AnimationItem.prototype.getVolume=function(){return this.audioController.getVolume()},AnimationItem.prototype.mute=function(t){t&&this.name!==t||this.audioController.mute()},AnimationItem.prototype.unmute=function(t){t&&this.name!==t||this.audioController.unmute()},AnimationItem.prototype.updaFrameModifier=function(){this.frameModifier=this.frameMult*this.playSpeed*this.playDirection,this.audioController.setRate(this.playSpeed*this.playDirection)},AnimationItem.prototype.getPath=function(){return this.path},AnimationItem.prototype.getAssetsPath=function(t){var e="";if(t.e)e=t.p;else if(this.assetsPath){var i=t.p;i.indexOf("images/")!==-1&&(i=i.split("/")[1]),e=this.assetsPath+i}else e=this.path,e+=t.u?t.u:"",e+=t.p;return e},AnimationItem.prototype.getAssetData=function(t){for(var e=0,i=this.assets.length;e<i;){if(t===this.assets[e].id)return this.assets[e];e+=1}return null},AnimationItem.prototype.hide=function(){this.renderer.hide()},AnimationItem.prototype.show=function(){this.renderer.show()},AnimationItem.prototype.getDuration=function(t){return t?this.totalFrames:this.totalFrames/this.frameRate},AnimationItem.prototype.updateDocumentData=function(t,e,i){try{var r=this.renderer.getElementByPath(t);r.updateDocumentData(e,i)}catch{}},AnimationItem.prototype.trigger=function(t){if(this._cbs&&this._cbs[t])switch(t){case"enterFrame":this.triggerEvent(t,new BMEnterFrameEvent(t,this.currentFrame,this.totalFrames,this.frameModifier));break;case"drawnFrame":this.drawnFrameEvent.currentTime=this.currentFrame,this.drawnFrameEvent.totalTime=this.totalFrames,this.drawnFrameEvent.direction=this.frameModifier,this.triggerEvent(t,this.drawnFrameEvent);break;case"loopComplete":this.triggerEvent(t,new BMCompleteLoopEvent(t,this.loop,this.playCount,this.frameMult));break;case"complete":this.triggerEvent(t,new BMCompleteEvent(t,this.frameMult));break;case"segmentStart":this.triggerEvent(t,new BMSegmentStartEvent(t,this.firstFrame,this.totalFrames));break;case"destroy":this.triggerEvent(t,new BMDestroyEvent(t,this));break;default:this.triggerEvent(t)}t==="enterFrame"&&this.onEnterFrame&&this.onEnterFrame.call(this,new BMEnterFrameEvent(t,this.currentFrame,this.totalFrames,this.frameMult)),t==="loopComplete"&&this.onLoopComplete&&this.onLoopComplete.call(this,new BMCompleteLoopEvent(t,this.loop,this.playCount,this.frameMult)),t==="complete"&&this.onComplete&&this.onComplete.call(this,new BMCompleteEvent(t,this.frameMult)),t==="segmentStart"&&this.onSegmentStart&&this.onSegmentStart.call(this,new BMSegmentStartEvent(t,this.firstFrame,this.totalFrames)),t==="destroy"&&this.onDestroy&&this.onDestroy.call(this,new BMDestroyEvent(t,this))},AnimationItem.prototype.triggerRenderFrameError=function(t){var e=new BMRenderFrameErrorEvent(t,this.currentFrame);this.triggerEvent("error",e),this.onError&&this.onError.call(this,e)},AnimationItem.prototype.triggerConfigError=function(t){var e=new BMConfigErrorEvent(t,this.currentFrame);this.triggerEvent("error",e),this.onError&&this.onError.call(this,e)};var animationManager=function(){var t={},e=[],i=0,r=0,s=0,n=!0,a=!1;function l(A){for(var M=0,S=A.target;M<r;)e[M].animation===S&&(e.splice(M,1),M-=1,r-=1,S.isPaused||E()),M+=1}function o(A,M){if(!A)return null;for(var S=0;S<r;){if(e[S].elem===A&&e[S].elem!==null)return e[S].animation;S+=1}var _=new AnimationItem;return f(_,A),_.setData(A,M),_}function c(){var A,M=e.length,S=[];for(A=0;A<M;A+=1)S.push(e[A].animation);return S}function u(){s+=1,$()}function E(){s-=1}function f(A,M){A.addEventListener("destroy",l),A.addEventListener("_active",u),A.addEventListener("_idle",E),e.push({elem:M,animation:A}),r+=1}function b(A){var M=new AnimationItem;return f(M,null),M.setParams(A),M}function p(A,M){var S;for(S=0;S<r;S+=1)e[S].animation.setSpeed(A,M)}function m(A,M){var S;for(S=0;S<r;S+=1)e[S].animation.setDirection(A,M)}function C(A){var M;for(M=0;M<r;M+=1)e[M].animation.play(A)}function y(A){var M=A-i,S;for(S=0;S<r;S+=1)e[S].animation.advanceTime(M);i=A,s&&!a?window.requestAnimationFrame(y):n=!0}function x(A){i=A,window.requestAnimationFrame(y)}function d(A){var M;for(M=0;M<r;M+=1)e[M].animation.pause(A)}function g(A,M,S){var _;for(_=0;_<r;_+=1)e[_].animation.goToAndStop(A,M,S)}function k(A){var M;for(M=0;M<r;M+=1)e[M].animation.stop(A)}function P(A){var M;for(M=0;M<r;M+=1)e[M].animation.togglePause(A)}function T(A){var M;for(M=r-1;M>=0;M-=1)e[M].animation.destroy(A)}function F(A,M,S){var _=[].concat([].slice.call(document.getElementsByClassName("lottie")),[].slice.call(document.getElementsByClassName("bodymovin"))),j,R=_.length;for(j=0;j<R;j+=1)S&&_[j].setAttribute("data-bm-type",S),o(_[j],A);if(M&&R===0){S||(S="svg");var D=document.getElementsByTagName("body")[0];D.innerText="";var B=createTag("div");B.style.width="100%",B.style.height="100%",B.setAttribute("data-bm-type",S),D.appendChild(B),o(B,A)}}function I(){var A;for(A=0;A<r;A+=1)e[A].animation.resize()}function $(){!a&&s&&n&&(window.requestAnimationFrame(x),n=!1)}function O(){a=!0}function V(){a=!1,$()}function G(A,M){var S;for(S=0;S<r;S+=1)e[S].animation.setVolume(A,M)}function z(A){var M;for(M=0;M<r;M+=1)e[M].animation.mute(A)}function L(A){var M;for(M=0;M<r;M+=1)e[M].animation.unmute(A)}return t.registerAnimation=o,t.loadAnimation=b,t.setSpeed=p,t.setDirection=m,t.play=C,t.pause=d,t.stop=k,t.togglePause=P,t.searchAnimations=F,t.resize=I,t.goToAndStop=g,t.destroy=T,t.freeze=O,t.unfreeze=V,t.setVolume=G,t.mute=z,t.unmute=L,t.getRegisteredAnimations=c,t}(),BezierFactory=function(){var t={};t.getBezierEasing=i;var e={};function i(x,d,g,k,P){var T=P||("bez_"+x+"_"+d+"_"+g+"_"+k).replace(/\./g,"p");if(e[T])return e[T];var F=new y([x,d,g,k]);return e[T]=F,F}var r=4,s=.001,n=1e-7,a=10,l=11,o=1/(l-1),c=typeof Float32Array=="function";function u(x,d){return 1-3*d+3*x}function E(x,d){return 3*d-6*x}function f(x){return 3*x}function b(x,d,g){return((u(d,g)*x+E(d,g))*x+f(d))*x}function p(x,d,g){return 3*u(d,g)*x*x+2*E(d,g)*x+f(d)}function m(x,d,g,k,P){var T,F,I=0;do F=d+(g-d)/2,T=b(F,k,P)-x,T>0?g=F:d=F;while(Math.abs(T)>n&&++I<a);return F}function C(x,d,g,k){for(var P=0;P<r;++P){var T=p(d,g,k);if(T===0)return d;var F=b(d,g,k)-x;d-=F/T}return d}function y(x){this._p=x,this._mSampleValues=c?new Float32Array(l):new Array(l),this._precomputed=!1,this.get=this.get.bind(this)}return y.prototype={get:function(d){var g=this._p[0],k=this._p[1],P=this._p[2],T=this._p[3];return this._precomputed||this._precompute(),g===k&&P===T?d:d===0?0:d===1?1:b(this._getTForX(d),k,T)},_precompute:function(){var d=this._p[0],g=this._p[1],k=this._p[2],P=this._p[3];this._precomputed=!0,(d!==g||k!==P)&&this._calcSampleValues()},_calcSampleValues:function(){for(var d=this._p[0],g=this._p[2],k=0;k<l;++k)this._mSampleValues[k]=b(k*o,d,g)},_getTForX:function(d){for(var g=this._p[0],k=this._p[2],P=this._mSampleValues,T=0,F=1,I=l-1;F!==I&&P[F]<=d;++F)T+=o;--F;var $=(d-P[F])/(P[F+1]-P[F]),O=T+$*o,V=p(O,g,k);return V>=s?C(d,O,g,k):V===0?O:m(d,T,T+o,g,k)}},t}(),pooling=function(){function t(e){return e.concat(createSizedArray(e.length))}return{double:t}}(),poolFactory=function(){return function(t,e,i){var r=0,s=t,n=createSizedArray(s),a={newElement:l,release:o};function l(){var c;return r?(r-=1,c=n[r]):c=e(),c}function o(c){r===s&&(n=pooling.double(n),s*=2),i&&i(c),n[r]=c,r+=1}return a}}(),bezierLengthPool=function(){function t(){return{addedLength:0,percents:createTypedArray("float32",getDefaultCurveSegments()),lengths:createTypedArray("float32",getDefaultCurveSegments())}}return poolFactory(8,t)}(),segmentsLengthPool=function(){function t(){return{lengths:[],totalLength:0}}function e(i){var r,s=i.lengths.length;for(r=0;r<s;r+=1)bezierLengthPool.release(i.lengths[r]);i.lengths.length=0}return poolFactory(8,t,e)}();function bezFunction(){var t=Math;function e(f,b,p,m,C,y){var x=f*m+b*C+p*y-C*m-y*f-p*b;return x>-.001&&x<.001}function i(f,b,p,m,C,y,x,d,g){if(p===0&&y===0&&g===0)return e(f,b,m,C,x,d);var k=t.sqrt(t.pow(m-f,2)+t.pow(C-b,2)+t.pow(y-p,2)),P=t.sqrt(t.pow(x-f,2)+t.pow(d-b,2)+t.pow(g-p,2)),T=t.sqrt(t.pow(x-m,2)+t.pow(d-C,2)+t.pow(g-y,2)),F;return k>P?k>T?F=k-P-T:F=T-P-k:T>P?F=T-P-k:F=P-k-T,F>-1e-4&&F<1e-4}var r=function(){return function(f,b,p,m){var C=getDefaultCurveSegments(),y,x,d,g,k,P=0,T,F=[],I=[],$=bezierLengthPool.newElement();for(d=p.length,y=0;y<C;y+=1){for(k=y/(C-1),T=0,x=0;x<d;x+=1)g=bmPow(1-k,3)*f[x]+3*bmPow(1-k,2)*k*p[x]+3*(1-k)*bmPow(k,2)*m[x]+bmPow(k,3)*b[x],F[x]=g,I[x]!==null&&(T+=bmPow(F[x]-I[x],2)),I[x]=F[x];T&&(T=bmSqrt(T),P+=T),$.percents[y]=k,$.lengths[y]=P}return $.addedLength=P,$}}();function s(f){var b=segmentsLengthPool.newElement(),p=f.c,m=f.v,C=f.o,y=f.i,x,d=f._length,g=b.lengths,k=0;for(x=0;x<d-1;x+=1)g[x]=r(m[x],m[x+1],C[x],y[x+1]),k+=g[x].addedLength;return p&&d&&(g[x]=r(m[x],m[0],C[x],y[0]),k+=g[x].addedLength),b.totalLength=k,b}function n(f){this.segmentLength=0,this.points=new Array(f)}function a(f,b){this.partialLength=f,this.point=b}var l=function(){var f={};return function(b,p,m,C){var y=(b[0]+"_"+b[1]+"_"+p[0]+"_"+p[1]+"_"+m[0]+"_"+m[1]+"_"+C[0]+"_"+C[1]).replace(/\./g,"p");if(!f[y]){var x=getDefaultCurveSegments(),d,g,k,P,T,F=0,I,$,O=null;b.length===2&&(b[0]!==p[0]||b[1]!==p[1])&&e(b[0],b[1],p[0],p[1],b[0]+m[0],b[1]+m[1])&&e(b[0],b[1],p[0],p[1],p[0]+C[0],p[1]+C[1])&&(x=2);var V=new n(x);for(k=m.length,d=0;d<x;d+=1){for($=createSizedArray(k),T=d/(x-1),I=0,g=0;g<k;g+=1)P=bmPow(1-T,3)*b[g]+3*bmPow(1-T,2)*T*(b[g]+m[g])+3*(1-T)*bmPow(T,2)*(p[g]+C[g])+bmPow(T,3)*p[g],$[g]=P,O!==null&&(I+=bmPow($[g]-O[g],2));I=bmSqrt(I),F+=I,V.points[d]=new a(I,$),O=$}V.segmentLength=F,f[y]=V}return f[y]}}();function o(f,b){var p=b.percents,m=b.lengths,C=p.length,y=bmFloor((C-1)*f),x=f*b.addedLength,d=0;if(y===C-1||y===0||x===m[y])return p[y];for(var g=m[y]>x?-1:1,k=!0;k;)if(m[y]<=x&&m[y+1]>x?(d=(x-m[y])/(m[y+1]-m[y]),k=!1):y+=g,y<0||y>=C-1){if(y===C-1)return p[y];k=!1}return p[y]+(p[y+1]-p[y])*d}function c(f,b,p,m,C,y){var x=o(C,y),d=1-x,g=t.round((d*d*d*f[0]+(x*d*d+d*x*d+d*d*x)*p[0]+(x*x*d+d*x*x+x*d*x)*m[0]+x*x*x*b[0])*1e3)/1e3,k=t.round((d*d*d*f[1]+(x*d*d+d*x*d+d*d*x)*p[1]+(x*x*d+d*x*x+x*d*x)*m[1]+x*x*x*b[1])*1e3)/1e3;return[g,k]}var u=createTypedArray("float32",8);function E(f,b,p,m,C,y,x){C<0?C=0:C>1&&(C=1);var d=o(C,x);y=y>1?1:y;var g=o(y,x),k,P=f.length,T=1-d,F=1-g,I=T*T*T,$=d*T*T*3,O=d*d*T*3,V=d*d*d,G=T*T*F,z=d*T*F+T*d*F+T*T*g,L=d*d*F+T*d*g+d*T*g,A=d*d*g,M=T*F*F,S=d*F*F+T*g*F+T*F*g,_=d*g*F+T*g*g+d*F*g,j=d*g*g,R=F*F*F,D=g*F*F+F*g*F+F*F*g,B=g*g*F+F*g*g+g*F*g,N=g*g*g;for(k=0;k<P;k+=1)u[k*4]=t.round((I*f[k]+$*p[k]+O*m[k]+V*b[k])*1e3)/1e3,u[k*4+1]=t.round((G*f[k]+z*p[k]+L*m[k]+A*b[k])*1e3)/1e3,u[k*4+2]=t.round((M*f[k]+S*p[k]+_*m[k]+j*b[k])*1e3)/1e3,u[k*4+3]=t.round((R*f[k]+D*p[k]+B*m[k]+N*b[k])*1e3)/1e3;return u}return{getSegmentsLength:s,getNewSegment:E,getPointInSegment:c,buildBezierData:l,pointOnLine2D:e,pointOnLine3D:i}}var bez=bezFunction(),initFrame=initialDefaultFrame,mathAbs=Math.abs;function interpolateValue(t,e){var i=this.offsetTime,r;this.propType==="multidimensional"&&(r=createTypedArray("float32",this.pv.length));for(var s=e.lastIndex,n=s,a=this.keyframes.length-1,l=!0,o,c,u;l;){if(o=this.keyframes[n],c=this.keyframes[n+1],n===a-1&&t>=c.t-i){o.h&&(o=c),s=0;break}if(c.t-i>t){s=n;break}n<a-1?n+=1:(s=0,l=!1)}u=this.keyframesMetadata[n]||{};var E,f,b,p,m,C,y=c.t-i,x=o.t-i,d;if(o.to){u.bezierData||(u.bezierData=bez.buildBezierData(o.s,c.s||o.e,o.to,o.ti));var g=u.bezierData;if(t>=y||t<x){var k=t>=y?g.points.length-1:0;for(f=g.points[k].point.length,E=0;E<f;E+=1)r[E]=g.points[k].point[E]}else{u.__fnct?C=u.__fnct:(C=BezierFactory.getBezierEasing(o.o.x,o.o.y,o.i.x,o.i.y,o.n).get,u.__fnct=C),b=C((t-x)/(y-x));var P=g.segmentLength*b,T,F=e.lastFrame<t&&e._lastKeyframeIndex===n?e._lastAddedLength:0;for(m=e.lastFrame<t&&e._lastKeyframeIndex===n?e._lastPoint:0,l=!0,p=g.points.length;l;){if(F+=g.points[m].partialLength,P===0||b===0||m===g.points.length-1){for(f=g.points[m].point.length,E=0;E<f;E+=1)r[E]=g.points[m].point[E];break}else if(P>=F&&P<F+g.points[m+1].partialLength){for(T=(P-F)/g.points[m+1].partialLength,f=g.points[m].point.length,E=0;E<f;E+=1)r[E]=g.points[m].point[E]+(g.points[m+1].point[E]-g.points[m].point[E])*T;break}m<p-1?m+=1:l=!1}e._lastPoint=m,e._lastAddedLength=F-g.points[m].partialLength,e._lastKeyframeIndex=n}}else{var I,$,O,V,G;if(a=o.s.length,d=c.s||o.e,this.sh&&o.h!==1)if(t>=y)r[0]=d[0],r[1]=d[1],r[2]=d[2];else if(t<=x)r[0]=o.s[0],r[1]=o.s[1],r[2]=o.s[2];else{var z=createQuaternion(o.s),L=createQuaternion(d),A=(t-x)/(y-x);quaternionToEuler(r,slerp(z,L,A))}else for(n=0;n<a;n+=1)o.h!==1&&(t>=y?b=1:t<x?b=0:(o.o.x.constructor===Array?(u.__fnct||(u.__fnct=[]),u.__fnct[n]?C=u.__fnct[n]:(I=o.o.x[n]===void 0?o.o.x[0]:o.o.x[n],$=o.o.y[n]===void 0?o.o.y[0]:o.o.y[n],O=o.i.x[n]===void 0?o.i.x[0]:o.i.x[n],V=o.i.y[n]===void 0?o.i.y[0]:o.i.y[n],C=BezierFactory.getBezierEasing(I,$,O,V).get,u.__fnct[n]=C)):u.__fnct?C=u.__fnct:(I=o.o.x,$=o.o.y,O=o.i.x,V=o.i.y,C=BezierFactory.getBezierEasing(I,$,O,V).get,o.keyframeMetadata=C),b=C((t-x)/(y-x)))),d=c.s||o.e,G=o.h===1?o.s[n]:o.s[n]+(d[n]-o.s[n])*b,this.propType==="multidimensional"?r[n]=G:r=G}return e.lastIndex=s,r}function slerp(t,e,i){var r=[],s=t[0],n=t[1],a=t[2],l=t[3],o=e[0],c=e[1],u=e[2],E=e[3],f,b,p,m,C;return b=s*o+n*c+a*u+l*E,b<0&&(b=-b,o=-o,c=-c,u=-u,E=-E),1-b>1e-6?(f=Math.acos(b),p=Math.sin(f),m=Math.sin((1-i)*f)/p,C=Math.sin(i*f)/p):(m=1-i,C=i),r[0]=m*s+C*o,r[1]=m*n+C*c,r[2]=m*a+C*u,r[3]=m*l+C*E,r}function quaternionToEuler(t,e){var i=e[0],r=e[1],s=e[2],n=e[3],a=Math.atan2(2*r*n-2*i*s,1-2*r*r-2*s*s),l=Math.asin(2*i*r+2*s*n),o=Math.atan2(2*i*n-2*r*s,1-2*i*i-2*s*s);t[0]=a/degToRads,t[1]=l/degToRads,t[2]=o/degToRads}function createQuaternion(t){var e=t[0]*degToRads,i=t[1]*degToRads,r=t[2]*degToRads,s=Math.cos(e/2),n=Math.cos(i/2),a=Math.cos(r/2),l=Math.sin(e/2),o=Math.sin(i/2),c=Math.sin(r/2),u=s*n*a-l*o*c,E=l*o*a+s*n*c,f=l*n*a+s*o*c,b=s*o*a-l*n*c;return[E,f,b,u]}function getValueAtCurrentTime(){var t=this.comp.renderedFrame-this.offsetTime,e=this.keyframes[0].t-this.offsetTime,i=this.keyframes[this.keyframes.length-1].t-this.offsetTime;if(!(t===this._caching.lastFrame||this._caching.lastFrame!==initFrame&&(this._caching.lastFrame>=i&&t>=i||this._caching.lastFrame<e&&t<e))){this._caching.lastFrame>=t&&(this._caching._lastKeyframeIndex=-1,this._caching.lastIndex=0);var r=this.interpolateValue(t,this._caching);this.pv=r}return this._caching.lastFrame=t,this.pv}function setVValue(t){var e;if(this.propType==="unidimensional")e=t*this.mult,mathAbs(this.v-e)>1e-5&&(this.v=e,this._mdf=!0);else for(var i=0,r=this.v.length;i<r;)e=t[i]*this.mult,mathAbs(this.v[i]-e)>1e-5&&(this.v[i]=e,this._mdf=!0),i+=1}function processEffectsSequence(){if(!(this.elem.globalData.frameId===this.frameId||!this.effectsSequence.length)){if(this.lock){this.setVValue(this.pv);return}this.lock=!0,this._mdf=this._isFirstFrame;var t,e=this.effectsSequence.length,i=this.kf?this.pv:this.data.k;for(t=0;t<e;t+=1)i=this.effectsSequence[t](i);this.setVValue(i),this._isFirstFrame=!1,this.lock=!1,this.frameId=this.elem.globalData.frameId}}function addEffect(t){this.effectsSequence.push(t),this.container.addDynamicProperty(this)}function ValueProperty(t,e,i,r){this.propType="unidimensional",this.mult=i||1,this.data=e,this.v=i?e.k*i:e.k,this.pv=e.k,this._mdf=!1,this.elem=t,this.container=r,this.comp=t.comp,this.k=!1,this.kf=!1,this.vel=0,this.effectsSequence=[],this._isFirstFrame=!0,this.getValue=processEffectsSequence,this.setVValue=setVValue,this.addEffect=addEffect}function MultiDimensionalProperty(t,e,i,r){this.propType="multidimensional",this.mult=i||1,this.data=e,this._mdf=!1,this.elem=t,this.container=r,this.comp=t.comp,this.k=!1,this.kf=!1,this.frameId=-1;var s,n=e.k.length;for(this.v=createTypedArray("float32",n),this.pv=createTypedArray("float32",n),this.vel=createTypedArray("float32",n),s=0;s<n;s+=1)this.v[s]=e.k[s]*this.mult,this.pv[s]=e.k[s];this._isFirstFrame=!0,this.effectsSequence=[],this.getValue=processEffectsSequence,this.setVValue=setVValue,this.addEffect=addEffect}function KeyframedValueProperty(t,e,i,r){this.propType="unidimensional",this.keyframes=e.k,this.keyframesMetadata=[],this.offsetTime=t.data.st,this.frameId=-1,this._caching={lastFrame:initFrame,lastIndex:0,value:0,_lastKeyframeIndex:-1},this.k=!0,this.kf=!0,this.data=e,this.mult=i||1,this.elem=t,this.container=r,this.comp=t.comp,this.v=initFrame,this.pv=initFrame,this._isFirstFrame=!0,this.getValue=processEffectsSequence,this.setVValue=setVValue,this.interpolateValue=interpolateValue,this.effectsSequence=[getValueAtCurrentTime.bind(this)],this.addEffect=addEffect}function KeyframedMultidimensionalProperty(t,e,i,r){this.propType="multidimensional";var s,n=e.k.length,a,l,o,c;for(s=0;s<n-1;s+=1)e.k[s].to&&e.k[s].s&&e.k[s+1]&&e.k[s+1].s&&(a=e.k[s].s,l=e.k[s+1].s,o=e.k[s].to,c=e.k[s].ti,(a.length===2&&!(a[0]===l[0]&&a[1]===l[1])&&bez.pointOnLine2D(a[0],a[1],l[0],l[1],a[0]+o[0],a[1]+o[1])&&bez.pointOnLine2D(a[0],a[1],l[0],l[1],l[0]+c[0],l[1]+c[1])||a.length===3&&!(a[0]===l[0]&&a[1]===l[1]&&a[2]===l[2])&&bez.pointOnLine3D(a[0],a[1],a[2],l[0],l[1],l[2],a[0]+o[0],a[1]+o[1],a[2]+o[2])&&bez.pointOnLine3D(a[0],a[1],a[2],l[0],l[1],l[2],l[0]+c[0],l[1]+c[1],l[2]+c[2]))&&(e.k[s].to=null,e.k[s].ti=null),a[0]===l[0]&&a[1]===l[1]&&o[0]===0&&o[1]===0&&c[0]===0&&c[1]===0&&(a.length===2||a[2]===l[2]&&o[2]===0&&c[2]===0)&&(e.k[s].to=null,e.k[s].ti=null));this.effectsSequence=[getValueAtCurrentTime.bind(this)],this.data=e,this.keyframes=e.k,this.keyframesMetadata=[],this.offsetTime=t.data.st,this.k=!0,this.kf=!0,this._isFirstFrame=!0,this.mult=i||1,this.elem=t,this.container=r,this.comp=t.comp,this.getValue=processEffectsSequence,this.setVValue=setVValue,this.interpolateValue=interpolateValue,this.frameId=-1;var u=e.k[0].s.length;for(this.v=createTypedArray("float32",u),this.pv=createTypedArray("float32",u),s=0;s<u;s+=1)this.v[s]=initFrame,this.pv[s]=initFrame;this._caching={lastFrame:initFrame,lastIndex:0,value:createTypedArray("float32",u)},this.addEffect=addEffect}var PropertyFactory=function(){function t(i,r,s,n,a){r.sid&&(r=i.globalData.slotManager.getProp(r));var l;if(!r.k.length)l=new ValueProperty(i,r,n,a);else if(typeof r.k[0]=="number")l=new MultiDimensionalProperty(i,r,n,a);else switch(s){case 0:l=new KeyframedValueProperty(i,r,n,a);break;case 1:l=new KeyframedMultidimensionalProperty(i,r,n,a);break}return l.effectsSequence.length&&a.addDynamicProperty(l),l}var e={getProp:t};return e}();function DynamicPropertyContainer(){}DynamicPropertyContainer.prototype={addDynamicProperty:function(e){this.dynamicProperties.indexOf(e)===-1&&(this.dynamicProperties.push(e),this.container.addDynamicProperty(this),this._isAnimated=!0)},iterateDynamicProperties:function(){this._mdf=!1;var e,i=this.dynamicProperties.length;for(e=0;e<i;e+=1)this.dynamicProperties[e].getValue(),this.dynamicProperties[e]._mdf&&(this._mdf=!0)},initDynamicPropertyContainer:function(e){this.container=e,this.dynamicProperties=[],this._mdf=!1,this._isAnimated=!1}};var pointPool=function(){function t(){return createTypedArray("float32",2)}return poolFactory(8,t)}();function ShapePath(){this.c=!1,this._length=0,this._maxLength=8,this.v=createSizedArray(this._maxLength),this.o=createSizedArray(this._maxLength),this.i=createSizedArray(this._maxLength)}ShapePath.prototype.setPathData=function(t,e){this.c=t,this.setLength(e);for(var i=0;i<e;)this.v[i]=pointPool.newElement(),this.o[i]=pointPool.newElement(),this.i[i]=pointPool.newElement(),i+=1},ShapePath.prototype.setLength=function(t){for(;this._maxLength<t;)this.doubleArrayLength();this._length=t},ShapePath.prototype.doubleArrayLength=function(){this.v=this.v.concat(createSizedArray(this._maxLength)),this.i=this.i.concat(createSizedArray(this._maxLength)),this.o=this.o.concat(createSizedArray(this._maxLength)),this._maxLength*=2},ShapePath.prototype.setXYAt=function(t,e,i,r,s){var n;switch(this._length=Math.max(this._length,r+1),this._length>=this._maxLength&&this.doubleArrayLength(),i){case"v":n=this.v;break;case"i":n=this.i;break;case"o":n=this.o;break;default:n=[];break}(!n[r]||n[r]&&!s)&&(n[r]=pointPool.newElement()),n[r][0]=t,n[r][1]=e},ShapePath.prototype.setTripleAt=function(t,e,i,r,s,n,a,l){this.setXYAt(t,e,"v",a,l),this.setXYAt(i,r,"o",a,l),this.setXYAt(s,n,"i",a,l)},ShapePath.prototype.reverse=function(){var t=new ShapePath;t.setPathData(this.c,this._length);var e=this.v,i=this.o,r=this.i,s=0;this.c&&(t.setTripleAt(e[0][0],e[0][1],r[0][0],r[0][1],i[0][0],i[0][1],0,!1),s=1);var n=this._length-1,a=this._length,l;for(l=s;l<a;l+=1)t.setTripleAt(e[n][0],e[n][1],r[n][0],r[n][1],i[n][0],i[n][1],l,!1),n-=1;return t},ShapePath.prototype.length=function(){return this._length};var shapePool=function(){function t(){return new ShapePath}function e(s){var n=s._length,a;for(a=0;a<n;a+=1)pointPool.release(s.v[a]),pointPool.release(s.i[a]),pointPool.release(s.o[a]),s.v[a]=null,s.i[a]=null,s.o[a]=null;s._length=0,s.c=!1}function i(s){var n=r.newElement(),a,l=s._length===void 0?s.v.length:s._length;for(n.setLength(l),n.c=s.c,a=0;a<l;a+=1)n.setTripleAt(s.v[a][0],s.v[a][1],s.o[a][0],s.o[a][1],s.i[a][0],s.i[a][1],a);return n}var r=poolFactory(4,t,e);return r.clone=i,r}();function ShapeCollection(){this._length=0,this._maxLength=4,this.shapes=createSizedArray(this._maxLength)}ShapeCollection.prototype.addShape=function(t){this._length===this._maxLength&&(this.shapes=this.shapes.concat(createSizedArray(this._maxLength)),this._maxLength*=2),this.shapes[this._length]=t,this._length+=1},ShapeCollection.prototype.releaseShapes=function(){var t;for(t=0;t<this._length;t+=1)shapePool.release(this.shapes[t]);this._length=0};var shapeCollectionPool=function(){var t={newShapeCollection:s,release:n},e=0,i=4,r=createSizedArray(i);function s(){var a;return e?(e-=1,a=r[e]):a=new ShapeCollection,a}function n(a){var l,o=a._length;for(l=0;l<o;l+=1)shapePool.release(a.shapes[l]);a._length=0,e===i&&(r=pooling.double(r),i*=2),r[e]=a,e+=1}return t}(),ShapePropertyFactory=function(){var t=-999999;function e(y,x,d){var g=d.lastIndex,k,P,T,F,I,$,O,V,G,z=this.keyframes;if(y<z[0].t-this.offsetTime)k=z[0].s[0],T=!0,g=0;else if(y>=z[z.length-1].t-this.offsetTime)k=z[z.length-1].s?z[z.length-1].s[0]:z[z.length-2].e[0],T=!0;else{for(var L=g,A=z.length-1,M=!0,S,_,j;M&&(S=z[L],_=z[L+1],!(_.t-this.offsetTime>y));)L<A-1?L+=1:M=!1;if(j=this.keyframesMetadata[L]||{},T=S.h===1,g=L,!T){if(y>=_.t-this.offsetTime)V=1;else if(y<S.t-this.offsetTime)V=0;else{var R;j.__fnct?R=j.__fnct:(R=BezierFactory.getBezierEasing(S.o.x,S.o.y,S.i.x,S.i.y).get,j.__fnct=R),V=R((y-(S.t-this.offsetTime))/(_.t-this.offsetTime-(S.t-this.offsetTime)))}P=_.s?_.s[0]:S.e[0]}k=S.s[0]}for($=x._length,O=k.i[0].length,d.lastIndex=g,F=0;F<$;F+=1)for(I=0;I<O;I+=1)G=T?k.i[F][I]:k.i[F][I]+(P.i[F][I]-k.i[F][I])*V,x.i[F][I]=G,G=T?k.o[F][I]:k.o[F][I]+(P.o[F][I]-k.o[F][I])*V,x.o[F][I]=G,G=T?k.v[F][I]:k.v[F][I]+(P.v[F][I]-k.v[F][I])*V,x.v[F][I]=G}function i(){var y=this.comp.renderedFrame-this.offsetTime,x=this.keyframes[0].t-this.offsetTime,d=this.keyframes[this.keyframes.length-1].t-this.offsetTime,g=this._caching.lastFrame;return g!==t&&(g<x&&y<x||g>d&&y>d)||(this._caching.lastIndex=g<y?this._caching.lastIndex:0,this.interpolateShape(y,this.pv,this._caching)),this._caching.lastFrame=y,this.pv}function r(){this.paths=this.localShapeCollection}function s(y,x){if(y._length!==x._length||y.c!==x.c)return!1;var d,g=y._length;for(d=0;d<g;d+=1)if(y.v[d][0]!==x.v[d][0]||y.v[d][1]!==x.v[d][1]||y.o[d][0]!==x.o[d][0]||y.o[d][1]!==x.o[d][1]||y.i[d][0]!==x.i[d][0]||y.i[d][1]!==x.i[d][1])return!1;return!0}function n(y){s(this.v,y)||(this.v=shapePool.clone(y),this.localShapeCollection.releaseShapes(),this.localShapeCollection.addShape(this.v),this._mdf=!0,this.paths=this.localShapeCollection)}function a(){if(this.elem.globalData.frameId!==this.frameId){if(!this.effectsSequence.length){this._mdf=!1;return}if(this.lock){this.setVValue(this.pv);return}this.lock=!0,this._mdf=!1;var y;this.kf?y=this.pv:this.data.ks?y=this.data.ks.k:y=this.data.pt.k;var x,d=this.effectsSequence.length;for(x=0;x<d;x+=1)y=this.effectsSequence[x](y);this.setVValue(y),this.lock=!1,this.frameId=this.elem.globalData.frameId}}function l(y,x,d){this.propType="shape",this.comp=y.comp,this.container=y,this.elem=y,this.data=x,this.k=!1,this.kf=!1,this._mdf=!1;var g=d===3?x.pt.k:x.ks.k;this.v=shapePool.clone(g),this.pv=shapePool.clone(this.v),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.reset=r,this.effectsSequence=[]}function o(y){this.effectsSequence.push(y),this.container.addDynamicProperty(this)}l.prototype.interpolateShape=e,l.prototype.getValue=a,l.prototype.setVValue=n,l.prototype.addEffect=o;function c(y,x,d){this.propType="shape",this.comp=y.comp,this.elem=y,this.container=y,this.offsetTime=y.data.st,this.keyframes=d===3?x.pt.k:x.ks.k,this.keyframesMetadata=[],this.k=!0,this.kf=!0;var g=this.keyframes[0].s[0].i.length;this.v=shapePool.newElement(),this.v.setPathData(this.keyframes[0].s[0].c,g),this.pv=shapePool.clone(this.v),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.lastFrame=t,this.reset=r,this._caching={lastFrame:t,lastIndex:0},this.effectsSequence=[i.bind(this)]}c.prototype.getValue=a,c.prototype.interpolateShape=e,c.prototype.setVValue=n,c.prototype.addEffect=o;var u=function(){var y=roundCorner;function x(d,g){this.v=shapePool.newElement(),this.v.setPathData(!0,4),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.localShapeCollection.addShape(this.v),this.d=g.d,this.elem=d,this.comp=d.comp,this.frameId=-1,this.initDynamicPropertyContainer(d),this.p=PropertyFactory.getProp(d,g.p,1,0,this),this.s=PropertyFactory.getProp(d,g.s,1,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertEllToPath())}return x.prototype={reset:r,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertEllToPath())},convertEllToPath:function(){var g=this.p.v[0],k=this.p.v[1],P=this.s.v[0]/2,T=this.s.v[1]/2,F=this.d!==3,I=this.v;I.v[0][0]=g,I.v[0][1]=k-T,I.v[1][0]=F?g+P:g-P,I.v[1][1]=k,I.v[2][0]=g,I.v[2][1]=k+T,I.v[3][0]=F?g-P:g+P,I.v[3][1]=k,I.i[0][0]=F?g-P*y:g+P*y,I.i[0][1]=k-T,I.i[1][0]=F?g+P:g-P,I.i[1][1]=k-T*y,I.i[2][0]=F?g+P*y:g-P*y,I.i[2][1]=k+T,I.i[3][0]=F?g-P:g+P,I.i[3][1]=k+T*y,I.o[0][0]=F?g+P*y:g-P*y,I.o[0][1]=k-T,I.o[1][0]=F?g+P:g-P,I.o[1][1]=k+T*y,I.o[2][0]=F?g-P*y:g+P*y,I.o[2][1]=k+T,I.o[3][0]=F?g-P:g+P,I.o[3][1]=k-T*y}},extendPrototype([DynamicPropertyContainer],x),x}(),E=function(){function y(x,d){this.v=shapePool.newElement(),this.v.setPathData(!0,0),this.elem=x,this.comp=x.comp,this.data=d,this.frameId=-1,this.d=d.d,this.initDynamicPropertyContainer(x),d.sy===1?(this.ir=PropertyFactory.getProp(x,d.ir,0,0,this),this.is=PropertyFactory.getProp(x,d.is,0,.01,this),this.convertToPath=this.convertStarToPath):this.convertToPath=this.convertPolygonToPath,this.pt=PropertyFactory.getProp(x,d.pt,0,0,this),this.p=PropertyFactory.getProp(x,d.p,1,0,this),this.r=PropertyFactory.getProp(x,d.r,0,degToRads,this),this.or=PropertyFactory.getProp(x,d.or,0,0,this),this.os=PropertyFactory.getProp(x,d.os,0,.01,this),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertToPath())}return y.prototype={reset:r,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertToPath())},convertStarToPath:function(){var d=Math.floor(this.pt.v)*2,g=Math.PI*2/d,k=!0,P=this.or.v,T=this.ir.v,F=this.os.v,I=this.is.v,$=2*Math.PI*P/(d*2),O=2*Math.PI*T/(d*2),V,G,z,L,A=-Math.PI/2;A+=this.r.v;var M=this.data.d===3?-1:1;for(this.v._length=0,V=0;V<d;V+=1){G=k?P:T,z=k?F:I,L=k?$:O;var S=G*Math.cos(A),_=G*Math.sin(A),j=S===0&&_===0?0:_/Math.sqrt(S*S+_*_),R=S===0&&_===0?0:-S/Math.sqrt(S*S+_*_);S+=+this.p.v[0],_+=+this.p.v[1],this.v.setTripleAt(S,_,S-j*L*z*M,_-R*L*z*M,S+j*L*z*M,_+R*L*z*M,V,!0),k=!k,A+=g*M}},convertPolygonToPath:function(){var d=Math.floor(this.pt.v),g=Math.PI*2/d,k=this.or.v,P=this.os.v,T=2*Math.PI*k/(d*4),F,I=-Math.PI*.5,$=this.data.d===3?-1:1;for(I+=this.r.v,this.v._length=0,F=0;F<d;F+=1){var O=k*Math.cos(I),V=k*Math.sin(I),G=O===0&&V===0?0:V/Math.sqrt(O*O+V*V),z=O===0&&V===0?0:-O/Math.sqrt(O*O+V*V);O+=+this.p.v[0],V+=+this.p.v[1],this.v.setTripleAt(O,V,O-G*T*P*$,V-z*T*P*$,O+G*T*P*$,V+z*T*P*$,F,!0),I+=g*$}this.paths.length=0,this.paths[0]=this.v}},extendPrototype([DynamicPropertyContainer],y),y}(),f=function(){function y(x,d){this.v=shapePool.newElement(),this.v.c=!0,this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.elem=x,this.comp=x.comp,this.frameId=-1,this.d=d.d,this.initDynamicPropertyContainer(x),this.p=PropertyFactory.getProp(x,d.p,1,0,this),this.s=PropertyFactory.getProp(x,d.s,1,0,this),this.r=PropertyFactory.getProp(x,d.r,0,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertRectToPath())}return y.prototype={convertRectToPath:function(){var d=this.p.v[0],g=this.p.v[1],k=this.s.v[0]/2,P=this.s.v[1]/2,T=bmMin(k,P,this.r.v),F=T*(1-roundCorner);this.v._length=0,this.d===2||this.d===1?(this.v.setTripleAt(d+k,g-P+T,d+k,g-P+T,d+k,g-P+F,0,!0),this.v.setTripleAt(d+k,g+P-T,d+k,g+P-F,d+k,g+P-T,1,!0),T!==0?(this.v.setTripleAt(d+k-T,g+P,d+k-T,g+P,d+k-F,g+P,2,!0),this.v.setTripleAt(d-k+T,g+P,d-k+F,g+P,d-k+T,g+P,3,!0),this.v.setTripleAt(d-k,g+P-T,d-k,g+P-T,d-k,g+P-F,4,!0),this.v.setTripleAt(d-k,g-P+T,d-k,g-P+F,d-k,g-P+T,5,!0),this.v.setTripleAt(d-k+T,g-P,d-k+T,g-P,d-k+F,g-P,6,!0),this.v.setTripleAt(d+k-T,g-P,d+k-F,g-P,d+k-T,g-P,7,!0)):(this.v.setTripleAt(d-k,g+P,d-k+F,g+P,d-k,g+P,2),this.v.setTripleAt(d-k,g-P,d-k,g-P+F,d-k,g-P,3))):(this.v.setTripleAt(d+k,g-P+T,d+k,g-P+F,d+k,g-P+T,0,!0),T!==0?(this.v.setTripleAt(d+k-T,g-P,d+k-T,g-P,d+k-F,g-P,1,!0),this.v.setTripleAt(d-k+T,g-P,d-k+F,g-P,d-k+T,g-P,2,!0),this.v.setTripleAt(d-k,g-P+T,d-k,g-P+T,d-k,g-P+F,3,!0),this.v.setTripleAt(d-k,g+P-T,d-k,g+P-F,d-k,g+P-T,4,!0),this.v.setTripleAt(d-k+T,g+P,d-k+T,g+P,d-k+F,g+P,5,!0),this.v.setTripleAt(d+k-T,g+P,d+k-F,g+P,d+k-T,g+P,6,!0),this.v.setTripleAt(d+k,g+P-T,d+k,g+P-T,d+k,g+P-F,7,!0)):(this.v.setTripleAt(d-k,g-P,d-k+F,g-P,d-k,g-P,1,!0),this.v.setTripleAt(d-k,g+P,d-k,g+P-F,d-k,g+P,2,!0),this.v.setTripleAt(d+k,g+P,d+k-F,g+P,d+k,g+P,3,!0)))},getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertRectToPath())},reset:r},extendPrototype([DynamicPropertyContainer],y),y}();function b(y,x,d){var g;if(d===3||d===4){var k=d===3?x.pt:x.ks,P=k.k;P.length?g=new c(y,x,d):g=new l(y,x,d)}else d===5?g=new f(y,x):d===6?g=new u(y,x):d===7&&(g=new E(y,x));return g.k&&y.addDynamicProperty(g),g}function p(){return l}function m(){return c}var C={};return C.getShapeProp=b,C.getConstructorFunction=p,C.getKeyframedConstructorFunction=m,C}();/*!
|
|
19
|
-
Transformation Matrix v2.0
|
|
20
|
-
(c) Epistemex 2014-2015
|
|
21
|
-
www.epistemex.com
|
|
22
|
-
By Ken Fyrstenberg
|
|
23
|
-
Contributions by leeoniya.
|
|
24
|
-
License: MIT, header required.
|
|
25
|
-
*/var Matrix=function(){var t=Math.cos,e=Math.sin,i=Math.tan,r=Math.round;function s(){return this.props[0]=1,this.props[1]=0,this.props[2]=0,this.props[3]=0,this.props[4]=0,this.props[5]=1,this.props[6]=0,this.props[7]=0,this.props[8]=0,this.props[9]=0,this.props[10]=1,this.props[11]=0,this.props[12]=0,this.props[13]=0,this.props[14]=0,this.props[15]=1,this}function n(S){if(S===0)return this;var _=t(S),j=e(S);return this._t(_,-j,0,0,j,_,0,0,0,0,1,0,0,0,0,1)}function a(S){if(S===0)return this;var _=t(S),j=e(S);return this._t(1,0,0,0,0,_,-j,0,0,j,_,0,0,0,0,1)}function l(S){if(S===0)return this;var _=t(S),j=e(S);return this._t(_,0,j,0,0,1,0,0,-j,0,_,0,0,0,0,1)}function o(S){if(S===0)return this;var _=t(S),j=e(S);return this._t(_,-j,0,0,j,_,0,0,0,0,1,0,0,0,0,1)}function c(S,_){return this._t(1,_,S,1,0,0)}function u(S,_){return this.shear(i(S),i(_))}function E(S,_){var j=t(_),R=e(_);return this._t(j,R,0,0,-R,j,0,0,0,0,1,0,0,0,0,1)._t(1,0,0,0,i(S),1,0,0,0,0,1,0,0,0,0,1)._t(j,-R,0,0,R,j,0,0,0,0,1,0,0,0,0,1)}function f(S,_,j){return!j&&j!==0&&(j=1),S===1&&_===1&&j===1?this:this._t(S,0,0,0,0,_,0,0,0,0,j,0,0,0,0,1)}function b(S,_,j,R,D,B,N,H,W,U,Y,Q,X,J,tt,K){return this.props[0]=S,this.props[1]=_,this.props[2]=j,this.props[3]=R,this.props[4]=D,this.props[5]=B,this.props[6]=N,this.props[7]=H,this.props[8]=W,this.props[9]=U,this.props[10]=Y,this.props[11]=Q,this.props[12]=X,this.props[13]=J,this.props[14]=tt,this.props[15]=K,this}function p(S,_,j){return j=j||0,S!==0||_!==0||j!==0?this._t(1,0,0,0,0,1,0,0,0,0,1,0,S,_,j,1):this}function m(S,_,j,R,D,B,N,H,W,U,Y,Q,X,J,tt,K){var q=this.props;if(S===1&&_===0&&j===0&&R===0&&D===0&&B===1&&N===0&&H===0&&W===0&&U===0&&Y===1&&Q===0)return q[12]=q[12]*S+q[15]*X,q[13]=q[13]*B+q[15]*J,q[14]=q[14]*Y+q[15]*tt,q[15]*=K,this._identityCalculated=!1,this;var st=q[0],lt=q[1],nt=q[2],rt=q[3],at=q[4],ot=q[5],Z=q[6],ht=q[7],ct=q[8],et=q[9],ft=q[10],it=q[11],ut=q[12],pt=q[13],yt=q[14],dt=q[15];return q[0]=st*S+lt*D+nt*W+rt*X,q[1]=st*_+lt*B+nt*U+rt*J,q[2]=st*j+lt*N+nt*Y+rt*tt,q[3]=st*R+lt*H+nt*Q+rt*K,q[4]=at*S+ot*D+Z*W+ht*X,q[5]=at*_+ot*B+Z*U+ht*J,q[6]=at*j+ot*N+Z*Y+ht*tt,q[7]=at*R+ot*H+Z*Q+ht*K,q[8]=ct*S+et*D+ft*W+it*X,q[9]=ct*_+et*B+ft*U+it*J,q[10]=ct*j+et*N+ft*Y+it*tt,q[11]=ct*R+et*H+ft*Q+it*K,q[12]=ut*S+pt*D+yt*W+dt*X,q[13]=ut*_+pt*B+yt*U+dt*J,q[14]=ut*j+pt*N+yt*Y+dt*tt,q[15]=ut*R+pt*H+yt*Q+dt*K,this._identityCalculated=!1,this}function C(S){var _=S.props;return this.transform(_[0],_[1],_[2],_[3],_[4],_[5],_[6],_[7],_[8],_[9],_[10],_[11],_[12],_[13],_[14],_[15])}function y(){return this._identityCalculated||(this._identity=!(this.props[0]!==1||this.props[1]!==0||this.props[2]!==0||this.props[3]!==0||this.props[4]!==0||this.props[5]!==1||this.props[6]!==0||this.props[7]!==0||this.props[8]!==0||this.props[9]!==0||this.props[10]!==1||this.props[11]!==0||this.props[12]!==0||this.props[13]!==0||this.props[14]!==0||this.props[15]!==1),this._identityCalculated=!0),this._identity}function x(S){for(var _=0;_<16;){if(S.props[_]!==this.props[_])return!1;_+=1}return!0}function d(S){var _;for(_=0;_<16;_+=1)S.props[_]=this.props[_];return S}function g(S){var _;for(_=0;_<16;_+=1)this.props[_]=S[_]}function k(S,_,j){return{x:S*this.props[0]+_*this.props[4]+j*this.props[8]+this.props[12],y:S*this.props[1]+_*this.props[5]+j*this.props[9]+this.props[13],z:S*this.props[2]+_*this.props[6]+j*this.props[10]+this.props[14]}}function P(S,_,j){return S*this.props[0]+_*this.props[4]+j*this.props[8]+this.props[12]}function T(S,_,j){return S*this.props[1]+_*this.props[5]+j*this.props[9]+this.props[13]}function F(S,_,j){return S*this.props[2]+_*this.props[6]+j*this.props[10]+this.props[14]}function I(){var S=this.props[0]*this.props[5]-this.props[1]*this.props[4],_=this.props[5]/S,j=-this.props[1]/S,R=-this.props[4]/S,D=this.props[0]/S,B=(this.props[4]*this.props[13]-this.props[5]*this.props[12])/S,N=-(this.props[0]*this.props[13]-this.props[1]*this.props[12])/S,H=new Matrix;return H.props[0]=_,H.props[1]=j,H.props[4]=R,H.props[5]=D,H.props[12]=B,H.props[13]=N,H}function $(S){var _=this.getInverseMatrix();return _.applyToPointArray(S[0],S[1],S[2]||0)}function O(S){var _,j=S.length,R=[];for(_=0;_<j;_+=1)R[_]=$(S[_]);return R}function V(S,_,j){var R=createTypedArray("float32",6);if(this.isIdentity())R[0]=S[0],R[1]=S[1],R[2]=_[0],R[3]=_[1],R[4]=j[0],R[5]=j[1];else{var D=this.props[0],B=this.props[1],N=this.props[4],H=this.props[5],W=this.props[12],U=this.props[13];R[0]=S[0]*D+S[1]*N+W,R[1]=S[0]*B+S[1]*H+U,R[2]=_[0]*D+_[1]*N+W,R[3]=_[0]*B+_[1]*H+U,R[4]=j[0]*D+j[1]*N+W,R[5]=j[0]*B+j[1]*H+U}return R}function G(S,_,j){var R;return this.isIdentity()?R=[S,_,j]:R=[S*this.props[0]+_*this.props[4]+j*this.props[8]+this.props[12],S*this.props[1]+_*this.props[5]+j*this.props[9]+this.props[13],S*this.props[2]+_*this.props[6]+j*this.props[10]+this.props[14]],R}function z(S,_){if(this.isIdentity())return S+","+_;var j=this.props;return Math.round((S*j[0]+_*j[4]+j[12])*100)/100+","+Math.round((S*j[1]+_*j[5]+j[13])*100)/100}function L(){for(var S=0,_=this.props,j="matrix3d(",R=1e4;S<16;)j+=r(_[S]*R)/R,j+=S===15?")":",",S+=1;return j}function A(S){var _=1e4;return S<1e-6&&S>0||S>-1e-6&&S<0?r(S*_)/_:S}function M(){var S=this.props,_=A(S[0]),j=A(S[1]),R=A(S[4]),D=A(S[5]),B=A(S[12]),N=A(S[13]);return"matrix("+_+","+j+","+R+","+D+","+B+","+N+")"}return function(){this.reset=s,this.rotate=n,this.rotateX=a,this.rotateY=l,this.rotateZ=o,this.skew=u,this.skewFromAxis=E,this.shear=c,this.scale=f,this.setTransform=b,this.translate=p,this.transform=m,this.multiply=C,this.applyToPoint=k,this.applyToX=P,this.applyToY=T,this.applyToZ=F,this.applyToPointArray=G,this.applyToTriplePoints=V,this.applyToPointStringified=z,this.toCSS=L,this.to2dCSS=M,this.clone=d,this.cloneFromProps=g,this.equals=x,this.inversePoints=O,this.inversePoint=$,this.getInverseMatrix=I,this._t=this.transform,this.isIdentity=y,this._identity=!0,this._identityCalculated=!1,this.props=createTypedArray("float32",16),this.reset()}}();function _typeof$3(t){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$3=function(i){return typeof i}:_typeof$3=function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},_typeof$3(t)}var lottie={};function setLocation(t){setLocationHref(t)}function searchAnimations(){animationManager.searchAnimations()}function setSubframeRendering(t){setSubframeEnabled(t)}function setPrefix(t){setIdPrefix(t)}function loadAnimation(t){return animationManager.loadAnimation(t)}function setQuality(t){if(typeof t=="string")switch(t){case"high":setDefaultCurveSegments(200);break;default:case"medium":setDefaultCurveSegments(50);break;case"low":setDefaultCurveSegments(10);break}else!isNaN(t)&&t>1&&setDefaultCurveSegments(t)}function inBrowser(){return typeof navigator<"u"}function installPlugin(t,e){t==="expressions"&&setExpressionsPlugin(e)}function getFactory(t){switch(t){case"propertyFactory":return PropertyFactory;case"shapePropertyFactory":return ShapePropertyFactory;case"matrix":return Matrix;default:return null}}lottie.play=animationManager.play,lottie.pause=animationManager.pause,lottie.setLocationHref=setLocation,lottie.togglePause=animationManager.togglePause,lottie.setSpeed=animationManager.setSpeed,lottie.setDirection=animationManager.setDirection,lottie.stop=animationManager.stop,lottie.searchAnimations=searchAnimations,lottie.registerAnimation=animationManager.registerAnimation,lottie.loadAnimation=loadAnimation,lottie.setSubframeRendering=setSubframeRendering,lottie.resize=animationManager.resize,lottie.goToAndStop=animationManager.goToAndStop,lottie.destroy=animationManager.destroy,lottie.setQuality=setQuality,lottie.inBrowser=inBrowser,lottie.installPlugin=installPlugin,lottie.freeze=animationManager.freeze,lottie.unfreeze=animationManager.unfreeze,lottie.setVolume=animationManager.setVolume,lottie.mute=animationManager.mute,lottie.unmute=animationManager.unmute,lottie.getRegisteredAnimations=animationManager.getRegisteredAnimations,lottie.useWebWorker=setWebWorker,lottie.setIDPrefix=setPrefix,lottie.__getFactory=getFactory,lottie.version="5.12.2";function checkReady(){document.readyState==="complete"&&(clearInterval(readyStateCheckInterval),searchAnimations())}function getQueryVariable(t){for(var e=queryString.split("&"),i=0;i<e.length;i+=1){var r=e[i].split("=");if(decodeURIComponent(r[0])==t)return decodeURIComponent(r[1])}return null}var queryString="";{var scripts=document.getElementsByTagName("script"),index=scripts.length-1,myScript=scripts[index]||{src:""};queryString=myScript.src?myScript.src.replace(/^[^\?]+\??/,""):"",getQueryVariable("renderer")}var readyStateCheckInterval=setInterval(checkReady,100);try{_typeof$3(exports)!=="object"&&(window.bodymovin=lottie)}catch(t){}var ShapeModifiers=function(){var t={},e={};t.registerModifier=i,t.getModifier=r;function i(s,n){e[s]||(e[s]=n)}function r(s,n,a){return new e[s](n,a)}return t}();function ShapeModifier(){}ShapeModifier.prototype.initModifierProperties=function(){},ShapeModifier.prototype.addShapeToModifier=function(){},ShapeModifier.prototype.addShape=function(t){if(!this.closed){t.sh.container.addDynamicProperty(t.sh);var e={shape:t.sh,data:t,localShapeCollection:shapeCollectionPool.newShapeCollection()};this.shapes.push(e),this.addShapeToModifier(e),this._isAnimated&&t.setAsAnimated()}},ShapeModifier.prototype.init=function(t,e){this.shapes=[],this.elem=t,this.initDynamicPropertyContainer(t),this.initModifierProperties(t,e),this.frameId=initialDefaultFrame,this.closed=!1,this.k=!1,this.dynamicProperties.length?this.k=!0:this.getValue(!0)},ShapeModifier.prototype.processKeys=function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties())},extendPrototype([DynamicPropertyContainer],ShapeModifier);function TrimModifier(){}extendPrototype([ShapeModifier],TrimModifier),TrimModifier.prototype.initModifierProperties=function(t,e){this.s=PropertyFactory.getProp(t,e.s,0,.01,this),this.e=PropertyFactory.getProp(t,e.e,0,.01,this),this.o=PropertyFactory.getProp(t,e.o,0,0,this),this.sValue=0,this.eValue=0,this.getValue=this.processKeys,this.m=e.m,this._isAnimated=!!this.s.effectsSequence.length||!!this.e.effectsSequence.length||!!this.o.effectsSequence.length},TrimModifier.prototype.addShapeToModifier=function(t){t.pathsData=[]},TrimModifier.prototype.calculateShapeEdges=function(t,e,i,r,s){var n=[];e<=1?n.push({s:t,e}):t>=1?n.push({s:t-1,e:e-1}):(n.push({s:t,e:1}),n.push({s:0,e:e-1}));var a=[],l,o=n.length,c;for(l=0;l<o;l+=1)if(c=n[l],!(c.e*s<r||c.s*s>r+i)){var u,E;c.s*s<=r?u=0:u=(c.s*s-r)/i,c.e*s>=r+i?E=1:E=(c.e*s-r)/i,a.push([u,E])}return a.length||a.push([0,0]),a},TrimModifier.prototype.releasePathsData=function(t){var e,i=t.length;for(e=0;e<i;e+=1)segmentsLengthPool.release(t[e]);return t.length=0,t},TrimModifier.prototype.processShapes=function(t){var e,i;if(this._mdf||t){var r=this.o.v%360/360;if(r<0&&(r+=1),this.s.v>1?e=1+r:this.s.v<0?e=0+r:e=this.s.v+r,this.e.v>1?i=1+r:this.e.v<0?i=0+r:i=this.e.v+r,e>i){var s=e;e=i,i=s}e=Math.round(e*1e4)*1e-4,i=Math.round(i*1e4)*1e-4,this.sValue=e,this.eValue=i}else e=this.sValue,i=this.eValue;var n,a,l=this.shapes.length,o,c,u,E,f,b=0;if(i===e)for(a=0;a<l;a+=1)this.shapes[a].localShapeCollection.releaseShapes(),this.shapes[a].shape._mdf=!0,this.shapes[a].shape.paths=this.shapes[a].localShapeCollection,this._mdf&&(this.shapes[a].pathsData.length=0);else if(i===1&&e===0||i===0&&e===1){if(this._mdf)for(a=0;a<l;a+=1)this.shapes[a].pathsData.length=0,this.shapes[a].shape._mdf=!0}else{var p=[],m,C;for(a=0;a<l;a+=1)if(m=this.shapes[a],!m.shape._mdf&&!this._mdf&&!t&&this.m!==2)m.shape.paths=m.localShapeCollection;else{if(n=m.shape.paths,c=n._length,f=0,!m.shape._mdf&&m.pathsData.length)f=m.totalShapeLength;else{for(u=this.releasePathsData(m.pathsData),o=0;o<c;o+=1)E=bez.getSegmentsLength(n.shapes[o]),u.push(E),f+=E.totalLength;m.totalShapeLength=f,m.pathsData=u}b+=f,m.shape._mdf=!0}var y=e,x=i,d=0,g;for(a=l-1;a>=0;a-=1)if(m=this.shapes[a],m.shape._mdf){for(C=m.localShapeCollection,C.releaseShapes(),this.m===2&&l>1?(g=this.calculateShapeEdges(e,i,m.totalShapeLength,d,b),d+=m.totalShapeLength):g=[[y,x]],c=g.length,o=0;o<c;o+=1){y=g[o][0],x=g[o][1],p.length=0,x<=1?p.push({s:m.totalShapeLength*y,e:m.totalShapeLength*x}):y>=1?p.push({s:m.totalShapeLength*(y-1),e:m.totalShapeLength*(x-1)}):(p.push({s:m.totalShapeLength*y,e:m.totalShapeLength}),p.push({s:0,e:m.totalShapeLength*(x-1)}));var k=this.addShapes(m,p[0]);if(p[0].s!==p[0].e){if(p.length>1){var P=m.shape.paths.shapes[m.shape.paths._length-1];if(P.c){var T=k.pop();this.addPaths(k,C),k=this.addShapes(m,p[1],T)}else this.addPaths(k,C),k=this.addShapes(m,p[1])}this.addPaths(k,C)}}m.shape.paths=C}}},TrimModifier.prototype.addPaths=function(t,e){var i,r=t.length;for(i=0;i<r;i+=1)e.addShape(t[i])},TrimModifier.prototype.addSegment=function(t,e,i,r,s,n,a){s.setXYAt(e[0],e[1],"o",n),s.setXYAt(i[0],i[1],"i",n+1),a&&s.setXYAt(t[0],t[1],"v",n),s.setXYAt(r[0],r[1],"v",n+1)},TrimModifier.prototype.addSegmentFromArray=function(t,e,i,r){e.setXYAt(t[1],t[5],"o",i),e.setXYAt(t[2],t[6],"i",i+1),r&&e.setXYAt(t[0],t[4],"v",i),e.setXYAt(t[3],t[7],"v",i+1)},TrimModifier.prototype.addShapes=function(t,e,i){var r=t.pathsData,s=t.shape.paths.shapes,n,a=t.shape.paths._length,l,o,c=0,u,E,f,b,p=[],m,C=!0;for(i?(E=i._length,m=i._length):(i=shapePool.newElement(),E=0,m=0),p.push(i),n=0;n<a;n+=1){for(f=r[n].lengths,i.c=s[n].c,o=s[n].c?f.length:f.length+1,l=1;l<o;l+=1)if(u=f[l-1],c+u.addedLength<e.s)c+=u.addedLength,i.c=!1;else if(c>e.e){i.c=!1;break}else e.s<=c&&e.e>=c+u.addedLength?(this.addSegment(s[n].v[l-1],s[n].o[l-1],s[n].i[l],s[n].v[l],i,E,C),C=!1):(b=bez.getNewSegment(s[n].v[l-1],s[n].v[l],s[n].o[l-1],s[n].i[l],(e.s-c)/u.addedLength,(e.e-c)/u.addedLength,f[l-1]),this.addSegmentFromArray(b,i,E,C),C=!1,i.c=!1),c+=u.addedLength,E+=1;if(s[n].c&&f.length){if(u=f[l-1],c<=e.e){var y=f[l-1].addedLength;e.s<=c&&e.e>=c+y?(this.addSegment(s[n].v[l-1],s[n].o[l-1],s[n].i[0],s[n].v[0],i,E,C),C=!1):(b=bez.getNewSegment(s[n].v[l-1],s[n].v[0],s[n].o[l-1],s[n].i[0],(e.s-c)/y,(e.e-c)/y,f[l-1]),this.addSegmentFromArray(b,i,E,C),C=!1,i.c=!1)}else i.c=!1;c+=u.addedLength,E+=1}if(i._length&&(i.setXYAt(i.v[m][0],i.v[m][1],"i",m),i.setXYAt(i.v[i._length-1][0],i.v[i._length-1][1],"o",i._length-1)),c>e.e)break;n<a-1&&(i=shapePool.newElement(),C=!0,p.push(i),E=0)}return p};function PuckerAndBloatModifier(){}extendPrototype([ShapeModifier],PuckerAndBloatModifier),PuckerAndBloatModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.amount=PropertyFactory.getProp(t,e.a,0,null,this),this._isAnimated=!!this.amount.effectsSequence.length},PuckerAndBloatModifier.prototype.processPath=function(t,e){var i=e/100,r=[0,0],s=t._length,n=0;for(n=0;n<s;n+=1)r[0]+=t.v[n][0],r[1]+=t.v[n][1];r[0]/=s,r[1]/=s;var a=shapePool.newElement();a.c=t.c;var l,o,c,u,E,f;for(n=0;n<s;n+=1)l=t.v[n][0]+(r[0]-t.v[n][0])*i,o=t.v[n][1]+(r[1]-t.v[n][1])*i,c=t.o[n][0]+(r[0]-t.o[n][0])*-i,u=t.o[n][1]+(r[1]-t.o[n][1])*-i,E=t.i[n][0]+(r[0]-t.i[n][0])*-i,f=t.i[n][1]+(r[1]-t.i[n][1])*-i,a.setTripleAt(l,o,c,u,E,f,n);return a},PuckerAndBloatModifier.prototype.processShapes=function(t){var e,i,r=this.shapes.length,s,n,a=this.amount.v;if(a!==0){var l,o;for(i=0;i<r;i+=1){if(l=this.shapes[i],o=l.localShapeCollection,!(!l.shape._mdf&&!this._mdf&&!t))for(o.releaseShapes(),l.shape._mdf=!0,e=l.shape.paths.shapes,n=l.shape.paths._length,s=0;s<n;s+=1)o.addShape(this.processPath(e[s],a));l.shape.paths=l.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};var TransformPropertyFactory=function(){var t=[0,0];function e(o){var c=this._mdf;this.iterateDynamicProperties(),this._mdf=this._mdf||c,this.a&&o.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.s&&o.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&o.skewFromAxis(-this.sk.v,this.sa.v),this.r?o.rotate(-this.r.v):o.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.data.p.s?this.data.p.z?o.translate(this.px.v,this.py.v,-this.pz.v):o.translate(this.px.v,this.py.v,0):o.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}function i(o){if(this.elem.globalData.frameId!==this.frameId){if(this._isDirty&&(this.precalculateMatrix(),this._isDirty=!1),this.iterateDynamicProperties(),this._mdf||o){var c;if(this.v.cloneFromProps(this.pre.props),this.appliedTransformations<1&&this.v.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations<2&&this.v.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&this.appliedTransformations<3&&this.v.skewFromAxis(-this.sk.v,this.sa.v),this.r&&this.appliedTransformations<4?this.v.rotate(-this.r.v):!this.r&&this.appliedTransformations<4&&this.v.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.autoOriented){var u,E;if(c=this.elem.globalData.frameRate,this.p&&this.p.keyframes&&this.p.getValueAtTime)this.p._caching.lastFrame+this.p.offsetTime<=this.p.keyframes[0].t?(u=this.p.getValueAtTime((this.p.keyframes[0].t+.01)/c,0),E=this.p.getValueAtTime(this.p.keyframes[0].t/c,0)):this.p._caching.lastFrame+this.p.offsetTime>=this.p.keyframes[this.p.keyframes.length-1].t?(u=this.p.getValueAtTime(this.p.keyframes[this.p.keyframes.length-1].t/c,0),E=this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length-1].t-.05)/c,0)):(u=this.p.pv,E=this.p.getValueAtTime((this.p._caching.lastFrame+this.p.offsetTime-.01)/c,this.p.offsetTime));else if(this.px&&this.px.keyframes&&this.py.keyframes&&this.px.getValueAtTime&&this.py.getValueAtTime){u=[],E=[];var f=this.px,b=this.py;f._caching.lastFrame+f.offsetTime<=f.keyframes[0].t?(u[0]=f.getValueAtTime((f.keyframes[0].t+.01)/c,0),u[1]=b.getValueAtTime((b.keyframes[0].t+.01)/c,0),E[0]=f.getValueAtTime(f.keyframes[0].t/c,0),E[1]=b.getValueAtTime(b.keyframes[0].t/c,0)):f._caching.lastFrame+f.offsetTime>=f.keyframes[f.keyframes.length-1].t?(u[0]=f.getValueAtTime(f.keyframes[f.keyframes.length-1].t/c,0),u[1]=b.getValueAtTime(b.keyframes[b.keyframes.length-1].t/c,0),E[0]=f.getValueAtTime((f.keyframes[f.keyframes.length-1].t-.01)/c,0),E[1]=b.getValueAtTime((b.keyframes[b.keyframes.length-1].t-.01)/c,0)):(u=[f.pv,b.pv],E[0]=f.getValueAtTime((f._caching.lastFrame+f.offsetTime-.01)/c,f.offsetTime),E[1]=b.getValueAtTime((b._caching.lastFrame+b.offsetTime-.01)/c,b.offsetTime))}else E=t,u=E;this.v.rotate(-Math.atan2(u[1]-E[1],u[0]-E[0]))}this.data.p&&this.data.p.s?this.data.p.z?this.v.translate(this.px.v,this.py.v,-this.pz.v):this.v.translate(this.px.v,this.py.v,0):this.v.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}this.frameId=this.elem.globalData.frameId}}function r(){if(this.appliedTransformations=0,this.pre.reset(),!this.a.effectsSequence.length)this.pre.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations=1;else return;if(!this.s.effectsSequence.length)this.pre.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.appliedTransformations=2;else return;if(this.sk)if(!this.sk.effectsSequence.length&&!this.sa.effectsSequence.length)this.pre.skewFromAxis(-this.sk.v,this.sa.v),this.appliedTransformations=3;else return;this.r?this.r.effectsSequence.length||(this.pre.rotate(-this.r.v),this.appliedTransformations=4):!this.rz.effectsSequence.length&&!this.ry.effectsSequence.length&&!this.rx.effectsSequence.length&&!this.or.effectsSequence.length&&(this.pre.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.appliedTransformations=4)}function s(){}function n(o){this._addDynamicProperty(o),this.elem.addDynamicProperty(o),this._isDirty=!0}function a(o,c,u){if(this.elem=o,this.frameId=-1,this.propType="transform",this.data=c,this.v=new Matrix,this.pre=new Matrix,this.appliedTransformations=0,this.initDynamicPropertyContainer(u||o),c.p&&c.p.s?(this.px=PropertyFactory.getProp(o,c.p.x,0,0,this),this.py=PropertyFactory.getProp(o,c.p.y,0,0,this),c.p.z&&(this.pz=PropertyFactory.getProp(o,c.p.z,0,0,this))):this.p=PropertyFactory.getProp(o,c.p||{k:[0,0,0]},1,0,this),c.rx){if(this.rx=PropertyFactory.getProp(o,c.rx,0,degToRads,this),this.ry=PropertyFactory.getProp(o,c.ry,0,degToRads,this),this.rz=PropertyFactory.getProp(o,c.rz,0,degToRads,this),c.or.k[0].ti){var E,f=c.or.k.length;for(E=0;E<f;E+=1)c.or.k[E].to=null,c.or.k[E].ti=null}this.or=PropertyFactory.getProp(o,c.or,1,degToRads,this),this.or.sh=!0}else this.r=PropertyFactory.getProp(o,c.r||{k:0},0,degToRads,this);c.sk&&(this.sk=PropertyFactory.getProp(o,c.sk,0,degToRads,this),this.sa=PropertyFactory.getProp(o,c.sa,0,degToRads,this)),this.a=PropertyFactory.getProp(o,c.a||{k:[0,0,0]},1,0,this),this.s=PropertyFactory.getProp(o,c.s||{k:[100,100,100]},1,.01,this),c.o?this.o=PropertyFactory.getProp(o,c.o,0,.01,o):this.o={_mdf:!1,v:1},this._isDirty=!0,this.dynamicProperties.length||this.getValue(!0)}a.prototype={applyToMatrix:e,getValue:i,precalculateMatrix:r,autoOrient:s},extendPrototype([DynamicPropertyContainer],a),a.prototype.addDynamicProperty=n,a.prototype._addDynamicProperty=DynamicPropertyContainer.prototype.addDynamicProperty;function l(o,c,u){return new a(o,c,u)}return{getTransformProperty:l}}();function RepeaterModifier(){}extendPrototype([ShapeModifier],RepeaterModifier),RepeaterModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.c=PropertyFactory.getProp(t,e.c,0,null,this),this.o=PropertyFactory.getProp(t,e.o,0,null,this),this.tr=TransformPropertyFactory.getTransformProperty(t,e.tr,this),this.so=PropertyFactory.getProp(t,e.tr.so,0,.01,this),this.eo=PropertyFactory.getProp(t,e.tr.eo,0,.01,this),this.data=e,this.dynamicProperties.length||this.getValue(!0),this._isAnimated=!!this.dynamicProperties.length,this.pMatrix=new Matrix,this.rMatrix=new Matrix,this.sMatrix=new Matrix,this.tMatrix=new Matrix,this.matrix=new Matrix},RepeaterModifier.prototype.applyTransforms=function(t,e,i,r,s,n){var a=n?-1:1,l=r.s.v[0]+(1-r.s.v[0])*(1-s),o=r.s.v[1]+(1-r.s.v[1])*(1-s);t.translate(r.p.v[0]*a*s,r.p.v[1]*a*s,r.p.v[2]),e.translate(-r.a.v[0],-r.a.v[1],r.a.v[2]),e.rotate(-r.r.v*a*s),e.translate(r.a.v[0],r.a.v[1],r.a.v[2]),i.translate(-r.a.v[0],-r.a.v[1],r.a.v[2]),i.scale(n?1/l:l,n?1/o:o),i.translate(r.a.v[0],r.a.v[1],r.a.v[2])},RepeaterModifier.prototype.init=function(t,e,i,r){for(this.elem=t,this.arr=e,this.pos=i,this.elemsData=r,this._currentCopies=0,this._elements=[],this._groups=[],this.frameId=-1,this.initDynamicPropertyContainer(t),this.initModifierProperties(t,e[i]);i>0;)i-=1,this._elements.unshift(e[i]);this.dynamicProperties.length?this.k=!0:this.getValue(!0)},RepeaterModifier.prototype.resetElements=function(t){var e,i=t.length;for(e=0;e<i;e+=1)t[e]._processed=!1,t[e].ty==="gr"&&this.resetElements(t[e].it)},RepeaterModifier.prototype.cloneElements=function(t){var e=JSON.parse(JSON.stringify(t));return this.resetElements(e),e},RepeaterModifier.prototype.changeGroupRender=function(t,e){var i,r=t.length;for(i=0;i<r;i+=1)t[i]._render=e,t[i].ty==="gr"&&this.changeGroupRender(t[i].it,e)},RepeaterModifier.prototype.processShapes=function(t){var e,i,r,s,n,a=!1;if(this._mdf||t){var l=Math.ceil(this.c.v);if(this._groups.length<l){for(;this._groups.length<l;){var o={it:this.cloneElements(this._elements),ty:"gr"};o.it.push({a:{a:0,ix:1,k:[0,0]},nm:"Transform",o:{a:0,ix:7,k:100},p:{a:0,ix:2,k:[0,0]},r:{a:1,ix:6,k:[{s:0,e:0,t:0},{s:0,e:0,t:1}]},s:{a:0,ix:3,k:[100,100]},sa:{a:0,ix:5,k:0},sk:{a:0,ix:4,k:0},ty:"tr"}),this.arr.splice(0,0,o),this._groups.splice(0,0,o),this._currentCopies+=1}this.elem.reloadShapes(),a=!0}n=0;var c;for(r=0;r<=this._groups.length-1;r+=1){if(c=n<l,this._groups[r]._render=c,this.changeGroupRender(this._groups[r].it,c),!c){var u=this.elemsData[r].it,E=u[u.length-1];E.transform.op.v!==0?(E.transform.op._mdf=!0,E.transform.op.v=0):E.transform.op._mdf=!1}n+=1}this._currentCopies=l;var f=this.o.v,b=f%1,p=f>0?Math.floor(f):Math.ceil(f),m=this.pMatrix.props,C=this.rMatrix.props,y=this.sMatrix.props;this.pMatrix.reset(),this.rMatrix.reset(),this.sMatrix.reset(),this.tMatrix.reset(),this.matrix.reset();var x=0;if(f>0){for(;x<p;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),x+=1;b&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,b,!1),x+=b)}else if(f<0){for(;x>p;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!0),x-=1;b&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,-b,!0),x-=b)}r=this.data.m===1?0:this._currentCopies-1,s=this.data.m===1?1:-1,n=this._currentCopies;for(var d,g;n;){if(e=this.elemsData[r].it,i=e[e.length-1].transform.mProps.v.props,g=i.length,e[e.length-1].transform.mProps._mdf=!0,e[e.length-1].transform.op._mdf=!0,e[e.length-1].transform.op.v=this._currentCopies===1?this.so.v:this.so.v+(this.eo.v-this.so.v)*(r/(this._currentCopies-1)),x!==0){for((r!==0&&s===1||r!==this._currentCopies-1&&s===-1)&&this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),this.matrix.transform(C[0],C[1],C[2],C[3],C[4],C[5],C[6],C[7],C[8],C[9],C[10],C[11],C[12],C[13],C[14],C[15]),this.matrix.transform(y[0],y[1],y[2],y[3],y[4],y[5],y[6],y[7],y[8],y[9],y[10],y[11],y[12],y[13],y[14],y[15]),this.matrix.transform(m[0],m[1],m[2],m[3],m[4],m[5],m[6],m[7],m[8],m[9],m[10],m[11],m[12],m[13],m[14],m[15]),d=0;d<g;d+=1)i[d]=this.matrix.props[d];this.matrix.reset()}else for(this.matrix.reset(),d=0;d<g;d+=1)i[d]=this.matrix.props[d];x+=1,n-=1,r+=s}}else for(n=this._currentCopies,r=0,s=1;n;)e=this.elemsData[r].it,i=e[e.length-1].transform.mProps.v.props,e[e.length-1].transform.mProps._mdf=!1,e[e.length-1].transform.op._mdf=!1,n-=1,r+=s;return a},RepeaterModifier.prototype.addShape=function(){};function RoundCornersModifier(){}extendPrototype([ShapeModifier],RoundCornersModifier),RoundCornersModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.rd=PropertyFactory.getProp(t,e.r,0,null,this),this._isAnimated=!!this.rd.effectsSequence.length},RoundCornersModifier.prototype.processPath=function(t,e){var i=shapePool.newElement();i.c=t.c;var r,s=t._length,n,a,l,o,c,u,E=0,f,b,p,m,C,y;for(r=0;r<s;r+=1)n=t.v[r],l=t.o[r],a=t.i[r],n[0]===l[0]&&n[1]===l[1]&&n[0]===a[0]&&n[1]===a[1]?(r===0||r===s-1)&&!t.c?(i.setTripleAt(n[0],n[1],l[0],l[1],a[0],a[1],E),E+=1):(r===0?o=t.v[s-1]:o=t.v[r-1],c=Math.sqrt(Math.pow(n[0]-o[0],2)+Math.pow(n[1]-o[1],2)),u=c?Math.min(c/2,e)/c:0,C=n[0]+(o[0]-n[0])*u,f=C,y=n[1]-(n[1]-o[1])*u,b=y,p=f-(f-n[0])*roundCorner,m=b-(b-n[1])*roundCorner,i.setTripleAt(f,b,p,m,C,y,E),E+=1,r===s-1?o=t.v[0]:o=t.v[r+1],c=Math.sqrt(Math.pow(n[0]-o[0],2)+Math.pow(n[1]-o[1],2)),u=c?Math.min(c/2,e)/c:0,p=n[0]+(o[0]-n[0])*u,f=p,m=n[1]+(o[1]-n[1])*u,b=m,C=f-(f-n[0])*roundCorner,y=b-(b-n[1])*roundCorner,i.setTripleAt(f,b,p,m,C,y,E),E+=1):(i.setTripleAt(t.v[r][0],t.v[r][1],t.o[r][0],t.o[r][1],t.i[r][0],t.i[r][1],E),E+=1);return i},RoundCornersModifier.prototype.processShapes=function(t){var e,i,r=this.shapes.length,s,n,a=this.rd.v;if(a!==0){var l,o;for(i=0;i<r;i+=1){if(l=this.shapes[i],o=l.localShapeCollection,!(!l.shape._mdf&&!this._mdf&&!t))for(o.releaseShapes(),l.shape._mdf=!0,e=l.shape.paths.shapes,n=l.shape.paths._length,s=0;s<n;s+=1)o.addShape(this.processPath(e[s],a));l.shape.paths=l.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};function floatEqual(t,e){return Math.abs(t-e)*1e5<=Math.min(Math.abs(t),Math.abs(e))}function floatZero(t){return Math.abs(t)<=1e-5}function lerp(t,e,i){return t*(1-i)+e*i}function lerpPoint(t,e,i){return[lerp(t[0],e[0],i),lerp(t[1],e[1],i)]}function quadRoots(t,e,i){if(t===0)return[];var r=e*e-4*t*i;if(r<0)return[];var s=-e/(2*t);if(r===0)return[s];var n=Math.sqrt(r)/(2*t);return[s-n,s+n]}function polynomialCoefficients(t,e,i,r){return[-t+3*e-3*i+r,3*t-6*e+3*i,-3*t+3*e,t]}function singlePoint(t){return new PolynomialBezier(t,t,t,t,!1)}function PolynomialBezier(t,e,i,r,s){s&&pointEqual(t,e)&&(e=lerpPoint(t,r,1/3)),s&&pointEqual(i,r)&&(i=lerpPoint(t,r,2/3));var n=polynomialCoefficients(t[0],e[0],i[0],r[0]),a=polynomialCoefficients(t[1],e[1],i[1],r[1]);this.a=[n[0],a[0]],this.b=[n[1],a[1]],this.c=[n[2],a[2]],this.d=[n[3],a[3]],this.points=[t,e,i,r]}PolynomialBezier.prototype.point=function(t){return[((this.a[0]*t+this.b[0])*t+this.c[0])*t+this.d[0],((this.a[1]*t+this.b[1])*t+this.c[1])*t+this.d[1]]},PolynomialBezier.prototype.derivative=function(t){return[(3*t*this.a[0]+2*this.b[0])*t+this.c[0],(3*t*this.a[1]+2*this.b[1])*t+this.c[1]]},PolynomialBezier.prototype.tangentAngle=function(t){var e=this.derivative(t);return Math.atan2(e[1],e[0])},PolynomialBezier.prototype.normalAngle=function(t){var e=this.derivative(t);return Math.atan2(e[0],e[1])},PolynomialBezier.prototype.inflectionPoints=function(){var t=this.a[1]*this.b[0]-this.a[0]*this.b[1];if(floatZero(t))return[];var e=-.5*(this.a[1]*this.c[0]-this.a[0]*this.c[1])/t,i=e*e-1/3*(this.b[1]*this.c[0]-this.b[0]*this.c[1])/t;if(i<0)return[];var r=Math.sqrt(i);return floatZero(r)?r>0&&r<1?[e]:[]:[e-r,e+r].filter(function(s){return s>0&&s<1})},PolynomialBezier.prototype.split=function(t){if(t<=0)return[singlePoint(this.points[0]),this];if(t>=1)return[this,singlePoint(this.points[this.points.length-1])];var e=lerpPoint(this.points[0],this.points[1],t),i=lerpPoint(this.points[1],this.points[2],t),r=lerpPoint(this.points[2],this.points[3],t),s=lerpPoint(e,i,t),n=lerpPoint(i,r,t),a=lerpPoint(s,n,t);return[new PolynomialBezier(this.points[0],e,s,a,!0),new PolynomialBezier(a,n,r,this.points[3],!0)]};function extrema(t,e){var i=t.points[0][e],r=t.points[t.points.length-1][e];if(i>r){var s=r;r=i,i=s}for(var n=quadRoots(3*t.a[e],2*t.b[e],t.c[e]),a=0;a<n.length;a+=1)if(n[a]>0&&n[a]<1){var l=t.point(n[a])[e];l<i?i=l:l>r&&(r=l)}return{min:i,max:r}}PolynomialBezier.prototype.bounds=function(){return{x:extrema(this,0),y:extrema(this,1)}},PolynomialBezier.prototype.boundingBox=function(){var t=this.bounds();return{left:t.x.min,right:t.x.max,top:t.y.min,bottom:t.y.max,width:t.x.max-t.x.min,height:t.y.max-t.y.min,cx:(t.x.max+t.x.min)/2,cy:(t.y.max+t.y.min)/2}};function intersectData(t,e,i){var r=t.boundingBox();return{cx:r.cx,cy:r.cy,width:r.width,height:r.height,bez:t,t:(e+i)/2,t1:e,t2:i}}function splitData(t){var e=t.bez.split(.5);return[intersectData(e[0],t.t1,t.t),intersectData(e[1],t.t,t.t2)]}function boxIntersect(t,e){return Math.abs(t.cx-e.cx)*2<t.width+e.width&&Math.abs(t.cy-e.cy)*2<t.height+e.height}function intersectsImpl(t,e,i,r,s,n){if(boxIntersect(t,e)){if(i>=n||t.width<=r&&t.height<=r&&e.width<=r&&e.height<=r){s.push([t.t,e.t]);return}var a=splitData(t),l=splitData(e);intersectsImpl(a[0],l[0],i+1,r,s,n),intersectsImpl(a[0],l[1],i+1,r,s,n),intersectsImpl(a[1],l[0],i+1,r,s,n),intersectsImpl(a[1],l[1],i+1,r,s,n)}}PolynomialBezier.prototype.intersections=function(t,e,i){e===void 0&&(e=2),i===void 0&&(i=7);var r=[];return intersectsImpl(intersectData(this,0,1),intersectData(t,0,1),0,e,r,i),r},PolynomialBezier.shapeSegment=function(t,e){var i=(e+1)%t.length();return new PolynomialBezier(t.v[e],t.o[e],t.i[i],t.v[i],!0)},PolynomialBezier.shapeSegmentInverted=function(t,e){var i=(e+1)%t.length();return new PolynomialBezier(t.v[i],t.i[i],t.o[e],t.v[e],!0)};function crossProduct(t,e){return[t[1]*e[2]-t[2]*e[1],t[2]*e[0]-t[0]*e[2],t[0]*e[1]-t[1]*e[0]]}function lineIntersection(t,e,i,r){var s=[t[0],t[1],1],n=[e[0],e[1],1],a=[i[0],i[1],1],l=[r[0],r[1],1],o=crossProduct(crossProduct(s,n),crossProduct(a,l));return floatZero(o[2])?null:[o[0]/o[2],o[1]/o[2]]}function polarOffset(t,e,i){return[t[0]+Math.cos(e)*i,t[1]-Math.sin(e)*i]}function pointDistance(t,e){return Math.hypot(t[0]-e[0],t[1]-e[1])}function pointEqual(t,e){return floatEqual(t[0],e[0])&&floatEqual(t[1],e[1])}function ZigZagModifier(){}extendPrototype([ShapeModifier],ZigZagModifier),ZigZagModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.amplitude=PropertyFactory.getProp(t,e.s,0,null,this),this.frequency=PropertyFactory.getProp(t,e.r,0,null,this),this.pointsType=PropertyFactory.getProp(t,e.pt,0,null,this),this._isAnimated=this.amplitude.effectsSequence.length!==0||this.frequency.effectsSequence.length!==0||this.pointsType.effectsSequence.length!==0};function setPoint(t,e,i,r,s,n,a){var l=i-Math.PI/2,o=i+Math.PI/2,c=e[0]+Math.cos(i)*r*s,u=e[1]-Math.sin(i)*r*s;t.setTripleAt(c,u,c+Math.cos(l)*n,u-Math.sin(l)*n,c+Math.cos(o)*a,u-Math.sin(o)*a,t.length())}function getPerpendicularVector(t,e){var i=[e[0]-t[0],e[1]-t[1]],r=-Math.PI*.5,s=[Math.cos(r)*i[0]-Math.sin(r)*i[1],Math.sin(r)*i[0]+Math.cos(r)*i[1]];return s}function getProjectingAngle(t,e){var i=e===0?t.length()-1:e-1,r=(e+1)%t.length(),s=t.v[i],n=t.v[r],a=getPerpendicularVector(s,n);return Math.atan2(0,1)-Math.atan2(a[1],a[0])}function zigZagCorner(t,e,i,r,s,n,a){var l=getProjectingAngle(e,i),o=e.v[i%e._length],c=e.v[i===0?e._length-1:i-1],u=e.v[(i+1)%e._length],E=n===2?Math.sqrt(Math.pow(o[0]-c[0],2)+Math.pow(o[1]-c[1],2)):0,f=n===2?Math.sqrt(Math.pow(o[0]-u[0],2)+Math.pow(o[1]-u[1],2)):0;setPoint(t,e.v[i%e._length],l,a,r,f/((s+1)*2),E/((s+1)*2))}function zigZagSegment(t,e,i,r,s,n){for(var a=0;a<r;a+=1){var l=(a+1)/(r+1),o=s===2?Math.sqrt(Math.pow(e.points[3][0]-e.points[0][0],2)+Math.pow(e.points[3][1]-e.points[0][1],2)):0,c=e.normalAngle(l),u=e.point(l);setPoint(t,u,c,n,i,o/((r+1)*2),o/((r+1)*2)),n=-n}return n}ZigZagModifier.prototype.processPath=function(t,e,i,r){var s=t._length,n=shapePool.newElement();if(n.c=t.c,t.c||(s-=1),s===0)return n;var a=-1,l=PolynomialBezier.shapeSegment(t,0);zigZagCorner(n,t,0,e,i,r,a);for(var o=0;o<s;o+=1)a=zigZagSegment(n,l,e,i,r,-a),o===s-1&&!t.c?l=null:l=PolynomialBezier.shapeSegment(t,(o+1)%s),zigZagCorner(n,t,o+1,e,i,r,a);return n},ZigZagModifier.prototype.processShapes=function(t){var e,i,r=this.shapes.length,s,n,a=this.amplitude.v,l=Math.max(0,Math.round(this.frequency.v)),o=this.pointsType.v;if(a!==0){var c,u;for(i=0;i<r;i+=1){if(c=this.shapes[i],u=c.localShapeCollection,!(!c.shape._mdf&&!this._mdf&&!t))for(u.releaseShapes(),c.shape._mdf=!0,e=c.shape.paths.shapes,n=c.shape.paths._length,s=0;s<n;s+=1)u.addShape(this.processPath(e[s],a,l,o));c.shape.paths=c.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};function linearOffset(t,e,i){var r=Math.atan2(e[0]-t[0],e[1]-t[1]);return[polarOffset(t,r,i),polarOffset(e,r,i)]}function offsetSegment(t,e){var i,r,s,n,a,l,o;o=linearOffset(t.points[0],t.points[1],e),i=o[0],r=o[1],o=linearOffset(t.points[1],t.points[2],e),s=o[0],n=o[1],o=linearOffset(t.points[2],t.points[3],e),a=o[0],l=o[1];var c=lineIntersection(i,r,s,n);c===null&&(c=r);var u=lineIntersection(a,l,s,n);return u===null&&(u=a),new PolynomialBezier(i,c,u,l)}function joinLines(t,e,i,r,s){var n=e.points[3],a=i.points[0];if(r===3||pointEqual(n,a))return n;if(r===2){var l=-e.tangentAngle(1),o=-i.tangentAngle(0)+Math.PI,c=lineIntersection(n,polarOffset(n,l+Math.PI/2,100),a,polarOffset(a,l+Math.PI/2,100)),u=c?pointDistance(c,n):pointDistance(n,a)/2,E=polarOffset(n,l,2*u*roundCorner);return t.setXYAt(E[0],E[1],"o",t.length()-1),E=polarOffset(a,o,2*u*roundCorner),t.setTripleAt(a[0],a[1],a[0],a[1],E[0],E[1],t.length()),a}var f=pointEqual(n,e.points[2])?e.points[0]:e.points[2],b=pointEqual(a,i.points[1])?i.points[3]:i.points[1],p=lineIntersection(f,n,a,b);return p&&pointDistance(p,n)<s?(t.setTripleAt(p[0],p[1],p[0],p[1],p[0],p[1],t.length()),p):n}function getIntersection(t,e){var i=t.intersections(e);return i.length&&floatEqual(i[0][0],1)&&i.shift(),i.length?i[0]:null}function pruneSegmentIntersection(t,e){var i=t.slice(),r=e.slice(),s=getIntersection(t[t.length-1],e[0]);return s&&(i[t.length-1]=t[t.length-1].split(s[0])[0],r[0]=e[0].split(s[1])[1]),t.length>1&&e.length>1&&(s=getIntersection(t[0],e[e.length-1]),s)?[[t[0].split(s[0])[0]],[e[e.length-1].split(s[1])[1]]]:[i,r]}function pruneIntersections(t){for(var e,i=1;i<t.length;i+=1)e=pruneSegmentIntersection(t[i-1],t[i]),t[i-1]=e[0],t[i]=e[1];return t.length>1&&(e=pruneSegmentIntersection(t[t.length-1],t[0]),t[t.length-1]=e[0],t[0]=e[1]),t}function offsetSegmentSplit(t,e){var i=t.inflectionPoints(),r,s,n,a;if(i.length===0)return[offsetSegment(t,e)];if(i.length===1||floatEqual(i[1],1))return n=t.split(i[0]),r=n[0],s=n[1],[offsetSegment(r,e),offsetSegment(s,e)];n=t.split(i[0]),r=n[0];var l=(i[1]-i[0])/(1-i[0]);return n=n[1].split(l),a=n[0],s=n[1],[offsetSegment(r,e),offsetSegment(a,e),offsetSegment(s,e)]}function OffsetPathModifier(){}extendPrototype([ShapeModifier],OffsetPathModifier),OffsetPathModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.amount=PropertyFactory.getProp(t,e.a,0,null,this),this.miterLimit=PropertyFactory.getProp(t,e.ml,0,null,this),this.lineJoin=e.lj,this._isAnimated=this.amount.effectsSequence.length!==0},OffsetPathModifier.prototype.processPath=function(t,e,i,r){var s=shapePool.newElement();s.c=t.c;var n=t.length();t.c||(n-=1);var a,l,o,c=[];for(a=0;a<n;a+=1)o=PolynomialBezier.shapeSegment(t,a),c.push(offsetSegmentSplit(o,e));if(!t.c)for(a=n-1;a>=0;a-=1)o=PolynomialBezier.shapeSegmentInverted(t,a),c.push(offsetSegmentSplit(o,e));c=pruneIntersections(c);var u=null,E=null;for(a=0;a<c.length;a+=1){var f=c[a];for(E&&(u=joinLines(s,E,f[0],i,r)),E=f[f.length-1],l=0;l<f.length;l+=1)o=f[l],u&&pointEqual(o.points[0],u)?s.setXYAt(o.points[1][0],o.points[1][1],"o",s.length()-1):s.setTripleAt(o.points[0][0],o.points[0][1],o.points[1][0],o.points[1][1],o.points[0][0],o.points[0][1],s.length()),s.setTripleAt(o.points[3][0],o.points[3][1],o.points[3][0],o.points[3][1],o.points[2][0],o.points[2][1],s.length()),u=o.points[3]}return c.length&&joinLines(s,E,c[0][0],i,r),s},OffsetPathModifier.prototype.processShapes=function(t){var e,i,r=this.shapes.length,s,n,a=this.amount.v,l=this.miterLimit.v,o=this.lineJoin;if(a!==0){var c,u;for(i=0;i<r;i+=1){if(c=this.shapes[i],u=c.localShapeCollection,!(!c.shape._mdf&&!this._mdf&&!t))for(u.releaseShapes(),c.shape._mdf=!0,e=c.shape.paths.shapes,n=c.shape.paths._length,s=0;s<n;s+=1)u.addShape(this.processPath(e[s],a,o,l));c.shape.paths=c.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};function getFontProperties(t){for(var e=t.fStyle?t.fStyle.split(" "):[],i="normal",r="normal",s=e.length,n,a=0;a<s;a+=1)switch(n=e[a].toLowerCase(),n){case"italic":r="italic";break;case"bold":i="700";break;case"black":i="900";break;case"medium":i="500";break;case"regular":case"normal":i="400";break;case"light":case"thin":i="200";break}return{style:r,weight:t.fWeight||i}}var FontManager=function(){var t=5e3,e={w:0,size:0,shapes:[],data:{shapes:[]}},i=[];i=i.concat([2304,2305,2306,2307,2362,2363,2364,2364,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2387,2388,2389,2390,2391,2402,2403]);var r=127988,s=917631,n=917601,a=917626,l=65039,o=8205,c=127462,u=127487,E=["d83cdffb","d83cdffc","d83cdffd","d83cdffe","d83cdfff"];function f(A){var M=A.split(","),S,_=M.length,j=[];for(S=0;S<_;S+=1)M[S]!=="sans-serif"&&M[S]!=="monospace"&&j.push(M[S]);return j.join(",")}function b(A,M){var S=createTag("span");S.setAttribute("aria-hidden",!0),S.style.fontFamily=M;var _=createTag("span");_.innerText="giItT1WQy@!-/#",S.style.position="absolute",S.style.left="-10000px",S.style.top="-10000px",S.style.fontSize="300px",S.style.fontVariant="normal",S.style.fontStyle="normal",S.style.fontWeight="normal",S.style.letterSpacing="0",S.appendChild(_),document.body.appendChild(S);var j=_.offsetWidth;return _.style.fontFamily=f(A)+", "+M,{node:_,w:j,parent:S}}function p(){var A,M=this.fonts.length,S,_,j=M;for(A=0;A<M;A+=1)this.fonts[A].loaded?j-=1:this.fonts[A].fOrigin==="n"||this.fonts[A].origin===0?this.fonts[A].loaded=!0:(S=this.fonts[A].monoCase.node,_=this.fonts[A].monoCase.w,S.offsetWidth!==_?(j-=1,this.fonts[A].loaded=!0):(S=this.fonts[A].sansCase.node,_=this.fonts[A].sansCase.w,S.offsetWidth!==_&&(j-=1,this.fonts[A].loaded=!0)),this.fonts[A].loaded&&(this.fonts[A].sansCase.parent.parentNode.removeChild(this.fonts[A].sansCase.parent),this.fonts[A].monoCase.parent.parentNode.removeChild(this.fonts[A].monoCase.parent)));j!==0&&Date.now()-this.initTime<t?setTimeout(this.checkLoadedFontsBinded,20):setTimeout(this.setIsLoadedBinded,10)}function m(A,M){var S=document.body&&M?"svg":"canvas",_,j=getFontProperties(A);if(S==="svg"){var R=createNS("text");R.style.fontSize="100px",R.setAttribute("font-family",A.fFamily),R.setAttribute("font-style",j.style),R.setAttribute("font-weight",j.weight),R.textContent="1",A.fClass?(R.style.fontFamily="inherit",R.setAttribute("class",A.fClass)):R.style.fontFamily=A.fFamily,M.appendChild(R),_=R}else{var D=new OffscreenCanvas(500,500).getContext("2d");D.font=j.style+" "+j.weight+" 100px "+A.fFamily,_=D}function B(N){return S==="svg"?(_.textContent=N,_.getComputedTextLength()):_.measureText(N).width}return{measureText:B}}function C(A,M){if(!A){this.isLoaded=!0;return}if(this.chars){this.isLoaded=!0,this.fonts=A.list;return}if(!document.body){this.isLoaded=!0,A.list.forEach(function(Y){Y.helper=m(Y),Y.cache={}}),this.fonts=A.list;return}var S=A.list,_,j=S.length,R=j;for(_=0;_<j;_+=1){var D=!0,B,N;if(S[_].loaded=!1,S[_].monoCase=b(S[_].fFamily,"monospace"),S[_].sansCase=b(S[_].fFamily,"sans-serif"),!S[_].fPath)S[_].loaded=!0,R-=1;else if(S[_].fOrigin==="p"||S[_].origin===3){if(B=document.querySelectorAll('style[f-forigin="p"][f-family="'+S[_].fFamily+'"], style[f-origin="3"][f-family="'+S[_].fFamily+'"]'),B.length>0&&(D=!1),D){var H=createTag("style");H.setAttribute("f-forigin",S[_].fOrigin),H.setAttribute("f-origin",S[_].origin),H.setAttribute("f-family",S[_].fFamily),H.type="text/css",H.innerText="@font-face {font-family: "+S[_].fFamily+"; font-style: normal; src: url('"+S[_].fPath+"');}",M.appendChild(H)}}else if(S[_].fOrigin==="g"||S[_].origin===1){for(B=document.querySelectorAll('link[f-forigin="g"], link[f-origin="1"]'),N=0;N<B.length;N+=1)B[N].href.indexOf(S[_].fPath)!==-1&&(D=!1);if(D){var W=createTag("link");W.setAttribute("f-forigin",S[_].fOrigin),W.setAttribute("f-origin",S[_].origin),W.type="text/css",W.rel="stylesheet",W.href=S[_].fPath,document.body.appendChild(W)}}else if(S[_].fOrigin==="t"||S[_].origin===2){for(B=document.querySelectorAll('script[f-forigin="t"], script[f-origin="2"]'),N=0;N<B.length;N+=1)S[_].fPath===B[N].src&&(D=!1);if(D){var U=createTag("link");U.setAttribute("f-forigin",S[_].fOrigin),U.setAttribute("f-origin",S[_].origin),U.setAttribute("rel","stylesheet"),U.setAttribute("href",S[_].fPath),M.appendChild(U)}}S[_].helper=m(S[_],M),S[_].cache={},this.fonts.push(S[_])}R===0?this.isLoaded=!0:setTimeout(this.checkLoadedFonts.bind(this),100)}function y(A){if(A){this.chars||(this.chars=[]);var M,S=A.length,_,j=this.chars.length,R;for(M=0;M<S;M+=1){for(_=0,R=!1;_<j;)this.chars[_].style===A[M].style&&this.chars[_].fFamily===A[M].fFamily&&this.chars[_].ch===A[M].ch&&(R=!0),_+=1;R||(this.chars.push(A[M]),j+=1)}}}function x(A,M,S){for(var _=0,j=this.chars.length;_<j;){if(this.chars[_].ch===A&&this.chars[_].style===M&&this.chars[_].fFamily===S)return this.chars[_];_+=1}return(typeof A=="string"&&A.charCodeAt(0)!==13||!A)&&console&&console.warn&&!this._warned&&(this._warned=!0,console.warn("Missing character from exported characters list: ",A,M,S)),e}function d(A,M,S){var _=this.getFontByName(M),j=A;if(!_.cache[j]){var R=_.helper;if(A===" "){var D=R.measureText("|"+A+"|"),B=R.measureText("||");_.cache[j]=(D-B)/100}else _.cache[j]=R.measureText(A)/100}return _.cache[j]*S}function g(A){for(var M=0,S=this.fonts.length;M<S;){if(this.fonts[M].fName===A)return this.fonts[M];M+=1}return this.fonts[0]}function k(A){var M=0,S=A.charCodeAt(0);if(S>=55296&&S<=56319){var _=A.charCodeAt(1);_>=56320&&_<=57343&&(M=(S-55296)*1024+_-56320+65536)}return M}function P(A,M){var S=A.toString(16)+M.toString(16);return E.indexOf(S)!==-1}function T(A){return A===o}function F(A){return A===l}function I(A){var M=k(A);return M>=c&&M<=u}function $(A){return I(A.substr(0,2))&&I(A.substr(2,2))}function O(A){return i.indexOf(A)!==-1}function V(A,M){var S=k(A.substr(M,2));if(S!==r)return!1;var _=0;for(M+=2;_<5;){if(S=k(A.substr(M,2)),S<n||S>a)return!1;_+=1,M+=2}return k(A.substr(M,2))===s}function G(){this.isLoaded=!0}var z=function(){this.fonts=[],this.chars=null,this.typekitLoaded=0,this.isLoaded=!1,this._warned=!1,this.initTime=Date.now(),this.setIsLoadedBinded=this.setIsLoaded.bind(this),this.checkLoadedFontsBinded=this.checkLoadedFonts.bind(this)};z.isModifier=P,z.isZeroWidthJoiner=T,z.isFlagEmoji=$,z.isRegionalCode=I,z.isCombinedCharacter=O,z.isRegionalFlag=V,z.isVariationSelector=F,z.BLACK_FLAG_CODE_POINT=r;var L={addChars:y,addFonts:C,getCharData:x,getFontByName:g,measureText:d,checkLoadedFonts:p,setIsLoaded:G};return z.prototype=L,z}();function SlotManager(t){this.animationData=t}SlotManager.prototype.getProp=function(t){return this.animationData.slots&&this.animationData.slots[t.sid]?Object.assign(t,this.animationData.slots[t.sid].p):t};function slotFactory(t){return new SlotManager(t)}function RenderableElement(){}RenderableElement.prototype={initRenderable:function(){this.isInRange=!1,this.hidden=!1,this.isTransparent=!1,this.renderableComponents=[]},addRenderableComponent:function(e){this.renderableComponents.indexOf(e)===-1&&this.renderableComponents.push(e)},removeRenderableComponent:function(e){this.renderableComponents.indexOf(e)!==-1&&this.renderableComponents.splice(this.renderableComponents.indexOf(e),1)},prepareRenderableFrame:function(e){this.checkLayerLimits(e)},checkTransparency:function(){this.finalTransform.mProp.o.v<=0?!this.isTransparent&&this.globalData.renderConfig.hideOnTransparent&&(this.isTransparent=!0,this.hide()):this.isTransparent&&(this.isTransparent=!1,this.show())},checkLayerLimits:function(e){this.data.ip-this.data.st<=e&&this.data.op-this.data.st>e?this.isInRange!==!0&&(this.globalData._mdf=!0,this._mdf=!0,this.isInRange=!0,this.show()):this.isInRange!==!1&&(this.globalData._mdf=!0,this.isInRange=!1,this.hide())},renderRenderable:function(){var e,i=this.renderableComponents.length;for(e=0;e<i;e+=1)this.renderableComponents[e].renderFrame(this._isFirstFrame)},sourceRectAtTime:function(){return{top:0,left:0,width:100,height:100}},getLayerSize:function(){return this.data.ty===5?{w:this.data.textData.width,h:this.data.textData.height}:{w:this.data.width,h:this.data.height}}};var getBlendMode=function(){var t={0:"source-over",1:"multiply",2:"screen",3:"overlay",4:"darken",5:"lighten",6:"color-dodge",7:"color-burn",8:"hard-light",9:"soft-light",10:"difference",11:"exclusion",12:"hue",13:"saturation",14:"color",15:"luminosity"};return function(e){return t[e]||""}}();function SliderEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function AngleEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function ColorEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,1,0,i)}function PointEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,1,0,i)}function LayerIndexEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function MaskIndexEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function CheckboxEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function NoValueEffect(){this.p={}}function EffectsManager(t,e){var i=t.ef||[];this.effectElements=[];var r,s=i.length,n;for(r=0;r<s;r+=1)n=new GroupEffect(i[r],e),this.effectElements.push(n)}function GroupEffect(t,e){this.init(t,e)}extendPrototype([DynamicPropertyContainer],GroupEffect),GroupEffect.prototype.getValue=GroupEffect.prototype.iterateDynamicProperties,GroupEffect.prototype.init=function(t,e){this.data=t,this.effectElements=[],this.initDynamicPropertyContainer(e);var i,r=this.data.ef.length,s,n=this.data.ef;for(i=0;i<r;i+=1){switch(s=null,n[i].ty){case 0:s=new SliderEffect(n[i],e,this);break;case 1:s=new AngleEffect(n[i],e,this);break;case 2:s=new ColorEffect(n[i],e,this);break;case 3:s=new PointEffect(n[i],e,this);break;case 4:case 7:s=new CheckboxEffect(n[i],e,this);break;case 10:s=new LayerIndexEffect(n[i],e,this);break;case 11:s=new MaskIndexEffect(n[i],e,this);break;case 5:s=new EffectsManager(n[i],e);break;default:s=new NoValueEffect(n[i]);break}s&&this.effectElements.push(s)}};function BaseElement(){}BaseElement.prototype={checkMasks:function(){if(!this.data.hasMask)return!1;for(var e=0,i=this.data.masksProperties.length;e<i;){if(this.data.masksProperties[e].mode!=="n"&&this.data.masksProperties[e].cl!==!1)return!0;e+=1}return!1},initExpressions:function(){var e=getExpressionInterfaces();if(e){var i=e("layer"),r=e("effects"),s=e("shape"),n=e("text"),a=e("comp");this.layerInterface=i(this),this.data.hasMask&&this.maskManager&&this.layerInterface.registerMaskInterface(this.maskManager);var l=r.createEffectsInterface(this,this.layerInterface);this.layerInterface.registerEffectsInterface(l),this.data.ty===0||this.data.xt?this.compInterface=a(this):this.data.ty===4?(this.layerInterface.shapeInterface=s(this.shapesData,this.itemsData,this.layerInterface),this.layerInterface.content=this.layerInterface.shapeInterface):this.data.ty===5&&(this.layerInterface.textInterface=n(this),this.layerInterface.text=this.layerInterface.textInterface)}},setBlendMode:function(){var e=getBlendMode(this.data.bm),i=this.baseElement||this.layerElement;i.style["mix-blend-mode"]=e},initBaseData:function(e,i,r){this.globalData=i,this.comp=r,this.data=e,this.layerId=createElementID(),this.data.sr||(this.data.sr=1),this.effectsManager=new EffectsManager(this.data,this,this.dynamicProperties)},getType:function(){return this.type},sourceRectAtTime:function(){}};function FrameElement(){}FrameElement.prototype={initFrame:function(){this._isFirstFrame=!1,this.dynamicProperties=[],this._mdf=!1},prepareProperties:function(e,i){var r,s=this.dynamicProperties.length;for(r=0;r<s;r+=1)(i||this._isParent&&this.dynamicProperties[r].propType==="transform")&&(this.dynamicProperties[r].getValue(),this.dynamicProperties[r]._mdf&&(this.globalData._mdf=!0,this._mdf=!0))},addDynamicProperty:function(e){this.dynamicProperties.indexOf(e)===-1&&this.dynamicProperties.push(e)}};function FootageElement(t,e,i){this.initFrame(),this.initRenderable(),this.assetData=e.getAssetData(t.refId),this.footageData=e.imageLoader.getAsset(this.assetData),this.initBaseData(t,e,i)}FootageElement.prototype.prepareFrame=function(){},extendPrototype([RenderableElement,BaseElement,FrameElement],FootageElement),FootageElement.prototype.getBaseElement=function(){return null},FootageElement.prototype.renderFrame=function(){},FootageElement.prototype.destroy=function(){},FootageElement.prototype.initExpressions=function(){var t=getExpressionInterfaces();if(t){var e=t("footage");this.layerInterface=e(this)}},FootageElement.prototype.getFootageData=function(){return this.footageData};function AudioElement(t,e,i){this.initFrame(),this.initRenderable(),this.assetData=e.getAssetData(t.refId),this.initBaseData(t,e,i),this._isPlaying=!1,this._canPlay=!1;var r=this.globalData.getAssetsPath(this.assetData);this.audio=this.globalData.audioController.createAudio(r),this._currentTime=0,this.globalData.audioController.addAudio(this),this._volumeMultiplier=1,this._volume=1,this._previousVolume=null,this.tm=t.tm?PropertyFactory.getProp(this,t.tm,0,e.frameRate,this):{_placeholder:!0},this.lv=PropertyFactory.getProp(this,t.au&&t.au.lv?t.au.lv:{k:[100]},1,.01,this)}AudioElement.prototype.prepareFrame=function(t){if(this.prepareRenderableFrame(t,!0),this.prepareProperties(t,!0),this.tm._placeholder)this._currentTime=t/this.data.sr;else{var e=this.tm.v;this._currentTime=e}this._volume=this.lv.v[0];var i=this._volume*this._volumeMultiplier;this._previousVolume!==i&&(this._previousVolume=i,this.audio.volume(i))},extendPrototype([RenderableElement,BaseElement,FrameElement],AudioElement),AudioElement.prototype.renderFrame=function(){this.isInRange&&this._canPlay&&(this._isPlaying?(!this.audio.playing()||Math.abs(this._currentTime/this.globalData.frameRate-this.audio.seek())>.1)&&this.audio.seek(this._currentTime/this.globalData.frameRate):(this.audio.play(),this.audio.seek(this._currentTime/this.globalData.frameRate),this._isPlaying=!0))},AudioElement.prototype.show=function(){},AudioElement.prototype.hide=function(){this.audio.pause(),this._isPlaying=!1},AudioElement.prototype.pause=function(){this.audio.pause(),this._isPlaying=!1,this._canPlay=!1},AudioElement.prototype.resume=function(){this._canPlay=!0},AudioElement.prototype.setRate=function(t){this.audio.rate(t)},AudioElement.prototype.volume=function(t){this._volumeMultiplier=t,this._previousVolume=t*this._volume,this.audio.volume(this._previousVolume)},AudioElement.prototype.getBaseElement=function(){return null},AudioElement.prototype.destroy=function(){},AudioElement.prototype.sourceRectAtTime=function(){},AudioElement.prototype.initExpressions=function(){};function BaseRenderer(){}BaseRenderer.prototype.checkLayers=function(t){var e,i=this.layers.length,r;for(this.completeLayers=!0,e=i-1;e>=0;e-=1)this.elements[e]||(r=this.layers[e],r.ip-r.st<=t-this.layers[e].st&&r.op-r.st>t-this.layers[e].st&&this.buildItem(e)),this.completeLayers=this.elements[e]?this.completeLayers:!1;this.checkPendingElements()},BaseRenderer.prototype.createItem=function(t){switch(t.ty){case 2:return this.createImage(t);case 0:return this.createComp(t);case 1:return this.createSolid(t);case 3:return this.createNull(t);case 4:return this.createShape(t);case 5:return this.createText(t);case 6:return this.createAudio(t);case 13:return this.createCamera(t);case 15:return this.createFootage(t);default:return this.createNull(t)}},BaseRenderer.prototype.createCamera=function(){throw new Error("You're using a 3d camera. Try the html renderer.")},BaseRenderer.prototype.createAudio=function(t){return new AudioElement(t,this.globalData,this)},BaseRenderer.prototype.createFootage=function(t){return new FootageElement(t,this.globalData,this)},BaseRenderer.prototype.buildAllItems=function(){var t,e=this.layers.length;for(t=0;t<e;t+=1)this.buildItem(t);this.checkPendingElements()},BaseRenderer.prototype.includeLayers=function(t){this.completeLayers=!1;var e,i=t.length,r,s=this.layers.length;for(e=0;e<i;e+=1)for(r=0;r<s;){if(this.layers[r].id===t[e].id){this.layers[r]=t[e];break}r+=1}},BaseRenderer.prototype.setProjectInterface=function(t){this.globalData.projectInterface=t},BaseRenderer.prototype.initItems=function(){this.globalData.progressiveLoad||this.buildAllItems()},BaseRenderer.prototype.buildElementParenting=function(t,e,i){for(var r=this.elements,s=this.layers,n=0,a=s.length;n<a;)s[n].ind==e&&(!r[n]||r[n]===!0?(this.buildItem(n),this.addPendingElement(t)):(i.push(r[n]),r[n].setAsParent(),s[n].parent!==void 0?this.buildElementParenting(t,s[n].parent,i):t.setHierarchy(i))),n+=1},BaseRenderer.prototype.addPendingElement=function(t){this.pendingElements.push(t)},BaseRenderer.prototype.searchExtraCompositions=function(t){var e,i=t.length;for(e=0;e<i;e+=1)if(t[e].xt){var r=this.createComp(t[e]);r.initExpressions(),this.globalData.projectInterface.registerComposition(r)}},BaseRenderer.prototype.getElementById=function(t){var e,i=this.elements.length;for(e=0;e<i;e+=1)if(this.elements[e].data.ind===t)return this.elements[e];return null},BaseRenderer.prototype.getElementByPath=function(t){var e=t.shift(),i;if(typeof e=="number")i=this.elements[e];else{var r,s=this.elements.length;for(r=0;r<s;r+=1)if(this.elements[r].data.nm===e){i=this.elements[r];break}}return t.length===0?i:i.getElementByPath(t)},BaseRenderer.prototype.setupGlobalData=function(t,e){this.globalData.fontManager=new FontManager,this.globalData.slotManager=slotFactory(t),this.globalData.fontManager.addChars(t.chars),this.globalData.fontManager.addFonts(t.fonts,e),this.globalData.getAssetData=this.animationItem.getAssetData.bind(this.animationItem),this.globalData.getAssetsPath=this.animationItem.getAssetsPath.bind(this.animationItem),this.globalData.imageLoader=this.animationItem.imagePreloader,this.globalData.audioController=this.animationItem.audioController,this.globalData.frameId=0,this.globalData.frameRate=t.fr,this.globalData.nm=t.nm,this.globalData.compSize={w:t.w,h:t.h}};var effectTypes={TRANSFORM_EFFECT:"transformEFfect"};function TransformElement(){}TransformElement.prototype={initTransform:function(){var e=new Matrix;this.finalTransform={mProp:this.data.ks?TransformPropertyFactory.getTransformProperty(this,this.data.ks,this):{o:0},_matMdf:!1,_localMatMdf:!1,_opMdf:!1,mat:e,localMat:e,localOpacity:1},this.data.ao&&(this.finalTransform.mProp.autoOriented=!0),this.data.ty},renderTransform:function(){if(this.finalTransform._opMdf=this.finalTransform.mProp.o._mdf||this._isFirstFrame,this.finalTransform._matMdf=this.finalTransform.mProp._mdf||this._isFirstFrame,this.hierarchy){var e,i=this.finalTransform.mat,r=0,s=this.hierarchy.length;if(!this.finalTransform._matMdf)for(;r<s;){if(this.hierarchy[r].finalTransform.mProp._mdf){this.finalTransform._matMdf=!0;break}r+=1}if(this.finalTransform._matMdf)for(e=this.finalTransform.mProp.v.props,i.cloneFromProps(e),r=0;r<s;r+=1)i.multiply(this.hierarchy[r].finalTransform.mProp.v)}this.finalTransform._matMdf&&(this.finalTransform._localMatMdf=this.finalTransform._matMdf),this.finalTransform._opMdf&&(this.finalTransform.localOpacity=this.finalTransform.mProp.o.v)},renderLocalTransform:function(){if(this.localTransforms){var e=0,i=this.localTransforms.length;if(this.finalTransform._localMatMdf=this.finalTransform._matMdf,!this.finalTransform._localMatMdf||!this.finalTransform._opMdf)for(;e<i;)this.localTransforms[e]._mdf&&(this.finalTransform._localMatMdf=!0),this.localTransforms[e]._opMdf&&!this.finalTransform._opMdf&&(this.finalTransform.localOpacity=this.finalTransform.mProp.o.v,this.finalTransform._opMdf=!0),e+=1;if(this.finalTransform._localMatMdf){var r=this.finalTransform.localMat;for(this.localTransforms[0].matrix.clone(r),e=1;e<i;e+=1){var s=this.localTransforms[e].matrix;r.multiply(s)}r.multiply(this.finalTransform.mat)}if(this.finalTransform._opMdf){var n=this.finalTransform.localOpacity;for(e=0;e<i;e+=1)n*=this.localTransforms[e].opacity*.01;this.finalTransform.localOpacity=n}}},searchEffectTransforms:function(){if(this.renderableEffectsManager){var e=this.renderableEffectsManager.getEffects(effectTypes.TRANSFORM_EFFECT);if(e.length){this.localTransforms=[],this.finalTransform.localMat=new Matrix;var i=0,r=e.length;for(i=0;i<r;i+=1)this.localTransforms.push(e[i])}}},globalToLocal:function(e){var i=[];i.push(this.finalTransform);for(var r=!0,s=this.comp;r;)s.finalTransform?(s.data.hasMask&&i.splice(0,0,s.finalTransform),s=s.comp):r=!1;var n,a=i.length,l;for(n=0;n<a;n+=1)l=i[n].mat.applyToPointArray(0,0,0),e=[e[0]-l[0],e[1]-l[1],0];return e},mHelper:new Matrix};function MaskElement(t,e,i){this.data=t,this.element=e,this.globalData=i,this.storedData=[],this.masksProperties=this.data.masksProperties||[],this.maskElement=null;var r=this.globalData.defs,s,n=this.masksProperties?this.masksProperties.length:0;this.viewData=createSizedArray(n),this.solidPath="";var a,l=this.masksProperties,o=0,c=[],u,E,f=createElementID(),b,p,m,C,y="clipPath",x="clip-path";for(s=0;s<n;s+=1)if((l[s].mode!=="a"&&l[s].mode!=="n"||l[s].inv||l[s].o.k!==100||l[s].o.x)&&(y="mask",x="mask"),(l[s].mode==="s"||l[s].mode==="i")&&o===0?(b=createNS("rect"),b.setAttribute("fill","#ffffff"),b.setAttribute("width",this.element.comp.data.w||0),b.setAttribute("height",this.element.comp.data.h||0),c.push(b)):b=null,a=createNS("path"),l[s].mode==="n")this.viewData[s]={op:PropertyFactory.getProp(this.element,l[s].o,0,.01,this.element),prop:ShapePropertyFactory.getShapeProp(this.element,l[s],3),elem:a,lastPath:""},r.appendChild(a);else{o+=1,a.setAttribute("fill",l[s].mode==="s"?"#000000":"#ffffff"),a.setAttribute("clip-rule","nonzero");var d;if(l[s].x.k!==0?(y="mask",x="mask",C=PropertyFactory.getProp(this.element,l[s].x,0,null,this.element),d=createElementID(),p=createNS("filter"),p.setAttribute("id",d),m=createNS("feMorphology"),m.setAttribute("operator","erode"),m.setAttribute("in","SourceGraphic"),m.setAttribute("radius","0"),p.appendChild(m),r.appendChild(p),a.setAttribute("stroke",l[s].mode==="s"?"#000000":"#ffffff")):(m=null,C=null),this.storedData[s]={elem:a,x:C,expan:m,lastPath:"",lastOperator:"",filterId:d,lastRadius:0},l[s].mode==="i"){E=c.length;var g=createNS("g");for(u=0;u<E;u+=1)g.appendChild(c[u]);var k=createNS("mask");k.setAttribute("mask-type","alpha"),k.setAttribute("id",f+"_"+o),k.appendChild(a),r.appendChild(k),g.setAttribute("mask","url("+getLocationHref()+"#"+f+"_"+o+")"),c.length=0,c.push(g)}else c.push(a);l[s].inv&&!this.solidPath&&(this.solidPath=this.createLayerSolidPath()),this.viewData[s]={elem:a,lastPath:"",op:PropertyFactory.getProp(this.element,l[s].o,0,.01,this.element),prop:ShapePropertyFactory.getShapeProp(this.element,l[s],3),invRect:b},this.viewData[s].prop.k||this.drawPath(l[s],this.viewData[s].prop.v,this.viewData[s])}for(this.maskElement=createNS(y),n=c.length,s=0;s<n;s+=1)this.maskElement.appendChild(c[s]);o>0&&(this.maskElement.setAttribute("id",f),this.element.maskedElement.setAttribute(x,"url("+getLocationHref()+"#"+f+")"),r.appendChild(this.maskElement)),this.viewData.length&&this.element.addRenderableComponent(this)}MaskElement.prototype.getMaskProperty=function(t){return this.viewData[t].prop},MaskElement.prototype.renderFrame=function(t){var e=this.element.finalTransform.mat,i,r=this.masksProperties.length;for(i=0;i<r;i+=1)if((this.viewData[i].prop._mdf||t)&&this.drawPath(this.masksProperties[i],this.viewData[i].prop.v,this.viewData[i]),(this.viewData[i].op._mdf||t)&&this.viewData[i].elem.setAttribute("fill-opacity",this.viewData[i].op.v),this.masksProperties[i].mode!=="n"&&(this.viewData[i].invRect&&(this.element.finalTransform.mProp._mdf||t)&&this.viewData[i].invRect.setAttribute("transform",e.getInverseMatrix().to2dCSS()),this.storedData[i].x&&(this.storedData[i].x._mdf||t))){var s=this.storedData[i].expan;this.storedData[i].x.v<0?(this.storedData[i].lastOperator!=="erode"&&(this.storedData[i].lastOperator="erode",this.storedData[i].elem.setAttribute("filter","url("+getLocationHref()+"#"+this.storedData[i].filterId+")")),s.setAttribute("radius",-this.storedData[i].x.v)):(this.storedData[i].lastOperator!=="dilate"&&(this.storedData[i].lastOperator="dilate",this.storedData[i].elem.setAttribute("filter",null)),this.storedData[i].elem.setAttribute("stroke-width",this.storedData[i].x.v*2))}},MaskElement.prototype.getMaskelement=function(){return this.maskElement},MaskElement.prototype.createLayerSolidPath=function(){var t="M0,0 ";return t+=" h"+this.globalData.compSize.w,t+=" v"+this.globalData.compSize.h,t+=" h-"+this.globalData.compSize.w,t+=" v-"+this.globalData.compSize.h+" ",t},MaskElement.prototype.drawPath=function(t,e,i){var r=" M"+e.v[0][0]+","+e.v[0][1],s,n;for(n=e._length,s=1;s<n;s+=1)r+=" C"+e.o[s-1][0]+","+e.o[s-1][1]+" "+e.i[s][0]+","+e.i[s][1]+" "+e.v[s][0]+","+e.v[s][1];if(e.c&&n>1&&(r+=" C"+e.o[s-1][0]+","+e.o[s-1][1]+" "+e.i[0][0]+","+e.i[0][1]+" "+e.v[0][0]+","+e.v[0][1]),i.lastPath!==r){var a="";i.elem&&(e.c&&(a=t.inv?this.solidPath+r:r),i.elem.setAttribute("d",a)),i.lastPath=r}},MaskElement.prototype.destroy=function(){this.element=null,this.globalData=null,this.maskElement=null,this.data=null,this.masksProperties=null};var filtersFactory=function(){var t={};t.createFilter=e,t.createAlphaToLuminanceFilter=i;function e(r,s){var n=createNS("filter");return n.setAttribute("id",r),s!==!0&&(n.setAttribute("filterUnits","objectBoundingBox"),n.setAttribute("x","0%"),n.setAttribute("y","0%"),n.setAttribute("width","100%"),n.setAttribute("height","100%")),n}function i(){var r=createNS("feColorMatrix");return r.setAttribute("type","matrix"),r.setAttribute("color-interpolation-filters","sRGB"),r.setAttribute("values","0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1"),r}return t}(),featureSupport=function(){var t={maskType:!0,svgLumaHidden:!0,offscreenCanvas:typeof OffscreenCanvas<"u"};return(/MSIE 10/i.test(navigator.userAgent)||/MSIE 9/i.test(navigator.userAgent)||/rv:11.0/i.test(navigator.userAgent)||/Edge\/\d./i.test(navigator.userAgent))&&(t.maskType=!1),/firefox/i.test(navigator.userAgent)&&(t.svgLumaHidden=!1),t}(),registeredEffects$1={},idPrefix="filter_result_";function SVGEffects(t){var e,i="SourceGraphic",r=t.data.ef?t.data.ef.length:0,s=createElementID(),n=filtersFactory.createFilter(s,!0),a=0;this.filters=[];var l;for(e=0;e<r;e+=1){l=null;var o=t.data.ef[e].ty;if(registeredEffects$1[o]){var c=registeredEffects$1[o].effect;l=new c(n,t.effectsManager.effectElements[e],t,idPrefix+a,i),i=idPrefix+a,registeredEffects$1[o].countsAsEffect&&(a+=1)}l&&this.filters.push(l)}a&&(t.globalData.defs.appendChild(n),t.layerElement.setAttribute("filter","url("+getLocationHref()+"#"+s+")")),this.filters.length&&t.addRenderableComponent(this)}SVGEffects.prototype.renderFrame=function(t){var e,i=this.filters.length;for(e=0;e<i;e+=1)this.filters[e].renderFrame(t)},SVGEffects.prototype.getEffects=function(t){var e,i=this.filters.length,r=[];for(e=0;e<i;e+=1)this.filters[e].type===t&&r.push(this.filters[e]);return r};function registerEffect$1(t,e,i){registeredEffects$1[t]={effect:e,countsAsEffect:i}}function SVGBaseElement(){}SVGBaseElement.prototype={initRendererElement:function(){this.layerElement=createNS("g")},createContainerElements:function(){this.matteElement=createNS("g"),this.transformedElement=this.layerElement,this.maskedElement=this.layerElement,this._sizeChanged=!1;var e=null;if(this.data.td){this.matteMasks={};var i=createNS("g");i.setAttribute("id",this.layerId),i.appendChild(this.layerElement),e=i,this.globalData.defs.appendChild(i)}else this.data.tt?(this.matteElement.appendChild(this.layerElement),e=this.matteElement,this.baseElement=this.matteElement):this.baseElement=this.layerElement;if(this.data.ln&&this.layerElement.setAttribute("id",this.data.ln),this.data.cl&&this.layerElement.setAttribute("class",this.data.cl),this.data.ty===0&&!this.data.hd){var r=createNS("clipPath"),s=createNS("path");s.setAttribute("d","M0,0 L"+this.data.w+",0 L"+this.data.w+","+this.data.h+" L0,"+this.data.h+"z");var n=createElementID();if(r.setAttribute("id",n),r.appendChild(s),this.globalData.defs.appendChild(r),this.checkMasks()){var a=createNS("g");a.setAttribute("clip-path","url("+getLocationHref()+"#"+n+")"),a.appendChild(this.layerElement),this.transformedElement=a,e?e.appendChild(this.transformedElement):this.baseElement=this.transformedElement}else this.layerElement.setAttribute("clip-path","url("+getLocationHref()+"#"+n+")")}this.data.bm!==0&&this.setBlendMode()},renderElement:function(){this.finalTransform._localMatMdf&&this.transformedElement.setAttribute("transform",this.finalTransform.localMat.to2dCSS()),this.finalTransform._opMdf&&this.transformedElement.setAttribute("opacity",this.finalTransform.localOpacity)},destroyBaseElement:function(){this.layerElement=null,this.matteElement=null,this.maskManager.destroy()},getBaseElement:function(){return this.data.hd?null:this.baseElement},createRenderableComponents:function(){this.maskManager=new MaskElement(this.data,this,this.globalData),this.renderableEffectsManager=new SVGEffects(this),this.searchEffectTransforms()},getMatte:function(e){if(this.matteMasks||(this.matteMasks={}),!this.matteMasks[e]){var i=this.layerId+"_"+e,r,s,n,a;if(e===1||e===3){var l=createNS("mask");l.setAttribute("id",i),l.setAttribute("mask-type",e===3?"luminance":"alpha"),n=createNS("use"),n.setAttributeNS("http://www.w3.org/1999/xlink","href","#"+this.layerId),l.appendChild(n),this.globalData.defs.appendChild(l),!featureSupport.maskType&&e===1&&(l.setAttribute("mask-type","luminance"),r=createElementID(),s=filtersFactory.createFilter(r),this.globalData.defs.appendChild(s),s.appendChild(filtersFactory.createAlphaToLuminanceFilter()),a=createNS("g"),a.appendChild(n),l.appendChild(a),a.setAttribute("filter","url("+getLocationHref()+"#"+r+")"))}else if(e===2){var o=createNS("mask");o.setAttribute("id",i),o.setAttribute("mask-type","alpha");var c=createNS("g");o.appendChild(c),r=createElementID(),s=filtersFactory.createFilter(r);var u=createNS("feComponentTransfer");u.setAttribute("in","SourceGraphic"),s.appendChild(u);var E=createNS("feFuncA");E.setAttribute("type","table"),E.setAttribute("tableValues","1.0 0.0"),u.appendChild(E),this.globalData.defs.appendChild(s);var f=createNS("rect");f.setAttribute("width",this.comp.data.w),f.setAttribute("height",this.comp.data.h),f.setAttribute("x","0"),f.setAttribute("y","0"),f.setAttribute("fill","#ffffff"),f.setAttribute("opacity","0"),c.setAttribute("filter","url("+getLocationHref()+"#"+r+")"),c.appendChild(f),n=createNS("use"),n.setAttributeNS("http://www.w3.org/1999/xlink","href","#"+this.layerId),c.appendChild(n),featureSupport.maskType||(o.setAttribute("mask-type","luminance"),s.appendChild(filtersFactory.createAlphaToLuminanceFilter()),a=createNS("g"),c.appendChild(f),a.appendChild(this.layerElement),c.appendChild(a)),this.globalData.defs.appendChild(o)}this.matteMasks[e]=i}return this.matteMasks[e]},setMatte:function(e){this.matteElement&&this.matteElement.setAttribute("mask","url("+getLocationHref()+"#"+e+")")}};function HierarchyElement(){}HierarchyElement.prototype={initHierarchy:function(){this.hierarchy=[],this._isParent=!1,this.checkParenting()},setHierarchy:function(e){this.hierarchy=e},setAsParent:function(){this._isParent=!0},checkParenting:function(){this.data.parent!==void 0&&this.comp.buildElementParenting(this,this.data.parent,[])}};function RenderableDOMElement(){}(function(){var t={initElement:function(i,r,s){this.initFrame(),this.initBaseData(i,r,s),this.initTransform(i,r,s),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide()},hide:function(){if(!this.hidden&&(!this.isInRange||this.isTransparent)){var i=this.baseElement||this.layerElement;i.style.display="none",this.hidden=!0}},show:function(){if(this.isInRange&&!this.isTransparent){if(!this.data.hd){var i=this.baseElement||this.layerElement;i.style.display="block"}this.hidden=!1,this._isFirstFrame=!0}},renderFrame:function(){this.data.hd||this.hidden||(this.renderTransform(),this.renderRenderable(),this.renderLocalTransform(),this.renderElement(),this.renderInnerContent(),this._isFirstFrame&&(this._isFirstFrame=!1))},renderInnerContent:function(){},prepareFrame:function(i){this._mdf=!1,this.prepareRenderableFrame(i),this.prepareProperties(i,this.isInRange),this.checkTransparency()},destroy:function(){this.innerElem=null,this.destroyBaseElement()}};extendPrototype([RenderableElement,createProxyFunction(t)],RenderableDOMElement)})();function IImageElement(t,e,i){this.assetData=e.getAssetData(t.refId),this.assetData&&this.assetData.sid&&(this.assetData=e.slotManager.getProp(this.assetData)),this.initElement(t,e,i),this.sourceRect={top:0,left:0,width:this.assetData.w,height:this.assetData.h}}extendPrototype([BaseElement,TransformElement,SVGBaseElement,HierarchyElement,FrameElement,RenderableDOMElement],IImageElement),IImageElement.prototype.createContent=function(){var t=this.globalData.getAssetsPath(this.assetData);this.innerElem=createNS("image"),this.innerElem.setAttribute("width",this.assetData.w+"px"),this.innerElem.setAttribute("height",this.assetData.h+"px"),this.innerElem.setAttribute("preserveAspectRatio",this.assetData.pr||this.globalData.renderConfig.imagePreserveAspectRatio),this.innerElem.setAttributeNS("http://www.w3.org/1999/xlink","href",t),this.layerElement.appendChild(this.innerElem)},IImageElement.prototype.sourceRectAtTime=function(){return this.sourceRect};function ProcessedElement(t,e){this.elem=t,this.pos=e}function IShapeElement(){}IShapeElement.prototype={addShapeToModifiers:function(e){var i,r=this.shapeModifiers.length;for(i=0;i<r;i+=1)this.shapeModifiers[i].addShape(e)},isShapeInAnimatedModifiers:function(e){for(var i=0,r=this.shapeModifiers.length;i<r;)if(this.shapeModifiers[i].isAnimatedWithShape(e))return!0;return!1},renderModifiers:function(){if(this.shapeModifiers.length){var e,i=this.shapes.length;for(e=0;e<i;e+=1)this.shapes[e].sh.reset();i=this.shapeModifiers.length;var r;for(e=i-1;e>=0&&(r=this.shapeModifiers[e].processShapes(this._isFirstFrame),!r);e-=1);}},searchProcessedElement:function(e){for(var i=this.processedElements,r=0,s=i.length;r<s;){if(i[r].elem===e)return i[r].pos;r+=1}return 0},addProcessedElement:function(e,i){for(var r=this.processedElements,s=r.length;s;)if(s-=1,r[s].elem===e){r[s].pos=i;return}r.push(new ProcessedElement(e,i))},prepareFrame:function(e){this.prepareRenderableFrame(e),this.prepareProperties(e,this.isInRange)}};var lineCapEnum={1:"butt",2:"round",3:"square"},lineJoinEnum={1:"miter",2:"round",3:"bevel"};function SVGShapeData(t,e,i){this.caches=[],this.styles=[],this.transformers=t,this.lStr="",this.sh=i,this.lvl=e,this._isAnimated=!!i.k;for(var r=0,s=t.length;r<s;){if(t[r].mProps.dynamicProperties.length){this._isAnimated=!0;break}r+=1}}SVGShapeData.prototype.setAsAnimated=function(){this._isAnimated=!0};function SVGStyleData(t,e){this.data=t,this.type=t.ty,this.d="",this.lvl=e,this._mdf=!1,this.closed=t.hd===!0,this.pElem=createNS("path"),this.msElem=null}SVGStyleData.prototype.reset=function(){this.d="",this._mdf=!1};function DashProperty(t,e,i,r){this.elem=t,this.frameId=-1,this.dataProps=createSizedArray(e.length),this.renderer=i,this.k=!1,this.dashStr="",this.dashArray=createTypedArray("float32",e.length?e.length-1:0),this.dashoffset=createTypedArray("float32",1),this.initDynamicPropertyContainer(r);var s,n=e.length||0,a;for(s=0;s<n;s+=1)a=PropertyFactory.getProp(t,e[s].v,0,0,this),this.k=a.k||this.k,this.dataProps[s]={n:e[s].n,p:a};this.k||this.getValue(!0),this._isAnimated=this.k}DashProperty.prototype.getValue=function(t){if(!(this.elem.globalData.frameId===this.frameId&&!t)&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf=this._mdf||t,this._mdf)){var e=0,i=this.dataProps.length;for(this.renderer==="svg"&&(this.dashStr=""),e=0;e<i;e+=1)this.dataProps[e].n!=="o"?this.renderer==="svg"?this.dashStr+=" "+this.dataProps[e].p.v:this.dashArray[e]=this.dataProps[e].p.v:this.dashoffset[0]=this.dataProps[e].p.v}},extendPrototype([DynamicPropertyContainer],DashProperty);function SVGStrokeStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.o=PropertyFactory.getProp(t,e.o,0,.01,this),this.w=PropertyFactory.getProp(t,e.w,0,null,this),this.d=new DashProperty(t,e.d||{},"svg",this),this.c=PropertyFactory.getProp(t,e.c,1,255,this),this.style=i,this._isAnimated=!!this._isAnimated}extendPrototype([DynamicPropertyContainer],SVGStrokeStyleData);function SVGFillStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.o=PropertyFactory.getProp(t,e.o,0,.01,this),this.c=PropertyFactory.getProp(t,e.c,1,255,this),this.style=i}extendPrototype([DynamicPropertyContainer],SVGFillStyleData);function SVGNoStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.style=i}extendPrototype([DynamicPropertyContainer],SVGNoStyleData);function GradientProperty(t,e,i){this.data=e,this.c=createTypedArray("uint8c",e.p*4);var r=e.k.k[0].s?e.k.k[0].s.length-e.p*4:e.k.k.length-e.p*4;this.o=createTypedArray("float32",r),this._cmdf=!1,this._omdf=!1,this._collapsable=this.checkCollapsable(),this._hasOpacity=r,this.initDynamicPropertyContainer(i),this.prop=PropertyFactory.getProp(t,e.k,1,null,this),this.k=this.prop.k,this.getValue(!0)}GradientProperty.prototype.comparePoints=function(t,e){for(var i=0,r=this.o.length/2,s;i<r;){if(s=Math.abs(t[i*4]-t[e*4+i*2]),s>.01)return!1;i+=1}return!0},GradientProperty.prototype.checkCollapsable=function(){if(this.o.length/2!==this.c.length/4)return!1;if(this.data.k.k[0].s)for(var t=0,e=this.data.k.k.length;t<e;){if(!this.comparePoints(this.data.k.k[t].s,this.data.p))return!1;t+=1}else if(!this.comparePoints(this.data.k.k,this.data.p))return!1;return!0},GradientProperty.prototype.getValue=function(t){if(this.prop.getValue(),this._mdf=!1,this._cmdf=!1,this._omdf=!1,this.prop._mdf||t){var e,i=this.data.p*4,r,s;for(e=0;e<i;e+=1)r=e%4===0?100:255,s=Math.round(this.prop.v[e]*r),this.c[e]!==s&&(this.c[e]=s,this._cmdf=!t);if(this.o.length)for(i=this.prop.v.length,e=this.data.p*4;e<i;e+=1)r=e%2===0?100:1,s=e%2===0?Math.round(this.prop.v[e]*100):this.prop.v[e],this.o[e-this.data.p*4]!==s&&(this.o[e-this.data.p*4]=s,this._omdf=!t);this._mdf=!t}},extendPrototype([DynamicPropertyContainer],GradientProperty);function SVGGradientFillStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.initGradientData(t,e,i)}SVGGradientFillStyleData.prototype.initGradientData=function(t,e,i){this.o=PropertyFactory.getProp(t,e.o,0,.01,this),this.s=PropertyFactory.getProp(t,e.s,1,null,this),this.e=PropertyFactory.getProp(t,e.e,1,null,this),this.h=PropertyFactory.getProp(t,e.h||{k:0},0,.01,this),this.a=PropertyFactory.getProp(t,e.a||{k:0},0,degToRads,this),this.g=new GradientProperty(t,e.g,this),this.style=i,this.stops=[],this.setGradientData(i.pElem,e),this.setGradientOpacity(e,i),this._isAnimated=!!this._isAnimated},SVGGradientFillStyleData.prototype.setGradientData=function(t,e){var i=createElementID(),r=createNS(e.t===1?"linearGradient":"radialGradient");r.setAttribute("id",i),r.setAttribute("spreadMethod","pad"),r.setAttribute("gradientUnits","userSpaceOnUse");var s=[],n,a,l;for(l=e.g.p*4,a=0;a<l;a+=4)n=createNS("stop"),r.appendChild(n),s.push(n);t.setAttribute(e.ty==="gf"?"fill":"stroke","url("+getLocationHref()+"#"+i+")"),this.gf=r,this.cst=s},SVGGradientFillStyleData.prototype.setGradientOpacity=function(t,e){if(this.g._hasOpacity&&!this.g._collapsable){var i,r,s,n=createNS("mask"),a=createNS("path");n.appendChild(a);var l=createElementID(),o=createElementID();n.setAttribute("id",o);var c=createNS(t.t===1?"linearGradient":"radialGradient");c.setAttribute("id",l),c.setAttribute("spreadMethod","pad"),c.setAttribute("gradientUnits","userSpaceOnUse"),s=t.g.k.k[0].s?t.g.k.k[0].s.length:t.g.k.k.length;var u=this.stops;for(r=t.g.p*4;r<s;r+=2)i=createNS("stop"),i.setAttribute("stop-color","rgb(255,255,255)"),c.appendChild(i),u.push(i);a.setAttribute(t.ty==="gf"?"fill":"stroke","url("+getLocationHref()+"#"+l+")"),t.ty==="gs"&&(a.setAttribute("stroke-linecap",lineCapEnum[t.lc||2]),a.setAttribute("stroke-linejoin",lineJoinEnum[t.lj||2]),t.lj===1&&a.setAttribute("stroke-miterlimit",t.ml)),this.of=c,this.ms=n,this.ost=u,this.maskId=o,e.msElem=a}},extendPrototype([DynamicPropertyContainer],SVGGradientFillStyleData);function SVGGradientStrokeStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.w=PropertyFactory.getProp(t,e.w,0,null,this),this.d=new DashProperty(t,e.d||{},"svg",this),this.initGradientData(t,e,i),this._isAnimated=!!this._isAnimated}extendPrototype([SVGGradientFillStyleData,DynamicPropertyContainer],SVGGradientStrokeStyleData);function ShapeGroupData(){this.it=[],this.prevViewData=[],this.gr=createNS("g")}function SVGTransformData(t,e,i){this.transform={mProps:t,op:e,container:i},this.elements=[],this._isAnimated=this.transform.mProps.dynamicProperties.length||this.transform.op.effectsSequence.length}var buildShapeString=function(e,i,r,s){if(i===0)return"";var n=e.o,a=e.i,l=e.v,o,c=" M"+s.applyToPointStringified(l[0][0],l[0][1]);for(o=1;o<i;o+=1)c+=" C"+s.applyToPointStringified(n[o-1][0],n[o-1][1])+" "+s.applyToPointStringified(a[o][0],a[o][1])+" "+s.applyToPointStringified(l[o][0],l[o][1]);return r&&i&&(c+=" C"+s.applyToPointStringified(n[o-1][0],n[o-1][1])+" "+s.applyToPointStringified(a[0][0],a[0][1])+" "+s.applyToPointStringified(l[0][0],l[0][1]),c+="z"),c},SVGElementsRenderer=function(){var t=new Matrix,e=new Matrix,i={createRenderFunction:r};function r(E){switch(E.ty){case"fl":return l;case"gf":return c;case"gs":return o;case"st":return u;case"sh":case"el":case"rc":case"sr":return a;case"tr":return s;case"no":return n;default:return null}}function s(E,f,b){(b||f.transform.op._mdf)&&f.transform.container.setAttribute("opacity",f.transform.op.v),(b||f.transform.mProps._mdf)&&f.transform.container.setAttribute("transform",f.transform.mProps.v.to2dCSS())}function n(){}function a(E,f,b){var p,m,C,y,x,d,g=f.styles.length,k=f.lvl,P,T,F,I;for(d=0;d<g;d+=1){if(y=f.sh._mdf||b,f.styles[d].lvl<k){for(T=e.reset(),F=k-f.styles[d].lvl,I=f.transformers.length-1;!y&&F>0;)y=f.transformers[I].mProps._mdf||y,F-=1,I-=1;if(y)for(F=k-f.styles[d].lvl,I=f.transformers.length-1;F>0;)T.multiply(f.transformers[I].mProps.v),F-=1,I-=1}else T=t;if(P=f.sh.paths,m=P._length,y){for(C="",p=0;p<m;p+=1)x=P.shapes[p],x&&x._length&&(C+=buildShapeString(x,x._length,x.c,T));f.caches[d]=C}else C=f.caches[d];f.styles[d].d+=E.hd===!0?"":C,f.styles[d]._mdf=y||f.styles[d]._mdf}}function l(E,f,b){var p=f.style;(f.c._mdf||b)&&p.pElem.setAttribute("fill","rgb("+bmFloor(f.c.v[0])+","+bmFloor(f.c.v[1])+","+bmFloor(f.c.v[2])+")"),(f.o._mdf||b)&&p.pElem.setAttribute("fill-opacity",f.o.v)}function o(E,f,b){c(E,f,b),u(E,f,b)}function c(E,f,b){var p=f.gf,m=f.g._hasOpacity,C=f.s.v,y=f.e.v;if(f.o._mdf||b){var x=E.ty==="gf"?"fill-opacity":"stroke-opacity";f.style.pElem.setAttribute(x,f.o.v)}if(f.s._mdf||b){var d=E.t===1?"x1":"cx",g=d==="x1"?"y1":"cy";p.setAttribute(d,C[0]),p.setAttribute(g,C[1]),m&&!f.g._collapsable&&(f.of.setAttribute(d,C[0]),f.of.setAttribute(g,C[1]))}var k,P,T,F;if(f.g._cmdf||b){k=f.cst;var I=f.g.c;for(T=k.length,P=0;P<T;P+=1)F=k[P],F.setAttribute("offset",I[P*4]+"%"),F.setAttribute("stop-color","rgb("+I[P*4+1]+","+I[P*4+2]+","+I[P*4+3]+")")}if(m&&(f.g._omdf||b)){var $=f.g.o;for(f.g._collapsable?k=f.cst:k=f.ost,T=k.length,P=0;P<T;P+=1)F=k[P],f.g._collapsable||F.setAttribute("offset",$[P*2]+"%"),F.setAttribute("stop-opacity",$[P*2+1])}if(E.t===1)(f.e._mdf||b)&&(p.setAttribute("x2",y[0]),p.setAttribute("y2",y[1]),m&&!f.g._collapsable&&(f.of.setAttribute("x2",y[0]),f.of.setAttribute("y2",y[1])));else{var O;if((f.s._mdf||f.e._mdf||b)&&(O=Math.sqrt(Math.pow(C[0]-y[0],2)+Math.pow(C[1]-y[1],2)),p.setAttribute("r",O),m&&!f.g._collapsable&&f.of.setAttribute("r",O)),f.e._mdf||f.h._mdf||f.a._mdf||b){O||(O=Math.sqrt(Math.pow(C[0]-y[0],2)+Math.pow(C[1]-y[1],2)));var V=Math.atan2(y[1]-C[1],y[0]-C[0]),G=f.h.v;G>=1?G=.99:G<=-1&&(G=-.99);var z=O*G,L=Math.cos(V+f.a.v)*z+C[0],A=Math.sin(V+f.a.v)*z+C[1];p.setAttribute("fx",L),p.setAttribute("fy",A),m&&!f.g._collapsable&&(f.of.setAttribute("fx",L),f.of.setAttribute("fy",A))}}}function u(E,f,b){var p=f.style,m=f.d;m&&(m._mdf||b)&&m.dashStr&&(p.pElem.setAttribute("stroke-dasharray",m.dashStr),p.pElem.setAttribute("stroke-dashoffset",m.dashoffset[0])),f.c&&(f.c._mdf||b)&&p.pElem.setAttribute("stroke","rgb("+bmFloor(f.c.v[0])+","+bmFloor(f.c.v[1])+","+bmFloor(f.c.v[2])+")"),(f.o._mdf||b)&&p.pElem.setAttribute("stroke-opacity",f.o.v),(f.w._mdf||b)&&(p.pElem.setAttribute("stroke-width",f.w.v),p.msElem&&p.msElem.setAttribute("stroke-width",f.w.v))}return i}();function SVGShapeElement(t,e,i){this.shapes=[],this.shapesData=t.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.initElement(t,e,i),this.prevViewData=[]}extendPrototype([BaseElement,TransformElement,SVGBaseElement,IShapeElement,HierarchyElement,FrameElement,RenderableDOMElement],SVGShapeElement),SVGShapeElement.prototype.initSecondaryElement=function(){},SVGShapeElement.prototype.identityMatrix=new Matrix,SVGShapeElement.prototype.buildExpressionInterface=function(){},SVGShapeElement.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes()},SVGShapeElement.prototype.filterUniqueShapes=function(){var t,e=this.shapes.length,i,r,s=this.stylesList.length,n,a=[],l=!1;for(r=0;r<s;r+=1){for(n=this.stylesList[r],l=!1,a.length=0,t=0;t<e;t+=1)i=this.shapes[t],i.styles.indexOf(n)!==-1&&(a.push(i),l=i._isAnimated||l);a.length>1&&l&&this.setShapesAsAnimated(a)}},SVGShapeElement.prototype.setShapesAsAnimated=function(t){var e,i=t.length;for(e=0;e<i;e+=1)t[e].setAsAnimated()},SVGShapeElement.prototype.createStyleElement=function(t,e){var i,r=new SVGStyleData(t,e),s=r.pElem;if(t.ty==="st")i=new SVGStrokeStyleData(this,t,r);else if(t.ty==="fl")i=new SVGFillStyleData(this,t,r);else if(t.ty==="gf"||t.ty==="gs"){var n=t.ty==="gf"?SVGGradientFillStyleData:SVGGradientStrokeStyleData;i=new n(this,t,r),this.globalData.defs.appendChild(i.gf),i.maskId&&(this.globalData.defs.appendChild(i.ms),this.globalData.defs.appendChild(i.of),s.setAttribute("mask","url("+getLocationHref()+"#"+i.maskId+")"))}else t.ty==="no"&&(i=new SVGNoStyleData(this,t,r));return(t.ty==="st"||t.ty==="gs")&&(s.setAttribute("stroke-linecap",lineCapEnum[t.lc||2]),s.setAttribute("stroke-linejoin",lineJoinEnum[t.lj||2]),s.setAttribute("fill-opacity","0"),t.lj===1&&s.setAttribute("stroke-miterlimit",t.ml)),t.r===2&&s.setAttribute("fill-rule","evenodd"),t.ln&&s.setAttribute("id",t.ln),t.cl&&s.setAttribute("class",t.cl),t.bm&&(s.style["mix-blend-mode"]=getBlendMode(t.bm)),this.stylesList.push(r),this.addToAnimatedContents(t,i),i},SVGShapeElement.prototype.createGroupElement=function(t){var e=new ShapeGroupData;return t.ln&&e.gr.setAttribute("id",t.ln),t.cl&&e.gr.setAttribute("class",t.cl),t.bm&&(e.gr.style["mix-blend-mode"]=getBlendMode(t.bm)),e},SVGShapeElement.prototype.createTransformElement=function(t,e){var i=TransformPropertyFactory.getTransformProperty(this,t,this),r=new SVGTransformData(i,i.o,e);return this.addToAnimatedContents(t,r),r},SVGShapeElement.prototype.createShapeElement=function(t,e,i){var r=4;t.ty==="rc"?r=5:t.ty==="el"?r=6:t.ty==="sr"&&(r=7);var s=ShapePropertyFactory.getShapeProp(this,t,r,this),n=new SVGShapeData(e,i,s);return this.shapes.push(n),this.addShapeToModifiers(n),this.addToAnimatedContents(t,n),n},SVGShapeElement.prototype.addToAnimatedContents=function(t,e){for(var i=0,r=this.animatedContents.length;i<r;){if(this.animatedContents[i].element===e)return;i+=1}this.animatedContents.push({fn:SVGElementsRenderer.createRenderFunction(t),element:e,data:t})},SVGShapeElement.prototype.setElementStyles=function(t){var e=t.styles,i,r=this.stylesList.length;for(i=0;i<r;i+=1)this.stylesList[i].closed||e.push(this.stylesList[i])},SVGShapeElement.prototype.reloadShapes=function(){this._isFirstFrame=!0;var t,e=this.itemsData.length;for(t=0;t<e;t+=1)this.prevViewData[t]=this.itemsData[t];for(this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes(),e=this.dynamicProperties.length,t=0;t<e;t+=1)this.dynamicProperties[t].getValue();this.renderModifiers()},SVGShapeElement.prototype.searchShapes=function(t,e,i,r,s,n,a){var l=[].concat(n),o,c=t.length-1,u,E,f=[],b=[],p,m,C;for(o=c;o>=0;o-=1){if(C=this.searchProcessedElement(t[o]),C?e[o]=i[C-1]:t[o]._render=a,t[o].ty==="fl"||t[o].ty==="st"||t[o].ty==="gf"||t[o].ty==="gs"||t[o].ty==="no")C?e[o].style.closed=!1:e[o]=this.createStyleElement(t[o],s),t[o]._render&&e[o].style.pElem.parentNode!==r&&r.appendChild(e[o].style.pElem),f.push(e[o].style);else if(t[o].ty==="gr"){if(!C)e[o]=this.createGroupElement(t[o]);else for(E=e[o].it.length,u=0;u<E;u+=1)e[o].prevViewData[u]=e[o].it[u];this.searchShapes(t[o].it,e[o].it,e[o].prevViewData,e[o].gr,s+1,l,a),t[o]._render&&e[o].gr.parentNode!==r&&r.appendChild(e[o].gr)}else t[o].ty==="tr"?(C||(e[o]=this.createTransformElement(t[o],r)),p=e[o].transform,l.push(p)):t[o].ty==="sh"||t[o].ty==="rc"||t[o].ty==="el"||t[o].ty==="sr"?(C||(e[o]=this.createShapeElement(t[o],l,s)),this.setElementStyles(e[o])):t[o].ty==="tm"||t[o].ty==="rd"||t[o].ty==="ms"||t[o].ty==="pb"||t[o].ty==="zz"||t[o].ty==="op"?(C?(m=e[o],m.closed=!1):(m=ShapeModifiers.getModifier(t[o].ty),m.init(this,t[o]),e[o]=m,this.shapeModifiers.push(m)),b.push(m)):t[o].ty==="rp"&&(C?(m=e[o],m.closed=!0):(m=ShapeModifiers.getModifier(t[o].ty),e[o]=m,m.init(this,t,o,e),this.shapeModifiers.push(m),a=!1),b.push(m));this.addProcessedElement(t[o],o+1)}for(c=f.length,o=0;o<c;o+=1)f[o].closed=!0;for(c=b.length,o=0;o<c;o+=1)b[o].closed=!0},SVGShapeElement.prototype.renderInnerContent=function(){this.renderModifiers();var t,e=this.stylesList.length;for(t=0;t<e;t+=1)this.stylesList[t].reset();for(this.renderShape(),t=0;t<e;t+=1)(this.stylesList[t]._mdf||this._isFirstFrame)&&(this.stylesList[t].msElem&&(this.stylesList[t].msElem.setAttribute("d",this.stylesList[t].d),this.stylesList[t].d="M0 0"+this.stylesList[t].d),this.stylesList[t].pElem.setAttribute("d",this.stylesList[t].d||"M0 0"))},SVGShapeElement.prototype.renderShape=function(){var t,e=this.animatedContents.length,i;for(t=0;t<e;t+=1)i=this.animatedContents[t],(this._isFirstFrame||i.element._isAnimated)&&i.data!==!0&&i.fn(i.data,i.element,this._isFirstFrame)},SVGShapeElement.prototype.destroy=function(){this.destroyBaseElement(),this.shapesData=null,this.itemsData=null};function LetterProps(t,e,i,r,s,n){this.o=t,this.sw=e,this.sc=i,this.fc=r,this.m=s,this.p=n,this._mdf={o:!0,sw:!!e,sc:!!i,fc:!!r,m:!0,p:!0}}LetterProps.prototype.update=function(t,e,i,r,s,n){this._mdf.o=!1,this._mdf.sw=!1,this._mdf.sc=!1,this._mdf.fc=!1,this._mdf.m=!1,this._mdf.p=!1;var a=!1;return this.o!==t&&(this.o=t,this._mdf.o=!0,a=!0),this.sw!==e&&(this.sw=e,this._mdf.sw=!0,a=!0),this.sc!==i&&(this.sc=i,this._mdf.sc=!0,a=!0),this.fc!==r&&(this.fc=r,this._mdf.fc=!0,a=!0),this.m!==s&&(this.m=s,this._mdf.m=!0,a=!0),n.length&&(this.p[0]!==n[0]||this.p[1]!==n[1]||this.p[4]!==n[4]||this.p[5]!==n[5]||this.p[12]!==n[12]||this.p[13]!==n[13])&&(this.p=n,this._mdf.p=!0,a=!0),a};function TextProperty(t,e){this._frameId=initialDefaultFrame,this.pv="",this.v="",this.kf=!1,this._isFirstFrame=!0,this._mdf=!1,e.d&&e.d.sid&&(e.d=t.globalData.slotManager.getProp(e.d)),this.data=e,this.elem=t,this.comp=this.elem.comp,this.keysIndex=0,this.canResize=!1,this.minimumFontSize=1,this.effectsSequence=[],this.currentData={ascent:0,boxWidth:this.defaultBoxWidth,f:"",fStyle:"",fWeight:"",fc:"",j:"",justifyOffset:"",l:[],lh:0,lineWidths:[],ls:"",of:"",s:"",sc:"",sw:0,t:0,tr:0,sz:0,ps:null,fillColorAnim:!1,strokeColorAnim:!1,strokeWidthAnim:!1,yOffset:0,finalSize:0,finalText:[],finalLineHeight:0,__complete:!1},this.copyData(this.currentData,this.data.d.k[0].s),this.searchProperty()||this.completeTextData(this.currentData)}TextProperty.prototype.defaultBoxWidth=[0,0],TextProperty.prototype.copyData=function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},TextProperty.prototype.setCurrentData=function(t){t.__complete||this.completeTextData(t),this.currentData=t,this.currentData.boxWidth=this.currentData.boxWidth||this.defaultBoxWidth,this._mdf=!0},TextProperty.prototype.searchProperty=function(){return this.searchKeyframes()},TextProperty.prototype.searchKeyframes=function(){return this.kf=this.data.d.k.length>1,this.kf&&this.addEffect(this.getKeyframeValue.bind(this)),this.kf},TextProperty.prototype.addEffect=function(t){this.effectsSequence.push(t),this.elem.addDynamicProperty(this)},TextProperty.prototype.getValue=function(t){if(!((this.elem.globalData.frameId===this.frameId||!this.effectsSequence.length)&&!t)){this.currentData.t=this.data.d.k[this.keysIndex].s.t;var e=this.currentData,i=this.keysIndex;if(this.lock){this.setCurrentData(this.currentData);return}this.lock=!0,this._mdf=!1;var r,s=this.effectsSequence.length,n=t||this.data.d.k[this.keysIndex].s;for(r=0;r<s;r+=1)i!==this.keysIndex?n=this.effectsSequence[r](n,n.t):n=this.effectsSequence[r](this.currentData,n.t);e!==n&&this.setCurrentData(n),this.v=this.currentData,this.pv=this.v,this.lock=!1,this.frameId=this.elem.globalData.frameId}},TextProperty.prototype.getKeyframeValue=function(){for(var t=this.data.d.k,e=this.elem.comp.renderedFrame,i=0,r=t.length;i<=r-1&&!(i===r-1||t[i+1].t>e);)i+=1;return this.keysIndex!==i&&(this.keysIndex=i),this.data.d.k[this.keysIndex].s},TextProperty.prototype.buildFinalText=function(t){for(var e=[],i=0,r=t.length,s,n,a=!1,l=!1,o="";i<r;)a=l,l=!1,s=t.charCodeAt(i),o=t.charAt(i),FontManager.isCombinedCharacter(s)?a=!0:s>=55296&&s<=56319?FontManager.isRegionalFlag(t,i)?o=t.substr(i,14):(n=t.charCodeAt(i+1),n>=56320&&n<=57343&&(FontManager.isModifier(s,n)?(o=t.substr(i,2),a=!0):FontManager.isFlagEmoji(t.substr(i,4))?o=t.substr(i,4):o=t.substr(i,2))):s>56319?(n=t.charCodeAt(i+1),FontManager.isVariationSelector(s)&&(a=!0)):FontManager.isZeroWidthJoiner(s)&&(a=!0,l=!0),a?(e[e.length-1]+=o,a=!1):e.push(o),i+=o.length;return e},TextProperty.prototype.completeTextData=function(t){t.__complete=!0;var e=this.elem.globalData.fontManager,i=this.data,r=[],s,n,a,l=0,o,c=i.m.g,u=0,E=0,f=0,b=[],p=0,m=0,C,y,x=e.getFontByName(t.f),d,g=0,k=getFontProperties(x);t.fWeight=k.weight,t.fStyle=k.style,t.finalSize=t.s,t.finalText=this.buildFinalText(t.t),n=t.finalText.length,t.finalLineHeight=t.lh;var P=t.tr/1e3*t.finalSize,T;if(t.sz)for(var F=!0,I=t.sz[0],$=t.sz[1],O,V;F;){V=this.buildFinalText(t.t),O=0,p=0,n=V.length,P=t.tr/1e3*t.finalSize;var G=-1;for(s=0;s<n;s+=1)T=V[s].charCodeAt(0),a=!1,V[s]===" "?G=s:(T===13||T===3)&&(p=0,a=!0,O+=t.finalLineHeight||t.finalSize*1.2),e.chars?(d=e.getCharData(V[s],x.fStyle,x.fFamily),g=a?0:d.w*t.finalSize/100):g=e.measureText(V[s],t.f,t.finalSize),p+g>I&&V[s]!==" "?(G===-1?n+=1:s=G,O+=t.finalLineHeight||t.finalSize*1.2,V.splice(s,G===s?1:0,"\r"),G=-1,p=0):(p+=g,p+=P);O+=x.ascent*t.finalSize/100,this.canResize&&t.finalSize>this.minimumFontSize&&$<O?(t.finalSize-=1,t.finalLineHeight=t.finalSize*t.lh/t.s):(t.finalText=V,n=t.finalText.length,F=!1)}p=-P,g=0;var z=0,L;for(s=0;s<n;s+=1)if(a=!1,L=t.finalText[s],T=L.charCodeAt(0),T===13||T===3?(z=0,b.push(p),m=p>m?p:m,p=-2*P,o="",a=!0,f+=1):o=L,e.chars?(d=e.getCharData(L,x.fStyle,e.getFontByName(t.f).fFamily),g=a?0:d.w*t.finalSize/100):g=e.measureText(o,t.f,t.finalSize),L===" "?z+=g+P:(p+=g+P+z,z=0),r.push({l:g,an:g,add:u,n:a,anIndexes:[],val:o,line:f,animatorJustifyOffset:0}),c==2){if(u+=g,o===""||o===" "||s===n-1){for((o===""||o===" ")&&(u-=g);E<=s;)r[E].an=u,r[E].ind=l,r[E].extra=g,E+=1;l+=1,u=0}}else if(c==3){if(u+=g,o===""||s===n-1){for(o===""&&(u-=g);E<=s;)r[E].an=u,r[E].ind=l,r[E].extra=g,E+=1;u=0,l+=1}}else r[l].ind=l,r[l].extra=0,l+=1;if(t.l=r,m=p>m?p:m,b.push(p),t.sz)t.boxWidth=t.sz[0],t.justifyOffset=0;else switch(t.boxWidth=m,t.j){case 1:t.justifyOffset=-t.boxWidth;break;case 2:t.justifyOffset=-t.boxWidth/2;break;default:t.justifyOffset=0}t.lineWidths=b;var A=i.a,M,S;y=A.length;var _,j,R=[];for(C=0;C<y;C+=1){for(M=A[C],M.a.sc&&(t.strokeColorAnim=!0),M.a.sw&&(t.strokeWidthAnim=!0),(M.a.fc||M.a.fh||M.a.fs||M.a.fb)&&(t.fillColorAnim=!0),j=0,_=M.s.b,s=0;s<n;s+=1)S=r[s],S.anIndexes[C]=j,(_==1&&S.val!==""||_==2&&S.val!==""&&S.val!==" "||_==3&&(S.n||S.val==" "||s==n-1)||_==4&&(S.n||s==n-1))&&(M.s.rn===1&&R.push(j),j+=1);i.a[C].s.totalChars=j;var D=-1,B;if(M.s.rn===1)for(s=0;s<n;s+=1)S=r[s],D!=S.anIndexes[C]&&(D=S.anIndexes[C],B=R.splice(Math.floor(Math.random()*R.length),1)[0]),S.anIndexes[C]=B}t.yOffset=t.finalLineHeight||t.finalSize*1.2,t.ls=t.ls||0,t.ascent=x.ascent*t.finalSize/100},TextProperty.prototype.updateDocumentData=function(t,e){e=e===void 0?this.keysIndex:e;var i=this.copyData({},this.data.d.k[e].s);i=this.copyData(i,t),this.data.d.k[e].s=i,this.recalculate(e),this.setCurrentData(i),this.elem.addDynamicProperty(this)},TextProperty.prototype.recalculate=function(t){var e=this.data.d.k[t].s;e.__complete=!1,this.keysIndex=0,this._isFirstFrame=!0,this.getValue(e)},TextProperty.prototype.canResizeFont=function(t){this.canResize=t,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)},TextProperty.prototype.setMinimumFontSize=function(t){this.minimumFontSize=Math.floor(t)||1,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)};var TextSelectorProp=function(){var t=Math.max,e=Math.min,i=Math.floor;function r(n,a){this._currentTextLength=-1,this.k=!1,this.data=a,this.elem=n,this.comp=n.comp,this.finalS=0,this.finalE=0,this.initDynamicPropertyContainer(n),this.s=PropertyFactory.getProp(n,a.s||{k:0},0,0,this),"e"in a?this.e=PropertyFactory.getProp(n,a.e,0,0,this):this.e={v:100},this.o=PropertyFactory.getProp(n,a.o||{k:0},0,0,this),this.xe=PropertyFactory.getProp(n,a.xe||{k:0},0,0,this),this.ne=PropertyFactory.getProp(n,a.ne||{k:0},0,0,this),this.sm=PropertyFactory.getProp(n,a.sm||{k:100},0,0,this),this.a=PropertyFactory.getProp(n,a.a,0,.01,this),this.dynamicProperties.length||this.getValue()}r.prototype={getMult:function(a){this._currentTextLength!==this.elem.textProperty.currentData.l.length&&this.getValue();var l=0,o=0,c=1,u=1;this.ne.v>0?l=this.ne.v/100:o=-this.ne.v/100,this.xe.v>0?c=1-this.xe.v/100:u=1+this.xe.v/100;var E=BezierFactory.getBezierEasing(l,o,c,u).get,f=0,b=this.finalS,p=this.finalE,m=this.data.sh;if(m===2)p===b?f=a>=p?1:0:f=t(0,e(.5/(p-b)+(a-b)/(p-b),1)),f=E(f);else if(m===3)p===b?f=a>=p?0:1:f=1-t(0,e(.5/(p-b)+(a-b)/(p-b),1)),f=E(f);else if(m===4)p===b?f=0:(f=t(0,e(.5/(p-b)+(a-b)/(p-b),1)),f<.5?f*=2:f=1-2*(f-.5)),f=E(f);else if(m===5){if(p===b)f=0;else{var C=p-b;a=e(t(0,a+.5-b),p-b);var y=-C/2+a,x=C/2;f=Math.sqrt(1-y*y/(x*x))}f=E(f)}else m===6?(p===b?f=0:(a=e(t(0,a+.5-b),p-b),f=(1+Math.cos(Math.PI+Math.PI*2*a/(p-b)))/2),f=E(f)):(a>=i(b)&&(a-b<0?f=t(0,e(e(p,1)-(b-a),1)):f=t(0,e(p-a,1))),f=E(f));if(this.sm.v!==100){var d=this.sm.v*.01;d===0&&(d=1e-8);var g=.5-d*.5;f<g?f=0:(f=(f-g)/d,f>1&&(f=1))}return f*this.a.v},getValue:function(a){this.iterateDynamicProperties(),this._mdf=a||this._mdf,this._currentTextLength=this.elem.textProperty.currentData.l.length||0,a&&this.data.r===2&&(this.e.v=this._currentTextLength);var l=this.data.r===2?1:100/this.data.totalChars,o=this.o.v/l,c=this.s.v/l+o,u=this.e.v/l+o;if(c>u){var E=c;c=u,u=E}this.finalS=c,this.finalE=u}},extendPrototype([DynamicPropertyContainer],r);function s(n,a,l){return new r(n,a)}return{getTextSelectorProp:s}}();function TextAnimatorDataProperty(t,e,i){var r={propType:!1},s=PropertyFactory.getProp,n=e.a;this.a={r:n.r?s(t,n.r,0,degToRads,i):r,rx:n.rx?s(t,n.rx,0,degToRads,i):r,ry:n.ry?s(t,n.ry,0,degToRads,i):r,sk:n.sk?s(t,n.sk,0,degToRads,i):r,sa:n.sa?s(t,n.sa,0,degToRads,i):r,s:n.s?s(t,n.s,1,.01,i):r,a:n.a?s(t,n.a,1,0,i):r,o:n.o?s(t,n.o,0,.01,i):r,p:n.p?s(t,n.p,1,0,i):r,sw:n.sw?s(t,n.sw,0,0,i):r,sc:n.sc?s(t,n.sc,1,0,i):r,fc:n.fc?s(t,n.fc,1,0,i):r,fh:n.fh?s(t,n.fh,0,0,i):r,fs:n.fs?s(t,n.fs,0,.01,i):r,fb:n.fb?s(t,n.fb,0,.01,i):r,t:n.t?s(t,n.t,0,0,i):r},this.s=TextSelectorProp.getTextSelectorProp(t,e.s,i),this.s.t=e.s.t}function TextAnimatorProperty(t,e,i){this._isFirstFrame=!0,this._hasMaskedPath=!1,this._frameId=-1,this._textData=t,this._renderType=e,this._elem=i,this._animatorsData=createSizedArray(this._textData.a.length),this._pathData={},this._moreOptions={alignment:{}},this.renderedLetters=[],this.lettersChangedFlag=!1,this.initDynamicPropertyContainer(i)}TextAnimatorProperty.prototype.searchProperties=function(){var t,e=this._textData.a.length,i,r=PropertyFactory.getProp;for(t=0;t<e;t+=1)i=this._textData.a[t],this._animatorsData[t]=new TextAnimatorDataProperty(this._elem,i,this);this._textData.p&&"m"in this._textData.p?(this._pathData={a:r(this._elem,this._textData.p.a,0,0,this),f:r(this._elem,this._textData.p.f,0,0,this),l:r(this._elem,this._textData.p.l,0,0,this),r:r(this._elem,this._textData.p.r,0,0,this),p:r(this._elem,this._textData.p.p,0,0,this),m:this._elem.maskManager.getMaskProperty(this._textData.p.m)},this._hasMaskedPath=!0):this._hasMaskedPath=!1,this._moreOptions.alignment=r(this._elem,this._textData.m.a,1,0,this)},TextAnimatorProperty.prototype.getMeasures=function(t,e){if(this.lettersChangedFlag=e,!(!this._mdf&&!this._isFirstFrame&&!e&&(!this._hasMaskedPath||!this._pathData.m._mdf))){this._isFirstFrame=!1;var i=this._moreOptions.alignment.v,r=this._animatorsData,s=this._textData,n=this.mHelper,a=this._renderType,l=this.renderedLetters.length,o,c,u,E,f=t.l,b,p,m,C,y,x,d,g,k,P,T,F,I,$,O;if(this._hasMaskedPath){if(O=this._pathData.m,!this._pathData.n||this._pathData._mdf){var V=O.v;this._pathData.r.v&&(V=V.reverse()),b={tLength:0,segments:[]},E=V._length-1;var G;for(F=0,u=0;u<E;u+=1)G=bez.buildBezierData(V.v[u],V.v[u+1],[V.o[u][0]-V.v[u][0],V.o[u][1]-V.v[u][1]],[V.i[u+1][0]-V.v[u+1][0],V.i[u+1][1]-V.v[u+1][1]]),b.tLength+=G.segmentLength,b.segments.push(G),F+=G.segmentLength;u=E,O.v.c&&(G=bez.buildBezierData(V.v[u],V.v[0],[V.o[u][0]-V.v[u][0],V.o[u][1]-V.v[u][1]],[V.i[0][0]-V.v[0][0],V.i[0][1]-V.v[0][1]]),b.tLength+=G.segmentLength,b.segments.push(G),F+=G.segmentLength),this._pathData.pi=b}if(b=this._pathData.pi,p=this._pathData.f.v,d=0,x=1,C=0,y=!0,P=b.segments,p<0&&O.v.c)for(b.tLength<Math.abs(p)&&(p=-Math.abs(p)%b.tLength),d=P.length-1,k=P[d].points,x=k.length-1;p<0;)p+=k[x].partialLength,x-=1,x<0&&(d-=1,k=P[d].points,x=k.length-1);k=P[d].points,g=k[x-1],m=k[x],T=m.partialLength}E=f.length,o=0,c=0;var z=t.finalSize*1.2*.714,L=!0,A,M,S,_,j;_=r.length;var R,D=-1,B,N,H,W=p,U=d,Y=x,Q=-1,X,J,tt,K,q,st,lt,nt,rt="",at=this.defaultPropsArray,ot;if(t.j===2||t.j===1){var Z=0,ht=0,ct=t.j===2?-.5:-1,et=0,ft=!0;for(u=0;u<E;u+=1)if(f[u].n){for(Z&&(Z+=ht);et<u;)f[et].animatorJustifyOffset=Z,et+=1;Z=0,ft=!0}else{for(S=0;S<_;S+=1)A=r[S].a,A.t.propType&&(ft&&t.j===2&&(ht+=A.t.v*ct),M=r[S].s,R=M.getMult(f[u].anIndexes[S],s.a[S].s.totalChars),R.length?Z+=A.t.v*R[0]*ct:Z+=A.t.v*R*ct);ft=!1}for(Z&&(Z+=ht);et<u;)f[et].animatorJustifyOffset=Z,et+=1}for(u=0;u<E;u+=1){if(n.reset(),X=1,f[u].n)o=0,c+=t.yOffset,c+=L?1:0,p=W,L=!1,this._hasMaskedPath&&(d=U,x=Y,k=P[d].points,g=k[x-1],m=k[x],T=m.partialLength,C=0),rt="",nt="",st="",ot="",at=this.defaultPropsArray;else{if(this._hasMaskedPath){if(Q!==f[u].line){switch(t.j){case 1:p+=F-t.lineWidths[f[u].line];break;case 2:p+=(F-t.lineWidths[f[u].line])/2;break}Q=f[u].line}D!==f[u].ind&&(f[D]&&(p+=f[D].extra),p+=f[u].an/2,D=f[u].ind),p+=i[0]*f[u].an*.005;var it=0;for(S=0;S<_;S+=1)A=r[S].a,A.p.propType&&(M=r[S].s,R=M.getMult(f[u].anIndexes[S],s.a[S].s.totalChars),R.length?it+=A.p.v[0]*R[0]:it+=A.p.v[0]*R),A.a.propType&&(M=r[S].s,R=M.getMult(f[u].anIndexes[S],s.a[S].s.totalChars),R.length?it+=A.a.v[0]*R[0]:it+=A.a.v[0]*R);for(y=!0,this._pathData.a.v&&(p=f[0].an*.5+(F-this._pathData.f.v-f[0].an*.5-f[f.length-1].an*.5)*D/(E-1),p+=this._pathData.f.v);y;)C+T>=p+it||!k?(I=(p+it-C)/m.partialLength,N=g.point[0]+(m.point[0]-g.point[0])*I,H=g.point[1]+(m.point[1]-g.point[1])*I,n.translate(-i[0]*f[u].an*.005,-(i[1]*z)*.01),y=!1):k&&(C+=m.partialLength,x+=1,x>=k.length&&(x=0,d+=1,P[d]?k=P[d].points:O.v.c?(x=0,d=0,k=P[d].points):(C-=m.partialLength,k=null)),k&&(g=m,m=k[x],T=m.partialLength));B=f[u].an/2-f[u].add,n.translate(-B,0,0)}else B=f[u].an/2-f[u].add,n.translate(-B,0,0),n.translate(-i[0]*f[u].an*.005,-i[1]*z*.01,0);for(S=0;S<_;S+=1)A=r[S].a,A.t.propType&&(M=r[S].s,R=M.getMult(f[u].anIndexes[S],s.a[S].s.totalChars),(o!==0||t.j!==0)&&(this._hasMaskedPath?R.length?p+=A.t.v*R[0]:p+=A.t.v*R:R.length?o+=A.t.v*R[0]:o+=A.t.v*R));for(t.strokeWidthAnim&&(tt=t.sw||0),t.strokeColorAnim&&(t.sc?J=[t.sc[0],t.sc[1],t.sc[2]]:J=[0,0,0]),t.fillColorAnim&&t.fc&&(K=[t.fc[0],t.fc[1],t.fc[2]]),S=0;S<_;S+=1)A=r[S].a,A.a.propType&&(M=r[S].s,R=M.getMult(f[u].anIndexes[S],s.a[S].s.totalChars),R.length?n.translate(-A.a.v[0]*R[0],-A.a.v[1]*R[1],A.a.v[2]*R[2]):n.translate(-A.a.v[0]*R,-A.a.v[1]*R,A.a.v[2]*R));for(S=0;S<_;S+=1)A=r[S].a,A.s.propType&&(M=r[S].s,R=M.getMult(f[u].anIndexes[S],s.a[S].s.totalChars),R.length?n.scale(1+(A.s.v[0]-1)*R[0],1+(A.s.v[1]-1)*R[1],1):n.scale(1+(A.s.v[0]-1)*R,1+(A.s.v[1]-1)*R,1));for(S=0;S<_;S+=1){if(A=r[S].a,M=r[S].s,R=M.getMult(f[u].anIndexes[S],s.a[S].s.totalChars),A.sk.propType&&(R.length?n.skewFromAxis(-A.sk.v*R[0],A.sa.v*R[1]):n.skewFromAxis(-A.sk.v*R,A.sa.v*R)),A.r.propType&&(R.length?n.rotateZ(-A.r.v*R[2]):n.rotateZ(-A.r.v*R)),A.ry.propType&&(R.length?n.rotateY(A.ry.v*R[1]):n.rotateY(A.ry.v*R)),A.rx.propType&&(R.length?n.rotateX(A.rx.v*R[0]):n.rotateX(A.rx.v*R)),A.o.propType&&(R.length?X+=(A.o.v*R[0]-X)*R[0]:X+=(A.o.v*R-X)*R),t.strokeWidthAnim&&A.sw.propType&&(R.length?tt+=A.sw.v*R[0]:tt+=A.sw.v*R),t.strokeColorAnim&&A.sc.propType)for(q=0;q<3;q+=1)R.length?J[q]+=(A.sc.v[q]-J[q])*R[0]:J[q]+=(A.sc.v[q]-J[q])*R;if(t.fillColorAnim&&t.fc){if(A.fc.propType)for(q=0;q<3;q+=1)R.length?K[q]+=(A.fc.v[q]-K[q])*R[0]:K[q]+=(A.fc.v[q]-K[q])*R;A.fh.propType&&(R.length?K=addHueToRGB(K,A.fh.v*R[0]):K=addHueToRGB(K,A.fh.v*R)),A.fs.propType&&(R.length?K=addSaturationToRGB(K,A.fs.v*R[0]):K=addSaturationToRGB(K,A.fs.v*R)),A.fb.propType&&(R.length?K=addBrightnessToRGB(K,A.fb.v*R[0]):K=addBrightnessToRGB(K,A.fb.v*R))}}for(S=0;S<_;S+=1)A=r[S].a,A.p.propType&&(M=r[S].s,R=M.getMult(f[u].anIndexes[S],s.a[S].s.totalChars),this._hasMaskedPath?R.length?n.translate(0,A.p.v[1]*R[0],-A.p.v[2]*R[1]):n.translate(0,A.p.v[1]*R,-A.p.v[2]*R):R.length?n.translate(A.p.v[0]*R[0],A.p.v[1]*R[1],-A.p.v[2]*R[2]):n.translate(A.p.v[0]*R,A.p.v[1]*R,-A.p.v[2]*R));if(t.strokeWidthAnim&&(st=tt<0?0:tt),t.strokeColorAnim&&(lt="rgb("+Math.round(J[0]*255)+","+Math.round(J[1]*255)+","+Math.round(J[2]*255)+")"),t.fillColorAnim&&t.fc&&(nt="rgb("+Math.round(K[0]*255)+","+Math.round(K[1]*255)+","+Math.round(K[2]*255)+")"),this._hasMaskedPath){if(n.translate(0,-t.ls),n.translate(0,i[1]*z*.01+c,0),this._pathData.p.v){$=(m.point[1]-g.point[1])/(m.point[0]-g.point[0]);var ut=Math.atan($)*180/Math.PI;m.point[0]<g.point[0]&&(ut+=180),n.rotate(-ut*Math.PI/180)}n.translate(N,H,0),p-=i[0]*f[u].an*.005,f[u+1]&&D!==f[u+1].ind&&(p+=f[u].an/2,p+=t.tr*.001*t.finalSize)}else{switch(n.translate(o,c,0),t.ps&&n.translate(t.ps[0],t.ps[1]+t.ascent,0),t.j){case 1:n.translate(f[u].animatorJustifyOffset+t.justifyOffset+(t.boxWidth-t.lineWidths[f[u].line]),0,0);break;case 2:n.translate(f[u].animatorJustifyOffset+t.justifyOffset+(t.boxWidth-t.lineWidths[f[u].line])/2,0,0);break}n.translate(0,-t.ls),n.translate(B,0,0),n.translate(i[0]*f[u].an*.005,i[1]*z*.01,0),o+=f[u].l+t.tr*.001*t.finalSize}a==="html"?rt=n.toCSS():a==="svg"?rt=n.to2dCSS():at=[n.props[0],n.props[1],n.props[2],n.props[3],n.props[4],n.props[5],n.props[6],n.props[7],n.props[8],n.props[9],n.props[10],n.props[11],n.props[12],n.props[13],n.props[14],n.props[15]],ot=X}l<=u?(j=new LetterProps(ot,st,lt,nt,rt,at),this.renderedLetters.push(j),l+=1,this.lettersChangedFlag=!0):(j=this.renderedLetters[u],this.lettersChangedFlag=j.update(ot,st,lt,nt,rt,at)||this.lettersChangedFlag)}}},TextAnimatorProperty.prototype.getValue=function(){this._elem.globalData.frameId!==this._frameId&&(this._frameId=this._elem.globalData.frameId,this.iterateDynamicProperties())},TextAnimatorProperty.prototype.mHelper=new Matrix,TextAnimatorProperty.prototype.defaultPropsArray=[],extendPrototype([DynamicPropertyContainer],TextAnimatorProperty);function ITextElement(){}ITextElement.prototype.initElement=function(t,e,i){this.lettersChangedFlag=!0,this.initFrame(),this.initBaseData(t,e,i),this.textProperty=new TextProperty(this,t.t,this.dynamicProperties),this.textAnimator=new TextAnimatorProperty(t.t,this.renderType,this),this.initTransform(t,e,i),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide(),this.textAnimator.searchProperties(this.dynamicProperties)},ITextElement.prototype.prepareFrame=function(t){this._mdf=!1,this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange)},ITextElement.prototype.createPathShape=function(t,e){var i,r=e.length,s,n="";for(i=0;i<r;i+=1)e[i].ty==="sh"&&(s=e[i].ks.k,n+=buildShapeString(s,s.i.length,!0,t));return n},ITextElement.prototype.updateDocumentData=function(t,e){this.textProperty.updateDocumentData(t,e)},ITextElement.prototype.canResizeFont=function(t){this.textProperty.canResizeFont(t)},ITextElement.prototype.setMinimumFontSize=function(t){this.textProperty.setMinimumFontSize(t)},ITextElement.prototype.applyTextPropertiesToMatrix=function(t,e,i,r,s){switch(t.ps&&e.translate(t.ps[0],t.ps[1]+t.ascent,0),e.translate(0,-t.ls,0),t.j){case 1:e.translate(t.justifyOffset+(t.boxWidth-t.lineWidths[i]),0,0);break;case 2:e.translate(t.justifyOffset+(t.boxWidth-t.lineWidths[i])/2,0,0);break}e.translate(r,s,0)},ITextElement.prototype.buildColor=function(t){return"rgb("+Math.round(t[0]*255)+","+Math.round(t[1]*255)+","+Math.round(t[2]*255)+")"},ITextElement.prototype.emptyProp=new LetterProps,ITextElement.prototype.destroy=function(){},ITextElement.prototype.validateText=function(){(this.textProperty._mdf||this.textProperty._isFirstFrame)&&(this.buildNewText(),this.textProperty._isFirstFrame=!1,this.textProperty._mdf=!1)};var emptyShapeData={shapes:[]};function SVGTextLottieElement(t,e,i){this.textSpans=[],this.renderType="svg",this.initElement(t,e,i)}extendPrototype([BaseElement,TransformElement,SVGBaseElement,HierarchyElement,FrameElement,RenderableDOMElement,ITextElement],SVGTextLottieElement),SVGTextLottieElement.prototype.createContent=function(){this.data.singleShape&&!this.globalData.fontManager.chars&&(this.textContainer=createNS("text"))},SVGTextLottieElement.prototype.buildTextContents=function(t){for(var e=0,i=t.length,r=[],s="";e<i;)t[e]==="\r"||t[e]===""?(r.push(s),s=""):s+=t[e],e+=1;return r.push(s),r},SVGTextLottieElement.prototype.buildShapeData=function(t,e){if(t.shapes&&t.shapes.length){var i=t.shapes[0];if(i.it){var r=i.it[i.it.length-1];r.s&&(r.s.k[0]=e,r.s.k[1]=e)}}return t},SVGTextLottieElement.prototype.buildNewText=function(){this.addDynamicProperty(this);var t,e,i=this.textProperty.currentData;this.renderedLetters=createSizedArray(i?i.l.length:0),i.fc?this.layerElement.setAttribute("fill",this.buildColor(i.fc)):this.layerElement.setAttribute("fill","rgba(0,0,0,0)"),i.sc&&(this.layerElement.setAttribute("stroke",this.buildColor(i.sc)),this.layerElement.setAttribute("stroke-width",i.sw)),this.layerElement.setAttribute("font-size",i.finalSize);var r=this.globalData.fontManager.getFontByName(i.f);if(r.fClass)this.layerElement.setAttribute("class",r.fClass);else{this.layerElement.setAttribute("font-family",r.fFamily);var s=i.fWeight,n=i.fStyle;this.layerElement.setAttribute("font-style",n),this.layerElement.setAttribute("font-weight",s)}this.layerElement.setAttribute("aria-label",i.t);var a=i.l||[],l=!!this.globalData.fontManager.chars;e=a.length;var o,c=this.mHelper,u="",E=this.data.singleShape,f=0,b=0,p=!0,m=i.tr*.001*i.finalSize;if(E&&!l&&!i.sz){var C=this.textContainer,y="start";switch(i.j){case 1:y="end";break;case 2:y="middle";break;default:y="start";break}C.setAttribute("text-anchor",y),C.setAttribute("letter-spacing",m);var x=this.buildTextContents(i.finalText);for(e=x.length,b=i.ps?i.ps[1]+i.ascent:0,t=0;t<e;t+=1)o=this.textSpans[t].span||createNS("tspan"),o.textContent=x[t],o.setAttribute("x",0),o.setAttribute("y",b),o.style.display="inherit",C.appendChild(o),this.textSpans[t]||(this.textSpans[t]={span:null,glyph:null}),this.textSpans[t].span=o,b+=i.finalLineHeight;this.layerElement.appendChild(C)}else{var d=this.textSpans.length,g;for(t=0;t<e;t+=1){if(this.textSpans[t]||(this.textSpans[t]={span:null,childSpan:null,glyph:null}),!l||!E||t===0){if(o=d>t?this.textSpans[t].span:createNS(l?"g":"text"),d<=t){if(o.setAttribute("stroke-linecap","butt"),o.setAttribute("stroke-linejoin","round"),o.setAttribute("stroke-miterlimit","4"),this.textSpans[t].span=o,l){var k=createNS("g");o.appendChild(k),this.textSpans[t].childSpan=k}this.textSpans[t].span=o,this.layerElement.appendChild(o)}o.style.display="inherit"}if(c.reset(),E&&(a[t].n&&(f=-m,b+=i.yOffset,b+=p?1:0,p=!1),this.applyTextPropertiesToMatrix(i,c,a[t].line,f,b),f+=a[t].l||0,f+=m),l){g=this.globalData.fontManager.getCharData(i.finalText[t],r.fStyle,this.globalData.fontManager.getFontByName(i.f).fFamily);var P;if(g.t===1)P=new SVGCompElement(g.data,this.globalData,this);else{var T=emptyShapeData;g.data&&g.data.shapes&&(T=this.buildShapeData(g.data,i.finalSize)),P=new SVGShapeElement(T,this.globalData,this)}if(this.textSpans[t].glyph){var F=this.textSpans[t].glyph;this.textSpans[t].childSpan.removeChild(F.layerElement),F.destroy()}this.textSpans[t].glyph=P,P._debug=!0,P.prepareFrame(0),P.renderFrame(),this.textSpans[t].childSpan.appendChild(P.layerElement),g.t===1&&this.textSpans[t].childSpan.setAttribute("transform","scale("+i.finalSize/100+","+i.finalSize/100+")")}else E&&o.setAttribute("transform","translate("+c.props[12]+","+c.props[13]+")"),o.textContent=a[t].val,o.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve")}E&&o&&o.setAttribute("d",u)}for(;t<this.textSpans.length;)this.textSpans[t].span.style.display="none",t+=1;this._sizeChanged=!0},SVGTextLottieElement.prototype.sourceRectAtTime=function(){if(this.prepareFrame(this.comp.renderedFrame-this.data.st),this.renderInnerContent(),this._sizeChanged){this._sizeChanged=!1;var t=this.layerElement.getBBox();this.bbox={top:t.y,left:t.x,width:t.width,height:t.height}}return this.bbox},SVGTextLottieElement.prototype.getValue=function(){var t,e=this.textSpans.length,i;for(this.renderedFrame=this.comp.renderedFrame,t=0;t<e;t+=1)i=this.textSpans[t].glyph,i&&(i.prepareFrame(this.comp.renderedFrame-this.data.st),i._mdf&&(this._mdf=!0))},SVGTextLottieElement.prototype.renderInnerContent=function(){if(this.validateText(),(!this.data.singleShape||this._mdf)&&(this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag),this.lettersChangedFlag||this.textAnimator.lettersChangedFlag)){this._sizeChanged=!0;var t,e,i=this.textAnimator.renderedLetters,r=this.textProperty.currentData.l;e=r.length;var s,n,a;for(t=0;t<e;t+=1)r[t].n||(s=i[t],n=this.textSpans[t].span,a=this.textSpans[t].glyph,a&&a.renderFrame(),s._mdf.m&&n.setAttribute("transform",s.m),s._mdf.o&&n.setAttribute("opacity",s.o),s._mdf.sw&&n.setAttribute("stroke-width",s.sw),s._mdf.sc&&n.setAttribute("stroke",s.sc),s._mdf.fc&&n.setAttribute("fill",s.fc))}};function ISolidElement(t,e,i){this.initElement(t,e,i)}extendPrototype([IImageElement],ISolidElement),ISolidElement.prototype.createContent=function(){var t=createNS("rect");t.setAttribute("width",this.data.sw),t.setAttribute("height",this.data.sh),t.setAttribute("fill",this.data.sc),this.layerElement.appendChild(t)};function NullElement(t,e,i){this.initFrame(),this.initBaseData(t,e,i),this.initFrame(),this.initTransform(t,e,i),this.initHierarchy()}NullElement.prototype.prepareFrame=function(t){this.prepareProperties(t,!0)},NullElement.prototype.renderFrame=function(){},NullElement.prototype.getBaseElement=function(){return null},NullElement.prototype.destroy=function(){},NullElement.prototype.sourceRectAtTime=function(){},NullElement.prototype.hide=function(){},extendPrototype([BaseElement,TransformElement,HierarchyElement,FrameElement],NullElement);function SVGRendererBase(){}extendPrototype([BaseRenderer],SVGRendererBase),SVGRendererBase.prototype.createNull=function(t){return new NullElement(t,this.globalData,this)},SVGRendererBase.prototype.createShape=function(t){return new SVGShapeElement(t,this.globalData,this)},SVGRendererBase.prototype.createText=function(t){return new SVGTextLottieElement(t,this.globalData,this)},SVGRendererBase.prototype.createImage=function(t){return new IImageElement(t,this.globalData,this)},SVGRendererBase.prototype.createSolid=function(t){return new ISolidElement(t,this.globalData,this)},SVGRendererBase.prototype.configAnimation=function(t){this.svgElement.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.svgElement.setAttribute("xmlns:xlink","http://www.w3.org/1999/xlink"),this.renderConfig.viewBoxSize?this.svgElement.setAttribute("viewBox",this.renderConfig.viewBoxSize):this.svgElement.setAttribute("viewBox","0 0 "+t.w+" "+t.h),this.renderConfig.viewBoxOnly||(this.svgElement.setAttribute("width",t.w),this.svgElement.setAttribute("height",t.h),this.svgElement.style.width="100%",this.svgElement.style.height="100%",this.svgElement.style.transform="translate3d(0,0,0)",this.svgElement.style.contentVisibility=this.renderConfig.contentVisibility),this.renderConfig.width&&this.svgElement.setAttribute("width",this.renderConfig.width),this.renderConfig.height&&this.svgElement.setAttribute("height",this.renderConfig.height),this.renderConfig.className&&this.svgElement.setAttribute("class",this.renderConfig.className),this.renderConfig.id&&this.svgElement.setAttribute("id",this.renderConfig.id),this.renderConfig.focusable!==void 0&&this.svgElement.setAttribute("focusable",this.renderConfig.focusable),this.svgElement.setAttribute("preserveAspectRatio",this.renderConfig.preserveAspectRatio),this.animationItem.wrapper.appendChild(this.svgElement);var e=this.globalData.defs;this.setupGlobalData(t,e),this.globalData.progressiveLoad=this.renderConfig.progressiveLoad,this.data=t;var i=createNS("clipPath"),r=createNS("rect");r.setAttribute("width",t.w),r.setAttribute("height",t.h),r.setAttribute("x",0),r.setAttribute("y",0);var s=createElementID();i.setAttribute("id",s),i.appendChild(r),this.layerElement.setAttribute("clip-path","url("+getLocationHref()+"#"+s+")"),e.appendChild(i),this.layers=t.layers,this.elements=createSizedArray(t.layers.length)},SVGRendererBase.prototype.destroy=function(){this.animationItem.wrapper&&(this.animationItem.wrapper.innerText=""),this.layerElement=null,this.globalData.defs=null;var t,e=this.layers?this.layers.length:0;for(t=0;t<e;t+=1)this.elements[t]&&this.elements[t].destroy&&this.elements[t].destroy();this.elements.length=0,this.destroyed=!0,this.animationItem=null},SVGRendererBase.prototype.updateContainerSize=function(){},SVGRendererBase.prototype.findIndexByInd=function(t){var e=0,i=this.layers.length;for(e=0;e<i;e+=1)if(this.layers[e].ind===t)return e;return-1},SVGRendererBase.prototype.buildItem=function(t){var e=this.elements;if(!(e[t]||this.layers[t].ty===99)){e[t]=!0;var i=this.createItem(this.layers[t]);if(e[t]=i,getExpressionsPlugin()&&(this.layers[t].ty===0&&this.globalData.projectInterface.registerComposition(i),i.initExpressions()),this.appendElementInPos(i,t),this.layers[t].tt){var r="tp"in this.layers[t]?this.findIndexByInd(this.layers[t].tp):t-1;if(r===-1)return;if(!this.elements[r]||this.elements[r]===!0)this.buildItem(r),this.addPendingElement(i);else{var s=e[r],n=s.getMatte(this.layers[t].tt);i.setMatte(n)}}}},SVGRendererBase.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){var t=this.pendingElements.pop();if(t.checkParenting(),t.data.tt)for(var e=0,i=this.elements.length;e<i;){if(this.elements[e]===t){var r="tp"in t.data?this.findIndexByInd(t.data.tp):e-1,s=this.elements[r],n=s.getMatte(this.layers[e].tt);t.setMatte(n);break}e+=1}}},SVGRendererBase.prototype.renderFrame=function(t){if(!(this.renderedFrame===t||this.destroyed)){t===null?t=this.renderedFrame:this.renderedFrame=t,this.globalData.frameNum=t,this.globalData.frameId+=1,this.globalData.projectInterface.currentFrame=t,this.globalData._mdf=!1;var e,i=this.layers.length;for(this.completeLayers||this.checkLayers(t),e=i-1;e>=0;e-=1)(this.completeLayers||this.elements[e])&&this.elements[e].prepareFrame(t-this.layers[e].st);if(this.globalData._mdf)for(e=0;e<i;e+=1)(this.completeLayers||this.elements[e])&&this.elements[e].renderFrame()}},SVGRendererBase.prototype.appendElementInPos=function(t,e){var i=t.getBaseElement();if(i){for(var r=0,s;r<e;)this.elements[r]&&this.elements[r]!==!0&&this.elements[r].getBaseElement()&&(s=this.elements[r].getBaseElement()),r+=1;s?this.layerElement.insertBefore(i,s):this.layerElement.appendChild(i)}},SVGRendererBase.prototype.hide=function(){this.layerElement.style.display="none"},SVGRendererBase.prototype.show=function(){this.layerElement.style.display="block"};function ICompElement(){}extendPrototype([BaseElement,TransformElement,HierarchyElement,FrameElement,RenderableDOMElement],ICompElement),ICompElement.prototype.initElement=function(t,e,i){this.initFrame(),this.initBaseData(t,e,i),this.initTransform(t,e,i),this.initRenderable(),this.initHierarchy(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),(this.data.xt||!e.progressiveLoad)&&this.buildAllItems(),this.hide()},ICompElement.prototype.prepareFrame=function(t){if(this._mdf=!1,this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange),!(!this.isInRange&&!this.data.xt)){if(this.tm._placeholder)this.renderedFrame=t/this.data.sr;else{var e=this.tm.v;e===this.data.op&&(e=this.data.op-1),this.renderedFrame=e}var i,r=this.elements.length;for(this.completeLayers||this.checkLayers(this.renderedFrame),i=r-1;i>=0;i-=1)(this.completeLayers||this.elements[i])&&(this.elements[i].prepareFrame(this.renderedFrame-this.layers[i].st),this.elements[i]._mdf&&(this._mdf=!0))}},ICompElement.prototype.renderInnerContent=function(){var t,e=this.layers.length;for(t=0;t<e;t+=1)(this.completeLayers||this.elements[t])&&this.elements[t].renderFrame()},ICompElement.prototype.setElements=function(t){this.elements=t},ICompElement.prototype.getElements=function(){return this.elements},ICompElement.prototype.destroyElements=function(){var t,e=this.layers.length;for(t=0;t<e;t+=1)this.elements[t]&&this.elements[t].destroy()},ICompElement.prototype.destroy=function(){this.destroyElements(),this.destroyBaseElement()};function SVGCompElement(t,e,i){this.layers=t.layers,this.supports3d=!0,this.completeLayers=!1,this.pendingElements=[],this.elements=this.layers?createSizedArray(this.layers.length):[],this.initElement(t,e,i),this.tm=t.tm?PropertyFactory.getProp(this,t.tm,0,e.frameRate,this):{_placeholder:!0}}extendPrototype([SVGRendererBase,ICompElement,SVGBaseElement],SVGCompElement),SVGCompElement.prototype.createComp=function(t){return new SVGCompElement(t,this.globalData,this)};function SVGRenderer(t,e){this.animationItem=t,this.layers=null,this.renderedFrame=-1,this.svgElement=createNS("svg");var i="";if(e&&e.title){var r=createNS("title"),s=createElementID();r.setAttribute("id",s),r.textContent=e.title,this.svgElement.appendChild(r),i+=s}if(e&&e.description){var n=createNS("desc"),a=createElementID();n.setAttribute("id",a),n.textContent=e.description,this.svgElement.appendChild(n),i+=" "+a}i&&this.svgElement.setAttribute("aria-labelledby",i);var l=createNS("defs");this.svgElement.appendChild(l);var o=createNS("g");this.svgElement.appendChild(o),this.layerElement=o,this.renderConfig={preserveAspectRatio:e&&e.preserveAspectRatio||"xMidYMid meet",imagePreserveAspectRatio:e&&e.imagePreserveAspectRatio||"xMidYMid slice",contentVisibility:e&&e.contentVisibility||"visible",progressiveLoad:e&&e.progressiveLoad||!1,hideOnTransparent:!(e&&e.hideOnTransparent===!1),viewBoxOnly:e&&e.viewBoxOnly||!1,viewBoxSize:e&&e.viewBoxSize||!1,className:e&&e.className||"",id:e&&e.id||"",focusable:e&&e.focusable,filterSize:{width:e&&e.filterSize&&e.filterSize.width||"100%",height:e&&e.filterSize&&e.filterSize.height||"100%",x:e&&e.filterSize&&e.filterSize.x||"0%",y:e&&e.filterSize&&e.filterSize.y||"0%"},width:e&&e.width,height:e&&e.height,runExpressions:!e||e.runExpressions===void 0||e.runExpressions},this.globalData={_mdf:!1,frameNum:-1,defs:l,renderConfig:this.renderConfig},this.elements=[],this.pendingElements=[],this.destroyed=!1,this.rendererType="svg"}extendPrototype([SVGRendererBase],SVGRenderer),SVGRenderer.prototype.createComp=function(t){return new SVGCompElement(t,this.globalData,this)};function ShapeTransformManager(){this.sequences={},this.sequenceList=[],this.transform_key_count=0}ShapeTransformManager.prototype={addTransformSequence:function(e){var i,r=e.length,s="_";for(i=0;i<r;i+=1)s+=e[i].transform.key+"_";var n=this.sequences[s];return n||(n={transforms:[].concat(e),finalTransform:new Matrix,_mdf:!1},this.sequences[s]=n,this.sequenceList.push(n)),n},processSequence:function(e,i){for(var r=0,s=e.transforms.length,n=i;r<s&&!i;){if(e.transforms[r].transform.mProps._mdf){n=!0;break}r+=1}if(n)for(e.finalTransform.reset(),r=s-1;r>=0;r-=1)e.finalTransform.multiply(e.transforms[r].transform.mProps.v);e._mdf=n},processSequences:function(e){var i,r=this.sequenceList.length;for(i=0;i<r;i+=1)this.processSequence(this.sequenceList[i],e)},getNewKey:function(){return this.transform_key_count+=1,"_"+this.transform_key_count}};var lumaLoader=function(){var e="__lottie_element_luma_buffer",i=null,r=null,s=null;function n(){var o=createNS("svg"),c=createNS("filter"),u=createNS("feColorMatrix");return c.setAttribute("id",e),u.setAttribute("type","matrix"),u.setAttribute("color-interpolation-filters","sRGB"),u.setAttribute("values","0.3, 0.3, 0.3, 0, 0, 0.3, 0.3, 0.3, 0, 0, 0.3, 0.3, 0.3, 0, 0, 0.3, 0.3, 0.3, 0, 0"),c.appendChild(u),o.appendChild(c),o.setAttribute("id",e+"_svg"),featureSupport.svgLumaHidden&&(o.style.display="none"),o}function a(){i||(s=n(),document.body.appendChild(s),i=createTag("canvas"),r=i.getContext("2d"),r.filter="url(#"+e+")",r.fillStyle="rgba(0,0,0,0)",r.fillRect(0,0,1,1))}function l(o){return i||a(),i.width=o.width,i.height=o.height,r.filter="url(#"+e+")",i}return{load:a,get:l}};function createCanvas(t,e){if(featureSupport.offscreenCanvas)return new OffscreenCanvas(t,e);var i=createTag("canvas");return i.width=t,i.height=e,i}var assetLoader=function(){return{loadLumaCanvas:lumaLoader.load,getLumaCanvas:lumaLoader.get,createCanvas}}(),registeredEffects={};function CVEffects(t){var e,i=t.data.ef?t.data.ef.length:0;this.filters=[];var r;for(e=0;e<i;e+=1){r=null;var s=t.data.ef[e].ty;if(registeredEffects[s]){var n=registeredEffects[s].effect;r=new n(t.effectsManager.effectElements[e],t)}r&&this.filters.push(r)}this.filters.length&&t.addRenderableComponent(this)}CVEffects.prototype.renderFrame=function(t){var e,i=this.filters.length;for(e=0;e<i;e+=1)this.filters[e].renderFrame(t)},CVEffects.prototype.getEffects=function(t){var e,i=this.filters.length,r=[];for(e=0;e<i;e+=1)this.filters[e].type===t&&r.push(this.filters[e]);return r};function registerEffect(t,e){registeredEffects[t]={effect:e}}function CVMaskElement(t,e){this.data=t,this.element=e,this.masksProperties=this.data.masksProperties||[],this.viewData=createSizedArray(this.masksProperties.length);var i,r=this.masksProperties.length,s=!1;for(i=0;i<r;i+=1)this.masksProperties[i].mode!=="n"&&(s=!0),this.viewData[i]=ShapePropertyFactory.getShapeProp(this.element,this.masksProperties[i],3);this.hasMasks=s,s&&this.element.addRenderableComponent(this)}CVMaskElement.prototype.renderFrame=function(){if(this.hasMasks){var t=this.element.finalTransform.mat,e=this.element.canvasContext,i,r=this.masksProperties.length,s,n,a;for(e.beginPath(),i=0;i<r;i+=1)if(this.masksProperties[i].mode!=="n"){this.masksProperties[i].inv&&(e.moveTo(0,0),e.lineTo(this.element.globalData.compSize.w,0),e.lineTo(this.element.globalData.compSize.w,this.element.globalData.compSize.h),e.lineTo(0,this.element.globalData.compSize.h),e.lineTo(0,0)),a=this.viewData[i].v,s=t.applyToPointArray(a.v[0][0],a.v[0][1],0),e.moveTo(s[0],s[1]);var l,o=a._length;for(l=1;l<o;l+=1)n=t.applyToTriplePoints(a.o[l-1],a.i[l],a.v[l]),e.bezierCurveTo(n[0],n[1],n[2],n[3],n[4],n[5]);n=t.applyToTriplePoints(a.o[l-1],a.i[0],a.v[0]),e.bezierCurveTo(n[0],n[1],n[2],n[3],n[4],n[5])}this.element.globalData.renderer.save(!0),e.clip()}},CVMaskElement.prototype.getMaskProperty=MaskElement.prototype.getMaskProperty,CVMaskElement.prototype.destroy=function(){this.element=null};function CVBaseElement(){}var operationsMap={1:"source-in",2:"source-out",3:"source-in",4:"source-out"};CVBaseElement.prototype={createElements:function(){},initRendererElement:function(){},createContainerElements:function(){if(this.data.tt>=1){this.buffers=[];var e=this.globalData.canvasContext,i=assetLoader.createCanvas(e.canvas.width,e.canvas.height);this.buffers.push(i);var r=assetLoader.createCanvas(e.canvas.width,e.canvas.height);this.buffers.push(r),this.data.tt>=3&&!document._isProxy&&assetLoader.loadLumaCanvas()}this.canvasContext=this.globalData.canvasContext,this.transformCanvas=this.globalData.transformCanvas,this.renderableEffectsManager=new CVEffects(this),this.searchEffectTransforms()},createContent:function(){},setBlendMode:function(){var e=this.globalData;if(e.blendMode!==this.data.bm){e.blendMode=this.data.bm;var i=getBlendMode(this.data.bm);e.canvasContext.globalCompositeOperation=i}},createRenderableComponents:function(){this.maskManager=new CVMaskElement(this.data,this),this.transformEffects=this.renderableEffectsManager.getEffects(effectTypes.TRANSFORM_EFFECT)},hideElement:function(){!this.hidden&&(!this.isInRange||this.isTransparent)&&(this.hidden=!0)},showElement:function(){this.isInRange&&!this.isTransparent&&(this.hidden=!1,this._isFirstFrame=!0,this.maskManager._isFirstFrame=!0)},clearCanvas:function(e){e.clearRect(this.transformCanvas.tx,this.transformCanvas.ty,this.transformCanvas.w*this.transformCanvas.sx,this.transformCanvas.h*this.transformCanvas.sy)},prepareLayer:function(){if(this.data.tt>=1){var e=this.buffers[0],i=e.getContext("2d");this.clearCanvas(i),i.drawImage(this.canvasContext.canvas,0,0),this.currentTransform=this.canvasContext.getTransform(),this.canvasContext.setTransform(1,0,0,1,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.setTransform(this.currentTransform)}},exitLayer:function(){if(this.data.tt>=1){var e=this.buffers[1],i=e.getContext("2d");this.clearCanvas(i),i.drawImage(this.canvasContext.canvas,0,0),this.canvasContext.setTransform(1,0,0,1,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.setTransform(this.currentTransform);var r=this.comp.getElementById("tp"in this.data?this.data.tp:this.data.ind-1);if(r.renderFrame(!0),this.canvasContext.setTransform(1,0,0,1,0,0),this.data.tt>=3&&!document._isProxy){var s=assetLoader.getLumaCanvas(this.canvasContext.canvas),n=s.getContext("2d");n.drawImage(this.canvasContext.canvas,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.drawImage(s,0,0)}this.canvasContext.globalCompositeOperation=operationsMap[this.data.tt],this.canvasContext.drawImage(e,0,0),this.canvasContext.globalCompositeOperation="destination-over",this.canvasContext.drawImage(this.buffers[0],0,0),this.canvasContext.setTransform(this.currentTransform),this.canvasContext.globalCompositeOperation="source-over"}},renderFrame:function(e){if(!(this.hidden||this.data.hd)&&!(this.data.td===1&&!e)){this.renderTransform(),this.renderRenderable(),this.renderLocalTransform(),this.setBlendMode();var i=this.data.ty===0;this.prepareLayer(),this.globalData.renderer.save(i),this.globalData.renderer.ctxTransform(this.finalTransform.localMat.props),this.globalData.renderer.ctxOpacity(this.finalTransform.localOpacity),this.renderInnerContent(),this.globalData.renderer.restore(i),this.exitLayer(),this.maskManager.hasMasks&&this.globalData.renderer.restore(!0),this._isFirstFrame&&(this._isFirstFrame=!1)}},destroy:function(){this.canvasContext=null,this.data=null,this.globalData=null,this.maskManager.destroy()},mHelper:new Matrix},CVBaseElement.prototype.hide=CVBaseElement.prototype.hideElement,CVBaseElement.prototype.show=CVBaseElement.prototype.showElement;function CVShapeData(t,e,i,r){this.styledShapes=[],this.tr=[0,0,0,0,0,0];var s=4;e.ty==="rc"?s=5:e.ty==="el"?s=6:e.ty==="sr"&&(s=7),this.sh=ShapePropertyFactory.getShapeProp(t,e,s,t);var n,a=i.length,l;for(n=0;n<a;n+=1)i[n].closed||(l={transforms:r.addTransformSequence(i[n].transforms),trNodes:[]},this.styledShapes.push(l),i[n].elements.push(l))}CVShapeData.prototype.setAsAnimated=SVGShapeData.prototype.setAsAnimated;function CVShapeElement(t,e,i){this.shapes=[],this.shapesData=t.shapes,this.stylesList=[],this.itemsData=[],this.prevViewData=[],this.shapeModifiers=[],this.processedElements=[],this.transformsManager=new ShapeTransformManager,this.initElement(t,e,i)}extendPrototype([BaseElement,TransformElement,CVBaseElement,IShapeElement,HierarchyElement,FrameElement,RenderableElement],CVShapeElement),CVShapeElement.prototype.initElement=RenderableDOMElement.prototype.initElement,CVShapeElement.prototype.transformHelper={opacity:1,_opMdf:!1},CVShapeElement.prototype.dashResetter=[],CVShapeElement.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,!0,[])},CVShapeElement.prototype.createStyleElement=function(t,e){var i={data:t,type:t.ty,preTransforms:this.transformsManager.addTransformSequence(e),transforms:[],elements:[],closed:t.hd===!0},r={};if(t.ty==="fl"||t.ty==="st"?(r.c=PropertyFactory.getProp(this,t.c,1,255,this),r.c.k||(i.co="rgb("+bmFloor(r.c.v[0])+","+bmFloor(r.c.v[1])+","+bmFloor(r.c.v[2])+")")):(t.ty==="gf"||t.ty==="gs")&&(r.s=PropertyFactory.getProp(this,t.s,1,null,this),r.e=PropertyFactory.getProp(this,t.e,1,null,this),r.h=PropertyFactory.getProp(this,t.h||{k:0},0,.01,this),r.a=PropertyFactory.getProp(this,t.a||{k:0},0,degToRads,this),r.g=new GradientProperty(this,t.g,this)),r.o=PropertyFactory.getProp(this,t.o,0,.01,this),t.ty==="st"||t.ty==="gs"){if(i.lc=lineCapEnum[t.lc||2],i.lj=lineJoinEnum[t.lj||2],t.lj==1&&(i.ml=t.ml),r.w=PropertyFactory.getProp(this,t.w,0,null,this),r.w.k||(i.wi=r.w.v),t.d){var s=new DashProperty(this,t.d,"canvas",this);r.d=s,r.d.k||(i.da=r.d.dashArray,i.do=r.d.dashoffset[0])}}else i.r=t.r===2?"evenodd":"nonzero";return this.stylesList.push(i),r.style=i,r},CVShapeElement.prototype.createGroupElement=function(){var t={it:[],prevViewData:[]};return t},CVShapeElement.prototype.createTransformElement=function(t){var e={transform:{opacity:1,_opMdf:!1,key:this.transformsManager.getNewKey(),op:PropertyFactory.getProp(this,t.o,0,.01,this),mProps:TransformPropertyFactory.getTransformProperty(this,t,this)}};return e},CVShapeElement.prototype.createShapeElement=function(t){var e=new CVShapeData(this,t,this.stylesList,this.transformsManager);return this.shapes.push(e),this.addShapeToModifiers(e),e},CVShapeElement.prototype.reloadShapes=function(){this._isFirstFrame=!0;var t,e=this.itemsData.length;for(t=0;t<e;t+=1)this.prevViewData[t]=this.itemsData[t];for(this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,!0,[]),e=this.dynamicProperties.length,t=0;t<e;t+=1)this.dynamicProperties[t].getValue();this.renderModifiers(),this.transformsManager.processSequences(this._isFirstFrame)},CVShapeElement.prototype.addTransformToStyleList=function(t){var e,i=this.stylesList.length;for(e=0;e<i;e+=1)this.stylesList[e].closed||this.stylesList[e].transforms.push(t)},CVShapeElement.prototype.removeTransformFromStyleList=function(){var t,e=this.stylesList.length;for(t=0;t<e;t+=1)this.stylesList[t].closed||this.stylesList[t].transforms.pop()},CVShapeElement.prototype.closeStyles=function(t){var e,i=t.length;for(e=0;e<i;e+=1)t[e].closed=!0},CVShapeElement.prototype.searchShapes=function(t,e,i,r,s){var n,a=t.length-1,l,o,c=[],u=[],E,f,b,p=[].concat(s);for(n=a;n>=0;n-=1){if(E=this.searchProcessedElement(t[n]),E?e[n]=i[E-1]:t[n]._shouldRender=r,t[n].ty==="fl"||t[n].ty==="st"||t[n].ty==="gf"||t[n].ty==="gs")E?e[n].style.closed=!1:e[n]=this.createStyleElement(t[n],p),c.push(e[n].style);else if(t[n].ty==="gr"){if(!E)e[n]=this.createGroupElement(t[n]);else for(o=e[n].it.length,l=0;l<o;l+=1)e[n].prevViewData[l]=e[n].it[l];this.searchShapes(t[n].it,e[n].it,e[n].prevViewData,r,p)}else t[n].ty==="tr"?(E||(b=this.createTransformElement(t[n]),e[n]=b),p.push(e[n]),this.addTransformToStyleList(e[n])):t[n].ty==="sh"||t[n].ty==="rc"||t[n].ty==="el"||t[n].ty==="sr"?E||(e[n]=this.createShapeElement(t[n])):t[n].ty==="tm"||t[n].ty==="rd"||t[n].ty==="pb"||t[n].ty==="zz"||t[n].ty==="op"?(E?(f=e[n],f.closed=!1):(f=ShapeModifiers.getModifier(t[n].ty),f.init(this,t[n]),e[n]=f,this.shapeModifiers.push(f)),u.push(f)):t[n].ty==="rp"&&(E?(f=e[n],f.closed=!0):(f=ShapeModifiers.getModifier(t[n].ty),e[n]=f,f.init(this,t,n,e),this.shapeModifiers.push(f),r=!1),u.push(f));this.addProcessedElement(t[n],n+1)}for(this.removeTransformFromStyleList(),this.closeStyles(c),a=u.length,n=0;n<a;n+=1)u[n].closed=!0},CVShapeElement.prototype.renderInnerContent=function(){this.transformHelper.opacity=1,this.transformHelper._opMdf=!1,this.renderModifiers(),this.transformsManager.processSequences(this._isFirstFrame),this.renderShape(this.transformHelper,this.shapesData,this.itemsData,!0)},CVShapeElement.prototype.renderShapeTransform=function(t,e){(t._opMdf||e.op._mdf||this._isFirstFrame)&&(e.opacity=t.opacity,e.opacity*=e.op.v,e._opMdf=!0)},CVShapeElement.prototype.drawLayer=function(){var t,e=this.stylesList.length,i,r,s,n,a,l,o=this.globalData.renderer,c=this.globalData.canvasContext,u,E;for(t=0;t<e;t+=1)if(E=this.stylesList[t],u=E.type,!((u==="st"||u==="gs")&&E.wi===0||!E.data._shouldRender||E.coOp===0||this.globalData.currentGlobalAlpha===0)){for(o.save(),a=E.elements,u==="st"||u==="gs"?(o.ctxStrokeStyle(u==="st"?E.co:E.grd),o.ctxLineWidth(E.wi),o.ctxLineCap(E.lc),o.ctxLineJoin(E.lj),o.ctxMiterLimit(E.ml||0)):o.ctxFillStyle(u==="fl"?E.co:E.grd),o.ctxOpacity(E.coOp),u!=="st"&&u!=="gs"&&c.beginPath(),o.ctxTransform(E.preTransforms.finalTransform.props),r=a.length,i=0;i<r;i+=1){for((u==="st"||u==="gs")&&(c.beginPath(),E.da&&(c.setLineDash(E.da),c.lineDashOffset=E.do)),l=a[i].trNodes,n=l.length,s=0;s<n;s+=1)l[s].t==="m"?c.moveTo(l[s].p[0],l[s].p[1]):l[s].t==="c"?c.bezierCurveTo(l[s].pts[0],l[s].pts[1],l[s].pts[2],l[s].pts[3],l[s].pts[4],l[s].pts[5]):c.closePath();(u==="st"||u==="gs")&&(o.ctxStroke(),E.da&&c.setLineDash(this.dashResetter))}u!=="st"&&u!=="gs"&&this.globalData.renderer.ctxFill(E.r),o.restore()}},CVShapeElement.prototype.renderShape=function(t,e,i,r){var s,n=e.length-1,a;for(a=t,s=n;s>=0;s-=1)e[s].ty==="tr"?(a=i[s].transform,this.renderShapeTransform(t,a)):e[s].ty==="sh"||e[s].ty==="el"||e[s].ty==="rc"||e[s].ty==="sr"?this.renderPath(e[s],i[s]):e[s].ty==="fl"?this.renderFill(e[s],i[s],a):e[s].ty==="st"?this.renderStroke(e[s],i[s],a):e[s].ty==="gf"||e[s].ty==="gs"?this.renderGradientFill(e[s],i[s],a):e[s].ty==="gr"?this.renderShape(a,e[s].it,i[s].it):e[s].ty;r&&this.drawLayer()},CVShapeElement.prototype.renderStyledShape=function(t,e){if(this._isFirstFrame||e._mdf||t.transforms._mdf){var i=t.trNodes,r=e.paths,s,n,a,l=r._length;i.length=0;var o=t.transforms.finalTransform;for(a=0;a<l;a+=1){var c=r.shapes[a];if(c&&c.v){for(n=c._length,s=1;s<n;s+=1)s===1&&i.push({t:"m",p:o.applyToPointArray(c.v[0][0],c.v[0][1],0)}),i.push({t:"c",pts:o.applyToTriplePoints(c.o[s-1],c.i[s],c.v[s])});n===1&&i.push({t:"m",p:o.applyToPointArray(c.v[0][0],c.v[0][1],0)}),c.c&&n&&(i.push({t:"c",pts:o.applyToTriplePoints(c.o[s-1],c.i[0],c.v[0])}),i.push({t:"z"}))}}t.trNodes=i}},CVShapeElement.prototype.renderPath=function(t,e){if(t.hd!==!0&&t._shouldRender){var i,r=e.styledShapes.length;for(i=0;i<r;i+=1)this.renderStyledShape(e.styledShapes[i],e.sh)}},CVShapeElement.prototype.renderFill=function(t,e,i){var r=e.style;(e.c._mdf||this._isFirstFrame)&&(r.co="rgb("+bmFloor(e.c.v[0])+","+bmFloor(e.c.v[1])+","+bmFloor(e.c.v[2])+")"),(e.o._mdf||i._opMdf||this._isFirstFrame)&&(r.coOp=e.o.v*i.opacity)},CVShapeElement.prototype.renderGradientFill=function(t,e,i){var r=e.style,s;if(!r.grd||e.g._mdf||e.s._mdf||e.e._mdf||t.t!==1&&(e.h._mdf||e.a._mdf)){var n=this.globalData.canvasContext,a=e.s.v,l=e.e.v;if(t.t===1)s=n.createLinearGradient(a[0],a[1],l[0],l[1]);else{var o=Math.sqrt(Math.pow(a[0]-l[0],2)+Math.pow(a[1]-l[1],2)),c=Math.atan2(l[1]-a[1],l[0]-a[0]),u=e.h.v;u>=1?u=.99:u<=-1&&(u=-.99);var E=o*u,f=Math.cos(c+e.a.v)*E+a[0],b=Math.sin(c+e.a.v)*E+a[1];s=n.createRadialGradient(f,b,0,a[0],a[1],o)}var p,m=t.g.p,C=e.g.c,y=1;for(p=0;p<m;p+=1)e.g._hasOpacity&&e.g._collapsable&&(y=e.g.o[p*2+1]),s.addColorStop(C[p*4]/100,"rgba("+C[p*4+1]+","+C[p*4+2]+","+C[p*4+3]+","+y+")");r.grd=s}r.coOp=e.o.v*i.opacity},CVShapeElement.prototype.renderStroke=function(t,e,i){var r=e.style,s=e.d;s&&(s._mdf||this._isFirstFrame)&&(r.da=s.dashArray,r.do=s.dashoffset[0]),(e.c._mdf||this._isFirstFrame)&&(r.co="rgb("+bmFloor(e.c.v[0])+","+bmFloor(e.c.v[1])+","+bmFloor(e.c.v[2])+")"),(e.o._mdf||i._opMdf||this._isFirstFrame)&&(r.coOp=e.o.v*i.opacity),(e.w._mdf||this._isFirstFrame)&&(r.wi=e.w.v)},CVShapeElement.prototype.destroy=function(){this.shapesData=null,this.globalData=null,this.canvasContext=null,this.stylesList.length=0,this.itemsData.length=0};function CVTextElement(t,e,i){this.textSpans=[],this.yOffset=0,this.fillColorAnim=!1,this.strokeColorAnim=!1,this.strokeWidthAnim=!1,this.stroke=!1,this.fill=!1,this.justifyOffset=0,this.currentRender=null,this.renderType="canvas",this.values={fill:"rgba(0,0,0,0)",stroke:"rgba(0,0,0,0)",sWidth:0,fValue:""},this.initElement(t,e,i)}extendPrototype([BaseElement,TransformElement,CVBaseElement,HierarchyElement,FrameElement,RenderableElement,ITextElement],CVTextElement),CVTextElement.prototype.tHelper=createTag("canvas").getContext("2d"),CVTextElement.prototype.buildNewText=function(){var t=this.textProperty.currentData;this.renderedLetters=createSizedArray(t.l?t.l.length:0);var e=!1;t.fc?(e=!0,this.values.fill=this.buildColor(t.fc)):this.values.fill="rgba(0,0,0,0)",this.fill=e;var i=!1;t.sc&&(i=!0,this.values.stroke=this.buildColor(t.sc),this.values.sWidth=t.sw);var r=this.globalData.fontManager.getFontByName(t.f),s,n,a=t.l,l=this.mHelper;this.stroke=i,this.values.fValue=t.finalSize+"px "+this.globalData.fontManager.getFontByName(t.f).fFamily,n=t.finalText.length;var o,c,u,E,f,b,p,m,C,y,x=this.data.singleShape,d=t.tr*.001*t.finalSize,g=0,k=0,P=!0,T=0;for(s=0;s<n;s+=1){o=this.globalData.fontManager.getCharData(t.finalText[s],r.fStyle,this.globalData.fontManager.getFontByName(t.f).fFamily),c=o&&o.data||{},l.reset(),x&&a[s].n&&(g=-d,k+=t.yOffset,k+=P?1:0,P=!1),f=c.shapes?c.shapes[0].it:[],p=f.length,l.scale(t.finalSize/100,t.finalSize/100),x&&this.applyTextPropertiesToMatrix(t,l,a[s].line,g,k),C=createSizedArray(p-1);var F=0;for(b=0;b<p;b+=1)if(f[b].ty==="sh"){for(E=f[b].ks.k.i.length,m=f[b].ks.k,y=[],u=1;u<E;u+=1)u===1&&y.push(l.applyToX(m.v[0][0],m.v[0][1],0),l.applyToY(m.v[0][0],m.v[0][1],0)),y.push(l.applyToX(m.o[u-1][0],m.o[u-1][1],0),l.applyToY(m.o[u-1][0],m.o[u-1][1],0),l.applyToX(m.i[u][0],m.i[u][1],0),l.applyToY(m.i[u][0],m.i[u][1],0),l.applyToX(m.v[u][0],m.v[u][1],0),l.applyToY(m.v[u][0],m.v[u][1],0));y.push(l.applyToX(m.o[u-1][0],m.o[u-1][1],0),l.applyToY(m.o[u-1][0],m.o[u-1][1],0),l.applyToX(m.i[0][0],m.i[0][1],0),l.applyToY(m.i[0][0],m.i[0][1],0),l.applyToX(m.v[0][0],m.v[0][1],0),l.applyToY(m.v[0][0],m.v[0][1],0)),C[F]=y,F+=1}x&&(g+=a[s].l,g+=d),this.textSpans[T]?this.textSpans[T].elem=C:this.textSpans[T]={elem:C},T+=1}},CVTextElement.prototype.renderInnerContent=function(){this.validateText();var t=this.canvasContext;t.font=this.values.fValue,this.globalData.renderer.ctxLineCap("butt"),this.globalData.renderer.ctxLineJoin("miter"),this.globalData.renderer.ctxMiterLimit(4),this.data.singleShape||this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag);var e,i,r,s,n,a,l=this.textAnimator.renderedLetters,o=this.textProperty.currentData.l;i=o.length;var c,u=null,E=null,f=null,b,p,m=this.globalData.renderer;for(e=0;e<i;e+=1)if(!o[e].n){if(c=l[e],c&&(m.save(),m.ctxTransform(c.p),m.ctxOpacity(c.o)),this.fill){for(c&&c.fc?u!==c.fc&&(m.ctxFillStyle(c.fc),u=c.fc):u!==this.values.fill&&(u=this.values.fill,m.ctxFillStyle(this.values.fill)),b=this.textSpans[e].elem,s=b.length,this.globalData.canvasContext.beginPath(),r=0;r<s;r+=1)for(p=b[r],a=p.length,this.globalData.canvasContext.moveTo(p[0],p[1]),n=2;n<a;n+=6)this.globalData.canvasContext.bezierCurveTo(p[n],p[n+1],p[n+2],p[n+3],p[n+4],p[n+5]);this.globalData.canvasContext.closePath(),m.ctxFill()}if(this.stroke){for(c&&c.sw?f!==c.sw&&(f=c.sw,m.ctxLineWidth(c.sw)):f!==this.values.sWidth&&(f=this.values.sWidth,m.ctxLineWidth(this.values.sWidth)),c&&c.sc?E!==c.sc&&(E=c.sc,m.ctxStrokeStyle(c.sc)):E!==this.values.stroke&&(E=this.values.stroke,m.ctxStrokeStyle(this.values.stroke)),b=this.textSpans[e].elem,s=b.length,this.globalData.canvasContext.beginPath(),r=0;r<s;r+=1)for(p=b[r],a=p.length,this.globalData.canvasContext.moveTo(p[0],p[1]),n=2;n<a;n+=6)this.globalData.canvasContext.bezierCurveTo(p[n],p[n+1],p[n+2],p[n+3],p[n+4],p[n+5]);this.globalData.canvasContext.closePath(),m.ctxStroke()}c&&this.globalData.renderer.restore()}};function CVImageElement(t,e,i){this.assetData=e.getAssetData(t.refId),this.img=e.imageLoader.getAsset(this.assetData),this.initElement(t,e,i)}extendPrototype([BaseElement,TransformElement,CVBaseElement,HierarchyElement,FrameElement,RenderableElement],CVImageElement),CVImageElement.prototype.initElement=SVGShapeElement.prototype.initElement,CVImageElement.prototype.prepareFrame=IImageElement.prototype.prepareFrame,CVImageElement.prototype.createContent=function(){if(this.img.width&&(this.assetData.w!==this.img.width||this.assetData.h!==this.img.height)){var t=createTag("canvas");t.width=this.assetData.w,t.height=this.assetData.h;var e=t.getContext("2d"),i=this.img.width,r=this.img.height,s=i/r,n=this.assetData.w/this.assetData.h,a,l,o=this.assetData.pr||this.globalData.renderConfig.imagePreserveAspectRatio;s>n&&o==="xMidYMid slice"||s<n&&o!=="xMidYMid slice"?(l=r,a=l*n):(a=i,l=a/n),e.drawImage(this.img,(i-a)/2,(r-l)/2,a,l,0,0,this.assetData.w,this.assetData.h),this.img=t}},CVImageElement.prototype.renderInnerContent=function(){this.canvasContext.drawImage(this.img,0,0)},CVImageElement.prototype.destroy=function(){this.img=null};function CVSolidElement(t,e,i){this.initElement(t,e,i)}extendPrototype([BaseElement,TransformElement,CVBaseElement,HierarchyElement,FrameElement,RenderableElement],CVSolidElement),CVSolidElement.prototype.initElement=SVGShapeElement.prototype.initElement,CVSolidElement.prototype.prepareFrame=IImageElement.prototype.prepareFrame,CVSolidElement.prototype.renderInnerContent=function(){this.globalData.renderer.ctxFillStyle(this.data.sc),this.globalData.renderer.ctxFillRect(0,0,this.data.sw,this.data.sh)};function CanvasRendererBase(){}extendPrototype([BaseRenderer],CanvasRendererBase),CanvasRendererBase.prototype.createShape=function(t){return new CVShapeElement(t,this.globalData,this)},CanvasRendererBase.prototype.createText=function(t){return new CVTextElement(t,this.globalData,this)},CanvasRendererBase.prototype.createImage=function(t){return new CVImageElement(t,this.globalData,this)},CanvasRendererBase.prototype.createSolid=function(t){return new CVSolidElement(t,this.globalData,this)},CanvasRendererBase.prototype.createNull=SVGRenderer.prototype.createNull,CanvasRendererBase.prototype.ctxTransform=function(t){t[0]===1&&t[1]===0&&t[4]===0&&t[5]===1&&t[12]===0&&t[13]===0||this.canvasContext.transform(t[0],t[1],t[4],t[5],t[12],t[13])},CanvasRendererBase.prototype.ctxOpacity=function(t){this.canvasContext.globalAlpha*=t<0?0:t},CanvasRendererBase.prototype.ctxFillStyle=function(t){this.canvasContext.fillStyle=t},CanvasRendererBase.prototype.ctxStrokeStyle=function(t){this.canvasContext.strokeStyle=t},CanvasRendererBase.prototype.ctxLineWidth=function(t){this.canvasContext.lineWidth=t},CanvasRendererBase.prototype.ctxLineCap=function(t){this.canvasContext.lineCap=t},CanvasRendererBase.prototype.ctxLineJoin=function(t){this.canvasContext.lineJoin=t},CanvasRendererBase.prototype.ctxMiterLimit=function(t){this.canvasContext.miterLimit=t},CanvasRendererBase.prototype.ctxFill=function(t){this.canvasContext.fill(t)},CanvasRendererBase.prototype.ctxFillRect=function(t,e,i,r){this.canvasContext.fillRect(t,e,i,r)},CanvasRendererBase.prototype.ctxStroke=function(){this.canvasContext.stroke()},CanvasRendererBase.prototype.reset=function(){if(!this.renderConfig.clearCanvas){this.canvasContext.restore();return}this.contextData.reset()},CanvasRendererBase.prototype.save=function(){this.canvasContext.save()},CanvasRendererBase.prototype.restore=function(t){if(!this.renderConfig.clearCanvas){this.canvasContext.restore();return}t&&(this.globalData.blendMode="source-over"),this.contextData.restore(t)},CanvasRendererBase.prototype.configAnimation=function(t){if(this.animationItem.wrapper){this.animationItem.container=createTag("canvas");var e=this.animationItem.container.style;e.width="100%",e.height="100%";var i="0px 0px 0px";e.transformOrigin=i,e.mozTransformOrigin=i,e.webkitTransformOrigin=i,e["-webkit-transform"]=i,e.contentVisibility=this.renderConfig.contentVisibility,this.animationItem.wrapper.appendChild(this.animationItem.container),this.canvasContext=this.animationItem.container.getContext("2d"),this.renderConfig.className&&this.animationItem.container.setAttribute("class",this.renderConfig.className),this.renderConfig.id&&this.animationItem.container.setAttribute("id",this.renderConfig.id)}else this.canvasContext=this.renderConfig.context;this.contextData.setContext(this.canvasContext),this.data=t,this.layers=t.layers,this.transformCanvas={w:t.w,h:t.h,sx:0,sy:0,tx:0,ty:0},this.setupGlobalData(t,document.body),this.globalData.canvasContext=this.canvasContext,this.globalData.renderer=this,this.globalData.isDashed=!1,this.globalData.progressiveLoad=this.renderConfig.progressiveLoad,this.globalData.transformCanvas=this.transformCanvas,this.elements=createSizedArray(t.layers.length),this.updateContainerSize()},CanvasRendererBase.prototype.updateContainerSize=function(t,e){this.reset();var i,r;t?(i=t,r=e,this.canvasContext.canvas.width=i,this.canvasContext.canvas.height=r):(this.animationItem.wrapper&&this.animationItem.container?(i=this.animationItem.wrapper.offsetWidth,r=this.animationItem.wrapper.offsetHeight):(i=this.canvasContext.canvas.width,r=this.canvasContext.canvas.height),this.canvasContext.canvas.width=i*this.renderConfig.dpr,this.canvasContext.canvas.height=r*this.renderConfig.dpr);var s,n;if(this.renderConfig.preserveAspectRatio.indexOf("meet")!==-1||this.renderConfig.preserveAspectRatio.indexOf("slice")!==-1){var a=this.renderConfig.preserveAspectRatio.split(" "),l=a[1]||"meet",o=a[0]||"xMidYMid",c=o.substr(0,4),u=o.substr(4);s=i/r,n=this.transformCanvas.w/this.transformCanvas.h,n>s&&l==="meet"||n<s&&l==="slice"?(this.transformCanvas.sx=i/(this.transformCanvas.w/this.renderConfig.dpr),this.transformCanvas.sy=i/(this.transformCanvas.w/this.renderConfig.dpr)):(this.transformCanvas.sx=r/(this.transformCanvas.h/this.renderConfig.dpr),this.transformCanvas.sy=r/(this.transformCanvas.h/this.renderConfig.dpr)),c==="xMid"&&(n<s&&l==="meet"||n>s&&l==="slice")?this.transformCanvas.tx=(i-this.transformCanvas.w*(r/this.transformCanvas.h))/2*this.renderConfig.dpr:c==="xMax"&&(n<s&&l==="meet"||n>s&&l==="slice")?this.transformCanvas.tx=(i-this.transformCanvas.w*(r/this.transformCanvas.h))*this.renderConfig.dpr:this.transformCanvas.tx=0,u==="YMid"&&(n>s&&l==="meet"||n<s&&l==="slice")?this.transformCanvas.ty=(r-this.transformCanvas.h*(i/this.transformCanvas.w))/2*this.renderConfig.dpr:u==="YMax"&&(n>s&&l==="meet"||n<s&&l==="slice")?this.transformCanvas.ty=(r-this.transformCanvas.h*(i/this.transformCanvas.w))*this.renderConfig.dpr:this.transformCanvas.ty=0}else this.renderConfig.preserveAspectRatio==="none"?(this.transformCanvas.sx=i/(this.transformCanvas.w/this.renderConfig.dpr),this.transformCanvas.sy=r/(this.transformCanvas.h/this.renderConfig.dpr),this.transformCanvas.tx=0,this.transformCanvas.ty=0):(this.transformCanvas.sx=this.renderConfig.dpr,this.transformCanvas.sy=this.renderConfig.dpr,this.transformCanvas.tx=0,this.transformCanvas.ty=0);this.transformCanvas.props=[this.transformCanvas.sx,0,0,0,0,this.transformCanvas.sy,0,0,0,0,1,0,this.transformCanvas.tx,this.transformCanvas.ty,0,1],this.ctxTransform(this.transformCanvas.props),this.canvasContext.beginPath(),this.canvasContext.rect(0,0,this.transformCanvas.w,this.transformCanvas.h),this.canvasContext.closePath(),this.canvasContext.clip(),this.renderFrame(this.renderedFrame,!0)},CanvasRendererBase.prototype.destroy=function(){this.renderConfig.clearCanvas&&this.animationItem.wrapper&&(this.animationItem.wrapper.innerText="");var t,e=this.layers?this.layers.length:0;for(t=e-1;t>=0;t-=1)this.elements[t]&&this.elements[t].destroy&&this.elements[t].destroy();this.elements.length=0,this.globalData.canvasContext=null,this.animationItem.container=null,this.destroyed=!0},CanvasRendererBase.prototype.renderFrame=function(t,e){if(!(this.renderedFrame===t&&this.renderConfig.clearCanvas===!0&&!e||this.destroyed||t===-1)){this.renderedFrame=t,this.globalData.frameNum=t-this.animationItem._isFirstFrame,this.globalData.frameId+=1,this.globalData._mdf=!this.renderConfig.clearCanvas||e,this.globalData.projectInterface.currentFrame=t;var i,r=this.layers.length;for(this.completeLayers||this.checkLayers(t),i=r-1;i>=0;i-=1)(this.completeLayers||this.elements[i])&&this.elements[i].prepareFrame(t-this.layers[i].st);if(this.globalData._mdf){for(this.renderConfig.clearCanvas===!0?this.canvasContext.clearRect(0,0,this.transformCanvas.w,this.transformCanvas.h):this.save(),i=r-1;i>=0;i-=1)(this.completeLayers||this.elements[i])&&this.elements[i].renderFrame();this.renderConfig.clearCanvas!==!0&&this.restore()}}},CanvasRendererBase.prototype.buildItem=function(t){var e=this.elements;if(!(e[t]||this.layers[t].ty===99)){var i=this.createItem(this.layers[t],this,this.globalData);e[t]=i,i.initExpressions()}},CanvasRendererBase.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){var t=this.pendingElements.pop();t.checkParenting()}},CanvasRendererBase.prototype.hide=function(){this.animationItem.container.style.display="none"},CanvasRendererBase.prototype.show=function(){this.animationItem.container.style.display="block"};function CanvasContext(){this.opacity=-1,this.transform=createTypedArray("float32",16),this.fillStyle="",this.strokeStyle="",this.lineWidth="",this.lineCap="",this.lineJoin="",this.miterLimit="",this.id=Math.random()}function CVContextData(){this.stack=[],this.cArrPos=0,this.cTr=new Matrix;var t,e=15;for(t=0;t<e;t+=1){var i=new CanvasContext;this.stack[t]=i}this._length=e,this.nativeContext=null,this.transformMat=new Matrix,this.currentOpacity=1,this.currentFillStyle="",this.appliedFillStyle="",this.currentStrokeStyle="",this.appliedStrokeStyle="",this.currentLineWidth="",this.appliedLineWidth="",this.currentLineCap="",this.appliedLineCap="",this.currentLineJoin="",this.appliedLineJoin="",this.appliedMiterLimit="",this.currentMiterLimit=""}CVContextData.prototype.duplicate=function(){var t=this._length*2,e=0;for(e=this._length;e<t;e+=1)this.stack[e]=new CanvasContext;this._length=t},CVContextData.prototype.reset=function(){this.cArrPos=0,this.cTr.reset(),this.stack[this.cArrPos].opacity=1},CVContextData.prototype.restore=function(t){this.cArrPos-=1;var e=this.stack[this.cArrPos],i=e.transform,r,s=this.cTr.props;for(r=0;r<16;r+=1)s[r]=i[r];if(t){this.nativeContext.restore();var n=this.stack[this.cArrPos+1];this.appliedFillStyle=n.fillStyle,this.appliedStrokeStyle=n.strokeStyle,this.appliedLineWidth=n.lineWidth,this.appliedLineCap=n.lineCap,this.appliedLineJoin=n.lineJoin,this.appliedMiterLimit=n.miterLimit}this.nativeContext.setTransform(i[0],i[1],i[4],i[5],i[12],i[13]),(t||e.opacity!==-1&&this.currentOpacity!==e.opacity)&&(this.nativeContext.globalAlpha=e.opacity,this.currentOpacity=e.opacity),this.currentFillStyle=e.fillStyle,this.currentStrokeStyle=e.strokeStyle,this.currentLineWidth=e.lineWidth,this.currentLineCap=e.lineCap,this.currentLineJoin=e.lineJoin,this.currentMiterLimit=e.miterLimit},CVContextData.prototype.save=function(t){t&&this.nativeContext.save();var e=this.cTr.props;this._length<=this.cArrPos&&this.duplicate();var i=this.stack[this.cArrPos],r;for(r=0;r<16;r+=1)i.transform[r]=e[r];this.cArrPos+=1;var s=this.stack[this.cArrPos];s.opacity=i.opacity,s.fillStyle=i.fillStyle,s.strokeStyle=i.strokeStyle,s.lineWidth=i.lineWidth,s.lineCap=i.lineCap,s.lineJoin=i.lineJoin,s.miterLimit=i.miterLimit},CVContextData.prototype.setOpacity=function(t){this.stack[this.cArrPos].opacity=t},CVContextData.prototype.setContext=function(t){this.nativeContext=t},CVContextData.prototype.fillStyle=function(t){this.stack[this.cArrPos].fillStyle!==t&&(this.currentFillStyle=t,this.stack[this.cArrPos].fillStyle=t)},CVContextData.prototype.strokeStyle=function(t){this.stack[this.cArrPos].strokeStyle!==t&&(this.currentStrokeStyle=t,this.stack[this.cArrPos].strokeStyle=t)},CVContextData.prototype.lineWidth=function(t){this.stack[this.cArrPos].lineWidth!==t&&(this.currentLineWidth=t,this.stack[this.cArrPos].lineWidth=t)},CVContextData.prototype.lineCap=function(t){this.stack[this.cArrPos].lineCap!==t&&(this.currentLineCap=t,this.stack[this.cArrPos].lineCap=t)},CVContextData.prototype.lineJoin=function(t){this.stack[this.cArrPos].lineJoin!==t&&(this.currentLineJoin=t,this.stack[this.cArrPos].lineJoin=t)},CVContextData.prototype.miterLimit=function(t){this.stack[this.cArrPos].miterLimit!==t&&(this.currentMiterLimit=t,this.stack[this.cArrPos].miterLimit=t)},CVContextData.prototype.transform=function(t){this.transformMat.cloneFromProps(t);var e=this.cTr;this.transformMat.multiply(e),e.cloneFromProps(this.transformMat.props);var i=e.props;this.nativeContext.setTransform(i[0],i[1],i[4],i[5],i[12],i[13])},CVContextData.prototype.opacity=function(t){var e=this.stack[this.cArrPos].opacity;e*=t<0?0:t,this.stack[this.cArrPos].opacity!==e&&(this.currentOpacity!==t&&(this.nativeContext.globalAlpha=t,this.currentOpacity=t),this.stack[this.cArrPos].opacity=e)},CVContextData.prototype.fill=function(t){this.appliedFillStyle!==this.currentFillStyle&&(this.appliedFillStyle=this.currentFillStyle,this.nativeContext.fillStyle=this.appliedFillStyle),this.nativeContext.fill(t)},CVContextData.prototype.fillRect=function(t,e,i,r){this.appliedFillStyle!==this.currentFillStyle&&(this.appliedFillStyle=this.currentFillStyle,this.nativeContext.fillStyle=this.appliedFillStyle),this.nativeContext.fillRect(t,e,i,r)},CVContextData.prototype.stroke=function(){this.appliedStrokeStyle!==this.currentStrokeStyle&&(this.appliedStrokeStyle=this.currentStrokeStyle,this.nativeContext.strokeStyle=this.appliedStrokeStyle),this.appliedLineWidth!==this.currentLineWidth&&(this.appliedLineWidth=this.currentLineWidth,this.nativeContext.lineWidth=this.appliedLineWidth),this.appliedLineCap!==this.currentLineCap&&(this.appliedLineCap=this.currentLineCap,this.nativeContext.lineCap=this.appliedLineCap),this.appliedLineJoin!==this.currentLineJoin&&(this.appliedLineJoin=this.currentLineJoin,this.nativeContext.lineJoin=this.appliedLineJoin),this.appliedMiterLimit!==this.currentMiterLimit&&(this.appliedMiterLimit=this.currentMiterLimit,this.nativeContext.miterLimit=this.appliedMiterLimit),this.nativeContext.stroke()};function CVCompElement(t,e,i){this.completeLayers=!1,this.layers=t.layers,this.pendingElements=[],this.elements=createSizedArray(this.layers.length),this.initElement(t,e,i),this.tm=t.tm?PropertyFactory.getProp(this,t.tm,0,e.frameRate,this):{_placeholder:!0}}extendPrototype([CanvasRendererBase,ICompElement,CVBaseElement],CVCompElement),CVCompElement.prototype.renderInnerContent=function(){var t=this.canvasContext;t.beginPath(),t.moveTo(0,0),t.lineTo(this.data.w,0),t.lineTo(this.data.w,this.data.h),t.lineTo(0,this.data.h),t.lineTo(0,0),t.clip();var e,i=this.layers.length;for(e=i-1;e>=0;e-=1)(this.completeLayers||this.elements[e])&&this.elements[e].renderFrame()},CVCompElement.prototype.destroy=function(){var t,e=this.layers.length;for(t=e-1;t>=0;t-=1)this.elements[t]&&this.elements[t].destroy();this.layers=null,this.elements=null},CVCompElement.prototype.createComp=function(t){return new CVCompElement(t,this.globalData,this)};function CanvasRenderer(t,e){this.animationItem=t,this.renderConfig={clearCanvas:e&&e.clearCanvas!==void 0?e.clearCanvas:!0,context:e&&e.context||null,progressiveLoad:e&&e.progressiveLoad||!1,preserveAspectRatio:e&&e.preserveAspectRatio||"xMidYMid meet",imagePreserveAspectRatio:e&&e.imagePreserveAspectRatio||"xMidYMid slice",contentVisibility:e&&e.contentVisibility||"visible",className:e&&e.className||"",id:e&&e.id||"",runExpressions:!e||e.runExpressions===void 0||e.runExpressions},this.renderConfig.dpr=e&&e.dpr||1,this.animationItem.wrapper&&(this.renderConfig.dpr=e&&e.dpr||window.devicePixelRatio||1),this.renderedFrame=-1,this.globalData={frameNum:-1,_mdf:!1,renderConfig:this.renderConfig,currentGlobalAlpha:-1},this.contextData=new CVContextData,this.elements=[],this.pendingElements=[],this.transformMat=new Matrix,this.completeLayers=!1,this.rendererType="canvas",this.renderConfig.clearCanvas&&(this.ctxTransform=this.contextData.transform.bind(this.contextData),this.ctxOpacity=this.contextData.opacity.bind(this.contextData),this.ctxFillStyle=this.contextData.fillStyle.bind(this.contextData),this.ctxStrokeStyle=this.contextData.strokeStyle.bind(this.contextData),this.ctxLineWidth=this.contextData.lineWidth.bind(this.contextData),this.ctxLineCap=this.contextData.lineCap.bind(this.contextData),this.ctxLineJoin=this.contextData.lineJoin.bind(this.contextData),this.ctxMiterLimit=this.contextData.miterLimit.bind(this.contextData),this.ctxFill=this.contextData.fill.bind(this.contextData),this.ctxFillRect=this.contextData.fillRect.bind(this.contextData),this.ctxStroke=this.contextData.stroke.bind(this.contextData),this.save=this.contextData.save.bind(this.contextData))}extendPrototype([CanvasRendererBase],CanvasRenderer),CanvasRenderer.prototype.createComp=function(t){return new CVCompElement(t,this.globalData,this)};function HBaseElement(){}HBaseElement.prototype={checkBlendMode:function(){},initRendererElement:function(){this.baseElement=createTag(this.data.tg||"div"),this.data.hasMask?(this.svgElement=createNS("svg"),this.layerElement=createNS("g"),this.maskedElement=this.layerElement,this.svgElement.appendChild(this.layerElement),this.baseElement.appendChild(this.svgElement)):this.layerElement=this.baseElement,styleDiv(this.baseElement)},createContainerElements:function(){this.renderableEffectsManager=new CVEffects(this),this.transformedElement=this.baseElement,this.maskedElement=this.layerElement,this.data.ln&&this.layerElement.setAttribute("id",this.data.ln),this.data.cl&&this.layerElement.setAttribute("class",this.data.cl),this.data.bm!==0&&this.setBlendMode()},renderElement:function(){var e=this.transformedElement?this.transformedElement.style:{};if(this.finalTransform._matMdf){var i=this.finalTransform.mat.toCSS();e.transform=i,e.webkitTransform=i}this.finalTransform._opMdf&&(e.opacity=this.finalTransform.mProp.o.v)},renderFrame:function(){this.data.hd||this.hidden||(this.renderTransform(),this.renderRenderable(),this.renderElement(),this.renderInnerContent(),this._isFirstFrame&&(this._isFirstFrame=!1))},destroy:function(){this.layerElement=null,this.transformedElement=null,this.matteElement&&(this.matteElement=null),this.maskManager&&(this.maskManager.destroy(),this.maskManager=null)},createRenderableComponents:function(){this.maskManager=new MaskElement(this.data,this,this.globalData)},addEffects:function(){},setMatte:function(){}},HBaseElement.prototype.getBaseElement=SVGBaseElement.prototype.getBaseElement,HBaseElement.prototype.destroyBaseElement=HBaseElement.prototype.destroy,HBaseElement.prototype.buildElementParenting=BaseRenderer.prototype.buildElementParenting;function HSolidElement(t,e,i){this.initElement(t,e,i)}extendPrototype([BaseElement,TransformElement,HBaseElement,HierarchyElement,FrameElement,RenderableDOMElement],HSolidElement),HSolidElement.prototype.createContent=function(){var t;this.data.hasMask?(t=createNS("rect"),t.setAttribute("width",this.data.sw),t.setAttribute("height",this.data.sh),t.setAttribute("fill",this.data.sc),this.svgElement.setAttribute("width",this.data.sw),this.svgElement.setAttribute("height",this.data.sh)):(t=createTag("div"),t.style.width=this.data.sw+"px",t.style.height=this.data.sh+"px",t.style.backgroundColor=this.data.sc),this.layerElement.appendChild(t)};function HShapeElement(t,e,i){this.shapes=[],this.shapesData=t.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.shapesContainer=createNS("g"),this.initElement(t,e,i),this.prevViewData=[],this.currentBBox={x:999999,y:-999999,h:0,w:0}}extendPrototype([BaseElement,TransformElement,HSolidElement,SVGShapeElement,HBaseElement,HierarchyElement,FrameElement,RenderableElement],HShapeElement),HShapeElement.prototype._renderShapeFrame=HShapeElement.prototype.renderInnerContent,HShapeElement.prototype.createContent=function(){var t;if(this.baseElement.style.fontSize=0,this.data.hasMask)this.layerElement.appendChild(this.shapesContainer),t=this.svgElement;else{t=createNS("svg");var e=this.comp.data?this.comp.data:this.globalData.compSize;t.setAttribute("width",e.w),t.setAttribute("height",e.h),t.appendChild(this.shapesContainer),this.layerElement.appendChild(t)}this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.shapesContainer,0,[],!0),this.filterUniqueShapes(),this.shapeCont=t},HShapeElement.prototype.getTransformedPoint=function(t,e){var i,r=t.length;for(i=0;i<r;i+=1)e=t[i].mProps.v.applyToPointArray(e[0],e[1],0);return e},HShapeElement.prototype.calculateShapeBoundingBox=function(t,e){var i=t.sh.v,r=t.transformers,s,n=i._length,a,l,o,c;if(!(n<=1)){for(s=0;s<n-1;s+=1)a=this.getTransformedPoint(r,i.v[s]),l=this.getTransformedPoint(r,i.o[s]),o=this.getTransformedPoint(r,i.i[s+1]),c=this.getTransformedPoint(r,i.v[s+1]),this.checkBounds(a,l,o,c,e);i.c&&(a=this.getTransformedPoint(r,i.v[s]),l=this.getTransformedPoint(r,i.o[s]),o=this.getTransformedPoint(r,i.i[0]),c=this.getTransformedPoint(r,i.v[0]),this.checkBounds(a,l,o,c,e))}},HShapeElement.prototype.checkBounds=function(t,e,i,r,s){this.getBoundsOfCurve(t,e,i,r);var n=this.shapeBoundingBox;s.x=bmMin(n.left,s.x),s.xMax=bmMax(n.right,s.xMax),s.y=bmMin(n.top,s.y),s.yMax=bmMax(n.bottom,s.yMax)},HShapeElement.prototype.shapeBoundingBox={left:0,right:0,top:0,bottom:0},HShapeElement.prototype.tempBoundingBox={x:0,xMax:0,y:0,yMax:0,width:0,height:0},HShapeElement.prototype.getBoundsOfCurve=function(t,e,i,r){for(var s=[[t[0],r[0]],[t[1],r[1]]],n,a,l,o,c,u,E,f=0;f<2;++f)a=6*t[f]-12*e[f]+6*i[f],n=-3*t[f]+9*e[f]-9*i[f]+3*r[f],l=3*e[f]-3*t[f],a|=0,n|=0,l|=0,n===0&&a===0||(n===0?(o=-l/a,o>0&&o<1&&s[f].push(this.calculateF(o,t,e,i,r,f))):(c=a*a-4*l*n,c>=0&&(u=(-a+bmSqrt(c))/(2*n),u>0&&u<1&&s[f].push(this.calculateF(u,t,e,i,r,f)),E=(-a-bmSqrt(c))/(2*n),E>0&&E<1&&s[f].push(this.calculateF(E,t,e,i,r,f)))));this.shapeBoundingBox.left=bmMin.apply(null,s[0]),this.shapeBoundingBox.top=bmMin.apply(null,s[1]),this.shapeBoundingBox.right=bmMax.apply(null,s[0]),this.shapeBoundingBox.bottom=bmMax.apply(null,s[1])},HShapeElement.prototype.calculateF=function(t,e,i,r,s,n){return bmPow(1-t,3)*e[n]+3*bmPow(1-t,2)*t*i[n]+3*(1-t)*bmPow(t,2)*r[n]+bmPow(t,3)*s[n]},HShapeElement.prototype.calculateBoundingBox=function(t,e){var i,r=t.length;for(i=0;i<r;i+=1)t[i]&&t[i].sh?this.calculateShapeBoundingBox(t[i],e):t[i]&&t[i].it?this.calculateBoundingBox(t[i].it,e):t[i]&&t[i].style&&t[i].w&&this.expandStrokeBoundingBox(t[i].w,e)},HShapeElement.prototype.expandStrokeBoundingBox=function(t,e){var i=0;if(t.keyframes){for(var r=0;r<t.keyframes.length;r+=1){var s=t.keyframes[r].s;s>i&&(i=s)}i*=t.mult}else i=t.v*t.mult;e.x-=i,e.xMax+=i,e.y-=i,e.yMax+=i},HShapeElement.prototype.currentBoxContains=function(t){return this.currentBBox.x<=t.x&&this.currentBBox.y<=t.y&&this.currentBBox.width+this.currentBBox.x>=t.x+t.width&&this.currentBBox.height+this.currentBBox.y>=t.y+t.height},HShapeElement.prototype.renderInnerContent=function(){if(this._renderShapeFrame(),!this.hidden&&(this._isFirstFrame||this._mdf)){var t=this.tempBoundingBox,e=999999;if(t.x=e,t.xMax=-e,t.y=e,t.yMax=-e,this.calculateBoundingBox(this.itemsData,t),t.width=t.xMax<t.x?0:t.xMax-t.x,t.height=t.yMax<t.y?0:t.yMax-t.y,this.currentBoxContains(t))return;var i=!1;if(this.currentBBox.w!==t.width&&(this.currentBBox.w=t.width,this.shapeCont.setAttribute("width",t.width),i=!0),this.currentBBox.h!==t.height&&(this.currentBBox.h=t.height,this.shapeCont.setAttribute("height",t.height),i=!0),i||this.currentBBox.x!==t.x||this.currentBBox.y!==t.y){this.currentBBox.w=t.width,this.currentBBox.h=t.height,this.currentBBox.x=t.x,this.currentBBox.y=t.y,this.shapeCont.setAttribute("viewBox",this.currentBBox.x+" "+this.currentBBox.y+" "+this.currentBBox.w+" "+this.currentBBox.h);var r=this.shapeCont.style,s="translate("+this.currentBBox.x+"px,"+this.currentBBox.y+"px)";r.transform=s,r.webkitTransform=s}}};function HTextElement(t,e,i){this.textSpans=[],this.textPaths=[],this.currentBBox={x:999999,y:-999999,h:0,w:0},this.renderType="svg",this.isMasked=!1,this.initElement(t,e,i)}extendPrototype([BaseElement,TransformElement,HBaseElement,HierarchyElement,FrameElement,RenderableDOMElement,ITextElement],HTextElement),HTextElement.prototype.createContent=function(){if(this.isMasked=this.checkMasks(),this.isMasked){this.renderType="svg",this.compW=this.comp.data.w,this.compH=this.comp.data.h,this.svgElement.setAttribute("width",this.compW),this.svgElement.setAttribute("height",this.compH);var t=createNS("g");this.maskedElement.appendChild(t),this.innerElem=t}else this.renderType="html",this.innerElem=this.layerElement;this.checkParenting()},HTextElement.prototype.buildNewText=function(){var t=this.textProperty.currentData;this.renderedLetters=createSizedArray(t.l?t.l.length:0);var e=this.innerElem.style,i=t.fc?this.buildColor(t.fc):"rgba(0,0,0,0)";e.fill=i,e.color=i,t.sc&&(e.stroke=this.buildColor(t.sc),e.strokeWidth=t.sw+"px");var r=this.globalData.fontManager.getFontByName(t.f);if(!this.globalData.fontManager.chars)if(e.fontSize=t.finalSize+"px",e.lineHeight=t.finalSize+"px",r.fClass)this.innerElem.className=r.fClass;else{e.fontFamily=r.fFamily;var s=t.fWeight,n=t.fStyle;e.fontStyle=n,e.fontWeight=s}var a,l,o=t.l;l=o.length;var c,u,E,f=this.mHelper,b,p="",m=0;for(a=0;a<l;a+=1){if(this.globalData.fontManager.chars?(this.textPaths[m]?c=this.textPaths[m]:(c=createNS("path"),c.setAttribute("stroke-linecap",lineCapEnum[1]),c.setAttribute("stroke-linejoin",lineJoinEnum[2]),c.setAttribute("stroke-miterlimit","4")),this.isMasked||(this.textSpans[m]?(u=this.textSpans[m],E=u.children[0]):(u=createTag("div"),u.style.lineHeight=0,E=createNS("svg"),E.appendChild(c),styleDiv(u)))):this.isMasked?c=this.textPaths[m]?this.textPaths[m]:createNS("text"):this.textSpans[m]?(u=this.textSpans[m],c=this.textPaths[m]):(u=createTag("span"),styleDiv(u),c=createTag("span"),styleDiv(c),u.appendChild(c)),this.globalData.fontManager.chars){var C=this.globalData.fontManager.getCharData(t.finalText[a],r.fStyle,this.globalData.fontManager.getFontByName(t.f).fFamily),y;if(C?y=C.data:y=null,f.reset(),y&&y.shapes&&y.shapes.length&&(b=y.shapes[0].it,f.scale(t.finalSize/100,t.finalSize/100),p=this.createPathShape(f,b),c.setAttribute("d",p)),this.isMasked)this.innerElem.appendChild(c);else{if(this.innerElem.appendChild(u),y&&y.shapes){document.body.appendChild(E);var x=E.getBBox();E.setAttribute("width",x.width+2),E.setAttribute("height",x.height+2),E.setAttribute("viewBox",x.x-1+" "+(x.y-1)+" "+(x.width+2)+" "+(x.height+2));var d=E.style,g="translate("+(x.x-1)+"px,"+(x.y-1)+"px)";d.transform=g,d.webkitTransform=g,o[a].yOffset=x.y-1}else E.setAttribute("width",1),E.setAttribute("height",1);u.appendChild(E)}}else if(c.textContent=o[a].val,c.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"),this.isMasked)this.innerElem.appendChild(c);else{this.innerElem.appendChild(u);var k=c.style,P="translate3d(0,"+-t.finalSize/1.2+"px,0)";k.transform=P,k.webkitTransform=P}this.isMasked?this.textSpans[m]=c:this.textSpans[m]=u,this.textSpans[m].style.display="block",this.textPaths[m]=c,m+=1}for(;m<this.textSpans.length;)this.textSpans[m].style.display="none",m+=1},HTextElement.prototype.renderInnerContent=function(){this.validateText();var t;if(this.data.singleShape){if(!this._isFirstFrame&&!this.lettersChangedFlag)return;if(this.isMasked&&this.finalTransform._matMdf){this.svgElement.setAttribute("viewBox",-this.finalTransform.mProp.p.v[0]+" "+-this.finalTransform.mProp.p.v[1]+" "+this.compW+" "+this.compH),t=this.svgElement.style;var e="translate("+-this.finalTransform.mProp.p.v[0]+"px,"+-this.finalTransform.mProp.p.v[1]+"px)";t.transform=e,t.webkitTransform=e}}if(this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag),!(!this.lettersChangedFlag&&!this.textAnimator.lettersChangedFlag)){var i,r,s=0,n=this.textAnimator.renderedLetters,a=this.textProperty.currentData.l;r=a.length;var l,o,c;for(i=0;i<r;i+=1)a[i].n?s+=1:(o=this.textSpans[i],c=this.textPaths[i],l=n[s],s+=1,l._mdf.m&&(this.isMasked?o.setAttribute("transform",l.m):(o.style.webkitTransform=l.m,o.style.transform=l.m)),o.style.opacity=l.o,l.sw&&l._mdf.sw&&c.setAttribute("stroke-width",l.sw),l.sc&&l._mdf.sc&&c.setAttribute("stroke",l.sc),l.fc&&l._mdf.fc&&(c.setAttribute("fill",l.fc),c.style.color=l.fc));if(this.innerElem.getBBox&&!this.hidden&&(this._isFirstFrame||this._mdf)){var u=this.innerElem.getBBox();this.currentBBox.w!==u.width&&(this.currentBBox.w=u.width,this.svgElement.setAttribute("width",u.width)),this.currentBBox.h!==u.height&&(this.currentBBox.h=u.height,this.svgElement.setAttribute("height",u.height));var E=1;if(this.currentBBox.w!==u.width+E*2||this.currentBBox.h!==u.height+E*2||this.currentBBox.x!==u.x-E||this.currentBBox.y!==u.y-E){this.currentBBox.w=u.width+E*2,this.currentBBox.h=u.height+E*2,this.currentBBox.x=u.x-E,this.currentBBox.y=u.y-E,this.svgElement.setAttribute("viewBox",this.currentBBox.x+" "+this.currentBBox.y+" "+this.currentBBox.w+" "+this.currentBBox.h),t=this.svgElement.style;var f="translate("+this.currentBBox.x+"px,"+this.currentBBox.y+"px)";t.transform=f,t.webkitTransform=f}}}};function HCameraElement(t,e,i){this.initFrame(),this.initBaseData(t,e,i),this.initHierarchy();var r=PropertyFactory.getProp;if(this.pe=r(this,t.pe,0,0,this),t.ks.p.s?(this.px=r(this,t.ks.p.x,1,0,this),this.py=r(this,t.ks.p.y,1,0,this),this.pz=r(this,t.ks.p.z,1,0,this)):this.p=r(this,t.ks.p,1,0,this),t.ks.a&&(this.a=r(this,t.ks.a,1,0,this)),t.ks.or.k.length&&t.ks.or.k[0].to){var s,n=t.ks.or.k.length;for(s=0;s<n;s+=1)t.ks.or.k[s].to=null,t.ks.or.k[s].ti=null}this.or=r(this,t.ks.or,1,degToRads,this),this.or.sh=!0,this.rx=r(this,t.ks.rx,0,degToRads,this),this.ry=r(this,t.ks.ry,0,degToRads,this),this.rz=r(this,t.ks.rz,0,degToRads,this),this.mat=new Matrix,this._prevMat=new Matrix,this._isFirstFrame=!0,this.finalTransform={mProp:this}}extendPrototype([BaseElement,FrameElement,HierarchyElement],HCameraElement),HCameraElement.prototype.setup=function(){var t,e=this.comp.threeDElements.length,i,r,s;for(t=0;t<e;t+=1)if(i=this.comp.threeDElements[t],i.type==="3d"){r=i.perspectiveElem.style,s=i.container.style;var n=this.pe.v+"px",a="0px 0px 0px",l="matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)";r.perspective=n,r.webkitPerspective=n,s.transformOrigin=a,s.mozTransformOrigin=a,s.webkitTransformOrigin=a,r.transform=l,r.webkitTransform=l}},HCameraElement.prototype.createElements=function(){},HCameraElement.prototype.hide=function(){},HCameraElement.prototype.renderFrame=function(){var t=this._isFirstFrame,e,i;if(this.hierarchy)for(i=this.hierarchy.length,e=0;e<i;e+=1)t=this.hierarchy[e].finalTransform.mProp._mdf||t;if(t||this.pe._mdf||this.p&&this.p._mdf||this.px&&(this.px._mdf||this.py._mdf||this.pz._mdf)||this.rx._mdf||this.ry._mdf||this.rz._mdf||this.or._mdf||this.a&&this.a._mdf){if(this.mat.reset(),this.hierarchy)for(i=this.hierarchy.length-1,e=i;e>=0;e-=1){var r=this.hierarchy[e].finalTransform.mProp;this.mat.translate(-r.p.v[0],-r.p.v[1],r.p.v[2]),this.mat.rotateX(-r.or.v[0]).rotateY(-r.or.v[1]).rotateZ(r.or.v[2]),this.mat.rotateX(-r.rx.v).rotateY(-r.ry.v).rotateZ(r.rz.v),this.mat.scale(1/r.s.v[0],1/r.s.v[1],1/r.s.v[2]),this.mat.translate(r.a.v[0],r.a.v[1],r.a.v[2])}if(this.p?this.mat.translate(-this.p.v[0],-this.p.v[1],this.p.v[2]):this.mat.translate(-this.px.v,-this.py.v,this.pz.v),this.a){var s;this.p?s=[this.p.v[0]-this.a.v[0],this.p.v[1]-this.a.v[1],this.p.v[2]-this.a.v[2]]:s=[this.px.v-this.a.v[0],this.py.v-this.a.v[1],this.pz.v-this.a.v[2]];var n=Math.sqrt(Math.pow(s[0],2)+Math.pow(s[1],2)+Math.pow(s[2],2)),a=[s[0]/n,s[1]/n,s[2]/n],l=Math.sqrt(a[2]*a[2]+a[0]*a[0]),o=Math.atan2(a[1],l),c=Math.atan2(a[0],-a[2]);this.mat.rotateY(c).rotateX(-o)}this.mat.rotateX(-this.rx.v).rotateY(-this.ry.v).rotateZ(this.rz.v),this.mat.rotateX(-this.or.v[0]).rotateY(-this.or.v[1]).rotateZ(this.or.v[2]),this.mat.translate(this.globalData.compSize.w/2,this.globalData.compSize.h/2,0),this.mat.translate(0,0,this.pe.v);var u=!this._prevMat.equals(this.mat);if((u||this.pe._mdf)&&this.comp.threeDElements){i=this.comp.threeDElements.length;var E,f,b;for(e=0;e<i;e+=1)if(E=this.comp.threeDElements[e],E.type==="3d"){if(u){var p=this.mat.toCSS();b=E.container.style,b.transform=p,b.webkitTransform=p}this.pe._mdf&&(f=E.perspectiveElem.style,f.perspective=this.pe.v+"px",f.webkitPerspective=this.pe.v+"px")}this.mat.clone(this._prevMat)}}this._isFirstFrame=!1},HCameraElement.prototype.prepareFrame=function(t){this.prepareProperties(t,!0)},HCameraElement.prototype.destroy=function(){},HCameraElement.prototype.getBaseElement=function(){return null};function HImageElement(t,e,i){this.assetData=e.getAssetData(t.refId),this.initElement(t,e,i)}extendPrototype([BaseElement,TransformElement,HBaseElement,HSolidElement,HierarchyElement,FrameElement,RenderableElement],HImageElement),HImageElement.prototype.createContent=function(){var t=this.globalData.getAssetsPath(this.assetData),e=new Image;this.data.hasMask?(this.imageElem=createNS("image"),this.imageElem.setAttribute("width",this.assetData.w+"px"),this.imageElem.setAttribute("height",this.assetData.h+"px"),this.imageElem.setAttributeNS("http://www.w3.org/1999/xlink","href",t),this.layerElement.appendChild(this.imageElem),this.baseElement.setAttribute("width",this.assetData.w),this.baseElement.setAttribute("height",this.assetData.h)):this.layerElement.appendChild(e),e.crossOrigin="anonymous",e.src=t,this.data.ln&&this.baseElement.setAttribute("id",this.data.ln)};function HybridRendererBase(t,e){this.animationItem=t,this.layers=null,this.renderedFrame=-1,this.renderConfig={className:e&&e.className||"",imagePreserveAspectRatio:e&&e.imagePreserveAspectRatio||"xMidYMid slice",hideOnTransparent:!(e&&e.hideOnTransparent===!1),filterSize:{width:e&&e.filterSize&&e.filterSize.width||"400%",height:e&&e.filterSize&&e.filterSize.height||"400%",x:e&&e.filterSize&&e.filterSize.x||"-100%",y:e&&e.filterSize&&e.filterSize.y||"-100%"}},this.globalData={_mdf:!1,frameNum:-1,renderConfig:this.renderConfig},this.pendingElements=[],this.elements=[],this.threeDElements=[],this.destroyed=!1,this.camera=null,this.supports3d=!0,this.rendererType="html"}extendPrototype([BaseRenderer],HybridRendererBase),HybridRendererBase.prototype.buildItem=SVGRenderer.prototype.buildItem,HybridRendererBase.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){var t=this.pendingElements.pop();t.checkParenting()}},HybridRendererBase.prototype.appendElementInPos=function(t,e){var i=t.getBaseElement();if(i){var r=this.layers[e];if(!r.ddd||!this.supports3d)if(this.threeDElements)this.addTo3dContainer(i,e);else{for(var s=0,n,a,l;s<e;)this.elements[s]&&this.elements[s]!==!0&&this.elements[s].getBaseElement&&(a=this.elements[s],l=this.layers[s].ddd?this.getThreeDContainerByPos(s):a.getBaseElement(),n=l||n),s+=1;n?(!r.ddd||!this.supports3d)&&this.layerElement.insertBefore(i,n):(!r.ddd||!this.supports3d)&&this.layerElement.appendChild(i)}else this.addTo3dContainer(i,e)}},HybridRendererBase.prototype.createShape=function(t){return this.supports3d?new HShapeElement(t,this.globalData,this):new SVGShapeElement(t,this.globalData,this)},HybridRendererBase.prototype.createText=function(t){return this.supports3d?new HTextElement(t,this.globalData,this):new SVGTextLottieElement(t,this.globalData,this)},HybridRendererBase.prototype.createCamera=function(t){return this.camera=new HCameraElement(t,this.globalData,this),this.camera},HybridRendererBase.prototype.createImage=function(t){return this.supports3d?new HImageElement(t,this.globalData,this):new IImageElement(t,this.globalData,this)},HybridRendererBase.prototype.createSolid=function(t){return this.supports3d?new HSolidElement(t,this.globalData,this):new ISolidElement(t,this.globalData,this)},HybridRendererBase.prototype.createNull=SVGRenderer.prototype.createNull,HybridRendererBase.prototype.getThreeDContainerByPos=function(t){for(var e=0,i=this.threeDElements.length;e<i;){if(this.threeDElements[e].startPos<=t&&this.threeDElements[e].endPos>=t)return this.threeDElements[e].perspectiveElem;e+=1}return null},HybridRendererBase.prototype.createThreeDContainer=function(t,e){var i=createTag("div"),r,s;styleDiv(i);var n=createTag("div");if(styleDiv(n),e==="3d"){r=i.style,r.width=this.globalData.compSize.w+"px",r.height=this.globalData.compSize.h+"px";var a="50% 50%";r.webkitTransformOrigin=a,r.mozTransformOrigin=a,r.transformOrigin=a,s=n.style;var l="matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)";s.transform=l,s.webkitTransform=l}i.appendChild(n);var o={container:n,perspectiveElem:i,startPos:t,endPos:t,type:e};return this.threeDElements.push(o),o},HybridRendererBase.prototype.build3dContainers=function(){var t,e=this.layers.length,i,r="";for(t=0;t<e;t+=1)this.layers[t].ddd&&this.layers[t].ty!==3?(r!=="3d"&&(r="3d",i=this.createThreeDContainer(t,"3d")),i.endPos=Math.max(i.endPos,t)):(r!=="2d"&&(r="2d",i=this.createThreeDContainer(t,"2d")),i.endPos=Math.max(i.endPos,t));for(e=this.threeDElements.length,t=e-1;t>=0;t-=1)this.resizerElem.appendChild(this.threeDElements[t].perspectiveElem)},HybridRendererBase.prototype.addTo3dContainer=function(t,e){for(var i=0,r=this.threeDElements.length;i<r;){if(e<=this.threeDElements[i].endPos){for(var s=this.threeDElements[i].startPos,n;s<e;)this.elements[s]&&this.elements[s].getBaseElement&&(n=this.elements[s].getBaseElement()),s+=1;n?this.threeDElements[i].container.insertBefore(t,n):this.threeDElements[i].container.appendChild(t);break}i+=1}},HybridRendererBase.prototype.configAnimation=function(t){var e=createTag("div"),i=this.animationItem.wrapper,r=e.style;r.width=t.w+"px",r.height=t.h+"px",this.resizerElem=e,styleDiv(e),r.transformStyle="flat",r.mozTransformStyle="flat",r.webkitTransformStyle="flat",this.renderConfig.className&&e.setAttribute("class",this.renderConfig.className),i.appendChild(e),r.overflow="hidden";var s=createNS("svg");s.setAttribute("width","1"),s.setAttribute("height","1"),styleDiv(s),this.resizerElem.appendChild(s);var n=createNS("defs");s.appendChild(n),this.data=t,this.setupGlobalData(t,s),this.globalData.defs=n,this.layers=t.layers,this.layerElement=this.resizerElem,this.build3dContainers(),this.updateContainerSize()},HybridRendererBase.prototype.destroy=function(){this.animationItem.wrapper&&(this.animationItem.wrapper.innerText=""),this.animationItem.container=null,this.globalData.defs=null;var t,e=this.layers?this.layers.length:0;for(t=0;t<e;t+=1)this.elements[t]&&this.elements[t].destroy&&this.elements[t].destroy();this.elements.length=0,this.destroyed=!0,this.animationItem=null},HybridRendererBase.prototype.updateContainerSize=function(){var t=this.animationItem.wrapper.offsetWidth,e=this.animationItem.wrapper.offsetHeight,i=t/e,r=this.globalData.compSize.w/this.globalData.compSize.h,s,n,a,l;r>i?(s=t/this.globalData.compSize.w,n=t/this.globalData.compSize.w,a=0,l=(e-this.globalData.compSize.h*(t/this.globalData.compSize.w))/2):(s=e/this.globalData.compSize.h,n=e/this.globalData.compSize.h,a=(t-this.globalData.compSize.w*(e/this.globalData.compSize.h))/2,l=0);var o=this.resizerElem.style;o.webkitTransform="matrix3d("+s+",0,0,0,0,"+n+",0,0,0,0,1,0,"+a+","+l+",0,1)",o.transform=o.webkitTransform},HybridRendererBase.prototype.renderFrame=SVGRenderer.prototype.renderFrame,HybridRendererBase.prototype.hide=function(){this.resizerElem.style.display="none"},HybridRendererBase.prototype.show=function(){this.resizerElem.style.display="block"},HybridRendererBase.prototype.initItems=function(){if(this.buildAllItems(),this.camera)this.camera.setup();else{var t=this.globalData.compSize.w,e=this.globalData.compSize.h,i,r=this.threeDElements.length;for(i=0;i<r;i+=1){var s=this.threeDElements[i].perspectiveElem.style;s.webkitPerspective=Math.sqrt(Math.pow(t,2)+Math.pow(e,2))+"px",s.perspective=s.webkitPerspective}}},HybridRendererBase.prototype.searchExtraCompositions=function(t){var e,i=t.length,r=createTag("div");for(e=0;e<i;e+=1)if(t[e].xt){var s=this.createComp(t[e],r,this.globalData.comp,null);s.initExpressions(),this.globalData.projectInterface.registerComposition(s)}};function HCompElement(t,e,i){this.layers=t.layers,this.supports3d=!t.hasMask,this.completeLayers=!1,this.pendingElements=[],this.elements=this.layers?createSizedArray(this.layers.length):[],this.initElement(t,e,i),this.tm=t.tm?PropertyFactory.getProp(this,t.tm,0,e.frameRate,this):{_placeholder:!0}}extendPrototype([HybridRendererBase,ICompElement,HBaseElement],HCompElement),HCompElement.prototype._createBaseContainerElements=HCompElement.prototype.createContainerElements,HCompElement.prototype.createContainerElements=function(){this._createBaseContainerElements(),this.data.hasMask?(this.svgElement.setAttribute("width",this.data.w),this.svgElement.setAttribute("height",this.data.h),this.transformedElement=this.baseElement):this.transformedElement=this.layerElement},HCompElement.prototype.addTo3dContainer=function(t,e){for(var i=0,r;i<e;)this.elements[i]&&this.elements[i].getBaseElement&&(r=this.elements[i].getBaseElement()),i+=1;r?this.layerElement.insertBefore(t,r):this.layerElement.appendChild(t)},HCompElement.prototype.createComp=function(t){return this.supports3d?new HCompElement(t,this.globalData,this):new SVGCompElement(t,this.globalData,this)};function HybridRenderer(t,e){this.animationItem=t,this.layers=null,this.renderedFrame=-1,this.renderConfig={className:e&&e.className||"",imagePreserveAspectRatio:e&&e.imagePreserveAspectRatio||"xMidYMid slice",hideOnTransparent:!(e&&e.hideOnTransparent===!1),filterSize:{width:e&&e.filterSize&&e.filterSize.width||"400%",height:e&&e.filterSize&&e.filterSize.height||"400%",x:e&&e.filterSize&&e.filterSize.x||"-100%",y:e&&e.filterSize&&e.filterSize.y||"-100%"},runExpressions:!e||e.runExpressions===void 0||e.runExpressions},this.globalData={_mdf:!1,frameNum:-1,renderConfig:this.renderConfig},this.pendingElements=[],this.elements=[],this.threeDElements=[],this.destroyed=!1,this.camera=null,this.supports3d=!0,this.rendererType="html"}extendPrototype([HybridRendererBase],HybridRenderer),HybridRenderer.prototype.createComp=function(t){return this.supports3d?new HCompElement(t,this.globalData,this):new SVGCompElement(t,this.globalData,this)};var CompExpressionInterface=function(){return function(t){function e(i){for(var r=0,s=t.layers.length;r<s;){if(t.layers[r].nm===i||t.layers[r].ind===i)return t.elements[r].layerInterface;r+=1}return null}return Object.defineProperty(e,"_name",{value:t.data.nm}),e.layer=e,e.pixelAspect=1,e.height=t.data.h||t.globalData.compSize.h,e.width=t.data.w||t.globalData.compSize.w,e.pixelAspect=1,e.frameDuration=1/t.globalData.frameRate,e.displayStartTime=0,e.numLayers=t.layers.length,e}}();function _typeof$2(t){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$2=function(i){return typeof i}:_typeof$2=function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},_typeof$2(t)}function seedRandom(t,e){var i=this,r=256,s=6,n=52,a="random",l=e.pow(r,s),o=e.pow(2,n),c=o*2,u=r-1,E;function f(d,g,k){var P=[];g=g===!0?{entropy:!0}:g||{};var T=C(m(g.entropy?[d,x(t)]:d===null?y():d,3),P),F=new b(P),I=function(){for(var O=F.g(s),V=l,G=0;O<o;)O=(O+G)*r,V*=r,G=F.g(1);for(;O>=c;)O/=2,V/=2,G>>>=1;return(O+G)/V};return I.int32=function(){return F.g(4)|0},I.quick=function(){return F.g(4)/4294967296},I.double=I,C(x(F.S),t),(g.pass||k||function($,O,V,G){return G&&(G.S&&p(G,F),$.state=function(){return p(F,{})}),V?(e[a]=$,O):$})(I,T,"global"in g?g.global:this==e,g.state)}e["seed"+a]=f;function b(d){var g,k=d.length,P=this,T=0,F=P.i=P.j=0,I=P.S=[];for(k||(d=[k++]);T<r;)I[T]=T++;for(T=0;T<r;T++)I[T]=I[F=u&F+d[T%k]+(g=I[T])],I[F]=g;P.g=function($){for(var O,V=0,G=P.i,z=P.j,L=P.S;$--;)O=L[G=u&G+1],V=V*r+L[u&(L[G]=L[z=u&z+O])+(L[z]=O)];return P.i=G,P.j=z,V}}function p(d,g){return g.i=d.i,g.j=d.j,g.S=d.S.slice(),g}function m(d,g){var k=[],P=_typeof$2(d),T;if(g&&P=="object")for(T in d)try{k.push(m(d[T],g-1))}catch{}return k.length?k:P=="string"?d:d+"\0"}function C(d,g){for(var k=d+"",P,T=0;T<k.length;)g[u&T]=u&(P^=g[u&T]*19)+k.charCodeAt(T++);return x(g)}function y(){try{var d=new Uint8Array(r);return(i.crypto||i.msCrypto).getRandomValues(d),x(d)}catch{var g=i.navigator,k=g&&g.plugins;return[+new Date,i,k,i.screen,x(t)]}}function x(d){return String.fromCharCode.apply(0,d)}C(e.random(),t)}function initialize$2(t){seedRandom([],t)}var propTypes={SHAPE:"shape"};function _typeof$1(t){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$1=function(i){return typeof i}:_typeof$1=function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},_typeof$1(t)}var ExpressionManager=function(){var ob={},Math=BMMath,window=null,document=null,XMLHttpRequest=null,fetch=null,frames=null,_lottieGlobal={};initialize$2(BMMath);function resetFrame(){_lottieGlobal={}}function $bm_isInstanceOfArray(t){return t.constructor===Array||t.constructor===Float32Array}function isNumerable(t,e){return t==="number"||e instanceof Number||t==="boolean"||t==="string"}function $bm_neg(t){var e=_typeof$1(t);if(e==="number"||t instanceof Number||e==="boolean")return-t;if($bm_isInstanceOfArray(t)){var i,r=t.length,s=[];for(i=0;i<r;i+=1)s[i]=-t[i];return s}return t.propType?t.v:-t}var easeInBez=BezierFactory.getBezierEasing(.333,0,.833,.833,"easeIn").get,easeOutBez=BezierFactory.getBezierEasing(.167,.167,.667,1,"easeOut").get,easeInOutBez=BezierFactory.getBezierEasing(.33,0,.667,1,"easeInOut").get;function sum(t,e){var i=_typeof$1(t),r=_typeof$1(e);if(isNumerable(i,t)&&isNumerable(r,e)||i==="string"||r==="string")return t+e;if($bm_isInstanceOfArray(t)&&isNumerable(r,e))return t=t.slice(0),t[0]+=e,t;if(isNumerable(i,t)&&$bm_isInstanceOfArray(e))return e=e.slice(0),e[0]=t+e[0],e;if($bm_isInstanceOfArray(t)&&$bm_isInstanceOfArray(e)){for(var s=0,n=t.length,a=e.length,l=[];s<n||s<a;)(typeof t[s]=="number"||t[s]instanceof Number)&&(typeof e[s]=="number"||e[s]instanceof Number)?l[s]=t[s]+e[s]:l[s]=e[s]===void 0?t[s]:t[s]||e[s],s+=1;return l}return 0}var add=sum;function sub(t,e){var i=_typeof$1(t),r=_typeof$1(e);if(isNumerable(i,t)&&isNumerable(r,e))return i==="string"&&(t=parseInt(t,10)),r==="string"&&(e=parseInt(e,10)),t-e;if($bm_isInstanceOfArray(t)&&isNumerable(r,e))return t=t.slice(0),t[0]-=e,t;if(isNumerable(i,t)&&$bm_isInstanceOfArray(e))return e=e.slice(0),e[0]=t-e[0],e;if($bm_isInstanceOfArray(t)&&$bm_isInstanceOfArray(e)){for(var s=0,n=t.length,a=e.length,l=[];s<n||s<a;)(typeof t[s]=="number"||t[s]instanceof Number)&&(typeof e[s]=="number"||e[s]instanceof Number)?l[s]=t[s]-e[s]:l[s]=e[s]===void 0?t[s]:t[s]||e[s],s+=1;return l}return 0}function mul(t,e){var i=_typeof$1(t),r=_typeof$1(e),s;if(isNumerable(i,t)&&isNumerable(r,e))return t*e;var n,a;if($bm_isInstanceOfArray(t)&&isNumerable(r,e)){for(a=t.length,s=createTypedArray("float32",a),n=0;n<a;n+=1)s[n]=t[n]*e;return s}if(isNumerable(i,t)&&$bm_isInstanceOfArray(e)){for(a=e.length,s=createTypedArray("float32",a),n=0;n<a;n+=1)s[n]=t*e[n];return s}return 0}function div(t,e){var i=_typeof$1(t),r=_typeof$1(e),s;if(isNumerable(i,t)&&isNumerable(r,e))return t/e;var n,a;if($bm_isInstanceOfArray(t)&&isNumerable(r,e)){for(a=t.length,s=createTypedArray("float32",a),n=0;n<a;n+=1)s[n]=t[n]/e;return s}if(isNumerable(i,t)&&$bm_isInstanceOfArray(e)){for(a=e.length,s=createTypedArray("float32",a),n=0;n<a;n+=1)s[n]=t/e[n];return s}return 0}function mod(t,e){return typeof t=="string"&&(t=parseInt(t,10)),typeof e=="string"&&(e=parseInt(e,10)),t%e}var $bm_sum=sum,$bm_sub=sub,$bm_mul=mul,$bm_div=div,$bm_mod=mod;function clamp(t,e,i){if(e>i){var r=i;i=e,e=r}return Math.min(Math.max(t,e),i)}function radiansToDegrees(t){return t/degToRads}var radians_to_degrees=radiansToDegrees;function degreesToRadians(t){return t*degToRads}var degrees_to_radians=radiansToDegrees,helperLengthArray=[0,0,0,0,0,0];function length(t,e){if(typeof t=="number"||t instanceof Number)return e=e||0,Math.abs(t-e);e||(e=helperLengthArray);var i,r=Math.min(t.length,e.length),s=0;for(i=0;i<r;i+=1)s+=Math.pow(e[i]-t[i],2);return Math.sqrt(s)}function normalize(t){return div(t,length(t))}function rgbToHsl(t){var e=t[0],i=t[1],r=t[2],s=Math.max(e,i,r),n=Math.min(e,i,r),a,l,o=(s+n)/2;if(s===n)a=0,l=0;else{var c=s-n;switch(l=o>.5?c/(2-s-n):c/(s+n),s){case e:a=(i-r)/c+(i<r?6:0);break;case i:a=(r-e)/c+2;break;case r:a=(e-i)/c+4;break}a/=6}return[a,l,o,t[3]]}function hue2rgb(t,e,i){return i<0&&(i+=1),i>1&&(i-=1),i<1/6?t+(e-t)*6*i:i<1/2?e:i<2/3?t+(e-t)*(2/3-i)*6:t}function hslToRgb(t){var e=t[0],i=t[1],r=t[2],s,n,a;if(i===0)s=r,a=r,n=r;else{var l=r<.5?r*(1+i):r+i-r*i,o=2*r-l;s=hue2rgb(o,l,e+1/3),n=hue2rgb(o,l,e),a=hue2rgb(o,l,e-1/3)}return[s,n,a,t[3]]}function linear(t,e,i,r,s){if((r===void 0||s===void 0)&&(r=e,s=i,e=0,i=1),i<e){var n=i;i=e,e=n}if(t<=e)return r;if(t>=i)return s;var a=i===e?0:(t-e)/(i-e);if(!r.length)return r+(s-r)*a;var l,o=r.length,c=createTypedArray("float32",o);for(l=0;l<o;l+=1)c[l]=r[l]+(s[l]-r[l])*a;return c}function random(t,e){if(e===void 0&&(t===void 0?(t=0,e=1):(e=t,t=void 0)),e.length){var i,r=e.length;t||(t=createTypedArray("float32",r));var s=createTypedArray("float32",r),n=BMMath.random();for(i=0;i<r;i+=1)s[i]=t[i]+n*(e[i]-t[i]);return s}t===void 0&&(t=0);var a=BMMath.random();return t+a*(e-t)}function createPath(t,e,i,r){var s,n=t.length,a=shapePool.newElement();a.setPathData(!!r,n);var l=[0,0],o,c;for(s=0;s<n;s+=1)o=e&&e[s]?e[s]:l,c=i&&i[s]?i[s]:l,a.setTripleAt(t[s][0],t[s][1],c[0]+t[s][0],c[1]+t[s][1],o[0]+t[s][0],o[1]+t[s][1],s,!0);return a}function initiateExpression(elem,data,property){function noOp(t){return t}if(!elem.globalData.renderConfig.runExpressions)return noOp;var val=data.x,needsVelocity=/velocity(?![\w\d])/.test(val),_needsRandom=val.indexOf("random")!==-1,elemType=elem.data.ty,transform,$bm_transform,content,effect,thisProperty=property;thisProperty.valueAtTime=thisProperty.getValueAtTime,Object.defineProperty(thisProperty,"value",{get:function(){return thisProperty.v}}),elem.comp.frameDuration=1/elem.comp.globalData.frameRate,elem.comp.displayStartTime=0;var inPoint=elem.data.ip/elem.comp.globalData.frameRate,outPoint=elem.data.op/elem.comp.globalData.frameRate,width=elem.data.sw?elem.data.sw:0,height=elem.data.sh?elem.data.sh:0,name=elem.data.nm,loopIn,loop_in,loopOut,loop_out,smooth,toWorld,fromWorld,fromComp,toComp,fromCompToSurface,position,rotation,anchorPoint,scale,thisLayer,thisComp,mask,valueAtTime,velocityAtTime,scoped_bm_rt,expression_function=eval("[function _expression_function(){"+val+";scoped_bm_rt=$bm_rt}]")[0],numKeys=property.kf?data.k.length:0,active=!this.data||this.data.hd!==!0,wiggle=(function t(e,i){var r,s,n=this.pv.length?this.pv.length:1,a=createTypedArray("float32",n);e=5;var l=Math.floor(time*e);for(r=0,s=0;r<l;){for(s=0;s<n;s+=1)a[s]+=-i+i*2*BMMath.random();r+=1}var o=time*e,c=o-Math.floor(o),u=createTypedArray("float32",n);if(n>1){for(s=0;s<n;s+=1)u[s]=this.pv[s]+a[s]+(-i+i*2*BMMath.random())*c;return u}return this.pv+a[0]+(-i+i*2*BMMath.random())*c}).bind(this);thisProperty.loopIn&&(loopIn=thisProperty.loopIn.bind(thisProperty),loop_in=loopIn),thisProperty.loopOut&&(loopOut=thisProperty.loopOut.bind(thisProperty),loop_out=loopOut),thisProperty.smooth&&(smooth=thisProperty.smooth.bind(thisProperty));function loopInDuration(t,e){return loopIn(t,e,!0)}function loopOutDuration(t,e){return loopOut(t,e,!0)}this.getValueAtTime&&(valueAtTime=this.getValueAtTime.bind(this)),this.getVelocityAtTime&&(velocityAtTime=this.getVelocityAtTime.bind(this));var comp=elem.comp.globalData.projectInterface.bind(elem.comp.globalData.projectInterface);function lookAt(t,e){var i=[e[0]-t[0],e[1]-t[1],e[2]-t[2]],r=Math.atan2(i[0],Math.sqrt(i[1]*i[1]+i[2]*i[2]))/degToRads,s=-Math.atan2(i[1],i[2])/degToRads;return[s,r,0]}function easeOut(t,e,i,r,s){return applyEase(easeOutBez,t,e,i,r,s)}function easeIn(t,e,i,r,s){return applyEase(easeInBez,t,e,i,r,s)}function ease(t,e,i,r,s){return applyEase(easeInOutBez,t,e,i,r,s)}function applyEase(t,e,i,r,s,n){s===void 0?(s=i,n=r):e=(e-i)/(r-i),e>1?e=1:e<0&&(e=0);var a=t(e);if($bm_isInstanceOfArray(s)){var l,o=s.length,c=createTypedArray("float32",o);for(l=0;l<o;l+=1)c[l]=(n[l]-s[l])*a+s[l];return c}return(n-s)*a+s}function nearestKey(t){var e,i=data.k.length,r,s;if(!data.k.length||typeof data.k[0]=="number")r=0,s=0;else if(r=-1,t*=elem.comp.globalData.frameRate,t<data.k[0].t)r=1,s=data.k[0].t;else{for(e=0;e<i-1;e+=1)if(t===data.k[e].t){r=e+1,s=data.k[e].t;break}else if(t>data.k[e].t&&t<data.k[e+1].t){t-data.k[e].t>data.k[e+1].t-t?(r=e+2,s=data.k[e+1].t):(r=e+1,s=data.k[e].t);break}r===-1&&(r=e+1,s=data.k[e].t)}var n={};return n.index=r,n.time=s/elem.comp.globalData.frameRate,n}function key(t){var e,i,r;if(!data.k.length||typeof data.k[0]=="number")throw new Error("The property has no keyframe at index "+t);t-=1,e={time:data.k[t].t/elem.comp.globalData.frameRate,value:[]};var s=Object.prototype.hasOwnProperty.call(data.k[t],"s")?data.k[t].s:data.k[t-1].e;for(r=s.length,i=0;i<r;i+=1)e[i]=s[i],e.value[i]=s[i];return e}function framesToTime(t,e){return e||(e=elem.comp.globalData.frameRate),t/e}function timeToFrames(t,e){return!t&&t!==0&&(t=time),e||(e=elem.comp.globalData.frameRate),t*e}function seedRandom(t){BMMath.seedrandom(randSeed+t)}function sourceRectAtTime(){return elem.sourceRectAtTime()}function substring(t,e){return typeof value=="string"?e===void 0?value.substring(t):value.substring(t,e):""}function substr(t,e){return typeof value=="string"?e===void 0?value.substr(t):value.substr(t,e):""}function posterizeTime(t){time=t===0?0:Math.floor(time*t)/t,value=valueAtTime(time)}var time,velocity,value,text,textIndex,textTotal,selectorValue,index=elem.data.ind,hasParent=!!(elem.hierarchy&&elem.hierarchy.length),parent,randSeed=Math.floor(Math.random()*1e6),globalData=elem.globalData;function executeExpression(t){return value=t,this.frameExpressionId===elem.globalData.frameId&&this.propType!=="textSelector"?value:(this.propType==="textSelector"&&(textIndex=this.textIndex,textTotal=this.textTotal,selectorValue=this.selectorValue),thisLayer||(text=elem.layerInterface.text,thisLayer=elem.layerInterface,thisComp=elem.comp.compInterface,toWorld=thisLayer.toWorld.bind(thisLayer),fromWorld=thisLayer.fromWorld.bind(thisLayer),fromComp=thisLayer.fromComp.bind(thisLayer),toComp=thisLayer.toComp.bind(thisLayer),mask=thisLayer.mask?thisLayer.mask.bind(thisLayer):null,fromCompToSurface=fromComp),transform||(transform=elem.layerInterface("ADBE Transform Group"),$bm_transform=transform,transform&&(anchorPoint=transform.anchorPoint)),elemType===4&&!content&&(content=thisLayer("ADBE Root Vectors Group")),effect||(effect=thisLayer(4)),hasParent=!!(elem.hierarchy&&elem.hierarchy.length),hasParent&&!parent&&(parent=elem.hierarchy[0].layerInterface),time=this.comp.renderedFrame/this.comp.globalData.frameRate,_needsRandom&&seedRandom(randSeed+time),needsVelocity&&(velocity=velocityAtTime(time)),expression_function(),this.frameExpressionId=elem.globalData.frameId,scoped_bm_rt=scoped_bm_rt.propType===propTypes.SHAPE?scoped_bm_rt.v:scoped_bm_rt,scoped_bm_rt)}return executeExpression.__preventDeadCodeRemoval=[$bm_transform,anchorPoint,time,velocity,inPoint,outPoint,width,height,name,loop_in,loop_out,smooth,toComp,fromCompToSurface,toWorld,fromWorld,mask,position,rotation,scale,thisComp,numKeys,active,wiggle,loopInDuration,loopOutDuration,comp,lookAt,easeOut,easeIn,ease,nearestKey,key,text,textIndex,textTotal,selectorValue,framesToTime,timeToFrames,sourceRectAtTime,substring,substr,posterizeTime,index,globalData],executeExpression}return ob.initiateExpression=initiateExpression,ob.__preventDeadCodeRemoval=[window,document,XMLHttpRequest,fetch,frames,$bm_neg,add,$bm_sum,$bm_sub,$bm_mul,$bm_div,$bm_mod,clamp,radians_to_degrees,degreesToRadians,degrees_to_radians,normalize,rgbToHsl,hslToRgb,linear,random,createPath,_lottieGlobal],ob.resetFrame=resetFrame,ob}(),Expressions=function(){var t={};t.initExpressions=e,t.resetFrame=ExpressionManager.resetFrame;function e(i){var r=0,s=[];function n(){r+=1}function a(){r-=1,r===0&&o()}function l(c){s.indexOf(c)===-1&&s.push(c)}function o(){var c,u=s.length;for(c=0;c<u;c+=1)s[c].release();s.length=0}i.renderer.compInterface=CompExpressionInterface(i.renderer),i.renderer.globalData.projectInterface.registerComposition(i.renderer),i.renderer.globalData.pushExpression=n,i.renderer.globalData.popExpression=a,i.renderer.globalData.registerExpressionProperty=l}return t}(),MaskManagerInterface=function(){function t(i,r){this._mask=i,this._data=r}Object.defineProperty(t.prototype,"maskPath",{get:function(){return this._mask.prop.k&&this._mask.prop.getValue(),this._mask.prop}}),Object.defineProperty(t.prototype,"maskOpacity",{get:function(){return this._mask.op.k&&this._mask.op.getValue(),this._mask.op.v*100}});var e=function(r){var s=createSizedArray(r.viewData.length),n,a=r.viewData.length;for(n=0;n<a;n+=1)s[n]=new t(r.viewData[n],r.masksProperties[n]);var l=function(c){for(n=0;n<a;){if(r.masksProperties[n].nm===c)return s[n];n+=1}return null};return l};return e}(),ExpressionPropertyInterface=function(){var t={pv:0,v:0,mult:1},e={pv:[0,0,0],v:[0,0,0],mult:1};function i(a,l,o){Object.defineProperty(a,"velocity",{get:function(){return l.getVelocityAtTime(l.comp.currentFrame)}}),a.numKeys=l.keyframes?l.keyframes.length:0,a.key=function(c){if(!a.numKeys)return 0;var u="";"s"in l.keyframes[c-1]?u=l.keyframes[c-1].s:"e"in l.keyframes[c-2]?u=l.keyframes[c-2].e:u=l.keyframes[c-2].s;var E=o==="unidimensional"?new Number(u):Object.assign({},u);return E.time=l.keyframes[c-1].t/l.elem.comp.globalData.frameRate,E.value=o==="unidimensional"?u[0]:u,E},a.valueAtTime=l.getValueAtTime,a.speedAtTime=l.getSpeedAtTime,a.velocityAtTime=l.getVelocityAtTime,a.propertyGroup=l.propertyGroup}function r(a){(!a||!("pv"in a))&&(a=t);var l=1/a.mult,o=a.pv*l,c=new Number(o);return c.value=o,i(c,a,"unidimensional"),function(){return a.k&&a.getValue(),o=a.v*l,c.value!==o&&(c=new Number(o),c.value=o,i(c,a,"unidimensional")),c}}function s(a){(!a||!("pv"in a))&&(a=e);var l=1/a.mult,o=a.data&&a.data.l||a.pv.length,c=createTypedArray("float32",o),u=createTypedArray("float32",o);return c.value=u,i(c,a,"multidimensional"),function(){a.k&&a.getValue();for(var E=0;E<o;E+=1)u[E]=a.v[E]*l,c[E]=u[E];return c}}function n(){return t}return function(a){return a?a.propType==="unidimensional"?r(a):s(a):n}}(),TransformExpressionInterface=function(){return function(t){function e(a){switch(a){case"scale":case"Scale":case"ADBE Scale":case 6:return e.scale;case"rotation":case"Rotation":case"ADBE Rotation":case"ADBE Rotate Z":case 10:return e.rotation;case"ADBE Rotate X":return e.xRotation;case"ADBE Rotate Y":return e.yRotation;case"position":case"Position":case"ADBE Position":case 2:return e.position;case"ADBE Position_0":return e.xPosition;case"ADBE Position_1":return e.yPosition;case"ADBE Position_2":return e.zPosition;case"anchorPoint":case"AnchorPoint":case"Anchor Point":case"ADBE AnchorPoint":case 1:return e.anchorPoint;case"opacity":case"Opacity":case 11:return e.opacity;default:return null}}Object.defineProperty(e,"rotation",{get:ExpressionPropertyInterface(t.r||t.rz)}),Object.defineProperty(e,"zRotation",{get:ExpressionPropertyInterface(t.rz||t.r)}),Object.defineProperty(e,"xRotation",{get:ExpressionPropertyInterface(t.rx)}),Object.defineProperty(e,"yRotation",{get:ExpressionPropertyInterface(t.ry)}),Object.defineProperty(e,"scale",{get:ExpressionPropertyInterface(t.s)});var i,r,s,n;return t.p?n=ExpressionPropertyInterface(t.p):(i=ExpressionPropertyInterface(t.px),r=ExpressionPropertyInterface(t.py),t.pz&&(s=ExpressionPropertyInterface(t.pz))),Object.defineProperty(e,"position",{get:function(){return t.p?n():[i(),r(),s?s():0]}}),Object.defineProperty(e,"xPosition",{get:ExpressionPropertyInterface(t.px)}),Object.defineProperty(e,"yPosition",{get:ExpressionPropertyInterface(t.py)}),Object.defineProperty(e,"zPosition",{get:ExpressionPropertyInterface(t.pz)}),Object.defineProperty(e,"anchorPoint",{get:ExpressionPropertyInterface(t.a)}),Object.defineProperty(e,"opacity",{get:ExpressionPropertyInterface(t.o)}),Object.defineProperty(e,"skew",{get:ExpressionPropertyInterface(t.sk)}),Object.defineProperty(e,"skewAxis",{get:ExpressionPropertyInterface(t.sa)}),Object.defineProperty(e,"orientation",{get:ExpressionPropertyInterface(t.or)}),e}}(),LayerExpressionInterface=function(){function t(c){var u=new Matrix;if(c!==void 0){var E=this._elem.finalTransform.mProp.getValueAtTime(c);E.clone(u)}else{var f=this._elem.finalTransform.mProp;f.applyToMatrix(u)}return u}function e(c,u){var E=this.getMatrix(u);return E.props[12]=0,E.props[13]=0,E.props[14]=0,this.applyPoint(E,c)}function i(c,u){var E=this.getMatrix(u);return this.applyPoint(E,c)}function r(c,u){var E=this.getMatrix(u);return E.props[12]=0,E.props[13]=0,E.props[14]=0,this.invertPoint(E,c)}function s(c,u){var E=this.getMatrix(u);return this.invertPoint(E,c)}function n(c,u){if(this._elem.hierarchy&&this._elem.hierarchy.length){var E,f=this._elem.hierarchy.length;for(E=0;E<f;E+=1)this._elem.hierarchy[E].finalTransform.mProp.applyToMatrix(c)}return c.applyToPointArray(u[0],u[1],u[2]||0)}function a(c,u){if(this._elem.hierarchy&&this._elem.hierarchy.length){var E,f=this._elem.hierarchy.length;for(E=0;E<f;E+=1)this._elem.hierarchy[E].finalTransform.mProp.applyToMatrix(c)}return c.inversePoint(u)}function l(c){var u=new Matrix;if(u.reset(),this._elem.finalTransform.mProp.applyToMatrix(u),this._elem.hierarchy&&this._elem.hierarchy.length){var E,f=this._elem.hierarchy.length;for(E=0;E<f;E+=1)this._elem.hierarchy[E].finalTransform.mProp.applyToMatrix(u);return u.inversePoint(c)}return u.inversePoint(c)}function o(){return[1,1,1,1]}return function(c){var u;function E(m){b.mask=new MaskManagerInterface(m,c)}function f(m){b.effect=m}function b(m){switch(m){case"ADBE Root Vectors Group":case"Contents":case 2:return b.shapeInterface;case 1:case 6:case"Transform":case"transform":case"ADBE Transform Group":return u;case 4:case"ADBE Effect Parade":case"effects":case"Effects":return b.effect;case"ADBE Text Properties":return b.textInterface;default:return null}}b.getMatrix=t,b.invertPoint=a,b.applyPoint=n,b.toWorld=i,b.toWorldVec=e,b.fromWorld=s,b.fromWorldVec=r,b.toComp=i,b.fromComp=l,b.sampleImage=o,b.sourceRectAtTime=c.sourceRectAtTime.bind(c),b._elem=c,u=TransformExpressionInterface(c.finalTransform.mProp);var p=getDescriptor(u,"anchorPoint");return Object.defineProperties(b,{hasParent:{get:function(){return c.hierarchy.length}},parent:{get:function(){return c.hierarchy[0].layerInterface}},rotation:getDescriptor(u,"rotation"),scale:getDescriptor(u,"scale"),position:getDescriptor(u,"position"),opacity:getDescriptor(u,"opacity"),anchorPoint:p,anchor_point:p,transform:{get:function(){return u}},active:{get:function(){return c.isInRange}}}),b.startTime=c.data.st,b.index=c.data.ind,b.source=c.data.refId,b.height=c.data.ty===0?c.data.h:100,b.width=c.data.ty===0?c.data.w:100,b.inPoint=c.data.ip/c.comp.globalData.frameRate,b.outPoint=c.data.op/c.comp.globalData.frameRate,b._name=c.data.nm,b.registerMaskInterface=E,b.registerEffectsInterface=f,b}}(),propertyGroupFactory=function(){return function(t,e){return function(i){return i=i===void 0?1:i,i<=0?t:e(i-1)}}}(),PropertyInterface=function(){return function(t,e){var i={_name:t};function r(s){return s=s===void 0?1:s,s<=0?i:e(s-1)}return r}}(),EffectsExpressionInterface=function(){var t={createEffectsInterface:e};function e(s,n){if(s.effectsManager){var a=[],l=s.data.ef,o,c=s.effectsManager.effectElements.length;for(o=0;o<c;o+=1)a.push(i(l[o],s.effectsManager.effectElements[o],n,s));var u=s.data.ef||[],E=function(b){for(o=0,c=u.length;o<c;){if(b===u[o].nm||b===u[o].mn||b===u[o].ix)return a[o];o+=1}return null};return Object.defineProperty(E,"numProperties",{get:function(){return u.length}}),E}return null}function i(s,n,a,l){function o(b){for(var p=s.ef,m=0,C=p.length;m<C;){if(b===p[m].nm||b===p[m].mn||b===p[m].ix)return p[m].ty===5?u[m]:u[m]();m+=1}throw new Error}var c=propertyGroupFactory(o,a),u=[],E,f=s.ef.length;for(E=0;E<f;E+=1)s.ef[E].ty===5?u.push(i(s.ef[E],n.effectElements[E],n.effectElements[E].propertyGroup,l)):u.push(r(n.effectElements[E],s.ef[E].ty,l,c));return s.mn==="ADBE Color Control"&&Object.defineProperty(o,"color",{get:function(){return u[0]()}}),Object.defineProperties(o,{numProperties:{get:function(){return s.np}},_name:{value:s.nm},propertyGroup:{value:c}}),o.enabled=s.en!==0,o.active=o.enabled,o}function r(s,n,a,l){var o=ExpressionPropertyInterface(s.p);function c(){return n===10?a.comp.compInterface(s.p.v):o()}return s.p.setGroupProperty&&s.p.setGroupProperty(PropertyInterface("",l)),c}return t}(),ShapePathInterface=function(){return function(e,i,r){var s=i.sh;function n(l){return l==="Shape"||l==="shape"||l==="Path"||l==="path"||l==="ADBE Vector Shape"||l===2?n.path:null}var a=propertyGroupFactory(n,r);return s.setGroupProperty(PropertyInterface("Path",a)),Object.defineProperties(n,{path:{get:function(){return s.k&&s.getValue(),s}},shape:{get:function(){return s.k&&s.getValue(),s}},_name:{value:e.nm},ix:{value:e.ix},propertyIndex:{value:e.ix},mn:{value:e.mn},propertyGroup:{value:r}}),n}}(),ShapeExpressionInterface=function(){function t(p,m,C){var y=[],x,d=p?p.length:0;for(x=0;x<d;x+=1)p[x].ty==="gr"?y.push(i(p[x],m[x],C)):p[x].ty==="fl"?y.push(r(p[x],m[x],C)):p[x].ty==="st"?y.push(a(p[x],m[x],C)):p[x].ty==="tm"?y.push(l(p[x],m[x],C)):p[x].ty==="tr"||(p[x].ty==="el"?y.push(c(p[x],m[x],C)):p[x].ty==="sr"?y.push(u(p[x],m[x],C)):p[x].ty==="sh"?y.push(ShapePathInterface(p[x],m[x],C)):p[x].ty==="rc"?y.push(E(p[x],m[x],C)):p[x].ty==="rd"?y.push(f(p[x],m[x],C)):p[x].ty==="rp"?y.push(b(p[x],m[x],C)):p[x].ty==="gf"?y.push(s(p[x],m[x],C)):y.push(n(p[x],m[x])));return y}function e(p,m,C){var y,x=function(k){for(var P=0,T=y.length;P<T;){if(y[P]._name===k||y[P].mn===k||y[P].propertyIndex===k||y[P].ix===k||y[P].ind===k)return y[P];P+=1}return typeof k=="number"?y[k-1]:null};x.propertyGroup=propertyGroupFactory(x,C),y=t(p.it,m.it,x.propertyGroup),x.numProperties=y.length;var d=o(p.it[p.it.length-1],m.it[m.it.length-1],x.propertyGroup);return x.transform=d,x.propertyIndex=p.cix,x._name=p.nm,x}function i(p,m,C){var y=function(k){switch(k){case"ADBE Vectors Group":case"Contents":case 2:return y.content;default:return y.transform}};y.propertyGroup=propertyGroupFactory(y,C);var x=e(p,m,y.propertyGroup),d=o(p.it[p.it.length-1],m.it[m.it.length-1],y.propertyGroup);return y.content=x,y.transform=d,Object.defineProperty(y,"_name",{get:function(){return p.nm}}),y.numProperties=p.np,y.propertyIndex=p.ix,y.nm=p.nm,y.mn=p.mn,y}function r(p,m,C){function y(x){return x==="Color"||x==="color"?y.color:x==="Opacity"||x==="opacity"?y.opacity:null}return Object.defineProperties(y,{color:{get:ExpressionPropertyInterface(m.c)},opacity:{get:ExpressionPropertyInterface(m.o)},_name:{value:p.nm},mn:{value:p.mn}}),m.c.setGroupProperty(PropertyInterface("Color",C)),m.o.setGroupProperty(PropertyInterface("Opacity",C)),y}function s(p,m,C){function y(x){return x==="Start Point"||x==="start point"?y.startPoint:x==="End Point"||x==="end point"?y.endPoint:x==="Opacity"||x==="opacity"?y.opacity:null}return Object.defineProperties(y,{startPoint:{get:ExpressionPropertyInterface(m.s)},endPoint:{get:ExpressionPropertyInterface(m.e)},opacity:{get:ExpressionPropertyInterface(m.o)},type:{get:function(){return"a"}},_name:{value:p.nm},mn:{value:p.mn}}),m.s.setGroupProperty(PropertyInterface("Start Point",C)),m.e.setGroupProperty(PropertyInterface("End Point",C)),m.o.setGroupProperty(PropertyInterface("Opacity",C)),y}function n(){function p(){return null}return p}function a(p,m,C){var y=propertyGroupFactory(T,C),x=propertyGroupFactory(P,y);function d(F){Object.defineProperty(P,p.d[F].nm,{get:ExpressionPropertyInterface(m.d.dataProps[F].p)})}var g,k=p.d?p.d.length:0,P={};for(g=0;g<k;g+=1)d(g),m.d.dataProps[g].p.setGroupProperty(x);function T(F){return F==="Color"||F==="color"?T.color:F==="Opacity"||F==="opacity"?T.opacity:F==="Stroke Width"||F==="stroke width"?T.strokeWidth:null}return Object.defineProperties(T,{color:{get:ExpressionPropertyInterface(m.c)},opacity:{get:ExpressionPropertyInterface(m.o)},strokeWidth:{get:ExpressionPropertyInterface(m.w)},dash:{get:function(){return P}},_name:{value:p.nm},mn:{value:p.mn}}),m.c.setGroupProperty(PropertyInterface("Color",y)),m.o.setGroupProperty(PropertyInterface("Opacity",y)),m.w.setGroupProperty(PropertyInterface("Stroke Width",y)),T}function l(p,m,C){function y(d){return d===p.e.ix||d==="End"||d==="end"?y.end:d===p.s.ix?y.start:d===p.o.ix?y.offset:null}var x=propertyGroupFactory(y,C);return y.propertyIndex=p.ix,m.s.setGroupProperty(PropertyInterface("Start",x)),m.e.setGroupProperty(PropertyInterface("End",x)),m.o.setGroupProperty(PropertyInterface("Offset",x)),y.propertyIndex=p.ix,y.propertyGroup=C,Object.defineProperties(y,{start:{get:ExpressionPropertyInterface(m.s)},end:{get:ExpressionPropertyInterface(m.e)},offset:{get:ExpressionPropertyInterface(m.o)},_name:{value:p.nm}}),y.mn=p.mn,y}function o(p,m,C){function y(d){return p.a.ix===d||d==="Anchor Point"?y.anchorPoint:p.o.ix===d||d==="Opacity"?y.opacity:p.p.ix===d||d==="Position"?y.position:p.r.ix===d||d==="Rotation"||d==="ADBE Vector Rotation"?y.rotation:p.s.ix===d||d==="Scale"?y.scale:p.sk&&p.sk.ix===d||d==="Skew"?y.skew:p.sa&&p.sa.ix===d||d==="Skew Axis"?y.skewAxis:null}var x=propertyGroupFactory(y,C);return m.transform.mProps.o.setGroupProperty(PropertyInterface("Opacity",x)),m.transform.mProps.p.setGroupProperty(PropertyInterface("Position",x)),m.transform.mProps.a.setGroupProperty(PropertyInterface("Anchor Point",x)),m.transform.mProps.s.setGroupProperty(PropertyInterface("Scale",x)),m.transform.mProps.r.setGroupProperty(PropertyInterface("Rotation",x)),m.transform.mProps.sk&&(m.transform.mProps.sk.setGroupProperty(PropertyInterface("Skew",x)),m.transform.mProps.sa.setGroupProperty(PropertyInterface("Skew Angle",x))),m.transform.op.setGroupProperty(PropertyInterface("Opacity",x)),Object.defineProperties(y,{opacity:{get:ExpressionPropertyInterface(m.transform.mProps.o)},position:{get:ExpressionPropertyInterface(m.transform.mProps.p)},anchorPoint:{get:ExpressionPropertyInterface(m.transform.mProps.a)},scale:{get:ExpressionPropertyInterface(m.transform.mProps.s)},rotation:{get:ExpressionPropertyInterface(m.transform.mProps.r)},skew:{get:ExpressionPropertyInterface(m.transform.mProps.sk)},skewAxis:{get:ExpressionPropertyInterface(m.transform.mProps.sa)},_name:{value:p.nm}}),y.ty="tr",y.mn=p.mn,y.propertyGroup=C,y}function c(p,m,C){function y(g){return p.p.ix===g?y.position:p.s.ix===g?y.size:null}var x=propertyGroupFactory(y,C);y.propertyIndex=p.ix;var d=m.sh.ty==="tm"?m.sh.prop:m.sh;return d.s.setGroupProperty(PropertyInterface("Size",x)),d.p.setGroupProperty(PropertyInterface("Position",x)),Object.defineProperties(y,{size:{get:ExpressionPropertyInterface(d.s)},position:{get:ExpressionPropertyInterface(d.p)},_name:{value:p.nm}}),y.mn=p.mn,y}function u(p,m,C){function y(g){return p.p.ix===g?y.position:p.r.ix===g?y.rotation:p.pt.ix===g?y.points:p.or.ix===g||g==="ADBE Vector Star Outer Radius"?y.outerRadius:p.os.ix===g?y.outerRoundness:p.ir&&(p.ir.ix===g||g==="ADBE Vector Star Inner Radius")?y.innerRadius:p.is&&p.is.ix===g?y.innerRoundness:null}var x=propertyGroupFactory(y,C),d=m.sh.ty==="tm"?m.sh.prop:m.sh;return y.propertyIndex=p.ix,d.or.setGroupProperty(PropertyInterface("Outer Radius",x)),d.os.setGroupProperty(PropertyInterface("Outer Roundness",x)),d.pt.setGroupProperty(PropertyInterface("Points",x)),d.p.setGroupProperty(PropertyInterface("Position",x)),d.r.setGroupProperty(PropertyInterface("Rotation",x)),p.ir&&(d.ir.setGroupProperty(PropertyInterface("Inner Radius",x)),d.is.setGroupProperty(PropertyInterface("Inner Roundness",x))),Object.defineProperties(y,{position:{get:ExpressionPropertyInterface(d.p)},rotation:{get:ExpressionPropertyInterface(d.r)},points:{get:ExpressionPropertyInterface(d.pt)},outerRadius:{get:ExpressionPropertyInterface(d.or)},outerRoundness:{get:ExpressionPropertyInterface(d.os)},innerRadius:{get:ExpressionPropertyInterface(d.ir)},innerRoundness:{get:ExpressionPropertyInterface(d.is)},_name:{value:p.nm}}),y.mn=p.mn,y}function E(p,m,C){function y(g){return p.p.ix===g?y.position:p.r.ix===g?y.roundness:p.s.ix===g||g==="Size"||g==="ADBE Vector Rect Size"?y.size:null}var x=propertyGroupFactory(y,C),d=m.sh.ty==="tm"?m.sh.prop:m.sh;return y.propertyIndex=p.ix,d.p.setGroupProperty(PropertyInterface("Position",x)),d.s.setGroupProperty(PropertyInterface("Size",x)),d.r.setGroupProperty(PropertyInterface("Rotation",x)),Object.defineProperties(y,{position:{get:ExpressionPropertyInterface(d.p)},roundness:{get:ExpressionPropertyInterface(d.r)},size:{get:ExpressionPropertyInterface(d.s)},_name:{value:p.nm}}),y.mn=p.mn,y}function f(p,m,C){function y(g){return p.r.ix===g||g==="Round Corners 1"?y.radius:null}var x=propertyGroupFactory(y,C),d=m;return y.propertyIndex=p.ix,d.rd.setGroupProperty(PropertyInterface("Radius",x)),Object.defineProperties(y,{radius:{get:ExpressionPropertyInterface(d.rd)},_name:{value:p.nm}}),y.mn=p.mn,y}function b(p,m,C){function y(g){return p.c.ix===g||g==="Copies"?y.copies:p.o.ix===g||g==="Offset"?y.offset:null}var x=propertyGroupFactory(y,C),d=m;return y.propertyIndex=p.ix,d.c.setGroupProperty(PropertyInterface("Copies",x)),d.o.setGroupProperty(PropertyInterface("Offset",x)),Object.defineProperties(y,{copies:{get:ExpressionPropertyInterface(d.c)},offset:{get:ExpressionPropertyInterface(d.o)},_name:{value:p.nm}}),y.mn=p.mn,y}return function(p,m,C){var y;function x(g){if(typeof g=="number")return g=g===void 0?1:g,g===0?C:y[g-1];for(var k=0,P=y.length;k<P;){if(y[k]._name===g)return y[k];k+=1}return null}function d(){return C}return x.propertyGroup=propertyGroupFactory(x,d),y=t(p,m,x.propertyGroup),x.numProperties=y.length,x._name="Contents",x}}(),TextExpressionInterface=function(){return function(t){var e;function i(r){switch(r){case"ADBE Text Document":return i.sourceText;default:return null}}return Object.defineProperty(i,"sourceText",{get:function(){t.textProperty.getValue();var s=t.textProperty.currentData.t;return(!e||s!==e.value)&&(e=new String(s),e.value=s||new String(s),Object.defineProperty(e,"style",{get:function(){return{fillColor:t.textProperty.currentData.fc}}})),e}}),i}}();function _typeof(t){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof=function(i){return typeof i}:_typeof=function(i){return i&&typeof Symbol=="function"&&i.constructor===Symbol&&i!==Symbol.prototype?"symbol":typeof i},_typeof(t)}var FootageInterface=function(){var t=function(r){var s="",n=r.getFootageData();function a(){return s="",n=r.getFootageData(),l}function l(o){if(n[o])return s=o,n=n[o],_typeof(n)==="object"?l:n;var c=o.indexOf(s);if(c!==-1){var u=parseInt(o.substr(c+s.length),10);return n=n[u],_typeof(n)==="object"?l:n}return""}return a},e=function(r){function s(n){return n==="Outline"?s.outlineInterface():null}return s._name="Outline",s.outlineInterface=t(r),s};return function(i){function r(s){return s==="Data"?r.dataInterface:null}return r._name="Data",r.dataInterface=e(i),r}}(),interfaces={layer:LayerExpressionInterface,effects:EffectsExpressionInterface,comp:CompExpressionInterface,shape:ShapeExpressionInterface,text:TextExpressionInterface,footage:FootageInterface};function getInterface(t){return interfaces[t]||null}var expressionHelpers=function(){function t(a,l,o){l.x&&(o.k=!0,o.x=!0,o.initiateExpression=ExpressionManager.initiateExpression,o.effectsSequence.push(o.initiateExpression(a,l,o).bind(o)))}function e(a){return a*=this.elem.globalData.frameRate,a-=this.offsetTime,a!==this._cachingAtTime.lastFrame&&(this._cachingAtTime.lastIndex=this._cachingAtTime.lastFrame<a?this._cachingAtTime.lastIndex:0,this._cachingAtTime.value=this.interpolateValue(a,this._cachingAtTime),this._cachingAtTime.lastFrame=a),this._cachingAtTime.value}function i(a){var l=-.01,o=this.getValueAtTime(a),c=this.getValueAtTime(a+l),u=0;if(o.length){var E;for(E=0;E<o.length;E+=1)u+=Math.pow(c[E]-o[E],2);u=Math.sqrt(u)*100}else u=0;return u}function r(a){if(this.vel!==void 0)return this.vel;var l=-.001,o=this.getValueAtTime(a),c=this.getValueAtTime(a+l),u;if(o.length){u=createTypedArray("float32",o.length);var E;for(E=0;E<o.length;E+=1)u[E]=(c[E]-o[E])/l}else u=(c-o)/l;return u}function s(){return this.pv}function n(a){this.propertyGroup=a}return{searchExpressions:t,getSpeedAtTime:i,getVelocityAtTime:r,getValueAtTime:e,getStaticValueAtTime:s,setGroupProperty:n}}();function addPropertyDecorator(){function t(f,b,p){if(!this.k||!this.keyframes)return this.pv;f=f?f.toLowerCase():"";var m=this.comp.renderedFrame,C=this.keyframes,y=C[C.length-1].t;if(m<=y)return this.pv;var x,d;p?(b?x=Math.abs(y-this.elem.comp.globalData.frameRate*b):x=Math.max(0,y-this.elem.data.ip),d=y-x):((!b||b>C.length-1)&&(b=C.length-1),d=C[C.length-1-b].t,x=y-d);var g,k,P;if(f==="pingpong"){var T=Math.floor((m-d)/x);if(T%2!==0)return this.getValueAtTime((x-(m-d)%x+d)/this.comp.globalData.frameRate,0)}else if(f==="offset"){var F=this.getValueAtTime(d/this.comp.globalData.frameRate,0),I=this.getValueAtTime(y/this.comp.globalData.frameRate,0),$=this.getValueAtTime(((m-d)%x+d)/this.comp.globalData.frameRate,0),O=Math.floor((m-d)/x);if(this.pv.length){for(P=new Array(F.length),k=P.length,g=0;g<k;g+=1)P[g]=(I[g]-F[g])*O+$[g];return P}return(I-F)*O+$}else if(f==="continue"){var V=this.getValueAtTime(y/this.comp.globalData.frameRate,0),G=this.getValueAtTime((y-.001)/this.comp.globalData.frameRate,0);if(this.pv.length){for(P=new Array(V.length),k=P.length,g=0;g<k;g+=1)P[g]=V[g]+(V[g]-G[g])*((m-y)/this.comp.globalData.frameRate)/5e-4;return P}return V+(V-G)*((m-y)/.001)}return this.getValueAtTime(((m-d)%x+d)/this.comp.globalData.frameRate,0)}function e(f,b,p){if(!this.k)return this.pv;f=f?f.toLowerCase():"";var m=this.comp.renderedFrame,C=this.keyframes,y=C[0].t;if(m>=y)return this.pv;var x,d;p?(b?x=Math.abs(this.elem.comp.globalData.frameRate*b):x=Math.max(0,this.elem.data.op-y),d=y+x):((!b||b>C.length-1)&&(b=C.length-1),d=C[b].t,x=d-y);var g,k,P;if(f==="pingpong"){var T=Math.floor((y-m)/x);if(T%2===0)return this.getValueAtTime(((y-m)%x+y)/this.comp.globalData.frameRate,0)}else if(f==="offset"){var F=this.getValueAtTime(y/this.comp.globalData.frameRate,0),I=this.getValueAtTime(d/this.comp.globalData.frameRate,0),$=this.getValueAtTime((x-(y-m)%x+y)/this.comp.globalData.frameRate,0),O=Math.floor((y-m)/x)+1;if(this.pv.length){for(P=new Array(F.length),k=P.length,g=0;g<k;g+=1)P[g]=$[g]-(I[g]-F[g])*O;return P}return $-(I-F)*O}else if(f==="continue"){var V=this.getValueAtTime(y/this.comp.globalData.frameRate,0),G=this.getValueAtTime((y+.001)/this.comp.globalData.frameRate,0);if(this.pv.length){for(P=new Array(V.length),k=P.length,g=0;g<k;g+=1)P[g]=V[g]+(V[g]-G[g])*(y-m)/.001;return P}return V+(V-G)*(y-m)/.001}return this.getValueAtTime((x-((y-m)%x+y))/this.comp.globalData.frameRate,0)}function i(f,b){if(!this.k)return this.pv;if(f=(f||.4)*.5,b=Math.floor(b||5),b<=1)return this.pv;var p=this.comp.renderedFrame/this.comp.globalData.frameRate,m=p-f,C=p+f,y=b>1?(C-m)/(b-1):1,x=0,d=0,g;this.pv.length?g=createTypedArray("float32",this.pv.length):g=0;for(var k;x<b;){if(k=this.getValueAtTime(m+x*y),this.pv.length)for(d=0;d<this.pv.length;d+=1)g[d]+=k[d];else g+=k;x+=1}if(this.pv.length)for(d=0;d<this.pv.length;d+=1)g[d]/=b;else g/=b;return g}function r(f){this._transformCachingAtTime||(this._transformCachingAtTime={v:new Matrix});var b=this._transformCachingAtTime.v;if(b.cloneFromProps(this.pre.props),this.appliedTransformations<1){var p=this.a.getValueAtTime(f);b.translate(-p[0]*this.a.mult,-p[1]*this.a.mult,p[2]*this.a.mult)}if(this.appliedTransformations<2){var m=this.s.getValueAtTime(f);b.scale(m[0]*this.s.mult,m[1]*this.s.mult,m[2]*this.s.mult)}if(this.sk&&this.appliedTransformations<3){var C=this.sk.getValueAtTime(f),y=this.sa.getValueAtTime(f);b.skewFromAxis(-C*this.sk.mult,y*this.sa.mult)}if(this.r&&this.appliedTransformations<4){var x=this.r.getValueAtTime(f);b.rotate(-x*this.r.mult)}else if(!this.r&&this.appliedTransformations<4){var d=this.rz.getValueAtTime(f),g=this.ry.getValueAtTime(f),k=this.rx.getValueAtTime(f),P=this.or.getValueAtTime(f);b.rotateZ(-d*this.rz.mult).rotateY(g*this.ry.mult).rotateX(k*this.rx.mult).rotateZ(-P[2]*this.or.mult).rotateY(P[1]*this.or.mult).rotateX(P[0]*this.or.mult)}if(this.data.p&&this.data.p.s){var T=this.px.getValueAtTime(f),F=this.py.getValueAtTime(f);if(this.data.p.z){var I=this.pz.getValueAtTime(f);b.translate(T*this.px.mult,F*this.py.mult,-I*this.pz.mult)}else b.translate(T*this.px.mult,F*this.py.mult,0)}else{var $=this.p.getValueAtTime(f);b.translate($[0]*this.p.mult,$[1]*this.p.mult,-$[2]*this.p.mult)}return b}function s(){return this.v.clone(new Matrix)}var n=TransformPropertyFactory.getTransformProperty;TransformPropertyFactory.getTransformProperty=function(f,b,p){var m=n(f,b,p);return m.dynamicProperties.length?m.getValueAtTime=r.bind(m):m.getValueAtTime=s.bind(m),m.setGroupProperty=expressionHelpers.setGroupProperty,m};var a=PropertyFactory.getProp;PropertyFactory.getProp=function(f,b,p,m,C){var y=a(f,b,p,m,C);y.kf?y.getValueAtTime=expressionHelpers.getValueAtTime.bind(y):y.getValueAtTime=expressionHelpers.getStaticValueAtTime.bind(y),y.setGroupProperty=expressionHelpers.setGroupProperty,y.loopOut=t,y.loopIn=e,y.smooth=i,y.getVelocityAtTime=expressionHelpers.getVelocityAtTime.bind(y),y.getSpeedAtTime=expressionHelpers.getSpeedAtTime.bind(y),y.numKeys=b.a===1?b.k.length:0,y.propertyIndex=b.ix;var x=0;return p!==0&&(x=createTypedArray("float32",b.a===1?b.k[0].s.length:b.k.length)),y._cachingAtTime={lastFrame:initialDefaultFrame,lastIndex:0,value:x},expressionHelpers.searchExpressions(f,b,y),y.k&&C.addDynamicProperty(y),y};function l(f){return this._cachingAtTime||(this._cachingAtTime={shapeValue:shapePool.clone(this.pv),lastIndex:0,lastTime:initialDefaultFrame}),f*=this.elem.globalData.frameRate,f-=this.offsetTime,f!==this._cachingAtTime.lastTime&&(this._cachingAtTime.lastIndex=this._cachingAtTime.lastTime<f?this._caching.lastIndex:0,this._cachingAtTime.lastTime=f,this.interpolateShape(f,this._cachingAtTime.shapeValue,this._cachingAtTime)),this._cachingAtTime.shapeValue}var o=ShapePropertyFactory.getConstructorFunction(),c=ShapePropertyFactory.getKeyframedConstructorFunction();function u(){}u.prototype={vertices:function(b,p){this.k&&this.getValue();var m=this.v;p!==void 0&&(m=this.getValueAtTime(p,0));var C,y=m._length,x=m[b],d=m.v,g=createSizedArray(y);for(C=0;C<y;C+=1)b==="i"||b==="o"?g[C]=[x[C][0]-d[C][0],x[C][1]-d[C][1]]:g[C]=[x[C][0],x[C][1]];return g},points:function(b){return this.vertices("v",b)},inTangents:function(b){return this.vertices("i",b)},outTangents:function(b){return this.vertices("o",b)},isClosed:function(){return this.v.c},pointOnPath:function(b,p){var m=this.v;p!==void 0&&(m=this.getValueAtTime(p,0)),this._segmentsLength||(this._segmentsLength=bez.getSegmentsLength(m));for(var C=this._segmentsLength,y=C.lengths,x=C.totalLength*b,d=0,g=y.length,k=0,P;d<g;){if(k+y[d].addedLength>x){var T=d,F=m.c&&d===g-1?0:d+1,I=(x-k)/y[d].addedLength;P=bez.getPointInSegment(m.v[T],m.v[F],m.o[T],m.i[F],I,y[d]);break}else k+=y[d].addedLength;d+=1}return P||(P=m.c?[m.v[0][0],m.v[0][1]]:[m.v[m._length-1][0],m.v[m._length-1][1]]),P},vectorOnPath:function(b,p,m){b==1?b=this.v.c:b==0&&(b=.999);var C=this.pointOnPath(b,p),y=this.pointOnPath(b+.001,p),x=y[0]-C[0],d=y[1]-C[1],g=Math.sqrt(Math.pow(x,2)+Math.pow(d,2));if(g===0)return[0,0];var k=m==="tangent"?[x/g,d/g]:[-d/g,x/g];return k},tangentOnPath:function(b,p){return this.vectorOnPath(b,p,"tangent")},normalOnPath:function(b,p){return this.vectorOnPath(b,p,"normal")},setGroupProperty:expressionHelpers.setGroupProperty,getValueAtTime:expressionHelpers.getStaticValueAtTime},extendPrototype([u],o),extendPrototype([u],c),c.prototype.getValueAtTime=l,c.prototype.initiateExpression=ExpressionManager.initiateExpression;var E=ShapePropertyFactory.getShapeProp;ShapePropertyFactory.getShapeProp=function(f,b,p,m,C){var y=E(f,b,p,m,C);return y.propertyIndex=b.ix,y.lock=!1,p===3?expressionHelpers.searchExpressions(f,b.pt,y):p===4&&expressionHelpers.searchExpressions(f,b.ks,y),y.k&&f.addDynamicProperty(y),y}}function initialize$1(){addPropertyDecorator()}function addDecorator(){function t(){return this.data.d.x?(this.calculateExpression=ExpressionManager.initiateExpression.bind(this)(this.elem,this.data.d,this),this.addEffect(this.getExpressionValue.bind(this)),!0):null}TextProperty.prototype.getExpressionValue=function(e,i){var r=this.calculateExpression(i);if(e.t!==r){var s={};return this.copyData(s,e),s.t=r.toString(),s.__complete=!1,s}return e},TextProperty.prototype.searchProperty=function(){var e=this.searchKeyframes(),i=this.searchExpressions();return this.kf=e||i,this.kf},TextProperty.prototype.searchExpressions=t}function initialize(){addDecorator()}function SVGComposableEffect(){}SVGComposableEffect.prototype={createMergeNode:function t(e,i){var r=createNS("feMerge");r.setAttribute("result",e);var s,n;for(n=0;n<i.length;n+=1)s=createNS("feMergeNode"),s.setAttribute("in",i[n]),r.appendChild(s),r.appendChild(s);return r}};var linearFilterValue="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0";function SVGTintFilter(t,e,i,r,s){this.filterManager=e;var n=createNS("feColorMatrix");n.setAttribute("type","matrix"),n.setAttribute("color-interpolation-filters","linearRGB"),n.setAttribute("values",linearFilterValue+" 1 0"),this.linearFilter=n,n.setAttribute("result",r+"_tint_1"),t.appendChild(n),n=createNS("feColorMatrix"),n.setAttribute("type","matrix"),n.setAttribute("color-interpolation-filters","sRGB"),n.setAttribute("values","1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"),n.setAttribute("result",r+"_tint_2"),t.appendChild(n),this.matrixFilter=n;var a=this.createMergeNode(r,[s,r+"_tint_1",r+"_tint_2"]);t.appendChild(a)}extendPrototype([SVGComposableEffect],SVGTintFilter),SVGTintFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=this.filterManager.effectElements[0].p.v,i=this.filterManager.effectElements[1].p.v,r=this.filterManager.effectElements[2].p.v/100;this.linearFilter.setAttribute("values",linearFilterValue+" "+r+" 0"),this.matrixFilter.setAttribute("values",i[0]-e[0]+" 0 0 0 "+e[0]+" "+(i[1]-e[1])+" 0 0 0 "+e[1]+" "+(i[2]-e[2])+" 0 0 0 "+e[2]+" 0 0 0 1 0")}};function SVGFillFilter(t,e,i,r){this.filterManager=e;var s=createNS("feColorMatrix");s.setAttribute("type","matrix"),s.setAttribute("color-interpolation-filters","sRGB"),s.setAttribute("values","1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"),s.setAttribute("result",r),t.appendChild(s),this.matrixFilter=s}SVGFillFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=this.filterManager.effectElements[2].p.v,i=this.filterManager.effectElements[6].p.v;this.matrixFilter.setAttribute("values","0 0 0 0 "+e[0]+" 0 0 0 0 "+e[1]+" 0 0 0 0 "+e[2]+" 0 0 0 "+i+" 0")}};function SVGStrokeEffect(t,e,i){this.initialized=!1,this.filterManager=e,this.elem=i,this.paths=[]}SVGStrokeEffect.prototype.initialize=function(){var t=this.elem.layerElement.children||this.elem.layerElement.childNodes,e,i,r,s;for(this.filterManager.effectElements[1].p.v===1?(s=this.elem.maskManager.masksProperties.length,r=0):(r=this.filterManager.effectElements[0].p.v-1,s=r+1),i=createNS("g"),i.setAttribute("fill","none"),i.setAttribute("stroke-linecap","round"),i.setAttribute("stroke-dashoffset",1),r;r<s;r+=1)e=createNS("path"),i.appendChild(e),this.paths.push({p:e,m:r});if(this.filterManager.effectElements[10].p.v===3){var n=createNS("mask"),a=createElementID();n.setAttribute("id",a),n.setAttribute("mask-type","alpha"),n.appendChild(i),this.elem.globalData.defs.appendChild(n);var l=createNS("g");for(l.setAttribute("mask","url("+getLocationHref()+"#"+a+")");t[0];)l.appendChild(t[0]);this.elem.layerElement.appendChild(l),this.masker=n,i.setAttribute("stroke","#fff")}else if(this.filterManager.effectElements[10].p.v===1||this.filterManager.effectElements[10].p.v===2){if(this.filterManager.effectElements[10].p.v===2)for(t=this.elem.layerElement.children||this.elem.layerElement.childNodes;t.length;)this.elem.layerElement.removeChild(t[0]);this.elem.layerElement.appendChild(i),this.elem.layerElement.removeAttribute("mask"),i.setAttribute("stroke","#fff")}this.initialized=!0,this.pathMasker=i},SVGStrokeEffect.prototype.renderFrame=function(t){this.initialized||this.initialize();var e,i=this.paths.length,r,s;for(e=0;e<i;e+=1)if(this.paths[e].m!==-1&&(r=this.elem.maskManager.viewData[this.paths[e].m],s=this.paths[e].p,(t||this.filterManager._mdf||r.prop._mdf)&&s.setAttribute("d",r.lastPath),t||this.filterManager.effectElements[9].p._mdf||this.filterManager.effectElements[4].p._mdf||this.filterManager.effectElements[7].p._mdf||this.filterManager.effectElements[8].p._mdf||r.prop._mdf)){var n;if(this.filterManager.effectElements[7].p.v!==0||this.filterManager.effectElements[8].p.v!==100){var a=Math.min(this.filterManager.effectElements[7].p.v,this.filterManager.effectElements[8].p.v)*.01,l=Math.max(this.filterManager.effectElements[7].p.v,this.filterManager.effectElements[8].p.v)*.01,o=s.getTotalLength();n="0 0 0 "+o*a+" ";var c=o*(l-a),u=1+this.filterManager.effectElements[4].p.v*2*this.filterManager.effectElements[9].p.v*.01,E=Math.floor(c/u),f;for(f=0;f<E;f+=1)n+="1 "+this.filterManager.effectElements[4].p.v*2*this.filterManager.effectElements[9].p.v*.01+" ";n+="0 "+o*10+" 0 0"}else n="1 "+this.filterManager.effectElements[4].p.v*2*this.filterManager.effectElements[9].p.v*.01;s.setAttribute("stroke-dasharray",n)}if((t||this.filterManager.effectElements[4].p._mdf)&&this.pathMasker.setAttribute("stroke-width",this.filterManager.effectElements[4].p.v*2),(t||this.filterManager.effectElements[6].p._mdf)&&this.pathMasker.setAttribute("opacity",this.filterManager.effectElements[6].p.v),(this.filterManager.effectElements[10].p.v===1||this.filterManager.effectElements[10].p.v===2)&&(t||this.filterManager.effectElements[3].p._mdf)){var b=this.filterManager.effectElements[3].p.v;this.pathMasker.setAttribute("stroke","rgb("+bmFloor(b[0]*255)+","+bmFloor(b[1]*255)+","+bmFloor(b[2]*255)+")")}};function SVGTritoneFilter(t,e,i,r){this.filterManager=e;var s=createNS("feColorMatrix");s.setAttribute("type","matrix"),s.setAttribute("color-interpolation-filters","linearRGB"),s.setAttribute("values","0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"),t.appendChild(s);var n=createNS("feComponentTransfer");n.setAttribute("color-interpolation-filters","sRGB"),n.setAttribute("result",r),this.matrixFilter=n;var a=createNS("feFuncR");a.setAttribute("type","table"),n.appendChild(a),this.feFuncR=a;var l=createNS("feFuncG");l.setAttribute("type","table"),n.appendChild(l),this.feFuncG=l;var o=createNS("feFuncB");o.setAttribute("type","table"),n.appendChild(o),this.feFuncB=o,t.appendChild(n)}SVGTritoneFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=this.filterManager.effectElements[0].p.v,i=this.filterManager.effectElements[1].p.v,r=this.filterManager.effectElements[2].p.v,s=r[0]+" "+i[0]+" "+e[0],n=r[1]+" "+i[1]+" "+e[1],a=r[2]+" "+i[2]+" "+e[2];this.feFuncR.setAttribute("tableValues",s),this.feFuncG.setAttribute("tableValues",n),this.feFuncB.setAttribute("tableValues",a)}};function SVGProLevelsFilter(t,e,i,r){this.filterManager=e;var s=this.filterManager.effectElements,n=createNS("feComponentTransfer");(s[10].p.k||s[10].p.v!==0||s[11].p.k||s[11].p.v!==1||s[12].p.k||s[12].p.v!==1||s[13].p.k||s[13].p.v!==0||s[14].p.k||s[14].p.v!==1)&&(this.feFuncR=this.createFeFunc("feFuncR",n)),(s[17].p.k||s[17].p.v!==0||s[18].p.k||s[18].p.v!==1||s[19].p.k||s[19].p.v!==1||s[20].p.k||s[20].p.v!==0||s[21].p.k||s[21].p.v!==1)&&(this.feFuncG=this.createFeFunc("feFuncG",n)),(s[24].p.k||s[24].p.v!==0||s[25].p.k||s[25].p.v!==1||s[26].p.k||s[26].p.v!==1||s[27].p.k||s[27].p.v!==0||s[28].p.k||s[28].p.v!==1)&&(this.feFuncB=this.createFeFunc("feFuncB",n)),(s[31].p.k||s[31].p.v!==0||s[32].p.k||s[32].p.v!==1||s[33].p.k||s[33].p.v!==1||s[34].p.k||s[34].p.v!==0||s[35].p.k||s[35].p.v!==1)&&(this.feFuncA=this.createFeFunc("feFuncA",n)),(this.feFuncR||this.feFuncG||this.feFuncB||this.feFuncA)&&(n.setAttribute("color-interpolation-filters","sRGB"),t.appendChild(n)),(s[3].p.k||s[3].p.v!==0||s[4].p.k||s[4].p.v!==1||s[5].p.k||s[5].p.v!==1||s[6].p.k||s[6].p.v!==0||s[7].p.k||s[7].p.v!==1)&&(n=createNS("feComponentTransfer"),n.setAttribute("color-interpolation-filters","sRGB"),n.setAttribute("result",r),t.appendChild(n),this.feFuncRComposed=this.createFeFunc("feFuncR",n),this.feFuncGComposed=this.createFeFunc("feFuncG",n),this.feFuncBComposed=this.createFeFunc("feFuncB",n))}SVGProLevelsFilter.prototype.createFeFunc=function(t,e){var i=createNS(t);return i.setAttribute("type","table"),e.appendChild(i),i},SVGProLevelsFilter.prototype.getTableValue=function(t,e,i,r,s){for(var n=0,a=256,l,o=Math.min(t,e),c=Math.max(t,e),u=Array.call(null,{length:a}),E,f=0,b=s-r,p=e-t;n<=256;)l=n/256,l<=o?E=p<0?s:r:l>=c?E=p<0?r:s:E=r+b*Math.pow((l-t)/p,1/i),u[f]=E,f+=1,n+=256/(a-1);return u.join(" ")},SVGProLevelsFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e,i=this.filterManager.effectElements;this.feFuncRComposed&&(t||i[3].p._mdf||i[4].p._mdf||i[5].p._mdf||i[6].p._mdf||i[7].p._mdf)&&(e=this.getTableValue(i[3].p.v,i[4].p.v,i[5].p.v,i[6].p.v,i[7].p.v),this.feFuncRComposed.setAttribute("tableValues",e),this.feFuncGComposed.setAttribute("tableValues",e),this.feFuncBComposed.setAttribute("tableValues",e)),this.feFuncR&&(t||i[10].p._mdf||i[11].p._mdf||i[12].p._mdf||i[13].p._mdf||i[14].p._mdf)&&(e=this.getTableValue(i[10].p.v,i[11].p.v,i[12].p.v,i[13].p.v,i[14].p.v),this.feFuncR.setAttribute("tableValues",e)),this.feFuncG&&(t||i[17].p._mdf||i[18].p._mdf||i[19].p._mdf||i[20].p._mdf||i[21].p._mdf)&&(e=this.getTableValue(i[17].p.v,i[18].p.v,i[19].p.v,i[20].p.v,i[21].p.v),this.feFuncG.setAttribute("tableValues",e)),this.feFuncB&&(t||i[24].p._mdf||i[25].p._mdf||i[26].p._mdf||i[27].p._mdf||i[28].p._mdf)&&(e=this.getTableValue(i[24].p.v,i[25].p.v,i[26].p.v,i[27].p.v,i[28].p.v),this.feFuncB.setAttribute("tableValues",e)),this.feFuncA&&(t||i[31].p._mdf||i[32].p._mdf||i[33].p._mdf||i[34].p._mdf||i[35].p._mdf)&&(e=this.getTableValue(i[31].p.v,i[32].p.v,i[33].p.v,i[34].p.v,i[35].p.v),this.feFuncA.setAttribute("tableValues",e))}};function SVGDropShadowEffect(t,e,i,r,s){var n=e.container.globalData.renderConfig.filterSize,a=e.data.fs||n;t.setAttribute("x",a.x||n.x),t.setAttribute("y",a.y||n.y),t.setAttribute("width",a.width||n.width),t.setAttribute("height",a.height||n.height),this.filterManager=e;var l=createNS("feGaussianBlur");l.setAttribute("in","SourceAlpha"),l.setAttribute("result",r+"_drop_shadow_1"),l.setAttribute("stdDeviation","0"),this.feGaussianBlur=l,t.appendChild(l);var o=createNS("feOffset");o.setAttribute("dx","25"),o.setAttribute("dy","0"),o.setAttribute("in",r+"_drop_shadow_1"),o.setAttribute("result",r+"_drop_shadow_2"),this.feOffset=o,t.appendChild(o);var c=createNS("feFlood");c.setAttribute("flood-color","#00ff00"),c.setAttribute("flood-opacity","1"),c.setAttribute("result",r+"_drop_shadow_3"),this.feFlood=c,t.appendChild(c);var u=createNS("feComposite");u.setAttribute("in",r+"_drop_shadow_3"),u.setAttribute("in2",r+"_drop_shadow_2"),u.setAttribute("operator","in"),u.setAttribute("result",r+"_drop_shadow_4"),t.appendChild(u);var E=this.createMergeNode(r,[r+"_drop_shadow_4",s]);t.appendChild(E)}extendPrototype([SVGComposableEffect],SVGDropShadowEffect),SVGDropShadowEffect.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){if((t||this.filterManager.effectElements[4].p._mdf)&&this.feGaussianBlur.setAttribute("stdDeviation",this.filterManager.effectElements[4].p.v/4),t||this.filterManager.effectElements[0].p._mdf){var e=this.filterManager.effectElements[0].p.v;this.feFlood.setAttribute("flood-color",rgbToHex(Math.round(e[0]*255),Math.round(e[1]*255),Math.round(e[2]*255)))}if((t||this.filterManager.effectElements[1].p._mdf)&&this.feFlood.setAttribute("flood-opacity",this.filterManager.effectElements[1].p.v/255),t||this.filterManager.effectElements[2].p._mdf||this.filterManager.effectElements[3].p._mdf){var i=this.filterManager.effectElements[3].p.v,r=(this.filterManager.effectElements[2].p.v-90)*degToRads,s=i*Math.cos(r),n=i*Math.sin(r);this.feOffset.setAttribute("dx",s),this.feOffset.setAttribute("dy",n)}}};var _svgMatteSymbols=[];function SVGMatte3Effect(t,e,i){this.initialized=!1,this.filterManager=e,this.filterElem=t,this.elem=i,i.matteElement=createNS("g"),i.matteElement.appendChild(i.layerElement),i.matteElement.appendChild(i.transformedElement),i.baseElement=i.matteElement}SVGMatte3Effect.prototype.findSymbol=function(t){for(var e=0,i=_svgMatteSymbols.length;e<i;){if(_svgMatteSymbols[e]===t)return _svgMatteSymbols[e];e+=1}return null},SVGMatte3Effect.prototype.replaceInParent=function(t,e){var i=t.layerElement.parentNode;if(i){for(var r=i.children,s=0,n=r.length;s<n&&r[s]!==t.layerElement;)s+=1;var a;s<=n-2&&(a=r[s+1]);var l=createNS("use");l.setAttribute("href","#"+e),a?i.insertBefore(l,a):i.appendChild(l)}},SVGMatte3Effect.prototype.setElementAsMask=function(t,e){if(!this.findSymbol(e)){var i=createElementID(),r=createNS("mask");r.setAttribute("id",e.layerId),r.setAttribute("mask-type","alpha"),_svgMatteSymbols.push(e);var s=t.globalData.defs;s.appendChild(r);var n=createNS("symbol");n.setAttribute("id",i),this.replaceInParent(e,i),n.appendChild(e.layerElement),s.appendChild(n);var a=createNS("use");a.setAttribute("href","#"+i),r.appendChild(a),e.data.hd=!1,e.show()}t.setMatte(e.layerId)},SVGMatte3Effect.prototype.initialize=function(){for(var t=this.filterManager.effectElements[0].p.v,e=this.elem.comp.elements,i=0,r=e.length;i<r;)e[i]&&e[i].data.ind===t&&this.setElementAsMask(this.elem,e[i]),i+=1;this.initialized=!0},SVGMatte3Effect.prototype.renderFrame=function(){this.initialized||this.initialize()};function SVGGaussianBlurEffect(t,e,i,r){t.setAttribute("x","-100%"),t.setAttribute("y","-100%"),t.setAttribute("width","300%"),t.setAttribute("height","300%"),this.filterManager=e;var s=createNS("feGaussianBlur");s.setAttribute("result",r),t.appendChild(s),this.feGaussianBlur=s}SVGGaussianBlurEffect.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=.3,i=this.filterManager.effectElements[0].p.v*e,r=this.filterManager.effectElements[1].p.v,s=r==3?0:i,n=r==2?0:i;this.feGaussianBlur.setAttribute("stdDeviation",s+" "+n);var a=this.filterManager.effectElements[2].p.v==1?"wrap":"duplicate";this.feGaussianBlur.setAttribute("edgeMode",a)}};function TransformEffect(){}TransformEffect.prototype.init=function(t){this.effectsManager=t,this.type=effectTypes.TRANSFORM_EFFECT,this.matrix=new Matrix,this.opacity=-1,this._mdf=!1,this._opMdf=!1},TransformEffect.prototype.renderFrame=function(t){if(this._opMdf=!1,this._mdf=!1,t||this.effectsManager._mdf){var e=this.effectsManager.effectElements,i=e[0].p.v,r=e[1].p.v,s=e[2].p.v===1,n=e[3].p.v,a=s?n:e[4].p.v,l=e[5].p.v,o=e[6].p.v,c=e[7].p.v;this.matrix.reset(),this.matrix.translate(-i[0],-i[1],i[2]),this.matrix.scale(a*.01,n*.01,1),this.matrix.rotate(-c*degToRads),this.matrix.skewFromAxis(-l*degToRads,(o+90)*degToRads),this.matrix.translate(r[0],r[1],0),this._mdf=!0,this.opacity!==e[8].p.v&&(this.opacity=e[8].p.v,this._opMdf=!0)}};function SVGTransformEffect(t,e){this.init(e)}extendPrototype([TransformEffect],SVGTransformEffect);function CVTransformEffect(t){this.init(t)}return extendPrototype([TransformEffect],CVTransformEffect),registerRenderer("canvas",CanvasRenderer),registerRenderer("html",HybridRenderer),registerRenderer("svg",SVGRenderer),ShapeModifiers.registerModifier("tm",TrimModifier),ShapeModifiers.registerModifier("pb",PuckerAndBloatModifier),ShapeModifiers.registerModifier("rp",RepeaterModifier),ShapeModifiers.registerModifier("rd",RoundCornersModifier),ShapeModifiers.registerModifier("zz",ZigZagModifier),ShapeModifiers.registerModifier("op",OffsetPathModifier),setExpressionsPlugin(Expressions),setExpressionInterfaces(getInterface),initialize$1(),initialize(),registerEffect$1(20,SVGTintFilter,!0),registerEffect$1(21,SVGFillFilter,!0),registerEffect$1(22,SVGStrokeEffect,!1),registerEffect$1(23,SVGTritoneFilter,!0),registerEffect$1(24,SVGProLevelsFilter,!0),registerEffect$1(25,SVGDropShadowEffect,!0),registerEffect$1(28,SVGMatte3Effect,!1),registerEffect$1(29,SVGGaussianBlurEffect,!0),registerEffect$1(35,SVGTransformEffect,!1),registerEffect(35,CVTransformEffect),lottie})}(lottie$2,lottie$2.exports)),lottie$2.exports}var lottieExports=requireLottie();const lottie=getDefaultExportFromCjs(lottieExports);function _arrayLikeToArray(t,e){(e==null||e>t.length)&&(e=t.length);for(var i=0,r=Array(e);i<e;i++)r[i]=t[i];return r}function _arrayWithHoles(t){if(Array.isArray(t))return t}function _defineProperty(t,e,i){return(e=_toPropertyKey(e))in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function _iterableToArrayLimit(t,e){var i=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(i!=null){var r,s,n,a,l=[],o=!0,c=!1;try{if(n=(i=i.call(t)).next,e!==0)for(;!(o=(r=n.call(i)).done)&&(l.push(r.value),l.length!==e);o=!0);}catch(u){c=!0,s=u}finally{try{if(!o&&i.return!=null&&(a=i.return(),Object(a)!==a))return}finally{if(c)throw s}}return l}}function _nonIterableRest(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
26
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ownKeys(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(s){return Object.getOwnPropertyDescriptor(t,s).enumerable})),i.push.apply(i,r)}return i}function _objectSpread2(t){for(var e=1;e<arguments.length;e++){var i=arguments[e]!=null?arguments[e]:{};e%2?ownKeys(Object(i),!0).forEach(function(r){_defineProperty(t,r,i[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):ownKeys(Object(i)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(i,r))})}return t}function _objectWithoutProperties(t,e){if(t==null)return{};var i,r,s=_objectWithoutPropertiesLoose(t,e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);for(r=0;r<n.length;r++)i=n[r],e.includes(i)||{}.propertyIsEnumerable.call(t,i)&&(s[i]=t[i])}return s}function _objectWithoutPropertiesLoose(t,e){if(t==null)return{};var i={};for(var r in t)if({}.hasOwnProperty.call(t,r)){if(e.includes(r))continue;i[r]=t[r]}return i}function _slicedToArray(t,e){return _arrayWithHoles(t)||_iterableToArrayLimit(t,e)||_unsupportedIterableToArray(t,e)||_nonIterableRest()}function _toPrimitive(t,e){if(typeof t!="object"||!t)return t;var i=t[Symbol.toPrimitive];if(i!==void 0){var r=i.call(t,e||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function _toPropertyKey(t){var e=_toPrimitive(t,"string");return typeof e=="symbol"?e:e+""}function _unsupportedIterableToArray(t,e){if(t){if(typeof t=="string")return _arrayLikeToArray(t,e);var i={}.toString.call(t).slice(8,-1);return i==="Object"&&t.constructor&&(i=t.constructor.name),i==="Map"||i==="Set"?Array.from(t):i==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?_arrayLikeToArray(t,e):void 0}}var _excluded$1=["animationData","loop","autoplay","initialSegment","onComplete","onLoopComplete","onEnterFrame","onSegmentStart","onConfigReady","onDataReady","onDataFailed","onLoadedImages","onDOMLoaded","onDestroy","lottieRef","renderer","name","assetsPath","rendererSettings"],useLottie=function t(e,i){var r=e.animationData,s=e.loop,n=e.autoplay,a=e.initialSegment,l=e.onComplete,o=e.onLoopComplete,c=e.onEnterFrame,u=e.onSegmentStart,E=e.onConfigReady,f=e.onDataReady,b=e.onDataFailed,p=e.onLoadedImages,m=e.onDOMLoaded,C=e.onDestroy;e.lottieRef,e.renderer,e.name,e.assetsPath,e.rendererSettings;var y=_objectWithoutProperties(e,_excluded$1),x=React2.useState(!1),d=_slicedToArray(x,2),g=d[0],k=d[1],P=React2.useRef(),T=React2.useRef(null),F=function(){var D;(D=P.current)===null||D===void 0||D.play()},I=function(){var D;(D=P.current)===null||D===void 0||D.stop()},$=function(){var D;(D=P.current)===null||D===void 0||D.pause()},O=function(D){var B;(B=P.current)===null||B===void 0||B.setSpeed(D)},V=function(D,B){var N;(N=P.current)===null||N===void 0||N.goToAndPlay(D,B)},G=function(D,B){var N;(N=P.current)===null||N===void 0||N.goToAndStop(D,B)},z=function(D){var B;(B=P.current)===null||B===void 0||B.setDirection(D)},L=function(D,B){var N;(N=P.current)===null||N===void 0||N.playSegments(D,B)},A=function(D){var B;(B=P.current)===null||B===void 0||B.setSubframe(D)},M=function(D){var B;return(B=P.current)===null||B===void 0?void 0:B.getDuration(D)},S=function(){var D;(D=P.current)===null||D===void 0||D.destroy(),P.current=void 0},_=function(){var D=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},B;if(T.current){(B=P.current)===null||B===void 0||B.destroy();var N=_objectSpread2(_objectSpread2(_objectSpread2({},e),D),{},{container:T.current});return P.current=lottie.loadAnimation(N),k(!!P.current),function(){var H;(H=P.current)===null||H===void 0||H.destroy(),P.current=void 0}}};React2.useEffect(function(){var R=_();return function(){return R==null?void 0:R()}},[r,s]),React2.useEffect(function(){P.current&&(P.current.autoplay=!!n)},[n]),React2.useEffect(function(){if(P.current){if(!a){P.current.resetSegments(!0);return}!Array.isArray(a)||!a.length||((P.current.currentRawFrame<a[0]||P.current.currentRawFrame>a[1])&&(P.current.currentRawFrame=a[0]),P.current.setSegment(a[0],a[1]))}},[a]),React2.useEffect(function(){var R=[{name:"complete",handler:l},{name:"loopComplete",handler:o},{name:"enterFrame",handler:c},{name:"segmentStart",handler:u},{name:"config_ready",handler:E},{name:"data_ready",handler:f},{name:"data_failed",handler:b},{name:"loaded_images",handler:p},{name:"DOMLoaded",handler:m},{name:"destroy",handler:C}],D=R.filter(function(N){return N.handler!=null});if(D.length){var B=D.map(function(N){var H;return(H=P.current)===null||H===void 0||H.addEventListener(N.name,N.handler),function(){var W;(W=P.current)===null||W===void 0||W.removeEventListener(N.name,N.handler)}});return function(){B.forEach(function(N){return N()})}}},[l,o,c,u,E,f,b,p,m,C]);var j=React2.createElement("div",_objectSpread2({style:i,ref:T},y));return{View:j,play:F,stop:I,pause:$,setSpeed:O,goToAndStop:G,goToAndPlay:V,setDirection:z,playSegments:L,setSubframe:A,getDuration:M,destroy:S,animationContainerRef:T,animationLoaded:g,animationItem:P.current}};function getContainerVisibility(t){var e=t.getBoundingClientRect(),i=e.top,r=e.height,s=window.innerHeight-i,n=window.innerHeight+r;return s/n}function getContainerCursorPosition(t,e,i){var r=t.getBoundingClientRect(),s=r.top,n=r.left,a=r.width,l=r.height,o=(e-n)/a,c=(i-s)/l;return{x:o,y:c}}var useInitInteractivity=function t(e){var i=e.wrapperRef,r=e.animationItem,s=e.mode,n=e.actions;React2.useEffect(function(){var a=i.current;if(!(!a||!r||!n.length)){r.stop();var l=function(){var u=null,E=function(){var b=getContainerVisibility(a),p=n.find(function(C){var y=C.visibility;return y&&b>=y[0]&&b<=y[1]});if(p){if(p.type==="seek"&&p.visibility&&p.frames.length===2){var m=p.frames[0]+Math.ceil((b-p.visibility[0])/(p.visibility[1]-p.visibility[0])*p.frames[1]);//! goToAndStop must be relative to the start of the current segment
|
|
27
|
-
r.goToAndStop(m-r.firstFrame-1,!0)}p.type==="loop"&&(u===null||u!==p.frames||r.isPaused)&&(r.playSegments(p.frames,!0),u=p.frames),p.type==="play"&&r.isPaused&&(r.resetSegments(!0),r.play()),p.type==="stop"&&r.goToAndStop(p.frames[0]-r.firstFrame-1,!0)}};return document.addEventListener("scroll",E),function(){document.removeEventListener("scroll",E)}},o=function(){var u=function(p,m){var C=p,y=m;if(C!==-1&&y!==-1){var x=getContainerCursorPosition(a,C,y);C=x.x,y=x.y}var d=n.find(function(P){var T=P.position;return T&&Array.isArray(T.x)&&Array.isArray(T.y)?C>=T.x[0]&&C<=T.x[1]&&y>=T.y[0]&&y<=T.y[1]:T&&!Number.isNaN(T.x)&&!Number.isNaN(T.y)?C===T.x&&y===T.y:!1});if(d){if(d.type==="seek"&&d.position&&Array.isArray(d.position.x)&&Array.isArray(d.position.y)&&d.frames.length===2){var g=(C-d.position.x[0])/(d.position.x[1]-d.position.x[0]),k=(y-d.position.y[0])/(d.position.y[1]-d.position.y[0]);r.playSegments(d.frames,!0),r.goToAndStop(Math.ceil((g+k)/2*(d.frames[1]-d.frames[0])),!0)}d.type==="loop"&&r.playSegments(d.frames,!0),d.type==="play"&&(r.isPaused&&r.resetSegments(!1),r.playSegments(d.frames)),d.type==="stop"&&r.goToAndStop(d.frames[0],!0)}},E=function(p){u(p.clientX,p.clientY)},f=function(){u(-1,-1)};return a.addEventListener("mousemove",E),a.addEventListener("mouseout",f),function(){a.removeEventListener("mousemove",E),a.removeEventListener("mouseout",f)}};switch(s){case"scroll":return l();case"cursor":return o()}}},[s,r])},useLottieInteractivity=function t(e){var i=e.actions,r=e.mode,s=e.lottieObj,n=s.animationItem,a=s.View,l=s.animationContainerRef;return useInitInteractivity({actions:i,animationItem:n,mode:r,wrapperRef:l}),a},_excluded=["style","interactivity"],Lottie=function t(e){var i,r,s,n=e.style,a=e.interactivity,l=_objectWithoutProperties(e,_excluded),o=useLottie(l,n),c=o.View,u=o.play,E=o.stop,f=o.pause,b=o.setSpeed,p=o.goToAndStop,m=o.goToAndPlay,C=o.setDirection,y=o.playSegments,x=o.setSubframe,d=o.getDuration,g=o.destroy,k=o.animationContainerRef,P=o.animationLoaded,T=o.animationItem;return React2.useEffect(function(){e.lottieRef&&(e.lottieRef.current={play:u,stop:E,pause:f,setSpeed:b,goToAndPlay:m,goToAndStop:p,setDirection:C,playSegments:y,setSubframe:x,getDuration:d,destroy:g,animationContainerRef:k,animationLoaded:P,animationItem:T})},[(i=e.lottieRef)===null||i===void 0?void 0:i.current]),useLottieInteractivity({lottieObj:{View:c,play:u,stop:E,pause:f,setSpeed:b,goToAndStop:p,goToAndPlay:m,setDirection:C,playSegments:y,setSubframe:x,getDuration:d,destroy:g,animationContainerRef:k,animationLoaded:P,animationItem:T},actions:(r=a==null?void 0:a.actions)!==null&&r!==void 0?r:[],mode:(s=a==null?void 0:a.mode)!==null&&s!==void 0?s:"scroll"})};const v$2="5.1.7",fr$2=30,ip$2=25,op$2=69,w$2=600,h$2=600,nm$2="success",ddd$2=0,assets$2=JSON.parse('[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Layer 4 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[115.68,468.673,0],"ix":2},"a":{"a":0,"k":[26.859,26.86,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-20.859,20.86],[20.859,-20.86]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.788000009574,0.522000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[26.859,26.86],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":4,"s":[100],"e":[0]},{"t":22}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":28,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Layer 5 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[467.82,115.827,0],"ix":2},"a":{"a":0,"k":[26.86,26.859,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-20.86,20.859],[20.86,-20.859]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.788000009574,0.522000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[26.86,26.859],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":4,"s":[0],"e":[100]},{"t":22}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":28,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Layer 6 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[115.327,116.18,0],"ix":2},"a":{"a":0,"k":[26.859,26.859,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-20.859,-20.86],[20.859,20.86]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.788000009574,0.522000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[26.859,26.86],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":4,"s":[100],"e":[0]},{"t":22}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":28,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Layer 7 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[468.174,468.32,0],"ix":2},"a":{"a":0,"k":[26.86,26.86,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-20.86,-20.86],[20.86,20.86]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.788000009574,0.522000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[26.86,26.86],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":4,"s":[0],"e":[100]},{"t":22}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":28,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"Layer 8 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[42.5,292.5,0],"ix":2},"a":{"a":0,"k":[35.5,6,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[6,6],[65,6]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.788000009574,0.522000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":4,"s":[100],"e":[0]},{"t":22}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":28,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Layer 9 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[541,292,0],"ix":2},"a":{"a":0,"k":[35.5,6,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[6,6],[65,6]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.788000009574,0.522000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":4,"s":[0],"e":[100]},{"t":22}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":28,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Layer 10 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[292,541.5,0],"ix":2},"a":{"a":0,"k":[6,35.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[6,65],[6,6]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.788000009574,0.522000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":4,"s":[100],"e":[0]},{"t":22}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":28,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Layer 11 Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[291.5,43,0],"ix":2},"a":{"a":0,"k":[6,35.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[6,65],[6,6]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.788000009574,0.522000002394,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":12,"ix":5},"lc":1,"lj":1,"ml":10,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":["0_1_0p333_0"],"t":4,"s":[0],"e":[100]},{"t":22}],"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":28,"st":0,"bm":0}]}]'),layers$2=[{ddd:0,ind:1,ty:4,nm:"Shape Layer 2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[300,300,0],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[367.859,367.859],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:!1},{ty:"tm",s:{a:1,k:[{i:{x:[0],y:[1]},o:{x:[.333],y:[0]},n:["0_1_0p333_0"],t:25,s:[0],e:[0]},{i:{x:[.089],y:[1]},o:{x:[.655],y:[0]},n:["0p089_1_0p655_0"],t:36,s:[0],e:[100]},{t:50}],ix:1},e:{a:1,k:[{i:{x:[.333],y:[1]},o:{x:[.829],y:[0]},n:["0p333_1_0p829_0"],t:25,s:[0],e:[100]},{t:39}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:2,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:!1},{ty:"st",c:{a:0,k:[.893382352941,.893382352941,.893382352941,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:20,ix:5},lc:1,lj:1,ml:4,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1},{ty:"tr",p:{a:0,k:[1.93,-10.07],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Ellipse 1",np:4,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:25,op:50,st:25,bm:0},{ddd:0,ind:2,ty:4,nm:"Shape Layer 1",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[300,300,0],ix:2},a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{d:1,ty:"el",s:{a:0,k:[367.859,367.859],ix:2},p:{a:0,k:[0,0],ix:3},nm:"Ellipse Path 1",mn:"ADBE Vector Shape - Ellipse",hd:!1},{ty:"tm",s:{a:1,k:[{i:{x:[0],y:[1]},o:{x:[.333],y:[0]},n:["0_1_0p333_0"],t:0,s:[0],e:[0]},{i:{x:[.089],y:[1]},o:{x:[.655],y:[0]},n:["0p089_1_0p655_0"],t:11,s:[0],e:[100]},{t:25}],ix:1},e:{a:1,k:[{i:{x:[.333],y:[1]},o:{x:[.829],y:[0]},n:["0p333_1_0p829_0"],t:0,s:[0],e:[100]},{t:14}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:2,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:!1},{ty:"st",c:{a:0,k:[.893382352941,.893382352941,.893382352941,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:20,ix:5},lc:1,lj:1,ml:4,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1},{ty:"tr",p:{a:0,k:[1.93,-10.07],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Ellipse 1",np:4,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:0,op:25,st:0,bm:0},{ddd:0,ind:3,ty:0,nm:"Pre-comp 1",refId:"comp_0",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:54,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:56,s:[100],e:[100]},{t:62}],ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[300,300,0],ix:2},a:{a:0,k:[300,300,0],ix:1},s:{a:1,k:[{i:{x:[.833,.833,.833],y:[.833,.833,.833]},o:{x:[.167,.167,.167],y:[.167,.167,.167]},n:["0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167","0p833_0p833_0p167_0p167"],t:54,s:[86,86,100],e:[94,94,100]},{t:62}],ix:6}},ao:0,w:600,h:600,ip:54,op:354,st:54,bm:0},{ddd:0,ind:4,ty:4,nm:"Layer 2 Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[300,300,0],ix:2},a:{a:0,k:[137.378,109.309,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0],[0,0]],o:[[0,0],[0,0],[0,0]],v:[[-84.878,.669],[-28.738,56.809],[84.878,-56.809]],c:!1},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"st",c:{a:0,k:[1,1,1,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:21,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1},{ty:"tr",p:{a:0,k:[137.378,109.308],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"tm",s:{a:1,k:[{i:{x:[.185],y:[1]},o:{x:[.333],y:[0]},n:["0p185_1_0p333_0"],t:59,s:[0],e:[6]},{i:{x:[.306],y:[1]},o:{x:[.333],y:[0]},n:["0p306_1_0p333_0"],t:62,s:[6],e:[0]},{t:66}],ix:1},e:{a:1,k:[{i:{x:[.35],y:[1]},o:{x:[.333],y:[0]},n:["0p35_1_0p333_0"],t:54,s:[0],e:[100]},{i:{x:[.032],y:[1]},o:{x:[.333],y:[0]},n:["0p032_1_0p333_0"],t:62,s:[100],e:[94]},{t:66}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:2,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:!1}],ip:54,op:354,st:54,bm:0},{ddd:0,ind:5,ty:4,nm:"Layer 1 Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[299.988,299.91,0],ix:2},a:{a:0,k:[190.878,189.014,0],ix:1},s:{a:1,k:[{i:{x:[.046,.046,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[0,0,0]},n:["0p046_1_0p333_0","0p046_1_0p333_0","0p667_1_0p333_0"],t:50,s:[0,0,100],e:[116,116,100]},{i:{x:[.019,.019,.667],y:[1,1,1]},o:{x:[.333,.333,.333],y:[.032,.032,0]},n:["0p019_1_0p333_0p032","0p019_1_0p333_0p032","0p667_1_0p333_0"],t:61,s:[116,116,100],e:[100,100,100]},{t:67}],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-4.067,-3.573],[0,0],[-2.665,-.588],[0,0],[-1.937,-5.043],[0,0],[-2.087,-1.753],[0,0],[.635,-5.357],[0,0],[-1.033,-2.517],[0,0],[3.063,-4.444],[0,0],[.259,-2.704],[0,0],[4.789,-2.513],[0,0],[1.492,-2.273],[0,0],[5.418,-.007],[0,0],[2.383,-1.32],[0,0],[4.806,2.501],[0,0],[2.727,-.064],[0,0],[3.093,4.437],[0,0],[2.448,1.205],[0,0],[.67,5.356],[0,0],[1.607,2.198],[0,0],[-1.904,5.047],[0,0],[.399,2.689],[0,0],[-4.043,3.583],[0,0],[-.901,2.564],[0,0],[-5.257,1.298],[0,0],[-1.995,1.85],[0,0],[-5.265,-1.284],[0,0],[-2.632,.713],[0,0]],o:[[0,0],[2.049,1.8],[0,0],[5.292,1.166],[0,0],[.976,2.539],[0,0],[4.146,3.481],[0,0],[-.32,2.698],[0,0],[2.05,4.998],[0,0],[-1.542,2.239],[0,0],[-.514,5.372],[0,0],[-2.412,1.266],[0,0],[-2.961,4.512],[0,0],[-2.728,.003],[0,0],[-4.73,2.62],[0,0],[-2.42,-1.26],[0,0],[-5.416,.129],[0,0],[-1.557,-2.233],[0,0],[-4.861,-2.393],[0,0],[-.338,-2.697],[0,0],[-3.192,-4.367],[0,0],[.959,-2.542],[0,0],[-.792,-5.339],[0,0],[2.036,-1.805],[0,0],[1.789,-5.09],[0,0],[2.647,-.653],[0,0],[3.961,-3.674],[0,0],[2.651,.646],[0,0],[5.226,-1.416]],v:[[49.728,-183.893],[75.948,-160.861],[83.134,-157.221],[117.251,-149.704],[128.834,-139.758],[141.329,-107.249],[146,-100.704],[172.734,-78.264],[178.36,-64.104],[174.265,-29.568],[175.352,-21.617],[188.578,10.606],[186.957,25.734],[167.211,54.389],[164.465,61.924],[161.152,96.546],[152.657,109.178],[121.785,125.385],[115.833,130.78],[96.742,159.871],[83.317,167.112],[48.39,167.159],[40.598,169.176],[10.101,186.072],[-5.177,186.263],[-36.157,170.138],[-44.005,168.317],[-78.921,169.146],[-92.553,162.244],[-112.489,133.642],[-118.596,128.399],[-149.931,112.972],[-158.793,100.558],[-163.119,66.033],[-166.084,58.567],[-186.661,30.418],[-188.724,15.336],[-176.447,-17.206],[-175.593,-25.182],[-180.697,-59.604],[-175.488,-73.898],[-149.422,-97.001],[-144.943,-103.66],[-133.405,-136.47],[-122.117,-146.703],[-88.233,-155.074],[-81.156,-158.891],[-55.62,-182.572],[-40.839,-186.4],[-6.899,-178.12],[1.156,-178.22],[34.84,-187.349]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"fl",c:{a:0,k:[0,.788000009574,.522000002394,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[190.878,189.015],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1}],ip:50,op:350,st:50,bm:0}],markers$1=[],successAnimation={v:v$2,fr:fr$2,ip:ip$2,op:op$2,w:w$2,h:h$2,nm:nm$2,ddd:ddd$2,assets:assets$2,layers:layers$2,markers:markers$1},nm$1="after_ohno",ddd$1=0,h$1=214,w$1=240,meta$1={g:"@lottiefiles/toolkit-js 0.26.1"},layers$1=JSON.parse('[{"ty":4,"nm":"! contornos","sr":1,"st":-34,"op":716,"ip":26,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[172.26,-42.033,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[0,0,100],"t":26},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[0,0,100],"t":27},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":-0.042},"s":[0,0,100],"t":28},{"o":{"x":0.167,"y":0.083},"i":{"x":0.833,"y":0.833},"s":[0,0,100],"t":29},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[12.5,12.5,100],"t":30},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[25,25,100],"t":31},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[37.5,37.5,100],"t":32},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[50,50,100],"t":33},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[62.5,62.5,100],"t":34},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.833},"s":[75,75,100],"t":35},{"o":{"x":0.167,"y":0.167},"i":{"x":0.833,"y":0.725},"s":[87.5,87.5,100],"t":36},{"o":{"x":0.167,"y":0.12},"i":{"x":0.833,"y":0.935},"s":[100,100,100],"t":37},{"o":{"x":0.167,"y":-0.292},"i":{"x":0.833,"y":0.654},"s":[128.739,128.739,100],"t":38},{"o":{"x":0.167,"y":0.11},"i":{"x":0.833,"y":0.866},"s":[122.364,122.364,100],"t":39},{"o":{"x":0.167,"y":0.22},"i":{"x":0.833,"y":0.924},"s":[102.249,102.249,100],"t":40},{"o":{"x":0.167,"y":-0.9},"i":{"x":0.833,"y":0.333},"s":[89.958,89.958,100],"t":41},{"o":{"x":0.167,"y":0.095},"i":{"x":0.833,"y":0.858},"s":[90.999,90.999,100],"t":42},{"o":{"x":0.167,"y":0.202},"i":{"x":0.833,"y":0.914},"s":[98.291,98.291,100],"t":43},{"o":{"x":0.167,"y":3.061},"i":{"x":0.833,"y":2.422},"s":[103.416,103.416,100],"t":44},{"o":{"x":0.167,"y":0.079},"i":{"x":0.833,"y":0.849},"s":[103.559,103.559,100],"t":45},{"o":{"x":0.167,"y":0.187},"i":{"x":0.833,"y":0.906},"s":[100.969,100.969,100],"t":46},{"o":{"x":0.167,"y":0.75},"i":{"x":0.833,"y":1.203},"s":[98.877,98.877,100],"t":47},{"o":{"x":0.167,"y":0.059},"i":{"x":0.833,"y":0.839},"s":[98.615,98.615,100],"t":48},{"o":{"x":0.167,"y":0.173},"i":{"x":0.833,"y":0.899},"s":[99.515,99.515,100],"t":49},{"o":{"x":0.167,"y":0.476},"i":{"x":0.833,"y":1.059},"s":[100.352,100.352,100],"t":50},{"o":{"x":0.167,"y":0.035},"i":{"x":0.833,"y":0.826},"s":[100.53,100.53,100],"t":51},{"o":{"x":0.167,"y":0.16},"i":{"x":0.833,"y":0.892},"s":[100.227,100.227,100],"t":52},{"o":{"x":0.167,"y":0.368},"i":{"x":0.833,"y":1.002},"s":[99.897,99.897,100],"t":53},{"o":{"x":0.167,"y":0.002},"i":{"x":0.833,"y":0.809},"s":[99.8,99.8,100],"t":54},{"o":{"x":0.167,"y":0.148},"i":{"x":0.833,"y":0.886},"s":[99.899,99.899,100],"t":55},{"o":{"x":0.167,"y":0.308},"i":{"x":0.833,"y":0.97},"s":[100.027,100.027,100],"t":56},{"o":{"x":0.167,"y":-0.046},"i":{"x":0.833,"y":0.784},"s":[100.074,100.074,100],"t":57},{"o":{"x":0.167,"y":0.135},"i":{"x":0.833,"y":0.879},"s":[100.044,100.044,100],"t":58},{"o":{"x":0.167,"y":0.269},"i":{"x":0.833,"y":0.95},"s":[99.995,99.995,100],"t":59},{"o":{"x":0.167,"y":-0.126},"i":{"x":0.833,"y":0.742},"s":[99.973,99.973,100],"t":60},{"o":{"x":0.167,"y":0.123},"i":{"x":0.833,"y":0.917},"s":[99.982,99.982,100],"t":61},{"o":{"x":0.167,"y":0.002},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":62},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":63},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":64},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":65},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":66},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":67},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":68},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":69},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":70},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":71},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":72},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":73},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":74},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":75},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":76},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":77},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":78},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":79},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":80},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":81},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":82},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":83},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":84},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":85},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":86},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":87},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":88},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":89},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":90},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":91},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":92},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":93},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":94},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":95},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":96},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":97},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":98},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":99},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":100},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":101},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":102},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":103},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":104},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":105},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":106},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":107},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":108},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":109},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":110},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":111},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":112},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":113},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":114},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":115},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":116},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":117},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":118},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":119},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":120},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":121},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":122},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":123},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":124},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":125},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":126},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":127},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":128},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":129},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":130},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":131},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":132},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":133},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":134},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":135},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":136},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":137},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":138},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":139},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":140},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":141},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":142},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":143},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":144},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":145},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":146},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":147},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":148},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":149},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":150},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":151},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":152},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":153},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":154},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":155},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":156},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":157},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":158},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":159},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":160},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":161},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":162},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":163},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":164},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":165},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":166},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":167},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":168},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":169},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":170},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":171},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":172},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":173},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":174},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":175},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":176},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":177},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":178},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":179},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":180},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":181},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":182},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":183},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":184},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":185},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":186},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":187},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":188},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":189},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":190},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":191},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":192},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":193},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":194},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":195},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":196},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":197},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":198},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":199},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":200},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":201},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":202},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":203},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":204},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":205},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":206},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":207},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":208},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":209},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":210},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":211},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":212},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":213},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":214},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":215},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":216},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":217},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":218},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":219},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":220},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":221},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":222},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":223},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":224},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":225},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":226},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":227},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":228},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":229},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":230},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":231},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":232},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":233},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":234},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":235},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":236},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":237},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":238},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":239},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":240},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":241},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":242},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":243},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":244},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":245},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":246},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":247},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":248},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":249},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":250},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":251},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":252},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":253},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":254},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":255},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":256},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":257},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":258},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":259},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":260},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":261},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":262},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":263},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":264},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":265},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":266},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":267},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":268},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":269},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":270},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":271},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":272},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":273},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":274},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":275},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":276},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":277},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":278},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":279},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":280},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":281},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":282},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":283},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":284},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":285},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":286},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":287},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":288},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":289},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":290},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":291},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":292},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":293},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":294},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":295},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":296},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":297},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":298},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":299},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":300},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":301},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":302},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":303},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":304},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":305},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":306},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":307},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":308},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":309},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":310},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":311},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":312},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":313},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":314},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":315},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":316},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":317},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":318},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":319},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":320},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":321},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":322},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":323},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":324},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":325},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":326},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":327},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":328},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":329},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":330},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":331},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":332},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":333},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":334},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":335},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":336},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":337},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":338},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":339},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":340},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":341},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":342},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":343},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":344},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":345},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":346},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":347},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":348},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":349},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":350},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":351},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":352},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":353},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":354},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":355},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":356},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":357},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":358},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":359},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":360},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":361},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":362},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":363},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":364},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":365},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":366},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":367},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":368},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":369},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":370},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":371},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":372},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":373},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":374},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":375},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":376},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":377},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":378},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":379},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":380},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":381},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":382},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":383},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":384},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":385},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":386},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":387},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":388},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":389},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":390},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":391},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":392},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":393},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":394},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":395},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":396},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":397},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":398},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":399},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":400},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":401},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":402},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":403},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":404},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":405},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":406},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":407},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":408},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":409},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":410},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":411},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":412},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":413},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":414},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":415},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":416},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":417},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":418},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":419},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":420},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":421},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":422},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":423},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":424},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":425},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":426},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":427},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":428},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":429},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":430},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":431},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":432},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":433},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":434},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":435},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":436},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":437},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":438},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":439},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":440},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":441},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":442},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":443},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":444},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":445},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":446},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":447},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":448},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":449},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":450},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":451},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":452},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":453},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":454},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":455},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":456},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":457},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":458},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":459},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":460},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":461},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":462},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":463},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":464},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":465},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":466},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":467},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":468},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":469},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":470},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":471},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":472},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":473},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":474},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":475},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":476},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":477},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":478},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":479},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":480},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":481},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":482},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":483},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":484},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":485},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":486},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":487},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":488},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":489},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":490},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":491},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":492},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":493},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":494},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":495},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":496},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":497},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":498},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":499},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":500},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":501},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":502},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":503},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":504},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":505},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":506},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":507},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":508},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":509},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":510},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":511},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":512},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":513},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":514},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":515},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":516},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":517},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":518},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":519},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":520},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":521},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":522},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":523},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":524},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":525},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":526},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":527},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":528},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":529},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":530},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":531},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":532},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":533},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":534},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":535},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":536},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":537},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":538},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":539},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":540},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":541},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":542},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":543},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":544},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":545},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":546},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":547},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":548},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":549},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":550},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":551},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":552},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":553},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":554},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":555},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":556},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":557},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":558},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":559},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":560},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":561},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":562},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":563},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":564},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":565},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":566},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":567},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":568},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":569},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":570},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":571},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":572},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":573},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":574},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":575},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":576},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":577},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":578},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":579},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":580},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":581},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":582},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":583},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":584},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":585},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":586},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":587},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":588},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":589},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":590},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":591},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":592},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":593},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":594},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":595},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":596},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":597},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":598},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":599},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":600},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":601},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":602},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":603},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":604},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":605},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":606},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":607},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":608},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":609},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":610},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":611},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":612},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":613},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":614},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":615},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":616},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":617},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":618},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":619},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":620},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":621},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":622},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":623},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":624},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":625},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":626},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":627},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":628},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":629},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":630},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":631},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":632},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":633},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":634},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":635},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":636},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":637},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":638},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":639},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":640},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":641},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":642},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":643},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":644},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":645},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":646},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":647},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":648},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":649},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":650},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":651},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":652},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":653},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":654},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":655},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":656},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":657},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":658},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":659},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":660},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":661},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":662},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":663},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":664},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":665},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":666},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":667},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":668},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":669},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":670},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":671},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":672},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":673},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":674},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":675},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":676},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":677},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":678},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":679},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":680},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":681},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":682},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":683},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":684},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":685},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":686},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":687},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":688},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":689},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":690},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":691},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":692},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":693},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":694},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":695},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":696},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":697},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":698},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":699},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":700},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":701},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":702},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":703},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":704},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":705},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":706},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":707},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":708},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":709},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":710},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":711},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":712},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":713},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[100,100,100],"t":714},{"s":[100,100,100],"t":715}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[120,116.618,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"!","ix":1,"cix":2,"np":5,"it":[{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"!","ix":1,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-1.15,0],[-0.805,0.767],[-0.155,1.457],[0,0],[0,0],[1.648,1.42],[2.53,0],[1.648,-1.418],[0,-2.375],[0,0],[0,0],[-0.805,-0.765]],"o":[[1.15,0],[0.805,-0.765],[0,0],[0,0],[0,-2.375],[-1.65,-1.418],[-2.53,0],[-1.65,1.42],[0,0],[0,0],[0.153,1.457],[0.805,0.767]],"v":[[172.26,-23.46],[175.193,-24.61],[176.63,-27.945],[180.885,-72.565],[181,-73.83],[178.527,-79.523],[172.26,-81.65],[165.993,-79.523],[163.52,-73.83],[163.635,-72.68],[167.89,-27.945],[169.327,-24.61]]},"ix":2}},{"ty":"sh","bm":0,"hd":false,"mn":"ADBE Vector Shape - Group","nm":"!","ix":2,"d":1,"ks":{"a":0,"k":{"c":true,"i":[[-2.455,0],[-1.61,1.65],[0,2.455],[1.61,1.65],[2.453,0],[1.61,-1.648],[0,-2.453],[-1.61,-1.648]],"o":[[2.453,0],[1.61,-1.648],[0,-2.453],[-1.61,-1.648],[-2.455,0],[-1.61,1.65],[0,2.455],[1.61,1.65]],"v":[[172.26,0.69],[178.355,-1.783],[180.77,-7.935],[178.355,-14.087],[172.26,-16.56],[166.165,-14.087],[163.75,-7.935],[166.165,-1.783]]},"ix":2}},{"ty":"mm","bm":0,"hd":false,"mn":"ADBE Vector Filter - Merge","nm":"Mesclar caminhos 1","mm":1},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Preenchimento 1","c":{"a":0,"k":[1,1,1],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[0,0],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":1},{"ty":4,"nm":"Camada de forma 1","sr":1,"st":0,"op":750,"ip":0,"hd":false,"ddd":0,"bm":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"o":{"x":0.333,"y":0},"i":{"x":0.667,"y":1},"s":[0,0,100],"t":28},{"s":[100,100,100],"t":35}],"ix":6},"sk":{"a":0,"k":0},"p":{"a":0,"k":[120,107,0],"ix":2},"r":{"a":0,"k":0,"ix":10},"sa":{"a":0,"k":0},"o":{"a":0,"k":100,"ix":11}},"ef":[],"shapes":[{"ty":"gr","bm":0,"hd":false,"mn":"ADBE Vector Group","nm":"Polystar 1","ix":1,"cix":2,"np":4,"it":[{"ty":"sr","bm":0,"hd":false,"mn":"ADBE Vector Shape - Star","nm":"Caminho Polystar 1","ix":1,"d":1,"ir":{"a":0,"k":53.5,"ix":6},"is":{"a":0,"k":51,"ix":8},"pt":{"a":0,"k":3,"ix":3},"p":{"a":0,"k":[0,0],"ix":4},"or":{"a":1,"k":[{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":0},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":1},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":2},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":3},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":4},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":5},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":6},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":7},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":8},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":9},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":10},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":11},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":12},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":13},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":14},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":15},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":16},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":17},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":18},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":19},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":20},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":21},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":22},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":23},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":24},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":25},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":26},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":27},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":28},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":29},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[68],"t":30},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":0.157},"s":[68],"t":31},{"o":{"x":0.167,"y":0.083},"i":{"x":0.833,"y":0.762},"s":[68],"t":32},{"o":{"x":0.167,"y":0.128},"i":{"x":0.833,"y":0.872},"s":[78.111],"t":33},{"o":{"x":0.167,"y":0.238},"i":{"x":0.833,"y":0.869},"s":[96.889],"t":34},{"o":{"x":0.167,"y":0.23},"i":{"x":0.833,"y":0.935},"s":[107],"t":35},{"o":{"x":0.167,"y":-0.292},"i":{"x":0.833,"y":0.654},"s":[112.729],"t":36},{"o":{"x":0.167,"y":0.11},"i":{"x":0.833,"y":0.866},"s":[111.459],"t":37},{"o":{"x":0.167,"y":0.22},"i":{"x":0.833,"y":0.924},"s":[107.448],"t":38},{"o":{"x":0.167,"y":-0.9},"i":{"x":0.833,"y":0.333},"s":[104.998],"t":39},{"o":{"x":0.167,"y":0.095},"i":{"x":0.833,"y":0.858},"s":[105.206],"t":40},{"o":{"x":0.167,"y":0.202},"i":{"x":0.833,"y":0.914},"s":[106.659],"t":41},{"o":{"x":0.167,"y":3.061},"i":{"x":0.833,"y":2.422},"s":[107.681],"t":42},{"o":{"x":0.167,"y":0.079},"i":{"x":0.833,"y":0.849},"s":[107.71],"t":43},{"o":{"x":0.167,"y":0.187},"i":{"x":0.833,"y":0.906},"s":[107.193],"t":44},{"o":{"x":0.167,"y":0.75},"i":{"x":0.833,"y":1.203},"s":[106.776],"t":45},{"o":{"x":0.167,"y":0.059},"i":{"x":0.833,"y":0.839},"s":[106.724],"t":46},{"o":{"x":0.167,"y":0.173},"i":{"x":0.833,"y":0.899},"s":[106.903],"t":47},{"o":{"x":0.167,"y":0.476},"i":{"x":0.833,"y":1.059},"s":[107.07],"t":48},{"o":{"x":0.167,"y":0.035},"i":{"x":0.833,"y":0.826},"s":[107.106],"t":49},{"o":{"x":0.167,"y":0.16},"i":{"x":0.833,"y":0.892},"s":[107.045],"t":50},{"o":{"x":0.167,"y":0.368},"i":{"x":0.833,"y":1.002},"s":[106.979],"t":51},{"o":{"x":0.167,"y":0.002},"i":{"x":0.833,"y":0.809},"s":[106.96],"t":52},{"o":{"x":0.167,"y":0.148},"i":{"x":0.833,"y":0.886},"s":[106.98],"t":53},{"o":{"x":0.167,"y":0.308},"i":{"x":0.833,"y":0.97},"s":[107.005],"t":54},{"o":{"x":0.167,"y":-0.046},"i":{"x":0.833,"y":0.784},"s":[107.015],"t":55},{"o":{"x":0.167,"y":0.135},"i":{"x":0.833,"y":0.879},"s":[107.009],"t":56},{"o":{"x":0.167,"y":0.269},"i":{"x":0.833,"y":0.95},"s":[106.999],"t":57},{"o":{"x":0.167,"y":-0.126},"i":{"x":0.833,"y":0.742},"s":[106.995],"t":58},{"o":{"x":0.167,"y":0.123},"i":{"x":0.833,"y":0.917},"s":[106.996],"t":59},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":60},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":61},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":62},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":63},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":64},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":65},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":66},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":67},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":68},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":69},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":70},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":71},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":72},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":73},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":74},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":75},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":76},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":77},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":78},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":79},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":80},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":81},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":82},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":83},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":84},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":85},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":86},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":87},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":88},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":89},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":90},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":91},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":92},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":93},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":94},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":95},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":96},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":97},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":98},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":99},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":100},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":101},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":102},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":103},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":104},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":105},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":106},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":107},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":108},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":109},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":110},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":111},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":112},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":113},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":114},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":115},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":116},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":117},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":118},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":119},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":120},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":121},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":122},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":123},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":124},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":125},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":126},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":127},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":128},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":129},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":130},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":131},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":132},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":133},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":134},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":135},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":136},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":137},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":138},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":139},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":140},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":141},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":142},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":143},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":144},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":145},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":146},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":147},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":148},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":149},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":150},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":151},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":152},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":153},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":154},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":155},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":156},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":157},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":158},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":159},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":160},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":161},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":162},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":163},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":164},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":165},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":166},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":167},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":168},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":169},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":170},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":171},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":172},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":173},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":174},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":175},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":176},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":177},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":178},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":179},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":180},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":181},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":182},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":183},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":184},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":185},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":186},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":187},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":188},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":189},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":190},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":191},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":192},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":193},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":194},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":195},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":196},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":197},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":198},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":199},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":200},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":201},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":202},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":203},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":204},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":205},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":206},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":207},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":208},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":209},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":210},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":211},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":212},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":213},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":214},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":215},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":216},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":217},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":218},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":219},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":220},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":221},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":222},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":223},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":224},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":225},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":226},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":227},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":228},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":229},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":230},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":231},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":232},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":233},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":234},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":235},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":236},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":237},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":238},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":239},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":240},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":241},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":242},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":243},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":244},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":245},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":246},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":247},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":248},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":249},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":250},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":251},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":252},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":253},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":254},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":255},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":256},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":257},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":258},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":259},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":260},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":261},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":262},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":263},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":264},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":265},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":266},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":267},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":268},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":269},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":270},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":271},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":272},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":273},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":274},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":275},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":276},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":277},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":278},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":279},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":280},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":281},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":282},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":283},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":284},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":285},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":286},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":287},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":288},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":289},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":290},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":291},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":292},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":293},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":294},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":295},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":296},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":297},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":298},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":299},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":300},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":301},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":302},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":303},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":304},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":305},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":306},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":307},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":308},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":309},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":310},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":311},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":312},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":313},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":314},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":315},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":316},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":317},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":318},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":319},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":320},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":321},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":322},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":323},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":324},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":325},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":326},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":327},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":328},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":329},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":330},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":331},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":332},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":333},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":334},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":335},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":336},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":337},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":338},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":339},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":340},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":341},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":342},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":343},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":344},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":345},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":346},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":347},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":348},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":349},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":350},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":351},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":352},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":353},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":354},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":355},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":356},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":357},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":358},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":359},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":360},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":361},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":362},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":363},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":364},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":365},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":366},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":367},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":368},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":369},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":370},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":371},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":372},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":373},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":374},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":375},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":376},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":377},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":378},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":379},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":380},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":381},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":382},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":383},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":384},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":385},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":386},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":387},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":388},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":389},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":390},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":391},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":392},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":393},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":394},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":395},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":396},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":397},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":398},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":399},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":400},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":401},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":402},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":403},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":404},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":405},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":406},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":407},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":408},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":409},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":410},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":411},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":412},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":413},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":414},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":415},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":416},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":417},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":418},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":419},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":420},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":421},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":422},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":423},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":424},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":425},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":426},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":427},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":428},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":429},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":430},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":431},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":432},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":433},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":434},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":435},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":436},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":437},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":438},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":439},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":440},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":441},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":442},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":443},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":444},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":445},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":446},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":447},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":448},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":449},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":450},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":451},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":452},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":453},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":454},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":455},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":456},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":457},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":458},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":459},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":460},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":461},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":462},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":463},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":464},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":465},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":466},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":467},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":468},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":469},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":470},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":471},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":472},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":473},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":474},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":475},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":476},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":477},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":478},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":479},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":480},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":481},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":482},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":483},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":484},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":485},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":486},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":487},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":488},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":489},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":490},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":491},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":492},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":493},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":494},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":495},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":496},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":497},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":498},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":499},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":500},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":501},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":502},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":503},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":504},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":505},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":506},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":507},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":508},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":509},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":510},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":511},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":512},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":513},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":514},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":515},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":516},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":517},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":518},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":519},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":520},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":521},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":522},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":523},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":524},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":525},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":526},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":527},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":528},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":529},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":530},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":531},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":532},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":533},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":534},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":535},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":536},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":537},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":538},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":539},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":540},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":541},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":542},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":543},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":544},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":545},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":546},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":547},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":548},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":549},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":550},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":551},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":552},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":553},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":554},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":555},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":556},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":557},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":558},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":559},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":560},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":561},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":562},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":563},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":564},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":565},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":566},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":567},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":568},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":569},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":570},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":571},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":572},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":573},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":574},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":575},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":576},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":577},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":578},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":579},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":580},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":581},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":582},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":583},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":584},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":585},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":586},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":587},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":588},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":589},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":590},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":591},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":592},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":593},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":594},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":595},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":596},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":597},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":598},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":599},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":600},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":601},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":602},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":603},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":604},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":605},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":606},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":607},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":608},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":609},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":610},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":611},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":612},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":613},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":614},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":615},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":616},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":617},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":618},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":619},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":620},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":621},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":622},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":623},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":624},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":625},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":626},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":627},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":628},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":629},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":630},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":631},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":632},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":633},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":634},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":635},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":636},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":637},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":638},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":639},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":640},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":641},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":642},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":643},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":644},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":645},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":646},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":647},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":648},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":649},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":650},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":651},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":652},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":653},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":654},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":655},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":656},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":657},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":658},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":659},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":660},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":661},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":662},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":663},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":664},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":665},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":666},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":667},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":668},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":669},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":670},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":671},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":672},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":673},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":674},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":675},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":676},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":677},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":678},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":679},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":680},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":681},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":682},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":683},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":684},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":685},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":686},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":687},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":688},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":689},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":690},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":691},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":692},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":693},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":694},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":695},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":696},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":697},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":698},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":699},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":700},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":701},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":702},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":703},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":704},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":705},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":706},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":707},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":708},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":709},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":710},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":711},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":712},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":713},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":714},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":715},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":716},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":717},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":718},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":719},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":720},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":721},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":722},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":723},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":724},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":725},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":726},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":727},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":728},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":729},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":730},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":731},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":732},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":733},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":734},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":735},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":736},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":737},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":738},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":739},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":740},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":741},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":742},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":743},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":744},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":745},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":746},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":747},{"o":{"x":0.167,"y":0},"i":{"x":0.833,"y":1},"s":[107],"t":748},{"s":[107],"t":749}],"ix":7},"os":{"a":0,"k":0,"ix":9},"r":{"a":0,"k":0,"ix":5},"sy":1},{"ty":"rd","bm":0,"hd":false,"mn":"ADBE Vector Filter - RC","nm":"Arredondar cantos 1","ix":2,"r":{"a":0,"k":40,"ix":1}},{"ty":"st","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Stroke","nm":"Traçado 1","lc":1,"lj":1,"ml":4,"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":5,"ix":5},"c":{"a":0,"k":[0.8314,0.0078,0.2039],"ix":3}},{"ty":"fl","bm":0,"hd":false,"mn":"ADBE Vector Graphic - Fill","nm":"Preenchimento 1","c":{"a":0,"k":[0.8314,0.0078,0.2039],"ix":4},"r":1,"o":{"a":0,"k":100,"ix":5}},{"ty":"tr","a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"sk":{"a":0,"k":0,"ix":4},"p":{"a":0,"k":[0,23],"ix":2},"r":{"a":0,"k":0,"ix":6},"sa":{"a":0,"k":0,"ix":5},"o":{"a":0,"k":100,"ix":7}}]}],"ind":2}]'),v$1="5.1.8",fr$1=25,op$1=66,ip$1=28,assets$1=[],errorAnimation={nm:nm$1,ddd:ddd$1,h:h$1,w:w$1,meta:meta$1,layers:layers$1,v:v$1,fr:fr$1,op:op$1,ip:ip$1,assets:assets$1},v="4.8.0",meta={g:"LottieFiles AE 3.3.6",a:"Bilal Arief",k:"information, icon, animation, web, mobile, app, blue, simple, indicator, details, informative, notification, info icon, information animation, notification icon",d:"Effortlessly conveying information, this simple yet captivating blue animation icon is the perfect addition to any web or mobile application as an information indicator.",tc:"Blue"},fr=60,ip=0,op=104,w=1080,h=1080,nm="Info",ddd=0,assets=[],layers=JSON.parse('[{"ddd":0,"ind":1,"ty":4,"nm":"White-InfoIconDot","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540.383,325.611,0],"ix":2},"a":{"a":0,"k":[0,175,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.779,0.779,0.333],"y":[0,0,0]},"t":47,"s":[100,100,100]},{"i":{"x":[0.216,0.216,0.667],"y":[1,1,1]},"o":{"x":[0.597,0.597,0.333],"y":[0,0,0]},"t":56,"s":[115,115,100]},{"t":67,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,175],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"gr","it":[{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":1,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.217],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":25,"s":[0]},{"t":77,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 3","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":666,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"LightBlue-InfoIconDot","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540.383,146.358,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[101.209,101.209,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.788235294118,0.933333333333,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.788235294118,0.933333333333,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,175],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"gr","it":[{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":1,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.19],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":9,"s":[0]},{"t":67,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.221],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":9,"s":[0]},{"t":31,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":666,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"DarkBlue-InfoIconDot","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[540.383,146.358,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[101.209,101.209,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[50,50],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.38431372549,0.803921568627,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":10,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.38431372549,0.803921568627,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,175],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"gr","it":[{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":0,"k":100,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":1,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":5.852,"ix":1},"e":{"a":0,"k":46.645,"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":4,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.19],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":16,"s":[0]},{"t":74,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.221],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":16,"s":[0]},{"t":38,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":5,"nm":"Trim Paths 3","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":666,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"White-InfoIcon","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[534,555,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.779,0.779,0.333],"y":[0,0,0]},"t":47,"s":[100,100,100]},{"i":{"x":[0.216,0.216,0.667],"y":[1,1,1]},"o":{"x":[0.597,0.597,0.333],"y":[0,0,0]},"t":56,"s":[115,115,100]},{"t":67,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-12,-204],[-12,114]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[1,1,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":50,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[18,74],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":0,"k":0,"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.217],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":25,"s":[0]},{"t":63,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":666,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"LightBlue-InfoIcon","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[534,555,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-12,-204],[-12,114]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.788235294118,0.933333333333,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":50,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[18,74],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.19],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":9,"s":[0]},{"t":67,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.221],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":9,"s":[0]},{"t":31,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":666,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"DarkBlue-InfoIcon ","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[534,555,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-12,-204],[-12,114]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.38431372549,0.803921568627,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":50,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.38431372549,0.803921568627,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[18,74],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.19],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":17,"s":[0]},{"t":75,"s":[100]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.221],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":17,"s":[0]},{"t":39,"s":[100]}],"ix":2},"o":{"a":0,"k":0,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 2","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":666,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"DarkBlue-CircleStroke","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[538.648,533.626,0],"ix":2},"a":{"a":0,"k":[27.013,127.349,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[784,784],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.057],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":17,"s":[100]},{"t":47,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.329],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":17,"s":[100]},{"t":75,"s":[0]}],"ix":2},"o":{"a":0,"k":9000,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.38431372549,0.803921568627,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":35,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[28,132],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":666,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"LightBlue-CircleStroke","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[538.648,533.626,0],"ix":2},"a":{"a":0,"k":[27.013,127.349,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[784,784],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.057],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[100]},{"t":41,"s":[0]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.329],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[100]},{"t":71,"s":[0]}],"ix":2},"o":{"a":0,"k":9000,"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false},{"ty":"st","c":{"a":0,"k":[0.788235294118,0.933333333333,1,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":35,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[28,132],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":4,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":666,"st":0,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Blue-Circle","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":28,"s":[25]},{"t":39,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[544.429,560.879,0],"ix":2},"a":{"a":0,"k":[32.429,152.879,0],"ix":1},"s":{"a":1,"k":[{"i":{"x":[0.354,0.354,0.667],"y":[1.438,1.438,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":13,"s":[0,0,100]},{"t":37,"s":[100,100,100]}],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[784,784],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.592156862745,0.870588235294,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[28,132],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":666,"st":0,"bm":0}]'),markers=[],infoAnimation={v,meta,fr,ip,op,w,h,nm,ddd,assets,layers,markers},CEMessageModal=({open:t,onClose:e,onConfirm:i,type:r,message:s,confirmText:n="CONFIRM",cancelText:a="CANCEL"})=>{const[l,o]=React2.useState(80);if(React2.useEffect(()=>{const f=()=>{o(window.innerWidth<600?60:80)};return f(),window.addEventListener("resize",f),()=>window.removeEventListener("resize",f)},[]),!t)return null;const c=()=>{i&&i(),e&&e()},u=()=>{e&&e()},E={success:{icon:jsxRuntime.jsx("div",{className:"success-icon",children:jsxRuntime.jsx(Lottie,{animationData:successAnimation,loop:!0,style:{width:"100%",height:"100%"}})}),title:"Success"},error:{icon:jsxRuntime.jsx("div",{className:"error-icon",children:jsxRuntime.jsx(Lottie,{animationData:errorAnimation,loop:!0,style:{width:"100%",height:"100%"}})}),title:"Error"},info:{icon:jsxRuntime.jsx("div",{className:"info-icon",children:jsxRuntime.jsx(Lottie,{animationData:infoAnimation,loop:!0,style:{width:"100%",height:"100%"}})}),title:"Information"}}[r??"info"];return jsxRuntime.jsx("div",{className:"modal-overlay",children:jsxRuntime.jsxs("div",{className:"modal-container",children:[jsxRuntime.jsx(CEButton,{className:"close-button",onClick:e??(()=>{}),children:"×"}),jsxRuntime.jsxs("div",{className:"modal-header",children:[E.icon,jsxRuntime.jsx("h2",{children:E.title})]}),jsxRuntime.jsx("div",{className:"modal-body",children:jsxRuntime.jsx("p",{children:s})}),jsxRuntime.jsxs("div",{className:"modal-actions",children:[r==="success"&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(CEButton,{className:"button confirm-button",onClick:c,children:n}),jsxRuntime.jsx(CEButton,{className:"button cancel-button",onClick:u,children:a})]}),r==="error"&&jsxRuntime.jsx(CEButton,{className:"button confirm-button",onClick:u,children:a||"CLOSE"}),r==="info"&&jsxRuntime.jsx(CEButton,{className:"button confirm-button",onClick:u,children:"OKAY"})]})]})})},CEDialogBox=({isOpen:t,onClose:e,title:i,content:r,agreementLabel:s,buttonPosition:n="right",titlePosition:a="left",showCheckbox:l=!0,width:o="500px",maxWidth:c="90%",maxHeight:u="90vh",buttons:E,classNames:f={}})=>{const[b,p]=React2.useState(!1),[m,C]=React2.useState(!1);if(!t)return null;const y={left:"flex-start",center:"center",right:"flex-end"},x=d=>{p(d),d&&C(!1)};return jsxRuntime.jsx("div",{className:`dialog-overlay ${t?"open":""}`,children:jsxRuntime.jsxs("div",{className:`dialog-box ${t?"open":""}`,style:{width:o,maxWidth:c,maxHeight:u},children:[jsxRuntime.jsx("div",{className:`dialog-title ${f.title||""}`,style:{textAlign:a},children:i}),jsxRuntime.jsx("div",{className:`dialog-content ${f.content||""}`,children:r}),l&&s&&jsxRuntime.jsxs("div",{className:`dialog-agreement ${f.agreement||""}`,children:[jsxRuntime.jsx(CECheckBox,{label:s,checked:b,onChange:x}),m&&jsxRuntime.jsx("div",{className:`error-message ${f.error||""}`,children:"Please accept the terms to continue"})]}),jsxRuntime.jsx("div",{className:`dialog-actions ${f.button||""}`,style:{justifyContent:y[n]},children:E.map((d,g)=>jsxRuntime.jsx(CEButton,{onClick:()=>{if(l&&!b&&!d.bypassCheckbox){C(!0);return}C(!1),d.onClick()},children:d.text},g))})]})})},useEscapeKey=t=>{React2.useEffect(()=>{const e=i=>{i.key==="Escape"&&t()};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[t])},CEPagination=({currentPage:t,totalPages:e,onPageChange:i})=>{const r=()=>{const o=[];if(e<=8)for(let c=0;c<e;c++)o.push(c);else if(t<7){for(let c=0;c<8;c++)o.push(c);o.push("..."),o.push(e-1)}else if(t>=e-8+1){o.push(0),o.push("...");for(let c=e-8;c<e;c++)o.push(c)}else{o.push(0),o.push("...");for(let c=t-3;c<=t+3;c++)o.push(c);o.push("..."),o.push(e-1)}return o},s=l=>{typeof l=="number"&&i(l)},n=()=>{t>0&&i(t-1)},a=()=>{t<e-1&&i(t+1)};return jsxRuntime.jsxs("div",{className:"pagination",children:[jsxRuntime.jsx("button",{onClick:n,disabled:t===0,className:"pagination-button",children:"Previous"}),r().map((l,o)=>typeof l=="number"?jsxRuntime.jsx("button",{onClick:()=>s(l),className:`pagination-button page-number ${t===l?"active":""}`,children:l+1},o):jsxRuntime.jsx("span",{className:"pagination-ellipsis",children:l},o)),jsxRuntime.jsx("button",{onClick:a,disabled:t===e-1,className:"pagination-button",children:"Next"})]})},CEDataGridDynamicTable=({jsonUrl:t})=>{const[e,i]=React2.useState([]),[r,s]=React2.useState(new Set),[n,a]=React2.useState(null),[l,o]=React2.useState(new Set),[c,u]=React2.useState(!1),[E,f]=React2.useState(""),[b,p]=React2.useState("contains"),[m,C]=React2.useState(""),[y,x]=React2.useState(0),[d,g]=React2.useState(10),[k,P]=React2.useState(new Set),T=React2.useRef(null),F=React2.useRef(null);React2.useEffect(()=>{axios.get(t).then(R=>i(R.data)).catch(R=>console.error("Error fetching data:",R))},[t]);const I=React2.useMemo(()=>e.length>0?Object.keys(e[0]).map(R=>({id:R,label:R.charAt(0).toUpperCase()+R.slice(1)})):[],[e]),$=React2.useMemo(()=>{const R=y*d,D=R+d;return e.slice(R,D)},[e,y,d]),O=(R,D=null)=>{const B=D?`${R}-${D}`:`${R}`,N=new Set(k);N.has(B)?N.delete(B):(Array.from(N).forEach(H=>{H.startsWith(`${R}`)&&N.delete(H)}),N.add(B)),P(N)},V=R=>{a(n===R?null:R)},G=(R,D)=>{const B=[...e].sort((N,H)=>D==="asc"?N[R]>H[R]?1:-1:N[R]<H[R]?1:-1);i(B),a(null)},z=R=>{const D=new Set(l);D.add(R),o(D),a(null)},L=()=>{const R=e.filter(D=>{var N;const B=((N=D[E])==null?void 0:N.toString())||"";return b==="contains"?B.includes(m):b==="equals"?B===m:b==="startsWith"?B.startsWith(m):b==="endsWith"?B.endsWith(m):b==="does not contain"?!B.includes(m):b==="does not equal"?B!==m:b==="is empty"?B.trim()==="":b==="is not empty"?B.trim()!=="":b==="is any of"?m.split(",").map(H=>H.trim()).includes(B):!0});i(R),u(!1)},A=R=>{R.key==="Enter"&&L()};useEscapeKey(()=>{a(null),u(!1)});const[M,S]=React2.useState(new Set),_=(R,D="")=>{const B=N=>{const H=new Set(M);H.has(N)?H.delete(N):H.add(N),S(H)};if(Array.isArray(R)){const N=Array.from(new Set(R.reduce((H,W)=>typeof W=="object"&&W!==null?[...H,...Object.keys(W)]:H,[])));return jsxRuntime.jsx("div",{className:"expanded-section",children:jsxRuntime.jsx("div",{className:"nested-table",children:jsxRuntime.jsxs("table",{children:[jsxRuntime.jsx("thead",{children:jsxRuntime.jsx("tr",{children:N.map(H=>jsxRuntime.jsx("th",{children:H.charAt(0).toUpperCase()+H.slice(1)},H))})}),jsxRuntime.jsx("tbody",{children:R.map((H,W)=>jsxRuntime.jsx("tr",{children:N.map(U=>jsxRuntime.jsx("td",{children:typeof H[U]=="object"&&H[U]!==null?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{className:"toggle-button",onClick:()=>B(`${D}-${W}-${U}`),children:M.has(`${D}-${W}-${U}`)?"▼":"▶"}),M.has(`${D}-${W}-${U}`)&&_(H[U],`${D}-${W}-${U}`)]}):String(H[U]||"")},`${D}-${W}-${U}`))},`${D}-${W}`))})]})})})}else if(typeof R=="object"&&R!==null)return jsxRuntime.jsx("div",{className:"nested-object",children:jsxRuntime.jsxs("table",{className:"custom-table nested",children:[jsxRuntime.jsx("thead",{children:jsxRuntime.jsxs("tr",{children:[jsxRuntime.jsx("th",{className:"table-header-cell",children:"Property"}),jsxRuntime.jsx("th",{className:"table-header-cell",children:"Value"})]})}),jsxRuntime.jsx("tbody",{children:Object.entries(R).map(([N,H])=>jsxRuntime.jsxs("tr",{children:[jsxRuntime.jsx("td",{className:"table-cell",children:jsxRuntime.jsx("strong",{children:N})}),jsxRuntime.jsx("td",{className:"table-cell",children:typeof H=="object"?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{className:"toggle-button",onClick:()=>B(`${D}-${N}`),children:M.has(`${D}-${N}`)?"▼":"▶"}),M.has(`${D}-${N}`)&&_(H,`${D}-${N}`)]}):String(H)})]},`${D}-${N}`))})]})});return jsxRuntime.jsx("span",{children:String(R)})},j=R=>{if(R){const D=R.getBoundingClientRect(),B=D.right>window.innerWidth,N=D.left<0;B?(R.classList.add("adjust-left"),R.classList.remove("adjust-right")):N?(R.classList.add("adjust-right"),R.classList.remove("adjust-left")):(R.classList.remove("adjust-left"),R.classList.remove("adjust-right"))}};return React2.useEffect(()=>{const R=D=>{c&&T.current&&!T.current.contains(D.target)&&u(!1)};return document.addEventListener("mousedown",R),()=>{document.removeEventListener("mousedown",R)}},[c]),jsxRuntime.jsx("div",{className:"datatable-wrapper",children:jsxRuntime.jsxs("div",{className:"table-container",children:[jsxRuntime.jsx("div",{className:"table-scroll-container",children:jsxRuntime.jsxs("table",{className:"custom-table",children:[jsxRuntime.jsx("thead",{children:jsxRuntime.jsxs("tr",{children:[jsxRuntime.jsx("th",{className:"table-header-cell"}),jsxRuntime.jsx("th",{className:"table-header-cell",children:jsxRuntime.jsx(CECheckBox,{label:"",checked:r.size===e.length&&e.length>0,onChange:R=>{if(R){const D=new Set(e.map((B,N)=>N));s(D)}else s(new Set)}})}),I.map(R=>!l.has(R.id)&&jsxRuntime.jsx("th",{className:"table-header-cell",children:jsxRuntime.jsxs("div",{className:"column-header",children:[jsxRuntime.jsx("span",{className:"column-label",children:R.label}),jsxRuntime.jsxs("div",{className:"dropdown-container",ref:F,children:[jsxRuntime.jsx("span",{className:"dropdown-trigger",onClick:()=>V(R.id),children:"⋮"}),n===R.id&&jsxRuntime.jsxs("div",{className:"dropdown-menu",ref:D=>j(D),children:[jsxRuntime.jsx("button",{className:"dropdown-item",onClick:()=>G(R.id,"asc"),children:"Sort by ASC"}),jsxRuntime.jsx("button",{className:"dropdown-item",onClick:()=>G(R.id,"desc"),children:"Sort by DESC"}),jsxRuntime.jsx("button",{className:"dropdown-item",onClick:()=>{f(R.id),u(!0),a(null)},children:"Filter"}),jsxRuntime.jsx("button",{className:"dropdown-item",onClick:()=>z(R.id),children:"Hide column"})]})]})]})},R.id))]})}),jsxRuntime.jsx("tbody",{children:$.map((R,D)=>jsxRuntime.jsxs(React2.Fragment,{children:[jsxRuntime.jsxs("tr",{className:D%2===0?"table-row-even":"table-row-odd",children:[jsxRuntime.jsx("td",{className:"table-cell",children:Object.keys(R).some(B=>Array.isArray(R[B])&&R[B].length>0)&&jsxRuntime.jsx("button",{className:"expand-button",onClick:()=>O(D),children:Array.from(k).some(B=>B.startsWith(`${D}`))?"▼":"▶"})}),jsxRuntime.jsx("td",{className:"table-cell",children:jsxRuntime.jsx(CECheckBox,{label:"",checked:r.has(D),onChange:B=>{const N=new Set(r);B?N.add(D):N.delete(D),s(N)}})}),I.map(B=>!l.has(B.id)&&jsxRuntime.jsx("td",{className:`table-cell ${Array.isArray(R[B.id])&&R[B.id].length>0&&typeof R[B.id][0]=="object"?"highlight-cell":""}`,onClick:()=>{Array.isArray(R[B.id])&&R[B.id].length>0&&O(D,B.id)},children:Array.isArray(R[B.id])?`${R[B.id].length}`:typeof R[B.id]=="object"?Object.entries(R[B.id]).map(([N,H])=>`${N}: ${H}`).join(", "):R[B.id]},B.id))]}),Array.from(k).map(B=>{const[N,H]=B.split("-");if(Number(N)===D){const W=H?{[H]:R[H]}:Object.keys(R).filter(U=>Array.isArray(R[U])||typeof R[U]=="object").reduce((U,Y)=>({...U,[Y]:R[Y]}),{});return jsxRuntime.jsx("tr",{className:"expanded-row",children:jsxRuntime.jsx("td",{colSpan:I.length+2,className:"expanded-cell",children:Object.entries(W).map(([U,Y],Q)=>jsxRuntime.jsxs("div",{className:`expanded-section ${Q%2===0?"expanded-section-even":"expanded-section-odd"}`,style:{backgroundColor:Q%2===0?"#e8f5e9":"#e3f2fd",padding:"10px",marginBottom:"10px",borderRadius:"5px"},children:[jsxRuntime.jsx("h4",{style:{margin:"0 0 10px 0",color:"#333"},children:U.charAt(0).toUpperCase()+U.slice(1)}),_(Y)]},U))})},`expanded-${B}`)}return null})]},D))})]})}),jsxRuntime.jsxs("div",{className:"pagination-container",children:[jsxRuntime.jsxs("div",{className:"rows-per-page-container",children:[jsxRuntime.jsx("label",{children:"Rows per page:"}),jsxRuntime.jsxs("select",{value:d,onChange:R=>{g(Number(R.target.value)),x(0)},children:[jsxRuntime.jsx("option",{value:5,children:"5"}),jsxRuntime.jsx("option",{value:10,children:"10"}),jsxRuntime.jsx("option",{value:20,children:"20"}),jsxRuntime.jsx("option",{value:50,children:"50"}),jsxRuntime.jsx("option",{value:100,children:"100"})]})]}),jsxRuntime.jsx(CEPagination,{currentPage:y,totalPages:Math.ceil(e.length/d),onPageChange:R=>x(R)})]}),c&&jsxRuntime.jsx("div",{className:"filter-modal",children:jsxRuntime.jsxs("div",{className:"filter-modal-content",ref:T,onKeyDown:A,tabIndex:0,children:[jsxRuntime.jsx(CEButton,{className:"close-button-close",onClick:()=>u(!1),children:"×"}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{children:"Columns:"}),jsxRuntime.jsx("select",{value:E,onChange:R=>f(R.target.value),children:I.map(R=>jsxRuntime.jsx("option",{value:R.id,children:R.label},R.id))})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{children:"Operator:"}),jsxRuntime.jsxs("select",{value:b,onChange:R=>p(R.target.value),children:[jsxRuntime.jsx("option",{value:"contains",children:"contains"}),jsxRuntime.jsx("option",{value:"equals",children:"equals"}),jsxRuntime.jsx("option",{value:"startsWith",children:"starts with"}),jsxRuntime.jsx("option",{value:"endsWith",children:"ends with"}),jsxRuntime.jsx("option",{value:"does not contain",children:"does not contain"}),jsxRuntime.jsx("option",{value:"does not equal",children:"does not equal"}),jsxRuntime.jsx("option",{value:"is empty",children:"is empty"}),jsxRuntime.jsx("option",{value:"is not empty",children:"is not empty"}),jsxRuntime.jsx("option",{value:"is any of",children:"is any of"})]})]}),jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("label",{children:"Value:"}),jsxRuntime.jsx("input",{type:"text",value:m,onChange:R=>C(R.target.value)})]}),jsxRuntime.jsx(CEButton,{onClick:L,children:"Apply Filter"})]})})]})})},DateInputPart=({value:t,onChange:e,max:i,min:r,length:s,placeholder:n})=>{const a=React2.useRef(null),l=u=>{const E=u.target.value.replace(/\D/g,"");if(E.length<=s){if(E.length===1){const f=parseInt(E);if(i===12&&f>1){e(`0${f}`);return}if(i===31&&f>3){e(`0${f}`);return}}if(E.length===2){const f=parseInt(E);f>=r&&f<=i&&e(E);return}e(E)}},o=()=>{var u;(u=a.current)==null||u.select()},c=()=>{t.length===1&&e(t.padStart(2,"0"))};return jsxRuntime.jsx("input",{ref:a,type:"text",value:t,onChange:l,onFocus:o,onBlur:c,maxLength:s,className:"date-input-part",placeholder:n})},DateRangeIcon="data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%204.5H18V3.5C18%202.95%2017.55%202.5%2017%202.5C16.45%202.5%2016%202.95%2016%203.5V4.5H8V3.5C8%202.95%207.55%202.5%207%202.5C6.45%202.5%206%202.95%206%203.5V4.5H5C3.89%204.5%203.01%205.4%203.01%206.5L3%2020.5C3%2021.6%203.89%2022.5%205%2022.5H19C20.1%2022.5%2021%2021.6%2021%2020.5V6.5C21%205.4%2020.1%204.5%2019%204.5ZM19%2019.5C19%2020.05%2018.55%2020.5%2018%2020.5H6C5.45%2020.5%205%2020.05%205%2019.5V9.5H19V19.5ZM7%2011.5H9V13.5H7V11.5ZM11%2011.5H13V13.5H11V11.5ZM15%2011.5H17V13.5H15V11.5Z'%20fill='black'%20fill-opacity='0.54'/%3e%3c/svg%3e",WEEKDAYS=["Su","Mo","Tu","We","Th","Fr","Sa"],CEDatePicker=({onChange:t,label:e="Calendar"})=>{const[i,r]=React2.useState(!1),[s,n]=React2.useState(null),[a,l]=React2.useState(new Date),[o,c]=React2.useState(!1),[u,E]=React2.useState({start:2020,end:2031}),[f,b]=React2.useState("left"),[p,m]=React2.useState(0),C=React2.useRef(null),[y,x]=React2.useState(!1),[d,g]=React2.useState(""),[k,P]=React2.useState(""),[T,F]=React2.useState(""),[I,$]=React2.useState(!0),O=()=>{r(!1),!d&&!k&&!T&&x(!1)};useEscapeKey(O);const V=()=>{r(j=>{if(!j){const R=s||new Date;l(R),d||g(String(R.getMonth()+1).padStart(2,"0")),k||P(String(R.getDate()).padStart(2,"0")),T||F(String(R.getFullYear()))}return!j})};React2.useEffect(()=>{const j=R=>{C.current&&!C.current.contains(R.target)&&O()};return document.addEventListener("mousedown",j),()=>document.removeEventListener("mousedown",j)},[d,k,T]);const G=j=>{const R=new Date(a.getFullYear(),a.getMonth(),j);n(R),l(R);const D=String(R.getMonth()+1).padStart(2,"0"),B=String(R.getDate()).padStart(2,"0"),N=String(R.getFullYear());g(D),P(B),F(N),$(!0),t(`${D}/${B}/${N}`),r(!1)},z=j=>{b(j>0?"left":"right"),l(R=>{const D=new Date(R.getFullYear(),R.getMonth()+j,1);return s&&g(String(D.getMonth()+1).padStart(2,"0")),m(B=>B+1),D})},L=()=>{c(j=>!j)},A=j=>{E(R=>({start:R.start+j*10,end:R.end+j*10}))},M=j=>{const R=new Date(j,a.getMonth(),1);l(R),F(String(j)),c(!1)},S=()=>{const j=new Date(a.getFullYear(),a.getMonth(),1),R=new Date(a.getFullYear(),a.getMonth()+1,0),D=j.getDay(),B=R.getDate(),N=new Date,H=U=>!s&&N.getDate()===U&&N.getMonth()===a.getMonth()&&N.getFullYear()===a.getFullYear(),W=[];for(let U=0;U<D;U++)W.push(jsxRuntime.jsx("div",{className:"dp-day empty"},`empty-${U}`));for(let U=1;U<=B;U++){const Y=(s==null?void 0:s.getDate())===U&&(s==null?void 0:s.getMonth())===a.getMonth()&&(s==null?void 0:s.getFullYear())===a.getFullYear();W.push(jsxRuntime.jsx("div",{className:`dp-day ${Y?"selected":""} ${H(U)?"today":""}`,onClick:()=>G(U),children:U},U))}return W},_=(j,R,D)=>{if(!j||!R||!D){$(!1),l(new Date),n(null);return}const B=`${D}-${j}-${R}`,N=new Date(B);if(N.getFullYear()===parseInt(D)&&N.getMonth()+1===parseInt(j)&&N.getDate()===parseInt(R))n(N),l(N),$(!0),t(`${j}/${R}/${D}`);else{const H=new Date;$(!1),n(null),l(H),g(j),P(R),F(D)}};return jsxRuntime.jsxs("div",{className:"dp-wrapper",ref:C,children:[jsxRuntime.jsxs("div",{className:`dp-input-container ${y||i?"focused":""} ${I?"":"invalid"}`,children:[jsxRuntime.jsx("div",{className:`dp-label ${y||i||s||d||k||T?"floating":""} ${I?"":"invalid"}`,children:e}),jsxRuntime.jsxs("div",{className:"dp-input-wrapper",onClick:()=>{x(!0)},children:[jsxRuntime.jsx(DateInputPart,{value:d,onChange:j=>{g(j),_(j,k,T)},max:12,min:1,length:2,placeholder:"MM",onClick:V}),jsxRuntime.jsx("span",{children:"/"}),jsxRuntime.jsx(DateInputPart,{value:k,onChange:j=>{P(j),_(d,j,T)},placeholder:"DD",max:31,min:1,length:2,onClick:V}),jsxRuntime.jsx("span",{children:"/"}),jsxRuntime.jsx("input",{type:"text",value:T,onChange:j=>{const R=j.target.value.replace(/\D/g,"");R.length<=4&&(F(R),R.length===4&&_(d,k,R))},onFocus:j=>j.target.select(),onBlur:()=>{T.length===4&&_(d,k,T)},className:"date-input-part",maxLength:4,placeholder:"YYYY"}),jsxRuntime.jsx("span",{className:"dp-icon",onClick:V,children:jsxRuntime.jsx("img",{src:DateRangeIcon,alt:"Calendar Icon"})})]})]}),i&&jsxRuntime.jsxs("div",{className:"dp-calendar",children:[jsxRuntime.jsxs("div",{className:"dp-header",children:[jsxRuntime.jsxs("div",{className:"dp-title",onClick:L,children:[o?`${u.start} - ${u.end}`:`${a.toLocaleString("default",{month:"long"})} ${a.getFullYear()}`,jsxRuntime.jsx("button",{className:"dp-toggle-icon",children:"▾"})]}),jsxRuntime.jsxs("div",{className:"dp-controls",children:[jsxRuntime.jsx("button",{onClick:()=>o?A(-1):z(-1),children:"‹"}),jsxRuntime.jsx("button",{onClick:()=>o?A(1):z(1),children:"›"})]})]}),!o&&jsxRuntime.jsx("div",{className:"dp-weekdays",children:WEEKDAYS.map(j=>jsxRuntime.jsx("div",{className:"dp-weekday",children:j},j))}),o?jsxRuntime.jsx("div",{className:"dp-years-grid",children:Array.from({length:u.end-u.start+1},(j,R)=>{const D=u.start+R;return jsxRuntime.jsx("div",{className:"dp-year-item",onClick:()=>M(D),children:D},D)})}):jsxRuntime.jsx("div",{className:`dp-days dp-slide-${f}`,children:S()},p)]})]})},CEFooter=()=>jsxRuntime.jsx("footer",{style:{zIndex:1100,backgroundColor:"var(--grey-color)",width:"100%",height:"36px",position:"fixed",bottom:"0",left:"0",textAlign:"center",display:"flex",justifyContent:"center",alignItems:"center",marginTop:"auto"},children:jsxRuntime.jsx("p",{style:{color:"var(--white-color)",fontSize:"0.8rem",margin:"0"},children:"© All rights reserved by Clean Earth."})}),CEGridLayout=({children:t,columns:e=12,gap:i="1rem",alignItems:r="stretch",justifyItems:s="stretch",gridTemplateColumns:n})=>jsxRuntime.jsx("div",{className:"grid-container",style:{display:"grid",gridTemplateColumns:n||`repeat(${e}, 1fr)`,gap:i,alignItems:r,justifyItems:s,backgroundColor:"transparent"},children:t}),CELogo=({src:t,alt:e="Logo",style:i})=>jsxRuntime.jsx("img",{src:t,alt:e,style:{height:25,...i}}),CESearchBar=({onFocus:t,onBlur:e})=>{const[i,r]=React2.useState(!1),[s,n]=React2.useState(""),[a,l]=React2.useState(["+ New Profile","Search Manifest","Label","Label","Label"]),[o,c]=React2.useState(["12015425 Profile","Search Manifest","Label","Label"]),u=(f,b)=>{f==="quickActions"?l(p=>p.filter((m,C)=>C!==b)):c(p=>p.filter((m,C)=>C!==b))},E=()=>{s.trim()!==""&&(c(f=>[s,...f]),n(""))};return jsxRuntime.jsxs("div",{className:"ceui-search-bar",children:[jsxRuntime.jsx("input",{type:"text",placeholder:"Search...",className:"ceui-search-input",value:s,onChange:f=>n(f.target.value),onFocus:()=>{r(!0),t&&t()},onBlur:()=>{setTimeout(()=>r(!1),200),e&&e()},onKeyDown:f=>{f.key==="Enter"&&E()}}),i&&jsxRuntime.jsxs("div",{className:"ceui-search-suggestions",children:[jsxRuntime.jsx("div",{className:"suggestion-category",children:"Quick actions"}),jsxRuntime.jsx("div",{className:"suggestions",children:a.map((f,b)=>jsxRuntime.jsxs("span",{className:"suggestion-item",onMouseDown:p=>p.preventDefault(),children:[f,jsxRuntime.jsx("button",{className:"close-icon",onClick:()=>u("quickActions",b),children:"✕"})]},b))}),jsxRuntime.jsx("div",{className:"suggestion-category",children:"Recent search"}),jsxRuntime.jsx("div",{className:"suggestions",children:o.map((f,b)=>jsxRuntime.jsxs("span",{className:"suggestion-item",onMouseDown:p=>p.preventDefault(),children:[f,jsxRuntime.jsx("button",{className:"close-icon",onClick:()=>u("recentSearche",b),children:"✕"})]},b))})]})]})},CESearchButton=({showSuggestions:t=!1})=>{const[e,i]=React2.useState(!1),[r,s]=React2.useState(!1),n=React2.useRef(null),a=l=>{n.current&&!n.current.contains(l.target)&&(i(!1),s(!1))};return React2.useEffect(()=>(e?document.addEventListener("mousedown",a):document.removeEventListener("mousedown",a),()=>{document.removeEventListener("mousedown",a)}),[e]),console.log("isSearchOpen:",e),console.log("showDropdown:",r),console.log("showSuggestions:",t),jsxRuntime.jsxs("div",{ref:n,className:`ceui-animated-search-wrapper ${e?"expanded":"collapsed"}`,children:[jsxRuntime.jsx("button",{className:"ceui-search-button","aria-label":"Open search",onClick:()=>i(!0),children:jsxRuntime.jsx("img",{src:"src/assets/SearchRounded.svg",alt:"Search"})}),e&&jsxRuntime.jsx(CESearchBar,{showSuggestions:e&&(t||r),onFocus:()=>s(!0),onBlur:()=>{setTimeout(()=>s(!1),200)}})]})},CEHelpButton=()=>jsxRuntime.jsx("button",{style:{background:"none",border:"none",cursor:"pointer",padding:0,margin:0,outline:"none"},children:jsxRuntime.jsx("img",{src:"src/assets/HelpRounded.svg",alt:""})}),CENotificationButton=()=>jsxRuntime.jsx("button",{style:{background:"none",border:"none",cursor:"pointer",padding:0,margin:0,outline:"none"},children:jsxRuntime.jsx("img",{src:"src/assets/NotificationBell.svg",alt:""})}),CEAvatarMenu=()=>{const[t,e]=React2.useState(!1),i=React2.useRef(null),r=()=>e(!t),s=n=>{i.current&&!i.current.contains(n.target)&&e(!1)};return React2.useEffect(()=>(t?document.addEventListener("mousedown",s):document.removeEventListener("mousedown",s),()=>{document.removeEventListener("mousedown",s)}),[t]),jsxRuntime.jsxs("div",{style:{position:"relative",zIndex:1e3},children:[jsxRuntime.jsx("img",{src:"src/assets/profile_pic.png",alt:"Profile",style:{width:40,height:40,borderRadius:"50%",cursor:"pointer"},onClick:r}),t&&jsxRuntime.jsxs("div",{ref:i,style:{position:"absolute",right:0,top:"100%",background:"white",border:"1px solid #ccc",boxShadow:"0 2px 10px rgba(0,0,0,0.1)",zIndex:9999,minWidth:120},children:[jsxRuntime.jsx("div",{style:menuItemStyle,children:"My Account"}),jsxRuntime.jsx("div",{style:menuItemStyle,children:"Settings"}),jsxRuntime.jsx("div",{style:menuItemStyle,children:"Logout"})]})]})},menuItemStyle={padding:"10px 15px",cursor:"pointer",fontSize:14,borderBottom:"1px solid #eee"},CEUserInfo=({name:t,role:e})=>jsxRuntime.jsxs("div",{className:"ceui-user-info",children:[jsxRuntime.jsx("span",{className:"ceui-user-name",children:t}),jsxRuntime.jsx("span",{className:"ceui-user-role",children:e})]}),CEHamburgerButton=({onClick:t,style:e})=>jsxRuntime.jsx("button",{onClick:t,style:{background:"none",border:"none",cursor:"pointer",padding:0,margin:0,outline:"none",...e},children:jsxRuntime.jsx("img",{src:"src/assets/MenuRounded.svg",alt:"Menu"})}),CEHeader=({headerColor:t="white",showSearchButton:e=!1,showHelpButton:i=!1,showNotificationButton:r=!1,showAvatarMenu:s=!1,showUserInfo:n=!1,showHamburgerButton:a=!1,showDrawer:l=!1,userInfoProps:o,onMenuClick:c,drawerJsonUrl:u="",isDrawerOpen:E=!1,onDrawerClose:f})=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("header",{className:"ceui-header",style:{backgroundColor:t},children:[jsxRuntime.jsxs("div",{className:"ceui-header-left",children:[jsxRuntime.jsx(CELogo,{src:"src/assets/connect_plus.svg",alt:"Core Logo",style:{height:35}}),a&&jsxRuntime.jsx(CEHamburgerButton,{onClick:c,style:{marginLeft:"16px"}})]}),jsxRuntime.jsxs("div",{className:"ceui-header-right",children:[e&&jsxRuntime.jsx(CESearchButton,{showSuggestions:!0}),i&&jsxRuntime.jsx(CEHelpButton,{}),r&&jsxRuntime.jsx(CENotificationButton,{}),s&&jsxRuntime.jsx(CEAvatarMenu,{}),n&&o&&jsxRuntime.jsx(CEUserInfo,{name:o.name,role:o.role})]})]}),l&&a&&jsxRuntime.jsx(CEDrawer,{jsonUrl:u,isOpen:E,onClose:f||(()=>{})})]}),CEGridMenuButton=()=>jsxRuntime.jsx("button",{style:{background:"none",border:"none",cursor:"pointer",padding:0,margin:0,outline:"none"},children:jsxRuntime.jsx("img",{src:"src/assets/Grid_4x4Rounded.svg",alt:""})}),CEInputBox=({value:t,onChange:e,placeholder:i="",type:r="text",maxLength:s,minLength:n,required:a=!1,customValidator:l,errorMessage:o="Invalid input",showError:c=!0,label:u,disabled:E=!1})=>{const[f,b]=React2.useState(!1),p=y=>{b(!0)},m=y=>{b(!1)},C=y=>{const x=y.target.value;r==="number"&&!/^\d*$/.test(x)||r==="alphanumeric"&&!/^[a-zA-Z0-9]*$/.test(x)||e(x)};return jsxRuntime.jsxs("div",{className:`validated-input-wrapper ${f?"focused":""}`,children:[u&&jsxRuntime.jsx("label",{className:`validated-input-label ${t||f?"shrink":""}`,children:u}),jsxRuntime.jsx("input",{type:r,value:t,onChange:C,onFocus:p,onBlur:m,placeholder:i||" ",className:"validated-input-field",disabled:E}),c&&!t&&jsxRuntime.jsx("div",{className:"validated-input-error",children:o})]})},CEInputDropDown=({options:t,selectedOptions:e,onChange:i,placeholder:r="Select options"})=>{const[s,n]=React2.useState(!1),[a,l]=React2.useState(""),o=React2.useRef(null),c="src/assets/KeyboardArrowDownRounded.svg",u=m=>{const C=e.includes(m)?e.filter(y=>y!==m):[...e,m];i(C),l("")},E=()=>{i([])},f=m=>{const C=e.filter(y=>y!==m);i(C)},b=t.filter(m=>m.label.toLowerCase().includes(a.toLowerCase()));React2.useEffect(()=>{const m=C=>{o.current&&!o.current.contains(C.target)&&n(!1)};return document.addEventListener("mousedown",m),()=>{document.removeEventListener("mousedown",m)}},[]);const p=()=>{if(e.length===t.length)i([]);else{const m=t.map(C=>C.label);i(m)}};return jsxRuntime.jsxs("div",{className:"dropdown-container",ref:o,children:[jsxRuntime.jsx("div",{className:"dropdown",children:jsxRuntime.jsxs("div",{className:"search-container",onClick:()=>n(m=>!m),children:[jsxRuntime.jsx("div",{className:"selected-tags",children:e.map(m=>jsxRuntime.jsxs("span",{className:"tag",children:[m,jsxRuntime.jsx("button",{className:"remove-tag",onClick:C=>{C.stopPropagation(),f(m)},children:"×"})]},m))}),jsxRuntime.jsx("input",{type:"text",className:"search-input",placeholder:e.length===0?r:"",value:a,onChange:m=>l(m.target.value)}),e.length>0&&jsxRuntime.jsx("button",{className:"clear-button",onClick:m=>{m.stopPropagation(),E(),l("")},children:"× "}),jsxRuntime.jsx("span",{className:"dropdown-toggle-icon",children:jsxRuntime.jsx("img",{src:c,alt:"Toggle Dropdown",className:s?"rotate-icon":""})})]})}),s&&jsxRuntime.jsxs("div",{className:"options open",children:[jsxRuntime.jsx("div",{className:"select-clear-container",children:jsxRuntime.jsx("span",{className:"select-all",onClick:p,children:e.length===t.length?"Clear All":"Select All"})}),b.map(m=>jsxRuntime.jsxs("div",{className:"option",onClick:()=>u(m.label),children:[jsxRuntime.jsx("input",{type:"checkbox",checked:e.includes(m.label),onChange:()=>u(m.label)}),jsxRuntime.jsx("label",{children:m.label})]},m.label))]})]})},CELinearProgressBar=({duration:t,color:e="#4caf50",backgroundColor:i="#e0e0e0",height:r="10px",isActive:s=!1})=>{const n=React2.useRef(null);return React2.useEffect(()=>{const a=n.current;if(!(!a||!s))return a.style.width="0%",a.style.transition="none",a.offsetWidth,requestAnimationFrame(()=>{a&&(a.style.transition=`width ${t}ms linear`,a.style.width="100%")}),()=>{a&&(a.style.width="0%",a.style.transition="none")}},[t,s]),jsxRuntime.jsx("div",{className:"snackbar__progress-container",style:{height:r},children:jsxRuntime.jsx("div",{ref:n,className:"snackbar__progress-bar"})})},CEMenuBar=({menuData:t})=>{const[e,i]=React2.useState({}),r=(o,c)=>{i(u=>({...u,[o]:c}))};useEscapeKey(()=>{i({})});const n=o=>o.children&&o.children.length>0,a=o=>o.some(c=>n(c)),l=(o,c="")=>!o||o.length===0?null:jsxRuntime.jsx("ul",{className:c?"ce-submenu":"ce-dropdown",children:o.map(u=>{const E=c?`${c}-${u.name}`:u.name,f=n(u);return jsxRuntime.jsxs("li",{className:`ce-dropdown-item ${f?"has-submenu":""}`,onMouseEnter:()=>f&&r(E,!0),onMouseLeave:()=>f&&r(E,!1),onClick:()=>console.log(`Clicked: ${u.name}`),children:[u.name,f&&jsxRuntime.jsx("span",{className:"ce-icon right",children:"▶"}),f&&e[E]&&l(u.children,E)]},E)})});return jsxRuntime.jsx("div",{className:"ce-menu-bar",children:jsxRuntime.jsx("div",{className:"ce-menu-container",children:t.map(o=>{const c=a(o.items);return jsxRuntime.jsxs("div",{className:"ce-menu-item",onMouseEnter:()=>c&&r(o.title,!0),onMouseLeave:()=>c&&r(o.title,!1),children:[jsxRuntime.jsxs("button",{className:"ce-menu-button",children:[o.title,c&&jsxRuntime.jsx("span",{className:"ce-icon",children:"▼"})]}),c&&e[o.title]&&l(o.items,o.title)]},o.title)})})})},CERadioButton=({label:t,value:e,checked:i,onChange:r})=>jsxRuntime.jsxs("label",{style:{display:"flex",alignItems:"center",margin:"0.5rem 0"},children:[jsxRuntime.jsx("input",{type:"radio",value:e,checked:i,onChange:()=>r(e),style:{marginRight:"0.5rem"}}),t]}),CERadioButtonGroup=({options:t,name:e,defaultValue:i,onChange:r,direction:s="horizontal"})=>{const[n,a]=React2.useState(i||""),l=o=>{a(o),r(o)};return jsxRuntime.jsx("div",{className:`radio-button-group ${s}`,role:"radiogroup","aria-labelledby":e,children:t.map(o=>jsxRuntime.jsx("div",{className:"radio-button",children:jsxRuntime.jsx(CERadioButton,{label:o.label,value:o.value,checked:n===o.value,onChange:l})},o.value))})},saveSelection=()=>{const t=window.getSelection();return t!=null&&t.rangeCount?t.getRangeAt(0):null},restoreSelection=t=>{if(t){const e=window.getSelection();e==null||e.removeAllRanges(),e==null||e.addRange(t)}},CERichTextEditor=({initialValue:t="",onChange:e,width:i="100%",height:r="auto",minHeight:s="200px",maxHeight:n="none",className:a="",style:l={},editorStyle:o={}})=>{const c=React2.useRef(null),[u,E]=React2.useState("3"),[f,b]=React2.useState("Arial"),[p,m]=React2.useState({bold:!1,italic:!1,underline:!1,strikeThrough:!1,subscript:!1,superscript:!1,justifyLeft:!0,justifyCenter:!1,justifyRight:!1,justifyFull:!1});React2.useEffect(()=>{c.current&&t&&(c.current.innerHTML=t)},[t]);const C=React2.useCallback(P=>{try{return document.queryCommandState(P)}catch{return!1}},[]),y=React2.useCallback(()=>{m({bold:C("bold"),italic:C("italic"),underline:C("underline"),strikeThrough:C("strikethrough"),subscript:C("subscript"),superscript:C("superscript"),justifyLeft:C("justifyLeft"),justifyCenter:C("justifyCenter"),justifyRight:C("justifyRight"),justifyFull:C("justifyFull")})},[C]),x=React2.useCallback((P,T="")=>{var $,O;const F=saveSelection(),I=document.getSelection();if(P==="createLink"){const V=prompt("Enter URL:");if(V){restoreSelection(F),document.execCommand("createLink",!1,V);const G=($=I==null?void 0:I.anchorNode)==null?void 0:$.parentElement;G instanceof HTMLAnchorElement&&(G.target="_blank",G.rel="noopener noreferrer")}}else if(P==="insertImage"){const V=prompt("Enter image URL:");if(V){restoreSelection(F);const G=`<img src="${V}" alt="image" style="max-width: 100%; height: auto;"/>`;document.execCommand("insertHTML",!1,G)}}else P==="fontSize"||P==="fontName"?(restoreSelection(F),document.execCommand(P,!0,T),P==="fontSize"?E(T):b(T)):(restoreSelection(F),document.execCommand(P,!1,T));c.current&&(e==null||e(c.current.innerHTML)),(O=c.current)==null||O.focus(),y()},[e,y]),d=P=>{if(P.key==="Tab"&&(P.preventDefault(),document.execCommand("insertHTML",!1," ")),P.ctrlKey||P.metaKey)switch(P.key.toLowerCase()){case"z":P.preventDefault(),P.shiftKey?x("redo"):x("undo");break;case"y":P.preventDefault(),x("redo");break}},g=[{value:"1",label:"2"},{value:"2",label:"4"},{value:"3",label:"6"},{value:"4",label:"8"},{value:"5",label:"10"},{value:"6",label:"12"},{value:"7",label:"14"}],k=["Arial","Times New Roman","Courier New","Georgia","Verdana","Helvetica","Serif Fonts","Algerian"];return jsxRuntime.jsxs("div",{className:`rich-text-editor ${a}`,style:{width:i,height:r,...l},children:[jsxRuntime.jsxs("div",{className:"toolbar",children:[jsxRuntime.jsx("div",{className:"toolbar-group",children:jsxRuntime.jsx("button",{onClick:()=>x("bold"),className:`toolbar-button ${p.bold?"active":""}`,title:"Bold",children:jsxRuntime.jsx("strong",{children:"B"})})}),jsxRuntime.jsx("div",{className:"toolbar-group",children:jsxRuntime.jsx("button",{onClick:()=>x("italic"),className:`toolbar-button ${p.italic?"active":""}`,title:"Italic",children:jsxRuntime.jsx("em",{children:"I"})})}),jsxRuntime.jsx("div",{className:"toolbar-group",children:jsxRuntime.jsx("button",{onClick:()=>x("underline"),className:`toolbar-button ${p.underline?"active":""}`,title:"Underline",children:jsxRuntime.jsx("u",{children:"U"})})}),jsxRuntime.jsx("div",{className:"toolbar-group",children:jsxRuntime.jsx("button",{onClick:()=>x("strikeThrough"),className:`toolbar-button ${p.strikeThrough?"active":""}`,title:"Strike Through",children:jsxRuntime.jsx("s",{children:"S"})})}),jsxRuntime.jsx("div",{className:"toolbar-group",children:jsxRuntime.jsx("button",{onClick:()=>x("subscript"),className:`toolbar-button ${p.subscript?"active":""}`,title:"Subscript",children:"X₂"})}),jsxRuntime.jsx("div",{className:"toolbar-group",children:jsxRuntime.jsx("button",{onClick:()=>x("superscript"),className:`toolbar-button ${p.superscript?"active":""}`,title:"Superscript",children:"X²"})}),jsxRuntime.jsx("div",{className:"toolbar-group",children:jsxRuntime.jsx("button",{onClick:()=>x("justifyLeft"),className:`toolbar-button ${p.justifyLeft?"active":""}`,title:"Align Left",children:"⇤"})}),jsxRuntime.jsx("div",{className:"toolbar-group",children:jsxRuntime.jsx("button",{onClick:()=>x("justifyCenter"),className:`toolbar-button ${p.justifyCenter?"active":""}`,title:"Center",children:"⇔"})}),jsxRuntime.jsx("div",{className:"toolbar-group",children:jsxRuntime.jsx("button",{onClick:()=>x("justifyRight"),className:`toolbar-button ${p.justifyRight?"active":""}`,title:"Align Right",children:"⇥"})}),jsxRuntime.jsx("div",{className:"toolbar-group",children:jsxRuntime.jsx("button",{onClick:()=>x("justifyFull"),className:`toolbar-button ${p.justifyFull?"active":""}`,title:"Justify",children:"≡"})}),jsxRuntime.jsxs("div",{className:"toolbar-group",children:[jsxRuntime.jsx("button",{onClick:()=>x("insertUnorderedList"),className:"toolbar-button",title:"Bullet List",children:"●"}),jsxRuntime.jsx("button",{onClick:()=>x("insertOrderedList"),className:"toolbar-button",title:"Numbered List",children:"1. 2. 3."})]}),jsxRuntime.jsx("div",{className:"toolbar-group",children:jsxRuntime.jsx("select",{value:u,onChange:P=>x("fontSize",P.target.value),className:"toolbar-select",title:"Font Size",children:g.map(P=>jsxRuntime.jsx("option",{value:P.value,children:P.label},P.value))})}),jsxRuntime.jsx("div",{className:"toolbar-group",children:jsxRuntime.jsx("select",{value:f,onChange:P=>x("fontName",P.target.value),className:"toolbar-select",title:"Font Family",children:k.map(P=>jsxRuntime.jsx("option",{value:P,children:P},P))})}),jsxRuntime.jsxs("div",{className:"toolbar-group",children:[jsxRuntime.jsx("button",{onClick:()=>x("createLink"),className:"toolbar-button",title:"Insert Link",children:"🔗"}),jsxRuntime.jsx("button",{onClick:()=>x("insertImage"),className:"toolbar-button",title:"Insert Image",children:"📷"})]}),jsxRuntime.jsxs("div",{className:"toolbar-group",children:[jsxRuntime.jsx("button",{onClick:()=>x("undo"),className:"toolbar-button",title:"Undo (Ctrl+Z)",children:"↩"}),jsxRuntime.jsx("button",{onClick:()=>x("redo"),className:"toolbar-button",title:"Redo (Ctrl+Y)",children:"↪"})]})]}),jsxRuntime.jsx("div",{ref:c,className:"editor-content",contentEditable:!0,style:{minHeight:s,maxHeight:n,height:r==="auto"?"auto":"100%",...o},onKeyDown:d,onKeyUp:y,onMouseUp:y,onInput:()=>{c.current&&(e==null||e(c.current.innerHTML)),y()}})]})},CETabView=({tabs:t,renderContent:e})=>{const[i,r]=React2.useState(t[0]);return jsxRuntime.jsxs("div",{className:"tabview-container",children:[jsxRuntime.jsx("div",{className:"tabview-sidebar",children:t.map(s=>jsxRuntime.jsx("div",{className:`tabview-tab ${i===s?"tabview-tab-active":""}`,onClick:()=>r(s),children:s},s))}),jsxRuntime.jsx("div",{className:"tabview-content",children:e(i)})]})},CETimePicker=({label:t="Select Time",onChange:e,initialTime:i="",className:r=""})=>{const[s,n]=React2.useState(!1),[a,l]=React2.useState(i),[o,c]=React2.useState("12"),[u,E]=React2.useState("00"),[f,b]=React2.useState("AM"),[p,m]=React2.useState(!1),[C,y]=React2.useState(""),[x,d]=React2.useState(""),g=React2.useRef(null),k=Array.from({length:12},(L,A)=>String(A+1).padStart(2,"0")),P=Array.from({length:60},(L,A)=>String(A).padStart(2,"0")),T=(L,A)=>{if(!L)return"";const M=parseInt(L);return A==="hours"?M>12?"12":M===0?"01":L.padStart(2,"0"):M>59?"59":L.padStart(2,"0")},F=L=>{const A=L.target.value,M=L.target.selectionStart||0;let S=o,_=u,j=f,R=a;if(M<=2){const D=A.substring(0,2).replace(/[^0-9]/g,"");if(D){if(D.length===1){const B=parseInt(D);B>=2&&B<=9?(S=D.padStart(2,"0"),setTimeout(()=>{g.current&&g.current.setSelectionRange(3,5)},10)):(S=D,setTimeout(()=>{g.current&&g.current.setSelectionRange(1,1)},10))}else if(D.length===2){const B=parseInt(D);B>=1&&B<=12?(S=D,setTimeout(()=>{g.current&&g.current.setSelectionRange(3,5)},10)):(S=D[0],setTimeout(()=>{g.current&&g.current.setSelectionRange(1,1)},10))}R=`${S}:${u} ${f}`}}else if(M>=3&&M<=5){const D=A.indexOf(":")+1,B=A.substring(D,D+2).replace(/[^0-9]/g,"");if(B){if(B.length===1)_=B,R=`${o}:${_} ${f}`,setTimeout(()=>{g.current&&g.current.setSelectionRange(4,4)},10);else if(B.length===2){const N=parseInt(B);N>=0&&N<=59?(_=B,setTimeout(()=>{g.current&&g.current.setSelectionRange(6,8)},10)):(_=B[0],setTimeout(()=>{g.current&&g.current.setSelectionRange(4,4)},10))}R=`${o}:${_} ${f}`}}else if(M>=6){const B=A.substring(A.lastIndexOf(" ")+1).toUpperCase();B.startsWith("A")?(j="AM",R=`${o}:${u} AM`):B.startsWith("P")&&(j="PM",R=`${o}:${u} PM`)}c(S),E(_),b(j),l(R),n(!1),e==null||e(R)},I=L=>{if(!["Backspace","Delete","ArrowLeft","ArrowRight","Tab","Enter","0","1","2","3","4","5","6","7","8","9",":","A","P","M"," ","a","p","m"].includes(L.key)){L.preventDefault();return}if(L.key==="Enter"||L.key===":"){L.preventDefault();const M=L.currentTarget.selectionStart||0;if(M<=2){if(C){const S=T(C,"hours");c(S),y(""),l(`${S}:${u} ${f}`)}L.currentTarget.setSelectionRange(3,5)}else if(M>=3&&M<=5){if(x){const S=T(x,"minutes");E(S),d(""),l(`${o}:${S} ${f}`)}L.currentTarget.setSelectionRange(6,8)}}},$=L=>{const A=L.currentTarget.selectionStart||0,M=g.current;M&&(A<=1?M.setSelectionRange(0,2):A>=3&&A<=4?M.setSelectionRange(3,5):A>=6&&M.setSelectionRange(6,8))},O=()=>{n(!0),m(!0)},V=(L,A)=>{const M=L==="hours"?A:o,S=L==="minutes"?A:u,_=L==="period"?A:f;c(M),E(S),b(_);const j=`${M}:${S} ${_}`;l(j),e==null||e(j)},G=()=>{const L=`${o}:${u} ${f}`;l(L),n(!1),e==null||e(L)},z=()=>{l(""),c("12"),E("00"),b("AM"),n(!1),m(!1)};return jsxRuntime.jsxs("div",{className:`time-picker-container ${r}`,children:[jsxRuntime.jsxs("div",{className:`time-picker-input ${s||p?"active":""}`,children:[jsxRuntime.jsx("input",{ref:g,type:"text",value:a,onChange:F,onKeyDown:I,onClick:L=>{a||O(),$(L)},onFocus:()=>m(!0),onBlur:()=>!s&&m(!1),placeholder:p||a?"hh:mm AM":"",className:"time-input",maxLength:8}),jsxRuntime.jsx("label",{className:`floating-label ${s||p||a?"active":""}`,children:t}),jsxRuntime.jsx("span",{className:"clock-icon",onClick:L=>{L.stopPropagation(),O()},children:jsxRuntime.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[jsxRuntime.jsx("circle",{cx:"12",cy:"12",r:"10"}),jsxRuntime.jsx("path",{d:"M12 6v6l4 2"})]})})]}),jsxRuntime.jsxs("div",{className:`time-picker-popup ${s?"open":""}`,children:[jsxRuntime.jsxs("div",{className:"time-picker-sections",children:[jsxRuntime.jsxs("div",{className:"time-section",children:[jsxRuntime.jsx("div",{className:"section-label",children:"Hours"}),jsxRuntime.jsx("div",{className:"time-list",children:k.map(L=>jsxRuntime.jsx("div",{className:`time-item ${L===o?"selected":""}`,onClick:()=>V("hours",L),children:L},L))})]}),jsxRuntime.jsxs("div",{className:"time-section",children:[jsxRuntime.jsx("div",{className:"section-label",children:"Minutes"}),jsxRuntime.jsx("div",{className:"time-list",children:P.map(L=>jsxRuntime.jsx("div",{className:`time-item ${L===u?"selected":""}`,onClick:()=>V("minutes",L),children:L},L))})]}),jsxRuntime.jsxs("div",{className:"time-section period",children:[jsxRuntime.jsx("div",{className:"section-label",children:"Period"}),jsxRuntime.jsx("div",{className:"period-list",children:["AM","PM"].map(L=>jsxRuntime.jsx("div",{className:`period-item ${L===f?"selected":""}`,onClick:()=>V("period",L),children:L},L))})]})]}),jsxRuntime.jsxs("div",{className:"time-picker-actions",children:[jsxRuntime.jsx("button",{className:"time-picker-button cancel",onClick:z,children:"Cancel"}),jsxRuntime.jsx("button",{className:"time-picker-button ok",onClick:G,children:"OK"})]})]})]})},TransferItem=({label:t,checked:e,onChange:i,disabled:r})=>jsxRuntime.jsx(CECheckBox,{label:t,checked:e,onChange:i,disabled:r}),CETransferButton=({label:t,onClick:e,disabled:i=!1,className:r=""})=>jsxRuntime.jsx("button",{onClick:e,disabled:i,className:`transfer-button ${r}`,children:t}),TransferList=({dataUrl:t,onTransfer:e,containerClass:i="",boxClass:r="",buttonClass:s=""})=>{const[n,a]=React2.useState([]),[l,o]=React2.useState([]),[c,u]=React2.useState(!0),[E,f]=React2.useState(null),[b,p]=React2.useState(new Set),[m,C]=React2.useState(new Set);React2.useEffect(()=>{(async()=>{var P,T;try{u(!0),f(null);const I=(await axios.get(t)).data.items||[];a(I.slice(0,Math.ceil(I.length/2))),o(I.slice(Math.ceil(I.length/2)))}catch(F){f(axios.isAxiosError(F)?((T=(P=F.response)==null?void 0:P.data)==null?void 0:T.message)||F.message:"An error occurred")}finally{u(!1)}})()},[]);const y=k=>{if(k==="available"){const P=n.filter(F=>b.has(F.id)).sort((F,I)=>{const $=parseInt(F.id.replace(/\D/g,"")),O=parseInt(I.id.replace(/\D/g,""));return $-O}),T=n.filter(F=>!b.has(F.id));a(T),o(F=>[...F,...P].sort(($,O)=>{const V=parseInt($.id.replace(/\D/g,"")),G=parseInt(O.id.replace(/\D/g,""));return V-G})),p(new Set)}else{const P=l.filter(F=>m.has(F.id)).sort((F,I)=>{const $=parseInt(F.id.replace(/\D/g,"")),O=parseInt(I.id.replace(/\D/g,""));return $-O}),T=l.filter(F=>!m.has(F.id));o(T),a(F=>[...F,...P].sort(($,O)=>{const V=parseInt($.id.replace(/\D/g,"")),G=parseInt(O.id.replace(/\D/g,""));return V-G})),C(new Set)}e(l,n)},x=(k,P,T)=>{T(F=>{const I=new Set(F);return I.has(k)?I.delete(k):I.add(k),I})},d=(k,P,T)=>F=>{const I=new Set(P),$=k.filter(O=>!O.disabled);F?$.forEach(O=>I.add(O.id)):$.forEach(O=>I.delete(O.id)),T(I)},g=(k,P,T,F)=>{const I=k.filter(z=>!z.disabled),$=I.length>0&&I.every(z=>P.has(z.id)),O=P.size,V=k.length,G=k.length===0;return jsxRuntime.jsxs("div",{className:`transfer-box ${r}`,children:[jsxRuntime.jsx("div",{className:"transfer-box-header",children:jsxRuntime.jsxs("div",{className:"header-content",children:[jsxRuntime.jsx("div",{className:"checkbox-wrapper",children:jsxRuntime.jsx(CECheckBox,{label:"",checked:$,onChange:d(k,P,T),disabled:G})}),jsxRuntime.jsxs("div",{className:"title-section",children:[jsxRuntime.jsx("div",{className:"title",children:F}),jsxRuntime.jsxs("div",{className:"count-text",children:[O,"/",V," selected"]})]})]})}),jsxRuntime.jsx("div",{className:"transfer-items",children:k.map(z=>jsxRuntime.jsx(TransferItem,{label:z.label,checked:P.has(z.id),disabled:z.disabled,onChange:()=>x(z.id,P,T)},z.id))})]})};return c?jsxRuntime.jsx("div",{children:"Loading..."}):E?jsxRuntime.jsxs("div",{children:["Error: ",E]}):jsxRuntime.jsxs("div",{className:`transfer-list-container ${i}`,children:[g(n,b,p,"Choices"),jsxRuntime.jsxs("div",{className:"transfer-buttons",children:[jsxRuntime.jsx(CETransferButton,{label:">>",onClick:()=>y("available"),disabled:b.size===0,className:s}),jsxRuntime.jsx(CETransferButton,{label:"<<",onClick:()=>y("chosen"),disabled:m.size===0,className:s})]}),g(l,m,C,"Chosen")]})};exports.CEAvatarMenu=CEAvatarMenu;exports.CEBreadcrumbs=Breadcrumbs;exports.CEButton=CEButton;exports.CECheckbox=CECheckBox;exports.CEChipInput=CEChipInput;exports.CEDataGridDynamicTable=CEDataGridDynamicTable;exports.CEDatePicker=CEDatePicker;exports.CEDialogBox=CEDialogBox;exports.CEDrawer=CEDrawer;exports.CEFooter=CEFooter;exports.CEGridLayout=CEGridLayout;exports.CEGridMenuButton=CEGridMenuButton;exports.CEHamburgerButton=CEHamburgerButton;exports.CEHeader=CEHeader;exports.CEInputBox=CEInputBox;exports.CEInputDropDown=CEInputDropDown;exports.CELinearProgressBar=CELinearProgressBar;exports.CELogo=CELogo;exports.CEMenuBar=CEMenuBar;exports.CEMessageModal=CEMessageModal;exports.CENotificationButton=CENotificationButton;exports.CEPagination=CEPagination;exports.CERadioButton=CERadioButton;exports.CERadioGroup=CERadioButtonGroup;exports.CERichTextEditor=CERichTextEditor;exports.CESearchBar=CESearchBar;exports.CESearchButton=CESearchButton;exports.CESnackBar=CESnackBar;exports.CEStepper=CEStepper;exports.CETabView=CETabView;exports.CETimePicker=CETimePicker;exports.CETransferButton=CETransferButton;exports.CEUserInfo=CEUserInfo;exports.TransferList=TransferList;
|