@oiz/stzh-components 2.0.0-beta → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (272) hide show
  1. package/dist/cjs/{app-globals-58a084a9.js → app-globals-ec8cc33e.js} +1 -1
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/stzh-accordion-item.cjs.entry.js +33 -15
  4. package/dist/cjs/stzh-actionset.cjs.entry.js +1 -9
  5. package/dist/cjs/stzh-badge_3.cjs.entry.js +17 -7
  6. package/dist/cjs/stzh-card-list.cjs.entry.js +19 -20
  7. package/dist/cjs/stzh-card.cjs.entry.js +34 -16
  8. package/dist/cjs/stzh-chip-select.cjs.entry.js +52 -4
  9. package/dist/cjs/stzh-chip.cjs.entry.js +3 -1
  10. package/dist/cjs/stzh-components.cjs.js +2 -2
  11. package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
  12. package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +1 -1
  13. package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
  14. package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
  15. package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +2 -2
  16. package/dist/cjs/stzh-heading.cjs.entry.js +1 -1
  17. package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
  18. package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
  19. package/dist/cjs/stzh-input.cjs.entry.js +2 -2
  20. package/dist/cjs/stzh-link.cjs.entry.js +8 -4
  21. package/dist/cjs/stzh-menu_2.cjs.entry.js +6 -2
  22. package/dist/cjs/stzh-message.cjs.entry.js +1 -1
  23. package/dist/cjs/stzh-pagetitle.cjs.entry.js +1 -1
  24. package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
  25. package/dist/cjs/stzh-saptcha.cjs.entry.js +1 -1
  26. package/dist/cjs/stzh-sortable.cjs.entry.js +3 -2
  27. package/dist/cjs/stzh-table.cjs.entry.js +1 -1
  28. package/dist/cjs/stzh-upload.cjs.entry.js +47 -4
  29. package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +1 -1
  30. package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
  31. package/dist/collection/assets/icons/mono/code-window.svg +3 -0
  32. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +34 -8
  33. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +123 -14
  34. package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +9 -0
  35. package/dist/collection/components/stzh-actionset/stzh-actionset.js +1 -9
  36. package/dist/collection/components/stzh-badge/stzh-badge.css +22 -2
  37. package/dist/collection/components/stzh-badge/stzh-badge.js +25 -1
  38. package/dist/collection/components/stzh-button/stzh-button.js +45 -5
  39. package/dist/collection/components/stzh-card/stzh-card.css +2 -14
  40. package/dist/collection/components/stzh-card/stzh-card.js +37 -37
  41. package/dist/collection/components/stzh-card/stzh-card.stories.js +1 -4
  42. package/dist/collection/components/stzh-card-list/stzh-card-list.js +22 -49
  43. package/dist/collection/components/stzh-card-list/stzh-card-list.stories.js +2 -2
  44. package/dist/collection/components/stzh-chip/stzh-chip.js +38 -1
  45. package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +80 -0
  46. package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +213 -3
  47. package/dist/collection/components/stzh-cspace/stzh-cspace.css +87 -176
  48. package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -8
  49. package/dist/collection/components/stzh-datatable/stzh-datatable.css +5 -0
  50. package/dist/collection/components/stzh-dialog/stzh-dialog.css +9 -19
  51. package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +16 -16
  52. package/dist/collection/components/stzh-heading/stzh-heading.css +5 -15
  53. package/dist/collection/components/stzh-hspace/stzh-hspace.css +19 -24
  54. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +45 -32
  55. package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  56. package/dist/collection/components/stzh-input/stzh-input.js +2 -2
  57. package/dist/collection/components/stzh-link/stzh-link.js +44 -4
  58. package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +42 -2
  59. package/dist/collection/components/stzh-message/stzh-message.css +5 -0
  60. package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -8
  61. package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +226 -337
  62. package/dist/collection/components/stzh-richtext/stzh-richtext.css +88 -129
  63. package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +8 -8
  64. package/dist/collection/components/stzh-sortable/stzh-sortable.css +12 -6
  65. package/dist/collection/components/stzh-sortable/stzh-sortable.js +2 -1
  66. package/dist/collection/components/stzh-table/stzh-table.css +5 -0
  67. package/dist/collection/components/stzh-upload/stzh-upload.css +16 -7
  68. package/dist/collection/components/stzh-upload/stzh-upload.js +46 -3
  69. package/dist/collection/components/stzh-upload/stzh-upload.stories.js +1 -1
  70. package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +2 -7
  71. package/dist/collection/components/stzh-vspace/stzh-vspace.css +19 -24
  72. package/dist/collection/pages/meinkonto.stories.js +1 -1
  73. package/dist/components/index.js +1 -1
  74. package/dist/components/stzh-accordion-item.js +51 -16
  75. package/dist/components/stzh-actionset2.js +1 -9
  76. package/dist/components/stzh-badge2.js +10 -3
  77. package/dist/components/stzh-button2.js +11 -5
  78. package/dist/components/stzh-card-list.js +20 -22
  79. package/dist/components/stzh-card.js +34 -17
  80. package/dist/components/stzh-chip-select.js +63 -6
  81. package/dist/components/stzh-chip2.js +5 -1
  82. package/dist/components/stzh-cspace.js +1 -1
  83. package/dist/components/stzh-datamessagelist-item.js +1 -1
  84. package/dist/components/stzh-datatable.js +1 -1
  85. package/dist/components/stzh-dialog.js +1 -1
  86. package/dist/components/stzh-ghettobox2.js +1 -1
  87. package/dist/components/stzh-heading2.js +1 -1
  88. package/dist/components/stzh-hspace.js +1 -1
  89. package/dist/components/stzh-icon-sprite.js +1 -1
  90. package/dist/components/stzh-input2.js +2 -2
  91. package/dist/components/stzh-link2.js +10 -4
  92. package/dist/components/stzh-menu-item2.js +8 -2
  93. package/dist/components/stzh-message.js +1 -1
  94. package/dist/components/stzh-pagetitle.js +1 -1
  95. package/dist/components/stzh-portal-mitwirken.js +1 -1
  96. package/dist/components/stzh-richtext2.js +1 -1
  97. package/dist/components/stzh-saptcha.js +1 -1
  98. package/dist/components/stzh-sortable2.js +3 -2
  99. package/dist/components/stzh-table.js +1 -1
  100. package/dist/components/stzh-upload.js +47 -4
  101. package/dist/components/stzh-vbz-ticker.js +1 -1
  102. package/dist/components/stzh-vspace.js +1 -1
  103. package/dist/esm/{app-globals-6b6ff890.js → app-globals-e66420b3.js} +1 -1
  104. package/dist/esm/loader.js +2 -2
  105. package/dist/esm/stzh-accordion-item.entry.js +33 -15
  106. package/dist/esm/stzh-actionset.entry.js +1 -9
  107. package/dist/esm/stzh-badge_3.entry.js +17 -7
  108. package/dist/esm/stzh-card-list.entry.js +19 -20
  109. package/dist/esm/stzh-card.entry.js +34 -16
  110. package/dist/esm/stzh-chip-select.entry.js +52 -4
  111. package/dist/esm/stzh-chip.entry.js +3 -1
  112. package/dist/esm/stzh-components.js +2 -2
  113. package/dist/esm/stzh-cspace.entry.js +1 -1
  114. package/dist/esm/stzh-datamessagelist-item.entry.js +1 -1
  115. package/dist/esm/stzh-datatable.entry.js +1 -1
  116. package/dist/esm/stzh-dialog.entry.js +1 -1
  117. package/dist/esm/stzh-ghettobox_2.entry.js +2 -2
  118. package/dist/esm/stzh-heading.entry.js +1 -1
  119. package/dist/esm/stzh-hspace.entry.js +1 -1
  120. package/dist/esm/stzh-icon-sprite.entry.js +1 -1
  121. package/dist/esm/stzh-input.entry.js +2 -2
  122. package/dist/esm/stzh-link.entry.js +8 -4
  123. package/dist/esm/stzh-menu_2.entry.js +6 -2
  124. package/dist/esm/stzh-message.entry.js +1 -1
  125. package/dist/esm/stzh-pagetitle.entry.js +1 -1
  126. package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
  127. package/dist/esm/stzh-saptcha.entry.js +1 -1
  128. package/dist/esm/stzh-sortable.entry.js +3 -2
  129. package/dist/esm/stzh-table.entry.js +1 -1
  130. package/dist/esm/stzh-upload.entry.js +47 -4
  131. package/dist/esm/stzh-vbz-ticker.entry.js +1 -1
  132. package/dist/esm/stzh-vspace.entry.js +1 -1
  133. package/dist/esm-es5/app-globals-e66420b3.js +1 -0
  134. package/dist/esm-es5/loader.js +1 -1
  135. package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
  136. package/dist/esm-es5/stzh-actionset.entry.js +1 -1
  137. package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
  138. package/dist/esm-es5/stzh-card-list.entry.js +1 -1
  139. package/dist/esm-es5/stzh-card.entry.js +1 -1
  140. package/dist/esm-es5/stzh-chip-select.entry.js +1 -1
  141. package/dist/esm-es5/stzh-chip.entry.js +1 -1
  142. package/dist/esm-es5/stzh-components.js +1 -1
  143. package/dist/esm-es5/stzh-cspace.entry.js +1 -1
  144. package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
  145. package/dist/esm-es5/stzh-datatable.entry.js +1 -1
  146. package/dist/esm-es5/stzh-dialog.entry.js +1 -1
  147. package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
  148. package/dist/esm-es5/stzh-heading.entry.js +1 -1
  149. package/dist/esm-es5/stzh-hspace.entry.js +1 -1
  150. package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
  151. package/dist/esm-es5/stzh-input.entry.js +1 -1
  152. package/dist/esm-es5/stzh-link.entry.js +1 -1
  153. package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
  154. package/dist/esm-es5/stzh-message.entry.js +1 -1
  155. package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
  156. package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
  157. package/dist/esm-es5/stzh-saptcha.entry.js +1 -1
  158. package/dist/esm-es5/stzh-sortable.entry.js +1 -1
  159. package/dist/esm-es5/stzh-table.entry.js +1 -1
  160. package/dist/esm-es5/stzh-upload.entry.js +1 -1
  161. package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
  162. package/dist/esm-es5/stzh-vspace.entry.js +1 -1
  163. package/dist/stzh-components/assets/icons/mono/code-window.svg +3 -0
  164. package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +45 -32
  165. package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
  166. package/dist/stzh-components/{p-332e4fd3.entry.js → p-03ea86bd.entry.js} +1 -1
  167. package/dist/stzh-components/p-051bc2a8.entry.js +1 -0
  168. package/dist/stzh-components/{p-13f44000.entry.js → p-0711e511.entry.js} +1 -1
  169. package/dist/stzh-components/p-073c89b1.system.entry.js +1 -0
  170. package/dist/stzh-components/{p-8cbc987f.system.entry.js → p-1440163c.system.entry.js} +1 -1
  171. package/dist/stzh-components/p-18958371.entry.js +1 -0
  172. package/dist/stzh-components/p-20ef4a20.system.entry.js +1 -0
  173. package/dist/stzh-components/{p-8a9e588e.system.entry.js → p-21566d65.system.entry.js} +1 -1
  174. package/dist/stzh-components/{p-5975c355.system.entry.js → p-22701389.system.entry.js} +1 -1
  175. package/dist/stzh-components/p-252d3178.entry.js +1 -0
  176. package/dist/stzh-components/p-2ca4a828.system.entry.js +1 -0
  177. package/dist/stzh-components/p-3042b23e.entry.js +1 -0
  178. package/dist/stzh-components/p-3b912468.system.entry.js +1 -0
  179. package/dist/stzh-components/p-3beb58d6.system.entry.js +1 -0
  180. package/dist/stzh-components/p-3f0363db.entry.js +1 -0
  181. package/dist/stzh-components/{p-b084fcbf.system.entry.js → p-530252c6.system.entry.js} +1 -1
  182. package/dist/stzh-components/{p-3b27a43f.system.entry.js → p-5353ba86.system.entry.js} +2 -2
  183. package/dist/stzh-components/p-55cdbf79.entry.js +1 -0
  184. package/dist/stzh-components/p-562e6c52.entry.js +1 -0
  185. package/dist/stzh-components/{p-b9295dc2.entry.js → p-5f4eb46c.entry.js} +1 -1
  186. package/dist/stzh-components/p-62db1e59.entry.js +1 -0
  187. package/dist/stzh-components/{p-63d8db7b.entry.js → p-6425898c.entry.js} +1 -1
  188. package/dist/stzh-components/p-676fd54d.entry.js +1 -0
  189. package/dist/stzh-components/{p-e7a84e53.system.entry.js → p-684c345e.system.entry.js} +1 -1
  190. package/dist/stzh-components/{p-8f16b0ac.entry.js → p-713ae713.entry.js} +1 -1
  191. package/dist/stzh-components/p-764ba190.entry.js +1 -0
  192. package/dist/stzh-components/p-786a92d4.system.entry.js +1 -0
  193. package/dist/stzh-components/p-796ae62c.system.entry.js +1 -0
  194. package/dist/stzh-components/p-7ec2f3fd.entry.js +9 -0
  195. package/dist/stzh-components/p-80d70586.entry.js +1 -0
  196. package/dist/stzh-components/p-838df84a.system.entry.js +1 -0
  197. package/dist/stzh-components/p-84ab53cc.system.entry.js +1 -0
  198. package/dist/stzh-components/p-85161133.js +1 -0
  199. package/dist/stzh-components/p-864d7c50.entry.js +1 -0
  200. package/dist/stzh-components/p-8b6de2c0.system.entry.js +1 -0
  201. package/dist/stzh-components/{p-ab455116.system.entry.js → p-8c648042.system.entry.js} +1 -1
  202. package/dist/stzh-components/p-929dbdf1.system.entry.js +1 -0
  203. package/dist/stzh-components/p-9469b812.entry.js +1 -0
  204. package/dist/stzh-components/p-9e716229.entry.js +1 -0
  205. package/dist/stzh-components/p-a3fa6122.system.entry.js +1 -0
  206. package/dist/stzh-components/p-b391d962.system.entry.js +1 -0
  207. package/dist/stzh-components/p-b462a61f.entry.js +1 -0
  208. package/dist/stzh-components/{p-5987573e.system.entry.js → p-b5a85078.system.entry.js} +1 -1
  209. package/dist/stzh-components/p-b70bc70c.system.js +1 -0
  210. package/dist/stzh-components/{p-b9382599.entry.js → p-bb3c1249.entry.js} +1 -1
  211. package/dist/stzh-components/{p-b636a18a.system.entry.js → p-bbe4e3d1.system.entry.js} +1 -1
  212. package/dist/stzh-components/p-c4fc6433.system.entry.js +1 -0
  213. package/dist/stzh-components/p-cb1d4678.entry.js +1 -0
  214. package/dist/stzh-components/p-ccd30d73.system.entry.js +1 -0
  215. package/dist/stzh-components/p-cd795307.entry.js +1 -0
  216. package/dist/stzh-components/{p-c692e405.entry.js → p-cdc9e600.entry.js} +1 -1
  217. package/dist/stzh-components/p-d1552460.system.entry.js +1 -0
  218. package/dist/stzh-components/p-e3e3e88c.system.js +1 -0
  219. package/dist/stzh-components/p-eb61c369.entry.js +1 -0
  220. package/dist/stzh-components/p-ebeb8d7b.system.entry.js +1 -0
  221. package/dist/stzh-components/p-eca1732f.entry.js +1 -0
  222. package/dist/stzh-components/p-f24db7e8.system.entry.js +1 -0
  223. package/dist/stzh-components/stzh-components.css +1 -1
  224. package/dist/stzh-components/stzh-components.esm.js +1 -1
  225. package/dist/stzh-components/stzh-components.js +1 -1
  226. package/dist/types/components/stzh-badge/stzh-badge.d.ts +2 -0
  227. package/dist/types/components.d.ts +196 -28
  228. package/dist/types/index.d.ts +6 -1
  229. package/dist/vscode-data.json +180 -19
  230. package/package.json +1 -1
  231. package/dist/esm-es5/app-globals-6b6ff890.js +0 -1
  232. package/dist/stzh-components/p-0b8de542.system.entry.js +0 -1
  233. package/dist/stzh-components/p-0d5522dc.system.entry.js +0 -1
  234. package/dist/stzh-components/p-0efe125f.system.entry.js +0 -1
  235. package/dist/stzh-components/p-2818488f.entry.js +0 -1
  236. package/dist/stzh-components/p-373f79e8.entry.js +0 -1
  237. package/dist/stzh-components/p-3ac93a01.entry.js +0 -1
  238. package/dist/stzh-components/p-59c323ce.entry.js +0 -1
  239. package/dist/stzh-components/p-6354fee3.entry.js +0 -1
  240. package/dist/stzh-components/p-653c6bbc.entry.js +0 -1
  241. package/dist/stzh-components/p-67f906b1.entry.js +0 -1
  242. package/dist/stzh-components/p-6a81e64b.entry.js +0 -1
  243. package/dist/stzh-components/p-75cdc8a6.system.entry.js +0 -1
  244. package/dist/stzh-components/p-7ad87d98.system.entry.js +0 -1
  245. package/dist/stzh-components/p-7f9f9a8d.entry.js +0 -1
  246. package/dist/stzh-components/p-83b1e379.entry.js +0 -9
  247. package/dist/stzh-components/p-86bc421e.system.entry.js +0 -1
  248. package/dist/stzh-components/p-8aebb240.entry.js +0 -1
  249. package/dist/stzh-components/p-938ef748.entry.js +0 -1
  250. package/dist/stzh-components/p-9bda100f.system.js +0 -1
  251. package/dist/stzh-components/p-a99d3e97.system.entry.js +0 -1
  252. package/dist/stzh-components/p-af2664fc.system.entry.js +0 -1
  253. package/dist/stzh-components/p-b9c3f3cc.entry.js +0 -1
  254. package/dist/stzh-components/p-bd178c32.system.entry.js +0 -1
  255. package/dist/stzh-components/p-c013a00b.system.entry.js +0 -1
  256. package/dist/stzh-components/p-c456c04b.system.entry.js +0 -1
  257. package/dist/stzh-components/p-c499e04d.entry.js +0 -1
  258. package/dist/stzh-components/p-c83e4fec.system.entry.js +0 -1
  259. package/dist/stzh-components/p-ca062c11.system.js +0 -1
  260. package/dist/stzh-components/p-ce28428b.entry.js +0 -1
  261. package/dist/stzh-components/p-cfaac121.js +0 -1
  262. package/dist/stzh-components/p-d11a70e2.system.entry.js +0 -1
  263. package/dist/stzh-components/p-d1dba399.system.entry.js +0 -1
  264. package/dist/stzh-components/p-d2b5e066.entry.js +0 -1
  265. package/dist/stzh-components/p-d54f04c8.system.entry.js +0 -1
  266. package/dist/stzh-components/p-d645d645.entry.js +0 -1
  267. package/dist/stzh-components/p-da7b363e.entry.js +0 -1
  268. package/dist/stzh-components/p-de017b87.system.entry.js +0 -1
  269. package/dist/stzh-components/p-e009bfdc.entry.js +0 -1
  270. package/dist/stzh-components/p-f167eaa4.system.entry.js +0 -1
  271. package/dist/stzh-components/p-f2ee016a.entry.js +0 -1
  272. package/dist/stzh-components/p-ffa1e9dd.system.entry.js +0 -1
