added AE extension folder
diff --git a/extension/.debug b/extension/.debug
new file mode 100644
index 0000000..9ed3612
--- /dev/null
+++ b/extension/.debug
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?> 
+<ExtensionList>
+    <Extension Id="com.bodymovin.bodymovin">
+        <HostList>
+           
+            <!-- Comment Host tags according to the apps you want your panel to support -->
+            
+            <!-- Photoshop -->
+            <Host Name="PHXS" Port="8088"/>
+            
+            <!-- Illustrator -->
+            <Host Name="ILST" Port="8089"/>
+
+            <!-- InDesign -->
+            <Host Name="IDSN" Port="8090" />
+            
+            <!-- Premiere -->
+            <Host Name="PPRO" Port="8091" />
+            
+            <!-- AfterEffects -->
+            <Host Name="AEFT" Port="8092" />
+            
+            <!-- PRELUDE -->
+            <Host Name="PRLD" Port="8093" />
+            
+            <!-- FLASH Pro -->
+            <Host Name="FLPR" Port="8094" />
+                        
+        </HostList>
+    </Extension>
+</ExtensionList>
+ 
\ No newline at end of file
diff --git a/extension/CSXS/manifest.xml b/extension/CSXS/manifest.xml
new file mode 100644
index 0000000..bfa91ff
--- /dev/null
+++ b/extension/CSXS/manifest.xml
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ExtensionManifest Version="5.0" ExtensionBundleId="com.bodymovin.bodymovin" ExtensionBundleVersion="1.0.0"
+		ExtensionBundleName="bodymovin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<ExtensionList>
+		<Extension Id="com.bodymovin.bodymovin" Version="1.0" />
+	</ExtensionList>
+	<ExecutionEnvironment>
+		<HostList>
+            <!-- Uncomment Host tags according to the apps you want your panel to support -->
+            <!-- Photoshop -->
+
+            <Host Name="AEFT" Version="[13.0,13.9]" />
+            <Host Name="PHSP" Version="[15.0,15.9]" />
+
+            <!-- Illustrator -->
+            <!-- <Host Name="ILST" Version="[18.0,18.9]" />-->
+            <!-- InDesign -->
+            <!-- <Host Name="IDSN" Version="[10.0,10.9]" /> -->          
+            <!-- Premiere -->
+            <!-- <Host Name="PPRO" Version="[8.0,8.9]" /> -->
+            <!-- AfterEffects -->
+            <!-- <Host Name="AEFT" Version="[13.0,13.9]" /> -->
+            <!-- PRELUDE -->
+            <!-- <Host Name="PRLD" Version="[3.0,3.9]" />   -->
+            <!-- FLASH Pro -->
+            <!-- <Host Name="FLPR" Version="[14.0,14.9]" /> -->
+
+		</HostList>
+		<LocaleList>
+			<Locale Code="All" />
+		</LocaleList>
+		<RequiredRuntimeList>
+			<RequiredRuntime Name="CSXS" Version="5.0" />
+		</RequiredRuntimeList>
+	</ExecutionEnvironment>
+	<DispatchInfoList>
+		<Extension Id="com.bodymovin.bodymovin">
+			<DispatchInfo >
+				<Resources>
+				<MainPath>./index.html</MainPath>
+				<ScriptPath>./jsx/hostscript.jsx</ScriptPath>
+				</Resources>
+				<Lifecycle>
+					<AutoVisible>true</AutoVisible>
+				</Lifecycle>
+				<UI>
+					<Type>Panel</Type>
+					<Menu>bodymovin</Menu>
+					<Geometry>
+						<Size>
+							<Height>500</Height>
+							<Width>300</Width>
+						</Size>
+                    <!--<MinSize>
+                            <Height>550</Height>
+                            <Width>400</Width>
+                        </MinSize>
+                        <MaxSize>
+                            <Height>550</Height>
+                            <Width>400</Width>
+                        </MaxSize>-->
+                        
+					</Geometry>
+					<Icons>
+						<Icon Type="Normal">./icons/iconNormal.png</Icon>
+						<Icon Type="RollOver">./icons/iconRollover.png</Icon>
+						<Icon Type="Disabled">./icons/iconDisabled.png</Icon>
+						<Icon Type="DarkNormal">./icons/iconDarkNormal.png</Icon>
+						<Icon Type="DarkRollOver">./icons/iconDarkRollover.png</Icon>
+					</Icons>					
+				</UI>
+			</DispatchInfo>
+		</Extension>
+	</DispatchInfoList>
+</ExtensionManifest>
\ No newline at end of file
diff --git a/extension/assets/player/bm.js b/extension/assets/player/bm.js
new file mode 100644
index 0000000..96c548f
--- /dev/null
+++ b/extension/assets/player/bm.js
@@ -0,0 +1,4 @@
+(function(window){function Matrix(t){var e=this;e._t=e.transform,e.a=e.d=1,e.b=e.c=e.e=e.f=0,e.props=[1,0,0,1,0,0],e.cssParts=["matrix(","",")"],e.a1=e.b1=e.c1=e.d1=e.e1=e.f1=0,e.context=t,e.cos=e.sin=0,t&&t.setTransform(1,0,0,1,0,0)}function BM_CanvasRenderingContext2D(t){this.renderer=t}function matrixManagerFunction(){var t=new Matrix,e=function(t,e,a,s,r,i,n,o,h){var l,p,m,d,c,u,f;return l=$M([[1,0,0,0],[0,Math.cos(t),Math.sin(-t),0],[0,Math.sin(t),Math.cos(t),0],[0,0,0,1]]),p=$M([[Math.cos(e),0,Math.sin(e),0],[0,1,0,0],[Math.sin(-e),0,Math.cos(e),0],[0,0,0,1]]),m=$M([[Math.cos(a),Math.sin(-a),0,0],[Math.sin(a),Math.cos(a),0,0],[0,0,1,0],[0,0,0,1]]),c=$M([[s,0,0,0],[0,r,0,0],[0,0,i,0],[0,0,0,1]]),u=l.x(p).x(m).x(c),u=u.transpose(),f=$M([[1,0,0,0],[0,1,0,0],[0,0,1,0],[n,o,h,1]]),u=u.x(f),d="matrix3d(",d+=u.e(1,1).toFixed(5)+","+u.e(1,2).toFixed(5)+","+u.e(1,3).toFixed(5)+","+u.e(1,4).toFixed(5)+",",d+=u.e(2,1).toFixed(5)+","+u.e(2,2).toFixed(5)+","+u.e(2,3).toFixed(5)+","+u.e(2,4).toFixed(5)+",",d+=u.e(3,1).toFixed(5)+","+u.e(3,2).toFixed(5)+","+u.e(3,3).toFixed(5)+","+u.e(3,4).toFixed(5)+",",d+=u.e(4,1).toFixed(5)+","+u.e(4,2).toFixed(5)+","+u.e(4,3).toFixed(5)+","+u.e(4,4).toFixed(5),d+=")"},a=function(e,a,s,r,i){return t.reset().translate(r,i).rotate(e).scale(a,s).toCSS()},s=function(e,a,s,r,i){return t.reset().translate(r,i).rotate(e).scale(a,s).toArray()},r=function(t){return a(t.r,t.s[0],t.s[1],t.p[0],t.p[1])},i=function(t,s){return s?e(-t.tr.r[0],t.tr.r[1],t.tr.r[2],t.tr.s[0],t.tr.s[1],t.tr.s[2],t.tr.p[0],t.tr.p[1],t.tr.p[2]):a(t.tr.r[2],t.tr.s[0],t.tr.s[1],t.tr.p[0],t.tr.p[1])},n=function(t,s){return s?e(-t.r[0],t.r[1],t.r[2],t.s[0],t.s[1],t.s[2],t.p[0],t.p[1],t.p[2]):a(t.r[2],t.s[0],t.s[1],t.p[0],t.p[1])},o=function(t,e){return e?null:s(t.r[2],t.s[0],t.s[1],t.p[0],t.p[1])};return{get2DMatrix:r,getMatrix:i,getMatrix2:n,getMatrixArray:o,getMatrixArrayFromParams:s,getMatrix2FromParams:a}}function styleDiv(t){t.style.position="absolute",t.style.top=0,t.style.left=0,t.style.display="block",t.style.verticalAlign="top",t.style.backfaceVisibility=t.style.webkitBackfaceVisibility="hidden",styleUnselectableDiv(t)}function styleUnselectableDiv(t){t.style.userSelect="none",t.style.MozUserSelect="none",t.style.webkitUserSelect="none",t.style.oUserSelect="none"}function randomString(t,e){void 0===e&&(e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890");var a,s="";for(a=t;a>0;--a)s+=e[Math.round(Math.random()*(e.length-1))];return s}function componentToHex(t){var e=t.toString(16);return 1==e.length?"0"+e:e}function fillToRgba(t,e){if(!cachedColors[t]){var a=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);cachedColors[t]=parseInt(a[1],16)+","+parseInt(a[2],16)+","+parseInt(a[3],16)}return"rgba("+cachedColors[t]+","+e+")"}function createElement(t,e,a){if(!e){var s=Object.create(t.prototype,a),r={};return s&&"[object Function]"===r.toString.call(s.init)&&s.init(),s}e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype.parent=t.prototype}function defineDescriptor(t,e,a,s){var r={writable:!1,configurable:!1,enumerable:!1,value:a};if(s)for(var i in s)r[i]=s[i];var n={};t&&"[object Function]"===n.toString.call(t)&&(t=t.prototype),Object.defineProperty(t,e,r)}function defineAccessor(t,e,a){var s,r={enumerable:!1,configurable:!1,get:function(){return s},set:function(t){s=t}};if(a)for(var i in a)r[i]=a[i];var n={};t&&"[object Function]"===n.toString.call(t)&&(t=t.prototype),Object.defineProperty(t,e,r)}function bezFunction(){function t(t,e,a,s,r,i){return l.abs((a-t)*(i-e)-(r-t)*(s-e))<1e-5}function e(t){return h[t].fnc}function a(t,e,a,s,r){if(r||(r=("bez_"+t+"_"+e+"_"+a+"_"+s).replace(/\./g,"p")),h[r])return h[r];var i,n,o,l,p,m;return h[r]=function(r,h,d,c,u){var f=h/u;r=f;for(var y,g=0;++g<14&&(o=3*t,n=3*(a-t)-o,i=1-o-n,y=r*(o+r*(n+r*i))-f,!(Math.abs(y)<.001));)r-=y/(o+r*(2*n+3*i*r));m=3*e,p=3*(s-e)-m,l=1-m-p;var v=r*(m+r*(p+r*l));return c*v+d},h[r]}function s(t){this.segmentLength=0,this.points=new Array(t)}function r(e){var a,r,i,n,o,h,l,p=e.s,m=e.e,d=e.to,c=e.ti,u=500,f=0,y=null;(p[0]!=m[0]||p[1]!=m[1])&&t(p[0],p[1],m[0],m[1],p[0]+d[0],p[1]+d[1])&&t(p[0],p[1],m[0],m[1],m[0]+c[0],m[1]+c[1])&&(u=2);var g=new s(u);for(i=d.length,a=0;u>a;a+=1){for(l=[],o=a/(u-1),h=0,r=0;i>r;r+=1)n=Math.pow(1-o,3)*p[r]+3*Math.pow(1-o,2)*o*(p[r]+d[r])+3*(1-o)*Math.pow(o,2)*(m[r]+c[r])+Math.pow(o,3)*m[r],l.push(n),null!==y&&(h+=Math.pow(l[r]-y[r],2));h=Math.sqrt(h),f+=h,g.points[a]={partialLength:h,cumulatedLength:f,point:l},y=l}g.segmentLength=f,e.bezierData=g}function i(t,e){var a=e.segments,s=a.length,r=Math.floor((s-1)*t),i=t*e.addedLength,n=0;if(i==a[r].l)return a[r].p;for(var o=a[r].l>i?-1:1,h=!0;h;)a[r].l<=i&&a[r+1].l>i?(n=(i-a[r].l)/(a[r+1].l-a[r].l),h=!1):r+=o,(0>r||r>=s-1)&&(h=!1);return a[r].p+(a[r+1].p-a[r].p)*n}function n(){this.pt1=new Array(2),this.pt2=new Array(2),this.pt3=new Array(2),this.pt4=new Array(2)}function o(t,e,a,s,r,o,h){var l=new n;r=0>r?0:r;var p=i(r,h);o=o>1?1:o;var m,d=i(o,h),c=t.length,u=1-p,f=1-d;for(m=0;c>m;m+=1)l.pt1[m]=u*u*u*t[m]+(p*u*u+u*p*u+u*u*p)*a[m]+(p*p*u+u*p*p+p*u*p)*s[m]+p*p*p*e[m],l.pt3[m]=u*u*f*t[m]+(p*u*f+u*p*f+u*u*d)*a[m]+(p*p*f+u*p*d+p*u*d)*s[m]+p*p*d*e[m],l.pt4[m]=u*f*f*t[m]+(p*f*f+u*d*f+u*f*d)*a[m]+(p*d*f+u*d*d+p*f*d)*s[m]+p*d*d*e[m],l.pt2[m]=f*f*f*t[m]+(d*f*f+f*d*f+f*f*d)*a[m]+(d*d*f+f*d*d+d*f*d)*s[m]+d*d*d*e[m];return l}var h=[],l=Math,p=function(){var e={};return function(a,s,r,i){var n=(a.join("_")+"_"+s.join("_")+"_"+r.join("_")+"_"+i.join("_")).replace(/\./g,"p");if(e[n])return e[n];var o,h,l,p,m,d,c=100,u=0,f=[],y=[],g={addedLength:0,segments:[]};for((a[0]!=s[0]||a[1]!=s[1])&&t(a[0],a[1],s[0],s[1],r[0],r[1])&&t(a[0],a[1],s[0],s[1],i[0],i[1])&&(c=2),l=r.length,o=0;c>o;o+=1){for(m=o/(c-1),d=0,h=0;l>h;h+=1)p=Math.pow(1-m,3)*a[h]+3*Math.pow(1-m,2)*m*r[h]+3*(1-m)*Math.pow(m,2)*i[h]+Math.pow(m,3)*s[h],f[h]=p,null!==y[h]&&(d+=Math.pow(f[h]-y[h],2)),y[h]=f[h];d&&(d=Math.sqrt(d),u+=d),g.segments.push({l:u,p:m})}return g.addedLength=u,e[n]=g,g}}();return{getEasingCurve:a,getEasingCurveByIndex:e,getBezierLength:p,getNewSegment:o,buildBezierData:r}}function dataFunctionManager(){function t(t,e,a){var s,r=o(t,e,a),i=[];for(s=0;e>s;s+=1)i.push(Math.floor(r[s]*v));return i}function e(t,e){var a,s,r,i=t.length;for(a=0;i>a;a+=1)if(void 0!==t[a].t)if(t[a].s instanceof Array)for(r=t[a].s.length,s=0;r>s;s+=1)t[a].s[s]*=e,void 0!==t[a].e&&(t[a].e[s]*=e);else t[a].s&&(t[a].s*=e,t[a].e&&(t[a].e*=e));else t[a]=t[a]*e}function a(n,o){o||(o=n);var h,l,p,m,d,c,u,f,y,g,v=n.length;for(c=0;v>c;c+=1){if(p=n[c],h=p.outPoint-p.startTime,l=p.startTime,p.tt&&(n[c-1].td=p.tt),p.renderedFrame={},p.renderedData={},m=[],d=-1,p.tm&&(p.trmp=p.tm,p.tm=t(p.tm,h,l)),p.ks.o instanceof Array?e(p.ks.o,.01):p.ks.o/=100,p.ks.s instanceof Array?e(p.ks.s,.01):p.ks.s/=100,p.ks.r instanceof Array?e(p.ks.r,C):p.ks.r*=C,p.hasMask){var b=p.masksProperties;for(f=b.length,u=0;f>u;u+=1)if(b[u].pt.i)i(b[u].pt);else for(g=b[u].pt.length,y=0;g>y;y+=1)b[u].pt[y].s&&i(b[u].pt[y].s[0]),b[u].pt[y].e&&i(b[u].pt[y].e[0])}"PreCompLayer"==p.ty?p.refId&&!p.layers?p.layers=s(p.refId,o):a(p.layers,o):"ShapeLayer"==p.ty&&r(p.shapes)}}function s(t,e,a){a||(a=e);var r,i=e.length;for(r=0;i>r;r+=1){if(e[r].compId==t)return e[r].layers||(e[r].layers=s(e[r].refId,a)),e[r].layers;if("PreCompLayer"==e[r].ty){var n=s(t,e[r].layers,a);if(n)return n}}return null}function r(t,a){var s,n,o,h,l=t.length,p=a?a:!1;for(s=l-1;s>=0;s-=1)if(t[s].renderedData=[],"tm"==t[s].ty&&(p=!0),"fl"==t[s].ty||"st"==t[s].ty)t[s].o instanceof Array?e(t[s].o,.01):t[s].o*=.01;else if("sh"==t[s].ty)if(t[s].trimmed=p,t[s].ks.i)i(t[s].ks);else for(o=t[s].ks.length,n=0;o>n;n+=1)t[s].ks[n].s&&(i(t[s].ks[n].s[0]),i(t[s].ks[n].e[0]));else"gr"==t[s].ty?r(t[s].it,p):"tr"==t[s].ty?(h=t[s],h.renderedData=[],h.o instanceof Array?e(h.o,.01):h.o/=100,h.s instanceof Array?e(h.s,.01):h.s/=100,h.r instanceof Array?e(h.r,C):h.r*=C):"rc"==t[s].ty&&(t[s].trimmed=p,t[s].trimmed=!0)}function i(t){var e,a=t.i.length;for(e=0;a>e;e+=1)t.i[e][0]+=t.v[e][0],t.i[e][1]+=t.v[e][1],t.o[e][0]+=t.v[e][0],t.o[e][1]+=t.v[e][1]}function n(t){x[t._id]={data:t,renderedFrames:[]},v=t.animation.frameRate,a(t.animation.layers)}function o(t,e,a){var s,r,i=[];if(!(t instanceof Array)||null===t[0].t)return i.push(t),i;var n,o;i=[];var h,l,p,m=[];r=t.length;var d,c,u;for(s=0;r>s;s+=1)n=t[s],n.t-=a;var f=0,y=0;for(s=0;e>s;s+=1){h=f;for(var g=!1;r-1>h;){if(n=t[h],o=t[h+1],s<n.t&&0===h){for(p=n.s.length,m=[],l=0;p>l;l+=1)m.push(n.s[l]);i.push(m),g=!0,f!=h&&(f=h,y=0);break}if(s>=n.t&&s<o.t){if(m=[],n.to){d=bez.getEasingCurve(n.o.x,n.o.y,n.i.x,n.i.y)("",s-n.t,0,1,o.t-n.t),c=n.bezierData;var v,b,x=c.segmentLength*d;for(l=y;l<c.points.length;){if(0===s||0===x||0===d){m=c.points[l].point,y=l;break}if(l==c.points.length-1)m=c.points[l].point;else if(x>c.points[l].partialLength&&x<c.points[l+1].partialLength){for(v=c.points[l].point.length,b=(x-c.points[l].partialLength)/(c.points[l+1].partialLength-c.points[l].partialLength),u=0;v>u;u+=1)m.push(c.points[l].point[u]+(c.points[l+1].point[u]-c.points[l].point[u])*b);y=l;break}l+=1}}else{var C,E,D,S;n.s.forEach(function(t,e){if(1!==n.h&&(n.o.x instanceof Array?(C=n.o.x[e],E=n.o.y[e],D=n.i.x[e],S=n.i.y[e]):(C=n.o.x,E=n.o.y,D=n.i.x,S=n.i.y),d=bez.getEasingCurve(C,E,D,S)("",s-n.t,0,1,o.t-n.t)),t.i){var a={i:[],o:[],v:[]};t.i.forEach(function(s,r){var i=[],o=[],h=[];s.forEach(function(a,s){1===n.h?(i.push(a),o.push(t.o[r][s]),h.push(t.v[r][s])):(i.push(a+(n.e[e].i[r][s]-a)*d),o.push(t.o[r][s]+(n.e[e].o[r][s]-t.o[r][s])*d),h.push(t.v[r][s]+(n.e[e].v[r][s]-t.v[r][s])*d))}),a.i.push(i),a.o.push(o),a.v.push(h)}),m.push(a)}else m.push(1===n.h?t:t+(n.e[e]-t)*d)})}i.push(m),g=!0,f!=h&&(f=h,y=0);break}h+=1}g===!1&&(n=t[t.length-2],m=[],n.e.forEach(function(t){m.push(t)}),i.push(m))}for(h=i.length;e>h;)i.push(m),h+=1;return i}function h(t,e,a,s){var r,i,n,o,h,l;if(!t.length)return"p"==s.type?(S.px=t,S.py=t):"s"==s.type?(S.sx=t,S.sy=t):("r"==s.type||"px"==s.type||"py"==s.type)&&(S[s.type]=t),s.toArray?[t]:t;if(void 0===t[0].t)return"p"==s.type?(S.px=t[0],S.py=t[1]):"s"==s.type?(S.sx=t[0],S.sy=t[1]):("r"==s.type||"px"==s.type||"py"==s.type)&&(S[s.type]=t[0]),t;h=0,l=t.length-1;for(var p=1,m=!0;!(!m||(r=t[h],i=t[h+1],h==l-1&&e>=i.t-a)||i.t-a>e&&1==p);){if(i.t-a<e&&-1==p){h+=1,r=t[h],i=t[h+1];break}l-1>h&&1==p||h>0&&-1==p?h+=p:m=!1}r.to&&!r.bezierData&&bez.buildBezierData(r);var d,c,u,f,y,g=0;if("default"==s.type&&(n=[]),r.to){if(o=r.bezierData,e>=i.t-a)return"p"==s.type?(S.px=o.points[o.points.length-1].point[0],S.py=o.points[o.points.length-1].point[1]):"s"==s.type?(S.sx=o.points[o.points.length-1].point[0],S.sy=o.points[o.points.length-1].point[1]):("r"==s.type||"px"==s.type||"py"==s.type)&&(S[s.type]=o.points[o.points.length-1].point[0]),o.points[o.points.length-1].point;if(e<r.t-a)return"p"==s.type?(S.px=o.points[0].point[0],S.py=o.points[0].point[1]):"s"==s.type?(S.sx=o.points[0].point[0],S.sy=o.points[0].point[1]):("r"==s.type||"px"==s.type||"py"==s.type)&&(S[s.type]=o.points[0].point[0]),o.points[0].point;r.__fnct?y=r.__fnct:(y=bez.getEasingCurve(r.o.x,r.o.y,r.i.x,r.i.y,r.n),r.__fnct=y),u=y("",e-(r.t-a),0,1,i.t-a-(r.t-a));var v,b=o.segmentLength*u,x=0;for(p=1,m=!0,f=o.points.length;m;){if(x+=o.points[g].partialLength*p,0===b||0===u){"p"==s.type?(S.px=o.points[g].point[0],S.py=o.points[g].point[1]):"s"==s.type?(S.sx=o.points[g].point[0],S.sy=o.points[g].point[1]):"r"==s.type||"px"==s.type||"py"==s.type?S[s.type]=o.points[g].point[0]:n=o.points[g].point;break}if(g==o.points.length-1){"p"==s.type?(S.px=o.points[g].point[0],S.py=o.points[g].point[1]):"s"==s.type?(S.sx=o.points[g].point[0],S.sy=o.points[g].point[1]):"r"==s.type||"px"==s.type||"py"==s.type?S[s.type]=o.points[g].point[0]:n=o.points[g].point;break}if(b>x&&b<x+o.points[g+1].partialLength){if(v=(b-x)/o.points[g+1].partialLength,"p"==s.type)S.px=o.points[g].point[0]+(o.points[g+1].point[0]-o.points[g].point[0])*v,S.py=o.points[g].point[1]+(o.points[g+1].point[1]-o.points[g].point[1])*v;else if("s"==s.type)S.sx=o.points[g].point[0]+(o.points[g+1].point[0]-o.points[g].point[0])*v,S.sy=o.points[g].point[1]+(o.points[g+1].point[1]-o.points[g].point[1])*v;else if("r"==s.type||"px"==s.type||"py"==s.type)S[s.type]=o.points[g].point[0]+(o.points[g+1].point[0]-o.points[g].point[0])*v;else for(c=o.points[g].point.length,d=0;c>d;d+=1)n.push(o.points[g].point[d]+(o.points[g+1].point[d]-o.points[g].point[d])*v);break}f-1>g&&1==p||g>0&&-1==p?g+=p:m=!1}}else{var C,E,D,w,M=!1;for(l=r.s.length,h=0;l>h;h+=1)1!==r.h&&(r.o.x instanceof Array?(M=!0,C=r.o.x[h]?r.o.x[h]:r.o.x[0],E=r.o.y[h]?r.o.y[h]:r.o.y[0],D=r.i.x[h]?r.i.x[h]:r.i.x[0],w=r.i.y[h]?r.i.y[h]:r.i.y[0],r.__fnct||(r.__fnct=[])):(M=!1,C=r.o.x,E=r.o.y,D=r.i.x,w=r.i.y),M?r.__fnct[h]?y=r.__fnct[h]:(y=bez.getEasingCurve(C,E,D,w),r.__fnct[h]=y):r.__fnct?y=r.__fnct:(y=bez.getEasingCurve(C,E,D,w),r.__fnct=y),u=e>=i.t-a?1:e<r.t-a?0:y("",e-(r.t-a),0,1,i.t-a-(r.t-a))),1===r.h?"p"==s.type?0===h?S.px=r.s[h]:1==h&&(S.py=r.s[h]):"s"==s.type?0===h?S.sx=r.s[h]:1==h&&(S.sy=r.s[h]):"px"==s.type||"py"==s.type||"r"==s.type?S[s.type]=r.s[h]:n.push(r.s[h]):"p"==s.type?0===h?S.px=r.s[h]+(r.e[h]-r.s[h])*u:1==h&&(S.py=r.s[h]+(r.e[h]-r.s[h])*u):"s"==s.type?0===h?S.sx=r.s[h]+(r.e[h]-r.s[h])*u:1==h&&(S.sy=r.s[h]+(r.e[h]-r.s[h])*u):"px"==s.type||"py"==s.type||"r"==s.type?S[s.type]=r.s[h]+(r.e[h]-r.s[h])*u:n.push(r.s[h]+(r.e[h]-r.s[h])*u)}return n}function l(t,e){if(!t.__lengths){t.__lengths=[],t.__totalLength=0;var a,s=t.v,r=t.o,i=t.i,n=s.length;for(a=0;n-1>a;a+=1)t.__lengths.push(bez.getBezierLength(s[a],s[a+1],r[a],i[a+1])),t.__totalLength+=t.__lengths[a].addedLength;e&&(t.__lengths.push(bez.getBezierLength(s[a],s[0],r[a],i[0])),t.__totalLength+=t.__lengths[a].addedLength)}}function p(t,e,a,s,r,i){var n=i&&i.length>0,o={};o.closed=r?t.cl:t.closed;var h=r?t.pt:t.ks;if(h.v)return o.pathNodes=n?D(h,o.closed,i,!1):h,o;t={i:[],o:[],v:[]};var l,p,m,d,c,u,f,y=[];if(e<h[0].t-a){if(!h.__minValue){for(p=h[0].s[0].i.length,l=0;p>l;l+=1){for(c=[],u=[],f=[],d=h[0].s[0].i[l].length,m=0;d>m;m+=1)c.push(h[0].s[0].i[l][m]),u.push(h[0].s[0].o[l][m]),f.push(h[0].s[0].v[l][m]);t.i.push(c),t.o.push(u),t.v.push(f)}y.push(t),h.__minValue=y[0]}return o.pathNodes=n?D(h.__minValue,o.closed,i,!1):h.__minValue,o}if(e>h[h.length-1].t-a){if(!h.__maxValue){var g=h.length-2;for(p=h[g].s[0].i.length,l=0;p>l;l+=1){for(c=[],u=[],f=[],d=h[g].s[0].i[l].length,m=0;d>m;m+=1)c.push(h[g].e[0].i[l][m]),u.push(h[g].e[0].o[l][m]),f.push(h[g].e[0].v[l][m]);t.i.push(c),t.o.push(u),t.v.push(f)}y.push(t),h.__maxValue=y[0]}return o.pathNodes=n?D(h.__maxValue,o.closed,i,!1):h.__maxValue,o}for(var v,b,x=0,C=h.length-1,E=1,S=!0;S&&(v=h[x],b=h[x+1],!(b.t-a>e&&1==E));)C-1>x&&1==E||x>0&&-1==E?x+=E:S=!1;var w,M,A,I,F;if(1!==v.h){w=v.o.x,M=v.o.y,A=v.i.x,I=v.i.y;var P;v.__fnct?P=v.__fnct:(P=bez.getEasingCurve(w,M,A,I),v.__fnct=P),F=P("",e-(v.t-a),0,1,b.t-a-(v.t-a)),e>=b.t-a?F=1:e<v.t-a&&(F=0)}if(1===v.h&&v.__hValue)y.push(v.__hValue);else for(t={i:[],o:[],v:[]},p=v.s[0].i.length,l=0;p>l;l+=1){for(c=[],u=[],f=[],d=v.s[0].i[l].length,m=0;d>m;m+=1)1===v.h?(c.push(v.s[0].i[l][m]),u.push(v.s[0].o[l][m]),f.push(v.s[0].v[l][m])):(c.push(v.s[0].i[l][m]+(v.e[0].i[l][m]-v.s[0].i[l][m])*F),u.push(v.s[0].o[l][m]+(v.e[0].o[l][m]-v.s[0].o[l][m])*F),f.push(v.s[0].v[l][m]+(v.e[0].v[l][m]-v.s[0].v[l][m])*F));t.i.push(c),t.o.push(u),t.v.push(f),1===v.h&&(v.__hValue=t),y.push(t)}return o.pathNodes=n?D(y[0],o.closed,i,!1):y[0],o}function m(t,e,a){var s,r,i,n,o,l,d,u,f,y=t.length;for(u=0;y>u;u+=1){if(f=t[u],n=e-f.startTime,s={},E.arrayFlag=!1,E.type="default",s.a=h(f.ks.a,n,f.startTime,E),s.o=h(f.ks.o,n,f.startTime,E),E.arrayFlag=!1,f.ks.p.s?(E.type="px",h(f.ks.p.x,n,f.startTime,E),E.type="py",h(f.ks.p.y,n,f.startTime,E)):(E.type="p",h(f.ks.p,n,f.startTime,E)),E.arrayFlag=!0,E.type="r",h(f.ks.r,n,f.startTime,E),E.arrayFlag=!0,E.type="s",h(f.ks.s,n,f.startTime,E),d={},d.an={tr:s},E.arrayFlag=!1,E.type="default",d.an.matrixArray="canvas"==a?b.getMatrixArrayFromParams(S.r,S.sx,S.sy,S.px,S.py):b.getMatrixArrayFromParams(S.r,S.sx,S.sy,S.px,S.py),f.renderedData[n]=d,f.hasMask)for(r=f.masksProperties,l=r.length,o=0;l>o;o+=1)r[o].paths||(r[o].paths=[],r[o].opacity=[]),r[o].paths[n]=p(r[o],n,f.startTime,a,!0),r[o].opacity[n]=h(r[o].o,n,f.startTime,E),r[o].opacity[n]=r[o].opacity[n]instanceof Array?r[o].opacity[n][0]/100:r[o].opacity[n]/100;e<f.inPoint||e>f.outPoint||("PreCompLayer"==f.ty?(i=f.tm?f.tm[n]<0?0:n>=f.tm.length?f.tm[f.tm.length-1]:f.tm[n]:n,void 0===i&&(i=h(f.trmp,n,0,E)[0]*v,f.tm[n]=i),m(f.layers,i,a)):"ShapeLayer"==f.ty&&c(f.shapes,n,f.startTime,a))}}function d(t,e,a){a=Math.min(e[0],e[1],a/2);var s=new Array(8),r=new Array(8),i=new Array(8),n=a/2;return a*=1,s[0]=[t[0]+e[0]/2,t[1]-e[1]/2+a],i[0]=s[0],r[0]=[t[0]+e[0]/2,t[1]-e[1]/2+n],s[1]=[t[0]+e[0]/2,t[1]+e[1]/2-a],i[1]=[t[0]+e[0]/2,t[1]+e[1]/2-n],r[1]=s[1],s[2]=[t[0]+e[0]/2-a,t[1]+e[1]/2],i[2]=s[2],r[2]=[t[0]+e[0]/2-n,t[1]+e[1]/2],s[3]=[t[0]-e[0]/2+a,t[1]+e[1]/2],i[3]=[t[0]-e[0]/2+n,t[1]+e[1]/2],r[3]=s[3],s[4]=[t[0]-e[0]/2,t[1]+e[1]/2-a],i[4]=s[4],r[4]=[t[0]-e[0]/2,t[1]+e[1]/2-n],s[5]=[t[0]-e[0]/2,t[1]-e[1]/2+a],i[5]=[t[0]-e[0]/2,t[1]-e[1]/2+n],r[5]=s[5],s[6]=[t[0]-e[0]/2+a,t[1]-e[1]/2],i[6]=s[6],r[6]=[t[0]-e[0]/2+n,t[1]-e[1]/2],s[7]=[t[0]+e[0]/2-a,t[1]-e[1]/2],i[7]=[t[0]+e[0]/2-n,t[1]-e[1]/2],r[7]=s[7],{v:s,o:i,i:r,c:!0}}function c(t,e,a,s,r){var i,n,o,l,m,f,y,g,v,x,C=t.length;r||(r=[]);var w,M,A,I,F;for(i=C-1;i>=0;i-=1)if(n=t[i],"sh"==n.ty)n.renderedData[e]={path:p(n,e,a,s,!1,r)};else if("fl"==n.ty)o=h(n.c,e,a,E),l=h(n.o,e,a,E),n.renderedData[e]={opacity:l instanceof Array?l[0]:l},"canvas"==s?(u(o),n.renderedData[e].color=o):n.renderedData[e].color=rgbToHex(Math.round(o[0]),Math.round(o[1]),Math.round(o[2]));else if("rc"==n.ty)m=h(n.p,e,a,E),f=h(n.s,e,a,E),y=h(n.r,e,a,E),n.trimmed?(n.renderedData[e]={path:{closed:!0}},n.renderedData[e].path.pathNodes=D(d(m,f,y),!0,r,!1)):n.renderedData[e]={position:m,size:f,roundness:y};else if("el"==n.ty){if(m=h(n.p,e,a,E),f=h(n.s,e,a,E),n.renderedData[e]={p:m,size:f},"svg"==s){var P={v:new Array(4),i:new Array(4),o:new Array(4)};P.v[0]=[m[0],m[1]-f[1]/2],P.o[0]=[m[0]-f[0]/2*.55,m[1]-f[1]/2],P.i[0]=[m[0]+f[0]/2*.55,m[1]-f[1]/2],P.v[1]=[m[0]-f[0]/2,m[1]],P.o[1]=[m[0]-f[0]/2,m[1]+f[1]/2*.55],P.i[1]=[m[0]-f[0]/2,m[1]-f[1]/2*.55],P.v[2]=[m[0],m[1]+f[1]/2],P.o[2]=[m[0]+f[0]/2*.55,m[1]+f[1]/2],P.i[2]=[m[0]-f[0]/2*.55,m[1]+f[1]/2],P.v[3]=[m[0]+f[0]/2,m[1]],P.o[3]=[m[0]+f[0]/2,m[1]-f[1]/2*.55],P.i[3]=[m[0]+f[0]/2,m[1]+f[1]/2*.55],n.renderedData[e].path={pathNodes:P},n.closed=!0}}else if("st"==n.ty){if(g=h(n.c,e,a,E),v=h(n.o,e,a,E),x=h(n.w,e,a,E),n.renderedData[e]={opacity:v instanceof Array?v[0]:v,width:x instanceof Array?x[0]:x},n.d){var T=[];F=n.d.length;var k;for(I=0;F>I;I+=1)k=h(n.d[I].v,e,a,E),T.push({v:k instanceof Array?k[0]:k,n:n.d[I].n});n.renderedData[e].dashes=T}"canvas"==s?(u(g),n.renderedData[e].color=g):n.renderedData[e].color=rgbToHex(Math.round(g[0]),Math.round(g[1]),Math.round(g[2]))}else if("tr"==n.ty)n.renderedData[e]={a:h(n.a,e,a,E),o:h(n.o,e,a,E)},E.arrayFlag=!0,E.type="s",h(n.s,e,a,E),E.arrayFlag=!0,E.type="r",h(n.r,e,a,E),E.arrayFlag=!1,E.type="p",h(n.p,e,a,E),E.arrayFlag=!1,E.type="default",n.renderedData[e].mtArr="canvas"==s?b.getMatrixArrayFromParams(S.r,S.sx,S.sy,S.px,S.py):b.getMatrixArrayFromParams(S.r,S.sx,S.sy,S.px,S.py);else if("tm"==n.ty){w=h(n.s,e,a,E),M=h(n.e,e,a,E),A=h(n.o,e,a,E);var _={s:w,e:M,o:A};r.push(_),n.renderedData[e]=_}else"gr"==n.ty&&c(n.it,e,a,s,r)}function u(t){var e,a=t.length;for(e=0;a>e;e+=1)t[e]=Math.round(t[e])}function f(t,e){for(var a=1;a>0;){if(e+=1,e>=t.data.animation.totalFrames){t.renderFinished=!0;break}t.renderedFrames[e]||(y(t.data._id,e),a-=1)}}function y(t,e){return 2==x[t].renderedFrames[e]?void(x[t].renderFinished||f(x[t],e)):(v=x[t].data.animation.frameRate,x[t].renderedFrames[e]=2,void m(x[t].data.animation.layers,e,x[t].data._animType))}function g(t){var e,a=x[t].data,s=a.animation.totalFrames,r=[];for(e=0;s>e;e+=1)r.push({num:e,data:y(t,e)})}var v=0,b=new MatrixManager,x={},C=Math.PI/180,E={arrayFlag:!1},D=function(){function t(t,i,n,l,m){s[o]=i,e[o+1]=n,a[o+1]=l,h?a[o]=t:(p+=" M"+t.join(","),h=!0,r[o]=t),p+=" C"+i.join(",")+" "+n.join(",")+" "+l.join(","),o+=1}var e,a,s,r,i,n,o,h=!1,p="";return function(m,d,c,u){l(m,d);var f,y=c.length,g=m;a=e=s=r=null;var v,b,x,C,E;for(f=y-1;f>=0;f-=1){var D=[],S=c[f].o%360/360;if(0!==S||0!==c[f].s||100!=c[f].e){p="",h=!1,e=[],s=[],a=[],r=[],i=[],n=0,0>S&&(S+=1);var w=c[f].s/100+S,M=c[f].e/100+S;if(w==M)return u?"":{};if(w>M){var A=w;w=M,M=A}1>=M?D.push({s:g.__totalLength*w,e:g.__totalLength*M}):w>=1?D.push({s:g.__totalLength*(w-1),e:g.__totalLength*(M-1)}):(D.push({s:g.__totalLength*w,e:g.__totalLength}),D.push({s:0,e:g.__totalLength*(M-1)})),v=[],b=[],x=[];var I;v=g.v,b=g.o,x=g.i,I=g.__lengths,E=v.length;var F,P,T=0,k=0,_=D.length;for(o=0,F=0;_>F;F+=1){for(T=0,C=1;E>C;C++)if(k=I[C-1].addedLength,T+k<D[F].s)T+=k;else{if(T>D[F].e)break;D[F].s<=T&&D[F].e>=T+k?t(v[C-1],b[C-1],x[C],v[C],I[C-1]):(P=bez.getNewSegment(v[C-1],v[C],b[C-1],x[C],(D[F].s-T)/k,(D[F].e-T)/k,I[C-1]),t(P.pt1,P.pt3,P.pt4,P.pt2)),T+=k}d!==!1?T<=D[F].e&&(k=I[C-1].addedLength,D[F].s<=T&&D[F].e>=T+k?t(v[C-1],b[C-1],x[0],v[0],I[C-1]):(P=bez.getNewSegment(v[C-1],v[0],b[C-1],x[0],(D[F].s-T)/k,(D[F].e-T)/k,I[C-1]),t(P.pt1,P.pt3,P.pt4,P.pt2))):h=!1}d=!1}}if(a?(v=a,b=s,x=e):(v=g.v,b=g.o,x=g.i,r=[]),E=v.length,u){for(p="",C=1;E>C;C++)r[C-1]?p+="M"+r[C-1].join(","):1==C&&(p+="M"+v[0].join(",")),p+=" C"+b[C-1].join(",")+" "+x[C].join(",")+" "+v[C].join(",");return d!==!1&&(p+=" C"+b[C-1].join(",")+" "+x[0].join(",")+" "+v[0].join(",")),p}return{i:x,o:b,v:v,s:r,c:d}}}(),S={r:0,sx:1,sy:1,px:1,py:1},w={};return w.completeData=n,w.renderFrame=y,w.renderAllFrames=g,w}function SVGRenderer(t){this.animationItem=t,this.layers=null,this.lastFrame=-1,this.globalData={frameNum:-1},this.elements=[],this.destroyed=!1}function CanvasRenderer(t,e){this.animationItem=t,this.renderConfig=e?e:{clearCanvas:!0,context:null,scaleMode:"fit"},this.lastFrame=-1,this.globalData={frameNum:-1},this.contextData={saved:new Array(15),savedOp:new Array(15),cArrPos:0,cTr:new Matrix,cO:1};var a,s=15;for(a=0;s>a;a+=1)this.contextData.saved[a]=new Array(6);this.elements=[]}function MaskElement(t,e,a){this.data=t,this.storedData=[],this.element=e,this.globalData=a,this.paths=[],this.registeredEffects=[],this.masksProperties=[],this.maskElement=null,this.layerSize=null}function ICompElement(t,e,a){this.parent.constructor.call(this,t,e,a),this.layers=t.layers}function IImageElement(t,e,a){this.assetData=a.getAssetData(t.id),this.path=a.getPath(),this.parent.constructor.call(this,t,e,a)}function IShapeElement(t,e,a){this.shapes=[],this.parent.constructor.call(this,t,e,a)}function ShapeItemElement(t,e,a){this.stylesList=[],this.viewData=[],this.shape=e,this.data=t,this.globalData=a,this.searchShapes(this.data,this.viewData),styleUnselectableDiv(this.shape)}function ISolidElement(t,e,a){this.parent.constructor.call(this,t,e,a)}function ITextElement(t,e,a,s){this.parent.constructor.call(this,t,e,a,s)}function CVBaseElement(t,e){this.data=t,this.globalData=e,this.canvasContext=e.canvasContext,this.currentAnimData=null,this.renderFrame=!1,this.ownMatrix=new Matrix,this.finalTransform={mat:new Matrix,opacity:1},this.init()}function CVCompElement(t,e){this.parent.constructor.call(this,t,e),this.layers=t.layers}function CVImageElement(t,e){this.animationItem=e.renderer.animationItem,this.assetData=this.animationItem.getAssetData(t.id),this.path=this.animationItem.getPath(),this.parent.constructor.call(this,t,e),this.animationItem.pendingElements+=1}function CVShapeElement(t,e){this.shapes=[],this.parent.constructor.call(this,t,e)}function CVShapeItemElement(t,e,a){this.data=t,this.globalData=a,this.canvasContext=a.canvasContext,this.frameNum=-1,this.dataLength=this.data.length,this.mainFlag=e,this.stylesList=[],this.ownStylesList=[],this.stylesPool=[],this.currentStylePoolPos=0,this.transform={opacity:1,mat:new Matrix},this.mat=new Matrix;var s,r=this.dataLength-1;this.renderedPaths=new Array(this.globalData.totalFrames);var i;for(s=r;s>=0;s-=1)"gr"==this.data[s].ty?this.data[s].item=new CVShapeItemElement(this.data[s].it,!1,this.globalData):("st"==this.data[s].ty||"fl"==this.data[s].ty)&&(i={type:"fill",styleOpacity:0,opacity:0,value:"rgba(0,0,0,0)",closed:!1},"fl"==this.data[s].ty?i.type="fill":(i.type="stroke",i.width=0),this.stylesPool.push(i))}function CVSolidElement(t,e){this.parent.constructor.call(this,t,e)}function CVTextElement(t,e){this.parent.constructor.call(this,t,e)}function CVMaskElement(){}var svgNS="http://www.w3.org/2000/svg";Matrix.prototype={concat:function(t){return this.clone()._t(t.a,t.b,t.c,t.d,t.e,t.f)},flipX:function(){return this._t(-1,0,0,1,0,0)},flipY:function(){return this._t(1,0,0,-1,0,0)},reflectVector:function(t,e){var a=this.applyToPoint(0,1),s=2*(a.x*t+a.y*e);return t-=s*a.x,e-=s*a.y,{x:t,y:e}},reset:function(){return this.setTransform(1,0,0,1,0,0)},rotate:function(t){return 0===t?this:(this.cos=Math.cos(t),this.sin=Math.sin(t),this._t(this.cos,this.sin,-this.sin,this.cos,0,0))},rotateFromVector:function(t,e){return this.rotate(Math.atan2(e,t))},rotateDeg:function(t){return this.rotate(t*Math.PI/180)},scaleU:function(t){return this._t(t,0,0,t,0,0)},scale:function(t,e){return 1==t&&1==e?this:this._t(t,0,0,e,0,0)},scaleX:function(t){return this._t(t,0,0,1,0,0)},scaleY:function(t){return this._t(1,0,0,t,0,0)},shear:function(t,e){return this._t(1,e,t,1,0,0)},shearX:function(t){return this._t(1,0,t,1,0,0)},shearY:function(t){return this._t(1,t,0,1,0,0)},skew:function(t,e){return this.shear(Math.tan(t),Math.tan(e))},skewX:function(t){return this.shearX(Math.tan(t))},skewY:function(t){return this.shearY(Math.tan(t))},setTransform:function(t,e,a,s,r,i){return this.props[0]=t,this.props[1]=e,this.props[2]=a,this.props[3]=s,this.props[4]=r,this.props[5]=i,this._x()},translate:function(t,e){return this._t(1,0,0,1,t,e)},translateX:function(t){return this._t(1,0,0,1,t,0)},translateY:function(t){return this._t(1,0,0,1,0,t)},transform:function(t,e,a,s,r,i){return this.a1=this.props[0],this.b1=this.props[1],this.c1=this.props[2],this.d1=this.props[3],this.e1=this.props[4],this.f1=this.props[5],this.props[0]=this.a1*t+this.c1*e,this.props[1]=this.b1*t+this.d1*e,this.props[2]=this.a1*a+this.c1*s,this.props[3]=this.b1*a+this.d1*s,this.props[4]=this.a1*r+this.c1*i+this.e1,this.props[5]=this.b1*r+this.d1*i+this.f1,this._x()},divide:function(t){if(!t.isInvertible())throw"Input matrix is not invertible";var e=t.inverse();return this._t(e.a,e.b,e.c,e.d,e.e,e.f)},divideScalar:function(t){var e=this;return e.a/=t,e.b/=t,e.c/=t,e.d/=t,e.e/=t,e.f/=t,e._x()},inverse:function(){if(this.isIdentity())return new Matrix;if(this.isInvertible()){var t=this,e=t.a,a=t.b,s=t.c,r=t.d,i=t.e,n=t.f,o=new Matrix,h=e*r-a*s;return o.a=r/h,o.b=-a/h,o.c=-s/h,o.d=e/h,o.e=(s*n-r*i)/h,o.f=-(e*n-a*i)/h,o}throw"Matrix is not invertible."},interpolate:function(t,e,a){var s=this,r=a?new Matrix(a):new Matrix;return r.a=s.a+(t.a-s.a)*e,r.b=s.b+(t.b-s.b)*e,r.c=s.c+(t.c-s.c)*e,r.d=s.d+(t.d-s.d)*e,r.e=s.e+(t.e-s.e)*e,r.f=s.f+(t.f-s.f)*e,r._x()},interpolateAnim:function(t,e,a){var s=this,r=a?new Matrix(a):new Matrix,i=s.decompose(),n=t.decompose(),o=i.rotation+(n.rotation-i.rotation)*e,h=i.translate.x+(n.translate.x-i.translate.x)*e,l=i.translate.y+(n.translate.y-i.translate.y)*e,p=i.scale.x+(n.scale.x-i.scale.x)*e,m=i.scale.y+(n.scale.y-i.scale.y)*e;return r.translate(h,l),r.rotate(o),r.scale(p,m),r._x()},decompose:function(t){var e=this.props[0],a=this.props[1],s=this.props[2],r=this.props[3],i=Math.acos,n=Math.atan,o=Math.sqrt,h=Math.PI,l={x:this.props[4],y:this.props[5]},p=0,m={x:1,y:1},d={x:0,y:0},c=e*r-a*s;if(t)e?(d={x:n(s/e),y:n(a/e)},m={x:e,y:c/e}):a?(p=.5*h,m={x:a,y:c/a},d.x=n(r/a)):(m={x:s,y:r},d.x=.25*h);else if(e||a){var u=o(e*e+a*a);p=a>0?i(e/u):-i(e/u),m={x:u,y:c/u},d.x=n((e*s+a*r)/(u*u))}else if(s||r){var f=o(s*s+r*r);p=.5*h-(r>0?i(-s/f):-i(s/f)),m={x:c/f,y:f},d.y=n((e*s+a*r)/(f*f))}else m={x:0,y:0};return{scale:m,translate:l,rotation:p,skew:d}},determinant:function(){return this.a*this.d-this.b*this.c},applyToPoint:function(t,e){return{x:t*this.props[0]+e*this.props[2]+this.props[4],y:t*this.props[1]+e*this.props[3]+this.props[5]}},applyToPointStringified:function(t,e){return t*this.props[0]+e*this.props[2]+this.props[4]+","+(t*this.props[1]+e*this.props[3]+this.props[5])},applyToArray:function(t){var e,a,s=0,r=[];if("number"==typeof t[0])for(a=t.length;a>s;)e=this.applyToPoint(t[s++],t[s++]),r.push(e.x,e.y);else for(a=t.length,s=0;a>s;s++)r.push(this.applyToPoint(t[s].x,t[s].y));return r},applyToTypedArray:function(t,e){for(var a,s=0,r=t.length,i=e?new Float64Array(r):new Float32Array(r);r>s;)a=this.applyToPoint(t[s],t[s+1]),i[s++]=a.x,i[s++]=a.y;return i},applyToContext:function(t){var e=this;return t.setTransform(e.a,e.b,e.c,e.d,e.e,e.f),e},isIdentity:function(){var t=this;return t._q(t.a,1)&&t._q(t.b,0)&&t._q(t.c,0)&&t._q(t.d,1)&&t._q(t.e,0)&&t._q(t.f,0)},isInvertible:function(){return!this._q(this.determinant(),0)},isValid:function(){return!this._q(this.a*this.d,0)},clone:function(t){var e=this,a=new Matrix;return a.a=e.a,a.b=e.b,a.c=e.c,a.d=e.d,a.e=e.e,a.f=e.f,t||(a.context=e.context),a},isEqual:function(t){var e=this,a=e._q;return a(e.a,t.a)&&a(e.b,t.b)&&a(e.c,t.c)&&a(e.d,t.d)&&a(e.e,t.e)&&a(e.f,t.f)},toArray:function(){return[this.props[0],this.props[1],this.props[2],this.props[3],this.props[4],this.props[5]]},toCSS:function(){return this.cssParts[1]=this.props.join(","),this.cssParts.join("")},toJSON:function(){var t=this;return'{"a":'+t.a+',"b":'+t.b+',"c":'+t.c+',"d":'+t.d+',"e":'+t.e+',"f":'+t.f+"}"},toString:function(){return""+this.toArray()},_q:function(t,e){return Math.abs(t-e)<1e-14},_x:function(){return this.context&&this.context.setTransform(this.a,this.b,this.c,this.d,this.e,this.f),this}},void 0===CanvasRenderingContext2D.prototype.ellipse&&(CanvasRenderingContext2D.prototype.ellipse=function(t,e,a,s,r,i,n,o){this.save(),this.translate(t,e),this.rotate(r),this.scale(a,s),this.arc(0,0,1,i,n,o),this.restore()});var BM_Path2D;!function(){function t(t){if(this.ops_=[],void 0!==t)if("string"==typeof t)try{this.ops_=parser.parse(t)}catch(e){}else{if(!t.hasOwnProperty("ops_"))throw"Error: "+typeof t+"is not a valid argument to Path";this.ops_=t.ops_.slice(0)}}function e(t){return function(){var e,a=arguments.length,s=[];for(e=0;a>e;e+=1)s.push(arguments[e]);this.ops_.push({type:t,args:s})}}for(var a=CanvasRenderingContext2D.prototype,s=BM_CanvasRenderingContext2D.prototype,r=["closePath","moveTo","lineTo","quadraticCurveTo","bezierCurveTo","rect","arc","arcTo","ellipse"],i=0;i<r.length;i++){var n=r[i];t.prototype[n]=e(n)}t.prototype.addPath=function(t,e){var a=!1;!e||1==e[0]&&0===e[1]&&0===e[2]&&1==e[3]&&0===e[4]&&0===e[5]||(a=!0,this.ops_.push({type:"save",args:[]}),this.ops_.push({type:"transform",args:[e[0],e[1],e[2],e[3],e[4],e[5]]})),this.ops_=this.ops_.concat(t.ops_),a&&this.ops_.push({type:"restore",args:[]})};var o=a.fill,h=a.stroke,l=a.clip;s.fill=function(e){if(e instanceof t){this.renderer.canvasContext.beginPath();for(var a=0,s=e.ops_.length;s>a;a++){var r=e.ops_[a];"transform"==r.type?this.renderer.ctxTransform(r.args):"save"==r.type?this.renderer.save():"restore"==r.type?this.renderer.restore():this.renderer.canvasContext[r.type].apply(this.renderer.canvasContext,r.args)}s=arguments.length;var i=[];for(a=1;s>a;a+=1)i.push(arguments[a]);o.apply(this.renderer.canvasContext,i)}else o.apply(this.renderer.canvasContext,arguments)},s.stroke=function(e){if(e instanceof t){this.renderer.canvasContext.beginPath();for(var a=0,s=e.ops_.length;s>a;a++){var r=e.ops_[a];this.renderer.canvasContext[r.type].apply(this.renderer.canvasContext,r.args)}h.call(this.renderer.canvasContext)}else h.call(this.renderer.canvasContext)},s.clip=function(e){if(e instanceof t){this.renderer.canvasContext.beginPath();for(var a=0,s=e.ops_.length;s>a;a++){var r=e.ops_[a];this.renderer.canvasContext[r.type].apply(this.renderer.canvasContext,r.args);
+
+}s=arguments.length;var i=[];for(a=1;s>a;a+=1)i.push(arguments[a]);l.apply(this.renderer.canvasContext,i)}else l.apply(this.renderer.canvasContext,arguments)},BM_Path2D=t}();var MatrixManager=matrixManagerFunction;!function(){for(var t=0,e=["ms","moz","webkit","o"],a=0;a<e.length&&!window.requestAnimationFrame;++a)window.requestAnimationFrame=window[e[a]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[e[a]+"CancelAnimationFrame"]||window[e[a]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(e,a){var s=(new Date).getTime(),r=Math.max(0,16-(s-t)),i=window.setTimeout(function(){e(s+r)},r);return t=s+r,i}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(t){clearTimeout(t)})}();var subframeEnabled=!1,cachedColors={},rgbToHex=function(){var t,e,a=[];for(t=0;256>t;t+=1)e=t.toString(16),a[t]=1==e.length?"0"+e:e;return function(t,e,s){return 0>t&&(t=0),0>e&&(e=0),0>s&&(s=0),"#"+a[t]+a[e]+a[s]}}(),fillColorToString=function(){var t=[];return function(e,a){return t[e[0]]||(t[e[0]]=[]),t[e[0]][e[1]]||(t[e[0]][e[1]]=[]),t[e[0]][e[1]][e[2]]||(void 0!==a&&(e[3]=a),t[e[0]][e[1]][e[2]]="rgba("+e.join(",")+")"),t[e[0]][e[1]][e[2]]}}(),bez=bezFunction(),dataManager=dataFunctionManager();SVGRenderer.prototype.buildItems=function(t,e,a){var s,r=0,i=t.length;for(a||(a=this.elements),e||(e=this.animationItem.container),s=i-1;s>=0;s--){if("StillLayer"==t[s].ty)r++,a[s]=this.createImage(t[s],e);else if("PreCompLayer"==t[s].ty){a[s]=this.createComp(t[s],e);var n=[];this.buildItems(t[s].layers,a[s].getDomElement(),n),a[s].setElements(n)}else a[s]="SolidLayer"==t[s].ty?this.createSolid(t[s],e):"ShapeLayer"==t[s].ty?this.createShape(t[s],e):"TextLayer"==t[s].ty?this.createText(t[s],e):this.createBase(t[s],e);t[s].td&&a[s+1].setMatte(a[s].layerId)}},SVGRenderer.prototype.createBase=function(t,e){return new BaseElement(t,e,this.globalData)},SVGRenderer.prototype.createShape=function(t,e){return new IShapeElement(t,e,this.globalData)},SVGRenderer.prototype.createText=function(t,e){return new ITextElement(t,e,this.globalData)},SVGRenderer.prototype.createImage=function(t,e){return new IImageElement(t,e,this.globalData)},SVGRenderer.prototype.createComp=function(t,e){return new ICompElement(t,e,this.globalData)},SVGRenderer.prototype.createSolid=function(t,e){return new ISolidElement(t,e,this.globalData)},SVGRenderer.prototype.configAnimation=function(t){this.animationItem.container=document.createElementNS(svgNS,"svg"),this.animationItem.container.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.animationItem.container.setAttribute("width",t.animation.compWidth),this.animationItem.container.setAttribute("height",t.animation.compHeight),this.animationItem.container.setAttribute("viewBox","0 0 "+t.animation.compWidth+" "+t.animation.compHeight),this.animationItem.container.setAttribute("preserveAspectRatio","xMidYMid meet"),this.animationItem.container.style.width="100%",this.animationItem.container.style.height="100%",this.animationItem.container.style.transformOrigin=this.animationItem.container.style.mozTransformOrigin=this.animationItem.container.style.webkitTransformOrigin=this.animationItem.container.style["-webkit-transform"]="0px 0px 0px",this.animationItem.wrapper.appendChild(this.animationItem.container);var e=document.createElementNS(svgNS,"defs");this.globalData.defs=e,this.animationItem.container.appendChild(e),this.globalData.getAssetData=this.animationItem.getAssetData.bind(this.animationItem),this.globalData.getPath=this.animationItem.getPath.bind(this.animationItem),this.globalData.elementLoaded=this.animationItem.elementLoaded.bind(this.animationItem);var a=document.createElementNS(svgNS,"clipPath"),s=document.createElementNS(svgNS,"rect");s.setAttribute("width",t.animation.compWidth),s.setAttribute("height",t.animation.compHeight),s.setAttribute("x",0),s.setAttribute("y",0);var r="animationMask_"+randomString(10);a.setAttribute("id",r),a.appendChild(s);var i=document.createElementNS(svgNS,"g");i.setAttribute("clip-path","url(#"+r+")"),this.animationItem.container.appendChild(i),e.appendChild(a),this.animationItem.container=i,this.layers=t.animation.layers},SVGRenderer.prototype.buildStage=function(t,e,a){var s,r,i=e.length;for(a||(a=this.elements),s=i-1;s>=0;s--)r=e[s],void 0!==r.parent&&this.buildItemParenting(r,a[s],e,r.parent,a),"PreCompLayer"==r.ty&&this.buildStage(a[s].getComposingElement(),r.layers,a[s].getElements())},SVGRenderer.prototype.buildItemParenting=function(t,e,a,s,r){t.parents||(t.parents=[]);for(var i=0,n=a.length;n>i;)a[i].ind==s&&(e.getHierarchy().push(r[i]),void 0!==a[i].parent&&this.buildItemParenting(t,e,a,a[i].parent,r)),i+=1},SVGRenderer.prototype.destroy=function(){this.animationItem.wrapper.innerHTML="",this.animationItem.container=null,this.globalData.defs=null;var t,e=this.layers.length;for(t=0;e>t;t++)this.elements[t].destroy();this.elements.length=0,this.destroyed=!0},SVGRenderer.prototype.updateContainerSize=function(){},SVGRenderer.prototype.renderFrame=function(t){if(this.lastFrame!=t&&!this.destroyed){this.lastFrame=t,this.globalData.frameNum=t;var e,a=this.layers.length;for(e=0;a>e;e++)this.elements[e].prepareFrame(t-this.layers[e].startTime);for(e=0;a>e;e++)this.elements[e].renderFrame(t-this.layers[e].startTime)}},CanvasRenderer.prototype.buildItems=function(t,e){e||(e=this.elements);var a,s=0,r=t.length;for(a=0;r>a;a++)if("StillLayer"==t[a].ty)s++,e.push(this.createImage(t[a]));else if("PreCompLayer"==t[a].ty){e.push(this.createComp(t[a]));var i=[];this.buildItems(t[a].layers,i),e[e.length-1].setElements(i)}else e.push("SolidLayer"==t[a].ty?this.createSolid(t[a]):"ShapeLayer"==t[a].ty?this.createShape(t[a]):"TextLayer"==t[a].ty?this.createText(t[a]):this.createBase(t[a]))},CanvasRenderer.prototype.createBase=function(t){return new CVBaseElement(t,this.globalData)},CanvasRenderer.prototype.createShape=function(t){return new CVShapeElement(t,this.globalData)},CanvasRenderer.prototype.createText=function(t){return new CVTextElement(t,this.globalData)},CanvasRenderer.prototype.createImage=function(t){return new CVImageElement(t,this.globalData)},CanvasRenderer.prototype.createComp=function(t){return new CVCompElement(t,this.globalData)},CanvasRenderer.prototype.createSolid=function(t){return new CVSolidElement(t,this.globalData)},CanvasRenderer.prototype.ctxTransform=function(t){if(!this.renderConfig.clearCanvas)return void this.canvasContext.transform(t[0],t[1],t[2],t[3],t[4],t[5]);this.contextData.cTr.transform(t[0],t[1],t[2],t[3],t[4],t[5]);var e=this.contextData.cTr.props;this.canvasContext.setTransform(e[0],e[1],e[2],e[3],e[4],e[5])},CanvasRenderer.prototype.ctxOpacity=function(t){return this.renderConfig.clearCanvas?(this.contextData.cO*=0>t?0:t,void(this.canvasContext.globalAlpha=this.contextData.cO)):void(this.canvasContext.globalAlpha*=0>t?0:t)},CanvasRenderer.prototype.reset=function(){return this.renderConfig.clearCanvas?(this.contextData.cArrPos=0,this.contextData.cTr.reset(),void(this.contextData.cO=1)):void this.canvasContext.restore()},CanvasRenderer.prototype.save=function(t){if(!this.renderConfig.clearCanvas)return void this.canvasContext.save();t&&this.canvasContext.save();var e=this.contextData.cTr.props;(null===this.contextData.saved[this.contextData.cArrPos]||void 0===this.contextData.saved[this.contextData.cArrPos])&&(this.contextData.saved[this.contextData.cArrPos]=new Array(6));var a,s=6,r=this.contextData.saved[this.contextData.cArrPos];for(a=0;s>a;a+=1)r[a]=e[a];this.contextData.savedOp[this.contextData.cArrPos]=this.contextData.cO,this.contextData.cArrPos+=1},CanvasRenderer.prototype.restore=function(t){if(!this.renderConfig.clearCanvas)return void this.canvasContext.restore();t&&this.canvasContext.restore(),this.contextData.cArrPos-=1;var e,a=this.contextData.saved[this.contextData.cArrPos],s=6,r=this.contextData.cTr.props;for(e=0;s>e;e+=1)r[e]=a[e];this.canvasContext.setTransform(a[0],a[1],a[2],a[3],a[4],a[5]),a=this.contextData.savedOp[this.contextData.cArrPos],this.contextData.cO=a,this.canvasContext.globalAlpha=a},CanvasRenderer.prototype.configAnimation=function(t){this.animationItem.wrapper?(this.animationItem.container=document.createElement("canvas"),this.animationItem.container.style.width="100%",this.animationItem.container.style.height="100%",this.animationItem.container.style.transformOrigin=this.animationItem.container.style.mozTransformOrigin=this.animationItem.container.style.webkitTransformOrigin=this.animationItem.container.style["-webkit-transform"]="0px 0px 0px",this.animationItem.wrapper.appendChild(this.animationItem.container),this.canvasContext=this.animationItem.container.getContext("2d")):this.canvasContext=this.renderConfig.context,this.globalData.canvasContext=this.canvasContext,this.globalData.bmCtx=new BM_CanvasRenderingContext2D(this),this.globalData.renderer=this,this.globalData.totalFrames=Math.floor(t.animation.totalFrames),this.globalData.compWidth=t.animation.compWidth,this.globalData.compHeight=t.animation.compHeight,this.layers=t.animation.layers,this.transformCanvas={},this.transformCanvas.w=t.animation.compWidth,this.transformCanvas.h=t.animation.compHeight,this.updateContainerSize()},CanvasRenderer.prototype.updateContainerSize=function(){var t,e;if(this.animationItem.wrapper&&this.animationItem.container?(t=this.animationItem.wrapper.offsetWidth,e=this.animationItem.wrapper.offsetHeight,this.animationItem.container.setAttribute("width",t),this.animationItem.container.setAttribute("height",e)):(t=this.canvasContext.canvas.width,e=this.canvasContext.canvas.height),"fit"==this.renderConfig.scaleMode){var a=t/e,s=this.transformCanvas.w/this.transformCanvas.h;s>a?(this.transformCanvas.sx=t/this.transformCanvas.w,this.transformCanvas.sy=t/this.transformCanvas.w,this.transformCanvas.tx=0,this.transformCanvas.ty=(e-this.transformCanvas.h*(t/this.transformCanvas.w))/2):(this.transformCanvas.sx=e/this.transformCanvas.h,this.transformCanvas.sy=e/this.transformCanvas.h,this.transformCanvas.tx=(t-this.transformCanvas.w*(e/this.transformCanvas.h))/2,this.transformCanvas.ty=0)}else this.transformCanvas.sx=1,this.transformCanvas.sy=1,this.transformCanvas.tx=0,this.transformCanvas.ty=0;this.transformCanvas.props=[this.transformCanvas.sx,0,0,this.transformCanvas.sy,this.transformCanvas.tx,this.transformCanvas.ty],this.clipper=new BM_Path2D,this.clipper.rect(0,0,this.transformCanvas.w,this.transformCanvas.h)},CanvasRenderer.prototype.buildStage=function(t,e,a){a||(a=this.elements);var s,r,i=e.length;for(s=i-1;s>=0;s--)r=e[s],void 0!==r.parent&&this.buildItemHierarchy(r,a[s],e,r.parent,a),"PreCompLayer"==r.ty&&this.buildStage(null,r.layers,a[s].getElements())},CanvasRenderer.prototype.buildItemHierarchy=function(t,e,a,s,r){for(var i=0,n=a.length;n>i;)a[i].ind===s&&(e.getHierarchy().push(r[i]),void 0!==a[i].parent&&this.buildItemHierarchy(t,e,a,a[i].parent,r)),i+=1},CanvasRenderer.prototype.prepareFrame=function(t){if(!this.destroyed){var e,a=this.elements.length;for(e=0;a>e;e++)this.elements[e].prepareFrame(t-this.layers[e].startTime)}},CanvasRenderer.prototype.draw=function(){var t,e=this.layers.length;for(t=e-1;t>=0;t-=1)this.elements[t].draw()},CanvasRenderer.prototype.destroy=function(){this.renderConfig.clearCanvas&&(this.animationItem.wrapper.innerHTML="");var t,e=this.layers.length;for(t=e-1;t>=0;t-=1)this.elements[t].destroy();this.elements.length=0,this.globalData.bmCtx=null,this.globalData.canvasContext=null,this.animationItem.container=null,this.destroyed=!0},CanvasRenderer.prototype.renderFrame=function(t){this.lastFrame==t&&this.renderConfig.clearCanvas===!0||this.destroyed||(this.lastFrame=t,this.globalData.frameNum=t-this.animationItem.firstFrame,this.renderConfig.clearCanvas===!0?(this.reset(),this.canvasContext.canvas.width=this.canvasContext.canvas.width):this.save(),this.ctxTransform(this.transformCanvas.props),this.globalData.bmCtx.clip(this.clipper),this.prepareFrame(t),this.draw(),this.renderConfig.clearCanvas!==!0&&this.restore())},MaskElement.prototype.init=function(){this.masksProperties=this.data.masksProperties;var t=this.element.maskedElement,e=this.globalData.defs,a=0,s=this.masksProperties.length;this.layerSize=this.element.getLayerSize();var r,i,n,o,h=this.data.masksProperties,l=0,p=[],m=randomString(10);for(this.maskElement=document.createElementNS(svgNS,"mask"),a=0;s>a;a++)if(h[a].inv&&!this.solidPath&&(this.solidPath=this.createLayerSolidPath()),"s"!=h[a].mode&&"i"!=h[a].mode||0!=l||(o=document.createElementNS(svgNS,"rect"),o.setAttribute("fill","#ffffff"),o.setAttribute("x","0"),o.setAttribute("y","0"),o.setAttribute("width","100%"),o.setAttribute("height","100%"),p.push(o)),!("f"==h[a].mode&&l>0||"n"==h[a].mode))if(l+=1,r=document.createElementNS(svgNS,"path"),h[a].cl?"s"==h[a].mode?r.setAttribute("fill","#000000"):r.setAttribute("fill","#ffffff"):(r.setAttribute("fill","none"),"s"==h[a].mode?r.setAttribute("fill","#000000"):r.setAttribute("fill","#ffffff"),r.setAttribute("stroke-width","1"),r.setAttribute("stroke-miterlimit","10")),r.setAttribute("clip-rule","nonzero"),this.storedData[a]={elem:r,lastPath:""},"i"==h[a].mode){n=p.length;var d=document.createElementNS(svgNS,"g");for(i=0;n>i;i+=1)d.appendChild(p[i]);var c=document.createElementNS(svgNS,"mask");c.setAttribute("mask-type","alpha"),c.setAttribute("id",m+"_"+l),c.appendChild(r),e.appendChild(c),d.setAttribute("mask","url(#"+m+"_"+l+")"),p.length=0,p.push(d)}else p.push(r);for(s=p.length,a=0;s>a;a+=1)this.maskElement.appendChild(p[a]);this.maskElement.setAttribute("id",m),l>0&&t.setAttribute("mask","url(#"+m+")"),e.appendChild(this.maskElement)},MaskElement.prototype.renderFrame=function(t){var e,a=this.data.masksProperties.length,s=0;for(e=0;a>e;e++)"f"==this.data.masksProperties[e].mode&&s>0||"n"==this.data.masksProperties[e].mode||(s+=1,this.drawPath(this.data.masksProperties[e],this.data.masksProperties[e].paths[t].pathNodes,this.storedData[e]))},MaskElement.prototype.processMaskFromEffects=function(t,e){var a,s=this.registeredEffects.length;for(a=0;s>a;a++)this.registeredEffects[a].renderMask(t,e)},MaskElement.prototype.registerEffect=function(t){this.registeredEffects.push(t)},MaskElement.prototype.getMaskelement=function(){return this.maskElement},MaskElement.prototype.createLayerSolidPath=function(){var t="M0,0 ";return t+="h"+this.layerSize.w,t+="v"+this.layerSize.h,t+="h"+-this.layerSize.w,t+="v"+-this.layerSize.h},MaskElement.prototype.drawPath=function(t,e,a){var s,r,i="";if(e.__renderedString)i=e.__renderedString;else{for(r=e.v.length,s=1;r>s;s+=1)1==s&&(i+=" M"+e.v[0][0]+","+e.v[0][1]),i+=" 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];t.cl&&(i+=" 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]),e.__renderedString=i}a.lastPath!==i&&(t.inv?a.elem.setAttribute("d",this.solidPath+i):a.elem.setAttribute("d",i),a.lastPath=i)},MaskElement.prototype.destroy=function(){this.element=null,this.globalData=null,this.maskElement=null,this.data=null,this.paths=null,this.registeredEffects=null,this.masksProperties=null};var BaseElement=function(t,e,a){this.globalData=a,this.data=t,this.ownMatrix=new Matrix,this.finalTransform={mat:new Matrix,op:1},this.matteElement=null,this.renderedFrames=[],this.lastData={},this.parentContainer=e,this.layerId=randomString(10),this.hidden=!1,this.init()};BaseElement.prototype.init=function(){this.createElements(),this.data.hasMask&&this.addMasks(this.data),this.data.eff},BaseElement.prototype.createElements=function(){if(this.data.td){if(3==this.data.td)this.layerElement=document.createElementNS(svgNS,"mask"),this.layerElement.setAttribute("id",this.layerId),this.layerElement.setAttribute("mask-type","luminance"),this.globalData.defs.appendChild(this.layerElement);else if(2==this.data.td){var t=document.createElementNS(svgNS,"mask");t.setAttribute("id",this.layerId),t.setAttribute("mask-type","alpha");var e=document.createElementNS(svgNS,"g");t.appendChild(e),this.layerElement=document.createElementNS(svgNS,"g");var a=document.createElementNS(svgNS,"filter"),s=randomString(10);a.setAttribute("id",s),a.setAttribute("filterUnits","objectBoundingBox"),a.setAttribute("x","0%"),a.setAttribute("y","0%"),a.setAttribute("width","100%"),a.setAttribute("height","100%");var r=document.createElementNS(svgNS,"feComponentTransfer");r.setAttribute("in","SourceGraphic"),a.appendChild(r);var i=document.createElementNS(svgNS,"feFuncA");i.setAttribute("type","table"),i.setAttribute("tableValues","1.0 0.0"),r.appendChild(i),this.globalData.defs.appendChild(a);var n=document.createElementNS(svgNS,"rect");n.setAttribute("width","100%"),n.setAttribute("height","100%"),n.setAttribute("x","0"),n.setAttribute("y","0"),n.setAttribute("fill","#ffffff"),n.setAttribute("opacity","0"),e.setAttribute("filter","url(#"+s+")"),e.appendChild(n),e.appendChild(this.layerElement),this.globalData.defs.appendChild(t)}else{this.layerElement=document.createElementNS(svgNS,"g");var o=document.createElementNS(svgNS,"mask");o.setAttribute("id",this.layerId),o.setAttribute("mask-type","alpha"),o.appendChild(this.layerElement),this.globalData.defs.appendChild(o)}this.data.hasMask&&(this.maskedElement=this.layerElement)}else this.data.hasMask?(this.layerElement=document.createElementNS(svgNS,"g"),this.data.tt?(this.matteElement=document.createElementNS(svgNS,"g"),this.matteElement.appendChild(this.layerElement),this.parentContainer.appendChild(this.matteElement)):this.parentContainer.appendChild(this.layerElement),this.maskedElement=this.layerElement):this.data.tt?(this.matteElement=document.createElementNS(svgNS,"g"),this.matteElement.setAttribute("id",this.layerId),this.parentContainer.appendChild(this.matteElement),this.layerElement=this.matteElement):this.layerElement=this.parentContainer},BaseElement.prototype.prepareFrame=function(t){this.currentAnimData=this.data.renderedData[t].an;var e=this.currentAnimData.matrixArray;this.ownMatrix.reset().transform(e[0],e[1],e[2],e[3],e[4],e[5]).translate(-this.currentAnimData.tr.a[0],-this.currentAnimData.tr.a[1])},BaseElement.prototype.renderFrame=function(t,e){if("NullLayer"!=this.data.ty){if(this.data.inPoint-this.data.startTime<=t&&this.data.outPoint-this.data.startTime>t?(this.isVisible!==!0&&(this.isVisible=!0),this.finalTransform.opacity=1):(this.isVisible!==!1&&(this.isVisible=!1),this.finalTransform.opacity=0),this.data.eff,t===this.data.renderedFrame.num)return this.isVisible;this.data.hasMask&&this.maskManager.renderFrame(t),this.finalTransform.opacity*=this.currentAnimData.tr.o;var a,s=this.finalTransform.mat;if(e&&(a=e.mat.props,s.reset().transform(a[0],a[1],a[2],a[3],a[4],a[5]),this.finalTransform.opacity*=e.opacity),this.hierarchy){var r,i=this.hierarchy.length;for(e||s.reset(),r=i-1;r>=0;r-=1)a=this.hierarchy[r].ownMatrix.props,s.transform(a[0],a[1],a[2],a[3],a[4],a[5]);a=this.ownMatrix.props,s.transform(a[0],a[1],a[2],a[3],a[4],a[5])}else this.isVisible&&(e?(a=this.ownMatrix.props,s.transform(a[0],a[1],a[2],a[3],a[4],a[5])):(this.finalTransform.mat.props[0]=this.ownMatrix.props[0],this.finalTransform.mat.props[1]=this.ownMatrix.props[1],this.finalTransform.mat.props[2]=this.ownMatrix.props[2],this.finalTransform.mat.props[3]=this.ownMatrix.props[3],this.finalTransform.mat.props[4]=this.ownMatrix.props[4],this.finalTransform.mat.props[5]=this.ownMatrix.props[5]));if(this.data.hasMask){this.renderedFrames[this.globalData.frameNum]||(this.renderedFrames[this.globalData.frameNum]={tr:"matrix("+s.props.join(",")+")",o:this.finalTransform.opacity});var n=this.renderedFrames[this.globalData.frameNum];this.lastData.tr!=n.tr&&(this.lastData.tr=n.tr,this.layerElement.setAttribute("transform",n.tr)),this.lastData.o!==n.o&&(this.lastData.o=n.o,this.layerElement.setAttribute("opacity",n.o))}return this.isVisible}},BaseElement.prototype.destroy=function(){this.layerElement=null,this.parentContainer=null,this.matteElement&&(this.matteElement=null),this.maskManager&&this.maskManager.destroy()},BaseElement.prototype.getDomElement=function(){return this.layerElement},BaseElement.prototype.getMaskManager=function(){return this.maskManager},BaseElement.prototype.addMasks=function(t){this.maskManager=new MaskElement(t,this,this.globalData),this.maskManager.init()},BaseElement.prototype.createEffectsManager=function(t){var e={effects:{value:t.eff},element:{value:this}};this.effectsManager=createElement(EffectsManager,null,e)},BaseElement.prototype.getType=function(){return this.type},BaseElement.prototype.getLayerSize=function(){return"TextLayer"==this.data.ty?{w:this.data.textData.width,h:this.data.textData.height}:{w:this.data.width,h:this.data.height}},BaseElement.prototype.getHierarchy=function(){return this.hierarchy||(this.hierarchy=[]),this.hierarchy},BaseElement.prototype.setMatte=function(t){this.matteElement&&this.matteElement.setAttribute("mask","url(#"+t+")")},BaseElement.prototype.hide=function(){},createElement(BaseElement,ICompElement),ICompElement.prototype.getComposingElement=function(){return this.layerElement},ICompElement.prototype.hide=function(){if(!this.hidden){var t,e=this.elements.length;for(t=0;e>t;t+=1)this.elements[t].hide();this.hidden=!0}},ICompElement.prototype.renderFrame=function(t,e){var a=this.parent.renderFrame.call(this,t,e);if(a===!1)return void this.hide();this.hidden=!1;var s,r=this.layers.length,i=this.data.tm?this.data.tm[t]<0?0:t>=this.data.tm.length?this.data.tm[this.data.tm.length-1]:this.data.tm[t]:t;for(s=0;r>s;s+=1)this.elements[s].prepareFrame(i-this.layers[s].startTime);for(s=0;r>s;s+=1)this.data.hasMask?this.elements[s].renderFrame(i-this.layers[s].startTime):this.elements[s].renderFrame(i-this.layers[s].startTime,this.finalTransform)},ICompElement.prototype.setElements=function(t){this.elements=t},ICompElement.prototype.getElements=function(){return this.elements},ICompElement.prototype.destroy=function(){this.parent.destroy.call();var t,e=this.layers.length;for(t=0;e>t;t+=1)this.elements[t].destroy()},createElement(BaseElement,IImageElement),IImageElement.prototype.createElements=function(){var t=this,e=function(){t.image.setAttributeNS("http://www.w3.org/1999/xlink","href",t.path+t.assetData.p),t.maskedElement=t.image},a=new Image;a.addEventListener("load",e,!1),a.addEventListener("error",e,!1),a.src=this.path+this.assetData.p,this.parent.createElements.call(this),this.image=document.createElementNS(svgNS,"image"),this.image.setAttribute("width",this.assetData.w+"px"),this.image.setAttribute("height",this.assetData.h+"px"),this.layerElement.appendChild(this.image)},IImageElement.prototype.hide=function(){this.hidden||(this.image.setAttribute("opacity","0"),this.hidden=!0)},IImageElement.prototype.renderFrame=function(t,e){var a=this.parent.renderFrame.call(this,t,e);if(a===!1)return void this.hide();if(this.hidden&&(this.lastData.o=-1,this.hidden=!1,this.image.setAttribute("opacity","1")),!this.data.hasMask){this.renderedFrames[this.globalData.frameNum]||(this.renderedFrames[this.globalData.frameNum]={tr:"matrix("+this.finalTransform.mat.props.join(",")+")",o:this.finalTransform.opacity});var s=this.renderedFrames[this.globalData.frameNum];this.lastData.tr!=s.tr&&(this.lastData.tr=s.tr,this.image.setAttribute("transform",s.tr)),this.lastData.o!==s.o&&(this.lastData.o=s.o,this.image.setAttribute("opacity",s.o))}},IImageElement.prototype.destroy=function(){this.parent.destroy.call(),this.image=null},createElement(BaseElement,IShapeElement),IShapeElement.prototype.createElements=function(){this.parent.createElements.call(this),this.mainShape=new ShapeItemElement(this.data.shapes,this.layerElement,this.globalData)},IShapeElement.prototype.renderFrame=function(t,e){var a=this.parent.renderFrame.call(this,t,e);return a===!1?void this.hide():void this.renderShapes(t)},IShapeElement.prototype.hide=function(){this.hidden||(this.mainShape.hideShape(),this.hidden=!0)},IShapeElement.prototype.renderShapes=function(t){this.hidden=!1,this.data.hasMask?this.mainShape.renderShape(t,{opacity:1,mat:new Matrix}):this.mainShape.renderShape(t,this.finalTransform)},IShapeElement.prototype.destroy=function(){this.parent.destroy.call(),this.mainShape.destroy()},ShapeItemElement.prototype.searchShapes=function(t,e){var a,s,r,i=t.length-1,n=[];for(a=i;a>=0;a-=1)if("fl"==t[a].ty||"st"==t[a].ty){e[a]={renderedFrames:[],lastData:{c:"",o:-1,w:""}};var o=document.createElementNS(svgNS,"path");this.shape.appendChild(o),this.stylesList.push({pathElement:o,type:t[a].ty,d:""}),e[a].style=this.stylesList[this.stylesList.length-1],n.push(e[a].style)}else if("gr"==t[a].ty)e[a]={it:[]},this.searchShapes(t[a].it,e[a].it);else if("tr"==t[a].ty)e[a]={transform:{mat:new Matrix,opacity:1}};else if("sh"==t[a].ty||"rc"==t[a].ty||"el"==t[a].ty)for(e[a]={elements:[],renderedFrames:[],styles:[],lastData:{d:"",o:"",tr:""}},r=this.stylesList.length,s=0;r>s;s+=1)this.stylesList[s].closed||(e[a].styles.push(this.stylesList[s]),"st"==this.stylesList[s].type&&(this.stylesList[s].pathElement.setAttribute("fill-opacity",0),this.stylesList[s].pathElement.setAttribute("stroke-linejoin","round"),this.stylesList[s].pathElement.setAttribute("stroke-linecap","round")));for(i=n.length,a=0;i>a;a+=1)n[a].closed=!0},ShapeItemElement.prototype.getElement=function(){return this.shape},ShapeItemElement.prototype.hideShape=function(){var t,e=this.stylesList.length;for(t=e-1;t>=0;t-=1)this.stylesList[t].pathElement.setAttribute("d","M 0,0")},ShapeItemElement.prototype.renderShape=function(t,e,a,s){var r,i;if(!a)for(a=this.data,i=this.stylesList.length,r=0;i>r;r+=1)this.stylesList[r].d="";s||(s=this.viewData),this.frameNum=t,i=a.length-1;var n,o;for(n=e,r=i;r>=0;r-=1)if("tr"==a[r].ty){var h=a[r].renderedData[t].mtArr;if(n=s[r].transform,o=n.mat,o.reset(),e){var l=e.mat.props;n.opacity=e.opacity,n.opacity*=a[r].renderedData[t].o,o.transform(l[0],l[1],l[2],l[3],l[4],l[5])}else n.opacity=a[r].renderedData[t].o;o.transform(h[0],h[1],h[2],h[3],h[4],h[5]).translate(-a[r].renderedData[t].a[0],-a[r].renderedData[t].a[1])}else"sh"==a[r].ty?this.renderPath(a[r],s[r],t,n):"el"==a[r].ty?this.renderPath(a[r],s[r],t,n):"rc"==a[r].ty?a[r].trimmed?this.renderPath(a[r],s[r],t,n):this.renderRect(a[r],s[r],t,n):"fl"==a[r].ty?this.renderFill(a[r],s[r],t,n):"st"==a[r].ty?this.renderStroke(a[r],s[r],t,n):"gr"==a[r].ty?this.renderShape(t,n,a[r].it,s[r].it):"tm"==a[r].ty;for(i=this.stylesList.length,r=0;i>r;r+=1)""==this.stylesList[r].d?this.stylesList[r].pathElement.setAttribute("d","M 0,0"):this.stylesList[r].pathElement.setAttribute("d",this.stylesList[r].d)},ShapeItemElement.prototype.renderPath=function(t,e,a,s){var r,i;if(!e.renderedFrames[this.globalData.frameNum]){var n=t.renderedData[a].path.pathNodes;if(!n.v)return;r=n.v.length;var o=n.s?n.s:[],h="";for(i=1;r>i;i+=1)o[i-1]?h+=" M"+o[i-1][0]+","+o[i-1][1]:1==i&&(h+=" M"+n.v[0][0]+","+n.v[0][1]),h+=" C"+n.o[i-1][0]+","+n.o[i-1][1]+" "+n.i[i][0]+","+n.i[i][1]+" "+n.v[i][0]+","+n.v[i][1];1==r&&(h+=o[0]?" M"+o[0][0]+","+o[0][1]:" M"+n.v[0][0]+","+n.v[0][1]),!t.closed||t.trimmed&&!n.c||(h+=" C"+n.o[i-1][0]+","+n.o[i-1][1]+" "+n.i[0][0]+","+n.i[0][1]+" "+n.v[0][0]+","+n.v[0][1]),e.renderedFrames[this.globalData.frameNum]={dTr:h}}var l=e.renderedFrames[this.globalData.frameNum];for(r=e.styles.length,i=0;r>i;i+=1)e.styles[i].d+=l.dTr},ShapeItemElement.prototype.renderFill=function(t,e,a,s){var r=t.renderedData[a],i=e.style;e.renderedFrames[this.globalData.frameNum]||(e.renderedFrames[this.globalData.frameNum]={c:r.color,o:r.opacity*s.opacity,t:"matrix("+s.mat.props.join(",")+")"});var n=e.renderedFrames[this.globalData.frameNum],o=n.c,h=n.o,l=n.t;e.lastData.c!=o&&i.pathElement.setAttribute("fill",o),e.lastData.o!=h&&i.pathElement.setAttribute("fill-opacity",h),e.lastData.t!=l&&i.pathElement.setAttribute("transform",l),e.lastData.c=o,e.lastData.o=h,e.lastData.t=l},ShapeItemElement.prototype.renderStroke=function(t,e,a,s){var r=t.renderedData[a],i=e.style;e.renderedFrames[this.globalData.frameNum]||(e.renderedFrames[this.globalData.frameNum]={c:r.color,o:r.opacity*s.opacity,w:r.width,t:"matrix("+s.mat.props.join(",")+")"},r.dashes&&(e.renderedFrames[this.globalData.frameNum].d=r.dashes));var n,o,h=e.renderedFrames[this.globalData.frameNum],l=h.c,p=h.o,m=h.w,d=h.d,c=h.t;if(d){var u,f=d.length;for(n="",o="",u=0;f>u;u+=1)"o"!=d[u].n?n+=" "+d[u].v:o+=d[u].v}e.lastData.c!=l&&i.pathElement.setAttribute("stroke",l),e.lastData.o!=p&&i.pathElement.setAttribute("stroke-opacity",p),e.lastData.w!==m&&i.pathElement.setAttribute("stroke-width",m),e.lastData.t!==c&&i.pathElement.setAttribute("transform",c),d&&(e.lastData.da!=n&&i.pathElement.setAttribute("stroke-dasharray",n),e.lastData["do"]!=o&&i.pathElement.setAttribute("stroke-dashoffset",o)),e.lastData.c=l,e.lastData.o=p,e.lastData.w=m,e.lastData.t=c,d&&(e.lastData.da=n,e.lastData["do"]=o)},ShapeItemElement.prototype.destroy=function(t,e){this.shape=null,this.data=null,this.viewData=null},createElement(BaseElement,ISolidElement),ISolidElement.prototype.createElements=function(){this.parent.createElements.call(this);var t=document.createElementNS(svgNS,"rect");t.setAttribute("width",this.data.width),t.setAttribute("height",this.data.height),t.setAttribute("fill",this.data.color),this.layerElement.appendChild(t),this.rectElement=t},ISolidElement.prototype.hide=function(){this.hidden||(this.rectElement.setAttribute("opacity","0"),this.hidden=!0)},ISolidElement.prototype.renderFrame=function(t,e){var a=this.parent.renderFrame.call(this,t,e);if(a===!1)return void this.hide();if(this.hidden&&(this.lastData.o=-1,this.hidden=!1,this.data.hasMask&&this.rectElement.setAttribute("opacity","1")),!this.data.hasMask){this.renderedFrames[this.globalData.frameNum]||(this.renderedFrames[this.globalData.frameNum]={tr:"matrix("+this.finalTransform.mat.props.join(",")+")",o:this.finalTransform.opacity});var s=this.renderedFrames[this.globalData.frameNum];this.lastData.tr!=s.tr&&(this.lastData.tr=s.tr,this.rectElement.setAttribute("transform",s.tr)),this.lastData.o!==s.o&&(this.lastData.o=s.o,this.rectElement.setAttribute("opacity",s.o))}},ICompElement.prototype.destroy=function(){this.parent.destroy.call(),this.rectElement=null},createElement(BaseElement,ITextElement),ITextElement.prototype.createElements=function(){this.parent.createElements.call(this)},CVBaseElement.prototype.init=function(){this.createElements(),this.data.hasMask&&this.addMasks(this.data),this.data.eff},CVBaseElement.prototype.createElements=function(){},CVBaseElement.prototype.prepareFrame=function(t){this.currentAnimData=this.data.renderedData[t].an;var e=this.currentAnimData.matrixArray;return this.ownMatrix.reset().transform(e[0],e[1],e[2],e[3],e[4],e[5]).translate(-this.currentAnimData.tr.a[0],-this.currentAnimData.tr.a[1]),this.data.inPoint-this.data.startTime<=t&&this.data.outPoint-this.data.startTime>=t?(this.renderFrame=!0,this.finalTransform.opacity=1,void(this.data.hasMask&&this.maskManager.prepareFrame(t))):(this.renderFrame=!1,this.finalTransform.opacity=0,!1)},CVBaseElement.prototype.draw=function(t){if("NullLayer"!=this.data.ty){if(!this.renderFrame)return!1;var e,a=(this.canvasContext,this.finalTransform.mat);if(this.finalTransform.opacity*=this.currentAnimData.tr.o,t&&(e=t.mat.props,a.reset().transform(e[0],e[1],e[2],e[3],e[4],e[5]),this.finalTransform.opacity*=t.opacity),this.hierarchy){var s,r=this.hierarchy.length;for(t||a.reset(),s=r-1;s>=0;s-=1)e=this.hierarchy[s].ownMatrix.props,a.transform(e[0],e[1],e[2],e[3],e[4],e[5]);e=this.ownMatrix.props,a.transform(e[0],e[1],e[2],e[3],e[4],e[5])}else this.renderFrame&&(t?(e=this.ownMatrix.props,a.transform(e[0],e[1],e[2],e[3],e[4],e[5])):this.finalTransform.mat=this.ownMatrix);this.data.hasMask&&(this.globalData.renderer.save(!0),this.maskManager.draw(this.finalTransform))}},CVBaseElement.prototype.getCurrentAnimData=function(){return this.currentAnimData},CVBaseElement.prototype.addMasks=function(t){var e={data:{value:t},element:{value:this},globalData:{value:this.globalData
+}};this.maskManager=createElement(CVMaskElement,null,e)},CVBaseElement.prototype.createEffectsManager=function(t){var e={effects:{value:t.eff},element:{value:this}};this.effectsManager=createElement(EffectsManager,null,e)},CVBaseElement.prototype.getType=function(){return this.type},CVBaseElement.prototype.getHierarchy=function(){return this.hierarchy||(this.hierarchy=[]),this.hierarchy},CVBaseElement.prototype.getLayerSize=function(){return"TextLayer"==this.data.ty?{w:this.data.textData.width,h:this.data.textData.height}:{w:this.data.width,h:this.data.height}},CVBaseElement.prototype.destroy=function(){this.canvasContext=null,this.data=null,this.globalData=null,this.maskManager&&this.maskManager.destroy()},createElement(CVBaseElement,CVCompElement),CVCompElement.prototype.prepareFrame=function(t){var e=this.parent.prepareFrame.call(this,t);if(e!==!1){var a,s=this.elements.length,r=this.data.tm?this.data.tm[t]<0?0:t>=this.data.tm.length?this.data.tm[this.data.tm.length-1]:this.data.tm[t]:t;for(a=0;s>a;a+=1)this.elements[a].prepareFrame(r-this.layers[a].startTime)}},CVCompElement.prototype.draw=function(t){if(this.parent.draw.call(this,t)!==!1){var e,a=this.layers.length;for(e=a-1;e>=0;e-=1)this.elements[e].draw(this.finalTransform);this.data.hasMask&&this.globalData.renderer.restore(!0)}},CVCompElement.prototype.setElements=function(t){this.elements=t},CVCompElement.prototype.getElements=function(){return this.elements},CVCompElement.prototype.destroy=function(){var t,e=this.layers.length;for(t=e-1;t>=0;t-=1)this.elements[t].destroy();this.layers=null,this.elements=null,this.parent.destroy.call()},createElement(CVBaseElement,CVImageElement),CVImageElement.prototype.createElements=function(){var t=this,e=function(){t.animationItem.elementLoaded()},a=function(){t.failed=!0,t.animationItem.elementLoaded()};this.img=new Image,this.img.addEventListener("load",e,!1),this.img.addEventListener("error",a,!1),this.img.src=this.path+this.assetData.p,this.parent.createElements.call(this)},CVImageElement.prototype.draw=function(t){if(!this.failed&&this.parent.draw.call(this,t)!==!1){var e=this.canvasContext;this.globalData.renderer.save();var a=this.finalTransform.mat.props;this.globalData.renderer.ctxTransform(a),this.globalData.renderer.ctxOpacity(this.finalTransform.opacity),e.drawImage(this.img,0,0),this.globalData.renderer.restore(this.data.hasMask)}},CVImageElement.prototype.destroy=function(){this.img=null,this.animationItem=null,this.parent.destroy.call()},createElement(CVBaseElement,CVShapeElement),CVShapeElement.prototype.createElements=function(){this.parent.createElements.call(this),this.mainShape=new CVShapeItemElement(this.data.shapes,!0,this.globalData)},CVShapeElement.prototype.prepareFrame=function(t){var e=this.parent.prepareFrame.call(this,t);e!==!1&&this.mainShape.prepareFrame(t)},CVShapeElement.prototype.draw=function(t){this.parent.draw.call(this,t)!==!1&&(this.drawShapes(this.finalTransform),this.data.hasMask&&this.globalData.renderer.restore(!0))},CVShapeElement.prototype.drawShapes=function(t){this.mainShape.renderShape(t)},CVShapeElement.prototype.destroy=function(){this.mainShape.destroy(),this.parent.destroy.call()},CVShapeItemElement.prototype.drawPaths=function(t){var e,a;t?(a=[],e=this.stylesList):e=this.renderedPaths[this.globalData.frameNum];var s,r=e.length,i=this.canvasContext;for(this.globalData.renderer.save(),i.lineCap="round",i.lineJoin="round",s=0;r>s;s+=1)"stroke"==e[s].type?(1!=e[s].opacity&&(this.globalData.renderer.save(),this.globalData.renderer.ctxOpacity(e[s].opacity)),i.strokeStyle=e[s].value,i.lineWidth=e[s].width,e[s].dasharray?(i.setLineDash(e[s].dasharray),i.lineDashOffset=e[s].dashoffset):(i.setLineDash([]),i.lineDashOffset=0),this.globalData.bmCtx.stroke(e[s].path),1!=e[s].opacity&&this.globalData.renderer.restore(),t&&(a.push({type:e[s].type,opacity:e[s].opacity,value:e[s].value,width:e[s].width,path:e[s].path}),e[s].dasharray&&(a[a.length-1].dasharray=e[s].dasharray,a[a.length-1].dashoffset=e[s].dashoffset))):"fill"==e[s].type&&(1!=e[s].opacity&&(this.globalData.renderer.save(),this.globalData.renderer.ctxOpacity(e[s].opacity)),i.fillStyle=e[s].value,this.globalData.bmCtx.fill(e[s].path),1!=e[s].opacity&&this.globalData.renderer.restore(),t&&a.push({type:e[s].type,opacity:e[s].opacity,value:e[s].value,path:e[s].path}));this.globalData.renderer.restore(),t&&(this.renderedPaths[this.globalData.frameNum]=a)},CVShapeItemElement.prototype.prepareFrame=function(t){this.frameNum=t;var e,a=this.dataLength-1;for(e=a;e>=0;e-=1)"gr"==this.data[e].ty&&this.data[e].item.prepareFrame(t)},CVShapeItemElement.prototype.renderShape=function(t,e){if(this.renderedPaths[this.globalData.frameNum])return void this.drawPaths(!1);this.transform.opacity=1;var a,s;for(this.ownStylesList.length=0,this.currentStylePoolPos=0,e?this.stylesList=e:this.stylesList.length=0,t?(this.transform.mat.props[0]=t.mat.props[0],this.transform.mat.props[1]=t.mat.props[1],this.transform.mat.props[2]=t.mat.props[2],this.transform.mat.props[3]=t.mat.props[3],this.transform.mat.props[4]=t.mat.props[4],this.transform.mat.props[5]=t.mat.props[5],this.transform.opacity*=t.opacity):(this.transform.mat.props[0]=this.transform.mat.props[3]=1,this.transform.mat.props[1]=this.transform.mat.props[2]=this.transform.mat.props[4]=this.transform.mat.props[5]=0),s=this.dataLength-1,a=s;a>=0;a-=1)"gr"==this.data[a].ty?this.data[a].item.renderShape(this.transform,this.stylesList):"tr"==this.data[a].ty?this.renderTransform(this.data[a]):"sh"==this.data[a].ty?this.renderPath(this.data[a]):"el"==this.data[a].ty?this.renderEllipse(this.data[a]):"rc"==this.data[a].ty?this.data[a].trimmed?this.renderPath(this.data[a]):this.renderRect(this.data[a]):"fl"==this.data[a].ty?this.renderFill(this.data[a]):"st"==this.data[a].ty&&this.renderStroke(this.data[a]);if(this.mainFlag)this.drawPaths(!0);else for(s=this.ownStylesList.length,a=0;s>a;a+=1)this.ownStylesList[a].closed=!0},CVShapeItemElement.prototype.renderTransform=function(t){var e=t.renderedData[this.frameNum],a=e.mtArr;this.transform.mat.transform(a[0],a[1],a[2],a[3],a[4],a[5]).translate(-e.a[0],-e.a[1]),this.transform.opacity*=e.o},CVShapeItemElement.prototype.renderPath=function(t){if(t.trimmed){var e=this.canvasContext;e.lineCap="round",e.lineJoin="round"}var a=t.renderedData[this.frameNum].path,s=new BM_Path2D,r=a.pathNodes;if(r instanceof Array&&(r=r[0]),r.v){var i,n=r.v.length,o=r.s?r.s:[];for(i=1;n>i;i+=1)o[i-1]?s.moveTo(o[i-1][0],o[i-1][1]):1==i&&s.moveTo(r.v[0][0],r.v[0][1]),s.bezierCurveTo(r.o[i-1][0],r.o[i-1][1],r.i[i][0],r.i[i][1],r.v[i][0],r.v[i][1]);1==n&&(o[0]?s.moveTo(o[0][0],o[0][1]):s.moveTo(r.v[0][0],r.v[0][1])),!t.closed||t.trimmed&&!r.c||s.bezierCurveTo(r.o[i-1][0],r.o[i-1][1],r.i[0][0],r.i[0][1],r.v[0][0],r.v[0][1]),this.addPathToStyles(s)}},CVShapeItemElement.prototype.renderEllipse=function(t){var e=new BM_Path2D,a=t.renderedData[this.frameNum];e.moveTo(a.p[0]+a.size[0]/2,a.p[1]),e.ellipse(a.p[0],a.p[1],a.size[0]/2,a.size[1]/2,0,0,2*Math.PI,!1),this.addPathToStyles(e)},CVShapeItemElement.prototype.renderRect=function(t){var e=new BM_Path2D,a=t.renderedData[this.frameNum],s=a.roundness;if(0===s)e.rect(a.position[0]-a.size[0]/2,a.position[1]-a.size[1]/2,a.size[0],a.size[1]);else{var r=a.position[0]-a.size[0]/2,i=a.position[1]-a.size[1]/2,n=a.size[0],o=a.size[1];s instanceof Array&&(s=s[0]),s>n/2&&(s=n/2),s>o/2&&(s=o/2),e.moveTo(r+s,i),e.lineTo(r+n-s,i),e.quadraticCurveTo(r+n,i,r+n,i+s),e.lineTo(r+n,i+o-s),e.quadraticCurveTo(r+n,i+o,r+n-s,i+o),e.lineTo(r+s,i+o),e.quadraticCurveTo(r,i+o,r,i+o-s),e.lineTo(r,i+s),e.quadraticCurveTo(r,i,r+s,i)}this.addPathToStyles(e)},CVShapeItemElement.prototype.addPathToStyles=function(t){var e,a=this.stylesList.length,s=!0,r=0;for(e=a-1;e>=0;e-=1)this.stylesList[e].closed||("stroke"==this.stylesList[e].type?(this.stylesList[e].width>r&&this.stylesList[e].path.addPath(t,this.transform.mat.props),1==this.stylesList[e].styleOpacity&&1==this.stylesList[e].opacity&&(r=this.stylesList[e].width)):s&&"fill"==this.stylesList[e].type&&(this.stylesList[e].path.addPath(t,this.transform.mat.props),1==this.stylesList[e].styleOpacity&&1==this.stylesList[e].opacity&&(s=!1)))},CVShapeItemElement.prototype.renderFill=function(t){var e=t.renderedData[this.frameNum];return t.fillEnabled!==!1?(this.stylesPool[this.currentStylePoolPos].path=new BM_Path2D,this.stylesPool[this.currentStylePoolPos].closed=!1,this.stylesPool[this.currentStylePoolPos].styleOpacity=e.opacity<1?e.opacity:1,this.stylesPool[this.currentStylePoolPos].opacity=this.transform.opacity,this.stylesPool[this.currentStylePoolPos].value=e.opacity<1?fillColorToString(e.color,e.opacity):fillColorToString(e.color),this.stylesList.push(this.stylesPool[this.currentStylePoolPos]),this.ownStylesList.push(this.stylesList[this.stylesList.length-1]),void(this.currentStylePoolPos+=1)):(this.stylesList.push(this.stylesPool[this.currentStylePoolPos]),this.ownStylesList.push(this.stylesList[this.stylesList.length-1]),void(this.currentStylePoolPos+=1))},CVShapeItemElement.prototype.renderStroke=function(t){var e=t.renderedData[this.frameNum];if(this.data.strokeEnabled!==!1){if(this.stylesPool[this.currentStylePoolPos].path=new BM_Path2D,this.stylesPool[this.currentStylePoolPos].closed=!1,this.stylesPool[this.currentStylePoolPos].styleOpacity=e.opacity<1?e.opacity:1,this.stylesPool[this.currentStylePoolPos].width=e.width,this.stylesPool[this.currentStylePoolPos].opacity=this.transform.opacity,this.stylesPool[this.currentStylePoolPos].value=e.opacity<1?fillColorToString(e.color,e.opacity):fillColorToString(e.color),e.dashes){var a,s=e.dashes,r=s.length,i=[],n="";for(a=0;r>a;a+=1)"o"!=s[a].n?i.push(s[a].v):n=s[a].v;this.stylesPool[this.currentStylePoolPos].dasharray=i,this.stylesPool[this.currentStylePoolPos].dashoffset=n}return this.stylesList.push(this.stylesPool[this.currentStylePoolPos]),this.ownStylesList.push(this.stylesList[this.stylesList.length-1]),void(this.currentStylePoolPos+=1)}this.stylesList.push(this.stylesPool[this.currentStylePoolPos]),this.ownStylesList.push(this.stylesList[this.stylesList.length-1]),this.currentStylePoolPos+=1},CVShapeItemElement.prototype.destroy=function(){this.data=null,this.globalData=null,this.canvasContext=null},createElement(CVBaseElement,CVSolidElement),CVSolidElement.prototype.draw=function(t){if(this.parent.draw.call(this,t)!==!1){var e=this.canvasContext;this.globalData.renderer.save();var a=this.finalTransform.mat.props;this.globalData.renderer.ctxTransform(a),this.globalData.renderer.ctxOpacity(this.finalTransform.opacity),e.fillStyle=this.data.color,e.fillRect(0,0,this.data.width,this.data.height),this.globalData.renderer.restore(this.data.hasMask)}},createElement(CVBaseElement,CVTextElement),CVTextElement.prototype.createElements=function(){this.parent.createElements.call(this)},CVMaskElement.prototype.init=function(){this.registeredEffects=[],this.masksProperties=this.data.masksProperties,this.totalMasks=this.masksProperties.length,this.ctx=this.element.canvasContext,this.layerSize=this.element.getLayerSize(),this.renderedFrames=new Array(this.globalData.totalFrames+1)},CVMaskElement.prototype.prepareFrame=function(t){this.frameNum=t},CVMaskElement.prototype.draw=function(t){var e;if(this.renderedFrames[this.globalData.frameNum])e=this.renderedFrames[this.globalData.frameNum];else{var a,s=new BM_Path2D,r=this.data.masksProperties.length;for(e=new BM_Path2D,a=0;r>a;a++)this.masksProperties[a].inv&&this.createInvertedMask(s,this.data.masksProperties[a].paths[this.frameNum].pathNodes),this.drawShape(s,this.data.masksProperties[a].paths[this.frameNum].pathNodes);e.addPath(s,t.mat.props),this.renderedFrames[this.globalData.frameNum]=e}this.globalData.bmCtx.clip(e)},CVMaskElement.prototype.drawShape=function(t,e){var a,s=e.v.length;for(t.moveTo(e.v[0][0],e.v[0][1]),a=1;s>a;a++)t.bezierCurveTo(e.o[a-1][0],e.o[a-1][1],e.i[a][0],e.i[a][1],e.v[a][0],e.v[a][1]);t.bezierCurveTo(e.o[a-1][0],e.o[a-1][1],e.i[0][0],e.i[0][1],e.v[0][0],e.v[0][1])},CVMaskElement.prototype.createInvertedMask=function(t){t.moveTo(0,0),t.lineTo(this.globalData.compWidth,0),t.lineTo(this.globalData.compWidth,this.globalData.compHeight),t.lineTo(0,this.globalData.compHeight),t.lineTo(0,0)},CVMaskElement.prototype.destroy=function(){this.ctx=null};var animationManager=function(){function t(t){if(!t)return null;for(var e=0;v>e;){if(f[e].elem==t&&null!==f[e].elem)return f[e].animation;e+=1}var a=new AnimationItem;return a.setData(t),f.push({elem:t,animation:a}),v+=1,a}function e(t){var e=new AnimationItem;return e.setParams(t),f.push({elem:null,animation:e}),v+=1,e}function a(t,e){var a;for(a=0;v>a;a+=1)f[a].animation.setSpeed(t,e)}function s(t,e){var a;for(a=0;v>a;a+=1)f[a].animation.setDirection(t,e)}function r(t){var e;for(e=0;v>e;e+=1)f[e].animation.play(t)}function i(t,e){g=!1,y=Date.now();var a;for(a=0;v>a;a+=1)f[a].animation.moveFrame(t,e)}function n(){var t,e=Date.now(),a=e-y;for(t=0;v>t;t+=1)f[t].animation.renderer.destroyed?(f.splice(t,1),t-=1,v-=1):f[t].animation.advanceTime(a);y=e,requestAnimationFrame(n)}function o(t){var e;for(e=0;v>e;e+=1)f[e].animation.pause(t)}function h(t,e,a){var s;for(s=0;v>s;s+=1)f[s].animation.goToAndStop(t,e,a)}function l(t){var e;for(e=0;v>e;e+=1)f[e].animation.stop(t)}function p(t){var e;for(e=0;v>e;e+=1)f[e].animation.togglePause(t)}function m(){var e=document.getElementsByClassName("bodymovin");Array.prototype.forEach.call(e,t)}function d(){var t;for(t=0;v>t;t+=1)f[t].animation.resize()}function c(){y=Date.now(),requestAnimationFrame(n)}var u={},f=[],y=0,g=!0,v=0;return setTimeout(c,0),u.registerAnimation=t,u.loadAnimation=e,u.setSpeed=a,u.setDirection=s,u.play=r,u.moveFrame=i,u.pause=o,u.stop=l,u.togglePause=p,u.searchAnimations=m,u.resize=d,u.start=c,u.goToAndStop=h,u}(),AnimationItem=function(){this.name="",this.path="",this.isLoaded=!1,this.currentFrame=0,this.currentRawFrame=0,this.totalFrames=0,this.frameRate=0,this.frameMult=0,this.playSpeed=1,this.playDirection=1,this.pendingElements=0,this.playCount=0,this.prerenderFramesFlag=!0,this.repeat="indefinite",this.animationData={},this.layers=[],this.assets=[],this.isPaused=!0,this.isScrolling=!1,this.autoplay=!1,this.loop=!0,this.renderer=null,this.animationID=randomString(10),this.renderedFrameCount=0,this.scaleMode="fit",this.math=Math,this.removed=!1};AnimationItem.prototype.setParams=function(t){var e=this;t.context&&(this.context=t.context),t.wrapper&&(this.wrapper=t.wrapper);var a=t.animType?t.animType:"canvas";switch(a){case"canvas":this.renderer=new CanvasRenderer(this,t.renderer);break;case"svg":this.renderer=new SVGRenderer(this,t.renderer)}if(this.animType=a,""===t.loop||null===t.loop||(this.loop=t.loop===!1?!1:t.loop===!0?!0:parseInt(t.loop)),this.autoplay="autoplay"in t?t.autoplay:!0,this.name=t.name?t.name:"",this.prerenderFramesFlag="prerender"in t?t.prerender:!0,t.animationData)e.configAnimation(t.animationData);else if(t.path){"json"!=t.path.substr(-4)&&("/"!=t.path.substr(-1,1)&&(t.path+="/"),t.path+="data.json");var s=new XMLHttpRequest;this.path=t.path.substr(0,t.path.lastIndexOf("/")+1),s.open("GET",t.path,!0),s.send(),s.onreadystatechange=function(){if(4==s.readyState)if(200==s.status)e.configAnimation(JSON.parse(s.responseText));else try{var t=JSON.parse(s.responseText);e.configAnimation(t)}catch(a){}}}},AnimationItem.prototype.setData=function(t){var e={wrapper:t},a=t.attributes;e.path=a.getNamedItem("data-animation-path")?a.getNamedItem("data-animation-path").value:a.getNamedItem("data-bm-path")?a.getNamedItem("data-bm-path").value:a.getNamedItem("bm-path")?a.getNamedItem("bm-path").value:"",e.animType=a.getNamedItem("data-anim-type")?a.getNamedItem("data-anim-type").value:a.getNamedItem("data-bm-type")?a.getNamedItem("data-bm-type").value:a.getNamedItem("bm-type")?a.getNamedItem("bm-type").value:"canvas";var s=a.getNamedItem("data-anim-loop")?a.getNamedItem("data-anim-loop").value:a.getNamedItem("data-bm-loop")?a.getNamedItem("data-bm-loop").value:a.getNamedItem("bm-loop")?a.getNamedItem("bm-loop").value:"";""===s||(e.loop="false"===s?!1:"true"===s?!0:parseInt(s)),e.name=a.getNamedItem("data-name")?a.getNamedItem("data-name").value:a.getNamedItem("data-bm-name")?a.getNamedItem("data-bm-name").value:a.getNamedItem("bm-name")?a.getNamedItem("bm-name").value:"";var r=a.getNamedItem("data-anim-prerender")?a.getNamedItem("data-anim-prerender").value:a.getNamedItem("data-bm-prerender")?a.getNamedItem("data-bm-prerender").value:a.getNamedItem("bm-prerender")?a.getNamedItem("bm-prerender").value:"";"false"===r&&(e.prerender=!1),this.setParams(e)},AnimationItem.prototype.configAnimation=function(t){this.renderer.configAnimation(t),this.animationData=t,this.animationData._id=this.animationID,this.animationData._animType=this.animType,this.layers=this.animationData.animation.layers,this.assets=this.animationData.assets,this.totalFrames=this.animationData.animation.totalFrames,this.frameRate=this.animationData.animation.frameRate,this.firstFrame=Math.round(this.animationData.animation.ff*this.frameRate),this.frameMult=this.animationData.animation.frameRate/1e3,dataManager.completeData(this.animationData),this.renderer.buildItems(this.animationData.animation.layers),this.updaFrameModifier(),this.checkLoaded()},AnimationItem.prototype.elementLoaded=function(){this.pendingElements--,this.checkLoaded()},AnimationItem.prototype.checkLoaded=function(){0===this.pendingElements&&(this.renderer.buildStage(this.container,this.layers),this.prerenderFramesFlag?(this.prerenderFrames(0),dataManager.renderFrame(this.animationID,this.currentFrame+this.firstFrame),this.renderer.renderFrame(this.currentFrame+this.firstFrame)):(this.isLoaded=!0,this.gotoFrame(),this.autoplay&&this.play()))},AnimationItem.prototype.prerenderFrames=function(t){t||(t=0),this.renderedFrameCount===Math.floor(this.totalFrames)?(this.isLoaded=!0,this.gotoFrame(),this.autoplay&&this.play()):(dataManager.renderFrame(this.animationID,this.renderedFrameCount+this.firstFrame),this.renderedFrameCount+=1,t>10?setTimeout(this.prerenderFrames.bind(this),0):(t+=1,this.prerenderFrames(t)))},AnimationItem.prototype.resize=function(){this.renderer.updateContainerSize()},AnimationItem.prototype.gotoFrame=function(){this.currentFrame=subframeEnabled?this.math.round(100*this.currentRawFrame)/100:this.math.floor(this.currentRawFrame),this.renderFrame()},AnimationItem.prototype.renderFrame=function(){this.isLoaded!==!1&&(dataManager.renderFrame(this.animationID,this.currentFrame+this.firstFrame),this.renderer.renderFrame(this.currentFrame+this.firstFrame))},AnimationItem.prototype.play=function(t){t&&this.name!=t||this.isPaused===!0&&(this.isPaused=!1)},AnimationItem.prototype.pause=function(t){t&&this.name!=t||this.isPaused===!1&&(this.isPaused=!0)},AnimationItem.prototype.togglePause=function(t){t&&this.name!=t||(this.isPaused===!0?(this.isPaused=!1,this.play()):(this.isPaused=!0,this.pause()))},AnimationItem.prototype.stop=function(t){t&&this.name!=t||(this.isPaused=!0,this.currentFrame=this.currentRawFrame=0,this.playCount=0,this.gotoFrame())},AnimationItem.prototype.goToAndStop=function(t,e,a){a&&this.name!=a||(this.setCurrentRawFrameValue(e?t:t*this.frameModifier),this.isPaused=!0)},AnimationItem.prototype.advanceTime=function(t){this.isPaused!==!0&&this.isScrolling!==!0&&this.isLoaded!==!1&&this.setCurrentRawFrameValue(this.currentRawFrame+t*this.frameModifier)},AnimationItem.prototype.updateAnimation=function(t){this.setCurrentRawFrameValue(this.totalFrames*t)},AnimationItem.prototype.moveFrame=function(t,e){e&&this.name!=e||this.setCurrentRawFrameValue(this.currentRawFrame+t)},AnimationItem.prototype.remove=function(t){t&&this.name!=t||this.renderer.destroy()},AnimationItem.prototype.destroy=function(t){t&&this.name!=t||this.renderer.destroy()},AnimationItem.prototype.setCurrentRawFrameValue=function(t){if(this.currentRawFrame=t,this.currentRawFrame>=this.totalFrames){if(this.loop===!1)return this.currentRawFrame=this.totalFrames-1,this.gotoFrame(),void this.pause();if(this.playCount+=1,this.loop!==!0&&this.playCount==this.loop)return this.currentRawFrame=this.totalFrames-1,this.gotoFrame(),void this.pause()}else if(this.currentRawFrame<0)return this.playCount-=1,this.playCount<0&&(this.playCount=0),this.loop===!1?(this.currentRawFrame=0,this.gotoFrame(),void this.pause()):(this.currentRawFrame=this.totalFrames+this.currentRawFrame,void this.gotoFrame());this.currentRawFrame=this.currentRawFrame%this.totalFrames,this.gotoFrame()},AnimationItem.prototype.setSpeed=function(t){this.playSpeed=t,this.updaFrameModifier()},AnimationItem.prototype.setDirection=function(t){this.playDirection=0>t?-1:1,this.updaFrameModifier()},AnimationItem.prototype.updaFrameModifier=function(){this.frameModifier=this.frameMult*this.playSpeed*this.playDirection},AnimationItem.prototype.getPath=function(){return this.path},AnimationItem.prototype.getAssetData=function(t){for(var e=0,a=this.assets.length;a>e;){if(t==this.assets[e].id)return this.assets[e];e+=1}return this.assets},AnimationItem.prototype.getAssets=function(){return this.assets},function(t){function e(t){animationManager.play(t)}function a(t){animationManager.pause(t)}function s(t){animationManager.togglePause(t)}function r(t,e){animationManager.setSpeed(t,e)}function i(t,e){animationManager.setDirection(t,e)}function n(t){animationManager.stop(t)}function o(t){animationManager.moveFrame(t)}function h(){animationManager.searchAnimations()}function l(t){return animationManager.registerAnimation(t)}function p(){animationManager.resize()}function m(){animationManager.start()}function d(t,e,a){animationManager.goToAndStop(t,e,a)}function c(t){subframeEnabled=t}function u(t){return animationManager.loadAnimation(t)}function f(){"complete"===document.readyState&&(clearInterval(g),h())}var y={};y.play=e,y.pause=a,y.togglePause=s,y.setSpeed=r,y.setDirection=i,y.stop=n,y.moveFrame=o,y.searchAnimations=h,y.registerAnimation=l,y.loadAnimation=u,y.setSubframeRendering=c,y.resize=p,y.start=m,y.goToAndStop=d,y.checkReady=f,t.bodymovin=y;var g=setInterval(f,100)}(window);}(window));
\ No newline at end of file
diff --git a/extension/assets/player/bm.js.gz b/extension/assets/player/bm.js.gz
new file mode 100644
index 0000000..454c1cd
--- /dev/null
+++ b/extension/assets/player/bm.js.gz
Binary files differ
diff --git a/extension/css/boilerplate.css b/extension/css/boilerplate.css
new file mode 100644
index 0000000..d208999
--- /dev/null
+++ b/extension/css/boilerplate.css
@@ -0,0 +1,327 @@
+/*
+ * HTML5 ✰ Boilerplate
+ *
+ * What follows is the result of much research on cross-browser styling.
+ * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
+ * Kroc Camen, and the H5BP dev community and team.
+ *
+ * Detailed information about this CSS: h5bp.com/css
+ *
+ * ==|== normalize ==========================================================
+ */
+
+
+/* =============================================================================
+   HTML5 display definitions
+   ========================================================================== */
+
+article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
+audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
+audio:not([controls]) { display: none; }
+[hidden] { display: none; }
+
+
+/* =============================================================================
+   Base
+   ========================================================================== */
+
+/*
+ * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
+ * 2. Force vertical scrollbar in non-IE
+ * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
+ */
+
+html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
+
+body { margin: 0; font-size: 100%; line-height: 1.231; }
+
+body, button, input, select, textarea { font-family: helvetica, arial,"lucida grande", verdana, "メイリオ", "MS Pゴシック", sans-serif; color: #222; }
+/*
+ * Remove text-shadow in selection highlight: h5bp.com/i
+ * These selection declarations have to be separate
+ * Also: hot pink! (or customize the background color to match your design)
+ */
+
+::selection { text-shadow: none; background-color: highlight; color: highlighttext; }
+
+
+/* =============================================================================
+   Links
+   ========================================================================== */
+
+a { color: #00e; }
+a:visited { color: #551a8b; }
+a:hover { color: #06e; }
+a:focus { outline: thin dotted; }
+
+/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
+a:hover, a:active { outline: 0; }
+
+
+/* =============================================================================
+   Typography
+   ========================================================================== */
+
+abbr[title] { border-bottom: 1px dotted; }
+
+b, strong { font-weight: bold; }
+
+blockquote { margin: 1em 40px; }
+
+dfn { font-style: italic; }
+
+hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
+
+ins { background: #ff9; color: #000; text-decoration: none; }
+
+mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
+
+/* Redeclare monospace font family: h5bp.com/j */
+pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
+
+/* Improve readability of pre-formatted text in all browsers */
+pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
+
+q { quotes: none; }
+q:before, q:after { content: ""; content: none; }
+
+small { font-size: 85%; }
+
+/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
+sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
+sup { top: -0.5em; }
+sub { bottom: -0.25em; }
+
+
+/* =============================================================================
+   Lists
+   ========================================================================== */
+
+ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
+dd { margin: 0 0 0 40px; }
+nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
+
+
+/* =============================================================================
+   Embedded content
+   ========================================================================== */
+
+/*
+ * 1. Improve image quality when scaled in IE7: h5bp.com/d
+ * 2. Remove the gap between images and borders on image containers: h5bp.com/e
+ */
+
+img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
+
+/*
+ * Correct overflow not hidden in IE9
+ */
+
+svg:not(:root) { overflow: hidden; }
+
+
+/* =============================================================================
+   Figures
+   ========================================================================== */
+
+figure { margin: 0; }
+
+
+/* =============================================================================
+   Forms
+   ========================================================================== */
+
+form { margin: 0; }
+fieldset { border: 0; margin: 0; padding: 0; }
+
+/* Indicate that 'label' will shift focus to the associated form element */
+label { cursor: pointer; }
+
+/*
+ * 1. Correct color not inheriting in IE6/7/8/9
+ * 2. Correct alignment displayed oddly in IE6/7
+ */
+
+legend { border: 0; *margin-left: -7px; padding: 0; }
+
+/*
+ * 1. Correct font-size not inheriting in all browsers
+ * 2. Remove margins in FF3/4 S5 Chrome
+ * 3. Define consistent vertical alignment display in all browsers
+ */
+
+button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
+
+/*
+ * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
+ */
+
+button, input { line-height: normal; }
+
+/*
+ * 1. Display hand cursor for clickable form elements
+ * 2. Allow styling of clickable form elements in iOS
+ * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
+ */
+
+button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
+
+/*
+ * Consistent box sizing and appearance
+ */
+
+input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
+input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
+input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
+
+/*
+ * Remove inner padding and border in FF3/4: h5bp.com/l
+ */
+
+button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
+
+/*
+ * 1. Remove default vertical scrollbar in IE6/7/8/9
+ * 2. Allow only vertical resizing
+ */
+
+textarea { overflow: auto; vertical-align: top; resize: vertical; }
+
+/* Colors for form validity */
+input:valid, textarea:valid {  }
+input:invalid, textarea:invalid { background-color: #f0dddd; }
+
+
+/* =============================================================================
+   Tables
+   ========================================================================== */
+
+table { border-collapse: collapse; border-spacing: 0; }
+td { vertical-align: top; }
+
+
+/* ==|== primary styles =====================================================
+   Author:
+   ========================================================================== */
+
+/* ==|== media queries ======================================================
+   PLACEHOLDER Media Queries for Responsive Design.
+   These override the primary ('mobile first') styles
+   Modify as content requires.
+   ========================================================================== */
+
+@media only screen and (min-width: 480px) {
+  /* Style adjustments for viewports 480px and over go here */
+
+}
+
+@media only screen and (min-width: 768px) {
+  /* Style adjustments for viewports 768px and over go here */
+
+}
+
+
+
+/* ==|== non-semantic helper classes ========================================
+   Please define your styles before this section.
+   ========================================================================== */
+
+/* For image replacement */
+.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
+.ir br { display: none; }
+
+/* Hide from both screenreaders and browsers: h5bp.com/u */
+.hidden { display: none !important; visibility: hidden; }
+
+/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
+.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
+
+/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
+.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
+
+/* Hide visually and from screenreaders, but maintain layout */
+.invisible { visibility: hidden; }
+
+/* Contain floats: h5bp.com/q */
+.clearfix:before, .clearfix:after { content: ""; display: table; }
+.clearfix:after { clear: both; }
+.clearfix { *zoom: 1; }
+
+
+
+/* ==|== print styles =======================================================
+   Print styles.
+   Inlined to avoid required HTTP connection: h5bp.com/r
+   ========================================================================== */
+
+@media print {
+    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
+    a, a:visited { text-decoration: underline; }
+    a[href]:after { content: " (" attr(href) ")"; }
+    abbr[title]:after { content: " (" attr(title) ")"; }
+    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
+    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
+    table { display: table-header-group; } /* h5bp.com/t */
+    tr, img { page-break-inside: avoid; }
+    img { max-width: 100% !important; }
+    @page { margin: 0.5cm; }
+    p, h2, h3 { orphans: 3; widows: 3; }
+    h2, h3 { page-break-after: avoid; }
+}
+
+/* reflow reset for -webkit-margin-before: 1em */
+p { margin: 0; }
+
+html {
+    overflow-y: auto;
+    background-color: transparent;
+    height: 100%;
+}
+
+body {
+    background: #fff;
+    font: normal 100%;
+    position: relative;
+    height: 100%;
+}
+
+body, div, img, p, button, input, select, textarea {
+    box-sizing: border-box;
+}
+
+.image {
+    display: block;
+}
+
+input {
+    cursor: default;
+    display: block;
+}
+
+input[type=button] {
+    background-color: #e5e9e8;
+    border: 1px solid #9daca9;
+    border-radius: 4px;
+    box-shadow: inset 0 1px #fff;
+    font: inherit;
+    letter-spacing: inherit;
+    text-indent: inherit;
+    color: inherit;
+}
+
+input[type=button]:hover {
+    background-color: #eff1f1;
+}
+
+input[type=button]:active {
+    background-color: #d2d6d6;
+    border: 1px solid #9daca9;
+    box-shadow: inset 0 1px rgba(0,0,0,0.1);
+}
+
+/* Reset anchor styles to an unstyled default to be in parity with design surface. It 
+   is presumed that most link styles in real-world designs are custom (non-default). */
+a, a:visited, a:hover, a:active {
+    color: inherit;
+    text-decoration: inherit;
+}
\ No newline at end of file
diff --git a/extension/css/compsRender.css b/extension/css/compsRender.css
new file mode 100644
index 0000000..5aa3e58
--- /dev/null
+++ b/extension/css/compsRender.css
@@ -0,0 +1,86 @@
+.references{
+    background-color: #484043;
+    background-color: rgb(72, 64, 67);
+    background-color: #6E6568;
+    background-color: rgb(110, 101, 104);
+    background-color: #EAD3A8;
+    background-color: rgb(234, 211, 168);
+    background-color: #D23641;
+    background-color: rgb(210, 54, 65);
+    background-color: #FFFFFF;
+    background-color: rgb(255, 255, 255);
+}
+
+#compsRender {
+    width: 100%;
+}
+
+#compsRender div.buttons{
+    text-align: center;
+}
+
+#compsRender div.renders{
+    width: 100%;
+    margin-top: 20px;
+    padding: 0 10px;
+    
+}
+
+#compsRender div.renders div.renderingElement{
+    width: 100%;
+    margin-bottom: 10px;
+}
+
+#compsRender div.renders div.renderingElement .header{
+    background-color: #D23641;
+    color: #484043;
+    border-bottom: 2px solid #484043;
+}
+
+#compsRender div.renders div.renderingElement .header .compName{
+    font-size: 14px;
+    line-height: 29px;
+    padding-left: 20px;
+    font-variant: small-caps;
+    color: #EAD3A8;
+}
+
+#compsRender div.renders div.renderingElement .progressBar{
+    width: 0%;
+    background-color: #D23641;
+    height: 2px;
+}
+
+#compsRender div.renders div.renderingElement .status{
+    background-color: #FFFFFF;
+    color: #333;
+    padding: 15px 10px 17px;
+    font-size: 20px;
+    border-bottom: 2px solid #484043;
+    position: relative;
+}
+
+#compsRender div.renders div.renderingElement .compAnim{
+    display: inline-block;
+    width: 50px;
+    height: 50px;
+    vertical-align: middle;
+}
+
+#compsRender div.renders div.renderingElement .statusText{
+    display: inline-block;
+    vertical-align: middle;
+}
+
+#compsRender div.folder, #compsRender div.buttonHover{
+    position: absolute;
+    top: 0;
+    bottom: 0;
+    right: 20px;
+    width: 60px;
+    height: 60px;
+    border-radius: 4px;
+    margin: auto;
+    /*display: none;*/
+    cursor: pointer;
+}
\ No newline at end of file
diff --git a/extension/css/compsSelection.css b/extension/css/compsSelection.css
new file mode 100644
index 0000000..b180de3
--- /dev/null
+++ b/extension/css/compsSelection.css
@@ -0,0 +1,81 @@
+
+.references{
+    background-color: #484043;
+    background-color: rgb(72, 64, 67);
+    background-color: #6E6568;
+    background-color: rgb(110, 101, 104);
+    background-color: #EAD3A8;
+    background-color: rgb(234, 211, 168);
+    background-color: #D23641;
+    background-color: rgb(210, 54, 65);
+    background-color: #FFFFFF;
+    background-color: rgb(255, 255, 255);
+}
+
+#compsSelection {
+    width: 100%;
+}
+
+#compsSelection .buttons{
+    margin-top: 10px;
+    
+}
+
+#compsSelection .buttons .settings{
+    float: right;
+}
+
+#compsSelection .compsTable{
+    width: 100%;
+    font-size: 10px;
+    margin-top: 10px;
+    table-layout: fixed;
+}
+
+#compsSelection .compsTable .th,#compsSelection .compsTable .td{
+    border-right: 1px solid #333333;
+    vertical-align: middle;
+}
+
+#compsSelection .compsTable .th{
+    background-color: #D23641;
+    color: #EAD3A8;
+    padding: 5px;
+    
+}
+
+#compsSelection .compsTable tr{
+    background-color: #6E6568;
+    color: #EAD3A8;
+    height: 42px;
+}
+
+#compsSelection .compsTable tr.selected{
+    background-color: #EAD3A8;
+    color: #D23641;
+}
+
+#compsSelection .compsTable .th.state{
+    width: 56px;
+}
+
+#compsSelection .compsTable .td .state{
+    height: 100%;
+    width: 100%;
+}
+
+#compsSelection .compsTable .td .hideExtra{
+    padding: 5px;
+}
+
+#compsSelection .compsTable .td .hideExtra.state{
+    padding: 0;
+}
+
+#compsSelection .compsTable .td .destination{
+    cursor: pointer;
+}
+
+#compsSelection .compsTable tr .td .destination:hover{
+    text-decoration: underline;
+}
\ No newline at end of file
diff --git a/extension/css/info.css b/extension/css/info.css
new file mode 100644
index 0000000..514c171
--- /dev/null
+++ b/extension/css/info.css
@@ -0,0 +1,53 @@
+.references{
+    background-color: #484043;
+    background-color: rgb(72, 64, 67);
+    background-color: #6E6568;
+    background-color: rgb(110, 101, 104);
+    background-color: #EAD3A8;
+    background-color: rgb(234, 211, 168);
+    background-color: #D23641;
+    background-color: rgb(210, 54, 65);
+    background-color: #FFFFFF;
+    background-color: rgb(255, 255, 255);
+}
+
+#info {
+    width: 100%;
+}
+
+#info .animHeader{
+    height: 100px;
+    width: 100%;
+    clear: both;
+}
+
+#info h1 {
+    text-align: center;
+    color: #D23641;
+}
+
+#info h2 {
+    text-align: center;
+    color: #EAD3A8;
+}
+
+#info .buttons{
+    margin-top: 10px;
+    text-align: center;
+    
+}
+
+#info .buttons .return{
+    float: right;
+}
+
+#info p{
+    font-size: 12px;
+    color: white;
+    font-weight: bold;
+    text-align: center;
+}
+
+#info p a.link{
+    color: #D23641;
+}
\ No newline at end of file
diff --git a/extension/css/message.css b/extension/css/message.css
new file mode 100644
index 0000000..eff9d15
--- /dev/null
+++ b/extension/css/message.css
@@ -0,0 +1,53 @@
+.references{
+    background-color: #484043;
+    background-color: rgb(72, 64, 67);
+    background-color: #6E6568;
+    background-color: rgb(110, 101, 104);
+    background-color: #EAD3A8;
+    background-color: rgb(234, 211, 168);
+    background-color: #D23641;
+    background-color: rgb(210, 54, 65);
+    background-color: #FFFFFF;
+    background-color: rgb(255, 255, 255);
+}
+
+#message {
+    position: absolute;
+    top: 0;
+    left: 0;
+    right: 0;
+    bottom: 0;
+    background-color: rgba(0, 0, 0,.8);
+    display: table;
+    width: 100%;
+    height: 100%;
+}
+
+#message .messageBox{
+    display: table-cell;
+    vertical-align: middle;
+    text-align: center;
+}
+
+#message .messageBox .content{
+    max-width: 280px;
+    background-color: #EAD3A8;
+    margin: auto;
+    border-radius: 4px;
+    padding: 20px 10px;
+    border: 2px solid #D23641;
+}
+
+#message .messageBox .alertAnimation{
+    width: 100%;
+    height: 60px;
+}
+#message .messageBox .text{
+    font-size: 14px;
+    font-variant: small-caps;
+    color: #484043;
+}
+
+#message .messageBox .buttons{
+    margin-top: 10px;
+}
\ No newline at end of file
diff --git a/extension/css/styles.css b/extension/css/styles.css
new file mode 100644
index 0000000..45153e7
--- /dev/null
+++ b/extension/css/styles.css
@@ -0,0 +1,125 @@
+/*Your styles */
+
+.references{
+    background-color: #484043;
+    background-color: rgb(72, 64, 67);
+    background-color: #6E6568;
+    background-color: rgb(110, 101, 104);
+    background-color: #EAD3A8;
+    background-color: rgb(234, 211, 168);
+    background-color: #D23641;
+    background-color: rgb(210, 54, 65);
+    background-color: #FFFFFF;
+    background-color: rgb(255, 255, 255);
+}
+
+body{
+    overflow: auto;
+    min-width: 250px;
+}
+
+body::-webkit-scrollbar {
+    width: .8em;
+    height: .8em;
+}
+ 
+body::-webkit-scrollbar-track {
+    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
+}
+ 
+body::-webkit-scrollbar-thumb {
+    background-color: #484043;
+    border: 1px solid #EAD3A8;
+    width: 10px;
+    border-radius: .4em;
+}
+
+#content {
+    margin-right:auto;
+    margin-left:auto;
+    vertical-align:middle;
+    width:100%;
+    padding: 0 10px;
+}
+
+
+#btn_test{
+    width: 100%;
+}
+
+button{
+    border: none;
+    background-color: #FFFFFF;
+}
+
+button.generalButton{
+    color: #EAD3A8;
+    padding: 8px 12px 6px;
+    font-size: 12px;
+    background-color: #6E6568;
+    border-radius: 1px;
+    font-weight: bold;
+    font-variant: small-caps;
+    border-bottom: 2px solid #FFFFFF;
+    min-width: 80px;
+}
+
+button.generalButton:hover{
+    color: #FFFFFF;
+    /*border-bottom: 2px solid #D23641;*/
+}
+
+button.highlightButton{
+    background-color: #484043;
+    color: #FFFFFF;
+    border-bottom: 2px solid #D23641;
+}
+
+button.highlightButton:hover{
+    background-color: #FFFFFF;
+    color: #D23641;
+}
+
+button.disabled, button.disabled:hover{
+    color: rgba(110, 101, 104, .3);
+    background-color: #FFFFFF;
+    border-bottom: 2px solid #FFFFFF;
+    cursor: default;
+}
+
+.buttonSeparator{
+    width: 10px;
+    display: inline-block;
+}
+
+.hideExtra { white-space: nowrap; overflow: hidden; text-overflow:ellipsis; }
+
+/*
+Those classes will be edited at runtime with values specified
+by the settings of the CC application
+*/
+.hostFontColor{}
+.hostFontFamily{}
+.hostFontSize{}
+
+/*font family, color and size*/
+.hostFont{}
+/*background color*/
+.hostBgd{}
+/*lighter background color*/
+.hostBgdLight{}
+/*darker background color*/
+.hostBgdDark{}
+/*background color and font*/
+.hostElt{}
+
+
+.hostButton{
+    border:1px solid;
+    border-radius:2px;
+    height:20px;
+    vertical-align:bottom;
+    font-family:inherit;
+    color:inherit;
+    font-size:inherit;
+}
\ No newline at end of file
diff --git a/extension/css/topcoat-desktop-dark.min.css b/extension/css/topcoat-desktop-dark.min.css
new file mode 100644
index 0000000..6b479de
--- /dev/null
+++ b/extension/css/topcoat-desktop-dark.min.css
@@ -0,0 +1 @@
+.button-bar{display:table;table-layout:fixed;white-space:nowrap;margin:0;padding:0}.button-bar__item{display:table-cell;width:auto;border-radius:0}.button-bar__item>input{position:absolute;overflow:hidden;padding:0;border:0;opacity:.001;z-index:1;vertical-align:top;outline:0}.button-bar__button{border-radius:inherit}.button-bar__item:disabled{opacity:.3;cursor:default;pointer-events:none}.button,.topcoat-button,.topcoat-button--quiet,.topcoat-button--large,.topcoat-button--large--quiet,.topcoat-button--cta,.topcoat-button--large--cta,.topcoat-button-bar__button,.topcoat-button-bar__button--large{position:relative;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-decoration:none}.button--quiet{background:transparent;border:1px solid transparent;box-shadow:none}.button--disabled,.topcoat-button:disabled,.topcoat-button--quiet:disabled,.topcoat-button--large:disabled,.topcoat-button--large--quiet:disabled,.topcoat-button--cta:disabled,.topcoat-button--large--cta:disabled,.topcoat-button-bar__button:disabled,.topcoat-button-bar__button--large:disabled{opacity:.3;cursor:default;pointer-events:none}.topcoat-button,.topcoat-button--quiet,.topcoat-button--large,.topcoat-button--large--quiet,.topcoat-button--cta,.topcoat-button--large--cta,.topcoat-button-bar__button,.topcoat-button-bar__button--large{padding:0 .563rem;font-size:12px;line-height:1.313rem;letter-spacing:0;color:#c6c8c8;text-shadow:0 -1px rgba(0,0,0,.69);vertical-align:top;background-color:#595b5b;box-shadow:inset 0 1px #737373;border:1px solid #333434;border-radius:4px}.topcoat-button:hover,.topcoat-button--quiet:hover,.topcoat-button--large:hover,.topcoat-button--large--quiet:hover,.topcoat-button-bar__button:hover,.topcoat-button-bar__button--large:hover{background-color:#626465}.topcoat-button:focus,.topcoat-button--quiet:focus,.topcoat-button--quiet:hover:focus,.topcoat-button--large:focus,.topcoat-button--large--quiet:focus,.topcoat-button--large--quiet:hover:focus,.topcoat-button--cta:focus,.topcoat-button--large--cta:focus,.topcoat-button-bar__button:focus,.topcoat-button-bar__button--large:focus{border:1px solid #0036ff;box-shadow:inset 0 1px rgba(255,255,255,.36),0 0 0 2px #6fb5f1;outline:0}.topcoat-button:active,.topcoat-button--large:active,.topcoat-button-bar__button:active,.topcoat-button-bar__button--large:active,:checked+.topcoat-button-bar__button{border:1px solid #333434;background-color:#3f4041;box-shadow:inset 0 1px rgba(0,0,0,.05)}.topcoat-button--quiet{background:transparent;border:1px solid transparent;box-shadow:none}.topcoat-button--quiet:hover,.topcoat-button--large--quiet:hover{text-shadow:0 -1px rgba(0,0,0,.69);border:1px solid #333434;box-shadow:inset 0 1px #737373}.topcoat-button--quiet:active,.topcoat-button--quiet:focus:active,.topcoat-button--large--quiet:active,.topcoat-button--large--quiet:focus:active{color:#c6c8c8;text-shadow:0 -1px rgba(0,0,0,.69);background-color:#3f4041;border:1px solid #333434;box-shadow:inset 0 1px rgba(0,0,0,.05)}.topcoat-button--large,.topcoat-button--large--quiet,.topcoat-button-bar__button--large{font-size:.875rem;font-weight:600;line-height:1.688rem;padding:0 .875rem}.topcoat-button--large--quiet{background:transparent;border:1px solid transparent;box-shadow:none}.topcoat-button--cta,.topcoat-button--large--cta{border:1px solid #134f7f;background-color:#288edf;box-shadow:inset 0 1px rgba(255,255,255,.36);color:#fff;font-weight:500;text-shadow:0 -1px rgba(0,0,0,.36)}.topcoat-button--cta:hover,.topcoat-button--large--cta:hover{background-color:#4ca1e4}.topcoat-button--cta:active,.topcoat-button--large--cta:active{background-color:#1e7dc8;box-shadow:inset 0 1px rgba(0,0,0,.12)}.topcoat-button--large--cta{font-size:.875rem;font-weight:600;line-height:1.688rem;padding:0 .875rem}.button-bar,.topcoat-button-bar{display:table;table-layout:fixed;white-space:nowrap;margin:0;padding:0}.button-bar__item,.topcoat-button-bar__item{display:table-cell;width:auto;border-radius:0}.button-bar__item>input,.topcoat-button-bar__item>input{position:absolute;overflow:hidden;padding:0;border:0;opacity:.001;z-index:1;vertical-align:top;outline:0}.button-bar__button{border-radius:inherit}.button-bar__item:disabled{opacity:.3;cursor:default;pointer-events:none}.topcoat-button-bar>.topcoat-button-bar__item:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.topcoat-button-bar>.topcoat-button-bar__item:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.topcoat-button-bar__item:first-child>.topcoat-button-bar__button,.topcoat-button-bar__item:first-child>.topcoat-button-bar__button--large{border-right:0}.topcoat-button-bar__item:last-child>.topcoat-button-bar__button,.topcoat-button-bar__item:last-child>.topcoat-button-bar__button--large{border-left:0}.topcoat-button-bar__button{border-radius:inherit}.topcoat-button-bar__button:focus,.topcoat-button-bar__button--large:focus{z-index:1}.topcoat-button-bar__button--large{border-radius:inherit}.button{position:relative;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-decoration:none}.button--quiet{background:transparent;border:1px solid transparent;box-shadow:none}.button--disabled{opacity:.3;cursor:default;pointer-events:none}.button,.topcoat-button,.topcoat-button--quiet,.topcoat-button--large,.topcoat-button--large--quiet,.topcoat-button--cta,.topcoat-button--large--cta{position:relative;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-decoration:none}.button--quiet{background:transparent;border:1px solid transparent;box-shadow:none}.button--disabled,.topcoat-button:disabled,.topcoat-button--quiet:disabled,.topcoat-button--large:disabled,.topcoat-button--large--quiet:disabled,.topcoat-button--cta:disabled,.topcoat-button--large--cta:disabled{opacity:.3;cursor:default;pointer-events:none}.topcoat-button,.topcoat-button--quiet,.topcoat-button--large,.topcoat-button--large--quiet,.topcoat-button--cta,.topcoat-button--large--cta{padding:0 .563rem;font-size:12px;line-height:1.313rem;letter-spacing:0;color:#c6c8c8;text-shadow:0 -1px rgba(0,0,0,.69);vertical-align:top;background-color:#595b5b;box-shadow:inset 0 1px #737373;border:1px solid #333434;border-radius:4px}.topcoat-button:hover,.topcoat-button--quiet:hover,.topcoat-button--large:hover,.topcoat-button--large--quiet:hover{background-color:#626465}.topcoat-button:focus,.topcoat-button--quiet:focus,.topcoat-button--quiet:hover:focus,.topcoat-button--large:focus,.topcoat-button--large--quiet:focus,.topcoat-button--large--quiet:hover:focus,.topcoat-button--cta:focus,.topcoat-button--large--cta:focus{border:1px solid #0036ff;box-shadow:inset 0 1px rgba(255,255,255,.36),0 0 0 2px #6fb5f1;outline:0}.topcoat-button:active,.topcoat-button--large:active{border:1px solid #333434;background-color:#3f4041;box-shadow:inset 0 1px rgba(0,0,0,.05)}.topcoat-button--quiet{background:transparent;border:1px solid transparent;box-shadow:none}.topcoat-button--quiet:hover,.topcoat-button--large--quiet:hover{text-shadow:0 -1px rgba(0,0,0,.69);border:1px solid #333434;box-shadow:inset 0 1px #737373}.topcoat-button--quiet:active,.topcoat-button--quiet:focus:active,.topcoat-button--large--quiet:active,.topcoat-button--large--quiet:focus:active{color:#c6c8c8;text-shadow:0 -1px rgba(0,0,0,.69);background-color:#3f4041;border:1px solid #333434;box-shadow:inset 0 1px rgba(0,0,0,.05)}.topcoat-button--large,.topcoat-button--large--quiet{font-size:.875rem;font-weight:600;line-height:1.688rem;padding:0 .875rem}.topcoat-button--large--quiet{background:transparent;border:1px solid transparent;box-shadow:none}.topcoat-button--cta,.topcoat-button--large--cta{border:1px solid #134f7f;background-color:#288edf;box-shadow:inset 0 1px rgba(255,255,255,.36);color:#fff;font-weight:500;text-shadow:0 -1px rgba(0,0,0,.36)}.topcoat-button--cta:hover,.topcoat-button--large--cta:hover{background-color:#4ca1e4}.topcoat-button--cta:active,.topcoat-button--large--cta:active{background-color:#1e7dc8;box-shadow:inset 0 1px rgba(0,0,0,.12)}.topcoat-button--large--cta{font-size:.875rem;font-weight:600;line-height:1.688rem;padding:0 .875rem}input[type=checkbox]{position:absolute;overflow:hidden;padding:0;border:0;opacity:.001;z-index:1;vertical-align:top;outline:0}.checkbox{-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;position:relative;display:inline-block;vertical-align:top;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox__label{position:relative;display:inline-block;vertical-align:top;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox--disabled{opacity:.3;cursor:default;pointer-events:none}.checkbox:before,.checkbox:after{content:'';position:absolute}.checkbox:before{-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box}input[type=checkbox]{position:absolute;overflow:hidden;padding:0;border:0;opacity:.001;z-index:1;vertical-align:top;outline:0}.checkbox,.topcoat-checkbox__checkmark{-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;position:relative;display:inline-block;vertical-align:top;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox__label,.topcoat-checkbox{position:relative;display:inline-block;vertical-align:top;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox--disabled,input[type=checkbox]:disabled+.topcoat-checkbox__checkmark{opacity:.3;cursor:default;pointer-events:none}.checkbox:before,.checkbox:after,.topcoat-checkbox__checkmark:before,.topcoat-checkbox__checkmark:after{content:'';position:absolute}.checkbox:before,.topcoat-checkbox__checkmark:before{-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box}.topcoat-checkbox__checkmark{height:1rem}input[type=checkbox]{height:1rem;width:1rem;margin-top:0;margin-right:-1rem;margin-bottom:-1rem;margin-left:0}input[type=checkbox]:checked+.topcoat-checkbox__checkmark:after{opacity:1}.topcoat-checkbox{line-height:1rem}.topcoat-checkbox__checkmark:before{width:1rem;height:1rem;background:#595b5b;border:1px solid #333434;border-radius:3px;box-shadow:inset 0 1px #737373}.topcoat-checkbox__checkmark{width:1rem;height:1rem}.topcoat-checkbox__checkmark:after{top:2px;left:1px;opacity:0;width:14px;height:4px;background:transparent;border:7px solid #c6c8c8;border-width:3px;border-top:0;border-right:0;border-radius:1px;-webkit-transform:rotate(-50deg);-ms-transform:rotate(-50deg);transform:rotate(-50deg)}input[type=checkbox]:focus+.topcoat-checkbox__checkmark:before{border:1px solid #0036ff;box-shadow:inset 0 1px rgba(255,255,255,.36),0 0 0 2px #6fb5f1}input[type=checkbox]:active+.topcoat-checkbox__checkmark:before{border:1px solid #333434;background-color:#3f4041;box-shadow:inset 0 1px rgba(0,0,0,.05)}input[type=checkbox]:disabled:active+.topcoat-checkbox__checkmark:before{border:1px solid #333434;background:#595b5b;box-shadow:inset 0 1px #737373}.button,.topcoat-icon-button,.topcoat-icon-button--quiet,.topcoat-icon-button--large,.topcoat-icon-button--large--quiet{position:relative;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-decoration:none}.button--quiet{background:transparent;border:1px solid transparent;box-shadow:none}.button--disabled,.topcoat-icon-button:disabled,.topcoat-icon-button--quiet:disabled,.topcoat-icon-button--large:disabled,.topcoat-icon-button--large--quiet:disabled{opacity:.3;cursor:default;pointer-events:none}.topcoat-icon-button,.topcoat-icon-button--quiet,.topcoat-icon-button--large,.topcoat-icon-button--large--quiet{padding:0 .25rem;line-height:1.313rem;letter-spacing:0;color:#c6c8c8;text-shadow:0 -1px rgba(0,0,0,.69);vertical-align:baseline;background-color:#595b5b;box-shadow:inset 0 1px #737373;border:1px solid #333434;border-radius:4px}.topcoat-icon-button:hover,.topcoat-icon-button--quiet:hover,.topcoat-icon-button--large:hover,.topcoat-icon-button--large--quiet:hover{background-color:#626465}.topcoat-icon-button:focus,.topcoat-icon-button--quiet:focus,.topcoat-icon-button--quiet:hover:focus,.topcoat-icon-button--large:focus,.topcoat-icon-button--large--quiet:focus,.topcoat-icon-button--large--quiet:hover:focus{border:1px solid #0036ff;box-shadow:inset 0 1px rgba(255,255,255,.36),0 0 0 2px #6fb5f1;outline:0}.topcoat-icon-button:active,.topcoat-icon-button--large:active{border:1px solid #333434;background-color:#3f4041;box-shadow:inset 0 1px rgba(0,0,0,.05)}.topcoat-icon-button--quiet{background:transparent;border:1px solid transparent;box-shadow:none}.topcoat-icon-button--quiet:hover,.topcoat-icon-button--large--quiet:hover{text-shadow:0 -1px rgba(0,0,0,.69);border:1px solid #333434;box-shadow:inset 0 1px #737373}.topcoat-icon-button--quiet:active,.topcoat-icon-button--quiet:focus:active,.topcoat-icon-button--large--quiet:active,.topcoat-icon-button--large--quiet:focus:active{color:#c6c8c8;text-shadow:0 -1px rgba(0,0,0,.69);background-color:#3f4041;border:1px solid #333434;box-shadow:inset 0 1px rgba(0,0,0,.05)}.topcoat-icon-button--large,.topcoat-icon-button--large--quiet{width:1.688rem;height:1.688rem;line-height:1.688rem}.topcoat-icon-button--large--quiet{background:transparent;border:1px solid transparent;box-shadow:none}.topcoat-icon,.topcoat-icon--large{position:relative;display:inline-block;vertical-align:top;overflow:hidden;width:.81406rem;height:.81406rem;vertical-align:middle;top:-1px}.topcoat-icon--large{width:1.06344rem;height:1.06344rem;top:-2px}.input{padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;vertical-align:top;outline:0}.input:disabled{opacity:.3;cursor:default;pointer-events:none}.list{padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:auto;-webkit-overflow-scrolling:touch}.list__header{margin:0}.list__container{padding:0;margin:0;list-style-type:none}.list__item{margin:0;padding:0}.navigation-bar{-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;white-space:nowrap;overflow:hidden;word-spacing:0;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navigation-bar__item{-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;position:relative;display:inline-block;vertical-align:top;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0}.navigation-bar__title{padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.notification{position:relative;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-decoration:none}.notification,.topcoat-notification{position:relative;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-decoration:none}.topcoat-notification{padding:.15em .5em .2em;border-radius:2px;background-color:#ec514e;color:#fff}input[type=radio]{position:absolute;overflow:hidden;padding:0;border:0;opacity:.001;z-index:1;vertical-align:top;outline:0}.radio-button{-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;position:relative;display:inline-block;vertical-align:top;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radio-button__label{position:relative;display:inline-block;vertical-align:top;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radio-button:before,.radio-button:after{content:'';position:absolute;border-radius:100%}.radio-button:after{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.radio-button:before{-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box}.radio-button--disabled{opacity:.3;cursor:default;pointer-events:none}input[type=radio]{position:absolute;overflow:hidden;padding:0;border:0;opacity:.001;z-index:1;vertical-align:top;outline:0}.radio-button,.topcoat-radio-button__checkmark{-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;position:relative;display:inline-block;vertical-align:top;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radio-button__label,.topcoat-radio-button{position:relative;display:inline-block;vertical-align:top;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radio-button:before,.radio-button:after,.topcoat-radio-button__checkmark:before,.topcoat-radio-button__checkmark:after{content:'';position:absolute;border-radius:100%}.radio-button:after,.topcoat-radio-button__checkmark:after{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.radio-button:before,.topcoat-radio-button__checkmark:before{-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box}.radio-button--disabled,input[type=radio]:disabled+.topcoat-radio-button__checkmark{opacity:.3;cursor:default;pointer-events:none}input[type=radio]{height:1.063rem;width:1.063rem;margin-top:0;margin-right:-1.063rem;margin-bottom:-1.063rem;margin-left:0}input[type=radio]:checked+.topcoat-radio-button__checkmark:after{opacity:1}.topcoat-radio-button{color:#c6c8c8;line-height:1.063rem}.topcoat-radio-button__checkmark:before{width:1.063rem;height:1.063rem;background:#595b5b;border:1px solid #333434;box-shadow:inset 0 1px #737373}.topcoat-radio-button__checkmark{position:relative;width:1.063rem;height:1.063rem}.topcoat-radio-button__checkmark:after{opacity:0;width:.313rem;height:.313rem;background:#c6c8c8;border:1px solid rgba(0,0,0,.05);box-shadow:0 1px rgba(255,255,255,.1);-webkit-transform:none;-ms-transform:none;transform:none;top:.313rem;left:.313rem}input[type=radio]:focus+.topcoat-radio-button__checkmark:before{border:1px solid #0036ff;box-shadow:inset 0 1px rgba(255,255,255,.36),0 0 0 2px #6fb5f1}input[type=radio]:active+.topcoat-radio-button__checkmark:before{border:1px solid #333434;background-color:#3f4041;box-shadow:inset 0 1px rgba(0,0,0,.05)}input[type=radio]:disabled:active+.topcoat-radio-button__checkmark:before{border:1px solid #333434;background:#595b5b;box-shadow:inset 0 1px #737373}.range{padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;vertical-align:top;outline:0;-webkit-appearance:none}.range__thumb{cursor:pointer}.range__thumb--webkit{cursor:pointer;-webkit-appearance:none}.range:disabled{opacity:.3;cursor:default;pointer-events:none}.range,.topcoat-range{padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;vertical-align:top;outline:0;-webkit-appearance:none}.range__thumb,.topcoat-range::-moz-range-thumb{cursor:pointer}.range__thumb--webkit,.topcoat-range::-webkit-slider-thumb{cursor:pointer;-webkit-appearance:none}.range:disabled,.topcoat-range:disabled{opacity:.3;cursor:default;pointer-events:none}.topcoat-range{border-radius:4px;border:1px solid #333434;background-color:#454646;height:.5rem;border-radius:15px}.topcoat-range::-moz-range-track{border-radius:4px;border:1px solid #333434;background-color:#454646;height:.5rem;border-radius:15px}.topcoat-range::-webkit-slider-thumb{height:1.313rem;width:.75rem;background-color:#595b5b;border:1px solid #333434;border-radius:4px;box-shadow:inset 0 1px #737373}.topcoat-range::-moz-range-thumb{height:1.313rem;width:.75rem;background-color:#595b5b;border:1px solid #333434;border-radius:4px;box-shadow:inset 0 1px #737373}.topcoat-range:focus::-webkit-slider-thumb{border:1px solid #0036ff;box-shadow:inset 0 1px rgba(255,255,255,.36),0 0 0 2px #6fb5f1}.topcoat-range:focus::-moz-range-thumb{border:1px solid #0036ff;box-shadow:inset 0 1px rgba(255,255,255,.36),0 0 0 2px #6fb5f1}.topcoat-range:active::-webkit-slider-thumb{border:1px solid #333434;box-shadow:inset 0 1px #737373}.topcoat-range:active::-moz-range-thumb{border:1px solid #333434;box-shadow:inset 0 1px #737373}.search-input{padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;vertical-align:top;outline:0;-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.search-input:disabled{opacity:.3;cursor:default;pointer-events:none}.search-input,.topcoat-search-input,.topcoat-search-input--large{padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;vertical-align:top;outline:0;-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.search-input:disabled,.topcoat-search-input:disabled,.topcoat-search-input--large:disabled{opacity:.3;cursor:default;pointer-events:none}.topcoat-search-input,.topcoat-search-input--large{line-height:1.313rem;height:1.313rem;font-size:12px;border:1px solid #333434;background-color:#454646;box-shadow:inset 0 1px 0 rgba(0,0,0,.23);color:#c6c8c8;padding:0 0 0 1.3rem;border-radius:15px;background-image:url(../img/search.svg);background-position:1rem center;background-repeat:no-repeat;background-size:12px}.topcoat-search-input:focus,.topcoat-search-input--large:focus{background-color:#595b5b;color:#fff;border:1px solid #0036ff;box-shadow:inset 0 1px 0 rgba(0,0,0,.23),0 0 0 2px #6fb5f1}.topcoat-search-input::-webkit-search-cancel-button,.topcoat-search-input::-webkit-search-decoration,.topcoat-search-input--large::-webkit-search-cancel-button,.topcoat-search-input--large::-webkit-search-decoration{margin-right:5px}.topcoat-search-input:focus::-webkit-input-placeholder,.topcoat-search-input:focus::-webkit-input-placeholder{color:#c6c8c8}.topcoat-search-input:disabled::-webkit-input-placeholder{color:#fff}.topcoat-search-input:disabled::-moz-placeholder{color:#fff}.topcoat-search-input:disabled:-ms-input-placeholder{color:#fff}.topcoat-search-input--large{line-height:1.688rem;height:1.688rem;font-size:.875rem;font-weight:400;padding:0 0 0 1.8rem;border-radius:25px;background-position:1.2rem center;background-size:.875rem}.topcoat-search-input--large:disabled{color:#fff}.topcoat-search-input--large:disabled::-webkit-input-placeholder{color:#fff}.topcoat-search-input--large:disabled::-moz-placeholder{color:#fff}.topcoat-search-input--large:disabled:-ms-input-placeholder{color:#fff}.switch{position:relative;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box}.switch__input{position:absolute;overflow:hidden;padding:0;border:0;opacity:.001;z-index:1;vertical-align:top;outline:0}.switch__toggle{position:relative;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch__toggle:before,.switch__toggle:after{content:'';position:absolute;z-index:-1;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box}.switch--disabled{opacity:.3;cursor:default;pointer-events:none}.switch,.topcoat-switch{position:relative;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box}.switch__input,.topcoat-switch__input{position:absolute;overflow:hidden;padding:0;border:0;opacity:.001;z-index:1;vertical-align:top;outline:0}.switch__toggle,.topcoat-switch__toggle{position:relative;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch__toggle:before,.switch__toggle:after,.topcoat-switch__toggle:before,.topcoat-switch__toggle:after{content:'';position:absolute;z-index:-1;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box}.switch--disabled,.topcoat-switch__input:disabled+.topcoat-switch__toggle{opacity:.3;cursor:default;pointer-events:none}.topcoat-switch{font-size:12px;padding:0 .563rem;border-radius:4px;border:1px solid #333434;overflow:hidden;width:3.5rem}.topcoat-switch__toggle:before,.topcoat-switch__toggle:after{top:-1px;width:2.6rem}.topcoat-switch__toggle:before{content:'ON';color:#288edf;background-color:#3f4041;right:.8rem;padding-left:.75rem}.topcoat-switch__toggle{line-height:1.313rem;height:1.313rem;width:1rem;border-radius:4px;color:#c6c8c8;text-shadow:0 -1px rgba(0,0,0,.69);background-color:#595b5b;border:1px solid #333434;margin-left:-.6rem;margin-bottom:-1px;margin-top:-1px;box-shadow:inset 0 1px #737373;-webkit-transition:margin-left .05s ease-in-out;transition:margin-left .05s ease-in-out}.topcoat-switch__toggle:after{content:'OFF';background-color:#3f4041;left:.8rem;padding-left:.6rem}.topcoat-switch__input:checked+.topcoat-switch__toggle{margin-left:1.85rem}.topcoat-switch__input:active+.topcoat-switch__toggle{border:1px solid #333434;box-shadow:inset 0 1px #737373}.topcoat-switch__input:focus+.topcoat-switch__toggle{border:1px solid #0036ff;box-shadow:0 0 0 2px #6fb5f1}.topcoat-switch__input:disabled+.topcoat-switch__toggle:after,.topcoat-switch__input:disabled+.topcoat-switch__toggle:before{background:transparent}.button,.topcoat-tab-bar__button{position:relative;display:inline-block;vertical-align:top;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-decoration:none}.button--quiet{background:transparent;border:1px solid transparent;box-shadow:none}.button--disabled,.topcoat-tab-bar__button:disabled{opacity:.3;cursor:default;pointer-events:none}.button-bar,.topcoat-tab-bar{display:table;table-layout:fixed;white-space:nowrap;margin:0;padding:0}.button-bar__item,.topcoat-tab-bar__item{display:table-cell;width:auto;border-radius:0}.button-bar__item>input,.topcoat-tab-bar__item>input{position:absolute;overflow:hidden;padding:0;border:0;opacity:.001;z-index:1;vertical-align:top;outline:0}.button-bar__button{border-radius:inherit}.button-bar__item:disabled{opacity:.3;cursor:default;pointer-events:none}.topcoat-tab-bar__button{padding:0 .563rem;height:1.313rem;line-height:1.313rem;letter-spacing:0;color:#c6c8c8;text-shadow:0 -1px rgba(0,0,0,.69);vertical-align:top;background-color:#595b5b;box-shadow:inset 0 1px #737373;border-top:1px solid #333434}.topcoat-tab-bar__button:active,.topcoat-tab-bar__button--large:active,:checked+.topcoat-tab-bar__button{color:#288edf;background-color:#3f4041;box-shadow:inset 0 0 1px rgba(0,0,0,.05)}.topcoat-tab-bar__button:focus,.topcoat-tab-bar__button--large:focus{z-index:1;box-shadow:inset 0 1px rgba(255,255,255,.36),0 0 0 2px #6fb5f1;outline:0}.input,.topcoat-text-input,.topcoat-text-input--large{padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;vertical-align:top;outline:0}.input:disabled,.topcoat-text-input:disabled,.topcoat-text-input--large:disabled{opacity:.3;cursor:default;pointer-events:none}.topcoat-text-input,.topcoat-text-input--large{line-height:1.313rem;font-size:12px;letter-spacing:0;padding:0 .563rem;border:1px solid #333434;border-radius:4px;background-color:#454646;box-shadow:inset 0 1px rgba(0,0,0,.05);color:#c6c8c8;vertical-align:top}.topcoat-text-input:focus,.topcoat-text-input--large:focus{background-color:#595b5b;color:#fff;border:1px solid #0036ff;box-shadow:0 0 0 2px #6fb5f1}.topcoat-text-input:disabled::-webkit-input-placeholder{color:#fff}.topcoat-text-input:disabled::-moz-placeholder{color:#fff}.topcoat-text-input:disabled:-ms-input-placeholder{color:#fff}.topcoat-text-input:invalid{border:1px solid #ec514e}.topcoat-text-input--large{line-height:1.688rem;font-size:.875rem}.topcoat-text-input--large:disabled{color:#fff}.topcoat-text-input--large:disabled::-webkit-input-placeholder{color:#fff}.topcoat-text-input--large:disabled::-moz-placeholder{color:#fff}.topcoat-text-input--large:disabled:-ms-input-placeholder{color:#fff}.topcoat-text-input--large:invalid{border:1px solid #ec514e}.textarea{-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;vertical-align:top;resize:none;outline:0}.textarea:disabled{opacity:.3;cursor:default;pointer-events:none}.textarea,.topcoat-textarea,.topcoat-textarea--large{-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;vertical-align:top;resize:none;outline:0}.textarea:disabled,.topcoat-textarea:disabled,.topcoat-textarea--large:disabled{opacity:.3;cursor:default;pointer-events:none}.topcoat-textarea,.topcoat-textarea--large{padding:1rem;font-size:1rem;font-weight:400;border-radius:4px;line-height:1.313rem;border:1px solid #333434;background-color:#454646;box-shadow:inset 0 1px rgba(0,0,0,.05);color:#c6c8c8;letter-spacing:0}.topcoat-textarea:focus,.topcoat-textarea--large:focus{background-color:#595b5b;color:#fff;border:1px solid #0036ff;box-shadow:0 0 0 2px #6fb5f1}.topcoat-textarea:disabled::-webkit-input-placeholder{color:#fff}.topcoat-textarea:disabled::-moz-placeholder{color:#fff}.topcoat-textarea:disabled:-ms-input-placeholder{color:#fff}.topcoat-textarea--large{font-size:1.3rem;line-height:1.688rem}.topcoat-textarea--large:disabled{color:#fff}.topcoat-textarea--large:disabled::-webkit-input-placeholder{color:#fff}.topcoat-textarea--large:disabled::-moz-placeholder{color:#fff}.topcoat-textarea--large:disabled:-ms-input-placeholder{color:#fff}@font-face{font-family:"Source Sans";src:url(../font/SourceSansPro-Regular.otf)}@font-face{font-family:"Source Sans";src:url(../font/SourceSansPro-Light.otf);font-weight:200}@font-face{font-family:"Source Sans";src:url(../font/SourceSansPro-Semibold.otf);font-weight:600}body{margin:0;padding:0;background:#4b4d4e;color:#000;font:16px "Source Sans",helvetica,arial,sans-serif;font-weight:400}:focus{outline-color:transparent;outline-style:none}.topcoat-icon--menu-stack{background:url(../img/hamburger_light.svg) no-repeat;background-size:cover}.quarter{width:25%}.half{width:50%}.three-quarters{width:75%}.third{width:33.333%}.two-thirds{width:66.666%}.full{width:100%}.left{text-align:left}.center{text-align:center}.right{text-align:right}.reset-ui{-moz-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;position:relative;display:inline-block;vertical-align:top;padding:0;margin:0;font:inherit;color:inherit;background:transparent;border:0;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
\ No newline at end of file
diff --git a/extension/icons/iconDarkNormal.png b/extension/icons/iconDarkNormal.png
new file mode 100644
index 0000000..b8652a8
--- /dev/null
+++ b/extension/icons/iconDarkNormal.png
Binary files differ
diff --git a/extension/icons/iconDarkRollover.png b/extension/icons/iconDarkRollover.png
new file mode 100644
index 0000000..49edd7c
--- /dev/null
+++ b/extension/icons/iconDarkRollover.png
Binary files differ
diff --git a/extension/icons/iconDisabled.png b/extension/icons/iconDisabled.png
new file mode 100644
index 0000000..49edd7c
--- /dev/null
+++ b/extension/icons/iconDisabled.png
Binary files differ
diff --git a/extension/icons/iconNormal.png b/extension/icons/iconNormal.png
new file mode 100644
index 0000000..199326f
--- /dev/null
+++ b/extension/icons/iconNormal.png
Binary files differ
diff --git a/extension/icons/iconRollover.png b/extension/icons/iconRollover.png
new file mode 100644
index 0000000..ff62645
--- /dev/null
+++ b/extension/icons/iconRollover.png
Binary files differ
diff --git a/extension/index.html b/extension/index.html
new file mode 100644
index 0000000..b614097
--- /dev/null
+++ b/extension/index.html
@@ -0,0 +1,101 @@
+<!doctype html>
+<html>
+<head>
+<meta charset="utf-8">
+        
+<link rel="stylesheet" href="css/topcoat-desktop-dark.min.css"/>
+<link  id="hostStyle" rel="stylesheet" href="css/boilerplate.css"/>
+<link  id="hostStyle" rel="stylesheet" href="css/styles.css"/>
+<link  id="hostStyle" rel="stylesheet" href="css/compsSelection.css"/>
+<link  id="hostStyle" rel="stylesheet" href="css/compsRender.css"/>
+<link  id="hostStyle" rel="stylesheet" href="css/message.css"/>
+<link  id="hostStyle" rel="stylesheet" href="css/info.css"/>
+
+<title></title>
+</head>
+
+<body class="hostElt">
+
+    <div id="content">
+        <div id='compsSelection'>
+            <div class='buttons'>
+                <button class='generalButton settings'>Info</button>
+                <button class='generalButton refresh'>Refresh</button>
+                <div class='buttonSeparator'></div>
+                <button class='generalButton highlightButton render disabled'>Render</button>
+            </div>
+            <table class='compsTable'>
+            <thead>
+                <tr>
+                    <th class='th state'>Selected</th>
+                    <th class='th name'>Name</th>
+                    <th class='th destination'>Destination Folder</th>
+                </tr>
+            </thead>
+            <tbody class='compsList'>
+            </tbody>
+            </table>
+        </div>
+        <div id='compsRender'>
+            <div class='renders'>
+            </div>
+            <div class='buttons'>
+                <button class='generalButton cancel'>Cancel</button>
+                <button class='generalButton return'>Return</button>
+            </div>
+        </div>
+        <div id='info'>
+            <div class='buttons'>
+                <button class='generalButton return'>Back</button>
+            </div>
+            <div class='animHeader'>
+                </div>
+            <h1>BODYMOVIN</h1>
+            <h2>After Effects to html exporter</h2>
+            <p>This plugin exports After Effects animations to a web compatible format.</p>
+            <p>In order to play the exported animation on your browser please follow the instructions at <a class='link' href='#'>Bodymovin on github</a></p>
+            <br />
+            <p>You can get the latest version of the player from the repository or copy the one included in the extensios here.</p>
+            <div class="buttons">
+                <button class='generalButton highlightButton save unzipped'>Get Player</button>
+                <div class='buttonSeparator'></div>
+                <button class='generalButton highlightButton save zipped'>Get Player Gzipped</button>
+            </div>
+        </div>
+        
+    </div>
+    
+    <div id='message'>
+        <div class='messageBox'>
+            <div class='content'>
+                <div class='alertAnimation sucessAnimation'></div>
+                <div class='alertAnimation failAnimation'></div>
+                <div class='text'></div>
+                <div class='buttons'>
+                    <button class='generalButton ok'>Ok</button>
+                </div>
+            </div>
+        </div>
+    </div>
+    
+    <script src="js/libs/CSInterface.js"></script>
+    <script src="js/libs/jquery-2.0.2.min.js"></script>
+    <script src="js/libs/bodymovin.js"></script>
+    
+    <script src="js/animations/radio.js"></script>
+    <script src="js/animations/alert.js"></script>
+    <script src="js/animations/bm.js"></script>
+    <script src="js/animations/rendering.js"></script>
+    <script src="js/animations/sucess.js"></script>
+    <script src="js/animations/folder.js"></script>
+
+    <script src="js/themeManager.js"></script>
+    <script src="js/controllers/CompSelectionController.js"></script>
+    <script src="js/controllers/CompRenderController.js"></script>
+    <script src="js/controllers/messageController.js"></script>
+    <script src="js/controllers/InfoController.js"></script>
+    <script src="js/main.js"></script>
+
+        
+</body>
+</html>
\ No newline at end of file
diff --git a/extension/js/animations/alert.js b/extension/js/animations/alert.js
new file mode 100644
index 0000000..a4a88e7
--- /dev/null
+++ b/extension/js/animations/alert.js
@@ -0,0 +1 @@
+var alertData = '{"animation":{"layers":[{"ind":0,"ty":"ShapeLayer","parent":5,"ks":{"o":100,"r":0,"p":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[19.099,66.401,0],"e":[19.099,55.599,0],"to":[0,-1.8004115819931,0],"ti":[0,1.8004115819931,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[19.099,55.599,0],"e":[19.099,55.599,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[19.099,55.599,0],"e":[19.099,66.401,0],"to":[0,1.8004115819931,0],"ti":[0,-1.8004115819931,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[19.099,66.401,0],"e":[19.099,66.401,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[19.099,66.401,0],"e":[19.099,55.599,0],"to":[0,-1.8004115819931,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[19.099,55.599,0],"e":[19.099,66.401,0],"to":[0,0,0],"ti":[0,-1.8004115819931,0]},{"t":42}],"a":[-24.5,64.625,0],"s":[-123.457,123.457,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,-3.5],[0,0],[0,0]],"o":[[0,0],[0,3.5],[0,0],[0,0]],"v":[[-24.5,64.5],[-24.5,79.5],[-24.5,94.5],[-32.844,94.5]]}],"e":[{"i":[[0,0],[0.686,-3.432],[0,0],[0,0]],"o":[[0,0],[-0.375,1.875],[0,0],[0,0]],"v":[[-25.625,74.625],[-34.375,82.75],[-24.5,94.5],[-32.844,94.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0.686,-3.432],[0,0],[0,0]],"o":[[0,0],[-0.375,1.875],[0,0],[0,0]],"v":[[-25.625,74.625],[-34.375,82.75],[-24.5,94.5],[-32.844,94.5]]}],"e":[{"i":[[0,0],[0.686,-3.432],[0,0],[0,0]],"o":[[0,0],[-0.375,1.875],[0,0],[0,0]],"v":[[-25.625,74.625],[-34.375,82.75],[-24.5,94.5],[-32.844,94.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0.686,-3.432],[0,0],[0,0]],"o":[[0,0],[-0.375,1.875],[0,0],[0,0]],"v":[[-25.625,74.625],[-34.375,82.75],[-24.5,94.5],[-32.844,94.5]]}],"e":[{"i":[[0,0],[0,-3.5],[0,0],[0,0]],"o":[[0,0],[0,3.5],[0,0],[0,0]],"v":[[-24.5,64.5],[-24.5,82],[-24.5,97],[-28.094,104]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,-3.5],[0,0],[0,0]],"o":[[0,0],[0,3.5],[0,0],[0,0]],"v":[[-24.5,64.5],[-24.5,82],[-24.5,97],[-28.094,104]]}],"e":[{"i":[[0,0],[-5,-6.5],[-0.5,-4.5],[0,0]],"o":[[0,0],[5.046,6.56],[0.5,4.5],[0,0]],"v":[[-24.5,64.5],[-25.25,79.5],[-24.5,97],[-20.594,104.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[0,0],[-5,-6.5],[-0.5,-4.5],[0,0]],"o":[[0,0],[5.046,6.56],[0.5,4.5],[0,0]],"v":[[-24.5,64.5],[-25.25,79.5],[-24.5,97],[-20.594,104.5]]}],"e":[{"i":[[0,0],[0,-3.5],[0,0],[0,0]],"o":[[0,0],[0,3.5],[0,0],[0,0]],"v":[[-24.5,64.5],[-24.5,82],[-24.5,97],[-28.094,104]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,0],[0,-3.5],[0,0],[0,0]],"o":[[0,0],[0,3.5],[0,0],[0,0]],"v":[[-24.5,64.5],[-24.5,82],[-24.5,97],[-28.094,104]]}],"e":[{"i":[[0,0],[0.686,-3.432],[0,0],[0,0]],"o":[[0,0],[-0.375,1.875],[0,0],[0,0]],"v":[[-25.625,74.625],[-34.375,82.75],[-24.5,94.5],[-32.844,94.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0.686,-3.432],[0,0],[0,0]],"o":[[0,0],[-0.375,1.875],[0,0],[0,0]],"v":[[-25.625,74.625],[-34.375,82.75],[-24.5,94.5],[-32.844,94.5]]}],"e":[{"i":[[0,0],[0,-3.5],[0,0],[0,0]],"o":[[0,0],[0,3.5],[0,0],[0,0]],"v":[[-24.5,64.5],[-24.5,79.5],[-24.5,94.5],[-32.844,94.5]]}]},{"t":42}]},{"ty":"st","fillEnabled":true,"c":[210,54,65,255],"o":100,"w":6},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":1,"ty":"ShapeLayer","parent":5,"ks":{"o":100,"r":0,"p":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[-38.309,66.401,0],"e":[-38.309,55.599,0],"to":[0,-1.8004115819931,0],"ti":[0,1.8004115819931,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[-38.309,55.599,0],"e":[-38.309,55.599,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[-38.309,55.599,0],"e":[-38.309,66.401,0],"to":[0,1.8004115819931,0],"ti":[0,-1.8004115819931,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[-38.309,66.401,0],"e":[-38.309,66.401,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[-38.309,66.401,0],"e":[-38.309,55.599,0],"to":[0,-1.8004115819931,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[-38.309,55.599,0],"e":[-38.309,66.401,0],"to":[0,0,0],"ti":[0,-1.8004115819931,0]},{"t":42}],"a":[-24.5,64.625,0],"s":[123.457,123.457,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,-3.5],[0,0],[0,0]],"o":[[0,0],[0,3.5],[0,0],[0,0]],"v":[[-24.5,64.5],[-24.5,79.5],[-24.5,94.5],[-32.844,94.5]]}],"e":[{"i":[[0,0],[0.686,-3.432],[0,0],[0,0]],"o":[[0,0],[-0.375,1.875],[0,0],[0,0]],"v":[[-25.625,74.625],[-34.375,82.75],[-24.5,94.5],[-32.844,94.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0.686,-3.432],[0,0],[0,0]],"o":[[0,0],[-0.375,1.875],[0,0],[0,0]],"v":[[-25.625,74.625],[-34.375,82.75],[-24.5,94.5],[-32.844,94.5]]}],"e":[{"i":[[0,0],[0.686,-3.432],[0,0],[0,0]],"o":[[0,0],[-0.375,1.875],[0,0],[0,0]],"v":[[-25.625,74.625],[-34.375,82.75],[-24.5,94.5],[-32.844,94.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0.686,-3.432],[0,0],[0,0]],"o":[[0,0],[-0.375,1.875],[0,0],[0,0]],"v":[[-25.625,74.625],[-34.375,82.75],[-24.5,94.5],[-32.844,94.5]]}],"e":[{"i":[[0,0],[0,-3.5],[0,0],[0,0]],"o":[[0,0],[0,3.5],[0,0],[0,0]],"v":[[-24.5,64.5],[-24.5,82],[-24.5,97],[-28.094,104]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[0,0],[0,-3.5],[0,0],[0,0]],"o":[[0,0],[0,3.5],[0,0],[0,0]],"v":[[-24.5,64.5],[-24.5,82],[-24.5,97],[-28.094,104]]}],"e":[{"i":[[0,0],[-5,-6.5],[-0.5,-4.5],[0,0]],"o":[[0,0],[5.046,6.56],[0.5,4.5],[0,0]],"v":[[-24.5,64.5],[-25.25,79.5],[-24.5,97],[-20.594,104.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[0,0],[-5,-6.5],[-0.5,-4.5],[0,0]],"o":[[0,0],[5.046,6.56],[0.5,4.5],[0,0]],"v":[[-24.5,64.5],[-25.25,79.5],[-24.5,97],[-20.594,104.5]]}],"e":[{"i":[[0,0],[0,-3.5],[0,0],[0,0]],"o":[[0,0],[0,3.5],[0,0],[0,0]],"v":[[-24.5,64.5],[-24.5,82],[-24.5,97],[-28.094,104]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[{"i":[[0,0],[0,-3.5],[0,0],[0,0]],"o":[[0,0],[0,3.5],[0,0],[0,0]],"v":[[-24.5,64.5],[-24.5,82],[-24.5,97],[-28.094,104]]}],"e":[{"i":[[0,0],[0.686,-3.432],[0,0],[0,0]],"o":[[0,0],[-0.375,1.875],[0,0],[0,0]],"v":[[-25.625,74.625],[-34.375,82.75],[-24.5,94.5],[-32.844,94.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[{"i":[[0,0],[0.686,-3.432],[0,0],[0,0]],"o":[[0,0],[-0.375,1.875],[0,0],[0,0]],"v":[[-25.625,74.625],[-34.375,82.75],[-24.5,94.5],[-32.844,94.5]]}],"e":[{"i":[[0,0],[0,-3.5],[0,0],[0,0]],"o":[[0,0],[0,3.5],[0,0],[0,0]],"v":[[-24.5,64.5],[-24.5,79.5],[-24.5,94.5],[-32.844,94.5]]}]},{"t":42}]},{"ty":"st","fillEnabled":true,"c":[210,54,65,255],"o":100,"w":6},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":2,"ty":"ShapeLayer","parent":5,"ks":{"o":100,"r":0,"p":[-2.5,24.642,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-14.875,28],[-1.5,28]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-9.75,25],[-8.25,25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-9.75,25],[-8.25,25]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-7.898,17.593],[-6.398,17.593]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-7.898,17.593],[-6.398,17.593]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-7.898,17.593],[-6.398,17.593]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-7.898,17.593],[-6.398,17.593]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-14.875,28],[-1.5,28]]}]},{"t":38}]},{"ty":"st","fillEnabled":true,"c":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":20,"s":[0,0,0,255],"e":[210,54,65,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":21,"s":[210,54,65,255],"e":[210,54,65,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":37,"s":[210,54,65,255],"e":[0,0,0,255]},{"t":38}],"o":100,"w":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":19,"s":[5],"e":[13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":22,"s":[13],"e":[13]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":33,"s":[13],"e":[5]},{"t":36}]},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":3,"ty":"ShapeLayer","parent":5,"ks":{"o":100,"r":0,"p":[27,37.642,0],"a":[0,0,0],"s":[87.487,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}],"e":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}],"e":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}],"e":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}],"e":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}],"e":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-36.813,-43.839],[-39.2,-10.309],[-31.378,-2.586],[-27.995,-12.704]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-36.813,-43.839],[-39.2,-10.309],[-31.378,-2.586],[-27.995,-12.704]]}],"e":[{"i":[[5.5,0],[0.366,-5.989],[-9.757,0.019],[-0.793,22.173]],"o":[[-5.5,0],[-1.229,20.086],[10.019,-0.019],[0.377,-10.54]],"v":[[-40.341,-50.321],[-50.842,-18.025],[-41.609,-7.525],[-31.17,-17.333]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[5.5,0],[0.366,-5.989],[-9.757,0.019],[-0.793,22.173]],"o":[[-5.5,0],[-1.229,20.086],[10.019,-0.019],[0.377,-10.54]],"v":[[-40.341,-50.321],[-50.842,-18.025],[-41.609,-7.525],[-31.17,-17.333]]}],"e":[{"i":[[5.5,0],[0.366,-5.989],[-9.757,0.019],[-0.793,22.173]],"o":[[-5.5,0],[-1.229,20.086],[10.019,-0.019],[0.377,-10.54]],"v":[[-40.341,-50.321],[-50.842,-18.025],[-41.609,-7.525],[-31.17,-17.333]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[5.5,0],[0.366,-5.989],[-9.757,0.019],[-0.793,22.173]],"o":[[-5.5,0],[-1.229,20.086],[10.019,-0.019],[0.377,-10.54]],"v":[[-40.341,-50.321],[-50.842,-18.025],[-41.609,-7.525],[-31.17,-17.333]]}],"e":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}]},{"t":37}]},{"ty":"fl","fillEnabled":true,"c":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":20,"s":[0,0,0,255],"e":[210,54,65,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":21,"s":[210,54,65,255],"e":[210,54,65,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":37,"s":[210,54,65,255],"e":[0,0,0,255]},{"t":38}],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":4,"ty":"ShapeLayer","parent":5,"ks":{"o":100,"r":0,"p":[-11,37.642,0],"a":[0,0,0],"s":[87.487,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}],"e":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}],"e":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}],"e":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}],"e":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}],"e":[{"i":[[5.5,0],[1.676,-5.761],[-7.598,0.759],[-1.103,8.715]],"o":[[-5.5,0],[-1.892,6.506],[5.97,-0.596],[0.377,-2.976]],"v":[[-4.709,-42.296],[-15.564,-20.802],[-12.68,-4.13],[-4.358,-18.877]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19,"s":[{"i":[[5.5,0],[1.676,-5.761],[-7.598,0.759],[-1.103,8.715]],"o":[[-5.5,0],[-1.892,6.506],[5.97,-0.596],[0.377,-2.976]],"v":[[-4.709,-42.296],[-15.564,-20.802],[-12.68,-4.13],[-4.358,-18.877]]}],"e":[{"i":[[5.5,0],[1.676,-5.761],[-3.364,0.233],[-2.161,11.122]],"o":[[-5.5,0],[-1.892,6.506],[13.922,-0.384],[0.202,-2.988]],"v":[[3.757,-46.154],[-5.862,-23.426],[-5.272,-4.284],[4.109,-22.272]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[5.5,0],[1.676,-5.761],[-3.364,0.233],[-2.161,11.122]],"o":[[-5.5,0],[-1.892,6.506],[13.922,-0.384],[0.202,-2.988]],"v":[[3.757,-46.154],[-5.862,-23.426],[-5.272,-4.284],[4.109,-22.272]]}],"e":[{"i":[[5.5,0],[1.676,-5.761],[-6,0],[-0.045,4.889]],"o":[[-5.5,0],[-1.892,6.506],[6,0],[0.027,-3]],"v":[[3.757,-48.778],[-3.216,-27.901],[-0.686,-9.377],[6.931,-25.667]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[5.5,0],[1.676,-5.761],[-6,0],[-0.045,4.889]],"o":[[-5.5,0],[-1.892,6.506],[6,0],[0.027,-3]],"v":[[3.757,-48.778],[-3.216,-27.901],[-0.686,-9.377],[6.931,-25.667]]}],"e":[{"i":[[5.5,0],[1.676,-5.761],[-6,0],[-0.045,4.889]],"o":[[-5.5,0],[-1.892,6.506],[6,0],[0.027,-3]],"v":[[3.757,-48.778],[-3.216,-27.901],[-0.686,-9.377],[6.931,-25.667]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[5.5,0],[1.676,-5.761],[-6,0],[-0.045,4.889]],"o":[[-5.5,0],[-1.892,6.506],[6,0],[0.027,-3]],"v":[[3.757,-48.778],[-3.216,-27.901],[-0.686,-9.377],[6.931,-25.667]]}],"e":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}]},{"t":37}]},{"ty":"fl","fillEnabled":true,"c":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":20,"s":[0,0,0,255],"e":[210,54,65,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":21,"s":[210,54,65,255],"e":[210,54,65,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":37,"s":[210,54,65,255],"e":[0,0,0,255]},{"t":38}],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":5,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[96,140,0],"e":[96,150,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[96,150,0],"e":[96,150,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[96,150,0],"e":[96,74,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[96,74,0],"e":[96,77,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[96,77,0],"e":[96,74,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25,"s":[96,74,0],"e":[96,77,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[96,77,0],"e":[96,74,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29,"s":[96,74,0],"e":[96,77,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":31,"s":[96,77,0],"e":[96,74,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":33,"s":[96,74,0],"e":[96,150,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38,"s":[96,150,0],"e":[96,140,0],"to":[0,0,0],"ti":[0,0,0]},{"t":42}],"a":[-13,36,0],"s":[81,81,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-10,-45],[-66,63],[45,63]]}},{"ty":"st","fillEnabled":true,"c":[210,54,65,255],"o":100,"w":10},{"ty":"fl","fillEnabled":true,"c":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":20,"s":[210,54,65,255],"e":[255,255,255,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":21,"s":[255,255,255,255],"e":[255,255,255,255]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":37,"s":[255,255,255,255],"e":[210,54,65,255]},{"t":38}],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2727,"startTime":-1}],"totalFrames":61,"frameRate":30,"ff":0,"compWidth":200,"compHeight":200},"assets":[],"v":"2.0.7"}';
\ No newline at end of file
diff --git a/extension/js/animations/bm.js b/extension/js/animations/bm.js
new file mode 100644
index 0000000..76b1dd3
--- /dev/null
+++ b/extension/js/animations/bm.js
@@ -0,0 +1 @@
+var bmData = '{"animation":{"layers":[{"ind":0,"ty":"ShapeLayer","ks":{"o":100,"r":158,"p":[172.75,177.5,0],"a":[-58,23.5,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-54,19],[-54,19]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":59,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-66,30.5],[-66.5,31]]}]},{"t":64}]},{"ty":"st","fillEnabled":true,"c":[222,121,94,255],"o":100,"w":3},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":54,"outPoint":64,"startTime":13},{"ind":1,"ty":"ShapeLayer","ks":{"o":100,"r":78,"p":[77,203.75,0],"a":[-58,23.5,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-54,19],[-54,19]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-66,30.5],[-66.5,31]]}]},{"t":60}]},{"ty":"st","fillEnabled":true,"c":[222,121,94,255],"o":100,"w":3},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":50,"outPoint":60,"startTime":9},{"ind":2,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[67,161,0],"a":[-58,23.5,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-54,19],[-54,19]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-57,22],[-66.5,31]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-66,30.5],[-66.5,31]]}]},{"t":51}]},{"ty":"st","fillEnabled":true,"c":[255,219,67,255],"o":100,"w":3},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":41,"outPoint":51,"startTime":0},{"ind":3,"ty":"ShapeLayer","ks":{"o":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":24,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":26,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":38,"s":[100],"e":[0]},{"t":41}],"r":0,"p":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[93.023,233.338,0],"e":[113.023,255.338,0],"to":[3.33333325386047,3.66666674613953,0],"ti":[-3.33333325386047,-3.66666674613953,0]},{"t":41}],"a":[33.851,198.962,0],"s":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":"0p833,0p833,0p833_0p833,0p833,0p833_0p167,0p167,0p167_0p167,0p167,0p167","t":24,"s":[0,0,100],"e":[100,100,100]},{"t":26}]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":{"i":[[-1.557,-1.116],[-2.131,1.778],[1.825,2.262],[2.365,-1.849],[-1.275,-2.372],[0.915,1.704],[-0.903,0.981],[-1.044,-1.091],[2.478,1.776]],"o":[[2.369,1.698],[2.5,-2.085],[-2.009,-2.491],[-2.21,1.728],[0.916,1.705],[-0.658,-1.223],[1.173,-1.275],[2.527,2.642],[-1.576,-1.13]],"v":[[-3.63,4.66],[3.952,4.005],[4.052,-3.867],[-3.786,-4.505],[-5.177,2.974],[-2.586,1.46],[-1.933,-2.135],[1.931,-1.746],[-2.116,2.07]]}},{"ty":"fl","fillEnabled":true,"c":[255,219,67,255],"o":100},{"ty":"tr","p":[34.001,199.3],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":24,"outPoint":6308,"startTime":8},{"ind":4,"ty":"ShapeLayer","ks":{"o":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":28,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":"0p667_0p667_0p333_0p333","t":30,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":41,"s":[100],"e":[0]},{"t":43}],"r":0,"p":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[69.523,81.838,0],"e":[49.523,71.838,0],"to":[-3.33333325386047,-1.66666662693024,0],"ti":[3.33333325386047,1.66666662693024,0]},{"t":43}],"a":[10.351,27.462,0],"s":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":"0p667,0p667,0p667_1,1,0p667_0p333,0p333,0p333_0,0,0p333","t":28,"s":[10,10,100],"e":[100,100,100]},{"t":31}]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":{"i":[[-1.557,-1.116],[-2.131,1.778],[1.825,2.262],[2.365,-1.849],[-1.275,-2.372],[0.915,1.704],[-0.903,0.981],[-1.044,-1.091],[2.478,1.776]],"o":[[2.369,1.698],[2.5,-2.085],[-2.009,-2.491],[-2.21,1.728],[0.916,1.705],[-0.658,-1.223],[1.173,-1.275],[2.527,2.642],[-1.576,-1.13]],"v":[[-3.63,4.66],[3.952,4.005],[4.053,-3.867],[-3.786,-4.505],[-5.177,2.974],[-2.586,1.46],[-1.933,-2.135],[1.932,-1.746],[-2.116,2.07]]}},{"ty":"fl","fillEnabled":true,"c":[74,161,175,255],"o":100},{"ty":"tr","p":[11.001,28.3],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":28,"outPoint":6312,"startTime":12},{"ind":5,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[132.023,256.838,0],"a":[72.851,202.462,0],"s":[100,100,100]},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":46,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-1.402,1.711],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[1.961,-2.393],[-6.312,-9.717]],"v":[[59.738,179.22],[62.488,190.266],[69.868,192.016],[68.118,185.22]]}],"e":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-2.039,0.857],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[3.295,-1.385],[-6.312,-9.717]],"v":[[59.738,179.22],[61.238,194.516],[73.618,198.016],[74.868,181.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-2.039,0.857],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[3.295,-1.385],[-6.312,-9.717]],"v":[[59.738,179.22],[61.238,194.516],[73.618,198.016],[74.868,181.22]]}],"e":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-4.039,-1.143],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[5.84,1.652],[-6.312,-9.717]],"v":[[59.738,179.22],[61.238,194.516],[73.368,202.766],[74.868,181.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":49,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-4.039,-1.143],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[5.84,1.652],[-6.312,-9.717]],"v":[[59.738,179.22],[61.238,194.516],[73.368,202.766],[74.868,181.22]]}],"e":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-2.289,2.857],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[1.495,-1.866],[-6.312,-9.717]],"v":[[64.488,187.97],[67.488,204.516],[75.618,208.016],[76.118,192.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-2.289,2.857],[2.211,3.403]],"o":[[-1.91,3.153],[1.59,2.357],[1.495,-1.866],[-6.312,-9.717]],"v":[[64.488,187.97],[67.488,204.516],[75.618,208.016],[76.118,192.22]]}],"e":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-3.289,4.857],[-0.289,2.153]],"o":[[-1.91,3.153],[1.59,2.357],[1.843,-2.721],[1.71,-12.736]],"v":[[68.238,191.72],[68.488,209.016],[83.868,213.516],[78.618,202.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[1.91,-3.153],[-1.59,-2.357],[-3.289,4.857],[-0.289,2.153]],"o":[[-1.91,3.153],[1.59,2.357],[1.843,-2.721],[1.71,-12.736]],"v":[[68.238,191.72],[68.488,209.016],[83.868,213.516],[78.618,202.22]]}],"e":[{"i":[[1.59,-2.597],[-1.59,-2.357],[-3.289,4.857],[-0.217,2.162]],"o":[[-1.42,2.318],[1.59,2.357],[1.843,-2.721],[0.711,-7.097]],"v":[[72.488,195.47],[71.488,210.266],[83.868,213.516],[78.618,202.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54,"s":[{"i":[[1.59,-2.597],[-1.59,-2.357],[-3.289,4.857],[-0.217,2.162]],"o":[[-1.42,2.318],[1.59,2.357],[1.843,-2.721],[0.711,-7.097]],"v":[[72.488,195.47],[71.488,210.266],[83.868,213.516],[78.618,202.22]]}],"e":[{"i":[[2.34,0.903],[-3.16,-4.643],[-3.289,4.857],[0.466,2.122]],"o":[[-2.536,-0.979],[1.6,2.351],[1.843,-2.721],[-0.789,-3.597]],"v":[[73.988,198.47],[70.988,212.516],[90.118,215.016],[78.368,204.47]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55,"s":[{"i":[[2.34,0.903],[-3.16,-4.643],[-3.289,4.857],[0.466,2.122]],"o":[[-2.536,-0.979],[1.6,2.351],[1.843,-2.721],[-0.789,-3.597]],"v":[[73.988,198.47],[70.988,212.516],[90.118,215.016],[78.368,204.47]]}],"e":[{"i":[[2.09,0.403],[-3.16,-4.643],[-3.289,4.857],[1.711,1.903]],"o":[[-2.669,-0.515],[1.6,2.351],[1.843,-2.721],[-2.462,-2.738]],"v":[[72.488,203.47],[73.238,214.766],[90.118,215.016],[79.118,207.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":56,"s":[{"i":[[2.09,0.403],[-3.16,-4.643],[-3.289,4.857],[1.711,1.903]],"o":[[-2.669,-0.515],[1.6,2.351],[1.843,-2.721],[-2.462,-2.738]],"v":[[72.488,203.47],[73.238,214.766],[90.118,215.016],[79.118,207.22]]}],"e":[{"i":[[1.404,-2.88],[-9.91,-0.643],[-3.289,4.857],[6.461,1.653]],"o":[[-1.66,3.403],[2.838,0.184],[1.843,-2.721],[-3.567,-0.913]],"v":[[75.738,209.47],[88.488,217.266],[102.118,213.766],[84.118,209.22]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58,"s":[{"i":[[1.404,-2.88],[-9.91,-0.643],[-3.289,4.857],[6.461,1.653]],"o":[[-1.66,3.403],[2.838,0.184],[1.843,-2.721],[-3.567,-0.913]],"v":[[75.738,209.47],[88.488,217.266],[102.118,213.766],[84.118,209.22]]}],"e":[{"i":[[1.404,-2.88],[-9.91,-0.643],[-3.289,4.857],[6.461,1.653]],"o":[[-1.66,3.403],[2.838,0.184],[1.843,-2.721],[-3.567,-0.913]],"v":[[84.738,211.47],[97.488,219.266],[111.118,215.766],[93.118,211.22]]}]},{"t":59}],"o":100}],"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":{"i":[[-1.903,-0.337],[-0.804,-2.362],[-2.808,-1.313],[1.751,0.819],[0.332,2.67],[-0.178,1.846],[2.488,0.441]],"o":[[3.533,0.626],[1.036,3.049],[1.742,0.813],[-2.108,-0.985],[-0.228,-1.827],[0.24,-2.471],[-1.892,-0.335]],"v":[[-4.183,-6.652],[-3.469,3.176],[2.82,9.068],[4.335,6.477],[-0.648,1.768],[0.414,-4.007],[-3.385,-9.546]]}},{"ty":"fl","fillEnabled":true,"c":[255,219,67,255],"o":100},{"ty":"tr","p":[75.257,202.793],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":46,"outPoint":6330,"startTime":30},{"ind":6,"ty":"ShapeLayer","ks":{"o":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":34,"s":[0],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":36,"s":[100],"e":[100]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":65,"s":[100],"e":[0]},{"t":68}],"r":0,"p":[94.523,73.338,0],"a":[35.351,18.962,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":34,"s":[{"i":[[-1.301,0],[1.301,0]],"o":[[1.301,0],[-1.301,0]],"v":[[-0.634,17.75],[-0.634,15.733]]}],"e":[{"i":[[-2.551,0],[2.551,0]],"o":[[2.551,0],[-2.551,0]],"v":[[-4.384,-4.75],[-4.384,-8.705]]}]},{"t":68}]},{"ty":"fl","fillEnabled":true,"c":[91,89,130,255],"o":100},{"ty":"tr","p":[36.162,18.624],"a":[0,0],"s":[100,100],"r":0,"o":100}]},{"ty":"gr","it":[{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":34,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":"0p667_0p667_0p333_0p333","t":38,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":64,"s":[100],"e":[0]},{"t":68}]}]}],"inPoint":34,"outPoint":6318,"startTime":18},{"ind":7,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[141.523,71.838,0],"a":[82.351,17.462,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":33,"s":[{"i":[[-0.426,0],[0.426,0]],"o":[[0.426,0],[-0.426,0]],"v":[[-2.759,14.625],[-2.759,13.965]]}],"e":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-1.25,14.625],[-1.25,11.625]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[{"i":[[-1.935,0],[1.935,0]],"o":[[1.935,0],[-1.935,0]],"v":[[-1.25,14.625],[-1.25,11.625]]}],"e":[{"i":[[-2.801,0],[2.801,0]],"o":[[2.801,0],[-2.801,0]],"v":[[3.616,4.375],[3.616,0.033]]}]},{"t":70}]},{"ty":"fl","fillEnabled":true,"c":[74,161,175,255],"o":100},{"ty":"tr","p":[82.162,17.957],"a":[0,0],"s":[100,100],"r":0,"o":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":33,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":"0p667_0p667_0p333_0p333","t":43,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":61,"s":[100],"e":[0]},{"t":73}]}]}],"inPoint":33,"outPoint":6317,"startTime":17},{"ind":8,"ty":"PreCompLayer","compId":"12t0z42","layers":[{"ind":0,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[125,137.5,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":1,"s":[{"i":[[0,0],[0,-39],[-1.736,-13.904],[0,0],[1,40],[0.816,16.41]],"o":[[0,0],[0,24.876],[1.461,0.915],[0,0],[-0.217,-8.687],[-0.948,-14.066]],"v":[[-50.5,-49],[-51.5,25],[-50.461,101.585],[-45,100.75],[-49.25,26.75],[-46.578,-23.525]]}],"e":[{"i":[[0,0],[0,-39],[-2.013,-13.914],[0,0],[-0.25,48.25],[1.394,16.184]],"o":[[0,0],[0,23.955],[1.122,3.104],[0,0],[0.588,-30.586],[-1.558,-14.417]],"v":[[-46,-48.875],[-46.75,23.25],[-45.721,99.703],[-36,95.375],[-41.875,27.875],[-35.594,-24.084]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,-39],[-2.013,-13.914],[0,0],[-0.25,48.25],[1.394,16.184]],"o":[[0,0],[0,23.955],[1.122,3.104],[0,0],[0.588,-30.586],[-1.558,-14.417]],"v":[[-46,-48.875],[-46.75,23.25],[-45.721,99.703],[-36,95.375],[-41.875,27.875],[-35.594,-24.084]]}],"e":[{"i":[[0,0],[0,-39],[-2.29,-13.924],[0,0],[-1.5,56.5],[1.973,15.959]],"o":[[0,0],[0,23.034],[0.783,5.294],[0,0],[1.393,-52.484],[-0.39,-5.857]],"v":[[-34.5,-48.5],[-42,21.5],[-40.982,97.822],[-27,90],[-34.5,29],[-23.11,-43.643]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[0,0],[0,-39],[-2.29,-13.924],[0,0],[-1.5,56.5],[1.973,15.959]],"o":[[0,0],[0,23.034],[0.783,5.294],[0,0],[1.393,-52.484],[-0.39,-5.857]],"v":[[-34.5,-48.5],[-42,21.5],[-40.982,97.822],[-27,90],[-34.5,29],[-23.11,-43.643]]}],"e":[{"i":[[0,0],[0,-39],[-1.703,1.281],[0,0],[8,30],[2.674,21.378]],"o":[[0,0],[0,19.351],[13.023,-9.794],[0,0],[-15.257,-57.212],[-2.122,-16.961]],"v":[[-33,-49.5],[-35,20.5],[-28.023,101.294],[-9.5,94],[-15,31.5],[-5.674,-36.878]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[0,-39],[-1.703,1.281],[0,0],[8,30],[2.674,21.378]],"o":[[0,0],[0,19.351],[13.023,-9.794],[0,0],[-15.257,-57.212],[-2.122,-16.961]],"v":[[-33,-49.5],[-35,20.5],[-28.023,101.294],[-9.5,94],[-15,31.5],[-5.674,-36.878]]}],"e":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[-8.25,19.5],[11.674,8.378]],"o":[[0,0],[1,34],[4.023,-14.794],[0,0],[15.156,-35.823],[-9.302,-6.676]],"v":[[0,-48.5],[-11,25.5],[0.977,101.294],[20.5,91.5],[11,26.5],[20.326,-45.878]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[-8.25,19.5],[11.674,8.378]],"o":[[0,0],[1,34],[4.023,-14.794],[0,0],[15.156,-35.823],[-9.302,-6.676]],"v":[[0,-48.5],[-11,25.5],[0.977,101.294],[20.5,91.5],[11,26.5],[20.326,-45.878]]}],"e":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[14.75,32.375],[11.174,9.628]],"o":[[0,0],[1,34],[9.523,-14.794],[0,0],[-14.75,-33.125],[-7.326,-2.372]],"v":[[15.625,-47.5],[5.25,27.375],[16.102,99.044],[34.75,97.25],[25.25,26.625],[28.326,-45.128]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[14.75,32.375],[11.174,9.628]],"o":[[0,0],[1,34],[9.523,-14.794],[0,0],[-14.75,-33.125],[-7.326,-2.372]],"v":[[15.625,-47.5],[5.25,27.375],[16.102,99.044],[34.75,97.25],[25.25,26.625],[28.326,-45.128]]}],"e":[{"i":[[0,0],[-4,-62.25],[0.023,-0.294],[0,0],[12,34.25],[9.174,3.378]],"o":[[0,0],[2.181,33.945],[3.773,-9.294],[0,0],[-10,-31.75],[-2.826,-3.622]],"v":[[29.25,-47],[16.5,29.25],[31.227,96.794],[45,95.5],[37.5,19.75],[36.326,-44.378]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[-4,-62.25],[0.023,-0.294],[0,0],[12,34.25],[9.174,3.378]],"o":[[0,0],[2.181,33.945],[3.773,-9.294],[0,0],[-10,-31.75],[-2.826,-3.622]],"v":[[29.25,-47],[16.5,29.25],[31.227,96.794],[45,95.5],[37.5,19.75],[36.326,-44.378]]}],"e":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[-4.917,18.122],[4.924,0.128]],"o":[[0,0],[1,34],[11.648,-8.294],[0,0],[6.75,-24.875],[-5.076,-1.872]],"v":[[29.375,-44.25],[27.75,21.625],[29.852,92.294],[49.25,91.25],[42.25,15.375],[44.076,-40.128]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[-1.147,-38.983],[0.023,-0.294],[0,0],[-4.917,18.122],[4.924,0.128]],"o":[[0,0],[1,34],[11.648,-8.294],[0,0],[6.75,-24.875],[-5.076,-1.872]],"v":[[29.375,-44.25],[27.75,21.625],[29.852,92.294],[49.25,91.25],[42.25,15.375],[44.076,-40.128]]}],"e":[{"i":[[0,0],[-3.5,-58],[0.023,-0.294],[0,0],[19.5,41.5],[2.392,4.026]],"o":[[0,0],[2.049,33.953],[3.523,-23.794],[0,0],[-9.628,-20.489],[-4.826,-8.122]],"v":[[41,-48],[39,14],[42.477,95.794],[59.5,90.5],[47,11],[53.326,-40.378]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0,0],[-3.5,-58],[0.023,-0.294],[0,0],[19.5,41.5],[2.392,4.026]],"o":[[0,0],[2.049,33.953],[3.523,-23.794],[0,0],[-9.628,-20.489],[-4.826,-8.122]],"v":[[41,-48],[39,14],[42.477,95.794],[59.5,90.5],[47,11],[53.326,-40.378]]}],"e":[{"i":[[0,0],[-7.5,-41],[0.023,-0.294],[0,0],[20,33],[5.278,-7.071]],"o":[[0,0],[22.5,48],[5.523,-7.544],[0,0],[-12.078,-18.926],[-0.076,-0.122]],"v":[[54.5,-44],[46,11.5],[58.977,93.044],[60.25,92],[47.25,11.75],[54.576,-44.378]]}]},{"t":13}]},{"ty":"fl","fillEnabled":true,"c":[210,175,26,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":1,"outPoint":13,"startTime":0},{"ind":1,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[744.41,161.975,0],"a":[675.727,77.648,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-26.372,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-6.647,12.113],[-26.372,12.113]]}],"e":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-18.086,46.632],[-3.931,40.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-4.861,5.255],[-19.229,11.255]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-18.086,46.632],[-3.931,40.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-4.861,5.255],[-19.229,11.255]]}],"e":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[6.062,5.624],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-4.059,-3.766],[0,0],[0,0]],"v":[[2.629,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[16.187,19.437],[1.353,9.113],[-1.372,9.113]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[6.062,5.624],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-4.059,-3.766],[0,0],[0,0]],"v":[[2.629,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[16.187,19.437],[1.353,9.113],[-1.372,9.113]]}],"e":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[24.129,44.632],[26.069,44.632],[26.116,43.594],[33.298,29.658],[25.687,15.937],[18.353,7.613],[15.629,7.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[24.129,44.632],[26.069,44.632],[26.116,43.594],[33.298,29.658],[25.687,15.937],[18.353,7.613],[15.629,7.613]]}],"e":[{"i":[[0,0],[0,0],[-1.793,2.359],[0,6.935],[1.901,2.215],[4.174,0],[0,0]],"o":[[0,0],[3.584,0],[1.792,-2.358],[0,-6.93],[-1.9,-2.214],[0,0],[0,0]],"v":[[39.537,46.632],[37.268,46.632],[41.966,45.094],[44.654,31.158],[41.805,17.437],[39.059,9.113],[38.039,9.113]]}]},{"t":11}]},{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[9.862,0],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-26.372,-14.258],[-10.506,-14.258],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-10.292,-46.633],[-26.372,-46.633]]}],"e":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[10.683,0.264],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[-4.35,-0.108],[0,0]],"v":[[-19.229,-15.116],[-6.934,-21.473],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-7.934,-50.204],[-19.229,-47.49]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[10.683,0.264],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[-4.35,-0.108],[0,0]],"v":[[-19.229,-15.116],[-6.934,-21.473],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-7.934,-50.204],[-19.229,-47.49]]}],"e":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[0.541,0.193],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-1.372,-17.258],[-1.506,-16.758],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-0.292,-48.633],[-1.372,-49.633]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[0.541,0.193],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-1.372,-17.258],[-1.506,-16.758],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-0.292,-48.633],[-1.372,-49.633]]}],"e":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[0.541,0.193],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[25.129,-20.258],[24.995,-19.758],[18.184,-16.76],[34.438,-31.23],[28.219,-44.417],[26.208,-51.633],[25.129,-52.633]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[0.541,0.193],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[25.129,-20.258],[24.995,-19.758],[18.184,-16.76],[34.438,-31.23],[28.219,-44.417],[26.208,-51.633],[25.129,-52.633]]}],"e":[{"i":[[0,0],[0,0],[-1.688,2.002],[0,6.646],[1.552,2.143],[0.202,0.193],[0,0]],"o":[[0,0],[3.478,0],[1.686,-2],[0,-6.647],[-1.553,-2.144],[0,0],[0,0]],"v":[[38.039,-17.258],[37.989,-16.758],[38.996,-15.26],[41.524,-28.23],[39.196,-41.417],[38.444,-48.633],[38.039,-49.633]]}]},{"t":11}]},{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[20.582,0],[0,0],[0,0],[0,0],[-7.363,-2.429],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.36,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.788,74.933],[-59.818,74.933],[-59.818,-74.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[51.456,-35.269],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}],"e":[{"i":[[22.461,5.128],[0,0],[0,0],[-12.907,0.012],[-11.013,-3.151],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-7.016,-4.639],[-3.14,-8.896],[6.152,-10.436]],"o":[[-14.976,-3.419],[0,0],[0,0],[7.75,-0.007],[7.452,2.132],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[8.186,5.413],[3.432,9.722],[-6.324,10.728]],"v":[[5.288,69.433],[-48.818,74.933],[-48.818,-74.933],[-1.501,-72.933],[24.762,-71.288],[41.379,-63.426],[51.456,-37.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[22.461,5.128],[0,0],[0,0],[-12.907,0.012],[-11.013,-3.151],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-7.016,-4.639],[-3.14,-8.896],[6.152,-10.436]],"o":[[-14.976,-3.419],[0,0],[0,0],[7.75,-0.007],[7.452,2.132],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[8.186,5.413],[3.432,9.722],[-6.324,10.728]],"v":[[5.288,69.433],[-48.818,74.933],[-48.818,-74.933],[-1.501,-72.933],[24.762,-71.288],[41.379,-63.426],[51.456,-37.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}],"e":[{"i":[[21.461,-4.372],[0,0],[0,0],[0,0],[-7.246,-2.757],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.487,2.849],[7.871,4.487],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.288,71.932],[-28.818,75.932],[-28.818,-73.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[49.456,-35.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[61.318,34.339],[48.098,58.996]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[21.461,-4.372],[0,0],[0,0],[0,0],[-7.246,-2.757],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.487,2.849],[7.871,4.487],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.288,71.932],[-28.818,75.932],[-28.818,-73.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[49.456,-35.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[61.318,34.339],[48.098,58.996]]}],"e":[{"i":[[19.961,8.628],[0,0],[0,0],[0,0],[-7.363,-2.429],[-5.371,-5.987],[-0.294,-6.329],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[-0.932,-6.722],[4.348,-5.064]],"o":[[-5.021,-2.17],[0,0],[0,0],[12.25,2.993],[7.36,2.432],[5.371,5.987],[0.294,6.329],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0.932,6.722],[-4.348,5.064]],"v":[[7.788,68.433],[-2.817,74.433],[-2.318,-68.933],[-0.001,-66.933],[24.762,-71.288],[41.378,-61.426],[51.456,-35.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.648],[58.318,33.839],[47.598,63.997]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":7,"s":[{"i":[[19.961,8.628],[0,0],[0,0],[0,0],[-7.363,-2.429],[-5.371,-5.987],[-0.294,-6.329],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[-0.932,-6.722],[4.348,-5.064]],"o":[[-5.021,-2.17],[0,0],[0,0],[12.25,2.993],[7.36,2.432],[5.371,5.987],[0.294,6.329],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0.932,6.722],[-4.348,5.064]],"v":[[7.788,68.433],[-2.817,74.433],[-2.318,-68.933],[-0.001,-66.933],[24.762,-71.288],[41.378,-61.426],[51.456,-35.268],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.648],[58.318,33.839],[47.598,63.997]]}],"e":[{"i":[[15.824,4.471],[0,0],[0,0],[0,0],[-6.211,-2.43],[-4.544,-5.065],[-0.147,-8.024],[7.575,-5.715],[0.902,-0.829],[2.171,-1.143],[-5.505,-6.359],[0.282,-8.377],[5.747,-6.534]],"o":[[-2.511,-1.085],[0,0],[0,0],[6.726,0.743],[6.209,2.432],[6.044,6.853],[0.147,9.025],[-2.573,2.004],[-0.724,0.665],[7.837,2.003],[5.5,6.362],[-0.318,9.472],[-6.32,7.178]],"v":[[16.851,70.058],[11.683,73.558],[11.074,-71.558],[13.029,-69.558],[28.937,-68.288],[41.379,-61.426],[52.206,-35.768],[40.092,-9.113],[36.347,-5.736],[32.826,-2.52],[51.564,9.648],[59.068,33.589],[48.348,62.497]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[15.824,4.471],[0,0],[0,0],[0,0],[-6.211,-2.43],[-4.544,-5.065],[-0.147,-8.024],[7.575,-5.715],[0.902,-0.829],[2.171,-1.143],[-5.505,-6.359],[0.282,-8.377],[5.747,-6.534]],"o":[[-2.511,-1.085],[0,0],[0,0],[6.726,0.743],[6.209,2.432],[6.044,6.853],[0.147,9.025],[-2.573,2.004],[-0.724,0.665],[7.837,2.003],[5.5,6.362],[-0.318,9.472],[-6.32,7.178]],"v":[[16.851,70.058],[11.683,73.558],[11.074,-71.558],[13.029,-69.558],[28.937,-68.288],[41.379,-61.426],[52.206,-35.768],[40.092,-9.113],[36.347,-5.736],[32.826,-2.52],[51.564,9.648],[59.068,33.589],[48.348,62.497]]}],"e":[{"i":[[11.688,0.314],[0,0],[0,0],[0,0],[-4.861,-3.651],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.287,-0.454],[-0.029,-0.295],[-5.505,-6.359],[-0.604,-10.113],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[1.202,-1.507],[1.475,1.108],[6.717,7.719],[0,11.721],[-3.718,2.923],[0.037,0.046],[6.384,2.003],[5.5,6.362],[0.432,7.222],[-8.291,9.292]],"v":[[25.913,71.683],[26.184,72.683],[24.466,-74.183],[26.058,-72.183],[33.111,-69.288],[41.379,-61.426],[52.956,-36.268],[40.092,-9.113],[35.962,-2.861],[36.279,-2.145],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9,"s":[{"i":[[11.688,0.314],[0,0],[0,0],[0,0],[-4.861,-3.651],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.287,-0.454],[-0.029,-0.295],[-5.505,-6.359],[-0.604,-10.113],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[1.202,-1.507],[1.475,1.108],[6.717,7.719],[0,11.721],[-3.718,2.923],[0.037,0.046],[6.384,2.003],[5.5,6.362],[0.432,7.222],[-8.291,9.292]],"v":[[25.913,71.683],[26.184,72.683],[24.466,-74.183],[26.058,-72.183],[33.111,-69.288],[41.379,-61.426],[52.956,-36.268],[40.092,-9.113],[35.962,-2.861],[36.279,-2.145],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}],"e":[{"i":[[10.024,2.503],[0,0],[0,0],[0,0],[-3.907,-2.431],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.53,-0.499],[1.366,-1.143],[-5.505,-6.359],[-2.034,-9.356],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[0.929,-1.507],[3.907,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-0.531,0.503],[4.931,2.003],[5.5,6.362],[2.095,9.997],[-8.291,9.292]],"v":[[26.225,66.558],[26.434,67.558],[25.607,-68.808],[26.837,-66.808],[37.285,-62.288],[41.379,-61.426],[52.206,-35.768],[40.092,-9.113],[32.702,-3.986],[39.732,-1.77],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[10.024,2.503],[0,0],[0,0],[0,0],[-3.907,-2.431],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.53,-0.499],[1.366,-1.143],[-5.505,-6.359],[-2.034,-9.356],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[0.929,-1.507],[3.907,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-0.531,0.503],[4.931,2.003],[5.5,6.362],[2.095,9.997],[-8.291,9.292]],"v":[[26.225,66.558],[26.434,67.558],[25.607,-68.808],[26.837,-66.808],[37.285,-62.288],[41.379,-61.426],[52.206,-35.768],[40.092,-9.113],[32.702,-3.986],[39.732,-1.77],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}],"e":[{"i":[[2.793,0.628],[0,0],[0,0],[0,0],[-2.755,-2.431],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.374,-0.499],[0.963,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[0.655,-1.507],[2.755,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-0.375,0.503],[3.478,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[37.538,72.433],[37.685,73.433],[36.749,-73.433],[37.617,-71.433],[41.459,-59.288],[41.379,-61.426],[51.456,-35.268],[40.092,-9.113],[43.191,-1.861],[43.185,-1.395],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}]},{"t":11}]},{"ty":"fl","fillEnabled":true,"c":[255,219,67,255],"o":100},{"ty":"tr","p":[60.067,78.614],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":12,"startTime":0}],"ks":{"o":100,"r":0,"p":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[125,137.5,0],"e":[75,137.5,0],"to":[-8.33333301544189,0,0],"ti":[8.33333301544189,0,0]},{"t":12}],"a":[125,137.5,0],"s":[100,100,100]},"inPoint":0,"outPoint":6300,"startTime":0},{"ind":9,"ty":"PreCompLayer","compId":"kl765v9","layers":[{"ind":0,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[163.023,70.838,0],"a":[103.851,16.462,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":{"i":[[0.848,1.73],[-2.429,1.948],[-0.819,0.585],[-0.447,1.273],[0.483,1.703],[-1.376,3.219],[-1.537,0.734],[1.736,-0.83],[1.266,-2.963],[3.623,-1.176],[0.707,-2.576],[-1.225,-2.5]],"o":[[-1.62,-2.142],[0.93,-0.234],[1.03,-0.735],[0.586,-1.671],[-0.6,-2.116],[0.701,-1.64],[1.745,-0.834],[-2.829,1.353],[-1.115,2.607],[-2.002,0.649],[-0.756,2.751],[0.851,1.737]],"v":[[-3.69,11.511],[-2.476,5.376],[0.558,4.545],[3.05,1.861],[3.187,-2.679],[1.839,-7.976],[6.574,-11.341],[5.06,-13.932],[-1.278,-8.257],[-1.903,2.227],[-7.562,5.498],[-6.281,13.025]]}},{"ty":"fl","fillEnabled":true,"c":[91,89,130,255],"o":100},{"ty":"tr","p":[103.805,15.012],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":46,"outPoint":6332,"startTime":32}],"ks":{"o":100,"r":0,"p":[125,137.5,0],"a":[125,137.5,0],"s":[100,100,100]},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"a","pt":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39,"s":[{"i":[[2.75,-0.25],[0.25,-10.25],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-2.682,0.244],[-0.497,20.369],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[159.25,88],[149.75,91.75],[164.25,104],[166.5,97],[163.5,98.75]]}],"e":[{"i":[[2.75,-0.25],[0.25,-10.25],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-2.682,0.244],[-0.497,20.369],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[156.75,75.75],[149.75,91.75],[164.25,104],[166.5,97],[162.25,89.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":40,"s":[{"i":[[2.75,-0.25],[0.25,-10.25],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-2.682,0.244],[-0.497,20.369],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[156.75,75.75],[149.75,91.75],[164.25,104],[166.5,97],[162.25,89.25]]}],"e":[{"i":[[1.45,3.626],[1.25,-23],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-1,-2.5],[-1.106,20.345],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[161.75,72.25],[149.75,91.75],[164.25,104],[166.5,97],[162.25,89.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41,"s":[{"i":[[1.45,3.626],[1.25,-23],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-1,-2.5],[-1.106,20.345],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[161.75,72.25],[149.75,91.75],[164.25,104],[166.5,97],[162.25,89.25]]}],"e":[{"i":[[2.28,1.71],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-4,-3],[-2.25,20.25],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[165,70],[148.75,90.5],[164.25,104],[166.5,97],[168.5,81.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42,"s":[{"i":[[2.28,1.71],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[-1.25,7.75]],"o":[[-4,-3],[-2.25,20.25],[5.25,0],[0.25,-2.75],[1.309,-8.119]],"v":[[165,70],[148.75,90.5],[164.25,104],[166.5,97],[168.5,81.5]]}],"e":[{"i":[[3.466,-0.547],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.75,0.75],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[164,66.75],[148.75,90.5],[164.25,104],[167.75,88],[174,73.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":43,"s":[{"i":[[3.466,-0.547],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.75,0.75],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[164,66.75],[148.75,90.5],[164.25,104],[167.75,88],[174,73.75]]}],"e":[{"i":[[3.466,-0.547],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.75,0.75],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[163.75,62.5],[148.75,90.5],[164.25,104],[167.75,88],[174,73.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44,"s":[{"i":[[3.466,-0.547],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.75,0.75],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[163.75,62.5],[148.75,90.5],[164.25,104],[167.75,88],[174,73.75]]}],"e":[{"i":[[2.25,2],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.905,-4.36],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[164.75,61.25],[147,74.25],[158,93.75],[167.75,88],[174,73.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45,"s":[{"i":[[2.25,2],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[2.347,6.614]],"o":[[-4.905,-4.36],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-2.75,-7.75]],"v":[[164.75,61.25],[147,74.25],[158,93.75],[167.75,88],[174,73.75]]}],"e":[{"i":[[-1,5.25],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[0.5,7]],"o":[[1,-5.25],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-0.5,-7]],"v":[[176.5,56.5],[151,62.25],[158,86],[161.75,81],[171.75,70]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":47,"s":[{"i":[[-1,5.25],[2.25,-20.25],[-5.25,0],[-0.25,2.75],[0.5,7]],"o":[[1,-5.25],[-2.25,20.25],[5.25,0],[0.25,-2.75],[-0.5,-7]],"v":[[176.5,56.5],[151,62.25],[158,86],[161.75,81],[171.75,70]]}],"e":[{"i":[[-1,5.25],[8.593,-18.474],[-3,-0.25],[-0.75,2.5],[0.5,7]],"o":[[1,-5.25],[-10,21.5],[4.58,0.382],[0.793,-2.645],[-0.5,-7]],"v":[[191.25,39.75],[160,51.5],[156.75,77.25],[169.75,69.5],[179.25,56.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48,"s":[{"i":[[-1,5.25],[8.593,-18.474],[-3,-0.25],[-0.75,2.5],[0.5,7]],"o":[[1,-5.25],[-10,21.5],[4.58,0.382],[0.793,-2.645],[-0.5,-7]],"v":[[191.25,39.75],[160,51.5],[156.75,77.25],[169.75,69.5],[179.25,56.75]]}],"e":[{"i":[[-1,5.25],[8.593,-18.474],[-1,-1.25],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-10,21.5],[1.746,2.183],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[161,51.5],[159.25,74.25],[171.75,68.5],[179.25,56.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":50,"s":[{"i":[[-1,5.25],[8.593,-18.474],[-1,-1.25],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-10,21.5],[1.746,2.183],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[161,51.5],[159.25,74.25],[171.75,68.5],[179.25,56.75]]}],"e":[{"i":[[-1,5.25],[6.235,-19.397],[-3.25,-0.75],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.841,0.656],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[160,51.5],[164.25,71.25],[177.5,55.25],[179.25,56.75]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51,"s":[{"i":[[-1,5.25],[6.235,-19.397],[-3.25,-0.75],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.841,0.656],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[160,51.5],[164.25,71.25],[177.5,55.25],[179.25,56.75]]}],"e":[{"i":[[-1,5.25],[6.235,-19.397],[-3.75,3],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.954,-2.363],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[158,53],[165,67.5],[181.75,46.25],[188.5,38.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":52,"s":[{"i":[[-1,5.25],[6.235,-19.397],[-3.75,3],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.954,-2.363],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[158,53],[165,67.5],[181.75,46.25],[188.5,38.25]]}],"e":[{"i":[[-1,5.25],[6.235,-19.397],[-3.396,-3.396],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.25,2.25],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[167.5,46],[162.25,63],[181.75,46.25],[188.5,38.25]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":53,"s":[{"i":[[-1,5.25],[6.235,-19.397],[-3.396,-3.396],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.25,2.25],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[167.5,46],[162.25,63],[181.75,46.25],[188.5,38.25]]}],"e":[{"i":[[-1,5.25],[6.235,-19.397],[-3.396,-3.396],[-0.75,7.75],[0.5,7]],"o":[[1,-5.25],[-2.25,7],[2.25,2.25],[0.266,-2.749],[-0.5,-7]],"v":[[191.25,39.75],[177,36.5],[170.75,55],[186.5,38.75],[188.5,38.25]]}]},{"t":55}],"o":100}],"inPoint":38,"outPoint":6293,"startTime":-7},{"ind":10,"ty":"PreCompLayer","compId":"et46sui","layers":[{"ind":0,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[69.023,162.838,0],"a":[6.851,109.462,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-0.609,-10.588],[6.732,-46.911],[-1.622,32.611],[0.01,0.659]],"o":[[0.666,11.583],[3.732,-7.411],[0.764,-15.371],[-2.006,0.928]],"v":[[-75.89,-30.068],[-75.956,20.426],[-60.988,-31.614],[-68.967,-62.913]]}],"e":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}],"e":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}],"e":[{"i":[[5.222,-6.272],[9.61,1.599],[-14.735,15.879],[0.01,0.659]],"o":[[-5.89,7.073],[-0.357,1.13],[11.437,-12.325],[-4.104,7.346]],"v":[[7.61,2.182],[-20.956,14.926],[12.762,12.386],[20.783,-19.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[5.222,-6.272],[9.61,1.599],[-14.735,15.879],[0.01,0.659]],"o":[[-5.89,7.073],[-0.357,1.13],[11.437,-12.325],[-4.104,7.346]],"v":[[7.61,2.182],[-20.956,14.926],[12.762,12.386],[20.783,-19.663]]}],"e":[{"i":[[5.219,-6.275],[14.915,5.331],[-13.853,12.7],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[9.26,-8.489],[-4.742,9.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.267,13.754],[21.769,-15.55]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[5.219,-6.275],[14.915,5.331],[-13.853,12.7],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[9.26,-8.489],[-4.742,9.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.267,13.754],[21.769,-15.55]]}],"e":[{"i":[[5.215,-6.278],[20.219,9.063],[-12.244,18.143],[0.011,0.659]],"o":[[-5.882,7.08],[0.469,0.313],[9.406,-13.937],[1.76,13.676]],"v":[[11.37,9.418],[-24.693,15.702],[11.771,9.122],[17.755,-20.937]]}]},{"t":28}]},{"ty":"fl","fillEnabled":true,"c":[210,175,26,255],"o":100},{"ty":"tr","p":[82.052,165.109],"a":[0,0],"s":[100,100],"r":0,"o":100}]},{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-0.264,-5.336],[0.555,-15.505],[-2.639,-8.138],[2.695,12.744],[4.067,-0.057]],"o":[[0.175,3.521],[-0.432,12.092],[2.611,-1.888],[-0.333,-1.577],[-1.683,-1.557]],"v":[[-81.496,-11.618],[-82.139,18.061],[-75.682,41.041],[-73.488,-15.77],[-81.888,-25.04]]}],"e":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}],"e":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}],"e":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}],"e":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}],"e":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}],"e":[{"i":[[-0.965,-0.629],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[11.493,0.324]],"o":[[5.804,3.783],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-5.621,-28.243],[5.486,-11.814],[7.568,29.791],[11.512,2.23],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26,"s":[{"i":[[-0.965,-0.629],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[11.493,0.324]],"o":[[5.804,3.783],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-5.621,-28.243],[5.486,-11.814],[7.568,29.791],[11.512,2.23],[-8.638,-29.79]]}],"e":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[2.611,-12.263],[0.198,15.385],[11.493,0.324]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-0.333,-25.952],[1.041,0.415]],"v":[[-5.871,-27.243],[7.486,-10.814],[9.068,29.666],[13.012,4.855],[-7.388,-27.665]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":27,"s":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[2.611,-12.263],[0.198,15.385],[11.493,0.324]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-0.333,-25.952],[1.041,0.415]],"v":[[-5.871,-27.243],[7.486,-10.814],[9.068,29.666],[13.012,4.855],[-7.388,-27.665]]}],"e":[{"i":[[-1.094,-0.36],[-2.051,-6.516],[3.611,-13.138],[-0.078,15.386],[11.493,0.324]],"o":[[8.05,2.646],[2.193,6.967],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[0.379,-24.744],[12.736,-8.565],[11.568,33.541],[15.512,5.98],[-4.388,-25.791]]}]},{"t":28}]},{"ty":"fl","fillEnabled":true,"c":[210,175,26,255],"o":100},{"ty":"tr","p":[89.15,59.721],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":14,"outPoint":28,"startTime":14},{"ind":1,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[744.41,161.975,0],"a":[675.727,77.648,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-26.372,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-6.647,12.113],[-26.372,12.113]]}},{"ty":"sh","closed":true,"ks":{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[9.862,0],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-26.372,-14.258],[-10.506,-14.258],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-10.292,-46.633],[-26.372,-46.633]]}},{"ty":"sh","closed":true,"ks":{"i":[[20.582,0],[0,0],[0,0],[0,0],[-7.363,-2.429],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.36,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.788,74.933],[-59.818,74.933],[-59.818,-74.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[51.456,-35.269],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}},{"ty":"fl","fillEnabled":true,"c":[255,219,67,255],"o":100},{"ty":"tr","p":[60.067,78.614],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":49,"outPoint":6330,"startTime":-29},{"ind":2,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[127.023,160.838,0],"a":[67.851,106.462,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":14,"s":[{"i":[[0,0],[-0.433,1.731],[0.142,3.939],[1.004,1.232],[0,0]],"o":[[0.553,0.038],[0.653,-2.61],[-0.159,-4.417],[-0.591,-0.726],[0,0]],"v":[[-39.329,46.697],[-38.401,46.697],[-37.54,33.902],[-39.088,21.003],[-39.944,21.679]]}],"e":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":16,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}],"e":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":18,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}],"e":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":26,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}],"e":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}],"e":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":36,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}],"e":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}],"e":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":42,"s":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}],"e":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":44,"s":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}],"e":[{"i":[[0,0],[-10.249,0.161],[0,13.293],[11.262,0.482],[0,0]],"o":[[0,0],[13.53,-0.212],[0,-14.365],[-13.662,-0.585],[0,0]],"v":[[-10.194,45.948],[15.822,46.447],[41.37,29.652],[14.59,11.753],[-9.694,12.43]]}]},{"t":49}]},{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":14,"s":[{"i":[[0,0],[-0.692,2.11],[0.058,5.864],[0.866,1.732],[0,0]],"o":[[0,0],[0.591,-1.802],[-0.081,-8.134],[-0.969,-1.939],[0,0]],"v":[[-42.194,-29.872],[-39.601,-35.625],[-38.957,-48.631],[-39.903,-61.247],[-41.776,-62.247]]}],"e":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":16,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}],"e":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":18,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}],"e":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}],"e":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}],"e":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}],"e":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":26,"s":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}],"e":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}],"e":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":36,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}],"e":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":42,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":44,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-12.068,-0.119],[0.557,12.616],[10.069,0.482],[0,0]],"o":[[0,0],[11.097,0.11],[-0.657,-14.87],[-5.029,-0.241],[0,0]],"v":[[-9.819,-15.121],[11.755,-14.875],[33.795,-31.381],[9.283,-47.747],[-8.569,-47.764]]}]},{"t":49}]},{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":14,"s":[{"i":[[-1.81,1.749],[-0.86,-0.217],[-1.22,-9.917],[-2.482,-13.756],[0,0],[1.583,-5.417],[7.316,-11.263],[0.492,0.237]],"o":[[0.242,0.033],[7.39,-1.467],[0.667,5.423],[0,0],[3.268,16.065],[-2.041,6.984],[0.316,-0.513],[-0.698,-2.846]],"v":[[-43.64,-75.798],[-43.038,-75.798],[-32.816,-52.188],[-36.417,-6.759],[-36.417,-6.33],[-28.981,34.402],[-43.715,75.248],[-43.64,75.248]]}],"e":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":16,"s":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}],"e":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":18,"s":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}],"e":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}],"e":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":36,"s":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":39,"s":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":42,"s":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}],"e":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":44,"s":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}],"e":[{"i":[[-0.008,1.283],[-23.583,-0.378],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.008,0.487]],"o":[[0.242,-0.467],[17.64,0.283],[-1.583,25.173],[0,0],[-0.232,-0.935],[-1.417,25.333],[-20.684,1.487],[0.014,-2.145]],"v":[[-43.14,-75.548],[32.462,-75.548],[68.685,-34.688],[47.083,-2.759],[47.083,-2.33],[76.519,37.402],[27.035,75.748],[-42.89,75.248]]}]},{"t":49}]},{"ty":"fl","fillEnabled":true,"c":[255,219,67,255],"o":100},{"ty":"tr","p":[52.977,108.888],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":14,"outPoint":49,"startTime":14}],"ks":{"o":100,"r":0,"p":[125,137.5,0],"a":[125,137.5,0],"s":[100,100,100]},"inPoint":11,"outPoint":6311,"startTime":11},{"ind":11,"ty":"ShapeLayer","ks":{"o":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":36,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":"0p667_0p667_0p333_0p333","t":38,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":51,"s":[100],"e":[0]},{"t":53}],"r":0,"p":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":36,"s":[164.273,105.588,0],"e":[188.023,84.838,0],"to":[3.95833325386047,-3.45833325386047,0],"ti":[-3.95833325386047,3.45833325386047,0]},{"t":55}],"a":[128.851,30.462,0],"s":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":"0p667,0p667,0p667_1,1,0p667_0p333,0p333,0p333_0,0,0p333","t":36,"s":[16,16,100],"e":[100,100,100]},{"t":42}]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":{"i":[[-1.557,-1.116],[-2.131,1.778],[1.825,2.262],[2.365,-1.849],[-1.275,-2.372],[0.915,1.704],[-0.903,0.981],[-1.044,-1.091],[2.478,1.776]],"o":[[2.369,1.698],[2.5,-2.085],[-2.009,-2.491],[-2.21,1.728],[0.916,1.705],[-0.658,-1.223],[1.173,-1.275],[2.527,2.642],[-1.576,-1.13]],"v":[[-3.629,4.66],[3.952,4.005],[4.052,-3.867],[-3.785,-4.505],[-5.177,2.974],[-2.586,1.46],[-1.932,-2.135],[1.931,-1.746],[-2.116,2.07]]}},{"ty":"fl","fillEnabled":true,"c":[204,69,51,255],"o":100},{"ty":"tr","p":[129.001,31.3],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":36,"outPoint":6320,"startTime":20},{"ind":12,"ty":"PreCompLayer","compId":"tagnljb","layers":[{"ind":0,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[69.023,162.838,0],"a":[6.851,109.462,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.609,-10.588],[6.732,-46.911],[-1.622,32.611],[0.01,0.659]],"o":[[0.666,11.583],[3.732,-7.411],[0.764,-15.371],[-2.006,0.928]],"v":[[-75.89,-30.068],[-75.956,20.426],[-60.988,-31.614],[-68.967,-62.913]]}],"e":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}],"e":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}],"e":[{"i":[[5.222,-6.272],[9.732,0.589],[-15.236,14.129],[0.01,0.659]],"o":[[-5.89,7.073],[2.732,1.339],[12.329,-11.433],[-1.256,9.428]],"v":[[9.11,2.932],[-22.956,15.926],[13.262,13.136],[20.533,-21.413]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[5.222,-6.272],[9.732,0.589],[-15.236,14.129],[0.01,0.659]],"o":[[-5.89,7.073],[2.732,1.339],[12.329,-11.433],[-1.256,9.428]],"v":[[9.11,2.932],[-22.956,15.926],[13.262,13.136],[20.533,-21.413]]}],"e":[{"i":[[5.219,-6.275],[14.915,5.331],[-15.367,15.336],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[10.26,-10.239],[-2.742,8.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.767,13.004],[22.519,-18.8]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[5.219,-6.275],[14.915,5.331],[-15.367,15.336],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[10.26,-10.239],[-2.742,8.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.767,13.004],[22.519,-18.8]]}],"e":[{"i":[[8.407,-10.403],[6.219,0.563],[-12.244,18.143],[0.011,0.659]],"o":[[-11.914,14.743],[0.469,0.313],[9.406,-13.937],[-1.728,8.702]],"v":[[15.87,8.168],[-16.693,17.952],[17.271,8.622],[27.255,-18.937]]}]},{"t":24}]},{"ty":"fl","fillEnabled":true,"c":[171,51,38,255],"o":100},{"ty":"tr","p":[82.052,165.109],"a":[0,0],"s":[100,100],"r":0,"o":100}]},{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[-0.264,-5.336],[0.555,-15.505],[-2.639,-8.138],[2.695,12.744],[4.067,-0.057]],"o":[[0.175,3.521],[-0.432,12.092],[2.611,-1.888],[-0.333,-1.577],[-1.683,-1.557]],"v":[[-81.496,-11.618],[-82.139,18.061],[-75.682,41.041],[-73.488,-15.77],[-81.888,-25.04]]}],"e":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}],"e":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}],"e":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}],"e":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}],"e":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}],"e":[{"i":[[-0.904,-0.714],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[13.067,-0.307]],"o":[[4.3,3.396],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-4.871,-26.493],[5.486,-11.814],[7.568,29.791],[12.262,1.73],[-10.638,-28.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22,"s":[{"i":[[-0.904,-0.714],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[13.067,-0.307]],"o":[[4.3,3.396],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-4.871,-26.493],[5.486,-11.814],[7.568,29.791],[12.262,1.73],[-10.638,-28.79]]}],"e":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[0.861,-13.263],[0.886,15.361],[16.817,0.068]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-1.583,-27.452],[1.041,0.415]],"v":[[-6.621,-25.993],[7.486,-10.814],[8.568,30.416],[13.762,4.355],[-13.138,-28.165]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[0.861,-13.263],[0.886,15.361],[16.817,0.068]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-1.583,-27.452],[1.041,0.415]],"v":[[-6.621,-25.993],[7.486,-10.814],[8.568,30.416],[13.762,4.355],[-13.138,-28.165]]}],"e":[{"i":[[-1.094,-0.36],[-1.339,-6.699],[3.611,-13.138],[-0.079,15.386],[11.493,0.324]],"o":[[8.05,2.646],[1.693,8.467],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[0.879,-23.744],[12.986,-6.815],[11.068,31.791],[16.512,6.98],[-4.138,-25.041]]}]},{"t":24}]},{"ty":"fl","fillEnabled":true,"c":[171,51,38,255],"o":100},{"ty":"tr","p":[89.15,59.721],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":10,"outPoint":24,"startTime":10},{"ind":1,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[744.41,161.975,0],"a":[675.727,77.648,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-26.372,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-6.647,12.113],[-26.372,12.113]]}},{"ty":"sh","closed":true,"ks":{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[9.862,0],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-26.372,-14.258],[-10.506,-14.258],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-10.292,-46.633],[-26.372,-46.633]]}},{"ty":"sh","closed":true,"ks":{"i":[[20.582,0],[0,0],[0,0],[0,0],[-7.363,-2.429],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.36,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.788,74.933],[-59.818,74.933],[-59.818,-74.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[51.456,-35.269],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}},{"ty":"fl","fillEnabled":true,"c":[204,69,51,255],"o":100},{"ty":"tr","p":[60.067,78.614],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":45,"outPoint":6267,"startTime":-33},{"ind":2,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[127.023,160.838,0],"a":[67.851,106.462,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":10,"s":[{"i":[[0,0],[-0.433,1.731],[0.142,3.939],[1.004,1.232],[0,0]],"o":[[0.553,0.038],[0.653,-2.61],[-0.159,-4.417],[-0.591,-0.726],[0,0]],"v":[[-39.329,46.697],[-38.401,46.697],[-37.54,33.902],[-39.088,21.003],[-39.944,21.679]]}],"e":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":12,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}],"e":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":14,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}],"e":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":22,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}],"e":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":28,"s":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}],"e":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}],"e":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}],"e":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":38,"s":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}],"e":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":40,"s":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}],"e":[{"i":[[0,0],[-10.249,0.161],[0,13.293],[11.262,0.482],[0,0]],"o":[[0,0],[13.53,-0.212],[0,-14.365],[-13.662,-0.585],[0,0]],"v":[[-10.194,45.948],[15.822,46.447],[41.37,29.652],[14.59,11.753],[-9.694,12.43]]}]},{"t":45}]},{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":10,"s":[{"i":[[0,0],[-0.692,2.11],[0.058,5.864],[0.866,1.732],[0,0]],"o":[[0,0],[0.591,-1.802],[-0.081,-8.134],[-0.969,-1.939],[0,0]],"v":[[-42.194,-29.872],[-39.601,-35.625],[-38.957,-48.631],[-39.903,-61.247],[-41.776,-62.247]]}],"e":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":12,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}],"e":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":14,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}],"e":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}],"e":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}],"e":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}],"e":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":22,"s":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}],"e":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":28,"s":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}],"e":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}],"e":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":38,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":40,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-12.068,-0.119],[0.557,12.616],[10.069,0.482],[0,0]],"o":[[0,0],[11.097,0.11],[-0.657,-14.87],[-5.029,-0.241],[0,0]],"v":[[-9.819,-15.121],[11.755,-14.875],[33.795,-31.381],[9.283,-47.747],[-8.569,-47.764]]}]},{"t":45}]},{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":10,"s":[{"i":[[-1.81,1.749],[-0.86,-0.217],[-1.22,-9.917],[-2.482,-13.756],[0,0],[1.583,-5.417],[7.316,-11.263],[0.492,0.237]],"o":[[0.242,0.033],[7.39,-1.467],[0.667,5.423],[0,0],[3.268,16.065],[-2.041,6.984],[0.316,-0.513],[-0.698,-2.846]],"v":[[-43.64,-75.798],[-43.038,-75.798],[-32.816,-52.188],[-36.417,-6.759],[-36.417,-6.33],[-28.981,34.402],[-43.715,75.248],[-43.64,75.248]]}],"e":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":12,"s":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}],"e":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":14,"s":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}],"e":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":16,"s":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":20,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}],"e":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":28,"s":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":35,"s":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":38,"s":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}],"e":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":40,"s":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}],"e":[{"i":[[-0.008,1.283],[-23.583,-0.378],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.008,0.487]],"o":[[0.242,-0.467],[17.64,0.283],[-1.583,25.173],[0,0],[-0.232,-0.935],[-1.417,25.333],[-20.684,1.487],[0.014,-2.145]],"v":[[-43.14,-75.548],[32.462,-75.548],[68.685,-34.688],[47.083,-2.759],[47.083,-2.33],[76.519,37.402],[27.035,75.748],[-42.89,75.248]]}]},{"t":45}]},{"ty":"fl","fillEnabled":true,"c":[204,69,51,255],"o":100},{"ty":"tr","p":[52.977,108.888],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":10,"outPoint":45,"startTime":10}],"ks":{"o":100,"r":0,"p":[125,137.5,0],"a":[125,137.5,0],"s":[100,100,100]},"inPoint":9,"outPoint":63,"startTime":9},{"ind":13,"ty":"PreCompLayer","compId":"4ry3tkc","layers":[{"ind":0,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[69.023,162.838,0],"a":[6.851,109.462,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[-0.609,-10.588],[6.732,-46.911],[-1.622,32.611],[0.01,0.659]],"o":[[0.666,11.583],[3.732,-7.411],[0.764,-15.371],[-2.006,0.928]],"v":[[-75.89,-30.068],[-75.956,20.426],[-60.988,-31.614],[-68.967,-62.913]]}],"e":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-5.334,-9.167],[21.982,-38.911],[-15.236,28.879],[0.01,0.659]],"o":[[7.423,12.759],[11.232,0.089],[14.957,-28.351],[-27.006,3.428]],"v":[[-69.64,-37.318],[-75.956,19.176],[-48.488,-17.364],[-47.967,-57.163]]}],"e":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[13.898,-29.258],[23.732,-10.411],[-15.236,28.879],[0.01,0.659]],"o":[[-6.334,13.333],[16.482,-0.161],[14.957,-28.351],[-2.506,23.428]],"v":[[-59.14,-18.818],[-62.956,19.926],[-8.488,0.386],[-16.717,-52.913]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-15.702,18.195],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[13.265,-15.371],[0.744,11.678]],"v":[[-35.39,-11.068],[-53.956,19.426],[-5.738,10.136],[3.283,-26.163]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-5.39,-5.068],[-32.706,17.176],[9.762,12.386],[13.783,-26.663]]}],"e":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[12.417,-9.167],[11.483,-4.661],[-9.485,14.629],[0.01,0.659]],"o":[[-7.405,5.467],[-0.357,1.13],[9.147,-14.108],[-0.506,16.428]],"v":[[-6.64,-5.068],[-21.456,14.926],[10.262,13.136],[16.533,-21.163]]}],"e":[{"i":[[5.222,-6.272],[9.61,1.599],[-14.735,15.879],[0.01,0.659]],"o":[[-5.89,7.073],[-0.357,1.13],[11.437,-12.325],[-4.104,7.346]],"v":[[7.61,2.182],[-20.956,14.926],[12.762,12.386],[20.783,-19.663]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[5.222,-6.272],[9.61,1.599],[-14.735,15.879],[0.01,0.659]],"o":[[-5.89,7.073],[-0.357,1.13],[11.437,-12.325],[-4.104,7.346]],"v":[[7.61,2.182],[-20.956,14.926],[12.762,12.386],[20.783,-19.663]]}],"e":[{"i":[[5.219,-6.275],[14.915,5.331],[-13.853,12.7],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[9.26,-8.489],[-4.742,9.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.267,13.754],[21.769,-15.55]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[5.219,-6.275],[14.915,5.331],[-13.853,12.7],[0.01,0.659]],"o":[[-5.886,7.077],[0.056,0.721],[9.26,-8.489],[-4.742,9.065]],"v":[[6.49,6.8],[-25.824,16.314],[11.267,13.754],[21.769,-15.55]]}],"e":[{"i":[[5.215,-6.278],[20.219,9.063],[-12.244,18.143],[0.011,0.659]],"o":[[-5.882,7.08],[0.469,0.313],[9.406,-13.937],[1.76,13.676]],"v":[[11.37,9.418],[-24.693,15.702],[11.771,9.122],[17.755,-20.937]]}]},{"t":16}]},{"ty":"fl","fillEnabled":true,"c":[210,175,26,255],"o":100},{"ty":"tr","p":[82.052,165.109],"a":[0,0],"s":[100,100],"r":0,"o":100}]},{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[-0.264,-5.336],[0.555,-15.505],[-2.639,-8.138],[2.695,12.744],[4.067,-0.057]],"o":[[0.175,3.521],[-0.432,12.092],[2.611,-1.888],[-0.333,-1.577],[-1.683,-1.557]],"v":[[-81.496,-11.618],[-82.139,18.061],[-75.682,41.041],[-73.488,-15.77],[-81.888,-25.04]]}],"e":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[-8.575,-11.229],[0.818,-7.408],[-9.389,-24.888],[2.695,12.744],[18.067,2.443]],"o":[[7.595,9.944],[-1.861,16.862],[2.611,-1.888],[-0.333,-1.577],[-13.183,0.193]],"v":[[-75.996,-12.368],[-80.139,16.561],[-51.682,35.291],[-49.488,1.98],[-65.138,-25.29]]}],"e":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6,"s":[{"i":[[4.425,-5.979],[-1.695,-4.426],[-39.139,-22.888],[3.917,12.423],[18.067,2.443]],"o":[[-7.444,10.058],[6.068,15.842],[0.611,-6.138],[-3.511,-11.135],[-13.183,0.193]],"v":[[-77.246,-17.868],[-80.139,16.561],[-24.432,38.791],[-23.738,-7.52],[-49.888,-27.29]]}],"e":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[4.425,-5.979],[-2.682,-3.908],[-15.389,-19.388],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[7.339,10.693],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-64.996,-18.368],[-66.139,5.311],[-16.932,25.041],[-14.238,-4.02],[-40.388,-28.54]]}],"e":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[4.425,-5.979],[-5.706,-2.579],[-4.639,-12.138],[2.111,8.439],[13.567,1.943]],"o":[[-7.444,10.058],[11.818,5.342],[0.611,-6.138],[-2.833,-11.327],[-4.683,1.193]],"v":[[-39.996,-15.868],[-34.389,3.811],[-0.932,29.541],[0.262,-3.52],[-25.888,-28.04]]}],"e":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[1.732,-4.409],[-1.377,-2.052],[0.54,-13.855],[0.667,8.673],[11.493,0.324]],"o":[[-4.575,11.646],[7.193,10.717],[3.111,-5.388],[-0.945,-12.292],[-4.683,1.193]],"v":[[-18.746,-20.618],[-14.139,-0.939],[-0.432,28.291],[3.012,-2.27],[-8.638,-29.79]]}],"e":[{"i":[[-0.965,-0.629],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[11.493,0.324]],"o":[[5.804,3.783],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-5.621,-28.243],[5.486,-11.814],[7.568,29.791],[11.512,2.23],[-8.638,-29.79]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-0.965,-0.629],[-1.814,-6.586],[0.54,-13.855],[-0.079,15.386],[11.493,0.324]],"o":[[5.804,3.783],[3.724,13.522],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[-5.621,-28.243],[5.486,-11.814],[7.568,29.791],[11.512,2.23],[-8.638,-29.79]]}],"e":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[2.611,-12.263],[0.198,15.385],[11.493,0.324]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-0.333,-25.952],[1.041,0.415]],"v":[[-5.871,-27.243],[7.486,-10.814],[9.068,29.666],[13.012,4.855],[-7.388,-27.665]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":15,"s":[{"i":[[-1.03,-0.494],[-1.814,-6.586],[2.611,-12.263],[0.198,15.385],[11.493,0.324]],"o":[[6.927,3.215],[3.724,13.522],[1.835,-5.644],[-0.333,-25.952],[1.041,0.415]],"v":[[-5.871,-27.243],[7.486,-10.814],[9.068,29.666],[13.012,4.855],[-7.388,-27.665]]}],"e":[{"i":[[-1.094,-0.36],[-2.051,-6.516],[3.611,-13.138],[-0.078,15.386],[11.493,0.324]],"o":[[8.05,2.646],[2.193,6.967],[1.835,-5.644],[0.126,-24.769],[1.041,0.415]],"v":[[0.379,-24.744],[12.736,-8.565],[11.568,33.541],[15.512,5.98],[-4.388,-25.791]]}]},{"t":16}]},{"ty":"fl","fillEnabled":true,"c":[210,175,26,255],"o":100},{"ty":"tr","p":[89.15,59.721],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":2,"outPoint":16,"startTime":2},{"ind":1,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[744.41,161.975,0],"a":[675.727,77.648,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":{"i":[[0,0],[0,0],[-4.79,2.358],[0,6.935],[5.072,2.217],[11.149,0],[0,0]],"o":[[0,0],[9.574,0],[4.787,-2.358],[0,-6.93],[-5.075,-2.214],[0,0],[0,0]],"v":[[-26.372,46.632],[-3.431,46.632],[18.116,43.094],[25.298,29.158],[17.688,15.437],[-6.647,12.113],[-26.372,12.113]]}},{"ty":"sh","closed":true,"ks":{"i":[[0,0],[0,0],[-4.502,2.004],[0,6.646],[4.144,2.144],[9.862,0],[0,0]],"o":[[0,0],[9.289,0],[4.503,-2],[0,-6.647],[-4.147,-2.144],[0,0],[0,0]],"v":[[-26.372,-14.258],[-10.506,-14.258],[10.184,-17.26],[16.938,-30.23],[10.719,-43.417],[-10.292,-46.633],[-26.372,-46.633]]}},{"ty":"sh","closed":true,"ks":{"i":[[20.582,0],[0,0],[0,0],[0,0],[-7.363,-2.429],[-3.718,-4.143],[0,-9.719],[7.575,-5.715],[0.999,-0.499],[2.573,-1.143],[-5.505,-6.359],[0,-9.434],[7.145,-8.004]],"o":[[0,0],[0,0],[0,0],[10.147,0],[7.36,2.432],[6.717,7.719],[0,11.721],[-2.573,2.004],[-1.001,0.503],[9.29,2.003],[5.5,6.362],[0,10.436],[-8.291,9.292]],"v":[[5.788,74.933],[-59.818,74.933],[-59.818,-74.933],[-1.501,-74.933],[24.762,-71.288],[41.379,-61.426],[51.456,-35.269],[40.092,-9.113],[34.732,-5.361],[29.372,-2.895],[51.564,9.647],[59.818,33.339],[49.098,60.997]]}},{"ty":"fl","fillEnabled":true,"c":[255,219,67,255],"o":100},{"ty":"tr","p":[60.067,78.614],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":37,"outPoint":42,"startTime":-41},{"ind":2,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[127.023,160.838,0],"a":[67.851,106.462,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":2,"s":[{"i":[[0,0],[-0.433,1.731],[0.142,3.939],[1.004,1.232],[0,0]],"o":[[0.553,0.038],[0.653,-2.61],[-0.159,-4.417],[-0.591,-0.726],[0,0]],"v":[[-39.329,46.697],[-38.401,46.697],[-37.54,33.902],[-39.088,21.003],[-39.944,21.679]]}],"e":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":4,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-26.444,38.947],[-23.428,38.947],[-20.63,26.152],[-25.66,13.253],[-28.444,13.929]]}],"e":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":6,"s":[{"i":[[0,0],[-1.408,1.731],[0.462,3.939],[3.262,1.232],[0,0]],"o":[[1.796,0.038],[2.123,-2.61],[-0.518,-4.417],[-1.922,-0.726],[0,0]],"v":[[-13.694,45.197],[-2.428,39.947],[0.37,27.152],[-4.66,14.253],[-13.444,11.179]]}],"e":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[0,0],[-5.47,5.788],[-1.088,13.248],[12.142,-3.71],[0,0]],"o":[[0,0],[7.271,-7.694],[0.732,-8.917],[-6.488,1.982],[0,0]],"v":[[-14.194,49.197],[0.572,43.697],[16.62,27.152],[2.09,19.503],[-13.944,15.179]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[0,0],[-8.351,-6.505],[-1.088,13.248],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0.732,-8.917],[-12.639,5.221],[0,0]],"v":[[-10.444,46.947],[10.322,44.447],[28.12,27.152],[9.34,19.753],[-10.444,12.429]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[17.322,45.447],[36.12,29.652],[12.84,17.753],[-7.194,12.429]]}],"e":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":14,"s":[{"i":[[0,0],[-8.351,-6.505],[0,13.293],[11.734,-4.848],[0,0]],"o":[[0,0],[8.351,6.505],[0,-14.365],[-12.639,5.221],[0,0]],"v":[[-7.194,46.947],[20.822,46.947],[43.12,29.152],[17.84,15.753],[-7.194,12.429]]}],"e":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":20,"s":[{"i":[[0,0],[-8.652,5.496],[0,13.293],[11.512,-5.518],[0,0]],"o":[[0,0],[9.78,-6.212],[0,-14.365],[-12.332,5.911],[0,0]],"v":[[-3.444,46.447],[27.572,43.947],[50.87,29.652],[18.34,11.753],[-2.944,10.929]]}],"e":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":24,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-11.194,46.448],[21.822,43.947],[50.37,27.152],[12.59,11.753],[-10.694,10.93]]}],"e":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":27,"s":[{"i":[[0,0],[-10.084,-1.841],[0,13.293],[13.762,3.482],[0,0]],"o":[[0,0],[12.53,2.288],[0,-14.365],[-13.257,-3.354],[0,0]],"v":[[-12.194,46.448],[16.322,44.447],[40.87,29.152],[7.09,12.253],[-11.694,10.93]]}],"e":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":30,"s":[{"i":[[0,0],[-9.716,3.266],[0,13.293],[15.762,-2.018],[0,0]],"o":[[0,0],[12.53,-4.212],[0,-14.365],[-13.564,1.737],[0,0]],"v":[[-12.194,46.448],[11.822,42.947],[35.87,27.652],[7.59,10.753],[-11.694,10.93]]}],"e":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[0,0],[-10.034,4.574],[0,13.293],[15.262,-4.518],[0,0]],"o":[[0,0],[12.53,-5.712],[0,-14.365],[-13.112,3.882],[0,0]],"v":[[-11.694,40.948],[13.322,39.447],[36.37,19.652],[7.59,10.753],[-11.194,9.93]]}],"e":[{"i":[[0,0],[-10.249,0.161],[0,13.293],[11.262,0.482],[0,0]],"o":[[0,0],[13.53,-0.212],[0,-14.365],[-13.662,-0.585],[0,0]],"v":[[-10.194,45.948],[15.822,46.447],[41.37,29.652],[14.59,11.753],[-9.694,12.43]]}]},{"t":37}]},{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":2,"s":[{"i":[[0,0],[-0.692,2.11],[0.058,5.864],[0.866,1.732],[0,0]],"o":[[0,0],[0.591,-1.802],[-0.081,-8.134],[-0.969,-1.939],[0,0]],"v":[[-42.194,-29.872],[-39.601,-35.625],[-38.957,-48.631],[-39.903,-61.247],[-41.776,-62.247]]}],"e":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":4,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-31.944,-18.622],[-25.746,-24.375],[-24.206,-37.381],[-26.467,-49.997],[-30.944,-50.997]]}],"e":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":6,"s":[{"i":[[0,0],[-1.653,2.11],[0.139,5.864],[2.069,1.732],[0,0]],"o":[[0,0],[1.412,-1.802],[-0.193,-8.134],[-2.316,-1.939],[0,0]],"v":[[-15.694,-15.872],[-5.996,-21.125],[-1.456,-33.631],[-6.717,-46.747],[-15.194,-48.247]]}],"e":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[0,0],[-2.844,6.53],[-1.693,5.616],[10.069,-5.018],[0,0]],"o":[[0,0],[2.347,-5.39],[2.054,-6.814],[-8.016,3.995],[0,0]],"v":[[-15.194,-15.372],[0.254,-21.125],[9.294,-29.631],[0.033,-44.247],[-14.194,-47.747]]}],"e":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[0,0],[-3.065,11.673],[-4.193,2.116],[7.045,-7.388],[0,0]],"o":[[0,0],[2.597,-9.89],[11.293,-5.7],[-6.181,6.482],[0,0]],"v":[[-10.444,-15.872],[10.754,-18.875],[22.044,-30.381],[8.033,-46.747],[-10.444,-48.247]]}],"e":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[{"i":[[0,0],[-3.065,11.673],[1.307,10.616],[6.319,-8.018],[0,0]],"o":[[0,0],[2.597,-9.89],[-1.546,-12.555],[-7.387,9.373],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[29.544,-32.381],[13.533,-48.247],[-7.194,-48.247]]}],"e":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.333,"y":0},"n":"0p833_1_0p333_0","t":14,"s":[{"i":[[0,0],[-7.132,9.736],[0,12.221],[10.692,-5.3],[0,0]],"o":[[0,0],[5.418,-7.395],[0,-12.65],[-10.693,5.3],[0,0]],"v":[[-7.194,-15.872],[16.254,-18.875],[36.044,-32.381],[13.533,-48.247],[-7.194,-48.247]]}],"e":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":20,"s":[{"i":[[0,0],[-9.374,7.601],[0.557,12.616],[18.319,-6.518],[0,0]],"o":[[0,0],[10.347,-8.39],[-0.657,-14.87],[-11.244,4.001],[0,0]],"v":[[-3.319,-16.372],[21.004,-15.375],[46.795,-31.881],[18.033,-47.247],[-3.319,-48.265]]}],"e":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":24,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-11.069,-16.371],[15.255,-15.375],[46.795,-34.381],[12.283,-47.247],[-11.069,-48.264]]}],"e":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":27,"s":[{"i":[[0,0],[-11.376,-4.031],[0.557,12.616],[17.569,5.482],[0,0]],"o":[[0,0],[11.597,4.11],[-0.657,-14.87],[-11.393,-3.555],[0,0]],"v":[[-12.069,-16.371],[9.755,-14.875],[34.795,-33.881],[6.783,-46.747],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":30,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-12.069,-16.371],[6.755,-16.375],[31.795,-35.381],[4.783,-47.247],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[0,0],[-11.738,2.805],[0.557,12.616],[15.069,-0.518],[0,0]],"o":[[0,0],[12.097,-2.89],[-0.657,-14.87],[-11.927,0.41],[0,0]],"v":[[-13.569,-20.371],[6.755,-16.375],[29.795,-39.881],[4.783,-47.247],[-12.069,-48.264]]}],"e":[{"i":[[0,0],[-12.068,-0.119],[0.557,12.616],[10.069,0.482],[0,0]],"o":[[0,0],[11.097,0.11],[-0.657,-14.87],[-5.029,-0.241],[0,0]],"v":[[-9.819,-15.121],[11.755,-14.875],[33.795,-31.381],[9.283,-47.747],[-8.569,-47.764]]}]},{"t":37}]},{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":2,"s":[{"i":[[-1.81,1.749],[-0.86,-0.217],[-1.22,-9.917],[-2.482,-13.756],[0,0],[1.583,-5.417],[7.316,-11.263],[0.492,0.237]],"o":[[0.242,0.033],[7.39,-1.467],[0.667,5.423],[0,0],[3.268,16.065],[-2.041,6.984],[0.316,-0.513],[-0.698,-2.846]],"v":[[-43.64,-75.798],[-43.038,-75.798],[-32.816,-52.188],[-36.417,-6.759],[-36.417,-6.33],[-28.981,34.402],[-43.715,75.248],[-43.64,75.248]]}],"e":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":4,"s":[{"i":[[-1.81,1.749],[-2.36,0.033],[-3.6,-9.32],[-2.482,-13.756],[0,0],[2.423,-6.614],[8.066,-0.763],[0.492,0.237]],"o":[[0.242,0.033],[7.779,-0.109],[14.167,36.673],[0,0],[3.268,16.065],[-6.167,16.833],[-1.943,0.184],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-36.288,-76.048],[-16.816,-54.188],[-14.667,-0.009],[-14.667,0.42],[-15.732,34.902],[-40.715,74.998],[-43.64,75.248]]}],"e":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"n":"0p667_1_0p167_0","t":6,"s":[{"i":[[-2.26,1.108],[-12.797,2.457],[-3.583,-9.327],[-2.482,-13.756],[0,0],[-3.167,-7.667],[20.066,-1.013],[0.492,0.237]],"o":[[2.992,-1.467],[7.64,-1.467],[9.719,25.301],[0,0],[3.268,16.065],[6.551,15.86],[-19.927,1.006],[-0.698,-2.846]],"v":[[-43.64,-76.548],[-14.288,-76.298],[11.934,-60.688],[14.833,-1.259],[14.833,-0.83],[21.018,23.152],[-2.464,75.248],[-43.64,75.248]]}],"e":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[-2.284,1.057],[-12.61,3.283],[-3.333,-14.827],[-2.482,-13.756],[0,0],[-3.167,-7.667],[27.816,2.987],[2.186,1.951]],"o":[[7.492,-3.467],[18.213,-4.742],[5.944,26.444],[0,0],[3.268,16.065],[6.551,15.86],[-19.838,-2.13],[-2.187,-1.951]],"v":[[-43.64,-76.548],[-14.288,-76.298],[21.934,-58.438],[21.833,-1.259],[21.833,-0.83],[34.268,28.402],[-1.964,76.998],[-43.64,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-3.333,-14.827],[2.518,-18.006],[0,0],[-3.831,-19.346],[26.503,4.393],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[5.944,26.444],[0,0],[-1.149,21.088],[3.333,16.833],[-19.684,-3.263],[-2.187,-1.951]],"v":[[-41.39,-76.548],[-2.288,-76.798],[34.184,-57.438],[35.833,-4.259],[35.833,-3.83],[44.768,25.902],[20.036,75.498],[-41.39,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":12,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[-4.333,-30.827],[0.518,-15.696],[0,0],[-0.27,-19.72],[25.863,7.267],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[3.772,26.84],[0,0],[-1.149,21.088],[0.333,24.325],[-25.863,-7.268],[-2.187,-1.951]],"v":[[-42.14,-76.548],[13.961,-76.548],[40.185,-50.938],[35.833,-5.009],[35.833,-4.58],[48.518,32.902],[19.535,75.248],[-42.14,75.248]]}],"e":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[-2.211,1.203],[-18.212,4.75],[0.182,-35.577],[0.518,-15.696],[0,0],[-0.27,-19.72],[20.316,5.987],[2.186,1.951]],"o":[[10.813,-5.882],[18.211,-4.749],[-0.138,27.103],[0,0],[-1.149,21.088],[0.333,24.325],[-25.769,-7.594],[-2.187,-1.951]],"v":[[-41.89,-74.548],[13.961,-76.548],[50.185,-46.938],[43.333,-4.509],[43.333,-4.08],[52.518,32.402],[19.535,75.248],[-42.89,75.248]]}],"e":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":20,"s":[{"i":[[10.992,53.783],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.557,2.877]],"o":[[-0.714,-3.493],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-7.258,-37.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.935,-35.188],[52.583,-4.759],[52.583,-4.33],[79.269,35.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":24,"s":[{"i":[[5.992,48.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.433,2.898]],"o":[[-0.439,-3.538],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.758,-38.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[70.685,-35.188],[52.583,-4.759],[52.583,-4.33],[79.019,35.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":27,"s":[{"i":[[-4.008,47.283],[-23.325,-3.498],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.284,2.916]],"o":[[0.301,-3.552],[21.89,3.283],[-1.583,25.173],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[4.242,-43.513]],"v":[[-43.14,-75.548],[32.462,-75.548],[66.685,-34.188],[47.083,-4.259],[47.083,-3.83],[75.019,36.902],[27.035,75.748],[-42.89,75.248]]}],"e":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":30,"s":[{"i":[[7.992,47.783],[-23.325,-3.498],[0.795,-21.872],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[0.34,2.91]],"o":[[-0.588,-3.516],[21.89,3.283],[-0.833,22.923],[0,0],[-0.232,4.065],[-1.417,25.333],[-20.684,1.487],[-5.258,-45.013]],"v":[[-43.14,-75.548],[25.962,-75.048],[63.685,-37.688],[44.083,-5.259],[44.083,-4.83],[71.019,37.402],[24.035,75.248],[-42.89,75.248]]}],"e":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"n":"0p833_1_0p167_0","t":32,"s":[{"i":[[11.992,50.283],[-23.514,1.844],[0.795,-21.872],[-1.107,-6.756],[0,0],[2.104,-37.626],[24.436,-1.757],[0.608,2.866]],"o":[[-0.827,-3.468],[21.89,-1.717],[-0.833,22.923],[0,0],[-0.232,9.565],[-1.417,25.333],[-20.684,1.487],[-9.758,-46.013]],"v":[[-43.14,-75.548],[22.962,-78.548],[61.685,-42.188],[44.333,-6.759],[44.333,-6.33],[72.519,33.902],[24.035,72.748],[-42.89,75.248]]}],"e":[{"i":[[-0.008,1.283],[-23.583,-0.378],[1.374,-21.843],[0.768,-0.506],[0,0],[2.104,-37.626],[24.436,-1.757],[-0.008,0.487]],"o":[[0.242,-0.467],[17.64,0.283],[-1.583,25.173],[0,0],[-0.232,-0.935],[-1.417,25.333],[-20.684,1.487],[0.014,-2.145]],"v":[[-43.14,-75.548],[32.462,-75.548],[68.685,-34.688],[47.083,-2.759],[47.083,-2.33],[76.519,37.402],[27.035,75.748],[-42.89,75.248]]}]},{"t":37}]},{"ty":"fl","fillEnabled":true,"c":[255,219,67,255],"o":100},{"ty":"tr","p":[52.977,108.888],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":2,"outPoint":37,"startTime":2}],"ks":{"o":100,"r":0,"p":[125,137.5,0],"a":[125,137.5,0],"s":[100,100,100]},"inPoint":9,"outPoint":52,"startTime":9}],"totalFrames":73,"frameRate":30,"ff":0,"compWidth":250,"compHeight":275},"assets":[],"v":"2.0.7"}';
\ No newline at end of file
diff --git a/extension/js/animations/folder.js b/extension/js/animations/folder.js
new file mode 100644
index 0000000..e554cd3
--- /dev/null
+++ b/extension/js/animations/folder.js
@@ -0,0 +1 @@
+var folderData = '{"animation":{"layers":[{"ind":0,"ty":"NullLayer","ks":{"o":0,"r":0,"p":[-283,53,0],"a":[0,0,0],"s":[100,100,100]},"inPoint":0,"outPoint":5250,"startTime":0},{"ind":1,"ty":"ShapeLayer","parent":0,"ks":{"o":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":0.333,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":"0p667_0p667_0p333_0p333","t":2,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":13.666,"s":[100],"e":[0]},{"t":15.3333333333333}],"r":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":0.333,"s":[-26],"e":[375]},{"t":16.1663411458333}],"p":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0.333,"s":[336.5,122.5,0],"e":[318.5,62,0],"to":[-3,-10.0833330154419,0],"ti":[3,10.0833330154419,0]},{"t":16.0003255208333}],"a":[170.593,-72.852,0],"s":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":"0p667,0p667,0p667_1,1,0p667_0p333,0p333,0p333_0,0,0p333","t":0.333,"s":[11,11,100],"e":[18,18,100]},{"t":4.50032552083333}]},"shapes":[{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":[255,255,255,255],"o":100},{"ty":"tr","p":[172,-71],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0.33333333333333,"outPoint":5192.83333333333,"startTime":-57.1666666666667},{"ind":2,"ty":"ShapeLayer","parent":0,"ks":{"o":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":2.167,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":"0p667_0p667_0p333_0p333","t":3.834,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":"0p667_1_0p167_0","t":12.167,"s":[100],"e":[0]},{"t":13.8336588541667}],"r":0,"p":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[330,2,0],"e":[317,-34,0],"to":[-2.16666674613953,-6,0],"ti":[2.16666674613953,6,0]},{"t":13.9996744791667}],"a":[213,-45,0],"s":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":"0p667,0p667,0p667_1,1,0p667_0p333,0p333,0p333_0,0,0p333","t":2.167,"s":[9,9,100],"e":[66,66,100]},{"t":5.49967447916667}]},"shapes":[{"ty":"gr","it":[{"ty":"el","s":[17,17],"p":[0,0]},{"ty":"fl","fillEnabled":true,"c":[210,54,65,255],"o":100},{"ty":"tr","p":[213.5,-45.5],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":2.16666666666667,"outPoint":5194.66666666667,"startTime":-55.3333333333333},{"ind":3,"ty":"ShapeLayer","parent":0,"ks":{"o":100,"r":-25,"p":[412,1,0],"a":[159,-83,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},{"ty":"st","fillEnabled":true,"c":[101,201,160,255],"o":100,"w":5},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]},{"ty":"tm","s":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":6,"s":[0],"e":[100]},{"t":9.99967447916667}],"e":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":2.167,"s":[0],"e":[100]},{"t":5.99967447916667}],"o":0,"m":1}],"inPoint":2.16666666666667,"outPoint":5194.66666666667,"startTime":-55.3333333333333},{"ind":4,"ty":"ShapeLayer","parent":0,"ks":{"o":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":4,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":"0p667_0p667_0p333_0p333","t":5.667,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":17.333,"s":[100],"e":[0]},{"t":19}],"r":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":4,"s":[-26],"e":[375]},{"t":19.8330078125}],"p":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":5,"s":[481.5,-2.5,0],"e":[496.5,-35.5,0],"to":[2.5,-5.5,0],"ti":[-2.5,5.5,0]},{"t":19}],"a":[170.593,-72.852,0],"s":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":"0p667,0p667,0p667_1,1,0p667_0p333,0p333,0p333_0,0,0p333","t":4,"s":[11,11,100],"e":[18,18,100]},{"t":8.1669921875}]},"shapes":[{"ty":"gr","it":[{"ty":"fl","fillEnabled":true,"c":[255,255,255,255],"o":100},{"ty":"tr","p":[172,-71],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":4,"outPoint":5196.5,"startTime":-53.5},{"ind":5,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[129.5,205.5,0],"a":[4.5,80.5,0],"s":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":"0p667,0p667,0p667_0p667,1,0p667_0p333,0p333,0p333_0p333,0,0p333","t":0,"s":[100,100,100],"e":[100,83.5,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":"0p667,0p667,0p667_0p667,1,0p667_0p333,0p333,0p333_0p333,0,0p333","t":6,"s":[100,83.5,100],"e":[100,100,100]},{"t":13}]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":{"i":[[11.5,-0.25],[6.753,-8.416],[6.5,-7.875],[-12.52,-0.236],[-14.75,0.5],[0,0],[-9.611,12.314],[8.75,0]],"o":[[-11.5,0.25],[-11.853,14.774],[-9.571,11.596],[13.25,0.25],[14.75,-0.5],[0,0],[8,-10.25],[-8.75,0]],"v":[[-39.5,1.75],[-62.522,14.726],[-97.5,57.25],[-89.75,80.5],[44.25,79.75],[68.5,69],[107,21.5],[97.25,2.5]]}},{"ty":"st","fillEnabled":true,"c":[234,211,168,255],"o":100,"w":2},{"ty":"fl","fillEnabled":true,"c":[210,54,65,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":5250,"startTime":0},{"ind":6,"ty":"ShapeLayer","parent":0,"ks":{"o":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":2.833,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":"0p667_0p667_0p333_0p333","t":4,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":17,"s":[100],"e":[0]},{"t":19.0003255208333}],"r":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":2.833,"s":[0],"e":[263]},{"t":23.0003255208333}],"p":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":3,"s":[364.5,46.5,0],"e":[348.5,-17,0],"to":[-2.66666674613953,-10.5833330154419,0],"ti":[2.66666674613953,10.5833330154419,0]},{"t":19.0003255208333}],"a":[194,-92,0],"s":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":"0p667,0p667,0p667_1,1,0p667_0p333,0p333,0p333_0,0,0p333","t":2,"s":[0,0,100],"e":[87,87,100]},{"t":6.16634114583333}]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[186,-101],[189,-78],[208,-96]]}},{"ty":"fl","fillEnabled":true,"c":[101,201,160,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":2.83333333333333,"outPoint":5195.33333333333,"startTime":-54.6666666666667},{"ind":7,"ty":"ShapeLayer","parent":0,"ks":{"o":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":0.333,"s":[0],"e":[100]},{"i":{"x":[0.667],"y":[0.667]},"o":{"x":[0.333],"y":[0.333]},"n":"0p667_0p667_0p333_0p333","t":2,"s":[100],"e":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"n":"0p667_1_0p167_0","t":10.333,"s":[100],"e":[0]},{"t":12.0003255208333}],"r":0,"p":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0.333,"s":[432,91.5,0],"e":[445.5,40.5,0],"to":[2.25,-8.5,0],"ti":[-2.25,8.5,0]},{"t":12.0003255208333}],"a":[213,-45,0],"s":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":"0p667,0p667,0p667_1,1,0p667_0p333,0p333,0p333_0,0,0p333","t":0.333,"s":[9,9,100],"e":[66,66,100]},{"t":3.66634114583333}]},"shapes":[{"ty":"gr","it":[{"ty":"el","s":[17,17],"p":[0,0]},{"ty":"fl","fillEnabled":true,"c":[101,201,160,255],"o":100},{"ty":"tr","p":[213.5,-45.5],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0.33333333333333,"outPoint":5192.83333333333,"startTime":-57.1666666666667},{"ind":8,"ty":"ShapeLayer","parent":0,"ks":{"o":100,"r":-43,"p":[412,66,0],"a":[159,-83,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[153.549,-83.839],[148.151,-97.055]]}},{"ty":"st","fillEnabled":true,"c":[255,255,255,255],"o":100,"w":5},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0.525,"o":100}]},{"ty":"tm","s":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":5,"s":[0],"e":[100]},{"t":10.0003255208333}],"e":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":0.333,"s":[0],"e":[100]},{"t":5.00032552083333}],"o":0,"m":1}],"inPoint":0.33333333333333,"outPoint":5192.83333333333,"startTime":-57.1666666666667},{"ind":9,"ty":"ShapeLayer","parent":0,"ks":{"o":100,"r":23,"p":[492,66,0],"a":[159,-83,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[160,-82],[160,-99]]}},{"ty":"st","fillEnabled":true,"c":[101,201,160,255],"o":100,"w":5},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]},{"ty":"tm","s":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":4.5,"s":[0],"e":[100]},{"t":8.00032552083333}],"e":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":0.333,"s":[0],"e":[100]},{"t":4.50032552083333}],"o":0,"m":1}],"inPoint":0.33333333333333,"outPoint":5192.83333333333,"startTime":-57.1666666666667},{"ind":10,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[104.5,204,0],"a":[-20.5,79,0],"s":[{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":"0p667,0p667,0p667_0p667,1,0p667_0p333,0p333,0p333_0p333,0,0p333","t":0,"s":[100,100,100],"e":[100,98.699,100]},{"i":{"x":[0.667,0.667,0.667],"y":[0.667,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0.333,0,0.333]},"n":"0p667,0p667,0p667_0p667,1,0p667_0p333,0p333,0p333_0p333,0,0p333","t":6,"s":[100,98.699,100],"e":[100,100,100]},{"t":13}]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[17.5,0],[-0.25,-8.875],[-0.265,-17.75],[-8.125,-0.25],[-17,0],[0,0],[0.625,10.5],[0,0],[4,-0.25],[0,4.375],[0,2.375],[6.375,0.125]],"o":[[-17.5,0],[0.25,8.875],[0.25,16.75],[8.125,0.25],[16.568,0],[0,0],[-0.625,-10.5],[0,0],[-4,0.25],[0,-4.375],[0,-10.512],[-6.375,-0.125]],"v":[[-90.125,-74.625],[-105.375,-56.5],[-104.75,60.375],[-89,79],[46.625,78.875],[64.75,64.25],[64.75,-27.875],[47.75,-44.375],[-21.875,-44.75],[-29,-51.75],[-28.875,-59.125],[-45,-74.75]]}],"e":[{"i":[[17.5,0],[-0.25,-8.875],[-0.265,-17.75],[-8.125,-0.25],[-17,0],[0,0],[0.625,10.5],[0,0],[4,-0.25],[0,4.375],[0,2.375],[6.375,0.125]],"o":[[-17.5,0],[0.25,8.875],[0.25,16.75],[8.125,0.25],[16.568,0],[0,0],[-0.625,-10.5],[0,0],[-4,0.25],[0,-4.375],[0,-10.512],[-6.375,-0.125]],"v":[[-95.125,-75.638],[-110.375,-57.513],[-104.75,60.375],[-89,79],[46.625,78.875],[64.75,64.25],[59.75,-28.888],[42.75,-45.388],[-26.875,-45.763],[-34,-52.763],[-33.875,-60.138],[-50,-75.763]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[{"i":[[17.5,0],[-0.25,-8.875],[-0.265,-17.75],[-8.125,-0.25],[-17,0],[0,0],[0.625,10.5],[0,0],[4,-0.25],[0,4.375],[0,2.375],[6.375,0.125]],"o":[[-17.5,0],[0.25,8.875],[0.25,16.75],[8.125,0.25],[16.568,0],[0,0],[-0.625,-10.5],[0,0],[-4,0.25],[0,-4.375],[0,-10.512],[-6.375,-0.125]],"v":[[-95.125,-75.638],[-110.375,-57.513],[-104.75,60.375],[-89,79],[46.625,78.875],[64.75,64.25],[59.75,-28.888],[42.75,-45.388],[-26.875,-45.763],[-34,-52.763],[-33.875,-60.138],[-50,-75.763]]}],"e":[{"i":[[17.5,0],[-0.25,-8.875],[-0.265,-17.75],[-8.125,-0.25],[-17,0],[0,0],[0.625,10.5],[0,0],[4,-0.25],[0,4.375],[0,2.375],[6.375,0.125]],"o":[[-17.5,0],[0.25,8.875],[0.25,16.75],[8.125,0.25],[16.568,0],[0,0],[-0.625,-10.5],[0,0],[-4,0.25],[0,-4.375],[0,-10.512],[-6.375,-0.125]],"v":[[-90.125,-74.625],[-105.375,-56.5],[-104.75,60.375],[-89,79],[46.625,78.875],[64.75,64.25],[64.75,-27.875],[47.75,-44.375],[-21.875,-44.75],[-29,-51.75],[-28.875,-59.125],[-45,-74.75]]}]},{"t":13}]},{"ty":"st","fillEnabled":true,"c":[234,211,168,255],"o":100,"w":2},{"ty":"fl","fillEnabled":true,"c":[210,54,65,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":5250,"startTime":0}],"totalFrames":21,"frameRate":25,"ff":0,"compWidth":250,"compHeight":250},"assets":[],"v":"2.0.7"}';
\ No newline at end of file
diff --git a/extension/js/animations/radio.js b/extension/js/animations/radio.js
new file mode 100644
index 0000000..fc83520
--- /dev/null
+++ b/extension/js/animations/radio.js
@@ -0,0 +1 @@
+var radioData = '{"animation":{"layers":[{"ind":0,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[100,100,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[{"i":[[23.299,0],[0,0],[-23.396,0],[0,0]],"o":[[-23.201,0],[0,0],[25.604,0],[0,0]],"v":[[0.701,-13.404],[-24,10.158],[-0.104,33.9],[26,9.214]]}],"e":[{"i":[[23.299,0],[0,0],[-23.396,0],[0,0]],"o":[[-23.201,0],[0,0],[25.604,0],[0,0]],"v":[[0.701,-13.904],[-24,10.158],[-0.104,-3.7],[26,9.214]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":32,"s":[{"i":[[23.299,0],[0,0],[-23.396,0],[0,0]],"o":[[-23.201,0],[0,0],[25.604,0],[0,0]],"v":[[0.701,-13.904],[-24,10.158],[-0.104,-3.7],[26,9.214]]}],"e":[{"i":[[23.299,0],[0,0],[-23.396,0],[0,0]],"o":[[-23.201,0],[0,0],[25.604,0],[0,0]],"v":[[0.701,-13.404],[-24,10.158],[-0.104,-13.1],[26,9.214]]}]},{"t":34}]},{"ty":"fl","fillEnabled":true,"c":[210,54,65,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":28,"outPoint":34,"startTime":1},{"ind":1,"ty":"ShapeLayer","parent":3,"ks":{"o":100,"r":0,"p":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":28,"s":[-0.375,12.5,0],"e":[-0.375,10,0],"to":[0,-0.41666665673256,0],"ti":[0,0.41666665673256,0]},{"t":33}],"a":[4.375,7.375,0],"s":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,0.667]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0.333]},"n":"0p667,0p667,0p667_1,1,0p667_0p333,0p333,0p333_0,0,0p333","t":30,"s":[100.14,100.14,100],"e":[189.247,189.247,100]},{"t":37}]},"shapes":[{"ty":"gr","it":[{"ty":"el","s":[22,22],"p":[0,0]},{"ty":"fl","fillEnabled":true,"c":[18,18,18,255],"o":100},{"ty":"tr","p":[5,8],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":28,"outPoint":2728,"startTime":0},{"ind":2,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[98,99,0],"a":[0,0,0],"s":[103.846,103.846,100]},"shapes":[{"ty":"gr","it":[{"ty":"el","s":[47,47],"p":[0,0]},{"ty":"fl","fillEnabled":true,"c":[255,255,255,255],"o":100},{"ty":"tr","p":[2.5,11.5],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":29,"outPoint":2728,"startTime":0},{"ind":3,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[100,100,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":23,"s":[{"i":[[7.141,-0.155],[0,0],[-8,0],[0,0]],"o":[[-5.75,0.125],[0,0],[8,0],[0,0]],"v":[[1.75,7.125],[-3.25,10.25],[1.5,12.5],[8.5,10.125]]}],"e":[{"i":[[9.462,-0.048],[0,0],[-11.323,0.55],[0,0]],"o":[[-9.29,0.047],[0,0],[12.954,-0.629],[0,0]],"v":[[-0.712,6.298],[-15.125,10.079],[-0.927,14.2],[13.375,10.232]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":25,"s":[{"i":[[9.462,-0.048],[0,0],[-11.323,0.55],[0,0]],"o":[[-9.29,0.047],[0,0],[12.954,-0.629],[0,0]],"v":[[-0.712,6.298],[-15.125,10.079],[-0.927,14.2],[13.375,10.232]]}],"e":[{"i":[[24.306,0],[0,0],[-24.408,0],[0,0]],"o":[[-24.205,0],[0,0],[26.711,0],[0,0]],"v":[[0.607,-14.35],[-25.162,10.231],[-0.233,35],[27,9.246]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":27,"s":[{"i":[[24.306,0],[0,0],[-24.408,0],[0,0]],"o":[[-24.205,0],[0,0],[26.711,0],[0,0]],"v":[[0.607,-14.35],[-25.162,10.231],[-0.233,35],[27,9.246]]}],"e":[{"i":[[23.299,0],[0,0],[-23.396,0],[0,0]],"o":[[-23.201,0],[0,0],[25.604,0],[0,0]],"v":[[0.701,-13.404],[-24,10.158],[-0.104,33.9],[26,9.214]]}]},{"t":28}]},{"ty":"fl","fillEnabled":true,"c":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":23,"s":[210,54,65,255],"e":[117,170,101,255]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"n":"0p667_1_0p333_0","t":28,"s":[117,170,101,255],"e":[255,255,255,255]},{"t":29}],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":23,"outPoint":29,"startTime":1},{"ind":4,"ty":"PreCompLayer","compId":"r9yrofe","layers":[{"ind":0,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[100,100,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.09,0.069],[-0.646,-1.215],[-0.827,0.644]],"o":[[-0.181,-0.139],[0.338,0.636],[0.826,-0.643]],"v":[[-52.55,-70.165],[-56.104,-68.157],[-54.004,-68.634]]}],"e":[{"i":[[0.198,0.152],[-1.418,-2.667],[-1.816,1.415]],"o":[[-0.396,-0.305],[0.743,1.397],[1.813,-1.412]],"v":[[-41.158,-71.999],[-48.961,-67.592],[-44.349,-68.638]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0.198,0.152],[-1.418,-2.667],[-1.816,1.415]],"o":[[-0.396,-0.305],[0.743,1.397],[1.813,-1.412]],"v":[[-41.158,-71.999],[-48.961,-67.592],[-44.349,-68.638]]}],"e":[{"i":[[0.137,0.209],[-0.599,-6.057],[-2.278,-0.331]],"o":[[-0.275,-0.418],[0.322,3.259],[3.372,0.49]],"v":[[-24.757,-67.873],[-42.072,-69.759],[-34.872,-68.49]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0.137,0.209],[-0.599,-6.057],[-2.278,-0.331]],"o":[[-0.275,-0.418],[0.322,3.259],[3.372,0.49]],"v":[[-24.757,-67.873],[-42.072,-69.759],[-34.872,-68.49]]}],"e":[{"i":[[0.005,0.062],[0.604,-1.394],[-0.457,-0.349]],"o":[[-0.009,-0.124],[-0.325,0.75],[0.676,0.516]],"v":[[-21.7,-64.252],[-25.302,-67.437],[-23.407,-65.734]]}]},{"t":16}]},{"ty":"fl","fillEnabled":true,"c":[210,54,65,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":10,"outPoint":16,"startTime":0},{"ind":1,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[93,86,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":5,"s":[{"i":[[0,0],[-1.432,-0.716]],"o":[[-0.5,0],[3,1.5]],"v":[[-84,-46.5],[-86,-42]]}],"e":[{"i":[[-1.25,2.25],[-3.083,-1.321]],"o":[[-0.5,0],[3.5,1.5]],"v":[[-84.5,-50.5],[-87,-40]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[{"i":[[-1.25,2.25],[-3.083,-1.321]],"o":[[-0.5,0],[3.5,1.5]],"v":[[-84.5,-50.5],[-87,-40]]}],"e":[{"i":[[-1.25,2.25],[-3.25,0.25]],"o":[[-0.5,0],[4.897,-0.377]],"v":[[-85.75,-49.25],[-88.25,-37.75]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[-1.25,2.25],[-3.25,0.25]],"o":[[-0.5,0],[4.897,-0.377]],"v":[[-85.75,-49.25],[-88.25,-37.75]]}],"e":[{"i":[[-1.25,2.25],[-1,-0.25]],"o":[[-0.5,0],[1.213,0.303]],"v":[[-88.5,-35.5],[-89.25,-35.25]]}]},{"t":9}]},{"ty":"fl","fillEnabled":true,"c":[210,54,65,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":5,"outPoint":9,"startTime":-1},{"ind":2,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[100,100,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[{"i":[[0,0],[-1.432,-0.716]],"o":[[-0.5,0],[3,1.5]],"v":[[-76.5,-56.5],[-78.5,-52]]}],"e":[{"i":[[-1.25,2.25],[-3.083,-1.321]],"o":[[-0.5,0],[3.5,1.5]],"v":[[-82.5,-56],[-86,-45.5]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[-1.25,2.25],[-3.083,-1.321]],"o":[[-0.5,0],[3.5,1.5]],"v":[[-82.5,-56],[-86,-45.5]]}],"e":[{"i":[[-1.25,2.25],[-3.083,-1.321]],"o":[[-0.5,0],[3.5,1.5]],"v":[[-85.25,-50.25],[-88.75,-38.25]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[-1.25,2.25],[-3.083,-1.321]],"o":[[-0.5,0],[3.5,1.5]],"v":[[-85.25,-50.25],[-88.75,-38.25]]}],"e":[{"i":[[-1.25,2.25],[-1,-0.25]],"o":[[-0.5,0],[1.213,0.303]],"v":[[-88.5,-30.5],[-89.25,-30.25]]}]},{"t":12}]},{"ty":"fl","fillEnabled":true,"c":[210,54,65,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":6,"outPoint":12,"startTime":0},{"ind":3,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[107.5,100,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[8,5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[-0.323,12.586]],"o":[[-7.737,-4.836],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[0.5,-19.5]],"v":[[-123.5,-45.5],[-157.5,-17.5],[-153.5,-10.5],[-156.5,3.5],[-148,-4.5],[-141,-10.5]]}],"e":[{"i":[[8,5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[-0.323,12.586]],"o":[[-7.737,-4.836],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[0.5,-19.5]],"v":[[-103.5,-45.5],[-137.5,-17.5],[-133.5,-10.5],[-136.5,3.5],[-128,-4.5],[-121,-10.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[8,5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[-0.323,12.586]],"o":[[-7.737,-4.836],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[0.5,-19.5]],"v":[[-103.5,-45.5],[-137.5,-17.5],[-133.5,-10.5],[-136.5,3.5],[-128,-4.5],[-121,-10.5]]}],"e":[{"i":[[8,5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[-0.323,12.586]],"o":[[-7.737,-4.836],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[0.5,-19.5]],"v":[[-91,-64],[-125,-36],[-121,-29],[-124,-15],[-115.5,-23],[-108.5,-29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[8,5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[-0.323,12.586]],"o":[[-7.737,-4.836],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[0.5,-19.5]],"v":[[-91,-64],[-125,-36],[-121,-29],[-124,-15],[-115.5,-23],[-108.5,-29]]}],"e":[{"i":[[9,6.5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[0.572,12.577]],"o":[[-9.243,-6.676],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[-0.5,-11]],"v":[[-65.5,-83.5],[-90.5,-69.5],[-86.5,-62.5],[-89.5,-48.5],[-81,-56.5],[-74,-62.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[9,6.5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[0.572,12.577]],"o":[[-9.243,-6.676],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[-0.5,-11]],"v":[[-65.5,-83.5],[-90.5,-69.5],[-86.5,-62.5],[-89.5,-48.5],[-81,-56.5],[-74,-62.5]]}],"e":[{"i":[[-4.359,6.103],[16.492,-4.123],[-7,6],[-4.567,2.854],[-8,15],[-5,0.5]],"o":[[5,-7],[-14,3.5],[4.634,-3.972],[8,-5],[5.691,-10.671],[4.28,-0.428]],"v":[[-31,-79],[-63.5,-90.5],[-76,-79.5],[-82.5,-68.5],[-74,-67],[-56,-82]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-4.359,6.103],[16.492,-4.123],[-7,6],[-4.567,2.854],[-8,15],[-5,0.5]],"o":[[5,-7],[-14,3.5],[4.634,-3.972],[8,-5],[5.691,-10.671],[4.28,-0.428]],"v":[[-31,-79],[-63.5,-90.5],[-76,-79.5],[-82.5,-68.5],[-74,-67],[-56,-82]]}],"e":[{"i":[[-5.311,8.018],[11.138,3.231],[-7.648,-5.148],[-2.189,-4.92],[-2.243,-15.016],[-13.115,-3.535]],"o":[[3.953,-5.968],[-13.859,-4.021],[7.793,5.246],[3.383,7.603],[0.861,5.767],[8.876,2.393]],"v":[[9.878,-65.969],[-20.229,-87.295],[-43.798,-85.356],[-56.494,-75.168],[-35.967,-70.493],[-15.819,-76.499]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-5.311,8.018],[11.138,3.231],[-7.648,-5.148],[-2.189,-4.92],[-2.243,-15.016],[-13.115,-3.535]],"o":[[3.953,-5.968],[-13.859,-4.021],[7.793,5.246],[3.383,7.603],[0.861,5.767],[8.876,2.393]],"v":[[9.878,-65.969],[-20.229,-87.295],[-43.798,-85.356],[-56.494,-75.168],[-35.967,-70.493],[-15.819,-76.499]]}],"e":[{"i":[[-9.378,2.134],[8.729,8.295],[-4.353,-8.127],[-6.506,-4.332],[-15.533,1.493],[-13.181,-8.501]],"o":[[11.122,-2.531],[-10.461,-9.941],[1.798,3.356],[8.331,5.547],[10.376,-0.997],[15.065,9.717]],"v":[[20.879,-37.469],[1.771,-78.795],[-29.798,-87.356],[-38.994,-79.668],[-29.467,-72.993],[-2.819,-67.999]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-9.378,2.134],[8.729,8.295],[-4.353,-8.127],[-6.506,-4.332],[-15.533,1.493],[-13.181,-8.501]],"o":[[11.122,-2.531],[-10.461,-9.941],[1.798,3.356],[8.331,5.547],[10.376,-0.997],[15.065,9.717]],"v":[[20.879,-37.469],[1.771,-78.795],[-29.798,-87.356],[-38.994,-79.668],[-29.467,-72.993],[-2.819,-67.999]]}],"e":[{"i":[[-6.836,-0.768],[2.686,12.075],[3.607,-8.485],[4.994,-5.332],[9.284,-3.266],[-2.095,-15.544]],"o":[[8.622,0.969],[-3.271,-14.705],[-2.702,6.356],[-3.6,3.843],[-17.033,5.993],[1.819,13.499]],"v":[[13.378,-4.969],[18.271,-42.795],[0.702,-78.356],[-17.494,-78.668],[-11.467,-62.493],[7.181,-38.999]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-6.836,-0.768],[2.686,12.075],[3.607,-8.485],[4.994,-5.332],[9.284,-3.266],[-2.095,-15.544]],"o":[[8.622,0.969],[-3.271,-14.705],[-2.702,6.356],[-3.6,3.843],[-17.033,5.993],[1.819,13.499]],"v":[[13.378,-4.969],[18.271,-42.795],[0.702,-78.356],[-17.494,-78.668],[-11.467,-62.493],[7.181,-38.999]]}],"e":[{"i":[[-8.378,-5.031],[-2.104,14.244],[7.382,-9.019],[5.994,-11.332],[6.047,0.161],[1.319,-21.501]],"o":[[8.708,5.229],[1.729,-11.705],[-5.202,6.356],[-2.462,4.654],[-19.033,-0.507],[-0.521,8.485]],"v":[[3.878,8.031],[20.271,-20.795],[19.702,-49.356],[7.006,-63.168],[5.533,-46.493],[9.681,-20.499]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-8.378,-5.031],[-2.104,14.244],[7.382,-9.019],[5.994,-11.332],[6.047,0.161],[1.319,-21.501]],"o":[[8.708,5.229],[1.729,-11.705],[-5.202,6.356],[-2.462,4.654],[-19.033,-0.507],[-0.521,8.485]],"v":[[3.878,8.031],[20.271,-20.795],[19.702,-49.356],[7.006,-63.168],[5.533,-46.493],[9.681,-20.499]]}],"e":[{"i":[[-6.791,-4.362],[-3.771,4.795],[9.298,-4.644],[8.994,-2.332],[5.358,-2.806],[2.698,-7.208]],"o":[[4.622,2.969],[7.315,-9.3],[-7.348,3.67],[-5.097,1.321],[-9.533,4.993],[-3.181,8.499]],"v":[[-4.122,10.531],[10.271,1.705],[18.702,-16.356],[15.006,-29.668],[8.033,-18.993],[3.681,-5.999]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-6.791,-4.362],[-3.771,4.795],[9.298,-4.644],[8.994,-2.332],[5.358,-2.806],[2.698,-7.208]],"o":[[4.622,2.969],[7.315,-9.3],[-7.348,3.67],[-5.097,1.321],[-9.533,4.993],[-3.181,8.499]],"v":[[-4.122,10.531],[10.271,1.705],[18.702,-16.356],[15.006,-29.668],[8.033,-18.993],[3.681,-5.999]]}],"e":[{"i":[[-0.307,-0.704],[-0.617,0.437],[1.814,-0.004],[1.779,-0.145],[1.144,0.201],[1.062,-1.029]],"o":[[0.365,0.837],[0.934,-0.663],[-1.578,0.004],[-1.008,0.082],[-1.331,-0.233],[-0.512,0.496]],"v":[[-8.267,10.202],[-5.496,9.842],[-3.314,7.87],[-3.891,5.369],[-5.595,7.349],[-7.032,9.047]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-0.307,-0.704],[-0.617,0.437],[1.814,-0.004],[1.779,-0.145],[1.144,0.201],[1.062,-1.029]],"o":[[0.365,0.837],[0.934,-0.663],[-1.578,0.004],[-1.008,0.082],[-1.331,-0.233],[-0.512,0.496]],"v":[[-8.267,10.202],[-5.496,9.842],[-3.314,7.87],[-3.891,5.369],[-5.595,7.349],[-7.032,9.047]]}],"e":[{"i":[[-0.131,-0.757],[-0.754,0.033],[-0.929,1.435],[1.016,1.256],[0.97,-0.224],[0.907,-0.422]],"o":[[0.267,1.548],[1.371,0.408],[0.064,-0.37],[-0.636,-0.786],[-1.271,0.457],[-0.646,0.3]],"v":[[-11.392,9.702],[-7.871,12.467],[-2.814,10.87],[-1.766,9.369],[-5.97,6.974],[-9.032,7.797]]}]},{"t":23}]},{"ty":"fl","fillEnabled":true,"c":[210,54,65,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":23,"startTime":0}],"ks":{"o":100,"r":0,"p":[102,116,0],"a":[100,100,0],"s":[-100,-100,100]},"inPoint":0,"outPoint":23,"startTime":0},{"ind":5,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[100,100,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0.09,0.069],[-0.646,-1.215],[-0.827,0.644]],"o":[[-0.181,-0.139],[0.338,0.636],[0.826,-0.643]],"v":[[-52.55,-70.165],[-56.104,-68.157],[-54.004,-68.634]]}],"e":[{"i":[[0.198,0.152],[-1.418,-2.667],[-1.816,1.415]],"o":[[-0.396,-0.305],[0.743,1.397],[1.813,-1.412]],"v":[[-41.158,-71.999],[-48.961,-67.592],[-44.349,-68.638]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[0.198,0.152],[-1.418,-2.667],[-1.816,1.415]],"o":[[-0.396,-0.305],[0.743,1.397],[1.813,-1.412]],"v":[[-41.158,-71.999],[-48.961,-67.592],[-44.349,-68.638]]}],"e":[{"i":[[0.137,0.209],[-0.599,-6.057],[-2.278,-0.331]],"o":[[-0.275,-0.418],[0.322,3.259],[3.372,0.49]],"v":[[-24.757,-67.873],[-42.072,-69.759],[-34.872,-68.49]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0.137,0.209],[-0.599,-6.057],[-2.278,-0.331]],"o":[[-0.275,-0.418],[0.322,3.259],[3.372,0.49]],"v":[[-24.757,-67.873],[-42.072,-69.759],[-34.872,-68.49]]}],"e":[{"i":[[0.005,0.062],[0.604,-1.394],[-0.457,-0.349]],"o":[[-0.009,-0.124],[-0.325,0.75],[0.676,0.516]],"v":[[-21.7,-64.252],[-25.302,-67.437],[-23.407,-65.734]]}]},{"t":16}]},{"ty":"fl","fillEnabled":true,"c":[210,54,65,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":10,"outPoint":16,"startTime":0},{"ind":6,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[93,86,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":5,"s":[{"i":[[0,0],[-1.432,-0.716]],"o":[[-0.5,0],[3,1.5]],"v":[[-84,-46.5],[-86,-42]]}],"e":[{"i":[[-1.25,2.25],[-3.083,-1.321]],"o":[[-0.5,0],[3.5,1.5]],"v":[[-84.5,-50.5],[-87,-40]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[{"i":[[-1.25,2.25],[-3.083,-1.321]],"o":[[-0.5,0],[3.5,1.5]],"v":[[-84.5,-50.5],[-87,-40]]}],"e":[{"i":[[-1.25,2.25],[-3.25,0.25]],"o":[[-0.5,0],[4.897,-0.377]],"v":[[-85.75,-49.25],[-88.25,-37.75]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[-1.25,2.25],[-3.25,0.25]],"o":[[-0.5,0],[4.897,-0.377]],"v":[[-85.75,-49.25],[-88.25,-37.75]]}],"e":[{"i":[[-1.25,2.25],[-1,-0.25]],"o":[[-0.5,0],[1.213,0.303]],"v":[[-88.5,-35.5],[-89.25,-35.25]]}]},{"t":9}]},{"ty":"fl","fillEnabled":true,"c":[210,54,65,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":5,"outPoint":9,"startTime":-1},{"ind":7,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[100,100,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[{"i":[[0,0],[-1.432,-0.716]],"o":[[-0.5,0],[3,1.5]],"v":[[-76.5,-56.5],[-78.5,-52]]}],"e":[{"i":[[-1.25,2.25],[-3.083,-1.321]],"o":[[-0.5,0],[3.5,1.5]],"v":[[-82.5,-56],[-86,-45.5]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":8,"s":[{"i":[[-1.25,2.25],[-3.083,-1.321]],"o":[[-0.5,0],[3.5,1.5]],"v":[[-82.5,-56],[-86,-45.5]]}],"e":[{"i":[[-1.25,2.25],[-3.083,-1.321]],"o":[[-0.5,0],[3.5,1.5]],"v":[[-85.25,-50.25],[-88.75,-38.25]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[-1.25,2.25],[-3.083,-1.321]],"o":[[-0.5,0],[3.5,1.5]],"v":[[-85.25,-50.25],[-88.75,-38.25]]}],"e":[{"i":[[-1.25,2.25],[-1,-0.25]],"o":[[-0.5,0],[1.213,0.303]],"v":[[-88.5,-30.5],[-89.25,-30.25]]}]},{"t":12}]},{"ty":"fl","fillEnabled":true,"c":[210,54,65,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":6,"outPoint":12,"startTime":0},{"ind":8,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[107.5,100,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[8,5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[-0.323,12.586]],"o":[[-7.737,-4.836],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[0.5,-19.5]],"v":[[-123.5,-45.5],[-157.5,-17.5],[-153.5,-10.5],[-156.5,3.5],[-148,-4.5],[-141,-10.5]]}],"e":[{"i":[[8,5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[-0.323,12.586]],"o":[[-7.737,-4.836],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[0.5,-19.5]],"v":[[-103.5,-45.5],[-137.5,-17.5],[-133.5,-10.5],[-136.5,3.5],[-128,-4.5],[-121,-10.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":2,"s":[{"i":[[8,5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[-0.323,12.586]],"o":[[-7.737,-4.836],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[0.5,-19.5]],"v":[[-103.5,-45.5],[-137.5,-17.5],[-133.5,-10.5],[-136.5,3.5],[-128,-4.5],[-121,-10.5]]}],"e":[{"i":[[8,5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[-0.323,12.586]],"o":[[-7.737,-4.836],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[0.5,-19.5]],"v":[[-91,-64],[-125,-36],[-121,-29],[-124,-15],[-115.5,-23],[-108.5,-29]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3,"s":[{"i":[[8,5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[-0.323,12.586]],"o":[[-7.737,-4.836],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[0.5,-19.5]],"v":[[-91,-64],[-125,-36],[-121,-29],[-124,-15],[-115.5,-23],[-108.5,-29]]}],"e":[{"i":[[9,6.5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[0.572,12.577]],"o":[[-9.243,-6.676],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[-0.5,-11]],"v":[[-65.5,-83.5],[-90.5,-69.5],[-86.5,-62.5],[-89.5,-48.5],[-81,-56.5],[-74,-62.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":5,"s":[{"i":[[9,6.5],[1,-2],[-7,6],[-5,-2],[-3,1.5],[0.572,12.577]],"o":[[-9.243,-6.676],[-2.236,4.472],[4.634,-3.972],[5,2],[3.406,-1.703],[-0.5,-11]],"v":[[-65.5,-83.5],[-90.5,-69.5],[-86.5,-62.5],[-89.5,-48.5],[-81,-56.5],[-74,-62.5]]}],"e":[{"i":[[-4.359,6.103],[16.492,-4.123],[-7,6],[-4.567,2.854],[-8,15],[-5,0.5]],"o":[[5,-7],[-14,3.5],[4.634,-3.972],[8,-5],[5.691,-10.671],[4.28,-0.428]],"v":[[-31,-79],[-63.5,-90.5],[-76,-79.5],[-82.5,-68.5],[-74,-67],[-56,-82]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":8,"s":[{"i":[[-4.359,6.103],[16.492,-4.123],[-7,6],[-4.567,2.854],[-8,15],[-5,0.5]],"o":[[5,-7],[-14,3.5],[4.634,-3.972],[8,-5],[5.691,-10.671],[4.28,-0.428]],"v":[[-31,-79],[-63.5,-90.5],[-76,-79.5],[-82.5,-68.5],[-74,-67],[-56,-82]]}],"e":[{"i":[[-5.311,8.018],[11.138,3.231],[-7.648,-5.148],[-2.189,-4.92],[-2.243,-15.016],[-13.115,-3.535]],"o":[[3.953,-5.968],[-13.859,-4.021],[7.793,5.246],[3.383,7.603],[0.861,5.767],[8.876,2.393]],"v":[[9.878,-65.969],[-20.229,-87.295],[-43.798,-85.356],[-56.494,-75.168],[-35.967,-70.493],[-15.819,-76.499]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":11,"s":[{"i":[[-5.311,8.018],[11.138,3.231],[-7.648,-5.148],[-2.189,-4.92],[-2.243,-15.016],[-13.115,-3.535]],"o":[[3.953,-5.968],[-13.859,-4.021],[7.793,5.246],[3.383,7.603],[0.861,5.767],[8.876,2.393]],"v":[[9.878,-65.969],[-20.229,-87.295],[-43.798,-85.356],[-56.494,-75.168],[-35.967,-70.493],[-15.819,-76.499]]}],"e":[{"i":[[-9.378,2.134],[8.729,8.295],[-4.353,-8.127],[-6.506,-4.332],[-15.533,1.493],[-13.181,-8.501]],"o":[[11.122,-2.531],[-10.461,-9.941],[1.798,3.356],[8.331,5.547],[10.376,-0.997],[15.065,9.717]],"v":[[20.879,-37.469],[1.771,-78.795],[-29.798,-87.356],[-38.994,-79.668],[-29.467,-72.993],[-2.819,-67.999]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12,"s":[{"i":[[-9.378,2.134],[8.729,8.295],[-4.353,-8.127],[-6.506,-4.332],[-15.533,1.493],[-13.181,-8.501]],"o":[[11.122,-2.531],[-10.461,-9.941],[1.798,3.356],[8.331,5.547],[10.376,-0.997],[15.065,9.717]],"v":[[20.879,-37.469],[1.771,-78.795],[-29.798,-87.356],[-38.994,-79.668],[-29.467,-72.993],[-2.819,-67.999]]}],"e":[{"i":[[-6.836,-0.768],[2.686,12.075],[3.607,-8.485],[4.994,-5.332],[9.284,-3.266],[-2.095,-15.544]],"o":[[8.622,0.969],[-3.271,-14.705],[-2.702,6.356],[-3.6,3.843],[-17.033,5.993],[1.819,13.499]],"v":[[13.378,-4.969],[18.271,-42.795],[0.702,-78.356],[-17.494,-78.668],[-11.467,-62.493],[7.181,-38.999]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[-6.836,-0.768],[2.686,12.075],[3.607,-8.485],[4.994,-5.332],[9.284,-3.266],[-2.095,-15.544]],"o":[[8.622,0.969],[-3.271,-14.705],[-2.702,6.356],[-3.6,3.843],[-17.033,5.993],[1.819,13.499]],"v":[[13.378,-4.969],[18.271,-42.795],[0.702,-78.356],[-17.494,-78.668],[-11.467,-62.493],[7.181,-38.999]]}],"e":[{"i":[[-8.378,-5.031],[-2.104,14.244],[7.382,-9.019],[5.994,-11.332],[6.047,0.161],[1.319,-21.501]],"o":[[8.708,5.229],[1.729,-11.705],[-5.202,6.356],[-2.462,4.654],[-19.033,-0.507],[-0.521,8.485]],"v":[[3.878,8.031],[20.271,-20.795],[19.702,-49.356],[7.006,-63.168],[5.533,-46.493],[9.681,-20.499]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16,"s":[{"i":[[-8.378,-5.031],[-2.104,14.244],[7.382,-9.019],[5.994,-11.332],[6.047,0.161],[1.319,-21.501]],"o":[[8.708,5.229],[1.729,-11.705],[-5.202,6.356],[-2.462,4.654],[-19.033,-0.507],[-0.521,8.485]],"v":[[3.878,8.031],[20.271,-20.795],[19.702,-49.356],[7.006,-63.168],[5.533,-46.493],[9.681,-20.499]]}],"e":[{"i":[[-6.791,-4.362],[-3.771,4.795],[9.298,-4.644],[8.994,-2.332],[5.358,-2.806],[2.698,-7.208]],"o":[[4.622,2.969],[7.315,-9.3],[-7.348,3.67],[-5.097,1.321],[-9.533,4.993],[-3.181,8.499]],"v":[[-4.122,10.531],[10.271,1.705],[18.702,-16.356],[15.006,-29.668],[8.033,-18.993],[3.681,-5.999]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":18,"s":[{"i":[[-6.791,-4.362],[-3.771,4.795],[9.298,-4.644],[8.994,-2.332],[5.358,-2.806],[2.698,-7.208]],"o":[[4.622,2.969],[7.315,-9.3],[-7.348,3.67],[-5.097,1.321],[-9.533,4.993],[-3.181,8.499]],"v":[[-4.122,10.531],[10.271,1.705],[18.702,-16.356],[15.006,-29.668],[8.033,-18.993],[3.681,-5.999]]}],"e":[{"i":[[-0.307,-0.704],[-0.617,0.437],[1.814,-0.004],[1.779,-0.145],[1.144,0.201],[1.062,-1.029]],"o":[[0.365,0.837],[0.934,-0.663],[-1.578,0.004],[-1.008,0.082],[-1.331,-0.233],[-0.512,0.496]],"v":[[-8.267,10.202],[-5.496,9.842],[-3.314,7.87],[-3.891,5.369],[-5.595,7.349],[-7.032,9.047]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":21,"s":[{"i":[[-0.307,-0.704],[-0.617,0.437],[1.814,-0.004],[1.779,-0.145],[1.144,0.201],[1.062,-1.029]],"o":[[0.365,0.837],[0.934,-0.663],[-1.578,0.004],[-1.008,0.082],[-1.331,-0.233],[-0.512,0.496]],"v":[[-8.267,10.202],[-5.496,9.842],[-3.314,7.87],[-3.891,5.369],[-5.595,7.349],[-7.032,9.047]]}],"e":[{"i":[[-0.131,-0.757],[-0.754,0.033],[-0.929,1.435],[1.016,1.256],[0.97,-0.224],[0.907,-0.422]],"o":[[0.267,1.548],[1.371,0.408],[0.064,-0.37],[-0.636,-0.786],[-1.271,0.457],[-0.646,0.3]],"v":[[-11.392,9.702],[-7.871,12.467],[-2.814,10.87],[-1.766,9.369],[-5.97,6.974],[-9.032,7.797]]}]},{"t":23}]},{"ty":"fl","fillEnabled":true,"c":[210,54,65,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":24,"startTime":0}],"totalFrames":38,"frameRate":30,"ff":0,"compWidth":200,"compHeight":200},"assets":[],"v":"2.0.7"}';
\ No newline at end of file
diff --git a/extension/js/animations/rendering.js b/extension/js/animations/rendering.js
new file mode 100644
index 0000000..cdc599e
--- /dev/null
+++ b/extension/js/animations/rendering.js
@@ -0,0 +1 @@
+var renderingData = '{"animation":{"layers":[{"ind":0,"ty":"ShapeLayer","parent":11,"ks":{"o":100,"r":-88,"p":[-34,11,0],"a":[34,11,0],"s":[-100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":56,"s":[{"i":[[0,0],[-5.467,1.924],[0,-0.5]],"o":[[0,0],[5.976,-2.103],[0.5,0.5]],"v":[[37,9],[50.025,0.439],[67.711,-0.265]]}],"e":[{"i":[[0,0],[-5.313,-2.315],[0,-0.5]],"o":[[0,0],[5.277,2.299],[0.5,0.5]],"v":[[36.43,10.981],[57.915,3.717],[51.929,36.206]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60,"s":[{"i":[[0,0],[-5.313,-2.315],[0,-0.5]],"o":[[0,0],[5.277,2.299],[0.5,0.5]],"v":[[36.43,10.981],[57.915,3.717],[51.929,36.206]]}],"e":[{"i":[[0,0],[-5.313,-2.315],[0,-0.5]],"o":[[0,0],[5.277,2.299],[0.5,0.5]],"v":[[36.43,10.981],[57.915,3.717],[51.929,36.206]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":101,"s":[{"i":[[0,0],[-5.313,-2.315],[0,-0.5]],"o":[[0,0],[5.277,2.299],[0.5,0.5]],"v":[[36.43,10.981],[57.915,3.717],[51.929,36.206]]}],"e":[{"i":[[0,0],[-5.201,2.557],[-0.059,-0.496]],"o":[[0,0],[5.685,-2.795],[0.556,0.437]],"v":[[37.293,9.357],[49.213,-0.685],[66.692,-3.477]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":106,"s":[{"i":[[0,0],[-5.201,2.557],[-0.059,-0.496]],"o":[[0,0],[5.685,-2.795],[0.556,0.437]],"v":[[37.293,9.357],[49.213,-0.685],[66.692,-3.477]]}],"e":[{"i":[[0,0],[-5.467,1.924],[0,-0.5]],"o":[[0,0],[5.976,-2.103],[0.5,0.5]],"v":[[37,9],[50.025,0.439],[67.711,-0.265]]}]},{"t":110}]},{"ty":"st","fillEnabled":true,"c":[210,54,65,255],"o":100,"w":5},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":1,"ty":"ShapeLayer","parent":11,"ks":{"o":100,"r":0,"p":[34,11,0],"a":[34,11,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":56,"s":[{"i":[[0,0],[0.516,-5.677],[0,-0.5]],"o":[[0,0],[-0.5,5.5],[0.5,0.5]],"v":[[37,16.5],[47,37],[32.25,47]]}],"e":[{"i":[[0,0],[0.516,-5.677],[0,-0.5]],"o":[[0,0],[-0.5,5.5],[0.5,0.5]],"v":[[37,16.5],[47,31.5],[29.25,30]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":60,"s":[{"i":[[0,0],[0.516,-5.677],[0,-0.5]],"o":[[0,0],[-0.5,5.5],[0.5,0.5]],"v":[[37,16.5],[47,31.5],[29.25,30]]}],"e":[{"i":[[0,0],[0.516,-5.677],[0,-0.5]],"o":[[0,0],[-0.5,5.5],[0.5,0.5]],"v":[[37,16.5],[47,31.5],[29.25,30]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[{"i":[[0,0],[0.516,-5.677],[0,-0.5]],"o":[[0,0],[-0.5,5.5],[0.5,0.5]],"v":[[37,16.5],[47,31.5],[29.25,30]]}],"e":[{"i":[[0,0],[0.516,-5.677],[0,-0.5]],"o":[[0,0],[-0.5,5.5],[0.5,0.5]],"v":[[37,16.5],[47,37.5],[32.25,47.75]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[{"i":[[0,0],[0.516,-5.677],[0,-0.5]],"o":[[0,0],[-0.5,5.5],[0.5,0.5]],"v":[[37,16.5],[47,37.5],[32.25,47.75]]}],"e":[{"i":[[0,0],[0.516,-5.677],[0,-0.5]],"o":[[0,0],[-0.5,5.5],[0.5,0.5]],"v":[[37,16.5],[47,37],[32.25,47]]}]},{"t":109}]},{"ty":"st","fillEnabled":true,"c":[210,54,65,255],"o":100,"w":5},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":2,"ty":"SolidLayer","ks":{"o":100,"r":0,"p":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":56,"s":[131.875,147.25,0],"e":[131.875,133.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"n":"0p667_0p667_0p333_0p333","t":60,"s":[131.875,133.25,0],"e":[131.875,133.25,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[131.875,133.25,0],"e":[131.875,148.75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":105,"s":[131.875,148.75,0],"e":[131.875,147.25,0],"to":[0,0,0],"ti":[0,0,0]},{"t":109}],"a":[126,101,0],"s":[79.542,79.542,100]},"hasMask":true,"masksProperties":[{"cl":true,"inv":false,"mode":"f","pt":{"i":[[0,0],[0,0],[14.5,0],[0,0],[0,0],[-12.5,0],[0,0],[0,0],[0,17.875]],"o":[[0,0],[0,0],[-14.5,0],[0,0],[0,0],[12.5,0],[0,0],[0,0],[0,-18.5]],"v":[[113,84.031],[113,78.031],[90.531,73.469],[70.063,77.656],[70,122.531],[90.75,126.531],[113,122.531],[113,116.131],[130,100.781]]},"o":100},{"cl":true,"inv":false,"mode":"f","pt":{"i":[[0,0],[0,0],[0,-11.333]],"o":[[0,0],[0,0],[0,10.95]],"v":[[113,109.155],[113,91.148],[123.845,100.58]]},"o":100}],"width":200,"height":200,"color":"#000000","inPoint":0,"outPoint":2728,"startTime":0},{"ind":3,"ty":"ShapeLayer","ks":{"o":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":23,"s":[0],"e":[45]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":29,"s":[45],"e":[45]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":58,"s":[45],"e":[0]},{"t":66}],"r":-16,"p":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[106,128.5,0],"e":[106,71.25,0],"to":[0,-9.54166698455811,0],"ti":[0,9.54166698455811,0]},{"t":83}],"a":[0,0,0],"s":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":"0p833,0p833,0p833_0p833,0p833,0p833_0p167,0p167,0p167_0p167,0p167,0p167","t":23,"s":[3,3,100],"e":[30,30,100]},{"t":40}]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":23,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26.213,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29.426,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32.639,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35.851,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":39.063,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42.276,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45.489,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48.702,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51.915,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":55.128,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58.341,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61.553,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64.766,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67.979,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71.191,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74.404,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77.617,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80.83,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":84.043,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87.255,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90.468,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93.681,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96.894,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":100.106,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":103.319,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":106.532,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109.745,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":112.957,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116.17,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":119.383,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":122.596,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125.809,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":129.021,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":132.234,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135.447,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":138.659,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":141.872,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":145.085,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":148.298,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":151.511,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":154.724,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":157.937,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":161.149,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":164.361,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":167.574,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":170.787,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"t":174}]},{"ty":"fl","fillEnabled":true,"c":[72,64,67,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":23,"outPoint":2751,"startTime":23},{"ind":4,"ty":"ShapeLayer","ks":{"o":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":10,"s":[0],"e":[45]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":16,"s":[45],"e":[45]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":56,"s":[45],"e":[0]},{"t":64}],"r":-16,"p":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[106,128.5,0],"e":[106,71.25,0],"to":[0,-9.54166698455811,0],"ti":[0,9.54166698455811,0]},{"t":73}],"a":[0,0,0],"s":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":"0p833,0p833,0p833_0p833,0p833,0p833_0p167,0p167,0p167_0p167,0p167,0p167","t":10,"s":[3,3,100],"e":[41,41,100]},{"t":27}]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":13.213,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.426,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.639,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.851,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":26.063,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":29.276,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32.489,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35.702,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38.915,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":42.128,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":45.341,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48.553,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51.766,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54.979,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":58.191,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61.404,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64.617,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67.83,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":71.043,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":74.255,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77.468,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80.681,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83.894,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":87.106,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":90.319,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93.532,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96.745,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99.957,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":103.17,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":106.383,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109.596,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":112.809,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":116.021,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":119.234,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":122.447,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125.659,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":128.872,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":132.085,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":135.298,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":138.511,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":141.724,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":144.937,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":148.149,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":151.361,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":154.574,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":157.787,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"t":161}]},{"ty":"fl","fillEnabled":true,"c":[72,64,67,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":10,"outPoint":2738,"startTime":10},{"ind":5,"ty":"ShapeLayer","ks":{"o":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":0,"s":[0],"e":[45]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":6,"s":[45],"e":[45]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"n":"0p833_0p833_0p167_0p167","t":55,"s":[45],"e":[0]},{"t":63}],"r":-16,"p":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[102,128.5,0],"e":[102,52.25,0],"to":[0,-12.7083330154419,0],"ti":[0,12.7083330154419,0]},{"t":63}],"a":[0,0,0],"s":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":"0p833,0p833,0p833_0p833,0p833,0p833_0p167,0p167,0p167_0p167,0p167,0p167","t":0,"s":[3,3,100],"e":[57,57,100]},{"t":17}]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":3.213,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":6.426,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":9.639,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":12.851,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":16.063,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":19.276,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":22.489,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":25.702,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":28.915,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":32.128,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":35.341,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":38.553,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":41.766,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":44.979,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":48.191,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":51.404,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":54.617,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":57.83,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":61.043,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":64.255,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":67.468,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":70.681,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":73.894,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":77.106,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":80.319,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":83.532,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":86.745,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":89.957,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":93.17,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":96.383,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":99.596,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":102.809,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":106.021,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":109.234,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":112.447,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":115.659,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":118.872,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":122.085,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":125.298,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":128.511,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":131.724,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":134.937,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":138.149,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":141.361,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":144.574,"s":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}],"e":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":147.787,"s":[{"i":[[8.484,-1.677],[0,0],[1.546,-6.623],[0,0],[1,-7.5],[0,0],[0.692,-7.535],[-7,-0.497],[0,0],[-1.765,9.114],[0,0],[-1,8],[0,0],[0.685,9.976],[0,0]],"o":[[-6.867,1.357],[0,0],[-0.991,4.247],[0,0],[-0.946,7.096],[0,0],[-0.432,4.706],[10.503,0.746],[0,0],[1.714,-8.849],[0,0],[1,-8],[0,0],[-0.351,-5.108],[0,0]],"v":[[16.343,-84.98],[11.931,-73.902],[-0.109,-64.592],[3.5,-53],[-3.5,-43],[-0.5,-31],[-7.702,-16.43],[2.542,-6.007],[13.448,-18.327],[26.594,-28.495],[23.89,-42.038],[31.864,-49.977],[27.837,-60.408],[34.818,-70.919],[24.837,-77.908]]}],"e":[{"i":[[5.447,-1.83],[0,0],[2.979,-8.273],[0,0],[1.588,-5.229],[0,0],[1.021,-7.497],[-7,-0.497],[0,0],[-2.959,9.72],[0,0],[-1,8],[0,0],[3.291,6.647],[0,0]],"o":[[-5.51,1.851],[0,0],[-2.899,8.05],[0,0],[-2.08,6.85],[0,0],[-1.116,8.198],[10.503,0.746],[0,0],[2.625,-8.623],[0,0],[1,-8],[0,0],[-2.814,-5.684],[0,0]],"v":[[15.438,-83.414],[11.931,-73.902],[-1.372,-66.551],[5.216,-51.824],[-2.446,-42.698],[0.405,-32.566],[-9.902,-15.92],[2.78,-3.657],[14.291,-18.085],[27.527,-27.771],[23.89,-42.038],[33.221,-50.729],[26.873,-60.228],[33.373,-72.245],[23.782,-76.613]]}]},{"t":151}]},{"ty":"fl","fillEnabled":true,"c":[72,64,67,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":6,"ty":"ShapeLayer","parent":8,"ks":{"o":100,"r":0,"p":[9.716,-13,0],"a":[0,0,0],"s":[114.302,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":56,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-14.875,24.328],[-1.5,24.328]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-8.75,15],[-7.25,15]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":59,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-8.75,15],[-7.25,15]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-8.75,15],[-7.25,15]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":100,"s":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-8.75,15],[-7.25,15]]}],"e":[{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-14.875,24.328],[-1.5,24.328]]}]},{"t":103}]},{"ty":"st","fillEnabled":true,"c":[0,0,0,255],"o":100,"w":4},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":7,"ty":"ShapeLayer","parent":11,"ks":{"o":100,"r":0,"p":[37.5,10,0],"a":[0,0,0],"s":[87.487,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":4,"s":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}],"e":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}],"e":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":9,"s":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}],"e":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}],"e":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":56,"s":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}],"e":[{"i":[[5.5,0],[-0.093,-5.999],[-6,0],[0,3]],"o":[[-5.5,0],[0.068,4.375],[6,0],[0,-3]],"v":[[-20.938,-21.625],[-26.5,-14],[-20.928,-12.375],[-16,-13]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":58,"s":[{"i":[[5.5,0],[-0.093,-5.999],[-6,0],[0,3]],"o":[[-5.5,0],[0.068,4.375],[6,0],[0,-3]],"v":[[-20.938,-21.625],[-26.5,-14],[-20.928,-12.375],[-16,-13]]}],"e":[{"i":[[5.5,0],[-0.093,-5.999],[-6,0],[0,3]],"o":[[-5.5,0],[0.068,4.375],[6,0],[0,-3]],"v":[[-20.938,-21.625],[-26.5,-14],[-20.928,-12.375],[-16,-13]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":93,"s":[{"i":[[5.5,0],[-0.093,-5.999],[-6,0],[0,3]],"o":[[-5.5,0],[0.068,4.375],[6,0],[0,-3]],"v":[[-20.938,-21.625],[-26.5,-14],[-20.928,-12.375],[-16,-13]]}],"e":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-14.5],[-31.644,-15.5],[-21.786,-11.75],[-13.142,-14.5]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":95,"s":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-14.5],[-31.644,-15.5],[-21.786,-11.75],[-13.142,-14.5]]}],"e":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-14.5],[-31.644,-15.5],[-21.786,-11.75],[-13.142,-14.5]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":99,"s":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-14.5],[-31.644,-15.5],[-21.786,-11.75],[-13.142,-14.5]]}],"e":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}]},{"t":101}]},{"ty":"fl","fillEnabled":true,"c":[0,0,0,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":8,"ty":"ShapeLayer","parent":11,"ks":{"o":100,"r":0,"p":[2,10,0],"a":[0,0,0],"s":[87.487,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":4,"s":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}],"e":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}],"e":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":9,"s":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-2],[-31.644,-3],[-21.786,0.75],[-13.142,-2]]}],"e":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":11,"s":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}],"e":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":56,"s":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}],"e":[{"i":[[5.5,0],[-0.093,-5.999],[-6,0],[0,3]],"o":[[-5.5,0],[0.068,4.375],[6,0],[0,-3]],"v":[[-20.938,-21.625],[-26.5,-14],[-20.928,-12.375],[-16,-13]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":58,"s":[{"i":[[5.5,0],[-0.093,-5.999],[-6,0],[0,3]],"o":[[-5.5,0],[0.068,4.375],[6,0],[0,-3]],"v":[[-20.938,-21.625],[-26.5,-14],[-20.928,-12.375],[-16,-13]]}],"e":[{"i":[[5.5,0],[-0.093,-5.999],[-6,0],[0,3]],"o":[[-5.5,0],[0.068,4.375],[6,0],[0,-3]],"v":[[-20.938,-21.625],[-26.5,-14],[-20.928,-12.375],[-16,-13]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":93,"s":[{"i":[[5.5,0],[-0.093,-5.999],[-6,0],[0,3]],"o":[[-5.5,0],[0.068,4.375],[6,0],[0,-3]],"v":[[-20.938,-21.625],[-26.5,-14],[-20.928,-12.375],[-16,-13]]}],"e":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-14.5],[-31.644,-15.5],[-21.786,-11.75],[-13.142,-14.5]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":95,"s":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-14.5],[-31.644,-15.5],[-21.786,-11.75],[-13.142,-14.5]]}],"e":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-14.5],[-31.644,-15.5],[-21.786,-11.75],[-13.142,-14.5]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":99,"s":[{"i":[[5.5,0],[-0.075,0],[-6,0],[-0.574,1.5]],"o":[[-5.5,0],[-0.075,3],[6,0],[0.372,-0.972]],"v":[[-21.795,-14.5],[-31.644,-15.5],[-21.786,-11.75],[-13.142,-14.5]]}],"e":[{"i":[[5.5,0],[0,-6],[-6,0],[0,3]],"o":[[-5.5,0],[0,6],[6,0],[0,-3]],"v":[[-20.938,-21],[-26.5,-10],[-21.5,0.5],[-16,-9]]}]},{"t":101}]},{"ty":"fl","fillEnabled":true,"c":[0,0,0,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":9,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[100,100,0],"a":[0,0,0],"s":[-100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":{"i":[[0,0],[0,-8.5],[0,0],[0,0]],"o":[[0,0],[0,8.5],[0,0],[0,0]],"v":[[-16.5,48.5],[-23.5,67],[-21.563,87.5],[-29,87.688]]}},{"ty":"st","fillEnabled":true,"c":[210,54,65,255],"o":100,"w":6},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":10,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[100,100,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":{"i":[[0,0],[0,-8.5],[0,0],[0,0]],"o":[[0,0],[0,8.5],[0,0],[0,0]],"v":[[-16.5,48.5],[-23.5,67],[-21.563,87.5],[-29,87.688]]}},{"ty":"st","fillEnabled":true,"c":[210,54,65,255],"o":100,"w":6},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":11,"ty":"ShapeLayer","ks":{"o":100,"r":0,"p":[100,100,0],"a":[0,0,0],"s":[100,100,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":{"i":[[37,0],[-1,-27.25],[-18,0],[0.5,26]],"o":[[-37,0],[0.953,25.983],[18,0],[-0.577,-29.994]],"v":[[0,-53],[-38,17.25],[1,55],[39.5,15]]}},{"ty":"fl","fillEnabled":true,"c":[210,54,65,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0}],"totalFrames":151,"frameRate":30,"ff":0,"compWidth":200,"compHeight":200},"assets":[],"v":"2.0.7"}';
\ No newline at end of file
diff --git a/extension/js/animations/sucess.js b/extension/js/animations/sucess.js
new file mode 100644
index 0000000..1a3d17d
--- /dev/null
+++ b/extension/js/animations/sucess.js
@@ -0,0 +1 @@
+var successData = '{"animation":{"layers":[{"ind":0,"ty":"ShapeLayer","parent":4,"ks":{"o":100,"r":191,"p":[-94.828,13.846,0],"a":[87.099,-45.617,0],"s":[-336.468,315.337,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[{"i":[[0,0],[0.773,-1.21],[2.355,-4.135],[-0.09,-0.288],[-1.783,-1.163]],"o":[[0,0],[-1.58,2.472],[-2.654,4.66],[0.908,-0.042],[-0.5,0.5]],"v":[[101.704,-65.785],[101.337,-60.312],[79.416,-58.406],[87.175,-40.4],[88.471,-40.123]]}],"e":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[46.493,2.23],[58.493,-3.27],[63.493,-21.27],[79.493,-26.77],[93.993,-43.77]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[46.493,2.23],[58.493,-3.27],[63.493,-21.27],[79.493,-26.77],[93.993,-43.77]]}],"e":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[53.102,0.854],[54.456,-13.778],[71.188,-20.376],[77.967,-39.163],[96.489,-43.155]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[53.102,0.854],[54.456,-13.778],[71.188,-20.376],[77.967,-39.163],[96.489,-43.155]]}],"e":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[43.996,1.615],[55.996,-3.885],[60.996,-21.885],[76.996,-27.385],[91.496,-44.385]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[43.996,1.615],[55.996,-3.885],[60.996,-21.885],[76.996,-27.385],[91.496,-44.385]]}],"e":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[45.612,-0.991],[46.966,-15.623],[63.699,-22.221],[70.478,-41.008],[89,-45]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[45.612,-0.991],[46.966,-15.623],[63.699,-22.221],[70.478,-41.008],[89,-45]]}],"e":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[41.5,1],[53.5,-4.5],[58.5,-22.5],[74.5,-28],[89,-45]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[41.5,1],[53.5,-4.5],[58.5,-22.5],[74.5,-28],[89,-45]]}],"e":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[45.612,-0.991],[46.966,-15.623],[63.699,-22.221],[70.478,-41.008],[89,-45]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[45.612,-0.991],[46.966,-15.623],[63.699,-22.221],[70.478,-41.008],[89,-45]]}],"e":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[41.5,1],[53.5,-4.5],[58.5,-22.5],[74.5,-28],[89,-45]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[41.5,1],[53.5,-4.5],[58.5,-22.5],[74.5,-28],[89,-45]]}],"e":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[45.612,-0.991],[46.966,-15.623],[63.699,-22.221],[70.478,-41.008],[89,-45]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":38,"s":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[45.612,-0.991],[46.966,-15.623],[63.699,-22.221],[70.478,-41.008],[89,-45]]}],"e":[{"i":[[0,0],[0.773,-1.21],[2.355,-4.135],[-0.09,-0.288],[-1.783,-1.163]],"o":[[0,0],[-1.58,2.472],[-2.654,4.66],[0.908,-0.042],[-0.5,0.5]],"v":[[102.207,-65.681],[101.84,-60.208],[80.171,-58.249],[87.175,-40.4],[88.471,-40.123]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[{"i":[[0,0],[0.773,-1.21],[2.355,-4.135],[-0.09,-0.288],[-1.783,-1.163]],"o":[[0,0],[-1.58,2.472],[-2.654,4.66],[0.908,-0.042],[-0.5,0.5]],"v":[[102.207,-65.681],[101.84,-60.208],[80.171,-58.249],[87.175,-40.4],[88.471,-40.123]]}],"e":[{"i":[[0,0],[0.773,-1.21],[2.355,-4.135],[-0.09,-0.288],[-1.783,-1.163]],"o":[[0,0],[-1.58,2.472],[-2.654,4.66],[0.908,-0.042],[-0.5,0.5]],"v":[[101.704,-65.785],[101.337,-60.312],[79.416,-58.406],[87.175,-40.4],[88.471,-40.123]]}]},{"t":49}]},{"ty":"st","fillEnabled":true,"c":[101,201,160,255],"o":100,"w":6},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":1,"ty":"ShapeLayer","parent":4,"ks":{"o":100,"r":167,"p":[186.207,13.846,0],"a":[87.099,-45.617,0],"s":[336.468,315.337,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":6,"s":[{"i":[[0,0],[0.773,-1.21],[2.355,-4.135],[-0.09,-0.288],[-1.783,-1.163]],"o":[[0,0],[-1.58,2.472],[-2.654,4.66],[0.908,-0.042],[-0.5,0.5]],"v":[[101.704,-65.785],[101.337,-60.312],[79.416,-58.406],[87.175,-40.4],[88.471,-40.123]]}],"e":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[46.493,2.23],[58.493,-3.27],[63.493,-21.27],[79.493,-26.77],[93.993,-43.77]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":10,"s":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[46.493,2.23],[58.493,-3.27],[63.493,-21.27],[79.493,-26.77],[93.993,-43.77]]}],"e":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[53.102,0.854],[54.456,-13.778],[71.188,-20.376],[77.967,-39.163],[96.489,-43.155]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[53.102,0.854],[54.456,-13.778],[71.188,-20.376],[77.967,-39.163],[96.489,-43.155]]}],"e":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[43.996,1.615],[55.996,-3.885],[60.996,-21.885],[76.996,-27.385],[91.496,-44.385]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":18,"s":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[43.996,1.615],[55.996,-3.885],[60.996,-21.885],[76.996,-27.385],[91.496,-44.385]]}],"e":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[45.612,-0.991],[46.966,-15.623],[63.699,-22.221],[70.478,-41.008],[89,-45]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":22,"s":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[45.612,-0.991],[46.966,-15.623],[63.699,-22.221],[70.478,-41.008],[89,-45]]}],"e":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[41.5,1],[53.5,-4.5],[58.5,-22.5],[74.5,-28],[89,-45]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":26,"s":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[41.5,1],[53.5,-4.5],[58.5,-22.5],[74.5,-28],[89,-45]]}],"e":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[45.612,-0.991],[46.966,-15.623],[63.699,-22.221],[70.478,-41.008],[89,-45]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":30,"s":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[45.612,-0.991],[46.966,-15.623],[63.699,-22.221],[70.478,-41.008],[89,-45]]}],"e":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[41.5,1],[53.5,-4.5],[58.5,-22.5],[74.5,-28],[89,-45]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":34,"s":[{"i":[[0,0],[-4,7],[-5.232,5.755],[-4.759,4.283],[-14.5,-3.5]],"o":[[0,0],[3.663,-6.41],[5,-5.5],[5,-4.5],[-0.5,0.5]],"v":[[41.5,1],[53.5,-4.5],[58.5,-22.5],[74.5,-28],[89,-45]]}],"e":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[45.612,-0.991],[46.966,-15.623],[63.699,-22.221],[70.478,-41.008],[89,-45]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":38,"s":[{"i":[[0,0],[-5.559,5.992],[-6.135,4.801],[-4.786,4.254],[-9.097,-1.388]],"o":[[0,0],[4.782,-5.154],[4.983,-3.899],[5.02,-4.462],[-0.5,0.5]],"v":[[45.612,-0.991],[46.966,-15.623],[63.699,-22.221],[70.478,-41.008],[89,-45]]}],"e":[{"i":[[0,0],[0.773,-1.21],[2.355,-4.135],[-0.09,-0.288],[-1.783,-1.163]],"o":[[0,0],[-1.58,2.472],[-2.654,4.66],[0.908,-0.042],[-0.5,0.5]],"v":[[102.203,-65.662],[101.837,-60.189],[80.165,-58.221],[87.175,-40.4],[88.471,-40.123]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":45,"s":[{"i":[[0,0],[0.773,-1.21],[2.355,-4.135],[-0.09,-0.288],[-1.783,-1.163]],"o":[[0,0],[-1.58,2.472],[-2.654,4.66],[0.908,-0.042],[-0.5,0.5]],"v":[[102.203,-65.662],[101.837,-60.189],[80.165,-58.221],[87.175,-40.4],[88.471,-40.123]]}],"e":[{"i":[[0,0],[0.773,-1.21],[2.355,-4.135],[-0.09,-0.288],[-1.783,-1.163]],"o":[[0,0],[-1.58,2.472],[-2.654,4.66],[0.908,-0.042],[-0.5,0.5]],"v":[[101.704,-65.785],[101.337,-60.312],[79.416,-58.406],[87.175,-40.4],[88.471,-40.123]]}]},{"t":49}]},{"ty":"st","fillEnabled":true,"c":[101,201,160,255],"o":100,"w":6},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":2,"ty":"ShapeLayer","parent":7,"ks":{"o":100,"r":0,"p":[18.75,-5.75,0],"a":[-23.162,6.985,0],"s":[68,68,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[6,0],[0,-4.008],[-5.5,0],[0,5.5]],"o":[[-5.5,0],[0,4.25],[5.506,0],[0,-5.5]],"v":[[-16.147,-5.728],[-21.081,6.956],[-16.147,20.772],[-10.647,6.772]]}],"e":[{"i":[[6,0],[0,-4.008],[-5.5,0],[0,5.5]],"o":[[-5.5,0],[0,4.25],[5.506,0],[0,-5.5]],"v":[[-16.147,1.625],[-21.081,14.309],[-16.147,28.125],[-10.647,14.125]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":4,"s":[{"i":[[6,0],[0,-4.008],[-5.5,0],[0,5.5]],"o":[[-5.5,0],[0,4.25],[5.506,0],[0,-5.5]],"v":[[-16.147,1.625],[-21.081,14.309],[-16.147,28.125],[-10.647,14.125]]}],"e":[{"i":[[6,0],[0,-4.008],[-5.5,0],[0,5.5]],"o":[[-5.5,0],[0,4.25],[5.506,0],[0,-5.5]],"v":[[-16.147,1.625],[-21.081,14.309],[-16.147,28.125],[-10.647,14.125]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[{"i":[[6,0],[0,-4.008],[-5.5,0],[0,5.5]],"o":[[-5.5,0],[0,4.25],[5.506,0],[0,-5.5]],"v":[[-16.147,1.625],[-21.081,14.309],[-16.147,28.125],[-10.647,14.125]]}],"e":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,0.706],[-26.044,13.022],[-16.331,4.779],[-7.89,12.838]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":9,"s":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,0.706],[-26.044,13.022],[-16.331,4.779],[-7.89,12.838]]}],"e":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,0.706],[-26.044,13.022],[-16.331,4.779],[-7.89,12.838]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,0.706],[-26.044,13.022],[-16.331,4.779],[-7.89,12.838]]}],"e":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,11.735],[-26.044,24.051],[-16.331,15.809],[-7.89,23.868]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,11.735],[-26.044,24.051],[-16.331,15.809],[-7.89,23.868]]}],"e":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,0.706],[-26.044,13.022],[-16.331,4.779],[-7.89,12.838]]}]},{"t":29}]},{"ty":"fl","fillEnabled":true,"c":[0,0,0,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":3,"ty":"ShapeLayer","parent":7,"ks":{"o":100,"r":0,"p":[-26.25,-5.75,0],"a":[-23.162,6.985,0],"s":[68,68,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":true,"ks":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":0,"s":[{"i":[[6,0],[0,-4.008],[-5.5,0],[0,5.5]],"o":[[-5.5,0],[0,4.25],[5.506,0],[0,-5.5]],"v":[[-16.147,-5.728],[-21.081,6.956],[-16.147,20.772],[-10.647,6.772]]}],"e":[{"i":[[6,0],[0,-4.008],[-5.5,0],[0,5.5]],"o":[[-5.5,0],[0,4.25],[5.506,0],[0,-5.5]],"v":[[-16.147,1.625],[-21.081,14.309],[-16.147,28.125],[-10.647,14.125]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":4,"s":[{"i":[[6,0],[0,-4.008],[-5.5,0],[0,5.5]],"o":[[-5.5,0],[0,4.25],[5.506,0],[0,-5.5]],"v":[[-16.147,1.625],[-21.081,14.309],[-16.147,28.125],[-10.647,14.125]]}],"e":[{"i":[[6,0],[0,-4.008],[-5.5,0],[0,5.5]],"o":[[-5.5,0],[0,4.25],[5.506,0],[0,-5.5]],"v":[[-16.147,1.625],[-21.081,14.309],[-16.147,28.125],[-10.647,14.125]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":7,"s":[{"i":[[6,0],[0,-4.008],[-5.5,0],[0,5.5]],"o":[[-5.5,0],[0,4.25],[5.506,0],[0,-5.5]],"v":[[-16.147,1.625],[-21.081,14.309],[-16.147,28.125],[-10.647,14.125]]}],"e":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,0.706],[-26.044,13.022],[-16.331,4.779],[-7.89,12.838]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":9,"s":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,0.706],[-26.044,13.022],[-16.331,4.779],[-7.89,12.838]]}],"e":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,0.706],[-26.044,13.022],[-16.331,4.779],[-7.89,12.838]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":14,"s":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,0.706],[-26.044,13.022],[-16.331,4.779],[-7.89,12.838]]}],"e":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,11.735],[-26.044,24.051],[-16.331,15.809],[-7.89,23.868]]}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"n":"0p667_1_0p333_0","t":24,"s":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,11.735],[-26.044,24.051],[-16.331,15.809],[-7.89,23.868]]}],"e":[{"i":[[10.632,-0.338],[-3.184,0.213],[-7.382,-0.735],[-0.015,0.029]],"o":[[-11.08,0.352],[0.493,0.213],[6.566,0.654],[4.029,-0.338]],"v":[[-17.066,0.706],[-26.044,13.022],[-16.331,4.779],[-7.89,12.838]]}]},{"t":29}]},{"ty":"fl","fillEnabled":true,"c":[0,0,0,255],"o":100},{"ty":"tr","p":[0,0],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":4,"ty":"NullLayer","ks":{"o":0,"r":0,"p":[{"i":{"x":0.19,"y":1},"o":{"x":0.792,"y":0},"n":"0p19_1_0p792_0","t":4,"s":[100.5,123.5,0],"e":[100.5,76,0],"to":[0,-7.91666650772095,0],"ti":[0,0,0]},{"i":{"x":0.19,"y":1},"o":{"x":0.838,"y":0},"n":"0p19_1_0p838_0","t":10,"s":[100.5,76,0],"e":[100.5,75,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.19,"y":1},"o":{"x":0.838,"y":0},"n":"0p19_1_0p838_0","t":12,"s":[100.5,75,0],"e":[100.5,76,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.838,"y":0},"n":"0_1_0p838_0","t":14,"s":[100.5,76,0],"e":[100.5,123.5,0],"to":[0,0,0],"ti":[0,-7.91666650772095,0]},{"t":24}],"a":[44.828,50.769,0],"s":[29,32.5,100]},"inPoint":0,"outPoint":2728,"startTime":0},{"ind":5,"ty":"ShapeLayer","parent":4,"ks":{"o":100,"r":0,"p":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[48.276,90.769,0],"e":[48.276,106.154,0],"to":[0,2.56410264968872,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[48.276,106.154,0],"e":[48.276,90.769,0],"to":[0,0,0],"ti":[0,2.56410264968872,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[48.276,90.769,0],"e":[48.276,90.769,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[48.276,90.769,0],"e":[48.276,90.769,0],"to":[0,0,0],"ti":[0,0,0]},{"t":24}],"a":[1.092,27.854,0],"s":[{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":"0p833,0p833,0p833_0p833,0p833,0p833_0p167,0p167,0p167_0p167,0p167,0p167","t":0,"s":[315.69,281.692,100],"e":[315.69,260.036,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":"0p833,0p833,0p833_0p833,0p833,0p833_0p167,0p167,0p167_0p167,0p167,0p167","t":4,"s":[315.69,260.036,100],"e":[274.822,291.687,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":"0p833,0p833,0p833_0p833,0p833,0p833_0p167,0p167,0p167_0p167,0p167,0p167","t":10,"s":[274.822,291.687,100],"e":[274.822,291.687,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":"0p833,0p833,0p833_0p833,0p833,0p833_0p167,0p167,0p167_0p167,0p167,0p167","t":14,"s":[274.822,291.687,100],"e":[315.69,260.036,100]},{"i":{"x":[0.833,0.833,0.833],"y":[0.833,0.833,0.833]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,0.167]},"n":"0p833,0p833,0p833_0p833,0p833,0p833_0p167,0p167,0p167_0p167,0p167,0p167","t":24,"s":[315.69,260.036,100],"e":[315.69,281.692,100]},{"t":29}]},"shapes":[{"ty":"gr","it":[{"ty":"el","s":[94.5,94.5],"p":[0,0]},{"ty":"fl","fillEnabled":true,"c":[101,201,160,255],"o":100},{"ty":"tr","p":[0.25,-17.25],"a":[0,0],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":6,"ty":"ShapeLayer","parent":4,"ks":{"o":100,"r":0,"p":[98.276,69.231,0],"a":[-14.5,19.5,0],"s":[-344.828,307.692,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-13.5,53.5],[-13.5,86],[-23.5,86]]}],"e":[{"i":[[0,0],[-0.546,-11.748],[0,0],[0,0]],"o":[[0,0],[0.5,10.75],[0,0],[0,0]],"v":[[-13.5,19],[-26.25,51],[-13.5,86],[-23.5,86]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[-0.546,-11.748],[0,0],[0,0]],"o":[[0,0],[0.5,10.75],[0,0],[0,0]],"v":[[-13.5,19],[-26.25,51],[-13.5,86],[-23.5,86]]}],"e":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-13.5,53.5],[-13.5,86],[-14.5,96.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-13.5,53.5],[-13.5,86],[-14.5,96.5]]}],"e":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-13.5,53.5],[-13.5,86],[-14.5,96.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-13.5,53.5],[-13.5,86],[-14.5,96.5]]}],"e":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-18.75,53.5],[-13.5,86],[-23.5,86]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-18.75,53.5],[-13.5,86],[-23.5,86]]}],"e":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-13.5,53.5],[-13.5,86],[-23.5,86]]}]},{"t":28}]},{"ty":"st","fillEnabled":true,"c":[101,201,160,255],"o":100,"w":6},{"ty":"tr","p":[-15.5,19.5],"a":[-15.5,19.5],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0},{"ind":7,"ty":"ShapeLayer","parent":4,"ks":{"o":100,"r":0,"p":[-6.897,69.231,0],"a":[-14.5,19.5,0],"s":[344.828,307.692,100]},"shapes":[{"ty":"gr","it":[{"ty":"sh","closed":false,"ks":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-13.5,53.5],[-13.5,86],[-23.5,86]]}],"e":[{"i":[[0,0],[-0.546,-11.748],[0,0],[0,0]],"o":[[0,0],[0.5,10.75],[0,0],[0,0]],"v":[[-13.5,19],[-26.25,51],[-13.5,86],[-23.5,86]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":4,"s":[{"i":[[0,0],[-0.546,-11.748],[0,0],[0,0]],"o":[[0,0],[0.5,10.75],[0,0],[0,0]],"v":[[-13.5,19],[-26.25,51],[-13.5,86],[-23.5,86]]}],"e":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-13.5,53.5],[-13.5,86],[-14.5,96.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":10,"s":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-13.5,53.5],[-13.5,86],[-14.5,96.5]]}],"e":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-13.5,53.5],[-13.5,86],[-14.5,96.5]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":14,"s":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-13.5,53.5],[-13.5,86],[-14.5,96.5]]}],"e":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-18.75,53.5],[-13.5,86],[-23.5,86]]}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":24,"s":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-18.75,53.5],[-13.5,86],[-23.5,86]]}],"e":[{"i":[[0,0],[0,-16.5],[0,0],[0,0]],"o":[[0,0],[0,16.5],[0,0],[0,0]],"v":[[-13.5,19],[-13.5,53.5],[-13.5,86],[-23.5,86]]}]},{"t":28}]},{"ty":"st","fillEnabled":true,"c":[101,201,160,255],"o":100,"w":6},{"ty":"tr","p":[-15.5,19.5],"a":[-15.5,19.5],"s":[100,100],"r":0,"o":100}]}],"inPoint":0,"outPoint":2728,"startTime":0}],"totalFrames":60,"frameRate":30,"ff":0,"compWidth":200,"compHeight":200},"assets":[],"v":"2.0.7"}';
\ No newline at end of file
diff --git a/extension/js/controllers/CompRenderController.js b/extension/js/controllers/CompRenderController.js
new file mode 100644
index 0000000..822f63f
--- /dev/null
+++ b/extension/js/controllers/CompRenderController.js
@@ -0,0 +1,142 @@
+/*jslint vars: true, plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global $, renderingData, folderData, bodymovin */
+var compRenderController = (function () {
+    'use strict';
+    var view, renders, csInterface, compositions, cancelButton, returnButton;
+    var ob = {};
+    var elementTemplate = "<div class='renderingElement'><div class='header'><div class='compName'></div></div><div class='progressBar'></div><div class='status'><div class='compAnim'></div><div class='statusText'></div><div class='folder'></div><div class='buttonHover'></div></div></div>";
+    
+    function addFolderEvent(elem, data) {
+        elem.on('click', function () {
+            var eScript = 'bm_compsManager.browseFolder(' + data.id + ')';
+            csInterface.evalScript(eScript);
+        });
+        elem.on('mouseover', function () {
+            data.folderAnim.goToAndStop(0);
+            data.folderAnim.play();
+        });
+    }
+    
+    function destroyCompositions() {
+        if (compositions) {
+            var i, len = compositions.length;
+            for (i = 0; i < len; i += 1) {
+                compositions[i].anim.destroy();
+                compositions[i].folderAnim.destroy();
+            }
+        }
+    }
+    
+    function renderStartHandler(ev) {
+        renders.empty();
+        compositions = JSON.parse(ev.data);
+        var i, len = compositions.length, elem;
+        for (i = 0; i < len; i += 1) {
+            elem = $(elementTemplate);
+            elem.find('.compName').html(compositions[i].name);
+            elem.find('.statusText').html('Queued');
+            addFolderEvent(elem.find('.buttonHover'), compositions[i]);
+            
+            compositions[i].elem = elem;
+            renders.append(elem);
+            
+            var animContainer = elem.find('.compAnim')[0];
+            var animData = JSON.parse(renderingData);
+            var params = {
+                animType: 'svg',
+                wrapper: animContainer,
+                loop: true,
+                autoplay: true,
+                prerender: true,
+                animationData: animData
+            };
+            var anim = bodymovin.loadAnimation(params);
+            compositions[i].anim = anim;
+            
+            animContainer = elem.find('.folder')[0];
+            animData = JSON.parse(folderData);
+            params = {
+                animType: 'svg',
+                wrapper: animContainer,
+                loop: false,
+                autoplay: false,
+                prerender: true,
+                animationData: animData
+            };
+            anim = bodymovin.loadAnimation(params);
+            compositions[i].folderAnim = anim;
+        }
+        cancelButton.show();
+        returnButton.hide();
+    }
+    
+    function renderUpdateHandler(ev) {
+        var messageData = ev.data;
+        var id = messageData.compId;
+        var i = 0, len = compositions.length;
+        while (i < len) {
+            if (id === compositions[i].id.toString()) {
+                break;
+            }
+            i += 1;
+        }
+        var compData = compositions[i];
+        var elem = compData.elem;
+        if (messageData.type === 'update') {
+            elem.find('.statusText').html(messageData.message);
+            if (messageData.progress) {
+                elem.find('.progressBar').css('width', (messageData.progress * 100) + '%');
+            }
+        }
+        if (messageData.isFinished) {
+            elem.addClass('rendered');
+        }
+    }
+    
+    function renderCompleteHandler() {
+        cancelButton.hide();
+        returnButton.show();
+    }
+    
+    function init(csIntfc) {
+        view = $('#compsRender');
+        renders = view.find('.renders');
+        view.hide();
+        csInterface = csIntfc;
+        csInterface.addEventListener('bm:render:start', renderStartHandler);
+        csInterface.addEventListener('bm:render:update', renderUpdateHandler);
+        csInterface.addEventListener('bm:render:complete', renderCompleteHandler);
+        
+        cancelButton = view.find('.cancel');
+        returnButton = view.find('.return');
+        cancelButton.on('click', function () {
+            var eScript = 'bm_compsManager.cancel()';
+            csInterface.evalScript(eScript);
+        });
+        returnButton.on('click', function () {
+            var eScript = 'bm_compsManager.cancel()';
+            csInterface.evalScript(eScript);
+        });
+        returnButton.hide();
+    }
+    
+    function show() {
+        view.show();
+    }
+    
+    function hide() {
+        if (compositions) {
+            var i, len = compositions.length;
+            for (i = 0; i < len; i += 1) {
+                compositions[i].anim.goToAndStop(0);
+            }
+        }
+        view.hide();
+    }
+    
+    ob.init = init;
+    ob.show = show;
+    ob.hide = hide;
+    
+    return ob;
+}());
\ No newline at end of file
diff --git a/extension/js/controllers/CompSelectionController.js b/extension/js/controllers/CompSelectionController.js
new file mode 100644
index 0000000..cc754a1
--- /dev/null
+++ b/extension/js/controllers/CompSelectionController.js
@@ -0,0 +1,180 @@
+/*jslint vars: true, plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global $, SystemPath, radioData, bodymovin, messageController, mainController */
+var compSelectionController = (function () {
+    'use strict';
+    var view, compsListContainer, csInterface, renderButton;
+    var compositions = [];
+    var elementTemplate = '<tr><td class="td stateTd"><div class="hideExtra state"></div></td><td class="td"><div class="hideExtra name"></div></td><td class="td destinationTd"><div class="hideExtra destination"></div></td></tr>';
+    
+    function formatStringForEval(str) {
+        return '"' + str.replace(/\\/g, '\\\\') + '"';
+    }
+    
+    function checkCompositions() {
+        var i = 0, len = compositions.length;
+        var flag = false;
+        while (i < len) {
+            if (compositions[i].selected && compositions[i].destination) {
+                flag = true;
+                break;
+            }
+            i += 1;
+        }
+        if (flag) {
+            renderButton.removeClass('disabled');
+        } else {
+            renderButton.addClass('disabled');
+        }
+    }
+    
+    function addElemListeners(comp) {
+        var elem = comp.elem;
+        
+        function handleStateClick() {
+            comp.selected = !comp.selected;
+            if (comp.selected) {
+                elem.addClass('selected');
+                comp.anim.play();
+            } else {
+                comp.anim.goToAndStop(0);
+                elem.removeClass('selected');
+            }
+            var eScript = 'bm_compsManager.setCompositionSelectionState(' + comp.id + ',' + comp.selected + ')';
+            csInterface.evalScript(eScript);
+            checkCompositions();
+        }
+        
+        function handleDestination() {
+            if (!comp.selected) {
+                handleStateClick();
+            }
+            var eScript = 'bm_compsManager.searchCompositionDestination(' + comp.id + ')';
+            csInterface.evalScript(eScript);
+        }
+        elem.find('.stateTd').on('click', handleStateClick);
+        elem.find('.destinationTd').on('click', handleDestination);
+    }
+    
+    function setCompositionData(item) {
+        var i = 0, len = compositions.length, comp;
+        while (i < len) {
+            if (item.id === compositions[i].id) {
+                comp = compositions[i];
+                break;
+            }
+            i += 1;
+        }
+        if (!comp) {
+            comp = {
+                id: item.id,
+                elem: $(elementTemplate)
+            };
+            var animContainer = comp.elem.find('.state')[0];
+            var animData = JSON.parse(radioData);
+            var params = {
+                animType: 'canvas',
+                wrapper: animContainer,
+                loop: false,
+                autoplay: false,
+                prerender: true,
+                animationData: animData
+            };
+            var anim = bodymovin.loadAnimation(params);
+            comp.anim = anim;
+            comp.resized = false;
+            compositions.push(comp);
+            addElemListeners(comp);
+        }
+        comp.active = true;
+        comp.name = item.name;
+        comp.selected = item.selected;
+        comp.destination = item.destination;
+        var elem = comp.elem;
+        elem.find('.name').html(comp.name);
+        elem.find('.destination').html(comp.destination ? comp.destination.replace(/\\/g, '/')  : '...');
+        if (comp.selected) {
+            elem.addClass('selected');
+        } else {
+            elem.removeClass('selected');
+        }
+        compsListContainer.append(comp.elem);
+        if (!comp.resized) {
+            comp.anim.resize();
+            comp.resized = true;
+        }
+    }
+    
+    function markCompsForRemoval() {
+        var i, len = compositions.length;
+        for (i = 0; i < len; i += 1) {
+            compositions[i].active = false;
+            compositions[i].elem.detach();
+        }
+    }
+    
+    function clearRemovedComps() {
+        var i, len = compositions.length;
+        for (i = 0; i < len; i += 1) {
+            if (!compositions[i].active) {
+                compositions[i].anim.destroy();
+                compositions.splice(i, 1);
+                i -= 1;
+                len -= 1;
+            }
+        }
+    }
+    
+    function updateCompositionsList(ev) {
+        markCompsForRemoval();
+        var list = JSON.parse(ev.data);
+        var i, len = list.length;
+        for (i = 0; i < len; i += 1) {
+            setCompositionData(list[i]);
+        }
+        clearRemovedComps();
+        checkCompositions();
+    }
+    
+    function getCompositionsList() {
+        csInterface.evalScript('bm_compsManager.getCompositions()');
+    }
+    
+    function renderCompositions() {
+        if (renderButton.hasClass('disabled')) {
+            messageController.showMessage({message: 'You have no compositions to render<br /> Please select a composition and a destination folder.', type: 'fail'});
+            return;
+        }
+        csInterface.evalScript('bm_compsManager.render()');
+    }
+    
+    function showSettings() {
+        mainController.showView('settings');
+    }
+    
+    function init(csIntfc) {
+        view = $('#compsSelection');
+        compsListContainer = view.find('.compsList');
+        csInterface = csIntfc;
+        csInterface.addEventListener('bm:compositions:list', updateCompositionsList);
+        view.find('.refresh').on('click', getCompositionsList);
+        renderButton = view.find('.render');
+        renderButton.on('click', renderCompositions);
+        view.find('.settings').on('click', showSettings);
+        view.hide();
+    }
+    
+    function show() {
+        view.show();
+    }
+    
+    function hide() {
+        view.hide();
+    }
+    
+    var ob = {};
+    ob.init = init;
+    ob.show = show;
+    ob.hide = hide;
+    
+    return ob;
+}());
\ No newline at end of file
diff --git a/extension/js/controllers/InfoController.js b/extension/js/controllers/InfoController.js
new file mode 100644
index 0000000..eb10fe2
--- /dev/null
+++ b/extension/js/controllers/InfoController.js
@@ -0,0 +1,71 @@
+/*jslint vars: true, plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global $, bmData, bodymovin, mainController */
+var infoController = (function () {
+    'use strict';
+    var ob = {}, view, anim, csInterface;
+    
+    function showSelection() {
+        mainController.showView('selection');
+    }
+    
+    function openBrowser() {
+        csInterface.openURLInDefaultBrowser('http://github.com/bodymovin/bodymovin');
+        return false;
+    }
+    
+    function getZippedFile() {
+        var eScript = 'bm_downloadManager.getPlayer(true)';
+        csInterface.evalScript(eScript);
+    }
+    
+    function getUnzippedFile() {
+        var eScript = 'bm_downloadManager.getPlayer(false)';
+        csInterface.evalScript(eScript);
+    }
+    
+    function init(csIntfc) {
+        csInterface = csIntfc;
+        view = $('#info');
+        view.hide();
+        view.find('.return').on('click', showSelection);
+        view.find('.link').on('click', openBrowser);
+        view.find('.buttons .zipped').on('click', getZippedFile);
+        view.find('.buttons .unzipped').on('click', getUnzippedFile);
+    }
+    
+    function loadAnimation() {
+        var animContainer = view.find('.animHeader')[0];
+        var animData = JSON.parse(bmData);
+        var params = {
+            animType: 'svg',
+            wrapper: animContainer,
+            loop: true,
+            autoplay: true,
+            prerender: false,
+            animationData: animData
+        };
+        anim = bodymovin.loadAnimation(params);
+    }
+    
+    function show() {
+        view.show();
+        if (!anim) {
+            loadAnimation();
+        } else {
+            anim.play();
+        }
+    }
+    
+    function hide() {
+        if (anim) {
+            anim.goToAndStop(0);
+        }
+        view.hide();
+    }
+    
+    ob.init = init;
+    ob.hide = hide;
+    ob.show = show;
+    
+    return ob;
+}());
\ No newline at end of file
diff --git a/extension/js/controllers/messageController.js b/extension/js/controllers/messageController.js
new file mode 100644
index 0000000..9250cb1
--- /dev/null
+++ b/extension/js/controllers/messageController.js
@@ -0,0 +1,79 @@
+/*jslint vars: true, plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global $, alertData, successData, bodymovin */
+var messageController = (function () {
+    'use strict';
+    var ob = {}, csInterface, callback;
+    var successElem, failElem, successAnim, failAnim;
+    var view;
+    
+    function hide() {
+        if (callback) {
+            callback.apply();
+            callback = null;
+        }
+        successAnim.goToAndStop(0);
+        failAnim.goToAndStop(0);
+        successElem.hide();
+        failElem.hide();
+        view.hide();
+    }
+    
+    function showMessage(messageData, cb) {
+        var text = messageData.message;
+        callback = cb;
+        view.find('.text').html(text);
+        view.show();
+        successAnim.resize();
+        if (messageData.type === 'success') {
+            successElem.show();
+            successAnim.play();
+        } else {
+            failElem.show();
+            failAnim.play();
+        }
+    }
+    
+    function messageEventHandler(ev) {
+        showMessage(ev.data);
+    }
+    
+    function init(csIntfc) {
+        csInterface = csIntfc;
+        view = $('#message');
+        view.hide();
+        var okButton = view.find('.ok');
+        okButton.on('click', hide);
+        csInterface.addEventListener('bm:alert', messageEventHandler);
+        
+        successElem = view.find('.sucessAnimation');
+        var animData = JSON.parse(successData);
+        var params = {
+            animType: 'svg',
+            wrapper: successElem[0],
+            loop: true,
+            autoplay: false,
+            prerender: true,
+            animationData: animData
+        };
+        failElem = view.find('.failAnimation');
+        successAnim = bodymovin.loadAnimation(params);
+        animData = JSON.parse(alertData);
+        params = {
+            animType: 'svg',
+            wrapper: failElem[0],
+            loop: true,
+            autoplay: false,
+            prerender: true,
+            animationData: animData
+        };
+        failAnim = bodymovin.loadAnimation(params);
+        successElem.hide();
+        failElem.hide();
+    }
+    
+    ob.init = init;
+    ob.showMessage = showMessage;
+    
+    return ob;
+    
+}());
\ No newline at end of file
diff --git a/extension/js/libs/CSInterface.js b/extension/js/libs/CSInterface.js
new file mode 100644
index 0000000..cf0301b
--- /dev/null
+++ b/extension/js/libs/CSInterface.js
@@ -0,0 +1,818 @@
+/**************************************************************************************************
+*
+* ADOBE SYSTEMS INCORPORATED
+* Copyright 2013 Adobe Systems Incorporated
+* All Rights Reserved.
+*
+* NOTICE:  Adobe permits you to use, modify, and distribute this file in accordance with the
+* terms of the Adobe license agreement accompanying it.  If you have received this file from a
+* source other than Adobe, then your use, modification, or distribution of it requires the prior
+* written permission of Adobe.
+*
+**************************************************************************************************/
+
+/** CSInterface - v5.0.0 */
+
+/**
+ * Stores constants for the window types supported by the CSXS infrastructure.
+ */
+function CSXSWindowType()
+{
+};
+
+/** Constant for the CSXS window type Panel. */
+CSXSWindowType._PANEL = "Panel";
+
+/** Constant for the CSXS window type Modeless. */
+CSXSWindowType._MODELESS = "Modeless";
+
+/** Constant for the CSXS window type ModalDialog. */
+CSXSWindowType._MODAL_DIALOG = "ModalDialog";
+
+/** EvalScript error message */
+EvalScript_ErrMessage = "EvalScript error.";
+
+/**
+ * @class Version
+ * Defines a version number with major, minor, micro, and special
+ * components. The major, minor and micro values are numeric; the special
+ * value can be any string.
+ *
+ * @param major   The major version component, a positive integer up to nine digits long.
+ * @param minor   The minor version component, a positive integer up to nine digits long.
+ * @param micro   The micro version component, a positive integer up to nine digits long.
+ * @param special The special version component, an arbitrary string.
+ *
+ * @return A new \c Version object.
+ */
+function Version(major, minor, micro, special)
+{
+    this.major = major;
+    this.minor = minor;
+    this.micro = micro;
+    this.special = special;
+};
+
+/**
+ * The maximum value allowed for a numeric version component.
+ * This reflects the maximum value allowed in PlugPlug and the manifest schema.
+ */
+Version.MAX_NUM = 999999999;
+
+/**
+ * @class VersionBound
+ * Defines a boundary for a version range, which associates a \c Version object
+ * with a flag for whether it is an inclusive or exclusive boundary.
+ *
+ * @param version   The \c #Version object.
+ * @param inclusive True if this boundary is inclusive, false if it is exclusive.
+ *
+ * @return A new \c VersionBound object.
+ */
+function VersionBound(version, inclusive)
+{
+    this.version = version;
+    this.inclusive = inclusive;
+};
+
+/**
+ * @class VersionRange
+ * Defines a range of versions using a lower boundary and optional upper boundary.
+ *
+ * @param lowerBound The \c #VersionBound object.
+ * @param upperBound The \c #VersionBound object, or null for a range with no upper boundary.
+ *
+ * @return A new \c VersionRange object.
+ */
+function VersionRange(lowerBound, upperBound)
+{
+    this.lowerBound = lowerBound;
+    this.upperBound = upperBound;
+};
+
+/**
+ * @class Runtime
+ * Represents a runtime related to the CEP infrastructure.
+ * Extensions can declare dependencies on particular
+ * CEP runtime versions in the extension manifest.
+ *
+ * @param name    The runtime name.
+ * @param version A \c #VersionRange object that defines a range of valid versions.
+ *
+ * @return A new \c Runtime object.
+ */
+function Runtime(name, versionRange)
+{
+    this.name = name;
+    this.versionRange = versionRange;
+};
+
+/**
+* @class Extension
+* Encapsulates a CEP-based extension to an Adobe application.
+*
+* @param id              The unique identifier of this extension.
+* @param name            The localizable display name of this extension.
+* @param mainPath        The path of the "index.html" file.
+* @param basePath        The base path of this extension.
+* @param windowType          The window type of the main window of this extension.
+                 Valid values are defined by \c #CSXSWindowType.
+* @param width           The default width in pixels of the main window of this extension.
+* @param height          The default height in pixels of the main window of this extension.
+* @param minWidth        The minimum width in pixels of the main window of this extension.
+* @param minHeight       The minimum height in pixels of the main window of this extension.
+* @param maxWidth        The maximum width in pixels of the main window of this extension.
+* @param maxHeight       The maximum height in pixels of the main window of this extension.
+* @param defaultExtensionDataXml The extension data contained in the default \c ExtensionDispatchInfo section of the extension manifest.
+* @param specialExtensionDataXml The extension data contained in the application-specific \c ExtensionDispatchInfo section of the extension manifest.
+* @param requiredRuntimeList     An array of \c Runtime objects for runtimes required by this extension.
+* @param isAutoVisible       True if this extension is visible on loading.
+* @param isPluginExtension   True if this extension has been deployed in the Plugins folder of the host application.
+*
+* @return A new \c Extension object.
+*/
+function Extension(id, name, mainPath, basePath, windowType, width, height, minWidth, minHeight, maxWidth, maxHeight,
+                   defaultExtensionDataXml, specialExtensionDataXml, requiredRuntimeList, isAutoVisible, isPluginExtension)
+{
+    this.id = id;
+    this.name = name;
+    this.mainPath = mainPath;
+    this.basePath = basePath;
+    this.windowType = windowType;
+    this.width = width;
+    this.height = height;
+    this.minWidth = minWidth;
+    this.minHeight = minHeight;
+    this.maxWidth = maxWidth;
+    this.maxHeight = maxHeight;
+    this.defaultExtensionDataXml = defaultExtensionDataXml;
+    this.specialExtensionDataXml = specialExtensionDataXml;
+    this.requiredRuntimeList = requiredRuntimeList;
+    this.isAutoVisible = isAutoVisible;
+    this.isPluginExtension = isPluginExtension;
+};
+
+/**
+ * @class CSEvent
+ * A standard JavaScript event, the base class for CEP events.
+ *
+ * @param type        The name of the event type.
+ * @param scope       The scope of event, can be "GLOBAL" or "APPLICATION".
+ * @param appId       The unique identifier of the application that generated the event.
+ * @param extensionId     The unique identifier of the extension that generated the event.
+ *
+ * @return A new \c CSEvent object
+ */
+function CSEvent(type, scope, appId, extensionId)
+{
+    this.type = type;
+    this.scope = scope;
+    this.appId = appId;
+    this.extensionId = extensionId;
+};
+
+/** Event-specific data. */
+CSEvent.prototype.data = "";
+
+/**
+ * @class SystemPath
+ * Stores operating-system-specific location constants for use in the
+ * \c #CSInterface.getSystemPath() method.
+ * @return A new \c SystemPath object.
+ */
+function SystemPath()
+{
+};
+
+/** The path to user data.  */
+SystemPath.USER_DATA = "userData";
+
+/** The path to common files for Adobe applications.  */
+SystemPath.COMMON_FILES = "commonFiles";
+
+/** The path to the user's default document folder.  */
+SystemPath.MY_DOCUMENTS = "myDocuments";
+
+/** @deprecated. Use \c #SystemPath.Extension.  */
+SystemPath.APPLICATION = "application";
+
+/** The path to current extension.  */
+SystemPath.EXTENSION = "extension";
+
+/** The path to hosting application's executable.  */
+SystemPath.HOST_APPLICATION = "hostApplication";
+
+/**
+ * @class ColorType
+ * Stores color-type constants.
+ */
+function ColorType()
+{
+};
+
+/** RGB color type. */
+ColorType.RGB = "rgb";
+
+/** Gradient color type. */
+ColorType.GRADIENT = "gradient";
+
+/** Null color type. */
+ColorType.NONE = "none";
+
+/**
+ * @class RGBColor
+ * Stores an RGB color with red, green, blue, and alpha values.
+ * All values are in the range [0.0 to 255.0]. Invalid numeric values are
+ * converted to numbers within this range.
+ *
+ * @param red   The red value, in the range [0.0 to 255.0].
+ * @param green The green value, in the range [0.0 to 255.0].
+ * @param blue  The blue value, in the range [0.0 to 255.0].
+ * @param alpha The alpha (transparency) value, in the range [0.0 to 255.0].
+ *      The default, 255.0, means that the color is fully opaque.
+ *
+ * @return A new RGBColor object.
+ */
+function RGBColor(red, green, blue, alpha)
+{
+    this.red = red;
+    this.green = green;
+    this.blue = blue;
+    this.alpha = alpha;
+};
+
+/**
+ * @class Direction
+ * A point value  in which the y component is 0 and the x component
+ * is positive or negative for a right or left direction,
+ * or the x component is 0 and the y component is positive or negative for
+ * an up or down direction.
+ *
+ * @param x     The horizontal component of the point.
+ * @param y     The vertical component of the point.
+ *
+ * @return A new \c Direction object.
+ */
+function Direction(x, y)
+{
+    this.x = x;
+    this.y = y;
+};
+
+/**
+ * @class GradientStop
+ * Stores gradient stop information.
+ *
+ * @param offset   The offset of the gradient stop, in the range [0.0 to 1.0].
+ * @param rgbColor The color of the gradient at this point, an \c #RGBColor object.
+ *
+ * @return GradientStop object.
+ */
+function GradientStop(offset, rgbColor)
+{
+    this.offset = offset;
+    this.rgbColor = rgbColor;
+};
+
+/**
+ * @class GradientColor
+ * Stores gradient color information.
+ *
+ * @param type          The gradient type, must be "linear".
+ * @param direction     A \c #Direction object for the direction of the gradient
+                (up, down, right, or left).
+ * @param numStops          The number of stops in the gradient.
+ * @param gradientStopList  An array of \c #GradientStop objects.
+ *
+ * @return A new \c GradientColor object.
+ */
+function GradientColor(type, direction, numStops, arrGradientStop)
+{
+    this.type = type;
+    this.direction = direction;
+    this.numStops = numStops;
+    this.arrGradientStop = arrGradientStop;
+};
+
+/**
+ * @class UIColor
+ * Stores color information, including the type, anti-alias level, and specific color
+ * values in a color object of an appropriate type.
+ *
+ * @param type          The color type, 1 for "rgb" and 2 for "gradient".
+                The supplied color object must correspond to this type.
+ * @param antialiasLevel    The anti-alias level constant.
+ * @param color         A \c #RGBColor or \c #GradientColor object containing specific color information.
+ *
+ * @return A new \c UIColor object.
+ */
+function UIColor(type, antialiasLevel, color)
+{
+    this.type = type;
+    this.antialiasLevel = antialiasLevel;
+    this.color = color;
+};
+
+/**
+ * @class AppSkinInfo
+ * Stores window-skin properties, such as color and font. All color parameter values are \c #UIColor objects except that systemHighlightColor is \c #RGBColor object.
+ *
+ * @param baseFontFamily        The base font family of the application.
+ * @param baseFontSize          The base font size of the application.
+ * @param appBarBackgroundColor     The application bar background color.
+ * @param panelBackgroundColor      The background color of the extension panel.
+ * @param appBarBackgroundColorSRGB     The application bar background color, as sRGB.
+ * @param panelBackgroundColorSRGB      The background color of the extension panel, as sRGB.
+ * @param systemHighlightColor          The operating-system highlight color, as sRGB.
+ *
+ * @return AppSkinInfo object.
+ */
+function AppSkinInfo(baseFontFamily, baseFontSize, appBarBackgroundColor, panelBackgroundColor, appBarBackgroundColorSRGB, panelBackgroundColorSRGB, systemHighlightColor)
+{
+    this.baseFontFamily = baseFontFamily;
+    this.baseFontSize = baseFontSize;
+    this.appBarBackgroundColor = appBarBackgroundColor;
+    this.panelBackgroundColor = panelBackgroundColor;
+    this.appBarBackgroundColorSRGB = appBarBackgroundColorSRGB;
+    this.panelBackgroundColorSRGB = panelBackgroundColorSRGB;
+    this.systemHighlightColor = systemHighlightColor;
+};
+
+/**
+ * @class HostEnvironment
+ * Stores information about the environment in which the extension is loaded.
+ *
+ * @param appName   The application's name.
+ * @param appVersion    The application's version.
+ * @param appLocale The application's current license locale.
+ * @param appUILocale   The application's current UI locale.
+ * @param appId     The application's unique identifier.
+ * @param isAppOnline  True if the application is currently online.
+ * @param appSkinInfo   An \c #AppSkinInfo object containing the application's default color and font styles.
+ *
+ * @return A new \c HostEnvironment object.
+ */
+function HostEnvironment(appName, appVersion, appLocale, appUILocale, appId, isAppOnline, appSkinInfo)
+{
+    this.appName = appName;
+    this.appVersion = appVersion;
+    this.appLocale = appLocale;
+    this.appUILocale = appUILocale;
+    this.appId = appId;
+    this.isAppOnline = isAppOnline;
+    this.appSkinInfo = appSkinInfo;
+};
+
+/**
+ * @class HostCapabilities
+ * Stores information about the host capabilities.
+ *
+ * @param EXTENDED_PANEL_MENU True if the application supports panel menu.
+ * @param EXTENDED_PANEL_ICONS True if the application supports panel icon.
+ * @param DELEGATE_APE_ENGINE True if the application supports delegated APE engine.
+ * @param SUPPORT_HTML_EXTENSIONS True if the application supports HTML extensions.
+ * @param DISABLE_FLASH_EXTENSIONS True if the application disables FLASH extensions.
+ *
+ * @return A new \c HostCapabilities object.
+ */
+function HostCapabilities(EXTENDED_PANEL_MENU, EXTENDED_PANEL_ICONS, DELEGATE_APE_ENGINE, SUPPORT_HTML_EXTENSIONS, DISABLE_FLASH_EXTENSIONS)
+{
+    this.EXTENDED_PANEL_MENU = EXTENDED_PANEL_MENU;
+    this.EXTENDED_PANEL_ICONS = EXTENDED_PANEL_ICONS;
+    this.DELEGATE_APE_ENGINE = DELEGATE_APE_ENGINE;
+    this.SUPPORT_HTML_EXTENSIONS = SUPPORT_HTML_EXTENSIONS;
+	this.DISABLE_FLASH_EXTENSIONS = DISABLE_FLASH_EXTENSIONS; // Since 5.0.0
+};
+
+/**
+ * @class ApiVersion
+ * Stores current api version.
+ *
+ * Since 4.2.0
+ *
+ * @param major  The major version
+ * @param minor  The minor version.
+ * @param micro  The micro version.
+ *
+ * @return ApiVersion object.
+ */
+function ApiVersion(major, minor, micro)
+{
+    this.major = major;
+    this.minor = minor;
+    this.micro = micro;
+};
+
+//------------------------------ CSInterface ----------------------------------
+
+/**
+ * @class CSInterface
+ * This is the entry point to the CEP extensibility infrastructure.
+ * Instantiate this object and use it to:
+ * <ul>
+ * <li>Access information about the host application in which an extension is running</li>
+ * <li>Launch an extension</li>
+ * <li>Register interest in event notifications, and dispatch events</li>
+ * </ul>
+ *
+ * @return A new \c CSInterface object
+ */
+function CSInterface()
+{
+};
+
+/**
+ * User can add this event listener to handle native application theme color changes.
+ * Callback function gives extensions ability to fine-tune their theme color after the
+ * global theme color has been changed.
+ * The callback function should be like below:
+ *
+ * @example
+ * // event is a CSEvent object, but user can ignore it.
+ * function OnAppThemeColorChanged(event)
+ * {
+ *    // Should get a latest HostEnvironment object from application.
+ *    var skinInfo = JSON.parse(window.__adobe_cep__.getHostEnvironment()).appSkinInfo;
+ *    // Gets the style information such as color info from the skinInfo,
+ *    // and redraw all UI controls of your extension according to the style info.
+ * }
+ */
+CSInterface.THEME_COLOR_CHANGED_EVENT = "com.adobe.csxs.events.ThemeColorChanged";
+
+/** The host environment data object. */
+CSInterface.prototype.hostEnvironment = JSON.parse(window.__adobe_cep__.getHostEnvironment());
+
+/** Retrieves information about the host environment in which the
+ *  extension is currently running.
+ *
+ *   @return A \c #HostEnvironment object.
+ */
+CSInterface.prototype.getHostEnvironment = function()
+{
+    this.hostEnvironment = JSON.parse(window.__adobe_cep__.getHostEnvironment());
+    return this.hostEnvironment;
+};
+
+/** Closes this extension. */
+CSInterface.prototype.closeExtension = function()
+{
+    window.__adobe_cep__.closeExtension();
+};
+
+/**
+ * Retrieves a path for which a constant is defined in the system.
+ *
+ * @param pathType The path-type constant defined in \c #SystemPath ,
+ *
+ * @return The platform-specific system path string.
+ */
+CSInterface.prototype.getSystemPath = function(pathType)
+{
+    var path = decodeURI(window.__adobe_cep__.getSystemPath(pathType));
+    var OSVersion = this.getOSInformation();
+    if (OSVersion.indexOf("Windows") >= 0)
+    {
+      path = path.replace("file:///", "");
+    }
+    else if (OSVersion.indexOf("Mac") >= 0)
+    {
+      path = path.replace("file://", "");
+    }
+    return path;
+};
+
+/**
+ * Evaluates a JavaScript script, which can use the JavaScript DOM
+ * of the host application.
+ *
+ * @param script    The JavaScript script.
+ * @param callback  Optional. A callback function that receives the result of execution.
+ *          If execution fails, the callback function receives the error message \c EvalScript_ErrMessage.
+ */
+CSInterface.prototype.evalScript = function(script, callback)
+{
+    if(callback == null || callback == undefined)
+    {
+        callback = function(result){};
+    }
+    window.__adobe_cep__.evalScript(script, callback);
+};
+
+/**
+ * Retrieves the unique identifier of the application.
+ * in which the extension is currently running.
+ *
+ * @return The unique ID string.
+ */
+CSInterface.prototype.getApplicationID = function()
+{
+    var appId = this.hostEnvironment.appId;
+    return appId;
+};
+
+/**
+ * Retrieves host capability information for the application
+ * in which the extension is currently running.
+ *
+ * @return A \c #HostCapabilities object.
+ */
+CSInterface.prototype.getHostCapabilities = function()
+{
+    var hostCapabilities = JSON.parse(window.__adobe_cep__.getHostCapabilities() );
+    return hostCapabilities;
+};
+
+/**
+ * Triggers a CEP event programmatically. Yoy can use it to dispatch
+ * an event of a predefined type, or of a type you have defined.
+ *
+ * @param event A \c CSEvent object.
+ */
+CSInterface.prototype.dispatchEvent = function(event)
+{
+    if (typeof event.data == "object")
+    {
+        event.data = JSON.stringify(event.data);
+    }
+
+    window.__adobe_cep__.dispatchEvent(event);
+};
+
+/**
+ * Registers an interest in a CEP event of a particular type, and
+ * assigns an event handler.
+ * The event infrastructure notifies your extension when events of this type occur,
+ * passing the event object to the registered handler function.
+ *
+ * @param type     The name of the event type of interest.
+ * @param listener The JavaScript handler function or method.
+ * @param obj      Optional, the object containing the handler method, if any.
+ *         Default is null.
+ */
+CSInterface.prototype.addEventListener = function(type, listener, obj)
+{
+    window.__adobe_cep__.addEventListener(type, listener, obj);
+};
+
+/**
+ * Removes a registered event listener.
+ *
+ * @param type      The name of the event type of interest.
+ * @param listener  The JavaScript handler function or method that was registered.
+ * @param obj       Optional, the object containing the handler method, if any.
+ *          Default is null.
+ */
+CSInterface.prototype.removeEventListener = function(type, listener, obj)
+{
+    window.__adobe_cep__.removeEventListener(type, listener, obj);
+};
+
+/**
+ * Loads and launches another extension, or activates the extension if it is already loaded.
+ *
+ * @param extensionId       The extension's unique identifier.
+ * @param startupParams     Not currently used, pass "".
+ *
+ * @example
+ * To launch the extension "help" with ID "HLP" from this extension, call:
+ * <code>requestOpenExtension("HLP", ""); </code>
+ *
+ */
+CSInterface.prototype.requestOpenExtension = function(extensionId, params)
+{
+    window.__adobe_cep__.requestOpenExtension(extensionId, params);
+};
+
+/**
+ * Retrieves the list of extensions currently loaded in the current host application.
+ * The extension list is initialized once, and remains the same during the lifetime
+ * of the CEP session.
+ *
+ * @param extensionIds  Optional, an array of unique identifiers for extensions of interest.
+ *          If omitted, retrieves data for all extensions.
+ *
+ * @return Zero or more \c #Extension objects.
+ */
+CSInterface.prototype.getExtensions = function(extensionIds)
+{
+    var extensionIdsStr = JSON.stringify(extensionIds);
+    var extensionsStr = window.__adobe_cep__.getExtensions(extensionIdsStr);
+
+    var extensions = JSON.parse(extensionsStr);
+    return extensions;
+};
+
+/**
+ * Retrieves network-related preferences.
+ *
+ * @return A JavaScript object containing network preferences.
+ */
+CSInterface.prototype.getNetworkPreferences = function()
+{
+    var result = window.__adobe_cep__.getNetworkPreferences();
+    var networkPre = JSON.parse(result);
+
+    return networkPre;
+};
+
+/**
+ * Initializes the resource bundle for this extension with property values
+ * for the current application and locale.
+ * To support multiple locales, you must define a property file for each locale,
+ * containing keyed display-string values for that locale.
+ * See localization documentation for Extension Builder and related products.
+ *
+ * Keys can be in the
+ * form <code>key.value="localized string"</code>, for use in HTML text elements.
+ * For example, in this input element, the localized \c key.value string is displayed
+ * instead of the empty \c value string:
+ *
+ * <code><input type="submit" value="" data-locale="key"/></code>
+ *
+ * @return An object containing the resource bundle information.
+ */
+CSInterface.prototype.initResourceBundle = function()
+{
+    var resourceBundle = JSON.parse(window.__adobe_cep__.initResourceBundle());
+    var resElms = document.querySelectorAll('[data-locale]');
+    for (var n = 0; n < resElms.length; n++)
+    {
+       var resEl = resElms[n];
+       // Get the resource key from the element.
+       var resKey = resEl.getAttribute('data-locale');
+       if (resKey)
+       {
+           // Get all the resources that start with the key.
+           for (var key in resourceBundle)
+           {
+               if (key.indexOf(resKey) == 0)
+               {
+                   var resValue = resourceBundle[key];
+                   if (key.indexOf('.') == -1)
+                   {
+                       // No dot notation in resource key,
+                       // assign the resource value to the element's
+                       // innerHTML.
+                       resEl.innerHTML = resValue;
+                   }
+                   else
+                   {
+                       // Dot notation in resource key, assign the
+                       // resource value to the element's property
+                       // whose name corresponds to the substring
+                       // after the dot.
+                       var attrKey = key.substring(key.indexOf('.') + 1);
+                       resEl[attrKey] = resValue;
+                   }
+               }
+           }
+       }
+    }
+    return resourceBundle;
+};
+
+/**
+ * Writes installation information to a file.
+ *
+ * @return The file path.
+ */
+CSInterface.prototype.dumpInstallationInfo = function()
+{
+    return window.__adobe_cep__.dumpInstallationInfo();
+};
+
+/**
+ * Retrieves version information for the current Operating System,
+ * See http://www.useragentstring.com/pages/Chrome/ for Chrome \c navigator.userAgent values.
+ *
+ * @return A string containing the OS version, or "unknown Operation System".
+ */
+CSInterface.prototype.getOSInformation = function()
+{
+    var userAgent = navigator.userAgent;
+
+    if ((navigator.platform == "Win32") || (navigator.platform == "Windows"))
+    {
+        var winVersion = "Windows platform";
+        if (userAgent.indexOf("Windows NT 5.0") > -1)
+        {
+            winVersion = "Windows 2000";
+        }
+        else if (userAgent.indexOf("Windows NT 5.1") > -1)
+        {
+            winVersion = "Windows XP";
+        }
+        else if (userAgent.indexOf("Windows NT 5.2") > -1)
+        {
+            winVersion = "Windows Server 2003";
+        }
+        else if (userAgent.indexOf("Windows NT 6.0") > -1)
+        {
+            winVersion = "Windows Vista";
+        }
+        else if (userAgent.indexOf("Windows NT 6.1") > -1)
+        {
+            winVersion = "Windows 7";
+        }
+        else if (userAgent.indexOf("Windows NT 6.2") > -1)
+        {
+            winVersion = "Windows 8";
+        }
+
+        var winBit = "32-bit";
+        if (userAgent.indexOf("WOW64") > -1)
+        {
+            winBit = "64-bit";
+        }
+
+        return winVersion + " " + winBit;
+    }
+    else if ((navigator.platform == "MacIntel") || (navigator.platform == "Macintosh"))
+    {
+        var agentStr = new String();
+        agentStr = userAgent;
+        var verLength = agentStr.indexOf(")") - agentStr.indexOf("Mac OS X");
+        var verStr = agentStr.substr(agentStr.indexOf("Mac OS X"), verLength);
+        var result = verStr.replace("_", ".");
+        result = result.replace("_", ".");
+        return result;
+    }
+
+    return "Unknown Operation System";
+};
+
+/**
+ * Opens a page in the default system browser.
+ *
+ * Since 4.2.0
+ *
+ * @param url   The URL of the page to open. Must use HTTP or HTTPS protocol.
+ *
+ * @return One of these error codes:\n
+ *      <ul>\n
+ *          <li>NO_ERROR - 0</li>\n
+ *          <li>ERR_UNKNOWN - 1</li>\n
+ *          <li>ERR_INVALID_PARAMS - 2</li>\n
+ *          <li>ERR_INVALID_URL - 201</li>\n
+ *      </ul>\n
+ */
+CSInterface.prototype.openURLInDefaultBrowser = function(url)
+{
+    return cep.util.openURLInDefaultBrowser(url);
+};
+
+/**
+ * Retrieves extension ID.
+ *
+ * Since 4.2.0
+ *
+ * @return extension ID.
+ */
+CSInterface.prototype.getExtensionID = function()
+{
+     return window.__adobe_cep__.getExtensionId();
+};
+
+/**
+ * Retrieves scale factor of screen. This only works on Mac.
+ *
+ * Since 4.2.0
+ *
+ * @return One of the following integer.
+ *      <ul>\n
+ *          <li>-1 means fail to get scale factor or this API has not been available on Windows yet</li>\n
+ *          <li>1 means normal screen</li>\n
+ *          <li>2 means HiDPI screen</li>\n
+ *      </ul>\n
+ */
+CSInterface.prototype.getScaleFactor = function()
+{
+    return window.__adobe_cep__.getScaleFactor();
+};
+
+/**
+ * Set a handler to detect any changes of scale factor. This only works on Mac.
+ *
+ * Since 4.2.0
+ *
+ * @param handler   The function to be called when scale factor is changed.
+ *
+ */
+CSInterface.prototype.setScaleFactorChangedHandler = function(handler)
+{
+    window.__adobe_cep__.setScaleFactorChangedHandler(handler);
+};
+
+/**
+ * Retrieves current API version.
+ *
+ * Since 4.2.0
+ *
+ * @return ApiVersion object.
+ *
+ */
+CSInterface.prototype.getCurrentApiVersion = function()
+{
+    var apiVersion = JSON.parse(window.__adobe_cep__.getCurrentApiVersion());
+    return apiVersion;
+};
\ No newline at end of file
diff --git a/extension/js/libs/bodymovin.js b/extension/js/libs/bodymovin.js
new file mode 100644
index 0000000..96c548f
--- /dev/null
+++ b/extension/js/libs/bodymovin.js
@@ -0,0 +1,4 @@
+(function(window){function Matrix(t){var e=this;e._t=e.transform,e.a=e.d=1,e.b=e.c=e.e=e.f=0,e.props=[1,0,0,1,0,0],e.cssParts=["matrix(","",")"],e.a1=e.b1=e.c1=e.d1=e.e1=e.f1=0,e.context=t,e.cos=e.sin=0,t&&t.setTransform(1,0,0,1,0,0)}function BM_CanvasRenderingContext2D(t){this.renderer=t}function matrixManagerFunction(){var t=new Matrix,e=function(t,e,a,s,r,i,n,o,h){var l,p,m,d,c,u,f;return l=$M([[1,0,0,0],[0,Math.cos(t),Math.sin(-t),0],[0,Math.sin(t),Math.cos(t),0],[0,0,0,1]]),p=$M([[Math.cos(e),0,Math.sin(e),0],[0,1,0,0],[Math.sin(-e),0,Math.cos(e),0],[0,0,0,1]]),m=$M([[Math.cos(a),Math.sin(-a),0,0],[Math.sin(a),Math.cos(a),0,0],[0,0,1,0],[0,0,0,1]]),c=$M([[s,0,0,0],[0,r,0,0],[0,0,i,0],[0,0,0,1]]),u=l.x(p).x(m).x(c),u=u.transpose(),f=$M([[1,0,0,0],[0,1,0,0],[0,0,1,0],[n,o,h,1]]),u=u.x(f),d="matrix3d(",d+=u.e(1,1).toFixed(5)+","+u.e(1,2).toFixed(5)+","+u.e(1,3).toFixed(5)+","+u.e(1,4).toFixed(5)+",",d+=u.e(2,1).toFixed(5)+","+u.e(2,2).toFixed(5)+","+u.e(2,3).toFixed(5)+","+u.e(2,4).toFixed(5)+",",d+=u.e(3,1).toFixed(5)+","+u.e(3,2).toFixed(5)+","+u.e(3,3).toFixed(5)+","+u.e(3,4).toFixed(5)+",",d+=u.e(4,1).toFixed(5)+","+u.e(4,2).toFixed(5)+","+u.e(4,3).toFixed(5)+","+u.e(4,4).toFixed(5),d+=")"},a=function(e,a,s,r,i){return t.reset().translate(r,i).rotate(e).scale(a,s).toCSS()},s=function(e,a,s,r,i){return t.reset().translate(r,i).rotate(e).scale(a,s).toArray()},r=function(t){return a(t.r,t.s[0],t.s[1],t.p[0],t.p[1])},i=function(t,s){return s?e(-t.tr.r[0],t.tr.r[1],t.tr.r[2],t.tr.s[0],t.tr.s[1],t.tr.s[2],t.tr.p[0],t.tr.p[1],t.tr.p[2]):a(t.tr.r[2],t.tr.s[0],t.tr.s[1],t.tr.p[0],t.tr.p[1])},n=function(t,s){return s?e(-t.r[0],t.r[1],t.r[2],t.s[0],t.s[1],t.s[2],t.p[0],t.p[1],t.p[2]):a(t.r[2],t.s[0],t.s[1],t.p[0],t.p[1])},o=function(t,e){return e?null:s(t.r[2],t.s[0],t.s[1],t.p[0],t.p[1])};return{get2DMatrix:r,getMatrix:i,getMatrix2:n,getMatrixArray:o,getMatrixArrayFromParams:s,getMatrix2FromParams:a}}function styleDiv(t){t.style.position="absolute",t.style.top=0,t.style.left=0,t.style.display="block",t.style.verticalAlign="top",t.style.backfaceVisibility=t.style.webkitBackfaceVisibility="hidden",styleUnselectableDiv(t)}function styleUnselectableDiv(t){t.style.userSelect="none",t.style.MozUserSelect="none",t.style.webkitUserSelect="none",t.style.oUserSelect="none"}function randomString(t,e){void 0===e&&(e="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890");var a,s="";for(a=t;a>0;--a)s+=e[Math.round(Math.random()*(e.length-1))];return s}function componentToHex(t){var e=t.toString(16);return 1==e.length?"0"+e:e}function fillToRgba(t,e){if(!cachedColors[t]){var a=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);cachedColors[t]=parseInt(a[1],16)+","+parseInt(a[2],16)+","+parseInt(a[3],16)}return"rgba("+cachedColors[t]+","+e+")"}function createElement(t,e,a){if(!e){var s=Object.create(t.prototype,a),r={};return s&&"[object Function]"===r.toString.call(s.init)&&s.init(),s}e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.prototype.parent=t.prototype}function defineDescriptor(t,e,a,s){var r={writable:!1,configurable:!1,enumerable:!1,value:a};if(s)for(var i in s)r[i]=s[i];var n={};t&&"[object Function]"===n.toString.call(t)&&(t=t.prototype),Object.defineProperty(t,e,r)}function defineAccessor(t,e,a){var s,r={enumerable:!1,configurable:!1,get:function(){return s},set:function(t){s=t}};if(a)for(var i in a)r[i]=a[i];var n={};t&&"[object Function]"===n.toString.call(t)&&(t=t.prototype),Object.defineProperty(t,e,r)}function bezFunction(){function t(t,e,a,s,r,i){return l.abs((a-t)*(i-e)-(r-t)*(s-e))<1e-5}function e(t){return h[t].fnc}function a(t,e,a,s,r){if(r||(r=("bez_"+t+"_"+e+"_"+a+"_"+s).replace(/\./g,"p")),h[r])return h[r];var i,n,o,l,p,m;return h[r]=function(r,h,d,c,u){var f=h/u;r=f;for(var y,g=0;++g<14&&(o=3*t,n=3*(a-t)-o,i=1-o-n,y=r*(o+r*(n+r*i))-f,!(Math.abs(y)<.001));)r-=y/(o+r*(2*n+3*i*r));m=3*e,p=3*(s-e)-m,l=1-m-p;var v=r*(m+r*(p+r*l));return c*v+d},h[r]}function s(t){this.segmentLength=0,this.points=new Array(t)}function r(e){var a,r,i,n,o,h,l,p=e.s,m=e.e,d=e.to,c=e.ti,u=500,f=0,y=null;(p[0]!=m[0]||p[1]!=m[1])&&t(p[0],p[1],m[0],m[1],p[0]+d[0],p[1]+d[1])&&t(p[0],p[1],m[0],m[1],m[0]+c[0],m[1]+c[1])&&(u=2);var g=new s(u);for(i=d.length,a=0;u>a;a+=1){for(l=[],o=a/(u-1),h=0,r=0;i>r;r+=1)n=Math.pow(1-o,3)*p[r]+3*Math.pow(1-o,2)*o*(p[r]+d[r])+3*(1-o)*Math.pow(o,2)*(m[r]+c[r])+Math.pow(o,3)*m[r],l.push(n),null!==y&&(h+=Math.pow(l[r]-y[r],2));h=Math.sqrt(h),f+=h,g.points[a]={partialLength:h,cumulatedLength:f,point:l},y=l}g.segmentLength=f,e.bezierData=g}function i(t,e){var a=e.segments,s=a.length,r=Math.floor((s-1)*t),i=t*e.addedLength,n=0;if(i==a[r].l)return a[r].p;for(var o=a[r].l>i?-1:1,h=!0;h;)a[r].l<=i&&a[r+1].l>i?(n=(i-a[r].l)/(a[r+1].l-a[r].l),h=!1):r+=o,(0>r||r>=s-1)&&(h=!1);return a[r].p+(a[r+1].p-a[r].p)*n}function n(){this.pt1=new Array(2),this.pt2=new Array(2),this.pt3=new Array(2),this.pt4=new Array(2)}function o(t,e,a,s,r,o,h){var l=new n;r=0>r?0:r;var p=i(r,h);o=o>1?1:o;var m,d=i(o,h),c=t.length,u=1-p,f=1-d;for(m=0;c>m;m+=1)l.pt1[m]=u*u*u*t[m]+(p*u*u+u*p*u+u*u*p)*a[m]+(p*p*u+u*p*p+p*u*p)*s[m]+p*p*p*e[m],l.pt3[m]=u*u*f*t[m]+(p*u*f+u*p*f+u*u*d)*a[m]+(p*p*f+u*p*d+p*u*d)*s[m]+p*p*d*e[m],l.pt4[m]=u*f*f*t[m]+(p*f*f+u*d*f+u*f*d)*a[m]+(p*d*f+u*d*d+p*f*d)*s[m]+p*d*d*e[m],l.pt2[m]=f*f*f*t[m]+(d*f*f+f*d*f+f*f*d)*a[m]+(d*d*f+f*d*d+d*f*d)*s[m]+d*d*d*e[m];return l}var h=[],l=Math,p=function(){var e={};return function(a,s,r,i){var n=(a.join("_")+"_"+s.join("_")+"_"+r.join("_")+"_"+i.join("_")).replace(/\./g,"p");if(e[n])return e[n];var o,h,l,p,m,d,c=100,u=0,f=[],y=[],g={addedLength:0,segments:[]};for((a[0]!=s[0]||a[1]!=s[1])&&t(a[0],a[1],s[0],s[1],r[0],r[1])&&t(a[0],a[1],s[0],s[1],i[0],i[1])&&(c=2),l=r.length,o=0;c>o;o+=1){for(m=o/(c-1),d=0,h=0;l>h;h+=1)p=Math.pow(1-m,3)*a[h]+3*Math.pow(1-m,2)*m*r[h]+3*(1-m)*Math.pow(m,2)*i[h]+Math.pow(m,3)*s[h],f[h]=p,null!==y[h]&&(d+=Math.pow(f[h]-y[h],2)),y[h]=f[h];d&&(d=Math.sqrt(d),u+=d),g.segments.push({l:u,p:m})}return g.addedLength=u,e[n]=g,g}}();return{getEasingCurve:a,getEasingCurveByIndex:e,getBezierLength:p,getNewSegment:o,buildBezierData:r}}function dataFunctionManager(){function t(t,e,a){var s,r=o(t,e,a),i=[];for(s=0;e>s;s+=1)i.push(Math.floor(r[s]*v));return i}function e(t,e){var a,s,r,i=t.length;for(a=0;i>a;a+=1)if(void 0!==t[a].t)if(t[a].s instanceof Array)for(r=t[a].s.length,s=0;r>s;s+=1)t[a].s[s]*=e,void 0!==t[a].e&&(t[a].e[s]*=e);else t[a].s&&(t[a].s*=e,t[a].e&&(t[a].e*=e));else t[a]=t[a]*e}function a(n,o){o||(o=n);var h,l,p,m,d,c,u,f,y,g,v=n.length;for(c=0;v>c;c+=1){if(p=n[c],h=p.outPoint-p.startTime,l=p.startTime,p.tt&&(n[c-1].td=p.tt),p.renderedFrame={},p.renderedData={},m=[],d=-1,p.tm&&(p.trmp=p.tm,p.tm=t(p.tm,h,l)),p.ks.o instanceof Array?e(p.ks.o,.01):p.ks.o/=100,p.ks.s instanceof Array?e(p.ks.s,.01):p.ks.s/=100,p.ks.r instanceof Array?e(p.ks.r,C):p.ks.r*=C,p.hasMask){var b=p.masksProperties;for(f=b.length,u=0;f>u;u+=1)if(b[u].pt.i)i(b[u].pt);else for(g=b[u].pt.length,y=0;g>y;y+=1)b[u].pt[y].s&&i(b[u].pt[y].s[0]),b[u].pt[y].e&&i(b[u].pt[y].e[0])}"PreCompLayer"==p.ty?p.refId&&!p.layers?p.layers=s(p.refId,o):a(p.layers,o):"ShapeLayer"==p.ty&&r(p.shapes)}}function s(t,e,a){a||(a=e);var r,i=e.length;for(r=0;i>r;r+=1){if(e[r].compId==t)return e[r].layers||(e[r].layers=s(e[r].refId,a)),e[r].layers;if("PreCompLayer"==e[r].ty){var n=s(t,e[r].layers,a);if(n)return n}}return null}function r(t,a){var s,n,o,h,l=t.length,p=a?a:!1;for(s=l-1;s>=0;s-=1)if(t[s].renderedData=[],"tm"==t[s].ty&&(p=!0),"fl"==t[s].ty||"st"==t[s].ty)t[s].o instanceof Array?e(t[s].o,.01):t[s].o*=.01;else if("sh"==t[s].ty)if(t[s].trimmed=p,t[s].ks.i)i(t[s].ks);else for(o=t[s].ks.length,n=0;o>n;n+=1)t[s].ks[n].s&&(i(t[s].ks[n].s[0]),i(t[s].ks[n].e[0]));else"gr"==t[s].ty?r(t[s].it,p):"tr"==t[s].ty?(h=t[s],h.renderedData=[],h.o instanceof Array?e(h.o,.01):h.o/=100,h.s instanceof Array?e(h.s,.01):h.s/=100,h.r instanceof Array?e(h.r,C):h.r*=C):"rc"==t[s].ty&&(t[s].trimmed=p,t[s].trimmed=!0)}function i(t){var e,a=t.i.length;for(e=0;a>e;e+=1)t.i[e][0]+=t.v[e][0],t.i[e][1]+=t.v[e][1],t.o[e][0]+=t.v[e][0],t.o[e][1]+=t.v[e][1]}function n(t){x[t._id]={data:t,renderedFrames:[]},v=t.animation.frameRate,a(t.animation.layers)}function o(t,e,a){var s,r,i=[];if(!(t instanceof Array)||null===t[0].t)return i.push(t),i;var n,o;i=[];var h,l,p,m=[];r=t.length;var d,c,u;for(s=0;r>s;s+=1)n=t[s],n.t-=a;var f=0,y=0;for(s=0;e>s;s+=1){h=f;for(var g=!1;r-1>h;){if(n=t[h],o=t[h+1],s<n.t&&0===h){for(p=n.s.length,m=[],l=0;p>l;l+=1)m.push(n.s[l]);i.push(m),g=!0,f!=h&&(f=h,y=0);break}if(s>=n.t&&s<o.t){if(m=[],n.to){d=bez.getEasingCurve(n.o.x,n.o.y,n.i.x,n.i.y)("",s-n.t,0,1,o.t-n.t),c=n.bezierData;var v,b,x=c.segmentLength*d;for(l=y;l<c.points.length;){if(0===s||0===x||0===d){m=c.points[l].point,y=l;break}if(l==c.points.length-1)m=c.points[l].point;else if(x>c.points[l].partialLength&&x<c.points[l+1].partialLength){for(v=c.points[l].point.length,b=(x-c.points[l].partialLength)/(c.points[l+1].partialLength-c.points[l].partialLength),u=0;v>u;u+=1)m.push(c.points[l].point[u]+(c.points[l+1].point[u]-c.points[l].point[u])*b);y=l;break}l+=1}}else{var C,E,D,S;n.s.forEach(function(t,e){if(1!==n.h&&(n.o.x instanceof Array?(C=n.o.x[e],E=n.o.y[e],D=n.i.x[e],S=n.i.y[e]):(C=n.o.x,E=n.o.y,D=n.i.x,S=n.i.y),d=bez.getEasingCurve(C,E,D,S)("",s-n.t,0,1,o.t-n.t)),t.i){var a={i:[],o:[],v:[]};t.i.forEach(function(s,r){var i=[],o=[],h=[];s.forEach(function(a,s){1===n.h?(i.push(a),o.push(t.o[r][s]),h.push(t.v[r][s])):(i.push(a+(n.e[e].i[r][s]-a)*d),o.push(t.o[r][s]+(n.e[e].o[r][s]-t.o[r][s])*d),h.push(t.v[r][s]+(n.e[e].v[r][s]-t.v[r][s])*d))}),a.i.push(i),a.o.push(o),a.v.push(h)}),m.push(a)}else m.push(1===n.h?t:t+(n.e[e]-t)*d)})}i.push(m),g=!0,f!=h&&(f=h,y=0);break}h+=1}g===!1&&(n=t[t.length-2],m=[],n.e.forEach(function(t){m.push(t)}),i.push(m))}for(h=i.length;e>h;)i.push(m),h+=1;return i}function h(t,e,a,s){var r,i,n,o,h,l;if(!t.length)return"p"==s.type?(S.px=t,S.py=t):"s"==s.type?(S.sx=t,S.sy=t):("r"==s.type||"px"==s.type||"py"==s.type)&&(S[s.type]=t),s.toArray?[t]:t;if(void 0===t[0].t)return"p"==s.type?(S.px=t[0],S.py=t[1]):"s"==s.type?(S.sx=t[0],S.sy=t[1]):("r"==s.type||"px"==s.type||"py"==s.type)&&(S[s.type]=t[0]),t;h=0,l=t.length-1;for(var p=1,m=!0;!(!m||(r=t[h],i=t[h+1],h==l-1&&e>=i.t-a)||i.t-a>e&&1==p);){if(i.t-a<e&&-1==p){h+=1,r=t[h],i=t[h+1];break}l-1>h&&1==p||h>0&&-1==p?h+=p:m=!1}r.to&&!r.bezierData&&bez.buildBezierData(r);var d,c,u,f,y,g=0;if("default"==s.type&&(n=[]),r.to){if(o=r.bezierData,e>=i.t-a)return"p"==s.type?(S.px=o.points[o.points.length-1].point[0],S.py=o.points[o.points.length-1].point[1]):"s"==s.type?(S.sx=o.points[o.points.length-1].point[0],S.sy=o.points[o.points.length-1].point[1]):("r"==s.type||"px"==s.type||"py"==s.type)&&(S[s.type]=o.points[o.points.length-1].point[0]),o.points[o.points.length-1].point;if(e<r.t-a)return"p"==s.type?(S.px=o.points[0].point[0],S.py=o.points[0].point[1]):"s"==s.type?(S.sx=o.points[0].point[0],S.sy=o.points[0].point[1]):("r"==s.type||"px"==s.type||"py"==s.type)&&(S[s.type]=o.points[0].point[0]),o.points[0].point;r.__fnct?y=r.__fnct:(y=bez.getEasingCurve(r.o.x,r.o.y,r.i.x,r.i.y,r.n),r.__fnct=y),u=y("",e-(r.t-a),0,1,i.t-a-(r.t-a));var v,b=o.segmentLength*u,x=0;for(p=1,m=!0,f=o.points.length;m;){if(x+=o.points[g].partialLength*p,0===b||0===u){"p"==s.type?(S.px=o.points[g].point[0],S.py=o.points[g].point[1]):"s"==s.type?(S.sx=o.points[g].point[0],S.sy=o.points[g].point[1]):"r"==s.type||"px"==s.type||"py"==s.type?S[s.type]=o.points[g].point[0]:n=o.points[g].point;break}if(g==o.points.length-1){"p"==s.type?(S.px=o.points[g].point[0],S.py=o.points[g].point[1]):"s"==s.type?(S.sx=o.points[g].point[0],S.sy=o.points[g].point[1]):"r"==s.type||"px"==s.type||"py"==s.type?S[s.type]=o.points[g].point[0]:n=o.points[g].point;break}if(b>x&&b<x+o.points[g+1].partialLength){if(v=(b-x)/o.points[g+1].partialLength,"p"==s.type)S.px=o.points[g].point[0]+(o.points[g+1].point[0]-o.points[g].point[0])*v,S.py=o.points[g].point[1]+(o.points[g+1].point[1]-o.points[g].point[1])*v;else if("s"==s.type)S.sx=o.points[g].point[0]+(o.points[g+1].point[0]-o.points[g].point[0])*v,S.sy=o.points[g].point[1]+(o.points[g+1].point[1]-o.points[g].point[1])*v;else if("r"==s.type||"px"==s.type||"py"==s.type)S[s.type]=o.points[g].point[0]+(o.points[g+1].point[0]-o.points[g].point[0])*v;else for(c=o.points[g].point.length,d=0;c>d;d+=1)n.push(o.points[g].point[d]+(o.points[g+1].point[d]-o.points[g].point[d])*v);break}f-1>g&&1==p||g>0&&-1==p?g+=p:m=!1}}else{var C,E,D,w,M=!1;for(l=r.s.length,h=0;l>h;h+=1)1!==r.h&&(r.o.x instanceof Array?(M=!0,C=r.o.x[h]?r.o.x[h]:r.o.x[0],E=r.o.y[h]?r.o.y[h]:r.o.y[0],D=r.i.x[h]?r.i.x[h]:r.i.x[0],w=r.i.y[h]?r.i.y[h]:r.i.y[0],r.__fnct||(r.__fnct=[])):(M=!1,C=r.o.x,E=r.o.y,D=r.i.x,w=r.i.y),M?r.__fnct[h]?y=r.__fnct[h]:(y=bez.getEasingCurve(C,E,D,w),r.__fnct[h]=y):r.__fnct?y=r.__fnct:(y=bez.getEasingCurve(C,E,D,w),r.__fnct=y),u=e>=i.t-a?1:e<r.t-a?0:y("",e-(r.t-a),0,1,i.t-a-(r.t-a))),1===r.h?"p"==s.type?0===h?S.px=r.s[h]:1==h&&(S.py=r.s[h]):"s"==s.type?0===h?S.sx=r.s[h]:1==h&&(S.sy=r.s[h]):"px"==s.type||"py"==s.type||"r"==s.type?S[s.type]=r.s[h]:n.push(r.s[h]):"p"==s.type?0===h?S.px=r.s[h]+(r.e[h]-r.s[h])*u:1==h&&(S.py=r.s[h]+(r.e[h]-r.s[h])*u):"s"==s.type?0===h?S.sx=r.s[h]+(r.e[h]-r.s[h])*u:1==h&&(S.sy=r.s[h]+(r.e[h]-r.s[h])*u):"px"==s.type||"py"==s.type||"r"==s.type?S[s.type]=r.s[h]+(r.e[h]-r.s[h])*u:n.push(r.s[h]+(r.e[h]-r.s[h])*u)}return n}function l(t,e){if(!t.__lengths){t.__lengths=[],t.__totalLength=0;var a,s=t.v,r=t.o,i=t.i,n=s.length;for(a=0;n-1>a;a+=1)t.__lengths.push(bez.getBezierLength(s[a],s[a+1],r[a],i[a+1])),t.__totalLength+=t.__lengths[a].addedLength;e&&(t.__lengths.push(bez.getBezierLength(s[a],s[0],r[a],i[0])),t.__totalLength+=t.__lengths[a].addedLength)}}function p(t,e,a,s,r,i){var n=i&&i.length>0,o={};o.closed=r?t.cl:t.closed;var h=r?t.pt:t.ks;if(h.v)return o.pathNodes=n?D(h,o.closed,i,!1):h,o;t={i:[],o:[],v:[]};var l,p,m,d,c,u,f,y=[];if(e<h[0].t-a){if(!h.__minValue){for(p=h[0].s[0].i.length,l=0;p>l;l+=1){for(c=[],u=[],f=[],d=h[0].s[0].i[l].length,m=0;d>m;m+=1)c.push(h[0].s[0].i[l][m]),u.push(h[0].s[0].o[l][m]),f.push(h[0].s[0].v[l][m]);t.i.push(c),t.o.push(u),t.v.push(f)}y.push(t),h.__minValue=y[0]}return o.pathNodes=n?D(h.__minValue,o.closed,i,!1):h.__minValue,o}if(e>h[h.length-1].t-a){if(!h.__maxValue){var g=h.length-2;for(p=h[g].s[0].i.length,l=0;p>l;l+=1){for(c=[],u=[],f=[],d=h[g].s[0].i[l].length,m=0;d>m;m+=1)c.push(h[g].e[0].i[l][m]),u.push(h[g].e[0].o[l][m]),f.push(h[g].e[0].v[l][m]);t.i.push(c),t.o.push(u),t.v.push(f)}y.push(t),h.__maxValue=y[0]}return o.pathNodes=n?D(h.__maxValue,o.closed,i,!1):h.__maxValue,o}for(var v,b,x=0,C=h.length-1,E=1,S=!0;S&&(v=h[x],b=h[x+1],!(b.t-a>e&&1==E));)C-1>x&&1==E||x>0&&-1==E?x+=E:S=!1;var w,M,A,I,F;if(1!==v.h){w=v.o.x,M=v.o.y,A=v.i.x,I=v.i.y;var P;v.__fnct?P=v.__fnct:(P=bez.getEasingCurve(w,M,A,I),v.__fnct=P),F=P("",e-(v.t-a),0,1,b.t-a-(v.t-a)),e>=b.t-a?F=1:e<v.t-a&&(F=0)}if(1===v.h&&v.__hValue)y.push(v.__hValue);else for(t={i:[],o:[],v:[]},p=v.s[0].i.length,l=0;p>l;l+=1){for(c=[],u=[],f=[],d=v.s[0].i[l].length,m=0;d>m;m+=1)1===v.h?(c.push(v.s[0].i[l][m]),u.push(v.s[0].o[l][m]),f.push(v.s[0].v[l][m])):(c.push(v.s[0].i[l][m]+(v.e[0].i[l][m]-v.s[0].i[l][m])*F),u.push(v.s[0].o[l][m]+(v.e[0].o[l][m]-v.s[0].o[l][m])*F),f.push(v.s[0].v[l][m]+(v.e[0].v[l][m]-v.s[0].v[l][m])*F));t.i.push(c),t.o.push(u),t.v.push(f),1===v.h&&(v.__hValue=t),y.push(t)}return o.pathNodes=n?D(y[0],o.closed,i,!1):y[0],o}function m(t,e,a){var s,r,i,n,o,l,d,u,f,y=t.length;for(u=0;y>u;u+=1){if(f=t[u],n=e-f.startTime,s={},E.arrayFlag=!1,E.type="default",s.a=h(f.ks.a,n,f.startTime,E),s.o=h(f.ks.o,n,f.startTime,E),E.arrayFlag=!1,f.ks.p.s?(E.type="px",h(f.ks.p.x,n,f.startTime,E),E.type="py",h(f.ks.p.y,n,f.startTime,E)):(E.type="p",h(f.ks.p,n,f.startTime,E)),E.arrayFlag=!0,E.type="r",h(f.ks.r,n,f.startTime,E),E.arrayFlag=!0,E.type="s",h(f.ks.s,n,f.startTime,E),d={},d.an={tr:s},E.arrayFlag=!1,E.type="default",d.an.matrixArray="canvas"==a?b.getMatrixArrayFromParams(S.r,S.sx,S.sy,S.px,S.py):b.getMatrixArrayFromParams(S.r,S.sx,S.sy,S.px,S.py),f.renderedData[n]=d,f.hasMask)for(r=f.masksProperties,l=r.length,o=0;l>o;o+=1)r[o].paths||(r[o].paths=[],r[o].opacity=[]),r[o].paths[n]=p(r[o],n,f.startTime,a,!0),r[o].opacity[n]=h(r[o].o,n,f.startTime,E),r[o].opacity[n]=r[o].opacity[n]instanceof Array?r[o].opacity[n][0]/100:r[o].opacity[n]/100;e<f.inPoint||e>f.outPoint||("PreCompLayer"==f.ty?(i=f.tm?f.tm[n]<0?0:n>=f.tm.length?f.tm[f.tm.length-1]:f.tm[n]:n,void 0===i&&(i=h(f.trmp,n,0,E)[0]*v,f.tm[n]=i),m(f.layers,i,a)):"ShapeLayer"==f.ty&&c(f.shapes,n,f.startTime,a))}}function d(t,e,a){a=Math.min(e[0],e[1],a/2);var s=new Array(8),r=new Array(8),i=new Array(8),n=a/2;return a*=1,s[0]=[t[0]+e[0]/2,t[1]-e[1]/2+a],i[0]=s[0],r[0]=[t[0]+e[0]/2,t[1]-e[1]/2+n],s[1]=[t[0]+e[0]/2,t[1]+e[1]/2-a],i[1]=[t[0]+e[0]/2,t[1]+e[1]/2-n],r[1]=s[1],s[2]=[t[0]+e[0]/2-a,t[1]+e[1]/2],i[2]=s[2],r[2]=[t[0]+e[0]/2-n,t[1]+e[1]/2],s[3]=[t[0]-e[0]/2+a,t[1]+e[1]/2],i[3]=[t[0]-e[0]/2+n,t[1]+e[1]/2],r[3]=s[3],s[4]=[t[0]-e[0]/2,t[1]+e[1]/2-a],i[4]=s[4],r[4]=[t[0]-e[0]/2,t[1]+e[1]/2-n],s[5]=[t[0]-e[0]/2,t[1]-e[1]/2+a],i[5]=[t[0]-e[0]/2,t[1]-e[1]/2+n],r[5]=s[5],s[6]=[t[0]-e[0]/2+a,t[1]-e[1]/2],i[6]=s[6],r[6]=[t[0]-e[0]/2+n,t[1]-e[1]/2],s[7]=[t[0]+e[0]/2-a,t[1]-e[1]/2],i[7]=[t[0]+e[0]/2-n,t[1]-e[1]/2],r[7]=s[7],{v:s,o:i,i:r,c:!0}}function c(t,e,a,s,r){var i,n,o,l,m,f,y,g,v,x,C=t.length;r||(r=[]);var w,M,A,I,F;for(i=C-1;i>=0;i-=1)if(n=t[i],"sh"==n.ty)n.renderedData[e]={path:p(n,e,a,s,!1,r)};else if("fl"==n.ty)o=h(n.c,e,a,E),l=h(n.o,e,a,E),n.renderedData[e]={opacity:l instanceof Array?l[0]:l},"canvas"==s?(u(o),n.renderedData[e].color=o):n.renderedData[e].color=rgbToHex(Math.round(o[0]),Math.round(o[1]),Math.round(o[2]));else if("rc"==n.ty)m=h(n.p,e,a,E),f=h(n.s,e,a,E),y=h(n.r,e,a,E),n.trimmed?(n.renderedData[e]={path:{closed:!0}},n.renderedData[e].path.pathNodes=D(d(m,f,y),!0,r,!1)):n.renderedData[e]={position:m,size:f,roundness:y};else if("el"==n.ty){if(m=h(n.p,e,a,E),f=h(n.s,e,a,E),n.renderedData[e]={p:m,size:f},"svg"==s){var P={v:new Array(4),i:new Array(4),o:new Array(4)};P.v[0]=[m[0],m[1]-f[1]/2],P.o[0]=[m[0]-f[0]/2*.55,m[1]-f[1]/2],P.i[0]=[m[0]+f[0]/2*.55,m[1]-f[1]/2],P.v[1]=[m[0]-f[0]/2,m[1]],P.o[1]=[m[0]-f[0]/2,m[1]+f[1]/2*.55],P.i[1]=[m[0]-f[0]/2,m[1]-f[1]/2*.55],P.v[2]=[m[0],m[1]+f[1]/2],P.o[2]=[m[0]+f[0]/2*.55,m[1]+f[1]/2],P.i[2]=[m[0]-f[0]/2*.55,m[1]+f[1]/2],P.v[3]=[m[0]+f[0]/2,m[1]],P.o[3]=[m[0]+f[0]/2,m[1]-f[1]/2*.55],P.i[3]=[m[0]+f[0]/2,m[1]+f[1]/2*.55],n.renderedData[e].path={pathNodes:P},n.closed=!0}}else if("st"==n.ty){if(g=h(n.c,e,a,E),v=h(n.o,e,a,E),x=h(n.w,e,a,E),n.renderedData[e]={opacity:v instanceof Array?v[0]:v,width:x instanceof Array?x[0]:x},n.d){var T=[];F=n.d.length;var k;for(I=0;F>I;I+=1)k=h(n.d[I].v,e,a,E),T.push({v:k instanceof Array?k[0]:k,n:n.d[I].n});n.renderedData[e].dashes=T}"canvas"==s?(u(g),n.renderedData[e].color=g):n.renderedData[e].color=rgbToHex(Math.round(g[0]),Math.round(g[1]),Math.round(g[2]))}else if("tr"==n.ty)n.renderedData[e]={a:h(n.a,e,a,E),o:h(n.o,e,a,E)},E.arrayFlag=!0,E.type="s",h(n.s,e,a,E),E.arrayFlag=!0,E.type="r",h(n.r,e,a,E),E.arrayFlag=!1,E.type="p",h(n.p,e,a,E),E.arrayFlag=!1,E.type="default",n.renderedData[e].mtArr="canvas"==s?b.getMatrixArrayFromParams(S.r,S.sx,S.sy,S.px,S.py):b.getMatrixArrayFromParams(S.r,S.sx,S.sy,S.px,S.py);else if("tm"==n.ty){w=h(n.s,e,a,E),M=h(n.e,e,a,E),A=h(n.o,e,a,E);var _={s:w,e:M,o:A};r.push(_),n.renderedData[e]=_}else"gr"==n.ty&&c(n.it,e,a,s,r)}function u(t){var e,a=t.length;for(e=0;a>e;e+=1)t[e]=Math.round(t[e])}function f(t,e){for(var a=1;a>0;){if(e+=1,e>=t.data.animation.totalFrames){t.renderFinished=!0;break}t.renderedFrames[e]||(y(t.data._id,e),a-=1)}}function y(t,e){return 2==x[t].renderedFrames[e]?void(x[t].renderFinished||f(x[t],e)):(v=x[t].data.animation.frameRate,x[t].renderedFrames[e]=2,void m(x[t].data.animation.layers,e,x[t].data._animType))}function g(t){var e,a=x[t].data,s=a.animation.totalFrames,r=[];for(e=0;s>e;e+=1)r.push({num:e,data:y(t,e)})}var v=0,b=new MatrixManager,x={},C=Math.PI/180,E={arrayFlag:!1},D=function(){function t(t,i,n,l,m){s[o]=i,e[o+1]=n,a[o+1]=l,h?a[o]=t:(p+=" M"+t.join(","),h=!0,r[o]=t),p+=" C"+i.join(",")+" "+n.join(",")+" "+l.join(","),o+=1}var e,a,s,r,i,n,o,h=!1,p="";return function(m,d,c,u){l(m,d);var f,y=c.length,g=m;a=e=s=r=null;var v,b,x,C,E;for(f=y-1;f>=0;f-=1){var D=[],S=c[f].o%360/360;if(0!==S||0!==c[f].s||100!=c[f].e){p="",h=!1,e=[],s=[],a=[],r=[],i=[],n=0,0>S&&(S+=1);var w=c[f].s/100+S,M=c[f].e/100+S;if(w==M)return u?"":{};if(w>M){var A=w;w=M,M=A}1>=M?D.push({s:g.__totalLength*w,e:g.__totalLength*M}):w>=1?D.push({s:g.__totalLength*(w-1),e:g.__totalLength*(M-1)}):(D.push({s:g.__totalLength*w,e:g.__totalLength}),D.push({s:0,e:g.__totalLength*(M-1)})),v=[],b=[],x=[];var I;v=g.v,b=g.o,x=g.i,I=g.__lengths,E=v.length;var F,P,T=0,k=0,_=D.length;for(o=0,F=0;_>F;F+=1){for(T=0,C=1;E>C;C++)if(k=I[C-1].addedLength,T+k<D[F].s)T+=k;else{if(T>D[F].e)break;D[F].s<=T&&D[F].e>=T+k?t(v[C-1],b[C-1],x[C],v[C],I[C-1]):(P=bez.getNewSegment(v[C-1],v[C],b[C-1],x[C],(D[F].s-T)/k,(D[F].e-T)/k,I[C-1]),t(P.pt1,P.pt3,P.pt4,P.pt2)),T+=k}d!==!1?T<=D[F].e&&(k=I[C-1].addedLength,D[F].s<=T&&D[F].e>=T+k?t(v[C-1],b[C-1],x[0],v[0],I[C-1]):(P=bez.getNewSegment(v[C-1],v[0],b[C-1],x[0],(D[F].s-T)/k,(D[F].e-T)/k,I[C-1]),t(P.pt1,P.pt3,P.pt4,P.pt2))):h=!1}d=!1}}if(a?(v=a,b=s,x=e):(v=g.v,b=g.o,x=g.i,r=[]),E=v.length,u){for(p="",C=1;E>C;C++)r[C-1]?p+="M"+r[C-1].join(","):1==C&&(p+="M"+v[0].join(",")),p+=" C"+b[C-1].join(",")+" "+x[C].join(",")+" "+v[C].join(",");return d!==!1&&(p+=" C"+b[C-1].join(",")+" "+x[0].join(",")+" "+v[0].join(",")),p}return{i:x,o:b,v:v,s:r,c:d}}}(),S={r:0,sx:1,sy:1,px:1,py:1},w={};return w.completeData=n,w.renderFrame=y,w.renderAllFrames=g,w}function SVGRenderer(t){this.animationItem=t,this.layers=null,this.lastFrame=-1,this.globalData={frameNum:-1},this.elements=[],this.destroyed=!1}function CanvasRenderer(t,e){this.animationItem=t,this.renderConfig=e?e:{clearCanvas:!0,context:null,scaleMode:"fit"},this.lastFrame=-1,this.globalData={frameNum:-1},this.contextData={saved:new Array(15),savedOp:new Array(15),cArrPos:0,cTr:new Matrix,cO:1};var a,s=15;for(a=0;s>a;a+=1)this.contextData.saved[a]=new Array(6);this.elements=[]}function MaskElement(t,e,a){this.data=t,this.storedData=[],this.element=e,this.globalData=a,this.paths=[],this.registeredEffects=[],this.masksProperties=[],this.maskElement=null,this.layerSize=null}function ICompElement(t,e,a){this.parent.constructor.call(this,t,e,a),this.layers=t.layers}function IImageElement(t,e,a){this.assetData=a.getAssetData(t.id),this.path=a.getPath(),this.parent.constructor.call(this,t,e,a)}function IShapeElement(t,e,a){this.shapes=[],this.parent.constructor.call(this,t,e,a)}function ShapeItemElement(t,e,a){this.stylesList=[],this.viewData=[],this.shape=e,this.data=t,this.globalData=a,this.searchShapes(this.data,this.viewData),styleUnselectableDiv(this.shape)}function ISolidElement(t,e,a){this.parent.constructor.call(this,t,e,a)}function ITextElement(t,e,a,s){this.parent.constructor.call(this,t,e,a,s)}function CVBaseElement(t,e){this.data=t,this.globalData=e,this.canvasContext=e.canvasContext,this.currentAnimData=null,this.renderFrame=!1,this.ownMatrix=new Matrix,this.finalTransform={mat:new Matrix,opacity:1},this.init()}function CVCompElement(t,e){this.parent.constructor.call(this,t,e),this.layers=t.layers}function CVImageElement(t,e){this.animationItem=e.renderer.animationItem,this.assetData=this.animationItem.getAssetData(t.id),this.path=this.animationItem.getPath(),this.parent.constructor.call(this,t,e),this.animationItem.pendingElements+=1}function CVShapeElement(t,e){this.shapes=[],this.parent.constructor.call(this,t,e)}function CVShapeItemElement(t,e,a){this.data=t,this.globalData=a,this.canvasContext=a.canvasContext,this.frameNum=-1,this.dataLength=this.data.length,this.mainFlag=e,this.stylesList=[],this.ownStylesList=[],this.stylesPool=[],this.currentStylePoolPos=0,this.transform={opacity:1,mat:new Matrix},this.mat=new Matrix;var s,r=this.dataLength-1;this.renderedPaths=new Array(this.globalData.totalFrames);var i;for(s=r;s>=0;s-=1)"gr"==this.data[s].ty?this.data[s].item=new CVShapeItemElement(this.data[s].it,!1,this.globalData):("st"==this.data[s].ty||"fl"==this.data[s].ty)&&(i={type:"fill",styleOpacity:0,opacity:0,value:"rgba(0,0,0,0)",closed:!1},"fl"==this.data[s].ty?i.type="fill":(i.type="stroke",i.width=0),this.stylesPool.push(i))}function CVSolidElement(t,e){this.parent.constructor.call(this,t,e)}function CVTextElement(t,e){this.parent.constructor.call(this,t,e)}function CVMaskElement(){}var svgNS="http://www.w3.org/2000/svg";Matrix.prototype={concat:function(t){return this.clone()._t(t.a,t.b,t.c,t.d,t.e,t.f)},flipX:function(){return this._t(-1,0,0,1,0,0)},flipY:function(){return this._t(1,0,0,-1,0,0)},reflectVector:function(t,e){var a=this.applyToPoint(0,1),s=2*(a.x*t+a.y*e);return t-=s*a.x,e-=s*a.y,{x:t,y:e}},reset:function(){return this.setTransform(1,0,0,1,0,0)},rotate:function(t){return 0===t?this:(this.cos=Math.cos(t),this.sin=Math.sin(t),this._t(this.cos,this.sin,-this.sin,this.cos,0,0))},rotateFromVector:function(t,e){return this.rotate(Math.atan2(e,t))},rotateDeg:function(t){return this.rotate(t*Math.PI/180)},scaleU:function(t){return this._t(t,0,0,t,0,0)},scale:function(t,e){return 1==t&&1==e?this:this._t(t,0,0,e,0,0)},scaleX:function(t){return this._t(t,0,0,1,0,0)},scaleY:function(t){return this._t(1,0,0,t,0,0)},shear:function(t,e){return this._t(1,e,t,1,0,0)},shearX:function(t){return this._t(1,0,t,1,0,0)},shearY:function(t){return this._t(1,t,0,1,0,0)},skew:function(t,e){return this.shear(Math.tan(t),Math.tan(e))},skewX:function(t){return this.shearX(Math.tan(t))},skewY:function(t){return this.shearY(Math.tan(t))},setTransform:function(t,e,a,s,r,i){return this.props[0]=t,this.props[1]=e,this.props[2]=a,this.props[3]=s,this.props[4]=r,this.props[5]=i,this._x()},translate:function(t,e){return this._t(1,0,0,1,t,e)},translateX:function(t){return this._t(1,0,0,1,t,0)},translateY:function(t){return this._t(1,0,0,1,0,t)},transform:function(t,e,a,s,r,i){return this.a1=this.props[0],this.b1=this.props[1],this.c1=this.props[2],this.d1=this.props[3],this.e1=this.props[4],this.f1=this.props[5],this.props[0]=this.a1*t+this.c1*e,this.props[1]=this.b1*t+this.d1*e,this.props[2]=this.a1*a+this.c1*s,this.props[3]=this.b1*a+this.d1*s,this.props[4]=this.a1*r+this.c1*i+this.e1,this.props[5]=this.b1*r+this.d1*i+this.f1,this._x()},divide:function(t){if(!t.isInvertible())throw"Input matrix is not invertible";var e=t.inverse();return this._t(e.a,e.b,e.c,e.d,e.e,e.f)},divideScalar:function(t){var e=this;return e.a/=t,e.b/=t,e.c/=t,e.d/=t,e.e/=t,e.f/=t,e._x()},inverse:function(){if(this.isIdentity())return new Matrix;if(this.isInvertible()){var t=this,e=t.a,a=t.b,s=t.c,r=t.d,i=t.e,n=t.f,o=new Matrix,h=e*r-a*s;return o.a=r/h,o.b=-a/h,o.c=-s/h,o.d=e/h,o.e=(s*n-r*i)/h,o.f=-(e*n-a*i)/h,o}throw"Matrix is not invertible."},interpolate:function(t,e,a){var s=this,r=a?new Matrix(a):new Matrix;return r.a=s.a+(t.a-s.a)*e,r.b=s.b+(t.b-s.b)*e,r.c=s.c+(t.c-s.c)*e,r.d=s.d+(t.d-s.d)*e,r.e=s.e+(t.e-s.e)*e,r.f=s.f+(t.f-s.f)*e,r._x()},interpolateAnim:function(t,e,a){var s=this,r=a?new Matrix(a):new Matrix,i=s.decompose(),n=t.decompose(),o=i.rotation+(n.rotation-i.rotation)*e,h=i.translate.x+(n.translate.x-i.translate.x)*e,l=i.translate.y+(n.translate.y-i.translate.y)*e,p=i.scale.x+(n.scale.x-i.scale.x)*e,m=i.scale.y+(n.scale.y-i.scale.y)*e;return r.translate(h,l),r.rotate(o),r.scale(p,m),r._x()},decompose:function(t){var e=this.props[0],a=this.props[1],s=this.props[2],r=this.props[3],i=Math.acos,n=Math.atan,o=Math.sqrt,h=Math.PI,l={x:this.props[4],y:this.props[5]},p=0,m={x:1,y:1},d={x:0,y:0},c=e*r-a*s;if(t)e?(d={x:n(s/e),y:n(a/e)},m={x:e,y:c/e}):a?(p=.5*h,m={x:a,y:c/a},d.x=n(r/a)):(m={x:s,y:r},d.x=.25*h);else if(e||a){var u=o(e*e+a*a);p=a>0?i(e/u):-i(e/u),m={x:u,y:c/u},d.x=n((e*s+a*r)/(u*u))}else if(s||r){var f=o(s*s+r*r);p=.5*h-(r>0?i(-s/f):-i(s/f)),m={x:c/f,y:f},d.y=n((e*s+a*r)/(f*f))}else m={x:0,y:0};return{scale:m,translate:l,rotation:p,skew:d}},determinant:function(){return this.a*this.d-this.b*this.c},applyToPoint:function(t,e){return{x:t*this.props[0]+e*this.props[2]+this.props[4],y:t*this.props[1]+e*this.props[3]+this.props[5]}},applyToPointStringified:function(t,e){return t*this.props[0]+e*this.props[2]+this.props[4]+","+(t*this.props[1]+e*this.props[3]+this.props[5])},applyToArray:function(t){var e,a,s=0,r=[];if("number"==typeof t[0])for(a=t.length;a>s;)e=this.applyToPoint(t[s++],t[s++]),r.push(e.x,e.y);else for(a=t.length,s=0;a>s;s++)r.push(this.applyToPoint(t[s].x,t[s].y));return r},applyToTypedArray:function(t,e){for(var a,s=0,r=t.length,i=e?new Float64Array(r):new Float32Array(r);r>s;)a=this.applyToPoint(t[s],t[s+1]),i[s++]=a.x,i[s++]=a.y;return i},applyToContext:function(t){var e=this;return t.setTransform(e.a,e.b,e.c,e.d,e.e,e.f),e},isIdentity:function(){var t=this;return t._q(t.a,1)&&t._q(t.b,0)&&t._q(t.c,0)&&t._q(t.d,1)&&t._q(t.e,0)&&t._q(t.f,0)},isInvertible:function(){return!this._q(this.determinant(),0)},isValid:function(){return!this._q(this.a*this.d,0)},clone:function(t){var e=this,a=new Matrix;return a.a=e.a,a.b=e.b,a.c=e.c,a.d=e.d,a.e=e.e,a.f=e.f,t||(a.context=e.context),a},isEqual:function(t){var e=this,a=e._q;return a(e.a,t.a)&&a(e.b,t.b)&&a(e.c,t.c)&&a(e.d,t.d)&&a(e.e,t.e)&&a(e.f,t.f)},toArray:function(){return[this.props[0],this.props[1],this.props[2],this.props[3],this.props[4],this.props[5]]},toCSS:function(){return this.cssParts[1]=this.props.join(","),this.cssParts.join("")},toJSON:function(){var t=this;return'{"a":'+t.a+',"b":'+t.b+',"c":'+t.c+',"d":'+t.d+',"e":'+t.e+',"f":'+t.f+"}"},toString:function(){return""+this.toArray()},_q:function(t,e){return Math.abs(t-e)<1e-14},_x:function(){return this.context&&this.context.setTransform(this.a,this.b,this.c,this.d,this.e,this.f),this}},void 0===CanvasRenderingContext2D.prototype.ellipse&&(CanvasRenderingContext2D.prototype.ellipse=function(t,e,a,s,r,i,n,o){this.save(),this.translate(t,e),this.rotate(r),this.scale(a,s),this.arc(0,0,1,i,n,o),this.restore()});var BM_Path2D;!function(){function t(t){if(this.ops_=[],void 0!==t)if("string"==typeof t)try{this.ops_=parser.parse(t)}catch(e){}else{if(!t.hasOwnProperty("ops_"))throw"Error: "+typeof t+"is not a valid argument to Path";this.ops_=t.ops_.slice(0)}}function e(t){return function(){var e,a=arguments.length,s=[];for(e=0;a>e;e+=1)s.push(arguments[e]);this.ops_.push({type:t,args:s})}}for(var a=CanvasRenderingContext2D.prototype,s=BM_CanvasRenderingContext2D.prototype,r=["closePath","moveTo","lineTo","quadraticCurveTo","bezierCurveTo","rect","arc","arcTo","ellipse"],i=0;i<r.length;i++){var n=r[i];t.prototype[n]=e(n)}t.prototype.addPath=function(t,e){var a=!1;!e||1==e[0]&&0===e[1]&&0===e[2]&&1==e[3]&&0===e[4]&&0===e[5]||(a=!0,this.ops_.push({type:"save",args:[]}),this.ops_.push({type:"transform",args:[e[0],e[1],e[2],e[3],e[4],e[5]]})),this.ops_=this.ops_.concat(t.ops_),a&&this.ops_.push({type:"restore",args:[]})};var o=a.fill,h=a.stroke,l=a.clip;s.fill=function(e){if(e instanceof t){this.renderer.canvasContext.beginPath();for(var a=0,s=e.ops_.length;s>a;a++){var r=e.ops_[a];"transform"==r.type?this.renderer.ctxTransform(r.args):"save"==r.type?this.renderer.save():"restore"==r.type?this.renderer.restore():this.renderer.canvasContext[r.type].apply(this.renderer.canvasContext,r.args)}s=arguments.length;var i=[];for(a=1;s>a;a+=1)i.push(arguments[a]);o.apply(this.renderer.canvasContext,i)}else o.apply(this.renderer.canvasContext,arguments)},s.stroke=function(e){if(e instanceof t){this.renderer.canvasContext.beginPath();for(var a=0,s=e.ops_.length;s>a;a++){var r=e.ops_[a];this.renderer.canvasContext[r.type].apply(this.renderer.canvasContext,r.args)}h.call(this.renderer.canvasContext)}else h.call(this.renderer.canvasContext)},s.clip=function(e){if(e instanceof t){this.renderer.canvasContext.beginPath();for(var a=0,s=e.ops_.length;s>a;a++){var r=e.ops_[a];this.renderer.canvasContext[r.type].apply(this.renderer.canvasContext,r.args);
+
+}s=arguments.length;var i=[];for(a=1;s>a;a+=1)i.push(arguments[a]);l.apply(this.renderer.canvasContext,i)}else l.apply(this.renderer.canvasContext,arguments)},BM_Path2D=t}();var MatrixManager=matrixManagerFunction;!function(){for(var t=0,e=["ms","moz","webkit","o"],a=0;a<e.length&&!window.requestAnimationFrame;++a)window.requestAnimationFrame=window[e[a]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[e[a]+"CancelAnimationFrame"]||window[e[a]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(e,a){var s=(new Date).getTime(),r=Math.max(0,16-(s-t)),i=window.setTimeout(function(){e(s+r)},r);return t=s+r,i}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(t){clearTimeout(t)})}();var subframeEnabled=!1,cachedColors={},rgbToHex=function(){var t,e,a=[];for(t=0;256>t;t+=1)e=t.toString(16),a[t]=1==e.length?"0"+e:e;return function(t,e,s){return 0>t&&(t=0),0>e&&(e=0),0>s&&(s=0),"#"+a[t]+a[e]+a[s]}}(),fillColorToString=function(){var t=[];return function(e,a){return t[e[0]]||(t[e[0]]=[]),t[e[0]][e[1]]||(t[e[0]][e[1]]=[]),t[e[0]][e[1]][e[2]]||(void 0!==a&&(e[3]=a),t[e[0]][e[1]][e[2]]="rgba("+e.join(",")+")"),t[e[0]][e[1]][e[2]]}}(),bez=bezFunction(),dataManager=dataFunctionManager();SVGRenderer.prototype.buildItems=function(t,e,a){var s,r=0,i=t.length;for(a||(a=this.elements),e||(e=this.animationItem.container),s=i-1;s>=0;s--){if("StillLayer"==t[s].ty)r++,a[s]=this.createImage(t[s],e);else if("PreCompLayer"==t[s].ty){a[s]=this.createComp(t[s],e);var n=[];this.buildItems(t[s].layers,a[s].getDomElement(),n),a[s].setElements(n)}else a[s]="SolidLayer"==t[s].ty?this.createSolid(t[s],e):"ShapeLayer"==t[s].ty?this.createShape(t[s],e):"TextLayer"==t[s].ty?this.createText(t[s],e):this.createBase(t[s],e);t[s].td&&a[s+1].setMatte(a[s].layerId)}},SVGRenderer.prototype.createBase=function(t,e){return new BaseElement(t,e,this.globalData)},SVGRenderer.prototype.createShape=function(t,e){return new IShapeElement(t,e,this.globalData)},SVGRenderer.prototype.createText=function(t,e){return new ITextElement(t,e,this.globalData)},SVGRenderer.prototype.createImage=function(t,e){return new IImageElement(t,e,this.globalData)},SVGRenderer.prototype.createComp=function(t,e){return new ICompElement(t,e,this.globalData)},SVGRenderer.prototype.createSolid=function(t,e){return new ISolidElement(t,e,this.globalData)},SVGRenderer.prototype.configAnimation=function(t){this.animationItem.container=document.createElementNS(svgNS,"svg"),this.animationItem.container.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.animationItem.container.setAttribute("width",t.animation.compWidth),this.animationItem.container.setAttribute("height",t.animation.compHeight),this.animationItem.container.setAttribute("viewBox","0 0 "+t.animation.compWidth+" "+t.animation.compHeight),this.animationItem.container.setAttribute("preserveAspectRatio","xMidYMid meet"),this.animationItem.container.style.width="100%",this.animationItem.container.style.height="100%",this.animationItem.container.style.transformOrigin=this.animationItem.container.style.mozTransformOrigin=this.animationItem.container.style.webkitTransformOrigin=this.animationItem.container.style["-webkit-transform"]="0px 0px 0px",this.animationItem.wrapper.appendChild(this.animationItem.container);var e=document.createElementNS(svgNS,"defs");this.globalData.defs=e,this.animationItem.container.appendChild(e),this.globalData.getAssetData=this.animationItem.getAssetData.bind(this.animationItem),this.globalData.getPath=this.animationItem.getPath.bind(this.animationItem),this.globalData.elementLoaded=this.animationItem.elementLoaded.bind(this.animationItem);var a=document.createElementNS(svgNS,"clipPath"),s=document.createElementNS(svgNS,"rect");s.setAttribute("width",t.animation.compWidth),s.setAttribute("height",t.animation.compHeight),s.setAttribute("x",0),s.setAttribute("y",0);var r="animationMask_"+randomString(10);a.setAttribute("id",r),a.appendChild(s);var i=document.createElementNS(svgNS,"g");i.setAttribute("clip-path","url(#"+r+")"),this.animationItem.container.appendChild(i),e.appendChild(a),this.animationItem.container=i,this.layers=t.animation.layers},SVGRenderer.prototype.buildStage=function(t,e,a){var s,r,i=e.length;for(a||(a=this.elements),s=i-1;s>=0;s--)r=e[s],void 0!==r.parent&&this.buildItemParenting(r,a[s],e,r.parent,a),"PreCompLayer"==r.ty&&this.buildStage(a[s].getComposingElement(),r.layers,a[s].getElements())},SVGRenderer.prototype.buildItemParenting=function(t,e,a,s,r){t.parents||(t.parents=[]);for(var i=0,n=a.length;n>i;)a[i].ind==s&&(e.getHierarchy().push(r[i]),void 0!==a[i].parent&&this.buildItemParenting(t,e,a,a[i].parent,r)),i+=1},SVGRenderer.prototype.destroy=function(){this.animationItem.wrapper.innerHTML="",this.animationItem.container=null,this.globalData.defs=null;var t,e=this.layers.length;for(t=0;e>t;t++)this.elements[t].destroy();this.elements.length=0,this.destroyed=!0},SVGRenderer.prototype.updateContainerSize=function(){},SVGRenderer.prototype.renderFrame=function(t){if(this.lastFrame!=t&&!this.destroyed){this.lastFrame=t,this.globalData.frameNum=t;var e,a=this.layers.length;for(e=0;a>e;e++)this.elements[e].prepareFrame(t-this.layers[e].startTime);for(e=0;a>e;e++)this.elements[e].renderFrame(t-this.layers[e].startTime)}},CanvasRenderer.prototype.buildItems=function(t,e){e||(e=this.elements);var a,s=0,r=t.length;for(a=0;r>a;a++)if("StillLayer"==t[a].ty)s++,e.push(this.createImage(t[a]));else if("PreCompLayer"==t[a].ty){e.push(this.createComp(t[a]));var i=[];this.buildItems(t[a].layers,i),e[e.length-1].setElements(i)}else e.push("SolidLayer"==t[a].ty?this.createSolid(t[a]):"ShapeLayer"==t[a].ty?this.createShape(t[a]):"TextLayer"==t[a].ty?this.createText(t[a]):this.createBase(t[a]))},CanvasRenderer.prototype.createBase=function(t){return new CVBaseElement(t,this.globalData)},CanvasRenderer.prototype.createShape=function(t){return new CVShapeElement(t,this.globalData)},CanvasRenderer.prototype.createText=function(t){return new CVTextElement(t,this.globalData)},CanvasRenderer.prototype.createImage=function(t){return new CVImageElement(t,this.globalData)},CanvasRenderer.prototype.createComp=function(t){return new CVCompElement(t,this.globalData)},CanvasRenderer.prototype.createSolid=function(t){return new CVSolidElement(t,this.globalData)},CanvasRenderer.prototype.ctxTransform=function(t){if(!this.renderConfig.clearCanvas)return void this.canvasContext.transform(t[0],t[1],t[2],t[3],t[4],t[5]);this.contextData.cTr.transform(t[0],t[1],t[2],t[3],t[4],t[5]);var e=this.contextData.cTr.props;this.canvasContext.setTransform(e[0],e[1],e[2],e[3],e[4],e[5])},CanvasRenderer.prototype.ctxOpacity=function(t){return this.renderConfig.clearCanvas?(this.contextData.cO*=0>t?0:t,void(this.canvasContext.globalAlpha=this.contextData.cO)):void(this.canvasContext.globalAlpha*=0>t?0:t)},CanvasRenderer.prototype.reset=function(){return this.renderConfig.clearCanvas?(this.contextData.cArrPos=0,this.contextData.cTr.reset(),void(this.contextData.cO=1)):void this.canvasContext.restore()},CanvasRenderer.prototype.save=function(t){if(!this.renderConfig.clearCanvas)return void this.canvasContext.save();t&&this.canvasContext.save();var e=this.contextData.cTr.props;(null===this.contextData.saved[this.contextData.cArrPos]||void 0===this.contextData.saved[this.contextData.cArrPos])&&(this.contextData.saved[this.contextData.cArrPos]=new Array(6));var a,s=6,r=this.contextData.saved[this.contextData.cArrPos];for(a=0;s>a;a+=1)r[a]=e[a];this.contextData.savedOp[this.contextData.cArrPos]=this.contextData.cO,this.contextData.cArrPos+=1},CanvasRenderer.prototype.restore=function(t){if(!this.renderConfig.clearCanvas)return void this.canvasContext.restore();t&&this.canvasContext.restore(),this.contextData.cArrPos-=1;var e,a=this.contextData.saved[this.contextData.cArrPos],s=6,r=this.contextData.cTr.props;for(e=0;s>e;e+=1)r[e]=a[e];this.canvasContext.setTransform(a[0],a[1],a[2],a[3],a[4],a[5]),a=this.contextData.savedOp[this.contextData.cArrPos],this.contextData.cO=a,this.canvasContext.globalAlpha=a},CanvasRenderer.prototype.configAnimation=function(t){this.animationItem.wrapper?(this.animationItem.container=document.createElement("canvas"),this.animationItem.container.style.width="100%",this.animationItem.container.style.height="100%",this.animationItem.container.style.transformOrigin=this.animationItem.container.style.mozTransformOrigin=this.animationItem.container.style.webkitTransformOrigin=this.animationItem.container.style["-webkit-transform"]="0px 0px 0px",this.animationItem.wrapper.appendChild(this.animationItem.container),this.canvasContext=this.animationItem.container.getContext("2d")):this.canvasContext=this.renderConfig.context,this.globalData.canvasContext=this.canvasContext,this.globalData.bmCtx=new BM_CanvasRenderingContext2D(this),this.globalData.renderer=this,this.globalData.totalFrames=Math.floor(t.animation.totalFrames),this.globalData.compWidth=t.animation.compWidth,this.globalData.compHeight=t.animation.compHeight,this.layers=t.animation.layers,this.transformCanvas={},this.transformCanvas.w=t.animation.compWidth,this.transformCanvas.h=t.animation.compHeight,this.updateContainerSize()},CanvasRenderer.prototype.updateContainerSize=function(){var t,e;if(this.animationItem.wrapper&&this.animationItem.container?(t=this.animationItem.wrapper.offsetWidth,e=this.animationItem.wrapper.offsetHeight,this.animationItem.container.setAttribute("width",t),this.animationItem.container.setAttribute("height",e)):(t=this.canvasContext.canvas.width,e=this.canvasContext.canvas.height),"fit"==this.renderConfig.scaleMode){var a=t/e,s=this.transformCanvas.w/this.transformCanvas.h;s>a?(this.transformCanvas.sx=t/this.transformCanvas.w,this.transformCanvas.sy=t/this.transformCanvas.w,this.transformCanvas.tx=0,this.transformCanvas.ty=(e-this.transformCanvas.h*(t/this.transformCanvas.w))/2):(this.transformCanvas.sx=e/this.transformCanvas.h,this.transformCanvas.sy=e/this.transformCanvas.h,this.transformCanvas.tx=(t-this.transformCanvas.w*(e/this.transformCanvas.h))/2,this.transformCanvas.ty=0)}else this.transformCanvas.sx=1,this.transformCanvas.sy=1,this.transformCanvas.tx=0,this.transformCanvas.ty=0;this.transformCanvas.props=[this.transformCanvas.sx,0,0,this.transformCanvas.sy,this.transformCanvas.tx,this.transformCanvas.ty],this.clipper=new BM_Path2D,this.clipper.rect(0,0,this.transformCanvas.w,this.transformCanvas.h)},CanvasRenderer.prototype.buildStage=function(t,e,a){a||(a=this.elements);var s,r,i=e.length;for(s=i-1;s>=0;s--)r=e[s],void 0!==r.parent&&this.buildItemHierarchy(r,a[s],e,r.parent,a),"PreCompLayer"==r.ty&&this.buildStage(null,r.layers,a[s].getElements())},CanvasRenderer.prototype.buildItemHierarchy=function(t,e,a,s,r){for(var i=0,n=a.length;n>i;)a[i].ind===s&&(e.getHierarchy().push(r[i]),void 0!==a[i].parent&&this.buildItemHierarchy(t,e,a,a[i].parent,r)),i+=1},CanvasRenderer.prototype.prepareFrame=function(t){if(!this.destroyed){var e,a=this.elements.length;for(e=0;a>e;e++)this.elements[e].prepareFrame(t-this.layers[e].startTime)}},CanvasRenderer.prototype.draw=function(){var t,e=this.layers.length;for(t=e-1;t>=0;t-=1)this.elements[t].draw()},CanvasRenderer.prototype.destroy=function(){this.renderConfig.clearCanvas&&(this.animationItem.wrapper.innerHTML="");var t,e=this.layers.length;for(t=e-1;t>=0;t-=1)this.elements[t].destroy();this.elements.length=0,this.globalData.bmCtx=null,this.globalData.canvasContext=null,this.animationItem.container=null,this.destroyed=!0},CanvasRenderer.prototype.renderFrame=function(t){this.lastFrame==t&&this.renderConfig.clearCanvas===!0||this.destroyed||(this.lastFrame=t,this.globalData.frameNum=t-this.animationItem.firstFrame,this.renderConfig.clearCanvas===!0?(this.reset(),this.canvasContext.canvas.width=this.canvasContext.canvas.width):this.save(),this.ctxTransform(this.transformCanvas.props),this.globalData.bmCtx.clip(this.clipper),this.prepareFrame(t),this.draw(),this.renderConfig.clearCanvas!==!0&&this.restore())},MaskElement.prototype.init=function(){this.masksProperties=this.data.masksProperties;var t=this.element.maskedElement,e=this.globalData.defs,a=0,s=this.masksProperties.length;this.layerSize=this.element.getLayerSize();var r,i,n,o,h=this.data.masksProperties,l=0,p=[],m=randomString(10);for(this.maskElement=document.createElementNS(svgNS,"mask"),a=0;s>a;a++)if(h[a].inv&&!this.solidPath&&(this.solidPath=this.createLayerSolidPath()),"s"!=h[a].mode&&"i"!=h[a].mode||0!=l||(o=document.createElementNS(svgNS,"rect"),o.setAttribute("fill","#ffffff"),o.setAttribute("x","0"),o.setAttribute("y","0"),o.setAttribute("width","100%"),o.setAttribute("height","100%"),p.push(o)),!("f"==h[a].mode&&l>0||"n"==h[a].mode))if(l+=1,r=document.createElementNS(svgNS,"path"),h[a].cl?"s"==h[a].mode?r.setAttribute("fill","#000000"):r.setAttribute("fill","#ffffff"):(r.setAttribute("fill","none"),"s"==h[a].mode?r.setAttribute("fill","#000000"):r.setAttribute("fill","#ffffff"),r.setAttribute("stroke-width","1"),r.setAttribute("stroke-miterlimit","10")),r.setAttribute("clip-rule","nonzero"),this.storedData[a]={elem:r,lastPath:""},"i"==h[a].mode){n=p.length;var d=document.createElementNS(svgNS,"g");for(i=0;n>i;i+=1)d.appendChild(p[i]);var c=document.createElementNS(svgNS,"mask");c.setAttribute("mask-type","alpha"),c.setAttribute("id",m+"_"+l),c.appendChild(r),e.appendChild(c),d.setAttribute("mask","url(#"+m+"_"+l+")"),p.length=0,p.push(d)}else p.push(r);for(s=p.length,a=0;s>a;a+=1)this.maskElement.appendChild(p[a]);this.maskElement.setAttribute("id",m),l>0&&t.setAttribute("mask","url(#"+m+")"),e.appendChild(this.maskElement)},MaskElement.prototype.renderFrame=function(t){var e,a=this.data.masksProperties.length,s=0;for(e=0;a>e;e++)"f"==this.data.masksProperties[e].mode&&s>0||"n"==this.data.masksProperties[e].mode||(s+=1,this.drawPath(this.data.masksProperties[e],this.data.masksProperties[e].paths[t].pathNodes,this.storedData[e]))},MaskElement.prototype.processMaskFromEffects=function(t,e){var a,s=this.registeredEffects.length;for(a=0;s>a;a++)this.registeredEffects[a].renderMask(t,e)},MaskElement.prototype.registerEffect=function(t){this.registeredEffects.push(t)},MaskElement.prototype.getMaskelement=function(){return this.maskElement},MaskElement.prototype.createLayerSolidPath=function(){var t="M0,0 ";return t+="h"+this.layerSize.w,t+="v"+this.layerSize.h,t+="h"+-this.layerSize.w,t+="v"+-this.layerSize.h},MaskElement.prototype.drawPath=function(t,e,a){var s,r,i="";if(e.__renderedString)i=e.__renderedString;else{for(r=e.v.length,s=1;r>s;s+=1)1==s&&(i+=" M"+e.v[0][0]+","+e.v[0][1]),i+=" 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];t.cl&&(i+=" 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]),e.__renderedString=i}a.lastPath!==i&&(t.inv?a.elem.setAttribute("d",this.solidPath+i):a.elem.setAttribute("d",i),a.lastPath=i)},MaskElement.prototype.destroy=function(){this.element=null,this.globalData=null,this.maskElement=null,this.data=null,this.paths=null,this.registeredEffects=null,this.masksProperties=null};var BaseElement=function(t,e,a){this.globalData=a,this.data=t,this.ownMatrix=new Matrix,this.finalTransform={mat:new Matrix,op:1},this.matteElement=null,this.renderedFrames=[],this.lastData={},this.parentContainer=e,this.layerId=randomString(10),this.hidden=!1,this.init()};BaseElement.prototype.init=function(){this.createElements(),this.data.hasMask&&this.addMasks(this.data),this.data.eff},BaseElement.prototype.createElements=function(){if(this.data.td){if(3==this.data.td)this.layerElement=document.createElementNS(svgNS,"mask"),this.layerElement.setAttribute("id",this.layerId),this.layerElement.setAttribute("mask-type","luminance"),this.globalData.defs.appendChild(this.layerElement);else if(2==this.data.td){var t=document.createElementNS(svgNS,"mask");t.setAttribute("id",this.layerId),t.setAttribute("mask-type","alpha");var e=document.createElementNS(svgNS,"g");t.appendChild(e),this.layerElement=document.createElementNS(svgNS,"g");var a=document.createElementNS(svgNS,"filter"),s=randomString(10);a.setAttribute("id",s),a.setAttribute("filterUnits","objectBoundingBox"),a.setAttribute("x","0%"),a.setAttribute("y","0%"),a.setAttribute("width","100%"),a.setAttribute("height","100%");var r=document.createElementNS(svgNS,"feComponentTransfer");r.setAttribute("in","SourceGraphic"),a.appendChild(r);var i=document.createElementNS(svgNS,"feFuncA");i.setAttribute("type","table"),i.setAttribute("tableValues","1.0 0.0"),r.appendChild(i),this.globalData.defs.appendChild(a);var n=document.createElementNS(svgNS,"rect");n.setAttribute("width","100%"),n.setAttribute("height","100%"),n.setAttribute("x","0"),n.setAttribute("y","0"),n.setAttribute("fill","#ffffff"),n.setAttribute("opacity","0"),e.setAttribute("filter","url(#"+s+")"),e.appendChild(n),e.appendChild(this.layerElement),this.globalData.defs.appendChild(t)}else{this.layerElement=document.createElementNS(svgNS,"g");var o=document.createElementNS(svgNS,"mask");o.setAttribute("id",this.layerId),o.setAttribute("mask-type","alpha"),o.appendChild(this.layerElement),this.globalData.defs.appendChild(o)}this.data.hasMask&&(this.maskedElement=this.layerElement)}else this.data.hasMask?(this.layerElement=document.createElementNS(svgNS,"g"),this.data.tt?(this.matteElement=document.createElementNS(svgNS,"g"),this.matteElement.appendChild(this.layerElement),this.parentContainer.appendChild(this.matteElement)):this.parentContainer.appendChild(this.layerElement),this.maskedElement=this.layerElement):this.data.tt?(this.matteElement=document.createElementNS(svgNS,"g"),this.matteElement.setAttribute("id",this.layerId),this.parentContainer.appendChild(this.matteElement),this.layerElement=this.matteElement):this.layerElement=this.parentContainer},BaseElement.prototype.prepareFrame=function(t){this.currentAnimData=this.data.renderedData[t].an;var e=this.currentAnimData.matrixArray;this.ownMatrix.reset().transform(e[0],e[1],e[2],e[3],e[4],e[5]).translate(-this.currentAnimData.tr.a[0],-this.currentAnimData.tr.a[1])},BaseElement.prototype.renderFrame=function(t,e){if("NullLayer"!=this.data.ty){if(this.data.inPoint-this.data.startTime<=t&&this.data.outPoint-this.data.startTime>t?(this.isVisible!==!0&&(this.isVisible=!0),this.finalTransform.opacity=1):(this.isVisible!==!1&&(this.isVisible=!1),this.finalTransform.opacity=0),this.data.eff,t===this.data.renderedFrame.num)return this.isVisible;this.data.hasMask&&this.maskManager.renderFrame(t),this.finalTransform.opacity*=this.currentAnimData.tr.o;var a,s=this.finalTransform.mat;if(e&&(a=e.mat.props,s.reset().transform(a[0],a[1],a[2],a[3],a[4],a[5]),this.finalTransform.opacity*=e.opacity),this.hierarchy){var r,i=this.hierarchy.length;for(e||s.reset(),r=i-1;r>=0;r-=1)a=this.hierarchy[r].ownMatrix.props,s.transform(a[0],a[1],a[2],a[3],a[4],a[5]);a=this.ownMatrix.props,s.transform(a[0],a[1],a[2],a[3],a[4],a[5])}else this.isVisible&&(e?(a=this.ownMatrix.props,s.transform(a[0],a[1],a[2],a[3],a[4],a[5])):(this.finalTransform.mat.props[0]=this.ownMatrix.props[0],this.finalTransform.mat.props[1]=this.ownMatrix.props[1],this.finalTransform.mat.props[2]=this.ownMatrix.props[2],this.finalTransform.mat.props[3]=this.ownMatrix.props[3],this.finalTransform.mat.props[4]=this.ownMatrix.props[4],this.finalTransform.mat.props[5]=this.ownMatrix.props[5]));if(this.data.hasMask){this.renderedFrames[this.globalData.frameNum]||(this.renderedFrames[this.globalData.frameNum]={tr:"matrix("+s.props.join(",")+")",o:this.finalTransform.opacity});var n=this.renderedFrames[this.globalData.frameNum];this.lastData.tr!=n.tr&&(this.lastData.tr=n.tr,this.layerElement.setAttribute("transform",n.tr)),this.lastData.o!==n.o&&(this.lastData.o=n.o,this.layerElement.setAttribute("opacity",n.o))}return this.isVisible}},BaseElement.prototype.destroy=function(){this.layerElement=null,this.parentContainer=null,this.matteElement&&(this.matteElement=null),this.maskManager&&this.maskManager.destroy()},BaseElement.prototype.getDomElement=function(){return this.layerElement},BaseElement.prototype.getMaskManager=function(){return this.maskManager},BaseElement.prototype.addMasks=function(t){this.maskManager=new MaskElement(t,this,this.globalData),this.maskManager.init()},BaseElement.prototype.createEffectsManager=function(t){var e={effects:{value:t.eff},element:{value:this}};this.effectsManager=createElement(EffectsManager,null,e)},BaseElement.prototype.getType=function(){return this.type},BaseElement.prototype.getLayerSize=function(){return"TextLayer"==this.data.ty?{w:this.data.textData.width,h:this.data.textData.height}:{w:this.data.width,h:this.data.height}},BaseElement.prototype.getHierarchy=function(){return this.hierarchy||(this.hierarchy=[]),this.hierarchy},BaseElement.prototype.setMatte=function(t){this.matteElement&&this.matteElement.setAttribute("mask","url(#"+t+")")},BaseElement.prototype.hide=function(){},createElement(BaseElement,ICompElement),ICompElement.prototype.getComposingElement=function(){return this.layerElement},ICompElement.prototype.hide=function(){if(!this.hidden){var t,e=this.elements.length;for(t=0;e>t;t+=1)this.elements[t].hide();this.hidden=!0}},ICompElement.prototype.renderFrame=function(t,e){var a=this.parent.renderFrame.call(this,t,e);if(a===!1)return void this.hide();this.hidden=!1;var s,r=this.layers.length,i=this.data.tm?this.data.tm[t]<0?0:t>=this.data.tm.length?this.data.tm[this.data.tm.length-1]:this.data.tm[t]:t;for(s=0;r>s;s+=1)this.elements[s].prepareFrame(i-this.layers[s].startTime);for(s=0;r>s;s+=1)this.data.hasMask?this.elements[s].renderFrame(i-this.layers[s].startTime):this.elements[s].renderFrame(i-this.layers[s].startTime,this.finalTransform)},ICompElement.prototype.setElements=function(t){this.elements=t},ICompElement.prototype.getElements=function(){return this.elements},ICompElement.prototype.destroy=function(){this.parent.destroy.call();var t,e=this.layers.length;for(t=0;e>t;t+=1)this.elements[t].destroy()},createElement(BaseElement,IImageElement),IImageElement.prototype.createElements=function(){var t=this,e=function(){t.image.setAttributeNS("http://www.w3.org/1999/xlink","href",t.path+t.assetData.p),t.maskedElement=t.image},a=new Image;a.addEventListener("load",e,!1),a.addEventListener("error",e,!1),a.src=this.path+this.assetData.p,this.parent.createElements.call(this),this.image=document.createElementNS(svgNS,"image"),this.image.setAttribute("width",this.assetData.w+"px"),this.image.setAttribute("height",this.assetData.h+"px"),this.layerElement.appendChild(this.image)},IImageElement.prototype.hide=function(){this.hidden||(this.image.setAttribute("opacity","0"),this.hidden=!0)},IImageElement.prototype.renderFrame=function(t,e){var a=this.parent.renderFrame.call(this,t,e);if(a===!1)return void this.hide();if(this.hidden&&(this.lastData.o=-1,this.hidden=!1,this.image.setAttribute("opacity","1")),!this.data.hasMask){this.renderedFrames[this.globalData.frameNum]||(this.renderedFrames[this.globalData.frameNum]={tr:"matrix("+this.finalTransform.mat.props.join(",")+")",o:this.finalTransform.opacity});var s=this.renderedFrames[this.globalData.frameNum];this.lastData.tr!=s.tr&&(this.lastData.tr=s.tr,this.image.setAttribute("transform",s.tr)),this.lastData.o!==s.o&&(this.lastData.o=s.o,this.image.setAttribute("opacity",s.o))}},IImageElement.prototype.destroy=function(){this.parent.destroy.call(),this.image=null},createElement(BaseElement,IShapeElement),IShapeElement.prototype.createElements=function(){this.parent.createElements.call(this),this.mainShape=new ShapeItemElement(this.data.shapes,this.layerElement,this.globalData)},IShapeElement.prototype.renderFrame=function(t,e){var a=this.parent.renderFrame.call(this,t,e);return a===!1?void this.hide():void this.renderShapes(t)},IShapeElement.prototype.hide=function(){this.hidden||(this.mainShape.hideShape(),this.hidden=!0)},IShapeElement.prototype.renderShapes=function(t){this.hidden=!1,this.data.hasMask?this.mainShape.renderShape(t,{opacity:1,mat:new Matrix}):this.mainShape.renderShape(t,this.finalTransform)},IShapeElement.prototype.destroy=function(){this.parent.destroy.call(),this.mainShape.destroy()},ShapeItemElement.prototype.searchShapes=function(t,e){var a,s,r,i=t.length-1,n=[];for(a=i;a>=0;a-=1)if("fl"==t[a].ty||"st"==t[a].ty){e[a]={renderedFrames:[],lastData:{c:"",o:-1,w:""}};var o=document.createElementNS(svgNS,"path");this.shape.appendChild(o),this.stylesList.push({pathElement:o,type:t[a].ty,d:""}),e[a].style=this.stylesList[this.stylesList.length-1],n.push(e[a].style)}else if("gr"==t[a].ty)e[a]={it:[]},this.searchShapes(t[a].it,e[a].it);else if("tr"==t[a].ty)e[a]={transform:{mat:new Matrix,opacity:1}};else if("sh"==t[a].ty||"rc"==t[a].ty||"el"==t[a].ty)for(e[a]={elements:[],renderedFrames:[],styles:[],lastData:{d:"",o:"",tr:""}},r=this.stylesList.length,s=0;r>s;s+=1)this.stylesList[s].closed||(e[a].styles.push(this.stylesList[s]),"st"==this.stylesList[s].type&&(this.stylesList[s].pathElement.setAttribute("fill-opacity",0),this.stylesList[s].pathElement.setAttribute("stroke-linejoin","round"),this.stylesList[s].pathElement.setAttribute("stroke-linecap","round")));for(i=n.length,a=0;i>a;a+=1)n[a].closed=!0},ShapeItemElement.prototype.getElement=function(){return this.shape},ShapeItemElement.prototype.hideShape=function(){var t,e=this.stylesList.length;for(t=e-1;t>=0;t-=1)this.stylesList[t].pathElement.setAttribute("d","M 0,0")},ShapeItemElement.prototype.renderShape=function(t,e,a,s){var r,i;if(!a)for(a=this.data,i=this.stylesList.length,r=0;i>r;r+=1)this.stylesList[r].d="";s||(s=this.viewData),this.frameNum=t,i=a.length-1;var n,o;for(n=e,r=i;r>=0;r-=1)if("tr"==a[r].ty){var h=a[r].renderedData[t].mtArr;if(n=s[r].transform,o=n.mat,o.reset(),e){var l=e.mat.props;n.opacity=e.opacity,n.opacity*=a[r].renderedData[t].o,o.transform(l[0],l[1],l[2],l[3],l[4],l[5])}else n.opacity=a[r].renderedData[t].o;o.transform(h[0],h[1],h[2],h[3],h[4],h[5]).translate(-a[r].renderedData[t].a[0],-a[r].renderedData[t].a[1])}else"sh"==a[r].ty?this.renderPath(a[r],s[r],t,n):"el"==a[r].ty?this.renderPath(a[r],s[r],t,n):"rc"==a[r].ty?a[r].trimmed?this.renderPath(a[r],s[r],t,n):this.renderRect(a[r],s[r],t,n):"fl"==a[r].ty?this.renderFill(a[r],s[r],t,n):"st"==a[r].ty?this.renderStroke(a[r],s[r],t,n):"gr"==a[r].ty?this.renderShape(t,n,a[r].it,s[r].it):"tm"==a[r].ty;for(i=this.stylesList.length,r=0;i>r;r+=1)""==this.stylesList[r].d?this.stylesList[r].pathElement.setAttribute("d","M 0,0"):this.stylesList[r].pathElement.setAttribute("d",this.stylesList[r].d)},ShapeItemElement.prototype.renderPath=function(t,e,a,s){var r,i;if(!e.renderedFrames[this.globalData.frameNum]){var n=t.renderedData[a].path.pathNodes;if(!n.v)return;r=n.v.length;var o=n.s?n.s:[],h="";for(i=1;r>i;i+=1)o[i-1]?h+=" M"+o[i-1][0]+","+o[i-1][1]:1==i&&(h+=" M"+n.v[0][0]+","+n.v[0][1]),h+=" C"+n.o[i-1][0]+","+n.o[i-1][1]+" "+n.i[i][0]+","+n.i[i][1]+" "+n.v[i][0]+","+n.v[i][1];1==r&&(h+=o[0]?" M"+o[0][0]+","+o[0][1]:" M"+n.v[0][0]+","+n.v[0][1]),!t.closed||t.trimmed&&!n.c||(h+=" C"+n.o[i-1][0]+","+n.o[i-1][1]+" "+n.i[0][0]+","+n.i[0][1]+" "+n.v[0][0]+","+n.v[0][1]),e.renderedFrames[this.globalData.frameNum]={dTr:h}}var l=e.renderedFrames[this.globalData.frameNum];for(r=e.styles.length,i=0;r>i;i+=1)e.styles[i].d+=l.dTr},ShapeItemElement.prototype.renderFill=function(t,e,a,s){var r=t.renderedData[a],i=e.style;e.renderedFrames[this.globalData.frameNum]||(e.renderedFrames[this.globalData.frameNum]={c:r.color,o:r.opacity*s.opacity,t:"matrix("+s.mat.props.join(",")+")"});var n=e.renderedFrames[this.globalData.frameNum],o=n.c,h=n.o,l=n.t;e.lastData.c!=o&&i.pathElement.setAttribute("fill",o),e.lastData.o!=h&&i.pathElement.setAttribute("fill-opacity",h),e.lastData.t!=l&&i.pathElement.setAttribute("transform",l),e.lastData.c=o,e.lastData.o=h,e.lastData.t=l},ShapeItemElement.prototype.renderStroke=function(t,e,a,s){var r=t.renderedData[a],i=e.style;e.renderedFrames[this.globalData.frameNum]||(e.renderedFrames[this.globalData.frameNum]={c:r.color,o:r.opacity*s.opacity,w:r.width,t:"matrix("+s.mat.props.join(",")+")"},r.dashes&&(e.renderedFrames[this.globalData.frameNum].d=r.dashes));var n,o,h=e.renderedFrames[this.globalData.frameNum],l=h.c,p=h.o,m=h.w,d=h.d,c=h.t;if(d){var u,f=d.length;for(n="",o="",u=0;f>u;u+=1)"o"!=d[u].n?n+=" "+d[u].v:o+=d[u].v}e.lastData.c!=l&&i.pathElement.setAttribute("stroke",l),e.lastData.o!=p&&i.pathElement.setAttribute("stroke-opacity",p),e.lastData.w!==m&&i.pathElement.setAttribute("stroke-width",m),e.lastData.t!==c&&i.pathElement.setAttribute("transform",c),d&&(e.lastData.da!=n&&i.pathElement.setAttribute("stroke-dasharray",n),e.lastData["do"]!=o&&i.pathElement.setAttribute("stroke-dashoffset",o)),e.lastData.c=l,e.lastData.o=p,e.lastData.w=m,e.lastData.t=c,d&&(e.lastData.da=n,e.lastData["do"]=o)},ShapeItemElement.prototype.destroy=function(t,e){this.shape=null,this.data=null,this.viewData=null},createElement(BaseElement,ISolidElement),ISolidElement.prototype.createElements=function(){this.parent.createElements.call(this);var t=document.createElementNS(svgNS,"rect");t.setAttribute("width",this.data.width),t.setAttribute("height",this.data.height),t.setAttribute("fill",this.data.color),this.layerElement.appendChild(t),this.rectElement=t},ISolidElement.prototype.hide=function(){this.hidden||(this.rectElement.setAttribute("opacity","0"),this.hidden=!0)},ISolidElement.prototype.renderFrame=function(t,e){var a=this.parent.renderFrame.call(this,t,e);if(a===!1)return void this.hide();if(this.hidden&&(this.lastData.o=-1,this.hidden=!1,this.data.hasMask&&this.rectElement.setAttribute("opacity","1")),!this.data.hasMask){this.renderedFrames[this.globalData.frameNum]||(this.renderedFrames[this.globalData.frameNum]={tr:"matrix("+this.finalTransform.mat.props.join(",")+")",o:this.finalTransform.opacity});var s=this.renderedFrames[this.globalData.frameNum];this.lastData.tr!=s.tr&&(this.lastData.tr=s.tr,this.rectElement.setAttribute("transform",s.tr)),this.lastData.o!==s.o&&(this.lastData.o=s.o,this.rectElement.setAttribute("opacity",s.o))}},ICompElement.prototype.destroy=function(){this.parent.destroy.call(),this.rectElement=null},createElement(BaseElement,ITextElement),ITextElement.prototype.createElements=function(){this.parent.createElements.call(this)},CVBaseElement.prototype.init=function(){this.createElements(),this.data.hasMask&&this.addMasks(this.data),this.data.eff},CVBaseElement.prototype.createElements=function(){},CVBaseElement.prototype.prepareFrame=function(t){this.currentAnimData=this.data.renderedData[t].an;var e=this.currentAnimData.matrixArray;return this.ownMatrix.reset().transform(e[0],e[1],e[2],e[3],e[4],e[5]).translate(-this.currentAnimData.tr.a[0],-this.currentAnimData.tr.a[1]),this.data.inPoint-this.data.startTime<=t&&this.data.outPoint-this.data.startTime>=t?(this.renderFrame=!0,this.finalTransform.opacity=1,void(this.data.hasMask&&this.maskManager.prepareFrame(t))):(this.renderFrame=!1,this.finalTransform.opacity=0,!1)},CVBaseElement.prototype.draw=function(t){if("NullLayer"!=this.data.ty){if(!this.renderFrame)return!1;var e,a=(this.canvasContext,this.finalTransform.mat);if(this.finalTransform.opacity*=this.currentAnimData.tr.o,t&&(e=t.mat.props,a.reset().transform(e[0],e[1],e[2],e[3],e[4],e[5]),this.finalTransform.opacity*=t.opacity),this.hierarchy){var s,r=this.hierarchy.length;for(t||a.reset(),s=r-1;s>=0;s-=1)e=this.hierarchy[s].ownMatrix.props,a.transform(e[0],e[1],e[2],e[3],e[4],e[5]);e=this.ownMatrix.props,a.transform(e[0],e[1],e[2],e[3],e[4],e[5])}else this.renderFrame&&(t?(e=this.ownMatrix.props,a.transform(e[0],e[1],e[2],e[3],e[4],e[5])):this.finalTransform.mat=this.ownMatrix);this.data.hasMask&&(this.globalData.renderer.save(!0),this.maskManager.draw(this.finalTransform))}},CVBaseElement.prototype.getCurrentAnimData=function(){return this.currentAnimData},CVBaseElement.prototype.addMasks=function(t){var e={data:{value:t},element:{value:this},globalData:{value:this.globalData
+}};this.maskManager=createElement(CVMaskElement,null,e)},CVBaseElement.prototype.createEffectsManager=function(t){var e={effects:{value:t.eff},element:{value:this}};this.effectsManager=createElement(EffectsManager,null,e)},CVBaseElement.prototype.getType=function(){return this.type},CVBaseElement.prototype.getHierarchy=function(){return this.hierarchy||(this.hierarchy=[]),this.hierarchy},CVBaseElement.prototype.getLayerSize=function(){return"TextLayer"==this.data.ty?{w:this.data.textData.width,h:this.data.textData.height}:{w:this.data.width,h:this.data.height}},CVBaseElement.prototype.destroy=function(){this.canvasContext=null,this.data=null,this.globalData=null,this.maskManager&&this.maskManager.destroy()},createElement(CVBaseElement,CVCompElement),CVCompElement.prototype.prepareFrame=function(t){var e=this.parent.prepareFrame.call(this,t);if(e!==!1){var a,s=this.elements.length,r=this.data.tm?this.data.tm[t]<0?0:t>=this.data.tm.length?this.data.tm[this.data.tm.length-1]:this.data.tm[t]:t;for(a=0;s>a;a+=1)this.elements[a].prepareFrame(r-this.layers[a].startTime)}},CVCompElement.prototype.draw=function(t){if(this.parent.draw.call(this,t)!==!1){var e,a=this.layers.length;for(e=a-1;e>=0;e-=1)this.elements[e].draw(this.finalTransform);this.data.hasMask&&this.globalData.renderer.restore(!0)}},CVCompElement.prototype.setElements=function(t){this.elements=t},CVCompElement.prototype.getElements=function(){return this.elements},CVCompElement.prototype.destroy=function(){var t,e=this.layers.length;for(t=e-1;t>=0;t-=1)this.elements[t].destroy();this.layers=null,this.elements=null,this.parent.destroy.call()},createElement(CVBaseElement,CVImageElement),CVImageElement.prototype.createElements=function(){var t=this,e=function(){t.animationItem.elementLoaded()},a=function(){t.failed=!0,t.animationItem.elementLoaded()};this.img=new Image,this.img.addEventListener("load",e,!1),this.img.addEventListener("error",a,!1),this.img.src=this.path+this.assetData.p,this.parent.createElements.call(this)},CVImageElement.prototype.draw=function(t){if(!this.failed&&this.parent.draw.call(this,t)!==!1){var e=this.canvasContext;this.globalData.renderer.save();var a=this.finalTransform.mat.props;this.globalData.renderer.ctxTransform(a),this.globalData.renderer.ctxOpacity(this.finalTransform.opacity),e.drawImage(this.img,0,0),this.globalData.renderer.restore(this.data.hasMask)}},CVImageElement.prototype.destroy=function(){this.img=null,this.animationItem=null,this.parent.destroy.call()},createElement(CVBaseElement,CVShapeElement),CVShapeElement.prototype.createElements=function(){this.parent.createElements.call(this),this.mainShape=new CVShapeItemElement(this.data.shapes,!0,this.globalData)},CVShapeElement.prototype.prepareFrame=function(t){var e=this.parent.prepareFrame.call(this,t);e!==!1&&this.mainShape.prepareFrame(t)},CVShapeElement.prototype.draw=function(t){this.parent.draw.call(this,t)!==!1&&(this.drawShapes(this.finalTransform),this.data.hasMask&&this.globalData.renderer.restore(!0))},CVShapeElement.prototype.drawShapes=function(t){this.mainShape.renderShape(t)},CVShapeElement.prototype.destroy=function(){this.mainShape.destroy(),this.parent.destroy.call()},CVShapeItemElement.prototype.drawPaths=function(t){var e,a;t?(a=[],e=this.stylesList):e=this.renderedPaths[this.globalData.frameNum];var s,r=e.length,i=this.canvasContext;for(this.globalData.renderer.save(),i.lineCap="round",i.lineJoin="round",s=0;r>s;s+=1)"stroke"==e[s].type?(1!=e[s].opacity&&(this.globalData.renderer.save(),this.globalData.renderer.ctxOpacity(e[s].opacity)),i.strokeStyle=e[s].value,i.lineWidth=e[s].width,e[s].dasharray?(i.setLineDash(e[s].dasharray),i.lineDashOffset=e[s].dashoffset):(i.setLineDash([]),i.lineDashOffset=0),this.globalData.bmCtx.stroke(e[s].path),1!=e[s].opacity&&this.globalData.renderer.restore(),t&&(a.push({type:e[s].type,opacity:e[s].opacity,value:e[s].value,width:e[s].width,path:e[s].path}),e[s].dasharray&&(a[a.length-1].dasharray=e[s].dasharray,a[a.length-1].dashoffset=e[s].dashoffset))):"fill"==e[s].type&&(1!=e[s].opacity&&(this.globalData.renderer.save(),this.globalData.renderer.ctxOpacity(e[s].opacity)),i.fillStyle=e[s].value,this.globalData.bmCtx.fill(e[s].path),1!=e[s].opacity&&this.globalData.renderer.restore(),t&&a.push({type:e[s].type,opacity:e[s].opacity,value:e[s].value,path:e[s].path}));this.globalData.renderer.restore(),t&&(this.renderedPaths[this.globalData.frameNum]=a)},CVShapeItemElement.prototype.prepareFrame=function(t){this.frameNum=t;var e,a=this.dataLength-1;for(e=a;e>=0;e-=1)"gr"==this.data[e].ty&&this.data[e].item.prepareFrame(t)},CVShapeItemElement.prototype.renderShape=function(t,e){if(this.renderedPaths[this.globalData.frameNum])return void this.drawPaths(!1);this.transform.opacity=1;var a,s;for(this.ownStylesList.length=0,this.currentStylePoolPos=0,e?this.stylesList=e:this.stylesList.length=0,t?(this.transform.mat.props[0]=t.mat.props[0],this.transform.mat.props[1]=t.mat.props[1],this.transform.mat.props[2]=t.mat.props[2],this.transform.mat.props[3]=t.mat.props[3],this.transform.mat.props[4]=t.mat.props[4],this.transform.mat.props[5]=t.mat.props[5],this.transform.opacity*=t.opacity):(this.transform.mat.props[0]=this.transform.mat.props[3]=1,this.transform.mat.props[1]=this.transform.mat.props[2]=this.transform.mat.props[4]=this.transform.mat.props[5]=0),s=this.dataLength-1,a=s;a>=0;a-=1)"gr"==this.data[a].ty?this.data[a].item.renderShape(this.transform,this.stylesList):"tr"==this.data[a].ty?this.renderTransform(this.data[a]):"sh"==this.data[a].ty?this.renderPath(this.data[a]):"el"==this.data[a].ty?this.renderEllipse(this.data[a]):"rc"==this.data[a].ty?this.data[a].trimmed?this.renderPath(this.data[a]):this.renderRect(this.data[a]):"fl"==this.data[a].ty?this.renderFill(this.data[a]):"st"==this.data[a].ty&&this.renderStroke(this.data[a]);if(this.mainFlag)this.drawPaths(!0);else for(s=this.ownStylesList.length,a=0;s>a;a+=1)this.ownStylesList[a].closed=!0},CVShapeItemElement.prototype.renderTransform=function(t){var e=t.renderedData[this.frameNum],a=e.mtArr;this.transform.mat.transform(a[0],a[1],a[2],a[3],a[4],a[5]).translate(-e.a[0],-e.a[1]),this.transform.opacity*=e.o},CVShapeItemElement.prototype.renderPath=function(t){if(t.trimmed){var e=this.canvasContext;e.lineCap="round",e.lineJoin="round"}var a=t.renderedData[this.frameNum].path,s=new BM_Path2D,r=a.pathNodes;if(r instanceof Array&&(r=r[0]),r.v){var i,n=r.v.length,o=r.s?r.s:[];for(i=1;n>i;i+=1)o[i-1]?s.moveTo(o[i-1][0],o[i-1][1]):1==i&&s.moveTo(r.v[0][0],r.v[0][1]),s.bezierCurveTo(r.o[i-1][0],r.o[i-1][1],r.i[i][0],r.i[i][1],r.v[i][0],r.v[i][1]);1==n&&(o[0]?s.moveTo(o[0][0],o[0][1]):s.moveTo(r.v[0][0],r.v[0][1])),!t.closed||t.trimmed&&!r.c||s.bezierCurveTo(r.o[i-1][0],r.o[i-1][1],r.i[0][0],r.i[0][1],r.v[0][0],r.v[0][1]),this.addPathToStyles(s)}},CVShapeItemElement.prototype.renderEllipse=function(t){var e=new BM_Path2D,a=t.renderedData[this.frameNum];e.moveTo(a.p[0]+a.size[0]/2,a.p[1]),e.ellipse(a.p[0],a.p[1],a.size[0]/2,a.size[1]/2,0,0,2*Math.PI,!1),this.addPathToStyles(e)},CVShapeItemElement.prototype.renderRect=function(t){var e=new BM_Path2D,a=t.renderedData[this.frameNum],s=a.roundness;if(0===s)e.rect(a.position[0]-a.size[0]/2,a.position[1]-a.size[1]/2,a.size[0],a.size[1]);else{var r=a.position[0]-a.size[0]/2,i=a.position[1]-a.size[1]/2,n=a.size[0],o=a.size[1];s instanceof Array&&(s=s[0]),s>n/2&&(s=n/2),s>o/2&&(s=o/2),e.moveTo(r+s,i),e.lineTo(r+n-s,i),e.quadraticCurveTo(r+n,i,r+n,i+s),e.lineTo(r+n,i+o-s),e.quadraticCurveTo(r+n,i+o,r+n-s,i+o),e.lineTo(r+s,i+o),e.quadraticCurveTo(r,i+o,r,i+o-s),e.lineTo(r,i+s),e.quadraticCurveTo(r,i,r+s,i)}this.addPathToStyles(e)},CVShapeItemElement.prototype.addPathToStyles=function(t){var e,a=this.stylesList.length,s=!0,r=0;for(e=a-1;e>=0;e-=1)this.stylesList[e].closed||("stroke"==this.stylesList[e].type?(this.stylesList[e].width>r&&this.stylesList[e].path.addPath(t,this.transform.mat.props),1==this.stylesList[e].styleOpacity&&1==this.stylesList[e].opacity&&(r=this.stylesList[e].width)):s&&"fill"==this.stylesList[e].type&&(this.stylesList[e].path.addPath(t,this.transform.mat.props),1==this.stylesList[e].styleOpacity&&1==this.stylesList[e].opacity&&(s=!1)))},CVShapeItemElement.prototype.renderFill=function(t){var e=t.renderedData[this.frameNum];return t.fillEnabled!==!1?(this.stylesPool[this.currentStylePoolPos].path=new BM_Path2D,this.stylesPool[this.currentStylePoolPos].closed=!1,this.stylesPool[this.currentStylePoolPos].styleOpacity=e.opacity<1?e.opacity:1,this.stylesPool[this.currentStylePoolPos].opacity=this.transform.opacity,this.stylesPool[this.currentStylePoolPos].value=e.opacity<1?fillColorToString(e.color,e.opacity):fillColorToString(e.color),this.stylesList.push(this.stylesPool[this.currentStylePoolPos]),this.ownStylesList.push(this.stylesList[this.stylesList.length-1]),void(this.currentStylePoolPos+=1)):(this.stylesList.push(this.stylesPool[this.currentStylePoolPos]),this.ownStylesList.push(this.stylesList[this.stylesList.length-1]),void(this.currentStylePoolPos+=1))},CVShapeItemElement.prototype.renderStroke=function(t){var e=t.renderedData[this.frameNum];if(this.data.strokeEnabled!==!1){if(this.stylesPool[this.currentStylePoolPos].path=new BM_Path2D,this.stylesPool[this.currentStylePoolPos].closed=!1,this.stylesPool[this.currentStylePoolPos].styleOpacity=e.opacity<1?e.opacity:1,this.stylesPool[this.currentStylePoolPos].width=e.width,this.stylesPool[this.currentStylePoolPos].opacity=this.transform.opacity,this.stylesPool[this.currentStylePoolPos].value=e.opacity<1?fillColorToString(e.color,e.opacity):fillColorToString(e.color),e.dashes){var a,s=e.dashes,r=s.length,i=[],n="";for(a=0;r>a;a+=1)"o"!=s[a].n?i.push(s[a].v):n=s[a].v;this.stylesPool[this.currentStylePoolPos].dasharray=i,this.stylesPool[this.currentStylePoolPos].dashoffset=n}return this.stylesList.push(this.stylesPool[this.currentStylePoolPos]),this.ownStylesList.push(this.stylesList[this.stylesList.length-1]),void(this.currentStylePoolPos+=1)}this.stylesList.push(this.stylesPool[this.currentStylePoolPos]),this.ownStylesList.push(this.stylesList[this.stylesList.length-1]),this.currentStylePoolPos+=1},CVShapeItemElement.prototype.destroy=function(){this.data=null,this.globalData=null,this.canvasContext=null},createElement(CVBaseElement,CVSolidElement),CVSolidElement.prototype.draw=function(t){if(this.parent.draw.call(this,t)!==!1){var e=this.canvasContext;this.globalData.renderer.save();var a=this.finalTransform.mat.props;this.globalData.renderer.ctxTransform(a),this.globalData.renderer.ctxOpacity(this.finalTransform.opacity),e.fillStyle=this.data.color,e.fillRect(0,0,this.data.width,this.data.height),this.globalData.renderer.restore(this.data.hasMask)}},createElement(CVBaseElement,CVTextElement),CVTextElement.prototype.createElements=function(){this.parent.createElements.call(this)},CVMaskElement.prototype.init=function(){this.registeredEffects=[],this.masksProperties=this.data.masksProperties,this.totalMasks=this.masksProperties.length,this.ctx=this.element.canvasContext,this.layerSize=this.element.getLayerSize(),this.renderedFrames=new Array(this.globalData.totalFrames+1)},CVMaskElement.prototype.prepareFrame=function(t){this.frameNum=t},CVMaskElement.prototype.draw=function(t){var e;if(this.renderedFrames[this.globalData.frameNum])e=this.renderedFrames[this.globalData.frameNum];else{var a,s=new BM_Path2D,r=this.data.masksProperties.length;for(e=new BM_Path2D,a=0;r>a;a++)this.masksProperties[a].inv&&this.createInvertedMask(s,this.data.masksProperties[a].paths[this.frameNum].pathNodes),this.drawShape(s,this.data.masksProperties[a].paths[this.frameNum].pathNodes);e.addPath(s,t.mat.props),this.renderedFrames[this.globalData.frameNum]=e}this.globalData.bmCtx.clip(e)},CVMaskElement.prototype.drawShape=function(t,e){var a,s=e.v.length;for(t.moveTo(e.v[0][0],e.v[0][1]),a=1;s>a;a++)t.bezierCurveTo(e.o[a-1][0],e.o[a-1][1],e.i[a][0],e.i[a][1],e.v[a][0],e.v[a][1]);t.bezierCurveTo(e.o[a-1][0],e.o[a-1][1],e.i[0][0],e.i[0][1],e.v[0][0],e.v[0][1])},CVMaskElement.prototype.createInvertedMask=function(t){t.moveTo(0,0),t.lineTo(this.globalData.compWidth,0),t.lineTo(this.globalData.compWidth,this.globalData.compHeight),t.lineTo(0,this.globalData.compHeight),t.lineTo(0,0)},CVMaskElement.prototype.destroy=function(){this.ctx=null};var animationManager=function(){function t(t){if(!t)return null;for(var e=0;v>e;){if(f[e].elem==t&&null!==f[e].elem)return f[e].animation;e+=1}var a=new AnimationItem;return a.setData(t),f.push({elem:t,animation:a}),v+=1,a}function e(t){var e=new AnimationItem;return e.setParams(t),f.push({elem:null,animation:e}),v+=1,e}function a(t,e){var a;for(a=0;v>a;a+=1)f[a].animation.setSpeed(t,e)}function s(t,e){var a;for(a=0;v>a;a+=1)f[a].animation.setDirection(t,e)}function r(t){var e;for(e=0;v>e;e+=1)f[e].animation.play(t)}function i(t,e){g=!1,y=Date.now();var a;for(a=0;v>a;a+=1)f[a].animation.moveFrame(t,e)}function n(){var t,e=Date.now(),a=e-y;for(t=0;v>t;t+=1)f[t].animation.renderer.destroyed?(f.splice(t,1),t-=1,v-=1):f[t].animation.advanceTime(a);y=e,requestAnimationFrame(n)}function o(t){var e;for(e=0;v>e;e+=1)f[e].animation.pause(t)}function h(t,e,a){var s;for(s=0;v>s;s+=1)f[s].animation.goToAndStop(t,e,a)}function l(t){var e;for(e=0;v>e;e+=1)f[e].animation.stop(t)}function p(t){var e;for(e=0;v>e;e+=1)f[e].animation.togglePause(t)}function m(){var e=document.getElementsByClassName("bodymovin");Array.prototype.forEach.call(e,t)}function d(){var t;for(t=0;v>t;t+=1)f[t].animation.resize()}function c(){y=Date.now(),requestAnimationFrame(n)}var u={},f=[],y=0,g=!0,v=0;return setTimeout(c,0),u.registerAnimation=t,u.loadAnimation=e,u.setSpeed=a,u.setDirection=s,u.play=r,u.moveFrame=i,u.pause=o,u.stop=l,u.togglePause=p,u.searchAnimations=m,u.resize=d,u.start=c,u.goToAndStop=h,u}(),AnimationItem=function(){this.name="",this.path="",this.isLoaded=!1,this.currentFrame=0,this.currentRawFrame=0,this.totalFrames=0,this.frameRate=0,this.frameMult=0,this.playSpeed=1,this.playDirection=1,this.pendingElements=0,this.playCount=0,this.prerenderFramesFlag=!0,this.repeat="indefinite",this.animationData={},this.layers=[],this.assets=[],this.isPaused=!0,this.isScrolling=!1,this.autoplay=!1,this.loop=!0,this.renderer=null,this.animationID=randomString(10),this.renderedFrameCount=0,this.scaleMode="fit",this.math=Math,this.removed=!1};AnimationItem.prototype.setParams=function(t){var e=this;t.context&&(this.context=t.context),t.wrapper&&(this.wrapper=t.wrapper);var a=t.animType?t.animType:"canvas";switch(a){case"canvas":this.renderer=new CanvasRenderer(this,t.renderer);break;case"svg":this.renderer=new SVGRenderer(this,t.renderer)}if(this.animType=a,""===t.loop||null===t.loop||(this.loop=t.loop===!1?!1:t.loop===!0?!0:parseInt(t.loop)),this.autoplay="autoplay"in t?t.autoplay:!0,this.name=t.name?t.name:"",this.prerenderFramesFlag="prerender"in t?t.prerender:!0,t.animationData)e.configAnimation(t.animationData);else if(t.path){"json"!=t.path.substr(-4)&&("/"!=t.path.substr(-1,1)&&(t.path+="/"),t.path+="data.json");var s=new XMLHttpRequest;this.path=t.path.substr(0,t.path.lastIndexOf("/")+1),s.open("GET",t.path,!0),s.send(),s.onreadystatechange=function(){if(4==s.readyState)if(200==s.status)e.configAnimation(JSON.parse(s.responseText));else try{var t=JSON.parse(s.responseText);e.configAnimation(t)}catch(a){}}}},AnimationItem.prototype.setData=function(t){var e={wrapper:t},a=t.attributes;e.path=a.getNamedItem("data-animation-path")?a.getNamedItem("data-animation-path").value:a.getNamedItem("data-bm-path")?a.getNamedItem("data-bm-path").value:a.getNamedItem("bm-path")?a.getNamedItem("bm-path").value:"",e.animType=a.getNamedItem("data-anim-type")?a.getNamedItem("data-anim-type").value:a.getNamedItem("data-bm-type")?a.getNamedItem("data-bm-type").value:a.getNamedItem("bm-type")?a.getNamedItem("bm-type").value:"canvas";var s=a.getNamedItem("data-anim-loop")?a.getNamedItem("data-anim-loop").value:a.getNamedItem("data-bm-loop")?a.getNamedItem("data-bm-loop").value:a.getNamedItem("bm-loop")?a.getNamedItem("bm-loop").value:"";""===s||(e.loop="false"===s?!1:"true"===s?!0:parseInt(s)),e.name=a.getNamedItem("data-name")?a.getNamedItem("data-name").value:a.getNamedItem("data-bm-name")?a.getNamedItem("data-bm-name").value:a.getNamedItem("bm-name")?a.getNamedItem("bm-name").value:"";var r=a.getNamedItem("data-anim-prerender")?a.getNamedItem("data-anim-prerender").value:a.getNamedItem("data-bm-prerender")?a.getNamedItem("data-bm-prerender").value:a.getNamedItem("bm-prerender")?a.getNamedItem("bm-prerender").value:"";"false"===r&&(e.prerender=!1),this.setParams(e)},AnimationItem.prototype.configAnimation=function(t){this.renderer.configAnimation(t),this.animationData=t,this.animationData._id=this.animationID,this.animationData._animType=this.animType,this.layers=this.animationData.animation.layers,this.assets=this.animationData.assets,this.totalFrames=this.animationData.animation.totalFrames,this.frameRate=this.animationData.animation.frameRate,this.firstFrame=Math.round(this.animationData.animation.ff*this.frameRate),this.frameMult=this.animationData.animation.frameRate/1e3,dataManager.completeData(this.animationData),this.renderer.buildItems(this.animationData.animation.layers),this.updaFrameModifier(),this.checkLoaded()},AnimationItem.prototype.elementLoaded=function(){this.pendingElements--,this.checkLoaded()},AnimationItem.prototype.checkLoaded=function(){0===this.pendingElements&&(this.renderer.buildStage(this.container,this.layers),this.prerenderFramesFlag?(this.prerenderFrames(0),dataManager.renderFrame(this.animationID,this.currentFrame+this.firstFrame),this.renderer.renderFrame(this.currentFrame+this.firstFrame)):(this.isLoaded=!0,this.gotoFrame(),this.autoplay&&this.play()))},AnimationItem.prototype.prerenderFrames=function(t){t||(t=0),this.renderedFrameCount===Math.floor(this.totalFrames)?(this.isLoaded=!0,this.gotoFrame(),this.autoplay&&this.play()):(dataManager.renderFrame(this.animationID,this.renderedFrameCount+this.firstFrame),this.renderedFrameCount+=1,t>10?setTimeout(this.prerenderFrames.bind(this),0):(t+=1,this.prerenderFrames(t)))},AnimationItem.prototype.resize=function(){this.renderer.updateContainerSize()},AnimationItem.prototype.gotoFrame=function(){this.currentFrame=subframeEnabled?this.math.round(100*this.currentRawFrame)/100:this.math.floor(this.currentRawFrame),this.renderFrame()},AnimationItem.prototype.renderFrame=function(){this.isLoaded!==!1&&(dataManager.renderFrame(this.animationID,this.currentFrame+this.firstFrame),this.renderer.renderFrame(this.currentFrame+this.firstFrame))},AnimationItem.prototype.play=function(t){t&&this.name!=t||this.isPaused===!0&&(this.isPaused=!1)},AnimationItem.prototype.pause=function(t){t&&this.name!=t||this.isPaused===!1&&(this.isPaused=!0)},AnimationItem.prototype.togglePause=function(t){t&&this.name!=t||(this.isPaused===!0?(this.isPaused=!1,this.play()):(this.isPaused=!0,this.pause()))},AnimationItem.prototype.stop=function(t){t&&this.name!=t||(this.isPaused=!0,this.currentFrame=this.currentRawFrame=0,this.playCount=0,this.gotoFrame())},AnimationItem.prototype.goToAndStop=function(t,e,a){a&&this.name!=a||(this.setCurrentRawFrameValue(e?t:t*this.frameModifier),this.isPaused=!0)},AnimationItem.prototype.advanceTime=function(t){this.isPaused!==!0&&this.isScrolling!==!0&&this.isLoaded!==!1&&this.setCurrentRawFrameValue(this.currentRawFrame+t*this.frameModifier)},AnimationItem.prototype.updateAnimation=function(t){this.setCurrentRawFrameValue(this.totalFrames*t)},AnimationItem.prototype.moveFrame=function(t,e){e&&this.name!=e||this.setCurrentRawFrameValue(this.currentRawFrame+t)},AnimationItem.prototype.remove=function(t){t&&this.name!=t||this.renderer.destroy()},AnimationItem.prototype.destroy=function(t){t&&this.name!=t||this.renderer.destroy()},AnimationItem.prototype.setCurrentRawFrameValue=function(t){if(this.currentRawFrame=t,this.currentRawFrame>=this.totalFrames){if(this.loop===!1)return this.currentRawFrame=this.totalFrames-1,this.gotoFrame(),void this.pause();if(this.playCount+=1,this.loop!==!0&&this.playCount==this.loop)return this.currentRawFrame=this.totalFrames-1,this.gotoFrame(),void this.pause()}else if(this.currentRawFrame<0)return this.playCount-=1,this.playCount<0&&(this.playCount=0),this.loop===!1?(this.currentRawFrame=0,this.gotoFrame(),void this.pause()):(this.currentRawFrame=this.totalFrames+this.currentRawFrame,void this.gotoFrame());this.currentRawFrame=this.currentRawFrame%this.totalFrames,this.gotoFrame()},AnimationItem.prototype.setSpeed=function(t){this.playSpeed=t,this.updaFrameModifier()},AnimationItem.prototype.setDirection=function(t){this.playDirection=0>t?-1:1,this.updaFrameModifier()},AnimationItem.prototype.updaFrameModifier=function(){this.frameModifier=this.frameMult*this.playSpeed*this.playDirection},AnimationItem.prototype.getPath=function(){return this.path},AnimationItem.prototype.getAssetData=function(t){for(var e=0,a=this.assets.length;a>e;){if(t==this.assets[e].id)return this.assets[e];e+=1}return this.assets},AnimationItem.prototype.getAssets=function(){return this.assets},function(t){function e(t){animationManager.play(t)}function a(t){animationManager.pause(t)}function s(t){animationManager.togglePause(t)}function r(t,e){animationManager.setSpeed(t,e)}function i(t,e){animationManager.setDirection(t,e)}function n(t){animationManager.stop(t)}function o(t){animationManager.moveFrame(t)}function h(){animationManager.searchAnimations()}function l(t){return animationManager.registerAnimation(t)}function p(){animationManager.resize()}function m(){animationManager.start()}function d(t,e,a){animationManager.goToAndStop(t,e,a)}function c(t){subframeEnabled=t}function u(t){return animationManager.loadAnimation(t)}function f(){"complete"===document.readyState&&(clearInterval(g),h())}var y={};y.play=e,y.pause=a,y.togglePause=s,y.setSpeed=r,y.setDirection=i,y.stop=n,y.moveFrame=o,y.searchAnimations=h,y.registerAnimation=l,y.loadAnimation=u,y.setSubframeRendering=c,y.resize=p,y.start=m,y.goToAndStop=d,y.checkReady=f,t.bodymovin=y;var g=setInterval(f,100)}(window);}(window));
\ No newline at end of file
diff --git a/extension/js/libs/jquery-2.0.2.min.js b/extension/js/libs/jquery-2.0.2.min.js
new file mode 100644
index 0000000..73e5218
--- /dev/null
+++ b/extension/js/libs/jquery-2.0.2.min.js
@@ -0,0 +1,6 @@
+/*! jQuery v2.0.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license
+//@ sourceMappingURL=jquery-2.0.2.min.map
+*/
+(function(e,undefined){var t,n,r=typeof undefined,i=e.location,o=e.document,s=o.documentElement,a=e.jQuery,u=e.$,l={},c=[],p="2.0.2",f=c.concat,h=c.push,d=c.slice,g=c.indexOf,m=l.toString,y=l.hasOwnProperty,v=p.trim,x=function(e,n){return new x.fn.init(e,n,t)},b=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,w=/\S+/g,T=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,k=/^-ms-/,N=/-([\da-z])/gi,E=function(e,t){return t.toUpperCase()},S=function(){o.removeEventListener("DOMContentLoaded",S,!1),e.removeEventListener("load",S,!1),x.ready()};x.fn=x.prototype={jquery:p,constructor:x,init:function(e,t,n){var r,i;if(!e)return this;if("string"==typeof e){if(r="<"===e.charAt(0)&&">"===e.charAt(e.length-1)&&e.length>=3?[null,e,null]:T.exec(e),!r||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof x?t[0]:t,x.merge(this,x.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:o,!0)),C.test(r[1])&&x.isPlainObject(t))for(r in t)x.isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return i=o.getElementById(r[2]),i&&i.parentNode&&(this.length=1,this[0]=i),this.context=o,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):x.isFunction(e)?n.ready(e):(e.selector!==undefined&&(this.selector=e.selector,this.context=e.context),x.makeArray(e,this))},selector:"",length:0,toArray:function(){return d.call(this)},get:function(e){return null==e?this.toArray():0>e?this[this.length+e]:this[e]},pushStack:function(e){var t=x.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e,t){return x.each(this,e,t)},ready:function(e){return x.ready.promise().done(e),this},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(0>e?t:0);return this.pushStack(n>=0&&t>n?[this[n]]:[])},map:function(e){return this.pushStack(x.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:h,sort:[].sort,splice:[].splice},x.fn.init.prototype=x.fn,x.extend=x.fn.extend=function(){var e,t,n,r,i,o,s=arguments[0]||{},a=1,u=arguments.length,l=!1;for("boolean"==typeof s&&(l=s,s=arguments[1]||{},a=2),"object"==typeof s||x.isFunction(s)||(s={}),u===a&&(s=this,--a);u>a;a++)if(null!=(e=arguments[a]))for(t in e)n=s[t],r=e[t],s!==r&&(l&&r&&(x.isPlainObject(r)||(i=x.isArray(r)))?(i?(i=!1,o=n&&x.isArray(n)?n:[]):o=n&&x.isPlainObject(n)?n:{},s[t]=x.extend(l,o,r)):r!==undefined&&(s[t]=r));return s},x.extend({expando:"jQuery"+(p+Math.random()).replace(/\D/g,""),noConflict:function(t){return e.$===x&&(e.$=u),t&&e.jQuery===x&&(e.jQuery=a),x},isReady:!1,readyWait:1,holdReady:function(e){e?x.readyWait++:x.ready(!0)},ready:function(e){(e===!0?--x.readyWait:x.isReady)||(x.isReady=!0,e!==!0&&--x.readyWait>0||(n.resolveWith(o,[x]),x.fn.trigger&&x(o).trigger("ready").off("ready")))},isFunction:function(e){return"function"===x.type(e)},isArray:Array.isArray,isWindow:function(e){return null!=e&&e===e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[m.call(e)]||"object":typeof e},isPlainObject:function(e){if("object"!==x.type(e)||e.nodeType||x.isWindow(e))return!1;try{if(e.constructor&&!y.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(t){return!1}return!0},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw Error(e)},parseHTML:function(e,t,n){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(n=t,t=!1),t=t||o;var r=C.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=x.buildFragment([e],t,i),i&&x(i).remove(),x.merge([],r.childNodes))},parseJSON:JSON.parse,parseXML:function(e){var t,n;if(!e||"string"!=typeof e)return null;try{n=new DOMParser,t=n.parseFromString(e,"text/xml")}catch(r){t=undefined}return(!t||t.getElementsByTagName("parsererror").length)&&x.error("Invalid XML: "+e),t},noop:function(){},globalEval:function(e){var t,n=eval;e=x.trim(e),e&&(1===e.indexOf("use strict")?(t=o.createElement("script"),t.text=e,o.head.appendChild(t).parentNode.removeChild(t)):n(e))},camelCase:function(e){return e.replace(k,"ms-").replace(N,E)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r,i=0,o=e.length,s=j(e);if(n){if(s){for(;o>i;i++)if(r=t.apply(e[i],n),r===!1)break}else for(i in e)if(r=t.apply(e[i],n),r===!1)break}else if(s){for(;o>i;i++)if(r=t.call(e[i],i,e[i]),r===!1)break}else for(i in e)if(r=t.call(e[i],i,e[i]),r===!1)break;return e},trim:function(e){return null==e?"":v.call(e)},makeArray:function(e,t){var n=t||[];return null!=e&&(j(Object(e))?x.merge(n,"string"==typeof e?[e]:e):h.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:g.call(t,e,n)},merge:function(e,t){var n=t.length,r=e.length,i=0;if("number"==typeof n)for(;n>i;i++)e[r++]=t[i];else while(t[i]!==undefined)e[r++]=t[i++];return e.length=r,e},grep:function(e,t,n){var r,i=[],o=0,s=e.length;for(n=!!n;s>o;o++)r=!!t(e[o],o),n!==r&&i.push(e[o]);return i},map:function(e,t,n){var r,i=0,o=e.length,s=j(e),a=[];if(s)for(;o>i;i++)r=t(e[i],i,n),null!=r&&(a[a.length]=r);else for(i in e)r=t(e[i],i,n),null!=r&&(a[a.length]=r);return f.apply([],a)},guid:1,proxy:function(e,t){var n,r,i;return"string"==typeof t&&(n=e[t],t=e,e=n),x.isFunction(e)?(r=d.call(arguments,2),i=function(){return e.apply(t||this,r.concat(d.call(arguments)))},i.guid=e.guid=e.guid||x.guid++,i):undefined},access:function(e,t,n,r,i,o,s){var a=0,u=e.length,l=null==n;if("object"===x.type(n)){i=!0;for(a in n)x.access(e,t,a,n[a],!0,o,s)}else if(r!==undefined&&(i=!0,x.isFunction(r)||(s=!0),l&&(s?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(x(e),n)})),t))for(;u>a;a++)t(e[a],n,s?r:r.call(e[a],a,t(e[a],n)));return i?e:l?t.call(e):u?t(e[0],n):o},now:Date.now,swap:function(e,t,n,r){var i,o,s={};for(o in t)s[o]=e.style[o],e.style[o]=t[o];i=n.apply(e,r||[]);for(o in t)e.style[o]=s[o];return i}}),x.ready.promise=function(t){return n||(n=x.Deferred(),"complete"===o.readyState?setTimeout(x.ready):(o.addEventListener("DOMContentLoaded",S,!1),e.addEventListener("load",S,!1))),n.promise(t)},x.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){l["[object "+t+"]"]=t.toLowerCase()});function j(e){var t=e.length,n=x.type(e);return x.isWindow(e)?!1:1===e.nodeType&&t?!0:"array"===n||"function"!==n&&(0===t||"number"==typeof t&&t>0&&t-1 in e)}t=x(o),function(e,undefined){var t,n,r,i,o,s,a,u,l,c,p,f,h,d,g,m,y,v="sizzle"+-new Date,b=e.document,w=0,T=0,C=at(),k=at(),N=at(),E=!1,S=function(){return 0},j=typeof undefined,D=1<<31,A={}.hasOwnProperty,L=[],H=L.pop,q=L.push,O=L.push,F=L.slice,P=L.indexOf||function(e){var t=0,n=this.length;for(;n>t;t++)if(this[t]===e)return t;return-1},R="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",W="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",$=W.replace("w","w#"),B="\\["+M+"*("+W+")"+M+"*(?:([*^$|!~]?=)"+M+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+$+")|)|)"+M+"*\\]",I=":("+W+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+B.replace(3,8)+")*)|.*)\\)|)",z=RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),_=RegExp("^"+M+"*,"+M+"*"),X=RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=RegExp(M+"*[+~]"),Y=RegExp("="+M+"*([^\\]'\"]*)"+M+"*\\]","g"),V=RegExp(I),G=RegExp("^"+$+"$"),J={ID:RegExp("^#("+W+")"),CLASS:RegExp("^\\.("+W+")"),TAG:RegExp("^("+W.replace("w","w*")+")"),ATTR:RegExp("^"+B),PSEUDO:RegExp("^"+I),CHILD:RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:RegExp("^(?:"+R+")$","i"),needsContext:RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Q=/^[^{]+\{\s*\[native \w/,K=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Z=/^(?:input|select|textarea|button)$/i,et=/^h\d$/i,tt=/'|\\/g,nt=RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),rt=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:0>r?String.fromCharCode(r+65536):String.fromCharCode(55296|r>>10,56320|1023&r)};try{O.apply(L=F.call(b.childNodes),b.childNodes),L[b.childNodes.length].nodeType}catch(it){O={apply:L.length?function(e,t){q.apply(e,F.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function ot(e,t,r,i){var o,s,a,u,l,f,g,m,x,w;if((t?t.ownerDocument||t:b)!==p&&c(t),t=t||p,r=r||[],!e||"string"!=typeof e)return r;if(1!==(u=t.nodeType)&&9!==u)return[];if(h&&!i){if(o=K.exec(e))if(a=o[1]){if(9===u){if(s=t.getElementById(a),!s||!s.parentNode)return r;if(s.id===a)return r.push(s),r}else if(t.ownerDocument&&(s=t.ownerDocument.getElementById(a))&&y(t,s)&&s.id===a)return r.push(s),r}else{if(o[2])return O.apply(r,t.getElementsByTagName(e)),r;if((a=o[3])&&n.getElementsByClassName&&t.getElementsByClassName)return O.apply(r,t.getElementsByClassName(a)),r}if(n.qsa&&(!d||!d.test(e))){if(m=g=v,x=t,w=9===u&&e,1===u&&"object"!==t.nodeName.toLowerCase()){f=vt(e),(g=t.getAttribute("id"))?m=g.replace(tt,"\\$&"):t.setAttribute("id",m),m="[id='"+m+"'] ",l=f.length;while(l--)f[l]=m+xt(f[l]);x=U.test(e)&&t.parentNode||t,w=f.join(",")}if(w)try{return O.apply(r,x.querySelectorAll(w)),r}catch(T){}finally{g||t.removeAttribute("id")}}}return St(e.replace(z,"$1"),t,r,i)}function st(e){return Q.test(e+"")}function at(){var e=[];function t(n,r){return e.push(n+=" ")>i.cacheLength&&delete t[e.shift()],t[n]=r}return t}function ut(e){return e[v]=!0,e}function lt(e){var t=p.createElement("div");try{return!!e(t)}catch(n){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ct(e,t,n){e=e.split("|");var r,o=e.length,s=n?null:t;while(o--)(r=i.attrHandle[e[o]])&&r!==t||(i.attrHandle[e[o]]=s)}function pt(e,t){var n=e.getAttributeNode(t);return n&&n.specified?n.value:e[t]===!0?t.toLowerCase():null}function ft(e,t){return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}function ht(e){return"input"===e.nodeName.toLowerCase()?e.defaultValue:undefined}function dt(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||D)-(~e.sourceIndex||D);if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function gt(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function mt(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function yt(e){return ut(function(t){return t=+t,ut(function(n,r){var i,o=e([],n.length,t),s=o.length;while(s--)n[i=o[s]]&&(n[i]=!(r[i]=n[i]))})})}s=ot.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?"HTML"!==t.nodeName:!1},n=ot.support={},c=ot.setDocument=function(e){var t=e?e.ownerDocument||e:b,r=t.parentWindow;return t!==p&&9===t.nodeType&&t.documentElement?(p=t,f=t.documentElement,h=!s(t),r&&r.frameElement&&r.attachEvent("onbeforeunload",function(){c()}),n.attributes=lt(function(e){return e.innerHTML="<a href='#'></a>",ct("type|href|height|width",ft,"#"===e.firstChild.getAttribute("href")),ct(R,pt,null==e.getAttribute("disabled")),e.className="i",!e.getAttribute("className")}),n.input=lt(function(e){return e.innerHTML="<input>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}),ct("value",ht,n.attributes&&n.input),n.getElementsByTagName=lt(function(e){return e.appendChild(t.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=lt(function(e){return e.innerHTML="<div class='a'></div><div class='a i'></div>",e.firstChild.className="i",2===e.getElementsByClassName("i").length}),n.getById=lt(function(e){return f.appendChild(e).id=v,!t.getElementsByName||!t.getElementsByName(v).length}),n.getById?(i.find.ID=function(e,t){if(typeof t.getElementById!==j&&h){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},i.filter.ID=function(e){var t=e.replace(nt,rt);return function(e){return e.getAttribute("id")===t}}):(delete i.find.ID,i.filter.ID=function(e){var t=e.replace(nt,rt);return function(e){var n=typeof e.getAttributeNode!==j&&e.getAttributeNode("id");return n&&n.value===t}}),i.find.TAG=n.getElementsByTagName?function(e,t){return typeof t.getElementsByTagName!==j?t.getElementsByTagName(e):undefined}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},i.find.CLASS=n.getElementsByClassName&&function(e,t){return typeof t.getElementsByClassName!==j&&h?t.getElementsByClassName(e):undefined},g=[],d=[],(n.qsa=st(t.querySelectorAll))&&(lt(function(e){e.innerHTML="<select><option selected=''></option></select>",e.querySelectorAll("[selected]").length||d.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll(":checked").length||d.push(":checked")}),lt(function(e){var n=t.createElement("input");n.setAttribute("type","hidden"),e.appendChild(n).setAttribute("t",""),e.querySelectorAll("[t^='']").length&&d.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll(":enabled").length||d.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),d.push(",.*:")})),(n.matchesSelector=st(m=f.webkitMatchesSelector||f.mozMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&lt(function(e){n.disconnectedMatch=m.call(e,"div"),m.call(e,"[s!='']:x"),g.push("!=",I)}),d=d.length&&RegExp(d.join("|")),g=g.length&&RegExp(g.join("|")),y=st(f.contains)||f.compareDocumentPosition?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},n.sortDetached=lt(function(e){return 1&e.compareDocumentPosition(t.createElement("div"))}),S=f.compareDocumentPosition?function(e,r){if(e===r)return E=!0,0;var i=r.compareDocumentPosition&&e.compareDocumentPosition&&e.compareDocumentPosition(r);return i?1&i||!n.sortDetached&&r.compareDocumentPosition(e)===i?e===t||y(b,e)?-1:r===t||y(b,r)?1:l?P.call(l,e)-P.call(l,r):0:4&i?-1:1:e.compareDocumentPosition?-1:1}:function(e,n){var r,i=0,o=e.parentNode,s=n.parentNode,a=[e],u=[n];if(e===n)return E=!0,0;if(!o||!s)return e===t?-1:n===t?1:o?-1:s?1:l?P.call(l,e)-P.call(l,n):0;if(o===s)return dt(e,n);r=e;while(r=r.parentNode)a.unshift(r);r=n;while(r=r.parentNode)u.unshift(r);while(a[i]===u[i])i++;return i?dt(a[i],u[i]):a[i]===b?-1:u[i]===b?1:0},t):p},ot.matches=function(e,t){return ot(e,null,null,t)},ot.matchesSelector=function(e,t){if((e.ownerDocument||e)!==p&&c(e),t=t.replace(Y,"='$1']"),!(!n.matchesSelector||!h||g&&g.test(t)||d&&d.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(i){}return ot(t,p,null,[e]).length>0},ot.contains=function(e,t){return(e.ownerDocument||e)!==p&&c(e),y(e,t)},ot.attr=function(e,t){(e.ownerDocument||e)!==p&&c(e);var r=i.attrHandle[t.toLowerCase()],o=r&&A.call(i.attrHandle,t.toLowerCase())?r(e,t,!h):undefined;return o===undefined?n.attributes||!h?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null:o},ot.error=function(e){throw Error("Syntax error, unrecognized expression: "+e)},ot.uniqueSort=function(e){var t,r=[],i=0,o=0;if(E=!n.detectDuplicates,l=!n.sortStable&&e.slice(0),e.sort(S),E){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return e},o=ot.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r];r++)n+=o(t);return n},i=ot.selectors={cacheLength:50,createPseudo:ut,match:J,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(nt,rt),e[3]=(e[4]||e[5]||"").replace(nt,rt),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||ot.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&ot.error(e[0]),e},PSEUDO:function(e){var t,n=!e[5]&&e[2];return J.CHILD.test(e[0])?null:(e[3]&&e[4]!==undefined?e[2]=e[4]:n&&V.test(n)&&(t=vt(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(nt,rt).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=C[e+" "];return t||(t=RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&C(e,function(e){return t.test("string"==typeof e.className&&e.className||typeof e.getAttribute!==j&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=ot.attr(r,e);return null==i?"!="===t:t?(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i+" ").indexOf(n)>-1:"|="===t?i===n||i.slice(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),s="last"!==e.slice(-4),a="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,p,f,h,d,g=o!==s?"nextSibling":"previousSibling",m=t.parentNode,y=a&&t.nodeName.toLowerCase(),x=!u&&!a;if(m){if(o){while(g){p=t;while(p=p[g])if(a?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;d=g="only"===e&&!d&&"nextSibling"}return!0}if(d=[s?m.firstChild:m.lastChild],s&&x){c=m[v]||(m[v]={}),l=c[e]||[],h=l[0]===w&&l[1],f=l[0]===w&&l[2],p=h&&m.childNodes[h];while(p=++h&&p&&p[g]||(f=h=0)||d.pop())if(1===p.nodeType&&++f&&p===t){c[e]=[w,h,f];break}}else if(x&&(l=(t[v]||(t[v]={}))[e])&&l[0]===w)f=l[1];else while(p=++h&&p&&p[g]||(f=h=0)||d.pop())if((a?p.nodeName.toLowerCase()===y:1===p.nodeType)&&++f&&(x&&((p[v]||(p[v]={}))[e]=[w,f]),p===t))break;return f-=i,f===r||0===f%r&&f/r>=0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||ot.error("unsupported pseudo: "+e);return r[v]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?ut(function(e,n){var i,o=r(e,t),s=o.length;while(s--)i=P.call(e,o[s]),e[i]=!(n[i]=o[s])}):function(e){return r(e,0,n)}):r}},pseudos:{not:ut(function(e){var t=[],n=[],r=a(e.replace(z,"$1"));return r[v]?ut(function(e,t,n,i){var o,s=r(e,null,i,[]),a=e.length;while(a--)(o=s[a])&&(e[a]=!(t[a]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),!n.pop()}}),has:ut(function(e){return function(t){return ot(e,t).length>0}}),contains:ut(function(e){return function(t){return(t.textContent||t.innerText||o(t)).indexOf(e)>-1}}),lang:ut(function(e){return G.test(e||"")||ot.error("unsupported lang: "+e),e=e.replace(nt,rt).toLowerCase(),function(t){var n;do if(n=h?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===f},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeName>"@"||3===e.nodeType||4===e.nodeType)return!1;return!0},parent:function(e){return!i.pseudos.empty(e)},header:function(e){return et.test(e.nodeName)},input:function(e){return Z.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||t.toLowerCase()===e.type)},first:yt(function(){return[0]}),last:yt(function(e,t){return[t-1]}),eq:yt(function(e,t,n){return[0>n?n+t:n]}),even:yt(function(e,t){var n=0;for(;t>n;n+=2)e.push(n);return e}),odd:yt(function(e,t){var n=1;for(;t>n;n+=2)e.push(n);return e}),lt:yt(function(e,t,n){var r=0>n?n+t:n;for(;--r>=0;)e.push(r);return e}),gt:yt(function(e,t,n){var r=0>n?n+t:n;for(;t>++r;)e.push(r);return e})}};for(t in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.pseudos[t]=gt(t);for(t in{submit:!0,reset:!0})i.pseudos[t]=mt(t);function vt(e,t){var n,r,o,s,a,u,l,c=k[e+" "];if(c)return t?0:c.slice(0);a=e,u=[],l=i.preFilter;while(a){(!n||(r=_.exec(a)))&&(r&&(a=a.slice(r[0].length)||a),u.push(o=[])),n=!1,(r=X.exec(a))&&(n=r.shift(),o.push({value:n,type:r[0].replace(z," ")}),a=a.slice(n.length));for(s in i.filter)!(r=J[s].exec(a))||l[s]&&!(r=l[s](r))||(n=r.shift(),o.push({value:n,type:s,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?ot.error(e):k(e,u).slice(0)}function xt(e){var t=0,n=e.length,r="";for(;n>t;t++)r+=e[t].value;return r}function bt(e,t,n){var i=t.dir,o=n&&"parentNode"===i,s=T++;return t.first?function(t,n,r){while(t=t[i])if(1===t.nodeType||o)return e(t,n,r)}:function(t,n,a){var u,l,c,p=w+" "+s;if(a){while(t=t[i])if((1===t.nodeType||o)&&e(t,n,a))return!0}else while(t=t[i])if(1===t.nodeType||o)if(c=t[v]||(t[v]={}),(l=c[i])&&l[0]===p){if((u=l[1])===!0||u===r)return u===!0}else if(l=c[i]=[p],l[1]=e(t,n,a)||r,l[1]===!0)return!0}}function wt(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function Tt(e,t,n,r,i){var o,s=[],a=0,u=e.length,l=null!=t;for(;u>a;a++)(o=e[a])&&(!n||n(o,r,i))&&(s.push(o),l&&t.push(a));return s}function Ct(e,t,n,r,i,o){return r&&!r[v]&&(r=Ct(r)),i&&!i[v]&&(i=Ct(i,o)),ut(function(o,s,a,u){var l,c,p,f=[],h=[],d=s.length,g=o||Et(t||"*",a.nodeType?[a]:a,[]),m=!e||!o&&t?g:Tt(g,f,e,a,u),y=n?i||(o?e:d||r)?[]:s:m;if(n&&n(m,y,a,u),r){l=Tt(y,h),r(l,[],a,u),c=l.length;while(c--)(p=l[c])&&(y[h[c]]=!(m[h[c]]=p))}if(o){if(i||e){if(i){l=[],c=y.length;while(c--)(p=y[c])&&l.push(m[c]=p);i(null,y=[],l,u)}c=y.length;while(c--)(p=y[c])&&(l=i?P.call(o,p):f[c])>-1&&(o[l]=!(s[l]=p))}}else y=Tt(y===s?y.splice(d,y.length):y),i?i(null,s,y,u):O.apply(s,y)})}function kt(e){var t,n,r,o=e.length,s=i.relative[e[0].type],a=s||i.relative[" "],l=s?1:0,c=bt(function(e){return e===t},a,!0),p=bt(function(e){return P.call(t,e)>-1},a,!0),f=[function(e,n,r){return!s&&(r||n!==u)||((t=n).nodeType?c(e,n,r):p(e,n,r))}];for(;o>l;l++)if(n=i.relative[e[l].type])f=[bt(wt(f),n)];else{if(n=i.filter[e[l].type].apply(null,e[l].matches),n[v]){for(r=++l;o>r;r++)if(i.relative[e[r].type])break;return Ct(l>1&&wt(f),l>1&&xt(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(z,"$1"),n,r>l&&kt(e.slice(l,r)),o>r&&kt(e=e.slice(r)),o>r&&xt(e))}f.push(n)}return wt(f)}function Nt(e,t){var n=0,o=t.length>0,s=e.length>0,a=function(a,l,c,f,h){var d,g,m,y=[],v=0,x="0",b=a&&[],T=null!=h,C=u,k=a||s&&i.find.TAG("*",h&&l.parentNode||l),N=w+=null==C?1:Math.random()||.1;for(T&&(u=l!==p&&l,r=n);null!=(d=k[x]);x++){if(s&&d){g=0;while(m=e[g++])if(m(d,l,c)){f.push(d);break}T&&(w=N,r=++n)}o&&((d=!m&&d)&&v--,a&&b.push(d))}if(v+=x,o&&x!==v){g=0;while(m=t[g++])m(b,y,l,c);if(a){if(v>0)while(x--)b[x]||y[x]||(y[x]=H.call(f));y=Tt(y)}O.apply(f,y),T&&!a&&y.length>0&&v+t.length>1&&ot.uniqueSort(f)}return T&&(w=N,u=C),b};return o?ut(a):a}a=ot.compile=function(e,t){var n,r=[],i=[],o=N[e+" "];if(!o){t||(t=vt(e)),n=t.length;while(n--)o=kt(t[n]),o[v]?r.push(o):i.push(o);o=N(e,Nt(i,r))}return o};function Et(e,t,n){var r=0,i=t.length;for(;i>r;r++)ot(e,t[r],n);return n}function St(e,t,r,o){var s,u,l,c,p,f=vt(e);if(!o&&1===f.length){if(u=f[0]=f[0].slice(0),u.length>2&&"ID"===(l=u[0]).type&&n.getById&&9===t.nodeType&&h&&i.relative[u[1].type]){if(t=(i.find.ID(l.matches[0].replace(nt,rt),t)||[])[0],!t)return r;e=e.slice(u.shift().value.length)}s=J.needsContext.test(e)?0:u.length;while(s--){if(l=u[s],i.relative[c=l.type])break;if((p=i.find[c])&&(o=p(l.matches[0].replace(nt,rt),U.test(u[0].type)&&t.parentNode||t))){if(u.splice(s,1),e=o.length&&xt(u),!e)return O.apply(r,o),r;break}}}return a(e,f)(o,t,!h,r,U.test(e)),r}i.pseudos.nth=i.pseudos.eq;function jt(){}jt.prototype=i.filters=i.pseudos,i.setFilters=new jt,n.sortStable=v.split("").sort(S).join("")===v,c(),[0,0].sort(S),n.detectDuplicates=E,x.find=ot,x.expr=ot.selectors,x.expr[":"]=x.expr.pseudos,x.unique=ot.uniqueSort,x.text=ot.getText,x.isXMLDoc=ot.isXML,x.contains=ot.contains}(e);var D={};function A(e){var t=D[e]={};return x.each(e.match(w)||[],function(e,n){t[n]=!0}),t}x.Callbacks=function(e){e="string"==typeof e?D[e]||A(e):x.extend({},e);var t,n,r,i,o,s,a=[],u=!e.once&&[],l=function(p){for(t=e.memory&&p,n=!0,s=i||0,i=0,o=a.length,r=!0;a&&o>s;s++)if(a[s].apply(p[0],p[1])===!1&&e.stopOnFalse){t=!1;break}r=!1,a&&(u?u.length&&l(u.shift()):t?a=[]:c.disable())},c={add:function(){if(a){var n=a.length;(function s(t){x.each(t,function(t,n){var r=x.type(n);"function"===r?e.unique&&c.has(n)||a.push(n):n&&n.length&&"string"!==r&&s(n)})})(arguments),r?o=a.length:t&&(i=n,l(t))}return this},remove:function(){return a&&x.each(arguments,function(e,t){var n;while((n=x.inArray(t,a,n))>-1)a.splice(n,1),r&&(o>=n&&o--,s>=n&&s--)}),this},has:function(e){return e?x.inArray(e,a)>-1:!(!a||!a.length)},empty:function(){return a=[],o=0,this},disable:function(){return a=u=t=undefined,this},disabled:function(){return!a},lock:function(){return u=undefined,t||c.disable(),this},locked:function(){return!u},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],!a||n&&!u||(r?u.push(t):l(t)),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!n}};return c},x.extend({Deferred:function(e){var t=[["resolve","done",x.Callbacks("once memory"),"resolved"],["reject","fail",x.Callbacks("once memory"),"rejected"],["notify","progress",x.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return x.Deferred(function(n){x.each(t,function(t,o){var s=o[0],a=x.isFunction(e[t])&&e[t];i[o[1]](function(){var e=a&&a.apply(this,arguments);e&&x.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[s+"With"](this===r?n.promise():this,a?[e]:arguments)})}),e=null}).promise()},promise:function(e){return null!=e?x.extend(e,r):r}},i={};return r.pipe=r.then,x.each(t,function(e,o){var s=o[2],a=o[3];r[o[1]]=s.add,a&&s.add(function(){n=a},t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+"With"](this===i?r:this,arguments),this},i[o[0]+"With"]=s.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=d.call(arguments),r=n.length,i=1!==r||e&&x.isFunction(e.promise)?r:0,o=1===i?e:x.Deferred(),s=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?d.call(arguments):r,n===a?o.notifyWith(t,n):--i||o.resolveWith(t,n)}},a,u,l;if(r>1)for(a=Array(r),u=Array(r),l=Array(r);r>t;t++)n[t]&&x.isFunction(n[t].promise)?n[t].promise().done(s(t,l,n)).fail(o.reject).progress(s(t,u,a)):--i;return i||o.resolveWith(l,n),o.promise()}}),x.support=function(t){var n=o.createElement("input"),r=o.createDocumentFragment(),i=o.createElement("div"),s=o.createElement("select"),a=s.appendChild(o.createElement("option"));return n.type?(n.type="checkbox",t.checkOn=""!==n.value,t.optSelected=a.selected,t.reliableMarginRight=!0,t.boxSizingReliable=!0,t.pixelPosition=!1,n.checked=!0,t.noCloneChecked=n.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!a.disabled,n=o.createElement("input"),n.value="t",n.type="radio",t.radioValue="t"===n.value,n.setAttribute("checked","t"),n.setAttribute("name","t"),r.appendChild(n),t.checkClone=r.cloneNode(!0).cloneNode(!0).lastChild.checked,t.focusinBubbles="onfocusin"in e,i.style.backgroundClip="content-box",i.cloneNode(!0).style.backgroundClip="",t.clearCloneStyle="content-box"===i.style.backgroundClip,x(function(){var n,r,s="padding:0;margin:0;border:0;display:block;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box",a=o.getElementsByTagName("body")[0];a&&(n=o.createElement("div"),n.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",a.appendChild(n).appendChild(i),i.innerHTML="",i.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%",x.swap(a,null!=a.style.zoom?{zoom:1}:{},function(){t.boxSizing=4===i.offsetWidth}),e.getComputedStyle&&(t.pixelPosition="1%"!==(e.getComputedStyle(i,null)||{}).top,t.boxSizingReliable="4px"===(e.getComputedStyle(i,null)||{width:"4px"}).width,r=i.appendChild(o.createElement("div")),r.style.cssText=i.style.cssText=s,r.style.marginRight=r.style.width="0",i.style.width="1px",t.reliableMarginRight=!parseFloat((e.getComputedStyle(r,null)||{}).marginRight)),a.removeChild(n))}),t):t}({});var L,H,q=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,O=/([A-Z])/g;function F(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=x.expando+Math.random()}F.uid=1,F.accepts=function(e){return e.nodeType?1===e.nodeType||9===e.nodeType:!0},F.prototype={key:function(e){if(!F.accepts(e))return 0;var t={},n=e[this.expando];if(!n){n=F.uid++;try{t[this.expando]={value:n},Object.defineProperties(e,t)}catch(r){t[this.expando]=n,x.extend(e,t)}}return this.cache[n]||(this.cache[n]={}),n},set:function(e,t,n){var r,i=this.key(e),o=this.cache[i];if("string"==typeof t)o[t]=n;else if(x.isEmptyObject(o))x.extend(this.cache[i],t);else for(r in t)o[r]=t[r];return o},get:function(e,t){var n=this.cache[this.key(e)];return t===undefined?n:n[t]},access:function(e,t,n){return t===undefined||t&&"string"==typeof t&&n===undefined?this.get(e,t):(this.set(e,t,n),n!==undefined?n:t)},remove:function(e,t){var n,r,i,o=this.key(e),s=this.cache[o];if(t===undefined)this.cache[o]={};else{x.isArray(t)?r=t.concat(t.map(x.camelCase)):(i=x.camelCase(t),t in s?r=[t,i]:(r=i,r=r in s?[r]:r.match(w)||[])),n=r.length;while(n--)delete s[r[n]]}},hasData:function(e){return!x.isEmptyObject(this.cache[e[this.expando]]||{})},discard:function(e){e[this.expando]&&delete this.cache[e[this.expando]]}},L=new F,H=new F,x.extend({acceptData:F.accepts,hasData:function(e){return L.hasData(e)||H.hasData(e)},data:function(e,t,n){return L.access(e,t,n)},removeData:function(e,t){L.remove(e,t)},_data:function(e,t,n){return H.access(e,t,n)},_removeData:function(e,t){H.remove(e,t)}}),x.fn.extend({data:function(e,t){var n,r,i=this[0],o=0,s=null;if(e===undefined){if(this.length&&(s=L.get(i),1===i.nodeType&&!H.get(i,"hasDataAttrs"))){for(n=i.attributes;n.length>o;o++)r=n[o].name,0===r.indexOf("data-")&&(r=x.camelCase(r.slice(5)),P(i,r,s[r]));H.set(i,"hasDataAttrs",!0)}return s}return"object"==typeof e?this.each(function(){L.set(this,e)}):x.access(this,function(t){var n,r=x.camelCase(e);if(i&&t===undefined){if(n=L.get(i,e),n!==undefined)return n;if(n=L.get(i,r),n!==undefined)return n;if(n=P(i,r,undefined),n!==undefined)return n}else this.each(function(){var n=L.get(this,r);L.set(this,r,t),-1!==e.indexOf("-")&&n!==undefined&&L.set(this,e,t)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){L.remove(this,e)})}});function P(e,t,n){var r;if(n===undefined&&1===e.nodeType)if(r="data-"+t.replace(O,"-$1").toLowerCase(),n=e.getAttribute(r),"string"==typeof n){try{n="true"===n?!0:"false"===n?!1:"null"===n?null:+n+""===n?+n:q.test(n)?JSON.parse(n):n}catch(i){}L.set(e,t,n)}else n=undefined;return n}x.extend({queue:function(e,t,n){var r;return e?(t=(t||"fx")+"queue",r=H.get(e,t),n&&(!r||x.isArray(n)?r=H.access(e,t,x.makeArray(n)):r.push(n)),r||[]):undefined},dequeue:function(e,t){t=t||"fx";var n=x.queue(e,t),r=n.length,i=n.shift(),o=x._queueHooks(e,t),s=function(){x.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,s,o)),!r&&o&&o.empty.fire()
+},_queueHooks:function(e,t){var n=t+"queueHooks";return H.get(e,n)||H.access(e,n,{empty:x.Callbacks("once memory").add(function(){H.remove(e,[t+"queue",n])})})}}),x.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),n>arguments.length?x.queue(this[0],e):t===undefined?this:this.each(function(){var n=x.queue(this,e,t);x._queueHooks(this,e),"fx"===e&&"inprogress"!==n[0]&&x.dequeue(this,e)})},dequeue:function(e){return this.each(function(){x.dequeue(this,e)})},delay:function(e,t){return e=x.fx?x.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=x.Deferred(),o=this,s=this.length,a=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=undefined),e=e||"fx";while(s--)n=H.get(o[s],e+"queueHooks"),n&&n.empty&&(r++,n.empty.add(a));return a(),i.promise(t)}});var R,M,W=/[\t\r\n\f]/g,$=/\r/g,B=/^(?:input|select|textarea|button)$/i;x.fn.extend({attr:function(e,t){return x.access(this,x.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){x.removeAttr(this,e)})},prop:function(e,t){return x.access(this,x.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[x.propFix[e]||e]})},addClass:function(e){var t,n,r,i,o,s=0,a=this.length,u="string"==typeof e&&e;if(x.isFunction(e))return this.each(function(t){x(this).addClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(w)||[];a>s;s++)if(n=this[s],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(W," "):" ")){o=0;while(i=t[o++])0>r.indexOf(" "+i+" ")&&(r+=i+" ");n.className=x.trim(r)}return this},removeClass:function(e){var t,n,r,i,o,s=0,a=this.length,u=0===arguments.length||"string"==typeof e&&e;if(x.isFunction(e))return this.each(function(t){x(this).removeClass(e.call(this,t,this.className))});if(u)for(t=(e||"").match(w)||[];a>s;s++)if(n=this[s],r=1===n.nodeType&&(n.className?(" "+n.className+" ").replace(W," "):"")){o=0;while(i=t[o++])while(r.indexOf(" "+i+" ")>=0)r=r.replace(" "+i+" "," ");n.className=e?x.trim(r):""}return this},toggleClass:function(e,t){var n=typeof e,i="boolean"==typeof t;return x.isFunction(e)?this.each(function(n){x(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if("string"===n){var o,s=0,a=x(this),u=t,l=e.match(w)||[];while(o=l[s++])u=i?u:!a.hasClass(o),a[u?"addClass":"removeClass"](o)}else(n===r||"boolean"===n)&&(this.className&&H.set(this,"__className__",this.className),this.className=this.className||e===!1?"":H.get(this,"__className__")||"")})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;r>n;n++)if(1===this[n].nodeType&&(" "+this[n].className+" ").replace(W," ").indexOf(t)>=0)return!0;return!1},val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=x.isFunction(e),this.each(function(n){var i;1===this.nodeType&&(i=r?e.call(this,n,x(this).val()):e,null==i?i="":"number"==typeof i?i+="":x.isArray(i)&&(i=x.map(i,function(e){return null==e?"":e+""})),t=x.valHooks[this.type]||x.valHooks[this.nodeName.toLowerCase()],t&&"set"in t&&t.set(this,i,"value")!==undefined||(this.value=i))});if(i)return t=x.valHooks[i.type]||x.valHooks[i.nodeName.toLowerCase()],t&&"get"in t&&(n=t.get(i,"value"))!==undefined?n:(n=i.value,"string"==typeof n?n.replace($,""):null==n?"":n)}}}),x.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,o="select-one"===e.type||0>i,s=o?null:[],a=o?i+1:r.length,u=0>i?a:o?i:0;for(;a>u;u++)if(n=r[u],!(!n.selected&&u!==i||(x.support.optDisabled?n.disabled:null!==n.getAttribute("disabled"))||n.parentNode.disabled&&x.nodeName(n.parentNode,"optgroup"))){if(t=x(n).val(),o)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=x.makeArray(t),s=i.length;while(s--)r=i[s],(r.selected=x.inArray(x(r).val(),o)>=0)&&(n=!0);return n||(e.selectedIndex=-1),o}}},attr:function(e,t,n){var i,o,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return typeof e.getAttribute===r?x.prop(e,t,n):(1===s&&x.isXMLDoc(e)||(t=t.toLowerCase(),i=x.attrHooks[t]||(x.expr.match.bool.test(t)?M:R)),n===undefined?i&&"get"in i&&null!==(o=i.get(e,t))?o:(o=x.find.attr(e,t),null==o?undefined:o):null!==n?i&&"set"in i&&(o=i.set(e,n,t))!==undefined?o:(e.setAttribute(t,n+""),n):(x.removeAttr(e,t),undefined))},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(w);if(o&&1===e.nodeType)while(n=o[i++])r=x.propFix[n]||n,x.expr.match.bool.test(n)&&(e[r]=!1),e.removeAttribute(n)},attrHooks:{type:{set:function(e,t){if(!x.support.radioValue&&"radio"===t&&x.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},propFix:{"for":"htmlFor","class":"className"},prop:function(e,t,n){var r,i,o,s=e.nodeType;if(e&&3!==s&&8!==s&&2!==s)return o=1!==s||!x.isXMLDoc(e),o&&(t=x.propFix[t]||t,i=x.propHooks[t]),n!==undefined?i&&"set"in i&&(r=i.set(e,n,t))!==undefined?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){return e.hasAttribute("tabindex")||B.test(e.nodeName)||e.href?e.tabIndex:-1}}}}),M={set:function(e,t,n){return t===!1?x.removeAttr(e,n):e.setAttribute(n,n),n}},x.each(x.expr.match.bool.source.match(/\w+/g),function(e,t){var n=x.expr.attrHandle[t]||x.find.attr;x.expr.attrHandle[t]=function(e,t,r){var i=x.expr.attrHandle[t],o=r?undefined:(x.expr.attrHandle[t]=undefined)!=n(e,t,r)?t.toLowerCase():null;return x.expr.attrHandle[t]=i,o}}),x.support.optSelected||(x.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null}}),x.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){x.propFix[this.toLowerCase()]=this}),x.each(["radio","checkbox"],function(){x.valHooks[this]={set:function(e,t){return x.isArray(t)?e.checked=x.inArray(x(e).val(),t)>=0:undefined}},x.support.checkOn||(x.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var I=/^key/,z=/^(?:mouse|contextmenu)|click/,_=/^(?:focusinfocus|focusoutblur)$/,X=/^([^.]*)(?:\.(.+)|)$/;function U(){return!0}function Y(){return!1}function V(){try{return o.activeElement}catch(e){}}x.event={global:{},add:function(e,t,n,i,o){var s,a,u,l,c,p,f,h,d,g,m,y=H.get(e);if(y){n.handler&&(s=n,n=s.handler,o=s.selector),n.guid||(n.guid=x.guid++),(l=y.events)||(l=y.events={}),(a=y.handle)||(a=y.handle=function(e){return typeof x===r||e&&x.event.triggered===e.type?undefined:x.event.dispatch.apply(a.elem,arguments)},a.elem=e),t=(t||"").match(w)||[""],c=t.length;while(c--)u=X.exec(t[c])||[],d=m=u[1],g=(u[2]||"").split(".").sort(),d&&(f=x.event.special[d]||{},d=(o?f.delegateType:f.bindType)||d,f=x.event.special[d]||{},p=x.extend({type:d,origType:m,data:i,handler:n,guid:n.guid,selector:o,needsContext:o&&x.expr.match.needsContext.test(o),namespace:g.join(".")},s),(h=l[d])||(h=l[d]=[],h.delegateCount=0,f.setup&&f.setup.call(e,i,g,a)!==!1||e.addEventListener&&e.addEventListener(d,a,!1)),f.add&&(f.add.call(e,p),p.handler.guid||(p.handler.guid=n.guid)),o?h.splice(h.delegateCount++,0,p):h.push(p),x.event.global[d]=!0);e=null}},remove:function(e,t,n,r,i){var o,s,a,u,l,c,p,f,h,d,g,m=H.hasData(e)&&H.get(e);if(m&&(u=m.events)){t=(t||"").match(w)||[""],l=t.length;while(l--)if(a=X.exec(t[l])||[],h=g=a[1],d=(a[2]||"").split(".").sort(),h){p=x.event.special[h]||{},h=(r?p.delegateType:p.bindType)||h,f=u[h]||[],a=a[2]&&RegExp("(^|\\.)"+d.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=o=f.length;while(o--)c=f[o],!i&&g!==c.origType||n&&n.guid!==c.guid||a&&!a.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(f.splice(o,1),c.selector&&f.delegateCount--,p.remove&&p.remove.call(e,c));s&&!f.length&&(p.teardown&&p.teardown.call(e,d,m.handle)!==!1||x.removeEvent(e,h,m.handle),delete u[h])}else for(h in u)x.event.remove(e,h+t[l],n,r,!0);x.isEmptyObject(u)&&(delete m.handle,H.remove(e,"events"))}},trigger:function(t,n,r,i){var s,a,u,l,c,p,f,h=[r||o],d=y.call(t,"type")?t.type:t,g=y.call(t,"namespace")?t.namespace.split("."):[];if(a=u=r=r||o,3!==r.nodeType&&8!==r.nodeType&&!_.test(d+x.event.triggered)&&(d.indexOf(".")>=0&&(g=d.split("."),d=g.shift(),g.sort()),c=0>d.indexOf(":")&&"on"+d,t=t[x.expando]?t:new x.Event(d,"object"==typeof t&&t),t.isTrigger=i?2:3,t.namespace=g.join("."),t.namespace_re=t.namespace?RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=undefined,t.target||(t.target=r),n=null==n?[t]:x.makeArray(n,[t]),f=x.event.special[d]||{},i||!f.trigger||f.trigger.apply(r,n)!==!1)){if(!i&&!f.noBubble&&!x.isWindow(r)){for(l=f.delegateType||d,_.test(l+d)||(a=a.parentNode);a;a=a.parentNode)h.push(a),u=a;u===(r.ownerDocument||o)&&h.push(u.defaultView||u.parentWindow||e)}s=0;while((a=h[s++])&&!t.isPropagationStopped())t.type=s>1?l:f.bindType||d,p=(H.get(a,"events")||{})[t.type]&&H.get(a,"handle"),p&&p.apply(a,n),p=c&&a[c],p&&x.acceptData(a)&&p.apply&&p.apply(a,n)===!1&&t.preventDefault();return t.type=d,i||t.isDefaultPrevented()||f._default&&f._default.apply(h.pop(),n)!==!1||!x.acceptData(r)||c&&x.isFunction(r[d])&&!x.isWindow(r)&&(u=r[c],u&&(r[c]=null),x.event.triggered=d,r[d](),x.event.triggered=undefined,u&&(r[c]=u)),t.result}},dispatch:function(e){e=x.event.fix(e);var t,n,r,i,o,s=[],a=d.call(arguments),u=(H.get(this,"events")||{})[e.type]||[],l=x.event.special[e.type]||{};if(a[0]=e,e.delegateTarget=this,!l.preDispatch||l.preDispatch.call(this,e)!==!1){s=x.event.handlers.call(this,e,u),t=0;while((i=s[t++])&&!e.isPropagationStopped()){e.currentTarget=i.elem,n=0;while((o=i.handlers[n++])&&!e.isImmediatePropagationStopped())(!e.namespace_re||e.namespace_re.test(o.namespace))&&(e.handleObj=o,e.data=o.data,r=((x.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,a),r!==undefined&&(e.result=r)===!1&&(e.preventDefault(),e.stopPropagation()))}return l.postDispatch&&l.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,r,i,o,s=[],a=t.delegateCount,u=e.target;if(a&&u.nodeType&&(!e.button||"click"!==e.type))for(;u!==this;u=u.parentNode||this)if(u.disabled!==!0||"click"!==e.type){for(r=[],n=0;a>n;n++)o=t[n],i=o.selector+" ",r[i]===undefined&&(r[i]=o.needsContext?x(i,this).index(u)>=0:x.find(i,this,null,[u]).length),r[i]&&r.push(o);r.length&&s.push({elem:u,handlers:r})}return t.length>a&&s.push({elem:this,handlers:t.slice(a)}),s},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,t){var n,r,i,s=t.button;return null==e.pageX&&null!=t.clientX&&(n=e.target.ownerDocument||o,r=n.documentElement,i=n.body,e.pageX=t.clientX+(r&&r.scrollLeft||i&&i.scrollLeft||0)-(r&&r.clientLeft||i&&i.clientLeft||0),e.pageY=t.clientY+(r&&r.scrollTop||i&&i.scrollTop||0)-(r&&r.clientTop||i&&i.clientTop||0)),e.which||s===undefined||(e.which=1&s?1:2&s?3:4&s?2:0),e}},fix:function(e){if(e[x.expando])return e;var t,n,r,i=e.type,s=e,a=this.fixHooks[i];a||(this.fixHooks[i]=a=z.test(i)?this.mouseHooks:I.test(i)?this.keyHooks:{}),r=a.props?this.props.concat(a.props):this.props,e=new x.Event(s),t=r.length;while(t--)n=r[t],e[n]=s[n];return e.target||(e.target=o),3===e.target.nodeType&&(e.target=e.target.parentNode),a.filter?a.filter(e,s):e},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==V()&&this.focus?(this.focus(),!1):undefined},delegateType:"focusin"},blur:{trigger:function(){return this===V()&&this.blur?(this.blur(),!1):undefined},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&x.nodeName(this,"input")?(this.click(),!1):undefined},_default:function(e){return x.nodeName(e.target,"a")}},beforeunload:{postDispatch:function(e){e.result!==undefined&&(e.originalEvent.returnValue=e.result)}}},simulate:function(e,t,n,r){var i=x.extend(new x.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?x.event.trigger(i,null,t):x.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},x.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)},x.Event=function(e,t){return this instanceof x.Event?(e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.getPreventDefault&&e.getPreventDefault()?U:Y):this.type=e,t&&x.extend(this,t),this.timeStamp=e&&e.timeStamp||x.now(),this[x.expando]=!0,undefined):new x.Event(e,t)},x.Event.prototype={isDefaultPrevented:Y,isPropagationStopped:Y,isImmediatePropagationStopped:Y,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=U,e&&e.preventDefault&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=U,e&&e.stopPropagation&&e.stopPropagation()},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=U,this.stopPropagation()}},x.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){x.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return(!i||i!==r&&!x.contains(r,i))&&(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}}),x.support.focusinBubbles||x.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){x.event.simulate(t,e.target,x.event.fix(e),!0)};x.event.special[t]={setup:function(){0===n++&&o.addEventListener(e,r,!0)},teardown:function(){0===--n&&o.removeEventListener(e,r,!0)}}}),x.fn.extend({on:function(e,t,n,r,i){var o,s;if("object"==typeof e){"string"!=typeof t&&(n=n||t,t=undefined);for(s in e)this.on(s,t,n,e[s],i);return this}if(null==n&&null==r?(r=t,n=t=undefined):null==r&&("string"==typeof t?(r=n,n=undefined):(r=n,n=t,t=undefined)),r===!1)r=Y;else if(!r)return this;return 1===i&&(o=r,r=function(e){return x().off(e),o.apply(this,arguments)},r.guid=o.guid||(o.guid=x.guid++)),this.each(function(){x.event.add(this,e,r,n,t)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,x(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return(t===!1||"function"==typeof t)&&(n=t,t=undefined),n===!1&&(n=Y),this.each(function(){x.event.remove(this,e,n,t)})},trigger:function(e,t){return this.each(function(){x.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];return n?x.event.trigger(e,t,n,!0):undefined}});var G=/^.[^:#\[\.,]*$/,J=/^(?:parents|prev(?:Until|All))/,Q=x.expr.match.needsContext,K={children:!0,contents:!0,next:!0,prev:!0};x.fn.extend({find:function(e){var t,n=[],r=this,i=r.length;if("string"!=typeof e)return this.pushStack(x(e).filter(function(){for(t=0;i>t;t++)if(x.contains(r[t],this))return!0}));for(t=0;i>t;t++)x.find(e,r[t],n);return n=this.pushStack(i>1?x.unique(n):n),n.selector=this.selector?this.selector+" "+e:e,n},has:function(e){var t=x(e,this),n=t.length;return this.filter(function(){var e=0;for(;n>e;e++)if(x.contains(this,t[e]))return!0})},not:function(e){return this.pushStack(et(this,e||[],!0))},filter:function(e){return this.pushStack(et(this,e||[],!1))},is:function(e){return!!et(this,"string"==typeof e&&Q.test(e)?x(e):e||[],!1).length},closest:function(e,t){var n,r=0,i=this.length,o=[],s=Q.test(e)||"string"!=typeof e?x(e,t||this.context):0;for(;i>r;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(11>n.nodeType&&(s?s.index(n)>-1:1===n.nodeType&&x.find.matchesSelector(n,e))){n=o.push(n);break}return this.pushStack(o.length>1?x.unique(o):o)},index:function(e){return e?"string"==typeof e?g.call(x(e),this[0]):g.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){var n="string"==typeof e?x(e,t):x.makeArray(e&&e.nodeType?[e]:e),r=x.merge(this.get(),n);return this.pushStack(x.unique(r))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function Z(e,t){while((e=e[t])&&1!==e.nodeType);return e}x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return x.dir(e,"parentNode")},parentsUntil:function(e,t,n){return x.dir(e,"parentNode",n)},next:function(e){return Z(e,"nextSibling")},prev:function(e){return Z(e,"previousSibling")},nextAll:function(e){return x.dir(e,"nextSibling")},prevAll:function(e){return x.dir(e,"previousSibling")},nextUntil:function(e,t,n){return x.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return x.dir(e,"previousSibling",n)},siblings:function(e){return x.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return x.sibling(e.firstChild)},contents:function(e){return e.contentDocument||x.merge([],e.childNodes)}},function(e,t){x.fn[e]=function(n,r){var i=x.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=x.filter(r,i)),this.length>1&&(K[e]||x.unique(i),J.test(e)&&i.reverse()),this.pushStack(i)}}),x.extend({filter:function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?x.find.matchesSelector(r,e)?[r]:[]:x.find.matches(e,x.grep(t,function(e){return 1===e.nodeType}))},dir:function(e,t,n){var r=[],i=n!==undefined;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&x(e).is(n))break;r.push(e)}return r},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n}});function et(e,t,n){if(x.isFunction(t))return x.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return x.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(G.test(t))return x.filter(t,e,n);t=x.filter(t,e)}return x.grep(e,function(e){return g.call(t,e)>=0!==n})}var tt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,nt=/<([\w:]+)/,rt=/<|&#?\w+;/,it=/<(?:script|style|link)/i,ot=/^(?:checkbox|radio)$/i,st=/checked\s*(?:[^=]|=\s*.checked.)/i,at=/^$|\/(?:java|ecma)script/i,ut=/^true\/(.*)/,lt=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ct={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ct.optgroup=ct.option,ct.tbody=ct.tfoot=ct.colgroup=ct.caption=ct.thead,ct.th=ct.td,x.fn.extend({text:function(e){return x.access(this,function(e){return e===undefined?x.text(this):this.empty().append((this[0]&&this[0].ownerDocument||o).createTextNode(e))},null,e,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=pt(this,e);t.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=pt(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return this.domManip(arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},remove:function(e,t){var n,r=e?x.filter(e,this):this,i=0;for(;null!=(n=r[i]);i++)t||1!==n.nodeType||x.cleanData(mt(n)),n.parentNode&&(t&&x.contains(n.ownerDocument,n)&&dt(mt(n,"script")),n.parentNode.removeChild(n));return this},empty:function(){var e,t=0;for(;null!=(e=this[t]);t++)1===e.nodeType&&(x.cleanData(mt(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null==e?!1:e,t=null==t?e:t,this.map(function(){return x.clone(this,e,t)})},html:function(e){return x.access(this,function(e){var t=this[0]||{},n=0,r=this.length;if(e===undefined&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!it.test(e)&&!ct[(nt.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(tt,"<$1></$2>");try{for(;r>n;n++)t=this[n]||{},1===t.nodeType&&(x.cleanData(mt(t,!1)),t.innerHTML=e);t=0}catch(i){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var e=x.map(this,function(e){return[e.nextSibling,e.parentNode]}),t=0;return this.domManip(arguments,function(n){var r=e[t++],i=e[t++];i&&(r&&r.parentNode!==i&&(r=this.nextSibling),x(this).remove(),i.insertBefore(n,r))},!0),t?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(e,t,n){e=f.apply([],e);var r,i,o,s,a,u,l=0,c=this.length,p=this,h=c-1,d=e[0],g=x.isFunction(d);if(g||!(1>=c||"string"!=typeof d||x.support.checkClone)&&st.test(d))return this.each(function(r){var i=p.eq(r);g&&(e[0]=d.call(this,r,i.html())),i.domManip(e,t,n)});if(c&&(r=x.buildFragment(e,this[0].ownerDocument,!1,!n&&this),i=r.firstChild,1===r.childNodes.length&&(r=i),i)){for(o=x.map(mt(r,"script"),ft),s=o.length;c>l;l++)a=r,l!==h&&(a=x.clone(a,!0,!0),s&&x.merge(o,mt(a,"script"))),t.call(this[l],a,l);if(s)for(u=o[o.length-1].ownerDocument,x.map(o,ht),l=0;s>l;l++)a=o[l],at.test(a.type||"")&&!H.access(a,"globalEval")&&x.contains(u,a)&&(a.src?x._evalUrl(a.src):x.globalEval(a.textContent.replace(lt,"")))}return this}}),x.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){x.fn[e]=function(e){var n,r=[],i=x(e),o=i.length-1,s=0;for(;o>=s;s++)n=s===o?this:this.clone(!0),x(i[s])[t](n),h.apply(r,n.get());return this.pushStack(r)}}),x.extend({clone:function(e,t,n){var r,i,o,s,a=e.cloneNode(!0),u=x.contains(e.ownerDocument,e);if(!(x.support.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||x.isXMLDoc(e)))for(s=mt(a),o=mt(e),r=0,i=o.length;i>r;r++)yt(o[r],s[r]);if(t)if(n)for(o=o||mt(e),s=s||mt(a),r=0,i=o.length;i>r;r++)gt(o[r],s[r]);else gt(e,a);return s=mt(a,"script"),s.length>0&&dt(s,!u&&mt(e,"script")),a},buildFragment:function(e,t,n,r){var i,o,s,a,u,l,c=0,p=e.length,f=t.createDocumentFragment(),h=[];for(;p>c;c++)if(i=e[c],i||0===i)if("object"===x.type(i))x.merge(h,i.nodeType?[i]:i);else if(rt.test(i)){o=o||f.appendChild(t.createElement("div")),s=(nt.exec(i)||["",""])[1].toLowerCase(),a=ct[s]||ct._default,o.innerHTML=a[1]+i.replace(tt,"<$1></$2>")+a[2],l=a[0];while(l--)o=o.firstChild;x.merge(h,o.childNodes),o=f.firstChild,o.textContent=""}else h.push(t.createTextNode(i));f.textContent="",c=0;while(i=h[c++])if((!r||-1===x.inArray(i,r))&&(u=x.contains(i.ownerDocument,i),o=mt(f.appendChild(i),"script"),u&&dt(o),n)){l=0;while(i=o[l++])at.test(i.type||"")&&n.push(i)}return f},cleanData:function(e){var t,n,r,i,o,s,a=x.event.special,u=0;for(;(n=e[u])!==undefined;u++){if(F.accepts(n)&&(o=n[H.expando],o&&(t=H.cache[o]))){if(r=Object.keys(t.events||{}),r.length)for(s=0;(i=r[s])!==undefined;s++)a[i]?x.event.remove(n,i):x.removeEvent(n,i,t.handle);H.cache[o]&&delete H.cache[o]}delete L.cache[n[L.expando]]}},_evalUrl:function(e){return x.ajax({url:e,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})}});function pt(e,t){return x.nodeName(e,"table")&&x.nodeName(1===t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function ft(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function ht(e){var t=ut.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function dt(e,t){var n=e.length,r=0;for(;n>r;r++)H.set(e[r],"globalEval",!t||H.get(t[r],"globalEval"))}function gt(e,t){var n,r,i,o,s,a,u,l;if(1===t.nodeType){if(H.hasData(e)&&(o=H.access(e),s=H.set(t,o),l=o.events)){delete s.handle,s.events={};for(i in l)for(n=0,r=l[i].length;r>n;n++)x.event.add(t,i,l[i][n])}L.hasData(e)&&(a=L.access(e),u=x.extend({},a),L.set(t,u))}}function mt(e,t){var n=e.getElementsByTagName?e.getElementsByTagName(t||"*"):e.querySelectorAll?e.querySelectorAll(t||"*"):[];return t===undefined||t&&x.nodeName(e,t)?x.merge([e],n):n}function yt(e,t){var n=t.nodeName.toLowerCase();"input"===n&&ot.test(e.type)?t.checked=e.checked:("input"===n||"textarea"===n)&&(t.defaultValue=e.defaultValue)}x.fn.extend({wrapAll:function(e){var t;return x.isFunction(e)?this.each(function(t){x(this).wrapAll(e.call(this,t))}):(this[0]&&(t=x(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this)},wrapInner:function(e){return x.isFunction(e)?this.each(function(t){x(this).wrapInner(e.call(this,t))}):this.each(function(){var t=x(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=x.isFunction(e);return this.each(function(n){x(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){x.nodeName(this,"body")||x(this).replaceWith(this.childNodes)}).end()}});var vt,xt,bt=/^(none|table(?!-c[ea]).+)/,wt=/^margin/,Tt=RegExp("^("+b+")(.*)$","i"),Ct=RegExp("^("+b+")(?!px)[a-z%]+$","i"),kt=RegExp("^([+-])=("+b+")","i"),Nt={BODY:"block"},Et={position:"absolute",visibility:"hidden",display:"block"},St={letterSpacing:0,fontWeight:400},jt=["Top","Right","Bottom","Left"],Dt=["Webkit","O","Moz","ms"];function At(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=Dt.length;while(i--)if(t=Dt[i]+n,t in e)return t;return r}function Lt(e,t){return e=t||e,"none"===x.css(e,"display")||!x.contains(e.ownerDocument,e)}function Ht(t){return e.getComputedStyle(t,null)}function qt(e,t){var n,r,i,o=[],s=0,a=e.length;for(;a>s;s++)r=e[s],r.style&&(o[s]=H.get(r,"olddisplay"),n=r.style.display,t?(o[s]||"none"!==n||(r.style.display=""),""===r.style.display&&Lt(r)&&(o[s]=H.access(r,"olddisplay",Rt(r.nodeName)))):o[s]||(i=Lt(r),(n&&"none"!==n||!i)&&H.set(r,"olddisplay",i?n:x.css(r,"display"))));for(s=0;a>s;s++)r=e[s],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?o[s]||"":"none"));return e}x.fn.extend({css:function(e,t){return x.access(this,function(e,t,n){var r,i,o={},s=0;if(x.isArray(t)){for(r=Ht(e),i=t.length;i>s;s++)o[t[s]]=x.css(e,t[s],!1,r);return o}return n!==undefined?x.style(e,t,n):x.css(e,t)},e,t,arguments.length>1)},show:function(){return qt(this,!0)},hide:function(){return qt(this)},toggle:function(e){var t="boolean"==typeof e;return this.each(function(){(t?e:Lt(this))?x(this).show():x(this).hide()})}}),x.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=vt(e,"opacity");return""===n?"1":n}}}},cssNumber:{columnCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,s,a=x.camelCase(t),u=e.style;return t=x.cssProps[a]||(x.cssProps[a]=At(u,a)),s=x.cssHooks[t]||x.cssHooks[a],n===undefined?s&&"get"in s&&(i=s.get(e,!1,r))!==undefined?i:u[t]:(o=typeof n,"string"===o&&(i=kt.exec(n))&&(n=(i[1]+1)*i[2]+parseFloat(x.css(e,t)),o="number"),null==n||"number"===o&&isNaN(n)||("number"!==o||x.cssNumber[a]||(n+="px"),x.support.clearCloneStyle||""!==n||0!==t.indexOf("background")||(u[t]="inherit"),s&&"set"in s&&(n=s.set(e,n,r))===undefined||(u[t]=n)),undefined)}},css:function(e,t,n,r){var i,o,s,a=x.camelCase(t);return t=x.cssProps[a]||(x.cssProps[a]=At(e.style,a)),s=x.cssHooks[t]||x.cssHooks[a],s&&"get"in s&&(i=s.get(e,!0,n)),i===undefined&&(i=vt(e,t,r)),"normal"===i&&t in St&&(i=St[t]),""===n||n?(o=parseFloat(i),n===!0||x.isNumeric(o)?o||0:i):i}}),vt=function(e,t,n){var r,i,o,s=n||Ht(e),a=s?s.getPropertyValue(t)||s[t]:undefined,u=e.style;return s&&(""!==a||x.contains(e.ownerDocument,e)||(a=x.style(e,t)),Ct.test(a)&&wt.test(t)&&(r=u.width,i=u.minWidth,o=u.maxWidth,u.minWidth=u.maxWidth=u.width=a,a=s.width,u.width=r,u.minWidth=i,u.maxWidth=o)),a};function Ot(e,t,n){var r=Tt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function Ft(e,t,n,r,i){var o=n===(r?"border":"content")?4:"width"===t?1:0,s=0;for(;4>o;o+=2)"margin"===n&&(s+=x.css(e,n+jt[o],!0,i)),r?("content"===n&&(s-=x.css(e,"padding"+jt[o],!0,i)),"margin"!==n&&(s-=x.css(e,"border"+jt[o]+"Width",!0,i))):(s+=x.css(e,"padding"+jt[o],!0,i),"padding"!==n&&(s+=x.css(e,"border"+jt[o]+"Width",!0,i)));return s}function Pt(e,t,n){var r=!0,i="width"===t?e.offsetWidth:e.offsetHeight,o=Ht(e),s=x.support.boxSizing&&"border-box"===x.css(e,"boxSizing",!1,o);if(0>=i||null==i){if(i=vt(e,t,o),(0>i||null==i)&&(i=e.style[t]),Ct.test(i))return i;r=s&&(x.support.boxSizingReliable||i===e.style[t]),i=parseFloat(i)||0}return i+Ft(e,t,n||(s?"border":"content"),r,o)+"px"}function Rt(e){var t=o,n=Nt[e];return n||(n=Mt(e,t),"none"!==n&&n||(xt=(xt||x("<iframe frameborder='0' width='0' height='0'/>").css("cssText","display:block !important")).appendTo(t.documentElement),t=(xt[0].contentWindow||xt[0].contentDocument).document,t.write("<!doctype html><html><body>"),t.close(),n=Mt(e,t),xt.detach()),Nt[e]=n),n}function Mt(e,t){var n=x(t.createElement(e)).appendTo(t.body),r=x.css(n[0],"display");return n.remove(),r}x.each(["height","width"],function(e,t){x.cssHooks[t]={get:function(e,n,r){return n?0===e.offsetWidth&&bt.test(x.css(e,"display"))?x.swap(e,Et,function(){return Pt(e,t,r)}):Pt(e,t,r):undefined},set:function(e,n,r){var i=r&&Ht(e);return Ot(e,n,r?Ft(e,t,r,x.support.boxSizing&&"border-box"===x.css(e,"boxSizing",!1,i),i):0)}}}),x(function(){x.support.reliableMarginRight||(x.cssHooks.marginRight={get:function(e,t){return t?x.swap(e,{display:"inline-block"},vt,[e,"marginRight"]):undefined}}),!x.support.pixelPosition&&x.fn.position&&x.each(["top","left"],function(e,t){x.cssHooks[t]={get:function(e,n){return n?(n=vt(e,t),Ct.test(n)?x(e).position()[t]+"px":n):undefined}}})}),x.expr&&x.expr.filters&&(x.expr.filters.hidden=function(e){return 0>=e.offsetWidth&&0>=e.offsetHeight},x.expr.filters.visible=function(e){return!x.expr.filters.hidden(e)}),x.each({margin:"",padding:"",border:"Width"},function(e,t){x.cssHooks[e+t]={expand:function(n){var r=0,i={},o="string"==typeof n?n.split(" "):[n];for(;4>r;r++)i[e+jt[r]+t]=o[r]||o[r-2]||o[0];return i}},wt.test(e)||(x.cssHooks[e+t].set=Ot)});var Wt=/%20/g,$t=/\[\]$/,Bt=/\r?\n/g,It=/^(?:submit|button|image|reset|file)$/i,zt=/^(?:input|select|textarea|keygen)/i;x.fn.extend({serialize:function(){return x.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=x.prop(this,"elements");return e?x.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!x(this).is(":disabled")&&zt.test(this.nodeName)&&!It.test(e)&&(this.checked||!ot.test(e))}).map(function(e,t){var n=x(this).val();return null==n?null:x.isArray(n)?x.map(n,function(e){return{name:t.name,value:e.replace(Bt,"\r\n")}}):{name:t.name,value:n.replace(Bt,"\r\n")}}).get()}}),x.param=function(e,t){var n,r=[],i=function(e,t){t=x.isFunction(t)?t():null==t?"":t,r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};if(t===undefined&&(t=x.ajaxSettings&&x.ajaxSettings.traditional),x.isArray(e)||e.jquery&&!x.isPlainObject(e))x.each(e,function(){i(this.name,this.value)});else for(n in e)_t(n,e[n],t,i);return r.join("&").replace(Wt,"+")};function _t(e,t,n,r){var i;if(x.isArray(t))x.each(t,function(t,i){n||$t.test(e)?r(e,i):_t(e+"["+("object"==typeof i?t:"")+"]",i,n,r)});else if(n||"object"!==x.type(t))r(e,t);else for(i in t)_t(e+"["+i+"]",t[i],n,r)}x.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){x.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),x.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}});var Xt,Ut,Yt=x.now(),Vt=/\?/,Gt=/#.*$/,Jt=/([?&])_=[^&]*/,Qt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Kt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Zt=/^(?:GET|HEAD)$/,en=/^\/\//,tn=/^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,nn=x.fn.load,rn={},on={},sn="*/".concat("*");
+try{Ut=i.href}catch(an){Ut=o.createElement("a"),Ut.href="",Ut=Ut.href}Xt=tn.exec(Ut.toLowerCase())||[];function un(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(w)||[];if(x.isFunction(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function ln(e,t,n,r){var i={},o=e===on;function s(a){var u;return i[a]=!0,x.each(e[a]||[],function(e,a){var l=a(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):undefined:(t.dataTypes.unshift(l),s(l),!1)}),u}return s(t.dataTypes[0])||!i["*"]&&s("*")}function cn(e,t){var n,r,i=x.ajaxSettings.flatOptions||{};for(n in t)t[n]!==undefined&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&x.extend(!0,e,r),e}x.fn.load=function(e,t,n){if("string"!=typeof e&&nn)return nn.apply(this,arguments);var r,i,o,s=this,a=e.indexOf(" ");return a>=0&&(r=e.slice(a),e=e.slice(0,a)),x.isFunction(t)?(n=t,t=undefined):t&&"object"==typeof t&&(i="POST"),s.length>0&&x.ajax({url:e,type:i,dataType:"html",data:t}).done(function(e){o=arguments,s.html(r?x("<div>").append(x.parseHTML(e)).find(r):e)}).complete(n&&function(e,t){s.each(n,o||[e.responseText,t,e])}),this},x.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){x.fn[t]=function(e){return this.on(t,e)}}),x.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ut,type:"GET",isLocal:Kt.test(Xt[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":sn,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":x.parseJSON,"text xml":x.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?cn(cn(e,x.ajaxSettings),t):cn(x.ajaxSettings,e)},ajaxPrefilter:un(rn),ajaxTransport:un(on),ajax:function(e,t){"object"==typeof e&&(t=e,e=undefined),t=t||{};var n,r,i,o,s,a,u,l,c=x.ajaxSetup({},t),p=c.context||c,f=c.context&&(p.nodeType||p.jquery)?x(p):x.event,h=x.Deferred(),d=x.Callbacks("once memory"),g=c.statusCode||{},m={},y={},v=0,b="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(2===v){if(!o){o={};while(t=Qt.exec(i))o[t[1].toLowerCase()]=t[2]}t=o[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===v?i:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return v||(e=y[n]=y[n]||e,m[e]=t),this},overrideMimeType:function(e){return v||(c.mimeType=e),this},statusCode:function(e){var t;if(e)if(2>v)for(t in e)g[t]=[g[t],e[t]];else T.always(e[T.status]);return this},abort:function(e){var t=e||b;return n&&n.abort(t),k(0,t),this}};if(h.promise(T).complete=d.add,T.success=T.done,T.error=T.fail,c.url=((e||c.url||Ut)+"").replace(Gt,"").replace(en,Xt[1]+"//"),c.type=t.method||t.type||c.method||c.type,c.dataTypes=x.trim(c.dataType||"*").toLowerCase().match(w)||[""],null==c.crossDomain&&(a=tn.exec(c.url.toLowerCase()),c.crossDomain=!(!a||a[1]===Xt[1]&&a[2]===Xt[2]&&(a[3]||("http:"===a[1]?"80":"443"))===(Xt[3]||("http:"===Xt[1]?"80":"443")))),c.data&&c.processData&&"string"!=typeof c.data&&(c.data=x.param(c.data,c.traditional)),ln(rn,c,t,T),2===v)return T;u=c.global,u&&0===x.active++&&x.event.trigger("ajaxStart"),c.type=c.type.toUpperCase(),c.hasContent=!Zt.test(c.type),r=c.url,c.hasContent||(c.data&&(r=c.url+=(Vt.test(r)?"&":"?")+c.data,delete c.data),c.cache===!1&&(c.url=Jt.test(r)?r.replace(Jt,"$1_="+Yt++):r+(Vt.test(r)?"&":"?")+"_="+Yt++)),c.ifModified&&(x.lastModified[r]&&T.setRequestHeader("If-Modified-Since",x.lastModified[r]),x.etag[r]&&T.setRequestHeader("If-None-Match",x.etag[r])),(c.data&&c.hasContent&&c.contentType!==!1||t.contentType)&&T.setRequestHeader("Content-Type",c.contentType),T.setRequestHeader("Accept",c.dataTypes[0]&&c.accepts[c.dataTypes[0]]?c.accepts[c.dataTypes[0]]+("*"!==c.dataTypes[0]?", "+sn+"; q=0.01":""):c.accepts["*"]);for(l in c.headers)T.setRequestHeader(l,c.headers[l]);if(c.beforeSend&&(c.beforeSend.call(p,T,c)===!1||2===v))return T.abort();b="abort";for(l in{success:1,error:1,complete:1})T[l](c[l]);if(n=ln(on,c,t,T)){T.readyState=1,u&&f.trigger("ajaxSend",[T,c]),c.async&&c.timeout>0&&(s=setTimeout(function(){T.abort("timeout")},c.timeout));try{v=1,n.send(m,k)}catch(C){if(!(2>v))throw C;k(-1,C)}}else k(-1,"No Transport");function k(e,t,o,a){var l,m,y,b,w,C=t;2!==v&&(v=2,s&&clearTimeout(s),n=undefined,i=a||"",T.readyState=e>0?4:0,l=e>=200&&300>e||304===e,o&&(b=pn(c,T,o)),b=fn(c,b,T,l),l?(c.ifModified&&(w=T.getResponseHeader("Last-Modified"),w&&(x.lastModified[r]=w),w=T.getResponseHeader("etag"),w&&(x.etag[r]=w)),204===e||"HEAD"===c.type?C="nocontent":304===e?C="notmodified":(C=b.state,m=b.data,y=b.error,l=!y)):(y=C,(e||!C)&&(C="error",0>e&&(e=0))),T.status=e,T.statusText=(t||C)+"",l?h.resolveWith(p,[m,C,T]):h.rejectWith(p,[T,C,y]),T.statusCode(g),g=undefined,u&&f.trigger(l?"ajaxSuccess":"ajaxError",[T,c,l?m:y]),d.fireWith(p,[T,C]),u&&(f.trigger("ajaxComplete",[T,c]),--x.active||x.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){return x.get(e,t,n,"json")},getScript:function(e,t){return x.get(e,undefined,t,"script")}}),x.each(["get","post"],function(e,t){x[t]=function(e,n,r,i){return x.isFunction(n)&&(i=i||r,r=n,n=undefined),x.ajax({url:e,type:t,dataType:i,data:n,success:r})}});function pn(e,t,n){var r,i,o,s,a=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),r===undefined&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in a)if(a[i]&&a[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}s||(s=i)}o=o||s}return o?(o!==u[0]&&u.unshift(o),n[o]):undefined}function fn(e,t,n,r){var i,o,s,a,u,l={},c=e.dataTypes.slice();if(c[1])for(s in e.converters)l[s.toLowerCase()]=e.converters[s];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(s=l[u+" "+o]||l["* "+o],!s)for(i in l)if(a=i.split(" "),a[1]===o&&(s=l[u+" "+a[0]]||l["* "+a[0]])){s===!0?s=l[i]:l[i]!==!0&&(o=a[0],c.unshift(a[1]));break}if(s!==!0)if(s&&e["throws"])t=s(t);else try{t=s(t)}catch(p){return{state:"parsererror",error:s?p:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}x.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(e){return x.globalEval(e),e}}}),x.ajaxPrefilter("script",function(e){e.cache===undefined&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),x.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(r,i){t=x("<script>").prop({async:!0,charset:e.scriptCharset,src:e.url}).on("load error",n=function(e){t.remove(),n=null,e&&i("error"===e.type?404:200,e.type)}),o.head.appendChild(t[0])},abort:function(){n&&n()}}}});var hn=[],dn=/(=)\?(?=&|$)|\?\?/;x.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=hn.pop()||x.expando+"_"+Yt++;return this[e]=!0,e}}),x.ajaxPrefilter("json jsonp",function(t,n,r){var i,o,s,a=t.jsonp!==!1&&(dn.test(t.url)?"url":"string"==typeof t.data&&!(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&dn.test(t.data)&&"data");return a||"jsonp"===t.dataTypes[0]?(i=t.jsonpCallback=x.isFunction(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,a?t[a]=t[a].replace(dn,"$1"+i):t.jsonp!==!1&&(t.url+=(Vt.test(t.url)?"&":"?")+t.jsonp+"="+i),t.converters["script json"]=function(){return s||x.error(i+" was not called"),s[0]},t.dataTypes[0]="json",o=e[i],e[i]=function(){s=arguments},r.always(function(){e[i]=o,t[i]&&(t.jsonpCallback=n.jsonpCallback,hn.push(i)),s&&x.isFunction(o)&&o(s[0]),s=o=undefined}),"script"):undefined}),x.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(e){}};var gn=x.ajaxSettings.xhr(),mn={0:200,1223:204},yn=0,vn={};e.ActiveXObject&&x(e).on("unload",function(){for(var e in vn)vn[e]();vn=undefined}),x.support.cors=!!gn&&"withCredentials"in gn,x.support.ajax=gn=!!gn,x.ajaxTransport(function(e){var t;return x.support.cors||gn&&!e.crossDomain?{send:function(n,r){var i,o,s=e.xhr();if(s.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(i in e.xhrFields)s[i]=e.xhrFields[i];e.mimeType&&s.overrideMimeType&&s.overrideMimeType(e.mimeType),e.crossDomain||n["X-Requested-With"]||(n["X-Requested-With"]="XMLHttpRequest");for(i in n)s.setRequestHeader(i,n[i]);t=function(e){return function(){t&&(delete vn[o],t=s.onload=s.onerror=null,"abort"===e?s.abort():"error"===e?r(s.status||404,s.statusText):r(mn[s.status]||s.status,s.statusText,"string"==typeof s.responseText?{text:s.responseText}:undefined,s.getAllResponseHeaders()))}},s.onload=t(),s.onerror=t("error"),t=vn[o=yn++]=t("abort"),s.send(e.hasContent&&e.data||null)},abort:function(){t&&t()}}:undefined});var xn,bn,wn=/^(?:toggle|show|hide)$/,Tn=RegExp("^(?:([+-])=|)("+b+")([a-z%]*)$","i"),Cn=/queueHooks$/,kn=[An],Nn={"*":[function(e,t){var n=this.createTween(e,t),r=n.cur(),i=Tn.exec(t),o=i&&i[3]||(x.cssNumber[e]?"":"px"),s=(x.cssNumber[e]||"px"!==o&&+r)&&Tn.exec(x.css(n.elem,e)),a=1,u=20;if(s&&s[3]!==o){o=o||s[3],i=i||[],s=+r||1;do a=a||".5",s/=a,x.style(n.elem,e,s+o);while(a!==(a=n.cur()/r)&&1!==a&&--u)}return i&&(s=n.start=+s||+r||0,n.unit=o,n.end=i[1]?s+(i[1]+1)*i[2]:+i[2]),n}]};function En(){return setTimeout(function(){xn=undefined}),xn=x.now()}function Sn(e,t,n){var r,i=(Nn[t]||[]).concat(Nn["*"]),o=0,s=i.length;for(;s>o;o++)if(r=i[o].call(n,t,e))return r}function jn(e,t,n){var r,i,o=0,s=kn.length,a=x.Deferred().always(function(){delete u.elem}),u=function(){if(i)return!1;var t=xn||En(),n=Math.max(0,l.startTime+l.duration-t),r=n/l.duration||0,o=1-r,s=0,u=l.tweens.length;for(;u>s;s++)l.tweens[s].run(o);return a.notifyWith(e,[l,o,n]),1>o&&u?n:(a.resolveWith(e,[l]),!1)},l=a.promise({elem:e,props:x.extend({},t),opts:x.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:xn||En(),duration:n.duration,tweens:[],createTween:function(t,n){var r=x.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(i)return this;for(i=!0;r>n;n++)l.tweens[n].run(1);return t?a.resolveWith(e,[l,t]):a.rejectWith(e,[l,t]),this}}),c=l.props;for(Dn(c,l.opts.specialEasing);s>o;o++)if(r=kn[o].call(l,e,c,l.opts))return r;return x.map(c,Sn,l),x.isFunction(l.opts.start)&&l.opts.start.call(e,l),x.fx.timer(x.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always)}function Dn(e,t){var n,r,i,o,s;for(n in e)if(r=x.camelCase(n),i=t[r],o=e[n],x.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),s=x.cssHooks[r],s&&"expand"in s){o=s.expand(o),delete e[r];for(n in o)n in e||(e[n]=o[n],t[n]=i)}else t[r]=i}x.Animation=x.extend(jn,{tweener:function(e,t){x.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;i>r;r++)n=e[r],Nn[n]=Nn[n]||[],Nn[n].unshift(t)},prefilter:function(e,t){t?kn.unshift(e):kn.push(e)}});function An(e,t,n){var r,i,o,s,a,u,l=this,c={},p=e.style,f=e.nodeType&&Lt(e),h=H.get(e,"fxshow");n.queue||(a=x._queueHooks(e,"fx"),null==a.unqueued&&(a.unqueued=0,u=a.empty.fire,a.empty.fire=function(){a.unqueued||u()}),a.unqueued++,l.always(function(){l.always(function(){a.unqueued--,x.queue(e,"fx").length||a.empty.fire()})})),1===e.nodeType&&("height"in t||"width"in t)&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],"inline"===x.css(e,"display")&&"none"===x.css(e,"float")&&(p.display="inline-block")),n.overflow&&(p.overflow="hidden",l.always(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]}));for(r in t)if(i=t[r],wn.exec(i)){if(delete t[r],o=o||"toggle"===i,i===(f?"hide":"show")){if("show"!==i||!h||h[r]===undefined)continue;f=!0}c[r]=h&&h[r]||x.style(e,r)}if(!x.isEmptyObject(c)){h?"hidden"in h&&(f=h.hidden):h=H.access(e,"fxshow",{}),o&&(h.hidden=!f),f?x(e).show():l.done(function(){x(e).hide()}),l.done(function(){var t;H.remove(e,"fxshow");for(t in c)x.style(e,t,c[t])});for(r in c)s=Sn(f?h[r]:0,r,l),r in h||(h[r]=s.start,f&&(s.end=s.start,s.start="width"===r||"height"===r?1:0))}}function Ln(e,t,n,r,i){return new Ln.prototype.init(e,t,n,r,i)}x.Tween=Ln,Ln.prototype={constructor:Ln,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(x.cssNumber[n]?"":"px")},cur:function(){var e=Ln.propHooks[this.prop];return e&&e.get?e.get(this):Ln.propHooks._default.get(this)},run:function(e){var t,n=Ln.propHooks[this.prop];return this.pos=t=this.options.duration?x.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Ln.propHooks._default.set(this),this}},Ln.prototype.init.prototype=Ln.prototype,Ln.propHooks={_default:{get:function(e){var t;return null==e.elem[e.prop]||e.elem.style&&null!=e.elem.style[e.prop]?(t=x.css(e.elem,e.prop,""),t&&"auto"!==t?t:0):e.elem[e.prop]},set:function(e){x.fx.step[e.prop]?x.fx.step[e.prop](e):e.elem.style&&(null!=e.elem.style[x.cssProps[e.prop]]||x.cssHooks[e.prop])?x.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},Ln.propHooks.scrollTop=Ln.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},x.each(["toggle","show","hide"],function(e,t){var n=x.fn[t];x.fn[t]=function(e,r,i){return null==e||"boolean"==typeof e?n.apply(this,arguments):this.animate(Hn(t,!0),e,r,i)}}),x.fn.extend({fadeTo:function(e,t,n,r){return this.filter(Lt).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=x.isEmptyObject(e),o=x.speed(t,n,r),s=function(){var t=jn(this,x.extend({},e),o);(i||H.get(this,"finish"))&&t.stop(!0)};return s.finish=s,i||o.queue===!1?this.each(s):this.queue(o.queue,s)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return"string"!=typeof e&&(n=t,t=e,e=undefined),t&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,i=null!=e&&e+"queueHooks",o=x.timers,s=H.get(this);if(i)s[i]&&s[i].stop&&r(s[i]);else for(i in s)s[i]&&s[i].stop&&Cn.test(i)&&r(s[i]);for(i=o.length;i--;)o[i].elem!==this||null!=e&&o[i].queue!==e||(o[i].anim.stop(n),t=!1,o.splice(i,1));(t||!n)&&x.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,n=H.get(this),r=n[e+"queue"],i=n[e+"queueHooks"],o=x.timers,s=r?r.length:0;for(n.finish=!0,x.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;s>t;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}});function Hn(e,t){var n,r={height:e},i=0;for(t=t?1:0;4>i;i+=2-t)n=jt[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}x.each({slideDown:Hn("show"),slideUp:Hn("hide"),slideToggle:Hn("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){x.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),x.speed=function(e,t,n){var r=e&&"object"==typeof e?x.extend({},e):{complete:n||!n&&t||x.isFunction(e)&&e,duration:e,easing:n&&t||t&&!x.isFunction(t)&&t};return r.duration=x.fx.off?0:"number"==typeof r.duration?r.duration:r.duration in x.fx.speeds?x.fx.speeds[r.duration]:x.fx.speeds._default,(null==r.queue||r.queue===!0)&&(r.queue="fx"),r.old=r.complete,r.complete=function(){x.isFunction(r.old)&&r.old.call(this),r.queue&&x.dequeue(this,r.queue)},r},x.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},x.timers=[],x.fx=Ln.prototype.init,x.fx.tick=function(){var e,t=x.timers,n=0;for(xn=x.now();t.length>n;n++)e=t[n],e()||t[n]!==e||t.splice(n--,1);t.length||x.fx.stop(),xn=undefined},x.fx.timer=function(e){e()&&x.timers.push(e)&&x.fx.start()},x.fx.interval=13,x.fx.start=function(){bn||(bn=setInterval(x.fx.tick,x.fx.interval))},x.fx.stop=function(){clearInterval(bn),bn=null},x.fx.speeds={slow:600,fast:200,_default:400},x.fx.step={},x.expr&&x.expr.filters&&(x.expr.filters.animated=function(e){return x.grep(x.timers,function(t){return e===t.elem}).length}),x.fn.offset=function(e){if(arguments.length)return e===undefined?this:this.each(function(t){x.offset.setOffset(this,e,t)});var t,n,i=this[0],o={top:0,left:0},s=i&&i.ownerDocument;if(s)return t=s.documentElement,x.contains(t,i)?(typeof i.getBoundingClientRect!==r&&(o=i.getBoundingClientRect()),n=qn(s),{top:o.top+n.pageYOffset-t.clientTop,left:o.left+n.pageXOffset-t.clientLeft}):o},x.offset={setOffset:function(e,t,n){var r,i,o,s,a,u,l,c=x.css(e,"position"),p=x(e),f={};"static"===c&&(e.style.position="relative"),a=p.offset(),o=x.css(e,"top"),u=x.css(e,"left"),l=("absolute"===c||"fixed"===c)&&(o+u).indexOf("auto")>-1,l?(r=p.position(),s=r.top,i=r.left):(s=parseFloat(o)||0,i=parseFloat(u)||0),x.isFunction(t)&&(t=t.call(e,n,a)),null!=t.top&&(f.top=t.top-a.top+s),null!=t.left&&(f.left=t.left-a.left+i),"using"in t?t.using.call(e,f):p.css(f)}},x.fn.extend({position:function(){if(this[0]){var e,t,n=this[0],r={top:0,left:0};return"fixed"===x.css(n,"position")?t=n.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),x.nodeName(e[0],"html")||(r=e.offset()),r.top+=x.css(e[0],"borderTopWidth",!0),r.left+=x.css(e[0],"borderLeftWidth",!0)),{top:t.top-r.top-x.css(n,"marginTop",!0),left:t.left-r.left-x.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||s;while(e&&!x.nodeName(e,"html")&&"static"===x.css(e,"position"))e=e.offsetParent;return e||s})}}),x.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,n){var r="pageYOffset"===n;x.fn[t]=function(i){return x.access(this,function(t,i,o){var s=qn(t);return o===undefined?s?s[n]:t[i]:(s?s.scrollTo(r?e.pageXOffset:o,r?o:e.pageYOffset):t[i]=o,undefined)},t,i,arguments.length,null)}});function qn(e){return x.isWindow(e)?e:9===e.nodeType&&e.defaultView}x.each({Height:"height",Width:"width"},function(e,t){x.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){x.fn[r]=function(r,i){var o=arguments.length&&(n||"boolean"!=typeof r),s=n||(r===!0||i===!0?"margin":"border");return x.access(this,function(t,n,r){var i;return x.isWindow(t)?t.document.documentElement["client"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body["scroll"+e],i["scroll"+e],t.body["offset"+e],i["offset"+e],i["client"+e])):r===undefined?x.css(t,n,s):x.style(t,n,r,s)},t,o?r:undefined,o,null)}})}),x.fn.size=function(){return this.length},x.fn.andSelf=x.fn.addBack,"object"==typeof module&&module&&"object"==typeof module.exports?module.exports=x:"function"==typeof define&&define.amd&&define("jquery",[],function(){return x}),"object"==typeof e&&"object"==typeof e.document&&(e.jQuery=e.$=x)})(window);
diff --git a/extension/js/main.js b/extension/js/main.js
new file mode 100644
index 0000000..d9d1134
--- /dev/null
+++ b/extension/js/main.js
@@ -0,0 +1,61 @@
+/*jslint vars: true, plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global $, window, location, CSInterface, SystemPath, themeManager, compSelectionController, compRenderController, messageController, infoController*/
+
+var mainController = (function () {
+    'use strict';
+    var ob = {};
+
+    var csInterface = new CSInterface();
+    var mainViews = [];
+    
+    function showView(view) {
+        var i, len = mainViews.length;
+        for (i = 0; i < len; i += 1) {
+            if (mainViews[i].id === view) {
+                mainViews[i].controller.show();
+            } else {
+                mainViews[i].controller.hide();
+            }
+        }
+    }
+        
+    csInterface.addEventListener('bm:render:start', function (ev) {
+        showView('render');
+    });
+        
+    csInterface.addEventListener('bm:render:cancel', function (ev) {
+        showView('selection');
+    });
+        
+    csInterface.addEventListener('console:log', function (ev) {
+        console.log(ev.data);
+    });
+    
+    function loadJSX(fileName, cb) {
+        var extensionRoot = csInterface.getSystemPath(SystemPath.EXTENSION) + "/jsx/";
+        csInterface.evalScript('$.evalFile("' + extensionRoot + fileName + '")', cb);
+    }
+    
+    function init() {
+        themeManager.init();
+        compSelectionController.init(csInterface);
+        mainViews.push({id: 'selection', controller: compSelectionController});
+        compRenderController.init(csInterface);
+        mainViews.push({id: 'render', controller: compRenderController});
+        messageController.init(csInterface);
+        mainViews.push({id: 'settings', controller: infoController});
+        infoController.init(csInterface);
+        loadJSX('initializer.jsx');
+        
+        showView('selection');
+        
+    }
+    
+    ob.showView = showView;
+    ob.init = init;
+        
+    return ob;
+
+}());
+
+mainController.init();
diff --git a/extension/js/themeManager.js b/extension/js/themeManager.js
new file mode 100644
index 0000000..16410e3
--- /dev/null
+++ b/extension/js/themeManager.js
@@ -0,0 +1,128 @@
+/*jslint vars: true, plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global window, document, CSInterface*/
+
+
+/*
+
+    Responsible for overwriting CSS at runtime according to CC app
+    settings as defined by the end user.
+
+*/
+
+var themeManager = (function () {
+    'use strict';
+     
+    /**
+     * Convert the Color object to string in hexadecimal format;
+     */
+    function toHex(color, delta) {
+        
+        function computeValue(value, delta) {
+            var computedValue = !isNaN(delta) ? value + delta : value;
+            if (computedValue < 0) {
+                computedValue = 0;
+            } else if (computedValue > 255) {
+                computedValue = 255;
+            }
+            
+            computedValue = Math.floor(computedValue);
+    
+            computedValue = computedValue.toString(16);
+            return computedValue.length === 1 ? "0" + computedValue : computedValue;
+        }
+    
+        var hex = "";
+        if (color) {
+            hex = computeValue(color.red, delta) + computeValue(color.green, delta) + computeValue(color.blue, delta);
+        }
+        return hex;
+    }
+
+
+    function reverseColor(color, delta) {
+        return toHex({
+            red: Math.abs(255 - color.red),
+            green: Math.abs(255 - color.green),
+            blue: Math.abs(255 - color.blue)
+        },
+            delta);
+    }
+            
+
+    function addRule(stylesheetId, selector, rule) {
+        var stylesheet = document.getElementById(stylesheetId);
+        
+        if (stylesheet) {
+            stylesheet = stylesheet.sheet;
+            if (stylesheet.addRule) {
+                stylesheet.addRule(selector, rule);
+            } else if (stylesheet.insertRule) {
+                stylesheet.insertRule(selector + ' { ' + rule + ' }', stylesheet.cssRules.length);
+            }
+        }
+    }
+        
+        
+                
+    /**
+     * Update the theme with the AppSkinInfo retrieved from the host product.
+     */
+    function updateThemeWithAppSkinInfo(appSkinInfo) {
+        
+        var panelBgColor = appSkinInfo.panelBackgroundColor.color;
+        var bgdColor = toHex(panelBgColor);
+       
+        var darkBgdColor =  toHex(panelBgColor, 20);
+        
+        var fontColor = "F0F0F0";
+        if (panelBgColor.red > 122) {
+            fontColor = "000000";
+        }
+        var lightBgdColor = toHex(panelBgColor, -100);
+                
+        var styleId = "hostStyle";
+        
+        addRule(styleId, ".hostElt", "background-color:" + "#" + bgdColor);
+        addRule(styleId, ".hostElt", "font-size:" + appSkinInfo.baseFontSize + "px;");
+        addRule(styleId, ".hostElt", "font-family:" + appSkinInfo.baseFontFamily);
+        addRule(styleId, ".hostElt", "color:" + "#" + fontColor);
+
+        addRule(styleId, ".hostBgd", "background-color:" + "#" + bgdColor);
+        addRule(styleId, ".hostBgdDark", "background-color: " + "#" + darkBgdColor);
+        addRule(styleId, ".hostBgdLight", "background-color: " + "#" + lightBgdColor);
+        addRule(styleId, ".hostFontSize", "font-size:" + appSkinInfo.baseFontSize + "px;");
+        addRule(styleId, ".hostFontFamily", "font-family:" + appSkinInfo.baseFontFamily);
+        addRule(styleId, ".hostFontColor", "color:" + "#" + fontColor);
+        
+        addRule(styleId, ".hostFont", "font-size:" + appSkinInfo.baseFontSize + "px;");
+        addRule(styleId, ".hostFont", "font-family:" + appSkinInfo.baseFontFamily);
+        addRule(styleId, ".hostFont", "color:" + "#" + fontColor);
+        
+        addRule(styleId, ".hostButton", "background-color:" + "#" + darkBgdColor);
+        addRule(styleId, ".hostButton:hover", "background-color:" + "#" + bgdColor);
+        addRule(styleId, ".hostButton:active", "background-color:" + "#" + darkBgdColor);
+        addRule(styleId, ".hostButton", "border-color: " + "#" + lightBgdColor);        
+
+    }
+    
+    
+    function onAppThemeColorChanged(event) {
+        var skinInfo = JSON.parse(window.__adobe_cep__.getHostEnvironment()).appSkinInfo;
+        updateThemeWithAppSkinInfo(skinInfo);
+    }
+
+
+    function init() {
+        
+        var csInterface = new CSInterface();
+    
+        updateThemeWithAppSkinInfo(csInterface.hostEnvironment.appSkinInfo);
+        
+        csInterface.addEventListener(CSInterface.THEME_COLOR_CHANGED_EVENT, onAppThemeColorChanged);
+    }
+    
+    return {
+        init: init
+    };
+    
+}());
diff --git a/extension/js_fix b/extension/js_fix
new file mode 100644
index 0000000..40641d0
--- /dev/null
+++ b/extension/js_fix
@@ -0,0 +1,8 @@
+TreeElement.prototype.isEventWithinDisclosureTriangle = function(event) {
+  var computedLeftPadding = 10;
+  if(window.getComputedStyle(this._listItemNode).getPropertyCSSValue) {
+    computedLeftPadding = window.getComputedStyle(this._listItemNode).getPropertyCSSValue("padding-left").getFloatValue(CSSPrimitiveValue.CSS_PX);
+  }
+  var left = this._listItemNode.totalOffsetLeft() + computedLeftPadding;
+  return event.pageX >= left && event.pageX <= left + this.arrowToggleWidth && this.hasChildren;
+}
\ No newline at end of file
diff --git a/extension/jsx/compsManager.jsx b/extension/jsx/compsManager.jsx
new file mode 100644
index 0000000..6f0145f
--- /dev/null
+++ b/extension/jsx/compsManager.jsx
@@ -0,0 +1,168 @@
+/*jslint vars: true, plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global bm_projectManager, bm_eventDispatcher, bm_renderManager, Folder, File */
+
+var bm_compsManager = (function () {
+    'use strict';
+    
+    var compositions = [], tmpCompositions = [], renderingCompositions = [], currentRenderingComposition = 0, projectComps, ob;
+    
+    function getCompositionData(comp) {
+        var i = 0, len = compositions.length, compData;
+        while (i < len) {
+            if (compositions[i].id === comp.id) {
+                compData = compositions[i];
+                break;
+            }
+            i += 1;
+        }
+        if (!compData) {
+            compData = {
+                id: comp.id,
+                destination: '',
+                absoluteURI: '',
+                selected: false
+            };
+        }
+        
+        compData.name = comp.name;
+        
+        return compData;
+    }
+    
+    function setCompositionSelectionState(id, selectedFlag) {
+        var i = 0, len = compositions.length, compData;
+        while (i < len) {
+            if (compositions[i].id === id) {
+                compositions[i].selected = selectedFlag;
+                break;
+            }
+            i += 1;
+        }
+    }
+    
+    function searchCompositionDestination(id) {
+        var i = 0, len = compositions.length, compData;
+        while (i < len) {
+            if (compositions[i].id === id) {
+                compData = compositions[i];
+                break;
+            }
+            i += 1;
+        }
+        var uri = compData.absoluteURI || Folder.desktop.absoluteURI + '/data.json';
+        var f = new File(uri);
+        var saveFileData = f.saveDlg();
+        if (saveFileData !== null) {
+            compData.absoluteURI = saveFileData.absoluteURI;
+            compData.destination = saveFileData.fsName;
+        }
+        bm_eventDispatcher.sendEvent('bm:compositions:list', compositions);
+    }
+    
+    function setCompositionDestinationFolder(id, destination) {
+        var i = 0, len = compositions.length, compData;
+        while (i < len) {
+            if (compositions[i].id === id) {
+                compositions[i].destination = destination;
+                break;
+            }
+            i += 1;
+        }
+    }
+    
+    function browseFolder(id) {
+        var i = 0, len = compositions.length, compData;
+        while (i < len) {
+            if (compositions[i].id === id) {
+                var file = new File(compositions[i].destination);
+                file.parent.execute();
+                break;
+            }
+            i += 1;
+        }
+    }
+    
+    function getCompositions() {
+        tmpCompositions = [];
+        projectComps = bm_projectManager.getCompositions();
+        var i, len = projectComps.length;
+        for (i = 0; i < len; i += 1) {
+            tmpCompositions.push(getCompositionData(projectComps[i]));
+        }
+        compositions = tmpCompositions;
+        bm_eventDispatcher.sendEvent('bm:compositions:list', compositions);
+    }
+    
+    function complete() {
+        bm_eventDispatcher.sendEvent('bm:render:complete');
+    }
+    
+    function renderNextComposition() {
+        if (currentRenderingComposition >= renderingCompositions.length) {
+            complete();
+            return;
+        }
+        projectComps = bm_projectManager.getCompositions();
+        var comp, destination;
+        var i = 0, len = projectComps.length;
+        while (i < len) {
+            if (projectComps[i].id === renderingCompositions[currentRenderingComposition].id) {
+                comp = projectComps[i];
+                destination = renderingCompositions[currentRenderingComposition].absoluteURI;
+                break;
+            }
+            i += 1;
+        }
+        if (!comp) {
+            currentRenderingComposition += 1;
+            renderNextComposition();
+            return;
+        }
+        bm_renderManager.render(comp, destination);
+    }
+    
+    function render() {
+        ob.cancelled = false;
+        renderingCompositions.length = 0;
+        currentRenderingComposition = 0;
+        var i, len = compositions.length;
+        for (i = 0; i < len; i += 1) {
+            if (compositions[i].selected && compositions[i].destination) {
+                renderingCompositions.push(compositions[i]);
+            }
+        }
+        if (renderingCompositions.length < 1) {
+            return;
+        }
+        bm_eventDispatcher.sendEvent('bm:render:start', renderingCompositions);
+        renderNextComposition();
+    }
+    
+    function renderComplete() {
+        currentRenderingComposition += 1;
+        if (currentRenderingComposition >= renderingCompositions.length) {
+            complete();
+            return;
+        }
+        renderNextComposition();
+    }
+    
+    function cancel() {
+        ob.cancelled = true;
+        bm_eventDispatcher.sendEvent('bm:render:cancel');
+    }
+    
+    ob = {
+        getCompositions : getCompositions,
+        setCompositionSelectionState : setCompositionSelectionState,
+        setCompositionDestinationFolder : setCompositionDestinationFolder,
+        searchCompositionDestination : searchCompositionDestination,
+        renderComplete : renderComplete,
+        browseFolder : browseFolder,
+        render : render,
+        cancel : cancel,
+        cancelled: false
+    };
+    
+    return ob;
+}());
\ No newline at end of file
diff --git a/extension/jsx/downloadManager.jsx b/extension/jsx/downloadManager.jsx
new file mode 100644
index 0000000..cb98fc7
--- /dev/null
+++ b/extension/jsx/downloadManager.jsx
@@ -0,0 +1,34 @@
+/*jslint vars: true, plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global Folder, File, bm_eventDispatcher, $ */
+var bm_downloadManager = (function () {
+    'use strict';
+    var ob = {};
+    
+    function getPlayer(zippedFlag) {
+        var extensionPath = $.fileName.split('/').slice(0, -1).join('/') + '/';
+        var folder = new Folder(extensionPath);
+        folder = folder.parent;
+        var fileName;
+        if (zippedFlag) {
+            fileName = 'bm.js.gz';
+        } else {
+            fileName = 'bm.js';
+        }
+        var bmFile = new File(folder.absoluteURI + '/assets/player/' + fileName);
+        
+        var uri = Folder.desktop.absoluteURI + '/bodymovin.js';
+        var f = new File(uri);
+        var saveFileData = f.saveDlg();
+        if (saveFileData !== null) {
+            if (bmFile.copy(saveFileData.absoluteURI)) {
+                bm_eventDispatcher.sendEvent('bm:alert', {message: 'File saved', type: 'success'});
+            } else {
+                bm_eventDispatcher.sendEvent('bm:alert', {message: 'File could not be saved', type: 'fail'});
+            }
+        }
+    }
+    
+    ob.getPlayer = getPlayer;
+
+    return ob;
+}());
\ No newline at end of file
diff --git a/extension/jsx/elements/layerElement.jsx b/extension/jsx/elements/layerElement.jsx
new file mode 100644
index 0000000..19bd9c9
--- /dev/null
+++ b/extension/jsx/elements/layerElement.jsx
@@ -0,0 +1,184 @@
+/*jslint vars: true , plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global bm_eventDispatcher, bm_renderManager, bm_timeremapHelper, bm_shapeHelper, bm_generalUtils, CompItem, PlaceholderSource, AVLayer, CameraLayer, LightLayer, ShapeLayer, TextLayer, TrackMatteType, bm_sourceHelper, bm_transformHelper, bm_maskHelper*/
+
+var bm_layerElement = (function () {
+    'use strict';
+    var ob = {};
+    ob.layerTypes = {
+        precomp : 'PreCompLayer',
+        audio : 'AudioLayer',
+        pholderVideo : 'PlaceholderVideoLayer',
+        imageSeq : 'ImageSequenceLayer',
+        video : 'VideoLayer',
+        pholderStill : 'PlaceholderStillLayer',
+        solid : 'SolidLayer',
+        still : 'StillLayer',
+        guide : 'GuideLayer',
+        adjustment : 'AdjustmentLayer',
+        nullLayer : 'NullLayer',
+        camera : 'CameraLayer',
+        light : 'LightLayer',
+        shape : 'ShapeLayer',
+        text : 'TextLayer'
+    };
+    
+    var getLayerType = (function () {
+        function avLayerType(lObj) {
+            var lSource = lObj.source;
+            if (lSource instanceof CompItem) {
+                return ob.layerTypes.precomp;
+            }
+            var lMainSource = lSource.mainSource;
+            var lFile = lMainSource.file;
+            if (!lObj.hasVideo) {
+                return ob.layerTypes.audio;
+            } else if (lSource instanceof CompItem) {
+                return ob.layerTypes.precomp;
+            } else if (lSource.frameDuration < 1) {
+                if (lMainSource instanceof PlaceholderSource) {
+                    return ob.layerTypes.pholderVideo;
+                } else if (lSource.name.toString().indexOf("].") !== -1) {
+                    return ob.layerTypes.imageSeq;
+                } else {
+                    return ob.layerTypes.video;
+                }
+            } else if (lSource.frameDuration === 1) {
+                if (lMainSource instanceof PlaceholderSource) {
+                    return ob.layerTypes.pholderStill;
+                } else if (lMainSource.color) {
+                    return ob.layerTypes.solid;
+                } else {
+                    return ob.layerTypes.still;
+                }
+            }
+        }
+        return function (layerOb) {
+            try {
+                var curLayer, instanceOfArray, instanceOfArrayLength, result;
+                curLayer = layerOb;
+                instanceOfArray = [AVLayer, CameraLayer, LightLayer, ShapeLayer, TextLayer];
+                instanceOfArrayLength = instanceOfArray.length;
+                if (curLayer.guideLayer) {
+                    return ob.layerTypes.guide;
+                } else if (curLayer.adjustmentLayer) {
+                    return ob.layerTypes.adjustment;
+                } else if (curLayer.nullLayer) {
+                    return ob.layerTypes.nullLayer;
+                }
+                var i;
+                for (i = 0; i < instanceOfArrayLength; i++) {
+                    if (curLayer instanceof instanceOfArray[i]) {
+                        result = instanceOfArray[i].name;
+                        break;
+                    }
+                }
+                if (result === "AVLayer") {
+                    result = avLayerType(curLayer);
+                } else if (result === "CameraLayer") {
+                    result = ob.layerTypes.camera;
+                } else if (result === "LightLayer") {
+                    result = ob.layerTypes.light;
+                } else if (result === "ShapeLayer") {
+                    result = ob.layerTypes.shape;
+                } else if (result === "TextLayer") {
+                    result = ob.layerTypes.text;
+                }
+                return result;
+            } catch (err) {alert(err.line.toString + " " + err.toString()); }
+        };
+    }());
+    
+    function prepareLayer(layerInfo, ind) {
+        var layerData = {};
+        var layerType = getLayerType(layerInfo);
+        if (layerType === ob.layerTypes.audio || layerType === ob.layerTypes.camera || layerType === ob.layerTypes.guide || layerType === ob.layerTypes.light || layerType === ob.layerTypes.adjustment || layerType === ob.layerTypes.pholderStill || layerType === ob.layerTypes.pholderVideo) {
+            layerData.isValid = false;
+            layerData.render = false;
+        }
+        if (layerInfo.enabled === false) {
+            layerData.enabled = false;
+            layerData.render = false;
+        }
+        layerData.ind = ind;
+        layerData.ty = layerType;
+        if (layerInfo.parent !== null) {
+            layerData.parent = layerInfo.parent.index - 1;
+        }
+        
+        if (layerInfo.hasTrackMatte) {
+            switch (layerInfo.trackMatteType) {
+            case TrackMatteType.ALPHA:
+                layerData.tt = 1;
+                break;
+            case TrackMatteType.ALPHA_INVERTED:
+                layerData.tt = 2;
+                break;
+            case TrackMatteType.LUMA:
+                layerData.tt = 3;
+                break;
+            case TrackMatteType.LUMA_INVERTED:
+                layerData.tt = 4;
+                break;
+            }
+        } else if (layerInfo.isTrackMatte) {
+            if (layerInfo.isValid !== false) {
+                layerData.render = true;
+                layerData.td = 1;
+            }
+        }
+        return layerData;
+    }
+    
+    function checkLayerSource(layerInfo, layerData) {
+        if (layerData.render === false) {
+            return;
+        }
+        var layerType = layerData.ty;
+        var sourceId;
+        if (layerType === ob.layerTypes.precomp) {
+            sourceId = bm_sourceHelper.checkCompSource(layerInfo, layerType);
+            if (sourceId !== false) {
+                layerData.refId = sourceId;
+            } else {
+                layerData.compId = bm_generalUtils.random(7);
+                bm_sourceHelper.setCompSourceId(layerInfo.source, layerData.compId);
+            }
+        } else if (layerType === ob.layerTypes.still) {
+            layerData.id = bm_sourceHelper.checkImageSource(layerInfo);
+        }
+    }
+    
+    function renderLayer(layerOb) {
+        var layerInfo = layerOb.layer;
+        var layerData = layerOb.data;
+        var frameRate = layerOb.framerate;
+        if (layerData.render === false) {
+            bm_renderManager.renderLayerComplete();
+            return;
+        }
+        var lType = layerData.ty;
+        bm_transformHelper.exportTransform(layerInfo, layerData, frameRate);
+        bm_maskHelper.exportMasks(layerInfo, layerData, frameRate);
+        bm_timeremapHelper.exportTimeremap(layerInfo, layerData, frameRate);
+        
+        if (lType === ob.layerTypes.shape) {
+            bm_shapeHelper.exportShape(layerInfo, layerData, frameRate);
+            //layerData.rectData = {l: 0, t: 0, b: 0, r: 0, w: 0, h: 0};
+        } else if (lType === ob.layerTypes.solid) {
+            layerData.width = layerInfo.source.width;
+            layerData.height = layerInfo.source.height;
+            layerData.color = bm_generalUtils.arrayRgbToHex(layerInfo.source.mainSource.color);
+        }
+        layerData.inPoint = layerInfo.inPoint * frameRate;
+        layerData.outPoint = layerInfo.outPoint * frameRate;
+        layerData.startTime = layerInfo.startTime * frameRate;
+        
+        bm_renderManager.renderLayerComplete();
+    }
+    
+    ob.prepareLayer = prepareLayer;
+    ob.checkLayerSource = checkLayerSource;
+    ob.renderLayer = renderLayer;
+    ob.getLayerType = getLayerType;
+    return ob;
+}());
\ No newline at end of file
diff --git a/extension/jsx/eventManager.jsx b/extension/jsx/eventManager.jsx
new file mode 100644
index 0000000..029b9b5
--- /dev/null
+++ b/extension/jsx/eventManager.jsx
@@ -0,0 +1,27 @@
+/*jslint vars: true , plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global $, Folder, ExternalObject, CSXSEvent*/
+
+var bm_eventDispatcher = (function () {
+    'use strict';
+    
+    var xLib;
+    try {
+        xLib = new ExternalObject('lib:\PlugPlugExternalObject');
+    } catch (e) { alert("Missing ExternalObject: "); }
+    
+    function sendEvent(type, data) {
+        if (xLib) {
+            if (data && data instanceof Object) {
+                data = JSON.stringify(data);
+            }
+            var eventObj = new CSXSEvent();
+            eventObj.type = type;
+            eventObj.data = data || '';
+            eventObj.dispatch();
+        }
+    }
+    var ob = {
+        sendEvent : sendEvent
+    };
+    return ob;
+}());
\ No newline at end of file
diff --git a/extension/jsx/hostscript.jsx b/extension/jsx/hostscript.jsx
new file mode 100644
index 0000000..ccec7c0
--- /dev/null
+++ b/extension/jsx/hostscript.jsx
@@ -0,0 +1,8 @@
+/*jslint vars: true , plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global bm_eventDispatcher, File, Folder*/
+var bm_main = (function () {
+    'use strict';
+    var ob = {};
+
+    return ob;
+}());
\ No newline at end of file
diff --git a/extension/jsx/initializer.jsx b/extension/jsx/initializer.jsx
new file mode 100644
index 0000000..26728a9
--- /dev/null
+++ b/extension/jsx/initializer.jsx
@@ -0,0 +1,17 @@
+/*jslint vars: true , plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global $*/
+
+var extensionPath = $.fileName.split('/').slice(0, -1).join('/') + '/';
+$.evalFile(extensionPath + 'eventManager.jsx');
+$.evalFile(extensionPath + 'projectManager.jsx');
+$.evalFile(extensionPath + 'compsManager.jsx');
+$.evalFile(extensionPath + 'renderManager.jsx');
+$.evalFile(extensionPath + 'downloadManager.jsx');
+$.evalFile(extensionPath + 'elements/layerElement.jsx');
+$.evalFile(extensionPath + 'utils/generalUtils.jsx');
+$.evalFile(extensionPath + 'utils/sourceHelper.jsx');
+$.evalFile(extensionPath + 'utils/transformHelper.jsx');
+$.evalFile(extensionPath + 'utils/keyframeHelper.jsx');
+$.evalFile(extensionPath + 'utils/maskHelper.jsx');
+$.evalFile(extensionPath + 'utils/timeremapHelper.jsx');
+$.evalFile(extensionPath + 'utils/shapeHelper.jsx');
\ No newline at end of file
diff --git a/extension/jsx/projectManager.jsx b/extension/jsx/projectManager.jsx
new file mode 100644
index 0000000..14e6f1d
--- /dev/null
+++ b/extension/jsx/projectManager.jsx
@@ -0,0 +1,48 @@
+/*jslint vars: true, plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global app */
+
+var bm_projectManager = (function () {
+    'use strict';
+    var project;
+    function getItemType(item) {
+        var getType = {};
+        var type = getType.toString.call(item);
+        var itemType = '';
+        switch (type) {
+        case "[object FolderItem]":
+            itemType = 'Folder';
+            break;
+        case "[object FootageItem]":
+            itemType = 'Footage';
+            break;
+        case "[object CompItem]":
+            itemType = 'Comp';
+            break;
+        default:
+            itemType = type;
+            break;
+
+        }
+        return itemType;
+    }
+    
+    function getCompositions() {
+        project = app.project;
+        var arr = [];
+        if (!project) {
+            return;
+        }
+        var i, numItems = project.numItems;
+        for (i = 0; i < numItems; i += 1) {
+            if (getItemType(project.item(i + 1)) === 'Comp') {
+                arr.push(project.item(i + 1));
+            }
+        }
+        return arr;
+    }
+    
+    var ob = {
+        getCompositions: getCompositions
+    };
+    return ob;
+}());
\ No newline at end of file
diff --git a/extension/jsx/renderManager.jsx b/extension/jsx/renderManager.jsx
new file mode 100644
index 0000000..6078a8d
--- /dev/null
+++ b/extension/jsx/renderManager.jsx
@@ -0,0 +1,170 @@
+/*jslint vars: true , plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global bm_layerElement, bm_eventDispatcher, bm_sourceHelper, bm_generalUtils, bm_compsManager, app, File*/
+var bm_renderManager = (function () {
+    'use strict';
+    
+    var ob = {}, pendingLayers = [], pendingComps = [], destinationPath, currentCompID, totalLayers, currentLayer;
+    
+    function verifyTrackLayer(layerData, comp, pos) {
+        var nextLayerInfo = comp.layers[pos + 2];
+        if (nextLayerInfo.isTrackMatte) {
+            layerData.td = 0;
+        }
+    }
+    
+    function restoreParents(layers) {
+        
+        var layerData, parentData, i, len = layers.length, hasChangedState = false;
+        for (i = 0; i < len; i += 1) {
+            layerData = layers[i];
+            if (layerData.parent !== undefined) {
+                parentData = layers[layerData.parent];
+                if (parentData.render === false) {
+                    parentData.ty = bm_layerElement.layerTypes.nullLayer;
+                    hasChangedState = true;
+                    parentData.render = true;
+                    if (!parentData.isValid) {
+                        parentData.isValid = true;
+                    }
+                }
+            }
+        }
+        if (hasChangedState) {
+            restoreParents(layers);
+        }
+    }
+    
+    function createLayers(comp, layers, framerate) {
+        var i, len = comp.layers.length, layerInfo, layerData, prevLayerData;
+        for (i = 0; i < len; i += 1) {
+            layerInfo = comp.layers[i + 1];
+            layerData = bm_layerElement.prepareLayer(layerInfo, i);
+            if (layerData.td && prevLayerData && prevLayerData.td) {
+                prevLayerData.td = false;
+                if (prevLayerData.enabled === false) {
+                    prevLayerData.render = false;
+                }
+            } else if (layerData.tt) {
+                if (layerData.render === false) {
+                    if (prevLayerData.enabled === false) {
+                        prevLayerData.render = false;
+                    }
+                    prevLayerData.td = false;
+                } else if (prevLayerData.render === false) {
+                    layerData.tt = false;
+                }
+            }
+            layers.push(layerData);
+            pendingLayers.push({data: layerData, layer: layerInfo, framerate: framerate});
+            prevLayerData = layerData;
+        }
+        restoreParents(layers);
+        for (i = 0; i < len; i += 1) {
+            layerData = layers[i];
+            layerInfo = comp.layers[i + 1];
+            bm_layerElement.checkLayerSource(layerInfo, layerData);
+            if (layerData.ty === bm_layerElement.layerTypes.precomp && layerData.render !== false && layerData.compId) {
+                layerData.layers = [];
+                createLayers(layerInfo.source, layerData.layers, framerate);
+            }
+        }
+    }
+    
+    function render(comp, destination) {
+        currentCompID = comp.id;
+        bm_eventDispatcher.sendEvent('bm:render:update', {type: 'update', message: 'Starting Render', compId: currentCompID, progress: 0});
+        destinationPath = destination;
+        bm_sourceHelper.reset();
+        pendingLayers.length = 0;
+        pendingComps.length = 0;
+        var exportData = ob.renderData.exportData;
+        exportData.animation = {};
+        exportData.assets = [];
+        exportData.v = '2.0.7';
+        exportData.animation.layers = [];
+        exportData.animation.totalFrames = comp.workAreaDuration * comp.frameRate;
+        exportData.animation.frameRate = comp.frameRate;
+        exportData.animation.ff = comp.workAreaStart;
+        exportData.animation.compWidth = comp.width;
+        exportData.animation.compHeight = comp.height;
+        ob.renderData.firstFrame = exportData.animation.ff * comp.frameRate;
+        createLayers(comp, exportData.animation.layers, exportData.animation.frameRate);
+        totalLayers = pendingLayers.length;
+        currentLayer = 0;
+        app.scheduleTask('bm_renderManager.renderNextLayer();', 20, false);
+    }
+    
+    function saveData() {
+        bm_eventDispatcher.sendEvent('bm:render:update', {type: 'update', message: 'Saving data ', compId: currentCompID, progress: 1});
+        var dataFile = new File(destinationPath);
+        dataFile.open('w', 'TEXT', '????');
+        var string = JSON.stringify(ob.renderData.exportData);
+        string = string.replace(/\n/g, '');
+        try {
+            dataFile.write(string); //DO NOT ERASE, JSON UNFORMATTED
+            //dataFile.write(JSON.stringify(ob.renderData.exportData, null, '  ')); //DO NOT ERASE, JSON FORMATTED
+            dataFile.close();
+        } catch (err) {
+            bm_eventDispatcher.sendEvent('bm:alert', {message: 'Could not write file.<br /> Make sure you have enabled scripts to write files. <br /> Edit > Preferences > General > Allow Scripts to Write Files and Access Network '});
+        }
+        bm_eventDispatcher.sendEvent('bm:render:update', {type: 'update', message: 'Render finished ', compId: currentCompID, progress: 1, isFinished: true});
+        bm_compsManager.renderComplete();
+    }
+    
+    function clearUnrenderedLayers(layers) {
+        var i, len = layers.length;
+        for (i = 0; i < len; i += 1) {
+            if (layers[i].render === false) {
+                layers.splice(i, 1);
+                i -= 1;
+                len -= 1;
+            } else if (layers[i].ty === bm_layerElement.layerTypes.precomp && layers[i].layers) {
+                clearUnrenderedLayers(layers[i].layers);
+            }
+        }
+    }
+    
+    function removeExtraData() {
+        clearUnrenderedLayers(ob.renderData.exportData.animation.layers);
+    }
+    
+    function renderNextLayer() {
+        if (bm_compsManager.cancelled) {
+            return;
+        }
+        if (pendingLayers.length) {
+            var nextLayerData = pendingLayers.pop();
+            currentLayer += 1;
+            bm_eventDispatcher.sendEvent('bm:render:update', {type: 'update', message: 'Rendering layer: ' + nextLayerData.layer.name, compId: currentCompID, progress: currentLayer / totalLayers});
+            bm_layerElement.renderLayer(nextLayerData);
+        } else {
+            removeExtraData();
+            bm_sourceHelper.exportImages(destinationPath, ob.renderData.exportData.assets, currentCompID);
+        }
+    }
+    
+    function imagesReady() {
+        saveData();
+    }
+    
+    function imagesSaved() {
+        saveData();
+    }
+    
+    function renderLayerComplete() {
+        app.scheduleTask('bm_renderManager.renderNextLayer();', 20, false);
+    }
+    
+    ob.renderData = {
+        exportData : {
+            animation : {},
+            assets : []
+        }
+    };
+    ob.render = render;
+    ob.renderLayerComplete = renderLayerComplete;
+    ob.renderNextLayer = renderNextLayer;
+    ob.imagesReady = imagesReady;
+    
+    return ob;
+}());
\ No newline at end of file
diff --git a/extension/jsx/utils/generalUtils.jsx b/extension/jsx/utils/generalUtils.jsx
new file mode 100644
index 0000000..8ea6e3e
--- /dev/null
+++ b/extension/jsx/utils/generalUtils.jsx
@@ -0,0 +1,92 @@
+/*jslint vars: true , plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global app, $, PropertyValueType, bm_eventDispatcher*/
+var bm_generalUtils = (function () {
+    'use strict';
+    var ob = {};
+    ob.Gtlym = {};
+    ob.Gtlym.CALL = {};
+    
+    function random(len) {
+        var sequence = 'abcdefghijklmnoqrstuvwxyz1234567890', returnString = '', i;
+        for (i = 0; i < len; i += 1) {
+            returnString += sequence.charAt(Math.floor(Math.random() * sequence.length));
+        }
+        return returnString;
+    }
+    
+    function setTimeout(func, millis) {
+        var guid = random(10);
+        ob.Gtlym.CALL["interval_" + guid] = func;
+        return app.scheduleTask('generalUtils.Gtlym.CALL["interval_' + guid + '"]();', millis, false);
+    }
+
+    function roundArray(arr, decimals) {
+        var i, len = arr.length;
+        var retArray = [];
+        for (i = 0; i < len; i += 1) {
+            if (typeof arr[i] === 'number') {
+                retArray.push(roundNumber(arr[i], decimals));
+            } else {
+                retArray.push(roundArray(arr[i], decimals));
+            }
+        }
+        return retArray;
+    }
+    
+    function roundNumber(num, decimals) {
+        if (typeof num === 'number') {
+            return parseFloat(num.toFixed(decimals));
+        } else {
+            return roundArray(num, decimals);
+        }
+    }
+    
+    function rgbToHex(r, g, b) {
+        return "#" + ((1 << 24) + (r << 16) + (g << 8) + b).toString(16).slice(1);
+    }
+    
+    function arrayRgbToHex(values) {
+        return rgbToHex(Math.round(values[0] * 255), Math.round(values[1] * 255), Math.round(values[2] * 255));
+    }
+    
+    var iterateProperty = (function () {
+        
+        var response;
+        
+        function iterateProperties(property, ob) {
+            ob.name = property.name;
+            ob.matchName = property.matchName;
+            if (property.numProperties) {
+                ob.properties = [];
+                var i = 0, len = property.numProperties;
+                while (i < len) {
+                    var propertyOb = {};
+                    ob.properties.push(propertyOb);
+                    iterateProperties(property(i + 1), propertyOb);
+                    i++;
+                }
+            } else {
+                if (property.propertyValueType !== PropertyValueType.NO_VALUE && property.value !== undefined) {
+                    ob.value = property.value.toString();
+                } else {
+                    ob.value = '--- No Value:' + ' ---';
+                }
+            }
+        }
+        
+        return function (property) {
+            response = {};
+            iterateProperties(property, response);
+            bm_eventDispatcher.sendEvent('console:log', response);
+        };
+    }());
+    
+    ob.random = random;
+    ob.roundNumber = roundNumber;
+    ob.setTimeout = setTimeout;
+    ob.arrayRgbToHex = arrayRgbToHex;
+    ob.iterateProperty = iterateProperty;
+    
+    return ob;
+    
+}());
\ No newline at end of file
diff --git a/extension/jsx/utils/keyframeHelper.jsx b/extension/jsx/utils/keyframeHelper.jsx
new file mode 100644
index 0000000..3c40808
--- /dev/null
+++ b/extension/jsx/utils/keyframeHelper.jsx
@@ -0,0 +1,245 @@
+/*jslint vars: true , plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global PropertyValueType, KeyframeInterpolationType, bm_generalUtils, bm_eventDispatcher*/
+var bm_keyframeHelper = (function () {
+    'use strict';
+    var ob = {}, property, j = 1, jLen, beziersArray, averageSpeed, duration, bezierIn, bezierOut, frameRate;
+    
+    function getPropertyValue(value, roundFlag) {
+        switch (property.propertyValueType) {
+        case PropertyValueType.SHAPE:
+            var elem = {
+                i : roundFlag ? bm_generalUtils.roundNumber(value.inTangents, 3) :  value.inTangents,
+                o : roundFlag ? bm_generalUtils.roundNumber(value.outTangents, 3) : value.outTangents,
+                v : roundFlag ? bm_generalUtils.roundNumber(value.vertices, 3) : value.vertices
+            };
+            return elem;
+        case PropertyValueType.COLOR:
+            var i, len = value.length;
+            for (i = 0; i < len; i += 1) {
+                value[i] = Math.round(value[i] * 255);
+            }
+            return value;
+        default:
+            return roundFlag ? bm_generalUtils.roundNumber(value, 3) :  value;
+        }
+    }
+
+    function getCurveLength(initPos, endPos, outBezier, inBezier) {
+        var k, curveSegments = 2, point, lastPoint = null, ptDistance, absToCoord, absTiCoord, triCoord1, triCoord2, triCoord3, liCoord1, liCoord2, ptCoord, perc, addedLength = 0, i, len;
+        for (k = 0; k < curveSegments; k += 1) {
+            point = [];
+            perc = k / (curveSegments - 1);
+            ptDistance = 0;
+            absToCoord = [];
+            absTiCoord = [];
+            len = outBezier.length;
+            for (i = 0; i < len; i += 1) {
+                if (absToCoord[i] === null || absToCoord[i] === undefined) {
+                    absToCoord[i] = initPos[i] + outBezier[i];
+                    absTiCoord[i] = endPos[i] + inBezier[i];
+                }
+                triCoord1 = initPos[i] + (absToCoord[i] - initPos[i]) * perc;
+                triCoord2 = absToCoord[i] + (absTiCoord[i] - absToCoord[i]) * perc;
+                triCoord3 = absTiCoord[i] + (endPos[i] - absTiCoord[i]) * perc;
+                liCoord1 = triCoord1 + (triCoord2 - triCoord1) * perc;
+                liCoord2 = triCoord2 + (triCoord3 - triCoord2) * perc;
+                ptCoord = liCoord1 + (liCoord2 - liCoord1) * perc;
+                point.push(ptCoord);
+                if (lastPoint !== null) {
+                    ptDistance += Math.pow(point[i] - lastPoint[i], 2);
+                }
+            }
+            ptDistance = Math.sqrt(ptDistance);
+            addedLength += ptDistance;
+            lastPoint = point;
+        }
+        return addedLength;
+    }
+
+    function buildKeyInfluence(key, lastKey, indexTime) {
+        switch (property.propertyValueType) {
+        case PropertyValueType.ThreeD_SPATIAL:
+        case PropertyValueType.TwoD_SPATIAL:
+        case PropertyValueType.SHAPE:
+            key.easeIn = {
+                influence : property.keyInTemporalEase(indexTime + 1)[0].influence,
+                speed : property.keyInTemporalEase(indexTime + 1)[0].speed
+            };
+            lastKey.easeOut = {
+                influence : property.keyOutTemporalEase(indexTime)[0].influence,
+                speed : property.keyOutTemporalEase(indexTime)[0].speed
+            };
+            break;
+        default:
+            key.easeIn = [];
+            lastKey.easeOut = [];
+            var inEase = property.keyInTemporalEase(indexTime + 1);
+            var outEase = property.keyOutTemporalEase(indexTime);
+            var i, len = inEase.length;
+            for (i = 0; i < len; i += 1) {
+                key.easeIn.push({influence: inEase[i].influence, speed: inEase[i].speed});
+                lastKey.easeOut.push({influence: outEase[i].influence, speed: outEase[i].speed});
+            }
+        }
+    }
+    
+    function exportKeyframes(prop, frRate) {
+        property = prop;
+        frameRate = frRate;
+        beziersArray = [];
+        if (property.numKeys <= 1) {
+            return getPropertyValue(property.valueAtTime(0, true), true);
+        }
+        jLen = property.numKeys;
+        for (j = 1; j < jLen; j += 1) {
+            var segmentOb = {};
+            ///////
+            var indexTime = j;
+            var i, len;
+            var k, kLen;
+            var key = {};
+            var lastKey = {};
+            var interpolationType = '';
+            key.time = property.keyTime(indexTime + 1);
+            lastKey.time = property.keyTime(indexTime);
+            key.value = getPropertyValue(property.keyValue(indexTime + 1), false);
+            lastKey.value = getPropertyValue(property.keyValue(indexTime), false);
+            if (!(key.value instanceof Array)) {
+                key.value = [key.value];
+                lastKey.value = [lastKey.value];
+            }
+            if (property.keyOutInterpolationType(indexTime) === KeyframeInterpolationType.HOLD) {
+                interpolationType = 'hold';
+            } else {
+                if (property.keyOutInterpolationType(indexTime) === KeyframeInterpolationType.LINEAR && property.keyInInterpolationType(indexTime + 1) === KeyframeInterpolationType.LINEAR) {
+                    interpolationType = 'linear';
+                }
+                buildKeyInfluence(key, lastKey, indexTime);
+                switch (property.propertyValueType) {
+                case PropertyValueType.ThreeD_SPATIAL:
+                case PropertyValueType.TwoD_SPATIAL:
+                    lastKey.to = property.keyOutSpatialTangent(indexTime);
+                    key.ti = property.keyInSpatialTangent(indexTime + 1);
+                    break;
+                }
+            }
+            if (interpolationType === 'hold') {
+                segmentOb.t = bm_generalUtils.roundNumber(lastKey.time * frameRate, 3);
+                segmentOb.s = getPropertyValue(property.keyValue(j), true);
+                if (!(segmentOb.s instanceof Array)) {
+                    segmentOb.s = [segmentOb.s];
+                }
+                segmentOb.h = 1;
+            } else {
+                duration = key.time - lastKey.time;
+                len = key.value.length;
+                bezierIn = {};
+                bezierOut = {};
+                averageSpeed = 0;
+                var infOut, infIn;
+                switch (property.propertyValueType) {
+                case PropertyValueType.ThreeD_SPATIAL:
+                case PropertyValueType.TwoD_SPATIAL:
+                    var curveLength = getCurveLength(lastKey.value, key.value, lastKey.to, key.ti);
+                    averageSpeed = curveLength / duration;
+                    if (curveLength === 0) {
+                        infOut = lastKey.easeOut.influence;
+                        infIn = key.easeIn.influence;
+                    } else {
+                        infOut = Math.min(100 * curveLength / (lastKey.easeOut.speed * duration), lastKey.easeOut.influence);
+                        infIn = Math.min(100 * curveLength / (key.easeIn.speed * duration), key.easeIn.influence);
+                    }
+                    bezierIn.x = 1 - infIn / 100;
+                    bezierOut.x = infOut / 100;
+                    break;
+                case PropertyValueType.SHAPE:
+                    averageSpeed = 1;
+                    infOut = Math.min(100 / lastKey.easeOut.speed, lastKey.easeOut.influence);
+                    infIn = Math.min(100 / key.easeIn.speed, key.easeIn.influence);
+                    bezierIn.x = 1 - infIn / 100;
+                    bezierOut.x = infOut / 100;
+                    break;
+                case PropertyValueType.ThreeD:
+                case PropertyValueType.TwoD:
+                case PropertyValueType.OneD:
+                case PropertyValueType.COLOR:
+                    bezierIn.x = [];
+                    bezierOut.x = [];
+                    kLen = key.easeIn.length;
+                    for (k = 0; k < kLen; k += 1) {
+                        bezierIn.x[k] = 1 - key.easeIn[k].influence / 100;
+                        bezierOut.x[k] = lastKey.easeOut[k].influence / 100;
+                    }
+                    averageSpeed = [];
+                    for (i = 0; i < len; i += 1) {
+                        averageSpeed[i] =  (key.value[i] - lastKey.value[i]) / duration;
+                    }
+                    break;
+                }
+                if (averageSpeed === 0) {
+                    bezierIn.y = bezierIn.x;
+                    bezierOut.y = bezierOut.x;
+                } else {
+                    switch (property.propertyValueType) {
+                    case PropertyValueType.ThreeD_SPATIAL:
+                    case PropertyValueType.TwoD_SPATIAL:
+                    case PropertyValueType.SHAPE:
+                        if (interpolationType === 'linear') {
+                            bezierIn.y = bezierIn.x;
+                            bezierOut.y = bezierOut.x;
+                        } else {
+                            bezierIn.y =  1 - ((key.easeIn.speed) / averageSpeed) * (infIn / 100);
+                            bezierOut.y = ((lastKey.easeOut.speed) / averageSpeed) * bezierOut.x;
+                        }
+                        break;
+                    case PropertyValueType.ThreeD:
+                    case PropertyValueType.TwoD:
+                    case PropertyValueType.OneD:
+                    case PropertyValueType.COLOR:
+                        bezierIn.y = [];
+                        bezierOut.y = [];
+                        kLen = key.easeIn.length;
+                        for (k = 0; k < kLen; k += 1) {
+                            if (averageSpeed[k] === 0 || interpolationType === 'linear') {
+                                bezierIn.y[k] = bezierIn.x[k];
+                                bezierOut.y[k] = bezierOut.x[k];
+                            } else {
+                                bezierIn.y[k] = 1 - ((key.easeIn[k].speed) / averageSpeed[k]) * (key.easeIn[k].influence / 100);
+                                bezierOut.y[k] = ((lastKey.easeOut[k].speed) / averageSpeed[k]) * bezierOut.x[k];
+                            }
+                        }
+                        break;
+                    }
+                }
+
+                bezierIn.x = bm_generalUtils.roundNumber(bezierIn.x, 3);
+                bezierIn.y = bm_generalUtils.roundNumber(bezierIn.y, 3);
+                bezierOut.x = bm_generalUtils.roundNumber(bezierOut.x, 3);
+                bezierOut.y = bm_generalUtils.roundNumber(bezierOut.y, 3);
+                segmentOb.i = bezierIn;
+                segmentOb.o = bezierOut;
+                segmentOb.n = (bezierIn.x.toString() + '_' + bezierIn.y.toString() + '_' + bezierOut.x.toString() + '_' + bezierOut.y.toString()).replace(/\./g, 'p');
+                segmentOb.t = bm_generalUtils.roundNumber(lastKey.time * frameRate, 3);
+                segmentOb.s = getPropertyValue(property.keyValue(j), true);
+                segmentOb.e = getPropertyValue(property.keyValue(j + 1), true);
+                if (!(segmentOb.s instanceof Array)) {
+                    segmentOb.s = [segmentOb.s];
+                    segmentOb.e = [segmentOb.e];
+                }
+                if (property.propertyValueType === PropertyValueType.ThreeD_SPATIAL || property.propertyValueType === PropertyValueType.TwoD_SPATIAL) {
+                    segmentOb.to = lastKey.to;
+                    segmentOb.ti = key.ti;
+                }
+            }
+            
+            ///////
+            beziersArray.push(segmentOb);
+        }
+        beziersArray.push({t: property.keyTime(j) * frameRate});
+        return beziersArray;
+    }
+    
+    ob.exportKeyframes = exportKeyframes;
+    
+    return ob;
+}());
\ No newline at end of file
diff --git a/extension/jsx/utils/maskHelper.jsx b/extension/jsx/utils/maskHelper.jsx
new file mode 100644
index 0000000..41342bf
--- /dev/null
+++ b/extension/jsx/utils/maskHelper.jsx
@@ -0,0 +1,51 @@
+/*jslint vars: true , plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global bm_keyframeHelper, MaskMode*/
+var bm_maskHelper = (function () {
+    'use strict';
+    var ob = {};
+
+    function getMaskMode(num) {
+        switch (num) {
+        case MaskMode.NONE:
+            return 'n';
+        case MaskMode.ADD:
+            return 'a';
+        case MaskMode.SUBTRACT:
+            return 's';
+        case MaskMode.INTERSECT:
+            return 'i';
+        case MaskMode.LIGHTEN:
+            return 'l';
+        case MaskMode.DARKEN:
+            return 'd';
+        case MaskMode.DIFFERENCE:
+            return 'f';
+        }
+    }
+    
+    function exportMasks(layerInfo, layerData, frameRate) {
+        if (!(layerInfo.mask && layerInfo.mask.numProperties > 0)) {
+            return;
+        }
+        layerData.hasMask = true;
+        layerData.masksProperties = [];
+        var masks = layerInfo.mask;
+        var i, len = masks.numProperties, maskShape, maskElement;
+        for (i = 0; i < len; i += 1) {
+            maskElement = masks(i + 1);
+            maskShape = maskElement.property('maskShape').value;
+            var shapeData = {
+                cl: maskShape.closed,
+                inv: maskElement.inverted,
+                mode: getMaskMode(maskElement.maskMode)
+            };
+            shapeData.pt = bm_keyframeHelper.exportKeyframes(maskElement.property('maskShape'), frameRate);
+            shapeData.o = bm_keyframeHelper.exportKeyframes(maskElement.property('Mask Opacity'), frameRate);
+            layerData.masksProperties.push(shapeData);
+        }
+    }
+    
+    ob.exportMasks = exportMasks;
+    
+    return ob;
+}());
\ No newline at end of file
diff --git a/extension/jsx/utils/shapeHelper.jsx b/extension/jsx/utils/shapeHelper.jsx
new file mode 100644
index 0000000..2dc1208
--- /dev/null
+++ b/extension/jsx/utils/shapeHelper.jsx
@@ -0,0 +1,147 @@
+/*jslint vars: true , plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global bm_keyframeHelper*/
+var bm_shapeHelper = (function () {
+    'use strict';
+    var ob = {}, shapeItemTypes = {
+        shape: 'sh',
+        rect: 'rc',
+        ellipse: 'el',
+        fill: 'fl',
+        stroke: 'st',
+        merge: 'mm',
+        trim: 'tm',
+        group: 'gr'
+    };
+
+    function getItemType(matchName) {
+        switch (matchName) {
+        case 'ADBE Vector Shape - Group':
+            return shapeItemTypes.shape;
+        case 'ADBE Vector Shape - Rect':
+            return shapeItemTypes.rect;
+        case 'ADBE Vector Shape - Ellipse':
+            return shapeItemTypes.ellipse;
+        case 'ADBE Vector Graphic - Fill':
+            return shapeItemTypes.fill;
+        case 'ADBE Vector Graphic - Stroke':
+            return shapeItemTypes.stroke;
+        case 'ADBE Vector Graphic - Merge':
+            return shapeItemTypes.merge;
+        case 'ADBE Vector Graphic - Trim':
+        case 'ADBE Vector Filter - Trim':
+            return shapeItemTypes.trim;
+        case 'ADBE Vector Group':
+            return shapeItemTypes.group;
+        default:
+            return '';
+        }
+    }
+    
+    function iterateProperties(iteratable, array, frameRate) {
+        var i, len = iteratable.numProperties, ob, prop, itemType;
+        for (i = 0; i < len; i += 1) {
+            prop = iteratable.property(i + 1);
+            if (prop.enabled) {
+                itemType = getItemType(prop.matchName);
+                if (itemType === shapeItemTypes.shape) {
+                    ob = {};
+                    ob.ty = itemType;
+                    ob.closed = prop.property('Path').value.closed;
+                    ob.ks = bm_keyframeHelper.exportKeyframes(prop.property('Path'), frameRate);
+                    array.push(ob);
+                } else if (itemType === shapeItemTypes.rect) {
+                    ob = {};
+                    ob.ty = itemType;
+                    ob.s = bm_keyframeHelper.exportKeyframes(prop.property('Size'), frameRate);
+                    ob.p = bm_keyframeHelper.exportKeyframes(prop.property('Position'), frameRate);
+                    ob.r = bm_keyframeHelper.exportKeyframes(prop.property('Roundness'), frameRate);
+                    array.push(ob);
+                } else if (itemType === shapeItemTypes.ellipse) {
+                    ob = {};
+                    ob.ty = itemType;
+                    ob.s = bm_keyframeHelper.exportKeyframes(prop.property('Size'), frameRate);
+                    ob.p = bm_keyframeHelper.exportKeyframes(prop.property('Position'), frameRate);
+                    array.push(ob);
+                } else if (itemType === shapeItemTypes.fill) {
+                    ob = {};
+                    ob.ty = itemType;
+                    ob.fillEnabled = prop.enabled;
+                    ob.c = bm_keyframeHelper.exportKeyframes(prop.property('Color'), frameRate);
+                    ob.o = bm_keyframeHelper.exportKeyframes(prop.property('Opacity'), frameRate);
+                    array.push(ob);
+                } else if (itemType === shapeItemTypes.stroke) {
+                    ob = {};
+                    ob.ty = itemType;
+                    ob.fillEnabled = prop.enabled;
+                    ob.c = bm_keyframeHelper.exportKeyframes(prop.property('Color'), frameRate);
+                    ob.o = bm_keyframeHelper.exportKeyframes(prop.property('Opacity'), frameRate);
+                    ob.w = bm_keyframeHelper.exportKeyframes(prop.property('Stroke Width'), frameRate);
+                    var j, jLen = prop.property('Dashes').numProperties;
+                    var dashesData = [];
+                    var changed = false;
+                    for (j = 0; j < jLen; j += 1) {
+                        if (prop.property('Dashes').property(j + 1).numKeys > 0 || (prop.property('Dashes').property(j + 1).name === 'Offset' && changed)) {
+                            changed = true;
+                            var dashData = {};
+                            var name = '';
+                            if (prop.property('Dashes').property(j + 1).name === 'Dash') {
+                                name = 'd';
+                            } else if (prop.property('Dashes').property(j + 1).name === 'Gap') {
+                                name = 'g';
+                            } else if (prop.property('Dashes').property(j + 1).name === 'Offset') {
+                                name = 'o';
+                            }
+                            dashData.n = name;
+                            dashData.v = bm_keyframeHelper.exportKeyframes(prop.property('Dashes').property(j + 1), frameRate);
+                            dashesData.push(dashData);
+                        }
+                    }
+                    if (changed) {
+                        ob.d = dashesData;
+                    }
+                    array.push(ob);
+                } else if (itemType === shapeItemTypes.merge) {
+                    ob = {};
+                    ob.ty = itemType;
+                    ob.mm = prop.property('ADBE Vector Merge Type').value;
+                    array.push(ob);
+                } else if (itemType === shapeItemTypes.trim) {
+                    ob = {};
+                    ob.ty = itemType;
+                    ob.s = bm_keyframeHelper.exportKeyframes(prop.property('Start'), frameRate);
+                    ob.e = bm_keyframeHelper.exportKeyframes(prop.property('End'), frameRate);
+                    ob.o = bm_keyframeHelper.exportKeyframes(prop.property('Offset'), frameRate);
+                    ob.m = prop.property('Trim Multiple Shapes').value;
+                    array.push(ob);
+                } else if (itemType === shapeItemTypes.group) {
+                    ob = {
+                        ty : itemType,
+                        it: []
+                    };
+                    iterateProperties(prop.property('Contents'), ob.it, frameRate);
+                    var trOb = {};
+                    var transformProperty = prop.property('Transform');
+                    trOb.ty = 'tr';
+                    trOb.p = bm_keyframeHelper.exportKeyframes(transformProperty.property('Position'), frameRate);
+                    trOb.a = bm_keyframeHelper.exportKeyframes(transformProperty.property('Anchor Point'), frameRate);
+                    trOb.s = bm_keyframeHelper.exportKeyframes(transformProperty.property('Scale'), frameRate);
+                    trOb.r = bm_keyframeHelper.exportKeyframes(transformProperty.property('Rotation'), frameRate);
+                    trOb.o = bm_keyframeHelper.exportKeyframes(transformProperty.property('Opacity'), frameRate);
+                    ob.it.push(trOb);
+                    array.push(ob);
+                }
+            }
+            
+        }
+    }
+    
+    function exportShape(layerInfo, layerOb, frameRate) {
+        var shapes = [], contents = layerInfo.property('Contents');
+        layerOb.shapes = shapes;
+        iterateProperties(contents, shapes, frameRate);
+    }
+    
+    ob.exportShape = exportShape;
+    
+    return ob;
+}());
\ No newline at end of file
diff --git a/extension/jsx/utils/sourceHelper.jsx b/extension/jsx/utils/sourceHelper.jsx
new file mode 100644
index 0000000..e252466
--- /dev/null
+++ b/extension/jsx/utils/sourceHelper.jsx
@@ -0,0 +1,119 @@
+/*jslint vars: true , plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global layerElement, bm_generalUtils, bm_eventDispatcher, bm_renderManager, bm_compsManager, File, app*/
+var bm_sourceHelper = (function () {
+    'use strict';
+    var compSources = [], imageSources = [], currentExportingImage, destinationPath, assetsArray, folder, helperComp, currentCompID;
+    
+    function checkCompSource(item) {
+        var arr = compSources;
+        var i = 0, len = arr.length, isRendered = false;
+        while (i < len) {
+            if (arr[i].source === item.source) {
+                isRendered = true;
+                break;
+            }
+            i += 1;
+        }
+        if (isRendered) {
+            return arr[i].id;
+        }
+        arr.push({
+            source: item.source
+        });
+        return false;
+    }
+    
+    function checkImageSource(item) {
+        var arr = imageSources;
+        var i = 0, len = arr.length, isRendered = false;
+        while (i < len) {
+            if (arr[i].source === item.source) {
+                return arr[i].id;
+            }
+            i += 1;
+        }
+        arr.push({
+            source: item.source,
+            width: item.source.width,
+            height: item.source.height,
+            name: item.name,
+            id: bm_generalUtils.random(7)
+        });
+        return arr[arr.length - 1].id;
+    }
+    
+    function setCompSourceId(source, id) {
+        var i = 0, len = compSources.length;
+        while (i < len) {
+            if (compSources[i].source === source) {
+                compSources[i].id = id;
+            }
+            i += 1;
+        }
+    }
+    
+    function saveNextImage() {
+        if (bm_compsManager.cancelled) {
+            return;
+        }
+        if (currentExportingImage === imageSources.length) {
+            bm_renderManager.imagesReady();
+            return;
+        }
+        var currentSourceData = imageSources[currentExportingImage];
+        bm_eventDispatcher.sendEvent('bm:render:update', {type: 'update', message: 'Exporting image: ' + currentSourceData.name, compId: currentCompID, progress: currentExportingImage / imageSources.length});
+        var currentSource = currentSourceData.source;
+        assetsArray.push({
+            id: currentSourceData.id,
+            w: currentSourceData.width,
+            h: currentSourceData.height,
+            p: 'images/img_' + currentExportingImage + '.png'
+        });
+        var helperComp = app.project.items.addComp('tempConverterComp', Math.max(4, currentSource.width), Math.max(4, currentSource.height), 1, 1, 1);
+        helperComp.layers.add(currentSource);
+        var file = new File(folder.absoluteURI + '/img_' + currentExportingImage + '.png');
+        helperComp.saveFrameToPng(0, file);
+        helperComp.remove();
+        currentExportingImage += 1;
+        saveNextImage();
+    }
+    
+    function exportImages(path, assets, compId) {
+        if (imageSources.length === 0) {
+            bm_renderManager.imagesReady();
+            return;
+        }
+        currentCompID = compId;
+        bm_eventDispatcher.sendEvent('bm:render:update', {type: 'update', message: 'Exporting images', compId: currentCompID, progress: 0});
+        currentExportingImage = 0;
+        var file = new File(path);
+        folder = file.parent;
+        folder.changePath('images/');
+        assetsArray = assets;
+        if (!folder.exists) {
+            if (folder.create()) {
+                saveNextImage();
+            } else {
+                bm_eventDispatcher.sendEvent('alert', 'folder failed to be created at: ' + folder.fsName);
+            }
+        } else {
+            saveNextImage();
+        }
+        
+    }
+    
+    
+    function reset() {
+        compSources.length = 0;
+        imageSources.length = 0;
+    }
+    
+    return {
+        checkCompSource: checkCompSource,
+        checkImageSource: checkImageSource,
+        setCompSourceId: setCompSourceId,
+        exportImages : exportImages,
+        reset: reset
+    };
+    
+}());
\ No newline at end of file
diff --git a/extension/jsx/utils/timeremapHelper.jsx b/extension/jsx/utils/timeremapHelper.jsx
new file mode 100644
index 0000000..a73b398
--- /dev/null
+++ b/extension/jsx/utils/timeremapHelper.jsx
@@ -0,0 +1,18 @@
+/*jslint vars: true , plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global bm_keyframeHelper*/
+var bm_timeremapHelper = (function () {
+    'use strict';
+    
+    var ob = {};
+    
+    function exportTimeremap(layerInfo, layerData, frameRate) {
+        if (layerInfo.canSetTimeRemapEnabled && layerInfo.timeRemapEnabled) {
+            layerData.tm = bm_keyframeHelper.exportKeyframes(layerInfo['Time Remap'], frameRate);
+        }
+    }
+    
+    ob.exportTimeremap = exportTimeremap;
+    
+    return ob;
+    
+}());
\ No newline at end of file
diff --git a/extension/jsx/utils/transformHelper.jsx b/extension/jsx/utils/transformHelper.jsx
new file mode 100644
index 0000000..c32a212
--- /dev/null
+++ b/extension/jsx/utils/transformHelper.jsx
@@ -0,0 +1,28 @@
+/*jslint vars: true , plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
+/*global bm_keyframeHelper, bm_generalUtils*/
+var bm_transformHelper = (function () {
+    'use strict';
+    var ob = {};
+    
+    function exportTransform(layerInfo, data, frameRate) {
+        if (!layerInfo.transform) {
+            return;
+        }
+        
+        data.ks = {};
+        data.ks.o = bm_keyframeHelper.exportKeyframes(layerInfo.transform.opacity, frameRate);
+        data.ks.r = bm_keyframeHelper.exportKeyframes(layerInfo.transform.rotation, frameRate);
+        if (layerInfo.transform.position.dimensionsSeparated) {
+            data.ks.p = {s: true};
+            data.ks.x = bm_keyframeHelper.exportKeyframes(layerInfo.transform['X Position'], frameRate);
+            data.ks.y = bm_keyframeHelper.exportKeyframes(layerInfo.transform['Y Position'], frameRate);
+        } else {
+            data.ks.p = bm_keyframeHelper.exportKeyframes(layerInfo.transform.position, frameRate);
+        }
+        data.ks.a = bm_keyframeHelper.exportKeyframes(layerInfo.transform['Anchor Point'], frameRate);
+        data.ks.s = bm_keyframeHelper.exportKeyframes(layerInfo.transform.Scale, frameRate);
+    }
+    
+    ob.exportTransform = exportTransform;
+    return ob;
+}());
\ No newline at end of file