@ckeditor/ckeditor5-comments 44.0.0-alpha.9 → 44.1.0-alpha.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 (295) hide show
  1. package/build/comments.js +1 -1
  2. package/dist/annotations/annotation.d.ts +1 -1
  3. package/dist/annotations/annotationcollection.d.ts +1 -1
  4. package/dist/annotations/annotations.d.ts +1 -1
  5. package/dist/annotations/annotationsuis.d.ts +1 -1
  6. package/dist/annotations/editorannotations.d.ts +1 -1
  7. package/dist/annotations/inlineannotations.d.ts +1 -1
  8. package/dist/annotations/narrowsidebar.d.ts +1 -1
  9. package/dist/annotations/sidebar.d.ts +1 -1
  10. package/dist/annotations/view/annotationcounterbuttonview.d.ts +1 -1
  11. package/dist/annotations/view/annotationview.d.ts +1 -1
  12. package/dist/annotations/view/sidebaritemview.d.ts +1 -1
  13. package/dist/annotations/view/sidebarview.d.ts +1 -1
  14. package/dist/annotations/widesidebar.d.ts +1 -1
  15. package/dist/augmentation.d.ts +1 -1
  16. package/dist/comments/addcommentthreadcommand.d.ts +1 -1
  17. package/dist/comments/commentsarchive.d.ts +1 -1
  18. package/dist/comments/commentsarchiveui.d.ts +1 -1
  19. package/dist/comments/commentsediting.d.ts +3 -2
  20. package/dist/comments/commentsrepository.d.ts +1 -1
  21. package/dist/comments/commentsui.d.ts +1 -1
  22. package/dist/comments/integrations/clipboard.d.ts +1 -1
  23. package/dist/comments/integrations/commentsrestrictededitingmode.d.ts +1 -1
  24. package/dist/comments/integrations/importword.d.ts +1 -1
  25. package/dist/comments/integrations/showcommenthighlights.d.ts +23 -0
  26. package/dist/comments/ui/commenteditor/commenteditor.d.ts +1 -1
  27. package/dist/comments/ui/commenteditor/commenteditorui.d.ts +1 -1
  28. package/dist/comments/ui/commenteditor/commenteditoruiview.d.ts +1 -1
  29. package/dist/comments/ui/commentthreadcontroller.d.ts +1 -1
  30. package/dist/comments/ui/view/basecommentthreadview.d.ts +1 -1
  31. package/dist/comments/ui/view/basecommentview.d.ts +1 -1
  32. package/dist/comments/ui/view/collapsedcommentsview.d.ts +1 -1
  33. package/dist/comments/ui/view/commentcontentview.d.ts +1 -1
  34. package/dist/comments/ui/view/commentinputview.d.ts +1 -1
  35. package/dist/comments/ui/view/commentsarchiveview.d.ts +1 -1
  36. package/dist/comments/ui/view/commentslistview.d.ts +1 -1
  37. package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +1 -1
  38. package/dist/comments/ui/view/commentthreadheaderview.d.ts +1 -1
  39. package/dist/comments/ui/view/commentthreadinputview.d.ts +1 -1
  40. package/dist/comments/ui/view/commentthreadview.d.ts +1 -1
  41. package/dist/comments/ui/view/commentview.d.ts +1 -1
  42. package/dist/comments.d.ts +1 -1
  43. package/dist/commentsonly.d.ts +1 -1
  44. package/dist/config.d.ts +1 -1
  45. package/dist/index-content.css +30 -0
  46. package/dist/index-editor.css +0 -27
  47. package/dist/index.css +19 -19
  48. package/dist/index.d.ts +1 -1
  49. package/dist/index.js +9 -9
  50. package/dist/translations/af.js +1 -1
  51. package/dist/translations/af.umd.js +1 -1
  52. package/dist/translations/ar.js +1 -1
  53. package/dist/translations/ar.umd.js +1 -1
  54. package/dist/translations/ast.js +1 -1
  55. package/dist/translations/ast.umd.js +1 -1
  56. package/dist/translations/az.js +1 -1
  57. package/dist/translations/az.umd.js +1 -1
  58. package/dist/translations/bg.js +1 -1
  59. package/dist/translations/bg.umd.js +1 -1
  60. package/dist/translations/bn.js +1 -1
  61. package/dist/translations/bn.umd.js +1 -1
  62. package/dist/translations/bs.js +1 -1
  63. package/dist/translations/bs.umd.js +1 -1
  64. package/dist/translations/ca.js +1 -1
  65. package/dist/translations/ca.umd.js +1 -1
  66. package/dist/translations/cs.js +1 -1
  67. package/dist/translations/cs.umd.js +1 -1
  68. package/dist/translations/da.js +1 -1
  69. package/dist/translations/da.umd.js +1 -1
  70. package/dist/translations/de-ch.js +1 -1
  71. package/dist/translations/de-ch.umd.js +1 -1
  72. package/dist/translations/de.js +1 -1
  73. package/dist/translations/de.umd.js +1 -1
  74. package/dist/translations/el.js +1 -1
  75. package/dist/translations/el.umd.js +1 -1
  76. package/dist/translations/en-au.js +1 -1
  77. package/dist/translations/en-au.umd.js +1 -1
  78. package/dist/translations/en-gb.js +1 -1
  79. package/dist/translations/en-gb.umd.js +1 -1
  80. package/dist/translations/en.js +1 -1
  81. package/dist/translations/en.umd.js +1 -1
  82. package/dist/translations/eo.js +1 -1
  83. package/dist/translations/eo.umd.js +1 -1
  84. package/dist/translations/es-co.js +1 -1
  85. package/dist/translations/es-co.umd.js +1 -1
  86. package/dist/translations/es.js +1 -1
  87. package/dist/translations/es.umd.js +1 -1
  88. package/dist/translations/et.js +1 -1
  89. package/dist/translations/et.umd.js +1 -1
  90. package/dist/translations/eu.js +1 -1
  91. package/dist/translations/eu.umd.js +1 -1
  92. package/dist/translations/fa.js +1 -1
  93. package/dist/translations/fa.umd.js +1 -1
  94. package/dist/translations/fi.js +1 -1
  95. package/dist/translations/fi.umd.js +1 -1
  96. package/dist/translations/fr.js +1 -1
  97. package/dist/translations/fr.umd.js +1 -1
  98. package/dist/translations/gl.js +1 -1
  99. package/dist/translations/gl.umd.js +1 -1
  100. package/dist/translations/gu.js +1 -1
  101. package/dist/translations/gu.umd.js +1 -1
  102. package/dist/translations/he.js +1 -1
  103. package/dist/translations/he.umd.js +1 -1
  104. package/dist/translations/hi.js +1 -1
  105. package/dist/translations/hi.umd.js +1 -1
  106. package/dist/translations/hr.js +1 -1
  107. package/dist/translations/hr.umd.js +1 -1
  108. package/dist/translations/hu.js +1 -1
  109. package/dist/translations/hu.umd.js +1 -1
  110. package/dist/translations/hy.js +1 -1
  111. package/dist/translations/hy.umd.js +1 -1
  112. package/dist/translations/id.js +1 -1
  113. package/dist/translations/id.umd.js +1 -1
  114. package/dist/translations/it.js +1 -1
  115. package/dist/translations/it.umd.js +1 -1
  116. package/dist/translations/ja.js +1 -1
  117. package/dist/translations/ja.umd.js +1 -1
  118. package/dist/translations/jv.js +1 -1
  119. package/dist/translations/jv.umd.js +1 -1
  120. package/dist/translations/kk.js +1 -1
  121. package/dist/translations/kk.umd.js +1 -1
  122. package/dist/translations/km.js +1 -1
  123. package/dist/translations/km.umd.js +1 -1
  124. package/dist/translations/kn.js +1 -1
  125. package/dist/translations/kn.umd.js +1 -1
  126. package/dist/translations/ko.js +1 -1
  127. package/dist/translations/ko.umd.js +1 -1
  128. package/dist/translations/ku.js +1 -1
  129. package/dist/translations/ku.umd.js +1 -1
  130. package/dist/translations/lt.js +1 -1
  131. package/dist/translations/lt.umd.js +1 -1
  132. package/dist/translations/lv.js +1 -1
  133. package/dist/translations/lv.umd.js +1 -1
  134. package/dist/translations/ms.js +1 -1
  135. package/dist/translations/ms.umd.js +1 -1
  136. package/dist/translations/nb.js +1 -1
  137. package/dist/translations/nb.umd.js +1 -1
  138. package/dist/translations/ne.js +1 -1
  139. package/dist/translations/ne.umd.js +1 -1
  140. package/dist/translations/nl.js +1 -1
  141. package/dist/translations/nl.umd.js +1 -1
  142. package/dist/translations/no.js +1 -1
  143. package/dist/translations/no.umd.js +1 -1
  144. package/dist/translations/oc.js +1 -1
  145. package/dist/translations/oc.umd.js +1 -1
  146. package/dist/translations/pl.js +1 -1
  147. package/dist/translations/pl.umd.js +1 -1
  148. package/dist/translations/pt-br.js +1 -1
  149. package/dist/translations/pt-br.umd.js +1 -1
  150. package/dist/translations/pt.js +1 -1
  151. package/dist/translations/pt.umd.js +1 -1
  152. package/dist/translations/ro.js +1 -1
  153. package/dist/translations/ro.umd.js +1 -1
  154. package/dist/translations/ru.js +1 -1
  155. package/dist/translations/ru.umd.js +1 -1
  156. package/dist/translations/si.js +1 -1
  157. package/dist/translations/si.umd.js +1 -1
  158. package/dist/translations/sk.js +1 -1
  159. package/dist/translations/sk.umd.js +1 -1
  160. package/dist/translations/sl.js +1 -1
  161. package/dist/translations/sl.umd.js +1 -1
  162. package/dist/translations/sq.js +1 -1
  163. package/dist/translations/sq.umd.js +1 -1
  164. package/dist/translations/sr-latn.js +1 -1
  165. package/dist/translations/sr-latn.umd.js +1 -1
  166. package/dist/translations/sr.js +1 -1
  167. package/dist/translations/sr.umd.js +1 -1
  168. package/dist/translations/sv.js +1 -1
  169. package/dist/translations/sv.umd.js +1 -1
  170. package/dist/translations/th.js +1 -1
  171. package/dist/translations/th.umd.js +1 -1
  172. package/dist/translations/ti.js +1 -1
  173. package/dist/translations/ti.umd.js +1 -1
  174. package/dist/translations/tk.js +1 -1
  175. package/dist/translations/tk.umd.js +1 -1
  176. package/dist/translations/tr.js +1 -1
  177. package/dist/translations/tr.umd.js +1 -1
  178. package/dist/translations/tt.js +1 -1
  179. package/dist/translations/tt.umd.js +1 -1
  180. package/dist/translations/ug.js +1 -1
  181. package/dist/translations/ug.umd.js +1 -1
  182. package/dist/translations/uk.js +1 -1
  183. package/dist/translations/uk.umd.js +1 -1
  184. package/dist/translations/ur.js +1 -1
  185. package/dist/translations/ur.umd.js +1 -1
  186. package/dist/translations/uz.js +1 -1
  187. package/dist/translations/uz.umd.js +1 -1
  188. package/dist/translations/vi.js +1 -1
  189. package/dist/translations/vi.umd.js +1 -1
  190. package/dist/translations/zh-cn.js +1 -1
  191. package/dist/translations/zh-cn.umd.js +1 -1
  192. package/dist/translations/zh.js +1 -1
  193. package/dist/translations/zh.umd.js +1 -1
  194. package/dist/utils/common-translations.d.ts +1 -1
  195. package/dist/utils/createmutationobserver.d.ts +1 -1
  196. package/package.json +16 -15
  197. package/src/annotations/annotation.d.ts +1 -1
  198. package/src/annotations/annotation.js +2 -2
  199. package/src/annotations/annotationcollection.d.ts +1 -1
  200. package/src/annotations/annotationcollection.js +1 -1
  201. package/src/annotations/annotations.d.ts +1 -1
  202. package/src/annotations/annotations.js +1 -1
  203. package/src/annotations/annotationsuis.d.ts +1 -1
  204. package/src/annotations/annotationsuis.js +1 -1
  205. package/src/annotations/editorannotations.d.ts +1 -1
  206. package/src/annotations/editorannotations.js +1 -1
  207. package/src/annotations/inlineannotations.d.ts +1 -1
  208. package/src/annotations/inlineannotations.js +1 -1
  209. package/src/annotations/narrowsidebar.d.ts +1 -1
  210. package/src/annotations/narrowsidebar.js +1 -1
  211. package/src/annotations/sidebar.d.ts +1 -1
  212. package/src/annotations/sidebar.js +1 -1
  213. package/src/annotations/view/annotationcounterbuttonview.d.ts +1 -1
  214. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  215. package/src/annotations/view/annotationview.d.ts +1 -1
  216. package/src/annotations/view/annotationview.js +1 -1
  217. package/src/annotations/view/sidebaritemview.d.ts +1 -1
  218. package/src/annotations/view/sidebaritemview.js +1 -1
  219. package/src/annotations/view/sidebarview.d.ts +1 -1
  220. package/src/annotations/view/sidebarview.js +1 -1
  221. package/src/annotations/widesidebar.d.ts +1 -1
  222. package/src/annotations/widesidebar.js +1 -1
  223. package/src/augmentation.d.ts +1 -1
  224. package/src/comments/addcommentthreadcommand.d.ts +1 -1
  225. package/src/comments/addcommentthreadcommand.js +1 -1
  226. package/src/comments/commentsarchive.d.ts +1 -1
  227. package/src/comments/commentsarchive.js +1 -1
  228. package/src/comments/commentsarchiveui.d.ts +1 -1
  229. package/src/comments/commentsarchiveui.js +1 -1
  230. package/src/comments/commentsediting.d.ts +3 -2
  231. package/src/comments/commentsediting.js +1 -1
  232. package/src/comments/commentsrepository.d.ts +1 -1
  233. package/src/comments/commentsrepository.js +3 -3
  234. package/src/comments/commentsui.d.ts +1 -1
  235. package/src/comments/commentsui.js +1 -1
  236. package/src/comments/integrations/clipboard.d.ts +1 -1
  237. package/src/comments/integrations/clipboard.js +1 -1
  238. package/src/comments/integrations/commentsrestrictededitingmode.d.ts +1 -1
  239. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  240. package/src/comments/integrations/importword.d.ts +1 -1
  241. package/src/comments/integrations/importword.js +1 -1
  242. package/src/comments/integrations/showcommenthighlights.d.ts +19 -0
  243. package/src/comments/integrations/showcommenthighlights.js +23 -0
  244. package/src/comments/ui/commenteditor/commenteditor.d.ts +1 -1
  245. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  246. package/src/comments/ui/commenteditor/commenteditorui.d.ts +1 -1
  247. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  248. package/src/comments/ui/commenteditor/commenteditoruiview.d.ts +1 -1
  249. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  250. package/src/comments/ui/commentthreadcontroller.d.ts +1 -1
  251. package/src/comments/ui/commentthreadcontroller.js +2 -2
  252. package/src/comments/ui/view/basecommentthreadview.d.ts +1 -1
  253. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  254. package/src/comments/ui/view/basecommentview.d.ts +1 -1
  255. package/src/comments/ui/view/basecommentview.js +1 -1
  256. package/src/comments/ui/view/collapsedcommentsview.d.ts +1 -1
  257. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  258. package/src/comments/ui/view/commentcontentview.d.ts +1 -1
  259. package/src/comments/ui/view/commentcontentview.js +1 -1
  260. package/src/comments/ui/view/commentinputview.d.ts +1 -1
  261. package/src/comments/ui/view/commentinputview.js +1 -1
  262. package/src/comments/ui/view/commentsarchiveview.d.ts +1 -1
  263. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  264. package/src/comments/ui/view/commentslistview.d.ts +1 -1
  265. package/src/comments/ui/view/commentslistview.js +1 -1
  266. package/src/comments/ui/view/commentthreadheadercontextview.d.ts +1 -1
  267. package/src/comments/ui/view/commentthreadheadercontextview.js +1 -1
  268. package/src/comments/ui/view/commentthreadheaderview.d.ts +1 -1
  269. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  270. package/src/comments/ui/view/commentthreadinputview.d.ts +1 -1
  271. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  272. package/src/comments/ui/view/commentthreadview.d.ts +1 -1
  273. package/src/comments/ui/view/commentthreadview.js +2 -2
  274. package/src/comments/ui/view/commentview.d.ts +1 -1
  275. package/src/comments/ui/view/commentview.js +2 -2
  276. package/src/comments.d.ts +1 -1
  277. package/src/comments.js +1 -1
  278. package/src/commentsonly.d.ts +1 -1
  279. package/src/commentsonly.js +1 -1
  280. package/src/config.d.ts +1 -1
  281. package/src/index.d.ts +1 -1
  282. package/src/index.js +1 -1
  283. package/src/utils/common-translations.d.ts +1 -1
  284. package/src/utils/common-translations.js +1 -1
  285. package/src/utils/createmutationobserver.d.ts +1 -1
  286. package/src/utils/createmutationobserver.js +1 -1
  287. package/theme/annotation-inline.css +1 -1
  288. package/theme/annotation.css +1 -1
  289. package/theme/comment.css +1 -1
  290. package/theme/commentinput.css +1 -1
  291. package/theme/commentmarker.css +3 -3
  292. package/theme/commentsarchive.css +1 -1
  293. package/theme/commentthread.css +1 -1
  294. package/theme/sidebar-narrow.css +1 -1
  295. package/theme/sidebar.css +1 -1
package/build/comments.js CHANGED
@@ -2,4 +2,4 @@
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={142:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck.ck-aria-description{display:none}",""]);const c=i},888:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content pre>code.ck-suggestion-marker-formatBlock{box-shadow:-7px 0 0 0 #ededed,-10px 0 0 0 var(--ck-color-suggestion-marker-format-border);display:block}.ck-content pre>code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 #ededed,-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}",""]);const c=i},967:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},258:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image img{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image,.ck-content .ck-suggestion-marker-insertion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},906:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},938:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-comment-marker.ck-widget.ck-merge-field,.ck-content .ck-suggestion-marker.ck-widget.ck-merge-field{border-width:2px;border-left:none;border-right:none;padding-bottom:0;padding-top:0}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom-color:var(--ck-color-suggestion-marker-deletion-border);border-top-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field :not(.ck-merge-field__affix),.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-value,.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-warning{text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field{background-color:var(--ck-color-suggestion-marker-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-insertion-background-active)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field{background:var(--ck-color-comment-marker)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-content span.ck-comment-marker:has(+.ck-comment-marker.ck-widget.ck-merge-field),.ck-content span.ck-suggestion-marker:has(+.ck-suggestion-marker.ck-widget.ck-merge-field){margin-right:-1px;padding-right:1px}",""]);const c=i},751:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},901:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-color-suggestion-widget-th-insertion-background:rgba(102,229,119,.12);--ck-color-suggestion-widget-th-insertion-background-active:rgba(37,218,61,.14);--ck-color-suggestion-widget-th-deletion-background:rgba(229,102,134,.14);--ck-color-suggestion-widget-th-deletion-background-active:rgba(196,33,74,.16)}.ck-content figure.table .ck-suggestion-marker-formatBlock{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.table{border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table{border-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .table th.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-th-insertion-background)}.ck-content .table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active)}.ck-content .table th.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-th-deletion-background);text-decoration:none}.ck-content .table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .table td.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);text-decoration:none}.ck-content .table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-formatBlock,.ck-content .table td.ck-suggestion-marker-formatInline,.ck-content .table th.ck-suggestion-marker-formatBlock,.ck-content .table th.ck-suggestion-marker-formatInline{background-color:var(--ck-color-suggestion-widget-format-background);box-shadow:none}.ck-content .table td.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table td.ck-suggestion-marker-formatInline.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-format-background-active);box-shadow:none}",""]);const c=i},961:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-color-comment-box-border:#f2de02;--ck-color-suggestion-box-deletion-border:#d85a79;--ck-color-suggestion-box-insertion-border:#5ad86b;--ck-color-suggestion-box-format-border:#5ac1d8}.ck .ck-suggestion{border-top-left-radius:var(--ck-border-radius)}.ck .ck-suggestion:focus{background:var(--ck-color-button-default-hover-background);outline:none}.ck .ck-annotation{border-left:3px solid transparent}.ck .ck-suggestion--disabled-comments .ck-annotation{min-height:80px}.ck .ck-comment,.ck .ck-comment__input-container,.ck .ck-thread__comment-count,.ck .ck-thread__header{border-left:3px solid var(--ck-color-comment-box-border)}.ck .ck-suggestion-insertion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-replace .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-format .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-format-border)}.ck .ck-suggestion-wrapper{border-radius:0;overflow:hidden}.ck .ck-suggestion-wrapper.ck-rounded-corners,.ck-rounded-corners .ck .ck-suggestion-wrapper{border-radius:var(--ck-border-radius)}.ck .ck-suggestion-wrapper:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-suggestion-wrapper:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-suggestion-type{font-weight:700}.ck .ck-suggestion-color{border-radius:14px;box-shadow:0 0 0 1px #454545;display:inline-block;height:14px;margin:0 5px;vertical-align:text-bottom;width:14px}.ck .ck-suggestion-insertion .ck-comment,.ck .ck-suggestion-insertion .ck-comment__input-container,.ck .ck-suggestion-insertion .ck-thread__comment-count,.ck .ck-suggestion-replace .ck-comment,.ck .ck-suggestion-replace .ck-comment__input-container,.ck .ck-suggestion-replace .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-comment,.ck .ck-suggestion-deletion .ck-comment__input-container,.ck .ck-suggestion-deletion .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-format .ck-comment,.ck .ck-suggestion-format .ck-comment__input-container,.ck .ck-suggestion-format .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-format-border)}",""]);const c=i},163:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,':root{--ck-color-suggestion-marker-insertion-border:rgba(30,174,49,.35);--ck-color-suggestion-marker-insertion-border-active:rgba(18,109,31,.5);--ck-color-suggestion-marker-insertion-background:rgba(102,229,119,.35);--ck-color-suggestion-marker-insertion-background-active:rgba(37,218,61,.5);--ck-color-suggestion-marker-deletion-border:rgba(174,30,66,.35);--ck-color-suggestion-marker-deletion-border-active:rgba(109,18,41,.5);--ck-color-suggestion-marker-deletion-background:rgba(229,102,134,.35);--ck-color-suggestion-marker-deletion-background-active:rgba(218,37,82,.5);--ck-color-suggestion-marker-deletion-stroke:rgba(87,15,33,.5);--ck-color-suggestion-marker-format-border:#99d7e6;--ck-color-suggestion-marker-format-border-active:#5cc0d6;--ck-color-suggestion-widget-insertion-background:rgba(102,229,119,.05);--ck-color-suggestion-widget-insertion-background-active:rgba(37,218,61,.07);--ck-color-suggestion-widget-deletion-background:rgba(229,102,134,.05);--ck-color-suggestion-widget-deletion-background-active:rgba(196,33,74,.07);--ck-color-suggestion-widget-format-background:rgba(10,160,194,.09);--ck-color-suggestion-widget-format-background-active:rgba(10,160,194,.16)}.ck-content .ck-suggestion-marker-insertion{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-insertion-border);text-decoration:none}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-merge:after{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);color:var(--ck-color-suggestion-marker-deletion-stroke);content:"¶";text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke)}.ck-content .ck-suggestion-marker-merge.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-split:after{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border);color:var(--ck-color-suggestion-marker-insertion-border);content:"¶"}.ck-content .ck-suggestion-marker-split.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-formatInline{border-bottom:3px solid var(--ck-color-suggestion-marker-format-border);border-top:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatInline.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatBlock{background:none;border:0;box-shadow:-7px 0 0 0 var(--ck-color-base-background),-10px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 var(--ck-color-base-background),-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content ol .ck-suggestion-marker-formatBlock,.ck-content ul .ck-suggestion-marker-formatBlock{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content ol .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}',""]);const c=i},332:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-user-colors--0:#6d78e8;--ck-user-colors--0-alpha:rgba(109,120,232,.15);--ck-user-colors--1:#007a6c;--ck-user-colors--1-alpha:rgba(0,122,108,.15);--ck-user-colors--2:#ba4545;--ck-user-colors--2-alpha:rgba(186,69,69,.15);--ck-user-colors--3:#5635b1;--ck-user-colors--3-alpha:rgba(86,53,177,.15);--ck-user-colors--4:#548a2e;--ck-user-colors--4-alpha:rgba(84,138,46,.15);--ck-user-colors--5:#c3185d;--ck-user-colors--5-alpha:rgba(195,24,93,.15);--ck-user-colors--6:#ea4343;--ck-user-colors--6-alpha:rgba(234,67,67,.15);--ck-user-colors--7:#0bc3d0;--ck-user-colors--7-alpha:rgba(11,195,208,.15);--ck-user-dot-size:6px}.ck .ck-user__color--0{color:var(--ck-user-colors--0)}.ck .ck-user__bg-color--0{background-color:var(--ck-user-colors--0)}.ck .ck-user__selection--0{background-color:var(--ck-user-colors--0-alpha)}.ck .ck-user__selection--0.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--0)}.ck .ck-user__marker--0,.ck .ck-user__marker--0 .ck-user__marker-dot,.ck .ck-user__marker--0 .ck-user__marker-dot::selection,.ck .ck-user__marker--0 .ck-user__marker-tooltip,.ck .ck-user__marker--0 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--0::selection{background-color:var(--ck-user-colors--0)}.ck .ck-user__marker--0 .ck-user__marker-line{border:1px solid var(--ck-user-colors--0)}.ck .ck-user__color--1{color:var(--ck-user-colors--1)}.ck .ck-user__bg-color--1{background-color:var(--ck-user-colors--1)}.ck .ck-user__selection--1{background-color:var(--ck-user-colors--1-alpha)}.ck .ck-user__selection--1.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--1)}.ck .ck-user__marker--1,.ck .ck-user__marker--1 .ck-user__marker-dot,.ck .ck-user__marker--1 .ck-user__marker-dot::selection,.ck .ck-user__marker--1 .ck-user__marker-tooltip,.ck .ck-user__marker--1 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--1::selection{background-color:var(--ck-user-colors--1)}.ck .ck-user__marker--1 .ck-user__marker-line{border:1px solid var(--ck-user-colors--1)}.ck .ck-user__color--2{color:var(--ck-user-colors--2)}.ck .ck-user__bg-color--2{background-color:var(--ck-user-colors--2)}.ck .ck-user__selection--2{background-color:var(--ck-user-colors--2-alpha)}.ck .ck-user__selection--2.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--2)}.ck .ck-user__marker--2,.ck .ck-user__marker--2 .ck-user__marker-dot,.ck .ck-user__marker--2 .ck-user__marker-dot::selection,.ck .ck-user__marker--2 .ck-user__marker-tooltip,.ck .ck-user__marker--2 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--2::selection{background-color:var(--ck-user-colors--2)}.ck .ck-user__marker--2 .ck-user__marker-line{border:1px solid var(--ck-user-colors--2)}.ck .ck-user__color--3{color:var(--ck-user-colors--3)}.ck .ck-user__bg-color--3{background-color:var(--ck-user-colors--3)}.ck .ck-user__selection--3{background-color:var(--ck-user-colors--3-alpha)}.ck .ck-user__selection--3.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--3)}.ck .ck-user__marker--3,.ck .ck-user__marker--3 .ck-user__marker-dot,.ck .ck-user__marker--3 .ck-user__marker-dot::selection,.ck .ck-user__marker--3 .ck-user__marker-tooltip,.ck .ck-user__marker--3 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--3::selection{background-color:var(--ck-user-colors--3)}.ck .ck-user__marker--3 .ck-user__marker-line{border:1px solid var(--ck-user-colors--3)}.ck .ck-user__color--4{color:var(--ck-user-colors--4)}.ck .ck-user__bg-color--4{background-color:var(--ck-user-colors--4)}.ck .ck-user__selection--4{background-color:var(--ck-user-colors--4-alpha)}.ck .ck-user__selection--4.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--4)}.ck .ck-user__marker--4,.ck .ck-user__marker--4 .ck-user__marker-dot,.ck .ck-user__marker--4 .ck-user__marker-dot::selection,.ck .ck-user__marker--4 .ck-user__marker-tooltip,.ck .ck-user__marker--4 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--4::selection{background-color:var(--ck-user-colors--4)}.ck .ck-user__marker--4 .ck-user__marker-line{border:1px solid var(--ck-user-colors--4)}.ck .ck-user__color--5{color:var(--ck-user-colors--5)}.ck .ck-user__bg-color--5{background-color:var(--ck-user-colors--5)}.ck .ck-user__selection--5{background-color:var(--ck-user-colors--5-alpha)}.ck .ck-user__selection--5.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--5)}.ck .ck-user__marker--5,.ck .ck-user__marker--5 .ck-user__marker-dot,.ck .ck-user__marker--5 .ck-user__marker-dot::selection,.ck .ck-user__marker--5 .ck-user__marker-tooltip,.ck .ck-user__marker--5 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--5::selection{background-color:var(--ck-user-colors--5)}.ck .ck-user__marker--5 .ck-user__marker-line{border:1px solid var(--ck-user-colors--5)}.ck .ck-user__color--6{color:var(--ck-user-colors--6)}.ck .ck-user__bg-color--6{background-color:var(--ck-user-colors--6)}.ck .ck-user__selection--6{background-color:var(--ck-user-colors--6-alpha)}.ck .ck-user__selection--6.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--6)}.ck .ck-user__marker--6,.ck .ck-user__marker--6 .ck-user__marker-dot,.ck .ck-user__marker--6 .ck-user__marker-dot::selection,.ck .ck-user__marker--6 .ck-user__marker-tooltip,.ck .ck-user__marker--6 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--6::selection{background-color:var(--ck-user-colors--6)}.ck .ck-user__marker--6 .ck-user__marker-line{border:1px solid var(--ck-user-colors--6)}.ck .ck-user__color--7{color:var(--ck-user-colors--7)}.ck .ck-user__bg-color--7{background-color:var(--ck-user-colors--7)}.ck .ck-user__selection--7{background-color:var(--ck-user-colors--7-alpha)}.ck .ck-user__selection--7.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--7)}.ck .ck-user__marker--7,.ck .ck-user__marker--7 .ck-user__marker-dot,.ck .ck-user__marker--7 .ck-user__marker-dot::selection,.ck .ck-user__marker--7 .ck-user__marker-tooltip,.ck .ck-user__marker--7 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--7::selection{background-color:var(--ck-user-colors--7)}.ck .ck-user__marker--7 .ck-user__marker-line{border:1px solid var(--ck-user-colors--7)}",""]);const c=i},533:(t,e,n)=>{"use strict";n.d(e,{A:()=>l});var o=n(168),r=n.n(o),s=n(433),i=n.n(s),c=n(220),a=n.n(c),u=new URL(n(182),n.b),h=i()(r()),d=a()(u);h.push([t.id,`:root{--ck-user-avatar-size:40px;--ck-user-avatar-background:#3670ab;--ck-user-avatar-color:#fff;--ck-user-me-border-color:#fff}.ck.ck-user{align-items:center;background-color:var(--ck-user-avatar-background);border-radius:50%;box-sizing:border-box;display:flex;height:var(--ck-user-avatar-size);justify-content:center;line-height:100%;margin:2px;min-height:var(--ck-user-avatar-size);min-width:var(--ck-user-avatar-size);position:relative;width:var(--ck-user-avatar-size)}.ck.ck-user.ck-user_me{border:2px solid var(--ck-user-me-border-color);outline:2px solid var(--ck-user-avatar-background)}.ck.ck-user__name{color:var(--ck-user-avatar-color);cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ck.ck-user__name.ck-user__name--hidden{display:none}.ck.ck-user__img{background-color:var(--ck-user-avatar-background);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:50%;display:none;height:100%;width:100%}.ck.ck-user__img.ck-user__anonymous{background-image:url(${d});display:block}.ck.ck-user__img.ck-user__anonymous+.ck-user__name{display:none}.ck.ck-user__img.ck-user__avatar{background-color:#fff;display:block}.ck.ck-user__img.ck-user__img--hidden{display:none}.ck.ck-user__notification{align-items:center;background:var(--ck-color-base-background);border:2px solid var(--ck-color-base-background);border-radius:50%;box-sizing:content-box;display:flex;height:15px;justify-content:center;overflow:hidden;position:absolute;right:-7px;top:-8px;transform:translateZ(0);width:15px}.ck.ck-user__notification .ck-user__icon{background:var(--ck-color-base-background);color:var(--ck-color-annotation-info);height:19px;max-height:19px;max-width:19px;min-height:19px;min-width:19px;width:19px}`,""]);const l=h},874:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-inline-annotation-container-width:300px;--ck-inline-annotation-container-max-height:400px}.ck.ck-balloon-panel .ck-annotation-wrapper{max-height:var(--ck-inline-annotation-container-max-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:static;width:var(--ck-inline-annotation-container-width)}.ck.ck-balloon-panel .ck-annotation{animation:none}.ck.ck-balloon-panel .ck-annotation-wrapper *{white-space:normal}.ck.ck-balloon-panel .ck-annotation-wrapper strong{font-weight:700}.ck.ck-balloon-panel .ck-annotation-wrapper i{font-style:italic}",""]);const c=i},438:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,':root{--ck-color-annotation-icon:grey;--ck-color-annotation-info:#757575;--ck-annotation-button-size:0.85em}.ck .ck-annotation{--ck-user-avatar-size:28px;animation:fadeInLeft .3s;display:flex;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard);position:relative;transition:background-color .3s ease;white-space:normal}@media (prefers-reduced-motion:reduce){.ck .ck-annotation{animation:none;transition:none}}.ck .ck-annotation .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotation-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-annotation .ck-user{font-size:.85em}.ck .ck-annotation__main{border-radius:var(--ck-border-radius);display:grid;grid-template-areas:"info actions" "content content";grid-template-columns:minmax(0,1fr) auto;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__main{transition:none}}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;grid-area:info;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;overflow:hidden;white-space:nowrap}.ck .ck-annotation__info-name{text-overflow:ellipsis}.ck .ck-annotation__info-time{flex:0 0 auto;margin:0 var(--ck-spacing-large)}.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-name,.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-time{white-space:nowrap}.ck .ck-annotation__actions{grid-area:actions;opacity:.5;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__actions{transition:none}}.ck .ck-annotation__content-wrapper{grid-area:content;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}',""]);const c=i},554:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:var(--ck-color-light-red);--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}@media (prefers-reduced-motion:reduce){.ck .ck-comment__wrapper{transition:none}}.ck .ck-comment__wrapper.ck-comment--remove-confirmation{transform:translate3d(-100%,0,0)}.ck .ck-comment__wrapper:first-of-type{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck .ck-comment__wrapper:focus{background:var(--ck-color-button-default-hover-background)}.ck .ck-comment:after{background-color:var(--ck-color-comment-separator);content:"";display:block;height:100%;left:calc(var(--ck-spacing-standard) + var(--ck-user-avatar-size)/2 - 2px);opacity:1;position:absolute;top:calc(var(--ck-user-avatar-size) + var(--ck-spacing-small));width:4px}.ck .ck-comment--remove{background-color:var(--ck-color-comment-remove-background)}.ck .ck-comment--remove:after{opacity:0}.ck .ck-comment--edit{background-color:var(--ck-color-comment-input-background)}.ck .ck-comment--edit:after{opacity:0}.ck .ck-comment--edit .ck-comment__input-actions{margin-top:var(--ck-spacing-standard)}.ck .ck-comment__content{word-break:break-word}.ck .ck-comment--info .ck-comment__content{font-style:italic}.ck .ck-comment p,.ck .ck-comment__input p{margin:0}.ck .ck-comment ol,.ck .ck-comment ul,.ck .ck-comment__input ol,.ck .ck-comment__input ul{margin-left:10px;padding-left:10px}.ck .ck-comment ul,.ck .ck-comment__input ul{list-style:disc;margin-bottom:5px;margin-top:0}.ck .ck-comment ul ul,.ck .ck-comment__input ul ul{list-style:circle}.ck .ck-comment ul ul ul,.ck .ck-comment__input ul ul ul{list-style:square}.ck .ck-comment__main .ck-comment__input-wrapper{display:flex;flex-direction:column;position:relative;transition:all .3s linear}.ck .ck-comment__main .ck-comment__input-wrapper .ck-comment__input{padding:0}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{background:var(--ck-color-base-action);color:#fff}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit:hover{background:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-text)}.ck .ck-comment__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}.ck .ck-comment .ck-dropdown .ck-dropdown__arrow{display:none}.ck .ck-comment .ck-dropdown .ck-list{margin:0;padding:var(--ck-spacing-small) 0}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item{color:var(--ck-color-base-text);font-size:1.2em;min-width:auto}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button{color:var(--ck-color-text)}',""]);const c=i},980:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck .ck-comment__input-container{--ck-user-avatar-size:28px;background:var(--ck-color-comment-background);display:none;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard)}.ck .ck-comment__input-container--active{display:flex}.ck .ck-comment__input{background-color:transparent;border-width:0;color:var(--ck-color-base-text);padding:var(--ck-spacing-standard);padding-top:var(--ck-spacing-medium);resize:none;transition:color .3s ease-in-out}@media (prefers-reduced-motion:reduce){.ck .ck-comment__input{transition:none}}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;overflow:visible;padding:0;word-break:break-word}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :first-child{margin-top:0}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :last-child{margin-bottom:0}.ck .ck-comment__input-actions{display:none;text-align:right;width:100%}.ck .ck-comment__input-actions.ck-comment__input-actions--active{display:block}.ck .ck-comment__input-actions .ck.ck-button{align-items:center;cursor:pointer;display:inline-flex;font-size:var(--ck-annotation-button-size);justify-content:center;margin-left:var(--ck-spacing-large);min-height:var(--ck-ui-component-min-height);min-width:60px;padding:0 var(--ck-spacing-medium)}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const c=i},492:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-comment-marker--active,.ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}",""]);const c=i},353:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck .ck-comments-archive-dropdown.ck-dropdown__panel{z-index:var( --ck-z-panel )}.ck .ck-comments-archive{box-sizing:content-box;max-height:450px;width:400px}.ck .ck-comments-archive .ck-annotation{animation:none}.ck .ck-comments-archive .ck-comments-archive__content,.ck .ck-comments-archive .ck-comments-archive__header{max-height:410px;overflow:auto;padding:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__header{border-bottom:1px solid var( --ck-color-toolbar-border );font-weight:700;line-height:var( --ck-font-size-base );max-height:40px}.ck .ck-comments-archive .ck-comments-archive__content .ck-annotation-wrapper:not(:last-child){margin-bottom:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__info{color:var( --ck-color-annotation-info );font-style:italic;text-align:center}",""]);const c=i},306:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca;--ck-color-thread-header-background:#fdfadd;--ck-color-thread-header-active-background:#fff3a8;--ck-color-unlinked-background:#f5f5f5;--ck-color-unlinked-active-background:#ebebeb}.ck .ck-thread{background-color:var(--ck-color-base-background);border-radius:0;color:var(--ck-color-base-text);outline:0;overflow:hidden;transition-duration:.3s;transition-property:color,background-color,width,outline;transition-timing-function:ease;width:100%}.ck .ck-thread.ck-rounded-corners,.ck-rounded-corners .ck .ck-thread{border-radius:var(--ck-border-radius)}@media (prefers-reduced-motion:reduce){.ck .ck-thread{transition:none}}.ck .ck-thread:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-thread:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-thread__header{background-color:var(--ck-color-thread-header-background);display:flex;font-size:var(--ck-font-size-base);justify-content:space-between;line-height:1.57;padding:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-button{font-size:var(--ck-annotation-button-size)}.ck .ck-thread__header .ck-context-wrapper{display:inline-flex;height:25px;min-width:0;padding-right:var(--ck-spacing-large);position:relative;width:100%}.ck .ck-thread__header .ck-context{display:flex;overflow:hidden;padding:var(--ck-spacing-small) var(--ck-spacing-medium);white-space:nowrap;width:100%}.ck .ck-thread__header .ck-context.ck-context--quotes:after,.ck .ck-thread__header .ck-context.ck-context--quotes:before{content:\'"\';display:inline-block}.ck .ck-thread__header .ck-context .ck-context__type{font-weight:700;padding-right:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-context .ck-context__value{border:1px solid transparent;overflow:hidden;text-overflow:ellipsis}.ck .ck-thread__header .ck-context .ck-context__value:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck .ck-thread__header .ck-context.overlay{background:var(--ck-color-base-background);border-radius:2px;box-shadow:0 2px 3px hsla(0,0%,100%,.2);box-sizing:border-box;display:inline-block;position:absolute;top:0;white-space:normal;z-index:2}.ck .ck-thread__comment-count{--ck-user-avatar-size:28px;color:var(--ck-color-comment-count);cursor:pointer;font-size:var(--ck-font-size-base);font-weight:700;padding-left:calc(var(--ck-user-avatar-size) + var(--ck-spacing-standard)*2);transition:background-color .3s ease}.ck .ck-thread__comment-count:before{content:"\\25BC";margin-right:var(--ck-spacing-small)}.ck .ck-thread--remove .ck-comment{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-thread__input--active{background-color:var(--ck-color-base-background)}.ck .ck-thread--remove .ck-thread__comment-count,.ck .ck-thread--remove .ck-thread__input--active.ck-thread__input{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-comment__wrapper .ck-comment:after,.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}@media (prefers-reduced-motion:reduce){.ck .ck-thread__container{transition:none}}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;padding:0;position:relative;z-index:var(--ck-z-default)}.ck .ck-thread__user{font-size:.85em}.ck .ck-thread__input{border-radius:var(--ck-border-radius);min-height:38px;transition:background-color .2s ease-in-out;white-space:normal;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-thread--active .ck-comment__options.ck-dropdown{display:block}.ck .ck-thread--active .ck-thread__input{background-color:var(--ck-color-comment-background);display:block}.ck .ck-thread--active .ck-thread__header{background-color:var(--ck-color-thread-header-active-background)}.ck .ck-thread--unlinked{--ck-color-comment-box-border:var(--ck-color-base-border);--ck-color-thread-header-background:var(--ck-color-unlinked-background);--ck-color-thread-header-active-background:var(--ck-color-unlinked-active-background)}.ck .ck-thread--remove-confirmation .ck-thread__container{transform:translate3d(-100%,0,0)}.ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck .ck-thread__remove-confirm{background-color:var(--ck-color-comment-remove-background);display:flex;font-size:var(--ck-font-size-base);height:100%;justify-content:flex-start;left:100%;position:absolute;top:0;width:100%}.ck .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:400px;padding-top:var(--ck-spacing-standard);width:100%}.ck .ck-thread__remove-confirm p{font-weight:700;margin:0}',""]);const c=i},197:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-annotation-counter-icon-size:16px;--ck-annotation-counter-number-size:10px;--ck-color-annotation-counter-comment:#f2de02;--ck-color-annotation-counter-suggestion-insertion:#5ad86b;--ck-color-annotation-counter-suggestion-deletion:#d85a79;--ck-color-annotation-counter-suggestion-format:#5ac1d8}.ck.ck-sidebar--narrow .ck-sidebar-item{display:flex;justify-content:center}.ck.ck-sidebar--narrow .ck-annotation-counter{color:grey;cursor:pointer;font-size:var(--ck-annotation-counter-icon-size);min-height:unset;padding:0}.ck.ck-sidebar--narrow .ck-annotation-counter:focus,.ck.ck-sidebar--narrow .ck-annotation-counter:hover{background:transparent;box-shadow:none;color:#4d4d4d}.ck.ck-sidebar--narrow .ck-annotation-counter__badge{background:#333;border-radius:50%;color:#fff;display:flex;font-family:var(--ck-font-face);font-size:var(--ck-annotation-counter-number-size);font-weight:700;height:16px;justify-content:center;line-height:16px;position:absolute;right:0;text-shadow:-1px 0 2px #454545,1px 0 2px #454545;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const c=i},573:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-color-annotation-wrapper-background:#fff;--ck-color-annotation-wrapper-drop-shadow:0 1px 1px 1px #e6e6e6}.ck.ck-sidebar{outline:0;position:relative;transition:min-height .25s ease}@media (prefers-reduced-motion:reduce){.ck.ck-sidebar{transition:none}}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck-sidebar-item{transition:none}}.ck-sidebar-item--no-animation{transition:top 0s ease!important}.ck.ck-annotation-wrapper{background:var(--ck-color-annotation-wrapper-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-color-annotation-wrapper-drop-shadow);outline:0}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}.ck.ck-annotation-wrapper:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}",""]);const c=i},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",o=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),o&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),o&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,o,r,s){"string"==typeof t&&(t=[[null,t,void 0]]);var i={};if(o)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(i[a]=!0)}for(var u=0;u<t.length;u++){var h=[].concat(t[u]);o&&i[h[0]]||(void 0!==s&&(void 0===h[5]||(h[1]="@layer".concat(h[5].length>0?" ".concat(h[5]):""," {").concat(h[1],"}")),h[5]=s),n&&(h[2]?(h[1]="@media ".concat(h[2]," {").concat(h[1],"}"),h[2]=n):h[2]=n),r&&(h[4]?(h[1]="@supports (".concat(h[4],") {").concat(h[1],"}"),h[4]=r):h[4]="".concat(r)),e.push(h))}},e}},220:t=>{"use strict";t.exports=function(t,e){return e||(e={}),t?(t=String(t.__esModule?t.default:t),/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]|(%20)/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t):t}},168:t=>{"use strict";t.exports=function(t){return t[1]}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,o=0;o<e.length;o++)if(e[o].identifier===t){n=o;break}return n}function o(t,o){for(var s={},i=[],c=0;c<t.length;c++){var a=t[c],u=o.base?a[0]+o.base:a[0],h=s[u]||0,d="".concat(u," ").concat(h);s[u]=h+1;var l=n(d),m={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==l)e[l].references++,e[l].updater(m);else{var k=r(m,o);o.byIndex=c,e.splice(c,0,{identifier:d,updater:k,references:1})}i.push(d)}return i}function r(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,r){var s=o(t=t||[],r=r||{});return function(t){t=t||[];for(var i=0;i<s.length;i++){var c=n(s[i]);e[c].references--}for(var a=o(t,r),u=0;u<s.length;u++){var h=n(s[u]);0===e[h].references&&(e[h].updater(),e.splice(h,1))}s=a}}},262:t=>{"use strict";var e={};t.exports=function(t,n){var o=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(n)}},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function o(t,e,o,r){var s;if(o)s="";else{s="",r.supports&&(s+="@supports (".concat(r.supports,") {")),r.media&&(s+="@media ".concat(r.media," {"));var i=void 0!==r.layer;i&&(s+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),s+=r.css,i&&(s+="}"),r.media&&(s+="}"),r.supports&&(s+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,s);else{var c=document.createTextNode(s),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var r={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=r.singletonCounter++,n=r.singleton||(r.singleton=t.insertStyleElement(t));return{update:function(t){o(n,e,!1,t)},remove:function(t){o(n,e,!0,t)}}}},182:t=>{"use strict";t.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3E%3Cpath fill=%27%23FFF%27 d=%27M9.8 20H2c0-5.7 5-5.7 6-7l.2-.8c-1.6-.8-2.7-2.7-2.7-5 0-2.8 2-5.2 4.3-5.2S14 4.4 14 7.3c0 2.2-1 4-2.6 5l.2.6c1.2 1.3 6 1.4 6 7H9.8z%27/%3E%3C/svg%3E"},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},179:(t,e,n)=>{t.exports=n(237)("./src/paragraph.js")},727:(t,e,n)=>{t.exports=n(237)("./src/select-all.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},251:(t,e,n)=>{t.exports=n(237)("./src/undo.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var s=e[o]={id:o,exports:{}};return t[o](s,s.exports,n),s.exports}n.m=t,n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.b=document.baseURI||self.location.href;var o={};(()=>{"use strict";n.r(o),n.d(o,{Annotation:()=>fs,AnnotationCollection:()=>Is,AnnotationView:()=>ms,Annotations:()=>Js,AnnotationsUIs:()=>Zi,BaseCommentThreadView:()=>lr,BaseCommentView:()=>Ar,Comment:()=>si,CommentThread:()=>ri,CommentThreadController:()=>go,CommentThreadInputView:()=>qo,CommentThreadView:()=>pr,CommentView:()=>xr,Comments:()=>Qc,CommentsArchive:()=>Uc,CommentsArchiveUI:()=>Yc,CommentsListView:()=>$o,CommentsOnly:()=>Wi,CommentsRepository:()=>oi,CommentsUI:()=>Ki,EditorAnnotations:()=>ki,InlineAnnotations:()=>Mc,NarrowSidebar:()=>Tc,WideSidebar:()=>pc});var t=n(782),e=n(584),r=n(211);const s=function(){this.__data__=[],this.size=0};const i=function(t,e){return t===e||t!=t&&e!=e};const c=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1};var a=Array.prototype.splice;const u=function(t){var e=this.__data__,n=c(e,t);return!(n<0)&&(n==e.length-1?e.pop():a.call(e,n,1),--this.size,!0)};const h=function(t){var e=this.__data__,n=c(e,t);return n<0?void 0:e[n][1]};const d=function(t){return c(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=c(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function m(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}m.prototype.clear=s,m.prototype.delete=u,m.prototype.get=h,m.prototype.has=d,m.prototype.set=l;const k=m;const g=function(){this.__data__=new k,this.size=0};const p=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const f=function(t){return this.__data__.get(t)};const b=function(t){return this.__data__.has(t)};const v="object"==typeof global&&global&&global.Object===Object&&global;var _="object"==typeof self&&self&&self.Object===Object&&self;const w=v||_||Function("return this")();const I=w.Symbol;var y=Object.prototype,A=y.hasOwnProperty,C=y.toString,T=I?I.toStringTag:void 0;const E=function(t){var e=A.call(t,T),n=t[T];try{t[T]=void 0;var o=!0}catch(t){}var r=C.call(t);return o&&(e?t[T]=n:delete t[T]),r};var x=Object.prototype.toString;const O=function(t){return x.call(t)};var N=I?I.toStringTag:void 0;const S=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":N&&N in Object(t)?E(t):O(t)};const M=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const R=function(t){if(!M(t))return!1;var e=S(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const P=w["__core-js_shared__"];var V,L=(V=/[^.]+$/.exec(P&&P.keys&&P.keys.IE_PROTO||""))?"Symbol(src)_1."+V:"";const j=function(t){return!!L&&L in t};var D=Function.prototype.toString;const B=function(t){if(null!=t){try{return D.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var z=/^\[object .+?Constructor\]$/,K=Function.prototype,H=Object.prototype,F=K.toString,U=H.hasOwnProperty,W=RegExp("^"+F.call(U).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const q=function(t){return!(!M(t)||j(t))&&(R(t)?W:z).test(B(t))};const X=function(t,e){return null==t?void 0:t[e]};const Y=function(t,e){var n=X(t,e);return q(n)?n:void 0};const Z=Y(w,"Map");const G=Y(Object,"create");const J=function(){this.__data__=G?G(null):{},this.size=0};const Q=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(G){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return $.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return G?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=G&&void 0===e?"__lodash_hash_undefined__":e,this};function rt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}rt.prototype.clear=J,rt.prototype.delete=Q,rt.prototype.get=tt,rt.prototype.has=nt,rt.prototype.set=ot;const st=rt;const it=function(){this.size=0,this.__data__={hash:new st,map:new(Z||k),string:new st}};const ct=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const at=function(t,e){var n=t.__data__;return ct(e)?n["string"==typeof e?"string":"hash"]:n.map};const ut=function(t){var e=at(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return at(this,t).get(t)};const dt=function(t){return at(this,t).has(t)};const lt=function(t,e){var n=at(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function mt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}mt.prototype.clear=it,mt.prototype.delete=ut,mt.prototype.get=ht,mt.prototype.has=dt,mt.prototype.set=lt;const kt=mt;const gt=function(t,e){var n=this.__data__;if(n instanceof k){var o=n.__data__;if(!Z||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new kt(o)}return n.set(t,e),this.size=n.size,this};function pt(t){var e=this.__data__=new k(t);this.size=e.size}pt.prototype.clear=g,pt.prototype.delete=p,pt.prototype.get=f,pt.prototype.has=b,pt.prototype.set=gt;const ft=pt;const bt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const vt=function(t){return this.__data__.has(t)};function _t(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new kt;++e<n;)this.add(t[e])}_t.prototype.add=_t.prototype.push=bt,_t.prototype.has=vt;const wt=_t;const It=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const yt=function(t,e){return t.has(e)};const At=function(t,e,n,o,r,s){var i=1&n,c=t.length,a=e.length;if(c!=a&&!(i&&a>c))return!1;var u=s.get(t),h=s.get(e);if(u&&h)return u==e&&h==t;var d=-1,l=!0,m=2&n?new wt:void 0;for(s.set(t,e),s.set(e,t);++d<c;){var k=t[d],g=e[d];if(o)var p=i?o(g,k,d,e,t,s):o(k,g,d,t,e,s);if(void 0!==p){if(p)continue;l=!1;break}if(m){if(!It(e,(function(t,e){if(!yt(m,e)&&(k===t||r(k,t,n,o,s)))return m.push(e)}))){l=!1;break}}else if(k!==g&&!r(k,g,n,o,s)){l=!1;break}}return s.delete(t),s.delete(e),l};const Ct=w.Uint8Array;const Tt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const Et=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var xt=I?I.prototype:void 0,Ot=xt?xt.valueOf:void 0;const Nt=function(t,e,n,o,r,s,c){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!s(new Ct(t),new Ct(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tt;case"[object Set]":var u=1&o;if(a||(a=Et),t.size!=e.size&&!u)return!1;var h=c.get(t);if(h)return h==e;o|=2,c.set(t,e);var d=At(a(t),a(e),o,r,s,c);return c.delete(t),d;case"[object Symbol]":if(Ot)return Ot.call(t)==Ot.call(e)}return!1};const St=function(t,e){for(var n=-1,o=e.length,r=t.length;++n<o;)t[r+n]=e[n];return t};const Mt=Array.isArray;const Rt=function(t,e,n){var o=e(t);return Mt(t)?o:St(o,n(t))};const Pt=function(t,e){for(var n=-1,o=null==t?0:t.length,r=0,s=[];++n<o;){var i=t[n];e(i,n,t)&&(s[r++]=i)}return s};const Vt=function(){return[]};var Lt=Object.prototype.propertyIsEnumerable,jt=Object.getOwnPropertySymbols;const Dt=jt?function(t){return null==t?[]:(t=Object(t),Pt(jt(t),(function(e){return Lt.call(t,e)})))}:Vt;const Bt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const zt=function(t){return null!=t&&"object"==typeof t};const Kt=function(t){return zt(t)&&"[object Arguments]"==S(t)};var Ht=Object.prototype,Ft=Ht.hasOwnProperty,Ut=Ht.propertyIsEnumerable;const Wt=Kt(function(){return arguments}())?Kt:function(t){return zt(t)&&Ft.call(t,"callee")&&!Ut.call(t,"callee")};const qt=function(){return!1};var Xt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Yt=Xt&&"object"==typeof module&&module&&!module.nodeType&&module,Zt=Yt&&Yt.exports===Xt?w.Buffer:void 0;const Gt=(Zt?Zt.isBuffer:void 0)||qt;var Jt=/^(?:0|[1-9]\d*)$/;const Qt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Jt.test(t))&&t>-1&&t%1==0&&t<e};const $t=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var te={};te["[object Float32Array]"]=te["[object Float64Array]"]=te["[object Int8Array]"]=te["[object Int16Array]"]=te["[object Int32Array]"]=te["[object Uint8Array]"]=te["[object Uint8ClampedArray]"]=te["[object Uint16Array]"]=te["[object Uint32Array]"]=!0,te["[object Arguments]"]=te["[object Array]"]=te["[object ArrayBuffer]"]=te["[object Boolean]"]=te["[object DataView]"]=te["[object Date]"]=te["[object Error]"]=te["[object Function]"]=te["[object Map]"]=te["[object Number]"]=te["[object Object]"]=te["[object RegExp]"]=te["[object Set]"]=te["[object String]"]=te["[object WeakMap]"]=!1;const ee=function(t){return zt(t)&&$t(t.length)&&!!te[S(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,re=oe&&"object"==typeof module&&module&&!module.nodeType&&module,se=re&&re.exports===oe&&v.process;const ie=function(){try{var t=re&&re.require&&re.require("util").types;return t||se&&se.binding&&se.binding("util")}catch(t){}}();var ce=ie&&ie.isTypedArray;const ae=ce?ne(ce):ee;var ue=Object.prototype.hasOwnProperty;const he=function(t,e){var n=Mt(t),o=!n&&Wt(t),r=!n&&!o&&Gt(t),s=!n&&!o&&!r&&ae(t),i=n||o||r||s,c=i?Bt(t.length,String):[],a=c.length;for(var u in t)!e&&!ue.call(t,u)||i&&("length"==u||r&&("offset"==u||"parent"==u)||s&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||Qt(u,a))||c.push(u);return c};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const me=function(t,e){return function(n){return t(e(n))}};const ke=me(Object.keys,Object);var ge=Object.prototype.hasOwnProperty;const pe=function(t){if(!le(t))return ke(t);var e=[];for(var n in Object(t))ge.call(t,n)&&"constructor"!=n&&e.push(n);return e};const fe=function(t){return null!=t&&$t(t.length)&&!R(t)};const be=function(t){return fe(t)?he(t):pe(t)};const ve=function(t){return Rt(t,be,Dt)};var _e=Object.prototype.hasOwnProperty;const we=function(t,e,n,o,r,s){var i=1&n,c=ve(t),a=c.length;if(a!=ve(e).length&&!i)return!1;for(var u=a;u--;){var h=c[u];if(!(i?h in e:_e.call(e,h)))return!1}var d=s.get(t),l=s.get(e);if(d&&l)return d==e&&l==t;var m=!0;s.set(t,e),s.set(e,t);for(var k=i;++u<a;){var g=t[h=c[u]],p=e[h];if(o)var f=i?o(p,g,h,e,t,s):o(g,p,h,t,e,s);if(!(void 0===f?g===p||r(g,p,n,o,s):f)){m=!1;break}k||(k="constructor"==h)}if(m&&!k){var b=t.constructor,v=e.constructor;b==v||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof v&&v instanceof v||(m=!1)}return s.delete(t),s.delete(e),m};const Ie=Y(w,"DataView");const ye=Y(w,"Promise");const Ae=Y(w,"Set");const Ce=Y(w,"WeakMap");var Te="[object Map]",Ee="[object Promise]",xe="[object Set]",Oe="[object WeakMap]",Ne="[object DataView]",Se=B(Ie),Me=B(Z),Re=B(ye),Pe=B(Ae),Ve=B(Ce),Le=S;(Ie&&Le(new Ie(new ArrayBuffer(1)))!=Ne||Z&&Le(new Z)!=Te||ye&&Le(ye.resolve())!=Ee||Ae&&Le(new Ae)!=xe||Ce&&Le(new Ce)!=Oe)&&(Le=function(t){var e=S(t),n="[object Object]"==e?t.constructor:void 0,o=n?B(n):"";if(o)switch(o){case Se:return Ne;case Me:return Te;case Re:return Ee;case Pe:return xe;case Ve:return Oe}return e});const je=Le;var De="[object Arguments]",Be="[object Array]",ze="[object Object]",Ke=Object.prototype.hasOwnProperty;const He=function(t,e,n,o,r,s){var i=Mt(t),c=Mt(e),a=i?Be:je(t),u=c?Be:je(e),h=(a=a==De?ze:a)==ze,d=(u=u==De?ze:u)==ze,l=a==u;if(l&&Gt(t)){if(!Gt(e))return!1;i=!0,h=!1}if(l&&!h)return s||(s=new ft),i||ae(t)?At(t,e,n,o,r,s):Nt(t,e,a,n,o,r,s);if(!(1&n)){var m=h&&Ke.call(t,"__wrapped__"),k=d&&Ke.call(e,"__wrapped__");if(m||k){var g=m?t.value():t,p=k?e.value():e;return s||(s=new ft),r(g,p,n,o,s)}}return!!l&&(s||(s=new ft),we(t,e,n,o,r,s))};const Fe=function t(e,n,o,r,s){return e===n||(null==e||null==n||!zt(e)&&!zt(n)?e!=e&&n!=n:He(e,n,o,r,t,s))};const Ue=function(t,e){return Fe(t,e)};const We=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const qe=function(){try{var t=Y(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Xe=function(t,e,n){"__proto__"==e&&qe?qe(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Ye=Object.prototype.hasOwnProperty;const Ze=function(t,e,n){var o=t[e];Ye.call(t,e)&&i(o,n)&&(void 0!==n||e in t)||Xe(t,e,n)};const Ge=function(t,e,n,o){var r=!n;n||(n={});for(var s=-1,i=e.length;++s<i;){var c=e[s],a=o?o(n[c],t[c],c,n,t):void 0;void 0===a&&(a=t[c]),r?Xe(n,c,a):Ze(n,c,a)}return n};const Je=function(t,e){return t&&Ge(e,be(e),t)};const Qe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var $e=Object.prototype.hasOwnProperty;const tn=function(t){if(!M(t))return Qe(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&$e.call(t,o))&&n.push(o);return n};const en=function(t){return fe(t)?he(t,!0):tn(t)};const nn=function(t,e){return t&&Ge(e,en(e),t)};var on="object"==typeof exports&&exports&&!exports.nodeType&&exports,rn=on&&"object"==typeof module&&module&&!module.nodeType&&module,sn=rn&&rn.exports===on?w.Buffer:void 0,cn=sn?sn.allocUnsafe:void 0;const an=function(t,e){if(e)return t.slice();var n=t.length,o=cn?cn(n):new t.constructor(n);return t.copy(o),o};const un=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const hn=function(t,e){return Ge(t,Dt(t),e)};const dn=me(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)St(e,Dt(t)),t=dn(t);return e}:Vt;const mn=function(t,e){return Ge(t,ln(t),e)};const kn=function(t){return Rt(t,en,ln)};var gn=Object.prototype.hasOwnProperty;const pn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&gn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const fn=function(t){var e=new t.constructor(t.byteLength);return new Ct(e).set(new Ct(t)),e};const bn=function(t,e){var n=e?fn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var vn=/\w*$/;const _n=function(t){var e=new t.constructor(t.source,vn.exec(t));return e.lastIndex=t.lastIndex,e};var wn=I?I.prototype:void 0,In=wn?wn.valueOf:void 0;const yn=function(t){return In?Object(In.call(t)):{}};const An=function(t,e){var n=e?fn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Cn=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return fn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return bn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return An(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return _n(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const En=function(){function t(){}return function(e){if(!M(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const xn=function(t){return"function"!=typeof t.constructor||le(t)?{}:En(dn(t))};const On=function(t){return zt(t)&&"[object Map]"==je(t)};var Nn=ie&&ie.isMap;const Sn=Nn?ne(Nn):On;const Mn=function(t){return zt(t)&&"[object Set]"==je(t)};var Rn=ie&&ie.isSet;const Pn=Rn?ne(Rn):Mn;var Vn="[object Arguments]",Ln="[object Function]",jn="[object Object]",Dn={};Dn[Vn]=Dn["[object Array]"]=Dn["[object ArrayBuffer]"]=Dn["[object DataView]"]=Dn["[object Boolean]"]=Dn["[object Date]"]=Dn["[object Float32Array]"]=Dn["[object Float64Array]"]=Dn["[object Int8Array]"]=Dn["[object Int16Array]"]=Dn["[object Int32Array]"]=Dn["[object Map]"]=Dn["[object Number]"]=Dn[jn]=Dn["[object RegExp]"]=Dn["[object Set]"]=Dn["[object String]"]=Dn["[object Symbol]"]=Dn["[object Uint8Array]"]=Dn["[object Uint8ClampedArray]"]=Dn["[object Uint16Array]"]=Dn["[object Uint32Array]"]=!0,Dn["[object Error]"]=Dn[Ln]=Dn["[object WeakMap]"]=!1;const Bn=function t(e,n,o,r,s,i){var c,a=1&n,u=2&n,h=4&n;if(o&&(c=s?o(e,r,s,i):o(e)),void 0!==c)return c;if(!M(e))return e;var d=Mt(e);if(d){if(c=pn(e),!a)return un(e,c)}else{var l=je(e),m=l==Ln||"[object GeneratorFunction]"==l;if(Gt(e))return an(e,a);if(l==jn||l==Vn||m&&!s){if(c=u||m?{}:xn(e),!a)return u?mn(e,nn(c,e)):hn(e,Je(c,e))}else{if(!Dn[l])return s?e:{};c=Cn(e,l,a)}}i||(i=new ft);var k=i.get(e);if(k)return k;i.set(e,c),Pn(e)?e.forEach((function(r){c.add(t(r,n,o,r,e,i))})):Sn(e)&&e.forEach((function(r,s){c.set(s,t(r,n,o,s,e,i))}));var g=d?void 0:(h?u?kn:ve:u?en:be)(e);return We(g||e,(function(r,s){g&&(r=e[s=r]),Ze(c,s,t(r,n,o,s,e,i))})),c};const zn=function(t){return Bn(t,5)};const Kn=function(t){return"symbol"==typeof t||zt(t)&&"[object Symbol]"==S(t)};var Hn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Fn=/^\w*$/;const Un=function(t,e){if(Mt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Kn(t))||(Fn.test(t)||!Hn.test(t)||null!=e&&t in Object(e))};function Wn(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,r=e?e.apply(this,o):o[0],s=n.cache;if(s.has(r))return s.get(r);var i=t.apply(this,o);return n.cache=s.set(r,i)||s,i};return n.cache=new(Wn.Cache||kt),n}Wn.Cache=kt;const qn=Wn;var Xn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Yn=/\\(\\)?/g;const Zn=function(t){var e=qn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(Xn,(function(t,n,o,r){e.push(o?r.replace(Yn,"$1"):n||t)})),e}));const Gn=function(t,e){for(var n=-1,o=null==t?0:t.length,r=Array(o);++n<o;)r[n]=e(t[n],n,t);return r};var Jn=I?I.prototype:void 0,Qn=Jn?Jn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(Mt(e))return Gn(e,t)+"";if(Kn(e))return Qn?Qn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const to=function(t){return null==t?"":$n(t)};const eo=function(t,e){return Mt(t)?t:Un(t,e)?[t]:Zn(to(t))};const no=function(t){if("string"==typeof t||Kn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const oo=function(t,e,n,o){if(!M(t))return t;for(var r=-1,s=(e=eo(e,t)).length,i=s-1,c=t;null!=c&&++r<s;){var a=no(e[r]),u=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(r!=i){var h=c[a];void 0===(u=o?o(h,a,c):void 0)&&(u=M(h)?h:Qt(e[r+1])?[]:{})}Ze(c,a,u),c=c[a]}return t};const ro=function(t,e,n){return null==t?t:oo(t,e,n)};const so=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const io=function(t,e){for(var n=0,o=(e=eo(e,t)).length;null!=t&&n<o;)t=t[no(e[n++])];return n&&n==o?t:void 0};const co=function(t,e,n){var o=-1,r=t.length;e<0&&(e=-e>r?0:r+e),(n=n>r?r:n)<0&&(n+=r),r=e>n?0:n-e>>>0,e>>>=0;for(var s=Array(r);++o<r;)s[o]=t[o+e];return s};const ao=function(t,e){return e.length<2?t:io(t,co(e,0,-1))};const uo=function(t,e){return e=eo(e,t),null==(t=ao(t,e))||delete t[no(so(e))]};const ho=function(t,e){return null==t||uo(t,e)};var lo=ko;function mo(){var t=["470748elKPHb","removeComment","model","_localUser","updateComment","1733956BqcdIO","submitCommentThread","24fIaoYV","8917722QbeWMv","581169UaFEEO","38hEntZM","getComment","resolve","addComment","reopen","4262VDiYzh","resolveCommentThread","listenTo","remove","view","reopenCommentThread","305155zQUmNJ","8qrxUEV","destroy","submit","6951380DaFdzU","isResolved","stopListening","_isAttached","update","removeCommentThread"];return(mo=function(){return t})()}function ko(t,e){var n=mo();return(ko=function(t,e){return n[t-=448]})(t,e)}!function(t){for(var e=ko,n=t();;)try{if(522568===-parseInt(e(467))/1*(parseInt(e(472))/2)+parseInt(e(466))/3+parseInt(e(457))/4+-parseInt(e(478))/5*(-parseInt(e(464))/6)+parseInt(e(462))/7*(-parseInt(e(448))/8)+parseInt(e(465))/9+-parseInt(e(451))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(mo);class go extends((0,e.ObservableMixin)()){constructor(t,e){var n=ko;super(),this[n(459)]=t,this[n(459)][n(454)]=!0,this[n(476)]=e,this[n(474)](e,n(463),(()=>this[n(450)]())),this[n(474)](e,n(456),(()=>this[n(475)]())),this[n(474)](e,n(473),(()=>this[n(469)]())),this[n(474)](e,n(477),(()=>this[n(471)]())),this[n(474)](e,n(470),((t,e)=>this[n(470)](e))),this[n(474)](e,n(461),((t,e,o)=>this[n(461)](e,o))),this[n(474)](e,n(458),((t,e)=>this[n(458)](e)))}[lo(450)](){var t=lo;this[t(459)][t(450)]()}[lo(475)](){var t=lo;this[t(459)][t(475)]()}[lo(469)](){var t=lo;this[t(459)][t(452)]||this[t(459)][t(469)]()}[lo(471)](){var t=lo;this[t(459)][t(452)]&&this[t(459)][t(471)]()}[lo(470)](t){var e=lo;this[e(459)][e(470)]({content:t,authorId:this[e(476)][e(460)].id})}[lo(461)](t,e){var n=lo;this[n(459)][n(468)](t)[n(455)]({content:e})}[lo(458)](t){var e=lo;this[e(459)][e(468)](t)[e(475)]()}[lo(449)](){var t=lo;this[t(453)](),this[t(459)][t(454)]=!1}}var po=n(311);function fo(t,e,n){const o=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return o({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return o("Comment");case"Reply...":return o("Reply...");case"Reply to reopen discussion...":return o("Reply to reopen discussion...");case"Write a comment...":return o("Write a comment...");case"Comment was made on an element":return o("Comment was made on an element");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Marked as resolved":return o("Marked as resolved");case"Show more items":return o("Show more items");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Resolve":return o("Resolve");case"Reopen":return o("Reopen");case"Remove":return o("Remove");case"Reply":return o("Reply");case"Save":return o("Save");case"Annotations sidebar":return o("Annotations sidebar");case"Annotations list":return o("Annotations list");case"Thread comments":return o("Thread comments");case"THREAD_CONTEXT_LABEL":return o({string:"Thread context: %0",id:"THREAD_CONTEXT_LABEL"},n);case"COMMENT_THREAD_LABEL":return o({string:"Comment thread by %1. %1 reply.",plural:"Comment thread by %1. %0 replies.",id:"COMMENT_THREAD_LABEL"},n);case"COMMENT_THREAD_DESCRIPTION":return o({string:"Press Enter for more options. Press Escape to exit.",id:"COMMENT_THREAD_DESCRIPTION"});case"COMMENT_ARIA_LABEL":return o({string:"Comment by %0. Created on %1. %2. %3",id:"COMMENT_ARIA_LABEL"},n);case"LEAVE_COMMENT_ANNOUNCEMENT":return o({string:"Leaving a content with comments.",id:"LEAVE_COMMENT_ANNOUNCEMENT"});case"ENTER_COMMENT_ANNOUNCEMENT":return o({string:"Entering a content with comments. Press %0 to go to the discussion.",id:"ENTER_COMMENT_ANNOUNCEMENT"},n);case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return o({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return o({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});case"COMMENTS_ARCHIVE_LIST_LABEL":return o({string:"List of comments",id:"COMMENTS_ARCHIVE_LIST_LABEL"});case"ACCESSIBILITY_HELP_ANNOTATIONS_GROUP":return o({string:"Keystrokes for interacting with annotation threads (e.g. comments, track changes suggestions)",id:"ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"});case"ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO":return o({string:"Move focus to the thread when the selection is anchored in its marker",id:"ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"});case"ACCESSIBILITY_HELP_ANNOTATIONS_EXIT":return o({string:"Exit the annotation and move focus back to the edited content",id:"ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER":return o({string:"Browse the focused annotation thread or thread comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"});case"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS":return o({string:"Move across internals of the annotation thread",id:"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"});case"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT":return o({string:"Submit the reply while writing a comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS":return o({string:"Move to the previous or next thread in the annotations sidebar or comments archive",id:"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"});default:return""}}function bo(){const t=["1107EAbuwG","ck-comment__input","1615176AeDbhg","53877rmPGzq","Comment editor","729528UyZVtO","createCollection","uiLanguage","main","add","div","2014235VgOKCg","ck-rounded-corners","focus","92oBsYrm","1239679lOuRaH","cke-editor__aria-label_","45776UoObSi","ck-editor__main","presentation","ck-editor","element","uiLanguageDirection","ck-reset","render","setTemplate","55247vHwqfQ","editable"];return(bo=function(){return t})()}const vo=_o;function _o(t,e){const n=bo();return(_o=function(t,e){return n[t-=425]})(t,e)}!function(t){const e=_o,n=t();for(;;)try{if(248874===parseInt(e(447))/1+-parseInt(e(426))/2+parseInt(e(452))/3*(parseInt(e(435))/4)+parseInt(e(432))/5+parseInt(e(451))/6+parseInt(e(436))/7+parseInt(e(438))/8*(-parseInt(e(449))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bo);class wo extends po.EditorUIView{constructor(t,n){const o=_o;super(t);const r=(0,e.uid)();this[o(429)]=this[o(427)](),this[o(448)]=new po.InlineEditableUIView(t,n,void 0,{label:()=>fo(t,o(425))}),this[o(446)]({tag:o(431),attributes:{class:[o(444),o(441),o(433),o(450)],dir:t[o(443)],lang:t[o(428)],"aria-labelledby":o(437)+r},children:[{tag:o(431),attributes:{class:o(439),role:o(440)},children:this[o(429)]}]})}[vo(445)](){const t=vo;super[t(445)](),this[t(429)][t(430)](this[t(448)])}[vo(434)](){const t=vo;this[t(448)][t(442)][t(434)]()}}const Io=Ao;function yo(){const t=["829555fHMoJV","editing","element","editable","name","attachDomRoot","1079141LpjMDY","177HkcsMi","init","document","isFocused","view","143608DsZGzh","ready","1565840cbLuJf","bind","6HaySxg","716DLnlAi","3581793GOXAws","destroy","setEditableElement","locale","804008gylMeX","editor","fire","render","focusTracker","getRoot","rootName"];return(yo=function(){return t})()}function Ao(t,e){const n=yo();return(Ao=function(t,e){return n[t-=163]})(t,e)}!function(t){const e=Ao,n=t();for(;;)try{if(156589===-parseInt(e(187))/1+-parseInt(e(163))/2*(parseInt(e(182))/3)+-parseInt(e(168))/4+parseInt(e(175))/5+-parseInt(e(191))/6*(-parseInt(e(181))/7)+-parseInt(e(189))/8+parseInt(e(164))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yo);class Co extends po.EditorUI{constructor(t){const e=Ao;super(t),this[e(186)]=new wo(t[e(167)],t[e(176)][e(186)])}get[Io(177)](){const t=Io;return this[t(186)][t(177)]}[Io(183)](){const t=Io,e=this[t(169)][t(176)][t(186)],n=this[t(186)][t(178)],o=e[t(184)][t(173)]();n[t(179)]=o[t(174)],this[t(186)][t(171)]();const r=n[t(177)];this[t(166)](n[t(179)],r),this[t(186)][t(178)][t(190)](t(185)).to(this[t(172)]),e[t(180)](r),this[t(170)](t(188))}[Io(165)](){const t=Io;super[t(165)](),this[t(186)][t(165)]()}}var To=n(783),Eo=n(331),xo=n(507),Oo=n(727),No=n(834),So=n(251),Mo=n(179);const Ro=Vo;function Po(){const t=["6hPnNeA","document","config","16299750RoyXZt","assign","set","230300lpWxqB","9002460lygbYY","fire","2650860QONtIq","ready","initialData","fromCharCode","645356TUDxql","8NafBBl","childCount","change","8327249VlltQc","editing","getChild","createRoot","initPlugins","destroy","end","_updatePlaceholder","name","8371071lDtZiK","defaultPlugins","get","low","setSelection","plugins","map","placeholderElement","focus","5WwZqTa","view","data","create","change:placeholder","placeholder","then","init","join","getRoot","model"];return(Po=function(){return t})()}function Vo(t,e){const n=Po();return(Vo=function(t,e){return n[t-=421]})(t,e)}!function(t){const e=Vo,n=t();for(;;)try{if(912390===parseInt(e(427))/1+-parseInt(e(434))/2*(parseInt(e(421))/3)+-parseInt(e(430))/4*(parseInt(e(456))/5)+parseInt(e(428))/6+parseInt(e(438))/7+parseInt(e(435))/8*(parseInt(e(447))/9)+-parseInt(e(424))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Po);const Lo=[Eo.Clipboard,xo.Enter,xo.ShiftEnter,Oo.SelectAll,No.Typing,So.Undo,Mo.Paragraph];class jo extends((0,e.ObservableMixin)(t.Editor)){constructor(t={}){const e=Vo;function n(t){const e=Vo;return t[e(453)]((t=>String[e(433)](t)))[e(464)]("")}(t=Object[e(425)]({},t))[e(452)]||(t[e(452)]=jo[e(448)]),super(t),this.ui=new Co(this),this[e(426)](e(461),""),this[e(466)][e(422)].on(e(437),(()=>this[e(445)]()),{priority:e(450)}),this.on(e(460),(()=>this[e(445)]())),this[e(466)][e(422)][e(441)](),this[n([101,100,105,116,105,110,103])][n([118,105,101,119])][n([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=n([97,117,116,111]),this[n([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116])]=()=>window[n([80,114,111,109,105,115,101])][n([114,101,115,111,108,118,101])]({[n([115,116,97,116,117,115])]:n([111,107])})}[Ro(459)](){const t=Ro,e=this[t(423)][t(449)](t(432))||"";return this[t(442)]()[t(462)]((()=>this.ui[t(463)]()))[t(462)]((()=>this[t(458)][t(463)](e)))[t(462)]((()=>this[t(429)](t(431))))}[Ro(443)](){const t=Ro;return super[t(443)]()[t(462)]((()=>this.ui[t(443)]()))}[Ro(455)](){const t=Ro;this[t(466)][t(437)]((e=>{const n=t,o=this[n(466)][n(422)][n(465)](),r=o&&o[n(440)](o[n(436)]-1);e[n(451)](r,n(444)),this[n(439)][n(457)][n(455)]()}))}[Ro(445)](){const t=Ro,e=this[t(439)][t(457)],n=e[t(422)][t(465)](),o=n[t(440)](0);n[t(436)]>1||!o||"p"!=o[t(446)]?this[t(454)]&&this[t(454)][t(461)]&&((0,To.disablePlaceholder)(e,this[t(454)]),this[t(454)]=void 0):(this[t(461)]&&(o[t(461)]=this[t(461)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(454)]=o)}}jo[Ro(448)]=Lo;const Do=jo,Bo=Ko;function zo(){const t=["focusFirst","setTemplate","shift+tab","forEach","getData","setData","high","2666880eiFSYP","stop","_createCancelButton","ck-comment__input-actions","set","ck-comment__input-actions--cancel","createCollection","view","811585bdUYqD","1XiPeEF","render","label","1490290PwkEsb","disabledSubmit","initialData","add","Ctrl+Enter","editor","bind","insertBefore","added","placeholder","then","ck-comment__input-wrapper","Esc","Reply...","submit","ck-comment__input-actions--submit","4WGfvGb","submitButtonView","value","_isDestroyed","length","isEnabled","model","element","Cancel","652268wSuWWB","cancel","focusCycler","focusables","trim","63858JrGMyI","createEditor","editorReady","_editorConfig","TOO_LONG_COMMENT_ALERT","submitLabel","bindTemplate","extendTemplate","tab","2143216VkqejC","1086075qkzlaS","listenTo","fire","_setupKeyboardNavigation","execute","showButtons","firstChild","focusLast","_editorCreationPromise","withText","cancelButtonView","editorDestroyed","destroy","keystrokes","div","document","focus","_createSubmitButton","ck-comment__input-actions--active","from","create","reverse","Reply","focusTracker","7LQXyIY","change"];return(zo=function(){return t})()}function Ko(t,e){const n=zo();return(Ko=function(t,e){return n[t-=329]})(t,e)}!function(t){const e=Ko,n=t();for(;;)try{if(262233===parseInt(e(344))/1*(parseInt(e(372))/2)+-parseInt(e(377))/3*(parseInt(e(363))/4)+parseInt(e(343))/5+-parseInt(e(335))/6+parseInt(e(411))/7*(parseInt(e(386))/8)+parseInt(e(387))/9+-parseInt(e(347))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zo);class Ho extends po.View{constructor(t,n={}){const o=Ko;super(t),this[o(352)]=null,this[o(380)]=n,this[o(339)](o(365),n[o(349)]||""),this[o(339)](o(348),!1),this[o(339)](o(392),!0),this[o(339)](o(356),fo(t,o(360))),this[o(339)](o(382),fo(t,o(409))),this[o(364)]=this[o(404)](),this[o(397)]=this[o(337)](),this[o(375)]=this[o(341)]([this[o(364)],this[o(397)]]),this[o(400)]=new e.KeystrokeHandler,this[o(410)]=new e.FocusTracker,this[o(374)]=new po.FocusCycler({focusables:this[o(375)],focusTracker:this[o(410)],keystrokeHandler:this[o(400)],actions:{focusPrevious:o(330),focusNext:o(385)}}),this[o(329)]({tag:o(401),attributes:{class:[o(358)]},children:[{tag:o(401),attributes:{class:[o(338),this[o(383)].if(o(392),o(405))]},children:[this[o(364)],this[o(397)]]}]}),this[o(400)][o(339)](o(359),((t,e)=>{const n=o;this[n(397)][n(389)](n(391)),e()})),this[o(400)][o(339)](o(351),((t,e)=>{const n=o;this[n(364)][n(368)]&&(this[n(364)][n(389)](n(391)),e())})),this.on(o(361),((e,n)=>{const r=o;n[r(367)]>65e3?(alert(fo(t,r(381),[n[r(367)],65e3])),e[r(336)]()):this[r(352)][r(333)]("")}),{priority:o(334)})}[Bo(345)](){const t=Bo;super[t(345)](),this[t(390)]()}[Bo(378)](){const t=Bo;return this[t(352)]||(this[t(352)]=new Do(this[t(380)]),this[t(395)]=this[t(352)][t(407)]()[t(357)]((()=>{const e=t;if(this[e(366)])return;const n=this[e(352)];this[e(370)][e(354)](n.ui[e(370)],this[e(370)][e(393)]),n[e(369)][e(402)].on(e(412),(()=>this[e(365)]=n[e(332)]())),n[e(353)](e(356)).to(this),this[e(375)][e(350)](n.ui[e(342)],0),this[e(389)](e(379),this[e(352)])}))),this[t(395)]}[Bo(403)](t){const e=Bo;-1===t?(this[e(374)][e(413)](),this[e(374)][e(394)]()):this[e(374)][e(413)]()}async[Bo(399)](){const t=Bo;this[t(366)]||(this[t(366)]=!0,this[t(352)]&&(await this[t(395)],await this[t(352)][t(399)](),this[t(389)](t(398),this[t(352)])),await super[t(399)]())}[Bo(404)](){const t=Bo,{locale:e}=this,n=new po.ButtonView(e);return n[t(384)]({attributes:{class:[t(362)]}}),n[t(396)]=!0,n[t(353)](t(346)).to(this,t(382)),n.on(t(391),(()=>{const e=t;this[e(389)](e(361),this[e(365)])})),n[t(353)](t(368)).to(this,t(365),this,t(348),((e,n)=>!n&&!!e[t(376)]())),n}[Bo(337)](){const t=Bo,{locale:e}=this,n=new po.ButtonView(e);return n[t(384)]({attributes:{class:[t(340)]}}),n[t(346)]=fo(e,t(371)),n[t(396)]=!0,n.on(t(391),(()=>{const e=t;this[e(352)][e(333)](""),this[e(389)](e(373))})),n}[Bo(390)](){const t=Bo;this[t(400)][t(388)](this[t(370)]),this[t(375)][t(331)]((e=>{const n=t;this[n(410)][n(350)](e[n(370)])})),this[t(375)].on(t(412),((e,n)=>{const o=t;for(const t of Array[o(406)](n[o(355)])[o(408)]())this[o(410)][o(350)](t[o(370)])}))}}const Fo=Uo;function Uo(t,e){const n=Wo();return(Uo=function(t,e){return n[t-=135]})(t,e)}function Wo(){const t=["showButtons","ck-thread__input","isFocused","showInput","setTemplate","3336880eDRoeK","3611508fxxTqR","set","ck-comment__input-container","editing","_focusOnNonInteractiveMouseDown","extendTemplate","userView","target","value","change:showInput","68615rfYFxH","4kgyYiV","1772680XGOIWv","delegate","1602ApEvWi","listenTo","some","4255047KQavmF","render","div","preventDefault","focus","editor","ck-comment__input-container--active","filter","editorDestroyed","bindTemplate","createEditor","ck-thread__user","getDomRoot","editorReady","then","focusCycler","250350AWBhFp","contains","bind","commentInputView","view","element","mousedown","destroy","focusTracker","998PhfmDy"];return(Wo=function(){return t})()}!function(t){const e=Uo,n=t();for(;;)try{if(322844===-parseInt(e(182))/1+-parseInt(e(142))/2*(-parseInt(e(163))/3)+parseInt(e(160))/4*(parseInt(e(159))/5)+parseInt(e(149))/6+-parseInt(e(161))/7+parseInt(e(148))/8+-parseInt(e(166))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wo);class qo extends po.View{constructor(t,e,n){const o=Uo;super(t),this[o(136)]=new Ho(t,n),this[o(181)]=this[o(136)][o(181)],this[o(136)][o(135)](o(143)).to(this[o(136)][o(141)],o(145),this[o(136)],o(157),((t,e)=>t||!!e)),this[o(150)](o(146),!1),this.on(o(158),(()=>{const t=o;this[t(146)]&&!this[t(136)][t(171)]&&this[t(136)][t(176)]()})),this[o(136)][o(162)](o(179)).to(this),this[o(136)][o(162)](o(174)).to(this),this[o(155)]=new r.UserView(t,e),this[o(155)][o(154)]({attributes:{class:o(177),"aria-hidden":!0}}),this[o(136)][o(154)]({attributes:{class:o(144)}}),this[o(147)]({tag:o(168),attributes:{class:[o(151),this[o(175)].if(o(146),o(172))]},children:[this[o(155)],this[o(136)]]})}[Fo(167)](){const t=Fo;super[t(167)](),this[t(153)]()}[Fo(140)](){const t=Fo;return this[t(136)][t(140)]()[t(180)]((()=>super[t(140)]()))}[Fo(170)](t){const e=Fo;this[e(136)][e(170)](t)}[Fo(153)](){const t=Fo;this[t(164)](this[t(138)],t(139),((e,n)=>{const o=t,{submitButtonView:r,cancelButtonView:s,editor:i}=this[o(136)];[r[o(138)],s[o(138)],i?i[o(152)][o(137)][o(178)]():null][o(173)]((t=>t))[o(165)]((t=>t[o(183)](n[o(156)])))||(this[o(170)](),n[o(169)]())}))}}function Xo(t,e){const n=Zo();return(Xo=function(t,e){return n[t-=260]})(t,e)}!function(t){const e=Xo,n=t();for(;;)try{if(245235===-parseInt(e(268))/1*(parseInt(e(269))/2)+parseInt(e(270))/3+-parseInt(e(267))/4*(-parseInt(e(266))/5)+-parseInt(e(272))/6+-parseInt(e(261))/7+-parseInt(e(275))/8+parseInt(e(262))/9*(parseInt(e(260))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Zo);class Yo extends po.View{constructor(t){const e=Xo;super(t);const n=this[e(274)];this[e(265)](e(263),void 0),this[e(273)]({tag:"li",attributes:{class:e(264)},children:[{text:n.to(e(263),(n=>fo(t,e(271),n)))}]})}}function Zo(){const t=["407805LUKOut","2uAADqU","449793sIPrvq","NUMBER_OF_COMMENTS","694452VPMqWx","setTemplate","bindTemplate","1578088EprRUn","4703890ueMwpS","415037imlfuf","9ZXldSR","count","ck-thread__comment-count","set","10ayFdwi","810028AdEHVi"];return(Zo=function(){return t})()}const Go=Jo;function Jo(t,e){const n=Qo();return(Jo=function(t,e){return n[t-=109]})(t,e)}function Qo(){const t=["add","count","_rearrangeExpand","forEach","listenTo","weight","stopListening","insert","_handleInfoComment","_shouldCollapse","locale","arrowup","element","focusTracker","hasDirtyComment","_handleNewCommentModel","target","visibleViews","resolved","from","delete","54HIVGgs","viewUid","_calculatePosition","change:isResolved","bind","bindTemplate","2410VmhIkZ","focusFirst","isEditMode","3238749JLiJuU","ck-hidden","_collapsedCommentsView","CommentView","keystrokes","_handleRemoveCommentModel","change:isEditMode","formatDateTime","set","arrowdown","commentViews","change","some","reverse","setTemplate","expand","includes","remove","resolveCommentThread","change:isActive","removed","1288GiJXru","maxCommentsWhenCollapsed","comments","_model","_config","change:hasDirtyComment","editorConfig","749637PdaHGI","98770sdYAAV","653228KpYzcH","4llTgkH","focus","get","_setupKeyboardNavigation","destroy","resolvedAt","_rearrangeCollapse","commentUpdated","added","Thread comments","updateComment","length","maxThreadTotalWeight","refreshVisibleViews","focusLast","isActive","resolvedBy","createCollection","4858kMACqn","equal","editorReady","removeComment","delegate","render","authoredAt","ck-thread__comments","_findOptimalIndex","resolvedCommentView","Marked as resolved","maxCommentCharsWhenCollapsed","_updateHasDirtyComment","collapse","50767ECBGgN","map","11869uzVDLt","editorDestroyed","focusCycler"];return(Qo=function(){return t})()}!function(t){const e=Jo,n=t();for(;;)try{if(180836===parseInt(e(117))/1*(parseInt(e(183))/2)+-parseInt(e(180))/3+parseInt(e(182))/4+parseInt(e(181))/5*(parseInt(e(143))/6)+parseInt(e(201))/7*(-parseInt(e(173))/8)+parseInt(e(152))/9+-parseInt(e(149))/10*(parseInt(e(119))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qo);class $o extends po.View{constructor(t,n,o){const r=Jo;super(t);const s=this[r(148)];this[r(160)](r(136),!1),this[r(160)](r(194),n[r(175)][r(194)]),this[r(160)](r(198),!1),this[r(176)]=n,this[r(177)]=o,this[r(162)]=this[r(200)](),this[r(139)]=this[r(200)](),this[r(112)]=null,this[r(135)]=new e.FocusTracker,this[r(156)]=new e.KeystrokeHandler,this[r(121)]=new po.FocusCycler({focusables:this[r(162)],focusTracker:this[r(135)],keystrokeHandler:this[r(156)],keystrokeHandlerOptions:{filter:t=>this[r(162)][r(118)]((t=>t[r(134)]))[r(168)](t[r(138)])},actions:{focusPrevious:r(133),focusNext:r(161)}}),this[r(154)]=new Yo(t),this[r(154)][r(147)](r(123)).to(this,r(194),(t=>t-this[r(177)][r(174)]));for(const t of n[r(175)])this[r(137)](t);this[r(130)](),this[r(126)](n[r(175)],r(122),((t,e)=>{const n=r,o=this[n(145)](e);this[n(194)]++,this[n(137)](e,o),this[n(196)]()})),this[r(126)](n[r(175)],r(169),((t,e)=>{const n=r;this[n(194)]--,this[n(157)](e),this[n(196)]()})),this[r(126)](n,r(190),(()=>this[r(196)]())),this[r(126)](n,r(146),(()=>this[r(130)]())),this.on(r(171),(()=>this[r(196)]())),this.on(r(178),(()=>this[r(196)]())),this[r(166)]({tag:"ul",attributes:{class:[r(110),s.if(r(194),r(153),(t=>!t))],"aria-label":fo(t,r(192))},children:this[r(139)]})}get[Go(131)](){const t=Go;return this[t(176)][t(127)]>this[t(177)][t(195)]&&!this[t(198)]&&!this[t(136)]}[Go(206)](){const t=Go;super[t(206)](),this[t(196)](),this[t(186)]()}[Go(184)](t){const e=Go;-1===t?this[e(121)][e(197)]():this[e(121)][e(150)]()}[Go(187)](){const t=Go;this[t(154)][t(187)]();for(const e of this[t(162)])e[t(187)]();super[t(187)]()}[Go(196)](){const t=Go;this[t(131)]?this[t(189)]():this[t(124)]()}[Go(137)](t,e){const n=Go,o=new(this[n(177)][n(155)])(this[n(132)],t,{maxCommentCharsWhenCollapsed:this[n(177)][n(114)],formatDateTime:this[n(177)][n(159)],editorConfig:this[n(177)][n(179)]});o[n(144)]=t.id,o[n(205)](n(204)).to(this),o[n(205)](n(193)).to(this),o[n(205)](n(170)).to(this),o[n(205)](n(203)).to(this),o[n(205)](n(120)).to(this),this[n(126)](o,n(158),(()=>this[n(115)]())),this[n(162)][n(122)](o,e)}[Go(145)](t){const e=Go,n=this[e(176)][e(111)](t);return this[e(112)]?this[e(112)][e(109)]>t[e(109)]?n-1:n:n-1}[Go(130)](){const t=Go;if(this[t(176)][t(199)]&&this[t(176)][t(188)]){const e={id:t(140),author:this[t(176)][t(199)],authoredAt:this[t(176)][t(188)],content:fo(this[t(132)],t(113)),attributes:{}};this[t(112)]=new(this[t(177)][t(155)])(this[t(132)],e,{maxCommentCharsWhenCollapsed:this[t(177)][t(114)],formatDateTime:this[t(177)][t(159)],editorConfig:this[t(177)][t(179)],isSystemComment:!0}),this[t(162)][t(122)](this[t(112)],this[t(176)][t(111)](e))}else this[t(112)]&&(this[t(162)][t(169)](this[t(112)]),this[t(112)][t(187)](),this[t(112)]=null);this[t(196)]()}[Go(157)](t){const e=Go,n=this[e(162)][e(169)](t.id);this[e(128)](n),n[e(151)]&&this[e(115)](),n[e(187)]()}[Go(115)](){const t=Go;this[t(136)]=Array[t(141)](this[t(162)])[t(164)]((e=>e[t(151)]))}[Go(189)](){const t=Go,n=function(t){const n=Jo,o=new e.Collection;for(const e of t)o[n(122)](e);return o}(this[t(162)]),o=this[t(154)][t(123)];for(let e=1;e<=o;e++)n[t(169)](1);for(const e of n)e[t(116)]();o>0&&n[t(122)](this[t(154)],1),tr((0,e.diff)(Array[t(141)](this[t(139)]),Array[t(141)](n)),this[t(139)],n)}[Go(124)](){const t=Go;tr((0,e.diff)(Array[t(141)](this[t(139)]),Array[t(141)](this[t(162)])),this[t(139)],this[t(162)]);for(const e of this[t(139)])e[t(167)]()}[Go(186)](){const t=Go;this[t(162)][t(125)]((e=>{const n=t;this[n(135)][n(122)](e[n(134)]),this[n(156)][n(126)](e[n(134)])})),this[t(162)].on(t(163),((e,n)=>{const o=t;for(const t of n[o(172)])this[o(135)][o(169)](t[o(134)]),this[o(156)][o(128)](t[o(134)]);for(const t of Array[o(141)](n[o(191)])[o(165)]())this[o(135)][o(122)](t[o(134)]),this[o(156)][o(126)](t[o(134)])}))}}function tr(t,e,n){const o=Go;let r=0;for(const s of t)switch(s){case o(129):e[o(122)](n[o(185)](r),r),r++;break;case o(142):e[o(169)](r);break;case o(202):r++}}const er=nr;function nr(t,e){const n=or();return(nr=function(t,e){return n[t-=388]})(t,e)}function or(){const t=["set","THREAD_CONTEXT_LABEL","1658591uPEQKi","focus","291057krdaoU","contextValue","8xRKUCU","358725JAzoog","18OtiQfa","160XXFxXU","span","565FZooqs","194285HvOKWV","6636pfoSeb","ck-context__value","setTemplate","element","2267708hbMcGT","bindTemplate","2480265vokbiv"];return(or=function(){return t})()}!function(t){const e=nr,n=t();for(;;)try{if(632133===parseInt(e(391))/1+-parseInt(e(395))/2*(parseInt(e(394))/3)+-parseInt(e(404))/4+-parseInt(e(398))/5*(parseInt(e(400))/6)+-parseInt(e(399))/7+-parseInt(e(393))/8*(parseInt(e(406))/9)+parseInt(e(396))/10*(parseInt(e(389))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(or);class rr extends po.View{constructor(t){const e=nr;super(t);const n=this[e(405)];this[e(407)](e(392),""),this[e(402)]({tag:e(397),attributes:{class:["ck",e(401)],"aria-label":n.to(e(392),(n=>fo(t,e(388),n))),tabindex:-1},children:[{text:n.to(e(392))}]})}[er(390)](){const t=er;this[t(403)][t(390)]()}}const sr=cr;function ir(){const t=["ck-annotation__actions","ck-context--quotes","createCollection","overlay","_createContextView","_trimContextValue","querySelector","ck-thread__header","add","_attachContextActions","listenTo","Reopen","focusTracker","bindTemplate","focusCycler","8KDEoIv","remove","_model","isVisible","reopenCommentThread","classList","contextValue","1640947iebvQn","5767550FVXWTg","bind","isResolvable","tooltip",".ck-context","value","ck-context-wrapper",".ck-context__value","substring","execute","length","reopenButtonView","shift+tab","225155lOtAde","element","15WzEIAR","_createReopenButton","534321hQqoDx","491242FzRMuG","scrollWidth","render","mouseleave","locale","isResolved","tab","_setupKeyboardNavigation","...","isReadOnly","icon","415848fRnDWd","keystrokes","contextView","context","hasContext","offsetWidth","isEnabled","mouseenter","focusFirst","Comment was made on an element","setTemplate","ck-context","278283CwDPFh","div","label","focusables","4KgndHC","lastIndexOf","fire","focus"];return(ir=function(){return t})()}function cr(t,e){const n=ir();return(cr=function(t,e){return n[t-=494]})(t,e)}!function(t){const e=cr,n=t();for(;;)try{if(147336===parseInt(e(533))/1+-parseInt(e(538))/2+parseInt(e(561))/3*(parseInt(e(565))/4)+parseInt(e(535))/5*(-parseInt(e(549))/6)+-parseInt(e(519))/7+-parseInt(e(512))/8*(parseInt(e(537))/9)+parseInt(e(520))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ir);class ar extends po.View{constructor(t,n){const o=cr;super(t);const r=this[o(510)];this[o(514)]=n,this[o(531)]=this[o(536)](),this[o(551)]=this[o(501)](),this[o(564)]=this[o(499)]([this[o(551)],this[o(531)]]),this[o(509)]=new e.FocusTracker,this[o(550)]=new e.KeystrokeHandler,this[o(511)]=new po.FocusCycler({focusables:this[o(564)],focusTracker:this[o(509)],keystrokeHandler:this[o(550)],actions:{focusPrevious:o(532),focusNext:o(544)}}),this[o(521)](o(553)).to(this[o(514)],o(552),(t=>!!t)),this[o(521)](o(518)).to(this[o(514)],o(552),(t=>t&&t[o(525)]?this[o(502)](t[o(525)]):fo(this[o(542)],o(558)))),this[o(559)]({tag:o(562),attributes:{class:[o(504)]},children:[{tag:o(562),attributes:{class:[o(526)]},children:[{tag:o(562),attributes:{class:[o(560),r.if(o(553),o(498))]},children:[this[o(551)]]}]},{tag:o(562),attributes:{class:[o(497)]},children:[this[o(531)]]}]})}[sr(540)](){const t=sr;super[t(540)](),this[t(506)](),this[t(545)]()}[sr(496)](){const t=sr;this[t(511)][t(557)]()}[sr(536)](){const t=sr,e=new po.ButtonView(this[t(542)]);return e[t(563)]=fo(this[t(542)],t(508)),e[t(523)]=fo(this[t(542)],t(508)),e[t(548)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m5.042 9.367 2.189 1.837a.75.75 0 0 1-.965 1.149l-3.788-3.18a.747.747 0 0 1-.21-.284.75.75 0 0 1 .17-.945L6.23 4.762a.75.75 0 1 1 .964 1.15L4.863 7.866h8.917A.75.75 0 0 1 14 7.9a4 4 0 1 1-1.477 7.718l.344-1.489a2.5 2.5 0 1 0 1.094-4.73l.008-.032H5.042z"/></svg>',e[t(521)](t(555)).to(this[t(514)],t(547),(t=>!t)),e[t(521)](t(515)).to(this[t(514)],t(522),this[t(514)],t(543),((t,e)=>t&&e)),e.on(t(529),(()=>{const e=t;this[e(495)](e(516),this[e(514)].id)})),e}[sr(502)](t){const e=sr;if(t[e(530)]<150)return t;const n=t[e(494)](" ",147);return t[e(528)](0,n>-1?n:147)+e(546)}[sr(506)](){const t=sr,e=this[t(534)][t(503)](t(524)),n=e[t(503)](t(527));this[t(507)](e,t(556),(()=>{const o=t;n[o(554)]<n[o(539)]&&e[o(517)][o(505)](o(500))})),this[t(507)](e,t(541),(()=>{const n=t;e[n(517)][n(513)](n(500))}))}[sr(545)](){const t=sr;this[t(550)][t(507)](this[t(534)]);for(const e of this[t(564)])this[t(509)][t(505)](e[t(534)]),this[t(550)][t(507)](e[t(534)])}[sr(501)](){const t=sr,e=new rr(this[t(542)]);return e[t(521)](t(518)).to(this),e}}function ur(t,e){const n=dr();return(ur=function(t,e){return n[t-=147]})(t,e)}const hr=ur;function dr(){const t=["cancel","isReadOnly","assign","focusCycler","canComment","fire","commentThreadHeaderView","destroy","set","delegate","11QPQWei","resolveCommentThread","isActive","ariaLabel","commentsListView","placeholder","submit","addComment","change:isActive","ariaDescriptionView","stop","focusTracker","2RNaQbo","33230xogXBu","focusables","isDirty","reopenCommentThread","keystrokes","3437OUSMyv","CommentView","submitCommentThread","archivedAt","28CRibNG","first","Reply...","hasDirtyComment","Comment","COMMENT_THREAD_DESCRIPTION","tab","30MpSVgE","disabledSubmit","118255ShsaRA","isResolvable","editorDestroyed","commentInputView","name","removeCommentThread","unlinkedAt","8333040wsjaUS","bind","2685333PMJxfx","Reply","createCollection","submitLabel","COMMENT_THREAD_LABEL","length","744336zNMzrt","editorReady","Reply to reopen discussion...","locale","listenTo","removeComment","2465082gyqcvX","comments","updateComment","target","Write a comment...","isUnlinked","isResolved","showInput","_localUser","editorConfig","_createCommentThreadInputView","_model","isSubmitted","commentThreadInputView","element","render","author","value","shift+tab","_config","5528Nifdqq","focus"];return(dr=function(){return t})()}!function(t){const e=ur,n=t();for(;;)try{if(818285===-parseInt(e(204))/1+-parseInt(e(185))/2*(-parseInt(e(213))/3)+parseInt(e(195))/4*(-parseInt(e(186))/5)+-parseInt(e(219))/6+-parseInt(e(191))/7*(-parseInt(e(161))/8)+-parseInt(e(225))/9*(parseInt(e(202))/10)+parseInt(e(173))/11*(parseInt(e(211))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(dr);class lr extends po.View{constructor(t,n,o,s){const i=ur;super(t),this[i(171)](i(175),!1),this[i(171)](i(188),!1),this[i(152)]=n,this[i(149)]=o,this[i(160)]=s,this[i(169)]=new ar(t,n),this[i(169)][i(172)](i(189)).to(this),this[i(182)]=new r.AriaDescriptionView(t,fo(t,i(200))),this[i(223)](this,i(189),(()=>{this[i(162)]()})),this[i(177)]=new $o(t,n,Object[i(165)]({CommentView:this[i(160)][i(192)]},s)),this[i(177)][i(172)](i(224)).to(this),this[i(177)][i(172)](i(227)).to(this),this[i(177)][i(172)](i(174)).to(this),this[i(177)][i(172)](i(220)).to(this),this[i(177)][i(172)](i(206)).to(this),this[i(177)][i(212)](i(175)).to(this),this[i(223)](this,i(174),(()=>{this[i(162)]()})),this[i(171)](i(218),this[i(177)][i(218)]),this[i(212)](i(218)).to(this[i(177)],i(218)),this[i(154)]=this[i(151)](),this[i(154)][i(172)](i(220)).to(this),this[i(154)][i(172)](i(206)).to(this),this.on(i(224),(()=>this[i(162)]())),this[i(212)](i(188)).to(this[i(177)],i(198),this[i(154)][i(207)],i(158),((t,e)=>t||!!e)),this[i(212)](i(230)).to(n,i(210),(t=>!!t)),this[i(212)](i(176)).to(this,i(218),(t=>{const e=i,n=this[e(152)][e(226)][e(196)]?this[e(152)][e(226)][e(196)][e(157)][e(208)]:this[e(149)][e(208)];return fo(this[e(222)],e(217),[t,n])})),this[i(187)]=this[i(215)]([this[i(177)],this[i(154)]]),this[i(184)]=new e.FocusTracker,this[i(190)]=new e.KeystrokeHandler,this[i(166)]=new po.FocusCycler({focusables:this[i(187)],focusTracker:this[i(184)],keystrokeHandler:this[i(190)],keystrokeHandlerOptions:{filter:t=>t[i(228)]!==this[i(155)]},actions:{focusPrevious:i(159),focusNext:i(201)}})}[hr(162)](){const t=hr;this[t(155)][t(162)]()}[hr(156)](){const t=hr;super[t(156)](),(0,r.setupThreadKeyboardNavigation)(this,this[t(187)])}async[hr(170)](){const t=hr;this[t(188)]=!1,this[t(177)][t(170)](),await this[t(154)][t(170)](),super[t(170)]()}[hr(151)](){const t=hr,e=new qo(this[t(222)],this[t(149)],this[t(160)][t(150)]),n=e[t(207)];return e[t(212)](t(148)).to(this,t(175),this[t(152)],t(164),this[t(152)],t(167),this[t(152)],t(194),n,t(158),((t,e,n,o,r)=>!!r||!!o&&n&&!e||t&&n&&!e)),n[t(212)](t(178)).to(this,t(218),this[t(152)],t(205),this[t(152)],t(147),((e,n,o)=>{const r=t;let s;return s=r(o&&n?221:e?197:229),fo(this[r(222)],s)})),n[t(212)](t(216)).to(this,t(218),(e=>fo(this[t(222)],t(e?214:199)))),n.on(t(179),((e,n)=>{const o=t;this[o(168)](o(180),n),this[o(152)][o(147)]&&this[o(152)][o(205)]&&this[o(168)](o(189),this[o(152)].id),this[o(152)][o(153)]||this[o(168)](o(193))})),n.on(t(163),(()=>{this[t(162)]()})),n[t(212)](t(203)).to(this[t(152)],t(164)),n.on(t(163),(e=>{const n=t;0==this[n(218)]&&(this[n(168)](n(209)),e[n(183)]())})),this.on(t(181),((e,o,r)=>{const s=t;r||this[s(218)]||n[s(158)]||this[s(168)](s(209))})),e}}const mr=gr;function kr(){const t=["ariaDescriptionView","has","_updateArchivedThreadHeader","Resolve","change:isActive","ck-thread--unlinked","commentThreadInputView","add","isSystemComment","actionBar","ariaLabel","unbind","isVisible","commentThreadChildren","resolveButton","icon","archivedAt","ck-thread--","placeholder","ck-comment--resolve","isActive","_cancelAllConfirms","label","ck-rounded-corners","ck-thread__container","_boundFirstCommentView","get","check","locale","execute","tooltip","11awlBpo","4469841ZArDCV","_bindFirstCommentView",".ck-thread__container","commentViews","isUnlinked","extendTemplate","high","listenTo","bind","focusables","isResolvable","989345xUXBxi","fire","focus","listitem","_model","177jDpRqd","showConfirm","stop","ck-reset_all-excluded","change:isReadOnly","12WpQmZE","ck-thread--remove-confirmation","4195110dCozQQ","cancelConfirm","removeButton","resolveCommentThread","isReadOnly","1580HKOPcR","6312488ogktqc","isEnabled","length","removeConfirm","actionIndicator","_createResolveButton","createCollection","ck-thread--active","containerElement","isResolved","change:archivedAt","removeCommentThread","bindTemplate","isConfirm","Write a comment...","commentsListView","set","setTemplate","render","querySelector","element","1238275zDnWgA","23enyneA","Delete comment thread?","48248VPOCPX","getTemplate","commentThreadHeaderView","remove","then","div","ck-thread"];return(kr=function(){return t})()}function gr(t,e){const n=kr();return(gr=function(t,e){return n[t-=161]})(t,e)}!function(t){const e=gr,n=t();for(;;)try{if(439463===parseInt(e(247))/1*(parseInt(e(249))/2)+parseInt(e(212))/3*(-parseInt(e(224))/4)+-parseInt(e(246))/5+parseInt(e(217))/6*(parseInt(e(207))/7)+parseInt(e(225))/8+-parseInt(e(196))/9+parseInt(e(219))/10*(-parseInt(e(195))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(kr);class pr extends((0,r.ConfirmMixin)(lr)){constructor(t,e,n,o){const r=gr;super(t,e,n,o),this[r(177)]=this[r(231)]([this[r(240)],this[r(170)],this[r(164)]]),this[r(241)](r(229),null),this[r(233)]=null,this[r(189)]=null,this[r(192)]=t,this[r(178)]=this[r(230)](),this[r(242)](this[r(250)]()),this.on(r(168),((t,e,n)=>{n||this[r(185)]()})),this[r(203)](this[r(211)],r(216),((t,e,n)=>{n&&this[r(185)]()})),this[r(227)]>0&&this[r(197)](),this[r(203)](this[r(240)][r(199)],r(171),(()=>{this[r(197)]()}))}[mr(250)](){const t=mr,e=this[t(237)];return{tag:t(162),attributes:{class:["ck",t(163),t(215),t(187),e.if(t(184),t(232)),e.if(t(200),t(169)),e.if(t(238),t(218)),e.to(t(229),(e=>e?t(181)+e:""))],"data-thread-id":this[t(211)].id,tabindex:0,role:t(210),"aria-label":e.to(t(174)),"aria-describedby":this[t(164)].id},children:[{tag:t(162),attributes:{class:t(188)},children:this[t(177)]}]}}[mr(243)](){const t=mr;super[t(243)](),this[t(233)]=this[t(245)][t(244)](t(198)),this[t(211)].on(t(235),(()=>{this[t(166)]()})),this[t(166)]()}[mr(185)](){const t=mr;this[t(220)]();for(const e of this[t(240)][t(199)])e[t(220)]()}[mr(197)](){const t=mr,{locale:e}=this,n=this[t(240)][t(199)][t(190)](0);n===this[t(189)]||n[t(172)]||(this[t(189)]=n,this[t(175)](t(229)),this[t(204)](t(229)).to(n,t(229),(e=>t(252)===e?t(252):null)),n[t(182)]=fo(e,t(239)),n[t(221)].on(t(193),(n=>{const o=t;n[o(214)](),this[o(213)](fo(e,o(248)),this[o(233)])[o(161)]((()=>{const t=o;this[t(208)](t(236))}))}),{priority:t(202)}),this.on(t(228),(()=>{n[t(209)]()})),n[t(173)][t(171)](this[t(178)],0),n[t(205)][t(171)](this[t(178)],0))}[mr(230)](){const e=mr,n=new r.LateFocusButtonView(this[e(192)]);return n[e(186)]=fo(this[e(192)],e(167)),n[e(194)]=fo(this[e(192)],e(167)),n[e(179)]=t.icons[e(191)],n[e(201)]({attributes:{class:e(183)}}),n[e(204)](e(226)).to(this[e(211)],e(223),(t=>!t)),n[e(204)](e(176)).to(this[e(211)],e(206),this[e(211)],e(234),((t,e)=>t&&!e)),n.on(e(193),(()=>{const t=e;this[t(208)](t(222),this[t(211)].id)})),n}[mr(166)](){const t=mr;this[t(211)][t(180)]?this[t(177)][t(165)](this[t(251)])||(this[t(177)][t(171)](this[t(251)],0),this[t(205)][t(171)](this[t(251)],0)):this[t(177)][t(165)](this[t(251)])&&(this[t(177)][t(252)](this[t(251)]),this[t(205)][t(252)](this[t(251)]))}}var fr=br;function br(t,e){var n=vr();return(br=function(t,e){return n[t-=136]})(t,e)}function vr(){var t=["render","258844xFQEJk","element","637962ddfByv","12NduBgk","set","112LUrjuN","14PeZMuI","1826024XtlABq","544851zQgTFe","ck-annotation__content","change:content","ck-comment__content","781568tcQOOB","26764130NmAIUT","div","innerHTML","11RZahuh","setTemplate","4268700eOnesP","ck-content","content"];return(vr=function(){return t})()}!function(t){for(var e=br,n=t();;)try{if(955099===-parseInt(e(142))/1+parseInt(e(152))/2*(parseInt(e(155))/3)+parseInt(e(137))/4+-parseInt(e(148))/5+parseInt(e(154))/6*(-parseInt(e(136))/7)+-parseInt(e(157))/8*(parseInt(e(138))/9)+parseInt(e(143))/10*(parseInt(e(146))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vr);class _r extends po.View{constructor(t){var e=br;super(t),this[e(156)](e(150),""),this[e(147)]({tag:e(144),attributes:{class:[e(149),e(141),e(139)]}})}[fr(151)](){var t=fr;super[t(151)](),this.on(t(140),((e,n,o)=>{var r=t;this[r(153)][r(145)]=o})),this[t(153)][t(145)]=this[t(150)]}}const wr=yr;function Ir(){const t=["focusTracker","tab","body","expand","ariaDescriptionView","EXTERNAL_COMMENT","1319120IhMgQs","focusCycler","6dDwgJX","formatDateTime","getUserViewNotificationText","stopListening","importWord","maxCommentCharsWhenCollapsed","EXTERNAL_IMPORT_WORD_COMMENT","isEditMode","_setupKeyboardNavigation","target","_model","COMMENT_THREAD_DESCRIPTION","creator","destroy","enter","createEditor","locale","focusables","add","Save","focusFirst","switchToEditMode","@external","8sHOelJ","bind","EXTERNAL_AVATAR","set","166957nSgzox","getExternalCommentNote","isReadOnly","submit","updateComment","_config","initialData","shift+tab","value","isSystemComment","createCollection","ariaLabel","submitLabel","name","render","textContent","author","esc","content","removed","once","_createCommentInputView","isExternal","isCollapsed","collapse","3706595NwOuhr","focus","45UgmMTU","listenTo","disabledSubmit","1329804rNRPVK","316236zZuVec","authoredAt","COMMENT_ARIA_LABEL","delegate","attributes","editorReady","get","element","source","3520431TgSuIp","added","text/html","visibleView","change","cancel","editorConfig","EXTERNAL_IMPORT_WORD_AVATAR","parseFromString","fire","switchToDisplayMode","_createCommentContentView","97602SZqvjI","editorDestroyed","keystrokes","remove"];return(Ir=function(){return t})()}function yr(t,e){const n=Ir();return(yr=function(t,e){return n[t-=442]})(t,e)}!function(t){const e=yr,n=t();for(;;)try{if(527813===parseInt(e(448))/1+parseInt(e(500))/2*(parseInt(e(475))/3)+-parseInt(e(479))/4+parseInt(e(473))/5*(-parseInt(e(512))/6)+parseInt(e(478))/7+-parseInt(e(444))/8*(-parseInt(e(488))/9)+-parseInt(e(510))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ir);class Ar extends po.View{constructor(t,n,o){const s=yr;super(t),this[s(522)]=n,this[s(453)]=o,this[s(457)]=!!this[s(453)][s(457)],this[s(447)](s(519),!1),this[s(447)](s(471),!0),this[s(445)](s(459)).to(n,s(466),n,s(480),((e,r)=>fo(t,s(481),[n[s(464)][s(461)],o[s(513)](r),(new DOMParser)[s(496)](e,s(490))[s(506)][s(463)],n[s(470)]?this[s(449)]():""]))),this[s(508)]=new r.AriaDescriptionView(t,fo(t,s(523))),this[s(491)]=this[s(458)](),this[s(491)][s(530)](this[s(499)]()),this[s(529)]=new po.ViewCollection,this[s(504)]=new e.FocusTracker,this[s(502)]=new e.KeystrokeHandler,this[s(511)]=new po.FocusCycler({focusables:this[s(529)],focusTracker:this[s(504)],keystrokeHandler:this[s(502)],keystrokeHandlerOptions:{filter:t=>t[s(521)]!==this[s(486)]},actions:{focusPrevious:s(455),focusNext:s(505)}})}[wr(507)](){this[wr(471)]=!1}[wr(472)](){const t=wr;this[t(519)]||(this[t(471)]=!0)}[wr(474)](){const t=wr;this[t(486)][t(474)]()}[wr(462)](){const t=wr;super[t(462)](),this[t(520)]()}async[wr(525)](){const t=wr;await this[t(491)][t(485)](0)[t(525)](),super[t(525)]()}[wr(442)](){const t=wr;this[t(519)]||(this[t(519)]=!0,this[t(491)][t(503)](0)[t(525)](),this[t(491)][t(530)](this[t(469)]()))}[wr(498)](){const t=wr;this[t(519)]&&(this[t(519)]=!1,this[t(491)][t(503)](0)[t(525)](),this[t(491)][t(530)](this[t(499)]()))}[wr(449)](){const t=wr;return t(516)===this[t(522)][t(483)][t(443)][t(487)]?fo(this[t(528)],t(518)):fo(this[t(528)],t(509))}[wr(514)](){const t=wr;return this[t(522)][t(470)]?t(516)===this[t(522)][t(483)][t(443)][t(487)]?fo(this[t(528)],t(495),this[t(522)][t(524)][t(461)]):fo(this[t(528)],t(446),this[t(522)][t(524)][t(461)]):null}[wr(499)](){const t=wr,e=new _r(this[t(528)]);return e[t(445)](t(466)).to(this[t(522)],t(466),this,t(471),((e,n)=>n?(0,r.trimHtml)(e,{limit:this[t(453)][t(517)]}):e)),e}[wr(469)](){const t=wr;this[t(453)][t(494)]||(this[t(453)][t(494)]={}),this[t(453)][t(494)][t(454)]=this[t(522)][t(466)];const e=new Ho(this[t(528)],this[t(453)][t(494)]);return e[t(456)]=this[t(522)][t(466)],e[t(445)](t(477)).to(this[t(522)],t(450)),e[t(460)]=fo(this[t(528)],t(531)),e.on(t(451),((e,n)=>{const o=t;this[o(497)](o(452),this[o(522)].id,n),this[o(498)](),this[o(474)]()})),e.on(t(493),(()=>{const e=t;this[e(498)](),this[e(474)]()})),e[t(468)](t(484),(()=>{e[t(474)]()})),e[t(527)](),e[t(482)](t(484)).to(this),e[t(482)](t(501)).to(this),e}[wr(520)](){const t=wr,e=this[t(486)];this[t(502)][t(476)](e);for(const e of this[t(529)])this[t(504)][t(530)](e[t(486)]),this[t(502)][t(476)](e[t(486)]);this[t(529)].on(t(492),((e,n)=>{const o=t;for(const t of n[o(467)])this[o(504)][o(503)](t[o(486)]),this[o(502)][o(515)](t[o(486)]);for(const t of n[o(489)])this[o(504)][o(530)](t[o(486)]),this[o(502)][o(476)](t[o(486)])})),this[t(502)][t(447)](t(526),((n,o)=>{const r=t;e===n[r(521)]&&(this[r(511)][r(532)](),o())})),this[t(502)][t(447)](t(465),((n,o)=>{const r=t;e!==n[r(521)]&&(this[r(474)](),o())}))}}const Cr=Tr;function Tr(t,e){const n=Er();return(Tr=function(t,e){return n[t-=448]})(t,e)}function Er(){const t=["_createEditButton","Edit","label","ck-comment--","blur","ck-comment--remove","visibleView","change:isRemovable","ck-comment__info-name","icon","bind","actionBar","_config","some","isEditMode","ck-comment--info","ck-annotation__info-time","ariaLabel","buttonView","from","fire","unbind","isExternal","userView","span","add","cancelConfirm","switchToEditMode","_createDropdown","ck-annotation__info-name","4187743eembyW","withText","element","actionIndicator","_createCommentInputView","ariaDescriptionView","focusables","placeholder","showConfirm","execute","isVisible","ck-annotation__actions--hidden","ck-annotation__user","_attachActions","locale","focus","getUserViewNotificationText","render","author","ck-comment--remove-confirmation","resolvedAt","isEnabled","time","isConfirm","extendTemplate","Delete comment?","panelView","isSystemComment","ck-comment__external","ck-annotation","children","ck-comment__info","ck-annotation__content-wrapper","268732UZHEwT","panelPosition","ck-comment__main","formatDateTime","Reply...","removeComment","ck-hidden","18oZxFay","mouseenter","edit","length","isRemovable","getExternalCommentNote","ck-comment__actions","_createRemoveButton","_model","then","pencil","ck-comment__info-time","getTemplate","group","div","ck-annotation__info","ck-comment__wrapper","isEditable","mouseleave","threeVerticalDots","addMany","ck-comment__actions--hidden","editButton","items","30509611QcfZti","ck-annotation__main","1078220ZrAqJr","toMany","authoredAt","set","ck-annotation__actions","isReadOnly","338872AbtUvg","ck-comment--edit","removeButton","push","find","bindTemplate","Show more items","8HJFEGZ","ck-comment","createCollection","name","ck-comment__user","90BvwIRF","3fZESgP","listenTo","920335BiHuHn","dropdown","setTemplate","remove","2011168cptYHv","listitem","Remove"];return(Er=function(){return t})()}!function(t){const e=Tr,n=t();for(;;)try{if(576843===parseInt(e(505))/1*(-parseInt(e(459))/2)+-parseInt(e(511))/3*(parseInt(e(517))/4)+parseInt(e(513))/5*(-parseInt(e(466))/6)+-parseInt(e(550))/7+-parseInt(e(498))/8*(-parseInt(e(510))/9)+parseInt(e(492))/10+parseInt(e(490))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Er);class xr extends((0,r.ConfirmMixin)(Ar)){constructor(t,e,n){const o=Tr;super(t,e,n),this[o(495)](o(553),null),this[o(495)](o(557),fo(t,o(463))),this[o(530)](o(494)).to(e),this[o(530)](o(570)).to(e),this[o(531)]=this[o(507)](),this[o(453)]||(this[o(488)]=this[o(520)](),this[o(500)]=this[o(473)](),this[o(489)]=this[o(507)](),this[o(489)][o(486)]([this[o(488)],this[o(500)]]),this[o(514)]=this[o(548)](),this[o(531)][o(545)](this[o(514)]),this[o(556)][o(545)](this[o(514)])),this[o(543)]=new r.UserView(t,e[o(568)],this[o(566)]()),this[o(543)][o(450)]({attributes:{class:[o(509),o(562)],"aria-hidden":!0}}),this[o(512)](e,o(527),(()=>this[o(546)]())),this[o(515)](this[o(478)]())}[Cr(478)](){const t=Cr,e=this[t(503)],n=[{tag:t(480),attributes:{class:[t(457),t(481)]},children:[{tag:t(544),children:[{text:this[t(543)][t(508)]}],attributes:{class:[t(528),t(549)]}},{tag:t(448),attributes:{datetime:e.to(t(494)),class:[t(477),t(536)]},children:[{text:e.to(t(494),(e=>this[t(532)][t(462)](e)))}]}]},{tag:t(480),attributes:{class:[t(472),t(496),e.if(t(534),t(487)),e.if(t(534),t(561))]},children:this[t(531)]},{tag:t(480),attributes:{class:[t(458)]},children:this[t(526)]},this[t(555)]];return this[t(474)][t(542)]&&n[t(501)]({tag:t(480),attributes:{class:[t(454)]},children:[{text:this[t(471)]()}]}),{tag:"li",attributes:{class:[t(482),e.if(t(449),t(569))],tabindex:-1,"aria-label":e.to(t(537)),"aria-describedby":this[t(555)].id,role:t(518)},children:[{tag:t(480),attributes:{class:[t(506),t(455),e.if(t(534),t(499)),e.if(t(453),t(535)),e.to(t(553),(e=>e?t(523)+e:""))],"data-author-id":this[t(474)][t(568)].id,"data-comment-id":this[t(474)].id,role:t(479)},children:[this[t(543)],{tag:t(480),attributes:{class:[t(461),t(491)]},children:n}]}]}}[Cr(520)](){const e=Cr,n=new po.ButtonView(this[e(564)]);return n[e(522)]=fo(this[e(564)],e(521)),n[e(529)]=t.icons[e(476)],n[e(551)]=!0,n[e(450)]({attributes:{class:e(499)}}),n[e(530)](e(571)).to(this[e(474)],e(497),(t=>!t)),n[e(530)](e(560)).to(this[e(474)],e(483)),n.on(e(559),(()=>this[e(547)]())),n}[Cr(473)](){const t=Cr,e=new po.ButtonView(this[t(564)]);return e[t(522)]=fo(this[t(564)],t(519)),e[t(529)]='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.2 7h9.2c.6 0 1 .4 1 1v9.9c0 .5-.4 1-1 1H5.2a1 1 0 0 1-1-1V8c0-.6.4-1 1-1zm1 1.5c-.3 0-.5.2-.5.5v8c0 .3.2.5.5.5h.5c.2 0 .5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5 3.6H3.8c-.5 0-.7.3-.7.8s.2.7.7.7h12c.6 0 .9-.2.9-.7 0-.5-.3-.8-1-.8h-2.4l-1.8-2.2z"/></svg>\n',e[t(551)]=!0,e[t(450)]({attributes:{class:t(525)}}),e[t(530)](t(571)).to(this[t(474)],t(497),(t=>!t)),e[t(530)](t(560)).to(this[t(474)],t(470)),e.on(t(559),(()=>{const e=t;this[e(558)](fo(this[e(564)],e(451)),this[e(552)])[e(475)]((()=>{const t=e;this[t(540)](t(464),this[t(474)].id)}))})),e}[Cr(548)](){const e=Cr,n=(0,po.createDropdown)(this[e(564)],r.LateFocusDropdownButtonView),o=n[e(452)][e(456)],s=new po.ListView(this[e(564)]),i=n[e(503)];(0,po.focusChildOnDropdownOpen)(n,(()=>this[e(489)][e(502)]((t=>t[e(560)])))),n[e(450)]({attributes:{class:[i.if(e(560),e(465),(t=>!t))]}});const c=(t,o=-1)=>{const r=e,i=new po.ListItemView(this[r(564)]);i[r(456)][r(545)](t);const c=o>-1?o:s[r(489)][r(469)];s[r(489)][r(545)](i,c);const a=Array[r(539)](this[r(489)]);n[r(541)](r(571),r(560)),n[r(530)](r(571))[r(493)](a,r(571),((...t)=>t[r(533)]((t=>t)))),n[r(530)](r(560))[r(493)](a,r(560),((...t)=>t[r(533)]((t=>t))))};n[e(460)]="sw",n[e(538)][e(495)]({label:fo(this[e(564)],e(504)),icon:t.icons[e(485)]});for(const t of this[e(489)])c(t);return o[e(545)](s),n[e(512)](this[e(489)],e(545),((t,e,n)=>{c(e,n)})),n[e(512)](this[e(489)],e(516),((t,n,o)=>{const r=e;s[r(489)][r(516)](o)})),n}[Cr(563)](t,e){const n=Cr,o=t&&t[n(552)];o&&(this[n(512)](o,n(467),(()=>this[n(553)]=e)),this[n(512)](o,n(565),(()=>this[n(553)]=e)),this[n(512)](o,n(484),(()=>this[n(553)]=null)),this[n(512)](o,n(524),(()=>this[n(553)]=null)))}[Cr(554)](){const t=Cr,e=super[t(554)]();return e[t(530)](t(557)).to(this),e}[Cr(567)](){const t=Cr;super[t(567)](),this[t(563)](this[t(488)],t(468)),this[t(563)](this[t(500)],t(516))}}var Or=n(673),Nr=n.n(Or),Sr=n(545),Mr=n.n(Sr),Rr=n(262),Pr=n.n(Rr),Vr=n(667),Lr=n.n(Vr),jr=n(357),Dr=n.n(jr),Br=n(554),zr={attributes:{"data-cke":!0}};zr.setAttributes=Lr(),zr.insert=Pr().bind(null,"head"),zr.domAPI=Mr(),zr.insertStyleElement=Dr();Nr()(Br.A,zr);Br.A&&Br.A.locals&&Br.A.locals;var Kr=n(306),Hr={attributes:{"data-cke":!0}};Hr.setAttributes=Lr(),Hr.insert=Pr().bind(null,"head"),Hr.domAPI=Mr(),Hr.insertStyleElement=Dr();Nr()(Kr.A,Hr);Kr.A&&Kr.A.locals&&Kr.A.locals;var Fr=n(980),Ur={attributes:{"data-cke":!0}};Ur.setAttributes=Lr(),Ur.insert=Pr().bind(null,"head"),Ur.domAPI=Mr(),Ur.insertStyleElement=Dr();Nr()(Fr.A,Ur);Fr.A&&Fr.A.locals&&Fr.A.locals;const Wr=function(){return w.Date.now()};var qr=/\s/;const Xr=function(t){for(var e=t.length;e--&&qr.test(t.charAt(e)););return e};var Yr=/^\s+/;const Zr=function(t){return t?t.slice(0,Xr(t)+1).replace(Yr,""):t};var Gr=/^[-+]0x[0-9a-f]+$/i,Jr=/^0b[01]+$/i,Qr=/^0o[0-7]+$/i,$r=parseInt;const ts=function(t){if("number"==typeof t)return t;if(Kn(t))return NaN;if(M(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=M(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Zr(t);var n=Jr.test(t);return n||Qr.test(t)?$r(t.slice(2),n?2:8):Gr.test(t)?NaN:+t};var es=Math.max,ns=Math.min;const os=function(t,e,n){var o,r,s,i,c,a,u=0,h=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function m(e){var n=o,s=r;return o=r=void 0,u=e,i=t.apply(s,n)}function k(t){var n=t-a;return void 0===a||n>=e||n<0||d&&t-u>=s}function g(){var t=Wr();if(k(t))return p(t);c=setTimeout(g,function(t){var n=e-(t-a);return d?ns(n,s-(t-u)):n}(t))}function p(t){return c=void 0,l&&o?m(t):(o=r=void 0,i)}function f(){var t=Wr(),n=k(t);if(o=arguments,r=this,a=t,n){if(void 0===c)return function(t){return u=t,c=setTimeout(g,e),h?m(t):i}(a);if(d)return clearTimeout(c),c=setTimeout(g,e),m(a)}return void 0===c&&(c=setTimeout(g,e)),i}return e=ts(e)||0,M(n)&&(h=!!n.leading,s=(d="maxWait"in n)?es(ts(n.maxWait)||0,e):s,l="trailing"in n?!!n.trailing:l),f.cancel=function(){void 0!==c&&clearTimeout(c),u=0,o=a=r=c=void 0},f.flush=function(){return void 0===c?i:p(Wr())},f};const rs=function(t,e,n){var o=!0,r=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return M(n)&&(o="leading"in n?!!n.leading:o,r="trailing"in n?!!n.trailing:r),os(t,e,{leading:o,maxWait:e,trailing:r})};function ss(){const t=["type","cancel","757231WCxFaU","95370VvqHYd","4ciRcSX","childList","940MLjtGk","2685280eSGhQE","attributeName","45261TsCErD","characterData","3336138OWEkjH","629049ECzyvt","85288mFNhKK","attributes","132ooNCNx","class","observe","disconnect"];return(ss=function(){return t})()}function is(t,e){const n=ss();return(is=function(t,e){return n[t-=219]})(t,e)}function cs(t){const e=rs(t,30),n=new MutationObserver((t=>{const n=is;for(const o of t)(n(223)==o[n(228)]&&n(225)==o[n(236)]||n(233)==o[n(228)]||n(219)==o[n(228)])&&e()}));return{attach(t){n[is(226)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=is;n[t(227)](),e[t(229)]()}}}!function(t){const e=is,n=t();for(;;)try{if(389328===parseInt(e(230))/1+parseInt(e(232))/2*(-parseInt(e(221))/3)+parseInt(e(224))/4*(-parseInt(e(231))/5)+parseInt(e(220))/6+-parseInt(e(222))/7+-parseInt(e(235))/8+-parseInt(e(237))/9*(-parseInt(e(234))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ss);var as=n(438),us={attributes:{"data-cke":!0}};us.setAttributes=Lr(),us.insert=Pr().bind(null,"head"),us.domAPI=Mr(),us.insertStyleElement=Dr();Nr()(as.A,us);as.A&&as.A.locals&&as.A.locals;const hs=ds;function ds(t,e){const n=ls();return(ds=function(t,e){return n[t-=213]})(t,e)}function ls(){const t=["mainView","focus","1631616WbZYDv","focusTracker","4990635nSgKaJ","render","_mutationObserver","setTemplate","isDirty","createCollection","first","listenTo","presentation","add","content","clear","17869680CBtAVV","isActive","ck-annotation-wrapper--active","286548LDNOpE","type","keystrokes","arrowup","height","ck-rounded-corners","5831156OWLAFa","length","attach","217gUPxJO","clientHeight","66344ZeOHwQ","delegate","destroy","set","arrowdown","ck-annotation-wrapper","597978BGfPzb","targetRect","Esc","fire","_updateHeight","36TwqcrA","element","bindTemplate","detach","div","27GlIOyw"];return(ls=function(){return t})()}!function(t){const e=ds,n=t();for(;;)try{if(795172===parseInt(e(224))/1*(parseInt(e(235))/2)+-parseInt(e(230))/3+parseInt(e(219))/4+parseInt(e(245))/5+parseInt(e(213))/6*(-parseInt(e(222))/7)+parseInt(e(243))/8*(parseInt(e(240))/9)+-parseInt(e(257))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ls);class ms extends po.View{constructor(t,n){const o=ds;super(t),this.id=(0,e.uid)(),this[o(244)]=new e.FocusTracker,this[o(215)]=new e.KeystrokeHandler,this[o(215)][o(227)](o(232),((t,e)=>this[o(233)](o(232),e))),this[o(227)](o(231),{top:0,right:0,bottom:0,left:0}),this[o(227)](o(217),0),this[o(227)](o(258),!1),this[o(227)](o(249),!1),this[o(227)](o(220),0),this[o(227)](o(214),""),this[o(247)]=cs((()=>this[o(234)]())),this[o(255)]=this[o(250)](),this[o(255)][o(225)](o(216),o(228)).to(this),this[o(255)][o(254)](n),this[o(241)]=n;const r=this[o(237)];this[o(248)]({tag:o(239),attributes:{class:["ck",o(229),o(218),r.if(o(258),o(259))],role:o(253)},children:this[o(255)]})}[hs(246)](){const t=hs;super[t(246)](),this[t(244)][t(254)](this[t(236)]),this[t(215)][t(252)](this[t(236)]),this[t(247)][t(221)](this[t(236)])}[hs(226)](){const t=hs;this[t(255)][t(256)](),this[t(215)][t(226)](),this[t(244)][t(226)](),this[t(247)][t(238)](),super[t(226)]()}[hs(242)](){const t=hs;this[t(255)][t(251)]&&this[t(255)][t(251)][t(242)]()}[hs(234)](){const t=hs,e=this[t(236)][t(223)];e&&(this[t(217)]=e)}}const ks=ps;function gs(){const t=["item","object","447648uIFehG","updateTargetRect","_getNormalizedTarget","isVisible","mainView","921310teblkx","1028488KZcVVC","view","innerView","targetRect","function","isArray","_assertCorrectTarget","_target","target","1ogyBJZ","nodeType","render","clear","refreshVisibility","annotation-invalid-target","every","getClientRects","set","offsetParent","7352aIbaKo","destroy","2545848tusKHW","209ktewIZ","1854rjANSt","filter","element","631508hiEnlJ","type","add","remove","focusableElements","focusTracker","length","isActive","_type","stopListening","5kRguVG","_id","3541153zdXSab"];return(gs=function(){return t})()}function ps(t,e){const n=gs();return(ps=function(t,e){return n[t-=435]})(t,e)}!function(t){const e=ps,n=t();for(;;)try{if(287524===-parseInt(e(481))/1*(parseInt(e(451))/2)+-parseInt(e(466))/3+parseInt(e(472))/4*(-parseInt(e(461))/5)+-parseInt(e(446))/6+-parseInt(e(463))/7+parseInt(e(444))/8*(parseInt(e(448))/9)+parseInt(e(471))/10*(parseInt(e(447))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gs);class fs extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:r=!0}){const s=ps;super(),this[s(473)]=t,this[s(473)][s(450)]||this[s(473)][s(436)](),this[s(459)]=o,this[s(479)]=n,fs[s(478)](this[s(468)]()),this[s(455)]=new e.Collection([this[s(473)][s(450)]],{idProperty:s(462)}),this[s(455)].on(s(453),((t,e)=>{const n=s;this[n(473)][n(456)][n(453)](e)})),this[s(455)].on(s(454),((t,e)=>{const n=s;this[n(473)][n(456)][n(454)](e)})),this[s(442)](s(469),r)}get[ks(452)](){const t=ks;return t(476)==typeof this[t(459)]?this[t(459)]():this[t(459)]}get[ks(474)](){const t=ks;return this[t(473)][t(470)]}get[ks(480)](){const t=ks,e=this[t(468)]();return fs[t(478)](e),e}get[ks(475)](){const t=ks,n=this[t(480)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(449)]((e=>function(e){const n=t;if(e[n(443)])return!0;return!!e[n(441)]()[n(464)](0)}(e)));return 0===o[t(457)]?null:new e.Rect(o[0][t(441)]()[t(464)](0))}get[ks(458)](){const t=ks;return this[t(473)][t(458)]}set[ks(458)](t){const e=ks;this[e(473)][e(458)]=t,this[e(473)][e(470)][e(458)]=t}[ks(467)](){const t=ks;this[t(473)][t(475)]=this[t(475)]}[ks(445)](){const t=ks;this[t(455)][t(460)](),this[t(455)][t(437)](),this[t(460)]()}[ks(438)](){const t=ks;this[t(469)]=!!this[t(475)]}static[ks(478)](t){const n=ks;if(!(null===t||t instanceof e.Rect||Array[n(477)](t)&&t[n(440)]((t=>bs(t)))))throw new e.CKEditorError(n(439),null,{target:t})}[ks(468)](){const t=ks,e=t(476)==typeof this[t(479)]?this[t(479)]():this[t(479)];return bs(e)?[e]:e}}function bs(t){const e=ks;return null!==t&&e(465)==typeof t&&e(435)in t&&1===t[e(435)]}const vs=_s;function _s(t,e){const n=ws();return(_s=function(t,e){return n[t-=192]})(t,e)}function ws(){const t=["161739zwuNZk","clear","focusTracker","delete","from","blur","getByInnerView","815595WaFMOJ","view","has","276NcMRpA","annotationcollection-not-existing-item","set","left","470kSzyTn","_sort","sort","refreshPositioning","27012DNGCJd","updateTargetRect","4439308VSbhDI","_viewToAnnotation","1565jsaHxZ","fire","top","remove","28AWrBqx","getIndex","isFocused","stopListening","_getOrderInContent","_innerViewToAnnotation","1336266Fxnqlq","39oXRWRr","_focusTracker","annotationcollection-duplicated-item","focusableElements","listenTo","216596KzJnuq","change:isFocused","get","targetRect","innerView","length","getByView","437240gpzBwc","add","destroy","focus"];return(ws=function(){return t})()}!function(t){const e=_s,n=t();for(;;)try{if(708411===parseInt(e(230))/1+parseInt(e(236))/2*(-parseInt(e(231))/3)+parseInt(e(218))/4+parseInt(e(220))/5*(-parseInt(e(216))/6)+parseInt(e(224))/7*(parseInt(e(194))/8)+parseInt(e(198))/9*(-parseInt(e(212))/10)+parseInt(e(205))/11*(parseInt(e(208))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ws);class Is extends e.Collection{constructor(t=[]){const n=_s;super(),this[n(229)]=new Map,this[n(219)]=new Map,this[n(232)]=new e.FocusTracker,this[n(232)].on(n(237),((t,e,o)=>{const r=n;o||this[r(221)](r(203))}));for(const e of t)this[n(195)](e)}get[vs(226)](){const t=vs;return this[t(232)][t(226)]}[vs(195)](t){const n=vs;if(this[n(207)](t))throw new e.CKEditorError(n(233),null);this[n(229)][n(210)](t[n(240)],t),this[n(219)][n(210)](t[n(206)],t);for(const e of t[n(234)])this[n(232)][n(195)](e);this[n(235)](t[n(234)],n(195),((t,e)=>{const o=n;this[o(232)][o(195)](e)})),this[n(235)](t[n(234)],n(223),((t,e)=>{const o=n;this[o(232)][o(223)](e)})),this[n(235)](t[n(206)][n(200)],n(237),((e,o,r)=>{const s=n;r&&this[s(221)](s(197),t)})),t[n(217)]();const o=this[n(228)](t[n(206)][n(239)]);return super[n(195)](t,o)}[vs(223)](t){const n=vs;if(!this[n(207)](t))throw new e.CKEditorError(n(209),null);this[n(227)](t[n(206)][n(200)]),this[n(227)](t[n(234)]);for(const e of t[n(234)])this[n(232)][n(223)](e);return this[n(219)][n(201)](t[n(206)]),this[n(229)][n(201)](t[n(240)]),super[n(223)](t)}[vs(204)](t){const e=vs;return this[e(229)][e(238)](t)}[vs(193)](t){const e=vs;return this[e(219)][e(238)](t)}[vs(196)](){const t=vs;super[t(199)](),this[t(227)](),this[t(229)][t(199)](),this[t(219)][t(199)](),this[t(232)][t(196)]()}[vs(215)](){const t=vs;for(const e of this)e[t(217)]();this[t(213)]()}[vs(213)](){const t=vs,e=Array[t(202)](this)[t(214)](((e,n)=>ys(e[t(206)][t(239)],n[t(206)][t(239)])));for(let n=e[t(192)]-1;n>0;n--){const o=e[n];n!==this[t(225)](o)&&(this[t(223)](o),this[t(195)](o))}}[vs(228)](t){const e=vs;let n=0;if(!t)return this[e(192)];for(const o of this){const r=o[e(206)][e(239)];if(r){if(ys(t,r)<0)return n;n++}}return n}}function ys(t,e){const n=vs;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const o=t[n(222)]-e[n(222)];return 0==o?t[n(211)]-e[n(211)]:o}t.ContextPlugin;var As=n(332),Cs={attributes:{"data-cke":!0}};Cs.setAttributes=Lr(),Cs.insert=Pr().bind(null,"head"),Cs.domAPI=Mr(),Cs.insertStyleElement=Dr();Nr()(As.A,Cs);As.A&&As.A.locals&&As.A.locals;t.ContextPlugin;var Ts=n(533),Es={attributes:{"data-cke":!0}};Es.setAttributes=Lr(),Es.insert=Pr().bind(null,"head"),Es.domAPI=Mr(),Es.insertStyleElement=Dr();Nr()(Ts.A,Es);Ts.A&&Ts.A.locals&&Ts.A.locals;po.View;po.View;po.View;var xs=n(961),Os={attributes:{"data-cke":!0}};Os.setAttributes=Lr(),Os.insert=Pr().bind(null,"head"),Os.domAPI=Mr(),Os.insertStyleElement=Dr();Nr()(xs.A,Os);xs.A&&xs.A.locals&&xs.A.locals;var Ns=n(163),Ss={attributes:{"data-cke":!0}};Ss.setAttributes=Lr(),Ss.insert=Pr().bind(null,"head"),Ss.domAPI=Mr(),Ss.insertStyleElement=Dr();Nr()(Ns.A,Ss);Ns.A&&Ns.A.locals&&Ns.A.locals;var Ms=n(142),Rs={attributes:{"data-cke":!0}};Rs.setAttributes=Lr(),Rs.insert=Pr().bind(null,"head"),Rs.domAPI=Mr(),Rs.insertStyleElement=Dr();Nr()(Ms.A,Rs);Ms.A&&Ms.A.locals&&Ms.A.locals;var Ps=n(258),Vs={attributes:{"data-cke":!0}};Vs.setAttributes=Lr(),Vs.insert=Pr().bind(null,"head"),Vs.domAPI=Mr(),Vs.insertStyleElement=Dr();Nr()(Ps.A,Vs);Ps.A&&Ps.A.locals&&Ps.A.locals;var Ls=n(967),js={attributes:{"data-cke":!0}};js.setAttributes=Lr(),js.insert=Pr().bind(null,"head"),js.domAPI=Mr(),js.insertStyleElement=Dr();Nr()(Ls.A,js);Ls.A&&Ls.A.locals&&Ls.A.locals;var Ds=n(906),Bs={attributes:{"data-cke":!0}};Bs.setAttributes=Lr(),Bs.insert=Pr().bind(null,"head"),Bs.domAPI=Mr(),Bs.insertStyleElement=Dr();Nr()(Ds.A,Bs);Ds.A&&Ds.A.locals&&Ds.A.locals;var zs=n(938),Ks={attributes:{"data-cke":!0}};Ks.setAttributes=Lr(),Ks.insert=Pr().bind(null,"head"),Ks.domAPI=Mr(),Ks.insertStyleElement=Dr();Nr()(zs.A,Ks);zs.A&&zs.A.locals&&zs.A.locals;var Hs=n(751),Fs={attributes:{"data-cke":!0}};Fs.setAttributes=Lr(),Fs.insert=Pr().bind(null,"head"),Fs.domAPI=Mr(),Fs.insertStyleElement=Dr();Nr()(Hs.A,Fs);Hs.A&&Hs.A.locals&&Hs.A.locals;var Us=n(901),Ws={attributes:{"data-cke":!0}};Ws.setAttributes=Lr(),Ws.insert=Pr().bind(null,"head"),Ws.domAPI=Mr(),Ws.insertStyleElement=Dr();Nr()(Us.A,Ws);Us.A&&Us.A.locals&&Us.A.locals;var qs=n(888),Xs={attributes:{"data-cke":!0}};Xs.setAttributes=Lr(),Xs.insert=Pr().bind(null,"head"),Xs.domAPI=Mr(),Xs.insertStyleElement=Dr();Nr()(qs.A,Xs);qs.A&&qs.A.locals&&qs.A.locals;const Ys=Zs;function Zs(t,e){const n=Gs();return(Zs=function(t,e){return n[t-=458]})(t,e)}function Gs(){const t=["628856JLyoop","61638qxFqvE","_visibleAnnotations","focusTracker","values","has","destroy","refreshVisibility","Arrowup","Arrowdown","ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS","activate","change:isVisible","isVisible","add","Shift+Tab","target","source","focus","4AZyFbl","listenTo","keystrokes","ready","Esc","refreshPositioning","_removeActiveAnnotation","editing","_setupEnterAnnotationKeystroke","Annotations","Enter","_activateAnnotation","context","delete","createAnnotation","domRoots","isPremiumPlugin","ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT","isOfficialPlugin","ACCESSIBILITY_HELP_ANNOTATIONS_EXIT","collection","editors","escape","1051870ZxbhdN","deactivateAll","set","ACCESSIBILITY_HELP_ANNOTATIONS_GROUP","_addActiveAnnotation","Tab","push","createAnnotationView","contains","getByInnerView","activeAnnotations","accessibility","ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS","low","isArray","68903IqhrUE","_deactivateAllAnnotations","remove","annotations","stopListening","view","Ctrl+Enter","pluginName","Ctrl+Shift+E","3stkbkl","ACCESSIBILITY_HELP_ANNOTATIONS_ENTER","135HAyaSR","fire","_bindAnnotationsToVisibleAnnotations","2323089RZtSUE","locale","1352HLzKpL","3017AlLPUl","addKeystrokeInfoGroup","element","_setupEscapeAnnotationHandling","3254042fSuwZl","ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"];return(Gs=function(){return t})()}!function(t){const e=Zs,n=t();for(;;)try{if(159578===-parseInt(e(474))/1*(parseInt(e(516))/2)+parseInt(e(483))/3*(-parseInt(e(497))/4)+-parseInt(e(485))/5*(parseInt(e(498))/6)+parseInt(e(491))/7*(parseInt(e(490))/8)+parseInt(e(488))/9+parseInt(e(459))/10+parseInt(e(495))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gs);class Js extends t.ContextPlugin{static get[Ys(481)](){return Ys(525)}static get[Ys(534)](){return!0}static get[Ys(532)](){return!0}constructor(e){const n=Ys;if(super(e),this[n(536)]=new Is,this[n(499)]=new Is,this[n(461)](n(469),new Set),this[n(487)](),e instanceof t.Editor){const t=e[n(489)];e[n(470)][n(492)]({id:n(477),label:fo(t,n(462)),keystrokes:[{label:fo(t,n(496)),keystroke:n(482)},{label:fo(t,n(535)),keystroke:n(520)},{label:fo(t,n(484)),keystroke:n(526)},{label:fo(t,n(471)),keystroke:[[n(464)],[n(512)]]},{label:fo(t,n(533)),keystroke:[n(480)]},{label:fo(t,n(507)),keystroke:[[n(505)],[n(506)]]}]})}this[n(524)](),this[n(494)]()}[Ys(511)](t){const e=Ys;this[e(536)][e(511)](t)}[Ys(476)](t){const e=Ys;this[e(536)][e(476)](t),t[e(503)]()}[Ys(504)](){const t=Ys;for(const e of this[t(536)])e[t(504)]()}[Ys(521)](){const t=Ys;this[t(499)][t(521)]()}[Ys(468)](t){const e=Ys;return this[e(536)][e(468)](t)}[Ys(460)](){const t=Ys;this[t(486)](t(475))}[Ys(503)](){const t=Ys;for(const e of this[t(536)])e[t(503)]();this[t(499)][t(503)](),this[t(536)][t(503)](),super[t(503)]()}[Ys(508)](t){const e=Ys;this[e(486)](e(527),t)}[Ys(530)](t){return new fs(t)}[Ys(466)](t,e){return new ms(t,e)}[Ys(463)](t){const e=Ys,n=new Set(this[e(469)]);n[e(511)](t),this[e(469)]=n}[Ys(522)](t){const e=Ys,n=new Set(this[e(469)]);n[e(529)](t),this[e(469)]=n}[Ys(487)](){const t=Ys,e=this[t(536)],n=this[t(499)];function o(e){const o=t,r=e[o(514)];r[o(510)]&&!n[o(502)](r)?n[o(511)](r):!r[o(510)]&&n[o(502)](r)&&n[o(476)](r),r[o(479)][o(500)][o(476)](r[o(479)][o(493)]),r[o(479)][o(500)][o(511)](r[o(479)][o(493)])}this[t(517)](e,t(511),((e,r)=>{const s=t;r[s(510)]&&n[s(511)](r),this[s(517)](r,s(509),o)})),this[t(517)](e,t(476),((e,r)=>{const s=t;n[s(502)](r)&&n[s(476)](r),this[s(478)](r,s(509),o)}))}[Ys(524)](){const n=Ys,o=t=>{const n=Zs;t.on(n(519),(()=>{const o=n;t[o(518)][o(461)]("Ctrl+Shift+E",((t,n)=>{const r=o,s=(0,e.first)(this[r(469)][r(501)]());s&&(s[r(479)][r(515)](),n())}))}))};this[n(528)]instanceof t.Editor?o(this[n(528)]):this[n(528)][n(537)]&&this[n(528)][n(537)].on(n(511),((t,e)=>{o(e)}))}[Ys(494)](){const e=Ys,n=e=>{const n=Zs,o=e[n(514)],r=[];let s;if(Array[n(473)](o[n(513)])){s=o[n(513)][0],this[n(528)]instanceof t.Editor?r[n(465)](this[n(528)]):this[n(528)][n(537)]&&r[n(465)](...this[n(528)][n(537)]);for(const t of r)for(const e of t[n(523)][n(479)][n(531)][n(501)]())if(e[n(467)](s))return void t[n(523)][n(479)][n(515)]();s[n(515)]()}};this[e(517)](this[e(536)],e(511),((t,o)=>{const r=e;this[r(517)](o,r(458),n,{priority:r(472)})})),this[e(517)](this[e(536)],e(476),((t,o)=>{const r=e;this[r(478)](o,r(458),n)}))}}const Qs=$s;function $s(t,e){const n=ti();return($s=function(t,e){return n[t-=409]})(t,e)}function ti(){const t=["push","authoredAt","delete","model","commentsrepository-add-comment-user-not-exists","_updateComment","channelId","lowest","max","content","bind","_updateActiveAnnotation","isResolvable","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","locale","commentsrepository-resolve-comment-thread-internal-error","getPermissions","addComment","commentsrepository-missing-target","pluginName","removeComment","commentId","_permissions","requires","commentsrepository-invalid-comment-authorid","div","_isAttached","_unbindEditors","_getExternalAuthor","editorDestroyed","reduce","toJSON","comments.CommentThreadView","highest","resolvedAt","commentsrepository-duplicated-comment-thread-id","commentsrepository-reopen-comment-thread","_attachCommentThread","isOfficialPlugin","getCommentThread","commentsrepository-update-comment-missing-comment-thread","focus","isAttached","commentUpdated","createdAt","comments.maxCommentCharsWhenCollapsed","assign","createCommentThreadController","commentsrepository-active-not-attached","_readOnlyChannels","isExternal","view","set","_createNewComment","length","fetchCommentThread","CommentsRepository","_addCommentThread","deactivateAll","change:isDirty","isResolved","bodyCollectionContainer","removeCommentThread","hasCommentThread","isDirty","init","switchReadOnly","unlinkedAt","isActive","PendingActions","modifyAll","commentsrepository-invalid-comment-content","external:","isSubmitted","commentsrepository-remove-missing-comment-thread","isRemovable","type","commentsrepository-invalid-commentid","comment","from","commentsrepository-get-comment-invalid-id","commentsrepository-update-missing-comment","focusTracker","values","PENDING_ACTION_COMMENT_THREAD","updateCommentThread","commentsrepository-missing-comment-thread","_detachCommentThread","innerHTML","getComment","commentThreadInputView","_viewToController","_submitCommentThread","update","_threadToController","_reopenCommentThread","comments.copyMarkers","getIndex","getTime","noChannel","adapter","authorName","weight","catch","attachTo","activeCommentThread","commentsrepository-active-missing-comment-thread","commentsrepository-add-comment-internal-error","_removeActiveAnnotation","_createCommentThreadView","_adapter","isReadOnly","archivedAt","getCommentThreads","comments.editorConfig","escape","commentsrepository-update-comment-internal-error","error","define","get","_remove","editorReady","openNewCommentThread","removeAttribute","stopListening","add","innerView","11485775bmIKNw","comments.CommentView","getByInnerView","creator","commentsrepository-remove-comment-missing-comment-thread","function","36079664wQDVKA","find","_bindAnnotationToEditors","_resolveCommentThread","refreshVisibility","_threads","commentsrepository-missing-thread-and-adapter-method","commentsrepository-reopen-comment-thread-internal-error","3737280FUEZFr","setUnlinkedAt","attributes","_update","change:activeAnnotations","reopenCommentThread","setAttribute","resolvedBy","commentsListView","commentsrepository-remove-missing-comment","trim","4627920HvpIJw","map","commentsrepository-update-comment-thread-internal-error","submitCommentThread","textContent","1988HCfVGR","_findOptimalIndex","resolve","CommentThreadView","has","config","commentsrepository-add-comment-thread-internal-error","change:authoredAt","addCommentThread","filter","body","commentsrepository-add-comment-to-missing-comment-thread","destroy","commentInputView","comments","once","@external","commentsrepository-remove-comment-internal-error","commentsrepository-attach-missing-comment-thread","listenTo","setContext","change:_readOnlyChannels","isFromAdapter","change:_permissions","comments.maxCommentsWhenCollapsed","then","commentsrepository-update-comment-invalid-content","setActiveCommentThread","write","_add","createElement","activate","addUser","reopen","_updateCommentThread","context","submit","admin","_addComment","warn","1580985XMomLs","commentsrepository-adapter-already-set","resolveCommentThread","_hasTargetInContent","commentsrepository-remove-comment-thread-internal-error","_repository","1284656hYMBdB","isEditable","fire","_removeCommentThread","string","setPermissions","updateComment","commentsrepository-invalid-comment-thread-id","commentsrepository-resolved-comment-thread","focusableElements","1713XkTvwQ","plugins","CommentView","canComment","licenseKey","threadId","comments.maxThreadTotalWeight","_isSubmitted","remove","getUser","author","isPremiumPlugin","commentsrepository-fetch-comment-thread","_removeComment"];return(ti=function(){return t})()}!function(t){const e=$s,n=t();for(;;)try{if(953471===-parseInt(e(613))/1+-parseInt(e(619))/2+-parseInt(e(629))/3*(-parseInt(e(573))/4)+-parseInt(e(557))/5+parseInt(e(568))/6+-parseInt(e(543))/7+parseInt(e(549))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ti);const ei=Symbol(Qs(515)),ni={admin:!0,modifyAll:!1,write:!0,resolve:!0};class oi extends t.ContextPlugin{static get[Qs(439)](){return[Js,t.PendingActions,r.Users]}static get[Qs(435)](){return Qs(472)}static get[Qs(454)](){return!0}static get[Qs(413)](){return!0}constructor(t){const e=Qs;super(t),this[e(554)]=new Map,this[e(510)]=new Map,this[e(507)]=new Map,this[e(468)](e(465),new Set),this[e(468)](e(438),new Map);const n=this[e(608)][e(578)];n[e(534)](e(597),2),n[e(534)](e(635),500),n[e(534)](e(461),140),n[e(534)](e(448),pr),n[e(534)](e(544),xr),n[e(535)](e(530))||console[e(612)](e(429))}[Qs(481)](){const t=Qs,e=this[t(608)][t(630)][t(535)](Js);this[t(468)](t(521),null),this.on(t(581),((e,n)=>this[t(473)](n))),this.on(t(571),((e,n)=>this[t(508)](n))),this.on(t(615),((e,n)=>this[t(552)](n))),this.on(t(615),((e,n)=>this[t(427)](n)),{priority:t(423)}),this.on(t(562),((e,n)=>this[t(511)](n))),this.on(t(562),((e,n)=>this[t(427)](n)),{priority:t(423)}),this.on(t(478),((e,n)=>this[t(622)](n))),this.on(t(501),((e,n)=>this[t(607)](n))),this.on(t(501),((e,n)=>this[t(427)](n)),{priority:t(423)}),this.on(t(433),((e,n)=>this[t(611)](n))),this.on(t(625),((e,n)=>this[t(421)](n))),this.on(t(436),((e,n)=>this[t(415)](n))),this.on(t(433),((e,{threadId:n,isFromAdapter:o})=>{const r=t;if(o)return;const s=this[r(455)](n),i=s&&this[r(510)][r(535)](s);i&&i[r(467)][r(565)][r(457)](-1)}),{priority:t(423)}),this[t(592)](e,t(561),((e,n,o)=>{const r=t,s=Array[r(495)](o)[r(569)]((t=>this[r(507)][r(535)](t[r(542)])))[r(582)](Boolean)[0];this[r(521)]=s?s[r(419)]:null}))}set[Qs(516)](t){const n=Qs;if(this[n(526)])throw new e.CKEditorError(n(614));this[n(526)]=t}get[Qs(516)](){return this[Qs(526)]}[Qs(581)]({channelId:t=ei,threadId:n=(0,e.uid)(),comments:o=[],unlinkedAt:r=null,resolvedAt:s=null,resolvedBy:i=null,target:c=null,context:a=null,attributes:u={},isResolvable:h=!0,isSubmitted:d=!1,isFromAdapter:l=!1}={}){const m=Qs;return this[m(621)](ii(m(581),t),{channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:s,resolvedBy:i,target:c,context:a,attributes:u,isFromAdapter:l,isResolvable:h,isSubmitted:d}),this[m(455)](n)}[Qs(538)]({channelId:t=ei,threadId:n=(0,e.uid)(),target:o,context:r=null,isResolvable:s=!0}){const i=Qs;if(this[i(465)][i(577)](t)||this[i(465)][i(577)](void 0))return null;if(!o)throw new e.CKEditorError(i(434));const c=this[i(581)]({channelId:t,threadId:n,target:o,context:r,isResolvable:s});if(!c)return null;const a=this[i(510)][i(535)](c),u=a[i(467)][i(506)][i(586)],h=this[i(608)][i(630)][i(535)](Js),d=h[i(545)](a[i(467)]);return h[i(604)](d),u[i(588)](i(537),(()=>u[i(457)]())),c}[Qs(479)](t){const n=Qs;if(n(623)!=typeof t)throw new e.CKEditorError(n(626));return this[n(554)][n(577)](t)}[Qs(501)]({channelId:t=ei,threadId:e,context:n,unlinkedAt:o,attributes:r,isFromAdapter:s=!1}){const i=Qs;return this[i(621)](ii(i(501),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:r,isFromAdapter:s}),this[i(455)](e)}[Qs(455)](t){const n=Qs;if(n(623)!=typeof t)throw new e.CKEditorError(n(626));return this[n(554)][n(535)](t)}[Qs(471)]({channelId:t,threadId:n}={}){const o=Qs,r=this[o(455)](n);if(r)return Promise[o(575)](r);if(!this[o(516)])return Promise[o(575)](void 0);if(o(548)!=typeof this[o(516)][o(455)])throw new e.CKEditorError(o(555),this[o(608)]);return this[o(516)][o(455)]({channelId:t,threadId:n})[o(598)]((e=>this[o(479)](n)?this[o(455)](n):e?this[o(581)](Object[o(462)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(519)]((t=>{const n=o;throw console[n(533)](t),new e.CKEditorError(n(414),this[n(608)])}))}[Qs(529)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const r=Qs,s=[];for(const o of this[r(554)][r(499)]())t&&o[r(422)]!==t||e&&!o[r(458)]||n&&0===o[r(470)]||s[r(416)](o);return o?s[r(569)]((t=>t[r(447)]())):s}[Qs(600)](t){const n=Qs,o=this[n(608)][n(630)][n(535)](Js);if(!t)return void(this[n(521)]&&o[n(474)]());const r=this[n(455)](t);if(!r)throw new e.CKEditorError(n(522),null,{threadId:t});if(!this[n(510)][n(577)](r))throw new e.CKEditorError(n(464),null,{threadId:t});const s=o[n(545)](this[n(510)][n(535)](r)[n(467)]);o[n(604)](s)}[Qs(482)](t,e){const n=Qs;t?this[n(465)][n(541)](e):this[n(465)][n(418)](e),this[n(621)](n(594),n(465),this[n(465)],this[n(465)])}[Qs(527)](t){const e=Qs;return this[e(465)][e(577)](t)||this[e(465)][e(577)](void 0)}[Qs(463)](t,e){return new go(t,e)}[Qs(624)](t,e=ei){const n=Qs;this[n(438)][n(468)](e,t),this[n(621)](n(596),n(438),this[n(438)],this[n(438)])}[Qs(432)](t=ei){const e=Qs;return this[e(438)][e(577)](t)?this[e(438)][e(535)](t):ni}[Qs(473)]({channelId:t,threadId:n,comments:o,unlinkedAt:s,resolvedAt:i,resolvedBy:c,target:a,context:u,attributes:h,isFromAdapter:d,isResolvable:l,isSubmitted:m}){const k=Qs;if(k(623)!=typeof n)throw new e.CKEditorError(k(626),null,{threadId:n});if(this[k(479)](n))throw new e.CKEditorError(k(451),null,{threadId:n});const g=new ri(this,{channelId:t,id:n,context:u,attributes:h,unlinkedAt:s,resolvedAt:i,resolvedBy:c?this[k(608)][k(630)][k(535)](r.Users)[k(411)](c):null,isResolvable:l,isSubmitted:m||d});this[k(554)][k(468)](n,g);for(const t of o)g[k(602)](this[k(469)]({threadId:n,...t}));return a&&g[k(520)](a),d||!g[k(470)]?Promise[k(575)]():this[k(508)]({channelId:t,threadId:n})}[Qs(508)]({channelId:t,threadId:n}){const o=Qs;if(!this[o(479)](n))throw new e.CKEditorError(o(502),this);const r=this[o(455)](n);if(r[o(409)]=!0,!this[o(516)]||o(548)!=typeof this[o(516)][o(581)])return Promise[o(575)]();const{id:s,comments:i,resolvedAt:c,resolvedBy:a,context:u,attributes:h}=r,d=this[o(608)][o(630)][o(535)](o(485)),l=d[o(541)](fo(this[o(608)][o(430)],o(500)));return this[o(516)][o(581)]({channelId:t,threadId:s,comments:i[o(569)]((t=>t[o(447)]())),resolvedAt:c,resolvedBy:a?a.id:a,context:u,attributes:h})[o(598)]((({comments:e})=>{const r=o;d[r(410)](l);for(const o of e)this[r(421)]({channelId:t,threadId:n,commentId:o[r(437)],createdAt:o[r(460)],isFromAdapter:!0})}))[o(519)]((t=>{const n=o;throw console[n(533)](t),new e.CKEditorError(n(579),this)}))}[Qs(453)]({threadId:t,target:n}){const o=Qs,r=this[o(455)](t);if(!r)throw new e.CKEditorError(o(591),this);const s=this[o(608)][o(630)][o(535)](o(485)),i=this[o(608)][o(630)][o(535)](Js),c=this[o(525)](r),a=new go(r,c);let u=null;c.on(o(475),((t,e,n)=>{const r=o;n?u=s[r(541)](fo(this[r(608)][r(430)],r(500))):u&&(s[r(410)](u),u=null)})),this[o(510)][o(468)](r,a),this[o(507)][o(468)](c,a);const h=new ms(this[o(608)][o(430)],c);h[o(426)](o(470)).to(c),h[o(426)](o(480)).to(c,o(480),c,o(470),((t,e)=>t||!e)),h[o(426)](o(484)).to(c),h[o(492)]=o(494);const d=new fs({view:h,target:n,type:o(494),isVisible:!r[o(476)]});return c.on(o(531),(()=>{const t=o;d[t(621)](t(531))})),this[o(551)](c,d),i[o(541)](d),d}[Qs(551)](e,n){const o=Qs;this[o(592)](e,o(537),((e,r)=>{const s=o,i=r.ui[s(467)][s(583)][s(477)];n[s(628)][s(541)](i),this[s(608)]instanceof t.Editor&&this[s(608)].ui[s(498)][s(541)](i)}),{priority:o(449)}),this[o(592)](e,o(445),((e,r)=>{const s=o,i=r.ui[s(467)][s(583)][s(477)];n[s(628)][s(577)](i)&&n[s(628)][s(410)](i),this[s(608)]instanceof t.Editor&&this[s(608)].ui[s(498)][s(410)](i)}))}[Qs(443)](t){const e=Qs;this[e(540)](t,e(537)),this[e(540)](t,e(445))}[Qs(525)](t){const e=Qs,n=this[e(608)][e(630)][e(535)](r.Users),{config:o,locale:s}=this[e(608)],i=(0,r.getDateTimeFormatter)(o[e(535)](e(430)));return new(0,o[e(535)](e(587))[e(576)])(s,t,n.me,{editorConfig:{...o[e(535)](e(530)),licenseKey:this[e(608)][e(578)][e(535)](e(633))},copyMarkers:o[e(535)](e(512)),maxCommentsWhenCollapsed:o[e(535)](e(597)),maxThreadTotalWeight:o[e(535)](e(635)),maxCommentCharsWhenCollapsed:o[e(535)](e(461)),formatDateTime:i,CommentView:o[e(535)](e(587))[e(631)]})}[Qs(552)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:s,isFromAdapter:i}){const c=Qs;if(!this[c(479)](t))throw new e.CKEditorError(c(502),null,{threadId:t});const a=this[c(455)](t);if(a[c(476)])throw new e.CKEditorError(c(627),null,{threadId:t});const u=this[c(608)][c(630)][c(535)](r.Users);if(a[c(564)]=u[c(411)](s),a[c(450)]=o,i||!this[c(516)]||c(548)!=typeof this[c(516)][c(615)])return Promise[c(575)]();const h=this[c(608)][c(630)][c(535)](c(485)),d=h[c(541)](fo(this[c(608)][c(430)],c(500)));return this[c(516)][c(615)]({channelId:n,threadId:t})[c(598)]((({resolvedAt:t,resolvedBy:e})=>{const n=c;h[n(410)](d),a[n(564)].id!==e&&(a[n(564)]=u[n(411)](e)),a[n(450)]=t}))[c(519)]((t=>{const n=c;throw console[n(533)](t),new e.CKEditorError(n(431),this)}))}[Qs(511)]({threadId:t,channelId:n,isFromAdapter:o}){const r=Qs;if(!this[r(479)](t))throw new e.CKEditorError(r(502),null,{threadId:t});const s=this[r(455)](t);if(!s[r(476)])throw new e.CKEditorError(r(452),null,{threadId:t});if(s[r(564)]=null,s[r(450)]=null,o||!this[r(516)]||r(548)!=typeof this[r(516)][r(562)])return Promise[r(575)]();const i=this[r(608)][r(630)][r(535)](r(485)),c=i[r(541)](fo(this[r(608)][r(430)],r(500)));return this[r(516)][r(562)]({channelId:n,threadId:t})[r(598)]((()=>i[r(410)](c)))[r(519)]((t=>{const n=r;throw console[n(533)](t),new e.CKEditorError(n(556),this)}))}[Qs(622)]({threadId:t,isFromAdapter:n}){const o=Qs,r=this[o(455)](t);if(!r)throw new e.CKEditorError(o(490),this);if(this[o(503)](t),this[o(554)][o(418)](t),!r[o(489)]||n||!this[o(516)]||o(548)!=typeof this[o(516)][o(478)])return Promise[o(575)]();const s=this[o(608)][o(630)][o(535)](o(485)),{channelId:i}=r,c=s[o(541)](fo(this[o(608)][o(430)],o(500)));return this[o(516)][o(478)]({channelId:i,threadId:t})[o(598)]((()=>s[o(410)](c)))[o(519)]((t=>{const n=o;throw console[n(533)](t),new e.CKEditorError(n(617),this)}))}[Qs(607)]({threadId:t,unlinkedAt:n,context:o,attributes:r,isFromAdapter:s}){const i=Qs;if(i(623)!=typeof t)throw new e.CKEditorError(i(626),null,{threadId:t});if(!this[i(479)](t))throw new e.CKEditorError(i(502),null,{threadId:t});const c=this[i(455)](t);let a=!1;if(void 0!==o&&c[i(608)]!==o&&(c[i(608)]=o,a=!0),void 0!==n&&c[i(483)]!==n&&(c[i(483)]=n,a=!0),r&&!Ue(r,c[i(559)])&&(c[i(559)]=r,a=!0),!a)return Promise[i(575)]();if(!c[i(489)]||s||!this[i(516)]||i(548)!=typeof this[i(516)][i(501)])return Promise[i(575)]();const u=this[i(608)][i(630)][i(535)](i(485)),{channelId:h}=c,d=u[i(541)](fo(this[i(608)][i(430)],i(500)));return this[i(516)][i(501)]({channelId:h,threadId:t,context:o,unlinkedAt:n,attributes:r})[i(598)]((()=>u[i(410)](d)))[i(519)]((t=>{const n=i;throw console[n(533)](t),new e.CKEditorError(n(570),this)}))}[Qs(503)](t){const e=Qs,n=this[e(608)][e(630)][e(535)](Js),o=this[e(455)](t);if(this[e(510)][e(577)](o)){const t=this[e(510)][e(535)](o),r=t[e(467)],s=n[e(545)](r);this[e(510)][e(418)](o),this[e(507)][e(418)](r),s&&n[e(410)](s),t[e(585)](),r[e(585)]()[e(598)]((()=>{this[e(443)](r)}))}}[Qs(427)]({threadId:t,resolvedAt:e}){const n=Qs,o=!!e,r=this[n(608)][n(630)][n(535)](Js),s=this[n(455)](t);if(this[n(510)][n(577)](s)){const t=this[n(510)][n(535)](s)[n(467)],e=r[n(545)](t);e&&(o&&r[n(524)](e),e[n(553)]())}}[Qs(444)](t){const e=Qs,n=this[e(608)][e(630)][e(535)](r.Users),o=(0,r.hashObject)(e(488)+t);return n[e(411)](o)||n[e(605)]({id:o,name:t})}[Qs(469)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:s,createdAt:i,attributes:c}){const a=Qs;if(a(623)!=typeof n)throw new e.CKEditorError(a(493));if(a(623)!=typeof s)throw new e.CKEditorError(a(440));if(a(623)!=typeof o||!o[a(567)]())throw new e.CKEditorError(a(487));const u=this[a(608)][a(630)][a(535)](r.Users)[a(411)](s);if(!u)throw new e.CKEditorError(a(420),null,{authorId:s});let h=null,d=i;return c&&c[a(589)]&&(h=this[a(444)](c[a(589)][a(517)]),d=new Date(c[a(589)][a(460)])),new si(this,{threadId:t,id:n,author:h||u,creator:u,content:o,createdAt:i,authoredAt:d,attributes:c})}[Qs(611)](t){const n=Qs;let{threadId:o,content:r,attributes:s,isFromAdapter:i}=t;const c=this[n(455)](t[n(634)]);if(!c)throw new e.CKEditorError(n(584),this);const a=this[n(469)](t),{id:u}=a;if(c[n(602)](a),i||!this[n(516)]||n(548)!=typeof this[n(516)][n(433)]||!c[n(489)])return Promise[n(575)]();const h=this[n(608)][n(630)][n(535)](n(485)),{channelId:d}=c,l=h[n(541)](fo(this[n(608)][n(430)],n(500)));return s||(s={}),this[n(516)][n(433)]({channelId:d,threadId:o,commentId:u,content:r,attributes:s})[n(598)]((t=>{const e=n;h[e(410)](l),t&&this[e(421)]({channelId:d,threadId:o,commentId:u,createdAt:t[e(460)],isFromAdapter:!0})}))[n(519)]((t=>{const o=n;throw console[o(533)](t),new e.CKEditorError(o(523),this)}))}[Qs(421)]({threadId:t,commentId:n,content:o,createdAt:r,attributes:s,isFromAdapter:i}){const c=Qs;if(void 0!==o&&(c(623)!=typeof o||!o[c(567)]()[c(470)]))throw new e.CKEditorError(c(599));const a=this[c(455)](t),u=a[c(505)](n);if(!u)throw new e.CKEditorError(c(497),this);let h=!1;if(o&&o!==u[c(425)]&&(u[c(620)]||i)&&(u[c(425)]=o,h=!0),r&&r!==u[c(460)]&&(u[c(460)]=r,u[c(559)]&&u[c(559)][c(589)]||(u[c(417)]=r),h=!0),s&&!Ue(s,u[c(559)])&&(u[c(559)]=s,h=!0),!h)return Promise[c(575)]();if(a[c(621)](c(459)),i||!this[c(516)]||c(548)!=typeof this[c(516)][c(625)])return Promise[c(575)]();const d=this[c(608)][c(630)][c(535)](c(485)),{channelId:l}=this[c(455)](u[c(634)]),m=d[c(541)](fo(this[c(608)][c(430)],c(500)));return this[c(516)][c(625)]({channelId:l,threadId:t,commentId:n,content:o,attributes:s})[c(598)]((()=>d[c(410)](m)))[c(519)]((t=>{const n=c;throw console[n(533)](t),new e.CKEditorError(n(532),this)}))}[Qs(415)]({threadId:t,commentId:n,isFromAdapter:o}){const r=Qs,s=this[r(455)](t),i=s[r(505)](n);if(!i)throw new e.CKEditorError(r(566),this);if(s[r(536)](i),o||!this[r(516)]||r(548)!=typeof this[r(516)][r(436)])return Promise[r(575)]();const c=this[r(608)][r(630)][r(535)](r(485)),{channelId:a}=s,u=c[r(541)](fo(this[r(608)][r(430)],r(500)));return this[r(516)][r(436)]({channelId:a,threadId:t,commentId:n})[r(598)]((()=>c[r(410)](u)))[r(519)]((t=>{const n=r;throw console[n(533)](t),new e.CKEditorError(n(590),this)}))}}class ri extends((0,e.ObservableMixin)()){constructor(t,n){const o=Qs;super();const r=n[o(428)];this[o(422)]=n[o(422)],this.id=n.id,this[o(587)]=new e.Collection,this[o(618)]=t,this[o(442)]=!1,this[o(409)]=n[o(489)],this[o(468)](o(616),!0),this[o(426)](o(527)).to(t,o(438),t,o(465),(()=>t[o(527)](this[o(422)]))),this[o(426)](o(491)).to(t,o(438),(()=>t[o(432)](this[o(422)])[o(610)])),this[o(426)](o(632)).to(t,o(438),(()=>{const e=o,n=t[e(432)](this[e(422)]);return n[e(601)]||n[e(610)]})),this[o(426)](o(428)).to(t,o(438),(()=>r&&t[o(432)](this[o(422)])[o(575)])),this[o(468)](o(608),n[o(608)]),this[o(426)](o(528)).to(this,o(450),this,o(483),((t,e)=>t?e?t<e?t:e:t:e)),this[o(468)](o(483),n[o(483)]||null),this[o(468)](o(450),n[o(450)]||null),this[o(468)](o(564),n[o(564)]||null),this[o(426)](o(476)).to(this,o(450),(t=>!!t)),this[o(468)](o(559),n[o(559)]||{})}get[Qs(518)](){const t=Qs;return Array[t(495)](this[t(587)])[t(446)](((e,n)=>e+n[t(518)]),0)}get[Qs(470)](){const t=Qs;return this[t(587)][t(470)]}get[Qs(458)](){return this[Qs(442)]}get[Qs(489)](){return this[Qs(409)]}[Qs(609)](){const t=Qs,{channelId:e,id:n}=this;this[t(618)][t(621)](ii(t(571),e),{channelId:e,threadId:n})}[Qs(558)](t){this[Qs(560)]({unlinkedAt:t})}[Qs(575)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=Qs,s=this[o(618)][o(608)][o(630)][o(535)](r.Users).me,{channelId:i,id:c}=this;this[o(618)][o(621)](ii(o(615),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||s.id,isFromAdapter:n})}[Qs(606)]({isFromAdapter:t=!1}={}){const e=Qs,{channelId:n,id:o}=this;this[e(618)][e(621)](ii(e(562),n),{channelId:n,threadId:o,isFromAdapter:t})}[Qs(593)](t){const e=Qs;this[e(608)]||this[e(560)]({context:t})}[Qs(563)](t,e){const n=Qs,o=zn(this[n(559)]);ro(o,t,e),this[n(560)]({attributes:o})}[Qs(539)](t){const e=Qs,n=zn(this[e(559)]);ho(n,t),this[e(560)]({attributes:n})}[Qs(410)]({isFromAdapter:t=!1}={}){const e=Qs,{channelId:n,id:o}=this;this[e(618)][e(621)](ii(e(478),n),{channelId:n,threadId:o,isFromAdapter:t})}[Qs(520)](t){const e=Qs;return this[e(618)][e(453)]({threadId:this.id,target:t})}[Qs(433)](t){const e=Qs,{channelId:n,id:o}=this;this[e(618)][e(621)](ii(e(433),n,o),Object[e(462)]({channelId:n,threadId:o},t))}[Qs(505)](t){const n=Qs;if(n(623)!=typeof t)throw new e.CKEditorError(n(496),null,{commentId:t});return this[n(587)][n(535)](t)}[Qs(447)](){const t=Qs;return{threadId:this.id,context:this[t(608)],unlinkedAt:this[t(483)],resolvedAt:this[t(450)],resolvedBy:this[t(564)]?this[t(564)].id:null,archivedAt:this[t(528)],comments:this[t(587)][t(569)]((e=>e[t(447)]())),attributes:this[t(559)]}}[Qs(602)](t){const e=Qs;return this[e(592)](t,e(580),(()=>{const n=e,o=this[n(574)](t),r=this[n(587)];o-1!=r[n(513)](t)&&o+1!=r[n(513)](t)&&(this[n(536)](t),this[n(602)](t))})),this[e(587)][e(541)](t,this[e(574)](t))}[Qs(560)](t){const e=Qs,{channelId:n,id:o}=this;this[e(618)][e(621)](ii(e(501),n),{...t,channelId:n,threadId:o})}[Qs(536)](t){const e=Qs;return this[e(540)](t),t[e(585)](),this[e(587)][e(410)](t)}[Qs(574)](t){const e=Qs,n=this[e(587)][e(550)]((n=>new Date(n[e(417)])[e(514)]()>new Date(t[e(417)])[e(514)]()));return n?this[e(587)][e(513)](n):this[e(470)]}}class si extends((0,e.ObservableMixin)()){constructor(t,e){const n=Qs;super();const o=t[n(608)][n(630)][n(535)](r.Users).me,s=t[n(455)](e[n(634)]),i=0===s[n(587)][n(470)],c=o===e[n(412)];this.id=e.id,this[n(634)]=e[n(634)],this[n(412)]=e[n(412)],this[n(546)]=e[n(546)],this[n(466)]=Boolean(e[n(559)]&&e[n(559)][n(589)]),this[n(468)](n(425),e[n(425)]),this[n(460)]=e[n(460)]||new Date,this[n(468)](n(417),e[n(417)]||new Date),this[n(426)](n(450)).to(s,n(450)),this[n(468)](n(559),e[n(559)]||{}),this[n(426)](n(620)).to(t,n(438),(()=>{const e=n,o=t[e(432)](s[e(422)])[e(601)],r=t[e(432)](s[e(422)])[e(486)];return c&&o||!c&&r})),this[n(426)](n(491)).to(s,n(491),t,n(438),(e=>{const o=n,r=t[o(432)](s[o(422)])[o(601)],a=t[o(432)](s[o(422)])[o(486)];return c&&r||e&&i||!c&&a&&!i})),this[n(426)](n(527)).to(s,n(527)),this[n(618)]=t}get[Qs(518)](){const t=Qs;return Math[t(424)](function(e){const n=t,o=document[n(603)](n(441));return o[n(504)]=e,o[n(572)][n(470)]}(this[t(425)]),200)}[Qs(509)](t){const n=Qs,{threadId:o,id:r}=this;if(!this[n(618)][n(479)](o))throw new e.CKEditorError(n(456),this);const{channelId:s}=this[n(618)][n(455)](o);this[n(618)][n(621)](ii(n(625),s,o),{channelId:s,threadId:o,commentId:r,...t})}[Qs(563)](t,e){const n=Qs,o=zn(this[n(559)]);ro(o,t,e),this[n(509)]({attributes:o})}[Qs(539)](t){const e=Qs,n=zn(this[e(559)]);ho(n,t),this[e(509)]({attributes:n})}[Qs(410)](t={}){const n=Qs;if(!t[n(595)]&&!this[n(491)])return;const{threadId:o,id:r}=this;if(!this[n(618)][n(479)](o))throw new e.CKEditorError(n(547),this);const{channelId:s}=this[n(618)][n(455)](o);this[n(618)][n(621)](ii(n(436),s,o),{channelId:s,threadId:o,commentId:r,...t})}[Qs(447)](){const t=Qs;return{commentId:this.id,content:this[t(425)],createdAt:this[t(460)],authorId:this[t(546)].id,attributes:this[t(559)]}}[Qs(585)](){this[Qs(540)]()}}function ii(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const ci=ui;function ai(){const t=["6qVftqQ","isEnabled","tableCell","getItems","_hasContent","1645552DGnqla","8878113SCuxIi","refresh","isObject","4377YpoEGE","createRange","getLastMatchingPosition","model","change","4RbVwsP","_itemIsContent","538051gYkLzZ","getRanges","document","selection","1760605srOhez","push","start","207070ZCarJN","end","$textProxy","comment:","backward","substr","72TGSfgo","schema","_trimToContent","4184369JXYJSf","addMarker","execute","element","item","308uZsuXR","editor"];return(ai=function(){return t})()}function ui(t,e){const n=ai();return(ui=function(t,e){return n[t-=182]})(t,e)}!function(t){const e=ui,n=t();for(;;)try{if(556365===-parseInt(e(182))/1*(parseInt(e(219))/2)+parseInt(e(214))/3*(parseInt(e(195))/4)+-parseInt(e(186))/5+-parseInt(e(205))/6*(-parseInt(e(198))/7)+-parseInt(e(210))/8+parseInt(e(211))/9+parseInt(e(189))/10*(parseInt(e(203))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ai);class hi extends t.Command{[ci(212)](){const t=ci,e=this[t(204)][t(217)][t(184)][t(185)];for(const n of e[t(183)]())if(this[t(209)](n))return void(this[t(206)]=!0);this[t(206)]=!1}[ci(200)]({threadId:t=(0,e.uid)()}={}){const n=ci,o=this[n(204)][n(217)],r=[];for(const t of o[n(184)][n(185)][n(183)]())this[n(209)](t)&&r[n(187)](this[n(197)](t));o[n(218)]((o=>{const s=n;for(const n of r){const r=(0,e.uid)()[s(194)](1,5),i=s(192)+t+":"+r;o[s(199)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[ci(209)](t){const e=ci;for(const n of t[e(208)]())if(this[e(220)](n))return!0;return!1}[ci(220)](t){const e=ci;return t.is(e(191))||this[e(204)][e(217)][e(196)][e(213)](t)&&!t.is(e(201),e(207))}[ci(197)](t){const e=ci,n=t=>!this[e(220)](t[e(202)]),o=t[e(188)][e(216)](n),r=t[e(190)][e(216)](n,{direction:e(193)});return this[e(204)][e(217)][e(215)](o,r)}}function di(){const t=["requires","document","editing","get","delete","range","element","set","registerAnnotation","editor","containsRange","isPremiumPlugin","directChange","169314zvmRfi","224956VivbOG","push","isEqual","uiUpdate","getOrderedSelectedAnnotations","refresh","getRanges","focusTracker","view","EditorAnnotations","26EHtcHe","from","cancel","951789zXESTu","selection","_editorAnnotations","sort","map","collection","2456232KFvNyn","_dataCollectors","10IKjaKA","14retweT","addSourceCollector","has","fire","_editorAnnotationsData","refreshSelectedViews","update","change:range","pluginName","annotation","6842778dRgUqO","change:isFocused","isReadOnly","blur","init","10XxJDqy","plugins","function","hasDomSelection","innerView","add","editorannotations-invalid-source-callback","2500146ctcySd","isCollapsed","remove","getByInnerView","16030135jCSVMR","model","listenTo","isOfficialPlugin"];return(di=function(){return t})()}const li=mi;function mi(t,e){const n=di();return(mi=function(t,e){return n[t-=129]})(t,e)}!function(t){const e=mi,n=t();for(;;)try{if(997975===parseInt(e(148))/1+-parseInt(e(145))/2*(-parseInt(e(134))/3)+parseInt(e(135))/4*(-parseInt(e(172))/5)+-parseInt(e(167))/6+-parseInt(e(157))/7*(parseInt(e(154))/8)+-parseInt(e(179))/9+parseInt(e(156))/10*(parseInt(e(183))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(di);class ki extends t.Plugin{static get[li(187)](){return[Js]}static get[li(165)](){return li(144)}static get[li(186)](){return!0}static get[li(132)](){return!0}constructor(t){const e=li;super(t),this[e(155)]=new Set,this[e(150)]=new Set}[li(171)](){const t=li,e=this[t(130)],n=e[t(184)][t(188)][t(149)],o=os((()=>this[t(162)]()),10);n.on(t(164),((e,n)=>{const r=t;n[r(133)]&&(o[r(147)](),this[r(162)]())})),this[t(185)](e[t(189)][t(143)][t(188)],t(168),((t,e,n)=>{n&&o()})),this[t(185)](e.ui[t(142)],t(168),((n,o,r)=>{const s=t;r||e[s(169)]||this[s(160)](s(170),{isAnnotationTracked:t=>this[s(161)][s(159)](t[s(176)])})})),this[t(185)](this[t(130)].ui,t(163),(()=>this[t(160)](t(138))))}[li(129)](t){const e=li;if(this[e(150)][e(159)](t[e(143)]))return;this[e(150)][e(177)](t[e(143)]),this[e(130)].ui[e(142)][e(177)](t[e(143)][e(193)]);const n=this[e(130)][e(173)][e(190)](Js);this[e(185)](n[e(153)],e(181),((t,n)=>{const o=e;this[o(130)].ui[o(142)][o(181)](n[o(143)][o(193)]),this[o(150)][o(191)](n[o(143)])}))}[li(175)](){const t=li;return this[t(130)][t(189)][t(143)][t(175)]}[li(158)](t){const n=li;if(n(174)!=typeof t)throw new e.CKEditorError(n(178));this[n(155)][n(177)](t)}[li(162)](){const t=li;this[t(160)](t(140))}[li(139)]({activeAnnotation:t,annotations:e}){const n=li,o=[],r=this[n(130)][n(184)][n(188)][n(149)],s=Array[n(146)](r[n(141)]());for(const[t,r]of this[n(161)]){const s=i(r),c=e[n(182)](t);s&&c&&o[n(136)]({annotation:c,range:s})}function i(t){const e=n;for(const n of t)for(const t of s)if(n[e(131)](t,!r[e(180)]))return n;return null}return o[n(151)](((e,o)=>{const r=n,s=e[r(192)],i=o[r(192)];if(!s[r(137)](i)){if(s[r(131)](i,!0))return 1;if(i[r(131)](s,!0))return-1}return e[r(166)]==t?-1:o[r(166)]==t?1:0}))[n(152)]((t=>t[n(166)]))}get[li(161)](){const t=li,e=new Map;for(const n of Array[t(146)](this[t(155)]))for(const[o,r]of n())e[t(194)](o,r);return e}}const gi=fi;function pi(){const t=["361731uHXlCW","703032MNlogW","plugins","has","RestrictedEditingModeEditing","2080995Qfxhuq","1490374dBlTDu","621184klmFxA","124663USClbe","enableCommand","1185132OjddPd","addCommentThread","get","editor","afterInit"];return(pi=function(){return t})()}function fi(t,e){const n=pi();return(fi=function(t,e){return n[t-=312]})(t,e)}!function(t){const e=fi,n=t();for(;;)try{if(407472===parseInt(e(315))/1+-parseInt(e(321))/2+parseInt(e(325))/3+-parseInt(e(322))/4+parseInt(e(320))/5+parseInt(e(316))/6+parseInt(e(323))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pi);class bi extends t.Plugin{[gi(314)](){const t=gi,e=this[t(313)];e[t(317)][t(318)](t(319))&&e[t(317)][t(312)](t(319))[t(324)](t(326))}}const vi=wi;function _i(){const t=["define","commands","227770bDjKtg","importWord","forEach","plugins","6etDydp","_handleImportedData","174MHCmmm","addCommentThread","importWord.formatting.comments","1883kwfotk","8488zdXvUs","25091oNPvme","13992ODXhnn","collaboration.channelId","3331552jNogJC","collaboration_features","basic","afterInit","config","dataInsert","3161736oKGSpz","listenTo","get","510963wGzdus","execute","map","5670oJSSiz","high","editor"];return(_i=function(){return t})()}function wi(t,e){const n=_i();return(wi=function(t,e){return n[t-=242]})(t,e)}!function(t){const e=wi,n=t();for(;;)try{if(466693===-parseInt(e(253))/1+parseInt(e(242))/2*(parseInt(e(267))/3)+-parseInt(e(244))/4+parseInt(e(261))/5*(parseInt(e(265))/6)+-parseInt(e(270))/7*(parseInt(e(271))/8)+parseInt(e(250))/9+parseInt(e(256))/10*(parseInt(e(272))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_i);class Ii extends t.Plugin{constructor(t){const e=wi;super(t),this[e(258)][e(248)][e(259)](e(269),e(246))}[vi(247)](){const t=vi,n=this[t(258)],o=n[t(260)][t(252)](t(262)),s=n[t(264)][t(252)](r.Users);o&&(o.on(t(254),((e,[,n])=>{n[t(245)]={comments:!0,user_id:s.me.id}}),{priority:e.priorities[t(257)]+10}),this[t(251)](o,t(249),this[t(266)]))}[vi(266)](t,e){const n=vi,{comment_threads:o}=e;o&&o[n(263)]((({thread_id:t,comments:e,is_resolved:o})=>{const s=n,i=new Date,c=e[s(255)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[s(258)][s(264)][s(252)](r.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:s(262)}}}))),a=this[s(258)][s(248)][s(252)](s(243));this[s(258)][s(264)][s(252)](oi)[s(268)]({channelId:a,threadId:t,comments:c,resolvedAt:o?i:null})}))}}const yi=Ai;function Ai(t,e){const n=Ti();return(Ai=function(t,e){return n[t-=140]})(t,e)}!function(t){const e=Ai,n=t();for(;;)try{if(538615===-parseInt(e(168))/1*(parseInt(e(157))/2)+parseInt(e(170))/3*(parseInt(e(167))/4)+-parseInt(e(147))/5+-parseInt(e(142))/6+parseInt(e(163))/7+parseInt(e(153))/8*(-parseInt(e(159))/9)+-parseInt(e(171))/10*(-parseInt(e(160))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ti);class Ci extends t.Plugin{constructor(t){const e=Ai;super(t),this[e(151)][e(169)][e(164)](e(162),e(140))}static get[yi(150)](){return[Eo.ClipboardMarkersUtils,Eo.ClipboardPipeline]}[yi(143)](){const t=yi,e=this[t(151)][t(161)][t(154)](t(144));this[t(182)](),this[t(165)](e,t(158),((e,n)=>this[t(155)](n[t(179)][t(181)])),{priority:t(180)})}[yi(155)](t){const e=yi;if(!this[e(151)][e(161)][e(146)](e(148)))return t;const n=this[e(151)][e(161)][e(154)](e(148));for(const o of t[e(152)]()){const[r,s]=o[e(172)](":");e(149)!=r||n[e(174)](s)||t[e(166)](o)}return t}[yi(182)](){const t=yi,e=this[t(151)][t(161)][t(154)](t(141)),n=this[t(145)](this[t(151)][t(169)][t(154)](t(162)));n&&e[t(177)](t(149),n)}[yi(145)](t){const e=yi;switch(t){case e(178):return{allowedActions:e(173),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(140):return{allowedActions:[e(176),e(156)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(175):default:return null}}}function Ti(){const t=["3426815fTbRtf","CommentsRepository","comment","requires","editor","keys","1708936DSqVqu","get","_removeMarkersWithoutThreads","dragstart","446JrQKEz","contentInsertion","18CTSStI","164747EQzcnM","plugins","comments.copyMarkers","5134955SSnVDN","define","listenTo","delete","56bdtNoS","1102xZkSAK","config","228681qhlmMA","230lemdMe","split","all","hasCommentThread","never","cut","_registerMarkerToCopy","always","content","highest","markers","_registerMarkerInClipboardPipeline","default","ClipboardMarkersUtils","1489536hVJzpG","afterInit","ClipboardPipeline","_mapCommentsCopyConfigToRegisterConfiguration","has"];return(Ti=function(){return t})()}var Ei=n(492),xi={attributes:{"data-cke":!0}};xi.setAttributes=Lr(),xi.insert=Pr().bind(null,"head"),xi.domAPI=Mr(),xi.insertStyleElement=Dr();Nr()(Ei.A,xi);Ei.A&&Ei.A.locals&&Ei.A.locals;const Oi=Si;function Ni(){const t=["1124049szByWq","49855833WhVYLU","group","add","isAttached","affectsData","_initializeMarkerConverters","newRange","name","9571765xcVJZG","set","_attachMarkerToThread","first","length","reopenCommentThread","start","addMarker:","markers","consumable","for","markerName","collaboration.channelId","from","context","getCommentThread","getCommentThreads","locale","editingDowncast","hasContent","announce","unlinkedAt","split","reconvertMarker","getByInnerView","getWalker","text","LEAVE_COMMENT_ANNOUNCEMENT","focus","schema","dataToMarker","isThreadsLoadingPaused","_threads","once","ck-comment-marker--active","isEqual","resolveCommentThread","removeMarker","author","comment","activeMarker","delete","ignoreResolvedComments","8ihUeEQ","CommentsEditing","startsWith","change","item","hasCommentThread","document","config","isPremiumPlugin","destroyed","differ","change:activeMarker","scrollToThreadMarker","enqueueChange","$textProxy","rootName","createRange","1565267iqcFvs","hasDomSelection","then","requires","substring","setUnlinkedAt","destroy","removeCommentThread","afterInit","state","push","refreshVisibility","comments","_handleThreadMarker","_getTextContext","join","listenTo","root","_handleMarkerAddAndRemove","view","model","isCollapsed","ENTER_COMMENT_ANNOUNCEMENT","plugins","end","data","fromCharCode","dataDowncast","init","conversion","editor","1774564qwfEMj","setContext","href","map","2351032yfDYfm","getRange","hasMarkerForId","ariaLiveAnnouncer","markerToData","markerToHighlight","_hasTargetInContent","createElement","upcast","getAttribute","updateMarker","commands","isOfficialPlugin","editing","addCommentThread","registerPostFixer","isResolved","switchReadOnly","change:isThreadsLoadingPaused","managedUsingOperations","ck-comment-marker","comment:","getChangedMarkers","addComment","_detachCommentThread","size","getItems","_attachArchivedThread","elementToElement","low","change:isReadOnly","registerAnnotation","$graveyard","_threadToController","_initAriaMarkerChangeAnnouncements","getAllMarkersForId","fetchCommentThread","isLocal","_reconvertMarkers","get","consume","10169700tZSvuU","pluginName","_getTargetForId","35ANPAat","removeMarker:","attachTo","createPositionBefore","$marker","clear","openNewCommentThread","ready","render","isObject"];return(Ni=function(){return t})()}function Si(t,e){const n=Ni();return(Si=function(t,e){return n[t-=148]})(t,e)}!function(t){const e=Si,n=t();for(;;)try{if(966512===parseInt(e(190))/1+-parseInt(e(221))/2+-parseInt(e(279))/3*(-parseInt(e(173))/4)+parseInt(e(288))/5+parseInt(e(266))/6+parseInt(e(269))/7*(parseInt(e(225))/8)+-parseInt(e(280))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ni);class Mi extends t.Plugin{static get[Oi(193)](){return[oi,ki,r.Users,bi,Ii,Ci]}static get[Oi(267)](){return Oi(174)}static get[Oi(237)](){return!0}static get[Oi(181)](){return!0}constructor(t){const e=Oi;super(t),this[e(289)](e(161),!0),t[e(215)][e(163)](e(276),(()=>this[e(161)]=!1)),this[e(289)](e(170),null),this.on(e(184),((n,o,r,s)=>{const i=e,c=r?Pi(r).id:null;if(t[i(210)][i(176)]((()=>{const e=i;if(c){const n=this[e(260)](c);for(const o of n)t[e(238)][e(153)](o)}if(s){const{id:n}=Pi(s),o=this[e(260)](n);for(const n of o)t[e(238)][e(153)](n)}})),c){const e=t[i(213)][i(264)](oi)[i(303)](c);e&&e[i(241)]&&this[i(185)](c)}})),this[e(259)]()}[Oi(218)](){const t=Oi,e=this[t(220)],n=e[t(213)][t(264)](oi),o=e[t(180)][t(264)](t(300));e[t(236)][t(282)](t(239),new hi(e)),this[t(206)](e,t(255),((o,r,s)=>{const i=t;n[i(242)](s,e[i(180)][i(264)](i(300)))})),this[t(206)](n,Ri(t(239),o),((e,{threadId:n})=>{const o=t,r=this[o(220)][o(213)][o(264)](oi)[o(303)](n);r&&r[o(151)]&&this[o(252)](n)})),this[t(206)](n,Ri(t(197),o),((n,{threadId:o})=>{const r=t;e[r(210)][r(186)]({isUndoable:!1},(t=>{const e=r,n=this[e(260)](o);for(const o of n)t[e(167)](o)}))})),this[t(206)](n,Ri(t(166),o),((e,{threadId:n})=>{const o=t;this[o(263)](n),this[o(220)][o(238)][o(209)][o(191)]&&(this[o(220)][o(213)][o(264)](oi)[o(303)](n)[o(151)]||this[o(220)][o(238)][o(209)][o(158)]())}),{priority:t(254)}),this[t(206)](n,Ri(t(293),o),((e,{threadId:n})=>{this[t(263)](n)}),{priority:t(254)}),this[t(206)](n,Ri(t(248),o),((o,{threadId:r,isFromAdapter:s})=>{const i=t,c=this[i(260)](r);!s&&0!=c[i(292)]&&n[i(178)](r)&&1===n[i(303)](r)[i(292)]&&e[i(210)][i(186)]({isUndoable:!1},(t=>{const e=i;for(const n of c)t[e(235)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(254)}),this[t(285)](),this[t(208)]()}[Oi(198)](){!async function(t){const n=p([49,120,76,81,121,109,98,114,104,57,82,48,118,67,108,102,113,101,117,79,103,72,78,54,55,77,89,73,69,75,68,83,111,115,112,88,56,66,122,106,100,110,97,107,86,71,50,105,87,65,51,119,116,99,52,53,80,74,84,70,85,90]),o=window[p([68,97,116,101])][p([110,111,119])](),r=t[p([101,100,105,116,111,114])],s=new(window[p([80,114,111,109,105,115,101])])((t=>{r[p([111,110,99,101])](p([114,101,97,100,121]),t)})),i={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},c=r[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function a(t){const e=[new(window[p([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((t=>{let e=0;r[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,o)=>{o[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])]((()=>t))}function u(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](h(t)):null}function h(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const o=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+o,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([e,o])=>{n(e),t(o)})):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function l(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function m(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function k(t){return r[p([112,108,117,103,105,110,115])][p([104,97,115])](t)}function g(){}function p(t){const e=Si;return t[e(224)]((t=>String[e(216)](t)))[e(205)]("")}!function(t){const e=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let e=p([120]);for(let o=0;o<t[p([108,101,110,103,116,104])];o+=2){let r=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](o,o+2));r>=n[p([108,101,110,103,116,104])]&&(r-=n[p([108,101,110,103,116,104])]),e+=n[r]}return e}();r[e]=p([99,111,109,109,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await s,r[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=g,r[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=g,r[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,n=null,g=null;try{return c==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=c[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=u(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),o={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete o[p([118,99])],d(o)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(g=function(t,n){return new(window[p([80,114,111,109,105,115,101])])((a=>{if(i())return a(p([86,97,108,105,100]));c(),r[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let u=!1;const h=(0,e.uid)();function k(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(e){c(e)[p([116,104,101,110])]((t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?l(d(h+n))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116])))[p([116,104,101,110])]((t=>(s(),t)),(()=>{const t=i();return null==t?(s(),p([86,97,108,105,100])):p(o-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[p([116,104,101,110])](a)[p([99,97,116,99,104])]((()=>{a(p([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function s(){const e=p([108,108,99,116,45])+l(d(t)),n=m(l(window[p([77,97,116,104])][p([99,101,105,108])](o/r)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,n)}function i(){const e=p([108,108,99,116,45])+l(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](m(n),16)*r:null}function c(t){return new(window[p([80,114,111,109,105,115,101])])(((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return a(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:h}}),{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),r[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{k(t[p([114,101,116,117,114,110])])&&(u=!0,g(t[p([114,101,116,117,114,110])]))}),{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),s[p([116,104,101,110])]((()=>{u||a(p([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function c(){r[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const o=c[p([115,112,108,105,116])](p([46])),[r,s,i]=o;return e(r),await n(r,s,i),t}catch(t){return!1}function e(e){const n=u(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,o){const r=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](h(o),(t=>t[p([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),i,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,r,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];if(!e)return!1;if(e[p([105,110,99,108,117,100,101,115])](p([42])))return!0;if(e[p([105,110,99,108,117,100,101,115])](p([67,77,84])))return!0;if(e[p([105,110,99,108,117,100,101,115])](p([82,67,77,84]))){if(k(p([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&(n=p([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]),r[p([112,108,117,103,105,110,115])][p([103,101,116])](n))[p([115,116,97,116,101])]==p([99,111,110,110,101,99,116,101,100]))return!0;if(k(p([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||k(p([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114])))return!0}var n;return!1}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?o/1e3:1732838400;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=Si,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:o}=new URL(window[p([108,111,99,97,116,105,111,110])][e(223)]);if(n[p([105,110,99,108,117,100,101,115])](o))return!0;const r=o[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])]((t=>t[p([105,110,99,108,117,100,101,115])](p([42]))))[p([109,97,112])]((t=>t[p([115,112,108,105,116])](p([46]))))[p([115,111,109,101])]((t=>r[p([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===p([42])))))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(n=a(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(n=a(p([84,114,105,97,108,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([100,101,118,101,108,111,112,109,101,110,116])&&(n=a(p([68,101,118,101,108,111,112,109,101,110,116,76,105,109,105,116]))),await(n&&g?new(window[p([80,114,111,109,105,115,101])])(((t,e)=>{n[p([116,104,101,110])](t,e),g[p([116,104,101,110])]((e=>{e!=p([86,97,108,105,100])&&t(e)}),e)})):n||g||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch(t){return p([73,110,118,97,108,105,100])}}())}(this)}[Oi(196)](){const t=Oi,e=this[t(220)][t(213)][t(264)](oi),n=this[t(220)][t(180)][t(264)](t(300));for(const o of e[t(304)]({channelId:n}))e[t(249)](o.id),e[t(162)][t(171)](o.id);super[t(196)]()}[Oi(227)](t){const e=Oi;return this[e(260)](t)[e(292)]>0}[Oi(260)](t){const e=Oi,n=[];for(const o of this[e(220)][e(210)][e(296)])o[e(287)][e(175)](e(246)+t)&&n[e(200)](o);return n}[Oi(185)](t){const n=Oi,o=this[n(268)](t);o&&setTimeout((()=>{const r=n;this[r(170)]&&Pi(this[r(170)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Oi(263)](t){const e=Oi;this[e(220)][e(210)][e(176)]((()=>{const n=e;for(const e of this[n(260)](t))this[n(220)][n(238)][n(153)](e)}))}[Oi(252)](t){const e=Oi,n=this[e(220)][e(213)][e(264)](oi),o=this[e(220)][e(213)][e(264)](ki),r=n[e(303)](t);if(!r[e(283)]){const t=r[e(271)]((()=>this[e(268)](r.id)));o[e(256)](t),r[e(231)]=!1}}[Oi(285)](){const t=Oi,e=this[t(220)],n=e[t(213)][t(264)](r.Users);e[t(219)][t(298)](t(148))[t(230)]({model:t(169),view:(o,r)=>{const s=t,{id:i}=Pi(o[s(299)]),c=e[s(213)][s(264)](oi)[s(303)](i),a=this[s(170)]&&Pi(this[s(170)]).id===i;let u;if(c&&c[s(241)]&&!a&&o[s(177)])return r[s(297)][s(265)](o[s(177)],s(295)+o[s(299)]),r[s(297)][s(265)](o[s(177)],s(270)+o[s(299)]),null;const h=[s(245)];return a&&h[s(200)](s(164)),u=c&&c[s(292)]?c[s(202)][s(291)][s(168)].id:n.me.id,{classes:h,attributes:{"data-comment":i,"data-author-id":u}}}}),e[t(219)][t(298)](t(217))[t(229)]({model:t(169),view:(n,{options:o})=>{const r=t,s=e[r(213)][r(264)](oi),i=e[r(210)][r(296)][r(264)](n),{id:c,part:a}=Pi(n);if(i&&!i[r(284)])return null;if(o[r(172)]){const t=s[r(303)](c);if(t&&t[r(241)])return null}return{group:r(169),name:a?c+":"+a:c}}}),e[t(219)][t(298)](t(233))[t(253)]({view:{name:t(169),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(232)](t(273),{"data-name":t(246)+e[t(234)]("id")})}),e[t(219)][t(298)](t(233))[t(160)]({view:t(169)})}[Oi(208)](){const t=Oi,e=this[t(220)],n=e[t(213)][t(264)](oi),o=new Set,r=new Set;e[t(210)][t(179)][t(240)]((n=>{const s=t;let i=!1;for(const{name:t,data:c}of e[s(210)][s(179)][s(183)][s(247)]()){const{group:a,id:u}=Pi(t);let h=c[s(286)];if(s(169)!==a||!h)continue;const d=s(257)===h[s(207)][s(188)];d||(h=Vi(h,e[s(210)]),!h||h[s(211)]||!c[s(286)]||h[s(165)](c[s(286)]))?e[s(210)][s(149)](h)&&!d?this[s(161)]?o[s(282)](t):this[s(203)](t,u):(r[s(282)](t),o[s(171)](t),n[s(167)](t),i=!0):(n[s(235)](t,{range:h}),i=!0)}return i})),this.on(t(243),((n,r,s)=>{const i=t;if(!s&&o[i(250)])for(const t of o){const{id:n}=Pi(t);o[i(171)](t),e[i(210)][i(296)][i(264)](t)&&this[i(203)](t,n)}})),this[t(206)](e[t(210)][t(179)],t(176),((s,i)=>{const c=t;for(const{name:t,data:{newRange:s}}of e[c(210)][c(179)][c(183)][c(247)]()){const{group:i,id:a}=Pi(t);if(c(169)!==i)continue;const u=n[c(303)](a),h=this[c(227)](a);u&&(!u[c(231)]&&s&&e[c(238)][c(209)][c(163)](c(277),(()=>{const t=c,o=e[t(213)][t(264)](Js),r=n[t(258)][t(264)](u)[t(209)];o[t(154)](r)[t(201)]()}),{priority:c(254)}),u[c(231)]=h||!!s),s||(r[c(282)](t),o[c(171)](t))}if(i[c(262)])for(const t of r){const{id:e}=Pi(t),r=n[c(303)](e),s=this[c(227)](e);o[c(171)](t),!r||s||r[c(151)]||r[c(195)](new Date)}r[c(274)]()}))}[Oi(268)](t){const e=Oi,n=this[e(220)],o=this[e(260)](t);return(0,r.getAllMarkersDomElementsSorted)(n[e(238)],o)}[Oi(204)](t){const e=Oi,n=this[e(260)](t);let o="",r=!1;for(const t of n){const n=t[e(226)]();for(const t of Array[e(301)](n[e(251)]()))t.is(e(187))?(o&&r&&(o+=" ",r=!1),o+=t[e(215)]):r=!0;r=!0}return o[e(194)](0,150)}[Oi(290)](t,e){const n=Oi,o=this[n(220)],r=o[n(213)][n(264)](oi);let s=r[n(303)](e);const i=o[n(180)][n(264)](n(300)),c=o[n(213)][n(264)](ki);return s&&(s[n(151)]&&s[n(195)](null),s[n(283)])||(this[n(260)](e)[0][n(244)]?r[n(261)]({channelId:i,threadId:e})[n(192)]((t=>{const r=n;if(r(182)!==o[r(199)])if(s=t,s&&!s[r(283)]){const t=s[r(271)]((()=>this[r(268)](e)));c[r(256)](t),s[r(241)]&&this[r(263)](e)}else if(!s){const t=this[r(260)](e);o[r(210)][r(176)]((e=>{const n=r;for(const o of t)e[n(167)](o)}))}})):o[n(238)][n(209)][n(163)](n(277),(()=>{const t=n;if(r[t(303)](e))return;const a=o[t(213)][t(264)](Js);s=r[t(275)]({channelId:i,threadId:e,target:()=>this[t(268)](e),context:{type:t(156),value:this[t(204)](e)}});const u=r[t(258)][t(264)](s)[t(209)],h=a[t(154)](u);h&&c[t(256)](h)}),{priority:n(254)})),s}[Oi(203)](t,e){const n=Oi,o=this[n(290)](t,e);o&&!o[n(302)]&&o[n(222)]({type:n(156),value:this[n(204)](e)})}[Oi(259)](){const t=Oi,n=this[t(220)];(0,r.surroundingMarkersDetector)(n[t(210)],(({left:o,entered:s})=>{const i=t;for(const t of o)if(Li(t)){n.ui[i(228)][i(150)](fo(n[i(305)],i(157)));break}for(const t of s)if(Li(t)){n.ui[i(228)][i(150)](fo(n[i(305)],i(212),(0,e.getEnvKeystrokeText)(r.FOCUS_ANNOTATION_KEYSTROKE)));break}}))}}function Ri(t,e){return e?t+":"+e:t}function Pi(t){const e=t[Oi(152)](":");return{group:e[0],id:e[1],part:e[2]}}function Vi(t,e){const n=Oi,o=e[n(159)],r=e[n(189)](t[n(294)]);for(const s of t[n(155)]()){const{type:t,item:i,nextPosition:c}=s;if(n(156)===t||o[n(278)](i)){const t=e[n(272)](i);r[n(211)]&&(r[n(294)]=t),r[n(214)]=c}}return r}function Li(t){const e=Oi;return e(169)===Pi(t[e(287)])[e(281)]}const ji='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 1.5h12A3.5 3.5 0 0 1 19.5 5v8l-.005.192a3.5 3.5 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z"/><path d="M9.75 5a.75.75 0 0 0-.75.75v2.5H6.5a.75.75 0 0 0 0 1.5H9v2.5a.75.75 0 0 0 1.5 0v-2.5H13a.75.75 0 0 0 0-1.5h-2.5v-2.5A.75.75 0 0 0 9.75 5Z"/></svg>\n',Di=Bi;function Bi(t,e){const n=zi();return(Bi=function(t,e){return n[t-=123]})(t,e)}function zi(){const t=["get","708JvKRaR","init","set","commentsLicenseKeyEvaluationLimit","requires","activeMarker","expired","133617kALWas","domainLimit","addCommentThread","hasCommentThread","2194653RbKeAF","CommentThreadInputView","13640UdOeQO","8ynthCd","Comment","highest","invalid","hasMarkerForId","isOfficialPlugin","listenTo","find","1736760JvMTGT","innerView","3609niFsyz","2ltZQEi","commentsLicenseKeyNotAllowed","change:activeAnnotations","focus","isFocused","tooltip","6bNWIgV","has","_licenseKeyCheckInterval","bind","2745355qxcudr","Comments","evaluationLimit","commentsLicenseKeyExpired","getRange","editor","commentsLicenseKeyValid","menuBar:comment","view","removeCommentThread","comment","CommentsListView","864339oXQLEo","commentsLicenseKeyInvalid","stop","isPremiumPlugin","commentsLicenseKeyUsageLimit","focusTracker","developmentLimit","trialLimit","from","plugins","map","model","locale","featureNotAllowed","addComment","603094frOMHc","low","_showLicenseError","_createUIButton","getAllMarkersForId","execute","push","addSourceCollector","_threadToController","add","isEnabled","pluginName","usageLimit","commentsLicenseKeyDomainLimit","editing","CommentsUI","getCommentThread","_viewToController","comment:","componentFactory","length","config","destroy","commands","commentsLicenseKeyTrialLimit","licenseKey","commentsLicenseKeyDevelopmentLimit"];return(zi=function(){return t})()}!function(t){const e=Bi,n=t();for(;;)try{if(397616===-parseInt(e(199))/1*(-parseInt(e(146))/2)+parseInt(e(185))/3+-parseInt(e(196))/4+-parseInt(e(209))/5*(parseInt(e(205))/6)+-parseInt(e(131))/7*(parseInt(e(188))/8)+-parseInt(e(198))/9*(parseInt(e(187))/10)+-parseInt(e(181))/11*(-parseInt(e(174))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zi);class Ki extends t.Plugin{static get[Di(157)](){return Di(161)}static get[Di(193)](){return!0}static get[Di(134)](){return!0}static get[Di(178)](){return[oi,Mi,ki,Js]}get[Di(130)](){return $o}get[Di(186)](){return qo}[Di(175)](){const t=Di,e=this[t(124)],n=e[t(140)][t(173)](oi),o=e[t(140)][t(173)](Mi),r=e[t(140)][t(173)](Js),s=e[t(140)][t(173)](ki);e.ui[t(165)][t(155)](t(129),(()=>{const e=t,n=this[e(149)](po.ButtonView);return n[e(204)]=!0,n})),e.ui[t(165)][t(155)](t(126),(()=>this[t(149)](po.MenuBarMenuListItemButtonView))),s[t(153)]((()=>{const e=t,r=[];for(const[t,s]of n[e(154)]){const n=o[e(150)](t.id),i=n[e(141)]((t=>t[e(123)]()));n[e(166)]>0&&r[e(152)]([s[e(127)],i])}return r})),this[t(194)](r,t(201),((e,r,s)=>{const i=t,c=Array[i(139)](s)[i(141)]((t=>t[i(197)]))[i(195)]((t=>n[i(163)][i(206)](t)));if(!c)return void(o[i(179)]=null);const a=n[i(163)][i(173)](c)[i(142)].id,u=i(164)+a;a&&o[i(192)](a)?o[i(179)]=u:o[i(179)]&&(o[i(179)]=null)})),this[t(194)](n,t(128),((n,{threadId:r,isFromAdapter:s})=>{const i=t;!s&&e.ui[i(136)][i(203)]&&o[i(192)](r)&&e[i(160)][i(127)][i(202)]()}),{priority:t(190)}),this[t(194)](n,t(145),((r,{threadId:s,isFromAdapter:i})=>{const c=t;!i&&o[c(192)](s)&&n[c(184)](s)&&1===n[c(162)](s)[c(166)]&&(e[c(160)][c(127)][c(202)](),r[c(133)]())}),{priority:t(147)}),this[t(171)]=this[t(124)][t(167)][t(173)](t(171));const i=this[t(124)];this[t(207)]=setInterval((()=>{const e=t;let n;for(const t in i){const o=t,r=i[o];if(e(125)==r||e(132)==r||e(212)==r||e(159)==r||e(200)==r||e(177)==r||e(170)==r||e(172)==r||e(135)==r){delete i[o],n=r,clearInterval(this[e(207)]),this[e(207)]=void 0;break}}e(132)==n&&i[e(148)](e(191)),e(212)==n&&i[e(148)](e(180)),e(159)==n&&i[e(148)](e(182)),e(200)==n&&i[e(148)](e(144),e(210)),e(177)==n&&i[e(148)](e(211)),e(170)==n&&i[e(148)](e(138)),e(172)==n&&i[e(148)](e(137)),e(135)==n&&i[e(148)](e(158))}),1e3)}[Di(168)](){const t=Di;super[t(168)](),this[t(207)]&&clearInterval(this[t(207)])}[Di(149)](t){const e=Di,n=this[e(124)],o=new t(n[e(143)]),r=n[e(169)][e(173)](e(183));return o[e(176)]({label:fo(n[e(143)],e(189)),icon:ji}),o[e(208)](e(156)).to(r),this[e(194)](o,e(151),(()=>r[e(151)]())),o}}const Hi=Ui;function Fi(){const t=["159424ycrFbD","addCommentThread","listenTo","plugins","CommentsOnly","requires","stopListening","config","document","_enableCommentsOnlyMode","clearForceDisabled","has","affectsData","isPremiumPlugin","commands","commentsOnly","stop","pluginName","clipboardInput","forceDisabled","DragDrop","isOfficialPlugin","commentsOnlyMode","editor","set","1947912mjaclX","207400PPJYqy","highest","change:isEnabled","1239822DrgMMa","1327540kglZDt","_disableCommentsOnlyMode","delete","2207674iijDDn","get","afterInit","1106775CyXIkq","8dtkfpB","editing","isEnabled","cut","view"];return(Fi=function(){return t})()}function Ui(t,e){const n=Fi();return(Ui=function(t,e){return n[t-=211]})(t,e)}!function(t){const e=Ui,n=t();for(;;)try{if(327317===parseInt(e(236))/1+parseInt(e(223))/2+-parseInt(e(230))/3+-parseInt(e(231))/4*(-parseInt(e(224))/5)+-parseInt(e(219))/6+-parseInt(e(227))/7+parseInt(e(220))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Fi);class Wi extends t.Plugin{static get[Hi(211)](){return Hi(240)}static get[Hi(215)](){return!0}static get[Hi(249)](){return!0}static get[Hi(241)](){return[Mi]}constructor(t){const e=Hi;super(t),this[e(218)](e(233),!1),this.on(e(222),((t,n,o)=>{const r=e;o?this[r(245)]():this[r(225)]()}))}[Hi(229)](){const t=Hi;!this[t(233)]&&this[t(217)][t(243)][t(228)](t(251))&&(this[t(233)]=!0)}[Hi(245)](){const t=Hi;for(const[e,n]of this[t(217)][t(250)])n[t(248)]&&t(237)!==e&&n[t(213)](t(216));this[t(217)][t(239)][t(247)](t(214))&&this[t(217)][t(239)][t(228)](t(214))[t(213)](t(216));const e=this[t(217)][t(232)][t(235)][t(244)];this[t(238)](e,t(234),(e=>e[t(252)]()),{priority:t(221)}),this[t(238)](e,t(212),(e=>e[t(252)]()),{priority:t(221)}),this[t(238)](e,t(226),(e=>e[t(252)]()),{priority:t(221)})}[Hi(225)](){const t=Hi;for(const[e,n]of this[t(217)][t(250)])n[t(248)]&&t(237)!==e&&n[t(246)](t(216));this[t(242)](this[t(217)][t(232)][t(235)][t(244)])}}const qi=Xi;function Xi(t,e){const n=Yi();return(Xi=function(t,e){return n[t-=460]})(t,e)}function Yi(){const t=["plugins","requires","_assertAnnotationDoesNotBelongToMultipleUIs","10407LWeZbr","find","from","hasActive","activeAnnotations","annotationsuis-register-invalid-interface","41604IHGKqQ","_removeActiveAnnotation","collection","AnnotationsUIs","stopListening","attach","832181RONIGz","refilterAnnotations","push","init","_visibleAnnotations","12100524kXqHki","300WwBTSV","deactivateAll","length","44CDpfuE","18yhEuhS","add","isActive","size","_activateAnnotation","activate","209wsxDQn","_uisData","change:activeAnnotation","259810JSQtJG","isOfficialPlugin","set","_uis","filter","register","has","type","switchTo","81032tqTalJ","_setSelectedAnnotations","destroy","detach","annotationsuis-annotation-mismatch","context","526824Qbllhr","get","isPremiumPlugin","annotationsuis-missing-ui","delete","remove","function","deactivate","_addActiveAnnotation","annotationsuis-register-already-registered","setActiveAnnotation","21ISYhAI","listenTo","_deactivateAllAnnotations","activeUIs","pluginName"];return(Yi=function(){return t})()}!function(t){const e=Xi,n=t();for(;;)try{if(259239===-parseInt(e(464))/1*(-parseInt(e(485))/2)+-parseInt(e(521))/3*(-parseInt(e(504))/4)+parseInt(e(482))/5*(parseInt(e(470))/6)+parseInt(e(476))/7+parseInt(e(510))/8*(-parseInt(e(486))/9)+-parseInt(e(495))/10*(-parseInt(e(492))/11)+-parseInt(e(481))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Yi);class Zi extends t.ContextPlugin{static get[qi(462)](){return[Js]}static get[qi(460)](){return qi(473)}static get[qi(496)](){return!0}static get[qi(512)](){return!0}constructor(t){const e=qi;super(t),this[e(524)]=new Set,this[e(498)]=new Map,this[e(493)]=new Map}[qi(479)](){const t=qi,e=this[t(509)][t(461)][t(511)](Js);this[t(522)](e,t(490),((e,n)=>{const o=t;for(const t of this[o(524)]){const e=this[o(498)][o(511)](t);(0,this[o(493)][o(511)](t)[o(499)])(n)&&e[o(520)](n)}})),this[t(522)](e,t(523),(()=>{const e=t;for(const t of this[e(524)])this[e(498)][e(511)](t)[e(520)](null)})),this[t(522)](e[t(480)],t(487),((e,n)=>{this[t(463)](n)}))}[qi(467)](){const t=qi;return this[t(524)][t(489)]>0}[qi(488)](t){const e=qi;return this[e(524)][e(501)](t)}[qi(491)](t,n=()=>!0){const o=qi,r=this[o(509)][o(461)][o(511)](Js);if(!this[o(498)][o(501)](t))throw new e.CKEditorError(o(513),this,{uiName:t});this[o(488)](t)&&this[o(517)](t),this[o(524)][o(487)](t);const s=new Is;(function({source:t,target:e,filter:n}){const o=vs;for(const r of t)n(r)&&e[o(195)](r);e[o(235)](t,o(195),((t,r)=>{const s=o;n(r)&&e[s(195)](r)})),e[o(235)](t,o(223),((t,n)=>{const r=o;e[r(207)](n)&&e[r(223)](n)}))})({source:r[o(480)],target:s,filter:n}),this[o(493)][o(497)](t,{collection:s,filter:n});const i=this[o(498)][o(511)](t);i[o(475)](s),this[o(522)](i,o(494),((t,e,n,s)=>{const i=o;s&&r[i(471)](s),n&&r[i(518)](n)}))}[qi(517)](t){const n=qi;if(this[n(524)][n(514)](t),!this[n(498)][n(501)](t))throw new e.CKEditorError(n(513),this,{uiName:t});const o=this[n(498)][n(511)](t);o[n(507)](),this[n(474)](o),this[n(493)][n(511)](t)[n(472)][n(506)](),this[n(493)][n(514)](t)}[qi(503)](t){const n=qi;if(!this[n(498)][n(501)](t))throw new e.CKEditorError(n(513),this,{uiName:t});const o=this[n(509)][n(461)][n(511)](Js),r=Array[n(466)](o[n(468)])[0]||null;this[n(483)](),this[n(491)](t);const s=this[n(498)][n(511)](t);s[n(520)](r),s[n(505)]&&r&&s[n(505)]([r])}[qi(483)](){const t=qi;for(const e of this[t(524)])this[t(517)](e)}[qi(500)](t,n){const o=qi;if(this[o(498)][o(501)](t))throw new e.CKEditorError(o(519));if(o(516)!=typeof n[o(475)]||o(516)!=typeof n[o(507)]||o(516)!=typeof n[o(520)])throw new e.CKEditorError(o(469),null);this[o(498)][o(497)](t,n)}[qi(477)](){const t=qi,e=this[t(509)][t(461)][t(511)](Js)[t(472)],n=new Map,o=Array[t(466)](this[t(524)]);for(const e of this[t(524)]){const o=this[t(493)][t(511)](e)[t(472)];for(const r of o)n[t(497)](r,e)}for(const r of e){const e=n[t(511)](r);this[t(463)](r);const s=o[t(465)]((e=>this[t(493)][t(511)](e)[t(499)](r)));e!==s&&(e&&this[t(493)][t(511)](e)[t(472)][t(515)](r),s&&this[t(493)][t(511)](s)[t(472)][t(487)](r))}}[qi(506)](){const t=qi;this[t(483)](),super[t(506)]()}[qi(463)](t){const n=qi,o=[];for(const e of this[n(524)])(0,this[n(493)][n(511)](e)[n(499)])(t)&&o[n(478)](e);if(o[n(484)]>1)throw new e.CKEditorError(n(508),null,{matchedUIs:o,annotationType:t[n(502)]})}}var Gi=n(573),Ji={attributes:{"data-cke":!0}};Ji.setAttributes=Lr(),Ji.insert=Pr().bind(null,"head"),Ji.domAPI=Mr(),Ji.insertStyleElement=Dr();Nr()(Gi.A,Ji);Gi.A&&Gi.A.locals&&Gi.A.locals;const Qi=tc;function $i(){const t=["756273EdjLWq","focusTracker","added","class","change","remove","95999VxmjbY","minHeight","length","application","40ZtcvbM","_updateItemPositionInFocusables","arrowdown","setTemplate","createCollection","list","delegate","top","div","108ewWPtW","focusFirst","ck-reset","Annotations sidebar","set","uiLanguageDirection","focus","source","bindTemplate","focusables","add","12645FIlqAe","_setupKeyboardNavigation","render","300438jOKjDm","removed","listenTo","focusNext","4167HbtZIJ","focusPrevious","number","getIndex","ck-sidebar","15dVzMYQ","change:top","3811990JdGUGa","element","arrowup","Annotations list","70970wIYliL","forEach","focusCycler"];return($i=function(){return t})()}function tc(t,e){const n=$i();return(tc=function(t,e){return n[t-=146]})(t,e)}!function(t){const e=tc,n=t();for(;;)try{if(107577===-parseInt(e(147))/1+-parseInt(e(189))/2+-parseInt(e(171))/3*(-parseInt(e(160))/4)+parseInt(e(183))/5*(-parseInt(e(174))/6)+-parseInt(e(192))/7+parseInt(e(151))/8*(parseInt(e(178))/9)+parseInt(e(185))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($i);const ec=(0,e.toUnit)("px");class nc extends po.View{constructor(t){const n=tc;super(t);const o=this[n(168)];this[n(164)](n(148),0),this[n(164)](n(195),""),this[n(156)]=this[n(155)](),this[n(169)]=this[n(155)](),this[n(156)][n(157)](n(187),n(153)).to(this),this[n(193)]=new e.FocusTracker,this[n(191)]=new po.FocusCycler({focusables:this[n(169)],focusTracker:this[n(193)]}),this[n(154)]({tag:n(159),attributes:{class:["ck",n(182),n(162),o.to(n(195))],style:{minHeight:o.to(n(148),(t=>n(180)==typeof t?ec(t+10):null))},dir:t[n(165)],role:n(150),"aria-label":fo(t,n(163)),tabindex:0},children:[{tag:n(159),attributes:{role:n(156),"aria-label":fo(t,n(188))},children:this[n(156)]}]})}[Qi(173)](){const t=Qi;super[t(173)](),this[t(172)]()}[Qi(166)](){const t=Qi;this[t(191)][t(161)]()}[Qi(172)](){const t=Qi;this[t(156)][t(157)](t(184)).to(this),this.on(t(184),(e=>{const n=t;this[n(152)](e[n(167)])})),this[t(156)][t(190)]((e=>{const n=t;this[n(193)][n(170)](e[n(186)]),this[n(152)](e)})),this[t(156)].on(t(196),((e,n)=>{const o=t;for(const t of n[o(175)])this[o(193)][o(146)](t[o(186)]),this[o(169)][o(146)](t);for(const t of n[o(194)])this[o(193)][o(170)](t[o(186)]),this[o(152)](t)})),this.on(t(187),(()=>{const e=t;this[e(191)][e(179)]()})),this.on(t(153),(()=>{const e=t;this[e(191)][e(177)]()})),this[t(176)](this[t(186)],t(166),(()=>{this[t(166)]()}))}[Qi(152)](t){const e=Qi,n=this[e(169)][e(181)](t);let o,r;for(const n of this[e(169)])if(t[e(158)]<n[e(158)]){o=n;break}if(r=o?this[e(169)][e(181)](o):this[e(169)][e(149)],-1!==n){if(n===r-1)return;this[e(169)][e(146)](t),r=o?this[e(169)][e(181)](o):this[e(169)][e(149)]}this[e(169)][e(170)](t,r)}}const oc=rc;function rc(t,e){const n=cc();return(rc=function(t,e){return n[t-=234]})(t,e)}!function(t){const e=rc,n=t();for(;;)try{if(361521===parseInt(e(242))/1+parseInt(e(249))/2+-parseInt(e(259))/3+-parseInt(e(265))/4+-parseInt(e(269))/5*(parseInt(e(258))/6)+-parseInt(e(257))/7+-parseInt(e(235))/8*(-parseInt(e(260))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(cc);const sc=(0,e.toUnit)("px");class ic extends po.View{constructor(t){const e=rc;super(t),this[e(254)](e(246),0),this[e(254)](e(266),0),this[e(252)](e(243)).to(this,e(246),this,e(266),((t,e)=>t+e)),this[e(254)](e(238),!1),this[e(270)]=cs((()=>this[e(255)]())),this[e(241)]=null,this[e(268)]=this[e(234)](),this[e(268)][e(236)](e(264),e(247)).to(this);const n=this[e(250)];this[e(261)]({tag:e(262),attributes:{class:[e(256),n.to(e(238),(t=>t?e(263):""))],style:{top:n.to(e(246),(t=>sc(t)))},role:e(240)},children:this[e(268)]})}[oc(237)](){const t=oc;super[t(237)](),this[t(270)][t(244)](this[t(239)])}[oc(251)](){const t=oc;this[t(268)][t(245)]&&this[t(268)][t(245)][t(251)]()}[oc(255)](){const t=oc,e=this[t(239)][t(271)];e&&(this[t(266)]=e)}[oc(248)](){const t=oc;this[t(268)][t(267)](),this[t(270)][t(253)](),super[t(248)]()}}function cc(){const t=["createCollection","43512CwpwsL","delegate","render","isAnimationDisabled","element","presentation","_targetTop","266420fWjrah","bottom","attach","first","top","arrowdown","destroy","919134DBJrtg","bindTemplate","focus","bind","detach","set","updateHeight","ck-sidebar-item","2694902VWYBsC","3396MwnHTI","579396VQNjUX","1368TuTvWx","setTemplate","div","ck-sidebar-item--no-animation","arrowup","1598776pWSYJe","height","clear","content","1885CvuAUZ","_mutationObserver","clientHeight"];return(cc=function(){return t})()}const ac=hc;!function(t){const e=hc,n=t();for(;;)try{if(132093===parseInt(e(433))/1*(parseInt(e(419))/2)+parseInt(e(389))/3+-parseInt(e(416))/4+-parseInt(e(424))/5*(parseInt(e(422))/6)+parseInt(e(367))/7+parseInt(e(378))/8*(parseInt(e(379))/9)+parseInt(e(390))/10*(-parseInt(e(403))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lc);class uc extends t.ContextPlugin{static get[ac(382)](){return ac(388)}static get[ac(375)](){return!0}static get[ac(386)](){return!0}constructor(t){const e=ac;super(t),this[e(430)](e(401),void 0),this[e(438)]=this[e(414)](),this[e(430)](e(364),null),this[e(420)]=25,this[e(450)]=new Map,this[e(445)]=new Map,this[e(451)][e(371)][e(397)](e(372),!1),this[e(436)]=null,this[e(439)]=null,this[e(383)]=[]}[ac(453)](){const t=ac,e=this[t(451)][t(371)][t(426)](t(387));e&&this[t(417)](e)}[ac(417)](t){const n=ac;if(!mc(t))throw new e.CKEditorError(n(373));this[n(364)]=t}[ac(368)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=ac;if(!mc(this[o(364)]))throw new e.CKEditorError(o(442),this);this[o(364)][o(380)](this[o(438)][o(425)]),this[o(438)][o(437)]=t,this[o(420)]=n}[ac(435)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=ac,r=this[o(399)](t);this[o(438)][o(370)][o(446)](r),this[o(412)](t),e&&this[o(447)](this[o(399)](e)),n&&this[o(447)](this[o(399)](n)),this[o(454)]()}[ac(385)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=ac;if(this[o(439)]=e,t){t[o(408)]=!1;const e=this[o(399)](t);e&&n&&(e[o(391)]=!1)}if(e){const t=this[o(399)](e);t&&(e[o(408)]=!0,n&&(t[o(391)]=!0,t[o(411)]+=1),this[o(447)](t))}}[ac(407)](t){const e=ac;if(this[e(438)][e(425)][e(446)](),t)for(const n of t)this[e(412)](n);this[e(438)][e(370)][e(428)](),this[e(438)][e(437)]="",this[e(401)]=null}[ac(413)](t,e){const n=ac;e||(e=t[n(438)]);const o=new ic(this[n(451)][n(409)]);this[n(450)][n(430)](o,t),this[n(445)][n(430)](t,o),o[n(452)][n(396)](e),this[n(418)](t[n(438)],n(441),((e,r,s)=>{const i=n,c=this[i(455)](t,s);o[i(434)]!=c&&(o[i(434)]=c,this[i(415)](o,c))})),this[n(418)](o,n(384),(()=>{const t=n;this[t(395)](o,t(411))})),this[n(418)](o,n(398),(()=>{const t=n;this[t(395)](o,t(448))})),this[n(447)](o);const r=this[n(410)](o);return r&&this[n(443)](r,o)||this[n(447)](o),this[n(454)](),this[n(438)][n(370)][n(396)](o),o}[ac(429)](t){const e=ac;if(!t[e(452)][e(393)])return;const n=this[e(410)](t);if(!n)return;const o=this[e(450)][e(426)](n),r=this[e(439)];r&&r===o?this[e(443)](n,t):this[e(374)](t,n)}[ac(406)](t){const e=ac;if(!t[e(452)][e(393)])return;const n=this[e(366)](t);if(!n)return;const o=this[e(450)][e(426)](n),r=this[e(451)][e(371)][e(426)](e(372)),s=this[e(439)];s&&s===o&&r?(this[e(374)](n,t),this[e(443)](t,n)):s&&s===o?this[e(374)](n,t):this[e(443)](t,n)}[ac(395)](t,e){const n=ac;0===this[n(383)][n(393)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(383)])t(411)===n?this[t(429)](e):this[t(406)](e);this[t(383)]=[]}),10),this[n(383)][n(394)]({sidebarItemView:t,changedProp:e})}[ac(399)](t){const e=ac;return this[e(445)][e(426)](t)}[ac(423)](){const t=ac;this[t(440)](),this[t(438)][t(423)]()}[ac(412)](t){const e=ac,n=this[e(399)](t);this[e(440)](n),this[e(440)](t[e(438)]),n[e(423)](),this[e(445)][e(404)](t),this[e(450)][e(404)](n)}[ac(414)](){const t=ac,e=new nc(this[t(451)][t(409)]);return e[t(369)](),this.on(t(432),((n,o,r,s)=>{const i=t;s&&e[i(376)](i(377)),r?e[i(365)](i(377)).to(r,i(448)):e[i(377)]=null})),e}[ac(454)](){const t=ac;var e;this[t(401)]=(null===(e=this[t(436)])||void 0===e?void 0:e[t(381)])?this[t(399)](this[t(436)][t(381)]):null}[ac(410)](t){const e=ac;var n;const o=this[e(450)][e(426)](t),r=o&&(null===(n=this[e(436)])||void 0===n?void 0:n[e(426)](this[e(436)][e(405)](o)-1));return r&&this[e(399)](r)||null}[ac(366)](t){const e=ac;var n;const o=this[e(450)][e(426)](t),r=o&&(null===(n=this[e(436)])||void 0===n?void 0:n[e(426)](this[e(436)][e(405)](o)+1));return r&&this[e(399)](r)||null}[ac(374)](t,e){const n=ac;t[n(449)]();const o=dc(e[n(448)]+this[n(420)],t[n(411)]);return!!o&&(this[n(415)](e,e[n(411)]-o),!0)}[ac(443)](t,e){const n=ac;t[n(449)]();const o=dc(t[n(448)]+this[n(420)],e[n(411)]);return!!o&&(this[n(415)](e,e[n(411)]+o,!1),!0)}[ac(447)](t){const e=ac,n=this[e(450)][e(426)](t);if(!n||!n[e(402)]||!n[e(392)])return;const o=this[e(455)](n,n[e(392)]);this[e(415)](t,o)}[ac(455)](t,n){const o=ac;if(null===n)return 0;if(t[o(402)]instanceof e.Rect)return n[o(411)];{const t=new e.Rect(this[o(438)][o(425)])[o(411)];return n[o(411)]-t}}[ac(415)](t,e,n=this[ac(451)][ac(371)][ac(426)](ac(372))){const o=ac;n&&(e=Math[o(431)](e,this[o(427)](t))),t[o(411)]=e}[ac(427)](t){const e=ac;let n=this[e(410)](t),o=0;for(;n;)n[e(449)](),o+=this[e(420)]+n[e(421)],n=this[e(410)](n);return o}}function hc(t,e){const n=lc();return(hc=function(t,e){return n[t-=364]})(t,e)}function dc(t,e){return Math[ac(431)](t-e,0)}function lc(){const t=["_getMaxAvailableTop","clear","_alignForTopChange","set","max","change:_lastItem","92462ApKhFG","_targetTop","rearrange","_annotations","class","view","_activeAnnotation","stopListening","change:targetRect","sidebar-attachtocontainer-missing-container","_alignAfterItem","nodeType","_annotationToSidebarItemView","remove","_alignToTargetRect","bottom","updateHeight","_sidebarItemViewToAnnotation","context","content","init","_updateLastItem","_getTargetTop","container","bind","_getItemAfter","1074640bUFbLC","_attachToContainer","render","list","config","sidebar.preventScrollOutOfView","sidebar-setcontainer-invalid-element","_alignBeforeItem","isOfficialPlugin","unbind","minHeight","1560EuHXrb","10458zOrZbM","appendChild","last","pluginName","_recalculateBuffer","change:top","refresh","isPremiumPlugin","sidebar.container","Sidebar","752865KPHfxb","799790ktgBhp","isAnimationDisabled","targetRect","length","push","_recalculate","add","define","change:bottom","getSidebarItemView","object","_lastItem","target","55whCWtU","delete","getIndex","_alignForBottomChange","_detachFromContainer","isActive","locale","_getItemBefore","top","_destroySidebarItemView","addAnnotation","_createSidebarView","_setItemTop","615472iTRzlb","setContainer","listenTo","4XaiHyM","_spaceBetweenItems","height","6zQPAVB","destroy","650665RomiSD","element","get"];return(lc=function(){return t})()}function mc(t){const e=ac;return null!==t&&e(400)==typeof t&&1===t[e(444)]}const kc=gc;function gc(t,e){const n=fc();return(gc=function(t,e){return n[t-=391]})(t,e)}!function(t){const e=gc,n=t();for(;;)try{if(119726===parseInt(e(391))/1+parseInt(e(418))/2*(parseInt(e(407))/3)+-parseInt(e(456))/4*(parseInt(e(415))/5)+-parseInt(e(406))/6+-parseInt(e(395))/7*(parseInt(e(429))/8)+-parseInt(e(401))/9+parseInt(e(454))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(fc);class pc extends t.ContextPlugin{static get[kc(423)](){return[uc,Zi]}static get[kc(405)](){return kc(397)}static get[kc(400)](){return!0}static get[kc(419)](){return!0}constructor(t){const n=kc;super(t),this[n(444)]=!1,this[n(422)](n(427),null),this[n(446)]=null,this[n(447)]=new e.Collection,this[n(396)]=os((()=>{const t=n;this[t(446)][t(412)]()}),250,{leading:!1})}[kc(392)](){const t=kc,e=this[t(394)][t(445)][t(457)](Zi),n=this[t(394)][t(445)][t(457)](uc);e[t(434)](t(441),this),n[t(431)]&&e[t(430)](t(441))}[kc(408)](t){const e=kc;if(t===this[e(427)])return;const n=this[e(394)][e(445)][e(457)](uc);n[e(413)]=t;const o=this[e(427)];this[e(427)]=t,n[e(425)]({blurredAnnotation:o,activatedAnnotation:this[e(427)]})}[kc(440)](n){const o=kc;this[o(446)]=n;const r=this[o(394)][o(445)][o(457)](uc);if(r[o(449)]=n,this[o(444)])throw new e.CKEditorError(o(450),this);this[o(444)]=!0,this[o(409)](r,o(436),(()=>{const t=o;this[t(439)](),this[t(409)](r,t(433),(e=>{const o=t;e[o(448)](),this[o(440)](n)}))})),r[o(442)]({viewClass:o(437)});const s=t=>{const e=o;t[e(459)](),r[e(393)](t)};for(const t of n)s(t);this[o(409)](n,o(399),((t,e)=>{s(e)})),this[o(409)](n,o(458),((t,e,s)=>{const i=o;r[i(414)]({removedAnnotation:e,previousAnnotation:n[i(457)](s-1),nextAnnotation:n[i(457)](s+1)}),e===this[i(427)]&&this[i(408)](null)}),{priority:o(416)}),this[o(409)](n,o(411),((t,e)=>{this[o(408)](e)})),this[o(409)](n,o(420),(()=>{this[o(408)](null)}));const i=this[o(394)]instanceof t.Context?this[o(394)][o(424)]:new e.Collection([this[o(394)]]);for(const t of i)this[o(432)](t);this[o(409)](i,o(399),((t,e)=>{const n=o;this[n(409)](e,n(398),(()=>{this[n(432)](e)}))})),this[o(409)](i,o(458),((t,e)=>{const n=o;e[n(445)][n(403)](n(455))&&this[n(426)](e[n(445)][n(457)](n(455)))})),window[o(428)](o(443),this[o(396)]),this[o(446)][o(412)]()}[kc(439)](){const n=kc;if(!this[n(444)])throw new e.CKEditorError(n(421),this);this[n(408)](null);const o=this[n(394)][n(445)][n(457)](uc);o[n(435)](this[n(446)]),this[n(460)](o),this[n(460)](this[n(446)]),this[n(394)]instanceof t.Context&&this[n(460)](this[n(394)][n(424)]);for(const t of Array[n(410)](this[n(447)]))this[n(426)](t);window[n(402)](n(443),this[n(396)]),this[n(396)][n(417)](),this[n(427)]=null,this[n(444)]=!1,this[n(446)]=null}[kc(404)](){const t=kc;this[t(444)]&&this[t(439)]()}[kc(432)](t){const e=kc;if(!t[e(445)][e(403)](e(455)))return;const n=t[e(445)][e(457)](e(455)),o=()=>{const t=e,o=n[t(451)]({annotations:this[t(446)],activeAnnotation:this[t(427)]});this[t(408)](o[0]||null)};this[e(409)](n,e(425),o),this[e(409)](n,e(420),((t,{isAnnotationTracked:n})=>{const o=e;this[o(427)]&&n(this[o(427)])&&this[o(408)](null)})),this[e(409)](n,e(438),(()=>{this[e(396)]()})),this[e(409)](this[e(446)],e(420),(t=>{const r=e;n[r(453)]()&&(o(),t[r(452)]())}),{priority:e(416)}),this[e(447)][e(399)](n)}[kc(426)](t){const e=kc;this[e(460)](t),this[e(447)][e(458)](t)}}function fc(){const t=["WideSidebar","ready","add","isOfficialPlugin","1384317azpFzl","removeEventListener","has","destroy","pluginName","335832LqwDCP","123XCTtji","setActiveAnnotation","listenTo","from","focus","refreshPositioning","_activeAnnotation","rearrange","1935npmFcc","high","cancel","458jJgpNb","isPremiumPlugin","blur","widesidebar-detach-not-attached","set","requires","editors","refresh","_destroyEditorAnnotationsIntegration","activeAnnotation","addEventListener","8ROADoo","switchTo","container","_integrateWithEditorAnnotations","change:container","register","_detachFromContainer","set:container","ck-sidebar--wide","uiUpdate","detach","attach","wideSidebar","_attachToContainer","resize","isAttached","plugins","annotations","_editorAnnotations","off","_annotations","widesidebar-attach-already-attached","getOrderedSelectedAnnotations","stop","hasDomSelection","4241360ujacsx","EditorAnnotations","164ktxXxP","get","remove","updateTargetRect","stopListening","58932WKvFLE","init","addAnnotation","context","1029553qbyVFo","_refreshPositioningDebounced"];return(fc=function(){return t})()}function bc(t,e){const n=_c();return(bc=function(t,e){return n[t-=180]})(t,e)}!function(t){const e=bc,n=t();for(;;)try{if(276363===parseInt(e(181))/1+parseInt(e(200))/2+-parseInt(e(180))/3*(-parseInt(e(193))/4)+parseInt(e(198))/5+-parseInt(e(192))/6+-parseInt(e(201))/7*(parseInt(e(202))/8)+-parseInt(e(199))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_c);class vc extends po.ButtonView{constructor(t){const e=bc;super(t);const n=this[e(203)];this[e(184)](e(205),!1),this[e(184)](e(189),0),this[e(191)](e(194)).to(this,e(205),this,e(189),((t,n)=>t?e(207):n[e(186)]())),this[e(184)](e(188),""),this[e(182)]=ji,this[e(183)]({attributes:{class:[e(185)]}}),this[e(204)]=new po.View,this[e(204)][e(206)]({tag:e(208),attributes:{class:[e(196),n.to(e(188),(t=>e(195)+t)),n.if(e(205),e(190))]},children:[{text:n.to(e(194))}]}),this[e(187)][e(197)](this[e(204)])}}function _c(){const t=["5360463lIznvs","793056QnZMYP","1299172jdBaRV","8PSvbxu","bindTemplate","counterView","isDirty","setTemplate","...","span","1404033XCvXjU","293874PeKRpA","icon","extendTemplate","set","ck-annotation-counter","toString","children","annotationType","number","ck-annotation-counter__badge--edit-mode","bind","2751402wsECQk","4XxPkzP","_badge","ck-annotation-counter__badge--","ck-annotation-counter__badge","add","1788600QQzWLu"];return(_c=function(){return t})()}var wc=n(197),Ic={attributes:{"data-cke":!0}};Ic.setAttributes=Lr(),Ic.insert=Pr().bind(null,"head"),Ic.domAPI=Mr(),Ic.insertStyleElement=Dr();Nr()(wc.A,Ic);wc.A&&wc.A.locals&&wc.A.locals;const yc=Cc;function Ac(){const t=["find","248IhuYnW","destroy","Esc","_attachListeners","addAnnotation","values","narrowSidebar","activeAnnotation","requires","mousedown","defaultPositions","view","unpin","change:height","_showBalloon","number","_annotations","plugins","getByView","type","2068YXgVgI","isPremiumPlugin","168caTDdK","isAttached","annotationType","_destroyEditorAnnotationsIntegration","EditorAnnotations","6747288YjxbAU","change:container","content","set:container","off","create","NarrowSidebar","focusableElements","_manuallyClosedAnnotationViews","northArrowSouthWest","778eBdDrG","add","delete","keydown","7nyDpEW","uiUpdate","isOfficialPlugin","keyCode","refresh","locale","element","hasDomSelection","_integrateWithEditorAnnotations","attach","resize","first","southArrowNorthEast","blur","_domEmitter","northArrowSouthEast","focus","low","14997CyjzLJ","stop","from","includes","bodyCollection","balloonPanelView","setActiveAnnotation","removeEventListener","remove","narrowsidebar-attach-already-attached","pin","target","_refreshPositioning","southArrowNorthWest","annotations","init","getSidebarItemView","esc","1506hLzGOq","_editorAnnotations","addEventListener","pluginName","_updateBalloonPosition","isVisible","editors","narrowsidebar-detach-not-attached","ck-sidebar--narrow","17630Dlwoek","execute","_detachFromContainer","_selectedAnnotations","register","northArrowSouth","clear","bind","southArrowNorth","set","preventDefault","ready","has","attachToDom","stopPropagation","991552lCkfTQ","getOrderedSelectedAnnotations","high","_attachToContainer","2989242NVOBSX","_refreshPositioningDebounced","preventClosingBalloon","isDirty","_annotationToNarrowView","_detachListeners","context","stopListening","rearrange","detach","contains","26xnVslK","length","detachFromDom","get","listenTo","refreshPositioning","1890VEEwqN","_hideBalloon","_setSelectedAnnotations","cancel"];return(Ac=function(){return t})()}function Cc(t,e){const n=Ac();return(Cc=function(t,e){return n[t-=377]})(t,e)}!function(t){const e=Cc,n=t();for(;;)try{if(245446===-parseInt(e(429))/1*(-parseInt(e(414))/2)+-parseInt(e(451))/3*(parseInt(e(392))/4)+parseInt(e(387))/5*(-parseInt(e(469))/6)+-parseInt(e(433))/7*(-parseInt(e(493))/8)+-parseInt(e(497))/9+parseInt(e(478))/10*(-parseInt(e(412))/11)+-parseInt(e(419))/12*(-parseInt(e(381))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ac);class Tc extends t.ContextPlugin{static get[yc(400)](){return[uc,Zi]}static get[yc(472)](){return yc(425)}static get[yc(435)](){return!0}static get[yc(413)](){return!0}constructor(t){const n=yc;super(t),this[n(415)]=!1,this[n(427)]=new Set,this[n(447)]=Object[n(424)](e.DomEmitterMixin),this[n(501)]=new Map,this[n(487)](n(399),null),this[n(465)]=null,this[n(481)]=[],this[n(470)]=new e.Collection,this[n(498)]=os((()=>{this[n(463)]()}),250,{leading:!1})}[yc(466)](){const t=yc;this[t(503)][t(409)][t(384)](Zi)[t(482)](t(398),this),this[t(455)]=new po.BodyCollection(this[t(503)][t(438)]),this[t(456)]=new po.BalloonPanelView(this[t(503)][t(438)]),this[t(455)][t(491)](),this[t(455)][t(430)](this[t(456)])}[yc(442)](n){const o=yc;this[o(465)]=n;const r=this[o(503)][o(409)][o(384)](uc),s=this[o(456)];if(r[o(408)]=n,this[o(415)])throw new e.CKEditorError(o(460),this);this[o(415)]=!0,this[o(385)](r,o(422),(()=>{const t=o;this[t(379)](),this[t(385)](r,t(420),(e=>{const o=t;e[o(423)](),this[o(442)](n)}))})),r[o(496)]({viewClass:o(477),spaceBetweenItems:5});const i=t=>{const e=o,n=new vc(this[e(503)][e(438)]);r[e(396)](t,n),this[e(501)][e(487)](t,n),n[e(485)](e(500),e(416),e(407)).to(t[e(403)],e(500),e(411),e(382)),n.on(e(479),(()=>{const n=e;this[n(427)][n(484)](),s[n(421)][n(444)]!==t[n(403)]?(this[n(406)](t),t[n(403)][n(439)][n(449)](),this[n(457)](t)):this[n(457)](null)}))};for(const t of n)i(t);this[o(385)](n,o(430),((t,e)=>{i(e)})),this[o(385)](n,o(459),((t,e,s)=>{const i=o;this[i(501)][i(384)](e)[i(393)](),this[i(501)][i(431)](e),r[i(378)]({removedAnnotation:e,previousAnnotation:n[i(384)](s-1),nextAnnotation:n[i(384)](s+1)}),e===this[i(399)]&&this[i(457)](null)}),{priority:o(450)}),this[o(385)](n,o(449),((t,e)=>{this[o(457)](e)})),this[o(385)](n,o(446),(()=>{this[o(457)](null)})),this[o(447)][o(385)](document,o(432),((t,n)=>{const r=o;n[r(436)]===e.keyCodes[r(468)]&&s[r(474)]&&(this[r(427)][r(430)](s[r(421)][r(444)]),this[r(388)](),n[r(492)](),n[r(488)]())})),this[o(447)][o(385)](document,o(401),((t,e)=>{const n=o,i=e[n(462)];s[n(474)]&&s[n(439)][n(380)](i)||r[n(403)][n(439)][n(380)](i)||t[n(499)]||this[n(399)]&&this[n(399)][n(426)][n(391)]((t=>t[n(380)](i)))||(this[n(427)][n(484)](),this[n(388)](),this[n(457)](null))}));const c=this[o(503)]instanceof t.Context?this[o(503)][o(475)]:new e.Collection([this[o(503)]]);for(const t of c)this[o(441)](t);this[o(385)](c,o(430),((t,e)=>{const n=o;this[n(385)](e,n(489),(()=>{this[n(441)](e)}))})),this[o(385)](c,o(459),((t,e)=>{const n=o;e[n(409)][n(490)](n(418))&&this[n(417)](e[n(409)][n(384)](n(418)))})),window[o(471)](o(443),this[o(498)]),this[o(463)]()}[yc(457)](t){const e=yc;if(t===this[e(399)])return;const n=this[e(503)][e(409)][e(384)](uc);n[e(437)]({blurredAnnotation:this[e(399)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(467)](t)?this[e(406)](t):this[e(388)](),this[e(399)]=t}[yc(379)](){const n=yc;if(!this[n(415)])throw new e.CKEditorError(n(476),this);this[n(457)](null);const o=this[n(503)][n(409)][n(384)](uc);this[n(388)](),Array[n(453)](this[n(501)][n(397)](),(t=>t[n(393)]())),this[n(501)][n(484)](),o[n(480)](this[n(465)]),this[n(377)](),this[n(447)][n(377)](),this[n(503)]instanceof t.Context&&this[n(377)](this[n(503)][n(475)]);for(const t of Array[n(453)](this[n(470)]))this[n(417)](t);window[n(458)](n(443),this[n(498)]),this[n(498)][n(390)](),this[n(481)]=[],this[n(415)]=!1,this[n(465)]=null}[yc(393)](){const t=yc;this[t(415)]&&this[t(379)](),this[t(455)][t(383)]()}[yc(441)](t){const e=yc;if(!t[e(409)][e(490)](e(418)))return;const n=t[e(409)][e(384)](e(418)),o=this[e(503)][e(409)][e(384)](uc),r=this[e(465)],s=this[e(456)],i=()=>{const t=e,o=n[t(494)]({annotations:this[t(465)],activeAnnotation:this[t(399)]});this[t(389)](o),this[t(457)](o[0]||null)};this[e(385)](n,e(437),i),this[e(385)](n,e(446),((t,{isAnnotationTracked:n})=>{const o=e;this[o(399)]&&n(this[o(399)])&&(this[o(389)]([]),this[o(457)](null))})),this[e(385)](n,e(434),(()=>{this[e(498)]()})),this[e(385)](r,e(446),(t=>{const o=e;n[o(440)]()&&t[o(452)]()}),{priority:e(495)}),this[e(385)](this[e(447)],e(401),((t,r)=>{const c=e,a=r[c(462)];s[c(474)]&&s[c(439)][c(380)](a)||o[c(403)][c(439)][c(380)](a)||this[c(399)]&&n[c(440)]()&&(i(),t[c(499)]=!0)}),{priority:e(495)}),this[e(470)][e(430)](n)}[yc(417)](t){const e=yc;t&&(this[e(377)](t),this[e(470)][e(459)](t))}[yc(389)](t){const e=yc;for(const n of this[e(481)])t[e(454)](n)||this[e(427)][e(431)](n[e(403)]);this[e(481)]=t}[yc(463)](){const t=yc,e=this[t(456)];this[t(465)][t(386)](),e[t(474)]&&this[t(473)]()}[yc(406)](t){const e=yc;if(this[e(427)][e(490)](t[e(403)]))return;const n=this[e(456)][e(421)][e(444)];n!==t[e(403)]?(n&&this[e(502)](n),this[e(395)](t[e(403)]),this[e(456)][e(421)][e(484)](),this[e(456)][e(421)][e(430)](t[e(403)]),this[e(473)]()):this[e(473)]()}[yc(473)](){const t=yc,e=this[t(456)][t(421)][t(444)],n=e&&this[t(465)][t(410)](e);if(!n||!this[t(501)][t(490)](n))return;const o=this[t(501)][t(384)](n)[t(439)],r=function(){const e=t,n=po.BalloonPanelView[e(402)];return[n[e(445)],n[e(448)],n[e(486)],n[e(483)],n[e(464)],n[e(428)]]}();this[t(456)][t(461)]({target:o,positions:r})}[yc(388)](){const t=yc,e=this[t(456)],n=e[t(421)][t(444)];n&&(this[t(502)](n),e[t(404)](),e[t(421)][t(484)]())}[yc(395)](t){const e=yc;this[e(385)](t,e(405),(()=>this[e(473)]())),this[e(385)](t,e(394),((n,o)=>{const r=e;this[r(427)][r(430)](t),this[r(388)](),o()}))}[yc(502)](t){this[yc(377)](t)}}var Ec=n(874),xc={attributes:{"data-cke":!0}};xc.setAttributes=Lr(),xc.insert=Pr().bind(null,"head"),xc.domAPI=Mr(),xc.insertStyleElement=Dr();Nr()(Ec.A,xc);Ec.A&&Ec.A.locals&&Ec.A.locals;function Oc(t,e){const n=Sc();return(Oc=function(t,e){return n[t-=337]})(t,e)}const Nc=Oc;function Sc(){const t=["listenTo","16hkUJXM","_setSelectedAnnotations","activeAnnotation","context","selection","plugins","length","detach","20206yZsrNh","_addedAnnotations","editor","remove","Esc","every","getBoundingClientRect","_removeAnnotationFromBalloon","update","getClientRects","visibleView","showStack","target","change:isFocused","917365wJNEuo","inlineannotations-attach-already-attached","register","get","inlineannotations-detach-not-attached","_addAnnotationToBalloon","_selectedAnnotations","setActiveAnnotation","stopListening","afterInit","isAttached","InlineAnnotations","change:visibleView","mousedown","targetRect","switchTo","find","view","updatePosition","change:height","right","inline","refresh","_closeAnnotation","3660000vzWuYb","destroy","map","inlineannotations-not-allowed-with-context","hasView","focusTracker","_manuallyClosed","push","_balloon","10cZdsCj","width","3200328YXaKAD","top","_forceRefresh","11800690XkAYWT","hasActive","9207918aUjSKd","has","_getBalloonTargetForAnnotation","viewRangeToDom","11rLcdcq","pluginName","domConverter","delete","from","add","1902299xjAATw","init","24dOdZda","editableElement","focus","collapse","fromRect","getByView","isFocused","annotations","set","clear","editing","left","isOfficialPlugin","attach","document","isPremiumPlugin","bottom","requires","includes","isActive","addObserver","keystrokes","getOrderedSelectedAnnotations","getFirstRange","blur"];return(Sc=function(){return t})()}!function(t){const e=Oc,n=t();for(;;)try{if(543549===-parseInt(e(397))/1*(parseInt(e(339))/2)+parseInt(e(388))/3+parseInt(e(377))/4+-parseInt(e(353))/5*(parseInt(e(405))/6)+-parseInt(e(403))/7*(parseInt(e(431))/8)+parseInt(e(393))/9*(parseInt(e(386))/10)+-parseInt(e(391))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Sc);class Mc extends t.Plugin{static get[Nc(422)](){return[ki,po.ContextualBalloon,Zi]}static get[Nc(398)](){return Nc(364)}static get[Nc(417)](){return!0}static get[Nc(420)](){return!0}constructor(t){const e=Nc;super(t),t[e(415)][e(370)][e(425)](To.MouseObserver),this[e(363)]=!1,this[e(413)](e(433),null),this[e(412)]=null,this[e(383)]=new Set,this[e(385)]=t[e(436)][e(356)](po.ContextualBalloon),this[e(340)]=new Set,this[e(359)]=[],this[e(390)]=!1}[Nc(404)](){const t=Nc,e=this[t(341)][t(436)][t(356)](Zi);e[t(434)]===this[t(341)]&&(e[t(355)](t(374),this),this[t(341)][t(426)][t(413)](t(343),((e,n)=>{const o=t,r=this[o(385)];if(this[o(363)]&&r[o(349)]){const t=this[o(412)][o(410)](r[o(349)]);t&&this[o(376)](t),n()}})))}[Nc(362)](){const t=Nc,e=this[t(341)][t(436)][t(356)](Zi);e[t(434)]===this[t(341)]&&(e[t(392)]()||e[t(368)](t(374)))}[Nc(360)](t){const e=Nc;t!==this[e(433)]&&(this[e(433)]&&(this[e(433)][e(424)]=!1),t&&this[e(341)].ui[e(382)][e(411)]&&(this[e(412)][e(394)](t)&&this[e(358)](t,!0),t[e(424)]=!0),t||this[e(432)]([]),this[e(433)]=t)}[Nc(418)](t){const n=Nc;this[n(412)]=t;const o=this[n(341)][n(436)][n(356)](Zi),r=this[n(385)];if(this[n(363)])throw new e.CKEditorError(n(354),this);if(o[n(434)]!==this[n(341)])throw new e.CKEditorError(n(380),this);const s=this[n(341)][n(436)][n(356)](ki);this[n(430)](s,n(375),(()=>{const t=n,e=s[t(427)]({annotations:this[t(412)],activeAnnotation:this[t(433)]});var o,r;!this[t(390)]&&(o=e,r=this[t(359)],o[t(337)]===r[t(337)]&&o[t(344)]((e=>r[t(423)](e))))||(this[t(390)]=!1,this[t(432)](e),this[t(360)](e[0]||null))})),this[n(430)](s,n(429),((t,{isAnnotationTracked:e})=>{const o=n;this[o(433)]&&e(this[o(433)])&&(this[o(432)]([]),this[o(360)](null))})),this[n(430)](this[n(341)].ui[n(382)],n(352),((t,e,o)=>{o||this[n(360)](null)})),this[n(430)](t,n(342),((t,e)=>{const o=n;this[o(346)](e),e===this[o(433)]&&this[o(360)](null)})),this[n(430)](r,n(365),((e,o,s,i)=>{const c=n;i&&this[c(361)](i);const a=t[c(410)](s);s&&a&&(this[c(430)](s,c(372),(()=>{r[c(371)]()})),this[c(430)](s,c(343),(()=>{const t=c;this[t(376)](a),this[t(341)][t(415)][t(370)][t(407)]()})),this[c(433)]!==a&&this[c(360)](a))})),this[n(430)](this[n(341)].ui,n(347),(()=>{const e=n;r[e(349)]&&t[e(410)](r[e(349)])&&r[e(371)]()})),this[n(430)](this[n(341)][n(415)][n(370)][n(419)],n(366),(()=>{const t=n;this[t(390)]=!0,this[t(383)][t(414)]()})),this[n(341)][n(415)][n(370)][n(419)][n(435)][n(406)]&&this[n(341)][n(415)][n(370)][n(407)](),this[n(363)]=!0}[Nc(338)](){const t=Nc;if(!this[t(363)])throw new e.CKEditorError(t(357),this);this[t(360)](null);for(const e of this[t(340)])this[t(346)](e);this[t(361)](),this[t(363)]=!1,this[t(412)]=null}[Nc(378)](){const t=Nc;this[t(363)]&&this[t(338)]()}[Nc(432)](t){const e=Nc;for(const n of this[e(359)])t[e(423)](n)||this[e(383)][e(400)](n);for(const n of this[e(412)])t[e(423)](n)||this[e(346)](n);if(this[e(341)].ui[e(382)][e(411)])for(const n of t)this[e(358)](n);this[e(359)]=t}[Nc(358)](t,e=!1){const n=Nc;this[n(383)][n(394)](t)||(this[n(340)][n(394)](t)||this[n(385)][n(381)](t[n(370)])||(this[n(340)][n(402)](t),this[n(385)][n(402)]({stackId:t[n(370)].id,view:t[n(370)],position:{target:()=>this[n(395)](t)}})),e&&this[n(385)][n(350)](t[n(370)].id))}[Nc(395)](t){const n=Nc,o=t[n(351)],r=this[n(341)][n(415)][n(370)],s=r[n(419)][n(435)][n(428)](),i=r[n(399)][n(396)](s);if(i[n(408)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(384)](...(c=e[n(348)](),Array[n(401)](c)[n(379)](DOMRect[n(409)])));t=function(t){const e=n,o=[];let r=t[0];for(let n=1;n<t[e(337)];n++)Rc(r,t[n])?r[e(387)]+=t[n][e(387)]:(o[e(384)](r),r=t[n]);return o[e(384)](r),o}(t);const r=i[n(345)]();return t[n(369)]((t=>t[n(389)]<=r[n(389)]&&t[n(421)]>=r[n(421)]&&t[n(416)]<=r[n(416)]&&t[n(373)]>=r[n(373)]))||t[0]}var c;return t[n(367)]||i}[Nc(346)](t){const e=Nc;this[e(340)][e(394)](t)&&this[e(385)][e(381)](t[e(370)])&&(this[e(340)][e(400)](t),this[e(385)][e(342)](t[e(370)]))}[Nc(376)](t){const e=Nc;this[e(383)][e(402)](t),this[e(346)](t)}}function Rc(t,e){const n=Nc;return t[n(389)]===e[n(389)]&&t[n(421)]===e[n(421)]&&t[n(373)]===e[n(416)]}var Pc=n(353),Vc={attributes:{"data-cke":!0}};Vc.setAttributes=Lr(),Vc.insert=Pr().bind(null,"head"),Vc.domAPI=Mr(),Vc.insertStyleElement=Dr();Nr()(Pc.A,Vc);Pc.A&&Pc.A.locals&&Pc.A.locals;const Lc='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>\n',jc=Dc;function Dc(t,e){const n=Bc();return(Dc=function(t,e){return n[t-=112]})(t,e)}function Bc(){const t=["bindTemplate","auto","element","add","11057abSMja","remove","isActive","52902OhqhiR","ck-comments-archive__content","_setupKeyboardNavigation","change","36RBmhzG","1899695Dmuacc","render","arrowup","1778328WsdKSi","ck-comments-archive__info","ck-hidden","focusFirst","delegate","focus","div","5416045NrUOJK","4790glytlX","presentation","length","3656322ofhINO","EMPTY_COMMENTS_ARCHIVE","isEmpty","focusTracker","set","setTemplate","focusCycler","focusNext","arrowdown","93579pufRsP","16EgnpNn","ck-comments-archive","list","destroy","first","COMMENTS_ARCHIVE_LIST_LABEL","focusPrevious","listenTo","_annotationViews"];return(Bc=function(){return t})()}!function(t){const e=Dc,n=t();for(;;)try{if(578648===-parseInt(e(125))/1+parseInt(e(136))/2+-parseInt(e(156))/3*(-parseInt(e(132))/4)+parseInt(e(143))/5+parseInt(e(147))/6+parseInt(e(133))/7*(parseInt(e(112))/8)+-parseInt(e(128))/9*(parseInt(e(144))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Bc);class zc extends po.View{constructor(t,n){const o=Dc;super(t),this[o(151)](o(149),!n[o(146)]),this[o(150)]=new e.FocusTracker,this[o(120)]=n,this[o(120)][o(140)](o(135),o(155)).to(this),this.on(o(135),(()=>{const t=o;this[t(153)][t(118)]()})),this.on(o(155),(()=>{const t=o;this[t(153)][t(154)]()})),this[o(153)]=new po.FocusCycler({focusables:n,focusTracker:this[o(150)]}),this[o(119)](n,o(124),(()=>{this[o(149)]=!1})),this[o(119)](n,o(126),((t,e)=>{const r=o;e[r(127)]&&this[r(141)](),n[r(146)]||(this[r(149)]=!0)}));const r=this[o(121)];this[o(152)]({tag:o(142),attributes:{dir:o(122),class:["ck",o(113)],tabindex:-1,role:o(114),"aria-label":fo(t,o(117))},children:[{tag:o(142),attributes:{class:[o(129)],role:o(145)},children:[{tag:o(142),attributes:{role:o(145)},children:n},{tag:"p",attributes:{class:[o(137),r.if(o(149),o(138),(t=>!t))]},children:[{text:fo(t,o(148))}]}]}]})}[jc(134)](){const t=jc;super[t(134)](),this[t(130)]()}[jc(115)](){const t=jc;super[t(115)](),this[t(150)][t(115)]()}[jc(141)](){const t=jc;this[t(153)][t(116)]?this[t(153)][t(139)]():this[t(123)][t(141)]()}[jc(130)](){const t=jc;for(const e of this[t(120)])this[t(150)][t(124)](e[t(123)]);this[t(120)].on(t(131),((e,{added:n,removed:o})=>{const r=t;for(const t of n)this[r(150)][r(124)](t[r(123)]);for(const t of o)this[r(150)][r(126)](t[r(123)])}))}}const Kc=Fc;function Hc(){const t=["collection","init","CommentsArchive","1126djWwdc","highest","findIndex","has","2905432WRlOuJ","isPremiumPlugin","change:archivedAt","1158690ZkzORE","plugins","927WisIyS","isVisible","8561HdZPiR","removeCommentThread","stopListening","_calculatePosition","get","158056rkFXxI","219062poNTmg","addCommentThread","archivedThreads","pluginName","isOfficialPlugin","add","1632nnUbZR","getCommentThread","listenTo","activate","context","isActive","focus","length","6370254qTmcgD","remove","archivedAt","requires"];return(Hc=function(){return t})()}function Fc(t,e){const n=Hc();return(Fc=function(t,e){return n[t-=359]})(t,e)}!function(t){const e=Fc,n=t();for(;;)try{if(214186===-parseInt(e(383))/1+-parseInt(e(366))/2*(-parseInt(e(375))/3)+parseInt(e(382))/4+parseInt(e(373))/5+-parseInt(e(389))/6*(-parseInt(e(377))/7)+parseInt(e(370))/8+-parseInt(e(359))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Hc);class Uc extends t.ContextPlugin{static get[Kc(386)](){return Kc(365)}static get[Kc(387)](){return!0}static get[Kc(371)](){return!0}static get[Kc(362)](){return[oi,Js]}constructor(t){const n=Kc;super(t),this[n(385)]=new e.Collection}[Kc(364)](){const t=Kc,e=this[t(393)],n=e[t(374)][t(381)](oi),o=e[t(374)][t(381)](Js);this[t(391)](n,t(384),((e,{threadId:o})=>{const r=t,s=n[r(390)](o);s[r(361)]&&this[r(385)][r(388)](s,this[r(380)](s[r(361)])),this[r(391)](s,r(372),((t,e,n)=>{const o=r;n?this[o(385)][o(369)](s)||this[o(385)][o(388)](s,this[o(380)](s[o(361)])):this[o(385)][o(369)](s)&&this[o(385)][o(360)](s)}))})),this[t(391)](n,t(378),((e,{threadId:o})=>{const r=t,s=n[r(390)](o);this[r(379)](s),this[r(385)][r(369)](s)&&this[r(385)][r(360)](s)}),{priority:t(367)}),this[t(391)](o[t(363)],t(395),((e,n)=>{const r=t;n[r(376)]||(n[r(394)]=!0,o[r(392)](n))}))}[Kc(380)](t){const e=Kc,n=[...this[e(385)]][e(368)]((n=>n[e(361)]<t));return n>-1?n:this[e(385)][e(396)]}}const Wc=qc;function qc(t,e){const n=Xc();return(qc=function(t,e){return n[t-=378]})(t,e)}function Xc(){const t=["execute","isOpen","menuBar:commentsArchive","8873904RMJTBb","EDITOR_TOP_SIDE","isVisible","init","locale","bind","show","isEnabled","stop","plugins","push","hide","getByInnerView","isOn","view","collaboration.channelId","escape","collection","add","menuitemcheckbox","archivedThreads","has","CommentsRepository","find","tooltip","innerView","filter","annotationViews","editor","_toggleDialog","pluginName","Annotations","splice","commentsArchive","channelId","stopListening","_createCommentsArchiveButton","requires","1529502WpdQxl","commentsArchiveView","COMMENTS_ARCHIVE","6085737MoFwZQ","source","set","config","isOfficialPlugin","remove","2BZToOa","33873640fToioc","archivedAt","_calculatePosition","indexOf","845623XFUxmg","_threadToController","Dialog","_hideDialogOnAnnotationEscape","_visibleAnnotations","7649649glwcha","get","CommentsArchiveUI","length","componentFactory","4219195gwflBa","focusableElements","_pendingThreads","6ETyBOb","listenTo","4jRzLFM","findIndex","isPremiumPlugin"];return(Xc=function(){return t})()}!function(t){const e=qc,n=t();for(;;)try{if(577954===-parseInt(e(381))/1*(parseInt(e(449))/2)+-parseInt(e(440))/3+-parseInt(e(396))/4*(parseInt(e(391))/5)+parseInt(e(394))/6*(-parseInt(e(443))/7)+parseInt(e(402))/8+-parseInt(e(386))/9+parseInt(e(450))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xc);class Yc extends t.Plugin{static get[Wc(432)](){return Wc(388)}static get[Wc(447)](){return!0}static get[Wc(398)](){return!0}static get[Wc(439)](){return[Uc,po.Dialog]}constructor(t){const e=Wc;super(t),this[e(384)]=t=>{const n=e,o=t[n(444)];if(!this[n(429)][n(423)](o[n(416)]))return;const r=this[n(430)][n(411)][n(387)](n(383));r[n(400)]&&n(435)===r.id&&(r[n(413)](),t[n(410)]())},this[e(429)]=new po.ViewCollection,this[e(393)]=[]}[Wc(405)](){const t=Wc,e=this[t(430)],n=this[t(384)][t(407)](this);e.ui[t(390)][t(420)](t(435),(()=>this[t(438)](po.ButtonView,!0))),e.ui[t(390)][t(420)](t(401),(()=>{const e=t,n=this[e(438)](po.MenuBarMenuListItemButtonView);return n[e(445)]({role:e(421)}),n}));const o=e[t(411)][t(387)](Uc),r=e[t(411)][t(387)](t(433)),s=e[t(411)][t(387)](t(424));this[t(395)](o[t(422)],t(420),((n,o)=>{const i=t,c=e[i(446)][i(387)](i(417));if(!c||o[i(436)]===c){const t=s[i(382)][i(387)](o);if(!t)return void this[i(393)][i(412)](o);const e=this[i(379)](o[i(378)]),n=r[i(414)](t[i(416)]);n[i(404)]&&r[i(385)][i(448)](n),this[i(429)][i(420)](n[i(416)],e)}})),this[t(395)](r[t(419)],t(420),((e,n)=>{const o=t,r=this[o(393)][o(425)]((t=>{const e=o,r=s[e(382)][e(387)](t);return r&&n[e(427)]===r[e(416)]}));if(r){const t=this[o(379)](r[o(378)]);this[o(429)][o(420)](n[o(416)],t),this[o(393)][o(434)](this[o(393)][o(380)](r),1)}})),this[t(395)](o[t(422)],t(448),((n,o)=>{const i=t,c=e[i(446)][i(387)](i(417));if(!c||o[i(436)]===c){const t=s[i(382)][i(387)](o),e=r[i(414)](t[i(416)]);this[i(429)][i(448)](e[i(416)]),this[i(437)](e[i(392)])}})),this[t(395)](r[t(419)],t(420),((e,o)=>{const r=t;this[r(395)](o,r(418),n)})),this[t(395)](r[t(419)],t(448),((e,o)=>{const r=t;this[r(437)](o,r(418),n)}))}[Wc(379)](t){const e=Wc,n=this[e(430)][e(446)][e(387)](e(417)),o=[...this[e(430)][e(411)][e(387)](Uc)[e(422)]][e(428)]((t=>t[e(436)]===n))[e(397)]((n=>n[e(378)]<t));return o<0||o>this[e(429)][e(389)]?this[e(429)][e(389)]:o-1}[Wc(431)](){const t=Wc,e=this[t(430)],n=e[t(411)][t(387)](t(383));this[t(441)]||(this[t(441)]=new zc(e[t(406)],this[t(429)])),t(435)===n.id?n[t(413)]():n[t(408)]({id:t(435),title:fo(e[t(406)],t(442)),icon:Lc,hasCloseButton:!0,content:this[t(441)],position:po.DialogViewPosition[t(403)]})}[Wc(438)](t,e=!1){const n=Wc,o=this[n(430)][n(406)],r=this[n(430)][n(411)][n(387)](n(383)),s=new t(o);return s[n(407)](n(409)).to(this,n(409)),s[n(407)](n(415)).to(r,"id",(t=>n(435)===t)),s[n(445)]({label:fo(o,n(442)),icon:Lc,isToggleable:!0}),e&&(s[n(426)]=!0),this[n(395)](s,n(399),(()=>this[n(431)]())),s}}var Zc=Jc;function Gc(){var t=["807vowLCe","Comments","isPremiumPlugin","requires","24tlyQCq","2358VFNKOg","1891544BnwKlX","6140605CQmDyi","150036maSBqa","16364887YzpsLA","pluginName","10XkZrrk","isOfficialPlugin","54YNqjcH","57881520ARuhbY","9XYvnpb","2595810dzSYJf"];return(Gc=function(){return t})()}function Jc(t,e){var n=Gc();return(Jc=function(t,e){return n[t-=189]})(t,e)}!function(t){for(var e=Jc,n=t();;)try{if(822960===-parseInt(e(198))/1*(parseInt(e(203))/2)+-parseInt(e(196))/3*(-parseInt(e(189))/4)+parseInt(e(205))/5+-parseInt(e(202))/6*(parseInt(e(197))/7)+-parseInt(e(204))/8*(parseInt(e(194))/9)+parseInt(e(192))/10*(-parseInt(e(190))/11)+parseInt(e(195))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Gc);class Qc extends t.Plugin{static get[Zc(201)](){return[oi,Mi,Ki,Uc,Yc,Wi,pc,Tc,Mc]}static get[Zc(191)](){return Zc(199)}static get[Zc(193)](){return!0}static get[Zc(200)](){return!0}}function $c(t,e){var n=ta();return($c=function(t,e){return n[t-=278]})(t,e)}function ta(){var t=["3120327ZkZtHz","2592flvZvi","30JMmnuH","24213WAcqtb","976884xnjagj","376230RYuiAT","886251tBYGjn","2322008WtyNup","45360zXElpS","8pWOZzu"];return(ta=function(){return t})()}!function(t){for(var e=$c,n=t();;)try{if(677826===-parseInt(e(283))/1+parseInt(e(284))/2+parseInt(e(281))/3+parseInt(e(286))/4*(parseInt(e(282))/5)+parseInt(e(285))/6+parseInt(e(280))/7*(-parseInt(e(278))/8)+-parseInt(e(287))/9*(-parseInt(e(279))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ta)})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();
5
+ */(()=>{var t={142:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck.ck-aria-description{display:none}",""]);const c=i},888:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content pre>code.ck-suggestion-marker-formatBlock{box-shadow:-7px 0 0 0 #ededed,-10px 0 0 0 var(--ck-color-suggestion-marker-format-border);display:block}.ck-content pre>code.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 #ededed,-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}",""]);const c=i},967:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-horizontal-line.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},258:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.image>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image img{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-deletion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image,.ck-content .ck-suggestion-marker-insertion.ck-widget.image figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active,.ck-content .ck-suggestion-marker-insertion.ck-widget.image.ck-suggestion-marker--active figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},906:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.media .ck-media__wrapper{opacity:.6}.ck-content .ck-suggestion-marker-deletion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.media.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},938:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-comment-marker.ck-widget.ck-merge-field,.ck-content .ck-suggestion-marker.ck-widget.ck-merge-field{border-width:2px;border-left:none;border-right:none;padding-bottom:0;padding-top:0}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom-color:var(--ck-color-suggestion-marker-deletion-border);border-top-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field :not(.ck-merge-field__affix),.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-value,.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-merge-field_with-warning{text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field{background-color:var(--ck-color-suggestion-marker-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-merge-field.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-marker-insertion-background-active)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field{background:var(--ck-color-comment-marker)}.ck-content .ck-comment-marker.ck-widget.ck-merge-field.ck-comment-marker--active{background:var(--ck-color-comment-marker-active)}.ck-content span.ck-comment-marker:has(+.ck-comment-marker.ck-widget.ck-merge-field),.ck-content span.ck-suggestion-marker:has(+.ck-suggestion-marker.ck-widget.ck-merge-field){margin-right:-1px;padding-right:1px}",""]);const c=i},751:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck-content .ck-suggestion-marker-deletion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.ck-widget.page-break.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}",""]);const c=i},901:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-color-suggestion-widget-th-insertion-background:rgba(102,229,119,.12);--ck-color-suggestion-widget-th-insertion-background-active:rgba(37,218,61,.14);--ck-color-suggestion-widget-th-deletion-background:rgba(229,102,134,.14);--ck-color-suggestion-widget-th-deletion-background-active:rgba(196,33,74,.16)}.ck-content figure.table .ck-suggestion-marker-formatBlock{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content figure.table .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-3px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background);border:none}.ck-content .ck-widget.table>figcaption.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.table{border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background);border-color:var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table{border-color:var(--ck-color-suggestion-marker-deletion-border)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background)}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background);border-color:var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>figcaption{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>th,.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>thead>tr>th{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active.table>table>tbody>tr>td{background-color:var(--ck-color-suggestion-widget-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .table th.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-th-insertion-background)}.ck-content .table th.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-insertion-background-active)}.ck-content .table th.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-th-deletion-background);text-decoration:none}.ck-content .table th.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-th-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-insertion{background-color:var(--ck-color-suggestion-widget-insertion-background)}.ck-content .table td.ck-suggestion-marker-insertion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-insertion-background-active)}.ck-content .table td.ck-suggestion-marker-deletion{background-color:var(--ck-color-suggestion-widget-deletion-background);text-decoration:none}.ck-content .table td.ck-suggestion-marker-deletion.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-deletion-background-active)}.ck-content .table td.ck-suggestion-marker-formatBlock,.ck-content .table td.ck-suggestion-marker-formatInline,.ck-content .table th.ck-suggestion-marker-formatBlock,.ck-content .table th.ck-suggestion-marker-formatInline{background-color:var(--ck-color-suggestion-widget-format-background);box-shadow:none}.ck-content .table td.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table td.ck-suggestion-marker-formatInline.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content .table th.ck-suggestion-marker-formatInline.ck-suggestion-marker--active{background-color:var(--ck-color-suggestion-widget-format-background-active);box-shadow:none}",""]);const c=i},961:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-color-comment-box-border:#f2de02;--ck-color-suggestion-box-deletion-border:#d85a79;--ck-color-suggestion-box-insertion-border:#5ad86b;--ck-color-suggestion-box-format-border:#5ac1d8}.ck .ck-suggestion{border-top-left-radius:var(--ck-border-radius)}.ck .ck-suggestion:focus{background:var(--ck-color-button-default-hover-background);outline:none}.ck .ck-annotation{border-left:3px solid transparent}.ck .ck-suggestion--disabled-comments .ck-annotation{min-height:80px}.ck .ck-comment,.ck .ck-comment__input-container,.ck .ck-thread__comment-count,.ck .ck-thread__header{border-left:3px solid var(--ck-color-comment-box-border)}.ck .ck-suggestion-insertion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-replace .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-format .ck-suggestion{border-left-color:var(--ck-color-suggestion-box-format-border)}.ck .ck-suggestion-wrapper{border-radius:0;overflow:hidden}.ck .ck-suggestion-wrapper.ck-rounded-corners,.ck-rounded-corners .ck .ck-suggestion-wrapper{border-radius:var(--ck-border-radius)}.ck .ck-suggestion-wrapper:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-suggestion-wrapper:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-suggestion-type{font-weight:700}.ck .ck-suggestion-color{border-radius:14px;box-shadow:0 0 0 1px #454545;display:inline-block;height:14px;margin:0 5px;vertical-align:text-bottom;width:14px}.ck .ck-suggestion-insertion .ck-comment,.ck .ck-suggestion-insertion .ck-comment__input-container,.ck .ck-suggestion-insertion .ck-thread__comment-count,.ck .ck-suggestion-replace .ck-comment,.ck .ck-suggestion-replace .ck-comment__input-container,.ck .ck-suggestion-replace .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-insertion-border)}.ck .ck-suggestion-deletion .ck-comment,.ck .ck-suggestion-deletion .ck-comment__input-container,.ck .ck-suggestion-deletion .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-deletion-border)}.ck .ck-suggestion-format .ck-comment,.ck .ck-suggestion-format .ck-comment__input-container,.ck .ck-suggestion-format .ck-thread__comment-count{border-left-color:var(--ck-color-suggestion-box-format-border)}",""]);const c=i},163:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,':root{--ck-color-suggestion-marker-insertion-border:rgba(30,174,49,.35);--ck-color-suggestion-marker-insertion-border-active:rgba(18,109,31,.5);--ck-color-suggestion-marker-insertion-background:rgba(102,229,119,.35);--ck-color-suggestion-marker-insertion-background-active:rgba(37,218,61,.5);--ck-color-suggestion-marker-deletion-border:rgba(174,30,66,.35);--ck-color-suggestion-marker-deletion-border-active:rgba(109,18,41,.5);--ck-color-suggestion-marker-deletion-background:rgba(229,102,134,.35);--ck-color-suggestion-marker-deletion-background-active:rgba(218,37,82,.5);--ck-color-suggestion-marker-deletion-stroke:rgba(87,15,33,.5);--ck-color-suggestion-marker-format-border:#99d7e6;--ck-color-suggestion-marker-format-border-active:#5cc0d6;--ck-color-suggestion-widget-insertion-background:rgba(102,229,119,.05);--ck-color-suggestion-widget-insertion-background-active:rgba(37,218,61,.07);--ck-color-suggestion-widget-deletion-background:rgba(229,102,134,.05);--ck-color-suggestion-widget-deletion-background-active:rgba(196,33,74,.07);--ck-color-suggestion-widget-format-background:rgba(10,160,194,.09);--ck-color-suggestion-widget-format-background-active:rgba(10,160,194,.16)}.ck-content .ck-suggestion-marker-insertion{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border)}.ck-content .ck-suggestion-marker-insertion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-insertion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-insertion-border);text-decoration:none}.ck-content .ck-suggestion-marker-insertion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-deletion{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke);text-decoration-thickness:3px}.ck-content .ck-suggestion-marker-deletion.ck-suggestion-marker--active{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-deletion.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-deletion-border);text-decoration:none}.ck-content .ck-suggestion-marker-deletion.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-merge:after{background:var(--ck-color-suggestion-marker-deletion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-deletion-border);border-top:3px solid var(--ck-color-suggestion-marker-deletion-border);color:var(--ck-color-suggestion-marker-deletion-stroke);content:"¶";text-decoration:line-through;text-decoration-color:var(--ck-color-suggestion-marker-deletion-stroke)}.ck-content .ck-suggestion-marker-merge.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-deletion-background-active);border-color:var(--ck-color-suggestion-marker-deletion-border-active)}.ck-content .ck-suggestion-marker-split:after{background:var(--ck-color-suggestion-marker-insertion-background);border-bottom:3px solid var(--ck-color-suggestion-marker-insertion-border);border-top:3px solid var(--ck-color-suggestion-marker-insertion-border);color:var(--ck-color-suggestion-marker-insertion-border);content:"¶"}.ck-content .ck-suggestion-marker-split.ck-suggestion-marker--active:after{background:var(--ck-color-suggestion-marker-insertion-background-active);border-color:var(--ck-color-suggestion-marker-insertion-border-active)}.ck-content .ck-suggestion-marker-formatInline{border-bottom:3px solid var(--ck-color-suggestion-marker-format-border);border-top:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatInline.ck-widget{background:none;border:3px solid var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatInline.ck-widget.ck-suggestion-marker--active{border-color:var(--ck-color-suggestion-marker-format-border-active)}.ck-content .ck-suggestion-marker-formatBlock{background:none;border:0;box-shadow:-7px 0 0 0 var(--ck-color-base-background),-10px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-5px 0 0 0 var(--ck-color-base-background),-8px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}.ck-content ol .ck-suggestion-marker-formatBlock,.ck-content ul .ck-suggestion-marker-formatBlock{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border)}.ck-content ol .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active,.ck-content ul .ck-suggestion-marker-formatBlock.ck-suggestion-marker--active{box-shadow:-2px 0 0 0 var(--ck-color-base-background),-5px 0 0 0 var(--ck-color-suggestion-marker-format-border-active)}',""]);const c=i},332:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-user-colors--0:#6d78e8;--ck-user-colors--0-alpha:rgba(109,120,232,.15);--ck-user-colors--1:#007a6c;--ck-user-colors--1-alpha:rgba(0,122,108,.15);--ck-user-colors--2:#ba4545;--ck-user-colors--2-alpha:rgba(186,69,69,.15);--ck-user-colors--3:#5635b1;--ck-user-colors--3-alpha:rgba(86,53,177,.15);--ck-user-colors--4:#548a2e;--ck-user-colors--4-alpha:rgba(84,138,46,.15);--ck-user-colors--5:#c3185d;--ck-user-colors--5-alpha:rgba(195,24,93,.15);--ck-user-colors--6:#ea4343;--ck-user-colors--6-alpha:rgba(234,67,67,.15);--ck-user-colors--7:#0bc3d0;--ck-user-colors--7-alpha:rgba(11,195,208,.15);--ck-user-dot-size:6px}.ck .ck-user__color--0{color:var(--ck-user-colors--0)}.ck .ck-user__bg-color--0{background-color:var(--ck-user-colors--0)}.ck .ck-user__selection--0{background-color:var(--ck-user-colors--0-alpha)}.ck .ck-user__selection--0.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--0)}.ck .ck-user__marker--0,.ck .ck-user__marker--0 .ck-user__marker-dot,.ck .ck-user__marker--0 .ck-user__marker-dot::selection,.ck .ck-user__marker--0 .ck-user__marker-tooltip,.ck .ck-user__marker--0 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--0::selection{background-color:var(--ck-user-colors--0)}.ck .ck-user__marker--0 .ck-user__marker-line{border:1px solid var(--ck-user-colors--0)}.ck .ck-user__color--1{color:var(--ck-user-colors--1)}.ck .ck-user__bg-color--1{background-color:var(--ck-user-colors--1)}.ck .ck-user__selection--1{background-color:var(--ck-user-colors--1-alpha)}.ck .ck-user__selection--1.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--1)}.ck .ck-user__marker--1,.ck .ck-user__marker--1 .ck-user__marker-dot,.ck .ck-user__marker--1 .ck-user__marker-dot::selection,.ck .ck-user__marker--1 .ck-user__marker-tooltip,.ck .ck-user__marker--1 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--1::selection{background-color:var(--ck-user-colors--1)}.ck .ck-user__marker--1 .ck-user__marker-line{border:1px solid var(--ck-user-colors--1)}.ck .ck-user__color--2{color:var(--ck-user-colors--2)}.ck .ck-user__bg-color--2{background-color:var(--ck-user-colors--2)}.ck .ck-user__selection--2{background-color:var(--ck-user-colors--2-alpha)}.ck .ck-user__selection--2.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--2)}.ck .ck-user__marker--2,.ck .ck-user__marker--2 .ck-user__marker-dot,.ck .ck-user__marker--2 .ck-user__marker-dot::selection,.ck .ck-user__marker--2 .ck-user__marker-tooltip,.ck .ck-user__marker--2 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--2::selection{background-color:var(--ck-user-colors--2)}.ck .ck-user__marker--2 .ck-user__marker-line{border:1px solid var(--ck-user-colors--2)}.ck .ck-user__color--3{color:var(--ck-user-colors--3)}.ck .ck-user__bg-color--3{background-color:var(--ck-user-colors--3)}.ck .ck-user__selection--3{background-color:var(--ck-user-colors--3-alpha)}.ck .ck-user__selection--3.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--3)}.ck .ck-user__marker--3,.ck .ck-user__marker--3 .ck-user__marker-dot,.ck .ck-user__marker--3 .ck-user__marker-dot::selection,.ck .ck-user__marker--3 .ck-user__marker-tooltip,.ck .ck-user__marker--3 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--3::selection{background-color:var(--ck-user-colors--3)}.ck .ck-user__marker--3 .ck-user__marker-line{border:1px solid var(--ck-user-colors--3)}.ck .ck-user__color--4{color:var(--ck-user-colors--4)}.ck .ck-user__bg-color--4{background-color:var(--ck-user-colors--4)}.ck .ck-user__selection--4{background-color:var(--ck-user-colors--4-alpha)}.ck .ck-user__selection--4.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--4)}.ck .ck-user__marker--4,.ck .ck-user__marker--4 .ck-user__marker-dot,.ck .ck-user__marker--4 .ck-user__marker-dot::selection,.ck .ck-user__marker--4 .ck-user__marker-tooltip,.ck .ck-user__marker--4 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--4::selection{background-color:var(--ck-user-colors--4)}.ck .ck-user__marker--4 .ck-user__marker-line{border:1px solid var(--ck-user-colors--4)}.ck .ck-user__color--5{color:var(--ck-user-colors--5)}.ck .ck-user__bg-color--5{background-color:var(--ck-user-colors--5)}.ck .ck-user__selection--5{background-color:var(--ck-user-colors--5-alpha)}.ck .ck-user__selection--5.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--5)}.ck .ck-user__marker--5,.ck .ck-user__marker--5 .ck-user__marker-dot,.ck .ck-user__marker--5 .ck-user__marker-dot::selection,.ck .ck-user__marker--5 .ck-user__marker-tooltip,.ck .ck-user__marker--5 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--5::selection{background-color:var(--ck-user-colors--5)}.ck .ck-user__marker--5 .ck-user__marker-line{border:1px solid var(--ck-user-colors--5)}.ck .ck-user__color--6{color:var(--ck-user-colors--6)}.ck .ck-user__bg-color--6{background-color:var(--ck-user-colors--6)}.ck .ck-user__selection--6{background-color:var(--ck-user-colors--6-alpha)}.ck .ck-user__selection--6.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--6)}.ck .ck-user__marker--6,.ck .ck-user__marker--6 .ck-user__marker-dot,.ck .ck-user__marker--6 .ck-user__marker-dot::selection,.ck .ck-user__marker--6 .ck-user__marker-tooltip,.ck .ck-user__marker--6 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--6::selection{background-color:var(--ck-user-colors--6)}.ck .ck-user__marker--6 .ck-user__marker-line{border:1px solid var(--ck-user-colors--6)}.ck .ck-user__color--7{color:var(--ck-user-colors--7)}.ck .ck-user__bg-color--7{background-color:var(--ck-user-colors--7)}.ck .ck-user__selection--7{background-color:var(--ck-user-colors--7-alpha)}.ck .ck-user__selection--7.ck-widget{background-color:transparent;border:3px solid var(--ck-user-colors--7)}.ck .ck-user__marker--7,.ck .ck-user__marker--7 .ck-user__marker-dot,.ck .ck-user__marker--7 .ck-user__marker-dot::selection,.ck .ck-user__marker--7 .ck-user__marker-tooltip,.ck .ck-user__marker--7 .ck-user__marker-tooltip::selection,.ck .ck-user__marker--7::selection{background-color:var(--ck-user-colors--7)}.ck .ck-user__marker--7 .ck-user__marker-line{border:1px solid var(--ck-user-colors--7)}",""]);const c=i},533:(t,e,n)=>{"use strict";n.d(e,{A:()=>l});var o=n(168),r=n.n(o),s=n(433),i=n.n(s),c=n(220),a=n.n(c),u=new URL(n(182),n.b),h=i()(r()),d=a()(u);h.push([t.id,`:root{--ck-user-avatar-size:40px;--ck-user-avatar-background:#3670ab;--ck-user-avatar-color:#fff;--ck-user-me-border-color:#fff}.ck.ck-user{align-items:center;background-color:var(--ck-user-avatar-background);border-radius:50%;box-sizing:border-box;display:flex;height:var(--ck-user-avatar-size);justify-content:center;line-height:100%;margin:2px;min-height:var(--ck-user-avatar-size);min-width:var(--ck-user-avatar-size);position:relative;width:var(--ck-user-avatar-size)}.ck.ck-user.ck-user_me{border:2px solid var(--ck-user-me-border-color);outline:2px solid var(--ck-user-avatar-background)}.ck.ck-user__name{color:var(--ck-user-avatar-color);cursor:default;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ck.ck-user__name.ck-user__name--hidden{display:none}.ck.ck-user__img{background-color:var(--ck-user-avatar-background);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:50%;display:none;height:100%;width:100%}.ck.ck-user__img.ck-user__anonymous{background-image:url(${d});display:block}.ck.ck-user__img.ck-user__anonymous+.ck-user__name{display:none}.ck.ck-user__img.ck-user__avatar{background-color:#fff;display:block}.ck.ck-user__img.ck-user__img--hidden{display:none}.ck.ck-user__notification{align-items:center;background:var(--ck-color-base-background);border:2px solid var(--ck-color-base-background);border-radius:50%;box-sizing:content-box;display:flex;height:15px;justify-content:center;overflow:hidden;position:absolute;right:-7px;top:-8px;transform:translateZ(0);width:15px}.ck.ck-user__notification .ck-user__icon{background:var(--ck-color-base-background);color:var(--ck-color-annotation-info);height:19px;max-height:19px;max-width:19px;min-height:19px;min-width:19px;width:19px}`,""]);const l=h},874:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-inline-annotation-container-width:300px;--ck-inline-annotation-container-max-height:400px}.ck.ck-balloon-panel .ck-annotation-wrapper{max-height:var(--ck-inline-annotation-container-max-height);overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;position:static;width:var(--ck-inline-annotation-container-width)}.ck.ck-balloon-panel .ck-annotation{animation:none}.ck.ck-balloon-panel .ck-annotation-wrapper *{white-space:normal}.ck.ck-balloon-panel .ck-annotation-wrapper strong{font-weight:700}.ck.ck-balloon-panel .ck-annotation-wrapper i{font-style:italic}",""]);const c=i},438:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,':root{--ck-color-annotation-icon:grey;--ck-color-annotation-info:#757575;--ck-annotation-button-size:0.85em}.ck .ck-annotation{--ck-user-avatar-size:28px;animation:fadeInLeft .3s;display:flex;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard);position:relative;transition:background-color .3s ease;white-space:normal}@media (prefers-reduced-motion:reduce){.ck .ck-annotation{animation:none;transition:none}}.ck .ck-annotation .ck-button{background-color:transparent;border-radius:var(--ck-border-radius);color:var(--ck-color-annotation-icon);cursor:pointer;font-size:var(--ck-annotation-button-size);min-height:unset;min-width:unset}.ck .ck-annotation .ck-user{font-size:.85em}.ck .ck-annotation__main{border-radius:var(--ck-border-radius);display:grid;grid-template-areas:"info actions" "content content";grid-template-columns:minmax(0,1fr) auto;padding-left:var(--ck-spacing-standard);transition:all .2s ease;width:calc(100% - var(--ck-user-avatar-size))}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__main{transition:none}}.ck .ck-annotation__main p{font-size:var(--ck-font-size-base);line-height:1.5em;margin:0;white-space:normal}.ck .ck-annotation__user{margin-top:var(--ck-spacing-small)}.ck .ck-annotation__info{align-items:center;color:var(--ck-color-annotation-info);display:flex;grid-area:info;min-height:2.4em}.ck .ck-annotation__info-name,.ck .ck-annotation__info-time{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-small);font-weight:700;overflow:hidden;white-space:nowrap}.ck .ck-annotation__info-name{text-overflow:ellipsis}.ck .ck-annotation__info-time{flex:0 0 auto;margin:0 var(--ck-spacing-large)}.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-name,.ck.ck-balloon-panel .ck-annotation-wrapper .ck-annotation__info-time{white-space:nowrap}.ck .ck-annotation__actions{grid-area:actions;opacity:.5;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.ck .ck-annotation__actions{transition:none}}.ck .ck-annotation__content-wrapper{grid-area:content;width:100%}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-5%,0,0)}to{opacity:1;transform:translateZ(0)}}',""]);const c=i},554:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,':root{--ck-color-comment-background:#f3f7fb;--ck-color-comment-separator:#cddeef;--ck-color-comment-remove-background:var(--ck-color-light-red);--ck-color-comment-input-background:var(--ck-color-comment-background)}.ck .ck-comment__wrapper{font-size:var(--ck-font-size-base);outline:0;position:relative;transition:all .3s linear}@media (prefers-reduced-motion:reduce){.ck .ck-comment__wrapper{transition:none}}.ck .ck-comment__wrapper.ck-comment--remove-confirmation{transform:translate3d(-100%,0,0)}.ck .ck-comment__wrapper:first-of-type{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck .ck-comment__wrapper:focus{background:var(--ck-color-button-default-hover-background)}.ck .ck-comment:after{background-color:var(--ck-color-comment-separator);content:"";display:block;height:100%;left:calc(var(--ck-spacing-standard) + var(--ck-user-avatar-size)/2 - 2px);opacity:1;position:absolute;top:calc(var(--ck-user-avatar-size) + var(--ck-spacing-small));width:4px}.ck .ck-comment--remove{background-color:var(--ck-color-comment-remove-background)}.ck .ck-comment--remove:after{opacity:0}.ck .ck-comment--edit{background-color:var(--ck-color-comment-input-background)}.ck .ck-comment--edit:after{opacity:0}.ck .ck-comment--edit .ck-comment__input-actions{margin-top:var(--ck-spacing-standard)}.ck .ck-comment__content{word-break:break-word}.ck .ck-comment--info .ck-comment__content{font-style:italic}.ck .ck-comment p,.ck .ck-comment__input p{margin:0}.ck .ck-comment ol,.ck .ck-comment ul,.ck .ck-comment__input ol,.ck .ck-comment__input ul{margin-left:10px;padding-left:10px}.ck .ck-comment ul,.ck .ck-comment__input ul{list-style:disc;margin-bottom:5px;margin-top:0}.ck .ck-comment ul ul,.ck .ck-comment__input ul ul{list-style:circle}.ck .ck-comment ul ul ul,.ck .ck-comment__input ul ul ul{list-style:square}.ck .ck-comment__main .ck-comment__input-wrapper{display:flex;flex-direction:column;position:relative;transition:all .3s linear}.ck .ck-comment__main .ck-comment__input-wrapper .ck-comment__input{padding:0}.ck .ck-comment__user{z-index:var(--ck-z-default)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit{background:var(--ck-color-base-action);color:#fff}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--submit:hover{background:var(--ck-color-button-save)}.ck-comment__input-actions .ck.ck-button.ck-comment__input-actions--cancel{color:var(--ck-color-text)}.ck .ck-comment__external{color:var(--ck-color-annotation-info);font-size:var(--ck-font-size-tiny);font-style:italic;margin-top:var(--ck-spacing-standard)}.ck .ck-comment .ck-dropdown .ck-dropdown__arrow{display:none}.ck .ck-comment .ck-dropdown .ck-list{margin:0;padding:var(--ck-spacing-small) 0}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item{color:var(--ck-color-base-text);font-size:1.2em;min-width:auto}.ck .ck-comment .ck-dropdown .ck-list .ck-list__item .ck-button{color:var(--ck-color-text)}',""]);const c=i},980:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck .ck-comment__input-container{--ck-user-avatar-size:28px;background:var(--ck-color-comment-background);display:none;font-size:var(--ck-font-size-base);padding:var(--ck-spacing-standard)}.ck .ck-comment__input-container--active{display:flex}.ck .ck-comment__input{background-color:transparent;border-width:0;color:var(--ck-color-base-text);padding:var(--ck-spacing-standard);padding-top:var(--ck-spacing-medium);resize:none;transition:color .3s ease-in-out}@media (prefers-reduced-motion:reduce){.ck .ck-comment__input{transition:none}}.ck .ck-comment__input:focus{outline:none}.ck .ck-comment__input .ck-editor__editable_inline{--ck-focus-ring:none;--ck-inner-shadow:none;background-color:transparent;border:0;overflow:visible;padding:0;word-break:break-word}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :first-child{margin-top:0}.ck-comment__input-wrapper .ck.ck-editor__editable_inline :last-child{margin-bottom:0}.ck .ck-comment__input-actions{display:none;text-align:right;width:100%}.ck .ck-comment__input-actions.ck-comment__input-actions--active{display:block}.ck .ck-comment__input-actions .ck.ck-button{align-items:center;cursor:pointer;display:inline-flex;font-size:var(--ck-annotation-button-size);justify-content:center;margin-left:var(--ck-spacing-large);min-height:var(--ck-ui-component-min-height);min-width:60px;padding:0 var(--ck-spacing-medium)}.ck .ck-comment__input-actions .ck-button.ck-disabled{opacity:.3}.ck .ck-comment__input-textarea{display:block}",""]);const c=i},492:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-color-comment-marker:#fef7a9;--ck-color-comment-marker-active:#fdf05d}.ck-content .ck-comment-marker{background:var(--ck-color-comment-marker);border-bottom:3px solid transparent;border-top:3px solid transparent}.ck-content .ck-comment-marker.ck-widget{background-color:transparent;border:3px solid var(--ck-color-comment-marker)}.ck-content .ck-comment-marker--active,.ck-content .ck-comment-marker--active .ck-comment-marker{background:var(--ck-color-comment-marker-active)}.ck-content .ck-comment-marker--active.ck-widget{border-color:var(--ck-color-comment-marker-active)}.ck-content .ck-comment-marker--active.ck-widget .ck-comment-marker{background-color:var(--ck-color-comment-marker)}",""]);const c=i},353:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,".ck .ck-comments-archive-dropdown.ck-dropdown__panel{z-index:var( --ck-z-panel )}.ck .ck-comments-archive{box-sizing:content-box;max-height:450px;width:400px}.ck .ck-comments-archive .ck-annotation{animation:none}.ck .ck-comments-archive .ck-comments-archive__content,.ck .ck-comments-archive .ck-comments-archive__header{max-height:410px;overflow:auto;padding:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__header{border-bottom:1px solid var( --ck-color-toolbar-border );font-weight:700;line-height:var( --ck-font-size-base );max-height:40px}.ck .ck-comments-archive .ck-comments-archive__content .ck-annotation-wrapper:not(:last-child){margin-bottom:var( --ck-spacing-large )}.ck .ck-comments-archive .ck-comments-archive__info{color:var( --ck-color-annotation-info );font-style:italic;text-align:center}",""]);const c=i},306:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,':root{--ck-color-thread-remove-background:var(--ck-color-comment-remove-background);--ck-color-comment-count:#5891ca;--ck-color-thread-header-background:#fdfadd;--ck-color-thread-header-active-background:#fff3a8;--ck-color-unlinked-background:#f5f5f5;--ck-color-unlinked-active-background:#ebebeb}.ck .ck-thread{background-color:var(--ck-color-base-background);border-radius:0;color:var(--ck-color-base-text);outline:0;overflow:hidden;transition-duration:.3s;transition-property:color,background-color,width,outline;transition-timing-function:ease;width:100%}.ck .ck-thread.ck-rounded-corners,.ck-rounded-corners .ck .ck-thread{border-radius:var(--ck-border-radius)}@media (prefers-reduced-motion:reduce){.ck .ck-thread{transition:none}}.ck .ck-thread:focus{box-shadow:0 0 0 4px var(--ck-color-focus-outer-shadow);outline:var(--ck-focus-ring)}.ck-balloon-panel:has(.ck-thread:focus){border:var(--ck-focus-ring);box-shadow:var(--ck-drop-shadow),var(--ck-focus-outer-shadow);outline:none}.ck .ck-thread__header{background-color:var(--ck-color-thread-header-background);display:flex;font-size:var(--ck-font-size-base);justify-content:space-between;line-height:1.57;padding:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-button{font-size:var(--ck-annotation-button-size)}.ck .ck-thread__header .ck-context-wrapper{display:inline-flex;height:25px;min-width:0;padding-right:var(--ck-spacing-large);position:relative;width:100%}.ck .ck-thread__header .ck-context{display:flex;overflow:hidden;padding:var(--ck-spacing-small) var(--ck-spacing-medium);white-space:nowrap;width:100%}.ck .ck-thread__header .ck-context.ck-context--quotes:after,.ck .ck-thread__header .ck-context.ck-context--quotes:before{content:\'"\';display:inline-block}.ck .ck-thread__header .ck-context .ck-context__type{font-weight:700;padding-right:var(--ck-spacing-standard)}.ck .ck-thread__header .ck-context .ck-context__value{border:1px solid transparent;overflow:hidden;text-overflow:ellipsis}.ck .ck-thread__header .ck-context .ck-context__value:focus{border:var(--ck-focus-ring);box-shadow:var(--ck-focus-outer-shadow),0 0;outline:none}.ck .ck-thread__header .ck-context.overlay{background:var(--ck-color-base-background);border-radius:2px;box-shadow:0 2px 3px hsla(0,0%,100%,.2);box-sizing:border-box;display:inline-block;position:absolute;top:0;white-space:normal;z-index:2}.ck .ck-thread__comment-count{--ck-user-avatar-size:28px;color:var(--ck-color-comment-count);cursor:pointer;font-size:var(--ck-font-size-base);font-weight:700;padding-left:calc(var(--ck-user-avatar-size) + var(--ck-spacing-standard)*2);transition:background-color .3s ease}.ck .ck-thread__comment-count:before{content:"\\25BC";margin-right:var(--ck-spacing-small)}.ck .ck-thread--remove .ck-comment{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-thread__input--active{background-color:var(--ck-color-base-background)}.ck .ck-thread--remove .ck-thread__comment-count,.ck .ck-thread--remove .ck-thread__input--active.ck-thread__input{background-color:var(--ck-color-comment-remove-background)}.ck .ck-thread--remove .ck-comment__wrapper .ck-comment:after,.ck .ck-thread__comments .ck-comment__wrapper:last-of-type .ck-comment:after{opacity:0}.ck .ck-thread__container{transition:transform .3s ease}@media (prefers-reduced-motion:reduce){.ck .ck-thread__container{transition:none}}.ck .ck-thread__comments{border-radius:var(--ck-border-radius);list-style:none;margin:0;padding:0;position:relative;z-index:var(--ck-z-default)}.ck .ck-thread__user{font-size:.85em}.ck .ck-thread__input{border-radius:var(--ck-border-radius);min-height:38px;transition:background-color .2s ease-in-out;white-space:normal;width:calc(100% - var(--ck-user-avatar-size))}.ck .ck-thread--active .ck-comment__options.ck-dropdown{display:block}.ck .ck-thread--active .ck-thread__input{background-color:var(--ck-color-comment-background);display:block}.ck .ck-thread--active .ck-thread__header{background-color:var(--ck-color-thread-header-active-background)}.ck .ck-thread--unlinked{--ck-color-comment-box-border:var(--ck-color-base-border);--ck-color-thread-header-background:var(--ck-color-unlinked-background);--ck-color-thread-header-active-background:var(--ck-color-unlinked-active-background)}.ck .ck-thread--remove-confirmation .ck-thread__container{transform:translate3d(-100%,0,0)}.ck.ck-button.ck-thread__remove-confirm-submit{color:var(--ck-color-button-save)}.ck.ck-button.ck-thread__remove-confirm-cancel{color:var(--ck-color-button-cancel)}.ck .ck-thread__remove-confirm{background-color:var(--ck-color-comment-remove-background);display:flex;font-size:var(--ck-font-size-base);height:100%;justify-content:flex-start;left:100%;position:absolute;top:0;width:100%}.ck .ck-thread__remove-confirm .ck-thread__remove-confirm-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-height:400px;padding-top:var(--ck-spacing-standard);width:100%}.ck .ck-thread__remove-confirm p{font-weight:700;margin:0}',""]);const c=i},197:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-annotation-counter-icon-size:16px;--ck-annotation-counter-number-size:10px;--ck-color-annotation-counter-comment:#f2de02;--ck-color-annotation-counter-suggestion-insertion:#5ad86b;--ck-color-annotation-counter-suggestion-deletion:#d85a79;--ck-color-annotation-counter-suggestion-format:#5ac1d8}.ck.ck-sidebar--narrow .ck-sidebar-item{display:flex;justify-content:center}.ck.ck-sidebar--narrow .ck-annotation-counter{color:grey;cursor:pointer;font-size:var(--ck-annotation-counter-icon-size);min-height:unset;padding:0}.ck.ck-sidebar--narrow .ck-annotation-counter:focus,.ck.ck-sidebar--narrow .ck-annotation-counter:hover{background:transparent;box-shadow:none;color:#4d4d4d}.ck.ck-sidebar--narrow .ck-annotation-counter__badge{background:#333;border-radius:50%;color:#fff;display:flex;font-family:var(--ck-font-face);font-size:var(--ck-annotation-counter-number-size);font-weight:700;height:16px;justify-content:center;line-height:16px;position:absolute;right:0;text-shadow:-1px 0 2px #454545,1px 0 2px #454545;top:-6px;width:16px;z-index:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--edit-mode{line-height:1}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-insertion,.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-replace{background:var(--ck-color-annotation-counter-suggestion-insertion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-deletion{background:var(--ck-color-annotation-counter-suggestion-deletion)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--suggestion-format{background:var(--ck-color-annotation-counter-suggestion-format)}.ck.ck-sidebar--narrow .ck-annotation-counter__badge--comment{background:var(--ck-color-annotation-counter-comment)}",""]);const c=i},573:(t,e,n)=>{"use strict";n.d(e,{A:()=>c});var o=n(168),r=n.n(o),s=n(433),i=n.n(s)()(r());i.push([t.id,":root{--ck-color-annotation-wrapper-background:#fff;--ck-color-annotation-wrapper-drop-shadow:0 1px 1px 1px #e6e6e6}.ck.ck-sidebar{outline:0;position:relative;transition:min-height .25s ease}@media (prefers-reduced-motion:reduce){.ck.ck-sidebar{transition:none}}.ck-sidebar-item{position:absolute;transition:top .3s ease,box-shadow .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.ck-sidebar-item{transition:none}}.ck-sidebar-item--no-animation{transition:top 0s ease!important}.ck.ck-annotation-wrapper{background:var(--ck-color-annotation-wrapper-background);border-radius:var(--ck-border-radius);box-shadow:var(--ck-color-annotation-wrapper-drop-shadow);outline:0}.ck.ck-annotation-wrapper--active .ck-annotation__actions,.ck.ck-annotation-wrapper:hover .ck-annotation__actions{opacity:1}.ck.ck-annotation-wrapper--active .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper--active .ck-suggestion--accept,.ck.ck-annotation-wrapper:hover .ck-annotation__actions .ck-comment--resolve,.ck.ck-annotation-wrapper:hover .ck-suggestion--accept{color:var(--ck-color-button-save)}.ck.ck-annotation-wrapper--active .ck-suggestion--discard,.ck.ck-annotation-wrapper:hover .ck-suggestion--discard{color:var(--ck-color-button-cancel)}.ck.ck-annotation-wrapper:not(.ck-annotation-wrapper--active):hover{box-shadow:var(--ck-drop-shadow)}.ck.ck-annotation-wrapper--active{box-shadow:var(--ck-drop-shadow-active)}",""]);const c=i},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n="",o=void 0!==e[5];return e[4]&&(n+="@supports (".concat(e[4],") {")),e[2]&&(n+="@media ".concat(e[2]," {")),o&&(n+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),n+=t(e),o&&(n+="}"),e[2]&&(n+="}"),e[4]&&(n+="}"),n})).join("")},e.i=function(t,n,o,r,s){"string"==typeof t&&(t=[[null,t,void 0]]);var i={};if(o)for(var c=0;c<this.length;c++){var a=this[c][0];null!=a&&(i[a]=!0)}for(var u=0;u<t.length;u++){var h=[].concat(t[u]);o&&i[h[0]]||(void 0!==s&&(void 0===h[5]||(h[1]="@layer".concat(h[5].length>0?" ".concat(h[5]):""," {").concat(h[1],"}")),h[5]=s),n&&(h[2]?(h[1]="@media ".concat(h[2]," {").concat(h[1],"}"),h[2]=n):h[2]=n),r&&(h[4]?(h[1]="@supports (".concat(h[4],") {").concat(h[1],"}"),h[4]=r):h[4]="".concat(r)),e.push(h))}},e}},220:t=>{"use strict";t.exports=function(t,e){return e||(e={}),t?(t=String(t.__esModule?t.default:t),/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]|(%20)/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t):t}},168:t=>{"use strict";t.exports=function(t){return t[1]}},673:t=>{"use strict";var e=[];function n(t){for(var n=-1,o=0;o<e.length;o++)if(e[o].identifier===t){n=o;break}return n}function o(t,o){for(var s={},i=[],c=0;c<t.length;c++){var a=t[c],u=o.base?a[0]+o.base:a[0],h=s[u]||0,d="".concat(u," ").concat(h);s[u]=h+1;var l=n(d),m={css:a[1],media:a[2],sourceMap:a[3],supports:a[4],layer:a[5]};if(-1!==l)e[l].references++,e[l].updater(m);else{var k=r(m,o);o.byIndex=c,e.splice(c,0,{identifier:d,updater:k,references:1})}i.push(d)}return i}function r(t,e){var n=e.domAPI(e);n.update(t);return function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;n.update(t=e)}else n.remove()}}t.exports=function(t,r){var s=o(t=t||[],r=r||{});return function(t){t=t||[];for(var i=0;i<s.length;i++){var c=n(s[i]);e[c].references--}for(var a=o(t,r),u=0;u<s.length;u++){var h=n(s[u]);0===e[h].references&&(e[h].updater(),e.splice(h,1))}s=a}}},262:t=>{"use strict";var e={};t.exports=function(t,n){var o=function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}e[t]=n}return e[t]}(t);if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(n)}},357:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},667:t=>{"use strict";t.exports=function(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}},545:t=>{"use strict";var e,n=(e=[],function(t,n){return e[t]=n,e.filter(Boolean).join("\n")});function o(t,e,o,r){var s;if(o)s="";else{s="",r.supports&&(s+="@supports (".concat(r.supports,") {")),r.media&&(s+="@media ".concat(r.media," {"));var i=void 0!==r.layer;i&&(s+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),s+=r.css,i&&(s+="}"),r.media&&(s+="}"),r.supports&&(s+="}")}if(t.styleSheet)t.styleSheet.cssText=n(e,s);else{var c=document.createTextNode(s),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(c,a[e]):t.appendChild(c)}}var r={singleton:null,singletonCounter:0};t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=r.singletonCounter++,n=r.singleton||(r.singleton=t.insertStyleElement(t));return{update:function(t){o(n,e,!1,t)},remove:function(t){o(n,e,!0,t)}}}},182:t=>{"use strict";t.exports="data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3E%3Cpath fill=%27%23FFF%27 d=%27M9.8 20H2c0-5.7 5-5.7 6-7l.2-.8c-1.6-.8-2.7-2.7-2.7-5 0-2.8 2-5.2 4.3-5.2S14 4.4 14 7.3c0 2.2-1 4-2.6 5l.2.6c1.2 1.3 6 1.4 6 7H9.8z%27/%3E%3C/svg%3E"},331:(t,e,n)=>{t.exports=n(237)("./src/clipboard.js")},211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},179:(t,e,n)=>{t.exports=n(237)("./src/paragraph.js")},727:(t,e,n)=>{t.exports=n(237)("./src/select-all.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},251:(t,e,n)=>{t.exports=n(237)("./src/undo.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},930:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var r=e[o];if(void 0!==r)return r.exports;var s=e[o]={id:o,exports:{}};return t[o](s,s.exports,n),s.exports}n.m=t,n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.b=document.baseURI||self.location.href;var o={};(()=>{"use strict";n.r(o),n.d(o,{Annotation:()=>ps,AnnotationCollection:()=>ws,AnnotationView:()=>ms,Annotations:()=>Gs,AnnotationsUIs:()=>tc,BaseCommentThreadView:()=>lr,BaseCommentView:()=>Ar,Comment:()=>si,CommentThread:()=>ri,CommentThreadController:()=>go,CommentThreadInputView:()=>Yo,CommentThreadView:()=>pr,CommentView:()=>xr,Comments:()=>oa,CommentsArchive:()=>Gc,CommentsArchiveUI:()=>Jc,CommentsListView:()=>$o,CommentsOnly:()=>Zi,CommentsRepository:()=>oi,CommentsUI:()=>Yi,EditorAnnotations:()=>ki,InlineAnnotations:()=>Lc,NarrowSidebar:()=>Sc,WideSidebar:()=>Ic});var t=n(782),e=n(584),r=n(211);const s=function(){this.__data__=[],this.size=0};const i=function(t,e){return t===e||t!=t&&e!=e};const c=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1};var a=Array.prototype.splice;const u=function(t){var e=this.__data__,n=c(e,t);return!(n<0)&&(n==e.length-1?e.pop():a.call(e,n,1),--this.size,!0)};const h=function(t){var e=this.__data__,n=c(e,t);return n<0?void 0:e[n][1]};const d=function(t){return c(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,o=c(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function m(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}m.prototype.clear=s,m.prototype.delete=u,m.prototype.get=h,m.prototype.has=d,m.prototype.set=l;const k=m;const g=function(){this.__data__=new k,this.size=0};const p=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const f=function(t){return this.__data__.get(t)};const b=function(t){return this.__data__.has(t)};const v="object"==typeof global&&global&&global.Object===Object&&global;var _="object"==typeof self&&self&&self.Object===Object&&self;const w=v||_||Function("return this")();const I=w.Symbol;var y=Object.prototype,A=y.hasOwnProperty,C=y.toString,T=I?I.toStringTag:void 0;const E=function(t){var e=A.call(t,T),n=t[T];try{t[T]=void 0;var o=!0}catch(t){}var r=C.call(t);return o&&(e?t[T]=n:delete t[T]),r};var x=Object.prototype.toString;const O=function(t){return x.call(t)};var N=I?I.toStringTag:void 0;const S=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":N&&N in Object(t)?E(t):O(t)};const M=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const R=function(t){if(!M(t))return!1;var e=S(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const P=w["__core-js_shared__"];var V,L=(V=/[^.]+$/.exec(P&&P.keys&&P.keys.IE_PROTO||""))?"Symbol(src)_1."+V:"";const j=function(t){return!!L&&L in t};var B=Function.prototype.toString;const D=function(t){if(null!=t){try{return B.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var H=/^\[object .+?Constructor\]$/,F=Function.prototype,z=Object.prototype,K=F.toString,U=z.hasOwnProperty,W=RegExp("^"+K.call(U).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Y=function(t){return!(!M(t)||j(t))&&(R(t)?W:H).test(D(t))};const X=function(t,e){return null==t?void 0:t[e]};const q=function(t,e){var n=X(t,e);return Y(n)?n:void 0};const G=q(w,"Map");const Z=q(Object,"create");const Q=function(){this.__data__=Z?Z(null):{},this.size=0};const J=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var $=Object.prototype.hasOwnProperty;const tt=function(t){var e=this.__data__;if(Z){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return $.call(e,t)?e[t]:void 0};var et=Object.prototype.hasOwnProperty;const nt=function(t){var e=this.__data__;return Z?void 0!==e[t]:et.call(e,t)};const ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Z&&void 0===e?"__lodash_hash_undefined__":e,this};function rt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}rt.prototype.clear=Q,rt.prototype.delete=J,rt.prototype.get=tt,rt.prototype.has=nt,rt.prototype.set=ot;const st=rt;const it=function(){this.size=0,this.__data__={hash:new st,map:new(G||k),string:new st}};const ct=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const at=function(t,e){var n=t.__data__;return ct(e)?n["string"==typeof e?"string":"hash"]:n.map};const ut=function(t){var e=at(this,t).delete(t);return this.size-=e?1:0,e};const ht=function(t){return at(this,t).get(t)};const dt=function(t){return at(this,t).has(t)};const lt=function(t,e){var n=at(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function mt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}mt.prototype.clear=it,mt.prototype.delete=ut,mt.prototype.get=ht,mt.prototype.has=dt,mt.prototype.set=lt;const kt=mt;const gt=function(t,e){var n=this.__data__;if(n instanceof k){var o=n.__data__;if(!G||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new kt(o)}return n.set(t,e),this.size=n.size,this};function pt(t){var e=this.__data__=new k(t);this.size=e.size}pt.prototype.clear=g,pt.prototype.delete=p,pt.prototype.get=f,pt.prototype.has=b,pt.prototype.set=gt;const ft=pt;const bt=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const vt=function(t){return this.__data__.has(t)};function _t(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new kt;++e<n;)this.add(t[e])}_t.prototype.add=_t.prototype.push=bt,_t.prototype.has=vt;const wt=_t;const It=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const yt=function(t,e){return t.has(e)};const At=function(t,e,n,o,r,s){var i=1&n,c=t.length,a=e.length;if(c!=a&&!(i&&a>c))return!1;var u=s.get(t),h=s.get(e);if(u&&h)return u==e&&h==t;var d=-1,l=!0,m=2&n?new wt:void 0;for(s.set(t,e),s.set(e,t);++d<c;){var k=t[d],g=e[d];if(o)var p=i?o(g,k,d,e,t,s):o(k,g,d,t,e,s);if(void 0!==p){if(p)continue;l=!1;break}if(m){if(!It(e,(function(t,e){if(!yt(m,e)&&(k===t||r(k,t,n,o,s)))return m.push(e)}))){l=!1;break}}else if(k!==g&&!r(k,g,n,o,s)){l=!1;break}}return s.delete(t),s.delete(e),l};const Ct=w.Uint8Array;const Tt=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const Et=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var xt=I?I.prototype:void 0,Ot=xt?xt.valueOf:void 0;const Nt=function(t,e,n,o,r,s,c){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!s(new Ct(t),new Ct(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tt;case"[object Set]":var u=1&o;if(a||(a=Et),t.size!=e.size&&!u)return!1;var h=c.get(t);if(h)return h==e;o|=2,c.set(t,e);var d=At(a(t),a(e),o,r,s,c);return c.delete(t),d;case"[object Symbol]":if(Ot)return Ot.call(t)==Ot.call(e)}return!1};const St=function(t,e){for(var n=-1,o=e.length,r=t.length;++n<o;)t[r+n]=e[n];return t};const Mt=Array.isArray;const Rt=function(t,e,n){var o=e(t);return Mt(t)?o:St(o,n(t))};const Pt=function(t,e){for(var n=-1,o=null==t?0:t.length,r=0,s=[];++n<o;){var i=t[n];e(i,n,t)&&(s[r++]=i)}return s};const Vt=function(){return[]};var Lt=Object.prototype.propertyIsEnumerable,jt=Object.getOwnPropertySymbols;const Bt=jt?function(t){return null==t?[]:(t=Object(t),Pt(jt(t),(function(e){return Lt.call(t,e)})))}:Vt;const Dt=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const Ht=function(t){return null!=t&&"object"==typeof t};const Ft=function(t){return Ht(t)&&"[object Arguments]"==S(t)};var zt=Object.prototype,Kt=zt.hasOwnProperty,Ut=zt.propertyIsEnumerable;const Wt=Ft(function(){return arguments}())?Ft:function(t){return Ht(t)&&Kt.call(t,"callee")&&!Ut.call(t,"callee")};const Yt=function(){return!1};var Xt="object"==typeof exports&&exports&&!exports.nodeType&&exports,qt=Xt&&"object"==typeof module&&module&&!module.nodeType&&module,Gt=qt&&qt.exports===Xt?w.Buffer:void 0;const Zt=(Gt?Gt.isBuffer:void 0)||Yt;var Qt=/^(?:0|[1-9]\d*)$/;const Jt=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Qt.test(t))&&t>-1&&t%1==0&&t<e};const $t=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var te={};te["[object Float32Array]"]=te["[object Float64Array]"]=te["[object Int8Array]"]=te["[object Int16Array]"]=te["[object Int32Array]"]=te["[object Uint8Array]"]=te["[object Uint8ClampedArray]"]=te["[object Uint16Array]"]=te["[object Uint32Array]"]=!0,te["[object Arguments]"]=te["[object Array]"]=te["[object ArrayBuffer]"]=te["[object Boolean]"]=te["[object DataView]"]=te["[object Date]"]=te["[object Error]"]=te["[object Function]"]=te["[object Map]"]=te["[object Number]"]=te["[object Object]"]=te["[object RegExp]"]=te["[object Set]"]=te["[object String]"]=te["[object WeakMap]"]=!1;const ee=function(t){return Ht(t)&&$t(t.length)&&!!te[S(t)]};const ne=function(t){return function(e){return t(e)}};var oe="object"==typeof exports&&exports&&!exports.nodeType&&exports,re=oe&&"object"==typeof module&&module&&!module.nodeType&&module,se=re&&re.exports===oe&&v.process;const ie=function(){try{var t=re&&re.require&&re.require("util").types;return t||se&&se.binding&&se.binding("util")}catch(t){}}();var ce=ie&&ie.isTypedArray;const ae=ce?ne(ce):ee;var ue=Object.prototype.hasOwnProperty;const he=function(t,e){var n=Mt(t),o=!n&&Wt(t),r=!n&&!o&&Zt(t),s=!n&&!o&&!r&&ae(t),i=n||o||r||s,c=i?Dt(t.length,String):[],a=c.length;for(var u in t)!e&&!ue.call(t,u)||i&&("length"==u||r&&("offset"==u||"parent"==u)||s&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||Jt(u,a))||c.push(u);return c};var de=Object.prototype;const le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||de)};const me=function(t,e){return function(n){return t(e(n))}};const ke=me(Object.keys,Object);var ge=Object.prototype.hasOwnProperty;const pe=function(t){if(!le(t))return ke(t);var e=[];for(var n in Object(t))ge.call(t,n)&&"constructor"!=n&&e.push(n);return e};const fe=function(t){return null!=t&&$t(t.length)&&!R(t)};const be=function(t){return fe(t)?he(t):pe(t)};const ve=function(t){return Rt(t,be,Bt)};var _e=Object.prototype.hasOwnProperty;const we=function(t,e,n,o,r,s){var i=1&n,c=ve(t),a=c.length;if(a!=ve(e).length&&!i)return!1;for(var u=a;u--;){var h=c[u];if(!(i?h in e:_e.call(e,h)))return!1}var d=s.get(t),l=s.get(e);if(d&&l)return d==e&&l==t;var m=!0;s.set(t,e),s.set(e,t);for(var k=i;++u<a;){var g=t[h=c[u]],p=e[h];if(o)var f=i?o(p,g,h,e,t,s):o(g,p,h,t,e,s);if(!(void 0===f?g===p||r(g,p,n,o,s):f)){m=!1;break}k||(k="constructor"==h)}if(m&&!k){var b=t.constructor,v=e.constructor;b==v||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof v&&v instanceof v||(m=!1)}return s.delete(t),s.delete(e),m};const Ie=q(w,"DataView");const ye=q(w,"Promise");const Ae=q(w,"Set");const Ce=q(w,"WeakMap");var Te="[object Map]",Ee="[object Promise]",xe="[object Set]",Oe="[object WeakMap]",Ne="[object DataView]",Se=D(Ie),Me=D(G),Re=D(ye),Pe=D(Ae),Ve=D(Ce),Le=S;(Ie&&Le(new Ie(new ArrayBuffer(1)))!=Ne||G&&Le(new G)!=Te||ye&&Le(ye.resolve())!=Ee||Ae&&Le(new Ae)!=xe||Ce&&Le(new Ce)!=Oe)&&(Le=function(t){var e=S(t),n="[object Object]"==e?t.constructor:void 0,o=n?D(n):"";if(o)switch(o){case Se:return Ne;case Me:return Te;case Re:return Ee;case Pe:return xe;case Ve:return Oe}return e});const je=Le;var Be="[object Arguments]",De="[object Array]",He="[object Object]",Fe=Object.prototype.hasOwnProperty;const ze=function(t,e,n,o,r,s){var i=Mt(t),c=Mt(e),a=i?De:je(t),u=c?De:je(e),h=(a=a==Be?He:a)==He,d=(u=u==Be?He:u)==He,l=a==u;if(l&&Zt(t)){if(!Zt(e))return!1;i=!0,h=!1}if(l&&!h)return s||(s=new ft),i||ae(t)?At(t,e,n,o,r,s):Nt(t,e,a,n,o,r,s);if(!(1&n)){var m=h&&Fe.call(t,"__wrapped__"),k=d&&Fe.call(e,"__wrapped__");if(m||k){var g=m?t.value():t,p=k?e.value():e;return s||(s=new ft),r(g,p,n,o,s)}}return!!l&&(s||(s=new ft),we(t,e,n,o,r,s))};const Ke=function t(e,n,o,r,s){return e===n||(null==e||null==n||!Ht(e)&&!Ht(n)?e!=e&&n!=n:ze(e,n,o,r,t,s))};const Ue=function(t,e){return Ke(t,e)};const We=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const Ye=function(){try{var t=q(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Xe=function(t,e,n){"__proto__"==e&&Ye?Ye(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var qe=Object.prototype.hasOwnProperty;const Ge=function(t,e,n){var o=t[e];qe.call(t,e)&&i(o,n)&&(void 0!==n||e in t)||Xe(t,e,n)};const Ze=function(t,e,n,o){var r=!n;n||(n={});for(var s=-1,i=e.length;++s<i;){var c=e[s],a=o?o(n[c],t[c],c,n,t):void 0;void 0===a&&(a=t[c]),r?Xe(n,c,a):Ge(n,c,a)}return n};const Qe=function(t,e){return t&&Ze(e,be(e),t)};const Je=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var $e=Object.prototype.hasOwnProperty;const tn=function(t){if(!M(t))return Je(t);var e=le(t),n=[];for(var o in t)("constructor"!=o||!e&&$e.call(t,o))&&n.push(o);return n};const en=function(t){return fe(t)?he(t,!0):tn(t)};const nn=function(t,e){return t&&Ze(e,en(e),t)};var on="object"==typeof exports&&exports&&!exports.nodeType&&exports,rn=on&&"object"==typeof module&&module&&!module.nodeType&&module,sn=rn&&rn.exports===on?w.Buffer:void 0,cn=sn?sn.allocUnsafe:void 0;const an=function(t,e){if(e)return t.slice();var n=t.length,o=cn?cn(n):new t.constructor(n);return t.copy(o),o};const un=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const hn=function(t,e){return Ze(t,Bt(t),e)};const dn=me(Object.getPrototypeOf,Object);const ln=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)St(e,Bt(t)),t=dn(t);return e}:Vt;const mn=function(t,e){return Ze(t,ln(t),e)};const kn=function(t){return Rt(t,en,ln)};var gn=Object.prototype.hasOwnProperty;const pn=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&gn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const fn=function(t){var e=new t.constructor(t.byteLength);return new Ct(e).set(new Ct(t)),e};const bn=function(t,e){var n=e?fn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var vn=/\w*$/;const _n=function(t){var e=new t.constructor(t.source,vn.exec(t));return e.lastIndex=t.lastIndex,e};var wn=I?I.prototype:void 0,In=wn?wn.valueOf:void 0;const yn=function(t){return In?Object(In.call(t)):{}};const An=function(t,e){var n=e?fn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Cn=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return fn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return bn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return An(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return _n(t);case"[object Symbol]":return yn(t)}};var Tn=Object.create;const En=function(){function t(){}return function(e){if(!M(e))return{};if(Tn)return Tn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const xn=function(t){return"function"!=typeof t.constructor||le(t)?{}:En(dn(t))};const On=function(t){return Ht(t)&&"[object Map]"==je(t)};var Nn=ie&&ie.isMap;const Sn=Nn?ne(Nn):On;const Mn=function(t){return Ht(t)&&"[object Set]"==je(t)};var Rn=ie&&ie.isSet;const Pn=Rn?ne(Rn):Mn;var Vn="[object Arguments]",Ln="[object Function]",jn="[object Object]",Bn={};Bn[Vn]=Bn["[object Array]"]=Bn["[object ArrayBuffer]"]=Bn["[object DataView]"]=Bn["[object Boolean]"]=Bn["[object Date]"]=Bn["[object Float32Array]"]=Bn["[object Float64Array]"]=Bn["[object Int8Array]"]=Bn["[object Int16Array]"]=Bn["[object Int32Array]"]=Bn["[object Map]"]=Bn["[object Number]"]=Bn[jn]=Bn["[object RegExp]"]=Bn["[object Set]"]=Bn["[object String]"]=Bn["[object Symbol]"]=Bn["[object Uint8Array]"]=Bn["[object Uint8ClampedArray]"]=Bn["[object Uint16Array]"]=Bn["[object Uint32Array]"]=!0,Bn["[object Error]"]=Bn[Ln]=Bn["[object WeakMap]"]=!1;const Dn=function t(e,n,o,r,s,i){var c,a=1&n,u=2&n,h=4&n;if(o&&(c=s?o(e,r,s,i):o(e)),void 0!==c)return c;if(!M(e))return e;var d=Mt(e);if(d){if(c=pn(e),!a)return un(e,c)}else{var l=je(e),m=l==Ln||"[object GeneratorFunction]"==l;if(Zt(e))return an(e,a);if(l==jn||l==Vn||m&&!s){if(c=u||m?{}:xn(e),!a)return u?mn(e,nn(c,e)):hn(e,Qe(c,e))}else{if(!Bn[l])return s?e:{};c=Cn(e,l,a)}}i||(i=new ft);var k=i.get(e);if(k)return k;i.set(e,c),Pn(e)?e.forEach((function(r){c.add(t(r,n,o,r,e,i))})):Sn(e)&&e.forEach((function(r,s){c.set(s,t(r,n,o,s,e,i))}));var g=d?void 0:(h?u?kn:ve:u?en:be)(e);return We(g||e,(function(r,s){g&&(r=e[s=r]),Ge(c,s,t(r,n,o,s,e,i))})),c};const Hn=function(t){return Dn(t,5)};const Fn=function(t){return"symbol"==typeof t||Ht(t)&&"[object Symbol]"==S(t)};var zn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Kn=/^\w*$/;const Un=function(t,e){if(Mt(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Fn(t))||(Kn.test(t)||!zn.test(t)||null!=e&&t in Object(e))};function Wn(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,r=e?e.apply(this,o):o[0],s=n.cache;if(s.has(r))return s.get(r);var i=t.apply(this,o);return n.cache=s.set(r,i)||s,i};return n.cache=new(Wn.Cache||kt),n}Wn.Cache=kt;const Yn=Wn;var Xn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,qn=/\\(\\)?/g;const Gn=function(t){var e=Yn(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(Xn,(function(t,n,o,r){e.push(o?r.replace(qn,"$1"):n||t)})),e}));const Zn=function(t,e){for(var n=-1,o=null==t?0:t.length,r=Array(o);++n<o;)r[n]=e(t[n],n,t);return r};var Qn=I?I.prototype:void 0,Jn=Qn?Qn.toString:void 0;const $n=function t(e){if("string"==typeof e)return e;if(Mt(e))return Zn(e,t)+"";if(Fn(e))return Jn?Jn.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const to=function(t){return null==t?"":$n(t)};const eo=function(t,e){return Mt(t)?t:Un(t,e)?[t]:Gn(to(t))};const no=function(t){if("string"==typeof t||Fn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const oo=function(t,e,n,o){if(!M(t))return t;for(var r=-1,s=(e=eo(e,t)).length,i=s-1,c=t;null!=c&&++r<s;){var a=no(e[r]),u=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(r!=i){var h=c[a];void 0===(u=o?o(h,a,c):void 0)&&(u=M(h)?h:Jt(e[r+1])?[]:{})}Ge(c,a,u),c=c[a]}return t};const ro=function(t,e,n){return null==t?t:oo(t,e,n)};const so=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const io=function(t,e){for(var n=0,o=(e=eo(e,t)).length;null!=t&&n<o;)t=t[no(e[n++])];return n&&n==o?t:void 0};const co=function(t,e,n){var o=-1,r=t.length;e<0&&(e=-e>r?0:r+e),(n=n>r?r:n)<0&&(n+=r),r=e>n?0:n-e>>>0,e>>>=0;for(var s=Array(r);++o<r;)s[o]=t[o+e];return s};const ao=function(t,e){return e.length<2?t:io(t,co(e,0,-1))};const uo=function(t,e){return e=eo(e,t),null==(t=ao(t,e))||delete t[no(so(e))]};const ho=function(t,e){return null==t||uo(t,e)};var lo=mo;function mo(t,e){var n=ko();return(mo=function(t,e){return n[t-=263]})(t,e)}function ko(){var t=["destroy","_localUser","8598152wHUFFq","_isAttached","removeComment","reopenCommentThread","10005290EMCCfG","submitCommentThread","2eecYSc","9UBWJgg","submit","49688BXqQrX","resolveCommentThread","5622QBGCbW","129OYtpYd","1039937majsKZ","getComment","isResolved","stopListening","addComment","resolve","remove","8975022MpYUhz","update","updateComment","listenTo","removeCommentThread","model","28935632AXqOdA","reopen","5970UIaKzQ","view"];return(ko=function(){return t})()}!function(t){for(var e=mo,n=t();;)try{if(730803===-parseInt(e(294))/1*(parseInt(e(287))/2)+-parseInt(e(293))/3*(parseInt(e(290))/4)+-parseInt(e(277))/5*(parseInt(e(292))/6)+-parseInt(e(269))/7+parseInt(e(281))/8*(parseInt(e(288))/9)+parseInt(e(285))/10+parseInt(e(275))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ko);class go extends((0,e.ObservableMixin)()){constructor(t,e){var n=mo;super(),this[n(274)]=t,this[n(274)][n(282)]=!0,this[n(278)]=e,this[n(272)](e,n(286),(()=>this[n(289)]())),this[n(272)](e,n(273),(()=>this[n(268)]())),this[n(272)](e,n(291),(()=>this[n(267)]())),this[n(272)](e,n(284),(()=>this[n(276)]())),this[n(272)](e,n(266),((t,e)=>this[n(266)](e))),this[n(272)](e,n(271),((t,e,o)=>this[n(271)](e,o))),this[n(272)](e,n(283),((t,e)=>this[n(283)](e)))}[lo(289)](){var t=lo;this[t(274)][t(289)]()}[lo(268)](){var t=lo;this[t(274)][t(268)]()}[lo(267)](){var t=lo;this[t(274)][t(264)]||this[t(274)][t(267)]()}[lo(276)](){var t=lo;this[t(274)][t(264)]&&this[t(274)][t(276)]()}[lo(266)](t){var e=lo;this[e(274)][e(266)]({content:t,authorId:this[e(278)][e(280)].id})}[lo(271)](t,e){var n=lo;this[n(274)][n(263)](t)[n(270)]({content:e})}[lo(283)](t){var e=lo;this[e(274)][e(263)](t)[e(268)]()}[lo(279)](){var t=lo;this[t(265)](),this[t(274)][t(282)]=!1}}var po=n(311);function fo(t,e,n){const o=t.t;switch(e){case"PENDING_ACTION_COMMENT_THREAD":return o({string:"Unsaved change in comment thread.",id:"PENDING_ACTION_COMMENT_THREAD"});case"Comment":return o("Comment");case"Reply...":return o("Reply...");case"Reply to reopen discussion...":return o("Reply to reopen discussion...");case"Write a comment...":return o("Write a comment...");case"Comment was made on an element":return o("Comment was made on an element");case"Comment editor":return o("Comment editor");case"Delete comment thread?":return o("Delete comment thread?");case"Delete comment?":return o("Delete comment?");case"Marked as resolved":return o("Marked as resolved");case"Show more items":return o("Show more items");case"Cancel":return o("Cancel");case"Edit":return o("Edit");case"Resolve":return o("Resolve");case"Reopen":return o("Reopen");case"Remove":return o("Remove");case"Reply":return o("Reply");case"Save":return o("Save");case"Annotations sidebar":return o("Annotations sidebar");case"Annotations list":return o("Annotations list");case"Thread comments":return o("Thread comments");case"THREAD_CONTEXT_LABEL":return o({string:"Thread context: %0",id:"THREAD_CONTEXT_LABEL"},n);case"COMMENT_THREAD_LABEL":return o({string:"Comment thread by %1. %1 reply.",plural:"Comment thread by %1. %0 replies.",id:"COMMENT_THREAD_LABEL"},n);case"COMMENT_THREAD_DESCRIPTION":return o({string:"Press Enter for more options. Press Escape to exit.",id:"COMMENT_THREAD_DESCRIPTION"});case"COMMENT_ARIA_LABEL":return o({string:"Comment by %0. Created on %1. %2. %3",id:"COMMENT_ARIA_LABEL"},n);case"LEAVE_COMMENT_ANNOUNCEMENT":return o({string:"Leaving a content with comments.",id:"LEAVE_COMMENT_ANNOUNCEMENT"});case"ENTER_COMMENT_ANNOUNCEMENT":return o({string:"Entering a content with comments. Press %0 to go to the discussion.",id:"ENTER_COMMENT_ANNOUNCEMENT"},n);case"NUMBER_OF_COMMENTS":return o({string:"%0 Comment",plural:"%0 Comments",id:"NUMBER_OF_COMMENTS"},n);case"TOO_LONG_COMMENT_ALERT":return o({string:"Comment content is too long. Your comment has %0 characters but the limit is %1 characters.",id:"TOO_LONG_COMMENT_ALERT"},n);case"EXTERNAL_COMMENT":return o({string:"This comment comes from an external source.",id:"EXTERNAL_COMMENT"});case"EXTERNAL_IMPORT_WORD_COMMENT":return o({string:"This comment comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_COMMENT"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"COMMENTS_ARCHIVE":return o({string:"Comments archive",id:"COMMENTS_ARCHIVE"});case"EMPTY_COMMENTS_ARCHIVE":return o({string:"There are no archived comment threads.",id:"EMPTY_COMMENTS_ARCHIVE"});case"COMMENTS_ARCHIVE_LIST_LABEL":return o({string:"List of comments",id:"COMMENTS_ARCHIVE_LIST_LABEL"});case"ACCESSIBILITY_HELP_ANNOTATIONS_GROUP":return o({string:"Keystrokes for interacting with annotation threads (e.g. comments, track changes suggestions)",id:"ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"});case"ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO":return o({string:"Move focus to the thread when the selection is anchored in its marker",id:"ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"});case"ACCESSIBILITY_HELP_ANNOTATIONS_EXIT":return o({string:"Exit the annotation and move focus back to the edited content",id:"ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER":return o({string:"Browse the focused annotation thread or thread comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"});case"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS":return o({string:"Move across internals of the annotation thread",id:"ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"});case"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT":return o({string:"Submit the reply while writing a comment",id:"ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"});case"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS":return o({string:"Move to the previous or next thread in the annotations sidebar or comments archive",id:"ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"});default:return""}}function bo(t,e){const n=_o();return(bo=function(t,e){return n[t-=203]})(t,e)}const vo=bo;function _o(){const t=["ck-editor__main","element","924021hNSWDP","9uhSDbe","Comment editor","div","534424QQVkVb","273404FpccKX","focus","ck-rounded-corners","ck-comment__input","cke-editor__aria-label_","ck-reset","uiLanguage","uiLanguageDirection","4935320pIoVUi","ck-editor","main","1HpHizz","render","setTemplate","editable","788580qQPXQh","createCollection","1191126NnuhwP","908825sDQZmY","presentation","add"];return(_o=function(){return t})()}!function(t){const e=bo,n=t();for(;;)try{if(202200===parseInt(e(207))/1*(-parseInt(e(224))/2)+-parseInt(e(211))/3+parseInt(e(223))/4+parseInt(e(214))/5+-parseInt(e(213))/6+-parseInt(e(219))/7+-parseInt(e(204))/8*(-parseInt(e(220))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_o);class wo extends po.EditorUIView{constructor(t,n){const o=bo;super(t);const r=(0,e.uid)();this[o(206)]=this[o(212)](),this[o(210)]=new po.InlineEditableUIView(t,n,void 0,{label:()=>fo(t,o(221))}),this[o(209)]({tag:o(222),attributes:{class:[o(229),o(205),o(226),o(227)],dir:t[o(203)],lang:t[o(230)],"aria-labelledby":o(228)+r},children:[{tag:o(222),attributes:{class:o(217),role:o(215)},children:this[o(206)]}]})}[vo(208)](){const t=vo;super[t(208)](),this[t(206)][t(216)](this[t(210)])}[vo(225)](){const t=vo;this[t(210)][t(218)][t(225)]()}}function Io(t,e){const n=Co();return(Io=function(t,e){return n[t-=129]})(t,e)}const yo=Io;!function(t){const e=Io,n=t();for(;;)try{if(961228===-parseInt(e(134))/1+-parseInt(e(138))/2+parseInt(e(136))/3+parseInt(e(150))/4+parseInt(e(132))/5+-parseInt(e(142))/6+parseInt(e(151))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Co);class Ao extends po.EditorUI{constructor(t){const e=Io;super(t),this[e(137)]=new wo(t[e(129)],t[e(144)][e(137)])}get[yo(152)](){const t=yo;return this[t(137)][t(152)]}[yo(145)](){const t=yo,e=this[t(131)][t(144)][t(137)],n=this[t(137)][t(147)],o=e[t(154)][t(146)]();n[t(148)]=o[t(140)],this[t(137)][t(133)]();const r=n[t(152)];this[t(130)](n[t(148)],r),this[t(137)][t(147)][t(153)](t(155)).to(this[t(139)]),e[t(149)](r),this[t(135)](t(141))}[yo(143)](){const t=yo;super[t(143)](),this[t(137)][t(143)]()}}function Co(){const t=["3826290frCuEn","focusTracker","rootName","ready","5059260fbEKcD","destroy","editing","init","getRoot","editable","name","attachDomRoot","5751480pEHZzI","6664357jFmMng","element","bind","document","isFocused","locale","setEditableElement","editor","7864595kpZfca","render","1747105dfaAYM","fire","4505544OiCYrj","view"];return(Co=function(){return t})()}var To=n(783),Eo=n(331),xo=n(507),Oo=n(727),No=n(834),So=n(251),Mo=n(179);const Ro=jo;function Po(){const t=["223664ARSKuK","33651SGLfVB","change","7fIUJOx","destroy","getChild","focus","map","get","placeholderElement","2464902Ftxfil","join","document","15043490uxeRhu","childCount","initialData","create","createRoot","config","change:placeholder","initPlugins","384819KFRbdq","model","setSelection","set","end","fire","96360XQkiEF","getRoot","placeholder","editing","low","data","_updatePlaceholder","fromCharCode","view","1187176Neqbja","then","init","ready","assign","890pzqYrZ","4KADcEn","plugins","defaultPlugins","name","110jbkPzz"];return(Po=function(){return t})()}!function(t){const e=jo,n=t();for(;;)try{if(690100===-parseInt(e(434))/1*(parseInt(e(419))/2)+parseInt(e(460))/3+-parseInt(e(439))/4*(-parseInt(e(438))/5)+parseInt(e(449))/6*(parseInt(e(442))/7)+parseInt(e(428))/8+-parseInt(e(440))/9*(-parseInt(e(433))/10)+-parseInt(e(452))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Po);const Vo=[Eo.Clipboard,xo.Enter,xo.ShiftEnter,Oo.SelectAll,No.Typing,So.Undo,Mo.Paragraph];class Lo extends((0,e.ObservableMixin)(t.Editor)){constructor(t={}){const e=jo;function n(t){const e=jo;return t[e(446)]((t=>String[e(426)](t)))[e(450)]("")}(t=Object[e(432)]({},t))[e(435)]||(t[e(435)]=Lo[e(436)]),super(t),this.ui=new Ao(this),this[e(416)](e(421),""),this[e(414)][e(451)].on(e(441),(()=>this[e(425)]()),{priority:e(423)}),this.on(e(458),(()=>this[e(425)]())),this[e(414)][e(451)][e(456)](),this[n([101,100,105,116,105,110,103])][n([118,105,101,119])][n([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=n([97,117,116,111]),this[n([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116])]=()=>window[n([80,114,111,109,105,115,101])][n([114,101,115,111,108,118,101])]({[n([115,116,97,116,117,115])]:n([111,107])})}[Ro(455)](){const t=Ro,e=this[t(457)][t(447)](t(454))||"";return this[t(459)]()[t(429)]((()=>this.ui[t(430)]()))[t(429)]((()=>this[t(424)][t(430)](e)))[t(429)]((()=>this[t(418)](t(431))))}[Ro(443)](){const t=Ro;return super[t(443)]()[t(429)]((()=>this.ui[t(443)]()))}[Ro(445)](){const t=Ro;this[t(414)][t(441)]((e=>{const n=t,o=this[n(414)][n(451)][n(420)](),r=o&&o[n(444)](o[n(453)]-1);e[n(415)](r,n(417)),this[n(422)][n(427)][n(445)]()}))}[Ro(425)](){const t=Ro,e=this[t(422)][t(427)],n=e[t(451)][t(420)](),o=n[t(444)](0);n[t(453)]>1||!o||"p"!=o[t(437)]?this[t(448)]&&this[t(448)][t(421)]&&((0,To.disablePlaceholder)(e,this[t(448)]),this[t(448)]=void 0):(this[t(421)]&&(o[t(421)]=this[t(421)]),(0,To.enablePlaceholder)({view:e,element:o,keepOnFocus:!0}),this[t(448)]=o)}}function jo(t,e){const n=Po();return(jo=function(t,e){return n[t-=414]})(t,e)}Lo[Ro(436)]=Vo;const Bo=Lo,Do=Ho;function Ho(t,e){const n=zo();return(Ho=function(t,e){return n[t-=130]})(t,e)}!function(t){const e=Ho,n=t();for(;;)try{if(308842===-parseInt(e(161))/1+parseInt(e(176))/2+parseInt(e(213))/3+parseInt(e(145))/4*(-parseInt(e(139))/5)+-parseInt(e(130))/6*(-parseInt(e(134))/7)+parseInt(e(183))/8*(-parseInt(e(156))/9)+parseInt(e(192))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zo);class Fo extends po.View{constructor(t,n={}){const o=Ho;super(t),this[o(209)]=null,this[o(148)]=n,this[o(208)](o(187),n[o(197)]||""),this[o(208)](o(205),!1),this[o(208)](o(191),!0),this[o(208)](o(136),fo(t,o(196))),this[o(208)](o(212),fo(t,o(140))),this[o(165)]=this[o(200)](),this[o(150)]=this[o(167)](),this[o(141)]=this[o(181)]([this[o(165)],this[o(150)]]),this[o(186)]=new e.KeystrokeHandler,this[o(199)]=new e.FocusTracker,this[o(133)]=new po.FocusCycler({focusables:this[o(141)],focusTracker:this[o(199)],keystrokeHandler:this[o(186)],actions:{focusPrevious:o(211),focusNext:o(202)}}),this[o(184)]({tag:o(160),attributes:{class:[o(188)]},children:[{tag:o(160),attributes:{class:[o(185),this[o(175)].if(o(191),o(173))]},children:[this[o(165)],this[o(150)]]}]}),this[o(186)][o(208)](o(149),((t,e)=>{const n=o;this[n(150)][n(182)](n(159)),e()})),this[o(186)][o(208)](o(164),((t,e)=>{const n=o;this[n(165)][n(157)]&&(this[n(165)][n(182)](n(159)),e())})),this.on(o(155),((e,n)=>{const r=o;n[r(170)]>65e3?(alert(fo(t,r(153),[n[r(170)],65e3])),e[r(203)]()):this[r(209)][r(162)]("")}),{priority:o(180)})}[Do(174)](){const t=Do;super[t(174)](),this[t(206)]()}[Do(169)](){const t=Do;return this[t(209)]||(this[t(209)]=new Bo(this[t(148)]),this[t(195)]=this[t(209)][t(201)]()[t(168)]((()=>{const e=t;if(this[e(138)])return;const n=this[e(209)];this[e(198)][e(151)](n.ui[e(198)],this[e(198)][e(154)]),n[e(177)][e(132)].on(e(179),(()=>this[e(187)]=n[e(146)]())),n[e(158)](e(136)).to(this),this[e(141)][e(190)](n.ui[e(204)],0),this[e(182)](e(135),this[e(209)])}))),this[t(195)]}[Do(214)](t){const e=Do;-1===t?(this[e(133)][e(131)](),this[e(133)][e(137)]()):this[e(133)][e(131)]()}async[Do(152)](){const t=Do;this[t(138)]||(this[t(138)]=!0,this[t(209)]&&(await this[t(195)],await this[t(209)][t(152)](),this[t(182)](t(189),this[t(209)])),await super[t(152)]())}[Do(200)](){const t=Do,{locale:e}=this,n=new po.ButtonView(e);return n[t(163)]({attributes:{class:[t(147)]}}),n[t(144)]=!0,n[t(158)](t(172)).to(this,t(212)),n.on(t(159),(()=>{const e=t;this[e(182)](e(155),this[e(187)])})),n[t(158)](t(157)).to(this,t(187),this,t(205),((e,n)=>!n&&!!e[t(171)]())),n}[Do(167)](){const t=Do,{locale:e}=this,n=new po.ButtonView(e);return n[t(163)]({attributes:{class:[t(166)]}}),n[t(172)]=fo(e,t(207)),n[t(144)]=!0,n.on(t(159),(()=>{const e=t;this[e(209)][e(162)](""),this[e(182)](e(143))})),n}[Do(206)](){const t=Do;this[t(186)][t(194)](this[t(198)]),this[t(141)][t(142)]((e=>{const n=t;this[n(199)][n(190)](e[n(198)])})),this[t(141)].on(t(179),((e,n)=>{const o=t;for(const t of Array[o(210)](n[o(193)])[o(178)]())this[o(199)][o(190)](t[o(198)])}))}}function zo(){const t=["createCollection","fire","3000BxgJCt","setTemplate","ck-comment__input-actions","keystrokes","value","ck-comment__input-wrapper","editorDestroyed","add","showButtons","3015740PoIWHJ","added","listenTo","_editorCreationPromise","Reply...","initialData","element","focusTracker","_createSubmitButton","create","tab","stop","view","disabledSubmit","_setupKeyboardNavigation","Cancel","set","editor","from","shift+tab","submitLabel","378981nDxYss","focus","497166anAFAL","focusFirst","document","focusCycler","7Dypmli","editorReady","placeholder","focusLast","_isDestroyed","645690iflETB","Reply","focusables","forEach","cancel","withText","8iVRfiV","getData","ck-comment__input-actions--submit","_editorConfig","Esc","cancelButtonView","insertBefore","destroy","TOO_LONG_COMMENT_ALERT","firstChild","submit","3978EKTDjf","isEnabled","bind","execute","div","242798ngqkbY","setData","extendTemplate","Ctrl+Enter","submitButtonView","ck-comment__input-actions--cancel","_createCancelButton","then","createEditor","length","trim","label","ck-comment__input-actions--active","render","bindTemplate","929808SHPsUw","model","reverse","change","high"];return(zo=function(){return t})()}const Ko=Uo;function Uo(t,e){const n=Wo();return(Uo=function(t,e){return n[t-=490]})(t,e)}function Wo(){const t=["delegate","editing","getDomRoot","render","editorDestroyed","focusCycler","setTemplate","focus","10685257YKaKDc","some","ck-comment__input-container--active","ck-thread__input","set","3172337bZYpsy","editor","4hHkxTw","focusTracker","125854DWfWbm","preventDefault","userView","10orgxXm","2576744yTZWTs","view","bind","change:showInput","value","bindTemplate","isFocused","extendTemplate","535218mEjVVI","92088iTrRtO","editorReady","destroy","createEditor","mousedown","listenTo","commentInputView","ck-comment__input-container","10QQKYis","div","target","filter","element","showInput","showButtons","contains","369yTkMNh","656160TLHYvb","_focusOnNonInteractiveMouseDown","ck-thread__user","then"];return(Wo=function(){return t})()}!function(t){const e=Uo,n=t();for(;;)try{if(452523===parseInt(e(534))/1*(parseInt(e(536))/2)+-parseInt(e(515))/3+parseInt(e(540))/4+-parseInt(e(539))/5*(parseInt(e(497))/6)+parseInt(e(532))/7+parseInt(e(498))/8*(parseInt(e(514))/9)+parseInt(e(506))/10*(-parseInt(e(527))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wo);class Yo extends po.View{constructor(t,e,n){const o=Uo;super(t),this[o(504)]=new Fo(t,n),this[o(524)]=this[o(504)][o(524)],this[o(504)][o(491)](o(512)).to(this[o(504)][o(535)],o(495),this[o(504)],o(493),((t,e)=>t||!!e)),this[o(531)](o(511),!1),this.on(o(492),(()=>{const t=o;this[t(511)]&&!this[t(504)][t(533)]&&this[t(504)][t(501)]()})),this[o(504)][o(519)](o(499)).to(this),this[o(504)][o(519)](o(523)).to(this),this[o(538)]=new r.UserView(t,e),this[o(538)][o(496)]({attributes:{class:o(517),"aria-hidden":!0}}),this[o(504)][o(496)]({attributes:{class:o(530)}}),this[o(525)]({tag:o(507),attributes:{class:[o(505),this[o(494)].if(o(511),o(529))]},children:[this[o(538)],this[o(504)]]})}[Ko(522)](){const t=Ko;super[t(522)](),this[t(516)]()}[Ko(500)](){const t=Ko;return this[t(504)][t(500)]()[t(518)]((()=>super[t(500)]()))}[Ko(526)](t){const e=Ko;this[e(504)][e(526)](t)}[Ko(516)](){const t=Ko;this[t(503)](this[t(510)],t(502),((e,n)=>{const o=t,{submitButtonView:r,cancelButtonView:s,editor:i}=this[o(504)];[r[o(510)],s[o(510)],i?i[o(520)][o(490)][o(521)]():null][o(509)]((t=>t))[o(528)]((t=>t[o(513)](n[o(508)])))||(this[o(526)](),n[o(537)]())}))}}function Xo(t,e){const n=Go();return(Xo=function(t,e){return n[t-=148]})(t,e)}!function(t){const e=Xo,n=t();for(;;)try{if(761469===parseInt(e(167))/1*(-parseInt(e(164))/2)+-parseInt(e(163))/3*(-parseInt(e(162))/4)+-parseInt(e(153))/5*(parseInt(e(157))/6)+-parseInt(e(160))/7*(parseInt(e(148))/8)+parseInt(e(161))/9*(parseInt(e(158))/10)+parseInt(e(151))/11*(parseInt(e(155))/12)+-parseInt(e(152))/13*(-parseInt(e(154))/14))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Go);class qo extends po.View{constructor(t){const e=Xo;super(t);const n=this[e(165)];this[e(150)](e(166),void 0),this[e(156)]({tag:"li",attributes:{class:e(159)},children:[{text:n.to(e(166),(n=>fo(t,e(149),n)))}]})}}function Go(){const t=["count","1EMGnDu","2264icXegF","NUMBER_OF_COMMENTS","set","33PIqtVX","15405jcCkZD","1238005CkKjku","6482UIJgHt","2394900FJFJfN","setTemplate","24FFDhkr","6560240UvfjXP","ck-thread__comment-count","18046SIzHpG","18ZCtZfb","32FFuIoJ","471738IbSsaZ","2471898swzkrF","bindTemplate"];return(Go=function(){return t})()}const Zo=Jo;function Qo(){const t=["viewUid","focusLast","_setupKeyboardNavigation","setTemplate","1046223EdVOvl","focusFirst","ck-thread__comments","length","_shouldCollapse","focusTracker","change:isEditMode","resolvedAt","1209410nMSUwq","insert","change:isResolved","resolvedCommentView","listenTo","delete","isEditMode","focus","resolvedBy","remove","weight","change:isActive","collapse","20YAsgLV","maxThreadTotalWeight","10EktKQp","delegate","editorDestroyed","destroy","maxCommentCharsWhenCollapsed","_handleRemoveCommentModel","from","refreshVisibleViews","focusCycler","locale","ck-hidden","add","keystrokes","bind","comments","commentUpdated","editorConfig","_updateHasDirtyComment","4152000qiMqqR","includes","12SLOhlF","maxCommentsWhenCollapsed","_rearrangeExpand","added","target","equal","element","removed","stopListening","Marked as resolved","653937sFSjSE","1678682WTQyfv","9550674ZbOyJs","isActive","hasDirtyComment","forEach","arrowup","resolved","CommentView","removeComment","_findOptimalIndex","_rearrangeCollapse","_handleNewCommentModel","createCollection","commentViews","bindTemplate","authoredAt","editorReady","visibleViews","render","reverse","_handleInfoComment","some","_config","get","formatDateTime","_calculatePosition","resolveCommentThread","Thread comments","_model","change","map","set","_collapsedCommentsView","1169044AVKfHW","expand","count","updateComment","change:hasDirtyComment","arrowdown"];return(Qo=function(){return t})()}function Jo(t,e){const n=Qo();return(Jo=function(t,e){return n[t-=261]})(t,e)}!function(t){const e=Jo,n=t();for(;;)try{if(685201===parseInt(e(345))/1+-parseInt(e(312))/2+-parseInt(e(311))/3*(parseInt(e(279))/4)+-parseInt(e(266))/5*(-parseInt(e(301))/6)+parseInt(e(313))/7+-parseInt(e(299))/8+-parseInt(e(355))/9*(-parseInt(e(281))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qo);class $o extends po.View{constructor(t,n,o){const r=Jo;super(t);const s=this[r(326)];this[r(343)](r(315),!1),this[r(343)](r(261),n[r(295)][r(261)]),this[r(343)](r(314),!1),this[r(340)]=n,this[r(334)]=o,this[r(325)]=this[r(324)](),this[r(329)]=this[r(324)](),this[r(269)]=null,this[r(263)]=new e.FocusTracker,this[r(293)]=new e.KeystrokeHandler,this[r(289)]=new po.FocusCycler({focusables:this[r(325)],focusTracker:this[r(263)],keystrokeHandler:this[r(293)],keystrokeHandlerOptions:{filter:t=>this[r(325)][r(342)]((t=>t[r(307)]))[r(300)](t[r(305)])},actions:{focusPrevious:r(317),focusNext:r(350)}}),this[r(344)]=new qo(t),this[r(344)][r(294)](r(347)).to(this,r(261),(t=>t-this[r(334)][r(302)]));for(const t of n[r(295)])this[r(323)](t);this[r(332)](),this[r(270)](n[r(295)],r(292),((t,e)=>{const n=r,o=this[n(337)](e);this[n(261)]++,this[n(323)](e,o),this[n(288)]()})),this[r(270)](n[r(295)],r(275),((t,e)=>{const n=r;this[n(261)]--,this[n(286)](e),this[n(288)]()})),this[r(270)](n,r(296),(()=>this[r(288)]())),this[r(270)](n,r(268),(()=>this[r(332)]())),this.on(r(277),(()=>this[r(288)]())),this.on(r(349),(()=>this[r(288)]())),this[r(354)]({tag:"ul",attributes:{class:[r(357),s.if(r(261),r(291),(t=>!t))],"aria-label":fo(t,r(339))},children:this[r(329)]})}get[Zo(262)](){const t=Zo;return this[t(340)][t(276)]>this[t(334)][t(280)]&&!this[t(314)]&&!this[t(315)]}[Zo(330)](){const t=Zo;super[t(330)](),this[t(288)](),this[t(353)]()}[Zo(273)](t){const e=Zo;-1===t?this[e(289)][e(352)]():this[e(289)][e(356)]()}[Zo(284)](){const t=Zo;this[t(344)][t(284)]();for(const e of this[t(325)])e[t(284)]();super[t(284)]()}[Zo(288)](){const t=Zo;this[t(262)]?this[t(322)]():this[t(303)]()}[Zo(323)](t,e){const n=Zo,o=new(this[n(334)][n(319)])(this[n(290)],t,{maxCommentCharsWhenCollapsed:this[n(334)][n(285)],formatDateTime:this[n(334)][n(336)],editorConfig:this[n(334)][n(297)]});o[n(351)]=t.id,o[n(282)](n(320)).to(this),o[n(282)](n(348)).to(this),o[n(282)](n(338)).to(this),o[n(282)](n(328)).to(this),o[n(282)](n(283)).to(this),this[n(270)](o,n(264),(()=>this[n(298)]())),this[n(325)][n(292)](o,e)}[Zo(337)](t){const e=Zo,n=this[e(340)][e(321)](t);return this[e(269)]?this[e(269)][e(327)]>t[e(327)]?n-1:n:n-1}[Zo(332)](){const t=Zo;if(this[t(340)][t(274)]&&this[t(340)][t(265)]){const e={id:t(318),author:this[t(340)][t(274)],authoredAt:this[t(340)][t(265)],content:fo(this[t(290)],t(310)),attributes:{}};this[t(269)]=new(this[t(334)][t(319)])(this[t(290)],e,{maxCommentCharsWhenCollapsed:this[t(334)][t(285)],formatDateTime:this[t(334)][t(336)],editorConfig:this[t(334)][t(297)],isSystemComment:!0}),this[t(325)][t(292)](this[t(269)],this[t(340)][t(321)](e))}else this[t(269)]&&(this[t(325)][t(275)](this[t(269)]),this[t(269)][t(284)](),this[t(269)]=null);this[t(288)]()}[Zo(286)](t){const e=Zo,n=this[e(325)][e(275)](t.id);this[e(309)](n),n[e(272)]&&this[e(298)](),n[e(284)]()}[Zo(298)](){const t=Zo;this[t(315)]=Array[t(287)](this[t(325)])[t(333)]((e=>e[t(272)]))}[Zo(322)](){const t=Zo,n=function(t){const n=Jo,o=new e.Collection;for(const e of t)o[n(292)](e);return o}(this[t(325)]),o=this[t(344)][t(347)];for(let e=1;e<=o;e++)n[t(275)](1);for(const e of n)e[t(278)]();o>0&&n[t(292)](this[t(344)],1),tr((0,e.diff)(Array[t(287)](this[t(329)]),Array[t(287)](n)),this[t(329)],n)}[Zo(303)](){const t=Zo;tr((0,e.diff)(Array[t(287)](this[t(329)]),Array[t(287)](this[t(325)])),this[t(329)],this[t(325)]);for(const e of this[t(329)])e[t(346)]()}[Zo(353)](){const t=Zo;this[t(325)][t(316)]((e=>{const n=t;this[n(263)][n(292)](e[n(307)]),this[n(293)][n(270)](e[n(307)])})),this[t(325)].on(t(341),((e,n)=>{const o=t;for(const t of n[o(308)])this[o(263)][o(275)](t[o(307)]),this[o(293)][o(309)](t[o(307)]);for(const t of Array[o(287)](n[o(304)])[o(331)]())this[o(263)][o(292)](t[o(307)]),this[o(293)][o(270)](t[o(307)])}))}}function tr(t,e,n){const o=Zo;let r=0;for(const s of t)switch(s){case o(267):e[o(292)](n[o(335)](r),r),r++;break;case o(271):e[o(275)](r);break;case o(306):r++}}function er(t,e){const n=or();return(er=function(t,e){return n[t-=455]})(t,e)}const nr=er;function or(){const t=["contextValue","span","49RjVQhl","focus","2RNpeoI","319859aThkZq","288olxhkw","1667570ObrTDG","set","75370AYjqwe","2314653zwUSqd","THREAD_CONTEXT_LABEL","12rCnlkj","setTemplate","ck-context__value","362484bOUhWt","element","bindTemplate","420552GpUBcF","9QTXJyo","1103277YOuAqY"];return(or=function(){return t})()}!function(t){const e=er,n=t();for(;;)try{if(379004===parseInt(e(467))/1*(parseInt(e(466))/2)+parseInt(e(461))/3+parseInt(e(456))/4+parseInt(e(471))/5*(-parseInt(e(468))/6)+parseInt(e(464))/7*(parseInt(e(459))/8)+parseInt(e(460))/9*(parseInt(e(469))/10)+parseInt(e(472))/11*(-parseInt(e(474))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(or);class rr extends po.View{constructor(t){const e=er;super(t);const n=this[e(458)];this[e(470)](e(462),""),this[e(475)]({tag:e(463),attributes:{class:["ck",e(455)],"aria-label":n.to(e(462),(n=>fo(t,e(473),n))),tabindex:-1},children:[{text:n.to(e(462))}]})}[nr(465)](){const t=nr;this[t(457)][t(465)]()}}const sr=cr;function ir(){const t=["mouseleave","ck-context--quotes","remove","bindTemplate","focus","keystrokes","Reopen","listenTo","lastIndexOf","value","add","_createReopenButton","isVisible","457931oAxkKT","...","label","scrollWidth","querySelector","isReadOnly","setTemplate","icon","reopenButtonView",".ck-context","ck-thread__header","_createContextView","214360KJzVzh","offsetWidth","179870NnWZew","hasContext","23954HNxXEq","808ZVKAYu","div","focusTracker","shift+tab","isEnabled","focusCycler","isResolved","fire",".ck-context__value","classList","focusFirst","createCollection","substring","bind","execute","_setupKeyboardNavigation","tab","reopenCommentThread","contextView","ck-annotation__actions","contextValue","15nkBrxm","17349633bWeFKe","element","_trimContextValue","1365645AvtcNI","614484Uvcenu","_model","focusables","locale","ck-context-wrapper","overlay","Comment was made on an element","_attachContextActions","ck-context","render","length","context","tooltip","mouseenter","isResolvable"];return(ir=function(){return t})()}function cr(t,e){const n=ir();return(cr=function(t,e){return n[t-=424]})(t,e)}!function(t){const e=cr,n=t();for(;;)try{if(245376===-parseInt(e(434))/1+-parseInt(e(448))/2*(parseInt(e(472))/3)+-parseInt(e(446))/4+-parseInt(e(476))/5+-parseInt(e(477))/6+parseInt(e(450))/7*(-parseInt(e(451))/8)+parseInt(e(473))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ir);class ar extends po.View{constructor(t,n){const o=cr;super(t);const r=this[o(424)];this[o(478)]=n,this[o(442)]=this[o(432)](),this[o(469)]=this[o(445)](),this[o(479)]=this[o(462)]([this[o(469)],this[o(442)]]),this[o(453)]=new e.FocusTracker,this[o(426)]=new e.KeystrokeHandler,this[o(456)]=new po.FocusCycler({focusables:this[o(479)],focusTracker:this[o(453)],keystrokeHandler:this[o(426)],actions:{focusPrevious:o(454),focusNext:o(467)}}),this[o(464)](o(449)).to(this[o(478)],o(488),(t=>!!t)),this[o(464)](o(471)).to(this[o(478)],o(488),(t=>t&&t[o(430)]?this[o(475)](t[o(430)]):fo(this[o(480)],o(483)))),this[o(440)]({tag:o(452),attributes:{class:[o(444)]},children:[{tag:o(452),attributes:{class:[o(481)]},children:[{tag:o(452),attributes:{class:[o(485),r.if(o(449),o(493))]},children:[this[o(469)]]}]},{tag:o(452),attributes:{class:[o(470)]},children:[this[o(442)]]}]})}[sr(486)](){const t=sr;super[t(486)](),this[t(484)](),this[t(466)]()}[sr(425)](){const t=sr;this[t(456)][t(461)]()}[sr(432)](){const t=sr,e=new po.ButtonView(this[t(480)]);return e[t(436)]=fo(this[t(480)],t(427)),e[t(489)]=fo(this[t(480)],t(427)),e[t(441)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m5.042 9.367 2.189 1.837a.75.75 0 0 1-.965 1.149l-3.788-3.18a.747.747 0 0 1-.21-.284.75.75 0 0 1 .17-.945L6.23 4.762a.75.75 0 1 1 .964 1.15L4.863 7.866h8.917A.75.75 0 0 1 14 7.9a4 4 0 1 1-1.477 7.718l.344-1.489a2.5 2.5 0 1 0 1.094-4.73l.008-.032H5.042z"/></svg>',e[t(464)](t(455)).to(this[t(478)],t(439),(t=>!t)),e[t(464)](t(433)).to(this[t(478)],t(491),this[t(478)],t(457),((t,e)=>t&&e)),e.on(t(465),(()=>{const e=t;this[e(458)](e(468),this[e(478)].id)})),e}[sr(475)](t){const e=sr;if(t[e(487)]<150)return t;const n=t[e(429)](" ",147);return t[e(463)](0,n>-1?n:147)+e(435)}[sr(484)](){const t=sr,e=this[t(474)][t(438)](t(443)),n=e[t(438)](t(459));this[t(428)](e,t(490),(()=>{const o=t;n[o(447)]<n[o(437)]&&e[o(460)][o(431)](o(482))})),this[t(428)](e,t(492),(()=>{const n=t;e[n(460)][n(494)](n(482))}))}[sr(466)](){const t=sr;this[t(426)][t(428)](this[t(474)]);for(const e of this[t(479)])this[t(453)][t(431)](e[t(474)]),this[t(426)][t(428)](e[t(474)])}[sr(445)](){const t=sr,e=new rr(this[t(480)]);return e[t(464)](t(471)).to(this),e}}function ur(){const t=["301926CwRDcV","focus","createCollection","editorDestroyed","destroy","delegate","shift+tab","removeComment","removeCommentThread","tab","commentThreadInputView","stop","focusTracker","isResolved","submit","first","value","COMMENT_THREAD_DESCRIPTION","1575720oxoaRo","submitCommentThread","commentInputView","bind","fire","36189pFaiGI","commentThreadHeaderView","ariaLabel","isUnlinked","1104qZcSVz","render","resolveCommentThread","881685GExHsf","focusables","_config","Reply to reopen discussion...","Write a comment...","ariaDescriptionView","editorConfig","reopenCommentThread","isSubmitted","disabledSubmit","_model","submitLabel","author","assign","commentsListView","Comment","canComment","change:isActive","keystrokes","cancel","_localUser","showInput","isResolvable","updateComment","set","placeholder","634514DfNXKM","_createCommentThreadInputView","locale","element","name","isReadOnly","isActive","archivedAt","target","length","8ZiewDs","isDirty","addComment","Reply...","focusCycler","COMMENT_THREAD_LABEL","Reply","3169206vvIgop","unlinkedAt","CommentView","listenTo","comments","editorReady","hasDirtyComment","3166725VJTgRa"];return(ur=function(){return t})()}const hr=dr;function dr(t,e){const n=ur();return(dr=function(t,e){return n[t-=489]})(t,e)}!function(t){const e=dr,n=t();for(;;)try{if(432755===-parseInt(e(516))/1+parseInt(e(559))/2+-parseInt(e(541))/3*(parseInt(e(526))/4)+parseInt(e(540))/5+parseInt(e(533))/6+-parseInt(e(490))/7+-parseInt(e(568))/8*(parseInt(e(564))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ur);class lr extends po.View{constructor(t,n,o,s){const i=dr;super(t),this[i(514)](i(522),!1),this[i(514)](i(527),!1),this[i(500)]=n,this[i(510)]=o,this[i(492)]=s,this[i(565)]=new ar(t,n),this[i(565)][i(546)](i(497)).to(this),this[i(495)]=new r.AriaDescriptionView(t,fo(t,i(558))),this[i(536)](this,i(497),(()=>{this[i(542)]()})),this[i(504)]=new $o(t,n,Object[i(503)]({CommentView:this[i(492)][i(535)]},s)),this[i(504)][i(546)](i(548)).to(this),this[i(504)][i(546)](i(513)).to(this),this[i(504)][i(546)](i(489)).to(this),this[i(504)][i(546)](i(538)).to(this),this[i(504)][i(546)](i(544)).to(this),this[i(504)][i(562)](i(522)).to(this),this[i(536)](this,i(489),(()=>{this[i(542)]()})),this[i(514)](i(525),this[i(504)][i(525)]),this[i(562)](i(525)).to(this[i(504)],i(525)),this[i(551)]=this[i(517)](),this[i(551)][i(546)](i(538)).to(this),this[i(551)][i(546)](i(544)).to(this),this.on(i(548),(()=>this[i(542)]())),this[i(562)](i(527)).to(this[i(504)],i(539),this[i(551)][i(561)],i(557),((t,e)=>t||!!e)),this[i(562)](i(567)).to(n,i(534),(t=>!!t)),this[i(562)](i(566)).to(this,i(525),(t=>{const e=i,n=this[e(500)][e(537)][e(556)]?this[e(500)][e(537)][e(556)][e(502)][e(520)]:this[e(510)][e(520)];return fo(this[e(518)],e(531),[t,n])})),this[i(491)]=this[i(543)]([this[i(504)],this[i(551)]]),this[i(553)]=new e.FocusTracker,this[i(508)]=new e.KeystrokeHandler,this[i(530)]=new po.FocusCycler({focusables:this[i(491)],focusTracker:this[i(553)],keystrokeHandler:this[i(508)],keystrokeHandlerOptions:{filter:t=>t[i(524)]!==this[i(519)]},actions:{focusPrevious:i(547),focusNext:i(550)}})}[hr(542)](){const t=hr;this[t(519)][t(542)]()}[hr(569)](){const t=hr;super[t(569)](),(0,r.setupThreadKeyboardNavigation)(this,this[t(491)])}async[hr(545)](){const t=hr;this[t(527)]=!1,this[t(504)][t(545)](),await this[t(551)][t(545)](),super[t(545)]()}[hr(517)](){const t=hr,e=new Yo(this[t(518)],this[t(510)],this[t(492)][t(496)]),n=e[t(561)];return e[t(562)](t(511)).to(this,t(522),this[t(500)],t(521),this[t(500)],t(506),this[t(500)],t(523),n,t(557),((t,e,n,o,r)=>!!r||!!o&&n&&!e||t&&n&&!e)),n[t(562)](t(515)).to(this,t(525),this[t(500)],t(512),this[t(500)],t(554),((e,n,o)=>{const r=t;let s;return s=r(o&&n?493:e?529:494),fo(this[r(518)],s)})),n[t(562)](t(501)).to(this,t(525),(e=>fo(this[t(518)],t(e?532:505)))),n.on(t(555),((e,n)=>{const o=t;this[o(563)](o(528),n),this[o(500)][o(554)]&&this[o(500)][o(512)]&&this[o(563)](o(497),this[o(500)].id),this[o(500)][o(498)]||this[o(563)](o(560))})),n.on(t(509),(()=>{this[t(542)]()})),n[t(562)](t(499)).to(this[t(500)],t(521)),n.on(t(509),(e=>{const n=t;0==this[n(525)]&&(this[n(563)](n(549)),e[n(552)]())})),this.on(t(507),((e,o,r)=>{const s=t;r||this[s(525)]||n[s(557)]||this[s(563)](s(549))})),e}}const mr=kr;function kr(t,e){const n=gr();return(kr=function(t,e){return n[t-=374]})(t,e)}function gr(){const t=["1825266zXsSAs","resolveCommentThread","removeConfirm","7qdgItX","setTemplate","commentThreadChildren","get",".ck-thread__container","icon","ck-comment--resolve","ck-reset_all-excluded","isReadOnly","fire","change:isActive","_createResolveButton","commentViews","bind","render","isActive","resolveButton","set","containerElement","Delete comment thread?","commentThreadInputView","actionBar","change:archivedAt","actionIndicator","placeholder","high","listitem","ck-thread--unlinked","change:isReadOnly","19797WulrMU","querySelector","stop","bindTemplate","2205680meoYFa","add","commentsListView","isResolved","_bindFirstCommentView","unbind","createCollection","_model","ck-rounded-corners","removeCommentThread","ariaLabel","ck-thread__container","ck-thread","then","remove","ck-thread--","showConfirm","Write a comment...","ariaDescriptionView","4210050jMIbQU","element","length","tooltip","extendTemplate","isVisible","ck-thread--active","_boundFirstCommentView","check","execute","60SArdEt","locale","cancelConfirm","16561JCOMyT","removeButton","label","isEnabled","99wGjRlI","commentThreadHeaderView","66VBRIyH","isUnlinked","isConfirm","5157804CqlzfG","has","_updateArchivedThreadHeader","345536MPVUrR","ck-thread--remove-confirmation","isResolvable","116SvkcWu","div","archivedAt","_cancelAllConfirms","isSystemComment","focusables","listenTo","focus","Resolve","getTemplate"];return(gr=function(){return t})()}!function(t){const e=kr,n=t();for(;;)try{if(249237===parseInt(e(418))/1*(-parseInt(e(415))/2)+parseInt(e(382))/3*(-parseInt(e(433))/4)+-parseInt(e(386))/5+parseInt(e(443))/6*(-parseInt(e(446))/7)+-parseInt(e(430))/8*(parseInt(e(422))/9)+-parseInt(e(405))/10+parseInt(e(424))/11*(parseInt(e(427))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(gr);class pr extends((0,r.ConfirmMixin)(lr)){constructor(t,e,n,o){const r=kr;super(t,e,n,o),this[r(448)]=this[r(392)]([this[r(388)],this[r(466)],this[r(404)]]),this[r(463)](r(376),null),this[r(464)]=null,this[r(412)]=null,this[r(416)]=t,this[r(462)]=this[r(457)](),this[r(447)](this[r(442)]()),this.on(r(456),((t,e,n)=>{n||this[r(436)]()})),this[r(439)](this[r(393)],r(381),((t,e,n)=>{n&&this[r(436)]()})),this[r(407)]>0&&this[r(390)](),this[r(439)](this[r(388)][r(458)],r(387),(()=>{this[r(390)]()}))}[mr(442)](){const t=mr,e=this[t(385)];return{tag:t(434),attributes:{class:["ck",t(398),t(453),t(394),e.if(t(461),t(411)),e.if(t(425),t(380)),e.if(t(426),t(431)),e.to(t(376),(e=>e?t(401)+e:""))],"data-thread-id":this[t(393)].id,tabindex:0,role:t(379),"aria-label":e.to(t(396)),"aria-describedby":this[t(404)].id},children:[{tag:t(434),attributes:{class:t(397)},children:this[t(448)]}]}}[mr(460)](){const t=mr;super[t(460)](),this[t(464)]=this[t(406)][t(383)](t(450)),this[t(393)].on(t(375),(()=>{this[t(429)]()})),this[t(429)]()}[mr(436)](){const t=mr;this[t(417)]();for(const e of this[t(388)][t(458)])e[t(417)]()}[mr(390)](){const t=mr,{locale:e}=this,n=this[t(388)][t(458)][t(449)](0);n===this[t(412)]||n[t(437)]||(this[t(412)]=n,this[t(391)](t(376)),this[t(459)](t(376)).to(n,t(376),(e=>t(400)===e?t(400):null)),n[t(377)]=fo(e,t(403)),n[t(419)].on(t(414),(n=>{const o=t;n[o(384)](),this[o(402)](fo(e,o(465)),this[o(464)])[o(399)]((()=>{const t=o;this[t(455)](t(395))}))}),{priority:t(378)}),this.on(t(445),(()=>{n[t(440)]()})),n[t(374)][t(387)](this[t(462)],0),n[t(438)][t(387)](this[t(462)],0))}[mr(457)](){const e=mr,n=new r.LateFocusButtonView(this[e(416)]);return n[e(420)]=fo(this[e(416)],e(441)),n[e(408)]=fo(this[e(416)],e(441)),n[e(451)]=t.icons[e(413)],n[e(409)]({attributes:{class:e(452)}}),n[e(459)](e(421)).to(this[e(393)],e(454),(t=>!t)),n[e(459)](e(410)).to(this[e(393)],e(432),this[e(393)],e(389),((t,e)=>t&&!e)),n.on(e(414),(()=>{const t=e;this[t(455)](t(444),this[t(393)].id)})),n}[mr(429)](){const t=mr;this[t(393)][t(435)]?this[t(448)][t(428)](this[t(423)])||(this[t(448)][t(387)](this[t(423)],0),this[t(438)][t(387)](this[t(423)],0)):this[t(448)][t(428)](this[t(423)])&&(this[t(448)][t(400)](this[t(423)]),this[t(438)][t(400)](this[t(423)]))}}function fr(t,e){var n=vr();return(fr=function(t,e){return n[t-=212]})(t,e)}var br=fr;function vr(){var t=["innerHTML","566356Hrhlzf","12240LkItzW","ck-comment__content","8sHFuxi","152859dPYELv","802716byxQOT","set","11280uUigrE","6325720eZdqxe","ck-annotation__content","ck-content","1278iGerAP","render","2458015lfBWpR","content","element","change:content","setTemplate","8795etsazH","div"];return(vr=function(){return t})()}!function(t){for(var e=fr,n=t();;)try{if(503006===parseInt(e(218))/1*(parseInt(e(217))/2)+-parseInt(e(219))/3+parseInt(e(214))/4+parseInt(e(232))/5*(-parseInt(e(225))/6)+-parseInt(e(227))/7+-parseInt(e(222))/8+-parseInt(e(215))/9*(-parseInt(e(221))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vr);class _r extends po.View{constructor(t){var e=fr;super(t),this[e(220)](e(228),""),this[e(231)]({tag:e(212),attributes:{class:[e(224),e(216),e(223)]}})}[br(226)](){var t=br;super[t(226)](),this.on(t(230),((e,n,o)=>{var r=t;this[r(229)][r(213)]=o})),this[t(229)][t(213)]=this[t(228)]}}function wr(){const t=["change","target","stopListening","remove","maxCommentCharsWhenCollapsed","_createCommentContentView","switchToEditMode","createCollection","7iVWFiE","switchToDisplayMode","focusFirst","textContent","destroy","isEditMode","visibleView","9621670cXqTve","11dPHCYl","EXTERNAL_IMPORT_WORD_AVATAR","enter","getUserViewNotificationText","focusCycler","3546HhzUjz","EXTERNAL_IMPORT_WORD_COMMENT","add","EXTERNAL_AVATAR","updateComment","editorDestroyed","text/html","expand","bind","collapse","listenTo","creator","251268kEJaWJ","value","attributes","shift+tab","_createCommentInputView","element","removed","isCollapsed","isReadOnly","delegate","focusTracker","get","parseFromString","863205Ykkzgr","28232zZskdU","editorReady","formatDateTime","name","COMMENT_THREAD_DESCRIPTION","Save","locale","initialData","focusables","tab","isSystemComment","278545IoncVm","12RjxTnY","@external","once","fire","authoredAt","4101204HMdXXY","_model","createEditor","editorConfig","isExternal","focus","set","EXTERNAL_COMMENT","COMMENT_ARIA_LABEL","_config","disabledSubmit","source","submit","author","added","body","render","8562MenxWl","keystrokes","content","_setupKeyboardNavigation","cancel","ariaDescriptionView","ariaLabel","getExternalCommentNote","submitLabel","esc","1282wcgvfh","importWord"];return(wr=function(){return t})()}const Ir=yr;function yr(t,e){const n=wr();return(yr=function(t,e){return n[t-=461]})(t,e)}!function(t){const e=yr,n=t();for(;;)try{if(919368===parseInt(e(469))/1+-parseInt(e(514))/2*(parseInt(e(504))/3)+parseInt(e(482))/4*(-parseInt(e(481))/5)+-parseInt(e(549))/6*(-parseInt(e(524))/7)+-parseInt(e(470))/8*(-parseInt(e(537))/9)+parseInt(e(531))/10*(parseInt(e(532))/11)+-parseInt(e(487))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wr);class Ar extends po.View{constructor(t,n,o){const s=yr;super(t),this[s(488)]=n,this[s(496)]=o,this[s(480)]=!!this[s(496)][s(480)],this[s(493)](s(529),!1),this[s(493)](s(463),!0),this[s(545)](s(510)).to(n,s(506),n,s(486),((e,r)=>fo(t,s(495),[n[s(500)][s(473)],o[s(472)](r),(new DOMParser)[s(468)](e,s(543))[s(502)][s(527)],n[s(491)]?this[s(511)]():""]))),this[s(509)]=new r.AriaDescriptionView(t,fo(t,s(474))),this[s(530)]=this[s(523)](),this[s(530)][s(539)](this[s(521)]()),this[s(478)]=new po.ViewCollection,this[s(466)]=new e.FocusTracker,this[s(505)]=new e.KeystrokeHandler,this[s(536)]=new po.FocusCycler({focusables:this[s(478)],focusTracker:this[s(466)],keystrokeHandler:this[s(505)],keystrokeHandlerOptions:{filter:t=>t[s(517)]!==this[s(461)]},actions:{focusPrevious:s(552),focusNext:s(479)}})}[Ir(544)](){this[Ir(463)]=!1}[Ir(546)](){const t=Ir;this[t(529)]||(this[t(463)]=!0)}[Ir(492)](){const t=Ir;this[t(461)][t(492)]()}[Ir(503)](){const t=Ir;super[t(503)](),this[t(507)]()}async[Ir(528)](){const t=Ir;await this[t(530)][t(467)](0)[t(528)](),super[t(528)]()}[Ir(522)](){const t=Ir;this[t(529)]||(this[t(529)]=!0,this[t(530)][t(519)](0)[t(528)](),this[t(530)][t(539)](this[t(553)]()))}[Ir(525)](){const t=Ir;this[t(529)]&&(this[t(529)]=!1,this[t(530)][t(519)](0)[t(528)](),this[t(530)][t(539)](this[t(521)]()))}[Ir(511)](){const t=Ir;return t(515)===this[t(488)][t(551)][t(483)][t(498)]?fo(this[t(476)],t(538)):fo(this[t(476)],t(494))}[Ir(535)](){const t=Ir;return this[t(488)][t(491)]?t(515)===this[t(488)][t(551)][t(483)][t(498)]?fo(this[t(476)],t(533),this[t(488)][t(548)][t(473)]):fo(this[t(476)],t(540),this[t(488)][t(548)][t(473)]):null}[Ir(521)](){const t=Ir,e=new _r(this[t(476)]);return e[t(545)](t(506)).to(this[t(488)],t(506),this,t(463),((e,n)=>n?(0,r.trimHtml)(e,{limit:this[t(496)][t(520)]}):e)),e}[Ir(553)](){const t=Ir;this[t(496)][t(490)]||(this[t(496)][t(490)]={}),this[t(496)][t(490)][t(477)]=this[t(488)][t(506)];const e=new Fo(this[t(476)],this[t(496)][t(490)]);return e[t(550)]=this[t(488)][t(506)],e[t(545)](t(497)).to(this[t(488)],t(464)),e[t(512)]=fo(this[t(476)],t(475)),e.on(t(499),((e,n)=>{const o=t;this[o(485)](o(541),this[o(488)].id,n),this[o(525)](),this[o(492)]()})),e.on(t(508),(()=>{const e=t;this[e(525)](),this[e(492)]()})),e[t(484)](t(471),(()=>{e[t(492)]()})),e[t(489)](),e[t(465)](t(471)).to(this),e[t(465)](t(542)).to(this),e}[Ir(507)](){const t=Ir,e=this[t(461)];this[t(505)][t(547)](e);for(const e of this[t(478)])this[t(466)][t(539)](e[t(461)]),this[t(505)][t(547)](e[t(461)]);this[t(478)].on(t(516),((e,n)=>{const o=t;for(const t of n[o(462)])this[o(466)][o(519)](t[o(461)]),this[o(505)][o(518)](t[o(461)]);for(const t of n[o(501)])this[o(466)][o(539)](t[o(461)]),this[o(505)][o(547)](t[o(461)])})),this[t(505)][t(493)](t(534),((n,o)=>{const r=t;e===n[r(517)]&&(this[r(536)][r(526)](),o())})),this[t(505)][t(493)](t(513),((n,o)=>{const r=t;e!==n[r(517)]&&(this[r(492)](),o())}))}}function Cr(t,e){const n=Er();return(Cr=function(t,e){return n[t-=383]})(t,e)}const Tr=Cr;function Er(){const t=["div","ck-annotation__user","focusables","then","ck-comment__info-name","some","_createCommentInputView","isExternal","ck-comment--edit","remove","label","isEditMode","ariaDescriptionView","removeComment","ck-comment__info-time","placeholder","element","buttonView","Show more items","isRemovable","span","4786628MbhENn","createCollection","listenTo","263013AIpTCr","ck-comment__info","1869644avcHmI","extendTemplate","panelPosition","showConfirm","author","_model","ck-annotation__info-name","render","ck-annotation__actions","listitem","ck-hidden","isEditable","ck-comment--","getExternalCommentNote","edit","Delete comment?","setTemplate","ck-annotation__info","_attachActions","ck-comment__main","ck-comment--remove-confirmation","push","7864080sWGsaS","add","visibleView","formatDateTime","toMany","userView","Reply...","actionBar","icon","editButton","ariaLabel","dropdown","change:isRemovable","set","ck-comment__actions","execute","ck-annotation","unbind","pencil","threeVerticalDots","301oHIVyG","mouseenter","1118970azUDiJ","Remove","fire","withText","authoredAt","isVisible","isConfirm","ck-comment--info","panelView","ck-annotation__content-wrapper","isSystemComment","length","_config","switchToEditMode","items","resolvedAt","cancelConfirm","ck-comment__wrapper","bind","4401870xIxedB","children","ck-comment","ck-annotation__main","addMany","154278araMUw","locale","actionIndicator","isEnabled","ck-annotation__actions--hidden","find","ck-comment--remove","ck-comment__external","name","_createRemoveButton","focus","getTemplate","ck-comment__actions--hidden","time","group","blur","ck-comment__user","getUserViewNotificationText","mouseleave","Edit","removeButton","_createEditButton","isReadOnly","from","_createDropdown","ck-annotation__info-time","bindTemplate"];return(Er=function(){return t})()}!function(t){const e=Cr,n=t();for(;;)try{if(628855===-parseInt(e(495))/1+-parseInt(e(497))/2+-parseInt(e(420))/3+parseInt(e(492))/4+parseInt(e(439))/5+parseInt(e(444))/6*(parseInt(e(418))/7)+-parseInt(e(398))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Er);class xr extends((0,r.ConfirmMixin)(Ar)){constructor(t,e,n){const o=Cr;super(t,e,n),this[o(411)](o(446),null),this[o(411)](o(486),fo(t,o(404))),this[o(438)](o(424)).to(e),this[o(438)](o(435)).to(e),this[o(405)]=this[o(493)](),this[o(430)]||(this[o(407)]=this[o(465)](),this[o(464)]=this[o(453)](),this[o(434)]=this[o(493)](),this[o(434)][o(443)]([this[o(407)],this[o(464)]]),this[o(409)]=this[o(468)](),this[o(405)][o(399)](this[o(409)]),this[o(473)][o(399)](this[o(409)])),this[o(403)]=new r.UserView(t,e[o(501)],this[o(461)]()),this[o(403)][o(498)]({attributes:{class:[o(460),o(472)],"aria-hidden":!0}}),this[o(494)](e,o(410),(()=>this[o(436)]())),this[o(392)](this[o(455)]())}[Tr(455)](){const t=Tr,e=this[t(470)],n=[{tag:t(471),attributes:{class:[t(496),t(393)]},children:[{tag:t(491),children:[{text:this[t(403)][t(452)]}],attributes:{class:[t(475),t(503)]}},{tag:t(457),attributes:{datetime:e.to(t(424)),class:[t(485),t(469)]},children:[{text:e.to(t(424),(e=>this[t(432)][t(401)](e)))}]}]},{tag:t(471),attributes:{class:[t(412),t(384),e.if(t(482),t(456)),e.if(t(482),t(448))]},children:this[t(405)]},{tag:t(471),attributes:{class:[t(429)]},children:this[t(400)]},this[t(483)]];return this[t(502)][t(478)]&&n[t(397)]({tag:t(471),attributes:{class:[t(451)]},children:[{text:this[t(389)]()}]}),{tag:"li",attributes:{class:[t(437),e.if(t(426),t(396))],tabindex:-1,"aria-label":e.to(t(408)),"aria-describedby":this[t(483)].id,role:t(385)},children:[{tag:t(471),attributes:{class:[t(441),t(414),e.if(t(482),t(479)),e.if(t(430),t(427)),e.to(t(446),(e=>e?t(388)+e:""))],"data-author-id":this[t(502)][t(501)].id,"data-comment-id":this[t(502)].id,role:t(458)},children:[this[t(403)],{tag:t(471),attributes:{class:[t(395),t(442)]},children:n}]}]}}[Tr(465)](){const e=Tr,n=new po.ButtonView(this[e(445)]);return n[e(481)]=fo(this[e(445)],e(463)),n[e(406)]=t.icons[e(416)],n[e(423)]=!0,n[e(498)]({attributes:{class:e(479)}}),n[e(438)](e(447)).to(this[e(502)],e(466),(t=>!t)),n[e(438)](e(425)).to(this[e(502)],e(387)),n.on(e(413),(()=>this[e(433)]())),n}[Tr(453)](){const t=Tr,e=new po.ButtonView(this[t(445)]);return e[t(481)]=fo(this[t(445)],t(421)),e[t(406)]='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.2 7h9.2c.6 0 1 .4 1 1v9.9c0 .5-.4 1-1 1H5.2a1 1 0 0 1-1-1V8c0-.6.4-1 1-1zm1 1.5c-.3 0-.5.2-.5.5v8c0 .3.2.5.5.5h.5c.2 0 .5-.2.5-.5V9c0-.3-.3-.5-.5-.5h-.5zm3.2 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.4zm3.5 0c-.2 0-.5.2-.5.5v8c0 .3.3.5.5.5h.5c.3 0 .5-.2.5-.5V9c0-.3-.2-.5-.5-.5h-.5zm-1.4-7.1H8.3L6.5 3.6H3.8c-.5 0-.7.3-.7.8s.2.7.7.7h12c.6 0 .9-.2.9-.7 0-.5-.3-.8-1-.8h-2.4l-1.8-2.2z"/></svg>\n',e[t(423)]=!0,e[t(498)]({attributes:{class:t(450)}}),e[t(438)](t(447)).to(this[t(502)],t(466),(t=>!t)),e[t(438)](t(425)).to(this[t(502)],t(490)),e.on(t(413),(()=>{const e=t;this[e(500)](fo(this[e(445)],e(391)),this[e(487)])[e(474)]((()=>{const t=e;this[t(422)](t(484),this[t(502)].id)}))})),e}[Tr(468)](){const e=Tr,n=(0,po.createDropdown)(this[e(445)],r.LateFocusDropdownButtonView),o=n[e(428)][e(440)],s=new po.ListView(this[e(445)]),i=n[e(470)];(0,po.focusChildOnDropdownOpen)(n,(()=>this[e(434)][e(449)]((t=>t[e(425)])))),n[e(498)]({attributes:{class:[i.if(e(425),e(386),(t=>!t))]}});const c=(t,o=-1)=>{const r=e,i=new po.ListItemView(this[r(445)]);i[r(440)][r(399)](t);const c=o>-1?o:s[r(434)][r(431)];s[r(434)][r(399)](i,c);const a=Array[r(467)](this[r(434)]);n[r(415)](r(447),r(425)),n[r(438)](r(447))[r(402)](a,r(447),((...t)=>t[r(476)]((t=>t)))),n[r(438)](r(425))[r(402)](a,r(425),((...t)=>t[r(476)]((t=>t))))};n[e(499)]="sw",n[e(488)][e(411)]({label:fo(this[e(445)],e(489)),icon:t.icons[e(417)]});for(const t of this[e(434)])c(t);return o[e(399)](s),n[e(494)](this[e(434)],e(399),((t,e,n)=>{c(e,n)})),n[e(494)](this[e(434)],e(480),((t,n,o)=>{const r=e;s[r(434)][r(480)](o)})),n}[Tr(394)](t,e){const n=Tr,o=t&&t[n(487)];o&&(this[n(494)](o,n(419),(()=>this[n(446)]=e)),this[n(494)](o,n(454),(()=>this[n(446)]=e)),this[n(494)](o,n(462),(()=>this[n(446)]=null)),this[n(494)](o,n(459),(()=>this[n(446)]=null)))}[Tr(477)](){const t=Tr,e=super[t(477)]();return e[t(438)](t(486)).to(this),e}[Tr(383)](){const t=Tr;super[t(383)](),this[t(394)](this[t(407)],t(390)),this[t(394)](this[t(464)],t(480))}}var Or=n(673),Nr=n.n(Or),Sr=n(545),Mr=n.n(Sr),Rr=n(262),Pr=n.n(Rr),Vr=n(667),Lr=n.n(Vr),jr=n(357),Br=n.n(jr),Dr=n(554),Hr={attributes:{"data-cke":!0}};Hr.setAttributes=Lr(),Hr.insert=Pr().bind(null,"head"),Hr.domAPI=Mr(),Hr.insertStyleElement=Br();Nr()(Dr.A,Hr);Dr.A&&Dr.A.locals&&Dr.A.locals;var Fr=n(306),zr={attributes:{"data-cke":!0}};zr.setAttributes=Lr(),zr.insert=Pr().bind(null,"head"),zr.domAPI=Mr(),zr.insertStyleElement=Br();Nr()(Fr.A,zr);Fr.A&&Fr.A.locals&&Fr.A.locals;var Kr=n(980),Ur={attributes:{"data-cke":!0}};Ur.setAttributes=Lr(),Ur.insert=Pr().bind(null,"head"),Ur.domAPI=Mr(),Ur.insertStyleElement=Br();Nr()(Kr.A,Ur);Kr.A&&Kr.A.locals&&Kr.A.locals;const Wr=function(){return w.Date.now()};var Yr=/\s/;const Xr=function(t){for(var e=t.length;e--&&Yr.test(t.charAt(e)););return e};var qr=/^\s+/;const Gr=function(t){return t?t.slice(0,Xr(t)+1).replace(qr,""):t};var Zr=/^[-+]0x[0-9a-f]+$/i,Qr=/^0b[01]+$/i,Jr=/^0o[0-7]+$/i,$r=parseInt;const ts=function(t){if("number"==typeof t)return t;if(Fn(t))return NaN;if(M(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=M(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Gr(t);var n=Qr.test(t);return n||Jr.test(t)?$r(t.slice(2),n?2:8):Zr.test(t)?NaN:+t};var es=Math.max,ns=Math.min;const os=function(t,e,n){var o,r,s,i,c,a,u=0,h=!1,d=!1,l=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function m(e){var n=o,s=r;return o=r=void 0,u=e,i=t.apply(s,n)}function k(t){var n=t-a;return void 0===a||n>=e||n<0||d&&t-u>=s}function g(){var t=Wr();if(k(t))return p(t);c=setTimeout(g,function(t){var n=e-(t-a);return d?ns(n,s-(t-u)):n}(t))}function p(t){return c=void 0,l&&o?m(t):(o=r=void 0,i)}function f(){var t=Wr(),n=k(t);if(o=arguments,r=this,a=t,n){if(void 0===c)return function(t){return u=t,c=setTimeout(g,e),h?m(t):i}(a);if(d)return clearTimeout(c),c=setTimeout(g,e),m(a)}return void 0===c&&(c=setTimeout(g,e)),i}return e=ts(e)||0,M(n)&&(h=!!n.leading,s=(d="maxWait"in n)?es(ts(n.maxWait)||0,e):s,l="trailing"in n?!!n.trailing:l),f.cancel=function(){void 0!==c&&clearTimeout(c),u=0,o=a=r=c=void 0},f.flush=function(){return void 0===c?i:p(Wr())},f};const rs=function(t,e,n){var o=!0,r=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return M(n)&&(o="leading"in n?!!n.leading:o,r="trailing"in n?!!n.trailing:r),os(t,e,{leading:o,maxWait:e,trailing:r})};function ss(t,e){const n=is();return(ss=function(t,e){return n[t-=273]})(t,e)}function is(){const t=["attributes","641043IkcCgG","cancel","56nepteJ","class","2548SKhoyO","1786882mKYCnP","attributeName","832928SOTfQM","type","9465jyRkWc","1191855jMlIHb","characterData","observe","childList","1295946ZeOnbr","7865226UZxlIm","disconnect"];return(is=function(){return t})()}function cs(t){const e=rs(t,30),n=new MutationObserver((t=>{const n=ss;for(const o of t)(n(277)==o[n(286)]&&n(281)==o[n(284)]||n(273)==o[n(286)]||n(289)==o[n(286)])&&e()}));return{attach(t){n[ss(290)](t,{attributes:!0,childList:!0,subtree:!0,characterData:!0})},detach(){const t=ss;n[t(276)](),e[t(279)]()}}}!function(t){const e=ss,n=t();for(;;)try{if(780025===parseInt(e(285))/1+parseInt(e(283))/2+-parseInt(e(278))/3+parseInt(e(282))/4*(-parseInt(e(287))/5)+parseInt(e(275))/6+parseInt(e(288))/7+parseInt(e(280))/8*(-parseInt(e(274))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(is);var as=n(438),us={attributes:{"data-cke":!0}};us.setAttributes=Lr(),us.insert=Pr().bind(null,"head"),us.domAPI=Mr(),us.insertStyleElement=Br();Nr()(as.A,us);as.A&&as.A.locals&&as.A.locals;function hs(){const t=["element","ck-rounded-corners","6388515EmqNgc","detach","type","presentation","ck-annotation-wrapper","712tidADi","height","attach","listenTo","div","first","createCollection","_updateHeight","486466VQYNKM","length","arrowdown","clear","isActive","clientHeight","Esc","targetRect","arrowup","ck-annotation-wrapper--active","fire","mainView","delegate","isDirty","setTemplate","content","render","3883024ueYFXO","keystrokes","5dowpts","35441YkUiiP","focusTracker","354mObfKC","10ekYJDW","set","428087yaMlfP","_mutationObserver","20134FuIkoW","focus","add","7477578mmlbUA","bindTemplate","destroy"];return(hs=function(){return t})()}const ds=ls;function ls(t,e){const n=hs();return(ls=function(t,e){return n[t-=213]})(t,e)}!function(t){const e=ls,n=t();for(;;)try{if(656712===parseInt(e(231))/1+-parseInt(e(258))/2*(-parseInt(e(253))/3)+parseInt(e(248))/4*(-parseInt(e(250))/5)+-parseInt(e(213))/6+parseInt(e(251))/7*(parseInt(e(223))/8)+parseInt(e(218))/9+parseInt(e(254))/10*(parseInt(e(256))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(hs);class ms extends po.View{constructor(t,n){const o=ls;super(t),this.id=(0,e.uid)(),this[o(252)]=new e.FocusTracker,this[o(249)]=new e.KeystrokeHandler,this[o(249)][o(255)](o(237),((t,e)=>this[o(241)](o(237),e))),this[o(255)](o(238),{top:0,right:0,bottom:0,left:0}),this[o(255)](o(224),0),this[o(255)](o(235),!1),this[o(255)](o(244),!1),this[o(255)](o(232),0),this[o(255)](o(220),""),this[o(257)]=cs((()=>this[o(230)]())),this[o(246)]=this[o(229)](),this[o(246)][o(243)](o(239),o(233)).to(this),this[o(246)][o(260)](n),this[o(242)]=n;const r=this[o(214)];this[o(245)]({tag:o(227),attributes:{class:["ck",o(222),o(217),r.if(o(235),o(240))],role:o(221)},children:this[o(246)]})}[ds(247)](){const t=ds;super[t(247)](),this[t(252)][t(260)](this[t(216)]),this[t(249)][t(226)](this[t(216)]),this[t(257)][t(225)](this[t(216)])}[ds(215)](){const t=ds;this[t(246)][t(234)](),this[t(249)][t(215)](),this[t(252)][t(215)](),this[t(257)][t(219)](),super[t(215)]()}[ds(259)](){const t=ds;this[t(246)][t(228)]&&this[t(246)][t(228)][t(259)]()}[ds(230)](){const t=ds,e=this[t(216)][t(236)];e&&(this[t(224)]=e)}}const ks=gs;function gs(t,e){const n=bs();return(gs=function(t,e){return n[t-=228]})(t,e)}!function(t){const e=gs,n=t();for(;;)try{if(569944===-parseInt(e(267))/1+-parseInt(e(259))/2+parseInt(e(257))/3+-parseInt(e(239))/4+-parseInt(e(250))/5*(-parseInt(e(266))/6)+-parseInt(e(234))/7*(parseInt(e(272))/8)+parseInt(e(229))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bs);class ps extends((0,e.ObservableMixin)()){constructor({view:t,target:n,type:o,isVisible:r=!0}){const s=gs;super(),this[s(237)]=t,this[s(237)][s(238)]||this[s(237)][s(247)](),this[s(248)]=o,this[s(240)]=n,ps[s(245)](this[s(235)]()),this[s(271)]=new e.Collection([this[s(237)][s(238)]],{idProperty:s(262)}),this[s(271)].on(s(263),((t,e)=>{const n=s;this[n(237)][n(264)][n(263)](e)})),this[s(271)].on(s(252),((t,e)=>{const n=s;this[n(237)][n(264)][n(252)](e)})),this[s(254)](s(260),r)}get[ks(258)](){const t=ks;return t(233)==typeof this[t(248)]?this[t(248)]():this[t(248)]}get[ks(243)](){const t=ks;return this[t(237)][t(249)]}get[ks(241)](){const t=ks,e=this[t(235)]();return ps[t(245)](e),e}get[ks(231)](){const t=ks,n=this[t(241)];if(null===n)return null;if(n instanceof e.Rect)return n;const o=n[t(256)]((e=>function(e){const n=t;if(e[n(255)])return!0;return!!e[n(228)]()[n(251)](0)}(e)));return 0===o[t(268)]?null:new e.Rect(o[0][t(228)]()[t(251)](0))}get[ks(261)](){const t=ks;return this[t(237)][t(261)]}set[ks(261)](t){const e=ks;this[e(237)][e(261)]=t,this[e(237)][e(249)][e(261)]=t}[ks(270)](){const t=ks;this[t(237)][t(231)]=this[t(231)]}[ks(265)](){const t=ks;this[t(271)][t(236)](),this[t(271)][t(244)](),this[t(236)]()}[ks(230)](){const t=ks;this[t(260)]=!!this[t(231)]}static[ks(245)](t){const n=ks;if(!(null===t||t instanceof e.Rect||Array[n(242)](t)&&t[n(269)]((t=>fs(t)))))throw new e.CKEditorError(n(232),null,{target:t})}[ks(235)](){const t=ks,e=t(233)==typeof this[t(240)]?this[t(240)]():this[t(240)];return fs(e)?[e]:e}}function fs(t){const e=ks;return null!==t&&e(246)==typeof t&&e(253)in t&&1===t[e(253)]}function bs(){const t=["1076330uxETRz","length","every","updateTargetRect","focusableElements","8pCWmgQ","getClientRects","35656722XIlMKi","refreshVisibility","targetRect","annotation-invalid-target","function","4866988QImiKa","_getNormalizedTarget","stopListening","view","element","3557312zeblDD","_target","target","isArray","innerView","clear","_assertCorrectTarget","object","render","_type","mainView","25080UoBnVu","item","remove","nodeType","set","offsetParent","filter","400314tFVtgy","type","1819108znhwDi","isVisible","isActive","_id","add","focusTracker","destroy","54FaYGXW"];return(bs=function(){return t})()}function vs(t,e){const n=Is();return(vs=function(t,e){return n[t-=207]})(t,e)}const _s=vs;!function(t){const e=vs,n=t();for(;;)try{if(266540===-parseInt(e(240))/1+-parseInt(e(249))/2*(-parseInt(e(208))/3)+-parseInt(e(238))/4+parseInt(e(252))/5+-parseInt(e(221))/6*(-parseInt(e(218))/7)+-parseInt(e(243))/8*(parseInt(e(216))/9)+parseInt(e(212))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Is);class ws extends e.Collection{constructor(t=[]){const n=vs;super(),this[n(251)]=new Map,this[n(247)]=new Map,this[n(222)]=new e.FocusTracker,this[n(222)].on(n(242),((t,e,o)=>{const r=n;o||this[r(250)](r(234))}));for(const e of t)this[n(239)](e)}get[_s(237)](){const t=_s;return this[t(222)][t(237)]}[_s(239)](t){const n=_s;if(this[n(217)](t))throw new e.CKEditorError(n(231),null);this[n(251)][n(215)](t[n(220)],t),this[n(247)][n(215)](t[n(219)],t);for(const e of t[n(210)])this[n(222)][n(239)](e);this[n(214)](t[n(210)],n(239),((t,e)=>{const o=n;this[o(222)][o(239)](e)})),this[n(214)](t[n(210)],n(230),((t,e)=>{const o=n;this[o(222)][o(230)](e)})),this[n(214)](t[n(219)][n(236)],n(242),((e,o,r)=>{const s=n;r&&this[s(250)](s(229),t)})),t[n(207)]();const o=this[n(209)](t[n(219)][n(241)]);return super[n(239)](t,o)}[_s(230)](t){const n=_s;if(!this[n(217)](t))throw new e.CKEditorError(n(253),null);this[n(225)](t[n(219)][n(236)]),this[n(225)](t[n(210)]);for(const e of t[n(210)])this[n(222)][n(230)](e);return this[n(247)][n(226)](t[n(219)]),this[n(251)][n(226)](t[n(220)]),super[n(230)](t)}[_s(228)](t){const e=_s;return this[e(251)][e(211)](t)}[_s(213)](t){const e=_s;return this[e(247)][e(211)](t)}[_s(248)](){const t=_s;super[t(244)](),this[t(225)](),this[t(251)][t(244)](),this[t(247)][t(244)](),this[t(222)][t(248)]()}[_s(224)](){const t=_s;for(const e of this)e[t(207)]();this[t(227)]()}[_s(227)](){const t=_s,e=Array[t(223)](this)[t(232)](((e,n)=>ys(e[t(219)][t(241)],n[t(219)][t(241)])));for(let n=e[t(233)]-1;n>0;n--){const o=e[n];n!==this[t(246)](o)&&(this[t(230)](o),this[t(239)](o))}}[_s(209)](t){const e=_s;let n=0;if(!t)return this[e(233)];for(const o of this){const r=o[e(219)][e(241)];if(r){if(ys(t,r)<0)return n;n++}}return n}}function Is(){const t=["view","innerView","1199694CLeNXH","_focusTracker","from","refreshPositioning","stopListening","delete","_sort","getByInnerView","focus","remove","annotationcollection-duplicated-item","sort","length","blur","left","focusTracker","isFocused","177056vBdJRS","add","360970fsFrxb","targetRect","change:isFocused","8RADdkn","clear","top","getIndex","_viewToAnnotation","destroy","404AeVFdH","fire","_innerViewToAnnotation","73840pAdkjn","annotationcollection-not-existing-item","updateTargetRect","1980MJLxpq","_getOrderInContent","focusableElements","get","5401540OtFmad","getByView","listenTo","set","3747294QZSkQo","has","14vaVFPK"];return(Is=function(){return t})()}function ys(t,e){const n=_s;if(null===t&&null===e)return 0;if(null===t)return-1;if(null===e)return 1;const o=t[n(245)]-e[n(245)];return 0==o?t[n(235)]-e[n(235)]:o}t.ContextPlugin;var As=n(332),Cs={attributes:{"data-cke":!0}};Cs.setAttributes=Lr(),Cs.insert=Pr().bind(null,"head"),Cs.domAPI=Mr(),Cs.insertStyleElement=Br();Nr()(As.A,Cs);As.A&&As.A.locals&&As.A.locals;t.ContextPlugin;var Ts=n(533),Es={attributes:{"data-cke":!0}};Es.setAttributes=Lr(),Es.insert=Pr().bind(null,"head"),Es.domAPI=Mr(),Es.insertStyleElement=Br();Nr()(Ts.A,Es);Ts.A&&Ts.A.locals&&Ts.A.locals;po.View;po.View;po.View;var xs=n(961),Os={attributes:{"data-cke":!0}};Os.setAttributes=Lr(),Os.insert=Pr().bind(null,"head"),Os.domAPI=Mr(),Os.insertStyleElement=Br();Nr()(xs.A,Os);xs.A&&xs.A.locals&&xs.A.locals;var Ns=n(163),Ss={attributes:{"data-cke":!0}};Ss.setAttributes=Lr(),Ss.insert=Pr().bind(null,"head"),Ss.domAPI=Mr(),Ss.insertStyleElement=Br();Nr()(Ns.A,Ss);Ns.A&&Ns.A.locals&&Ns.A.locals;var Ms=n(142),Rs={attributes:{"data-cke":!0}};Rs.setAttributes=Lr(),Rs.insert=Pr().bind(null,"head"),Rs.domAPI=Mr(),Rs.insertStyleElement=Br();Nr()(Ms.A,Rs);Ms.A&&Ms.A.locals&&Ms.A.locals;var Ps=n(258),Vs={attributes:{"data-cke":!0}};Vs.setAttributes=Lr(),Vs.insert=Pr().bind(null,"head"),Vs.domAPI=Mr(),Vs.insertStyleElement=Br();Nr()(Ps.A,Vs);Ps.A&&Ps.A.locals&&Ps.A.locals;var Ls=n(967),js={attributes:{"data-cke":!0}};js.setAttributes=Lr(),js.insert=Pr().bind(null,"head"),js.domAPI=Mr(),js.insertStyleElement=Br();Nr()(Ls.A,js);Ls.A&&Ls.A.locals&&Ls.A.locals;var Bs=n(906),Ds={attributes:{"data-cke":!0}};Ds.setAttributes=Lr(),Ds.insert=Pr().bind(null,"head"),Ds.domAPI=Mr(),Ds.insertStyleElement=Br();Nr()(Bs.A,Ds);Bs.A&&Bs.A.locals&&Bs.A.locals;var Hs=n(938),Fs={attributes:{"data-cke":!0}};Fs.setAttributes=Lr(),Fs.insert=Pr().bind(null,"head"),Fs.domAPI=Mr(),Fs.insertStyleElement=Br();Nr()(Hs.A,Fs);Hs.A&&Hs.A.locals&&Hs.A.locals;var zs=n(751),Ks={attributes:{"data-cke":!0}};Ks.setAttributes=Lr(),Ks.insert=Pr().bind(null,"head"),Ks.domAPI=Mr(),Ks.insertStyleElement=Br();Nr()(zs.A,Ks);zs.A&&zs.A.locals&&zs.A.locals;var Us=n(901),Ws={attributes:{"data-cke":!0}};Ws.setAttributes=Lr(),Ws.insert=Pr().bind(null,"head"),Ws.domAPI=Mr(),Ws.insertStyleElement=Br();Nr()(Us.A,Ws);Us.A&&Us.A.locals&&Us.A.locals;var Ys=n(888),Xs={attributes:{"data-cke":!0}};Xs.setAttributes=Lr(),Xs.insert=Pr().bind(null,"head"),Xs.domAPI=Mr(),Xs.insertStyleElement=Br();Nr()(Ys.A,Xs);Ys.A&&Ys.A.locals&&Ys.A.locals;const qs=Zs;!function(t){const e=Zs,n=t();for(;;)try{if(677911===-parseInt(e(397))/1+parseInt(e(399))/2+parseInt(e(380))/3*(parseInt(e(382))/4)+-parseInt(e(429))/5+parseInt(e(359))/6*(parseInt(e(385))/7)+-parseInt(e(421))/8*(parseInt(e(362))/9)+parseInt(e(409))/10*(-parseInt(e(420))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Qs);class Gs extends t.ContextPlugin{static get[qs(424)](){return qs(353)}static get[qs(394)](){return!0}static get[qs(360)](){return!0}constructor(e){const n=qs;if(super(e),this[n(404)]=new ws,this[n(419)]=new ws,this[n(383)](n(427),new Set),this[n(377)](),e instanceof t.Editor){const t=e[n(364)];e[n(415)][n(361)]({id:n(351),label:fo(t,n(370)),keystrokes:[{label:fo(t,n(388)),keystroke:n(387)},{label:fo(t,n(423)),keystroke:n(410)},{label:fo(t,n(422)),keystroke:n(379)},{label:fo(t,n(407)),keystroke:[[n(395)],[n(369)]]},{label:fo(t,n(416)),keystroke:[n(408)]},{label:fo(t,n(402)),keystroke:[[n(403)],[n(365)]]}]})}this[n(368)](),this[n(375)]()}[qs(374)](t){const e=qs;this[e(404)][e(374)](t)}[qs(381)](t){const e=qs;this[e(404)][e(381)](t),t[e(391)]()}[qs(390)](){const t=qs;for(const e of this[t(404)])e[t(390)]()}[qs(363)](){const t=qs;this[t(419)][t(363)]()}[qs(355)](t){const e=qs;return this[e(404)][e(355)](t)}[qs(398)](){const t=qs;this[t(373)](t(352))}[qs(391)](){const t=qs;for(const e of this[t(404)])e[t(391)]();this[t(419)][t(391)](),this[t(404)][t(391)](),super[t(391)]()}[qs(428)](t){const e=qs;this[e(373)](e(412),t)}[qs(378)](t){return new ps(t)}[qs(376)](t,e){return new ms(t,e)}[qs(354)](t){const e=qs,n=new Set(this[e(427)]);n[e(374)](t),this[e(427)]=n}[qs(367)](t){const e=qs,n=new Set(this[e(427)]);n[e(396)](t),this[e(427)]=n}[qs(377)](){const t=qs,e=this[t(404)],n=this[t(419)];function o(e){const o=t,r=e[o(358)];r[o(389)]&&!n[o(392)](r)?n[o(374)](r):!r[o(389)]&&n[o(392)](r)&&n[o(381)](r),r[o(406)][o(350)][o(381)](r[o(406)][o(426)]),r[o(406)][o(350)][o(374)](r[o(406)][o(426)])}this[t(414)](e,t(374),((e,r)=>{const s=t;r[s(389)]&&n[s(374)](r),this[s(414)](r,s(401),o)})),this[t(414)](e,t(381),((e,r)=>{const s=t;n[s(392)](r)&&n[s(381)](r),this[s(405)](r,s(401),o)}))}[qs(368)](){const n=qs,o=t=>{const n=Zs;t.on(n(417),(()=>{const o=n;t[o(413)][o(383)]("Ctrl+Shift+E",((t,n)=>{const r=o,s=(0,e.first)(this[r(427)][r(366)]());s&&(s[r(406)][r(418)](),n())}))}))};this[n(411)]instanceof t.Editor?o(this[n(411)]):this[n(411)][n(393)]&&this[n(411)][n(393)].on(n(374),((t,e)=>{o(e)}))}[qs(375)](){const e=qs,n=e=>{const n=Zs,o=e[n(358)],r=[];let s;if(Array[n(400)](o[n(371)])){s=o[n(371)][0],this[n(411)]instanceof t.Editor?r[n(357)](this[n(411)]):this[n(411)][n(393)]&&r[n(357)](...this[n(411)][n(393)]);for(const t of r)for(const e of t[n(384)][n(406)][n(425)][n(366)]())if(e[n(372)](s))return void t[n(384)][n(406)][n(418)]();s[n(418)]()}};this[e(414)](this[e(404)],e(374),((t,o)=>{const r=e;this[r(414)](o,r(386),n,{priority:r(356)})})),this[e(414)](this[e(404)],e(381),((t,o)=>{const r=e;this[r(405)](o,r(386),n)}))}}function Zs(t,e){const n=Qs();return(Zs=function(t,e){return n[t-=350]})(t,e)}function Qs(){const t=["36jKOpwk","refreshPositioning","locale","Arrowdown","values","_removeActiveAnnotation","_setupEnterAnnotationKeystroke","Shift+Tab","ACCESSIBILITY_HELP_ANNOTATIONS_GROUP","target","contains","fire","add","_setupEscapeAnnotationHandling","createAnnotationView","_bindAnnotationsToVisibleAnnotations","createAnnotation","Enter","108cDZVBH","remove","145004Rlypqb","set","editing","233555VweiaN","escape","Ctrl+Shift+E","ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO","isVisible","refreshVisibility","destroy","has","editors","isOfficialPlugin","Tab","delete","225231OHaeaI","deactivateAll","2709252rjFJni","isArray","change:isVisible","ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS","Arrowup","collection","stopListening","view","ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS","Ctrl+Enter","268260dQEEFC","Esc","context","_activateAnnotation","keystrokes","listenTo","accessibility","ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT","ready","focus","_visibleAnnotations","418ImburC","224864bQbWdC","ACCESSIBILITY_HELP_ANNOTATIONS_ENTER","ACCESSIBILITY_HELP_ANNOTATIONS_EXIT","pluginName","domRoots","element","activeAnnotations","activate","4124450QiKjhj","focusTracker","annotations","_deactivateAllAnnotations","Annotations","_addActiveAnnotation","getByInnerView","low","push","source","36TNefzV","isPremiumPlugin","addKeystrokeInfoGroup"];return(Qs=function(){return t})()}const Js=ti;function $s(){const t=["threadId","commentsrepository-missing-target","isFromAdapter","_createNewComment","define","context","error","noChannel","_getExternalAuthor","commentsrepository-invalid-comment-content","bind","catch","commentsrepository-update-comment-invalid-content","commentsListView","_isAttached","escape","addComment","commentsrepository-active-not-attached","createCommentThreadController","bodyCollectionContainer","getUser","from","commentsrepository-missing-thread-and-adapter-method","isDirty","commentsrepository-remove-comment-missing-comment-thread","attachTo","archivedAt","activate","_removeCommentThread","assign","isExternal","_removeActiveAnnotation","Missing comments editor configuration (`comments.editorConfig`). Default configuration will be used instead.","reopen","commentsrepository-resolve-comment-thread-internal-error","update","reduce","change:isDirty","then","commentsrepository-reopen-comment-thread","trim","PendingActions","1235490VkiESh","_isSubmitted","_addCommentThread","weight","submitCommentThread","_resolveCommentThread","CommentsRepository","stopListening","commentThreadInputView","delete","resolveCommentThread","external:","init","toJSON","focusableElements","_attachCommentThread","commentsrepository-resolved-comment-thread","change:activeAnnotations","deactivateAll","lowest","comments.CommentThreadView","_detachCommentThread","getCommentThreads","locale","remove","commentsrepository-fetch-comment-thread","comments.maxCommentsWhenCollapsed","105102yIvImG","addCommentThread","get","once","removeAttribute","innerView","isPremiumPlugin","attributes","getComment","createdAt","listenTo","div","model","_repository","commentsrepository-add-comment-user-not-exists","licenseKey","_threads","_threadToController","comments","comments.editorConfig","admin","max","isResolved","editorReady","resolvedAt","has","authorName","change:authoredAt","1315yjUzCT","_removeComment","body","write","resolve","fire","unlinkedAt","plugins","removeComment","29QcidJF","commentsrepository-update-comment-thread-internal-error","hasCommentThread","comments.maxCommentCharsWhenCollapsed","PENDING_ACTION_COMMENT_THREAD","5519457rKvLry","comments.maxThreadTotalWeight","comments.copyMarkers","getPermissions","type","change:_permissions","isRemovable","_createCommentThreadView","commentsrepository-add-comment-thread-internal-error","_addComment","1630ckJyYx","_updateCommentThread","commentsrepository-add-comment-to-missing-comment-thread","highest","addUser","7512THtlFw","authoredAt","content","find","_updateActiveAnnotation","innerHTML","commentsrepository-invalid-comment-authorid","commentsrepository-update-missing-comment","commentsrepository-remove-comment-thread-internal-error","setPermissions","commentInputView","_update","_bindAnnotationToEditors","add","destroy","commentsrepository-remove-comment-internal-error","_viewToController","commentsrepository-add-comment-internal-error","commentsrepository-duplicated-comment-thread-id","activeCommentThread","requires","getIndex","commentsrepository-update-comment-missing-comment-thread","setAttribute","values","createElement","commentsrepository-missing-comment-thread","CommentThreadView","_findOptimalIndex","11762415ycsnBb","getCommentThread","comment","_unbindEditors","change:_readOnlyChannels","_reopenCommentThread","isSubmitted","setContext","commentUpdated","view","canComment","editorDestroyed","author","map","isResolvable","getByInnerView","setUnlinkedAt","pluginName","commentId","string","submit","fetchCommentThread","_hasTargetInContent","filter","length","config","set","11495328DiSZOk","_add","modifyAll","creator","commentsrepository-get-comment-invalid-id","_adapter","textContent","commentsrepository-remove-missing-comment-thread","adapter","warn","commentsrepository-attach-missing-comment-thread","commentsrepository-remove-missing-comment","@external","openNewCommentThread","commentsrepository-active-missing-comment-thread","_readOnlyChannels","commentsrepository-invalid-commentid","commentsrepository-reopen-comment-thread-internal-error","commentsrepository-update-comment-internal-error","updateCommentThread","getTime","_submitCommentThread","reopenCommentThread","channelId","switchReadOnly","refreshVisibility","isAttached","_permissions","push","isOfficialPlugin","setActiveCommentThread","resolvedBy","commentsrepository-invalid-comment-thread-id","isEditable","_remove","isReadOnly","function","45314ylVgmi","updateComment","focusTracker","removeCommentThread","isActive","_updateComment","focus","comments.CommentView","commentsrepository-adapter-already-set","CommentView"];return($s=function(){return t})()}function ti(t,e){const n=$s();return(ti=function(t,e){return n[t-=335]})(t,e)}!function(t){const e=ti,n=t();for(;;)try{if(995126===parseInt(e(390))/1*(parseInt(e(503))/2)+parseInt(e(395))/3+parseInt(e(410))/4*(-parseInt(e(381))/5)+parseInt(e(555))/6+-parseInt(e(439))/7+-parseInt(e(466))/8+parseInt(e(353))/9*(parseInt(e(405))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($s);const ei=Symbol(Js(520)),ni={admin:!0,modifyAll:!1,write:!0,resolve:!0};class oi extends t.ContextPlugin{static get[Js(430)](){return[Gs,t.PendingActions,r.Users]}static get[Js(456)](){return Js(561)}static get[Js(495)](){return!0}static get[Js(359)](){return!0}constructor(t){const e=Js;super(t),this[e(369)]=new Map,this[e(370)]=new Map,this[e(426)]=new Map,this[e(465)](e(481),new Set),this[e(465)](e(493),new Map);const n=this[e(518)][e(464)];n[e(517)](e(352),2),n[e(517)](e(396),500),n[e(517)](e(393),140),n[e(517)](e(346),pr),n[e(517)](e(510),xr),n[e(355)](e(372))||console[e(475)](e(545))}[Js(338)](){const t=Js,e=this[t(518)][t(388)][t(355)](Gs);this[t(465)](t(429),null),this.on(t(354),((e,n)=>this[t(557)](n))),this.on(t(559),((e,n)=>this[t(487)](n))),this.on(t(336),((e,n)=>this[t(560)](n))),this.on(t(336),((e,n)=>this[t(414)](n)),{priority:t(345)}),this.on(t(488),((e,n)=>this[t(444)](n))),this.on(t(488),((e,n)=>this[t(414)](n)),{priority:t(345)}),this.on(t(506),((e,n)=>this[t(541)](n))),this.on(t(485),((e,n)=>this[t(406)](n))),this.on(t(485),((e,n)=>this[t(414)](n)),{priority:t(345)}),this.on(t(529),((e,n)=>this[t(404)](n))),this.on(t(504),((e,n)=>this[t(508)](n))),this.on(t(389),((e,n)=>this[t(382)](n))),this.on(t(529),((e,{threadId:n,isFromAdapter:o})=>{const r=t;if(o)return;const s=this[r(440)](n),i=s&&this[r(370)][r(355)](s);i&&i[r(448)][r(526)][r(509)](-1)}),{priority:t(345)}),this[t(363)](e,t(343),((e,n,o)=>{const r=t,s=Array[r(534)](o)[r(452)]((t=>this[r(426)][r(355)](t[r(358)])))[r(462)](Boolean)[0];this[r(429)]=s?s[r(365)]:null}))}set[Js(474)](t){const n=Js;if(this[n(471)])throw new e.CKEditorError(n(511));this[n(471)]=t}get[Js(474)](){return this[Js(471)]}[Js(354)]({channelId:t=ei,threadId:n=(0,e.uid)(),comments:o=[],unlinkedAt:r=null,resolvedAt:s=null,resolvedBy:i=null,target:c=null,context:a=null,attributes:u={},isResolvable:h=!0,isSubmitted:d=!1,isFromAdapter:l=!1}={}){const m=Js;return this[m(386)](ii(m(354),t),{channelId:t,threadId:n,comments:o,unlinkedAt:r,resolvedAt:s,resolvedBy:i,target:c,context:a,attributes:u,isFromAdapter:l,isResolvable:h,isSubmitted:d}),this[m(440)](n)}[Js(479)]({channelId:t=ei,threadId:n=(0,e.uid)(),target:o,context:r=null,isResolvable:s=!0}){const i=Js;if(this[i(481)][i(378)](t)||this[i(481)][i(378)](void 0))return null;if(!o)throw new e.CKEditorError(i(514));const c=this[i(354)]({channelId:t,threadId:n,target:o,context:r,isResolvable:s});if(!c)return null;const a=this[i(370)][i(355)](c),u=a[i(448)][i(563)][i(420)],h=this[i(518)][i(388)][i(355)](Gs),d=h[i(454)](a[i(448)]);return h[i(540)](d),u[i(356)](i(376),(()=>u[i(509)]())),c}[Js(392)](t){const n=Js;if(n(458)!=typeof t)throw new e.CKEditorError(n(498));return this[n(369)][n(378)](t)}[Js(485)]({channelId:t=ei,threadId:e,context:n,unlinkedAt:o,attributes:r,isFromAdapter:s=!1}){const i=Js;return this[i(386)](ii(i(485),t),{channelId:t,threadId:e,context:n,unlinkedAt:o,attributes:r,isFromAdapter:s}),this[i(440)](e)}[Js(440)](t){const n=Js;if(n(458)!=typeof t)throw new e.CKEditorError(n(498));return this[n(369)][n(355)](t)}[Js(460)]({channelId:t,threadId:n}={}){const o=Js,r=this[o(440)](n);if(r)return Promise[o(385)](r);if(!this[o(474)])return Promise[o(385)](void 0);if(o(502)!=typeof this[o(474)][o(440)])throw new e.CKEditorError(o(535),this[o(518)]);return this[o(474)][o(440)]({channelId:t,threadId:n})[o(551)]((e=>this[o(392)](n)?this[o(440)](n):e?this[o(354)](Object[o(542)]({isFromAdapter:!0,channelId:t},e)):void 0))[o(524)]((t=>{const n=o;throw console[n(519)](t),new e.CKEditorError(n(351),this[n(518)])}))}[Js(348)]({channelId:t,skipNotAttached:e=!1,skipEmpty:n=!1,toJSON:o=!1}={}){const r=Js,s=[];for(const o of this[r(369)][r(434)]())t&&o[r(489)]!==t||e&&!o[r(492)]||n&&0===o[r(463)]||s[r(494)](o);return o?s[r(452)]((t=>t[r(339)]())):s}[Js(496)](t){const n=Js,o=this[n(518)][n(388)][n(355)](Gs);if(!t)return void(this[n(429)]&&o[n(344)]());const r=this[n(440)](t);if(!r)throw new e.CKEditorError(n(480),null,{threadId:t});if(!this[n(370)][n(378)](r))throw new e.CKEditorError(n(530),null,{threadId:t});const s=o[n(454)](this[n(370)][n(355)](r)[n(448)]);o[n(540)](s)}[Js(490)](t,e){const n=Js;t?this[n(481)][n(423)](e):this[n(481)][n(335)](e),this[n(386)](n(443),n(481),this[n(481)],this[n(481)])}[Js(501)](t){const e=Js;return this[e(481)][e(378)](t)||this[e(481)][e(378)](void 0)}[Js(531)](t,e){return new go(t,e)}[Js(419)](t,e=ei){const n=Js;this[n(493)][n(465)](e,t),this[n(386)](n(400),n(493),this[n(493)],this[n(493)])}[Js(398)](t=ei){const e=Js;return this[e(493)][e(378)](t)?this[e(493)][e(355)](t):ni}[Js(557)]({channelId:t,threadId:n,comments:o,unlinkedAt:s,resolvedAt:i,resolvedBy:c,target:a,context:u,attributes:h,isFromAdapter:d,isResolvable:l,isSubmitted:m}){const k=Js;if(k(458)!=typeof n)throw new e.CKEditorError(k(498),null,{threadId:n});if(this[k(392)](n))throw new e.CKEditorError(k(428),null,{threadId:n});const g=new ri(this,{channelId:t,id:n,context:u,attributes:h,unlinkedAt:s,resolvedAt:i,resolvedBy:c?this[k(518)][k(388)][k(355)](r.Users)[k(533)](c):null,isResolvable:l,isSubmitted:m||d});this[k(369)][k(465)](n,g);for(const t of o)g[k(467)](this[k(516)]({threadId:n,...t}));return a&&g[k(538)](a),d||!g[k(463)]?Promise[k(385)]():this[k(487)]({channelId:t,threadId:n})}[Js(487)]({channelId:t,threadId:n}){const o=Js;if(!this[o(392)](n))throw new e.CKEditorError(o(436),this);const r=this[o(440)](n);if(r[o(556)]=!0,!this[o(474)]||o(502)!=typeof this[o(474)][o(354)])return Promise[o(385)]();const{id:s,comments:i,resolvedAt:c,resolvedBy:a,context:u,attributes:h}=r,d=this[o(518)][o(388)][o(355)](o(554)),l=d[o(423)](fo(this[o(518)][o(349)],o(394)));return this[o(474)][o(354)]({channelId:t,threadId:s,comments:i[o(452)]((t=>t[o(339)]())),resolvedAt:c,resolvedBy:a?a.id:a,context:u,attributes:h})[o(551)]((({comments:e})=>{const r=o;d[r(350)](l);for(const o of e)this[r(508)]({channelId:t,threadId:n,commentId:o[r(457)],createdAt:o[r(362)],isFromAdapter:!0})}))[o(524)]((t=>{const n=o;throw console[n(519)](t),new e.CKEditorError(n(403),this)}))}[Js(341)]({threadId:t,target:n}){const o=Js,r=this[o(440)](t);if(!r)throw new e.CKEditorError(o(476),this);const s=this[o(518)][o(388)][o(355)](o(554)),i=this[o(518)][o(388)][o(355)](Gs),c=this[o(402)](r),a=new go(r,c);let u=null;c.on(o(550),((t,e,n)=>{const r=o;n?u=s[r(423)](fo(this[r(518)][r(349)],r(394))):u&&(s[r(350)](u),u=null)})),this[o(370)][o(465)](r,a),this[o(426)][o(465)](c,a);const h=new ms(this[o(518)][o(349)],c);h[o(523)](o(463)).to(c),h[o(523)](o(536)).to(c,o(536),c,o(463),((t,e)=>t||!e)),h[o(523)](o(507)).to(c),h[o(399)]=o(441);const d=new ps({view:h,target:n,type:o(441),isVisible:!r[o(375)]});return c.on(o(528),(()=>{const t=o;d[t(386)](t(528))})),this[o(422)](c,d),i[o(423)](d),d}[Js(422)](e,n){const o=Js;this[o(363)](e,o(376),((e,r)=>{const s=o,i=r.ui[s(448)][s(383)][s(532)];n[s(340)][s(423)](i),this[s(518)]instanceof t.Editor&&this[s(518)].ui[s(505)][s(423)](i)}),{priority:o(408)}),this[o(363)](e,o(450),((e,r)=>{const s=o,i=r.ui[s(448)][s(383)][s(532)];n[s(340)][s(378)](i)&&n[s(340)][s(350)](i),this[s(518)]instanceof t.Editor&&this[s(518)].ui[s(505)][s(350)](i)}))}[Js(442)](t){const e=Js;this[e(562)](t,e(376)),this[e(562)](t,e(450))}[Js(402)](t){const e=Js,n=this[e(518)][e(388)][e(355)](r.Users),{config:o,locale:s}=this[e(518)],i=(0,r.getDateTimeFormatter)(o[e(355)](e(349)));return new(0,o[e(355)](e(371))[e(437)])(s,t,n.me,{editorConfig:{...o[e(355)](e(372)),licenseKey:this[e(518)][e(464)][e(355)](e(368))},copyMarkers:o[e(355)](e(397)),maxCommentsWhenCollapsed:o[e(355)](e(352)),maxThreadTotalWeight:o[e(355)](e(396)),maxCommentCharsWhenCollapsed:o[e(355)](e(393)),formatDateTime:i,CommentView:o[e(355)](e(371))[e(512)]})}[Js(560)]({threadId:t,channelId:n,resolvedAt:o,resolvedBy:s,isFromAdapter:i}){const c=Js;if(!this[c(392)](t))throw new e.CKEditorError(c(436),null,{threadId:t});const a=this[c(440)](t);if(a[c(375)])throw new e.CKEditorError(c(342),null,{threadId:t});const u=this[c(518)][c(388)][c(355)](r.Users);if(a[c(497)]=u[c(533)](s),a[c(377)]=o,i||!this[c(474)]||c(502)!=typeof this[c(474)][c(336)])return Promise[c(385)]();const h=this[c(518)][c(388)][c(355)](c(554)),d=h[c(423)](fo(this[c(518)][c(349)],c(394)));return this[c(474)][c(336)]({channelId:n,threadId:t})[c(551)]((({resolvedAt:t,resolvedBy:e})=>{const n=c;h[n(350)](d),a[n(497)].id!==e&&(a[n(497)]=u[n(533)](e)),a[n(377)]=t}))[c(524)]((t=>{const n=c;throw console[n(519)](t),new e.CKEditorError(n(547),this)}))}[Js(444)]({threadId:t,channelId:n,isFromAdapter:o}){const r=Js;if(!this[r(392)](t))throw new e.CKEditorError(r(436),null,{threadId:t});const s=this[r(440)](t);if(!s[r(375)])throw new e.CKEditorError(r(552),null,{threadId:t});if(s[r(497)]=null,s[r(377)]=null,o||!this[r(474)]||r(502)!=typeof this[r(474)][r(488)])return Promise[r(385)]();const i=this[r(518)][r(388)][r(355)](r(554)),c=i[r(423)](fo(this[r(518)][r(349)],r(394)));return this[r(474)][r(488)]({channelId:n,threadId:t})[r(551)]((()=>i[r(350)](c)))[r(524)]((t=>{const n=r;throw console[n(519)](t),new e.CKEditorError(n(483),this)}))}[Js(541)]({threadId:t,isFromAdapter:n}){const o=Js,r=this[o(440)](t);if(!r)throw new e.CKEditorError(o(473),this);if(this[o(347)](t),this[o(369)][o(335)](t),!r[o(445)]||n||!this[o(474)]||o(502)!=typeof this[o(474)][o(506)])return Promise[o(385)]();const s=this[o(518)][o(388)][o(355)](o(554)),{channelId:i}=r,c=s[o(423)](fo(this[o(518)][o(349)],o(394)));return this[o(474)][o(506)]({channelId:i,threadId:t})[o(551)]((()=>s[o(350)](c)))[o(524)]((t=>{const n=o;throw console[n(519)](t),new e.CKEditorError(n(418),this)}))}[Js(406)]({threadId:t,unlinkedAt:n,context:o,attributes:r,isFromAdapter:s}){const i=Js;if(i(458)!=typeof t)throw new e.CKEditorError(i(498),null,{threadId:t});if(!this[i(392)](t))throw new e.CKEditorError(i(436),null,{threadId:t});const c=this[i(440)](t);let a=!1;if(void 0!==o&&c[i(518)]!==o&&(c[i(518)]=o,a=!0),void 0!==n&&c[i(387)]!==n&&(c[i(387)]=n,a=!0),r&&!Ue(r,c[i(360)])&&(c[i(360)]=r,a=!0),!a)return Promise[i(385)]();if(!c[i(445)]||s||!this[i(474)]||i(502)!=typeof this[i(474)][i(485)])return Promise[i(385)]();const u=this[i(518)][i(388)][i(355)](i(554)),{channelId:h}=c,d=u[i(423)](fo(this[i(518)][i(349)],i(394)));return this[i(474)][i(485)]({channelId:h,threadId:t,context:o,unlinkedAt:n,attributes:r})[i(551)]((()=>u[i(350)](d)))[i(524)]((t=>{const n=i;throw console[n(519)](t),new e.CKEditorError(n(391),this)}))}[Js(347)](t){const e=Js,n=this[e(518)][e(388)][e(355)](Gs),o=this[e(440)](t);if(o[e(527)]=!1,this[e(370)][e(378)](o)){const t=this[e(370)][e(355)](o),r=t[e(448)],s=n[e(454)](r);this[e(370)][e(335)](o),this[e(426)][e(335)](r),s&&n[e(350)](s),t[e(424)](),r[e(424)]()[e(551)]((()=>{this[e(442)](r)}))}}[Js(414)]({threadId:t,resolvedAt:e}){const n=Js,o=!!e,r=this[n(518)][n(388)][n(355)](Gs),s=this[n(440)](t);if(this[n(370)][n(378)](s)){const t=this[n(370)][n(355)](s)[n(448)],e=r[n(454)](t);e&&(o&&r[n(544)](e),e[n(491)]())}}[Js(521)](t){const e=Js,n=this[e(518)][e(388)][e(355)](r.Users),o=(0,r.hashObject)(e(337)+t);return n[e(533)](o)||n[e(409)]({id:o,name:t})}[Js(516)]({threadId:t,commentId:n=(0,e.uid)(),content:o,authorId:s,createdAt:i,attributes:c}){const a=Js;if(a(458)!=typeof n)throw new e.CKEditorError(a(482));if(a(458)!=typeof s)throw new e.CKEditorError(a(416));if(a(458)!=typeof o||!o[a(553)]())throw new e.CKEditorError(a(522));const u=this[a(518)][a(388)][a(355)](r.Users)[a(533)](s);if(!u)throw new e.CKEditorError(a(367),null,{authorId:s});let h=null,d=i;return c&&c[a(478)]&&(h=this[a(521)](c[a(478)][a(379)]),d=new Date(c[a(478)][a(362)])),new si(this,{threadId:t,id:n,author:h||u,creator:u,content:o,createdAt:i,authoredAt:d,attributes:c})}[Js(404)](t){const n=Js;let{threadId:o,content:r,attributes:s,isFromAdapter:i}=t;const c=this[n(440)](t[n(513)]);if(!c)throw new e.CKEditorError(n(407),this);const a=this[n(516)](t),{id:u}=a;if(c[n(467)](a),i||!this[n(474)]||n(502)!=typeof this[n(474)][n(529)]||!c[n(445)])return Promise[n(385)]();const h=this[n(518)][n(388)][n(355)](n(554)),{channelId:d}=c,l=h[n(423)](fo(this[n(518)][n(349)],n(394)));return s||(s={}),this[n(474)][n(529)]({channelId:d,threadId:o,commentId:u,content:r,attributes:s})[n(551)]((t=>{const e=n;h[e(350)](l),t&&this[e(508)]({channelId:d,threadId:o,commentId:u,createdAt:t[e(362)],isFromAdapter:!0})}))[n(524)]((t=>{const o=n;throw console[o(519)](t),new e.CKEditorError(o(427),this)}))}[Js(508)]({threadId:t,commentId:n,content:o,createdAt:r,attributes:s,isFromAdapter:i}){const c=Js;if(void 0!==o&&(c(458)!=typeof o||!o[c(553)]()[c(463)]))throw new e.CKEditorError(c(525));const a=this[c(440)](t),u=a[c(361)](n);if(!u)throw new e.CKEditorError(c(417),this);let h=!1;if(o&&o!==u[c(412)]&&(u[c(499)]||i)&&(u[c(412)]=o,h=!0),r&&r!==u[c(362)]&&(u[c(362)]=r,u[c(360)]&&u[c(360)][c(478)]||(u[c(411)]=r),h=!0),s&&!Ue(s,u[c(360)])&&(u[c(360)]=s,h=!0),!h)return Promise[c(385)]();if(a[c(386)](c(447)),i||!this[c(474)]||c(502)!=typeof this[c(474)][c(504)])return Promise[c(385)]();const d=this[c(518)][c(388)][c(355)](c(554)),{channelId:l}=this[c(440)](u[c(513)]),m=d[c(423)](fo(this[c(518)][c(349)],c(394)));return this[c(474)][c(504)]({channelId:l,threadId:t,commentId:n,content:o,attributes:s})[c(551)]((()=>d[c(350)](m)))[c(524)]((t=>{const n=c;throw console[n(519)](t),new e.CKEditorError(n(484),this)}))}[Js(382)]({threadId:t,commentId:n,isFromAdapter:o}){const r=Js,s=this[r(440)](t),i=s[r(361)](n);if(!i)throw new e.CKEditorError(r(477),this);if(s[r(500)](i),o||!this[r(474)]||r(502)!=typeof this[r(474)][r(389)])return Promise[r(385)]();const c=this[r(518)][r(388)][r(355)](r(554)),{channelId:a}=s,u=c[r(423)](fo(this[r(518)][r(349)],r(394)));return this[r(474)][r(389)]({channelId:a,threadId:t,commentId:n})[r(551)]((()=>c[r(350)](u)))[r(524)]((t=>{const n=r;throw console[n(519)](t),new e.CKEditorError(n(425),this)}))}}class ri extends((0,e.ObservableMixin)()){constructor(t,n){const o=Js;super();const r=n[o(453)];this[o(489)]=n[o(489)],this.id=n.id,this[o(371)]=new e.Collection,this[o(366)]=t,this[o(527)]=!1,this[o(556)]=n[o(445)],this[o(465)](o(461),!0),this[o(523)](o(501)).to(t,o(493),t,o(481),(()=>t[o(501)](this[o(489)]))),this[o(523)](o(401)).to(t,o(493),(()=>t[o(398)](this[o(489)])[o(373)])),this[o(523)](o(449)).to(t,o(493),(()=>{const e=o,n=t[e(398)](this[e(489)]);return n[e(384)]||n[e(373)]})),this[o(523)](o(453)).to(t,o(493),(()=>r&&t[o(398)](this[o(489)])[o(385)])),this[o(465)](o(518),n[o(518)]),this[o(523)](o(539)).to(this,o(377),this,o(387),((t,e)=>t?e?t<e?t:e:t:e)),this[o(465)](o(387),n[o(387)]||null),this[o(465)](o(377),n[o(377)]||null),this[o(465)](o(497),n[o(497)]||null),this[o(523)](o(375)).to(this,o(377),(t=>!!t)),this[o(465)](o(360),n[o(360)]||{})}get[Js(558)](){const t=Js;return Array[t(534)](this[t(371)])[t(549)](((e,n)=>e+n[t(558)]),0)}get[Js(463)](){const t=Js;return this[t(371)][t(463)]}get[Js(492)](){return this[Js(527)]}get[Js(445)](){return this[Js(556)]}[Js(459)](){const t=Js,{channelId:e,id:n}=this;this[t(366)][t(386)](ii(t(559),e),{channelId:e,threadId:n})}[Js(455)](t){this[Js(421)]({unlinkedAt:t})}[Js(385)]({resolvedAt:t=new Date,resolvedBy:e=null,isFromAdapter:n=!1}={}){const o=Js,s=this[o(366)][o(518)][o(388)][o(355)](r.Users).me,{channelId:i,id:c}=this;this[o(366)][o(386)](ii(o(336),i),{channelId:i,threadId:c,resolvedAt:t,resolvedBy:e||s.id,isFromAdapter:n})}[Js(546)]({isFromAdapter:t=!1}={}){const e=Js,{channelId:n,id:o}=this;this[e(366)][e(386)](ii(e(488),n),{channelId:n,threadId:o,isFromAdapter:t})}[Js(446)](t){const e=Js;this[e(518)]||this[e(421)]({context:t})}[Js(433)](t,e){const n=Js,o=Hn(this[n(360)]);ro(o,t,e),this[n(421)]({attributes:o})}[Js(357)](t){const e=Js,n=Hn(this[e(360)]);ho(n,t),this[e(421)]({attributes:n})}[Js(350)]({isFromAdapter:t=!1}={}){const e=Js,{channelId:n,id:o}=this;this[e(366)][e(386)](ii(e(506),n),{channelId:n,threadId:o,isFromAdapter:t})}[Js(538)](t){const e=Js;return this[e(366)][e(341)]({threadId:this.id,target:t})}[Js(529)](t){const e=Js,{channelId:n,id:o}=this;this[e(366)][e(386)](ii(e(529),n,o),Object[e(542)]({channelId:n,threadId:o},t))}[Js(361)](t){const n=Js;if(n(458)!=typeof t)throw new e.CKEditorError(n(470),null,{commentId:t});return this[n(371)][n(355)](t)}[Js(339)](){const t=Js;return{threadId:this.id,context:this[t(518)],unlinkedAt:this[t(387)],resolvedAt:this[t(377)],resolvedBy:this[t(497)]?this[t(497)].id:null,archivedAt:this[t(539)],comments:this[t(371)][t(452)]((e=>e[t(339)]())),attributes:this[t(360)]}}[Js(467)](t){const e=Js;return this[e(363)](t,e(380),(()=>{const n=e,o=this[n(438)](t),r=this[n(371)];o-1!=r[n(431)](t)&&o+1!=r[n(431)](t)&&(this[n(500)](t),this[n(467)](t))})),this[e(371)][e(423)](t,this[e(438)](t))}[Js(421)](t){const e=Js,{channelId:n,id:o}=this;this[e(366)][e(386)](ii(e(485),n),{...t,channelId:n,threadId:o})}[Js(500)](t){const e=Js;return this[e(562)](t),t[e(424)](),this[e(371)][e(350)](t)}[Js(438)](t){const e=Js,n=this[e(371)][e(413)]((n=>new Date(n[e(411)])[e(486)]()>new Date(t[e(411)])[e(486)]()));return n?this[e(371)][e(431)](n):this[e(463)]}}class si extends((0,e.ObservableMixin)()){constructor(t,e){const n=Js;super();const o=t[n(518)][n(388)][n(355)](r.Users).me,s=t[n(440)](e[n(513)]),i=0===s[n(371)][n(463)],c=o===e[n(451)];this.id=e.id,this[n(513)]=e[n(513)],this[n(451)]=e[n(451)],this[n(469)]=e[n(469)],this[n(543)]=Boolean(e[n(360)]&&e[n(360)][n(478)]),this[n(465)](n(412),e[n(412)]),this[n(362)]=e[n(362)]||new Date,this[n(465)](n(411),e[n(411)]||new Date),this[n(523)](n(377)).to(s,n(377)),this[n(465)](n(360),e[n(360)]||{}),this[n(523)](n(499)).to(t,n(493),(()=>{const e=n,o=t[e(398)](s[e(489)])[e(384)],r=t[e(398)](s[e(489)])[e(468)];return c&&o||!c&&r})),this[n(523)](n(401)).to(s,n(401),t,n(493),(e=>{const o=n,r=t[o(398)](s[o(489)])[o(384)],a=t[o(398)](s[o(489)])[o(468)];return c&&r||e&&i||!c&&a&&!i})),this[n(523)](n(501)).to(s,n(501)),this[n(366)]=t}get[Js(558)](){const t=Js;return Math[t(374)](function(e){const n=t,o=document[n(435)](n(364));return o[n(415)]=e,o[n(472)][n(463)]}(this[t(412)]),200)}[Js(548)](t){const n=Js,{threadId:o,id:r}=this;if(!this[n(366)][n(392)](o))throw new e.CKEditorError(n(432),this);const{channelId:s}=this[n(366)][n(440)](o);this[n(366)][n(386)](ii(n(504),s,o),{channelId:s,threadId:o,commentId:r,...t})}[Js(433)](t,e){const n=Js,o=Hn(this[n(360)]);ro(o,t,e),this[n(548)]({attributes:o})}[Js(357)](t){const e=Js,n=Hn(this[e(360)]);ho(n,t),this[e(548)]({attributes:n})}[Js(350)](t={}){const n=Js;if(!t[n(515)]&&!this[n(401)])return;const{threadId:o,id:r}=this;if(!this[n(366)][n(392)](o))throw new e.CKEditorError(n(537),this);const{channelId:s}=this[n(366)][n(440)](o);this[n(366)][n(386)](ii(n(389),s,o),{channelId:s,threadId:o,commentId:r,...t})}[Js(339)](){const t=Js;return{commentId:this.id,content:this[t(412)],createdAt:this[t(362)],authorId:this[t(469)].id,attributes:this[t(360)]}}[Js(424)](){this[Js(562)]()}}function ii(t,...e){for(const n of e)void 0!==n&&(t+=":"+String(n));return t}const ci=ai;function ai(t,e){const n=ui();return(ai=function(t,e){return n[t-=116]})(t,e)}function ui(){const t=["schema","71950hJLXTo","model","substr","1836tIMnKH","createRange","execute","backward","addMarker","getLastMatchingPosition","document","1937390dvWSwb","206796unTNgt","getRanges","_itemIsContent","push","4pbfRbV","981177QWXSzp","isEnabled","element","selection","tableCell","11oBDwom","item","$textProxy","editor","start","18fOjuoH","refresh","_trimToContent","10156480APytYl","982510weXKZv","comment:","23348930xdRgjY","change","isObject","_hasContent","end","getItems"];return(ui=function(){return t})()}!function(t){const e=ai,n=t();for(;;)try{if(801355===-parseInt(e(134))/1*(parseInt(e(124))/2)+-parseInt(e(129))/3*(-parseInt(e(128))/4)+-parseInt(e(143))/5*(parseInt(e(139))/6)+parseInt(e(123))/7+parseInt(e(142))/8+parseInt(e(116))/9*(-parseInt(e(152))/10)+parseInt(e(145))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ui);class hi extends t.Command{[ci(140)](){const t=ci,e=this[t(137)][t(153)][t(122)][t(132)];for(const n of e[t(125)]())if(this[t(148)](n))return void(this[t(130)]=!0);this[t(130)]=!1}[ci(118)]({threadId:t=(0,e.uid)()}={}){const n=ci,o=this[n(137)][n(153)],r=[];for(const t of o[n(122)][n(132)][n(125)]())this[n(148)](t)&&r[n(127)](this[n(141)](t));o[n(146)]((o=>{const s=n;for(const n of r){const r=(0,e.uid)()[s(154)](1,5),i=s(144)+t+":"+r;o[s(120)](i,{range:n,usingOperation:!1,affectsData:!1})}}))}[ci(148)](t){const e=ci;for(const n of t[e(150)]())if(this[e(126)](n))return!0;return!1}[ci(126)](t){const e=ci;return t.is(e(136))||this[e(137)][e(153)][e(151)][e(147)](t)&&!t.is(e(131),e(133))}[ci(141)](t){const e=ci,n=t=>!this[e(126)](t[e(135)]),o=t[e(138)][e(121)](n),r=t[e(149)][e(121)](n,{direction:e(119)});return this[e(137)][e(153)][e(117)](o,r)}}function di(){const t=["push","isEqual","refreshSelectedViews","selection","collection","element","plugins","_editorAnnotations","6615RkOvOY","view","blur","getOrderedSelectedAnnotations","editorannotations-invalid-source-callback","init","registerAnnotation","function","fire","containsRange","760PYLEMZ","hasDomSelection","focusTracker","editor","annotation","isPremiumPlugin","get","isReadOnly","addSourceCollector","39630wjbYBR","document","getRanges","listenTo","_editorAnnotationsData","sort","cancel","map","directChange","isOfficialPlugin","EditorAnnotations","update","isCollapsed","range","getByInnerView","refresh","innerView","model","31779kECsLf","1425YoGtyL","91srrNnh","delete","1102900QaBYVP","5568cmPAZR","change:isFocused","1710VWFgvn","requires","has","add","8pulGEn","editing","_dataCollectors","uiUpdate","set","pluginName","change:range","8384028WlnCtT","from","remove","562680Tavuun"];return(di=function(){return t})()}const li=mi;function mi(t,e){const n=di();return(mi=function(t,e){return n[t-=306]})(t,e)}!function(t){const e=mi,n=t();for(;;)try{if(293243===-parseInt(e(338))/1+-parseInt(e(357))/2*(parseInt(e(318))/3)+parseInt(e(328))/4*(parseInt(e(321))/5)+parseInt(e(366))/6*(-parseInt(e(319))/7)+parseInt(e(322))/8*(-parseInt(e(347))/9)+parseInt(e(324))/10*(parseInt(e(317))/11)+parseInt(e(335))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(di);class ki extends t.Plugin{static get[li(325)](){return[Gs]}static get[li(333)](){return li(309)}static get[li(308)](){return!0}static get[li(362)](){return!0}constructor(t){const e=li;super(t),this[e(330)]=new Set,this[e(346)]=new Set}[li(352)](){const t=li,e=this[t(360)],n=e[t(316)][t(367)][t(342)],o=os((()=>this[t(341)]()),10);n.on(t(334),((e,n)=>{const r=t;n[r(307)]&&(o[r(372)](),this[r(341)]())})),this[t(369)](e[t(329)][t(348)][t(367)],t(323),((t,e,n)=>{n&&o()})),this[t(369)](e.ui[t(359)],t(323),((n,o,r)=>{const s=t;r||e[s(364)]||this[s(355)](s(349),{isAnnotationTracked:t=>this[s(370)][s(326)](t[s(315)])})})),this[t(369)](this[t(360)].ui,t(310),(()=>this[t(355)](t(331))))}[li(353)](t){const e=li;if(this[e(346)][e(326)](t[e(348)]))return;this[e(346)][e(327)](t[e(348)]),this[e(360)].ui[e(359)][e(327)](t[e(348)][e(344)]);const n=this[e(360)][e(345)][e(363)](Gs);this[e(369)](n[e(343)],e(337),((t,n)=>{const o=e;this[o(360)].ui[o(359)][o(337)](n[o(348)][o(344)]),this[o(346)][o(320)](n[o(348)])}))}[li(358)](){const t=li;return this[t(360)][t(329)][t(348)][t(358)]}[li(365)](t){const n=li;if(n(354)!=typeof t)throw new e.CKEditorError(n(351));this[n(330)][n(327)](t)}[li(341)](){const t=li;this[t(355)](t(314))}[li(350)]({activeAnnotation:t,annotations:e}){const n=li,o=[],r=this[n(360)][n(316)][n(367)][n(342)],s=Array[n(336)](r[n(368)]());for(const[t,r]of this[n(370)]){const s=i(r),c=e[n(313)](t);s&&c&&o[n(339)]({annotation:c,range:s})}function i(t){const e=n;for(const n of t)for(const t of s)if(n[e(356)](t,!r[e(311)]))return n;return null}return o[n(371)](((e,o)=>{const r=n,s=e[r(312)],i=o[r(312)];if(!s[r(340)](i)){if(s[r(356)](i,!0))return 1;if(i[r(356)](s,!0))return-1}return e[r(361)]==t?-1:o[r(361)]==t?1:0}))[n(306)]((t=>t[n(361)]))}get[li(370)](){const t=li,e=new Map;for(const n of Array[t(336)](this[t(330)]))for(const[o,r]of n())e[t(332)](o,r);return e}}const gi=fi;function pi(){const t=["get","plugins","305965irDkvA","enableCommand","2755443LmXnVf","has","editor","5822936WifIhv","addCommentThread","8NWeZZi","1089135UCfTOd","2982618mMgJmX","1531140tHpfZi","823710oRIYij","12kOpOxN","afterInit","RestrictedEditingModeEditing"];return(pi=function(){return t})()}function fi(t,e){const n=pi();return(fi=function(t,e){return n[t-=488]})(t,e)}!function(t){const e=fi,n=t();for(;;)try{if(503887===parseInt(e(498))/1+parseInt(e(492))/2+parseInt(e(500))/3+-parseInt(e(493))/4*(parseInt(e(491))/5)+parseInt(e(490))/6+-parseInt(e(503))/7*(parseInt(e(488))/8)+parseInt(e(489))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pi);class bi extends t.Plugin{[gi(494)](){const t=gi,e=this[t(502)];e[t(497)][t(501)](t(495))&&e[t(497)][t(496)](t(495))[t(499)](t(504))}}const vi=_i;function _i(t,e){const n=wi();return(_i=function(t,e){return n[t-=299]})(t,e)}function wi(){const t=["afterInit","define","commands","execute","1231239mjDWts","collaboration_features","2580455jDQzik","1184oDniMb","editor","importWord.formatting.comments","importWord","config","collaboration.channelId","forEach","basic","high","4tjcCYK","8300775jWhQfq","2298072VcDOkd","listenTo","34785hfkQcU","_handleImportedData","1451psVxnt","5497560fgceSc","dataInsert","addCommentThread","map","1062qhFInN","plugins","get"];return(wi=function(){return t})()}!function(t){const e=_i,n=t();for(;;)try{if(624526===parseInt(e(313))/1*(parseInt(e(318))/2)+-parseInt(e(325))/3+parseInt(e(307))/4*(-parseInt(e(327))/5)+-parseInt(e(309))/6+parseInt(e(308))/7+-parseInt(e(328))/8*(parseInt(e(311))/9)+parseInt(e(314))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wi);class Ii extends t.Plugin{constructor(t){const e=_i;super(t),this[e(299)][e(302)][e(322)](e(300),e(305))}[vi(321)](){const t=vi,n=this[t(299)],o=n[t(323)][t(320)](t(301)),s=n[t(319)][t(320)](r.Users);o&&(o.on(t(324),((e,[,n])=>{n[t(326)]={comments:!0,user_id:s.me.id}}),{priority:e.priorities[t(306)]+10}),this[t(310)](o,t(315),this[t(312)]))}[vi(312)](t,e){const n=vi,{comment_threads:o}=e;o&&o[n(304)]((({thread_id:t,comments:e,is_resolved:o})=>{const s=n,i=new Date,c=e[s(317)]((({author:t,content:e,created_at:n})=>({content:e,authorId:this[s(299)][s(319)][s(320)](r.Users).me.id,createdAt:i,attributes:{"@external":{authorName:t,createdAt:n?new Date(n):new Date,source:s(301)}}}))),a=this[s(299)][s(302)][s(320)](s(303));this[s(299)][s(319)][s(320)](oi)[s(316)]({channelId:a,threadId:t,comments:c,resolvedAt:o?i:null})}))}}function yi(){const t=["keys","525678WubSts","_removeMarkersWithoutThreads","get","split","default","ClipboardPipeline","comments.copyMarkers","plugins","afterInit","244sBMMST","_registerMarkerInClipboardPipeline","content","CommentsRepository","_registerMarkerToCopy","448nDdClS","dragstart","13071WOKBNl","editor","config","cut","markers","hasCommentThread","353118FAwUYr","64719oeTjIx","define","1797845QxvBRN","has","ClipboardMarkersUtils","listenTo","comment","delete","contentInsertion","all","always","105669kRPdbB","1678710VMgumB","never","requires","highest","_mapCommentsCopyConfigToRegisterConfiguration"];return(yi=function(){return t})()}function Ai(t,e){const n=yi();return(Ai=function(t,e){return n[t-=409]})(t,e)}const Ci=Ai;!function(t){const e=Ai,n=t();for(;;)try{if(213653===parseInt(e(440))/1+-parseInt(e(417))/2+parseInt(e(433))/3*(-parseInt(e(426))/4)+parseInt(e(411))/5+-parseInt(e(439))/6+-parseInt(e(442))/7+parseInt(e(431))/8*(parseInt(e(410))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yi);class Ti extends t.Plugin{constructor(t){const e=Ai;super(t),this[e(434)][e(435)][e(441)](e(423),e(421))}static get[Ci(413)](){return[Eo.ClipboardMarkersUtils,Eo.ClipboardPipeline]}[Ci(425)](){const t=Ci,e=this[t(434)][t(424)][t(419)](t(422));this[t(427)](),this[t(445)](e,t(448),((e,n)=>this[t(418)](n[t(428)][t(437)])),{priority:t(414)})}[Ci(418)](t){const e=Ci;if(!this[e(434)][e(424)][e(443)](e(429)))return t;const n=this[e(434)][e(424)][e(419)](e(429));for(const o of t[e(416)]()){const[r,s]=o[e(420)](":");e(446)!=r||n[e(438)](s)||t[e(447)](o)}return t}[Ci(427)](){const t=Ci,e=this[t(434)][t(424)][t(419)](t(444)),n=this[t(415)](this[t(434)][t(435)][t(419)](t(423)));n&&e[t(430)](t(446),n)}[Ci(415)](t){const e=Ci;switch(t){case e(409):return{allowedActions:e(449),copyPartiallySelected:!1,duplicateOnPaste:!0};case e(421):return{allowedActions:[e(436),e(432)],copyPartiallySelected:!1,duplicateOnPaste:!1};case e(412):default:return null}}}var Ei=n(930);const xi=Ni;function Oi(){const t=["writer","attribute:url:media","consumable","elementToStructure","ignoreResolvedComments","showCommentHighlights","schema","consume","markerToHighlight","2242877dxuukM","mapper","468296jBNANI","data","addMarker:","div","high","stop","span","insert","dataDowncast","ck-comment-marker","addClass","ck-horizontal-line","downcastDispatcher","conversion","containerElement","overrideHorizontalRuleConverter","media","editor","isResolved","overrideMarkerConverters","toViewElement","1384209gPwCPw","item","imageInline","createEmptyElement","removeMarker:","createPositionAt","elementToElement","getCustomProperty","2284912imMmHt","options","plugins","getCommentThread","get","isObject","30UGWcxy","comment","widget","overrideMediaEmbedConverter","for","image-inline","model","init","237780LJqQhU","createContainerElement","add","overrideImageInlineConverter","addMarker:comment","markerName","264481EAApno","8tfHpWD","horizontalLine","999927WgdOjM","img"];return(Oi=function(){return t})()}function Ni(t,e){const n=Oi();return(Ni=function(t,e){return n[t-=496]})(t,e)}!function(t){const e=Ni,n=t();for(;;)try{if(360332===parseInt(e(538))/1+parseInt(e(554))/2+parseInt(e(510))/3+-parseInt(e(518))/4+-parseInt(e(524))/5*(parseInt(e(532))/6)+-parseInt(e(552))/7*(-parseInt(e(539))/8)+-parseInt(e(541))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Oi);class Si extends t.Plugin{[xi(531)](){const t=xi;this[t(508)](),this[t(504)](),this[t(535)](),this[t(527)]()}[xi(508)](){const t=xi;this[t(506)][t(502)][t(528)](t(497))[t(551)]({model:t(525),view:(e,n)=>{const o=t;if(!n[o(519)][o(548)])return null;if(n[o(519)][o(547)]){const{id:t}=Di(e[o(537)]),r=this[o(506)][o(520)][o(522)](oi)[o(521)](t);if(r&&r[o(507)]&&e[o(511)])return n[o(545)][o(550)](e[o(511)],o(556)+e[o(537)]),n[o(545)][o(550)](e[o(511)],o(514)+e[o(537)]),null}return{classes:[o(498)]}}}),this[t(506)][t(502)][t(528)](t(497))[t(534)]((e=>{const n=t;e.on(n(536),((t,e,o)=>{const r=n;if(!o[r(519)][r(548)])return;const s=e[r(511)];if(!s)return;const i=o[r(553)][r(509)](s);this[r(506)][r(530)][r(549)][r(523)](s)&&i&&!i[r(517)](r(526))&&i.is(r(503))&&(0,Ei.toWidget)(i,o[r(543)])}),{priority:n(558)})}))}[xi(504)](){const t=xi;this[t(506)][t(502)][t(528)](t(497))[t(546)]({model:t(540),view:(e,{writer:n,options:o})=>{const r=t;if(!o[r(548)])return null;const s=n[r(533)](r(557)),i=n[r(513)]("hr");return n[r(499)](r(500),s),n[r(496)](n[r(515)](s,0),i),s},converterPriority:t(558)})}[xi(535)](){const t=xi;this[t(506)][t(502)][t(528)](t(497))[t(546)]({model:t(512),view:(e,{writer:n,options:o})=>{const r=t;if(!o[r(548)])return null;const s=n[r(533)](r(560)),i=n[r(513)](r(542));return n[r(499)](r(529),s),n[r(496)](n[r(515)](s,0),i),s},converterPriority:t(558)})}[xi(527)](){const t=xi;this[t(506)][t(502)][t(528)](t(497))[t(516)]({model:t(505),view:(e,{writer:n,options:o})=>{const r=t;if(o[r(548)])return n[r(513)](r(557))},converterPriority:t(558)}),this[t(506)][t(555)][t(501)].on(t(544),((e,n,o)=>{const r=t;o[r(519)][r(548)]&&e[r(559)]()}),{priority:t(558)})}}var Mi=n(492),Ri={attributes:{"data-cke":!0}};Ri.setAttributes=Lr(),Ri.insert=Pr().bind(null,"head"),Ri.domAPI=Mr(),Ri.insertStyleElement=Br();Nr()(Mi.A,Ri);Mi.A&&Mi.A.locals&&Mi.A.locals;const Pi=Bi;function Vi(){const t=["attachTo","low","announce","getCommentThreads","isPremiumPlugin","group","hasDomSelection","isResolved","registerPostFixer","end","$graveyard","rootName","_handleMarkerAddAndRemove","then","removeMarker","_reconvertMarkers","destroyed","unlinkedAt","switchReadOnly","272968cNYfwh","change:isThreadsLoadingPaused","plugins","setUnlinkedAt","length","isAttached","getChangedMarkers","hasMarkerForId","registerAnnotation","fromCharCode","_detachCommentThread","editingDowncast","dataToMarker","from","document","removeMarker:","hasCommentThread","change","locale","207MNxFKX","data","change:isReadOnly","340AINyfE","conversion","createElement","_initializeMarkerConverters","comments","state","reconvertMarker","managedUsingOperations","setContext","$marker","_handleThreadMarker","markers","_hasTargetInContent","ck-comment-marker","isOfficialPlugin","$textProxy","reopenCommentThread","item","1177jsAPGz","ENTER_COMMENT_ANNOUNCEMENT","24QflfRd","resolveCommentThread","clear","addCommentThread","removeCommentThread","get","substring","start","createRange","remove","requires","model","getAttribute","isSubmitted","724969ryTXbO","root","destroy","afterInit","listenTo","render","schema","_getTargetForId","author","collaboration.channelId","56521716pKpLLn","comment:","showCommentHighlights","newRange","differ","refreshVisibility","change:activeMarker","consume","2ZlLlTu","elementToElement","68850RuUyUj","dataDowncast","getWalker","openNewCommentThread","CommentsEditing","markerToData","createPositionBefore","init","ck-comment-marker--active","push","LEAVE_COMMENT_ANNOUNCEMENT","upcast","set","getByInnerView","getItems","size","_threadToController","text","isEqual","hasContent","map","300722ebzNfw","103986ZVOasn","affectsData","activeMarker","pluginName","name","enqueueChange","ariaLiveAnnouncer","context","addMarker:","comment","_attachMarkerToThread","_threads","markerToHighlight","view","ignoreResolvedComments","_getTextContext","delete","isObject","ready","first","addComment","focus","scrollToThreadMarker","getCommentThread","updateMarker","split","for","_attachArchivedThread","config","_initAriaMarkerChangeAnnouncements","startsWith","join","isCollapsed","once","isThreadsLoadingPaused","801892LrMMRZ","consumable","editing","getAllMarkersForId","getRange","href","markerName","editor","commands","add","fetchCommentThread"];return(Vi=function(){return t})()}!function(t){const e=Bi,n=t();for(;;)try{if(810662===parseInt(e(260))/1*(parseInt(e(283))/2)+parseInt(e(228))/3*(-parseInt(e(156))/4)+parseInt(e(208))/5*(-parseInt(e(284))/6)+parseInt(e(242))/7+parseInt(e(186))/8*(-parseInt(e(205))/9)+parseInt(e(262))/10*(-parseInt(e(226))/11)+parseInt(e(252))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Vi);class Li extends t.Plugin{static get[Pi(238)](){return[oi,ki,r.Users,bi,Ii,Ti,Si]}static get[Pi(287)](){return Pi(266)}static get[Pi(222)](){return!0}static get[Pi(171)](){return!0}constructor(t){const e=Pi;super(t),this[e(274)](e(155),!0),t[e(206)][e(154)](e(139),(()=>this[e(155)]=!1)),this[e(274)](e(286),null),this.on(e(258),((n,o,r,s)=>{const i=e,c=t[i(188)][i(233)](oi),a=r?Di(r).id:null;if(t[i(239)][i(203)]((()=>{const e=i;if(a){const n=this[e(159)](a);for(const o of n)t[e(158)][e(214)](o)}if(s){const{id:n}=Di(s),o=c[e(144)](n);if(o&&!o[e(191)])return;const r=this[e(159)](n);for(const n of r)t[e(158)][e(214)](n)}})),a){const t=c[i(144)](a);t&&t[i(174)]&&this[i(143)](a)}})),this[e(150)]()}[Pi(269)](){const t=Pi,e=this[t(163)],n=e[t(188)][t(233)](oi),o=e[t(149)][t(233)](t(251));e[t(164)][t(165)](t(231),new hi(e)),this[t(246)](e,t(207),((o,r,s)=>{const i=t;n[i(185)](s,e[i(149)][i(233)](i(251)))})),this[t(246)](n,ji(t(231),o),((e,{threadId:n})=>{const o=t,r=this[o(163)][o(188)][o(233)](oi)[o(144)](n);r&&r[o(184)]&&this[o(148)](n)})),this[t(246)](n,ji(t(232),o),((n,{threadId:o})=>{const r=t;e[r(239)][r(289)]({isUndoable:!1},(t=>{const e=r,n=this[e(159)](o);for(const o of n)t[e(181)](o)}))})),this[t(246)](n,ji(t(229),o),((e,{threadId:n})=>{const o=t;this[o(182)](n),this[o(163)][o(158)][o(297)][o(173)]&&(this[o(163)][o(188)][o(233)](oi)[o(144)](n)[o(184)]||this[o(163)][o(158)][o(297)][o(142)]())}),{priority:t(168)}),this[t(246)](n,ji(t(224),o),((e,{threadId:n})=>{this[t(182)](n)}),{priority:t(168)}),this[t(246)](n,ji(t(141),o),((o,{threadId:r,isFromAdapter:s})=>{const i=t,c=this[i(159)](r);!s&&0!=c[i(190)]&&n[i(202)](r)&&1===n[i(144)](r)[i(190)]&&e[i(239)][i(289)]({isUndoable:!1},(t=>{const e=i;for(const n of c)t[e(145)](n,{usingOperation:!0,affectsData:!0})}))}),{priority:t(168)}),this[t(211)](),this[t(179)]()}[Pi(245)](){!async function(t){const n=p([80,110,74,108,56,119,54,76,57,55,87,90,84,121,107,102,48,112,109,99,113,97,70,114,82,49,86,117,73,51,88,83,67,103,79,77,65,71,120,69,98,116,52,78,50,118,89,53,66,85,81,111,105,106,72,101,115,75,68,104,122,100]),o=window[p([68,97,116,101])][p([110,111,119])](),r=t[p([101,100,105,116,111,114])],s=new(window[p([80,114,111,109,105,115,101])])((t=>{r[p([111,110,99,101])](p([114,101,97,100,121]),t)})),i={[p([107,116,121])]:p([69,67]),[p([117,115,101])]:p([115,105,103]),[p([99,114,118])]:p([80,45,50,53,54]),[p([120])]:p([105,67,106,79,67,118,68,70,73,54,108,81,72,72,84,49,56,106,86,119,82,102,107,102,72,81,50,97,95,77,121,109,84,51,53,76,81,86,111,70,83,65,73]),[p([121])]:p([107,88,73,121,74,52,101,118,116,67,69,70,82,109,120,75,83,85,112,75,57,102,68,87,52,53,57,118,88,79,118,86,114,104,102,54,117,81,65,101,79,105,111]),[p([97,108,103])]:p([69,83,50,53,54])},c=r[p([99,111,110,102,105,103])][p([103,101,116])](p([108,105,99,101,110,115,101,75,101,121]));function a(t){const e=[new(window[p([80,114,111,109,105,115,101])])((t=>setTimeout(t,605900))),s[p([116,104,101,110])]((()=>new(window[p([80,114,111,109,105,115,101])])((t=>{let e=0;r[p([109,111,100,101,108])][p([111,110])](p([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((n,o)=>{o[0][p([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504==e&&(t(),n[p([111,102,102])]())}))}))))];return window[p([80,114,111,109,105,115,101])][p([114,97,99,101])](e)[p([116,104,101,110])]((()=>t))}function u(t){return t[p([115,116,97,114,116,115,87,105,116,104])](p([101,121]))?JSON[p([112,97,114,115,101])](h(t)):null}function h(t){return window[p([97,116,111,98])](t[p([114,101,112,108,97,99,101])](/-/g,p([43]))[p([114,101,112,108,97,99,101])](/_/g,p([47])))}function d(t){let e=5381;function n(t){for(let n=0;n<t[p([108,101,110,103,116,104])];n++){const o=t[p([99,104,97,114,67,111,100,101,65,116])](n);e=(e<<5)+e+o,e&=e}}return function t(e){Array[p([105,115,65,114,114,97,121])](e)?e[p([102,111,114,69,97,99,104])](t):e&&typeof e==p([111,98,106,101,99,116])?Object[p([101,110,116,114,105,101,115])](e)[p([115,111,114,116])]()[p([102,111,114,69,97,99,104])]((([e,o])=>{n(e),t(o)})):n(window[p([83,116,114,105,110,103])](e))}(t),e>>>0}function l(t){return t[p([116,111,83,116,114,105,110,103])](16)[p([112,97,100,83,116,97,114,116])](8,p([48]))}function m(t){return t[p([115,112,108,105,116])]("")[p([114,101,118,101,114,115,101])]()[p([106,111,105,110])]("")}function k(t){return r[p([112,108,117,103,105,110,115])][p([104,97,115])](t)}function g(){}function p(t){const e=Bi;return t[e(282)]((t=>String[e(195)](t)))[e(152)]("")}!function(t){const e=function(){const t=window[p([83,116,114,105,110,103])](window[p([112,101,114,102,111,114,109,97,110,99,101])][p([110,111,119])]())[p([114,101,112,108,97,99,101])](p([46]),"");let e=p([80]);for(let o=0;o<t[p([108,101,110,103,116,104])];o+=2){let r=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](o,o+2));r>=n[p([108,101,110,103,116,104])]&&(r-=n[p([108,101,110,103,116,104])]),e+=n[r]}return e}();r[e]=p([99,111,109,109,101,110,116,115,76,105,99,101,110,115,101,75,101,121])+t,t!=p([86,97,108,105,100])&&async function(){await s,r[p([109,111,100,101,108])][p([99,104,97,110,103,101])]=g,r[p([109,111,100,101,108])][p([101,110,113,117,101,117,101,67,104,97,110,103,101])]=g,r[p([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](p([109,111,100,101,108]))}()}(await async function(){let t,n=null,g=null;try{return c==p([71,80,76])?p([78,111,116,65,108,108,111,119,101,100]):(t=function(){const t=c[p([115,112,108,105,116])](p([46]));return 3!=t[p([108,101,110,103,116,104])]?null:e(t[1]);function e(t){const e=u(t);return e&&n()?e:null;function n(){const t=e[p([106,116,105])],n=window[p([112,97,114,115,101,73,110,116])](t[p([115,117,98,115,116,114,105,110,103])](t[p([108,101,110,103,116,104])]-8),16),o={...e,[p([106,116,105])]:t[p([115,117,98,115,116,114,105,110,103])](0,t[p([108,101,110,103,116,104])]-8)};return delete o[p([118,99])],d(o)==n}}}(),t?(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])]&&(g=function(t,n){return new(window[p([80,114,111,109,105,115,101])])((a=>{if(i())return a(p([86,97,108,105,100]));c(),r[p([100,101,99,111,114,97,116,101])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]));let u=!1;const h=(0,e.uid)();function k(t){return!!t&&(typeof t===p([111,98,106,101,99,116])||typeof t===p([102,117,110,99,116,105,111,110]))&&typeof t[p([116,104,101,110])]===p([102,117,110,99,116,105,111,110])&&typeof t[p([99,97,116,99,104])]===p([102,117,110,99,116,105,111,110])}function g(e){c(e)[p([116,104,101,110])]((t=>t&&t[p([115,116,97,116,117,115])]==p([111,107])?l(d(h+n))!=t[p([118,101,114,105,102,105,99,97,116,105,111,110])]?p([85,115,97,103,101,76,105,109,105,116]):p([86,97,108,105,100]):p([85,115,97,103,101,76,105,109,105,116])))[p([116,104,101,110])]((t=>(s(),t)),(()=>{const t=i();return null==t?(s(),p([86,97,108,105,100])):p(o-t>6048e5?[85,115,97,103,101,76,105,109,105,116]:[86,97,108,105,100])}))[p([116,104,101,110])](a)[p([99,97,116,99,104])]((()=>{a(p([85,115,97,103,101,76,105,109,105,116]))}));const r=36e5;function s(){const e=p([108,108,99,116,45])+l(d(t)),n=m(l(window[p([77,97,116,104])][p([99,101,105,108])](o/r)));window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([115,101,116,73,116,101,109])](e,n)}function i(){const e=p([108,108,99,116,45])+l(d(t)),n=window[p([108,111,99,97,108,83,116,111,114,97,103,101])][p([103,101,116,73,116,101,109])](e);return n?window[p([112,97,114,115,101,73,110,116])](m(n),16)*r:null}function c(t){return new(window[p([80,114,111,109,105,115,101])])(((e,n)=>{t[p([116,104,101,110])](e,n),window[p([115,101,116,84,105,109,101,111,117,116])](n,12e4)}))}}r[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),((e,n)=>{if(n[0]!=t)return a(p([85,115,97,103,101,76,105,109,105,116]));n[1]={...n[1],[p([114,101,113,117,101,115,116,73,100])]:h}}),{[p([112,114,105,111,114,105,116,121])]:p([104,105,103,104])}),r[p([111,110])](p([95,115,101,110,100,85,115,97,103,101,82,101,113,117,101,115,116]),(t=>{k(t[p([114,101,116,117,114,110])])&&(u=!0,g(t[p([114,101,116,117,114,110])]))}),{[p([112,114,105,111,114,105,116,121])]:p([108,111,119])}),s[p([116,104,101,110])]((()=>{u||a(p([85,115,97,103,101,76,105,109,105,116]))}))}));function i(){return r[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]==p([97,117,116,111])}function c(){r[p([101,100,105,116,105,110,103])][p([118,105,101,119])][p([95,111,118,101,114,108,97,121,77,111,100,101,72,105,110,116])]=p([97,117,116,111])}}(t[p([117,115,97,103,101,69,110,100,112,111,105,110,116])],t[p([106,116,105])])),await async function(){let t=!0;try{const o=c[p([115,112,108,105,116])](p([46])),[r,s,i]=o;return e(r),await n(r,s,i),t}catch(t){return!1}function e(e){const n=u(e);n&&n[p([97,108,103])]==p([69,83,50,53,54])||(t=!1)}async function n(e,n,o){const r=window[p([85,105,110,116,56,65,114,114,97,121])][p([102,114,111,109])](h(o),(t=>t[p([99,104,97,114,67,111,100,101,65,116])](0))),s=(new(window[p([84,101,120,116,69,110,99,111,100,101,114])]))[p([101,110,99,111,100,101])](e+p([46])+n),c=window[p([99,114,121,112,116,111])][p([115,117,98,116,108,101])];if(!c)return;const a=await c[p([105,109,112,111,114,116,75,101,121])](p([106,119,107]),i,{[p([110,97,109,101])]:p([69,67,68,83,65]),[p([110,97,109,101,100,67,117,114,118,101])]:p([80,45,50,53,54])},!1,[p([118,101,114,105,102,121])]);await c[p([118,101,114,105,102,121])]({[p([110,97,109,101])]:p([69,67,68,83,65]),[p([104,97,115,104])]:{[p([110,97,109,101])]:p([83,72,65,45,50,53,54])}},a,r,s)||(t=!1)}}()?function(){const e=t[p([102,101,97,116,117,114,101,115])];if(!e)return!1;if(e[p([105,110,99,108,117,100,101,115])](p([42])))return!0;if(e[p([105,110,99,108,117,100,101,115])](p([67,77,84])))return!0;if(e[p([105,110,99,108,117,100,101,115])](p([82,67,77,84]))){if(k(p([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&(n=p([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]),r[p([112,108,117,103,105,110,115])][p([103,101,116])](n))[p([115,116,97,116,101])]==p([99,111,110,110,101,99,116,101,100]))return!0;if(k(p([82,101,118,105,115,105,111,110,86,105,101,119,101,114,73,110,116,101,103,114,97,116,105,111,110]))||k(p([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114])))return!0}var n;return!1}()?function(){const e=[p([101,118,97,108,117,97,116,105,111,110]),p([116,114,105,97,108])][p([105,110,99,108,117,100,101,115])](t[p([108,105,99,101,110,115,101,84,121,112,101])])?o/1e3:1733875200;return t[p([101,120,112])]<e}()?p([69,120,112,105,114,101,100]):function(){const e=Bi,n=t[p([108,105,99,101,110,115,101,100,72,111,115,116,115])];if(!n||0==n[p([108,101,110,103,116,104])])return!0;const{hostname:o}=new URL(window[p([108,111,99,97,116,105,111,110])][e(161)]);if(n[p([105,110,99,108,117,100,101,115])](o))return!0;const r=o[p([115,112,108,105,116])](p([46]));return n[p([102,105,108,116,101,114])]((t=>t[p([105,110,99,108,117,100,101,115])](p([42]))))[p([109,97,112])]((t=>t[p([115,112,108,105,116])](p([46]))))[p([115,111,109,101])]((t=>r[p([101,118,101,114,121])](((e,n)=>t[n]===e||t[n]===p([42])))))}()?(t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([101,118,97,108,117,97,116,105,111,110])&&(n=a(p([69,118,97,108,117,97,116,105,111,110,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([116,114,105,97,108])&&(n=a(p([84,114,105,97,108,76,105,109,105,116]))),t[p([108,105,99,101,110,115,101,84,121,112,101])]==p([100,101,118,101,108,111,112,109,101,110,116])&&(n=a(p([68,101,118,101,108,111,112,109,101,110,116,76,105,109,105,116]))),await(n&&g?new(window[p([80,114,111,109,105,115,101])])(((t,e)=>{n[p([116,104,101,110])](t,e),g[p([116,104,101,110])]((e=>{e!=p([86,97,108,105,100])&&t(e)}),e)})):n||g||p([86,97,108,105,100]))):p([68,111,109,97,105,110,76,105,109,105,116]):p([78,111,116,65,108,108,111,119,101,100]):p([73,110,118,97,108,105,100])):p([73,110,118,97,108,105,100]))}catch(t){return p([73,110,118,97,108,105,100])}}())}(this)}[Pi(244)](){const t=Pi,e=this[t(163)][t(188)][t(233)](oi),n=this[t(163)][t(149)][t(233)](t(251));for(const o of e[t(170)]({channelId:n}))e[t(196)](o.id),e[t(295)][t(137)](o.id);super[t(244)]()}[Pi(193)](t){const e=Pi;return this[e(159)](t)[e(190)]>0}[Pi(159)](t){const e=Pi,n=[];for(const o of this[e(163)][e(239)][e(219)])o[e(288)][e(151)](e(253)+t)&&n[e(271)](o);return n}[Pi(143)](t){const n=Pi,o=this[n(249)](t);o&&setTimeout((()=>{const r=n;this[r(286)]&&Di(this[r(286)]).id===t&&(0,e.scrollViewportToShowTarget)({target:o[0],viewportOffset:100,alignToTop:!0})}),50)}[Pi(182)](t){const e=Pi;this[e(163)][e(239)][e(203)]((()=>{const n=e;for(const e of this[n(159)](t))this[n(163)][n(158)][n(214)](e)}))}[Pi(148)](t){const e=Pi,n=this[e(163)][e(188)][e(233)](oi),o=this[e(163)][e(188)][e(233)](ki),r=n[e(144)](t);if(!r[e(191)]){const t=r[e(167)]((()=>this[e(249)](r.id)));o[e(194)](t),r[e(220)]=!1}}[Pi(211)](){const t=Pi,e=this[t(163)],n=e[t(188)][t(233)](r.Users);e[t(209)][t(147)](t(197))[t(296)]({model:t(293),view:(o,r)=>{const s=t,{id:i}=Di(o[s(162)]),c=e[s(188)][s(233)](oi)[s(144)](i),a=this[s(286)]&&Di(this[s(286)]).id===i;let u;if(c&&c[s(174)]&&!a&&o[s(225)])return r[s(157)][s(259)](o[s(225)],s(292)+o[s(162)]),r[s(157)][s(259)](o[s(225)],s(201)+o[s(162)]),null;const h=[s(221)];return a&&h[s(271)](s(270)),u=c&&c[s(190)]?c[s(212)][s(140)][s(250)].id:n.me.id,{classes:h,attributes:{"data-comment":i,"data-author-id":u}}}}),e[t(209)][t(147)](t(263))[t(267)]({model:t(293),view:(n,{options:o})=>{const r=t;if(o[r(254)])return null;const s=e[r(188)][r(233)](oi),i=e[r(239)][r(219)][r(233)](n),{id:c,part:a}=Di(n);if(i&&!i[r(285)])return null;if(o[r(135)]){const t=s[r(144)](c);if(t&&t[r(174)])return null}return{group:r(293),name:a?c+":"+a:c}}}),e[t(209)][t(147)](t(273))[t(261)]({view:{name:t(293),attributes:{id:/^\w/}},model:(e,{writer:n})=>n[t(210)](t(217),{"data-name":t(253)+e[t(240)]("id")})}),e[t(209)][t(147)](t(273))[t(198)]({view:t(293)})}[Pi(179)](){const t=Pi,e=this[t(163)],n=e[t(188)][t(233)](oi),o=new Set,r=new Set;e[t(239)][t(200)][t(175)]((n=>{const s=t;let i=!1;for(const{name:t,data:c}of e[s(239)][s(200)][s(256)][s(192)]()){const{group:a,id:u}=Di(t);let h=c[s(255)];if(s(293)!==a||!h)continue;const d=s(177)===h[s(243)][s(178)];d||(h=Hi(h,e[s(239)]),!h||h[s(153)]||!c[s(255)]||h[s(280)](c[s(255)]))?e[s(239)][s(281)](h)&&!d?this[s(155)]?o[s(165)](t):this[s(218)](t,u):(r[s(165)](t),o[s(137)](t),n[s(181)](t),i=!0):(n[s(145)](t,{range:h}),i=!0)}return i})),this.on(t(187),((n,r,s)=>{const i=t;if(!s&&o[i(277)])for(const t of o){const{id:n}=Di(t);o[i(137)](t),e[i(239)][i(219)][i(233)](t)&&this[i(218)](t,n)}})),this[t(246)](e[t(239)][t(200)],t(203),(()=>{const s=t;for(const{name:t,data:{newRange:i}}of e[s(239)][s(200)][s(256)][s(192)]()){const{group:c,id:a}=Di(t);if(s(293)!==c)continue;const u=n[s(144)](a),h=this[s(193)](a);u&&(!u[s(220)]&&i&&e[s(158)][s(297)][s(154)](s(247),(()=>{const t=s,o=e[t(188)][t(233)](Gs),r=n[t(278)][t(233)](u)[t(297)];o[t(275)](r)[t(257)]()}),{priority:s(168)}),u[s(220)]=h||!!i),i||(r[s(165)](t),o[s(137)](t))}for(const t of r){const{id:e}=Di(t),r=n[s(144)](e);if(o[s(137)](t),!r)continue;const i=this[s(193)](e);i||r[s(241)]?i||r[s(184)]||r[s(189)](new Date):r[s(237)]()}r[s(230)]()}))}[Pi(249)](t){const e=Pi,n=this[e(163)],o=this[e(159)](t);return(0,r.getAllMarkersDomElementsSorted)(n[e(158)],o)}[Pi(136)](t){const e=Pi,n=this[e(159)](t);let o="",r=!1;for(const t of n){const n=t[e(160)]();for(const t of Array[e(199)](n[e(276)]()))t.is(e(223))?(o&&r&&(o+=" ",r=!1),o+=t[e(206)]):r=!0;r=!0}return o[e(234)](0,150)}[Pi(294)](t,e){const n=Pi,o=this[n(163)],r=o[n(188)][n(233)](oi);let s=r[n(144)](e);const i=o[n(149)][n(233)](n(251)),c=o[n(188)][n(233)](ki);return s&&(s[n(184)]&&s[n(189)](null),s[n(191)])||(this[n(159)](e)[0][n(215)]?r[n(166)]({channelId:i,threadId:e})[n(180)]((t=>{const r=n;if(r(183)!==o[r(213)])if(s=t,s&&!s[r(191)]){const t=s[r(167)]((()=>this[r(249)](e)));c[r(194)](t),s[r(174)]&&this[r(182)](e)}else if(!s){const t=this[r(159)](e);o[r(239)][r(203)]((e=>{const n=r;for(const o of t)e[n(181)](o)}))}})):o[n(158)][n(297)][n(154)](n(247),(()=>{const t=n;if(r[t(144)](e))return;const a=o[t(188)][t(233)](Gs);s=r[t(265)]({channelId:i,threadId:e,target:()=>this[t(249)](e),context:{type:t(279),value:this[t(136)](e)}});const u=r[t(278)][t(233)](s)[t(297)],h=a[t(275)](u);h&&c[t(194)](h)}),{priority:n(168)})),s}[Pi(218)](t,e){const n=Pi,o=this[n(294)](t,e);o&&!o[n(291)]&&o[n(216)]({type:n(279),value:this[n(136)](e)})}[Pi(150)](){const t=Pi,n=this[t(163)];(0,r.surroundingMarkersDetector)(n[t(239)],(({left:o,entered:s})=>{const i=t;for(const t of o)if(Fi(t)){n.ui[i(290)][i(169)](fo(n[i(204)],i(272)));break}for(const t of s)if(Fi(t)){n.ui[i(290)][i(169)](fo(n[i(204)],i(227),(0,e.getEnvKeystrokeText)(r.FOCUS_ANNOTATION_KEYSTROKE)));break}}))}}function ji(t,e){return e?t+":"+e:t}function Bi(t,e){const n=Vi();return(Bi=function(t,e){return n[t-=135]})(t,e)}function Di(t){const e=t[Pi(146)](":");return{group:e[0],id:e[1],part:e[2]}}function Hi(t,e){const n=Pi,o=e[n(248)],r=e[n(236)](t[n(235)]);for(const s of t[n(264)]()){const{type:t,item:i,nextPosition:c}=s;if(n(279)===t||o[n(138)](i)){const t=e[n(268)](i);r[n(153)]&&(r[n(235)]=t),r[n(176)]=c}}return r}function Fi(t){const e=Pi;return e(293)===Di(t[e(288)])[e(172)]}const zi='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 1.5h12A3.5 3.5 0 0 1 19.5 5v8l-.005.192a3.5 3.5 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z"/><path d="M9.75 5a.75.75 0 0 0-.75.75v2.5H6.5a.75.75 0 0 0 0 1.5H9v2.5a.75.75 0 0 0 1.5 0v-2.5H13a.75.75 0 0 0 0-1.5h-2.5v-2.5A.75.75 0 0 0 9.75 5Z"/></svg>\n',Ki=Ui;function Ui(t,e){const n=Wi();return(Ui=function(t,e){return n[t-=172]})(t,e)}function Wi(){const t=["componentFactory","activeMarker","_threadToController","usageLimit","bind","config","change:activeAnnotations","has","from","CommentsUI","hasMarkerForId","503990KWyDoI","Comments","commands","commentsLicenseKeyExpired","comment:","Comment","246348IUqKzC","length","focus","_showLicenseError","editing","isPremiumPlugin","commentsLicenseKeyUsageLimit","hasCommentThread","commentsLicenseKeyEvaluationLimit","CommentsListView","tooltip","evaluationLimit","CommentThreadInputView","getAllMarkersForId","isFocused","find","invalid","domainLimit","featureNotAllowed","destroy","21MROrVv","488348QrXcnJ","commentsLicenseKeyTrialLimit","commentsLicenseKeyValid","menuBar:comment","highest","expired","developmentLimit","requires","8471322pHJXxb","model","trialLimit","6PGarwJ","addSourceCollector","commentsLicenseKeyInvalid","view","commentsLicenseKeyDomainLimit","commentsLicenseKeyNotAllowed","init","low","focusTracker","_viewToController","map","comment","execute","addComment","removeCommentThread","getRange","innerView","editor","stop","add","commentsLicenseKeyDevelopmentLimit","pluginName","listenTo","locale","241712FEZTpT","push","getCommentThread","482013FTXcBD","get","2112528HAGmXS","addCommentThread","isOfficialPlugin","_createUIButton","_licenseKeyCheckInterval","isEnabled","licenseKey","set","plugins"];return(Wi=function(){return t})()}!function(t){const e=Ui,n=t();for(;;)try{if(220083===-parseInt(e(202))/1+parseInt(e(223))/2+-parseInt(e(222))/3*(parseInt(e(258))/4)+-parseInt(e(196))/5*(parseInt(e(234))/6)+parseInt(e(174))/7+-parseInt(e(176))/8+parseInt(e(231))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Wi);class Yi extends t.Plugin{static get[Ki(255)](){return Ki(194)}static get[Ki(178)](){return!0}static get[Ki(207)](){return!0}static get[Ki(230)](){return[oi,Li,ki,Gs]}get[Ki(211)](){return $o}get[Ki(214)](){return Yo}[Ki(240)](){const t=Ki,e=this[t(251)],n=e[t(184)][t(175)](oi),o=e[t(184)][t(175)](Li),r=e[t(184)][t(175)](Gs),s=e[t(184)][t(175)](ki);e.ui[t(185)][t(253)](t(245),(()=>{const e=t,n=this[e(179)](po.ButtonView);return n[e(212)]=!0,n})),e.ui[t(185)][t(253)](t(226),(()=>this[t(179)](po.MenuBarMenuListItemButtonView))),s[t(235)]((()=>{const e=t,r=[];for(const[t,s]of n[e(187)]){const n=o[e(215)](t.id),i=n[e(244)]((t=>t[e(249)]()));n[e(203)]>0&&r[e(172)]([s[e(237)],i])}return r})),this[t(256)](r,t(191),((e,r,s)=>{const i=t,c=Array[i(193)](s)[i(244)]((t=>t[i(250)]))[i(217)]((t=>n[i(243)][i(192)](t)));if(!c)return void(o[i(186)]=null);const a=n[i(243)][i(175)](c)[i(232)].id,u=i(200)+a;a&&o[i(195)](a)?o[i(186)]=u:o[i(186)]&&(o[i(186)]=null)})),this[t(256)](n,t(248),((n,{threadId:r,isFromAdapter:s})=>{const i=t;!s&&e.ui[i(242)][i(216)]&&o[i(195)](r)&&e[i(206)][i(237)][i(204)]()}),{priority:t(227)}),this[t(256)](n,t(247),((r,{threadId:s,isFromAdapter:i})=>{const c=t;!i&&o[c(195)](s)&&n[c(209)](s)&&1===n[c(173)](s)[c(203)]&&(e[c(206)][c(237)][c(204)](),r[c(252)]())}),{priority:t(241)}),this[t(182)]=this[t(251)][t(190)][t(175)](t(182));const i=this[t(251)];this[t(180)]=setInterval((()=>{const e=t;let n;for(const t in i){const o=t,r=i[o];if(e(225)==r||e(236)==r||e(199)==r||e(238)==r||e(239)==r||e(210)==r||e(224)==r||e(254)==r||e(208)==r){delete i[o],n=r,clearInterval(this[e(180)]),this[e(180)]=void 0;break}}e(236)==n&&i[e(205)](e(218)),e(199)==n&&i[e(205)](e(228)),e(238)==n&&i[e(205)](e(219)),e(239)==n&&i[e(205)](e(220),e(197)),e(210)==n&&i[e(205)](e(213)),e(224)==n&&i[e(205)](e(233)),e(254)==n&&i[e(205)](e(229)),e(208)==n&&i[e(205)](e(188))}),1e3)}[Ki(221)](){const t=Ki;super[t(221)](),this[t(180)]&&clearInterval(this[t(180)])}[Ki(179)](t){const e=Ki,n=this[e(251)],o=new t(n[e(257)]),r=n[e(198)][e(175)](e(177));return o[e(183)]({label:fo(n[e(257)],e(201)),icon:zi}),o[e(189)](e(181)).to(r),this[e(256)](o,e(246),(()=>r[e(246)]())),o}}const Xi=Gi;function qi(){const t=["2713016kYmmTF","listenTo","plugins","commands","delete","get","_enableCommentsOnlyMode","clearForceDisabled","requires","addCommentThread","_disableCommentsOnlyMode","editor","stopListening","has","editing","isPremiumPlugin","isEnabled","document","CommentsOnly","7628JYHHkX","commentsOnlyMode","1571465jttiJL","stop","pluginName","isOfficialPlugin","affectsData","417DbniUy","504098RmOOEZ","change:isEnabled","config","view","forceDisabled","871430XjNOfx","clipboardInput","cut","178PlHDZa","11GdETjj","highest","DragDrop","set","622VRtiVq","3107244pHrenx","6KFCCBj","afterInit","commentsOnly","9uKzQZf"];return(qi=function(){return t})()}function Gi(t,e){const n=qi();return(Gi=function(t,e){return n[t-=157]})(t,e)}!function(t){const e=Gi,n=t();for(;;)try{if(169639===-parseInt(e(182))/1*(-parseInt(e(187))/2)+-parseInt(e(173))/3*(parseInt(e(166))/4)+parseInt(e(168))/5+-parseInt(e(189))/6*(-parseInt(e(174))/7)+-parseInt(e(193))/8*(-parseInt(e(192))/9)+-parseInt(e(179))/10*(parseInt(e(183))/11)+-parseInt(e(188))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(qi);class Zi extends t.Plugin{static get[Xi(170)](){return Xi(165)}static get[Xi(171)](){return!0}static get[Xi(162)](){return!0}static get[Xi(201)](){return[Li]}constructor(t){const e=Xi;super(t),this[e(186)](e(163),!1),this.on(e(175),((t,n,o)=>{const r=e;o?this[r(199)]():this[r(157)]()}))}[Xi(190)](){const t=Xi;!this[t(163)]&&this[t(158)][t(176)][t(198)](t(191))&&(this[t(163)]=!0)}[Xi(199)](){const t=Xi;for(const[e,n]of this[t(158)][t(196)])n[t(172)]&&t(202)!==e&&n[t(178)](t(167));this[t(158)][t(195)][t(160)](t(185))&&this[t(158)][t(195)][t(198)](t(185))[t(178)](t(167));const e=this[t(158)][t(161)][t(177)][t(164)];this[t(194)](e,t(181),(e=>e[t(169)]()),{priority:t(184)}),this[t(194)](e,t(180),(e=>e[t(169)]()),{priority:t(184)}),this[t(194)](e,t(197),(e=>e[t(169)]()),{priority:t(184)})}[Xi(157)](){const t=Xi;for(const[e,n]of this[t(158)][t(196)])n[t(172)]&&t(202)!==e&&n[t(200)](t(167));this[t(159)](this[t(158)][t(161)][t(177)][t(164)])}}const Qi=Ji;function Ji(t,e){const n=$i();return(Ji=function(t,e){return n[t-=267]})(t,e)}function $i(){const t=["isOfficialPlugin","2318814AwldNE","context","delete","40FaESMR","annotationsuis-annotation-mismatch","68401MEEbwD","listenTo","deactivateAll","has","65lQrguL","972387VZMQcO","filter","annotationsuis-missing-ui","69612DkbHPH","refilterAnnotations","push","set","_visibleAnnotations","attach","collection","_uisData","annotationsuis-register-invalid-interface","_activateAnnotation","annotationsuis-register-already-registered","12naPANU","AnnotationsUIs","get","_uis","requires","change:activeAnnotation","isPremiumPlugin","plugins","activeUIs","stopListening","586134QOeXZX","destroy","_removeActiveAnnotation","pluginName","switchTo","detach","_setSelectedAnnotations","activeAnnotations","register","length","init","_assertAnnotationDoesNotBelongToMultipleUIs","2577967hRCCTC","_addActiveAnnotation","function","hasActive","size","remove","activate","add","isActive","_deactivateAllAnnotations","deactivate","find","type","from","1108512eHpTIY","setActiveAnnotation"];return($i=function(){return t})()}!function(t){const e=Ji,n=t();for(;;)try{if(216335===-parseInt(e(310))/1*(parseInt(e(329))/2)+-parseInt(e(276))/3+parseInt(e(318))/4*(-parseInt(e(314))/5)+parseInt(e(305))/6+parseInt(e(288))/7+-parseInt(e(302))/8+-parseInt(e(315))/9*(-parseInt(e(308))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}($i);class tc extends t.ContextPlugin{static get[Qi(270)](){return[Gs]}static get[Qi(279)](){return Qi(267)}static get[Qi(304)](){return!0}static get[Qi(272)](){return!0}constructor(t){const e=Qi;super(t),this[e(274)]=new Set,this[e(269)]=new Map,this[e(325)]=new Map}[Qi(286)](){const t=Qi,e=this[t(306)][t(273)][t(268)](Gs);this[t(311)](e,t(327),((e,n)=>{const o=t;for(const t of this[o(274)]){const e=this[o(269)][o(268)](t);(0,this[o(325)][o(268)](t)[o(316)])(n)&&e[o(303)](n)}})),this[t(311)](e,t(297),(()=>{const e=t;for(const t of this[e(274)])this[e(269)][e(268)](t)[e(303)](null)})),this[t(311)](e[t(322)],t(295),((e,n)=>{this[t(287)](n)}))}[Qi(291)](){const t=Qi;return this[t(274)][t(292)]>0}[Qi(296)](t){const e=Qi;return this[e(274)][e(313)](t)}[Qi(294)](t,n=()=>!0){const o=Qi,r=this[o(306)][o(273)][o(268)](Gs);if(!this[o(269)][o(313)](t))throw new e.CKEditorError(o(317),this,{uiName:t});this[o(296)](t)&&this[o(298)](t),this[o(274)][o(295)](t);const s=new ws;(function({source:t,target:e,filter:n}){const o=_s;for(const r of t)n(r)&&e[o(239)](r);e[o(214)](t,o(239),((t,r)=>{const s=o;n(r)&&e[s(239)](r)})),e[o(214)](t,o(230),((t,n)=>{const r=o;e[r(217)](n)&&e[r(230)](n)}))})({source:r[o(322)],target:s,filter:n}),this[o(325)][o(321)](t,{collection:s,filter:n});const i=this[o(269)][o(268)](t);i[o(323)](s),this[o(311)](i,o(271),((t,e,n,s)=>{const i=o;s&&r[i(278)](s),n&&r[i(289)](n)}))}[Qi(298)](t){const n=Qi;if(this[n(274)][n(307)](t),!this[n(269)][n(313)](t))throw new e.CKEditorError(n(317),this,{uiName:t});const o=this[n(269)][n(268)](t);o[n(281)](),this[n(275)](o),this[n(325)][n(268)](t)[n(324)][n(277)](),this[n(325)][n(307)](t)}[Qi(280)](t){const n=Qi;if(!this[n(269)][n(313)](t))throw new e.CKEditorError(n(317),this,{uiName:t});const o=this[n(306)][n(273)][n(268)](Gs),r=Array[n(301)](o[n(283)])[0]||null;this[n(312)](),this[n(294)](t);const s=this[n(269)][n(268)](t);s[n(303)](r),s[n(282)]&&r&&s[n(282)]([r])}[Qi(312)](){const t=Qi;for(const e of this[t(274)])this[t(298)](e)}[Qi(284)](t,n){const o=Qi;if(this[o(269)][o(313)](t))throw new e.CKEditorError(o(328));if(o(290)!=typeof n[o(323)]||o(290)!=typeof n[o(281)]||o(290)!=typeof n[o(303)])throw new e.CKEditorError(o(326),null);this[o(269)][o(321)](t,n)}[Qi(319)](){const t=Qi,e=this[t(306)][t(273)][t(268)](Gs)[t(324)],n=new Map,o=Array[t(301)](this[t(274)]);for(const e of this[t(274)]){const o=this[t(325)][t(268)](e)[t(324)];for(const r of o)n[t(321)](r,e)}for(const r of e){const e=n[t(268)](r);this[t(287)](r);const s=o[t(299)]((e=>this[t(325)][t(268)](e)[t(316)](r)));e!==s&&(e&&this[t(325)][t(268)](e)[t(324)][t(293)](r),s&&this[t(325)][t(268)](s)[t(324)][t(295)](r))}}[Qi(277)](){const t=Qi;this[t(312)](),super[t(277)]()}[Qi(287)](t){const n=Qi,o=[];for(const e of this[n(274)])(0,this[n(325)][n(268)](e)[n(316)])(t)&&o[n(320)](e);if(o[n(285)]>1)throw new e.CKEditorError(n(309),null,{matchedUIs:o,annotationType:t[n(300)]})}}var ec=n(573),nc={attributes:{"data-cke":!0}};nc.setAttributes=Lr(),nc.insert=Pr().bind(null,"head"),nc.domAPI=Mr(),nc.insertStyleElement=Br();Nr()(ec.A,nc);ec.A&&ec.A.locals&&ec.A.locals;const oc=rc;function rc(t,e){const n=sc();return(rc=function(t,e){return n[t-=148]})(t,e)}function sc(){const t=["890HkVEZl","_updateItemPositionInFocusables","element","1sHJCOh","div","removed","forEach","getIndex","2017089UcCFEh","length","focusFirst","top","change:top","24DUnwWz","source","arrowdown","focusCycler","focusTracker","change","focus","arrowup","added","505176IMuYLp","196150ABxxBN","class","bindTemplate","delegate","listenTo","2308812jgXpZZ","704CzaHjF","add","ck-reset","number","set","focusPrevious","focusables","476994sLiqtF","Annotations list","list","_setupKeyboardNavigation","uiLanguageDirection","2632MvVqRS","application","10hilKhf","render","focusNext","3522rkCchF","createCollection","remove","minHeight","setTemplate","Annotations sidebar","ck-sidebar"];return(sc=function(){return t})()}!function(t){const e=rc,n=t();for(;;)try{if(117791===parseInt(e(185))/1*(-parseInt(e(152))/2)+parseInt(e(165))/3+parseInt(e(158))/4*(-parseInt(e(182))/5)+parseInt(e(175))/6*(parseInt(e(170))/7)+parseInt(e(151))/8+-parseInt(e(190))/9*(-parseInt(e(172))/10)+parseInt(e(157))/11*(-parseInt(e(195))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(sc);const ic=(0,e.toUnit)("px");class cc extends po.View{constructor(t){const n=rc;super(t);const o=this[n(154)];this[n(162)](n(178),0),this[n(162)](n(153),""),this[n(167)]=this[n(176)](),this[n(164)]=this[n(176)](),this[n(167)][n(155)](n(149),n(197)).to(this),this[n(199)]=new e.FocusTracker,this[n(198)]=new po.FocusCycler({focusables:this[n(164)],focusTracker:this[n(199)]}),this[n(179)]({tag:n(186),attributes:{class:["ck",n(181),n(160),o.to(n(153))],style:{minHeight:o.to(n(178),(t=>n(161)==typeof t?ic(t+10):null))},dir:t[n(169)],role:n(171),"aria-label":fo(t,n(180)),tabindex:0},children:[{tag:n(186),attributes:{role:n(167),"aria-label":fo(t,n(166))},children:this[n(167)]}]})}[oc(173)](){const t=oc;super[t(173)](),this[t(168)]()}[oc(148)](){const t=oc;this[t(198)][t(192)]()}[oc(168)](){const t=oc;this[t(167)][t(155)](t(194)).to(this),this.on(t(194),(e=>{const n=t;this[n(183)](e[n(196)])})),this[t(167)][t(188)]((e=>{const n=t;this[n(199)][n(159)](e[n(184)]),this[n(183)](e)})),this[t(167)].on(t(200),((e,n)=>{const o=t;for(const t of n[o(187)])this[o(199)][o(177)](t[o(184)]),this[o(164)][o(177)](t);for(const t of n[o(150)])this[o(199)][o(159)](t[o(184)]),this[o(183)](t)})),this.on(t(149),(()=>{const e=t;this[e(198)][e(163)]()})),this.on(t(197),(()=>{const e=t;this[e(198)][e(174)]()})),this[t(156)](this[t(184)],t(148),(()=>{this[t(148)]()}))}[oc(183)](t){const e=oc,n=this[e(164)][e(189)](t);let o,r;for(const n of this[e(164)])if(t[e(193)]<n[e(193)]){o=n;break}if(r=o?this[e(164)][e(189)](o):this[e(164)][e(191)],-1!==n){if(n===r-1)return;this[e(164)][e(177)](t),r=o?this[e(164)][e(189)](o):this[e(164)][e(191)]}this[e(164)][e(159)](t,r)}}const ac=hc;function uc(){const t=["presentation","1089498LizXmh","setTemplate","537850aWWSnl","isAnimationDisabled","arrowup","updateHeight","clientHeight","14XMQHdq","height","first","4140370cPBepI","221272YsfBKW","delegate","set","4fQdxuP","detach","destroy","bindTemplate","clear","bottom","attach","125966OGkFBm","ck-sidebar-item--no-animation","focus","_mutationObserver","render","436398QIMdBb","top","content","_targetTop","arrowdown","createCollection","element","9NcpPor","17448FJWWLd","ck-sidebar-item","bind","div"];return(uc=function(){return t})()}function hc(t,e){const n=uc();return(hc=function(t,e){return n[t-=414]})(t,e)}!function(t){const e=hc,n=t();for(;;)try{if(101620===-parseInt(e(425))/1+-parseInt(e(415))/2+parseInt(e(430))/3*(-parseInt(e(418))/4)+-parseInt(e(445))/5+parseInt(e(443))/6+-parseInt(e(450))/7*(parseInt(e(438))/8)+parseInt(e(437))/9*(parseInt(e(414))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(uc);const dc=(0,e.toUnit)("px");class lc extends po.View{constructor(t){const e=hc;super(t),this[e(417)](e(431),0),this[e(417)](e(451),0),this[e(440)](e(423)).to(this,e(431),this,e(451),((t,e)=>t+e)),this[e(417)](e(446),!1),this[e(428)]=cs((()=>this[e(448)]())),this[e(433)]=null,this[e(432)]=this[e(435)](),this[e(432)][e(416)](e(447),e(434)).to(this);const n=this[e(421)];this[e(444)]({tag:e(441),attributes:{class:[e(439),n.to(e(446),(t=>t?e(426):""))],style:{top:n.to(e(431),(t=>dc(t)))},role:e(442)},children:this[e(432)]})}[ac(429)](){const t=ac;super[t(429)](),this[t(428)][t(424)](this[t(436)])}[ac(427)](){const t=ac;this[t(432)][t(452)]&&this[t(432)][t(452)][t(427)]()}[ac(448)](){const t=ac,e=this[t(436)][t(449)];e&&(this[t(451)]=e)}[ac(420)](){const t=ac;this[t(432)][t(422)](),this[t(428)][t(419)](),super[t(420)]()}}const mc=kc;function kc(t,e){const n=bc();return(kc=function(t,e){return n[t-=152]})(t,e)}!function(t){const e=kc,n=t();for(;;)try{if(526937===-parseInt(e(209))/1*(-parseInt(e(218))/2)+parseInt(e(158))/3+parseInt(e(159))/4+-parseInt(e(167))/5*(parseInt(e(241))/6)+parseInt(e(163))/7+parseInt(e(225))/8*(-parseInt(e(156))/9)+-parseInt(e(194))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(bc);class gc extends t.ContextPlugin{static get[mc(160)](){return mc(234)}static get[mc(192)](){return!0}static get[mc(166)](){return!0}constructor(t){const e=mc;super(t),this[e(179)](e(205),void 0),this[e(231)]=this[e(230)](),this[e(179)](e(220),null),this[e(223)]=25,this[e(168)]=new Map,this[e(224)]=new Map,this[e(162)][e(201)][e(236)](e(176),!1),this[e(242)]=null,this[e(169)]=null,this[e(227)]=[]}[mc(207)](){const t=mc,e=this[t(162)][t(201)][t(208)](t(193));e&&this[t(229)](e)}[mc(229)](t){const n=mc;if(!fc(t))throw new e.CKEditorError(n(174));this[n(220)]=t}[mc(199)]({viewClass:t="",spaceBetweenItems:n=25}={}){const o=mc;if(!fc(this[o(220)]))throw new e.CKEditorError(o(173),this);this[o(220)][o(212)](this[o(231)][o(191)]),this[o(231)][o(213)]=t,this[o(223)]=n}[mc(238)]({removedAnnotation:t,previousAnnotation:e,nextAnnotation:n}){const o=mc,r=this[o(222)](t);this[o(231)][o(187)][o(184)](r),this[o(164)](t),e&&this[o(155)](this[o(222)](e)),n&&this[o(155)](this[o(222)](n)),this[o(203)]()}[mc(172)]({blurredAnnotation:t,activatedAnnotation:e,disableAnimationOnActivatedAnnotation:n}){const o=mc;if(this[o(169)]=e,t){t[o(180)]=!1;const e=this[o(222)](t);e&&n&&(e[o(228)]=!1)}if(e){const t=this[o(222)](e);t&&(e[o(180)]=!0,n&&(t[o(228)]=!0,t[o(190)]+=1),this[o(155)](t))}}[mc(198)](t){const e=mc;if(this[e(231)][e(191)][e(184)](),t)for(const n of t)this[e(164)](n);this[e(231)][e(187)][e(177)](),this[e(231)][e(213)]="",this[e(205)]=null}[mc(171)](t,e){const n=mc;e||(e=t[n(231)]);const o=new lc(this[n(162)][n(200)]);this[n(168)][n(179)](o,t),this[n(224)][n(179)](t,o),o[n(170)][n(215)](e),this[n(211)](t[n(231)],n(188),((e,r,s)=>{const i=n,c=this[i(233)](t,s);o[i(206)]!=c&&(o[i(206)]=c,this[i(235)](o,c))})),this[n(211)](o,n(216),(()=>{const t=n;this[t(232)](o,t(190))})),this[n(211)](o,n(182),(()=>{const t=n;this[t(232)](o,t(240))})),this[n(155)](o);const r=this[n(178)](o);return r&&this[n(189)](r,o)||this[n(155)](o),this[n(203)](),this[n(231)][n(187)][n(215)](o),o}[mc(239)](t){const e=mc;if(!t[e(170)][e(181)])return;const n=this[e(178)](t);if(!n)return;const o=this[e(168)][e(208)](n),r=this[e(169)];r&&r===o?this[e(189)](n,t):this[e(175)](t,n)}[mc(221)](t){const e=mc;if(!t[e(170)][e(181)])return;const n=this[e(152)](t);if(!n)return;const o=this[e(168)][e(208)](n),r=this[e(162)][e(201)][e(208)](e(176)),s=this[e(169)];s&&s===o&&r?(this[e(175)](n,t),this[e(189)](t,n)):s&&s===o?this[e(175)](n,t):this[e(189)](t,n)}[mc(232)](t,e){const n=mc;0===this[n(227)][n(181)]&&setTimeout((()=>{const t=n;for(const{sidebarItemView:e,changedProp:n}of this[t(227)])t(190)===n?this[t(239)](e):this[t(221)](e);this[t(227)]=[]}),10),this[n(227)][n(183)]({sidebarItemView:t,changedProp:e})}[mc(222)](t){const e=mc;return this[e(224)][e(208)](t)}[mc(217)](){const t=mc;this[t(214)](),this[t(231)][t(217)]()}[mc(164)](t){const e=mc,n=this[e(222)](t);this[e(214)](n),this[e(214)](t[e(231)]),n[e(217)](),this[e(224)][e(195)](t),this[e(168)][e(195)](n)}[mc(230)](){const t=mc,e=new cc(this[t(162)][t(200)]);return e[t(237)](),this.on(t(219),((n,o,r,s)=>{const i=t;s&&e[i(154)](i(153)),r?e[i(186)](i(153)).to(r,i(240)):e[i(153)]=null})),e}[mc(203)](){const t=mc;var e;this[t(205)]=(null===(e=this[t(242)])||void 0===e?void 0:e[t(157)])?this[t(222)](this[t(242)][t(157)]):null}[mc(178)](t){const e=mc;var n;const o=this[e(168)][e(208)](t),r=o&&(null===(n=this[e(242)])||void 0===n?void 0:n[e(208)](this[e(242)][e(185)](o)-1));return r&&this[e(222)](r)||null}[mc(152)](t){const e=mc;var n;const o=this[e(168)][e(208)](t),r=o&&(null===(n=this[e(242)])||void 0===n?void 0:n[e(208)](this[e(242)][e(185)](o)+1));return r&&this[e(222)](r)||null}[mc(175)](t,e){const n=mc;t[n(210)]();const o=pc(e[n(240)]+this[n(223)],t[n(190)]);return!!o&&(this[n(235)](e,e[n(190)]-o),!0)}[mc(189)](t,e){const n=mc;t[n(210)]();const o=pc(t[n(240)]+this[n(223)],e[n(190)]);return!!o&&(this[n(235)](e,e[n(190)]+o,!1),!0)}[mc(155)](t){const e=mc,n=this[e(168)][e(208)](t);if(!n||!n[e(204)]||!n[e(196)])return;const o=this[e(233)](n,n[e(196)]);this[e(235)](t,o)}[mc(233)](t,n){const o=mc;if(null===n)return 0;if(t[o(204)]instanceof e.Rect)return n[o(190)];{const t=new e.Rect(this[o(231)][o(191)])[o(190)];return n[o(190)]-t}}[mc(235)](t,e,n=this[mc(162)][mc(201)][mc(208)](mc(176))){const o=mc;n&&(e=Math[o(226)](e,this[o(202)](t))),t[o(190)]=e}[mc(202)](t){const e=mc;let n=this[e(178)](t),o=0;for(;n;)n[e(210)](),o+=this[e(223)]+n[e(161)],n=this[e(178)](n);return o}}function pc(t,e){return Math[mc(226)](t-e,0)}function fc(t){const e=mc;return null!==t&&e(165)==typeof t&&1===t[e(197)]}function bc(){const t=["content","addAnnotation","refresh","sidebar-attachtocontainer-missing-container","sidebar-setcontainer-invalid-element","_alignBeforeItem","sidebar.preventScrollOutOfView","clear","_getItemBefore","set","isActive","length","change:bottom","push","remove","getIndex","bind","list","change:targetRect","_alignAfterItem","top","element","isOfficialPlugin","sidebar.container","6710790ZWdVfT","delete","targetRect","nodeType","_detachFromContainer","_attachToContainer","locale","config","_getMaxAvailableTop","_updateLastItem","target","_lastItem","_targetTop","init","get","1TJONWh","updateHeight","listenTo","appendChild","class","stopListening","add","change:top","destroy","946712nwOQFe","change:_lastItem","container","_alignForBottomChange","getSidebarItemView","_spaceBetweenItems","_annotationToSidebarItemView","1015336yQsBww","max","_recalculateBuffer","isAnimationDisabled","setContainer","_createSidebarView","view","_recalculate","_getTargetTop","Sidebar","_setItemTop","define","render","rearrange","_alignForTopChange","bottom","30AtRgTX","_annotations","_getItemAfter","minHeight","unbind","_alignToTargetRect","27NBRVSi","last","2803686RNEhZh","54384duwJdL","pluginName","height","context","2211076bLypsR","_destroySidebarItemView","object","isPremiumPlugin","158615bVjITj","_sidebarItemViewToAnnotation","_activeAnnotation"];return(bc=function(){return t})()}const vc=wc;function _c(){const t=["context","widesidebar-detach-not-attached","pluginName","_editorAnnotations","updateTargetRect","init","register","listenTo","annotations","EditorAnnotations","set:container","wideSidebar","removeEventListener","off","change:container","isAttached","_refreshPositioningDebounced","refreshPositioning","plugins","WideSidebar","178239EvRjGl","_attachToContainer","resize","_detachFromContainer","292818YBGApF","5014674OARabL","destroy","add","hasDomSelection","_annotations","remove","high","stopListening","rearrange","detach","cancel","widesidebar-attach-already-attached","9002140eREKxX","uiUpdate","switchTo","5458848ThtzEv","getOrderedSelectedAnnotations","focus","attach","_activeAnnotation","ready","isPremiumPlugin","addEventListener","addAnnotation","requires","ck-sidebar--wide","has","blur","1307299GIWEfc","10636neWpkG","18jycGpU","290ZINFJH","_destroyEditorAnnotationsIntegration","get","isOfficialPlugin","set","activeAnnotation","refresh","from","container","stop","22aSZrLK","setActiveAnnotation","_integrateWithEditorAnnotations","editors"];return(_c=function(){return t})()}function wc(t,e){const n=_c();return(wc=function(t,e){return n[t-=420]})(t,e)}!function(t){const e=wc,n=t();for(;;)try{if(384652===parseInt(e(480))/1+-parseInt(e(452))/2*(parseInt(e(476))/3)+-parseInt(e(440))/4*(parseInt(e(442))/5)+-parseInt(e(441))/6*(-parseInt(e(439))/7)+parseInt(e(426))/8+parseInt(e(481))/9+-parseInt(e(423))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(_c);class Ic extends t.ContextPlugin{static get[vc(435)](){return[gc,tc]}static get[vc(458)](){return vc(475)}static get[vc(445)](){return!0}static get[vc(432)](){return!0}constructor(t){const n=vc;super(t),this[n(471)]=!1,this[n(446)](n(447),null),this[n(464)]=null,this[n(459)]=new e.Collection,this[n(472)]=os((()=>{const t=n;this[t(464)][t(473)]()}),250,{leading:!1})}[vc(461)](){const t=vc,e=this[t(456)][t(474)][t(444)](tc),n=this[t(456)][t(474)][t(444)](gc);e[t(462)](t(467),this),n[t(450)]&&e[t(425)](t(467))}[vc(453)](t){const e=vc;if(t===this[e(447)])return;const n=this[e(456)][e(474)][e(444)](gc);n[e(430)]=t;const o=this[e(447)];this[e(447)]=t,n[e(448)]({blurredAnnotation:o,activatedAnnotation:this[e(447)]})}[vc(429)](n){const o=vc;this[o(464)]=n;const r=this[o(456)][o(474)][o(444)](gc);if(r[o(485)]=n,this[o(471)])throw new e.CKEditorError(o(422),this);this[o(471)]=!0,this[o(463)](r,o(466),(()=>{const t=o;this[t(420)](),this[t(463)](r,t(470),(e=>{const o=t;e[o(469)](),this[o(429)](n)}))})),r[o(477)]({viewClass:o(436)});const s=t=>{const e=o;t[e(460)](),r[e(434)](t)};for(const t of n)s(t);this[o(463)](n,o(483),((t,e)=>{s(e)})),this[o(463)](n,o(486),((t,e,s)=>{const i=o;r[i(489)]({removedAnnotation:e,previousAnnotation:n[i(444)](s-1),nextAnnotation:n[i(444)](s+1)}),e===this[i(447)]&&this[i(453)](null)}),{priority:o(487)}),this[o(463)](n,o(428),((t,e)=>{this[o(453)](e)})),this[o(463)](n,o(438),(()=>{this[o(453)](null)}));const i=this[o(456)]instanceof t.Context?this[o(456)][o(455)]:new e.Collection([this[o(456)]]);for(const t of i)this[o(454)](t);this[o(463)](i,o(483),((t,e)=>{const n=o;this[n(463)](e,n(431),(()=>{this[n(454)](e)}))})),this[o(463)](i,o(486),((t,e)=>{const n=o;e[n(474)][n(437)](n(465))&&this[n(443)](e[n(474)][n(444)](n(465)))})),window[o(433)](o(478),this[o(472)]),this[o(464)][o(473)]()}[vc(420)](){const n=vc;if(!this[n(471)])throw new e.CKEditorError(n(457),this);this[n(453)](null);const o=this[n(456)][n(474)][n(444)](gc);o[n(479)](this[n(464)]),this[n(488)](o),this[n(488)](this[n(464)]),this[n(456)]instanceof t.Context&&this[n(488)](this[n(456)][n(455)]);for(const t of Array[n(449)](this[n(459)]))this[n(443)](t);window[n(468)](n(478),this[n(472)]),this[n(472)][n(421)](),this[n(447)]=null,this[n(471)]=!1,this[n(464)]=null}[vc(482)](){const t=vc;this[t(471)]&&this[t(420)]()}[vc(454)](t){const e=vc;if(!t[e(474)][e(437)](e(465)))return;const n=t[e(474)][e(444)](e(465)),o=()=>{const t=e,o=n[t(427)]({annotations:this[t(464)],activeAnnotation:this[t(447)]});this[t(453)](o[0]||null)};this[e(463)](n,e(448),o),this[e(463)](n,e(438),((t,{isAnnotationTracked:n})=>{const o=e;this[o(447)]&&n(this[o(447)])&&this[o(453)](null)})),this[e(463)](n,e(424),(()=>{this[e(472)]()})),this[e(463)](this[e(464)],e(438),(t=>{const r=e;n[r(484)]()&&(o(),t[r(451)]())}),{priority:e(487)}),this[e(459)][e(483)](n)}[vc(443)](t){const e=vc;this[e(488)](t),this[e(459)][e(486)](t)}}function yc(){const t=["extendTemplate","52dRMhEU","11zIolUb","1164630sjtJTO","children","78087olESde","ck-annotation-counter__badge","944nfOvYT","isDirty","bind","annotationType","bindTemplate","1liodYz","icon","8379012RIdDSl","span","505812iQsoHJ","add","_badge","setTemplate","set","...","756242FWZnzz","26978qHEQSA","counterView","toString","ck-annotation-counter","ck-annotation-counter__badge--","ck-annotation-counter__badge--edit-mode","2718665XkvkpU","18JZJviL","number"];return(yc=function(){return t})()}function Ac(t,e){const n=yc();return(Ac=function(t,e){return n[t-=177]})(t,e)}!function(t){const e=Ac,n=t();for(;;)try{if(331806===parseInt(e(194))/1*(parseInt(e(204))/2)+-parseInt(e(187))/3*(parseInt(e(183))/4)+-parseInt(e(179))/5+-parseInt(e(198))/6+-parseInt(e(205))/7*(-parseInt(e(189))/8)+-parseInt(e(180))/9*(parseInt(e(185))/10)+parseInt(e(184))/11*(parseInt(e(196))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(yc);class Cc extends po.ButtonView{constructor(t){const e=Ac;super(t);const n=this[e(193)];this[e(202)](e(190),!1),this[e(202)](e(181),0),this[e(191)](e(200)).to(this,e(190),this,e(181),((t,n)=>t?e(203):n[e(207)]())),this[e(202)](e(192),""),this[e(195)]=zi,this[e(182)]({attributes:{class:[e(208)]}}),this[e(206)]=new po.View,this[e(206)][e(201)]({tag:e(197),attributes:{class:[e(188),n.to(e(192),(t=>e(177)+t)),n.if(e(190),e(178))]},children:[{text:n.to(e(200))}]}),this[e(186)][e(199)](this[e(206)])}}var Tc=n(197),Ec={attributes:{"data-cke":!0}};Ec.setAttributes=Lr(),Ec.insert=Pr().bind(null,"head"),Ec.domAPI=Mr(),Ec.insertStyleElement=Br();Nr()(Tc.A,Ec);Tc.A&&Tc.A.locals&&Tc.A.locals;const xc=Nc;function Oc(){const t=["first","rearrange","_editorAnnotations","init","114Expztr","_attachListeners","_refreshPositioning","activeAnnotation","register","from","_updateBalloonPosition","5RAjUvT","pin","delete","content","unpin","_attachToContainer","resize","context","isOfficialPlugin","add","_refreshPositioningDebounced","202250DikGkN","refreshPositioning","annotations","_destroyEditorAnnotationsIntegration","destroy","southArrowNorthEast","isVisible","element","Esc","off","get","requires","defaultPositions","create","listenTo","_selectedAnnotations","preventClosingBalloon","stop","EditorAnnotations","execute","number","includes","isDirty","southArrowNorthWest","contains","change:height","56YBssTs","ck-sidebar--narrow","find","pluginName","_integrateWithEditorAnnotations","set:container","392VygGFW","northArrowSouthEast","10824pDrPqb","isAttached","cancel","_detachListeners","type","_hideBalloon","plugins","removeEventListener","getSidebarItemView","set","northArrowSouth","attach","_domEmitter","uiUpdate","has","bind","stopPropagation","editors","_detachFromContainer","annotationType","low","northArrowSouthWest","setActiveAnnotation","_manuallyClosedAnnotationViews","bodyCollection","isPremiumPlugin","_annotations","1872bShkna","getOrderedSelectedAnnotations","high","locale","blur","narrowsidebar-attach-already-attached","attachToDom","detachFromDom","71880Cjdzab","ready","71813YTjXli","values","preventDefault","addAnnotation","southArrowNorth","target","narrowSidebar","narrowsidebar-detach-not-attached","NarrowSidebar","mousedown","getByView","7956siQpVH","_showBalloon","keydown","340796gzjBIe","stopListening","remove","hasDomSelection","_annotationToNarrowView","detach","balloonPanelView","view","keyCode","focus","focusableElements","2462pYGpwv","addEventListener","refresh","change:container","length","esc","_setSelectedAnnotations","clear"];return(Oc=function(){return t})()}function Nc(t,e){const n=Oc();return(Nc=function(t,e){return n[t-=263]})(t,e)}!function(t){const e=Nc,n=t();for(;;)try{if(113587===-parseInt(e(277))/1*(-parseInt(e(333))/2)+parseInt(e(376))/3+-parseInt(e(266))/4*(-parseInt(e(296))/5)+-parseInt(e(289))/6*(parseInt(e(378))/7)+-parseInt(e(339))/8*(parseInt(e(263))/9)+parseInt(e(307))/10+parseInt(e(341))/11*(parseInt(e(368))/12))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Oc);class Sc extends t.ContextPlugin{static get[xc(318)](){return[gc,tc]}static get[xc(336)](){return xc(386)}static get[xc(304)](){return!0}static get[xc(366)](){return!0}constructor(t){const n=xc;super(t),this[n(342)]=!1,this[n(364)]=new Set,this[n(353)]=Object[n(320)](e.DomEmitterMixin),this[n(270)]=new Map,this[n(350)](n(292),null),this[n(309)]=null,this[n(322)]=[],this[n(287)]=new e.Collection,this[n(306)]=os((()=>{this[n(291)]()}),250,{leading:!1})}[xc(288)](){const t=xc;this[t(303)][t(347)][t(317)](tc)[t(293)](t(384),this),this[t(365)]=new po.BodyCollection(this[t(303)][t(371)]),this[t(272)]=new po.BalloonPanelView(this[t(303)][t(371)]),this[t(365)][t(374)](),this[t(365)][t(305)](this[t(272)])}[xc(352)](n){const o=xc;this[o(309)]=n;const r=this[o(303)][o(347)][o(317)](gc),s=this[o(272)];if(r[o(367)]=n,this[o(342)])throw new e.CKEditorError(o(373),this);this[o(342)]=!0,this[o(321)](r,o(338),(()=>{const t=o;this[t(271)](),this[t(321)](r,t(280),(e=>{const o=t;e[o(316)](),this[o(352)](n)}))})),r[o(301)]({viewClass:o(334),spaceBetweenItems:5});const i=t=>{const e=o,n=new Cc(this[e(303)][e(371)]);r[e(381)](t,n),this[e(270)][e(350)](t,n),n[e(356)](e(329),e(360),e(327)).to(t[e(273)],e(329),e(345),e(281)),n.on(e(326),(()=>{const n=e;this[n(364)][n(284)](),s[n(299)][n(285)]!==t[n(273)]?(this[n(264)](t),t[n(273)][n(314)][n(275)](),this[n(363)](t)):this[n(363)](null)}))};for(const t of n)i(t);this[o(321)](n,o(305),((t,e)=>{i(e)})),this[o(321)](n,o(268),((t,e,s)=>{const i=o;this[i(270)][i(317)](e)[i(311)](),this[i(270)][i(298)](e),r[i(286)]({removedAnnotation:e,previousAnnotation:n[i(317)](s-1),nextAnnotation:n[i(317)](s+1)}),e===this[i(292)]&&this[i(363)](null)}),{priority:o(361)}),this[o(321)](n,o(275),((t,e)=>{this[o(363)](e)})),this[o(321)](n,o(372),(()=>{this[o(363)](null)})),this[o(353)][o(321)](document,o(265),((t,n)=>{const r=o;n[r(274)]===e.keyCodes[r(282)]&&s[r(313)]&&(this[r(364)][r(305)](s[r(299)][r(285)]),this[r(346)](),n[r(357)](),n[r(380)]())})),this[o(353)][o(321)](document,o(387),((t,e)=>{const n=o,i=e[n(383)];s[n(313)]&&s[n(314)][n(331)](i)||r[n(273)][n(314)][n(331)](i)||t[n(323)]||this[n(292)]&&this[n(292)][n(276)][n(335)]((t=>t[n(331)](i)))||(this[n(364)][n(284)](),this[n(346)](),this[n(363)](null))}));const c=this[o(303)]instanceof t.Context?this[o(303)][o(358)]:new e.Collection([this[o(303)]]);for(const t of c)this[o(337)](t);this[o(321)](c,o(305),((t,e)=>{const n=o;this[n(321)](e,n(377),(()=>{this[n(337)](e)}))})),this[o(321)](c,o(268),((t,e)=>{const n=o;e[n(347)][n(355)](n(325))&&this[n(310)](e[n(347)][n(317)](n(325)))})),window[o(278)](o(302),this[o(306)]),this[o(291)]()}[xc(363)](t){const e=xc;if(t===this[e(292)])return;const n=this[e(303)][e(347)][e(317)](gc);n[e(279)]({blurredAnnotation:this[e(292)],activatedAnnotation:t,disableAnimationOnActivatedAnnotation:!0}),t&&n[e(349)](t)?this[e(264)](t):this[e(346)](),this[e(292)]=t}[xc(271)](){const n=xc;if(!this[n(342)])throw new e.CKEditorError(n(385),this);this[n(363)](null);const o=this[n(303)][n(347)][n(317)](gc);this[n(346)](),Array[n(294)](this[n(270)][n(379)](),(t=>t[n(311)]())),this[n(270)][n(284)](),o[n(359)](this[n(309)]),this[n(267)](),this[n(353)][n(267)](),this[n(303)]instanceof t.Context&&this[n(267)](this[n(303)][n(358)]);for(const t of Array[n(294)](this[n(287)]))this[n(310)](t);window[n(348)](n(302),this[n(306)]),this[n(306)][n(343)](),this[n(322)]=[],this[n(342)]=!1,this[n(309)]=null}[xc(311)](){const t=xc;this[t(342)]&&this[t(271)](),this[t(365)][t(375)]()}[xc(337)](t){const e=xc;if(!t[e(347)][e(355)](e(325)))return;const n=t[e(347)][e(317)](e(325)),o=this[e(303)][e(347)][e(317)](gc),r=this[e(309)],s=this[e(272)],i=()=>{const t=e,o=n[t(369)]({annotations:this[t(309)],activeAnnotation:this[t(292)]});this[t(283)](o),this[t(363)](o[0]||null)};this[e(321)](n,e(279),i),this[e(321)](n,e(372),((t,{isAnnotationTracked:n})=>{const o=e;this[o(292)]&&n(this[o(292)])&&(this[o(283)]([]),this[o(363)](null))})),this[e(321)](n,e(354),(()=>{this[e(306)]()})),this[e(321)](r,e(372),(t=>{const o=e;n[o(269)]()&&t[o(324)]()}),{priority:e(370)}),this[e(321)](this[e(353)],e(387),((t,r)=>{const c=e,a=r[c(383)];s[c(313)]&&s[c(314)][c(331)](a)||o[c(273)][c(314)][c(331)](a)||this[c(292)]&&n[c(269)]()&&(i(),t[c(323)]=!0)}),{priority:e(370)}),this[e(287)][e(305)](n)}[xc(310)](t){const e=xc;t&&(this[e(267)](t),this[e(287)][e(268)](t))}[xc(283)](t){const e=xc;for(const n of this[e(322)])t[e(328)](n)||this[e(364)][e(298)](n[e(273)]);this[e(322)]=t}[xc(291)](){const t=xc,e=this[t(272)];this[t(309)][t(308)](),e[t(313)]&&this[t(295)]()}[xc(264)](t){const e=xc;if(this[e(364)][e(355)](t[e(273)]))return;const n=this[e(272)][e(299)][e(285)];n!==t[e(273)]?(n&&this[e(344)](n),this[e(290)](t[e(273)]),this[e(272)][e(299)][e(284)](),this[e(272)][e(299)][e(305)](t[e(273)]),this[e(295)]()):this[e(295)]()}[xc(295)](){const t=xc,e=this[t(272)][t(299)][t(285)],n=e&&this[t(309)][t(388)](e);if(!n||!this[t(270)][t(355)](n))return;const o=this[t(270)][t(317)](n)[t(314)],r=function(){const e=t,n=po.BalloonPanelView[e(319)];return[n[e(312)],n[e(340)],n[e(382)],n[e(351)],n[e(330)],n[e(362)]]}();this[t(272)][t(297)]({target:o,positions:r})}[xc(346)](){const t=xc,e=this[t(272)],n=e[t(299)][t(285)];n&&(this[t(344)](n),e[t(300)](),e[t(299)][t(284)]())}[xc(290)](t){const e=xc;this[e(321)](t,e(332),(()=>this[e(295)]())),this[e(321)](t,e(315),((n,o)=>{const r=e;this[r(364)][r(305)](t),this[r(346)](),o()}))}[xc(344)](t){this[xc(267)](t)}}var Mc=n(874),Rc={attributes:{"data-cke":!0}};Rc.setAttributes=Lr(),Rc.insert=Pr().bind(null,"head"),Rc.domAPI=Mr(),Rc.insertStyleElement=Br();Nr()(Mc.A,Rc);Mc.A&&Mc.A.locals&&Mc.A.locals;function Pc(t,e){const n=jc();return(Pc=function(t,e){return n[t-=490]})(t,e)}const Vc=Pc;!function(t){const e=Pc,n=t();for(;;)try{if(224466===-parseInt(e(515))/1+-parseInt(e(524))/2+parseInt(e(523))/3+parseInt(e(584))/4+parseInt(e(492))/5+parseInt(e(506))/6*(parseInt(e(551))/7)+parseInt(e(518))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(jc);class Lc extends t.Plugin{static get[Vc(547)](){return[ki,po.ContextualBalloon,tc]}static get[Vc(490)](){return Vc(573)}static get[Vc(585)](){return!0}static get[Vc(507)](){return!0}constructor(t){const e=Vc;super(t),t[e(554)][e(537)][e(586)](To.MouseObserver),this[e(517)]=!1,this[e(575)](e(498),null),this[e(497)]=null,this[e(522)]=new Set,this[e(513)]=t[e(526)][e(552)](po.ContextualBalloon),this[e(530)]=new Set,this[e(534)]=[],this[e(510)]=!1}[Vc(538)](){const t=Vc,e=this[t(543)][t(526)][t(552)](tc);e[t(531)]===this[t(543)]&&(e[t(511)](t(541),this),this[t(543)][t(576)][t(575)](t(562),((e,n)=>{const o=t,r=this[o(513)];if(this[o(517)]&&r[o(555)]){const t=this[o(497)][o(503)](r[o(555)]);t&&this[o(500)](t),n()}})))}[Vc(521)](){const t=Vc,e=this[t(543)][t(526)][t(552)](tc);e[t(531)]===this[t(543)]&&(e[t(540)]()||e[t(561)](t(541)))}[Vc(572)](t){const e=Vc;t!==this[e(498)]&&(this[e(498)]&&(this[e(498)][e(560)]=!1),t&&this[e(543)].ui[e(529)][e(536)]&&(this[e(497)][e(516)](t)&&this[e(495)](t,!0),t[e(560)]=!0),t||this[e(583)]([]),this[e(498)]=t)}[Vc(546)](t){const n=Vc;this[n(497)]=t;const o=this[n(543)][n(526)][n(552)](tc),r=this[n(513)];if(this[n(517)])throw new e.CKEditorError(n(496),this);if(o[n(531)]!==this[n(543)])throw new e.CKEditorError(n(499),this);const s=this[n(543)][n(526)][n(552)](ki);this[n(569)](s,n(502),(()=>{const t=n,e=s[t(564)]({annotations:this[t(497)],activeAnnotation:this[t(498)]});var o,r;!this[t(510)]&&(o=e,r=this[t(534)],o[t(574)]===r[t(574)]&&o[t(565)]((e=>r[t(557)](e))))||(this[t(510)]=!1,this[t(583)](e),this[t(572)](e[0]||null))})),this[n(569)](s,n(505),((t,{isAnnotationTracked:e})=>{const o=n;this[o(498)]&&e(this[o(498)])&&(this[o(583)]([]),this[o(572)](null))})),this[n(569)](this[n(543)].ui[n(529)],n(544),((t,e,o)=>{o||this[n(572)](null)})),this[n(569)](t,n(556),((t,e)=>{const o=n;this[o(528)](e),e===this[o(498)]&&this[o(572)](null)})),this[n(569)](r,n(580),((e,o,s,i)=>{const c=n;i&&this[c(567)](i);const a=t[c(503)](s);s&&a&&(this[c(569)](s,c(559),(()=>{r[c(563)]()})),this[c(569)](s,c(562),(()=>{const t=c;this[t(500)](a),this[t(543)][t(554)][t(537)][t(577)]()})),this[c(498)]!==a&&this[c(572)](a))})),this[n(569)](this[n(543)].ui,n(571),(()=>{const e=n;r[e(555)]&&t[e(503)](r[e(555)])&&r[e(563)]()})),this[n(569)](this[n(543)][n(554)][n(537)][n(549)],n(568),(()=>{const t=n;this[t(510)]=!0,this[t(522)][t(532)]()})),this[n(543)][n(554)][n(537)][n(549)][n(514)][n(548)]&&this[n(543)][n(554)][n(537)][n(577)](),this[n(517)]=!0}[Vc(539)](){const t=Vc;if(!this[t(517)])throw new e.CKEditorError(t(504),this);this[t(572)](null);for(const e of this[t(530)])this[t(528)](e);this[t(567)](),this[t(517)]=!1,this[t(497)]=null}[Vc(493)](){const t=Vc;this[t(517)]&&this[t(539)]()}[Vc(583)](t){const e=Vc;for(const n of this[e(534)])t[e(557)](n)||this[e(522)][e(535)](n);for(const n of this[e(497)])t[e(557)](n)||this[e(528)](n);if(this[e(543)].ui[e(529)][e(536)])for(const n of t)this[e(495)](n);this[e(534)]=t}[Vc(495)](t,e=!1){const n=Vc;this[n(522)][n(516)](t)||(this[n(530)][n(516)](t)||this[n(513)][n(558)](t[n(537)])||(this[n(530)][n(578)](t),this[n(513)][n(578)]({stackId:t[n(537)].id,view:t[n(537)],position:{target:()=>this[n(570)](t)}})),e&&this[n(513)][n(494)](t[n(537)].id))}[Vc(570)](t){const n=Vc,o=t[n(579)],r=this[n(543)][n(554)][n(537)],s=r[n(549)][n(514)][n(501)](),i=r[n(512)][n(566)](s);if(i[n(520)](!0),o){if(o instanceof e.Rect)return o;let t=[];for(const e of o)t[n(542)](...(c=e[n(582)](),Array[n(550)](c)[n(581)](DOMRect[n(545)])));t=function(t){const e=n,o=[];let r=t[0];for(let n=1;n<t[e(574)];n++)Bc(r,t[n])?r[e(527)]+=t[n][e(527)]:(o[e(542)](r),r=t[n]);return o[e(542)](r),o}(t);const r=i[n(519)]();return t[n(525)]((t=>t[n(491)]<=r[n(491)]&&t[n(508)]>=r[n(508)]&&t[n(553)]<=r[n(553)]&&t[n(533)]>=r[n(533)]))||t[0]}var c;return t[n(509)]||i}[Vc(528)](t){const e=Vc;this[e(530)][e(516)](t)&&this[e(513)][e(558)](t[e(537)])&&(this[e(530)][e(535)](t),this[e(513)][e(556)](t[e(537)]))}[Vc(500)](t){const e=Vc;this[e(522)][e(578)](t),this[e(528)](t)}}function jc(){const t=["left","editing","visibleView","remove","includes","hasView","change:height","isActive","switchTo","Esc","updatePosition","getOrderedSelectedAnnotations","every","viewRangeToDom","stopListening","mousedown","listenTo","_getBalloonTargetForAnnotation","update","setActiveAnnotation","InlineAnnotations","length","set","keystrokes","focus","add","target","change:visibleView","map","getClientRects","_setSelectedAnnotations","1029944gxsavH","isOfficialPlugin","addObserver","pluginName","top","443715bFLUyA","destroy","showStack","_addAnnotationToBalloon","inlineannotations-attach-already-attached","annotations","activeAnnotation","inlineannotations-not-allowed-with-context","_closeAnnotation","getFirstRange","refresh","getByView","inlineannotations-detach-not-attached","blur","4938NfdNnG","isPremiumPlugin","bottom","targetRect","_forceRefresh","register","domConverter","_balloon","selection","256429QaxhZw","has","isAttached","221456pHxoku","getBoundingClientRect","collapse","afterInit","_manuallyClosed","855294qcVTmS","654154xmiIeB","find","plugins","width","_removeAnnotationFromBalloon","focusTracker","_addedAnnotations","context","clear","right","_selectedAnnotations","delete","isFocused","view","init","detach","hasActive","inline","push","editor","change:isFocused","fromRect","attach","requires","editableElement","document","from","1267vLdtvA","get"];return(jc=function(){return t})()}function Bc(t,e){const n=Vc;return t[n(491)]===e[n(491)]&&t[n(508)]===e[n(508)]&&t[n(533)]===e[n(553)]}var Dc=n(353),Hc={attributes:{"data-cke":!0}};Hc.setAttributes=Lr(),Hc.insert=Pr().bind(null,"head"),Hc.domAPI=Mr(),Hc.insertStyleElement=Br();Nr()(Dc.A,Hc);Dc.A&&Dc.A.locals&&Dc.A.locals;const Fc='\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>\n';function zc(){const t=["render","delegate","1177413AonQhN","ck-comments-archive","focusFirst","focusCycler","list","length","isActive","_annotationViews","arrowup","div","element","set","EMPTY_COMMENTS_ARCHIVE","2DTlUEi","focus","COMMENTS_ARCHIVE_LIST_LABEL","focusTracker","presentation","530NPJYje","57542pkjTwH","arrowdown","ck-comments-archive__content","first","ck-hidden","294OUObuo","_setupKeyboardNavigation","2455968tsZGXd","bindTemplate","1677390cailGl","focusNext","focusPrevious","isEmpty","111951uBWuye","listenTo","ck-comments-archive__info","13416JsLZiF","add","auto","destroy","setTemplate","change","remove","3369512qmxGKV"];return(zc=function(){return t})()}const Kc=Uc;function Uc(t,e){const n=zc();return(Uc=function(t,e){return n[t-=221]})(t,e)}!function(t){const e=Uc,n=t();for(;;)try{if(487087===parseInt(e(224))/1*(parseInt(e(230))/2)+parseInt(e(256))/3+-parseInt(e(237))/4+-parseInt(e(239))/5+-parseInt(e(246))/6*(parseInt(e(235))/7)+parseInt(e(253))/8+parseInt(e(243))/9*(parseInt(e(229))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(zc);class Wc extends po.View{constructor(t,n){const o=Uc;super(t),this[o(222)](o(242),!n[o(261)]),this[o(227)]=new e.FocusTracker,this[o(263)]=n,this[o(263)][o(255)](o(264),o(231)).to(this),this.on(o(264),(()=>{const t=o;this[t(259)][t(241)]()})),this.on(o(231),(()=>{const t=o;this[t(259)][t(240)]()})),this[o(259)]=new po.FocusCycler({focusables:n,focusTracker:this[o(227)]}),this[o(244)](n,o(247),(()=>{this[o(242)]=!1})),this[o(244)](n,o(252),((t,e)=>{const r=o;e[r(262)]&&this[r(225)](),n[r(261)]||(this[r(242)]=!0)}));const r=this[o(238)];this[o(250)]({tag:o(265),attributes:{dir:o(248),class:["ck",o(257)],tabindex:-1,role:o(260),"aria-label":fo(t,o(226))},children:[{tag:o(265),attributes:{class:[o(232)],role:o(228)},children:[{tag:o(265),attributes:{role:o(228)},children:n},{tag:"p",attributes:{class:[o(245),r.if(o(242),o(234),(t=>!t))]},children:[{text:fo(t,o(223))}]}]}]})}[Kc(254)](){const t=Kc;super[t(254)](),this[t(236)]()}[Kc(249)](){const t=Kc;super[t(249)](),this[t(227)][t(249)]()}[Kc(225)](){const t=Kc;this[t(259)][t(233)]?this[t(259)][t(258)]():this[t(221)][t(225)]()}[Kc(236)](){const t=Kc;for(const e of this[t(263)])this[t(227)][t(247)](e[t(221)]);this[t(263)].on(t(251),((e,{added:n,removed:o})=>{const r=t;for(const t of n)this[r(227)][r(247)](t[r(221)]);for(const t of o)this[r(227)][r(252)](t[r(221)])}))}}const Yc=qc;function Xc(){const t=["requires","getCommentThread","2066301cRgxvm","stopListening","50468rVRkIs","findIndex","remove","16LdIhzr","isActive","listenTo","5885XYTfUC","add","116879WaVnfy","change:archivedAt","get","isPremiumPlugin","_calculatePosition","2439516Xllkwv","has","context","2vDkNJu","21220ieeqCo","removeCommentThread","1843490gWeXYy","length","1103370WUQAgM","addCommentThread","7EyFvDX","init","activate","archivedAt","focus","collection","pluginName","CommentsArchive","plugins","isOfficialPlugin","isVisible","highest","archivedThreads"];return(Xc=function(){return t})()}function qc(t,e){const n=Xc();return(qc=function(t,e){return n[t-=150]})(t,e)}!function(t){const e=qc,n=t();for(;;)try{if(337486===parseInt(e(187))/1*(-parseInt(e(155))/2)+parseInt(e(160))/3+-parseInt(e(179))/4+parseInt(e(158))/5+parseInt(e(152))/6*(parseInt(e(162))/7)+-parseInt(e(182))/8*(-parseInt(e(177))/9)+-parseInt(e(156))/10*(parseInt(e(185))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Xc);class Gc extends t.ContextPlugin{static get[Yc(168)](){return Yc(169)}static get[Yc(171)](){return!0}static get[Yc(150)](){return!0}static get[Yc(175)](){return[oi,Gs]}constructor(t){const n=Yc;super(t),this[n(174)]=new e.Collection}[Yc(163)](){const t=Yc,e=this[t(154)],n=e[t(170)][t(189)](oi),o=e[t(170)][t(189)](Gs);this[t(184)](n,t(161),((e,{threadId:o})=>{const r=t,s=n[r(176)](o);s[r(165)]&&this[r(174)][r(186)](s,this[r(151)](s[r(165)])),this[r(184)](s,r(188),((t,e,n)=>{const o=r;n?this[o(174)][o(153)](s)||this[o(174)][o(186)](s,this[o(151)](s[o(165)])):this[o(174)][o(153)](s)&&this[o(174)][o(181)](s)}))})),this[t(184)](n,t(157),((e,{threadId:o})=>{const r=t,s=n[r(176)](o);this[r(178)](s),this[r(174)][r(153)](s)&&this[r(174)][r(181)](s)}),{priority:t(173)}),this[t(184)](o[t(167)],t(166),((e,n)=>{const r=t;n[r(172)]||(n[r(183)]=!0,o[r(164)](n))}))}[Yc(151)](t){const e=Yc,n=[...this[e(174)]][e(180)]((n=>n[e(165)]<t));return n>-1?n:this[e(174)][e(159)]}}const Zc=Qc;function Qc(t,e){const n=$c();return(Qc=function(t,e){return n[t-=460]})(t,e)}!function(t){const e=Qc,n=t();for(;;)try{if(751820===-parseInt(e(499))/1+parseInt(e(460))/2*(-parseInt(e(489))/3)+-parseInt(e(522))/4+-parseInt(e(474))/5*(-parseInt(e(477))/6)+-parseInt(e(467))/7*(-parseInt(e(468))/8)+-parseInt(e(498))/9+parseInt(e(491))/10)break;n.push(n.shift())}catch(t){n.push(n.shift())}}($c);class Jc extends t.Plugin{static get[Zc(462)](){return Zc(514)}static get[Zc(497)](){return!0}static get[Zc(513)](){return!0}static get[Zc(512)](){return[Gc,po.Dialog]}constructor(t){const e=Zc;super(t),this[e(524)]=t=>{const n=e,o=t[n(473)];if(!this[n(531)][n(508)](o[n(501)]))return;const r=this[n(466)][n(478)][n(500)](n(532));r[n(483)]&&n(507)===r.id&&(r[n(469)](),t[n(470)]())},this[e(531)]=new po.ViewCollection,this[e(481)]=[]}[Zc(495)](){const t=Zc,e=this[t(466)],n=this[t(524)][t(504)](this);e.ui[t(510)][t(529)](t(507),(()=>this[t(502)](po.ButtonView,!0))),e.ui[t(510)][t(529)](t(482),(()=>{const e=t,n=this[e(502)](po.MenuBarMenuListItemButtonView);return n[e(530)]({role:e(506)}),n}));const o=e[t(478)][t(500)](Gc),r=e[t(478)][t(500)](t(472)),s=e[t(478)][t(500)](t(476));this[t(484)](o[t(525)],t(529),((n,o)=>{const i=t,c=e[i(475)][i(500)](i(490));if(!c||o[i(526)]===c){const t=s[i(494)][i(500)](o);if(!t)return void this[i(481)][i(463)](o);const e=this[i(503)](o[i(528)]),n=r[i(509)](t[i(501)]);n[i(518)]&&r[i(486)][i(505)](n),this[i(531)][i(529)](n[i(501)],e)}})),this[t(484)](r[t(516)],t(529),((e,n)=>{const o=t,r=this[o(481)][o(496)]((t=>{const e=o,r=s[e(494)][e(500)](t);return r&&n[e(492)]===r[e(501)]}));if(r){const t=this[o(503)](r[o(528)]);this[o(531)][o(529)](n[o(501)],t),this[o(481)][o(485)](this[o(481)][o(520)](r),1)}})),this[t(484)](o[t(525)],t(505),((n,o)=>{const i=t,c=e[i(475)][i(500)](i(490));if(!c||o[i(526)]===c){const t=s[i(494)][i(500)](o),e=r[i(509)](t[i(501)]);this[i(531)][i(505)](e[i(501)]),this[i(515)](e[i(465)])}})),this[t(484)](r[t(516)],t(529),((e,o)=>{const r=t;this[r(484)](o,r(471),n)})),this[t(484)](r[t(516)],t(505),((e,o)=>{const r=t;this[r(515)](o,r(471),n)}))}[Zc(503)](t){const e=Zc,n=this[e(466)][e(475)][e(500)](e(490)),o=[...this[e(466)][e(478)][e(500)](Gc)[e(525)]][e(488)]((t=>t[e(526)]===n))[e(464)]((n=>n[e(528)]<t));return o<0||o>this[e(531)][e(527)]?this[e(531)][e(527)]:o-1}[Zc(461)](){const t=Zc,e=this[t(466)],n=e[t(478)][t(500)](t(532));this[t(523)]||(this[t(523)]=new Wc(e[t(519)],this[t(531)])),t(507)===n.id?n[t(469)]():n[t(517)]({id:t(507),title:fo(e[t(519)],t(511)),icon:Fc,hasCloseButton:!0,content:this[t(523)],position:po.DialogViewPosition[t(479)]})}[Zc(502)](t,e=!1){const n=Zc,o=this[n(466)][n(519)],r=this[n(466)][n(478)][n(500)](n(532)),s=new t(o);return s[n(504)](n(487)).to(this,n(487)),s[n(504)](n(493)).to(r,"id",(t=>n(507)===t)),s[n(530)]({label:fo(o,n(511)),icon:Fc,isToggleable:!0}),e&&(s[n(480)]=!0),this[n(484)](s,n(521),(()=>this[n(461)]())),s}}function $c(){const t=["config","CommentsRepository","365718McGHkP","plugins","EDITOR_TOP_SIDE","tooltip","_pendingThreads","menuBar:commentsArchive","isOpen","listenTo","splice","_visibleAnnotations","isEnabled","filter","2217YNKdcj","collaboration.channelId","22605390GDTPJp","innerView","isOn","_threadToController","init","find","isOfficialPlugin","2515122ByXyxQ","37231WzNgAS","get","view","_createCommentsArchiveButton","_calculatePosition","bind","remove","menuitemcheckbox","commentsArchive","has","getByInnerView","componentFactory","COMMENTS_ARCHIVE","requires","isPremiumPlugin","CommentsArchiveUI","stopListening","collection","show","isVisible","locale","indexOf","execute","2613200LiAAsI","commentsArchiveView","_hideDialogOnAnnotationEscape","archivedThreads","channelId","length","archivedAt","add","set","annotationViews","Dialog","2110mMAlBZ","_toggleDialog","pluginName","push","findIndex","focusableElements","editor","15946KzYFgk","632PWHObH","hide","stop","escape","Annotations","source","5mHkbqV"];return($c=function(){return t})()}var ta=na;function ea(){var t=["517738JUXGLl","124700VplaGC","pluginName","isOfficialPlugin","9246OYqXDd","549282sPpKkX","9fLbsYb","430904gftxFq","4039tsnOMe","140MqsEbC","3kEnOqR","isPremiumPlugin","40MBusUv","196207GkOFLQ","requires","72EhwcJx","Comments","675606GjWyrt"];return(ea=function(){return t})()}function na(t,e){var n=ea();return(na=function(t,e){return n[t-=319]})(t,e)}!function(t){for(var e=na,n=t();;)try{if(557617===parseInt(e(321))/1*(parseInt(e(328))/2)+-parseInt(e(334))/3+parseInt(e(320))/4*(parseInt(e(330))/5)+parseInt(e(333))/6*(-parseInt(e(319))/7)+-parseInt(e(336))/8*(-parseInt(e(335))/9)+parseInt(e(323))/10*(-parseInt(e(324))/11)+parseInt(e(326))/12*(-parseInt(e(329))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ea);class oa extends t.Plugin{static get[ta(325)](){return[oi,Li,Yi,Gc,Jc,Zi,Ic,Sc,Lc]}static get[ta(331)](){return ta(327)}static get[ta(332)](){return!0}static get[ta(322)](){return!0}}function ra(){var t=["514912OyQdYy","9rEeURW","2798408GgTgsR","1312260mVZScI","354585XQzmpE","717854ggcexN","450788vumjJZ","7ygqyMf","2037245CimTWi"];return(ra=function(){return t})()}function sa(t,e){var n=ra();return(sa=function(t,e){return n[t-=122]})(t,e)}!function(t){for(var e=sa,n=t();;)try{if(333013===-parseInt(e(122))/1+-parseInt(e(127))/2+parseInt(e(126))/3+parseInt(e(128))/4+parseInt(e(130))/5+-parseInt(e(125))/6*(-parseInt(e(129))/7)+parseInt(e(124))/8*(parseInt(e(123))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(ra)})(),(window.CKEditor5=window.CKEditor5||{}).comments=o})();