!function(t){var e={};function i(r){if(e[r])return e[r].exports;var n=e[r]={i:r,l:!1,exports:{}};return t[r].call(n.exports,n,n.exports,i),n.l=!0,n.exports}i.m=t,i.c=e,i.d=function(t,e,r){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="/",i(i.s=181)}([,,,function(t,e){t.exports=jQuery},function(t,e){},function(t,e){},,,,function(t,e){},function(t,e){},function(t,e){},,function(t,e){},function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_RESULT__,root,factory;function _typeof(t){return(_typeof="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}"undefined"!==typeof navigator&&(root=window||{},factory=function(window){"use strict";var svgNS="http://www.w3.org/2000/svg",locationHref="",initialDefaultFrame=-999999,subframeEnabled=!0,expressionsPlugin,isSafari=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),cachedColors={},bm_rounder=Math.round,bm_rnd,bm_pow=Math.pow,bm_sqrt=Math.sqrt,bm_abs=Math.abs,bm_floor=Math.floor,bm_max=Math.max,bm_min=Math.min,blitter=10,BMMath={};function ProjectInterface(){return{}}!function(){var t,e=["abs","acos","acosh","asin","asinh","atan","atanh","atan2","ceil","cbrt","expm1","clz32","cos","cosh","exp","floor","fround","hypot","imul","log","log1p","log2","log10","max","min","pow","random","round","sign","sin","sinh","sqrt","tan","tanh","trunc","E","LN10","LN2","LOG10E","LOG2E","PI","SQRT1_2","SQRT2"],i=e.length;for(t=0;t<i;t+=1)BMMath[e[t]]=Math[e[t]]}(),BMMath.random=Math.random,BMMath.abs=function(t){if("object"===_typeof(t)&&t.length){var e,i=createSizedArray(t.length),r=t.length;for(e=0;e<r;e+=1)i[e]=Math.abs(t[e]);return i}return Math.abs(t)};var defaultCurveSegments=150,degToRads=Math.PI/180,roundCorner=.5519;function roundValues(t){bm_rnd=t?Math.round:function(t){return t}}function styleDiv(t){t.style.position="absolute",t.style.top=0,t.style.left=0,t.style.display="block",t.style.transformOrigin=t.style.webkitTransformOrigin="0 0",t.style.backfaceVisibility=t.style.webkitBackfaceVisibility="visible",t.style.transformStyle=t.style.webkitTransformStyle=t.style.mozTransformStyle="preserve-3d"}function BMEnterFrameEvent(t,e,i,r){this.type=t,this.currentTime=e,this.totalTime=i,this.direction=r<0?-1:1}function BMCompleteEvent(t,e){this.type=t,this.direction=e<0?-1:1}function BMCompleteLoopEvent(t,e,i,r){this.type=t,this.currentLoop=i,this.totalLoops=e,this.direction=r<0?-1:1}function BMSegmentStartEvent(t,e,i){this.type=t,this.firstFrame=e,this.totalFrames=i}function BMDestroyEvent(t,e){this.type=t,this.target=e}function BMRenderFrameErrorEvent(t,e){this.type="renderFrameError",this.nativeError=t,this.currentTime=e}function BMConfigErrorEvent(t){this.type="configError",this.nativeError=t}function BMAnimationConfigErrorEvent(t,e){this.type=t,this.nativeError=e,this.currentTime=currentTime}roundValues(!1);var createElementID=(G=0,function(){return"__lottie_element_"+ ++G}),G;function HSVtoRGB(t,e,i){var r,n,s,a,o,h,l,p;switch(h=i*(1-e),l=i*(1-(o=6*t-(a=Math.floor(6*t)))*e),p=i*(1-(1-o)*e),a%6){case 0:r=i,n=p,s=h;break;case 1:r=l,n=i,s=h;break;case 2:r=h,n=i,s=p;break;case 3:r=h,n=l,s=i;break;case 4:r=p,n=h,s=i;break;case 5:r=i,n=h,s=l}return[r,n,s]}function RGBtoHSV(t,e,i){var r,n=Math.max(t,e,i),s=Math.min(t,e,i),a=n-s,o=0===n?0:a/n,h=n/255;switch(n){case s:r=0;break;case t:r=e-i+a*(e<i?6:0),r/=6*a;break;case e:r=i-t+2*a,r/=6*a;break;case i:r=t-e+4*a,r/=6*a}return[r,o,h]}function addSaturationToRGB(t,e){var i=RGBtoHSV(255*t[0],255*t[1],255*t[2]);return i[1]+=e,1<i[1]?i[1]=1:i[1]<=0&&(i[1]=0),HSVtoRGB(i[0],i[1],i[2])}function addBrightnessToRGB(t,e){var i=RGBtoHSV(255*t[0],255*t[1],255*t[2]);return i[2]+=e,1<i[2]?i[2]=1:i[2]<0&&(i[2]=0),HSVtoRGB(i[0],i[1],i[2])}function addHueToRGB(t,e){var i=RGBtoHSV(255*t[0],255*t[1],255*t[2]);return i[0]+=e/360,1<i[0]?i[0]-=1:i[0]<0&&(i[0]+=1),HSVtoRGB(i[0],i[1],i[2])}var rgbToHex=function(){var t,e,i=[];for(t=0;t<256;t+=1)e=t.toString(16),i[t]=1==e.length?"0"+e:e;return function(t,e,r){return t<0&&(t=0),e<0&&(e=0),r<0&&(r=0),"#"+i[t]+i[e]+i[r]}}();function BaseEvent(){}BaseEvent.prototype={triggerEvent:function(t,e){if(this._cbs[t])for(var i=this._cbs[t].length,r=0;r<i;r++)this._cbs[t][r](e)},addEventListener:function(t,e){return this._cbs[t]||(this._cbs[t]=[]),this._cbs[t].push(e),function(){this.removeEventListener(t,e)}.bind(this)},removeEventListener:function(t,e){if(e){if(this._cbs[t]){for(var i=0,r=this._cbs[t].length;i<r;)this._cbs[t][i]===e&&(this._cbs[t].splice(i,1),i-=1,r-=1),i+=1;this._cbs[t].length||(this._cbs[t]=null)}}else this._cbs[t]=null}};var createTypedArray="function"==typeof Uint8ClampedArray&&"function"==typeof Float32Array?function(t,e){return"float32"===t?new Float32Array(e):"int16"===t?new Int16Array(e):"uint8c"===t?new Uint8ClampedArray(e):void 0}:function(t,e){var i,r=0,n=[];switch(t){case"int16":case"uint8c":i=1;break;default:i=1.1}for(r=0;r<e;r+=1)n.push(i);return n};function createSizedArray(t){return Array.apply(null,{length:t})}function createNS(t){return document.createElementNS(svgNS,t)}function createTag(t){return document.createElement(t)}function DynamicPropertyContainer(){}DynamicPropertyContainer.prototype={addDynamicProperty:function(t){-1===this.dynamicProperties.indexOf(t)&&(this.dynamicProperties.push(t),this.container.addDynamicProperty(this),this._isAnimated=!0)},iterateDynamicProperties:function(){this._mdf=!1;var t,e=this.dynamicProperties.length;for(t=0;t<e;t+=1)this.dynamicProperties[t].getValue(),this.dynamicProperties[t]._mdf&&(this._mdf=!0)},initDynamicPropertyContainer:function(t){this.container=t,this.dynamicProperties=[],this._mdf=!1,this._isAnimated=!1}};var getBlendMode=(Pa={0:"source-over",1:"multiply",2:"screen",3:"overlay",4:"darken",5:"lighten",6:"color-dodge",7:"color-burn",8:"hard-light",9:"soft-light",10:"difference",11:"exclusion",12:"hue",13:"saturation",14:"color",15:"luminosity"},function(t){return Pa[t]||""}),Pa,Matrix=function(){var t=Math.cos,e=Math.sin,i=Math.tan,r=Math.round;function n(){return this.props[0]=1,this.props[1]=0,this.props[2]=0,this.props[3]=0,this.props[4]=0,this.props[5]=1,this.props[6]=0,this.props[7]=0,this.props[8]=0,this.props[9]=0,this.props[10]=1,this.props[11]=0,this.props[12]=0,this.props[13]=0,this.props[14]=0,this.props[15]=1,this}function s(i){if(0===i)return this;var r=t(i),n=e(i);return this._t(r,-n,0,0,n,r,0,0,0,0,1,0,0,0,0,1)}function a(i){if(0===i)return this;var r=t(i),n=e(i);return this._t(1,0,0,0,0,r,-n,0,0,n,r,0,0,0,0,1)}function o(i){if(0===i)return this;var r=t(i),n=e(i);return this._t(r,0,n,0,0,1,0,0,-n,0,r,0,0,0,0,1)}function h(i){if(0===i)return this;var r=t(i),n=e(i);return this._t(r,-n,0,0,n,r,0,0,0,0,1,0,0,0,0,1)}function l(t,e){return this._t(1,e,t,1,0,0)}function p(t,e){return this.shear(i(t),i(e))}function c(r,n){var s=t(n),a=e(n);return this._t(s,a,0,0,-a,s,0,0,0,0,1,0,0,0,0,1)._t(1,0,0,0,i(r),1,0,0,0,0,1,0,0,0,0,1)._t(s,-a,0,0,a,s,0,0,0,0,1,0,0,0,0,1)}function d(t,e,i){return i||0===i||(i=1),1===t&&1===e&&1===i?this:this._t(t,0,0,0,0,e,0,0,0,0,i,0,0,0,0,1)}function f(t,e,i,r,n,s,a,o,h,l,p,c,d,f,m,u){return this.props[0]=t,this.props[1]=e,this.props[2]=i,this.props[3]=r,this.props[4]=n,this.props[5]=s,this.props[6]=a,this.props[7]=o,this.props[8]=h,this.props[9]=l,this.props[10]=p,this.props[11]=c,this.props[12]=d,this.props[13]=f,this.props[14]=m,this.props[15]=u,this}function m(t,e,i){return i=i||0,0!==t||0!==e||0!==i?this._t(1,0,0,0,0,1,0,0,0,0,1,0,t,e,i,1):this}function u(t,e,i,r,n,s,a,o,h,l,p,c,d,f,m,u){var g=this.props;if(1===t&&0===e&&0===i&&0===r&&0===n&&1===s&&0===a&&0===o&&0===h&&0===l&&1===p&&0===c)return g[12]=g[12]*t+g[15]*d,g[13]=g[13]*s+g[15]*f,g[14]=g[14]*p+g[15]*m,g[15]=g[15]*u,this._identityCalculated=!1,this;var y=g[0],v=g[1],_=g[2],b=g[3],x=g[4],w=g[5],P=g[6],S=g[7],E=g[8],A=g[9],k=g[10],T=g[11],M=g[12],I=g[13],C=g[14],D=g[15];return g[0]=y*t+v*n+_*h+b*d,g[1]=y*e+v*s+_*l+b*f,g[2]=y*i+v*a+_*p+b*m,g[3]=y*r+v*o+_*c+b*u,g[4]=x*t+w*n+P*h+S*d,g[5]=x*e+w*s+P*l+S*f,g[6]=x*i+w*a+P*p+S*m,g[7]=x*r+w*o+P*c+S*u,g[8]=E*t+A*n+k*h+T*d,g[9]=E*e+A*s+k*l+T*f,g[10]=E*i+A*a+k*p+T*m,g[11]=E*r+A*o+k*c+T*u,g[12]=M*t+I*n+C*h+D*d,g[13]=M*e+I*s+C*l+D*f,g[14]=M*i+I*a+C*p+D*m,g[15]=M*r+I*o+C*c+D*u,this._identityCalculated=!1,this}function g(){return this._identityCalculated||(this._identity=!(1!==this.props[0]||0!==this.props[1]||0!==this.props[2]||0!==this.props[3]||0!==this.props[4]||1!==this.props[5]||0!==this.props[6]||0!==this.props[7]||0!==this.props[8]||0!==this.props[9]||1!==this.props[10]||0!==this.props[11]||0!==this.props[12]||0!==this.props[13]||0!==this.props[14]||1!==this.props[15]),this._identityCalculated=!0),this._identity}function y(t){for(var e=0;e<16;){if(t.props[e]!==this.props[e])return!1;e+=1}return!0}function v(t){var e;for(e=0;e<16;e+=1)t.props[e]=this.props[e]}function _(t){var e;for(e=0;e<16;e+=1)this.props[e]=t[e]}function b(t,e,i){return{x:t*this.props[0]+e*this.props[4]+i*this.props[8]+this.props[12],y:t*this.props[1]+e*this.props[5]+i*this.props[9]+this.props[13],z:t*this.props[2]+e*this.props[6]+i*this.props[10]+this.props[14]}}function x(t,e,i){return t*this.props[0]+e*this.props[4]+i*this.props[8]+this.props[12]}function w(t,e,i){return t*this.props[1]+e*this.props[5]+i*this.props[9]+this.props[13]}function P(t,e,i){return t*this.props[2]+e*this.props[6]+i*this.props[10]+this.props[14]}function S(){var t=this.props[0]*this.props[5]-this.props[1]*this.props[4],e=this.props[5]/t,i=-this.props[1]/t,r=-this.props[4]/t,n=this.props[0]/t,s=(this.props[4]*this.props[13]-this.props[5]*this.props[12])/t,a=-(this.props[0]*this.props[13]-this.props[1]*this.props[12])/t,o=new Matrix;return o.props[0]=e,o.props[1]=i,o.props[4]=r,o.props[5]=n,o.props[12]=s,o.props[13]=a,o}function E(t){return this.getInverseMatrix().applyToPointArray(t[0],t[1],t[2]||0)}function A(t){var e,i=t.length,r=[];for(e=0;e<i;e+=1)r[e]=E(t[e]);return r}function k(t,e,i){var r=createTypedArray("float32",6);if(this.isIdentity())r[0]=t[0],r[1]=t[1],r[2]=e[0],r[3]=e[1],r[4]=i[0],r[5]=i[1];else{var n=this.props[0],s=this.props[1],a=this.props[4],o=this.props[5],h=this.props[12],l=this.props[13];r[0]=t[0]*n+t[1]*a+h,r[1]=t[0]*s+t[1]*o+l,r[2]=e[0]*n+e[1]*a+h,r[3]=e[0]*s+e[1]*o+l,r[4]=i[0]*n+i[1]*a+h,r[5]=i[0]*s+i[1]*o+l}return r}function T(t,e,i){return this.isIdentity()?[t,e,i]:[t*this.props[0]+e*this.props[4]+i*this.props[8]+this.props[12],t*this.props[1]+e*this.props[5]+i*this.props[9]+this.props[13],t*this.props[2]+e*this.props[6]+i*this.props[10]+this.props[14]]}function M(t,e){if(this.isIdentity())return t+","+e;var i=this.props;return Math.round(100*(t*i[0]+e*i[4]+i[12]))/100+","+Math.round(100*(t*i[1]+e*i[5]+i[13]))/100}function I(){for(var t=0,e=this.props,i="matrix3d(";t<16;)i+=r(1e4*e[t])/1e4,i+=15===t?")":",",t+=1;return i}function C(t){return t<1e-6&&0<t||-1e-6<t&&t<0?r(1e4*t)/1e4:t}function D(){var t=this.props;return"matrix("+C(t[0])+","+C(t[1])+","+C(t[4])+","+C(t[5])+","+C(t[12])+","+C(t[13])+")"}return function(){this.reset=n,this.rotate=s,this.rotateX=a,this.rotateY=o,this.rotateZ=h,this.skew=p,this.skewFromAxis=c,this.shear=l,this.scale=d,this.setTransform=f,this.translate=m,this.transform=u,this.applyToPoint=b,this.applyToX=x,this.applyToY=w,this.applyToZ=P,this.applyToPointArray=T,this.applyToTriplePoints=k,this.applyToPointStringified=M,this.toCSS=I,this.to2dCSS=D,this.clone=v,this.cloneFromProps=_,this.equals=y,this.inversePoints=A,this.inversePoint=E,this.getInverseMatrix=S,this._t=this.transform,this.isIdentity=g,this._identity=!0,this._identityCalculated=!1,this.props=createTypedArray("float32",16),this.reset()}}();!function(t,e){var i,r=this,n=256,s="random",a=e.pow(n,6),o=e.pow(2,52),h=2*o,l=n-1;function p(t,e){return e.i=t.i,e.j=t.j,e.S=t.S.slice(),e}function c(t,e){for(var i,r=t+"",n=0;n<r.length;)e[l&n]=l&(i^=19*e[l&n])+r.charCodeAt(n++);return d(e)}function d(t){return String.fromCharCode.apply(0,t)}e["seed"+s]=function(f,m,u){var g=[],y=c(function t(e,i){var r,n=[],s=_typeof(e);if(i&&"object"==s)for(r in e)try{n.push(t(e[r],i-1))}catch(t){}return n.length?n:"string"==s?e:e+"\0"}((m=!0===m?{entropy:!0}:m||{}).entropy?[f,d(t)]:null===f?function(){try{i;var e=new Uint8Array(n);return(r.crypto||r.msCrypto).getRandomValues(e),d(e)}catch(e){var s=r.navigator,a=s&&s.plugins;return[+new Date,r,a,r.screen,d(t)]}}():f,3),g),v=new function(t){var e,i=t.length,r=this,s=0,a=r.i=r.j=0,o=r.S=[];for(i||(t=[i++]);s<n;)o[s]=s++;for(s=0;s<n;s++)o[s]=o[a=l&a+t[s%i]+(e=o[s])],o[a]=e;r.g=function(t){for(var e,i=0,s=r.i,a=r.j,o=r.S;t--;)e=o[s=l&s+1],i=i*n+o[l&(o[s]=o[a=l&a+e])+(o[a]=e)];return r.i=s,r.j=a,i}}(g),_=function(){for(var t=v.g(6),e=a,i=0;t<o;)t=(t+i)*n,e*=n,i=v.g(1);for(;h<=t;)t/=2,e/=2,i>>>=1;return(t+i)/e};return _.int32=function(){return 0|v.g(4)},_.quick=function(){return v.g(4)/4294967296},_.double=_,c(d(v.S),t),(m.pass||u||function(t,i,r,n){return n&&(n.S&&p(n,v),t.state=function(){return p(v,{})}),r?(e[s]=t,i):t})(_,y,"global"in m?m.global:this==e,m.state)},c(e.random(),t)}([],BMMath);var BezierFactory=function(){var t={getBezierEasing:function(t,i,r,n,s){var a=s||("bez_"+t+"_"+i+"_"+r+"_"+n).replace(/\./g,"p");if(e[a])return e[a];var o=new p([t,i,r,n]);return e[a]=o}},e={},i=11,r=1/(i-1),n="function"==typeof Float32Array;function s(t,e){return 1-3*e+3*t}function a(t,e){return 3*e-6*t}function o(t){return 3*t}function h(t,e,i){return((s(e,i)*t+a(e,i))*t+o(e))*t}function l(t,e,i){return 3*s(e,i)*t*t+2*a(e,i)*t+o(e)}function p(t){this._p=t,this._mSampleValues=n?new Float32Array(i):new Array(i),this._precomputed=!1,this.get=this.get.bind(this)}return p.prototype={get:function(t){var e=this._p[0],i=this._p[1],r=this._p[2],n=this._p[3];return this._precomputed||this._precompute(),e===i&&r===n?t:0===t?0:1===t?1:h(this._getTForX(t),i,n)},_precompute:function(){var t=this._p[0],e=this._p[1],i=this._p[2],r=this._p[3];this._precomputed=!0,t===e&&i===r||this._calcSampleValues()},_calcSampleValues:function(){for(var t=this._p[0],e=this._p[2],n=0;n<i;++n)this._mSampleValues[n]=h(n*r,t,e)},_getTForX:function(t){for(var e=this._p[0],n=this._p[2],s=this._mSampleValues,a=0,o=1,p=i-1;o!==p&&s[o]<=t;++o)a+=r;var c=a+(t-s[--o])/(s[o+1]-s[o])*r,d=l(c,e,n);return.001<=d?function(t,e,i,r){for(var n=0;n<4;++n){var s=l(e,i,r);if(0===s)return e;e-=(h(e,i,r)-t)/s}return e}(t,c,e,n):0===d?c:function(t,e,i,r,n){for(var s,a,o=0;0<(s=h(a=e+(i-e)/2,r,n)-t)?i=a:e=a,1e-7<Math.abs(s)&&++o<10;);return a}(t,a,a+r,e,n)}},t}();function extendPrototype(t,e){var i,r,n=t.length;for(i=0;i<n;i+=1)for(var s in r=t[i].prototype)r.hasOwnProperty(s)&&(e.prototype[s]=r[s])}function getDescriptor(t,e){return Object.getOwnPropertyDescriptor(t,e)}function createProxyFunction(t){function e(){}return e.prototype=t,e}function bezFunction(){function t(t,e,i,r,n,s){var a=t*r+e*n+i*s-n*r-s*t-i*e;return-.001<a&&a<.001}Math;var e=function(t,e,i,r){var n,s,a,o,h,l,p=defaultCurveSegments,c=0,d=[],f=[],m=bezier_length_pool.newElement();for(a=i.length,n=0;n<p;n+=1){for(h=n/(p-1),s=l=0;s<a;s+=1)o=bm_pow(1-h,3)*t[s]+3*bm_pow(1-h,2)*h*i[s]+3*(1-h)*bm_pow(h,2)*r[s]+bm_pow(h,3)*e[s],d[s]=o,null!==f[s]&&(l+=bm_pow(d[s]-f[s],2)),f[s]=d[s];l&&(c+=l=bm_sqrt(l)),m.percents[n]=h,m.lengths[n]=c}return m.addedLength=c,m};function i(t,e){this.partialLength=t,this.point=e}var r,n=(r={},function(e,n,s,a){var o=(e[0]+"_"+e[1]+"_"+n[0]+"_"+n[1]+"_"+s[0]+"_"+s[1]+"_"+a[0]+"_"+a[1]).replace(/\./g,"p");if(!r[o]){var h,l,p,c,d,f,m,u=defaultCurveSegments,g=0,y=null;2===e.length&&(e[0]!=n[0]||e[1]!=n[1])&&t(e[0],e[1],n[0],n[1],e[0]+s[0],e[1]+s[1])&&t(e[0],e[1],n[0],n[1],n[0]+a[0],n[1]+a[1])&&(u=2);var v=new function(t){this.segmentLength=0,this.points=new Array(t)}(u);for(p=s.length,h=0;h<u;h+=1){for(m=createSizedArray(p),d=h/(u-1),l=f=0;l<p;l+=1)c=bm_pow(1-d,3)*e[l]+3*bm_pow(1-d,2)*d*(e[l]+s[l])+3*(1-d)*bm_pow(d,2)*(n[l]+a[l])+bm_pow(d,3)*n[l],m[l]=c,null!==y&&(f+=bm_pow(m[l]-y[l],2));g+=f=bm_sqrt(f),v.points[h]=new i(f,m),y=m}v.segmentLength=g,r[o]=v}return r[o]});function s(t,e){var i=e.percents,r=e.lengths,n=i.length,s=bm_floor((n-1)*t),a=t*e.addedLength,o=0;if(s===n-1||0===s||a===r[s])return i[s];for(var h=r[s]>a?-1:1,l=!0;l;)if(r[s]<=a&&r[s+1]>a?(o=(a-r[s])/(r[s+1]-r[s]),l=!1):s+=h,s<0||n-1<=s){if(s===n-1)return i[s];l=!1}return i[s]+(i[s+1]-i[s])*o}var a=createTypedArray("float32",8);return{getSegmentsLength:function(t){var i,r=segments_length_pool.newElement(),n=t.c,s=t.v,a=t.o,o=t.i,h=t._length,l=r.lengths,p=0;for(i=0;i<h-1;i+=1)l[i]=e(s[i],s[i+1],a[i],o[i+1]),p+=l[i].addedLength;return n&&h&&(l[i]=e(s[i],s[0],a[i],o[0]),p+=l[i].addedLength),r.totalLength=p,r},getNewSegment:function(t,e,i,r,n,o,h){var l,p=s(n=n<0?0:1<n?1:n,h),c=s(o=1<o?1:o,h),d=t.length,f=1-p,m=1-c,u=f*f*f,g=p*f*f*3,y=p*p*f*3,v=p*p*p,_=f*f*m,b=p*f*m+f*p*m+f*f*c,x=p*p*m+f*p*c+p*f*c,w=p*p*c,P=f*m*m,S=p*m*m+f*c*m+f*m*c,E=p*c*m+f*c*c+p*m*c,A=p*c*c,k=m*m*m,T=c*m*m+m*c*m+m*m*c,M=c*c*m+m*c*c+c*m*c,I=c*c*c;for(l=0;l<d;l+=1)a[4*l]=Math.round(1e3*(u*t[l]+g*i[l]+y*r[l]+v*e[l]))/1e3,a[4*l+1]=Math.round(1e3*(_*t[l]+b*i[l]+x*r[l]+w*e[l]))/1e3,a[4*l+2]=Math.round(1e3*(P*t[l]+S*i[l]+E*r[l]+A*e[l]))/1e3,a[4*l+3]=Math.round(1e3*(k*t[l]+T*i[l]+M*r[l]+I*e[l]))/1e3;return a},getPointInSegment:function(t,e,i,r,n,a){var o=s(n,a),h=1-o;return[Math.round(1e3*(h*h*h*t[0]+(o*h*h+h*o*h+h*h*o)*i[0]+(o*o*h+h*o*o+o*h*o)*r[0]+o*o*o*e[0]))/1e3,Math.round(1e3*(h*h*h*t[1]+(o*h*h+h*o*h+h*h*o)*i[1]+(o*o*h+h*o*o+o*h*o)*r[1]+o*o*o*e[1]))/1e3]},buildBezierData:n,pointOnLine2D:t,pointOnLine3D:function(e,i,r,n,s,a,o,h,l){if(0===r&&0===a&&0===l)return t(e,i,n,s,o,h);var p,c=Math.sqrt(Math.pow(n-e,2)+Math.pow(s-i,2)+Math.pow(a-r,2)),d=Math.sqrt(Math.pow(o-e,2)+Math.pow(h-i,2)+Math.pow(l-r,2)),f=Math.sqrt(Math.pow(o-n,2)+Math.pow(h-s,2)+Math.pow(l-a,2));return-1e-4<(p=d<c?f<c?c-d-f:f-d-c:d<f?f-d-c:d-c-f)&&p<1e-4}}}!function(){for(var t=0,e=["ms","moz","webkit","o"],i=0;i<e.length&&!window.requestAnimationFrame;++i)window.requestAnimationFrame=window[e[i]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[e[i]+"CancelAnimationFrame"]||window[e[i]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(e,i){var r=(new Date).getTime(),n=Math.max(0,16-(r-t)),s=setTimeout(function(){e(r+n)},n);return t=r+n,s}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(t){clearTimeout(t)})}();var bez=bezFunction();function dataFunctionManager(){function t(n,s,a){var o,h,l,c,d,f,m=n.length;for(h=0;h<m;h+=1)if("ks"in(o=n[h])&&!o.completed){if(o.completed=!0,o.tt&&(n[h-1].td=o.tt),o.hasMask){var u=o.masksProperties;for(c=u.length,l=0;l<c;l+=1)if(u[l].pt.k.i)r(u[l].pt.k);else for(f=u[l].pt.k.length,d=0;d<f;d+=1)u[l].pt.k[d].s&&r(u[l].pt.k[d].s[0]),u[l].pt.k[d].e&&r(u[l].pt.k[d].e[0])}0===o.ty?(o.layers=e(o.refId,s),t(o.layers,s,a)):4===o.ty?i(o.shapes):5==o.ty&&p(o,a)}}function e(t,e){for(var i=0,r=e.length;i<r;){if(e[i].id===t)return e[i].layers.__used?JSON.parse(JSON.stringify(e[i].layers)):(e[i].layers.__used=!0,e[i].layers);i+=1}}function i(t){var e,n,s;for(e=t.length-1;0<=e;e-=1)if("sh"==t[e].ty)if(t[e].ks.k.i)r(t[e].ks.k);else for(s=t[e].ks.k.length,n=0;n<s;n+=1)t[e].ks.k[n].s&&r(t[e].ks.k[n].s[0]),t[e].ks.k[n].e&&r(t[e].ks.k[n].e[0]);else"gr"==t[e].ty&&i(t[e].it)}function r(t){var e,i=t.i.length;for(e=0;e<i;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,e){var i=e?e.split("."):[100,100,100];return t[0]>i[0]||!(i[0]>t[0])&&(t[1]>i[1]||!(i[1]>t[1])&&(t[2]>i[2]||!(i[2]>t[2])&&void 0))}var s,a=function(){var t=[4,4,14];function e(t){var e,i,r,n=t.length;for(e=0;e<n;e+=1)5===t[e].ty&&(r=(i=t[e]).t.d,i.t.d={k:[{s:r,t:0}]})}return function(i){if(n(t,i.v)&&(e(i.layers),i.assets)){var r,s=i.assets.length;for(r=0;r<s;r+=1)i.assets[r].layers&&e(i.assets[r].layers)}}}(),o=(s=[4,7,99],function(t){if(t.chars&&!n(s,t.v)){var e,i,a,o,h,l=t.chars.length;for(e=0;e<l;e+=1)if(t.chars[e].data&&t.chars[e].data.shapes)for(a=(h=t.chars[e].data.shapes[0].it).length,i=0;i<a;i+=1)(o=h[i].ks.k).__converted||(r(h[i].ks.k),o.__converted=!0)}}),h=function(){var t=[4,1,9];function e(t){var i,r,n,s=t.length;for(i=0;i<s;i+=1)if("gr"===t[i].ty)e(t[i].it);else if("fl"===t[i].ty||"st"===t[i].ty)if(t[i].c.k&&t[i].c.k[0].i)for(n=t[i].c.k.length,r=0;r<n;r+=1)t[i].c.k[r].s&&(t[i].c.k[r].s[0]/=255,t[i].c.k[r].s[1]/=255,t[i].c.k[r].s[2]/=255,t[i].c.k[r].s[3]/=255),t[i].c.k[r].e&&(t[i].c.k[r].e[0]/=255,t[i].c.k[r].e[1]/=255,t[i].c.k[r].e[2]/=255,t[i].c.k[r].e[3]/=255);else t[i].c.k[0]/=255,t[i].c.k[1]/=255,t[i].c.k[2]/=255,t[i].c.k[3]/=255}function i(t){var i,r=t.length;for(i=0;i<r;i+=1)4===t[i].ty&&e(t[i].shapes)}return function(e){if(n(t,e.v)&&(i(e.layers),e.assets)){var r,s=e.assets.length;for(r=0;r<s;r+=1)e.assets[r].layers&&i(e.assets[r].layers)}}}(),l=function(){var t=[4,4,18];function e(t){var i,r,n;for(i=t.length-1;0<=i;i-=1)if("sh"==t[i].ty)if(t[i].ks.k.i)t[i].ks.k.c=t[i].closed;else for(n=t[i].ks.k.length,r=0;r<n;r+=1)t[i].ks.k[r].s&&(t[i].ks.k[r].s[0].c=t[i].closed),t[i].ks.k[r].e&&(t[i].ks.k[r].e[0].c=t[i].closed);else"gr"==t[i].ty&&e(t[i].it)}function i(t){var i,r,n,s,a,o,h=t.length;for(r=0;r<h;r+=1){if((i=t[r]).hasMask){var l=i.masksProperties;for(s=l.length,n=0;n<s;n+=1)if(l[n].pt.k.i)l[n].pt.k.c=l[n].cl;else for(o=l[n].pt.k.length,a=0;a<o;a+=1)l[n].pt.k[a].s&&(l[n].pt.k[a].s[0].c=l[n].cl),l[n].pt.k[a].e&&(l[n].pt.k[a].e[0].c=l[n].cl)}4===i.ty&&e(i.shapes)}}return function(e){if(n(t,e.v)&&(i(e.layers),e.assets)){var r,s=e.assets.length;for(r=0;r<s;r+=1)e.assets[r].layers&&i(e.assets[r].layers)}}}();function p(t,e){0!==t.t.a.length||"m"in t.t.p||(t.singleShape=!0)}var c={completeData:function(e,i){e.__complete||(h(e),a(e),o(e),l(e),t(e.layers,e.assets,i),e.__complete=!0)}};return c.checkColors=h,c.checkChars=o,c.checkShapes=l,c.completeLayers=t,c}var dataManager=dataFunctionManager(),FontManager=function(){var t={w:0,size:0,shapes:[]},e=[];function i(t,e){var i=createTag("span");i.style.fontFamily=e;var r=createTag("span");r.innerHTML="giItT1WQy@!-/#",i.style.position="absolute",i.style.left="-10000px",i.style.top="-10000px",i.style.fontSize="300px",i.style.fontVariant="normal",i.style.fontStyle="normal",i.style.fontWeight="normal",i.style.letterSpacing="0",i.appendChild(r),document.body.appendChild(i);var n=r.offsetWidth;return r.style.fontFamily=t+", "+e,{node:r,w:n,parent:i}}e=e.concat([2304,2305,2306,2307,2362,2363,2364,2364,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2387,2388,2389,2390,2391,2402,2403]);var r=function(){this.fonts=[],this.chars=null,this.typekitLoaded=0,this.isLoaded=!1,this.initTime=Date.now()};return r.getCombinedCharacterCodes=function(){return e},r.prototype.addChars=function(t){if(t){this.chars||(this.chars=[]);var e,i,r,n=t.length,s=this.chars.length;for(e=0;e<n;e+=1){for(i=0,r=!1;i<s;)this.chars[i].style===t[e].style&&this.chars[i].fFamily===t[e].fFamily&&this.chars[i].ch===t[e].ch&&(r=!0),i+=1;r||(this.chars.push(t[e]),s+=1)}}},r.prototype.addFonts=function(t,e){if(t){if(this.chars)return this.isLoaded=!0,void(this.fonts=t.list);var r,n,s,a,o=t.list,h=o.length,l=h;for(r=0;r<h;r+=1){var p,c,d=!0;if(o[r].loaded=!1,o[r].monoCase=i(o[r].fFamily,"monospace"),o[r].sansCase=i(o[r].fFamily,"sans-serif"),o[r].fPath){if("p"===o[r].fOrigin||3===o[r].origin){if(0<(p=document.querySelectorAll('style[f-forigin="p"][f-family="'+o[r].fFamily+'"], style[f-origin="3"][f-family="'+o[r].fFamily+'"]')).length&&(d=!1),d){var f=createTag("style");f.setAttribute("f-forigin",o[r].fOrigin),f.setAttribute("f-origin",o[r].origin),f.setAttribute("f-family",o[r].fFamily),f.type="text/css",f.innerHTML="@font-face {font-family: "+o[r].fFamily+"; font-style: normal; src: url('"+o[r].fPath+"');}",e.appendChild(f)}}else if("g"===o[r].fOrigin||1===o[r].origin){for(p=document.querySelectorAll('link[f-forigin="g"], link[f-origin="1"]'),c=0;c<p.length;c++)-1!==p[c].href.indexOf(o[r].fPath)&&(d=!1);if(d){var m=createTag("link");m.setAttribute("f-forigin",o[r].fOrigin),m.setAttribute("f-origin",o[r].origin),m.type="text/css",m.rel="stylesheet",m.href=o[r].fPath,document.body.appendChild(m)}}else if("t"===o[r].fOrigin||2===o[r].origin){for(p=document.querySelectorAll('script[f-forigin="t"], script[f-origin="2"]'),c=0;c<p.length;c++)o[r].fPath===p[c].src&&(d=!1);if(d){var u=createTag("link");u.setAttribute("f-forigin",o[r].fOrigin),u.setAttribute("f-origin",o[r].origin),u.setAttribute("rel","stylesheet"),u.setAttribute("href",o[r].fPath),e.appendChild(u)}}}else o[r].loaded=!0,l-=1;o[r].helper=(n=e,s=o[r],a=void 0,(a=createNS("text")).style.fontSize="100px",a.setAttribute("font-family",s.fFamily),a.setAttribute("font-style",s.fStyle),a.setAttribute("font-weight",s.fWeight),a.textContent="1",s.fClass?(a.style.fontFamily="inherit",a.setAttribute("class",s.fClass)):a.style.fontFamily=s.fFamily,n.appendChild(a),createTag("canvas").getContext("2d").font=s.fWeight+" "+s.fStyle+" 100px "+s.fFamily,a),o[r].cache={},this.fonts.push(o[r])}0===l?this.isLoaded=!0:setTimeout(this.checkLoadedFonts.bind(this),100)}else this.isLoaded=!0},r.prototype.getCharData=function(e,i,r){for(var n=0,s=this.chars.length;n<s;){if(this.chars[n].ch===e&&this.chars[n].style===i&&this.chars[n].fFamily===r)return this.chars[n];n+=1}return("string"==typeof e&&13!==e.charCodeAt(0)||!e)&&console&&console.warn&&console.warn("Missing character from exported characters list: ",e,i,r),t},r.prototype.getFontByName=function(t){for(var e=0,i=this.fonts.length;e<i;){if(this.fonts[e].fName===t)return this.fonts[e];e+=1}return this.fonts[0]},r.prototype.measureText=function(t,e,i){var r=this.getFontByName(e),n=t.charCodeAt(0);if(!r.cache[n+1]){var s=r.helper;if(" "===t){s.textContent="|"+t+"|";var a=s.getComputedTextLength();s.textContent="||";var o=s.getComputedTextLength();r.cache[n+1]=(a-o)/100}else s.textContent=t,r.cache[n+1]=s.getComputedTextLength()/100}return r.cache[n+1]*i},r.prototype.checkLoadedFonts=function(){var t,e,i,r=this.fonts.length,n=r;for(t=0;t<r;t+=1)this.fonts[t].loaded?n-=1:"n"===this.fonts[t].fOrigin||0===this.fonts[t].origin?this.fonts[t].loaded=!0:(e=this.fonts[t].monoCase.node,i=this.fonts[t].monoCase.w,e.offsetWidth!==i?(n-=1,this.fonts[t].loaded=!0):(e=this.fonts[t].sansCase.node,i=this.fonts[t].sansCase.w,e.offsetWidth!==i&&(n-=1,this.fonts[t].loaded=!0)),this.fonts[t].loaded&&(this.fonts[t].sansCase.parent.parentNode.removeChild(this.fonts[t].sansCase.parent),this.fonts[t].monoCase.parent.parentNode.removeChild(this.fonts[t].monoCase.parent)));0!==n&&Date.now()-this.initTime<5e3?setTimeout(this.checkLoadedFonts.bind(this),20):setTimeout(function(){this.isLoaded=!0}.bind(this),0)},r.prototype.loaded=function(){return this.isLoaded},r}(),PropertyFactory=function(){var t=initialDefaultFrame,e=Math.abs;function i(t,e){var i,n=this.offsetTime;"multidimensional"===this.propType&&(i=createTypedArray("float32",this.pv.length));for(var s,a,o,h,l,p,c,d,f=e.lastIndex,m=f,u=this.keyframes.length-1,g=!0;g;){if(s=this.keyframes[m],a=this.keyframes[m+1],m===u-1&&t>=a.t-n){s.h&&(s=a),f=0;break}if(a.t-n>t){f=m;break}m<u-1?m+=1:(f=0,g=!1)}var y,v,_,b,x,w,P,S,E,A,k=a.t-n,T=s.t-n;if(s.to){s.bezierData||(s.bezierData=bez.buildBezierData(s.s,a.s||s.e,s.to,s.ti));var M=s.bezierData;if(k<=t||t<T){var I=k<=t?M.points.length-1:0;for(h=M.points[I].point.length,o=0;o<h;o+=1)i[o]=M.points[I].point[o]}else{s.__fnct?d=s.__fnct:(d=BezierFactory.getBezierEasing(s.o.x,s.o.y,s.i.x,s.i.y,s.n).get,s.__fnct=d),l=d((t-T)/(k-T));var C,D=M.segmentLength*l,F=e.lastFrame<t&&e._lastKeyframeIndex===m?e._lastAddedLength:0;for(c=e.lastFrame<t&&e._lastKeyframeIndex===m?e._lastPoint:0,g=!0,p=M.points.length;g;){if(F+=M.points[c].partialLength,0===D||0===l||c===M.points.length-1){for(h=M.points[c].point.length,o=0;o<h;o+=1)i[o]=M.points[c].point[o];break}if(F<=D&&D<F+M.points[c+1].partialLength){for(C=(D-F)/M.points[c+1].partialLength,h=M.points[c].point.length,o=0;o<h;o+=1)i[o]=M.points[c].point[o]+(M.points[c+1].point[o]-M.points[c].point[o])*C;break}c<p-1?c+=1:g=!1}e._lastPoint=c,e._lastAddedLength=F-M.points[c].partialLength,e._lastKeyframeIndex=m}}else{var B,L,V,R,z;if(u=s.s.length,y=a.s||s.e,this.sh&&1!==s.h)if(k<=t)i[0]=y[0],i[1]=y[1],i[2]=y[2];else if(t<=T)i[0]=s.s[0],i[1]=s.s[1],i[2]=s.s[2];else{v=i,b=(_=function(t,e,i){var r,n,s,a,o,h=[],l=t[0],p=t[1],c=t[2],d=t[3],f=e[0],m=e[1],u=e[2],g=e[3];return(n=l*f+p*m+c*u+d*g)<0&&(n=-n,f=-f,m=-m,u=-u,g=-g),o=1e-6<1-n?(r=Math.acos(n),s=Math.sin(r),a=Math.sin((1-i)*r)/s,Math.sin(i*r)/s):(a=1-i,i),h[0]=a*l+o*f,h[1]=a*p+o*m,h[2]=a*c+o*u,h[3]=a*d+o*g,h}(r(s.s),r(y),(t-T)/(k-T)))[0],x=_[1],w=_[2],P=_[3],S=Math.atan2(2*x*P-2*b*w,1-2*x*x-2*w*w),E=Math.asin(2*b*x+2*w*P),A=Math.atan2(2*b*P-2*x*w,1-2*b*b-2*w*w),v[0]=S/degToRads,v[1]=E/degToRads,v[2]=A/degToRads}else for(m=0;m<u;m+=1)1!==s.h&&(l=k<=t?1:t<T?0:(s.o.x.constructor===Array?(s.__fnct||(s.__fnct=[]),s.__fnct[m]?d=s.__fnct[m]:(B=void 0===s.o.x[m]?s.o.x[0]:s.o.x[m],L=void 0===s.o.y[m]?s.o.y[0]:s.o.y[m],V=void 0===s.i.x[m]?s.i.x[0]:s.i.x[m],R=void 0===s.i.y[m]?s.i.y[0]:s.i.y[m],d=BezierFactory.getBezierEasing(B,L,V,R).get,s.__fnct[m]=d)):s.__fnct?d=s.__fnct:(B=s.o.x,L=s.o.y,V=s.i.x,R=s.i.y,d=BezierFactory.getBezierEasing(B,L,V,R).get,s.__fnct=d),d((t-T)/(k-T)))),y=a.s||s.e,z=1===s.h?s.s[m]:s.s[m]+(y[m]-s.s[m])*l,"multidimensional"===this.propType?i[m]=z:i=z}return e.lastIndex=f,i}function r(t){var e=t[0]*degToRads,i=t[1]*degToRads,r=t[2]*degToRads,n=Math.cos(e/2),s=Math.cos(i/2),a=Math.cos(r/2),o=Math.sin(e/2),h=Math.sin(i/2),l=Math.sin(r/2);return[o*h*a+n*s*l,o*s*a+n*h*l,n*h*a-o*s*l,n*s*a-o*h*l]}function n(){var e=this.comp.renderedFrame-this.offsetTime,i=this.keyframes[0].t-this.offsetTime,r=this.keyframes[this.keyframes.length-1].t-this.offsetTime;if(!(e===this._caching.lastFrame||this._caching.lastFrame!==t&&(this._caching.lastFrame>=r&&r<=e||this._caching.lastFrame<i&&e<i))){this._caching.lastFrame>=e&&(this._caching._lastKeyframeIndex=-1,this._caching.lastIndex=0);var n=this.interpolateValue(e,this._caching);this.pv=n}return this._caching.lastFrame=e,this.pv}function s(t){var i;if("unidimensional"===this.propType)i=t*this.mult,1e-5<e(this.v-i)&&(this.v=i,this._mdf=!0);else for(var r=0,n=this.v.length;r<n;)i=t[r]*this.mult,1e-5<e(this.v[r]-i)&&(this.v[r]=i,this._mdf=!0),r+=1}function a(){if(this.elem.globalData.frameId!==this.frameId&&this.effectsSequence.length)if(this.lock)this.setVValue(this.pv);else{this.lock=!0,this._mdf=this._isFirstFrame;var t,e=this.effectsSequence.length,i=this.kf?this.pv:this.data.k;for(t=0;t<e;t+=1)i=this.effectsSequence[t](i);this.setVValue(i),this._isFirstFrame=!1,this.lock=!1,this.frameId=this.elem.globalData.frameId}}function o(t){this.effectsSequence.push(t),this.container.addDynamicProperty(this)}return{getProp:function(e,r,h,l,p){var c;if(r.k.length)if("number"==typeof r.k[0])c=new function(t,e,i,r){this.propType="multidimensional",this.mult=i||1,this.data=e,this._mdf=!1,this.elem=t,this.container=r,this.comp=t.comp,this.k=!1,this.kf=!1,this.frameId=-1;var n,h=e.k.length;for(this.v=createTypedArray("float32",h),this.pv=createTypedArray("float32",h),createTypedArray("float32",h),this.vel=createTypedArray("float32",h),n=0;n<h;n+=1)this.v[n]=e.k[n]*this.mult,this.pv[n]=e.k[n];this._isFirstFrame=!0,this.effectsSequence=[],this.getValue=a,this.setVValue=s,this.addEffect=o}(e,r,l,p);else switch(h){case 0:c=new function(e,r,h,l){this.propType="unidimensional",this.keyframes=r.k,this.offsetTime=e.data.st,this.frameId=-1,this._caching={lastFrame:t,lastIndex:0,value:0,_lastKeyframeIndex:-1},this.k=!0,this.kf=!0,this.data=r,this.mult=h||1,this.elem=e,this.container=l,this.comp=e.comp,this.v=t,this.pv=t,this._isFirstFrame=!0,this.getValue=a,this.setVValue=s,this.interpolateValue=i,this.effectsSequence=[n.bind(this)],this.addEffect=o}(e,r,l,p);break;case 1:c=new function(e,r,h,l){this.propType="multidimensional";var p,c,d,f,m,u=r.k.length;for(p=0;p<u-1;p+=1)r.k[p].to&&r.k[p].s&&r.k[p+1]&&r.k[p+1].s&&(c=r.k[p].s,d=r.k[p+1].s,f=r.k[p].to,m=r.k[p].ti,(2===c.length&&(c[0]!==d[0]||c[1]!==d[1])&&bez.pointOnLine2D(c[0],c[1],d[0],d[1],c[0]+f[0],c[1]+f[1])&&bez.pointOnLine2D(c[0],c[1],d[0],d[1],d[0]+m[0],d[1]+m[1])||3===c.length&&(c[0]!==d[0]||c[1]!==d[1]||c[2]!==d[2])&&bez.pointOnLine3D(c[0],c[1],c[2],d[0],d[1],d[2],c[0]+f[0],c[1]+f[1],c[2]+f[2])&&bez.pointOnLine3D(c[0],c[1],c[2],d[0],d[1],d[2],d[0]+m[0],d[1]+m[1],d[2]+m[2]))&&(r.k[p].to=null,r.k[p].ti=null),c[0]===d[0]&&c[1]===d[1]&&0===f[0]&&0===f[1]&&0===m[0]&&0===m[1]&&(2===c.length||c[2]===d[2]&&0===f[2]&&0===m[2])&&(r.k[p].to=null,r.k[p].ti=null));this.effectsSequence=[n.bind(this)],this.keyframes=r.k,this.offsetTime=e.data.st,this.k=!0,this.kf=!0,this._isFirstFrame=!0,this.mult=h||1,this.elem=e,this.container=l,this.comp=e.comp,this.getValue=a,this.setVValue=s,this.interpolateValue=i,this.frameId=-1;var g=r.k[0].s.length;for(this.v=createTypedArray("float32",g),this.pv=createTypedArray("float32",g),p=0;p<g;p+=1)this.v[p]=t,this.pv[p]=t;this._caching={lastFrame:t,lastIndex:0,value:createTypedArray("float32",g)},this.addEffect=o}(e,r,l,p)}else c=new function(t,e,i,r){this.propType="unidimensional",this.mult=i||1,this.data=e,this.v=i?e.k*i:e.k,this.pv=e.k,this._mdf=!1,this.elem=t,this.container=r,this.comp=t.comp,this.k=!1,this.kf=!1,this.vel=0,this.effectsSequence=[],this._isFirstFrame=!0,this.getValue=a,this.setVValue=s,this.addEffect=o}(e,r,l,p);return c.effectsSequence.length&&p.addDynamicProperty(c),c}}}(),TransformPropertyFactory=function(){var t=[0,0];function e(t,e,i){if(this.elem=t,this.frameId=-1,this.propType="transform",this.data=e,this.v=new Matrix,this.pre=new Matrix,this.appliedTransformations=0,this.initDynamicPropertyContainer(i||t),e.p&&e.p.s?(this.px=PropertyFactory.getProp(t,e.p.x,0,0,this),this.py=PropertyFactory.getProp(t,e.p.y,0,0,this),e.p.z&&(this.pz=PropertyFactory.getProp(t,e.p.z,0,0,this))):this.p=PropertyFactory.getProp(t,e.p||{k:[0,0,0]},1,0,this),e.rx){if(this.rx=PropertyFactory.getProp(t,e.rx,0,degToRads,this),this.ry=PropertyFactory.getProp(t,e.ry,0,degToRads,this),this.rz=PropertyFactory.getProp(t,e.rz,0,degToRads,this),e.or.k[0].ti){var r,n=e.or.k.length;for(r=0;r<n;r+=1)e.or.k[r].to=e.or.k[r].ti=null}this.or=PropertyFactory.getProp(t,e.or,1,degToRads,this),this.or.sh=!0}else this.r=PropertyFactory.getProp(t,e.r||{k:0},0,degToRads,this);e.sk&&(this.sk=PropertyFactory.getProp(t,e.sk,0,degToRads,this),this.sa=PropertyFactory.getProp(t,e.sa,0,degToRads,this)),this.a=PropertyFactory.getProp(t,e.a||{k:[0,0,0]},1,0,this),this.s=PropertyFactory.getProp(t,e.s||{k:[100,100,100]},1,.01,this),e.o?this.o=PropertyFactory.getProp(t,e.o,0,.01,t):this.o={_mdf:!1,v:1},this._isDirty=!0,this.dynamicProperties.length||this.getValue(!0)}return e.prototype={applyToMatrix:function(t){var e=this._mdf;this.iterateDynamicProperties(),this._mdf=this._mdf||e,this.a&&t.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.s&&t.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&t.skewFromAxis(-this.sk.v,this.sa.v),this.r?t.rotate(-this.r.v):t.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.data.p.s?this.data.p.z?t.translate(this.px.v,this.py.v,-this.pz.v):t.translate(this.px.v,this.py.v,0):t.translate(this.p.v[0],this.p.v[1],-this.p.v[2])},getValue:function(e){if(this.elem.globalData.frameId!==this.frameId){if(this._isDirty&&(this.precalculateMatrix(),this._isDirty=!1),this.iterateDynamicProperties(),this._mdf||e){if(this.v.cloneFromProps(this.pre.props),this.appliedTransformations<1&&this.v.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations<2&&this.v.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&this.appliedTransformations<3&&this.v.skewFromAxis(-this.sk.v,this.sa.v),this.r&&this.appliedTransformations<4?this.v.rotate(-this.r.v):!this.r&&this.appliedTransformations<4&&this.v.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.autoOriented){var i,r,n=this.elem.globalData.frameRate;if(this.p&&this.p.keyframes&&this.p.getValueAtTime)r=this.p._caching.lastFrame+this.p.offsetTime<=this.p.keyframes[0].t?(i=this.p.getValueAtTime((this.p.keyframes[0].t+.01)/n,0),this.p.getValueAtTime(this.p.keyframes[0].t/n,0)):this.p._caching.lastFrame+this.p.offsetTime>=this.p.keyframes[this.p.keyframes.length-1].t?(i=this.p.getValueAtTime(this.p.keyframes[this.p.keyframes.length-1].t/n,0),this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length-1].t-.05)/n,0)):(i=this.p.pv,this.p.getValueAtTime((this.p._caching.lastFrame+this.p.offsetTime-.01)/n,this.p.offsetTime));else if(this.px&&this.px.keyframes&&this.py.keyframes&&this.px.getValueAtTime&&this.py.getValueAtTime){i=[],r=[];var s=this.px,a=this.py;s._caching.lastFrame+s.offsetTime<=s.keyframes[0].t?(i[0]=s.getValueAtTime((s.keyframes[0].t+.01)/n,0),i[1]=a.getValueAtTime((a.keyframes[0].t+.01)/n,0),r[0]=s.getValueAtTime(s.keyframes[0].t/n,0),r[1]=a.getValueAtTime(a.keyframes[0].t/n,0)):s._caching.lastFrame+s.offsetTime>=s.keyframes[s.keyframes.length-1].t?(i[0]=s.getValueAtTime(s.keyframes[s.keyframes.length-1].t/n,0),i[1]=a.getValueAtTime(a.keyframes[a.keyframes.length-1].t/n,0),r[0]=s.getValueAtTime((s.keyframes[s.keyframes.length-1].t-.01)/n,0),r[1]=a.getValueAtTime((a.keyframes[a.keyframes.length-1].t-.01)/n,0)):(i=[s.pv,a.pv],r[0]=s.getValueAtTime((s._caching.lastFrame+s.offsetTime-.01)/n,s.offsetTime),r[1]=a.getValueAtTime((a._caching.lastFrame+a.offsetTime-.01)/n,a.offsetTime))}else i=r=t;this.v.rotate(-Math.atan2(i[1]-r[1],i[0]-r[0]))}this.data.p&&this.data.p.s?this.data.p.z?this.v.translate(this.px.v,this.py.v,-this.pz.v):this.v.translate(this.px.v,this.py.v,0):this.v.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}this.frameId=this.elem.globalData.frameId}},precalculateMatrix:function(){if(!this.a.k&&(this.pre.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations=1,!this.s.effectsSequence.length)){if(this.pre.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.appliedTransformations=2,this.sk){if(this.sk.effectsSequence.length||this.sa.effectsSequence.length)return;this.pre.skewFromAxis(-this.sk.v,this.sa.v),this.appliedTransformations=3}if(this.r){if(this.r.effectsSequence.length)return;this.pre.rotate(-this.r.v),this.appliedTransformations=4}else this.rz.effectsSequence.length||this.ry.effectsSequence.length||this.rx.effectsSequence.length||this.or.effectsSequence.length||(this.pre.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.appliedTransformations=4)}},autoOrient:function(){}},extendPrototype([DynamicPropertyContainer],e),e.prototype.addDynamicProperty=function(t){this._addDynamicProperty(t),this.elem.addDynamicProperty(t),this._isDirty=!0},e.prototype._addDynamicProperty=DynamicPropertyContainer.prototype.addDynamicProperty,{getTransformProperty:function(t,i,r){return new e(t,i,r)}}}();function ShapePath(){this.c=!1,this._length=0,this._maxLength=8,this.v=createSizedArray(this._maxLength),this.o=createSizedArray(this._maxLength),this.i=createSizedArray(this._maxLength)}ShapePath.prototype.setPathData=function(t,e){this.c=t,this.setLength(e);for(var i=0;i<e;)this.v[i]=point_pool.newElement(),this.o[i]=point_pool.newElement(),this.i[i]=point_pool.newElement(),i+=1},ShapePath.prototype.setLength=function(t){for(;this._maxLength<t;)this.doubleArrayLength();this._length=t},ShapePath.prototype.doubleArrayLength=function(){this.v=this.v.concat(createSizedArray(this._maxLength)),this.i=this.i.concat(createSizedArray(this._maxLength)),this.o=this.o.concat(createSizedArray(this._maxLength)),this._maxLength*=2},ShapePath.prototype.setXYAt=function(t,e,i,r,n){var s;switch(this._length=Math.max(this._length,r+1),this._length>=this._maxLength&&this.doubleArrayLength(),i){case"v":s=this.v;break;case"i":s=this.i;break;case"o":s=this.o}(!s[r]||s[r]&&!n)&&(s[r]=point_pool.newElement()),s[r][0]=t,s[r][1]=e},ShapePath.prototype.setTripleAt=function(t,e,i,r,n,s,a,o){this.setXYAt(t,e,"v",a,o),this.setXYAt(i,r,"o",a,o),this.setXYAt(n,s,"i",a,o)},ShapePath.prototype.reverse=function(){var t=new ShapePath;t.setPathData(this.c,this._length);var e=this.v,i=this.o,r=this.i,n=0;this.c&&(t.setTripleAt(e[0][0],e[0][1],r[0][0],r[0][1],i[0][0],i[0][1],0,!1),n=1);var s,a=this._length-1,o=this._length;for(s=n;s<o;s+=1)t.setTripleAt(e[a][0],e[a][1],r[a][0],r[a][1],i[a][0],i[a][1],s,!1),a-=1;return t};var ShapePropertyFactory=function(){var t=-999999;function e(t,e,i){var r,n,s,a,o,h,l,p,c,d=i.lastIndex,f=this.keyframes;if(t<f[0].t-this.offsetTime)r=f[0].s[0],s=!0,d=0;else if(t>=f[f.length-1].t-this.offsetTime)r=f[f.length-1].s?f[f.length-1].s[0]:f[f.length-2].e[0],s=!0;else{for(var m,u,g=d,y=f.length-1,v=!0;v&&(m=f[g],!((u=f[g+1]).t-this.offsetTime>t));)g<y-1?g+=1:v=!1;if(d=g,!(s=1===m.h)){if(t>=u.t-this.offsetTime)p=1;else if(t<m.t-this.offsetTime)p=0;else{var _;m.__fnct?_=m.__fnct:(_=BezierFactory.getBezierEasing(m.o.x,m.o.y,m.i.x,m.i.y).get,m.__fnct=_),p=_((t-(m.t-this.offsetTime))/(u.t-this.offsetTime-(m.t-this.offsetTime)))}n=u.s?u.s[0]:m.e[0]}r=m.s[0]}for(h=e._length,l=r.i[0].length,i.lastIndex=d,a=0;a<h;a+=1)for(o=0;o<l;o+=1)c=s?r.i[a][o]:r.i[a][o]+(n.i[a][o]-r.i[a][o])*p,e.i[a][o]=c,c=s?r.o[a][o]:r.o[a][o]+(n.o[a][o]-r.o[a][o])*p,e.o[a][o]=c,c=s?r.v[a][o]:r.v[a][o]+(n.v[a][o]-r.v[a][o])*p,e.v[a][o]=c}function i(){this.paths=this.localShapeCollection}function r(t){(function(t,e){if(t._length!==e._length||t.c!==e.c)return!1;var i,r=t._length;for(i=0;i<r;i+=1)if(t.v[i][0]!==e.v[i][0]||t.v[i][1]!==e.v[i][1]||t.o[i][0]!==e.o[i][0]||t.o[i][1]!==e.o[i][1]||t.i[i][0]!==e.i[i][0]||t.i[i][1]!==e.i[i][1])return!1;return!0})(this.v,t)||(this.v=shape_pool.clone(t),this.localShapeCollection.releaseShapes(),this.localShapeCollection.addShape(this.v),this._mdf=!0,this.paths=this.localShapeCollection)}function n(){if(this.elem.globalData.frameId!==this.frameId)if(this.effectsSequence.length)if(this.lock)this.setVValue(this.pv);else{this.lock=!0,this._mdf=!1;var t,e=this.kf?this.pv:this.data.ks?this.data.ks.k:this.data.pt.k,i=this.effectsSequence.length;for(t=0;t<i;t+=1)e=this.effectsSequence[t](e);this.setVValue(e),this.lock=!1,this.frameId=this.elem.globalData.frameId}else this._mdf=!1}function s(t,e,r){this.propType="shape",this.comp=t.comp,this.container=t,this.elem=t,this.data=e,this.k=!1,this.kf=!1,this._mdf=!1;var n=3===r?e.pt.k:e.ks.k;this.v=shape_pool.clone(n),this.pv=shape_pool.clone(this.v),this.localShapeCollection=shapeCollection_pool.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.reset=i,this.effectsSequence=[]}function a(t){this.effectsSequence.push(t),this.container.addDynamicProperty(this)}function o(e,r,n){this.propType="shape",this.comp=e.comp,this.elem=e,this.container=e,this.offsetTime=e.data.st,this.keyframes=3===n?r.pt.k:r.ks.k,this.k=!0,this.kf=!0;var s=this.keyframes[0].s[0].i.length;this.keyframes[0].s[0].i[0].length,this.v=shape_pool.newElement(),this.v.setPathData(this.keyframes[0].s[0].c,s),this.pv=shape_pool.clone(this.v),this.localShapeCollection=shapeCollection_pool.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.lastFrame=t,this.reset=i,this._caching={lastFrame:t,lastIndex:0},this.effectsSequence=[function(){var e=this.comp.renderedFrame-this.offsetTime,i=this.keyframes[0].t-this.offsetTime,r=this.keyframes[this.keyframes.length-1].t-this.offsetTime,n=this._caching.lastFrame;return n!==t&&(n<i&&e<i||r<n&&r<e)||(this._caching.lastIndex=n<e?this._caching.lastIndex:0,this.interpolateShape(e,this.pv,this._caching)),this._caching.lastFrame=e,this.pv}.bind(this)]}s.prototype.interpolateShape=e,s.prototype.getValue=n,s.prototype.setVValue=r,s.prototype.addEffect=a,o.prototype.getValue=n,o.prototype.interpolateShape=e,o.prototype.setVValue=r,o.prototype.addEffect=a;var h=function(){var t=roundCorner;function e(t,e){this.v=shape_pool.newElement(),this.v.setPathData(!0,4),this.localShapeCollection=shapeCollection_pool.newShapeCollection(),this.paths=this.localShapeCollection,this.localShapeCollection.addShape(this.v),this.d=e.d,this.elem=t,this.comp=t.comp,this.frameId=-1,this.initDynamicPropertyContainer(t),this.p=PropertyFactory.getProp(t,e.p,1,0,this),this.s=PropertyFactory.getProp(t,e.s,1,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertEllToPath())}return e.prototype={reset:i,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertEllToPath())},convertEllToPath:function(){var e=this.p.v[0],i=this.p.v[1],r=this.s.v[0]/2,n=this.s.v[1]/2,s=3!==this.d,a=this.v;a.v[0][0]=e,a.v[0][1]=i-n,a.v[1][0]=s?e+r:e-r,a.v[1][1]=i,a.v[2][0]=e,a.v[2][1]=i+n,a.v[3][0]=s?e-r:e+r,a.v[3][1]=i,a.i[0][0]=s?e-r*t:e+r*t,a.i[0][1]=i-n,a.i[1][0]=s?e+r:e-r,a.i[1][1]=i-n*t,a.i[2][0]=s?e+r*t:e-r*t,a.i[2][1]=i+n,a.i[3][0]=s?e-r:e+r,a.i[3][1]=i+n*t,a.o[0][0]=s?e+r*t:e-r*t,a.o[0][1]=i-n,a.o[1][0]=s?e+r:e-r,a.o[1][1]=i+n*t,a.o[2][0]=s?e-r*t:e+r*t,a.o[2][1]=i+n,a.o[3][0]=s?e-r:e+r,a.o[3][1]=i-n*t}},extendPrototype([DynamicPropertyContainer],e),e}(),l=function(){function t(t,e){this.v=shape_pool.newElement(),this.v.setPathData(!0,0),this.elem=t,this.comp=t.comp,this.data=e,this.frameId=-1,this.d=e.d,this.initDynamicPropertyContainer(t),1===e.sy?(this.ir=PropertyFactory.getProp(t,e.ir,0,0,this),this.is=PropertyFactory.getProp(t,e.is,0,.01,this),this.convertToPath=this.convertStarToPath):this.convertToPath=this.convertPolygonToPath,this.pt=PropertyFactory.getProp(t,e.pt,0,0,this),this.p=PropertyFactory.getProp(t,e.p,1,0,this),this.r=PropertyFactory.getProp(t,e.r,0,degToRads,this),this.or=PropertyFactory.getProp(t,e.or,0,0,this),this.os=PropertyFactory.getProp(t,e.os,0,.01,this),this.localShapeCollection=shapeCollection_pool.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertToPath())}return t.prototype={reset:i,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertToPath())},convertStarToPath:function(){var t,e,i,r,n=2*Math.floor(this.pt.v),s=2*Math.PI/n,a=!0,o=this.or.v,h=this.ir.v,l=this.os.v,p=this.is.v,c=2*Math.PI*o/(2*n),d=2*Math.PI*h/(2*n),f=-Math.PI/2;f+=this.r.v;var m=3===this.data.d?-1:1;for(t=this.v._length=0;t<n;t+=1){i=a?l:p,r=a?c:d;var u=(e=a?o:h)*Math.cos(f),g=e*Math.sin(f),y=0===u&&0===g?0:g/Math.sqrt(u*u+g*g),v=0===u&&0===g?0:-u/Math.sqrt(u*u+g*g);u+=+this.p.v[0],g+=+this.p.v[1],this.v.setTripleAt(u,g,u-y*r*i*m,g-v*r*i*m,u+y*r*i*m,g+v*r*i*m,t,!0),a=!a,f+=s*m}},convertPolygonToPath:function(){var t,e=Math.floor(this.pt.v),i=2*Math.PI/e,r=this.or.v,n=this.os.v,s=2*Math.PI*r/(4*e),a=-Math.PI/2,o=3===this.data.d?-1:1;for(a+=this.r.v,t=this.v._length=0;t<e;t+=1){var h=r*Math.cos(a),l=r*Math.sin(a),p=0===h&&0===l?0:l/Math.sqrt(h*h+l*l),c=0===h&&0===l?0:-h/Math.sqrt(h*h+l*l);h+=+this.p.v[0],l+=+this.p.v[1],this.v.setTripleAt(h,l,h-p*s*n*o,l-c*s*n*o,h+p*s*n*o,l+c*s*n*o,t,!0),a+=i*o}this.paths.length=0,this.paths[0]=this.v}},extendPrototype([DynamicPropertyContainer],t),t}(),p=function(){function t(t,e){this.v=shape_pool.newElement(),this.v.c=!0,this.localShapeCollection=shapeCollection_pool.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.elem=t,this.comp=t.comp,this.frameId=-1,this.d=e.d,this.initDynamicPropertyContainer(t),this.p=PropertyFactory.getProp(t,e.p,1,0,this),this.s=PropertyFactory.getProp(t,e.s,1,0,this),this.r=PropertyFactory.getProp(t,e.r,0,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertRectToPath())}return t.prototype={convertRectToPath:function(){var t=this.p.v[0],e=this.p.v[1],i=this.s.v[0]/2,r=this.s.v[1]/2,n=bm_min(i,r,this.r.v),s=n*(1-roundCorner);this.v._length=0,2===this.d||1===this.d?(this.v.setTripleAt(t+i,e-r+n,t+i,e-r+n,t+i,e-r+s,0,!0),this.v.setTripleAt(t+i,e+r-n,t+i,e+r-s,t+i,e+r-n,1,!0),0!==n?(this.v.setTripleAt(t+i-n,e+r,t+i-n,e+r,t+i-s,e+r,2,!0),this.v.setTripleAt(t-i+n,e+r,t-i+s,e+r,t-i+n,e+r,3,!0),this.v.setTripleAt(t-i,e+r-n,t-i,e+r-n,t-i,e+r-s,4,!0),this.v.setTripleAt(t-i,e-r+n,t-i,e-r+s,t-i,e-r+n,5,!0),this.v.setTripleAt(t-i+n,e-r,t-i+n,e-r,t-i+s,e-r,6,!0),this.v.setTripleAt(t+i-n,e-r,t+i-s,e-r,t+i-n,e-r,7,!0)):(this.v.setTripleAt(t-i,e+r,t-i+s,e+r,t-i,e+r,2),this.v.setTripleAt(t-i,e-r,t-i,e-r+s,t-i,e-r,3))):(this.v.setTripleAt(t+i,e-r+n,t+i,e-r+s,t+i,e-r+n,0,!0),0!==n?(this.v.setTripleAt(t+i-n,e-r,t+i-n,e-r,t+i-s,e-r,1,!0),this.v.setTripleAt(t-i+n,e-r,t-i+s,e-r,t-i+n,e-r,2,!0),this.v.setTripleAt(t-i,e-r+n,t-i,e-r+n,t-i,e-r+s,3,!0),this.v.setTripleAt(t-i,e+r-n,t-i,e+r-s,t-i,e+r-n,4,!0),this.v.setTripleAt(t-i+n,e+r,t-i+n,e+r,t-i+s,e+r,5,!0),this.v.setTripleAt(t+i-n,e+r,t+i-s,e+r,t+i-n,e+r,6,!0),this.v.setTripleAt(t+i,e+r-n,t+i,e+r-n,t+i,e+r-s,7,!0)):(this.v.setTripleAt(t-i,e-r,t-i+s,e-r,t-i,e-r,1,!0),this.v.setTripleAt(t-i,e+r,t-i,e+r-s,t-i,e+r,2,!0),this.v.setTripleAt(t+i,e+r,t+i-s,e+r,t+i,e+r,3,!0)))},getValue:function(t){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertRectToPath())},reset:i},extendPrototype([DynamicPropertyContainer],t),t}();return{getShapeProp:function(t,e,i){var r;return 3===i||4===i?r=(3===i?e.pt:e.ks).k.length?new o(t,e,i):new s(t,e,i):5===i?r=new p(t,e):6===i?r=new h(t,e):7===i&&(r=new l(t,e)),r.k&&t.addDynamicProperty(r),r},getConstructorFunction:function(){return s},getKeyframedConstructorFunction:function(){return o}}}(),ShapeModifiers=($r={},_r={},$r.registerModifier=function(t,e){_r[t]||(_r[t]=e)},$r.getModifier=function(t,e,i){return new _r[t](e,i)},$r),$r,_r;function ShapeModifier(){}function TrimModifier(){}function RoundCornersModifier(){}function RepeaterModifier(){}function ShapeCollection(){this._length=0,this._maxLength=4,this.shapes=createSizedArray(this._maxLength)}function DashProperty(t,e,i,r){this.elem=t,this.frameId=-1,this.dataProps=createSizedArray(e.length),this.renderer=i,this.k=!1,this.dashStr="",this.dashArray=createTypedArray("float32",e.length?e.length-1:0),this.dashoffset=createTypedArray("float32",1),this.initDynamicPropertyContainer(r);var n,s,a=e.length||0;for(n=0;n<a;n+=1)s=PropertyFactory.getProp(t,e[n].v,0,0,this),this.k=s.k||this.k,this.dataProps[n]={n:e[n].n,p:s};this.k||this.getValue(!0),this._isAnimated=this.k}function GradientProperty(t,e,i){this.data=e,this.c=createTypedArray("uint8c",4*e.p);var r=e.k.k[0].s?e.k.k[0].s.length-4*e.p:e.k.k.length-4*e.p;this.o=createTypedArray("float32",r),this._cmdf=!1,this._omdf=!1,this._collapsable=this.checkCollapsable(),this._hasOpacity=r,this.initDynamicPropertyContainer(i),this.prop=PropertyFactory.getProp(t,e.k,1,null,this),this.k=this.prop.k,this.getValue(!0)}ShapeModifier.prototype.initModifierProperties=function(){},ShapeModifier.prototype.addShapeToModifier=function(){},ShapeModifier.prototype.addShape=function(t){if(!this.closed){t.sh.container.addDynamicProperty(t.sh);var e={shape:t.sh,data:t,localShapeCollection:shapeCollection_pool.newShapeCollection()};this.shapes.push(e),this.addShapeToModifier(e),this._isAnimated&&t.setAsAnimated()}},ShapeModifier.prototype.init=function(t,e){this.shapes=[],this.elem=t,this.initDynamicPropertyContainer(t),this.initModifierProperties(t,e),this.frameId=initialDefaultFrame,this.closed=!1,this.k=!1,this.dynamicProperties.length?this.k=!0:this.getValue(!0)},ShapeModifier.prototype.processKeys=function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties())},extendPrototype([DynamicPropertyContainer],ShapeModifier),extendPrototype([ShapeModifier],TrimModifier),TrimModifier.prototype.initModifierProperties=function(t,e){this.s=PropertyFactory.getProp(t,e.s,0,.01,this),this.e=PropertyFactory.getProp(t,e.e,0,.01,this),this.o=PropertyFactory.getProp(t,e.o,0,0,this),this.sValue=0,this.eValue=0,this.getValue=this.processKeys,this.m=e.m,this._isAnimated=!!this.s.effectsSequence.length||!!this.e.effectsSequence.length||!!this.o.effectsSequence.length},TrimModifier.prototype.addShapeToModifier=function(t){t.pathsData=[]},TrimModifier.prototype.calculateShapeEdges=function(t,e,i,r,n){var s=[];e<=1?s.push({s:t,e}):1<=t?s.push({s:t-1,e:e-1}):(s.push({s:t,e:1}),s.push({s:0,e:e-1}));var a,o,h=[],l=s.length;for(a=0;a<l;a+=1){var p,c;(o=s[a]).e*n<r||o.s*n>r+i||(p=o.s*n<=r?0:(o.s*n-r)/i,c=o.e*n>=r+i?1:(o.e*n-r)/i,h.push([p,c]))}return h.length||h.push([0,0]),h},TrimModifier.prototype.releasePathsData=function(t){var e,i=t.length;for(e=0;e<i;e+=1)segments_length_pool.release(t[e]);return t.length=0,t},TrimModifier.prototype.processShapes=function(t){var e,i,r;if(this._mdf||t){var n=this.o.v%360/360;if(n<0&&(n+=1),e=(1<this.s.v?1:this.s.v<0?0:this.s.v)+n,(i=(1<this.e.v?1:this.e.v<0?0:this.e.v)+n)<e){var s=e;e=i,i=s}e=1e-4*Math.round(1e4*e),i=1e-4*Math.round(1e4*i),this.sValue=e,this.eValue=i}else e=this.sValue,i=this.eValue;var a,o,h,l,p,c,d=this.shapes.length,f=0;if(i===e)for(a=0;a<d;a+=1)this.shapes[a].localShapeCollection.releaseShapes(),this.shapes[a].shape._mdf=!0,this.shapes[a].shape.paths=this.shapes[a].localShapeCollection;else if(1===i&&0===e||0===i&&1===e){if(this._mdf)for(a=0;a<d;a+=1)this.shapes[a].pathsData.length=0,this.shapes[a].shape._mdf=!0}else{var m,u,g=[];for(a=0;a<d;a+=1)if((m=this.shapes[a]).shape._mdf||this._mdf||t||2===this.m){if(h=(r=m.shape.paths)._length,c=0,!m.shape._mdf&&m.pathsData.length)c=m.totalShapeLength;else{for(l=this.releasePathsData(m.pathsData),o=0;o<h;o+=1)p=bez.getSegmentsLength(r.shapes[o]),l.push(p),c+=p.totalLength;m.totalShapeLength=c,m.pathsData=l}f+=c,m.shape._mdf=!0}else m.shape.paths=m.localShapeCollection;var y,v=e,_=i,b=0;for(a=d-1;0<=a;a-=1)if((m=this.shapes[a]).shape._mdf){for((u=m.localShapeCollection).releaseShapes(),2===this.m&&1<d?(y=this.calculateShapeEdges(e,i,m.totalShapeLength,b,f),b+=m.totalShapeLength):y=[[v,_]],h=y.length,o=0;o<h;o+=1){v=y[o][0],_=y[o][1],g.length=0,_<=1?g.push({s:m.totalShapeLength*v,e:m.totalShapeLength*_}):1<=v?g.push({s:m.totalShapeLength*(v-1),e:m.totalShapeLength*(_-1)}):(g.push({s:m.totalShapeLength*v,e:m.totalShapeLength}),g.push({s:0,e:m.totalShapeLength*(_-1)}));var x=this.addShapes(m,g[0]);if(g[0].s!==g[0].e){if(1<g.length)if(m.shape.paths.shapes[m.shape.paths._length-1].c){var w=x.pop();this.addPaths(x,u),x=this.addShapes(m,g[1],w)}else this.addPaths(x,u),x=this.addShapes(m,g[1]);this.addPaths(x,u)}}m.shape.paths=u}}},TrimModifier.prototype.addPaths=function(t,e){var i,r=t.length;for(i=0;i<r;i+=1)e.addShape(t[i])},TrimModifier.prototype.addSegment=function(t,e,i,r,n,s,a){n.setXYAt(e[0],e[1],"o",s),n.setXYAt(i[0],i[1],"i",s+1),a&&n.setXYAt(t[0],t[1],"v",s),n.setXYAt(r[0],r[1],"v",s+1)},TrimModifier.prototype.addSegmentFromArray=function(t,e,i,r){e.setXYAt(t[1],t[5],"o",i),e.setXYAt(t[2],t[6],"i",i+1),r&&e.setXYAt(t[0],t[4],"v",i),e.setXYAt(t[3],t[7],"v",i+1)},TrimModifier.prototype.addShapes=function(t,e,i){var r,n,s,a,o,h,l,p,c=t.pathsData,d=t.shape.paths.shapes,f=t.shape.paths._length,m=0,u=[],g=!0;for(p=i?(o=i._length,i._length):(i=shape_pool.newElement(),o=0),u.push(i),r=0;r<f;r+=1){for(h=c[r].lengths,i.c=d[r].c,s=d[r].c?h.length:h.length+1,n=1;n<s;n+=1)if(m+(a=h[n-1]).addedLength<e.s)m+=a.addedLength,i.c=!1;else{if(m>e.e){i.c=!1;break}e.s<=m&&e.e>=m+a.addedLength?(this.addSegment(d[r].v[n-1],d[r].o[n-1],d[r].i[n],d[r].v[n],i,o,g),g=!1):(l=bez.getNewSegment(d[r].v[n-1],d[r].v[n],d[r].o[n-1],d[r].i[n],(e.s-m)/a.addedLength,(e.e-m)/a.addedLength,h[n-1]),this.addSegmentFromArray(l,i,o,g),g=!1,i.c=!1),m+=a.addedLength,o+=1}if(d[r].c&&h.length){if(a=h[n-1],m<=e.e){var y=h[n-1].addedLength;e.s<=m&&e.e>=m+y?(this.addSegment(d[r].v[n-1],d[r].o[n-1],d[r].i[0],d[r].v[0],i,o,g),g=!1):(l=bez.getNewSegment(d[r].v[n-1],d[r].v[0],d[r].o[n-1],d[r].i[0],(e.s-m)/y,(e.e-m)/y,h[n-1]),this.addSegmentFromArray(l,i,o,g),g=!1,i.c=!1)}else i.c=!1;m+=a.addedLength,o+=1}if(i._length&&(i.setXYAt(i.v[p][0],i.v[p][1],"i",p),i.setXYAt(i.v[i._length-1][0],i.v[i._length-1][1],"o",i._length-1)),m>e.e)break;r<f-1&&(i=shape_pool.newElement(),g=!0,u.push(i),o=0)}return u},ShapeModifiers.registerModifier("tm",TrimModifier),extendPrototype([ShapeModifier],RoundCornersModifier),RoundCornersModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.rd=PropertyFactory.getProp(t,e.r,0,null,this),this._isAnimated=!!this.rd.effectsSequence.length},RoundCornersModifier.prototype.processPath=function(t,e){var i=shape_pool.newElement();i.c=t.c;var r,n,s,a,o,h,l,p,c,d,f,m,u,g=t._length,y=0;for(r=0;r<g;r+=1)n=t.v[r],a=t.o[r],s=t.i[r],n[0]===a[0]&&n[1]===a[1]&&n[0]===s[0]&&n[1]===s[1]?0!==r&&r!==g-1||t.c?(o=0===r?t.v[g-1]:t.v[r-1],l=(h=Math.sqrt(Math.pow(n[0]-o[0],2)+Math.pow(n[1]-o[1],2)))?Math.min(h/2,e)/h:0,p=m=n[0]+(o[0]-n[0])*l,c=u=n[1]-(n[1]-o[1])*l,d=p-(p-n[0])*roundCorner,f=c-(c-n[1])*roundCorner,i.setTripleAt(p,c,d,f,m,u,y),y+=1,o=r===g-1?t.v[0]:t.v[r+1],l=(h=Math.sqrt(Math.pow(n[0]-o[0],2)+Math.pow(n[1]-o[1],2)))?Math.min(h/2,e)/h:0,p=d=n[0]+(o[0]-n[0])*l,c=f=n[1]+(o[1]-n[1])*l,m=p-(p-n[0])*roundCorner,u=c-(c-n[1])*roundCorner,i.setTripleAt(p,c,d,f,m,u,y)):i.setTripleAt(n[0],n[1],a[0],a[1],s[0],s[1],y):i.setTripleAt(t.v[r][0],t.v[r][1],t.o[r][0],t.o[r][1],t.i[r][0],t.i[r][1],y),y+=1;return i},RoundCornersModifier.prototype.processShapes=function(t){var e,i,r,n,s,a,o=this.shapes.length,h=this.rd.v;if(0!==h)for(i=0;i<o;i+=1){if((s=this.shapes[i]).shape.paths,a=s.localShapeCollection,s.shape._mdf||this._mdf||t)for(a.releaseShapes(),s.shape._mdf=!0,e=s.shape.paths.shapes,n=s.shape.paths._length,r=0;r<n;r+=1)a.addShape(this.processPath(e[r],h));s.shape.paths=s.localShapeCollection}this.dynamicProperties.length||(this._mdf=!1)},ShapeModifiers.registerModifier("rd",RoundCornersModifier),extendPrototype([ShapeModifier],RepeaterModifier),RepeaterModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.c=PropertyFactory.getProp(t,e.c,0,null,this),this.o=PropertyFactory.getProp(t,e.o,0,null,this),this.tr=TransformPropertyFactory.getTransformProperty(t,e.tr,this),this.so=PropertyFactory.getProp(t,e.tr.so,0,.01,this),this.eo=PropertyFactory.getProp(t,e.tr.eo,0,.01,this),this.data=e,this.dynamicProperties.length||this.getValue(!0),this._isAnimated=!!this.dynamicProperties.length,this.pMatrix=new Matrix,this.rMatrix=new Matrix,this.sMatrix=new Matrix,this.tMatrix=new Matrix,this.matrix=new Matrix},RepeaterModifier.prototype.applyTransforms=function(t,e,i,r,n,s){var a=s?-1:1,o=r.s.v[0]+(1-r.s.v[0])*(1-n),h=r.s.v[1]+(1-r.s.v[1])*(1-n);t.translate(r.p.v[0]*a*n,r.p.v[1]*a*n,r.p.v[2]),e.translate(-r.a.v[0],-r.a.v[1],r.a.v[2]),e.rotate(-r.r.v*a*n),e.translate(r.a.v[0],r.a.v[1],r.a.v[2]),i.translate(-r.a.v[0],-r.a.v[1],r.a.v[2]),i.scale(s?1/o:o,s?1/h:h),i.translate(r.a.v[0],r.a.v[1],r.a.v[2])},RepeaterModifier.prototype.init=function(t,e,i,r){for(this.elem=t,this.arr=e,this.pos=i,this.elemsData=r,this._currentCopies=0,this._elements=[],this._groups=[],this.frameId=-1,this.initDynamicPropertyContainer(t),this.initModifierProperties(t,e[i]);0<i;)i-=1,this._elements.unshift(e[i]);this.dynamicProperties.length?this.k=!0:this.getValue(!0)},RepeaterModifier.prototype.resetElements=function(t){var e,i=t.length;for(e=0;e<i;e+=1)t[e]._processed=!1,"gr"===t[e].ty&&this.resetElements(t[e].it)},RepeaterModifier.prototype.cloneElements=function(t){t.length;var e=JSON.parse(JSON.stringify(t));return this.resetElements(e),e},RepeaterModifier.prototype.changeGroupRender=function(t,e){var i,r=t.length;for(i=0;i<r;i+=1)t[i]._render=e,"gr"===t[i].ty&&this.changeGroupRender(t[i].it,e)},RepeaterModifier.prototype.processShapes=function(t){var e,i,r,n,s;if(this._mdf||t){var a,o=Math.ceil(this.c.v);if(this._groups.length<o){for(;this._groups.length<o;){var h={it:this.cloneElements(this._elements),ty:"gr"};h.it.push({a:{a:0,ix:1,k:[0,0]},nm:"Transform",o:{a:0,ix:7,k:100},p:{a:0,ix:2,k:[0,0]},r:{a:1,ix:6,k:[{s:0,e:0,t:0},{s:0,e:0,t:1}]},s:{a:0,ix:3,k:[100,100]},sa:{a:0,ix:5,k:0},sk:{a:0,ix:4,k:0},ty:"tr"}),this.arr.splice(0,0,h),this._groups.splice(0,0,h),this._currentCopies+=1}this.elem.reloadShapes()}for(r=s=0;r<=this._groups.length-1;r+=1)a=s<o,this._groups[r]._render=a,this.changeGroupRender(this._groups[r].it,a),s+=1;this._currentCopies=o;var l=this.o.v,p=l%1,c=0<l?Math.floor(l):Math.ceil(l),d=(this.tr.v.props,this.pMatrix.props),f=this.rMatrix.props,m=this.sMatrix.props;this.pMatrix.reset(),this.rMatrix.reset(),this.sMatrix.reset(),this.tMatrix.reset(),this.matrix.reset();var u,g,y=0;if(0<l){for(;y<c;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),y+=1;p&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,p,!1),y+=p)}else if(l<0){for(;c<y;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!0),y-=1;p&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,-p,!0),y-=p)}for(r=1===this.data.m?0:this._currentCopies-1,n=1===this.data.m?1:-1,s=this._currentCopies;s;){if(g=(i=(e=this.elemsData[r].it)[e.length-1].transform.mProps.v.props).length,e[e.length-1].transform.mProps._mdf=!0,e[e.length-1].transform.op._mdf=!0,e[e.length-1].transform.op.v=this.so.v+(this.eo.v-this.so.v)*(r/(this._currentCopies-1)),0!==y){for((0!==r&&1===n||r!==this._currentCopies-1&&-1===n)&&this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),this.matrix.transform(f[0],f[1],f[2],f[3],f[4],f[5],f[6],f[7],f[8],f[9],f[10],f[11],f[12],f[13],f[14],f[15]),this.matrix.transform(m[0],m[1],m[2],m[3],m[4],m[5],m[6],m[7],m[8],m[9],m[10],m[11],m[12],m[13],m[14],m[15]),this.matrix.transform(d[0],d[1],d[2],d[3],d[4],d[5],d[6],d[7],d[8],d[9],d[10],d[11],d[12],d[13],d[14],d[15]),u=0;u<g;u+=1)i[u]=this.matrix.props[u];this.matrix.reset()}else for(this.matrix.reset(),u=0;u<g;u+=1)i[u]=this.matrix.props[u];y+=1,s-=1,r+=n}}else for(s=this._currentCopies,r=0,n=1;s;)i=(e=this.elemsData[r].it)[e.length-1].transform.mProps.v.props,e[e.length-1].transform.mProps._mdf=!1,e[e.length-1].transform.op._mdf=!1,s-=1,r+=n},RepeaterModifier.prototype.addShape=function(){},ShapeModifiers.registerModifier("rp",RepeaterModifier),ShapeCollection.prototype.addShape=function(t){this._length===this._maxLength&&(this.shapes=this.shapes.concat(createSizedArray(this._maxLength)),this._maxLength*=2),this.shapes[this._length]=t,this._length+=1},ShapeCollection.prototype.releaseShapes=function(){var t;for(t=0;t<this._length;t+=1)shape_pool.release(this.shapes[t]);this._length=0},DashProperty.prototype.getValue=function(t){if((this.elem.globalData.frameId!==this.frameId||t)&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf=this._mdf||t,this._mdf)){var e=0,i=this.dataProps.length;for("svg"===this.renderer&&(this.dashStr=""),e=0;e<i;e+=1)"o"!=this.dataProps[e].n?"svg"===this.renderer?this.dashStr+=" "+this.dataProps[e].p.v:this.dashArray[e]=this.dataProps[e].p.v:this.dashoffset[0]=this.dataProps[e].p.v}},extendPrototype([DynamicPropertyContainer],DashProperty),GradientProperty.prototype.comparePoints=function(t,e){for(var i=0,r=this.o.length/2;i<r;){if(.01<Math.abs(t[4*i]-t[4*e+2*i]))return!1;i+=1}return!0},GradientProperty.prototype.checkCollapsable=function(){if(this.o.length/2!=this.c.length/4)return!1;if(this.data.k.k[0].s)for(var t=0,e=this.data.k.k.length;t<e;){if(!this.comparePoints(this.data.k.k[t].s,this.data.p))return!1;t+=1}else if(!this.comparePoints(this.data.k.k,this.data.p))return!1;return!0},GradientProperty.prototype.getValue=function(t){if(this.prop.getValue(),this._mdf=!1,this._cmdf=!1,this._omdf=!1,this.prop._mdf||t){var e,i,r,n=4*this.data.p;for(e=0;e<n;e+=1)i=e%4==0?100:255,r=Math.round(this.prop.v[e]*i),this.c[e]!==r&&(this.c[e]=r,this._cmdf=!t);if(this.o.length)for(n=this.prop.v.length,e=4*this.data.p;e<n;e+=1)i=e%2==0?100:1,r=e%2==0?Math.round(100*this.prop.v[e]):this.prop.v[e],this.o[e-4*this.data.p]!==r&&(this.o[e-4*this.data.p]=r,this._omdf=!t);this._mdf=!t}},extendPrototype([DynamicPropertyContainer],GradientProperty);var buildShapeString=function(t,e,i,r){if(0===e)return"";var n,s=t.o,a=t.i,o=t.v,h=" M"+r.applyToPointStringified(o[0][0],o[0][1]);for(n=1;n<e;n+=1)h+=" C"+r.applyToPointStringified(s[n-1][0],s[n-1][1])+" "+r.applyToPointStringified(a[n][0],a[n][1])+" "+r.applyToPointStringified(o[n][0],o[n][1]);return i&&e&&(h+=" C"+r.applyToPointStringified(s[n-1][0],s[n-1][1])+" "+r.applyToPointStringified(a[0][0],a[0][1])+" "+r.applyToPointStringified(o[0][0],o[0][1]),h+="z"),h},ImagePreloader=function(){var t=function(){var t=createTag("canvas");t.width=1,t.height=1;var e=t.getContext("2d");return e.fillStyle="rgba(0,0,0,0)",e.fillRect(0,0,1,1),t}();function e(){this.loadedAssets+=1,this.loadedAssets===this.totalImages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function i(e){var i=function(t,e,i){var r="";if(t.e)r=t.p;else if(e){var n=t.p;-1!==n.indexOf("images/")&&(n=n.split("/")[1]),r=e+n}else r=i,r+=t.u?t.u:"",r+=t.p;return r}(e,this.assetsPath,this.path),r=createTag("img");r.crossOrigin="anonymous",r.addEventListener("load",this._imageLoaded.bind(this),!1),r.addEventListener("error",function(){n.img=t,this._imageLoaded()}.bind(this),!1),r.src=i;var n={img:r,assetData:e};return n}function r(t,e){this.imagesLoadedCb=e;var i,r=t.length;for(i=0;i<r;i+=1)t[i].layers||(this.totalImages+=1,this.images.push(this._createImageData(t[i])))}function n(t){this.path=t||""}function s(t){this.assetsPath=t||""}function a(t){for(var e=0,i=this.images.length;e<i;){if(this.images[e].assetData===t)return this.images[e].img;e+=1}}function o(){this.imagesLoadedCb=null,this.images.length=0}function h(){return this.totalImages===this.loadedAssets}return function(){this.loadAssets=r,this.setAssetsPath=s,this.setPath=n,this.loaded=h,this.destroy=o,this.getImage=a,this._createImageData=i,this._imageLoaded=e,this.assetsPath="",this.path="",this.totalImages=0,this.loadedAssets=0,this.imagesLoadedCb=null,this.images=[]}}(),featureSupport=(sw={maskType:!0},(/MSIE 10/i.test(navigator.userAgent)||/MSIE 9/i.test(navigator.userAgent)||/rv:11.0/i.test(navigator.userAgent)||/Edge\/\d./i.test(navigator.userAgent))&&(sw.maskType=!1),sw),sw,filtersFactory=(tw={},tw.createFilter=function(t){var e=createNS("filter");return e.setAttribute("id",t),e.setAttribute("filterUnits","objectBoundingBox"),e.setAttribute("x","0%"),e.setAttribute("y","0%"),e.setAttribute("width","100%"),e.setAttribute("height","100%"),e},tw.createAlphaToLuminanceFilter=function(){var t=createNS("feColorMatrix");return t.setAttribute("type","matrix"),t.setAttribute("color-interpolation-filters","sRGB"),t.setAttribute("values","0 0 0 1 0  0 0 0 1 0  0 0 0 1 0  0 0 0 1 1"),t},tw),tw,assetLoader=function(){function t(t){return t.response&&"object"==_typeof(t.response)?t.response:t.response&&"string"==typeof t.response?JSON.parse(t.response):t.responseText?JSON.parse(t.responseText):void 0}return{load:function(e,i,r){var n,s=new XMLHttpRequest;s.open("GET",e,!0);try{s.responseType="json"}catch(e){}s.send(),s.onreadystatechange=function(){if(4==s.readyState)if(200==s.status)n=t(s),i(n);else try{n=t(s),i(n)}catch(t){r&&r(t)}}}}}();function TextAnimatorProperty(t,e,i){this._isFirstFrame=!0,this._hasMaskedPath=!1,this._frameId=-1,this._textData=t,this._renderType=e,this._elem=i,this._animatorsData=createSizedArray(this._textData.a.length),this._pathData={},this._moreOptions={alignment:{}},this.renderedLetters=[],this.lettersChangedFlag=!1,this.initDynamicPropertyContainer(i)}function TextAnimatorDataProperty(t,e,i){var r={propType:!1},n=PropertyFactory.getProp,s=e.a;this.a={r:s.r?n(t,s.r,0,degToRads,i):r,rx:s.rx?n(t,s.rx,0,degToRads,i):r,ry:s.ry?n(t,s.ry,0,degToRads,i):r,sk:s.sk?n(t,s.sk,0,degToRads,i):r,sa:s.sa?n(t,s.sa,0,degToRads,i):r,s:s.s?n(t,s.s,1,.01,i):r,a:s.a?n(t,s.a,1,0,i):r,o:s.o?n(t,s.o,0,.01,i):r,p:s.p?n(t,s.p,1,0,i):r,sw:s.sw?n(t,s.sw,0,0,i):r,sc:s.sc?n(t,s.sc,1,0,i):r,fc:s.fc?n(t,s.fc,1,0,i):r,fh:s.fh?n(t,s.fh,0,0,i):r,fs:s.fs?n(t,s.fs,0,.01,i):r,fb:s.fb?n(t,s.fb,0,.01,i):r,t:s.t?n(t,s.t,0,0,i):r},this.s=TextSelectorProp.getTextSelectorProp(t,e.s,i),this.s.t=e.s.t}function LetterProps(t,e,i,r,n,s){this.o=t,this.sw=e,this.sc=i,this.fc=r,this.m=n,this.p=s,this._mdf={o:!0,sw:!!e,sc:!!i,fc:!!r,m:!0,p:!0}}function TextProperty(t,e){this._frameId=initialDefaultFrame,this.pv="",this.v="",this.kf=!1,this._isFirstFrame=!0,this._mdf=!1,this.data=e,this.elem=t,this.comp=this.elem.comp,this.keysIndex=0,this.canResize=!1,this.minimumFontSize=1,this.effectsSequence=[],this.currentData={ascent:0,boxWidth:this.defaultBoxWidth,f:"",fStyle:"",fWeight:"",fc:"",j:"",justifyOffset:"",l:[],lh:0,lineWidths:[],ls:"",of:"",s:"",sc:"",sw:0,t:0,tr:0,sz:0,ps:null,fillColorAnim:!1,strokeColorAnim:!1,strokeWidthAnim:!1,yOffset:0,finalSize:0,finalText:[],finalLineHeight:0,__complete:!1},this.copyData(this.currentData,this.data.d.k[0].s),this.searchProperty()||this.completeTextData(this.currentData)}TextAnimatorProperty.prototype.searchProperties=function(){var t,e,i=this._textData.a.length,r=PropertyFactory.getProp;for(t=0;t<i;t+=1)e=this._textData.a[t],this._animatorsData[t]=new TextAnimatorDataProperty(this._elem,e,this);this._textData.p&&"m"in this._textData.p?(this._pathData={f:r(this._elem,this._textData.p.f,0,0,this),l:r(this._elem,this._textData.p.l,0,0,this),r:this._textData.p.r,m:this._elem.maskManager.getMaskProperty(this._textData.p.m)},this._hasMaskedPath=!0):this._hasMaskedPath=!1,this._moreOptions.alignment=r(this._elem,this._textData.m.a,1,0,this)},TextAnimatorProperty.prototype.getMeasures=function(t,e){if(this.lettersChangedFlag=e,this._mdf||this._isFirstFrame||e||this._hasMaskedPath&&this._pathData.m._mdf){this._isFirstFrame=!1;var i,r,n,s,a,o,h,l,p,c,d,f,m,u,g,y,v,_,b,x=this._moreOptions.alignment.v,w=this._animatorsData,P=this._textData,S=this.mHelper,E=this._renderType,A=this.renderedLetters.length,k=(this.data,t.l);if(this._hasMaskedPath){if(b=this._pathData.m,!this._pathData.n||this._pathData._mdf){var T,M=b.v;for(this._pathData.r&&(M=M.reverse()),a={tLength:0,segments:[]},s=M._length-1,n=y=0;n<s;n+=1)T=bez.buildBezierData(M.v[n],M.v[n+1],[M.o[n][0]-M.v[n][0],M.o[n][1]-M.v[n][1]],[M.i[n+1][0]-M.v[n+1][0],M.i[n+1][1]-M.v[n+1][1]]),a.tLength+=T.segmentLength,a.segments.push(T),y+=T.segmentLength;n=s,b.v.c&&(T=bez.buildBezierData(M.v[n],M.v[0],[M.o[n][0]-M.v[n][0],M.o[n][1]-M.v[n][1]],[M.i[0][0]-M.v[0][0],M.i[0][1]-M.v[0][1]]),a.tLength+=T.segmentLength,a.segments.push(T),y+=T.segmentLength),this._pathData.pi=a}if(a=this._pathData.pi,o=this._pathData.f.v,c=1,p=!(l=d=0),u=a.segments,o<0&&b.v.c)for(a.tLength<Math.abs(o)&&(o=-Math.abs(o)%a.tLength),c=(m=u[d=u.length-1].points).length-1;o<0;)o+=m[c].partialLength,(c-=1)<0&&(c=(m=u[d-=1].points).length-1);f=(m=u[d].points)[c-1],g=(h=m[c]).partialLength}s=k.length,r=i=0;var I,C,D,F,B=1.2*t.finalSize*.714,L=!0;D=w.length;var V,R,z,G,N,O,H,j,W,Y,q,X,U,Z=-1,K=o,Q=d,$=c,J=-1,tt="",et=this.defaultPropsArray;if(2===t.j||1===t.j){var it=0,rt=0,nt=2===t.j?-.5:-1,st=0,at=!0;for(n=0;n<s;n+=1)if(k[n].n){for(it&&(it+=rt);st<n;)k[st].animatorJustifyOffset=it,st+=1;at=!(it=0)}else{for(C=0;C<D;C+=1)(I=w[C].a).t.propType&&(at&&2===t.j&&(rt+=I.t.v*nt),(V=w[C].s.getMult(k[n].anIndexes[C],P.a[C].s.totalChars)).length?it+=I.t.v*V[0]*nt:it+=I.t.v*V*nt);at=!1}for(it&&(it+=rt);st<n;)k[st].animatorJustifyOffset=it,st+=1}for(n=0;n<s;n+=1){if(S.reset(),N=1,k[n].n)i=0,r+=t.yOffset,r+=L?1:0,o=K,L=!1,this._hasMaskedPath&&(c=$,f=(m=u[d=Q].points)[c-1],g=(h=m[c]).partialLength,l=0),U=Y=X=tt="",et=this.defaultPropsArray;else{if(this._hasMaskedPath){if(J!==k[n].line){switch(t.j){case 1:o+=y-t.lineWidths[k[n].line];break;case 2:o+=(y-t.lineWidths[k[n].line])/2}J=k[n].line}Z!==k[n].ind&&(k[Z]&&(o+=k[Z].extra),o+=k[n].an/2,Z=k[n].ind),o+=x[0]*k[n].an/200;var ot=0;for(C=0;C<D;C+=1)(I=w[C].a).p.propType&&((V=w[C].s.getMult(k[n].anIndexes[C],P.a[C].s.totalChars)).length?ot+=I.p.v[0]*V[0]:ot+=I.p.v[0]*V),I.a.propType&&((V=w[C].s.getMult(k[n].anIndexes[C],P.a[C].s.totalChars)).length?ot+=I.a.v[0]*V[0]:ot+=I.a.v[0]*V);for(p=!0;p;)o+ot<=l+g||!m?(v=(o+ot-l)/h.partialLength,z=f.point[0]+(h.point[0]-f.point[0])*v,G=f.point[1]+(h.point[1]-f.point[1])*v,S.translate(-x[0]*k[n].an/200,-x[1]*B/100),p=!1):m&&(l+=h.partialLength,(c+=1)>=m.length&&(c=0,m=u[d+=1]?u[d].points:b.v.c?u[d=c=0].points:(l-=h.partialLength,null)),m&&(f=h,g=(h=m[c]).partialLength));R=k[n].an/2-k[n].add,S.translate(-R,0,0)}else R=k[n].an/2-k[n].add,S.translate(-R,0,0),S.translate(-x[0]*k[n].an/200,-x[1]*B/100,0);for(k[n].l,C=0;C<D;C+=1)(I=w[C].a).t.propType&&(V=w[C].s.getMult(k[n].anIndexes[C],P.a[C].s.totalChars),0===i&&0===t.j||(this._hasMaskedPath?V.length?o+=I.t.v*V[0]:o+=I.t.v*V:V.length?i+=I.t.v*V[0]:i+=I.t.v*V));for(k[n].l,t.strokeWidthAnim&&(H=t.sw||0),t.strokeColorAnim&&(O=t.sc?[t.sc[0],t.sc[1],t.sc[2]]:[0,0,0]),t.fillColorAnim&&t.fc&&(j=[t.fc[0],t.fc[1],t.fc[2]]),C=0;C<D;C+=1)(I=w[C].a).a.propType&&((V=w[C].s.getMult(k[n].anIndexes[C],P.a[C].s.totalChars)).length?S.translate(-I.a.v[0]*V[0],-I.a.v[1]*V[1],I.a.v[2]*V[2]):S.translate(-I.a.v[0]*V,-I.a.v[1]*V,I.a.v[2]*V));for(C=0;C<D;C+=1)(I=w[C].a).s.propType&&((V=w[C].s.getMult(k[n].anIndexes[C],P.a[C].s.totalChars)).length?S.scale(1+(I.s.v[0]-1)*V[0],1+(I.s.v[1]-1)*V[1],1):S.scale(1+(I.s.v[0]-1)*V,1+(I.s.v[1]-1)*V,1));for(C=0;C<D;C+=1){if(I=w[C].a,V=w[C].s.getMult(k[n].anIndexes[C],P.a[C].s.totalChars),I.sk.propType&&(V.length?S.skewFromAxis(-I.sk.v*V[0],I.sa.v*V[1]):S.skewFromAxis(-I.sk.v*V,I.sa.v*V)),I.r.propType&&(V.length?S.rotateZ(-I.r.v*V[2]):S.rotateZ(-I.r.v*V)),I.ry.propType&&(V.length?S.rotateY(I.ry.v*V[1]):S.rotateY(I.ry.v*V)),I.rx.propType&&(V.length?S.rotateX(I.rx.v*V[0]):S.rotateX(I.rx.v*V)),I.o.propType&&(V.length?N+=(I.o.v*V[0]-N)*V[0]:N+=(I.o.v*V-N)*V),t.strokeWidthAnim&&I.sw.propType&&(V.length?H+=I.sw.v*V[0]:H+=I.sw.v*V),t.strokeColorAnim&&I.sc.propType)for(W=0;W<3;W+=1)V.length?O[W]=O[W]+(I.sc.v[W]-O[W])*V[0]:O[W]=O[W]+(I.sc.v[W]-O[W])*V;if(t.fillColorAnim&&t.fc){if(I.fc.propType)for(W=0;W<3;W+=1)V.length?j[W]=j[W]+(I.fc.v[W]-j[W])*V[0]:j[W]=j[W]+(I.fc.v[W]-j[W])*V;I.fh.propType&&(j=V.length?addHueToRGB(j,I.fh.v*V[0]):addHueToRGB(j,I.fh.v*V)),I.fs.propType&&(j=V.length?addSaturationToRGB(j,I.fs.v*V[0]):addSaturationToRGB(j,I.fs.v*V)),I.fb.propType&&(j=V.length?addBrightnessToRGB(j,I.fb.v*V[0]):addBrightnessToRGB(j,I.fb.v*V))}}for(C=0;C<D;C+=1)(I=w[C].a).p.propType&&(V=w[C].s.getMult(k[n].anIndexes[C],P.a[C].s.totalChars),this._hasMaskedPath?V.length?S.translate(0,I.p.v[1]*V[0],-I.p.v[2]*V[1]):S.translate(0,I.p.v[1]*V,-I.p.v[2]*V):V.length?S.translate(I.p.v[0]*V[0],I.p.v[1]*V[1],-I.p.v[2]*V[2]):S.translate(I.p.v[0]*V,I.p.v[1]*V,-I.p.v[2]*V));if(t.strokeWidthAnim&&(Y=H<0?0:H),t.strokeColorAnim&&(q="rgb("+Math.round(255*O[0])+","+Math.round(255*O[1])+","+Math.round(255*O[2])+")"),t.fillColorAnim&&t.fc&&(X="rgb("+Math.round(255*j[0])+","+Math.round(255*j[1])+","+Math.round(255*j[2])+")"),this._hasMaskedPath){if(S.translate(0,-t.ls),S.translate(0,x[1]*B/100+r,0),P.p.p){_=(h.point[1]-f.point[1])/(h.point[0]-f.point[0]);var ht=180*Math.atan(_)/Math.PI;h.point[0]<f.point[0]&&(ht+=180),S.rotate(-ht*Math.PI/180)}S.translate(z,G,0),o-=x[0]*k[n].an/200,k[n+1]&&Z!==k[n+1].ind&&(o+=k[n].an/2,o+=t.tr/1e3*t.finalSize)}else{switch(S.translate(i,r,0),t.ps&&S.translate(t.ps[0],t.ps[1]+t.ascent,0),t.j){case 1:S.translate(k[n].animatorJustifyOffset+t.justifyOffset+(t.boxWidth-t.lineWidths[k[n].line]),0,0);break;case 2:S.translate(k[n].animatorJustifyOffset+t.justifyOffset+(t.boxWidth-t.lineWidths[k[n].line])/2,0,0)}S.translate(0,-t.ls),S.translate(R,0,0),S.translate(x[0]*k[n].an/200,x[1]*B/100,0),i+=k[n].l+t.tr/1e3*t.finalSize}"html"===E?tt=S.toCSS():"svg"===E?tt=S.to2dCSS():et=[S.props[0],S.props[1],S.props[2],S.props[3],S.props[4],S.props[5],S.props[6],S.props[7],S.props[8],S.props[9],S.props[10],S.props[11],S.props[12],S.props[13],S.props[14],S.props[15]],U=N}this.lettersChangedFlag=A<=n?(F=new LetterProps(U,Y,q,X,tt,et),this.renderedLetters.push(F),A+=1,!0):(F=this.renderedLetters[n]).update(U,Y,q,X,tt,et)||this.lettersChangedFlag}}},TextAnimatorProperty.prototype.getValue=function(){this._elem.globalData.frameId!==this._frameId&&(this._frameId=this._elem.globalData.frameId,this.iterateDynamicProperties())},TextAnimatorProperty.prototype.mHelper=new Matrix,TextAnimatorProperty.prototype.defaultPropsArray=[],extendPrototype([DynamicPropertyContainer],TextAnimatorProperty),LetterProps.prototype.update=function(t,e,i,r,n,s){this._mdf.o=!1,this._mdf.sw=!1,this._mdf.sc=!1,this._mdf.fc=!1,this._mdf.m=!1;var a=this._mdf.p=!1;return this.o!==t&&(this.o=t,a=this._mdf.o=!0),this.sw!==e&&(this.sw=e,a=this._mdf.sw=!0),this.sc!==i&&(this.sc=i,a=this._mdf.sc=!0),this.fc!==r&&(this.fc=r,a=this._mdf.fc=!0),this.m!==n&&(this.m=n,a=this._mdf.m=!0),!s.length||this.p[0]===s[0]&&this.p[1]===s[1]&&this.p[4]===s[4]&&this.p[5]===s[5]&&this.p[12]===s[12]&&this.p[13]===s[13]||(this.p=s,a=this._mdf.p=!0),a},TextProperty.prototype.defaultBoxWidth=[0,0],TextProperty.prototype.copyData=function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i]);return t},TextProperty.prototype.setCurrentData=function(t){t.__complete||this.completeTextData(t),this.currentData=t,this.currentData.boxWidth=this.currentData.boxWidth||this.defaultBoxWidth,this._mdf=!0},TextProperty.prototype.searchProperty=function(){return this.searchKeyframes()},TextProperty.prototype.searchKeyframes=function(){return this.kf=1<this.data.d.k.length,this.kf&&this.addEffect(this.getKeyframeValue.bind(this)),this.kf},TextProperty.prototype.addEffect=function(t){this.effectsSequence.push(t),this.elem.addDynamicProperty(this)},TextProperty.prototype.getValue=function(t){if(this.elem.globalData.frameId!==this.frameId&&this.effectsSequence.length||t){this.currentData.t=this.data.d.k[this.keysIndex].s.t;var e=this.currentData,i=this.keysIndex;if(this.lock)this.setCurrentData(this.currentData);else{this.lock=!0,this._mdf=!1;var r,n=this.effectsSequence.length,s=t||this.data.d.k[this.keysIndex].s;for(r=0;r<n;r+=1)s=i!==this.keysIndex?this.effectsSequence[r](s,s.t):this.effectsSequence[r](this.currentData,s.t);e!==s&&this.setCurrentData(s),this.pv=this.v=this.currentData,this.lock=!1,this.frameId=this.elem.globalData.frameId}}},TextProperty.prototype.getKeyframeValue=function(){for(var t=this.data.d.k,e=this.elem.comp.renderedFrame,i=0,r=t.length;i<=r-1&&(t[i].s,!(i===r-1||t[i+1].t>e));)i+=1;return this.keysIndex!==i&&(this.keysIndex=i),this.data.d.k[this.keysIndex].s},TextProperty.prototype.buildFinalText=function(t){for(var e,i=FontManager.getCombinedCharacterCodes(),r=[],n=0,s=t.length;n<s;)e=t.charCodeAt(n),-1!==i.indexOf(e)?r[r.length-1]+=t.charAt(n):55296<=e&&e<=56319&&56320<=(e=t.charCodeAt(n+1))&&e<=57343?(r.push(t.substr(n,2)),++n):r.push(t.charAt(n)),n+=1;return r},TextProperty.prototype.completeTextData=function(t){t.__complete=!0;var e,i,r,n,s,a,o,h=this.elem.globalData.fontManager,l=this.data,p=[],c=0,d=l.m.g,f=0,m=0,u=0,g=[],y=0,v=0,_=h.getFontByName(t.f),b=0,x=_.fStyle?_.fStyle.split(" "):[],w="normal",P="normal";for(i=x.length,e=0;e<i;e+=1)switch(x[e].toLowerCase()){case"italic":P="italic";break;case"bold":w="700";break;case"black":w="900";break;case"medium":w="500";break;case"regular":case"normal":w="400";break;case"light":case"thin":w="200"}t.fWeight=_.fWeight||w,t.fStyle=P,t.finalSize=t.s,t.finalText=this.buildFinalText(t.t),i=t.finalText.length,t.finalLineHeight=t.lh;var S,E=t.tr/1e3*t.finalSize;if(t.sz)for(var A,k,T=!0,M=t.sz[0],I=t.sz[1];T;){y=A=0,i=(k=this.buildFinalText(t.t)).length,E=t.tr/1e3*t.finalSize;var C=-1;for(e=0;e<i;e+=1)S=k[e].charCodeAt(0),r=!1," "===k[e]?C=e:13!==S&&3!==S||(r=!(y=0),A+=t.finalLineHeight||1.2*t.finalSize),M<y+(b=h.chars?(o=h.getCharData(k[e],_.fStyle,_.fFamily),r?0:o.w*t.finalSize/100):h.measureText(k[e],t.f,t.finalSize))&&" "!==k[e]?(-1===C?i+=1:e=C,A+=t.finalLineHeight||1.2*t.finalSize,k.splice(e,C===e?1:0,"\r"),C=-1,y=0):(y+=b,y+=E);A+=_.ascent*t.finalSize/100,this.canResize&&t.finalSize>this.minimumFontSize&&I<A?(t.finalSize-=1,t.finalLineHeight=t.finalSize*t.lh/t.s):(t.finalText=k,i=t.finalText.length,T=!1)}y=-E;var D,F=b=0;for(e=0;e<i;e+=1)if(r=!1,S=(D=t.finalText[e]).charCodeAt(0)," "===D?n="\xa0":13===S||3===S?(F=0,g.push(y),v=v<y?y:v,y=-2*E,r=!(n=""),u+=1):n=t.finalText[e],b=h.chars?(o=h.getCharData(D,_.fStyle,h.getFontByName(t.f).fFamily),r?0:o.w*t.finalSize/100):h.measureText(n,t.f,t.finalSize)," "===D?F+=b+E:(y+=b+E+F,F=0),p.push({l:b,an:b,add:f,n:r,anIndexes:[],val:n,line:u,animatorJustifyOffset:0}),2==d){if(f+=b,""===n||"\xa0"===n||e===i-1){for(""!==n&&"\xa0"!==n||(f-=b);m<=e;)p[m].an=f,p[m].ind=c,p[m].extra=b,m+=1;c+=1,f=0}}else if(3==d){if(f+=b,""===n||e===i-1){for(""===n&&(f-=b);m<=e;)p[m].an=f,p[m].ind=c,p[m].extra=b,m+=1;f=0,c+=1}}else p[c].ind=c,p[c].extra=0,c+=1;if(t.l=p,v=v<y?y:v,g.push(y),t.sz)t.boxWidth=t.sz[0],t.justifyOffset=0;else switch(t.boxWidth=v,t.j){case 1:t.justifyOffset=-t.boxWidth;break;case 2:t.justifyOffset=-t.boxWidth/2;break;default:t.justifyOffset=0}t.lineWidths=g;var B,L,V=l.a;a=V.length;var R,z,G=[];for(s=0;s<a;s+=1){for((B=V[s]).a.sc&&(t.strokeColorAnim=!0),B.a.sw&&(t.strokeWidthAnim=!0),(B.a.fc||B.a.fh||B.a.fs||B.a.fb)&&(t.fillColorAnim=!0),z=0,R=B.s.b,e=0;e<i;e+=1)(L=p[e]).anIndexes[s]=z,(1==R&&""!==L.val||2==R&&""!==L.val&&"\xa0"!==L.val||3==R&&(L.n||"\xa0"==L.val||e==i-1)||4==R&&(L.n||e==i-1))&&(1===B.s.rn&&G.push(z),z+=1);l.a[s].s.totalChars=z;var N,O=-1;if(1===B.s.rn)for(e=0;e<i;e+=1)O!=(L=p[e]).anIndexes[s]&&(O=L.anIndexes[s],N=G.splice(Math.floor(Math.random()*G.length),1)[0]),L.anIndexes[s]=N}t.yOffset=t.finalLineHeight||1.2*t.finalSize,t.ls=t.ls||0,t.ascent=_.ascent*t.finalSize/100},TextProperty.prototype.updateDocumentData=function(t,e){e=void 0===e?this.keysIndex:e;var i=this.copyData({},this.data.d.k[e].s);i=this.copyData(i,t),this.data.d.k[e].s=i,this.recalculate(e),this.elem.addDynamicProperty(this)},TextProperty.prototype.recalculate=function(t){var e=this.data.d.k[t].s;e.__complete=!1,this.keysIndex=0,this._isFirstFrame=!0,this.getValue(e)},TextProperty.prototype.canResizeFont=function(t){this.canResize=t,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)},TextProperty.prototype.setMinimumFontSize=function(t){this.minimumFontSize=Math.floor(t)||1,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)};var TextSelectorProp=function(){var t=Math.max,e=Math.min,i=Math.floor;function r(t,e){this._currentTextLength=-1,this.k=!1,this.data=e,this.elem=t,this.comp=t.comp,this.finalS=0,this.finalE=0,this.initDynamicPropertyContainer(t),this.s=PropertyFactory.getProp(t,e.s||{k:0},0,0,this),this.e="e"in e?PropertyFactory.getProp(t,e.e,0,0,this):{v:100},this.o=PropertyFactory.getProp(t,e.o||{k:0},0,0,this),this.xe=PropertyFactory.getProp(t,e.xe||{k:0},0,0,this),this.ne=PropertyFactory.getProp(t,e.ne||{k:0},0,0,this),this.a=PropertyFactory.getProp(t,e.a,0,.01,this),this.dynamicProperties.length||this.getValue()}return r.prototype={getMult:function(r){this._currentTextLength!==this.elem.textProperty.currentData.l.length&&this.getValue();var n=0,s=0,a=1,o=1;0<this.ne.v?n=this.ne.v/100:s=-this.ne.v/100,0<this.xe.v?a=1-this.xe.v/100:o=1+this.xe.v/100;var h=BezierFactory.getBezierEasing(n,s,a,o).get,l=0,p=this.finalS,c=this.finalE,d=this.data.sh;if(2===d)l=h(l=c===p?c<=r?1:0:t(0,e(.5/(c-p)+(r-p)/(c-p),1)));else if(3===d)l=h(l=c===p?c<=r?0:1:1-t(0,e(.5/(c-p)+(r-p)/(c-p),1)));else if(4===d)c===p?l=0:(l=t(0,e(.5/(c-p)+(r-p)/(c-p),1)))<.5?l*=2:l=1-2*(l-.5),l=h(l);else if(5===d){if(c===p)l=0;else{var f=c-p,m=-f/2+(r=e(t(0,r+.5-p),c-p)),u=f/2;l=Math.sqrt(1-m*m/(u*u))}l=h(l)}else l=6===d?h(l=c===p?0:(r=e(t(0,r+.5-p),c-p),(1+Math.cos(Math.PI+2*Math.PI*r/(c-p)))/2)):(r>=i(p)&&(l=t(0,e(r-p<0?e(c,1)-(p-r):c-r,1))),h(l));return l*this.a.v},getValue:function(t){this.iterateDynamicProperties(),this._mdf=t||this._mdf,this._currentTextLength=this.elem.textProperty.currentData.l.length||0,t&&2===this.data.r&&(this.e.v=this._currentTextLength);var e=2===this.data.r?1:100/this.data.totalChars,i=this.o.v/e,r=this.s.v/e+i,n=this.e.v/e+i;if(n<r){var s=r;r=n,n=s}this.finalS=r,this.finalE=n}},extendPrototype([DynamicPropertyContainer],r),{getTextSelectorProp:function(t,e,i){return new r(t,e,i)}}}(),pool_factory=function(t,e,i,r){var n=0,s=t,a=createSizedArray(s);return{newElement:function(){return n?a[n-=1]:e()},release:function(t){n===s&&(a=pooling.double(a),s*=2),i&&i(t),a[n]=t,n+=1}}},pooling={double:function(t){return t.concat(createSizedArray(t.length))}},point_pool=pool_factory(8,function(){return createTypedArray("float32",2)}),shape_pool=(KA=pool_factory(4,function(){return new ShapePath},function(t){var e,i=t._length;for(e=0;e<i;e+=1)point_pool.release(t.v[e]),point_pool.release(t.i[e]),point_pool.release(t.o[e]),t.v[e]=null,t.i[e]=null,t.o[e]=null;t._length=0,t.c=!1}),KA.clone=function(t){var e,i=KA.newElement(),r=void 0===t._length?t.v.length:t._length;for(i.setLength(r),i.c=t.c,e=0;e<r;e+=1)i.setTripleAt(t.v[e][0],t.v[e][1],t.o[e][0],t.o[e][1],t.i[e][0],t.i[e][1],e);return i},KA),KA,shapeCollection_pool=(TA={newShapeCollection:function(){return UA?WA[UA-=1]:new ShapeCollection},release:function(t){var e,i=t._length;for(e=0;e<i;e+=1)shape_pool.release(t.shapes[e]);t._length=0,UA===VA&&(WA=pooling.double(WA),VA*=2),WA[UA]=t,UA+=1}},UA=0,VA=4,WA=createSizedArray(VA),TA),TA,UA,VA,WA,segments_length_pool=pool_factory(8,function(){return{lengths:[],totalLength:0}},function(t){var e,i=t.lengths.length;for(e=0;e<i;e+=1)bezier_length_pool.release(t.lengths[e]);t.lengths.length=0}),bezier_length_pool=pool_factory(8,function(){return{addedLength:0,percents:createTypedArray("float32",defaultCurveSegments),lengths:createTypedArray("float32",defaultCurveSegments)}});function BaseRenderer(){}function SVGRenderer(t,e){this.animationItem=t,this.layers=null,this.renderedFrame=-1,this.svgElement=createNS("svg");var i="";if(e&&e.title){var r=createNS("title"),n=createElementID();r.setAttribute("id",n),r.textContent=e.title,this.svgElement.appendChild(r),i+=n}if(e&&e.description){var s=createNS("desc"),a=createElementID();s.setAttribute("id",a),s.textContent=e.description,this.svgElement.appendChild(s),i+=" "+a}i&&this.svgElement.setAttribute("aria-labelledby",i);var o=createNS("defs");this.svgElement.appendChild(o);var h=createNS("g");this.svgElement.appendChild(h),this.layerElement=h,this.renderConfig={preserveAspectRatio:e&&e.preserveAspectRatio||"xMidYMid meet",imagePreserveAspectRatio:e&&e.imagePreserveAspectRatio||"xMidYMid slice",progressiveLoad:e&&e.progressiveLoad||!1,hideOnTransparent:!e||!1!==e.hideOnTransparent,viewBoxOnly:e&&e.viewBoxOnly||!1,viewBoxSize:e&&e.viewBoxSize||!1,className:e&&e.className||"",id:e&&e.id||"",focusable:e&&e.focusable},this.globalData={_mdf:!1,frameNum:-1,defs:o,renderConfig:this.renderConfig},this.elements=[],this.pendingElements=[],this.destroyed=!1,this.rendererType="svg"}function MaskElement(t,e,i){this.data=t,this.element=e,this.globalData=i,this.storedData=[],this.masksProperties=this.data.masksProperties||[],this.maskElement=null;var r,n=this.globalData.defs,s=this.masksProperties?this.masksProperties.length:0;this.viewData=createSizedArray(s),this.solidPath="";var a,o,h,l,p,c,d,f=this.masksProperties,m=0,u=[],g=createElementID(),y="clipPath",v="clip-path";for(r=0;r<s;r++)if(("a"!==f[r].mode&&"n"!==f[r].mode||f[r].inv||100!==f[r].o.k||f[r].o.x)&&(v=y="mask"),"s"!=f[r].mode&&"i"!=f[r].mode||0!==m?l=null:((l=createNS("rect")).setAttribute("fill","#ffffff"),l.setAttribute("width",this.element.comp.data.w||0),l.setAttribute("height",this.element.comp.data.h||0),u.push(l)),a=createNS("path"),"n"!=f[r].mode){var _;if(m+=1,a.setAttribute("fill","s"===f[r].mode?"#000000":"#ffffff"),a.setAttribute("clip-rule","nonzero"),0!==f[r].x.k?(v=y="mask",d=PropertyFactory.getProp(this.element,f[r].x,0,null,this.element),_=createElementID(),(p=createNS("filter")).setAttribute("id",_),(c=createNS("feMorphology")).setAttribute("operator","erode"),c.setAttribute("in","SourceGraphic"),c.setAttribute("radius","0"),p.appendChild(c),n.appendChild(p),a.setAttribute("stroke","s"===f[r].mode?"#000000":"#ffffff")):d=c=null,this.storedData[r]={elem:a,x:d,expan:c,lastPath:"",lastOperator:"",filterId:_,lastRadius:0},"i"==f[r].mode){h=u.length;var b=createNS("g");for(o=0;o<h;o+=1)b.appendChild(u[o]);var x=createNS("mask");x.setAttribute("mask-type","alpha"),x.setAttribute("id",g+"_"+m),x.appendChild(a),n.appendChild(x),b.setAttribute("mask","url("+locationHref+"#"+g+"_"+m+")"),u.length=0,u.push(b)}else u.push(a);f[r].inv&&!this.solidPath&&(this.solidPath=this.createLayerSolidPath()),this.viewData[r]={elem:a,lastPath:"",op:PropertyFactory.getProp(this.element,f[r].o,0,.01,this.element),prop:ShapePropertyFactory.getShapeProp(this.element,f[r],3),invRect:l},this.viewData[r].prop.k||this.drawPath(f[r],this.viewData[r].prop.v,this.viewData[r])}else this.viewData[r]={op:PropertyFactory.getProp(this.element,f[r].o,0,.01,this.element),prop:ShapePropertyFactory.getShapeProp(this.element,f[r],3),elem:a,lastPath:""},n.appendChild(a);for(this.maskElement=createNS(y),s=u.length,r=0;r<s;r+=1)this.maskElement.appendChild(u[r]);0<m&&(this.maskElement.setAttribute("id",g),this.element.maskedElement.setAttribute(v,"url("+locationHref+"#"+g+")"),n.appendChild(this.maskElement)),this.viewData.length&&this.element.addRenderableComponent(this)}function HierarchyElement(){}function FrameElement(){}function TransformElement(){}function RenderableElement(){}function RenderableDOMElement(){}function ProcessedElement(t,e){this.elem=t,this.pos=e}function SVGStyleData(t,e){this.data=t,this.type=t.ty,this.d="",this.lvl=e,this._mdf=!1,this.closed=!0===t.hd,this.pElem=createNS("path"),this.msElem=null}function SVGShapeData(t,e,i){this.caches=[],this.styles=[],this.transformers=t,this.lStr="",this.sh=i,this.lvl=e,this._isAnimated=!!i.k;for(var r=0,n=t.length;r<n;){if(t[r].mProps.dynamicProperties.length){this._isAnimated=!0;break}r+=1}}function SVGTransformData(t,e,i){this.transform={mProps:t,op:e,container:i},this.elements=[],this._isAnimated=this.transform.mProps.dynamicProperties.length||this.transform.op.effectsSequence.length}function SVGStrokeStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.o=PropertyFactory.getProp(t,e.o,0,.01,this),this.w=PropertyFactory.getProp(t,e.w,0,null,this),this.d=new DashProperty(t,e.d||{},"svg",this),this.c=PropertyFactory.getProp(t,e.c,1,255,this),this.style=i,this._isAnimated=!!this._isAnimated}function SVGFillStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.o=PropertyFactory.getProp(t,e.o,0,.01,this),this.c=PropertyFactory.getProp(t,e.c,1,255,this),this.style=i}function SVGGradientFillStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.initGradientData(t,e,i)}function SVGGradientStrokeStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.w=PropertyFactory.getProp(t,e.w,0,null,this),this.d=new DashProperty(t,e.d||{},"svg",this),this.initGradientData(t,e,i),this._isAnimated=!!this._isAnimated}function ShapeGroupData(){this.it=[],this.prevViewData=[],this.gr=createNS("g")}BaseRenderer.prototype.checkLayers=function(t){var e,i,r=this.layers.length;for(this.completeLayers=!0,e=r-1;0<=e;e--)this.elements[e]||(i=this.layers[e]).ip-i.st<=t-this.layers[e].st&&i.op-i.st>t-this.layers[e].st&&this.buildItem(e),this.completeLayers=!!this.elements[e]&&this.completeLayers;this.checkPendingElements()},BaseRenderer.prototype.createItem=function(t){switch(t.ty){case 2:return this.createImage(t);case 0:return this.createComp(t);case 1:return this.createSolid(t);case 3:return this.createNull(t);case 4:return this.createShape(t);case 5:return this.createText(t);case 13:return this.createCamera(t)}return this.createNull(t)},BaseRenderer.prototype.createCamera=function(){throw new Error("You're using a 3d camera. Try the html renderer.")},BaseRenderer.prototype.buildAllItems=function(){var t,e=this.layers.length;for(t=0;t<e;t+=1)this.buildItem(t);this.checkPendingElements()},BaseRenderer.prototype.includeLayers=function(t){this.completeLayers=!1;var e,i,r=t.length,n=this.layers.length;for(e=0;e<r;e+=1)for(i=0;i<n;){if(this.layers[i].id==t[e].id){this.layers[i]=t[e];break}i+=1}},BaseRenderer.prototype.setProjectInterface=function(t){this.globalData.projectInterface=t},BaseRenderer.prototype.initItems=function(){this.globalData.progressiveLoad||this.buildAllItems()},BaseRenderer.prototype.buildElementParenting=function(t,e,i){for(var r=this.elements,n=this.layers,s=0,a=n.length;s<a;)n[s].ind==e&&(r[s]&&!0!==r[s]?(i.push(r[s]),r[s].setAsParent(),void 0!==n[s].parent?this.buildElementParenting(t,n[s].parent,i):t.setHierarchy(i)):(this.buildItem(s),this.addPendingElement(t))),s+=1},BaseRenderer.prototype.addPendingElement=function(t){this.pendingElements.push(t)},BaseRenderer.prototype.searchExtraCompositions=function(t){var e,i=t.length;for(e=0;e<i;e+=1)if(t[e].xt){var r=this.createComp(t[e]);r.initExpressions(),this.globalData.projectInterface.registerComposition(r)}},BaseRenderer.prototype.setupGlobalData=function(t,e){this.globalData.fontManager=new FontManager,this.globalData.fontManager.addChars(t.chars),this.globalData.fontManager.addFonts(t.fonts,e),this.globalData.getAssetData=this.animationItem.getAssetData.bind(this.animationItem),this.globalData.getAssetsPath=this.animationItem.getAssetsPath.bind(this.animationItem),this.globalData.imageLoader=this.animationItem.imagePreloader,this.globalData.frameId=0,this.globalData.frameRate=t.fr,this.globalData.nm=t.nm,this.globalData.compSize={w:t.w,h:t.h}},extendPrototype([BaseRenderer],SVGRenderer),SVGRenderer.prototype.createNull=function(t){return new NullElement(t,this.globalData,this)},SVGRenderer.prototype.createShape=function(t){return new SVGShapeElement(t,this.globalData,this)},SVGRenderer.prototype.createText=function(t){return new SVGTextElement(t,this.globalData,this)},SVGRenderer.prototype.createImage=function(t){return new IImageElement(t,this.globalData,this)},SVGRenderer.prototype.createComp=function(t){return new SVGCompElement(t,this.globalData,this)},SVGRenderer.prototype.createSolid=function(t){return new ISolidElement(t,this.globalData,this)},SVGRenderer.prototype.configAnimation=function(t){this.svgElement.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.renderConfig.viewBoxSize?this.svgElement.setAttribute("viewBox",this.renderConfig.viewBoxSize):this.svgElement.setAttribute("viewBox","0 0 "+t.w+" "+t.h),this.renderConfig.viewBoxOnly||(this.svgElement.setAttribute("width",t.w),this.svgElement.setAttribute("height",t.h),this.svgElement.style.width="100%",this.svgElement.style.height="100%",this.svgElement.style.transform="translate3d(0,0,0)"),this.renderConfig.className&&this.svgElement.setAttribute("class",this.renderConfig.className),this.renderConfig.id&&this.svgElement.setAttribute("id",this.renderConfig.id),void 0!==this.renderConfig.focusable&&this.svgElement.setAttribute("focusable",this.renderConfig.focusable),this.svgElement.setAttribute("preserveAspectRatio",this.renderConfig.preserveAspectRatio),this.animationItem.wrapper.appendChild(this.svgElement);var e=this.globalData.defs;this.setupGlobalData(t,e),this.globalData.progressiveLoad=this.renderConfig.progressiveLoad,this.data=t;var i=createNS("clipPath"),r=createNS("rect");r.setAttribute("width",t.w),r.setAttribute("height",t.h),r.setAttribute("x",0),r.setAttribute("y",0);var n=createElementID();i.setAttribute("id",n),i.appendChild(r),this.layerElement.setAttribute("clip-path","url("+locationHref+"#"+n+")"),e.appendChild(i),this.layers=t.layers,this.elements=createSizedArray(t.layers.length)},SVGRenderer.prototype.destroy=function(){this.animationItem.wrapper.innerHTML="",this.layerElement=null,this.globalData.defs=null;var t,e=this.layers?this.layers.length:0;for(t=0;t<e;t++)this.elements[t]&&this.elements[t].destroy();this.elements.length=0,this.destroyed=!0,this.animationItem=null},SVGRenderer.prototype.updateContainerSize=function(){},SVGRenderer.prototype.buildItem=function(t){var e=this.elements;if(!e[t]&&99!=this.layers[t].ty){e[t]=!0;var i=this.createItem(this.layers[t]);e[t]=i,expressionsPlugin&&(0===this.layers[t].ty&&this.globalData.projectInterface.registerComposition(i),i.initExpressions()),this.appendElementInPos(i,t),this.layers[t].tt&&(this.elements[t-1]&&!0!==this.elements[t-1]?i.setMatte(e[t-1].layerId):(this.buildItem(t-1),this.addPendingElement(i)))}},SVGRenderer.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){var t=this.pendingElements.pop();if(t.checkParenting(),t.data.tt)for(var e=0,i=this.elements.length;e<i;){if(this.elements[e]===t){t.setMatte(this.elements[e-1].layerId);break}e+=1}}},SVGRenderer.prototype.renderFrame=function(t){if(this.renderedFrame!==t&&!this.destroyed){null===t?t=this.renderedFrame:this.renderedFrame=t,this.globalData.frameNum=t,this.globalData.frameId+=1,this.globalData.projectInterface.currentFrame=t,this.globalData._mdf=!1;var e,i=this.layers.length;for(this.completeLayers||this.checkLayers(t),e=i-1;0<=e;e--)(this.completeLayers||this.elements[e])&&this.elements[e].prepareFrame(t-this.layers[e].st);if(this.globalData._mdf)for(e=0;e<i;e+=1)(this.completeLayers||this.elements[e])&&this.elements[e].renderFrame()}},SVGRenderer.prototype.appendElementInPos=function(t,e){var i=t.getBaseElement();if(i){for(var r,n=0;n<e;)this.elements[n]&&!0!==this.elements[n]&&this.elements[n].getBaseElement()&&(r=this.elements[n].getBaseElement()),n+=1;r?this.layerElement.insertBefore(i,r):this.layerElement.appendChild(i)}},SVGRenderer.prototype.hide=function(){this.layerElement.style.display="none"},SVGRenderer.prototype.show=function(){this.layerElement.style.display="block"},MaskElement.prototype.getMaskProperty=function(t){return this.viewData[t].prop},MaskElement.prototype.renderFrame=function(t){var e,i=this.element.finalTransform.mat,r=this.masksProperties.length;for(e=0;e<r;e++)if((this.viewData[e].prop._mdf||t)&&this.drawPath(this.masksProperties[e],this.viewData[e].prop.v,this.viewData[e]),(this.viewData[e].op._mdf||t)&&this.viewData[e].elem.setAttribute("fill-opacity",this.viewData[e].op.v),"n"!==this.masksProperties[e].mode&&(this.viewData[e].invRect&&(this.element.finalTransform.mProp._mdf||t)&&this.viewData[e].invRect.setAttribute("transform",i.getInverseMatrix().to2dCSS()),this.storedData[e].x&&(this.storedData[e].x._mdf||t))){var n=this.storedData[e].expan;this.storedData[e].x.v<0?("erode"!==this.storedData[e].lastOperator&&(this.storedData[e].lastOperator="erode",this.storedData[e].elem.setAttribute("filter","url("+locationHref+"#"+this.storedData[e].filterId+")")),n.setAttribute("radius",-this.storedData[e].x.v)):("dilate"!==this.storedData[e].lastOperator&&(this.storedData[e].lastOperator="dilate",this.storedData[e].elem.setAttribute("filter",null)),this.storedData[e].elem.setAttribute("stroke-width",2*this.storedData[e].x.v))}},MaskElement.prototype.getMaskelement=function(){return this.maskElement},MaskElement.prototype.createLayerSolidPath=function(){var t="M0,0 ";return t+=" h"+this.globalData.compSize.w,t+=" v"+this.globalData.compSize.h,(t+=" h-"+this.globalData.compSize.w)+" v-"+this.globalData.compSize.h+" "},MaskElement.prototype.drawPath=function(t,e,i){var r,n,s=" M"+e.v[0][0]+","+e.v[0][1];for(n=e._length,r=1;r<n;r+=1)s+=" C"+e.o[r-1][0]+","+e.o[r-1][1]+" "+e.i[r][0]+","+e.i[r][1]+" "+e.v[r][0]+","+e.v[r][1];if(e.c&&1<n&&(s+=" C"+e.o[r-1][0]+","+e.o[r-1][1]+" "+e.i[0][0]+","+e.i[0][1]+" "+e.v[0][0]+","+e.v[0][1]),i.lastPath!==s){var a="";i.elem&&(e.c&&(a=t.inv?this.solidPath+s:s),i.elem.setAttribute("d",a)),i.lastPath=s}},MaskElement.prototype.destroy=function(){this.element=null,this.globalData=null,this.maskElement=null,this.data=null,this.masksProperties=null},HierarchyElement.prototype={initHierarchy:function(){this.hierarchy=[],this._isParent=!1,this.checkParenting()},setHierarchy:function(t){this.hierarchy=t},setAsParent:function(){this._isParent=!0},checkParenting:function(){void 0!==this.data.parent&&this.comp.buildElementParenting(this,this.data.parent,[])}},FrameElement.prototype={initFrame:function(){this._isFirstFrame=!1,this.dynamicProperties=[],this._mdf=!1},prepareProperties:function(t,e){var i,r=this.dynamicProperties.length;for(i=0;i<r;i+=1)(e||this._isParent&&"transform"===this.dynamicProperties[i].propType)&&(this.dynamicProperties[i].getValue(),this.dynamicProperties[i]._mdf&&(this.globalData._mdf=!0,this._mdf=!0))},addDynamicProperty:function(t){-1===this.dynamicProperties.indexOf(t)&&this.dynamicProperties.push(t)}},TransformElement.prototype={initTransform:function(){this.finalTransform={mProp:this.data.ks?TransformPropertyFactory.getTransformProperty(this,this.data.ks,this):{o:0},_matMdf:!1,_opMdf:!1,mat:new Matrix},this.data.ao&&(this.finalTransform.mProp.autoOriented=!0),this.data.ty},renderTransform:function(){if(this.finalTransform._opMdf=this.finalTransform.mProp.o._mdf||this._isFirstFrame,this.finalTransform._matMdf=this.finalTransform.mProp._mdf||this._isFirstFrame,this.hierarchy){var t,e=this.finalTransform.mat,i=0,r=this.hierarchy.length;if(!this.finalTransform._matMdf)for(;i<r;){if(this.hierarchy[i].finalTransform.mProp._mdf){this.finalTransform._matMdf=!0;break}i+=1}if(this.finalTransform._matMdf)for(t=this.finalTransform.mProp.v.props,e.cloneFromProps(t),i=0;i<r;i+=1)t=this.hierarchy[i].finalTransform.mProp.v.props,e.transform(t[0],t[1],t[2],t[3],t[4],t[5],t[6],t[7],t[8],t[9],t[10],t[11],t[12],t[13],t[14],t[15])}},globalToLocal:function(t){var e=[];e.push(this.finalTransform);for(var i=!0,r=this.comp;i;)r.finalTransform?(r.data.hasMask&&e.splice(0,0,r.finalTransform),r=r.comp):i=!1;var n,s,a=e.length;for(n=0;n<a;n+=1)s=e[n].mat.applyToPointArray(0,0,0),t=[t[0]-s[0],t[1]-s[1],0];return t},mHelper:new Matrix},RenderableElement.prototype={initRenderable:function(){this.isInRange=!1,this.hidden=!1,this.isTransparent=!1,this.renderableComponents=[]},addRenderableComponent:function(t){-1===this.renderableComponents.indexOf(t)&&this.renderableComponents.push(t)},removeRenderableComponent:function(t){-1!==this.renderableComponents.indexOf(t)&&this.renderableComponents.splice(this.renderableComponents.indexOf(t),1)},prepareRenderableFrame:function(t){this.checkLayerLimits(t)},checkTransparency:function(){this.finalTransform.mProp.o.v<=0?!this.isTransparent&&this.globalData.renderConfig.hideOnTransparent&&(this.isTransparent=!0,this.hide()):this.isTransparent&&(this.isTransparent=!1,this.show())},checkLayerLimits:function(t){this.data.ip-this.data.st<=t&&this.data.op-this.data.st>t?!0!==this.isInRange&&(this.globalData._mdf=!0,this._mdf=!0,this.isInRange=!0,this.show()):!1!==this.isInRange&&(this.globalData._mdf=!0,this.isInRange=!1,this.hide())},renderRenderable:function(){var t,e=this.renderableComponents.length;for(t=0;t<e;t+=1)this.renderableComponents[t].renderFrame(this._isFirstFrame)},sourceRectAtTime:function(){return{top:0,left:0,width:100,height:100}},getLayerSize:function(){return 5===this.data.ty?{w:this.data.textData.width,h:this.data.textData.height}:{w:this.data.width,h:this.data.height}}},extendPrototype([RenderableElement,createProxyFunction({initElement:function(t,e,i){this.initFrame(),this.initBaseData(t,e,i),this.initTransform(t,e,i),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide()},hide:function(){this.hidden||this.isInRange&&!this.isTransparent||((this.baseElement||this.layerElement).style.display="none",this.hidden=!0)},show:function(){this.isInRange&&!this.isTransparent&&(this.data.hd||((this.baseElement||this.layerElement).style.display="block"),this.hidden=!1,this._isFirstFrame=!0)},renderFrame:function(){this.data.hd||this.hidden||(this.renderTransform(),this.renderRenderable(),this.renderElement(),this.renderInnerContent(),this._isFirstFrame&&(this._isFirstFrame=!1))},renderInnerContent:function(){},prepareFrame:function(t){this._mdf=!1,this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange),this.checkTransparency()},destroy:function(){this.innerElem=null,this.destroyBaseElement()}})],RenderableDOMElement),SVGStyleData.prototype.reset=function(){this.d="",this._mdf=!1},SVGShapeData.prototype.setAsAnimated=function(){this._isAnimated=!0},extendPrototype([DynamicPropertyContainer],SVGStrokeStyleData),extendPrototype([DynamicPropertyContainer],SVGFillStyleData),SVGGradientFillStyleData.prototype.initGradientData=function(t,e,i){this.o=PropertyFactory.getProp(t,e.o,0,.01,this),this.s=PropertyFactory.getProp(t,e.s,1,null,this),this.e=PropertyFactory.getProp(t,e.e,1,null,this),this.h=PropertyFactory.getProp(t,e.h||{k:0},0,.01,this),this.a=PropertyFactory.getProp(t,e.a||{k:0},0,degToRads,this),this.g=new GradientProperty(t,e.g,this),this.style=i,this.stops=[],this.setGradientData(i.pElem,e),this.setGradientOpacity(e,i),this._isAnimated=!!this._isAnimated},SVGGradientFillStyleData.prototype.setGradientData=function(t,e){var i=createElementID(),r=createNS(1===e.t?"linearGradient":"radialGradient");r.setAttribute("id",i),r.setAttribute("spreadMethod","pad"),r.setAttribute("gradientUnits","userSpaceOnUse");var n,s,a,o=[];for(a=4*e.g.p,s=0;s<a;s+=4)n=createNS("stop"),r.appendChild(n),o.push(n);t.setAttribute("gf"===e.ty?"fill":"stroke","url("+locationHref+"#"+i+")"),this.gf=r,this.cst=o},SVGGradientFillStyleData.prototype.setGradientOpacity=function(t,e){if(this.g._hasOpacity&&!this.g._collapsable){var i,r,n,s=createNS("mask"),a=createNS("path");s.appendChild(a);var o=createElementID(),h=createElementID();s.setAttribute("id",h);var l=createNS(1===t.t?"linearGradient":"radialGradient");l.setAttribute("id",o),l.setAttribute("spreadMethod","pad"),l.setAttribute("gradientUnits","userSpaceOnUse"),n=t.g.k.k[0].s?t.g.k.k[0].s.length:t.g.k.k.length;var p=this.stops;for(r=4*t.g.p;r<n;r+=2)(i=createNS("stop")).setAttribute("stop-color","rgb(255,255,255)"),l.appendChild(i),p.push(i);a.setAttribute("gf"===t.ty?"fill":"stroke","url("+locationHref+"#"+o+")"),this.of=l,this.ms=s,this.ost=p,this.maskId=h,e.msElem=a}},extendPrototype([DynamicPropertyContainer],SVGGradientFillStyleData),extendPrototype([SVGGradientFillStyleData,DynamicPropertyContainer],SVGGradientStrokeStyleData);var SVGElementsRenderer=function(){var t=new Matrix,e=new Matrix;function i(t,e,i){(i||e.transform.op._mdf)&&e.transform.container.setAttribute("opacity",e.transform.op.v),(i||e.transform.mProps._mdf)&&e.transform.container.setAttribute("transform",e.transform.mProps.v.to2dCSS())}function r(i,r,n){var s,a,o,h,l,p,c,d,f,m,u,g=r.styles.length,y=r.lvl;for(p=0;p<g;p+=1){if(h=r.sh._mdf||n,r.styles[p].lvl<y){for(d=e.reset(),m=y-r.styles[p].lvl,u=r.transformers.length-1;!h&&0<m;)h=r.transformers[u].mProps._mdf||h,m--,u--;if(h)for(m=y-r.styles[p].lvl,u=r.transformers.length-1;0<m;)f=r.transformers[u].mProps.v.props,d.transform(f[0],f[1],f[2],f[3],f[4],f[5],f[6],f[7],f[8],f[9],f[10],f[11],f[12],f[13],f[14],f[15]),m--,u--}else d=t;if(a=(c=r.sh.paths)._length,h){for(o="",s=0;s<a;s+=1)(l=c.shapes[s])&&l._length&&(o+=buildShapeString(l,l._length,l.c,d));r.caches[p]=o}else o=r.caches[p];r.styles[p].d+=!0===i.hd?"":o,r.styles[p]._mdf=h||r.styles[p]._mdf}}function n(t,e,i){var r=e.style;(e.c._mdf||i)&&r.pElem.setAttribute("fill","rgb("+bm_floor(e.c.v[0])+","+bm_floor(e.c.v[1])+","+bm_floor(e.c.v[2])+")"),(e.o._mdf||i)&&r.pElem.setAttribute("fill-opacity",e.o.v)}function s(t,e,i){a(t,e,i),o(t,e,i)}function a(t,e,i){var r,n,s,a,o,h=e.gf,l=e.g._hasOpacity,p=e.s.v,c=e.e.v;if(e.o._mdf||i){var d="gf"===t.ty?"fill-opacity":"stroke-opacity";e.style.pElem.setAttribute(d,e.o.v)}if(e.s._mdf||i){var f=1===t.t?"x1":"cx",m="x1"===f?"y1":"cy";h.setAttribute(f,p[0]),h.setAttribute(m,p[1]),l&&!e.g._collapsable&&(e.of.setAttribute(f,p[0]),e.of.setAttribute(m,p[1]))}if(e.g._cmdf||i){r=e.cst;var u=e.g.c;for(s=r.length,n=0;n<s;n+=1)(a=r[n]).setAttribute("offset",u[4*n]+"%"),a.setAttribute("stop-color","rgb("+u[4*n+1]+","+u[4*n+2]+","+u[4*n+3]+")")}if(l&&(e.g._omdf||i)){var g=e.g.o;for(s=(r=e.g._collapsable?e.cst:e.ost).length,n=0;n<s;n+=1)a=r[n],e.g._collapsable||a.setAttribute("offset",g[2*n]+"%"),a.setAttribute("stop-opacity",g[2*n+1])}if(1===t.t)(e.e._mdf||i)&&(h.setAttribute("x2",c[0]),h.setAttribute("y2",c[1]),l&&!e.g._collapsable&&(e.of.setAttribute("x2",c[0]),e.of.setAttribute("y2",c[1])));else if((e.s._mdf||e.e._mdf||i)&&(o=Math.sqrt(Math.pow(p[0]-c[0],2)+Math.pow(p[1]-c[1],2)),h.setAttribute("r",o),l&&!e.g._collapsable&&e.of.setAttribute("r",o)),e.e._mdf||e.h._mdf||e.a._mdf||i){o||(o=Math.sqrt(Math.pow(p[0]-c[0],2)+Math.pow(p[1]-c[1],2)));var y=Math.atan2(c[1]-p[1],c[0]-p[0]),v=o*(1<=e.h.v?.99:e.h.v<=-1?-.99:e.h.v),_=Math.cos(y+e.a.v)*v+p[0],b=Math.sin(y+e.a.v)*v+p[1];h.setAttribute("fx",_),h.setAttribute("fy",b),l&&!e.g._collapsable&&(e.of.setAttribute("fx",_),e.of.setAttribute("fy",b))}}function o(t,e,i){var r=e.style,n=e.d;n&&(n._mdf||i)&&n.dashStr&&(r.pElem.setAttribute("stroke-dasharray",n.dashStr),r.pElem.setAttribute("stroke-dashoffset",n.dashoffset[0])),e.c&&(e.c._mdf||i)&&r.pElem.setAttribute("stroke","rgb("+bm_floor(e.c.v[0])+","+bm_floor(e.c.v[1])+","+bm_floor(e.c.v[2])+")"),(e.o._mdf||i)&&r.pElem.setAttribute("stroke-opacity",e.o.v),(e.w._mdf||i)&&(r.pElem.setAttribute("stroke-width",e.w.v),r.msElem&&r.msElem.setAttribute("stroke-width",e.w.v))}return{createRenderFunction:function(t){switch(t.ty,t.ty){case"fl":return n;case"gf":return a;case"gs":return s;case"st":return o;case"sh":case"el":case"rc":case"sr":return r;case"tr":return i}}}}();function ShapeTransformManager(){this.sequences={},this.sequenceList=[],this.transform_key_count=0}function BaseElement(){}function NullElement(t,e,i){this.initFrame(),this.initBaseData(t,e,i),this.initFrame(),this.initTransform(t,e,i),this.initHierarchy()}function SVGBaseElement(){}function IShapeElement(){}function ITextElement(){}function ICompElement(){}function IImageElement(t,e,i){this.assetData=e.getAssetData(t.refId),this.initElement(t,e,i),this.sourceRect={top:0,left:0,width:this.assetData.w,height:this.assetData.h}}function ISolidElement(t,e,i){this.initElement(t,e,i)}function SVGCompElement(t,e,i){this.layers=t.layers,this.supports3d=!0,this.completeLayers=!1,this.pendingElements=[],this.elements=this.layers?createSizedArray(this.layers.length):[],this.initElement(t,e,i),this.tm=t.tm?PropertyFactory.getProp(this,t.tm,0,e.frameRate,this):{_placeholder:!0}}function SVGTextElement(t,e,i){this.textSpans=[],this.renderType="svg",this.initElement(t,e,i)}function SVGShapeElement(t,e,i){this.shapes=[],this.shapesData=t.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.initElement(t,e,i),this.prevViewData=[]}function SVGTintFilter(t,e){this.filterManager=e;var i=createNS("feColorMatrix");if(i.setAttribute("type","matrix"),i.setAttribute("color-interpolation-filters","linearRGB"),i.setAttribute("values","0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"),i.setAttribute("result","f1"),t.appendChild(i),(i=createNS("feColorMatrix")).setAttribute("type","matrix"),i.setAttribute("color-interpolation-filters","sRGB"),i.setAttribute("values","1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"),i.setAttribute("result","f2"),t.appendChild(i),this.matrixFilter=i,100!==e.effectElements[2].p.v||e.effectElements[2].p.k){var r,n=createNS("feMerge");t.appendChild(n),(r=createNS("feMergeNode")).setAttribute("in","SourceGraphic"),n.appendChild(r),(r=createNS("feMergeNode")).setAttribute("in","f2"),n.appendChild(r)}}function SVGFillFilter(t,e){this.filterManager=e;var i=createNS("feColorMatrix");i.setAttribute("type","matrix"),i.setAttribute("color-interpolation-filters","sRGB"),i.setAttribute("values","1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"),t.appendChild(i),this.matrixFilter=i}function SVGGaussianBlurEffect(t,e){t.setAttribute("x","-100%"),t.setAttribute("y","-100%"),t.setAttribute("width","300%"),t.setAttribute("height","300%"),this.filterManager=e;var i=createNS("feGaussianBlur");t.appendChild(i),this.feGaussianBlur=i}function SVGStrokeEffect(t,e){this.initialized=!1,this.filterManager=e,this.elem=t,this.paths=[]}function SVGTritoneFilter(t,e){this.filterManager=e;var i=createNS("feColorMatrix");i.setAttribute("type","matrix"),i.setAttribute("color-interpolation-filters","linearRGB"),i.setAttribute("values","0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"),i.setAttribute("result","f1"),t.appendChild(i);var r=createNS("feComponentTransfer");r.setAttribute("color-interpolation-filters","sRGB"),t.appendChild(r),this.matrixFilter=r;var n=createNS("feFuncR");n.setAttribute("type","table"),r.appendChild(n),this.feFuncR=n;var s=createNS("feFuncG");s.setAttribute("type","table"),r.appendChild(s),this.feFuncG=s;var a=createNS("feFuncB");a.setAttribute("type","table"),r.appendChild(a),this.feFuncB=a}function SVGProLevelsFilter(t,e){this.filterManager=e;var i=this.filterManager.effectElements,r=createNS("feComponentTransfer");(i[10].p.k||0!==i[10].p.v||i[11].p.k||1!==i[11].p.v||i[12].p.k||1!==i[12].p.v||i[13].p.k||0!==i[13].p.v||i[14].p.k||1!==i[14].p.v)&&(this.feFuncR=this.createFeFunc("feFuncR",r)),(i[17].p.k||0!==i[17].p.v||i[18].p.k||1!==i[18].p.v||i[19].p.k||1!==i[19].p.v||i[20].p.k||0!==i[20].p.v||i[21].p.k||1!==i[21].p.v)&&(this.feFuncG=this.createFeFunc("feFuncG",r)),(i[24].p.k||0!==i[24].p.v||i[25].p.k||1!==i[25].p.v||i[26].p.k||1!==i[26].p.v||i[27].p.k||0!==i[27].p.v||i[28].p.k||1!==i[28].p.v)&&(this.feFuncB=this.createFeFunc("feFuncB",r)),(i[31].p.k||0!==i[31].p.v||i[32].p.k||1!==i[32].p.v||i[33].p.k||1!==i[33].p.v||i[34].p.k||0!==i[34].p.v||i[35].p.k||1!==i[35].p.v)&&(this.feFuncA=this.createFeFunc("feFuncA",r)),(this.feFuncR||this.feFuncG||this.feFuncB||this.feFuncA)&&(r.setAttribute("color-interpolation-filters","sRGB"),t.appendChild(r),r=createNS("feComponentTransfer")),(i[3].p.k||0!==i[3].p.v||i[4].p.k||1!==i[4].p.v||i[5].p.k||1!==i[5].p.v||i[6].p.k||0!==i[6].p.v||i[7].p.k||1!==i[7].p.v)&&(r.setAttribute("color-interpolation-filters","sRGB"),t.appendChild(r),this.feFuncRComposed=this.createFeFunc("feFuncR",r),this.feFuncGComposed=this.createFeFunc("feFuncG",r),this.feFuncBComposed=this.createFeFunc("feFuncB",r))}function SVGDropShadowEffect(t,e){t.setAttribute("x","-100%"),t.setAttribute("y","-100%"),t.setAttribute("width","400%"),t.setAttribute("height","400%"),this.filterManager=e;var i=createNS("feGaussianBlur");i.setAttribute("in","SourceAlpha"),i.setAttribute("result","drop_shadow_1"),i.setAttribute("stdDeviation","0"),this.feGaussianBlur=i,t.appendChild(i);var r=createNS("feOffset");r.setAttribute("dx","25"),r.setAttribute("dy","0"),r.setAttribute("in","drop_shadow_1"),r.setAttribute("result","drop_shadow_2"),this.feOffset=r,t.appendChild(r);var n=createNS("feFlood");n.setAttribute("flood-color","#00ff00"),n.setAttribute("flood-opacity","1"),n.setAttribute("result","drop_shadow_3"),this.feFlood=n,t.appendChild(n);var s=createNS("feComposite");s.setAttribute("in","drop_shadow_3"),s.setAttribute("in2","drop_shadow_2"),s.setAttribute("operator","in"),s.setAttribute("result","drop_shadow_4"),t.appendChild(s);var a,o=createNS("feMerge");t.appendChild(o),a=createNS("feMergeNode"),o.appendChild(a),(a=createNS("feMergeNode")).setAttribute("in","SourceGraphic"),this.feMergeNode=a,this.feMerge=o,this.originalNodeAdded=!1,o.appendChild(a)}ShapeTransformManager.prototype={addTransformSequence:function(t){var e,i=t.length,r="_";for(e=0;e<i;e+=1)r+=t[e].transform.key+"_";var n=this.sequences[r];return n||(n={transforms:[].concat(t),finalTransform:new Matrix,_mdf:!1},this.sequences[r]=n,this.sequenceList.push(n)),n},processSequence:function(t,e){for(var i,r=0,n=t.transforms.length,s=e;r<n&&!e;){if(t.transforms[r].transform.mProps._mdf){s=!0;break}r+=1}if(s)for(t.finalTransform.reset(),r=n-1;0<=r;r-=1)i=t.transforms[r].transform.mProps.v.props,t.finalTransform.transform(i[0],i[1],i[2],i[3],i[4],i[5],i[6],i[7],i[8],i[9],i[10],i[11],i[12],i[13],i[14],i[15]);t._mdf=s},processSequences:function(t){var e,i=this.sequenceList.length;for(e=0;e<i;e+=1)this.processSequence(this.sequenceList[e],t)},getNewKey:function(){return"_"+this.transform_key_count++}},BaseElement.prototype={checkMasks:function(){if(!this.data.hasMask)return!1;for(var t=0,e=this.data.masksProperties.length;t<e;){if("n"!==this.data.masksProperties[t].mode&&!1!==this.data.masksProperties[t].cl)return!0;t+=1}return!1},initExpressions:function(){this.layerInterface=LayerExpressionInterface(this),this.data.hasMask&&this.maskManager&&this.layerInterface.registerMaskInterface(this.maskManager);var t=EffectsExpressionInterface.createEffectsInterface(this,this.layerInterface);this.layerInterface.registerEffectsInterface(t),0===this.data.ty||this.data.xt?this.compInterface=CompExpressionInterface(this):4===this.data.ty?(this.layerInterface.shapeInterface=ShapeExpressionInterface(this.shapesData,this.itemsData,this.layerInterface),this.layerInterface.content=this.layerInterface.shapeInterface):5===this.data.ty&&(this.layerInterface.textInterface=TextExpressionInterface(this),this.layerInterface.text=this.layerInterface.textInterface)},setBlendMode:function(){var t=getBlendMode(this.data.bm);(this.baseElement||this.layerElement).style["mix-blend-mode"]=t},initBaseData:function(t,e,i){this.globalData=e,this.comp=i,this.data=t,this.layerId=createElementID(),this.data.sr||(this.data.sr=1),this.effectsManager=new EffectsManager(this.data,this,this.dynamicProperties)},getType:function(){return this.type},sourceRectAtTime:function(){}},NullElement.prototype.prepareFrame=function(t){this.prepareProperties(t,!0)},NullElement.prototype.renderFrame=function(){},NullElement.prototype.getBaseElement=function(){return null},NullElement.prototype.destroy=function(){},NullElement.prototype.sourceRectAtTime=function(){},NullElement.prototype.hide=function(){},extendPrototype([BaseElement,TransformElement,HierarchyElement,FrameElement],NullElement),SVGBaseElement.prototype={initRendererElement:function(){this.layerElement=createNS("g")},createContainerElements:function(){this.matteElement=createNS("g"),this.transformedElement=this.layerElement,this.maskedElement=this.layerElement,this._sizeChanged=!1;var t,e,i,r=null;if(this.data.td){if(3==this.data.td||1==this.data.td){var n=createNS("mask");n.setAttribute("id",this.layerId),n.setAttribute("mask-type",3==this.data.td?"luminance":"alpha"),n.appendChild(this.layerElement),r=n,this.globalData.defs.appendChild(n),featureSupport.maskType||1!=this.data.td||(n.setAttribute("mask-type","luminance"),t=createElementID(),e=filtersFactory.createFilter(t),this.globalData.defs.appendChild(e),e.appendChild(filtersFactory.createAlphaToLuminanceFilter()),(i=createNS("g")).appendChild(this.layerElement),r=i,n.appendChild(i),i.setAttribute("filter","url("+locationHref+"#"+t+")"))}else if(2==this.data.td){var s=createNS("mask");s.setAttribute("id",this.layerId),s.setAttribute("mask-type","alpha");var a=createNS("g");s.appendChild(a),t=createElementID(),e=filtersFactory.createFilter(t);var o=createNS("feComponentTransfer");o.setAttribute("in","SourceGraphic"),e.appendChild(o);var h=createNS("feFuncA");h.setAttribute("type","table"),h.setAttribute("tableValues","1.0 0.0"),o.appendChild(h),this.globalData.defs.appendChild(e);var l=createNS("rect");l.setAttribute("width",this.comp.data.w),l.setAttribute("height",this.comp.data.h),l.setAttribute("x","0"),l.setAttribute("y","0"),l.setAttribute("fill","#ffffff"),l.setAttribute("opacity","0"),a.setAttribute("filter","url("+locationHref+"#"+t+")"),a.appendChild(l),a.appendChild(this.layerElement),r=a,featureSupport.maskType||(s.setAttribute("mask-type","luminance"),e.appendChild(filtersFactory.createAlphaToLuminanceFilter()),i=createNS("g"),a.appendChild(l),i.appendChild(this.layerElement),r=i,a.appendChild(i)),this.globalData.defs.appendChild(s)}}else this.data.tt?(this.matteElement.appendChild(this.layerElement),r=this.matteElement,this.baseElement=this.matteElement):this.baseElement=this.layerElement;if(this.data.ln&&this.layerElement.setAttribute("id",this.data.ln),this.data.cl&&this.layerElement.setAttribute("class",this.data.cl),0===this.data.ty&&!this.data.hd){var p=createNS("clipPath"),c=createNS("path");c.setAttribute("d","M0,0 L"+this.data.w+",0 L"+this.data.w+","+this.data.h+" L0,"+this.data.h+"z");var d=createElementID();if(p.setAttribute("id",d),p.appendChild(c),this.globalData.defs.appendChild(p),this.checkMasks()){var f=createNS("g");f.setAttribute("clip-path","url("+locationHref+"#"+d+")"),f.appendChild(this.layerElement),this.transformedElement=f,r?r.appendChild(this.transformedElement):this.baseElement=this.transformedElement}else this.layerElement.setAttribute("clip-path","url("+locationHref+"#"+d+")")}0!==this.data.bm&&this.setBlendMode()},renderElement:function(){this.finalTransform._matMdf&&this.transformedElement.setAttribute("transform",this.finalTransform.mat.to2dCSS()),this.finalTransform._opMdf&&this.transformedElement.setAttribute("opacity",this.finalTransform.mProp.o.v)},destroyBaseElement:function(){this.layerElement=null,this.matteElement=null,this.maskManager.destroy()},getBaseElement:function(){return this.data.hd?null:this.baseElement},createRenderableComponents:function(){this.maskManager=new MaskElement(this.data,this,this.globalData),this.renderableEffectsManager=new SVGEffects(this)},setMatte:function(t){this.matteElement&&this.matteElement.setAttribute("mask","url("+locationHref+"#"+t+")")}},IShapeElement.prototype={addShapeToModifiers:function(t){var e,i=this.shapeModifiers.length;for(e=0;e<i;e+=1)this.shapeModifiers[e].addShape(t)},isShapeInAnimatedModifiers:function(t){for(var e=this.shapeModifiers.length;0<e;)if(this.shapeModifiers[0].isAnimatedWithShape(t))return!0;return!1},renderModifiers:function(){if(this.shapeModifiers.length){var t,e=this.shapes.length;for(t=0;t<e;t+=1)this.shapes[t].sh.reset();for(t=(e=this.shapeModifiers.length)-1;0<=t;t-=1)this.shapeModifiers[t].processShapes(this._isFirstFrame)}},lcEnum:{1:"butt",2:"round",3:"square"},ljEnum:{1:"miter",2:"round",3:"bevel"},searchProcessedElement:function(t){for(var e=this.processedElements,i=0,r=e.length;i<r;){if(e[i].elem===t)return e[i].pos;i+=1}return 0},addProcessedElement:function(t,e){for(var i=this.processedElements,r=i.length;r;)if(i[r-=1].elem===t)return void(i[r].pos=e);i.push(new ProcessedElement(t,e))},prepareFrame:function(t){this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange)}},ITextElement.prototype.initElement=function(t,e,i){this.lettersChangedFlag=!0,this.initFrame(),this.initBaseData(t,e,i),this.textProperty=new TextProperty(this,t.t,this.dynamicProperties),this.textAnimator=new TextAnimatorProperty(t.t,this.renderType,this),this.initTransform(t,e,i),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide(),this.textAnimator.searchProperties(this.dynamicProperties)},ITextElement.prototype.prepareFrame=function(t){this._mdf=!1,this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange),(this.textProperty._mdf||this.textProperty._isFirstFrame)&&(this.buildNewText(),this.textProperty._isFirstFrame=!1,this.textProperty._mdf=!1)},ITextElement.prototype.createPathShape=function(t,e){var i,r,n=e.length,s="";for(i=0;i<n;i+=1)r=e[i].ks.k,s+=buildShapeString(r,r.i.length,!0,t);return s},ITextElement.prototype.updateDocumentData=function(t,e){this.textProperty.updateDocumentData(t,e)},ITextElement.prototype.canResizeFont=function(t){this.textProperty.canResizeFont(t)},ITextElement.prototype.setMinimumFontSize=function(t){this.textProperty.setMinimumFontSize(t)},ITextElement.prototype.applyTextPropertiesToMatrix=function(t,e,i,r,n){switch(t.ps&&e.translate(t.ps[0],t.ps[1]+t.ascent,0),e.translate(0,-t.ls,0),t.j){case 1:e.translate(t.justifyOffset+(t.boxWidth-t.lineWidths[i]),0,0);break;case 2:e.translate(t.justifyOffset+(t.boxWidth-t.lineWidths[i])/2,0,0)}e.translate(r,n,0)},ITextElement.prototype.buildColor=function(t){return"rgb("+Math.round(255*t[0])+","+Math.round(255*t[1])+","+Math.round(255*t[2])+")"},ITextElement.prototype.emptyProp=new LetterProps,ITextElement.prototype.destroy=function(){},extendPrototype([BaseElement,TransformElement,HierarchyElement,FrameElement,RenderableDOMElement],ICompElement),ICompElement.prototype.initElement=function(t,e,i){this.initFrame(),this.initBaseData(t,e,i),this.initTransform(t,e,i),this.initRenderable(),this.initHierarchy(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),!this.data.xt&&e.progressiveLoad||this.buildAllItems(),this.hide()},ICompElement.prototype.prepareFrame=function(t){if(this._mdf=!1,this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange),this.isInRange||this.data.xt){if(this.tm._placeholder)this.renderedFrame=t/this.data.sr;else{var e=this.tm.v;e===this.data.op&&(e=this.data.op-1),this.renderedFrame=e}var i,r=this.elements.length;for(this.completeLayers||this.checkLayers(this.renderedFrame),i=r-1;0<=i;i-=1)(this.completeLayers||this.elements[i])&&(this.elements[i].prepareFrame(this.renderedFrame-this.layers[i].st),this.elements[i]._mdf&&(this._mdf=!0))}},ICompElement.prototype.renderInnerContent=function(){var t,e=this.layers.length;for(t=0;t<e;t+=1)(this.completeLayers||this.elements[t])&&this.elements[t].renderFrame()},ICompElement.prototype.setElements=function(t){this.elements=t},ICompElement.prototype.getElements=function(){return this.elements},ICompElement.prototype.destroyElements=function(){var t,e=this.layers.length;for(t=0;t<e;t+=1)this.elements[t]&&this.elements[t].destroy()},ICompElement.prototype.destroy=function(){this.destroyElements(),this.destroyBaseElement()},extendPrototype([BaseElement,TransformElement,SVGBaseElement,HierarchyElement,FrameElement,RenderableDOMElement],IImageElement),IImageElement.prototype.createContent=function(){var t=this.globalData.getAssetsPath(this.assetData);this.innerElem=createNS("image"),this.innerElem.setAttribute("width",this.assetData.w+"px"),this.innerElem.setAttribute("height",this.assetData.h+"px"),this.innerElem.setAttribute("preserveAspectRatio",this.assetData.pr||this.globalData.renderConfig.imagePreserveAspectRatio),this.innerElem.setAttributeNS("http://www.w3.org/1999/xlink","href",t),this.layerElement.appendChild(this.innerElem)},IImageElement.prototype.sourceRectAtTime=function(){return this.sourceRect},extendPrototype([IImageElement],ISolidElement),ISolidElement.prototype.createContent=function(){var t=createNS("rect");t.setAttribute("width",this.data.sw),t.setAttribute("height",this.data.sh),t.setAttribute("fill",this.data.sc),this.layerElement.appendChild(t)},extendPrototype([SVGRenderer,ICompElement,SVGBaseElement],SVGCompElement),extendPrototype([BaseElement,TransformElement,SVGBaseElement,HierarchyElement,FrameElement,RenderableDOMElement,ITextElement],SVGTextElement),SVGTextElement.prototype.createContent=function(){this.data.singleShape&&!this.globalData.fontManager.chars&&(this.textContainer=createNS("text"))},SVGTextElement.prototype.buildTextContents=function(t){for(var e=0,i=t.length,r=[],n="";e<i;)t[e]===String.fromCharCode(13)||t[e]===String.fromCharCode(3)?(r.push(n),n=""):n+=t[e],e+=1;return r.push(n),r},SVGTextElement.prototype.buildNewText=function(){var t,e,i=this.textProperty.currentData;this.renderedLetters=createSizedArray(i?i.l.length:0),i.fc?this.layerElement.setAttribute("fill",this.buildColor(i.fc)):this.layerElement.setAttribute("fill","rgba(0,0,0,0)"),i.sc&&(this.layerElement.setAttribute("stroke",this.buildColor(i.sc)),this.layerElement.setAttribute("stroke-width",i.sw)),this.layerElement.setAttribute("font-size",i.finalSize);var r=this.globalData.fontManager.getFontByName(i.f);if(r.fClass)this.layerElement.setAttribute("class",r.fClass);else{this.layerElement.setAttribute("font-family",r.fFamily);var n=i.fWeight,s=i.fStyle;this.layerElement.setAttribute("font-style",s),this.layerElement.setAttribute("font-weight",n)}this.layerElement.setAttribute("aria-label",i.t);var a,o=i.l||[],h=!!this.globalData.fontManager.chars;e=o.length;var l,p=this.mHelper,c="",d=this.data.singleShape,f=0,m=0,u=!0,g=i.tr/1e3*i.finalSize;if(!d||h||i.sz){var y,v,_=this.textSpans.length;for(t=0;t<e;t+=1)h&&d&&0!==t||(a=t<_?this.textSpans[t]:createNS(h?"path":"text"),_<=t&&(a.setAttribute("stroke-linecap","butt"),a.setAttribute("stroke-linejoin","round"),a.setAttribute("stroke-miterlimit","4"),this.textSpans[t]=a,this.layerElement.appendChild(a)),a.style.display="inherit"),p.reset(),p.scale(i.finalSize/100,i.finalSize/100),d&&(o[t].n&&(f=-g,m+=i.yOffset,m+=u?1:0,u=!1),this.applyTextPropertiesToMatrix(i,p,o[t].line,f,m),f+=o[t].l||0,f+=g),h?(l=(y=(v=this.globalData.fontManager.getCharData(i.finalText[t],r.fStyle,this.globalData.fontManager.getFontByName(i.f).fFamily))&&v.data||{}).shapes?y.shapes[0].it:[],d?c+=this.createPathShape(p,l):a.setAttribute("d",this.createPathShape(p,l))):(d&&a.setAttribute("transform","translate("+p.props[12]+","+p.props[13]+")"),a.textContent=o[t].val,a.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"));d&&a&&a.setAttribute("d",c)}else{var b=this.textContainer,x="start";switch(i.j){case 1:x="end";break;case 2:x="middle"}b.setAttribute("text-anchor",x),b.setAttribute("letter-spacing",g);var w=this.buildTextContents(i.finalText);for(e=w.length,m=i.ps?i.ps[1]+i.ascent:0,t=0;t<e;t+=1)(a=this.textSpans[t]||createNS("tspan")).textContent=w[t],a.setAttribute("x",0),a.setAttribute("y",m),a.style.display="inherit",b.appendChild(a),this.textSpans[t]=a,m+=i.finalLineHeight;this.layerElement.appendChild(b)}for(;t<this.textSpans.length;)this.textSpans[t].style.display="none",t+=1;this._sizeChanged=!0},SVGTextElement.prototype.sourceRectAtTime=function(t){if(this.prepareFrame(this.comp.renderedFrame-this.data.st),this.renderInnerContent(),this._sizeChanged){this._sizeChanged=!1;var e=this.layerElement.getBBox();this.bbox={top:e.y,left:e.x,width:e.width,height:e.height}}return this.bbox},SVGTextElement.prototype.renderInnerContent=function(){if(!this.data.singleShape&&(this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag),this.lettersChangedFlag||this.textAnimator.lettersChangedFlag)){var t,e;this._sizeChanged=!0;var i,r,n=this.textAnimator.renderedLetters,s=this.textProperty.currentData.l;for(e=s.length,t=0;t<e;t+=1)s[t].n||(i=n[t],r=this.textSpans[t],i._mdf.m&&r.setAttribute("transform",i.m),i._mdf.o&&r.setAttribute("opacity",i.o),i._mdf.sw&&r.setAttribute("stroke-width",i.sw),i._mdf.sc&&r.setAttribute("stroke",i.sc),i._mdf.fc&&r.setAttribute("fill",i.fc))}},extendPrototype([BaseElement,TransformElement,SVGBaseElement,IShapeElement,HierarchyElement,FrameElement,RenderableDOMElement],SVGShapeElement),SVGShapeElement.prototype.initSecondaryElement=function(){},SVGShapeElement.prototype.identityMatrix=new Matrix,SVGShapeElement.prototype.buildExpressionInterface=function(){},SVGShapeElement.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes()},SVGShapeElement.prototype.filterUniqueShapes=function(){var t,e,i,r,n=this.shapes.length,s=this.stylesList.length,a=[],o=!1;for(i=0;i<s;i+=1){for(r=this.stylesList[i],o=!1,t=a.length=0;t<n;t+=1)-1!==(e=this.shapes[t]).styles.indexOf(r)&&(a.push(e),o=e._isAnimated||o);1<a.length&&o&&this.setShapesAsAnimated(a)}},SVGShapeElement.prototype.setShapesAsAnimated=function(t){var e,i=t.length;for(e=0;e<i;e+=1)t[e].setAsAnimated()},SVGShapeElement.prototype.createStyleElement=function(t,e){var i,r=new SVGStyleData(t,e),n=r.pElem;return"st"===t.ty?i=new SVGStrokeStyleData(this,t,r):"fl"===t.ty?i=new SVGFillStyleData(this,t,r):"gf"!==t.ty&&"gs"!==t.ty||(i=new("gf"===t.ty?SVGGradientFillStyleData:SVGGradientStrokeStyleData)(this,t,r),this.globalData.defs.appendChild(i.gf),i.maskId&&(this.globalData.defs.appendChild(i.ms),this.globalData.defs.appendChild(i.of),n.setAttribute("mask","url("+locationHref+"#"+i.maskId+")"))),"st"!==t.ty&&"gs"!==t.ty||(n.setAttribute("stroke-linecap",this.lcEnum[t.lc]||"round"),n.setAttribute("stroke-linejoin",this.ljEnum[t.lj]||"round"),n.setAttribute("fill-opacity","0"),1===t.lj&&n.setAttribute("stroke-miterlimit",t.ml)),2===t.r&&n.setAttribute("fill-rule","evenodd"),t.ln&&n.setAttribute("id",t.ln),t.cl&&n.setAttribute("class",t.cl),t.bm&&(n.style["mix-blend-mode"]=getBlendMode(t.bm)),this.stylesList.push(r),this.addToAnimatedContents(t,i),i},SVGShapeElement.prototype.createGroupElement=function(t){var e=new ShapeGroupData;return t.ln&&e.gr.setAttribute("id",t.ln),t.cl&&e.gr.setAttribute("class",t.cl),t.bm&&(e.gr.style["mix-blend-mode"]=getBlendMode(t.bm)),e},SVGShapeElement.prototype.createTransformElement=function(t,e){var i=TransformPropertyFactory.getTransformProperty(this,t,this),r=new SVGTransformData(i,i.o,e);return this.addToAnimatedContents(t,r),r},SVGShapeElement.prototype.createShapeElement=function(t,e,i){var r=4;"rc"===t.ty?r=5:"el"===t.ty?r=6:"sr"===t.ty&&(r=7);var n=new SVGShapeData(e,i,ShapePropertyFactory.getShapeProp(this,t,r,this));return this.shapes.push(n),this.addShapeToModifiers(n),this.addToAnimatedContents(t,n),n},SVGShapeElement.prototype.addToAnimatedContents=function(t,e){for(var i=0,r=this.animatedContents.length;i<r;){if(this.animatedContents[i].element===e)return;i+=1}this.animatedContents.push({fn:SVGElementsRenderer.createRenderFunction(t),element:e,data:t})},SVGShapeElement.prototype.setElementStyles=function(t){var e,i=t.styles,r=this.stylesList.length;for(e=0;e<r;e+=1)this.stylesList[e].closed||i.push(this.stylesList[e])},SVGShapeElement.prototype.reloadShapes=function(){this._isFirstFrame=!0;var t,e=this.itemsData.length;for(t=0;t<e;t+=1)this.prevViewData[t]=this.itemsData[t];for(this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes(),e=this.dynamicProperties.length,t=0;t<e;t+=1)this.dynamicProperties[t].getValue();this.renderModifiers()},SVGShapeElement.prototype.searchShapes=function(t,e,i,r,n,s,a){var o,h,l,p,c,d,f=[].concat(s),m=t.length-1,u=[],g=[];for(o=m;0<=o;o-=1){if((d=this.searchProcessedElement(t[o]))?e[o]=i[d-1]:t[o]._render=a,"fl"==t[o].ty||"st"==t[o].ty||"gf"==t[o].ty||"gs"==t[o].ty)d?e[o].style.closed=!1:e[o]=this.createStyleElement(t[o],n),t[o]._render&&r.appendChild(e[o].style.pElem),u.push(e[o].style);else if("gr"==t[o].ty){if(d)for(l=e[o].it.length,h=0;h<l;h+=1)e[o].prevViewData[h]=e[o].it[h];else e[o]=this.createGroupElement(t[o]);this.searchShapes(t[o].it,e[o].it,e[o].prevViewData,e[o].gr,n+1,f,a),t[o]._render&&r.appendChild(e[o].gr)}else"tr"==t[o].ty?(d||(e[o]=this.createTransformElement(t[o],r)),p=e[o].transform,f.push(p)):"sh"==t[o].ty||"rc"==t[o].ty||"el"==t[o].ty||"sr"==t[o].ty?(d||(e[o]=this.createShapeElement(t[o],f,n)),this.setElementStyles(e[o])):"tm"==t[o].ty||"rd"==t[o].ty||"ms"==t[o].ty?(d?(c=e[o]).closed=!1:((c=ShapeModifiers.getModifier(t[o].ty)).init(this,t[o]),e[o]=c,this.shapeModifiers.push(c)),g.push(c)):"rp"==t[o].ty&&(d?(c=e[o]).closed=!0:(c=ShapeModifiers.getModifier(t[o].ty),(e[o]=c).init(this,t,o,e),this.shapeModifiers.push(c),a=!1),g.push(c));this.addProcessedElement(t[o],o+1)}for(m=u.length,o=0;o<m;o+=1)u[o].closed=!0;for(m=g.length,o=0;o<m;o+=1)g[o].closed=!0},SVGShapeElement.prototype.renderInnerContent=function(){this.renderModifiers();var t,e=this.stylesList.length;for(t=0;t<e;t+=1)this.stylesList[t].reset();for(this.renderShape(),t=0;t<e;t+=1)(this.stylesList[t]._mdf||this._isFirstFrame)&&(this.stylesList[t].msElem&&(this.stylesList[t].msElem.setAttribute("d",this.stylesList[t].d),this.stylesList[t].d="M0 0"+this.stylesList[t].d),this.stylesList[t].pElem.setAttribute("d",this.stylesList[t].d||"M0 0"))},SVGShapeElement.prototype.renderShape=function(){var t,e,i=this.animatedContents.length;for(t=0;t<i;t+=1)e=this.animatedContents[t],(this._isFirstFrame||e.element._isAnimated)&&!0!==e.data&&e.fn(e.data,e.element,this._isFirstFrame)},SVGShapeElement.prototype.destroy=function(){this.destroyBaseElement(),this.shapesData=null,this.itemsData=null},SVGTintFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=this.filterManager.effectElements[0].p.v,i=this.filterManager.effectElements[1].p.v,r=this.filterManager.effectElements[2].p.v/100;this.matrixFilter.setAttribute("values",i[0]-e[0]+" 0 0 0 "+e[0]+" "+(i[1]-e[1])+" 0 0 0 "+e[1]+" "+(i[2]-e[2])+" 0 0 0 "+e[2]+" 0 0 0 "+r+" 0")}},SVGFillFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=this.filterManager.effectElements[2].p.v,i=this.filterManager.effectElements[6].p.v;this.matrixFilter.setAttribute("values","0 0 0 0 "+e[0]+" 0 0 0 0 "+e[1]+" 0 0 0 0 "+e[2]+" 0 0 0 "+i+" 0")}},SVGGaussianBlurEffect.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=.3*this.filterManager.effectElements[0].p.v,i=this.filterManager.effectElements[1].p.v,r=3==i?0:e,n=2==i?0:e;this.feGaussianBlur.setAttribute("stdDeviation",r+" "+n);var s=1==this.filterManager.effectElements[2].p.v?"wrap":"duplicate";this.feGaussianBlur.setAttribute("edgeMode",s)}},SVGStrokeEffect.prototype.initialize=function(){var t,e,i,r,n=this.elem.layerElement.children||this.elem.layerElement.childNodes;for(1===this.filterManager.effectElements[1].p.v?(r=this.elem.maskManager.masksProperties.length,i=0):r=1+(i=this.filterManager.effectElements[0].p.v-1),(e=createNS("g")).setAttribute("fill","none"),e.setAttribute("stroke-linecap","round"),e.setAttribute("stroke-dashoffset",1);i<r;i+=1)t=createNS("path"),e.appendChild(t),this.paths.push({p:t,m:i});if(3===this.filterManager.effectElements[10].p.v){var s=createNS("mask"),a=createElementID();s.setAttribute("id",a),s.setAttribute("mask-type","alpha"),s.appendChild(e),this.elem.globalData.defs.appendChild(s);var o=createNS("g");for(o.setAttribute("mask","url("+locationHref+"#"+a+")");n[0];)o.appendChild(n[0]);this.elem.layerElement.appendChild(o),this.masker=s,e.setAttribute("stroke","#fff")}else if(1===this.filterManager.effectElements[10].p.v||2===this.filterManager.effectElements[10].p.v){if(2===this.filterManager.effectElements[10].p.v)for(n=this.elem.layerElement.children||this.elem.layerElement.childNodes;n.length;)this.elem.layerElement.removeChild(n[0]);this.elem.layerElement.appendChild(e),this.elem.layerElement.removeAttribute("mask"),e.setAttribute("stroke","#fff")}this.initialized=!0,this.pathMasker=e},SVGStrokeEffect.prototype.renderFrame=function(t){this.initialized||this.initialize();var e,i,r,n=this.paths.length;for(e=0;e<n;e+=1)if(-1!==this.paths[e].m&&(i=this.elem.maskManager.viewData[this.paths[e].m],r=this.paths[e].p,(t||this.filterManager._mdf||i.prop._mdf)&&r.setAttribute("d",i.lastPath),t||this.filterManager.effectElements[9].p._mdf||this.filterManager.effectElements[4].p._mdf||this.filterManager.effectElements[7].p._mdf||this.filterManager.effectElements[8].p._mdf||i.prop._mdf)){var s;if(0!==this.filterManager.effectElements[7].p.v||100!==this.filterManager.effectElements[8].p.v){var a=Math.min(this.filterManager.effectElements[7].p.v,this.filterManager.effectElements[8].p.v)/100,o=Math.max(this.filterManager.effectElements[7].p.v,this.filterManager.effectElements[8].p.v)/100,h=r.getTotalLength();s="0 0 0 "+h*a+" ";var l,p=h*(o-a),c=1+2*this.filterManager.effectElements[4].p.v*this.filterManager.effectElements[9].p.v/100,d=Math.floor(p/c);for(l=0;l<d;l+=1)s+="1 "+2*this.filterManager.effectElements[4].p.v*this.filterManager.effectElements[9].p.v/100+" ";s+="0 "+10*h+" 0 0"}else s="1 "+2*this.filterManager.effectElements[4].p.v*this.filterManager.effectElements[9].p.v/100;r.setAttribute("stroke-dasharray",s)}if((t||this.filterManager.effectElements[4].p._mdf)&&this.pathMasker.setAttribute("stroke-width",2*this.filterManager.effectElements[4].p.v),(t||this.filterManager.effectElements[6].p._mdf)&&this.pathMasker.setAttribute("opacity",this.filterManager.effectElements[6].p.v),(1===this.filterManager.effectElements[10].p.v||2===this.filterManager.effectElements[10].p.v)&&(t||this.filterManager.effectElements[3].p._mdf)){var f=this.filterManager.effectElements[3].p.v;this.pathMasker.setAttribute("stroke","rgb("+bm_floor(255*f[0])+","+bm_floor(255*f[1])+","+bm_floor(255*f[2])+")")}},SVGTritoneFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=this.filterManager.effectElements[0].p.v,i=this.filterManager.effectElements[1].p.v,r=this.filterManager.effectElements[2].p.v,n=r[0]+" "+i[0]+" "+e[0],s=r[1]+" "+i[1]+" "+e[1],a=r[2]+" "+i[2]+" "+e[2];this.feFuncR.setAttribute("tableValues",n),this.feFuncG.setAttribute("tableValues",s),this.feFuncB.setAttribute("tableValues",a)}},SVGProLevelsFilter.prototype.createFeFunc=function(t,e){var i=createNS(t);return i.setAttribute("type","table"),e.appendChild(i),i},SVGProLevelsFilter.prototype.getTableValue=function(t,e,i,r,n){for(var s,a,o=0,h=Math.min(t,e),l=Math.max(t,e),p=Array.call(null,{length:256}),c=0,d=n-r,f=e-t;o<=256;)a=(s=o/256)<=h?f<0?n:r:l<=s?f<0?r:n:r+d*Math.pow((s-t)/f,1/i),p[c++]=a,o+=256/255;return p.join(" ")},SVGProLevelsFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e,i=this.filterManager.effectElements;this.feFuncRComposed&&(t||i[3].p._mdf||i[4].p._mdf||i[5].p._mdf||i[6].p._mdf||i[7].p._mdf)&&(e=this.getTableValue(i[3].p.v,i[4].p.v,i[5].p.v,i[6].p.v,i[7].p.v),this.feFuncRComposed.setAttribute("tableValues",e),this.feFuncGComposed.setAttribute("tableValues",e),this.feFuncBComposed.setAttribute("tableValues",e)),this.feFuncR&&(t||i[10].p._mdf||i[11].p._mdf||i[12].p._mdf||i[13].p._mdf||i[14].p._mdf)&&(e=this.getTableValue(i[10].p.v,i[11].p.v,i[12].p.v,i[13].p.v,i[14].p.v),this.feFuncR.setAttribute("tableValues",e)),this.feFuncG&&(t||i[17].p._mdf||i[18].p._mdf||i[19].p._mdf||i[20].p._mdf||i[21].p._mdf)&&(e=this.getTableValue(i[17].p.v,i[18].p.v,i[19].p.v,i[20].p.v,i[21].p.v),this.feFuncG.setAttribute("tableValues",e)),this.feFuncB&&(t||i[24].p._mdf||i[25].p._mdf||i[26].p._mdf||i[27].p._mdf||i[28].p._mdf)&&(e=this.getTableValue(i[24].p.v,i[25].p.v,i[26].p.v,i[27].p.v,i[28].p.v),this.feFuncB.setAttribute("tableValues",e)),this.feFuncA&&(t||i[31].p._mdf||i[32].p._mdf||i[33].p._mdf||i[34].p._mdf||i[35].p._mdf)&&(e=this.getTableValue(i[31].p.v,i[32].p.v,i[33].p.v,i[34].p.v,i[35].p.v),this.feFuncA.setAttribute("tableValues",e))}},SVGDropShadowEffect.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){if((t||this.filterManager.effectElements[4].p._mdf)&&this.feGaussianBlur.setAttribute("stdDeviation",this.filterManager.effectElements[4].p.v/4),t||this.filterManager.effectElements[0].p._mdf){var e=this.filterManager.effectElements[0].p.v;this.feFlood.setAttribute("flood-color",rgbToHex(Math.round(255*e[0]),Math.round(255*e[1]),Math.round(255*e[2])))}if((t||this.filterManager.effectElements[1].p._mdf)&&this.feFlood.setAttribute("flood-opacity",this.filterManager.effectElements[1].p.v/255),t||this.filterManager.effectElements[2].p._mdf||this.filterManager.effectElements[3].p._mdf){var i=this.filterManager.effectElements[3].p.v,r=(this.filterManager.effectElements[2].p.v-90)*degToRads,n=i*Math.cos(r),s=i*Math.sin(r);this.feOffset.setAttribute("dx",n),this.feOffset.setAttribute("dy",s)}}};var _svgMatteSymbols=[];function SVGMatte3Effect(t,e,i){this.initialized=!1,this.filterManager=e,this.filterElem=t,(this.elem=i).matteElement=createNS("g"),i.matteElement.appendChild(i.layerElement),i.matteElement.appendChild(i.transformedElement),i.baseElement=i.matteElement}function SVGEffects(t){var e,i,r=t.data.ef?t.data.ef.length:0,n=createElementID(),s=filtersFactory.createFilter(n),a=0;for(this.filters=[],e=0;e<r;e+=1)i=null,20===t.data.ef[e].ty?(a+=1,i=new SVGTintFilter(s,t.effectsManager.effectElements[e])):21===t.data.ef[e].ty?(a+=1,i=new SVGFillFilter(s,t.effectsManager.effectElements[e])):22===t.data.ef[e].ty?i=new SVGStrokeEffect(t,t.effectsManager.effectElements[e]):23===t.data.ef[e].ty?(a+=1,i=new SVGTritoneFilter(s,t.effectsManager.effectElements[e])):24===t.data.ef[e].ty?(a+=1,i=new SVGProLevelsFilter(s,t.effectsManager.effectElements[e])):25===t.data.ef[e].ty?(a+=1,i=new SVGDropShadowEffect(s,t.effectsManager.effectElements[e])):28===t.data.ef[e].ty?i=new SVGMatte3Effect(s,t.effectsManager.effectElements[e],t):29===t.data.ef[e].ty&&(a+=1,i=new SVGGaussianBlurEffect(s,t.effectsManager.effectElements[e])),i&&this.filters.push(i);a&&(t.globalData.defs.appendChild(s),t.layerElement.setAttribute("filter","url("+locationHref+"#"+n+")")),this.filters.length&&t.addRenderableComponent(this)}SVGMatte3Effect.prototype.findSymbol=function(t){for(var e=0,i=_svgMatteSymbols.length;e<i;){if(_svgMatteSymbols[e]===t)return _svgMatteSymbols[e];e+=1}return null},SVGMatte3Effect.prototype.replaceInParent=function(t,e){var i=t.layerElement.parentNode;if(i){for(var r,n=i.children,s=0,a=n.length;s<a&&n[s]!==t.layerElement;)s+=1;s<=a-2&&(r=n[s+1]);var o=createNS("use");o.setAttribute("href","#"+e),r?i.insertBefore(o,r):i.appendChild(o)}},SVGMatte3Effect.prototype.setElementAsMask=function(t,e){if(!this.findSymbol(e)){var i=createElementID(),r=createNS("mask");r.setAttribute("id",e.layerId),r.setAttribute("mask-type","alpha"),_svgMatteSymbols.push(e);var n=t.globalData.defs;n.appendChild(r);var s=createNS("symbol");s.setAttribute("id",i),this.replaceInParent(e,i),s.appendChild(e.layerElement),n.appendChild(s);var a=createNS("use");a.setAttribute("href","#"+i),r.appendChild(a),e.data.hd=!1,e.show()}t.setMatte(e.layerId)},SVGMatte3Effect.prototype.initialize=function(){for(var t=this.filterManager.effectElements[0].p.v,e=this.elem.comp.elements,i=0,r=e.length;i<r;)e[i]&&e[i].data.ind===t&&this.setElementAsMask(this.elem,e[i]),i+=1;this.initialized=!0},SVGMatte3Effect.prototype.renderFrame=function(){this.initialized||this.initialize()},SVGEffects.prototype.renderFrame=function(t){var e,i=this.filters.length;for(e=0;e<i;e+=1)this.filters[e].renderFrame(t)};var animationManager=function(){var t={},e=[],i=0,r=0,n=0,s=!0,a=!1;function o(t){for(var i=0,n=t.target;i<r;)e[i].animation===n&&(e.splice(i,1),i-=1,r-=1,n.isPaused||p()),i+=1}function h(t,i){if(!t)return null;for(var n=0;n<r;){if(e[n].elem==t&&null!==e[n].elem)return e[n].animation;n+=1}var s=new AnimationItem;return c(s,t),s.setData(t,i),s}function l(){n+=1,m()}function p(){n-=1}function c(t,i){t.addEventListener("destroy",o),t.addEventListener("_active",l),t.addEventListener("_idle",p),e.push({elem:i,animation:t}),r+=1}function d(t){var o,h=t-i;for(o=0;o<r;o+=1)e[o].animation.advanceTime(h);i=t,n&&!a?window.requestAnimationFrame(d):s=!0}function f(t){i=t,window.requestAnimationFrame(d)}function m(){!a&&n&&s&&(window.requestAnimationFrame(f),s=!1)}return t.registerAnimation=h,t.loadAnimation=function(t){var e=new AnimationItem;return c(e,null),e.setParams(t),e},t.setSpeed=function(t,i){var n;for(n=0;n<r;n+=1)e[n].animation.setSpeed(t,i)},t.setDirection=function(t,i){var n;for(n=0;n<r;n+=1)e[n].animation.setDirection(t,i)},t.play=function(t){var i;for(i=0;i<r;i+=1)e[i].animation.play(t)},t.pause=function(t){var i;for(i=0;i<r;i+=1)e[i].animation.pause(t)},t.stop=function(t){var i;for(i=0;i<r;i+=1)e[i].animation.stop(t)},t.togglePause=function(t){var i;for(i=0;i<r;i+=1)e[i].animation.togglePause(t)},t.searchAnimations=function(t,e,i){var r,n=[].concat([].slice.call(document.getElementsByClassName("lottie")),[].slice.call(document.getElementsByClassName("bodymovin"))),s=n.length;for(r=0;r<s;r+=1)i&&n[r].setAttribute("data-bm-type",i),h(n[r],t);if(e&&0===s){i||(i="svg");var a=document.getElementsByTagName("body")[0];a.innerHTML="";var o=createTag("div");o.style.width="100%",o.style.height="100%",o.setAttribute("data-bm-type",i),a.appendChild(o),h(o,t)}},t.resize=function(){var t;for(t=0;t<r;t+=1)e[t].animation.resize()},t.goToAndStop=function(t,i,n){var s;for(s=0;s<r;s+=1)e[s].animation.goToAndStop(t,i,n)},t.destroy=function(t){var i;for(i=r-1;0<=i;i-=1)e[i].animation.destroy(t)},t.freeze=function(){a=!0},t.unfreeze=function(){a=!1,m()},t.getRegisteredAnimations=function(){var t,i=e.length,r=[];for(t=0;t<i;t+=1)r.push(e[t].animation);return r},t}(),AnimationItem=function(){this._cbs=[],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.playCount=0,this.animationData={},this.assets=[],this.isPaused=!0,this.autoplay=!1,this.loop=!0,this.renderer=null,this.animationID=createElementID(),this.assetsPath="",this.timeCompleted=0,this.segmentPos=0,this.subframeEnabled=subframeEnabled,this.segments=[],this._idle=!0,this._completedLoop=!1,this.projectInterface=ProjectInterface(),this.imagePreloader=new ImagePreloader};extendPrototype([BaseEvent],AnimationItem),AnimationItem.prototype.setParams=function(t){t.context&&(this.context=t.context),(t.wrapper||t.container)&&(this.wrapper=t.wrapper||t.container);var e=t.animType?t.animType:t.renderer?t.renderer:"svg";switch(e){case"canvas":this.renderer=new CanvasRenderer(this,t.rendererSettings);break;case"svg":this.renderer=new SVGRenderer(this,t.rendererSettings);break;default:this.renderer=new HybridRenderer(this,t.rendererSettings)}this.renderer.setProjectInterface(this.projectInterface),this.animType=e,""===t.loop||null===t.loop||(!1===t.loop?this.loop=!1:!0===t.loop?this.loop=!0:this.loop=parseInt(t.loop)),this.autoplay=!("autoplay"in t)||t.autoplay,this.name=t.name?t.name:"",this.autoloadSegments=!t.hasOwnProperty("autoloadSegments")||t.autoloadSegments,this.assetsPath=t.assetsPath,t.animationData?this.configAnimation(t.animationData):t.path&&(-1!==t.path.lastIndexOf("\\")?this.path=t.path.substr(0,t.path.lastIndexOf("\\")+1):this.path=t.path.substr(0,t.path.lastIndexOf("/")+1),this.fileName=t.path.substr(t.path.lastIndexOf("/")+1),this.fileName=this.fileName.substr(0,this.fileName.lastIndexOf(".json")),assetLoader.load(t.path,this.configAnimation.bind(this),function(){this.trigger("data_failed")}.bind(this)))},AnimationItem.prototype.setData=function(t,e){var i={wrapper:t,animationData:e?"object"==_typeof(e)?e:JSON.parse(e):null},r=t.attributes;i.path=r.getNamedItem("data-animation-path")?r.getNamedItem("data-animation-path").value:r.getNamedItem("data-bm-path")?r.getNamedItem("data-bm-path").value:r.getNamedItem("bm-path")?r.getNamedItem("bm-path").value:"",i.animType=r.getNamedItem("data-anim-type")?r.getNamedItem("data-anim-type").value:r.getNamedItem("data-bm-type")?r.getNamedItem("data-bm-type").value:r.getNamedItem("bm-type")?r.getNamedItem("bm-type").value:r.getNamedItem("data-bm-renderer")?r.getNamedItem("data-bm-renderer").value:r.getNamedItem("bm-renderer")?r.getNamedItem("bm-renderer").value:"canvas";var n=r.getNamedItem("data-anim-loop")?r.getNamedItem("data-anim-loop").value:r.getNamedItem("data-bm-loop")?r.getNamedItem("data-bm-loop").value:r.getNamedItem("bm-loop")?r.getNamedItem("bm-loop").value:"";""===n||(i.loop="false"!==n&&("true"===n||parseInt(n)));var s=r.getNamedItem("data-anim-autoplay")?r.getNamedItem("data-anim-autoplay").value:r.getNamedItem("data-bm-autoplay")?r.getNamedItem("data-bm-autoplay").value:!r.getNamedItem("bm-autoplay")||r.getNamedItem("bm-autoplay").value;i.autoplay="false"!==s,i.name=r.getNamedItem("data-name")?r.getNamedItem("data-name").value:r.getNamedItem("data-bm-name")?r.getNamedItem("data-bm-name").value:r.getNamedItem("bm-name")?r.getNamedItem("bm-name").value:"","false"===(r.getNamedItem("data-anim-prerender")?r.getNamedItem("data-anim-prerender").value:r.getNamedItem("data-bm-prerender")?r.getNamedItem("data-bm-prerender").value:r.getNamedItem("bm-prerender")?r.getNamedItem("bm-prerender").value:"")&&(i.prerender=!1),this.setParams(i)},AnimationItem.prototype.includeLayers=function(t){t.op>this.animationData.op&&(this.animationData.op=t.op,this.totalFrames=Math.floor(t.op-this.animationData.ip));var e,i,r=this.animationData.layers,n=r.length,s=t.layers,a=s.length;for(i=0;i<a;i+=1)for(e=0;e<n;){if(r[e].id==s[i].id){r[e]=s[i];break}e+=1}if((t.chars||t.fonts)&&(this.renderer.globalData.fontManager.addChars(t.chars),this.renderer.globalData.fontManager.addFonts(t.fonts,this.renderer.globalData.defs)),t.assets)for(n=t.assets.length,e=0;e<n;e+=1)this.animationData.assets.push(t.assets[e]);this.animationData.__complete=!1,dataManager.completeData(this.animationData,this.renderer.globalData.fontManager),this.renderer.includeLayers(t.layers),expressionsPlugin&&expressionsPlugin.initExpressions(this),this.loadNextSegment()},AnimationItem.prototype.loadNextSegment=function(){var t=this.animationData.segments;if(!t||0===t.length||!this.autoloadSegments)return this.trigger("data_ready"),void(this.timeCompleted=this.totalFrames);var e=t.shift();this.timeCompleted=e.time*this.frameRate;var i=this.path+this.fileName+"_"+this.segmentPos+".json";this.segmentPos+=1,assetLoader.load(i,this.includeLayers.bind(this),function(){this.trigger("data_failed")}.bind(this))},AnimationItem.prototype.loadSegments=function(){this.animationData.segments||(this.timeCompleted=this.totalFrames),this.loadNextSegment()},AnimationItem.prototype.imagesLoaded=function(){this.trigger("loaded_images"),this.checkLoaded()},AnimationItem.prototype.preloadImages=function(){this.imagePreloader.setAssetsPath(this.assetsPath),this.imagePreloader.setPath(this.path),this.imagePreloader.loadAssets(this.animationData.assets,this.imagesLoaded.bind(this))},AnimationItem.prototype.configAnimation=function(t){if(this.renderer)try{this.animationData=t,this.totalFrames=Math.floor(this.animationData.op-this.animationData.ip),this.renderer.configAnimation(t),t.assets||(t.assets=[]),this.assets=this.animationData.assets,this.frameRate=this.animationData.fr,this.firstFrame=Math.round(this.animationData.ip),this.frameMult=this.animationData.fr/1e3,this.renderer.searchExtraCompositions(t.assets),this.trigger("config_ready"),this.preloadImages(),this.loadSegments(),this.updaFrameModifier(),this.waitForFontsLoaded()}catch(t){this.triggerConfigError(t)}},AnimationItem.prototype.waitForFontsLoaded=function(){this.renderer&&(this.renderer.globalData.fontManager.loaded()?this.checkLoaded():setTimeout(this.waitForFontsLoaded.bind(this),20))},AnimationItem.prototype.checkLoaded=function(){this.isLoaded||!this.renderer.globalData.fontManager.loaded()||!this.imagePreloader.loaded()&&"canvas"===this.renderer.rendererType||(this.isLoaded=!0,dataManager.completeData(this.animationData,this.renderer.globalData.fontManager),expressionsPlugin&&expressionsPlugin.initExpressions(this),this.renderer.initItems(),setTimeout(function(){this.trigger("DOMLoaded")}.bind(this),0),this.gotoFrame(),this.autoplay&&this.play())},AnimationItem.prototype.resize=function(){this.renderer.updateContainerSize()},AnimationItem.prototype.setSubframe=function(t){this.subframeEnabled=!!t},AnimationItem.prototype.gotoFrame=function(){this.currentFrame=this.subframeEnabled?this.currentRawFrame:~~this.currentRawFrame,this.timeCompleted!==this.totalFrames&&this.currentFrame>this.timeCompleted&&(this.currentFrame=this.timeCompleted),this.trigger("enterFrame"),this.renderFrame()},AnimationItem.prototype.renderFrame=function(){if(!1!==this.isLoaded)try{this.renderer.renderFrame(this.currentFrame+this.firstFrame)}catch(t){this.triggerRenderFrameError(t)}},AnimationItem.prototype.play=function(t){t&&this.name!=t||!0===this.isPaused&&(this.isPaused=!1,this._idle&&(this._idle=!1,this.trigger("_active")))},AnimationItem.prototype.pause=function(t){t&&this.name!=t||!1===this.isPaused&&(this.isPaused=!0,this._idle=!0,this.trigger("_idle"))},AnimationItem.prototype.togglePause=function(t){t&&this.name!=t||(!0===this.isPaused?this.play():this.pause())},AnimationItem.prototype.stop=function(t){t&&this.name!=t||(this.pause(),this.playCount=0,this._completedLoop=!1,this.setCurrentRawFrameValue(0))},AnimationItem.prototype.goToAndStop=function(t,e,i){i&&this.name!=i||(e?this.setCurrentRawFrameValue(t):this.setCurrentRawFrameValue(t*this.frameModifier),this.pause())},AnimationItem.prototype.goToAndPlay=function(t,e,i){this.goToAndStop(t,e,i),this.play()},AnimationItem.prototype.advanceTime=function(t){if(!0!==this.isPaused&&!1!==this.isLoaded){var e=this.currentRawFrame+t*this.frameModifier,i=!1;e>=this.totalFrames-1&&0<this.frameModifier?this.loop&&this.playCount!==this.loop?e>=this.totalFrames?(this.playCount+=1,this.checkSegments(e%this.totalFrames)||(this.setCurrentRawFrameValue(e%this.totalFrames),this._completedLoop=!0,this.trigger("loopComplete"))):this.setCurrentRawFrameValue(e):this.checkSegments(e>this.totalFrames?e%this.totalFrames:0)||(i=!0,e=this.totalFrames-1):e<0?this.checkSegments(e%this.totalFrames)||(!this.loop||this.playCount--<=0&&!0!==this.loop?(i=!0,e=0):(this.setCurrentRawFrameValue(this.totalFrames+e%this.totalFrames),this._completedLoop?this.trigger("loopComplete"):this._completedLoop=!0)):this.setCurrentRawFrameValue(e),i&&(this.setCurrentRawFrameValue(e),this.pause(),this.trigger("complete"))}},AnimationItem.prototype.adjustSegment=function(t,e){this.playCount=0,t[1]<t[0]?(0<this.frameModifier&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(-1)),this.timeCompleted=this.totalFrames=t[0]-t[1],this.firstFrame=t[1],this.setCurrentRawFrameValue(this.totalFrames-.001-e)):t[1]>t[0]&&(this.frameModifier<0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(1)),this.timeCompleted=this.totalFrames=t[1]-t[0],this.firstFrame=t[0],this.setCurrentRawFrameValue(.001+e)),this.trigger("segmentStart")},AnimationItem.prototype.setSegment=function(t,e){var i=-1;this.isPaused&&(this.currentRawFrame+this.firstFrame<t?i=t:this.currentRawFrame+this.firstFrame>e&&(i=e-t)),this.firstFrame=t,this.timeCompleted=this.totalFrames=e-t,-1!==i&&this.goToAndStop(i,!0)},AnimationItem.prototype.playSegments=function(t,e){if(e&&(this.segments.length=0),"object"==_typeof(t[0])){var i,r=t.length;for(i=0;i<r;i+=1)this.segments.push(t[i])}else this.segments.push(t);this.segments.length&&e&&this.adjustSegment(this.segments.shift(),0),this.isPaused&&this.play()},AnimationItem.prototype.resetSegments=function(t){this.segments.length=0,this.segments.push([this.animationData.ip,this.animationData.op]),t&&this.checkSegments(0)},AnimationItem.prototype.checkSegments=function(t){return!!this.segments.length&&(this.adjustSegment(this.segments.shift(),t),!0)},AnimationItem.prototype.destroy=function(t){t&&this.name!=t||!this.renderer||(this.renderer.destroy(),this.imagePreloader.destroy(),this.trigger("destroy"),this._cbs=null,this.onEnterFrame=this.onLoopComplete=this.onComplete=this.onSegmentStart=this.onDestroy=null,this.renderer=null)},AnimationItem.prototype.setCurrentRawFrameValue=function(t){this.currentRawFrame=t,this.gotoFrame()},AnimationItem.prototype.setSpeed=function(t){this.playSpeed=t,this.updaFrameModifier()},AnimationItem.prototype.setDirection=function(t){this.playDirection=t<0?-1:1,this.updaFrameModifier()},AnimationItem.prototype.updaFrameModifier=function(){this.frameModifier=this.frameMult*this.playSpeed*this.playDirection},AnimationItem.prototype.getPath=function(){return this.path},AnimationItem.prototype.getAssetsPath=function(t){var e="";if(t.e)e=t.p;else if(this.assetsPath){var i=t.p;-1!==i.indexOf("images/")&&(i=i.split("/")[1]),e=this.assetsPath+i}else e=this.path,e+=t.u?t.u:"",e+=t.p;return e},AnimationItem.prototype.getAssetData=function(t){for(var e=0,i=this.assets.length;e<i;){if(t==this.assets[e].id)return this.assets[e];e+=1}},AnimationItem.prototype.hide=function(){this.renderer.hide()},AnimationItem.prototype.show=function(){this.renderer.show()},AnimationItem.prototype.getDuration=function(t){return t?this.totalFrames:this.totalFrames/this.frameRate},AnimationItem.prototype.trigger=function(t){if(this._cbs&&this._cbs[t])switch(t){case"enterFrame":this.triggerEvent(t,new BMEnterFrameEvent(t,this.currentFrame,this.totalFrames,this.frameModifier));break;case"loopComplete":this.triggerEvent(t,new BMCompleteLoopEvent(t,this.loop,this.playCount,this.frameMult));break;case"complete":this.triggerEvent(t,new BMCompleteEvent(t,this.frameMult));break;case"segmentStart":this.triggerEvent(t,new BMSegmentStartEvent(t,this.firstFrame,this.totalFrames));break;case"destroy":this.triggerEvent(t,new BMDestroyEvent(t,this));break;default:this.triggerEvent(t)}"enterFrame"===t&&this.onEnterFrame&&this.onEnterFrame.call(this,new BMEnterFrameEvent(t,this.currentFrame,this.totalFrames,this.frameMult)),"loopComplete"===t&&this.onLoopComplete&&this.onLoopComplete.call(this,new BMCompleteLoopEvent(t,this.loop,this.playCount,this.frameMult)),"complete"===t&&this.onComplete&&this.onComplete.call(this,new BMCompleteEvent(t,this.frameMult)),"segmentStart"===t&&this.onSegmentStart&&this.onSegmentStart.call(this,new BMSegmentStartEvent(t,this.firstFrame,this.totalFrames)),"destroy"===t&&this.onDestroy&&this.onDestroy.call(this,new BMDestroyEvent(t,this))},AnimationItem.prototype.triggerRenderFrameError=function(t){var e=new BMRenderFrameErrorEvent(t,this.currentFrame);this.triggerEvent("error",e),this.onError&&this.onError.call(this,e)},AnimationItem.prototype.triggerConfigError=function(t){var e=new BMConfigErrorEvent(t,this.currentFrame);this.triggerEvent("error",e),this.onError&&this.onError.call(this,e)};var Expressions=(KO={},KO.initExpressions=function(t){var e=0,i=[];t.renderer.compInterface=CompExpressionInterface(t.renderer),t.renderer.globalData.projectInterface.registerComposition(t.renderer),t.renderer.globalData.pushExpression=function(){e+=1},t.renderer.globalData.popExpression=function(){0==(e-=1)&&function(){var t,e=i.length;for(t=0;t<e;t+=1)i[t].release();i.length=0}()},t.renderer.globalData.registerExpressionProperty=function(t){-1===i.indexOf(t)&&i.push(t)}},KO),KO;expressionsPlugin=Expressions;var ExpressionManager=function(){var ob={},Math=BMMath,window=null,document=null;function $bm_isInstanceOfArray(t){return t.constructor===Array||t.constructor===Float32Array}function isNumerable(t,e){return"number"===t||"boolean"===t||"string"===t||e instanceof Number}function $bm_neg(t){var e=_typeof(t);if("number"===e||"boolean"===e||t instanceof Number)return-t;if($bm_isInstanceOfArray(t)){var i,r=t.length,n=[];for(i=0;i<r;i+=1)n[i]=-t[i];return n}return t.propType?t.v:void 0}var easeInBez=BezierFactory.getBezierEasing(.333,0,.833,.833,"easeIn").get,easeOutBez=BezierFactory.getBezierEasing(.167,.167,.667,1,"easeOut").get,easeInOutBez=BezierFactory.getBezierEasing(.33,0,.667,1,"easeInOut").get;function sum(t,e){var i=_typeof(t),r=_typeof(e);if("string"===i||"string"===r)return t+e;if(isNumerable(i,t)&&isNumerable(r,e))return t+e;if($bm_isInstanceOfArray(t)&&isNumerable(r,e))return(t=t.slice(0))[0]=t[0]+e,t;if(isNumerable(i,t)&&$bm_isInstanceOfArray(e))return(e=e.slice(0))[0]=t+e[0],e;if($bm_isInstanceOfArray(t)&&$bm_isInstanceOfArray(e)){for(var n=0,s=t.length,a=e.length,o=[];n<s||n<a;)("number"==typeof t[n]||t[n]instanceof Number)&&("number"==typeof e[n]||e[n]instanceof Number)?o[n]=t[n]+e[n]:o[n]=void 0===e[n]?t[n]:t[n]||e[n],n+=1;return o}return 0}var add=sum;function sub(t,e){var i=_typeof(t),r=_typeof(e);if(isNumerable(i,t)&&isNumerable(r,e))return"string"===i&&(t=parseInt(t)),"string"===r&&(e=parseInt(e)),t-e;if($bm_isInstanceOfArray(t)&&isNumerable(r,e))return(t=t.slice(0))[0]=t[0]-e,t;if(isNumerable(i,t)&&$bm_isInstanceOfArray(e))return(e=e.slice(0))[0]=t-e[0],e;if($bm_isInstanceOfArray(t)&&$bm_isInstanceOfArray(e)){for(var n=0,s=t.length,a=e.length,o=[];n<s||n<a;)("number"==typeof t[n]||t[n]instanceof Number)&&("number"==typeof e[n]||e[n]instanceof Number)?o[n]=t[n]-e[n]:o[n]=void 0===e[n]?t[n]:t[n]||e[n],n+=1;return o}return 0}function mul(t,e){var i,r,n,s=_typeof(t),a=_typeof(e);if(isNumerable(s,t)&&isNumerable(a,e))return t*e;if($bm_isInstanceOfArray(t)&&isNumerable(a,e)){for(n=t.length,i=createTypedArray("float32",n),r=0;r<n;r+=1)i[r]=t[r]*e;return i}if(isNumerable(s,t)&&$bm_isInstanceOfArray(e)){for(n=e.length,i=createTypedArray("float32",n),r=0;r<n;r+=1)i[r]=t*e[r];return i}return 0}function div(t,e){var i,r,n,s=_typeof(t),a=_typeof(e);if(isNumerable(s,t)&&isNumerable(a,e))return t/e;if($bm_isInstanceOfArray(t)&&isNumerable(a,e)){for(n=t.length,i=createTypedArray("float32",n),r=0;r<n;r+=1)i[r]=t[r]/e;return i}if(isNumerable(s,t)&&$bm_isInstanceOfArray(e)){for(n=e.length,i=createTypedArray("float32",n),r=0;r<n;r+=1)i[r]=t/e[r];return i}return 0}function mod(t,e){return"string"==typeof t&&(t=parseInt(t)),"string"==typeof e&&(e=parseInt(e)),t%e}var $bm_sum=sum,$bm_sub=sub,$bm_mul=mul,$bm_div=div,$bm_mod=mod;function clamp(t,e,i){if(i<e){var r=i;i=e,e=r}return Math.min(Math.max(t,e),i)}function radiansToDegrees(t){return t/degToRads}var radians_to_degrees=radiansToDegrees;function degreesToRadians(t){return t*degToRads}var degrees_to_radians=radiansToDegrees,helperLengthArray=[0,0,0,0,0,0];function length(t,e){if("number"==typeof t||t instanceof Number)return e=e||0,Math.abs(t-e);e||(e=helperLengthArray);var i,r=Math.min(t.length,e.length),n=0;for(i=0;i<r;i+=1)n+=Math.pow(e[i]-t[i],2);return Math.sqrt(n)}function normalize(t){return div(t,length(t))}function rgbToHsl(t){var e,i,r=t[0],n=t[1],s=t[2],a=Math.max(r,n,s),o=Math.min(r,n,s),h=(a+o)/2;if(a==o)e=i=0;else{var l=a-o;switch(i=.5<h?l/(2-a-o):l/(a+o),a){case r:e=(n-s)/l+(n<s?6:0);break;case n:e=(s-r)/l+2;break;case s:e=(r-n)/l+4}e/=6}return[e,i,h,t[3]]}function hue2rgb(t,e,i){return i<0&&(i+=1),1<i&&(i-=1),i<1/6?t+6*(e-t)*i:i<.5?e:i<2/3?t+(e-t)*(2/3-i)*6:t}function hslToRgb(t){var e,i,r,n=t[0],s=t[1],a=t[2];if(0===s)e=i=r=a;else{var o=a<.5?a*(1+s):a+s-a*s,h=2*a-o;e=hue2rgb(h,o,n+1/3),i=hue2rgb(h,o,n),r=hue2rgb(h,o,n-1/3)}return[e,i,r,t[3]]}function linear(t,e,i,r,n){if(void 0!==r&&void 0!==n||(r=e,n=i,e=0,i=1),i<e){var s=i;i=e,e=s}if(t<=e)return r;if(i<=t)return n;var a=i===e?0:(t-e)/(i-e);if(!r.length)return r+(n-r)*a;var o,h=r.length,l=createTypedArray("float32",h);for(o=0;o<h;o+=1)l[o]=r[o]+(n[o]-r[o])*a;return l}function random(t,e){if(void 0===e&&(void 0===t?(t=0,e=1):(e=t,t=void 0)),e.length){var i,r=e.length;t||(t=createTypedArray("float32",r));var n=createTypedArray("float32",r),s=BMMath.random();for(i=0;i<r;i+=1)n[i]=t[i]+s*(e[i]-t[i]);return n}return void 0===t&&(t=0),t+BMMath.random()*(e-t)}function createPath(t,e,i,r){var n,s=t.length,a=shape_pool.newElement();a.setPathData(!!r,s);var o,h,l=[0,0];for(n=0;n<s;n+=1)o=e&&e[n]?e[n]:l,h=i&&i[n]?i[n]:l,a.setTripleAt(t[n][0],t[n][1],h[0]+t[n][0],h[1]+t[n][1],o[0]+t[n][0],o[1]+t[n][1],n,!0);return a}function initiateExpression(elem,data,property){var val=data.x,needsVelocity=/velocity(?![\w\d])/.test(val),_needsRandom=-1!==val.indexOf("random"),elemType=elem.data.ty,transform,$bm_transform,content,effect,thisProperty=property;thisProperty.valueAtTime=thisProperty.getValueAtTime,Object.defineProperty(thisProperty,"value",{get:function(){return thisProperty.v}}),elem.comp.frameDuration=1/elem.comp.globalData.frameRate,elem.comp.displayStartTime=0;var inPoint=elem.data.ip/elem.comp.globalData.frameRate,outPoint=elem.data.op/elem.comp.globalData.frameRate,width=elem.data.sw?elem.data.sw:0,height=elem.data.sh?elem.data.sh:0,name=elem.data.nm,loopIn,loop_in,loopOut,loop_out,smooth,toWorld,fromWorld,fromComp,toComp,fromCompToSurface,position,rotation,anchorPoint,scale,thisLayer,thisComp,mask,valueAtTime,velocityAtTime,__expression_functions=[],scoped_bm_rt;if(data.xf){var i,len=data.xf.length;for(i=0;i<len;i+=1)__expression_functions[i]=eval("(function(){ return "+data.xf[i]+"}())")}var expression_function=eval("[function _expression_function(){"+val+";scoped_bm_rt=$bm_rt}]")[0],numKeys=property.kf?data.k.length:0,active=!this.data||!0!==this.data.hd,wiggle=function(t,e){var i,r,n=this.pv.length?this.pv.length:1,s=createTypedArray("float32",n),a=Math.floor(5*time);for(r=i=0;i<a;){for(r=0;r<n;r+=1)s[r]+=-e+2*e*BMMath.random();i+=1}var o=5*time,h=o-Math.floor(o),l=createTypedArray("float32",n);if(1<n){for(r=0;r<n;r+=1)l[r]=this.pv[r]+s[r]+(-e+2*e*BMMath.random())*h;return l}return this.pv+s[0]+(-e+2*e*BMMath.random())*h}.bind(this);function loopInDuration(t,e){return loopIn(t,e,!0)}function loopOutDuration(t,e){return loopOut(t,e,!0)}thisProperty.loopIn&&(loopIn=thisProperty.loopIn.bind(thisProperty),loop_in=loopIn),thisProperty.loopOut&&(loopOut=thisProperty.loopOut.bind(thisProperty),loop_out=loopOut),thisProperty.smooth&&(smooth=thisProperty.smooth.bind(thisProperty)),this.getValueAtTime&&(valueAtTime=this.getValueAtTime.bind(this)),this.getVelocityAtTime&&(velocityAtTime=this.getVelocityAtTime.bind(this));var comp=elem.comp.globalData.projectInterface.bind(elem.comp.globalData.projectInterface),time,velocity,value,text,textIndex,textTotal,selectorValue;function lookAt(t,e){var i=[e[0]-t[0],e[1]-t[1],e[2]-t[2]],r=Math.atan2(i[0],Math.sqrt(i[1]*i[1]+i[2]*i[2]))/degToRads;return[-Math.atan2(i[1],i[2])/degToRads,r,0]}function easeOut(t,e,i,r,n){return applyEase(easeOutBez,t,e,i,r,n)}function easeIn(t,e,i,r,n){return applyEase(easeInBez,t,e,i,r,n)}function ease(t,e,i,r,n){return applyEase(easeInOutBez,t,e,i,r,n)}function applyEase(t,e,i,r,n,s){void 0===n?(n=i,s=r):e=(e-i)/(r-i);var a=t(e=1<e?1:e<0?0:e);if($bm_isInstanceOfArray(n)){var o,h=n.length,l=createTypedArray("float32",h);for(o=0;o<h;o+=1)l[o]=(s[o]-n[o])*a+n[o];return l}return(s-n)*a+n}function nearestKey(t){var e,i,r,n=data.k.length;if(data.k.length&&"number"!=typeof data.k[0])if(i=-1,(t*=elem.comp.globalData.frameRate)<data.k[0].t)i=1,r=data.k[0].t;else{for(e=0;e<n-1;e+=1){if(t===data.k[e].t){i=e+1,r=data.k[e].t;break}if(t>data.k[e].t&&t<data.k[e+1].t){r=t-data.k[e].t>data.k[e+1].t-t?(i=e+2,data.k[e+1].t):(i=e+1,data.k[e].t);break}}-1===i&&(i=e+1,r=data.k[e].t)}else r=i=0;var s={};return s.index=i,s.time=r/elem.comp.globalData.frameRate,s}function key(t){var e,i,r;if(!data.k.length||"number"==typeof data.k[0])throw new Error("The property has no keyframe at index "+t);t-=1,e={time:data.k[t].t/elem.comp.globalData.frameRate,value:[]};var n=data.k[t].hasOwnProperty("s")?data.k[t].s:data.k[t-1].e;for(r=n.length,i=0;i<r;i+=1)e[i]=n[i],e.value[i]=n[i];return e}function framesToTime(t,e){return e||(e=elem.comp.globalData.frameRate),t/e}function timeToFrames(t,e){return t||0===t||(t=time),e||(e=elem.comp.globalData.frameRate),t*e}function seedRandom(t){BMMath.seedrandom(randSeed+t)}function sourceRectAtTime(){return elem.sourceRectAtTime()}function substring(t,e){return"string"==typeof value?void 0===e?value.substring(t):value.substring(t,e):""}function substr(t,e){return"string"==typeof value?void 0===e?value.substr(t):value.substr(t,e):""}function posterizeTime(t){time=0===t?0:Math.floor(time*t)/t,value=valueAtTime(time)}var index=elem.data.ind,hasParent=!(!elem.hierarchy||!elem.hierarchy.length),parent,randSeed=Math.floor(1e6*Math.random()),globalData=elem.globalData;function executeExpression(t){return value=t,_needsRandom&&seedRandom(randSeed),this.frameExpressionId===elem.globalData.frameId&&"textSelector"!==this.propType?value:("textSelector"===this.propType&&(textIndex=this.textIndex,textTotal=this.textTotal,selectorValue=this.selectorValue),thisLayer||(text=elem.layerInterface.text,thisLayer=elem.layerInterface,thisComp=elem.comp.compInterface,toWorld=thisLayer.toWorld.bind(thisLayer),fromWorld=thisLayer.fromWorld.bind(thisLayer),fromComp=thisLayer.fromComp.bind(thisLayer),toComp=thisLayer.toComp.bind(thisLayer),mask=thisLayer.mask?thisLayer.mask.bind(thisLayer):null,fromCompToSurface=fromComp),transform||(transform=elem.layerInterface("ADBE Transform Group"),($bm_transform=transform)&&(anchorPoint=transform.anchorPoint)),4!==elemType||content||(content=thisLayer("ADBE Root Vectors Group")),effect||(effect=thisLayer(4)),(hasParent=!(!elem.hierarchy||!elem.hierarchy.length))&&!parent&&(parent=elem.hierarchy[0].layerInterface),time=this.comp.renderedFrame/this.comp.globalData.frameRate,needsVelocity&&(velocity=velocityAtTime(time)),expression_function(),this.frameExpressionId=elem.globalData.frameId,"shape"===scoped_bm_rt.propType&&(scoped_bm_rt=scoped_bm_rt.v),scoped_bm_rt)}return executeExpression}return ob.initiateExpression=initiateExpression,ob}(),expressionHelpers={searchExpressions:function(t,e,i){e.x&&(i.k=!0,i.x=!0,i.initiateExpression=ExpressionManager.initiateExpression,i.effectsSequence.push(i.initiateExpression(t,e,i).bind(i)))},getSpeedAtTime:function(t){var e=this.getValueAtTime(t),i=this.getValueAtTime(t+-.01),r=0;if(e.length){var n;for(n=0;n<e.length;n+=1)r+=Math.pow(i[n]-e[n],2);r=100*Math.sqrt(r)}else r=0;return r},getVelocityAtTime:function(t){if(void 0!==this.vel)return this.vel;var e,i,r=this.getValueAtTime(t),n=this.getValueAtTime(t+-.001);if(r.length)for(e=createTypedArray("float32",r.length),i=0;i<r.length;i+=1)e[i]=(n[i]-r[i])/-.001;else e=(n-r)/-.001;return e},getValueAtTime:function(t){return t*=this.elem.globalData.frameRate,(t-=this.offsetTime)!==this._cachingAtTime.lastFrame&&(this._cachingAtTime.lastIndex=this._cachingAtTime.lastFrame<t?this._cachingAtTime.lastIndex:0,this._cachingAtTime.value=this.interpolateValue(t,this._cachingAtTime),this._cachingAtTime.lastFrame=t),this._cachingAtTime.value},getStaticValueAtTime:function(){return this.pv},setGroupProperty:function(t){this.propertyGroup=t}};!function(){function t(t,e,i){if(!this.k||!this.keyframes)return this.pv;t=t?t.toLowerCase():"";var r,n,s,a,o,h=this.comp.renderedFrame,l=this.keyframes,p=l[l.length-1].t;if(h<=p)return this.pv;if(i?n=p-(r=e?Math.abs(p-elem.comp.globalData.frameRate*e):Math.max(0,p-this.elem.data.ip)):((!e||e>l.length-1)&&(e=l.length-1),r=p-(n=l[l.length-1-e].t)),"pingpong"===t){if(Math.floor((h-n)/r)%2!=0)return this.getValueAtTime((r-(h-n)%r+n)/this.comp.globalData.frameRate,0)}else{if("offset"===t){var c=this.getValueAtTime(n/this.comp.globalData.frameRate,0),d=this.getValueAtTime(p/this.comp.globalData.frameRate,0),f=this.getValueAtTime(((h-n)%r+n)/this.comp.globalData.frameRate,0),m=Math.floor((h-n)/r);if(this.pv.length){for(a=(o=new Array(c.length)).length,s=0;s<a;s+=1)o[s]=(d[s]-c[s])*m+f[s];return o}return(d-c)*m+f}if("continue"===t){var u=this.getValueAtTime(p/this.comp.globalData.frameRate,0),g=this.getValueAtTime((p-.001)/this.comp.globalData.frameRate,0);if(this.pv.length){for(a=(o=new Array(u.length)).length,s=0;s<a;s+=1)o[s]=u[s]+(u[s]-g[s])*((h-p)/this.comp.globalData.frameRate)/5e-4;return o}return u+(h-p)/.001*(u-g)}}return this.getValueAtTime(((h-n)%r+n)/this.comp.globalData.frameRate,0)}function e(t,e,i){if(!this.k)return this.pv;t=t?t.toLowerCase():"";var r,n,s,a,o,h=this.comp.renderedFrame,l=this.keyframes,p=l[0].t;if(p<=h)return this.pv;if(i?n=p+(r=e?Math.abs(elem.comp.globalData.frameRate*e):Math.max(0,this.elem.data.op-p)):((!e||e>l.length-1)&&(e=l.length-1),r=(n=l[e].t)-p),"pingpong"===t){if(Math.floor((p-h)/r)%2==0)return this.getValueAtTime(((p-h)%r+p)/this.comp.globalData.frameRate,0)}else{if("offset"===t){var c=this.getValueAtTime(p/this.comp.globalData.frameRate,0),d=this.getValueAtTime(n/this.comp.globalData.frameRate,0),f=this.getValueAtTime((r-(p-h)%r+p)/this.comp.globalData.frameRate,0),m=Math.floor((p-h)/r)+1;if(this.pv.length){for(a=(o=new Array(c.length)).length,s=0;s<a;s+=1)o[s]=f[s]-(d[s]-c[s])*m;return o}return f-(d-c)*m}if("continue"===t){var u=this.getValueAtTime(p/this.comp.globalData.frameRate,0),g=this.getValueAtTime((p+.001)/this.comp.globalData.frameRate,0);if(this.pv.length){for(a=(o=new Array(u.length)).length,s=0;s<a;s+=1)o[s]=u[s]+(u[s]-g[s])*(p-h)/.001;return o}return u+(u-g)*(p-h)/.001}}return this.getValueAtTime((r-(p-h)%r+p)/this.comp.globalData.frameRate,0)}function i(t,e){if(!this.k)return this.pv;if(t=.5*(t||.4),(e=Math.floor(e||5))<=1)return this.pv;var i,r,n=this.comp.renderedFrame/this.comp.globalData.frameRate,s=n-t,a=1<e?(n+t-s)/(e-1):1,o=0,h=0;for(i=this.pv.length?createTypedArray("float32",this.pv.length):0;o<e;){if(r=this.getValueAtTime(s+o*a),this.pv.length)for(h=0;h<this.pv.length;h+=1)i[h]+=r[h];else i+=r;o+=1}if(this.pv.length)for(h=0;h<this.pv.length;h+=1)i[h]/=e;else i/=e;return i}var r=TransformPropertyFactory.getTransformProperty;TransformPropertyFactory.getTransformProperty=function(t,e,i){var n=r(t,e,i);return n.dynamicProperties.length?n.getValueAtTime=function(t){console.warn("Transform at time not supported")}.bind(n):n.getValueAtTime=function(t){}.bind(n),n.setGroupProperty=expressionHelpers.setGroupProperty,n};var n=PropertyFactory.getProp;PropertyFactory.getProp=function(r,s,a,o,h){var l=n(r,s,a,o,h);l.kf?l.getValueAtTime=expressionHelpers.getValueAtTime.bind(l):l.getValueAtTime=expressionHelpers.getStaticValueAtTime.bind(l),l.setGroupProperty=expressionHelpers.setGroupProperty,l.loopOut=t,l.loopIn=e,l.smooth=i,l.getVelocityAtTime=expressionHelpers.getVelocityAtTime.bind(l),l.getSpeedAtTime=expressionHelpers.getSpeedAtTime.bind(l),l.numKeys=1===s.a?s.k.length:0,l.propertyIndex=s.ix;var p=0;return 0!==a&&(p=createTypedArray("float32",1===s.a?s.k[0].s.length:s.k.length)),l._cachingAtTime={lastFrame:initialDefaultFrame,lastIndex:0,value:p},expressionHelpers.searchExpressions(r,s,l),l.k&&h.addDynamicProperty(l),l};var s=ShapePropertyFactory.getConstructorFunction(),a=ShapePropertyFactory.getKeyframedConstructorFunction();function o(){}o.prototype={vertices:function(t,e){this.k&&this.getValue();var i=this.v;void 0!==e&&(i=this.getValueAtTime(e,0));var r,n=i._length,s=i[t],a=i.v,o=createSizedArray(n);for(r=0;r<n;r+=1)o[r]="i"===t||"o"===t?[s[r][0]-a[r][0],s[r][1]-a[r][1]]:[s[r][0],s[r][1]];return o},points:function(t){return this.vertices("v",t)},inTangents:function(t){return this.vertices("i",t)},outTangents:function(t){return this.vertices("o",t)},isClosed:function(){return this.v.c},pointOnPath:function(t,e){var i=this.v;void 0!==e&&(i=this.getValueAtTime(e,0)),this._segmentsLength||(this._segmentsLength=bez.getSegmentsLength(i));for(var r,n=this._segmentsLength,s=n.lengths,a=n.totalLength*t,o=0,h=s.length,l=0;o<h;){if(l+s[o].addedLength>a){var p=o,c=i.c&&o===h-1?0:o+1,d=(a-l)/s[o].addedLength;r=bez.getPointInSegment(i.v[p],i.v[c],i.o[p],i.i[c],d,s[o]);break}l+=s[o].addedLength,o+=1}return r||(r=i.c?[i.v[0][0],i.v[0][1]]:[i.v[i._length-1][0],i.v[i._length-1][1]]),r},vectorOnPath:function(t,e,i){t=1==t?this.v.c?0:.999:t;var r=this.pointOnPath(t,e),n=this.pointOnPath(t+.001,e),s=n[0]-r[0],a=n[1]-r[1],o=Math.sqrt(Math.pow(s,2)+Math.pow(a,2));return 0===o?[0,0]:"tangent"===i?[s/o,a/o]:[-a/o,s/o]},tangentOnPath:function(t,e){return this.vectorOnPath(t,e,"tangent")},normalOnPath:function(t,e){return this.vectorOnPath(t,e,"normal")},setGroupProperty:expressionHelpers.setGroupProperty,getValueAtTime:expressionHelpers.getStaticValueAtTime},extendPrototype([o],s),extendPrototype([o],a),a.prototype.getValueAtTime=function(t){return this._cachingAtTime||(this._cachingAtTime={shapeValue:shape_pool.clone(this.pv),lastIndex:0,lastTime:initialDefaultFrame}),t*=this.elem.globalData.frameRate,(t-=this.offsetTime)!==this._cachingAtTime.lastTime&&(this._cachingAtTime.lastIndex=this._cachingAtTime.lastTime<t?this._caching.lastIndex:0,this._cachingAtTime.lastTime=t,this.interpolateShape(t,this._cachingAtTime.shapeValue,this._cachingAtTime)),this._cachingAtTime.shapeValue},a.prototype.initiateExpression=ExpressionManager.initiateExpression;var h=ShapePropertyFactory.getShapeProp;ShapePropertyFactory.getShapeProp=function(t,e,i,r,n){var s=h(t,e,i,r,n);return s.propertyIndex=e.ix,s.lock=!1,3===i?expressionHelpers.searchExpressions(t,e.pt,s):4===i&&expressionHelpers.searchExpressions(t,e.ks,s),s.k&&t.addDynamicProperty(s),s}}(),TextProperty.prototype.getExpressionValue=function(t,e){var i=this.calculateExpression(e);if(t.t===i)return t;var r={};return this.copyData(r,t),r.t=i.toString(),r.__complete=!1,r},TextProperty.prototype.searchProperty=function(){var t=this.searchKeyframes(),e=this.searchExpressions();return this.kf=t||e,this.kf},TextProperty.prototype.searchExpressions=function(){if(this.data.d.x)return this.calculateExpression=ExpressionManager.initiateExpression.bind(this)(this.elem,this.data.d,this),this.addEffect(this.getExpressionValue.bind(this)),!0};var ShapeExpressionInterface=function(){function t(t,c,d){var f,m=[],u=t?t.length:0;for(f=0;f<u;f+=1)"gr"==t[f].ty?m.push(e(t[f],c[f],d)):"fl"==t[f].ty?m.push(i(t[f],c[f],d)):"st"==t[f].ty?m.push(r(t[f],c[f],d)):"tm"==t[f].ty?m.push(n(t[f],c[f],d)):"tr"==t[f].ty||("el"==t[f].ty?m.push(s(t[f],c[f],d)):"sr"==t[f].ty?m.push(a(t[f],c[f],d)):"sh"==t[f].ty?m.push(p(t[f],c[f],d)):"rc"==t[f].ty?m.push(o(t[f],c[f],d)):"rd"==t[f].ty?m.push(h(t[f],c[f],d)):"rp"==t[f].ty&&m.push(l(t[f],c[f],d)));return m}function e(e,i,r){var n,s,a,o,h,l=function t(e){switch(e){case"ADBE Vectors Group":case"Contents":case 2:return t.content;default:return t.transform}},p=(n=e,s=i,a=l.propertyGroup=function(t){return 1===t?l:r(t-1)},(h=function(t){for(var e=0,i=o.length;e<i;){if(o[e]._name===t||o[e].mn===t||o[e].propertyIndex===t||o[e].ix===t||o[e].ind===t)return o[e];e+=1}if("number"==typeof t)return o[t-1]}).propertyGroup=function(t){return 1===t?h:a(t-1)},o=t(n.it,s.it,h.propertyGroup),h.numProperties=o.length,h.propertyIndex=n.cix,h._name=n.nm,h),c=function(t,e,i){function r(t){return 1==t?n:i(--t)}function n(e){return t.a.ix===e||"Anchor Point"===e?n.anchorPoint:t.o.ix===e||"Opacity"===e?n.opacity:t.p.ix===e||"Position"===e?n.position:t.r.ix===e||"Rotation"===e||"ADBE Vector Rotation"===e?n.rotation:t.s.ix===e||"Scale"===e?n.scale:t.sk&&t.sk.ix===e||"Skew"===e?n.skew:t.sa&&t.sa.ix===e||"Skew Axis"===e?n.skewAxis:void 0}return e.transform.mProps.o.setGroupProperty(r),e.transform.mProps.p.setGroupProperty(r),e.transform.mProps.a.setGroupProperty(r),e.transform.mProps.s.setGroupProperty(r),e.transform.mProps.r.setGroupProperty(r),e.transform.mProps.sk&&(e.transform.mProps.sk.setGroupProperty(r),e.transform.mProps.sa.setGroupProperty(r)),e.transform.op.setGroupProperty(r),Object.defineProperties(n,{opacity:{get:ExpressionPropertyInterface(e.transform.mProps.o)},position:{get:ExpressionPropertyInterface(e.transform.mProps.p)},anchorPoint:{get:ExpressionPropertyInterface(e.transform.mProps.a)},scale:{get:ExpressionPropertyInterface(e.transform.mProps.s)},rotation:{get:ExpressionPropertyInterface(e.transform.mProps.r)},skew:{get:ExpressionPropertyInterface(e.transform.mProps.sk)},skewAxis:{get:ExpressionPropertyInterface(e.transform.mProps.sa)},_name:{value:t.nm}}),n.ty="tr",n.mn=t.mn,n.propertyGroup=i,n}(e.it[e.it.length-1],i.it[i.it.length-1],l.propertyGroup);return l.content=p,l.transform=c,Object.defineProperty(l,"_name",{get:function(){return e.nm}}),l.numProperties=e.np,l.propertyIndex=e.ix,l.nm=e.nm,l.mn=e.mn,l}function i(t,e,i){function r(t){return"Color"===t||"color"===t?r.color:"Opacity"===t||"opacity"===t?r.opacity:void 0}return Object.defineProperties(r,{color:{get:ExpressionPropertyInterface(e.c)},opacity:{get:ExpressionPropertyInterface(e.o)},_name:{value:t.nm},mn:{value:t.mn}}),e.c.setGroupProperty(i),e.o.setGroupProperty(i),r}function r(t,e,i){function r(t){return 1===t?ob:i(t-1)}function n(t){return 1===t?h:r(t-1)}var s,a,o=t.d?t.d.length:0,h={};for(s=0;s<o;s+=1)a=s,Object.defineProperty(h,t.d[a].nm,{get:ExpressionPropertyInterface(e.d.dataProps[a].p)}),e.d.dataProps[s].p.setGroupProperty(n);function l(t){return"Color"===t||"color"===t?l.color:"Opacity"===t||"opacity"===t?l.opacity:"Stroke Width"===t||"stroke width"===t?l.strokeWidth:void 0}return Object.defineProperties(l,{color:{get:ExpressionPropertyInterface(e.c)},opacity:{get:ExpressionPropertyInterface(e.o)},strokeWidth:{get:ExpressionPropertyInterface(e.w)},dash:{get:function(){return h}},_name:{value:t.nm},mn:{value:t.mn}}),e.c.setGroupProperty(r),e.o.setGroupProperty(r),e.w.setGroupProperty(r),l}function n(t,e,i){function r(t){return 1==t?n:i(--t)}function n(e){return e===t.e.ix||"End"===e||"end"===e?n.end:e===t.s.ix?n.start:e===t.o.ix?n.offset:void 0}return n.propertyIndex=t.ix,e.s.setGroupProperty(r),e.e.setGroupProperty(r),e.o.setGroupProperty(r),n.propertyIndex=t.ix,n.propertyGroup=i,Object.defineProperties(n,{start:{get:ExpressionPropertyInterface(e.s)},end:{get:ExpressionPropertyInterface(e.e)},offset:{get:ExpressionPropertyInterface(e.o)},_name:{value:t.nm}}),n.mn=t.mn,n}function s(t,e,i){function r(t){return 1==t?s:i(--t)}s.propertyIndex=t.ix;var n="tm"===e.sh.ty?e.sh.prop:e.sh;function s(e){return t.p.ix===e?s.position:t.s.ix===e?s.size:void 0}return n.s.setGroupProperty(r),n.p.setGroupProperty(r),Object.defineProperties(s,{size:{get:ExpressionPropertyInterface(n.s)},position:{get:ExpressionPropertyInterface(n.p)},_name:{value:t.nm}}),s.mn=t.mn,s}function a(t,e,i){function r(t){return 1==t?s:i(--t)}var n="tm"===e.sh.ty?e.sh.prop:e.sh;function s(e){return t.p.ix===e?s.position:t.r.ix===e?s.rotation:t.pt.ix===e?s.points:t.or.ix===e||"ADBE Vector Star Outer Radius"===e?s.outerRadius:t.os.ix===e?s.outerRoundness:!t.ir||t.ir.ix!==e&&"ADBE Vector Star Inner Radius"!==e?t.is&&t.is.ix===e?s.innerRoundness:void 0:s.innerRadius}return s.propertyIndex=t.ix,n.or.setGroupProperty(r),n.os.setGroupProperty(r),n.pt.setGroupProperty(r),n.p.setGroupProperty(r),n.r.setGroupProperty(r),t.ir&&(n.ir.setGroupProperty(r),n.is.setGroupProperty(r)),Object.defineProperties(s,{position:{get:ExpressionPropertyInterface(n.p)},rotation:{get:ExpressionPropertyInterface(n.r)},points:{get:ExpressionPropertyInterface(n.pt)},outerRadius:{get:ExpressionPropertyInterface(n.or)},outerRoundness:{get:ExpressionPropertyInterface(n.os)},innerRadius:{get:ExpressionPropertyInterface(n.ir)},innerRoundness:{get:ExpressionPropertyInterface(n.is)},_name:{value:t.nm}}),s.mn=t.mn,s}function o(t,e,i){function r(t){return 1==t?s:i(--t)}var n="tm"===e.sh.ty?e.sh.prop:e.sh;function s(e){return t.p.ix===e?s.position:t.r.ix===e?s.roundness:t.s.ix===e||"Size"===e||"ADBE Vector Rect Size"===e?s.size:void 0}return s.propertyIndex=t.ix,n.p.setGroupProperty(r),n.s.setGroupProperty(r),n.r.setGroupProperty(r),Object.defineProperties(s,{position:{get:ExpressionPropertyInterface(n.p)},roundness:{get:ExpressionPropertyInterface(n.r)},size:{get:ExpressionPropertyInterface(n.s)},_name:{value:t.nm}}),s.mn=t.mn,s}function h(t,e,i){var r=e;function n(e){if(t.r.ix===e||"Round Corners 1"===e)return n.radius}return n.propertyIndex=t.ix,r.rd.setGroupProperty(function(t){return 1==t?n:i(--t)}),Object.defineProperties(n,{radius:{get:ExpressionPropertyInterface(r.rd)},_name:{value:t.nm}}),n.mn=t.mn,n}function l(t,e,i){function r(t){return 1==t?s:i(--t)}var n=e;function s(e){return t.c.ix===e||"Copies"===e?s.copies:t.o.ix===e||"Offset"===e?s.offset:void 0}return s.propertyIndex=t.ix,n.c.setGroupProperty(r),n.o.setGroupProperty(r),Object.defineProperties(s,{copies:{get:ExpressionPropertyInterface(n.c)},offset:{get:ExpressionPropertyInterface(n.o)},_name:{value:t.nm}}),s.mn=t.mn,s}function p(t,e,i){var r=e.sh;function n(t){if("Shape"===t||"shape"===t||"Path"===t||"path"===t||"ADBE Vector Shape"===t||2===t)return n.path}return r.setGroupProperty(function(t){return 1==t?n:i(--t)}),Object.defineProperties(n,{path:{get:function(){return r.k&&r.getValue(),r}},shape:{get:function(){return r.k&&r.getValue(),r}},_name:{value:t.nm},ix:{value:t.ix},propertyIndex:{value:t.ix},mn:{value:t.mn}}),n}return function(e,i,r){var n;function s(t){if("number"==typeof t)return n[t-1];for(var e=0,i=n.length;e<i;){if(n[e]._name===t)return n[e];e+=1}}return s.propertyGroup=r,n=t(e,i,s),s.numProperties=n.length,s}}(),TextExpressionInterface=function(t){var e;function i(){}return Object.defineProperty(i,"sourceText",{get:function(){t.textProperty.getValue();var i=t.textProperty.currentData.t;return void 0!==i&&(t.textProperty.currentData.t=void 0,(e=new String(i)).value=i||new String(i)),e}}),i},LayerExpressionInterface=function(){function t(t,e){var i=new Matrix;if(i.reset(),this._elem.finalTransform.mProp.applyToMatrix(i),this._elem.hierarchy&&this._elem.hierarchy.length){var r,n=this._elem.hierarchy.length;for(r=0;r<n;r+=1)this._elem.hierarchy[r].finalTransform.mProp.applyToMatrix(i);return i.applyToPointArray(t[0],t[1],t[2]||0)}return i.applyToPointArray(t[0],t[1],t[2]||0)}function e(t,e){var i=new Matrix;if(i.reset(),this._elem.finalTransform.mProp.applyToMatrix(i),this._elem.hierarchy&&this._elem.hierarchy.length){var r,n=this._elem.hierarchy.length;for(r=0;r<n;r+=1)this._elem.hierarchy[r].finalTransform.mProp.applyToMatrix(i);return i.inversePoint(t)}return i.inversePoint(t)}function i(t){var e=new Matrix;if(e.reset(),this._elem.finalTransform.mProp.applyToMatrix(e),this._elem.hierarchy&&this._elem.hierarchy.length){var i,r=this._elem.hierarchy.length;for(i=0;i<r;i+=1)this._elem.hierarchy[i].finalTransform.mProp.applyToMatrix(e);return e.inversePoint(t)}return e.inversePoint(t)}function r(){return[1,1,1,1]}return function(n){var s;function a(t){switch(t){case"ADBE Root Vectors Group":case"Contents":case 2:return a.shapeInterface;case 1:case 6:case"Transform":case"transform":case"ADBE Transform Group":return s;case 4:case"ADBE Effect Parade":case"effects":case"Effects":return a.effect}}a.toWorld=t,a.fromWorld=e,a.toComp=t,a.fromComp=i,a.sampleImage=r,a.sourceRectAtTime=n.sourceRectAtTime.bind(n);var o=getDescriptor(s=TransformExpressionInterface((a._elem=n).finalTransform.mProp),"anchorPoint");return Object.defineProperties(a,{hasParent:{get:function(){return n.hierarchy.length}},parent:{get:function(){return n.hierarchy[0].layerInterface}},rotation:getDescriptor(s,"rotation"),scale:getDescriptor(s,"scale"),position:getDescriptor(s,"position"),opacity:getDescriptor(s,"opacity"),anchorPoint:o,anchor_point:o,transform:{get:function(){return s}},active:{get:function(){return n.isInRange}}}),a.startTime=n.data.st,a.index=n.data.ind,a.source=n.data.refId,a.height=0===n.data.ty?n.data.h:100,a.width=0===n.data.ty?n.data.w:100,a.inPoint=n.data.ip/n.comp.globalData.frameRate,a.outPoint=n.data.op/n.comp.globalData.frameRate,a._name=n.data.nm,a.registerMaskInterface=function(t){a.mask=new MaskManagerInterface(t,n)},a.registerEffectsInterface=function(t){a.effect=t},a}}(),CompExpressionInterface=function(t){function e(e){for(var i=0,r=t.layers.length;i<r;){if(t.layers[i].nm===e||t.layers[i].ind===e)return t.elements[i].layerInterface;i+=1}return null}return Object.defineProperty(e,"_name",{value:t.data.nm}),(e.layer=e).pixelAspect=1,e.height=t.data.h||t.globalData.compSize.h,e.width=t.data.w||t.globalData.compSize.w,e.pixelAspect=1,e.frameDuration=1/t.globalData.frameRate,e.displayStartTime=0,e.numLayers=t.layers.length,e},TransformExpressionInterface=function(t){function e(t){switch(t){case"scale":case"Scale":case"ADBE Scale":case 6:return e.scale;case"rotation":case"Rotation":case"ADBE Rotation":case"ADBE Rotate Z":case 10:return e.rotation;case"ADBE Rotate X":return e.xRotation;case"ADBE Rotate Y":return e.yRotation;case"position":case"Position":case"ADBE Position":case 2:return e.position;case"ADBE Position_0":return e.xPosition;case"ADBE Position_1":return e.yPosition;case"ADBE Position_2":return e.zPosition;case"anchorPoint":case"AnchorPoint":case"Anchor Point":case"ADBE AnchorPoint":case 1:return e.anchorPoint;case"opacity":case"Opacity":case 11:return e.opacity}}if(Object.defineProperty(e,"rotation",{get:ExpressionPropertyInterface(t.r||t.rz)}),Object.defineProperty(e,"zRotation",{get:ExpressionPropertyInterface(t.rz||t.r)}),Object.defineProperty(e,"xRotation",{get:ExpressionPropertyInterface(t.rx)}),Object.defineProperty(e,"yRotation",{get:ExpressionPropertyInterface(t.ry)}),Object.defineProperty(e,"scale",{get:ExpressionPropertyInterface(t.s)}),t.p)var i=ExpressionPropertyInterface(t.p);return Object.defineProperty(e,"position",{get:function(){return t.p?i():[t.px.v,t.py.v,t.pz?t.pz.v:0]}}),Object.defineProperty(e,"xPosition",{get:ExpressionPropertyInterface(t.px)}),Object.defineProperty(e,"yPosition",{get:ExpressionPropertyInterface(t.py)}),Object.defineProperty(e,"zPosition",{get:ExpressionPropertyInterface(t.pz)}),Object.defineProperty(e,"anchorPoint",{get:ExpressionPropertyInterface(t.a)}),Object.defineProperty(e,"opacity",{get:ExpressionPropertyInterface(t.o)}),Object.defineProperty(e,"skew",{get:ExpressionPropertyInterface(t.sk)}),Object.defineProperty(e,"skewAxis",{get:ExpressionPropertyInterface(t.sa)}),Object.defineProperty(e,"orientation",{get:ExpressionPropertyInterface(t.or)}),e},ProjectInterface=function(){function t(t){this.compositions.push(t)}return function(){function e(t){for(var e=0,i=this.compositions.length;e<i;){if(this.compositions[e].data&&this.compositions[e].data.nm===t)return this.compositions[e].prepareFrame&&this.compositions[e].data.xt&&this.compositions[e].prepareFrame(this.currentFrame),this.compositions[e].compInterface;e+=1}}return e.compositions=[],e.currentFrame=0,e.registerComposition=t,e}}(),EffectsExpressionInterface=function(){function t(i,r,n,s){var a,o=[],h=i.ef.length;for(a=0;a<h;a+=1)5===i.ef[a].ty?o.push(t(i.ef[a],r.effectElements[a],r.effectElements[a].propertyGroup,s)):o.push(e(r.effectElements[a],i.ef[a].ty,s,l));function l(t){return 1===t?p:n(t-1)}var p=function(t){for(var e=i.ef,r=0,n=e.length;r<n;){if(t===e[r].nm||t===e[r].mn||t===e[r].ix)return 5===e[r].ty?o[r]:o[r]();r+=1}return o[0]()};return p.propertyGroup=l,"ADBE Color Control"===i.mn&&Object.defineProperty(p,"color",{get:function(){return o[0]()}}),Object.defineProperty(p,"numProperties",{get:function(){return i.np}}),p.active=p.enabled=0!==i.en,p}function e(t,e,i,r){var n=ExpressionPropertyInterface(t.p);return t.p.setGroupProperty&&t.p.setGroupProperty(r),function(){return 10===e?i.comp.compInterface(t.p.v):n()}}return{createEffectsInterface:function(e,i){if(e.effectsManager){var r,n=[],s=e.data.ef,a=e.effectsManager.effectElements.length;for(r=0;r<a;r+=1)n.push(t(s[r],e.effectsManager.effectElements[r],i,e));return function(t){for(var i=e.data.ef||[],r=0,s=i.length;r<s;){if(t===i[r].nm||t===i[r].mn||t===i[r].ix)return n[r];r+=1}}}}}}(),MaskManagerInterface=function(){function t(t,e){this._mask=t,this._data=e}return Object.defineProperty(t.prototype,"maskPath",{get:function(){return this._mask.prop.k&&this._mask.prop.getValue(),this._mask.prop}}),Object.defineProperty(t.prototype,"maskOpacity",{get:function(){return this._mask.op.k&&this._mask.op.getValue(),100*this._mask.op.v}}),function(e,i){var r,n=createSizedArray(e.viewData.length),s=e.viewData.length;for(r=0;r<s;r+=1)n[r]=new t(e.viewData[r],e.masksProperties[r]);return function(t){for(r=0;r<s;){if(e.masksProperties[r].nm===t)return n[r];r+=1}}}}(),ExpressionPropertyInterface=function(){var t={pv:0,v:0,mult:1},e={pv:[0,0,0],v:[0,0,0],mult:1};function i(t,e,i){Object.defineProperty(t,"velocity",{get:function(){return e.getVelocityAtTime(e.comp.currentFrame)}}),t.numKeys=e.keyframes?e.keyframes.length:0,t.key=function(r){if(t.numKeys){var n;n="s"in e.keyframes[r-1]?e.keyframes[r-1].s:"e"in e.keyframes[r-2]?e.keyframes[r-2].e:e.keyframes[r-2].s;var s="unidimensional"===i?new Number(n):Object.assign({},n);return s.time=e.keyframes[r-1].t/e.elem.comp.globalData.frameRate,s}return 0},t.valueAtTime=e.getValueAtTime,t.speedAtTime=e.getSpeedAtTime,t.velocityAtTime=e.getVelocityAtTime,t.propertyGroup=e.propertyGroup}function r(){return t}return function(n){return n?"unidimensional"===n.propType?function(e){e&&"pv"in e||(e=t);var r=1/e.mult,n=e.pv*r,s=new Number(n);return s.value=n,i(s,e,"unidimensional"),function(){return e.k&&e.getValue(),n=e.v*r,s.value!==n&&((s=new Number(n)).value=n,i(s,e,"unidimensional")),s}}(n):function(t){t&&"pv"in t||(t=e);var r=1/t.mult,n=t.pv.length,s=createTypedArray("float32",n),a=createTypedArray("float32",n);return s.value=a,i(s,t,"multidimensional"),function(){t.k&&t.getValue();for(var e=0;e<n;e+=1)s[e]=a[e]=t.v[e]*r;return s}}(n):r}}(),tZ,uZ;function SliderEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function AngleEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function ColorEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,1,0,i)}function PointEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,1,0,i)}function LayerIndexEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function MaskIndexEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function CheckboxEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function NoValueEffect(){this.p={}}function EffectsManager(){}function EffectsManager(t,e){var i=t.ef||[];this.effectElements=[];var r,n,s=i.length;for(r=0;r<s;r++)n=new GroupEffect(i[r],e),this.effectElements.push(n)}function GroupEffect(t,e){this.init(t,e)}tZ=function(){function t(t,e){return this.textIndex=t+1,this.textTotal=e,this.v=this.getValue()*this.mult,this.v}return function(e,i){this.pv=1,this.comp=e.comp,this.elem=e,this.mult=.01,this.propType="textSelector",this.textTotal=i.totalChars,this.selectorValue=100,this.lastValue=[1,1,1],this.k=!0,this.x=!0,this.getValue=ExpressionManager.initiateExpression.bind(this)(e,i,this),this.getMult=t,this.getVelocityAtTime=expressionHelpers.getVelocityAtTime,this.kf?this.getValueAtTime=expressionHelpers.getValueAtTime.bind(this):this.getValueAtTime=expressionHelpers.getStaticValueAtTime.bind(this),this.setGroupProperty=expressionHelpers.setGroupProperty}}(),uZ=TextSelectorProp.getTextSelectorProp,TextSelectorProp.getTextSelectorProp=function(t,e,i){return 1===e.t?new tZ(t,e,i):uZ(t,e,i)},extendPrototype([DynamicPropertyContainer],GroupEffect),GroupEffect.prototype.getValue=GroupEffect.prototype.iterateDynamicProperties,GroupEffect.prototype.init=function(t,e){this.data=t,this.effectElements=[],this.initDynamicPropertyContainer(e);var i,r,n=this.data.ef.length,s=this.data.ef;for(i=0;i<n;i+=1){switch(r=null,s[i].ty){case 0:r=new SliderEffect(s[i],e,this);break;case 1:r=new AngleEffect(s[i],e,this);break;case 2:r=new ColorEffect(s[i],e,this);break;case 3:r=new PointEffect(s[i],e,this);break;case 4:case 7:r=new CheckboxEffect(s[i],e,this);break;case 10:r=new LayerIndexEffect(s[i],e,this);break;case 11:r=new MaskIndexEffect(s[i],e,this);break;case 5:r=new EffectsManager(s[i],e,this);break;default:r=new NoValueEffect(s[i],e,this)}r&&this.effectElements.push(r)}};var lottie={},_isFrozen=!1;function setLocationHref(t){locationHref=t}function searchAnimations(){!0===standalone?animationManager.searchAnimations(animationData,standalone,renderer):animationManager.searchAnimations()}function setSubframeRendering(t){subframeEnabled=t}function loadAnimation(t){return!0===standalone&&(t.animationData=JSON.parse(animationData)),animationManager.loadAnimation(t)}function setQuality(t){if("string"==typeof t)switch(t){case"high":defaultCurveSegments=200;break;case"medium":defaultCurveSegments=50;break;case"low":defaultCurveSegments=10}else!isNaN(t)&&1<t&&(defaultCurveSegments=t);roundValues(!(50<=defaultCurveSegments))}function inBrowser(){return"undefined"!=typeof navigator}function installPlugin(t,e){"expressions"===t&&(expressionsPlugin=e)}function getFactory(t){switch(t){case"propertyFactory":return PropertyFactory;case"shapePropertyFactory":return ShapePropertyFactory;case"matrix":return Matrix}}function checkReady(){"complete"===document.readyState&&(clearInterval(readyStateCheckInterval),searchAnimations())}function getQueryVariable(t){for(var e=queryString.split("&"),i=0;i<e.length;i++){var r=e[i].split("=");if(decodeURIComponent(r[0])==t)return decodeURIComponent(r[1])}}lottie.play=animationManager.play,lottie.pause=animationManager.pause,lottie.setLocationHref=setLocationHref,lottie.togglePause=animationManager.togglePause,lottie.setSpeed=animationManager.setSpeed,lottie.setDirection=animationManager.setDirection,lottie.stop=animationManager.stop,lottie.searchAnimations=searchAnimations,lottie.registerAnimation=animationManager.registerAnimation,lottie.loadAnimation=loadAnimation,lottie.setSubframeRendering=setSubframeRendering,lottie.resize=animationManager.resize,lottie.goToAndStop=animationManager.goToAndStop,lottie.destroy=animationManager.destroy,lottie.setQuality=setQuality,lottie.inBrowser=inBrowser,lottie.installPlugin=installPlugin,lottie.freeze=animationManager.freeze,lottie.unfreeze=animationManager.unfreeze,lottie.getRegisteredAnimations=animationManager.getRegisteredAnimations,lottie.__getFactory=getFactory,lottie.version="5.6.4";var standalone="__[STANDALONE]__",animationData="__[ANIMATIONDATA]__",renderer="";if(standalone){var scripts=document.getElementsByTagName("script"),index=scripts.length-1,myScript=scripts[index]||{src:""},queryString=myScript.src.replace(/^[^\?]+\??/,"");renderer=getQueryVariable("renderer")}var readyStateCheckInterval=setInterval(checkReady,100);return lottie},void 0===(__WEBPACK_AMD_DEFINE_RESULT__=function(){return factory(root)}.call(exports,__webpack_require__,exports,module))||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__))},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.initializeAnimatinText=function(){var t,e,i=2500,r=3800,s=r-3e3,a=50,o=150,h=500,l=h+800,p=600,c=1500;function d(t){var e=u(t);if(t.parents(".dnxt-headline").hasClass("type")){var c=t.parent(".dnxt-words-wrapper");c.addClass("selected").removeClass("waiting"),setTimeout(function(){c.removeClass("selected"),t.removeClass("is-visible").addClass("is-hidden").children("i").removeClass("in").addClass("out")},h),setTimeout(function(){f(e,o)},l)}else if(t.parents(".dnxt-headline").hasClass("letters")){var y=t.children("i").length>=e.children("i").length;!function t(e,r,s,a){if(e.removeClass("in").addClass("out"),e.is(":last-child")?s&&setTimeout(function(){d(u(r))},i):setTimeout(function(){t(e.next(),r,s,a)},a),e.is(":last-child")&&n()("html").hasClass("no-csstransitions")){var o=u(r);g(r,o)}}(t.find("i").eq(0),t,y,a),m(e.find("i").eq(0),e,y,a)}else t.parents(".dnxt-headline").hasClass("clip")?t.parents(".dnxt-words-wrapper").animate({width:"2px"},p,function(){g(t,e),f(e)}):t.parents(".dnxt-headline").hasClass("loading-bar")?(t.parents(".dnxt-words-wrapper").removeClass("is-loading"),g(t,e),setTimeout(function(){d(e)},r),setTimeout(function(){t.parents(".dnxt-words-wrapper").addClass("is-loading")},s)):(g(t,e),setTimeout(function(){d(e)},i))}function f(t,e){t.parents(".dnxt-headline").hasClass("type")?(m(t.find("i").eq(0),t,!1,e),t.addClass("is-visible").removeClass("is-hidden")):t.parents(".dnxt-headline").hasClass("clip")&&t.parents(".dnxt-words-wrapper").animate({width:t.width()+10},p,function(){setTimeout(function(){d(t)},c)})}function m(t,e,r,n){t.addClass("in").removeClass("out"),t.is(":last-child")?(e.parents(".dnxt-headline").hasClass("type")&&setTimeout(function(){e.parents(".dnxt-words-wrapper").addClass("waiting")},200),r||setTimeout(function(){d(e)},i)):setTimeout(function(){m(t.next(),e,r,n)},n)}function u(t){return t.is(":last-child")?t.parent().children().eq(0):t.next()}function g(t,e){t.removeClass("is-visible").addClass("is-hidden"),e.removeClass("is-hidden").addClass("is-visible")}n()(".dnxt-headline.letters").find("b").each(function(){var t,e=n()(this),i=e.text().split(""),r=e.hasClass("is-visible");for(t in i)e.parents(".rotate-2").length>0&&(i[t]="<em>"+i[t]+"</em>"),i[t]=r?'<i class="in">'+i[t]+"</i>":"<i>"+i[t]+"</i>";var s=i.join("");e.html(s).css("opacity",1)}),t=n()(".dnxt-headline"),e=i,t.each(function(){var t=n()(this);if(t.hasClass("loading-bar"))e=r,setTimeout(function(){t.find(".dnxt-words-wrapper").addClass("is-loading")},s);else if(t.hasClass("clip")){var i=t.find(".dnxt-words-wrapper"),a=i.width()+10;i.css("width",a)}else if(!t.hasClass("type")){var o=t.find(".dnxt-words-wrapper b"),h=0;o.each(function(){var t=n()(this).width();t>h&&(h=t)}),t.find(".dnxt-words-wrapper").css("width",h)}setTimeout(function(){d(t.find(".is-visible").eq(0))},e)})};var r=i(3),n=i.n(r)},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,i){i(182),i(183),i(184),i(52),i(53),i(9),i(36),i(83),i(5),i(4),i(10),i(11),i(13),i(185),i(15),i(16),i(17),i(18),i(19),i(20),i(21),i(22),i(23),i(24),i(25),i(26),i(27),i(28),i(29),i(30),i(31),i(32),i(33),i(34),i(35),i(37),i(38),i(39),i(40),i(41),i(42),i(43),i(44),i(45),i(46),i(47),i(48),i(49),i(50),i(51),i(54),i(55),i(56),i(57),i(58),i(59),i(60),i(61),i(62),i(63),i(64),i(65),i(66),i(67),i(68),i(70),i(71),i(72),i(73),i(74),i(75),i(76),i(77),i(78),i(79),i(80),i(81),i(82),i(14),i(186),i(69),i(187),i(188),i(189),i(190),i(191),i(192),t.exports=i(193)},function(t,e){},function(t,e){},function(t,e){},function(t,e){},function(t,e){jQuery(function(t){var e="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==",i="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==",r="Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.";window.ETBuilderBackendDynamic&&window.ETBuilderBackendDynamic.defaults&&(window.ETBuilderBackendDynamic.defaults.dnxte_flip_box={front_heading:"Front Title Goes Here",back_heading:"Back Title Goes Here",front_content:"<p>".concat(r,"</p>"),back_content:"<p>".concat(r,"</p>")},window.ETBuilderBackendDynamic.defaults.dnxte_image_reveal={dnext_img_reveal:e},window.ETBuilderBackendDynamic.defaults.dnxte_3d_flipbox={front_heading:"Front Title Goes Here",back_heading:"Back Title Goes Here",front_content:"<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings.</p>",back_content:"<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>"},window.ETBuilderBackendDynamic.defaults.dnxte_team_social_reveal={teamsorev_image:i,teamsorev_name:"Name Goes Here",teamsorev_position:"Position",teamsorev_content:r},window.ETBuilderBackendDynamic.defaults.dnxte_person={teamperson_image:i,teamperson_name:"Name Goes Here",teamperson_position:"CEO and Founder , Unknown Company"},window.ETBuilderBackendDynamic.defaults.dnxte_team_overlay={teamoverlay_image:i,teamoverlay_name:"Name Goes Here",teamoverlay_position:"CEO and Founder , Unknown Company"},window.ETBuilderBackendDynamic.defaults.dnxte_team_overlay_card={teamoverlay_card_image:i,teamovelay_card_content:r,teamoverlay_card_name:"Name Goes Here",teamoverlay_card_position:"CEO and Founder , Unknown Company"},window.ETBuilderBackendDynamic.defaults.dnxte_team_creative={team_creative_image:i,team_creative_name:"Name Goes Here",team_creative_position:"CEO and Founder , Unknown Company",button_text:"Button Text"},window.ETBuilderBackendDynamic.defaults.dnxte_review={reviewer_image:i,reviewer_name:"Name Goes Here",reviewer_position:"CEO and Founder , Unknown Company",content:"<p>".concat(r,"</p>")},window.ETBuilderBackendDynamic.defaults.dnxte_image_icon={dnxtiep_iie_image:e,dnxtiep_iie_heading_text:"Heading Text",dnxtiep_iie_heading_bold:"Focus Text"},window.ETBuilderBackendDynamic.defaults.dnxte_text_mask={text_mask:"Text Mask",thumbnail_image_mask:e},window.ETBuilderBackendDynamic.defaults.dnxte_gradient_text={gradient_title:"Gradient Heading Text"},window.ETBuilderBackendDynamic.defaults.dnxte_multi_heading={text_one:"Multi"},window.ETBuilderBackendDynamic.defaults.dnxte_text_animation={before_text:"Before Text"},window.ETBuilderBackendDynamic.defaults.dnxte_color_motion={text_color_motion:"Heading"},window.ETBuilderBackendDynamic.defaults.dnxte_text_divider={dnxt_divider_text:"Text Divider"},window.ETBuilderBackendDynamic.defaults.dnxte_glitch_text={glitch_text:"Glitch"},window.ETBuilderBackendDynamic.defaults.dnxte_text_highlight={highlight_text:"Highlight"},window.ETBuilderBackendDynamic.defaults.dnxte_text_highlight={highlight_text:"Highlight"},window.ETBuilderBackendDynamic.defaults.dnxte_text_hover_highlight={thh_before_text:"Before",thh_highlight_text:"Highlight",thh_after_text:"After"},window.ETBuilderBackendDynamic.defaults.dnxte_text_hover_highlight={thh_before_text:"Before",thh_highlight_text:"Highlight",thh_after_text:"After"},window.ETBuilderBackendDynamic.defaults.dnxte_text_stroke={dnxt_text_stroke_title:"Stroke Text"},window.ETBuilderBackendDynamic.defaults.dnxte_text_stroke_motion={dnxt_text_stroke_title:"Stroke"},window.ETBuilderBackendDynamic.defaults.dnxte_text_stroke_motion={stroke_text:"Stroke"},window.ETBuilderBackendDynamic.defaults.dnxte_text_tilt={tilt_text:"Tilt Heading",tilt_body:"Lorem ipsum dolor sit, amet consectetur"},window.ETBuilderBackendDynamic.defaults.dnxte_mega_image_effect={dnxtiep_image:e,dnxtiep_heading_text:"Your Heading Text Goes Here",dnxtiep_description:r},window.ETBuilderBackendDynamic.defaults.dnxte_image_hover_box={dnxtiep_ihb_image:e,dnxtiep_ihb_heading_text:"Your Heading Text Goes Here"},window.ETBuilderBackendDynamic.defaults.dnxte_ultimate_image_hover={dnxtiep_uih_image:e,dnxtiep_uih_heading_text:"Heading Text",dnxtiep_uih_heading_bold:"Focus Text"},window.ETBuilderBackendDynamic.defaults.dnxte_minimal_image_hover={image:e},window.ETBuilderBackendDynamic.defaults.dnxte_circular_image_hover={dnxtiep_cih_image:e,dnxtiep_cih_heading_text:"Your Heading Text Goes Here",dnxtiep_cih_description:"Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design"},window.ETBuilderBackendDynamic.defaults.dnxte_blurb={dnxt_image:e,blurb_heading:"Your Heading Text Goes Here",blurb_description:r,blurb_pre_heading:"Pre Heading Text",blurb_post_heading:"Post Heading Text"},window.ETBuilderBackendDynamic.defaults.dnxte_business_hour_child={dnxte_businesshour_title:"Monday ",dnxte_businesshour_time:"9:00 AM - 6:00 PM "},window.ETBuilderBackendDynamic.defaults.dnxte_price_list_child={dnxte_pricelist_heading_text:"Title Text",dnxte_pricelist_price:"0$",dnxte_pricelist_description:r,dnxte_pricelist_image:e},window.ETBuilderBackendDynamic.defaults.dnxte_thumbs_gallery_child={thumbs_gallery_top_image:e},window.ETBuilderBackendDynamic.defaults.dnxte_3dcubeslider_child={cubeslider_image:e,cubeslider_title:"Heading Goes Here ",cubeslider_content:r},window.ETBuilderBackendDynamic.defaults.dnxte_coverflowslider_child={coverflowslider_image:e,coverflowslider_text:"Heading Goes Here",coverflowslider_content:r},window.ETBuilderBackendDynamic.defaults.dnxte_logo_carousel_child={logo_carousel_image:e},window.ETBuilderBackendDynamic.defaults.dnxte_testimonial_child={dnxte_testimonial_name:"Name Goes Here",dnxte_testimonial_position:"Position Goes Here,",company_name:"Your Company Name",dnxte_testimonial_description:r,dnxte_testimonial_logo:i},window.ETBuilderBackendDynamic.defaults.dnxte_promobox={dnxte_promobox_title_one:"Product Support",dnxte_promobox_title_two:"Our Products are Customizable",dnxte_promobox_title_three:"Friendly Support",dnxte_promobox_button_text:"Buy Now",dnxte_promobox_offer_text:"30% off",dnxte_promobox_content:r,dnxte_promobox_image:i},window.ETBuilderBackendDynamic.defaults.dnxte_feature_list_child={dnxte_feature_list_title:"Title Goes Here",dnxte_feature_list_image:i},window.ETBuilderBackendDynamic.defaults.dnxte_floating_element_child={floting_shape_image:e,floting_shape_text:"Text Goes Here"},window.ETBuilderBackendDynamic.defaults.dnxte_step_flow={badge_title:"Pro-v1",dnxte_stepflow_title:"Share With Friends",dnxte_stepflow_description:"Create an excellent step by step visual diagram and instructions using this smart widget."},window.ETBuilderBackendDynamic.defaults.dnxte_tooltip={tooltip_image:e},window.ETBuilderBackendDynamic.defaults.dnxte_lottie={lottie_title:"Title Goes Here",lottie_content:r,lottie_button_text:"Click Here"},window.ETBuilderBackendDynamic.defaults.dnxte_image_magnifier={magnifier_upload:e,image_alt:"magnifier"},window.ETBuilderBackendDynamic.defaults.dnxte_timeline_child={timeline_title:"Title Goes Here",timeline_content:r,timeline_button_text:"Read more",timeline_date:"Jan 14"},window.ETBuilderBackendDynamic.defaults.dnxte_image_accordion_item={dnxte_imga_title:"Title Goes Here",dnxte_imga_des:r,button_text:"Read more"})})},function(t,e,i){var r,n,s,a;a=function(t,e){var i=6,r=t.event.add,n=t.event.remove,s=function(e,i,r){t.event.trigger(i,r,e)},a=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t,e){return window.setTimeout(function(){t()},25)},o={textarea:!0,input:!0,select:!0,button:!0},h={move:"mousemove",cancel:"mouseup dragstart",end:"mouseup"},l="touchmove";function p(t){var e=t,i=!1,r=!1;function n(t){i?(e(),a(n),i=!(r=!0)):r=!1}this.kick=function(t){i=!0,r||n()},this.end=function(t){var n=e;t&&(r?(e=i?function(){n(),t()}:t,i=!0):t())}}function c(){return!0}function d(){return!1}function f(t){t.preventDefault()}function m(t){o[t.target.tagName.toLowerCase()]||t.preventDefault()}function u(t,e){var i,r;if(t.identifiedTouch)return t.identifiedTouch(e);for(i=-1,r=t.length;++i<r;)if(t[i].identifier===e)return t[i]}function g(t,e){var i=u(t.changedTouches,e.identifier);if(i&&(i.pageX!==e.pageX||i.pageY!==e.pageY))return i}function y(t){P(t,t.data,t,_)}function v(t){_()}function _(){n(document,h.move,y),n(document,h.cancel,v)}function b(t){var e=t.data,i=g(t,e);i&&P(t,e,i,w)}function x(t){var e=t.data;u(t.changedTouches,e.identifier)&&w(e.identifier)}function w(t){n(document,"."+t,b),n(document,"."+t,x)}function P(t,e,r,n){var a=r.pageX-e.startX,o=r.pageY-e.startY;a*a+o*o<i*i||function(t,e,i,r,n,a){var o,h;e.target,o=t.targetTouches,h=t.timeStamp-e.timeStamp,e.type="movestart",e.distX=r,e.distY=n,e.deltaX=r,e.deltaY=n,e.pageX=i.pageX,e.pageY=i.pageY,e.velocityX=r/h,e.velocityY=n/h,e.targetTouches=o,e.finger=o?o.length:1,e._handled=S,e._preventTouchmoveDefault=function(){t.preventDefault()},s(e.target,e),a(e.identifier)}(t,e,r,a,o,n)}function S(){return this._handled=c,!1}function E(t){t._handled()}function A(t){var e=t.data.timer;(t.data.touch=t).data.timeStamp=t.timeStamp,e.kick()}function k(t){var e=t.data.event,i=t.data.timer;n(document,h.move,A),n(document,h.end,k),I(e,i,function(){setTimeout(function(){n(e.target,"click",d)},0)})}function T(t){var e=t.data.event,i=t.data.timer,r=g(t,e);r&&(t.preventDefault(),e.targetTouches=t.targetTouches,t.data.touch=r,t.data.timeStamp=t.timeStamp,i.kick())}function M(t){var e,i=t.data.event,r=t.data.timer;u(t.changedTouches,i.identifier)&&(e=i,n(document,"."+e.identifier,T),n(document,"."+e.identifier,M),I(i,r))}function I(t,e,i){e.end(function(){return t.type="moveend",s(t.target,t),i&&i()})}t.event.special.movestart={setup:function(t,e,i){return r(this,"movestart.move",E),!0},teardown:function(t){return n(this,"dragstart drag",f),n(this,"mousedown touchstart",m),n(this,"movestart",E),!0},add:function(t){"move"!==t.namespace&&"moveend"!==t.namespace&&(r(this,"dragstart."+t.guid+" drag."+t.guid,f,e,t.selector),r(this,"mousedown."+t.guid,m,e,t.selector))},remove:function(t){"move"!==t.namespace&&"moveend"!==t.namespace&&(n(this,"dragstart."+t.guid+" drag."+t.guid),n(this,"mousedown."+t.guid))},_default:function(t){var i,n;t._handled()&&(i={target:t.target,startX:t.startX,startY:t.startY,pageX:t.pageX,pageY:t.pageY,distX:t.distX,distY:t.distY,deltaX:t.deltaX,deltaY:t.deltaY,velocityX:t.velocityX,velocityY:t.velocityY,timeStamp:t.timeStamp,identifier:t.identifier,targetTouches:t.targetTouches,finger:t.finger},n={event:i,timer:new p(function(e){var r,a,o;r=i,a=n.touch,o=n.timeStamp-r.timeStamp,r.type="move",r.distX=a.pageX-r.startX,r.distY=a.pageY-r.startY,r.deltaX=a.pageX-r.pageX,r.deltaY=a.pageY-r.pageY,r.velocityX=.3*r.velocityX+.7*r.deltaX/o,r.velocityY=.3*r.velocityY+.7*r.deltaY/o,r.pageX=a.pageX,r.pageY=a.pageY,s(t.target,i)}),touch:e,timeStamp:e},t.identifier===e?(r(t.target,"click",d),r(document,h.move,A,n),r(document,h.end,k,n)):(t._preventTouchmoveDefault(),r(document,l+"."+t.identifier,T,n),r(document,"touchend."+t.identifier,M,n)))}},t.event.special.move={setup:function(){r(this,"movestart.move",t.noop)},teardown:function(){n(this,"movestart.move",t.noop)}},t.event.special.moveend={setup:function(){r(this,"movestart.moveend",t.noop)},teardown:function(){n(this,"movestart.moveend",t.noop)}},r(document,"mousedown.move",function(t){var e,i;1!==(i=t).which||i.ctrlKey||i.altKey||(e={target:t.target,startX:t.pageX,startY:t.pageY,timeStamp:t.timeStamp},r(document,h.move,y,e),r(document,h.cancel,v,e))}),r(document,"touchstart.move",function(t){var e,i;o[t.target.tagName.toLowerCase()]||(i={target:(e=t.changedTouches[0]).target,startX:e.pageX,startY:e.pageY,timeStamp:t.timeStamp,identifier:e.identifier},r(document,l+"."+e.identifier,b,i),r(document,"touchend."+e.identifier,x,i))}),"function"==typeof Array.prototype.indexOf&&function(t,e){for(var i=["changedTouches","targetTouches"],r=i.length;r--;)-1===t.event.props.indexOf(i[r])&&t.event.props.push(i[r])}(t)},n=[i(3)],void 0===(s="function"===typeof(r=a)?r.apply(e,n):r)||(t.exports=s)},function(t,e){function i(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}jQuery(document).ready(function(t){t(".dnxte_logo_carousel_child").length&&(t(".dnxte_logo_carousel_child").addClass("swiper-slide"),t(".dnxte_logo_carousel_child .et_pb_module_inner").addClass("dnext-logo-carosuel-item")),t(".dnxte_coverflowslider_child").length&&(t(".dnxte_coverflowslider_child").addClass("swiper-slide"),t(".dnxte_coverflowslider_child .et_pb_module_inner").addClass("dnxte-coverflowslider-item")),t(".dnxte_3dcubeslider_child").length&&(t(".dnxte_3dcubeslider_child").addClass("swiper-slide"),t(".dnxte_3dcubeslider_child .et_pb_module_inner").addClass("dnxte-3dcubeslider-item")),t(".dnxte_thumbs_gallery_child").length&&(t(".dnxte_thumbs_gallery_child").addClass("swiper-slide"),t(".dnxte_thumbs_gallery_child .et_pb_module_inner").addClass("dnext-thumbs-gallery-item")),t(".dnxte_testimonial_child").length&&(t(".dnxte_testimonial_child").addClass("swiper-slide"),t(".dnxte_testimonial_child .et_pb_module_inner").addClass("dnxte-tstimonial-item")),t(".dnext-neip-uih-descwrap").length&&t(".dnext-neip-uih-descwrap").each(function(){t("p:empty").remove(),t(".dnext-neip-uih-des-pra").after("<br>")}),function(t){"use strict";t(".dnext-logo-carosuel-active").each(function(e){var i=t(this).data(),r=i.breakpoints&&i.breakpoints.split("|"),n=new Swiper(this,{direction:i.direction,speed:i.speed?parseInt(i.speed):400,spaceBetween:parseInt(i.spacing),grabCursor:"on"===i.grab,preventClicksPropagation:!0,autoplay:{enabled:1===i.autoplay,delay:i.delay?parseInt(i.delay):0,disableOnInteraction:!1},slidesPerView:r&&parseInt(r[0]),centeredSlides:"on"===i.center,loop:"on"===i.loop,breakpoints:{1024:{slidesPerView:r&&parseInt(r[0])},768:{slidesPerView:r&&parseInt(r[1])},479:{slidesPerView:r&&parseInt(r[2])},200:{slidesPerView:r&&parseInt(r[2])}},pagination:{el:".swiper-pagination",dynamicBullets:"on"===i.paginationBullets,clickable:!0,type:i.paginationType},keyboard:{enabled:"on"===i.keyboard,onlyInViewport:!1},mousewheel:{enabled:"on"===i.mouse,invert:!0},navigation:{nextEl:t(this).siblings(".swiper-button-next")[0],prevEl:t(this).siblings(".swiper-button-prev")[0]},observer:!0,observeParents:!0,observeSlideChildren:!0});1===i.autoplay&&1===i.pauseonhover&&(t(this).on("mouseenter",function(){n.autoplay.stop()}),t(this).on("mouseleave",function(){n.autoplay.start()}))}),t(".dnxte-coverflowslider-active").length&&t(".dnxte-coverflowslider-active").each(function(e){var r,n=t(this).data(),s=n.breakpoints&&n.breakpoints.split("|"),a=new Swiper(this,(i(r={direction:n.direction,autoHeight:"on"===n.autoheight,speed:n.speed?parseInt(n.speed):400,spaceBetween:parseInt(n.spacing),grabCursor:"on"===n.grab,preventClicksPropagation:!0,centeredSlides:1===n.center,autoplay:{enabled:1===n.autoplay,delay:n.delay?parseInt(n.delay):0,disableOnInteraction:!1},effect:"coverflow",coverflowEffect:{slideShadows:"on"===n.covershadow,rotate:+n.coverrotate,stretch:+n.coverstretch,depth:+n.coverdepth},slidesPerView:s&&parseInt(s[0])},"centeredSlides",1===n.center),i(r,"loop","on"===n.loop),i(r,"breakpoints",{1024:{slidesPerView:s&&parseInt(s[0])},768:{slidesPerView:s&&parseInt(s[1])},479:{slidesPerView:s&&parseInt(s[2])},200:{slidesPerView:s&&parseInt(s[2])}}),i(r,"pagination",{el:".swiper-pagination",dynamicBullets:"on"===n.paginationBullets,clickable:!0,type:n.paginationType}),i(r,"keyboard",{enabled:"on"===n.keyboardenable,onlyInViewport:!1}),i(r,"mousewheel",{enabled:"on"===n.mouse,invert:!0}),i(r,"navigation",{nextEl:t(this).siblings(".swiper-button-next")[0]||t(this).siblings(".swiper-button-container").children(".swiper-button-next")[0],prevEl:t(this).siblings(".swiper-button-prev")[0]||t(this).siblings(".swiper-button-container").children(".swiper-button-prev")[0]}),i(r,"observer",!0),i(r,"observeParents",!0),i(r,"observeSlideChildren",!0),r));1===n.autoplay&&1===n.pauseonhover&&(t(this).on("mouseenter",function(){a.autoplay.stop()}),t(this).on("mouseleave",function(){a.autoplay.start()}))}),t(".dnxte-3dcubeslider-active").length&&t(".dnxte-3dcubeslider-active").each(function(){var e=t(this).data(),i=new Swiper(this,{autoHeight:!1,speed:e.speed?parseInt(e.speed):400,direction:e.direction,grabCursor:"on"===e.grab,loop:"on"===e.loop,effect:"cube",cubeEffect:{slideShadows:1===e.slideshadows,shadow:1===e.shadow,shadowOffset:1===e.shadow?parseInt(e.shadowoffset):0,shadowScale:1===e.shadow?parseFloat(e.shadowscale):0},autoplay:{enabled:1===e.autoplay,delay:e.delay?parseInt(e.delay):0,disableOnInteraction:!1},pagination:{el:".swiper-pagination",dynamicBullets:"on"===e.paginationBullets,clickable:!0,type:e.paginationType},keyboard:{enabled:"on"===e.keyboardenable,onlyInViewport:!1},mousewheel:{enabled:"on"===e.mouse,invert:!0},navigation:{nextEl:t(this).siblings(".swiper-button-next")[0],prevEl:t(this).siblings(".swiper-button-prev")[0]},observer:!0,observeParents:!0,observeSlideChildren:!0});1===e.autoplay&&1===e.pauseonhover&&(t(this).on("mouseenter",function(){i.autoplay.stop()}),t(this).on("mouseleave",function(){i.autoplay.start()}))}),t(".dnext-thumbs-gallery-top").length&&t(".dnext-thumbs-gallery-top").each(function(e){var i="."+t(this).parent().parent().parent().attr("class").split(" ").join("."),r=t(i+" .dnext-thumbs-gallery-bottom").data(),n=r.breakpoints&&r.breakpoints.split("|"),s=new Swiper(i+" .dnext-thumbs-gallery-bottom",{direction:r.direction,speed:r.speed?parseInt(r.speed):400,spaceBetween:parseInt(r.spacing),grabCursor:"on"===r.grab,preventClicksPropagation:!0,autoplay:{enabled:1===r.autoplay,delay:r.delay?parseInt(r.delay):0,disableOnInteraction:!1},slidesPerView:n&&parseInt(n[0]),centeredSlides:"on"===r.center,loop:"on"===r.loop,breakpoints:{1024:{slidesPerView:n&&parseInt(n[0])},768:{slidesPerView:n&&parseInt(n[1])},479:{slidesPerView:n&&parseInt(n[2])},200:{slidesPerView:n&&parseInt(n[2])}},keyboard:{enabled:"on"===r.keyboard,onlyInViewport:!1},mousewheel:{enabled:"on"===r.mouse,invert:!0},observer:!0,observeParents:!0,observeSlideChildren:!0,watchSlidesVisibility:!0,watchSlidesProgress:!0});1===r.autoplay&&1===r.pauseonhover&&(t(this).on("mouseenter",function(){s.autoplay.stop()}),t(this).on("mouseleave",function(){s.autoplay.start()}));var a=t(this).data(),o=a.breakpoints&&a.breakpoints.split("|"),h=new Swiper(this,{direction:a.direction,speed:a.speed?parseInt(a.speed):400,spaceBetween:parseInt(a.spacing),grabCursor:"on"===a.grab,preventClicksPropagation:!0,autoplay:{enabled:1===a.autoplay,delay:a.delay?parseInt(a.delay):0,disableOnInteraction:!1},slidesPerView:o&&parseInt(o[0]),centeredSlides:"on"===a.center,loop:"on"===a.loop,breakpoints:{1024:{slidesPerView:o&&parseInt(o[0])},768:{slidesPerView:o&&parseInt(o[1])},479:{slidesPerView:o&&parseInt(o[2])},200:{slidesPerView:o&&parseInt(o[2])}},pagination:{el:".swiper-pagination",dynamicBullets:"on"===a.paginationBullets,clickable:!0,type:a.paginationType},keyboard:{enabled:"on"===a.keyboard,onlyInViewport:!1},mousewheel:{enabled:"on"===a.mouse,invert:!0},navigation:{nextEl:t(this).siblings(".swiper-button-next")[0],prevEl:t(this).siblings(".swiper-button-prev")[0]},thumbs:{swiper:s},observer:!0,observeParents:!0,observeSlideChildren:!0});1===a.autoplay&&1===a.pauseonhover&&(t(this).on("mouseenter",function(){h.autoplay.stop()}),t(this).on("mouseleave",function(){h.autoplay.start()}))}),t(".dnxte-tstimonial-wrap").length&&t(".dnxte-tstimonial-wrap").each(function(e){var i=t(this).data(),r=i.breakpoints&&i.breakpoints.split("|"),n=new Swiper(this,{autoplay:{enabled:1===i.autoplay,delay:i.delay?parseInt(i.delay):0,disableOnInteraction:!1},slidesPerView:r&&parseInt(r[0]),centeredSlides:"on"===i.center,spaceBetween:parseInt(i.spacing),direction:i.direction,speed:i.speed?parseInt(i.speed):400,grabCursor:"on"===i.grab,loop:"on"===i.loop,breakpoints:{1024:{slidesPerView:r&&parseInt(r[0])},768:{slidesPerView:r&&parseInt(r[1])},479:{slidesPerView:r&&parseInt(r[2])},200:{slidesPerView:r&&parseInt(r[2])}},pagination:{el:".swiper-pagination",dynamicBullets:"on"===i.paginationBullets,clickable:!0,type:i.paginationType},navigation:{nextEl:t(this).siblings(".swiper-button-next")[0],prevEl:t(this).siblings(".swiper-button-prev")[0]},keyboard:{enabled:"on"===i.keyboard,onlyInViewport:!1},mousewheel:{enabled:"on"===i.mousewheel,invert:!0},observer:!0,observeParents:!0,observeSlideChildren:!0});1===i.autoplay&&1===i.pauseonhover&&(t(this).on("mouseenter",function(){n.autoplay.stop()}),t(this).on("mouseleave",function(){n.autoplay.start()}))}),t(".dnxte-blog-carousel-slide-active").each(function(e){var i=t(this).data(),r=i.breakpoints&&i.breakpoints.split("|"),n=i.spaceBetween&&i.spaceBetween.split("|"),s=new Swiper(this,{autoHeight:"on"===i.autoheight,speed:i.speed?parseInt(i.speed):400,centeredSlides:1===i.center,direction:"horizontal",slidesPerView:r&&parseInt(r[0]),spaceBetween:n&&parseInt(n[0]),effect:"coverflow",coverflowEffect:{slideShadows:"on"===i.covershadow,rotate:+i.coverrotate,stretch:+i.coverstretch,depth:+i.coverdepth},breakpoints:{1024:{slidesPerView:r&&parseInt(r[0]),spaceBetween:n&&parseInt(n[0])},768:{slidesPerView:r&&parseInt(r[1]),spaceBetween:n&&parseInt(n[1])},479:{slidesPerView:r&&parseInt(r[2]),spaceBetween:n&&parseInt(n[2])},200:{slidesPerView:r&&parseInt(r[2]),spaceBetween:n&&parseInt(n[2])}},grabCursor:"on"===i.grabCursor,loop:"on"===i.loop,autoplay:{enabled:1===i.autoplay,delay:i.delay?parseInt(i.delay):1e3,disableOnInteraction:!1},pagination:{el:".swiper-pagination",dynamicBullets:"on"===i.paginationBullets,clickable:"on"===i.clickable,type:i.paginationType},keyboard:{enabled:"on"===i.keyboardenable,onlyInViewport:!1},mousewheel:{enabled:"on"===i.mouse,invert:!0},navigation:{nextEl:t(this).siblings(".swiper-button-next")[0]||t(this).siblings(".swiper-button-container").children(".swiper-button-next")[0],prevEl:t(this).siblings(".swiper-button-prev")[0]||t(this).siblings(".swiper-button-container").children(".swiper-button-prev")[0]}});1===i.autoplay&&1===i.pauseonhover&&(t(this).mouseenter(function(){s.autoplay.stop()}),t(this).mouseleave(function(){s.autoplay.start()}))}),t(".dnxte-lottie").length&&t(".dnxte-lottie").each(function(){var e=t(this).data(),i=bodymovin.loadAnimation({wrapper:this,animType:"svg",loop:"on"===e.loop,path:e.path,autoplay:"on"===e.autoplay});i.setSpeed(parseFloat(e.speed)),i.setDirection(parseInt(e.direction)),"off"===e.autoplay&&"on"===e.playHover&&i.goToAndStop(parseInt(e.startFrame),!0),t(this).on("mouseenter",function(){"off"===e.autoplay&&"on"===e.playHover?i.play():"on"===e.autoplay&&"on"===e.stopHover&&i.pause()}),t(this).on("mouseleave",function(){"off"===e.autoplay&&"on"===e.playHover?i.pause():"on"===e.autoplay&&"on"===e.stopHover&&i.play()})}),t(".dnxtecomparisonslide").length&&t(".dnxtecomparisonslide").each(function(e){var i=t(this).data();t(this).twentytwenty({default_offset_pct:i.offset,orientation:i.orientation,before_label:i.beforeLabel,after_label:i.afterLabel,no_overlay:"off"===i.overlay,move_slider_on_hover:"on"===i.moveslideronhover,move_with_handle_only:"on"===i.movewithhandleonly,click_to_move:"on"===i.clicktomove})}),t(".dnxte-twitter-tweet").length&&t(".dnxte-twitter-tweet").each(function(e){var i=t(this).data();window.twttr&&window.twttr.widgets.createTweet(i.id,this,{theme:i.themeName,cards:"on"===i.showCards?"":"hidden",conversation:"on"===i.showConversation?"":"none",width:i.width||325,align:i.align||"center",lang:i.lang||"en"})}),t(".dnxte-twitter-follow").length&&t(".dnxte-twitter-follow").each(function(e){var i=t(this).data();window.twttr&&""!==i.username&&window.twttr.widgets.createFollowButton(i.username,this,{showScreenName:"on"===i.showScreenName,showCount:"on"===i.showCount,size:i.size||"large",lang:i.lang||"en"})}),t(".dnxte-hostpot-hotspots__wrapper").each(function(){var e=t(this).parent().parent().hasClass("tooltip-bottom"),i="."+t(this).parent().parent().parent().parent().parent().parent().attr("class").split(" ").join(".");e&&t("".concat(i," .dnxte-hostpot-hotspots__wrapper, ").concat(i," .dnxte-hostpot-tooltip-text")).hover(function(){t("".concat(i," .dnxte-hostpot-tooltip-text")).addClass("tooltip-hover-bottom")},function(){t("".concat(i," .dnxte-hostpot-tooltip-text")).removeClass("tooltip-hover-bottom")})})}(jQuery)})},function(t,e,i){var r,n,s,a,o,h,l,p,c,d,f,m,u,g,y,v,_;function b(t){return(b="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}v=window,_=function(t,e){"use strict";function i(i,s,o){(o=o||e||t.jQuery)&&(s.prototype.option||(s.prototype.option=function(t){o.isPlainObject(t)&&(this.options=o.extend(!0,this.options,t))}),o.fn[i]=function(t){return"string"==typeof t?function(t,e,r){var n,s="$()."+i+'("'+e+'")';return t.each(function(t,h){var l=o.data(h,i);if(l){var p=l[e];if(p&&"_"!=e.charAt(0)){var c=p.apply(l,r);n=void 0===n?c:n}else a(s+" is not a valid method")}else a(i+" not initialized. Cannot call methods, i.e. "+s)}),void 0!==n?n:t}(this,t,n.call(arguments,1)):(function(t,e){t.each(function(t,r){var n=o.data(r,i);n?(n.option(e),n._init()):(n=new s(r,e),o.data(r,i,n))})}(this,t),this)},r(o))}function r(t){!t||t&&t.bridget||(t.bridget=i)}var n=Array.prototype.slice,s=t.console,a="undefined"==typeof s?function(){}:function(t){s.error(t)};return r(e||t.jQuery),i},g=[i(3)],void 0===(y=function(t){return _(v,t)}.apply(e,g))||(t.exports=y),function(t,e){s={id:"ev-emitter/ev-emitter",exports:{},loaded:!1},r="function"===typeof(n=e)?n.call(s.exports,i,s.exports,s):n,s.loaded=!0,void 0!==r||(r=s.exports)}("undefined"!=typeof window&&window,function(){function t(){}var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{},r=i[t]=i[t]||[];return-1==r.indexOf(e)&&r.push(e),this}},e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{};return(i[t]=i[t]||{})[e]=!0,this}},e.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var r=i.indexOf(e);return-1!=r&&i.splice(r,1),this}},e.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){i=i.slice(0),e=e||[];for(var r=this._onceEvents&&this._onceEvents[t],n=0;n<i.length;n++){var s=i[n];r&&r[s]&&(this.off(t,s),delete r[s]),s.apply(this,e)}return this}},e.allOff=function(){delete this._events,delete this._onceEvents},t}),function(t,e){h={id:"get-size/get-size",exports:{},loaded:!1},a="function"===typeof(o=e)?o.call(h.exports,i,h.exports,h):o,h.loaded=!0,void 0!==a||(a=h.exports)}(window,function(){"use strict";function t(t){var e=parseFloat(t);return-1==t.indexOf("%")&&!isNaN(e)&&e}function e(t){var e=getComputedStyle(t);return e||s("Style returned "+e+". Are you running this code in a hidden iframe on Firefox? See https://bit.ly/getsizebug1"),e}function i(){if(!h){h=!0;var i=document.createElement("div");i.style.width="200px",i.style.padding="1px 2px 3px 4px",i.style.borderStyle="solid",i.style.borderWidth="1px 2px 3px 4px",i.style.boxSizing="border-box";var s=document.body||document.documentElement;s.appendChild(i);var a=e(i);n=200==Math.round(t(a.width)),r.isBoxSizeOuter=n,s.removeChild(i)}}function r(r){if(i(),"string"==typeof r&&(r=document.querySelector(r)),r&&"object"==b(r)&&r.nodeType){var s=e(r);if("none"==s.display)return function(){for(var t={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},e=0;o>e;e++)t[a[e]]=0;return t}();var h={};h.width=r.offsetWidth,h.height=r.offsetHeight;for(var l=h.isBorderBox="border-box"==s.boxSizing,p=0;o>p;p++){var c=a[p],d=s[c],f=parseFloat(d);h[c]=isNaN(f)?0:f}var m=h.paddingLeft+h.paddingRight,u=h.paddingTop+h.paddingBottom,g=h.marginLeft+h.marginRight,y=h.marginTop+h.marginBottom,v=h.borderLeftWidth+h.borderRightWidth,_=h.borderTopWidth+h.borderBottomWidth,x=l&&n,w=t(s.width);!1!==w&&(h.width=w+(x?0:m+v));var P=t(s.height);return!1!==P&&(h.height=P+(x?0:u+_)),h.innerWidth=h.width-(m+v),h.innerHeight=h.height-(u+_),h.outerWidth=h.width+g,h.outerHeight=h.height+y,h}}var n,s="undefined"==typeof console?function(){}:function(t){console.error(t)},a=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"],o=a.length,h=!1;return r}),function(t,e){"use strict";c={id:"desandro-matches-selector/matches-selector",exports:{},loaded:!1},l="function"===typeof(p=e)?p.call(c.exports,i,c.exports,c):p,c.loaded=!0,void 0!==l||(l=c.exports)}(window,function(){"use strict";var t=function(){var t=window.Element.prototype;if(t.matches)return"matches";if(t.matchesSelector)return"matchesSelector";for(var e=["webkit","moz","ms","o"],i=0;i<e.length;i++){var r=e[i]+"MatchesSelector";if(t[r])return r}}();return function(e,i){return e[t](i)}}),function(t,i){d=function(e){return i(t,e)}.apply(e,g=[l])}(window,function(t,e){var i={extend:function(t,e){for(var i in e)t[i]=e[i];return t},modulo:function(t,e){return(t%e+e)%e}},r=Array.prototype.slice;i.makeArray=function(t){return Array.isArray(t)?t:null===t||void 0===t?[]:"object"==b(t)&&"number"==typeof t.length?r.call(t):[t]},i.removeFrom=function(t,e){var i=t.indexOf(e);-1!=i&&t.splice(i,1)},i.getParent=function(t,i){for(;t.parentNode&&t!=document.body;)if(t=t.parentNode,e(t,i))return t},i.getQueryElement=function(t){return"string"==typeof t?document.querySelector(t):t},i.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},i.filterFindElements=function(t,r){var n=[];return(t=i.makeArray(t)).forEach(function(t){if(t instanceof HTMLElement){if(!r)return void n.push(t);e(t,r)&&n.push(t);for(var i=t.querySelectorAll(r),s=0;s<i.length;s++)n.push(i[s])}}),n},i.debounceMethod=function(t,e,i){i=i||100;var r=t.prototype[e],n=e+"Timeout";t.prototype[e]=function(){var t=this[n];clearTimeout(t);var e=arguments,s=this;this[n]=setTimeout(function(){r.apply(s,e),delete s[n]},i)}},i.docReady=function(t){var e=document.readyState;"complete"==e||"interactive"==e?setTimeout(t):document.addEventListener("DOMContentLoaded",t)},i.toDashed=function(t){return t.replace(/(.)([A-Z])/g,function(t,e,i){return e+"-"+i}).toLowerCase()};var n=t.console;return i.htmlInit=function(e,r){i.docReady(function(){var s=i.toDashed(r),a="data-"+s,o=document.querySelectorAll("["+a+"]"),h=document.querySelectorAll(".js-"+s),l=i.makeArray(o).concat(i.makeArray(h)),p=a+"-options",c=t.jQuery;l.forEach(function(t){var i,s=t.getAttribute(a)||t.getAttribute(p);try{i=s&&JSON.parse(s)}catch(e){return void(n&&n.error("Error parsing "+a+" on "+t.className+": "+e))}var o=new e(t,i);c&&c.data(t,r,o)})})},i}),function(t,i){g=[r,a],f="function"===typeof(u=i)?u.apply(e,g):u}(window,function(t,e){"use strict";function i(t,e){t&&(this.element=t,this.layout=e,this.position={x:0,y:0},this._create())}var r=document.documentElement.style,n="string"==typeof r.transition?"transition":"WebkitTransition",s="string"==typeof r.transform?"transform":"WebkitTransform",a={WebkitTransition:"webkitTransitionEnd",transition:"transitionend"}[n],o={transform:s,transition:n,transitionDuration:n+"Duration",transitionProperty:n+"Property",transitionDelay:n+"Delay"},h=i.prototype=Object.create(t.prototype);h.constructor=i,h._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:"absolute"})},h.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},h.getSize=function(){this.size=e(this.element)},h.css=function(t){var e=this.element.style;for(var i in t){e[o[i]||i]=t[i]}},h.getPosition=function(){var t=getComputedStyle(this.element),e=this.layout._getOption("originLeft"),i=this.layout._getOption("originTop"),r=t[e?"left":"right"],n=t[i?"top":"bottom"],s=parseFloat(r),a=parseFloat(n),o=this.layout.size;-1!=r.indexOf("%")&&(s=s/100*o.width),-1!=n.indexOf("%")&&(a=a/100*o.height),s=isNaN(s)?0:s,a=isNaN(a)?0:a,s-=e?o.paddingLeft:o.paddingRight,a-=i?o.paddingTop:o.paddingBottom,this.position.x=s,this.position.y=a},h.layoutPosition=function(){var t=this.layout.size,e={},i=this.layout._getOption("originLeft"),r=this.layout._getOption("originTop"),n=i?"paddingLeft":"paddingRight",s=i?"left":"right",a=i?"right":"left",o=this.position.x+t[n];e[s]=this.getXValue(o),e[a]="";var h=r?"paddingTop":"paddingBottom",l=r?"top":"bottom",p=r?"bottom":"top",c=this.position.y+t[h];e[l]=this.getYValue(c),e[p]="",this.css(e),this.emitEvent("layout",[this])},h.getXValue=function(t){var e=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&!e?t/this.layout.size.width*100+"%":t+"px"},h.getYValue=function(t){var e=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&e?t/this.layout.size.height*100+"%":t+"px"},h._transitionTo=function(t,e){this.getPosition();var i=this.position.x,r=this.position.y,n=t==this.position.x&&e==this.position.y;if(this.setPosition(t,e),!n||this.isTransitioning){var s=t-i,a=e-r,o={};o.transform=this.getTranslate(s,a),this.transition({to:o,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})}else this.layoutPosition()},h.getTranslate=function(t,e){var i=this.layout._getOption("originLeft"),r=this.layout._getOption("originTop");return"translate3d("+(t=i?t:-t)+"px, "+(e=r?e:-e)+"px, 0)"},h.goTo=function(t,e){this.setPosition(t,e),this.layoutPosition()},h.moveTo=h._transitionTo,h.setPosition=function(t,e){this.position.x=parseFloat(t),this.position.y=parseFloat(e)},h._nonTransition=function(t){for(var e in this.css(t.to),t.isCleaning&&this._removeStyles(t.to),t.onTransitionEnd)t.onTransitionEnd[e].call(this)},h.transition=function(t){if(parseFloat(this.layout.options.transitionDuration)){var e=this._transn;for(var i in t.onTransitionEnd)e.onEnd[i]=t.onTransitionEnd[i];for(i in t.to)e.ingProperties[i]=!0,t.isCleaning&&(e.clean[i]=!0);if(t.from){this.css(t.from);this.element.offsetHeight;null}this.enableTransition(t.to),this.css(t.to),this.isTransitioning=!0}else this._nonTransition(t)};var l="opacity,"+function(t){return t.replace(/([A-Z])/g,function(t){return"-"+t.toLowerCase()})}(s);h.enableTransition=function(){if(!this.isTransitioning){var t=this.layout.options.transitionDuration;t="number"==typeof t?t+"ms":t,this.css({transitionProperty:l,transitionDuration:t,transitionDelay:this.staggerDelay||0}),this.element.addEventListener(a,this,!1)}},h.onwebkitTransitionEnd=function(t){this.ontransitionend(t)},h.onotransitionend=function(t){this.ontransitionend(t)};var p={"-webkit-transform":"transform"};h.ontransitionend=function(t){if(t.target===this.element){var e=this._transn,i=p[t.propertyName]||t.propertyName;if(delete e.ingProperties[i],function(t){for(var e in t)return!1;return!0}(e.ingProperties)&&this.disableTransition(),i in e.clean&&(this.element.style[t.propertyName]="",delete e.clean[i]),i in e.onEnd)e.onEnd[i].call(this),delete e.onEnd[i];this.emitEvent("transitionEnd",[this])}},h.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(a,this,!1),this.isTransitioning=!1},h._removeStyles=function(t){var e={};for(var i in t)e[i]="";this.css(e)};var c={transitionProperty:"",transitionDuration:"",transitionDelay:""};return h.removeTransitionStyles=function(){this.css(c)},h.stagger=function(t){t=isNaN(t)?0:t,this.staggerDelay=t+"ms"},h.removeElem=function(){this.element.parentNode.removeChild(this.element),this.css({display:""}),this.emitEvent("remove",[this])},h.remove=function(){return n&&parseFloat(this.layout.options.transitionDuration)?(this.once("transitionEnd",function(){this.removeElem()}),void this.hide()):void this.removeElem()},h.reveal=function(){delete this.isHidden,this.css({display:""});var t=this.layout.options,e={};e[this.getHideRevealTransitionEndProperty("visibleStyle")]=this.onRevealTransitionEnd,this.transition({from:t.hiddenStyle,to:t.visibleStyle,isCleaning:!0,onTransitionEnd:e})},h.onRevealTransitionEnd=function(){this.isHidden||this.emitEvent("reveal")},h.getHideRevealTransitionEndProperty=function(t){var e=this.layout.options[t];if(e.opacity)return"opacity";for(var i in e)return i},h.hide=function(){this.isHidden=!0,this.css({display:""});var t=this.layout.options,e={};e[this.getHideRevealTransitionEndProperty("hiddenStyle")]=this.onHideTransitionEnd,this.transition({from:t.visibleStyle,to:t.hiddenStyle,isCleaning:!0,onTransitionEnd:e})},h.onHideTransitionEnd=function(){this.isHidden&&(this.css({display:"none"}),this.emitEvent("hide"))},h.destroy=function(){this.css({position:"",left:"",right:"",top:"",bottom:"",transition:"",transform:""})},i}),function(t,i){"use strict";m=function(e,r,n,s){return i(t,e,r,n,s)}.apply(e,g=[r,a,d,f])}(window,function(t,e,i,r,n){"use strict";function s(t,e){var i=r.getQueryElement(t);if(i){this.element=i,h&&(this.$element=h(this.element)),this.options=r.extend({},this.constructor.defaults),this.option(e);var n=++p;this.element.outlayerGUID=n,c[n]=this,this._create(),this._getOption("initLayout")&&this.layout()}else o&&o.error("Bad element for "+this.constructor.namespace+": "+(i||t))}function a(t){function e(){t.apply(this,arguments)}return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e}var o=t.console,h=t.jQuery,l=function(){},p=0,c={};s.namespace="outlayer",s.Item=n,s.defaults={containerStyle:{position:"relative"},initLayout:!0,originLeft:!0,originTop:!0,resize:!0,resizeContainer:!0,transitionDuration:"0.4s",hiddenStyle:{opacity:0,transform:"scale(0.001)"},visibleStyle:{opacity:1,transform:"scale(1)"}};var d=s.prototype;r.extend(d,e.prototype),d.option=function(t){r.extend(this.options,t)},d._getOption=function(t){var e=this.constructor.compatOptions[t];return e&&void 0!==this.options[e]?this.options[e]:this.options[t]},s.compatOptions={initLayout:"isInitLayout",horizontal:"isHorizontal",layoutInstant:"isLayoutInstant",originLeft:"isOriginLeft",originTop:"isOriginTop",resize:"isResizeBound",resizeContainer:"isResizingContainer"},d._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),r.extend(this.element.style,this.options.containerStyle),this._getOption("resize")&&this.bindResize()},d.reloadItems=function(){this.items=this._itemize(this.element.children)},d._itemize=function(t){for(var e=this._filterFindItemElements(t),i=this.constructor.Item,r=[],n=0;n<e.length;n++){var s=new i(e[n],this);r.push(s)}return r},d._filterFindItemElements=function(t){return r.filterFindElements(t,this.options.itemSelector)},d.getItemElements=function(){return this.items.map(function(t){return t.element})},d.layout=function(){this._resetLayout(),this._manageStamps();var t=this._getOption("layoutInstant"),e=void 0!==t?t:!this._isLayoutInited;this.layoutItems(this.items,e),this._isLayoutInited=!0},d._init=d.layout,d._resetLayout=function(){this.getSize()},d.getSize=function(){this.size=i(this.element)},d._getMeasurement=function(t,e){var r,n=this.options[t];n?("string"==typeof n?r=this.element.querySelector(n):n instanceof HTMLElement&&(r=n),this[t]=r?i(r)[e]:n):this[t]=0},d.layoutItems=function(t,e){t=this._getItemsForLayout(t),this._layoutItems(t,e),this._postLayout()},d._getItemsForLayout=function(t){return t.filter(function(t){return!t.isIgnored})},d._layoutItems=function(t,e){if(this._emitCompleteOnItems("layout",t),t&&t.length){var i=[];t.forEach(function(t){var r=this._getItemLayoutPosition(t);r.item=t,r.isInstant=e||t.isLayoutInstant,i.push(r)},this),this._processLayoutQueue(i)}},d._getItemLayoutPosition=function(){return{x:0,y:0}},d._processLayoutQueue=function(t){this.updateStagger(),t.forEach(function(t,e){this._positionItem(t.item,t.x,t.y,t.isInstant,e)},this)},d.updateStagger=function(){var t=this.options.stagger;return null===t||void 0===t?void(this.stagger=0):(this.stagger=function(t){if("number"==typeof t)return t;var e=t.match(/(^\d*\.?\d*)(\w*)/),i=e&&e[1],r=e&&e[2];return i.length?(i=parseFloat(i))*(f[r]||1):0}(t),this.stagger)},d._positionItem=function(t,e,i,r,n){r?t.goTo(e,i):(t.stagger(n*this.stagger),t.moveTo(e,i))},d._postLayout=function(){this.resizeContainer()},d.resizeContainer=function(){if(this._getOption("resizeContainer")){var t=this._getContainerSize();t&&(this._setContainerMeasure(t.width,!0),this._setContainerMeasure(t.height,!1))}},d._getContainerSize=l,d._setContainerMeasure=function(t,e){if(void 0!==t){var i=this.size;i.isBorderBox&&(t+=e?i.paddingLeft+i.paddingRight+i.borderLeftWidth+i.borderRightWidth:i.paddingBottom+i.paddingTop+i.borderTopWidth+i.borderBottomWidth),t=Math.max(t,0),this.element.style[e?"width":"height"]=t+"px"}},d._emitCompleteOnItems=function(t,e){function i(){n.dispatchEvent(t+"Complete",null,[e])}function r(){++a==s&&i()}var n=this,s=e.length;if(e&&s){var a=0;e.forEach(function(e){e.once(t,r)})}else i()},d.dispatchEvent=function(t,e,i){var r=e?[e].concat(i):i;if(this.emitEvent(t,r),h)if(this.$element=this.$element||h(this.element),e){var n=h.Event(e);n.type=t,this.$element.trigger(n,i)}else this.$element.trigger(t,i)},d.ignore=function(t){var e=this.getItem(t);e&&(e.isIgnored=!0)},d.unignore=function(t){var e=this.getItem(t);e&&delete e.isIgnored},d.stamp=function(t){(t=this._find(t))&&(this.stamps=this.stamps.concat(t),t.forEach(this.ignore,this))},d.unstamp=function(t){(t=this._find(t))&&t.forEach(function(t){r.removeFrom(this.stamps,t),this.unignore(t)},this)},d._find=function(t){return t?("string"==typeof t&&(t=this.element.querySelectorAll(t)),t=r.makeArray(t)):void 0},d._manageStamps=function(){this.stamps&&this.stamps.length&&(this._getBoundingRect(),this.stamps.forEach(this._manageStamp,this))},d._getBoundingRect=function(){var t=this.element.getBoundingClientRect(),e=this.size;this._boundingRect={left:t.left+e.paddingLeft+e.borderLeftWidth,top:t.top+e.paddingTop+e.borderTopWidth,right:t.right-(e.paddingRight+e.borderRightWidth),bottom:t.bottom-(e.paddingBottom+e.borderBottomWidth)}},d._manageStamp=l,d._getElementOffset=function(t){var e=t.getBoundingClientRect(),r=this._boundingRect,n=i(t);return{left:e.left-r.left-n.marginLeft,top:e.top-r.top-n.marginTop,right:r.right-e.right-n.marginRight,bottom:r.bottom-e.bottom-n.marginBottom}},d.handleEvent=r.handleEvent,d.bindResize=function(){t.addEventListener("resize",this),this.isResizeBound=!0},d.unbindResize=function(){t.removeEventListener("resize",this),this.isResizeBound=!1},d.onresize=function(){this.resize()},r.debounceMethod(s,"onresize",100),d.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},d.needsResizeLayout=function(){var t=i(this.element);return this.size&&t&&t.innerWidth!==this.size.innerWidth},d.addItems=function(t){var e=this._itemize(t);return e.length&&(this.items=this.items.concat(e)),e},d.appended=function(t){var e=this.addItems(t);e.length&&(this.layoutItems(e,!0),this.reveal(e))},d.prepended=function(t){var e=this._itemize(t);if(e.length){var i=this.items.slice(0);this.items=e.concat(i),this._resetLayout(),this._manageStamps(),this.layoutItems(e,!0),this.reveal(e),this.layoutItems(i)}},d.reveal=function(t){if(this._emitCompleteOnItems("reveal",t),t&&t.length){var e=this.updateStagger();t.forEach(function(t,i){t.stagger(i*e),t.reveal()})}},d.hide=function(t){if(this._emitCompleteOnItems("hide",t),t&&t.length){var e=this.updateStagger();t.forEach(function(t,i){t.stagger(i*e),t.hide()})}},d.revealItemElements=function(t){var e=this.getItems(t);this.reveal(e)},d.hideItemElements=function(t){var e=this.getItems(t);this.hide(e)},d.getItem=function(t){for(var e=0;e<this.items.length;e++){var i=this.items[e];if(i.element==t)return i}},d.getItems=function(t){var e=[];return(t=r.makeArray(t)).forEach(function(t){var i=this.getItem(t);i&&e.push(i)},this),e},d.remove=function(t){var e=this.getItems(t);this._emitCompleteOnItems("remove",e),e&&e.length&&e.forEach(function(t){t.remove(),r.removeFrom(this.items,t)},this)},d.destroy=function(){var t=this.element.style;t.height="",t.position="",t.width="",this.items.forEach(function(t){t.destroy()}),this.unbindResize();var e=this.element.outlayerGUID;delete c[e],delete this.element.outlayerGUID,h&&h.removeData(this.element,this.constructor.namespace)},s.data=function(t){var e=(t=r.getQueryElement(t))&&t.outlayerGUID;return e&&c[e]},s.create=function(t,e){var i=a(s);return i.defaults=r.extend({},s.defaults),r.extend(i.defaults,e),i.compatOptions=r.extend({},s.compatOptions),i.namespace=t,i.data=s.data,i.Item=a(n),r.htmlInit(i,t),h&&h.bridget&&h.bridget(t,i),i};var f={ms:1,s:1e3};return s.Item=n,s}),function(i,r){g=[m,a],void 0===(y="function"===typeof(u=r)?u.apply(e,g):u)||(t.exports=y)}(window,function(t,e){var i=t.create("masonry");i.compatOptions.fitWidth="isFitWidth";var r=i.prototype;return r._resetLayout=function(){this.getSize(),this._getMeasurement("columnWidth","outerWidth"),this._getMeasurement("gutter","outerWidth"),this.measureColumns(),this.colYs=[];for(var t=0;t<this.cols;t++)this.colYs.push(0);this.maxY=0,this.horizontalColIndex=0},r.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var t=this.items[0],i=t&&t.element;this.columnWidth=i&&e(i).outerWidth||this.containerWidth}var r=this.columnWidth+=this.gutter,n=this.containerWidth+this.gutter,s=n/r,a=r-n%r;s=Math[a&&1>a?"round":"floor"](s),this.cols=Math.max(s,1)},r.getContainerWidth=function(){var t=this._getOption("fitWidth")?this.element.parentNode:this.element,i=e(t);this.containerWidth=i&&i.innerWidth},r._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth%this.columnWidth,i=Math[e&&1>e?"round":"ceil"](t.size.outerWidth/this.columnWidth);i=Math.min(i,this.cols);for(var r=this[this.options.horizontalOrder?"_getHorizontalColPosition":"_getTopColPosition"](i,t),n={x:this.columnWidth*r.col,y:r.y},s=r.y+t.size.outerHeight,a=i+r.col,o=r.col;a>o;o++)this.colYs[o]=s;return n},r._getTopColPosition=function(t){var e=this._getTopColGroup(t),i=Math.min.apply(Math,e);return{col:e.indexOf(i),y:i}},r._getTopColGroup=function(t){if(2>t)return this.colYs;for(var e=[],i=this.cols+1-t,r=0;i>r;r++)e[r]=this._getColGroupY(r,t);return e},r._getColGroupY=function(t,e){if(2>e)return this.colYs[t];var i=this.colYs.slice(t,t+e);return Math.max.apply(Math,i)},r._getHorizontalColPosition=function(t,e){var i=this.horizontalColIndex%this.cols;i=t>1&&i+t>this.cols?0:i;var r=e.size.outerWidth&&e.size.outerHeight;return this.horizontalColIndex=r?i+t:this.horizontalColIndex,{col:i,y:this._getColGroupY(i,t)}},r._manageStamp=function(t){var i=e(t),r=this._getElementOffset(t),n=this._getOption("originLeft")?r.left:r.right,s=n+i.outerWidth,a=Math.floor(n/this.columnWidth);a=Math.max(0,a);var o=Math.floor(s/this.columnWidth);o-=s%this.columnWidth?0:1,o=Math.min(this.cols-1,o);for(var h=(this._getOption("originTop")?r.top:r.bottom)+i.outerHeight,l=a;o>=l;l++)this.colYs[l]=Math.max(h,this.colYs[l])},r._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var t={height:this.maxY};return this._getOption("fitWidth")&&(t.width=this._getContainerFitWidth()),t},r._getContainerFitWidth=function(){for(var t=0,e=this.cols;--e&&0===this.colYs[e];)t++;return(this.cols-t)*this.columnWidth-this.gutter},r.needsResizeLayout=function(){var t=this.containerWidth;return this.getContainerWidth(),t!=this.containerWidth},i})},function(t,e){function i(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}var r;(r=jQuery).fn.dnxte_image_accordion=function(){var t=r(this),e=t.find(".dnxte_image_accordion_wrapper").data("accordion-type"),i=t.find(".dnxte_image_accordion_wrapper").data("expand-last-item"),n=t.find(".dnxte_image_accordion_item"),s=t.find("[data-active-on-load=1]"),a=t.find("[data-accordion-expand=default]");s.parents(".dnxte_image_accordion_item").addClass("dnxte-active"),"on_hover"===e&&(n.mouseenter(function(){n.removeClass("dnxte-active"),r(this).addClass("dnxte-active")}),"off"===i&&n.mouseleave(function(){n.removeClass("dnxte-active"),a.parents(".dnxte_image_accordion_item").addClass("dnxte-active")})),"on_click"===e&&(t.addClass("dnxte_clickable"),n.click(function(t){r(this).hasClass("dnxte-active")||(n.removeClass("dnxte-active"),r(this).addClass("dnxte-active"))}))},r(document).ready(function(t){var e=t(".dnxte-msnary-grid");e.length&&t(".dnxte-grid").imagesLoaded(function(){var t;e.masonry((i(t={itemSelector:".dnxte-msnary-item",percentPosition:!0,columnWidth:".grid-sizer",gutter:".gutter-sizer",stagger:0,transitionDuration:90},"percentPosition",!0),i(t,"horizontalOrder",!0),t))}),t(".dnxte-msnary-grid").length&&t(".dnxte-msnary-grid").each(function(){var e=t(this).data().gutter;t(this).isotope({layoutMode:"masonry",masonry:{gutter:parseInt(e,10)}})}),t(".dnxte-msnary-filter-items li").on("click",function(e){var i="."+t(this).parent().parent().parent().parent().parent().attr("class").split(" ").join(".");t("".concat(i," .dnxte-msnary-filter-items li")).removeClass("active"),t(this).addClass("active");var r=t(this).attr("data-filter");t("".concat(i," .dnxte-msnary-grid")).isotope({filter:r})});var r=t(".image-link"),n=t(".dnxte-msnary-grid").length&&t(".dnxte-msnary-grid").data();r.length&&"none"!==n.lightbox&&r.each(function(){var e="."+t(this).parent().parent().parent().parent().parent().parent().attr("class").split(" ").join(".");t("".concat(e," .image-link")).magnificPopup({removalDelay:500,type:"image",gallery:{enabled:!0,navigateByImgClick:!0,tCounter:"%curr% of %total%"},disableOn:function(){return n.lightbox},image:{markup:'<div class="mfp-figure dnxte-msnary-mfp-config"><div class="mfp-close"></div><div class="mfp-img"></div><div class="mfp-bottom-bar"><div class="mfp-title"></div><div class="mfp-counter"></div></div></div>',titleSrc:function(t){return t.el.attr("data-title")+t.el.attr("data-caption")}},zoom:{enabled:n.lightbox,duration:500,opener:function(t){return t.find("img")}}})}),t(".dnxte-magnifier img").each(function(){var e=t(this).data();t(this).magnify({speed:+e.speed,limitBounds:"on"===e.boundary})}),t(document).ready(function(){t(".dnxte_image_accordion").each(function(){t(this).dnxte_image_accordion()})})}),jQuery(function(t){t(".dnxte-toggle-btn .dnxte-input").each(function(){var e=t(this).parents(".dnxte-content-toggle").find(".dnxte-content-toggle-back"),i=t(this).parents(".dnxte-content-toggle").find(".dnxte-content-toggle-front");this.checked?(i.hide(),e.show()):(e.hide(),i.show()),t(this).on("change",function(){this.checked?(i.hide(),e.show()):(e.hide(),i.show())})})})},function(t,e){var i={shape1:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n    width="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<path d="M50,11.1C-7.2,52-10.7,253.9,50,293.1c54.4,35,246.5-70.4,244.1-141C291.1,58.4,110.7-32.2,50,11.1z"/></svg>',shape2:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\nwidth="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<path d="M297.5,45.6L166.1,273.1c-7.2,12.4-25.1,12.4-32.3,0L2.5,45.6c-7.2-12.4,1.8-27.9,16.1-27.9h262.7\nC295.7,17.6,304.6,33.1,297.5,45.6z"/>\n</svg>',shape3:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\nwidth="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<path d="M42.7,52.4l76.3-44.1c19.1-11,42.7-11,61.9,0l76.3,44.1c19.1,11,30.9,31.5,30.9,53.6v88.1c0,22.1-11.8,42.5-30.9,53.6\nl-76.3,44.1c-19.1,11.1-42.7,11.1-61.9,0l-76.3-44.1c-19.1-11-30.9-31.5-30.9-53.6v-88.1C11.8,83.8,23.6,63.4,42.7,52.4z"/>\n</svg>',shape4:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\nwidth="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<g>\n<path d="M163.1,30.8C93.5,40.9,41.5,105.5,23.6,170.4c-7.6,27.6-5.3,59.5,13.1,81.4c10.8,12.9,26.4,21.4,42.9,25\n   c28.5,6.2,57.7-1.9,84.1-12.6c26.5-10.7,53.2-24.5,76.5-41.1c20.5-14.6,38.8-33,49.7-55.6c6.9-14.3,10-28.1,10.1-41.2\n   C300.4,57.2,223.2,22,163.1,30.8z"/>\n<path d="M37.9,92.2c8.8-4.4,17.2-11.9,23.5-19.4c5.9-7,11.2-15.6,11.4-25.1c0-0.3,0-0.5,0-0.8c-0.1-8.1-3.7-16.4-10.5-21.2\n   c-6.7-4.7-15.4-5.6-23.4-4.2C14.3,25.7-3.8,49.3,0.7,74.1c1.5,8.3,6.4,16.3,14.1,19.8C22.1,97.1,30.7,95.7,37.9,92.2z"/>\n</g>\n</svg>',shape5:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\nwidth="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<polygon points="10,0 133.3,150.8 11.4,300 168.1,300 290,150.8 166.7,0 "/>\n</svg>',shape6:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\nwidth="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<path d="M24.2,0l186.3,85.8c56.1,25.8,80.9,92.9,55,148.9l0,0c-25.8,56.1-92.9,80.9-148.9,55l-92.4-42.5V0z"/>\n</svg>',shape7:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\nwidth="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<g>\n<g>\n   <path d="M247.6,236.3c-6.2-0.9-12.5-0.1-18.7,0.7c-13.7,1.8-26.2,3.6-39.5,6.9c-5.5,1.4-12.1,3.8-17.4,5.7\n       c-1.7,0.6-3.4,1.3-4.8,2.5c-1.3,1.2-2.2,3.1-1.8,4.9c0.5,2,2.5,3.3,4.5,3.6c2,0.3,4-0.2,6-0.6c16.6-3.7,34.4-4.9,50.4,1\n       c4.5,1.6,8.7,3.8,13.2,5.5c4.5,1.7,9.2,2.9,13.9,2.4c4.7-0.4,9.5-2.7,12.1-6.6c3.4-5.3,2.3-12.6-1.6-17.5\n       C260.1,239.8,253.9,237.1,247.6,236.3z"/>\n   <circle cx="152.8" cy="262.7" r="5.1"/>\n   <circle cx="136.6" cy="270" r="3.3"/>\n   <path d="M24.5,196.1c8.2-8.8,19.5-28.9,14.3-28.9c-1.6,0-8.2,3.6-20.7,15.2C5.7,194,16.2,204.9,24.5,196.1z"/>\n   <circle cx="7.2" cy="211.7" r="7.2"/>\n   <circle cx="271.5" cy="233.2" r="5.9"/>\n   <circle cx="154.9" cy="24.1" r="7.5"/>\n   <circle cx="177.5" cy="26.5" r="4.9"/>\n   <path d="M278.3,115.5c-15-14.8-35.4-22.8-55.8-28.1c-3.7-1-7.5-1.8-11.3-2.7c-13.2-3-25.5-9.4-35.4-18.7c-0.1-0.1-0.1-0.1-0.2-0.2\n       c-10.7-10.1-19.8-22-32.1-30.1c-17.4-11.4-40.6-13.8-59.7-5.4c-19.1,8.3-33.3,27.3-35.3,48c-2.4,24.8,11.5,49.6,6.6,74.1\n       c-5.9,30.2-38.8,51.6-39.1,82.3c-0.2,15.2,8.4,29.8,20.9,38.5c12.5,8.6,28.4,11.6,43.5,9.6c22.9-3,43-16.3,63.8-26.3\n       c22.4-10.8,46.5-18.1,71.1-21.6c16.7-2.3,34.1-3,49.3-10.4c19.3-9.4,32.6-29.4,35-50.7C301.9,152.5,293.5,130.5,278.3,115.5z"/>\n</g>\n</g>\n</svg>',shape8:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\nwidth="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<g>\n<g>\n   \n       <image style="overflow:visible;opacity:0.15;" width="274" height="233" xlink:href="6107B03CAA1E95C9.png"  transform="matrix(1 0 0 1 0 43)">\n   </image>\n   <g>\n       <path d="M246.5,99.4C214.2,70,162.2,81.1,124.1,65.1c-17.9-7.5-34.7-21.3-55-19.6c-13.3,1.1-25,7.2-34.6,16\n           c-8.7,8-15.6,18.3-20.1,29C8,105.5,5.3,121.8,3.5,138.1c-6,52.5,10.3,113.1,66.7,129.3c37.9,10.8,78.9-0.3,113.6-16.3\n           C234.7,227.4,306.4,154,246.5,99.4z"/>\n   </g>\n</g>\n<g>\n   \n       <image style="overflow:visible;opacity:0.15;" width="83" height="79" xlink:href="6107B03CAA1E95CB.png"  transform="matrix(1 0 0 1 205 201)">\n   </image>\n   <g>\n       <path d="M217.7,246.1c-5.6,5.1-11.6,11.8-9.9,19.1c1.3,5.3,6.5,8.9,11.8,9.7c5.4,0.8,10.8-0.8,15.8-2.8\n           c17.3-7.1,55.3-37.7,47.2-60.7C272.9,183.6,226.2,238.4,217.7,246.1z"/>\n   </g>\n</g>\n<g>\n   \n       <image style="overflow:visible;opacity:0.15;" width="62" height="62" xlink:href="6107B03CAA1E95CE.png"  transform="matrix(1 0 0 1 143 -2)">\n   </image>\n   <g>\n       <path d="M156.7,50.3c9.1,6.6,22.3,7,31.8,0.9c23-14.8,8.8-46.9-15.1-50.8C146.1-4.1,136.6,35.6,156.7,50.3z"/>\n   </g>\n</g>\n<g>\n   \n       <image style="overflow:visible;opacity:0.15;" width="31" height="31" xlink:href="6107B03CAA1E95CF.png"  transform="matrix(1 0 0 1 107 273)">\n   </image>\n   <g>\n       <path d="M114.6,277.7c-5.3,3.3-7.2,11.1-4,16.5c8.2,13.8,29.4,0.5,20.6-12.9C127.8,276,119.9,274.3,114.6,277.7z"/>\n   </g>\n</g>\n<g>\n   \n       <image style="overflow:visible;opacity:0.15;" width="35" height="34" xlink:href="6107B03CAA1E95CA.png"  transform="matrix(1 0 0 1 267 71)">\n   </image>\n   <g>\n       <path d="M297.4,83.7c-1.3-6-7.6-10.6-13.7-10.1c-0.7,0.1-1.5,0.2-2.2,0.4c-6.8,1.8-12.8,8.9-11.4,15.9\n           c1.4,7.2,9.5,12.4,16.7,10.7C293.9,98.9,298.9,90.9,297.4,83.7z"/>\n   </g>\n</g>\n</g>\n</svg>',shape9:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\nwidth="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<g>\n<g>\n   <path d="M0.1,213.3c-0.9,10.5,6.9,20,17.4,21.1l110.7,11.5c10.5,1.1,12.4,7.4,4.1,14l-22.6,18.2c-8.2,6.6-6.9,8.9,3,5.1l84.1-32.6\n       c9.8-3.8,26.5-7.5,37-8.3l48.3-3.3c10.5-0.7,18.6-9.9,17.9-20.5l-8.7-146.7c-0.7-10.5-9.5-21.7-19.6-24.9l-92.6-29.1\n       c-10.1-3.2-26.8-4-37.1-1.8L32.6,39c-10.3,2.2-19.6,12.5-20.5,23L0.1,213.3z"/>\n</g>\n</g>\n</svg>',shape10:'<svg xmlns="http://www.w3.org/2000/svg" width="416.094" height="455.071" viewBox="0 0 416.094 455.071"><g transform="translate(2539 -4781.464)"><path d="M100.5,0,201,174H0Z" transform="translate(-2539 4975)"/><path d="M100.5,0,201,174H0Z" transform="translate(-2383 4880)"/><path d="M100.5,0,201,174H0Z" transform="translate(-2223.406 4975.464) rotate(60)"/><path d="M100.5,0,201,174H0Z" transform="translate(-2337.406 4781.464) rotate(60)"/></g></svg>',shape11:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\nwidth="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<g>\n<path d="M156.4,37.2v146.3c0,6.5,7,10.6,12.7,7.3l126.7-73.2c5.6-3.3,5.6-11.4,0-14.6L169,29.9C163.4,26.6,156.4,30.7,156.4,37.2z"\n   />\n<path d="M76.4,74.1v37.8c0,6.5,7,10.6,12.7,7.3l32.7-18.9c5.6-3.3,5.6-11.4,0-14.6L89.1,66.8C83.4,63.5,76.4,67.6,76.4,74.1z"/>\n<path d="M143.6,262.8V116.5c0-6.5-7-10.6-12.7-7.3L4.2,182.3c-5.6,3.3-5.6,11.4,0,14.6L131,270.1\n   C136.6,273.4,143.6,269.3,143.6,262.8z"/>\n</g>\n</svg>',shape12:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\nwidth="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<g>\n<path d="M152.1,64.7c2.3,2.3,6.2,2.3,8.5,0l27-27c2.3-2.3,2.3-6.2,0-8.5l-27-27c-2.3-2.3-6.2-2.3-8.5,0l-27,27\n   c-2.3,2.3-2.3,6.2,0,8.5L152.1,64.7z"/>\n<path d="M271.2,142.1l-29.5-29.5c-2.3-2.3-6.2-2.3-8.5,0l-29.5,29.5c-2.3,2.3-2.3,6.2,0,8.5l29.5,29.5c2.3,2.3,6.2,2.3,8.5,0\n   l29.5-29.5C273.6,148.2,273.6,144.4,271.2,142.1z"/>\n<path d="M108.6,220.4l-27-27c-2.3-2.3-6.2-2.3-8.5,0l-27,27c-2.3,2.3-2.3,6.2,0,8.5l27,27c2.3,2.3,6.2,2.3,8.5,0l27-27\n   C110.9,226.6,110.9,222.7,108.6,220.4z"/>\n<path d="M121.4,232.9c-2.3-2.3-6.2-2.3-8.5,0l-27,27c-2.3,2.3-2.3,6.2,0,8.5l27,27c2.3,2.3,6.2,2.3,8.5,0l27-27\n   c2.3-2.3,2.3-6.2,0-8.5L121.4,232.9z"/>\n<path d="M121.1,216.8l83.8-83.8c2.3-2.3,2.3-6.2,0-8.5l-83.8-83.8c-2.3-2.3-6.2-2.3-8.5,0l-83.8,83.8c-2.3,2.3-2.3,6.2,0,8.5\n   l83.8,83.8C114.9,219.1,118.7,219.1,121.1,216.8z"/>\n<path d="M200,154.4c-2.3-2.3-6.2-2.3-8.5,0L125,220.9c-2.3,2.3-2.3,6.2,0,8.5l66.5,66.5c2.3,2.3,6.2,2.3,8.5,0l66.5-66.5\n   c2.3-2.3,2.3-6.2,0-8.5L200,154.4z"/>\n</g>\n</svg>',shape13:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\nwidth="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<style type="text/css">\n.st0{fill-rule:evenodd;clip-rule:evenodd;}\n</style>\n<path class="st0" d="M298.2,208c-0.1,0.2-0.2,0.3-0.3,0.5c-0.1,0.4-0.2,0.7-0.4,1.1c-1.1,3.9-4.8,5.3-8.6,5.8c-2.5,0.3-4.8,1-7,2.4\nc-1.7,1.1-3.7,1.4-5.5,1.6c-1.8,0.2-2.5,0.9-2.9,2.3l0,0c0.6,1.4,0.8,2.9-0.2,4.5c-0.2,0.4-0.5,1.1-0.6,1.6c-0.5,2.5-2.5,3.8-4.9,5\nc-3.3,1.6-6.6,3.1-10.1,3.9c-4.8,1.1-9.7,2.7-14.2,0.8l0,0.1l0-0.1c-0.4,0.1-0.7,0.4-1.1,0.4c-3.3,0.6-4.5,2.1-2.8,4.4\nc1.6,2.3,2,5.1,3.8,7.2c1,1.7,2.2,3.2,2.4,5.4c0.1,1.7,1.7,2.5,3,3.4c3.1,2.1,5.4,4.8,6.6,8.2c0.1,0.3,0.1,0.7,0,1.1\nc-0.1,0.2-0.2,0.4-0.3,0.5c-0.8,0.8-1.4,1.6-1.1,2.5c0,0.2,0,0.5,0,0.7c0,1-0.7,1.9-1,2.8c-0.1,0.3-0.2,0.5-0.4,0.7\nc-2,2.1-3.3,1.2-4.6,0.1c-0.1-0.1-0.2-0.1-0.2-0.2c-0.8-0.9-1.4-2-3.1-0.1c-0.9,1-2,1-3,0.6c-0.8-0.3-1.8-0.5-2.4-1\nc-1.1-1-2.4-0.9-3.8-0.4c-0.3,0.1-0.6,0.1-0.9,0c-1.4-0.3-3,0.6-4.4,0.2c-1.7-0.1-3.3,0.1-4.9,1.1c-2.1,1.3-4.1,1.4-6.2,0.8\nc-3.7-1.1-4.1-0.8-5.8,2.9c-1.2,1.9-3.4,2.2-5.2,2.5c-4.1,0.7-8.2,1.4-12.1,0.3c-5.4-1.5-9.7,1.5-13.5,5.5c-1.3,1.4-2.9,2.4-4.6,3.2\nc-5.7,2.6-11.5,3.4-17.4,3.8c-2,0.1-3.8-0.1-5-1.2c-0.5-0.3-1-0.5-1.4-0.8c-0.7-0.2-1.4-0.6-1.9-1.1c-0.2-0.1-0.4-0.3-0.6-0.3\nc-0.9-0.3-1.8-0.5-2.6-0.8c-1.2-0.4-2.1-1.1-3-1.8l0.1,0c-1.6-0.4-2.7-1.5-3.4-2.5c-1.6-2.1-3.7-2.1-6.3-1.6l0.1,0\nc-2.1,0.9-4.2,0.7-6.2,1.2c-0.4,0.1-0.7,0.3-0.9,0.6c-1.3,1.7-1.5,3.6-2.5,5.4c-1.2,2.2-1.6,2.5-3.6,1.4c-0.8-0.4-1.3-1-1.6-1.6\nc-0.4-0.8-1.4-1-2.3-0.5c-0.1,0.1-0.2,0.1-0.3,0.1c-0.9,0-1.8,0.2-2.6,0.3c-0.6,0.1-1.6,0-1.5-0.4c0.5-2.6-1.8-3.9-1.8-6.4\nc-0.1-4.1-2.1-7.5-5.7-9.6c-1.5-0.9-2.6-2.1-3.1-3.7c-0.8-2.6-2.7-4.7-4.8-6.6c-0.6-0.6-1.5-0.5-2.4-0.3c-1.3,0.4-2-0.1-2.6-0.9\nc-1.7-2.6-3.4-5.1-4.4-8.1c-1.1-3.4-4.5-5.1-7.1-7.3c-2.4-1.9-4.3-4.2-6.1-6.6c-1.4-1.9-3.2-3.4-5.3-4.7c-0.1-0.1-0.2-0.1-0.4-0.2\nc-0.8-0.2-1.5-0.6-1.9-1.3c-1.1-1.5-2.6-2.4-4.6-2.6c-0.1,0-0.3,0-0.4-0.1c-1.9-0.7-2.9-2.4-4.7-3.3c-0.2-0.1-0.3-0.2-0.4-0.3\nc-1.7-1.9-4.3-3.1-5.9-5.1c-6.3-6.8-13.4-12.7-22.6-16.4c-3-1.2-6.4-2-9.6-2.9c-2.5-0.7-1.4-2.8-2.1-4.1c-0.6-1,1.4-3.8,3.3-4.8\nc0.6-0.4,1.2-0.7,1.6-1.3c2.2-3.8,5.4-5.9,9.9-6.4c1.4-0.1,2.9-0.9,4.3-1.3c1.5-0.4,2.5-1.5,1.7-3c-0.3-0.7-0.4-1.5-0.9-2.1\nc-0.3-0.4-0.7-0.7-0.9-1.2c-0.5-0.9-1.1-1.7-1.9-2.3c-0.1-0.1-0.1-0.1-0.2-0.2c-3.7-4.4-7.7-8.7-10.9-13.5c-3.7-5.5-8.7-10-12-15.7\nc-1.7-2.9-4.6-4.9-6.7-7.4c-2.7-3-2.6-6.9-2.9-10.8c0-0.7,0.1-1.4,0.2-2.1c0-0.9,0.1-1.8,0.6-2.6c0.9-1.5,2.9-3,1.1-4.5\nc-3.7-3.1-4.1-7.7-5-12.1c0-0.3,0-0.5,0-0.8c0.2-1.4,0.5-2.8,0.8-4.2c1.2-5.5,5.6-8.4,11.3-7.5c0.9,0.1,1.8,0.3,2.7,0.6\nc0.3,0.1,0.5,0.2,0.7,0.2c2.9,1.4,6.1,2.1,9.5,2.3c2,0.1,2.9-0.5,3.1-2.4c0.1-1.3-0.3-2.5-0.5-3.8c0-0.2,0-0.5,0-0.7\nc0.2-0.9,0.5-1.8,0.9-2.6c0.1-0.2,0.3-0.5,0.4-0.7c2.3-3.4,5.7-4.3,9.4-4.6c3.2-0.2,3.2-0.2,3.6-3.2c0.1-0.9,0.2-1.8,0.5-2.7\nc0.1-0.2,0.2-0.5,0.3-0.7c2.4-4.4,2.4-4.4-0.1-6.6c-0.2-0.1-0.4-0.3-0.6-0.5c-1.4-1.3-2.7-2.7-3.9-4.2c-0.3-0.6-0.5-1.2-0.3-1.9\nc0.8-2.2,0.7-3.9-0.4-5.8c-2.2-3.9-1.1-8.6,0.5-13.2c0.1-0.3,0.2-0.5,0.4-0.8c2.8-4,6.5-5,10.8-4.5c0.3-0.4,0.3-0.4-0.6-1.2\nc-1-1.2-2.2-2.2-3.1-3.5c-1.8-2.8-1.5-5.6,1.1-8.6c0.1-0.1,0.2-0.2,0.2-0.2c1.3-1.1,2.9-1.8,4.3-2.9c0.5-0.4,1.1-0.6,1.7-0.7\nc0.6-0.1,1.3-0.3,1.9-0.5c0.1,0,0.2-0.1,0.2-0.1c3.5-1.9,3.6-2.2,2.9-5.7c-0.1-0.6-0.2-1.3,0.5-1.7c0.6-0.4,1.1,0,1.4,0.4\nc1,1,1.6,0.4,3-0.3c2.8-1.3,3.9-4,6-5.3c2.7-1.6,6-3.9,9-1.9c0.8-0.7,0.5-1.1,0.5-1.5c-0.2-1.7,0.7-1.6,1.9-1.2\nc0.8,0.3,1.5,0.7,2.2,1.1c0.1,0.1,0.2,0.1,0.3,0.2c2,2,4.8,2.1,7.9,1.6c0.8-0.1,1.3-0.8,1.4-1.5c0-0.4,0.2-0.9,0.7-1.1\nc1.3-0.6,2.1,0.4,2.8,1.1c4,4.2,9.6,6.8,13.3,11.3c0.2,0.1,0.4,0.3,0.6,0.4c1,1.2,2,2.4,3.3,3.3c0.2,0.1,0.4,0.3,0.5,0.5\nc1,1.6,2.5,2.8,3.7,4.3c0.2,0.1,0.3,0.3,0.5,0.5c0.7,0.8,1,2,2.1,2.4c0.2,0.1,0.4,0.3,0.5,0.5c0.7,0.8,1.1,1.8,2,2.5\nc0.2,0.2,0.4,0.3,0.5,0.5c0.5,0.6,1.1,1,1.5,1.6c0.9,1.1,1.9,1.3,3.4,0.3c1.9-1.2,4-1.8,6.1-2.5c1.8-0.4,3.7-1,5.4-1.9\nc0.3-0.1,0.5-0.2,0.8-0.3c1.4-0.4,2.6-1.2,3.9-1.9c0.3-0.1,0.5-0.2,0.8-0.3c5.4-1.3,10.9-1.4,16.3-2.5c2.6-0.5,4.9,0.9,7.6,0.1\nc0.3,0,0.6,0,0.8,0c2.1,0.6,3.2,2.5,5,3.5c0.2,0.1,0.4,0.3,0.6,0.5c5,4.8,9.7,9.9,14.8,14.6c0.2,0.1,0.4,0.3,0.6,0.5\nc0.9,1.2,2,2.2,3.3,3.1c0.2,0.2,0.4,0.3,0.6,0.5c9,8.7,17.7,17.6,25.1,27.6c0.2,0.2,0.5,0.4,0.6,0.7c1.8,3.3,3.7,6.5,6.3,9.2\nc2.9,3,5,6.5,7.3,9.8c3,4.5,6,9,9.2,13.4c4.5,6.2,8.6,12.7,12.2,19.5c8,15.1,17.1,29.4,26.1,43.8c4.5,7.3,9,14.8,15.1,21.1\nc2.8,2.9,5.2,6.4,3.7,11.3C299.2,206,299,207.1,298.2,208z"/>\n</svg>\n',shape14:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\nwidth="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<g>\n<path d="M232.9,61.8c-14.8-13.4-8.2-23.8-8.2-23.8l2.1-3.5c3.2-4.2,7.4-5.7,12.1-8.1c3.2-1.6,6.2-3.8,8.6-6.5l2.5-2.6\n   c4.2-5.4,2.1-13.3-4.3-15.8l-1.2-0.5c-8.1-3.2-17.4,1-20.1,9.4l-0.6,1.8l-2.6,8.8c-1.6,5.6-8,8.4-13.2,5.8l-6.9-3.4\n   c-7.9-2.9-16.2,2.9-16.2,11.3V39c0,4.7-5.1,7.5-9.2,5.2l-16.9-9.8c-5.4-3.1-12.1-3.1-17.6,0L55.4,83.9c-5.4,3.1-8.8,8.9-8.8,15.2\n   v99.1c0,6.3,3.4,12.1,8.8,15.2l8,4.6c4.7,2.9,15.1,9.8,24.3,20.2c12.1,13.6,12.6,15.1,24.3,15.7c11.7,0.6,18.4,5.9,19.9,15.7\n   c1,6.5-6.5,7.7-8,17c-0.5,3.3,0.7,11.2,7.7,13c8.7,2.2,13.1-4.9,13.5-10.5c0.4-7.3-1.9-16.1,11.8-25.2c0.6-0.3,1.2-0.6,1.8-0.9\n   l85.8-49.5c5.4-3.1,8.8-8.9,8.8-15.2v-93.1c0.1-0.9,0.1-1.9,0.1-2.9C253.4,75,245.3,73,232.9,61.8z"/>\n<path d="M110.4,268.3l-5.8-3.3c-1.1-0.6-2.5-0.6-3.6,0l-5.8,3.3c-1.1,0.6-1.8,1.8-1.8,3.1v6.7c0,1.3,0.7,2.5,1.8,3.1l5.8,3.3\n   c1.1,0.6,2.5,0.6,3.6,0l5.8-3.3c1.1-0.6,1.8-1.8,1.8-3.1v-6.7C112.2,270.1,111.6,268.9,110.4,268.3z"/>\n<path d="M208.5,247l-2.2-1.3c-0.8-0.5-1.9-0.5-2.7,0l-2.2,1.3c-0.8,0.5-1.4,1.4-1.4,2.3v2.5c0,1,0.5,1.9,1.4,2.3l2.2,1.3\n   c0.8,0.5,1.9,0.5,2.7,0l2.2-1.3c0.8-0.5,1.4-1.4,1.4-2.3v-2.5C209.8,248.3,209.3,247.4,208.5,247z"/>\n<path d="M206.9,11.5l2.2,1.3c0.8,0.5,1.9,0.5,2.7,0l2.2-1.3c0.8-0.5,1.4-1.4,1.4-2.3V6.6c0-1-0.5-1.9-1.4-2.3L211.8,3\n   c-0.8-0.5-1.9-0.5-2.7,0l-2.2,1.3c-0.8,0.5-1.4,1.4-1.4,2.3v2.5C205.5,10.1,206,11,206.9,11.5z"/>\n<path d="M50.6,48.5l7.1,4.1c1.1,0.6,2.5,0.6,3.6,0l7.1-4.1c1.1-0.6,1.8-1.8,1.8-3.1v-8.2c0-1.3-0.7-2.5-1.8-3.1L61.3,30\n   c-1.1-0.6-2.5-0.6-3.6,0l-7.1,4.1c-1.1,0.6-1.8,1.8-1.8,3.1v8.2C48.8,46.7,49.5,47.9,50.6,48.5z"/>\n</g>\n</svg>',shape15:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\nwidth="300px" height="300px" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve">\n<g>\n<path d="M268.1,43.5c-1.2-0.4-2.6-0.1-3.6,0.9L170,139.6c-1.4,1.4-1.4,3.7,0,5.1l95.2,94.5c1,1,2.4,1.2,3.6,0.9L268.1,43.5z"/>\n<path d="M93.1,153.5L149.2,97c1.2-1.2,1.2-3.2,0-4.4L92.6,36.4c-1.2-1.2-3.2-1.2-4.4,0L32.1,93c-1.2,1.2-1.2,3.2,0,4.4l56.5,56.1\n   C89.9,154.8,91.9,154.8,93.1,153.5z"/>\n<path d="M91.3,253.5c-0.4-0.4-1.1-0.4-1.5,0l-22.3,22.5c-0.4,0.4-0.4,1.1,0,1.5L90,299.7c0.4,0.4,1.1,0.4,1.5,0l22.3-22.5\n   c0.4-0.4,0.4-1.1,0-1.5L91.3,253.5z"/>\n<path d="M138.8,120.9c-1.2-1.2-3.2-1.2-4.4,0L97.6,158c-1.2,1.2-1.2,3.2,0,4.4l37.1,36.8c1.2,1.2,3.2,1.2,4.4,0l36.8-37.1\n   c1.2-1.2,1.2-3.2,0-4.4L138.8,120.9z"/>\n<path d="M93.1,166.9c-1.2-1.2-3.2-1.2-4.4,0L51.9,204c-1.2,1.2-1.2,3.2,0,4.4L89,245.2c1.2,1.2,3.2,1.2,4.4,0l36.8-37.1\n   c1.2-1.2,1.2-3.2,0-4.4L93.1,166.9z"/>\n<path d="M57.3,187.3c0.8,0.8,2.1,0.8,2.9,0l24-24.2c0.8-0.8,0.8-2.1,0-2.9l-24.2-24c-0.8-0.8-2.1-0.8-2.9,0l-24,24.2\n   c-0.8,0.8-0.8,2.1,0,2.9L57.3,187.3z"/>\n<path d="M56.8,58c0.8,0.8,2.1,0.8,2.9,0l24-24.2c0.8-0.8,0.8-2.1,0-2.9l-24.2-24c-0.8-0.8-2.1-0.8-2.9,0L32.6,31\n   c-0.8,0.8-0.8,2.1,0,2.9L56.8,58z"/>\n<path d="M84.8,248.5l-24.2-24c-0.8-0.8-2.1-0.8-2.9,0l-24,24.2c-0.8,0.8-0.8,2.1,0,2.9l24.2,24c0.8,0.8,2.1,0.8,2.9,0l24-24.2\n   C85.6,250.6,85.6,249.3,84.8,248.5z"/>\n<path d="M140.3,115.2l23.8,23.6c0.3,0.3,0.9,0.3,1.2,0l23.6-23.8c0.3-0.3,0.3-0.9,0-1.2l-23.8-23.6c-0.3-0.3-0.9-0.3-1.2,0\n   L140.3,114C140,114.3,140,114.8,140.3,115.2z"/>\n<path d="M89.7,27.9c0.2,0.2,0.5,0.2,0.7,0l13.5-13.6c0.2-0.2,0.2-0.5,0-0.7L90.2,0.1c-0.2-0.2-0.5-0.2-0.7,0L76.1,13.7\n   c-0.2,0.2-0.2,0.5,0,0.7L89.7,27.9z"/>\n</g>\n</svg>'},r=function(t){return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:i)[t]};jQuery(document).ready(function(t){["dnxte-promobx-thumb","dnxte-stepflow-image-wrap","dnxt-blurb-image","dnext-flipbox-front-image","dnext-flipbox-back-image"].forEach(function(e){return function(t,e){t(".".concat(e)).length&&t(".".concat(e)).each(function(){var e=t(this).data(),i=e.svgShape,n=e.shapeSize,s=e.useUpload,a=e.uploadedMask;if(i&&"off"===s){var o=r(i),h="data:image/svg+xml;base64,".concat(window.btoa(o));t(this).css({maskImage:"url(".concat(h,")"),maskSize:n})}else"on"===s&&a&&t(this).css({maskImage:"url(".concat(a,")"),maskSize:n})})}(t,e)})})},function(t,e){var i;(i=jQuery).fn.twentytwenty=function(t){return t=i.extend({default_offset_pct:.5,orientation:"horizontal",before_label:"Before",after_label:"After",no_overlay:!1,move_slider_on_hover:!1,move_with_handle_only:!0,click_to_move:!1},t),this.each(function(){var e=t.default_offset_pct,r=i(this),n=t.orientation,s="vertical"===n?"down":"left",a="vertical"===n?"up":"right";if(r.wrap("<div class='twentytwenty-wrapper twentytwenty-"+n+"'></div>"),!t.no_overlay){r.append("<div class='twentytwenty-overlay'></div>");var o=r.find(".twentytwenty-overlay");o.append("<div class='twentytwenty-before-label' data-content='"+t.before_label+"'></div>"),o.append("<div class='twentytwenty-after-label' data-content='"+t.after_label+"'></div>")}var h=r.find("img:first"),l=r.find("img:last");r.append("<div class='twentytwenty-handle'></div>");var p=r.find(".twentytwenty-handle");p.append("<span class='twentytwenty-"+s+"-arrow'></span>"),p.append("<span class='twentytwenty-"+a+"-arrow'></span>"),r.addClass("twentytwenty-container"),h.addClass("twentytwenty-before"),l.addClass("twentytwenty-after");var c=function(t){var e,i,s,a=(e=t,i=h.width(),s=h.height(),{w:i+"px",h:s+"px",cw:e*i+"px",ch:e*s+"px"});p.css("vertical"===n?"top":"left","vertical"===n?a.ch:a.cw),function(t){"vertical"===n?(h.css("clip","rect(0,"+t.w+","+t.ch+",0)"),l.css("clip","rect("+t.ch+","+t.w+","+t.h+",0)")):(h.css("clip","rect(0,"+t.cw+","+t.h+",0)"),l.css("clip","rect(0,"+t.w+","+t.h+","+t.cw+")")),r.css("height",t.h)}(a)},d=function(t,e){var i,r,s;return i="vertical"===n?(e-m)/g:(t-f)/u,r=0,s=1,Math.max(r,Math.min(s,i))};i(window).on("resize.twentytwenty",function(t){c(e)});var f=0,m=0,u=0,g=0,y=function(t){(t.distX>t.distY&&t.distX<-t.distY||t.distX<t.distY&&t.distX>-t.distY)&&"vertical"!==n?t.preventDefault():(t.distX<t.distY&&t.distX<-t.distY||t.distX>t.distY&&t.distX>-t.distY)&&"vertical"===n&&t.preventDefault(),r.addClass("active"),f=r.offset().left,m=r.offset().top,u=h.width(),g=h.height()},v=function(t){r.hasClass("active")&&(e=d(t.pageX,t.pageY),c(e))},_=function(){r.removeClass("active")},b=t.move_with_handle_only?p:r;b.on("movestart",y),b.on("move",v),b.on("moveend",_),t.move_slider_on_hover&&(r.on("mouseenter",y),r.on("mousemove",v),r.on("mouseleave",_)),p.on("touchmove",function(t){t.preventDefault()}),r.find("img").on("mousedown",function(t){t.preventDefault()}),t.click_to_move&&r.on("click",function(t){f=r.offset().left,m=r.offset().top,u=h.width(),g=h.height(),e=d(t.pageX,t.pageY),c(e)}),i(window).trigger("resize.twentytwenty")})}},function(t,e){"function"===typeof WOW&&new WOW({animateClass:"animated",offset:50}).init()}]);