@sparkle-learning/core 0.0.57 → 0.0.58

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 (1100) hide show
  1. package/dist/cjs/PrivateRoute-f97245ce.js +217 -0
  2. package/dist/cjs/active-router-f9e18bd8.js +75 -0
  3. package/dist/cjs/animation-ee586546.js +986 -0
  4. package/dist/cjs/app-globals-33c9f31b.js +9 -0
  5. package/dist/cjs/appdata.service-c8d71e05.js +73 -0
  6. package/dist/cjs/assets.service-bfa75092.js +50 -0
  7. package/dist/cjs/assignment.service-690fb59c.js +19 -0
  8. package/dist/cjs/auth.store-1e630a7d.js +3392 -0
  9. package/dist/cjs/compass-svg.cjs.entry.js +132 -0
  10. package/dist/cjs/context-consumer.cjs.entry.js +29 -0
  11. package/dist/cjs/course-select.cjs.entry.js +30 -0
  12. package/dist/cjs/cubic-bezier-53d26d05.js +93 -0
  13. package/dist/cjs/dir-5af5259a.js +20 -0
  14. package/dist/cjs/environment-config.service-c8ff1f3d.js +28 -0
  15. package/dist/cjs/facilitator.service-ff0e1659.js +95 -0
  16. package/dist/cjs/feed.service-8eca4de6.js +57 -0
  17. package/dist/cjs/focus-visible-b0b07ba6.js +76 -0
  18. package/dist/cjs/framework-delegate-59a98abd.js +111 -0
  19. package/dist/cjs/gesture-controller-0eb5579e.js +196 -0
  20. package/dist/cjs/haptic-780f33c4.js +116 -0
  21. package/dist/cjs/hardware-back-button-92d97ff8.js +76 -0
  22. package/dist/cjs/header-mobile-collapse_61.cjs.entry.js +15124 -0
  23. package/dist/cjs/helpers-c2496722.js +425 -0
  24. package/dist/cjs/httpService-d2e7bf8f.js +687 -0
  25. package/dist/cjs/icons-fda820af.js +26 -0
  26. package/dist/cjs/index-12082cba.js +465 -0
  27. package/dist/cjs/index-15ea05f5.js +314 -0
  28. package/dist/cjs/index-51e8292e.js +1928 -0
  29. package/dist/cjs/index-787d4498.js +232 -0
  30. package/dist/cjs/index-8b5629a6.js +186 -0
  31. package/dist/cjs/index-975586fd.js +48 -0
  32. package/dist/cjs/index-9c7b27e4.js +140 -0
  33. package/dist/cjs/index-af080b50.js +139 -0
  34. package/dist/cjs/index-e56e09b8.js +38 -0
  35. package/dist/cjs/index.cjs.js +26 -0
  36. package/dist/cjs/index.es-38cbcdbe.js +10666 -0
  37. package/dist/cjs/input-shims-eff63b88.js +418 -0
  38. package/dist/cjs/ion-accordion-group.cjs.entry.js +205 -0
  39. package/dist/cjs/ion-accordion.cjs.entry.js +336 -0
  40. package/dist/cjs/ion-action-sheet_7.cjs.entry.js +2935 -0
  41. package/dist/cjs/ion-app.cjs.entry.js +79 -0
  42. package/dist/cjs/ion-back-button.cjs.entry.js +94 -0
  43. package/dist/cjs/ion-backdrop.cjs.entry.js +67 -0
  44. package/dist/cjs/ion-badge.cjs.entry.js +29 -0
  45. package/dist/cjs/ion-breadcrumb.cjs.entry.js +95 -0
  46. package/dist/cjs/ion-breadcrumbs.cjs.entry.js +133 -0
  47. package/dist/cjs/ion-buttons_3.cjs.entry.js +153 -0
  48. package/dist/cjs/ion-card-header.cjs.entry.js +37 -0
  49. package/dist/cjs/ion-card-subtitle.cjs.entry.js +30 -0
  50. package/dist/cjs/ion-card-title.cjs.entry.js +30 -0
  51. package/dist/cjs/ion-chip.cjs.entry.js +40 -0
  52. package/dist/cjs/ion-content_2.cjs.entry.js +659 -0
  53. package/dist/cjs/ion-datetime-button.cjs.entry.js +312 -0
  54. package/dist/cjs/ion-datetime.cjs.entry.js +1623 -0
  55. package/dist/cjs/ion-fab-button.cjs.entry.js +108 -0
  56. package/dist/cjs/ion-fab-list.cjs.entry.js +45 -0
  57. package/dist/cjs/ion-fab.cjs.entry.js +76 -0
  58. package/dist/cjs/ion-footer.cjs.entry.js +120 -0
  59. package/dist/cjs/ion-img.cjs.entry.js +101 -0
  60. package/dist/cjs/ion-infinite-scroll-content.cjs.entry.js +37 -0
  61. package/dist/cjs/ion-infinite-scroll.cjs.entry.js +206 -0
  62. package/dist/cjs/ion-item-divider.cjs.entry.js +40 -0
  63. package/dist/cjs/ion-item-group.cjs.entry.js +31 -0
  64. package/dist/cjs/ion-item-option.cjs.entry.js +60 -0
  65. package/dist/cjs/ion-item-options.cjs.entry.js +47 -0
  66. package/dist/cjs/ion-item-sliding.cjs.entry.js +398 -0
  67. package/dist/cjs/ion-loading.cjs.entry.js +215 -0
  68. package/dist/cjs/ion-menu-button.cjs.entry.js +76 -0
  69. package/dist/cjs/ion-menu-toggle.cjs.entry.js +47 -0
  70. package/dist/cjs/ion-menu.cjs.entry.js +575 -0
  71. package/dist/cjs/ion-modal.cjs.entry.js +1711 -0
  72. package/dist/cjs/ion-nav-link.cjs.entry.js +47 -0
  73. package/dist/cjs/ion-nav.cjs.entry.js +872 -0
  74. package/dist/cjs/ion-picker-column-internal_2.cjs.entry.js +808 -0
  75. package/dist/cjs/ion-picker-column.cjs.entry.js +331 -0
  76. package/dist/cjs/ion-picker.cjs.entry.js +221 -0
  77. package/dist/cjs/ion-progress-bar.cjs.entry.js +74 -0
  78. package/dist/cjs/ion-refresher-content.cjs.entry.js +35 -0
  79. package/dist/cjs/ion-refresher.cjs.entry.js +802 -0
  80. package/dist/cjs/ion-reorder-group.cjs.entry.js +281 -0
  81. package/dist/cjs/ion-reorder.cjs.entry.js +38 -0
  82. package/dist/cjs/ion-route-redirect.cjs.entry.js +24 -0
  83. package/dist/cjs/ion-route.cjs.entry.js +49 -0
  84. package/dist/cjs/ion-router-link.cjs.entry.js +38 -0
  85. package/dist/cjs/ion-router-outlet.cjs.entry.js +200 -0
  86. package/dist/cjs/ion-router.cjs.entry.js +831 -0
  87. package/dist/cjs/ion-searchbar.cjs.entry.js +370 -0
  88. package/dist/cjs/ion-segment-button.cjs.entry.js +102 -0
  89. package/dist/cjs/ion-segment.cjs.entry.js +417 -0
  90. package/dist/cjs/ion-skeleton-text.cjs.entry.js +33 -0
  91. package/dist/cjs/ion-slide.cjs.entry.js +25 -0
  92. package/dist/cjs/ion-slides.cjs.entry.js +391 -0
  93. package/dist/cjs/ion-split-pane.cjs.entry.js +154 -0
  94. package/dist/cjs/ion-tab-bar.cjs.entry.js +75 -0
  95. package/dist/cjs/ion-tab-button.cjs.entry.js +103 -0
  96. package/dist/cjs/ion-tab.cjs.entry.js +59 -0
  97. package/dist/cjs/ion-tabs.cjs.entry.js +154 -0
  98. package/dist/cjs/ion-thumbnail.cjs.entry.js +20 -0
  99. package/dist/cjs/ion-toast.cjs.entry.js +272 -0
  100. package/dist/cjs/ion-toggle.cjs.entry.js +177 -0
  101. package/dist/cjs/ion-virtual-scroll.cjs.entry.js +555 -0
  102. package/dist/cjs/ionic-global-2cde9d3a.js +231 -0
  103. package/dist/cjs/ios.transition-da235483.js +482 -0
  104. package/dist/cjs/keyboard-91096619.js +140 -0
  105. package/dist/cjs/loader.cjs.js +24 -0
  106. package/dist/cjs/localstorage.service-6346a41d.js +40 -0
  107. package/dist/cjs/md.transition-be429e07.js +57 -0
  108. package/dist/cjs/media.service-8a1b9bc5.js +40 -0
  109. package/dist/cjs/menu-toggle-util-7a01448c.js +14 -0
  110. package/dist/cjs/overlays-32df265a.js +507 -0
  111. package/dist/cjs/parse-d0071120.js +1237 -0
  112. package/dist/cjs/purify-fb9c107e.js +1468 -0
  113. package/dist/cjs/signalR.service-bd6b42f9.js +2985 -0
  114. package/dist/cjs/sparkle-animation-player.cjs.entry.js +515 -0
  115. package/dist/cjs/sparkle-assignment.cjs.entry.js +110 -0
  116. package/dist/cjs/sparkle-character-intro.cjs.entry.js +26 -0
  117. package/dist/cjs/sparkle-code.cjs.entry.js +43 -0
  118. package/dist/cjs/sparkle-compass-post.cjs.entry.js +133 -0
  119. package/dist/cjs/sparkle-compass.cjs.entry.js +126 -0
  120. package/dist/cjs/sparkle-core.cjs.js +22 -0
  121. package/dist/cjs/sparkle-discussion-questions_2.cjs.entry.js +281 -0
  122. package/dist/cjs/sparkle-discussion.cjs.entry.js +42 -0
  123. package/dist/cjs/sparkle-emoji.cjs.entry.js +80 -0
  124. package/dist/cjs/sparkle-facilitator-notes-form.cjs.entry.js +121 -0
  125. package/dist/cjs/sparkle-feed-post.cjs.entry.js +122 -0
  126. package/dist/cjs/sparkle-feedback.cjs.entry.js +101 -0
  127. package/dist/cjs/sparkle-file-upload.cjs.entry.js +53 -0
  128. package/dist/cjs/sparkle-goal-form.cjs.entry.js +179 -0
  129. package/dist/cjs/sparkle-gww-comment-list.cjs.entry.js +26 -0
  130. package/dist/cjs/sparkle-gww-graph.cjs.entry.js +19 -0
  131. package/dist/cjs/sparkle-input.cjs.entry.js +56 -0
  132. package/dist/cjs/sparkle-intro.cjs.entry.js +26 -0
  133. package/dist/cjs/sparkle-lower-content-nav.cjs.entry.js +22 -0
  134. package/dist/cjs/sparkle-menu-collapsible.cjs.entry.js +46 -0
  135. package/dist/cjs/sparkle-modal-image.cjs.entry.js +34 -0
  136. package/dist/cjs/sparkle-notfound-page.cjs.entry.js +25 -0
  137. package/dist/cjs/sparkle-overlay.cjs.entry.js +92 -0
  138. package/dist/cjs/sparkle-poll.cjs.entry.js +19 -0
  139. package/dist/cjs/sparkle-quiz-container.cjs.entry.js +47 -0
  140. package/dist/cjs/sparkle-quiz-feedback_5.cjs.entry.js +117 -0
  141. package/dist/cjs/sparkle-quiz-old.cjs.entry.js +120 -0
  142. package/dist/cjs/sparkle-quiz.cjs.entry.js +103 -0
  143. package/dist/cjs/sparkle-select.cjs.entry.js +61 -0
  144. package/dist/cjs/sparkle-sidebar.cjs.entry.js +43 -0
  145. package/dist/cjs/sparkle-tab.cjs.entry.js +26 -0
  146. package/dist/cjs/sparkle-table-of-contents.cjs.entry.js +71 -0
  147. package/dist/cjs/sparkle-tabs.cjs.entry.js +66 -0
  148. package/dist/cjs/sparkle-video-player.cjs.entry.js +22 -0
  149. package/dist/cjs/sparkle-youtube.cjs.entry.js +39 -0
  150. package/dist/cjs/spinner-configs-0ac05f2d.js +147 -0
  151. package/dist/cjs/status-tap-033befa2.js +42 -0
  152. package/dist/cjs/stencil-async-content.cjs.entry.js +32 -0
  153. package/dist/cjs/stencil-route-title.cjs.entry.js +32 -0
  154. package/dist/cjs/stencil-router-prompt.cjs.entry.js +59 -0
  155. package/dist/cjs/student.service-7e5385be.js +78 -0
  156. package/dist/cjs/swipe-back-4a826f9b.js +76 -0
  157. package/dist/cjs/swiper.bundle-8c897c07.js +6420 -0
  158. package/dist/cjs/theme-b0b295c1.js +48 -0
  159. package/dist/cjs/token.service-7a41953d.js +97 -0
  160. package/dist/cjs/util-47e320b2.js +2462 -0
  161. package/dist/collection/PrivateRoute.js +27 -0
  162. package/dist/collection/appconst.js +13 -0
  163. package/dist/collection/assets/img/forward.svg +5 -0
  164. package/dist/collection/assets/img/help/fitt-logo.svg +1 -0
  165. package/dist/collection/assets/img/home/big-white-wall.svg +15 -0
  166. package/dist/collection/assets/img/home/find-help.svg +23 -0
  167. package/dist/collection/assets/img/home/lessons.svg +26 -0
  168. package/dist/collection/assets/img/home/my-goals.svg +19 -0
  169. package/dist/collection/assets/img/home/my-health.svg +17 -0
  170. package/dist/collection/assets/img/home/my-mood.svg +26 -0
  171. package/dist/collection/assets/img/pause.svg +5 -0
  172. package/dist/collection/assets/img/play-symbol.svg +8 -0
  173. package/dist/collection/assets/img/play.svg +4 -0
  174. package/dist/collection/assets/img/rewind.svg +5 -0
  175. package/dist/collection/assets/lib/SignalRAspNetCoreHelper.js +17 -0
  176. package/dist/collection/assets/lib/sparkleUtility.js +8 -0
  177. package/dist/collection/assets/svg/profile.svg +2 -0
  178. package/dist/collection/collection-manifest.json +219 -0
  179. package/dist/collection/components/compass-svg/compass-svg.css +15 -0
  180. package/dist/collection/components/compass-svg/compass-svg.js +156 -0
  181. package/dist/collection/components/layout/facilitator/export-lessons/export-lessons.css +7 -0
  182. package/dist/collection/components/layout/facilitator/export-lessons/export-lessons.js +110 -0
  183. package/dist/collection/components/layout/facilitator/facilitator-dashboard/facilitator-dashboard.css +3 -0
  184. package/dist/collection/components/layout/facilitator/facilitator-dashboard/facilitator-dashboard.js +214 -0
  185. package/dist/collection/components/layout/facilitator/facilitator-header/facilitator-header-mobile-collapse/facilitator-header-mobile-collapse.js +0 -0
  186. package/dist/collection/components/layout/facilitator/facilitator-header/facilitator-header.css +172 -0
  187. package/dist/collection/components/layout/facilitator/facilitator-header/facilitator-header.js +104 -0
  188. package/dist/collection/components/layout/facilitator/facilitator-notes/facilitator-notes-form/facilitator-notes-form.css +3 -0
  189. package/dist/collection/components/layout/facilitator/facilitator-notes/facilitator-notes-form/facilitator-notes-form.js +144 -0
  190. package/dist/collection/components/layout/facilitator/facilitator-notes/facilitator-notes.css +14 -0
  191. package/dist/collection/components/layout/facilitator/facilitator-notes/facilitator-notes.js +64 -0
  192. package/dist/collection/components/layout/facilitator/facilitator-page.css +196 -0
  193. package/dist/collection/components/layout/facilitator/facilitator-page.js +281 -0
  194. package/dist/collection/components/layout/facilitator/online-students/online-students.css +0 -0
  195. package/dist/collection/components/layout/facilitator/online-students/online-students.js +70 -0
  196. package/dist/collection/components/layout/page/page.css +183 -0
  197. package/dist/collection/components/layout/page/page.js +321 -0
  198. package/dist/collection/components/layout/page/templates/default.js +9 -0
  199. package/dist/collection/components/layout/page/templates/error.js +33 -0
  200. package/dist/collection/components/layout/page/templates/index.js +8 -0
  201. package/dist/collection/components/layout/page/templates/pdf.js +8 -0
  202. package/dist/collection/components/layout/page/to-hypertext.js +27 -0
  203. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-form/sparkle-goal-form.css +3 -0
  204. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-form/sparkle-goal-form.js +252 -0
  205. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-item/sparkle-goal-item.css +12 -0
  206. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-item/sparkle-goal-item.js +59 -0
  207. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-progress/sparkle-goal-progress.css +33 -0
  208. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goal-progress/sparkle-goal-progress.js +37 -0
  209. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goals.css +8 -0
  210. package/dist/collection/components/mini-apps/sparkle-goals/sparkle-goals.js +40 -0
  211. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-comment-list/sparkle-gww-comment-list.css +7 -0
  212. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-comment-list/sparkle-gww-comment-list.js +52 -0
  213. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-graph/sparkle-gww-graph.css +3 -0
  214. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-graph/sparkle-gww-graph.js +14 -0
  215. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-item/sparkle-gww-item.css +30 -0
  216. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww-item/sparkle-gww-item.js +187 -0
  217. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww.css +3 -0
  218. package/dist/collection/components/mini-apps/sparkle-gww/sparkle-gww.js +43 -0
  219. package/dist/collection/components/mini-apps/sparkle-health/sparkle-health.css +10 -0
  220. package/dist/collection/components/mini-apps/sparkle-health/sparkle-health.js +111 -0
  221. package/dist/collection/components/mini-apps/sparkle-mood/sparkle-mood.css +11 -0
  222. package/dist/collection/components/mini-apps/sparkle-mood/sparkle-mood.js +127 -0
  223. package/dist/collection/components/modal-image/modal-image.css +61 -0
  224. package/dist/collection/components/modal-image/modal-image.js +159 -0
  225. package/dist/collection/components/sparkle-animation-player/assets/play-button-disabled-overlay.png +0 -0
  226. package/dist/collection/components/sparkle-animation-player/assets/play-button-overlay.png +0 -0
  227. package/dist/collection/components/sparkle-animation-player/caption-parser.js +94 -0
  228. package/dist/collection/components/sparkle-animation-player/sparkle-animation-player.css +157 -0
  229. package/dist/collection/components/sparkle-animation-player/sparkle-animation-player.js +598 -0
  230. package/dist/collection/components/sparkle-assignment/sparkle-assignment.css +30 -0
  231. package/dist/collection/components/sparkle-assignment/sparkle-assignment.js +159 -0
  232. package/dist/collection/components/sparkle-character-intro/assets/characters/character-img.jpg +0 -0
  233. package/dist/collection/components/sparkle-character-intro/assets/characters/jen.png +0 -0
  234. package/dist/collection/components/sparkle-character-intro/assets/characters/kimberly.png +0 -0
  235. package/dist/collection/components/sparkle-character-intro/assets/characters/valeria.png +0 -0
  236. package/dist/collection/components/sparkle-character-intro/assets/characters/yuna.png +0 -0
  237. package/dist/collection/components/sparkle-character-intro/assets/characters/zynab.png +0 -0
  238. package/dist/collection/components/sparkle-character-intro/sparkle-character-intro.css +74 -0
  239. package/dist/collection/components/sparkle-character-intro/sparkle-character-intro.js +68 -0
  240. package/dist/collection/components/sparkle-compass/sparkle-compass-post/sparkle-compass-post.css +35 -0
  241. package/dist/collection/components/sparkle-compass/sparkle-compass-post/sparkle-compass-post.js +171 -0
  242. package/dist/collection/components/sparkle-compass/sparkle-compass.css +25 -0
  243. package/dist/collection/components/sparkle-compass/sparkle-compass.js +283 -0
  244. package/dist/collection/components/sparkle-course-root/sparkle-course-root.css +3 -0
  245. package/dist/collection/components/sparkle-course-root/sparkle-course-root.js +196 -0
  246. package/dist/collection/components/sparkle-discussion/sparkle-discussion-questions/sparkle-discussion-questions.css +157 -0
  247. package/dist/collection/components/sparkle-discussion/sparkle-discussion-questions/sparkle-discussion-questions.js +232 -0
  248. package/dist/collection/components/sparkle-discussion/sparkle-discussion-results/sparkle-discussion-results.css +158 -0
  249. package/dist/collection/components/sparkle-discussion/sparkle-discussion-results/sparkle-discussion-results.js +274 -0
  250. package/dist/collection/components/sparkle-discussion/sparkle-discussion.css +5 -0
  251. package/dist/collection/components/sparkle-discussion/sparkle-discussion.js +112 -0
  252. package/dist/collection/components/sparkle-emoji/sparkle-emoji.css +16 -0
  253. package/dist/collection/components/sparkle-emoji/sparkle-emoji.js +116 -0
  254. package/dist/collection/components/sparkle-feed-post/sparkle-feed-post.css +35 -0
  255. package/dist/collection/components/sparkle-feed-post/sparkle-feed-post.js +199 -0
  256. package/dist/collection/components/sparkle-feedback/sparkle-feedback.css +3 -0
  257. package/dist/collection/components/sparkle-feedback/sparkle-feedback.js +118 -0
  258. package/dist/collection/components/sparkle-file-upload/sparkle-file-upload.css +0 -0
  259. package/dist/collection/components/sparkle-file-upload/sparkle-file-upload.js +105 -0
  260. package/dist/collection/components/sparkle-forgot-password/sparkle-forgot-password.css +4 -0
  261. package/dist/collection/components/sparkle-forgot-password/sparkle-forgot-password.js +107 -0
  262. package/dist/collection/components/sparkle-input/sparkle-input.css +0 -0
  263. package/dist/collection/components/sparkle-input/sparkle-input.js +212 -0
  264. package/dist/collection/components/sparkle-intro/sparkle-intro.css +15 -0
  265. package/dist/collection/components/sparkle-intro/sparkle-intro.js +35 -0
  266. package/dist/collection/components/sparkle-login/sparkle-login.css +4 -0
  267. package/dist/collection/components/sparkle-login/sparkle-login.js +173 -0
  268. package/dist/collection/components/sparkle-poll/sparkle-poll.css +3 -0
  269. package/dist/collection/components/sparkle-poll/sparkle-poll.js +15 -0
  270. package/dist/collection/components/sparkle-quiz/sparkle-quiz-feedback/sparkle-quiz-feedback.css +3 -0
  271. package/dist/collection/components/sparkle-quiz/sparkle-quiz-feedback/sparkle-quiz-feedback.js +69 -0
  272. package/dist/collection/components/sparkle-quiz/sparkle-quiz-input/sparkle-quiz-input.css +3 -0
  273. package/dist/collection/components/sparkle-quiz/sparkle-quiz-input/sparkle-quiz-input.js +59 -0
  274. package/dist/collection/components/sparkle-quiz/sparkle-quiz-old/sparkle-quiz-old.css +48 -0
  275. package/dist/collection/components/sparkle-quiz/sparkle-quiz-old/sparkle-quiz-old.js +327 -0
  276. package/dist/collection/components/sparkle-quiz/sparkle-quiz-opinion/sparkle-quiz-opinion.css +18 -0
  277. package/dist/collection/components/sparkle-quiz/sparkle-quiz-opinion/sparkle-quiz-opinion.js +106 -0
  278. package/dist/collection/components/sparkle-quiz/sparkle-quiz-poll/sparkle-quiz-poll.css +3 -0
  279. package/dist/collection/components/sparkle-quiz/sparkle-quiz-poll/sparkle-quiz-poll.js +59 -0
  280. package/dist/collection/components/sparkle-quiz/sparkle-quiz-select/sparkle-quiz-select.css +3 -0
  281. package/dist/collection/components/sparkle-quiz/sparkle-quiz-select/sparkle-quiz-select.js +100 -0
  282. package/dist/collection/components/sparkle-quiz/sparkle-quiz.css +48 -0
  283. package/dist/collection/components/sparkle-quiz/sparkle-quiz.js +221 -0
  284. package/dist/collection/components/sparkle-quiz-container/sparkle-quiz-container.css +3 -0
  285. package/dist/collection/components/sparkle-quiz-container/sparkle-quiz-container.js +98 -0
  286. package/dist/collection/components/sparkle-reset-password/sparkle-reset-password.css +3 -0
  287. package/dist/collection/components/sparkle-reset-password/sparkle-reset-password.js +126 -0
  288. package/dist/collection/components/sparkle-root/sparkle-root.css +61 -0
  289. package/dist/collection/components/sparkle-root/sparkle-root.js +86 -0
  290. package/dist/collection/components/sparkle-signup/sparkle-signup.css +6 -0
  291. package/dist/collection/components/sparkle-signup/sparkle-signup.js +197 -0
  292. package/dist/collection/components/sparkle-unauthorized/sparkle-unauthorized.css +13 -0
  293. package/dist/collection/components/sparkle-unauthorized/sparkle-unauthorized.js +18 -0
  294. package/dist/collection/components/sparkle-user-enrollment/sparkle-user-enrollment.css +3 -0
  295. package/dist/collection/components/sparkle-user-enrollment/sparkle-user-enrollment.js +93 -0
  296. package/dist/collection/components/sparkle-user-profile/sparkle-user-profile.css +54 -0
  297. package/dist/collection/components/sparkle-user-profile/sparkle-user-profile.js +151 -0
  298. package/dist/collection/components/sparkle-validation-error/sparkle-validation-error.css +11 -0
  299. package/dist/collection/components/sparkle-validation-error/sparkle-validation-error.js +44 -0
  300. package/dist/collection/components/sparkle-video-player/sparkle-video-player.css +0 -0
  301. package/dist/collection/components/sparkle-video-player/sparkle-video-player.js +92 -0
  302. package/dist/collection/components/sparkle-youtube/sparkle-youtube.css +24 -0
  303. package/dist/collection/components/sparkle-youtube/sparkle-youtube.js +99 -0
  304. package/dist/collection/global/app.js +4 -0
  305. package/dist/collection/helpers/utils.js +3 -0
  306. package/dist/collection/icons.js +36 -0
  307. package/dist/collection/index.js +3 -0
  308. package/dist/collection/l10n.js +18 -0
  309. package/dist/collection/models/api.model.js +7 -0
  310. package/dist/collection/models/assets.model.js +1 -0
  311. package/dist/collection/models/auth/auth.user.js +1 -0
  312. package/dist/collection/models/class.model.js +5 -0
  313. package/dist/collection/models/course.model.js +10 -0
  314. package/dist/collection/models/definitions.js +1 -0
  315. package/dist/collection/models/facilitator-dashboard.model.js +5 -0
  316. package/dist/collection/models/goal.model.js +1 -0
  317. package/dist/collection/models/index.js +1 -0
  318. package/dist/collection/models/markdown.model.js +1 -0
  319. package/dist/collection/models/page.model.js +1 -0
  320. package/dist/collection/models/quiz.model.js +3 -0
  321. package/dist/collection/models/user.model.js +1 -0
  322. package/dist/collection/pages/course/welcome-to-mind-body/introduction/animation/m4l1p1_part1.js +2727 -0
  323. package/dist/collection/pages/course/welcome-to-mind-body/introduction/animation/m4l1p1_part2.js +2042 -0
  324. package/dist/collection/services/account.service.js +61 -0
  325. package/dist/collection/services/appdata.service.js +60 -0
  326. package/dist/collection/services/assignment.service.js +14 -0
  327. package/dist/collection/services/auth/auth.service.js +64 -0
  328. package/dist/collection/services/core/assets.service.js +45 -0
  329. package/dist/collection/services/core/localstorage.service.js +34 -0
  330. package/dist/collection/services/environment/environment-config.js +24 -0
  331. package/dist/collection/services/environment/environment-config.service.js +24 -0
  332. package/dist/collection/services/facilitator.service.js +76 -0
  333. package/dist/collection/services/feed.service.js +43 -0
  334. package/dist/collection/services/httpService.js +103 -0
  335. package/dist/collection/services/index.js +4 -0
  336. package/dist/collection/services/media.service.js +29 -0
  337. package/dist/collection/services/signalR.service.js +83 -0
  338. package/dist/collection/services/store.service.js +13 -0
  339. package/dist/collection/services/student.service.js +56 -0
  340. package/dist/collection/services/token.service.js +79 -0
  341. package/dist/collection/stores/auth.store.js +12 -0
  342. package/dist/collection/stores/class.store.js +5 -0
  343. package/dist/collection/stores/error.store.js +5 -0
  344. package/dist/collection/stores/facilitator.store.js +15 -0
  345. package/dist/collection/stores/feed.store.js +8 -0
  346. package/dist/collection/stores/goal.store.js +7 -0
  347. package/dist/collection/stores/index.js +1 -0
  348. package/dist/collection/stores/media.store.js +5 -0
  349. package/dist/collection/stores/mood.store.js +5 -0
  350. package/dist/collection/stores/nav.store.js +11 -0
  351. package/dist/collection/stores/signalR.store.js +6 -0
  352. package/dist/collection/stores/theme.store.js +9 -0
  353. package/dist/collection/stores/toc.store.js +5 -0
  354. package/dist/collection/stores/user.store.js +16 -0
  355. package/dist/collection/util.js +55 -0
  356. package/dist/collection/utils.js +92 -0
  357. package/dist/esm/PrivateRoute-90ac95b8.js +212 -0
  358. package/dist/esm/active-router-fc9e4e06.js +73 -0
  359. package/dist/esm/animation-12377cb3.js +984 -0
  360. package/dist/esm/app-globals-3f0347b0.js +7 -0
  361. package/dist/esm/appdata.service-2e84e167.js +70 -0
  362. package/dist/esm/assets.service-def1d63c.js +48 -0
  363. package/dist/esm/assignment.service-8d31f141.js +17 -0
  364. package/dist/esm/auth.store-dba2c2da.js +3381 -0
  365. package/dist/esm/compass-svg.entry.js +128 -0
  366. package/dist/esm/context-consumer.entry.js +25 -0
  367. package/dist/esm/course-select.entry.js +26 -0
  368. package/dist/esm/dir-03012648.js +18 -0
  369. package/dist/esm/environment-config.service-b191f276.js +26 -0
  370. package/dist/esm/facilitator.service-18c47bdf.js +92 -0
  371. package/dist/esm/feed.service-b4f3cae4.js +54 -0
  372. package/dist/esm/framework-delegate-3e634a5c.js +107 -0
  373. package/dist/esm/gesture-controller-7be18351.js +194 -0
  374. package/dist/esm/haptic-522f76f2.js +110 -0
  375. package/dist/esm/header-mobile-collapse_61.entry.js +15060 -0
  376. package/dist/esm/helpers-bf0e23d6.js +403 -0
  377. package/dist/esm/httpService-7986aeed.js +685 -0
  378. package/dist/esm/icons-1c794c74.js +18 -0
  379. package/dist/esm/index-21661af2.js +463 -0
  380. package/dist/esm/index-2b84cad2.js +223 -0
  381. package/dist/esm/index-4044fde9.js +25 -0
  382. package/dist/esm/index-45fec1e7.js +184 -0
  383. package/dist/esm/index-5e8971ae.js +128 -0
  384. package/dist/esm/index-c04b9ed5.js +1888 -0
  385. package/dist/esm/index-cded2d87.js +312 -0
  386. package/dist/esm/index-dad75b83.js +34 -0
  387. package/dist/esm/index.es-e0c0f891.js +10580 -0
  388. package/dist/esm/index.js +12 -0
  389. package/dist/esm/input-shims-671d8d9f.js +416 -0
  390. package/dist/esm/ion-accordion-group.entry.js +201 -0
  391. package/dist/esm/ion-accordion.entry.js +332 -0
  392. package/dist/esm/ion-action-sheet_7.entry.js +2925 -0
  393. package/dist/esm/ion-app.entry.js +75 -0
  394. package/dist/esm/ion-back-button.entry.js +90 -0
  395. package/dist/esm/ion-backdrop.entry.js +63 -0
  396. package/dist/esm/ion-badge.entry.js +25 -0
  397. package/dist/esm/ion-breadcrumb.entry.js +91 -0
  398. package/dist/esm/ion-breadcrumbs.entry.js +129 -0
  399. package/dist/esm/ion-buttons_3.entry.js +147 -0
  400. package/dist/esm/ion-card-header.entry.js +33 -0
  401. package/dist/esm/ion-card-subtitle.entry.js +26 -0
  402. package/dist/esm/ion-card-title.entry.js +26 -0
  403. package/dist/esm/ion-chip.entry.js +36 -0
  404. package/dist/esm/ion-content_2.entry.js +654 -0
  405. package/dist/esm/ion-datetime-button.entry.js +308 -0
  406. package/dist/esm/ion-datetime.entry.js +1619 -0
  407. package/dist/esm/ion-fab-button.entry.js +104 -0
  408. package/dist/esm/ion-fab-list.entry.js +41 -0
  409. package/dist/esm/ion-fab.entry.js +72 -0
  410. package/dist/esm/ion-footer.entry.js +116 -0
  411. package/dist/esm/ion-img.entry.js +97 -0
  412. package/dist/esm/ion-infinite-scroll-content.entry.js +33 -0
  413. package/dist/esm/ion-infinite-scroll.entry.js +202 -0
  414. package/dist/esm/ion-item-divider.entry.js +36 -0
  415. package/dist/esm/ion-item-group.entry.js +27 -0
  416. package/dist/esm/ion-item-option.entry.js +56 -0
  417. package/dist/esm/ion-item-options.entry.js +43 -0
  418. package/dist/esm/ion-item-sliding.entry.js +394 -0
  419. package/dist/esm/ion-loading.entry.js +211 -0
  420. package/dist/esm/ion-menu-button.entry.js +72 -0
  421. package/dist/esm/ion-menu-toggle.entry.js +43 -0
  422. package/dist/esm/ion-menu.entry.js +571 -0
  423. package/dist/esm/ion-modal.entry.js +1707 -0
  424. package/dist/esm/ion-nav-link.entry.js +43 -0
  425. package/dist/esm/ion-nav.entry.js +868 -0
  426. package/dist/esm/ion-picker-column-internal_2.entry.js +803 -0
  427. package/dist/esm/ion-picker-column.entry.js +327 -0
  428. package/dist/esm/ion-picker.entry.js +217 -0
  429. package/dist/esm/ion-progress-bar.entry.js +70 -0
  430. package/dist/esm/ion-refresher-content.entry.js +31 -0
  431. package/dist/esm/ion-refresher.entry.js +798 -0
  432. package/dist/esm/ion-reorder-group.entry.js +277 -0
  433. package/dist/esm/ion-reorder.entry.js +34 -0
  434. package/dist/esm/ion-route-redirect.entry.js +20 -0
  435. package/dist/esm/ion-route.entry.js +45 -0
  436. package/dist/esm/ion-router-link.entry.js +34 -0
  437. package/dist/esm/ion-router-outlet.entry.js +196 -0
  438. package/dist/esm/ion-router.entry.js +827 -0
  439. package/dist/esm/ion-searchbar.entry.js +366 -0
  440. package/dist/esm/ion-segment-button.entry.js +98 -0
  441. package/dist/esm/ion-segment.entry.js +413 -0
  442. package/dist/esm/ion-skeleton-text.entry.js +29 -0
  443. package/dist/esm/ion-slide.entry.js +21 -0
  444. package/dist/esm/ion-slides.entry.js +387 -0
  445. package/dist/esm/ion-split-pane.entry.js +150 -0
  446. package/dist/esm/ion-tab-bar.entry.js +71 -0
  447. package/dist/esm/ion-tab-button.entry.js +99 -0
  448. package/dist/esm/ion-tab.entry.js +55 -0
  449. package/dist/esm/ion-tabs.entry.js +150 -0
  450. package/dist/esm/ion-thumbnail.entry.js +16 -0
  451. package/dist/esm/ion-toast.entry.js +268 -0
  452. package/dist/esm/ion-toggle.entry.js +173 -0
  453. package/dist/esm/ion-virtual-scroll.entry.js +551 -0
  454. package/dist/esm/ionic-global-4903e23e.js +226 -0
  455. package/dist/esm/ios.transition-131d64fe.js +479 -0
  456. package/dist/esm/loader.js +20 -0
  457. package/dist/esm/md.transition-f6126011.js +55 -0
  458. package/dist/esm/media.service-6e90bc41.js +37 -0
  459. package/dist/esm/menu-toggle-util-bace8ae6.js +12 -0
  460. package/dist/esm/overlays-4233a39d.js +491 -0
  461. package/dist/esm/parse-1ae3a9bb.js +1196 -0
  462. package/dist/esm/polyfills/core-js.js +11 -0
  463. package/dist/esm/polyfills/css-shim.js +1 -0
  464. package/dist/esm/polyfills/dom.js +79 -0
  465. package/dist/esm/polyfills/es5-html-element.js +1 -0
  466. package/dist/esm/polyfills/index.js +34 -0
  467. package/dist/esm/polyfills/system.js +6 -0
  468. package/dist/esm/purify-85bfcc69.js +1466 -0
  469. package/dist/esm/signalR.service-c33fba50.js +2982 -0
  470. package/dist/esm/sparkle-animation-player.entry.js +511 -0
  471. package/dist/esm/sparkle-assignment.entry.js +106 -0
  472. package/dist/esm/sparkle-character-intro.entry.js +22 -0
  473. package/dist/esm/sparkle-code.entry.js +39 -0
  474. package/dist/esm/sparkle-compass-post.entry.js +129 -0
  475. package/dist/esm/sparkle-compass.entry.js +122 -0
  476. package/dist/esm/sparkle-core.js +20 -0
  477. package/dist/esm/sparkle-discussion-questions_2.entry.js +276 -0
  478. package/dist/esm/sparkle-discussion.entry.js +38 -0
  479. package/dist/esm/sparkle-emoji.entry.js +76 -0
  480. package/dist/esm/sparkle-facilitator-notes-form.entry.js +117 -0
  481. package/dist/esm/sparkle-feed-post.entry.js +118 -0
  482. package/dist/esm/sparkle-feedback.entry.js +97 -0
  483. package/dist/esm/sparkle-file-upload.entry.js +49 -0
  484. package/dist/esm/sparkle-goal-form.entry.js +175 -0
  485. package/dist/esm/sparkle-gww-comment-list.entry.js +22 -0
  486. package/dist/esm/sparkle-gww-graph.entry.js +15 -0
  487. package/dist/esm/sparkle-input.entry.js +52 -0
  488. package/dist/esm/sparkle-intro.entry.js +22 -0
  489. package/dist/esm/sparkle-lower-content-nav.entry.js +18 -0
  490. package/dist/esm/sparkle-menu-collapsible.entry.js +42 -0
  491. package/dist/esm/sparkle-modal-image.entry.js +30 -0
  492. package/dist/esm/sparkle-notfound-page.entry.js +21 -0
  493. package/dist/esm/sparkle-overlay.entry.js +88 -0
  494. package/dist/esm/sparkle-poll.entry.js +15 -0
  495. package/dist/esm/sparkle-quiz-container.entry.js +43 -0
  496. package/dist/esm/sparkle-quiz-feedback_5.entry.js +109 -0
  497. package/dist/esm/sparkle-quiz-old.entry.js +116 -0
  498. package/dist/esm/sparkle-quiz.entry.js +99 -0
  499. package/dist/esm/sparkle-select.entry.js +57 -0
  500. package/dist/esm/sparkle-sidebar.entry.js +39 -0
  501. package/dist/esm/sparkle-tab.entry.js +22 -0
  502. package/dist/esm/sparkle-table-of-contents.entry.js +67 -0
  503. package/dist/esm/sparkle-tabs.entry.js +62 -0
  504. package/dist/esm/sparkle-video-player.entry.js +18 -0
  505. package/dist/esm/sparkle-youtube.entry.js +35 -0
  506. package/dist/esm/status-tap-dde52787.js +40 -0
  507. package/dist/esm/stencil-async-content.entry.js +28 -0
  508. package/dist/esm/stencil-route-title.entry.js +28 -0
  509. package/dist/esm/stencil-router-prompt.entry.js +55 -0
  510. package/dist/esm/student.service-08af124f.js +75 -0
  511. package/dist/esm/swipe-back-7847a0c1.js +74 -0
  512. package/dist/esm/swiper.bundle-b6a959de.js +6418 -0
  513. package/dist/esm/token.service-71a5d33f.js +94 -0
  514. package/dist/esm/util-57cc8006.js +2451 -0
  515. package/dist/index.cjs.js +1 -0
  516. package/dist/index.js +1 -0
  517. package/dist/loader/cdn.js +3 -0
  518. package/dist/loader/index.cjs.js +3 -0
  519. package/dist/loader/index.d.ts +12 -0
  520. package/dist/loader/index.es2017.js +3 -0
  521. package/dist/loader/index.js +4 -0
  522. package/dist/loader/package.json +10 -0
  523. package/dist/node_modules/@ionic/core/dist/collection/components/accordion/accordion.ios.css +75 -0
  524. package/dist/node_modules/@ionic/core/dist/collection/components/accordion/accordion.md.css +72 -0
  525. package/dist/node_modules/@ionic/core/dist/collection/components/accordion-group/accordion-group.ios.css +25 -0
  526. package/dist/node_modules/@ionic/core/dist/collection/components/accordion-group/accordion-group.md.css +59 -0
  527. package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.ios.css +357 -0
  528. package/dist/node_modules/@ionic/core/dist/collection/components/action-sheet/action-sheet.md.css +290 -0
  529. package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.ios.css +494 -0
  530. package/dist/node_modules/@ionic/core/dist/collection/components/alert/alert.md.css +502 -0
  531. package/dist/node_modules/@ionic/core/dist/collection/components/app/app.css +17 -0
  532. package/dist/node_modules/@ionic/core/dist/collection/components/avatar/avatar.ios.css +22 -0
  533. package/dist/node_modules/@ionic/core/dist/collection/components/avatar/avatar.md.css +22 -0
  534. package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.ios.css +281 -0
  535. package/dist/node_modules/@ionic/core/dist/collection/components/back-button/back-button.md.css +309 -0
  536. package/dist/node_modules/@ionic/core/dist/collection/components/backdrop/backdrop.ios.css +26 -0
  537. package/dist/node_modules/@ionic/core/dist/collection/components/backdrop/backdrop.md.css +26 -0
  538. package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.ios.css +58 -0
  539. package/dist/node_modules/@ionic/core/dist/collection/components/badge/badge.md.css +62 -0
  540. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumb/breadcrumb.ios.css +234 -0
  541. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumb/breadcrumb.md.css +237 -0
  542. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.ios.css +38 -0
  543. package/dist/node_modules/@ionic/core/dist/collection/components/breadcrumbs/breadcrumbs.md.css +37 -0
  544. package/dist/node_modules/@ionic/core/dist/collection/components/button/button.ios.css +439 -0
  545. package/dist/node_modules/@ionic/core/dist/collection/components/button/button.md.css +428 -0
  546. package/dist/node_modules/@ionic/core/dist/collection/components/buttons/buttons.ios.css +128 -0
  547. package/dist/node_modules/@ionic/core/dist/collection/components/buttons/buttons.md.css +151 -0
  548. package/dist/node_modules/@ionic/core/dist/collection/components/card/card.ios.css +101 -0
  549. package/dist/node_modules/@ionic/core/dist/collection/components/card/card.md.css +95 -0
  550. package/dist/node_modules/@ionic/core/dist/collection/components/card-content/card-content.ios.css +61 -0
  551. package/dist/node_modules/@ionic/core/dist/collection/components/card-content/card-content.md.css +63 -0
  552. package/dist/node_modules/@ionic/core/dist/collection/components/card-header/card-header.ios.css +37 -0
  553. package/dist/node_modules/@ionic/core/dist/collection/components/card-header/card-header.md.css +35 -0
  554. package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.ios.css +28 -0
  555. package/dist/node_modules/@ionic/core/dist/collection/components/card-subtitle/card-subtitle.md.css +26 -0
  556. package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.ios.css +27 -0
  557. package/dist/node_modules/@ionic/core/dist/collection/components/card-title/card-title.md.css +27 -0
  558. package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.ios.css +169 -0
  559. package/dist/node_modules/@ionic/core/dist/collection/components/checkbox/checkbox.md.css +172 -0
  560. package/dist/node_modules/@ionic/core/dist/collection/components/chip/chip.ios.css +200 -0
  561. package/dist/node_modules/@ionic/core/dist/collection/components/chip/chip.md.css +200 -0
  562. package/dist/node_modules/@ionic/core/dist/collection/components/col/col.css +108 -0
  563. package/dist/node_modules/@ionic/core/dist/collection/components/content/content.css +237 -0
  564. package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.ios.css +648 -0
  565. package/dist/node_modules/@ionic/core/dist/collection/components/datetime/datetime.md.css +637 -0
  566. package/dist/node_modules/@ionic/core/dist/collection/components/datetime-button/datetime-button.css +60 -0
  567. package/dist/node_modules/@ionic/core/dist/collection/components/fab/fab.css +61 -0
  568. package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.ios.css +338 -0
  569. package/dist/node_modules/@ionic/core/dist/collection/components/fab-button/fab-button.md.css +307 -0
  570. package/dist/node_modules/@ionic/core/dist/collection/components/fab-list/fab-list.css +116 -0
  571. package/dist/node_modules/@ionic/core/dist/collection/components/footer/footer.ios.css +37 -0
  572. package/dist/node_modules/@ionic/core/dist/collection/components/footer/footer.md.css +37 -0
  573. package/dist/node_modules/@ionic/core/dist/collection/components/grid/grid.css +151 -0
  574. package/dist/node_modules/@ionic/core/dist/collection/components/header/header.ios.css +108 -0
  575. package/dist/node_modules/@ionic/core/dist/collection/components/header/header.md.css +40 -0
  576. package/dist/node_modules/@ionic/core/dist/collection/components/img/img.css +12 -0
  577. package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll/infinite-scroll.css +8 -0
  578. package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.ios.css +54 -0
  579. package/dist/node_modules/@ionic/core/dist/collection/components/infinite-scroll-content/infinite-scroll-content.md.css +54 -0
  580. package/dist/node_modules/@ionic/core/dist/collection/components/input/input.ios.css +185 -0
  581. package/dist/node_modules/@ionic/core/dist/collection/components/input/input.md.css +185 -0
  582. package/dist/node_modules/@ionic/core/dist/collection/components/item/item.ios.css +669 -0
  583. package/dist/node_modules/@ionic/core/dist/collection/components/item/item.md.css +928 -0
  584. package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.ios.css +204 -0
  585. package/dist/node_modules/@ionic/core/dist/collection/components/item-divider/item-divider.md.css +297 -0
  586. package/dist/node_modules/@ionic/core/dist/collection/components/item-group/item-group.ios.css +3 -0
  587. package/dist/node_modules/@ionic/core/dist/collection/components/item-group/item-group.md.css +3 -0
  588. package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.ios.css +186 -0
  589. package/dist/node_modules/@ionic/core/dist/collection/components/item-option/item-option.md.css +180 -0
  590. package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.ios.css +88 -0
  591. package/dist/node_modules/@ionic/core/dist/collection/components/item-options/item-options.md.css +85 -0
  592. package/dist/node_modules/@ionic/core/dist/collection/components/item-sliding/item-sliding.css +42 -0
  593. package/dist/node_modules/@ionic/core/dist/collection/components/label/label.ios.css +156 -0
  594. package/dist/node_modules/@ionic/core/dist/collection/components/label/label.md.css +250 -0
  595. package/dist/node_modules/@ionic/core/dist/collection/components/list/list.ios.css +91 -0
  596. package/dist/node_modules/@ionic/core/dist/collection/components/list/list.md.css +114 -0
  597. package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.ios.css +118 -0
  598. package/dist/node_modules/@ionic/core/dist/collection/components/list-header/list-header.md.css +94 -0
  599. package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.ios.css +109 -0
  600. package/dist/node_modules/@ionic/core/dist/collection/components/loading/loading.md.css +100 -0
  601. package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.ios.css +127 -0
  602. package/dist/node_modules/@ionic/core/dist/collection/components/menu/menu.md.css +123 -0
  603. package/dist/node_modules/@ionic/core/dist/collection/components/menu-button/menu-button.ios.css +175 -0
  604. package/dist/node_modules/@ionic/core/dist/collection/components/menu-button/menu-button.md.css +178 -0
  605. package/dist/node_modules/@ionic/core/dist/collection/components/menu-toggle/menu-toggle.css +3 -0
  606. package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.ios.css +250 -0
  607. package/dist/node_modules/@ionic/core/dist/collection/components/modal/modal.md.css +177 -0
  608. package/dist/node_modules/@ionic/core/dist/collection/components/nav/nav.css +10 -0
  609. package/dist/node_modules/@ionic/core/dist/collection/components/note/note.ios.css +16 -0
  610. package/dist/node_modules/@ionic/core/dist/collection/components/note/note.md.css +17 -0
  611. package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.ios.css +217 -0
  612. package/dist/node_modules/@ionic/core/dist/collection/components/picker/picker.md.css +204 -0
  613. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.ios.css +122 -0
  614. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column/picker-column.md.css +123 -0
  615. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-internal/picker-column-internal.ios.css +82 -0
  616. package/dist/node_modules/@ionic/core/dist/collection/components/picker-column-internal/picker-column-internal.md.css +85 -0
  617. package/dist/node_modules/@ionic/core/dist/collection/components/picker-internal/picker-internal.ios.css +126 -0
  618. package/dist/node_modules/@ionic/core/dist/collection/components/picker-internal/picker-internal.md.css +122 -0
  619. package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.ios.css +201 -0
  620. package/dist/node_modules/@ionic/core/dist/collection/components/popover/popover.md.css +132 -0
  621. package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.ios.css +206 -0
  622. package/dist/node_modules/@ionic/core/dist/collection/components/progress-bar/progress-bar.md.css +206 -0
  623. package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.ios.css +177 -0
  624. package/dist/node_modules/@ionic/core/dist/collection/components/radio/radio.md.css +178 -0
  625. package/dist/node_modules/@ionic/core/dist/collection/components/range/range.ios.css +275 -0
  626. package/dist/node_modules/@ionic/core/dist/collection/components/range/range.md.css +320 -0
  627. package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.ios.css +189 -0
  628. package/dist/node_modules/@ionic/core/dist/collection/components/refresher/refresher.md.css +210 -0
  629. package/dist/node_modules/@ionic/core/dist/collection/components/reorder/reorder.ios.css +15 -0
  630. package/dist/node_modules/@ionic/core/dist/collection/components/reorder/reorder.md.css +15 -0
  631. package/dist/node_modules/@ionic/core/dist/collection/components/reorder-group/reorder-group.css +33 -0
  632. package/dist/node_modules/@ionic/core/dist/collection/components/ripple-effect/ripple-effect.css +58 -0
  633. package/dist/node_modules/@ionic/core/dist/collection/components/router-link/router-link.css +29 -0
  634. package/dist/node_modules/@ionic/core/dist/collection/components/router-outlet/route-outlet.css +10 -0
  635. package/dist/node_modules/@ionic/core/dist/collection/components/row/row.css +4 -0
  636. package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.ios.css +348 -0
  637. package/dist/node_modules/@ionic/core/dist/collection/components/searchbar/searchbar.md.css +279 -0
  638. package/dist/node_modules/@ionic/core/dist/collection/components/segment/segment.ios.css +65 -0
  639. package/dist/node_modules/@ionic/core/dist/collection/components/segment/segment.md.css +36 -0
  640. package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.ios.css +446 -0
  641. package/dist/node_modules/@ionic/core/dist/collection/components/segment-button/segment-button.md.css +424 -0
  642. package/dist/node_modules/@ionic/core/dist/collection/components/select/select.ios.css +145 -0
  643. package/dist/node_modules/@ionic/core/dist/collection/components/select/select.md.css +177 -0
  644. package/dist/node_modules/@ionic/core/dist/collection/components/select-option/select-option.css +3 -0
  645. package/dist/node_modules/@ionic/core/dist/collection/components/select-popover/select-popover.ios.css +14 -0
  646. package/dist/node_modules/@ionic/core/dist/collection/components/select-popover/select-popover.md.css +37 -0
  647. package/dist/node_modules/@ionic/core/dist/collection/components/skeleton-text/skeleton-text.css +53 -0
  648. package/dist/node_modules/@ionic/core/dist/collection/components/slide/slide.css +31 -0
  649. package/dist/node_modules/@ionic/core/dist/collection/components/slides/slides.ios.css +764 -0
  650. package/dist/node_modules/@ionic/core/dist/collection/components/slides/slides.md.css +764 -0
  651. package/dist/node_modules/@ionic/core/dist/collection/components/spinner/spinner.css +167 -0
  652. package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.ios.css +108 -0
  653. package/dist/node_modules/@ionic/core/dist/collection/components/split-pane/split-pane.md.css +108 -0
  654. package/dist/node_modules/@ionic/core/dist/collection/components/tab/tab.css +4 -0
  655. package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.ios.css +97 -0
  656. package/dist/node_modules/@ionic/core/dist/collection/components/tab-bar/tab-bar.md.css +82 -0
  657. package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.ios.css +308 -0
  658. package/dist/node_modules/@ionic/core/dist/collection/components/tab-button/tab-button.md.css +331 -0
  659. package/dist/node_modules/@ionic/core/dist/collection/components/tabs/tabs.css +19 -0
  660. package/dist/node_modules/@ionic/core/dist/collection/components/text/text.css +3 -0
  661. package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.ios.css +175 -0
  662. package/dist/node_modules/@ionic/core/dist/collection/components/textarea/textarea.md.css +179 -0
  663. package/dist/node_modules/@ionic/core/dist/collection/components/thumbnail/thumbnail.css +21 -0
  664. package/dist/node_modules/@ionic/core/dist/collection/components/title/title.ios.css +122 -0
  665. package/dist/node_modules/@ionic/core/dist/collection/components/title/title.md.css +55 -0
  666. package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.ios.css +262 -0
  667. package/dist/node_modules/@ionic/core/dist/collection/components/toast/toast.md.css +295 -0
  668. package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.ios.css +286 -0
  669. package/dist/node_modules/@ionic/core/dist/collection/components/toggle/toggle.md.css +261 -0
  670. package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.ios.css +175 -0
  671. package/dist/node_modules/@ionic/core/dist/collection/components/toolbar/toolbar.md.css +168 -0
  672. package/dist/node_modules/@ionic/core/dist/collection/components/virtual-scroll/virtual-scroll.css +21 -0
  673. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/button/button.css +49 -0
  674. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/cards/card/card.css +208 -0
  675. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/cards/cards.css +31 -0
  676. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/code/code.css +245 -0
  677. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/dropdown/dropdown.css +115 -0
  678. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/header/header-mobile-collapse/header-mobile-collapse.css +255 -0
  679. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/header/header.css +232 -0
  680. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/menu/collapsible/collapsible.css +3 -0
  681. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/menu/menu-toggle/menu-toggle.css +25 -0
  682. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/menu/menu.css +71 -0
  683. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/nav/nav.css +194 -0
  684. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/notfound-page/notfound-page.css +4 -0
  685. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/overlay/overlay.css +67 -0
  686. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/page-footer/page-footer.css +25 -0
  687. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/pagination/pagination.css +93 -0
  688. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/select/select.css +52 -0
  689. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/sidebar/sidebar.css +98 -0
  690. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/sparkle-lower-content-nav/sparkle-lower-content-nav.css +8 -0
  691. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/table-of-contents/table-of-contents.css +37 -0
  692. package/dist/node_modules/@sparkle-learning/components/dist/collection/components/tabs/tabs.css +64 -0
  693. package/dist/node_modules/@stencil/router/dist/collection/components/route/route.css +3 -0
  694. package/dist/node_modules/ionicons/dist/collection/components/icon/icon.css +101 -0
  695. package/dist/sparkle-core/index.esm.js +1 -19
  696. package/dist/sparkle-core/p-00d10dc9.js +4 -0
  697. package/dist/sparkle-core/p-0147266a.js +1 -0
  698. package/dist/sparkle-core/p-04c7b276.entry.js +1 -0
  699. package/dist/sparkle-core/p-05c032dd.js +4 -0
  700. package/dist/sparkle-core/p-06642405.entry.js +1 -0
  701. package/dist/sparkle-core/p-0664370b.entry.js +1 -0
  702. package/dist/sparkle-core/p-06c7d0f2.entry.js +1 -0
  703. package/dist/sparkle-core/p-076f0239.js +4 -0
  704. package/dist/sparkle-core/p-077c732b.js +4 -0
  705. package/dist/sparkle-core/p-08420531.entry.js +1 -0
  706. package/dist/sparkle-core/p-0ad5c123.entry.js +1 -0
  707. package/dist/sparkle-core/p-0afa3a4d.entry.js +1 -0
  708. package/dist/sparkle-core/p-0c3f3ea6.entry.js +1 -0
  709. package/dist/sparkle-core/p-0e4de1d0.js +4 -0
  710. package/dist/sparkle-core/p-0e8e539f.entry.js +1 -0
  711. package/dist/sparkle-core/p-11356b03.entry.js +1 -0
  712. package/dist/sparkle-core/p-11a6c175.entry.js +1 -0
  713. package/dist/sparkle-core/p-12dd96d7.js +4 -0
  714. package/dist/sparkle-core/p-13ec39db.entry.js +1 -0
  715. package/dist/sparkle-core/p-1adc98f6.js +1 -0
  716. package/dist/sparkle-core/p-1b1ba156.entry.js +1 -0
  717. package/dist/sparkle-core/p-1e125ca5.entry.js +1 -0
  718. package/dist/sparkle-core/p-1e4782af.entry.js +1 -0
  719. package/dist/sparkle-core/p-2033cd86.js +7 -0
  720. package/dist/sparkle-core/p-214d1229.entry.js +1 -0
  721. package/dist/sparkle-core/p-23aca7ca.js +4 -0
  722. package/dist/sparkle-core/p-24cb9a33.entry.js +1 -0
  723. package/dist/sparkle-core/p-27fbabc3.entry.js +1 -0
  724. package/dist/sparkle-core/p-2ba70507.entry.js +1 -0
  725. package/dist/sparkle-core/p-2c1ca854.entry.js +1 -0
  726. package/dist/sparkle-core/p-2caed39f.entry.js +1 -0
  727. package/dist/sparkle-core/p-2d9659e2.entry.js +1 -0
  728. package/dist/sparkle-core/p-2f569553.js +1 -0
  729. package/dist/sparkle-core/p-30b810d1.entry.js +4 -0
  730. package/dist/sparkle-core/p-32f4e565.entry.js +1 -0
  731. package/dist/sparkle-core/p-352677e6.entry.js +1 -0
  732. package/dist/sparkle-core/p-38b7cf68.entry.js +1 -0
  733. package/dist/sparkle-core/p-38c842d5.entry.js +1 -0
  734. package/dist/sparkle-core/p-3963e02b.entry.js +1 -0
  735. package/dist/sparkle-core/p-39712c56.entry.js +4 -0
  736. package/dist/sparkle-core/p-39a31e43.js +1 -0
  737. package/dist/sparkle-core/p-3daf2915.entry.js +352 -0
  738. package/dist/sparkle-core/p-3de0e00c.js +4 -0
  739. package/dist/sparkle-core/p-4053ecdb.entry.js +1 -0
  740. package/dist/sparkle-core/p-408176ba.js +1 -0
  741. package/dist/sparkle-core/p-42ed7d5f.entry.js +1 -0
  742. package/dist/sparkle-core/p-48f72e63.js +4 -0
  743. package/dist/sparkle-core/p-4b4a8703.js +1 -0
  744. package/dist/sparkle-core/p-4c6a7e52.js +1 -0
  745. package/dist/sparkle-core/p-4d1cfcbe.entry.js +1 -0
  746. package/dist/sparkle-core/p-4d4077ea.js +4 -0
  747. package/dist/sparkle-core/p-4fba3e4c.js +1 -0
  748. package/dist/sparkle-core/p-506221fe.js +4 -0
  749. package/dist/sparkle-core/p-5096739e.entry.js +1 -0
  750. package/dist/sparkle-core/p-5322c920.entry.js +1 -0
  751. package/dist/sparkle-core/p-5893bbe5.entry.js +1 -0
  752. package/dist/sparkle-core/p-594a6982.entry.js +1 -0
  753. package/dist/sparkle-core/p-5c435d5a.entry.js +1 -0
  754. package/dist/sparkle-core/p-5cad23f1.js +3 -0
  755. package/dist/sparkle-core/p-5d409601.js +1 -0
  756. package/dist/sparkle-core/p-601397df.entry.js +1 -0
  757. package/dist/sparkle-core/p-604a7987.js +4 -0
  758. package/dist/sparkle-core/p-616941c6.entry.js +1 -0
  759. package/dist/sparkle-core/p-6316d124.entry.js +1 -0
  760. package/dist/sparkle-core/p-63f71ada.entry.js +1 -0
  761. package/dist/sparkle-core/p-69487d90.entry.js +1 -0
  762. package/dist/sparkle-core/p-6bde0192.entry.js +7 -0
  763. package/dist/sparkle-core/p-6d2f4093.entry.js +7 -0
  764. package/dist/sparkle-core/p-6ffd2420.entry.js +1 -0
  765. package/dist/sparkle-core/p-72053ae0.entry.js +1 -0
  766. package/dist/sparkle-core/p-73721c84.js +4 -0
  767. package/dist/sparkle-core/p-74864276.entry.js +1 -0
  768. package/dist/sparkle-core/p-7d8427eb.js +4 -0
  769. package/dist/sparkle-core/p-7dae0f0e.js +1 -0
  770. package/dist/sparkle-core/p-7dbfc316.js +1 -0
  771. package/dist/sparkle-core/p-7e7ce516.js +4 -0
  772. package/dist/sparkle-core/p-81714d94.entry.js +1 -0
  773. package/dist/sparkle-core/p-8492a765.entry.js +1 -0
  774. package/dist/sparkle-core/p-859563db.entry.js +1 -0
  775. package/dist/sparkle-core/p-85d4cd5c.entry.js +1 -0
  776. package/dist/sparkle-core/p-865f36a8.entry.js +1 -0
  777. package/dist/sparkle-core/p-86ed13f0.js +5 -0
  778. package/dist/sparkle-core/p-871106e0.js +4 -0
  779. package/dist/sparkle-core/p-894ff7e6.entry.js +1 -0
  780. package/dist/sparkle-core/p-8a41b502.entry.js +1 -0
  781. package/dist/sparkle-core/p-8b56f734.js +1 -0
  782. package/dist/sparkle-core/p-8c74cbb6.entry.js +1 -0
  783. package/dist/sparkle-core/p-924b2917.js +4 -0
  784. package/dist/sparkle-core/p-9289cdbc.entry.js +1 -0
  785. package/dist/sparkle-core/p-957715c5.entry.js +1 -0
  786. package/dist/sparkle-core/p-973fe404.entry.js +22 -0
  787. package/dist/sparkle-core/p-975b99ee.entry.js +1 -0
  788. package/dist/sparkle-core/p-98daeddb.entry.js +1 -0
  789. package/dist/sparkle-core/p-99ee9919.js +1 -0
  790. package/dist/sparkle-core/p-9abbd715.entry.js +1 -0
  791. package/dist/sparkle-core/p-9d894ed4.js +4 -0
  792. package/dist/sparkle-core/p-9e309b3e.entry.js +1 -0
  793. package/dist/sparkle-core/p-9e7fee8f.entry.js +1 -0
  794. package/dist/sparkle-core/p-9ebf0537.entry.js +1 -0
  795. package/dist/sparkle-core/p-a208ab2d.js +4 -0
  796. package/dist/sparkle-core/p-a2638250.entry.js +1 -0
  797. package/dist/sparkle-core/p-a2ebcf0a.entry.js +1 -0
  798. package/dist/sparkle-core/p-a98d7ebe.entry.js +1 -0
  799. package/dist/sparkle-core/p-add30d46.js +4 -0
  800. package/dist/sparkle-core/p-b0603d19.js +16 -0
  801. package/dist/sparkle-core/p-b06e2bef.js +1 -0
  802. package/dist/sparkle-core/p-b3f375fb.entry.js +1 -0
  803. package/dist/sparkle-core/p-b5f3e1bf.entry.js +1 -0
  804. package/dist/sparkle-core/p-b6fec622.entry.js +1 -0
  805. package/dist/sparkle-core/p-b8d71ff4.js +1 -0
  806. package/dist/sparkle-core/p-b96f3c84.entry.js +7 -0
  807. package/dist/sparkle-core/p-bd80ff43.js +4 -0
  808. package/dist/sparkle-core/p-bd90903e.js +1 -0
  809. package/dist/sparkle-core/p-be64105c.entry.js +1 -0
  810. package/dist/sparkle-core/p-c0533c23.entry.js +1 -0
  811. package/dist/sparkle-core/p-c2990b24.entry.js +1 -0
  812. package/dist/sparkle-core/p-c3cadfc6.entry.js +1 -0
  813. package/dist/sparkle-core/p-c60b29bd.entry.js +4 -0
  814. package/dist/sparkle-core/p-c64a34cd.entry.js +1 -0
  815. package/dist/sparkle-core/p-c7e21070.entry.js +1 -0
  816. package/dist/sparkle-core/p-c9f753a4.js +1 -0
  817. package/dist/sparkle-core/p-cabe9139.js +1 -0
  818. package/dist/sparkle-core/p-cabfbf22.entry.js +1 -0
  819. package/dist/sparkle-core/p-cc518c36.entry.js +1 -0
  820. package/dist/sparkle-core/p-cffd4817.entry.js +1 -0
  821. package/dist/sparkle-core/p-d0adf726.entry.js +1 -0
  822. package/dist/sparkle-core/p-d20e4fcf.entry.js +1 -0
  823. package/dist/sparkle-core/p-d24e53ab.entry.js +1 -0
  824. package/dist/sparkle-core/p-d288e6c1.entry.js +1 -0
  825. package/dist/sparkle-core/p-d601810e.entry.js +1 -0
  826. package/dist/sparkle-core/p-d68092b7.js +4 -0
  827. package/dist/sparkle-core/p-da391f3f.js +1 -0
  828. package/dist/sparkle-core/p-de4deb61.entry.js +1 -0
  829. package/dist/sparkle-core/p-e0cad1bb.js +1 -0
  830. package/dist/sparkle-core/p-e249aebf.entry.js +1 -0
  831. package/dist/sparkle-core/p-e3e36ce9.entry.js +1 -0
  832. package/dist/sparkle-core/p-e421d638.entry.js +1 -0
  833. package/dist/sparkle-core/p-e686d8b5.entry.js +4 -0
  834. package/dist/sparkle-core/p-e8988989.entry.js +1 -0
  835. package/dist/sparkle-core/p-e9431eeb.js +7 -0
  836. package/dist/sparkle-core/p-ea962e1b.entry.js +1 -0
  837. package/dist/sparkle-core/p-eaa8bbee.js +4 -0
  838. package/dist/sparkle-core/p-ebd4354b.entry.js +1 -0
  839. package/dist/sparkle-core/p-ee1e0eb4.js +2 -0
  840. package/dist/sparkle-core/p-ef4edc48.entry.js +4 -0
  841. package/dist/sparkle-core/p-f196c124.entry.js +7 -0
  842. package/dist/sparkle-core/p-f3cba72a.js +4 -0
  843. package/dist/sparkle-core/p-f47fe1fe.entry.js +1 -0
  844. package/dist/sparkle-core/p-f714f77a.entry.js +1 -0
  845. package/dist/sparkle-core/p-f891c79a.entry.js +1 -0
  846. package/dist/sparkle-core/p-fb0ca75e.entry.js +5 -0
  847. package/dist/sparkle-core/p-fb757951.entry.js +1 -0
  848. package/dist/sparkle-core/p-fd8d0738.entry.js +4 -0
  849. package/dist/sparkle-core/p-fda95b6e.entry.js +1 -0
  850. package/dist/sparkle-core/p-fe6dc976.entry.js +1 -0
  851. package/dist/sparkle-core/p-ff080f82.entry.js +10 -0
  852. package/dist/sparkle-core/p-ff7a8a71.js +4 -0
  853. package/dist/sparkle-core/sparkle-core.css +1 -2660
  854. package/dist/sparkle-core/sparkle-core.esm.js +1 -130
  855. package/package.json +1 -1
  856. package/dist/sparkle-core/PrivateRoute-a12e7ee5.js +0 -37
  857. package/dist/sparkle-core/account.service-e711795d.js +0 -63
  858. package/dist/sparkle-core/active-router-af86c9b4.js +0 -73
  859. package/dist/sparkle-core/animation-676a644d.js +0 -984
  860. package/dist/sparkle-core/app-globals-9ffa9ec3.js +0 -10
  861. package/dist/sparkle-core/appdata.service-703dff70.js +0 -69
  862. package/dist/sparkle-core/assets/user.png +0 -0
  863. package/dist/sparkle-core/assets.service-6508aae6.js +0 -71
  864. package/dist/sparkle-core/assignment.service-e42e9368.js +0 -17
  865. package/dist/sparkle-core/button-active-d68c5eb7.js +0 -67
  866. package/dist/sparkle-core/compass-svg.entry.js +0 -128
  867. package/dist/sparkle-core/context-consumer.entry.js +0 -25
  868. package/dist/sparkle-core/course-select.entry.js +0 -26
  869. package/dist/sparkle-core/css-shim-04165e59.js +0 -4
  870. package/dist/sparkle-core/dom-26e7cb2c.js +0 -73
  871. package/dist/sparkle-core/dom-utils-8e73e88b.js +0 -55
  872. package/dist/sparkle-core/facilitator.service-00a88935.js +0 -79
  873. package/dist/sparkle-core/facilitator.store-01be0386.js +0 -18
  874. package/dist/sparkle-core/feed.service-d495f3e1.js +0 -53
  875. package/dist/sparkle-core/framework-delegate-d3fa493f.js +0 -107
  876. package/dist/sparkle-core/haptic-a9e94599.js +0 -124
  877. package/dist/sparkle-core/header-mobile-collapse.entry.js +0 -86
  878. package/dist/sparkle-core/helpers-f11f0674.js +0 -406
  879. package/dist/sparkle-core/icons-758d1417.js +0 -41
  880. package/dist/sparkle-core/index-05b398c2.js +0 -34
  881. package/dist/sparkle-core/index-0af0deac.js +0 -312
  882. package/dist/sparkle-core/index-0df264ee.js +0 -4518
  883. package/dist/sparkle-core/index-183cda39.js +0 -223
  884. package/dist/sparkle-core/index-18a69883.js +0 -1336
  885. package/dist/sparkle-core/index-1d7a6fa0.js +0 -269
  886. package/dist/sparkle-core/index-1dec9544.js +0 -3064
  887. package/dist/sparkle-core/index-81dab78f.js +0 -85
  888. package/dist/sparkle-core/index-9b5bcea1.js +0 -22
  889. package/dist/sparkle-core/index-bb469fe3.js +0 -128
  890. package/dist/sparkle-core/index-d2990a48.js +0 -184
  891. package/dist/sparkle-core/index-dd414b33.js +0 -653
  892. package/dist/sparkle-core/index-faeec85a.js +0 -8
  893. package/dist/sparkle-core/index.es-1f6eedc5.js +0 -11066
  894. package/dist/sparkle-core/input-shims-0b2f5522.js +0 -418
  895. package/dist/sparkle-core/ion-accordion-group.entry.js +0 -201
  896. package/dist/sparkle-core/ion-accordion.entry.js +0 -332
  897. package/dist/sparkle-core/ion-action-sheet.entry.js +0 -263
  898. package/dist/sparkle-core/ion-alert.entry.js +0 -448
  899. package/dist/sparkle-core/ion-app.entry.js +0 -75
  900. package/dist/sparkle-core/ion-avatar.entry.js +0 -21
  901. package/dist/sparkle-core/ion-back-button.entry.js +0 -90
  902. package/dist/sparkle-core/ion-backdrop.entry.js +0 -63
  903. package/dist/sparkle-core/ion-badge.entry.js +0 -25
  904. package/dist/sparkle-core/ion-breadcrumb.entry.js +0 -91
  905. package/dist/sparkle-core/ion-breadcrumbs.entry.js +0 -129
  906. package/dist/sparkle-core/ion-button.entry.js +0 -125
  907. package/dist/sparkle-core/ion-buttons.entry.js +0 -38
  908. package/dist/sparkle-core/ion-card-content.entry.js +0 -26
  909. package/dist/sparkle-core/ion-card-header.entry.js +0 -33
  910. package/dist/sparkle-core/ion-card-subtitle.entry.js +0 -26
  911. package/dist/sparkle-core/ion-card-title.entry.js +0 -26
  912. package/dist/sparkle-core/ion-card.entry.js +0 -64
  913. package/dist/sparkle-core/ion-checkbox.entry.js +0 -109
  914. package/dist/sparkle-core/ion-chip.entry.js +0 -36
  915. package/dist/sparkle-core/ion-col.entry.js +0 -121
  916. package/dist/sparkle-core/ion-content.entry.js +0 -319
  917. package/dist/sparkle-core/ion-datetime-button.entry.js +0 -308
  918. package/dist/sparkle-core/ion-datetime.entry.js +0 -1619
  919. package/dist/sparkle-core/ion-fab-button.entry.js +0 -104
  920. package/dist/sparkle-core/ion-fab-list.entry.js +0 -41
  921. package/dist/sparkle-core/ion-fab.entry.js +0 -72
  922. package/dist/sparkle-core/ion-footer.entry.js +0 -116
  923. package/dist/sparkle-core/ion-grid.entry.js +0 -24
  924. package/dist/sparkle-core/ion-header.entry.js +0 -341
  925. package/dist/sparkle-core/ion-icon.entry.js +0 -200
  926. package/dist/sparkle-core/ion-img.entry.js +0 -97
  927. package/dist/sparkle-core/ion-infinite-scroll-content.entry.js +0 -33
  928. package/dist/sparkle-core/ion-infinite-scroll.entry.js +0 -202
  929. package/dist/sparkle-core/ion-input.entry.js +0 -293
  930. package/dist/sparkle-core/ion-item-divider.entry.js +0 -36
  931. package/dist/sparkle-core/ion-item-group.entry.js +0 -27
  932. package/dist/sparkle-core/ion-item-option.entry.js +0 -56
  933. package/dist/sparkle-core/ion-item-options.entry.js +0 -43
  934. package/dist/sparkle-core/ion-item-sliding.entry.js +0 -394
  935. package/dist/sparkle-core/ion-item.entry.js +0 -267
  936. package/dist/sparkle-core/ion-label.entry.js +0 -77
  937. package/dist/sparkle-core/ion-list-header.entry.js +0 -27
  938. package/dist/sparkle-core/ion-list.entry.js +0 -48
  939. package/dist/sparkle-core/ion-loading.entry.js +0 -211
  940. package/dist/sparkle-core/ion-menu-button.entry.js +0 -72
  941. package/dist/sparkle-core/ion-menu-toggle.entry.js +0 -43
  942. package/dist/sparkle-core/ion-menu.entry.js +0 -575
  943. package/dist/sparkle-core/ion-modal.entry.js +0 -1706
  944. package/dist/sparkle-core/ion-nav-link.entry.js +0 -43
  945. package/dist/sparkle-core/ion-nav.entry.js +0 -872
  946. package/dist/sparkle-core/ion-note.entry.js +0 -25
  947. package/dist/sparkle-core/ion-picker-column-internal.entry.js +0 -363
  948. package/dist/sparkle-core/ion-picker-column.entry.js +0 -327
  949. package/dist/sparkle-core/ion-picker-internal.entry.js +0 -454
  950. package/dist/sparkle-core/ion-picker.entry.js +0 -217
  951. package/dist/sparkle-core/ion-popover.entry.js +0 -1362
  952. package/dist/sparkle-core/ion-progress-bar.entry.js +0 -70
  953. package/dist/sparkle-core/ion-radio-group.entry.js +0 -121
  954. package/dist/sparkle-core/ion-radio.entry.js +0 -111
  955. package/dist/sparkle-core/ion-range.entry.js +0 -511
  956. package/dist/sparkle-core/ion-refresher-content.entry.js +0 -31
  957. package/dist/sparkle-core/ion-refresher.entry.js +0 -798
  958. package/dist/sparkle-core/ion-reorder-group.entry.js +0 -277
  959. package/dist/sparkle-core/ion-reorder.entry.js +0 -34
  960. package/dist/sparkle-core/ion-ripple-effect.entry.js +0 -89
  961. package/dist/sparkle-core/ion-route-redirect.entry.js +0 -20
  962. package/dist/sparkle-core/ion-route.entry.js +0 -45
  963. package/dist/sparkle-core/ion-router-link.entry.js +0 -34
  964. package/dist/sparkle-core/ion-router-outlet.entry.js +0 -196
  965. package/dist/sparkle-core/ion-router.entry.js +0 -827
  966. package/dist/sparkle-core/ion-row.entry.js +0 -16
  967. package/dist/sparkle-core/ion-searchbar.entry.js +0 -366
  968. package/dist/sparkle-core/ion-segment-button.entry.js +0 -98
  969. package/dist/sparkle-core/ion-segment.entry.js +0 -415
  970. package/dist/sparkle-core/ion-select-option.entry.js +0 -23
  971. package/dist/sparkle-core/ion-select-popover.entry.js +0 -96
  972. package/dist/sparkle-core/ion-select.entry.js +0 -510
  973. package/dist/sparkle-core/ion-skeleton-text.entry.js +0 -29
  974. package/dist/sparkle-core/ion-slide.entry.js +0 -21
  975. package/dist/sparkle-core/ion-slides.entry.js +0 -387
  976. package/dist/sparkle-core/ion-spinner.entry.js +0 -60
  977. package/dist/sparkle-core/ion-split-pane.entry.js +0 -156
  978. package/dist/sparkle-core/ion-tab-bar.entry.js +0 -71
  979. package/dist/sparkle-core/ion-tab-button.entry.js +0 -99
  980. package/dist/sparkle-core/ion-tab.entry.js +0 -63
  981. package/dist/sparkle-core/ion-tabs.entry.js +0 -150
  982. package/dist/sparkle-core/ion-text.entry.js +0 -20
  983. package/dist/sparkle-core/ion-textarea.entry.js +0 -244
  984. package/dist/sparkle-core/ion-thumbnail.entry.js +0 -16
  985. package/dist/sparkle-core/ion-title.entry.js +0 -48
  986. package/dist/sparkle-core/ion-toast.entry.js +0 -268
  987. package/dist/sparkle-core/ion-toggle.entry.js +0 -173
  988. package/dist/sparkle-core/ion-toolbar.entry.js +0 -70
  989. package/dist/sparkle-core/ion-virtual-scroll.entry.js +0 -551
  990. package/dist/sparkle-core/ionic-global-127576f6.js +0 -226
  991. package/dist/sparkle-core/ios.transition-02531dda.js +0 -479
  992. package/dist/sparkle-core/location-utils-fea12957.js +0 -229
  993. package/dist/sparkle-core/match-path-760e1797.js +0 -343
  994. package/dist/sparkle-core/md.transition-f8765467.js +0 -55
  995. package/dist/sparkle-core/media.service-2609406e.js +0 -36
  996. package/dist/sparkle-core/menu-toggle-util-6cc13cbd.js +0 -12
  997. package/dist/sparkle-core/overlays-fd3cfa13.js +0 -493
  998. package/dist/sparkle-core/parse-60474840.js +0 -1196
  999. package/dist/sparkle-core/purify-d9093094.js +0 -1469
  1000. package/dist/sparkle-core/quiz.model-1cff62e4.js +0 -5
  1001. package/dist/sparkle-core/shadow-css-1257b266.js +0 -387
  1002. package/dist/sparkle-core/signalR.service-2b7645c1.js +0 -2983
  1003. package/dist/sparkle-core/sparkle-animation-player.entry.js +0 -513
  1004. package/dist/sparkle-core/sparkle-assignment.entry.js +0 -114
  1005. package/dist/sparkle-core/sparkle-button.entry.js +0 -24
  1006. package/dist/sparkle-core/sparkle-card.entry.js +0 -61
  1007. package/dist/sparkle-core/sparkle-cards.entry.js +0 -15
  1008. package/dist/sparkle-core/sparkle-character-intro.entry.js +0 -22
  1009. package/dist/sparkle-core/sparkle-code.entry.js +0 -39
  1010. package/dist/sparkle-core/sparkle-compass-post.entry.js +0 -129
  1011. package/dist/sparkle-core/sparkle-compass.entry.js +0 -122
  1012. package/dist/sparkle-core/sparkle-course-root.entry.js +0 -155
  1013. package/dist/sparkle-core/sparkle-discussion-questions.entry.js +0 -122
  1014. package/dist/sparkle-core/sparkle-discussion-results.entry.js +0 -189
  1015. package/dist/sparkle-core/sparkle-discussion.entry.js +0 -52
  1016. package/dist/sparkle-core/sparkle-dropdown.entry.js +0 -57
  1017. package/dist/sparkle-core/sparkle-emoji.entry.js +0 -77
  1018. package/dist/sparkle-core/sparkle-export-lessons.entry.js +0 -10081
  1019. package/dist/sparkle-core/sparkle-facilitator-dashboard.entry.js +0 -93
  1020. package/dist/sparkle-core/sparkle-facilitator-header.entry.js +0 -60
  1021. package/dist/sparkle-core/sparkle-facilitator-notes-form.entry.js +0 -160
  1022. package/dist/sparkle-core/sparkle-facilitator-notes.entry.js +0 -65
  1023. package/dist/sparkle-core/sparkle-facilitator-page.entry.js +0 -198
  1024. package/dist/sparkle-core/sparkle-feed-post.entry.js +0 -131
  1025. package/dist/sparkle-core/sparkle-feedback.entry.js +0 -106
  1026. package/dist/sparkle-core/sparkle-file-upload.entry.js +0 -57
  1027. package/dist/sparkle-core/sparkle-forgot-password.entry.js +0 -80
  1028. package/dist/sparkle-core/sparkle-goal-form.entry.js +0 -182
  1029. package/dist/sparkle-core/sparkle-goal-item.entry.js +0 -15
  1030. package/dist/sparkle-core/sparkle-goal-progress.entry.js +0 -15
  1031. package/dist/sparkle-core/sparkle-goals.entry.js +0 -47
  1032. package/dist/sparkle-core/sparkle-gww-comment-list.entry.js +0 -22
  1033. package/dist/sparkle-core/sparkle-gww-graph.entry.js +0 -15
  1034. package/dist/sparkle-core/sparkle-gww-item.entry.js +0 -80
  1035. package/dist/sparkle-core/sparkle-gww.entry.js +0 -44
  1036. package/dist/sparkle-core/sparkle-header.entry.js +0 -97
  1037. package/dist/sparkle-core/sparkle-health.entry.js +0 -70
  1038. package/dist/sparkle-core/sparkle-input.entry.js +0 -52
  1039. package/dist/sparkle-core/sparkle-intro.entry.js +0 -22
  1040. package/dist/sparkle-core/sparkle-login.entry.js +0 -116
  1041. package/dist/sparkle-core/sparkle-lower-content-nav.entry.js +0 -18
  1042. package/dist/sparkle-core/sparkle-menu-collapsible.entry.js +0 -42
  1043. package/dist/sparkle-core/sparkle-menu-toggle.entry.js +0 -24
  1044. package/dist/sparkle-core/sparkle-menu.entry.js +0 -26
  1045. package/dist/sparkle-core/sparkle-modal-image.entry.js +0 -33
  1046. package/dist/sparkle-core/sparkle-mood.entry.js +0 -76
  1047. package/dist/sparkle-core/sparkle-nav.entry.js +0 -113
  1048. package/dist/sparkle-core/sparkle-notfound-page.entry.js +0 -25
  1049. package/dist/sparkle-core/sparkle-online-students.entry.js +0 -55
  1050. package/dist/sparkle-core/sparkle-overlay.entry.js +0 -90
  1051. package/dist/sparkle-core/sparkle-page-footer.entry.js +0 -24
  1052. package/dist/sparkle-core/sparkle-page.entry.js +0 -245
  1053. package/dist/sparkle-core/sparkle-pagination.entry.js +0 -67
  1054. package/dist/sparkle-core/sparkle-poll.entry.js +0 -15
  1055. package/dist/sparkle-core/sparkle-quiz-container.entry.js +0 -43
  1056. package/dist/sparkle-core/sparkle-quiz-feedback.entry.js +0 -18
  1057. package/dist/sparkle-core/sparkle-quiz-input.entry.js +0 -16
  1058. package/dist/sparkle-core/sparkle-quiz-old.entry.js +0 -116
  1059. package/dist/sparkle-core/sparkle-quiz-opinion.entry.js +0 -41
  1060. package/dist/sparkle-core/sparkle-quiz-poll.entry.js +0 -16
  1061. package/dist/sparkle-core/sparkle-quiz-select.entry.js +0 -29
  1062. package/dist/sparkle-core/sparkle-quiz.entry.js +0 -98
  1063. package/dist/sparkle-core/sparkle-reset-password.entry.js +0 -96
  1064. package/dist/sparkle-core/sparkle-root.entry.js +0 -79
  1065. package/dist/sparkle-core/sparkle-select.entry.js +0 -57
  1066. package/dist/sparkle-core/sparkle-sidebar.entry.js +0 -39
  1067. package/dist/sparkle-core/sparkle-signup.entry.js +0 -144
  1068. package/dist/sparkle-core/sparkle-tab.entry.js +0 -22
  1069. package/dist/sparkle-core/sparkle-table-of-contents.entry.js +0 -67
  1070. package/dist/sparkle-core/sparkle-tabs.entry.js +0 -62
  1071. package/dist/sparkle-core/sparkle-unauthorized.entry.js +0 -17
  1072. package/dist/sparkle-core/sparkle-user-enrollment.entry.js +0 -85
  1073. package/dist/sparkle-core/sparkle-user-profile.entry.js +0 -129
  1074. package/dist/sparkle-core/sparkle-validation-error.entry.js +0 -17
  1075. package/dist/sparkle-core/sparkle-video-player.entry.js +0 -18
  1076. package/dist/sparkle-core/sparkle-youtube.entry.js +0 -35
  1077. package/dist/sparkle-core/status-tap-52feb1b1.js +0 -40
  1078. package/dist/sparkle-core/stencil-async-content.entry.js +0 -28
  1079. package/dist/sparkle-core/stencil-route-link.entry.js +0 -74
  1080. package/dist/sparkle-core/stencil-route-switch.entry.js +0 -100
  1081. package/dist/sparkle-core/stencil-route-title.entry.js +0 -28
  1082. package/dist/sparkle-core/stencil-route.entry.js +0 -93
  1083. package/dist/sparkle-core/stencil-router-prompt.entry.js +0 -55
  1084. package/dist/sparkle-core/stencil-router-redirect.entry.js +0 -28
  1085. package/dist/sparkle-core/stencil-router.entry.js +0 -636
  1086. package/dist/sparkle-core/store.service-0f7d998b.js +0 -16
  1087. package/dist/sparkle-core/student.service-f0375229.js +0 -59
  1088. package/dist/sparkle-core/swipe-back-9a614189.js +0 -73
  1089. package/dist/sparkle-core/swiper.bundle-4274e115.js +0 -6418
  1090. package/dist/sparkle-core/user.store-3d052406.js +0 -19
  1091. package/dist/sparkle-core/util-ba470e54.js +0 -14683
  1092. package/dist/sparkle-core/utils-cae23bce.js +0 -114
  1093. /package/dist/{sparkle-core → esm}/cubic-bezier-4c0db14f.js +0 -0
  1094. /package/dist/{sparkle-core → esm}/focus-visible-4e9a0764.js +0 -0
  1095. /package/dist/{sparkle-core → esm}/hardware-back-button-fa04d6e9.js +0 -0
  1096. /package/dist/{sparkle-core → esm}/index-be6112f8.js +0 -0
  1097. /package/dist/{sparkle-core → esm}/keyboard-7e8329b3.js +0 -0
  1098. /package/dist/{sparkle-core → esm}/localstorage.service-4bf408c8.js +0 -0
  1099. /package/dist/{sparkle-core → esm}/spinner-configs-a37e628a.js +0 -0
  1100. /package/dist/{sparkle-core → esm}/theme-7ef00c83.js +0 -0
@@ -0,0 +1,2727 @@
1
+ (function (cjs, an) {
2
+
3
+ var p; // shortcut to reference prototypes
4
+ var lib={};var ss={};var img={};
5
+ lib.ssMetadata = [
6
+ {name:"m4l1p1_part1_atlas_P_1", frames: [[0,0,285,183],[79,185,44,168],[784,0,84,214],[0,185,77,187],[287,0,211,224],[177,185,49,129],[125,185,50,129],[647,0,135,195],[500,0,145,190],[943,0,57,250],[870,0,71,248]]}
7
+ ];
8
+
9
+
10
+ (lib.AnMovieClip = function(){
11
+ this.actionFrames = [];
12
+ this.ignorePause = false;
13
+ this.gotoAndPlay = function(positionOrLabel){
14
+ cjs.MovieClip.prototype.gotoAndPlay.call(this,positionOrLabel);
15
+ }
16
+ this.play = function(){
17
+ cjs.MovieClip.prototype.play.call(this);
18
+ }
19
+ this.gotoAndStop = function(positionOrLabel){
20
+ cjs.MovieClip.prototype.gotoAndStop.call(this,positionOrLabel);
21
+ }
22
+ this.stop = function(){
23
+ cjs.MovieClip.prototype.stop.call(this);
24
+ }
25
+ }).prototype = p = new cjs.MovieClip();
26
+ // symbols:
27
+
28
+
29
+
30
+ (lib.Bitmap1 = function() {
31
+ this.initialize(img.Bitmap1);
32
+ }).prototype = p = new cjs.Bitmap();
33
+ p.nominalBounds = new cjs.Rectangle(0,0,2476,468);
34
+
35
+
36
+ (lib.Bitmap10 = function() {
37
+ this.initialize(ss["m4l1p1_part1_atlas_P_1"]);
38
+ this.gotoAndStop(0);
39
+ }).prototype = p = new cjs.Sprite();
40
+
41
+
42
+
43
+ (lib.Bitmap11 = function() {
44
+ this.initialize(ss["m4l1p1_part1_atlas_P_1"]);
45
+ this.gotoAndStop(1);
46
+ }).prototype = p = new cjs.Sprite();
47
+
48
+
49
+
50
+ (lib.Bitmap12 = function() {
51
+ this.initialize(ss["m4l1p1_part1_atlas_P_1"]);
52
+ this.gotoAndStop(2);
53
+ }).prototype = p = new cjs.Sprite();
54
+
55
+
56
+
57
+ (lib.Bitmap13 = function() {
58
+ this.initialize(ss["m4l1p1_part1_atlas_P_1"]);
59
+ this.gotoAndStop(3);
60
+ }).prototype = p = new cjs.Sprite();
61
+
62
+
63
+
64
+ (lib.Bitmap2 = function() {
65
+ this.initialize(ss["m4l1p1_part1_atlas_P_1"]);
66
+ this.gotoAndStop(4);
67
+ }).prototype = p = new cjs.Sprite();
68
+
69
+
70
+
71
+ (lib.Bitmap4 = function() {
72
+ this.initialize(ss["m4l1p1_part1_atlas_P_1"]);
73
+ this.gotoAndStop(5);
74
+ }).prototype = p = new cjs.Sprite();
75
+
76
+
77
+
78
+ (lib.Bitmap5 = function() {
79
+ this.initialize(ss["m4l1p1_part1_atlas_P_1"]);
80
+ this.gotoAndStop(6);
81
+ }).prototype = p = new cjs.Sprite();
82
+
83
+
84
+
85
+ (lib.Bitmap6 = function() {
86
+ this.initialize(ss["m4l1p1_part1_atlas_P_1"]);
87
+ this.gotoAndStop(7);
88
+ }).prototype = p = new cjs.Sprite();
89
+
90
+
91
+
92
+ (lib.Bitmap7 = function() {
93
+ this.initialize(ss["m4l1p1_part1_atlas_P_1"]);
94
+ this.gotoAndStop(8);
95
+ }).prototype = p = new cjs.Sprite();
96
+
97
+
98
+
99
+ (lib.Bitmap8 = function() {
100
+ this.initialize(ss["m4l1p1_part1_atlas_P_1"]);
101
+ this.gotoAndStop(9);
102
+ }).prototype = p = new cjs.Sprite();
103
+
104
+
105
+
106
+ (lib.Bitmap9 = function() {
107
+ this.initialize(ss["m4l1p1_part1_atlas_P_1"]);
108
+ this.gotoAndStop(10);
109
+ }).prototype = p = new cjs.Sprite();
110
+ // helper functions:
111
+
112
+ function mc_symbol_clone() {
113
+ var clone = this._cloneProps(new this.constructor(this.mode, this.startPosition, this.loop, this.reversed));
114
+ clone.gotoAndStop(this.currentFrame);
115
+ clone.paused = this.paused;
116
+ clone.framerate = this.framerate;
117
+ return clone;
118
+ }
119
+
120
+ function getMCSymbolPrototype(symbol, nominalBounds, frameBounds) {
121
+ var prototype = cjs.extend(symbol, cjs.MovieClip);
122
+ prototype.clone = mc_symbol_clone;
123
+ prototype.nominalBounds = nominalBounds;
124
+ prototype.frameBounds = frameBounds;
125
+ return prototype;
126
+ }
127
+
128
+
129
+ (lib.ykjtylkulul = function(mode,startPosition,loop,reversed) {
130
+ if (loop == null) { loop = true; }
131
+ if (reversed == null) { reversed = false; }
132
+ var props = new Object();
133
+ props.mode = mode;
134
+ props.startPosition = startPosition;
135
+ props.labels = {};
136
+ props.loop = loop;
137
+ props.reversed = reversed;
138
+ cjs.MovieClip.apply(this,[props]);
139
+
140
+ // Layer_1
141
+ this.instance = new lib.Bitmap4();
142
+ this.instance.setTransform(-24,0);
143
+
144
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
145
+
146
+ this._renderFirstFrame();
147
+
148
+ }).prototype = p = new cjs.MovieClip();
149
+ p.nominalBounds = new cjs.Rectangle(-24,0,49,129);
150
+
151
+
152
+ (lib.yhkjtyktuelk7 = function(mode,startPosition,loop,reversed) {
153
+ if (loop == null) { loop = true; }
154
+ if (reversed == null) { reversed = false; }
155
+ var props = new Object();
156
+ props.mode = mode;
157
+ props.startPosition = startPosition;
158
+ props.labels = {};
159
+ props.loop = loop;
160
+ props.reversed = reversed;
161
+ cjs.MovieClip.apply(this,[props]);
162
+
163
+ // Layer_1
164
+ this.shape = new cjs.Shape();
165
+ this.shape.graphics.f("#735438").s().p("Ah6GzQg3gngIhAQgDgaAFgWQAGkXgrkrQBvitB6ACQB8ACBUChQgXFQgsEnIgGAAQgIA0goAmQgpAmg5AIQgMABgNAAQg2AAgtgfg");
166
+ this.shape.setTransform(-8.725,30.3454);
167
+
168
+ this.shape_1 = new cjs.Shape();
169
+ this.shape_1.graphics.f("#735438").s().p("Ag6InQgPgQgNgYIgKgVQhGk3gHk8QgEjMAOhLIAAgCQgBhAAxgvQAwgvBFgBQBGgBAzAsQAyAtABBBIAAAQIABAAIgCAEQgDAfgSAcQg2FwghEwQgQCXgGBOQgZAWgXAAQgbAAgagbg");
170
+ this.shape_1.setTransform(-10.9783,101.859);
171
+
172
+ this.shape_2 = new cjs.Shape();
173
+ this.shape_2.graphics.f("#000000").s().p("ABMCWQhNgPiShPIiEhKIAAAAIAAAAIgBgmQABgsAIgYIAAgCIAAAAQAJgYAPgDIgCAEQAAAHBYA/QBjBHA5APQAwgBgthDIg5hDIDxB/QAcANAtAbQAgAUgHAgQgEARgKAMQghAghSABg");
174
+ this.shape_2.setTransform(2.6628,180.4);
175
+
176
+ this.shape_3 = new cjs.Shape();
177
+ this.shape_3.graphics.f("#735438").s().p("AgECWQgpgYgvgrIgmgnIAGgfIgdgOQAYADAKisICSgDIgGBAQAFBEAPAdQAIAOAGABIBiBFQgRBmhCAAQggAAgqgYg");
178
+ this.shape_3.setTransform(-8.7,167.9975);
179
+
180
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
181
+
182
+ this._renderFirstFrame();
183
+
184
+ }).prototype = p = new cjs.MovieClip();
185
+ p.nominalBounds = new cjs.Rectangle(-30.8,-16.2,61.6,212);
186
+
187
+
188
+ (lib.xdhthzdh = function(mode,startPosition,loop,reversed) {
189
+ if (loop == null) { loop = true; }
190
+ if (reversed == null) { reversed = false; }
191
+ var props = new Object();
192
+ props.mode = mode;
193
+ props.startPosition = startPosition;
194
+ props.labels = {};
195
+ props.loop = loop;
196
+ props.reversed = reversed;
197
+ cjs.MovieClip.apply(this,[props]);
198
+
199
+ // Layer_1
200
+ this.instance = new lib.Bitmap8();
201
+ this.instance.setTransform(-29,0);
202
+
203
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
204
+
205
+ this._renderFirstFrame();
206
+
207
+ }).prototype = p = new cjs.MovieClip();
208
+ p.nominalBounds = new cjs.Rectangle(-29,0,57,250);
209
+
210
+
211
+ (lib.xdfthxzdbn = function(mode,startPosition,loop,reversed) {
212
+ if (loop == null) { loop = true; }
213
+ if (reversed == null) { reversed = false; }
214
+ var props = new Object();
215
+ props.mode = mode;
216
+ props.startPosition = startPosition;
217
+ props.labels = {};
218
+ props.loop = loop;
219
+ props.reversed = reversed;
220
+ cjs.MovieClip.apply(this,[props]);
221
+
222
+ // Layer_1
223
+ this.instance = new lib.Bitmap6();
224
+
225
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
226
+
227
+ this._renderFirstFrame();
228
+
229
+ }).prototype = p = new cjs.MovieClip();
230
+ p.nominalBounds = new cjs.Rectangle(0,0,135,195);
231
+
232
+
233
+ (lib.nghkfghkuluyl = function(mode,startPosition,loop,reversed) {
234
+ if (loop == null) { loop = true; }
235
+ if (reversed == null) { reversed = false; }
236
+ var props = new Object();
237
+ props.mode = mode;
238
+ props.startPosition = startPosition;
239
+ props.labels = {};
240
+ props.loop = loop;
241
+ props.reversed = reversed;
242
+ cjs.MovieClip.apply(this,[props]);
243
+
244
+ // Layer_1
245
+ this.shape = new cjs.Shape();
246
+ this.shape.graphics.f("#8E2413").s().p("AhzgRQgqh2gQgxIgBgDQgOgoAPgmQAPgmAkgNQAkgNAkATQAjAUAPAoQAGAUAAAWQAzElBEBzQAiA5AXgCQgrAPhFAcIg8AYQg/ikg+ivg");
247
+ this.shape.setTransform(-4.7064,32.215);
248
+
249
+ this.shape_1 = new cjs.Shape();
250
+ this.shape_1.graphics.f("#816343").s().p("AA4DQQgMgBgGgMIgHgZIgVhDQgRg5gFgIQgTgbAaBZQAPA2ABASQAAAKgHADQgJAEgGgFQgLgIgIgfIgRhJQgKgkgFgDQgDgBAOA4QAOA7gLADQgKADgEgFQgGgHgKgdQgdhUgOhjQgQhwAXgKQBTghAtApQApAlA8CRIAKAjQAIAlgJAJQgIAIgLgSQgKgYgGgKIgXg6QgSgsgFAFQgJAJAHAaQANAtA+B+QAMAcgQAIQgPAHgMgZQgDgIgYgxQgbg1gDABQgDAAAcBRQAaBLgWAAIgBAAg");
251
+ this.shape_1.setTransform(10.0324,80.2197);
252
+
253
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).wait(1));
254
+
255
+ this._renderFirstFrame();
256
+
257
+ }).prototype = p = new cjs.MovieClip();
258
+ p.nominalBounds = new cjs.Rectangle(-22.9,0,45.8,101.1);
259
+
260
+
261
+ (lib.ktultruyl8r6l = function(mode,startPosition,loop,reversed) {
262
+ if (loop == null) { loop = true; }
263
+ if (reversed == null) { reversed = false; }
264
+ var props = new Object();
265
+ props.mode = mode;
266
+ props.startPosition = startPosition;
267
+ props.labels = {};
268
+ props.loop = loop;
269
+ props.reversed = reversed;
270
+ cjs.MovieClip.apply(this,[props]);
271
+
272
+ // Layer_1
273
+ this.shape = new cjs.Shape();
274
+ this.shape.graphics.f("#AE0909").s().p("Ah8AFIgCgdIARAHQAVAHAbADQBTAKBigdIAHAeQghANgwAGQgcAEgZAAQhAAAg1gWg");
275
+ this.shape.setTransform(1,34.3649);
276
+
277
+ this.shape_1 = new cjs.Shape();
278
+ this.shape_1.graphics.f("#D2C8C8").s().p("AgQDRIhfgcQgCg6gHg9IgHgxQgnhzArhEQAOgWAUgOIARgKQCJAJAsCLQAVBFgFBEIAVCAQgjAUg1AAQgiAAgogIg");
279
+ this.shape_1.setTransform(0.0044,21.6715);
280
+
281
+ this.shape_2 = new cjs.Shape();
282
+ this.shape_2.graphics.f("#CFA683").s().p("AAbG/QgfgOgOggQgDgGgCgIIgBAAIgBgVQgJiJgOh+QgXjUgfhgIgDgJQgGgMgFgLQgdhDALg9QAKg+AtgTQAsgTAzAiQA0AiAdBEIAJAYIACAAIAAAFQARA6gMAzQAWG5gBBeIAAABQAKAfgNAdQgMAegdAMQgQAHgPAAQgQAAgQgHg");
283
+ this.shape_2.setTransform(-0.3673,47.6283);
284
+
285
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
286
+
287
+ this._renderFirstFrame();
288
+
289
+ }).prototype = p = new cjs.MovieClip();
290
+ p.nominalBounds = new cjs.Rectangle(-14.6,0,29.299999999999997,93);
291
+
292
+
293
+ (lib.jghluylytii = function(mode,startPosition,loop,reversed) {
294
+ if (loop == null) { loop = true; }
295
+ if (reversed == null) { reversed = false; }
296
+ var props = new Object();
297
+ props.mode = mode;
298
+ props.startPosition = startPosition;
299
+ props.labels = {};
300
+ props.loop = loop;
301
+ props.reversed = reversed;
302
+ cjs.MovieClip.apply(this,[props]);
303
+
304
+ // Layer_1
305
+ this.shape = new cjs.Shape();
306
+ this.shape.graphics.f("#AE0909").s().p("AiNAGIgBghIATAHQAYAIAeAEQBeALBvghIAHAjQglAOg3AIQgfAEgcAAQhIAAg9gZg");
307
+ this.shape.setTransform(1.15,38.9353);
308
+
309
+ this.shape_1 = new cjs.Shape();
310
+ this.shape_1.graphics.f("#D2C8C8").s().p("AgSDsQgmgHgmgNIgfgLQgChCgJhFIgHg4QguiCAxhNQAQgZAWgQIAUgLQCbAKAxCeQAZBOgGBNIAZCRQgoAXg8AAQgnAAgtgKg");
311
+ this.shape_1.setTransform(0.0046,24.5564);
312
+
313
+ this.shape_2 = new cjs.Shape();
314
+ this.shape_2.graphics.f("#CFA683").s().p("AAeH6QgkgPgPglIgGgQIgBAAIgCgYQgJiXgQiSQgajxgjhsIgDgLIgNgaQghhMANhFQAMhFAygWQAygWA6AnQA7AmAgBMIALAbIABABIABAGQATBCgNA5QAYHvAABwIgBAAQAMAjgPAiQgOAhghAOQgRAIgSAAQgSAAgSgIg");
315
+ this.shape_2.setTransform(-0.3924,53.9648);
316
+
317
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
318
+
319
+ this._renderFirstFrame();
320
+
321
+ }).prototype = p = new cjs.MovieClip();
322
+ p.nominalBounds = new cjs.Rectangle(-16.6,0,33.2,105.4);
323
+
324
+
325
+ (lib.jghkfyulyulyil = function(mode,startPosition,loop,reversed) {
326
+ if (loop == null) { loop = true; }
327
+ if (reversed == null) { reversed = false; }
328
+ var props = new Object();
329
+ props.mode = mode;
330
+ props.startPosition = startPosition;
331
+ props.labels = {};
332
+ props.loop = loop;
333
+ props.reversed = reversed;
334
+ cjs.MovieClip.apply(this,[props]);
335
+
336
+ // Layer_1
337
+ this.instance = new lib.Bitmap10();
338
+ this.instance.setTransform(-142,-91);
339
+
340
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
341
+
342
+ this._renderFirstFrame();
343
+
344
+ }).prototype = p = new cjs.MovieClip();
345
+ p.nominalBounds = new cjs.Rectangle(-142,-91,285,183);
346
+
347
+
348
+ (lib.HKTUKUKLLL = function(mode,startPosition,loop,reversed) {
349
+ if (loop == null) { loop = true; }
350
+ if (reversed == null) { reversed = false; }
351
+ var props = new Object();
352
+ props.mode = mode;
353
+ props.startPosition = startPosition;
354
+ props.labels = {};
355
+ props.loop = loop;
356
+ props.reversed = reversed;
357
+ cjs.MovieClip.apply(this,[props]);
358
+
359
+ // Layer_1
360
+ this.instance = new lib.Bitmap1();
361
+ this.instance.setTransform(-1238,-228);
362
+
363
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
364
+
365
+ this._renderFirstFrame();
366
+
367
+ }).prototype = p = new cjs.MovieClip();
368
+ p.nominalBounds = new cjs.Rectangle(-1238,-228,2476,468);
369
+
370
+
371
+ (lib.hkrtyulruy6lr867l = function(mode,startPosition,loop,reversed) {
372
+ if (loop == null) { loop = true; }
373
+ if (reversed == null) { reversed = false; }
374
+ var props = new Object();
375
+ props.mode = mode;
376
+ props.startPosition = startPosition;
377
+ props.labels = {};
378
+ props.loop = loop;
379
+ props.reversed = reversed;
380
+ cjs.MovieClip.apply(this,[props]);
381
+
382
+ // Layer_1
383
+ this.instance = new lib.Bitmap9();
384
+ this.instance.setTransform(-36,0);
385
+
386
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
387
+
388
+ this._renderFirstFrame();
389
+
390
+ }).prototype = p = new cjs.MovieClip();
391
+ p.nominalBounds = new cjs.Rectangle(-36,0,71,248);
392
+
393
+
394
+ (lib.hjrytkkkyrk = function(mode,startPosition,loop,reversed) {
395
+ if (loop == null) { loop = true; }
396
+ if (reversed == null) { reversed = false; }
397
+ var props = new Object();
398
+ props.mode = mode;
399
+ props.startPosition = startPosition;
400
+ props.labels = {};
401
+ props.loop = loop;
402
+ props.reversed = reversed;
403
+ cjs.MovieClip.apply(this,[props]);
404
+
405
+ // Layer_1
406
+ this.instance = new lib.Bitmap7();
407
+
408
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
409
+
410
+ this._renderFirstFrame();
411
+
412
+ }).prototype = p = new cjs.MovieClip();
413
+ p.nominalBounds = new cjs.Rectangle(0,0,145,190);
414
+
415
+
416
+ (lib.hgktulktel8l = function(mode,startPosition,loop,reversed) {
417
+ if (loop == null) { loop = true; }
418
+ if (reversed == null) { reversed = false; }
419
+ var props = new Object();
420
+ props.mode = mode;
421
+ props.startPosition = startPosition;
422
+ props.labels = {};
423
+ props.loop = loop;
424
+ props.reversed = reversed;
425
+ cjs.MovieClip.apply(this,[props]);
426
+
427
+ // Layer_1
428
+ this.shape = new cjs.Shape();
429
+ this.shape.graphics.f("#BE301B").s().p("AiMIRQgegbgGgrIgBgSIgBAAIAFgZQAgidAYidQAokAgEh7IAAgMIgGgeQgLhZAfhEQAehDA2gHQA3gGAuA5QAuA6ALBZIADAfIABABIgBAGQAABLgcA2QhyIQgcBoIAAAAQABAogWAeQgXAegjAEIgLABQggAAgagXg");
430
+ this.shape.setTransform(0,55.1491);
431
+
432
+ this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
433
+
434
+ this._renderFirstFrame();
435
+
436
+ }).prototype = p = new cjs.MovieClip();
437
+ p.nominalBounds = new cjs.Rectangle(-17.9,0,35.8,110.3);
438
+
439
+
440
+ (lib.hgjdtyekjtykeku = function(mode,startPosition,loop,reversed) {
441
+ if (loop == null) { loop = true; }
442
+ if (reversed == null) { reversed = false; }
443
+ var props = new Object();
444
+ props.mode = mode;
445
+ props.startPosition = startPosition;
446
+ props.labels = {};
447
+ props.loop = loop;
448
+ props.reversed = reversed;
449
+ cjs.MovieClip.apply(this,[props]);
450
+
451
+ // Layer_1
452
+ this.shape = new cjs.Shape();
453
+ this.shape.graphics.f("#171714").s().p("Ag5AVQATghAlgFQAjgFANgQQAEgDABgLIAAALQgCANgIAIQAVgTABgOIAAANQgCAPgJAJQAPgEADgHIgEALQgHAMgOgBQg3AEgHACQgmALgQAqQADgQAKgRg");
454
+ this.shape.setTransform(0.0308,-0.0009,2.023,2.023);
455
+
456
+ this.shape_1 = new cjs.Shape();
457
+ this.shape_1.graphics.f("#171714").s().p("AgjATQAagQAZgGQAagHAGgSIAHgYQgBAZgJALQAOgLAKgRQgEAXgNAJQANgFAGgOQABAKgGAJQgFAJggAHQgeAIgSALIg0AeQALgSAZgQg");
458
+ this.shape_1.setTransform(0.191,0.252,2.023,2.023);
459
+
460
+ this.shape_2 = new cjs.Shape();
461
+ this.shape_2.graphics.f("#171714").s().p("AhJAvIApgHQAfgHAXgVQAYgUAEgNIAKgcIgKAnQAMgMAIgTQgCASgMASQAKgIAIgPIgGAQQgDAKgaAQQgZASgWALQgOAHgUAAQgOAAgRgDg");
462
+ this.shape_2.setTransform(0.663,1.3903,2.023,2.023);
463
+
464
+ this.shape_3 = new cjs.Shape();
465
+ this.shape_3.graphics.f("#171714").s().p("Ag7AtQAUAFASgIQAUgKASgTQAKgMAIgTQAGgQAEgTQAFARgJAYQAMgMgCgUQAIAKgLAbQAJgGADgPQADASgWATQgWATgaARQgNAJgNAAQgOAAgMgJg");
466
+ this.shape_3.setTransform(0.4153,3.9307,2.023,2.023);
467
+
468
+ this.shape_4 = new cjs.Shape();
469
+ this.shape_4.graphics.f("#171714").s().p("AhJAvIApgHQAfgHAXgVQAYgUAEgNIAKgcIgKAnQAMgMAIgTQgCASgMASQAKgIAIgPIgGARQgEAKgZARQgZARgWALQgOAGgTAAQgPAAgRgDg");
470
+ this.shape_4.setTransform(0.663,1.3965,2.023,2.023);
471
+
472
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape}]}).to({state:[{t:this.shape_1}]},34).to({state:[{t:this.shape_2}]},1).to({state:[{t:this.shape_3}]},1).to({state:[{t:this.shape_4}]},2).to({state:[{t:this.shape_1}]},1).to({state:[{t:this.shape}]},1).wait(10));
473
+
474
+ // Layer_2
475
+ this.shape_5 = new cjs.Shape();
476
+ this.shape_5.graphics.f("#8B6744").s().p("Aibg8IFEhNIguCEIijAvQg6AwgDAwQhgg0AqiSg");
477
+ this.shape_5.setTransform(-4.0579,-2.925);
478
+
479
+ this.shape_6 = new cjs.Shape();
480
+ this.shape_6.graphics.f("#8B6744").s().p("Aibg8IFEhNIg1CdIiBAxIhYBFQhgg0AqiSg");
481
+ this.shape_6.setTransform(-4.0579,-2.925);
482
+
483
+ this.shape_7 = new cjs.Shape();
484
+ this.shape_7.graphics.f("#8B6744").s().p("Aibg8IFEhNIg0C2QgOA9hNARIh/APQhgg0AqiSg");
485
+ this.shape_7.setTransform(-4.0579,-2.925);
486
+
487
+ this.shape_8 = new cjs.Shape();
488
+ this.shape_8.graphics.f("#8B6744").s().p("AhNCQQh5hKAqiSIFEhNIg0C1QgOA9g8AtQgfAUgjAAQgZAAgcgKg");
489
+ this.shape_8.setTransform(-3.9584,-1.294);
490
+
491
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_5}]}).to({state:[{t:this.shape_6}]},34).to({state:[{t:this.shape_7}]},1).to({state:[{t:this.shape_8}]},1).to({state:[{t:this.shape_7}]},2).to({state:[{t:this.shape_6}]},1).to({state:[{t:this.shape_5}]},1).wait(10));
492
+
493
+ this._renderFirstFrame();
494
+
495
+ }).prototype = p = new cjs.MovieClip();
496
+ p.nominalBounds = new cjs.Rectangle(-20.9,-16.7,36.599999999999994,31.5);
497
+
498
+
499
+ (lib.gjhkuykuylyruliyl = function(mode,startPosition,loop,reversed) {
500
+ if (loop == null) { loop = true; }
501
+ if (reversed == null) { reversed = false; }
502
+ var props = new Object();
503
+ props.mode = mode;
504
+ props.startPosition = startPosition;
505
+ props.labels = {};
506
+ props.loop = loop;
507
+ props.reversed = reversed;
508
+ cjs.MovieClip.apply(this,[props]);
509
+
510
+ // Layer_1
511
+ this.shape = new cjs.Shape();
512
+ this.shape.graphics.f("#171714").s().p("Ah4AhIgPgQQAKAJAdgCQgVgKgPgZIgJgWQALAZAyAPQgTgHgNgVIgIgUIATAWQAiASBDgSQBDgRA+AdIANAGQg0gYhUAfQhSAfAAgBQgKAGgKAAQgMAAgMgJg");
513
+ this.shape.setTransform(0,0.0164);
514
+
515
+ this.shape_1 = new cjs.Shape();
516
+ this.shape_1.graphics.f("#171714").s().p("AiIAdQgJgKgBgJQAIANAeABQgegHgPgdIgHgNQASAWAjASQgOgKgQgTQgHgJgEgRIAaAfQAlAmBCgNQBCgNAjgBQAkgBArAVQg+gGhAAMQg/AMg1ABIgCAAQggAAgVgMg");
517
+ this.shape_1.setTransform(1.6,0.401);
518
+
519
+ this.shape_2 = new cjs.Shape();
520
+ this.shape_2.graphics.f("#171714").s().p("AhAAtQgygSgRgKQgOgMgBgCQAIAFAaALQgagQgPgdIgHgNQAYAiAhAPQgOgJgMgNQgMgPgHgbQAOAbAPAPQAsAwBJABQBIACAigPQAigOAXgCQgvAehAAMQgaAFgYAAQgiAAgegKg");
521
+ this.shape_2.setTransform(1.6,1.8357);
522
+
523
+ this.shape_3 = new cjs.Shape();
524
+ this.shape_3.graphics.f("#171714").s().p("Ag5A4QgbgKgOgIQgSgKgLgOQgGgFgGgJIgFgKIAOALQAMAKAKAEQgWgOgXgkIgIgOQAMARASAQQASAQAQAHQgCgEgIgHIgMgPQgUgZgGgVQAGAMANAOIAUATQAcAiAWASQAWASA2AAQA3AAAYgLQAYgMAPgNQAPgOAJAAQgJAXgdARQgaAPgmAGQgcAFgYAAQgkAAgdgKg");
525
+ this.shape_3.setTransform(1.675,2.768);
526
+
527
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape}]}).to({state:[{t:this.shape_1}]},14).to({state:[{t:this.shape_2}]},1).to({state:[{t:this.shape_3}]},1).to({state:[{t:this.shape_2}]},2).to({state:[{t:this.shape_1}]},1).to({state:[{t:this.shape}]},1).wait(30));
528
+
529
+ this._renderFirstFrame();
530
+
531
+ }).prototype = p = new cjs.MovieClip();
532
+ p.nominalBounds = new cjs.Rectangle(-14.5,-4.1,32.4,13.5);
533
+
534
+
535
+ (lib.ghmkktuyktuyk = function(mode,startPosition,loop,reversed) {
536
+ if (loop == null) { loop = true; }
537
+ if (reversed == null) { reversed = false; }
538
+ var props = new Object();
539
+ props.mode = mode;
540
+ props.startPosition = startPosition;
541
+ props.labels = {};
542
+ props.loop = loop;
543
+ props.reversed = reversed;
544
+ cjs.MovieClip.apply(this,[props]);
545
+
546
+ // Layer_1
547
+ this.shape = new cjs.Shape();
548
+ this.shape.graphics.f("#BE301B").s().p("AicG7QgagPgHggQgHgfAOgeIAAAAQAPheBcm9QgDg0Aag6IABgFIABAAIANgXQAmhCA3gdQA4gdAoAYQAoAYABA/QAAA/gnBBIgOAWIgFAJQgtBeg5DUQghB8geCLIgFAVIgBAAIgHAOQgTAfghAKQgNAEgMAAQgTAAgRgKg");
549
+ this.shape.setTransform(-19.2525,45.3608);
550
+
551
+ this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
552
+
553
+ this._renderFirstFrame();
554
+
555
+ }).prototype = p = new cjs.MovieClip();
556
+ p.nominalBounds = new cjs.Rectangle(-38.5,0,38.5,90.7);
557
+
558
+
559
+ (lib.ghmkgukltultul = function(mode,startPosition,loop,reversed) {
560
+ if (loop == null) { loop = true; }
561
+ if (reversed == null) { reversed = false; }
562
+ var props = new Object();
563
+ props.mode = mode;
564
+ props.startPosition = startPosition;
565
+ props.labels = {};
566
+ props.loop = loop;
567
+ props.reversed = reversed;
568
+ cjs.MovieClip.apply(this,[props]);
569
+
570
+ // Layer_1
571
+ this.shape = new cjs.Shape();
572
+ this.shape.graphics.f("#BE301B").s().p("AhoggIgTivIAAgDQgGgrAXgiQAXghAmgFQAngFAdAbQAfAbAFArQADAXgFATQgQEqApB+QAUA/AXAEQgtAFhJAMIg/AKQgaisgWi7g");
573
+ this.shape.setTransform(-1.5781,32.6679);
574
+
575
+ this.shape_1 = new cjs.Shape();
576
+ this.shape_1.graphics.f("#A67F56").s().p("AAEDYQgKgEgDgNIgCgaIgFhGQgFg8gDgIQgNghAGBfQAEA4gDARQgCALgIABQgKABgFgFQgKgKAAghIgBhLQgBgmgFgEQgCgBABA6QAAA8gLABQgKABgDgHQgFgIgDgeQgJhYAIhlQAJhwAZgEQBYgOAkAyQAfAtAaCaIACAlQAAAngLAGQgKAGgGgUIgIgkIgKg+QgIgvgFAEQgLAHABAaQACAvAgCIQAGAfgRAEQgQADgGgaIgOg+QgPg6gDAAQgCAAAJBVQAHBLgSAAIgEgBg");
577
+ this.shape_1.setTransform(2.9743,83.7616);
578
+
579
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).wait(1));
580
+
581
+ this._renderFirstFrame();
582
+
583
+ }).prototype = p = new cjs.MovieClip();
584
+ p.nominalBounds = new cjs.Rectangle(-14.1,0,28.2,105.5);
585
+
586
+
587
+ (lib.ghmkftuylkruyliryl = function(mode,startPosition,loop,reversed) {
588
+ if (loop == null) { loop = true; }
589
+ if (reversed == null) { reversed = false; }
590
+ var props = new Object();
591
+ props.mode = mode;
592
+ props.startPosition = startPosition;
593
+ props.labels = {};
594
+ props.loop = loop;
595
+ props.reversed = reversed;
596
+ cjs.MovieClip.apply(this,[props]);
597
+
598
+ // Layer_1
599
+ this.shape = new cjs.Shape();
600
+ this.shape.graphics.f("#AE0909").s().p("AAjA8QhogghBhHIANghIAOAPQATASAaARQBSA0BzANIgHAmQgogBg1gQg");
601
+ this.shape.setTransform(-19.025,41.275);
602
+
603
+ this.shape_1 = new cjs.Shape();
604
+ this.shape_1.graphics.f("#F6F6F6").s().p("AhUDaQgggXgegdIgYgYQAYhCAUhIIAPg6QAKiUBMg4QAYgRAagGQAOgDAJAAQCLBMgRCxQgJBYgkBKIgjCZIgRABQhFAAhYhDg");
605
+ this.shape_1.setTransform(-17.1525,28.4699);
606
+
607
+ this.shape_2 = new cjs.Shape();
608
+ this.shape_2.graphics.f("#ECBE97").s().p("AjFH/QgbgfAAgrQABgKABgIIgCgBIAIgYQA0iZAriXQBHj6AMh6IABgLQgBgQAAgQQAAhZAmg/QAmg/A2AAQA3AAAnA/QAmA/AABZIAAAgIAAABIgBAGQgJBKgjAyQivH2gqBsIgBAAQgDAngbAbQgaAbgkAAQgmAAgcgeg");
609
+ this.shape_2.setTransform(-24.15,56.875);
610
+
611
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
612
+
613
+ this._renderFirstFrame();
614
+
615
+ }).prototype = p = new cjs.MovieClip();
616
+ p.nominalBounds = new cjs.Rectangle(-46.6,0,46.6,111);
617
+
618
+
619
+ (lib.ghktukltulu = function(mode,startPosition,loop,reversed) {
620
+ if (loop == null) { loop = true; }
621
+ if (reversed == null) { reversed = false; }
622
+ var props = new Object();
623
+ props.mode = mode;
624
+ props.startPosition = startPosition;
625
+ props.labels = {};
626
+ props.loop = loop;
627
+ props.reversed = reversed;
628
+ cjs.MovieClip.apply(this,[props]);
629
+
630
+ // Layer_1
631
+ this.shape = new cjs.Shape();
632
+ this.shape.graphics.f("#8E2413").s().p("ACQCoIgCgBQjJhgjOhuQAuhTAcg3IAEAOQAJASAcAWQBZBEDyBIQAUADAOAIQAhAQANAgQAMAggOAdQgPAdghAJQgMADgMAAQgWAAgVgKg");
633
+ this.shape.setTransform(-26.6606,-17.8162);
634
+
635
+ this.shape_1 = new cjs.Shape();
636
+ this.shape_1.graphics.f("#816343").s().p("AAwBsQhTgXhDggQgYgMgFgFQgEgFADgIQAEgIAwARQAvARgBgCQgDgHhYggQgagIgGgLQgDgFAEgIQADgGAJACQAPACAsATQBLAggYgUQgGgFhlgtIgTgJQgKgGAAgKQAAgVA/AfQBCAgAAgDQACgEhYg3QgUgMAIgNQAIgMAXANQBjBBAlAPQAVAJAIgHQAFgDgjgTIgvgbIgbgQQgOgLAIgGQAIgHAfALQAOAGAOAGQB1BBAaAlQAeArglBDQgEAIgUAAQgaAAg0gOg");
637
+ this.shape_1.setTransform(-65.0985,-34.765);
638
+
639
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).wait(1));
640
+
641
+ this._renderFirstFrame();
642
+
643
+ }).prototype = p = new cjs.MovieClip();
644
+ p.nominalBounds = new cjs.Rectangle(-82.1,-46.9,82.1,46.9);
645
+
646
+
647
+ (lib.ghktgktulkdu = function(mode,startPosition,loop,reversed) {
648
+ if (loop == null) { loop = true; }
649
+ if (reversed == null) { reversed = false; }
650
+ var props = new Object();
651
+ props.mode = mode;
652
+ props.startPosition = startPosition;
653
+ props.labels = {};
654
+ props.loop = loop;
655
+ props.reversed = reversed;
656
+ cjs.MovieClip.apply(this,[props]);
657
+
658
+ // Layer_1
659
+ this.instance = new lib.Bitmap5();
660
+ this.instance.setTransform(-25,0);
661
+
662
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
663
+
664
+ this._renderFirstFrame();
665
+
666
+ }).prototype = p = new cjs.MovieClip();
667
+ p.nominalBounds = new cjs.Rectangle(-25,0,50,129);
668
+
669
+
670
+ (lib.ghktduykulk76 = function(mode,startPosition,loop,reversed) {
671
+ if (loop == null) { loop = true; }
672
+ if (reversed == null) { reversed = false; }
673
+ var props = new Object();
674
+ props.mode = mode;
675
+ props.startPosition = startPosition;
676
+ props.labels = {};
677
+ props.loop = loop;
678
+ props.reversed = reversed;
679
+ cjs.MovieClip.apply(this,[props]);
680
+
681
+ // Layer_1
682
+ this.shape = new cjs.Shape();
683
+ this.shape.graphics.f("#8E2413").s().p("AkEGIQgVgWABggQAAggAWgaIAAAAQAnhbDHmVQAJg0AngwIACgFIACABQAIgLAKgJQA2g1A9gOQA9gPAhAhQAgAhgPA9QgPA+g2A1QgKAKgJAHIgHAIQhDBQhsC/QhEB7g6B0IgKATIgBgBIgKAMQgbAagiACIgGAAQgeAAgWgVg");
684
+ this.shape.setTransform(-28.0904,41.2867);
685
+
686
+ this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
687
+
688
+ this._renderFirstFrame();
689
+
690
+ }).prototype = p = new cjs.MovieClip();
691
+ p.nominalBounds = new cjs.Rectangle(-56.2,0,56.2,82.6);
692
+
693
+
694
+ (lib.ghkjulktul = function(mode,startPosition,loop,reversed) {
695
+ if (loop == null) { loop = true; }
696
+ if (reversed == null) { reversed = false; }
697
+ var props = new Object();
698
+ props.mode = mode;
699
+ props.startPosition = startPosition;
700
+ props.labels = {};
701
+ props.loop = loop;
702
+ props.reversed = reversed;
703
+ cjs.MovieClip.apply(this,[props]);
704
+
705
+ // Layer_1
706
+ this.instance = new lib.Bitmap12();
707
+ this.instance.setTransform(-42,-214);
708
+
709
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
710
+
711
+ this._renderFirstFrame();
712
+
713
+ }).prototype = p = new cjs.MovieClip();
714
+ p.nominalBounds = new cjs.Rectangle(-42,-214,84,214);
715
+
716
+
717
+ (lib.ghkfgluyluyl = function(mode,startPosition,loop,reversed) {
718
+ if (loop == null) { loop = true; }
719
+ if (reversed == null) { reversed = false; }
720
+ var props = new Object();
721
+ props.mode = mode;
722
+ props.startPosition = startPosition;
723
+ props.labels = {};
724
+ props.loop = loop;
725
+ props.reversed = reversed;
726
+ cjs.MovieClip.apply(this,[props]);
727
+
728
+ // Layer_1
729
+ this.shape = new cjs.Shape();
730
+ this.shape.graphics.f("#E7E7E7").s().p("Aggg6IAagLIAnCFIgcAGg");
731
+ this.shape.setTransform(30.475,-62.275);
732
+
733
+ this.shape_1 = new cjs.Shape();
734
+ this.shape_1.graphics.f("#E7E7E7").s().p("AgVg+IAagHIARCJIgbACg");
735
+ this.shape_1.setTransform(20.4,-59.8);
736
+
737
+ this.shape_2 = new cjs.Shape();
738
+ this.shape_2.graphics.f("#E7E7E7").s().p("AgSBCIAKiEIAbgCIgJCJg");
739
+ this.shape_2.setTransform(-11.85,-57.575);
740
+
741
+ this.shape_3 = new cjs.Shape();
742
+ this.shape_3.graphics.f("#E7E7E7").s().p("AgfA9IAjiAIAcACIgkCFg");
743
+ this.shape_3.setTransform(-26,-58.675);
744
+
745
+ this.shape_4 = new cjs.Shape();
746
+ this.shape_4.graphics.f("#AE0909").s().p("AlvAhQAEgVAFgVQALgrAJgCIAFgDIBEALQBUAMBUAEQEJAPCYg/IAwBQQiXAlioAXQh+ARhbAAQiUAAgzgug");
747
+ this.shape_4.setTransform(0.925,-61.0323);
748
+
749
+ this.shape_5 = new cjs.Shape();
750
+ this.shape_5.graphics.f("#E7E7E7").s().p("AhDBZQgFg3ABhqIAAisIB+C0QAMARADAKQAFAQgHAVQgEALgNAXIhcCjIAHAwQgZhDgIhZg");
751
+ this.shape_5.setTransform(-24.9936,-138.575);
752
+
753
+ this.shape_6 = new cjs.Shape();
754
+ this.shape_6.graphics.f("#CFA683").s().p("Ag9COIhihhQAVgWgOiDIgRiAQAKgQCRBFQBIAjBGAmQgFAOAMBJQAHAkAHAiQAaA2gFA+QgHBNg/AAQg2AAhrhig");
755
+ this.shape_6.setTransform(-0.802,-188.1756);
756
+
757
+ this.shape_7 = new cjs.Shape();
758
+ this.shape_7.graphics.f("#F6F6F6").s().p("AhUJLQhYgGhdgPIhLgOQAJg5AVguIATgiQAvhWgSh1QgFglgLgkIgKgcQiTpWBxg2ICbgyQAnAiCEgLQBCgGA7gNQAdgHA2AZQAaAMAVAOQARA5BKCjQAzBahDEhQghCRgrB/IBDDUQhiA0i7AAQg5AAhDgFg");
759
+ this.shape_7.setTransform(-0.0392,-124.4696);
760
+
761
+ this.shape_8 = new cjs.Shape();
762
+ this.shape_8.graphics.f("#E7E7E7").s().p("AmSEaQguh8AWicQARh6AjgyIgBgBIAqiyIEMAOQEbAGBSgrIAJASQB4CjAFDsQACB2gVBVQhBBAiGAkQhcAZhmAAQjCAAjmhbg");
763
+ this.shape_8.setTransform(-0.0429,-37.3324);
764
+
765
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
766
+
767
+ this._renderFirstFrame();
768
+
769
+ }).prototype = p = new cjs.MovieClip();
770
+ p.nominalBounds = new cjs.Rectangle(-43.4,-212.1,86.8,212.1);
771
+
772
+
773
+ (lib.ghkdtukdtul = function(mode,startPosition,loop,reversed) {
774
+ if (loop == null) { loop = true; }
775
+ if (reversed == null) { reversed = false; }
776
+ var props = new Object();
777
+ props.mode = mode;
778
+ props.startPosition = startPosition;
779
+ props.labels = {};
780
+ props.loop = loop;
781
+ props.reversed = reversed;
782
+ cjs.MovieClip.apply(this,[props]);
783
+
784
+ // Layer_1
785
+ this.shape = new cjs.Shape();
786
+ this.shape.graphics.f("#BE301B").s().p("Aj+BEIAPAEQAVABAggOQBogrC2ivQAKgOAQgLQAegUAiAFQAiAFATAbQARAbgIAhQgJAigfAUIgCACQi2B/jFB9QgyhRgjg0g");
787
+ this.shape.setTransform(-25.45,20.1337);
788
+
789
+ this.shape_1 = new cjs.Shape();
790
+ this.shape_1.graphics.f("#A67F56").s().p("AguCAQgGgHAogiQAkgfgCgBQgFAAgYAUIgxAoQgVASgLAAQgHAAgEgIQgEgFAGgHQAJgMAmgdQA/gvgbAJQgHADgpAdIgwAkIgRANQgKAFgJgFQgTgKA6goQA8gpgCgCQgCgCgsAXIgwAZQgUALgHgNQgHgNAXgNQBpg1AggaQARgOgBgKQgBgGgiAVIguAcIgcAPQgQAHgBgKQgCgKAYgVIAZgUQBxhFAugEQA0gFAoBBQAMAShDBDQg9A+g9AqQgVAPgIACIgBAAQgFAAgFgGg");
791
+ this.shape_1.setTransform(-59.4136,43.992);
792
+
793
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).wait(1));
794
+
795
+ this._renderFirstFrame();
796
+
797
+ }).prototype = p = new cjs.MovieClip();
798
+ p.nominalBounds = new cjs.Rectangle(-76.7,0,76.7,57.4);
799
+
800
+
801
+ (lib.ghkdktduylktul = function(mode,startPosition,loop,reversed) {
802
+ if (loop == null) { loop = true; }
803
+ if (reversed == null) { reversed = false; }
804
+ var props = new Object();
805
+ props.mode = mode;
806
+ props.startPosition = startPosition;
807
+ props.labels = {};
808
+ props.loop = loop;
809
+ props.reversed = reversed;
810
+ cjs.MovieClip.apply(this,[props]);
811
+
812
+ // Layer_1
813
+ this.shape = new cjs.Shape();
814
+ this.shape.graphics.f("#AE0909").s().p("AAaA3QhZgjg0hDIANgdIAMAPQAQARAVARQBEAzBlAUIgJAhQgjgEgugSg");
815
+ this.shape.setTransform(-18.125,35.925);
816
+
817
+ this.shape_1 = new cjs.Shape();
818
+ this.shape_1.graphics.f("#F6F6F6").s().p("AhXC1IhHhJQAag4AXg9IARgyQATiDBHgrQAVgOAZgDQAMgCAIABQB1BMgcCbQgNBNgmA+IgpCFIgDAAQhAAAhRhHg");
819
+ this.shape_1.setTransform(-15.8383,25.2077);
820
+
821
+ this.shape_2 = new cjs.Shape();
822
+ this.shape_2.graphics.f("#ECBE97").s().p("AiVHUQgigCgWgdQgVgdADgmIACgQIgBAAIAJgVQA3iBAxiFQBQjWAShqIACgLIABgbQAGhPAmg1QAmg0AwADQAwAEAeA6QAeA7gGBOIgEAbIABACIgCAFQgNBBghApQi7GqgvBfIgBAAQgGAjgZAWQgWAUgcAAIgGgBg");
823
+ this.shape_2.setTransform(-24.0677,49.1518);
824
+
825
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
826
+
827
+ this._renderFirstFrame();
828
+
829
+ }).prototype = p = new cjs.MovieClip();
830
+ p.nominalBounds = new cjs.Rectangle(-46.5,0,46.5,96.1);
831
+
832
+
833
+ (lib.ghjkflyfulyul = function(mode,startPosition,loop,reversed) {
834
+ if (loop == null) { loop = true; }
835
+ if (reversed == null) { reversed = false; }
836
+ var props = new Object();
837
+ props.mode = mode;
838
+ props.startPosition = startPosition;
839
+ props.labels = {};
840
+ props.loop = loop;
841
+ props.reversed = reversed;
842
+ cjs.MovieClip.apply(this,[props]);
843
+
844
+ // Layer_1
845
+ this.shape = new cjs.Shape();
846
+ this.shape.graphics.f("#ECBE97").s().p("AhDApIiPhHIgCgCQgigSgMgiQgMgiARgeQAQgdAkgIQAjgIAhATQAQAJANAOQDLCmBnA8QAzAeALgDQggA5gKAdQh6g/inhUg");
847
+ this.shape.setTransform(26.3724,18.8292);
848
+
849
+ this.shape_1 = new cjs.Shape();
850
+ this.shape_1.graphics.f("#ECBE97").s().p("AAxCFQgIgBgYgNQhCgohEg6QhLhAAKgUQAkhGA2AAQAxABB6A+IAcASQAbAUgBALQgBAKgRgGIgegNIgzgZQgjgTgBAGQgBALATANQAjAXByAvQAYAMgFAOQgGAOgWgKIg0gWQgwgUgCACQgCACBCAmQA/AlgSAMQgIAGgLgFIgUgMQhig9gHgCQgNgDAFAGQAGAIAqAaQAqAbALALQAGAHgDAGQgEAIgHABQgMABgXgRIg2gmQgbgTgFACQgCAAAoAeQAsAfgFAIQgFAIgGAAIAAgBg");
851
+ this.shape_1.setTransform(64.6916,41.5014);
852
+
853
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).wait(1));
854
+
855
+ this._renderFirstFrame();
856
+
857
+ }).prototype = p = new cjs.MovieClip();
858
+ p.nominalBounds = new cjs.Rectangle(0,0,83.2,54.9);
859
+
860
+
861
+ (lib.ghdfhjdyekjtyek = function(mode,startPosition,loop,reversed) {
862
+ if (loop == null) { loop = true; }
863
+ if (reversed == null) { reversed = false; }
864
+ var props = new Object();
865
+ props.mode = mode;
866
+ props.startPosition = startPosition;
867
+ props.labels = {};
868
+ props.loop = loop;
869
+ props.reversed = reversed;
870
+ cjs.MovieClip.apply(this,[props]);
871
+
872
+ // Layer_1
873
+ this.shape = new cjs.Shape();
874
+ this.shape.graphics.f("#ECBE97").s().p("AhUgmQgIitABgJIAAgDQAAgrAbgfQAbgeAlAAQAnAAAbAeQAbAfAAArQAAAUgIAVQg0EmgDCGQgCBEAJAIQgtAAgkADIgbADQgEidgJjRg");
875
+ this.shape.setTransform(1.8485,32.825);
876
+
877
+ this.shape_1 = new cjs.Shape();
878
+ this.shape_1.graphics.f("#ECBE97").s().p("AgQDZQgKgFgCgOIACgZIADhHQADg7gDgJQgIgkgGBhQgDA3gFARQgEALgHAAQgLAAgEgGQgIgLAEghIAIhKQADgmgEgEQgCgCgGA5QgHA9gLgBQgKgBgDgGQgDgJAAgfQAChYAVhiQAXhvAZgBQBYgDAeA3QAaAwAGCbIgCAmQgFAmgMAFQgLAEgDgUIgEglIgChAQgCgugGADQgLAFgCAbQgEAvAPCLQACAfgRACQgRABgDgbIgGg/QgHg7gDgBQgDAAgBBVQgCBKgQAAIgFgCg");
879
+ this.shape_1.setTransform(-0.0031,83.9065);
880
+
881
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).wait(1));
882
+
883
+ this._renderFirstFrame();
884
+
885
+ }).prototype = p = new cjs.MovieClip();
886
+ p.nominalBounds = new cjs.Rectangle(-11.1,0,22.2,105.8);
887
+
888
+
889
+ (lib.ClipGroup_9 = function(mode,startPosition,loop,reversed) {
890
+ if (loop == null) { loop = true; }
891
+ if (reversed == null) { reversed = false; }
892
+ var props = new Object();
893
+ props.mode = mode;
894
+ props.startPosition = startPosition;
895
+ props.labels = {};
896
+ props.loop = loop;
897
+ props.reversed = reversed;
898
+ cjs.MovieClip.apply(this,[props]);
899
+
900
+ // Layer_2 (mask)
901
+ var mask = new cjs.Shape();
902
+ mask._off = true;
903
+ mask.graphics.p("A/PfQMAAAg+fMA+fAAAMAAAA+fg");
904
+ mask.setTransform(199.975,200);
905
+
906
+ // Layer_3
907
+ this.shape = new cjs.Shape();
908
+ this.shape.graphics.f("#DAB17C").s().p("AiAkBIB4AEIC1H7IlZAEg");
909
+ this.shape.setTransform(278.9,353.975);
910
+
911
+ var maskedShapeInstanceList = [this.shape];
912
+
913
+ for(var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
914
+ maskedShapeInstanceList[shapedInstanceItr].mask = mask;
915
+ }
916
+
917
+ this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
918
+
919
+ this._renderFirstFrame();
920
+
921
+ }).prototype = getMCSymbolPrototype(lib.ClipGroup_9, new cjs.Rectangle(261.7,328.2,34.5,51.60000000000002), null);
922
+
923
+
924
+ (lib.fgyjrtyj5sewkjew4 = function(mode,startPosition,loop,reversed) {
925
+ if (loop == null) { loop = true; }
926
+ if (reversed == null) { reversed = false; }
927
+ var props = new Object();
928
+ props.mode = mode;
929
+ props.startPosition = startPosition;
930
+ props.labels = {};
931
+ props.loop = loop;
932
+ props.reversed = reversed;
933
+ cjs.MovieClip.apply(this,[props]);
934
+
935
+ // Layer_1
936
+ this.shape = new cjs.Shape();
937
+ this.shape.graphics.f("#FFFFFF").s().p("AhUgQQADgcAzgDQA4gDA7AvQgiAyhFABIgCAAQhFAAAFhAg");
938
+ this.shape.setTransform(0.0146,0.024,2.023,2.023);
939
+
940
+ this.shape_1 = new cjs.Shape();
941
+ this.shape_1.graphics.f("#FFFFFF").s().p("AhUgbIAHgEQAJgEAOAFIARgCQARgFAhAAQAhABAnAXQgiAyhFABIgCAAQhFAAAFhBg");
942
+ this.shape_1.setTransform(0.0146,2.1643,2.023,2.023);
943
+
944
+ this.shape_2 = new cjs.Shape();
945
+ this.shape_2.graphics.f("#FFFFFF").s().p("AhUggQAKAKAGABIATAGIAaAMQASAGAegGQAfgHAdgIQgiAyhFABIgCAAQhFAAAFhBg");
946
+ this.shape_2.setTransform(0.0146,3.1273,2.023,2.023);
947
+
948
+ this.shape_3 = new cjs.Shape();
949
+ this.shape_3.graphics.f("#FFFFFF").s().p("AhSgGQAGACAPAMIAYANQAaAFAlgOQAmgNATgYQgmAyg5ABIgDAAQg4AAgLggg");
950
+ this.shape_3.setTransform(0.3577,4.4685,2.023,2.023);
951
+
952
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape}]}).to({state:[{t:this.shape_1}]},34).to({state:[{t:this.shape_2}]},1).to({state:[{t:this.shape_3}]},1).to({state:[{t:this.shape_2}]},2).to({state:[{t:this.shape_1}]},1).to({state:[{t:this.shape}]},1).wait(10));
953
+
954
+ this._renderFirstFrame();
955
+
956
+ }).prototype = p = new cjs.MovieClip();
957
+ p.nominalBounds = new cjs.Rectangle(-17.2,-9.7,34.4,19.5);
958
+
959
+
960
+ (lib.fgnhjrdjrtjrejy = function(mode,startPosition,loop,reversed) {
961
+ if (loop == null) { loop = true; }
962
+ if (reversed == null) { reversed = false; }
963
+ var props = new Object();
964
+ props.mode = mode;
965
+ props.startPosition = startPosition;
966
+ props.labels = {};
967
+ props.loop = loop;
968
+ props.reversed = reversed;
969
+ cjs.MovieClip.apply(this,[props]);
970
+
971
+ // Layer_1
972
+ this.shape = new cjs.Shape();
973
+ this.shape.graphics.f("#171714").s().p("AiIA7QApgqBSgNQBQgNAcgiQAOgQgCgNQAHAogdAbQAugmADgfQAFAxgfAfQAjgKAFgQQgCAOgIAMQgRAagegFQg4gBg9ADQhTADgmArg");
974
+ this.shape.setTransform(0.225,0.275);
975
+
976
+ this.shape_1 = new cjs.Shape();
977
+ this.shape_1.graphics.f("#171714").s().p("AhnAvQA8gdBJgSQBLgUASgVQASgVAJgTQgJApggAUQArgTAQgqQgBAwgpAUQAhgJAKgSQACAFgNATQgNATgmgBQg9AGhIAaIiOAwg");
978
+ this.shape_1.setTransform(-1.3862,3.225);
979
+
980
+ this.shape_2 = new cjs.Shape();
981
+ this.shape_2.graphics.f("#171714").s().p("AioBSIBfgCQBLgLAzgwQAzguAPgTQAQgUAHgRQAAAlglAdQAygdAEgxQAKA2hBAlQA6gaAHgkQADAXgRATQgRASglANQgfAyhYAYQgsALglAAQgmAAgfgMg");
982
+ this.shape_2.setTransform(-1.6093,3.7787);
983
+
984
+ this.shape_3 = new cjs.Shape();
985
+ this.shape_3.graphics.f("#171714").s().p("AhbBoQgrgIgcgcQAyAYAtADQBcAAArhBQArhAAJgUIAUgsQgDAjgZAmQAfgnAKgqQAFAvgtAuQAughADgrQABAcgMAVQgLAUgXARQgXApgaAXQgdAagqAMQgcAIgaAAQgRAAgRgDg");
986
+ this.shape_3.setTransform(-2.2993,5.1811);
987
+
988
+ this.shape_4 = new cjs.Shape();
989
+ this.shape_4.graphics.f("#171714").s().p("AiIA7QApgqBSgNQBQgNAcgiQAOgPgCgOQAHAogdAbQAugmADgfQAFAxgfAfQAjgKAFgQQgCAOgIAMQgRAagegFQg4gBg9ADQhTADgmArg");
990
+ this.shape_4.setTransform(0.225,0.275);
991
+
992
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape}]}).to({state:[{t:this.shape_1}]},14).to({state:[{t:this.shape_2}]},1).to({state:[{t:this.shape_3}]},1).to({state:[{t:this.shape_2}]},2).to({state:[{t:this.shape_1}]},1).to({state:[{t:this.shape_4}]},1).wait(30));
993
+
994
+ // Layer_2
995
+ this.shape_5 = new cjs.Shape();
996
+ this.shape_5.graphics.f("#ECBE97").s().p("AiDg3IDbg3IAvCDQiHATiGBHg");
997
+ this.shape_5.setTransform(-4.525,0.375);
998
+
999
+ this.shape_6 = new cjs.Shape();
1000
+ this.shape_6.graphics.f("#ECBE97").s().p("AiFBuIAIisIDbg3IAnCLQg5BAhCAVQggALgnAAQgiAAgmgIg");
1001
+ this.shape_6.setTransform(-5.15,1.1208);
1002
+
1003
+ this.shape_7 = new cjs.Shape();
1004
+ this.shape_7.graphics.f("#ECBE97").s().p("AiFBiIAIisIDbg3IAnCLQgYBYhMAYQgZAIgaAAQg2AAg9ggg");
1005
+ this.shape_7.setTransform(-5.15,2.3099);
1006
+
1007
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[]}).to({state:[{t:this.shape_5}]},14).to({state:[{t:this.shape_6}]},1).to({state:[{t:this.shape_7}]},1).to({state:[{t:this.shape_6}]},2).to({state:[{t:this.shape_5}]},1).to({state:[]},1).wait(30));
1008
+
1009
+ this._renderFirstFrame();
1010
+
1011
+ }).prototype = p = new cjs.MovieClip();
1012
+ p.nominalBounds = new cjs.Rectangle(-18.5,-10.7,34.1,26.6);
1013
+
1014
+
1015
+ (lib.fgjyktyktuyk = function(mode,startPosition,loop,reversed) {
1016
+ if (loop == null) { loop = true; }
1017
+ if (reversed == null) { reversed = false; }
1018
+ var props = new Object();
1019
+ props.mode = mode;
1020
+ props.startPosition = startPosition;
1021
+ props.labels = {};
1022
+ props.loop = loop;
1023
+ props.reversed = reversed;
1024
+ cjs.MovieClip.apply(this,[props]);
1025
+
1026
+ // Layer_1
1027
+ this.shape = new cjs.Shape();
1028
+ this.shape.graphics.f("#8E2413").s().p("AAMIdQgjgUgOgoIgFgSIgCAAIAAgZQgEijgLicQgSkDgfh2IgDgMIgMgcQgfhUAPhJQAPhIA0gTQAzgTA5AuQA6AvAeBUIAKAdIABABIABAGQARBJgQA7QAGIkgEBkIAAAAQAKAmgQAiQgPAjgiAMQgOAGgPAAQgVAAgWgMg");
1029
+ this.shape.setTransform(-0.0152,55.2697);
1030
+
1031
+ this.timeline.addTween(cjs.Tween.get(this.shape).wait(1));
1032
+
1033
+ this._renderFirstFrame();
1034
+
1035
+ }).prototype = p = new cjs.MovieClip();
1036
+ p.nominalBounds = new cjs.Rectangle(-14.5,0,29,110.5);
1037
+
1038
+
1039
+ (lib.fghndfgmjdhj = function(mode,startPosition,loop,reversed) {
1040
+ if (loop == null) { loop = true; }
1041
+ if (reversed == null) { reversed = false; }
1042
+ var props = new Object();
1043
+ props.mode = mode;
1044
+ props.startPosition = startPosition;
1045
+ props.labels = {};
1046
+ props.loop = loop;
1047
+ props.reversed = reversed;
1048
+ cjs.MovieClip.apply(this,[props]);
1049
+
1050
+ // Layer_1
1051
+ this.shape = new cjs.Shape();
1052
+ this.shape.graphics.f("#171714").s().p("AAMgIQgfgFgrAaQgMAIgNgIIgIgJQAFAFAQgCQgLgFgKgMIgGgNQAHANAcAIQgKgEgIgLIgFgLIALAMQATAIAlgMQAkgNAwAeQAXAOARASQhCgigYgDg");
1053
+ this.shape.setTransform(-0.0354,0.0153,2.023,2.023);
1054
+
1055
+ this.shape_1 = new cjs.Shape();
1056
+ this.shape_1.graphics.f("#171714").s().p("AB1AdQhLgRgYABQgYABgmALQgnALgZABQgaABgVgIIgYgMQgNgEgEgHQALAEAjAEQgegNgKgPIgMgTQAOAVA2AOQgQgGgVgZIgRgVIAdATQArAtBEgRQBDgTBHATQBHARAqAjIhWgVg");
1057
+ this.shape_1.setTransform(0.2625,0.825);
1058
+
1059
+ this.shape_2 = new cjs.Shape();
1060
+ this.shape_2.graphics.f("#171714").s().p("AguA+QgtgKgbgNIgogVQgOgGgHgFQgIgFgPgQQAUAGAZALQgegOgRgjQAaAYAYAJQgKgFgKgOQgNgSgFgSIAiAcQApAlA6AYQA4AZA3gFQA3gEBigSQgTALgpARQgpAQg1AFIgfABQgiAAgggHg");
1061
+ this.shape_2.setTransform(0.225,3.9729);
1062
+
1063
+ this.shape_3 = new cjs.Shape();
1064
+ this.shape_3.graphics.f("#171714").s().p("Ag2BVQgugQgbgWIgmghQgNgMgIgKQgIgKgKgaQAZAkAJAGIglhCIAvA5QgJgVgLgTQgKgUgJgWIAcAtQAmA+A2AeQA2AdBDgEQBDgFBjhPQgNATgmAmQgnAlhAALQgZAEgXAAQggAAgcgJg");
1065
+ this.shape_3.setTransform(-0.075,7.4124);
1066
+
1067
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape}]}).to({state:[{t:this.shape_1}]},34).to({state:[{t:this.shape_2}]},1).to({state:[{t:this.shape_3}]},1).to({state:[{t:this.shape_2}]},2).to({state:[{t:this.shape_1}]},1).to({state:[{t:this.shape}]},1).wait(10));
1068
+
1069
+ // Layer_2
1070
+ this.shape_4 = new cjs.Shape();
1071
+ this.shape_4.graphics.f("#8B6744").s().p("AiFAvIhOiEQCVgdCLAdQB6AyANCIQiiiRi3Bbg");
1072
+ this.shape_4.setTransform(-0.575,-4.2327);
1073
+
1074
+ this.shape_5 = new cjs.Shape();
1075
+ this.shape_5.graphics.f("#8B6744").s().p("AAfAzQhlAsg/gwIhOiEQCVgdCLAdQB6AyANCIQhlg3hQAFg");
1076
+ this.shape_5.setTransform(-0.575,-4.2327);
1077
+
1078
+ this.shape_6 = new cjs.Shape();
1079
+ this.shape_6.graphics.f("#8B6744").s().p("AAYB1Qhegpg/gRIhOijQCVgeCLAeQB6AyANCIQhOAmhHAAQgUAAgTgDg");
1080
+ this.shape_6.setTransform(-0.575,-2.314);
1081
+
1082
+ this.shape_7 = new cjs.Shape();
1083
+ this.shape_7.graphics.f("#8B6744").s().p("AiJBRIhKjWQCVgdCLAdQB6AyANCIQgbBEilAcQhUgIhJg8g");
1084
+ this.shape_7.setTransform(-0.575,0.5673);
1085
+
1086
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_4}]}).to({state:[{t:this.shape_5}]},34).to({state:[{t:this.shape_6}]},1).to({state:[{t:this.shape_7}]},1).to({state:[{t:this.shape_6}]},2).to({state:[{t:this.shape_5}]},1).to({state:[{t:this.shape_4}]},1).wait(10));
1087
+
1088
+ this._renderFirstFrame();
1089
+
1090
+ }).prototype = p = new cjs.MovieClip();
1091
+ p.nominalBounds = new cjs.Rectangle(-21.7,-14.3,42.4,31.1);
1092
+
1093
+
1094
+ (lib.fghmjdykjtyktk = function(mode,startPosition,loop,reversed) {
1095
+ if (loop == null) { loop = true; }
1096
+ if (reversed == null) { reversed = false; }
1097
+ var props = new Object();
1098
+ props.mode = mode;
1099
+ props.startPosition = startPosition;
1100
+ props.labels = {};
1101
+ props.loop = loop;
1102
+ props.reversed = reversed;
1103
+ cjs.MovieClip.apply(this,[props]);
1104
+
1105
+ // Layer_1
1106
+ this.shape = new cjs.Shape();
1107
+ this.shape.graphics.f("#36281A").s().p("AglCNQgZgKgZgeQghgmgIglICQipQAYgHAZAMQAYALAPAWQAXAkACA/QABAygPAdQgOAbglAXQgmAYggAAQgQAAgPgGg");
1108
+ this.shape.setTransform(2.928,87.9516);
1109
+
1110
+ this.shape_1 = new cjs.Shape();
1111
+ this.shape_1.graphics.f("#DC7018").s().p("AhCAGQARgWA5gMQAdgEAZgBIAFAhQgeAAgzAQIgvASg");
1112
+ this.shape_1.setTransform(-7.375,143.75);
1113
+
1114
+ this.shape_2 = new cjs.Shape();
1115
+ this.shape_2.graphics.f("#36281A").s().p("AglFnQAugqAfg5QAeg6AJg+QgXAwgNAVQgXAlgZAXQgeAcgnAIQgpAKghgSQBIgkAthPQAohIAJhZQAIhKgOhcQgJg6gZhsICDg2QAVBoAJBGQAMBfgCBQQgGDGhaCHQgSAbgYANQgOAJgNAAQgLAAgKgHg");
1116
+ this.shape_2.setTransform(-9.5357,161.8017);
1117
+
1118
+ this.shape_3 = new cjs.Shape();
1119
+ this.shape_3.graphics.f("#36281A").s().p("AhvLYQgVgEgSgPQgSgOgLgWQgUglAAg1QAAgYAGgNQADgFAFgGQgHgPgGgiQgKg3gCgdQgDguAIgkQAMgtAdgdQg2hmA3iBQhDg6gVhgQgRhPAOhuQAKhWAFgYQAMg6AagrIBDhzQAqg4A4gOQAogJAzAKQAkAIA3AVQApARASARIASAJIAmADIgGCSQgEAxgNAsQgrCNh1ApIghD0IBxCJIgJA7QgOBBgcAbQAYA7AHAsQAKA5gQAtQgKAggZAaQAAAXgQAbQgYAogmAdQglAcgtALQgSADgOAAIgQgBg");
1120
+ this.shape_3.setTransform(0.0012,72.9388);
1121
+
1122
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
1123
+
1124
+ this._renderFirstFrame();
1125
+
1126
+ }).prototype = p = new cjs.MovieClip();
1127
+ p.nominalBounds = new cjs.Rectangle(-26.1,0,52.2,198.4);
1128
+
1129
+
1130
+ (lib.fghkjdfykdtyktyk = function(mode,startPosition,loop,reversed) {
1131
+ if (loop == null) { loop = true; }
1132
+ if (reversed == null) { reversed = false; }
1133
+ var props = new Object();
1134
+ props.mode = mode;
1135
+ props.startPosition = startPosition;
1136
+ props.labels = {};
1137
+ props.loop = loop;
1138
+ props.reversed = reversed;
1139
+ cjs.MovieClip.apply(this,[props]);
1140
+
1141
+ // Layer_1
1142
+ this.instance = new lib.Bitmap11();
1143
+ this.instance.setTransform(-22,0);
1144
+
1145
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
1146
+
1147
+ this._renderFirstFrame();
1148
+
1149
+ }).prototype = p = new cjs.MovieClip();
1150
+ p.nominalBounds = new cjs.Rectangle(-22,0,44,168);
1151
+
1152
+
1153
+ (lib.fghjtyktektuk = function(mode,startPosition,loop,reversed) {
1154
+ if (loop == null) { loop = true; }
1155
+ if (reversed == null) { reversed = false; }
1156
+ var props = new Object();
1157
+ props.mode = mode;
1158
+ props.startPosition = startPosition;
1159
+ props.labels = {};
1160
+ props.loop = loop;
1161
+ props.reversed = reversed;
1162
+ cjs.MovieClip.apply(this,[props]);
1163
+
1164
+ // Layer_1
1165
+ this.shape = new cjs.Shape();
1166
+ this.shape.graphics.f("#8B6744").s().p("AjBIFQgyguAAhAQAAgYAIgYQAqkRgDkwQgCjFB6hQQB6hQBrAQQBqAQgRF2Qg9E1hXE0IgGgBQgPAzgsAgQgtAhg6AAQhGAAgxgug");
1167
+ this.shape.setTransform(-3.0015,21.8917);
1168
+
1169
+ this.shape_1 = new cjs.Shape();
1170
+ this.shape_1.graphics.f("#8B6744").s().p("AhKImQgPgRgNgYIgJgVQhAk4gBk8QAAjMAQhLIAAgBQAAhBAxguQAyguBFAAQBGAAAxAuQAyAuAABBIgBAQIABAAIgCADQgEAggSAcQg9FugnEvQgTCXgHBOQgZAVgXAAQgbAAgagcg");
1171
+ this.shape_1.setTransform(-10.9258,103.3885);
1172
+
1173
+ this.shape_2 = new cjs.Shape();
1174
+ this.shape_2.graphics.f("#000000").s().p("ABJCYQhMgQiRhRIiChNIAAgBIAAAAQgBgQABgWQABgrAJgYIAAgCIABAAQAIgXAQgDIgCAEQAAAGBWBBQBiBJA4AQQAxAAgshEIg4hFIDvCDQAbAQAsAcQAgAUgIAgQgEARgKAMQghAehSAAg");
1175
+ this.shape_2.setTransform(0.5721,182.075);
1176
+
1177
+ this.shape_3 = new cjs.Shape();
1178
+ this.shape_3.graphics.f("#8B6744").s().p("AgGCVQgpgYgugsIglgoIAHgfIgdgPQAYAFANitICSAAIgIA/QAFBEAOAeQAHAOAHABIBhBHQgUBkhAAAQggAAgrgZg");
1179
+ this.shape_3.setTransform(-10.55,169.6445);
1180
+
1181
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
1182
+
1183
+ this._renderFirstFrame();
1184
+
1185
+ }).prototype = p = new cjs.MovieClip();
1186
+ p.nominalBounds = new cjs.Rectangle(-28.6,-34.3,57.2,232.10000000000002);
1187
+
1188
+
1189
+ (lib.ClipGroup_12 = function(mode,startPosition,loop,reversed) {
1190
+ if (loop == null) { loop = true; }
1191
+ if (reversed == null) { reversed = false; }
1192
+ var props = new Object();
1193
+ props.mode = mode;
1194
+ props.startPosition = startPosition;
1195
+ props.labels = {};
1196
+ props.loop = loop;
1197
+ props.reversed = reversed;
1198
+ cjs.MovieClip.apply(this,[props]);
1199
+
1200
+ // Layer_3
1201
+ this.shape = new cjs.Shape();
1202
+ this.shape.graphics.f("#FFFFFF").s().p("AgFABQgBgFAGgBQAFgBABAGQABACgCACQAAAAgBABQAAAAgBAAQAAABgBAAQAAAAgBAAIgBAAQgEAAgBgFg");
1203
+ this.shape.setTransform(4.7491,3.85);
1204
+
1205
+ this.shape_1 = new cjs.Shape();
1206
+ this.shape_1.graphics.f("#0F0503").s().p("AgKAQQgHgFgBgIQgBgHAEgHQAGgGAHgBQAHgBAGAFQAHAEABAIQABAHgEAHQgGAGgIABIgCAAQgGAAgEgDg");
1207
+ this.shape_1.setTransform(5.9,2.5258);
1208
+
1209
+ this.shape_2 = new cjs.Shape();
1210
+ this.shape_2.graphics.f("#214522").s().p("AgPAVQgIgHgCgLQgBgKAHgIQAGgJALgBQAJgBAJAGQAIAHACAKQABAKgHAJQgGAJgLABIgDAAQgIAAgHgFg");
1211
+ this.shape_2.setTransform(5.9,2.6074);
1212
+
1213
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
1214
+
1215
+ this._renderFirstFrame();
1216
+
1217
+ }).prototype = getMCSymbolPrototype(lib.ClipGroup_12, new cjs.Rectangle(3.3,0,5.2,5.3), null);
1218
+
1219
+
1220
+ (lib.ClipGroup_10 = function(mode,startPosition,loop,reversed) {
1221
+ if (loop == null) { loop = true; }
1222
+ if (reversed == null) { reversed = false; }
1223
+ var props = new Object();
1224
+ props.mode = mode;
1225
+ props.startPosition = startPosition;
1226
+ props.labels = {};
1227
+ props.loop = loop;
1228
+ props.reversed = reversed;
1229
+ cjs.MovieClip.apply(this,[props]);
1230
+
1231
+ // Layer_3
1232
+ this.shape = new cjs.Shape();
1233
+ this.shape.graphics.f("#FFFFFF").s().p("AgDAGQgCgCgBgDQgBgBACgDQABgCADgBQAGgBACAGQABAHgHABIgBAAIgDgBg");
1234
+ this.shape.setTransform(6.7504,4.36);
1235
+
1236
+ this.shape_1 = new cjs.Shape();
1237
+ this.shape_1.graphics.f("#0F0503").s().p("AgLATQgHgFgCgJQgCgIAEgIQAFgIAJgCQAIgCAIAFQAHAFACAJQADAIgFAIQgFAIgJACIgFAAQgFAAgGgDg");
1238
+ this.shape_1.setTransform(5.0859,3.4728);
1239
+
1240
+ this.shape_2 = new cjs.Shape();
1241
+ this.shape_2.graphics.f("#214522").s().p("AgPAZQgKgGgDgNQgDgLAHgKQAGgLAMgDQALgCALAHQAKAGADANQACALgGAKQgGAKgMAEIgHAAQgHAAgIgFg");
1242
+ this.shape_2.setTransform(5.0144,3.5);
1243
+
1244
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
1245
+
1246
+ this._renderFirstFrame();
1247
+
1248
+ }).prototype = getMCSymbolPrototype(lib.ClipGroup_10, new cjs.Rectangle(2.1,0.5,5.9,6), null);
1249
+
1250
+
1251
+ (lib.ClipGroup_3 = function(mode,startPosition,loop,reversed) {
1252
+ if (loop == null) { loop = true; }
1253
+ if (reversed == null) { reversed = false; }
1254
+ var props = new Object();
1255
+ props.mode = mode;
1256
+ props.startPosition = startPosition;
1257
+ props.labels = {};
1258
+ props.loop = loop;
1259
+ props.reversed = reversed;
1260
+ cjs.MovieClip.apply(this,[props]);
1261
+
1262
+ // Layer_3
1263
+ this.shape = new cjs.Shape();
1264
+ this.shape.graphics.f("#FFFFFF").s().p("AgHACQgBgGAHgCQACgBADABQADACAAADQABACgBADQgCADgDABIgCAAQgFAAgCgGg");
1265
+ this.shape.setTransform(8.2568,4.1932);
1266
+
1267
+ this.shape_1 = new cjs.Shape();
1268
+ this.shape_1.graphics.f("#0F0503").s().p("AgLAVQgJgFgCgJQgDgKAFgIQAFgJAKgDQAJgCAIAFQAJAFACAKQADAJgFAIQgFAKgKACIgGAAQgFAAgGgDg");
1269
+ this.shape_1.setTransform(6.3,3.2);
1270
+
1271
+ this.shape_2 = new cjs.Shape();
1272
+ this.shape_2.graphics.f("#4E3424").s().p("AgPAcQgMgGgDgOQgEgMAHgMQAHgLANgEQAMgEALAHQAMAIADAMQAEANgHAMQgGALgNAEIgJABQgHAAgIgFg");
1273
+ this.shape_2.setTransform(6.325,3.3);
1274
+
1275
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
1276
+
1277
+ this._renderFirstFrame();
1278
+
1279
+ }).prototype = getMCSymbolPrototype(lib.ClipGroup_3, new cjs.Rectangle(3.1,0,6.5,6.6), null);
1280
+
1281
+
1282
+ (lib.ClipGroup_1_0 = function(mode,startPosition,loop,reversed) {
1283
+ if (loop == null) { loop = true; }
1284
+ if (reversed == null) { reversed = false; }
1285
+ var props = new Object();
1286
+ props.mode = mode;
1287
+ props.startPosition = startPosition;
1288
+ props.labels = {};
1289
+ props.loop = loop;
1290
+ props.reversed = reversed;
1291
+ cjs.MovieClip.apply(this,[props]);
1292
+
1293
+ // Layer_3
1294
+ this.shape = new cjs.Shape();
1295
+ this.shape.graphics.f("#FFFFFF").s().p("AgHACQgCgHAIgDQACgBADACQAEACAAAEQABACgBADQgCAEgEAAIgCABQgFAAgCgHg");
1296
+ this.shape.setTransform(13.1325,5.3617);
1297
+
1298
+ this.shape_1 = new cjs.Shape();
1299
+ this.shape_1.graphics.f("#0F0503").s().p("AgMAYQgKgGgDgLQgDgKAGgJQAFgLALgDQAKgCAKAFQAJAGADALQADAKgFAKQgGAJgLAEIgHAAQgGAAgGgDg");
1300
+ this.shape_1.setTransform(10.95,4.25);
1301
+
1302
+ this.shape_2 = new cjs.Shape();
1303
+ this.shape_2.graphics.f("#4E3424").s().p("AgRAgQgNgIgEgPQgEgNAHgNQAIgOAPgEQANgDANAHQANAIAEAPQAEANgIAOQgHANgOAEIgKABQgIAAgJgFg");
1304
+ this.shape_2.setTransform(11,4.236);
1305
+
1306
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).wait(1));
1307
+
1308
+ this._renderFirstFrame();
1309
+
1310
+ }).prototype = getMCSymbolPrototype(lib.ClipGroup_1_0, new cjs.Rectangle(7.4,0.6,7.299999999999999,7.4), null);
1311
+
1312
+
1313
+ (lib.dfhdsfhdsfh = function(mode,startPosition,loop,reversed) {
1314
+ if (loop == null) { loop = true; }
1315
+ if (reversed == null) { reversed = false; }
1316
+ var props = new Object();
1317
+ props.mode = mode;
1318
+ props.startPosition = startPosition;
1319
+ props.labels = {};
1320
+ props.loop = loop;
1321
+ props.reversed = reversed;
1322
+ cjs.MovieClip.apply(this,[props]);
1323
+
1324
+ // Layer_1
1325
+ this.instance = new lib.Bitmap13();
1326
+ this.instance.setTransform(-38,-187);
1327
+
1328
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1));
1329
+
1330
+ this._renderFirstFrame();
1331
+
1332
+ }).prototype = p = new cjs.MovieClip();
1333
+ p.nominalBounds = new cjs.Rectangle(-38,-187,77,187);
1334
+
1335
+
1336
+ (lib.dfgszgfzf = function(mode,startPosition,loop,reversed) {
1337
+ if (loop == null) { loop = true; }
1338
+ if (reversed == null) { reversed = false; }
1339
+ var props = new Object();
1340
+ props.mode = mode;
1341
+ props.startPosition = startPosition;
1342
+ props.labels = {};
1343
+ props.loop = loop;
1344
+ props.reversed = reversed;
1345
+ cjs.MovieClip.apply(this,[props]);
1346
+
1347
+ // Layer_1
1348
+ this.shape = new cjs.Shape();
1349
+ this.shape.graphics.f("#CFA683").s().p("AhQgJQhGiQgDgIIgBgDQgQglANglQAOgkAjgQQAkgPAkAQQAkAPAOAlQAJATAAATQA8EPAvB0QAXA7ALADQgqASgfARIgYANQg+iFhViug");
1350
+ this.shape.setTransform(-7.5589,29.8311);
1351
+
1352
+ this.shape_1 = new cjs.Shape();
1353
+ this.shape_1.graphics.f("#CFA683").s().p("AA/C/QgLAAgGgLIgJgWIgXg+QgSgzgGgHQgUgaAeBTQARAxABARQABAKgIADQgJAEgFgDQgMgHgIgdIgUhDQgLghgFgCQgDgBAQA0QAPA2gKAEQgJADgFgEQgHgGgKgbQgfhNgShbQgThoAXgKQBRgmAuAjQApAeBACDIALAgQAJAjgIAJQgJAIgKgQIgRgeIgag1QgTgogEAFQgIAKAHAXQAOAqBBBwQANAagPAIQgPAIgMgWIgdgzQgcgwgDABQgDAAAeBKQAdBGgXAAIgBAAg");
1354
+ this.shape_1.setTransform(10.8783,73.1991);
1355
+
1356
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).wait(1));
1357
+
1358
+ this._renderFirstFrame();
1359
+
1360
+ }).prototype = p = new cjs.MovieClip();
1361
+ p.nominalBounds = new cjs.Rectangle(-23.9,0,47.9,92.3);
1362
+
1363
+
1364
+ (lib.dfgdfgg = function(mode,startPosition,loop,reversed) {
1365
+ if (loop == null) { loop = true; }
1366
+ if (reversed == null) { reversed = false; }
1367
+ var props = new Object();
1368
+ props.mode = mode;
1369
+ props.startPosition = startPosition;
1370
+ props.labels = {};
1371
+ props.loop = loop;
1372
+ props.reversed = reversed;
1373
+ cjs.MovieClip.apply(this,[props]);
1374
+
1375
+ // Layer_1
1376
+ this.shape = new cjs.Shape();
1377
+ this.shape.graphics.f("#CFA683").s().p("AgsBHIiUgTIgCgBQgjgGgVgcQgUgbAGghQAFghAdgTQAdgUAjAGQARADAPAKQDlBXBtAVQA2ALAIgHQgLBAgBAfQiCgTiogVg");
1378
+ this.shape.setTransform(26.6571,-4.5206);
1379
+
1380
+ this.shape_1 = new cjs.Shape();
1381
+ this.shape_1.graphics.f("#CFA683").s().p("AA0BmQhHgOhNggQhVgkADgVQALhOAwgSQArgQB/ARIAdAIQAfAJACALQACAKgRAAIgfgCIgzgHQgmgFACAFQADALAUAGQAmAKByAGQAZADgBAPQgBAPgWgCIg0gDQgxgCgBADQAAACBEAMQBDANgMARQgGAJgLgBIgVgEQhhgYgPABQgdACBMATQAtAKANAHQAIAFgCAGQgBAJgGADQgKAGgZgIQhXgcgGAFQgCABAtAOQAwAPgCAJQgCAIgGACIgGAAQgJAAgRgDg");
1382
+ this.shape_1.setTransform(67.3218,5.1097);
1383
+
1384
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).wait(1));
1385
+
1386
+ this._renderFirstFrame();
1387
+
1388
+ }).prototype = p = new cjs.MovieClip();
1389
+ p.nominalBounds = new cjs.Rectangle(0,-15.6,85.3,31.299999999999997);
1390
+
1391
+
1392
+ (lib.bhmjhjmdhjktdykdyk = function(mode,startPosition,loop,reversed) {
1393
+ if (loop == null) { loop = true; }
1394
+ if (reversed == null) { reversed = false; }
1395
+ var props = new Object();
1396
+ props.mode = mode;
1397
+ props.startPosition = startPosition;
1398
+ props.labels = {};
1399
+ props.loop = loop;
1400
+ props.reversed = reversed;
1401
+ cjs.MovieClip.apply(this,[props]);
1402
+
1403
+ // Layer_1
1404
+ this.shape = new cjs.Shape();
1405
+ this.shape.graphics.f("#ECBE97").s().p("Ah3gqIDwAAIgLA9Qhdgmh5A+g");
1406
+ this.shape.setTransform(0,0.025);
1407
+
1408
+ this.shape_1 = new cjs.Shape();
1409
+ this.shape_1.graphics.f("#ECBE97").s().p("AhyAwIgRhfIDwAAIAXBZQgzgKhCAEQhBAMg4AAIgIAAg");
1410
+ this.shape_1.setTransform(1.175,0.5779);
1411
+
1412
+ this.shape_2 = new cjs.Shape();
1413
+ this.shape_2.graphics.f("#ECBE97").s().p("AhwAvIgVhtIDwAAIAcBYQgdAUhbARIgEAAQhVAAgmgQg");
1414
+ this.shape_2.setTransform(1.4,2.0255);
1415
+
1416
+ this.shape_3 = new cjs.Shape();
1417
+ this.shape_3.graphics.f("#ECBE97").s().p("AhwAkIgVhtIDwAAIAcBXQgXAvhhALIgcACQhJAAgagmg");
1418
+ this.shape_3.setTransform(1.4,3.1161);
1419
+
1420
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape}]}).to({state:[{t:this.shape_1}]},14).to({state:[{t:this.shape_2}]},1).to({state:[{t:this.shape_3}]},1).to({state:[{t:this.shape_2}]},2).to({state:[{t:this.shape_1}]},1).to({state:[{t:this.shape}]},1).wait(30));
1421
+
1422
+ this._renderFirstFrame();
1423
+
1424
+ }).prototype = p = new cjs.MovieClip();
1425
+ p.nominalBounds = new cjs.Rectangle(-12,-4.2,26.9,14.7);
1426
+
1427
+
1428
+ (lib.hjluyglyilyitl = function(mode,startPosition,loop,reversed) {
1429
+ if (loop == null) { loop = true; }
1430
+ if (reversed == null) { reversed = false; }
1431
+ var props = new Object();
1432
+ props.mode = mode;
1433
+ props.startPosition = startPosition;
1434
+ props.labels = {};
1435
+ props.loop = loop;
1436
+ props.reversed = reversed;
1437
+ cjs.MovieClip.apply(this,[props]);
1438
+
1439
+ // Layer_2
1440
+ this.instance = new lib.gjhkuykuylyruliyl("synched",0);
1441
+ this.instance.setTransform(-32.25,6.75);
1442
+
1443
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(50));
1444
+
1445
+ // Layer_10
1446
+ this.instance_1 = new lib.bhmjhjmdhjktdykdyk("synched",0);
1447
+ this.instance_1.setTransform(-29.1,4.55);
1448
+
1449
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(50));
1450
+
1451
+ // Layer_3
1452
+ this.instance_2 = new lib.fgnhjrdjrtjrejy("synched",0);
1453
+ this.instance_2.setTransform(31.45,-8.85);
1454
+
1455
+ this.timeline.addTween(cjs.Tween.get(this.instance_2).wait(50));
1456
+
1457
+ // Layer_8 (mask)
1458
+ var mask = new cjs.Shape();
1459
+ mask._off = true;
1460
+ mask.graphics.p("AgkA5IgegVIA+hCQBUg8B1AlQgBAYgPAaQgfAyhGAPQgfAGgbAAQghAAgZgLg");
1461
+ mask.setTransform(19.6857,-0.4255);
1462
+
1463
+ // _Clip_Group__10
1464
+ this.instance_3 = new lib.ClipGroup_10();
1465
+ this.instance_3.setTransform(25.2,-0.15,2.1608,2.1608,0,0,0,6.1,3.2);
1466
+
1467
+ var maskedShapeInstanceList = [this.instance_3];
1468
+
1469
+ for(var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
1470
+ maskedShapeInstanceList[shapedInstanceItr].mask = mask;
1471
+ }
1472
+
1473
+ this.timeline.addTween(cjs.Tween.get(this.instance_3).wait(50));
1474
+
1475
+ // Layer_5
1476
+ this.shape = new cjs.Shape();
1477
+ this.shape.graphics.f("#FFFFFF").s().p("AguAaIgOgKIAcgeQAngbA2ARQgBALgGAMQgOAXghAGQgOAEgMAAQgPAAgMgGg");
1478
+ this.shape.setTransform(26.1906,-0.4255,2.1608,2.1608);
1479
+
1480
+ this.timeline.addTween(cjs.Tween.get(this.shape).wait(50));
1481
+
1482
+ // Layer_9 (mask)
1483
+ var mask_1 = new cjs.Shape();
1484
+ mask_1._off = true;
1485
+ mask_1.graphics.p("AilA4IgcgkQBVhBBXAWQArALAbAXQgCANgPAPQgfAdg/AKQgOACgNAAQgsAAgggYg");
1486
+ mask_1.setTransform(-19.3763,8.0452);
1487
+
1488
+ // _Clip_Group__12
1489
+ this.instance_4 = new lib.ClipGroup_12();
1490
+ this.instance_4.setTransform(-31.75,10.35,2.1608,2.1608,0,0,0,5.6,2.6);
1491
+
1492
+ var maskedShapeInstanceList = [this.instance_4];
1493
+
1494
+ for(var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
1495
+ maskedShapeInstanceList[shapedInstanceItr].mask = mask_1;
1496
+ }
1497
+
1498
+ this.timeline.addTween(cjs.Tween.get(this.instance_4).wait(50));
1499
+
1500
+ // Layer_7
1501
+ this.shape_1 = new cjs.Shape();
1502
+ this.shape_1.graphics.f("#FFFFFF").s().p("AhcAeIgdgiQBVhCBXAVQArAMAbAYQgBANgPAOQggAdhAAKQgNACgOAAQgrAAgfgZg");
1503
+ this.shape_1.setTransform(-26.6,10.5785);
1504
+
1505
+ this.timeline.addTween(cjs.Tween.get(this.shape_1).wait(50));
1506
+
1507
+ this._renderFirstFrame();
1508
+
1509
+ }).prototype = p = new cjs.MovieClip();
1510
+ p.nominalBounds = new cjs.Rectangle(-46.7,-19.5,93.7,35.6);
1511
+
1512
+
1513
+ (lib.hjdyktykuy = function(mode,startPosition,loop,reversed) {
1514
+ if (loop == null) { loop = true; }
1515
+ if (reversed == null) { reversed = false; }
1516
+ var props = new Object();
1517
+ props.mode = mode;
1518
+ props.startPosition = startPosition;
1519
+ props.labels = {};
1520
+ props.loop = loop;
1521
+ props.reversed = reversed;
1522
+ cjs.MovieClip.apply(this,[props]);
1523
+
1524
+ // ghmkktuyktuyk
1525
+ this.instance = new lib.ghmkktuyktuyk("synched",0);
1526
+ this.instance.setTransform(-5.2,5.7,1,1,0,0,0,-5.2,5.7);
1527
+ this.instance._off = true;
1528
+
1529
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1537).to({_off:false},0).wait(659));
1530
+
1531
+ // ghkdtukdtul
1532
+ this.instance_1 = new lib.ghkdtukdtul("synched",0);
1533
+ this.instance_1.setTransform(-31.3,82.95,1,1,0,0,0,-9.5,8.5);
1534
+ this.instance_1._off = true;
1535
+
1536
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1537).to({_off:false},0).wait(659));
1537
+
1538
+ this._renderFirstFrame();
1539
+
1540
+ }).prototype = p = new cjs.MovieClip();
1541
+ p.nominalBounds = new cjs.Rectangle(-98.5,0,98.5,131.8);
1542
+
1543
+
1544
+ (lib.hgfjkdyktyukuyk = function(mode,startPosition,loop,reversed) {
1545
+ if (loop == null) { loop = true; }
1546
+ if (reversed == null) { reversed = false; }
1547
+ var props = new Object();
1548
+ props.mode = mode;
1549
+ props.startPosition = startPosition;
1550
+ props.labels = {};
1551
+ props.loop = loop;
1552
+ props.reversed = reversed;
1553
+ cjs.MovieClip.apply(this,[props]);
1554
+
1555
+ // Layer_2
1556
+ this.instance = new lib.fgjyktyktuyk("synched",0);
1557
+ this.instance.setTransform(-12.7,4.9,1,1,0,0,0,0.7,4.9);
1558
+
1559
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1538).to({startPosition:0},0).to({_off:true},1).wait(1744));
1560
+
1561
+ // Layer_3
1562
+ this.instance_1 = new lib.nghkfghkuluyl("synched",0);
1563
+ this.instance_1.setTransform(-9,107.8,1,1,0,0,0,-14,16.9);
1564
+
1565
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1538).to({startPosition:0},0).to({_off:true},1).wait(1744));
1566
+
1567
+ this._renderFirstFrame();
1568
+
1569
+ }).prototype = p = new cjs.MovieClip();
1570
+ p.nominalBounds = new cjs.Rectangle(-27.9,0,55.8,192);
1571
+
1572
+
1573
+ (lib.hfgkjtuyktuyktuk = function(mode,startPosition,loop,reversed) {
1574
+ if (loop == null) { loop = true; }
1575
+ if (reversed == null) { reversed = false; }
1576
+ var props = new Object();
1577
+ props.mode = mode;
1578
+ props.startPosition = startPosition;
1579
+ props.labels = {};
1580
+ props.loop = loop;
1581
+ props.reversed = reversed;
1582
+ cjs.MovieClip.apply(this,[props]);
1583
+
1584
+ // ghjkflyfulyul
1585
+ this.instance = new lib.ghjkflyfulyul("synched",0);
1586
+ this.instance.setTransform(-72.55,94.5,1,1,-26.7211,0,0,6.9,13.6);
1587
+ this.instance._off = true;
1588
+
1589
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1537).to({_off:false},0).wait(14).to({startPosition:0},0).wait(1).to({regX:41.6,regY:27.4,rotation:-26.2037,x:-35.35,y:91.55},0).wait(1).to({rotation:-24.7635,x:-35.4,y:92.5},0).wait(1).to({rotation:-22.5682,x:-35.65,y:93.85},0).wait(1).to({rotation:-19.7857,x:-35.95,y:95.65},0).wait(1).to({rotation:-16.5837,x:-36.45,y:97.7},0).wait(1).to({rotation:-13.13,x:-37.1,y:99.9},0).wait(1).to({rotation:-9.5924,x:-37.9,y:102.05},0).wait(1).to({rotation:-6.1387,x:-38.75,y:104.25},0).wait(1).to({rotation:-2.9366,x:-39.7,y:106.15},0).wait(1).to({rotation:-0.1541,x:-40.7,y:107.9},0).wait(1).to({rotation:2.0412,x:-41.5,y:109.2},0).wait(1).to({rotation:3.4814,x:-42,y:110.05},0).wait(1).to({regX:6.9,regY:13.7,rotation:3.9987,x:-75.85,y:94.2},0).wait(68).to({startPosition:0},0).wait(1).to({regX:41.6,regY:27.4,rotation:3.3297,x:-41.95,y:109.85},0).wait(1).to({rotation:1.4672,x:-41.3,y:108.75},0).wait(1).to({rotation:-1.3717,x:-40.35,y:107},0).wait(1).to({rotation:-4.97,x:-39.35,y:104.8},0).wait(1).to({rotation:-9.1108,x:-38.3,y:102.1},0).wait(1).to({rotation:-13.5771,x:-37.4,y:99.3},0).wait(1).to({rotation:-18.1518,x:-36.7,y:96.3},0).wait(1).to({rotation:-22.6181,x:-36.3,y:93.35},0).wait(1).to({rotation:-26.7589,x:-36.1,y:90.6},0).wait(1).to({rotation:-30.3573,x:-36.05,y:88.3},0).wait(1).to({scaleX:0.9999,scaleY:0.9999,rotation:-33.1961,x:-36.2,y:86.5},0).wait(1).to({rotation:-35.0586,x:-36.25,y:85.25},0).wait(1).to({regX:6.9,regY:13.7,rotation:-35.7276,x:-72.55,y:93.9},0).wait(465).to({startPosition:0},0).wait(1).to({regX:41.6,regY:27.4,rotation:-34.768,x:-36.35,y:85.4},0).wait(1).to({rotation:-32.0967,x:-36.2,y:87},0).wait(1).to({rotation:-28.0248,x:-36.25,y:89.6},0).wait(1).to({rotation:-22.8637,x:-36.45,y:92.9},0).wait(1).to({scaleX:1,scaleY:1,rotation:-16.9245,x:-37.1,y:96.65},0).wait(1).to({scaleX:0.9999,scaleY:0.9999,rotation:-10.5185,x:-38.35,y:100.7},0).wait(1).to({scaleX:1,scaleY:1,rotation:-3.9568,x:-40,y:104.75},0).wait(1).to({rotation:2.4492,x:-42.1,y:108.55},0).wait(1).to({rotation:8.3884,x:-44.45,y:111.85},0).wait(1).to({rotation:13.5495,x:-46.75,y:114.65},0).wait(1).to({rotation:17.6214,x:-48.75,y:116.7},0).wait(1).to({rotation:20.2927,x:-50.15,y:118},0).wait(1).to({regX:6.9,regY:13.8,scaleX:0.9999,scaleY:0.9999,rotation:21.2523,x:-78.05,y:93.15},0).wait(73));
1590
+
1591
+ // ghkdktduylktul
1592
+ this.instance_1 = new lib.ghkdktduylktul("synched",0);
1593
+ this.instance_1.setTransform(-46.45,7.4,1,1,0,0,0,-10.3,7.4);
1594
+ this.instance_1._off = true;
1595
+
1596
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1537).to({_off:false},0).wait(14).to({startPosition:0},0).wait(1).to({regX:-23.3,regY:48,x:-59.45,y:48},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:-10.3,regY:7.4,x:-46.45,y:7.4},0).wait(68).to({startPosition:0},0).wait(1).to({regX:-23.3,regY:48,x:-59.45,y:48},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:-10.3,regY:7.4,x:-46.45,y:7.4},0).wait(465).to({startPosition:0},0).wait(1).to({regX:-23.3,regY:48,x:-59.45,y:48},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:-10.3,regY:7.4,x:-46.45,y:7.4},0).wait(73));
1597
+
1598
+ this._renderFirstFrame();
1599
+
1600
+ }).prototype = p = new cjs.MovieClip();
1601
+ p.nominalBounds = new cjs.Rectangle(-83.1,0,94.19999999999999,155.7);
1602
+
1603
+
1604
+ (lib.ghmktyktuyktuyktuyjyjrty = function(mode,startPosition,loop,reversed) {
1605
+ if (loop == null) { loop = true; }
1606
+ if (reversed == null) { reversed = false; }
1607
+ var props = new Object();
1608
+ props.mode = mode;
1609
+ props.startPosition = startPosition;
1610
+ props.labels = {};
1611
+ props.loop = loop;
1612
+ props.reversed = reversed;
1613
+ cjs.MovieClip.apply(this,[props]);
1614
+
1615
+ // Layer_1
1616
+ this.instance = new lib.ClipGroup_9();
1617
+ this.instance.setTransform(-49.15,-83.65,1,1,0,0,0,200,200);
1618
+
1619
+ this.shape = new cjs.Shape();
1620
+ this.shape.graphics.f("#E8BF82").s().p("AgCEFQhkgPhwgeIg7gQQAJgKAmjCIAAgDQgBgMAAgQQAAhiBJhFQBJhFBoAAQBpAABJBFQBJBFABBiQAAARgDAOIAAABIADAAIAAD3QgVANggAHIgBAAQgkAIgyAAQg7AAhOgLg");
1621
+ this.shape.setTransform(-23.55,98.4727);
1622
+
1623
+ this.shape_1 = new cjs.Shape();
1624
+ this.shape_1.graphics.f("#A42515").s().p("AA+D4Ihbg5Qh1jiAjh+QALgoAZgZQANgMAKgFIAZgGQAdgDAZANQBSApAJC5QAKC4ggA5QgMAWgOAAQgEAAgEgCg");
1625
+ this.shape_1.setTransform(-24.4031,-66.0305);
1626
+
1627
+ this.shape_2 = new cjs.Shape();
1628
+ this.shape_2.graphics.f("#9A1E15").s().p("AhCBYQgFg3AAhpIABisIB9CzQAMARADALQAFAQgHAUQgEANgMAVIhdCkIAHAwQgZhDgHhag");
1629
+ this.shape_2.setTransform(-26.1602,-50.275);
1630
+
1631
+ this.shape_3 = new cjs.Shape();
1632
+ this.shape_3.graphics.f("#785330").s().p("AA7B1QhNgPhGg6QgWgTgWg7QgNgmgKgsIAJgGIBAAhQBKApA1AjQCtBxhfAWIgRABQgUAAgbgGg");
1633
+ this.shape_3.setTransform(-5.1131,-113.6467);
1634
+
1635
+ this.shape_4 = new cjs.Shape();
1636
+ this.shape_4.graphics.f("#881D15").s().p("AhNAwQhvgQh4gYIhigUQgEgTAPgVIARgRQEyBFD9gYQB/gNBBgbQAcAYAGAqQACAVgDAQQhFAfiIAAQhzAAijgWg");
1637
+ this.shape_4.setTransform(0.9158,33.3772);
1638
+
1639
+ this.shape_5 = new cjs.Shape();
1640
+ this.shape_5.graphics.f("#8B6744").s().p("AgiCpQgngOgpgdIgggZQAVgWgNiDIgSiAQAKgQCRBFQBIAjBHAmQgGANAKBMIAMBKQguBLhLAAQghAAgmgPg");
1641
+ this.shape_5.setTransform(-3.3,-105.4751);
1642
+
1643
+ this.shape_6 = new cjs.Shape();
1644
+ this.shape_6.graphics.f("#A42515").s().p("Ag+J0QhogNhwgWIhbgUQgtgiAbhoIAlhhQAvhVAGhqIgDhZIgoodICpifQAnAiCBgMQA/gGA5gOQAdgHA2AZQAbANAUANQASA6BKCiQAyBbg3EuQgcCXgmCFQA4CgAqBWQAWArAKAKQhQArigAAQhgAAh8gPg");
1645
+ this.shape_6.setTransform(0.0152,-30.9207);
1646
+
1647
+ this.shape_7 = new cjs.Shape();
1648
+ this.shape_7.graphics.f("#E8BF82").s().p("ABGHZIoUg7Qg+gOA6mzQASiJAciiIAYiHQAGgGArAIQAzAJAJgBQCmAkEXgEQCMgBBrgJQATAnAjEfQAoFCgFDIQktAxh2ANg");
1649
+ this.shape_7.setTransform(-0.6912,78.6917);
1650
+
1651
+ this.shape_8 = new cjs.Shape();
1652
+ this.shape_8.graphics.f("#881D15").s().p("AhfDkQggg5AKi4QAJi5BSgpQAogUAnARIAXARQAZAYALAoQAjB+h1DiIhbA6QgEACgEAAQgNAAgNgXg");
1653
+ this.shape_8.setTransform(17.7545,-67.6266);
1654
+
1655
+ this.shape_9 = new cjs.Shape();
1656
+ this.shape_9.graphics.f("#AA8C60").s().p("AACELQhjgCh0gOIg9gJQAJgMALjFIAAgDQgDgKgCgSQgNhgBAhOQBAhOBogOQBmgNBSA7QBSA7ANBhQACAQgBAPIAAABIADAAIAgD1QgUAQgeALIAAAAQhIAZiEAAIgTAAg");
1657
+ this.shape_9.setTransform(23.425,83.9811);
1658
+
1659
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3},{t:this.shape_2},{t:this.shape_1},{t:this.shape},{t:this.instance}]}).wait(1));
1660
+
1661
+ this._renderFirstFrame();
1662
+
1663
+ }).prototype = p = new cjs.MovieClip();
1664
+ p.nominalBounds = new cjs.Rectangle(-249.1,-283.6,399.9,409.6);
1665
+
1666
+
1667
+ (lib.ghkryuluylriyl78 = function(mode,startPosition,loop,reversed) {
1668
+ if (loop == null) { loop = true; }
1669
+ if (reversed == null) { reversed = false; }
1670
+ var props = new Object();
1671
+ props.mode = mode;
1672
+ props.startPosition = startPosition;
1673
+ props.labels = {};
1674
+ props.loop = loop;
1675
+ props.reversed = reversed;
1676
+ cjs.MovieClip.apply(this,[props]);
1677
+
1678
+ // jghluylyti;i
1679
+ this.instance = new lib.jghluylytii("synched",0);
1680
+ this.instance.setTransform(-13.15,6,1,1,0,0,0,0.8,6);
1681
+
1682
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1537).to({startPosition:0},0).to({_off:true},1).wait(1827));
1683
+
1684
+ // gj,klruylryi;l7
1685
+ this.instance_1 = new lib.dfgszgfzf("synched",0);
1686
+ this.instance_1.setTransform(-12.15,89,1,1,0,0,0,-18.8,2);
1687
+
1688
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1537).to({startPosition:0},0).to({_off:true},1).wait(1827));
1689
+
1690
+ this._renderFirstFrame();
1691
+
1692
+ }).prototype = p = new cjs.MovieClip();
1693
+ p.nominalBounds = new cjs.Rectangle(-30.5,0,61.1,179.3);
1694
+
1695
+
1696
+ (lib.ghkjtyktkuylu = function(mode,startPosition,loop,reversed) {
1697
+ if (loop == null) { loop = true; }
1698
+ if (reversed == null) { reversed = false; }
1699
+ var props = new Object();
1700
+ props.mode = mode;
1701
+ props.startPosition = startPosition;
1702
+ props.labels = {};
1703
+ props.loop = loop;
1704
+ props.reversed = reversed;
1705
+ cjs.MovieClip.apply(this,[props]);
1706
+
1707
+ // hgktulktel8l
1708
+ this.instance = new lib.hgktulktel8l("synched",0);
1709
+ this.instance.setTransform(4.9,10.4,1,1,0,0,0,4.9,10.4);
1710
+
1711
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1538).to({startPosition:0},0).to({_off:true},1).wait(1665));
1712
+
1713
+ // ghmkgukltultul
1714
+ this.instance_1 = new lib.ghmkgukltultul("synched",0);
1715
+ this.instance_1.setTransform(-9.55,101.3,1,1,0,0,0,-5.7,10.8);
1716
+
1717
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1538).to({startPosition:0},0).to({_off:true},1).wait(1665));
1718
+
1719
+ this._renderFirstFrame();
1720
+
1721
+ }).prototype = p = new cjs.MovieClip();
1722
+ p.nominalBounds = new cjs.Rectangle(-17.9,0,35.8,196);
1723
+
1724
+
1725
+ (lib.ghkfulkutrlryl8 = function(mode,startPosition,loop,reversed) {
1726
+ if (loop == null) { loop = true; }
1727
+ if (reversed == null) { reversed = false; }
1728
+ var props = new Object();
1729
+ props.mode = mode;
1730
+ props.startPosition = startPosition;
1731
+ props.labels = {};
1732
+ props.loop = loop;
1733
+ props.reversed = reversed;
1734
+ cjs.MovieClip.apply(this,[props]);
1735
+
1736
+ // ghmkftuylkruyliryl
1737
+ this.instance = new lib.ghmkftuylkruyliryl("synched",0);
1738
+ this.instance.setTransform(14.2,26.1,1,1,0,0,0,-11.1,26.1);
1739
+
1740
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(443).to({startPosition:0},0).to({startPosition:0},6,cjs.Ease.get(1)).wait(60).to({startPosition:0},0).wait(5).to({startPosition:0},0).wait(51).to({startPosition:0},0).wait(493).to({startPosition:0},0).wait(479).to({startPosition:0},0).to({_off:true},1).wait(2898).to({_off:false},0).wait(69));
1741
+
1742
+ // ghdfhjdyekjtyek
1743
+ this.instance_1 = new lib.ghdfhjdyekjtyek("synched",0);
1744
+ this.instance_1.setTransform(-11.7,95.85,1,1,0,0,0,2.5,4.7);
1745
+
1746
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(189).to({startPosition:0},0).to({regX:2.4,rotation:-114.26,x:-13.45,y:103.75},7,cjs.Ease.get(1)).wait(362).to({startPosition:0},0).to({regX:2.5,rotation:0,x:-11.85,y:97.3},7,cjs.Ease.get(1)).wait(84).to({startPosition:0},0).to({regX:2.4,regY:4.5,rotation:-111.5524,x:-17.1,y:104.1},7,cjs.Ease.get(1)).wait(141).to({startPosition:0},0).to({regX:2.5,regY:4.7,rotation:0,x:-11.85,y:97.3},9,cjs.Ease.get(1)).wait(85).to({startPosition:0},0).to({regX:2.4,regY:4.5,rotation:-111.5524,x:-17.1,y:104.1},10,cjs.Ease.get(1)).wait(606).to({startPosition:0},0).to({regX:2.5,regY:4.7,rotation:0,x:-12.2,y:97.35},11,cjs.Ease.get(1)).wait(19).to({startPosition:0},0).to({_off:true},1).wait(2898).to({_off:false},0).wait(69));
1747
+
1748
+ this._renderFirstFrame();
1749
+
1750
+ }).prototype = p = new cjs.MovieClip();
1751
+ p.nominalBounds = new cjs.Rectangle(-25.8,0,113.89999999999999,198.8);
1752
+
1753
+
1754
+ (lib.ghjkdtktuktuykut = function(mode,startPosition,loop,reversed) {
1755
+ if (loop == null) { loop = true; }
1756
+ if (reversed == null) { reversed = false; }
1757
+ var props = new Object();
1758
+ props.mode = mode;
1759
+ props.startPosition = startPosition;
1760
+ props.labels = {};
1761
+ props.loop = loop;
1762
+ props.reversed = reversed;
1763
+ cjs.MovieClip.apply(this,[props]);
1764
+
1765
+ // Layer_3
1766
+ this.instance = new lib.hgjdtyekjtykeku("synched",0);
1767
+ this.instance.setTransform(34.6,-7.85);
1768
+
1769
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(2196));
1770
+
1771
+ // Layer_4
1772
+ this.instance_1 = new lib.fghndfgmjdhj("synched",0);
1773
+ this.instance_1.setTransform(-28.3,2.35);
1774
+
1775
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(2196));
1776
+
1777
+ // Layer_8 (mask)
1778
+ var mask = new cjs.Shape();
1779
+ mask._off = true;
1780
+ mask.graphics.p("AjRgiQAGg4BngGQBzgGB2BfQhEBmiMACIgEAAQiNAAALiDg");
1781
+ mask.setTransform(-21.0351,8.974);
1782
+
1783
+ // _Clip_Group__1_0
1784
+ this.instance_2 = new lib.ClipGroup_1_0();
1785
+ this.instance_2.setTransform(-36.2,12.25,2.0646,2.0646,0,0,0,8.5,4.9);
1786
+
1787
+ var maskedShapeInstanceList = [this.instance_2];
1788
+
1789
+ for(var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
1790
+ maskedShapeInstanceList[shapedInstanceItr].mask = mask;
1791
+ }
1792
+
1793
+ this.timeline.addTween(cjs.Tween.get(this.instance_2).wait(1537).to({x:-25.8,y:10.45},0).wait(659));
1794
+
1795
+ // Layer_9 (mask)
1796
+ var mask_1 = new cjs.Shape();
1797
+ mask_1._off = true;
1798
+ mask_1.graphics.p("AARBGIgZgfQAKgnAighQBDhFBuAeIgMA3QgYA7g9AbQggANgZAAQgYAAgSgMg");
1799
+ mask_1.setTransform(21.2856,-1.7277);
1800
+
1801
+ // _Clip_Group__3
1802
+ this.instance_3 = new lib.ClipGroup_3();
1803
+ this.instance_3.setTransform(25.9,2.65,2.023,2.023,0,0,0,5.5,4.4);
1804
+
1805
+ var maskedShapeInstanceList = [this.instance_3];
1806
+
1807
+ for(var shapedInstanceItr = 0; shapedInstanceItr < maskedShapeInstanceList.length; shapedInstanceItr++) {
1808
+ maskedShapeInstanceList[shapedInstanceItr].mask = mask_1;
1809
+ }
1810
+
1811
+ this.timeline.addTween(cjs.Tween.get(this.instance_3).wait(1537).to({x:33.4,y:-1.05},0).wait(659));
1812
+
1813
+ // Layer_6
1814
+ this.shape = new cjs.Shape();
1815
+ this.shape.graphics.f("#FFFFFF").s().p("AgpAiIgNgPQAGgTAQgQQAggiA3APIgGAbQgMAdgeANQgPAHgMAAQgMAAgJgHg");
1816
+ this.shape.setTransform(31.4951,-1.7277,2.023,2.023);
1817
+
1818
+ this.timeline.addTween(cjs.Tween.get(this.shape).wait(2196));
1819
+
1820
+ // Layer_7
1821
+ this.instance_4 = new lib.fgyjrtyj5sewkjew4("synched",0);
1822
+ this.instance_4.setTransform(-24.9,8.95);
1823
+
1824
+ this.timeline.addTween(cjs.Tween.get(this.instance_4).wait(2196));
1825
+
1826
+ this._renderFirstFrame();
1827
+
1828
+ }).prototype = p = new cjs.MovieClip();
1829
+ p.nominalBounds = new cjs.Rectangle(-50,-24.5,100.3,43.7);
1830
+
1831
+
1832
+ (lib.fjykytkuykut = function(mode,startPosition,loop,reversed) {
1833
+ if (loop == null) { loop = true; }
1834
+ if (reversed == null) { reversed = false; }
1835
+ var props = new Object();
1836
+ props.mode = mode;
1837
+ props.startPosition = startPosition;
1838
+ props.labels = {};
1839
+ props.loop = loop;
1840
+ props.reversed = reversed;
1841
+ cjs.MovieClip.apply(this,[props]);
1842
+
1843
+ // Layer_24
1844
+ this.shape = new cjs.Shape();
1845
+ this.shape.graphics.f("#E98B8B").s().p("AhFAZQgrgUgVgaQBLAVBDgMIAzgUQAXgRATAGIAQAIQAYAUgLAXQgFAKgLAIIgWAIQgmAMgkAAQguAAgqgVg");
1846
+ this.shape.setTransform(24.6479,-39.7048);
1847
+
1848
+ this.shape_1 = new cjs.Shape();
1849
+ this.shape_1.graphics.f("#E77979").s().p("AgjApQhRglgHhFQAWAcAqAUQBKAjBZgbQAZAPgGAbQgIAggtABIgCAAQgvAAg4gZg");
1850
+ this.shape_1.setTransform(23.5862,-35.3745);
1851
+
1852
+ this.shape_2 = new cjs.Shape();
1853
+ this.shape_2.graphics.f("#FFFFFF").s().p("AgwALQgggUgNgeIAHAEQA9AkAxgBIBGAAIAAAAIgFAdIgBAHQgXAEgUAAQgzAAgqgdg");
1854
+ this.shape_2.setTransform(22.65,-35.7504);
1855
+
1856
+ this.shape_3 = new cjs.Shape();
1857
+ this.shape_3.graphics.f("#E98B8B").s().p("AhnAHIgigYIACABQBNAVBDgPQAigHATgMQAXgRAUAFQAKACAFAGQAaAUgLAWQgFAMgLAIQgWAJgUAFIAAgBIhGABIgEAAQgvAAg7gkg");
1858
+ this.shape_3.setTransform(24.3385,-40.0792);
1859
+
1860
+ this.shape_4 = new cjs.Shape();
1861
+ this.shape_4.graphics.f("#CD7978").s().p("AA2BVQgzgJgygkQhLg1AGhIIACACIgCgBIAiAZIgHgEQANAeAgAVQA5AoBPgQIABgHIACADQAgAYgOAdQgLAZggAAIgQgBg");
1862
+ this.shape_4.setTransform(22.2266,-33.3605);
1863
+
1864
+ this.shape_5 = new cjs.Shape();
1865
+ this.shape_5.graphics.f("#FFFFFF").s().p("AArAzQgogFgdgRQgygdgigtIgEgGQAWATAVAOQAPAKATAIQAiAPAfAAIBXgCIAAABIgGAlQgTABgRAAQgPAAgPgBg");
1866
+ this.shape_5.setTransform(20.55,-37.2066);
1867
+
1868
+ this.shape_6 = new cjs.Shape();
1869
+ this.shape_6.graphics.f("#E98B8B").s().p("AhBAcQgSgJgQgJQgVgNgWgUIAEAGIgFgEIgBgBIgDgDIADABIAAAAQBgAdBDgPQAigHATgMQAXgRAUAFQAKACAFAGQAaAUgLAWQgFAMgLAIQgWAJgUAFIAAgBIhWABIgBAAQggAAghgPg");
1870
+ this.shape_6.setTransform(23.3385,-40.0816);
1871
+
1872
+ this.shape_7 = new cjs.Shape();
1873
+ this.shape_7.graphics.f("#CD7978").s().p("AA3BjQgzgJgygkQhKg1ADhhIACABQAeBGAaASIASAKQAgASAgABIARAAIAKgCQAqgHAEAJQAgAYgOAdQgLAZggAAIgQgBgAh1hiIAAgBIAAABIAAAAg");
1874
+ this.shape_7.setTransform(20.6216,-32.6855);
1875
+
1876
+ this.shape_8 = new cjs.Shape();
1877
+ this.shape_8.graphics.f("#FFA477").s().p("AgfgIIAIABIAaAFQARACAMAKQgggCgfgQg");
1878
+ this.shape_8.setTransform(19.65,-31.4);
1879
+
1880
+ this.shape_9 = new cjs.Shape();
1881
+ this.shape_9.graphics.f("#CD573F").s().p("AA8A7QgNgJgRgDIgbgGIgHgBIgSgLQgagSgfhFIAGAEQAhAuAxAcQAeASApAEQgCAJgBAIIgMAAIgFAAg");
1882
+ this.shape_9.setTransform(16.925,-36.3565);
1883
+
1884
+ this.shape_10 = new cjs.Shape();
1885
+ this.shape_10.graphics.f("#FFFFFF").s().p("AAwAxQgogEgdgSQg1gdgtgwIAAAAIADACIABABQAUANAYANQA4AcAwACIBXADIAAABIgGAkQgTACgRAAQgPAAgPgCg");
1886
+ this.shape_10.setTransform(20.05,-37.0566);
1887
+
1888
+ this.shape_11 = new cjs.Shape();
1889
+ this.shape_11.graphics.f("#E98B8B").s().p("ABaAqIhXgDQgwgCg4gdQgYgMgUgNIgBgBIgDgCIAAABIAAgBIAAAAIAHACQBiAWBCgOQAigHATgMQAXgRAUAFQAKACAFAGQAaAUgLAWQgFAMgLAIQgWAJgUAFgAiWgUIABAAIgBAAg");
1890
+ this.shape_11.setTransform(23.0385,-40.0943);
1891
+
1892
+ this.shape_12 = new cjs.Shape();
1893
+ this.shape_12.graphics.f("#CD7978").s().p("AApBqQgwgPgvgqQhDg9APhhIABADQAXBHAXAWIASANQApAeAugCIAHgBIALAAQAaABACAIQAcAbgRAbQgMAUgZAAQgLAAgOgEg");
1894
+ this.shape_12.setTransform(18.5514,-30.9238);
1895
+
1896
+ this.shape_13 = new cjs.Shape();
1897
+ this.shape_13.graphics.f("#FFA477").s().p("AgvgMIAJgBQANgBAIACIAaAFQATAEAOALIAGAGIgIAAIgHAAQgoAAgogag");
1898
+ this.shape_13.setTransform(19.1125,-29.5728);
1899
+
1900
+ this.shape_14 = new cjs.Shape();
1901
+ this.shape_14.graphics.f("#CD573F").s().p("ABFBAQgOgMgUgEIgbgFQgHgCgMABIgJABIgSgPQgYgVgWhHIAAgFIABAAQAsAwA0AdQAeASApAFQgFAUAGATIgLAAIgFgGg");
1902
+ this.shape_14.setTransform(16.4867,-35.175);
1903
+
1904
+ this.shape_15 = new cjs.Shape();
1905
+ this.shape_15.graphics.f("#CD573F").s().p("AgXAVQgHgLABgNQAGgXASgCQAQgCAIAFIAIAFIACACIABACQgOAMgEAJQgEAJAAAGQABAFgBADIgMABQgNAAgGgIg");
1906
+ this.shape_15.setTransform(23.4688,-31.38);
1907
+
1908
+ this.shape_16 = new cjs.Shape();
1909
+ this.shape_16.graphics.f("#E98B8B").s().p("AgVBBQgjgOgPgeQgPgeAGgTQAjgmA1gFQAagDAWANQAYAOADAcQABAWghAQQAJAfggATQgGADgJAAQgNAAgVgHgAgIgdQgSACgFAXQgBAMAHAMQAHALAXgFQABgCAAgGQAAgGAEgJQAEgJANgLIgBgCIgCgCIgIgGQgFgDgKAAIgJABg");
1910
+ this.shape_16.setTransform(23.7294,-31.232);
1911
+
1912
+ this.shape_17 = new cjs.Shape();
1913
+ this.shape_17.graphics.f("#FFFFFF").s().p("AA2AxQgpgEgegSQg0gdg2gvIgBgBIAGADIBHAlQAvARAmACIBXACIAAACIgHAkQgSACgRAAQgPAAgOgCg");
1914
+ this.shape_17.setTransform(19.5625,-37.0451);
1915
+
1916
+ this.shape_18 = new cjs.Shape();
1917
+ this.shape_18.graphics.f("#E98B8B").s().p("ABgAqIhXgDQgngBgugTIhIgjIgFgDQBxAYBDgPQAigHATgMQAXgRAUAFQAKACAFAGQAaAUgLAWQgFAMgLAIQgVAJgVAFgAiZgTIgBAAIgBgBIAAAAIAAAAIABAAIABABIABABIgBgBg");
1918
+ this.shape_18.setTransform(22.4885,-40.0943);
1919
+
1920
+ this.shape_19 = new cjs.Shape();
1921
+ this.shape_19.graphics.f("#CD7978").s().p("AApB3QgwgPgvgrQhCg9AOh1IAAgDIAAAAIABAAIAAAAQAWBhAYAWQALAJAMAIQAnAbArgDIAJAAIARAAQASACACAGQAcAcgRAbQgMAUgZAAQgLAAgOgEgAhqh5IAAgBIABACIgBgBg");
1922
+ this.shape_19.setTransform(17.6043,-30.0238);
1923
+
1924
+ this.shape_20 = new cjs.Shape();
1925
+ this.shape_20.graphics.f("#FFA477").s().p("AgtgLIAJAAQANgCAHACIAaAGQAUADAOAMIACACIgJAAIgHABQgmAAglgYg");
1926
+ this.shape_20.setTransform(18.525,-27.2478);
1927
+
1928
+ this.shape_21 = new cjs.Shape();
1929
+ this.shape_21.graphics.f("#CD573F").s().p("ABIBQIgCgCQgOgMgTgEIgbgFQgIgCgMABIgJABQgLgIgMgKQgYgWgWhgIABAAIABABQA2AuAzAeQAfARAoAFQgHAdAHAgIgSgBgAhZhQIAAABIAAADIAAgEg");
1930
+ this.shape_21.setTransform(15.8875,-34.0875);
1931
+
1932
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_1},{t:this.shape}]}).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},190).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},22).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},10).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},16).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},4).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},6).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},8).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},6).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},21).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},79).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},1).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},20).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},90).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},20).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},21).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},12).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},4).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},3).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},3).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},18).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},5).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},13).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},18).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},4).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},3).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},3).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},101).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},13).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},19).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},4).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},19).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},16).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},4).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},4).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},14).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},5).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},3).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},36).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_21},{t:this.shape_20},{t:this.shape_19},{t:this.shape_18},{t:this.shape_17}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_16},{t:this.shape_15}]},2).to({state:[{t:this.shape_14},{t:this.shape_13},{t:this.shape_12},{t:this.shape_11},{t:this.shape_10}]},2).to({state:[{t:this.shape_9},{t:this.shape_8},{t:this.shape_7},{t:this.shape_6},{t:this.shape_5}]},2).to({state:[{t:this.shape_4},{t:this.shape_3},{t:this.shape_2}]},2).wait(64));
1933
+
1934
+ // Layer_1
1935
+ this.instance = new lib.hjluyglyilyitl("synched",26);
1936
+ this.instance.setTransform(18.1,-92.05,1.1599,1.1777,0,-10.6125,169.389,12.5,2.9);
1937
+
1938
+ this.shape_22 = new cjs.Shape();
1939
+ this.shape_22.graphics.f("#BEA61A").s().p("AgJALQgFgFAAgGQAAgFAFgEQAEgFAFAAQAGAAAEAFQAFAEAAAFQAAAGgFAFQgEAEgGAAQgFAAgEgEg");
1940
+ this.shape_22.setTransform(-56.7242,-62.8057,2.0826,2.0826);
1941
+
1942
+ this.shape_23 = new cjs.Shape();
1943
+ this.shape_23.graphics.f("#F6F6F6").s().p("AkaBlQgugSgvgeIglgbQCChhB+gjQA/gSAlACQCwALClBRQBSAoAuAmQgdgVg2gQIgxgLQhTgeiAAvQgoAPgnAVIgfASQg4A0hNAAQgyAAg7gWg");
1944
+ this.shape_23.setTransform(42.5137,-149.7188,2.0826,2.0826);
1945
+
1946
+ this.shape_24 = new cjs.Shape();
1947
+ this.shape_24.graphics.f("#E7E7E7").s().p("AlGDoQgagCgYgHIgSgGQAPkaCvhwQBXg3BVABQDegNB9C6QA/BcARBfIoqBGQhFAihHAAIgbgBg");
1948
+ this.shape_24.setTransform(0.0278,-189.8653,2.0826,2.0826);
1949
+
1950
+ this.shape_25 = new cjs.Shape();
1951
+ this.shape_25.graphics.f("#D5AC8D").s().p("AAHAzQAbgcgsgRQgGgGgFgNQgKgcAGgiIAEAdQAHAgAOARIAKAHQAMAIAEAJQAOAchDAVQAWgLAMgOg");
1952
+ this.shape_25.setTransform(41.2824,-72.6983,2.0826,2.0826);
1953
+
1954
+ this.shape_26 = new cjs.Shape();
1955
+ this.shape_26.graphics.f("#D5AC8D").s().p("AARAaQgDgSgLgQIgLgWQgGgNgJgNQAIABAKALQAHAJAFAIQAVAhgGAzQgCgUgDgLg");
1956
+ this.shape_26.setTransform(-58.6184,-82.1743,2.0826,2.0826);
1957
+
1958
+ this.shape_27 = new cjs.Shape();
1959
+ this.shape_27.graphics.f("#ECBE97").s().p("AAABoQg2gPgIhZQgDgoAQgdQAPgaAXgIQAWgIAPAOQASAQgDAkQgBAbALgKIAMgPIgNCPQgPAHgPAAQgKAAgKgDg");
1960
+ this.shape_27.setTransform(-58.2979,-80.5398,2.0826,2.0826);
1961
+
1962
+ this.shape_28 = new cjs.Shape();
1963
+ this.shape_28.graphics.f("#000000").s().p("AhYAWIAVgYQAdgYAmACQAnABAdAXQAPAMAGAMQhCg0g2AbIgiAVQgIAFgHAAQgFAAgDgDg");
1964
+ this.shape_28.setTransform(73.1285,-119.7495,2.0826,2.0826);
1965
+
1966
+ this.shape_29 = new cjs.Shape();
1967
+ this.shape_29.graphics.f("#000000").s().p("ABNAOQgXgSgPgHQg3gahdAxQAMgMAUgKQAqgXAtAAQA0AAAdAhQAPARAEARQgMgDgVgRg");
1968
+ this.shape_29.setTransform(0.7567,-120.547,2.0826,2.0826);
1969
+
1970
+ this.shape_30 = new cjs.Shape();
1971
+ this.shape_30.graphics.f("#ECBE97").s().p("AhBFvIhphHQgugkgYgpQgVglgGgvQgXAPgZgGQg0gLgNhkQgGgsAQgfQAOgbAYgGQAXgHARARQASASgCAkQgCAaAMgJIAMgOQAQhHAKgjQASg9AkggQAkgeBDg1QAngjACgZQgGgDgDgFQgGgJAFgFQAGgFAEAQQABAFgBAGQAYAHA8gnQBMgwBdAOQAvAIAgARQATA6AvB1QAgBhgkAvQgiAtgCA2IgFBtQgMBHg/BbQhGBihDAVQgMADgPAAQg5AAhcg1g");
1972
+ this.shape_30.setTransform(8.064,-87.5444,2.0826,2.0826);
1973
+
1974
+ this.shape_31 = new cjs.Shape();
1975
+ this.shape_31.graphics.f("#000000").s().p("AjIFMQiQg3gEiBQgHi/AghoQAtiSCAgnQD9hOCVCDQBLBBAYBQQgoD2i9CVQheBLhWAaQhGgChIgcg");
1976
+ this.shape_31.setTransform(-2.1336,-141.2564,2.0826,2.0826);
1977
+
1978
+ this.shape_32 = new cjs.Shape();
1979
+ this.shape_32.graphics.f("#000000").s().p("AgkFZQgigigxhKQgdgsgHgbQgIgpgLgtQgEgNABgVIABgjQgBhvABgeQACgmAGgOQARgogEgRQgDgLAYgkQAggvAWgXQArgsBRgPQBMgNA6ASIgwBDQguAXgkAzQgkAzgRBCQgUBRAIBmQAGBPAXBrQAKAqAaA5QAPAiAABHQhLg1gYgXg");
1980
+ this.shape_32.setTransform(-43.0894,-130.0954,2.0826,2.0826);
1981
+
1982
+ this.shape_33 = new cjs.Shape();
1983
+ this.shape_33.graphics.f("#000000").s().p("AhtD+QgNgcgTgcIgRgWQhFhSAXitQAHg2APg5IAOguQBZjgCZBJQBNAlA8BRIgzCiQADgyg5glIg7gbQhJAgAICPQAEBHASBBQAmCGhCBoQgiA0gpAaQAgg+gqhag");
1984
+ this.shape_33.setTransform(-84.6839,-129.864,2.0826,2.0826);
1985
+
1986
+ this.shape_34 = new cjs.Shape();
1987
+ this.shape_34.graphics.f("#DCDCDC").s().p("ABFA+QgzgNg0gWQhqgrgLgsIAhgCQAogBAnAEQB7ANBDA9QACAPgJAMQgPAVgnAAIgVgBg");
1988
+ this.shape_34.setTransform(97.063,-142.925,2.0826,2.0826);
1989
+
1990
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_34},{t:this.shape_33},{t:this.shape_32},{t:this.shape_31},{t:this.shape_30},{t:this.shape_29},{t:this.shape_28},{t:this.shape_27},{t:this.shape_26},{t:this.shape_25},{t:this.shape_24},{t:this.shape_23},{t:this.shape_22},{t:this.instance}]}).wait(2196));
1991
+
1992
+ this._renderFirstFrame();
1993
+
1994
+ }).prototype = p = new cjs.MovieClip();
1995
+ p.nominalBounds = new cjs.Rectangle(-128.6,-238.4,257.29999999999995,238.4);
1996
+
1997
+
1998
+ (lib.fghjdryktytk = function(mode,startPosition,loop,reversed) {
1999
+ if (loop == null) { loop = true; }
2000
+ if (reversed == null) { reversed = false; }
2001
+ var props = new Object();
2002
+ props.mode = mode;
2003
+ props.startPosition = startPosition;
2004
+ props.labels = {};
2005
+ props.loop = loop;
2006
+ props.reversed = reversed;
2007
+ cjs.MovieClip.apply(this,[props]);
2008
+
2009
+ // ghktduykulk76
2010
+ this.instance = new lib.ghktduykulk76("synched",0);
2011
+ this.instance.setTransform(-11.3,2.2,1,1,0,0,0,-11.3,2.2);
2012
+ this.instance._off = true;
2013
+
2014
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1537).to({_off:false},0).wait(1).to({regX:-28.1,regY:41.3,x:-28.1,y:41.3},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:-11.3,regY:2.2,x:-11.3,y:2.2},0).wait(50).to({startPosition:0},0).wait(1).to({regX:-28.1,regY:41.3,x:-28.1,y:41.3},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:-11.3,regY:2.2,x:-11.3,y:2.2},0).wait(525).to({startPosition:0},0).wait(1).to({regX:-28.1,regY:41.3,x:-28.1,y:41.3},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:-11.3,regY:2.2,x:-11.3,y:2.2},0).wait(50));
2015
+
2016
+ // ghktukltulu
2017
+ this.instance_1 = new lib.ghktukltulu("synched",0);
2018
+ this.instance_1.setTransform(-49.4,74.75,0.9999,0.9999,-29.47,0,0,-8.3,-8);
2019
+ this.instance_1._off = true;
2020
+
2021
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1537).to({_off:false},0).wait(1).to({regX:-41.1,regY:-23.5,rotation:-28.6144,x:-85.55,y:76.8},0).wait(1).to({rotation:-26.249,x:-85.6,y:75.35},0).wait(1).to({rotation:-22.6757,x:-85.55,y:73.05},0).wait(1).to({rotation:-18.1965,x:-85.35,y:70.25},0).wait(1).to({rotation:-13.1134,x:-84.8,y:67},0).wait(1).to({rotation:-7.7283,x:-83.85,y:63.8},0).wait(1).to({rotation:-2.3432,x:-82.7,y:60.6},0).wait(1).to({rotation:2.7399,x:-81.35,y:57.7},0).wait(1).to({rotation:7.2191,x:-79.9,y:55.25},0).wait(1).to({rotation:10.7924,x:-78.6,y:53.35},0).wait(1).to({rotation:13.1578,x:-77.7,y:52.2},0).wait(1).to({regX:-8.3,regY:-7.9,rotation:14.0133,x:-49.35,y:74.85},0).wait(50).to({startPosition:0},0).wait(1).to({regX:-41.1,regY:-23.5,rotation:12.7115,x:-77.9,y:52.4},0).wait(1).to({rotation:9.178,x:-79.2,y:54.15},0).wait(1).to({rotation:3.9707,x:-80.95,y:56.95},0).wait(1).to({rotation:-2.3524,x:-82.7,y:60.55},0).wait(1).to({rotation:-9.2335,x:-84.15,y:64.65},0).wait(1).to({rotation:-16.1146,x:-85.15,y:68.9},0).wait(1).to({rotation:-22.4377,x:-85.6,y:72.9},0).wait(1).to({rotation:-27.645,y:76.15},0).wait(1).to({rotation:-31.1786,x:-85.45,y:78.45},0).wait(1).to({regX:-8.3,regY:-7.9,rotation:-32.4804,x:-49.35,y:74.8},0).wait(525).to({startPosition:0},0).wait(1).to({regX:-41.1,regY:-23.5,rotation:-31.7519,x:-85.4,y:78.75},0).wait(1).to({rotation:-29.7378,x:-85.55,y:77.5},0).wait(1).to({rotation:-26.6952,x:-85.6,y:75.55},0).wait(1).to({rotation:-22.8813,y:73.2},0).wait(1).to({rotation:-18.5532,x:-85.35,y:70.45},0).wait(1).to({rotation:-13.9679,x:-84.9,y:67.6},0).wait(1).to({rotation:-9.3827,x:-84.2,y:64.8},0).wait(1).to({rotation:-5.0545,x:-83.3,y:62.2},0).wait(1).to({rotation:-1.2406,x:-82.4,y:60},0).wait(1).to({rotation:1.8019,x:-81.55,y:58.25},0).wait(1).to({rotation:3.816,x:-80.95,y:57.1},0).wait(1).to({regX:-8.3,regY:-7.9,rotation:4.5445,x:-49.25,y:74.9},0).wait(50));
2022
+
2023
+ this._renderFirstFrame();
2024
+
2025
+ }).prototype = p = new cjs.MovieClip();
2026
+ p.nominalBounds = new cjs.Rectangle(-130.7,0,130.7,98.5);
2027
+
2028
+
2029
+ (lib.fghjdfj = function(mode,startPosition,loop,reversed) {
2030
+ if (loop == null) { loop = true; }
2031
+ if (reversed == null) { reversed = false; }
2032
+ var props = new Object();
2033
+ props.mode = mode;
2034
+ props.startPosition = startPosition;
2035
+ props.labels = {};
2036
+ props.loop = loop;
2037
+ props.reversed = reversed;
2038
+ cjs.MovieClip.apply(this,[props]);
2039
+
2040
+ // ktultruyl8r6l
2041
+ this.instance = new lib.ktultruyl8r6l("synched",0);
2042
+ this.instance.setTransform(12.05,3.2,1,1,0,0,0,-2.6,3.2);
2043
+ this.instance._off = true;
2044
+
2045
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1537).to({_off:false},0).wait(659));
2046
+
2047
+ // hliy;li;o9i;
2048
+ this.instance_1 = new lib.dfgdfgg("synched",0);
2049
+ this.instance_1.setTransform(12.7,86.2,1,1,0,0,0,1.4,-6.7);
2050
+ this.instance_1._off = true;
2051
+
2052
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1537).to({_off:false},0).wait(659));
2053
+
2054
+ this._renderFirstFrame();
2055
+
2056
+ }).prototype = p = new cjs.MovieClip();
2057
+ p.nominalBounds = new cjs.Rectangle(0,0,99.1,108.6);
2058
+
2059
+
2060
+ (lib.fjykytkuykut_1 = function(mode,startPosition,loop,reversed) {
2061
+ if (loop == null) { loop = true; }
2062
+ if (reversed == null) { reversed = false; }
2063
+ var props = new Object();
2064
+ props.mode = mode;
2065
+ props.startPosition = startPosition;
2066
+ props.labels = {};
2067
+ props.loop = loop;
2068
+ props.reversed = reversed;
2069
+ cjs.MovieClip.apply(this,[props]);
2070
+
2071
+ // Layer_6
2072
+ this.instance_1 = new lib.fjykytkuykut("synched",1537);
2073
+ this.instance_1.setTransform(18.65,-0.35,0.9905,0.9905,0.5067,0,0,20.7,-0.1);
2074
+ this.instance_1._off = true;
2075
+
2076
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1537).to({_off:false},0).wait(659));
2077
+
2078
+ this._renderFirstFrame();
2079
+
2080
+ }).prototype = p = new cjs.MovieClip();
2081
+ p.nominalBounds = new cjs.Rectangle(-128,-236.5,254.8,236.3);
2082
+
2083
+
2084
+ (lib.bghjmkfukyulyi = function(mode,startPosition,loop,reversed) {
2085
+ if (loop == null) { loop = true; }
2086
+ if (reversed == null) { reversed = false; }
2087
+ var props = new Object();
2088
+ props.mode = mode;
2089
+ props.startPosition = startPosition;
2090
+ props.labels = {};
2091
+ props.loop = loop;
2092
+ props.reversed = reversed;
2093
+ cjs.MovieClip.apply(this,[props]);
2094
+
2095
+ // Layer_1
2096
+ this.shape = new cjs.Shape();
2097
+ this.shape.graphics.f("#573D2C").s().p("Ag/A1QgPgBgOgEQgpgKgMgXQgKgJADgRQADgOAuAEQAMAABQALQAlAGA+gSQAfgJAjgWIgEAJQgrBOhvAQQgWAEgUAAIgRgBg");
2098
+ this.shape.setTransform(-7.3083,-37.995);
2099
+
2100
+ this.shape_1 = new cjs.Shape();
2101
+ this.shape_1.graphics.f("#AE8063").s().p("AhnBoQgLgLABgQQAAgTARgNQAAgDAPgIIABAAQAOgIAygRQAygQAggdQAdgbAPguIACgGQANBKg8BCQgaAeg+ArQgbASgWAAQgRAAgOgMg");
2102
+ this.shape_1.setTransform(-3.03,-31.8425);
2103
+
2104
+ this.shape_2 = new cjs.Shape();
2105
+ this.shape_2.graphics.f("#FFFFFF").s().p("AhdA0IgOgXQAbACAggEQBugQArhPIADgDQgOAugeAaQggAdgyARQgyAQgOAJIgLgUg");
2106
+ this.shape_2.setTransform(-2.8625,-35.625);
2107
+
2108
+ this.shape_3 = new cjs.Shape();
2109
+ this.shape_3.graphics.f("#573D2C").s().p("AhFA2QgPgCgOgDQgpgKgLgXQgLgJADgRQADgOAuAEQANAABPALQAmAGA9gSQAfgJAvgXIgOAUQg1BFhmAPQgWADgUAAIgSAAg");
2110
+ this.shape_3.setTransform(-6.7583,-38.0691);
2111
+
2112
+ this.shape_4 = new cjs.Shape();
2113
+ this.shape_4.graphics.f("#AE8063").s().p("AhhB8QgSgVABgRQABgRAKgKIAVgMIAEgCQANgGAbgHIAVgFQAagHAWgMQARgIANgMQAggcAShbQARBzgqAwQgpAwg+AhQgmATgVAAQgOAAgHgIg");
2114
+ this.shape_4.setTransform(-1.8577,-30.2248);
2115
+
2116
+ this.shape_5 = new cjs.Shape();
2117
+ this.shape_5.graphics.f("#FFFFFF").s().p("AheApIgNgWQAcACAfgFQBngPA1hFQgLA9gxAjQgwAjhIAGIgFAAQgGgJgLgTg");
2118
+ this.shape_5.setTransform(-2.9375,-34.5875);
2119
+
2120
+ this.shape_6 = new cjs.Shape();
2121
+ this.shape_6.graphics.f("#F7919F").s().p("AAAgIQALgDAYAAQgWALgaAHIgVAFQALgMAXgIg");
2122
+ this.shape_6.setTransform(-2.25,-28.2375);
2123
+
2124
+ this.shape_7 = new cjs.Shape();
2125
+ this.shape_7.graphics.f("#971B30").s().p("AhdBRIgDgMQBJgGAvgjQAxgjALg9IANgUIAAAAQgRBbggAbQgOAMgQAKQgXAAgMADQgXAIgLANQgbAHgNAGIgCgIg");
2126
+ this.shape_7.setTransform(-0.5375,-34.6);
2127
+
2128
+ this.shape_8 = new cjs.Shape();
2129
+ this.shape_8.graphics.f("#573D2C").s().p("AhIAwQgPgBgPgDQgpgLgLgXQgLgJADgQQADgOAuADQANABBPALQAmAFA9gSIBOgTIAFgCIABAAIABAAIAAAAIgBABIgBACIgJAKQg7BBhqAQQgWADgUAAIgRgBg");
2130
+ this.shape_8.setTransform(-6.3833,-37.545);
2131
+
2132
+ this.shape_9 = new cjs.Shape();
2133
+ this.shape_9.graphics.f("#AE8063").s().p("AhiCHQgSgVABgRQACgSAKgKIAVgLIAIgEIAagJIAegHQAngLAdgVIALgIQAfgaAShtIACgCIAAAGQAOCCgpAtQgpAxg9AgQgmAUgWAAQgNAAgIgIgABviOIABACIgBAAIAAgCg");
2134
+ this.shape_9.setTransform(-1.3313,-28.3498);
2135
+
2136
+ this.shape_10 = new cjs.Shape();
2137
+ this.shape_10.graphics.f("#F7919F").s().p("AguAMQALgRAdgJQAQgFAnABQgcAUgnAKIgeAIIACgIg");
2138
+ this.shape_10.setTransform(-1.2875,-25.7755);
2139
+
2140
+ this.shape_11 = new cjs.Shape();
2141
+ this.shape_11.graphics.f("#971B30").s().p("AhaBGIgGgVQBEgGAtghQAxgkAUg5IAIgKQgSBsgfAaIgLAJQgnAAgRAFQgcAIgLATIgDAHIgaAJQACgLgCgRgABghfIABgBIgBAAIABgBIgBAIIAAgGg");
2142
+ this.shape_11.setTransform(0.275,-32.75);
2143
+
2144
+ this.shape_12 = new cjs.Shape();
2145
+ this.shape_12.graphics.f("#FFFFFF").s().p("AhiAoIgNgXQAbACAfgEQBqgPA8hCQgUA4gxAkQgtAhhEAHIgNABIgQgbg");
2146
+ this.shape_12.setTransform(-2.425,-34.4);
2147
+
2148
+ this.shape_13 = new cjs.Shape();
2149
+ this.shape_13.graphics.f("#573D2C").s().p("AhPAtQgPgBgPgDQgpgLgLgXQgLgIADgRQADgOAuADQANABBPALQAmAFA9gSQAdgIA7gGIABAAIAIgBIABAAIABAAIgBABIgBACIgTAQQhFA2hkAPQgWADgUAAIgRgBg");
2150
+ this.shape_13.setTransform(-5.6833,-37.22);
2151
+
2152
+ this.shape_14 = new cjs.Shape();
2153
+ this.shape_14.graphics.f("#AE8063").s().p("AhlCOQgSgVABgRQABgRAKgKIAVgMIAJgEQASgHAmgJQAvgMAfgcQAJgHAIgOQAWgmAVhaIACgBIAAAEQAECQgpAvQgpAwg+AhQglATgWAAQgOAAgHgIgAB2iSIAAgDIABADIgBAAg");
2154
+ this.shape_14.setTransform(-0.6368,-27.0748);
2155
+
2156
+ this.shape_15 = new cjs.Shape();
2157
+ this.shape_15.graphics.f("#F7919F").s().p("AgqAOQAKgRAcgKQAPgEAjABQgsAZgvAJQAAgBABgBQAAgBAAAAQAAgBABAAQAAAAABAAg");
2158
+ this.shape_15.setTransform(-0.9,-24.9528);
2159
+
2160
+ this.shape_16 = new cjs.Shape();
2161
+ this.shape_16.graphics.f("#971B30").s().p("AhhBCIgGgVQBEgHAtghQAtgiAbguIATgQQgVBZgWAlQgPALgQAKQgigBgQAEQgcAKgKASQgBAAAAAAQAAABgBAAQAAABAAAAQAAABgBABIgcAEIgFgdgABmhdIACgBIAAgBIgBAHIgBgFg");
2162
+ this.shape_16.setTransform(0.975,-32.3);
2163
+
2164
+ this.shape_17 = new cjs.Shape();
2165
+ this.shape_17.graphics.f("#FFFFFF").s().p("AhGBWIAEAAIAdgFQAvgIAsgbQAQgJAPgLQgJAOgIAHQggAdgvAMQglAIgSAIgAhpAJIgOgVQAcABAfgEQBkgPBFg3QgbAvguAjQgsAghFAGIgNABIgPgbgAB3hmIABgBIAAABg");
2166
+ this.shape_17.setTransform(-1.6875,-31.35);
2167
+
2168
+ this.shape_18 = new cjs.Shape();
2169
+ this.shape_18.graphics.f("#573D2C").s().p("AhSArIgEgBQgpgKgMgXQgKgJADgQQACgPAvAEQAMABBQALQAlAFA+gSQAfgJAXgJQgdBJh2ASQgTACgTAAQgYAAgVgEg");
2170
+ this.shape_18.setTransform(-7.8187,-37.363);
2171
+
2172
+ this.shape_19 = new cjs.Shape();
2173
+ this.shape_19.graphics.f("#AE8063").s().p("Ah6A+QgJgOAFgQQAGgQASgJQAmAHAugGQB1gQAdhLQAIBChMAwQghAWhHAYQgUAHgQAAQgcAAgOgWg");
2174
+ this.shape_19.setTransform(-5.8248,-33.7229);
2175
+
2176
+ this.shape_20 = new cjs.Shape();
2177
+ this.shape_20.graphics.f("#971B30").s().p("AgJAbQgJgRAMgsQAcAegMAiQgFAFgFAAQgFAAgEgIg");
2178
+ this.shape_20.setTransform(-11.7424,-29.9586);
2179
+
2180
+ this.shape_21 = new cjs.Shape();
2181
+ this.shape_21.graphics.f("#573D2C").s().p("AghBIQgSgRgCgyQgCgTAEgcQAEgcAUgNQAigEATAVQAUAWAGAaQAFAagEAeQgDAiggALIgOABQgWAAgPgMgAgSAbQAIAQALgNQAMgigcgeQgMAsAJARg");
2182
+ this.shape_21.setTransform(-10.8363,-29.9739);
2183
+
2184
+ this.shape_22 = new cjs.Shape();
2185
+ this.shape_22.graphics.f("#AE8063").s().p("AgrAzQg5gBgZgXQgagZAeggIABgBQAagdB1APIBzAWIhAAmQhIAkgrAAIgCAAg");
2186
+ this.shape_22.setTransform(-5.4036,-30.5009);
2187
+
2188
+ this.shape_23 = new cjs.Shape();
2189
+ this.shape_23.graphics.f("#573D2C").s().p("AAlAUQh2gPgaAdQgOgGgMgKIgSgTQAmhDCDAuQBDAYBDAog");
2190
+ this.shape_23.setTransform(-6.775,-37.0775);
2191
+
2192
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]}).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},45).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_19},{t:this.shape_18}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_21},{t:this.shape_20}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_19},{t:this.shape_18}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_21},{t:this.shape_20}]},2).to({state:[{t:this.shape_21},{t:this.shape_20}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_21},{t:this.shape_20}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_21},{t:this.shape_20}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_19},{t:this.shape_18}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},407).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_23},{t:this.shape_22}]},97).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},836).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_21},{t:this.shape_20}]},2).to({state:[{t:this.shape_21},{t:this.shape_20}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_21},{t:this.shape_20}]},2).to({state:[{t:this.shape_21},{t:this.shape_20}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_21},{t:this.shape_20}]},536).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_19},{t:this.shape_18}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_17},{t:this.shape_16},{t:this.shape_15},{t:this.shape_14},{t:this.shape_13}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_2},{t:this.shape_1},{t:this.shape}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_12},{t:this.shape_11},{t:this.shape_10},{t:this.shape_9},{t:this.shape_8}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).to({state:[{t:this.shape_19},{t:this.shape_18}]},2).to({state:[{t:this.shape_21},{t:this.shape_20}]},2).to({state:[{t:this.shape_7},{t:this.shape_6},{t:this.shape_5},{t:this.shape_4},{t:this.shape_3}]},2).wait(1));
2193
+
2194
+ // Layer_31
2195
+ this.instance = new lib.ghjkdtktuktuykut("synched",0);
2196
+ this.instance.setTransform(-4.35,-84.05,1.0877,1.0877,0,-11.5368,168.4632,-8,8.3);
2197
+
2198
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(2196));
2199
+
2200
+ // Layer_4
2201
+ this.instance_1 = new lib.Bitmap2();
2202
+ this.instance_1.setTransform(-105,-224);
2203
+
2204
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(2196));
2205
+
2206
+ this._renderFirstFrame();
2207
+
2208
+ }).prototype = p = new cjs.MovieClip();
2209
+ p.nominalBounds = new cjs.Rectangle(-105,-224,211,224);
2210
+
2211
+
2212
+ (lib.hjktuktlyili = function(mode,startPosition,loop,reversed) {
2213
+ if (loop == null) { loop = true; }
2214
+ if (reversed == null) { reversed = false; }
2215
+ var props = new Object();
2216
+ props.mode = mode;
2217
+ props.startPosition = startPosition;
2218
+ props.labels = {};
2219
+ props.loop = loop;
2220
+ props.reversed = reversed;
2221
+ cjs.MovieClip.apply(this,[props]);
2222
+
2223
+ // Layer_2
2224
+ this.instance = new lib.bghjmkfukyulyi("synched",0);
2225
+ this.instance.setTransform(-21.75,-169.1,0.478,0.478,0,-2.3125,177.6875,51.5,-27.6);
2226
+
2227
+ this.timeline.addTween(cjs.Tween.get(this.instance).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:4},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:8},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:12},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:16},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:20},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:25},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:29},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:34},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:38},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:42},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:46},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:50},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:54},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:59},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:63},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:68},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:72},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:76},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:80},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:84},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:88},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:93},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:97},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:102},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:106},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:110},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:114},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:118},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:122},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:127},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:131},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:136},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:140},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:144},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:148},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:152},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:156},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:161},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:165},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:170},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:174},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:178},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:182},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:186},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:190},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:195},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:199},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:204},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:208},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:212},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:216},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:220},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:224},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:229},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:233},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:238},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:242},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:246},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:250},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:254},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:258},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:263},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:267},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:272},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:276},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:280},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:284},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:288},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:292},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:297},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:301},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:306},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:310},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:314},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:318},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:322},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:326},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:331},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:335},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:340},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:344},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:348},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:352},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:356},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:360},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:365},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:369},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:374},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:378},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:382},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:386},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:390},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:394},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:399},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:403},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:408},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:412},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:416},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:420},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:424},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:428},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:433},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:437},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:442},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:446},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:450},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:454},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:458},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:462},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:467},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:471},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:476},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:480},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:484},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:488},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:492},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:496},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:501},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:505},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:510},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:514},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:518},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:522},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:526},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:530},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:535},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:539},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:544},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:548},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:552},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:556},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:560},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:564},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:569},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:573},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:578},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:582},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:586},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:590},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:594},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:598},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:603},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:607},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:612},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:616},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:620},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:624},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:628},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:632},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:637},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:641},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:646},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:650},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:654},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:658},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:662},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:666},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:671},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:675},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:680},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:684},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:688},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:692},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:696},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:700},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:705},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:709},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:714},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:718},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:722},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:726},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:730},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:734},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:739},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:743},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:748},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:752},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:756},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:760},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:764},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:768},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:773},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:777},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:782},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:786},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:790},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:794},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:798},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:802},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:807},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:811},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:816},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:820},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:824},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:828},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:832},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:836},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:841},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:845},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:850},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:854},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:858},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:862},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:866},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:870},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:875},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:879},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:884},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:888},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:892},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:896},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:900},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:904},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:909},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:913},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:918},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:922},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:926},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:930},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:934},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:938},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:943},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:947},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:952},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:956},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:960},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:964},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:968},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:972},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:977},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:981},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:986},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:990},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:994},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:998},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1002},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1006},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1011},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1015},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1020},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1024},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1028},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1032},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1036},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1040},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1045},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1049},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1054},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1058},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1062},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1066},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1070},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1074},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1079},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1083},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1088},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1092},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1096},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1100},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1104},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1108},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1113},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1117},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1122},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1126},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1130},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1134},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1138},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1142},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1147},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1151},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1156},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1160},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1164},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1168},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1172},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1176},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1181},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1185},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1190},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1194},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1198},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1202},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1206},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1210},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1215},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1219},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1224},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1228},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1232},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1236},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1240},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1244},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1249},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1253},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1258},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1262},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1266},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1270},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1274},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1278},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1283},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1287},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1292},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1296},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1300},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1304},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1308},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1312},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1317},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1321},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1326},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1330},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1334},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1338},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1342},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1346},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1351},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1355},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1360},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1364},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1368},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1372},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1376},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1380},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1385},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1389},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1394},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1398},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1402},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1406},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1410},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1414},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1419},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1423},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1428},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1432},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1436},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1440},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1444},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1448},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1453},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1457},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1462},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1466},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1470},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1474},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1478},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1482},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1487},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1491},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1496},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1500},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1504},4).to({regX:51.2,regY:-27.9,skewX:-2.2583,skewY:177.7417,y:-173.6,startPosition:1508},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,x:-21.75,y:-169.1,startPosition:1512},4).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1516},4).to({regY:-27.8,skewX:-2.2582,skewY:177.7418,x:-21.8,y:-169.15,startPosition:1521},5).to({regX:51.2,regY:-27.9,skewX:-2.2565,skewY:177.7435,x:-21.75,y:-173.65,startPosition:1525},4).to({regX:51.5,regY:-27.6,scaleX:0.478,scaleY:0.478,skewX:-2.3125,skewY:177.6875,y:-169.1,startPosition:1530},5).to({regX:51.4,regY:-27.7,scaleX:0.4779,scaleY:0.4779,skewX:-2.2653,skewY:177.7347,x:-21.7,y:-164.7,startPosition:1534},4).to({regY:-27.8,skewX:-2.26,skewY:177.74,x:-21.8,y:-166.95,startPosition:1536},2).to({_off:true},1).wait(2));
2228
+
2229
+ // Layer_32
2230
+ this.instance_1 = new lib.ghkjtyktkuylu("synched",0);
2231
+ this.instance_1.setTransform(-41.65,-138.6,1,1,-18.4402,0,0,-0.7,2.1);
2232
+
2233
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:4},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:8},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:12},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:16},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:20},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:25},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:29},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:34},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:38},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:42},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:46},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:50},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:54},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:59},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:63},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:68},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:72},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:76},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:80},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:84},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:88},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:93},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:97},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:102},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:106},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:110},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:114},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:118},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:122},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:127},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:131},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:136},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:140},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:144},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:148},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:152},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:156},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:161},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:165},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:170},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:174},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:178},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:182},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:186},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:190},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:195},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:199},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:204},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:208},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:212},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:216},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:220},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:224},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:229},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:233},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:238},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:242},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:246},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:250},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:254},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:258},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:263},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:267},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:272},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:276},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:280},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:284},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:288},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:292},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:297},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:301},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:306},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:310},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:314},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:318},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:322},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:326},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:331},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:335},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:340},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:344},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:348},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:352},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:356},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:360},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:365},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:369},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:374},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:378},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:382},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:386},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:390},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:394},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:399},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:403},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:408},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:412},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:416},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:420},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:424},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:428},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:433},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:437},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:442},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:446},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:450},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:454},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:458},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:462},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:467},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:471},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:476},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:480},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:484},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:488},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:492},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:496},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:501},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:505},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:510},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:514},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:518},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:522},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:526},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:530},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:535},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:539},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:544},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:548},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:552},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:556},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:560},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:564},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:569},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:573},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:578},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:582},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:586},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:590},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:594},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:598},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:603},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:607},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:612},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:616},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:620},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:624},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:628},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:632},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:637},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:641},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:646},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:650},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:654},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:658},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:662},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:666},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:671},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:675},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:680},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:684},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:688},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:692},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:696},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:700},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:705},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:709},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:714},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:718},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:722},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:726},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:730},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:734},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:739},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:743},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:748},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:752},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:756},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:760},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:764},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:768},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:773},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:777},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:782},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:786},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:790},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:794},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:798},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:802},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:807},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:811},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:816},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:820},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:824},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:828},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:832},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:836},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:841},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:845},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:850},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:854},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:858},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:862},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:866},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:870},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:875},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:879},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:884},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:888},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:892},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:896},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:900},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:904},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:909},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:913},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:918},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:922},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:926},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:930},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:934},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:938},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:943},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:947},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:952},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:956},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:960},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:964},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:968},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:972},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:977},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:981},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:986},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:990},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:994},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:998},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1002},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1006},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1011},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1015},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1020},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1024},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1028},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1032},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1036},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1040},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1045},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1049},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1054},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1058},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1062},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1066},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1070},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1074},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1079},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1083},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1088},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1092},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1096},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1100},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1104},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1108},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1113},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1117},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1122},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1126},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1130},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1134},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1138},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1142},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1147},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1151},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1156},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1160},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1164},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1168},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1172},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1176},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1181},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1185},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1190},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1194},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1198},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1202},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1206},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1210},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1215},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1219},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1224},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1228},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1232},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1236},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1240},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1244},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1249},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1253},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1258},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1262},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1266},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1270},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1274},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1278},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1283},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1287},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1292},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1296},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1300},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1304},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1308},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1312},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1317},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1321},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1326},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1330},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1334},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1338},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1342},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1346},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1351},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1355},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1360},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1364},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1368},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1372},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1376},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1380},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1385},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1389},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1394},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1398},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1402},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1406},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1410},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1414},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1419},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1423},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1428},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1432},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1436},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1440},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1444},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1448},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1453},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1457},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1462},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1466},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1470},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1474},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1478},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1482},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1487},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1491},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1496},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1500},4).to({regX:-0.7,scaleX:0.9995,scaleY:0.9995,rotation:-1.7769,x:-41.75,y:-138.65,startPosition:1504},4).to({regX:-0.8,scaleX:0.9993,scaleY:0.9993,rotation:6.2861,x:-41.8,y:-143.1,startPosition:1508},4).to({scaleX:1,scaleY:1,rotation:14.55,x:-41.7,y:-138.6,startPosition:1512},4).to({scaleX:0.9996,scaleY:0.9996,rotation:7.0579,y:-134.15,startPosition:1516},4).to({regY:2,rotation:-2.0112,x:-41.75,y:-138.7,startPosition:1521},5).to({scaleX:0.9993,scaleY:0.9993,rotation:-9.271,y:-143.15,startPosition:1525},4).to({regX:-0.7,regY:2.1,scaleX:1,scaleY:1,rotation:-18.4402,x:-41.65,y:-138.6,startPosition:1530},5).to({regX:-0.8,scaleX:0.9994,scaleY:0.9994,rotation:-10.0537,x:-41.85,y:-134.1,startPosition:1534},4).to({regX:-0.7,rotation:-5.9152,x:-41.75,y:-136.4,startPosition:1536},2).to({_off:true},1).wait(2));
2234
+
2235
+ // <Clip Group>_9
2236
+ this.instance_2 = new lib.ghmktyktuyktuyktuyjyjrty("synched",0);
2237
+ this.instance_2.setTransform(-4.85,3.65,1,1,0,0,0,-0.3,57.5);
2238
+
2239
+ this.timeline.addTween(cjs.Tween.get(this.instance_2).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:3.65},4).to({y:-0.8},4).to({y:3.65},4).to({y:8.1},4).to({y:3.65},5).to({y:-0.8},4).to({y:3.65},5).to({y:8.1},4).to({y:5.9},2).to({_off:true},1).wait(2));
2240
+
2241
+ // Layer_36
2242
+ this.instance_3 = new lib.fghjtyktektuk("synched",0);
2243
+ this.instance_3.setTransform(-19.65,64,1,1,11.9529,0,0,7.5,-2.4);
2244
+
2245
+ this.timeline.addTween(cjs.Tween.get(this.instance_3).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-4.7655,x:-19.8,y:64.2},4).to({scaleX:0.999,scaleY:0.999,rotation:-13.0416,x:-19.7,y:59.75},4).to({scaleX:1,scaleY:1,rotation:-21.492,x:-19.6,y:64.1},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-14.0275,x:-19.65,y:68.6},4).to({regY:-2.2,rotation:-4.5644,y:64.15},5).to({scaleX:0.9994,scaleY:0.9994,rotation:2.7559,x:-19.7,y:59.7},4).to({regY:-2.4,scaleX:1,scaleY:1,rotation:11.9529,x:-19.65,y:64},5).to({regY:-2.3,scaleX:0.9998,scaleY:0.9998,rotation:3.5237,x:-19.7,y:68.6},4).to({scaleX:0.9997,scaleY:0.9997,rotation:-0.6175,x:-19.8,y:66.4},2).to({_off:true},1).wait(2));
2246
+
2247
+ // Layer_49
2248
+ this.instance_4 = new lib.fghmjdykjtyktk("synched",0);
2249
+ this.instance_4.setTransform(-35.45,-245.45,1,1,0,0,0,-1.4,11.8);
2250
+
2251
+ this.timeline.addTween(cjs.Tween.get(this.instance_4).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-245.45},4).to({y:-249.9},4).to({y:-245.45},4).to({y:-241},4).to({y:-245.45},5).to({y:-249.9},4).to({y:-245.45},5).to({y:-241},4).to({y:-243.2},2).to({_off:true},1).wait(2));
2252
+
2253
+ // Layer_53
2254
+ this.instance_5 = new lib.yhkjtyktuelk7("synched",0);
2255
+ this.instance_5.setTransform(23.75,66.4,1,1,-11.2353,0,0,-4.3,11.9);
2256
+
2257
+ this.timeline.addTween(cjs.Tween.get(this.instance_5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({scaleX:0.9997,scaleY:0.9997,rotation:3.009,x:23.8,y:66.6},4).to({scaleX:0.9993,scaleY:0.9993,rotation:10.0296,y:62.05},4).to({regY:11.9,scaleX:1,scaleY:1,rotation:17.1835,y:66.35},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.7865,y:70.85},4).to({rotation:2.7935,x:23.75,y:66.45},5).to({regX:-4.1,regY:12,scaleX:0.9995,scaleY:0.9995,rotation:-3.2961,x:23.8,y:62.1},4).to({regX:-4.3,regY:11.9,scaleX:1,scaleY:1,rotation:-11.2353,x:23.75,y:66.4},5).to({regX:-4.2,regY:12,scaleX:0.9998,scaleY:0.9998,rotation:-4.0338,x:23.85,y:70.9},4).to({regY:11.9,scaleX:0.9997,scaleY:0.9997,rotation:-0.5134,x:23.9,y:68.75},2).to({_off:true},1).wait(2));
2258
+
2259
+ // Layer_57
2260
+ this.instance_6 = new lib.hgfjkdyktyukuyk("synched",0);
2261
+ this.instance_6.setTransform(20.45,-135.6,1,1,17.4963,0,0,-11.8,11.5);
2262
+
2263
+ this.timeline.addTween(cjs.Tween.get(this.instance_6).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:4},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:8},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:12},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:16},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:20},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:25},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:29},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:34},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:38},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:42},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:46},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:50},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:54},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:59},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:63},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:68},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:72},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:76},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:80},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:84},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:88},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:93},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:97},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:102},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:106},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:110},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:114},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:118},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:122},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:127},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:131},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:136},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:140},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:144},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:148},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:152},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:156},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:161},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:165},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:170},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:174},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:178},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:182},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:186},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:190},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:195},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:199},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:204},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:208},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:212},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:216},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:220},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:224},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:229},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:233},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:238},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:242},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:246},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:250},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:254},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:258},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:263},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:267},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:272},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:276},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:280},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:284},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:288},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:292},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:297},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:301},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:306},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:310},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:314},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:318},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:322},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:326},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:331},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:335},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:340},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:344},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:348},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:352},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:356},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:360},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:365},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:369},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:374},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:378},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:382},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:386},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:390},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:394},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:399},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:403},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:408},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:412},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:416},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:420},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:424},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:428},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:433},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:437},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:442},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:446},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:450},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:454},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:458},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:462},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:467},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:471},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:476},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:480},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:484},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:488},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:492},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:496},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:501},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:505},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:510},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:514},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:518},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:522},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:526},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:530},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:535},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:539},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:544},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:548},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:552},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:556},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:560},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:564},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:569},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:573},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:578},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:582},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:586},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:590},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:594},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:598},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:603},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:607},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:612},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:616},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:620},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:624},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:628},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:632},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:637},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:641},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:646},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:650},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:654},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:658},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:662},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:666},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:671},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:675},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:680},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:684},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:688},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:692},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:696},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:700},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:705},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:709},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:714},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:718},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:722},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:726},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:730},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:734},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:739},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:743},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:748},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:752},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:756},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:760},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:764},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:768},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:773},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:777},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:782},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:786},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:790},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:794},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:798},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:802},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:807},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:811},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:816},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:820},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:824},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:828},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:832},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:836},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:841},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:845},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:850},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:854},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:858},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:862},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:866},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:870},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:875},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:879},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:884},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:888},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:892},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:896},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:900},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:904},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:909},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:913},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:918},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:922},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:926},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:930},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:934},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:938},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:943},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:947},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:952},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:956},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:960},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:964},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:968},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:972},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:977},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:981},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:986},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:990},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:994},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:998},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1002},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1006},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1011},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1015},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1020},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1024},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1028},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1032},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1036},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1040},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1045},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1049},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1054},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1058},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1062},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1066},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1070},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1074},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1079},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1083},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1088},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1092},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1096},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1100},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1104},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1108},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1113},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1117},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1122},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1126},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1130},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1134},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1138},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1142},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1147},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1151},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1156},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1160},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1164},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1168},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1172},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1176},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1181},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1185},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1190},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1194},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1198},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1202},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1206},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1210},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1215},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1219},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1224},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1228},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1232},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1236},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1240},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1244},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1249},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1253},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1258},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1262},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1266},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1270},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1274},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1278},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1283},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1287},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1292},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1296},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1300},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1304},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1308},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1312},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1317},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1321},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1326},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1330},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1334},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1338},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1342},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1346},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1351},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1355},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1360},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1364},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1368},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1372},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1376},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1380},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1385},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1389},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1394},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1398},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1402},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1406},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1410},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1414},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1419},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1423},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1428},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1432},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1436},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1440},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1444},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1448},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1453},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1457},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1462},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1466},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1470},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1474},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1478},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1482},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1487},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1491},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1496},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1500},4).to({regX:-11.7,regY:11.4,rotation:2.5026,y:-135.75,startPosition:1504},4).to({regY:11.3,scaleX:0.9995,scaleY:0.9995,rotation:-4.8107,x:20.55,y:-140.3,startPosition:1508},4).to({regX:-11.8,regY:11.4,scaleX:1,scaleY:1,rotation:-12.4871,x:20.4,y:-135.7,startPosition:1512},4).to({scaleX:0.9996,scaleY:0.9996,rotation:-5.7716,x:20.45,y:-131.25,startPosition:1516},4).to({rotation:2.5092,x:20.5,y:-135.7,startPosition:1521},5).to({scaleX:0.9992,scaleY:0.9992,rotation:9.0476,y:-140.15,startPosition:1525},4).to({regY:11.5,scaleX:1,scaleY:1,rotation:17.4963,x:20.45,y:-135.6,startPosition:1530},5).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0056,x:20.5,y:-131.15,startPosition:1534},4).to({regY:11.4,rotation:6.2548,x:20.45,y:-133.55,startPosition:1536},2).to({_off:true},1).wait(2));
2264
+
2265
+ this._renderFirstFrame();
2266
+
2267
+ }).prototype = p = new cjs.MovieClip();
2268
+ p.nominalBounds = new cjs.Rectangle(-97.8,-270.2,194.39999999999998,539.0999999999999);
2269
+
2270
+
2271
+ (lib.hgkfugktul = function(mode,startPosition,loop,reversed) {
2272
+ if (loop == null) { loop = true; }
2273
+ if (reversed == null) { reversed = false; }
2274
+ var props = new Object();
2275
+ props.mode = mode;
2276
+ props.startPosition = startPosition;
2277
+ props.labels = {};
2278
+ props.loop = loop;
2279
+ props.reversed = reversed;
2280
+ cjs.MovieClip.apply(this,[props]);
2281
+
2282
+ // fjykytkuykut
2283
+ this.instance = new lib.fjykytkuykut("synched",0);
2284
+ this.instance.setTransform(-5.7,-197.2,0.4779,0.4779,0.5086,0,0,-11,-14.1);
2285
+
2286
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1537).to({startPosition:1537},0).to({_off:true},1).wait(2897));
2287
+
2288
+ // ghkfgluyluyl
2289
+ this.instance_1 = new lib.ghkfgluyluyl("synched",0);
2290
+ this.instance_1.setTransform(2.4,-52.1,1,1,0,0,0,3.2,-52.1);
2291
+
2292
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1537).to({startPosition:0},0).to({_off:true},1).wait(2897));
2293
+
2294
+ this._renderFirstFrame();
2295
+
2296
+ }).prototype = p = new cjs.MovieClip();
2297
+ p.nominalBounds = new cjs.Rectangle(-61.3,-304.3,122.9,304.3);
2298
+
2299
+
2300
+ (lib.ghkutkutluyl = function(mode,startPosition,loop,reversed) {
2301
+ if (loop == null) { loop = true; }
2302
+ if (reversed == null) { reversed = false; }
2303
+ var props = new Object();
2304
+ props.mode = mode;
2305
+ props.startPosition = startPosition;
2306
+ props.labels = {};
2307
+ props.loop = loop;
2308
+ props.reversed = reversed;
2309
+ cjs.MovieClip.apply(this,[props]);
2310
+
2311
+ // Layer_23
2312
+ this.instance = new lib.ghkfulkutrlryl8("synched",0);
2313
+ this.instance.setTransform(-31.6,-120.75,1,1,4.7273,0,0,16.3,6.9);
2314
+
2315
+ this.timeline.addTween(cjs.Tween.get(this.instance).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:3},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:7},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:11},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:15},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:18},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:22},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:26},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:30},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:33},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:37},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:41},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:45},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:48},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:52},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:56},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:60},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:63},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:67},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:71},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:75},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:78},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:82},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:86},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:90},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:93},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:97},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:101},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:105},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:108},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:112},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:116},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:120},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:123},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:127},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:131},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:135},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:138},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:142},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:146},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:150},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:153},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:157},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:161},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:165},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:168},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:172},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:176},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:180},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:183},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:187},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:191},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:195},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:198},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:202},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:206},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:210},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:213},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:217},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:221},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:225},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:228},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:232},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:236},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:240},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:243},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:247},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:251},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:255},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:258},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:262},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:266},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:270},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:273},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:277},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:281},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:285},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:288},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:292},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:296},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:300},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:303},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:307},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:311},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:315},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:318},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:322},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:326},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:330},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:333},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:337},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:341},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:345},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:348},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:352},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:356},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:360},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:363},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:367},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:371},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:375},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:378},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:382},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:386},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:390},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:393},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:397},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:401},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:405},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:408},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:412},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:416},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:420},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:423},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:427},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:431},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:435},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:438},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:442},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:446},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:450},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:453},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:457},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:461},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:465},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:468},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:472},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:476},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:480},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:483},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:487},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:491},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:495},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:498},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:502},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:506},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:510},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:513},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:517},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:521},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:525},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:528},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:532},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:536},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:540},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:543},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:547},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:551},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:555},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:558},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:562},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:566},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:570},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:573},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:577},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:581},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:585},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:588},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:592},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:596},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:600},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:603},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:607},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:611},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:615},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:618},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:622},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:626},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:630},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:633},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:637},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:641},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:645},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:648},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:652},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:656},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:660},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:663},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:667},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:671},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:675},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:678},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:682},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:686},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:690},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:693},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:697},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:701},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:705},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:708},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:712},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:716},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:720},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:723},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:727},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:731},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:735},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:738},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:742},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:746},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:750},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:753},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:757},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:761},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:765},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:768},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:772},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:776},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:780},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:783},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:787},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:791},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:795},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:798},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:802},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:806},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:810},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:813},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:817},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:821},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:825},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:828},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:832},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:836},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:840},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:843},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:847},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:851},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:855},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:858},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:862},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:866},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:870},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:873},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:877},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:881},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:885},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:888},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:892},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:896},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:900},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:903},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:907},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:911},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:915},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:918},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:922},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:926},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:930},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:933},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:937},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:941},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:945},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:948},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:952},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:956},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:960},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:963},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:967},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:971},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:975},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:978},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:982},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:986},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:990},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:993},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:997},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1001},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1005},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1008},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1012},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1016},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1020},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1023},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1027},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1031},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1035},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1038},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1042},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1046},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1050},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1053},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1057},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1061},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1065},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1068},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1072},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1076},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1080},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1083},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1087},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1091},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1095},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1098},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1102},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1106},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1110},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1113},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1117},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1121},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1125},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1128},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1132},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1136},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1140},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1143},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1147},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1151},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1155},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1158},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1162},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1166},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1170},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1173},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1177},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1181},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1185},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1188},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1192},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1196},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1200},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1203},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1207},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1211},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1215},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1218},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1222},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1226},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1230},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1233},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1237},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1241},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1245},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1248},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1252},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1256},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1260},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1263},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1267},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1271},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1275},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1278},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1282},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1286},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1290},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1293},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1297},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1301},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1305},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1308},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1312},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1316},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1320},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1323},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1327},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1331},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1335},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1338},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1342},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1346},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1350},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1353},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1357},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1361},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1365},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1368},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1372},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1376},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1380},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1383},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1387},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1391},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1395},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1398},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1402},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1406},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1410},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1413},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1417},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1421},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1425},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1428},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1432},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1436},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1440},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1443},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1447},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1451},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1455},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1458},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1462},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1466},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1470},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1473},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1477},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1481},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1485},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1488},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1492},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1496},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1500},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1503},3).to({regX:16.2,scaleX:0.9997,scaleY:0.9997,rotation:-5.2855,x:-31.75,y:-120.85,startPosition:1507},4).to({scaleX:0.9992,scaleY:0.9992,rotation:-11.0138,x:-31.7,y:-125.25,startPosition:1511},4).to({regX:16.3,scaleX:1,scaleY:1,rotation:-16.7618,x:-31.6,y:-120.8,startPosition:1515},4).to({regX:16.2,scaleX:0.9993,scaleY:0.9993,rotation:-12.313,x:-31.8,y:-116.35,startPosition:1518},3).to({scaleX:0.9991,scaleY:0.9991,rotation:-6.5358,x:-31.75,y:-120.85,startPosition:1522},4).to({regY:6.8,scaleX:0.9995,scaleY:0.9995,rotation:-0.789,y:-125.4,startPosition:1526},4).to({regX:16.3,regY:6.9,scaleX:1,scaleY:1,rotation:4.7273,x:-31.6,y:-120.75,startPosition:1530},4).to({rotation:0.2946,x:-31.65,y:-116.3,startPosition:1533},3).to({regY:6.8,scaleX:0.9997,scaleY:0.9997,rotation:-3.8885,x:-31.75,y:-119.75,startPosition:1536},3).to({_off:true},1).wait(1));
2316
+
2317
+ // Layer_7
2318
+ this.instance_1 = new lib.hgkfugktul("synched",0);
2319
+ this.instance_1.setTransform(-2.35,19.9,1,1,0,0,0,-0.8,-30.9);
2320
+
2321
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).to({y:24.35,startPosition:3},3).to({y:19.9,startPosition:7},4).to({y:15.45,startPosition:11},4).to({y:19.9,startPosition:15},4).to({y:24.35,startPosition:18},3).to({y:19.9,startPosition:22},4).to({y:15.45,startPosition:26},4).to({y:19.9,startPosition:30},4).to({y:24.35,startPosition:33},3).to({y:19.9,startPosition:37},4).to({y:15.45,startPosition:41},4).to({y:19.9,startPosition:45},4).to({y:24.35,startPosition:48},3).to({y:19.9,startPosition:52},4).to({y:15.45,startPosition:56},4).to({y:19.9,startPosition:60},4).to({y:24.35,startPosition:63},3).to({y:19.9,startPosition:67},4).to({y:15.45,startPosition:71},4).to({y:19.9,startPosition:75},4).to({y:24.35,startPosition:78},3).to({y:19.9,startPosition:82},4).to({y:15.45,startPosition:86},4).to({y:19.9,startPosition:90},4).to({y:24.35,startPosition:93},3).to({y:19.9,startPosition:97},4).to({y:15.45,startPosition:101},4).to({y:19.9,startPosition:105},4).to({y:24.35,startPosition:108},3).to({y:19.9,startPosition:112},4).to({y:15.45,startPosition:116},4).to({y:19.9,startPosition:120},4).to({y:24.35,startPosition:123},3).to({y:19.9,startPosition:127},4).to({y:15.45,startPosition:131},4).to({y:19.9,startPosition:135},4).to({y:24.35,startPosition:138},3).to({y:19.9,startPosition:142},4).to({y:15.45,startPosition:146},4).to({y:19.9,startPosition:150},4).to({y:24.35,startPosition:153},3).to({y:19.9,startPosition:157},4).to({y:15.45,startPosition:161},4).to({y:19.9,startPosition:165},4).to({y:24.35,startPosition:168},3).to({y:19.9,startPosition:172},4).to({y:15.45,startPosition:176},4).to({y:19.9,startPosition:180},4).to({y:24.35,startPosition:183},3).to({y:19.9,startPosition:187},4).to({y:15.45,startPosition:191},4).to({y:19.9,startPosition:195},4).to({y:24.35,startPosition:198},3).to({y:19.9,startPosition:202},4).to({y:15.45,startPosition:206},4).to({y:19.9,startPosition:210},4).to({y:24.35,startPosition:213},3).to({y:19.9,startPosition:217},4).to({y:15.45,startPosition:221},4).to({y:19.9,startPosition:225},4).to({y:24.35,startPosition:228},3).to({y:19.9,startPosition:232},4).to({y:15.45,startPosition:236},4).to({y:19.9,startPosition:240},4).to({y:24.35,startPosition:243},3).to({y:19.9,startPosition:247},4).to({y:15.45,startPosition:251},4).to({y:19.9,startPosition:255},4).to({y:24.35,startPosition:258},3).to({y:19.9,startPosition:262},4).to({y:15.45,startPosition:266},4).to({y:19.9,startPosition:270},4).to({y:24.35,startPosition:273},3).to({y:19.9,startPosition:277},4).to({y:15.45,startPosition:281},4).to({y:19.9,startPosition:285},4).to({y:24.35,startPosition:288},3).to({y:19.9,startPosition:292},4).to({y:15.45,startPosition:296},4).to({y:19.9,startPosition:300},4).to({y:24.35,startPosition:303},3).to({y:19.9,startPosition:307},4).to({y:15.45,startPosition:311},4).to({y:19.9,startPosition:315},4).to({y:24.35,startPosition:318},3).to({y:19.9,startPosition:322},4).to({y:15.45,startPosition:326},4).to({y:19.9,startPosition:330},4).to({y:24.35,startPosition:333},3).to({y:19.9,startPosition:337},4).to({y:15.45,startPosition:341},4).to({y:19.9,startPosition:345},4).to({y:24.35,startPosition:348},3).to({y:19.9,startPosition:352},4).to({y:15.45,startPosition:356},4).to({y:19.9,startPosition:360},4).to({y:24.35,startPosition:363},3).to({y:19.9,startPosition:367},4).to({y:15.45,startPosition:371},4).to({y:19.9,startPosition:375},4).to({y:24.35,startPosition:378},3).to({y:19.9,startPosition:382},4).to({y:15.45,startPosition:386},4).to({y:19.9,startPosition:390},4).to({y:24.35,startPosition:393},3).to({y:19.9,startPosition:397},4).to({y:15.45,startPosition:401},4).to({y:19.9,startPosition:405},4).to({y:24.35,startPosition:408},3).to({y:19.9,startPosition:412},4).to({y:15.45,startPosition:416},4).to({y:19.9,startPosition:420},4).to({y:24.35,startPosition:423},3).to({y:19.9,startPosition:427},4).to({y:15.45,startPosition:431},4).to({y:19.9,startPosition:435},4).to({y:24.35,startPosition:438},3).to({y:19.9,startPosition:442},4).to({y:15.45,startPosition:446},4).to({y:19.9,startPosition:450},4).to({y:24.35,startPosition:453},3).to({y:19.9,startPosition:457},4).to({y:15.45,startPosition:461},4).to({y:19.9,startPosition:465},4).to({y:24.35,startPosition:468},3).to({y:19.9,startPosition:472},4).to({y:15.45,startPosition:476},4).to({y:19.9,startPosition:480},4).to({y:24.35,startPosition:483},3).to({y:19.9,startPosition:487},4).to({y:15.45,startPosition:491},4).to({y:19.9,startPosition:495},4).to({y:24.35,startPosition:498},3).to({y:19.9,startPosition:502},4).to({y:15.45,startPosition:506},4).to({y:19.9,startPosition:510},4).to({y:24.35,startPosition:513},3).to({y:19.9,startPosition:517},4).to({y:15.45,startPosition:521},4).to({y:19.9,startPosition:525},4).to({y:24.35,startPosition:528},3).to({y:19.9,startPosition:532},4).to({y:15.45,startPosition:536},4).to({y:19.9,startPosition:540},4).to({y:24.35,startPosition:543},3).to({y:19.9,startPosition:547},4).to({y:15.45,startPosition:551},4).to({y:19.9,startPosition:555},4).to({y:24.35,startPosition:558},3).to({y:19.9,startPosition:562},4).to({y:15.45,startPosition:566},4).to({y:19.9,startPosition:570},4).to({y:24.35,startPosition:573},3).to({y:19.9,startPosition:577},4).to({y:15.45,startPosition:581},4).to({y:19.9,startPosition:585},4).to({y:24.35,startPosition:588},3).to({y:19.9,startPosition:592},4).to({y:15.45,startPosition:596},4).to({y:19.9,startPosition:600},4).to({y:24.35,startPosition:603},3).to({y:19.9,startPosition:607},4).to({y:15.45,startPosition:611},4).to({y:19.9,startPosition:615},4).to({y:24.35,startPosition:618},3).to({y:19.9,startPosition:622},4).to({y:15.45,startPosition:626},4).to({y:19.9,startPosition:630},4).to({y:24.35,startPosition:633},3).to({y:19.9,startPosition:637},4).to({y:15.45,startPosition:641},4).to({y:19.9,startPosition:645},4).to({y:24.35,startPosition:648},3).to({y:19.9,startPosition:652},4).to({y:15.45,startPosition:656},4).to({y:19.9,startPosition:660},4).to({y:24.35,startPosition:663},3).to({y:19.9,startPosition:667},4).to({y:15.45,startPosition:671},4).to({y:19.9,startPosition:675},4).to({y:24.35,startPosition:678},3).to({y:19.9,startPosition:682},4).to({y:15.45,startPosition:686},4).to({y:19.9,startPosition:690},4).to({y:24.35,startPosition:693},3).to({y:19.9,startPosition:697},4).to({y:15.45,startPosition:701},4).to({y:19.9,startPosition:705},4).to({y:24.35,startPosition:708},3).to({y:19.9,startPosition:712},4).to({y:15.45,startPosition:716},4).to({y:19.9,startPosition:720},4).to({y:24.35,startPosition:723},3).to({y:19.9,startPosition:727},4).to({y:15.45,startPosition:731},4).to({y:19.9,startPosition:735},4).to({y:24.35,startPosition:738},3).to({y:19.9,startPosition:742},4).to({y:15.45,startPosition:746},4).to({y:19.9,startPosition:750},4).to({y:24.35,startPosition:753},3).to({y:19.9,startPosition:757},4).to({y:15.45,startPosition:761},4).to({y:19.9,startPosition:765},4).to({y:24.35,startPosition:768},3).to({y:19.9,startPosition:772},4).to({y:15.45,startPosition:776},4).to({y:19.9,startPosition:780},4).to({y:24.35,startPosition:783},3).to({y:19.9,startPosition:787},4).to({y:15.45,startPosition:791},4).to({y:19.9,startPosition:795},4).to({y:24.35,startPosition:798},3).to({y:19.9,startPosition:802},4).to({y:15.45,startPosition:806},4).to({y:19.9,startPosition:810},4).to({y:24.35,startPosition:813},3).to({y:19.9,startPosition:817},4).to({y:15.45,startPosition:821},4).to({y:19.9,startPosition:825},4).to({y:24.35,startPosition:828},3).to({y:19.9,startPosition:832},4).to({y:15.45,startPosition:836},4).to({y:19.9,startPosition:840},4).to({y:24.35,startPosition:843},3).to({y:19.9,startPosition:847},4).to({y:15.45,startPosition:851},4).to({y:19.9,startPosition:855},4).to({y:24.35,startPosition:858},3).to({y:19.9,startPosition:862},4).to({y:15.45,startPosition:866},4).to({y:19.9,startPosition:870},4).to({y:24.35,startPosition:873},3).to({y:19.9,startPosition:877},4).to({y:15.45,startPosition:881},4).to({y:19.9,startPosition:885},4).to({y:24.35,startPosition:888},3).to({y:19.9,startPosition:892},4).to({y:15.45,startPosition:896},4).to({y:19.9,startPosition:900},4).to({y:24.35,startPosition:903},3).to({y:19.9,startPosition:907},4).to({y:15.45,startPosition:911},4).to({y:19.9,startPosition:915},4).to({y:24.35,startPosition:918},3).to({y:19.9,startPosition:922},4).to({y:15.45,startPosition:926},4).to({y:19.9,startPosition:930},4).to({y:24.35,startPosition:933},3).to({y:19.9,startPosition:937},4).to({y:15.45,startPosition:941},4).to({y:19.9,startPosition:945},4).to({y:24.35,startPosition:948},3).to({y:19.9,startPosition:952},4).to({y:15.45,startPosition:956},4).to({y:19.9,startPosition:960},4).to({y:24.35,startPosition:963},3).to({y:19.9,startPosition:967},4).to({y:15.45,startPosition:971},4).to({y:19.9,startPosition:975},4).to({y:24.35,startPosition:978},3).to({y:19.9,startPosition:982},4).to({y:15.45,startPosition:986},4).to({y:19.9,startPosition:990},4).to({y:24.35,startPosition:993},3).to({y:19.9,startPosition:997},4).to({y:15.45,startPosition:1001},4).to({y:19.9,startPosition:1005},4).to({y:24.35,startPosition:1008},3).to({y:19.9,startPosition:1012},4).to({y:15.45,startPosition:1016},4).to({y:19.9,startPosition:1020},4).to({y:24.35,startPosition:1023},3).to({y:19.9,startPosition:1027},4).to({y:15.45,startPosition:1031},4).to({y:19.9,startPosition:1035},4).to({y:24.35,startPosition:1038},3).to({y:19.9,startPosition:1042},4).to({y:15.45,startPosition:1046},4).to({y:19.9,startPosition:1050},4).to({y:24.35,startPosition:1053},3).to({y:19.9,startPosition:1057},4).to({y:15.45,startPosition:1061},4).to({y:19.9,startPosition:1065},4).to({y:24.35,startPosition:1068},3).to({y:19.9,startPosition:1072},4).to({y:15.45,startPosition:1076},4).to({y:19.9,startPosition:1080},4).to({y:24.35,startPosition:1083},3).to({y:19.9,startPosition:1087},4).to({y:15.45,startPosition:1091},4).to({y:19.9,startPosition:1095},4).to({y:24.35,startPosition:1098},3).to({y:19.9,startPosition:1102},4).to({y:15.45,startPosition:1106},4).to({y:19.9,startPosition:1110},4).to({y:24.35,startPosition:1113},3).to({y:19.9,startPosition:1117},4).to({y:15.45,startPosition:1121},4).to({y:19.9,startPosition:1125},4).to({y:24.35,startPosition:1128},3).to({y:19.9,startPosition:1132},4).to({y:15.45,startPosition:1136},4).to({y:19.9,startPosition:1140},4).to({y:24.35,startPosition:1143},3).to({y:19.9,startPosition:1147},4).to({y:15.45,startPosition:1151},4).to({y:19.9,startPosition:1155},4).to({y:24.35,startPosition:1158},3).to({y:19.9,startPosition:1162},4).to({y:15.45,startPosition:1166},4).to({y:19.9,startPosition:1170},4).to({y:24.35,startPosition:1173},3).to({y:19.9,startPosition:1177},4).to({y:15.45,startPosition:1181},4).to({y:19.9,startPosition:1185},4).to({y:24.35,startPosition:1188},3).to({y:19.9,startPosition:1192},4).to({y:15.45,startPosition:1196},4).to({y:19.9,startPosition:1200},4).to({y:24.35,startPosition:1203},3).to({y:19.9,startPosition:1207},4).to({y:15.45,startPosition:1211},4).to({y:19.9,startPosition:1215},4).to({y:24.35,startPosition:1218},3).to({y:19.9,startPosition:1222},4).to({y:15.45,startPosition:1226},4).to({y:19.9,startPosition:1230},4).to({y:24.35,startPosition:1233},3).to({y:19.9,startPosition:1237},4).to({y:15.45,startPosition:1241},4).to({y:19.9,startPosition:1245},4).to({y:24.35,startPosition:1248},3).to({y:19.9,startPosition:1252},4).to({y:15.45,startPosition:1256},4).to({y:19.9,startPosition:1260},4).to({y:24.35,startPosition:1263},3).to({y:19.9,startPosition:1267},4).to({y:15.45,startPosition:1271},4).to({y:19.9,startPosition:1275},4).to({y:24.35,startPosition:1278},3).to({y:19.9,startPosition:1282},4).to({y:15.45,startPosition:1286},4).to({y:19.9,startPosition:1290},4).to({y:24.35,startPosition:1293},3).to({y:19.9,startPosition:1297},4).to({y:15.45,startPosition:1301},4).to({y:19.9,startPosition:1305},4).to({y:24.35,startPosition:1308},3).to({y:19.9,startPosition:1312},4).to({y:15.45,startPosition:1316},4).to({y:19.9,startPosition:1320},4).to({y:24.35,startPosition:1323},3).to({y:19.9,startPosition:1327},4).to({y:15.45,startPosition:1331},4).to({y:19.9,startPosition:1335},4).to({y:24.35,startPosition:1338},3).to({y:19.9,startPosition:1342},4).to({y:15.45,startPosition:1346},4).to({y:19.9,startPosition:1350},4).to({y:24.35,startPosition:1353},3).to({y:19.9,startPosition:1357},4).to({y:15.45,startPosition:1361},4).to({y:19.9,startPosition:1365},4).to({y:24.35,startPosition:1368},3).to({y:19.9,startPosition:1372},4).to({y:15.45,startPosition:1376},4).to({y:19.9,startPosition:1380},4).to({y:24.35,startPosition:1383},3).to({y:19.9,startPosition:1387},4).to({y:15.45,startPosition:1391},4).to({y:19.9,startPosition:1395},4).to({y:24.35,startPosition:1398},3).to({y:19.9,startPosition:1402},4).to({y:15.45,startPosition:1406},4).to({y:19.9,startPosition:1410},4).to({y:24.35,startPosition:1413},3).to({y:19.9,startPosition:1417},4).to({y:15.45,startPosition:1421},4).to({y:19.9,startPosition:1425},4).to({y:24.35,startPosition:1428},3).to({y:19.9,startPosition:1432},4).to({y:15.45,startPosition:1436},4).to({y:19.9,startPosition:1440},4).to({y:24.35,startPosition:1443},3).to({y:19.9,startPosition:1447},4).to({y:15.45,startPosition:1451},4).to({y:19.9,startPosition:1455},4).to({y:24.35,startPosition:1458},3).to({y:19.9,startPosition:1462},4).to({y:15.45,startPosition:1466},4).to({y:19.9,startPosition:1470},4).to({y:24.35,startPosition:1473},3).to({y:19.9,startPosition:1477},4).to({y:15.45,startPosition:1481},4).to({y:19.9,startPosition:1485},4).to({y:24.35,startPosition:1488},3).to({y:19.9,startPosition:1492},4).to({y:15.45,startPosition:1496},4).to({y:19.9,startPosition:1500},4).to({y:24.35,startPosition:1503},3).to({y:19.9,startPosition:1507},4).to({y:15.45,startPosition:1511},4).to({y:19.9,startPosition:1515},4).to({y:24.35,startPosition:1518},3).to({y:19.9,startPosition:1522},4).to({y:15.45,startPosition:1526},4).to({y:19.9,startPosition:1530},4).to({y:24.35,startPosition:1533},3).to({y:21,startPosition:1536},3).to({_off:true},1).wait(1));
2322
+
2323
+ // Layer_37
2324
+ this.instance_2 = new lib.xdhthzdh("synched",0);
2325
+ this.instance_2.setTransform(-25.65,18.75,1,1,-23.4454,0,0,3.1,7.9);
2326
+
2327
+ this.timeline.addTween(cjs.Tween.get(this.instance_2).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({scaleX:0.9989,scaleY:0.9989,rotation:-8.0569,x:-21.95,y:20.15},4).to({regY:8,scaleX:0.9994,scaleY:0.9994,rotation:0.3044,x:-19.75,y:16.6},4).to({regY:7.9,scaleX:1,scaleY:1,rotation:9.0019,x:-17.55,y:21.7},4).to({scaleX:0.9998,scaleY:0.9998,rotation:2.5052,x:-19.2,y:25.6},3).to({scaleX:0.9995,scaleY:0.9995,rotation:-6.0369,x:-21.35,y:20.35},4).to({scaleX:0.999,scaleY:0.999,rotation:-14.5726,x:-23.45,y:15.2},4).to({scaleX:1,scaleY:1,rotation:-23.4454,x:-25.65,y:18.75},4).to({scaleX:0.9991,scaleY:0.9991,rotation:-16.8173,x:-24.05,y:23.85},3).to({regY:8,scaleX:0.9989,scaleY:0.9989,rotation:-10.2477,x:-22.5,y:21.2},3).to({_off:true},1).wait(1));
2328
+
2329
+ // Layer_45
2330
+ this.instance_3 = new lib.hkrtyulruy6lr867l("synched",0);
2331
+ this.instance_3.setTransform(22.85,27.85,1,1,15.4749,0,0,-4,17);
2332
+
2333
+ this.timeline.addTween(cjs.Tween.get(this.instance_3).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:2.7531,x:22.95,y:27.9},4).to({rotation:-4.4999,x:22.9,y:23.45},4).to({regX:-4.1,regY:16.9,scaleX:1,scaleY:1,rotation:-11.753,x:22.8,y:27.7},4).to({regY:17,scaleX:0.9996,scaleY:0.9996,rotation:-6.2668,x:22.85,y:32.25},3).to({regX:-4,scaleX:0.9997,scaleY:0.9997,rotation:0.8064,x:23,y:27.85},4).to({regY:17.1,scaleX:0.9994,scaleY:0.9994,rotation:8.0397,x:22.95,y:23.5},4).to({regY:17,scaleX:1,scaleY:1,rotation:15.4749,x:22.85,y:27.85},4).to({scaleX:0.9994,scaleY:0.9994,rotation:10.0137,x:22.9,y:32.3},3).to({regY:17.1,rotation:4.5678,x:23,y:29.15},3).to({_off:true},1).wait(1));
2334
+
2335
+ // Layer_53
2336
+ this.instance_4 = new lib.ghkryuluylriyl78("synched",0);
2337
+ this.instance_4.setTransform(28.7,-125.3,1,1,-4.7167,0,0,-13.9,4.6);
2338
+
2339
+ this.timeline.addTween(cjs.Tween.get(this.instance_4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:3},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:7},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:11},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:15},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:18},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:22},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:26},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:30},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:33},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:37},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:41},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:45},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:48},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:52},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:56},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:60},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:63},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:67},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:71},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:75},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:78},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:82},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:86},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:90},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:93},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:97},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:101},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:105},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:108},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:112},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:116},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:120},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:123},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:127},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:131},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:135},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:138},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:142},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:146},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:150},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:153},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:157},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:161},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:165},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:168},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:172},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:176},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:180},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:183},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:187},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:191},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:195},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:198},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:202},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:206},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:210},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:213},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:217},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:221},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:225},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:228},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:232},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:236},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:240},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:243},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:247},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:251},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:255},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:258},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:262},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:266},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:270},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:273},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:277},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:281},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:285},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:288},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:292},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:296},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:300},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:303},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:307},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:311},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:315},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:318},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:322},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:326},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:330},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:333},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:337},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:341},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:345},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:348},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:352},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:356},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:360},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:363},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:367},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:371},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:375},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:378},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:382},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:386},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:390},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:393},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:397},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:401},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:405},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:408},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:412},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:416},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:420},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:423},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:427},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:431},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:435},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:438},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:442},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:446},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:450},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:453},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:457},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:461},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:465},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:468},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:472},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:476},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:480},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:483},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:487},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:491},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:495},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:498},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:502},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:506},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:510},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:513},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:517},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:521},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:525},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:528},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:532},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:536},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:540},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:543},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:547},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:551},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:555},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:558},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:562},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:566},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:570},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:573},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:577},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:581},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:585},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:588},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:592},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:596},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:600},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:603},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:607},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:611},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:615},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:618},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:622},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:626},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:630},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:633},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:637},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:641},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:645},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:648},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:652},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:656},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:660},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:663},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:667},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:671},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:675},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:678},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:682},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:686},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:690},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:693},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:697},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:701},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:705},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:708},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:712},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:716},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:720},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:723},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:727},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:731},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:735},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:738},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:742},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:746},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:750},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:753},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:757},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:761},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:765},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:768},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:772},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:776},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:780},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:783},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:787},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:791},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:795},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:798},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:802},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:806},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:810},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:813},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:817},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:821},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:825},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:828},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:832},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:836},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:840},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:843},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:847},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:851},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:855},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:858},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:862},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:866},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:870},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:873},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:877},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:881},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:885},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:888},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:892},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:896},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:900},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:903},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:907},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:911},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:915},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:918},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:922},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:926},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:930},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:933},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:937},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:941},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:945},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:948},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:952},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:956},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:960},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:963},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:967},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:971},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:975},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:978},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:982},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:986},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:990},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:993},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:997},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1001},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1005},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1008},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1012},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1016},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1020},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1023},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1027},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1031},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1035},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1038},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1042},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1046},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1050},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1053},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1057},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1061},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1065},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1068},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1072},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1076},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1080},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1083},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1087},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1091},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1095},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1098},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1102},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1106},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1110},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1113},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1117},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1121},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1125},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1128},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1132},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1136},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1140},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1143},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1147},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1151},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1155},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1158},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1162},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1166},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1170},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1173},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1177},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1181},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1185},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1188},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1192},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1196},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1200},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1203},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1207},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1211},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1215},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1218},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1222},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1226},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1230},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1233},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1237},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1241},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1245},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1248},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1252},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1256},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1260},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1263},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1267},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1271},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1275},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1278},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1282},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1286},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1290},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1293},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1297},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1301},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1305},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1308},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1312},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1316},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1320},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1323},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1327},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1331},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1335},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1338},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1342},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1346},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1350},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1353},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1357},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1361},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1365},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1368},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1372},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1376},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1380},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1383},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1387},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1391},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1395},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1398},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1402},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1406},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1410},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1413},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1417},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1421},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1425},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1428},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1432},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1436},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1440},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1443},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1447},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1451},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1455},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1458},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1462},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1466},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1470},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1473},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1477},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1481},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1485},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1488},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1492},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1496},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1500},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1503},3).to({scaleX:0.9998,scaleY:0.9998,rotation:1.8035,x:28.8,y:-125.4,startPosition:1507},4).to({scaleX:0.9995,scaleY:0.9995,rotation:5.5384,x:28.75,y:-129.85,startPosition:1511},4).to({regY:4.7,scaleX:1,scaleY:1,rotation:9.4846,x:28.8,y:-125.2,startPosition:1515},4).to({scaleX:0.9996,scaleY:0.9996,rotation:6.5388,x:28.75,y:-120.8,startPosition:1518},3).to({regY:4.6,rotation:2.7606,x:28.8,y:-125.35,startPosition:1522},4).to({regY:4.5,scaleX:0.9997,scaleY:0.9997,rotation:-0.8055,x:28.75,y:-129.85,startPosition:1526},4).to({regX:-13.9,regY:4.6,scaleX:1,scaleY:1,rotation:-4.7167,x:28.7,y:-125.3,startPosition:1530},4).to({regX:-13.8,scaleX:0.9999,scaleY:0.9999,rotation:-1.7814,x:28.75,y:-120.85,startPosition:1533},3).to({regX:-13.9,scaleX:0.9997,scaleY:0.9997,rotation:0.906,x:28.85,y:-124.3,startPosition:1536},3).to({_off:true},1).wait(1));
2340
+
2341
+ this._renderFirstFrame();
2342
+
2343
+ }).prototype = p = new cjs.MovieClip();
2344
+ p.nominalBounds = new cjs.Rectangle(-88.3,-257.9,196.5,526.4);
2345
+
2346
+
2347
+ (lib.bghjmkfukyulyi_1 = function(mode,startPosition,loop,reversed) {
2348
+ if (loop == null) { loop = true; }
2349
+ if (reversed == null) { reversed = false; }
2350
+ var props = new Object();
2351
+ props.mode = mode;
2352
+ props.startPosition = startPosition;
2353
+ props.labels = {};
2354
+ props.loop = loop;
2355
+ props.reversed = reversed;
2356
+ cjs.MovieClip.apply(this,[props]);
2357
+
2358
+ // Layer_2
2359
+ this.instance_2 = new lib.bghjmkfukyulyi("synched",1537);
2360
+ this.instance_2.setTransform(-2.7,-0.3,0.9949,0.9949,0.5299,0,0,-1.3,0.3);
2361
+ this.instance_2._off = true;
2362
+
2363
+ this.timeline.addTween(cjs.Tween.get(this.instance_2).wait(1537).to({_off:false},0).wait(659));
2364
+
2365
+ this._renderFirstFrame();
2366
+
2367
+ }).prototype = p = new cjs.MovieClip();
2368
+ p.nominalBounds = new cjs.Rectangle(-105.8,-224.4,211.89999999999998,224.8);
2369
+
2370
+
2371
+ (lib.ghkfuktull = function(mode,startPosition,loop,reversed) {
2372
+ if (loop == null) { loop = true; }
2373
+ if (reversed == null) { reversed = false; }
2374
+ var props = new Object();
2375
+ props.mode = mode;
2376
+ props.startPosition = startPosition;
2377
+ props.labels = {};
2378
+ props.loop = loop;
2379
+ props.reversed = reversed;
2380
+ cjs.MovieClip.apply(this,[props]);
2381
+
2382
+ // Layer_240
2383
+ this.instance = new lib.bghjmkfukyulyi_1("synched",1537);
2384
+ this.instance.setTransform(156.05,-55.15,0.4061,0.4061,-2.4528,0,0,68,-55.4);
2385
+
2386
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(1).to({startPosition:1538},0).wait(1).to({regX:0.1,regY:-112,rotation:-2.4175,x:127.4,y:-76.9,startPosition:1539},0).wait(1).to({rotation:-2.3199,x:127.15,y:-76.95,startPosition:1540},0).wait(1).to({rotation:-2.1725,x:126.85,y:-77.05,startPosition:1541},0).wait(1).to({rotation:-1.9877,x:126.4,y:-77.15,startPosition:1542},0).wait(1).to({rotation:-1.778,x:126,y:-77.3,startPosition:1543},0).wait(1).to({rotation:-1.5558,x:125.45,y:-77.45,startPosition:1544},0).wait(1).to({rotation:-1.3336,x:125,y:-77.6,startPosition:1545},0).wait(1).to({rotation:-1.1239,x:124.5,y:-77.75,startPosition:1546},0).wait(1).to({rotation:-0.9391,x:124.1,y:-77.9,startPosition:1547},0).wait(1).to({rotation:-0.7917,x:123.75,y:-78,startPosition:1548},0).wait(1).to({rotation:-0.6941,x:123.55,y:-78.05,startPosition:1549},0).wait(1).to({regX:68.1,regY:-55.6,rotation:-0.6588,x:151.35,y:-55.4,startPosition:1550},0).wait(49).to({startPosition:1599},0).wait(1).to({regX:0.1,regY:-112,rotation:-0.6871,x:123.55,y:-77.95,startPosition:1600},0).wait(1).to({rotation:-0.7641,x:123.8,startPosition:1601},0).wait(1).to({rotation:-0.8774,x:124.1,y:-77.9,startPosition:1602},0).wait(1).to({rotation:-1.0151,x:124.55,y:-77.8,startPosition:1603},0).wait(1).to({rotation:-1.1649,x:125.05,y:-77.7,startPosition:1604},0).wait(1).to({rotation:-1.3147,x:125.45,y:-77.65,startPosition:1605},0).wait(1).to({rotation:-1.4523,x:125.9,y:-77.6,startPosition:1606},0).wait(1).to({rotation:-1.5657,x:126.25,y:-77.55,startPosition:1607},0).wait(1).to({rotation:-1.6426,x:126.45,y:-77.5,startPosition:1608},0).wait(1).to({regX:68.2,regY:-55.8,rotation:-1.6709,x:154.85,y:-55.45,startPosition:1609},0).wait(23).to({startPosition:1632},0).wait(1).to({regX:0.1,regY:-112,x:126.45,y:-77.4,startPosition:1633},0).wait(1).to({startPosition:1634},0).wait(1).to({startPosition:1635},0).wait(1).to({startPosition:1636},0).wait(1).to({startPosition:1637},0).wait(1).to({startPosition:1638},0).wait(1).to({startPosition:1639},0).wait(1).to({startPosition:1640},0).wait(1).to({startPosition:1641},0).wait(1).to({startPosition:1642},0).wait(1).to({startPosition:1643},0).wait(1).to({startPosition:1644},0).wait(1).to({regX:68.2,regY:-55.8,x:154.85,y:-55.45,startPosition:1645},0).wait(90).to({startPosition:1735},0).wait(1).to({regX:0.1,regY:-112,x:126.45,y:-77.4,startPosition:1736},0).wait(1).to({startPosition:1737},0).wait(1).to({startPosition:1738},0).wait(1).to({startPosition:1739},0).wait(1).to({startPosition:1740},0).wait(1).to({startPosition:1741},0).wait(1).to({startPosition:1742},0).wait(1).to({startPosition:1743},0).wait(1).to({startPosition:1744},0).wait(1).to({startPosition:1745},0).wait(1).to({startPosition:1746},0).wait(1).to({startPosition:1747},0).wait(1).to({startPosition:1748},0).wait(1).to({regX:68.2,regY:-55.8,x:154.85,y:-55.45,startPosition:1749},0).wait(46).to({startPosition:1795},0).wait(1).to({regX:0.1,regY:-112,rotation:-1.5777,x:126.65,y:-77.45,startPosition:1796},0).wait(1).to({rotation:-1.322,x:126.95,y:-77.5,startPosition:1797},0).wait(1).to({rotation:-0.9401,x:127.5,y:-77.6,startPosition:1798},0).wait(1).to({rotation:-0.4678,x:128.15,y:-77.8,startPosition:1799},0).wait(1).to({rotation:0.0585,x:128.85,y:-77.9,startPosition:1800},0).wait(1).to({rotation:0.6029,x:129.65,y:-78.05,startPosition:1801},0).wait(1).to({rotation:1.1293,x:130.35,y:-78.15,startPosition:1802},0).wait(1).to({rotation:1.6015,x:131,y:-78.25,startPosition:1803},0).wait(1).to({rotation:1.9835,x:131.5,y:-78.35,startPosition:1804},0).wait(1).to({rotation:2.2392,x:131.9,y:-78.45,startPosition:1805},0).wait(1).to({regX:68.6,regY:-55.8,rotation:2.3324,x:158.75,y:-54.55,startPosition:1806},0).wait(154).to({startPosition:1960},0).to({startPosition:1975},15).wait(135).to({startPosition:2110},0).to({startPosition:2123},13).wait(11).to({startPosition:2134},0).to({regX:68.9,regY:-56,scaleX:0.406,scaleY:0.406,rotation:-1.4148,x:162.4,y:-54.7,startPosition:2146},12).wait(50));
2387
+
2388
+ // ghmkktuyktuyk
2389
+ this.instance_1 = new lib.hjdyktykuy("synched",1537);
2390
+ this.instance_1.setTransform(164.3,-10.15,0.9999,0.9999,-3.5225,0,0,-7,7);
2391
+
2392
+ this.timeline.addTween(cjs.Tween.get(this.instance_1).wait(1).to({startPosition:1538},0).wait(1).to({regX:-49.2,regY:65.9,rotation:-3.6537,x:125.85,y:51.3,startPosition:1539},0).wait(1).to({rotation:-4.0166,x:126.05,y:51.5,startPosition:1540},0).wait(1).to({rotation:-4.5647,x:126.3,y:51.75,startPosition:1541},0).wait(1).to({rotation:-5.2517,x:126.65,y:52.1,startPosition:1542},0).wait(1).to({rotation:-6.0314,x:127.05,y:52.55,startPosition:1543},0).wait(1).to({rotation:-6.8574,x:127.45,y:52.9,startPosition:1544},0).wait(1).to({rotation:-7.6834,x:127.9,y:53.35,startPosition:1545},0).wait(1).to({rotation:-8.4631,x:128.35,y:53.65,startPosition:1546},0).wait(1).to({rotation:-9.1501,x:128.75,y:53.95,startPosition:1547},0).wait(1).to({rotation:-9.6982,x:129,y:54.25,startPosition:1548},0).wait(1).to({rotation:-10.0611,x:129.2,y:54.4,startPosition:1549},0).wait(1).to({regX:-7,regY:7,rotation:-10.1923,x:160.4,y:-10.95,startPosition:1550},0).wait(49).to({startPosition:1599},0).wait(1).to({regX:-49.2,regY:65.9,rotation:-10.0605,x:129.2,y:54.45,startPosition:1600},0).wait(1).to({rotation:-9.7026,x:129,y:54.25,startPosition:1601},0).wait(1).to({rotation:-9.1753,x:128.8,y:54,startPosition:1602},0).wait(1).to({rotation:-8.535,x:128.5,y:53.65,startPosition:1603},0).wait(1).to({rotation:-7.8381,x:128.15,y:53.3,startPosition:1604},0).wait(1).to({scaleX:0.9998,scaleY:0.9998,rotation:-7.1413,x:127.8,y:52.95,startPosition:1605},0).wait(1).to({scaleX:0.9999,scaleY:0.9999,rotation:-6.5009,x:127.45,y:52.6,startPosition:1606},0).wait(1).to({rotation:-5.9736,x:127.3,y:52.35,startPosition:1607},0).wait(1).to({rotation:-5.6158,x:127.1,y:52.1,startPosition:1608},0).wait(1).to({regX:-6.9,regY:6.9,scaleX:0.9998,scaleY:0.9998,rotation:-5.4839,x:163.5,y:-10.65,startPosition:1609},0).wait(23).to({startPosition:1632},0).wait(1).to({regX:-49.2,regY:65.9,scaleX:0.9999,scaleY:0.9999,x:127.05,y:52.15,startPosition:1633},0).wait(1).to({startPosition:1634},0).wait(1).to({startPosition:1635},0).wait(1).to({startPosition:1636},0).wait(1).to({startPosition:1637},0).wait(1).to({startPosition:1638},0).wait(1).to({startPosition:1639},0).wait(1).to({startPosition:1640},0).wait(1).to({startPosition:1641},0).wait(1).to({startPosition:1642},0).wait(1).to({startPosition:1643},0).wait(1).to({startPosition:1644},0).wait(1).to({regX:-6.9,regY:6.9,scaleX:0.9998,scaleY:0.9998,x:163.5,y:-10.65,startPosition:1645},0).wait(90).to({startPosition:1735},0).wait(1).to({regX:-49.2,regY:65.9,scaleX:0.9999,scaleY:0.9999,x:127.05,y:52.15,startPosition:1736},0).wait(1).to({startPosition:1737},0).wait(1).to({startPosition:1738},0).wait(1).to({startPosition:1739},0).wait(1).to({startPosition:1740},0).wait(1).to({startPosition:1741},0).wait(1).to({startPosition:1742},0).wait(1).to({startPosition:1743},0).wait(1).to({startPosition:1744},0).wait(1).to({startPosition:1745},0).wait(1).to({startPosition:1746},0).wait(1).to({startPosition:1747},0).wait(1).to({startPosition:1748},0).wait(1).to({regX:-6.9,regY:6.9,scaleX:0.9998,scaleY:0.9998,x:163.5,y:-10.65,startPosition:1749},0).wait(46).to({startPosition:1795},0).wait(1).to({regX:-49.2,regY:65.9,rotation:-5.5582,x:127.15,y:52.25,startPosition:1796},0).wait(1).to({scaleX:0.9999,scaleY:0.9999,rotation:-5.7617,x:127.5,y:52.4,startPosition:1797},0).wait(1).to({rotation:-6.0657,x:128.1,y:52.6,startPosition:1798},0).wait(1).to({scaleX:0.9998,scaleY:0.9998,rotation:-6.4416,x:128.8,y:52.9,startPosition:1799},0).wait(1).to({scaleX:0.9999,scaleY:0.9999,rotation:-6.8606,x:129.55,y:53.25,startPosition:1800},0).wait(1).to({scaleX:0.9998,scaleY:0.9998,rotation:-7.294,x:130.4,y:53.6,startPosition:1801},0).wait(1).to({rotation:-7.713,x:131.2,y:53.95,startPosition:1802},0).wait(1).to({rotation:-8.0888,x:131.9,y:54.2,startPosition:1803},0).wait(1).to({scaleX:0.9999,scaleY:0.9999,rotation:-8.3929,x:132.5,y:54.5,startPosition:1804},0).wait(1).to({rotation:-8.5964,x:132.9,y:54.6,startPosition:1805},0).wait(1).to({regX:-6.8,regY:6.9,scaleX:0.9998,scaleY:0.9998,rotation:-8.6706,x:166,y:-10.1,startPosition:1806},0).wait(154).to({startPosition:1960},0).to({startPosition:1975},15).wait(135).to({startPosition:2110},0).to({startPosition:2123},13).wait(11).to({startPosition:2134},0).to({regX:-6.7,rotation:-14.1781,x:169.6,y:-9.15,startPosition:2146},12).wait(50));
2393
+
2394
+ // ghkdktduylktul
2395
+ this.instance_2 = new lib.hfgkjtuyktuyktuk("synched",1537);
2396
+ this.instance_2.setTransform(-160,-21.65,0.9997,0.9997,-6.1394,0,0,-43.4,2);
2397
+
2398
+ this.timeline.addTween(cjs.Tween.get(this.instance_2).wait(1).to({startPosition:1538},0).wait(1).to({regX:-42.6,regY:79.5,x:-150.9,y:55.3,startPosition:1539},0).wait(1).to({startPosition:1540},0).wait(1).to({startPosition:1541},0).wait(1).to({startPosition:1542},0).wait(1).to({startPosition:1543},0).wait(1).to({startPosition:1544},0).wait(1).to({startPosition:1545},0).wait(1).to({startPosition:1546},0).wait(1).to({startPosition:1547},0).wait(1).to({startPosition:1548},0).wait(1).to({startPosition:1549},0).wait(1).to({regX:-43.4,regY:2,x:-160,y:-21.65,startPosition:1550},0).wait(49).to({startPosition:1599},0).wait(1).to({regX:-42.6,regY:79.5,x:-150.9,y:55.3,startPosition:1600},0).wait(1).to({startPosition:1601},0).wait(1).to({startPosition:1602},0).wait(1).to({startPosition:1603},0).wait(1).to({startPosition:1604},0).wait(1).to({startPosition:1605},0).wait(1).to({startPosition:1606},0).wait(1).to({startPosition:1607},0).wait(1).to({startPosition:1608},0).wait(1).to({regX:-43.4,regY:2,x:-160,y:-21.65,startPosition:1609},0).wait(23).to({startPosition:1632},0).wait(1).to({regX:-42.6,regY:79.5,rotation:-6.5261,x:-150.25,y:55.25,startPosition:1633},0).wait(1).to({rotation:-7.6026,x:-148.55,y:55.1,startPosition:1634},0).wait(1).to({rotation:-9.2435,x:-146,y:54.7,startPosition:1635},0).wait(1).to({rotation:-11.3234,x:-142.7,y:54.15,startPosition:1636},0).wait(1).to({rotation:-13.7168,x:-138.95,y:53.4,startPosition:1637},0).wait(1).to({rotation:-16.2983,x:-135.05,y:52.45,startPosition:1638},0).wait(1).to({rotation:-18.9425,x:-131,y:51.3,startPosition:1639},0).wait(1).to({rotation:-21.5241,x:-127.1,y:50.1,startPosition:1640},0).wait(1).to({rotation:-23.9175,x:-123.6,y:48.8,startPosition:1641},0).wait(1).to({rotation:-25.9973,x:-120.55,y:47.55,startPosition:1642},0).wait(1).to({rotation:-27.6382,x:-118.25,y:46.55,startPosition:1643},0).wait(1).to({rotation:-28.7147,x:-116.65,y:45.85,startPosition:1644},0).wait(1).to({regX:-43.4,regY:2,rotation:-29.1014,x:-154.5,y:-21.7,startPosition:1645},0).wait(90).to({startPosition:1735},0).wait(1).to({regX:-42.6,regY:79.5,rotation:-29.2826,x:-115.95,y:45.5,startPosition:1736},0).wait(1).to({rotation:-29.7899,x:-115.4,y:45.1,startPosition:1737},0).wait(1).to({rotation:-30.5691,x:-114.7,y:44.55,startPosition:1738},0).wait(1).to({rotation:-31.5656,x:-113.8,y:43.8,startPosition:1739},0).wait(1).to({rotation:-32.7252,x:-112.75,y:42.85,startPosition:1740},0).wait(1).to({rotation:-33.9936,x:-111.55,y:41.85,startPosition:1741},0).wait(1).to({rotation:-35.3163,x:-110.4,y:40.75,startPosition:1742},0).wait(1).to({rotation:-36.639,x:-109.2,y:39.55,startPosition:1743},0).wait(1).to({rotation:-37.9073,x:-108.15,y:38.45,startPosition:1744},0).wait(1).to({rotation:-39.0669,x:-107.2,y:37.45,startPosition:1745},0).wait(1).to({rotation:-40.0635,x:-106.4,y:36.5,startPosition:1746},0).wait(1).to({rotation:-40.8426,x:-105.8,y:35.75,startPosition:1747},0).wait(1).to({rotation:-41.3499,x:-105.4,y:35.3,startPosition:1748},0).wait(1).to({regX:-43.4,regY:1.9,rotation:-41.5311,x:-157.2,y:-22.4,startPosition:1749},0).wait(46).to({startPosition:1795},0).wait(1).to({regX:-42.6,regY:79.5,rotation:-41.1724,x:-105.4,y:35.55,startPosition:1796},0).wait(1).to({rotation:-40.1888,x:-106.1,y:36.45,startPosition:1797},0).wait(1).to({rotation:-38.7192,x:-107.25,y:37.75,startPosition:1798},0).wait(1).to({rotation:-36.9024,x:-108.65,y:39.25,startPosition:1799},0).wait(1).to({rotation:-34.8773,x:-110.25,y:40.95,startPosition:1800},0).wait(1).to({rotation:-32.7828,x:-112,y:42.55,startPosition:1801},0).wait(1).to({scaleX:0.9996,scaleY:0.9996,rotation:-30.7577,x:-113.75,y:44.1,startPosition:1802},0).wait(1).to({rotation:-28.9409,x:-115.35,y:45.35,startPosition:1803},0).wait(1).to({rotation:-27.4713,x:-116.75,y:46.35,startPosition:1804},0).wait(1).to({rotation:-26.4877,x:-117.6,y:47,startPosition:1805},0).wait(1).to({regX:-43.5,regY:1.8,rotation:-26.1289,x:-152.9,y:-22.1,startPosition:1806},0).wait(154).to({startPosition:1960},0).to({regX:-43.4,regY:1.7,rotation:-33.9773,x:-161.7,y:-22.8,startPosition:1975},15).wait(135).to({startPosition:2110},0).to({regY:1.6,rotation:-16.0975,x:-155.6,y:-22.3,startPosition:2123},13).wait(11).to({startPosition:2134},0).to({startPosition:2146},12).wait(50));
2399
+
2400
+ // Layer_175
2401
+ this.instance_3 = new lib.jghkfyulyulyil("synched",0);
2402
+ this.instance_3.setTransform(-10,147.1);
2403
+
2404
+ this.timeline.addTween(cjs.Tween.get(this.instance_3).wait(659));
2405
+
2406
+ // Layer_239
2407
+ this.instance_4 = new lib.fjykytkuykut_1("synched",1537);
2408
+ this.instance_4.setTransform(-153.1,-58.2,0.4225,0.4225,0.329,0,0,-49.4,-58.2);
2409
+
2410
+ this.timeline.addTween(cjs.Tween.get(this.instance_4).wait(1).to({startPosition:1538},0).wait(1).to({regX:-0.8,regY:-118.5,x:-132.4,y:-83.5,startPosition:1539},0).wait(1).to({startPosition:1540},0).wait(1).to({startPosition:1541},0).wait(1).to({startPosition:1542},0).wait(1).to({startPosition:1543},0).wait(1).to({startPosition:1544},0).wait(1).to({startPosition:1545},0).wait(1).to({startPosition:1546},0).wait(1).to({startPosition:1547},0).wait(1).to({startPosition:1548},0).wait(1).to({startPosition:1549},0).wait(1).to({regX:-49.4,regY:-58.2,x:-153.1,y:-58.2,startPosition:1550},0).wait(49).to({startPosition:1599},0).wait(1).to({regX:-0.8,regY:-118.5,x:-132.4,y:-83.5,startPosition:1600},0).wait(1).to({startPosition:1601},0).wait(1).to({startPosition:1602},0).wait(1).to({startPosition:1603},0).wait(1).to({startPosition:1604},0).wait(1).to({startPosition:1605},0).wait(1).to({startPosition:1606},0).wait(1).to({startPosition:1607},0).wait(1).to({startPosition:1608},0).wait(1).to({regX:-49.4,regY:-58.2,x:-153.1,y:-58.2,startPosition:1609},0).wait(23).to({startPosition:1632},0).wait(1).to({regX:-0.8,regY:-118.5,rotation:0.3161,x:-132.35,y:-83.5,startPosition:1633},0).wait(1).to({rotation:0.2802,x:-132.05,startPosition:1634},0).wait(1).to({rotation:0.2255,x:-131.65,startPosition:1635},0).wait(1).to({rotation:0.1562,x:-131.1,y:-83.45,startPosition:1636},0).wait(1).to({rotation:0.0764,x:-130.55,y:-83.4,startPosition:1637},0).wait(1).to({rotation:-0.0097,x:-129.85,startPosition:1638},0).wait(1).to({rotation:-0.0979,x:-129.2,y:-83.35,startPosition:1639},0).wait(1).to({rotation:-0.184,x:-128.55,y:-83.3,startPosition:1640},0).wait(1).to({rotation:-0.2638,x:-127.95,y:-83.25,startPosition:1641},0).wait(1).to({rotation:-0.3331,x:-127.4,startPosition:1642},0).wait(1).to({rotation:-0.3878,x:-127,y:-83.2,startPosition:1643},0).wait(1).to({rotation:-0.4237,x:-126.7,startPosition:1644},0).wait(1).to({regX:-49.5,regY:-58.5,rotation:-0.4366,x:-146.95,y:-57.6,startPosition:1645},0).wait(90).to({startPosition:1735},0).wait(1).to({regX:-0.8,regY:-118.5,rotation:-0.4252,x:-126.55,y:-83.1,startPosition:1736},0).wait(1).to({rotation:-0.3932,x:-126.7,startPosition:1737},0).wait(1).to({rotation:-0.344,x:-126.9,startPosition:1738},0).wait(1).to({rotation:-0.2811,x:-127.1,startPosition:1739},0).wait(1).to({rotation:-0.208,x:-127.4,startPosition:1740},0).wait(1).to({rotation:-0.1279,x:-127.65,startPosition:1741},0).wait(1).to({rotation:-0.0445,x:-127.95,startPosition:1742},0).wait(1).to({rotation:0.039,x:-128.2,startPosition:1743},0).wait(1).to({rotation:0.119,x:-128.5,startPosition:1744},0).wait(1).to({rotation:0.1922,x:-128.8,startPosition:1745},0).wait(1).to({rotation:0.255,x:-129,startPosition:1746},0).wait(1).to({rotation:0.3042,x:-129.15,startPosition:1747},0).wait(1).to({rotation:0.3362,x:-129.25,startPosition:1748},0).wait(1).to({regX:-49.7,regY:-58.5,rotation:0.3476,x:-150.05,y:-57.95,startPosition:1749},0).wait(46).to({startPosition:1795},0).wait(1).to({regX:-0.8,regY:-118.5,rotation:0.342,x:-129.1,y:-83.1,startPosition:1796},0).wait(1).to({rotation:0.3264,x:-128.75,startPosition:1797},0).wait(1).to({rotation:0.3031,x:-128.25,y:-83.05,startPosition:1798},0).wait(1).to({rotation:0.2743,x:-127.6,y:-83,startPosition:1799},0).wait(1).to({rotation:0.2422,x:-126.95,y:-82.95,startPosition:1800},0).wait(1).to({rotation:0.209,x:-126.2,y:-82.85,startPosition:1801},0).wait(1).to({rotation:0.1768,x:-125.5,y:-82.8,startPosition:1802},0).wait(1).to({rotation:0.148,x:-124.85,y:-82.75,startPosition:1803},0).wait(1).to({rotation:0.1247,x:-124.35,y:-82.7,startPosition:1804},0).wait(1).to({rotation:0.1092,x:-124,startPosition:1805},0).wait(1).to({regX:-50,regY:-58.6,rotation:0.1035,x:-144.6,y:-57.4,startPosition:1806},0).wait(154).to({startPosition:1960},0).to({rotation:2.8383,x:-155.5,y:-58.45,startPosition:1975},15).wait(135).to({startPosition:2110},0).to({regX:-50.1,rotation:0.0848,x:-147.9,y:-57.65,startPosition:2123},13).wait(11).to({rotation:0.0848,startPosition:2134},0).to({startPosition:2146},12).wait(50));
2411
+
2412
+ // jh;kho;ou'o'
2413
+ this.instance_5 = new lib.dfhdsfhdsfh("synched",0);
2414
+ this.instance_5.setTransform(-125.95,119.6,0.9999,0.9999,-0.0804,0,0,6.5,-14.8);
2415
+
2416
+ this.timeline.addTween(cjs.Tween.get(this.instance_5).wait(1).to({startPosition:0},0).wait(1).to({regX:0.5,regY:-93.5,x:-132.05,y:40.85},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:6.5,regY:-14.8,x:-125.95,y:119.6},0).wait(49).to({startPosition:0},0).wait(1).to({regX:0.5,regY:-93.5,x:-132.05,y:40.85},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:6.5,regY:-14.8,x:-125.95,y:119.6},0).wait(23).to({startPosition:0},0).wait(1).to({regX:0.5,regY:-93.5,rotation:-0.0472,x:-132.05,y:40.9},0).wait(1).to({rotation:0.0454,x:-131.9,y:40.95},0).wait(1).to({rotation:0.1866,x:-131.7,y:41.05},0).wait(1).to({rotation:0.3655,x:-131.45,y:41.15},0).wait(1).to({scaleX:1,scaleY:1,rotation:0.5715,x:-131.15,y:41.3},0).wait(1).to({scaleX:0.9999,scaleY:0.9999,rotation:0.7935,x:-130.85,y:41.45},0).wait(1).to({rotation:1.021,x:-130.55,y:41.6},0).wait(1).to({rotation:1.2431,x:-130.2,y:41.8},0).wait(1).to({rotation:1.449,x:-129.95,y:41.95},0).wait(1).to({rotation:1.628,x:-129.7,y:42.05},0).wait(1).to({rotation:1.7691,x:-129.5,y:42.15},0).wait(1).to({rotation:1.8618,x:-129.35,y:42.2},0).wait(1).to({regX:6.4,regY:-14.7,rotation:1.895,x:-126,y:121.15},0).wait(90).to({startPosition:0},0).wait(1).to({regX:0.5,regY:-93.5,rotation:1.8812,x:-129.3,y:42.15},0).wait(1).to({rotation:1.8424,x:-129.35},0).wait(1).to({rotation:1.7829,x:-129.45,y:42.1},0).wait(1).to({rotation:1.7067,x:-129.55,y:42.05},0).wait(1).to({rotation:1.6181,x:-129.7,y:42},0).wait(1).to({rotation:1.5212,x:-129.8,y:41.95},0).wait(1).to({rotation:1.4201,x:-130,y:41.9},0).wait(1).to({rotation:1.319,x:-130.15,y:41.8},0).wait(1).to({rotation:1.2221,x:-130.25,y:41.75},0).wait(1).to({rotation:1.1335,x:-130.4,y:41.7},0).wait(1).to({rotation:1.0574,x:-130.55,y:41.65},0).wait(1).to({rotation:0.9978,x:-130.6,y:41.55},0).wait(1).to({rotation:0.9591,x:-130.7},0).wait(1).to({regX:6.4,regY:-14.7,rotation:0.9452,x:-126.05,y:120.4},0).wait(46).to({startPosition:0},0).wait(1).to({regX:0.5,regY:-93.5,rotation:0.9856,x:-130.6,y:41.5},0).wait(1).to({rotation:1.0962,x:-130.4,y:41.6},0).wait(1).to({rotation:1.2616,x:-130.2,y:41.7},0).wait(1).to({rotation:1.466,x:-129.9,y:41.85},0).wait(1).to({rotation:1.6939,x:-129.6,y:41.95},0).wait(1).to({rotation:1.9296,x:-129.25,y:42.1},0).wait(1).to({rotation:2.1574,x:-128.9,y:42.25},0).wait(1).to({rotation:2.3618,x:-128.6,y:42.4},0).wait(1).to({rotation:2.5272,x:-128.4,y:42.5},0).wait(1).to({rotation:2.6379,x:-128.2,y:42.55},0).wait(1).to({regX:6.3,regY:-14.6,rotation:2.6782,x:-126,y:121.65},0).wait(154).to({startPosition:0},0).to({regX:6.4,regY:-14.7,rotation:-0.7878,x:-126.05,y:119.1},15).wait(135).to({rotation:-0.7878},0).to({rotation:1.6633,y:120.95},13).wait(11).to({startPosition:0},0).to({startPosition:0},12).wait(50));
2417
+
2418
+ // hj,lfyulyi;liy;
2419
+ this.instance_6 = new lib.xdfthxzdbn("synched",0);
2420
+ this.instance_6.setTransform(-147.45,126.3,1,1,0,0,0,23.1,32.1);
2421
+
2422
+ this.timeline.addTween(cjs.Tween.get(this.instance_6).wait(1).to({startPosition:0},0).wait(1).to({regX:67.5,regY:97.5,x:-103.05,y:191.7},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:23.1,regY:32.1,x:-147.45,y:126.3},0).wait(49).to({startPosition:0},0).wait(1).to({regX:67.5,regY:97.5,x:-103.05,y:191.7},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:23.1,regY:32.1,x:-147.45,y:126.3},0).wait(23).to({startPosition:0},0).wait(1).to({regX:67.5,regY:97.5,x:-103.05,y:191.7},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:23.1,regY:32.1,x:-147.45,y:126.3},0).wait(90).to({startPosition:0},0).wait(1).to({regX:67.5,regY:97.5,x:-103.05,y:191.7},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:23.1,regY:32.1,x:-147.45,y:126.3},0).wait(46).to({startPosition:0},0).wait(1).to({regX:67.5,regY:97.5,x:-103.05,y:191.7},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:23.1,regY:32.1,x:-147.45,y:126.3},0).wait(154).to({startPosition:0},0).to({startPosition:0},15).wait(135).to({startPosition:0},0).to({startPosition:0},13).wait(11).to({startPosition:0},0).to({startPosition:0},12).wait(50));
2423
+
2424
+ // hjrytkkkyrk
2425
+ this.instance_7 = new lib.hjrytkkkyrk("synched",0);
2426
+ this.instance_7.setTransform(-113.8,101.5,1,1,0,0,0,22.6,16.1);
2427
+
2428
+ this.timeline.addTween(cjs.Tween.get(this.instance_7).wait(1).to({startPosition:0},0).wait(1).to({regX:72.5,regY:95,x:-63.9,y:180.4},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:22.6,regY:16.1,x:-113.8,y:101.5},0).wait(49).to({startPosition:0},0).wait(1).to({regX:72.5,regY:95,x:-63.9,y:180.4},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:22.6,regY:16.1,x:-113.8,y:101.5},0).wait(23).to({startPosition:0},0).wait(1).to({regX:72.5,regY:95,x:-63.9,y:180.4},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:22.6,regY:16.1,x:-113.8,y:101.5},0).wait(90).to({startPosition:0},0).wait(1).to({regX:72.5,regY:95,x:-63.9,y:180.4},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:22.6,regY:16.1,x:-113.8,y:101.5},0).wait(46).to({startPosition:0},0).wait(1).to({regX:72.5,regY:95,x:-63.9,y:180.4},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:22.6,regY:16.1,x:-113.8,y:101.5},0).wait(154).to({startPosition:0},0).to({startPosition:0},15).wait(135).to({startPosition:0},0).to({startPosition:0},13).wait(11).to({startPosition:0},0).to({startPosition:0},12).wait(50));
2429
+
2430
+ // ykjtylkulul
2431
+ this.instance_8 = new lib.ykjtylkulul("synched",0);
2432
+ this.instance_8.setTransform(127.5,190.25,1,1,-2.4714,0,0,0.1,64.6);
2433
+
2434
+ this.timeline.addTween(cjs.Tween.get(this.instance_8).wait(1).to({startPosition:0},0).wait(1).to({regX:0.5,regY:64.5,x:127.85,y:190.1},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:0.1,regY:64.6,x:127.5,y:190.25},0).wait(49).to({startPosition:0},0).wait(1).to({regX:0.5,regY:64.5,x:127.85,y:190.1},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:0.1,regY:64.6,x:127.5,y:190.25},0).wait(23).to({startPosition:0},0).wait(1).to({regX:0.5,regY:64.5,x:127.85,y:190.1},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:0.1,regY:64.6,x:127.5,y:190.25},0).wait(90).to({startPosition:0},0).wait(1).to({regX:0.5,regY:64.5,x:127.85,y:190.1},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:0.1,regY:64.6,x:127.5,y:190.25},0).wait(46).to({startPosition:0},0).wait(1).to({regX:0.5,regY:64.5,x:127.85,y:190.1},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:0.1,regY:64.6,x:127.5,y:190.25},0).wait(154).to({startPosition:0},0).to({startPosition:0},15).wait(135).to({startPosition:0},0).to({startPosition:0},13).wait(11).to({startPosition:0},0).to({startPosition:0},12).wait(50));
2435
+
2436
+ // ktultruyl8r6l
2437
+ this.instance_9 = new lib.fghjdfj("synched",1537);
2438
+ this.instance_9.setTransform(-108.1,-14.95,0.9998,0.9998,-1.1447,0,0,11.8,9.5);
2439
+
2440
+ this.timeline.addTween(cjs.Tween.get(this.instance_9).wait(1).to({startPosition:1538},0).wait(1).to({regX:48.3,regY:54.3,x:-70.7,y:29.15,startPosition:1539},0).wait(1).to({startPosition:1540},0).wait(1).to({startPosition:1541},0).wait(1).to({startPosition:1542},0).wait(1).to({startPosition:1543},0).wait(1).to({startPosition:1544},0).wait(1).to({startPosition:1545},0).wait(1).to({startPosition:1546},0).wait(1).to({startPosition:1547},0).wait(1).to({startPosition:1548},0).wait(1).to({startPosition:1549},0).wait(1).to({regX:11.8,regY:9.5,x:-108.1,y:-14.95,startPosition:1550},0).wait(49).to({startPosition:1599},0).wait(1).to({regX:48.3,regY:54.3,x:-70.7,y:29.15,startPosition:1600},0).wait(1).to({startPosition:1601},0).wait(1).to({startPosition:1602},0).wait(1).to({startPosition:1603},0).wait(1).to({startPosition:1604},0).wait(1).to({startPosition:1605},0).wait(1).to({startPosition:1606},0).wait(1).to({startPosition:1607},0).wait(1).to({startPosition:1608},0).wait(1).to({regX:11.8,regY:9.5,x:-108.1,y:-14.95,startPosition:1609},0).wait(23).to({startPosition:1632},0).wait(1).to({regX:48.3,regY:54.3,rotation:-1.0277,x:-70.75,y:29.3,startPosition:1633},0).wait(1).to({rotation:-0.7018,y:29.55,startPosition:1634},0).wait(1).to({rotation:-0.2051,x:-70.8,y:30.05,startPosition:1635},0).wait(1).to({rotation:0.4245,x:-70.9,y:30.65,startPosition:1636},0).wait(1).to({rotation:1.149,x:-71,y:31.3,startPosition:1637},0).wait(1).to({rotation:1.9304,x:-71.15,y:32.05,startPosition:1638},0).wait(1).to({rotation:2.7309,x:-71.2,y:32.75,startPosition:1639},0).wait(1).to({rotation:3.5123,x:-71.35,y:33.45,startPosition:1640},0).wait(1).to({rotation:4.2368,x:-71.45,y:34.1,startPosition:1641},0).wait(1).to({rotation:4.8664,x:-71.55,y:34.65,startPosition:1642},0).wait(1).to({rotation:5.3631,x:-71.6,y:35.05,startPosition:1643},0).wait(1).to({rotation:5.689,x:-71.7,y:35.35,startPosition:1644},0).wait(1).to({regX:11.8,regY:9.3,rotation:5.806,x:-103.4,y:-12.9,startPosition:1645},0).wait(90).to({startPosition:1735},0).wait(1).to({regX:48.3,regY:54.3,rotation:5.9265,x:-71.75,y:35.65,startPosition:1736},0).wait(1).to({scaleX:0.9997,scaleY:0.9997,rotation:6.2639,x:-72.1,y:35.75,startPosition:1737},0).wait(1).to({scaleX:0.9998,scaleY:0.9998,rotation:6.7819,x:-72.7,y:35.95,startPosition:1738},0).wait(1).to({rotation:7.4446,x:-73.5,y:36.25,startPosition:1739},0).wait(1).to({rotation:8.2157,x:-74.35,y:36.55,startPosition:1740},0).wait(1).to({rotation:9.059,x:-75.35,y:36.85,startPosition:1741},0).wait(1).to({scaleX:0.9997,scaleY:0.9997,rotation:9.9385,x:-76.35,y:37.15,startPosition:1742},0).wait(1).to({scaleX:0.9998,scaleY:0.9998,rotation:10.818,x:-77.4,y:37.45,startPosition:1743},0).wait(1).to({scaleX:0.9997,scaleY:0.9997,rotation:11.6614,x:-78.35,y:37.75,startPosition:1744},0).wait(1).to({rotation:12.4325,x:-79.35,y:38,startPosition:1745},0).wait(1).to({rotation:13.0951,x:-80.1,y:38.2,startPosition:1746},0).wait(1).to({rotation:13.6132,x:-80.7,y:38.35,startPosition:1747},0).wait(1).to({rotation:13.9505,x:-81.15,y:38.5,startPosition:1748},0).wait(1).to({regX:11.7,regY:9.3,rotation:14.071,x:-105.75,y:-14,startPosition:1749},0).wait(46).to({startPosition:1795},0).wait(1).to({regX:48.3,regY:54.3,rotation:14.0192,x:-81.05,y:38.6,startPosition:1796},0).wait(1).to({rotation:13.8773,x:-80.6,y:38.65,startPosition:1797},0).wait(1).to({rotation:13.6651,x:-80.05,y:38.7,startPosition:1798},0).wait(1).to({rotation:13.4028,x:-79.35,y:38.85,startPosition:1799},0).wait(1).to({rotation:13.1105,x:-78.45,y:38.9,startPosition:1800},0).wait(1).to({rotation:12.8081,x:-77.65,y:39.05,startPosition:1801},0).wait(1).to({rotation:12.5158,x:-76.85,y:39.15,startPosition:1802},0).wait(1).to({rotation:12.2536,x:-76.1,y:39.25,startPosition:1803},0).wait(1).to({rotation:12.0414,x:-75.55,y:39.3,startPosition:1804},0).wait(1).to({rotation:11.8994,x:-75.15,y:39.35,startPosition:1805},0).wait(1).to({regX:11.6,regY:9.2,rotation:11.8476,x:-101.65,y:-12.2,startPosition:1806},0).wait(154).to({startPosition:1960},0).to({rotation:17.0537,x:-109.85,y:-15.95,startPosition:1975},15).wait(135).to({startPosition:2110},0).to({regX:11.5,rotation:2.3401,x:-104.2,y:-13.25,startPosition:2123},13).wait(11).to({rotation:2.3401,startPosition:2134},0).to({startPosition:2146},12).wait(50));
2441
+
2442
+ // ghktgktulkdu
2443
+ this.instance_10 = new lib.ghktgktulkdu("synched",0);
2444
+ this.instance_10.setTransform(103.2,129.45,1,1,-1.2258,0,0,10.8,6);
2445
+
2446
+ this.timeline.addTween(cjs.Tween.get(this.instance_10).wait(1).to({startPosition:0},0).wait(1).to({regX:0,regY:64.5,x:93.6,y:188.15},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:10.8,regY:6,x:103.2,y:129.45},0).wait(49).to({startPosition:0},0).wait(1).to({regX:0,regY:64.5,x:93.6,y:188.15},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:10.8,regY:6,x:103.2,y:129.45},0).wait(23).to({startPosition:0},0).wait(1).to({regX:0,regY:64.5,x:93.6,y:188.15},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:10.8,regY:6,x:103.2,y:129.45},0).wait(90).to({startPosition:0},0).wait(1).to({regX:0,regY:64.5,x:93.6,y:188.15},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:10.8,regY:6,x:103.2,y:129.45},0).wait(46).to({startPosition:0},0).wait(1).to({regX:0,regY:64.5,x:93.6,y:188.15},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:10.8,regY:6,x:103.2,y:129.45},0).wait(154).to({startPosition:0},0).to({startPosition:0},15).wait(135).to({startPosition:0},0).to({startPosition:0},13).wait(11).to({startPosition:0},0).to({startPosition:0},12).wait(50));
2447
+
2448
+ // ghkjulktul
2449
+ this.instance_11 = new lib.ghkjulktul("synched",0);
2450
+ this.instance_11.setTransform(133.1,54.9,1,1,0.9189,0,0,0.2,-106.7);
2451
+
2452
+ this.timeline.addTween(cjs.Tween.get(this.instance_11).wait(1).to({startPosition:0},0).wait(1).to({regX:0,regY:-107,rotation:0.8854,x:132.85,y:54.6},0).wait(1).to({rotation:0.7927,x:132.75},0).wait(1).to({rotation:0.6527,x:132.55},0).wait(1).to({rotation:0.4771,x:132.4},0).wait(1).to({rotation:0.2779,x:132.15,y:54.65},0).wait(1).to({rotation:0.0669,x:131.9},0).wait(1).to({rotation:-0.1441,x:131.65,y:54.7},0).wait(1).to({rotation:-0.3433,x:131.4},0).wait(1).to({rotation:-0.5189,x:131.25},0).wait(1).to({rotation:-0.6589,x:131.05},0).wait(1).to({rotation:-0.7516,x:130.95},0).wait(1).to({regX:0.3,regY:-106.7,rotation:-0.7851,x:131.2,y:55},0).wait(49).to({startPosition:0},0).wait(1).to({regX:0,regY:-107,rotation:-0.7508,x:130.9,y:54.65},0).wait(1).to({rotation:-0.6577,x:131},0).wait(1).to({rotation:-0.5204,x:131.2},0).wait(1).to({rotation:-0.3537,x:131.45,y:54.6},0).wait(1).to({rotation:-0.1722,x:131.65},0).wait(1).to({rotation:0.0092,x:131.85,y:54.55},0).wait(1).to({rotation:0.1759,x:132.15,y:54.5},0).wait(1).to({rotation:0.3132,x:132.3},0).wait(1).to({rotation:0.4063,x:132.4},0).wait(1).to({regX:0.3,regY:-106.6,rotation:0.4406,x:132.75,y:54.85},0).wait(23).to({startPosition:0},0).wait(1).to({regX:0,regY:-107,x:132.4,y:54.45},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:0.3,regY:-106.6,x:132.75,y:54.85},0).wait(90).to({startPosition:0},0).wait(1).to({regX:0,regY:-107,x:132.4,y:54.45},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:0.3,regY:-106.6,x:132.75,y:54.85},0).wait(46).to({startPosition:0},0).wait(1).to({regX:0,regY:-107,rotation:0.4639,x:132.45,y:54.45},0).wait(1).to({rotation:0.5278,x:132.55,y:54.4},0).wait(1).to({rotation:0.6231,x:132.65},0).wait(1).to({rotation:0.741,x:132.85},0).wait(1).to({rotation:0.8724,x:133},0).wait(1).to({rotation:1.0083,x:133.2},0).wait(1).to({rotation:1.1397,x:133.35},0).wait(1).to({rotation:1.2576,x:133.5,y:54.45},0).wait(1).to({rotation:1.353,x:133.65},0).wait(1).to({rotation:1.4168,x:133.7},0).wait(1).to({regX:0.3,regY:-106.6,rotation:1.4401,x:134.05,y:54.85},0).wait(154).to({startPosition:0},0).to({startPosition:0},15).wait(135).to({startPosition:0},0).to({startPosition:0},13).wait(11).to({startPosition:0},0).to({regX:0.4,regY:-106.5,rotation:2.889,x:136,y:55},12).wait(50));
2453
+
2454
+ // fghkjdfykdtyktyk
2455
+ this.instance_12 = new lib.fghkjdfykdtyktyk("synched",0);
2456
+ this.instance_12.setTransform(163.4,-113.65,0.9998,0.9998,-2.5576,0,0,7.4,4.2);
2457
+
2458
+ this.timeline.addTween(cjs.Tween.get(this.instance_12).wait(1).to({startPosition:0},0).wait(1).to({regX:0,regY:84,scaleX:0.9999,scaleY:0.9999,rotation:-2.5223,x:159.4,y:-33.6},0).wait(1).to({rotation:-2.4248,x:159.1},0).wait(1).to({rotation:-2.2775,x:158.7},0).wait(1).to({rotation:-2.0929,x:158.1},0).wait(1).to({scaleX:0.9998,scaleY:0.9998,rotation:-1.8834,x:157.5},0).wait(1).to({rotation:-1.6614,x:156.85,y:-33.65},0).wait(1).to({scaleX:0.9999,scaleY:0.9999,rotation:-1.4394,x:156.2,y:-33.7},0).wait(1).to({scaleX:0.9998,scaleY:0.9998,rotation:-1.2299,x:155.55},0).wait(1).to({scaleX:0.9999,scaleY:0.9999,rotation:-1.0452,x:155.05,y:-33.75},0).wait(1).to({scaleX:0.9998,scaleY:0.9998,rotation:-0.8979,x:154.55,y:-33.7},0).wait(1).to({rotation:-0.8004,x:154.3},0).wait(1).to({regX:7.5,regY:4.1,rotation:-0.7651,x:160.55,y:-113.7},0).wait(49).to({startPosition:0},0).wait(1).to({regX:0,regY:84,rotation:-0.7935,x:154.2,y:-33.7},0).wait(1).to({rotation:-0.8704,x:154.5},0).wait(1).to({rotation:-0.9837,x:154.95,y:-33.75},0).wait(1).to({rotation:-1.1214,x:155.45},0).wait(1).to({rotation:-1.2711,x:156},0).wait(1).to({rotation:-1.4209,x:156.65},0).wait(1).to({rotation:-1.5585,x:157.15},0).wait(1).to({rotation:-1.6719,x:157.6},0).wait(1).to({rotation:-1.7488,x:157.85},0).wait(1).to({regX:7.5,regY:4.1,rotation:-1.7771,x:162.95,y:-113.85},0).wait(23).to({startPosition:0},0).wait(1).to({regX:0,regY:84,x:157.9,y:-33.7},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:7.5,regY:4.1,x:162.95,y:-113.85},0).wait(90).to({startPosition:0},0).wait(1).to({regX:0,regY:84,x:157.9,y:-33.7},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({startPosition:0},0).wait(1).to({regX:7.5,regY:4.1,x:162.95,y:-113.85},0).wait(46).to({startPosition:0},0).wait(1).to({regX:0,regY:84,rotation:-1.6839,x:157.9,y:-33.7},0).wait(1).to({rotation:-1.4282,x:158.1,y:-33.65},0).wait(1).to({rotation:-1.0463,x:158.3,y:-33.55},0).wait(1).to({rotation:-0.5741,x:158.6,y:-33.4},0).wait(1).to({rotation:-0.0477,x:158.85,y:-33.25},0).wait(1).to({rotation:0.4966,x:159.2,y:-33.1},0).wait(1).to({rotation:1.023,x:159.5,y:-33.05},0).wait(1).to({rotation:1.4952,x:159.8,y:-32.9},0).wait(1).to({rotation:1.8771,x:160,y:-32.8},0).wait(1).to({rotation:2.1328,x:160.2,y:-32.75},0).wait(1).to({regX:7.6,regY:4,rotation:2.226,x:170.9,y:-112.3},0).wait(154).to({startPosition:0},0).to({startPosition:0},15).wait(135).to({startPosition:0},0).to({startPosition:0},13).wait(11).to({startPosition:0},0).to({regX:7.7,regY:3.9,rotation:-1.5218,x:170.75,y:-113.05},12).wait(50));
2459
+
2460
+ // ghktduykulk76
2461
+ this.instance_13 = new lib.fghjdryktytk("synched",1537);
2462
+ this.instance_13.setTransform(105.85,-11.9,0.9998,0.9998,-19.8799,0,0,-20.6,11.1);
2463
+
2464
+ this.timeline.addTween(cjs.Tween.get(this.instance_13).wait(1).to({startPosition:1538},0).wait(1).to({regX:-66.4,regY:60.6,rotation:-19.5903,x:79.2,y:50.1,startPosition:1539},0).wait(1).to({rotation:-18.7897,x:78.1,y:49.8,startPosition:1540},0).wait(1).to({rotation:-17.5803,x:76.5,y:49.25,startPosition:1541},0).wait(1).to({rotation:-16.0642,x:74.45,y:48.55,startPosition:1542},0).wait(1).to({rotation:-14.3437,x:72.25,y:47.75,startPosition:1543},0).wait(1).to({rotation:-12.521,x:69.9,y:46.8,startPosition:1544},0).wait(1).to({rotation:-10.6982,x:67.55,y:45.8,startPosition:1545},0).wait(1).to({rotation:-8.9777,x:65.4,y:44.8,startPosition:1546},0).wait(1).to({rotation:-7.4617,x:63.5,y:43.85,startPosition:1547},0).wait(1).to({rotation:-6.2522,x:62,y:43.2,startPosition:1548},0).wait(1).to({rotation:-5.4516,x:61.05,y:42.6,startPosition:1549},0).wait(1).to({regX:-20.4,regY:11,rotation:-5.162,x:102,y:-11.05,startPosition:1550},0).wait(49).to({startPosition:1599},0).wait(1).to({regX:-66.4,regY:60.6,rotation:-5.5965,x:61.1,y:42.75,startPosition:1600},0).wait(1).to({rotation:-6.7758,x:62.5,y:43.55,startPosition:1601},0).wait(1).to({rotation:-8.5138,x:64.45,y:44.65,startPosition:1602},0).wait(1).to({rotation:-10.6243,x:66.95,y:45.9,startPosition:1603},0).wait(1).to({rotation:-12.9209,x:69.8,y:47.2,startPosition:1604},0).wait(1).to({rotation:-15.2176,x:72.6,y:48.35,startPosition:1605},0).wait(1).to({rotation:-17.328,x:75.3,y:49.35,startPosition:1606},0).wait(1).to({rotation:-19.066,x:77.5,y:50.15,startPosition:1607},0).wait(1).to({rotation:-20.2454,x:78.95,y:50.6,startPosition:1608},0).wait(1).to({regX:-20.3,regY:11,rotation:-20.6799,x:105.05,y:-11.85,startPosition:1609},0).wait(23).to({startPosition:1632},0).wait(1).to({regX:-66.4,regY:60.6,x:79.45,y:50.85,startPosition:1633},0).wait(1).to({startPosition:1634},0).wait(1).to({startPosition:1635},0).wait(1).to({startPosition:1636},0).wait(1).to({startPosition:1637},0).wait(1).to({startPosition:1638},0).wait(1).to({startPosition:1639},0).wait(1).to({startPosition:1640},0).wait(1).to({startPosition:1641},0).wait(1).to({startPosition:1642},0).wait(1).to({startPosition:1643},0).wait(1).to({startPosition:1644},0).wait(1).to({regX:-20.3,regY:11,x:105.05,y:-11.85,startPosition:1645},0).wait(90).to({startPosition:1735},0).wait(1).to({regX:-66.4,regY:60.6,x:79.45,y:50.85,startPosition:1736},0).wait(1).to({startPosition:1737},0).wait(1).to({startPosition:1738},0).wait(1).to({startPosition:1739},0).wait(1).to({startPosition:1740},0).wait(1).to({startPosition:1741},0).wait(1).to({startPosition:1742},0).wait(1).to({startPosition:1743},0).wait(1).to({startPosition:1744},0).wait(1).to({startPosition:1745},0).wait(1).to({startPosition:1746},0).wait(1).to({startPosition:1747},0).wait(1).to({startPosition:1748},0).wait(1).to({regX:-20.3,regY:11,x:105.05,y:-11.85,startPosition:1749},0).wait(46).to({startPosition:1795},0).wait(1).to({regX:-66.4,regY:60.6,rotation:-20.5582,x:79.3,y:50.8,startPosition:1796},0).wait(1).to({rotation:-20.2246,x:79.15,y:50.6,startPosition:1797},0).wait(1).to({scaleX:0.9997,scaleY:0.9997,rotation:-19.7262,x:78.8,y:50.35,startPosition:1798},0).wait(1).to({scaleX:0.9998,scaleY:0.9998,rotation:-19.1101,x:78.45,y:50,startPosition:1799},0).wait(1).to({rotation:-18.4233,x:78,y:49.6,startPosition:1800},0).wait(1).to({rotation:-17.713,x:77.6,y:49.15,startPosition:1801},0).wait(1).to({rotation:-17.0262,x:77.25,y:48.75,startPosition:1802},0).wait(1).to({scaleX:0.9997,scaleY:0.9997,rotation:-16.41,x:76.8,y:48.3,startPosition:1803},0).wait(1).to({scaleX:0.9998,scaleY:0.9998,rotation:-15.9116,x:76.5,y:48,startPosition:1804},0).wait(1).to({scaleX:0.9997,scaleY:0.9997,rotation:-15.578,x:76.3,y:47.85,startPosition:1805},0).wait(1).to({regX:-20.2,regY:11,rotation:-15.4564,x:107.55,y:-12.3,startPosition:1806},0).wait(154).to({startPosition:1960},0).to({startPosition:1975},15).wait(135).to({startPosition:2110},0).to({startPosition:2123},13).wait(11).to({startPosition:2134},0).to({regY:10.9,rotation:8.9662,x:111.15,y:-12.95,startPosition:2146},12).wait(50));
2465
+
2466
+ this._renderFirstFrame();
2467
+
2468
+ }).prototype = p = new cjs.MovieClip();
2469
+ p.nominalBounds = new cjs.Rectangle(-190,-133.4,379.4,422.6);
2470
+
2471
+
2472
+ (lib.hjgkfjlfyul = function(mode,startPosition,loop,reversed) {
2473
+ if (loop == null) { loop = false; }
2474
+ if (reversed == null) { reversed = false; }
2475
+ var props = new Object();
2476
+ props.mode = mode;
2477
+ props.startPosition = startPosition;
2478
+ props.labels = {};
2479
+ props.loop = loop;
2480
+ props.reversed = reversed;
2481
+ cjs.MovieClip.apply(this,[props]);
2482
+
2483
+ // Layer_93
2484
+ this.instance = new lib.ghkutkutluyl("synched",0);
2485
+ this.instance.setTransform(-70.6,135);
2486
+
2487
+ this.instance_1 = new lib.ghkfuktull("synched",0);
2488
+ this.instance_1.setTransform(45.4,26.9,0.998,0.998,0,0,0,35.7,26.2);
2489
+
2490
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance}]}).to({state:[{t:this.instance_1}]},1537).wait(659));
2491
+
2492
+ // <Clip Group>_9
2493
+ this.instance_2 = new lib.hjktuktlyili("synched",0);
2494
+ this.instance_2.setTransform(0.15,100.15,1,1,0,0,0,-53.8,-36.6);
2495
+
2496
+ this.shape = new cjs.Shape();
2497
+ this.shape.graphics.bf(img.Bitmap1, null, new cjs.Matrix2D(1,0,0,1,-1122.9,-234)).s().p("EghGAkkMAAAhJHMBCNAAAMAAABJHg");
2498
+ this.shape.setTransform(4.3125,4.25);
2499
+
2500
+ this.timeline.addTween(cjs.Tween.get({}).to({state:[{t:this.instance_2}]}).to({state:[{t:this.shape}]},1537).wait(659));
2501
+
2502
+ // Layer_5
2503
+ this.instance_3 = new lib.HKTUKUKLLL("synched",0);
2504
+ this.instance_3.setTransform(1024.9,-55.75,1,1,0,0,0,-22.8,-56.4);
2505
+
2506
+ this.timeline.addTween(cjs.Tween.get(this.instance_3).to({x:91,y:-58.15},1536).to({_off:true},1).wait(659));
2507
+
2508
+ this._renderFirstFrame();
2509
+
2510
+ }).prototype = p = new cjs.MovieClip();
2511
+ p.nominalBounds = new cjs.Rectangle(-1124.2,-229.7,3409.8999999999996,635.3);
2512
+
2513
+
2514
+ (lib.dfghdfhdzfh = function(mode,startPosition,loop,reversed) {
2515
+ if (loop == null) { loop = true; }
2516
+ if (reversed == null) { reversed = false; }
2517
+ var props = new Object();
2518
+ props.mode = mode;
2519
+ props.startPosition = startPosition;
2520
+ props.labels = {};
2521
+ props.loop = loop;
2522
+ props.reversed = reversed;
2523
+ cjs.MovieClip.apply(this,[props]);
2524
+
2525
+ // Layer_1
2526
+ this.instance = new lib.hjgkfjlfyul("synched",0);
2527
+ this.instance.setTransform(-29.65,67.9,2.0286,2.0286,0,0,0,-14.6,33.5);
2528
+
2529
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(2196));
2530
+
2531
+ this._renderFirstFrame();
2532
+
2533
+ }).prototype = p = new cjs.MovieClip();
2534
+ p.nominalBounds = new cjs.Rectangle(-2280.6,-466.1,6917.4,1288.9);
2535
+
2536
+
2537
+ // stage content:
2538
+ (lib.m4l1p1_part1 = function(mode,startPosition,loop,reversed) {
2539
+ if (loop == null) { loop = false; }
2540
+ if (reversed == null) { reversed = false; }
2541
+ var props = new Object();
2542
+ props.mode = mode;
2543
+ props.startPosition = startPosition;
2544
+ props.labels = {m1:0};
2545
+ props.loop = loop;
2546
+ props.reversed = reversed;
2547
+ cjs.MovieClip.apply(this,[props]);
2548
+
2549
+ this.actionFrames = [0,251,543,867,1250,1635,1906,2195];
2550
+ // timeline functions:
2551
+ this.frame_0 = function() {
2552
+ //this.gotoAndPlay("m1");
2553
+ playSound("audio1");
2554
+ }
2555
+ this.frame_251 = function() {
2556
+ playSound("audio2");
2557
+ }
2558
+ this.frame_543 = function() {
2559
+ playSound("audio3");
2560
+ }
2561
+ this.frame_867 = function() {
2562
+ playSound("audio4");
2563
+ }
2564
+ this.frame_1250 = function() {
2565
+ playSound("audio5");
2566
+ }
2567
+ this.frame_1635 = function() {
2568
+ playSound("audio6");
2569
+ }
2570
+ this.frame_1906 = function() {
2571
+ playSound("audio7");
2572
+ }
2573
+ this.frame_2195 = function() {
2574
+ stop();
2575
+ }
2576
+
2577
+ // actions tween:
2578
+ this.timeline.addTween(cjs.Tween.get(this).call(this.frame_0).wait(251).call(this.frame_251).wait(292).call(this.frame_543).wait(324).call(this.frame_867).wait(383).call(this.frame_1250).wait(385).call(this.frame_1635).wait(271).call(this.frame_1906).wait(289).call(this.frame_2195).wait(1));
2579
+
2580
+ // Layer 1
2581
+ this.instance = new lib.dfghdfhdzfh("synched",0);
2582
+ this.instance.setTransform(2483.4,600.6,1,1,0,0,0,2099.2,202);
2583
+
2584
+ this.timeline.addTween(cjs.Tween.get(this.instance).wait(2196));
2585
+
2586
+ this._renderFirstFrame();
2587
+
2588
+ }).prototype = p = new lib.AnMovieClip();
2589
+ p.nominalBounds = new cjs.Rectangle(-1496.4,332.5,6517.4,888.9000000000001);
2590
+ // library properties:
2591
+ lib.properties = {
2592
+ id: 'DC841FEDD5691B44B12D4F9DB232C1FA',
2593
+ width: 800,
2594
+ height: 800,
2595
+ fps: 30,
2596
+ color: "#FFFFFF",
2597
+ opacity: 1.00,
2598
+ manifest: [
2599
+ {src:"images/Bitmap1.png", id:"Bitmap1"},
2600
+ {src:"images/m4l1p1_part1_atlas_P_1.png", id:"m4l1p1_part1_atlas_P_1"},
2601
+ {src:"sounds/audio1.mp3", id:"audio1"},
2602
+ {src:"sounds/audio2.mp3", id:"audio2"},
2603
+ {src:"sounds/audio3.mp3", id:"audio3"},
2604
+ {src:"sounds/audio4.mp3", id:"audio4"},
2605
+ {src:"sounds/audio5.mp3", id:"audio5"},
2606
+ {src:"sounds/audio6.mp3", id:"audio6"},
2607
+ {src:"sounds/audio7.mp3", id:"audio7"}
2608
+ ],
2609
+ preloads: []
2610
+ };
2611
+
2612
+
2613
+
2614
+ // bootstrap callback support:
2615
+
2616
+ (lib.Stage = function(canvas) {
2617
+ createjs.Stage.call(this, canvas);
2618
+ }).prototype = p = new createjs.Stage();
2619
+
2620
+ p.setAutoPlay = function(autoPlay) {
2621
+ this.tickEnabled = autoPlay;
2622
+ }
2623
+ p.play = function() { this.tickEnabled = true; this.getChildAt(0).gotoAndPlay(this.getTimelinePosition()) }
2624
+ p.stop = function(ms) { if(ms) this.seek(ms); this.tickEnabled = false; }
2625
+ p.seek = function(ms) { this.tickEnabled = true; this.getChildAt(0).gotoAndStop(lib.properties.fps * ms / 1000); }
2626
+ p.getDuration = function() { return this.getChildAt(0).totalFrames / lib.properties.fps * 1000; }
2627
+
2628
+ p.getTimelinePosition = function() { return this.getChildAt(0).currentFrame / lib.properties.fps * 1000; }
2629
+
2630
+ an.bootcompsLoaded = an.bootcompsLoaded || [];
2631
+ if(!an.bootstrapListeners) {
2632
+ an.bootstrapListeners=[];
2633
+ }
2634
+
2635
+ an.bootstrapCallback=function(fnCallback) {
2636
+ an.bootstrapListeners.push(fnCallback);
2637
+ if(an.bootcompsLoaded.length > 0) {
2638
+ for(var i=0; i<an.bootcompsLoaded.length; ++i) {
2639
+ fnCallback(an.bootcompsLoaded[i]);
2640
+ }
2641
+ }
2642
+ };
2643
+
2644
+ an.compositions = an.compositions || {};
2645
+ an.compositions['DC841FEDD5691B44B12D4F9DB232C1FA'] = {
2646
+ getStage: function() { return exportRoot.stage; },
2647
+ getLibrary: function() { return lib; },
2648
+ getSpriteSheet: function() { return ss; },
2649
+ getImages: function() { return img; }
2650
+ };
2651
+
2652
+ an.compositionLoaded = function(id) {
2653
+ an.bootcompsLoaded.push(id);
2654
+ for(var j=0; j<an.bootstrapListeners.length; j++) {
2655
+ an.bootstrapListeners[j](id);
2656
+ }
2657
+ }
2658
+
2659
+ an.getComposition = function(id) {
2660
+ return an.compositions[id];
2661
+ }
2662
+
2663
+
2664
+ an.makeResponsive = function(isResp, respDim, isScale, scaleType, domContainers) {
2665
+ var lastW, lastH, lastS=1;
2666
+ window.addEventListener('resize', resizeCanvas);
2667
+ resizeCanvas();
2668
+ function resizeCanvas() {
2669
+ var w = lib.properties.width, h = lib.properties.height;
2670
+ var iw = window.innerWidth, ih=window.innerHeight;
2671
+ var pRatio = window.devicePixelRatio || 1, xRatio=iw/w, yRatio=ih/h, sRatio=1;
2672
+ if(isResp) {
2673
+ if((respDim=='width'&&lastW==iw) || (respDim=='height'&&lastH==ih)) {
2674
+ sRatio = lastS;
2675
+ }
2676
+ else if(!isScale) {
2677
+ if(iw<w || ih<h)
2678
+ sRatio = Math.min(xRatio, yRatio);
2679
+ }
2680
+ else if(scaleType==1) {
2681
+ sRatio = Math.min(xRatio, yRatio);
2682
+ }
2683
+ else if(scaleType==2) {
2684
+ sRatio = Math.max(xRatio, yRatio);
2685
+ }
2686
+ }
2687
+ domContainers[0].width = w * pRatio * sRatio;
2688
+ domContainers[0].height = h * pRatio * sRatio;
2689
+ domContainers.forEach(function(container) {
2690
+ container.style.width = w * sRatio + 'px';
2691
+ container.style.height = h * sRatio + 'px';
2692
+ });
2693
+ stage.scaleX = pRatio*sRatio;
2694
+ stage.scaleY = pRatio*sRatio;
2695
+ lastW = iw; lastH = ih; lastS = sRatio;
2696
+ stage.tickOnUpdate = false;
2697
+ stage.update();
2698
+ stage.tickOnUpdate = true;
2699
+ }
2700
+ }
2701
+ an.handleSoundStreamOnTick = function(event) {
2702
+ if(!event.paused){
2703
+ var stageChild = stage.getChildAt(0);
2704
+ if(!stageChild.paused || stageChild.ignorePause){
2705
+ stageChild.syncStreamSounds();
2706
+ }
2707
+ }
2708
+ }
2709
+ an.handleFilterCache = function(event) {
2710
+ if(!event.paused){
2711
+ var target = event.target;
2712
+ if(target){
2713
+ if(target.filterCacheList){
2714
+ for(var index = 0; index < target.filterCacheList.length ; index++){
2715
+ var cacheInst = target.filterCacheList[index];
2716
+ if((cacheInst.startFrame <= target.currentFrame) && (target.currentFrame <= cacheInst.endFrame)){
2717
+ cacheInst.instance.cache(cacheInst.x, cacheInst.y, cacheInst.w, cacheInst.h);
2718
+ }
2719
+ }
2720
+ }
2721
+ }
2722
+ }
2723
+ }
2724
+
2725
+
2726
+ })(createjs = createjs||{}, AdobeAn = AdobeAn||{});
2727
+ var createjs, AdobeAn;