@ckeditor/ckeditor5-pagination 42.0.2 → 43.0.0-alpha.2

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 (96) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/build/pagination.js +1 -1
  3. package/dist/index-editor.css +8 -0
  4. package/dist/index.css +24 -0
  5. package/dist/index.js +1 -1
  6. package/dist/translations/ar.js +1 -1
  7. package/dist/translations/ar.umd.js +1 -1
  8. package/dist/translations/bg.js +1 -1
  9. package/dist/translations/bg.umd.js +1 -1
  10. package/dist/translations/bn.js +1 -1
  11. package/dist/translations/bn.umd.js +1 -1
  12. package/dist/translations/ca.js +1 -1
  13. package/dist/translations/ca.umd.js +1 -1
  14. package/dist/translations/cs.js +1 -1
  15. package/dist/translations/cs.umd.js +1 -1
  16. package/dist/translations/da.js +1 -1
  17. package/dist/translations/da.umd.js +1 -1
  18. package/dist/translations/de.js +1 -1
  19. package/dist/translations/de.umd.js +1 -1
  20. package/dist/translations/el.js +1 -1
  21. package/dist/translations/el.umd.js +1 -1
  22. package/dist/translations/en.umd.js +1 -1
  23. package/dist/translations/es.js +1 -1
  24. package/dist/translations/es.umd.js +1 -1
  25. package/dist/translations/et.js +1 -1
  26. package/dist/translations/et.umd.js +1 -1
  27. package/dist/translations/fi.js +1 -1
  28. package/dist/translations/fi.umd.js +1 -1
  29. package/dist/translations/fr.js +1 -1
  30. package/dist/translations/fr.umd.js +1 -1
  31. package/dist/translations/he.js +1 -1
  32. package/dist/translations/he.umd.js +1 -1
  33. package/dist/translations/hi.js +1 -1
  34. package/dist/translations/hi.umd.js +1 -1
  35. package/dist/translations/hu.js +1 -1
  36. package/dist/translations/hu.umd.js +1 -1
  37. package/dist/translations/id.js +1 -1
  38. package/dist/translations/id.umd.js +1 -1
  39. package/dist/translations/it.js +1 -1
  40. package/dist/translations/it.umd.js +1 -1
  41. package/dist/translations/ja.js +1 -1
  42. package/dist/translations/ja.umd.js +1 -1
  43. package/dist/translations/ko.js +1 -1
  44. package/dist/translations/ko.umd.js +1 -1
  45. package/dist/translations/lt.js +1 -1
  46. package/dist/translations/lt.umd.js +1 -1
  47. package/dist/translations/lv.js +1 -1
  48. package/dist/translations/lv.umd.js +1 -1
  49. package/dist/translations/ms.js +1 -1
  50. package/dist/translations/ms.umd.js +1 -1
  51. package/dist/translations/nl.js +1 -1
  52. package/dist/translations/nl.umd.js +1 -1
  53. package/dist/translations/no.js +1 -1
  54. package/dist/translations/no.umd.js +1 -1
  55. package/dist/translations/pl.js +1 -1
  56. package/dist/translations/pl.umd.js +1 -1
  57. package/dist/translations/pt-br.js +1 -1
  58. package/dist/translations/pt-br.umd.js +1 -1
  59. package/dist/translations/pt.js +1 -1
  60. package/dist/translations/pt.umd.js +1 -1
  61. package/dist/translations/ro.js +1 -1
  62. package/dist/translations/ro.umd.js +1 -1
  63. package/dist/translations/ru.js +1 -1
  64. package/dist/translations/ru.umd.js +1 -1
  65. package/dist/translations/sk.js +1 -1
  66. package/dist/translations/sk.umd.js +1 -1
  67. package/dist/translations/sr.js +1 -1
  68. package/dist/translations/sr.umd.js +1 -1
  69. package/dist/translations/sv.js +1 -1
  70. package/dist/translations/sv.umd.js +1 -1
  71. package/dist/translations/th.js +1 -1
  72. package/dist/translations/th.umd.js +1 -1
  73. package/dist/translations/tr.js +1 -1
  74. package/dist/translations/tr.umd.js +1 -1
  75. package/dist/translations/uk.js +1 -1
  76. package/dist/translations/uk.umd.js +1 -1
  77. package/dist/translations/vi.js +1 -1
  78. package/dist/translations/vi.umd.js +1 -1
  79. package/dist/translations/zh-cn.js +1 -1
  80. package/dist/translations/zh-cn.umd.js +1 -1
  81. package/dist/translations/zh.js +1 -1
  82. package/dist/translations/zh.umd.js +1 -1
  83. package/dist/utils/common-translations.d.ts +13 -0
  84. package/package.json +6 -6
  85. package/src/index.js +1 -1
  86. package/src/pagination.js +1 -1
  87. package/src/paginationediting.js +1 -1
  88. package/src/paginationlookup.js +1 -1
  89. package/src/paginationrenderer.js +1 -1
  90. package/src/paginationui.js +1 -1
  91. package/src/ui/linesrepository.js +1 -1
  92. package/src/ui/lineview.js +1 -1
  93. package/src/ui/pagenavigatorview.js +1 -1
  94. package/src/utils/common-translations.d.ts +9 -0
  95. package/src/utils/common-translations.js +23 -0
  96. package/theme/pagination.css +23 -0
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
- All changes in the package are documented in the CKEditor 5 repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
4
+ All changes in the package are documented in https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
@@ -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={371:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,".ck.ck-pagination-view-line{border-top:1px dotted var(--ck-color-pagination-divider);height:0;pointer-events:none;position:absolute}.ck.ck-pagination-view-line:after{background:#c4c4c4;color:var(--ck-color-base-background);content:attr(data-page-number);display:inline-block;font-size:10px;min-width:18px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:-1px;text-align:center;top:-1px;transform:translateX(100%)}",""]);const r=i},953:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,'.ck.ck-page-navigator{line-height:1;padding:0 var(--ck-spacing-standard)}.ck.ck-page-navigator>.ck-input-number{-moz-appearance:textfield;background:transparent;min-width:var(--ck-ui-component-min-height);text-align:center;width:var(--ck-ui-component-min-height)}.ck.ck-page-navigator>.ck-input-number::-webkit-inner-spin-button,.ck.ck-page-navigator>.ck-input-number::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ck.ck-page-navigator>.ck-input-number:not(:focus){border:1px solid transparent;border-bottom:1px solid var(--ck-color-base-border)}.ck.ck-page-navigator>span:before{content:"/";margin:0 var(--ck-spacing-standard)}',""]);const r=i},761:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-color-pagination-divider:#ababab}.ck.ck-pagination_enabled.ck-content .page-break:after,.ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .ck-widget__type-around{display:none}.ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .page-break{break-after:column;display:block;height:0;margin:0;padding:0}.ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .ck-table-column-resizer,.ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .page-break .page-break__label,.ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .page-break:after{display:none}",""]);const r=i},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var i={};if(o)for(var r=0;r<this.length;r++){var s=this[r][0];null!=s&&(i[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);o&&i[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},673:(t,e,n)=>{"use strict";var o,i=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),s=[];function a(t){for(var e=-1,n=0;n<s.length;n++)if(s[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},o=[],i=0;i<t.length;i++){var r=t[i],c=e.base?r[0]+e.base:r[0],l=n[c]||0,u="".concat(c," ").concat(l);n[c]=l+1;var f=a(u),p={css:r[1],media:r[2],sourceMap:r[3]};-1!==f?(s[f].references++,s[f].updater(p)):s.push({identifier:u,updater:m(p,e),references:1}),o.push(u)}return o}function l(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var i=n.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var s=r(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(e)}return e}var u,f=(u=[],function(t,e){return u[t]=e,u.filter(Boolean).join("\n")});function p(t,e,n,o){var i=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=f(e,i);else{var r=document.createTextNode(i),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(r,s[e]):t.appendChild(r)}}function d(t,e,n){var o=n.css,i=n.media,r=n.sourceMap;if(i?t.setAttribute("media",i):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var g=null,h=0;function m(t,e){var n,o,i;if(e.singleton){var r=h++;n=g||(g=l(e)),o=p.bind(null,n,r,!1),i=p.bind(null,n,r,!0)}else n=l(e),o=d.bind(null,n,e),i=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else i()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=i());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var i=a(n[o]);s[i].references--}for(var r=c(t,e),l=0;l<n.length;l++){var u=a(n[l]);0===s[u].references&&(s[u].updater(),s.splice(u,1))}n=r}}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var i=e[o];if(void 0!==i)return i.exports;var r=e[o]={id:o,exports:{}};return t[o](r,r.exports,n),r.exports}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.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{Pagination:()=>It});var t=n(782),e=n(584),i=n(311);const r=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const s="object"==typeof global&&global&&global.Object===Object&&global;var a="object"==typeof self&&self&&self.Object===Object&&self;const c=s||a||Function("return this")();const l=function(){return c.Date.now()};var u=/\s/;const f=function(t){for(var e=t.length;e--&&u.test(t.charAt(e)););return e};var p=/^\s+/;const d=function(t){return t?t.slice(0,f(t)+1).replace(p,""):t};const g=c.Symbol;var h=Object.prototype,m=h.hasOwnProperty,b=h.toString,v=g?g.toStringTag:void 0;const k=function(t){var e=m.call(t,v),n=t[v];try{t[v]=void 0;var o=!0}catch(t){}var i=b.call(t);return o&&(e?t[v]=n:delete t[v]),i};var w=Object.prototype.toString;const y=function(t){return w.call(t)};var P=g?g.toStringTag:void 0;const I=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":P&&P in Object(t)?k(t):y(t)};const N=function(t){return null!=t&&"object"==typeof t};const T=function(t){return"symbol"==typeof t||N(t)&&"[object Symbol]"==I(t)};var x=/^[-+]0x[0-9a-f]+$/i,S=/^0b[01]+$/i,E=/^0o[0-7]+$/i,_=parseInt;const C=function(t){if("number"==typeof t)return t;if(T(t))return NaN;if(r(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=r(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=d(t);var n=S.test(t);return n||E.test(t)?_(t.slice(2),n?2:8):x.test(t)?NaN:+t};var R=Math.max,O=Math.min;const A=function(t,e,n){var o,i,s,a,c,u,f=0,p=!1,d=!1,g=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function h(e){var n=o,r=i;return o=i=void 0,f=e,a=t.apply(r,n)}function m(t){var n=t-u;return void 0===u||n>=e||n<0||d&&t-f>=s}function b(){var t=l();if(m(t))return v(t);c=setTimeout(b,function(t){var n=e-(t-u);return d?O(n,s-(t-f)):n}(t))}function v(t){return c=void 0,g&&o?h(t):(o=i=void 0,a)}function k(){var t=l(),n=m(t);if(o=arguments,i=this,u=t,n){if(void 0===c)return function(t){return f=t,c=setTimeout(b,e),p?h(t):a}(u);if(d)return clearTimeout(c),c=setTimeout(b,e),h(u)}return void 0===c&&(c=setTimeout(b,e)),a}return e=C(e)||0,r(n)&&(p=!!n.leading,s=(d="maxWait"in n)?R(C(n.maxWait)||0,e):s,g="trailing"in n?!!n.trailing:g),k.cancel=function(){void 0!==c&&clearTimeout(c),f=0,o=u=i=c=void 0},k.flush=function(){return void 0===c?a:v(l())},k},L=D;!function(t){const e=D,n=t();for(;;)try{if(132920===parseInt(e(180))/1*(parseInt(e(224))/2)+parseInt(e(279))/3*(parseInt(e(304))/4)+parseInt(e(227))/5+-parseInt(e(356))/6*(parseInt(e(211))/7)+parseInt(e(213))/8*(parseInt(e(323))/9)+parseInt(e(302))/10*(parseInt(e(342))/11)+-parseInt(e(215))/12*(parseInt(e(195))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(G);class M extends t.Plugin{constructor(){const t=D;super(...arguments),this[t(189)]=null}static get[L(299)](){return L(206)}[L(251)](){const t=L;if(this[t(271)]({pageBreaks:[]}),!this[t(307)][t(231)][t(367)](t(266)))return void(0,e.logWarning)(t(349),this[t(307)][t(231)]);this[t(235)]=A((()=>this[t(192)]()),200),this[t(189)]=null;const n=this[t(307)][t(217)][t(367)](t(244));this[t(278)](t(181)).to(n),this[t(307)].ui[t(245)](t(259),(()=>this[t(270)]())),this.on(t(282),((e,n,o)=>{o&&this[t(235)]()}))}[L(178)](){!function(e){function n(t){const e=D;return t[e(202)]((t=>String[e(361)](t)))[e(219)]("")}(e=>{const o=D;function i(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const r=[1,85,78,115,198,255,50,112,83,87,161],s=[127,34,6,211,167,86,146,199,132,160,18];function a(t){return function(t,e){const o=function(t){const e=atob(t),[o,i]=e[n([115,112,108,105,116])](n([45]));try{if(atob(i))return atob(o)}catch(t){}return e}(t),i=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let o=0;o<t[n([108,101,110,103,116,104])];o++)e[o]=t[n([99,104,97,114,67,111,100,101,65,116])](o);return e}(o)),r=i[n([112,111,112])](),s=i[n([112,111,112])]();return function(t){let e="";for(const o of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](o);return e}(function(t,e,o){const i={};i[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},i[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],i[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],i[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],i[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],i[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],i[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],i[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],i[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],i[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],i[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let s=null,a=16;const c=new Uint8Array(e),l=[],u=[];!function(){const t=i[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)l[n([112,117,115,104])]([0,0,0,0]),u[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),o=c[n([108,101,110,103,116,104])]/4,r=f(c);let s;for(let e=0;e<o;e++)s=e>>2,l[s][e%4]=r[e],u[t-s][e%4]=r[e];let a,p=0,d=o;for(;d<e;){a=r[o-1],r[0]^=i[n([83])][a>>16&255]<<24^i[n([83])][a>>8&255]<<16^i[n([83])][255&a]<<8^i[n([83])][a>>24&255]^i[n([114,99,111,110])][p]<<24,p+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];a=r[o/2-1],r[o/2]^=i[n([83])][255&a]^i[n([83])][a>>8&255]<<8^i[n([83])][a>>16&255]<<16^i[n([83])][a>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let s,c,f=0;for(;f<o&&d<e;)s=d>>2,c=d%4,l[s][c]=r[f],u[t-s][c]=r[f++],d++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=u[e][t],u[e][t]=i[n([85,49])][a>>24&255]^i[n([85,50])][a>>16&255]^i[n([85,51])][a>>8&255]^i[n([85,52])][255&a]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===a&&(s=d(r),a=0,p(r)),t[e]^=s[a++];return t;function f(t){const e=[];for(let o=0;o<t[n([108,101,110,103,116,104])];o+=4)e[n([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return e}function p(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function d(t){const e=l[n([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=f(t);for(let t=0;t<4;t++)r[t]^=l[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)o[e]=i[n([84,49])][r[e]>>24&255]^i[n([84,50])][r[(e+1)%4]>>16&255]^i[n([84,51])][r[(e+2)%4]>>8&255]^i[n([84,52])][255&r[(e+3)%4]]^l[t][e];r=o[n([115,108,105,99,101])]()}const s=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=l[e][t],s[4*t]=255&(i[n([83])][r[t]>>24&255]^a>>24),s[4*t+1]=255&(i[n([83])][r[(t+1)%4]>>16&255]^a>>16),s[4*t+2]=255&(i[n([83])][r[(t+2)%4]>>8&255]^a>>8),s[4*t+3]=255&(i[n([83])][255&r[(t+3)%4]]^a);return s}}(i,e,s+256*r))}(t,new Uint8Array([...r,29,221,175,90,231,133,239,240,75,180,...s]))}const c=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:16,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,101,114,103,101,32,70,105,101,108,100,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,101,114,103,101,70,105,101,108,100,115,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,101,114,103,101,70,105,101,108,100,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,i(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),l={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){b(m(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){b(function(t,e){try{if(N(f,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=T(f,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return m(t,e)}catch(t){return v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const o=s[0]*r[1],i=s[0]*r[2],a=s[2]*r[2];function c(t,e){l(),v(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[k()]=t===n([116,105,109,101])?o:i}function l(){const t=f;function e(){N(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(T(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),T(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,T(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=P,T(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=P,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=P,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=P,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),N(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(T(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),T(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,T(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=P,T(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=P)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{const o=D;if(N(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),N(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const i=T(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),r=i[o(238)](0),s=i[o(295)](r[n([105,100])]);T(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](r[n([105,100])],s?s[n([105,100])]:null,1)[o(204)]((()=>e()))}}))}N(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&T(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[k()]=a),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))l();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=D;if(!N(f,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(248)](Number(e))){if(window[e]===o)return n([116,105,109,101]);if(window[e]===i)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=s[6]*r[8]*r[6];return N(f,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{c(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const l=T(f,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];l[n([108,101,110,103,116,104])]>=7?c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):l.on(n([97,100,100]),(()=>{l[n([108,101,110,103,116,104])]>=7&&c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=D;if(!N(f,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(248)](Number(e))&&window[e]===a)return!0;return!1}()?v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):m(t,e)}catch(t){return v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},u=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],f=n([99,111,110,116,101,120,116])in e?e[o(347)]:e[o(307)],p=n([52,48,52,56,49,52,53,48]),d=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),g=f[o(231)][o(367)](n([108,105,99,101,110,115,101,75,101,121])),h=c[n([102,105,108,116,101,114])](i)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===u));function m(t,e){try{return function(t){if(!N(f,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},o=e[n([97,105,119,115,103,105,99])]||!1,i=e[n([97,105,116,99,100,103,105,108])]||!1,r=e[n([97,105,114,118,105,105,108])]||!1;return!(!N(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||T(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!o)||(!(!N(f,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||T(f,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!i)||!(!N(f,n([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]))||T(f,n([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]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r))}(e)?v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const i=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),r=function(t,e){const i=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!i&&c[n([102,105,108,116,101,114])]((t=>i[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=o,i={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:I};return!!t[e(344)]&&i[t[e(344)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return i||r}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(p)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function b(e,o){if(f instanceof t.Context){const t=f;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?w(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{w(t),v(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),s[6]*r[8]*r[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,i)=>{e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||y(i)}))}else{const t=f;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?y(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((i,r)=>{r[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(y(t),v(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),i[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function v(t){const e=k();return f[e]=t,t}function k(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let o=0;o<t[n([108,101,110,103,116,104])];o+=2){let i=parseInt(t[n([115,117,98,115,116,114,105,110,103])](o,o+2));i>=d[n([108,101,110,103,116,104])]&&(i-=d[n([108,101,110,103,116,104])]),e+=d[i]}return e}function w(t){for(const e of t[n([101,100,105,116,111,114,115])])y(e);T(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),T(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=P}function y(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=P,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=P,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function P(){return null}function I(){return!window[n([68,114,117,112,97,108])]||!N(f,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function N(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function T(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}h&&function t(e,o){l[o[n([104,97,110,100,108,101,114])]](e,o),o[n([99,104,101,99,107,65,108,115,111])]&&o[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>N(f,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=a(t),o=JSON[n([112,97,114,115,101])](e),i=parseInt(o[n([49])]),r=o[n([50])]||"",s=parseInt(o[n([51])]),c=parseInt(o[n([52])])||0,l=parseInt(o[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:r,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:i,[n([105,115,84,114,105,97,108])]:s,[n([105,115,73,110,116,101,114,110,97,108])]:l}}catch(t){return null}}(g),h)})(e)}(this)}[L(298)](){const t=L;super[t(298)](),this[t(189)]&&(this[t(235)][t(284)](),this[t(189)][t(298)](),this[t(189)][t(289)][t(253)]())}[L(270)](){const t=L,e=this[t(307)],n=e[t(267)][t(291)],o=this[t(254)]();if(!o||0===o[t(296)])return void e.ui[t(245)](t(241),(()=>this[t(270)]()));const{pageWidth:r,pageHeight:s}=e[t(231)][t(367)](t(266)),{top:a,left:c,bottom:l,right:u}=this[t(212)];this[t(189)]=new i.View(e[t(364)]);const f=this[t(189)];f[t(271)](t(285),""),f[t(283)]({tag:t(265),attributes:{contenteditable:!0,style:{columnWidth:r,width:r,height:t(264)+s+t(207)+a+t(207)+l+" )",minWidth:t(233),minHeight:t(233),padding:"0 "+u+t(260)+c,columnGap:t(319),border:0,boxSizing:t(261),columnCount:t(233),columnFill:t(233),overflow:t(340),position:t(186),top:t(326),left:t(326)},tabindex:"-1",class:f[t(280)].to(t(285))}}),f[t(365)](),o[t(187)][t(337)](f[t(289)],o[t(286)]),this[t(220)](n,t(365),(()=>this[t(235)]()),{priority:t(183)}),this[t(235)]()}[L(254)](){const t=L;for(const e of this[t(307)][t(267)][t(291)][t(249)][t(205)]())if(e[t(318)][t(328)][t(292)](e))return e;return null}[L(192)](){const t=L;if(!this[t(181)])return Promise[t(336)]();const e=this[t(307)][t(267)][t(291)],n=this[t(189)],o=this[t(254)]();if(!o)return Promise[t(336)]();for(n[t(285)]=[t(191),t(316),...o[t(357)]][t(219)](" ");n[t(289)][t(216)];)n[t(289)][t(216)][t(253)]();const i=Array[t(225)](e[t(249)]);i[t(315)]((([,e],[,n])=>e[t(348)](n)==Node[t(250)]?1:-1));for(const[e,o]of i){const i=document[t(200)](t(265));i[t(352)][t(359)]=e,n[t(289)][t(274)](i);for(const e of[...o[t(222)](!0)[t(321)]])i[t(274)](e)}return function(e){const n=t;return Promise[n(243)](e[n(202)]((t=>{return Promise[n(312)]([(o=t,new Promise((t=>{const e=D;function n(){const e=D;o[e(232)](e(176),n),o[e(232)](e(263),n),t()}o[e(268)]?t():(o[e(313)](e(176),n),o[e(313)](e(263),n))}))),(e=1e3,new Promise((t=>setTimeout(t,e))))]);var e,o})))}(Array[t(225)](n[t(289)][t(229)](t(297))))[t(204)]((()=>this[t(230)]()))}[L(230)](){const t=L,n=this[t(189)][t(289)];if(!n[t(318)][t(328)][t(292)](n))return;const o=new e.Rect(n)[t(362)](),i=e.global[t(188)][t(257)](n),r=parseFloat(i[t(333)])+parseFloat(i[t(320)]),s=Math[t(281)](o[t(203)]+100-r),a=H(n,Math[t(281)](o[t(177)]-n[t(185)]),s)[t(202)]((e=>this[t(214)](e)));a[t(339)]((t=>!!t))&&(this[t(276)]=a)}[L(214)](t){const e=L,n=this[e(307)][e(267)][e(291)],o=this[e(307)][e(267)][e(325)],i=n[e(275)],r=t[e(223)][e(228)](),s=this[e(189)][e(289)][e(321)][r][e(352)][e(359)],a=n[e(355)](s);if(!a)return null;const c=function(t,n){const o=e;let i=t;for(const t of n[o(223)]){if(!i)return null;i=i[o(321)][t]}return i}(a,t);if(!c)return null;const l=i[e(256)](c,t[e(184)]||0);return l?e(240)==t[e(247)]?this[e(309)](l,c):e(310)==t[e(247)]&&o[e(317)](l)[e(277)]?this[e(366)](l,c,t[e(184)]):this[e(273)](l,c,t[e(277)]):null}[L(309)](t,e){const n=L,o=this[n(307)][n(210)],i=this[n(307)][n(267)][n(325)][n(363)](t[n(272)]),r=o[n(218)](i);return new V({type:n(240),modelRange:r,domNode:e,offset:0})}[L(366)](t,e,n){const o=L,i=this[o(307)][o(210)],r=this[o(307)][o(267)][o(325)],s=this[o(307)][o(267)][o(291)][o(275)];if(n>=e[o(179)])return null;const a=r[o(317)](t),c=i[o(234)](a),l=r[o(197)](t),u=s[o(255)](l);return new V({type:o(310),modelRange:c,domNode:e,offset:B(e,n,u)})}[L(273)](t,n,o){const i=L,r=this[i(307)][i(210)],s=this[i(307)][i(267)],a=s[i(325)],c=s[i(291)][i(275)],l=a[i(197)](t),u=a[i(363)](l),f=function(t){const e=i,n=t[e(272)],o=n[e(306)][e(252)][e(210)],r=n[e(353)]({parentFirst:!0,includeSelf:!0});let s=null;for(const n of r){if(n.is(e(324)))return s;if(!o[e(258)](n)[e(360)](t))return s;s=n}}(r[i(258)](u))||u;let p=a[i(221)](f),d=r[i(218)](f);const g=r[i(258)](f)[i(308)];if(g&&g.is(i(289),i(329))){const t=a[i(221)](g),n=c[i(255)](t),o=e.global[i(188)][i(257)](n)[i(311)];i(177)!=o&&i(242)!=o||(d=r[i(218)](g))}for(;p[i(272)]!==p[i(306)]&&0===p[i(182)];)p=p[i(272)];const h=new e.Rect(Y(n)?n:j(n)),m=o?h[i(288)]-o:0,b=c[i(255)](p),v=new e.Rect(b);return new V({type:i(289),modelRange:d,domNode:b,offset:Math[i(335)](m)?m+h[i(301)]-v[i(301)]:0})}get[L(212)](){const t=L,e=this[t(307)][t(231)][t(367)](t(314));return Object[t(201)]({top:t(193),bottom:t(193),left:t(193),right:t(193)},e)}static[L(303)](t,e,n,o){return H(t,e,n,o)}}class V{constructor({type:t,modelRange:e,domNode:n,offset:o}){const i=L;this[i(247)]=t,this[i(196)]=e,this[i(330)]=n,this[i(346)]=o}get[L(277)](){const t=L;if(!this[t(330)][t(318)][t(328)][t(292)](this[t(330)]))return 0;const n=new e.Rect(Y(this[t(330)])?this[t(330)]:j(this[t(330)]));return t(240)==this[t(247)]?n[t(301)]+n[t(288)]/2:n[t(301)]+this[t(346)]}}function B(t,n,o){const i=L,r=j(t),s=function(t){const n=D,o=e.global[n(252)][n(234)]();return o[n(269)](t),o}(o);let a;a=0==n?U(s[i(300)],s[i(358)],t[i(187)],Array[i(225)](t[i(187)][i(321)])[i(338)](t)):U(s[i(300)],s[i(358)],t,n);const c=U(t,n,s[i(327)],s[i(236)]),l=new e.Rect(a)[i(331)];return(new e.Rect(c)[i(301)]+l)/2-new e.Rect(r)[i(301)]}function j(t){const n=L,o=e.global[n(252)][n(234)]();return o[n(350)](t),o}function K(t,n,o){const i=L,r=e.global[i(252)][i(234)]();return r[i(354)](t,n),r[i(226)](t,o),r}function D(t,e){const n=G();return(D=function(t,e){return n[t-=175]})(t,e)}function U(t,n,o,i){const r=L,s=e.global[r(252)][r(234)]();return s[r(354)](t,n),s[r(226)](o,i),s}function G(){const t=["startOffset","rootName","isTouching","fromCharCode","excludeScrollbarsAndBorders","toModelElement","locale","render","_mapTextPageStarterInfoToPageBreakInfo","get","figure.image","load","left","afterInit","length","3lIekhX","isEnabled","index","low","textOffset","scrollLeft","absolute","parentNode","window","_pagesContainer","className","ck-reset","_recalculatePageBreaks","10mm","offsetParent","4824521tXaNyG","modelRange","findMappedViewAncestor","closest","ck-fake-selection-container","createElement","assign","map","width","then","values","PaginationLookup"," - ","nodeType","entries","model","881636aroCsc","_configuredPaddings","168kkCNPk","_mapPageStarterInfoToPageBreakInfo","12IaSzou","firstChild","plugins","createRangeOn","join","listenTo","toViewElement","cloneNode","path","87898YSStbm","from","setEnd","859380XvHbpd","shift","querySelectorAll","_updatePageBreaksData","config","removeEventListener","auto","createRange","_recalculatePageBreaksDebounced","endOffset","parentElement","getRevision","previousElementSibling","manual","update","right","all","PaginationEditing","once","ELEMENT_NODE","type","isNaN","domRoots","DOCUMENT_POSITION_PRECEDING","init","document","remove","_getAttachedDomRoot","mapViewToDom","domPositionToView","getComputedStyle","createPositionBefore","ready"," 0 ","border-box","getClientRects","error","calc( ","div","pagination","editing","complete","selectNodeContents","_onUiReady","set","parent","_mapElementPageStarterInfoToPageBreakInfo","append","domConverter","pageBreaks","offset","bind","51666kBTeiD","bindTemplate","floor","change:isEnabled","setTemplate","cancel","class","nextSibling","nextElementSibling","height","element","TEXT_NODE","view","contains","table-cell","position","getEarlierVisibleRevision","childElementCount","img","destroy","pluginName","startContainer","top","149180UrsVzJ","_findPageStarterInfos","32oRiHuB","style","root","editor","nodeBefore","_mapManualPageStarterInfoToPageBreakInfo","text","float","race","addEventListener","pagination.pageMargins","sort","ck-pagination-view","toModelPosition","ownerDocument","100px","paddingRight","childNodes",".page-break","55206YwRFFU","rootElement","mapper","-99999px","endContainer","body","imageBlock","_domNode","bottom","page-break","paddingLeft","none","round","resolve","insertBefore","indexOf","every","hidden","display","44QWAShb","ceil","forbiddenHandler","previousSibling","_offset","context","compareDocumentPosition","pagination-config-not-found","selectNode","push","dataset","getAncestors","setStart","getDomRoot","6HKLjHH","classList"];return(G=function(){return t})()}function H(t,e,n,o){const i=L,r=[];for(const[s,a]of t[i(321)][i(209)]()){let t=[];Y(a)&&a[i(194)]&&!a[i(305)][i(294)]?t=F(a,s,e,n,o):J(a)&&(t=z(a,s,e,n,o)),t[i(179)]&&(r[i(351)](...t),e+=t[i(179)]*n,o=!1)}return r}function F(t,n,o,i,r){const s=L,a=[];var c;(c=t[s(345)])&&Y(c)&&Boolean(c[s(357)][s(292)](s(332))||c[s(198)](s(322)))&&(a[s(351)]({type:s(240),offset:0,path:[n-1]}),r=!0);const l=t[s(198)](s(175));if(l&&function(t){const n=s;let o=!1;const i=t[n(237)][n(352)][n(359)],r=t[n(287)],a=t[n(239)],c=r&&e.global[n(188)][n(257)](r)[n(311)],l=r&&n(199)===r[n(190)];return!i||r||a||(o=!0),i&&!a&&l&&(o=!0),i&&!a&&n(334)!==c&&(o=!0),!o}(l)){const t=e.global[s(188)][s(257)](l)[s(311)];if(s(177)==t||s(242)==t)return a}const u=H(t,o,i,r);if(u[s(179)]){for(const t of u)a[s(351)]({type:t[s(247)],offset:t[s(277)],textOffset:t[s(184)],path:[n,...t[s(223)]]}),o+=i,r=!1;return a}return a[s(351)](...function(t,n,o,i,r){const a=s,c=[];if(a(293)==e.global[a(188)][a(257)](t)[a(341)])return[];const l=[];for(const e of t[a(262)]())if(e[a(177)]>=o){for(const t of l)t[a(288)]+=e[a(288)];l[a(351)]({height:e[a(288)]}),o+=i}for(const t of l)r||c[a(351)]({type:a(289),offset:t[a(288)],textOffset:0,path:[n]}),r=!1;return c}(t,n,o,i,r)),a}function z(t,e,n,o,i){const r=L,s=j(t),a=[];let c=0;for(const l of s[r(262)]())if(l[r(177)]>=n){const s=W(t,c,n,o);i||a[r(351)]({type:r(310),path:[e],textOffset:s}),c=s,n+=o,i=!1}return a}function W(t,e,n,o){const i=L;let r=e,s=t[i(179)];for(;s-r>1;){const e=Math[i(343)]((r+s)/2);q(K(t,r,e),n,o)?s=e:r=e}return r}function q(t,e,n){const o=L;for(const i of t[o(262)]())if(i[o(177)]>=e&&i[o(177)]<e+n)return!0;return!1}function Y(t){const e=L;return t[e(208)]==Node[e(246)]}function J(t){const e=L;return t[e(208)]==Node[e(290)]}var X=n(673),Q=n.n(X),$=n(371),Z={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Q()($.A,Z);$.A.locals;function tt(t,e){const n=et();return(tt=function(t,e){return n[t-=192]})(t,e)}function et(){const t=["71296kBquHW","85AqWcVv","4476967WOiOCv","ck-pagination-view-line","bindTemplate","8258hLuMGH","ck-hidden","1611520rcURVJ","9290FKkqfa","left","710133pAuLdE","div","width","3303bbuKhc","set","5yVTyif","217GhwLME","isVisible","setTemplate","pageNumber","2271738TJerUz","top"];return(et=function(){return t})()}!function(t){const e=tt,n=t();for(;;)try{if(203815===parseInt(e(200))/1*(-parseInt(e(204))/2)+parseInt(e(209))/3+-parseInt(e(206))/4+parseInt(e(192))/5*(parseInt(e(197))/6)+-parseInt(e(193))/7*(-parseInt(e(199))/8)+parseInt(e(212))/9*(-parseInt(e(207))/10)+parseInt(e(201))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(et);const nt=(0,e.toUnit)("px");class ot extends i.View{constructor(){const t=tt;super();const e=this[t(203)];this[t(213)]({isVisible:!1,left:null,top:null,width:null,pageNumber:null}),this[t(195)]({tag:t(210),attributes:{"data-page-number":e.to(t(196)),class:["ck",t(202),e.if(t(194),t(205),(t=>!t))],style:{left:e.to(t(208),(t=>nt(t))),top:e.to(t(198),(t=>nt(t))),width:e.to(t(211),(t=>nt(t)))}}})}}function it(t,e){const n=st();return(it=function(t,e){return n[t-=197]})(t,e)}const rt=it;function st(){const t=["size","9ENPWDr","1343436QYrtcS","isVisible","showLine","add","delete","83TsRLVh","cleanLines","4314870QYRjFN","1796800CpcMLZ","body","clear","values","pageNumber","view","destroy","15382TWUkiC","3426532HuSvwk","5686970oJbGVV","2731296klHnxT","_viewCollection","set","_visibleLines","10Hjbykb","_hiddenLines"];return(st=function(){return t})()}!function(t){const e=it,n=t();for(;;)try{if(504013===-parseInt(e(218))/1*(parseInt(e(202))/2)+-parseInt(e(213))/3+parseInt(e(203))/4+-parseInt(e(209))/5*(-parseInt(e(205))/6)+parseInt(e(220))/7+-parseInt(e(221))/8+-parseInt(e(212))/9*(parseInt(e(204))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(st);class at{constructor(t){const e=it;this[e(208)]=new Set,this[e(210)]=new Set,this[e(206)]=t.ui[e(200)][e(222)]}[rt(201)](){const t=rt;for(const e of this[t(210)])e[t(201)]()}[rt(219)](){const t=rt;for(const e of this[t(208)])e[t(214)]=!1,this[t(210)][t(216)](e);this[t(208)][t(197)]()}[rt(215)](t,n,o,i){const r=rt;let s;this[r(210)][r(211)]?(s=(0,e.first)(this[r(210)][r(198)]()),this[r(210)][r(217)](s)):(s=new ot,this[r(206)][r(216)](s)),s[r(199)]=i,s[r(214)]=!0,this[r(208)][r(216)](s),s[r(207)]({left:t,top:n,width:o})}}const ct=ut;function lt(){const t=["set","1455048nxKWjD","width","scrollTo","init","smooth","showLine","_updatePageBreakLines","_renderPageBreakLine","body","overflowY","domRoots","scrollLeft","251288MteLTf","cleanLines","editing","PaginationEditing","left","change:isEnabled","_resizeObserver","scroll","_getPageBreakLineOffset","update","editor","scrollTop","_onUiReady","length","scrollToPage","offset","_toggleEditingRootsClass","_scrollableEditingRootDomAncestor","once","auto","bottom","document","listenTo","change","window","height","contains","plugins","isMotionReduced","354033iGOSer","get","roots","_linesRepository","153489DoxEag","isEnabled","removeClass","ck-pagination_enabled","ready","resize","bind","ownerDocument","addClass","143392qaxPQc","PaginationLookup","top","parentElement","change:pageBreaks","1760956DFTHlo","_getAttachedDomRoot","view","tagName","BODY","excludeScrollbarsAndBorders","instant","destroy","pageBreaks","pageNumber","pluginName","values","_paginationLookupPlugin","PaginationRenderer","getComputedStyle","837245GYJAEH"];return(lt=function(){return t})()}function ut(t,e){const n=lt();return(ut=function(t,e){return n[t-=157]})(t,e)}!function(t){const e=ut,n=t();for(;;)try{if(789905===parseInt(e(222))/1+parseInt(e(227))/2+-parseInt(e(209))/3+-parseInt(e(180))/4+parseInt(e(166))/5+-parseInt(e(168))/6+parseInt(e(213))/7)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(lt);const ft=ct(216);class pt extends t.Plugin{constructor(){const t=ct;super(...arguments),this[t(197)]=null,this[t(186)]=null}static get[ct(161)](){return ct(164)}[ct(171)](){const t=ct;this[t(167)]({pageNumber:1}),this[t(212)]=new at(this[t(190)]),this[t(197)]=null,this[t(186)]=null,this[t(163)]=this[t(190)][t(207)][t(210)](t(223)),this[t(219)](t(214)).to(this[t(190)][t(207)][t(210)](t(183))),this[t(190)].ui[t(198)](t(217),(()=>this[t(192)]())),this[t(196)](ft),this.on(t(185),((e,n,o)=>{const i=t;o||this[i(212)][i(181)](),this[i(196)](ft,o)}))}[ct(158)](){const t=ct;this[t(196)](ft,!1),this[t(212)][t(158)](),this[t(197)]=null,this[t(186)]&&this[t(186)][t(158)]()}[ct(194)](t){const n=ct;if(!this[n(214)])return;const o=t>1?this[n(188)](t-1):0;this[n(197)][n(170)]({top:o-10,left:this[n(197)][n(179)],behavior:e.env[n(208)]?n(157):n(172)})}[ct(192)](){const t=ct,n=this[t(190)],o=this[t(228)]();o?(this[t(197)]=function(n){const o=t;let i=n;do{i=i[o(225)];const t=e.global[o(204)][o(165)](i)[o(177)];if(o(199)==t||o(187)==t)break}while(o(231)!=i[o(230)]);return i}(o),n.ui[t(229)][t(202)](this[t(197)],t(187),(()=>{this[t(174)]()}),{usePassive:!0}),n.ui[t(229)][t(202)](e.global[t(204)],t(218),(()=>this[t(174)]())),this[t(186)]=new e.ResizeObserver(this[t(197)],(()=>{this[t(174)]()})),this[t(202)](this[t(163)],t(226),(()=>this[t(174)]()))):n.ui[t(198)](t(189),(()=>this[t(192)]()))}[ct(228)](){const t=ct;for(const e of this[t(190)][t(182)][t(229)][t(178)][t(162)]())if(e[t(220)][t(176)][t(206)](e))return e;return null}[ct(174)](){const t=ct;if(!this[t(214)])return;const n=this[t(228)](),o=this[t(163)][t(159)];if(this[t(212)][t(181)](),!n||1==o[t(193)])return void(this[t(160)]=1);const i=new e.Rect(n)[t(232)](),r=new e.Rect(this[t(197)])[t(232)](),s=r[t(224)]+r[t(205)]/3;let a=!1;for(let e=1;e<o[t(193)];e++){const n=this[t(188)](e,r);if(!n)continue;const o=r[t(224)]+n-this[t(197)][t(191)];this[t(175)](o,i,r,e),o>s&&!a&&(this[t(160)]=e,a=!0)}a||(this[t(160)]=o[t(193)])}[ct(175)](t,n,o,i){const r=ct,{scrollX:s,scrollY:a}=e.global[r(204)];o[r(224)]<t&&t<o[r(200)]&&this[r(212)][r(173)](n[r(184)]+s,t+a,n[r(169)],i+1)}[ct(188)](t,n=null){const o=ct,i=this[o(163)][o(159)][t][o(195)];return i?(n||(n=new e.Rect(this[o(197)])[o(232)]()),i-n[o(224)]+this[o(197)][o(191)]):0}[ct(196)](t,e=!0){const n=ct,o=this[n(190)][n(182)][n(229)];o[n(203)]((i=>{const r=n;for(const n of o[r(201)][r(211)])e?i[r(221)](t,n):i[r(215)](t,n)}))}}var dt=n(761),gt={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Q()(dt.A,gt);dt.A.locals;class ht extends t.Plugin{static get pluginName(){return"PaginationEditing"}static get requires(){return[M,pt]}init(){this.set({pageNumber:1,totalPages:1});const t=this.editor.plugins.get("Pagination"),n=this.editor.plugins.get(M),o=this.editor.plugins.get(pt);this.bind("isEnabled").to(t),this._setUpDataDowncastConversion(),this.bind("pageNumber").to(o),this.listenTo(n,"change:pageBreaks",((t,e,n,o)=>{this.totalPages=n.length,this._updatePageBreakMarkers(n,o)})),this._setupKeystrokes();const i=this.editor;this.licenseKey=i.config.get("licenseKey"),this._licenseKeyCheckInterval=setInterval((()=>{let t;for(const e in i){const n=e,o=i[n];if("paginationLicenseKeyTrial"===o||"paginationLicenseKeyInvalid"===o||"paginationLicenseKeyValid"===o||"paginationLicenseKeyTrialLimit:operations"===o){delete i[n],t=o;break}}if("paginationLicenseKeyInvalid"===t)throw clearInterval(this._licenseKeyCheckInterval),new e.CKEditorError("pagination-invalid-license-key",null);if("paginationLicenseKeyTrial"===t&&console.info("You are using the trial version of CKEditor 5 pagination plugin with limited usage. Make sure you will not use it in the production environment."),"paginationLicenseKeyTrialLimit:operations"===t)throw clearInterval(this._licenseKeyCheckInterval),new e.CKEditorError("pagination-trial-license-key-reached-limit-changes",null);"paginationLicenseKeyValid"===t&&clearInterval(this._licenseKeyCheckInterval)}),1e3)}destroy(){clearInterval(this._licenseKeyCheckInterval)}scrollToPage(t){this.isEnabled&&this.editor.plugins.get(pt).scrollToPage(this._validatePageNumber(t))}moveSelectionToPage(t){if(!this.isEnabled)return;const e=this.editor,n=this.editor.plugins.get(M).pageBreaks[t-1];n&&e.model.change((t=>{switch(n.type){case"manual":{const o=e.model.schema.getNearestSelectionRange(n.modelRange.end,"forward");t.setSelection(o);break}case"element":{const o=e.model.schema.getNearestSelectionRange(n.modelRange.start,"forward");t.setSelection(o);break}case"text":{const e=n.modelRange.start;if(" "===e.textNode.data[e.offset]){const n=t.createPositionAt(e.parent,e.offset+1);t.setSelection(n)}else t.setSelection(n.modelRange)}}e.editing.view.focus()}))}goToNextPage(){const t=this._validatePageNumber(this.pageNumber+1);this.moveSelectionToPage(t),this.scrollToPage(t)}goToPreviousPage(){const t=this._validatePageNumber(this.pageNumber-1);this.moveSelectionToPage(t),this.scrollToPage(t)}_updatePageBreakMarkers(t,e){const n=this.editor.model;this.isEnabled&&n.change((o=>{for(let e=1;e<t.length;e++){const i=t[e].modelRange,r="pagination:"+(e+1);n.markers.has(r)?o.updateMarker(r,{range:i}):o.addMarker(r,{range:i,usingOperation:!1,affectsData:!0})}for(let i=t.length;i<e.length;i++){const t="pagination:"+(i+1);n.markers.has(t)&&o.removeMarker(t)}}))}_setUpDataDowncastConversion(){this.editor.conversion.for("dataDowncast").add((t=>{t.on("addMarker:pagination",((t,{markerRange:e,markerName:n},o)=>{if(!o.options.pagination)return;if(!o.consumable.consume(e,t.name))return;const i=e.getContainedElement();let r=i?o.mapper.toViewElement(i):null;if(!r){const t=e.start;if(o.schema.checkChild(t,"$text")){const e=o.mapper.toViewPosition(t);r=o.writer.createContainerElement("span"),r.getFillerOffset=()=>null,o.writer.insert(e,r)}else{const e=t.nodeAfter;r=o.mapper.toViewElement(e)}}for(;r.parent!==r.root&&0===r.index;)r=r.parent;const s=n.substring(11);o.writer.setStyle("page-break-before","always",r),o.writer.setAttribute("data-pagination-page",s,r),o.mapper.bindElementToMarker(r,n),t.stop()}))}))}_setupKeystrokes(){const t=this.editor,e=t.locale.t;t.keystrokes.set("Shift+Pageup",((t,e)=>{this.goToPreviousPage(),e()})),t.keystrokes.set("Shift+Pagedown",((t,e)=>{this.goToNextPage(),e()})),t.accessibility.addKeystrokeInfoGroup({id:"pagination",label:e("Keystrokes for navigating through documents"),keystrokes:[{label:e("Go to the previous page (also move selection)"),keystroke:"Shift+Pageup",mayRequireFn:!0},{label:e("Go to the next page (also move selection)"),keystroke:"Shift+Pagedown",mayRequireFn:!0}]})}_validatePageNumber(t){return t<1&&(t=1),t>this.totalPages&&(t=this.totalPages),t}}var mt=n(953),bt={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};Q()(mt.A,bt);mt.A.locals;class vt extends i.View{constructor(t){super(t);const e=t.t,n=this.bindTemplate;this.set({pageNumber:1,totalPages:1,isEnabled:!0}),this.pageNumberView=new i.InputNumberView(t,{min:1,step:1}),this.pageNumberView.set({inputMode:"numeric",tabIndex:-1}),this.pageNumberView.bind("ariaLabel").to(this,"totalPages",(t=>e("Current page number (from 1 to %0)",t))),this.pageNumberView.bind("max").to(this,"totalPages"),this.pageNumberView.bind("isReadOnly").to(this,"isEnabled",(t=>!t)),this.setTemplate({tag:"div",attributes:{class:["ck","ck-page-navigator",n.if("isEnabled","ck-disabled",(t=>!t))]},children:[this.pageNumberView,{tag:"span",children:[{text:n.to("totalPages")}]}]})}render(){super.render();const t=this.pageNumberView.element,n=t=>{this.pageNumberView.element.value=String(t)};n(this.pageNumber),this.on("change:pageNumber",((t,e,o)=>{n(o)})),this.listenTo(t,"keydown",((n,o)=>{if("ArrowUp"===o.key||"ArrowDown"===o.key)return void o.stopPropagation();if(o.keyCode!==e.keyCodes.enter)return;o.preventDefault();const i=t.valueAsNumber;Number.isNaN(i)?t.value=String(this.pageNumber):(t.checkValidity()?this.pageNumber=i:i>this.totalPages?(this.pageNumber=this.totalPages,t.value=String(this.totalPages)):(this.pageNumber=1,t.value="1"),this.fire("navigation",this.pageNumber))})),this.listenTo(t,"blur",(()=>{t.value=String(this.pageNumber)})),this.listenTo(t,"focus",(()=>{this.pageNumberView.select()}))}focus(){this.element.firstChild.focus()}}class kt extends t.Plugin{static get pluginName(){return"PaginationUI"}init(){const t=this.editor,e=t.plugins.get("PaginationEditing"),n=t.locale.t;t.ui.componentFactory.add("pageNavigation",(t=>{const n=new vt(t);return n.bind("pageNumber").to(e),n.bind("totalPages").to(e),n.bind("isEnabled").to(e),n.on("navigation",((t,n)=>{e.moveSelectionToPage(n),e.scrollToPage(n)})),n})),t.ui.componentFactory.add("nextPage",(t=>{const o=new i.ButtonView(t);return o.isEnabled=!0,o.label=n("Go to next page"),o.icon='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 .75a9.25 9.25 0 110 18.5 9.25 9.25 0 010-18.5zm0 1.5a7.75 7.75 0 100 15.5 7.75 7.75 0 000-15.5zm0 2.022a.75.75 0 01.743.649l.007.101v8.165l2.714-2.705a.75.75 0 01.977-.07l.084.072a.75.75 0 01.07.976l-.072.084-3.994 3.981a.75.75 0 01-.975.073l-.084-.073-3.99-3.98a.75.75 0 01.975-1.135l.085.072 2.71 2.706V5.022a.75.75 0 01.75-.75z"/></svg>\n',o.tooltip=!0,o.keystroke="Shift+PageDown",o.bind("isEnabled").to(e),this.listenTo(o,"execute",(()=>{e.goToNextPage()})),o})),t.ui.componentFactory.add("previousPage",(t=>{const o=new i.ButtonView(t);return o.isEnabled=!0,o.label=n("Go to previous page"),o.icon='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 19.25a9.25 9.25 0 100-18.5 9.25 9.25 0 000 18.5zm0-1.5a7.75 7.75 0 110-15.5 7.75 7.75 0 010 15.5zm0-2.022a.75.75 0 00.743-.649l.007-.101V6.813l2.714 2.705a.75.75 0 00.977.07l.084-.072a.75.75 0 00.07-.976l-.072-.084-3.994-3.981a.75.75 0 00-.975-.073l-.084.073-3.99 3.98a.75.75 0 00.975 1.135l.085-.072 2.71-2.706v8.166c0 .414.336.75.75.75z"/></svg>\n',o.tooltip=!0,o.keystroke="Shift+PageUp",o.bind("isEnabled").to(e),this.listenTo(o,"execute",(()=>{e.goToPreviousPage()})),o}))}}function wt(){const t=["9KcHDgd","set","init","4626321VYjeVf","pluginName","requires","browserCheck","1958646vWKKWh","Pagination","1981002GdllgD","forceDisabled","plugins","pageNumber","bind","6133424AfaRgD","config","180920mrEGAs","1157884LCOqcx","totalPages","scrollToPage","ready","get","editor","isEnabled","pagination.enableOnUnsupportedBrowsers","2944410bqlusd","isBlink"];return(wt=function(){return t})()}const yt=Pt;function Pt(t,e){const n=wt();return(Pt=function(t,e){return n[t-=220]})(t,e)}!function(t){const e=Pt,n=t();for(;;)try{if(506540===-parseInt(e(233))/1+-parseInt(e(226))/2+-parseInt(e(244))/3*(-parseInt(e(234))/4)+parseInt(e(242))/5+parseInt(e(224))/6+parseInt(e(220))/7+-parseInt(e(231))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(wt);class It extends t.Plugin{static get[yt(221)](){return yt(225)}static get[yt(222)](){return[ht,kt]}constructor(t){const e=yt;super(t),this[e(240)]=!1}[yt(246)](){const t=yt;this[t(245)]({pageNumber:1,totalPages:1});const n=this[t(239)][t(228)][t(238)](ht);this[t(230)](t(229)).to(n),this[t(230)](t(235)).to(n),e.env[t(243)]||this[t(239)][t(232)][t(238)](t(241))?this[t(239)].on(t(237),(()=>{this[t(240)]=!0})):this[t(227)](t(223))}[yt(236)](t){const e=yt;this[e(239)][e(228)][e(238)](ht)[e(236)](t)}}function Nt(){var t=["2359412VbEfXn","4655075hrhTbt","1206807xkUeht","5662020rkMvTl","241702KTtvhW","26659344kMJvfA","174936HKfRlg","3BgPCwI"];return(Nt=function(){return t})()}function Tt(t,e){var n=Nt();return(Tt=function(t,e){return n[t-=184]})(t,e)}!function(t){for(var e=Tt,n=t();;)try{if(541245===-parseInt(e(187))/1+parseInt(e(189))/2+-parseInt(e(190))/3*(parseInt(e(191))/4)+-parseInt(e(184))/5+-parseInt(e(186))/6+-parseInt(e(185))/7+parseInt(e(188))/8)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Nt)})(),(window.CKEditor5=window.CKEditor5||{}).pagination=o})();
5
+ */(()=>{var t={371:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,".ck.ck-pagination-view-line{border-top:1px dotted var(--ck-color-pagination-divider);height:0;pointer-events:none;position:absolute}.ck.ck-pagination-view-line:after{background:#c4c4c4;color:var(--ck-color-base-background);content:attr(data-page-number);display:inline-block;font-size:10px;min-width:18px;padding:var(--ck-spacing-tiny) var(--ck-spacing-medium);position:absolute;right:-1px;text-align:center;top:-1px;transform:translateX(100%)}",""]);const r=i},953:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,'.ck.ck-page-navigator{line-height:1;padding:0 var(--ck-spacing-standard)}.ck.ck-page-navigator>.ck-input-number{-moz-appearance:textfield;background:transparent;min-width:var(--ck-ui-component-min-height);text-align:center;width:var(--ck-ui-component-min-height)}.ck.ck-page-navigator>.ck-input-number::-webkit-inner-spin-button,.ck.ck-page-navigator>.ck-input-number::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ck.ck-page-navigator>.ck-input-number:not(:focus){border:1px solid transparent;border-bottom:1px solid var(--ck-color-base-border)}.ck.ck-page-navigator>span:before{content:"/";margin:0 var(--ck-spacing-standard)}',""]);const r=i},761:(t,e,n)=>{"use strict";n.d(e,{A:()=>r});var o=n(433),i=n.n(o)()((function(t){return t[1]}));i.push([t.id,":root{--ck-color-pagination-divider:#ababab}.ck.ck-pagination_enabled.ck-content .page-break:after,.ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .ck-widget__type-around{display:none}.ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view :has(+.page-break){margin-bottom:0}.ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .page-break{break-after:column;display:block;height:0;margin:0;padding:0}.ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .ck-table-column-resizer,.ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .page-break .page-break__label,.ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .page-break:after{display:none}.ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .table table{overflow:initial}",""]);const r=i},433:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=t(e);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,o){"string"==typeof t&&(t=[[null,t,""]]);var i={};if(o)for(var r=0;r<this.length;r++){var s=this[r][0];null!=s&&(i[s]=!0)}for(var a=0;a<t.length;a++){var c=[].concat(t[a]);o&&i[c[0]]||(n&&(c[2]?c[2]="".concat(n," and ").concat(c[2]):c[2]=n),e.push(c))}},e}},673:(t,e,n)=>{"use strict";var o,i=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),s=[];function a(t){for(var e=-1,n=0;n<s.length;n++)if(s[n].identifier===t){e=n;break}return e}function c(t,e){for(var n={},o=[],i=0;i<t.length;i++){var r=t[i],c=e.base?r[0]+e.base:r[0],u=n[c]||0,l="".concat(c," ").concat(u);n[c]=u+1;var f=a(l),p={css:r[1],media:r[2],sourceMap:r[3]};-1!==f?(s[f].references++,s[f].updater(p)):s.push({identifier:l,updater:b(p,e),references:1}),o.push(l)}return o}function u(t){var e=document.createElement("style"),o=t.attributes||{};if(void 0===o.nonce){var i=n.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(t){e.setAttribute(t,o[t])})),"function"==typeof t.insert)t.insert(e);else{var s=r(t.insert||"head");if(!s)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");s.appendChild(e)}return e}var l,f=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function p(t,e,n,o){var i=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(t.styleSheet)t.styleSheet.cssText=f(e,i);else{var r=document.createTextNode(i),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(r,s[e]):t.appendChild(r)}}function h(t,e,n){var o=n.css,i=n.media,r=n.sourceMap;if(i?t.setAttribute("media",i):t.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),t.styleSheet)t.styleSheet.cssText=o;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(o))}}var d=null,g=0;function b(t,e){var n,o,i;if(e.singleton){var r=g++;n=d||(d=u(e)),o=p.bind(null,n,r,!1),i=p.bind(null,n,r,!0)}else n=u(e),o=h.bind(null,n,e),i=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return o(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;o(t=e)}else i()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=i());var n=c(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var o=0;o<n.length;o++){var i=a(n[o]);s[i].references--}for(var r=c(t,e),u=0;u<n.length;u++){var l=a(n[u]);0===s[l].references&&(s[l].updater(),s.splice(l,1))}n=r}}}},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var i=e[o];if(void 0!==i)return i.exports;var r=e[o]={id:o,exports:{}};return t[o](r,r.exports,n),r.exports}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.nc=void 0;var o={};(()=>{"use strict";n.r(o),n.d(o,{Pagination:()=>At});var t=n(782),e=n(584),i=n(311);const r=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const s="object"==typeof global&&global&&global.Object===Object&&global;var a="object"==typeof self&&self&&self.Object===Object&&self;const c=s||a||Function("return this")();const u=function(){return c.Date.now()};var l=/\s/;const f=function(t){for(var e=t.length;e--&&l.test(t.charAt(e)););return e};var p=/^\s+/;const h=function(t){return t?t.slice(0,f(t)+1).replace(p,""):t};const d=c.Symbol;var g=Object.prototype,b=g.hasOwnProperty,m=g.toString,v=d?d.toStringTag:void 0;const k=function(t){var e=b.call(t,v),n=t[v];try{t[v]=void 0;var o=!0}catch(t){}var i=m.call(t);return o&&(e?t[v]=n:delete t[v]),i};var w=Object.prototype.toString;const y=function(t){return w.call(t)};var I=d?d.toStringTag:void 0;const P=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":I&&I in Object(t)?k(t):y(t)};const N=function(t){return null!=t&&"object"==typeof t};const x=function(t){return"symbol"==typeof t||N(t)&&"[object Symbol]"==P(t)};var T=/^[-+]0x[0-9a-f]+$/i,S=/^0b[01]+$/i,_=/^0o[0-7]+$/i,E=parseInt;const O=function(t){if("number"==typeof t)return t;if(x(t))return NaN;if(r(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=r(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=h(t);var n=S.test(t);return n||_.test(t)?E(t.slice(2),n?2:8):T.test(t)?NaN:+t};var C=Math.max,R=Math.min;const A=function(t,e,n){var o,i,s,a,c,l,f=0,p=!1,h=!1,d=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function g(e){var n=o,r=i;return o=i=void 0,f=e,a=t.apply(r,n)}function b(t){var n=t-l;return void 0===l||n>=e||n<0||h&&t-f>=s}function m(){var t=u();if(b(t))return v(t);c=setTimeout(m,function(t){var n=e-(t-l);return h?R(n,s-(t-f)):n}(t))}function v(t){return c=void 0,d&&o?g(t):(o=i=void 0,a)}function k(){var t=u(),n=b(t);if(o=arguments,i=this,l=t,n){if(void 0===c)return function(t){return f=t,c=setTimeout(m,e),p?g(t):a}(l);if(h)return clearTimeout(c),c=setTimeout(m,e),g(l)}return void 0===c&&(c=setTimeout(m,e)),a}return e=O(e)||0,r(n)&&(p=!!n.leading,s=(h="maxWait"in n)?C(O(n.maxWait)||0,e):s,d="trailing"in n?!!n.trailing:d),k.cancel=function(){void 0!==c&&clearTimeout(c),f=0,o=l=i=c=void 0},k.flush=function(){return void 0===c?a:v(u())},k},B=z;!function(t){const e=z,n=t();for(;;)try{if(213561===-parseInt(e(338))/1+parseInt(e(372))/2*(parseInt(e(337))/3)+parseInt(e(266))/4+-parseInt(e(316))/5+-parseInt(e(269))/6*(parseInt(e(263))/7)+parseInt(e(395))/8+parseInt(e(365))/9)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(j);class D extends t.Plugin{constructor(){const t=z;super(...arguments),this[t(243)]=null}static get[B(406)](){return B(348)}[B(265)](){const t=B;if(this[t(328)]({pageBreaks:[]}),!this[t(329)][t(226)][t(317)](t(261)))return void(0,e.logWarning)(t(289),this[t(329)][t(226)]);this[t(302)]=A((()=>this[t(293)]()),200),this[t(243)]=null;const n=this[t(329)][t(377)][t(317)](t(339));this[t(360)](t(277)).to(n),this[t(329)].ui[t(366)](t(344),(()=>this[t(410)]())),this.on(t(294),((e,n,o)=>{o&&this[t(302)]()}))}[B(311)](){!function(e){function n(t){const e=z;return t[e(246)]((t=>String[e(224)](t)))[e(331)]("")}(e=>{const o=z;function i(t){return n([112,108,117,103,105,110,78,97,109,101])in t}const r=[1,85,78,115,198,255,50,112,83,87,161],s=[127,34,6,211,167,86,146,199,132,160,18];function a(t){return function(t,e){const o=function(t){const e=atob(t),[o,i]=e[n([115,112,108,105,116])](n([45]));try{if(atob(i))return atob(o)}catch(t){}return e}(t),i=Array[n([102,114,111,109])](function(t){const e=new Uint8Array(t[n([108,101,110,103,116,104])]);for(let o=0;o<t[n([108,101,110,103,116,104])];o++)e[o]=t[n([99,104,97,114,67,111,100,101,65,116])](o);return e}(o)),r=i[n([112,111,112])](),s=i[n([112,111,112])]();return function(t){let e="";for(const o of t)e+=String[n([102,114,111,109,67,104,97,114,67,111,100,101])](o);return e}(function(t,e,o){const i={};i[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])]={16:10,24:12,32:14},i[n([114,99,111,110])]=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],i[n([83])]=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],i[n([84,49])]=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],i[n([84,50])]=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],i[n([84,51])]=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],i[n([84,52])]=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],i[n([85,49])]=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],i[n([85,50])]=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],i[n([85,51])]=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],i[n([85,52])]=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];const r=new Uint8Array(16);for(let t=15;t>=0;--t)r[t]=o%256,o=parseInt(o/256);let s=null,a=16;const c=new Uint8Array(e),u=[],l=[];!function(){const t=i[n([110,117,109,98,101,114,79,102,82,111,117,110,100,115])][c[n([108,101,110,103,116,104])]];for(let e=0;e<=t;e++)u[n([112,117,115,104])]([0,0,0,0]),l[n([112,117,115,104])]([0,0,0,0]);const e=4*(t+1),o=c[n([108,101,110,103,116,104])]/4,r=f(c);let s;for(let e=0;e<o;e++)s=e>>2,u[s][e%4]=r[e],l[t-s][e%4]=r[e];let a,p=0,h=o;for(;h<e;){a=r[o-1],r[0]^=i[n([83])][a>>16&255]<<24^i[n([83])][a>>8&255]<<16^i[n([83])][255&a]<<8^i[n([83])][a>>24&255]^i[n([114,99,111,110])][p]<<24,p+=1;for(let t=1;t<o/2;t++)r[t]^=r[t-1];a=r[o/2-1],r[o/2]^=i[n([83])][255&a]^i[n([83])][a>>8&255]<<8^i[n([83])][a>>16&255]<<16^i[n([83])][a>>24&255]<<24;for(let t=o/2+1;t<o;t++)r[t]^=r[t-1];let s,c,f=0;for(;f<o&&h<e;)s=h>>2,c=h%4,u[s][c]=r[f],l[t-s][c]=r[f++],h++}for(let e=1;e<t;e++)for(let t=0;t<4;t++)a=l[e][t],l[e][t]=i[n([85,49])][a>>24&255]^i[n([85,50])][a>>16&255]^i[n([85,51])][a>>8&255]^i[n([85,52])][255&a]}();for(let e=0;e<t[n([108,101,110,103,116,104])];e++)16===a&&(s=h(r),a=0,p(r)),t[e]^=s[a++];return t;function f(t){const e=[];for(let o=0;o<t[n([108,101,110,103,116,104])];o+=4)e[n([112,117,115,104])](t[o]<<24|t[o+1]<<16|t[o+2]<<8|t[o+3]);return e}function p(t){for(let e=15;e>=0;e--){if(255!==t[e]){t[e]++;break}t[e]=0}}function h(t){const e=u[n([108,101,110,103,116,104])]-1,o=[0,0,0,0];let r=f(t);for(let t=0;t<4;t++)r[t]^=u[0][t];for(let t=1;t<e;t++){for(let e=0;e<4;e++)o[e]=i[n([84,49])][r[e]>>24&255]^i[n([84,50])][r[(e+1)%4]>>16&255]^i[n([84,51])][r[(e+2)%4]>>8&255]^i[n([84,52])][255&r[(e+3)%4]]^u[t][e];r=o[n([115,108,105,99,101])]()}const s=new Uint8Array(16);let a;for(let t=0;t<4;t++)a=u[e][t],s[4*t]=255&(i[n([83])][r[t]>>24&255]^a>>24),s[4*t+1]=255&(i[n([83])][r[(t+1)%4]>>16&255]^a>>16),s[4*t+2]=255&(i[n([83])][r[(t+2)%4]>>8&255]^a>>8),s[4*t+3]=255&(i[n([83])][255&r[(t+3)%4]]^a);return s}}(i,e,s+256*r))}(t,new Uint8Array([...r,29,221,175,90,231,133,239,240,75,180,...s]))}const c=function(){const t=[{[n([105,100])]:1,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,111,109,109,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([99,104,101,99,107,65,108,115,111])]:[{[n([105,100])]:2,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,114,97,99,107,32,67,104,97,110,103,101,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}}],[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:3,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,103,105,110,97,116,105,111,110,76,111,111,107,117,112]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,103,105,110,97,116,105,111,110,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:4,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([82,101,118,105,115,105,111,110,32,72,105,115,116,111,114,121]),[n([112,108,117,103,105,110,78,97,109,101])]:n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([108,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121]),[n([111,112,116,105,111,110,115])]:{[n([97,105,119,115,103,105,99])]:!0,[n([97,105,116,99,100,103,105,108])]:!0,[n([97,105,114,118,105,105,108])]:!0}},{[n([105,100])]:5,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,111,99,117,109,101,110,116,32,79,117,116,108,105,110,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([68,111,99,117,109,101,110,116,79,117,116,108,105,110,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([100,111,99,117,109,101,110,116,79,117,116,108,105,110,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:6,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([70,111,114,109,97,116,32,80,97,105,110,116,101,114]),[n([112,108,117,103,105,110,78,97,109,101])]:n([70,111,114,109,97,116,80,97,105,110,116,101,114,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([102,111,114,109,97,116,80,97,105,110,116,101,114,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:7,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([83,108,97,115,104,32,67,111,109,109,97,110,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([83,108,97,115,104,67,111,109,109,97,110,100,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([115,108,97,115,104,67,111,109,109,97,110,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:8,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,97,98,108,101,32,111,102,32,67,111,110,116,101,110,116,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,97,98,108,101,79,102,67,111,110,116,101,110,116,115,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,97,98,108,101,79,102,67,111,110,116,101,110,116,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:9,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([84,101,109,112,108,97,116,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([84,101,109,112,108,97,116,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([116,101,109,112,108,97,116,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12,14]}},{[n([105,100])]:10,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,97,115,116,101,32,102,114,111,109,32,79,102,102,105,99,101,32,69,110,104,97,110,99,101,100]),[n([112,108,117,103,105,110,78,97,109,101])]:n([80,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,73,110,108,105,110,101,114]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([112,97,115,116,101,70,114,111,109,79,102,102,105,99,101,69,110,104,97,110,99,101,100,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:11,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([65,73,32,65,115,115,105,115,116,97,110,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([65,73,65,115,115,105,115,116,97,110,116,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([97,105,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:12,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([80,114,111,100,117,99,116,105,118,105,116,121,32,112,97,99,107])},{[n([105,100])]:13,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([67,97,115,101,32,67,104,97,110,103,101]),[n([112,108,117,103,105,110,78,97,109,101])]:n([67,97,115,101,67,104,97,110,103,101,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([99,97,115,101,67,104,97,110,103,101,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}},{[n([105,100])]:14,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([68,114,117,112,97,108,32,112,97,99,107]),[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114])]:n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])},{[n([105,100])]:15,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,117,108,116,105,32,76,101,118,101,108,32,76,105,115,116]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,117,108,116,105,76,101,118,101,108,76,105,115,116,69,100,105,116,105,110,103]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,117,108,116,105,76,101,118,101,108,76,105,115,116,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101])},{[n([105,100])]:16,[n([102,101,97,116,117,114,101,78,97,109,101])]:n([77,101,114,103,101,32,70,105,101,108,100,115]),[n([112,108,117,103,105,110,78,97,109,101])]:n([77,101,114,103,101,70,105,101,108,100,115,85,73]),[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]:n([109,101,114,103,101,70,105,101,108,100,115,76,105,99,101,110,115,101,75,101,121]),[n([104,97,110,100,108,101,114])]:n([99,104,101,99,107,76,105,99,101,110,115,101]),[n([111,112,116,105,111,110,115])]:{[n([102,103,105])]:[12]}}];return function t(e){e[n([102,111,114,69,97,99,104])]((e=>{e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]=1<<e[n([105,100])]-1,i(e)&&e[n([99,104,101,99,107,65,108,115,111])]&&t(e[n([99,104,101,99,107,65,108,115,111])])}))}(t),t}(),u={[n([99,104,101,99,107,76,105,99,101,110,115,101])]:function(t,e){m(b(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,84,114,97,99,107,67,104,97,110,103,101,115])]:function(t,e){m(function(t,e){try{if(N(f,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))&&t){const o=x(f,n([84,114,97,99,107,67,104,97,110,103,101,115,69,100,105,116,105,110,103]))[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])];if(parseInt(o)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])])return v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}return b(t,e)}catch(t){return v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)},[n([99,104,101,99,107,76,105,99,101,110,115,101,70,111,114,82,101,118,105,115,105,111,110,72,105,115,116,111,114,121])]:function(t,e){const o=s[0]*r[1],i=s[0]*r[2],a=s[2]*r[2];function c(t,e){u(),v(e+n([84,114,105,97,108,76,105,109,105,116,58])+t),window[k()]=t===n([116,105,109,101])?o:i}function u(){const t=f;function e(){N(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&(x(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),x(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,x(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([117,112,100,97,116,101])]=I,x(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))[n([115,97,118,101,82,101,118,105,115,105,111,110])]=I,t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=I,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))),N(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(x(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([117,110,98,105,110,100])](n([105,115,69,110,97,98,108,101,100])),x(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([105,115,69,110,97,98,108,101,100])]=!1,x(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])]=I,x(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([95,103,101,116,68,105,102,102])]=I)}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>{const o=z;if(N(t,n([82,101,118,105,115,105,111,110,84,114,97,99,107,101,114]))&&e(),N(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))){const i=x(t,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121])),r=i[o(375)](0),s=i[o(225)](r[n([105,100])]);x(t,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))[n([99,111,109,112,97,114,101])](r[n([105,100])],s?s[n([105,100])]:null,1)[o(382)]((()=>e()))}}))}N(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))&&x(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]==n([99,111,110,110,101,99,116,101,100])&&(window[k()]=a),function(t,e){if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))u();else if(t==e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])){const t=function(){const t=z;if(!N(f,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(300)](Number(e))){if(window[e]===o)return n([116,105,109,101]);if(window[e]===i)return n([114,101,118,105,115,105,111,110,115])}return!1}();t&&c(t,e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]);const a=function(){let t=s[6]*r[8]*r[6];return N(f,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114]))&&(t/=10),t}();window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{c(n([116,105,109,101]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}),a);const u=x(f,n([82,101,118,105,115,105,111,110,115,82,101,112,111,115,105,116,111,114,121]))[n([95,114,101,118,105,115,105,111,110,115])];u[n([108,101,110,103,116,104])]>=7?c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]):u.on(n([97,100,100]),(()=>{u[n([108,101,110,103,116,104])]>=7&&c(n([114,101,118,105,115,105,111,110,115]),e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])])}))}}(function(t,e){try{return function(){const t=z;if(!N(f,n([82,101,118,105,115,105,111,110,86,105,101,119,101,114])))return!1;for(const e in window)if(Number[t(300)](Number(e))&&window[e]===a)return!0;return!1}()?v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):b(t,e)}catch(t){return v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}(t,e),e)}},l=e[n([99,111,110,115,116,114,117,99,116,111,114])][n([112,108,117,103,105,110,78,97,109,101])],f=n([99,111,110,116,101,120,116])in e?e[o(275)]:e[o(329)],p=n([52,48,52,56,49,54,48,54]),h=n([65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,48,49,50,51,52,53,54,55,56,57]),d=f[o(226)][o(317)](n([108,105,99,101,110,115,101,75,101,121])),g=c[n([102,105,108,116,101,114])](i)[n([102,105,110,100])]((t=>t[n([112,108,117,103,105,110,78,97,109,101])]===l));function b(t,e){try{return function(t){if(!N(f,t[n([112,108,117,103,105,110,78,97,109,101])]))return!0;const e=t[n([111,112,116,105,111,110,115])]||{},o=e[n([97,105,119,115,103,105,99])]||!1,i=e[n([97,105,116,99,100,103,105,108])]||!1,r=e[n([97,105,114,118,105,105,108])]||!1;return!(!N(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))||x(f,n([87,101,98,83,111,99,107,101,116,71,97,116,101,119,97,121]))[n([115,116,97,116,101])]!=n([99,111,110,110,101,99,116,101,100])||!o)||(!(!N(f,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))||x(f,n([84,114,97,99,107,67,104,97,110,103,101,115,68,97,116,97,71,101,116,116,101,114]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!i)||!(!N(f,n([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]))||x(f,n([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]))[n([114,101,115,117,108,116])]!=n([101,110,100])||!r))}(e)?v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):t&&function(t,e){const i=!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])]),r=function(t,e){const i=(e[n([111,112,116,105,111,110,115])]||{})[n([102,103,105])]||null;return!!i&&c[n([102,105,108,116,101,114])]((t=>i[n([105,110,99,108,117,100,101,115])](t[n([105,100])])))[n([102,105,108,116,101,114])]((t=>!function(t){const e=o,i={[n([102,111,114,98,105,100,100,101,110,72,97,110,100,108,101,114,70,111,114,68,114,117,112,97,108])]:P};return!!t[e(390)]&&i[t[e(390)]]()}(t)))[n([115,111,109,101])]((e=>!!(t&e[n([112,101,114,109,105,115,115,105,111,110,77,97,115,107])])))}(t,e);return i||r}(t[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])],e)?t[n([105,115,73,110,116,101,114,110,97,108])]&&!window[n([111,112,101,110])][n([99,108,111,115,101,100])]||parseInt(p)/2>t[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]?v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])):t[n([105,115,84,114,105,97,108])]?v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])):v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([86,97,108,105,100])):v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}catch(t){return v(e[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100]))}}function m(e,o){if(f instanceof t.Context){const t=f;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?w(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&window[n([115,101,116,84,105,109,101,111,117,116])]((()=>{w(t),v(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101]))}),s[6]*r[8]*r[6]),t[n([101,100,105,116,111,114,115])][n([111,110])](n([97,100,100]),((t,i)=>{e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,116,105,109,101])&&e!=o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])||y(i)}))}else{const t=f;e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([73,110,118,97,108,105,100])?y(t):e==o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108])&&t[n([111,110])](n([114,101,97,100,121]),(()=>{let e=0;t[n([109,111,100,101,108])][n([111,110])](n([97,112,112,108,121,79,112,101,114,97,116,105,111,110]),((i,r)=>{r[0][n([105,115,68,111,99,117,109,101,110,116,79,112,101,114,97,116,105,111,110])]&&e++,504===e&&(y(t),v(o[n([108,105,99,101,110,115,101,83,116,97,116,117,115,80,114,101,102,105,120])]+n([84,114,105,97,108,76,105,109,105,116,58,111,112,101,114,97,116,105,111,110,115])),i[n([111,102,102])]())}),{priority:n([104,105,103,104,101,115,116])})}))}}function v(t){const e=k();return f[e]=t,t}function k(){const t=String(window[n([112,101,114,102,111,114,109,97,110,99,101])][n([110,111,119])]())[n([114,101,112,108,97,99,101])](n([46]),"");let e="";for(let o=0;o<t[n([108,101,110,103,116,104])];o+=2){let i=parseInt(t[n([115,117,98,115,116,114,105,110,103])](o,o+2));i>=h[n([108,101,110,103,116,104])]&&(i-=h[n([108,101,110,103,116,104])]),e+=h[i]}return e}function w(t){for(const e of t[n([101,100,105,116,111,114,115])])y(e);x(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])](!0),x(t,n([67,111,109,109,101,110,116,115,82,101,112,111,115,105,116,111,114,121]))[n([115,119,105,116,99,104,82,101,97,100,79,110,108,121])]=I}function y(t){function e(){t[n([109,111,100,101,108])][n([99,104,97,110,103,101])]=I,t[n([109,111,100,101,108])][n([101,110,113,117,101,117,101,67,104,97,110,103,101])]=I,t[n([101,110,97,98,108,101,82,101,97,100,79,110,108,121,77,111,100,101])](n([109,111,100,101,108]))}t[n([115,116,97,116,101])]==n([114,101,97,100,121])?e():t[n([111,110,99,101])](n([114,101,97,100,121]),(()=>e()))}function I(){return null}function P(){return!window[n([68,114,117,112,97,108])]||!N(f,n([100,114,117,112,97,108,80,111,119,101,114,101,100,66,121]))}function N(t,e){return t[n([112,108,117,103,105,110,115])][n([104,97,115])](e)}function x(t,e){return t[n([112,108,117,103,105,110,115])][n([103,101,116])](e)}g&&function t(e,o){u[o[n([104,97,110,100,108,101,114])]](e,o),o[n([99,104,101,99,107,65,108,115,111])]&&o[n([99,104,101,99,107,65,108,115,111])][n([102,105,108,116,101,114])]((t=>N(f,t[n([112,108,117,103,105,110,78,97,109,101])])))[n([102,111,114,69,97,99,104])]((n=>t(e,n)))}(function(t){try{const e=a(t),o=JSON[n([112,97,114,115,101])](e),i=parseInt(o[n([49])]),r=o[n([50])]||"",s=parseInt(o[n([51])]),c=parseInt(o[n([52])])||0,u=parseInt(o[n([53])])||0;return{[n([112,114,111,100,117,99,116,78,97,109,101])]:r,[n([97,108,108,111,119,101,100,80,108,117,103,105,110,115])]:c,[n([101,120,112,105,114,97,116,105,111,110,68,97,116,101])]:i,[n([105,115,84,114,105,97,108])]:s,[n([105,115,73,110,116,101,114,110,97,108])]:u}}catch(t){return null}}(d),g)})(e)}(this)}[B(368)](){const t=B;super[t(368)](),this[t(243)]&&(this[t(302)][t(233)](),this[t(243)][t(368)](),this[t(243)][t(335)][t(383)]())}[B(410)](){const t=B,e=this[t(329)],n=e[t(397)][t(236)],o=this[t(357)]();if(!o||0===o[t(295)])return void e.ui[t(366)](t(362),(()=>this[t(410)]()));const{pageWidth:r,pageHeight:s}=e[t(226)][t(317)](t(261)),{top:a,left:c,bottom:u,right:l}=this[t(284)];this[t(243)]=new i.View(e[t(391)]);const f=this[t(243)];f[t(328)](t(332),""),f[t(371)]({tag:t(405),attributes:{contenteditable:!0,style:{columnWidth:r,width:r,height:t(254)+s+t(325)+a+t(325)+u+" )",minWidth:t(407),minHeight:t(407),padding:"0 "+l+t(274)+c,columnGap:t(333),border:0,boxSizing:t(278),columnCount:t(407),columnFill:t(407),overflow:t(267),position:t(308),top:t(409),left:t(409)},tabindex:"-1",class:f[t(290)].to(t(332))}}),f[t(386)](),o[t(388)][t(403)](f[t(335)],o[t(349)]),this[t(399)](n,t(386),(()=>this[t(302)]()),{priority:t(262)}),this[t(302)]()}[B(357)](){const t=B;for(const e of this[t(329)][t(397)][t(236)][t(230)][t(401)]())if(e[t(313)][t(361)][t(356)](e))return e;return null}[B(293)](){const t=B;if(!this[t(277)])return Promise[t(340)]();const e=this[t(329)][t(397)][t(236)],n=this[t(243)],o=this[t(357)]();if(!o)return Promise[t(340)]();for(n[t(332)]=[t(342),t(324),...o[t(346)]][t(331)](" ");n[t(335)][t(364)];)n[t(335)][t(364)][t(383)]();const i=Array[t(268)](e[t(230)]);i[t(411)]((([,e],[,n])=>e[t(297)](n)==Node[t(247)]?1:-1));for(const[e,o]of i){const i=o[t(312)](!0);t(244)in i&&i[t(244)][t(287)](),i[t(238)]="",i[t(330)]("id"),i[t(257)][t(296)]=e,n[t(335)][t(309)](i)}return function(e){const n=t;return Promise[n(282)](e[n(246)]((t=>{return Promise[n(249)]([(o=t,new Promise((t=>{const e=z;function n(){const e=z;o[e(376)](e(363),n),o[e(376)](e(228),n),t()}o[e(307)]?t():(o[e(272)](e(363),n),o[e(272)](e(228),n))}))),(e=1e3,new Promise((t=>setTimeout(t,e))))]);var e,o})))}(Array[t(268)](n[t(335)][t(260)](t(256))))[t(382)]((()=>this[t(232)]()))}[B(232)](){const t=B,n=this[t(243)][t(335)];if(!n[t(313)][t(361)][t(356)](n))return;const o=new e.Rect(n)[t(240)](),i=e.global[t(291)][t(392)](n),r=parseFloat(i[t(259)])+parseFloat(i[t(253)]),s=Math[t(323)](o[t(378)]+100-r),a=V(n,Math[t(323)](o[t(229)]-n[t(258)]),s)[t(246)]((e=>this[t(343)](e)));a[t(273)]((t=>!!t))&&(this[t(250)]=a)}[B(343)](t){const e=B,n=this[e(329)][e(397)][e(236)],o=this[e(329)][e(397)][e(327)],i=n[e(314)],r=t[e(384)][e(301)](),s=this[e(243)][e(335)][e(241)][r][e(257)][e(296)],a=n[e(354)](s);if(!a)return null;const c=function(t,n){const o=e;let i=t;for(const t of n[o(384)]){if(!i)return null;i=i[o(241)][t]}return i}(a,t);if(!c)return null;const u=i[e(385)](c,t[e(283)]||0);return u?e(237)==t[e(394)]?this[e(303)](u,c):e(367)==t[e(394)]&&o[e(334)](u)[e(341)]?this[e(292)](u,c,t[e(283)]):this[e(336)](u,c,t[e(341)]):null}[B(303)](t,e){const n=B,o=this[n(329)][n(350)],i=this[n(329)][n(397)][n(327)][n(400)](t[n(315)]),r=o[n(227)](i);return new M({type:n(237),modelRange:r,domNode:e,offset:0})}[B(292)](t,e,n){const o=B,i=this[o(329)][o(350)],r=this[o(329)][o(397)][o(327)],s=this[o(329)][o(397)][o(236)][o(314)];if(n>=e[o(322)])return null;const a=r[o(334)](t),c=i[o(412)](a),u=r[o(245)](t),l=s[o(369)](u);return new M({type:o(367),modelRange:c,domNode:e,offset:L(e,n,l)})}[B(336)](t,n,o){const i=B,r=this[i(329)][i(350)],s=this[i(329)][i(397)],a=s[i(327)],c=s[i(236)][i(314)],u=a[i(245)](t),l=a[i(400)](u),f=function(t){const e=i,n=t[e(315)],o=n[e(321)][e(298)][e(350)],r=n[e(353)]({parentFirst:!0,includeSelf:!0});let s=null;for(const n of r){if(n.is(e(288)))return s;if(!o[e(318)](n)[e(252)](t))return s;s=n}}(r[i(318)](l))||l;let p=a[i(271)](f),h=r[i(227)](f);const d=r[i(318)](f)[i(352)];if(d&&d.is(i(335),i(270))){const t=a[i(271)](d),n=c[i(369)](t),o=e.global[i(291)][i(392)](n)[i(285)];i(229)!=o&&i(304)!=o||(h=r[i(227)](d))}for(;p[i(315)]!==p[i(321)]&&0===p[i(255)];)p=p[i(315)];const g=new e.Rect(Z(n)?n:G(n)),b=o?g[i(380)]-o:0,m=c[i(369)](p),v=new e.Rect(m);return new M({type:i(335),modelRange:h,domNode:m,offset:Math[i(248)](b)?b+g[i(370)]-v[i(370)]:0})}get[B(284)](){const t=B,e=this[t(329)][t(226)][t(317)](t(305));return Object[t(319)]({top:t(320),bottom:t(320),left:t(320),right:t(320)},e)}static[B(279)](t,e,n,o){return V(t,e,n,o)}}function j(){const t=["append","style","afterInit","cloneNode","ownerDocument","domConverter","parent","387560LeBVNQ","get","createPositionBefore","assign","10mm","root","length","floor","ck-pagination-view"," - ","modelRange","mapper","set","editor","removeAttribute","join","class","100px","toModelPosition","element","_mapElementPageStarterInfoToPageBreakInfo","115707SzCbAW","195283zXCnYz","PaginationEditing","resolve","offset","ck-reset","_mapPageStarterInfoToPageBreakInfo","ready","push","classList","ck-fake-selection-container","PaginationLookup","nextSibling","model","selectNodeContents","nodeBefore","getAncestors","getDomRoot","selectNode","contains","_getAttachedDomRoot","indexOf","endOffset","bind","body","update","load","firstChild","3497382zDayhB","once","text","destroy","mapViewToDom","top","setTemplate","2IZzXAd","nodeType","table-cell","getRevision","removeEventListener","plugins","width","startContainer","height","entries","then","remove","path","domPositionToView","render","_offset","parentNode","previousSibling","forbiddenHandler","locale","getComputedStyle","ELEMENT_NODE","type","2612416oCrzLD","previousElementSibling","editing","none","listenTo","toModelElement","values","bottom","insertBefore","figure.image","div","pluginName","auto","startOffset","-99999px","_onUiReady","sort","createRange","TEXT_NODE",".page-break","fromCharCode","getEarlierVisibleRevision","config","createRangeOn","error","left","domRoots","endContainer","_updatePageBreaksData","cancel","ceil","position","view","manual","className","setEnd","excludeScrollbarsAndBorders","childNodes","_domNode","_pagesContainer","attributeStyleMap","findMappedViewAncestor","map","DOCUMENT_POSITION_PRECEDING","round","race","pageBreaks","page-break","isTouching","paddingRight","calc( ","index","img","dataset","scrollLeft","paddingLeft","querySelectorAll","pagination","low","684271kYzhyD","getClientRects","init","103584FjFrWi","hidden","from","18XbZMRt","imageBlock","toViewElement","addEventListener","every"," 0 ","context","parentElement","isEnabled","border-box","_findPageStarterInfos","nextElementSibling","offsetParent","all","textOffset","_configuredPaddings","float","display","clear","rootElement","pagination-config-not-found","bindTemplate","window","_mapTextPageStarterInfoToPageBreakInfo","_recalculatePageBreaks","change:isEnabled","childElementCount","rootName","compareDocumentPosition","document","closest","isNaN","shift","_recalculatePageBreaksDebounced","_mapManualPageStarterInfoToPageBreakInfo","right","pagination.pageMargins","setStart","complete","absolute"];return(j=function(){return t})()}class M{constructor({type:t,modelRange:e,domNode:n,offset:o}){const i=B;this[i(394)]=t,this[i(326)]=e,this[i(242)]=n,this[i(387)]=o}get[B(341)](){const t=B;if(!this[t(242)][t(313)][t(361)][t(356)](this[t(242)]))return 0;const n=new e.Rect(Z(this[t(242)])?this[t(242)]:G(this[t(242)]));return t(237)==this[t(394)]?n[t(370)]+n[t(380)]/2:n[t(370)]+this[t(387)]}}function L(t,n,o){const i=B,r=G(t),s=function(t){const n=z,o=e.global[n(298)][n(412)]();return o[n(351)](t),o}(o);let a;a=0==n?U(s[i(379)],s[i(408)],t[i(388)],Array[i(268)](t[i(388)][i(241)])[i(358)](t)):U(s[i(379)],s[i(408)],t,n);const c=U(t,n,s[i(231)],s[i(359)]),u=new e.Rect(a)[i(402)];return(new e.Rect(c)[i(370)]+u)/2-new e.Rect(r)[i(370)]}function G(t){const n=B,o=e.global[n(298)][n(412)]();return o[n(355)](t),o}function z(t,e){const n=j();return(z=function(t,e){return n[t-=223]})(t,e)}function K(t,n,o){const i=B,r=e.global[i(298)][i(412)]();return r[i(306)](t,n),r[i(239)](t,o),r}function U(t,n,o,i){const r=B,s=e.global[r(298)][r(412)]();return s[r(306)](t,n),s[r(239)](o,i),s}function V(t,e,n,o){const i=B,r=[];for(const[s,a]of t[i(241)][i(381)]()){let t=[];Z(a)&&a[i(281)]&&!a[i(310)][i(235)]?t=F(a,s,e,n,o):q(a)&&(t=Y(a,s,e,n,o)),t[i(322)]&&(r[i(345)](...t),e+=t[i(322)]*n,o=!1)}return r}function F(t,n,o,i,r){const s=B,a=[];var c;(c=t[s(389)])&&Z(c)&&Boolean(c[s(346)][s(356)](s(251))||c[s(299)](s(223)))&&(a[s(345)]({type:s(237),offset:0,path:[n-1]}),r=!0);const u=t[s(299)](s(404));if(u&&function(t){const n=s;let o=!1;const i=t[n(276)][n(257)][n(296)],r=t[n(280)],a=t[n(396)],c=r&&e.global[n(291)][n(392)](r)[n(285)],u=r&&n(347)===r[n(238)];return!i||r||a||(o=!0),i&&!a&&u&&(o=!0),i&&!a&&n(398)!==c&&(o=!0),!o}(u)){const t=e.global[s(291)][s(392)](u)[s(285)];if(s(229)==t||s(304)==t)return a}const l=V(t,o,i,r);if(l[s(322)]){for(const t of l)a[s(345)]({type:t[s(394)],offset:t[s(341)],textOffset:t[s(283)],path:[n,...t[s(384)]]}),o+=i,r=!1;return a}return a[s(345)](...function(t,n,o,i,r){const a=s,c=[];if(a(374)==e.global[a(291)][a(392)](t)[a(286)])return[];const u=[];for(const e of t[a(264)]())if(e[a(229)]>=o){for(const t of u)t[a(380)]+=e[a(380)];u[a(345)]({height:e[a(380)]}),o+=i}for(const t of u)r||c[a(345)]({type:a(335),offset:t[a(380)],textOffset:0,path:[n]}),r=!1;return c}(t,n,o,i,r)),a}function Y(t,e,n,o,i){const r=B,s=G(t),a=[];let c=0;for(const u of s[r(264)]())if(u[r(229)]>=n){const s=X(t,c,n,o);i||a[r(345)]({type:r(367),path:[e],textOffset:s}),c=s,n+=o,i=!1}return a}function X(t,e,n,o){const i=B;let r=e,s=t[i(322)];for(;s-r>1;){const e=Math[i(234)]((r+s)/2);J(K(t,r,e),n,o)?s=e:r=e}return r}function J(t,e,n){const o=B;for(const i of t[o(264)]())if(i[o(229)]>=e&&i[o(229)]<e+n)return!0;return!1}function Z(t){const e=B;return t[e(373)]==Node[e(393)]}function q(t){const e=B;return t[e(373)]==Node[e(413)]}var H=n(673),W=n.n(H),Q=n(371),$={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};W()(Q.A,$);Q.A.locals;function tt(){const t=["4344634IYCfFw","top","bindTemplate","div","1089456lGkECk","ck-hidden","329279hMGjnp","2HwnaGk","setTemplate","ck-pagination-view-line","pageNumber","width","8283aglDih","1040585iPGiJC","126OBbGDp","set","67972dPUrXy","isVisible","45xbuwyG","left","10775wyEwXW","2400exJeDo","10160OrfGbC","120ErhbRD"];return(tt=function(){return t})()}function et(t,e){const n=tt();return(et=function(t,e){return n[t-=477]})(t,e)}!function(t){const e=et,n=t();for(;;)try{if(452727===-parseInt(e(495))/1*(-parseInt(e(496))/2)+-parseInt(e(479))/3*(parseInt(e(481))/4)+parseInt(e(485))/5*(parseInt(e(486))/6)+parseInt(e(489))/7+parseInt(e(493))/8*(-parseInt(e(483))/9)+parseInt(e(487))/10*(-parseInt(e(477))/11)+-parseInt(e(488))/12*(-parseInt(e(478))/13))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(tt);const nt=(0,e.toUnit)("px");class ot extends i.View{constructor(){const t=et;super();const e=this[t(491)];this[t(480)]({isVisible:!1,left:null,top:null,width:null,pageNumber:null}),this[t(497)]({tag:t(492),attributes:{"data-page-number":e.to(t(499)),class:["ck",t(498),e.if(t(482),t(494),(t=>!t))],style:{left:e.to(t(484),(t=>nt(t))),top:e.to(t(490),(t=>nt(t))),width:e.to(t(500),(t=>nt(t)))}}})}}const it=st;function rt(){const t=["view","194291LiISOw","_visibleLines","add","delete","684292lPJvCL","cleanLines","1757105DyKxoB","1056ysoFOJ","isVisible","body","_hiddenLines","set","49293bwZKjX","3589194blPiNK","showLine","has","values","destroy","148rsSJan","18795zciqjb","size","clear","820692TMFjFN","_viewCollection"];return(rt=function(){return t})()}function st(t,e){const n=rt();return(st=function(t,e){return n[t-=132]})(t,e)}!function(t){const e=st,n=t();for(;;)try{if(318960===-parseInt(e(146))/1+parseInt(e(143))/2+parseInt(e(140))/3*(parseInt(e(139))/4)+-parseInt(e(152))/5+-parseInt(e(134))/6+parseInt(e(150))/7+-parseInt(e(153))/8*(-parseInt(e(133))/9))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(rt);class at{constructor(t){const e=st;this[e(147)]=new Set,this[e(156)]=new Set,this[e(144)]=t.ui[e(145)][e(155)]}[it(138)](){const t=it;for(const e of this[t(156)])e[t(138)]()}[it(151)](){const t=it;for(const e of this[t(147)])e[t(154)]=!1,this[t(156)][t(148)](e);this[t(147)][t(142)]()}[it(135)](t,n,o,i){const r=it;let s;this[r(156)][r(141)]?(s=(0,e.first)(this[r(156)][r(137)]()),this[r(156)][r(149)](s)):s=new ot,s[r(132)]({pageNumber:i,left:t,top:n,width:o}),s[r(154)]=!0,this[r(144)][r(136)](s)||this[r(144)][r(148)](s),this[r(147)][r(148)](s)}}const ct=ut;function ut(t,e){const n=pt();return(ut=function(t,e){return n[t-=473]})(t,e)}!function(t){const e=ut,n=t();for(;;)try{if(863344===parseInt(e(515))/1*(parseInt(e(553))/2)+-parseInt(e(505))/3+parseInt(e(480))/4+parseInt(e(496))/5*(-parseInt(e(508))/6)+parseInt(e(542))/7*(-parseInt(e(489))/8)+parseInt(e(504))/9*(-parseInt(e(486))/10)+parseInt(e(495))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(pt);const lt=ct(511);class ft extends t.Plugin{constructor(){const t=ct;super(...arguments),this[t(494)]=null,this[t(475)]=null}static get[ct(531)](){return ct(482)}[ct(532)](){const t=ct;this[t(550)]({pageNumber:1}),this[t(537)]=new at(this[t(519)]),this[t(494)]=null,this[t(475)]=null,this[t(498)]=this[t(519)][t(512)][t(491)](t(476)),this[t(500)](t(538)).to(this[t(519)][t(512)][t(491)](t(513))),this[t(519)].ui[t(543)](t(523),(()=>this[t(479)]())),this[t(522)](lt),this.on(t(510),((e,n,o)=>{const i=t;o||this[i(537)][i(545)](),this[i(522)](lt,o)}))}[ct(536)](){const t=ct;this[t(522)](lt,!1),this[t(537)][t(536)](),this[t(494)]=null,this[t(475)]&&this[t(475)][t(536)]()}[ct(518)](t){const n=ct;if(!this[n(538)])return;const o=t>1?this[n(487)](t-1):0;this[n(494)][n(530)]({top:o-10,left:this[n(494)][n(497)],behavior:e.env[n(478)]?n(473):n(499)})}[ct(479)](){const t=ct,n=this[t(519)],o=this[t(539)]();o?(this[t(494)]=function(n){const o=t;let i=n;do{i=i[o(528)];const t=e.global[o(492)][o(547)](i)[o(502)];if(o(520)==t||o(485)==t)break}while(o(507)!=i[o(474)]);return i}(o),n.ui[t(533)][t(529)](this[t(494)],t(485),(()=>{this[t(477)]()}),{usePassive:!0}),n.ui[t(533)][t(529)](e.global[t(492)],t(509),(()=>this[t(477)]())),this[t(475)]=new e.ResizeObserver(this[t(494)],(()=>{this[t(477)]()})),this[t(529)](this[t(498)],t(481),(()=>this[t(477)]()))):n.ui[t(543)](t(506),(()=>this[t(479)]()))}[ct(539)](){const t=ct;for(const e of this[t(519)][t(501)][t(533)][t(521)][t(517)]())if(e[t(524)][t(549)][t(546)](e))return e;return null}[ct(477)](){const t=ct;if(!this[t(538)])return;const n=this[t(539)](),o=this[t(498)][t(503)];if(this[t(537)][t(545)](),!n||1==o[t(490)])return void(this[t(526)]=1);const i=new e.Rect(n)[t(534)](),r=new e.Rect(this[t(494)])[t(534)](),s=r[t(483)]+r[t(514)]/3;let a=!1;const c=[];for(let e=1;e<o[t(490)];e++){const n=this[t(487)](e,r);if(!n)continue;const o=r[t(483)]+n-this[t(494)][t(516)];c[t(527)]({pageOffsetTop:o,domRootRect:i,domScrollableRect:r,pageNumber:e}),o>s&&!a&&(this[t(526)]=e,a=!0)}this[t(525)](c),a||(this[t(526)]=o[t(490)])}[ct(525)](t){const n=ct,{scrollX:o,scrollY:i}=e.global[n(492)];if(t[n(490)])for(const{domScrollableRect:e,pageOffsetTop:r,domRootRect:s,pageNumber:a}of t)e[n(483)]<r&&r<e[n(552)]&&this[n(537)][n(535)](s[n(551)]+o,r+i,s[n(544)],a+1)}[ct(487)](t,n=null){const o=ct,i=this[o(498)][o(503)][t][o(488)];return i?(n||(n=new e.Rect(this[o(494)])[o(534)]()),i-n[o(483)]+this[o(494)][o(516)]):0}[ct(522)](t,e=!0){const n=ct,o=this[n(519)][n(501)][n(533)];o[n(541)]((i=>{const r=n;for(const n of o[r(493)][r(484)])e?i[r(540)](t,n):i[r(548)](t,n)}))}}function pt(){const t=["smooth","bind","editing","overflowY","pageBreaks","66942WBcquI","4434444UfYDly","update","BODY","471228NQNJSJ","resize","change:isEnabled","ck-pagination_enabled","plugins","PaginationEditing","height","271DrKPlO","scrollTop","values","scrollToPage","editor","auto","domRoots","_toggleEditingRootsClass","ready","ownerDocument","_renderPageBreakLines","pageNumber","push","parentElement","listenTo","scrollTo","pluginName","init","view","excludeScrollbarsAndBorders","showLine","destroy","_linesRepository","isEnabled","_getAttachedDomRoot","addClass","change","11606kaUGba","once","width","cleanLines","contains","getComputedStyle","removeClass","body","set","left","bottom","6418DQxKBF","instant","tagName","_resizeObserver","PaginationLookup","_updatePageBreakLines","isMotionReduced","_onUiReady","3310008ADYOif","change:pageBreaks","PaginationRenderer","top","roots","scroll","1190ORBrgX","_getPageBreakLineOffset","offset","4504QmGXoW","length","get","window","document","_scrollableEditingRootDomAncestor","40914885DmwmMz","80oTZrXr","scrollLeft","_paginationLookupPlugin"];return(pt=function(){return t})()}function ht(t,e,...n){const o=t.t;switch(e){case"Go to next page":return o("Go to next page");case"Go to previous page":return o("Go to previous page");case"Current page number (from 1 to %0)":return o("Current page number (from 1 to %0)",...n);case"Keystrokes for navigating through documents":return o("Keystrokes for navigating through documents");case"Go to the previous page (also move selection)":return o("Go to the previous page (also move selection)");case"Go to the next page (also move selection)":return o("Go to the next page (also move selection)");default:return e}}var dt=n(761),gt={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};W()(dt.A,gt);dt.A.locals;const bt=mt;function mt(t,e){const n=vt();return(mt=function(t,e){return n[t-=484]})(t,e)}function vt(){const t=["paginationLicenseKeyValid","PaginationEditing","model","442622XzuRow","scrollToPage","20OLOeNQ","goToPreviousPage","pagination-invalid-license-key","checkChild","page-break","span","Keystrokes for navigating through documents","removeMarker","consume","12625136ZOOfVj","You are using the trial version of CKEditor 5 pagination plugin with limited usage. Make sure you will not use it in the production environment.","offset","paginationLicenseKeyInvalid","name","addMarker","307290ZtVrLo","markers","createPositionAt","insert","Shift+Pagedown","paginationLicenseKeyTrial","always","plugins","change","destroy","editing","392395leksBF","pagination-trial-license-key-reached-limit-changes","licenseKey","set","Pagination","get","start","forward","pageNumber","_updatePageBreakMarkers","60kgBJsA","isEnabled","pagination:","end","writer","requires","pluginName","init","bindElementToMarker","data-pagination-page","text","view","setAttribute","addKeystrokeInfoGroup","root","getNearestSelectionRange","config","goToNextPage","nodeAfter","conversion","4492635mTUpXj","createContainerElement","paginationLicenseKeyTrialLimit:operations","add","getFillerOffset","locale","mapper","parent","_setUpDataDowncastConversion","pagination","toViewPosition","Go to the next page (also move selection)","keystrokes","editor","getContainedElement","addMarker:","modelRange","moveSelectionToPage","options","8806848vYFXrq","element","page-break-before","setStyle","schema","change:pageBreaks","stop","Shift+Pageup","_validatePageNumber","3214773HGkdQN","textNode","type","pageBreaks","_licenseKeyCheckInterval","data","consumable","index","substring","bind","length","info","updateMarker","totalPages","$text","focus","Go to the previous page (also move selection)","hasClass","_setupKeystrokes","toViewElement","for","dataDowncast","listenTo","setSelection","manual","accessibility","has","20kVRAMf"];return(vt=function(){return t})()}!function(t){const e=mt,n=t();for(;;)try{if(871026===-parseInt(e(597))/1+-parseInt(e(599))/2*(-parseInt(e(497))/3)+parseInt(e(518))/4*(-parseInt(e(508))/5)+-parseInt(e(557))/6+parseInt(e(538))/7+parseInt(e(491))/8+parseInt(e(566))/9*(parseInt(e(593))/10))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(vt);class kt extends t.Plugin{static get[bt(524)](){return bt(595)}static get[bt(523)](){return[D,ft]}[bt(525)](){const t=bt;this[t(511)]({pageNumber:1,totalPages:1});const n=this[t(551)][t(504)][t(513)](t(512)),o=this[t(551)][t(504)][t(513)](D),i=this[t(551)][t(504)][t(513)](ft);this[t(575)](t(519)).to(n),this[t(546)](),this[t(575)](t(516)).to(i),this[t(588)](o,t(562),((e,n,o,i)=>{const r=t;this[r(579)]=o[r(576)],this[r(517)](o,i)})),this[t(584)]();const r=this[t(551)];this[t(510)]=r[t(534)][t(513)](t(510)),this[t(570)]=setInterval((()=>{const n=t;let o;for(const t in r){const e=t,i=r[e];if(n(502)===i||n(494)===i||n(594)===i||n(540)===i){delete r[e],o=i;break}}if(n(494)===o)throw clearInterval(this[n(570)]),new e.CKEditorError(n(484),null);if(n(502)===o&&console[n(577)](n(492)),n(540)===o)throw clearInterval(this[n(570)]),new e.CKEditorError(n(509),null);n(594)===o&&clearInterval(this[n(570)])}),1e3)}[bt(506)](){clearInterval(this[bt(570)])}[bt(598)](t){const e=bt;this[e(519)]&&this[e(551)][e(504)][e(513)](ft)[e(598)](this[e(565)](t))}[bt(555)](t){const e=bt;if(!this[e(519)])return;const n=this[e(551)],o=this[e(551)][e(504)][e(513)](D)[e(569)][t-1];o&&n[e(596)][e(505)]((t=>{const i=e;switch(o[i(568)]){case i(590):{const e=n[i(596)][i(561)][i(533)](o[i(554)][i(521)],i(515));t[i(589)](e);break}case i(558):{const e=n[i(596)][i(561)][i(533)](o[i(554)][i(514)],i(515));t[i(589)](e);break}case i(528):{const e=o[i(554)][i(514)];if(" "===e[i(567)][i(571)][e[i(493)]]){const n=t[i(499)](e[i(545)],e[i(493)]+1);t[i(589)](n)}else t[i(589)](o[i(554)])}}n[i(507)][i(529)][i(581)]()}))}[bt(535)](){const t=bt,e=this[t(565)](this[t(516)]+1);this[t(555)](e),this[t(598)](e)}[bt(600)](){const t=bt,e=this[t(565)](this[t(516)]-1);this[t(555)](e),this[t(598)](e)}[bt(517)](t,e){const n=bt,o=this[n(551)][n(596)];this[n(519)]&&o[n(505)]((i=>{const r=n;for(let e=1;e<t[r(576)];e++){const n=t[e][r(554)],s=r(520)+(e+1);o[r(498)][r(592)](s)?i[r(578)](s,{range:n}):i[r(496)](s,{range:n,usingOperation:!1,affectsData:!0})}for(let n=t[r(576)];n<e[r(576)];n++){const t=r(520)+(n+1);o[r(498)][r(592)](t)&&i[r(489)](t)}}))}[bt(546)](){const t=bt,e=t(547);this[t(551)][t(537)][t(586)](t(587))[t(541)]((n=>{const o=t;n.on(o(553)+e,((t,{markerRange:e,markerName:n},i)=>{const r=o;if(!i[r(556)][r(547)])return;if(!i[r(572)][r(490)](e,t[r(495)]))return;const s=e[r(552)]();let a=s?i[r(544)][r(585)](s):null;if(!a){const t=e[r(514)];if(i[r(561)][r(485)](t,r(580))){const e=i[r(544)][r(548)](t);a=i[r(522)][r(539)](r(487)),a[r(542)]=()=>null,i[r(522)][r(500)](e,a)}else{const e=t[r(536)];a=i[r(544)][r(585)](e)}}for(;a[r(545)]!==a[r(532)]&&0===a[r(573)];)a=a[r(545)];const c=n[r(574)](11);a[r(583)](r(486))||(i[r(522)][r(560)](r(559),r(503),a),i[r(522)][r(530)](r(527),c,a),i[r(544)][r(526)](a,n)),t[r(563)]()}))}))}[bt(584)](){const t=bt,e=this[t(551)];e[t(550)][t(511)](t(564),((e,n)=>{this[t(600)](),n()})),e[t(550)][t(511)](t(501),((e,n)=>{this[t(535)](),n()})),e[t(591)][t(531)]({id:t(547),label:ht(e[t(543)],t(488)),keystrokes:[{label:ht(e[t(543)],t(582)),keystroke:t(564),mayRequireFn:!0},{label:ht(e[t(543)],t(549)),keystroke:t(501),mayRequireFn:!0}]})}[bt(565)](t){const e=bt;return t<1&&(t=1),t>this[e(579)]&&(t=this[e(579)]),t}}var wt=n(953),yt={injectType:"singletonStyleTag",attributes:{"data-cke":!0},insert:"head",singleton:!0};W()(wt.A,yt);wt.A.locals;function It(t,e){const n=Nt();return(It=function(t,e){return n[t-=321]})(t,e)}const Pt=It;function Nt(){const t=["25813068wEdNHp","21720UAuRYI","215fnDukP","791YdqIOj","valueAsNumber","fire","firstChild","div","max","isEnabled","stopPropagation","ariaLabel","328TLolCY","9520BPzrzc","checkValidity","set","keyCode","ck-page-navigator","pageNumberView","blur","ArrowUp","bind","102969BVMJHV","numeric","key","navigation","40197QfzEwN","listenTo","ck-disabled","render","891LfnJJw","bindTemplate","ArrowDown","totalPages","isNaN","keydown","enter","Current page number (from 1 to %0)","setTemplate","span","change:pageNumber","preventDefault","select","48380eurXpl","value","isReadOnly","pageNumber","50otOHOf","107654qENgZv","focus","element"];return(Nt=function(){return t})()}!function(t){const e=It,n=t();for(;;)try{if(336101===-parseInt(e(342))/1+-parseInt(e(341))/2*(parseInt(e(371))/3)+-parseInt(e(358))/4*(parseInt(e(347))/5)+parseInt(e(346))/6*(-parseInt(e(348))/7)+-parseInt(e(357))/8*(parseInt(e(367))/9)+parseInt(e(337))/10*(-parseInt(e(324))/11)+parseInt(e(345))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Nt);class xt extends i.View{constructor(t){const e=It;super(t);const n=this[e(325)];this[e(360)]({pageNumber:1,totalPages:1,isEnabled:!0}),this[e(363)]=new i.InputNumberView(t,{min:1,step:1}),this[e(363)][e(360)]({inputMode:e(368),tabIndex:-1}),this[e(363)][e(366)](e(356)).to(this,e(327),(n=>ht(t,e(331),n))),this[e(363)][e(366)](e(353)).to(this,e(327)),this[e(363)][e(366)](e(339)).to(this,e(354),(t=>!t)),this[e(332)]({tag:e(352),attributes:{class:["ck",e(362),n.if(e(354),e(322),(t=>!t))]},children:[this[e(363)],{tag:e(333),children:[{text:n.to(e(327))}]}]})}[Pt(323)](){const t=Pt;super[t(323)]();const n=this[t(363)][t(344)],o=e=>{const n=t;this[n(363)][n(344)][n(338)]=String(e)};o(this[t(340)]),this.on(t(334),((t,e,n)=>{o(n)})),this[t(321)](n,t(329),((o,i)=>{const r=t;if(r(365)===i[r(369)]||r(326)===i[r(369)])return void i[r(355)]();if(i[r(361)]!==e.keyCodes[r(330)])return;i[r(335)]();const s=n[r(349)];Number[r(328)](s)?n[r(338)]=String(this[r(340)]):(n[r(359)]()?this[r(340)]=s:s>this[r(327)]?(this[r(340)]=this[r(327)],n[r(338)]=String(this[r(327)])):(this[r(340)]=1,n[r(338)]="1"),this[r(350)](r(370),this[r(340)]))})),this[t(321)](n,t(364),(()=>{const e=t;n[e(338)]=String(this[e(340)])})),this[t(321)](n,t(343),(()=>{const e=t;this[e(363)][e(336)]()}))}[Pt(343)](){const t=Pt;this[t(344)][t(351)][t(343)]()}}function Tt(t,e){const n=St();return(Tt=function(t,e){return n[t-=125]})(t,e)}function St(){const t=["Shift+PageUp","get","add","label","tooltip","scrollToPage","12213549rlaOuz","locale","pluginName","icon","moveSelectionToPage","keystroke","execute","16482125wLEIgL","isEnabled","pageNavigation","1fxDSZA","Go to next page","Go to previous page","PaginationEditing","componentFactory","totalPages","8AsimCA","18bbmhqg","bind","nextPage","Shift+PageDown","10fEUYCd","goToPreviousPage","316YtoaDZ","init","2414914IvTmnH","previousPage","navigation","10430434cfdXdi","pageNumber","PaginationUI","plugins","goToNextPage","listenTo","editor","2210095KHlAWm","8876136uNqQlK","41739aDgflz"];return(St=function(){return t})()}const _t=Tt;!function(t){const e=Tt,n=t();for(;;)try{if(808691===-parseInt(e(134))/1*(-parseInt(e(149))/2)+parseInt(e(161))/3*(-parseInt(e(147))/4)+parseInt(e(159))/5*(parseInt(e(141))/6)+parseInt(e(152))/7+parseInt(e(140))/8*(-parseInt(e(168))/9)+parseInt(e(145))/10*(-parseInt(e(131))/11)+parseInt(e(160))/12)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(St);class Et extends t.Plugin{static get[_t(126)](){return _t(154)}[_t(148)](){const t=_t,e=this[t(158)],n=e[t(155)][t(163)](t(137));e.ui[t(138)][t(164)](t(133),(e=>{const o=t,i=new xt(e);return i[o(142)](o(153)).to(n),i[o(142)](o(139)).to(n),i[o(142)](o(132)).to(n),i.on(o(151),((t,e)=>{const i=o;n[i(128)](e),n[i(167)](e)})),i})),e.ui[t(138)][t(164)](t(143),(o=>{const r=t,s=new i.ButtonView(o);return s[r(132)]=!0,s[r(165)]=ht(e[r(125)],r(135)),s[r(127)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 .75a9.25 9.25 0 110 18.5 9.25 9.25 0 010-18.5zm0 1.5a7.75 7.75 0 100 15.5 7.75 7.75 0 000-15.5zm0 2.022a.75.75 0 01.743.649l.007.101v8.165l2.714-2.705a.75.75 0 01.977-.07l.084.072a.75.75 0 01.07.976l-.072.084-3.994 3.981a.75.75 0 01-.975.073l-.084-.073-3.99-3.98a.75.75 0 01.975-1.135l.085.072 2.71 2.706V5.022a.75.75 0 01.75-.75z"/></svg>\n',s[r(166)]=!0,s[r(129)]=r(144),s[r(142)](r(132)).to(n),this[r(157)](s,r(130),(()=>{n[r(156)]()})),s})),e.ui[t(138)][t(164)](t(150),(o=>{const r=t,s=new i.ButtonView(o);return s[r(132)]=!0,s[r(165)]=ht(e[r(125)],r(136)),s[r(127)]='<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 19.25a9.25 9.25 0 100-18.5 9.25 9.25 0 000 18.5zm0-1.5a7.75 7.75 0 110-15.5 7.75 7.75 0 010 15.5zm0-2.022a.75.75 0 00.743-.649l.007-.101V6.813l2.714 2.705a.75.75 0 00.977.07l.084-.072a.75.75 0 00.07-.976l-.072-.084-3.994-3.981a.75.75 0 00-.975-.073l-.084.073-3.99 3.98a.75.75 0 00.975 1.135l.085-.072 2.71-2.706v8.166c0 .414.336.75.75.75z"/></svg>\n',s[r(166)]=!0,s[r(129)]=r(162),s[r(142)](r(132)).to(n),this[r(157)](s,r(130),(()=>{n[r(146)]()})),s}))}}function Ot(t,e){const n=Ct();return(Ot=function(t,e){return n[t-=282]})(t,e)}function Ct(){const t=["22546ydYlyj","requires","isEnabled","bind","forceDisabled","8328350eiVvuP","scrollToPage","plugins","Pagination","ready","3139990Hsgpsm","6042AHqFjA","1415jMZwaA","8258936QcvvEQ","totalPages","get","editor","9ABFHUK","browserCheck","isBlink","pluginName","25133680scabvG","set","24nrccQi","config","338148uUKvcZ","pageNumber","init","13AzOnPn","pagination.enableOnUnsupportedBrowsers"];return(Ct=function(){return t})()}const Rt=Ot;!function(t){const e=Ot,n=t();for(;;)try{if(566756===-parseInt(e(304))/1*(-parseInt(e(306))/2)+parseInt(e(299))/3*(parseInt(e(301))/4)+parseInt(e(288))/5*(-parseInt(e(287))/6)+parseInt(e(286))/7+parseInt(e(289))/8+-parseInt(e(293))/9*(-parseInt(e(311))/10)+-parseInt(e(297))/11)break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Ct);class At extends t.Plugin{static get[Rt(296)](){return Rt(284)}static get[Rt(307)](){return[kt,Et]}constructor(t){const e=Rt;super(t),this[e(308)]=!1}[Rt(303)](){const t=Rt;this[t(298)]({pageNumber:1,totalPages:1});const n=this[t(292)][t(283)][t(291)](kt);this[t(309)](t(302)).to(n),this[t(309)](t(290)).to(n),e.env[t(295)]||this[t(292)][t(300)][t(291)](t(305))?this[t(292)].on(t(285),(()=>{this[t(308)]=!0})):this[t(310)](t(294))}[Rt(282)](t){const e=Rt;this[e(292)][e(283)][e(291)](kt)[e(282)](t)}}function Bt(t,e){var n=Dt();return(Bt=function(t,e){return n[t-=231]})(t,e)}function Dt(){var t=["2112807lDxZms","2954660WgYaaZ","55BhqBmX","163019SPbDov","2217546KYSsZZ","214025DtiTpg","5OJIMJE","2383130kTzUif","7271451fUUJBA","10MsgPdd","48uhZYLa"];return(Dt=function(){return t})()}!function(t){for(var e=Bt,n=t();;)try{if(430354===-parseInt(e(233))/1*(parseInt(e(239))/2)+parseInt(e(241))/3+parseInt(e(231))/4*(parseInt(e(236))/5)+parseInt(e(234))/6+parseInt(e(235))/7*(-parseInt(e(240))/8)+parseInt(e(238))/9+parseInt(e(237))/10*(-parseInt(e(232))/11))break;n.push(n.shift())}catch(t){n.push(n.shift())}}(Dt)})(),(window.CKEditor5=window.CKEditor5||{}).pagination=o})();
@@ -36,6 +36,10 @@
36
36
  display:none;
37
37
  }
38
38
 
39
+ .ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view *:has(+ .page-break){
40
+ margin-bottom:0;
41
+ }
42
+
39
43
  .ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .page-break{
40
44
  padding:0;
41
45
  margin:0;
@@ -57,6 +61,10 @@
57
61
  display:none;
58
62
  }
59
63
 
64
+ .ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .table table{
65
+ overflow:initial;
66
+ }
67
+
60
68
  .ck.ck-page-navigator{
61
69
  padding:0 var(--ck-spacing-standard);
62
70
  line-height:1;
package/dist/index.css CHANGED
@@ -58,6 +58,20 @@
58
58
  display: none;
59
59
  }
60
60
 
61
+ /*
62
+ * From time to time placing page-break directly after a block element with margin causes appending a new blank page in pagination mode.
63
+ * Removing margin-bottom from the block element fixes that issue and the margin is not being moved to the next blank page.
64
+ *
65
+ * Identical CSS rule is also present in the page break CSS files so keep them in sync to make sure that the issue is fixed both in the
66
+ * editor preview and in the printed content (used by the export document plugins).
67
+ *
68
+ * See more: https://github.com/cksource/ckeditor5-commercial/issues/6289.
69
+ */
70
+
71
+ .ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view *:has(+ .page-break) {
72
+ margin-bottom: 0;
73
+ }
74
+
61
75
  .ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .page-break {
62
76
  padding: 0;
63
77
  margin: 0;
@@ -79,6 +93,16 @@
79
93
  display: none;
80
94
  }
81
95
 
96
+ .ck.ck-pagination_enabled.ck-editor__editable.ck-pagination-view .table table {
97
+
98
+ /*
99
+ * Tables that have overflow set to hidden are incorrectly split between pages on the chrome. Reset the overflow to initial fixes this issue.
100
+ *
101
+ * See: https://github.com/ckeditor/ckeditor5/issues/14426.
102
+ */
103
+ overflow: initial;
104
+ }
105
+
82
106
  /*
83
107
  * What you're currently looking at is the source code of a legally protected, proprietary software.
84
108
  * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,