@eva/plugin-renderer-lottie 1.3.0-alpha.1 → 2.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (243) hide show
  1. package/dist/EVA.plugin.renderer.lottie.js +2187 -3782
  2. package/dist/EVA.plugin.renderer.lottie.min.js +1 -1
  3. package/dist/packages/eva.js/lib/core/Component.d.ts +35 -0
  4. package/dist/packages/eva.js/lib/core/Component.d.ts.map +1 -0
  5. package/dist/packages/eva.js/lib/core/ComponentObserver.d.ts +22 -0
  6. package/dist/packages/eva.js/lib/core/ComponentObserver.d.ts.map +1 -0
  7. package/dist/packages/eva.js/lib/core/GameObject.d.ts +31 -0
  8. package/dist/packages/eva.js/lib/core/GameObject.d.ts.map +1 -0
  9. package/dist/packages/eva.js/lib/core/System.d.ts +30 -0
  10. package/dist/packages/eva.js/lib/core/System.d.ts.map +1 -0
  11. package/dist/packages/eva.js/lib/core/Transform.d.ts +51 -0
  12. package/dist/packages/eva.js/lib/core/Transform.d.ts.map +1 -0
  13. package/dist/packages/eva.js/lib/core/observer.d.ts +23 -0
  14. package/dist/packages/eva.js/lib/core/observer.d.ts.map +1 -0
  15. package/dist/packages/eva.js/lib/decorators/ide.d.ts +2 -0
  16. package/dist/packages/eva.js/lib/decorators/ide.d.ts.map +1 -0
  17. package/dist/packages/eva.js/lib/decorators/system.d.ts +11 -0
  18. package/dist/packages/eva.js/lib/decorators/system.d.ts.map +1 -0
  19. package/dist/packages/eva.js/lib/game/Game.d.ts +72 -0
  20. package/dist/packages/eva.js/lib/game/Game.d.ts.map +1 -0
  21. package/dist/packages/eva.js/lib/game/Scene.d.ts +12 -0
  22. package/dist/packages/eva.js/lib/game/Scene.d.ts.map +1 -0
  23. package/dist/packages/eva.js/lib/game/Ticker.d.ts +25 -0
  24. package/dist/packages/eva.js/lib/game/Ticker.d.ts.map +1 -0
  25. package/dist/packages/eva.js/lib/index.d.ts +26 -0
  26. package/dist/packages/eva.js/lib/index.d.ts.map +1 -0
  27. package/dist/packages/eva.js/lib/loader/Progress.d.ts +21 -0
  28. package/dist/packages/eva.js/lib/loader/Progress.d.ts.map +1 -0
  29. package/dist/packages/eva.js/lib/loader/Resource.d.ts +99 -0
  30. package/dist/packages/eva.js/lib/loader/Resource.d.ts.map +1 -0
  31. package/dist/packages/eva.js/lib/loader/resourceLoader.d.ts +14 -0
  32. package/dist/packages/eva.js/lib/loader/resourceLoader.d.ts.map +1 -0
  33. package/dist/packages/eva.js/lib/timeline/index.d.ts +40 -0
  34. package/dist/packages/eva.js/lib/timeline/index.d.ts.map +1 -0
  35. package/dist/packages/eva.js/lib/timeline/utils.d.ts +2 -0
  36. package/dist/packages/eva.js/lib/timeline/utils.d.ts.map +1 -0
  37. package/dist/packages/plugin-a11y/lib/A11y.d.ts +26 -0
  38. package/dist/packages/plugin-a11y/lib/A11y.d.ts.map +1 -0
  39. package/dist/packages/plugin-a11y/lib/A11ySystem.d.ts +54 -0
  40. package/dist/packages/plugin-a11y/lib/A11ySystem.d.ts.map +1 -0
  41. package/dist/packages/plugin-a11y/lib/constant.d.ts +34 -0
  42. package/dist/packages/plugin-a11y/lib/constant.d.ts.map +1 -0
  43. package/dist/packages/plugin-a11y/lib/index.d.ts +4 -0
  44. package/dist/packages/plugin-a11y/lib/index.d.ts.map +1 -0
  45. package/dist/packages/plugin-a11y/lib/utils.d.ts +6 -0
  46. package/dist/packages/plugin-a11y/lib/utils.d.ts.map +1 -0
  47. package/dist/packages/plugin-evax/lib/EvaXComponent.d.ts +20 -0
  48. package/dist/packages/plugin-evax/lib/EvaXComponent.d.ts.map +1 -0
  49. package/dist/packages/plugin-evax/lib/EvaXSystem.d.ts +33 -0
  50. package/dist/packages/plugin-evax/lib/EvaXSystem.d.ts.map +1 -0
  51. package/dist/packages/plugin-evax/lib/index.d.ts +10 -0
  52. package/dist/packages/plugin-evax/lib/index.d.ts.map +1 -0
  53. package/dist/packages/plugin-evax/lib/utils.d.ts +3 -0
  54. package/dist/packages/plugin-evax/lib/utils.d.ts.map +1 -0
  55. package/dist/packages/plugin-matterjs/lib/BodiesFactory.d.ts +31 -0
  56. package/dist/packages/plugin-matterjs/lib/BodiesFactory.d.ts.map +1 -0
  57. package/dist/packages/plugin-matterjs/lib/Physics.d.ts +32 -0
  58. package/dist/packages/plugin-matterjs/lib/Physics.d.ts.map +1 -0
  59. package/dist/packages/plugin-matterjs/lib/PhysicsEngine.d.ts +35 -0
  60. package/dist/packages/plugin-matterjs/lib/PhysicsEngine.d.ts.map +1 -0
  61. package/dist/packages/plugin-matterjs/lib/PhysicsSystem.d.ts +32 -0
  62. package/dist/packages/plugin-matterjs/lib/PhysicsSystem.d.ts.map +1 -0
  63. package/dist/packages/plugin-matterjs/lib/index.d.ts +5 -0
  64. package/dist/packages/plugin-matterjs/lib/index.d.ts.map +1 -0
  65. package/dist/packages/plugin-matterjs/lib/matter.d.ts +3 -0
  66. package/dist/packages/plugin-matterjs/lib/matter.d.ts.map +1 -0
  67. package/dist/packages/plugin-renderer/lib/Renderer.d.ts +19 -0
  68. package/dist/packages/plugin-renderer/lib/Renderer.d.ts.map +1 -0
  69. package/dist/packages/plugin-renderer/lib/System.d.ts +40 -0
  70. package/dist/packages/plugin-renderer/lib/System.d.ts.map +1 -0
  71. package/dist/packages/plugin-renderer/lib/Transform.d.ts +28 -0
  72. package/dist/packages/plugin-renderer/lib/Transform.d.ts.map +1 -0
  73. package/dist/packages/plugin-renderer/lib/compressedTexture/ability.d.ts +20 -0
  74. package/dist/packages/plugin-renderer/lib/compressedTexture/ability.d.ts.map +1 -0
  75. package/dist/packages/plugin-renderer/lib/compressedTexture/fix/loader.d.ts +2 -0
  76. package/dist/packages/plugin-renderer/lib/compressedTexture/fix/loader.d.ts.map +1 -0
  77. package/dist/packages/plugin-renderer/lib/compressedTexture/index.d.ts +7 -0
  78. package/dist/packages/plugin-renderer/lib/compressedTexture/index.d.ts.map +1 -0
  79. package/dist/packages/plugin-renderer/lib/index.d.ts +8 -0
  80. package/dist/packages/plugin-renderer/lib/index.d.ts.map +1 -0
  81. package/dist/packages/plugin-renderer/lib/manager/ContainerManager.d.ts +18 -0
  82. package/dist/packages/plugin-renderer/lib/manager/ContainerManager.d.ts.map +1 -0
  83. package/dist/packages/plugin-renderer/lib/manager/RendererManager.d.ts +17 -0
  84. package/dist/packages/plugin-renderer/lib/manager/RendererManager.d.ts.map +1 -0
  85. package/dist/packages/plugin-renderer/lib/mixin.d.ts +2 -0
  86. package/dist/packages/plugin-renderer/lib/mixin.d.ts.map +1 -0
  87. package/dist/packages/plugin-renderer-dragonbone/lib/component.d.ts +26 -0
  88. package/dist/packages/plugin-renderer-dragonbone/lib/component.d.ts.map +1 -0
  89. package/dist/packages/plugin-renderer-dragonbone/lib/db.d.ts +3 -0
  90. package/dist/packages/plugin-renderer-dragonbone/lib/db.d.ts.map +1 -0
  91. package/dist/packages/plugin-renderer-dragonbone/lib/engine.d.ts +10 -0
  92. package/dist/packages/plugin-renderer-dragonbone/lib/engine.d.ts.map +1 -0
  93. package/dist/packages/plugin-renderer-dragonbone/lib/index.d.ts +4 -0
  94. package/dist/packages/plugin-renderer-dragonbone/lib/index.d.ts.map +1 -0
  95. package/dist/packages/plugin-renderer-dragonbone/lib/system.d.ts +24 -0
  96. package/dist/packages/plugin-renderer-dragonbone/lib/system.d.ts.map +1 -0
  97. package/dist/packages/plugin-renderer-event/lib/component.d.ts +52 -0
  98. package/dist/packages/plugin-renderer-event/lib/component.d.ts.map +1 -0
  99. package/dist/packages/plugin-renderer-event/lib/index.d.ts +5 -0
  100. package/dist/packages/plugin-renderer-event/lib/index.d.ts.map +1 -0
  101. package/dist/packages/plugin-renderer-event/lib/system.d.ts +19 -0
  102. package/dist/packages/plugin-renderer-event/lib/system.d.ts.map +1 -0
  103. package/dist/packages/plugin-renderer-graphics/lib/component.d.ts +8 -0
  104. package/dist/packages/plugin-renderer-graphics/lib/component.d.ts.map +1 -0
  105. package/dist/packages/plugin-renderer-graphics/lib/index.d.ts +4 -0
  106. package/dist/packages/plugin-renderer-graphics/lib/index.d.ts.map +1 -0
  107. package/dist/packages/plugin-renderer-graphics/lib/system.d.ts +12 -0
  108. package/dist/packages/plugin-renderer-graphics/lib/system.d.ts.map +1 -0
  109. package/dist/packages/plugin-renderer-img/lib/component.d.ts +10 -0
  110. package/dist/packages/plugin-renderer-img/lib/component.d.ts.map +1 -0
  111. package/dist/packages/plugin-renderer-img/lib/index.d.ts +4 -0
  112. package/dist/packages/plugin-renderer-img/lib/index.d.ts.map +1 -0
  113. package/dist/packages/plugin-renderer-img/lib/system.d.ts +18 -0
  114. package/dist/packages/plugin-renderer-img/lib/system.d.ts.map +1 -0
  115. package/dist/packages/plugin-renderer-lottie/lib/Lottie.d.ts +27 -0
  116. package/dist/packages/plugin-renderer-lottie/lib/Lottie.d.ts.map +1 -0
  117. package/dist/packages/plugin-renderer-lottie/lib/LottieSystem.d.ts +18 -0
  118. package/dist/packages/plugin-renderer-lottie/lib/LottieSystem.d.ts.map +1 -0
  119. package/dist/packages/plugin-renderer-lottie/lib/index.d.ts +3 -0
  120. package/dist/packages/plugin-renderer-lottie/lib/index.d.ts.map +1 -0
  121. package/dist/packages/plugin-renderer-lottie/lib/lottie-pixi.d.ts +180 -0
  122. package/dist/packages/plugin-renderer-lottie/lib/lottie-pixi.d.ts.map +1 -0
  123. package/dist/packages/plugin-renderer-lottie/lib/types.d.ts +18 -0
  124. package/dist/packages/plugin-renderer-lottie/lib/types.d.ts.map +1 -0
  125. package/dist/packages/plugin-renderer-lottie/lib/utils.d.ts +2 -0
  126. package/dist/packages/plugin-renderer-lottie/lib/utils.d.ts.map +1 -0
  127. package/dist/packages/plugin-renderer-mask/lib/component.d.ts +33 -0
  128. package/dist/packages/plugin-renderer-mask/lib/component.d.ts.map +1 -0
  129. package/dist/packages/plugin-renderer-mask/lib/index.d.ts +4 -0
  130. package/dist/packages/plugin-renderer-mask/lib/index.d.ts.map +1 -0
  131. package/dist/packages/plugin-renderer-mask/lib/system.d.ts +31 -0
  132. package/dist/packages/plugin-renderer-mask/lib/system.d.ts.map +1 -0
  133. package/dist/packages/plugin-renderer-nine-patch/lib/component.d.ts +22 -0
  134. package/dist/packages/plugin-renderer-nine-patch/lib/component.d.ts.map +1 -0
  135. package/dist/packages/plugin-renderer-nine-patch/lib/index.d.ts +4 -0
  136. package/dist/packages/plugin-renderer-nine-patch/lib/index.d.ts.map +1 -0
  137. package/dist/packages/plugin-renderer-nine-patch/lib/system.d.ts +19 -0
  138. package/dist/packages/plugin-renderer-nine-patch/lib/system.d.ts.map +1 -0
  139. package/dist/packages/plugin-renderer-render/lib/component.d.ts +17 -0
  140. package/dist/packages/plugin-renderer-render/lib/component.d.ts.map +1 -0
  141. package/dist/packages/plugin-renderer-render/lib/index.d.ts +4 -0
  142. package/dist/packages/plugin-renderer-render/lib/index.d.ts.map +1 -0
  143. package/dist/packages/plugin-renderer-render/lib/system.d.ts +17 -0
  144. package/dist/packages/plugin-renderer-render/lib/system.d.ts.map +1 -0
  145. package/dist/packages/plugin-renderer-spine/lib/Spine.d.ts +4 -0
  146. package/dist/packages/plugin-renderer-spine/lib/Spine.d.ts.map +1 -0
  147. package/dist/packages/plugin-renderer-spine/lib/SpineSystem.d.ts +5 -0
  148. package/dist/packages/plugin-renderer-spine/lib/SpineSystem.d.ts.map +1 -0
  149. package/dist/packages/plugin-renderer-spine/lib/index.d.ts +4 -0
  150. package/dist/packages/plugin-renderer-spine/lib/index.d.ts.map +1 -0
  151. package/dist/packages/plugin-renderer-sprite/lib/component.d.ts +12 -0
  152. package/dist/packages/plugin-renderer-sprite/lib/component.d.ts.map +1 -0
  153. package/dist/packages/plugin-renderer-sprite/lib/index.d.ts +4 -0
  154. package/dist/packages/plugin-renderer-sprite/lib/index.d.ts.map +1 -0
  155. package/dist/packages/plugin-renderer-sprite/lib/system.d.ts +17 -0
  156. package/dist/packages/plugin-renderer-sprite/lib/system.d.ts.map +1 -0
  157. package/dist/packages/plugin-renderer-sprite-animation/lib/component.d.ts +31 -0
  158. package/dist/packages/plugin-renderer-sprite-animation/lib/component.d.ts.map +1 -0
  159. package/dist/packages/plugin-renderer-sprite-animation/lib/index.d.ts +4 -0
  160. package/dist/packages/plugin-renderer-sprite-animation/lib/index.d.ts.map +1 -0
  161. package/dist/packages/plugin-renderer-sprite-animation/lib/system.d.ts +31 -0
  162. package/dist/packages/plugin-renderer-sprite-animation/lib/system.d.ts.map +1 -0
  163. package/dist/packages/plugin-renderer-test/lib/component.d.ts +20 -0
  164. package/dist/packages/plugin-renderer-test/lib/component.d.ts.map +1 -0
  165. package/dist/packages/plugin-renderer-test/lib/index.d.ts +4 -0
  166. package/dist/packages/plugin-renderer-test/lib/index.d.ts.map +1 -0
  167. package/dist/packages/plugin-renderer-test/lib/system.d.ts +21 -0
  168. package/dist/packages/plugin-renderer-test/lib/system.d.ts.map +1 -0
  169. package/dist/packages/plugin-renderer-test/lib/system2.d.ts +12 -0
  170. package/dist/packages/plugin-renderer-test/lib/system2.d.ts.map +1 -0
  171. package/dist/packages/plugin-renderer-text/lib/component.d.ts +43 -0
  172. package/dist/packages/plugin-renderer-text/lib/component.d.ts.map +1 -0
  173. package/dist/packages/plugin-renderer-text/lib/index.d.ts +4 -0
  174. package/dist/packages/plugin-renderer-text/lib/index.d.ts.map +1 -0
  175. package/dist/packages/plugin-renderer-text/lib/system.d.ts +22 -0
  176. package/dist/packages/plugin-renderer-text/lib/system.d.ts.map +1 -0
  177. package/dist/packages/plugin-renderer-tiling-sprite/lib/component.d.ts +20 -0
  178. package/dist/packages/plugin-renderer-tiling-sprite/lib/component.d.ts.map +1 -0
  179. package/dist/packages/plugin-renderer-tiling-sprite/lib/index.d.ts +4 -0
  180. package/dist/packages/plugin-renderer-tiling-sprite/lib/index.d.ts.map +1 -0
  181. package/dist/packages/plugin-renderer-tiling-sprite/lib/system.d.ts +18 -0
  182. package/dist/packages/plugin-renderer-tiling-sprite/lib/system.d.ts.map +1 -0
  183. package/dist/packages/plugin-sound/lib/Sound.d.ts +44 -0
  184. package/dist/packages/plugin-sound/lib/Sound.d.ts.map +1 -0
  185. package/dist/packages/plugin-sound/lib/SoundSystem.d.ts +37 -0
  186. package/dist/packages/plugin-sound/lib/SoundSystem.d.ts.map +1 -0
  187. package/dist/packages/plugin-sound/lib/index.d.ts +3 -0
  188. package/dist/packages/plugin-sound/lib/index.d.ts.map +1 -0
  189. package/dist/packages/plugin-stats/lib/Stats.d.ts +19 -0
  190. package/dist/packages/plugin-stats/lib/Stats.d.ts.map +1 -0
  191. package/dist/packages/plugin-stats/lib/StatsComponent.d.ts +7 -0
  192. package/dist/packages/plugin-stats/lib/StatsComponent.d.ts.map +1 -0
  193. package/dist/packages/plugin-stats/lib/StatsSystem.d.ts +28 -0
  194. package/dist/packages/plugin-stats/lib/StatsSystem.d.ts.map +1 -0
  195. package/dist/packages/plugin-stats/lib/hooks/BaseHooks.d.ts +18 -0
  196. package/dist/packages/plugin-stats/lib/hooks/BaseHooks.d.ts.map +1 -0
  197. package/dist/packages/plugin-stats/lib/hooks/GLHook.d.ts +11 -0
  198. package/dist/packages/plugin-stats/lib/hooks/GLHook.d.ts.map +1 -0
  199. package/dist/packages/plugin-stats/lib/hooks/TextureHook.d.ts +16 -0
  200. package/dist/packages/plugin-stats/lib/hooks/TextureHook.d.ts.map +1 -0
  201. package/dist/packages/plugin-stats/lib/index.d.ts +9 -0
  202. package/dist/packages/plugin-stats/lib/index.d.ts.map +1 -0
  203. package/dist/packages/plugin-transition/lib/Animation.d.ts +38 -0
  204. package/dist/packages/plugin-transition/lib/Animation.d.ts.map +1 -0
  205. package/dist/packages/plugin-transition/lib/component.d.ts +35 -0
  206. package/dist/packages/plugin-transition/lib/component.d.ts.map +1 -0
  207. package/dist/packages/plugin-transition/lib/index.d.ts +3 -0
  208. package/dist/packages/plugin-transition/lib/index.d.ts.map +1 -0
  209. package/dist/packages/plugin-transition/lib/system.d.ts +6 -0
  210. package/dist/packages/plugin-transition/lib/system.d.ts.map +1 -0
  211. package/dist/packages/renderer-adapter/lib/Application.d.ts +3 -0
  212. package/dist/packages/renderer-adapter/lib/Application.d.ts.map +1 -0
  213. package/dist/packages/renderer-adapter/lib/Container.d.ts +5 -0
  214. package/dist/packages/renderer-adapter/lib/Container.d.ts.map +1 -0
  215. package/dist/packages/renderer-adapter/lib/Graphics.d.ts +5 -0
  216. package/dist/packages/renderer-adapter/lib/Graphics.d.ts.map +1 -0
  217. package/dist/packages/renderer-adapter/lib/NinePatch.d.ts +5 -0
  218. package/dist/packages/renderer-adapter/lib/NinePatch.d.ts.map +1 -0
  219. package/dist/packages/renderer-adapter/lib/Sprite.d.ts +9 -0
  220. package/dist/packages/renderer-adapter/lib/Sprite.d.ts.map +1 -0
  221. package/dist/packages/renderer-adapter/lib/SpriteAnimation.d.ts +14 -0
  222. package/dist/packages/renderer-adapter/lib/SpriteAnimation.d.ts.map +1 -0
  223. package/dist/packages/renderer-adapter/lib/Text.d.ts +6 -0
  224. package/dist/packages/renderer-adapter/lib/Text.d.ts.map +1 -0
  225. package/dist/packages/renderer-adapter/lib/TilingSprite.d.ts +9 -0
  226. package/dist/packages/renderer-adapter/lib/TilingSprite.d.ts.map +1 -0
  227. package/dist/packages/renderer-adapter/lib/index.d.ts +9 -0
  228. package/dist/packages/renderer-adapter/lib/index.d.ts.map +1 -0
  229. package/dist/packages/spine-base/lib/Spine.d.ts +32 -0
  230. package/dist/packages/spine-base/lib/Spine.d.ts.map +1 -0
  231. package/dist/packages/spine-base/lib/SpineData.d.ts +5 -0
  232. package/dist/packages/spine-base/lib/SpineData.d.ts.map +1 -0
  233. package/dist/packages/spine-base/lib/SpineSystem.d.ts +20 -0
  234. package/dist/packages/spine-base/lib/SpineSystem.d.ts.map +1 -0
  235. package/dist/packages/spine-base/lib/TexCache.d.ts +10 -0
  236. package/dist/packages/spine-base/lib/TexCache.d.ts.map +1 -0
  237. package/dist/packages/spine-base/lib/index.d.ts +4 -0
  238. package/dist/packages/spine-base/lib/index.d.ts.map +1 -0
  239. package/dist/plugin-renderer-lottie.cjs.js +103 -101
  240. package/dist/plugin-renderer-lottie.cjs.prod.js +3 -3
  241. package/dist/plugin-renderer-lottie.esm.js +102 -100
  242. package/package.json +4 -4
  243. package/dist/plugin-renderer-lottie.d.ts +0 -67
@@ -1 +1 @@
1
- function _defineProperties(t,e){for(var i=0;i<e.length;i++){var s=e[i];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(t,s.key,s)}}function _createClass(t,e,i){return e&&_defineProperties(t.prototype,e),i&&_defineProperties(t,i),t}function _assertThisInitialized(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function _inheritsLoose(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,_setPrototypeOf(t,e)}function _setPrototypeOf(t,e){return(_setPrototypeOf=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}this.EVA=this.EVA||{},this.EVA.plugin=this.EVA.plugin||{},this.EVA.plugin.renderer=this.EVA.plugin.renderer||{},this.EVA.plugin.renderer.lottie=function(t,e,i,s){"use strict";var r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)};function n(t,e){function i(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}var a=function(){return(a=Object.assign||function(t){for(var e,i=1,s=arguments.length;i<s;i++)for(var r in e=arguments[i])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t}).apply(this,arguments)};function o(t,e,i,s){return new(i||(i=Promise))((function(r,n){function a(t){try{h(s.next(t))}catch(t){n(t)}}function o(t){try{h(s.throw(t))}catch(t){n(t)}}function h(t){var e;t.done?r(t.value):(e=t.value,e instanceof i?e:new i((function(t){t(e)}))).then(a,o)}h((s=s.apply(t,e||[])).next())}))}function h(t,e){var i,s,r,n,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return n={next:o(0),throw:o(1),return:o(2)},"function"==typeof Symbol&&(n[Symbol.iterator]=function(){return this}),n;function o(n){return function(o){return function(n){if(i)throw new TypeError("Generator is already executing.");for(;a;)try{if(i=1,s&&(r=2&n[0]?s.return:n[0]?s.throw||((r=s.return)&&r.call(s),0):s.next)&&!(r=r.call(s,n[1])).done)return r;switch(s=0,r&&(n=[2&n[0],r.value]),n[0]){case 0:case 1:r=n;break;case 4:return a.label++,{value:n[1],done:!1};case 5:a.label++,s=n[1],n=[0];continue;case 7:n=a.ops.pop(),a.trys.pop();continue;default:if(!(r=a.trys,(r=r.length>0&&r[r.length-1])||6!==n[0]&&2!==n[0])){a=0;continue}if(3===n[0]&&(!r||n[1]>r[0]&&n[1]<r[3])){a.label=n[1];break}if(6===n[0]&&a.label<r[1]){a.label=r[1],r=n;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(n);break}r[2]&&a.ops.pop(),a.trys.pop();continue}n=e.call(t,a)}catch(t){n=[6,t],s=0}finally{i=r=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,o])}}}function p(t){return Object.prototype.toString.call(t)}var l={copyJSON:function(t){return JSON.parse(JSON.stringify(t))},isArray:function(){var t=p([]);return function(e){return p(e)===t}}(),isString:function(){var t=p("s");return function(e){return p(e)===t}}(),isNumber:function(){var t=p(1);return function(e){return p(e)===t}}(),isFunction:function(){var t=p((function(){}));return function(e){return p(e)===t}}(),isUndefined:function(t){return void 0===t},isBoolean:function(){var t=p(!0);return function(e){return p(e)===t}}(),isObject:function(){var t=p({});return function(e){return p(e)===t}}(),random:function(t,e){return this.isArray(t)?t[~~(Math.random()*t.length)]:(this.isNumber(e)||(e=t||1,t=0),t+Math.random()*(e-t))},euclideanModulo:function(t,e){return(t%e+e)%e},codomainBounce:function(t,e,i){return t<e?2*e-t:t>i?2*i-t:t},clamp:function(t,e,i){return t<e?e:t>i?i:t},inRange:function(t,e,i){return t>=e&&t<=i},getAssets:function(t,e){for(var i=0;i<e.length;i++)if(t===e[i].id)return e[i];return console.error("have not assets name as",t),{}},rgb2hex:function(t){return(t[0]<<16)+(t[1]<<8)+(0|t[2])}},u=function(){function t(){this.listeners={},this.addEventListener=this.on,this.removeEventListener=this.off}var e=t.prototype;return e.on=function(t,e){return l.isFunction(e)?(l.isUndefined(this.listeners[t])&&(this.listeners[t]=[]),this.listeners[t].push(e),this):this},e.off=function(t,e){if(l.isUndefined(this.listeners[t]))return this;var i=this.listeners[t],s=i.length;if(s>0)if(e)for(;s--;)i[s]===e&&i.splice(s,1);else i.length=0;return this},e.once=function(t,e){var i=this;if(!l.isFunction(e))return this;return this.on(t,(function s(r){e(r),i.off(t,s)})),this},e.emit=function(t){if(l.isUndefined(this.listeners[t]))return this;for(var e=(this.listeners[t]||[]).slice(0),i=arguments.length,s=new Array(i>1?i-1:0),r=1;r<i;r++)s[r-1]=arguments[r];for(var n=0;n<e.length;n++)e[n].apply(this,s);return this},t}(),c={},f={Ajax:"Ajax",Texture:"Texture"},d=f,m=function(t,e){c[t]=e};function v(t,e,i){var s,r,n,a,o,h,p=t.length;for(r=0;r<p;r+=1)if("ks"in(s=t[r])&&!s.completed){if(s.completed=!0,s.tt&&(t[r-1].td=s.tt),s.hasMask){var l=s.masksProperties;for(a=l.length,n=0;n<a;n+=1)if(l[n].pt.k.i)_(l[n].pt.k);else for(h=l[n].pt.k.length,o=0;o<h;o+=1)l[n].pt.k[o].s&&_(l[n].pt.k[o].s[0]),l[n].pt.k[o].e&&_(l[n].pt.k[o].e[0])}0===s.ty?(s.layers=y(s.refId,e),v(s.layers,e)):4===s.ty?g(s.shapes):5==s.ty&&w(s)}}function y(t,e){for(var i=0,s=e.length;i<s;){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 g(t){var e,i,s;for(e=t.length-1;e>=0;e-=1)if("sh"==t[e].ty)if(t[e].ks.k.i)_(t[e].ks.k);else for(s=t[e].ks.k.length,i=0;i<s;i+=1)t[e].ks.k[i].s&&_(t[e].ks.k[i].s[0]),t[e].ks.k[i].e&&_(t[e].ks.k[i].e[0]);else"gr"==t[e].ty&&g(t[e].it)}function _(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 k(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=function(){var t=[4,4,14];function e(t){var e=t.t.d;t.t.d={k:[{s:e,t:0}]}}function i(t){var i,s=t.length;for(i=0;i<s;i+=1)5===t[i].ty&&e(t[i])}return function(e){if(k(t,e.v)&&(i(e.layers),e.assets)){var s,r=e.assets.length;for(s=0;s<r;s+=1)e.assets[s].layers&&i(e.assets[s].layers)}}}(),T=function(){var t=[4,7,99];return function(e){if(e.chars&&!k(t,e.v)){var i,s,r,n,a,o=e.chars.length;for(i=0;i<o;i+=1)if(e.chars[i].data&&e.chars[i].data.shapes)for(r=(a=e.chars[i].data.shapes[0].it).length,s=0;s<r;s+=1)(n=a[s].ks.k).__converted||(_(a[s].ks.k),n.__converted=!0)}}}(),M=function(){var t=[4,1,9];function e(t){var i,s,r,n=t.length;for(i=0;i<n;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(r=t[i].c.k.length,s=0;s<r;s+=1)t[i].c.k[s].s&&(t[i].c.k[s].s[0]/=255,t[i].c.k[s].s[1]/=255,t[i].c.k[s].s[2]/=255,t[i].c.k[s].s[3]/=255),t[i].c.k[s].e&&(t[i].c.k[s].e[0]/=255,t[i].c.k[s].e[1]/=255,t[i].c.k[s].e[2]/=255,t[i].c.k[s].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,s=t.length;for(i=0;i<s;i+=1)4===t[i].ty&&e(t[i].shapes)}return function(e){if(k(t,e.v)&&(i(e.layers),e.assets)){var s,r=e.assets.length;for(s=0;s<r;s+=1)e.assets[s].layers&&i(e.assets[s].layers)}}}(),x=function(){var t=[4,4,18];function e(t){var i,s,r;for(i=t.length-1;i>=0;i-=1)if("sh"==t[i].ty)if(t[i].ks.k.i)t[i].ks.k.c=t[i].closed;else for(r=t[i].ks.k.length,s=0;s<r;s+=1)t[i].ks.k[s].s&&(t[i].ks.k[s].s[0].c=t[i].closed),t[i].ks.k[s].e&&(t[i].ks.k[s].e[0].c=t[i].closed);else"gr"==t[i].ty&&e(t[i].it)}function i(t){var i,s,r,n,a,o,h=t.length;for(s=0;s<h;s+=1){if((i=t[s]).hasMask){var p=i.masksProperties;for(n=p.length,r=0;r<n;r+=1)if(p[r].pt.k.i)p[r].pt.k.c=p[r].cl;else for(o=p[r].pt.k.length,a=0;a<o;a+=1)p[r].pt.k[a].s&&(p[r].pt.k[a].s[0].c=p[r].cl),p[r].pt.k[a].e&&(p[r].pt.k[a].e[0].c=p[r].cl)}4===i.ty&&e(i.shapes)}}return function(e){if(k(t,e.v)&&(i(e.layers),e.assets)){var s,r=e.assets.length;for(s=0;s<r;s+=1)e.assets[s].layers&&i(e.assets[s].layers)}}}();function w(t,e){0!==t.t.a.length||"m"in t.t.p||(t.singleShape=!0)}var P=function(t,e){t.__complete||(M(t),S(t),T(t),x(t),v(t.layers,t.assets),t.__complete=!0)},b="function"==typeof Float32Array;function L(t,e){return 1-3*e+3*t}function C(t,e){return 3*e-6*t}function D(t){return 3*t}function I(t,e,i){return((L(e,i)*t+C(e,i))*t+D(e))*t}function A(t,e,i){return 3*L(e,i)*t*t+2*C(e,i)*t+D(e)}function O(t,e,i,s){if(!(0<=t&&t<=1&&0<=i&&i<=1))throw new Error("bezier x values must be in [0, 1] range");this.mX1=t,this.mY1=e,this.mX2=i,this.mY2=s,this.sampleValues=b?new Float32Array(11):new Array(11),this._preCompute(),this.get=this.get.bind(this)}O.prototype._preCompute=function(){if(this.mX1!==this.mY1||this.mX2!==this.mY2)for(var t=0;t<11;++t)this.sampleValues[t]=I(.1*t,this.mX1,this.mX2)},O.prototype._getTForX=function(t){for(var e=0,i=1;10!==i&&this.sampleValues[i]<=t;++i)e+=.1;--i;var s=e+(t-this.sampleValues[i])/(this.sampleValues[i+1]-this.sampleValues[i])*.1,r=A(s,this.mX1,this.mX2);return r>=.001?function(t,e,i,s){for(var r=0;r<4;++r){var n=A(e,i,s);if(0===n)return e;e-=(I(e,i,s)-t)/n}return e}(t,s,this.mX1,this.mX2):0===r?s:function(t,e,i,s,r){var n,a,o=0;do{(n=I(a=e+(i-e)/2,s,r)-t)>0?i=a:e=a}while(Math.abs(n)>1e-7&&++o<10);return a}(t,e,e+.1,this.mX1,this.mX2)},O.prototype.get=function(t){return this.mX1===this.mY1&&this.mX2===this.mY2?t:0===t?0:1===t?1:I(this._getTForX(t),this.mY1,this.mY2)};var F,E={},V=function(t,e,i,s,r){var n=r||("bez_"+t+"_"+e+"_"+i+"_"+s).replace(/\./g,"p");if(E[n])return E[n];var a=new O(t,e,i,s);return E[n]=a,a};function N(t){return new Array(t)}F="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,s=0,r=[];switch(t){case"int16":case"uint8c":i=1;break;default:i=1.1}for(s=0;s<e;s+=1)r.push(i);return r};var q=function(t){return t.concat(N(t.length))},j=function(t,e,i){var s=0,r=t,n=N(r);return{newElement:function(){var t;return s?t=n[s-=1]:t=e(),t},release:function(t){s===r&&(n=q(n),r*=2),i&&i(t),n[s]=t,s+=1}}},z=j(8,(function(){return F("float32",2)})),R=function(){function t(){this.c=!1,this._length=0,this._maxLength=8,this.v=N(this._maxLength),this.o=N(this._maxLength),this.i=N(this._maxLength)}var e=t.prototype;return e.setPathData=function(t,e){this.c=t,this.setLength(e);for(var i=0;i<e;)this.v[i]=z.newElement(),this.o[i]=z.newElement(),this.i[i]=z.newElement(),i+=1},e.setLength=function(t){for(;this._maxLength<t;)this.doubleArrayLength();this._length=t},e.doubleArrayLength=function(){this.v=this.v.concat(N(this._maxLength)),this.i=this.i.concat(N(this._maxLength)),this.o=this.o.concat(N(this._maxLength)),this._maxLength*=2},e.setXYAt=function(t,e,i,s,r){var n;switch(this._length=Math.max(this._length,s+1),this._length>=this._maxLength&&this.doubleArrayLength(),i){case"v":n=this.v;break;case"i":n=this.i;break;case"o":n=this.o}(!n[s]||n[s]&&!r)&&(n[s]=z.newElement()),n[s][0]=t,n[s][1]=e},e.setTripleAt=function(t,e,i,s,r,n,a,o){this.setXYAt(t,e,"v",a,o),this.setXYAt(i,s,"o",a,o),this.setXYAt(r,n,"i",a,o)},e.reverse=function(){var e=new t;e.setPathData(this.c,this._length);var i=this.v,s=this.o,r=this.i,n=0;this.c&&(e.setTripleAt(i[0][0],i[0][1],r[0][0],r[0][1],s[0][0],s[0][1],0,!1),n=1);for(var a=this._length-1,o=this._length,h=n;h<o;h+=1)e.setTripleAt(i[a][0],i[a][1],r[a][0],r[a][1],s[a][0],s[a][1],h,!1),a-=1;return e},t}(),X=j(4,(function(){return new R}),(function(t){for(var e=t._length,i=0;i<e;i+=1)z.release(t.v[i]),z.release(t.i[i]),z.release(t.o[i]),t.v[i]=null,t.i[i]=null,t.o[i]=null;t._length=0,t.c=!1}));X.clone=function(t){var e=X.newElement(),i=void 0===t._length?t.v.length:t._length;e.setLength(i),e.c=t.c;for(var s=0;s<i;s+=1)e.setTripleAt(t.v[s][0],t.v[s][1],t.o[s][0],t.o[s][1],t.i[s][0],t.i[s][1],s);return e};var Y=function(){function t(){this._length=0,this._maxLength=4,this.shapes=N(this._maxLength)}var e=t.prototype;return e.addShape=function(t){this._length===this._maxLength&&(this.shapes=this.shapes.concat(N(this._maxLength)),this._maxLength*=2),this.shapes[this._length]=t,this._length+=1},e.releaseShapes=function(){for(var t=0;t<this._length;t+=1)X.release(this.shapes[t]);this._length=0},t}(),B=0,G=4,U=N(G),W=function(){var t;return B?t=U[B-=1]:t=new Y,t},J=function(){function t(){}var e=t.prototype;return e.outTypeExpressionMode=function(){this._hasOutTypeExpression=!0,this.container&&this.container.outTypeExpressionMode()},e.addDynamicProperty=function(t){-1===this.dynamicProperties.indexOf(t)&&(this.dynamicProperties.push(t),this.container.addDynamicProperty(this),this._isAnimated=!0,t._hasOutTypeExpression&&this.outTypeExpressionMode())},e.iterateDynamicProperties=function(t){this._mdf=!1;for(var e=this.dynamicProperties.length,i=0;i<e;i+=1)this.dynamicProperties[i].getValue(t),this.dynamicProperties[i]._mdf&&(this._mdf=!0)},e.initDynamicPropertyContainer=function(t){this.container=t,this.dynamicProperties=[],this._mdf=!1,this._isAnimated=!1,this._hasOutTypeExpression=!1},t}(),H=j(8,(function(){return{addedLength:0,percents:F("float32",200),lengths:F("float32",200)}})),K=j(8,(function(){return{lengths:[],totalLength:0}}),(function(t){for(var e=t.lengths.length,i=0;i<e;i+=1)H.release(t.lengths[i]);t.lengths.length=0}));function Z(t,e,i,s,r,n){var a=t*s+e*r+i*n-r*s-n*t-i*e;return a>-.001&&a<.001}function Q(t,e,i,s){for(var r,n=0,a=[],o=[],h=H.newElement(),p=i.length,l=0;l<200;l+=1){var u=l/199;r=0;for(var c=0;c<p;c+=1){var f=Math.pow(1-u,3)*t[c]+3*Math.pow(1-u,2)*u*i[c]+3*(1-u)*Math.pow(u,2)*s[c]+Math.pow(u,3)*e[c];a[c]=f,null!==o[c]&&(r+=Math.pow(a[c]-o[c],2)),o[c]=a[c]}r&&(n+=r=Math.sqrt(r)),h.percents[l]=u,h.lengths[l]=n}return h.addedLength=n,h}function $(t){this.segmentLength=0,this.points=new Array(t)}function tt(t,e){this.partialLength=t,this.point=e}var et={};function it(t,e){var i=e.percents,s=e.lengths,r=i.length,n=Math.floor((r-1)*t),a=t*e.addedLength,o=0;if(n===r-1||0===n||a===s[n])return i[n];for(var h=s[n]>a?-1:1,p=!0;p;)if(s[n]<=a&&s[n+1]>a?(o=(a-s[n])/(s[n+1]-s[n]),p=!1):n+=h,n<0||n>=r-1){if(n===r-1)return i[n];p=!1}return i[n]+(i[n+1]-i[n])*o}var st=F("float32",8),rt={getSegmentsLength:function(t){for(var e=K.newElement(),i=t.c,s=t.v,r=t.o,n=t.i,a=t._length,o=e.lengths,h=0,p=0;p<a-1;p+=1)o[p]=Q(s[p],s[p+1],r[p],n[p+1]),h+=o[p].addedLength;return i&&a&&(o[p]=Q(s[p],s[0],r[p],n[0]),h+=o[p].addedLength),e.totalLength=h,e},getNewSegment:function(t,e,i,s,r,n,a){for(var o=it(r=r<0?0:r>1?1:r,a),h=it(n=n>1?1:n,a),p=t.length,l=1-o,u=1-h,c=l*l*l,f=o*l*l*3,d=o*o*l*3,m=o*o*o,v=l*l*u,y=o*l*u+l*o*u+l*l*h,g=o*o*u+l*o*h+o*l*h,_=o*o*h,k=l*u*u,S=o*u*u+l*h*u+l*u*h,T=o*h*u+l*h*h+o*u*h,M=o*h*h,x=u*u*u,w=h*u*u+u*h*u+u*u*h,P=h*h*u+u*h*h+h*u*h,b=h*h*h,L=0;L<p;L+=1)st[4*L]=Math.round(1e3*(c*t[L]+f*i[L]+d*s[L]+m*e[L]))/1e3,st[4*L+1]=Math.round(1e3*(v*t[L]+y*i[L]+g*s[L]+_*e[L]))/1e3,st[4*L+2]=Math.round(1e3*(k*t[L]+S*i[L]+T*s[L]+M*e[L]))/1e3,st[4*L+3]=Math.round(1e3*(x*t[L]+w*i[L]+P*s[L]+b*e[L]))/1e3;return st},getPointInSegment:function(t,e,i,s,r,n){var a=it(r,n),o=1-a;return[Math.round(1e3*(o*o*o*t[0]+(a*o*o+o*a*o+o*o*a)*i[0]+(a*a*o+o*a*a+a*o*a)*s[0]+a*a*a*e[0]))/1e3,Math.round(1e3*(o*o*o*t[1]+(a*o*o+o*a*o+o*o*a)*i[1]+(a*a*o+o*a*a+a*o*a)*s[1]+a*a*a*e[1]))/1e3]},buildBezierData:function(t,e,i,s){var r=(t[0]+"_"+t[1]+"_"+e[0]+"_"+e[1]+"_"+i[0]+"_"+i[1]+"_"+s[0]+"_"+s[1]).replace(/\./g,"p");if(!et[r]){var n,a,o=200,h=0,p=null;2===t.length&&(t[0]!=e[0]||t[1]!=e[1])&&Z(t[0],t[1],e[0],e[1],t[0]+i[0],t[1]+i[1])&&Z(t[0],t[1],e[0],e[1],e[0]+s[0],e[1]+s[1])&&(o=2);for(var l=new $(o),u=i.length,c=0;c<o;c+=1){a=N(u);var f=c/(o-1);n=0;for(var d=0;d<u;d+=1){var m=Math.pow(1-f,3)*t[d]+3*Math.pow(1-f,2)*f*(t[d]+i[d])+3*(1-f)*Math.pow(f,2)*(e[d]+s[d])+Math.pow(f,3)*e[d];a[d]=m,null!==p&&(n+=Math.pow(a[d]-p[d],2))}h+=n=Math.sqrt(n),l.points[c]=new tt(n,a),p=a}l.segmentLength=h,et[r]=l}return et[r]},pointOnLine2D:Z,pointOnLine3D:function(t,e,i,s,r,n,a,o,h){if(0===i&&0===n&&0===h)return Z(t,e,s,r,a,o);var p,l=Math.sqrt(Math.pow(s-t,2)+Math.pow(r-e,2)+Math.pow(n-i,2)),u=Math.sqrt(Math.pow(a-t,2)+Math.pow(o-e,2)+Math.pow(h-i,2)),c=Math.sqrt(Math.pow(a-s,2)+Math.pow(o-r,2)+Math.pow(h-n,2));return(p=l>u?l>c?l-u-c:c-u-l:c>u?c-u-l:u-l-c)>-1e-4&&p<1e-4}},nt=Math.PI/180,at=[0,0],ot=/(loopIn|loopOut)\(([^)]+)/,ht=/["']\w+["']/,pt=function(){function t(t,e,i){this.begin=e,this.end=i,this.total=this.end-this.begin,this.type=t}return t.prototype.update=function(t){return"in"===this.type?t>=this.begin?t:this.end-l.euclideanModulo(this.begin-t,this.total):"out"===this.type?t<=this.end?t:this.begin+l.euclideanModulo(t-this.end,this.total):void 0},t}(),lt=function(){function t(t,e,i){this.begin=e,this.end=i,this.total=this.end-this.begin,this.type=t}var e=t.prototype;return e.update=function(t){if("in"===this.type&&t<this.begin||"out"===this.type&&t>this.end){var e=t-this.end;return this.pingpong(e)}return t},e.pingpong=function(t){return Math.floor(t/this.total)%2?this.begin+l.euclideanModulo(t,this.total):this.end-l.euclideanModulo(t,this.total)},t}(),ut={loopIn:function(t,e,i){var s=t[0].t,r=t.length-1,n=t[Math.min(r,i)].t;switch(e){case"cycle":return new pt("in",s,n);case"pingpong":return new lt("in",s,n)}return null},loopOut:function(t,e,i){var s=t.length-1,r=t[Math.max(0,s-i)].t,n=t[s].t;switch(e){case"cycle":return new pt("out",r,n);case"pingpong":return new lt("out",r,n)}return null}};var ct=function(t){return t.x&&ot.test(t.x)},ft=function(t){var e=function(t){var e=t.match(ot),i=e[2].split(/\s*,\s*/).map((function(t){return ht.test(t)?t.replace(/"|'/g,""):parseInt(t)}));return{name:e[1],mode:i[0],offset:i[1]}}(t.x),i=e.name,s=e.mode,r=e.offset,n=void 0===r?0:r,a=0===n?t.k.length-1:n;return ut[i]&&ut[i](t.k,s,a)};function dt(t){var e=t[0]*nt,i=t[1]*nt,s=t[2]*nt,r=Math.cos(e/2),n=Math.cos(i/2),a=Math.cos(s/2),o=Math.sin(e/2),h=Math.sin(i/2),p=Math.sin(s/2);return[o*h*a+r*n*p,o*n*a+r*h*p,r*h*a-o*n*p,r*n*a-o*h*p]}var mt=function(){function t(){}var e=t.prototype;return e.interpolateValue=function(t,e){var i;"multidimensional"===this.propType&&(i=F("float32",this.pv.length));for(var s,r,n,a,o,h,p,l,u=e.lastIndex,c=u,f=this.keyframes.length-1,d=!0;d;){if(s=this.keyframes[c],r=this.keyframes[c+1],c===f-1&&t>=r.t){s.h&&(s=r),u=0;break}if(r.t>t){u=c;break}c<f-1?c+=1:(u=0,d=!1)}var m,v=r.t,y=s.t;if(s.to){s.bezierData||(s.bezierData=rt.buildBezierData(s.s,r.s||s.e,s.to,s.ti));var g=s.bezierData;if(t>=v||t<y){var _=t>=v?g.points.length-1:0;for(a=g.points[_].point.length,n=0;n<a;n+=1)i[n]=g.points[_].point[n]}else{s.__fnct?l=s.__fnct:(l=V(s.o.x,s.o.y,s.i.x,s.i.y,s.n).get,s.__fnct=l),o=l((t-y)/(v-y));var k,S=g.segmentLength*o,T=e.lastFrame<t&&e._lastKeyframeIndex===c?e._lastAddedLength:0;for(p=e.lastFrame<t&&e._lastKeyframeIndex===c?e._lastPoint:0,d=!0,h=g.points.length;d;){if(T+=g.points[p].partialLength,0===S||0===o||p===g.points.length-1){for(a=g.points[p].point.length,n=0;n<a;n+=1)i[n]=g.points[p].point[n];break}if(S>=T&&S<T+g.points[p+1].partialLength){for(k=(S-T)/g.points[p+1].partialLength,a=g.points[p].point.length,n=0;n<a;n+=1)i[n]=g.points[p].point[n]+(g.points[p+1].point[n]-g.points[p].point[n])*k;break}p<h-1?p+=1:d=!1}e._lastPoint=p,e._lastAddedLength=T-g.points[p].partialLength,e._lastKeyframeIndex=c}}else{var M,x,w,P,b;if(f=s.s.length,m=r.s||s.e,this.sh&&1!==s.h)t>=v?(i[0]=m[0],i[1]=m[1],i[2]=m[2]):t<=y?(i[0]=s.s[0],i[1]=s.s[1],i[2]=s.s[2]):function(t,e){var i=e[0],s=e[1],r=e[2],n=e[3],a=Math.atan2(2*s*n-2*i*r,1-2*s*s-2*r*r),o=Math.asin(2*i*s+2*r*n),h=Math.atan2(2*i*n-2*s*r,1-2*i*i-2*r*r);t[0]=a/nt,t[1]=o/nt,t[2]=h/nt}(i,function(t,e,i){var s,r,n,a,o,h=[],p=t[0],l=t[1],u=t[2],c=t[3],f=e[0],d=e[1],m=e[2],v=e[3];return(r=p*f+l*d+u*m+c*v)<0&&(r=-r,f=-f,d=-d,m=-m,v=-v),1-r>1e-6?(s=Math.acos(r),n=Math.sin(s),a=Math.sin((1-i)*s)/n,o=Math.sin(i*s)/n):(a=1-i,o=i),h[0]=a*p+o*f,h[1]=a*l+o*d,h[2]=a*u+o*m,h[3]=a*c+o*v,h}(dt(s.s),dt(m),(t-y)/(v-y)));else for(c=0;c<f;c+=1)1!==s.h&&(t>=v?o=1:t<y?o=0:(s.o.x.constructor===Array?(s.__fnct||(s.__fnct=[]),s.__fnct[c]?l=s.__fnct[c]:(M=void 0===s.o.x[c]?s.o.x[0]:s.o.x[c],x=void 0===s.o.y[c]?s.o.y[0]:s.o.y[c],w=void 0===s.i.x[c]?s.i.x[0]:s.i.x[c],P=void 0===s.i.y[c]?s.i.y[0]:s.i.y[c],l=V(M,x,w,P).get,s.__fnct[c]=l)):s.__fnct?l=s.__fnct:(M=s.o.x,x=s.o.y,w=s.i.x,P=s.i.y,l=V(M,x,w,P).get,s.__fnct=l),o=l((t-y)/(v-y)))),m=r.s||s.e,b=1===s.h?s.s[c]:s.s[c]+(m[c]-s.s[c])*o,"multidimensional"===this.propType?i[c]=b:i=b}return e.lastIndex=u,i},e.getValueAtCurrentTime=function(t){var e=this.keyframes[0].t,i=this.keyframes[this.keyframes.length-1].t;if(!(t===this._caching.lastFrame||-999999!==this._caching.lastFrame&&(this._caching.lastFrame>=i&&t>=i||this._caching.lastFrame<e&&t<e))){this._caching.lastFrame>=t&&(this._caching._lastKeyframeIndex=-1,this._caching.lastIndex=0);var s=this.interpolateValue(t,this._caching);this.pv=s}return this._caching.lastFrame=t,this.pv},e.setVValue=function(t){var e;if("unidimensional"===this.propType)e=t*this.mult,Math.abs(this.v-e)>1e-5&&(this.v=e,this._mdf=!0);else for(var i=0,s=this.v.length;i<s;)e=t[i]*this.mult,Math.abs(this.v[i]-e)>1e-5&&(this.v[i]=e,this._mdf=!0),i+=1},e.processEffectsSequence=function(t){if(this.expression&&(t=this.expression.update(t)),t!==this.frameId&&this.effectsSequence.length)if(this.lock)this.setVValue(this.pv);else{var e;this.lock=!0,this._mdf=this._isFirstFrame;var i=this.effectsSequence.length,s=this.kf?this.pv:this.data.k;for(e=0;e<i;e+=1)s=this.effectsSequence[e](t);this.setVValue(s),this._isFirstFrame=!1,this.lock=!1,this.frameId=t}},e.addEffect=function(t){this.effectsSequence.push(t),this.container.addDynamicProperty(this)},t}(),vt=function(t){function e(e,i,s,r){var n;return(n=t.call(this)||this).propType="unidimensional",n.mult=s||1,n.data=i,n.v=s?i.k*s:i.k,n.pv=i.k,n._mdf=!1,n.elem=e,n.container=r,n.k=!1,n.kf=!1,n.vel=0,n.effectsSequence=[],n._isFirstFrame=!0,n.getValue=n.processEffectsSequence,n}return _inheritsLoose(e,t),e}(mt),yt=function(t){function e(e,i,s,r){var n;(n=t.call(this)||this).propType="multidimensional",n.mult=s||1,n.data=i,n._mdf=!1,n.elem=e,n.container=r,n.comp=e.comp,n.k=!1,n.kf=!1,n.frameId=-1;var a=i.k.length;n.v=F("float32",a),n.pv=F("float32",a),n.vel=F("float32",a);for(var o=0;o<a;o+=1)n.v[o]=i.k[o]*n.mult,n.pv[o]=i.k[o];return n._isFirstFrame=!0,n.effectsSequence=[],n.getValue=n.processEffectsSequence,n}return _inheritsLoose(e,t),e}(mt),gt=function(t){function e(e,i,s,r){var n;return(n=t.call(this)||this).propType="unidimensional",n.keyframes=i.k,n.frameId=-1,n._caching={lastFrame:-999999,lastIndex:0,value:0,_lastKeyframeIndex:-1},n.k=!0,n.kf=!0,n.data=i,n.mult=s||1,n.elem=e,n.container=r,n.comp=e.comp,n.v=-999999,n.pv=-999999,n._isFirstFrame=!0,n.getValue=n.processEffectsSequence,n.effectsSequence=[n.getValueAtCurrentTime.bind(_assertThisInitialized(n))],n._hasOutTypeExpression=!1,ct(i)&&(n.expression=ft(i),n._hasOutTypeExpression="out"===n.expression.type),n}return _inheritsLoose(e,t),e}(mt),_t=function(t){function e(e,i,s,r){var n,a;(n=t.call(this)||this).propType="multidimensional";var o,h,p,l,u=i.k.length;for(a=0;a<u-1;a+=1)i.k[a].to&&i.k[a].s&&i.k[a+1]&&i.k[a+1].s&&(o=i.k[a].s,h=i.k[a+1].s,p=i.k[a].to,l=i.k[a].ti,(2===o.length&&(o[0]!==h[0]||o[1]!==h[1])&&rt.pointOnLine2D(o[0],o[1],h[0],h[1],o[0]+p[0],o[1]+p[1])&&rt.pointOnLine2D(o[0],o[1],h[0],h[1],h[0]+l[0],h[1]+l[1])||3===o.length&&(o[0]!==h[0]||o[1]!==h[1]||o[2]!==h[2])&&rt.pointOnLine3D(o[0],o[1],o[2],h[0],h[1],h[2],o[0]+p[0],o[1]+p[1],o[2]+p[2])&&rt.pointOnLine3D(o[0],o[1],o[2],h[0],h[1],h[2],h[0]+l[0],h[1]+l[1],h[2]+l[2]))&&(i.k[a].to=null,i.k[a].ti=null),o[0]===h[0]&&o[1]===h[1]&&0===p[0]&&0===p[1]&&0===l[0]&&0===l[1]&&(2===o.length||o[2]===h[2]&&0===p[2]&&0===l[2])&&(i.k[a].to=null,i.k[a].ti=null));n.effectsSequence=[n.getValueAtCurrentTime.bind(_assertThisInitialized(n))],n.keyframes=i.k,n.k=!0,n.kf=!0,n._isFirstFrame=!0,n.mult=s||1,n.elem=e,n.container=r,n.comp=e.comp,n.getValue=n.processEffectsSequence,n.frameId=-1;var c=i.k[0].s.length;for(n.v=F("float32",c),n.pv=F("float32",c),a=0;a<c;a+=1)n.v[a]=-999999,n.pv[a]=-999999;return n._caching={lastFrame:-999999,lastIndex:0,value:F("float32",c)},n._hasOutTypeExpression=!1,ct(i)&&(n.expression=ft(i),n._hasOutTypeExpression="out"===n.expression.type),n}return _inheritsLoose(e,t),e}(mt),kt=function(t,e,i,s,r){var n;if(e.k.length)if("number"==typeof e.k[0])n=new yt(t,e,s,r);else switch(i){case 0:n=new gt(t,e,s,r);break;case 1:n=new _t(t,e,s,r)}else n=new vt(t,e,s,r);return n.effectsSequence.length&&r.addDynamicProperty(n),n},St=function(){function t(){}var e=t.prototype;return e.interpolateShape=function(t,e,i){var s,r,n,a,o,h,p,l,u,c=i.lastIndex,f=this.keyframes;if(t<f[0].t)s=f[0].s[0],n=!0,c=0;else if(t>=f[f.length-1].t)s=f[f.length-1].s?f[f.length-1].s[0]:f[f.length-2].e[0],n=!0;else{for(var d,m,v=c,y=f.length-1,g=!0;g&&(d=f[v],!((m=f[v+1]).t>t));)v<y-1?v+=1:g=!1;if(c=v,!(n=1===d.h)){if(t>=m.t)l=1;else if(t<d.t)l=0;else{var _;d.__fnct?_=d.__fnct:(_=V(d.o.x,d.o.y,d.i.x,d.i.y).get,d.__fnct=_),l=_((t-d.t)/(m.t-d.t))}r=m.s?m.s[0]:d.e[0]}s=d.s[0]}for(h=e._length,p=s.i[0].length,i.lastIndex=c,a=0;a<h;a+=1)for(o=0;o<p;o+=1)u=n?s.i[a][o]:s.i[a][o]+(r.i[a][o]-s.i[a][o])*l,e.i[a][o]=u,u=n?s.o[a][o]:s.o[a][o]+(r.o[a][o]-s.o[a][o])*l,e.o[a][o]=u,u=n?s.v[a][o]:s.v[a][o]+(r.v[a][o]-s.v[a][o])*l,e.v[a][o]=u},e.interpolateShapeCurrentTime=function(t){var e=this.keyframes[0].t,i=this.keyframes[this.keyframes.length-1].t,s=this._caching.lastFrame;return-999999!==s&&(s<e&&t<e||s>i&&t>i)||(this._caching.lastIndex=s<t?this._caching.lastIndex:0,this.interpolateShape(t,this.pv,this._caching)),this._caching.lastFrame=t,this.pv},e.resetShape=function(){this.paths=this.localShapeCollection},e.shapesEqual=function(t,e){if(t._length!==e._length||t.c!==e.c)return!1;var i,s=t._length;for(i=0;i<s;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},e.setVValue=function(t){this.shapesEqual(this.v,t)||(this.v=X.clone(t),this.localShapeCollection.releaseShapes(),this.localShapeCollection.addShape(this.v),this._mdf=!0,this.paths=this.localShapeCollection)},e.processEffectsSequence=function(t){if(t!==this.frameId)if(this.effectsSequence.length)if(this.lock)this.setVValue(this.pv);else{this.lock=!0,this._mdf=!1;var e,i=this.kf?this.pv:this.data.ks?this.data.ks.k:this.data.pt.k,s=this.effectsSequence.length;for(e=0;e<s;e+=1)i=this.effectsSequence[e](t);this.setVValue(i),this.lock=!1,this.frameId=t}else this._mdf=!1},e.addEffect=function(t){this.effectsSequence.push(t),this.container.addDynamicProperty(this)},t}(),Tt=function(t){function e(e,i,s){var r;(r=t.call(this)||this).propType="shape",r.comp=e.comp,r.container=e,r.elem=e,r.data=i,r.k=!1,r.kf=!1,r._mdf=!1;var n=3===s?i.pt.k:i.ks.k;return r.v=X.clone(n),r.pv=X.clone(r.v),r.localShapeCollection=W(),r.paths=r.localShapeCollection,r.paths.addShape(r.v),r.reset=r.resetShape,r.effectsSequence=[],r.getValue=r.processEffectsSequence,r}return _inheritsLoose(e,t),e}(St),Mt=function(t){function e(e,i,s){var r;(r=t.call(this)||this).propType="shape",r.comp=e.comp,r.elem=e,r.container=e,r.keyframes=3===s?i.pt.k:i.ks.k,r.k=!0,r.kf=!0;var n=r.keyframes[0].s[0].i.length;return r.v=X.newElement(),r.v.setPathData(r.keyframes[0].s[0].c,n),r.pv=X.clone(r.v),r.localShapeCollection=W(),r.paths=r.localShapeCollection,r.paths.addShape(r.v),r.lastFrame=-999999,r.reset=r.resetShape,r._caching={lastFrame:-999999,lastIndex:0},r.effectsSequence=[r.interpolateShapeCurrentTime.bind(_assertThisInitialized(r))],r.getValue=r.processEffectsSequence,r._hasOutTypeExpression=!1,ct(i)&&(r.expression=ft(i),r._hasOutTypeExpression="out"===r.expression.type),r}return _inheritsLoose(e,t),e}(St),xt=function(t){function e(e,i){var s;return(s=t.call(this)||this).v=X.newElement(),s.v.setPathData(!0,4),s.localShapeCollection=W(),s.paths=s.localShapeCollection,s.localShapeCollection.addShape(s.v),s.d=i.d,s.elem=e,s.comp=e.comp,s.frameId=-1,s.initDynamicPropertyContainer(e),s.p=kt(e,i.p,1,0,_assertThisInitialized(s)),s.s=kt(e,i.s,1,0,_assertThisInitialized(s)),s.dynamicProperties.length?s.k=!0:(s.k=!1,s.convertEllToPath()),s}_inheritsLoose(e,t);var i=e.prototype;return i.reset=function(){this.paths=this.localShapeCollection},i.getValue=function(t){t!==this.frameId&&(this.iterateDynamicProperties(t),this.frameId=t,this._mdf&&this.convertEllToPath())},i.convertEllToPath=function(){var t=this.p.v[0],e=this.p.v[1],i=this.s.v[0]/2,s=this.s.v[1]/2,r=3!==this.d,n=this.v;n.v[0][0]=t,n.v[0][1]=e-s,n.v[1][0]=r?t+i:t-i,n.v[1][1]=e,n.v[2][0]=t,n.v[2][1]=e+s,n.v[3][0]=r?t-i:t+i,n.v[3][1]=e,n.i[0][0]=r?t-i*Pt:t+i*Pt,n.i[0][1]=e-s,n.i[1][0]=r?t+i:t-i,n.i[1][1]=e-s*Pt,n.i[2][0]=r?t+i*Pt:t-i*Pt,n.i[2][1]=e+s,n.i[3][0]=r?t-i:t+i,n.i[3][1]=e+s*Pt,n.o[0][0]=r?t+i*Pt:t-i*Pt,n.o[0][1]=e-s,n.o[1][0]=r?t+i:t-i,n.o[1][1]=e+s*Pt,n.o[2][0]=r?t-i*Pt:t+i*Pt,n.o[2][1]=e+s,n.o[3][0]=r?t-i:t+i,n.o[3][1]=e-s*Pt},e}(J),wt=function(t){function e(e,i){var s;return(s=t.call(this)||this).v=X.newElement(),s.v.setPathData(!0,0),s.elem=e,s.comp=e.comp,s.data=i,s.frameId=-1,s.d=i.d,s.initDynamicPropertyContainer(e),1===i.sy?(s.ir=kt(e,i.ir,0,0,_assertThisInitialized(s)),s.is=kt(e,i.is,0,.01,_assertThisInitialized(s)),s.convertToPath=s.convertStarToPath):s.convertToPath=s.convertPolygonToPath,s.pt=kt(e,i.pt,0,0,_assertThisInitialized(s)),s.p=kt(e,i.p,1,0,_assertThisInitialized(s)),s.r=kt(e,i.r,0,nt,_assertThisInitialized(s)),s.or=kt(e,i.or,0,0,_assertThisInitialized(s)),s.os=kt(e,i.os,0,.01,_assertThisInitialized(s)),s.localShapeCollection=W(),s.localShapeCollection.addShape(s.v),s.paths=s.localShapeCollection,s.dynamicProperties.length?s.k=!0:(s.k=!1,s.convertToPath()),s}_inheritsLoose(e,t);var i=e.prototype;return i.reset=function(){this.paths=this.localShapeCollection},i.getValue=function(t){t!==this.frameId&&(this.frameId=t,this.iterateDynamicProperties(t),this._mdf&&this.convertToPath())},i.convertStarToPath=function(){var t,e,i,s,r=2*Math.floor(this.pt.v),n=2*Math.PI/r,a=!0,o=this.or.v,h=this.ir.v,p=this.os.v,l=this.is.v,u=2*Math.PI*o/(2*r),c=2*Math.PI*h/(2*r),f=-Math.PI/2;f+=this.r.v;var d=3===this.data.d?-1:1;for(this.v._length=0,t=0;t<r;t+=1){i=a?p:l,s=a?u:c;var m=(e=a?o:h)*Math.cos(f),v=e*Math.sin(f),y=0===m&&0===v?0:v/Math.sqrt(m*m+v*v),g=0===m&&0===v?0:-m/Math.sqrt(m*m+v*v);m+=+this.p.v[0],v+=+this.p.v[1],this.v.setTripleAt(m,v,m-y*s*i*d,v-g*s*i*d,m+y*s*i*d,v+g*s*i*d,t,!0),a=!a,f+=n*d}},i.convertPolygonToPath=function(){var t,e=Math.floor(this.pt.v),i=2*Math.PI/e,s=this.or.v,r=this.os.v,n=2*Math.PI*s/(4*e),a=-Math.PI/2,o=3===this.data.d?-1:1;for(a+=this.r.v,this.v._length=0,t=0;t<e;t+=1){var h=s*Math.cos(a),p=s*Math.sin(a),l=0===h&&0===p?0:p/Math.sqrt(h*h+p*p),u=0===h&&0===p?0:-h/Math.sqrt(h*h+p*p);h+=+this.p.v[0],p+=+this.p.v[1],this.v.setTripleAt(h,p,h-l*n*r*o,p-u*n*r*o,h+l*n*r*o,p+u*n*r*o,t,!0),a+=i*o}this.paths.length=0,this.paths[0]=this.v},e}(J),Pt=.5519,bt=function(t){function e(e,i){var s;return(s=t.call(this)||this).v=X.newElement(),s.v.c=!0,s.localShapeCollection=W(),s.localShapeCollection.addShape(s.v),s.paths=s.localShapeCollection,s.elem=e,s.comp=e.comp,s.frameId=-1,s.d=i.d,s.initDynamicPropertyContainer(e),s.p=kt(e,i.p,1,0,_assertThisInitialized(s)),s.s=kt(e,i.s,1,0,_assertThisInitialized(s)),s.r=kt(e,i.r,0,0,_assertThisInitialized(s)),s.dynamicProperties.length?s.k=!0:(s.k=!1,s.convertRectToPath()),s}_inheritsLoose(e,t);var i=e.prototype;return i.reset=function(){this.paths=this.localShapeCollection},i.getValue=function(t){t!==this.frameId&&(this.frameId=t,this.iterateDynamicProperties(t),this._mdf&&this.convertRectToPath())},i.convertRectToPath=function(){var t=this.p.v[0],e=this.p.v[1],i=this.s.v[0]/2,s=this.s.v[1]/2,r=Math.min(i,s,this.r.v),n=r*(1-.5519);this.v._length=0,2===this.d||1===this.d?(this.v.setTripleAt(t+i,e-s+r,t+i,e-s+r,t+i,e-s+n,0,!0),this.v.setTripleAt(t+i,e+s-r,t+i,e+s-n,t+i,e+s-r,1,!0),0!==r?(this.v.setTripleAt(t+i-r,e+s,t+i-r,e+s,t+i-n,e+s,2,!0),this.v.setTripleAt(t-i+r,e+s,t-i+n,e+s,t-i+r,e+s,3,!0),this.v.setTripleAt(t-i,e+s-r,t-i,e+s-r,t-i,e+s-n,4,!0),this.v.setTripleAt(t-i,e-s+r,t-i,e-s+n,t-i,e-s+r,5,!0),this.v.setTripleAt(t-i+r,e-s,t-i+r,e-s,t-i+n,e-s,6,!0),this.v.setTripleAt(t+i-r,e-s,t+i-n,e-s,t+i-r,e-s,7,!0)):(this.v.setTripleAt(t-i,e+s,t-i+n,e+s,t-i,e+s,2),this.v.setTripleAt(t-i,e-s,t-i,e-s+n,t-i,e-s,3))):(this.v.setTripleAt(t+i,e-s+r,t+i,e-s+n,t+i,e-s+r,0,!0),0!==r?(this.v.setTripleAt(t+i-r,e-s,t+i-r,e-s,t+i-n,e-s,1,!0),this.v.setTripleAt(t-i+r,e-s,t-i+n,e-s,t-i+r,e-s,2,!0),this.v.setTripleAt(t-i,e-s+r,t-i,e-s+r,t-i,e-s+n,3,!0),this.v.setTripleAt(t-i,e+s-r,t-i,e+s-n,t-i,e+s-r,4,!0),this.v.setTripleAt(t-i+r,e+s,t-i+r,e+s,t-i+n,e+s,5,!0),this.v.setTripleAt(t+i-r,e+s,t+i-n,e+s,t+i-r,e+s,6,!0),this.v.setTripleAt(t+i,e+s-r,t+i,e+s-r,t+i,e+s-n,7,!0)):(this.v.setTripleAt(t-i,e-s,t-i+n,e-s,t-i,e-s,1,!0),this.v.setTripleAt(t-i,e+s,t-i,e+s-n,t-i,e+s,2,!0),this.v.setTripleAt(t+i,e+s,t+i-n,e+s,t+i,e+s,3,!0)))},e}(J),Lt=function(t,e,i){var s;return 3===i||4===i?s=(3===i?e.pt:e.ks).k.length?new Mt(t,e,i):new Tt(t,e,i):5===i?s=new bt(t,e):6===i?s=new xt(t,e):7===i&&(s=new wt(t,e)),s.k&&t.addDynamicProperty(s),s},Ct=function(t){function e(e,i,s){var r;(r=t.call(this)||this).frameId=-1,r.elem=e,r.session=s,r.masksProperties=i||[],r.initDynamicPropertyContainer(e),r.viewData=N(r.masksProperties.length);for(var n=r.masksProperties.length,a=!1,o=0;o<n;o++)"n"!==r.masksProperties[o].mode&&(a=!0),r.viewData[o]=Lt(_assertThisInitialized(r),r.masksProperties[o],3),r.viewData[o].inv=r.masksProperties[o].inv;return r.hasMasks=a,r}return _inheritsLoose(e,t),e.prototype.getValue=function(t){t!==this.frameId&&(this.iterateDynamicProperties(t),this.frameId=t)},e}(J),Dt=function(){var t=Math.cos,e=Math.sin,i=Math.tan,s=Math.round;function r(){return this.props[0]=1,this.props[1]=0,this.props[2]=0,this.props[3]=0,this.props[4]=0,this.props[5]=1,this.props[6]=0,this.props[7]=0,this.props[8]=0,this.props[9]=0,this.props[10]=1,this.props[11]=0,this.props[12]=0,this.props[13]=0,this.props[14]=0,this.props[15]=1,this}function n(i){if(0===i)return this;var s=t(i),r=e(i);return this._t(s,-r,0,0,r,s,0,0,0,0,1,0,0,0,0,1)}function a(i){if(0===i)return this;var s=t(i),r=e(i);return this._t(1,0,0,0,0,s,-r,0,0,r,s,0,0,0,0,1)}function o(i){if(0===i)return this;var s=t(i),r=e(i);return this._t(s,0,r,0,0,1,0,0,-r,0,s,0,0,0,0,1)}function h(i){if(0===i)return this;var s=t(i),r=e(i);return this._t(s,-r,0,0,r,s,0,0,0,0,1,0,0,0,0,1)}function p(t,e){return this._t(1,e,t,1,0,0)}function l(t,e){return this.shear(i(t),i(e))}function u(s,r){var n=t(r),a=e(r);return this._t(n,a,0,0,-a,n,0,0,0,0,1,0,0,0,0,1)._t(1,0,0,0,i(s),1,0,0,0,0,1,0,0,0,0,1)._t(n,-a,0,0,a,n,0,0,0,0,1,0,0,0,0,1)}function c(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,s,r,n,a,o,h,p,l,u,c,f,d,m){return this.props[0]=t,this.props[1]=e,this.props[2]=i,this.props[3]=s,this.props[4]=r,this.props[5]=n,this.props[6]=a,this.props[7]=o,this.props[8]=h,this.props[9]=p,this.props[10]=l,this.props[11]=u,this.props[12]=c,this.props[13]=f,this.props[14]=d,this.props[15]=m,this}function d(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 m(t,e,i,s,r,n,a,o,h,p,l,u,c,f,d,m){var v=this.props;if(1===t&&0===e&&0===i&&0===s&&0===r&&1===n&&0===a&&0===o&&0===h&&0===p&&1===l&&0===u)return v[12]=v[12]*t+v[15]*c,v[13]=v[13]*n+v[15]*f,v[14]=v[14]*l+v[15]*d,v[15]=v[15]*m,this._identityCalculated=!1,this;var y=v[0],g=v[1],_=v[2],k=v[3],S=v[4],T=v[5],M=v[6],x=v[7],w=v[8],P=v[9],b=v[10],L=v[11],C=v[12],D=v[13],I=v[14],A=v[15];return v[0]=y*t+g*r+_*h+k*c,v[1]=y*e+g*n+_*p+k*f,v[2]=y*i+g*a+_*l+k*d,v[3]=y*s+g*o+_*u+k*m,v[4]=S*t+T*r+M*h+x*c,v[5]=S*e+T*n+M*p+x*f,v[6]=S*i+T*a+M*l+x*d,v[7]=S*s+T*o+M*u+x*m,v[8]=w*t+P*r+b*h+L*c,v[9]=w*e+P*n+b*p+L*f,v[10]=w*i+P*a+b*l+L*d,v[11]=w*s+P*o+b*u+L*m,v[12]=C*t+D*r+I*h+A*c,v[13]=C*e+D*n+I*p+A*f,v[14]=C*i+D*a+I*l+A*d,v[15]=C*s+D*o+I*u+A*m,this._identityCalculated=!1,this}function v(){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 g(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 k(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 S(t,e,i){return t*this.props[0]+e*this.props[4]+i*this.props[8]+this.props[12]}function T(t,e,i){return t*this.props[1]+e*this.props[5]+i*this.props[9]+this.props[13]}function M(t,e,i){return t*this.props[2]+e*this.props[6]+i*this.props[10]+this.props[14]}function x(t){var e=this.props[0]*this.props[5]-this.props[1]*this.props[4],i=this.props[5]/e,s=-this.props[1]/e,r=-this.props[4]/e,n=this.props[0]/e,a=(this.props[4]*this.props[13]-this.props[5]*this.props[12])/e,o=-(this.props[0]*this.props[13]-this.props[1]*this.props[12])/e;return[t[0]*i+t[1]*r+a,t[0]*s+t[1]*n+o,0]}function w(t){var e,i=t.length,s=[];for(e=0;e<i;e+=1)s[e]=x(t[e]);return s}function P(t,e,i){var s=F("float32",6);if(this.isIdentity())s[0]=t[0],s[1]=t[1],s[2]=e[0],s[3]=e[1],s[4]=i[0],s[5]=i[1];else{var r=this.props[0],n=this.props[1],a=this.props[4],o=this.props[5],h=this.props[12],p=this.props[13];s[0]=t[0]*r+t[1]*a+h,s[1]=t[0]*n+t[1]*o+p,s[2]=e[0]*r+e[1]*a+h,s[3]=e[0]*n+e[1]*o+p,s[4]=i[0]*r+i[1]*a+h,s[5]=i[0]*n+i[1]*o+p}return s}function b(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 L(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 C(){for(var t=0,e=this.props,i="matrix3d(";t<16;)i+=s(1e4*e[t])/1e4,i+=15===t?")":",",t+=1;return i}function D(t){return t<1e-6&&t>0||t>-1e-6&&t<0?s(1e4*t)/1e4:t}function I(){var t=this.props;return"matrix("+D(t[0])+","+D(t[1])+","+D(t[4])+","+D(t[5])+","+D(t[12])+","+D(t[13])+")"}return function(){this.reset=r,this.rotate=n,this.rotateX=a,this.rotateY=o,this.rotateZ=h,this.skew=l,this.skewFromAxis=u,this.shear=p,this.scale=c,this.setTransform=f,this.translate=d,this.transform=m,this.applyToPoint=k,this.applyToX=S,this.applyToY=T,this.applyToZ=M,this.applyToPointArray=b,this.applyToTriplePoints=P,this.applyToPointStringified=L,this.toCSS=C,this.to2dCSS=I,this.clone=g,this.cloneFromProps=_,this.equals=y,this.inversePoints=w,this.inversePoint=x,this._t=this.transform,this.isIdentity=v,this._identity=!0,this._identityCalculated=!1,this.props=F("float32",16),this.reset()}}(),It=function(){function t(){this.sequences={},this.sequenceList=[],this.transform_key_count=0}var e=t.prototype;return e.addTransformSequence=function(t){for(var e=t.length,i="_",s=0;s<e;s+=1)i+=t[s].transform.key+"_";var r=this.sequences[i];return r||(r={transforms:[].concat(t),finalTransform:new Dt,_mdf:!1},this.sequences[i]=r,this.sequenceList.push(r)),r},e.processSequence=function(t,e){for(var i,s=0,r=e,n=t.transforms.length;s<n&&!e;){if(t.transforms[s].transform.mProps._mdf){r=!0;break}s+=1}if(r)for(t.finalTransform.reset(),s=n-1;s>=0;s-=1)i=t.transforms[s].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=r},e.processSequences=function(t){for(var e=this.sequenceList.length,i=0;i<e;i+=1)this.processSequence(this.sequenceList[i],t)},e.getNewKey=function(){return"_"+this.transform_key_count++},t}(),At=function(t,e){this.elem=t,this.pos=e},Ot=function(){function t(t,e,i,s){this.styledShapes=[],this.tr=[0,0,0,0,0,0];var r=4;"rc"==e.ty?r=5:"el"==e.ty?r=6:"sr"==e.ty&&(r=7),this.sh=Lt(t,e,r);for(var n=i.length,a=0;a<n;a+=1)if(!i[a].closed){var o={transforms:s.addTransformSequence(i[a].transforms),trNodes:[]};this.styledShapes.push(o),i[a].elements.push(o)}}return t.prototype.setAsAnimated=function(){this._isAnimated=!0},t}(),Ft={};function Et(t){return Ft[t]}var Vt={Null:"Null",Path:"Path",Shape:"Shape",Solid:"Solid",Sprite:"Sprite",Component:"Component",Container:"Container"},Nt=function(t,e){Ft[t]=e},qt=function(){function t(t,e,i){this.elem=t,this.data=e,this.type=e.ty,this.preTransforms=i,this.transforms=[],this.elements=[],this.closed=!0===e.hd,this.displayType=Vt.Path;var s=Et(this.displayType);this.display=new s(this,e),this.elem.innerDisplay?this.elem.innerDisplay.addChild(this.display):this.elem.display.addChild(this.display)}return t.prototype.updateGrahpics=function(){this.display.updateLottieGrahpics(this)},t}(),jt=function(t){function e(e,i,s){var r;if((r=t.call(this)||this).elem=e,r.frameId=-1,r.propType="transform",r.data=i,r.v=new Dt,r.pre=new Dt,r.appliedTransformations=0,r.initDynamicPropertyContainer(s||e),i.p&&i.p.s?(r.px=kt(e,i.p.x,0,0,_assertThisInitialized(r)),r.py=kt(e,i.p.y,0,0,_assertThisInitialized(r)),i.p.z&&(r.pz=kt(e,i.p.z,0,0,_assertThisInitialized(r)))):r.p=kt(e,i.p||{k:[0,0,0]},1,0,_assertThisInitialized(r)),i.rx){if(r.rx=kt(e,i.rx,0,nt,_assertThisInitialized(r)),r.ry=kt(e,i.ry,0,nt,_assertThisInitialized(r)),r.rz=kt(e,i.rz,0,nt,_assertThisInitialized(r)),i.or.k[0].ti){var n,a=i.or.k.length;for(n=0;n<a;n+=1)i.or.k[n].to=i.or.k[n].ti=null}r.or=kt(e,i.or,1,nt,_assertThisInitialized(r)),r.or.sh=!0}else r.r=kt(e,i.r||{k:0},0,nt,_assertThisInitialized(r));return i.sk&&(r.sk=kt(e,i.sk,0,nt,_assertThisInitialized(r)),r.sa=kt(e,i.sa,0,nt,_assertThisInitialized(r))),r.a=kt(e,i.a||{k:[0,0,0]},1,0,_assertThisInitialized(r)),r.s=kt(e,i.s||{k:[100,100,100]},1,.01,_assertThisInitialized(r)),i.o?r.o=kt(e,i.o,0,.01,e):r.o={_mdf:!1,v:1},r._isDirty=!0,r.dynamicProperties.length||r.getValue(-999999,!0),_assertThisInitialized(r)}_inheritsLoose(e,t);var i=e.prototype;return i.getValue=function(t,e){if(t!==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,s,r=this.elem.globalData.frameRate;if(this.p&&this.p.keyframes&&this.p.getValueAtTime)this.p._caching.lastFrame+this.p.offsetTime<=this.p.keyframes[0].t?(i=this.p.getValueAtTime((this.p.keyframes[0].t+.01)/r,0),s=this.p.getValueAtTime(this.p.keyframes[0].t/r,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/r,0),s=this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length-1].t-.05)/r,0)):(i=this.p.pv,s=this.p.getValueAtTime((this.p._caching.lastFrame+this.p.offsetTime-.01)/r,this.p.offsetTime));else if(this.px&&this.px.keyframes&&this.py.keyframes&&this.px.getValueAtTime&&this.py.getValueAtTime){i=[],s=[];var n=this.px,a=this.py;n._caching.lastFrame+n.offsetTime<=n.keyframes[0].t?(i[0]=n.getValueAtTime((n.keyframes[0].t+.01)/r,0),i[1]=a.getValueAtTime((a.keyframes[0].t+.01)/r,0),s[0]=n.getValueAtTime(n.keyframes[0].t/r,0),s[1]=a.getValueAtTime(a.keyframes[0].t/r,0)):n._caching.lastFrame+n.offsetTime>=n.keyframes[n.keyframes.length-1].t?(i[0]=n.getValueAtTime(n.keyframes[n.keyframes.length-1].t/r,0),i[1]=a.getValueAtTime(a.keyframes[a.keyframes.length-1].t/r,0),s[0]=n.getValueAtTime((n.keyframes[n.keyframes.length-1].t-.01)/r,0),s[1]=a.getValueAtTime((a.keyframes[a.keyframes.length-1].t-.01)/r,0)):(i=[n.pv,a.pv],s[0]=n.getValueAtTime((n._caching.lastFrame+n.offsetTime-.01)/r,n.offsetTime),s[1]=a.getValueAtTime((a._caching.lastFrame+a.offsetTime-.01)/r,a.offsetTime))}else i=s=at;this.v.rotate(-Math.atan2(i[1]-s[1],i[0]-s[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=t}},i.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)}},i.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])},e}(J);function zt(t,e,i){return new jt(t,e,i)}var Rt=function(t){function e(){return t.apply(this,arguments)||this}_inheritsLoose(e,t);var i=e.prototype;return i.initModifierProperties=function(){},i.addShapeToModifier=function(){},i.addShape=function(t){if(!this.closed){t.sh.container.addDynamicProperty(t.sh);var e={shape:t.sh,data:t,localShapeCollection:W()};this.shapes.push(e),this.addShapeToModifier(e),this._isAnimated&&t.setAsAnimated()}},i.init=function(t,e){this.shapes=[],this.elem=t,this.initDynamicPropertyContainer(t),this.initModifierProperties(t,e),this.frameId=-999999,this.closed=!1,this.k=!1,this.dynamicProperties.length?this.k=!0:this.getValue(!0)},i.processKeys=function(t){t!==this.frameId&&(this.frameId=t,this.iterateDynamicProperties(t))},e}(J),Xt={};function Yt(t,e){Xt[t]||(Xt[t]=e)}Yt("tm",function(t){function e(){return t.apply(this,arguments)||this}_inheritsLoose(e,t);var i=e.prototype;return i.initModifierProperties=function(t,e){this.s=kt(t,e.s,0,.01,this),this.e=kt(t,e.e,0,.01,this),this.o=kt(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},i.addShapeToModifier=function(t){t.pathsData=[]},i.calculateShapeEdges=function(t,e,i,s,r){var n=[];e<=1?n.push({s:t,e:e}):t>=1?n.push({s:t-1,e:e-1}):(n.push({s:t,e:1}),n.push({s:0,e:e-1}));var a,o,h=[],p=n.length;for(a=0;a<p;a+=1)if((o=n[a]).e*r<s||o.s*r>s+i);else{var l,u;l=o.s*r<=s?0:(o.s*r-s)/i,u=o.e*r>=s+i?1:(o.e*r-s)/i,h.push([l,u])}return h.length||h.push([0,0]),h},i.releasePathsData=function(t){for(var e=t.length,i=0;i<e;i+=1)K.release(t[i]);return t.length=0,t},i.processShapes=function(t){var e,i,s,r;if(this._mdf||t){var n=this.o.v%360/360;if(n<0&&(n+=1),(e=(this.s.v>1?1:this.s.v<0?0:this.s.v)+n)>(i=(this.e.v>1?1:this.e.v<0?0:this.e.v)+n)){var a=e;e=i,i=a}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 o,h,p,l,u,c=this.shapes.length,f=0;if(i===e)for(r=0;r<c;r+=1)this.shapes[r].localShapeCollection.releaseShapes(),this.shapes[r].shape._mdf=!0,this.shapes[r].shape.paths=this.shapes[r].localShapeCollection,this._mdf&&(this.shapes[r].pathsData.length=0);else if(1===i&&0===e||0===i&&1===e){if(this._mdf)for(r=0;r<c;r+=1)this.shapes[r].pathsData.length=0,this.shapes[r].shape._mdf=!0}else{var d,m,v=[];for(r=0;r<c;r+=1)if((d=this.shapes[r]).shape._mdf||this._mdf||t||2===this.m){if(h=(s=d.shape.paths)._length,u=0,!d.shape._mdf&&d.pathsData.length)u=d.totalShapeLength;else{for(p=this.releasePathsData(d.pathsData),o=0;o<h;o+=1)l=rt.getSegmentsLength(s.shapes[o]),p.push(l),u+=l.totalLength;d.totalShapeLength=u,d.pathsData=p}f+=u,d.shape._mdf=!0}else d.shape.paths=d.localShapeCollection;var y,g=e,_=i,k=0;for(r=c-1;r>=0;r-=1)if((d=this.shapes[r]).shape._mdf){for((m=d.localShapeCollection).releaseShapes(),2===this.m&&c>1?(y=this.calculateShapeEdges(e,i,d.totalShapeLength,k,f),k+=d.totalShapeLength):y=[[g,_]],h=y.length,o=0;o<h;o+=1){g=y[o][0],_=y[o][1],v.length=0,_<=1?v.push({s:d.totalShapeLength*g,e:d.totalShapeLength*_}):g>=1?v.push({s:d.totalShapeLength*(g-1),e:d.totalShapeLength*(_-1)}):(v.push({s:d.totalShapeLength*g,e:d.totalShapeLength}),v.push({s:0,e:d.totalShapeLength*(_-1)}));var S=this.addShapes(d,v[0]);if(v[0].s!==v[0].e){if(v.length>1)if(d.shape.paths.shapes[d.shape.paths._length-1].c){var T=S.pop();this.addPaths(S,m),S=this.addShapes(d,v[1],T)}else this.addPaths(S,m),S=this.addShapes(d,v[1]);this.addPaths(S,m)}}d.shape.paths=m}}},i.addPaths=function(t,e){for(var i=t.length,s=0;s<i;s+=1)e.addShape(t[s])},i.addSegment=function(t,e,i,s,r,n,a){r.setXYAt(e[0],e[1],"o",n),r.setXYAt(i[0],i[1],"i",n+1),a&&r.setXYAt(t[0],t[1],"v",n),r.setXYAt(s[0],s[1],"v",n+1)},i.addSegmentFromArray=function(t,e,i,s){e.setXYAt(t[1],t[5],"o",i),e.setXYAt(t[2],t[6],"i",i+1),s&&e.setXYAt(t[0],t[4],"v",i),e.setXYAt(t[3],t[7],"v",i+1)},i.addShapes=function(t,e,i){var s,r,n,a,o,h,p,l,u=t.pathsData,c=t.shape.paths.shapes,f=t.shape.paths._length,d=0,m=[],v=!0;for(i?(o=i._length,l=i._length):(i=X.newElement(),o=0,l=0),m.push(i),s=0;s<f;s+=1){for(h=u[s].lengths,i.c=c[s].c,n=c[s].c?h.length:h.length+1,r=1;r<n;r+=1)if(d+(a=h[r-1]).addedLength<e.s)d+=a.addedLength,i.c=!1;else{if(d>e.e){i.c=!1;break}e.s<=d&&e.e>=d+a.addedLength?(this.addSegment(c[s].v[r-1],c[s].o[r-1],c[s].i[r],c[s].v[r],i,o,v),v=!1):(p=rt.getNewSegment(c[s].v[r-1],c[s].v[r],c[s].o[r-1],c[s].i[r],(e.s-d)/a.addedLength,(e.e-d)/a.addedLength,h[r-1]),this.addSegmentFromArray(p,i,o,v),v=!1,i.c=!1),d+=a.addedLength,o+=1}if(c[s].c&&h.length){if(a=h[r-1],d<=e.e){var y=h[r-1].addedLength;e.s<=d&&e.e>=d+y?(this.addSegment(c[s].v[r-1],c[s].o[r-1],c[s].i[0],c[s].v[0],i,o,v),v=!1):(p=rt.getNewSegment(c[s].v[r-1],c[s].v[0],c[s].o[r-1],c[s].i[0],(e.s-d)/y,(e.e-d)/y,h[r-1]),this.addSegmentFromArray(p,i,o,v),v=!1,i.c=!1)}else i.c=!1;d+=a.addedLength,o+=1}if(i._length&&(i.setXYAt(i.v[l][0],i.v[l][1],"i",l),i.setXYAt(i.v[i._length-1][0],i.v[i._length-1][1],"o",i._length-1)),d>e.e)break;s<f-1&&(i=X.newElement(),v=!0,m.push(i),o=0)}return m},e}(Rt)),Yt("rd",function(t){function e(){return t.apply(this,arguments)||this}_inheritsLoose(e,t);var i=e.prototype;return i.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.rd=kt(t,e.r,0,null,this),this._isAnimated=!!this.rd.effectsSequence.length},i.processPath=function(t,e){var i,s=X.newElement();s.c=t.c;var r,n,a,o,h,p,l,u,c,f,d,m,v=t._length,y=0;for(i=0;i<v;i+=1)r=t.v[i],a=t.o[i],n=t.i[i],r[0]===a[0]&&r[1]===a[1]&&r[0]===n[0]&&r[1]===n[1]?0!==i&&i!==v-1||t.c?(o=0===i?t.v[v-1]:t.v[i-1],p=(h=Math.sqrt(Math.pow(r[0]-o[0],2)+Math.pow(r[1]-o[1],2)))?Math.min(h/2,e)/h:0,l=d=r[0]+(o[0]-r[0])*p,u=m=r[1]-(r[1]-o[1])*p,c=l-.5519*(l-r[0]),f=u-.5519*(u-r[1]),s.setTripleAt(l,u,c,f,d,m,y),y+=1,o=i===v-1?t.v[0]:t.v[i+1],p=(h=Math.sqrt(Math.pow(r[0]-o[0],2)+Math.pow(r[1]-o[1],2)))?Math.min(h/2,e)/h:0,l=c=r[0]+(o[0]-r[0])*p,u=f=r[1]+(o[1]-r[1])*p,d=l-.5519*(l-r[0]),m=u-.5519*(u-r[1]),s.setTripleAt(l,u,c,f,d,m,y),y+=1):(s.setTripleAt(r[0],r[1],a[0],a[1],n[0],n[1],y),y+=1):(s.setTripleAt(t.v[i][0],t.v[i][1],t.o[i][0],t.o[i][1],t.i[i][0],t.i[i][1],y),y+=1);return s},i.processShapes=function(t){var e,i,s,r,n,a,o=this.shapes.length,h=this.rd.v;if(0!==h)for(i=0;i<o;i+=1){if(a=(n=this.shapes[i]).localShapeCollection,n.shape._mdf||this._mdf||t)for(a.releaseShapes(),n.shape._mdf=!0,e=n.shape.paths.shapes,r=n.shape.paths._length,s=0;s<r;s+=1)a.addShape(this.processPath(e[s],h));n.shape.paths=n.localShapeCollection}this.dynamicProperties.length||(this._mdf=!1)},e}(Rt)),Yt("rp",function(t){function e(){return t.apply(this,arguments)||this}_inheritsLoose(e,t);var i=e.prototype;return i.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.c=kt(t,e.c,0,null,this),this.o=kt(t,e.o,0,null,this),this.tr=zt(t,e.tr,this),this.so=kt(t,e.tr.so,0,.01,this),this.eo=kt(t,e.tr.eo,0,.01,this),this.data=e,this.dynamicProperties.length||this.getValue(!0),this._isAnimated=!!this.dynamicProperties.length,this.pMatrix=new Dt,this.rMatrix=new Dt,this.sMatrix=new Dt,this.tMatrix=new Dt,this.matrix=new Dt},i.applyTransforms=function(t,e,i,s,r,n){var a=n?-1:1,o=s.s.v[0]+(1-s.s.v[0])*(1-r),h=s.s.v[1]+(1-s.s.v[1])*(1-r);t.translate(s.p.v[0]*a*r,s.p.v[1]*a*r,s.p.v[2]),e.translate(-s.a.v[0],-s.a.v[1],s.a.v[2]),e.rotate(-s.r.v*a*r),e.translate(s.a.v[0],s.a.v[1],s.a.v[2]),i.translate(-s.a.v[0],-s.a.v[1],s.a.v[2]),i.scale(n?1/o:o,n?1/h:h),i.translate(s.a.v[0],s.a.v[1],s.a.v[2])},i.init=function(t,e,i,s){for(this.elem=t,this.arr=e,this.pos=i,this.elemsData=s,this._currentCopies=0,this._elements=[],this._groups=[],this.frameId=-1,this.initDynamicPropertyContainer(t),this.initModifierProperties(t,e[i]);i>0;)i-=1,this._elements.unshift(e[i]);this.dynamicProperties.length?this.k=!0:this.getValue(!0)},i.resetElements=function(t){for(var e=t.length,i=0;i<e;i+=1)t[i]._processed=!1,"gr"===t[i].ty&&this.resetElements(t[i].it)},i.cloneElements=function(t){var e=JSON.parse(JSON.stringify(t));return this.resetElements(e),e},i.changeGroupRender=function(t,e){for(var i=t.length,s=0;s<i;s+=1)t[s]._render=e,"gr"===t[s].ty&&this.changeGroupRender(t[s].it,e)},i.processShapes=function(t){if(this._mdf||t){var e=Math.ceil(this.c.v);if(this._groups.length<e){for(;this._groups.length<e;){var i={it:this.cloneElements(this._elements),ty:"gr"};i.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,i),this._groups.splice(0,0,i),this._currentCopies+=1}this.elem.reloadShapes()}var s,r,n=0;for(s=0;s<=this._groups.length-1;s+=1)r=n<e,this._groups[s]._render=r,this.changeGroupRender(this._groups[s].it,r),n+=1;this._currentCopies=e;var a=this.o.v,o=a%1,h=a>0?Math.floor(a):Math.ceil(a),p=this.pMatrix.props,l=this.rMatrix.props,u=this.sMatrix.props;this.pMatrix.reset(),this.rMatrix.reset(),this.sMatrix.reset(),this.tMatrix.reset(),this.matrix.reset();var c=0;if(a>0){for(;c<h;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),c+=1;o&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,o,!1),c+=o)}else if(a<0){for(;c>h;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!0),c-=1;o&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,-o,!0),c-=o)}s=1===this.data.m?0:this._currentCopies-1;var f=1===this.data.m?1:-1;for(n=this._currentCopies;n;){var d=this.elemsData[s].it,m=d[d.length-1].transform.mProps.v.props,v=m.length;if(d[d.length-1].transform.mProps._mdf=!0,d[d.length-1].transform.op._mdf=!0,d[d.length-1].transform.op.v=this.so.v+(this.eo.v-this.so.v)*(s/(this._currentCopies-1)),0!==c){(0!==s&&1===f||s!==this._currentCopies-1&&-1===f)&&this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),this.matrix.transform(l[0],l[1],l[2],l[3],l[4],l[5],l[6],l[7],l[8],l[9],l[10],l[11],l[12],l[13],l[14],l[15]),this.matrix.transform(u[0],u[1],u[2],u[3],u[4],u[5],u[6],u[7],u[8],u[9],u[10],u[11],u[12],u[13],u[14],u[15]),this.matrix.transform(p[0],p[1],p[2],p[3],p[4],p[5],p[6],p[7],p[8],p[9],p[10],p[11],p[12],p[13],p[14],p[15]);for(var y=0;y<v;y+=1)m[y]=this.matrix.props[y];this.matrix.reset()}else{this.matrix.reset();for(var g=0;g<v;g+=1)m[g]=this.matrix.props[g]}c+=1,n-=1,s+=f}}else for(var _=this._currentCopies,k=0;_;){var S=this.elemsData[k].it;S[S.length-1].transform.mProps._mdf=!1,S[S.length-1].transform.op._mdf=!1,_-=1,k+=1}},i.addShape=function(){},e}(Rt)),Yt("ms",function(t){function e(){return t.apply(this,arguments)||this}_inheritsLoose(e,t);var i=e.prototype;return i.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.data=e,this.positions=[]},i.processKeys=function(t,e){(t!==this.frameId||e)&&(this._mdf=!0)},i.addShapeToModifier=function(){this.positions.push([])},i.processPath=function(t,e,i){var s,r,n,a,o=t.v.length,h=[],p=[],l=[];for(s=0;s<o;s+=1){i.v[s]||(i.v[s]=[t.v[s][0],t.v[s][1]],i.o[s]=[t.o[s][0],t.o[s][1]],i.i[s]=[t.i[s][0],t.i[s][1]],i.distV[s]=0,i.distO[s]=0,i.distI[s]=0),r=Math.atan2(t.v[s][1]-e[1],t.v[s][0]-e[0]),n=e[0]-i.v[s][0],a=e[1]-i.v[s][1];var u=Math.sqrt(n*n+a*a);i.distV[s]+=(u-i.distV[s])*this.data.dc,i.v[s][0]=Math.cos(r)*Math.max(0,this.data.maxDist-i.distV[s])/2+t.v[s][0],i.v[s][1]=Math.sin(r)*Math.max(0,this.data.maxDist-i.distV[s])/2+t.v[s][1],r=Math.atan2(t.o[s][1]-e[1],t.o[s][0]-e[0]),n=e[0]-i.o[s][0],a=e[1]-i.o[s][1],u=Math.sqrt(n*n+a*a),i.distO[s]+=(u-i.distO[s])*this.data.dc,i.o[s][0]=Math.cos(r)*Math.max(0,this.data.maxDist-i.distO[s])/2+t.o[s][0],i.o[s][1]=Math.sin(r)*Math.max(0,this.data.maxDist-i.distO[s])/2+t.o[s][1],r=Math.atan2(t.i[s][1]-e[1],t.i[s][0]-e[0]),n=e[0]-i.i[s][0],a=e[1]-i.i[s][1],u=Math.sqrt(n*n+a*a),i.distI[s]+=(u-i.distI[s])*this.data.dc,i.i[s][0]=Math.cos(r)*Math.max(0,this.data.maxDist-i.distI[s])/2+t.i[s][0],i.i[s][1]=Math.sin(r)*Math.max(0,this.data.maxDist-i.distI[s])/2+t.i[s][1],h.push(i.v[s]),p.push(i.o[s]),l.push(i.i[s])}return{v:h,o:p,i:l,c:t.c}},i.processShapes=function(){var t,e,i,s,r=this.elem.globalData.mouseX,n=this.elem.globalData.mouseY,a=this.shapes.length;if(r){var o,h=this.elem.globalToLocal([r,n,0]),p=[];for(e=0;e<a;e+=1)if((o=this.shapes[e]).shape._mdf||this._mdf){for(o.shape._mdf=!0,s=(t=o.shape.paths).length,i=0;i<s;i+=1)this.positions[e][i]||(this.positions[e][i]={v:[],o:[],i:[],distV:[],distO:[],distI:[]}),p.push(this.processPath(t[i],h,this.positions[e][i]));o.shape.paths=p,o.last=p}else o.shape.paths=o.last}},e}(Rt));var Bt=function(t,e,i){return new Xt[t](e,i)},Gt=function(t){function e(e,i,s){var r,n;(r=t.call(this)||this).elem=e,r.frameId=-1,r.dataProps=N(i.length),r.k=!1,r.dashArray=F("float32",i.length?i.length-1:0),r.dashoffset=F("float32",1),r.initDynamicPropertyContainer(s);var a,o=i.length||0;for(n=0;n<o;n+=1)a=kt(e,i[n].v,0,0,_assertThisInitialized(r)),r.k=a.k||r.k,r.dataProps[n]={n:i[n].n,p:a};return r.k||r.getValue(!0),r._isAnimated=r.k,r}return _inheritsLoose(e,t),e.prototype.getValue=function(t,e){if((t!==this.frameId||e)&&(this.frameId=t,this.iterateDynamicProperties(),this._mdf=this._mdf||e,this._mdf)){var i=0,s=this.dataProps.length;for(i=0;i<s;i+=1)"o"!=this.dataProps[i].n?this.dashArray[i]=this.dataProps[i].p.v:this.dashoffset[0]=this.dataProps[i].p.v}},e}(J),Ut=function(t){function e(e,i,s){var r;(r=t.call(this)||this).data=i,r.c=F("uint8c",4*i.p);var n=i.k.k[0].s?i.k.k[0].s.length-4*i.p:i.k.k.length-4*i.p;return r.o=F("float32",n),r._cmdf=!1,r._omdf=!1,r._collapsable=r.checkCollapsable(),r._hasOpacity=n,r.initDynamicPropertyContainer(s),r.prop=kt(e,i.k,1,null,_assertThisInitialized(r)),r.k=r.prop.k,r.getValue(!0),r}_inheritsLoose(e,t);var i=e.prototype;return i.comparePoints=function(t,e){for(var i=0,s=this.o.length/2;i<s;){if(Math.abs(t[4*i]-t[4*e+2*i])>.01)return!1;i+=1}return!0},i.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},i.getValue=function(t){if(this.prop.getValue(),this._mdf=!1,this._cmdf=!1,this._omdf=!1,this.prop._mdf||t){var e,i,s,r=4*this.data.p;for(e=0;e<r;e+=1)i=e%4==0?100:255,s=Math.round(this.prop.v[e]*i),this.c[e]!==s&&(this.c[e]=s,this._cmdf=!t);if(this.o.length)for(r=this.prop.v.length,e=4*this.data.p;e<r;e+=1)i=e%2==0?100:1,s=e%2==0?Math.round(100*this.prop.v[e]):this.prop.v[e],this.o[e-4*this.data.p]!==s&&(this.o[e-4*this.data.p]=s,this._omdf=!t);this._mdf=!t}},e}(J),Wt=function(t){function e(e,i,s){var r;return(r=t.call(this)||this).frameId=-1,r.keyframesManager=e,r.elem=e.elem,r.session=s,r.shapes=[],r.shapesData=i,r.stylesList=[],r.itemsData=[],r.prevViewData=[],r.shapeModifiers=[],r.processedElements=[],r.transformsManager=new It,r.initDynamicPropertyContainer(e),r.lcEnum={1:"butt",2:"round",3:"square"},r.ljEnum={1:"miter",2:"round",3:"bevel"},r._isFirstFrame=!0,r.transformHelper={opacity:1,_opMdf:!1},r.searchShapes(r.shapesData,r.itemsData,r.prevViewData,!0,[]),r._isAnimated||(r.transformHelper.opacity=1,r.transformHelper._opMdf=!1,r.updateModifiers(r.frameId),r.transformsManager.processSequences(r._isFirstFrame),r.updateShape(r.transformHelper,r.shapesData,r.itemsData),r.updateGrahpics()),r}_inheritsLoose(e,t);var i=e.prototype;return i.createStyleElement=function(t,e){var i=new qt(this.elem,t,this.transformsManager.addTransformSequence(e)),s={};if("fl"==t.ty||"st"==t.ty?(s.c=kt(this,t.c,1,255,this),s.c.k||(i.co=s.c.v)):"gf"!==t.ty&&"gs"!==t.ty||(s.s=kt(this,t.s,1,null,this),s.e=kt(this,t.e,1,null,this),s.h=kt(this,t.h||{k:0},0,.01,this),s.a=kt(this,t.a||{k:0},0,nt,this),s.g=new Ut(this,t.g,this)),s.o=kt(this,t.o,0,.01,this),"st"==t.ty||"gs"==t.ty){if(i.lc=this.lcEnum[t.lc]||"round",i.lj=this.ljEnum[t.lj]||"round",1==t.lj&&(i.ml=t.ml),s.w=kt(this,t.w,0,null,this),s.w.k||(i.wi=s.w.v),t.d){var r=new Gt(this,t.d,"canvas",this);s.d=r,s.d.k||(i.da=s.d.dashArray,i.do=s.d.dashoffset[0])}}else i.r=2===t.r?"evenodd":"nonzero";return this.stylesList.push(i),s.style=i,s},i.addShapeToModifiers=function(t){var e,i=this.shapeModifiers.length;for(e=0;e<i;e+=1)this.shapeModifiers[e].addShape(t)},i.isShapeInAnimatedModifiers=function(t){for(var e=this.shapeModifiers.length;0<e;)if(this.shapeModifiers[0].isAnimatedWithShape(t))return!0;return!1},i.updateModifiers=function(t){if(this.shapeModifiers.length){var e,i=this.shapes.length;for(e=0;e<i;e+=1)this.shapes[e].sh.reset();for(e=(i=this.shapeModifiers.length)-1;e>=0;e-=1)this.shapeModifiers[e].processShapes(t,this._isFirstFrame)}},i.searchProcessedElement=function(t){for(var e=this.processedElements,i=0,s=e.length;i<s;){if(e[i].elem===t)return e[i].pos;i+=1}return 0},i.addProcessedElement=function(t,e){for(var i=this.processedElements,s=i.length;s;)if(i[s-=1].elem===t)return void(i[s].pos=e);i.push(new At(t,e))},i.createGroupElement=function(){return{it:[],prevViewData:[]}},i.createTransformElement=function(t){return{transform:{opacity:1,_opMdf:!1,key:this.transformsManager.getNewKey(),op:kt(this,t.o,0,.01,this),mProps:zt(this,t,this)}}},i.createShapeElement=function(t){var e=new Ot(this,t,this.stylesList,this.transformsManager);return this.shapes.push(e),this.addShapeToModifiers(e),e},i.reloadShapes=function(){var t;this._isFirstFrame=!0;var e=this.itemsData.length;for(t=0;t<e;t+=1)this.prevViewData[t]=this.itemsData[t];for(this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,!0,[]),e=this.dynamicProperties.length,t=0;t<e;t+=1)this.dynamicProperties[t].getValue();this.updateModifiers(),this.transformsManager.processSequences(this._isFirstFrame)},i.addTransformToStyleList=function(t){for(var e=this.stylesList.length,i=0;i<e;i+=1)this.stylesList[i].closed||this.stylesList[i].transforms.push(t)},i.removeTransformFromStyleList=function(){for(var t=this.stylesList.length,e=0;e<t;e+=1)this.stylesList[e].closed||this.stylesList[e].transforms.pop()},i.closeStyles=function(t){for(var e=t.length,i=0;i<e;i+=1)t[i].closed=!0},i.searchShapes=function(t,e,i,s,r){var n,a,o,h,p,l,u=t.length-1,c=[],f=[],d=[].concat(r);for(n=u;n>=0;n-=1){if((h=this.searchProcessedElement(t[n]))?e[n]=i[h-1]:t[n]._shouldRender=s,"fl"==t[n].ty||"st"==t[n].ty||"gf"==t[n].ty||"gs"==t[n].ty)h?e[n].style.closed=!1:e[n]=this.createStyleElement(t[n],d),c.push(e[n].style);else if("gr"==t[n].ty){if(h)for(o=e[n].it.length,a=0;a<o;a+=1)e[n].prevViewData[a]=e[n].it[a];else e[n]=this.createGroupElement(t[n]);this.searchShapes(t[n].it,e[n].it,e[n].prevViewData,s,d)}else"tr"==t[n].ty?(h||(l=this.createTransformElement(t[n]),e[n]=l),d.push(e[n]),this.addTransformToStyleList(e[n])):"sh"==t[n].ty||"rc"==t[n].ty||"el"==t[n].ty||"sr"==t[n].ty?h||(e[n]=this.createShapeElement(t[n])):"tm"==t[n].ty||"rd"==t[n].ty?(h?(p=e[n]).closed=!1:((p=Bt(t[n].ty)).init(this,t[n]),e[n]=p,this.shapeModifiers.push(p)),f.push(p)):"rp"==t[n].ty&&(h?(p=e[n]).closed=!0:(p=Bt(t[n].ty),e[n]=p,p.init(this,t,n,e),this.shapeModifiers.push(p),s=!1),f.push(p));this.addProcessedElement(t[n],n+1)}for(this.removeTransformFromStyleList(),this.closeStyles(c),u=f.length,n=0;n<u;n+=1)f[n].closed=!0},i.updateShapeTransform=function(t,e){(t._opMdf||e.op._mdf||this._isFirstFrame)&&(e.opacity=t.opacity,e.opacity*=e.op.v,e._opMdf=!0)},i.updateStyledShape=function(t,e){if(this._isFirstFrame||e._mdf||t.transforms._mdf){var i,s,r,n=t.trNodes,a=e.paths,o=a._length;n.length=0;var h=t.transforms.finalTransform;for(r=0;r<o;r+=1){var p=a.shapes[r];if(p&&p.v){for(s=p._length,i=1;i<s;i+=1)1===i&&n.push({t:"m",p:h.applyToPointArray(p.v[0][0],p.v[0][1],0)}),n.push({t:"c",pts:h.applyToTriplePoints(p.o[i-1],p.i[i],p.v[i])});1===s&&n.push({t:"m",p:h.applyToPointArray(p.v[0][0],p.v[0][1],0)}),p.c&&s&&(n.push({t:"c",pts:h.applyToTriplePoints(p.o[i-1],p.i[0],p.v[0])}),n.push({t:"z"}))}}t.trNodes=n}},i.updatePath=function(t,e){if(!0!==t.hd&&t._shouldRender){var i,s=e.styledShapes.length;for(i=0;i<s;i+=1)this.updateStyledShape(e.styledShapes[i],e.sh)}},i.updateFill=function(t,e,i){var s=e.style;(e.c._mdf||this._isFirstFrame)&&(s.co=e.c.v),(e.o._mdf||i._opMdf||this._isFirstFrame)&&(s.coOp=e.o.v*i.opacity)},i.updateStroke=function(t,e,i){var s=e.style,r=e.d;r&&(r._mdf||this._isFirstFrame)&&(s.da=r.dashArray,s.do=r.dashoffset[0]),(e.c._mdf||this._isFirstFrame)&&(s.co=e.c.v),(e.o._mdf||i._opMdf||this._isFirstFrame)&&(s.coOp=e.o.v*i.opacity),(e.w._mdf||this._isFirstFrame)&&(s.wi=e.w.v)},i.updateGradientFill=function(t,e,i){var s=e.style;s.grd=e.g.c,s.coOp=e.o.v*i.opacity},i.updateShape=function(t,e,i){for(var s=t,r=e.length-1;r>=0;r-=1)"tr"==e[r].ty?(s=i[r].transform,this.updateShapeTransform(t,s)):"sh"==e[r].ty||"el"==e[r].ty||"rc"==e[r].ty||"sr"==e[r].ty?this.updatePath(e[r],i[r]):"fl"==e[r].ty?this.updateFill(e[r],i[r],s):"st"==e[r].ty?this.updateStroke(e[r],i[r],s):"gf"==e[r].ty||"gs"==e[r].ty?this.updateGradientFill(e[r],i[r],s):"gr"==e[r].ty&&this.updateShape(s,e[r].it,i[r].it)},i.updateGrahpics=function(){for(var t=this.stylesList.length,e=0;e<t;e+=1)this.stylesList[e].updateGrahpics()},i.getValue=function(t){t!==this.frameId&&(this.iterateDynamicProperties(t),this.transformHelper.opacity=1,this.transformHelper._opMdf=!1,this.updateModifiers(t),this.transformsManager.processSequences(this._isFirstFrame),this.updateShape(this.transformHelper,this.shapesData,this.itemsData),this.updateGrahpics(),this.frameId=t)},e}(J),Jt=function(t){function e(e,i,s){var r;return(r=t.call(this,e,i)||this).frameId=-1,r.hs=i,r.session=s,r}return _inheritsLoose(e,t),e.prototype.getValue=function(t){t!==this.frameId&&(this.iterateDynamicProperties(t),this.frameId=t)},_createClass(e,[{key:"x",get:function(){return this.p?this.p.v[0]:this.px.v}},{key:"y",get:function(){return this.p?this.p.v[1]:this.py.v}},{key:"anchorX",get:function(){return this.a.v[0]}},{key:"anchorY",get:function(){return this.a.v[1]}},{key:"scaleX",get:function(){return this.s.v[0]}},{key:"scaleY",get:function(){return this.s.v[1]}},{key:"rotation",get:function(){return this.r&&this.r.v||0}},{key:"alpha",get:function(){return this.o.v}}]),e}(jt),Ht=function(){function t(t){this.elem=t,this._isFirstFrame=!1,this.dynamicProperties=[],this._mdf=!1,this.transform=null,this.masks=null,this.shapes=null,this._hasOutTypeExpression=!1,this.needUpdateOverlap=!1,this.isOverlapMode=!1,this.visible=!0,this._isFirstFrame=!0}var e=t.prototype;return e.initFrame=function(t,e){this.layer=t;var i=e.local,s=e.global;this.session=e,this.isOverlapLayer=this.layer.op>=i.op-i.st,this.isOverlapMode=s.overlapMode,this.parseLayer(t,e)},e.outTypeExpressionMode=function(){this._hasOutTypeExpression=!0,this.isOverlapLayer&&(this.needUpdateOverlap=!0)},e.prepareProperties=function(t,e){var i,s=this.dynamicProperties.length;for(i=0;i<s;i+=1)(e||this.needUpdateOverlap||this.elem._isParent&&"transform"===this.dynamicProperties[i].propType)&&(this.dynamicProperties[i].getValue(t),this.dynamicProperties[i]._mdf&&(this._mdf=!0))},e.addDynamicProperty=function(t){-1===this.dynamicProperties.indexOf(t)&&this.dynamicProperties.push(t)},e.parseLayer=function(t,e){var i=t.ks,s=t.hasMask,r=t.masksProperties,n=t.shapes,a=t.tm;if(i&&(this.transform=new Jt(this,i,e)),s&&(this.masks=new Ct(this,r,e)),n&&(this.shapes=new Wt(this,n,e)),a){var o=e.global.frameRate;this.tm=kt(this,a,0,o,this)}},e.updateFrame=function(t){this._mdf=!1;var e=l.inRange(t,this.layer.ip,this.layer.op);this.isOverlapMode&&this.isOverlapLayer?this.visible=t>=this.layer.ip:this.visible=e,this.prepareProperties(t,e)},e.updateDisplay=function(){var t=this.elem.display;this.elem._isRoot||(this.visible?t.show():t.hide(),(this._mdf||this.transform._mdf||this._isFirstFrame)&&t.updateLottieTransform(this.transform),this.masks&&(this.masks._mdf||this._isFirstFrame)&&t.updateLottieMasks(this.masks)),this._isFirstFrame=!1},t}(),Kt=function(){function t(t){this.data=t,void 0===this.data.sr&&(this.data.sr=1),this.offsetTime=t.st||0,this.fullname=t.nm||"",this.idname=t.ln||"",this.classnames=t.cl?t.cl.split(" "):[],this.bodymovin=new Ht(this),this.displayType="",this.display=null,this.hierarchy=null,this.lottieTreeParent=null}var e=t.prototype;return e.initBodymovin=function(t,e){this.bodymovin.initFrame(t,e),this.display&&this.display.onSetupLottie&&this.display.onSetupLottie()},e.hasValidMasks=function(){return!(!this.bodymovin.masks||!this.bodymovin.masks.hasMasks)},e.setHierarchy=function(t){this.hierarchy=t,this.display.setHierarchy(t.display)},e.initDisplayInstance=function(t,e){return new(Et(t))(this,e)},e.updateFrame=function(t){this.bodymovin.updateFrame(t),this.bodymovin.updateDisplay()},t}(),Zt=function(t){function e(e,i){var s;s=t.call(this,e)||this;var r=i.global;s.session=i;var n={layer:e,session:i};if(r.maskComp){n.maskComp=r.maskComp;var a=e.w,o=e.h;n.viewport={w:a,h:o}}return s.config=n,s.childNodes=[],s.displayType=Vt.Component,s.innerDisplay=null,s.display=s.initDisplayInstance(s.displayType,n),s.initBodymovin(e,i),s}_inheritsLoose(e,t);var i=e.prototype;return i.updateFrame=function(t){if(this.bodymovin.updateFrame(t),this.bodymovin.updateDisplay(),t-=this.offsetTime,this.bodymovin.tm){var e=this.bodymovin.tm.v;e===this.data.op&&(e=this.data.op-1),t=e}else t/=this.data.sr;for(var i=0;i<this.childNodes.length;i++)this.childNodes[i].updateFrame(t)},i.addChild=function(t){t.lottieTreeParent=this,this.childNodes.push(t),this.innerDisplay?this.innerDisplay.addChild(t.display):this.display.addChild(t.display)},e}(Kt),Qt=function(t){function e(e,i){var s;s=t.call(this,e)||this;var r={layer:e,session:i,rect:{x:0,y:0,width:e.sw,height:e.sh},color:e.sc};return s.config=r,s.session=i,s.displayType=Vt.Solid,s.display=s.initDisplayInstance(s.displayType,r),s.initBodymovin(e,i),s}return _inheritsLoose(e,t),e}(Kt),$t=function(t){function e(e,i){var s;s=t.call(this,e)||this;var r=i.global,n=r.textureLoader,a=r.assets,o=l.getAssets(e.refId,a),h={layer:e,session:i,texture:n.getTextureById(o.id),asset:o};return s.config=h,s.session=i,s.displayType=Vt.Sprite,s.display=s.initDisplayInstance(s.displayType,h),s.initBodymovin(e,i),s}return _inheritsLoose(e,t),e}(Kt),te=function(t){function e(e,i){var s,r={layer:e,session:i};return(s=t.call(this,e)||this).config=r,s.session=i,s.displayType=Vt.Shape,s.display=s.initDisplayInstance(s.displayType,r),s.initBodymovin(e,i),s}return _inheritsLoose(e,t),e}(Kt),ee=function(t){function e(e,i){var s,r={layer:e,session:i};return(s=t.call(this,e)||this).config=r,s.session=i,s.displayType=Vt.Null,s.display=s.initDisplayInstance(s.displayType,r),s.initBodymovin(e,i),s}return _inheritsLoose(e,t),e}(Kt),ie=function(t){function e(e){var i;(i=t.call(this)||this).living=!0,i.infinite=e.infinite||!1,i.repeats=e.repeats||0,i.alternate=e.alternate||!1,i.wait=e.wait||0,i.delay=e.delay||0,i.overlapMode=e.overlapMode||!1,i.timeScale=l.isNumber(e.timeScale)?e.timeScale:1,i.frameNum=0,i.isPaused=!0,i.direction=1,i._lastFrame=-1/0,i._repeatsCut=i.repeats,i._delayCut=i.delay,i._waitCut=i.wait,i.segments=e.segments||{},i._segmentName=e.initSegment||"",i._prefix=e.prefix||"",i._autoLoad=!l.isBoolean(e.autoLoad)||e.autoLoad,i._autoStart=!l.isBoolean(e.autoStart)||e.autoStart,i._justDisplayOnImagesLoaded=!l.isBoolean(e.justDisplayOnImagesLoaded)||e.justDisplayOnImagesLoaded,i._maskComp=e.maskComp||!1,i.textureLoader=null,i.jsonLoader=null,i.root=null,i.parent=null;var s=Et(Vt.Container);if(i.group=new s,i.display=null,i.isDisplayLoaded=!1,i.isImagesLoaded=!1,i._copyJSON=e.copyJSON||!1,e.keyframes)!i._prefix&&e.keyframes.prefix&&(i._prefix=e.keyframes.prefix),i._setupDate(e.keyframes);else if(e.path){var r;r=-1!==e.path.lastIndexOf("\\")?e.path.substr(0,e.path.lastIndexOf("\\")+1):e.path.substr(0,e.path.lastIndexOf("/")+1),!i._prefix&&r&&(i._prefix=r),i.jsonLoader=function(t){var e=c[f.Ajax];return e||console.warn("must register an ajax loader, before you parse an animation from path"),e(t)}(e.path),i.jsonLoader.once("success",(function(t){i._setupDate(t)})),i.jsonLoader.once("error",(function(t){i.emit("error",t)}))}return i}_inheritsLoose(e,t);var i=e.prototype;return i._setupDate=function(t){var e=this;this._sourceData=t,this._copyJSON&&(t=l.copyJSON(t)),P(t),this.keyframes=t;var i=t,s=i.w,r=i.h,n=i.st,a=void 0===n?0:n,o=i.fr,h=i.ip,p=i.op,u=i.assets;this.frameRate=o,this.frameMult=o/1e3,this._defaultSegment=[h,p];var d=this._segmentName&&this.segments[this._segmentName]||this._defaultSegment;this.beginFrame=d[0],this.endFrame=d[1],this._timePerFrame=1e3/o,this.duration=Math.floor(this.endFrame-this.beginFrame);var m=null,v=u.filter((function(t){return t.u||t.p}));v.length>0?(this.textureLoader=m=function(t,e){var i=c[f.Texture];return i||console.warn("must register an image loader, before you parse an animation some has image assets"),i(t,e)}(v,{prefix:this._prefix,autoLoad:this._autoLoad}),m.loaded?(this.isImagesLoaded=!0,this.isPaused=!this._autoStart,this.emit("ImageReady")):(m.once("complete",(function(){e.isImagesLoaded=!0,e.emit("ImageReady")})),null!==this._pausedNeedSet&&(this._pausedNeedSet=!0,m.once("complete",(function(){e._pausedNeedSet&&(e._pausedNeedSet=!1,e.isPaused=!e._autoStart)}))))):(this.isImagesLoaded=!0,this.isPaused=!this._autoStart);var y={global:{assets:u,textureLoader:m,frameRate:o,maskComp:this._maskComp,overlapMode:this.overlapMode},local:{w:s,h:r,ip:h,op:p,st:a}};this._buildElements(y),null!==this.textureLoader&&this._justDisplayOnImagesLoaded&&!this.textureLoader.loaded&&null!==this._justDisplayNeedSet&&(this.group.visible=!1,this._justDisplayNeedSet=!0,this.textureLoader.once("complete",(function(){e._justDisplayNeedSet&&(e._justDisplayNeedSet=!1,e.group.visible=!0)}))),this.isDisplayLoaded=!0,this.update(0,!0)},i._buildElements=function(t){var e=this;this.root=this._extraCompositions(this.keyframes,t,!0),this.display=this.root.display,this.group.addChild(this.display),this.emit("DOMLoaded").emit("DisplayReady"),null===this.textureLoader||this.textureLoader.loaded?this.emit("success"):this.textureLoader.once("complete",(function(){return e.emit("success")}))},i._extraCompositions=function(t,e,i){var s=e.global,r=e.local;void 0===i&&(i=!1);var n=t.w,a=t.h,o=t.ip,h=t.op,p=t.st,u=void 0===p?0:p,c=new Zt(t,{global:s,local:r});c._isRoot=i;for(var f=t.layers||l.getAssets(t.refId,s.assets).layers,d={global:s,local:{w:n,h:a,ip:o,op:h,st:u}},m=this._createElements(f,d),v=f.length-1;v>=0;v--){var y=f[v],g=m[y.ind];if(g){if(!l.isUndefined(y.parent)){var _=m[y.parent];_._isParent=!0,g.setHierarchy(_)}c.addChild(g)}}return c},i._createElements=function(t,e){for(var i={},s=t.length-1;s>=0;s--){var r=t[s],n=null;if(void 0===r.td){switch(r.ty){case 0:n=this._extraCompositions(r,e);break;case 1:n=new Qt(r,e);break;case 2:n=new $t(r,e);break;case 3:n=new ee(r,e);break;case 4:n=new te(r,e);break;default:continue}n&&(void 0===r.ind&&(r.ind=s),i[r.ind]=n,n.name=r.nm||null)}}return i},i.getDisplayByQuerySelector=function(t){var e=this.querySelector(t);return e&&e.display?e.display:(console.warn("can not find display which query with ",t),null)},i._queryMatch=function(t,e,i){var s,r=t.substr(0,1),n=t.substr(1,t.length);return(s="#"===r?e.idname===n:"."===r?-1!==e.classnames.indexOf(n):e.fullname===t)&&i.push(e),s},i._searchNodes=function(t,e,i,s){if(void 0===s&&(s=!1),e.childNodes&&e.childNodes.length>0){for(var r=[],n=0;n<e.childNodes.length;n++){var a=e.childNodes[n];if(this._queryMatch(t,a,i)&&s)return!0;a.childNodes&&a.childNodes.length>0&&r.push(a)}for(var o=0;o<r.length;o++)if(this._searchNodes(t,r[o],i,s))return!0}return!1},i.querySelector=function(t){var e=[];return this._queryMatch(t,this.root,e)?e[0]:(this._searchNodes(t,this.root,e,!0),e[0]||null)},i.querySelectorAll=function(t){var e=[],i="#"===t.substr(0,1);return this._queryMatch(t,this.root,e)&&i||this._searchNodes(t,this.root,e,i),e},i.bindSlot=function(t,e){return this.getDisplayByQuerySelector(t).addChild(e),this},i.unbindSlot=function(t,e){return this.getDisplayByQuerySelector(t).removeChild(e),this},i._emitFrame=function(t){this.emit("@"+t)},i.update=function(t,e){if(void 0===e&&(e=!1),this.living&&this.isDisplayLoaded&&(!this.isPaused||e)){var i=this._updateTime(t),s=this.beginFrame+this.frameNum;this.root.updateFrame(s);var r=s>>0;this._lastFrame!==r&&(this._emitFrame(this.direction>0?r:this._lastFrame),this._lastFrame=r),!1===i?(this.emit("enterFrame",s),this.emit("update",this.frameNum/this.duration)):this.hadEnded!==i&&!0===i&&this.emit("complete"),this.hadEnded=i}},i._updateTime=function(t){var e=this.direction*this.timeScale*t;if(this._waitCut>0)return this._waitCut-=Math.abs(e),null;if(this.isPaused||this._delayCut>0)return this._delayCut>0&&(this._delayCut-=Math.abs(e)),null;this.frameNum+=e/this._timePerFrame;var i=!1;return this._spill()&&(this._repeatsCut>0||this.infinite?(this._repeatsCut>0&&--this._repeatsCut,this._delayCut=this.delay,this.alternate?(this.direction*=-1,this.frameNum=l.codomainBounce(this.frameNum,0,this.duration)):(this.direction=1,this.frameNum=l.euclideanModulo(this.frameNum,this.duration)),this.emit("loopComplete")):(this.overlapMode||(this.frameNum=l.clamp(this.frameNum,0,this.duration),this.living=!1),i=!0)),i},i._spill=function(){var t=this.frameNum<=0&&-1===this.direction,e=this.frameNum>=this.duration&&1===this.direction;return t||e},i.frameToTime=function(t){return t*this._timePerFrame},i.setSpeed=function(t){this.timeScale=t},i.playSegment=function(t,e){if(void 0===e&&(e={}),t){var i=null;l.isArray(t)?i=t:l.isString(t)&&(i=this.segments[t],l.isArray(i)&&(this._segmentName=t)),l.isArray(i)&&(this.beginFrame=l.isNumber(i[0])?i[0]:this._defaultSegment[0],this.endFrame=l.isNumber(i[1])?i[1]:this._defaultSegment[1],l.isNumber(e.repeats)&&(this.repeats=e.repeats),l.isBoolean(e.infinite)&&(this.infinite=e.infinite),l.isBoolean(e.alternate)&&(this.alternate=e.alternate),l.isNumber(e.wait)&&(this.wait=e.wait),l.isNumber(e.delay)&&(this.delay=e.delay),this.replay())}},i.goToAndStop=function(t,e){void 0===e&&(e=!1),this.frameNum=e?t:t*this.frameMult,this.update(0,!0),this.pause()},i.goToAndPlay=function(t,e){void 0===e&&(e=!1),this.frameNum=e?t:t*this.frameMult,this.update(0,!0),this.resume()},i.getDuration=function(t){var e=this.endFrame-this.beginFrame;return t?e:e/this.frameRate},i.setDirection=function(t){return this.direction=t<0?-1:1,this},i.pause=function(){return this._pausedNeedSet?this._pausedNeedSet=!1:this._pausedNeedSet=null,this.isPaused=!0,this},i.resume=function(){return this._pausedNeedSet?this._pausedNeedSet=!1:this._pausedNeedSet=null,this.isPaused=!1,this},i.play=function(){return this.resume()},i.replay=function(){return this._pausedNeedSet?this._pausedNeedSet=!1:this._pausedNeedSet=null,this.isPaused=!1,this._repeatsCut=this.repeats,this._delayCut=this.delay,this.living=!0,this.frameNum=0,this.duration=Math.floor(this.endFrame-this.beginFrame),this.direction=1,this},i.show=function(){this._justDisplayNeedSet?this._justDisplayNeedSet=!1:this._justDisplayNeedSet=null,this.group.visible=!0},i.hide=function(){this._justDisplayNeedSet?this._justDisplayNeedSet=!1:this._justDisplayNeedSet=null,this.group.visible=!1},i.destroy=function(){this.parent&&this.parent.remove(this),this.group.parent&&this.group.parent.removeChild(this.group),this.pause(),this.root=null,this.group=null,this.display=null,this.textureLoader&&(this.textureLoader.off("complete"),this.textureLoader=null),this.jsonLoader&&(this.jsonLoader.off("success"),this.jsonLoader=null),this.keyframes=null,this.living=!1},e}(u),se=function(t){function e(e){var i;return(i=t.call(this)||this)._lastTime=0,i._snippet=0,i.timeScale=1,i.isPaused=!1,i.ticker=e.ticker?e.ticker:e,i.groups=[],i.update=i.update.bind(_assertThisInitialized(i)),i.ticker&&i.start(),i}_inheritsLoose(e,t);var i=e.prototype;return i.add=function(t){var e=arguments.length;if(e>1)for(var i=0;i<e;i++)this.add(arguments[i]);else null!==t.parent&&t.parent.remove(t),t.parent=this,this.groups.push(t);return t},i.remove=function(t){if(arguments.length>1)for(var e=0;e<arguments.length;e++)this.remove(arguments[e]);var i=this.groups.indexOf(t);-1!==i&&(t.parent=null,this.groups.splice(i,1))},i.parseAnimation=function(t){var e=new ie(t);return this.add(e)},i.setSpeed=function(t){this.timeScale=t},i.start=function(){return this._lastTime=Date.now(),this.ticker.add(this.update),this},i.stop=function(){return this.ticker.remove(this.update),this},i.pause=function(){return this.isPaused=!0,this},i.resume=function(){return this.isPaused=!1,this},i.update=function(){if(this.timeline(),!this.isPaused){for(var t=this.timeScale*this._snippet,e=this.groups.length,i=0;i<e;i++)this.groups[i].update(t);this.emit("update",this._snippet)}},i.timeline=function(){var t=Date.now()-this._lastTime;(!this._lastTime||t>200)&&(this._lastTime=Date.now(),t=Date.now()-this._lastTime),this._lastTime+=t,this._snippet=t},i.destroy=function(){for(var t=this.groups.length-1;t>=0;t--)this.groups[t].destroy()},e}(u),re=function(t){function e(e){var i;return(i=t.call(this)||this).parentCompBox=e,i.lineStyle(0),i}_inheritsLoose(e,t);var i=e.prototype;return i.updateLayerMask=function(t){for(var e=0;e<t.viewData.length;e++){if(t.viewData[e].inv){var i=this.parentCompBox;this.moveTo(0,0),this.lineTo(i.w,0),this.lineTo(i.w,i.h),this.lineTo(0,i.h),this.lineTo(0,0)}var s=t.viewData[e].v,r=s.v[0];this.moveTo(r[0],r[1]);for(var n=s._length,a=1;a<n;a++){var o=s.o[a-1],h=s.i[a],p=s.v[a];this.bezierCurveTo(o[0],o[1],h[0],h[1],p[0],p[1])}var l=s.o[a-1],u=s.i[0],c=s.v[0];this.bezierCurveTo(l[0],l[1],u[0],u[1],c[0],c[1]),t.viewData[e].inv&&this.addHole()}},i.updateMasks=function(t){this.clear(),this.beginFill(0),this.updateLayerMask(t),this.endFill()},e}(s.Graphics),ne=function(t){function e(e){var i;return(i=t.call(this)||this).viewport=e,i.lineStyle(0),i.initCompMask(),i}return _inheritsLoose(e,t),e.prototype.initCompMask=function(){this.clear(),this.beginFill(0);var t=this.viewport;this.moveTo(0,0),this.lineTo(t.w,0),this.lineTo(t.w,t.h),this.lineTo(0,t.h),this.lineTo(0,0),this.endFill()},e}(s.Graphics),ae=function(t){function e(e,i){var s;return(s=t.call(this)||this).lottieElement=e,s.config=i,s}_inheritsLoose(e,t);var i=e.prototype;return i.onSetupLottie=function(){if(this.config.maskComp){var t=this.config.viewport;this.preCompMask=new ne(t),this.mask=this.preCompMask,this.addChild(this.mask)}if(this.lottieElement.hasValidMasks()){var e=this.config.session.local;if(this.graphicsMasks=new re(e),this.mask){var i=new s.Container;i.mask=this.graphicsMasks,i.addChild(this.mask),this.lottieElement.innerDisplay=i,this.addChild(i)}else this.mask=this.graphicsMasks,this.addChild(this.mask)}},i.setHierarchy=function(t){this.hierarchy=t},i.show=function(){this.visible=!0},i.hide=function(){this.visible=!1},i.updateLottieTransform=function(t){this.x=t.x,this.y=t.y,this.pivot.x=t.anchorX,this.pivot.y=t.anchorY,this.scale.x=t.scaleX,this.scale.y=t.scaleY,this.rotation=t.rotation,this.alpha=t.alpha},i.updateLottieMasks=function(t){this.graphicsMasks&&this.graphicsMasks.updateMasks(t)},e}(s.Container),oe=function(t){function e(e){return t.call(this,e,["attribute vec2 aVertexPosition;","uniform mat3 translationMatrix;","uniform mat3 projectionMatrix;","void main(void){"," gl_Position = vec4((projectionMatrix * translationMatrix * vec3(aVertexPosition, 1.0)).xy, 0.0, 1.0);","}"].join("\n"),["uniform float alpha;","uniform vec3 color;","void main(void){"," gl_FragColor = vec4(color * alpha, alpha);","}"].join("\n"))||this}return _inheritsLoose(e,t),e}(s.Shader);function he(t,e){this.buffer=new t(10),this.length=0}he.prototype={reset:function(){this.length=0},destroy:function(){this.buffer=null,this.length=0},push:function(){if(this.length+arguments.length>this.buffer.length){var t=new this.buffer.constructor(Math.max(this.length+arguments.length,Math.round(2*this.buffer.length)));t.set(this.buffer,0),this.buffer=t}for(var e=0;e<arguments.length;e++)this.buffer[this.length++]=e<0||arguments.length<=e?void 0:arguments[e];return this.length},setBuffer:function(t){this.buffer=t,this.length=this.buffer.length}};var pe=function(){function t(t,e,i){this.gl=t,this.vertices=new he(Float32Array),this.indices=new he(Uint16Array),this.buffer=s.glCore.GLBuffer.createVertexBuffer(t),this.indexBuffer=s.glCore.GLBuffer.createIndexBuffer(t),this.dirty=!0,this.shader=e,this.vao=new s.glCore.VertexArrayObject(t,i).addIndex(this.indexBuffer).addAttribute(this.buffer,e.attributes.aVertexPosition,t.FLOAT,!1,8,0)}var e=t.prototype;return e.reset=function(){this.vertices.reset(),this.indices.reset()},e.upload=function(){this.buffer.upload(this.vertices.buffer),this.indexBuffer.upload(this.indices.buffer),this.dirty=!1},e.destroy=function(){this.vertices.destroy(),this.indices.destroy(),this.vao.destroy(),this.buffer.destroy(),this.indexBuffer.destroy(),this.gl=null,this.buffer=null,this.indexBuffer=null},t}();function le(t,e,i){return t.push(e,i),t}function ue(t,e){return Math.sqrt(t*t+e*e)}function ce(t,e,i,s,r){return function(t,e){var i=1-t;return i*i*i*e}(t,e)+function(t,e){var i=1-t;return 3*i*i*t*e}(t,i)+function(t,e){return 3*(1-t)*t*t*e}(t,s)+function(t,e){return t*t*t*e}(t,r)}function fe(t,e,i,s,r,n,a){if(!(isFinite(e)&&isFinite(i)&&isFinite(s)&&isFinite(r)&&isFinite(n)&&isFinite(a)))return t;for(var o=t[t.length-2],h=t[t.length-1],p=function(t,e,i,s,r,n,a,o){var h=r-i,p=n-s,l=i-t,u=s-e;return ue(a-r,o-n)+ue(h,p)+ue(l,u)}(o,h,e,i,s,r,n,a),l=Math.min(10/p,.5),u=l;u<1;u+=l){var c=ce(u,o,e,s,n),f=ce(u,h,i,r,a);t.push(c,f)}return t.push(n,a),t}function de(t,e){for(var i=0;i<t.length;i++){var s=t[i],r=s.cmd,n=s.args;switch(r){case"M":case"L":le(e,n[0],n[1]);break;case"C":fe(e,n[0],n[1],n[2],n[3],n[4],n[5])}}return e}function me(t,e,i,s,r,n,a){r%=2*Math.PI,n%=2*Math.PI,r<0&&(r+=2*Math.PI),n<0&&(n+=2*Math.PI),r>=n&&(n+=2*Math.PI);var o=n-r,h=1;a&&(h=-1,0==(o=2*Math.PI-o)&&(o=2*Math.PI));for(var p=o*s,l=Math.sqrt(p/1)>>0,u=o/(l=l%2==0?l+1:l),c=r,f=0;f<l+1;f++)t.push(e,i,e+s*Math.cos(c),i+s*Math.sin(c)),c+=h*u}function ve(t,e,i){for(var s,r=de(t.cmds,[]),n=t.isClosed,a=e.lineDash.length>=2,o=e.lineWidth/2,h=[r[0],r[1]],p=2;p<r.length;p+=2)r[p]==h[h.length-2]&&r[p+1]==h[h.length-1]||h.push(r[p],r[p+1]);if(!n||h[h.length-2]==h[0]&&h[h.length-1]==h[1]||h.push(h[0],h[1]),a){var l=function(t,e,i,s){e&&t.push(t[0],t[1]);for(var r=s,n=0,a=1;r>i[n];)r-=i[n],a=a?0:1,++n==i.length&&(n=0);for(var o=[t[0],t[1]],h=[a],p=2;p<t.length;p+=2){var l=[t[p]-t[p-2],t[p+1]-t[p-1]],u=ue(l[0],l[1]);l[0]/=u,l[1]/=u;for(var c=0;u-c+r>=i[n];)c+=i[n]-r,r=0,a=a?0:1,++n==i.length&&(n=0),h.push(a),o.push(t[p-2]+c*l[0],t[p-1]+c*l[1]);u-c!=0&&(o.push(t[p],t[p+1]),h.push(a)),r+=u-c}return e&&(t.pop(),t.pop(),o.pop(),o.pop(),h.pop()),{newPoints:o,toDrawOrNotToDraw:h}}(h,n,e.lineDash,e.lineDashOffset);s=l.toDrawOrNotToDraw,h=l.newPoints}var u=i.length,c=i.length,f=[];if(n)h.push(h[2],h[3]);else{var d=[h[2]-h[0],h[3]-h[1]],m=ue(d[0],d[1]);d[0]/=m,d[1]/=m;var v=[-d[1],d[0]],y=[h[0]+o*v[0],h[1]+o*v[1]],g=[h[0]-o*v[0],h[1]-o*v[1]];if("butt"==e.lineCap)i.push(y[0],y[1],g[0],g[1]);else if("square"==e.lineCap)i.push(y[0]-o*d[0],y[1]-o*d[1],g[0]-o*d[0],g[1]-o*d[1]);else{i.push(h[0],h[1],y[0],y[1]);var _=Math.atan2(y[1]-h[1],y[0]-h[0]),k=Math.atan2(g[1]-h[1],g[0]-h[0]);me(i,h[0],h[1],o,_,k),i.push(h[0],h[1],g[0],g[1]),i.push(y[0],y[1],g[0],g[1])}if(a){for(var S=s[0],T=c;T<i.length;T+=2)f.push(S);c=i.length}}for(var M=2;M<h.length-2;M+=2){var x=[h[M]-h[M-2],h[M+1]-h[M-1]],w=[-x[1],x[0]],P=ue(w[0],w[1]);w[0]/=P,w[1]/=P;var b=[h[M+2]-h[M],h[M+3]-h[M+1]];P=ue(b[0],b[1]),b[0]/=P,b[1]/=P;var L=[h[M]-h[M-2],h[M+1]-h[M-1]];P=ue(L[0],L[1]),L[0]/=P,L[1]/=P;var C=[L[0]+b[0],L[1]+b[1]],D=void 0,I=void 0,A=0;(P=ue(C[0],C[1]))>0?(C[0]/=P,C[1]/=P,A=o/(D=(I=[-C[1],C[0]])[0]*w[0]+I[1]*w[1])):(A=0,I=[-C[1],C[0]]);var O=[h[M]+A*I[0],h[M+1]+A*I[1]],F=[h[M]-A*I[0],h[M+1]-A*I[1]];if("miter"==e.lineJoin&&1/D<=e.miterLimit)i.push(O[0],O[1],F[0],F[1]);else{var E=L[1]*b[0]-L[0]*b[1];if("round"==e.lineJoin)if(E<0){var V=[h[M]+L[1]*o,h[M+1]-L[0]*o],N=[h[M]+b[1]*o,h[M+1]-b[0]*o];i.push(O[0],O[1],V[0],V[1]);var q=Math.atan2(V[1]-h[M+1],V[0]-h[M]),j=Math.atan2(N[1]-h[M+1],N[0]-h[M]);me(i,h[M],h[M+1],o,q,j),i.push(O[0],O[1],N[0],N[1])}else{var z=[h[M]-L[1]*o,h[M+1]+L[0]*o],R=[h[M]-b[1]*o,h[M+1]+b[0]*o];i.push(z[0],z[1],F[0],F[1]);var X=Math.atan2(R[1]-h[M+1],R[0]-h[M]),Y=Math.atan2(z[1]-h[M+1],z[0]-h[M]);me(i,h[M],h[M+1],o,X,Y),i.push(R[0],R[1],F[0],F[1])}else if(E<0){var B=[h[M]+L[1]*o,h[M+1]-L[0]*o],G=[h[M]+b[1]*o,h[M+1]-b[0]*o];i.push(O[0],O[1],B[0],B[1],O[0],O[1],G[0],G[1])}else{var U=[h[M]-L[1]*o,h[M+1]+L[0]*o],W=[h[M]-b[1]*o,h[M+1]+b[0]*o];i.push(U[0],U[1],F[0],F[1],W[0],W[1],F[0],F[1])}}if(a){for(var J=s[M/2],H=c;H<i.length;H+=2)f.push(J);c=i.length}}if(n)i.push(i.buffer[u],i.buffer[u+1],i.buffer[u+2],i.buffer[u+3]);else{var K=[h[h.length-2]-h[h.length-4],h[h.length-1]-h[h.length-3]],Z=Math.sqrt(Math.pow(K[0],2)+Math.pow(K[1],2));K[0]/=Z,K[1]/=Z;var Q=[-K[1],K[0]],$=[h[h.length-2]+o*Q[0],h[h.length-1]+o*Q[1]],tt=[h[h.length-2]-o*Q[0],h[h.length-1]-o*Q[1]];if("butt"==e.lineCap)i.push($[0],$[1],tt[0],tt[1]);else if("square"==e.lineCap)i.push($[0]+o*K[0],$[1]+o*K[1],tt[0]+o*K[0],tt[1]+o*K[1]);else{i.push($[0],$[1],tt[0],tt[1]),i.push(h[h.length-2],h[h.length-1],tt[0],tt[1]);var et=Math.atan2(tt[1]-h[h.length-1],tt[0]-h[h.length-2]),it=Math.atan2($[1]-h[h.length-1],$[0]-h[h.length-2]);me(i,h[h.length-2],h[h.length-1],o,et,it),i.push(h[h.length-2],h[h.length-1],$[0],$[1])}}if(a){for(var st=s[s.length-1],rt=c;rt<i.length;rt+=2)f.push(st);c=i.length}return f}function ye(t,e){for(var i=t.isClosed,s=!0,r=de(t.cmds,[]),n=[r[0],r[1]],a=2;a<r.length;a+=2)r[a]==n[n.length-2]&&r[a+1]==n[n.length-1]||n.push(r[a],r[a+1]);if(!i||n[n.length-2]==n[0]&&n[n.length-1]==n[1]||n.push(n[0],n[1]),n.length>=6){for(var o=0;o<n.length;o++)e.push(n[o]);s=!1}return s}s.WebGLRenderer.registerPlugin("lottiegraphics",function(t){function e(e){var i;return(i=t.call(this,e)||this).graphicsDataPool=[],i.primitiveShader=null,i.webGLData=null,i.gl=e.gl,i.CONTEXT_UID=0,i}_inheritsLoose(e,t);var i=e.prototype;return i.onContextChange=function(){this.gl=this.renderer.gl,this.CONTEXT_UID=this.renderer.CONTEXT_UID,this.primitiveShader=new oe(this.gl)},i.destroy=function(){s.ObjectRenderer.prototype.destroy.call(this);for(var t=0;t<this.graphicsDataPool.length;++t)this.graphicsDataPool[t].destroy();this.graphicsDataPool=null},i.render=function(t){var e=this.renderer,i=e.gl,r=this.getWebGLData(t);if(t.isDirty&&this.updateGraphics(t,r),0!==r.indices.length){var n=this.primitiveShader;e.bindShader(n),e.state.setBlendMode(t.blendMode),n.uniforms.translationMatrix=t.transform.worldTransform.toArray(!0),n.uniforms.color=s.utils.hex2rgb(t.color),n.uniforms.alpha=t.worldAlpha,e.bindVao(r.vao),r.vao.draw(i.TRIANGLES,r.indices.length)}},i.updateGraphics=function(t,e){e.reset(),"stroke"===t.drawType?this.buildStroke(t,e):this.buildFill(t,e),t.isDirty=!1},i.buildStroke=function(t,e){for(var i=e.vertices,s=e.indices,r=t.paths,n=t.lineStyle,a=n.lineDash.length>=2,o=0;o<r.length;o++){var h=r[o],p=i.length/2,l=ve(h,n,i);if(a)for(var u=p+2;u<i.length/2;u+=2)l[u-p-1]&&s.push(u-2,u,u-1,u,u+1,u-1);else for(var c=p+2;c<i.length/2;c+=2)s.push(c-2,c,c-1,c,c+1,c-1)}e.upload()},i.buildFill=function(t,e){for(var i=e.vertices,r=e.indices,n=t.paths,a=[],o=[],h=0;h<n.length;h++){var p=n[h],l=[];if(ye(p,l))break;for(var u=p.holes,c=[],f=0;f<u.length;f++){var d=u[f],m=l.length;if(ye(d,l))break;c.push(m/2)}for(var v=s.utils.earcut(l,c,2),y=a.length/2,g=0;g<l.length;g+=2)a.push(l[g],l[g+1]);for(var _=0;_<v.length;_+=3)o.push(y+v[_],y+v[_+1],y+v[_+2])}a.length<6||o<3||(i.setBuffer(new Float32Array(a)),r.setBuffer(new Uint16Array(o)),e.upload())},i.getWebGLData=function(t){return t.webGLData&&this.CONTEXT_UID===t.webGLData.CONTEXT_UID||(t.webGLData=new pe(this.renderer.gl,this.primitiveShader,this.renderer.state.attribState),t.webGLData.CONTEXT_UID=this.CONTEXT_UID),t.webGLData},e}(s.ObjectRenderer)),s.CanvasRenderer.registerPlugin("lottiegraphics",function(){function t(t){this.renderer=t}var e=t.prototype;return e.destroy=function(){this.renderer=null},e.render=function(t){var e=this.renderer,i=e.context,s=t.lineStyle,r=t.worldAlpha,n=t.transform.worldTransform,a=e.resolution;i.setTransform(n.a*a,n.b*a,n.c*a,n.d*a,n.tx*a,n.ty*a),e.setBlendMode(t.blendMode),i.globalAlpha=r,"stroke"===t.drawType?(i.lineWidth=s.lineWidth,i.lineJoin=s.lineJoin,i.miterLimit=s.miterLimit,i.lineCap=s.lineCap,i.lineDashOffset=s.lineDashOffset,i.setLineDash(s.lineDash||[]),this.buildStroke(t)):this.buildFill(t)},e.buildStroke=function(t){var e=this.renderer.context,i="#"+("00000"+(0|t.color).toString(16)).substr(-6),s=t.paths,r=t.lineStyle;e.lineWidth=r.lineWidth,e.lineJoin=r.lineJoin,e.miterLimit=r.miterLimit,e.lineCap=r.lineCap,e.lineDashOffset=r.lineDashOffset,e.setLineDash(r.lineDash||[]),e.beginPath();for(var n=0;n<s.length;n++)this.drawPath(e,s[n]);e.strokeStyle=i,e.stroke()},e.buildFill=function(t){var e=this.renderer.context,i="#"+("00000"+(0|t.color).toString(16)).substr(-6),s=t.paths;e.beginPath();for(var r=0;r<s.length;r++){var n=s[r];this.drawPath(e,n);for(var a=0;a<n.holes.length;a++)this.drawPath(e,n.holes[a])}e.fillStyle=i,e.fill()},e.drawPath=function(t,e){for(var i=0;i<e.cmds.length;i++){var s=e.cmds[i],r=s.cmd,n=s.args;switch(r){case"M":t.moveTo(n[0],n[1]);break;case"L":t.lineTo(n[0],n[1]);break;case"C":t.bezierCurveTo(n[0],n[1],n[2],n[3],n[4],n[5])}}},t}());var ge=function(){function t(){this.cmds=[],this.holes=[],this.isClosed=!1,this.isClockWise=!1}var e=t.prototype;return e.getLength=function(){return this.cmds.length},e.add=function(t,e){this.cmds.push({cmd:t,args:e})},e.moveTo=function(t,e){void 0===t&&(t=0),void 0===e&&(e=0),this.add("M",[t,e])},e.lineTo=function(t,e){this.add("L",[t,e])},e.bezierCurveTo=function(t,e,i,s,r,n){this.add("C",[t,e,i,s,r,n])},e.closePath=function(){this.isClosed=!0},t}(),_e=function(t){function e(e,i){var r;return(r=t.call(this)||this).lottieElement=e,r.config=i,r.passMatrix=new s.Matrix,r}_inheritsLoose(e,t);var i=e.prototype;return i.setShapeTransform=function(){var t=this.lottieElement.preTransforms.finalTransform.props;this.passMatrix.set(t[0],t[1],t[4],t[5],t[12],t[13]),this.transform.setFromMatrix(this.passMatrix)},i.updateTransform=function(){this.setShapeTransform(),this.transform.updateTransform(this.parent.transform),this.worldAlpha=this.alpha*this.parent.worldAlpha,this._bounds.updateID++},i.updateLottieGrahpics=function(t){var e=t.type;if(this.clear(),("st"!==e&&"gs"!==e||0!==t.wi)&&t.data._shouldRender&&0!==t.coOp){for(var i=t.elements,s=i.length,r=0;r<s;r+=1)for(var n=i[r].trNodes,a=n.length,o=0;o<a;o++)"m"==n[o].t?this.moveTo(n[o].p[0],n[o].p[1]):"c"==n[o].t?this.bezierCurveTo(n[o].pts[0],n[o].pts[1],n[o].pts[2],n[o].pts[3],n[o].pts[4],n[o].pts[5]):this.closePath();"st"!==e&&"gs"!==e||(t.da?(this.lineStyle.lineDash=t.da,this.lineStyle.lineDashOffset=t.do):this.lineStyle.lineDash=[]),"st"===e||"gs"===e?(this.lineStyle.lineWidth=t.wi,this.lineStyle.lineCap=t.lc,this.lineStyle.lineJoin=t.lj,this.lineStyle.miterLimit=t.ml||0,this.color=l.rgb2hex(t.co||t.grd),this.alpha=t.coOp,this.stroke()):(this.color=l.rgb2hex(t.co||t.grd),this.alpha=t.coOp,this.fill())}},e}(function(t){function e(){var e;return(e=t.call(this)||this).paths=[],e._samplerPoints=[],e.currentPath=null,e.color=0,e.lineStyle={lineWidth:1,lineJoin:"miter",miterLimit:10,lineCap:"butt",lineDash:[],lineDashOffset:0},e.isDirty=!0,e.drawType="",e.blendMode=s.BLEND_MODES.NORMAL,e.webGLData=null,e.firstIsClockWise=!0,e.preClockWiseStatus=null,e}_inheritsLoose(e,t);var i=e.prototype;return i.clear=function(){this.paths.length=0,this.currentPath=null,this.firstIsClockWise=!0,this.preClockWiseStatus=null,this.isDirty=!0},i.moveTo=function(t,e){void 0===t&&(t=0),void 0===e&&(e=0),this.endPath(),this.currentPath=new ge,this.currentPath.moveTo(t,e),this._samplerPoints.push([t,e])},i.lineTo=function(t,e){this.currentPath.lineTo(t,e),this._samplerPoints.push([t,e])},i.bezierCurveTo=function(t,e,i,s,r,n){this.currentPath.bezierCurveTo(t,e,i,s,r,n),this._samplerPoints.push([r,n])},i.endPath=function(){if(this.currentPath&&this.currentPath.getLength()>1){var t=this.paths.length,e=function(t){for(var e=t.length,i=0,s=e-1,r=0;r<e;s=r++)i+=t[s][0]*t[r][1]-t[r][0]*t[s][1];return.5*i}(this._samplerPoints)>0;this.currentPath.isClockWise=e,0===t&&(this.firstIsClockWise=e),t>0&&this.preClockWiseStatus===this.firstIsClockWise&&this.preClockWiseStatus!==e?(t>0?this.paths[t-1]:null).holes.push(this.currentPath):(this.paths.push(this.currentPath),this.preClockWiseStatus=e),this.currentPath=null,this.isDirty=!0}this._samplerPoints.length=0},i.closePath=function(){this.currentPath.closePath()},i.stroke=function(){this.endPath(),this.drawType="stroke"},i.fill=function(){null!==this.currentPath&&(this.closePath(),this.endPath(),this.drawType="fill")},i._renderWebGL=function(t){t.setObjectRenderer(t.plugins.lottiegraphics),t.plugins.lottiegraphics.render(this)},i._renderCanvas=function(t){t.plugins.lottiegraphics.render(this)},e}(s.Container)),ke=function(t){function e(e,i){var s;(s=t.call(this)||this).lottieElement=e,s.config=i;var r=parseInt(i.color.replace("#",""),16);return s.beginFill(r),s.drawRect(0,0,i.rect.width,i.rect.height),s.endFill(),s}_inheritsLoose(e,t);var i=e.prototype;return i.onSetupLottie=function(){if(this.lottieElement.hasValidMasks()){var t=this.config.session.local;this.graphicsMasks=new re(t),this.mask=this.graphicsMasks,this.addChild(this.mask)}},i.setHierarchy=function(t){this.hierarchy=t},i.show=function(){this.visible=!0},i.hide=function(){this.visible=!1},i.updateLottieTransform=function(t){this.x=t.x,this.y=t.y,this.pivot.x=t.anchorX,this.pivot.y=t.anchorY,this.scale.x=t.scaleX,this.scale.y=t.scaleY,this.rotation=t.rotation,this.alpha=t.alpha},i.updateLottieMasks=function(t){this.graphicsMasks&&this.graphicsMasks.updateMasks(t)},e}(s.Graphics),Se=function(t){function e(e,i){var r,n=i.texture,a=i.asset;return r=t.call(this,n)||this,n.baseTexture.hasLoaded?(n.orig=new s.Rectangle(0,0,a.w,a.h),n._updateUvs()):n.baseTexture.on("loaded",(function(){n.orig=new s.Rectangle(0,0,a.w,a.h),n._updateUvs()})),r.lottieElement=e,r.config=i,r}_inheritsLoose(e,t);var i=e.prototype;return i.onSetupLottie=function(){if(this.lottieElement.hasValidMasks()){var t=this.config.session.local;this.graphicsMasks=new re(t),this.mask=this.graphicsMasks,this.addChild(this.mask)}},i.setHierarchy=function(t){this.hierarchy=t},i.show=function(){this.visible=!0},i.hide=function(){this.visible=!1},i.updateLottieTransform=function(t){this.x=t.x,this.y=t.y,this.pivot.x=t.anchorX,this.pivot.y=t.anchorY,this.scale.x=t.scaleX,this.scale.y=t.scaleY,this.rotation=t.rotation,this.alpha=t.alpha},i.updateLottieMasks=function(t){this.graphicsMasks&&this.graphicsMasks.updateMasks(t)},e}(s.Sprite),Te=/^(https?:)?\/\//,Me=function(t){function e(e,i){var s,r=i.prefix,n=i.autoLoad,a=void 0===n||n;return(s=t.call(this)||this).assets=e,s.prefix=r||"",s.textures={},s._total=0,s._failed=0,s._received=0,s.loaded=!1,a&&s.load(),s}_inheritsLoose(e,t);var i=e.prototype;return i.load=function(){var t=this;this.assets.forEach((function(e){var i=e.id,r=function(t,e){if(1===t.e)return t.p;e&&(e=e.replace(/\/?$/,"/"));var i=t.u+t.p;return t.up?t.up:Te.test(i)?i:e+i}(e,t.prefix),n=s.Texture.fromImage(r,"*");t.textures[i]=n,t._total++,n.baseTexture.hasLoaded?(t._received++,t.emit("update"),t._received+t._failed>=t._total&&t._onComplete()):(n.baseTexture.once("loaded",(function(){t._received++,t.emit("update"),t._received+t._failed>=t._total&&t._onComplete()})),n.baseTexture.once("error",(function(){t._failed++,t.emit("update"),t._received+t._failed>=t._total&&t._onComplete()})))}))},i._onComplete=function(){this.loaded=!0,this.emit("complete"),this._failed>0&&(this._failed>=this._total?this.emit("fail"):this.emit("partlyfail",this._failed))},i.getTextureById=function(t){return this.textures[t]},e}(u);function xe(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}var we=function(t){function e(e){var i;return(i=t.call(this)||this).path=e,i.onSuccess=i.onSuccess.bind(_assertThisInitialized(i)),i.onFail=i.onFail.bind(_assertThisInitialized(i)),function(t,e,i){var s,r=new XMLHttpRequest;r.open("GET",t,!0);try{r.responseType="json"}catch(t){console.error("lottie-pixi loadAjax:",t)}r.send(),r.onreadystatechange=function(){if(4==r.readyState)if(200==r.status)s=xe(r),e(s);else try{s=xe(r),e(s)}catch(t){i&&i(t)}}}(e,i.onSuccess,i.onFail),i}_inheritsLoose(e,t);var i=e.prototype;return i.onSuccess=function(t){this.emit("success",t),this.emit("complete",t)},i.onFail=function(t){this.emit("fail",t),this.emit("error",t)},e}(u),Pe={Linear:{None:function(t){return t}},Ease:{In:function(){var t=new O(.42,0,1,1);return function(e){return t.get(e)}}(),Out:function(){var t=new O(0,0,.58,1);return function(e){return t.get(e)}}(),InOut:function(){var t=new O(.42,0,.58,1);return function(e){return t.get(e)}}(),Bezier:function(t,e,i,s){var r=new O(t,e,i,s);return function(t){return r.get(t)}}},Elastic:{In:function(t){return 0===t?0:1===t?1:-Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI)},Out:function(t){return 0===t?0:1===t?1:Math.pow(2,-10*t)*Math.sin(5*(t-.1)*Math.PI)+1},InOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?-.5*Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI):.5*Math.pow(2,-10*(t-1))*Math.sin(5*(t-1.1)*Math.PI)+1}},Back:{In:function(t){var e=1.70158;return t*t*((e+1)*t-e)},Out:function(t){var e=1.70158;return--t*t*((e+1)*t+e)+1},InOut:function(t){var e=2.5949095;return(t*=2)<1?t*t*((e+1)*t-e)*.5:.5*((t-=2)*t*((e+1)*t+e)+2)}},Bounce:{In:function(t){return 1-Pe.Bounce.Out(1-t)},Out:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},InOut:function(t){return t<.5?.5*Pe.Bounce.In(2*t):.5*Pe.Bounce.Out(2*t-1)+.5}}};function be(t){u.call(this),this.element=t.element||{},this.duration=t.duration||300,this.living=!0,this.resident=t.resident||!1,this.infinite=t.infinite||!1,this.alternate=t.alternate||!1,this.repeats=t.repeats||0,this.delay=t.delay||0,this.wait=t.wait||0,this.timeScale=l.isNumber(t.timeScale)?t.timeScale:1,t.onComplete&&this.on("complete",t.onComplete.bind(this)),t.onUpdate&&this.on("update",t.onUpdate.bind(this)),this.init(),this.paused=!1}function Le(t){for(var e in be.call(this,t),t.from=t.from||{},t.to)l.isUndefined(t.from[e])&&(t.from[e]=this.element[e]);this.ease=t.ease||Pe.Ease.InOut,this.from=t.from,this.to=t.to}function Ce(t){be.call(this,t),this.dynamicProperties=[],this._mdf=!1,this.keyframes=l.copyJSON(t.keyframes),this.frameRate=t.frameRate||30,this.tpf=1e3/this.frameRate,this.ip=l.isUndefined(t.ip)?this.keyframes.ip:t.ip,this.op=l.isUndefined(t.ip)?this.keyframes.op:t.op,this.tfs=this.op-this.ip,this.duration=this.tfs*this.tpf,this.ignoreProps=l.isArray(t.ignoreProps)?t.ignoreProps:[],this.transform=new Jt(this,this.keyframes.ks)}function De(t,e){be.call(this,e),this.runners=[],this.queues=[],this.cursor=0,this.total=0,this.alternate=!1,t&&this.then(t)}be.prototype=Object.create(u.prototype),be.prototype.update=function(t){var e=this.direction*this.timeScale*t;if(this.waitCut>0)this.waitCut-=Math.abs(e);else{if(!(this.paused||!this.living||this.delayCut>0)){this.progress+=e;var i,s=!1,r=this.progress;return this.spill()&&(this.repeatsCut>0||this.infinite?(this.repeatsCut>0&&--this.repeatsCut,this.delayCut=this.delay,this.alternate?(this.direction*=-1,this.progress=l.codomainBounce(this.progress,0,this.duration)):(this.direction=1,this.progress=l.euclideanModulo(this.progress,this.duration))):s=!0),s?(this.resident||(this.living=!1),this.progress=l.clamp(r,0,this.duration),i=this.nextPose(),this.emit("complete",i,r-this.progress)):(i=this.nextPose(),this.emit("update",i,this.progress/this.duration)),i}this.delayCut>0&&(this.delayCut-=Math.abs(e))}},be.prototype.spill=function(){var t=this.progress<=0&&-1===this.direction,e=this.progress>=this.duration&&1===this.direction;return t||e},be.prototype.init=function(){this.direction=1,this.progress=0,this.repeatsCut=this.repeats,this.delayCut=this.delay,this.waitCut=this.wait},be.prototype.nextPose=function(){console.warn("should be overwrite")},be.prototype.linear=function(t,e,i){return(e-t)*i+t},be.prototype.setSpeed=function(t){return this.timeScale=t,this},be.prototype.pause=function(){return this.paused=!0,this},be.prototype.resume=function(){return this.paused=!1,this},be.prototype.restart=be.prototype.resume,be.prototype.stop=function(){return this.repeats=0,this.infinite=!1,this.progress=this.duration,this},be.prototype.cancel=function(){return this.living=!1,this},Le.prototype=Object.create(be.prototype),Le.prototype.nextPose=function(){var t={},e=this.ease(this.progress/this.duration);for(var i in this.to)void 0!==this.element[i]&&(this.element[i]=t[i]=this.linear(this.from[i],this.to[i],e));return t},Ce.prototype=Object.create(be.prototype),Ce.prototype.prepareProperties=function(t){var e,i=this.dynamicProperties.length;for(e=0;e<i;e+=1)this.dynamicProperties[e].getValue(t),this.dynamicProperties[e]._mdf&&(this._mdf=!0)},Ce.prototype.addDynamicProperty=function(t){-1===this.dynamicProperties.indexOf(t)&&this.dynamicProperties.push(t)},Ce.prototype.nextPose=function(){var t={},e=this.ip+this.progress/this.tpf;return this.prepareProperties(e),-1===this.ignoreProps.indexOf("position")&&(-1===this.ignoreProps.indexOf("x")&&(t.x=this.element.x=this.transform.x),-1===this.ignoreProps.indexOf("y")&&(t.y=this.element.y=this.transform.y)),-1===this.ignoreProps.indexOf("pivot")&&(t.pivot={},-1===this.ignoreProps.indexOf("pivotX")&&(t.pivot.x=this.element.pivot.x=this.transform.anchorX),-1===this.ignoreProps.indexOf("pivotY")&&(t.pivot.y=this.element.pivot.y=this.transform.anchorY)),-1===this.ignoreProps.indexOf("scale")&&(t.scale={},-1===this.ignoreProps.indexOf("scaleX")&&(t.scale.x=this.element.scale.x=this.transform.scaleX),-1===this.ignoreProps.indexOf("scaleY")&&(t.scale.y=this.element.scale.y=this.transform.scaleY)),-1===this.ignoreProps.indexOf("rotation")&&(t.rotation=this.element.rotation=this.transform.rotation),-1===this.ignoreProps.indexOf("alpha")&&(t.alpha=this.element.alpha=this.transform.alpha),t},De.prototype=Object.create(be.prototype),De.prototype.then=function(t){return this.queues.push(t),this.total=this.queues.length,this},De.prototype.nextOne=function(t,e){this.runners[this.cursor].init(),this.cursor++,this._residueTime=Math.abs(e)},De.prototype.initOne=function(){var t=this.queues[this.cursor];t.infinite=!1,t.resident=!0,t.element=this.element;var e=null;t.keyframes?e=new Ce(t):t.to&&(e=new Le(t)),null!==e&&(e.on("complete",this.nextOne.bind(this)),this.runners.push(e))},De.prototype.nextPose=function(t){return!this.runners[this.cursor]&&this.queues[this.cursor]&&this.initOne(),this._residueTime>0&&(t+=this._residueTime,this._residueTime=0),this.runners[this.cursor].update(t)},De.prototype.update=function(t){if(this.wait>0)this.wait-=Math.abs(t);else{if(!(this.paused||!this.living||this.delayCut>0)){var e=this.cursor,i=this.nextPose(this.timeScale*t);return this.emit("update",{index:e,pose:i},this.progress/this.duration),this.spill()&&(this.repeats>0||this.infinite?(this.repeats>0&&--this.repeats,this.delayCut=this.delay,this.cursor=0):(this.resident||(this.living=!1),this.emit("complete",i))),i}this.delayCut>0&&(this.delayCut-=Math.abs(t))}},De.prototype.spill=function(){return this.cursor>=this.total};var Ie={settings:s.settings,UPDATE_PRIORITY:s.UPDATE_PRIORITY,animationTicker:s.ticker.shared};function Ae(t){this.element=t,this.animates=[],this.timeScale=1,this.paused=!1,this.updateDeltaTime=this.updateDeltaTime.bind(this),Ie.animationTicker.add(this.updateDeltaTime,Ie.UPDATE_PRIORITY.HIGH)}Ae.prototype.clearAnimators=function(t){if(!this.paused)for(var e=this.animates,i=0;i<t.length;i++){var s=t[i];e[s].living||e[s].resident||this.animates.splice(s,1)}},Ae.prototype.updateDeltaTime=function(t){if(!(this.animates.length<=0)){var e=t/Ie.settings.TARGET_FPMS;this.update(e)}},Ae.prototype.update=function(t){if(!(this.paused||this.animates.length<=0)){t=this.timeScale*t;for(var e=[],i=0;i<this.animates.length;i++)this.animates[i].living||this.animates[i].resident?this.animates[i].update(t):e.push(i);e.length>0&&this.clearAnimators(e)}},Ae.prototype.animate=function(t,e){return t.element=this.element,this._addMove(new Le(t),e)},Ae.prototype.queues=function(t,e,i){return e.element=this.element,this._addMove(new De(t,e),i)},Ae.prototype.bodymovin=function(t,e){return t.element=this.element,this._addMove(new Ce(t),e)},Ae.prototype._addMove=function(t,e){return e&&this.clearAll(),this.animates.push(t),t},Ae.prototype.pause=function(){this.paused=!0},Ae.prototype.resume=function(){this.paused=!1},Ae.prototype.restart=Ae.prototype.resume,Ae.prototype.setSpeed=function(t){this.timeScale=t},Ae.prototype.clearAll=function(){this.animates.length=0},s.DisplayObject.prototype.setupAnimations=function(){this.animations||(this.animations=new Ae(this))},s.DisplayObject.prototype.animate=function(t,e){return this.animations||this.setupAnimations(),this.animations.animate(t,e)},s.DisplayObject.prototype.queues=function(t,e,i){return void 0===e&&(e={}),this.animations||this.setupAnimations(),this.animations.queues(t,e,i)},s.DisplayObject.prototype.bodymovin=function(t,e){return this.animations||this.setupAnimations(),this.animations.bodymovin(t,e)},Object.defineProperties(s.DisplayObject.prototype,{scaleXY:{get:function(){return this.scale.x},set:function(t){this.scale.set(t)}},scaleX:{get:function(){return this.scale.x},set:function(t){this.scale.x=t}},scaleY:{get:function(){return this.scale.y},set:function(t){this.scale.y=t}},pivotX:{get:function(){return this.pivot.x},set:function(t){this.pivot.x=t}},pivotY:{get:function(){return this.pivot.y},set:function(t){this.pivot.y=t}}}),s.Container.prototype.updateTransform=function(){this.emit("pretransform"),this._boundsID++,this.hierarchy&&this.hierarchy.transform?(this.hierarchy.updateTransform(),this.transform.updateTransform(this.hierarchy.transform)):this.transform.updateTransform(this.parent.transform),this.worldAlpha=this.alpha*this.parent.worldAlpha;for(var t=0,e=this.children.length;t<e;++t){var i=this.children[t];i.visible&&i.updateTransform()}this.emit("posttransform")},s.Container.prototype.containerUpdateTransform=s.Container.prototype.updateTransform;var Oe=Number.isFinite||function(t){return!("number"!=typeof t||t!=t||t===1/0||t===-1/0)},Fe=Number.isInteger||function(t){return"number"==typeof t&&Oe(t)&&Math.floor(t)===t},Ee=/^-?\d+$/,Ve=function(t){return"number"==typeof t?Fe(t)?t:void 0:"string"==typeof t&&Ee.test(t)?parseInt(t,10):void 0},Ne=/OS (\d\d?_\d(_\d)?)/,qe=(function(t){if(!t)return null;var e=Ne.exec(t);if(!e)return null;var i=e[1].split("_").map(Ve);return{major:i[0],minor:i[1],patch:i[2]||0}}(window.navigator.userAgent)||{}).major;function je(t){if(window.URL=window.URL||window.webkitURL,window.URL&&URL.createObjectURL){var e=function(t){for(var e=atob(t.split(",")[1]),i=new ArrayBuffer(e.length),s=new Uint8Array(i),r=t.split(",")[0].match(/:(.*?);/)[1],n=0,a=e.length;n<a;n++)s[n]=e.charCodeAt(n);var o,h=[s];try{o=new Blob(h,{type:r})}catch(t){console.log(t)}return o}(t);return URL.createObjectURL(e)}return t}m(d.Texture,(function(t,e){return new Me(t,e)})),m(d.Ajax,(function(t){return new we(t)})),Nt(Vt.Null,ae),Nt(Vt.Path,_e),Nt(Vt.Shape,ae),Nt(Vt.Solid,ke),Nt(Vt.Sprite,Se),Nt(Vt.Component,ae),Nt(Vt.Container,s.Container);var ze=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.managerLife=["DisplayReady","ImageReady","success","error","complete","loopComplete","enterFrame","update"],e}return n(i,t),i.prototype.init=function(){this.renderSystem=this.game.getSystem("Renderer"),this.app=this.renderSystem.application},i.prototype.componentChanged=function(t){return o(this,void 0,void 0,(function(){return h(this,(function(i){return"Lottie"===t.componentName&&(t.type===e.OBSERVER_TYPE.ADD?this.add(t):t.type===e.OBSERVER_TYPE.REMOVE&&this.remove(t)),[2]}))}))},i.prototype.add=function(t){return o(this,void 0,void 0,(function(){var i,s,r,n,o,p,l,u;return h(this,(function(h){switch(h.label){case 0:return this.manager=new se(this.app),i=t.component,(s=this.renderSystem.containerManager.getContainer(t.gameObject.id))?(r=i.options,n=r.resource,o=function(t,e){var i={};for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&e.indexOf(s)<0&&(i[s]=t[s]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(s=Object.getOwnPropertySymbols(t);r<s.length;r++)e.indexOf(s[r])<0&&Object.prototype.propertyIsEnumerable.call(t,s[r])&&(i[s[r]]=t[s[r]])}return i}(r,["resource"]),[4,e.resource.getResource(n)]):[2];case 1:return p=h.sent().data,l=a({},p.json||{}),(l.assets||[]).forEach((function(t){var e;t.p&&(t.p=(e=t.p,qe<=8&&/^data:image\/png;base64/.test(e)?je(e):e))})),u=this.manager.parseAnimation(a({keyframes:l},o)),i.anim=u,s.addChildAt(u.group,0),this.managerLife.forEach((function(t){u.on(t,(function(e){return i.emit(t,e)}))})),u.isImagesLoaded&&i.emit("success",{}),[2]}}))}))},i.prototype.remove=function(t){var e=t.component,i=this.renderSystem.containerManager.getContainer(t.gameObject.id);i&&(i.removeChild(e.anim.group),e.anim.group.destory(!0)),e.anim=null},i.systemName="LottieSystem",i=function(t,e,i,s){var r,n=arguments.length,a=n<3?e:null===s?s=Object.getOwnPropertyDescriptor(e,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,i,s);else for(var o=t.length-1;o>=0;o--)(r=t[o])&&(a=(n<3?r(a):n>3?r(e,i,a):r(e,i))||a);return n>3&&a&&Object.defineProperty(e,i,a),a}([e.decorators.componentObserver({Lottie:[]})],i)}(i.Renderer),Re=function(t){function e(e){var i=t.call(this)||this;return i.loadStatus=!1,i.firstPlay=null,i.prevSlot={},i.currentSlot={},i.options=a({autoStart:!1},e),i.on("success",(function(){i.loadStatus=!0;for(var t=i.anim.keyframes,e=t.ip,s=t.op,r=function(t){var e="@"+t;i.anim.on(e,(function(t){return i.emit(e,t)}))},n=e;n<=s;n++)r(n);i.firstPlay&&i.firstPlay()})),i}return n(e,t),e.prototype.play=function(t,e){var i=this;if(void 0===t&&(t=[]),void 0===e&&(e={repeats:0}),this.loadStatus){var r=e.slot;(void 0===r?[]:r).forEach((function(t){var e=t.name,r=t.type,n=t.value,a=t.style,o=void 0===a?{}:a,h=o.x,p=o.y,l=o.anchor,u=void 0===l?{x:0,y:0}:l,c=o.pivot,f=void 0===c?{x:0,y:0}:c,d=o.width,m=o.height;"IMAGE"===r?i.currentSlot[e]=s.Sprite.from(n):"TEXT"===r&&(i.currentSlot[e]=new s.Text(n,new s.TextStyle(o))),h&&(i.currentSlot[e].x=h),p&&(i.currentSlot[e].y=p),d&&(i.currentSlot[e].width=d),m&&(i.currentSlot[e].height=m),i.currentSlot[e].anchor.set(u.x||0,u.y||0),i.currentSlot[e].pivot.set(i.currentSlot[e].width*(f.x||0),i.currentSlot[e].height*(f.y||0)),i.prevSlot[e]&&i.anim.unbindSlot(e,i.prevSlot[e]),i.anim.bindSlot(e,i.currentSlot[e]),i.prevSlot[e]=i.currentSlot[e]})),this.anim.playSegment(this.playParamsHandle(t),e)}else this.firstPlay=function(){i.play(t,e)}},e.prototype.playParamsHandle=function(t){var e=[].concat(t),i=this.anim.keyframes;return!e.length||e.length>2?e=[i.ip,i.op]:1===e.length&&(e=[e[0]%i.op,i.op]),e},e.prototype.onTap=function(t,e){var i=this,r=new s.Graphics;this.on("success",(function(){var s=i.anim.querySelector(t),n=s.display;r.beginFill(16777215),r.drawRect(0,0,100,100),r.endFill(),r.alpha=0,n.addChild(r),s.display.interactive=!0,s.display.on("pointertap",(function(){e()}))}))},e.componentName="Lottie",e}(e.Component);return t.Lottie=Re,t.LottieSystem=ze,Object.defineProperty(t,"__esModule",{value:!0}),t}({},EVA,EVA.plugin.renderer,PIXI);
1
+ window.EVA=window.EVA||{},window.EVA.plugin=window.EVA.plugin||{},window.EVA.plugin.renderer=window.EVA.plugin.renderer||{};var _EVA_IIFE_lottie=function(t,s,e,i){"use strict";var h=function(t,s){return h=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,s){t.__proto__=s}||function(t,s){for(var e in s)s.hasOwnProperty(e)&&(t[e]=s[e])},h(t,s)};function r(t,s){function e(){this.constructor=t}h(t,s),t.prototype=null===s?Object.create(s):(e.prototype=s.prototype,new e)}var n=function(){return n=Object.assign||function(t){for(var s,e=1,i=arguments.length;e<i;e++)for(var h in s=arguments[e])Object.prototype.hasOwnProperty.call(s,h)&&(t[h]=s[h]);return t},n.apply(this,arguments)};function a(t,s,e,i){return new(e||(e=Promise))((function(h,r){function n(t){try{o(i.next(t))}catch(t){r(t)}}function a(t){try{o(i.throw(t))}catch(t){r(t)}}function o(t){var s;t.done?h(t.value):(s=t.value,s instanceof e?s:new e((function(t){t(s)}))).then(n,a)}o((i=i.apply(t,s||[])).next())}))}function o(t,s){var e,i,h,r,n={label:0,sent:function(){if(1&h[0])throw h[1];return h[1]},trys:[],ops:[]};return r={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(r[Symbol.iterator]=function(){return this}),r;function a(r){return function(a){return function(r){if(e)throw new TypeError("Generator is already executing.");for(;n;)try{if(e=1,i&&(h=2&r[0]?i.return:r[0]?i.throw||((h=i.return)&&h.call(i),0):i.next)&&!(h=h.call(i,r[1])).done)return h;switch(i=0,h&&(r=[2&r[0],h.value]),r[0]){case 0:case 1:h=r;break;case 4:return n.label++,{value:r[1],done:!1};case 5:n.label++,i=r[1],r=[0];continue;case 7:r=n.ops.pop(),n.trys.pop();continue;default:if(!(h=n.trys,(h=h.length>0&&h[h.length-1])||6!==r[0]&&2!==r[0])){n=0;continue}if(3===r[0]&&(!h||r[1]>h[0]&&r[1]<h[3])){n.label=r[1];break}if(6===r[0]&&n.label<h[1]){n.label=h[1],h=r;break}if(h&&n.label<h[2]){n.label=h[2],n.ops.push(r);break}h[2]&&n.ops.pop(),n.trys.pop();continue}r=s.call(t,n)}catch(t){r=[6,t],i=0}finally{e=h=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}([r,a])}}}function l(t){return Object.prototype.toString.call(t)}const p={copyJSON:function(t){return JSON.parse(JSON.stringify(t))},isArray:function(){let t=l([]);return function(s){return l(s)===t}}(),isString:function(){let t=l("s");return function(s){return l(s)===t}}(),isNumber:function(){let t=l(1);return function(s){return l(s)===t}}(),isFunction:function(){let t=l((function(){}));return function(s){return l(s)===t}}(),isUndefined:function(t){return void 0===t},isBoolean:function(){let t=l(!0);return function(s){return l(s)===t}}(),isObject:function(){let t=l({});return function(s){return l(s)===t}}(),random:function(t,s){return this.isArray(t)?t[~~(Math.random()*t.length)]:(this.isNumber(s)||(s=t||1,t=0),t+Math.random()*(s-t))},euclideanModulo:function(t,s){return(t%s+s)%s},codomainBounce:function(t,s,e){return t<s?2*s-t:t>e?2*e-t:t},clamp:function(t,s,e){return t<s?s:t>e?e:t},inRange:(t,s,e)=>t>=s&&t<=e,getAssets(t,s){for(let e=0;e<s.length;e++)if(t===s[e].id)return s[e];return console.error("have not assets name as",t),{}},rgb2hex:t=>(t[0]<<16)+(t[1]<<8)+(0|t[2])};class c{constructor(){this.listeners={},this.addEventListener=this.on,this.removeEventListener=this.off}on(t,s){return p.isFunction(s)?(p.isUndefined(this.listeners[t])&&(this.listeners[t]=[]),this.listeners[t].push(s),this):this}off(t,s){if(p.isUndefined(this.listeners[t]))return this;const e=this.listeners[t];let i=e.length;if(i>0)if(s)for(;i--;)e[i]===s&&e.splice(i,1);else e.length=0;return this}once(t,s){if(!p.isFunction(s))return this;const e=i=>{s(i),this.off(t,e)};return this.on(t,e),this}emit(t,...s){if(p.isUndefined(this.listeners[t]))return this;const e=(this.listeners[t]||[]).slice(0);for(let t=0;t<e.length;t++)e[t].apply(this,s);return this}}const u={},d={Ajax:"Ajax",Texture:"Texture"};var f=d,m=function(t,s){u[t]=s};function g(t,s,e){let i,h,r,n,a,o,l=t.length;for(h=0;h<l;h+=1)if(i=t[h],"ks"in i&&!i.completed){if(i.completed=!0,i.tt&&(t[h-1].td=i.tt),i.hasMask){let t=i.masksProperties;for(n=t.length,r=0;r<n;r+=1)if(t[r].pt.k.i)_(t[r].pt.k);else for(o=t[r].pt.k.length,a=0;a<o;a+=1)t[r].pt.k[a].s&&_(t[r].pt.k[a].s[0]),t[r].pt.k[a].e&&_(t[r].pt.k[a].e[0])}0===i.ty?(i.layers=y(i.refId,s),g(i.layers,s)):4===i.ty?v(i.shapes):5==i.ty&&T(i)}}function y(t,s){let e=0,i=s.length;for(;e<i;){if(s[e].id===t)return s[e].layers.__used?JSON.parse(JSON.stringify(s[e].layers)):(s[e].layers.__used=!0,s[e].layers);e+=1}}function v(t){let s,e,i;for(s=t.length-1;s>=0;s-=1)if("sh"==t[s].ty)if(t[s].ks.k.i)_(t[s].ks.k);else for(i=t[s].ks.k.length,e=0;e<i;e+=1)t[s].ks.k[e].s&&_(t[s].ks.k[e].s[0]),t[s].ks.k[e].e&&_(t[s].ks.k[e].e[0]);else"gr"==t[s].ty&&v(t[s].it)}function _(t){let s,e=t.i.length;for(s=0;s<e;s+=1)t.i[s][0]+=t.v[s][0],t.i[s][1]+=t.v[s][1],t.o[s][0]+=t.v[s][0],t.o[s][1]+=t.v[s][1]}function k(t,s){let e=s?s.split("."):[100,100,100];return t[0]>e[0]||!(e[0]>t[0])&&(t[1]>e[1]||!(e[1]>t[1])&&(t[2]>e[2]||!(e[2]>t[2])&&void 0))}let S=function(){let t=[4,4,14];function s(t){let s=t.t.d;t.t.d={k:[{s:s,t:0}]}}function e(t){let e,i=t.length;for(e=0;e<i;e+=1)5===t[e].ty&&s(t[e])}return function(s){if(k(t,s.v)&&(e(s.layers),s.assets)){let t,i=s.assets.length;for(t=0;t<i;t+=1)s.assets[t].layers&&e(s.assets[t].layers)}}}(),x=function(){let t=[4,7,99];return function(s){if(s.chars&&!k(t,s.v)){let t,e,i,h,r,n=s.chars.length;for(t=0;t<n;t+=1)if(s.chars[t].data&&s.chars[t].data.shapes)for(r=s.chars[t].data.shapes[0].it,i=r.length,e=0;e<i;e+=1)h=r[e].ks.k,h.__converted||(_(r[e].ks.k),h.__converted=!0)}}}(),M=function(){let t=[4,1,9];function s(t){let e,i,h,r=t.length;for(e=0;e<r;e+=1)if("gr"===t[e].ty)s(t[e].it);else if("fl"===t[e].ty||"st"===t[e].ty)if(t[e].c.k&&t[e].c.k[0].i)for(h=t[e].c.k.length,i=0;i<h;i+=1)t[e].c.k[i].s&&(t[e].c.k[i].s[0]/=255,t[e].c.k[i].s[1]/=255,t[e].c.k[i].s[2]/=255,t[e].c.k[i].s[3]/=255),t[e].c.k[i].e&&(t[e].c.k[i].e[0]/=255,t[e].c.k[i].e[1]/=255,t[e].c.k[i].e[2]/=255,t[e].c.k[i].e[3]/=255);else t[e].c.k[0]/=255,t[e].c.k[1]/=255,t[e].c.k[2]/=255,t[e].c.k[3]/=255}function e(t){let e,i=t.length;for(e=0;e<i;e+=1)4===t[e].ty&&s(t[e].shapes)}return function(s){if(k(t,s.v)&&(e(s.layers),s.assets)){let t,i=s.assets.length;for(t=0;t<i;t+=1)s.assets[t].layers&&e(s.assets[t].layers)}}}(),w=function(){let t=[4,4,18];function s(t){let e,i,h;for(e=t.length-1;e>=0;e-=1)if("sh"==t[e].ty)if(t[e].ks.k.i)t[e].ks.k.c=t[e].closed;else for(h=t[e].ks.k.length,i=0;i<h;i+=1)t[e].ks.k[i].s&&(t[e].ks.k[i].s[0].c=t[e].closed),t[e].ks.k[i].e&&(t[e].ks.k[i].e[0].c=t[e].closed);else"gr"==t[e].ty&&s(t[e].it)}function e(t){let e,i,h,r,n,a,o=t.length;for(i=0;i<o;i+=1){if(e=t[i],e.hasMask){let t=e.masksProperties;for(r=t.length,h=0;h<r;h+=1)if(t[h].pt.k.i)t[h].pt.k.c=t[h].cl;else for(a=t[h].pt.k.length,n=0;n<a;n+=1)t[h].pt.k[n].s&&(t[h].pt.k[n].s[0].c=t[h].cl),t[h].pt.k[n].e&&(t[h].pt.k[n].e[0].c=t[h].cl)}4===e.ty&&s(e.shapes)}}return function(s){if(k(t,s.v)&&(e(s.layers),s.assets)){let t,i=s.assets.length;for(t=0;t<i;t+=1)s.assets[t].layers&&e(s.assets[t].layers)}}}();function T(t,s){0!==t.t.a.length||"m"in t.t.p||(t.singleShape=!0)}var P=function(t,s){t.__complete||(M(t),S(t),x(t),w(t),g(t.layers,t.assets),t.__complete=!0)};let b="function"==typeof Float32Array;function D(t,s){return 1-3*s+3*t}function C(t,s){return 3*s-6*t}function L(t){return 3*t}function A(t,s,e){return((D(s,e)*t+C(s,e))*t+L(s))*t}function O(t,s,e){return 3*D(s,e)*t*t+2*C(s,e)*t+L(s)}function I(t,s,e,i){if(!(0<=t&&t<=1&&0<=e&&e<=1))throw new Error("bezier x values must be in [0, 1] range");this.mX1=t,this.mY1=s,this.mX2=e,this.mY2=i,this.sampleValues=b?new Float32Array(11):new Array(11),this._preCompute(),this.get=this.get.bind(this)}I.prototype._preCompute=function(){if(this.mX1!==this.mY1||this.mX2!==this.mY2)for(let t=0;t<11;++t)this.sampleValues[t]=A(.1*t,this.mX1,this.mX2)},I.prototype._getTForX=function(t){let s=0,e=1;for(;10!==e&&this.sampleValues[e]<=t;++e)s+=.1;--e;let i=s+(t-this.sampleValues[e])/(this.sampleValues[e+1]-this.sampleValues[e])*.1,h=O(i,this.mX1,this.mX2);return h>=.001?function(t,s,e,i){for(let h=0;h<4;++h){let h=O(s,e,i);if(0===h)return s;s-=(A(s,e,i)-t)/h}return s}(t,i,this.mX1,this.mX2):0===h?i:function(t,s,e,i,h){let r,n,a=0;do{n=s+(e-s)/2,r=A(n,i,h)-t,r>0?e=n:s=n}while(Math.abs(r)>1e-7&&++a<10);return n}(t,s,s+.1,this.mX1,this.mX2)},I.prototype.get=function(t){return this.mX1===this.mY1&&this.mX2===this.mY2?t:0===t?0:1===t?1:A(this._getTForX(t),this.mY1,this.mY2)};const F={};var E=function(t,s,e,i,h){const r=h||("bez_"+t+"_"+s+"_"+e+"_"+i).replace(/\./g,"p");if(F[r])return F[r];const n=new I(t,s,e,i);return F[r]=n,n};let V;function N(t){return new Array(t)}V="function"==typeof Uint8ClampedArray&&"function"==typeof Float32Array?function(t,s){return"float32"===t?new Float32Array(s):"int16"===t?new Int16Array(s):"uint8c"===t?new Uint8ClampedArray(s):void 0}:function(t,s){let e=0;const i=[];let h;switch(t){case"int16":case"uint8c":h=1;break;default:h=1.1}for(e=0;e<s;e+=1)i.push(h);return i};var q=function(t){return t.concat(N(t.length))};const j=function(t,s,e){let i=0,h=t,r=N(h);return{newElement:function(){let t;return i?(i-=1,t=r[i]):t=s(),t},release:function(t){i===h&&(r=q(r),h*=2),e&&e(t),r[i]=t,i+=1}}},R=j(8,(function(){return V("float32",2)}));class X{constructor(){this.c=!1,this._length=0,this._maxLength=8,this.v=N(this._maxLength),this.o=N(this._maxLength),this.i=N(this._maxLength)}setPathData(t,s){this.c=t,this.setLength(s);let e=0;for(;e<s;)this.v[e]=R.newElement(),this.o[e]=R.newElement(),this.i[e]=R.newElement(),e+=1}setLength(t){for(;this._maxLength<t;)this.doubleArrayLength();this._length=t}doubleArrayLength(){this.v=this.v.concat(N(this._maxLength)),this.i=this.i.concat(N(this._maxLength)),this.o=this.o.concat(N(this._maxLength)),this._maxLength*=2}setXYAt(t,s,e,i,h){let r;switch(this._length=Math.max(this._length,i+1),this._length>=this._maxLength&&this.doubleArrayLength(),e){case"v":r=this.v;break;case"i":r=this.i;break;case"o":r=this.o}(!r[i]||r[i]&&!h)&&(r[i]=R.newElement()),r[i][0]=t,r[i][1]=s}setTripleAt(t,s,e,i,h,r,n,a){this.setXYAt(t,s,"v",n,a),this.setXYAt(e,i,"o",n,a),this.setXYAt(h,r,"i",n,a)}reverse(){const t=new X;t.setPathData(this.c,this._length);const s=this.v,e=this.o,i=this.i;let h=0;this.c&&(t.setTripleAt(s[0][0],s[0][1],i[0][0],i[0][1],e[0][0],e[0][1],0,!1),h=1);let r=this._length-1;const n=this._length;for(let a=h;a<n;a+=1)t.setTripleAt(s[r][0],s[r][1],i[r][0],i[r][1],e[r][0],e[r][1],a,!1),r-=1;return t}}const Y=j(4,(function(){return new X}),(function(t){const s=t._length;for(let e=0;e<s;e+=1)R.release(t.v[e]),R.release(t.i[e]),R.release(t.o[e]),t.v[e]=null,t.i[e]=null,t.o[e]=null;t._length=0,t.c=!1}));Y.clone=function(t){const s=Y.newElement(),e=void 0===t._length?t.v.length:t._length;s.setLength(e),s.c=t.c;for(let i=0;i<e;i+=1)s.setTripleAt(t.v[i][0],t.v[i][1],t.o[i][0],t.o[i][1],t.i[i][0],t.i[i][1],i);return s};class B{constructor(){this._length=0,this._maxLength=4,this.shapes=N(this._maxLength)}addShape(t){this._length===this._maxLength&&(this.shapes=this.shapes.concat(N(this._maxLength)),this._maxLength*=2),this.shapes[this._length]=t,this._length+=1}releaseShapes(){for(let t=0;t<this._length;t+=1)Y.release(this.shapes[t]);this._length=0}}let G=0,U=4,z=N(U);var W=function(){let t;return G?(G-=1,t=z[G]):t=new B,t};class J{outTypeExpressionMode(){this._hasOutTypeExpression=!0,this.container&&this.container.outTypeExpressionMode()}addDynamicProperty(t){-1===this.dynamicProperties.indexOf(t)&&(this.dynamicProperties.push(t),this.container.addDynamicProperty(this),this._isAnimated=!0,t._hasOutTypeExpression&&this.outTypeExpressionMode())}iterateDynamicProperties(t){this._mdf=!1;const s=this.dynamicProperties.length;for(let e=0;e<s;e+=1)this.dynamicProperties[e].getValue(t),this.dynamicProperties[e]._mdf&&(this._mdf=!0)}initDynamicPropertyContainer(t){this.container=t,this.dynamicProperties=[],this._mdf=!1,this._isAnimated=!1,this._hasOutTypeExpression=!1}}const H=j(8,(function(){return{addedLength:0,percents:V("float32",200),lengths:V("float32",200)}})),K=j(8,(function(){return{lengths:[],totalLength:0}}),(function(t){const s=t.lengths.length;for(let e=0;e<s;e+=1)H.release(t.lengths[e]);t.lengths.length=0}));function Z(t,s,e,i,h,r){const n=t*i+s*h+e*r-h*i-r*t-e*s;return n>-.001&&n<.001}function $(t,s,e,i){let h,r=0;const n=[],a=[],o=H.newElement(),l=e.length;for(let p=0;p<200;p+=1){const c=p/199;h=0;for(let r=0;r<l;r+=1){const o=Math.pow(1-c,3)*t[r]+3*Math.pow(1-c,2)*c*e[r]+3*(1-c)*Math.pow(c,2)*i[r]+Math.pow(c,3)*s[r];n[r]=o,null!==a[r]&&(h+=Math.pow(n[r]-a[r],2)),a[r]=n[r]}h&&(h=Math.sqrt(h),r+=h),o.percents[p]=c,o.lengths[p]=r}return o.addedLength=r,o}function Q(t){this.segmentLength=0,this.points=new Array(t)}function tt(t,s){this.partialLength=t,this.point=s}const st={};function et(t,s){const e=s.percents,i=s.lengths,h=e.length;let r=Math.floor((h-1)*t);const n=t*s.addedLength;let a=0;if(r===h-1||0===r||n===i[r])return e[r];{const t=i[r]>n?-1:1;let s=!0;for(;s;)if(i[r]<=n&&i[r+1]>n?(a=(n-i[r])/(i[r+1]-i[r]),s=!1):r+=t,r<0||r>=h-1){if(r===h-1)return e[r];s=!1}return e[r]+(e[r+1]-e[r])*a}}const it=V("float32",8);var ht={getSegmentsLength:function(t){const s=K.newElement(),e=t.c,i=t.v,h=t.o,r=t.i,n=t._length,a=s.lengths;let o=0,l=0;for(;l<n-1;l+=1)a[l]=$(i[l],i[l+1],h[l],r[l+1]),o+=a[l].addedLength;return e&&n&&(a[l]=$(i[l],i[0],h[l],r[0]),o+=a[l].addedLength),s.totalLength=o,s},getNewSegment:function(t,s,e,i,h,r,n){const a=et(h=h<0?0:h>1?1:h,n),o=et(r=r>1?1:r,n),l=t.length,p=1-a,c=1-o,u=p*p*p,d=a*p*p*3,f=a*a*p*3,m=a*a*a,g=p*p*c,y=a*p*c+p*a*c+p*p*o,v=a*a*c+p*a*o+a*p*o,_=a*a*o,k=p*c*c,S=a*c*c+p*o*c+p*c*o,x=a*o*c+p*o*o+a*c*o,M=a*o*o,w=c*c*c,T=o*c*c+c*o*c+c*c*o,P=o*o*c+c*o*o+o*c*o,b=o*o*o;for(let h=0;h<l;h+=1)it[4*h]=Math.round(1e3*(u*t[h]+d*e[h]+f*i[h]+m*s[h]))/1e3,it[4*h+1]=Math.round(1e3*(g*t[h]+y*e[h]+v*i[h]+_*s[h]))/1e3,it[4*h+2]=Math.round(1e3*(k*t[h]+S*e[h]+x*i[h]+M*s[h]))/1e3,it[4*h+3]=Math.round(1e3*(w*t[h]+T*e[h]+P*i[h]+b*s[h]))/1e3;return it},getPointInSegment:function(t,s,e,i,h,r){const n=et(h,r),a=1-n;return[Math.round(1e3*(a*a*a*t[0]+(n*a*a+a*n*a+a*a*n)*e[0]+(n*n*a+a*n*n+n*a*n)*i[0]+n*n*n*s[0]))/1e3,Math.round(1e3*(a*a*a*t[1]+(n*a*a+a*n*a+a*a*n)*e[1]+(n*n*a+a*n*n+n*a*n)*i[1]+n*n*n*s[1]))/1e3]},buildBezierData:function(t,s,e,i){const h=(t[0]+"_"+t[1]+"_"+s[0]+"_"+s[1]+"_"+e[0]+"_"+e[1]+"_"+i[0]+"_"+i[1]).replace(/\./g,"p");if(!st[h]){let r,n,a=200,o=0,l=null;2===t.length&&(t[0]!=s[0]||t[1]!=s[1])&&Z(t[0],t[1],s[0],s[1],t[0]+e[0],t[1]+e[1])&&Z(t[0],t[1],s[0],s[1],s[0]+i[0],s[1]+i[1])&&(a=2);const p=new Q(a),c=e.length;for(let h=0;h<a;h+=1){n=N(c);const u=h/(a-1);r=0;for(let h=0;h<c;h+=1){const a=Math.pow(1-u,3)*t[h]+3*Math.pow(1-u,2)*u*(t[h]+e[h])+3*(1-u)*Math.pow(u,2)*(s[h]+i[h])+Math.pow(u,3)*s[h];n[h]=a,null!==l&&(r+=Math.pow(n[h]-l[h],2))}r=Math.sqrt(r),o+=r,p.points[h]=new tt(r,n),l=n}p.segmentLength=o,st[h]=p}return st[h]},pointOnLine2D:Z,pointOnLine3D:function(t,s,e,i,h,r,n,a,o){if(0===e&&0===r&&0===o)return Z(t,s,i,h,n,a);const l=Math.sqrt(Math.pow(i-t,2)+Math.pow(h-s,2)+Math.pow(r-e,2)),p=Math.sqrt(Math.pow(n-t,2)+Math.pow(a-s,2)+Math.pow(o-e,2)),c=Math.sqrt(Math.pow(n-i,2)+Math.pow(a-h,2)+Math.pow(o-r,2));let u;return u=l>p?l>c?l-p-c:c-p-l:c>p?c-p-l:p-l-c,u>-1e-4&&u<1e-4}};const rt=Math.PI/180,nt=[0,0],at=/(loopIn|loopOut)\(([^)]+)/,ot=/["']\w+["']/;class lt{constructor(t,s,e){this.begin=s,this.end=e,this.total=this.end-this.begin,this.type=t}update(t){return"in"===this.type?t>=this.begin?t:this.end-p.euclideanModulo(this.begin-t,this.total):"out"===this.type?t<=this.end?t:this.begin+p.euclideanModulo(t-this.end,this.total):void 0}}class pt{constructor(t,s,e){this.begin=s,this.end=e,this.total=this.end-this.begin,this.type=t}update(t){if("in"===this.type&&t<this.begin||"out"===this.type&&t>this.end){const s=t-this.end;return this.pingpong(s)}return t}pingpong(t){return Math.floor(t/this.total)%2?this.begin+p.euclideanModulo(t,this.total):this.end-p.euclideanModulo(t,this.total)}}const ct={loopIn(t,s,e){const i=t[0].t,h=t.length-1,r=t[Math.min(h,e)].t;switch(s){case"cycle":return new lt("in",i,r);case"pingpong":return new pt("in",i,r)}return null},loopOut(t,s,e){const i=t.length-1,h=t[Math.max(0,i-e)].t,r=t[i].t;switch(s){case"cycle":return new lt("out",h,r);case"pingpong":return new pt("out",h,r)}return null}};var ut=function(t){return t.x&&at.test(t.x)},dt=function(t){const{name:s,mode:e,offset:i=0}=function(t){const s=t.match(at),e=s[2].split(/\s*,\s*/).map((t=>ot.test(t)?t.replace(/"|'/g,""):parseInt(t)));return{name:s[1],mode:e[0],offset:e[1]}}(t.x),h=0===i?t.k.length-1:i;return ct[s]&&ct[s](t.k,e,h)};function ft(t){const s=t[0]*rt,e=t[1]*rt,i=t[2]*rt,h=Math.cos(s/2),r=Math.cos(e/2),n=Math.cos(i/2),a=Math.sin(s/2),o=Math.sin(e/2),l=Math.sin(i/2);return[a*o*n+h*r*l,a*r*n+h*o*l,h*o*n-a*r*l,h*r*n-a*o*l]}class mt{interpolateValue(t,s){let e;"multidimensional"===this.propType&&(e=V("float32",this.pv.length));let i,h,r,n,a,o,l,p,c=s.lastIndex,u=c,d=this.keyframes.length-1,f=!0;for(;f;){if(i=this.keyframes[u],h=this.keyframes[u+1],u===d-1&&t>=h.t){i.h&&(i=h),c=0;break}if(h.t>t){c=u;break}u<d-1?u+=1:(c=0,f=!1)}let m,g=h.t,y=i.t;if(i.to){i.bezierData||(i.bezierData=ht.buildBezierData(i.s,h.s||i.e,i.to,i.ti));let c=i.bezierData;if(t>=g||t<y){let s=t>=g?c.points.length-1:0;for(n=c.points[s].point.length,r=0;r<n;r+=1)e[r]=c.points[s].point[r]}else{i.__fnct?p=i.__fnct:(p=E(i.o.x,i.o.y,i.i.x,i.i.y,i.n).get,i.__fnct=p),a=p((t-y)/(g-y));let h,d=c.segmentLength*a,m=s.lastFrame<t&&s._lastKeyframeIndex===u?s._lastAddedLength:0;for(l=s.lastFrame<t&&s._lastKeyframeIndex===u?s._lastPoint:0,f=!0,o=c.points.length;f;){if(m+=c.points[l].partialLength,0===d||0===a||l===c.points.length-1){for(n=c.points[l].point.length,r=0;r<n;r+=1)e[r]=c.points[l].point[r];break}if(d>=m&&d<m+c.points[l+1].partialLength){for(h=(d-m)/c.points[l+1].partialLength,n=c.points[l].point.length,r=0;r<n;r+=1)e[r]=c.points[l].point[r]+(c.points[l+1].point[r]-c.points[l].point[r])*h;break}l<o-1?l+=1:f=!1}s._lastPoint=l,s._lastAddedLength=m-c.points[l].partialLength,s._lastKeyframeIndex=u}}else{let s,r,n,o,l;if(d=i.s.length,m=h.s||i.e,this.sh&&1!==i.h)t>=g?(e[0]=m[0],e[1]=m[1],e[2]=m[2]):t<=y?(e[0]=i.s[0],e[1]=i.s[1],e[2]=i.s[2]):function(t,s){const e=s[0],i=s[1],h=s[2],r=s[3],n=Math.atan2(2*i*r-2*e*h,1-2*i*i-2*h*h),a=Math.asin(2*e*i+2*h*r),o=Math.atan2(2*e*r-2*i*h,1-2*e*e-2*h*h);t[0]=n/rt,t[1]=a/rt,t[2]=o/rt}(e,function(t,s,e){const i=[],h=t[0],r=t[1],n=t[2],a=t[3];let o,l,p,c,u,d=s[0],f=s[1],m=s[2],g=s[3];return l=h*d+r*f+n*m+a*g,l<0&&(l=-l,d=-d,f=-f,m=-m,g=-g),1-l>1e-6?(o=Math.acos(l),p=Math.sin(o),c=Math.sin((1-e)*o)/p,u=Math.sin(e*o)/p):(c=1-e,u=e),i[0]=c*h+u*d,i[1]=c*r+u*f,i[2]=c*n+u*m,i[3]=c*a+u*g,i}(ft(i.s),ft(m),(t-y)/(g-y)));else for(u=0;u<d;u+=1)1!==i.h&&(t>=g?a=1:t<y?a=0:(i.o.x.constructor===Array?(i.__fnct||(i.__fnct=[]),i.__fnct[u]?p=i.__fnct[u]:(s=void 0===i.o.x[u]?i.o.x[0]:i.o.x[u],r=void 0===i.o.y[u]?i.o.y[0]:i.o.y[u],n=void 0===i.i.x[u]?i.i.x[0]:i.i.x[u],o=void 0===i.i.y[u]?i.i.y[0]:i.i.y[u],p=E(s,r,n,o).get,i.__fnct[u]=p)):i.__fnct?p=i.__fnct:(s=i.o.x,r=i.o.y,n=i.i.x,o=i.i.y,p=E(s,r,n,o).get,i.__fnct=p),a=p((t-y)/(g-y)))),m=h.s||i.e,l=1===i.h?i.s[u]:i.s[u]+(m[u]-i.s[u])*a,"multidimensional"===this.propType?e[u]=l:e=l}return s.lastIndex=c,e}getValueAtCurrentTime(t){let s=this.keyframes[0].t,e=this.keyframes[this.keyframes.length-1].t;if(!(t===this._caching.lastFrame||-999999!==this._caching.lastFrame&&(this._caching.lastFrame>=e&&t>=e||this._caching.lastFrame<s&&t<s))){this._caching.lastFrame>=t&&(this._caching._lastKeyframeIndex=-1,this._caching.lastIndex=0);let s=this.interpolateValue(t,this._caching);this.pv=s}return this._caching.lastFrame=t,this.pv}setVValue(t){let s;if("unidimensional"===this.propType)s=t*this.mult,Math.abs(this.v-s)>1e-5&&(this.v=s,this._mdf=!0);else{let e=0;const i=this.v.length;for(;e<i;)s=t[e]*this.mult,Math.abs(this.v[e]-s)>1e-5&&(this.v[e]=s,this._mdf=!0),e+=1}}processEffectsSequence(t){if(this.expression&&(t=this.expression.update(t)),t===this.frameId||!this.effectsSequence.length)return;if(this.lock)return void this.setVValue(this.pv);let s;this.lock=!0,this._mdf=this._isFirstFrame;let e=this.effectsSequence.length,i=this.kf?this.pv:this.data.k;for(s=0;s<e;s+=1)i=this.effectsSequence[s](t);this.setVValue(i),this._isFirstFrame=!1,this.lock=!1,this.frameId=t}addEffect(t){this.effectsSequence.push(t),this.container.addDynamicProperty(this)}}class gt extends mt{constructor(t,s,e,i){super(),this.propType="unidimensional",this.mult=e||1,this.data=s,this.v=e?s.k*e:s.k,this.pv=s.k,this._mdf=!1,this.elem=t,this.container=i,this.k=!1,this.kf=!1,this.vel=0,this.effectsSequence=[],this._isFirstFrame=!0,this.getValue=this.processEffectsSequence}}class yt extends mt{constructor(t,s,e,i){super(),this.propType="multidimensional",this.mult=e||1,this.data=s,this._mdf=!1,this.elem=t,this.container=i,this.comp=t.comp,this.k=!1,this.kf=!1,this.frameId=-1;const h=s.k.length;this.v=V("float32",h),this.pv=V("float32",h),this.vel=V("float32",h);for(let t=0;t<h;t+=1)this.v[t]=s.k[t]*this.mult,this.pv[t]=s.k[t];this._isFirstFrame=!0,this.effectsSequence=[],this.getValue=this.processEffectsSequence}}class vt extends mt{constructor(t,s,e,i){super(),this.propType="unidimensional",this.keyframes=s.k,this.frameId=-1,this._caching={lastFrame:-999999,lastIndex:0,value:0,_lastKeyframeIndex:-1},this.k=!0,this.kf=!0,this.data=s,this.mult=e||1,this.elem=t,this.container=i,this.comp=t.comp,this.v=-999999,this.pv=-999999,this._isFirstFrame=!0,this.getValue=this.processEffectsSequence,this.effectsSequence=[this.getValueAtCurrentTime.bind(this)],this._hasOutTypeExpression=!1,ut(s)&&(this.expression=dt(s),this._hasOutTypeExpression="out"===this.expression.type)}}class _t extends mt{constructor(t,s,e,i){let h;super(),this.propType="multidimensional";let r,n,a,o,l=s.k.length;for(h=0;h<l-1;h+=1)s.k[h].to&&s.k[h].s&&s.k[h+1]&&s.k[h+1].s&&(r=s.k[h].s,n=s.k[h+1].s,a=s.k[h].to,o=s.k[h].ti,(2===r.length&&(r[0]!==n[0]||r[1]!==n[1])&&ht.pointOnLine2D(r[0],r[1],n[0],n[1],r[0]+a[0],r[1]+a[1])&&ht.pointOnLine2D(r[0],r[1],n[0],n[1],n[0]+o[0],n[1]+o[1])||3===r.length&&(r[0]!==n[0]||r[1]!==n[1]||r[2]!==n[2])&&ht.pointOnLine3D(r[0],r[1],r[2],n[0],n[1],n[2],r[0]+a[0],r[1]+a[1],r[2]+a[2])&&ht.pointOnLine3D(r[0],r[1],r[2],n[0],n[1],n[2],n[0]+o[0],n[1]+o[1],n[2]+o[2]))&&(s.k[h].to=null,s.k[h].ti=null),r[0]===n[0]&&r[1]===n[1]&&0===a[0]&&0===a[1]&&0===o[0]&&0===o[1]&&(2===r.length||r[2]===n[2]&&0===a[2]&&0===o[2])&&(s.k[h].to=null,s.k[h].ti=null));this.effectsSequence=[this.getValueAtCurrentTime.bind(this)],this.keyframes=s.k,this.k=!0,this.kf=!0,this._isFirstFrame=!0,this.mult=e||1,this.elem=t,this.container=i,this.comp=t.comp,this.getValue=this.processEffectsSequence,this.frameId=-1;let p=s.k[0].s.length;for(this.v=V("float32",p),this.pv=V("float32",p),h=0;h<p;h+=1)this.v[h]=-999999,this.pv[h]=-999999;this._caching={lastFrame:-999999,lastIndex:0,value:V("float32",p)},this._hasOutTypeExpression=!1,ut(s)&&(this.expression=dt(s),this._hasOutTypeExpression="out"===this.expression.type)}}var kt=function(t,s,e,i,h){let r;if(s.k.length)if("number"==typeof s.k[0])r=new yt(t,s,i,h);else switch(e){case 0:r=new vt(t,s,i,h);break;case 1:r=new _t(t,s,i,h)}else r=new gt(t,s,i,h);return r.effectsSequence.length&&h.addDynamicProperty(r),r};class St{interpolateShape(t,s,e){let i,h,r,n,a,o,l,p,c,u=e.lastIndex,d=this.keyframes;if(t<d[0].t)i=d[0].s[0],r=!0,u=0;else if(t>=d[d.length-1].t)i=d[d.length-1].s?d[d.length-1].s[0]:d[d.length-2].e[0],r=!0;else{let s,e,n=u,a=d.length-1,o=!0;for(;o&&(s=d[n],e=d[n+1],!(e.t>t));)n<a-1?n+=1:o=!1;if(r=1===s.h,u=n,!r){if(t>=e.t)p=1;else if(t<s.t)p=0;else{let i;s.__fnct?i=s.__fnct:(i=E(s.o.x,s.o.y,s.i.x,s.i.y).get,s.__fnct=i),p=i((t-s.t)/(e.t-s.t))}h=e.s?e.s[0]:s.e[0]}i=s.s[0]}for(o=s._length,l=i.i[0].length,e.lastIndex=u,n=0;n<o;n+=1)for(a=0;a<l;a+=1)c=r?i.i[n][a]:i.i[n][a]+(h.i[n][a]-i.i[n][a])*p,s.i[n][a]=c,c=r?i.o[n][a]:i.o[n][a]+(h.o[n][a]-i.o[n][a])*p,s.o[n][a]=c,c=r?i.v[n][a]:i.v[n][a]+(h.v[n][a]-i.v[n][a])*p,s.v[n][a]=c}interpolateShapeCurrentTime(t){let s=this.keyframes[0].t,e=this.keyframes[this.keyframes.length-1].t,i=this._caching.lastFrame;return-999999!==i&&(i<s&&t<s||i>e&&t>e)||(this._caching.lastIndex=i<t?this._caching.lastIndex:0,this.interpolateShape(t,this.pv,this._caching)),this._caching.lastFrame=t,this.pv}resetShape(){this.paths=this.localShapeCollection}shapesEqual(t,s){if(t._length!==s._length||t.c!==s.c)return!1;let e,i=t._length;for(e=0;e<i;e+=1)if(t.v[e][0]!==s.v[e][0]||t.v[e][1]!==s.v[e][1]||t.o[e][0]!==s.o[e][0]||t.o[e][1]!==s.o[e][1]||t.i[e][0]!==s.i[e][0]||t.i[e][1]!==s.i[e][1])return!1;return!0}setVValue(t){this.shapesEqual(this.v,t)||(this.v=Y.clone(t),this.localShapeCollection.releaseShapes(),this.localShapeCollection.addShape(this.v),this._mdf=!0,this.paths=this.localShapeCollection)}processEffectsSequence(t){if(t===this.frameId)return;if(!this.effectsSequence.length)return void(this._mdf=!1);if(this.lock)return void this.setVValue(this.pv);this.lock=!0,this._mdf=!1;let s,e=this.kf?this.pv:this.data.ks?this.data.ks.k:this.data.pt.k,i=this.effectsSequence.length;for(s=0;s<i;s+=1)e=this.effectsSequence[s](t);this.setVValue(e),this.lock=!1,this.frameId=t}addEffect(t){this.effectsSequence.push(t),this.container.addDynamicProperty(this)}}class xt extends St{constructor(t,s,e){super(),this.propType="shape",this.comp=t.comp,this.container=t,this.elem=t,this.data=s,this.k=!1,this.kf=!1,this._mdf=!1;let i=3===e?s.pt.k:s.ks.k;this.v=Y.clone(i),this.pv=Y.clone(this.v),this.localShapeCollection=W(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.reset=this.resetShape,this.effectsSequence=[],this.getValue=this.processEffectsSequence}}class Mt extends St{constructor(t,s,e){super(),this.propType="shape",this.comp=t.comp,this.elem=t,this.container=t,this.keyframes=3===e?s.pt.k:s.ks.k,this.k=!0,this.kf=!0;let i=this.keyframes[0].s[0].i.length;this.v=Y.newElement(),this.v.setPathData(this.keyframes[0].s[0].c,i),this.pv=Y.clone(this.v),this.localShapeCollection=W(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.lastFrame=-999999,this.reset=this.resetShape,this._caching={lastFrame:-999999,lastIndex:0},this.effectsSequence=[this.interpolateShapeCurrentTime.bind(this)],this.getValue=this.processEffectsSequence,this._hasOutTypeExpression=!1,ut(s)&&(this.expression=dt(s),this._hasOutTypeExpression="out"===this.expression.type)}}class wt extends J{constructor(t,s){super(),this.v=Y.newElement(),this.v.setPathData(!0,4),this.localShapeCollection=W(),this.paths=this.localShapeCollection,this.localShapeCollection.addShape(this.v),this.d=s.d,this.elem=t,this.comp=t.comp,this.frameId=-1,this.initDynamicPropertyContainer(t),this.p=kt(t,s.p,1,0,this),this.s=kt(t,s.s,1,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertEllToPath())}reset(){this.paths=this.localShapeCollection}getValue(t){t!==this.frameId&&(this.iterateDynamicProperties(t),this.frameId=t,this._mdf&&this.convertEllToPath())}convertEllToPath(){const t=this.p.v[0],s=this.p.v[1],e=this.s.v[0]/2,i=this.s.v[1]/2,h=3!==this.d,r=this.v;r.v[0][0]=t,r.v[0][1]=s-i,r.v[1][0]=h?t+e:t-e,r.v[1][1]=s,r.v[2][0]=t,r.v[2][1]=s+i,r.v[3][0]=h?t-e:t+e,r.v[3][1]=s,r.i[0][0]=h?t-e*Pt:t+e*Pt,r.i[0][1]=s-i,r.i[1][0]=h?t+e:t-e,r.i[1][1]=s-i*Pt,r.i[2][0]=h?t+e*Pt:t-e*Pt,r.i[2][1]=s+i,r.i[3][0]=h?t-e:t+e,r.i[3][1]=s+i*Pt,r.o[0][0]=h?t+e*Pt:t-e*Pt,r.o[0][1]=s-i,r.o[1][0]=h?t+e:t-e,r.o[1][1]=s+i*Pt,r.o[2][0]=h?t-e*Pt:t+e*Pt,r.o[2][1]=s+i,r.o[3][0]=h?t-e:t+e,r.o[3][1]=s-i*Pt}}class Tt extends J{constructor(t,s){super(),this.v=Y.newElement(),this.v.setPathData(!0,0),this.elem=t,this.comp=t.comp,this.data=s,this.frameId=-1,this.d=s.d,this.initDynamicPropertyContainer(t),1===s.sy?(this.ir=kt(t,s.ir,0,0,this),this.is=kt(t,s.is,0,.01,this),this.convertToPath=this.convertStarToPath):this.convertToPath=this.convertPolygonToPath,this.pt=kt(t,s.pt,0,0,this),this.p=kt(t,s.p,1,0,this),this.r=kt(t,s.r,0,rt,this),this.or=kt(t,s.or,0,0,this),this.os=kt(t,s.os,0,.01,this),this.localShapeCollection=W(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertToPath())}reset(){this.paths=this.localShapeCollection}getValue(t){t!==this.frameId&&(this.frameId=t,this.iterateDynamicProperties(t),this._mdf&&this.convertToPath())}convertStarToPath(){let t,s,e,i,h=2*Math.floor(this.pt.v),r=2*Math.PI/h,n=!0,a=this.or.v,o=this.ir.v,l=this.os.v,p=this.is.v,c=2*Math.PI*a/(2*h),u=2*Math.PI*o/(2*h),d=-Math.PI/2;d+=this.r.v;let f=3===this.data.d?-1:1;for(this.v._length=0,t=0;t<h;t+=1){s=n?a:o,e=n?l:p,i=n?c:u;let h=s*Math.cos(d),m=s*Math.sin(d),g=0===h&&0===m?0:m/Math.sqrt(h*h+m*m),y=0===h&&0===m?0:-h/Math.sqrt(h*h+m*m);h+=+this.p.v[0],m+=+this.p.v[1],this.v.setTripleAt(h,m,h-g*i*e*f,m-y*i*e*f,h+g*i*e*f,m+y*i*e*f,t,!0),n=!n,d+=r*f}}convertPolygonToPath(){let t,s=Math.floor(this.pt.v),e=2*Math.PI/s,i=this.or.v,h=this.os.v,r=2*Math.PI*i/(4*s),n=-Math.PI/2,a=3===this.data.d?-1:1;for(n+=this.r.v,this.v._length=0,t=0;t<s;t+=1){let s=i*Math.cos(n),o=i*Math.sin(n),l=0===s&&0===o?0:o/Math.sqrt(s*s+o*o),p=0===s&&0===o?0:-s/Math.sqrt(s*s+o*o);s+=+this.p.v[0],o+=+this.p.v[1],this.v.setTripleAt(s,o,s-l*r*h*a,o-p*r*h*a,s+l*r*h*a,o+p*r*h*a,t,!0),n+=e*a}this.paths.length=0,this.paths[0]=this.v}}const Pt=.5519;class bt extends J{constructor(t,s){super(),this.v=Y.newElement(),this.v.c=!0,this.localShapeCollection=W(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.elem=t,this.comp=t.comp,this.frameId=-1,this.d=s.d,this.initDynamicPropertyContainer(t),this.p=kt(t,s.p,1,0,this),this.s=kt(t,s.s,1,0,this),this.r=kt(t,s.r,0,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertRectToPath())}reset(){this.paths=this.localShapeCollection}getValue(t){t!==this.frameId&&(this.frameId=t,this.iterateDynamicProperties(t),this._mdf&&this.convertRectToPath())}convertRectToPath(){let t=this.p.v[0],s=this.p.v[1],e=this.s.v[0]/2,i=this.s.v[1]/2,h=Math.min(e,i,this.r.v),r=h*(1-.5519);this.v._length=0,2===this.d||1===this.d?(this.v.setTripleAt(t+e,s-i+h,t+e,s-i+h,t+e,s-i+r,0,!0),this.v.setTripleAt(t+e,s+i-h,t+e,s+i-r,t+e,s+i-h,1,!0),0!==h?(this.v.setTripleAt(t+e-h,s+i,t+e-h,s+i,t+e-r,s+i,2,!0),this.v.setTripleAt(t-e+h,s+i,t-e+r,s+i,t-e+h,s+i,3,!0),this.v.setTripleAt(t-e,s+i-h,t-e,s+i-h,t-e,s+i-r,4,!0),this.v.setTripleAt(t-e,s-i+h,t-e,s-i+r,t-e,s-i+h,5,!0),this.v.setTripleAt(t-e+h,s-i,t-e+h,s-i,t-e+r,s-i,6,!0),this.v.setTripleAt(t+e-h,s-i,t+e-r,s-i,t+e-h,s-i,7,!0)):(this.v.setTripleAt(t-e,s+i,t-e+r,s+i,t-e,s+i,2),this.v.setTripleAt(t-e,s-i,t-e,s-i+r,t-e,s-i,3))):(this.v.setTripleAt(t+e,s-i+h,t+e,s-i+r,t+e,s-i+h,0,!0),0!==h?(this.v.setTripleAt(t+e-h,s-i,t+e-h,s-i,t+e-r,s-i,1,!0),this.v.setTripleAt(t-e+h,s-i,t-e+r,s-i,t-e+h,s-i,2,!0),this.v.setTripleAt(t-e,s-i+h,t-e,s-i+h,t-e,s-i+r,3,!0),this.v.setTripleAt(t-e,s+i-h,t-e,s+i-r,t-e,s+i-h,4,!0),this.v.setTripleAt(t-e+h,s+i,t-e+h,s+i,t-e+r,s+i,5,!0),this.v.setTripleAt(t+e-h,s+i,t+e-r,s+i,t+e-h,s+i,6,!0),this.v.setTripleAt(t+e,s+i-h,t+e,s+i-h,t+e,s+i-r,7,!0)):(this.v.setTripleAt(t-e,s-i,t-e+r,s-i,t-e,s-i,1,!0),this.v.setTripleAt(t-e,s+i,t-e,s+i-r,t-e,s+i,2,!0),this.v.setTripleAt(t+e,s+i,t+e-r,s+i,t+e,s+i,3,!0)))}}var Dt=function(t,s,e){let i;return 3===e||4===e?i=(3===e?s.pt:s.ks).k.length?new Mt(t,s,e):new xt(t,s,e):5===e?i=new bt(t,s):6===e?i=new wt(t,s):7===e&&(i=new Tt(t,s)),i.k&&t.addDynamicProperty(i),i};class Ct extends J{constructor(t,s,e){super(),this.frameId=-1,this.elem=t,this.session=e,this.masksProperties=s||[],this.initDynamicPropertyContainer(t),this.viewData=N(this.masksProperties.length);const i=this.masksProperties.length;let h=!1;for(let t=0;t<i;t++)"n"!==this.masksProperties[t].mode&&(h=!0),this.viewData[t]=Dt(this,this.masksProperties[t],3),this.viewData[t].inv=this.masksProperties[t].inv;this.hasMasks=h}getValue(t){t!==this.frameId&&(this.iterateDynamicProperties(t),this.frameId=t)}}var Lt=function(){var t=Math.cos,s=Math.sin,e=Math.tan,i=Math.round;function h(){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 r(e){if(0===e)return this;var i=t(e),h=s(e);return this._t(i,-h,0,0,h,i,0,0,0,0,1,0,0,0,0,1)}function n(e){if(0===e)return this;var i=t(e),h=s(e);return this._t(1,0,0,0,0,i,-h,0,0,h,i,0,0,0,0,1)}function a(e){if(0===e)return this;var i=t(e),h=s(e);return this._t(i,0,h,0,0,1,0,0,-h,0,i,0,0,0,0,1)}function o(e){if(0===e)return this;var i=t(e),h=s(e);return this._t(i,-h,0,0,h,i,0,0,0,0,1,0,0,0,0,1)}function l(t,s){return this._t(1,s,t,1,0,0)}function p(t,s){return this.shear(e(t),e(s))}function c(i,h){var r=t(h),n=s(h);return this._t(r,n,0,0,-n,r,0,0,0,0,1,0,0,0,0,1)._t(1,0,0,0,e(i),1,0,0,0,0,1,0,0,0,0,1)._t(r,-n,0,0,n,r,0,0,0,0,1,0,0,0,0,1)}function u(t,s,e){return e||0===e||(e=1),1===t&&1===s&&1===e?this:this._t(t,0,0,0,0,s,0,0,0,0,e,0,0,0,0,1)}function d(t,s,e,i,h,r,n,a,o,l,p,c,u,d,f,m){return this.props[0]=t,this.props[1]=s,this.props[2]=e,this.props[3]=i,this.props[4]=h,this.props[5]=r,this.props[6]=n,this.props[7]=a,this.props[8]=o,this.props[9]=l,this.props[10]=p,this.props[11]=c,this.props[12]=u,this.props[13]=d,this.props[14]=f,this.props[15]=m,this}function f(t,s,e){return e=e||0,0!==t||0!==s||0!==e?this._t(1,0,0,0,0,1,0,0,0,0,1,0,t,s,e,1):this}function m(t,s,e,i,h,r,n,a,o,l,p,c,u,d,f,m){var g=this.props;if(1===t&&0===s&&0===e&&0===i&&0===h&&1===r&&0===n&&0===a&&0===o&&0===l&&1===p&&0===c)return g[12]=g[12]*t+g[15]*u,g[13]=g[13]*r+g[15]*d,g[14]=g[14]*p+g[15]*f,g[15]=g[15]*m,this._identityCalculated=!1,this;var y=g[0],v=g[1],_=g[2],k=g[3],S=g[4],x=g[5],M=g[6],w=g[7],T=g[8],P=g[9],b=g[10],D=g[11],C=g[12],L=g[13],A=g[14],O=g[15];return g[0]=y*t+v*h+_*o+k*u,g[1]=y*s+v*r+_*l+k*d,g[2]=y*e+v*n+_*p+k*f,g[3]=y*i+v*a+_*c+k*m,g[4]=S*t+x*h+M*o+w*u,g[5]=S*s+x*r+M*l+w*d,g[6]=S*e+x*n+M*p+w*f,g[7]=S*i+x*a+M*c+w*m,g[8]=T*t+P*h+b*o+D*u,g[9]=T*s+P*r+b*l+D*d,g[10]=T*e+P*n+b*p+D*f,g[11]=T*i+P*a+b*c+D*m,g[12]=C*t+L*h+A*o+O*u,g[13]=C*s+L*r+A*l+O*d,g[14]=C*e+L*n+A*p+O*f,g[15]=C*i+L*a+A*c+O*m,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 s=0;s<16;){if(t.props[s]!==this.props[s])return!1;s+=1}return!0}function v(t){var s;for(s=0;s<16;s+=1)t.props[s]=this.props[s]}function _(t){var s;for(s=0;s<16;s+=1)this.props[s]=t[s]}function k(t,s,e){return{x:t*this.props[0]+s*this.props[4]+e*this.props[8]+this.props[12],y:t*this.props[1]+s*this.props[5]+e*this.props[9]+this.props[13],z:t*this.props[2]+s*this.props[6]+e*this.props[10]+this.props[14]}}function S(t,s,e){return t*this.props[0]+s*this.props[4]+e*this.props[8]+this.props[12]}function x(t,s,e){return t*this.props[1]+s*this.props[5]+e*this.props[9]+this.props[13]}function M(t,s,e){return t*this.props[2]+s*this.props[6]+e*this.props[10]+this.props[14]}function w(t){var s=this.props[0]*this.props[5]-this.props[1]*this.props[4],e=this.props[5]/s,i=-this.props[1]/s,h=-this.props[4]/s,r=this.props[0]/s,n=(this.props[4]*this.props[13]-this.props[5]*this.props[12])/s,a=-(this.props[0]*this.props[13]-this.props[1]*this.props[12])/s;return[t[0]*e+t[1]*h+n,t[0]*i+t[1]*r+a,0]}function T(t){var s,e=t.length,i=[];for(s=0;s<e;s+=1)i[s]=w(t[s]);return i}function P(t,s,e){var i=V("float32",6);if(this.isIdentity())i[0]=t[0],i[1]=t[1],i[2]=s[0],i[3]=s[1],i[4]=e[0],i[5]=e[1];else{var h=this.props[0],r=this.props[1],n=this.props[4],a=this.props[5],o=this.props[12],l=this.props[13];i[0]=t[0]*h+t[1]*n+o,i[1]=t[0]*r+t[1]*a+l,i[2]=s[0]*h+s[1]*n+o,i[3]=s[0]*r+s[1]*a+l,i[4]=e[0]*h+e[1]*n+o,i[5]=e[0]*r+e[1]*a+l}return i}function b(t,s,e){return this.isIdentity()?[t,s,e]:[t*this.props[0]+s*this.props[4]+e*this.props[8]+this.props[12],t*this.props[1]+s*this.props[5]+e*this.props[9]+this.props[13],t*this.props[2]+s*this.props[6]+e*this.props[10]+this.props[14]]}function D(t,s){if(this.isIdentity())return t+","+s;var e=this.props;return Math.round(100*(t*e[0]+s*e[4]+e[12]))/100+","+Math.round(100*(t*e[1]+s*e[5]+e[13]))/100}function C(){for(var t=0,s=this.props,e="matrix3d(";t<16;)e+=i(1e4*s[t])/1e4,e+=15===t?")":",",t+=1;return e}function L(t){return t<1e-6&&t>0||t>-1e-6&&t<0?i(1e4*t)/1e4:t}function A(){var t=this.props;return"matrix("+L(t[0])+","+L(t[1])+","+L(t[4])+","+L(t[5])+","+L(t[12])+","+L(t[13])+")"}return function(){this.reset=h,this.rotate=r,this.rotateX=n,this.rotateY=a,this.rotateZ=o,this.skew=p,this.skewFromAxis=c,this.shear=l,this.scale=u,this.setTransform=d,this.translate=f,this.transform=m,this.applyToPoint=k,this.applyToX=S,this.applyToY=x,this.applyToZ=M,this.applyToPointArray=b,this.applyToTriplePoints=P,this.applyToPointStringified=D,this.toCSS=C,this.to2dCSS=A,this.clone=v,this.cloneFromProps=_,this.equals=y,this.inversePoints=T,this.inversePoint=w,this._t=this.transform,this.isIdentity=g,this._identity=!0,this._identityCalculated=!1,this.props=V("float32",16),this.reset()}}();class At{constructor(){this.sequences={},this.sequenceList=[],this.transform_key_count=0}addTransformSequence(t){const s=t.length;let e="_";for(let i=0;i<s;i+=1)e+=t[i].transform.key+"_";let i=this.sequences[e];return i||(i={transforms:[].concat(t),finalTransform:new Lt,_mdf:!1},this.sequences[e]=i,this.sequenceList.push(i)),i}processSequence(t,s){let e=0,i=s;const h=t.transforms.length;for(;e<h&&!s;){if(t.transforms[e].transform.mProps._mdf){i=!0;break}e+=1}if(i){let s;for(t.finalTransform.reset(),e=h-1;e>=0;e-=1)s=t.transforms[e].transform.mProps.v.props,t.finalTransform.transform(s[0],s[1],s[2],s[3],s[4],s[5],s[6],s[7],s[8],s[9],s[10],s[11],s[12],s[13],s[14],s[15])}t._mdf=i}processSequences(t){const s=this.sequenceList.length;for(let e=0;e<s;e+=1)this.processSequence(this.sequenceList[e],t)}getNewKey(){return"_"+this.transform_key_count++}}class Ot{constructor(t,s){this.elem=t,this.pos=s}}class It{constructor(t,s,e,i){this.styledShapes=[],this.tr=[0,0,0,0,0,0];let h=4;"rc"==s.ty?h=5:"el"==s.ty?h=6:"sr"==s.ty&&(h=7),this.sh=Dt(t,s,h);const r=e.length;for(let t=0;t<r;t+=1)if(!e[t].closed){const s={transforms:i.addTransformSequence(e[t].transforms),trNodes:[]};this.styledShapes.push(s),e[t].elements.push(s)}}setAsAnimated(){this._isAnimated=!0}}const Ft={};function Et(t){return Ft[t]}var Vt={Null:"Null",Path:"Path",Shape:"Shape",Solid:"Solid",Sprite:"Sprite",Component:"Component",Container:"Container"},Nt=function(t,s){Ft[t]=s};class qt{constructor(t,s,e){this.elem=t,this.data=s,this.type=s.ty,this.preTransforms=e,this.transforms=[],this.elements=[],this.closed=!0===s.hd,this.displayType=Vt.Path;const i=Et(this.displayType);this.display=new i(this,s),this.elem.innerDisplay?this.elem.innerDisplay.addChild(this.display):this.elem.display.addChild(this.display)}updateGrahpics(){this.display.updateLottieGrahpics(this)}}class jt extends J{constructor(t,s,e){if(super(),this.elem=t,this.frameId=-1,this.propType="transform",this.data=s,this.v=new Lt,this.pre=new Lt,this.appliedTransformations=0,this.initDynamicPropertyContainer(e||t),s.p&&s.p.s?(this.px=kt(t,s.p.x,0,0,this),this.py=kt(t,s.p.y,0,0,this),s.p.z&&(this.pz=kt(t,s.p.z,0,0,this))):this.p=kt(t,s.p||{k:[0,0,0]},1,0,this),s.rx){if(this.rx=kt(t,s.rx,0,rt,this),this.ry=kt(t,s.ry,0,rt,this),this.rz=kt(t,s.rz,0,rt,this),s.or.k[0].ti){let t,e=s.or.k.length;for(t=0;t<e;t+=1)s.or.k[t].to=s.or.k[t].ti=null}this.or=kt(t,s.or,1,rt,this),this.or.sh=!0}else this.r=kt(t,s.r||{k:0},0,rt,this);s.sk&&(this.sk=kt(t,s.sk,0,rt,this),this.sa=kt(t,s.sa,0,rt,this)),this.a=kt(t,s.a||{k:[0,0,0]},1,0,this),this.s=kt(t,s.s||{k:[100,100,100]},1,.01,this),s.o?this.o=kt(t,s.o,0,.01,t):this.o={_mdf:!1,v:1},this._isDirty=!0,this.dynamicProperties.length||this.getValue(-999999,!0)}getValue(t,s){if(t!==this.frameId){if(this._isDirty&&(this.precalculateMatrix(),this._isDirty=!1),this.iterateDynamicProperties(),this._mdf||s){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){let t,s;const e=this.elem.globalData.frameRate;if(this.p&&this.p.keyframes&&this.p.getValueAtTime)this.p._caching.lastFrame+this.p.offsetTime<=this.p.keyframes[0].t?(t=this.p.getValueAtTime((this.p.keyframes[0].t+.01)/e,0),s=this.p.getValueAtTime(this.p.keyframes[0].t/e,0)):this.p._caching.lastFrame+this.p.offsetTime>=this.p.keyframes[this.p.keyframes.length-1].t?(t=this.p.getValueAtTime(this.p.keyframes[this.p.keyframes.length-1].t/e,0),s=this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length-1].t-.05)/e,0)):(t=this.p.pv,s=this.p.getValueAtTime((this.p._caching.lastFrame+this.p.offsetTime-.01)/e,this.p.offsetTime));else if(this.px&&this.px.keyframes&&this.py.keyframes&&this.px.getValueAtTime&&this.py.getValueAtTime){t=[],s=[];let i=this.px,h=this.py;i._caching.lastFrame+i.offsetTime<=i.keyframes[0].t?(t[0]=i.getValueAtTime((i.keyframes[0].t+.01)/e,0),t[1]=h.getValueAtTime((h.keyframes[0].t+.01)/e,0),s[0]=i.getValueAtTime(i.keyframes[0].t/e,0),s[1]=h.getValueAtTime(h.keyframes[0].t/e,0)):i._caching.lastFrame+i.offsetTime>=i.keyframes[i.keyframes.length-1].t?(t[0]=i.getValueAtTime(i.keyframes[i.keyframes.length-1].t/e,0),t[1]=h.getValueAtTime(h.keyframes[h.keyframes.length-1].t/e,0),s[0]=i.getValueAtTime((i.keyframes[i.keyframes.length-1].t-.01)/e,0),s[1]=h.getValueAtTime((h.keyframes[h.keyframes.length-1].t-.01)/e,0)):(t=[i.pv,h.pv],s[0]=i.getValueAtTime((i._caching.lastFrame+i.offsetTime-.01)/e,i.offsetTime),s[1]=h.getValueAtTime((h._caching.lastFrame+h.offsetTime-.01)/e,h.offsetTime))}else t=s=nt;this.v.rotate(-Math.atan2(t[1]-s[1],t[0]-s[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=t}}precalculateMatrix(){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)}}applyToMatrix(t){let s=this._mdf;this.iterateDynamicProperties(),this._mdf=this._mdf||s,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])}}function Rt(t,s,e){return new jt(t,s,e)}class Xt extends J{initModifierProperties(){}addShapeToModifier(){}addShape(t){if(!this.closed){t.sh.container.addDynamicProperty(t.sh);const s={shape:t.sh,data:t,localShapeCollection:W()};this.shapes.push(s),this.addShapeToModifier(s),this._isAnimated&&t.setAsAnimated()}}init(t,s){this.shapes=[],this.elem=t,this.initDynamicPropertyContainer(t),this.initModifierProperties(t,s),this.frameId=-999999,this.closed=!1,this.k=!1,this.dynamicProperties.length?this.k=!0:this.getValue(!0)}processKeys(t){t!==this.frameId&&(this.frameId=t,this.iterateDynamicProperties(t))}}const Yt={};function Bt(t,s){Yt[t]||(Yt[t]=s)}Bt("tm",class extends Xt{initModifierProperties(t,s){this.s=kt(t,s.s,0,.01,this),this.e=kt(t,s.e,0,.01,this),this.o=kt(t,s.o,0,0,this),this.sValue=0,this.eValue=0,this.getValue=this.processKeys,this.m=s.m,this._isAnimated=!!this.s.effectsSequence.length||!!this.e.effectsSequence.length||!!this.o.effectsSequence.length}addShapeToModifier(t){t.pathsData=[]}calculateShapeEdges(t,s,e,i,h){let r=[];s<=1?r.push({s:t,e:s}):t>=1?r.push({s:t-1,e:s-1}):(r.push({s:t,e:1}),r.push({s:0,e:s-1}));let n,a,o=[],l=r.length;for(n=0;n<l;n+=1)if(a=r[n],a.e*h<i||a.s*h>i+e);else{let t,s;t=a.s*h<=i?0:(a.s*h-i)/e,s=a.e*h>=i+e?1:(a.e*h-i)/e,o.push([t,s])}return o.length||o.push([0,0]),o}releasePathsData(t){const s=t.length;for(let e=0;e<s;e+=1)K.release(t[e]);return t.length=0,t}processShapes(t){let s,e,i,h;if(this._mdf||t){let t=this.o.v%360/360;if(t<0&&(t+=1),s=(this.s.v>1?1:this.s.v<0?0:this.s.v)+t,e=(this.e.v>1?1:this.e.v<0?0:this.e.v)+t,s>e){let t=s;s=e,e=t}s=1e-4*Math.round(1e4*s),e=1e-4*Math.round(1e4*e),this.sValue=s,this.eValue=e}else s=this.sValue,e=this.eValue;let r,n,a,o,l,p=this.shapes.length,c=0;if(e===s)for(h=0;h<p;h+=1)this.shapes[h].localShapeCollection.releaseShapes(),this.shapes[h].shape._mdf=!0,this.shapes[h].shape.paths=this.shapes[h].localShapeCollection,this._mdf&&(this.shapes[h].pathsData.length=0);else if(1===e&&0===s||0===e&&1===s){if(this._mdf)for(h=0;h<p;h+=1)this.shapes[h].pathsData.length=0,this.shapes[h].shape._mdf=!0}else{let u,d,f=[];for(h=0;h<p;h+=1)if(u=this.shapes[h],u.shape._mdf||this._mdf||t||2===this.m){if(i=u.shape.paths,n=i._length,l=0,!u.shape._mdf&&u.pathsData.length)l=u.totalShapeLength;else{for(a=this.releasePathsData(u.pathsData),r=0;r<n;r+=1)o=ht.getSegmentsLength(i.shapes[r]),a.push(o),l+=o.totalLength;u.totalShapeLength=l,u.pathsData=a}c+=l,u.shape._mdf=!0}else u.shape.paths=u.localShapeCollection;let m,g=s,y=e,v=0;for(h=p-1;h>=0;h-=1)if(u=this.shapes[h],u.shape._mdf){for(d=u.localShapeCollection,d.releaseShapes(),2===this.m&&p>1?(m=this.calculateShapeEdges(s,e,u.totalShapeLength,v,c),v+=u.totalShapeLength):m=[[g,y]],n=m.length,r=0;r<n;r+=1){g=m[r][0],y=m[r][1],f.length=0,y<=1?f.push({s:u.totalShapeLength*g,e:u.totalShapeLength*y}):g>=1?f.push({s:u.totalShapeLength*(g-1),e:u.totalShapeLength*(y-1)}):(f.push({s:u.totalShapeLength*g,e:u.totalShapeLength}),f.push({s:0,e:u.totalShapeLength*(y-1)}));let t=this.addShapes(u,f[0]);if(f[0].s!==f[0].e){if(f.length>1)if(u.shape.paths.shapes[u.shape.paths._length-1].c){let s=t.pop();this.addPaths(t,d),t=this.addShapes(u,f[1],s)}else this.addPaths(t,d),t=this.addShapes(u,f[1]);this.addPaths(t,d)}}u.shape.paths=d}}}addPaths(t,s){const e=t.length;for(let i=0;i<e;i+=1)s.addShape(t[i])}addSegment(t,s,e,i,h,r,n){h.setXYAt(s[0],s[1],"o",r),h.setXYAt(e[0],e[1],"i",r+1),n&&h.setXYAt(t[0],t[1],"v",r),h.setXYAt(i[0],i[1],"v",r+1)}addSegmentFromArray(t,s,e,i){s.setXYAt(t[1],t[5],"o",e),s.setXYAt(t[2],t[6],"i",e+1),i&&s.setXYAt(t[0],t[4],"v",e),s.setXYAt(t[3],t[7],"v",e+1)}addShapes(t,s,e){let i,h,r,n,a,o,l,p,c=t.pathsData,u=t.shape.paths.shapes,d=t.shape.paths._length,f=0,m=[],g=!0;for(e?(a=e._length,p=e._length):(e=Y.newElement(),a=0,p=0),m.push(e),i=0;i<d;i+=1){for(o=c[i].lengths,e.c=u[i].c,r=u[i].c?o.length:o.length+1,h=1;h<r;h+=1)if(n=o[h-1],f+n.addedLength<s.s)f+=n.addedLength,e.c=!1;else{if(f>s.e){e.c=!1;break}s.s<=f&&s.e>=f+n.addedLength?(this.addSegment(u[i].v[h-1],u[i].o[h-1],u[i].i[h],u[i].v[h],e,a,g),g=!1):(l=ht.getNewSegment(u[i].v[h-1],u[i].v[h],u[i].o[h-1],u[i].i[h],(s.s-f)/n.addedLength,(s.e-f)/n.addedLength,o[h-1]),this.addSegmentFromArray(l,e,a,g),g=!1,e.c=!1),f+=n.addedLength,a+=1}if(u[i].c&&o.length){if(n=o[h-1],f<=s.e){let t=o[h-1].addedLength;s.s<=f&&s.e>=f+t?(this.addSegment(u[i].v[h-1],u[i].o[h-1],u[i].i[0],u[i].v[0],e,a,g),g=!1):(l=ht.getNewSegment(u[i].v[h-1],u[i].v[0],u[i].o[h-1],u[i].i[0],(s.s-f)/t,(s.e-f)/t,o[h-1]),this.addSegmentFromArray(l,e,a,g),g=!1,e.c=!1)}else e.c=!1;f+=n.addedLength,a+=1}if(e._length&&(e.setXYAt(e.v[p][0],e.v[p][1],"i",p),e.setXYAt(e.v[e._length-1][0],e.v[e._length-1][1],"o",e._length-1)),f>s.e)break;i<d-1&&(e=Y.newElement(),g=!0,m.push(e),a=0)}return m}}),Bt("rd",class extends Xt{initModifierProperties(t,s){this.getValue=this.processKeys,this.rd=kt(t,s.r,0,null,this),this._isAnimated=!!this.rd.effectsSequence.length}processPath(t,s){const e=Y.newElement();let i;e.c=t.c;let h,r,n,a,o,l,p,c,u,d,f,m,g=t._length,y=0;for(i=0;i<g;i+=1)h=t.v[i],n=t.o[i],r=t.i[i],h[0]===n[0]&&h[1]===n[1]&&h[0]===r[0]&&h[1]===r[1]?0!==i&&i!==g-1||t.c?(a=0===i?t.v[g-1]:t.v[i-1],o=Math.sqrt(Math.pow(h[0]-a[0],2)+Math.pow(h[1]-a[1],2)),l=o?Math.min(o/2,s)/o:0,p=f=h[0]+(a[0]-h[0])*l,c=m=h[1]-(h[1]-a[1])*l,u=p-.5519*(p-h[0]),d=c-.5519*(c-h[1]),e.setTripleAt(p,c,u,d,f,m,y),y+=1,a=i===g-1?t.v[0]:t.v[i+1],o=Math.sqrt(Math.pow(h[0]-a[0],2)+Math.pow(h[1]-a[1],2)),l=o?Math.min(o/2,s)/o:0,p=u=h[0]+(a[0]-h[0])*l,c=d=h[1]+(a[1]-h[1])*l,f=p-.5519*(p-h[0]),m=c-.5519*(c-h[1]),e.setTripleAt(p,c,u,d,f,m,y),y+=1):(e.setTripleAt(h[0],h[1],n[0],n[1],r[0],r[1],y),y+=1):(e.setTripleAt(t.v[i][0],t.v[i][1],t.o[i][0],t.o[i][1],t.i[i][0],t.i[i][1],y),y+=1);return e}processShapes(t){let s,e,i,h,r=this.shapes.length,n=this.rd.v;if(0!==n){let a,o;for(e=0;e<r;e+=1){if(a=this.shapes[e],o=a.localShapeCollection,a.shape._mdf||this._mdf||t)for(o.releaseShapes(),a.shape._mdf=!0,s=a.shape.paths.shapes,h=a.shape.paths._length,i=0;i<h;i+=1)o.addShape(this.processPath(s[i],n));a.shape.paths=a.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)}}),Bt("rp",class extends Xt{initModifierProperties(t,s){this.getValue=this.processKeys,this.c=kt(t,s.c,0,null,this),this.o=kt(t,s.o,0,null,this),this.tr=Rt(t,s.tr,this),this.so=kt(t,s.tr.so,0,.01,this),this.eo=kt(t,s.tr.eo,0,.01,this),this.data=s,this.dynamicProperties.length||this.getValue(!0),this._isAnimated=!!this.dynamicProperties.length,this.pMatrix=new Lt,this.rMatrix=new Lt,this.sMatrix=new Lt,this.tMatrix=new Lt,this.matrix=new Lt}applyTransforms(t,s,e,i,h,r){let n=r?-1:1,a=i.s.v[0]+(1-i.s.v[0])*(1-h),o=i.s.v[1]+(1-i.s.v[1])*(1-h);t.translate(i.p.v[0]*n*h,i.p.v[1]*n*h,i.p.v[2]),s.translate(-i.a.v[0],-i.a.v[1],i.a.v[2]),s.rotate(-i.r.v*n*h),s.translate(i.a.v[0],i.a.v[1],i.a.v[2]),e.translate(-i.a.v[0],-i.a.v[1],i.a.v[2]),e.scale(r?1/a:a,r?1/o:o),e.translate(i.a.v[0],i.a.v[1],i.a.v[2])}init(t,s,e,i){for(this.elem=t,this.arr=s,this.pos=e,this.elemsData=i,this._currentCopies=0,this._elements=[],this._groups=[],this.frameId=-1,this.initDynamicPropertyContainer(t),this.initModifierProperties(t,s[e]);e>0;)e-=1,this._elements.unshift(s[e]);this.dynamicProperties.length?this.k=!0:this.getValue(!0)}resetElements(t){const s=t.length;for(let e=0;e<s;e+=1)t[e]._processed=!1,"gr"===t[e].ty&&this.resetElements(t[e].it)}cloneElements(t){let s=JSON.parse(JSON.stringify(t));return this.resetElements(s),s}changeGroupRender(t,s){const e=t.length;for(let i=0;i<e;i+=1)t[i]._render=s,"gr"===t[i].ty&&this.changeGroupRender(t[i].it,s)}processShapes(t){if(this._mdf||t){let t=Math.ceil(this.c.v);if(this._groups.length<t){for(;this._groups.length<t;){let t={it:this.cloneElements(this._elements),ty:"gr"};t.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,t),this._groups.splice(0,0,t),this._currentCopies+=1}this.elem.reloadShapes()}let s,e,i=0;for(s=0;s<=this._groups.length-1;s+=1)e=i<t,this._groups[s]._render=e,this.changeGroupRender(this._groups[s].it,e),i+=1;this._currentCopies=t;let h=this.o.v,r=h%1,n=h>0?Math.floor(h):Math.ceil(h),a=this.pMatrix.props,o=this.rMatrix.props,l=this.sMatrix.props;this.pMatrix.reset(),this.rMatrix.reset(),this.sMatrix.reset(),this.tMatrix.reset(),this.matrix.reset();let p=0;if(h>0){for(;p<n;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),p+=1;r&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,r,!1),p+=r)}else if(h<0){for(;p>n;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!0),p-=1;r&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,-r,!0),p-=r)}s=1===this.data.m?0:this._currentCopies-1;const c=1===this.data.m?1:-1;for(i=this._currentCopies;i;){const t=this.elemsData[s].it,e=t[t.length-1].transform.mProps.v.props,h=e.length;if(t[t.length-1].transform.mProps._mdf=!0,t[t.length-1].transform.op._mdf=!0,t[t.length-1].transform.op.v=this.so.v+(this.eo.v-this.so.v)*(s/(this._currentCopies-1)),0!==p){(0!==s&&1===c||s!==this._currentCopies-1&&-1===c)&&this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),this.matrix.transform(o[0],o[1],o[2],o[3],o[4],o[5],o[6],o[7],o[8],o[9],o[10],o[11],o[12],o[13],o[14],o[15]),this.matrix.transform(l[0],l[1],l[2],l[3],l[4],l[5],l[6],l[7],l[8],l[9],l[10],l[11],l[12],l[13],l[14],l[15]),this.matrix.transform(a[0],a[1],a[2],a[3],a[4],a[5],a[6],a[7],a[8],a[9],a[10],a[11],a[12],a[13],a[14],a[15]);for(let t=0;t<h;t+=1)e[t]=this.matrix.props[t];this.matrix.reset()}else{this.matrix.reset();for(let t=0;t<h;t+=1)e[t]=this.matrix.props[t]}p+=1,i-=1,s+=c}}else{let t=this._currentCopies,s=0;const e=1;for(;t;){const i=this.elemsData[s].it;i[i.length-1].transform.mProps._mdf=!1,i[i.length-1].transform.op._mdf=!1,t-=1,s+=e}}}addShape(){}}),Bt("ms",class extends Xt{initModifierProperties(t,s){this.getValue=this.processKeys,this.data=s,this.positions=[]}processKeys(t,s){(t!==this.frameId||s)&&(this._mdf=!0)}addShapeToModifier(){this.positions.push([])}processPath(t,s,e){let i,h,r,n,a=t.v.length,o=[],l=[],p=[];for(i=0;i<a;i+=1){e.v[i]||(e.v[i]=[t.v[i][0],t.v[i][1]],e.o[i]=[t.o[i][0],t.o[i][1]],e.i[i]=[t.i[i][0],t.i[i][1]],e.distV[i]=0,e.distO[i]=0,e.distI[i]=0),h=Math.atan2(t.v[i][1]-s[1],t.v[i][0]-s[0]),r=s[0]-e.v[i][0],n=s[1]-e.v[i][1];let a=Math.sqrt(r*r+n*n);e.distV[i]+=(a-e.distV[i])*this.data.dc,e.v[i][0]=Math.cos(h)*Math.max(0,this.data.maxDist-e.distV[i])/2+t.v[i][0],e.v[i][1]=Math.sin(h)*Math.max(0,this.data.maxDist-e.distV[i])/2+t.v[i][1],h=Math.atan2(t.o[i][1]-s[1],t.o[i][0]-s[0]),r=s[0]-e.o[i][0],n=s[1]-e.o[i][1],a=Math.sqrt(r*r+n*n),e.distO[i]+=(a-e.distO[i])*this.data.dc,e.o[i][0]=Math.cos(h)*Math.max(0,this.data.maxDist-e.distO[i])/2+t.o[i][0],e.o[i][1]=Math.sin(h)*Math.max(0,this.data.maxDist-e.distO[i])/2+t.o[i][1],h=Math.atan2(t.i[i][1]-s[1],t.i[i][0]-s[0]),r=s[0]-e.i[i][0],n=s[1]-e.i[i][1],a=Math.sqrt(r*r+n*n),e.distI[i]+=(a-e.distI[i])*this.data.dc,e.i[i][0]=Math.cos(h)*Math.max(0,this.data.maxDist-e.distI[i])/2+t.i[i][0],e.i[i][1]=Math.sin(h)*Math.max(0,this.data.maxDist-e.distI[i])/2+t.i[i][1],o.push(e.v[i]),l.push(e.o[i]),p.push(e.i[i])}return{v:o,o:l,i:p,c:t.c}}processShapes(){let t,s,e,i,h=this.elem.globalData.mouseX,r=this.elem.globalData.mouseY,n=this.shapes.length;if(h){let a,o=this.elem.globalToLocal([h,r,0]),l=[];for(s=0;s<n;s+=1)if(a=this.shapes[s],a.shape._mdf||this._mdf){for(a.shape._mdf=!0,t=a.shape.paths,i=t.length,e=0;e<i;e+=1)this.positions[s][e]||(this.positions[s][e]={v:[],o:[],i:[],distV:[],distO:[],distI:[]}),l.push(this.processPath(t[e],o,this.positions[s][e]));a.shape.paths=l,a.last=l}else a.shape.paths=a.last}}});var Gt=function(t,s,e){return new Yt[t](s,e)};class Ut extends J{constructor(t,s,e){let i;super(),this.elem=t,this.frameId=-1,this.dataProps=N(s.length),this.k=!1,this.dashArray=V("float32",s.length?s.length-1:0),this.dashoffset=V("float32",1),this.initDynamicPropertyContainer(e);let h,r=s.length||0;for(i=0;i<r;i+=1)h=kt(t,s[i].v,0,0,this),this.k=h.k||this.k,this.dataProps[i]={n:s[i].n,p:h};this.k||this.getValue(!0),this._isAnimated=this.k}getValue(t,s){if((t!==this.frameId||s)&&(this.frameId=t,this.iterateDynamicProperties(),this._mdf=this._mdf||s,this._mdf)){let t=0,s=this.dataProps.length;for(t=0;t<s;t+=1)"o"!=this.dataProps[t].n?this.dashArray[t]=this.dataProps[t].p.v:this.dashoffset[0]=this.dataProps[t].p.v}}}class zt extends J{constructor(t,s,e){super(),this.data=s,this.c=V("uint8c",4*s.p);let i=s.k.k[0].s?s.k.k[0].s.length-4*s.p:s.k.k.length-4*s.p;this.o=V("float32",i),this._cmdf=!1,this._omdf=!1,this._collapsable=this.checkCollapsable(),this._hasOpacity=i,this.initDynamicPropertyContainer(e),this.prop=kt(t,s.k,1,null,this),this.k=this.prop.k,this.getValue(!0)}comparePoints(t,s){let e,i=0,h=this.o.length/2;for(;i<h;){if(e=Math.abs(t[4*i]-t[4*s+2*i]),e>.01)return!1;i+=1}return!0}checkCollapsable(){if(this.o.length/2!=this.c.length/4)return!1;if(this.data.k.k[0].s){let t=0,s=this.data.k.k.length;for(;t<s;){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}getValue(t){if(this.prop.getValue(),this._mdf=!1,this._cmdf=!1,this._omdf=!1,this.prop._mdf||t){let s,e,i,h=4*this.data.p;for(s=0;s<h;s+=1)e=s%4==0?100:255,i=Math.round(this.prop.v[s]*e),this.c[s]!==i&&(this.c[s]=i,this._cmdf=!t);if(this.o.length)for(h=this.prop.v.length,s=4*this.data.p;s<h;s+=1)e=s%2==0?100:1,i=s%2==0?Math.round(100*this.prop.v[s]):this.prop.v[s],this.o[s-4*this.data.p]!==i&&(this.o[s-4*this.data.p]=i,this._omdf=!t);this._mdf=!t}}}class Wt extends J{constructor(t,s,e){super(),this.frameId=-1,this.keyframesManager=t,this.elem=t.elem,this.session=e,this.shapes=[],this.shapesData=s,this.stylesList=[],this.itemsData=[],this.prevViewData=[],this.shapeModifiers=[],this.processedElements=[],this.transformsManager=new At,this.initDynamicPropertyContainer(t),this.lcEnum={1:"butt",2:"round",3:"square"},this.ljEnum={1:"miter",2:"round",3:"bevel"},this._isFirstFrame=!0,this.transformHelper={opacity:1,_opMdf:!1},this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,!0,[]),this._isAnimated||(this.transformHelper.opacity=1,this.transformHelper._opMdf=!1,this.updateModifiers(this.frameId),this.transformsManager.processSequences(this._isFirstFrame),this.updateShape(this.transformHelper,this.shapesData,this.itemsData),this.updateGrahpics())}createStyleElement(t,s){const e=new qt(this.elem,t,this.transformsManager.addTransformSequence(s)),i={};if("fl"==t.ty||"st"==t.ty?(i.c=kt(this,t.c,1,255,this),i.c.k||(e.co=i.c.v)):"gf"!==t.ty&&"gs"!==t.ty||(i.s=kt(this,t.s,1,null,this),i.e=kt(this,t.e,1,null,this),i.h=kt(this,t.h||{k:0},0,.01,this),i.a=kt(this,t.a||{k:0},0,rt,this),i.g=new zt(this,t.g,this)),i.o=kt(this,t.o,0,.01,this),"st"==t.ty||"gs"==t.ty){if(e.lc=this.lcEnum[t.lc]||"round",e.lj=this.ljEnum[t.lj]||"round",1==t.lj&&(e.ml=t.ml),i.w=kt(this,t.w,0,null,this),i.w.k||(e.wi=i.w.v),t.d){let s=new Ut(this,t.d,"canvas",this);i.d=s,i.d.k||(e.da=i.d.dashArray,e.do=i.d.dashoffset[0])}}else e.r=2===t.r?"evenodd":"nonzero";return this.stylesList.push(e),i.style=e,i}addShapeToModifiers(t){let s,e=this.shapeModifiers.length;for(s=0;s<e;s+=1)this.shapeModifiers[s].addShape(t)}isShapeInAnimatedModifiers(t){let s=this.shapeModifiers.length;for(;0<s;)if(this.shapeModifiers[0].isAnimatedWithShape(t))return!0;return!1}updateModifiers(t){if(!this.shapeModifiers.length)return;let s,e=this.shapes.length;for(s=0;s<e;s+=1)this.shapes[s].sh.reset();for(e=this.shapeModifiers.length,s=e-1;s>=0;s-=1)this.shapeModifiers[s].processShapes(t,this._isFirstFrame)}searchProcessedElement(t){let s=this.processedElements,e=0,i=s.length;for(;e<i;){if(s[e].elem===t)return s[e].pos;e+=1}return 0}addProcessedElement(t,s){let e=this.processedElements,i=e.length;for(;i;)if(i-=1,e[i].elem===t)return void(e[i].pos=s);e.push(new Ot(t,s))}createGroupElement(){return{it:[],prevViewData:[]}}createTransformElement(t){return{transform:{opacity:1,_opMdf:!1,key:this.transformsManager.getNewKey(),op:kt(this,t.o,0,.01,this),mProps:Rt(this,t,this)}}}createShapeElement(t){const s=new It(this,t,this.stylesList,this.transformsManager);return this.shapes.push(s),this.addShapeToModifiers(s),s}reloadShapes(){let t;this._isFirstFrame=!0;let s=this.itemsData.length;for(t=0;t<s;t+=1)this.prevViewData[t]=this.itemsData[t];for(this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,!0,[]),s=this.dynamicProperties.length,t=0;t<s;t+=1)this.dynamicProperties[t].getValue();this.updateModifiers(),this.transformsManager.processSequences(this._isFirstFrame)}addTransformToStyleList(t){const s=this.stylesList.length;for(let e=0;e<s;e+=1)this.stylesList[e].closed||this.stylesList[e].transforms.push(t)}removeTransformFromStyleList(){const t=this.stylesList.length;for(let s=0;s<t;s+=1)this.stylesList[s].closed||this.stylesList[s].transforms.pop()}closeStyles(t){const s=t.length;for(let e=0;e<s;e+=1)t[e].closed=!0}searchShapes(t,s,e,i,h){let r,n,a,o,l,p,c=t.length-1,u=[],d=[],f=[].concat(h);for(r=c;r>=0;r-=1){if(o=this.searchProcessedElement(t[r]),o?s[r]=e[o-1]:t[r]._shouldRender=i,"fl"==t[r].ty||"st"==t[r].ty||"gf"==t[r].ty||"gs"==t[r].ty)o?s[r].style.closed=!1:s[r]=this.createStyleElement(t[r],f),u.push(s[r].style);else if("gr"==t[r].ty){if(o)for(a=s[r].it.length,n=0;n<a;n+=1)s[r].prevViewData[n]=s[r].it[n];else s[r]=this.createGroupElement(t[r]);this.searchShapes(t[r].it,s[r].it,s[r].prevViewData,i,f)}else"tr"==t[r].ty?(o||(p=this.createTransformElement(t[r]),s[r]=p),f.push(s[r]),this.addTransformToStyleList(s[r])):"sh"==t[r].ty||"rc"==t[r].ty||"el"==t[r].ty||"sr"==t[r].ty?o||(s[r]=this.createShapeElement(t[r])):"tm"==t[r].ty||"rd"==t[r].ty?(o?(l=s[r],l.closed=!1):(l=Gt(t[r].ty),l.init(this,t[r]),s[r]=l,this.shapeModifiers.push(l)),d.push(l)):"rp"==t[r].ty&&(o?(l=s[r],l.closed=!0):(l=Gt(t[r].ty),s[r]=l,l.init(this,t,r,s),this.shapeModifiers.push(l),i=!1),d.push(l));this.addProcessedElement(t[r],r+1)}for(this.removeTransformFromStyleList(),this.closeStyles(u),c=d.length,r=0;r<c;r+=1)d[r].closed=!0}updateShapeTransform(t,s){(t._opMdf||s.op._mdf||this._isFirstFrame)&&(s.opacity=t.opacity,s.opacity*=s.op.v,s._opMdf=!0)}updateStyledShape(t,s){if(this._isFirstFrame||s._mdf||t.transforms._mdf){let e,i,h,r=t.trNodes,n=s.paths,a=n._length;r.length=0;let o=t.transforms.finalTransform;for(h=0;h<a;h+=1){let t=n.shapes[h];if(t&&t.v){for(i=t._length,e=1;e<i;e+=1)1===e&&r.push({t:"m",p:o.applyToPointArray(t.v[0][0],t.v[0][1],0)}),r.push({t:"c",pts:o.applyToTriplePoints(t.o[e-1],t.i[e],t.v[e])});1===i&&r.push({t:"m",p:o.applyToPointArray(t.v[0][0],t.v[0][1],0)}),t.c&&i&&(r.push({t:"c",pts:o.applyToTriplePoints(t.o[e-1],t.i[0],t.v[0])}),r.push({t:"z"}))}}t.trNodes=r}}updatePath(t,s){if(!0!==t.hd&&t._shouldRender){let t,e=s.styledShapes.length;for(t=0;t<e;t+=1)this.updateStyledShape(s.styledShapes[t],s.sh)}}updateFill(t,s,e){const i=s.style;(s.c._mdf||this._isFirstFrame)&&(i.co=s.c.v),(s.o._mdf||e._opMdf||this._isFirstFrame)&&(i.coOp=s.o.v*e.opacity)}updateStroke(t,s,e){let i=s.style,h=s.d;h&&(h._mdf||this._isFirstFrame)&&(i.da=h.dashArray,i.do=h.dashoffset[0]),(s.c._mdf||this._isFirstFrame)&&(i.co=s.c.v),(s.o._mdf||e._opMdf||this._isFirstFrame)&&(i.coOp=s.o.v*e.opacity),(s.w._mdf||this._isFirstFrame)&&(i.wi=s.w.v)}updateGradientFill(t,s,e){let i=s.style;i.grd=s.g.c,i.coOp=s.o.v*e.opacity}updateShape(t,s,e){let i=t;for(let h=s.length-1;h>=0;h-=1)"tr"==s[h].ty?(i=e[h].transform,this.updateShapeTransform(t,i)):"sh"==s[h].ty||"el"==s[h].ty||"rc"==s[h].ty||"sr"==s[h].ty?this.updatePath(s[h],e[h]):"fl"==s[h].ty?this.updateFill(s[h],e[h],i):"st"==s[h].ty?this.updateStroke(s[h],e[h],i):"gf"==s[h].ty||"gs"==s[h].ty?this.updateGradientFill(s[h],e[h],i):"gr"==s[h].ty&&this.updateShape(i,s[h].it,e[h].it)}updateGrahpics(){const t=this.stylesList.length;for(let s=0;s<t;s+=1)this.stylesList[s].updateGrahpics()}getValue(t){t!==this.frameId&&(this.iterateDynamicProperties(t),this.transformHelper.opacity=1,this.transformHelper._opMdf=!1,this.updateModifiers(t),this.transformsManager.processSequences(this._isFirstFrame),this.updateShape(this.transformHelper,this.shapesData,this.itemsData),this.updateGrahpics(),this.frameId=t)}}class Jt extends jt{constructor(t,s,e){super(t,s),this.frameId=-1,this.hs=s,this.session=e}getValue(t){t!==this.frameId&&(this.iterateDynamicProperties(t),this.frameId=t)}get x(){return this.p?this.p.v[0]:this.px.v}get y(){return this.p?this.p.v[1]:this.py.v}get anchorX(){return this.a.v[0]}get anchorY(){return this.a.v[1]}get scaleX(){return this.s.v[0]}get scaleY(){return this.s.v[1]}get rotation(){return this.r&&this.r.v||0}get alpha(){return this.o.v}}class Ht{constructor(t){this.elem=t,this._isFirstFrame=!1,this.dynamicProperties=[],this._mdf=!1,this.transform=null,this.masks=null,this.shapes=null,this._hasOutTypeExpression=!1,this.needUpdateOverlap=!1,this.isOverlapMode=!1,this.visible=!0,this._isFirstFrame=!0}initFrame(t,s){this.layer=t;const{local:e,global:i}=s;this.session=s,this.isOverlapLayer=this.layer.op>=e.op-e.st,this.isOverlapMode=i.overlapMode,this.parseLayer(t,s)}outTypeExpressionMode(){this._hasOutTypeExpression=!0,this.isOverlapLayer&&(this.needUpdateOverlap=!0)}prepareProperties(t,s){let e,i=this.dynamicProperties.length;for(e=0;e<i;e+=1)(s||this.needUpdateOverlap||this.elem._isParent&&"transform"===this.dynamicProperties[e].propType)&&(this.dynamicProperties[e].getValue(t),this.dynamicProperties[e]._mdf&&(this._mdf=!0))}addDynamicProperty(t){-1===this.dynamicProperties.indexOf(t)&&this.dynamicProperties.push(t)}parseLayer({ks:t,hasMask:s,masksProperties:e,shapes:i,tm:h},r){if(t&&(this.transform=new Jt(this,t,r)),s&&(this.masks=new Ct(this,e,r)),i&&(this.shapes=new Wt(this,i,r)),h){const{frameRate:t}=r.global;this.tm=kt(this,h,0,t,this)}}updateFrame(t){this._mdf=!1;const s=p.inRange(t,this.layer.ip,this.layer.op);this.isOverlapMode&&this.isOverlapLayer?this.visible=t>=this.layer.ip:this.visible=s,this.prepareProperties(t,s)}updateDisplay(){const t=this.elem.display;this.elem._isRoot||(this.visible?t.show():t.hide(),(this._mdf||this.transform._mdf||this._isFirstFrame)&&t.updateLottieTransform(this.transform),this.masks&&(this.masks._mdf||this._isFirstFrame)&&t.updateLottieMasks(this.masks)),this._isFirstFrame=!1}}class Kt{constructor(t){this.data=t,void 0===this.data.sr&&(this.data.sr=1),this.offsetTime=t.st||0,this.fullname=t.nm||"",this.idname=t.ln||"",this.classnames=t.cl?t.cl.split(" "):[],this.bodymovin=new Ht(this),this.displayType="",this.display=null,this.hierarchy=null,this.lottieTreeParent=null}initBodymovin(t,s){this.bodymovin.initFrame(t,s),this.display&&this.display.onSetupLottie&&this.display.onSetupLottie()}hasValidMasks(){return!(!this.bodymovin.masks||!this.bodymovin.masks.hasMasks)}setHierarchy(t){this.hierarchy=t,this.display.setHierarchy(t.display)}initDisplayInstance(t,s){return new(Et(t))(this,s)}updateFrame(t){this.bodymovin.updateFrame(t),this.bodymovin.updateDisplay()}}class Zt extends Kt{constructor(t,s){super(t);const{global:e}=s;this.session=s;const i={layer:t,session:s};if(e.maskComp){i.maskComp=e.maskComp;const{w:s,h:h}=t;i.viewport={w:s,h:h}}this.config=i,this.childNodes=[],this.displayType=Vt.Component,this.innerDisplay=null,this.display=this.initDisplayInstance(this.displayType,i),this.initBodymovin(t,s)}updateFrame(t){if(this.bodymovin.updateFrame(t),this.bodymovin.updateDisplay(),t-=this.offsetTime,this.bodymovin.tm){let s=this.bodymovin.tm.v;s===this.data.op&&(s=this.data.op-1),t=s}else t/=this.data.sr;for(let s=0;s<this.childNodes.length;s++)this.childNodes[s].updateFrame(t)}addChild(t){t.lottieTreeParent=this,this.childNodes.push(t),this.innerDisplay?this.innerDisplay.addChild(t.display):this.display.addChild(t.display)}}class $t extends Kt{constructor(t,s){super(t);const e={layer:t,session:s,rect:{x:0,y:0,width:t.sw,height:t.sh},color:t.sc};this.config=e,this.session=s,this.displayType=Vt.Solid,this.display=this.initDisplayInstance(this.displayType,e),this.initBodymovin(t,s)}}class Qt extends Kt{constructor(t,s){super(t);const{global:{textureLoader:e,assets:i}}=s,h=p.getAssets(t.refId,i),r={layer:t,session:s,texture:e.getTextureById(h.id),asset:h};this.config=r,this.session=s,this.displayType=Vt.Sprite,this.display=this.initDisplayInstance(this.displayType,r),this.initBodymovin(t,s)}}class ts extends Kt{constructor(t,s){super(t);const e={layer:t,session:s};this.config=e,this.session=s,this.displayType=Vt.Shape,this.display=this.initDisplayInstance(this.displayType,e),this.initBodymovin(t,s)}}class ss extends Kt{constructor(t,s){super(t);const e={layer:t,session:s};this.config=e,this.session=s,this.displayType=Vt.Null,this.display=this.initDisplayInstance(this.displayType,e),this.initBodymovin(t,s)}}class es extends c{constructor(t){super(),this.living=!0,this.infinite=t.infinite||!1,this.repeats=t.repeats||0,this.alternate=t.alternate||!1,this.wait=t.wait||0,this.delay=t.delay||0,this.overlapMode=t.overlapMode||!1,this.timeScale=p.isNumber(t.timeScale)?t.timeScale:1,this.frameNum=0,this.isPaused=!0,this.direction=1,this._lastFrame=-1/0,this._repeatsCut=this.repeats,this._delayCut=this.delay,this._waitCut=this.wait,this.segments=t.segments||{},this._segmentName=t.initSegment||"",this._prefix=t.prefix||"",this._autoLoad=!p.isBoolean(t.autoLoad)||t.autoLoad,this._autoStart=!p.isBoolean(t.autoStart)||t.autoStart,this._justDisplayOnImagesLoaded=!p.isBoolean(t.justDisplayOnImagesLoaded)||t.justDisplayOnImagesLoaded,this._maskComp=t.maskComp||!1,this.textureLoader=null,this.jsonLoader=null,this.root=null,this.parent=null;const s=Et(Vt.Container);if(this.group=new s,this.display=null,this.isDisplayLoaded=!1,this.isImagesLoaded=!1,this._copyJSON=t.copyJSON||!1,t.keyframes)!this._prefix&&t.keyframes.prefix&&(this._prefix=t.keyframes.prefix),this._setupDate(t.keyframes);else if(t.path){let s="";s=-1!==t.path.lastIndexOf("\\")?t.path.substr(0,t.path.lastIndexOf("\\")+1):t.path.substr(0,t.path.lastIndexOf("/")+1),!this._prefix&&s&&(this._prefix=s),this.jsonLoader=function(t){const s=u[d.Ajax];return s||console.warn("must register an ajax loader, before you parse an animation from path"),s(t)}(t.path),this.jsonLoader.once("success",(t=>{this._setupDate(t)})),this.jsonLoader.once("error",(t=>{this.emit("error",t)}))}}_setupDate(t){this._sourceData=t,this._copyJSON&&(t=p.copyJSON(t)),P(t),this.keyframes=t;const{w:s,h:e,st:i=0,fr:h,ip:r,op:n,assets:a}=t;this.frameRate=h,this.frameMult=h/1e3,this._defaultSegment=[r,n];const o=this._segmentName&&this.segments[this._segmentName]||this._defaultSegment;this.beginFrame=o[0],this.endFrame=o[1],this._timePerFrame=1e3/h,this.duration=Math.floor(this.endFrame-this.beginFrame);let l=null;const c=a.filter((t=>t.u||t.p));c.length>0?(this.textureLoader=l=function(t,s){const e=u[d.Texture];return e||console.warn("must register an image loader, before you parse an animation some has image assets"),e(t,s)}(c,{prefix:this._prefix,autoLoad:this._autoLoad}),l.loaded?(this.isImagesLoaded=!0,this.isPaused=!this._autoStart,this.emit("ImageReady")):(l.once("complete",(()=>{this.isImagesLoaded=!0,this.emit("ImageReady")})),null!==this._pausedNeedSet&&(this._pausedNeedSet=!0,l.once("complete",(()=>{this._pausedNeedSet&&(this._pausedNeedSet=!1,this.isPaused=!this._autoStart)}))))):(this.isImagesLoaded=!0,this.isPaused=!this._autoStart);const f={global:{assets:a,textureLoader:l,frameRate:h,maskComp:this._maskComp,overlapMode:this.overlapMode},local:{w:s,h:e,ip:r,op:n,st:i}};this._buildElements(f),null!==this.textureLoader&&this._justDisplayOnImagesLoaded&&!this.textureLoader.loaded&&null!==this._justDisplayNeedSet&&(this.group.visible=!1,this._justDisplayNeedSet=!0,this.textureLoader.once("complete",(()=>{this._justDisplayNeedSet&&(this._justDisplayNeedSet=!1,this.group.visible=!0)}))),this.isDisplayLoaded=!0,this.update(0,!0)}_buildElements(t){this.root=this._extraCompositions(this.keyframes,t,!0),this.display=this.root.display,this.group.addChild(this.display),this.emit("DOMLoaded").emit("DisplayReady"),null===this.textureLoader||this.textureLoader.loaded?this.emit("success"):this.textureLoader.once("complete",(()=>this.emit("success")))}_extraCompositions(t,{global:s,local:e},i=!1){const{w:h,h:r,ip:n,op:a,st:o=0}=t,l=new Zt(t,{global:s,local:e});l._isRoot=i;const c=t.layers||p.getAssets(t.refId,s.assets).layers,u={global:s,local:{w:h,h:r,ip:n,op:a,st:o}},d=this._createElements(c,u);for(let t=c.length-1;t>=0;t--){const s=c[t],e=d[s.ind];if(e){if(!p.isUndefined(s.parent)){const t=d[s.parent];t._isParent=!0,e.setHierarchy(t)}l.addChild(e)}}return l}_createElements(t,s){const e={};for(let i=t.length-1;i>=0;i--){const h=t[i];let r=null;if(void 0===h.td){switch(h.ty){case 0:r=this._extraCompositions(h,s);break;case 1:r=new $t(h,s);break;case 2:r=new Qt(h,s);break;case 3:r=new ss(h,s);break;case 4:r=new ts(h,s);break;default:continue}r&&(void 0===h.ind&&(h.ind=i),e[h.ind]=r,r.name=h.nm||null)}}return e}getDisplayByQuerySelector(t){const s=this.querySelector(t);return s&&s.display?s.display:(console.warn("can not find display which query with ",t),null)}_queryMatch(t,s,e){const i=t.substr(0,1),h=t.substr(1,t.length);let r=!1;return r="#"===i?s.idname===h:"."===i?-1!==s.classnames.indexOf(h):s.fullname===t,r&&e.push(s),r}_searchNodes(t,s,e,i=!1){if(s.childNodes&&s.childNodes.length>0){const h=[];for(let r=0;r<s.childNodes.length;r++){const n=s.childNodes[r];if(this._queryMatch(t,n,e)&&i)return!0;n.childNodes&&n.childNodes.length>0&&h.push(n)}for(let s=0;s<h.length;s++)if(this._searchNodes(t,h[s],e,i))return!0}return!1}querySelector(t){const s=[];return this._queryMatch(t,this.root,s)?s[0]:(this._searchNodes(t,this.root,s,!0),s[0]||null)}querySelectorAll(t){const s=[],e="#"===t.substr(0,1);return this._queryMatch(t,this.root,s)&&e||this._searchNodes(t,this.root,s,e),s}bindSlot(t,s){return this.getDisplayByQuerySelector(t).addChild(s),this}unbindSlot(t,s){return this.getDisplayByQuerySelector(t).removeChild(s),this}_emitFrame(t){this.emit(`@${t}`)}update(t,s=!1){if(!this.living||!this.isDisplayLoaded||this.isPaused&&!s)return;const e=this._updateTime(t),i=this.beginFrame+this.frameNum;this.root.updateFrame(i);const h=i|0;this._lastFrame!==h&&(this._emitFrame(this.direction>0?h:this._lastFrame),this._lastFrame=h),!1===e?(this.emit("enterFrame",i),this.emit("update",this.frameNum/this.duration)):this.hadEnded!==e&&!0===e&&this.emit("complete"),this.hadEnded=e}_updateTime(t){const s=this.direction*this.timeScale*t;if(this._waitCut>0)return this._waitCut-=Math.abs(s),null;if(this.isPaused||this._delayCut>0)return this._delayCut>0&&(this._delayCut-=Math.abs(s)),null;this.frameNum+=s/this._timePerFrame;let e=!1;return this._spill()&&(this._repeatsCut>0||this.infinite?(this._repeatsCut>0&&--this._repeatsCut,this._delayCut=this.delay,this.alternate?(this.direction*=-1,this.frameNum=p.codomainBounce(this.frameNum,0,this.duration)):(this.direction=1,this.frameNum=p.euclideanModulo(this.frameNum,this.duration)),this.emit("loopComplete")):(this.overlapMode||(this.frameNum=p.clamp(this.frameNum,0,this.duration),this.living=!1),e=!0)),e}_spill(){const t=this.frameNum<=0&&-1===this.direction,s=this.frameNum>=this.duration&&1===this.direction;return t||s}frameToTime(t){return t*this._timePerFrame}setSpeed(t){this.timeScale=t}playSegment(t,s={}){if(!t)return;let e=null;p.isArray(t)?e=t:p.isString(t)&&(e=this.segments[t],p.isArray(e)&&(this._segmentName=t)),p.isArray(e)&&(this.beginFrame=p.isNumber(e[0])?e[0]:this._defaultSegment[0],this.endFrame=p.isNumber(e[1])?e[1]:this._defaultSegment[1],p.isNumber(s.repeats)&&(this.repeats=s.repeats),p.isBoolean(s.infinite)&&(this.infinite=s.infinite),p.isBoolean(s.alternate)&&(this.alternate=s.alternate),p.isNumber(s.wait)&&(this.wait=s.wait),p.isNumber(s.delay)&&(this.delay=s.delay),this.replay())}goToAndStop(t,s=!1){this.frameNum=s?t:t*this.frameMult,this.update(0,!0),this.pause()}goToAndPlay(t,s=!1){this.frameNum=s?t:t*this.frameMult,this.update(0,!0),this.resume()}getDuration(t){const s=this.endFrame-this.beginFrame;return t?s:s/this.frameRate}setDirection(t){return this.direction=t<0?-1:1,this}pause(){return this._pausedNeedSet?this._pausedNeedSet=!1:this._pausedNeedSet=null,this.isPaused=!0,this}resume(){return this._pausedNeedSet?this._pausedNeedSet=!1:this._pausedNeedSet=null,this.isPaused=!1,this}play(){return this.resume()}replay(){return this._pausedNeedSet?this._pausedNeedSet=!1:this._pausedNeedSet=null,this.isPaused=!1,this._repeatsCut=this.repeats,this._delayCut=this.delay,this.living=!0,this.frameNum=0,this.duration=Math.floor(this.endFrame-this.beginFrame),this.direction=1,this}show(){this._justDisplayNeedSet?this._justDisplayNeedSet=!1:this._justDisplayNeedSet=null,this.group.visible=!0}hide(){this._justDisplayNeedSet?this._justDisplayNeedSet=!1:this._justDisplayNeedSet=null,this.group.visible=!1}destroy(){this.parent&&this.parent.remove(this),this.group.parent&&this.group.parent.removeChild(this.group),this.pause(),this.root=null,this.group=null,this.display=null,this.textureLoader&&(this.textureLoader.off("complete"),this.textureLoader=null),this.jsonLoader&&(this.jsonLoader.off("success"),this.jsonLoader=null),this.keyframes=null,this.living=!1}}class is extends c{constructor(t){super(),this._lastTime=0,this._snippet=0,this.timeScale=1,this.isPaused=!1,this.ticker=t.ticker?t.ticker:t,this.groups=[],this.update=this.update.bind(this),this.ticker&&this.start()}add(t){const s=arguments.length;if(s>1)for(let t=0;t<s;t++)this.add(arguments[t]);else null!==t.parent&&t.parent.remove(t),t.parent=this,this.groups.push(t);return t}remove(t){if(arguments.length>1)for(let t=0;t<arguments.length;t++)this.remove(arguments[t]);const s=this.groups.indexOf(t);-1!==s&&(t.parent=null,this.groups.splice(s,1))}parseAnimation(t){const s=new es(t);return this.add(s)}setSpeed(t){this.timeScale=t}start(){return this._lastTime=Date.now(),this.ticker.add(this.update),this}stop(){return this.ticker.remove(this.update),this}pause(){return this.isPaused=!0,this}resume(){return this.isPaused=!1,this}update(){if(this.timeline(),this.isPaused)return;const t=this.timeScale*this._snippet,s=this.groups.length;for(let e=0;e<s;e++)this.groups[e].update(t);this.emit("update",this._snippet)}timeline(){let t=Date.now()-this._lastTime;(!this._lastTime||t>200)&&(this._lastTime=Date.now(),t=Date.now()-this._lastTime),this._lastTime+=t,this._snippet=t}destroy(){for(let t=this.groups.length-1;t>=0;t--)this.groups[t].destroy()}}class hs extends i.Graphics{constructor(t){super(),this.parentCompBox=t,this.lineStyle(0)}updateLayerMask(t){for(let s=0;s<t.viewData.length;s++){if(t.viewData[s].inv){const t=this.parentCompBox;this.moveTo(0,0),this.lineTo(t.w,0),this.lineTo(t.w,t.h),this.lineTo(0,t.h),this.lineTo(0,0)}const e=t.viewData[s].v,i=e.v[0];this.moveTo(i[0],i[1]);const h=e._length;let r=1;for(;r<h;r++){const t=e.o[r-1],s=e.i[r],i=e.v[r];this.bezierCurveTo(t[0],t[1],s[0],s[1],i[0],i[1])}const n=e.o[r-1],a=e.i[0],o=e.v[0];this.bezierCurveTo(n[0],n[1],a[0],a[1],o[0],o[1]),t.viewData[s].inv&&this.addHole()}}updateMasks(t){this.clear(),this.beginFill(0),this.updateLayerMask(t),this.endFill()}}class rs extends i.Graphics{constructor(t){super(),this.viewport=t,this.lineStyle(0),this.initCompMask()}initCompMask(){this.clear(),this.beginFill(0);const t=this.viewport;this.moveTo(0,0),this.lineTo(t.w,0),this.lineTo(t.w,t.h),this.lineTo(0,t.h),this.lineTo(0,0),this.endFill()}}class ns extends i.Container{constructor(t,s){super(),this.lottieElement=t,this.config=s}onSetupLottie(){if(this.config.maskComp){const t=this.config.viewport;this.preCompMask=new rs(t),this.mask=this.preCompMask,this.addChild(this.mask)}if(this.lottieElement.hasValidMasks()){const t=this.config.session.local;if(this.graphicsMasks=new hs(t),this.mask){const t=new i.Container;t.mask=this.graphicsMasks,t.addChild(this.mask),this.lottieElement.innerDisplay=t,this.addChild(t)}else this.mask=this.graphicsMasks,this.addChild(this.mask)}}setHierarchy(t){this.hierarchy=t}show(){this.visible=!0}hide(){this.visible=!1}updateLottieTransform(t){this.x=t.x,this.y=t.y,this.pivot.x=t.anchorX,this.pivot.y=t.anchorY,this.scale.x=t.scaleX,this.scale.y=t.scaleY,this.rotation=t.rotation,this.alpha=t.alpha}updateLottieMasks(t){this.graphicsMasks&&this.graphicsMasks.updateMasks(t)}}class as extends i.Shader{constructor(t){super(t,["attribute vec2 aVertexPosition;","uniform mat3 translationMatrix;","uniform mat3 projectionMatrix;","void main(void){"," gl_Position = vec4((projectionMatrix * translationMatrix * vec3(aVertexPosition, 1.0)).xy, 0.0, 1.0);","}"].join("\n"),["uniform float alpha;","uniform vec3 color;","void main(void){"," gl_FragColor = vec4(color * alpha, alpha);","}"].join("\n"))}}function os(t,s){this.buffer=new t(10),this.length=0}os.prototype={reset(){this.length=0},destroy(){this.buffer=null,this.length=0},push(...t){if(this.length+t.length>this.buffer.length){const s=new this.buffer.constructor(Math.max(this.length+t.length,Math.round(2*this.buffer.length)));s.set(this.buffer,0),this.buffer=s}for(let s=0;s<t.length;s++)this.buffer[this.length++]=t[s];return this.length},setBuffer(t){this.buffer=t,this.length=this.buffer.length}};class ls{constructor(t,s,e){this.gl=t,this.vertices=new os(Float32Array),this.indices=new os(Uint16Array),this.buffer=i.glCore.GLBuffer.createVertexBuffer(t),this.indexBuffer=i.glCore.GLBuffer.createIndexBuffer(t),this.dirty=!0,this.shader=s,this.vao=new i.glCore.VertexArrayObject(t,e).addIndex(this.indexBuffer).addAttribute(this.buffer,s.attributes.aVertexPosition,t.FLOAT,!1,8,0)}reset(){this.vertices.reset(),this.indices.reset()}upload(){this.buffer.upload(this.vertices.buffer),this.indexBuffer.upload(this.indices.buffer),this.dirty=!1}destroy(){this.vertices.destroy(),this.indices.destroy(),this.vao.destroy(),this.buffer.destroy(),this.indexBuffer.destroy(),this.gl=null,this.buffer=null,this.indexBuffer=null}}function ps(t,s,e){return t.push(s,e),t}function cs(t,s){return Math.sqrt(t*t+s*s)}function us(t,s,e,i,h){return function(t,s){const e=1-t;return e*e*e*s}(t,s)+function(t,s){const e=1-t;return 3*e*e*t*s}(t,e)+function(t,s){return 3*(1-t)*t*t*s}(t,i)+function(t,s){return t*t*t*s}(t,h)}function ds(t,s,e,i,h,r,n){if(!(isFinite(s)&&isFinite(e)&&isFinite(i)&&isFinite(h)&&isFinite(r)&&isFinite(n)))return t;const a=t[t.length-2],o=t[t.length-1],l=function(t,s,e,i,h,r,n,a){const o=h-e,l=r-i,p=e-t,c=i-s;return cs(n-h,a-r)+cs(o,l)+cs(p,c)}(a,o,s,e,i,h,r,n),p=Math.min(10/l,.5);for(let l=p;l<1;l+=p){const p=us(l,a,s,i,r),c=us(l,o,e,h,n);t.push(p,c)}return t.push(r,n),t}function fs(t,s){for(let e=0;e<t.length;e++){const{cmd:i,args:h}=t[e];switch(i){case"M":case"L":ps(s,h[0],h[1]);break;case"C":ds(s,h[0],h[1],h[2],h[3],h[4],h[5])}}return s}function ms(t,s,e,i,h,r,n){h%=2*Math.PI,r%=2*Math.PI,h<0&&(h+=2*Math.PI),r<0&&(r+=2*Math.PI),h>=r&&(r+=2*Math.PI);let a=r-h,o=1;n&&(o=-1,a=2*Math.PI-a,0==a&&(a=2*Math.PI));const l=a*i;let p=Math.sqrt(l/1)|0;p=p%2==0?p+1:p;const c=a/p;let u=h;for(let h=0;h<p+1;h++)t.push(s,e,s+i*Math.cos(u),e+i*Math.sin(u)),u+=o*c}function gs(t,s,e){const i=fs(t.cmds,[]),h=t.isClosed,r=s.lineDash.length>=2,n=s.lineWidth/2;let a,o=[i[0],i[1]];for(let t=2;t<i.length;t+=2)i[t]==o[o.length-2]&&i[t+1]==o[o.length-1]||o.push(i[t],i[t+1]);if(!h||o[o.length-2]==o[0]&&o[o.length-1]==o[1]||o.push(o[0],o[1]),r){const t=function(t,s,e,i){s&&t.push(t[0],t[1]);let h=i,r=0,n=1;for(;h>e[r];)h-=e[r],r++,n=n?0:1,r==e.length&&(r=0);let a=[t[0],t[1]],o=[n];for(let s=2;s<t.length;s+=2){let i=[t[s]-t[s-2],t[s+1]-t[s-1]],l=cs(i[0],i[1]);i[0]/=l,i[1]/=l;let p=0;for(;l-p+h>=e[r];)p+=e[r]-h,h=0,n=n?0:1,r++,r==e.length&&(r=0),o.push(n),a.push(t[s-2]+p*i[0],t[s-1]+p*i[1]);l-p!=0&&(a.push(t[s],t[s+1]),o.push(n)),h+=l-p}return s&&(t.pop(),t.pop(),a.pop(),a.pop(),o.pop()),{newPoints:a,toDrawOrNotToDraw:o}}(o,h,s.lineDash,s.lineDashOffset);a=t.toDrawOrNotToDraw,o=t.newPoints}const l=e.length;let p=e.length;const c=[];if(h)o.push(o[2],o[3]);else{const t=[o[2]-o[0],o[3]-o[1]],i=cs(t[0],t[1]);t[0]/=i,t[1]/=i;const h=[-t[1],t[0]],l=[o[0]+n*h[0],o[1]+n*h[1]],u=[o[0]-n*h[0],o[1]-n*h[1]];if("butt"==s.lineCap)e.push(l[0],l[1],u[0],u[1]);else if("square"==s.lineCap)e.push(l[0]-n*t[0],l[1]-n*t[1],u[0]-n*t[0],u[1]-n*t[1]);else{e.push(o[0],o[1],l[0],l[1]);const t=Math.atan2(l[1]-o[1],l[0]-o[0]),s=Math.atan2(u[1]-o[1],u[0]-o[0]);ms(e,o[0],o[1],n,t,s),e.push(o[0],o[1],u[0],u[1]),e.push(l[0],l[1],u[0],u[1])}if(r){const t=a[0];for(let s=p;s<e.length;s+=2)c.push(t);p=e.length}}for(let t=2;t<o.length-2;t+=2){const i=[o[t]-o[t-2],o[t+1]-o[t-1]],h=[-i[1],i[0]];let l=cs(h[0],h[1]);h[0]/=l,h[1]/=l;let u=[o[t+2]-o[t],o[t+3]-o[t+1]];l=cs(u[0],u[1]),u[0]/=l,u[1]/=l;let d=[o[t]-o[t-2],o[t+1]-o[t-1]];l=cs(d[0],d[1]),d[0]/=l,d[1]/=l;let f=[d[0]+u[0],d[1]+u[1]];l=cs(f[0],f[1]);let m,g,y=0;l>0?(f[0]/=l,f[1]/=l,g=[-f[1],f[0]],m=g[0]*h[0]+g[1]*h[1],y=n/m):(y=0,g=[-f[1],f[0]]);const v=[o[t]+y*g[0],o[t+1]+y*g[1]],_=[o[t]-y*g[0],o[t+1]-y*g[1]];if("miter"==s.lineJoin&&1/m<=s.miterLimit)e.push(v[0],v[1],_[0],_[1]);else{const i=d[1]*u[0]-d[0]*u[1];if("round"==s.lineJoin)if(i<0){const s=[o[t]+d[1]*n,o[t+1]-d[0]*n],i=[o[t]+u[1]*n,o[t+1]-u[0]*n];e.push(v[0],v[1],s[0],s[1]);const h=Math.atan2(s[1]-o[t+1],s[0]-o[t]),r=Math.atan2(i[1]-o[t+1],i[0]-o[t]);ms(e,o[t],o[t+1],n,h,r),e.push(v[0],v[1],i[0],i[1])}else{const s=[o[t]-d[1]*n,o[t+1]+d[0]*n],i=[o[t]-u[1]*n,o[t+1]+u[0]*n];e.push(s[0],s[1],_[0],_[1]);const h=Math.atan2(i[1]-o[t+1],i[0]-o[t]),r=Math.atan2(s[1]-o[t+1],s[0]-o[t]);ms(e,o[t],o[t+1],n,h,r),e.push(i[0],i[1],_[0],_[1])}else if(i<0){const s=[o[t]+d[1]*n,o[t+1]-d[0]*n],i=[o[t]+u[1]*n,o[t+1]-u[0]*n];e.push(v[0],v[1],s[0],s[1],v[0],v[1],i[0],i[1])}else{const s=[o[t]-d[1]*n,o[t+1]+d[0]*n],i=[o[t]-u[1]*n,o[t+1]+u[0]*n];e.push(s[0],s[1],_[0],_[1],i[0],i[1],_[0],_[1])}}if(r){const s=a[t/2];for(let t=p;t<e.length;t+=2)c.push(s);p=e.length}}if(h)e.push(e.buffer[l],e.buffer[l+1],e.buffer[l+2],e.buffer[l+3]);else{const t=[o[o.length-2]-o[o.length-4],o[o.length-1]-o[o.length-3]],i=Math.sqrt(Math.pow(t[0],2)+Math.pow(t[1],2));t[0]/=i,t[1]/=i;const h=[-t[1],t[0]],r=[o[o.length-2]+n*h[0],o[o.length-1]+n*h[1]],a=[o[o.length-2]-n*h[0],o[o.length-1]-n*h[1]];if("butt"==s.lineCap)e.push(r[0],r[1],a[0],a[1]);else if("square"==s.lineCap)e.push(r[0]+n*t[0],r[1]+n*t[1],a[0]+n*t[0],a[1]+n*t[1]);else{e.push(r[0],r[1],a[0],a[1]),e.push(o[o.length-2],o[o.length-1],a[0],a[1]);const t=Math.atan2(a[1]-o[o.length-1],a[0]-o[o.length-2]),s=Math.atan2(r[1]-o[o.length-1],r[0]-o[o.length-2]);ms(e,o[o.length-2],o[o.length-1],n,t,s),e.push(o[o.length-2],o[o.length-1],r[0],r[1])}}if(r){const t=a[a.length-1];for(let s=p;s<e.length;s+=2)c.push(t);p=e.length}return c}function ys(t,s){const e=t.isClosed;let i=!0;const h=fs(t.cmds,[]);let r=[h[0],h[1]];for(let t=2;t<h.length;t+=2)h[t]==r[r.length-2]&&h[t+1]==r[r.length-1]||r.push(h[t],h[t+1]);if(!e||r[r.length-2]==r[0]&&r[r.length-1]==r[1]||r.push(r[0],r[1]),r.length>=6){for(let t=0;t<r.length;t++)s.push(r[t]);i=!1}return i}i.WebGLRenderer.registerPlugin("lottiegraphics",class extends i.ObjectRenderer{constructor(t){super(t),this.graphicsDataPool=[],this.primitiveShader=null,this.webGLData=null,this.gl=t.gl,this.CONTEXT_UID=0}onContextChange(){this.gl=this.renderer.gl,this.CONTEXT_UID=this.renderer.CONTEXT_UID,this.primitiveShader=new as(this.gl)}destroy(){i.ObjectRenderer.prototype.destroy.call(this);for(let t=0;t<this.graphicsDataPool.length;++t)this.graphicsDataPool[t].destroy();this.graphicsDataPool=null}render(t){const s=this.renderer,e=s.gl,h=this.getWebGLData(t);if(t.isDirty&&this.updateGraphics(t,h),0===h.indices.length)return;const r=this.primitiveShader;s.bindShader(r),s.state.setBlendMode(t.blendMode),r.uniforms.translationMatrix=t.transform.worldTransform.toArray(!0),r.uniforms.color=i.utils.hex2rgb(t.color),r.uniforms.alpha=t.worldAlpha,s.bindVao(h.vao),h.vao.draw(e.TRIANGLES,h.indices.length)}updateGraphics(t,s){s.reset(),"stroke"===t.drawType?this.buildStroke(t,s):this.buildFill(t,s),t.isDirty=!1}buildStroke(t,s){const{vertices:e,indices:i}=s,{paths:h,lineStyle:r}=t,n=r.lineDash.length>=2;for(let t=0;t<h.length;t++){const s=h[t],a=e.length/2,o=gs(s,r,e);if(n)for(let t=a+2;t<e.length/2;t+=2)o[t-a-1]&&i.push(t-2,t,t-1,t,t+1,t-1);else for(let t=a+2;t<e.length/2;t+=2)i.push(t-2,t,t-1,t,t+1,t-1)}s.upload()}buildFill(t,s){const{vertices:e,indices:h}=s,{paths:r}=t;let n=[];const a=[];for(let t=0;t<r.length;t++){const s=r[t],e=[];if(ys(s,e))break;const h=s.holes,o=[];for(let t=0;t<h.length;t++){const s=h[t],i=e.length;if(ys(s,e))break;o.push(i/2)}const l=i.utils.earcut(e,o,2),p=n.length/2;for(let t=0;t<e.length;t+=2)n.push(e[t],e[t+1]);for(let t=0;t<l.length;t+=3)a.push(p+l[t],p+l[t+1],p+l[t+2])}n.length<6||a<3||(e.setBuffer(new Float32Array(n)),h.setBuffer(new Uint16Array(a)),s.upload())}getWebGLData(t){return t.webGLData&&this.CONTEXT_UID===t.webGLData.CONTEXT_UID||(t.webGLData=new ls(this.renderer.gl,this.primitiveShader,this.renderer.state.attribState),t.webGLData.CONTEXT_UID=this.CONTEXT_UID),t.webGLData}}),i.CanvasRenderer.registerPlugin("lottiegraphics",class{constructor(t){this.renderer=t}destroy(){this.renderer=null}render(t){const s=this.renderer,e=s.context,i=t.lineStyle,h=t.worldAlpha,r=t.transform.worldTransform,n=s.resolution;e.setTransform(r.a*n,r.b*n,r.c*n,r.d*n,r.tx*n,r.ty*n),s.setBlendMode(t.blendMode),e.globalAlpha=h,"stroke"===t.drawType?(e.lineWidth=i.lineWidth,e.lineJoin=i.lineJoin,e.miterLimit=i.miterLimit,e.lineCap=i.lineCap,e.lineDashOffset=i.lineDashOffset,e.setLineDash(i.lineDash||[]),this.buildStroke(t)):this.buildFill(t)}buildStroke(t){const s=this.renderer.context,e=`#${`00000${(0|t.color).toString(16)}`.substr(-6)}`,{paths:i,lineStyle:h}=t;s.lineWidth=h.lineWidth,s.lineJoin=h.lineJoin,s.miterLimit=h.miterLimit,s.lineCap=h.lineCap,s.lineDashOffset=h.lineDashOffset,s.setLineDash(h.lineDash||[]),s.beginPath();for(let t=0;t<i.length;t++)this.drawPath(s,i[t]);s.strokeStyle=e,s.stroke()}buildFill(t){const s=this.renderer.context,e=`#${`00000${(0|t.color).toString(16)}`.substr(-6)}`,{paths:i}=t;s.beginPath();for(let t=0;t<i.length;t++){const e=i[t];this.drawPath(s,e);for(let t=0;t<e.holes.length;t++)this.drawPath(s,e.holes[t])}s.fillStyle=e,s.fill()}drawPath(t,s){for(let e=0;e<s.cmds.length;e++){const{cmd:i,args:h}=s.cmds[e];switch(i){case"M":t.moveTo(h[0],h[1]);break;case"L":t.lineTo(h[0],h[1]);break;case"C":t.bezierCurveTo(h[0],h[1],h[2],h[3],h[4],h[5])}}}});class vs{constructor(){this.cmds=[],this.holes=[],this.isClosed=!1,this.isClockWise=!1}getLength(){return this.cmds.length}add(t,s){this.cmds.push({cmd:t,args:s})}moveTo(t=0,s=0){this.add("M",[t,s])}lineTo(t,s){this.add("L",[t,s])}bezierCurveTo(t,s,e,i,h,r){this.add("C",[t,s,e,i,h,r])}closePath(){this.isClosed=!0}}class _s extends i.Container{constructor(){super(),this.paths=[],this._samplerPoints=[],this.currentPath=null,this.color=0,this.lineStyle={lineWidth:1,lineJoin:"miter",miterLimit:10,lineCap:"butt",lineDash:[],lineDashOffset:0},this.isDirty=!0,this.drawType="",this.blendMode=i.BLEND_MODES.NORMAL,this.webGLData=null,this.firstIsClockWise=!0,this.preClockWiseStatus=null}clear(){this.paths.length=0,this.currentPath=null,this.firstIsClockWise=!0,this.preClockWiseStatus=null,this.isDirty=!0}moveTo(t=0,s=0){this.endPath(),this.currentPath=new vs,this.currentPath.moveTo(t,s),this._samplerPoints.push([t,s])}lineTo(t,s){this.currentPath.lineTo(t,s),this._samplerPoints.push([t,s])}bezierCurveTo(t,s,e,i,h,r){this.currentPath.bezierCurveTo(t,s,e,i,h,r),this._samplerPoints.push([h,r])}endPath(){if(this.currentPath&&this.currentPath.getLength()>1){const t=this.paths.length,s=function(t){const s=t.length;let e=0;for(let i=s-1,h=0;h<s;i=h++)e+=t[i][0]*t[h][1]-t[h][0]*t[i][1];return.5*e}(this._samplerPoints)>0;this.currentPath.isClockWise=s,0===t&&(this.firstIsClockWise=s),t>0&&this.preClockWiseStatus===this.firstIsClockWise&&this.preClockWiseStatus!==s?(t>0?this.paths[t-1]:null).holes.push(this.currentPath):(this.paths.push(this.currentPath),this.preClockWiseStatus=s),this.currentPath=null,this.isDirty=!0}this._samplerPoints.length=0}closePath(){this.currentPath.closePath()}stroke(){this.endPath(),this.drawType="stroke"}fill(){null!==this.currentPath&&(this.closePath(),this.endPath(),this.drawType="fill")}_renderWebGL(t){t.setObjectRenderer(t.plugins.lottiegraphics),t.plugins.lottiegraphics.render(this)}_renderCanvas(t){t.plugins.lottiegraphics.render(this)}}class ks extends i.Graphics{constructor(t,s){super(),this.lottieElement=t,this.config=s;const e=parseInt(s.color.replace("#",""),16);this.beginFill(e),this.drawRect(0,0,s.rect.width,s.rect.height),this.endFill()}onSetupLottie(){if(this.lottieElement.hasValidMasks()){const t=this.config.session.local;this.graphicsMasks=new hs(t),this.mask=this.graphicsMasks,this.addChild(this.mask)}}setHierarchy(t){this.hierarchy=t}show(){this.visible=!0}hide(){this.visible=!1}updateLottieTransform(t){this.x=t.x,this.y=t.y,this.pivot.x=t.anchorX,this.pivot.y=t.anchorY,this.scale.x=t.scaleX,this.scale.y=t.scaleY,this.rotation=t.rotation,this.alpha=t.alpha}updateLottieMasks(t){this.graphicsMasks&&this.graphicsMasks.updateMasks(t)}}class Ss extends i.Sprite{constructor(t,s){const{texture:e,asset:h}=s;super(e),e.baseTexture.hasLoaded?(e.orig=new i.Rectangle(0,0,h.w,h.h),e._updateUvs()):e.baseTexture.on("loaded",(()=>{e.orig=new i.Rectangle(0,0,h.w,h.h),e._updateUvs()})),this.lottieElement=t,this.config=s}onSetupLottie(){if(this.lottieElement.hasValidMasks()){const t=this.config.session.local;this.graphicsMasks=new hs(t),this.mask=this.graphicsMasks,this.addChild(this.mask)}}setHierarchy(t){this.hierarchy=t}show(){this.visible=!0}hide(){this.visible=!1}updateLottieTransform(t){this.x=t.x,this.y=t.y,this.pivot.x=t.anchorX,this.pivot.y=t.anchorY,this.scale.x=t.scaleX,this.scale.y=t.scaleY,this.rotation=t.rotation,this.alpha=t.alpha}updateLottieMasks(t){this.graphicsMasks&&this.graphicsMasks.updateMasks(t)}}const xs=/^(https?:)?\/\//;class Ms extends c{constructor(t,{prefix:s,autoLoad:e=!0}){super(),this.assets=t,this.prefix=s||"",this.textures={},this._total=0,this._failed=0,this._received=0,this.loaded=!1,e&&this.load()}load(){this.assets.forEach((t=>{const s=t.id,e=function(t,s){if(1===t.e)return t.p;s&&(s=s.replace(/\/?$/,"/"));const e=t.u+t.p;let i="";return i=t.up?t.up:xs.test(e)?e:s+e,i}(t,this.prefix),h=i.Texture.fromImage(e,"*");this.textures[s]=h,this._total++,h.baseTexture.hasLoaded?(this._received++,this.emit("update"),this._received+this._failed>=this._total&&this._onComplete()):(h.baseTexture.once("loaded",(()=>{this._received++,this.emit("update"),this._received+this._failed>=this._total&&this._onComplete()})),h.baseTexture.once("error",(()=>{this._failed++,this.emit("update"),this._received+this._failed>=this._total&&this._onComplete()})))}))}_onComplete(){this.loaded=!0,this.emit("complete"),this._failed>0&&(this._failed>=this._total?this.emit("fail"):this.emit("partlyfail",this._failed))}getTextureById(t){return this.textures[t]}}function ws(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}class Ts extends c{constructor(t){super(),this.path=t,this.onSuccess=this.onSuccess.bind(this),this.onFail=this.onFail.bind(this),function(t,s,e){let i,h=new XMLHttpRequest;h.open("GET",t,!0);try{h.responseType="json"}catch(t){console.error("lottie-pixi loadAjax:",t)}h.send(),h.onreadystatechange=function(){if(4==h.readyState)if(200==h.status)i=ws(h),s(i);else try{i=ws(h),s(i)}catch(t){e&&e(t)}}}(t,this.onSuccess,this.onFail)}onSuccess(t){this.emit("success",t),this.emit("complete",t)}onFail(t){this.emit("fail",t),this.emit("error",t)}}const Ps={Linear:{None:t=>t},Ease:{In:function(){const t=new I(.42,0,1,1);return function(s){return t.get(s)}}(),Out:function(){const t=new I(0,0,.58,1);return function(s){return t.get(s)}}(),InOut:function(){const t=new I(.42,0,.58,1);return function(s){return t.get(s)}}(),Bezier(t,s,e,i){const h=new I(t,s,e,i);return function(t){return h.get(t)}}},Elastic:{In:t=>0===t?0:1===t?1:-Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI),Out:t=>0===t?0:1===t?1:Math.pow(2,-10*t)*Math.sin(5*(t-.1)*Math.PI)+1,InOut:t=>0===t?0:1===t?1:(t*=2)<1?-.5*Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI):.5*Math.pow(2,-10*(t-1))*Math.sin(5*(t-1.1)*Math.PI)+1},Back:{In(t){const s=1.70158;return t*t*((s+1)*t-s)},Out(t){const s=1.70158;return--t*t*((s+1)*t+s)+1},InOut(t){const s=2.5949095;return(t*=2)<1?t*t*((s+1)*t-s)*.5:.5*((t-=2)*t*((s+1)*t+s)+2)}},Bounce:{In:t=>1-Ps.Bounce.Out(1-t),Out:t=>t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375,InOut:t=>t<.5?.5*Ps.Bounce.In(2*t):.5*Ps.Bounce.Out(2*t-1)+.5}};function bs(t){c.call(this),this.element=t.element||{},this.duration=t.duration||300,this.living=!0,this.resident=t.resident||!1,this.infinite=t.infinite||!1,this.alternate=t.alternate||!1,this.repeats=t.repeats||0,this.delay=t.delay||0,this.wait=t.wait||0,this.timeScale=p.isNumber(t.timeScale)?t.timeScale:1,t.onComplete&&this.on("complete",t.onComplete.bind(this)),t.onUpdate&&this.on("update",t.onUpdate.bind(this)),this.init(),this.paused=!1}function Ds(t){bs.call(this,t),t.from=t.from||{};for(const s in t.to)p.isUndefined(t.from[s])&&(t.from[s]=this.element[s]);this.ease=t.ease||Ps.Ease.InOut,this.from=t.from,this.to=t.to}function Cs(t){bs.call(this,t),this.dynamicProperties=[],this._mdf=!1,this.keyframes=p.copyJSON(t.keyframes),this.frameRate=t.frameRate||30,this.tpf=1e3/this.frameRate,this.ip=p.isUndefined(t.ip)?this.keyframes.ip:t.ip,this.op=p.isUndefined(t.ip)?this.keyframes.op:t.op,this.tfs=this.op-this.ip,this.duration=this.tfs*this.tpf,this.ignoreProps=p.isArray(t.ignoreProps)?t.ignoreProps:[],this.transform=new Jt(this,this.keyframes.ks)}function Ls(t,s){bs.call(this,s),this.runners=[],this.queues=[],this.cursor=0,this.total=0,this.alternate=!1,t&&this.then(t)}bs.prototype=Object.create(c.prototype),bs.prototype.update=function(t){const s=this.direction*this.timeScale*t;if(this.waitCut>0)return void(this.waitCut-=Math.abs(s));if(this.paused||!this.living||this.delayCut>0)return void(this.delayCut>0&&(this.delayCut-=Math.abs(s)));this.progress+=s;let e=!1;const i=this.progress;let h;return this.spill()&&(this.repeatsCut>0||this.infinite?(this.repeatsCut>0&&--this.repeatsCut,this.delayCut=this.delay,this.alternate?(this.direction*=-1,this.progress=p.codomainBounce(this.progress,0,this.duration)):(this.direction=1,this.progress=p.euclideanModulo(this.progress,this.duration))):e=!0),e?(this.resident||(this.living=!1),this.progress=p.clamp(i,0,this.duration),h=this.nextPose(),this.emit("complete",h,i-this.progress)):(h=this.nextPose(),this.emit("update",h,this.progress/this.duration)),h},bs.prototype.spill=function(){const t=this.progress<=0&&-1===this.direction,s=this.progress>=this.duration&&1===this.direction;return t||s},bs.prototype.init=function(){this.direction=1,this.progress=0,this.repeatsCut=this.repeats,this.delayCut=this.delay,this.waitCut=this.wait},bs.prototype.nextPose=function(){console.warn("should be overwrite")},bs.prototype.linear=function(t,s,e){return(s-t)*e+t},bs.prototype.setSpeed=function(t){return this.timeScale=t,this},bs.prototype.pause=function(){return this.paused=!0,this},bs.prototype.resume=function(){return this.paused=!1,this},bs.prototype.restart=bs.prototype.resume,bs.prototype.stop=function(){return this.repeats=0,this.infinite=!1,this.progress=this.duration,this},bs.prototype.cancel=function(){return this.living=!1,this},Ds.prototype=Object.create(bs.prototype),Ds.prototype.nextPose=function(){const t={},s=this.ease(this.progress/this.duration);for(const e in this.to)void 0!==this.element[e]&&(this.element[e]=t[e]=this.linear(this.from[e],this.to[e],s));return t},Cs.prototype=Object.create(bs.prototype),Cs.prototype.prepareProperties=function(t){const s=this.dynamicProperties.length;let e;for(e=0;e<s;e+=1)this.dynamicProperties[e].getValue(t),this.dynamicProperties[e]._mdf&&(this._mdf=!0)},Cs.prototype.addDynamicProperty=function(t){-1===this.dynamicProperties.indexOf(t)&&this.dynamicProperties.push(t)},Cs.prototype.nextPose=function(){const t={},s=this.ip+this.progress/this.tpf;return this.prepareProperties(s),-1===this.ignoreProps.indexOf("position")&&(-1===this.ignoreProps.indexOf("x")&&(t.x=this.element.x=this.transform.x),-1===this.ignoreProps.indexOf("y")&&(t.y=this.element.y=this.transform.y)),-1===this.ignoreProps.indexOf("pivot")&&(t.pivot={},-1===this.ignoreProps.indexOf("pivotX")&&(t.pivot.x=this.element.pivot.x=this.transform.anchorX),-1===this.ignoreProps.indexOf("pivotY")&&(t.pivot.y=this.element.pivot.y=this.transform.anchorY)),-1===this.ignoreProps.indexOf("scale")&&(t.scale={},-1===this.ignoreProps.indexOf("scaleX")&&(t.scale.x=this.element.scale.x=this.transform.scaleX),-1===this.ignoreProps.indexOf("scaleY")&&(t.scale.y=this.element.scale.y=this.transform.scaleY)),-1===this.ignoreProps.indexOf("rotation")&&(t.rotation=this.element.rotation=this.transform.rotation),-1===this.ignoreProps.indexOf("alpha")&&(t.alpha=this.element.alpha=this.transform.alpha),t},Ls.prototype=Object.create(bs.prototype),Ls.prototype.then=function(t){return this.queues.push(t),this.total=this.queues.length,this},Ls.prototype.nextOne=function(t,s){this.runners[this.cursor].init(),this.cursor++,this._residueTime=Math.abs(s)},Ls.prototype.initOne=function(){const t=this.queues[this.cursor];t.infinite=!1,t.resident=!0,t.element=this.element;let s=null;t.keyframes?s=new Cs(t):t.to&&(s=new Ds(t)),null!==s&&(s.on("complete",this.nextOne.bind(this)),this.runners.push(s))},Ls.prototype.nextPose=function(t){return!this.runners[this.cursor]&&this.queues[this.cursor]&&this.initOne(),this._residueTime>0&&(t+=this._residueTime,this._residueTime=0),this.runners[this.cursor].update(t)},Ls.prototype.update=function(t){if(this.wait>0)return void(this.wait-=Math.abs(t));if(this.paused||!this.living||this.delayCut>0)return void(this.delayCut>0&&(this.delayCut-=Math.abs(t)));const s=this.cursor,e=this.nextPose(this.timeScale*t);return this.emit("update",{index:s,pose:e},this.progress/this.duration),this.spill()&&(this.repeats>0||this.infinite?(this.repeats>0&&--this.repeats,this.delayCut=this.delay,this.cursor=0):(this.resident||(this.living=!1),this.emit("complete",e))),e},Ls.prototype.spill=function(){return this.cursor>=this.total};const As={settings:i.settings,UPDATE_PRIORITY:i.UPDATE_PRIORITY,animationTicker:i.ticker.shared};function Os(t){this.element=t,this.animates=[],this.timeScale=1,this.paused=!1,this.updateDeltaTime=this.updateDeltaTime.bind(this),As.animationTicker.add(this.updateDeltaTime,As.UPDATE_PRIORITY.HIGH)}Os.prototype.clearAnimators=function(t){if(this.paused)return;const s=this.animates;for(let e=0;e<t.length;e++){const i=t[e];s[i].living||s[i].resident||this.animates.splice(i,1)}},Os.prototype.updateDeltaTime=function(t){if(this.animates.length<=0)return;const s=t/As.settings.TARGET_FPMS;this.update(s)},Os.prototype.update=function(t){if(this.paused)return;if(this.animates.length<=0)return;t=this.timeScale*t;const s=[];for(let e=0;e<this.animates.length;e++)this.animates[e].living||this.animates[e].resident?this.animates[e].update(t):s.push(e);s.length>0&&this.clearAnimators(s)},Os.prototype.animate=function(t,s){return t.element=this.element,this._addMove(new Ds(t),s)},Os.prototype.queues=function(t,s,e){return s.element=this.element,this._addMove(new Ls(t,s),e)},Os.prototype.bodymovin=function(t,s){return t.element=this.element,this._addMove(new Cs(t),s)},Os.prototype._addMove=function(t,s){return s&&this.clearAll(),this.animates.push(t),t},Os.prototype.pause=function(){this.paused=!0},Os.prototype.resume=function(){this.paused=!1},Os.prototype.restart=Os.prototype.resume,Os.prototype.setSpeed=function(t){this.timeScale=t},Os.prototype.clearAll=function(){this.animates.length=0},i.DisplayObject.prototype.setupAnimations=function(){this.animations||(this.animations=new Os(this))},i.DisplayObject.prototype.animate=function(t,s){return this.animations||this.setupAnimations(),this.animations.animate(t,s)},i.DisplayObject.prototype.queues=function(t,s={},e){return this.animations||this.setupAnimations(),this.animations.queues(t,s,e)},i.DisplayObject.prototype.bodymovin=function(t,s){return this.animations||this.setupAnimations(),this.animations.bodymovin(t,s)},Object.defineProperties(i.DisplayObject.prototype,{scaleXY:{get(){return this.scale.x},set(t){this.scale.set(t)}},scaleX:{get(){return this.scale.x},set(t){this.scale.x=t}},scaleY:{get(){return this.scale.y},set(t){this.scale.y=t}},pivotX:{get(){return this.pivot.x},set(t){this.pivot.x=t}},pivotY:{get(){return this.pivot.y},set(t){this.pivot.y=t}}}),i.Container.prototype.updateTransform=function(){this.emit("pretransform"),this._boundsID++,this.hierarchy&&this.hierarchy.transform?(this.hierarchy.updateTransform(),this.transform.updateTransform(this.hierarchy.transform)):this.transform.updateTransform(this.parent.transform),this.worldAlpha=this.alpha*this.parent.worldAlpha;for(let t=0,s=this.children.length;t<s;++t){const s=this.children[t];s.visible&&s.updateTransform()}this.emit("posttransform")},i.Container.prototype.containerUpdateTransform=i.Container.prototype.updateTransform;var Is=Number.isFinite||function(t){return!("number"!=typeof t||t!=t||t===1/0||t===-1/0)},Fs=Number.isInteger||function(t){return"number"==typeof t&&Is(t)&&Math.floor(t)===t},Es=/^-?\d+$/,Vs=function(t){return"number"==typeof t?Fs(t)?t:void 0:"string"==typeof t&&Es.test(t)?parseInt(t,10):void 0},Ns=/OS (\d\d?_\d(_\d)?)/,qs=function(t){if(!t)return null;var s=Ns.exec(t);if(!s)return null;var e=s[1].split("_").map(Vs);return{major:e[0],minor:e[1],patch:e[2]||0}};const{major:js}=qs(window.navigator.userAgent)||{};function Rs(t){if(window.URL=window.URL||window.webkitURL,window.URL&&URL.createObjectURL){const s=function(t){let s=atob(t.split(",")[1]),e=new ArrayBuffer(s.length),i=new Uint8Array(e),h=t.split(",")[0].match(/:(.*?);/)[1];for(let t=0,e=s.length;t<e;t++)i[t]=s.charCodeAt(t);let r,n=[i];try{r=new Blob(n,{type:h})}catch(t){console.log(t)}return r}(t);return URL.createObjectURL(s)}return t}m(f.Texture,(function(t,s){return new Ms(t,s)})),m(f.Ajax,(function(t){return new Ts(t)})),Nt(Vt.Null,ns),Nt(Vt.Path,class extends _s{constructor(t,s){super(),this.lottieElement=t,this.config=s,this.passMatrix=new i.Matrix}setShapeTransform(){const t=this.lottieElement.preTransforms.finalTransform.props;this.passMatrix.set(t[0],t[1],t[4],t[5],t[12],t[13]),this.transform.setFromMatrix(this.passMatrix)}updateTransform(){this.setShapeTransform(),this.transform.updateTransform(this.parent.transform),this.worldAlpha=this.alpha*this.parent.worldAlpha,this._bounds.updateID++}updateLottieGrahpics(t){const s=t.type;if(this.clear(),("st"===s||"gs"===s)&&0===t.wi||!t.data._shouldRender||0===t.coOp)return;const e=t.elements,i=e.length;for(let t=0;t<i;t+=1){const s=e[t].trNodes,i=s.length;for(let t=0;t<i;t++)"m"==s[t].t?this.moveTo(s[t].p[0],s[t].p[1]):"c"==s[t].t?this.bezierCurveTo(s[t].pts[0],s[t].pts[1],s[t].pts[2],s[t].pts[3],s[t].pts[4],s[t].pts[5]):this.closePath()}"st"!==s&&"gs"!==s||(t.da?(this.lineStyle.lineDash=t.da,this.lineStyle.lineDashOffset=t.do):this.lineStyle.lineDash=[]),"st"===s||"gs"===s?(this.lineStyle.lineWidth=t.wi,this.lineStyle.lineCap=t.lc,this.lineStyle.lineJoin=t.lj,this.lineStyle.miterLimit=t.ml||0,this.color=p.rgb2hex(t.co||t.grd),this.alpha=t.coOp,this.stroke()):(this.color=p.rgb2hex(t.co||t.grd),this.alpha=t.coOp,this.fill())}}),Nt(Vt.Shape,ns),Nt(Vt.Solid,ks),Nt(Vt.Sprite,Ss),Nt(Vt.Component,ns),Nt(Vt.Container,i.Container);var Xs=function(t){function e(){var s=null!==t&&t.apply(this,arguments)||this;return s.managerLife=["DisplayReady","ImageReady","success","error","complete","loopComplete","enterFrame","update"],s}return r(e,t),e.prototype.init=function(){this.renderSystem=this.game.getSystem("Renderer"),this.app=this.renderSystem.application},e.prototype.componentChanged=function(t){return a(this,void 0,void 0,(function(){return o(this,(function(e){return"Lottie"===t.componentName&&(t.type===s.OBSERVER_TYPE.ADD?this.add(t):t.type===s.OBSERVER_TYPE.REMOVE&&this.remove(t)),[2]}))}))},e.prototype.add=function(t){return a(this,void 0,void 0,(function(){var e,i,h,r,a,l,p,c;return o(this,(function(o){switch(o.label){case 0:return this.manager=new is(this.app),e=t.component,(i=this.renderSystem.containerManager.getContainer(t.gameObject.id))?(h=e.options,r=h.resource,a=function(t,s){var e={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&s.indexOf(i)<0&&(e[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var h=0;for(i=Object.getOwnPropertySymbols(t);h<i.length;h++)s.indexOf(i[h])<0&&Object.prototype.propertyIsEnumerable.call(t,i[h])&&(e[i[h]]=t[i[h]])}return e}(h,["resource"]),[4,s.resource.getResource(r)]):[2];case 1:return l=o.sent().data,p=n({},l.json||{}),(p.assets||[]).forEach((function(t){var s;t.p&&(t.p=(s=t.p,js<=8&&/^data:image\/png;base64/.test(s)?Rs(s):s))})),c=this.manager.parseAnimation(n({keyframes:p},a)),e.anim=c,i.addChildAt(c.group,0),this.managerLife.forEach((function(t){c.on(t,(function(s){return e.emit(t,s)}))})),c.isImagesLoaded&&e.emit("success",{}),[2]}}))}))},e.prototype.remove=function(t){var s=t.component,e=this.renderSystem.containerManager.getContainer(t.gameObject.id);e&&(e.removeChild(s.anim.group),s.anim.destroy()),s.anim=null},e.systemName="LottieSystem",e=function(t,s,e,i){var h,r=arguments.length,n=r<3?s:null===i?i=Object.getOwnPropertyDescriptor(s,e):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,s,e,i);else for(var a=t.length-1;a>=0;a--)(h=t[a])&&(n=(r<3?h(n):r>3?h(s,e,n):h(s,e))||n);return r>3&&n&&Object.defineProperty(s,e,n),n}([s.decorators.componentObserver({Lottie:[]})],e),e}(e.Renderer),Ys=Xs,Bs=function(t){function s(s){var e=t.call(this)||this;return e.loadStatus=!1,e.firstPlay=null,e.prevSlot={},e.currentSlot={},e.options=n({autoStart:!1},s),e.on("success",(function(){e.loadStatus=!0;for(var t=e.anim.keyframes,s=t.ip,i=t.op,h=function(t){var s="@"+t;e.anim.on(s,(function(t){return e.emit(s,t)}))},r=s;r<=i;r++)h(r);e.firstPlay&&e.firstPlay()})),e}return r(s,t),s.prototype.play=function(t,s){var e=this;if(void 0===t&&(t=[]),void 0===s&&(s={repeats:0}),this.loadStatus){var h=s.slot;(void 0===h?[]:h).forEach((function(t){var s=t.name,h=t.type,r=t.value,n=t.style,a=void 0===n?{}:n,o=a.x,l=a.y,p=a.anchor,c=void 0===p?{x:0,y:0}:p,u=a.pivot,d=void 0===u?{x:0,y:0}:u,f=a.width,m=a.height;"IMAGE"===h?e.currentSlot[s]=i.Sprite.from(r):"TEXT"===h&&(e.currentSlot[s]=new i.Text(r,new i.TextStyle(a))),o&&(e.currentSlot[s].x=o),l&&(e.currentSlot[s].y=l),f&&(e.currentSlot[s].width=f),m&&(e.currentSlot[s].height=m),e.currentSlot[s].anchor.set(c.x||0,c.y||0),e.currentSlot[s].pivot.set(e.currentSlot[s].width*(d.x||0),e.currentSlot[s].height*(d.y||0)),e.prevSlot[s]&&e.anim.unbindSlot(s,e.prevSlot[s]),e.anim.bindSlot(s,e.currentSlot[s]),e.prevSlot[s]=e.currentSlot[s]})),this.anim.playSegment(this.playParamsHandle(t),s)}else this.firstPlay=function(){e.play(t,s)}},s.prototype.playParamsHandle=function(t){var s=[].concat(t),e=this.anim.keyframes;return!s.length||s.length>2?s=[e.ip,e.op]:1===s.length&&(s=[s[0]%e.op,e.op]),s},s.prototype.onTap=function(t,s){var e=this,h=new i.Graphics;this.on("success",(function(){var i=e.anim.querySelector(t),r=i.display;h.beginFill(16777215),h.drawRect(0,0,100,100),h.endFill(),h.alpha=0,r.addChild(h),i.display.interactive=!0,i.display.on("pointertap",(function(){s()}))}))},s.componentName="Lottie",s}(s.Component),Gs=Bs;return s.resource.registerResourceType("LOTTIE"),t.Lottie=Gs,t.LottieSystem=Ys,Object.defineProperty(t,"__esModule",{value:!0}),t}({},EVA,EVA.plugin.renderer,PIXI);window.EVA.plugin.renderer.lottie=window.EVA.plugin.renderer.lottie||_EVA_IIFE_lottie;