@@ -1,7 +1,7 @@
1
- var __awaiter=this&&this.__awaiter||function(e,t,n,i){function r(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function a(e){try{s(i.next(e))}catch(t){o(t)}}function l(e){try{s(i["throw"](e))}catch(t){o(t)}}function s(e){e.done?n(e.value):r(e.value).then(a,l)}s((i=i.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},i,r,o,a;return a={next:l(0),throw:l(1),return:l(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function l(e){return function(t){return s([e,t])}}function s(a){if(i)throw new TypeError("Generator is already executing.");while(n)try{if(i=1,r&&(o=a[0]&2?r["return"]:a[0]?r["throw"]||((o=r["return"])&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;if(r=0,o)a=[a[0]&2,o.value];switch(a[0]){case 0:case 1:o=a;break;case 4:n.label++;return{value:a[1],done:false};case 5:n.label++;r=a[1];a=[0];continue;case 7:a=n.ops.pop();n.trys.pop();continue;default:if(!(o=n.trys,o=o.length>0&&o[o.length-1])&&(a[0]===6||a[0]===2)){n=0;continue}if(a[0]===3&&(!o||a[1]>o[0]&&a[1]<o[3])){n.label=a[1];break}if(a[0]===6&&n.label<o[1]){n.label=o[1];o=a;break}if(o&&n.label<o[2]){n.label=o[2];n.ops.push(a);break}if(o[2])n.ops.pop();n.trys.pop();continue}a=t.call(e,n)}catch(l){a=[6,l];r=0}finally{i=o=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};System.register(["./p-bf0fdd23.system.js","./p-0230004d.system.js","./p-a408bfba.system.js"],(function(e){"use strict";var t,n,i,r,o,a,l;return{setters:[function(e){t=e.r;n=e.c;i=e.h;r=e.a;o=e.g},function(e){a=e.c},function(e){l=e.f}],execute:function(){function s(e){return"object"==typeof e&&null!=e&&1===e.nodeType}function c(e,t){return(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e}function u(e,t){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var n=getComputedStyle(e,null);return c(n.overflowY,t)||c(n.overflowX,t)||function(e){var t=function(e){if(!e.ownerDocument||!e.ownerDocument.defaultView)return null;try{return e.ownerDocument.defaultView.frameElement}catch(e){return null}}(e);return!!t&&(t.clientHeight<e.scrollHeight||t.clientWidth<e.scrollWidth)}(e)}return!1}function f(e,t,n,i,r,o,a,l){return o<e&&a>t||o>e&&a<t?0:o<=e&&l<=n||a>=t&&l>=n?o-e-i:a>t&&l<n||o<e&&l>n?a-t+r:0}function d(e,t){var n=window,i=t.scrollMode,r=t.block,o=t.inline,a=t.boundary,l=t.skipOverflowHiddenElements,c="function"==typeof a?a:function(e){return e!==a};if(!s(e))throw new TypeError("Invalid target");for(var d=document.scrollingElement||document.documentElement,h=[],p=e;s(p)&&c(p);){if((p=p.parentElement)===d){h.push(p);break}null!=p&&p===document.body&&u(p)&&!u(document.documentElement)||null!=p&&u(p,l)&&h.push(p)}for(var v=n.visualViewport?n.visualViewport.width:innerWidth,g=n.visualViewport?n.visualViewport.height:innerHeight,m=window.scrollX||pageXOffset,b=window.scrollY||pageYOffset,y=e.getBoundingClientRect(),w=y.height,E=y.width,D=y.top,_=y.right,S=y.bottom,C=y.left,I="start"===r||"nearest"===r?D:"end"===r?S:D+w/2,x="center"===o?C+E/2:"end"===o?_:C,O=[],T=0;T<h.length;T++){var A=h[T],M=A.getBoundingClientRect(),k=M.height,z=M.width,N=M.top,P=M.right,B=M.bottom,R=M.left;if("if-needed"===i&&D>=0&&C>=0&&S<=g&&_<=v&&D>=N&&S<=B&&C>=R&&_<=P)return O;var X=getComputedStyle(A),L=parseInt(X.borderLeftWidth,10),Y=parseInt(X.borderTopWidth,10),W=parseInt(X.borderRightWidth,10),j=parseInt(X.borderBottomWidth,10),H=0,F=0,K="offsetWidth"in A?A.offsetWidth-A.clientWidth-L-W:0,U="offsetHeight"in A?A.offsetHeight-A.clientHeight-Y-j:0;if(d===A)H="start"===r?I:"end"===r?I-g:"nearest"===r?f(b,b+g,g,Y,j,b+I,b+I+w,w):I-g/2,F="start"===o?x:"center"===o?x-v/2:"end"===o?x-v:f(m,m+v,v,L,W,m+x,m+x+E,E),H=Math.max(0,H+b),F=Math.max(0,F+m);else{H="start"===r?I-N-Y:"end"===r?I-B+j+U:"nearest"===r?f(N,B,k,Y,j+U,I,I+w,w):I-(N+k/2)+U/2,F="start"===o?x-R-L:"center"===o?x-(R+z/2)+K/2:"end"===o?x-P+W+K:f(R,P,z,L,W+K,x,x+E,E);var G=A.scrollLeft,V=A.scrollTop;I+=V-(H=Math.max(0,Math.min(V+H,A.scrollHeight-k+U))),x+=G-(F=Math.max(0,Math.min(G+F,A.scrollWidth-z+K)))}O.push({el:A,top:H,left:F})}return O}function h(e){return e===Object(e)&&Object.keys(e).length!==0}function p(e,t){if(t===void 0){t="auto"}var n="scrollBehavior"in document.body.style;e.forEach((function(e){var i=e.el,r=e.top,o=e.left;if(i.scroll&&n){i.scroll({top:r,left:o,behavior:t})}else{i.scrollTop=r;i.scrollLeft=o}}))}function v(e){if(e===false){return{block:"end",inline:"nearest"}}if(h(e)){return e}return{block:"start",inline:"nearest"}}function g(e,t){var n=e.isConnected||e.ownerDocument.documentElement.contains(e);if(h(t)&&typeof t.behavior==="function"){return t.behavior(n?d(e,t):[])}if(!n){return}var i=v(t);return p(d(e,i),i.behavior)}
1
+ var __awaiter=this&&this.__awaiter||function(e,t,n,i){function r(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function a(e){try{s(i.next(e))}catch(t){o(t)}}function l(e){try{s(i["throw"](e))}catch(t){o(t)}}function s(e){e.done?n(e.value):r(e.value).then(a,l)}s((i=i.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},i,r,o,a;return a={next:l(0),throw:l(1),return:l(2)},typeof Symbol==="function"&&(a[Symbol.iterator]=function(){return this}),a;function l(e){return function(t){return s([e,t])}}function s(a){if(i)throw new TypeError("Generator is already executing.");while(n)try{if(i=1,r&&(o=a[0]&2?r["return"]:a[0]?r["throw"]||((o=r["return"])&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;if(r=0,o)a=[a[0]&2,o.value];switch(a[0]){case 0:case 1:o=a;break;case 4:n.label++;return{value:a[1],done:false};case 5:n.label++;r=a[1];a=[0];continue;case 7:a=n.ops.pop();n.trys.pop();continue;default:if(!(o=n.trys,o=o.length>0&&o[o.length-1])&&(a[0]===6||a[0]===2)){n=0;continue}if(a[0]===3&&(!o||a[1]>o[0]&&a[1]<o[3])){n.label=a[1];break}if(a[0]===6&&n.label<o[1]){n.label=o[1];o=a;break}if(o&&n.label<o[2]){n.label=o[2];n.ops.push(a);break}if(o[2])n.ops.pop();n.trys.pop();continue}a=t.call(e,n)}catch(l){a=[6,l];r=0}finally{i=o=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}};System.register(["./p-bf0fdd23.system.js","./p-0230004d.system.js","./p-a408bfba.system.js"],(function(e){"use strict";var t,n,i,r,o,a,l;return{setters:[function(e){t=e.r;n=e.c;i=e.h;r=e.a;o=e.g},function(e){a=e.c},function(e){l=e.f}],execute:function(){function s(e){return"object"==typeof e&&null!=e&&1===e.nodeType}function c(e,t){return(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e}function u(e,t){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var n=getComputedStyle(e,null);return c(n.overflowY,t)||c(n.overflowX,t)||function(e){var t=function(e){if(!e.ownerDocument||!e.ownerDocument.defaultView)return null;try{return e.ownerDocument.defaultView.frameElement}catch(e){return null}}(e);return!!t&&(t.clientHeight<e.scrollHeight||t.clientWidth<e.scrollWidth)}(e)}return!1}function f(e,t,n,i,r,o,a,l){return o<e&&a>t||o>e&&a<t?0:o<=e&&l<=n||a>=t&&l>=n?o-e-i:a>t&&l<n||o<e&&l>n?a-t+r:0}function d(e,t){var n=window,i=t.scrollMode,r=t.block,o=t.inline,a=t.boundary,l=t.skipOverflowHiddenElements,c="function"==typeof a?a:function(e){return e!==a};if(!s(e))throw new TypeError("Invalid target");for(var d=document.scrollingElement||document.documentElement,h=[],p=e;s(p)&&c(p);){if((p=p.parentElement)===d){h.push(p);break}null!=p&&p===document.body&&u(p)&&!u(document.documentElement)||null!=p&&u(p,l)&&h.push(p)}for(var v=n.visualViewport?n.visualViewport.width:innerWidth,g=n.visualViewport?n.visualViewport.height:innerHeight,m=window.scrollX||pageXOffset,b=window.scrollY||pageYOffset,y=e.getBoundingClientRect(),w=y.height,E=y.width,D=y.top,_=y.right,S=y.bottom,C=y.left,I="start"===r||"nearest"===r?D:"end"===r?S:D+w/2,x="center"===o?C+E/2:"end"===o?_:C,O=[],T=0;T<h.length;T++){var A=h[T],M=A.getBoundingClientRect(),z=M.height,k=M.width,N=M.top,P=M.right,B=M.bottom,R=M.left;if("if-needed"===i&&D>=0&&C>=0&&S<=g&&_<=v&&D>=N&&S<=B&&C>=R&&_<=P)return O;var X=getComputedStyle(A),L=parseInt(X.borderLeftWidth,10),Y=parseInt(X.borderTopWidth,10),W=parseInt(X.borderRightWidth,10),j=parseInt(X.borderBottomWidth,10),H=0,F=0,K="offsetWidth"in A?A.offsetWidth-A.clientWidth-L-W:0,U="offsetHeight"in A?A.offsetHeight-A.clientHeight-Y-j:0;if(d===A)H="start"===r?I:"end"===r?I-g:"nearest"===r?f(b,b+g,g,Y,j,b+I,b+I+w,w):I-g/2,F="start"===o?x:"center"===o?x-v/2:"end"===o?x-v:f(m,m+v,v,L,W,m+x,m+x+E,E),H=Math.max(0,H+b),F=Math.max(0,F+m);else{H="start"===r?I-N-Y:"end"===r?I-B+j+U:"nearest"===r?f(N,B,z,Y,j+U,I,I+w,w):I-(N+z/2)+U/2,F="start"===o?x-R-L:"center"===o?x-(R+k/2)+K/2:"end"===o?x-P+W+K:f(R,P,k,L,W+K,x,x+E,E);var G=A.scrollLeft,V=A.scrollTop;I+=V-(H=Math.max(0,Math.min(V+H,A.scrollHeight-z+U))),x+=G-(F=Math.max(0,Math.min(G+F,A.scrollWidth-k+K)))}O.push({el:A,top:H,left:F})}return O}function h(e){return e===Object(e)&&Object.keys(e).length!==0}function p(e,t){if(t===void 0){t="auto"}var n="scrollBehavior"in document.body.style;e.forEach((function(e){var i=e.el,r=e.top,o=e.left;if(i.scroll&&n){i.scroll({top:r,left:o,behavior:t})}else{i.scrollTop=r;i.scrollLeft=o}}))}function v(e){if(e===false){return{block:"end",inline:"nearest"}}if(h(e)){return e}return{block:"start",inline:"nearest"}}function g(e,t){var n=e.isConnected||e.ownerDocument.documentElement.contains(e);if(h(t)&&typeof t.behavior==="function"){return t.behavior(n?d(e,t):[])}if(!n){return}var i=v(t);return p(d(e,i),i.behavior)}
2
2
  /**!
3
3
  * Sortable 1.15.0
4
4
  * @author RubaXa <trash@rubaxa.org>
5
5
  * @author owenm <owen23355@gmail.com>
6
6
  * @license MIT
7
- */function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);if(t){i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))}n.push.apply(n,i)}return n}function b(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};if(t%2){m(Object(n),true).forEach((function(t){w(e,t,n[t])}))}else if(Object.getOwnPropertyDescriptors){Object.defineProperties(e,Object.getOwnPropertyDescriptors(n))}else{m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}}return e}function y(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){y=function(e){return typeof e}}else{y=function(e){return e&&typeof Symbol==="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e}}return y(e)}function w(e,t,n){if(t in e){Object.defineProperty(e,t,{value:n,enumerable:true,configurable:true,writable:true})}else{e[t]=n}return e}function E(){E=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n){if(Object.prototype.hasOwnProperty.call(n,i)){e[i]=n[i]}}}return e};return E.apply(this,arguments)}function D(e,t){if(e==null)return{};var n={};var i=Object.keys(e);var r,o;for(o=0;o<i.length;o++){r=i[o];if(t.indexOf(r)>=0)continue;n[r]=e[r]}return n}function _(e,t){if(e==null)return{};var n=D(e,t);var i,r;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++){i=o[r];if(t.indexOf(i)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(e,i))continue;n[i]=e[i]}}return n}function S(e){return C(e)||I(e)||x(e)||T()}function C(e){if(Array.isArray(e))return O(e)}function I(e){if(typeof Symbol!=="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function x(e,t){if(!e)return;if(typeof e==="string")return O(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor)n=e.constructor.name;if(n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return O(e,t)}function O(e,t){if(t==null||t>e.length)t=e.length;for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function T(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var A="1.15.0";function M(e){if(typeof window!=="undefined"&&window.navigator){return!!navigator.userAgent.match(e)}}var k=M(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i);var z=M(/Edge/i);var N=M(/firefox/i);var P=M(/safari/i)&&!M(/chrome/i)&&!M(/android/i);var B=M(/iP(ad|od|hone)/i);var R=M(/chrome/i)&&M(/android/i);var X={capture:false,passive:false};function L(e,t,n){e.addEventListener(t,n,!k&&X)}function Y(e,t,n){e.removeEventListener(t,n,!k&&X)}function W(e,t){if(!t)return;t[0]===">"&&(t=t.substring(1));if(e){try{if(e.matches){return e.matches(t)}else if(e.msMatchesSelector){return e.msMatchesSelector(t)}else if(e.webkitMatchesSelector){return e.webkitMatchesSelector(t)}}catch(n){return false}}return false}function j(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function H(e,t,n,i){if(e){n=n||document;do{if(t!=null&&(t[0]===">"?e.parentNode===n&&W(e,t):W(e,t))||i&&e===n){return e}if(e===n)break}while(e=j(e))}return null}var F=/\s+/g;function K(e,t,n){if(e&&t){if(e.classList){e.classList[n?"add":"remove"](t)}else{var i=(" "+e.className+" ").replace(F," ").replace(" "+t+" "," ");e.className=(i+(n?" "+t:"")).replace(F," ")}}}function U(e,t,n){var i=e&&e.style;if(i){if(n===void 0){if(document.defaultView&&document.defaultView.getComputedStyle){n=document.defaultView.getComputedStyle(e,"")}else if(e.currentStyle){n=e.currentStyle}return t===void 0?n:n[t]}else{if(!(t in i)&&t.indexOf("webkit")===-1){t="-webkit-"+t}i[t]=n+(typeof n==="string"?"":"px")}}}function G(e,t){var n="";if(typeof e==="string"){n=e}else{do{var i=U(e,"transform");if(i&&i!=="none"){n=i+" "+n}}while(!t&&(e=e.parentNode))}var r=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return r&&new r(n)}function V(e,t,n){if(e){var i=e.getElementsByTagName(t),r=0,o=i.length;if(n){for(;r<o;r++){n(i[r],r)}}return i}return[]}function q(){var e=document.scrollingElement;if(e){return e}else{return document.documentElement}}function Z(e,t,n,i,r){if(!e.getBoundingClientRect&&e!==window)return;var o,a,l,s,c,u,f;if(e!==window&&e.parentNode&&e!==q()){o=e.getBoundingClientRect();a=o.top;l=o.left;s=o.bottom;c=o.right;u=o.height;f=o.width}else{a=0;l=0;s=window.innerHeight;c=window.innerWidth;u=window.innerHeight;f=window.innerWidth}if((t||n)&&e!==window){r=r||e.parentNode;if(!k){do{if(r&&r.getBoundingClientRect&&(U(r,"transform")!=="none"||n&&U(r,"position")!=="static")){var d=r.getBoundingClientRect();a-=d.top+parseInt(U(r,"border-top-width"));l-=d.left+parseInt(U(r,"border-left-width"));s=a+o.height;c=l+o.width;break}}while(r=r.parentNode)}}if(i&&e!==window){var h=G(r||e),p=h&&h.a,v=h&&h.d;if(h){a/=v;l/=p;f/=p;u/=v;s=a+u;c=l+f}}return{top:a,left:l,bottom:s,right:c,width:f,height:u}}function $(e,t,n){var i=ie(e,true),r=Z(e)[t];while(i){var o=Z(i)[n],a=void 0;if(n==="top"||n==="left"){a=r>=o}else{a=r<=o}if(!a)return i;if(i===q())break;i=ie(i,false)}return false}function J(e,t,n,i){var r=0,o=0,a=e.children;while(o<a.length){if(a[o].style.display!=="none"&&a[o]!==gt.ghost&&(i||a[o]!==gt.dragged)&&H(a[o],n.draggable,e,false)){if(r===t){return a[o]}r++}o++}return null}function Q(e,t){var n=e.lastElementChild;while(n&&(n===gt.ghost||U(n,"display")==="none"||t&&!W(n,t))){n=n.previousElementSibling}return n||null}function ee(e,t){var n=0;if(!e||!e.parentNode){return-1}while(e=e.previousElementSibling){if(e.nodeName.toUpperCase()!=="TEMPLATE"&&e!==gt.clone&&(!t||W(e,t))){n++}}return n}function te(e){var t=0,n=0,i=q();if(e){do{var r=G(e),o=r.a,a=r.d;t+=e.scrollLeft*o;n+=e.scrollTop*a}while(e!==i&&(e=e.parentNode))}return[t,n]}function ne(e,t){for(var n in e){if(!e.hasOwnProperty(n))continue;for(var i in t){if(t.hasOwnProperty(i)&&t[i]===e[n][i])return Number(n)}}return-1}function ie(e,t){if(!e||!e.getBoundingClientRect)return q();var n=e;var i=false;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var r=U(n);if(n.clientWidth<n.scrollWidth&&(r.overflowX=="auto"||r.overflowX=="scroll")||n.clientHeight<n.scrollHeight&&(r.overflowY=="auto"||r.overflowY=="scroll")){if(!n.getBoundingClientRect||n===document.body)return q();if(i||t)return n;i=true}}}while(n=n.parentNode);return q()}function re(e,t){if(e&&t){for(var n in t){if(t.hasOwnProperty(n)){e[n]=t[n]}}}return e}function oe(e,t){return Math.round(e.top)===Math.round(t.top)&&Math.round(e.left)===Math.round(t.left)&&Math.round(e.height)===Math.round(t.height)&&Math.round(e.width)===Math.round(t.width)}var ae;function le(e,t){return function(){if(!ae){var n=arguments,i=this;if(n.length===1){e.call(i,n[0])}else{e.apply(i,n)}ae=setTimeout((function(){ae=void 0}),t)}}}function se(){clearTimeout(ae);ae=void 0}function ce(e,t,n){e.scrollLeft+=t;e.scrollTop+=n}function ue(e){var t=window.Polymer;var n=window.jQuery||window.Zepto;if(t&&t.dom){return t.dom(e).cloneNode(true)}else if(n){return n(e).clone(true)[0]}else{return e.cloneNode(true)}}function fe(e,t){U(e,"position","absolute");U(e,"top",t.top);U(e,"left",t.left);U(e,"width",t.width);U(e,"height",t.height)}function de(e){U(e,"position","");U(e,"top","");U(e,"left","");U(e,"width","");U(e,"height","")}var he="Sortable"+(new Date).getTime();function pe(){var e=[],t;return{captureAnimationState:function t(){e=[];if(!this.options.animation)return;var n=[].slice.call(this.el.children);n.forEach((function(t){if(U(t,"display")==="none"||t===gt.ghost)return;e.push({target:t,rect:Z(t)});var n=b({},e[e.length-1].rect);if(t.thisAnimationDuration){var i=G(t,true);if(i){n.top-=i.f;n.left-=i.e}}t.fromRect=n}))},addAnimationState:function t(n){e.push(n)},removeAnimationState:function t(n){e.splice(ne(e,{target:n}),1)},animateAll:function n(i){var r=this;if(!this.options.animation){clearTimeout(t);if(typeof i==="function")i();return}var o=false,a=0;e.forEach((function(e){var t=0,n=e.target,i=n.fromRect,l=Z(n),s=n.prevFromRect,c=n.prevToRect,u=e.rect,f=G(n,true);if(f){l.top-=f.f;l.left-=f.e}n.toRect=l;if(n.thisAnimationDuration){if(oe(s,l)&&!oe(i,l)&&(u.top-l.top)/(u.left-l.left)===(i.top-l.top)/(i.left-l.left)){t=ge(u,s,c,r.options)}}if(!oe(l,i)){n.prevFromRect=i;n.prevToRect=l;if(!t){t=r.options.animation}r.animate(n,u,l,t)}if(t){o=true;a=Math.max(a,t);clearTimeout(n.animationResetTimer);n.animationResetTimer=setTimeout((function(){n.animationTime=0;n.prevFromRect=null;n.fromRect=null;n.prevToRect=null;n.thisAnimationDuration=null}),t);n.thisAnimationDuration=t}}));clearTimeout(t);if(!o){if(typeof i==="function")i()}else{t=setTimeout((function(){if(typeof i==="function")i()}),a)}e=[]},animate:function e(t,n,i,r){if(r){U(t,"transition","");U(t,"transform","");var o=G(this.el),a=o&&o.a,l=o&&o.d,s=(n.left-i.left)/(a||1),c=(n.top-i.top)/(l||1);t.animatingX=!!s;t.animatingY=!!c;U(t,"transform","translate3d("+s+"px,"+c+"px,0)");this.forRepaintDummy=ve(t);U(t,"transition","transform "+r+"ms"+(this.options.easing?" "+this.options.easing:""));U(t,"transform","translate3d(0,0,0)");typeof t.animated==="number"&&clearTimeout(t.animated);t.animated=setTimeout((function(){U(t,"transition","");U(t,"transform","");t.animated=false;t.animatingX=false;t.animatingY=false}),r)}}}}function ve(e){return e.offsetWidth}function ge(e,t,n,i){return Math.sqrt(Math.pow(t.top-e.top,2)+Math.pow(t.left-e.left,2))/Math.sqrt(Math.pow(t.top-n.top,2)+Math.pow(t.left-n.left,2))*i.animation}var me=[];var be={initializeByDefault:true};var ye={mount:function e(t){for(var n in be){if(be.hasOwnProperty(n)&&!(n in t)){t[n]=be[n]}}me.forEach((function(e){if(e.pluginName===t.pluginName){throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")}}));me.push(t)},pluginEvent:function e(t,n,i){var r=this;this.eventCanceled=false;i.cancel=function(){r.eventCanceled=true};var o=t+"Global";me.forEach((function(e){if(!n[e.pluginName])return;if(n[e.pluginName][o]){n[e.pluginName][o](b({sortable:n},i))}if(n.options[e.pluginName]&&n[e.pluginName][t]){n[e.pluginName][t](b({sortable:n},i))}}))},initializePlugins:function e(t,n,i,r){me.forEach((function(e){var r=e.pluginName;if(!t.options[r]&&!e.initializeByDefault)return;var o=new e(t,n,t.options);o.sortable=t;o.options=t.options;t[r]=o;E(i,o.defaults)}));for(var o in t.options){if(!t.options.hasOwnProperty(o))continue;var a=this.modifyOption(t,o,t.options[o]);if(typeof a!=="undefined"){t.options[o]=a}}},getEventProperties:function e(t,n){var i={};me.forEach((function(e){if(typeof e.eventProperties!=="function")return;E(i,e.eventProperties.call(n[e.pluginName],t))}));return i},modifyOption:function e(t,n,i){var r;me.forEach((function(e){if(!t[e.pluginName])return;if(e.optionListeners&&typeof e.optionListeners[n]==="function"){r=e.optionListeners[n].call(t[e.pluginName],i)}}));return r}};function we(e){var t=e.sortable,n=e.rootEl,i=e.name,r=e.targetEl,o=e.cloneEl,a=e.toEl,l=e.fromEl,s=e.oldIndex,c=e.newIndex,u=e.oldDraggableIndex,f=e.newDraggableIndex,d=e.originalEvent,h=e.putSortable,p=e.extraEventProperties;t=t||n&&n[he];if(!t)return;var v,g=t.options,m="on"+i.charAt(0).toUpperCase()+i.substr(1);if(window.CustomEvent&&!k&&!z){v=new CustomEvent(i,{bubbles:true,cancelable:true})}else{v=document.createEvent("Event");v.initEvent(i,true,true)}v.to=a||n;v.from=l||n;v.item=r||n;v.clone=o;v.oldIndex=s;v.newIndex=c;v.oldDraggableIndex=u;v.newDraggableIndex=f;v.originalEvent=d;v.pullMode=h?h.lastPutMode:undefined;var y=b(b({},p),ye.getEventProperties(i,t));for(var w in y){v[w]=y[w]}if(n){n.dispatchEvent(v)}if(g[m]){g[m].call(t,v)}}var Ee=["evt"];var De=function e(t,n){var i=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{},r=i.evt,o=_(i,Ee);ye.pluginEvent.bind(gt)(t,n,b({dragEl:Se,parentEl:Ce,ghostEl:Ie,rootEl:xe,nextEl:Oe,lastDownEl:Te,cloneEl:Ae,cloneHidden:Me,dragStarted:Ge,putSortable:Re,activeSortable:gt.active,originalEvent:r,oldIndex:ke,oldDraggableIndex:Ne,newIndex:ze,newDraggableIndex:Pe,hideGhostForTarget:dt,unhideGhostForTarget:ht,cloneNowHidden:function e(){Me=true},cloneNowShown:function e(){Me=false},dispatchSortableEvent:function e(t){_e({sortable:n,name:t,originalEvent:r})}},o))};function _e(e){we(b({putSortable:Re,cloneEl:Ae,targetEl:Se,rootEl:xe,oldIndex:ke,oldDraggableIndex:Ne,newIndex:ze,newDraggableIndex:Pe},e))}var Se,Ce,Ie,xe,Oe,Te,Ae,Me,ke,ze,Ne,Pe,Be,Re,Xe=false,Le=false,Ye=[],We,je,He,Fe,Ke,Ue,Ge,Ve,qe,Ze=false,$e=false,Je,Qe,et=[],tt=false,nt=[];var it=typeof document!=="undefined",rt=B,ot=z||k?"cssFloat":"float",at=it&&!R&&!B&&"draggable"in document.createElement("div"),lt=function(){if(!it)return;if(k){return false}var e=document.createElement("x");e.style.cssText="pointer-events:auto";return e.style.pointerEvents==="auto"}(),st=function e(t,n){var i=U(t),r=parseInt(i.width)-parseInt(i.paddingLeft)-parseInt(i.paddingRight)-parseInt(i.borderLeftWidth)-parseInt(i.borderRightWidth),o=J(t,0,n),a=J(t,1,n),l=o&&U(o),s=a&&U(a),c=l&&parseInt(l.marginLeft)+parseInt(l.marginRight)+Z(o).width,u=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+Z(a).width;if(i.display==="flex"){return i.flexDirection==="column"||i.flexDirection==="column-reverse"?"vertical":"horizontal"}if(i.display==="grid"){return i.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal"}if(o&&l["float"]&&l["float"]!=="none"){var f=l["float"]==="left"?"left":"right";return a&&(s.clear==="both"||s.clear===f)?"vertical":"horizontal"}return o&&(l.display==="block"||l.display==="flex"||l.display==="table"||l.display==="grid"||c>=r&&i[ot]==="none"||a&&i[ot]==="none"&&c+u>r)?"vertical":"horizontal"},ct=function e(t,n,i){var r=i?t.left:t.top,o=i?t.right:t.bottom,a=i?t.width:t.height,l=i?n.left:n.top,s=i?n.right:n.bottom,c=i?n.width:n.height;return r===l||o===s||r+a/2===l+c/2},ut=function e(t,n){var i;Ye.some((function(e){var r=e[he].options.emptyInsertThreshold;if(!r||Q(e))return;var o=Z(e),a=t>=o.left-r&&t<=o.right+r,l=n>=o.top-r&&n<=o.bottom+r;if(a&&l){return i=e}}));return i},ft=function e(t){function n(e,t){return function(i,r,o,a){var l=i.options.group.name&&r.options.group.name&&i.options.group.name===r.options.group.name;if(e==null&&(t||l)){return true}else if(e==null||e===false){return false}else if(t&&e==="clone"){return e}else if(typeof e==="function"){return n(e(i,r,o,a),t)(i,r,o,a)}else{var s=(t?i:r).options.group.name;return e===true||typeof e==="string"&&e===s||e.join&&e.indexOf(s)>-1}}}var i={};var r=t.group;if(!r||y(r)!="object"){r={name:r}}i.name=r.name;i.checkPull=n(r.pull,true);i.checkPut=n(r.put);i.revertClone=r.revertClone;t.group=i},dt=function e(){if(!lt&&Ie){U(Ie,"display","none")}},ht=function e(){if(!lt&&Ie){U(Ie,"display","")}};if(it&&!R){document.addEventListener("click",(function(e){if(Le){e.preventDefault();e.stopPropagation&&e.stopPropagation();e.stopImmediatePropagation&&e.stopImmediatePropagation();Le=false;return false}}),true)}var pt=function e(t){if(Se){t=t.touches?t.touches[0]:t;var n=ut(t.clientX,t.clientY);if(n){var i={};for(var r in t){if(t.hasOwnProperty(r)){i[r]=t[r]}}i.target=i.rootEl=n;i.preventDefault=void 0;i.stopPropagation=void 0;n[he]._onDragOver(i)}}};var vt=function e(t){if(Se){Se.parentNode[he]._isOutsideThisEl(t.target)}};function gt(e,t){if(!(e&&e.nodeType&&e.nodeType===1)){throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e))}this.el=e;this.options=t=E({},t);e[he]=this;var n={group:null,sort:true,disabled:false,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:false,invertedSwapThreshold:null,removeCloneOnHide:true,direction:function t(){return st(e,this.options)},ghostClone:function(e){return e.cloneNode(true)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:true,animation:0,easing:null,setData:function e(t,n){t.setData("Text",n.textContent)},dropBubble:false,dragoverBubble:false,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:false,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:false,fallbackClass:"sortable-fallback",fallbackOnBody:false,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:gt.supportPointer!==false&&"PointerEvent"in window&&!P,emptyInsertThreshold:5};ye.initializePlugins(this,e,n);for(var i in n){!(i in t)&&(t[i]=n[i])}ft(t);for(var r in this){if(r.charAt(0)==="_"&&typeof this[r]==="function"){this[r]=this[r].bind(this)}}this.nativeDraggable=t.forceFallback?false:at;if(this.nativeDraggable){this.options.touchStartThreshold=1}if(t.supportPointer){L(e,"pointerdown",this._onTapStart)}else{L(e,"mousedown",this._onTapStart);L(e,"touchstart",this._onTapStart)}if(this.nativeDraggable){L(e,"dragover",this);L(e,"dragenter",this)}Ye.push(this.el);t.store&&t.store.get&&this.sort(t.store.get(this)||[]);E(this,pe())}gt.prototype={constructor:gt,_isOutsideThisEl:function e(t){if(!this.el.contains(t)&&t!==this.el){Ve=null}},_getDirection:function e(t,n){return typeof this.options.direction==="function"?this.options.direction.call(this,t,n,Se):this.options.direction},_onTapStart:function e(t){if(!t.cancelable)return;var n=this,i=this.el,r=this.options,o=r.preventOnFilter,a=t.type,l=t.touches&&t.touches[0]||t.pointerType&&t.pointerType==="touch"&&t,s=(l||t).target,c=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||s,u=r.filter;It(i);if(Se){return}if(/mousedown|pointerdown/.test(a)&&t.button!==0||r.disabled){return}if(c.isContentEditable){return}if(!this.nativeDraggable&&P&&s&&s.tagName.toUpperCase()==="SELECT"){return}s=H(s,r.draggable,i,false);if(s&&s.animated){return}if(Te===s){return}ke=ee(s);Ne=ee(s,r.draggable);if(typeof u==="function"){if(u.call(this,t,s,this)){_e({sortable:n,rootEl:c,name:"filter",targetEl:s,toEl:i,fromEl:i});De("filter",n,{evt:t});o&&t.cancelable&&t.preventDefault();return}}else if(u){u=u.split(",").some((function(e){e=H(c,e.trim(),i,false);if(e){_e({sortable:n,rootEl:e,name:"filter",targetEl:s,fromEl:i,toEl:i});De("filter",n,{evt:t});return true}}));if(u){o&&t.cancelable&&t.preventDefault();return}}if(r.handle&&!H(c,r.handle,i,false)){return}this._prepareDragStart(t,l,s)},_prepareDragStart:function e(t,n,i){var r=this,o=r.el,a=r.options,l=o.ownerDocument,s;if(i&&!Se&&i.parentNode===o){var c=Z(i);xe=o;Se=i;Ce=Se.parentNode;Oe=Se.nextSibling;Te=i;Be=a.group;gt.dragged=Se;We={target:Se,clientX:(n||t).clientX,clientY:(n||t).clientY};Ke=We.clientX-c.left;Ue=We.clientY-c.top;this._lastX=(n||t).clientX;this._lastY=(n||t).clientY;Se.style["will-change"]="all";s=function e(){De("delayEnded",r,{evt:t});if(gt.eventCanceled){r._onDrop();return}r._disableDelayedDragEvents();if(!N&&r.nativeDraggable){Se.draggable=true}r._triggerDragStart(t,n);_e({sortable:r,name:"choose",originalEvent:t});K(Se,a.chosenClass,true)};a.ignore.split(",").forEach((function(e){V(Se,e.trim(),yt)}));L(l,"dragover",pt);L(l,"mousemove",pt);L(l,"touchmove",pt);L(l,"mouseup",r._onDrop);L(l,"touchend",r._onDrop);L(l,"touchcancel",r._onDrop);if(N&&this.nativeDraggable){this.options.touchStartThreshold=4;Se.draggable=true}De("delayStart",this,{evt:t});if(a.delay&&(!a.delayOnTouchOnly||n)&&(!this.nativeDraggable||!(z||k))){if(gt.eventCanceled){this._onDrop();return}L(l,"mouseup",r._disableDelayedDrag);L(l,"touchend",r._disableDelayedDrag);L(l,"touchcancel",r._disableDelayedDrag);L(l,"mousemove",r._delayedDragTouchMoveHandler);L(l,"touchmove",r._delayedDragTouchMoveHandler);a.supportPointer&&L(l,"pointermove",r._delayedDragTouchMoveHandler);r._dragStartTimer=setTimeout(s,a.delay)}else{s()}}},_delayedDragTouchMoveHandler:function e(t){var n=t.touches?t.touches[0]:t;if(Math.max(Math.abs(n.clientX-this._lastX),Math.abs(n.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))){this._disableDelayedDrag()}},_disableDelayedDrag:function e(){Se&&yt(Se);clearTimeout(this._dragStartTimer);this._disableDelayedDragEvents()},_disableDelayedDragEvents:function e(){var t=this.el.ownerDocument;Y(t,"mouseup",this._disableDelayedDrag);Y(t,"touchend",this._disableDelayedDrag);Y(t,"touchcancel",this._disableDelayedDrag);Y(t,"mousemove",this._delayedDragTouchMoveHandler);Y(t,"touchmove",this._delayedDragTouchMoveHandler);Y(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function e(t,n){n=n||t.pointerType=="touch"&&t;if(!this.nativeDraggable||n){if(this.options.supportPointer){L(document,"pointermove",this._onTouchMove)}else if(n){L(document,"touchmove",this._onTouchMove)}else{L(document,"mousemove",this._onTouchMove)}}else{L(Se,"dragend",this);L(xe,"dragstart",this._onDragStart)}try{if(document.selection){xt((function(){document.selection.empty()}))}else{window.getSelection().removeAllRanges()}}catch(i){}},_dragStarted:function e(t,n){Xe=false;if(xe&&Se){De("dragStarted",this,{evt:n});if(this.nativeDraggable){L(document,"dragover",vt)}var i=this.options;!t&&K(Se,i.dragClass,false);K(Se,i.ghostClass,true);gt.active=this;t&&this._appendGhost();_e({sortable:this,name:"start",originalEvent:n})}else{this._nulling()}},_emulateDragOver:function e(){if(je){this._lastX=je.clientX;this._lastY=je.clientY;dt();var t=document.elementFromPoint(je.clientX,je.clientY);var n=t;while(t&&t.shadowRoot){t=t.shadowRoot.elementFromPoint(je.clientX,je.clientY);if(t===n)break;n=t}Se.parentNode[he]._isOutsideThisEl(t);if(n){do{if(n[he]){var i=void 0;i=n[he]._onDragOver({clientX:je.clientX,clientY:je.clientY,target:t,rootEl:n});if(i&&!this.options.dragoverBubble){break}}t=n}while(n=n.parentNode)}ht()}},_onTouchMove:function e(t){if(We){var n=this.options,i=n.fallbackTolerance,r=n.fallbackOffset,o=t.touches?t.touches[0]:t,a=Ie&&G(Ie,true),l=Ie&&a&&a.a,s=Ie&&a&&a.d,c=rt&&Qe&&te(Qe),u=(o.clientX-We.clientX+r.x)/(l||1)+(c?c[0]-et[0]:0)/(l||1),f=(o.clientY-We.clientY+r.y)/(s||1)+(c?c[1]-et[1]:0)/(s||1);if(!gt.active&&!Xe){if(i&&Math.max(Math.abs(o.clientX-this._lastX),Math.abs(o.clientY-this._lastY))<i){return}this._onDragStart(t,true)}if(Ie){if(a){a.e+=u-(He||0);a.f+=f-(Fe||0)}else{a={a:1,b:0,c:0,d:1,e:u,f:f}}var d="matrix(".concat(a.a,",").concat(a.b,",").concat(a.c,",").concat(a.d,",").concat(a.e,",").concat(a.f,")");U(Ie,"webkitTransform",d);U(Ie,"mozTransform",d);U(Ie,"msTransform",d);U(Ie,"transform",d);He=u;Fe=f;je=o}t.cancelable&&t.preventDefault()}},_appendGhost:function e(){if(!Ie){var t=this.options.fallbackOnBody?document.body:xe,n=Z(Se,true,rt,true,t),i=this.options;if(rt){Qe=t;while(U(Qe,"position")==="static"&&U(Qe,"transform")==="none"&&Qe!==document){Qe=Qe.parentNode}if(Qe!==document.body&&Qe!==document.documentElement){if(Qe===document)Qe=q();n.top+=Qe.scrollTop;n.left+=Qe.scrollLeft}else{Qe=q()}et=te(Qe)}Ie=i.ghostClone(Se);K(Ie,i.ghostClass,false);K(Ie,i.fallbackClass,true);K(Ie,i.dragClass,true);U(Ie,"transition","");U(Ie,"transform","");U(Ie,"box-sizing","border-box");U(Ie,"margin",0);U(Ie,"top",n.top);U(Ie,"left",n.left);U(Ie,"width",n.width);U(Ie,"height",n.height);U(Ie,"opacity","0.8");U(Ie,"position",rt?"absolute":"fixed");U(Ie,"zIndex","100000");U(Ie,"pointerEvents","none");gt.ghost=Ie;t.appendChild(Ie);U(Ie,"transform-origin",Ke/parseInt(Ie.style.width)*100+"% "+Ue/parseInt(Ie.style.height)*100+"%")}},_onDragStart:function e(t,n){var i=this;var r=t.dataTransfer;var o=i.options;De("dragStart",this,{evt:t});if(gt.eventCanceled){this._onDrop();return}De("setupClone",this);if(!gt.eventCanceled){Ae=ue(Se);Ae.removeAttribute("id");Ae.draggable=false;Ae.style["will-change"]="";this._hideClone();K(Ae,this.options.chosenClass,false);gt.clone=Ae}i.cloneId=xt((function(){De("clone",i);if(gt.eventCanceled)return;if(!i.options.removeCloneOnHide){xe.insertBefore(Ae,Se)}i._hideClone();_e({sortable:i,name:"clone"})}));!n&&K(Se,o.dragClass,true);if(n){Le=true;i._loopId=setInterval(i._emulateDragOver,50)}else{Y(document,"mouseup",i._onDrop);Y(document,"touchend",i._onDrop);Y(document,"touchcancel",i._onDrop);if(r){r.effectAllowed="move";o.setData&&o.setData.call(i,r,Se)}L(document,"drop",i);U(Se,"transform","translateZ(0)")}Xe=true;i._dragStartId=xt(i._dragStarted.bind(i,n,t));L(document,"selectstart",i);Ge=true;if(P){U(document.body,"user-select","none")}},_onDragOver:function e(t){var n=this.el,i=t.target,r,o,a,l=this.options,s=l.group,c=gt.active,u=Be===s,f=l.sort,d=Re||c,h,p=this,v=false;if(tt)return;function g(e,l){De(e,p,b({evt:t,isOwner:u,axis:h?"vertical":"horizontal",revert:a,dragRect:r,targetRect:o,canSort:f,fromSortable:d,target:i,completed:y,onMove:function e(i,o){return bt(xe,n,Se,r,i,Z(i),t,o)},changed:w},l))}function m(){g("dragOverAnimationCapture");p.captureAnimationState();if(p!==d){d.captureAnimationState()}}function y(e){g("dragOverCompleted",{insertion:e});if(e){if(u){c._hideClone()}else{c._showClone(p)}if(p!==d){K(Se,Re?Re.options.ghostClass:c.options.ghostClass,false);K(Se,l.ghostClass,true)}if(Re!==p&&p!==gt.active){Re=p}else if(p===gt.active&&Re){Re=null}if(d===p){p._ignoreWhileAnimating=i}p.animateAll((function(){g("dragOverAnimationComplete");p._ignoreWhileAnimating=null}));if(p!==d){d.animateAll();d._ignoreWhileAnimating=null}}if(i===Se&&!Se.animated||i===n&&!i.animated){Ve=null}if(!l.dragoverBubble&&!t.rootEl&&i!==document){Se.parentNode[he]._isOutsideThisEl(t.target);!e&&pt(t)}!l.dragoverBubble&&t.stopPropagation&&t.stopPropagation();return v=true}function w(){ze=ee(Se);Pe=ee(Se,l.draggable);_e({sortable:p,name:"change",toEl:n,newIndex:ze,newDraggableIndex:Pe,originalEvent:t})}if(t.preventDefault!==void 0){t.cancelable&&t.preventDefault()}i=H(i,l.draggable,n,true);g("dragOver");if(gt.eventCanceled)return v;if(Se.contains(t.target)||i.animated&&i.animatingX&&i.animatingY||p._ignoreWhileAnimating===i){return y(false)}Le=false;if(c&&!l.disabled&&(u?f||(a=Ce!==xe):Re===this||(this.lastPutMode=Be.checkPull(this,c,Se,t))&&s.checkPut(this,c,Se,t))){h=this._getDirection(t,i)==="vertical";r=Z(Se);g("dragOverValid");if(gt.eventCanceled)return v;if(a){Ce=xe;m();this._hideClone();g("revert");if(!gt.eventCanceled){if(Oe){xe.insertBefore(Se,Oe)}else{xe.appendChild(Se)}}return y(true)}var E=Q(n,l.draggable);if(!E||Dt(t,h,this)&&!E.animated){if(E===Se){return y(false)}if(E&&n===t.target){i=E}if(i){o=Z(i)}if(bt(xe,n,Se,r,i,o,t,!!i)!==false){m();if(E&&E.nextSibling){n.insertBefore(Se,E.nextSibling)}else{n.appendChild(Se)}Ce=n;w();return y(true)}}else if(E&&Et(t,h,this)){var D=J(n,0,l,true);if(D===Se){return y(false)}i=D;o=Z(i);if(bt(xe,n,Se,r,i,o,t,false)!==false){m();n.insertBefore(Se,D);Ce=n;w();return y(true)}}else if(i.parentNode===n){o=Z(i);var _=0,S,C=Se.parentNode!==n,I=!ct(Se.animated&&Se.toRect||r,i.animated&&i.toRect||o,h),x=h?"top":"left",O=$(i,"top","top")||$(Se,"top","top"),T=O?O.scrollTop:void 0;if(Ve!==i){S=o[x];Ze=false;$e=!I&&l.invertSwap||C}_=_t(t,i,o,h,I?1:l.swapThreshold,l.invertedSwapThreshold==null?l.swapThreshold:l.invertedSwapThreshold,$e,Ve===i);var A;if(_!==0){var M=ee(Se);do{M-=_;A=Ce.children[M]}while(A&&(U(A,"display")==="none"||A===Ie))}if(_===0||A===i){return y(false)}Ve=i;qe=_;var k=i.nextElementSibling,z=false;z=_===1;var N=bt(xe,n,Se,r,i,o,t,z);if(N!==false){if(N===1||N===-1){z=N===1}tt=true;setTimeout(wt,30);m();if(z&&!k){n.appendChild(Se)}else{i.parentNode.insertBefore(Se,z?k:i)}if(O){ce(O,0,T-O.scrollTop)}Ce=Se.parentNode;if(S!==undefined&&!$e){Je=Math.abs(S-Z(i)[x])}w();return y(true)}}if(n.contains(Se)){return y(false)}}return false},_ignoreWhileAnimating:null,_offMoveEvents:function e(){Y(document,"mousemove",this._onTouchMove);Y(document,"touchmove",this._onTouchMove);Y(document,"pointermove",this._onTouchMove);Y(document,"dragover",pt);Y(document,"mousemove",pt);Y(document,"touchmove",pt)},_offUpEvents:function e(){var t=this.el.ownerDocument;Y(t,"mouseup",this._onDrop);Y(t,"touchend",this._onDrop);Y(t,"pointerup",this._onDrop);Y(t,"touchcancel",this._onDrop);Y(document,"selectstart",this)},_onDrop:function e(t){var n=this.el,i=this.options;ze=ee(Se);Pe=ee(Se,i.draggable);De("drop",this,{evt:t});Ce=Se&&Se.parentNode;ze=ee(Se);Pe=ee(Se,i.draggable);if(gt.eventCanceled){this._nulling();return}Xe=false;$e=false;Ze=false;clearInterval(this._loopId);clearTimeout(this._dragStartTimer);Ot(this.cloneId);Ot(this._dragStartId);if(this.nativeDraggable){Y(document,"drop",this);Y(n,"dragstart",this._onDragStart)}this._offMoveEvents();this._offUpEvents();if(P){U(document.body,"user-select","")}U(Se,"transform","");if(t){if(Ge){t.cancelable&&t.preventDefault();!i.dropBubble&&t.stopPropagation()}Ie&&Ie.parentNode&&Ie.parentNode.removeChild(Ie);if(xe===Ce||Re&&Re.lastPutMode!=="clone"){Ae&&Ae.parentNode&&Ae.parentNode.removeChild(Ae)}if(Se){if(this.nativeDraggable){Y(Se,"dragend",this)}yt(Se);Se.style["will-change"]="";if(Ge&&!Xe){K(Se,Re?Re.options.ghostClass:this.options.ghostClass,false)}K(Se,this.options.chosenClass,false);_e({sortable:this,name:"unchoose",toEl:Ce,newIndex:null,newDraggableIndex:null,originalEvent:t});if(xe!==Ce){if(ze>=0){_e({rootEl:Ce,name:"add",toEl:Ce,fromEl:xe,originalEvent:t});_e({sortable:this,name:"remove",toEl:Ce,originalEvent:t});_e({rootEl:Ce,name:"sort",toEl:Ce,fromEl:xe,originalEvent:t});_e({sortable:this,name:"sort",toEl:Ce,originalEvent:t})}Re&&Re.save()}else{if(ze!==ke){if(ze>=0){_e({sortable:this,name:"update",toEl:Ce,originalEvent:t});_e({sortable:this,name:"sort",toEl:Ce,originalEvent:t})}}}if(gt.active){if(ze==null||ze===-1){ze=ke;Pe=Ne}_e({sortable:this,name:"end",toEl:Ce,originalEvent:t});this.save()}}}this._nulling()},_nulling:function e(){De("nulling",this);xe=Se=Ce=Ie=Oe=Ae=Te=Me=We=je=Ge=ze=Pe=ke=Ne=Ve=qe=Re=Be=gt.dragged=gt.ghost=gt.clone=gt.active=null;nt.forEach((function(e){e.checked=true}));nt.length=He=Fe=0},handleEvent:function e(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":if(Se){this._onDragOver(t);mt(t)}break;case"selectstart":t.preventDefault();break}},toArray:function e(){var t=[],n,i=this.el.children,r=0,o=i.length,a=this.options;for(;r<o;r++){n=i[r];if(H(n,a.draggable,this.el,false)){t.push(n.getAttribute(a.dataIdAttr)||Ct(n))}}return t},sort:function e(t,n){var i={},r=this.el;this.toArray().forEach((function(e,t){var n=r.children[t];if(H(n,this.options.draggable,r,false)){i[e]=n}}),this);n&&this.captureAnimationState();t.forEach((function(e){if(i[e]){r.removeChild(i[e]);r.appendChild(i[e])}}));n&&this.animateAll()},save:function e(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function e(t,n){return H(t,n||this.options.draggable,this.el,false)},option:function e(t,n){var i=this.options;if(n===void 0){return i[t]}else{var r=ye.modifyOption(this,t,n);if(typeof r!=="undefined"){i[t]=r}else{i[t]=n}if(t==="group"){ft(i)}}},destroy:function e(){De("destroy",this);var t=this.el;t[he]=null;Y(t,"mousedown",this._onTapStart);Y(t,"touchstart",this._onTapStart);Y(t,"pointerdown",this._onTapStart);if(this.nativeDraggable){Y(t,"dragover",this);Y(t,"dragenter",this)}Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),(function(e){e.removeAttribute("draggable")}));this._onDrop();this._disableDelayedDragEvents();Ye.splice(Ye.indexOf(this.el),1);this.el=t=null},_hideClone:function e(){if(!Me){De("hideClone",this);if(gt.eventCanceled)return;U(Ae,"display","none");if(this.options.removeCloneOnHide&&Ae.parentNode){Ae.parentNode.removeChild(Ae)}Me=true}},_showClone:function e(t){if(t.lastPutMode!=="clone"){this._hideClone();return}if(Me){De("showClone",this);if(gt.eventCanceled)return;if(Se.parentNode==xe&&!this.options.group.revertClone){xe.insertBefore(Ae,Se)}else if(Oe){xe.insertBefore(Ae,Oe)}else{xe.appendChild(Ae)}if(this.options.group.revertClone){this.animate(Se,Ae)}U(Ae,"display","");Me=false}}};function mt(e){if(e.dataTransfer){e.dataTransfer.dropEffect="move"}e.cancelable&&e.preventDefault()}function bt(e,t,n,i,r,o,a,l){var s,c=e[he],u=c.options.onMove,f;if(window.CustomEvent&&!k&&!z){s=new CustomEvent("move",{bubbles:true,cancelable:true})}else{s=document.createEvent("Event");s.initEvent("move",true,true)}s.to=t;s.from=e;s.dragged=n;s.draggedRect=i;s.related=r||t;s.relatedRect=o||Z(t);s.willInsertAfter=l;s.originalEvent=a;e.dispatchEvent(s);if(u){f=u.call(c,s,a)}return f}function yt(e){e.draggable=false}function wt(){tt=false}function Et(e,t,n){var i=Z(J(n.el,0,n.options,true));var r=10;return t?e.clientX<i.left-r||e.clientY<i.top&&e.clientX<i.right:e.clientY<i.top-r||e.clientY<i.bottom&&e.clientX<i.left}function Dt(e,t,n){var i=Z(Q(n.el,n.options.draggable));var r=10;return t?e.clientX>i.right+r||e.clientX<=i.right&&e.clientY>i.bottom&&e.clientX>=i.left:e.clientX>i.right&&e.clientY>i.top||e.clientX<=i.right&&e.clientY>i.bottom+r}function _t(e,t,n,i,r,o,a,l){var s=i?e.clientY:e.clientX,c=i?n.height:n.width,u=i?n.top:n.left,f=i?n.bottom:n.right,d=false;if(!a){if(l&&Je<c*r){if(!Ze&&(qe===1?s>u+c*o/2:s<f-c*o/2)){Ze=true}if(!Ze){if(qe===1?s<u+Je:s>f-Je){return-qe}}else{d=true}}else{if(s>u+c*(1-r)/2&&s<f-c*(1-r)/2){return St(t)}}}d=d||a;if(d){if(s<u+c*o/2||s>f-c*o/2){return s>u+c/2?1:-1}}return 0}function St(e){if(ee(Se)<ee(e)){return 1}else{return-1}}function Ct(e){var t=e.tagName+e.className+e.src+e.href+e.textContent,n=t.length,i=0;while(n--){i+=t.charCodeAt(n)}return i.toString(36)}function It(e){nt.length=0;var t=e.getElementsByTagName("input");var n=t.length;while(n--){var i=t[n];i.checked&&nt.push(i)}}function xt(e){return setTimeout(e,0)}function Ot(e){return clearTimeout(e)}if(it){L(document,"touchmove",(function(e){if((gt.active||Xe)&&e.cancelable){e.preventDefault()}}))}gt.utils={on:L,off:Y,css:U,find:V,is:function e(t,n){return!!H(t,n,t,false)},extend:re,throttle:le,closest:H,toggleClass:K,clone:ue,index:ee,nextTick:xt,cancelNextTick:Ot,detectDirection:st,getChild:J};gt.get=function(e){return e[he]};gt.mount=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++){t[n]=arguments[n]}if(t[0].constructor===Array)t=t[0];t.forEach((function(e){if(!e.prototype||!e.prototype.constructor){throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(e))}if(e.utils)gt.utils=b(b({},gt.utils),e.utils);ye.mount(e)}))};gt.create=function(e,t){return new gt(e,t)};gt.version=A;var Tt=[],At,Mt,kt=false,zt,Nt,Pt,Bt;function Rt(){function e(){this.defaults={scroll:true,forceAutoScrollFallback:false,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:true};for(var e in this){if(e.charAt(0)==="_"&&typeof this[e]==="function"){this[e]=this[e].bind(this)}}}e.prototype={dragStarted:function e(t){var n=t.originalEvent;if(this.sortable.nativeDraggable){L(document,"dragover",this._handleAutoScroll)}else{if(this.options.supportPointer){L(document,"pointermove",this._handleFallbackAutoScroll)}else if(n.touches){L(document,"touchmove",this._handleFallbackAutoScroll)}else{L(document,"mousemove",this._handleFallbackAutoScroll)}}},dragOverCompleted:function e(t){var n=t.originalEvent;if(!this.options.dragOverBubble&&!n.rootEl){this._handleAutoScroll(n)}},drop:function e(){if(this.sortable.nativeDraggable){Y(document,"dragover",this._handleAutoScroll)}else{Y(document,"pointermove",this._handleFallbackAutoScroll);Y(document,"touchmove",this._handleFallbackAutoScroll);Y(document,"mousemove",this._handleFallbackAutoScroll)}Lt();Xt();se()},nulling:function e(){Pt=Mt=At=kt=Bt=zt=Nt=null;Tt.length=0},_handleFallbackAutoScroll:function e(t){this._handleAutoScroll(t,true)},_handleAutoScroll:function e(t,n){var i=this;var r=(t.touches?t.touches[0]:t).clientX,o=(t.touches?t.touches[0]:t).clientY,a=document.elementFromPoint(r,o);Pt=t;if(n||this.options.forceAutoScrollFallback||z||k||P){Yt(t,this.options,a,n);var l=ie(a,true);if(kt&&(!Bt||r!==zt||o!==Nt)){Bt&&Lt();Bt=setInterval((function(){var e=ie(document.elementFromPoint(r,o),true);if(e!==l){l=e;Xt()}Yt(t,i.options,e,n)}),10);zt=r;Nt=o}}else{if(!this.options.bubbleScroll||ie(a,true)===q()){Xt();return}Yt(t,this.options,ie(a,false),false)}}};return E(e,{pluginName:"scroll",initializeByDefault:true})}function Xt(){Tt.forEach((function(e){clearInterval(e.pid)}));Tt=[]}function Lt(){clearInterval(Bt)}var Yt=le((function(e,t,n,i){if(!t.scroll)return;var r=(e.touches?e.touches[0]:e).clientX,o=(e.touches?e.touches[0]:e).clientY,a=t.scrollSensitivity,l=t.scrollSpeed,s=q();var c=false,u;if(Mt!==n){Mt=n;Xt();At=t.scroll;u=t.scrollFn;if(At===true){At=ie(n,true)}}var f=0;var d=At;do{var h=d,p=Z(h),v=p.top,g=p.bottom,m=p.left,b=p.right,y=p.width,w=p.height,E=void 0,D=void 0,_=h.scrollWidth,S=h.scrollHeight,C=U(h),I=h.scrollLeft,x=h.scrollTop;if(h===s){E=y<_&&(C.overflowX==="auto"||C.overflowX==="scroll"||C.overflowX==="visible");D=w<S&&(C.overflowY==="auto"||C.overflowY==="scroll"||C.overflowY==="visible")}else{E=y<_&&(C.overflowX==="auto"||C.overflowX==="scroll");D=w<S&&(C.overflowY==="auto"||C.overflowY==="scroll")}var O=E&&(Math.abs(b-r)<=a&&I+y<_)-(Math.abs(m-r)<=a&&!!I);var T=D&&(Math.abs(g-o)<=a&&x+w<S)-(Math.abs(v-o)<=a&&!!x);if(!Tt[f]){for(var A=0;A<=f;A++){if(!Tt[A]){Tt[A]={}}}}if(Tt[f].vx!=O||Tt[f].vy!=T||Tt[f].el!==h){Tt[f].el=h;Tt[f].vx=O;Tt[f].vy=T;clearInterval(Tt[f].pid);if(O!=0||T!=0){c=true;Tt[f].pid=setInterval(function(){if(i&&this.layer===0){gt.active._onTouchMove(Pt)}var t=Tt[this.layer].vy?Tt[this.layer].vy*l:0;var n=Tt[this.layer].vx?Tt[this.layer].vx*l:0;if(typeof u==="function"){if(u.call(gt.dragged.parentNode[he],n,t,e,Pt,Tt[this.layer].el)!=="continue"){return}}ce(Tt[this.layer].el,n,t)}.bind({layer:f}),24)}}f++}while(t.bubbleScroll&&d!==s&&(d=ie(d,false)));kt=c}),30);var Wt=function e(t){var n=t.originalEvent,i=t.putSortable,r=t.dragEl,o=t.activeSortable,a=t.dispatchSortableEvent,l=t.hideGhostForTarget,s=t.unhideGhostForTarget;if(!n)return;var c=i||o;l();var u=n.changedTouches&&n.changedTouches.length?n.changedTouches[0]:n;var f=document.elementFromPoint(u.clientX,u.clientY);s();if(c&&!c.el.contains(f)){a("spill");this.onSpill({dragEl:r,putSortable:i})}};function jt(){}jt.prototype={startIndex:null,dragStart:function e(t){var n=t.oldDraggableIndex;this.startIndex=n},onSpill:function e(t){var n=t.dragEl,i=t.putSortable;this.sortable.captureAnimationState();if(i){i.captureAnimationState()}var r=J(this.sortable.el,this.startIndex,this.options);if(r){this.sortable.el.insertBefore(n,r)}else{this.sortable.el.appendChild(n)}this.sortable.animateAll();if(i){i.animateAll()}},drop:Wt};E(jt,{pluginName:"revertOnSpill"});function Ht(){}Ht.prototype={onSpill:function e(t){var n=t.dragEl,i=t.putSortable;var r=i||this.sortable;r.captureAnimationState();n.parentNode&&n.parentNode.removeChild(n);r.animateAll()},drop:Wt};E(Ht,{pluginName:"removeOnSpill"});var Ft;function Kt(){function e(){this.defaults={swapClass:"sortable-swap-highlight"}}e.prototype={dragStart:function e(t){var n=t.dragEl;Ft=n},dragOverValid:function e(t){var n=t.completed,i=t.target,r=t.onMove,o=t.activeSortable,a=t.changed,l=t.cancel;if(!o.options.swap)return;var s=this.sortable.el,c=this.options;if(i&&i!==s){var u=Ft;if(r(i)!==false){K(i,c.swapClass,true);Ft=i}else{Ft=null}if(u&&u!==Ft){K(u,c.swapClass,false)}}a();n(true);l()},drop:function e(t){var n=t.activeSortable,i=t.putSortable,r=t.dragEl;var o=i||this.sortable;var a=this.options;Ft&&K(Ft,a.swapClass,false);if(Ft&&(a.swap||i&&i.options.swap)){if(r!==Ft){o.captureAnimationState();if(o!==n)n.captureAnimationState();Ut(r,Ft);o.animateAll();if(o!==n)n.animateAll()}}},nulling:function e(){Ft=null}};return E(e,{pluginName:"swap",eventProperties:function e(){return{swapItem:Ft}}})}function Ut(e,t){var n=e.parentNode,i=t.parentNode,r,o;if(!n||!i||n.isEqualNode(t)||i.isEqualNode(e))return;r=ee(e);o=ee(t);if(n.isEqualNode(i)&&r<o){o++}n.insertBefore(t,n.children[r]);i.insertBefore(e,i.children[o])}var Gt=[],Vt=[],qt,Zt,$t=false,Jt=false,Qt=false,en,tn,nn;function rn(){function e(e){for(var t in this){if(t.charAt(0)==="_"&&typeof this[t]==="function"){this[t]=this[t].bind(this)}}if(!e.options.avoidImplicitDeselect){if(e.options.supportPointer){L(document,"pointerup",this._deselectMultiDrag)}else{L(document,"mouseup",this._deselectMultiDrag);L(document,"touchend",this._deselectMultiDrag)}}L(document,"keydown",this._checkKeyDown);L(document,"keyup",this._checkKeyUp);this.defaults={selectedClass:"sortable-selected",multiDragKey:null,avoidImplicitDeselect:false,setData:function t(n,i){var r="";if(Gt.length&&Zt===e){Gt.forEach((function(e,t){r+=(!t?"":", ")+e.textContent}))}else{r=i.textContent}n.setData("Text",r)}}}e.prototype={multiDragKeyDown:false,isMultiDrag:false,delayStartGlobal:function e(t){var n=t.dragEl;en=n},delayEnded:function e(){this.isMultiDrag=~Gt.indexOf(en)},setupClone:function e(t){var n=t.sortable,i=t.cancel;if(!this.isMultiDrag)return;for(var r=0;r<Gt.length;r++){Vt.push(ue(Gt[r]));Vt[r].sortableIndex=Gt[r].sortableIndex;Vt[r].draggable=false;Vt[r].style["will-change"]="";K(Vt[r],this.options.selectedClass,false);Gt[r]===en&&K(Vt[r],this.options.chosenClass,false)}n._hideClone();i()},clone:function e(t){var n=t.sortable,i=t.rootEl,r=t.dispatchSortableEvent,o=t.cancel;if(!this.isMultiDrag)return;if(!this.options.removeCloneOnHide){if(Gt.length&&Zt===n){an(true,i);r("clone");o()}}},showClone:function e(t){var n=t.cloneNowShown,i=t.rootEl,r=t.cancel;if(!this.isMultiDrag)return;an(false,i);Vt.forEach((function(e){U(e,"display","")}));n();nn=false;r()},hideClone:function e(t){var n=this;var i=t.cloneNowHidden,r=t.cancel;if(!this.isMultiDrag)return;Vt.forEach((function(e){U(e,"display","none");if(n.options.removeCloneOnHide&&e.parentNode){e.parentNode.removeChild(e)}}));i();nn=true;r()},dragStartGlobal:function e(t){if(!this.isMultiDrag&&Zt){Zt.multiDrag._deselectMultiDrag()}Gt.forEach((function(e){e.sortableIndex=ee(e)}));Gt=Gt.sort((function(e,t){return e.sortableIndex-t.sortableIndex}));Qt=true},dragStarted:function e(t){var n=this;var i=t.sortable;if(!this.isMultiDrag)return;if(this.options.sort){i.captureAnimationState();if(this.options.animation){Gt.forEach((function(e){if(e===en)return;U(e,"position","absolute")}));var r=Z(en,false,true,true);Gt.forEach((function(e){if(e===en)return;fe(e,r)}));Jt=true;$t=true}}i.animateAll((function(){Jt=false;$t=false;if(n.options.animation){Gt.forEach((function(e){de(e)}))}if(n.options.sort){ln()}}))},dragOver:function e(t){var n=t.target,i=t.completed,r=t.cancel;if(Jt&&~Gt.indexOf(n)){i(false);r()}},revert:function e(t){var n=t.fromSortable,i=t.rootEl,r=t.sortable,o=t.dragRect;if(Gt.length>1){Gt.forEach((function(e){r.addAnimationState({target:e,rect:Jt?Z(e):o});de(e);e.fromRect=o;n.removeAnimationState(e)}));Jt=false;on(!this.options.removeCloneOnHide,i)}},dragOverCompleted:function e(t){var n=t.sortable,i=t.isOwner,r=t.insertion,o=t.activeSortable,a=t.parentEl,l=t.putSortable;var s=this.options;if(r){if(i){o._hideClone()}$t=false;if(s.animation&&Gt.length>1&&(Jt||!i&&!o.options.sort&&!l)){var c=Z(en,false,true,true);Gt.forEach((function(e){if(e===en)return;fe(e,c);a.appendChild(e)}));Jt=true}if(!i){if(!Jt){ln()}if(Gt.length>1){var u=nn;o._showClone(n);if(o.options.animation&&!nn&&u){Vt.forEach((function(e){o.addAnimationState({target:e,rect:tn});e.fromRect=tn;e.thisAnimationDuration=null}))}}else{o._showClone(n)}}}},dragOverAnimationCapture:function e(t){var n=t.dragRect,i=t.isOwner,r=t.activeSortable;Gt.forEach((function(e){e.thisAnimationDuration=null}));if(r.options.animation&&!i&&r.multiDrag.isMultiDrag){tn=E({},n);var o=G(en,true);tn.top-=o.f;tn.left-=o.e}},dragOverAnimationComplete:function e(){if(Jt){Jt=false;ln()}},drop:function e(t){var n=t.originalEvent,i=t.rootEl,r=t.parentEl,o=t.sortable,a=t.dispatchSortableEvent,l=t.oldIndex,s=t.putSortable;var c=s||this.sortable;if(!n)return;var u=this.options,f=r.children;if(!Qt){if(u.multiDragKey&&!this.multiDragKeyDown){this._deselectMultiDrag()}K(en,u.selectedClass,!~Gt.indexOf(en));if(!~Gt.indexOf(en)){Gt.push(en);we({sortable:o,rootEl:i,name:"select",targetEl:en,originalEvent:n});if(n.shiftKey&&qt&&o.el.contains(qt)){var d=ee(qt),h=ee(en);if(~d&&~h&&d!==h){var p,v;if(h>d){v=d;p=h}else{v=h;p=d+1}for(;v<p;v++){if(~Gt.indexOf(f[v]))continue;K(f[v],u.selectedClass,true);Gt.push(f[v]);we({sortable:o,rootEl:i,name:"select",targetEl:f[v],originalEvent:n})}}}else{qt=en}Zt=c}else{Gt.splice(Gt.indexOf(en),1);qt=null;we({sortable:o,rootEl:i,name:"deselect",targetEl:en,originalEvent:n})}}if(Qt&&this.isMultiDrag){Jt=false;if((r[he].options.sort||r!==i)&&Gt.length>1){var g=Z(en),m=ee(en,":not(."+this.options.selectedClass+")");if(!$t&&u.animation)en.thisAnimationDuration=null;c.captureAnimationState();if(!$t){if(u.animation){en.fromRect=g;Gt.forEach((function(e){e.thisAnimationDuration=null;if(e!==en){var t=Jt?Z(e):g;e.fromRect=t;c.addAnimationState({target:e,rect:t})}}))}ln();Gt.forEach((function(e){if(f[m]){r.insertBefore(e,f[m])}else{r.appendChild(e)}m++}));if(l===ee(en)){var b=false;Gt.forEach((function(e){if(e.sortableIndex!==ee(e)){b=true;return}}));if(b){a("update")}}}Gt.forEach((function(e){de(e)}));c.animateAll()}Zt=c}if(i===r||s&&s.lastPutMode!=="clone"){Vt.forEach((function(e){e.parentNode&&e.parentNode.removeChild(e)}))}},nullingGlobal:function e(){this.isMultiDrag=Qt=false;Vt.length=0},destroyGlobal:function e(){this._deselectMultiDrag();Y(document,"pointerup",this._deselectMultiDrag);Y(document,"mouseup",this._deselectMultiDrag);Y(document,"touchend",this._deselectMultiDrag);Y(document,"keydown",this._checkKeyDown);Y(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function e(t){if(typeof Qt!=="undefined"&&Qt)return;if(Zt!==this.sortable)return;if(t&&H(t.target,this.options.draggable,this.sortable.el,false))return;if(t&&t.button!==0)return;while(Gt.length){var n=Gt[0];K(n,this.options.selectedClass,false);Gt.shift();we({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:n,originalEvent:t})}},_checkKeyDown:function e(t){if(t.key===this.options.multiDragKey){this.multiDragKeyDown=true}},_checkKeyUp:function e(t){if(t.key===this.options.multiDragKey){this.multiDragKeyDown=false}}};return E(e,{pluginName:"multiDrag",utils:{select:function e(t){var n=t.parentNode[he];if(!n||!n.options.multiDrag||~Gt.indexOf(t))return;if(Zt&&Zt!==n){Zt.multiDrag._deselectMultiDrag();Zt=n}K(t,n.options.selectedClass,true);Gt.push(t)},deselect:function e(t){var n=t.parentNode[he],i=Gt.indexOf(t);if(!n||!n.options.multiDrag||!~i)return;K(t,n.options.selectedClass,false);Gt.splice(i,1)}},eventProperties:function e(){var t=this;var n=[],i=[];Gt.forEach((function(e){n.push({multiDragElement:e,index:e.sortableIndex});var r;if(Jt&&e!==en){r=-1}else if(Jt){r=ee(e,":not(."+t.options.selectedClass+")")}else{r=ee(e)}i.push({multiDragElement:e,index:r})}));return{items:S(Gt),clones:[].concat(Vt),oldIndicies:n,newIndicies:i}},optionListeners:{multiDragKey:function e(t){t=t.toLowerCase();if(t==="ctrl"){t="Control"}else if(t.length>1){t=t.charAt(0).toUpperCase()+t.substr(1)}return t}}})}function on(e,t){Gt.forEach((function(n,i){var r=t.children[n.sortableIndex+(e?Number(i):0)];if(r){t.insertBefore(n,r)}else{t.appendChild(n)}}))}function an(e,t){Vt.forEach((function(n,i){var r=t.children[n.sortableIndex+(e?Number(i):0)];if(r){t.insertBefore(n,r)}else{t.appendChild(n)}}))}function ln(){Gt.forEach((function(e){if(e===en)return;e.parentNode&&e.parentNode.removeChild(e)}))}gt.mount(new Rt);gt.mount(Ht,jt);gt.mount(new Kt);gt.mount(new rn);var sn='.sc-stzh-sortable-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-sortable-h{display:none}.sc-stzh-sortable-h *.sc-stzh-sortable,.sc-stzh-sortable-h *.sc-stzh-sortable::before,.sc-stzh-sortable-h *.sc-stzh-sortable::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-sortable-h{--unselected-item-opacity:0.6;--ghost-item-background:var(--stzh-color-grey5);--ghost-item-box-shadow:inset 0 0 0.5rem rgba(0, 0, 0, 0.32)}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item{position:relative;-webkit-transition:opacity var(--stzh-base-transition-animation-speed);transition:opacity var(--stzh-base-transition-animation-speed);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:move;cursor:-webkit-grab;cursor:grab}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-drag,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-chosen,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-selected{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-drag{opacity:1 !important}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost{z-index:0}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost::after{z-index:99;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--ghost-item-background);-webkit-box-shadow:var(--ghost-item-box-shadow);box-shadow:var(--ghost-item-box-shadow)}.sc-stzh-sortable-h .sc-stzh-sortable-s>*.has-item-selected>*.is-sortable-item{opacity:var(--unselected-item-opacity)}.sc-stzh-sortable-h .sc-stzh-sortable-s>*.has-item-selected>*.is-sortable-item.is-selected{opacity:1}.stzh-sortable__description.sc-stzh-sortable,.stzh-sortable__aria-live.sc-stzh-sortable{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}';var cn="is-sortable-item";var un="is-ghost";var fn="is-selected";var dn="is-chosen";var hn="is-drag";var pn="has-item-selected";var vn=0;var gn=e("stzh_sortable",function(){function e(e){var i=this;t(this,e);this.stzhUpdate=n(this,"stzhUpdate",7);this.stzhDisable=n(this,"stzhDisable",7);this.disabled=false;this.dataIdAttribute="data-id";this.container=function(){var e;return(e=i.containerElement)===null||e===void 0?void 0:e.firstElementChild};this.ghostClone=function(e){var t=a(e)[0];return t};this.filterElements=["[data-stzh-sortable-filtered]","[sortable-disabled]","button","a[href]","input","select","textarea","label","iframe","details","area","stzh-sortable"];this.selectedItem=null;this.resetItemOnBlur=false;this.init=function(){if(!i.getContainer()){return}Array.from(i.getContainer().children).forEach((function(e){e.classList.add(cn);e.addEventListener("blur",i.onBlur);e.addEventListener("keydown",i.onKeydown);e.setAttribute("tabindex","0");e.setAttribute("aria-describedby","".concat(i.sortableId,"-description"))}))};this.updated=function(e){return __awaiter(i,void 0,void 0,(function(){var t,n,i,r,o;var a;return __generator(this,(function(l){switch(l.label){case 0:if(e){t=e.newIndex;n=e.oldIndex;i=e.item}else{t=this.getIndexOfSelectedItem();n=this.lastIndex;i=this.selectedItem}if(!(t!==n))return[3,2];o=(r=this.stzhUpdate).emit;a={component:"stzh-sortable"};return[4,this.toArray()];case 1:o.apply(r,[(a.data=l.sent(),a.item=i,a.newIndex=t,a.oldIndex=n,a)]);l.label=2;case 2:return[2]}}))}))};this.onKeydown=function(e){var t=e.currentTarget;var n=e.target;if(!i.getContainer()||i.disabled){return}var r=n.matches(i._filterElements.join(", "));if(e.key===" "&&!r){e.preventDefault();if(!i.selectedItem){i.selectedItem=t;i.selectedItem.parentElement.classList.add(pn);i.selectedItem.classList.add(fn);i.lastIndex=i.getIndexOfSelectedItem();i.resetItemOnBlur=true;i.updateAriaLive(i.localization.started)}else{i.resetItemOnBlur=false;i.updateAriaLive(i.localization.dropped);i.updated();i.resetActiveItem()}}else if(e.key==="Tab"&&i.selectedItem&&i.selectedItem===e.currentTarget){e.preventDefault()}else if(e.key==="Escape"&&i.selectedItem){i.resetItemOnBlur=false;i.updateAriaLive(i.localization.canceled);i.resetActiveItem(true)}else if(e.key==="ArrowUp"){if(i.selectedItem){i.moveItem(i.selectedItem,"up")}else{i.focusItem(t.previousElementSibling)}}else if(e.key==="ArrowDown"){if(i.selectedItem){i.moveItem(i.selectedItem,"down")}else{i.focusItem(t.nextElementSibling)}}};this.onBlur=function(){if(i.resetItemOnBlur){i.resetItemOnBlur=false;i.updateAriaLive(i.localization.dropped);i.updated();i.resetActiveItem()}}}e.prototype.toArray=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,this.sortable.toArray()]}))}))};e.prototype.sort=function(e,t){if(t===void 0){t=true}return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){return[2,this.sortable.sort(e,t)]}))}))};e.prototype.moveItem=function(e,t){return __awaiter(this,void 0,void 0,(function(){var n,i,r,o;var a;return __generator(this,(function(l){switch(l.label){case 0:if(!e||!e.nextElementSibling&&t==="down"||!e.previousElementSibling&&t==="up"){return[2]}this.resetItemOnBlur=false;if(t==="up"){e.previousElementSibling.before(e)}else if(t==="down"){e.nextElementSibling.after(e)}this.updateAriaLive(this.localization.moved,e);this.focusItem(e);i=Array.from((n=e.parentElement)===null||n===void 0?void 0:n.children).indexOf(e);o=(r=this.stzhUpdate).emit;a={component:"stzh-sortable"};return[4,this.toArray()];case 1:o.apply(r,[(a.data=l.sent(),a.item=e,a.newIndex=i,a.oldIndex=i+(t==="up"?1:-1),a)]);this.resetItemOnBlur=true;return[2]}}))}))};e.prototype.disabledWatcher=function(){this.stzhDisable.emit({component:"stzh-sortable",disabled:this.disabled})};e.prototype.filterElementsWatcher=function(e){if(typeof e==="string"){this._filterElements=JSON.parse(e)}else{this._filterElements=e}};e.prototype.getContainer=function(){return typeof this.container==="function"?this.container():this.container};e.prototype.updateAriaLive=function(e,t){if(t===void 0){t=this.selectedItem}if(!this.getContainer()){return}if(t){var n=t.getAttribute("aria-label")||"";var i=this.getIndexOfSelectedItem(t);e=e.replace("{title}",n).replace("{current}",(i+1).toString())}var r=this.getContainer().children.length;e=e.replace("{total}",r.toString());this.ariaLiveElement.textContent=e};e.prototype.getIndexOfSelectedItem=function(e){if(e===void 0){e=this.selectedItem}if(e){return Array.from(e.parentElement.children).indexOf(e)}};e.prototype.resetActiveItem=function(e){if(e===void 0){e=false}if(!this.selectedItem){return}var t=this.getIndexOfSelectedItem();var n=this.selectedItem.parentElement;if(e&&this.lastIndex!==t){if(this.lastIndex>t){n.children[this.lastIndex].after(this.selectedItem)}else{n.children[this.lastIndex].before(this.selectedItem)}this.selectedItem.focus()}n.classList.remove(pn);this.selectedItem.classList.remove(fn);this.selectedItem=null;this.lastIndex=null};e.prototype.focusItem=function(e){if(!e){return}e.focus();var t=document.querySelector("stzh-flyingfocus");if(t){t.reposition()}g(e,{scrollMode:"if-needed",block:"nearest",inline:"nearest"})};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:this.sortableId="stzh-sortable-".concat(vn++);this.filterElementsWatcher(this.filterElements);if(!!this.localization)return[3,2];e=this;return[4,l(this.element,"sortable")];case 1:e.localization=t.sent();t.label=2;case 2:return[2]}}))}))};e.prototype.componentWillUpdate=function(){if(this.sortable){this.sortable.destroy();this.sortable=null}};e.prototype.componentDidRender=function(){if(this.sortable){return}this.sortable=new gt(this.getContainer(),{animation:150,filter:this._filterElements.join(", "),ghostClass:un,chosenClass:dn,dragClass:hn,dataIdAttr:this.dataIdAttribute,preventOnFilter:false,forceFallback:true,delay:200,delayOnTouchOnly:true,disabled:this.disabled,ghostClone:this.ghostClone,onUpdate:this.updated})};e.prototype.connectedCallback=function(){this.init();this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};e.prototype.disconnectedCallback=function(){this.observer.disconnect();if(this.sortable){this.sortable.destroy();this.sortable=null}};e.prototype.render=function(){var e=this;var t={"stzh-sortable":true};return i(r,null,i("div",{class:t},i("div",{id:"".concat(this.sortableId,"-description"),class:"stzh-sortable__description"},this.localization.description),i("div",{ref:function(t){return e.ariaLiveElement=t},"aria-live":"assertive",class:"stzh-sortable__aria-live"}),i("div",{ref:function(t){return e.containerElement=t},class:"stzh-sortable__container"},i("slot",null))))};Object.defineProperty(e.prototype,"element",{get:function(){return o(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{disabled:["disabledWatcher"],filterElements:["filterElementsWatcher"]}},enumerable:false,configurable:true});return e}());gn.style=sn}}}));
7
+ */function m(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);if(t){i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))}n.push.apply(n,i)}return n}function b(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};if(t%2){m(Object(n),true).forEach((function(t){w(e,t,n[t])}))}else if(Object.getOwnPropertyDescriptors){Object.defineProperties(e,Object.getOwnPropertyDescriptors(n))}else{m(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}}return e}function y(e){"@babel/helpers - typeof";if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){y=function(e){return typeof e}}else{y=function(e){return e&&typeof Symbol==="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e}}return y(e)}function w(e,t,n){if(t in e){Object.defineProperty(e,t,{value:n,enumerable:true,configurable:true,writable:true})}else{e[t]=n}return e}function E(){E=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n){if(Object.prototype.hasOwnProperty.call(n,i)){e[i]=n[i]}}}return e};return E.apply(this,arguments)}function D(e,t){if(e==null)return{};var n={};var i=Object.keys(e);var r,o;for(o=0;o<i.length;o++){r=i[o];if(t.indexOf(r)>=0)continue;n[r]=e[r]}return n}function _(e,t){if(e==null)return{};var n=D(e,t);var i,r;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++){i=o[r];if(t.indexOf(i)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(e,i))continue;n[i]=e[i]}}return n}function S(e){return C(e)||I(e)||x(e)||T()}function C(e){if(Array.isArray(e))return O(e)}function I(e){if(typeof Symbol!=="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function x(e,t){if(!e)return;if(typeof e==="string")return O(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor)n=e.constructor.name;if(n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return O(e,t)}function O(e,t){if(t==null||t>e.length)t=e.length;for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function T(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var A="1.15.0";function M(e){if(typeof window!=="undefined"&&window.navigator){return!!navigator.userAgent.match(e)}}var z=M(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i);var k=M(/Edge/i);var N=M(/firefox/i);var P=M(/safari/i)&&!M(/chrome/i)&&!M(/android/i);var B=M(/iP(ad|od|hone)/i);var R=M(/chrome/i)&&M(/android/i);var X={capture:false,passive:false};function L(e,t,n){e.addEventListener(t,n,!z&&X)}function Y(e,t,n){e.removeEventListener(t,n,!z&&X)}function W(e,t){if(!t)return;t[0]===">"&&(t=t.substring(1));if(e){try{if(e.matches){return e.matches(t)}else if(e.msMatchesSelector){return e.msMatchesSelector(t)}else if(e.webkitMatchesSelector){return e.webkitMatchesSelector(t)}}catch(n){return false}}return false}function j(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function H(e,t,n,i){if(e){n=n||document;do{if(t!=null&&(t[0]===">"?e.parentNode===n&&W(e,t):W(e,t))||i&&e===n){return e}if(e===n)break}while(e=j(e))}return null}var F=/\s+/g;function K(e,t,n){if(e&&t){if(e.classList){e.classList[n?"add":"remove"](t)}else{var i=(" "+e.className+" ").replace(F," ").replace(" "+t+" "," ");e.className=(i+(n?" "+t:"")).replace(F," ")}}}function U(e,t,n){var i=e&&e.style;if(i){if(n===void 0){if(document.defaultView&&document.defaultView.getComputedStyle){n=document.defaultView.getComputedStyle(e,"")}else if(e.currentStyle){n=e.currentStyle}return t===void 0?n:n[t]}else{if(!(t in i)&&t.indexOf("webkit")===-1){t="-webkit-"+t}i[t]=n+(typeof n==="string"?"":"px")}}}function G(e,t){var n="";if(typeof e==="string"){n=e}else{do{var i=U(e,"transform");if(i&&i!=="none"){n=i+" "+n}}while(!t&&(e=e.parentNode))}var r=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return r&&new r(n)}function V(e,t,n){if(e){var i=e.getElementsByTagName(t),r=0,o=i.length;if(n){for(;r<o;r++){n(i[r],r)}}return i}return[]}function q(){var e=document.scrollingElement;if(e){return e}else{return document.documentElement}}function Z(e,t,n,i,r){if(!e.getBoundingClientRect&&e!==window)return;var o,a,l,s,c,u,f;if(e!==window&&e.parentNode&&e!==q()){o=e.getBoundingClientRect();a=o.top;l=o.left;s=o.bottom;c=o.right;u=o.height;f=o.width}else{a=0;l=0;s=window.innerHeight;c=window.innerWidth;u=window.innerHeight;f=window.innerWidth}if((t||n)&&e!==window){r=r||e.parentNode;if(!z){do{if(r&&r.getBoundingClientRect&&(U(r,"transform")!=="none"||n&&U(r,"position")!=="static")){var d=r.getBoundingClientRect();a-=d.top+parseInt(U(r,"border-top-width"));l-=d.left+parseInt(U(r,"border-left-width"));s=a+o.height;c=l+o.width;break}}while(r=r.parentNode)}}if(i&&e!==window){var h=G(r||e),p=h&&h.a,v=h&&h.d;if(h){a/=v;l/=p;f/=p;u/=v;s=a+u;c=l+f}}return{top:a,left:l,bottom:s,right:c,width:f,height:u}}function $(e,t,n){var i=ie(e,true),r=Z(e)[t];while(i){var o=Z(i)[n],a=void 0;if(n==="top"||n==="left"){a=r>=o}else{a=r<=o}if(!a)return i;if(i===q())break;i=ie(i,false)}return false}function J(e,t,n,i){var r=0,o=0,a=e.children;while(o<a.length){if(a[o].style.display!=="none"&&a[o]!==gt.ghost&&(i||a[o]!==gt.dragged)&&H(a[o],n.draggable,e,false)){if(r===t){return a[o]}r++}o++}return null}function Q(e,t){var n=e.lastElementChild;while(n&&(n===gt.ghost||U(n,"display")==="none"||t&&!W(n,t))){n=n.previousElementSibling}return n||null}function ee(e,t){var n=0;if(!e||!e.parentNode){return-1}while(e=e.previousElementSibling){if(e.nodeName.toUpperCase()!=="TEMPLATE"&&e!==gt.clone&&(!t||W(e,t))){n++}}return n}function te(e){var t=0,n=0,i=q();if(e){do{var r=G(e),o=r.a,a=r.d;t+=e.scrollLeft*o;n+=e.scrollTop*a}while(e!==i&&(e=e.parentNode))}return[t,n]}function ne(e,t){for(var n in e){if(!e.hasOwnProperty(n))continue;for(var i in t){if(t.hasOwnProperty(i)&&t[i]===e[n][i])return Number(n)}}return-1}function ie(e,t){if(!e||!e.getBoundingClientRect)return q();var n=e;var i=false;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var r=U(n);if(n.clientWidth<n.scrollWidth&&(r.overflowX=="auto"||r.overflowX=="scroll")||n.clientHeight<n.scrollHeight&&(r.overflowY=="auto"||r.overflowY=="scroll")){if(!n.getBoundingClientRect||n===document.body)return q();if(i||t)return n;i=true}}}while(n=n.parentNode);return q()}function re(e,t){if(e&&t){for(var n in t){if(t.hasOwnProperty(n)){e[n]=t[n]}}}return e}function oe(e,t){return Math.round(e.top)===Math.round(t.top)&&Math.round(e.left)===Math.round(t.left)&&Math.round(e.height)===Math.round(t.height)&&Math.round(e.width)===Math.round(t.width)}var ae;function le(e,t){return function(){if(!ae){var n=arguments,i=this;if(n.length===1){e.call(i,n[0])}else{e.apply(i,n)}ae=setTimeout((function(){ae=void 0}),t)}}}function se(){clearTimeout(ae);ae=void 0}function ce(e,t,n){e.scrollLeft+=t;e.scrollTop+=n}function ue(e){var t=window.Polymer;var n=window.jQuery||window.Zepto;if(t&&t.dom){return t.dom(e).cloneNode(true)}else if(n){return n(e).clone(true)[0]}else{return e.cloneNode(true)}}function fe(e,t){U(e,"position","absolute");U(e,"top",t.top);U(e,"left",t.left);U(e,"width",t.width);U(e,"height",t.height)}function de(e){U(e,"position","");U(e,"top","");U(e,"left","");U(e,"width","");U(e,"height","")}var he="Sortable"+(new Date).getTime();function pe(){var e=[],t;return{captureAnimationState:function t(){e=[];if(!this.options.animation)return;var n=[].slice.call(this.el.children);n.forEach((function(t){if(U(t,"display")==="none"||t===gt.ghost)return;e.push({target:t,rect:Z(t)});var n=b({},e[e.length-1].rect);if(t.thisAnimationDuration){var i=G(t,true);if(i){n.top-=i.f;n.left-=i.e}}t.fromRect=n}))},addAnimationState:function t(n){e.push(n)},removeAnimationState:function t(n){e.splice(ne(e,{target:n}),1)},animateAll:function n(i){var r=this;if(!this.options.animation){clearTimeout(t);if(typeof i==="function")i();return}var o=false,a=0;e.forEach((function(e){var t=0,n=e.target,i=n.fromRect,l=Z(n),s=n.prevFromRect,c=n.prevToRect,u=e.rect,f=G(n,true);if(f){l.top-=f.f;l.left-=f.e}n.toRect=l;if(n.thisAnimationDuration){if(oe(s,l)&&!oe(i,l)&&(u.top-l.top)/(u.left-l.left)===(i.top-l.top)/(i.left-l.left)){t=ge(u,s,c,r.options)}}if(!oe(l,i)){n.prevFromRect=i;n.prevToRect=l;if(!t){t=r.options.animation}r.animate(n,u,l,t)}if(t){o=true;a=Math.max(a,t);clearTimeout(n.animationResetTimer);n.animationResetTimer=setTimeout((function(){n.animationTime=0;n.prevFromRect=null;n.fromRect=null;n.prevToRect=null;n.thisAnimationDuration=null}),t);n.thisAnimationDuration=t}}));clearTimeout(t);if(!o){if(typeof i==="function")i()}else{t=setTimeout((function(){if(typeof i==="function")i()}),a)}e=[]},animate:function e(t,n,i,r){if(r){U(t,"transition","");U(t,"transform","");var o=G(this.el),a=o&&o.a,l=o&&o.d,s=(n.left-i.left)/(a||1),c=(n.top-i.top)/(l||1);t.animatingX=!!s;t.animatingY=!!c;U(t,"transform","translate3d("+s+"px,"+c+"px,0)");this.forRepaintDummy=ve(t);U(t,"transition","transform "+r+"ms"+(this.options.easing?" "+this.options.easing:""));U(t,"transform","translate3d(0,0,0)");typeof t.animated==="number"&&clearTimeout(t.animated);t.animated=setTimeout((function(){U(t,"transition","");U(t,"transform","");t.animated=false;t.animatingX=false;t.animatingY=false}),r)}}}}function ve(e){return e.offsetWidth}function ge(e,t,n,i){return Math.sqrt(Math.pow(t.top-e.top,2)+Math.pow(t.left-e.left,2))/Math.sqrt(Math.pow(t.top-n.top,2)+Math.pow(t.left-n.left,2))*i.animation}var me=[];var be={initializeByDefault:true};var ye={mount:function e(t){for(var n in be){if(be.hasOwnProperty(n)&&!(n in t)){t[n]=be[n]}}me.forEach((function(e){if(e.pluginName===t.pluginName){throw"Sortable: Cannot mount plugin ".concat(t.pluginName," more than once")}}));me.push(t)},pluginEvent:function e(t,n,i){var r=this;this.eventCanceled=false;i.cancel=function(){r.eventCanceled=true};var o=t+"Global";me.forEach((function(e){if(!n[e.pluginName])return;if(n[e.pluginName][o]){n[e.pluginName][o](b({sortable:n},i))}if(n.options[e.pluginName]&&n[e.pluginName][t]){n[e.pluginName][t](b({sortable:n},i))}}))},initializePlugins:function e(t,n,i,r){me.forEach((function(e){var r=e.pluginName;if(!t.options[r]&&!e.initializeByDefault)return;var o=new e(t,n,t.options);o.sortable=t;o.options=t.options;t[r]=o;E(i,o.defaults)}));for(var o in t.options){if(!t.options.hasOwnProperty(o))continue;var a=this.modifyOption(t,o,t.options[o]);if(typeof a!=="undefined"){t.options[o]=a}}},getEventProperties:function e(t,n){var i={};me.forEach((function(e){if(typeof e.eventProperties!=="function")return;E(i,e.eventProperties.call(n[e.pluginName],t))}));return i},modifyOption:function e(t,n,i){var r;me.forEach((function(e){if(!t[e.pluginName])return;if(e.optionListeners&&typeof e.optionListeners[n]==="function"){r=e.optionListeners[n].call(t[e.pluginName],i)}}));return r}};function we(e){var t=e.sortable,n=e.rootEl,i=e.name,r=e.targetEl,o=e.cloneEl,a=e.toEl,l=e.fromEl,s=e.oldIndex,c=e.newIndex,u=e.oldDraggableIndex,f=e.newDraggableIndex,d=e.originalEvent,h=e.putSortable,p=e.extraEventProperties;t=t||n&&n[he];if(!t)return;var v,g=t.options,m="on"+i.charAt(0).toUpperCase()+i.substr(1);if(window.CustomEvent&&!z&&!k){v=new CustomEvent(i,{bubbles:true,cancelable:true})}else{v=document.createEvent("Event");v.initEvent(i,true,true)}v.to=a||n;v.from=l||n;v.item=r||n;v.clone=o;v.oldIndex=s;v.newIndex=c;v.oldDraggableIndex=u;v.newDraggableIndex=f;v.originalEvent=d;v.pullMode=h?h.lastPutMode:undefined;var y=b(b({},p),ye.getEventProperties(i,t));for(var w in y){v[w]=y[w]}if(n){n.dispatchEvent(v)}if(g[m]){g[m].call(t,v)}}var Ee=["evt"];var De=function e(t,n){var i=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{},r=i.evt,o=_(i,Ee);ye.pluginEvent.bind(gt)(t,n,b({dragEl:Se,parentEl:Ce,ghostEl:Ie,rootEl:xe,nextEl:Oe,lastDownEl:Te,cloneEl:Ae,cloneHidden:Me,dragStarted:Ge,putSortable:Re,activeSortable:gt.active,originalEvent:r,oldIndex:ze,oldDraggableIndex:Ne,newIndex:ke,newDraggableIndex:Pe,hideGhostForTarget:dt,unhideGhostForTarget:ht,cloneNowHidden:function e(){Me=true},cloneNowShown:function e(){Me=false},dispatchSortableEvent:function e(t){_e({sortable:n,name:t,originalEvent:r})}},o))};function _e(e){we(b({putSortable:Re,cloneEl:Ae,targetEl:Se,rootEl:xe,oldIndex:ze,oldDraggableIndex:Ne,newIndex:ke,newDraggableIndex:Pe},e))}var Se,Ce,Ie,xe,Oe,Te,Ae,Me,ze,ke,Ne,Pe,Be,Re,Xe=false,Le=false,Ye=[],We,je,He,Fe,Ke,Ue,Ge,Ve,qe,Ze=false,$e=false,Je,Qe,et=[],tt=false,nt=[];var it=typeof document!=="undefined",rt=B,ot=k||z?"cssFloat":"float",at=it&&!R&&!B&&"draggable"in document.createElement("div"),lt=function(){if(!it)return;if(z){return false}var e=document.createElement("x");e.style.cssText="pointer-events:auto";return e.style.pointerEvents==="auto"}(),st=function e(t,n){var i=U(t),r=parseInt(i.width)-parseInt(i.paddingLeft)-parseInt(i.paddingRight)-parseInt(i.borderLeftWidth)-parseInt(i.borderRightWidth),o=J(t,0,n),a=J(t,1,n),l=o&&U(o),s=a&&U(a),c=l&&parseInt(l.marginLeft)+parseInt(l.marginRight)+Z(o).width,u=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+Z(a).width;if(i.display==="flex"){return i.flexDirection==="column"||i.flexDirection==="column-reverse"?"vertical":"horizontal"}if(i.display==="grid"){return i.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal"}if(o&&l["float"]&&l["float"]!=="none"){var f=l["float"]==="left"?"left":"right";return a&&(s.clear==="both"||s.clear===f)?"vertical":"horizontal"}return o&&(l.display==="block"||l.display==="flex"||l.display==="table"||l.display==="grid"||c>=r&&i[ot]==="none"||a&&i[ot]==="none"&&c+u>r)?"vertical":"horizontal"},ct=function e(t,n,i){var r=i?t.left:t.top,o=i?t.right:t.bottom,a=i?t.width:t.height,l=i?n.left:n.top,s=i?n.right:n.bottom,c=i?n.width:n.height;return r===l||o===s||r+a/2===l+c/2},ut=function e(t,n){var i;Ye.some((function(e){var r=e[he].options.emptyInsertThreshold;if(!r||Q(e))return;var o=Z(e),a=t>=o.left-r&&t<=o.right+r,l=n>=o.top-r&&n<=o.bottom+r;if(a&&l){return i=e}}));return i},ft=function e(t){function n(e,t){return function(i,r,o,a){var l=i.options.group.name&&r.options.group.name&&i.options.group.name===r.options.group.name;if(e==null&&(t||l)){return true}else if(e==null||e===false){return false}else if(t&&e==="clone"){return e}else if(typeof e==="function"){return n(e(i,r,o,a),t)(i,r,o,a)}else{var s=(t?i:r).options.group.name;return e===true||typeof e==="string"&&e===s||e.join&&e.indexOf(s)>-1}}}var i={};var r=t.group;if(!r||y(r)!="object"){r={name:r}}i.name=r.name;i.checkPull=n(r.pull,true);i.checkPut=n(r.put);i.revertClone=r.revertClone;t.group=i},dt=function e(){if(!lt&&Ie){U(Ie,"display","none")}},ht=function e(){if(!lt&&Ie){U(Ie,"display","")}};if(it&&!R){document.addEventListener("click",(function(e){if(Le){e.preventDefault();e.stopPropagation&&e.stopPropagation();e.stopImmediatePropagation&&e.stopImmediatePropagation();Le=false;return false}}),true)}var pt=function e(t){if(Se){t=t.touches?t.touches[0]:t;var n=ut(t.clientX,t.clientY);if(n){var i={};for(var r in t){if(t.hasOwnProperty(r)){i[r]=t[r]}}i.target=i.rootEl=n;i.preventDefault=void 0;i.stopPropagation=void 0;n[he]._onDragOver(i)}}};var vt=function e(t){if(Se){Se.parentNode[he]._isOutsideThisEl(t.target)}};function gt(e,t){if(!(e&&e.nodeType&&e.nodeType===1)){throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e))}this.el=e;this.options=t=E({},t);e[he]=this;var n={group:null,sort:true,disabled:false,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:false,invertedSwapThreshold:null,removeCloneOnHide:true,direction:function t(){return st(e,this.options)},ghostClone:function(e){return e.cloneNode(true)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:true,animation:0,easing:null,setData:function e(t,n){t.setData("Text",n.textContent)},dropBubble:false,dragoverBubble:false,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:false,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:false,fallbackClass:"sortable-fallback",fallbackOnBody:false,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:gt.supportPointer!==false&&"PointerEvent"in window&&!P,emptyInsertThreshold:5};ye.initializePlugins(this,e,n);for(var i in n){!(i in t)&&(t[i]=n[i])}ft(t);for(var r in this){if(r.charAt(0)==="_"&&typeof this[r]==="function"){this[r]=this[r].bind(this)}}this.nativeDraggable=t.forceFallback?false:at;if(this.nativeDraggable){this.options.touchStartThreshold=1}if(t.supportPointer){L(e,"pointerdown",this._onTapStart)}else{L(e,"mousedown",this._onTapStart);L(e,"touchstart",this._onTapStart)}if(this.nativeDraggable){L(e,"dragover",this);L(e,"dragenter",this)}Ye.push(this.el);t.store&&t.store.get&&this.sort(t.store.get(this)||[]);E(this,pe())}gt.prototype={constructor:gt,_isOutsideThisEl:function e(t){if(!this.el.contains(t)&&t!==this.el){Ve=null}},_getDirection:function e(t,n){return typeof this.options.direction==="function"?this.options.direction.call(this,t,n,Se):this.options.direction},_onTapStart:function e(t){if(!t.cancelable)return;var n=this,i=this.el,r=this.options,o=r.preventOnFilter,a=t.type,l=t.touches&&t.touches[0]||t.pointerType&&t.pointerType==="touch"&&t,s=(l||t).target,c=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||s,u=r.filter;It(i);if(Se){return}if(/mousedown|pointerdown/.test(a)&&t.button!==0||r.disabled){return}if(c.isContentEditable){return}if(!this.nativeDraggable&&P&&s&&s.tagName.toUpperCase()==="SELECT"){return}s=H(s,r.draggable,i,false);if(s&&s.animated){return}if(Te===s){return}ze=ee(s);Ne=ee(s,r.draggable);if(typeof u==="function"){if(u.call(this,t,s,this)){_e({sortable:n,rootEl:c,name:"filter",targetEl:s,toEl:i,fromEl:i});De("filter",n,{evt:t});o&&t.cancelable&&t.preventDefault();return}}else if(u){u=u.split(",").some((function(e){e=H(c,e.trim(),i,false);if(e){_e({sortable:n,rootEl:e,name:"filter",targetEl:s,fromEl:i,toEl:i});De("filter",n,{evt:t});return true}}));if(u){o&&t.cancelable&&t.preventDefault();return}}if(r.handle&&!H(c,r.handle,i,false)){return}this._prepareDragStart(t,l,s)},_prepareDragStart:function e(t,n,i){var r=this,o=r.el,a=r.options,l=o.ownerDocument,s;if(i&&!Se&&i.parentNode===o){var c=Z(i);xe=o;Se=i;Ce=Se.parentNode;Oe=Se.nextSibling;Te=i;Be=a.group;gt.dragged=Se;We={target:Se,clientX:(n||t).clientX,clientY:(n||t).clientY};Ke=We.clientX-c.left;Ue=We.clientY-c.top;this._lastX=(n||t).clientX;this._lastY=(n||t).clientY;Se.style["will-change"]="all";s=function e(){De("delayEnded",r,{evt:t});if(gt.eventCanceled){r._onDrop();return}r._disableDelayedDragEvents();if(!N&&r.nativeDraggable){Se.draggable=true}r._triggerDragStart(t,n);_e({sortable:r,name:"choose",originalEvent:t});K(Se,a.chosenClass,true)};a.ignore.split(",").forEach((function(e){V(Se,e.trim(),yt)}));L(l,"dragover",pt);L(l,"mousemove",pt);L(l,"touchmove",pt);L(l,"mouseup",r._onDrop);L(l,"touchend",r._onDrop);L(l,"touchcancel",r._onDrop);if(N&&this.nativeDraggable){this.options.touchStartThreshold=4;Se.draggable=true}De("delayStart",this,{evt:t});if(a.delay&&(!a.delayOnTouchOnly||n)&&(!this.nativeDraggable||!(k||z))){if(gt.eventCanceled){this._onDrop();return}L(l,"mouseup",r._disableDelayedDrag);L(l,"touchend",r._disableDelayedDrag);L(l,"touchcancel",r._disableDelayedDrag);L(l,"mousemove",r._delayedDragTouchMoveHandler);L(l,"touchmove",r._delayedDragTouchMoveHandler);a.supportPointer&&L(l,"pointermove",r._delayedDragTouchMoveHandler);r._dragStartTimer=setTimeout(s,a.delay)}else{s()}}},_delayedDragTouchMoveHandler:function e(t){var n=t.touches?t.touches[0]:t;if(Math.max(Math.abs(n.clientX-this._lastX),Math.abs(n.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))){this._disableDelayedDrag()}},_disableDelayedDrag:function e(){Se&&yt(Se);clearTimeout(this._dragStartTimer);this._disableDelayedDragEvents()},_disableDelayedDragEvents:function e(){var t=this.el.ownerDocument;Y(t,"mouseup",this._disableDelayedDrag);Y(t,"touchend",this._disableDelayedDrag);Y(t,"touchcancel",this._disableDelayedDrag);Y(t,"mousemove",this._delayedDragTouchMoveHandler);Y(t,"touchmove",this._delayedDragTouchMoveHandler);Y(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function e(t,n){n=n||t.pointerType=="touch"&&t;if(!this.nativeDraggable||n){if(this.options.supportPointer){L(document,"pointermove",this._onTouchMove)}else if(n){L(document,"touchmove",this._onTouchMove)}else{L(document,"mousemove",this._onTouchMove)}}else{L(Se,"dragend",this);L(xe,"dragstart",this._onDragStart)}try{if(document.selection){xt((function(){document.selection.empty()}))}else{window.getSelection().removeAllRanges()}}catch(i){}},_dragStarted:function e(t,n){Xe=false;if(xe&&Se){De("dragStarted",this,{evt:n});if(this.nativeDraggable){L(document,"dragover",vt)}var i=this.options;!t&&K(Se,i.dragClass,false);K(Se,i.ghostClass,true);gt.active=this;t&&this._appendGhost();_e({sortable:this,name:"start",originalEvent:n})}else{this._nulling()}},_emulateDragOver:function e(){if(je){this._lastX=je.clientX;this._lastY=je.clientY;dt();var t=document.elementFromPoint(je.clientX,je.clientY);var n=t;while(t&&t.shadowRoot){t=t.shadowRoot.elementFromPoint(je.clientX,je.clientY);if(t===n)break;n=t}Se.parentNode[he]._isOutsideThisEl(t);if(n){do{if(n[he]){var i=void 0;i=n[he]._onDragOver({clientX:je.clientX,clientY:je.clientY,target:t,rootEl:n});if(i&&!this.options.dragoverBubble){break}}t=n}while(n=n.parentNode)}ht()}},_onTouchMove:function e(t){if(We){var n=this.options,i=n.fallbackTolerance,r=n.fallbackOffset,o=t.touches?t.touches[0]:t,a=Ie&&G(Ie,true),l=Ie&&a&&a.a,s=Ie&&a&&a.d,c=rt&&Qe&&te(Qe),u=(o.clientX-We.clientX+r.x)/(l||1)+(c?c[0]-et[0]:0)/(l||1),f=(o.clientY-We.clientY+r.y)/(s||1)+(c?c[1]-et[1]:0)/(s||1);if(!gt.active&&!Xe){if(i&&Math.max(Math.abs(o.clientX-this._lastX),Math.abs(o.clientY-this._lastY))<i){return}this._onDragStart(t,true)}if(Ie){if(a){a.e+=u-(He||0);a.f+=f-(Fe||0)}else{a={a:1,b:0,c:0,d:1,e:u,f:f}}var d="matrix(".concat(a.a,",").concat(a.b,",").concat(a.c,",").concat(a.d,",").concat(a.e,",").concat(a.f,")");U(Ie,"webkitTransform",d);U(Ie,"mozTransform",d);U(Ie,"msTransform",d);U(Ie,"transform",d);He=u;Fe=f;je=o}t.cancelable&&t.preventDefault()}},_appendGhost:function e(){if(!Ie){var t=this.options.fallbackOnBody?document.body:xe,n=Z(Se,true,rt,true,t),i=this.options;if(rt){Qe=t;while(U(Qe,"position")==="static"&&U(Qe,"transform")==="none"&&Qe!==document){Qe=Qe.parentNode}if(Qe!==document.body&&Qe!==document.documentElement){if(Qe===document)Qe=q();n.top+=Qe.scrollTop;n.left+=Qe.scrollLeft}else{Qe=q()}et=te(Qe)}Ie=i.ghostClone(Se);K(Ie,i.ghostClass,false);K(Ie,i.fallbackClass,true);K(Ie,i.dragClass,true);U(Ie,"transition","");U(Ie,"transform","");U(Ie,"box-sizing","border-box");U(Ie,"margin",0);U(Ie,"top",n.top);U(Ie,"left",n.left);U(Ie,"width",n.width);U(Ie,"height",n.height);U(Ie,"opacity","0.8");U(Ie,"position",rt?"absolute":"fixed");U(Ie,"zIndex","100000");U(Ie,"pointerEvents","none");gt.ghost=Ie;t.appendChild(Ie);U(Ie,"transform-origin",Ke/parseInt(Ie.style.width)*100+"% "+Ue/parseInt(Ie.style.height)*100+"%")}},_onDragStart:function e(t,n){var i=this;var r=t.dataTransfer;var o=i.options;De("dragStart",this,{evt:t});if(gt.eventCanceled){this._onDrop();return}De("setupClone",this);if(!gt.eventCanceled){Ae=ue(Se);Ae.removeAttribute("id");Ae.draggable=false;Ae.style["will-change"]="";this._hideClone();K(Ae,this.options.chosenClass,false);gt.clone=Ae}i.cloneId=xt((function(){De("clone",i);if(gt.eventCanceled)return;if(!i.options.removeCloneOnHide){xe.insertBefore(Ae,Se)}i._hideClone();_e({sortable:i,name:"clone"})}));!n&&K(Se,o.dragClass,true);if(n){Le=true;i._loopId=setInterval(i._emulateDragOver,50)}else{Y(document,"mouseup",i._onDrop);Y(document,"touchend",i._onDrop);Y(document,"touchcancel",i._onDrop);if(r){r.effectAllowed="move";o.setData&&o.setData.call(i,r,Se)}L(document,"drop",i);U(Se,"transform","translateZ(0)")}Xe=true;i._dragStartId=xt(i._dragStarted.bind(i,n,t));L(document,"selectstart",i);Ge=true;if(P){U(document.body,"user-select","none")}},_onDragOver:function e(t){var n=this.el,i=t.target,r,o,a,l=this.options,s=l.group,c=gt.active,u=Be===s,f=l.sort,d=Re||c,h,p=this,v=false;if(tt)return;function g(e,l){De(e,p,b({evt:t,isOwner:u,axis:h?"vertical":"horizontal",revert:a,dragRect:r,targetRect:o,canSort:f,fromSortable:d,target:i,completed:y,onMove:function e(i,o){return bt(xe,n,Se,r,i,Z(i),t,o)},changed:w},l))}function m(){g("dragOverAnimationCapture");p.captureAnimationState();if(p!==d){d.captureAnimationState()}}function y(e){g("dragOverCompleted",{insertion:e});if(e){if(u){c._hideClone()}else{c._showClone(p)}if(p!==d){K(Se,Re?Re.options.ghostClass:c.options.ghostClass,false);K(Se,l.ghostClass,true)}if(Re!==p&&p!==gt.active){Re=p}else if(p===gt.active&&Re){Re=null}if(d===p){p._ignoreWhileAnimating=i}p.animateAll((function(){g("dragOverAnimationComplete");p._ignoreWhileAnimating=null}));if(p!==d){d.animateAll();d._ignoreWhileAnimating=null}}if(i===Se&&!Se.animated||i===n&&!i.animated){Ve=null}if(!l.dragoverBubble&&!t.rootEl&&i!==document){Se.parentNode[he]._isOutsideThisEl(t.target);!e&&pt(t)}!l.dragoverBubble&&t.stopPropagation&&t.stopPropagation();return v=true}function w(){ke=ee(Se);Pe=ee(Se,l.draggable);_e({sortable:p,name:"change",toEl:n,newIndex:ke,newDraggableIndex:Pe,originalEvent:t})}if(t.preventDefault!==void 0){t.cancelable&&t.preventDefault()}i=H(i,l.draggable,n,true);g("dragOver");if(gt.eventCanceled)return v;if(Se.contains(t.target)||i.animated&&i.animatingX&&i.animatingY||p._ignoreWhileAnimating===i){return y(false)}Le=false;if(c&&!l.disabled&&(u?f||(a=Ce!==xe):Re===this||(this.lastPutMode=Be.checkPull(this,c,Se,t))&&s.checkPut(this,c,Se,t))){h=this._getDirection(t,i)==="vertical";r=Z(Se);g("dragOverValid");if(gt.eventCanceled)return v;if(a){Ce=xe;m();this._hideClone();g("revert");if(!gt.eventCanceled){if(Oe){xe.insertBefore(Se,Oe)}else{xe.appendChild(Se)}}return y(true)}var E=Q(n,l.draggable);if(!E||Dt(t,h,this)&&!E.animated){if(E===Se){return y(false)}if(E&&n===t.target){i=E}if(i){o=Z(i)}if(bt(xe,n,Se,r,i,o,t,!!i)!==false){m();if(E&&E.nextSibling){n.insertBefore(Se,E.nextSibling)}else{n.appendChild(Se)}Ce=n;w();return y(true)}}else if(E&&Et(t,h,this)){var D=J(n,0,l,true);if(D===Se){return y(false)}i=D;o=Z(i);if(bt(xe,n,Se,r,i,o,t,false)!==false){m();n.insertBefore(Se,D);Ce=n;w();return y(true)}}else if(i.parentNode===n){o=Z(i);var _=0,S,C=Se.parentNode!==n,I=!ct(Se.animated&&Se.toRect||r,i.animated&&i.toRect||o,h),x=h?"top":"left",O=$(i,"top","top")||$(Se,"top","top"),T=O?O.scrollTop:void 0;if(Ve!==i){S=o[x];Ze=false;$e=!I&&l.invertSwap||C}_=_t(t,i,o,h,I?1:l.swapThreshold,l.invertedSwapThreshold==null?l.swapThreshold:l.invertedSwapThreshold,$e,Ve===i);var A;if(_!==0){var M=ee(Se);do{M-=_;A=Ce.children[M]}while(A&&(U(A,"display")==="none"||A===Ie))}if(_===0||A===i){return y(false)}Ve=i;qe=_;var z=i.nextElementSibling,k=false;k=_===1;var N=bt(xe,n,Se,r,i,o,t,k);if(N!==false){if(N===1||N===-1){k=N===1}tt=true;setTimeout(wt,30);m();if(k&&!z){n.appendChild(Se)}else{i.parentNode.insertBefore(Se,k?z:i)}if(O){ce(O,0,T-O.scrollTop)}Ce=Se.parentNode;if(S!==undefined&&!$e){Je=Math.abs(S-Z(i)[x])}w();return y(true)}}if(n.contains(Se)){return y(false)}}return false},_ignoreWhileAnimating:null,_offMoveEvents:function e(){Y(document,"mousemove",this._onTouchMove);Y(document,"touchmove",this._onTouchMove);Y(document,"pointermove",this._onTouchMove);Y(document,"dragover",pt);Y(document,"mousemove",pt);Y(document,"touchmove",pt)},_offUpEvents:function e(){var t=this.el.ownerDocument;Y(t,"mouseup",this._onDrop);Y(t,"touchend",this._onDrop);Y(t,"pointerup",this._onDrop);Y(t,"touchcancel",this._onDrop);Y(document,"selectstart",this)},_onDrop:function e(t){var n=this.el,i=this.options;ke=ee(Se);Pe=ee(Se,i.draggable);De("drop",this,{evt:t});Ce=Se&&Se.parentNode;ke=ee(Se);Pe=ee(Se,i.draggable);if(gt.eventCanceled){this._nulling();return}Xe=false;$e=false;Ze=false;clearInterval(this._loopId);clearTimeout(this._dragStartTimer);Ot(this.cloneId);Ot(this._dragStartId);if(this.nativeDraggable){Y(document,"drop",this);Y(n,"dragstart",this._onDragStart)}this._offMoveEvents();this._offUpEvents();if(P){U(document.body,"user-select","")}U(Se,"transform","");if(t){if(Ge){t.cancelable&&t.preventDefault();!i.dropBubble&&t.stopPropagation()}Ie&&Ie.parentNode&&Ie.parentNode.removeChild(Ie);if(xe===Ce||Re&&Re.lastPutMode!=="clone"){Ae&&Ae.parentNode&&Ae.parentNode.removeChild(Ae)}if(Se){if(this.nativeDraggable){Y(Se,"dragend",this)}yt(Se);Se.style["will-change"]="";if(Ge&&!Xe){K(Se,Re?Re.options.ghostClass:this.options.ghostClass,false)}K(Se,this.options.chosenClass,false);_e({sortable:this,name:"unchoose",toEl:Ce,newIndex:null,newDraggableIndex:null,originalEvent:t});if(xe!==Ce){if(ke>=0){_e({rootEl:Ce,name:"add",toEl:Ce,fromEl:xe,originalEvent:t});_e({sortable:this,name:"remove",toEl:Ce,originalEvent:t});_e({rootEl:Ce,name:"sort",toEl:Ce,fromEl:xe,originalEvent:t});_e({sortable:this,name:"sort",toEl:Ce,originalEvent:t})}Re&&Re.save()}else{if(ke!==ze){if(ke>=0){_e({sortable:this,name:"update",toEl:Ce,originalEvent:t});_e({sortable:this,name:"sort",toEl:Ce,originalEvent:t})}}}if(gt.active){if(ke==null||ke===-1){ke=ze;Pe=Ne}_e({sortable:this,name:"end",toEl:Ce,originalEvent:t});this.save()}}}this._nulling()},_nulling:function e(){De("nulling",this);xe=Se=Ce=Ie=Oe=Ae=Te=Me=We=je=Ge=ke=Pe=ze=Ne=Ve=qe=Re=Be=gt.dragged=gt.ghost=gt.clone=gt.active=null;nt.forEach((function(e){e.checked=true}));nt.length=He=Fe=0},handleEvent:function e(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":if(Se){this._onDragOver(t);mt(t)}break;case"selectstart":t.preventDefault();break}},toArray:function e(){var t=[],n,i=this.el.children,r=0,o=i.length,a=this.options;for(;r<o;r++){n=i[r];if(H(n,a.draggable,this.el,false)){t.push(n.getAttribute(a.dataIdAttr)||Ct(n))}}return t},sort:function e(t,n){var i={},r=this.el;this.toArray().forEach((function(e,t){var n=r.children[t];if(H(n,this.options.draggable,r,false)){i[e]=n}}),this);n&&this.captureAnimationState();t.forEach((function(e){if(i[e]){r.removeChild(i[e]);r.appendChild(i[e])}}));n&&this.animateAll()},save:function e(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function e(t,n){return H(t,n||this.options.draggable,this.el,false)},option:function e(t,n){var i=this.options;if(n===void 0){return i[t]}else{var r=ye.modifyOption(this,t,n);if(typeof r!=="undefined"){i[t]=r}else{i[t]=n}if(t==="group"){ft(i)}}},destroy:function e(){De("destroy",this);var t=this.el;t[he]=null;Y(t,"mousedown",this._onTapStart);Y(t,"touchstart",this._onTapStart);Y(t,"pointerdown",this._onTapStart);if(this.nativeDraggable){Y(t,"dragover",this);Y(t,"dragenter",this)}Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),(function(e){e.removeAttribute("draggable")}));this._onDrop();this._disableDelayedDragEvents();Ye.splice(Ye.indexOf(this.el),1);this.el=t=null},_hideClone:function e(){if(!Me){De("hideClone",this);if(gt.eventCanceled)return;U(Ae,"display","none");if(this.options.removeCloneOnHide&&Ae.parentNode){Ae.parentNode.removeChild(Ae)}Me=true}},_showClone:function e(t){if(t.lastPutMode!=="clone"){this._hideClone();return}if(Me){De("showClone",this);if(gt.eventCanceled)return;if(Se.parentNode==xe&&!this.options.group.revertClone){xe.insertBefore(Ae,Se)}else if(Oe){xe.insertBefore(Ae,Oe)}else{xe.appendChild(Ae)}if(this.options.group.revertClone){this.animate(Se,Ae)}U(Ae,"display","");Me=false}}};function mt(e){if(e.dataTransfer){e.dataTransfer.dropEffect="move"}e.cancelable&&e.preventDefault()}function bt(e,t,n,i,r,o,a,l){var s,c=e[he],u=c.options.onMove,f;if(window.CustomEvent&&!z&&!k){s=new CustomEvent("move",{bubbles:true,cancelable:true})}else{s=document.createEvent("Event");s.initEvent("move",true,true)}s.to=t;s.from=e;s.dragged=n;s.draggedRect=i;s.related=r||t;s.relatedRect=o||Z(t);s.willInsertAfter=l;s.originalEvent=a;e.dispatchEvent(s);if(u){f=u.call(c,s,a)}return f}function yt(e){e.draggable=false}function wt(){tt=false}function Et(e,t,n){var i=Z(J(n.el,0,n.options,true));var r=10;return t?e.clientX<i.left-r||e.clientY<i.top&&e.clientX<i.right:e.clientY<i.top-r||e.clientY<i.bottom&&e.clientX<i.left}function Dt(e,t,n){var i=Z(Q(n.el,n.options.draggable));var r=10;return t?e.clientX>i.right+r||e.clientX<=i.right&&e.clientY>i.bottom&&e.clientX>=i.left:e.clientX>i.right&&e.clientY>i.top||e.clientX<=i.right&&e.clientY>i.bottom+r}function _t(e,t,n,i,r,o,a,l){var s=i?e.clientY:e.clientX,c=i?n.height:n.width,u=i?n.top:n.left,f=i?n.bottom:n.right,d=false;if(!a){if(l&&Je<c*r){if(!Ze&&(qe===1?s>u+c*o/2:s<f-c*o/2)){Ze=true}if(!Ze){if(qe===1?s<u+Je:s>f-Je){return-qe}}else{d=true}}else{if(s>u+c*(1-r)/2&&s<f-c*(1-r)/2){return St(t)}}}d=d||a;if(d){if(s<u+c*o/2||s>f-c*o/2){return s>u+c/2?1:-1}}return 0}function St(e){if(ee(Se)<ee(e)){return 1}else{return-1}}function Ct(e){var t=e.tagName+e.className+e.src+e.href+e.textContent,n=t.length,i=0;while(n--){i+=t.charCodeAt(n)}return i.toString(36)}function It(e){nt.length=0;var t=e.getElementsByTagName("input");var n=t.length;while(n--){var i=t[n];i.checked&&nt.push(i)}}function xt(e){return setTimeout(e,0)}function Ot(e){return clearTimeout(e)}if(it){L(document,"touchmove",(function(e){if((gt.active||Xe)&&e.cancelable){e.preventDefault()}}))}gt.utils={on:L,off:Y,css:U,find:V,is:function e(t,n){return!!H(t,n,t,false)},extend:re,throttle:le,closest:H,toggleClass:K,clone:ue,index:ee,nextTick:xt,cancelNextTick:Ot,detectDirection:st,getChild:J};gt.get=function(e){return e[he]};gt.mount=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++){t[n]=arguments[n]}if(t[0].constructor===Array)t=t[0];t.forEach((function(e){if(!e.prototype||!e.prototype.constructor){throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(e))}if(e.utils)gt.utils=b(b({},gt.utils),e.utils);ye.mount(e)}))};gt.create=function(e,t){return new gt(e,t)};gt.version=A;var Tt=[],At,Mt,zt=false,kt,Nt,Pt,Bt;function Rt(){function e(){this.defaults={scroll:true,forceAutoScrollFallback:false,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:true};for(var e in this){if(e.charAt(0)==="_"&&typeof this[e]==="function"){this[e]=this[e].bind(this)}}}e.prototype={dragStarted:function e(t){var n=t.originalEvent;if(this.sortable.nativeDraggable){L(document,"dragover",this._handleAutoScroll)}else{if(this.options.supportPointer){L(document,"pointermove",this._handleFallbackAutoScroll)}else if(n.touches){L(document,"touchmove",this._handleFallbackAutoScroll)}else{L(document,"mousemove",this._handleFallbackAutoScroll)}}},dragOverCompleted:function e(t){var n=t.originalEvent;if(!this.options.dragOverBubble&&!n.rootEl){this._handleAutoScroll(n)}},drop:function e(){if(this.sortable.nativeDraggable){Y(document,"dragover",this._handleAutoScroll)}else{Y(document,"pointermove",this._handleFallbackAutoScroll);Y(document,"touchmove",this._handleFallbackAutoScroll);Y(document,"mousemove",this._handleFallbackAutoScroll)}Lt();Xt();se()},nulling:function e(){Pt=Mt=At=zt=Bt=kt=Nt=null;Tt.length=0},_handleFallbackAutoScroll:function e(t){this._handleAutoScroll(t,true)},_handleAutoScroll:function e(t,n){var i=this;var r=(t.touches?t.touches[0]:t).clientX,o=(t.touches?t.touches[0]:t).clientY,a=document.elementFromPoint(r,o);Pt=t;if(n||this.options.forceAutoScrollFallback||k||z||P){Yt(t,this.options,a,n);var l=ie(a,true);if(zt&&(!Bt||r!==kt||o!==Nt)){Bt&&Lt();Bt=setInterval((function(){var e=ie(document.elementFromPoint(r,o),true);if(e!==l){l=e;Xt()}Yt(t,i.options,e,n)}),10);kt=r;Nt=o}}else{if(!this.options.bubbleScroll||ie(a,true)===q()){Xt();return}Yt(t,this.options,ie(a,false),false)}}};return E(e,{pluginName:"scroll",initializeByDefault:true})}function Xt(){Tt.forEach((function(e){clearInterval(e.pid)}));Tt=[]}function Lt(){clearInterval(Bt)}var Yt=le((function(e,t,n,i){if(!t.scroll)return;var r=(e.touches?e.touches[0]:e).clientX,o=(e.touches?e.touches[0]:e).clientY,a=t.scrollSensitivity,l=t.scrollSpeed,s=q();var c=false,u;if(Mt!==n){Mt=n;Xt();At=t.scroll;u=t.scrollFn;if(At===true){At=ie(n,true)}}var f=0;var d=At;do{var h=d,p=Z(h),v=p.top,g=p.bottom,m=p.left,b=p.right,y=p.width,w=p.height,E=void 0,D=void 0,_=h.scrollWidth,S=h.scrollHeight,C=U(h),I=h.scrollLeft,x=h.scrollTop;if(h===s){E=y<_&&(C.overflowX==="auto"||C.overflowX==="scroll"||C.overflowX==="visible");D=w<S&&(C.overflowY==="auto"||C.overflowY==="scroll"||C.overflowY==="visible")}else{E=y<_&&(C.overflowX==="auto"||C.overflowX==="scroll");D=w<S&&(C.overflowY==="auto"||C.overflowY==="scroll")}var O=E&&(Math.abs(b-r)<=a&&I+y<_)-(Math.abs(m-r)<=a&&!!I);var T=D&&(Math.abs(g-o)<=a&&x+w<S)-(Math.abs(v-o)<=a&&!!x);if(!Tt[f]){for(var A=0;A<=f;A++){if(!Tt[A]){Tt[A]={}}}}if(Tt[f].vx!=O||Tt[f].vy!=T||Tt[f].el!==h){Tt[f].el=h;Tt[f].vx=O;Tt[f].vy=T;clearInterval(Tt[f].pid);if(O!=0||T!=0){c=true;Tt[f].pid=setInterval(function(){if(i&&this.layer===0){gt.active._onTouchMove(Pt)}var t=Tt[this.layer].vy?Tt[this.layer].vy*l:0;var n=Tt[this.layer].vx?Tt[this.layer].vx*l:0;if(typeof u==="function"){if(u.call(gt.dragged.parentNode[he],n,t,e,Pt,Tt[this.layer].el)!=="continue"){return}}ce(Tt[this.layer].el,n,t)}.bind({layer:f}),24)}}f++}while(t.bubbleScroll&&d!==s&&(d=ie(d,false)));zt=c}),30);var Wt=function e(t){var n=t.originalEvent,i=t.putSortable,r=t.dragEl,o=t.activeSortable,a=t.dispatchSortableEvent,l=t.hideGhostForTarget,s=t.unhideGhostForTarget;if(!n)return;var c=i||o;l();var u=n.changedTouches&&n.changedTouches.length?n.changedTouches[0]:n;var f=document.elementFromPoint(u.clientX,u.clientY);s();if(c&&!c.el.contains(f)){a("spill");this.onSpill({dragEl:r,putSortable:i})}};function jt(){}jt.prototype={startIndex:null,dragStart:function e(t){var n=t.oldDraggableIndex;this.startIndex=n},onSpill:function e(t){var n=t.dragEl,i=t.putSortable;this.sortable.captureAnimationState();if(i){i.captureAnimationState()}var r=J(this.sortable.el,this.startIndex,this.options);if(r){this.sortable.el.insertBefore(n,r)}else{this.sortable.el.appendChild(n)}this.sortable.animateAll();if(i){i.animateAll()}},drop:Wt};E(jt,{pluginName:"revertOnSpill"});function Ht(){}Ht.prototype={onSpill:function e(t){var n=t.dragEl,i=t.putSortable;var r=i||this.sortable;r.captureAnimationState();n.parentNode&&n.parentNode.removeChild(n);r.animateAll()},drop:Wt};E(Ht,{pluginName:"removeOnSpill"});var Ft;function Kt(){function e(){this.defaults={swapClass:"sortable-swap-highlight"}}e.prototype={dragStart:function e(t){var n=t.dragEl;Ft=n},dragOverValid:function e(t){var n=t.completed,i=t.target,r=t.onMove,o=t.activeSortable,a=t.changed,l=t.cancel;if(!o.options.swap)return;var s=this.sortable.el,c=this.options;if(i&&i!==s){var u=Ft;if(r(i)!==false){K(i,c.swapClass,true);Ft=i}else{Ft=null}if(u&&u!==Ft){K(u,c.swapClass,false)}}a();n(true);l()},drop:function e(t){var n=t.activeSortable,i=t.putSortable,r=t.dragEl;var o=i||this.sortable;var a=this.options;Ft&&K(Ft,a.swapClass,false);if(Ft&&(a.swap||i&&i.options.swap)){if(r!==Ft){o.captureAnimationState();if(o!==n)n.captureAnimationState();Ut(r,Ft);o.animateAll();if(o!==n)n.animateAll()}}},nulling:function e(){Ft=null}};return E(e,{pluginName:"swap",eventProperties:function e(){return{swapItem:Ft}}})}function Ut(e,t){var n=e.parentNode,i=t.parentNode,r,o;if(!n||!i||n.isEqualNode(t)||i.isEqualNode(e))return;r=ee(e);o=ee(t);if(n.isEqualNode(i)&&r<o){o++}n.insertBefore(t,n.children[r]);i.insertBefore(e,i.children[o])}var Gt=[],Vt=[],qt,Zt,$t=false,Jt=false,Qt=false,en,tn,nn;function rn(){function e(e){for(var t in this){if(t.charAt(0)==="_"&&typeof this[t]==="function"){this[t]=this[t].bind(this)}}if(!e.options.avoidImplicitDeselect){if(e.options.supportPointer){L(document,"pointerup",this._deselectMultiDrag)}else{L(document,"mouseup",this._deselectMultiDrag);L(document,"touchend",this._deselectMultiDrag)}}L(document,"keydown",this._checkKeyDown);L(document,"keyup",this._checkKeyUp);this.defaults={selectedClass:"sortable-selected",multiDragKey:null,avoidImplicitDeselect:false,setData:function t(n,i){var r="";if(Gt.length&&Zt===e){Gt.forEach((function(e,t){r+=(!t?"":", ")+e.textContent}))}else{r=i.textContent}n.setData("Text",r)}}}e.prototype={multiDragKeyDown:false,isMultiDrag:false,delayStartGlobal:function e(t){var n=t.dragEl;en=n},delayEnded:function e(){this.isMultiDrag=~Gt.indexOf(en)},setupClone:function e(t){var n=t.sortable,i=t.cancel;if(!this.isMultiDrag)return;for(var r=0;r<Gt.length;r++){Vt.push(ue(Gt[r]));Vt[r].sortableIndex=Gt[r].sortableIndex;Vt[r].draggable=false;Vt[r].style["will-change"]="";K(Vt[r],this.options.selectedClass,false);Gt[r]===en&&K(Vt[r],this.options.chosenClass,false)}n._hideClone();i()},clone:function e(t){var n=t.sortable,i=t.rootEl,r=t.dispatchSortableEvent,o=t.cancel;if(!this.isMultiDrag)return;if(!this.options.removeCloneOnHide){if(Gt.length&&Zt===n){an(true,i);r("clone");o()}}},showClone:function e(t){var n=t.cloneNowShown,i=t.rootEl,r=t.cancel;if(!this.isMultiDrag)return;an(false,i);Vt.forEach((function(e){U(e,"display","")}));n();nn=false;r()},hideClone:function e(t){var n=this;var i=t.cloneNowHidden,r=t.cancel;if(!this.isMultiDrag)return;Vt.forEach((function(e){U(e,"display","none");if(n.options.removeCloneOnHide&&e.parentNode){e.parentNode.removeChild(e)}}));i();nn=true;r()},dragStartGlobal:function e(t){if(!this.isMultiDrag&&Zt){Zt.multiDrag._deselectMultiDrag()}Gt.forEach((function(e){e.sortableIndex=ee(e)}));Gt=Gt.sort((function(e,t){return e.sortableIndex-t.sortableIndex}));Qt=true},dragStarted:function e(t){var n=this;var i=t.sortable;if(!this.isMultiDrag)return;if(this.options.sort){i.captureAnimationState();if(this.options.animation){Gt.forEach((function(e){if(e===en)return;U(e,"position","absolute")}));var r=Z(en,false,true,true);Gt.forEach((function(e){if(e===en)return;fe(e,r)}));Jt=true;$t=true}}i.animateAll((function(){Jt=false;$t=false;if(n.options.animation){Gt.forEach((function(e){de(e)}))}if(n.options.sort){ln()}}))},dragOver:function e(t){var n=t.target,i=t.completed,r=t.cancel;if(Jt&&~Gt.indexOf(n)){i(false);r()}},revert:function e(t){var n=t.fromSortable,i=t.rootEl,r=t.sortable,o=t.dragRect;if(Gt.length>1){Gt.forEach((function(e){r.addAnimationState({target:e,rect:Jt?Z(e):o});de(e);e.fromRect=o;n.removeAnimationState(e)}));Jt=false;on(!this.options.removeCloneOnHide,i)}},dragOverCompleted:function e(t){var n=t.sortable,i=t.isOwner,r=t.insertion,o=t.activeSortable,a=t.parentEl,l=t.putSortable;var s=this.options;if(r){if(i){o._hideClone()}$t=false;if(s.animation&&Gt.length>1&&(Jt||!i&&!o.options.sort&&!l)){var c=Z(en,false,true,true);Gt.forEach((function(e){if(e===en)return;fe(e,c);a.appendChild(e)}));Jt=true}if(!i){if(!Jt){ln()}if(Gt.length>1){var u=nn;o._showClone(n);if(o.options.animation&&!nn&&u){Vt.forEach((function(e){o.addAnimationState({target:e,rect:tn});e.fromRect=tn;e.thisAnimationDuration=null}))}}else{o._showClone(n)}}}},dragOverAnimationCapture:function e(t){var n=t.dragRect,i=t.isOwner,r=t.activeSortable;Gt.forEach((function(e){e.thisAnimationDuration=null}));if(r.options.animation&&!i&&r.multiDrag.isMultiDrag){tn=E({},n);var o=G(en,true);tn.top-=o.f;tn.left-=o.e}},dragOverAnimationComplete:function e(){if(Jt){Jt=false;ln()}},drop:function e(t){var n=t.originalEvent,i=t.rootEl,r=t.parentEl,o=t.sortable,a=t.dispatchSortableEvent,l=t.oldIndex,s=t.putSortable;var c=s||this.sortable;if(!n)return;var u=this.options,f=r.children;if(!Qt){if(u.multiDragKey&&!this.multiDragKeyDown){this._deselectMultiDrag()}K(en,u.selectedClass,!~Gt.indexOf(en));if(!~Gt.indexOf(en)){Gt.push(en);we({sortable:o,rootEl:i,name:"select",targetEl:en,originalEvent:n});if(n.shiftKey&&qt&&o.el.contains(qt)){var d=ee(qt),h=ee(en);if(~d&&~h&&d!==h){var p,v;if(h>d){v=d;p=h}else{v=h;p=d+1}for(;v<p;v++){if(~Gt.indexOf(f[v]))continue;K(f[v],u.selectedClass,true);Gt.push(f[v]);we({sortable:o,rootEl:i,name:"select",targetEl:f[v],originalEvent:n})}}}else{qt=en}Zt=c}else{Gt.splice(Gt.indexOf(en),1);qt=null;we({sortable:o,rootEl:i,name:"deselect",targetEl:en,originalEvent:n})}}if(Qt&&this.isMultiDrag){Jt=false;if((r[he].options.sort||r!==i)&&Gt.length>1){var g=Z(en),m=ee(en,":not(."+this.options.selectedClass+")");if(!$t&&u.animation)en.thisAnimationDuration=null;c.captureAnimationState();if(!$t){if(u.animation){en.fromRect=g;Gt.forEach((function(e){e.thisAnimationDuration=null;if(e!==en){var t=Jt?Z(e):g;e.fromRect=t;c.addAnimationState({target:e,rect:t})}}))}ln();Gt.forEach((function(e){if(f[m]){r.insertBefore(e,f[m])}else{r.appendChild(e)}m++}));if(l===ee(en)){var b=false;Gt.forEach((function(e){if(e.sortableIndex!==ee(e)){b=true;return}}));if(b){a("update")}}}Gt.forEach((function(e){de(e)}));c.animateAll()}Zt=c}if(i===r||s&&s.lastPutMode!=="clone"){Vt.forEach((function(e){e.parentNode&&e.parentNode.removeChild(e)}))}},nullingGlobal:function e(){this.isMultiDrag=Qt=false;Vt.length=0},destroyGlobal:function e(){this._deselectMultiDrag();Y(document,"pointerup",this._deselectMultiDrag);Y(document,"mouseup",this._deselectMultiDrag);Y(document,"touchend",this._deselectMultiDrag);Y(document,"keydown",this._checkKeyDown);Y(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function e(t){if(typeof Qt!=="undefined"&&Qt)return;if(Zt!==this.sortable)return;if(t&&H(t.target,this.options.draggable,this.sortable.el,false))return;if(t&&t.button!==0)return;while(Gt.length){var n=Gt[0];K(n,this.options.selectedClass,false);Gt.shift();we({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:n,originalEvent:t})}},_checkKeyDown:function e(t){if(t.key===this.options.multiDragKey){this.multiDragKeyDown=true}},_checkKeyUp:function e(t){if(t.key===this.options.multiDragKey){this.multiDragKeyDown=false}}};return E(e,{pluginName:"multiDrag",utils:{select:function e(t){var n=t.parentNode[he];if(!n||!n.options.multiDrag||~Gt.indexOf(t))return;if(Zt&&Zt!==n){Zt.multiDrag._deselectMultiDrag();Zt=n}K(t,n.options.selectedClass,true);Gt.push(t)},deselect:function e(t){var n=t.parentNode[he],i=Gt.indexOf(t);if(!n||!n.options.multiDrag||!~i)return;K(t,n.options.selectedClass,false);Gt.splice(i,1)}},eventProperties:function e(){var t=this;var n=[],i=[];Gt.forEach((function(e){n.push({multiDragElement:e,index:e.sortableIndex});var r;if(Jt&&e!==en){r=-1}else if(Jt){r=ee(e,":not(."+t.options.selectedClass+")")}else{r=ee(e)}i.push({multiDragElement:e,index:r})}));return{items:S(Gt),clones:[].concat(Vt),oldIndicies:n,newIndicies:i}},optionListeners:{multiDragKey:function e(t){t=t.toLowerCase();if(t==="ctrl"){t="Control"}else if(t.length>1){t=t.charAt(0).toUpperCase()+t.substr(1)}return t}}})}function on(e,t){Gt.forEach((function(n,i){var r=t.children[n.sortableIndex+(e?Number(i):0)];if(r){t.insertBefore(n,r)}else{t.appendChild(n)}}))}function an(e,t){Vt.forEach((function(n,i){var r=t.children[n.sortableIndex+(e?Number(i):0)];if(r){t.insertBefore(n,r)}else{t.appendChild(n)}}))}function ln(){Gt.forEach((function(e){if(e===en)return;e.parentNode&&e.parentNode.removeChild(e)}))}gt.mount(new Rt);gt.mount(Ht,jt);gt.mount(new Kt);gt.mount(new rn);var sn='.sc-stzh-sortable-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-sortable-h{display:none}.sc-stzh-sortable-h *.sc-stzh-sortable,.sc-stzh-sortable-h *.sc-stzh-sortable::before,.sc-stzh-sortable-h *.sc-stzh-sortable::after{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-stzh-sortable-h{--cursor:grab;--grabbing-cursor:grabbing;--unselected-item-opacity:0.6;--ghost-item-background:var(--stzh-color-grey5);--ghost-item-box-shadow:inset 0 0 0.5rem rgba(0, 0, 0, 0.32)}[disabled].sc-stzh-sortable-h{--cursor:inherit}.sc-stzh-sortable-h[disabled] .sc-stzh-sortable-s *.is-sortable-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item{position:relative;-webkit-transition:opacity var(--stzh-base-transition-animation-speed);transition:opacity var(--stzh-base-transition-animation-speed);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:var(--cursor)}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-drag,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-chosen,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost,.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-selected{cursor:var(--grabbing-cursor)}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-drag{opacity:1 !important}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost{z-index:0}.sc-stzh-sortable-h .sc-stzh-sortable-s *.is-sortable-item.is-ghost::after{z-index:99;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--ghost-item-background);-webkit-box-shadow:var(--ghost-item-box-shadow);box-shadow:var(--ghost-item-box-shadow)}.sc-stzh-sortable-h .sc-stzh-sortable-s>*.has-item-selected>*.is-sortable-item{opacity:var(--unselected-item-opacity)}.sc-stzh-sortable-h .sc-stzh-sortable-s>*.has-item-selected>*.is-sortable-item.is-selected{opacity:1}.stzh-sortable__description.sc-stzh-sortable,.stzh-sortable__aria-live.sc-stzh-sortable{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}';var cn="is-sortable-item";var un="is-ghost";var fn="is-selected";var dn="is-chosen";var hn="is-drag";var pn="has-item-selected";var vn=0;var gn=e("stzh_sortable",function(){function e(e){var i=this;t(this,e);this.stzhUpdate=n(this,"stzhUpdate",7);this.stzhDisable=n(this,"stzhDisable",7);this.disabled=false;this.dataIdAttribute="data-id";this.container=function(){var e;return(e=i.containerElement)===null||e===void 0?void 0:e.firstElementChild};this.ghostClone=function(e){var t=a(e)[0];return t};this.filterElements=["[data-stzh-sortable-filtered]","[sortable-disabled]","button","a[href]","input","select","textarea","label","iframe","details","area","stzh-sortable"];this.selectedItem=null;this.resetItemOnBlur=false;this.init=function(){if(!i.getContainer()){return}Array.from(i.getContainer().children).forEach((function(e){e.classList.add(cn);e.addEventListener("blur",i.onBlur);e.addEventListener("keydown",i.onKeydown);e.setAttribute("tabindex","0");e.setAttribute("aria-describedby","".concat(i.sortableId,"-description"))}))};this.updated=function(e){return __awaiter(i,void 0,void 0,(function(){var t,n,i,r,o;var a;return __generator(this,(function(l){switch(l.label){case 0:if(e){t=e.newIndex;n=e.oldIndex;i=e.item}else{t=this.getIndexOfSelectedItem();n=this.lastIndex;i=this.selectedItem}if(!(t!==n))return[3,2];o=(r=this.stzhUpdate).emit;a={component:"stzh-sortable"};return[4,this.toArray()];case 1:o.apply(r,[(a.data=l.sent(),a.item=i,a.newIndex=t,a.oldIndex=n,a)]);l.label=2;case 2:return[2]}}))}))};this.onKeydown=function(e){var t=e.currentTarget;var n=e.target;if(!i.getContainer()||i.disabled){return}var r=n.matches(i._filterElements.join(", "));if(e.key===" "&&!r){e.preventDefault();if(!i.selectedItem){i.selectedItem=t;i.selectedItem.parentElement.classList.add(pn);i.selectedItem.classList.add(fn);i.lastIndex=i.getIndexOfSelectedItem();i.resetItemOnBlur=true;i.updateAriaLive(i.localization.started)}else{i.resetItemOnBlur=false;i.updateAriaLive(i.localization.dropped);i.updated();i.resetActiveItem()}}else if(e.key==="Tab"&&i.selectedItem&&i.selectedItem===e.currentTarget){e.preventDefault()}else if(e.key==="Escape"&&i.selectedItem){i.resetItemOnBlur=false;i.updateAriaLive(i.localization.canceled);i.resetActiveItem(true)}else if(e.key==="ArrowUp"){if(i.selectedItem){i.moveItem(i.selectedItem,"up")}else{i.focusItem(t.previousElementSibling)}}else if(e.key==="ArrowDown"){if(i.selectedItem){i.moveItem(i.selectedItem,"down")}else{i.focusItem(t.nextElementSibling)}}};this.onBlur=function(){if(i.resetItemOnBlur){i.resetItemOnBlur=false;i.updateAriaLive(i.localization.dropped);i.updated();i.resetActiveItem()}}}e.prototype.toArray=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,this.sortable.toArray()]}))}))};e.prototype.sort=function(e,t){if(t===void 0){t=true}return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){return[2,this.sortable.sort(e,t)]}))}))};e.prototype.moveItem=function(e,t){return __awaiter(this,void 0,void 0,(function(){var n,i,r,o;var a;return __generator(this,(function(l){switch(l.label){case 0:if(!e||!e.nextElementSibling&&t==="down"||!e.previousElementSibling&&t==="up"){return[2]}this.resetItemOnBlur=false;if(t==="up"){e.previousElementSibling.before(e)}else if(t==="down"){e.nextElementSibling.after(e)}this.updateAriaLive(this.localization.moved,e);this.focusItem(e);i=Array.from((n=e.parentElement)===null||n===void 0?void 0:n.children).indexOf(e);o=(r=this.stzhUpdate).emit;a={component:"stzh-sortable"};return[4,this.toArray()];case 1:o.apply(r,[(a.data=l.sent(),a.item=e,a.newIndex=i,a.oldIndex=i+(t==="up"?1:-1),a)]);this.resetItemOnBlur=true;return[2]}}))}))};e.prototype.disabledWatcher=function(){this.stzhDisable.emit({component:"stzh-sortable",disabled:this.disabled})};e.prototype.filterElementsWatcher=function(e){if(typeof e==="string"){this._filterElements=JSON.parse(e)}else{this._filterElements=e}};e.prototype.getContainer=function(){return typeof this.container==="function"?this.container():this.container};e.prototype.updateAriaLive=function(e,t){if(t===void 0){t=this.selectedItem}if(!this.getContainer()){return}if(t){var n=t.getAttribute("aria-label")||"";var i=this.getIndexOfSelectedItem(t);e=e.replace("{title}",n).replace("{current}",(i+1).toString())}var r=this.getContainer().children.length;e=e.replace("{total}",r.toString());this.ariaLiveElement.textContent=e};e.prototype.getIndexOfSelectedItem=function(e){if(e===void 0){e=this.selectedItem}if(e){return Array.from(e.parentElement.children).indexOf(e)}};e.prototype.resetActiveItem=function(e){if(e===void 0){e=false}if(!this.selectedItem){return}var t=this.getIndexOfSelectedItem();var n=this.selectedItem.parentElement;if(e&&this.lastIndex!==t){if(this.lastIndex>t){n.children[this.lastIndex].after(this.selectedItem)}else{n.children[this.lastIndex].before(this.selectedItem)}this.selectedItem.focus()}n.classList.remove(pn);this.selectedItem.classList.remove(fn);this.selectedItem=null;this.lastIndex=null};e.prototype.focusItem=function(e){if(!e){return}e.focus();var t=document.querySelector("stzh-flyingfocus");if(t){t.reposition()}g(e,{scrollMode:"if-needed",block:"nearest",inline:"nearest"})};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:this.sortableId="stzh-sortable-".concat(vn++);this.filterElementsWatcher(this.filterElements);if(!!this.localization)return[3,2];e=this;return[4,l(this.element,"sortable")];case 1:e.localization=t.sent();t.label=2;case 2:return[2]}}))}))};e.prototype.componentWillUpdate=function(){if(this.sortable){this.sortable.destroy();this.sortable=null}};e.prototype.componentDidRender=function(){if(this.sortable){return}this.sortable=new gt(this.getContainer(),{animation:150,filter:this._filterElements.join(", "),ghostClass:un,chosenClass:dn,dragClass:hn,dataIdAttr:this.dataIdAttribute,preventOnFilter:false,forceFallback:true,delay:200,delayOnTouchOnly:true,disabled:this.disabled,ghostClone:this.ghostClone,onUpdate:this.updated})};e.prototype.connectedCallback=function(){this.init();this.observer=new MutationObserver(this.init);this.observer.observe(this.element,{childList:true,subtree:true})};e.prototype.disconnectedCallback=function(){this.observer.disconnect();if(this.sortable){this.sortable.destroy();this.sortable=null}};e.prototype.render=function(){var e=this;var t={"stzh-sortable":true,"stzh-sortable--disabled":this.disabled};return i(r,null,i("div",{class:t},i("div",{id:"".concat(this.sortableId,"-description"),class:"stzh-sortable__description"},this.localization.description),i("div",{ref:function(t){return e.ariaLiveElement=t},"aria-live":"assertive",class:"stzh-sortable__aria-live"}),i("div",{ref:function(t){return e.containerElement=t},class:"stzh-sortable__container"},i("slot",null))))};Object.defineProperty(e.prototype,"element",{get:function(){return o(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{disabled:["disabledWatcher"],filterElements:["filterElementsWatcher"]}},enumerable:false,configurable:true});return e}());gn.style=sn}}}));
@@ -0,0 +1 @@
1
+ import{r as s,c as t,h as e,a as i,g as c}from"./p-93e8e31f.js";import{S as h}from"./p-f84fa2a4.js";import{f as r}from"./p-25a09313.js";let l=0;const o=class{constructor(e){s(this,e),this.stzhChange=t(this,"stzhChange",7),this.data=[],this._data=[],this._dataDropdown=[],this.label="",this.value="",this.invalid=!1,this.required=!1,this.disabled=!1,this.a11yDescribedby="",this.chipClick=s=>{this.value=s.value,this.stzhChange.emit({component:"stzh-chip-select",value:this.value})},this.onDropdownChange=s=>{this.value=s.detail.value,this.stzhChange.emit({component:"stzh-chip-select",value:this.value})}}dataWatcher(s){this._data="string"==typeof s?JSON.parse(s):s,this._dataDropdown=this._data.map((s=>({text:`${s.label} (${s.counter})`,value:s.value})))}errorWatcher(s){if("string"==typeof s)try{this._error=JSON.parse(s)}catch(t){this._error=s?[s]:[]}else this._error=s||[];this.invalid=this._error.length>0}async componentWillLoad(){this.inputId="stzh-chip-select-"+l++,this.dataWatcher(this.data),this.errorWatcher(this.error),this.localization||(this.localization=await r(this.element,"chip-select"))}render(){const s=!!this.descriptionLong;return e(i,null,e("div",{class:{"stzh-chip-select":!0,"stzh-chip-select--has-description":!!this.description,"stzh-chip-select--has-description-long":s,"stzh-chip-select--has-error":!!this.error,"stzh-chip-select--is-invalid":this.invalid,"stzh-chip-select--is-disabled":this.disabled,"stzh-chip-select--is-required":this.required}},e("input",{type:"hidden",name:this.name,value:this.value}),e("div",{class:"stzh-chip-select__chips",role:"listbox"},this._data.map((s=>e("stzh-chip",{role:"option",class:"stzh-chip-select__chip",label:s.label,counter:s.counter,icon:s.icon,type:s.type,variant:s.variant,size:s.size,disabled:this.disabled||s.disabled,active:this.value===s.value,"aria-selected":this.value===s.value?"true":null,a11yDescribedby:`${this.inputId}-description ${this.a11yDescribedby}`,onClick:()=>this.chipClick(s)})))),e(h,{classPrefix:"stzh-chip-select",id:`${this.inputId}-description`,error:this._error,description:this.description,descriptionLong:this.descriptionLong,descriptionLongUsed:s,moreInfoButtonLabel:this.localization.$globals.moreInfoButtonLabel}),e("stzh-dropdown",{class:"stzh-chip-select__dropdown",disabled:this.disabled,error:this._error,description:this.description,descriptionLong:this.descriptionLong,required:this.required,invalid:this.invalid,items:[this.value],label:this.label,options:this._dataDropdown,onStzhChange:this.onDropdownChange})))}get element(){return c(this)}static get watchers(){return{data:["dataWatcher"],error:["errorWatcher"]}}};o.style=".sc-stzh-chip-select-h{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}[hidden].sc-stzh-chip-select-h{display:none}.sc-stzh-chip-select-h *.sc-stzh-chip-select,.sc-stzh-chip-select-h *.sc-stzh-chip-select::before,.sc-stzh-chip-select-h *.sc-stzh-chip-select::after{-webkit-box-sizing:border-box;box-sizing:border-box}.stzh-chip-select__marker-symbol.sc-stzh-chip-select{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal}.stzh-chip-select__marker-text.sc-stzh-chip-select{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(100%);clip-path:inset(100%);width:0.0625rem;height:0.0625rem;overflow:hidden;padding:0;position:absolute}.stzh-chip-select__description-wrapper.sc-stzh-chip-select{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.stzh-chip-select__error.sc-stzh-chip-select,.stzh-chip-select__description.sc-stzh-chip-select{font-size:var(--stzh-font-micro-font-size);line-height:var(--stzh-font-micro-text-line-height);color:var(--stzh-base-color)}.stzh-chip-select__error.sc-stzh-chip-select{color:var(--stzh-color-error)}.stzh-chip-select__error-list.sc-stzh-chip-select{list-style:none;margin:0;padding:0}.stzh-chip-select__description.sc-stzh-chip-select{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.stzh-chip-select__description-long.sc-stzh-chip-select{margin-left:var(--stzh-space-xxsmall);margin-top:0.1875rem}.stzh-chip-select__description-long-popover.sc-stzh-chip-select{--width:auto;--max-width:27.3125rem}.stzh-chip-select__description-long-popover[open].sc-stzh-chip-select:not([open=false]) .stzh-chip-select__description-long-button.sc-stzh-chip-select{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-chip-select__description-long-button.sc-stzh-chip-select{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:none;background-color:transparent;border-radius:0.5rem;cursor:pointer;-webkit-transition:color var(--stzh-base-transition-animation-speed);transition:color var(--stzh-base-transition-animation-speed);color:var(--stzh-base-lead-color)}.stzh-chip-select__description-long-button.sc-stzh-chip-select:hover{color:var(--stzh-color-primary, var(--stzh-color-zueriblue))}.stzh-chip-select.sc-stzh-chip-select stzh-icon.stzh-chip-select__description-long-icon.sc-stzh-chip-select{--size:var(--stzh-icon-size-xsmall)}.stzh-chip-select--has-error.sc-stzh-chip-select .stzh-chip-select__error.sc-stzh-chip-select,.stzh-chip-select--has-description.sc-stzh-chip-select .stzh-chip-select__description.sc-stzh-chip-select{margin-top:var(--stzh-space-xxsmall)}.stzh-chip-select__chips.sc-stzh-chip-select{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:calc(var(--stzh-space-small) / -2) calc(var(--stzh-space-xsmall) / -2)}@media screen and (max-width: 1023px){.stzh-chip-select__chips.sc-stzh-chip-select{display:none}}.stzh-chip-select__chip.sc-stzh-chip-select{margin:calc(var(--stzh-space-small) / 2) calc(var(--stzh-space-xsmall) / 2)}@media screen and (min-width: 1024px){.stzh-chip-select__dropdown.sc-stzh-chip-select{display:none}}@media screen and (max-width: 1023px){.stzh-chip-select__description-wrapper.sc-stzh-chip-select{display:none}}.stzh-chip-select--has-error.sc-stzh-chip-select .stzh-chip-select__error.sc-stzh-chip-select,.stzh-chip-select--has-description.sc-stzh-chip-select .stzh-chip-select__description.sc-stzh-chip-select{margin-top:var(--stzh-space-xsmall)}";export{o as stzh_chip_select}
@@ -0,0 +1 @@
1
+ import{r as o,h as l,a as t}from"./p-93e8e31f.js";const r=class{constructor(l){o(this,l)}render(){return l(t,null,l("div",{class:"stzh-icon-sprite"},l("div",{innerHTML:'<svg width="0" height="0" style="position:absolute"><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-alarm-bell" xmlns="http://www.w3.org/2000/svg"><path d="M12 3.5v-2m0 2a7.5 7.5 0 017.5 7.5c0 7.046 1.5 8.5 1.5 8.5H3s1.5-2.166 1.5-8.5A7.5 7.5 0 0112 3.5zm2 16v1a2 2 0 01-4 0v-1" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-angle-down" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 9.375l4.498 5.25 4.502-5.25" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-angle-left" xmlns="http://www.w3.org/2000/svg"><path d="M14.625 7.502L9.375 12l5.25 4.502" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-angle-right" xmlns="http://www.w3.org/2000/svg"><path d="M9.75 7.502L15 12l-5.25 4.502" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-angle-up" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 15l4.498-5.25L16.5 15" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-archive-box" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 10.5A1.5 1.5 0 0115 12H9a1.5 1.5 0 01-1.5-1.5M.75 3h22.5v4.5H.75V3zm1.5 4.5h19.5V21H2.25V7.5z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-arrow-down" xmlns="http://www.w3.org/2000/svg"><path d="M12 18.75l-.353.354a.5.5 0 00.707 0l-.353-.354zm.5-13.5a.5.5 0 10-1 0h1zm5.104 8.604a.5.5 0 00-.708-.707l.708.707zm-10.5-.708a.5.5 0 00-.708.708l.708-.708zM12.5 18.75V5.25h-1v13.5h1zm4.395-5.604l-5.249 5.25.707.707 5.25-5.25-.708-.707zm-4.542 5.25l-5.25-5.25-.708.708 5.251 5.25.707-.708z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-arrow-left" xmlns="http://www.w3.org/2000/svg"><path d="M5.25 12l-.354.353a.5.5 0 010-.707l.354.353zm13.5-.5a.5.5 0 110 1v-1zm-8.604-5.104a.5.5 0 11.707.708l-.707-.708zm.708 10.5a.5.5 0 01-.708.707l.708-.707zM5.25 11.5h13.5v1H5.25v-1zm5.604-4.395l-5.25 5.249-.708-.707 5.25-5.25.707.708zm-5.25 4.542l5.25 5.25-.708.707-5.25-5.25.708-.707z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-arrow-left-circle" xmlns="http://www.w3.org/2000/svg"><path d="M6.25 12l-.354.353a.5.5 0 010-.707l.354.353zm10.5-.5a.5.5 0 110 1v-1zm-5.604-5.104a.5.5 0 11.707.708l-.707-.708zm.708 10.5a.5.5 0 01-.708.707l.708-.707zM6.25 11.5h10.5v1H6.25v-1zm5.604-4.395l-5.25 5.249-.708-.707 5.25-5.25.707.708zm-5.25 4.542l5.25 5.25-.708.707-5.25-5.25.708-.707z" fill="currentColor"/><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-arrow-right" xmlns="http://www.w3.org/2000/svg"><path d="M18.75 12l.354.353a.5.5 0 000-.707l-.354.353zm-13.5-.5a.5.5 0 100 1v-1zm8.604-5.104a.5.5 0 10-.707.708l.707-.708zm-.708 10.5a.5.5 0 00.708.707l-.708-.707zM18.75 11.5H5.25v1h13.5v-1zm-5.604-4.395l5.25 5.249.707-.707-5.25-5.25-.707.708zm5.25 4.542l-5.25 5.25.708.707 5.25-5.25-.708-.707z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-arrow-right-long" xmlns="http://www.w3.org/2000/svg"><path d="M23.5 12l.354.353a.5.5 0 000-.707l-.354.353zM1 11.5a.5.5 0 100 1v-1zm17.604-5.104a.5.5 0 10-.707.708l.707-.708zm-.708 10.5a.5.5 0 00.708.707l-.708-.707zM23.5 11.5H1v1h22.5v-1zm-5.604-4.395l5.25 5.249.707-.707-5.25-5.25-.707.708zm5.25 4.542l-5.25 5.25.708.707 5.25-5.25-.708-.707z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-arrow-up" xmlns="http://www.w3.org/2000/svg"><path d="M12 5.25l.353-.354a.5.5 0 00-.707 0l.353.354zm-.5 13.5a.5.5 0 101 0h-1zm-5.104-8.604a.5.5 0 10.708.707l-.708-.707zm10.5.708a.5.5 0 00.707-.708l-.707.708zM11.5 5.25v13.5h1V5.25h-1zm-4.395 5.604l5.249-5.25-.707-.708-5.25 5.25.708.707zm4.542-5.25l5.25 5.25.707-.708-5.25-5.25-.707.708z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-bulleted-list" xmlns="http://www.w3.org/2000/svg"><path d="M8 5h14M8 12h14M8 19h14M5 5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm0 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm0 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-calendar" xmlns="http://www.w3.org/2000/svg"><path d="M3 5v-.5h-.5V5H3zm18 0h.5v-.5H21V5zm0 16v.5h.5V21H21zM3 21h-.5v.5H3V21zm15-3v.5h.5V18H18zM6 18h-.5v.5H6V18zm0-8v-.5h-.5v.5H6zm12 0h.5v-.5H18v.5zm-5.5-7a.5.5 0 00-1 0h1zm-1 3.79a.5.5 0 001 0h-1zM8.312 3a.5.5 0 00-1 0h1zm-1 3.79a.5.5 0 001 0h-1zM16.688 3a.5.5 0 00-1 0h1zm-1 3.79a.5.5 0 001 0h-1zM3 5.5h18v-1H3v1zM20.5 5v16h1V5h-1zm.5 15.5H3v1h18v-1zM3.5 21V5h-1v16h1zM18 17.5H6v1h12v-1zM6.5 18v-8h-1v8h1zM6 10.5h12v-1H6v1zm11.5-.5v8h1v-8h-1zm-6-7v3.79h1V3h-1zM7.312 3v3.79h1V3h-1zm8.376 0v3.79h1V3h-1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-cart" xmlns="http://www.w3.org/2000/svg"><path d="M.75 2.25H4.5l3.75 15h12l3-9H6m4.125 12a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm9.75 0a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-checkmark" xmlns="http://www.w3.org/2000/svg"><path d="M2 11.333l7 7.334L22 5.333" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-checkmark-circle" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.667l3.5 3.666L17 8.667M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-clock" xmlns="http://www.w3.org/2000/svg"><path d="M12 5v7l4.5 3m5.5-3c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-close" xmlns="http://www.w3.org/2000/svg"><path d="M19 19L5 5m14 .001L5 19 19 5.001z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-close-circle" xmlns="http://www.w3.org/2000/svg"><path d="M16.444 7.556l-8.888 8.888m8.888 0L7.556 7.556M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 20" id="stzh-icon-code-window" xmlns="http://www.w3.org/2000/svg"><path d="M23.25 5.5V1H.75v4.5m22.5 0H.75m22.5 0V19H.75V5.5m13.5 3.75l2.625 3-2.625 3m-4.5-6l-2.625 3 2.625 3m-6.375-12a.375.375 0 11-.75 0 .375.375 0 01.75 0zM6 3.25a.375.375 0 11-.75 0 .375.375 0 01.75 0zm2.625 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-compass-direction" xmlns="http://www.w3.org/2000/svg"><path d="M9.667 9.667l-2.334 7 7-2.334M9.667 9.667l7-2.334-2.334 7M9.667 9.667l4.666 4.666M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-compass-north" xmlns="http://www.w3.org/2000/svg"><path d="M12 21a9 9 0 100-18 9 9 0 000 18z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.313 12L12 9.75 10.687 12a1.463 1.463 0 00-.187.75 1.5 1.5 0 103 0 1.463 1.463 0 00-.188-.75z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-construction" xmlns="http://www.w3.org/2000/svg"><path d="M3.933 15.667l-.353-.354a.5.5 0 00-.147.354h.5zM3.433 23a.5.5 0 001 0h-1zm17.134-7.333a.5.5 0 00-1 0h1zm-1 7.333a.5.5 0 101 0h-1zM8.687 5.754a.5.5 0 10-.707-.707l.707.707zM.647 12.38a.5.5 0 10.707.707l-.708-.707zm13.907-6.626a.5.5 0 00-.708-.707l.708.707zm5.866 0a.5.5 0 10-.707-.707l.707.707zm-10.974 9.56a.5.5 0 10.708.706l-.708-.707zm13.908-6.627a.5.5 0 00-.708-.707l.708.707zm-8.04 6.626a.5.5 0 00.706.707l-.707-.707zM1.977 5.9h20.044v-1H1.978v1zm20.522.478v8.31h1v-8.31h-1zm-.478 8.789H1.978v1h20.044v-1zM1.5 14.689V6.378h-1v8.31h1zm.478.478a.478.478 0 01-.478-.478h-1c0 .816.662 1.478 1.478 1.478v-1zm20.522-.478a.478.478 0 01-.478.478v1c.816 0 1.478-.662 1.478-1.478h-1zM22.022 5.9c.264 0 .478.214.478.478h1c0-.816-.662-1.478-1.478-1.478v1zm-20.044-1C1.162 4.9.5 5.562.5 6.378h1c0-.264.214-.478.478-.478v-1zm1.455 10.767V23h1v-7.333h-1zm16.134 0V23h1v-7.333h-1zM6.133 4.433c1.086 0 1.967-.88 1.967-1.966h-1a.967.967 0 01-.967.966v1zM8.1 2.467C8.1 1.38 7.22.5 6.133.5v1c.534 0 .967.433.967.967h1zM6.133.5c-1.086 0-1.966.88-1.966 1.967h1c0-.534.432-.967.966-.967v-1zM4.167 2.467c0 1.086.88 1.966 1.966 1.966v-1a.967.967 0 01-.966-.966h-1zm13.7 1.966c1.086 0 1.966-.88 1.966-1.966h-1a.967.967 0 01-.966.966v1zm1.966-1.966c0-1.086-.88-1.967-1.966-1.967v1c.534 0 .966.433.966.967h1zM17.867.5C16.78.5 15.9 1.38 15.9 2.467h1c0-.534.433-.967.967-.967v-1zM15.9 2.467c0 1.086.88 1.966 1.967 1.966v-1a.967.967 0 01-.967-.966h-1zm-7.92 2.58L.646 12.38l.708.707 7.333-7.333-.707-.707zm5.866 0L3.58 15.313l.707.707L14.554 5.754l-.708-.707zm5.867 0L9.446 15.313l.708.707L20.42 5.754l-.707-.707zm2.933 2.933l-7.333 7.333.707.707 7.334-7.333-.708-.707z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-copy" xmlns="http://www.w3.org/2000/svg"><path d="M6.667 17.333H2V2h15.333v4.667m-10.666 0H22V22H6.667V6.667z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-delete" xmlns="http://www.w3.org/2000/svg"><path d="M2 5h20M8 4.99V2h8v3m-4 4v9M8 9v9m8-9v9m4-13v17H4V5h16z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-download" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 15v6h19v-6m-9.5.75V2.25m0 13.5l5.25-5.25M12 15.75L6.75 10.5" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-drag" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bbclip0_1639_22515)"><path d="M9 19.5l3 3.375m0 0l3-3.375m-3 3.375V13.5m-3-9l3-3.375m0 0L15 4.5m-3-3.375V10.5m-8.25 0h16.5m-16.5 3h16.5" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bbclip0_1639_22515"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-edit" xmlns="http://www.w3.org/2000/svg"><path d="M20.015 7.984l.286-.286c1.104-1.104.82-2.609-.286-3.713-1.105-1.104-2.61-1.39-3.714-.285l-.286.285m2.251 5.749l1.75-1.75m-1.75 1.75L8.231 19.768M18.266 9.734l-4-4m1.75-1.75l-1.75 1.75m0 0L4.233 15.77m3.999 3.999L3 21l1.232-5.231m3.999 3.999l-4-4" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-email-check" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bdclip0_1638_23310)"><path d="M12 18H.75V4.5m0 0H21M.75 4.5l10.125 7.725L21 4.5m0 0v8.625M19.875 16.5l-3 3-1.5-1.5m7.875-.375a5.625 5.625 0 11-11.25 0 5.625 5.625 0 0111.25 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bdclip0_1638_23310"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-expand" xmlns="http://www.w3.org/2000/svg"><path d="M10.095 13.905L2 22m0 0h5.714M2 22v-5.714M22 2l-8.095 8.095M22 2h-5.714M22 2v5.714" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-external-link" xmlns="http://www.w3.org/2000/svg"><path d="M14 22h8V2H2v7M11 20v-7m0 0H4m7 0l-9 9" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-facebook" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bgclip0_1639_22430)"><path d="M14.742 5.039h2.883V.75h-3.41c-4.113.176-4.957 2.496-5.027 4.922v2.145H6.375V12h2.813v11.25h4.218V12h3.48l.669-4.183h-4.149V6.516a1.39 1.39 0 011.336-1.477v0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bgclip0_1639_22430"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-facebook-comment" xmlns="http://www.w3.org/2000/svg"><path d="M5 2a4 4 0 00-4 4v8a4 4 0 004 4h2.75v4l4.5-4H19a4 4 0 004-4V6a4 4 0 00-4-4H5z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-file" xmlns="http://www.w3.org/2000/svg"><path d="M14 1.5v6h6m-6-6l6 6m-6-6H4v21h16v-15" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-filtering" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 19.375a.5.5 0 100 1v-1zm10-7H13h.5zm6.25.5a.5.5 0 000-1v1zm-16.25-1a.5.5 0 100 1v-1zm2.5-7h-.5.5zm13.75.5a.5.5 0 000-1v1zM19.125 18v-.5.5zM21 19.875h-.5.5zm-1.875 1.875v-.5.5zM4.125 3v-.5.5zm0 3.75v-.5.5zM2.25 4.875h-.5.5zm9.375 5.625V10v.5zm0 3.75v-.5.5zM3.5 20.375h13.75v-1H3.5v1zm10-7.5h6.25v-1H13.5v1zm-10 0h6.25v-1H3.5v1zm2.5-7.5h13.75v-1H6v1zM19.125 18.5c.76 0 1.375.616 1.375 1.375h1a2.375 2.375 0 00-2.375-2.375v1zm1.375 1.375c0 .76-.616 1.375-1.375 1.375v1a2.375 2.375 0 002.375-2.375h-1zm-1.375 1.375c-.76 0-1.375-.616-1.375-1.375h-1a2.375 2.375 0 002.375 2.375v-1zm-1.375-1.375c0-.76.616-1.375 1.375-1.375v-1a2.375 2.375 0 00-2.375 2.375h1zM4.125 3.5c.76 0 1.375.616 1.375 1.375h1A2.375 2.375 0 004.125 2.5v1zM5.5 4.875c0 .76-.616 1.375-1.375 1.375v1A2.375 2.375 0 006.5 4.875h-1zM4.125 6.25c-.76 0-1.375-.616-1.375-1.375h-1A2.375 2.375 0 004.125 7.25v-1zM2.75 4.875c0-.76.616-1.375 1.375-1.375v-1A2.375 2.375 0 001.75 4.875h1zM11.625 11c.76 0 1.375.616 1.375 1.375h1A2.375 2.375 0 0011.625 10v1zM13 12.375c0 .76-.616 1.375-1.375 1.375v1A2.375 2.375 0 0014 12.375h-1zm-1.375 1.375c-.76 0-1.375-.615-1.375-1.375h-1a2.375 2.375 0 002.375 2.375v-1zm-1.375-1.375c0-.76.616-1.375 1.375-1.375v-1a2.375 2.375 0 00-2.375 2.375h1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-flag" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bkclip0_1639_22503)"><path d="M3 1.425C7.987-1.05 14.887 4.238 21 1.5v11.25c-5.887 2.888-13.012-2.437-18 .038M3 23.25V1.125" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bkclip0_1639_22503"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-focus" xmlns="http://www.w3.org/2000/svg"><path d="M8.333 22H2v-6.333m20 0V22h-6.333m0-20H22v6.333m-20 0V2h6.333M6 6h12v12H6V6z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-gear" xmlns="http://www.w3.org/2000/svg"><path d="M19.946 13.745l-.494-.076a.5.5 0 00.146.435l.348-.359zm0-2.49l-.347-.36a.5.5 0 00-.147.437l.494-.077zm1.79-1.73l.347.36-.347-.36zm.108-.776l.434-.25-.433.25zm-1.73-2.997l-.433.25.433-.25zm-.726-.293l-.138-.48.138.48zm-2.443.7l-.308.394a.5.5 0 00.446.086l-.138-.48zm-2.088-1.18l-.485.122a.5.5 0 00.307.345l.178-.467zm-.625-2.497l-.485.121.485-.121zM13.616 2l.001-.5V2zm-3.46 0v.5V2zm-.618.482l-.485-.121.485.121zM8.891 5.07l.193.461a.5.5 0 00.292-.34l-.485-.121zM6.983 6.2l-.138.48a.5.5 0 00.45-.089L6.982 6.2zm-2.599-.743l-.137.48.137-.48zm-.726.293l-.433-.25.433.25zM1.928 8.75l.433.25-.433-.25zm.108.776l.348-.36-.348.36zm1.978 1.912l.496.068a.5.5 0 00-.148-.427l-.348.36zm0 2.127l.348.36a.5.5 0 00.148-.428l-.496.068zm-1.978 1.911l-.347-.36.347.36zm-.109.776l-.433.25.433-.25zm1.73 2.997l.434-.25-.433.25zm.727.293l-.137-.48.137.48zm2.599-.741l.312-.39a.5.5 0 00-.45-.09l.138.48zm1.909 1.131l.485-.121a.5.5 0 00-.292-.34l-.193.461zm.647 2.588l-.486.121v.001l.486-.122zm.617.481v-.5.5zm3.46 0v.5h.001V23zm.616-.482l.485.121-.485-.12zm.624-2.495l-.178-.467a.5.5 0 00-.307.346l.485.121zm2.088-1.18l.138-.48a.5.5 0 00-.446.087l.308.393zm2.443.7l-.138.481.138-.48zm.726-.293L19.68 19l.433.25zm1.73-2.997l.433.25-.433-.25zm-.109-.776l-.348.36.348-.36zM16.042 12.5a4.05 4.05 0 01-4.05 4.05v1a5.05 5.05 0 005.05-5.05h-1zm-4.05 4.05a4.05 4.05 0 01-4.05-4.05h-1a5.05 5.05 0 005.05 5.05v-1zm-4.05-4.05a4.05 4.05 0 014.05-4.05v-1a5.05 5.05 0 00-5.05 5.05h1zm4.05-4.05a4.05 4.05 0 014.05 4.05h1a5.05 5.05 0 00-5.05-5.05v1zm8.448 5.372a8.607 8.607 0 000-2.644l-.988.153c.12.775.12 1.563 0 2.338l.988.153zm-.146-2.208l1.79-1.73-.696-.718-1.79 1.73.696.718zm1.79-1.73c.181-.176.3-.408.335-.659l-.99-.139a.136.136 0 01-.04.08l.694.719zm.335-.659a1.137 1.137 0 00-.141-.726l-.866.5a.136.136 0 01.016.087l.99.14zm-.142-.726l-1.73-2.997-.866.5L21.411 9l.866-.5zm-1.73-2.997a1.136 1.136 0 00-.558-.485l-.375.927a.136.136 0 01.067.058l.866-.5zm-.558-.485a1.137 1.137 0 00-.739-.039l.276.961a.136.136 0 01.088.005l.375-.927zm-.739-.039l-2.442.7.275.961 2.443-.7-.276-.96zm-1.997.787a8.535 8.535 0 00-2.217-1.253l-.357.934a7.534 7.534 0 011.958 1.107l.616-.788zm-1.91-.907l-.626-2.497-.97.242.625 2.498.97-.243zm-.626-2.497a1.136 1.136 0 00-.402-.62l-.616.788c.024.019.04.045.048.074l.97-.242zm-.402-.62c-.199-.156-.445-.24-.698-.241l-.002 1c.03 0 .06.01.084.029l.616-.788zm-.699-.241h-3.46v1h3.46v-1zm-3.46 0c-.254 0-.5.085-.7.24l.616.789a.136.136 0 01.084-.029v-1zm-.7.24c-.2.157-.341.375-.403.62l.97.243a.136.136 0 01.049-.074l-.616-.788zm-.403.62L8.406 4.95l.97.242.647-2.588-.97-.242zM8.698 4.61a8.542 8.542 0 00-2.027 1.2l.623.782a7.541 7.541 0 011.79-1.06l-.386-.922zM7.12 5.719l-2.598-.743-.275.961 2.598.744.275-.962zm-2.598-.743a1.136 1.136 0 00-.739.039l.375.927a.136.136 0 01.089-.005l.275-.961zm-.739.039a1.136 1.136 0 00-.558.485l.866.5a.136.136 0 01.067-.058l-.375-.927zm-.558.485L1.495 8.5l.866.5L4.09 6l-.866-.5zm-1.73 2.998c-.127.22-.177.476-.142.727l.99-.139A.136.136 0 012.361 9l-.866-.5zm-.142.727c.035.251.153.483.336.66l.695-.72a.136.136 0 01-.04-.079l-.99.139zm.336.66l1.978 1.912.695-.719-1.978-1.912-.695.719zm1.83 1.485a8.378 8.378 0 000 2.261l.99-.135c-.09-.66-.09-1.33 0-1.991l-.99-.135zm.148 1.834l-1.978 1.912.695.719 1.978-1.912-.695-.719zm-1.978 1.912c-.182.176-.3.408-.336.659l.99.139a.137.137 0 01.04-.08l-.694-.718zm-.336.659c-.035.25.015.506.141.726l.866-.5a.136.136 0 01-.016-.087l-.99-.14zm.141.726l1.73 2.997.867-.5L2.36 16l-.867.5zm1.73 2.997c.127.22.324.39.559.485l.375-.927a.136.136 0 01-.067-.058l-.866.5zm.559.485c.235.095.495.109.739.039l-.276-.961a.137.137 0 01-.088-.005l-.375.927zm.738.04l2.599-.742-.274-.962-2.6.742.275.961zm2.15-.832c.617.492 1.3.897 2.028 1.201l.386-.922a7.536 7.536 0 01-1.79-1.06l-.624.78zm1.736.861l.646 2.588.97-.242-.646-2.588-.97.242zm.647 2.59c.061.245.203.462.403.618l.615-.789a.136.136 0 01-.049-.074l-.97.244zm.403.618c.2.156.445.24.699.24v-1c-.03 0-.06-.01-.084-.029l-.615.789zm.699.24h3.46v-1h-3.46v1zm3.461 0c.253 0 .499-.085.698-.241l-.616-.788a.136.136 0 01-.084.029l.002 1zm.698-.241c.2-.156.341-.374.402-.62l-.97-.242a.136.136 0 01-.048.074l.616.788zm.402-.62l.624-2.494-.97-.243-.624 2.495.97.242zm.317-2.149a8.532 8.532 0 002.218-1.253l-.616-.787a7.534 7.534 0 01-1.958 1.106l.356.934zm1.772-1.166l2.443.7.275-.961-2.442-.7-.276.961zm2.443.7c.244.07.504.056.739-.039l-.375-.927a.137.137 0 01-.089.005l-.275.961zm.739-.039c.235-.095.431-.266.558-.485l-.866-.5a.136.136 0 01-.067.058l.375.927zm.558-.485l1.73-2.997-.866-.5L19.68 19l.866.5zm1.73-2.997c.127-.22.177-.475.141-.726l-.99.139a.136.136 0 01-.017.087l.866.5zm.141-.726a1.137 1.137 0 00-.335-.66l-.695.72a.137.137 0 01.04.079l.99-.14zm-.335-.659l-1.788-1.732-.696.719 1.788 1.731.696-.718z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-heart" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bnclip0_1638_23252)"><path d="M17.625 1.875c-2.437 0-4.837 1.575-5.625 3.75-.787-2.175-3.187-3.75-5.625-3.75A5.625 5.625 0 00.75 7.5c0 4.875 4.125 9.75 11.25 14.625 7.125-4.875 11.25-9.75 11.25-14.625a5.625 5.625 0 00-5.625-5.625v0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bnclip0_1638_23252"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-home" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#boclip0_1638_23251)"><path d="M12 1.5L.935 12.839A.094.094 0 001 13l3 .012V23h5.375v-6h5.25v6H20v-9.988h3a.094.094 0 00.092-.114.094.094 0 00-.027-.047L12 1.5z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="boclip0_1638_23251"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-important-warning" xmlns="http://www.w3.org/2000/svg"><path d="M12 2l.441-.235a.5.5 0 00-.883 0L12 2zM1.5 21.75l-.441-.235a.5.5 0 00.441.735v-.5zm21 0v.5a.5.5 0 00.442-.735l-.442.235zm-11-7.375a.5.5 0 001 0h-1zm1-5a.5.5 0 00-1 0h1zm-.941-7.61l-10.5 19.75.882.47 10.5-19.75-.883-.47zM1.5 22.25h21v-1h-21v1zm21.442-.735l-10.5-19.75-.883.47 10.5 19.75.883-.47zM12.5 14.375v-5h-1v5h1zM12.25 18a.25.25 0 01-.25.25v1c.69 0 1.25-.56 1.25-1.25h-1zm-.25.25a.25.25 0 01-.25-.25h-1c0 .69.56 1.25 1.25 1.25v-1zm-.25-.25a.25.25 0 01.25-.25v-1c-.69 0-1.25.56-1.25 1.25h1zm.25-.25a.25.25 0 01.25.25h1c0-.69-.56-1.25-1.25-1.25v1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-info-help" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 10.75H12V18m-1.5.003h3M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-9.625-4.875a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-instagram" xmlns="http://www.w3.org/2000/svg"><path d="M7.333 2.5h9.334v-1H7.333v1zM21.5 7.333v9.334h1V7.333h-1zM16.667 21.5H7.333v1h9.334v-1zM2.5 16.667V7.333h-1v9.334h1zM7.333 21.5A4.833 4.833 0 012.5 16.667h-1A5.833 5.833 0 007.333 22.5v-1zM21.5 16.667a4.833 4.833 0 01-4.833 4.833v1a5.833 5.833 0 005.833-5.833h-1zM16.667 2.5A4.833 4.833 0 0121.5 7.333h1A5.833 5.833 0 0016.667 1.5v1zm-9.334-1A5.833 5.833 0 001.5 7.333h1A4.833 4.833 0 017.333 2.5v-1zM12 16.945A4.945 4.945 0 0016.945 12h-1A3.944 3.944 0 0112 15.944v1zM16.945 12A4.945 4.945 0 0012 7.056v1A3.944 3.944 0 0115.944 12h1zM12 7.056A4.944 4.944 0 007.056 12h1A3.944 3.944 0 0112 8.056v-1zM7.056 12A4.944 4.944 0 0012 16.945v-1A3.944 3.944 0 018.056 12h-1zm10.977-6.089c0-.03.025-.055.056-.055v1a.944.944 0 00.944-.945h-1zm.056-.055c.03 0 .056.024.056.055h-1c0 .522.422.945.944.945v-1zm.056.055c0 .03-.025.056-.056.056v-1a.944.944 0 00-.944.944h1zm-.056.056a.056.056 0 01-.056-.056h1a.944.944 0 00-.944-.944v1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-like-hand" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bsclip0_1638_23490)"><path d="M6.75 20.25h.75c1.5 0 4.5 1.5 6 1.5h6a1.5 1.5 0 100-3h.75a1.5 1.5 0 100-3H21a1.5 1.5 0 100-3h.75a1.5 1.5 0 100-3h-7.5c.501-2.215.753-4.479.75-6.75a1.5 1.5 0 10-3 0s-.675 7.463-5.25 8.175M.75 22.5l6-.75v-12h-6V22.5zm3.375-3.75a.375.375 0 11-.75 0 .375.375 0 01.75 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bsclip0_1638_23490"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-linkedin" xmlns="http://www.w3.org/2000/svg"><path d="M1.154 8.374h4.57v13.817h-4.57V8.374zM17.52 7.917c-2.004 0-3.2.738-4.465 2.355V8.374h-4.57v13.817h4.605v-7.489c0-1.582.808-3.129 2.636-3.129 1.829 0 2.918 1.547 2.918 3.094v7.524h4.606v-7.84c0-5.45-3.692-6.434-5.73-6.434zM3.457 1.66C1.946 1.66.75 2.75.75 4.084c0 1.336 1.196 2.426 2.707 2.426 1.512 0 2.707-1.09 2.707-2.426S4.97 1.66 3.457 1.66z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-list-expanded" xmlns="http://www.w3.org/2000/svg"><path d="M2 4a1 1 0 011-1h18a1 1 0 011 1v2a1 1 0 01-1 1H3a1 1 0 01-1-1V4zm0 7a1 1 0 011-1h18a1 1 0 011 1v2a1 1 0 01-1 1H3a1 1 0 01-1-1v-2zM2 18a1 1 0 011-1h18a1 1 0 011 1v2a1 1 0 01-1 1H3a1 1 0 01-1-1v-2z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-list-shrinked" xmlns="http://www.w3.org/2000/svg"><path d="M2 4h20M2 8h20M2 12h20M2 16h20M2 20h20" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-lock" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bwclip0_7292_54411)"><path d="M7.125 11.25V5.625a4.875 4.875 0 119.75 0v5.625M12 15.375v3.75M3.75 11.25h16.5v12H3.75v-12z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="bwclip0_7292_54411"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-mail" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#bxclip0_1638_23276)"><path d="M.75 4.5V4a.5.5 0 00-.5.5h.5zM12 14.775l-.337.37a.5.5 0 00.674 0l-.337-.37zM23.25 4.5h.5a.5.5 0 00-.5-.5v.5zm0 15v.5a.5.5 0 00.5-.5h-.5zm-22.5 0h-.5a.5.5 0 00.5.5v-.5zM.413 4.87l11.25 10.274.674-.738L1.087 4.13l-.674.738zm11.924 10.274L23.587 4.87l-.674-.738-11.25 10.275.674.738zM.75 5h22.5V4H.75v1zm22-.5v15h1v-15h-1zm.5 14.5H.75v1h22.5v-1zm-22 .5v-15h-1v15h1z" fill="currentColor"/></g><defs><clipPath id="bxclip0_1638_23276"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-map" xmlns="http://www.w3.org/2000/svg"><path d="M8.667 6v15m0-15L2 3v15l6.667 3m0-15l6.666-3M8.667 21l6.666-3m0-15v15m0-15L22 6v15l-6.667-3" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-menu" xmlns="http://www.w3.org/2000/svg"><path d="M4 6h16M4 12h16M4 18h16" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-minus" xmlns="http://www.w3.org/2000/svg"><path d="M21 12H3" stroke="currentColor" stroke-width=".75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-more-horizontal" xmlns="http://www.w3.org/2000/svg"><path d="M6 13.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM18 13.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM12 13.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-more-vertical" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 18a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM13.5 6a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0zM13.5 12a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-paper-clip" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cdclip0_1639_22508)"><path d="M14.25 15V9a2.25 2.25 0 00-4.5 0v10.5a3.75 3.75 0 007.5 0V6a5.25 5.25 0 10-10.5 0v9" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="cdclip0_1639_22508"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-phone" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#ceclip0_1638_23476)"><path d="M21.888 17.495L18.07 15a1.762 1.762 0 00-2.386.477c-.881 1.064-1.946 2.826-5.947-1.174S7.46 9.202 8.525 8.32a1.761 1.761 0 00.478-2.385L6.506 2.119c-.33-.477-.77-1.247-1.798-1.1C3.68 1.164 1 2.668 1 5.971c0 3.303 2.606 7.34 6.167 10.9C10.728 20.432 14.766 23 18.033 23c3.267 0 4.846-2.936 4.956-3.67.11-.734-.624-1.504-1.101-1.835z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="ceclip0_1638_23476"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-pin" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cfclip0_1638_23248)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M12 .75a7.5 7.5 0 00-7.5 7.5C4.5 15 12 22.875 12 22.875S19.5 15 19.5 8.25A7.5 7.5 0 0012 .75z"/><path d="M12 11.25a3 3 0 100-6 3 3 0 000 6z"/></g><defs><clipPath id="cfclip0_1638_23248"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-pin-location" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cgclip0_1639_22514)"><path d="M6 23.25L18 18m0 5.25L6 18M12 .75a6 6 0 00-6 6.038c0 5.437 6 10.875 6 10.875s6-5.475 6-10.875A6.001 6.001 0 0012 .75zm2.25 6a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="cgclip0_1639_22514"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-play" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#chclip0_1638_23297)"><path d="M3 1l19 11L3 23V1z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="chclip0_1638_23297"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-play-1" xmlns="http://www.w3.org/2000/svg"><path d="M9.333 7.333l8 4.667-8 4.667V7.333z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-play-button" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cjclip0_1638_23302)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M19.35 4.5H4.65a3.9 3.9 0 00-3.9 3.9v7.2a3.9 3.9 0 003.9 3.9h14.7a3.9 3.9 0 003.9-3.9V8.4a3.9 3.9 0 00-3.9-3.9z"/><path d="M9 8.25v7.5L16.5 12 9 8.25z"/></g><defs><clipPath id="cjclip0_1638_23302"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-plus" xmlns="http://www.w3.org/2000/svg"><path d="M12 3v18m9-9H3" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-portfolio-grid" xmlns="http://www.w3.org/2000/svg"><path d="M3 4a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1V4zM10 4a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1V4zM17 4a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1V4zM3 11a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2zM10 11a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1v-2zM17 11a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1v-2zM3 18a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2zM10 18a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1v-2zM17 18a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1h-2a1 1 0 01-1-1v-2z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-print" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cmclip0_1638_23265)"><path d="M4.75 7.5a.5.5 0 101 0h-1zm.5-6V1a.5.5 0 00-.5.5h.5zm13.5 0h.5a.5.5 0 00-.5-.5v.5zm-.5 6a.5.5 0 001 0h-1zm-13 10.25a.5.5 0 100-1v1zm-4.5-.5h-.5a.5.5 0 00.5.5v-.5zm0-9.75V7a.5.5 0 00-.5.5h.5zm22.5 0h.5a.5.5 0 00-.5-.5v.5zm0 9.75v.5a.5.5 0 00.5-.5h-.5zm-4.5-.5a.5.5 0 000 1v-1zM5.25 13.5V13a.5.5 0 00-.5.5h.5zm13.5 0h.5a.5.5 0 00-.5-.5v.5zm0 9v.5a.5.5 0 00.5-.5h-.5zm-13.5 0h-.5a.5.5 0 00.5.5v-.5zM18.75 10a.5.5 0 000 1v-1zm1.5 1a.5.5 0 100-1v1zm-12 5a.5.5 0 000 1v-1zm7.5 1a.5.5 0 100-1v1zm-7.5 2a.5.5 0 000 1v-1zm7.5 1a.5.5 0 100-1v1zm-10-12.5v-6h-1v6h1zM5.25 2h13.5V1H5.25v1zm13-.5v6h1v-6h-1zm-13 15.25H.75v1h4.5v-1zm-4 .5V7.5h-1v9.75h1zM.75 8h22.5V7H.75v1zm22-.5v9.75h1V7.5h-1zm.5 9.25h-4.5v1h4.5v-1zM5.25 14h13.5v-1H5.25v1zm13-.5v9h1v-9h-1zm.5 8.5H5.25v1h13.5v-1zm-13 .5v-9h-1v9h1zm13-11.5h1.5v-1h-1.5v1zm-10.5 6h7.5v-1h-7.5v1zm0 3h7.5v-1h-7.5v1zM4 10.5a.25.25 0 01-.25.25v1c.69 0 1.25-.56 1.25-1.25H4zm-.25.25a.25.25 0 01-.25-.25h-1c0 .69.56 1.25 1.25 1.25v-1zm-.25-.25a.25.25 0 01.25-.25v-1c-.69 0-1.25.56-1.25 1.25h1zm.25-.25a.25.25 0 01.25.25h1c0-.69-.56-1.25-1.25-1.25v1z" fill="currentColor"/></g><defs><clipPath id="cmclip0_1638_23265"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-question-help" xmlns="http://www.w3.org/2000/svg"><path d="M9.3 8.81c0-.961.735-2.51 2.823-2.51s2.51 1.876 2.51 2.51c0 .633-.196 1.363-1.352 2.519-1.155 1.155-1.314 1.755-1.314 2.304v.667M23 12c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11zm-10.25 4.925a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 20 20" id="stzh-icon-read-mail" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#coclip0_8173_36440)"><path d="M.625 8.75l6.225 4.357M.625 8.75L10 .937l9.375 7.813m-18.75 0v10.625m0 0l6.54-6.585c1.22-1.22 4.45-1.22 5.67 0l6.54 6.585m-18.75 0h18.75m0 0V8.75m0 0l-6.225 4.357" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="coclip0_8173_36440"><path fill="currentColor" d="M0 0h20v20H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-recycling" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cpclip0_10250_80321)"><path d="M6.375.75L4.5 5.44m0 0l4.5.935M4.5 5.44a9.753 9.753 0 0113.685 1.685m5.065 7.126l-3.261-3.375m0 0L17.25 14.25m2.739-3.375a9.757 9.757 0 01-8.735 11.971m-8.629.404l4.498-.975m0 0L5.625 18m1.498 4.275a9.757 9.757 0 01-5.248-13.7" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="cpclip0_10250_80321"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-recycling-outline" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cqclip0_10250_80320)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M23.25 12.75l-3.813-4.039-3.31 4.08 1.747 1.419.696-.858a7.844 7.844 0 01-7.152 6.906l.171 2.244a10.109 10.109 0 009.242-9.11l.86.89 1.559-1.532zM5.282 17.31l.35 1A7.807 7.807 0 013.9 8.824L1.911 7.772a10.055 10.055 0 002.885 12.754l-1.44.5.394 2.224 5.45-1.564-1.794-5.12-2.124.744zm11.689-9.727l1.772-1.426a10.045 10.045 0 00-7.93-3.907h-.001a10.106 10.106 0 00-3.302.63l.566-1.376L6 .73 3.77 6.24l5.439 1.137.457-2.2-1.026-.29a7.886 7.886 0 012.171-.388 7.85 7.85 0 016.16 3.083z"/></g><defs><clipPath id="cqclip0_10250_80320"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-reload" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#crclip0_1638_23272)"><path d="M20.528 10.553A8.626 8.626 0 015.87 17.724m14.658-7.171l2.722 3.697m-2.722-3.697L17.25 13.5M3.4 12.607a8.628 8.628 0 0114.667-7.082M3.4 12.607L.75 9m2.65 3.607L6.75 9.75" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="crclip0_1638_23272"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-reset" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#csclip0_1639_22467)"><path d="M3.813 13.105a9.756 9.756 0 112.794 5.787m-2.794-5.787L.75 8.625m3.063 4.48l4.057-3.73" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="csclip0_1639_22467"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-reset-time" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#ctclip0_1639_22462)"><path d="M3.812 13.105A9.75 9.75 0 1113.5 21.75m-9.688-8.645L.75 8.612m3.062 4.493l4.063-3.743m5.247-2.987v6.75h4.5" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="ctclip0_1639_22462"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-resize" xmlns="http://www.w3.org/2000/svg"><path d="M19.25 7.75a.5.5 0 100-1 .5.5 0 000 1zM7.25 19.75a.5.5 0 100-1 .5.5 0 000 1zM19.25 19.75a.5.5 0 100-1 .5.5 0 000 1zM13.25 19.75a.5.5 0 100-1 .5.5 0 000 1zM19.25 13.75a.5.5 0 100-1 .5.5 0 000 1zM13.25 13.75a.5.5 0 100-1 .5.5 0 000 1z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-rss" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#cvclip0_1639_22491)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M3.774 17.184a3.034 3.034 0 10-.019 6.067 3.034 3.034 0 00.019-6.067zM.996 8.332H.82v4.197h.176a10.489 10.489 0 0110.477 10.474v.247h4.183v-.247A14.667 14.667 0 00.996 8.333z"/><path d="M.996.75H.82v4.197h.176a18.07 18.07 0 0118.035 18.056v.247h4.219v-.247A22.278 22.278 0 00.996.75z"/></g><defs><clipPath id="cvclip0_1639_22491"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-search" xmlns="http://www.w3.org/2000/svg"><path d="M14.643 14.643L21 21m-4.5-10.875a6.375 6.375 0 11-12.75 0 6.375 6.375 0 0112.75 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-services" xmlns="http://www.w3.org/2000/svg"><path d="M3 5a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2H5a2 2 0 01-2-2V5zM14 16a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2h-3a2 2 0 01-2-2v-3zM14 5a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2h-3a2 2 0 01-2-2V5zM3 16a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2H5a2 2 0 01-2-2v-3z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-share" xmlns="http://www.w3.org/2000/svg"><path d="M12 8.25v-4.5l10.5 7.5-10.5 7.5v-4.5c-4.162 0-7.987.15-11.25 6 0-3.712.375-12 11.25-12z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-shrink" xmlns="http://www.w3.org/2000/svg"><path d="M22 2l-8.182 8.189m0 0h5.455m-5.455 0V4.734m-3.636 9.084L2 22m8.182-8.182H4.727m5.455 0v5.455" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-silent-mode" xmlns="http://www.w3.org/2000/svg"><path d="M17.25 9l6 6m0-6l-6 6m-4.5-12.75L6 9H1.5a.75.75 0 00-.75.75v4.5a.75.75 0 00.75.75H6l6.75 6.75V2.25z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-smartphone" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dbclip0_10250_80319)"><path d="M4.5 3.75V1.875A1.125 1.125 0 015.625.75h12.75A1.125 1.125 0 0119.5 1.875V3.75m-15 0h15m-15 0v15m15-15v15m0 0v3.375a1.125 1.125 0 01-1.125 1.125H5.625A1.125 1.125 0 014.5 22.125V18.75m15 0h-15M11.25 21h1.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="dbclip0_10250_80319"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 26 25" id="stzh-icon-social-media" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dcclip0_1_318)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M12.242 14.906l-7.25-1.21A1.95 1.95 0 002.748 15.3l-.592 3.55a1.95 1.95 0 001.602 2.245l7.25 1.21a1.95 1.95 0 002.244-1.603l.593-3.55a1.95 1.95 0 00-1.603-2.245z"/><path d="M6.83 15.904l-.618 3.699 4.007-1.233-3.39-2.466z"/></g><g clip-path="url(#dcclip1_1_318)"><path d="M19.669 8.695l1.424-.22-.326-2.119-1.686.26c-2.019.4-2.259 1.611-2.109 2.815l.164 1.06-1.39.215.319 2.067 1.39-.214.857 5.559 2.084-.322-.857-5.559 1.72-.265.011-2.118-2.05.316-.099-.643a.696.696 0 01.548-.832v0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><g clip-path="url(#dcclip2_1_318)"><path d="M15.203 2.607c-.384.248-.808.441-1.265.57.43-.36.724-.868.812-1.432a4.65 4.65 0 01-1.374.788 2.33 2.33 0 00-3.59 2.716 6.614 6.614 0 01-5.121-1.66A2.33 2.33 0 005.86 6.55c-.38.047-.75 0-1.088-.124l.005.03a2.33 2.33 0 002.2 1.966 2.346 2.346 0 01-1.033.203 2.33 2.33 0 002.401 1.26 4.674 4.674 0 01-3.257 1.488 6.587 6.587 0 003.69.48c4.232-.666 5.995-4.535 5.517-7.576a6.784 6.784 0 00-.053-.296c.398-.396.724-.862.96-1.371v-.002z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="dcclip0_1_318"><path fill="currentColor" transform="rotate(9.473 -65.417 24.07)" d="M0 0h12v12H0z"/></clipPath><clipPath id="dcclip1_1_318"><path fill="currentColor" transform="rotate(-8.765 53.812 -74.623)" d="M0 0h12v12H0z"/></clipPath><clipPath id="dcclip2_1_318"><path fill="currentColor" transform="rotate(-8.933 14.401 -19.103)" d="M0 0h12v12H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-star" xmlns="http://www.w3.org/2000/svg"><path d="M12 18l-6.375 3.75 1.5-7.125-5.25-4.875L9 9l3-6.75L15 9l7.125.75-5.25 4.875 1.5 7.125L12 18z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-star-filled" xmlns="http://www.w3.org/2000/svg"><path d="M12 18l-6.375 3.75 1.5-7.125-5.25-4.875L9 9l3-6.75L15 9l7.125.75-5.25 4.875 1.5 7.125L12 18z" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-subtitle" xmlns="http://www.w3.org/2000/svg"><path d="M3 7h18M6 12h12M3 17h18" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-target" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dgclip0_9415_65741)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M12 .75v6m0 10.5v6M6.75 12h-6m22.5 0h-6M12 20.25a8.25 8.25 0 100-16.5 8.25 8.25 0 000 16.5z"/></g><defs><clipPath id="dgclip0_9415_65741"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-team" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dhclip0_5243_53905)"><path d="M17 15.375a.5.5 0 10-1 0h1zm4 0v-.5a.5.5 0 00-.5.5h.5zM23.25 9h.5-.5zm-1.125-1.125v-.5.5zm-6.75 0v-.5.5zm-1.625 1.5a.5.5 0 001 0h-1zM9.25 9a.5.5 0 001 0h-1zm-.625-1.125v-.5.5zm-6.75 0v-.5.5zM.75 9h-.5.5zm0 5.25h-.5.5zM3 15.375h.5a.5.5 0 00-.5-.5v.5zm4.5 4.875H8h-.5zm.5-4.875a.5.5 0 10-1 0h1zM7.5 10.5H7h.5zm0 5.25H7h.5zm2.25 1.125h.5a.5.5 0 00-.5-.5v.5zm0 4.875h-.5.5zm4.5-4.875v-.5a.5.5 0 00-.5.5h.5zm6.25-13.5a1.75 1.75 0 01-1.75 1.75v1a2.75 2.75 0 002.75-2.75h-1zm-1.75 1.75A1.75 1.75 0 0117 3.375h-1a2.75 2.75 0 002.75 2.75v-1zM17 3.375c0-.966.784-1.75 1.75-1.75v-1A2.75 2.75 0 0016 3.375h1zm1.75-1.75c.966 0 1.75.784 1.75 1.75h1a2.75 2.75 0 00-2.75-2.75v1zM16 15.375v4.875h1v-4.875h-1zm0 4.875c0 .431.171.844.476 1.15l.707-.708A.625.625 0 0117 20.25h-1zm.476 1.15c.305.304.718.475 1.149.475v-1a.625.625 0 01-.442-.183l-.707.707zm1.149.475h2.25v-1h-2.25v1zm2.25 0c.431 0 .844-.171 1.149-.476l-.707-.707a.625.625 0 01-.442.183v1zm1.149-.476c.305-.305.476-.718.476-1.149h-1a.625.625 0 01-.183.442l.707.707zm.476-1.149v-4.875h-1v4.875h1zm-.5-4.375h1.125v-1H21v1zm1.125 0c.431 0 .844-.171 1.149-.476l-.707-.707a.625.625 0 01-.442.183v1zm1.149-.476c.305-.305.476-.718.476-1.149h-1a.625.625 0 01-.183.442l.707.707zm.476-1.149V9h-1v5.25h1zm0-5.25c0-.43-.171-.844-.476-1.149l-.707.707A.625.625 0 0122.75 9h1zm-.476-1.149a1.625 1.625 0 00-1.149-.476v1c.166 0 .325.066.442.183l.707-.707zm-1.149-.476h-6.75v1h6.75v-1zm-6.75 0c-.431 0-.844.171-1.149.476l.707.707a.625.625 0 01.442-.183v-1zm-1.149.476a1.625 1.625 0 00-.476 1.15h1c0-.167.066-.326.183-.443l-.707-.707zm-.476 1.15v.374h1V9h-1zM7 3.374a1.75 1.75 0 01-1.75 1.75v1A2.75 2.75 0 008 3.375H7zm-1.75 1.75a1.75 1.75 0 01-1.75-1.75h-1a2.75 2.75 0 002.75 2.75v-1zM3.5 3.375c0-.966.784-1.75 1.75-1.75v-1a2.75 2.75 0 00-2.75 2.75h1zm1.75-1.75c.966 0 1.75.784 1.75 1.75h1A2.75 2.75 0 005.25.625v1zm5 7.375c0-.43-.171-.844-.476-1.149l-.707.707A.625.625 0 019.25 9h1zm-.476-1.149a1.625 1.625 0 00-1.149-.476v1c.166 0 .325.066.442.183l.707-.707zm-1.149-.476h-6.75v1h6.75v-1zm-6.75 0c-.431 0-.844.171-1.149.476l.707.707a.625.625 0 01.442-.183v-1zm-1.149.476a1.625 1.625 0 00-.476 1.15h1c0-.167.066-.326.183-.443l-.707-.707zM.25 9.001v5.25h1V9h-1zm0 5.25c0 .43.171.843.476 1.148l.707-.707a.625.625 0 01-.183-.442h-1zm.476 1.148c.305.305.718.476 1.149.476v-1a.625.625 0 01-.442-.183l-.707.707zm1.149.476H3v-1H1.875v1zm.625-.5v4.875h1v-4.875h-1zm0 4.875c0 .431.171.844.476 1.15l.707-.708a.625.625 0 01-.183-.442h-1zm.476 1.15c.305.304.718.475 1.149.475v-1a.625.625 0 01-.442-.183l-.707.707zm1.149.475h2.25v-1h-2.25v1zm2.25 0c.431 0 .844-.171 1.149-.476l-.707-.707a.625.625 0 01-.442.183v1zm1.149-.476c.305-.305.476-.718.476-1.149H7a.625.625 0 01-.183.442l.707.707zM8 20.25v-4.875H7v4.875h1zm5.75-15.375A1.75 1.75 0 0112 6.625v1a2.75 2.75 0 002.75-2.75h-1zM12 6.625a1.75 1.75 0 01-1.75-1.75h-1A2.75 2.75 0 0012 7.625v-1zm-1.75-1.75c0-.966.784-1.75 1.75-1.75v-1a2.75 2.75 0 00-2.75 2.75h1zM12 3.125c.966 0 1.75.784 1.75 1.75h1A2.75 2.75 0 0012 2.125v1zm3.375 5.75h-6.75v1h6.75v-1zm-6.75 0c-.431 0-.844.171-1.149.476l.707.707a.625.625 0 01.442-.183v-1zm-1.149.476A1.625 1.625 0 007 10.501h1c0-.167.066-.326.183-.443l-.707-.707zM7 10.501v5.25h1V10.5H7zm0 5.25c0 .43.171.843.476 1.148l.707-.707A.625.625 0 018 15.75H7zm.476 1.148c.305.305.718.476 1.149.476v-1a.625.625 0 01-.442-.183l-.707.707zm1.149.476H9.75v-1H8.625v1zm.625-.5v4.875h1v-4.875h-1zm0 4.875c0 .431.171.844.476 1.15l.707-.708a.625.625 0 01-.183-.442h-1zm.476 1.15c.305.304.718.475 1.149.475v-1a.625.625 0 01-.442-.183l-.707.707zm1.149.475h2.25v-1h-2.25v1zm2.25 0c.431 0 .844-.171 1.149-.476l-.707-.707a.625.625 0 01-.442.183v1zm1.149-.476c.305-.305.476-.718.476-1.149h-1a.625.625 0 01-.183.442l.707.707zm.476-1.149v-4.875h-1v4.875h1zm-.5-4.375h1.125v-1H14.25v1zm1.125 0c.431 0 .844-.171 1.149-.476l-.707-.707a.625.625 0 01-.442.183v1zm1.149-.476c.305-.305.476-.718.476-1.149h-1a.625.625 0 01-.183.442l.707.707zM17 15.75V10.5h-1v5.25h1zm0-5.25c0-.43-.171-.844-.476-1.149l-.707.707A.625.625 0 0116 10.5h1zm-.476-1.149a1.625 1.625 0 00-1.149-.476v1c.166 0 .325.066.442.183l.707-.707z" fill="currentColor"/></g><defs><clipPath id="dhclip0_5243_53905"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-text-message" xmlns="http://www.w3.org/2000/svg"><path d="M2.75 3a2 2 0 00-2 2v11a2 2 0 002 2H7.5v4.125L12 18h9.25a2 2 0 002-2V5a2 2 0 00-2-2H2.75z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.5 11.25a.75.75 0 100-1.5.75.75 0 000 1.5zM12 11.25a.75.75 0 100-1.5.75.75 0 000 1.5zM16.5 11.25a.75.75 0 100-1.5.75.75 0 000 1.5z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-thermometer" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#djclip0_1639_22469)"><path d="M12 6.75v9m0 0a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5zm3-2.063V3.75a3 3 0 00-6 0v9.938a5.25 5.25 0 106 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="djclip0_1639_22469"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-transcript" xmlns="http://www.w3.org/2000/svg"><path d="M6 9.5h8m-8 6h8m-4-3h8m-2-3h2m-2 6h2m-12-3h2M2 7a2 2 0 012-2h16a2 2 0 012 2v11a2 2 0 01-2 2H4a2 2 0 01-2-2V7z" stroke="currentColor" stroke-linecap="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-twitter" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dlclip0_1638_23131)"><path d="M23.643 4.937c-.835.37-1.732.62-2.675.733a4.67 4.67 0 002.048-2.578 9.3 9.3 0 01-2.958 1.13 4.66 4.66 0 00-7.938 4.25 13.229 13.229 0 01-9.602-4.868c-.4.69-.63 1.49-.63 2.342A4.66 4.66 0 003.96 9.824a4.647 4.647 0 01-2.11-.583v.06a4.66 4.66 0 003.737 4.568 4.692 4.692 0 01-2.104.08 4.661 4.661 0 004.352 3.234 9.348 9.348 0 01-5.786 1.995 9.5 9.5 0 01-1.112-.065 13.175 13.175 0 007.14 2.093c8.57 0 13.255-7.098 13.255-13.254 0-.2-.005-.402-.014-.602a9.47 9.47 0 002.323-2.41l.002-.003z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="dlclip0_1638_23131"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-twitter-reply" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 17v4l7.002-4.334A7.386 7.386 0 0013.614 3H10a7 7 0 100 14h.5z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-twitter-retweet" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 4.5V17a3 3 0 003 3H13M4.5 4.5L1 8m3.5-3.5L8 8m11.5 12V7.5a3 3 0 00-3-3H11M19.5 20l3.5-3.5M19.5 20L16 16.5" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-unlock" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#doclip0_7292_54409)"><path d="M7.125 11.25V5.625a4.875 4.875 0 119.75 0V6.3M12 15.375v3.75M3.75 11.25h16.5v12H3.75v-12z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="doclip0_7292_54409"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-user" xmlns="http://www.w3.org/2000/svg"><path d="M12 12a4 4 0 100-8 4 4 0 000 8zm0 0a8 8 0 00-8 8h16a8 8 0 00-8-8z" stroke="currentColor" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-view" xmlns="http://www.w3.org/2000/svg"><path d="M12 5.438C5.55 5.438.937 12 .937 12S5.55 18.563 12 18.563 23.063 12 23.063 12 18.45 5.437 12 5.437z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 16.313a4.5 4.5 0 100-9 4.5 4.5 0 000 9z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-view-hidden" xmlns="http://www.w3.org/2000/svg"><path d="M9.713 18.488c.75.176 1.517.264 2.287.262 6.45 0 11.063-6.563 11.063-6.563A19.43 19.43 0 0019.5 8.55M12 16.5a4.5 4.5 0 004.5-4.5m-1.313-3.188a4.508 4.508 0 00-6.374 6.376M23.25.75L.75 23.25M17.063 6.937A10.913 10.913 0 0012 5.625C5.55 5.625.937 12.188.937 12.188a19.087 19.087 0 005.776 5.1l10.35-10.35z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-volume-medium" xmlns="http://www.w3.org/2000/svg"><path d="M16.575 8.175a4.5 4.5 0 010 7.688M18.75 6a7.5 7.5 0 010 12m-4.5-15.75L7.5 9H3a.75.75 0 00-.75.75v4.5A.75.75 0 003 15h4.5l6.75 6.75V2.25z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-warning" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 13a.5.5 0 001 0h-1zm1-6a.5.5 0 00-1 0h1zm9 5a9.5 9.5 0 01-9.5 9.5v1c5.799 0 10.5-4.701 10.5-10.5h-1zM12 21.5A9.5 9.5 0 012.5 12h-1c0 5.799 4.701 10.5 10.5 10.5v-1zM2.5 12A9.5 9.5 0 0112 2.5v-1C6.201 1.5 1.5 6.201 1.5 12h1zM12 2.5a9.5 9.5 0 019.5 9.5h1c0-5.799-4.701-10.5-10.5-10.5v1zm.5 10.5V7h-1v6h1zm-.25 3.625a.25.25 0 01-.25.25v1c.69 0 1.25-.56 1.25-1.25h-1zm-.25.25a.25.25 0 01-.25-.25h-1c0 .69.56 1.25 1.25 1.25v-1zm-.25-.25a.25.25 0 01.25-.25v-1c-.69 0-1.25.56-1.25 1.25h1zm.25-.25a.25.25 0 01.25.25h1c0-.69-.56-1.25-1.25-1.25v1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 16 16" id="stzh-icon-warning-big" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="7.5" stroke="currentColor"/><path d="M7.5 8.627a.5.5 0 001 0h-1zM8.5 4a.5.5 0 00-1 0h1zm0 4.627V4h-1v4.627h1zm-.421 2.795A.078.078 0 018 11.5v1c.596 0 1.079-.483 1.079-1.078h-1zM8 11.5a.078.078 0 01-.078-.078h-1c0 .595.483 1.078 1.078 1.078v-1zm-.078-.078c0-.044.035-.079.078-.079v-1c-.595 0-1.078.483-1.078 1.079h1zM8 11.343c.043 0 .079.035.079.079h1c0-.596-.483-1.079-1.079-1.079v1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-web-Link" xmlns="http://www.w3.org/2000/svg"><path d="M15.75 7.75a.5.5 0 000 1v-1zm3.75.5v-.5.5zM9.75 12h.5-.5zm.565-.65a.5.5 0 00-.98-.2l.98.2zm-2.065 4.9a.5.5 0 000-1v1zM.75 12h-.5.5zm9.75-3.75v-.5.5zM14.25 12h-.5.5zm-.565.65a.5.5 0 00.98.2l-.98-.2zm2.065-3.9h3.75v-1h-3.75v1zm3.75 0a3.25 3.25 0 012.298.952l.707-.707A4.25 4.25 0 0019.5 7.75v1zm2.298.952c.61.61.952 1.436.952 2.298h1a4.25 4.25 0 00-1.245-3.005l-.707.707zM22.75 12a3.25 3.25 0 01-.952 2.298l.707.707A4.25 4.25 0 0023.75 12h-1zm-.952 2.298a3.25 3.25 0 01-2.298.952v1a4.25 4.25 0 003.005-1.245l-.707-.707zm-2.298.952h-6v1h6v-1zm-6 0a3.25 3.25 0 01-2.298-.952l-.707.707A4.25 4.25 0 0013.5 16.25v-1zm-2.298-.952A3.25 3.25 0 0110.25 12h-1a4.25 4.25 0 001.245 3.005l.707-.707zM10.25 12c0-.218.022-.436.065-.65l-.98-.199a4.25 4.25 0 00-.085.85h1zm-2 3.251H4.5v1h3.75v-1zm-3.75 0a3.25 3.25 0 01-1.244-.247l-.382.924a4.25 4.25 0 001.626.323v-1zm-1.244-.247a3.25 3.25 0 01-1.054-.705l-.707.707a4.25 4.25 0 001.379.921l.382-.923zm-1.054-.705A3.25 3.25 0 011.25 12h-1a4.25 4.25 0 001.245 3.005l.707-.707zM1.25 12c0-.862.342-1.689.952-2.298l-.707-.707A4.25 4.25 0 00.25 12h1zm.952-2.298A3.25 3.25 0 014.5 8.75v-1a4.25 4.25 0 00-3.005 1.245l.707.707zM4.5 8.75h6v-1h-6v1zm6 0a3.25 3.25 0 012.298.952l.707-.707A4.25 4.25 0 0010.5 7.75v1zm2.298.952c.61.61.952 1.436.952 2.298h1a4.25 4.25 0 00-1.245-3.005l-.707.707zM13.75 12c0 .218-.022.436-.065.65l.98.199a4.25 4.25 0 00.085-.85h-1z" fill="currentColor"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-wifi-signal" xmlns="http://www.w3.org/2000/svg"><path d="M4 2a18 18 0 0118 18M4 7.333A12.667 12.667 0 0116.667 20M4 12.667A7.334 7.334 0 0111.333 20M6 20a2 2 0 11-4 0 2 2 0 014 0z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-world-globe" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dxclip0_1848_35505)"><path d="M12 23.25c3.334 0 6.038-5.037 6.038-11.25S15.334.75 12 .75m0 22.5c-3.334 0-6.037-5.037-6.037-11.25S8.665.75 12 .75m0 22.5V.75m0 22.5c6.213 0 11.25-5.037 11.25-11.25S18.213.75 12 .75m0 22.5C5.787 23.25.75 18.213.75 12S5.787.75 12 .75M1.687 16.5h20.625m-20.625-9h20.625" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="dxclip0_1848_35505"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 24 24" id="stzh-icon-xing" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#dyclip0_1639_22489)" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"><path d="M9.35 5.802a1.045 1.045 0 00-.915-.596H5.201a.523.523 0 00-.457.21.498.498 0 00.035.492l2.18 3.79v.036l-3.41 6.037a.49.49 0 000 .492.425.425 0 00.422.21h3.234a.966.966 0 00.879-.631s3.375-5.968 3.516-6.178c-.035 0-2.25-3.862-2.25-3.862zM22.533 1.45a.42.42 0 000-.491.426.426 0 00-.422-.21h-3.27a.966.966 0 00-.879.63s-6.995 12.391-7.206 12.778c0 .035 4.605 8.46 4.605 8.46a1.074 1.074 0 00.914.63h3.234a.424.424 0 00.422-.21.598.598 0 000-.491l-4.57-8.354v-.035L22.534 1.45z"/></g><defs><clipPath id="dyclip0_1639_22489"><path fill="currentColor" d="M0 0h24v24H0z"/></clipPath></defs></symbol></svg>'})))}static get assetsDirs(){return["assets"]}};r.style=":host{font-family:var(--stzh-font-family-regular);font-weight:var(--stzh-font-weight-regular);font-style:normal;color:var(--stzh-base-color);-webkit-box-sizing:border-box;box-sizing:border-box;display:block}:host[hidden]{display:none}:host *,:host *::before,:host *::after{-webkit-box-sizing:border-box;box-sizing:border-box}.stzh-icon-sprite path{vector-effect:var(--stzh-base-vector-effect)}";export{r as stzh_icon_sprite}