mirror of
https://github.com/Xevion/power-math.git
synced 2025-12-05 23:15:46 -06:00
8 lines
362 KiB
JavaScript
8 lines
362 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-vendors"],{"00ee":function(e,t,r){var n=r("b622"),i=n("toStringTag"),o={};o[i]="z",e.exports="[object z]"===String(o)},"0366":function(e,t,r){var n=r("1c0b");e.exports=function(e,t,r){if(n(e),void 0===t)return e;switch(r){case 0:return function(){return e.call(t)};case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,i){return e.call(t,r,n,i)}}return function(){return e.apply(t,arguments)}}},"06cf":function(e,t,r){var n=r("83ab"),i=r("d1e7"),o=r("5c6c"),a=r("fc6a"),s=r("c04e"),l=r("5135"),c=r("0cfb"),u=Object.getOwnPropertyDescriptor;t.f=n?u:function(e,t){if(e=a(e),t=s(t,!0),c)try{return u(e,t)}catch(r){}if(l(e,t))return o(!i.f.call(e,t),e[t])}},"0cfb":function(e,t,r){var n=r("83ab"),i=r("d039"),o=r("cc12");e.exports=!n&&!i((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},"10bd":function(e,t,r){"use strict";var n=r("2674"),i=r("6d6f"),o=r("fabf"),a={name:"BFieldBody",props:{message:{type:[String,Array]},type:{type:[String,Object]}},render:function(e){var t=this,r=!0;return e("div",{attrs:{class:"field-body"}},this.$slots.default.map((function(n){return n.tag?(r&&(i=t.message,r=!1),e("b-field",{attrs:{type:t.type,message:i}},[n])):n;var i})))}};const s=a,l=void 0,c=void 0,u=void 0,h=void 0;var p=Object(n["a"])({},l,s,c,h,u,void 0,void 0),d={name:"BField",components:Object(i["a"])({},p.name,p),provide:function(){return{BField:this}},inject:{parent:{from:"BField",default:!1}},props:{type:[String,Object],label:String,labelFor:String,message:[String,Array,Object],grouped:Boolean,groupMultiline:Boolean,position:String,expanded:Boolean,horizontal:Boolean,addons:{type:Boolean,default:!0},customClass:String,labelPosition:{type:String,default:function(){return o["a"].defaultFieldLabelPosition}}},data:function(){return{newType:this.type,newMessage:this.message,fieldLabelSize:null,_isField:!0}},computed:{rootClasses:function(){return[{"is-expanded":this.expanded,"is-horizontal":this.horizontal,"is-floating-in-label":this.hasLabel&&!this.horizontal&&"inside"===this.labelPosition,"is-floating-label":this.hasLabel&&!this.horizontal&&"on-border"===this.labelPosition},this.numberInputClasses]},innerFieldClasses:function(){return[this.fieldType(),this.newPosition,{"is-grouped-multiline":this.groupMultiline}]},hasInnerField:function(){return this.grouped||this.groupMultiline||this.hasAddons()},newPosition:function(){if(void 0!==this.position){var e=this.position.split("-");if(!(e.length<1)){var t=this.grouped?"is-grouped-":"has-addons-";return this.position?t+e[1]:void 0}}},formattedMessage:function(){if(this.parent&&this.parent.hasInnerField)return"";if("string"===typeof this.newMessage)return[this.newMessage];var e=[];if(Array.isArray(this.newMessage))this.newMessage.forEach((function(t){if("string"===typeof t)e.push(t);else for(var r in t)t[r]&&e.push(r)}));else for(var t in this.newMessage)this.newMessage[t]&&e.push(t);return e.filter((function(e){if(e)return e}))},hasLabel:function(){return this.label||this.$slots.label},hasMessage:function(){return(!this.parent||!this.parent.hasInnerField)&&this.newMessage||this.$slots.message},numberInputClasses:function(){if(this.$slots.default){var e=this.$slots.default.filter((function(e){return e.tag&&e.tag.toLowerCase().indexOf("numberinput")>=0}))[0];if(e){var t=["has-numberinput"],r=e.componentOptions.propsData.controlsPosition,n=e.componentOptions.propsData.size;return r&&t.push("has-numberinput-".concat(r)),n&&t.push("has-numberinput-".concat(n)),t}}return null}},watch:{type:function(e){this.newType=e},message:function(e){this.newMessage=e},newMessage:function(e){this.parent&&this.parent.hasInnerField&&(this.parent.type||(this.parent.newType=this.newType),this.parent.newMessage=e)}},methods:{fieldType:function(){return this.grouped?"is-grouped":this.hasAddons()?"has-addons":void 0},hasAddons:function(){var e=0;return this.$slots.default&&(e=this.$slots.default.reduce((function(e,t){return t.tag?e+1:e}),0)),e>1&&this.addons&&!this.horizontal}},mounted:function(){if(this.horizontal){var e=this.$el.querySelectorAll(".input, .select, .button, .textarea, .b-slider");e.length>0&&(this.fieldLabelSize="is-normal")}}};const f=d;var m=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"field",class:e.rootClasses},[e.horizontal?r("div",{staticClass:"field-label",class:[e.customClass,e.fieldLabelSize]},[e.hasLabel?r("label",{staticClass:"label",class:e.customClass,attrs:{for:e.labelFor}},[e.$slots.label?e._t("label"):[e._v(e._s(e.label))]],2):e._e()]):[e.hasLabel?r("label",{staticClass:"label",class:e.customClass,attrs:{for:e.labelFor}},[e.$slots.label?e._t("label"):[e._v(e._s(e.label))]],2):e._e()],e.horizontal?r("b-field-body",{attrs:{message:e.newMessage?e.formattedMessage:"",type:e.newType}},[e._t("default")],2):e.hasInnerField?r("div",{staticClass:"field-body"},[r("b-field",{class:e.innerFieldClasses,attrs:{addons:!1,type:e.newType}},[e._t("default")],2)],1):[e._t("default")],e.hasMessage&&!e.horizontal?r("p",{staticClass:"help",class:e.newType},[e.$slots.message?e._t("message"):[e._l(e.formattedMessage,(function(t,n){return[e._v(" "+e._s(t)+" "),n+1<e.formattedMessage.length?r("br",{key:n}):e._e()]}))]],2):e._e()],2)},v=[];const g=void 0,y=void 0,b=void 0,x=!1;var w=Object(n["a"])({render:m,staticRenderFns:v},g,f,y,x,b,void 0,void 0),k={install:function(e){Object(n["b"])(e,w)}};Object(n["c"])(k);t["a"]=k},"19aa":function(e,t){e.exports=function(e,t,r){if(!(e instanceof t))throw TypeError("Incorrect "+(r?r+" ":"")+"invocation");return e}},"1be4":function(e,t,r){var n=r("d066");e.exports=n("document","documentElement")},"1c0b":function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},"1c7e":function(e,t,r){var n=r("b622"),i=n("iterator"),o=!1;try{var a=0,s={next:function(){return{done:!!a++}},return:function(){o=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(l){}e.exports=function(e,t){if(!t&&!o)return!1;var r=!1;try{var n={};n[i]=function(){return{next:function(){return{done:r=!0}}}},e(n)}catch(l){}return r}},"1cdc":function(e,t,r){var n=r("342f");e.exports=/(iphone|ipod|ipad).*applewebkit/i.test(n)},"1d80":function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},"1dde":function(e,t,r){var n=r("d039"),i=r("b622"),o=r("2d00"),a=i("species");e.exports=function(e){return o>=51||!n((function(){var t=[],r=t.constructor={};return r[a]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},2266:function(e,t,r){var n=r("825a"),i=r("e95a"),o=r("50c4"),a=r("0366"),s=r("35a1"),l=r("9bdd"),c=function(e,t){this.stopped=e,this.result=t},u=e.exports=function(e,t,r,u,h){var p,d,f,m,v,g,y,b=a(t,r,u?2:1);if(h)p=e;else{if(d=s(e),"function"!=typeof d)throw TypeError("Target is not iterable");if(i(d)){for(f=0,m=o(e.length);m>f;f++)if(v=u?b(n(y=e[f])[0],y[1]):b(e[f]),v&&v instanceof c)return v;return new c(!1)}p=d.call(e)}g=p.next;while(!(y=g.call(p)).done)if(v=l(p,b,y.value,u),"object"==typeof v&&v&&v instanceof c)return v;return new c(!1)};u.stop=function(e){return new c(!0,e)}},"23cb":function(e,t,r){var n=r("a691"),i=Math.max,o=Math.min;e.exports=function(e,t){var r=n(e);return r<0?i(r+t,0):o(r,t)}},"23e7":function(e,t,r){var n=r("da84"),i=r("06cf").f,o=r("9112"),a=r("6eeb"),s=r("ce4e"),l=r("e893"),c=r("94ca");e.exports=function(e,t){var r,u,h,p,d,f,m=e.target,v=e.global,g=e.stat;if(u=v?n:g?n[m]||s(m,{}):(n[m]||{}).prototype,u)for(h in t){if(d=t[h],e.noTargetGet?(f=i(u,h),p=f&&f.value):p=u[h],r=c(v?h:m+(g?".":"#")+h,e.forced),!r&&void 0!==p){if(typeof d===typeof p)continue;l(d,p)}(e.sham||p&&p.sham)&&o(d,"sham",!0),a(u,h,d,e)}}},"241c":function(e,t,r){var n=r("ca84"),i=r("7839"),o=i.concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,o)}},"25eb":function(e,t,r){var n=r("23e7"),i=r("c20d");n({target:"Number",stat:!0,forced:Number.parseInt!=i},{parseInt:i})},2626:function(e,t,r){"use strict";var n=r("d066"),i=r("9bf2"),o=r("b622"),a=r("83ab"),s=o("species");e.exports=function(e){var t=n(e),r=i.f;a&&t&&!t[s]&&r(t,s,{configurable:!0,get:function(){return this}})}},2674:function(e,t,r){"use strict";function n(e,t,r,n,i,o,a,s,l,c){"boolean"!==typeof a&&(l=s,s=a,a=!1);var u,h="function"===typeof r?r.options:r;if(e&&e.render&&(h.render=e.render,h.staticRenderFns=e.staticRenderFns,h._compiled=!0,i&&(h.functional=!0)),n&&(h._scopeId=n),o?(u=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),t&&t.call(this,l(e)),e&&e._registeredComponents&&e._registeredComponents.add(o)},h._ssrRegister=u):t&&(u=a?function(){t.call(this,c(this.$root.$options.shadowRoot))}:function(e){t.call(this,s(e))}),u)if(h.functional){var p=h.render;h.render=function(e,t){return u.call(t),p(e,t)}}else{var d=h.beforeCreate;h.beforeCreate=d?[].concat(d,u):[u]}return r}r.d(t,"a",(function(){return i})),r.d(t,"b",(function(){return a})),r.d(t,"c",(function(){return o}));var i=n,o=function(e){"undefined"!==typeof window&&window.Vue&&window.Vue.use(e)},a=function(e,t){e.component(t.name,t)}},2877:function(e,t,r){"use strict";function n(e,t,r,n,i,o,a,s){var l,c="function"===typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=r,c._compiled=!0),n&&(c.functional=!0),o&&(c._scopeId="data-v-"+o),a?(l=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},c._ssrRegister=l):i&&(l=s?function(){i.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:i),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(e,t){return l.call(t),u(e,t)}}else{var h=c.beforeCreate;c.beforeCreate=h?[].concat(h,l):[l]}return{exports:e,options:c}}r.d(t,"a",(function(){return n}))},"2b0e":function(e,t,r){"use strict";(function(e){
|
||
/*!
|
||
* Vue.js v2.6.12
|
||
* (c) 2014-2020 Evan You
|
||
* Released under the MIT License.
|
||
*/
|
||
var r=Object.freeze({});function n(e){return void 0===e||null===e}function i(e){return void 0!==e&&null!==e}function o(e){return!0===e}function a(e){return!1===e}function s(e){return"string"===typeof e||"number"===typeof e||"symbol"===typeof e||"boolean"===typeof e}function l(e){return null!==e&&"object"===typeof e}var c=Object.prototype.toString;function u(e){return"[object Object]"===c.call(e)}function h(e){return"[object RegExp]"===c.call(e)}function p(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function d(e){return i(e)&&"function"===typeof e.then&&"function"===typeof e.catch}function f(e){return null==e?"":Array.isArray(e)||u(e)&&e.toString===c?JSON.stringify(e,null,2):String(e)}function m(e){var t=parseFloat(e);return isNaN(t)?e:t}function v(e,t){for(var r=Object.create(null),n=e.split(","),i=0;i<n.length;i++)r[n[i]]=!0;return t?function(e){return r[e.toLowerCase()]}:function(e){return r[e]}}v("slot,component",!0);var g=v("key,ref,slot,slot-scope,is");function y(e,t){if(e.length){var r=e.indexOf(t);if(r>-1)return e.splice(r,1)}}var b=Object.prototype.hasOwnProperty;function x(e,t){return b.call(e,t)}function w(e){var t=Object.create(null);return function(r){var n=t[r];return n||(t[r]=e(r))}}var k=/-(\w)/g,S=w((function(e){return e.replace(k,(function(e,t){return t?t.toUpperCase():""}))})),A=w((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),M=/\B([A-Z])/g,_=w((function(e){return e.replace(M,"-$1").toLowerCase()}));function C(e,t){function r(r){var n=arguments.length;return n?n>1?e.apply(t,arguments):e.call(t,r):e.call(t)}return r._length=e.length,r}function T(e,t){return e.bind(t)}var z=Function.prototype.bind?T:C;function O(e,t){t=t||0;var r=e.length-t,n=new Array(r);while(r--)n[r]=e[r+t];return n}function I(e,t){for(var r in t)e[r]=t[r];return e}function N(e){for(var t={},r=0;r<e.length;r++)e[r]&&I(t,e[r]);return t}function E(e,t,r){}var B=function(e,t,r){return!1},P=function(e){return e};function R(e,t){if(e===t)return!0;var r=l(e),n=l(t);if(!r||!n)return!r&&!n&&String(e)===String(t);try{var i=Array.isArray(e),o=Array.isArray(t);if(i&&o)return e.length===t.length&&e.every((function(e,r){return R(e,t[r])}));if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(i||o)return!1;var a=Object.keys(e),s=Object.keys(t);return a.length===s.length&&a.every((function(r){return R(e[r],t[r])}))}catch(c){return!1}}function $(e,t){for(var r=0;r<e.length;r++)if(R(e[r],t))return r;return-1}function q(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var D="data-server-rendered",L=["component","directive","filter"],j=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],F={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:B,isReservedAttr:B,isUnknownElement:B,getTagNamespace:E,parsePlatformTagName:P,mustUseProp:B,async:!0,_lifecycleHooks:j},H=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function V(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function U(e,t,r,n){Object.defineProperty(e,t,{value:r,enumerable:!!n,writable:!0,configurable:!0})}var G=new RegExp("[^"+H.source+".$_\\d]");function W(e){if(!G.test(e)){var t=e.split(".");return function(e){for(var r=0;r<t.length;r++){if(!e)return;e=e[t[r]]}return e}}}var X,Y="__proto__"in{},K="undefined"!==typeof window,Z="undefined"!==typeof WXEnvironment&&!!WXEnvironment.platform,J=Z&&WXEnvironment.platform.toLowerCase(),Q=K&&window.navigator.userAgent.toLowerCase(),ee=Q&&/msie|trident/.test(Q),te=Q&&Q.indexOf("msie 9.0")>0,re=Q&&Q.indexOf("edge/")>0,ne=(Q&&Q.indexOf("android"),Q&&/iphone|ipad|ipod|ios/.test(Q)||"ios"===J),ie=(Q&&/chrome\/\d+/.test(Q),Q&&/phantomjs/.test(Q),Q&&Q.match(/firefox\/(\d+)/)),oe={}.watch,ae=!1;if(K)try{var se={};Object.defineProperty(se,"passive",{get:function(){ae=!0}}),window.addEventListener("test-passive",null,se)}catch(Sa){}var le=function(){return void 0===X&&(X=!K&&!Z&&"undefined"!==typeof e&&(e["process"]&&"server"===e["process"].env.VUE_ENV)),X},ce=K&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ue(e){return"function"===typeof e&&/native code/.test(e.toString())}var he,pe="undefined"!==typeof Symbol&&ue(Symbol)&&"undefined"!==typeof Reflect&&ue(Reflect.ownKeys);he="undefined"!==typeof Set&&ue(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var de=E,fe=0,me=function(){this.id=fe++,this.subs=[]};me.prototype.addSub=function(e){this.subs.push(e)},me.prototype.removeSub=function(e){y(this.subs,e)},me.prototype.depend=function(){me.target&&me.target.addDep(this)},me.prototype.notify=function(){var e=this.subs.slice();for(var t=0,r=e.length;t<r;t++)e[t].update()},me.target=null;var ve=[];function ge(e){ve.push(e),me.target=e}function ye(){ve.pop(),me.target=ve[ve.length-1]}var be=function(e,t,r,n,i,o,a,s){this.tag=e,this.data=t,this.children=r,this.text=n,this.elm=i,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},xe={child:{configurable:!0}};xe.child.get=function(){return this.componentInstance},Object.defineProperties(be.prototype,xe);var we=function(e){void 0===e&&(e="");var t=new be;return t.text=e,t.isComment=!0,t};function ke(e){return new be(void 0,void 0,void 0,String(e))}function Se(e){var t=new be(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var Ae=Array.prototype,Me=Object.create(Ae),_e=["push","pop","shift","unshift","splice","sort","reverse"];_e.forEach((function(e){var t=Ae[e];U(Me,e,(function(){var r=[],n=arguments.length;while(n--)r[n]=arguments[n];var i,o=t.apply(this,r),a=this.__ob__;switch(e){case"push":case"unshift":i=r;break;case"splice":i=r.slice(2);break}return i&&a.observeArray(i),a.dep.notify(),o}))}));var Ce=Object.getOwnPropertyNames(Me),Te=!0;function ze(e){Te=e}var Oe=function(e){this.value=e,this.dep=new me,this.vmCount=0,U(e,"__ob__",this),Array.isArray(e)?(Y?Ie(e,Me):Ne(e,Me,Ce),this.observeArray(e)):this.walk(e)};function Ie(e,t){e.__proto__=t}function Ne(e,t,r){for(var n=0,i=r.length;n<i;n++){var o=r[n];U(e,o,t[o])}}function Ee(e,t){var r;if(l(e)&&!(e instanceof be))return x(e,"__ob__")&&e.__ob__ instanceof Oe?r=e.__ob__:Te&&!le()&&(Array.isArray(e)||u(e))&&Object.isExtensible(e)&&!e._isVue&&(r=new Oe(e)),t&&r&&r.vmCount++,r}function Be(e,t,r,n,i){var o=new me,a=Object.getOwnPropertyDescriptor(e,t);if(!a||!1!==a.configurable){var s=a&&a.get,l=a&&a.set;s&&!l||2!==arguments.length||(r=e[t]);var c=!i&&Ee(r);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=s?s.call(e):r;return me.target&&(o.depend(),c&&(c.dep.depend(),Array.isArray(t)&&$e(t))),t},set:function(t){var n=s?s.call(e):r;t===n||t!==t&&n!==n||s&&!l||(l?l.call(e,t):r=t,c=!i&&Ee(t),o.notify())}})}}function Pe(e,t,r){if(Array.isArray(e)&&p(t))return e.length=Math.max(e.length,t),e.splice(t,1,r),r;if(t in e&&!(t in Object.prototype))return e[t]=r,r;var n=e.__ob__;return e._isVue||n&&n.vmCount?r:n?(Be(n.value,t,r),n.dep.notify(),r):(e[t]=r,r)}function Re(e,t){if(Array.isArray(e)&&p(t))e.splice(t,1);else{var r=e.__ob__;e._isVue||r&&r.vmCount||x(e,t)&&(delete e[t],r&&r.dep.notify())}}function $e(e){for(var t=void 0,r=0,n=e.length;r<n;r++)t=e[r],t&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&$e(t)}Oe.prototype.walk=function(e){for(var t=Object.keys(e),r=0;r<t.length;r++)Be(e,t[r])},Oe.prototype.observeArray=function(e){for(var t=0,r=e.length;t<r;t++)Ee(e[t])};var qe=F.optionMergeStrategies;function De(e,t){if(!t)return e;for(var r,n,i,o=pe?Reflect.ownKeys(t):Object.keys(t),a=0;a<o.length;a++)r=o[a],"__ob__"!==r&&(n=e[r],i=t[r],x(e,r)?n!==i&&u(n)&&u(i)&&De(n,i):Pe(e,r,i));return e}function Le(e,t,r){return r?function(){var n="function"===typeof t?t.call(r,r):t,i="function"===typeof e?e.call(r,r):e;return n?De(n,i):i}:t?e?function(){return De("function"===typeof t?t.call(this,this):t,"function"===typeof e?e.call(this,this):e)}:t:e}function je(e,t){var r=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return r?Fe(r):r}function Fe(e){for(var t=[],r=0;r<e.length;r++)-1===t.indexOf(e[r])&&t.push(e[r]);return t}function He(e,t,r,n){var i=Object.create(e||null);return t?I(i,t):i}qe.data=function(e,t,r){return r?Le(e,t,r):t&&"function"!==typeof t?e:Le(e,t)},j.forEach((function(e){qe[e]=je})),L.forEach((function(e){qe[e+"s"]=He})),qe.watch=function(e,t,r,n){if(e===oe&&(e=void 0),t===oe&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var i={};for(var o in I(i,e),t){var a=i[o],s=t[o];a&&!Array.isArray(a)&&(a=[a]),i[o]=a?a.concat(s):Array.isArray(s)?s:[s]}return i},qe.props=qe.methods=qe.inject=qe.computed=function(e,t,r,n){if(!e)return t;var i=Object.create(null);return I(i,e),t&&I(i,t),i},qe.provide=Le;var Ve=function(e,t){return void 0===t?e:t};function Ue(e,t){var r=e.props;if(r){var n,i,o,a={};if(Array.isArray(r)){n=r.length;while(n--)i=r[n],"string"===typeof i&&(o=S(i),a[o]={type:null})}else if(u(r))for(var s in r)i=r[s],o=S(s),a[o]=u(i)?i:{type:i};else 0;e.props=a}}function Ge(e,t){var r=e.inject;if(r){var n=e.inject={};if(Array.isArray(r))for(var i=0;i<r.length;i++)n[r[i]]={from:r[i]};else if(u(r))for(var o in r){var a=r[o];n[o]=u(a)?I({from:o},a):{from:a}}else 0}}function We(e){var t=e.directives;if(t)for(var r in t){var n=t[r];"function"===typeof n&&(t[r]={bind:n,update:n})}}function Xe(e,t,r){if("function"===typeof t&&(t=t.options),Ue(t,r),Ge(t,r),We(t),!t._base&&(t.extends&&(e=Xe(e,t.extends,r)),t.mixins))for(var n=0,i=t.mixins.length;n<i;n++)e=Xe(e,t.mixins[n],r);var o,a={};for(o in e)s(o);for(o in t)x(e,o)||s(o);function s(n){var i=qe[n]||Ve;a[n]=i(e[n],t[n],r,n)}return a}function Ye(e,t,r,n){if("string"===typeof r){var i=e[t];if(x(i,r))return i[r];var o=S(r);if(x(i,o))return i[o];var a=A(o);if(x(i,a))return i[a];var s=i[r]||i[o]||i[a];return s}}function Ke(e,t,r,n){var i=t[e],o=!x(r,e),a=r[e],s=et(Boolean,i.type);if(s>-1)if(o&&!x(i,"default"))a=!1;else if(""===a||a===_(e)){var l=et(String,i.type);(l<0||s<l)&&(a=!0)}if(void 0===a){a=Ze(n,i,e);var c=Te;ze(!0),Ee(a),ze(c)}return a}function Ze(e,t,r){if(x(t,"default")){var n=t.default;return e&&e.$options.propsData&&void 0===e.$options.propsData[r]&&void 0!==e._props[r]?e._props[r]:"function"===typeof n&&"Function"!==Je(t.type)?n.call(e):n}}function Je(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function Qe(e,t){return Je(e)===Je(t)}function et(e,t){if(!Array.isArray(t))return Qe(t,e)?0:-1;for(var r=0,n=t.length;r<n;r++)if(Qe(t[r],e))return r;return-1}function tt(e,t,r){ge();try{if(t){var n=t;while(n=n.$parent){var i=n.$options.errorCaptured;if(i)for(var o=0;o<i.length;o++)try{var a=!1===i[o].call(n,e,t,r);if(a)return}catch(Sa){nt(Sa,n,"errorCaptured hook")}}}nt(e,t,r)}finally{ye()}}function rt(e,t,r,n,i){var o;try{o=r?e.apply(t,r):e.call(t),o&&!o._isVue&&d(o)&&!o._handled&&(o.catch((function(e){return tt(e,n,i+" (Promise/async)")})),o._handled=!0)}catch(Sa){tt(Sa,n,i)}return o}function nt(e,t,r){if(F.errorHandler)try{return F.errorHandler.call(null,e,t,r)}catch(Sa){Sa!==e&&it(Sa,null,"config.errorHandler")}it(e,t,r)}function it(e,t,r){if(!K&&!Z||"undefined"===typeof console)throw e;console.error(e)}var ot,at=!1,st=[],lt=!1;function ct(){lt=!1;var e=st.slice(0);st.length=0;for(var t=0;t<e.length;t++)e[t]()}if("undefined"!==typeof Promise&&ue(Promise)){var ut=Promise.resolve();ot=function(){ut.then(ct),ne&&setTimeout(E)},at=!0}else if(ee||"undefined"===typeof MutationObserver||!ue(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())ot="undefined"!==typeof setImmediate&&ue(setImmediate)?function(){setImmediate(ct)}:function(){setTimeout(ct,0)};else{var ht=1,pt=new MutationObserver(ct),dt=document.createTextNode(String(ht));pt.observe(dt,{characterData:!0}),ot=function(){ht=(ht+1)%2,dt.data=String(ht)},at=!0}function ft(e,t){var r;if(st.push((function(){if(e)try{e.call(t)}catch(Sa){tt(Sa,t,"nextTick")}else r&&r(t)})),lt||(lt=!0,ot()),!e&&"undefined"!==typeof Promise)return new Promise((function(e){r=e}))}var mt=new he;function vt(e){gt(e,mt),mt.clear()}function gt(e,t){var r,n,i=Array.isArray(e);if(!(!i&&!l(e)||Object.isFrozen(e)||e instanceof be)){if(e.__ob__){var o=e.__ob__.dep.id;if(t.has(o))return;t.add(o)}if(i){r=e.length;while(r--)gt(e[r],t)}else{n=Object.keys(e),r=n.length;while(r--)gt(e[n[r]],t)}}}var yt=w((function(e){var t="&"===e.charAt(0);e=t?e.slice(1):e;var r="~"===e.charAt(0);e=r?e.slice(1):e;var n="!"===e.charAt(0);return e=n?e.slice(1):e,{name:e,once:r,capture:n,passive:t}}));function bt(e,t){function r(){var e=arguments,n=r.fns;if(!Array.isArray(n))return rt(n,null,arguments,t,"v-on handler");for(var i=n.slice(),o=0;o<i.length;o++)rt(i[o],null,e,t,"v-on handler")}return r.fns=e,r}function xt(e,t,r,i,a,s){var l,c,u,h;for(l in e)c=e[l],u=t[l],h=yt(l),n(c)||(n(u)?(n(c.fns)&&(c=e[l]=bt(c,s)),o(h.once)&&(c=e[l]=a(h.name,c,h.capture)),r(h.name,c,h.capture,h.passive,h.params)):c!==u&&(u.fns=c,e[l]=u));for(l in t)n(e[l])&&(h=yt(l),i(h.name,t[l],h.capture))}function wt(e,t,r){var a;e instanceof be&&(e=e.data.hook||(e.data.hook={}));var s=e[t];function l(){r.apply(this,arguments),y(a.fns,l)}n(s)?a=bt([l]):i(s.fns)&&o(s.merged)?(a=s,a.fns.push(l)):a=bt([s,l]),a.merged=!0,e[t]=a}function kt(e,t,r){var o=t.options.props;if(!n(o)){var a={},s=e.attrs,l=e.props;if(i(s)||i(l))for(var c in o){var u=_(c);St(a,l,c,u,!0)||St(a,s,c,u,!1)}return a}}function St(e,t,r,n,o){if(i(t)){if(x(t,r))return e[r]=t[r],o||delete t[r],!0;if(x(t,n))return e[r]=t[n],o||delete t[n],!0}return!1}function At(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}function Mt(e){return s(e)?[ke(e)]:Array.isArray(e)?Ct(e):void 0}function _t(e){return i(e)&&i(e.text)&&a(e.isComment)}function Ct(e,t){var r,a,l,c,u=[];for(r=0;r<e.length;r++)a=e[r],n(a)||"boolean"===typeof a||(l=u.length-1,c=u[l],Array.isArray(a)?a.length>0&&(a=Ct(a,(t||"")+"_"+r),_t(a[0])&&_t(c)&&(u[l]=ke(c.text+a[0].text),a.shift()),u.push.apply(u,a)):s(a)?_t(c)?u[l]=ke(c.text+a):""!==a&&u.push(ke(a)):_t(a)&&_t(c)?u[l]=ke(c.text+a.text):(o(e._isVList)&&i(a.tag)&&n(a.key)&&i(t)&&(a.key="__vlist"+t+"_"+r+"__"),u.push(a)));return u}function Tt(e){var t=e.$options.provide;t&&(e._provided="function"===typeof t?t.call(e):t)}function zt(e){var t=Ot(e.$options.inject,e);t&&(ze(!1),Object.keys(t).forEach((function(r){Be(e,r,t[r])})),ze(!0))}function Ot(e,t){if(e){for(var r=Object.create(null),n=pe?Reflect.ownKeys(e):Object.keys(e),i=0;i<n.length;i++){var o=n[i];if("__ob__"!==o){var a=e[o].from,s=t;while(s){if(s._provided&&x(s._provided,a)){r[o]=s._provided[a];break}s=s.$parent}if(!s)if("default"in e[o]){var l=e[o].default;r[o]="function"===typeof l?l.call(t):l}else 0}}return r}}function It(e,t){if(!e||!e.length)return{};for(var r={},n=0,i=e.length;n<i;n++){var o=e[n],a=o.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,o.context!==t&&o.fnContext!==t||!a||null==a.slot)(r.default||(r.default=[])).push(o);else{var s=a.slot,l=r[s]||(r[s]=[]);"template"===o.tag?l.push.apply(l,o.children||[]):l.push(o)}}for(var c in r)r[c].every(Nt)&&delete r[c];return r}function Nt(e){return e.isComment&&!e.asyncFactory||" "===e.text}function Et(e,t,n){var i,o=Object.keys(t).length>0,a=e?!!e.$stable:!o,s=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&n&&n!==r&&s===n.$key&&!o&&!n.$hasNormal)return n;for(var l in i={},e)e[l]&&"$"!==l[0]&&(i[l]=Bt(t,l,e[l]))}else i={};for(var c in t)c in i||(i[c]=Pt(t,c));return e&&Object.isExtensible(e)&&(e._normalized=i),U(i,"$stable",a),U(i,"$key",s),U(i,"$hasNormal",o),i}function Bt(e,t,r){var n=function(){var e=arguments.length?r.apply(null,arguments):r({});return e=e&&"object"===typeof e&&!Array.isArray(e)?[e]:Mt(e),e&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return r.proxy&&Object.defineProperty(e,t,{get:n,enumerable:!0,configurable:!0}),n}function Pt(e,t){return function(){return e[t]}}function Rt(e,t){var r,n,o,a,s;if(Array.isArray(e)||"string"===typeof e)for(r=new Array(e.length),n=0,o=e.length;n<o;n++)r[n]=t(e[n],n);else if("number"===typeof e)for(r=new Array(e),n=0;n<e;n++)r[n]=t(n+1,n);else if(l(e))if(pe&&e[Symbol.iterator]){r=[];var c=e[Symbol.iterator](),u=c.next();while(!u.done)r.push(t(u.value,r.length)),u=c.next()}else for(a=Object.keys(e),r=new Array(a.length),n=0,o=a.length;n<o;n++)s=a[n],r[n]=t(e[s],s,n);return i(r)||(r=[]),r._isVList=!0,r}function $t(e,t,r,n){var i,o=this.$scopedSlots[e];o?(r=r||{},n&&(r=I(I({},n),r)),i=o(r)||t):i=this.$slots[e]||t;var a=r&&r.slot;return a?this.$createElement("template",{slot:a},i):i}function qt(e){return Ye(this.$options,"filters",e,!0)||P}function Dt(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function Lt(e,t,r,n,i){var o=F.keyCodes[t]||r;return i&&n&&!F.keyCodes[t]?Dt(i,n):o?Dt(o,e):n?_(n)!==t:void 0}function jt(e,t,r,n,i){if(r)if(l(r)){var o;Array.isArray(r)&&(r=N(r));var a=function(a){if("class"===a||"style"===a||g(a))o=e;else{var s=e.attrs&&e.attrs.type;o=n||F.mustUseProp(t,s,a)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var l=S(a),c=_(a);if(!(l in o)&&!(c in o)&&(o[a]=r[a],i)){var u=e.on||(e.on={});u["update:"+a]=function(e){r[a]=e}}};for(var s in r)a(s)}else;return e}function Ft(e,t){var r=this._staticTrees||(this._staticTrees=[]),n=r[e];return n&&!t||(n=r[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),Vt(n,"__static__"+e,!1)),n}function Ht(e,t,r){return Vt(e,"__once__"+t+(r?"_"+r:""),!0),e}function Vt(e,t,r){if(Array.isArray(e))for(var n=0;n<e.length;n++)e[n]&&"string"!==typeof e[n]&&Ut(e[n],t+"_"+n,r);else Ut(e,t,r)}function Ut(e,t,r){e.isStatic=!0,e.key=t,e.isOnce=r}function Gt(e,t){if(t)if(u(t)){var r=e.on=e.on?I({},e.on):{};for(var n in t){var i=r[n],o=t[n];r[n]=i?[].concat(i,o):o}}else;return e}function Wt(e,t,r,n){t=t||{$stable:!r};for(var i=0;i<e.length;i++){var o=e[i];Array.isArray(o)?Wt(o,t,r):o&&(o.proxy&&(o.fn.proxy=!0),t[o.key]=o.fn)}return n&&(t.$key=n),t}function Xt(e,t){for(var r=0;r<t.length;r+=2){var n=t[r];"string"===typeof n&&n&&(e[t[r]]=t[r+1])}return e}function Yt(e,t){return"string"===typeof e?t+e:e}function Kt(e){e._o=Ht,e._n=m,e._s=f,e._l=Rt,e._t=$t,e._q=R,e._i=$,e._m=Ft,e._f=qt,e._k=Lt,e._b=jt,e._v=ke,e._e=we,e._u=Wt,e._g=Gt,e._d=Xt,e._p=Yt}function Zt(e,t,n,i,a){var s,l=this,c=a.options;x(i,"_uid")?(s=Object.create(i),s._original=i):(s=i,i=i._original);var u=o(c._compiled),h=!u;this.data=e,this.props=t,this.children=n,this.parent=i,this.listeners=e.on||r,this.injections=Ot(c.inject,i),this.slots=function(){return l.$slots||Et(e.scopedSlots,l.$slots=It(n,i)),l.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return Et(e.scopedSlots,this.slots())}}),u&&(this.$options=c,this.$slots=this.slots(),this.$scopedSlots=Et(e.scopedSlots,this.$slots)),c._scopeId?this._c=function(e,t,r,n){var o=ur(s,e,t,r,n,h);return o&&!Array.isArray(o)&&(o.fnScopeId=c._scopeId,o.fnContext=i),o}:this._c=function(e,t,r,n){return ur(s,e,t,r,n,h)}}function Jt(e,t,n,o,a){var s=e.options,l={},c=s.props;if(i(c))for(var u in c)l[u]=Ke(u,c,t||r);else i(n.attrs)&&er(l,n.attrs),i(n.props)&&er(l,n.props);var h=new Zt(n,l,a,o,e),p=s.render.call(null,h._c,h);if(p instanceof be)return Qt(p,n,h.parent,s,h);if(Array.isArray(p)){for(var d=Mt(p)||[],f=new Array(d.length),m=0;m<d.length;m++)f[m]=Qt(d[m],n,h.parent,s,h);return f}}function Qt(e,t,r,n,i){var o=Se(e);return o.fnContext=r,o.fnOptions=n,t.slot&&((o.data||(o.data={})).slot=t.slot),o}function er(e,t){for(var r in t)e[S(r)]=t[r]}Kt(Zt.prototype);var tr={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var r=e;tr.prepatch(r,r)}else{var n=e.componentInstance=ir(e,zr);n.$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var r=t.componentOptions,n=t.componentInstance=e.componentInstance;Br(n,r.propsData,r.listeners,t,r.children)},insert:function(e){var t=e.context,r=e.componentInstance;r._isMounted||(r._isMounted=!0,qr(r,"mounted")),e.data.keepAlive&&(t._isMounted?Zr(r):Rr(r,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?$r(t,!0):t.$destroy())}},rr=Object.keys(tr);function nr(e,t,r,a,s){if(!n(e)){var c=r.$options._base;if(l(e)&&(e=c.extend(e)),"function"===typeof e){var u;if(n(e.cid)&&(u=e,e=xr(u,c),void 0===e))return br(u,t,r,a,s);t=t||{},wn(e),i(t.model)&&sr(e.options,t);var h=kt(t,e,s);if(o(e.options.functional))return Jt(e,h,t,r,a);var p=t.on;if(t.on=t.nativeOn,o(e.options.abstract)){var d=t.slot;t={},d&&(t.slot=d)}or(t);var f=e.options.name||s,m=new be("vue-component-"+e.cid+(f?"-"+f:""),t,void 0,void 0,void 0,r,{Ctor:e,propsData:h,listeners:p,tag:s,children:a},u);return m}}}function ir(e,t){var r={_isComponent:!0,_parentVnode:e,parent:t},n=e.data.inlineTemplate;return i(n)&&(r.render=n.render,r.staticRenderFns=n.staticRenderFns),new e.componentOptions.Ctor(r)}function or(e){for(var t=e.hook||(e.hook={}),r=0;r<rr.length;r++){var n=rr[r],i=t[n],o=tr[n];i===o||i&&i._merged||(t[n]=i?ar(o,i):o)}}function ar(e,t){var r=function(r,n){e(r,n),t(r,n)};return r._merged=!0,r}function sr(e,t){var r=e.model&&e.model.prop||"value",n=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[r]=t.model.value;var o=t.on||(t.on={}),a=o[n],s=t.model.callback;i(a)?(Array.isArray(a)?-1===a.indexOf(s):a!==s)&&(o[n]=[s].concat(a)):o[n]=s}var lr=1,cr=2;function ur(e,t,r,n,i,a){return(Array.isArray(r)||s(r))&&(i=n,n=r,r=void 0),o(a)&&(i=cr),hr(e,t,r,n,i)}function hr(e,t,r,n,o){if(i(r)&&i(r.__ob__))return we();if(i(r)&&i(r.is)&&(t=r.is),!t)return we();var a,s,l;(Array.isArray(n)&&"function"===typeof n[0]&&(r=r||{},r.scopedSlots={default:n[0]},n.length=0),o===cr?n=Mt(n):o===lr&&(n=At(n)),"string"===typeof t)?(s=e.$vnode&&e.$vnode.ns||F.getTagNamespace(t),a=F.isReservedTag(t)?new be(F.parsePlatformTagName(t),r,n,void 0,void 0,e):r&&r.pre||!i(l=Ye(e.$options,"components",t))?new be(t,r,n,void 0,void 0,e):nr(l,r,e,n,t)):a=nr(t,r,e,n);return Array.isArray(a)?a:i(a)?(i(s)&&pr(a,s),i(r)&&dr(r),a):we()}function pr(e,t,r){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,r=!0),i(e.children))for(var a=0,s=e.children.length;a<s;a++){var l=e.children[a];i(l.tag)&&(n(l.ns)||o(r)&&"svg"!==l.tag)&&pr(l,t,r)}}function dr(e){l(e.style)&&vt(e.style),l(e.class)&&vt(e.class)}function fr(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,i=n&&n.context;e.$slots=It(t._renderChildren,i),e.$scopedSlots=r,e._c=function(t,r,n,i){return ur(e,t,r,n,i,!1)},e.$createElement=function(t,r,n,i){return ur(e,t,r,n,i,!0)};var o=n&&n.data;Be(e,"$attrs",o&&o.attrs||r,null,!0),Be(e,"$listeners",t._parentListeners||r,null,!0)}var mr,vr=null;function gr(e){Kt(e.prototype),e.prototype.$nextTick=function(e){return ft(e,this)},e.prototype._render=function(){var e,t=this,r=t.$options,n=r.render,i=r._parentVnode;i&&(t.$scopedSlots=Et(i.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode=i;try{vr=t,e=n.call(t._renderProxy,t.$createElement)}catch(Sa){tt(Sa,t,"render"),e=t._vnode}finally{vr=null}return Array.isArray(e)&&1===e.length&&(e=e[0]),e instanceof be||(e=we()),e.parent=i,e}}function yr(e,t){return(e.__esModule||pe&&"Module"===e[Symbol.toStringTag])&&(e=e.default),l(e)?t.extend(e):e}function br(e,t,r,n,i){var o=we();return o.asyncFactory=e,o.asyncMeta={data:t,context:r,children:n,tag:i},o}function xr(e,t){if(o(e.error)&&i(e.errorComp))return e.errorComp;if(i(e.resolved))return e.resolved;var r=vr;if(r&&i(e.owners)&&-1===e.owners.indexOf(r)&&e.owners.push(r),o(e.loading)&&i(e.loadingComp))return e.loadingComp;if(r&&!i(e.owners)){var a=e.owners=[r],s=!0,c=null,u=null;r.$on("hook:destroyed",(function(){return y(a,r)}));var h=function(e){for(var t=0,r=a.length;t<r;t++)a[t].$forceUpdate();e&&(a.length=0,null!==c&&(clearTimeout(c),c=null),null!==u&&(clearTimeout(u),u=null))},p=q((function(r){e.resolved=yr(r,t),s?a.length=0:h(!0)})),f=q((function(t){i(e.errorComp)&&(e.error=!0,h(!0))})),m=e(p,f);return l(m)&&(d(m)?n(e.resolved)&&m.then(p,f):d(m.component)&&(m.component.then(p,f),i(m.error)&&(e.errorComp=yr(m.error,t)),i(m.loading)&&(e.loadingComp=yr(m.loading,t),0===m.delay?e.loading=!0:c=setTimeout((function(){c=null,n(e.resolved)&&n(e.error)&&(e.loading=!0,h(!1))}),m.delay||200)),i(m.timeout)&&(u=setTimeout((function(){u=null,n(e.resolved)&&f(null)}),m.timeout)))),s=!1,e.loading?e.loadingComp:e.resolved}}function wr(e){return e.isComment&&e.asyncFactory}function kr(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var r=e[t];if(i(r)&&(i(r.componentOptions)||wr(r)))return r}}function Sr(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&Cr(e,t)}function Ar(e,t){mr.$on(e,t)}function Mr(e,t){mr.$off(e,t)}function _r(e,t){var r=mr;return function n(){var i=t.apply(null,arguments);null!==i&&r.$off(e,n)}}function Cr(e,t,r){mr=e,xt(t,r||{},Ar,Mr,_r,e),mr=void 0}function Tr(e){var t=/^hook:/;e.prototype.$on=function(e,r){var n=this;if(Array.isArray(e))for(var i=0,o=e.length;i<o;i++)n.$on(e[i],r);else(n._events[e]||(n._events[e]=[])).push(r),t.test(e)&&(n._hasHookEvent=!0);return n},e.prototype.$once=function(e,t){var r=this;function n(){r.$off(e,n),t.apply(r,arguments)}return n.fn=t,r.$on(e,n),r},e.prototype.$off=function(e,t){var r=this;if(!arguments.length)return r._events=Object.create(null),r;if(Array.isArray(e)){for(var n=0,i=e.length;n<i;n++)r.$off(e[n],t);return r}var o,a=r._events[e];if(!a)return r;if(!t)return r._events[e]=null,r;var s=a.length;while(s--)if(o=a[s],o===t||o.fn===t){a.splice(s,1);break}return r},e.prototype.$emit=function(e){var t=this,r=t._events[e];if(r){r=r.length>1?O(r):r;for(var n=O(arguments,1),i='event handler for "'+e+'"',o=0,a=r.length;o<a;o++)rt(r[o],t,n,t,i)}return t}}var zr=null;function Or(e){var t=zr;return zr=e,function(){zr=t}}function Ir(e){var t=e.$options,r=t.parent;if(r&&!t.abstract){while(r.$options.abstract&&r.$parent)r=r.$parent;r.$children.push(e)}e.$parent=r,e.$root=r?r.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}function Nr(e){e.prototype._update=function(e,t){var r=this,n=r.$el,i=r._vnode,o=Or(r);r._vnode=e,r.$el=i?r.__patch__(i,e):r.__patch__(r.$el,e,t,!1),o(),n&&(n.__vue__=null),r.$el&&(r.$el.__vue__=r),r.$vnode&&r.$parent&&r.$vnode===r.$parent._vnode&&(r.$parent.$el=r.$el)},e.prototype.$forceUpdate=function(){var e=this;e._watcher&&e._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){qr(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||y(t.$children,e),e._watcher&&e._watcher.teardown();var r=e._watchers.length;while(r--)e._watchers[r].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),qr(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}function Er(e,t,r){var n;return e.$el=t,e.$options.render||(e.$options.render=we),qr(e,"beforeMount"),n=function(){e._update(e._render(),r)},new tn(e,n,E,{before:function(){e._isMounted&&!e._isDestroyed&&qr(e,"beforeUpdate")}},!0),r=!1,null==e.$vnode&&(e._isMounted=!0,qr(e,"mounted")),e}function Br(e,t,n,i,o){var a=i.data.scopedSlots,s=e.$scopedSlots,l=!!(a&&!a.$stable||s!==r&&!s.$stable||a&&e.$scopedSlots.$key!==a.$key),c=!!(o||e.$options._renderChildren||l);if(e.$options._parentVnode=i,e.$vnode=i,e._vnode&&(e._vnode.parent=i),e.$options._renderChildren=o,e.$attrs=i.data.attrs||r,e.$listeners=n||r,t&&e.$options.props){ze(!1);for(var u=e._props,h=e.$options._propKeys||[],p=0;p<h.length;p++){var d=h[p],f=e.$options.props;u[d]=Ke(d,f,t,e)}ze(!0),e.$options.propsData=t}n=n||r;var m=e.$options._parentListeners;e.$options._parentListeners=n,Cr(e,n,m),c&&(e.$slots=It(o,i.context),e.$forceUpdate())}function Pr(e){while(e&&(e=e.$parent))if(e._inactive)return!0;return!1}function Rr(e,t){if(t){if(e._directInactive=!1,Pr(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var r=0;r<e.$children.length;r++)Rr(e.$children[r]);qr(e,"activated")}}function $r(e,t){if((!t||(e._directInactive=!0,!Pr(e)))&&!e._inactive){e._inactive=!0;for(var r=0;r<e.$children.length;r++)$r(e.$children[r]);qr(e,"deactivated")}}function qr(e,t){ge();var r=e.$options[t],n=t+" hook";if(r)for(var i=0,o=r.length;i<o;i++)rt(r[i],e,null,e,n);e._hasHookEvent&&e.$emit("hook:"+t),ye()}var Dr=[],Lr=[],jr={},Fr=!1,Hr=!1,Vr=0;function Ur(){Vr=Dr.length=Lr.length=0,jr={},Fr=Hr=!1}var Gr=0,Wr=Date.now;if(K&&!ee){var Xr=window.performance;Xr&&"function"===typeof Xr.now&&Wr()>document.createEvent("Event").timeStamp&&(Wr=function(){return Xr.now()})}function Yr(){var e,t;for(Gr=Wr(),Hr=!0,Dr.sort((function(e,t){return e.id-t.id})),Vr=0;Vr<Dr.length;Vr++)e=Dr[Vr],e.before&&e.before(),t=e.id,jr[t]=null,e.run();var r=Lr.slice(),n=Dr.slice();Ur(),Jr(r),Kr(n),ce&&F.devtools&&ce.emit("flush")}function Kr(e){var t=e.length;while(t--){var r=e[t],n=r.vm;n._watcher===r&&n._isMounted&&!n._isDestroyed&&qr(n,"updated")}}function Zr(e){e._inactive=!1,Lr.push(e)}function Jr(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,Rr(e[t],!0)}function Qr(e){var t=e.id;if(null==jr[t]){if(jr[t]=!0,Hr){var r=Dr.length-1;while(r>Vr&&Dr[r].id>e.id)r--;Dr.splice(r+1,0,e)}else Dr.push(e);Fr||(Fr=!0,ft(Yr))}}var en=0,tn=function(e,t,r,n,i){this.vm=e,i&&(e._watcher=this),e._watchers.push(this),n?(this.deep=!!n.deep,this.user=!!n.user,this.lazy=!!n.lazy,this.sync=!!n.sync,this.before=n.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=r,this.id=++en,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new he,this.newDepIds=new he,this.expression="","function"===typeof t?this.getter=t:(this.getter=W(t),this.getter||(this.getter=E)),this.value=this.lazy?void 0:this.get()};tn.prototype.get=function(){var e;ge(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(Sa){if(!this.user)throw Sa;tt(Sa,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&vt(e),ye(),this.cleanupDeps()}return e},tn.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},tn.prototype.cleanupDeps=function(){var e=this.deps.length;while(e--){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var r=this.depIds;this.depIds=this.newDepIds,this.newDepIds=r,this.newDepIds.clear(),r=this.deps,this.deps=this.newDeps,this.newDeps=r,this.newDeps.length=0},tn.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():Qr(this)},tn.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||l(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(Sa){tt(Sa,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},tn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},tn.prototype.depend=function(){var e=this.deps.length;while(e--)this.deps[e].depend()},tn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||y(this.vm._watchers,this);var e=this.deps.length;while(e--)this.deps[e].removeSub(this);this.active=!1}};var rn={enumerable:!0,configurable:!0,get:E,set:E};function nn(e,t,r){rn.get=function(){return this[t][r]},rn.set=function(e){this[t][r]=e},Object.defineProperty(e,r,rn)}function on(e){e._watchers=[];var t=e.$options;t.props&&an(e,t.props),t.methods&&fn(e,t.methods),t.data?sn(e):Ee(e._data={},!0),t.computed&&un(e,t.computed),t.watch&&t.watch!==oe&&mn(e,t.watch)}function an(e,t){var r=e.$options.propsData||{},n=e._props={},i=e.$options._propKeys=[],o=!e.$parent;o||ze(!1);var a=function(o){i.push(o);var a=Ke(o,t,r,e);Be(n,o,a),o in e||nn(e,"_props",o)};for(var s in t)a(s);ze(!0)}function sn(e){var t=e.$options.data;t=e._data="function"===typeof t?ln(t,e):t||{},u(t)||(t={});var r=Object.keys(t),n=e.$options.props,i=(e.$options.methods,r.length);while(i--){var o=r[i];0,n&&x(n,o)||V(o)||nn(e,"_data",o)}Ee(t,!0)}function ln(e,t){ge();try{return e.call(t,t)}catch(Sa){return tt(Sa,t,"data()"),{}}finally{ye()}}var cn={lazy:!0};function un(e,t){var r=e._computedWatchers=Object.create(null),n=le();for(var i in t){var o=t[i],a="function"===typeof o?o:o.get;0,n||(r[i]=new tn(e,a||E,E,cn)),i in e||hn(e,i,o)}}function hn(e,t,r){var n=!le();"function"===typeof r?(rn.get=n?pn(t):dn(r),rn.set=E):(rn.get=r.get?n&&!1!==r.cache?pn(t):dn(r.get):E,rn.set=r.set||E),Object.defineProperty(e,t,rn)}function pn(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),me.target&&t.depend(),t.value}}function dn(e){return function(){return e.call(this,this)}}function fn(e,t){e.$options.props;for(var r in t)e[r]="function"!==typeof t[r]?E:z(t[r],e)}function mn(e,t){for(var r in t){var n=t[r];if(Array.isArray(n))for(var i=0;i<n.length;i++)vn(e,r,n[i]);else vn(e,r,n)}}function vn(e,t,r,n){return u(r)&&(n=r,r=r.handler),"string"===typeof r&&(r=e[r]),e.$watch(t,r,n)}function gn(e){var t={get:function(){return this._data}},r={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",r),e.prototype.$set=Pe,e.prototype.$delete=Re,e.prototype.$watch=function(e,t,r){var n=this;if(u(t))return vn(n,e,t,r);r=r||{},r.user=!0;var i=new tn(n,e,t,r);if(r.immediate)try{t.call(n,i.value)}catch(o){tt(o,n,'callback for immediate watcher "'+i.expression+'"')}return function(){i.teardown()}}}var yn=0;function bn(e){e.prototype._init=function(e){var t=this;t._uid=yn++,t._isVue=!0,e&&e._isComponent?xn(t,e):t.$options=Xe(wn(t.constructor),e||{},t),t._renderProxy=t,t._self=t,Ir(t),Sr(t),fr(t),qr(t,"beforeCreate"),zt(t),on(t),Tt(t),qr(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}function xn(e,t){var r=e.$options=Object.create(e.constructor.options),n=t._parentVnode;r.parent=t.parent,r._parentVnode=n;var i=n.componentOptions;r.propsData=i.propsData,r._parentListeners=i.listeners,r._renderChildren=i.children,r._componentTag=i.tag,t.render&&(r.render=t.render,r.staticRenderFns=t.staticRenderFns)}function wn(e){var t=e.options;if(e.super){var r=wn(e.super),n=e.superOptions;if(r!==n){e.superOptions=r;var i=kn(e);i&&I(e.extendOptions,i),t=e.options=Xe(r,e.extendOptions),t.name&&(t.components[t.name]=e)}}return t}function kn(e){var t,r=e.options,n=e.sealedOptions;for(var i in r)r[i]!==n[i]&&(t||(t={}),t[i]=r[i]);return t}function Sn(e){this._init(e)}function An(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var r=O(arguments,1);return r.unshift(this),"function"===typeof e.install?e.install.apply(e,r):"function"===typeof e&&e.apply(null,r),t.push(e),this}}function Mn(e){e.mixin=function(e){return this.options=Xe(this.options,e),this}}function _n(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var r=this,n=r.cid,i=e._Ctor||(e._Ctor={});if(i[n])return i[n];var o=e.name||r.options.name;var a=function(e){this._init(e)};return a.prototype=Object.create(r.prototype),a.prototype.constructor=a,a.cid=t++,a.options=Xe(r.options,e),a["super"]=r,a.options.props&&Cn(a),a.options.computed&&Tn(a),a.extend=r.extend,a.mixin=r.mixin,a.use=r.use,L.forEach((function(e){a[e]=r[e]})),o&&(a.options.components[o]=a),a.superOptions=r.options,a.extendOptions=e,a.sealedOptions=I({},a.options),i[n]=a,a}}function Cn(e){var t=e.options.props;for(var r in t)nn(e.prototype,"_props",r)}function Tn(e){var t=e.options.computed;for(var r in t)hn(e.prototype,r,t[r])}function zn(e){L.forEach((function(t){e[t]=function(e,r){return r?("component"===t&&u(r)&&(r.name=r.name||e,r=this.options._base.extend(r)),"directive"===t&&"function"===typeof r&&(r={bind:r,update:r}),this.options[t+"s"][e]=r,r):this.options[t+"s"][e]}}))}function On(e){return e&&(e.Ctor.options.name||e.tag)}function In(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"===typeof e?e.split(",").indexOf(t)>-1:!!h(e)&&e.test(t)}function Nn(e,t){var r=e.cache,n=e.keys,i=e._vnode;for(var o in r){var a=r[o];if(a){var s=On(a.componentOptions);s&&!t(s)&&En(r,o,n,i)}}}function En(e,t,r,n){var i=e[t];!i||n&&i.tag===n.tag||i.componentInstance.$destroy(),e[t]=null,y(r,t)}bn(Sn),gn(Sn),Tr(Sn),Nr(Sn),gr(Sn);var Bn=[String,RegExp,Array],Pn={name:"keep-alive",abstract:!0,props:{include:Bn,exclude:Bn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)En(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",(function(t){Nn(e,(function(e){return In(t,e)}))})),this.$watch("exclude",(function(t){Nn(e,(function(e){return!In(t,e)}))}))},render:function(){var e=this.$slots.default,t=kr(e),r=t&&t.componentOptions;if(r){var n=On(r),i=this,o=i.include,a=i.exclude;if(o&&(!n||!In(o,n))||a&&n&&In(a,n))return t;var s=this,l=s.cache,c=s.keys,u=null==t.key?r.Ctor.cid+(r.tag?"::"+r.tag:""):t.key;l[u]?(t.componentInstance=l[u].componentInstance,y(c,u),c.push(u)):(l[u]=t,c.push(u),this.max&&c.length>parseInt(this.max)&&En(l,c[0],c,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},Rn={KeepAlive:Pn};function $n(e){var t={get:function(){return F}};Object.defineProperty(e,"config",t),e.util={warn:de,extend:I,mergeOptions:Xe,defineReactive:Be},e.set=Pe,e.delete=Re,e.nextTick=ft,e.observable=function(e){return Ee(e),e},e.options=Object.create(null),L.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,I(e.options.components,Rn),An(e),Mn(e),_n(e),zn(e)}$n(Sn),Object.defineProperty(Sn.prototype,"$isServer",{get:le}),Object.defineProperty(Sn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Sn,"FunctionalRenderContext",{value:Zt}),Sn.version="2.6.12";var qn=v("style,class"),Dn=v("input,textarea,option,select,progress"),Ln=function(e,t,r){return"value"===r&&Dn(e)&&"button"!==t||"selected"===r&&"option"===e||"checked"===r&&"input"===e||"muted"===r&&"video"===e},jn=v("contenteditable,draggable,spellcheck"),Fn=v("events,caret,typing,plaintext-only"),Hn=function(e,t){return Xn(t)||"false"===t?"false":"contenteditable"===e&&Fn(t)?t:"true"},Vn=v("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Un="http://www.w3.org/1999/xlink",Gn=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},Wn=function(e){return Gn(e)?e.slice(6,e.length):""},Xn=function(e){return null==e||!1===e};function Yn(e){var t=e.data,r=e,n=e;while(i(n.componentInstance))n=n.componentInstance._vnode,n&&n.data&&(t=Kn(n.data,t));while(i(r=r.parent))r&&r.data&&(t=Kn(t,r.data));return Zn(t.staticClass,t.class)}function Kn(e,t){return{staticClass:Jn(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function Zn(e,t){return i(e)||i(t)?Jn(e,Qn(t)):""}function Jn(e,t){return e?t?e+" "+t:e:t||""}function Qn(e){return Array.isArray(e)?ei(e):l(e)?ti(e):"string"===typeof e?e:""}function ei(e){for(var t,r="",n=0,o=e.length;n<o;n++)i(t=Qn(e[n]))&&""!==t&&(r&&(r+=" "),r+=t);return r}function ti(e){var t="";for(var r in e)e[r]&&(t&&(t+=" "),t+=r);return t}var ri={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},ni=v("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),ii=v("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),oi=function(e){return ni(e)||ii(e)};function ai(e){return ii(e)?"svg":"math"===e?"math":void 0}var si=Object.create(null);function li(e){if(!K)return!0;if(oi(e))return!1;if(e=e.toLowerCase(),null!=si[e])return si[e];var t=document.createElement(e);return e.indexOf("-")>-1?si[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:si[e]=/HTMLUnknownElement/.test(t.toString())}var ci=v("text,number,password,search,email,tel,url");function ui(e){if("string"===typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}function hi(e,t){var r=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&r.setAttribute("multiple","multiple"),r}function pi(e,t){return document.createElementNS(ri[e],t)}function di(e){return document.createTextNode(e)}function fi(e){return document.createComment(e)}function mi(e,t,r){e.insertBefore(t,r)}function vi(e,t){e.removeChild(t)}function gi(e,t){e.appendChild(t)}function yi(e){return e.parentNode}function bi(e){return e.nextSibling}function xi(e){return e.tagName}function wi(e,t){e.textContent=t}function ki(e,t){e.setAttribute(t,"")}var Si=Object.freeze({createElement:hi,createElementNS:pi,createTextNode:di,createComment:fi,insertBefore:mi,removeChild:vi,appendChild:gi,parentNode:yi,nextSibling:bi,tagName:xi,setTextContent:wi,setStyleScope:ki}),Ai={create:function(e,t){Mi(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Mi(e,!0),Mi(t))},destroy:function(e){Mi(e,!0)}};function Mi(e,t){var r=e.data.ref;if(i(r)){var n=e.context,o=e.componentInstance||e.elm,a=n.$refs;t?Array.isArray(a[r])?y(a[r],o):a[r]===o&&(a[r]=void 0):e.data.refInFor?Array.isArray(a[r])?a[r].indexOf(o)<0&&a[r].push(o):a[r]=[o]:a[r]=o}}var _i=new be("",{},[]),Ci=["create","activate","update","remove","destroy"];function Ti(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&i(e.data)===i(t.data)&&zi(e,t)||o(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&n(t.asyncFactory.error))}function zi(e,t){if("input"!==e.tag)return!0;var r,n=i(r=e.data)&&i(r=r.attrs)&&r.type,o=i(r=t.data)&&i(r=r.attrs)&&r.type;return n===o||ci(n)&&ci(o)}function Oi(e,t,r){var n,o,a={};for(n=t;n<=r;++n)o=e[n].key,i(o)&&(a[o]=n);return a}function Ii(e){var t,r,a={},l=e.modules,c=e.nodeOps;for(t=0;t<Ci.length;++t)for(a[Ci[t]]=[],r=0;r<l.length;++r)i(l[r][Ci[t]])&&a[Ci[t]].push(l[r][Ci[t]]);function u(e){return new be(c.tagName(e).toLowerCase(),{},[],void 0,e)}function h(e,t){function r(){0===--r.listeners&&p(e)}return r.listeners=t,r}function p(e){var t=c.parentNode(e);i(t)&&c.removeChild(t,e)}function d(e,t,r,n,a,s,l){if(i(e.elm)&&i(s)&&(e=s[l]=Se(e)),e.isRootInsert=!a,!f(e,t,r,n)){var u=e.data,h=e.children,p=e.tag;i(p)?(e.elm=e.ns?c.createElementNS(e.ns,p):c.createElement(p,e),k(e),b(e,h,t),i(u)&&w(e,t),y(r,e.elm,n)):o(e.isComment)?(e.elm=c.createComment(e.text),y(r,e.elm,n)):(e.elm=c.createTextNode(e.text),y(r,e.elm,n))}}function f(e,t,r,n){var a=e.data;if(i(a)){var s=i(e.componentInstance)&&a.keepAlive;if(i(a=a.hook)&&i(a=a.init)&&a(e,!1),i(e.componentInstance))return m(e,t),y(r,e.elm,n),o(s)&&g(e,t,r,n),!0}}function m(e,t){i(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,x(e)?(w(e,t),k(e)):(Mi(e),t.push(e))}function g(e,t,r,n){var o,s=e;while(s.componentInstance)if(s=s.componentInstance._vnode,i(o=s.data)&&i(o=o.transition)){for(o=0;o<a.activate.length;++o)a.activate[o](_i,s);t.push(s);break}y(r,e.elm,n)}function y(e,t,r){i(e)&&(i(r)?c.parentNode(r)===e&&c.insertBefore(e,t,r):c.appendChild(e,t))}function b(e,t,r){if(Array.isArray(t)){0;for(var n=0;n<t.length;++n)d(t[n],r,e.elm,null,!0,t,n)}else s(e.text)&&c.appendChild(e.elm,c.createTextNode(String(e.text)))}function x(e){while(e.componentInstance)e=e.componentInstance._vnode;return i(e.tag)}function w(e,r){for(var n=0;n<a.create.length;++n)a.create[n](_i,e);t=e.data.hook,i(t)&&(i(t.create)&&t.create(_i,e),i(t.insert)&&r.push(e))}function k(e){var t;if(i(t=e.fnScopeId))c.setStyleScope(e.elm,t);else{var r=e;while(r)i(t=r.context)&&i(t=t.$options._scopeId)&&c.setStyleScope(e.elm,t),r=r.parent}i(t=zr)&&t!==e.context&&t!==e.fnContext&&i(t=t.$options._scopeId)&&c.setStyleScope(e.elm,t)}function S(e,t,r,n,i,o){for(;n<=i;++n)d(r[n],o,e,t,!1,r,n)}function A(e){var t,r,n=e.data;if(i(n))for(i(t=n.hook)&&i(t=t.destroy)&&t(e),t=0;t<a.destroy.length;++t)a.destroy[t](e);if(i(t=e.children))for(r=0;r<e.children.length;++r)A(e.children[r])}function M(e,t,r){for(;t<=r;++t){var n=e[t];i(n)&&(i(n.tag)?(_(n),A(n)):p(n.elm))}}function _(e,t){if(i(t)||i(e.data)){var r,n=a.remove.length+1;for(i(t)?t.listeners+=n:t=h(e.elm,n),i(r=e.componentInstance)&&i(r=r._vnode)&&i(r.data)&&_(r,t),r=0;r<a.remove.length;++r)a.remove[r](e,t);i(r=e.data.hook)&&i(r=r.remove)?r(e,t):t()}else p(e.elm)}function C(e,t,r,o,a){var s,l,u,h,p=0,f=0,m=t.length-1,v=t[0],g=t[m],y=r.length-1,b=r[0],x=r[y],w=!a;while(p<=m&&f<=y)n(v)?v=t[++p]:n(g)?g=t[--m]:Ti(v,b)?(z(v,b,o,r,f),v=t[++p],b=r[++f]):Ti(g,x)?(z(g,x,o,r,y),g=t[--m],x=r[--y]):Ti(v,x)?(z(v,x,o,r,y),w&&c.insertBefore(e,v.elm,c.nextSibling(g.elm)),v=t[++p],x=r[--y]):Ti(g,b)?(z(g,b,o,r,f),w&&c.insertBefore(e,g.elm,v.elm),g=t[--m],b=r[++f]):(n(s)&&(s=Oi(t,p,m)),l=i(b.key)?s[b.key]:T(b,t,p,m),n(l)?d(b,o,e,v.elm,!1,r,f):(u=t[l],Ti(u,b)?(z(u,b,o,r,f),t[l]=void 0,w&&c.insertBefore(e,u.elm,v.elm)):d(b,o,e,v.elm,!1,r,f)),b=r[++f]);p>m?(h=n(r[y+1])?null:r[y+1].elm,S(e,h,r,f,y,o)):f>y&&M(t,p,m)}function T(e,t,r,n){for(var o=r;o<n;o++){var a=t[o];if(i(a)&&Ti(e,a))return o}}function z(e,t,r,s,l,u){if(e!==t){i(t.elm)&&i(s)&&(t=s[l]=Se(t));var h=t.elm=e.elm;if(o(e.isAsyncPlaceholder))i(t.asyncFactory.resolved)?N(e.elm,t,r):t.isAsyncPlaceholder=!0;else if(o(t.isStatic)&&o(e.isStatic)&&t.key===e.key&&(o(t.isCloned)||o(t.isOnce)))t.componentInstance=e.componentInstance;else{var p,d=t.data;i(d)&&i(p=d.hook)&&i(p=p.prepatch)&&p(e,t);var f=e.children,m=t.children;if(i(d)&&x(t)){for(p=0;p<a.update.length;++p)a.update[p](e,t);i(p=d.hook)&&i(p=p.update)&&p(e,t)}n(t.text)?i(f)&&i(m)?f!==m&&C(h,f,m,r,u):i(m)?(i(e.text)&&c.setTextContent(h,""),S(h,null,m,0,m.length-1,r)):i(f)?M(f,0,f.length-1):i(e.text)&&c.setTextContent(h,""):e.text!==t.text&&c.setTextContent(h,t.text),i(d)&&i(p=d.hook)&&i(p=p.postpatch)&&p(e,t)}}}function O(e,t,r){if(o(r)&&i(e.parent))e.parent.data.pendingInsert=t;else for(var n=0;n<t.length;++n)t[n].data.hook.insert(t[n])}var I=v("attrs,class,staticClass,staticStyle,key");function N(e,t,r,n){var a,s=t.tag,l=t.data,c=t.children;if(n=n||l&&l.pre,t.elm=e,o(t.isComment)&&i(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(i(l)&&(i(a=l.hook)&&i(a=a.init)&&a(t,!0),i(a=t.componentInstance)))return m(t,r),!0;if(i(s)){if(i(c))if(e.hasChildNodes())if(i(a=l)&&i(a=a.domProps)&&i(a=a.innerHTML)){if(a!==e.innerHTML)return!1}else{for(var u=!0,h=e.firstChild,p=0;p<c.length;p++){if(!h||!N(h,c[p],r,n)){u=!1;break}h=h.nextSibling}if(!u||h)return!1}else b(t,c,r);if(i(l)){var d=!1;for(var f in l)if(!I(f)){d=!0,w(t,r);break}!d&&l["class"]&&vt(l["class"])}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,r,s){if(!n(t)){var l=!1,h=[];if(n(e))l=!0,d(t,h);else{var p=i(e.nodeType);if(!p&&Ti(e,t))z(e,t,h,null,null,s);else{if(p){if(1===e.nodeType&&e.hasAttribute(D)&&(e.removeAttribute(D),r=!0),o(r)&&N(e,t,h))return O(t,h,!0),e;e=u(e)}var f=e.elm,m=c.parentNode(f);if(d(t,h,f._leaveCb?null:m,c.nextSibling(f)),i(t.parent)){var v=t.parent,g=x(t);while(v){for(var y=0;y<a.destroy.length;++y)a.destroy[y](v);if(v.elm=t.elm,g){for(var b=0;b<a.create.length;++b)a.create[b](_i,v);var w=v.data.hook.insert;if(w.merged)for(var k=1;k<w.fns.length;k++)w.fns[k]()}else Mi(v);v=v.parent}}i(m)?M([e],0,0):i(e.tag)&&A(e)}}return O(t,h,l),t.elm}i(e)&&A(e)}}var Ni={create:Ei,update:Ei,destroy:function(e){Ei(e,_i)}};function Ei(e,t){(e.data.directives||t.data.directives)&&Bi(e,t)}function Bi(e,t){var r,n,i,o=e===_i,a=t===_i,s=Ri(e.data.directives,e.context),l=Ri(t.data.directives,t.context),c=[],u=[];for(r in l)n=s[r],i=l[r],n?(i.oldValue=n.value,i.oldArg=n.arg,qi(i,"update",t,e),i.def&&i.def.componentUpdated&&u.push(i)):(qi(i,"bind",t,e),i.def&&i.def.inserted&&c.push(i));if(c.length){var h=function(){for(var r=0;r<c.length;r++)qi(c[r],"inserted",t,e)};o?wt(t,"insert",h):h()}if(u.length&&wt(t,"postpatch",(function(){for(var r=0;r<u.length;r++)qi(u[r],"componentUpdated",t,e)})),!o)for(r in s)l[r]||qi(s[r],"unbind",e,e,a)}var Pi=Object.create(null);function Ri(e,t){var r,n,i=Object.create(null);if(!e)return i;for(r=0;r<e.length;r++)n=e[r],n.modifiers||(n.modifiers=Pi),i[$i(n)]=n,n.def=Ye(t.$options,"directives",n.name,!0);return i}function $i(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function qi(e,t,r,n,i){var o=e.def&&e.def[t];if(o)try{o(r.elm,e,r,n,i)}catch(Sa){tt(Sa,r.context,"directive "+e.name+" "+t+" hook")}}var Di=[Ai,Ni];function Li(e,t){var r=t.componentOptions;if((!i(r)||!1!==r.Ctor.options.inheritAttrs)&&(!n(e.data.attrs)||!n(t.data.attrs))){var o,a,s,l=t.elm,c=e.data.attrs||{},u=t.data.attrs||{};for(o in i(u.__ob__)&&(u=t.data.attrs=I({},u)),u)a=u[o],s=c[o],s!==a&&ji(l,o,a);for(o in(ee||re)&&u.value!==c.value&&ji(l,"value",u.value),c)n(u[o])&&(Gn(o)?l.removeAttributeNS(Un,Wn(o)):jn(o)||l.removeAttribute(o))}}function ji(e,t,r){e.tagName.indexOf("-")>-1?Fi(e,t,r):Vn(t)?Xn(r)?e.removeAttribute(t):(r="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,r)):jn(t)?e.setAttribute(t,Hn(t,r)):Gn(t)?Xn(r)?e.removeAttributeNS(Un,Wn(t)):e.setAttributeNS(Un,t,r):Fi(e,t,r)}function Fi(e,t,r){if(Xn(r))e.removeAttribute(t);else{if(ee&&!te&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==r&&!e.__ieph){var n=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",n)};e.addEventListener("input",n),e.__ieph=!0}e.setAttribute(t,r)}}var Hi={create:Li,update:Li};function Vi(e,t){var r=t.elm,o=t.data,a=e.data;if(!(n(o.staticClass)&&n(o.class)&&(n(a)||n(a.staticClass)&&n(a.class)))){var s=Yn(t),l=r._transitionClasses;i(l)&&(s=Jn(s,Qn(l))),s!==r._prevClass&&(r.setAttribute("class",s),r._prevClass=s)}}var Ui,Gi={create:Vi,update:Vi},Wi="__r",Xi="__c";function Yi(e){if(i(e[Wi])){var t=ee?"change":"input";e[t]=[].concat(e[Wi],e[t]||[]),delete e[Wi]}i(e[Xi])&&(e.change=[].concat(e[Xi],e.change||[]),delete e[Xi])}function Ki(e,t,r){var n=Ui;return function i(){var o=t.apply(null,arguments);null!==o&&Qi(e,i,r,n)}}var Zi=at&&!(ie&&Number(ie[1])<=53);function Ji(e,t,r,n){if(Zi){var i=Gr,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=i||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}Ui.addEventListener(e,t,ae?{capture:r,passive:n}:r)}function Qi(e,t,r,n){(n||Ui).removeEventListener(e,t._wrapper||t,r)}function eo(e,t){if(!n(e.data.on)||!n(t.data.on)){var r=t.data.on||{},i=e.data.on||{};Ui=t.elm,Yi(r),xt(r,i,Ji,Qi,Ki,t.context),Ui=void 0}}var to,ro={create:eo,update:eo};function no(e,t){if(!n(e.data.domProps)||!n(t.data.domProps)){var r,o,a=t.elm,s=e.data.domProps||{},l=t.data.domProps||{};for(r in i(l.__ob__)&&(l=t.data.domProps=I({},l)),s)r in l||(a[r]="");for(r in l){if(o=l[r],"textContent"===r||"innerHTML"===r){if(t.children&&(t.children.length=0),o===s[r])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===r&&"PROGRESS"!==a.tagName){a._value=o;var c=n(o)?"":String(o);io(a,c)&&(a.value=c)}else if("innerHTML"===r&&ii(a.tagName)&&n(a.innerHTML)){to=to||document.createElement("div"),to.innerHTML="<svg>"+o+"</svg>";var u=to.firstChild;while(a.firstChild)a.removeChild(a.firstChild);while(u.firstChild)a.appendChild(u.firstChild)}else if(o!==s[r])try{a[r]=o}catch(Sa){}}}}function io(e,t){return!e.composing&&("OPTION"===e.tagName||oo(e,t)||ao(e,t))}function oo(e,t){var r=!0;try{r=document.activeElement!==e}catch(Sa){}return r&&e.value!==t}function ao(e,t){var r=e.value,n=e._vModifiers;if(i(n)){if(n.number)return m(r)!==m(t);if(n.trim)return r.trim()!==t.trim()}return r!==t}var so={create:no,update:no},lo=w((function(e){var t={},r=/;(?![^(]*\))/g,n=/:(.+)/;return e.split(r).forEach((function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}})),t}));function co(e){var t=uo(e.style);return e.staticStyle?I(e.staticStyle,t):t}function uo(e){return Array.isArray(e)?N(e):"string"===typeof e?lo(e):e}function ho(e,t){var r,n={};if(t){var i=e;while(i.componentInstance)i=i.componentInstance._vnode,i&&i.data&&(r=co(i.data))&&I(n,r)}(r=co(e.data))&&I(n,r);var o=e;while(o=o.parent)o.data&&(r=co(o.data))&&I(n,r);return n}var po,fo=/^--/,mo=/\s*!important$/,vo=function(e,t,r){if(fo.test(t))e.style.setProperty(t,r);else if(mo.test(r))e.style.setProperty(_(t),r.replace(mo,""),"important");else{var n=yo(t);if(Array.isArray(r))for(var i=0,o=r.length;i<o;i++)e.style[n]=r[i];else e.style[n]=r}},go=["Webkit","Moz","ms"],yo=w((function(e){if(po=po||document.createElement("div").style,e=S(e),"filter"!==e&&e in po)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),r=0;r<go.length;r++){var n=go[r]+t;if(n in po)return n}}));function bo(e,t){var r=t.data,o=e.data;if(!(n(r.staticStyle)&&n(r.style)&&n(o.staticStyle)&&n(o.style))){var a,s,l=t.elm,c=o.staticStyle,u=o.normalizedStyle||o.style||{},h=c||u,p=uo(t.data.style)||{};t.data.normalizedStyle=i(p.__ob__)?I({},p):p;var d=ho(t,!0);for(s in h)n(d[s])&&vo(l,s,"");for(s in d)a=d[s],a!==h[s]&&vo(l,s,null==a?"":a)}}var xo={create:bo,update:bo},wo=/\s+/;function ko(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(wo).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var r=" "+(e.getAttribute("class")||"")+" ";r.indexOf(" "+t+" ")<0&&e.setAttribute("class",(r+t).trim())}}function So(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(wo).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{var r=" "+(e.getAttribute("class")||"")+" ",n=" "+t+" ";while(r.indexOf(n)>=0)r=r.replace(n," ");r=r.trim(),r?e.setAttribute("class",r):e.removeAttribute("class")}}function Ao(e){if(e){if("object"===typeof e){var t={};return!1!==e.css&&I(t,Mo(e.name||"v")),I(t,e),t}return"string"===typeof e?Mo(e):void 0}}var Mo=w((function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}})),_o=K&&!te,Co="transition",To="animation",zo="transition",Oo="transitionend",Io="animation",No="animationend";_o&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(zo="WebkitTransition",Oo="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Io="WebkitAnimation",No="webkitAnimationEnd"));var Eo=K?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Bo(e){Eo((function(){Eo(e)}))}function Po(e,t){var r=e._transitionClasses||(e._transitionClasses=[]);r.indexOf(t)<0&&(r.push(t),ko(e,t))}function Ro(e,t){e._transitionClasses&&y(e._transitionClasses,t),So(e,t)}function $o(e,t,r){var n=Do(e,t),i=n.type,o=n.timeout,a=n.propCount;if(!i)return r();var s=i===Co?Oo:No,l=0,c=function(){e.removeEventListener(s,u),r()},u=function(t){t.target===e&&++l>=a&&c()};setTimeout((function(){l<a&&c()}),o+1),e.addEventListener(s,u)}var qo=/\b(transform|all)(,|$)/;function Do(e,t){var r,n=window.getComputedStyle(e),i=(n[zo+"Delay"]||"").split(", "),o=(n[zo+"Duration"]||"").split(", "),a=Lo(i,o),s=(n[Io+"Delay"]||"").split(", "),l=(n[Io+"Duration"]||"").split(", "),c=Lo(s,l),u=0,h=0;t===Co?a>0&&(r=Co,u=a,h=o.length):t===To?c>0&&(r=To,u=c,h=l.length):(u=Math.max(a,c),r=u>0?a>c?Co:To:null,h=r?r===Co?o.length:l.length:0);var p=r===Co&&qo.test(n[zo+"Property"]);return{type:r,timeout:u,propCount:h,hasTransform:p}}function Lo(e,t){while(e.length<t.length)e=e.concat(e);return Math.max.apply(null,t.map((function(t,r){return jo(t)+jo(e[r])})))}function jo(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function Fo(e,t){var r=e.elm;i(r._leaveCb)&&(r._leaveCb.cancelled=!0,r._leaveCb());var o=Ao(e.data.transition);if(!n(o)&&!i(r._enterCb)&&1===r.nodeType){var a=o.css,s=o.type,c=o.enterClass,u=o.enterToClass,h=o.enterActiveClass,p=o.appearClass,d=o.appearToClass,f=o.appearActiveClass,v=o.beforeEnter,g=o.enter,y=o.afterEnter,b=o.enterCancelled,x=o.beforeAppear,w=o.appear,k=o.afterAppear,S=o.appearCancelled,A=o.duration,M=zr,_=zr.$vnode;while(_&&_.parent)M=_.context,_=_.parent;var C=!M._isMounted||!e.isRootInsert;if(!C||w||""===w){var T=C&&p?p:c,z=C&&f?f:h,O=C&&d?d:u,I=C&&x||v,N=C&&"function"===typeof w?w:g,E=C&&k||y,B=C&&S||b,P=m(l(A)?A.enter:A);0;var R=!1!==a&&!te,$=Uo(N),D=r._enterCb=q((function(){R&&(Ro(r,O),Ro(r,z)),D.cancelled?(R&&Ro(r,T),B&&B(r)):E&&E(r),r._enterCb=null}));e.data.show||wt(e,"insert",(function(){var t=r.parentNode,n=t&&t._pending&&t._pending[e.key];n&&n.tag===e.tag&&n.elm._leaveCb&&n.elm._leaveCb(),N&&N(r,D)})),I&&I(r),R&&(Po(r,T),Po(r,z),Bo((function(){Ro(r,T),D.cancelled||(Po(r,O),$||(Vo(P)?setTimeout(D,P):$o(r,s,D)))}))),e.data.show&&(t&&t(),N&&N(r,D)),R||$||D()}}}function Ho(e,t){var r=e.elm;i(r._enterCb)&&(r._enterCb.cancelled=!0,r._enterCb());var o=Ao(e.data.transition);if(n(o)||1!==r.nodeType)return t();if(!i(r._leaveCb)){var a=o.css,s=o.type,c=o.leaveClass,u=o.leaveToClass,h=o.leaveActiveClass,p=o.beforeLeave,d=o.leave,f=o.afterLeave,v=o.leaveCancelled,g=o.delayLeave,y=o.duration,b=!1!==a&&!te,x=Uo(d),w=m(l(y)?y.leave:y);0;var k=r._leaveCb=q((function(){r.parentNode&&r.parentNode._pending&&(r.parentNode._pending[e.key]=null),b&&(Ro(r,u),Ro(r,h)),k.cancelled?(b&&Ro(r,c),v&&v(r)):(t(),f&&f(r)),r._leaveCb=null}));g?g(S):S()}function S(){k.cancelled||(!e.data.show&&r.parentNode&&((r.parentNode._pending||(r.parentNode._pending={}))[e.key]=e),p&&p(r),b&&(Po(r,c),Po(r,h),Bo((function(){Ro(r,c),k.cancelled||(Po(r,u),x||(Vo(w)?setTimeout(k,w):$o(r,s,k)))}))),d&&d(r,k),b||x||k())}}function Vo(e){return"number"===typeof e&&!isNaN(e)}function Uo(e){if(n(e))return!1;var t=e.fns;return i(t)?Uo(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Go(e,t){!0!==t.data.show&&Fo(t)}var Wo=K?{create:Go,activate:Go,remove:function(e,t){!0!==e.data.show?Ho(e,t):t()}}:{},Xo=[Hi,Gi,ro,so,xo,Wo],Yo=Xo.concat(Di),Ko=Ii({nodeOps:Si,modules:Yo});te&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&ia(e,"input")}));var Zo={inserted:function(e,t,r,n){"select"===r.tag?(n.elm&&!n.elm._vOptions?wt(r,"postpatch",(function(){Zo.componentUpdated(e,t,r)})):Jo(e,t,r.context),e._vOptions=[].map.call(e.options,ta)):("textarea"===r.tag||ci(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",ra),e.addEventListener("compositionend",na),e.addEventListener("change",na),te&&(e.vmodel=!0)))},componentUpdated:function(e,t,r){if("select"===r.tag){Jo(e,t,r.context);var n=e._vOptions,i=e._vOptions=[].map.call(e.options,ta);if(i.some((function(e,t){return!R(e,n[t])}))){var o=e.multiple?t.value.some((function(e){return ea(e,i)})):t.value!==t.oldValue&&ea(t.value,i);o&&ia(e,"change")}}}};function Jo(e,t,r){Qo(e,t,r),(ee||re)&&setTimeout((function(){Qo(e,t,r)}),0)}function Qo(e,t,r){var n=t.value,i=e.multiple;if(!i||Array.isArray(n)){for(var o,a,s=0,l=e.options.length;s<l;s++)if(a=e.options[s],i)o=$(n,ta(a))>-1,a.selected!==o&&(a.selected=o);else if(R(ta(a),n))return void(e.selectedIndex!==s&&(e.selectedIndex=s));i||(e.selectedIndex=-1)}}function ea(e,t){return t.every((function(t){return!R(t,e)}))}function ta(e){return"_value"in e?e._value:e.value}function ra(e){e.target.composing=!0}function na(e){e.target.composing&&(e.target.composing=!1,ia(e.target,"input"))}function ia(e,t){var r=document.createEvent("HTMLEvents");r.initEvent(t,!0,!0),e.dispatchEvent(r)}function oa(e){return!e.componentInstance||e.data&&e.data.transition?e:oa(e.componentInstance._vnode)}var aa={bind:function(e,t,r){var n=t.value;r=oa(r);var i=r.data&&r.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;n&&i?(r.data.show=!0,Fo(r,(function(){e.style.display=o}))):e.style.display=n?o:"none"},update:function(e,t,r){var n=t.value,i=t.oldValue;if(!n!==!i){r=oa(r);var o=r.data&&r.data.transition;o?(r.data.show=!0,n?Fo(r,(function(){e.style.display=e.__vOriginalDisplay})):Ho(r,(function(){e.style.display="none"}))):e.style.display=n?e.__vOriginalDisplay:"none"}},unbind:function(e,t,r,n,i){i||(e.style.display=e.__vOriginalDisplay)}},sa={model:Zo,show:aa},la={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function ca(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?ca(kr(t.children)):e}function ua(e){var t={},r=e.$options;for(var n in r.propsData)t[n]=e[n];var i=r._parentListeners;for(var o in i)t[S(o)]=i[o];return t}function ha(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function pa(e){while(e=e.parent)if(e.data.transition)return!0}function da(e,t){return t.key===e.key&&t.tag===e.tag}var fa=function(e){return e.tag||wr(e)},ma=function(e){return"show"===e.name},va={name:"transition",props:la,abstract:!0,render:function(e){var t=this,r=this.$slots.default;if(r&&(r=r.filter(fa),r.length)){0;var n=this.mode;0;var i=r[0];if(pa(this.$vnode))return i;var o=ca(i);if(!o)return i;if(this._leaving)return ha(e,i);var a="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?a+"comment":a+o.tag:s(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var l=(o.data||(o.data={})).transition=ua(this),c=this._vnode,u=ca(c);if(o.data.directives&&o.data.directives.some(ma)&&(o.data.show=!0),u&&u.data&&!da(o,u)&&!wr(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var h=u.data.transition=I({},l);if("out-in"===n)return this._leaving=!0,wt(h,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),ha(e,i);if("in-out"===n){if(wr(o))return c;var p,d=function(){p()};wt(l,"afterEnter",d),wt(l,"enterCancelled",d),wt(h,"delayLeave",(function(e){p=e}))}}return i}}},ga=I({tag:String,moveClass:String},la);delete ga.mode;var ya={props:ga,beforeMount:function(){var e=this,t=this._update;this._update=function(r,n){var i=Or(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,i(),t.call(e,r,n)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",r=Object.create(null),n=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=ua(this),s=0;s<i.length;s++){var l=i[s];if(l.tag)if(null!=l.key&&0!==String(l.key).indexOf("__vlist"))o.push(l),r[l.key]=l,(l.data||(l.data={})).transition=a;else;}if(n){for(var c=[],u=[],h=0;h<n.length;h++){var p=n[h];p.data.transition=a,p.data.pos=p.elm.getBoundingClientRect(),r[p.key]?c.push(p):u.push(p)}this.kept=e(t,null,c),this.removed=u}return e(t,null,o)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(ba),e.forEach(xa),e.forEach(wa),this._reflow=document.body.offsetHeight,e.forEach((function(e){if(e.data.moved){var r=e.elm,n=r.style;Po(r,t),n.transform=n.WebkitTransform=n.transitionDuration="",r.addEventListener(Oo,r._moveCb=function e(n){n&&n.target!==r||n&&!/transform$/.test(n.propertyName)||(r.removeEventListener(Oo,e),r._moveCb=null,Ro(r,t))})}})))},methods:{hasMove:function(e,t){if(!_o)return!1;if(this._hasMove)return this._hasMove;var r=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((function(e){So(r,e)})),ko(r,t),r.style.display="none",this.$el.appendChild(r);var n=Do(r);return this.$el.removeChild(r),this._hasMove=n.hasTransform}}};function ba(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function xa(e){e.data.newPos=e.elm.getBoundingClientRect()}function wa(e){var t=e.data.pos,r=e.data.newPos,n=t.left-r.left,i=t.top-r.top;if(n||i){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform="translate("+n+"px,"+i+"px)",o.transitionDuration="0s"}}var ka={Transition:va,TransitionGroup:ya};Sn.config.mustUseProp=Ln,Sn.config.isReservedTag=oi,Sn.config.isReservedAttr=qn,Sn.config.getTagNamespace=ai,Sn.config.isUnknownElement=li,I(Sn.options.directives,sa),I(Sn.options.components,ka),Sn.prototype.__patch__=K?Ko:E,Sn.prototype.$mount=function(e,t){return e=e&&K?ui(e):void 0,Er(this,e,t)},K&&setTimeout((function(){F.devtools&&ce&&ce.emit("init",Sn)}),0),t["a"]=Sn}).call(this,r("c8ba"))},"2cf4":function(e,t,r){var n,i,o,a=r("da84"),s=r("d039"),l=r("c6b6"),c=r("0366"),u=r("1be4"),h=r("cc12"),p=r("1cdc"),d=a.location,f=a.setImmediate,m=a.clearImmediate,v=a.process,g=a.MessageChannel,y=a.Dispatch,b=0,x={},w="onreadystatechange",k=function(e){if(x.hasOwnProperty(e)){var t=x[e];delete x[e],t()}},S=function(e){return function(){k(e)}},A=function(e){k(e.data)},M=function(e){a.postMessage(e+"",d.protocol+"//"+d.host)};f&&m||(f=function(e){var t=[],r=1;while(arguments.length>r)t.push(arguments[r++]);return x[++b]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},n(b),b},m=function(e){delete x[e]},"process"==l(v)?n=function(e){v.nextTick(S(e))}:y&&y.now?n=function(e){y.now(S(e))}:g&&!p?(i=new g,o=i.port2,i.port1.onmessage=A,n=c(o.postMessage,o,1)):!a.addEventListener||"function"!=typeof postMessage||a.importScripts||s(M)||"file:"===d.protocol?n=w in h("script")?function(e){u.appendChild(h("script"))[w]=function(){u.removeChild(this),k(e)}}:function(e){setTimeout(S(e),0)}:(n=M,a.addEventListener("message",A,!1))),e.exports={set:f,clear:m}},"2d00":function(e,t,r){var n,i,o=r("da84"),a=r("342f"),s=o.process,l=s&&s.versions,c=l&&l.v8;c?(n=c.split("."),i=n[0]+n[1]):a&&(n=a.match(/Edge\/(\d+)/),(!n||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/),n&&(i=n[1]))),e.exports=i&&+i},"342f":function(e,t,r){var n=r("d066");e.exports=n("navigator","userAgent")||""},"35a1":function(e,t,r){var n=r("f5df"),i=r("3f8c"),o=r("b622"),a=o("iterator");e.exports=function(e){if(void 0!=e)return e[a]||e["@@iterator"]||i[n(e)]}},"37e8":function(e,t,r){var n=r("83ab"),i=r("9bf2"),o=r("825a"),a=r("df75");e.exports=n?Object.defineProperties:function(e,t){o(e);var r,n=a(t),s=n.length,l=0;while(s>l)i.f(e,r=n[l++],t[r]);return e}},"3b2f":function(e,t,r){(function(t,r){e.exports=r()})("undefined"!==typeof self&&self,(function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)r.d(n,i,function(t){return e[t]}.bind(null,i));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=1)}([function(e,t,r){},function(e,t,r){"use strict";r.r(t);r(0);var n=function(){function e(e,t,r){this.lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=e,this.start=t,this.end=r}return e.range=function(t,r){return r?t&&t.loc&&r.loc&&t.loc.lexer===r.loc.lexer?new e(t.loc.lexer,t.loc.start,r.loc.end):null:t&&t.loc},e}(),i=function(){function e(e,t){this.text=void 0,this.loc=void 0,this.noexpand=void 0,this.treatAsRelax=void 0,this.text=e,this.loc=t}var t=e.prototype;return t.range=function(t,r){return new e(r,n.range(this,t))},e}(),o=function e(t,r){this.position=void 0;var n,i="KaTeX parse error: "+t,o=r&&r.loc;if(o&&o.start<=o.end){var a=o.lexer.input;n=o.start;var s=o.end;n===a.length?i+=" at end of input: ":i+=" at position "+(n+1)+": ";var l,c,u=a.slice(n,s).replace(/[^]/g,"$&̲");l=n>15?"…"+a.slice(n-15,n):a.slice(0,n),c=s+15<a.length?a.slice(s,s+15)+"…":a.slice(s),i+=l+u+c}var h=new Error(i);return h.name="ParseError",h.__proto__=e.prototype,h.position=n,h};o.prototype.__proto__=Error.prototype;var a=o,s=function(e,t){return-1!==e.indexOf(t)},l=function(e,t){return void 0===e?t:e},c=/([A-Z])/g,u=function(e){return e.replace(c,"-$1").toLowerCase()},h={"&":"&",">":">","<":"<",'"':""","'":"'"},p=/[&><"']/g;function d(e){return String(e).replace(p,(function(e){return h[e]}))}var f=function e(t){return"ordgroup"===t.type||"color"===t.type?1===t.body.length?e(t.body[0]):t:"font"===t.type?e(t.body):t},m=function(e){var t=f(e);return"mathord"===t.type||"textord"===t.type||"atom"===t.type},v=function(e){if(!e)throw new Error("Expected non-null, but got "+String(e));return e},g=function(e){var t=/^\s*([^\\/#]*?)(?::|�*58|�*3a)/i.exec(e);return null!=t?t[1]:"_relative"},y={contains:s,deflt:l,escape:d,hyphenate:u,getBaseElem:f,isCharacterBox:m,protocolFromUrl:g},b=function(){function e(e){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,e=e||{},this.displayMode=y.deflt(e.displayMode,!1),this.output=y.deflt(e.output,"htmlAndMathml"),this.leqno=y.deflt(e.leqno,!1),this.fleqn=y.deflt(e.fleqn,!1),this.throwOnError=y.deflt(e.throwOnError,!0),this.errorColor=y.deflt(e.errorColor,"#cc0000"),this.macros=e.macros||{},this.minRuleThickness=Math.max(0,y.deflt(e.minRuleThickness,0)),this.colorIsTextColor=y.deflt(e.colorIsTextColor,!1),this.strict=y.deflt(e.strict,"warn"),this.trust=y.deflt(e.trust,!1),this.maxSize=Math.max(0,y.deflt(e.maxSize,1/0)),this.maxExpand=Math.max(0,y.deflt(e.maxExpand,1e3)),this.globalGroup=y.deflt(e.globalGroup,!1)}var t=e.prototype;return t.reportNonstrict=function(e,t,r){var n=this.strict;if("function"===typeof n&&(n=n(e,t,r)),n&&"ignore"!==n){if(!0===n||"error"===n)throw new a("LaTeX-incompatible input and strict mode is set to 'error': "+t+" ["+e+"]",r);"warn"===n?"undefined"!==typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"):"undefined"!==typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]")}},t.useStrictBehavior=function(e,t,r){var n=this.strict;if("function"===typeof n)try{n=n(e,t,r)}catch(i){n="error"}return!(!n||"ignore"===n)&&(!0===n||"error"===n||("warn"===n?("undefined"!==typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"),!1):("undefined"!==typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]"),!1)))},t.isTrusted=function(e){e.url&&!e.protocol&&(e.protocol=y.protocolFromUrl(e.url));var t="function"===typeof this.trust?this.trust(e):this.trust;return Boolean(t)},e}(),x=function(){function e(e,t,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=t,this.cramped=r}var t=e.prototype;return t.sup=function(){return z[O[this.id]]},t.sub=function(){return z[I[this.id]]},t.fracNum=function(){return z[N[this.id]]},t.fracDen=function(){return z[E[this.id]]},t.cramp=function(){return z[B[this.id]]},t.text=function(){return z[P[this.id]]},t.isTight=function(){return this.size>=2},e}(),w=0,k=1,S=2,A=3,M=4,_=5,C=6,T=7,z=[new x(w,0,!1),new x(k,0,!0),new x(S,1,!1),new x(A,1,!0),new x(M,2,!1),new x(_,2,!0),new x(C,3,!1),new x(T,3,!0)],O=[M,_,M,_,C,T,C,T],I=[_,_,_,_,T,T,T,T],N=[S,A,M,_,C,T,C,T],E=[A,A,_,_,T,T,T,T],B=[k,k,A,A,_,_,T,T],P=[w,k,S,A,S,A,S,A],R={DISPLAY:z[w],TEXT:z[S],SCRIPT:z[M],SCRIPTSCRIPT:z[C]},$=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];function q(e){for(var t=0;t<$.length;t++)for(var r=$[t],n=0;n<r.blocks.length;n++){var i=r.blocks[n];if(e>=i[0]&&e<=i[1])return r.name}return null}var D=[];function L(e){for(var t=0;t<D.length;t+=2)if(e>=D[t]&&e<=D[t+1])return!0;return!1}$.forEach((function(e){return e.blocks.forEach((function(e){return D.push.apply(D,e)}))}));var j=80,F=function(e,t){return"M95,"+(622+e+t)+"\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl"+e/2.075+" -"+e+"\nc5.3,-9.3,12,-14,20,-14\nH400000v"+(40+e)+"H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM"+(834+e)+" "+t+"h400000v"+(40+e)+"h-400000z"},H=function(e,t){return"M263,"+(601+e+t)+"c0.7,0,18,39.7,52,119\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\nc340,-704.7,510.7,-1060.3,512,-1067\nl"+e/2.084+" -"+e+"\nc4.7,-7.3,11,-11,19,-11\nH40000v"+(40+e)+"H1012.3\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\nM"+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"},V=function(e,t){return"M983 "+(10+e+t)+"\nl"+e/3.13+" -"+e+"\nc4,-6.7,10,-10,18,-10 H400000v"+(40+e)+"\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7\ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744\nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30\nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722\nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5\nc53.7,-170.3,84.5,-266.8,92.5,-289.5z\nM"+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"},U=function(e,t){return"M424,"+(2398+e+t)+"\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514\nc0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20\ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121\ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081\nl"+e/4.223+" -"+e+"c4,-6.7,10,-10,18,-10 H400000\nv"+(40+e)+"H1014.6\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185\nc-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2z M"+(1001+e)+" "+t+"\nh400000v"+(40+e)+"h-400000z"},G=function(e,t){return"M473,"+(2713+e+t)+"\nc339.3,-1799.3,509.3,-2700,510,-2702 l"+e/5.298+" -"+e+"\nc3.3,-7.3,9.3,-11,18,-11 H400000v"+(40+e)+"H1017.7\ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200\nc0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26\ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,\n606zM"+(1001+e)+" "+t+"h400000v"+(40+e)+"H1017.7z"},W=function(e,t,r){var n=r-54-t-e;return"M702 "+(e+t)+"H400000"+(40+e)+"\nH742v"+n+"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1\nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170\nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667\n219 661 l218 661zM702 "+t+"H400000v"+(40+e)+"H742z"},X=function(e,t,r){t*=1e3;var n="";switch(e){case"sqrtMain":n=F(t,j);break;case"sqrtSize1":n=H(t,j);break;case"sqrtSize2":n=V(t,j);break;case"sqrtSize3":n=U(t,j);break;case"sqrtSize4":n=G(t,j);break;case"sqrtTall":n=W(t,j,r)}return n},Y={leftParenInner:"M291 0 H417 V300 H291 z",rightParenInner:"M457 0 H583 V300 H457 z",doubleleftarrow:"M262 157\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\nm8 0v40h399730v-40zm0 194v40h399730v-40z",doublerightarrow:"M399738 392l\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z",leftarrow:"M400000 241H110l3-3c68.7-52.7 113.7-120\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\n l-3-3h399890zM100 241v40h399900v-40z",leftbrace:"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z",leftbraceunder:"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z",leftgroup:"M400000 80\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\n 435 0h399565z",leftgroupunder:"M400000 262\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\n 435 219h399565z",leftharpoon:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z",leftharpoonplus:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\nm0 0v40h400000v-40z",leftharpoondown:"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z",leftharpoondownplus:"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z",lefthook:"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\n 71.5 23h399859zM103 281v-40h399897v40z",leftlinesegment:"M40 281 V428 H0 V94 H40 V241 H400000 v40z\nM40 281 V428 H0 V94 H40 V241 H400000 v40z",leftmapsto:"M40 281 V448H0V74H40V241H400000v40z\nM40 281 V448H0V74H40V241H400000v40z",leftToFrom:"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z",longequal:"M0 50 h400000 v40H0z m0 194h40000v40H0z\nM0 50 h400000 v40H0z m0 194h40000v40H0z",midbrace:"M200428 334\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z",midbraceunder:"M199572 214\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z",oiintSize1:"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z",oiintSize2:"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\nc0 110 84 276 504 276s502.4-166 502.4-276z",oiiintSize1:"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z",oiiintSize2:"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z",rightarrow:"M0 241v40h399891c-47.3 35.3-84 78-110 128\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n 151.7 139 205zm0 0v40h399900v-40z",rightbrace:"M400000 542l\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z",rightbraceunder:"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z",rightgroup:"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\n 3-1 3-3v-38c-76-158-257-219-435-219H0z",rightgroupunder:"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z",rightharpoon:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\n 69.2 92 94.5zm0 0v40h399900v-40z",rightharpoonplus:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z",rightharpoondown:"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z",rightharpoondownplus:"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\nm0-194v40h400000v-40zm0 0v40h400000v-40z",righthook:"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z",rightlinesegment:"M399960 241 V94 h40 V428 h-40 V281 H0 v-40z\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z",rightToFrom:"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z",twoheadleftarrow:"M0 167c68 40\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z",twoheadrightarrow:"M400000 167\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z",tilde1:"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\n-68.267.847-113-73.952-191-73.952z",tilde2:"M344 55.266c-142 0-300.638 81.316-311.5 86.418\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z",tilde3:"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\n -338 0-409-156.573-744-156.573z",tilde4:"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\n -175.236-744-175.236z",vec:"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\nc-16-25.333-24-45-24-59z",widehat1:"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z",widehat2:"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat3:"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat4:"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widecheck1:"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z",widecheck2:"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck3:"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck4:"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",baraboveleftarrow:"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z",rightarrowabovebar:"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z",baraboveshortleftharpoon:"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z",rightharpoonaboveshortbar:"M0,241 l0,40c399126,0,399993,0,399993,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z",shortbaraboveleftharpoon:"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z",shortrightharpoonabovebar:"M53,241l0,40c398570,0,399437,0,399437,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z"},K=function(){function e(e){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=e,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}var t=e.prototype;return t.hasClass=function(e){return y.contains(this.classes,e)},t.toNode=function(){for(var e=document.createDocumentFragment(),t=0;t<this.children.length;t++)e.appendChild(this.children[t].toNode());return e},t.toMarkup=function(){for(var e="",t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e},t.toText=function(){var e=function(e){return e.toText()};return this.children.map(e).join("")},e}(),Z=function(e){return e.filter((function(e){return e})).join(" ")},J=function(e,t,r){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},t){t.style.isTight()&&this.classes.push("mtight");var n=t.getColor();n&&(this.style.color=n)}},Q=function(e){var t=document.createElement(e);for(var r in t.className=Z(this.classes),this.style)this.style.hasOwnProperty(r)&&(t.style[r]=this.style[r]);for(var n in this.attributes)this.attributes.hasOwnProperty(n)&&t.setAttribute(n,this.attributes[n]);for(var i=0;i<this.children.length;i++)t.appendChild(this.children[i].toNode());return t},ee=function(e){var t="<"+e;this.classes.length&&(t+=' class="'+y.escape(Z(this.classes))+'"');var r="";for(var n in this.style)this.style.hasOwnProperty(n)&&(r+=y.hyphenate(n)+":"+this.style[n]+";");for(var i in r&&(t+=' style="'+y.escape(r)+'"'),this.attributes)this.attributes.hasOwnProperty(i)&&(t+=" "+i+'="'+y.escape(this.attributes[i])+'"');t+=">";for(var o=0;o<this.children.length;o++)t+=this.children[o].toMarkup();return t+="</"+e+">",t},te=function(){function e(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,J.call(this,e,r,n),this.children=t||[]}var t=e.prototype;return t.setAttribute=function(e,t){this.attributes[e]=t},t.hasClass=function(e){return y.contains(this.classes,e)},t.toNode=function(){return Q.call(this,"span")},t.toMarkup=function(){return ee.call(this,"span")},e}(),re=function(){function e(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,J.call(this,t,n),this.children=r||[],this.setAttribute("href",e)}var t=e.prototype;return t.setAttribute=function(e,t){this.attributes[e]=t},t.hasClass=function(e){return y.contains(this.classes,e)},t.toNode=function(){return Q.call(this,"a")},t.toMarkup=function(){return ee.call(this,"a")},e}(),ne=function(){function e(e,t,r){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=t,this.src=e,this.classes=["mord"],this.style=r}var t=e.prototype;return t.hasClass=function(e){return y.contains(this.classes,e)},t.toNode=function(){var e=document.createElement("img");for(var t in e.src=this.src,e.alt=this.alt,e.className="mord",this.style)this.style.hasOwnProperty(t)&&(e.style[t]=this.style[t]);return e},t.toMarkup=function(){var e="<img src='"+this.src+" 'alt='"+this.alt+"' ",t="";for(var r in this.style)this.style.hasOwnProperty(r)&&(t+=y.hyphenate(r)+":"+this.style[r]+";");return t&&(e+=' style="'+y.escape(t)+'"'),e+="'/>",e},e}(),ie={"î":"ı̂","ï":"ı̈","í":"ı́","ì":"ı̀"},oe=function(){function e(e,t,r,n,i,o,a,s){this.text=void 0,this.height=void 0,this.depth=void 0,this.italic=void 0,this.skew=void 0,this.width=void 0,this.maxFontSize=void 0,this.classes=void 0,this.style=void 0,this.text=e,this.height=t||0,this.depth=r||0,this.italic=n||0,this.skew=i||0,this.width=o||0,this.classes=a||[],this.style=s||{},this.maxFontSize=0;var l=q(this.text.charCodeAt(0));l&&this.classes.push(l+"_fallback"),/[îïíì]/.test(this.text)&&(this.text=ie[this.text])}var t=e.prototype;return t.hasClass=function(e){return y.contains(this.classes,e)},t.toNode=function(){var e=document.createTextNode(this.text),t=null;for(var r in this.italic>0&&(t=document.createElement("span"),t.style.marginRight=this.italic+"em"),this.classes.length>0&&(t=t||document.createElement("span"),t.className=Z(this.classes)),this.style)this.style.hasOwnProperty(r)&&(t=t||document.createElement("span"),t.style[r]=this.style[r]);return t?(t.appendChild(e),t):e},t.toMarkup=function(){var e=!1,t="<span";this.classes.length&&(e=!0,t+=' class="',t+=y.escape(Z(this.classes)),t+='"');var r="";for(var n in this.italic>0&&(r+="margin-right:"+this.italic+"em;"),this.style)this.style.hasOwnProperty(n)&&(r+=y.hyphenate(n)+":"+this.style[n]+";");r&&(e=!0,t+=' style="'+y.escape(r)+'"');var i=y.escape(this.text);return e?(t+=">",t+=i,t+="</span>",t):i},e}(),ae=function(){function e(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}var t=e.prototype;return t.toNode=function(){var e="http://www.w3.org/2000/svg",t=document.createElementNS(e,"svg");for(var r in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,r)&&t.setAttribute(r,this.attributes[r]);for(var n=0;n<this.children.length;n++)t.appendChild(this.children[n].toNode());return t},t.toMarkup=function(){var e="<svg";for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+"='"+this.attributes[t]+"'");e+=">";for(var r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</svg>",e},e}(),se=function(){function e(e,t){this.pathName=void 0,this.alternate=void 0,this.pathName=e,this.alternate=t}var t=e.prototype;return t.toNode=function(){var e="http://www.w3.org/2000/svg",t=document.createElementNS(e,"path");return this.alternate?t.setAttribute("d",this.alternate):t.setAttribute("d",Y[this.pathName]),t},t.toMarkup=function(){return this.alternate?"<path d='"+this.alternate+"'/>":"<path d='"+Y[this.pathName]+"'/>"},e}(),le=function(){function e(e){this.attributes=void 0,this.attributes=e||{}}var t=e.prototype;return t.toNode=function(){var e="http://www.w3.org/2000/svg",t=document.createElementNS(e,"line");for(var r in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,r)&&t.setAttribute(r,this.attributes[r]);return t},t.toMarkup=function(){var e="<line";for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+"='"+this.attributes[t]+"'");return e+="/>",e},e}();function ce(e){if(e instanceof oe)return e;throw new Error("Expected symbolNode but got "+String(e)+".")}function ue(e){if(e instanceof te)return e;throw new Error("Expected span<HtmlDomNode> but got "+String(e)+".")}var he={"AMS-Regular":{32:[0,0,0,0,.25],65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],160:[0,0,0,0,.25],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},"Caligraphic-Regular":{32:[0,0,0,0,.25],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473],160:[0,0,0,0,.25]},"Fraktur-Regular":{32:[0,0,0,0,.25],33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],160:[0,0,0,0,.25],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},"Main-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],160:[0,0,0,0,.25],163:[0,.69444,0,0,.86853],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},"Main-BoldItalic":{32:[0,0,0,0,.25],33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],160:[0,0,0,0,.25],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},"Main-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],160:[0,0,0,0,.25],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},"Main-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],163:[0,.69444,0,0,.76909],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.12,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,1],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.67,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.9,0,0,.278],8943:[-.19,.31,0,0,1.172],8945:[-.1,.82,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.744,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.744,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},"Math-BoldItalic":{32:[0,0,0,0,.25],48:[0,.44444,0,0,.575],49:[0,.44444,0,0,.575],50:[0,.44444,0,0,.575],51:[.19444,.44444,0,0,.575],52:[.19444,.44444,0,0,.575],53:[.19444,.44444,0,0,.575],54:[0,.64444,0,0,.575],55:[.19444,.44444,0,0,.575],56:[0,.64444,0,0,.575],57:[.19444,.44444,0,0,.575],65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],160:[0,0,0,0,.25],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333],57649:[0,.44444,0,0,.39352],57911:[.19444,.44444,0,0,.43889]},"Math-Italic":{32:[0,0,0,0,.25],48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],160:[0,0,0,0,.25],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059],57649:[0,.43056,0,.02778,.32246],57911:[.19444,.43056,0,.08334,.38403]},"SansSerif-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],160:[0,0,0,0,.25],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},"SansSerif-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],160:[0,0,0,0,.25],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},"SansSerif-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],160:[0,0,0,0,.25],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},"Script-Regular":{32:[0,0,0,0,.25],65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212],160:[0,0,0,0,.25]},"Size1-Regular":{32:[0,0,0,0,.25],40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],160:[0,0,0,0,.25],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},"Size2-Regular":{32:[0,0,0,0,.25],40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],160:[0,0,0,0,.25],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},"Size3-Regular":{32:[0,0,0,0,.25],40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],160:[0,0,0,0,.25],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},"Size4-Regular":{32:[0,0,0,0,.25],40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],160:[0,0,0,0,.25],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},"Typewriter-Regular":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}},pe={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},de={"Å":"A","Ç":"C","Ð":"D","Þ":"o","å":"a","ç":"c","ð":"d","þ":"o","А":"A","Б":"B","В":"B","Г":"F","Д":"A","Е":"E","Ж":"K","З":"3","И":"N","Й":"N","К":"K","Л":"N","М":"M","Н":"H","О":"O","П":"N","Р":"P","С":"C","Т":"T","У":"y","Ф":"O","Х":"X","Ц":"U","Ч":"h","Ш":"W","Щ":"W","Ъ":"B","Ы":"X","Ь":"B","Э":"3","Ю":"X","Я":"R","а":"a","б":"b","в":"a","г":"r","д":"y","е":"e","ж":"m","з":"e","и":"n","й":"n","к":"n","л":"n","м":"m","н":"n","о":"o","п":"n","р":"p","с":"c","т":"o","у":"y","ф":"b","х":"x","ц":"n","ч":"n","ш":"w","щ":"w","ъ":"a","ы":"m","ь":"a","э":"e","ю":"m","я":"r"};function fe(e,t){he[e]=t}function me(e,t,r){if(!he[t])throw new Error("Font metrics not found for font: "+t+".");var n=e.charCodeAt(0),i=he[t][n];if(!i&&e[0]in de&&(n=de[e[0]].charCodeAt(0),i=he[t][n]),i||"text"!==r||L(n)&&(i=he[t][77]),i)return{depth:i[0],height:i[1],italic:i[2],skew:i[3],width:i[4]}}var ve={};function ge(e){var t;if(t=e>=5?0:e>=3?1:2,!ve[t]){var r=ve[t]={cssEmPerMu:pe.quad[t]/18};for(var n in pe)pe.hasOwnProperty(n)&&(r[n]=pe[n][t])}return ve[t]}var ye={bin:1,close:1,inner:1,open:1,punct:1,rel:1},be={"accent-token":1,mathord:1,"op-token":1,spacing:1,textord:1},xe={math:{},text:{}},we=xe;function ke(e,t,r,n,i,o){xe[e][i]={font:t,group:r,replace:n},o&&n&&(xe[e][n]=xe[e][i])}var Se="math",Ae="text",Me="main",_e="ams",Ce="accent-token",Te="bin",ze="close",Oe="inner",Ie="mathord",Ne="op-token",Ee="open",Be="punct",Pe="rel",Re="spacing",$e="textord";ke(Se,Me,Pe,"≡","\\equiv",!0),ke(Se,Me,Pe,"≺","\\prec",!0),ke(Se,Me,Pe,"≻","\\succ",!0),ke(Se,Me,Pe,"∼","\\sim",!0),ke(Se,Me,Pe,"⊥","\\perp"),ke(Se,Me,Pe,"⪯","\\preceq",!0),ke(Se,Me,Pe,"⪰","\\succeq",!0),ke(Se,Me,Pe,"≃","\\simeq",!0),ke(Se,Me,Pe,"∣","\\mid",!0),ke(Se,Me,Pe,"≪","\\ll",!0),ke(Se,Me,Pe,"≫","\\gg",!0),ke(Se,Me,Pe,"≍","\\asymp",!0),ke(Se,Me,Pe,"∥","\\parallel"),ke(Se,Me,Pe,"⋈","\\bowtie",!0),ke(Se,Me,Pe,"⌣","\\smile",!0),ke(Se,Me,Pe,"⊑","\\sqsubseteq",!0),ke(Se,Me,Pe,"⊒","\\sqsupseteq",!0),ke(Se,Me,Pe,"≐","\\doteq",!0),ke(Se,Me,Pe,"⌢","\\frown",!0),ke(Se,Me,Pe,"∋","\\ni",!0),ke(Se,Me,Pe,"∝","\\propto",!0),ke(Se,Me,Pe,"⊢","\\vdash",!0),ke(Se,Me,Pe,"⊣","\\dashv",!0),ke(Se,Me,Pe,"∋","\\owns"),ke(Se,Me,Be,".","\\ldotp"),ke(Se,Me,Be,"⋅","\\cdotp"),ke(Se,Me,$e,"#","\\#"),ke(Ae,Me,$e,"#","\\#"),ke(Se,Me,$e,"&","\\&"),ke(Ae,Me,$e,"&","\\&"),ke(Se,Me,$e,"ℵ","\\aleph",!0),ke(Se,Me,$e,"∀","\\forall",!0),ke(Se,Me,$e,"ℏ","\\hbar",!0),ke(Se,Me,$e,"∃","\\exists",!0),ke(Se,Me,$e,"∇","\\nabla",!0),ke(Se,Me,$e,"♭","\\flat",!0),ke(Se,Me,$e,"ℓ","\\ell",!0),ke(Se,Me,$e,"♮","\\natural",!0),ke(Se,Me,$e,"♣","\\clubsuit",!0),ke(Se,Me,$e,"℘","\\wp",!0),ke(Se,Me,$e,"♯","\\sharp",!0),ke(Se,Me,$e,"♢","\\diamondsuit",!0),ke(Se,Me,$e,"ℜ","\\Re",!0),ke(Se,Me,$e,"♡","\\heartsuit",!0),ke(Se,Me,$e,"ℑ","\\Im",!0),ke(Se,Me,$e,"♠","\\spadesuit",!0),ke(Ae,Me,$e,"§","\\S",!0),ke(Ae,Me,$e,"¶","\\P",!0),ke(Se,Me,$e,"†","\\dag"),ke(Ae,Me,$e,"†","\\dag"),ke(Ae,Me,$e,"†","\\textdagger"),ke(Se,Me,$e,"‡","\\ddag"),ke(Ae,Me,$e,"‡","\\ddag"),ke(Ae,Me,$e,"‡","\\textdaggerdbl"),ke(Se,Me,ze,"⎱","\\rmoustache",!0),ke(Se,Me,Ee,"⎰","\\lmoustache",!0),ke(Se,Me,ze,"⟯","\\rgroup",!0),ke(Se,Me,Ee,"⟮","\\lgroup",!0),ke(Se,Me,Te,"∓","\\mp",!0),ke(Se,Me,Te,"⊖","\\ominus",!0),ke(Se,Me,Te,"⊎","\\uplus",!0),ke(Se,Me,Te,"⊓","\\sqcap",!0),ke(Se,Me,Te,"∗","\\ast"),ke(Se,Me,Te,"⊔","\\sqcup",!0),ke(Se,Me,Te,"◯","\\bigcirc"),ke(Se,Me,Te,"∙","\\bullet"),ke(Se,Me,Te,"‡","\\ddagger"),ke(Se,Me,Te,"≀","\\wr",!0),ke(Se,Me,Te,"⨿","\\amalg"),ke(Se,Me,Te,"&","\\And"),ke(Se,Me,Pe,"⟵","\\longleftarrow",!0),ke(Se,Me,Pe,"⇐","\\Leftarrow",!0),ke(Se,Me,Pe,"⟸","\\Longleftarrow",!0),ke(Se,Me,Pe,"⟶","\\longrightarrow",!0),ke(Se,Me,Pe,"⇒","\\Rightarrow",!0),ke(Se,Me,Pe,"⟹","\\Longrightarrow",!0),ke(Se,Me,Pe,"↔","\\leftrightarrow",!0),ke(Se,Me,Pe,"⟷","\\longleftrightarrow",!0),ke(Se,Me,Pe,"⇔","\\Leftrightarrow",!0),ke(Se,Me,Pe,"⟺","\\Longleftrightarrow",!0),ke(Se,Me,Pe,"↦","\\mapsto",!0),ke(Se,Me,Pe,"⟼","\\longmapsto",!0),ke(Se,Me,Pe,"↗","\\nearrow",!0),ke(Se,Me,Pe,"↩","\\hookleftarrow",!0),ke(Se,Me,Pe,"↪","\\hookrightarrow",!0),ke(Se,Me,Pe,"↘","\\searrow",!0),ke(Se,Me,Pe,"↼","\\leftharpoonup",!0),ke(Se,Me,Pe,"⇀","\\rightharpoonup",!0),ke(Se,Me,Pe,"↙","\\swarrow",!0),ke(Se,Me,Pe,"↽","\\leftharpoondown",!0),ke(Se,Me,Pe,"⇁","\\rightharpoondown",!0),ke(Se,Me,Pe,"↖","\\nwarrow",!0),ke(Se,Me,Pe,"⇌","\\rightleftharpoons",!0),ke(Se,_e,Pe,"≮","\\nless",!0),ke(Se,_e,Pe,"","\\@nleqslant"),ke(Se,_e,Pe,"","\\@nleqq"),ke(Se,_e,Pe,"⪇","\\lneq",!0),ke(Se,_e,Pe,"≨","\\lneqq",!0),ke(Se,_e,Pe,"","\\@lvertneqq"),ke(Se,_e,Pe,"⋦","\\lnsim",!0),ke(Se,_e,Pe,"⪉","\\lnapprox",!0),ke(Se,_e,Pe,"⊀","\\nprec",!0),ke(Se,_e,Pe,"⋠","\\npreceq",!0),ke(Se,_e,Pe,"⋨","\\precnsim",!0),ke(Se,_e,Pe,"⪹","\\precnapprox",!0),ke(Se,_e,Pe,"≁","\\nsim",!0),ke(Se,_e,Pe,"","\\@nshortmid"),ke(Se,_e,Pe,"∤","\\nmid",!0),ke(Se,_e,Pe,"⊬","\\nvdash",!0),ke(Se,_e,Pe,"⊭","\\nvDash",!0),ke(Se,_e,Pe,"⋪","\\ntriangleleft"),ke(Se,_e,Pe,"⋬","\\ntrianglelefteq",!0),ke(Se,_e,Pe,"⊊","\\subsetneq",!0),ke(Se,_e,Pe,"","\\@varsubsetneq"),ke(Se,_e,Pe,"⫋","\\subsetneqq",!0),ke(Se,_e,Pe,"","\\@varsubsetneqq"),ke(Se,_e,Pe,"≯","\\ngtr",!0),ke(Se,_e,Pe,"","\\@ngeqslant"),ke(Se,_e,Pe,"","\\@ngeqq"),ke(Se,_e,Pe,"⪈","\\gneq",!0),ke(Se,_e,Pe,"≩","\\gneqq",!0),ke(Se,_e,Pe,"","\\@gvertneqq"),ke(Se,_e,Pe,"⋧","\\gnsim",!0),ke(Se,_e,Pe,"⪊","\\gnapprox",!0),ke(Se,_e,Pe,"⊁","\\nsucc",!0),ke(Se,_e,Pe,"⋡","\\nsucceq",!0),ke(Se,_e,Pe,"⋩","\\succnsim",!0),ke(Se,_e,Pe,"⪺","\\succnapprox",!0),ke(Se,_e,Pe,"≆","\\ncong",!0),ke(Se,_e,Pe,"","\\@nshortparallel"),ke(Se,_e,Pe,"∦","\\nparallel",!0),ke(Se,_e,Pe,"⊯","\\nVDash",!0),ke(Se,_e,Pe,"⋫","\\ntriangleright"),ke(Se,_e,Pe,"⋭","\\ntrianglerighteq",!0),ke(Se,_e,Pe,"","\\@nsupseteqq"),ke(Se,_e,Pe,"⊋","\\supsetneq",!0),ke(Se,_e,Pe,"","\\@varsupsetneq"),ke(Se,_e,Pe,"⫌","\\supsetneqq",!0),ke(Se,_e,Pe,"","\\@varsupsetneqq"),ke(Se,_e,Pe,"⊮","\\nVdash",!0),ke(Se,_e,Pe,"⪵","\\precneqq",!0),ke(Se,_e,Pe,"⪶","\\succneqq",!0),ke(Se,_e,Pe,"","\\@nsubseteqq"),ke(Se,_e,Te,"⊴","\\unlhd"),ke(Se,_e,Te,"⊵","\\unrhd"),ke(Se,_e,Pe,"↚","\\nleftarrow",!0),ke(Se,_e,Pe,"↛","\\nrightarrow",!0),ke(Se,_e,Pe,"⇍","\\nLeftarrow",!0),ke(Se,_e,Pe,"⇏","\\nRightarrow",!0),ke(Se,_e,Pe,"↮","\\nleftrightarrow",!0),ke(Se,_e,Pe,"⇎","\\nLeftrightarrow",!0),ke(Se,_e,Pe,"△","\\vartriangle"),ke(Se,_e,$e,"ℏ","\\hslash"),ke(Se,_e,$e,"▽","\\triangledown"),ke(Se,_e,$e,"◊","\\lozenge"),ke(Se,_e,$e,"Ⓢ","\\circledS"),ke(Se,_e,$e,"®","\\circledR"),ke(Ae,_e,$e,"®","\\circledR"),ke(Se,_e,$e,"∡","\\measuredangle",!0),ke(Se,_e,$e,"∄","\\nexists"),ke(Se,_e,$e,"℧","\\mho"),ke(Se,_e,$e,"Ⅎ","\\Finv",!0),ke(Se,_e,$e,"⅁","\\Game",!0),ke(Se,_e,$e,"‵","\\backprime"),ke(Se,_e,$e,"▲","\\blacktriangle"),ke(Se,_e,$e,"▼","\\blacktriangledown"),ke(Se,_e,$e,"■","\\blacksquare"),ke(Se,_e,$e,"⧫","\\blacklozenge"),ke(Se,_e,$e,"★","\\bigstar"),ke(Se,_e,$e,"∢","\\sphericalangle",!0),ke(Se,_e,$e,"∁","\\complement",!0),ke(Se,_e,$e,"ð","\\eth",!0),ke(Ae,Me,$e,"ð","ð"),ke(Se,_e,$e,"╱","\\diagup"),ke(Se,_e,$e,"╲","\\diagdown"),ke(Se,_e,$e,"□","\\square"),ke(Se,_e,$e,"□","\\Box"),ke(Se,_e,$e,"◊","\\Diamond"),ke(Se,_e,$e,"¥","\\yen",!0),ke(Ae,_e,$e,"¥","\\yen",!0),ke(Se,_e,$e,"✓","\\checkmark",!0),ke(Ae,_e,$e,"✓","\\checkmark"),ke(Se,_e,$e,"ℶ","\\beth",!0),ke(Se,_e,$e,"ℸ","\\daleth",!0),ke(Se,_e,$e,"ℷ","\\gimel",!0),ke(Se,_e,$e,"ϝ","\\digamma",!0),ke(Se,_e,$e,"ϰ","\\varkappa"),ke(Se,_e,Ee,"┌","\\@ulcorner",!0),ke(Se,_e,ze,"┐","\\@urcorner",!0),ke(Se,_e,Ee,"└","\\@llcorner",!0),ke(Se,_e,ze,"┘","\\@lrcorner",!0),ke(Se,_e,Pe,"≦","\\leqq",!0),ke(Se,_e,Pe,"⩽","\\leqslant",!0),ke(Se,_e,Pe,"⪕","\\eqslantless",!0),ke(Se,_e,Pe,"≲","\\lesssim",!0),ke(Se,_e,Pe,"⪅","\\lessapprox",!0),ke(Se,_e,Pe,"≊","\\approxeq",!0),ke(Se,_e,Te,"⋖","\\lessdot"),ke(Se,_e,Pe,"⋘","\\lll",!0),ke(Se,_e,Pe,"≶","\\lessgtr",!0),ke(Se,_e,Pe,"⋚","\\lesseqgtr",!0),ke(Se,_e,Pe,"⪋","\\lesseqqgtr",!0),ke(Se,_e,Pe,"≑","\\doteqdot"),ke(Se,_e,Pe,"≓","\\risingdotseq",!0),ke(Se,_e,Pe,"≒","\\fallingdotseq",!0),ke(Se,_e,Pe,"∽","\\backsim",!0),ke(Se,_e,Pe,"⋍","\\backsimeq",!0),ke(Se,_e,Pe,"⫅","\\subseteqq",!0),ke(Se,_e,Pe,"⋐","\\Subset",!0),ke(Se,_e,Pe,"⊏","\\sqsubset",!0),ke(Se,_e,Pe,"≼","\\preccurlyeq",!0),ke(Se,_e,Pe,"⋞","\\curlyeqprec",!0),ke(Se,_e,Pe,"≾","\\precsim",!0),ke(Se,_e,Pe,"⪷","\\precapprox",!0),ke(Se,_e,Pe,"⊲","\\vartriangleleft"),ke(Se,_e,Pe,"⊴","\\trianglelefteq"),ke(Se,_e,Pe,"⊨","\\vDash",!0),ke(Se,_e,Pe,"⊪","\\Vvdash",!0),ke(Se,_e,Pe,"⌣","\\smallsmile"),ke(Se,_e,Pe,"⌢","\\smallfrown"),ke(Se,_e,Pe,"≏","\\bumpeq",!0),ke(Se,_e,Pe,"≎","\\Bumpeq",!0),ke(Se,_e,Pe,"≧","\\geqq",!0),ke(Se,_e,Pe,"⩾","\\geqslant",!0),ke(Se,_e,Pe,"⪖","\\eqslantgtr",!0),ke(Se,_e,Pe,"≳","\\gtrsim",!0),ke(Se,_e,Pe,"⪆","\\gtrapprox",!0),ke(Se,_e,Te,"⋗","\\gtrdot"),ke(Se,_e,Pe,"⋙","\\ggg",!0),ke(Se,_e,Pe,"≷","\\gtrless",!0),ke(Se,_e,Pe,"⋛","\\gtreqless",!0),ke(Se,_e,Pe,"⪌","\\gtreqqless",!0),ke(Se,_e,Pe,"≖","\\eqcirc",!0),ke(Se,_e,Pe,"≗","\\circeq",!0),ke(Se,_e,Pe,"≜","\\triangleq",!0),ke(Se,_e,Pe,"∼","\\thicksim"),ke(Se,_e,Pe,"≈","\\thickapprox"),ke(Se,_e,Pe,"⫆","\\supseteqq",!0),ke(Se,_e,Pe,"⋑","\\Supset",!0),ke(Se,_e,Pe,"⊐","\\sqsupset",!0),ke(Se,_e,Pe,"≽","\\succcurlyeq",!0),ke(Se,_e,Pe,"⋟","\\curlyeqsucc",!0),ke(Se,_e,Pe,"≿","\\succsim",!0),ke(Se,_e,Pe,"⪸","\\succapprox",!0),ke(Se,_e,Pe,"⊳","\\vartriangleright"),ke(Se,_e,Pe,"⊵","\\trianglerighteq"),ke(Se,_e,Pe,"⊩","\\Vdash",!0),ke(Se,_e,Pe,"∣","\\shortmid"),ke(Se,_e,Pe,"∥","\\shortparallel"),ke(Se,_e,Pe,"≬","\\between",!0),ke(Se,_e,Pe,"⋔","\\pitchfork",!0),ke(Se,_e,Pe,"∝","\\varpropto"),ke(Se,_e,Pe,"◀","\\blacktriangleleft"),ke(Se,_e,Pe,"∴","\\therefore",!0),ke(Se,_e,Pe,"∍","\\backepsilon"),ke(Se,_e,Pe,"▶","\\blacktriangleright"),ke(Se,_e,Pe,"∵","\\because",!0),ke(Se,_e,Pe,"⋘","\\llless"),ke(Se,_e,Pe,"⋙","\\gggtr"),ke(Se,_e,Te,"⊲","\\lhd"),ke(Se,_e,Te,"⊳","\\rhd"),ke(Se,_e,Pe,"≂","\\eqsim",!0),ke(Se,Me,Pe,"⋈","\\Join"),ke(Se,_e,Pe,"≑","\\Doteq",!0),ke(Se,_e,Te,"∔","\\dotplus",!0),ke(Se,_e,Te,"∖","\\smallsetminus"),ke(Se,_e,Te,"⋒","\\Cap",!0),ke(Se,_e,Te,"⋓","\\Cup",!0),ke(Se,_e,Te,"⩞","\\doublebarwedge",!0),ke(Se,_e,Te,"⊟","\\boxminus",!0),ke(Se,_e,Te,"⊞","\\boxplus",!0),ke(Se,_e,Te,"⋇","\\divideontimes",!0),ke(Se,_e,Te,"⋉","\\ltimes",!0),ke(Se,_e,Te,"⋊","\\rtimes",!0),ke(Se,_e,Te,"⋋","\\leftthreetimes",!0),ke(Se,_e,Te,"⋌","\\rightthreetimes",!0),ke(Se,_e,Te,"⋏","\\curlywedge",!0),ke(Se,_e,Te,"⋎","\\curlyvee",!0),ke(Se,_e,Te,"⊝","\\circleddash",!0),ke(Se,_e,Te,"⊛","\\circledast",!0),ke(Se,_e,Te,"⋅","\\centerdot"),ke(Se,_e,Te,"⊺","\\intercal",!0),ke(Se,_e,Te,"⋒","\\doublecap"),ke(Se,_e,Te,"⋓","\\doublecup"),ke(Se,_e,Te,"⊠","\\boxtimes",!0),ke(Se,_e,Pe,"⇢","\\dashrightarrow",!0),ke(Se,_e,Pe,"⇠","\\dashleftarrow",!0),ke(Se,_e,Pe,"⇇","\\leftleftarrows",!0),ke(Se,_e,Pe,"⇆","\\leftrightarrows",!0),ke(Se,_e,Pe,"⇚","\\Lleftarrow",!0),ke(Se,_e,Pe,"↞","\\twoheadleftarrow",!0),ke(Se,_e,Pe,"↢","\\leftarrowtail",!0),ke(Se,_e,Pe,"↫","\\looparrowleft",!0),ke(Se,_e,Pe,"⇋","\\leftrightharpoons",!0),ke(Se,_e,Pe,"↶","\\curvearrowleft",!0),ke(Se,_e,Pe,"↺","\\circlearrowleft",!0),ke(Se,_e,Pe,"↰","\\Lsh",!0),ke(Se,_e,Pe,"⇈","\\upuparrows",!0),ke(Se,_e,Pe,"↿","\\upharpoonleft",!0),ke(Se,_e,Pe,"⇃","\\downharpoonleft",!0),ke(Se,_e,Pe,"⊸","\\multimap",!0),ke(Se,_e,Pe,"↭","\\leftrightsquigarrow",!0),ke(Se,_e,Pe,"⇉","\\rightrightarrows",!0),ke(Se,_e,Pe,"⇄","\\rightleftarrows",!0),ke(Se,_e,Pe,"↠","\\twoheadrightarrow",!0),ke(Se,_e,Pe,"↣","\\rightarrowtail",!0),ke(Se,_e,Pe,"↬","\\looparrowright",!0),ke(Se,_e,Pe,"↷","\\curvearrowright",!0),ke(Se,_e,Pe,"↻","\\circlearrowright",!0),ke(Se,_e,Pe,"↱","\\Rsh",!0),ke(Se,_e,Pe,"⇊","\\downdownarrows",!0),ke(Se,_e,Pe,"↾","\\upharpoonright",!0),ke(Se,_e,Pe,"⇂","\\downharpoonright",!0),ke(Se,_e,Pe,"⇝","\\rightsquigarrow",!0),ke(Se,_e,Pe,"⇝","\\leadsto"),ke(Se,_e,Pe,"⇛","\\Rrightarrow",!0),ke(Se,_e,Pe,"↾","\\restriction"),ke(Se,Me,$e,"‘","`"),ke(Se,Me,$e,"$","\\$"),ke(Ae,Me,$e,"$","\\$"),ke(Ae,Me,$e,"$","\\textdollar"),ke(Se,Me,$e,"%","\\%"),ke(Ae,Me,$e,"%","\\%"),ke(Se,Me,$e,"_","\\_"),ke(Ae,Me,$e,"_","\\_"),ke(Ae,Me,$e,"_","\\textunderscore"),ke(Se,Me,$e,"∠","\\angle",!0),ke(Se,Me,$e,"∞","\\infty",!0),ke(Se,Me,$e,"′","\\prime"),ke(Se,Me,$e,"△","\\triangle"),ke(Se,Me,$e,"Γ","\\Gamma",!0),ke(Se,Me,$e,"Δ","\\Delta",!0),ke(Se,Me,$e,"Θ","\\Theta",!0),ke(Se,Me,$e,"Λ","\\Lambda",!0),ke(Se,Me,$e,"Ξ","\\Xi",!0),ke(Se,Me,$e,"Π","\\Pi",!0),ke(Se,Me,$e,"Σ","\\Sigma",!0),ke(Se,Me,$e,"Υ","\\Upsilon",!0),ke(Se,Me,$e,"Φ","\\Phi",!0),ke(Se,Me,$e,"Ψ","\\Psi",!0),ke(Se,Me,$e,"Ω","\\Omega",!0),ke(Se,Me,$e,"A","Α"),ke(Se,Me,$e,"B","Β"),ke(Se,Me,$e,"E","Ε"),ke(Se,Me,$e,"Z","Ζ"),ke(Se,Me,$e,"H","Η"),ke(Se,Me,$e,"I","Ι"),ke(Se,Me,$e,"K","Κ"),ke(Se,Me,$e,"M","Μ"),ke(Se,Me,$e,"N","Ν"),ke(Se,Me,$e,"O","Ο"),ke(Se,Me,$e,"P","Ρ"),ke(Se,Me,$e,"T","Τ"),ke(Se,Me,$e,"X","Χ"),ke(Se,Me,$e,"¬","\\neg",!0),ke(Se,Me,$e,"¬","\\lnot"),ke(Se,Me,$e,"⊤","\\top"),ke(Se,Me,$e,"⊥","\\bot"),ke(Se,Me,$e,"∅","\\emptyset"),ke(Se,_e,$e,"∅","\\varnothing"),ke(Se,Me,Ie,"α","\\alpha",!0),ke(Se,Me,Ie,"β","\\beta",!0),ke(Se,Me,Ie,"γ","\\gamma",!0),ke(Se,Me,Ie,"δ","\\delta",!0),ke(Se,Me,Ie,"ϵ","\\epsilon",!0),ke(Se,Me,Ie,"ζ","\\zeta",!0),ke(Se,Me,Ie,"η","\\eta",!0),ke(Se,Me,Ie,"θ","\\theta",!0),ke(Se,Me,Ie,"ι","\\iota",!0),ke(Se,Me,Ie,"κ","\\kappa",!0),ke(Se,Me,Ie,"λ","\\lambda",!0),ke(Se,Me,Ie,"μ","\\mu",!0),ke(Se,Me,Ie,"ν","\\nu",!0),ke(Se,Me,Ie,"ξ","\\xi",!0),ke(Se,Me,Ie,"ο","\\omicron",!0),ke(Se,Me,Ie,"π","\\pi",!0),ke(Se,Me,Ie,"ρ","\\rho",!0),ke(Se,Me,Ie,"σ","\\sigma",!0),ke(Se,Me,Ie,"τ","\\tau",!0),ke(Se,Me,Ie,"υ","\\upsilon",!0),ke(Se,Me,Ie,"ϕ","\\phi",!0),ke(Se,Me,Ie,"χ","\\chi",!0),ke(Se,Me,Ie,"ψ","\\psi",!0),ke(Se,Me,Ie,"ω","\\omega",!0),ke(Se,Me,Ie,"ε","\\varepsilon",!0),ke(Se,Me,Ie,"ϑ","\\vartheta",!0),ke(Se,Me,Ie,"ϖ","\\varpi",!0),ke(Se,Me,Ie,"ϱ","\\varrho",!0),ke(Se,Me,Ie,"ς","\\varsigma",!0),ke(Se,Me,Ie,"φ","\\varphi",!0),ke(Se,Me,Te,"∗","*"),ke(Se,Me,Te,"+","+"),ke(Se,Me,Te,"−","-"),ke(Se,Me,Te,"⋅","\\cdot",!0),ke(Se,Me,Te,"∘","\\circ"),ke(Se,Me,Te,"÷","\\div",!0),ke(Se,Me,Te,"±","\\pm",!0),ke(Se,Me,Te,"×","\\times",!0),ke(Se,Me,Te,"∩","\\cap",!0),ke(Se,Me,Te,"∪","\\cup",!0),ke(Se,Me,Te,"∖","\\setminus"),ke(Se,Me,Te,"∧","\\land"),ke(Se,Me,Te,"∨","\\lor"),ke(Se,Me,Te,"∧","\\wedge",!0),ke(Se,Me,Te,"∨","\\vee",!0),ke(Se,Me,$e,"√","\\surd"),ke(Se,Me,Ee,"⟨","\\langle",!0),ke(Se,Me,Ee,"∣","\\lvert"),ke(Se,Me,Ee,"∥","\\lVert"),ke(Se,Me,ze,"?","?"),ke(Se,Me,ze,"!","!"),ke(Se,Me,ze,"⟩","\\rangle",!0),ke(Se,Me,ze,"∣","\\rvert"),ke(Se,Me,ze,"∥","\\rVert"),ke(Se,Me,Pe,"=","="),ke(Se,Me,Pe,":",":"),ke(Se,Me,Pe,"≈","\\approx",!0),ke(Se,Me,Pe,"≅","\\cong",!0),ke(Se,Me,Pe,"≥","\\ge"),ke(Se,Me,Pe,"≥","\\geq",!0),ke(Se,Me,Pe,"←","\\gets"),ke(Se,Me,Pe,">","\\gt",!0),ke(Se,Me,Pe,"∈","\\in",!0),ke(Se,Me,Pe,"","\\@not"),ke(Se,Me,Pe,"⊂","\\subset",!0),ke(Se,Me,Pe,"⊃","\\supset",!0),ke(Se,Me,Pe,"⊆","\\subseteq",!0),ke(Se,Me,Pe,"⊇","\\supseteq",!0),ke(Se,_e,Pe,"⊈","\\nsubseteq",!0),ke(Se,_e,Pe,"⊉","\\nsupseteq",!0),ke(Se,Me,Pe,"⊨","\\models"),ke(Se,Me,Pe,"←","\\leftarrow",!0),ke(Se,Me,Pe,"≤","\\le"),ke(Se,Me,Pe,"≤","\\leq",!0),ke(Se,Me,Pe,"<","\\lt",!0),ke(Se,Me,Pe,"→","\\rightarrow",!0),ke(Se,Me,Pe,"→","\\to"),ke(Se,_e,Pe,"≱","\\ngeq",!0),ke(Se,_e,Pe,"≰","\\nleq",!0),ke(Se,Me,Re," ","\\ "),ke(Se,Me,Re," ","~"),ke(Se,Me,Re," ","\\space"),ke(Se,Me,Re," ","\\nobreakspace"),ke(Ae,Me,Re," ","\\ "),ke(Ae,Me,Re," "," "),ke(Ae,Me,Re," ","~"),ke(Ae,Me,Re," ","\\space"),ke(Ae,Me,Re," ","\\nobreakspace"),ke(Se,Me,Re,null,"\\nobreak"),ke(Se,Me,Re,null,"\\allowbreak"),ke(Se,Me,Be,",",","),ke(Se,Me,Be,";",";"),ke(Se,_e,Te,"⊼","\\barwedge",!0),ke(Se,_e,Te,"⊻","\\veebar",!0),ke(Se,Me,Te,"⊙","\\odot",!0),ke(Se,Me,Te,"⊕","\\oplus",!0),ke(Se,Me,Te,"⊗","\\otimes",!0),ke(Se,Me,$e,"∂","\\partial",!0),ke(Se,Me,Te,"⊘","\\oslash",!0),ke(Se,_e,Te,"⊚","\\circledcirc",!0),ke(Se,_e,Te,"⊡","\\boxdot",!0),ke(Se,Me,Te,"△","\\bigtriangleup"),ke(Se,Me,Te,"▽","\\bigtriangledown"),ke(Se,Me,Te,"†","\\dagger"),ke(Se,Me,Te,"⋄","\\diamond"),ke(Se,Me,Te,"⋆","\\star"),ke(Se,Me,Te,"◃","\\triangleleft"),ke(Se,Me,Te,"▹","\\triangleright"),ke(Se,Me,Ee,"{","\\{"),ke(Ae,Me,$e,"{","\\{"),ke(Ae,Me,$e,"{","\\textbraceleft"),ke(Se,Me,ze,"}","\\}"),ke(Ae,Me,$e,"}","\\}"),ke(Ae,Me,$e,"}","\\textbraceright"),ke(Se,Me,Ee,"{","\\lbrace"),ke(Se,Me,ze,"}","\\rbrace"),ke(Se,Me,Ee,"[","\\lbrack",!0),ke(Ae,Me,$e,"[","\\lbrack",!0),ke(Se,Me,ze,"]","\\rbrack",!0),ke(Ae,Me,$e,"]","\\rbrack",!0),ke(Se,Me,Ee,"(","\\lparen",!0),ke(Se,Me,ze,")","\\rparen",!0),ke(Ae,Me,$e,"<","\\textless",!0),ke(Ae,Me,$e,">","\\textgreater",!0),ke(Se,Me,Ee,"⌊","\\lfloor",!0),ke(Se,Me,ze,"⌋","\\rfloor",!0),ke(Se,Me,Ee,"⌈","\\lceil",!0),ke(Se,Me,ze,"⌉","\\rceil",!0),ke(Se,Me,$e,"\\","\\backslash"),ke(Se,Me,$e,"∣","|"),ke(Se,Me,$e,"∣","\\vert"),ke(Ae,Me,$e,"|","\\textbar",!0),ke(Se,Me,$e,"∥","\\|"),ke(Se,Me,$e,"∥","\\Vert"),ke(Ae,Me,$e,"∥","\\textbardbl"),ke(Ae,Me,$e,"~","\\textasciitilde"),ke(Ae,Me,$e,"\\","\\textbackslash"),ke(Ae,Me,$e,"^","\\textasciicircum"),ke(Se,Me,Pe,"↑","\\uparrow",!0),ke(Se,Me,Pe,"⇑","\\Uparrow",!0),ke(Se,Me,Pe,"↓","\\downarrow",!0),ke(Se,Me,Pe,"⇓","\\Downarrow",!0),ke(Se,Me,Pe,"↕","\\updownarrow",!0),ke(Se,Me,Pe,"⇕","\\Updownarrow",!0),ke(Se,Me,Ne,"∐","\\coprod"),ke(Se,Me,Ne,"⋁","\\bigvee"),ke(Se,Me,Ne,"⋀","\\bigwedge"),ke(Se,Me,Ne,"⨄","\\biguplus"),ke(Se,Me,Ne,"⋂","\\bigcap"),ke(Se,Me,Ne,"⋃","\\bigcup"),ke(Se,Me,Ne,"∫","\\int"),ke(Se,Me,Ne,"∫","\\intop"),ke(Se,Me,Ne,"∬","\\iint"),ke(Se,Me,Ne,"∭","\\iiint"),ke(Se,Me,Ne,"∏","\\prod"),ke(Se,Me,Ne,"∑","\\sum"),ke(Se,Me,Ne,"⨂","\\bigotimes"),ke(Se,Me,Ne,"⨁","\\bigoplus"),ke(Se,Me,Ne,"⨀","\\bigodot"),ke(Se,Me,Ne,"∮","\\oint"),ke(Se,Me,Ne,"⨆","\\bigsqcup"),ke(Se,Me,Ne,"∫","\\smallint"),ke(Ae,Me,Oe,"…","\\textellipsis"),ke(Se,Me,Oe,"…","\\mathellipsis"),ke(Ae,Me,Oe,"…","\\ldots",!0),ke(Se,Me,Oe,"…","\\ldots",!0),ke(Se,Me,Oe,"⋯","\\@cdots",!0),ke(Se,Me,Oe,"⋱","\\ddots",!0),ke(Se,Me,$e,"⋮","\\varvdots"),ke(Se,Me,Ce,"ˊ","\\acute"),ke(Se,Me,Ce,"ˋ","\\grave"),ke(Se,Me,Ce,"¨","\\ddot"),ke(Se,Me,Ce,"~","\\tilde"),ke(Se,Me,Ce,"ˉ","\\bar"),ke(Se,Me,Ce,"˘","\\breve"),ke(Se,Me,Ce,"ˇ","\\check"),ke(Se,Me,Ce,"^","\\hat"),ke(Se,Me,Ce,"⃗","\\vec"),ke(Se,Me,Ce,"˙","\\dot"),ke(Se,Me,Ce,"˚","\\mathring"),ke(Se,Me,Ie,"","\\@imath"),ke(Se,Me,Ie,"","\\@jmath"),ke(Se,Me,$e,"ı","ı"),ke(Se,Me,$e,"ȷ","ȷ"),ke(Ae,Me,$e,"ı","\\i",!0),ke(Ae,Me,$e,"ȷ","\\j",!0),ke(Ae,Me,$e,"ß","\\ss",!0),ke(Ae,Me,$e,"æ","\\ae",!0),ke(Ae,Me,$e,"œ","\\oe",!0),ke(Ae,Me,$e,"ø","\\o",!0),ke(Ae,Me,$e,"Æ","\\AE",!0),ke(Ae,Me,$e,"Œ","\\OE",!0),ke(Ae,Me,$e,"Ø","\\O",!0),ke(Ae,Me,Ce,"ˊ","\\'"),ke(Ae,Me,Ce,"ˋ","\\`"),ke(Ae,Me,Ce,"ˆ","\\^"),ke(Ae,Me,Ce,"˜","\\~"),ke(Ae,Me,Ce,"ˉ","\\="),ke(Ae,Me,Ce,"˘","\\u"),ke(Ae,Me,Ce,"˙","\\."),ke(Ae,Me,Ce,"˚","\\r"),ke(Ae,Me,Ce,"ˇ","\\v"),ke(Ae,Me,Ce,"¨",'\\"'),ke(Ae,Me,Ce,"˝","\\H"),ke(Ae,Me,Ce,"◯","\\textcircled");var qe={"--":!0,"---":!0,"``":!0,"''":!0};ke(Ae,Me,$e,"–","--",!0),ke(Ae,Me,$e,"–","\\textendash"),ke(Ae,Me,$e,"—","---",!0),ke(Ae,Me,$e,"—","\\textemdash"),ke(Ae,Me,$e,"‘","`",!0),ke(Ae,Me,$e,"‘","\\textquoteleft"),ke(Ae,Me,$e,"’","'",!0),ke(Ae,Me,$e,"’","\\textquoteright"),ke(Ae,Me,$e,"“","``",!0),ke(Ae,Me,$e,"“","\\textquotedblleft"),ke(Ae,Me,$e,"”","''",!0),ke(Ae,Me,$e,"”","\\textquotedblright"),ke(Se,Me,$e,"°","\\degree",!0),ke(Ae,Me,$e,"°","\\degree"),ke(Ae,Me,$e,"°","\\textdegree",!0),ke(Se,Me,$e,"£","\\pounds"),ke(Se,Me,$e,"£","\\mathsterling",!0),ke(Ae,Me,$e,"£","\\pounds"),ke(Ae,Me,$e,"£","\\textsterling",!0),ke(Se,_e,$e,"✠","\\maltese"),ke(Ae,_e,$e,"✠","\\maltese");for(var De='0123456789/@."',Le=0;Le<De.length;Le++){var je=De.charAt(Le);ke(Se,Me,$e,je,je)}for(var Fe='0123456789!@*()-=+";:?/.,',He=0;He<Fe.length;He++){var Ve=Fe.charAt(He);ke(Ae,Me,$e,Ve,Ve)}for(var Ue="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",Ge=0;Ge<Ue.length;Ge++){var We=Ue.charAt(Ge);ke(Se,Me,Ie,We,We),ke(Ae,Me,$e,We,We)}ke(Se,_e,$e,"C","ℂ"),ke(Ae,_e,$e,"C","ℂ"),ke(Se,_e,$e,"H","ℍ"),ke(Ae,_e,$e,"H","ℍ"),ke(Se,_e,$e,"N","ℕ"),ke(Ae,_e,$e,"N","ℕ"),ke(Se,_e,$e,"P","ℙ"),ke(Ae,_e,$e,"P","ℙ"),ke(Se,_e,$e,"Q","ℚ"),ke(Ae,_e,$e,"Q","ℚ"),ke(Se,_e,$e,"R","ℝ"),ke(Ae,_e,$e,"R","ℝ"),ke(Se,_e,$e,"Z","ℤ"),ke(Ae,_e,$e,"Z","ℤ"),ke(Se,Me,Ie,"h","ℎ"),ke(Ae,Me,Ie,"h","ℎ");for(var Xe="",Ye=0;Ye<Ue.length;Ye++){var Ke=Ue.charAt(Ye);Xe=String.fromCharCode(55349,56320+Ye),ke(Se,Me,Ie,Ke,Xe),ke(Ae,Me,$e,Ke,Xe),Xe=String.fromCharCode(55349,56372+Ye),ke(Se,Me,Ie,Ke,Xe),ke(Ae,Me,$e,Ke,Xe),Xe=String.fromCharCode(55349,56424+Ye),ke(Se,Me,Ie,Ke,Xe),ke(Ae,Me,$e,Ke,Xe),Xe=String.fromCharCode(55349,56580+Ye),ke(Se,Me,Ie,Ke,Xe),ke(Ae,Me,$e,Ke,Xe),Xe=String.fromCharCode(55349,56736+Ye),ke(Se,Me,Ie,Ke,Xe),ke(Ae,Me,$e,Ke,Xe),Xe=String.fromCharCode(55349,56788+Ye),ke(Se,Me,Ie,Ke,Xe),ke(Ae,Me,$e,Ke,Xe),Xe=String.fromCharCode(55349,56840+Ye),ke(Se,Me,Ie,Ke,Xe),ke(Ae,Me,$e,Ke,Xe),Xe=String.fromCharCode(55349,56944+Ye),ke(Se,Me,Ie,Ke,Xe),ke(Ae,Me,$e,Ke,Xe),Ye<26&&(Xe=String.fromCharCode(55349,56632+Ye),ke(Se,Me,Ie,Ke,Xe),ke(Ae,Me,$e,Ke,Xe),Xe=String.fromCharCode(55349,56476+Ye),ke(Se,Me,Ie,Ke,Xe),ke(Ae,Me,$e,Ke,Xe))}Xe=String.fromCharCode(55349,56668),ke(Se,Me,Ie,"k",Xe),ke(Ae,Me,$e,"k",Xe);for(var Ze=0;Ze<10;Ze++){var Je=Ze.toString();Xe=String.fromCharCode(55349,57294+Ze),ke(Se,Me,Ie,Je,Xe),ke(Ae,Me,$e,Je,Xe),Xe=String.fromCharCode(55349,57314+Ze),ke(Se,Me,Ie,Je,Xe),ke(Ae,Me,$e,Je,Xe),Xe=String.fromCharCode(55349,57324+Ze),ke(Se,Me,Ie,Je,Xe),ke(Ae,Me,$e,Je,Xe),Xe=String.fromCharCode(55349,57334+Ze),ke(Se,Me,Ie,Je,Xe),ke(Ae,Me,$e,Je,Xe)}for(var Qe="ÇÐÞçþ",et=0;et<Qe.length;et++){var tt=Qe.charAt(et);ke(Se,Me,Ie,tt,tt),ke(Ae,Me,$e,tt,tt)}var rt=[["mathbf","textbf","Main-Bold"],["mathbf","textbf","Main-Bold"],["mathnormal","textit","Math-Italic"],["mathnormal","textit","Math-Italic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["boldsymbol","boldsymbol","Main-BoldItalic"],["mathscr","textscr","Script-Regular"],["","",""],["","",""],["","",""],["mathfrak","textfrak","Fraktur-Regular"],["mathfrak","textfrak","Fraktur-Regular"],["mathbb","textbb","AMS-Regular"],["mathbb","textbb","AMS-Regular"],["","",""],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathitsf","textitsf","SansSerif-Italic"],["mathitsf","textitsf","SansSerif-Italic"],["","",""],["","",""],["mathtt","texttt","Typewriter-Regular"],["mathtt","texttt","Typewriter-Regular"]],nt=[["mathbf","textbf","Main-Bold"],["","",""],["mathsf","textsf","SansSerif-Regular"],["mathboldsf","textboldsf","SansSerif-Bold"],["mathtt","texttt","Typewriter-Regular"]],it=function(e,t){var r=e.charCodeAt(0),n=e.charCodeAt(1),i=1024*(r-55296)+(n-56320)+65536,o="math"===t?0:1;if(119808<=i&&i<120484){var s=Math.floor((i-119808)/26);return[rt[s][2],rt[s][o]]}if(120782<=i&&i<=120831){var l=Math.floor((i-120782)/10);return[nt[l][2],nt[l][o]]}if(120485===i||120486===i)return[rt[0][2],rt[0][o]];if(120486<i&&i<120782)return["",""];throw new a("Unsupported character: "+e)},ot=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],at=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],st=function(e,t){return t.size<2?e:ot[e-1][t.size-1]},lt=function(){function e(t){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=t.style,this.color=t.color,this.size=t.size||e.BASESIZE,this.textSize=t.textSize||this.size,this.phantom=!!t.phantom,this.font=t.font||"",this.fontFamily=t.fontFamily||"",this.fontWeight=t.fontWeight||"",this.fontShape=t.fontShape||"",this.sizeMultiplier=at[this.size-1],this.maxSize=t.maxSize,this.minRuleThickness=t.minRuleThickness,this._fontMetrics=void 0}var t=e.prototype;return t.extend=function(t){var r={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(var n in t)t.hasOwnProperty(n)&&(r[n]=t[n]);return new e(r)},t.havingStyle=function(e){return this.style===e?this:this.extend({style:e,size:st(this.textSize,e)})},t.havingCrampedStyle=function(){return this.havingStyle(this.style.cramp())},t.havingSize=function(e){return this.size===e&&this.textSize===e?this:this.extend({style:this.style.text(),size:e,textSize:e,sizeMultiplier:at[e-1]})},t.havingBaseStyle=function(t){t=t||this.style.text();var r=st(e.BASESIZE,t);return this.size===r&&this.textSize===e.BASESIZE&&this.style===t?this:this.extend({style:t,size:r})},t.havingBaseSizing=function(){var e;switch(this.style.id){case 4:case 5:e=3;break;case 6:case 7:e=1;break;default:e=6}return this.extend({style:this.style.text(),size:e})},t.withColor=function(e){return this.extend({color:e})},t.withPhantom=function(){return this.extend({phantom:!0})},t.withFont=function(e){return this.extend({font:e})},t.withTextFontFamily=function(e){return this.extend({fontFamily:e,font:""})},t.withTextFontWeight=function(e){return this.extend({fontWeight:e,font:""})},t.withTextFontShape=function(e){return this.extend({fontShape:e,font:""})},t.sizingClasses=function(e){return e.size!==this.size?["sizing","reset-size"+e.size,"size"+this.size]:[]},t.baseSizingClasses=function(){return this.size!==e.BASESIZE?["sizing","reset-size"+this.size,"size"+e.BASESIZE]:[]},t.fontMetrics=function(){return this._fontMetrics||(this._fontMetrics=ge(this.size)),this._fontMetrics},t.getColor=function(){return this.phantom?"transparent":this.color},e}();lt.BASESIZE=6;var ct=lt,ut={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:1.00375,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:1.00375},ht={ex:!0,em:!0,mu:!0},pt=function(e){return"string"!==typeof e&&(e=e.unit),e in ut||e in ht||"ex"===e},dt=function(e,t){var r;if(e.unit in ut)r=ut[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if("mu"===e.unit)r=t.fontMetrics().cssEmPerMu;else{var n;if(n=t.style.isTight()?t.havingStyle(t.style.text()):t,"ex"===e.unit)r=n.fontMetrics().xHeight;else{if("em"!==e.unit)throw new a("Invalid unit: '"+e.unit+"'");r=n.fontMetrics().quad}n!==t&&(r*=n.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*r,t.maxSize)},ft=function(e,t,r){return we[r][e]&&we[r][e].replace&&(e=we[r][e].replace),{value:e,metrics:me(e,t,r)}},mt=function(e,t,r,n,i){var o,a=ft(e,t,r),s=a.metrics;if(e=a.value,s){var l=s.italic;("text"===r||n&&"mathit"===n.font)&&(l=0),o=new oe(e,s.height,s.depth,l,s.skew,s.width,i)}else"undefined"!==typeof console&&console.warn("No character metrics for '"+e+"' in style '"+t+"' and mode '"+r+"'"),o=new oe(e,0,0,0,0,0,i);if(n){o.maxFontSize=n.sizeMultiplier,n.style.isTight()&&o.classes.push("mtight");var c=n.getColor();c&&(o.style.color=c)}return o},vt=function(e,t,r,n){return void 0===n&&(n=[]),"boldsymbol"===r.font&&ft(e,"Main-Bold",t).metrics?mt(e,"Main-Bold",t,r,n.concat(["mathbf"])):"\\"===e||"main"===we[t][e].font?mt(e,"Main-Regular",t,r,n):mt(e,"AMS-Regular",t,r,n.concat(["amsrm"]))},gt=function(e,t,r,n,i){return"textord"!==i&&ft(e,"Math-BoldItalic",t).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}},yt=function(e,t,r){var n=e.mode,i=e.text,o=["mord"],a="math"===n||"text"===n&&t.font,s=a?t.font:t.fontFamily;if(55349===i.charCodeAt(0)){var l=it(i,n),c=l[0],u=l[1];return mt(i,c,n,t,o.concat(u))}if(s){var h,p;if("boldsymbol"===s){var d=gt(i,n,t,o,r);h=d.fontName,p=[d.fontClass]}else a?(h=Nt[s].fontName,p=[s]):(h=It(s,t.fontWeight,t.fontShape),p=[s,t.fontWeight,t.fontShape]);if(ft(i,h,n).metrics)return mt(i,h,n,t,o.concat(p));if(qe.hasOwnProperty(i)&&"Typewriter"===h.substr(0,10)){for(var f=[],m=0;m<i.length;m++)f.push(mt(i[m],h,n,t,o.concat(p)));return _t(f)}}if("mathord"===r)return mt(i,"Math-Italic",n,t,o.concat(["mathnormal"]));if("textord"===r){var v=we[n][i]&&we[n][i].font;if("ams"===v){var g=It("amsrm",t.fontWeight,t.fontShape);return mt(i,g,n,t,o.concat("amsrm",t.fontWeight,t.fontShape))}if("main"!==v&&v){var y=It(v,t.fontWeight,t.fontShape);return mt(i,y,n,t,o.concat(y,t.fontWeight,t.fontShape))}var b=It("textrm",t.fontWeight,t.fontShape);return mt(i,b,n,t,o.concat(t.fontWeight,t.fontShape))}throw new Error("unexpected type: "+r+" in makeOrd")},bt=function(e,t){if(Z(e.classes)!==Z(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;for(var r in e.style)if(e.style.hasOwnProperty(r)&&e.style[r]!==t.style[r])return!1;for(var n in t.style)if(t.style.hasOwnProperty(n)&&e.style[n]!==t.style[n])return!1;return!0},xt=function(e){for(var t=0;t<e.length-1;t++){var r=e[t],n=e[t+1];r instanceof oe&&n instanceof oe&&bt(r,n)&&(r.text+=n.text,r.height=Math.max(r.height,n.height),r.depth=Math.max(r.depth,n.depth),r.italic=n.italic,e.splice(t+1,1),t--)}return e},wt=function(e){for(var t=0,r=0,n=0,i=0;i<e.children.length;i++){var o=e.children[i];o.height>t&&(t=o.height),o.depth>r&&(r=o.depth),o.maxFontSize>n&&(n=o.maxFontSize)}e.height=t,e.depth=r,e.maxFontSize=n},kt=function(e,t,r,n){var i=new te(e,t,r,n);return wt(i),i},St=function(e,t,r,n){return new te(e,t,r,n)},At=function(e,t,r){var n=kt([e],[],t);return n.height=Math.max(r||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),n.style.borderBottomWidth=n.height+"em",n.maxFontSize=1,n},Mt=function(e,t,r,n){var i=new re(e,t,r,n);return wt(i),i},_t=function(e){var t=new K(e);return wt(t),t},Ct=function(e,t){return e instanceof K?kt([],[e],t):e},Tt=function(e){if("individualShift"===e.positionType){for(var t=e.children,r=[t[0]],n=-t[0].shift-t[0].elem.depth,i=n,o=1;o<t.length;o++){var a=-t[o].shift-i-t[o].elem.depth,s=a-(t[o-1].elem.height+t[o-1].elem.depth);i+=a,r.push({type:"kern",size:s}),r.push(t[o])}return{children:r,depth:n}}var l;if("top"===e.positionType){for(var c=e.positionData,u=0;u<e.children.length;u++){var h=e.children[u];c-="kern"===h.type?h.size:h.elem.height+h.elem.depth}l=c}else if("bottom"===e.positionType)l=-e.positionData;else{var p=e.children[0];if("elem"!==p.type)throw new Error('First child must have type "elem".');if("shift"===e.positionType)l=-p.elem.depth-e.positionData;else{if("firstBaseline"!==e.positionType)throw new Error("Invalid positionType "+e.positionType+".");l=-p.elem.depth}}return{children:e.children,depth:l}},zt=function(e,t){for(var r=Tt(e),n=r.children,i=r.depth,o=0,a=0;a<n.length;a++){var s=n[a];if("elem"===s.type){var l=s.elem;o=Math.max(o,l.maxFontSize,l.height)}}o+=2;var c=kt(["pstrut"],[]);c.style.height=o+"em";for(var u=[],h=i,p=i,d=i,f=0;f<n.length;f++){var m=n[f];if("kern"===m.type)d+=m.size;else{var v=m.elem,g=m.wrapperClasses||[],y=m.wrapperStyle||{},b=kt(g,[c,v],void 0,y);b.style.top=-o-d-v.depth+"em",m.marginLeft&&(b.style.marginLeft=m.marginLeft),m.marginRight&&(b.style.marginRight=m.marginRight),u.push(b),d+=v.height+v.depth}h=Math.min(h,d),p=Math.max(p,d)}var x,w=kt(["vlist"],u);if(w.style.height=p+"em",h<0){var k=kt([],[]),S=kt(["vlist"],[k]);S.style.height=-h+"em";var A=kt(["vlist-s"],[new oe("")]);x=[kt(["vlist-r"],[w,A]),kt(["vlist-r"],[S])]}else x=[kt(["vlist-r"],[w])];var M=kt(["vlist-t"],x);return 2===x.length&&M.classes.push("vlist-t2"),M.height=p,M.depth=-h,M},Ot=function(e,t){var r=kt(["mspace"],[],t),n=dt(e,t);return r.style.marginRight=n+"em",r},It=function(e,t,r){var n,i="";switch(e){case"amsrm":i="AMS";break;case"textrm":i="Main";break;case"textsf":i="SansSerif";break;case"texttt":i="Typewriter";break;default:i=e}return n="textbf"===t&&"textit"===r?"BoldItalic":"textbf"===t?"Bold":"textit"===t?"Italic":"Regular",i+"-"+n},Nt={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-Italic"},mathnormal:{variant:"italic",fontName:"Math-Italic"},mathbb:{variant:"double-struck",fontName:"AMS-Regular"},mathcal:{variant:"script",fontName:"Caligraphic-Regular"},mathfrak:{variant:"fraktur",fontName:"Fraktur-Regular"},mathscr:{variant:"script",fontName:"Script-Regular"},mathsf:{variant:"sans-serif",fontName:"SansSerif-Regular"},mathtt:{variant:"monospace",fontName:"Typewriter-Regular"}},Et={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659],leftParenInner:["leftParenInner",.875,.3],rightParenInner:["rightParenInner",.875,.3]},Bt=function(e,t){var r=Et[e],n=r[0],i=r[1],o=r[2],a=new se(n),s=new ae([a],{width:i+"em",height:o+"em",style:"width:"+i+"em",viewBox:"0 0 "+1e3*i+" "+1e3*o,preserveAspectRatio:"xMinYMin"}),l=St(["overlay"],[s],t);return l.height=o,l.style.height=o+"em",l.style.width=i+"em",l},Pt={fontMap:Nt,makeSymbol:mt,mathsym:vt,makeSpan:kt,makeSvgSpan:St,makeLineSpan:At,makeAnchor:Mt,makeFragment:_t,wrapFragment:Ct,makeVList:zt,makeOrd:yt,makeGlue:Ot,staticSvg:Bt,svgData:Et,tryCombineChars:xt},Rt={number:3,unit:"mu"},$t={number:4,unit:"mu"},qt={number:5,unit:"mu"},Dt={mord:{mop:Rt,mbin:$t,mrel:qt,minner:Rt},mop:{mord:Rt,mop:Rt,mrel:qt,minner:Rt},mbin:{mord:$t,mop:$t,mopen:$t,minner:$t},mrel:{mord:qt,mop:qt,mopen:qt,minner:qt},mopen:{},mclose:{mop:Rt,mbin:$t,mrel:qt,minner:Rt},mpunct:{mord:Rt,mop:Rt,mrel:qt,mopen:Rt,mclose:Rt,mpunct:Rt,minner:Rt},minner:{mord:Rt,mop:Rt,mbin:$t,mrel:qt,mopen:Rt,mpunct:Rt,minner:Rt}},Lt={mord:{mop:Rt},mop:{mord:Rt,mop:Rt},mbin:{},mrel:{},mopen:{},mclose:{mop:Rt},mpunct:{},minner:{mop:Rt}},jt={},Ft={},Ht={};function Vt(e){for(var t=e.type,r=e.names,n=e.props,i=e.handler,o=e.htmlBuilder,a=e.mathmlBuilder,s={type:t,numArgs:n.numArgs,argTypes:n.argTypes,greediness:void 0===n.greediness?1:n.greediness,allowedInText:!!n.allowedInText,allowedInMath:void 0===n.allowedInMath||n.allowedInMath,numOptionalArgs:n.numOptionalArgs||0,infix:!!n.infix,handler:i},l=0;l<r.length;++l)jt[r[l]]=s;t&&(o&&(Ft[t]=o),a&&(Ht[t]=a))}function Ut(e){var t=e.type,r=e.htmlBuilder,n=e.mathmlBuilder;Vt({type:t,names:[],props:{numArgs:0},handler:function(){throw new Error("Should never be called.")},htmlBuilder:r,mathmlBuilder:n})}var Gt=function(e){return"ordgroup"===e.type?e.body:[e]},Wt=Pt.makeSpan,Xt=["leftmost","mbin","mopen","mrel","mop","mpunct"],Yt=["rightmost","mrel","mclose","mpunct"],Kt={display:R.DISPLAY,text:R.TEXT,script:R.SCRIPT,scriptscript:R.SCRIPTSCRIPT},Zt={mord:"mord",mop:"mop",mbin:"mbin",mrel:"mrel",mopen:"mopen",mclose:"mclose",mpunct:"mpunct",minner:"minner"},Jt=function(e,t,r,n){void 0===n&&(n=[null,null]);for(var i=[],o=0;o<e.length;o++){var a=ir(e[o],t);if(a instanceof K){var s=a.children;i.push.apply(i,s)}else i.push(a)}if(!r)return i;var l=t;if(1===e.length){var c=e[0];"sizing"===c.type?l=t.havingSize(c.size):"styling"===c.type&&(l=t.havingStyle(Kt[c.style]))}var u=Wt([n[0]||"leftmost"],[],t),h=Wt([n[1]||"rightmost"],[],t),p="root"===r;return Qt(i,(function(e,t){var r=t.classes[0],n=e.classes[0];"mbin"===r&&y.contains(Yt,n)?t.classes[0]="mord":"mbin"===n&&y.contains(Xt,r)&&(e.classes[0]="mord")}),{node:u},h,p),Qt(i,(function(e,t){var r=rr(t),n=rr(e),i=r&&n?e.hasClass("mtight")?Lt[r][n]:Dt[r][n]:null;if(i)return Pt.makeGlue(i,l)}),{node:u},h,p),i},Qt=function e(t,r,n,i,o){i&&t.push(i);for(var a=0;a<t.length;a++){var s=t[a],l=er(s);if(l)e(l.children,r,n,null,o);else{var c=!s.hasClass("mspace");if(c){var u=r(s,n.node);u&&(n.insertAfter?n.insertAfter(u):(t.unshift(u),a++))}c?n.node=s:o&&s.hasClass("newline")&&(n.node=Wt(["leftmost"])),n.insertAfter=function(e){return function(r){t.splice(e+1,0,r),a++}}(a)}}i&&t.pop()},er=function(e){return e instanceof K||e instanceof re||e instanceof te&&e.hasClass("enclosing")?e:null},tr=function e(t,r){var n=er(t);if(n){var i=n.children;if(i.length){if("right"===r)return e(i[i.length-1],"right");if("left"===r)return e(i[0],"left")}}return t},rr=function(e,t){return e?(t&&(e=tr(e,t)),Zt[e.classes[0]]||null):null},nr=function(e,t){var r=["nulldelimiter"].concat(e.baseSizingClasses());return Wt(t.concat(r))},ir=function(e,t,r){if(!e)return Wt();if(Ft[e.type]){var n=Ft[e.type](e,t);if(r&&t.size!==r.size){n=Wt(t.sizingClasses(r),[n],t);var i=t.sizeMultiplier/r.sizeMultiplier;n.height*=i,n.depth*=i}return n}throw new a("Got group of unknown type: '"+e.type+"'")};function or(e,t){var r=Wt(["base"],e,t),n=Wt(["strut"]);return n.style.height=r.height+r.depth+"em",n.style.verticalAlign=-r.depth+"em",r.children.unshift(n),r}function ar(e,t){var r=null;1===e.length&&"tag"===e[0].type&&(r=e[0].tag,e=e[0].body);for(var n,i=Jt(e,t,"root"),o=[],a=[],s=0;s<i.length;s++)if(a.push(i[s]),i[s].hasClass("mbin")||i[s].hasClass("mrel")||i[s].hasClass("allowbreak")){var l=!1;while(s<i.length-1&&i[s+1].hasClass("mspace")&&!i[s+1].hasClass("newline"))s++,a.push(i[s]),i[s].hasClass("nobreak")&&(l=!0);l||(o.push(or(a,t)),a=[])}else i[s].hasClass("newline")&&(a.pop(),a.length>0&&(o.push(or(a,t)),a=[]),o.push(i[s]));a.length>0&&o.push(or(a,t)),r&&(n=or(Jt(r,t,!0)),n.classes=["tag"],o.push(n));var c=Wt(["katex-html"],o);if(c.setAttribute("aria-hidden","true"),n){var u=n.children[0];u.style.height=c.height+c.depth+"em",u.style.verticalAlign=-c.depth+"em"}return c}function sr(e){return new K(e)}var lr=function(){function e(e,t){this.type=void 0,this.attributes=void 0,this.children=void 0,this.type=e,this.attributes={},this.children=t||[]}var t=e.prototype;return t.setAttribute=function(e,t){this.attributes[e]=t},t.getAttribute=function(e){return this.attributes[e]},t.toNode=function(){var e=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);for(var r=0;r<this.children.length;r++)e.appendChild(this.children[r].toNode());return e},t.toMarkup=function(){var e="<"+this.type;for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=" "+t+'="',e+=y.escape(this.attributes[t]),e+='"');e+=">";for(var r=0;r<this.children.length;r++)e+=this.children[r].toMarkup();return e+="</"+this.type+">",e},t.toText=function(){return this.children.map((function(e){return e.toText()})).join("")},e}(),cr=function(){function e(e){this.text=void 0,this.text=e}var t=e.prototype;return t.toNode=function(){return document.createTextNode(this.text)},t.toMarkup=function(){return y.escape(this.toText())},t.toText=function(){return this.text},e}(),ur=function(){function e(e){this.width=void 0,this.character=void 0,this.width=e,this.character=e>=.05555&&e<=.05556?" ":e>=.1666&&e<=.1667?" ":e>=.2222&&e<=.2223?" ":e>=.2777&&e<=.2778?" ":e>=-.05556&&e<=-.05555?" ":e>=-.1667&&e<=-.1666?" ":e>=-.2223&&e<=-.2222?" ":e>=-.2778&&e<=-.2777?" ":null}var t=e.prototype;return t.toNode=function(){if(this.character)return document.createTextNode(this.character);var e=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return e.setAttribute("width",this.width+"em"),e},t.toMarkup=function(){return this.character?"<mtext>"+this.character+"</mtext>":'<mspace width="'+this.width+'em"/>'},t.toText=function(){return this.character?this.character:" "},e}(),hr={MathNode:lr,TextNode:cr,SpaceNode:ur,newDocumentFragment:sr},pr=function(e,t,r){return!we[t][e]||!we[t][e].replace||55349===e.charCodeAt(0)||qe.hasOwnProperty(e)&&r&&(r.fontFamily&&"tt"===r.fontFamily.substr(4,2)||r.font&&"tt"===r.font.substr(4,2))||(e=we[t][e].replace),new hr.TextNode(e)},dr=function(e){return 1===e.length?e[0]:new hr.MathNode("mrow",e)},fr=function(e,t){if("texttt"===t.fontFamily)return"monospace";if("textsf"===t.fontFamily)return"textit"===t.fontShape&&"textbf"===t.fontWeight?"sans-serif-bold-italic":"textit"===t.fontShape?"sans-serif-italic":"textbf"===t.fontWeight?"bold-sans-serif":"sans-serif";if("textit"===t.fontShape&&"textbf"===t.fontWeight)return"bold-italic";if("textit"===t.fontShape)return"italic";if("textbf"===t.fontWeight)return"bold";var r=t.font;if(!r||"mathnormal"===r)return null;var n=e.mode;if("mathit"===r)return"italic";if("boldsymbol"===r)return"textord"===e.type?"bold":"bold-italic";if("mathbf"===r)return"bold";if("mathbb"===r)return"double-struck";if("mathfrak"===r)return"fraktur";if("mathscr"===r||"mathcal"===r)return"script";if("mathsf"===r)return"sans-serif";if("mathtt"===r)return"monospace";var i=e.text;if(y.contains(["\\imath","\\jmath"],i))return null;we[n][i]&&we[n][i].replace&&(i=we[n][i].replace);var o=Pt.fontMap[r].fontName;return me(i,o,n)?Pt.fontMap[r].variant:null},mr=function(e,t,r){if(1===e.length){var n=gr(e[0],t);return r&&n instanceof lr&&"mo"===n.type&&(n.setAttribute("lspace","0em"),n.setAttribute("rspace","0em")),[n]}for(var i,o=[],a=0;a<e.length;a++){var s=gr(e[a],t);if(s instanceof lr&&i instanceof lr){if("mtext"===s.type&&"mtext"===i.type&&s.getAttribute("mathvariant")===i.getAttribute("mathvariant")){var l;(l=i.children).push.apply(l,s.children);continue}if("mn"===s.type&&"mn"===i.type){var c;(c=i.children).push.apply(c,s.children);continue}if("mi"===s.type&&1===s.children.length&&"mn"===i.type){var u=s.children[0];if(u instanceof cr&&"."===u.text){var h;(h=i.children).push.apply(h,s.children);continue}}else if("mi"===i.type&&1===i.children.length){var p=i.children[0];if(p instanceof cr&&"̸"===p.text&&("mo"===s.type||"mi"===s.type||"mn"===s.type)){var d=s.children[0];d instanceof cr&&d.text.length>0&&(d.text=d.text.slice(0,1)+"̸"+d.text.slice(1),o.pop())}}}o.push(s),i=s}return o},vr=function(e,t,r){return dr(mr(e,t,r))},gr=function(e,t){if(!e)return new hr.MathNode("mrow");if(Ht[e.type]){var r=Ht[e.type](e,t);return r}throw new a("Got group of unknown type: '"+e.type+"'")};function yr(e,t,r,n,i){var o,a=mr(e,r);o=1===a.length&&a[0]instanceof lr&&y.contains(["mrow","mtable"],a[0].type)?a[0]:new hr.MathNode("mrow",a);var s=new hr.MathNode("annotation",[new hr.TextNode(t)]);s.setAttribute("encoding","application/x-tex");var l=new hr.MathNode("semantics",[o,s]),c=new hr.MathNode("math",[l]);c.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&c.setAttribute("display","block");var u=i?"katex":"katex-mathml";return Pt.makeSpan([u],[c])}var br=function(e){return new ct({style:e.displayMode?R.DISPLAY:R.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},xr=function(e,t){if(t.displayMode){var r=["katex-display"];t.leqno&&r.push("leqno"),t.fleqn&&r.push("fleqn"),e=Pt.makeSpan(r,[e])}return e},wr=function(e,t,r){var n,i=br(r);if("mathml"===r.output)return yr(e,t,i,r.displayMode,!0);if("html"===r.output){var o=ar(e,i);n=Pt.makeSpan(["katex"],[o])}else{var a=yr(e,t,i,r.displayMode,!1),s=ar(e,i);n=Pt.makeSpan(["katex"],[a,s])}return xr(n,r)},kr=function(e,t,r){var n=br(r),i=ar(e,n),o=Pt.makeSpan(["katex"],[i]);return xr(o,r)},Sr={widehat:"^",widecheck:"ˇ",widetilde:"~",utilde:"~",overleftarrow:"←",underleftarrow:"←",xleftarrow:"←",overrightarrow:"→",underrightarrow:"→",xrightarrow:"→",underbrace:"⏟",overbrace:"⏞",overgroup:"⏠",undergroup:"⏡",overleftrightarrow:"↔",underleftrightarrow:"↔",xleftrightarrow:"↔",Overrightarrow:"⇒",xRightarrow:"⇒",overleftharpoon:"↼",xleftharpoonup:"↼",overrightharpoon:"⇀",xrightharpoonup:"⇀",xLeftarrow:"⇐",xLeftrightarrow:"⇔",xhookleftarrow:"↩",xhookrightarrow:"↪",xmapsto:"↦",xrightharpoondown:"⇁",xleftharpoondown:"↽",xrightleftharpoons:"⇌",xleftrightharpoons:"⇋",xtwoheadleftarrow:"↞",xtwoheadrightarrow:"↠",xlongequal:"=",xtofrom:"⇄",xrightleftarrows:"⇄",xrightequilibrium:"⇌",xleftequilibrium:"⇋"},Ar=function(e){var t=new hr.MathNode("mo",[new hr.TextNode(Sr[e.substr(1)])]);return t.setAttribute("stretchy","true"),t},Mr={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]},_r=function(e){return"ordgroup"===e.type?e.body.length:1},Cr=function(e,t){function r(){var r=4e5,n=e.label.substr(1);if(y.contains(["widehat","widecheck","widetilde","utilde"],n)){var i,o,a,s=e,l=_r(s.base);if(l>5)"widehat"===n||"widecheck"===n?(i=420,r=2364,a=.42,o=n+"4"):(i=312,r=2340,a=.34,o="tilde4");else{var c=[1,1,2,2,3,3][l];"widehat"===n||"widecheck"===n?(r=[0,1062,2364,2364,2364][c],i=[0,239,300,360,420][c],a=[0,.24,.3,.3,.36,.42][c],o=n+c):(r=[0,600,1033,2339,2340][c],i=[0,260,286,306,312][c],a=[0,.26,.286,.3,.306,.34][c],o="tilde"+c)}var u=new se(o),h=new ae([u],{width:"100%",height:a+"em",viewBox:"0 0 "+r+" "+i,preserveAspectRatio:"none"});return{span:Pt.makeSvgSpan([],[h],t),minWidth:0,height:a}}var p,d,f=[],m=Mr[n],v=m[0],g=m[1],b=m[2],x=b/1e3,w=v.length;if(1===w){var k=m[3];p=["hide-tail"],d=[k]}else if(2===w)p=["halfarrow-left","halfarrow-right"],d=["xMinYMin","xMaxYMin"];else{if(3!==w)throw new Error("Correct katexImagesData or update code here to support\n "+w+" children.");p=["brace-left","brace-center","brace-right"],d=["xMinYMin","xMidYMin","xMaxYMin"]}for(var S=0;S<w;S++){var A=new se(v[S]),M=new ae([A],{width:"400em",height:x+"em",viewBox:"0 0 "+r+" "+b,preserveAspectRatio:d[S]+" slice"}),_=Pt.makeSvgSpan([p[S]],[M],t);if(1===w)return{span:_,minWidth:g,height:x};_.style.height=x+"em",f.push(_)}return{span:Pt.makeSpan(["stretchy"],f,t),minWidth:g,height:x}}var n=r(),i=n.span,o=n.minWidth,a=n.height;return i.height=a,i.style.height=a+"em",o>0&&(i.style.minWidth=o+"em"),i},Tr=function(e,t,r,n){var i,o=e.height+e.depth+2*r;if(/fbox|color/.test(t)){if(i=Pt.makeSpan(["stretchy",t],[],n),"fbox"===t){var a=n.color&&n.getColor();a&&(i.style.borderColor=a)}}else{var s=[];/^[bx]cancel$/.test(t)&&s.push(new le({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(t)&&s.push(new le({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));var l=new ae(s,{width:"100%",height:o+"em"});i=Pt.makeSvgSpan([],[l],n)}return i.height=o,i.style.height=o+"em",i},zr={encloseSpan:Tr,mathMLnode:Ar,svgSpan:Cr};function Or(e,t){if(!e||e.type!==t)throw new Error("Expected node of type "+t+", but got "+(e?"node of type "+e.type:String(e)));return e}function Ir(e){var t=Nr(e);if(!t)throw new Error("Expected node of symbol group type, but got "+(e?"node of type "+e.type:String(e)));return t}function Nr(e){return e&&("atom"===e.type||be.hasOwnProperty(e.type))?e:null}var Er=function(e,t){var r,n,i;e&&"supsub"===e.type?(n=Or(e.base,"accent"),r=n.base,e.base=r,i=ue(ir(e,t)),e.base=n):(n=Or(e,"accent"),r=n.base);var o=ir(r,t.havingCrampedStyle()),a=n.isShifty&&y.isCharacterBox(r),s=0;if(a){var l=y.getBaseElem(r),c=ir(l,t.havingCrampedStyle());s=ce(c).skew}var u,h=Math.min(o.height,t.fontMetrics().xHeight);if(n.isStretchy)u=zr.svgSpan(n,t),u=Pt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:o},{type:"elem",elem:u,wrapperClasses:["svg-align"],wrapperStyle:s>0?{width:"calc(100% - "+2*s+"em)",marginLeft:2*s+"em"}:void 0}]},t);else{var p,d;"\\vec"===n.label?(p=Pt.staticSvg("vec",t),d=Pt.svgData.vec[1]):(p=Pt.makeOrd({mode:n.mode,text:n.label},t,"textord"),p=ce(p),p.italic=0,d=p.width),u=Pt.makeSpan(["accent-body"],[p]);var f="\\textcircled"===n.label;f&&(u.classes.push("accent-full"),h=o.height);var m=s;f||(m-=d/2),u.style.left=m+"em","\\textcircled"===n.label&&(u.style.top=".2em"),u=Pt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:o},{type:"kern",size:-h},{type:"elem",elem:u}]},t)}var v=Pt.makeSpan(["mord","accent"],[u],t);return i?(i.children[0]=v,i.height=Math.max(v.height,i.height),i.classes[0]="mord",i):v},Br=function(e,t){var r=e.isStretchy?zr.mathMLnode(e.label):new hr.MathNode("mo",[pr(e.label,e.mode)]),n=new hr.MathNode("mover",[gr(e.base,t),r]);return n.setAttribute("accent","true"),n},Pr=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map((function(e){return"\\"+e})).join("|"));Vt({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:function(e,t){var r=t[0],n=!Pr.test(e.funcName),i=!n||"\\widehat"===e.funcName||"\\widetilde"===e.funcName||"\\widecheck"===e.funcName;return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:n,isShifty:i,base:r}},htmlBuilder:Er,mathmlBuilder:Br}),Vt({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!1},handler:function(e,t){var r=t[0];return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:!1,isShifty:!0,base:r}},htmlBuilder:Er,mathmlBuilder:Br}),Vt({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName,i=t[0];return{type:"accentUnder",mode:r.mode,label:n,base:i}},htmlBuilder:function(e,t){var r=ir(e.base,t),n=zr.svgSpan(e,t),i="\\utilde"===e.label?.12:0,o=Pt.makeVList({positionType:"top",positionData:r.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:i},{type:"elem",elem:r}]},t);return Pt.makeSpan(["mord","accentunder"],[o],t)},mathmlBuilder:function(e,t){var r=zr.mathMLnode(e.label),n=new hr.MathNode("munder",[gr(e.base,t),r]);return n.setAttribute("accentunder","true"),n}});var Rr=function(e){var t=new hr.MathNode("mpadded",e?[e]:[]);return t.setAttribute("width","+0.6em"),t.setAttribute("lspace","0.3em"),t};Vt({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium"],props:{numArgs:1,numOptionalArgs:1},handler:function(e,t,r){var n=e.parser,i=e.funcName;return{type:"xArrow",mode:n.mode,label:i,body:t[0],below:r[0]}},htmlBuilder:function(e,t){var r,n=t.style,i=t.havingStyle(n.sup()),o=Pt.wrapFragment(ir(e.body,i,t),t);o.classes.push("x-arrow-pad"),e.below&&(i=t.havingStyle(n.sub()),r=Pt.wrapFragment(ir(e.below,i,t),t),r.classes.push("x-arrow-pad"));var a,s=zr.svgSpan(e,t),l=-t.fontMetrics().axisHeight+.5*s.height,c=-t.fontMetrics().axisHeight-.5*s.height-.111;if((o.depth>.25||"\\xleftequilibrium"===e.label)&&(c-=o.depth),r){var u=-t.fontMetrics().axisHeight+r.height+.5*s.height+.111;a=Pt.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:c},{type:"elem",elem:s,shift:l},{type:"elem",elem:r,shift:u}]},t)}else a=Pt.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:c},{type:"elem",elem:s,shift:l}]},t);return a.children[0].children[0].children[1].classes.push("svg-align"),Pt.makeSpan(["mrel","x-arrow"],[a],t)},mathmlBuilder:function(e,t){var r,n=zr.mathMLnode(e.label);if(e.body){var i=Rr(gr(e.body,t));if(e.below){var o=Rr(gr(e.below,t));r=new hr.MathNode("munderover",[n,o,i])}else r=new hr.MathNode("mover",[n,i])}else if(e.below){var a=Rr(gr(e.below,t));r=new hr.MathNode("munder",[n,a])}else r=Rr(),r=new hr.MathNode("mover",[n,r]);return r}}),Vt({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){for(var r=e.parser,n=Or(t[0],"ordgroup"),i=n.body,o="",s=0;s<i.length;s++){var l=Or(i[s],"textord");o+=l.text}var c=parseInt(o);if(isNaN(c))throw new a("\\@char has non-numeric argument "+o);return{type:"textord",mode:r.mode,text:String.fromCharCode(c)}}});var $r=function(e,t){var r=Jt(e.body,t.withColor(e.color),!1);return Pt.makeFragment(r)},qr=function(e,t){var r=mr(e.body,t.withColor(e.color)),n=new hr.MathNode("mstyle",r);return n.setAttribute("mathcolor",e.color),n};Vt({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","original"]},handler:function(e,t){var r=e.parser,n=Or(t[0],"color-token").color,i=t[1];return{type:"color",mode:r.mode,color:n,body:Gt(i)}},htmlBuilder:$r,mathmlBuilder:qr}),Vt({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,greediness:3,argTypes:["color"]},handler:function(e,t){var r=e.parser,n=e.breakOnTokenText,i=Or(t[0],"color-token").color;r.gullet.macros.set("\\current@color",i);var o=r.parseExpression(!0,n);return{type:"color",mode:r.mode,color:i,body:o}},htmlBuilder:$r,mathmlBuilder:qr}),Vt({type:"cr",names:["\\cr","\\newline"],props:{numArgs:0,numOptionalArgs:1,argTypes:["size"],allowedInText:!0},handler:function(e,t,r){var n=e.parser,i=e.funcName,o=r[0],a="\\cr"===i,s=!1;return a||(s=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode")),{type:"cr",mode:n.mode,newLine:s,newRow:a,size:o&&Or(o,"size").value}},htmlBuilder:function(e,t){if(e.newRow)throw new a("\\cr valid only within a tabular/array environment");var r=Pt.makeSpan(["mspace"],[],t);return e.newLine&&(r.classes.push("newline"),e.size&&(r.style.marginTop=dt(e.size,t)+"em")),r},mathmlBuilder:function(e,t){var r=new hr.MathNode("mspace");return e.newLine&&(r.setAttribute("linebreak","newline"),e.size&&r.setAttribute("height",dt(e.size,t)+"em")),r}});var Dr={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},Lr=function(e){var t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new a("Expected a control sequence",e);return t},jr=function(e){var t=e.gullet.popToken();return"="===t.text&&(t=e.gullet.popToken()," "===t.text&&(t=e.gullet.popToken())),t},Fr=function(e,t,r,n){var i=e.gullet.macros.get(r.text);null==i&&(r.noexpand=!0,i={tokens:[r],numArgs:0,unexpandable:!e.gullet.isExpandable(r.text)}),e.gullet.macros.set(t,i,n)};Vt({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler:function(e){var t=e.parser,r=e.funcName;t.consumeSpaces();var n=t.fetch();if(Dr[n.text])return"\\global"!==r&&"\\\\globallong"!==r||(n.text=Dr[n.text]),Or(t.parseFunction(),"internal");throw new a("Invalid token after macro prefix",n)}}),Vt({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0},handler:function(e){var t=e.parser,r=e.funcName,n=t.gullet.consumeArgs(1)[0];if(1!==n.length)throw new a("\\gdef's first argument must be a macro name");var i=n[0].text,o=0;n=t.gullet.consumeArgs(1)[0];while(1===n.length&&"#"===n[0].text){if(n=t.gullet.consumeArgs(1)[0],1!==n.length)throw new a('Invalid argument number length "'+n.length+'"');if(!/^[1-9]$/.test(n[0].text))throw new a('Invalid argument number "'+n[0].text+'"');if(o++,parseInt(n[0].text)!==o)throw new a('Argument number "'+n[0].text+'" out of order');n=t.gullet.consumeArgs(1)[0]}return"\\edef"!==r&&"\\xdef"!==r||(n=t.gullet.expandTokens(n),n.reverse()),t.gullet.macros.set(i,{tokens:n,numArgs:o},r===Dr[r]),{type:"internal",mode:t.mode}}}),Vt({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0},handler:function(e){var t=e.parser,r=e.funcName,n=Lr(t.gullet.popToken());t.gullet.consumeSpaces();var i=jr(t);return Fr(t,n,i,"\\\\globallet"===r),{type:"internal",mode:t.mode}}}),Vt({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0},handler:function(e){var t=e.parser,r=e.funcName,n=Lr(t.gullet.popToken()),i=t.gullet.popToken(),o=t.gullet.popToken();return Fr(t,n,o,"\\\\globalfuture"===r),t.gullet.pushToken(o),t.gullet.pushToken(i),{type:"internal",mode:t.mode}}});var Hr=function(e,t,r){var n=we.math[e]&&we.math[e].replace,i=me(n||e,t,r);if(!i)throw new Error("Unsupported symbol "+e+" and font size "+t+".");return i},Vr=function(e,t,r,n){var i=r.havingBaseStyle(t),o=Pt.makeSpan(n.concat(i.sizingClasses(r)),[e],r),a=i.sizeMultiplier/r.sizeMultiplier;return o.height*=a,o.depth*=a,o.maxFontSize=i.sizeMultiplier,o},Ur=function(e,t,r){var n=t.havingBaseStyle(r),i=(1-t.sizeMultiplier/n.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push("delimcenter"),e.style.top=i+"em",e.height-=i,e.depth+=i},Gr=function(e,t,r,n,i,o){var a=Pt.makeSymbol(e,"Main-Regular",i,n),s=Vr(a,t,n,o);return r&&Ur(s,n,t),s},Wr=function(e,t,r,n){return Pt.makeSymbol(e,"Size"+t+"-Regular",r,n)},Xr=function(e,t,r,n,i,o){var a=Wr(e,t,i,n),s=Vr(Pt.makeSpan(["delimsizing","size"+t],[a],n),R.TEXT,n,o);return r&&Ur(s,n,R.TEXT),s},Yr=function(e,t,r){var n;n="Size1-Regular"===t?"delim-size1":"delim-size4";var i=Pt.makeSpan(["delimsizinginner",n],[Pt.makeSpan([],[Pt.makeSymbol(e,t,r)])]);return{type:"elem",elem:i}},Kr={type:"kern",size:-.005},Zr=function(e,t,r,n,i,o){var a,s,l,c;a=l=c=e,s=null;var u="Size1-Regular";"\\uparrow"===e?l=c="⏐":"\\Uparrow"===e?l=c="‖":"\\downarrow"===e?a=l="⏐":"\\Downarrow"===e?a=l="‖":"\\updownarrow"===e?(a="\\uparrow",l="⏐",c="\\downarrow"):"\\Updownarrow"===e?(a="\\Uparrow",l="‖",c="\\Downarrow"):"["===e||"\\lbrack"===e?(a="⎡",l="⎢",c="⎣",u="Size4-Regular"):"]"===e||"\\rbrack"===e?(a="⎤",l="⎥",c="⎦",u="Size4-Regular"):"\\lfloor"===e||"⌊"===e?(l=a="⎢",c="⎣",u="Size4-Regular"):"\\lceil"===e||"⌈"===e?(a="⎡",l=c="⎢",u="Size4-Regular"):"\\rfloor"===e||"⌋"===e?(l=a="⎥",c="⎦",u="Size4-Regular"):"\\rceil"===e||"⌉"===e?(a="⎤",l=c="⎥",u="Size4-Regular"):"("===e||"\\lparen"===e?(a="⎛",l="⎜",c="⎝",u="Size4-Regular"):")"===e||"\\rparen"===e?(a="⎞",l="⎟",c="⎠",u="Size4-Regular"):"\\{"===e||"\\lbrace"===e?(a="⎧",s="⎨",c="⎩",l="⎪",u="Size4-Regular"):"\\}"===e||"\\rbrace"===e?(a="⎫",s="⎬",c="⎭",l="⎪",u="Size4-Regular"):"\\lgroup"===e||"⟮"===e?(a="⎧",c="⎩",l="⎪",u="Size4-Regular"):"\\rgroup"===e||"⟯"===e?(a="⎫",c="⎭",l="⎪",u="Size4-Regular"):"\\lmoustache"===e||"⎰"===e?(a="⎧",c="⎭",l="⎪",u="Size4-Regular"):"\\rmoustache"!==e&&"⎱"!==e||(a="⎫",c="⎩",l="⎪",u="Size4-Regular");var h=Hr(a,u,i),p=h.height+h.depth,d=Hr(l,u,i),f=d.height+d.depth,m=Hr(c,u,i),v=m.height+m.depth,g=0,y=1;if(null!==s){var b=Hr(s,u,i);g=b.height+b.depth,y=2}var x=p+v+g,w=Math.max(0,Math.ceil((t-x)/(y*f))),k=x+w*y*f,S=n.fontMetrics().axisHeight;r&&(S*=n.sizeMultiplier);var A=k/2-S,M=.005*(w+1)-f,_=[];if(_.push(Yr(c,u,i)),null===s)for(var C=0;C<w;C++)_.push(Kr),_.push(Yr(l,u,i));else{for(var T=0;T<w;T++)_.push(Kr),_.push(Yr(l,u,i));_.push({type:"kern",size:M}),_.push(Yr(l,u,i)),_.push(Kr),_.push(Yr(s,u,i));for(var z=0;z<w;z++)_.push(Kr),_.push(Yr(l,u,i))}if("⎜"!==l&&"⎟"!==l||0!==w)_.push({type:"kern",size:M}),_.push(Yr(l,u,i)),_.push(Kr);else{var O=Pt.svgData.leftParenInner[2]/2;_.push({type:"kern",size:-O});var I="⎜"===l?"leftParenInner":"rightParenInner",N=Pt.staticSvg(I,n);_.push({type:"elem",elem:N}),_.push({type:"kern",size:-O})}_.push(Yr(a,u,i));var E=n.havingBaseStyle(R.TEXT),B=Pt.makeVList({positionType:"bottom",positionData:A,children:_},E);return Vr(Pt.makeSpan(["delimsizing","mult"],[B],E),R.TEXT,n,o)},Jr=80,Qr=.08,en=function(e,t,r,n,i){var o=X(e,n,r),a=new se(e,o),s=new ae([a],{width:"400em",height:t+"em",viewBox:"0 0 400000 "+r,preserveAspectRatio:"xMinYMin slice"});return Pt.makeSvgSpan(["hide-tail"],[s],i)},tn=function(e,t){var r,n,i=t.havingBaseSizing(),o=pn("\\surd",e*i.sizeMultiplier,un,i),a=i.sizeMultiplier,s=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness),l=0,c=0,u=0;return"small"===o.type?(u=1e3+1e3*s+Jr,e<1?a=1:e<1.4&&(a=.7),l=(1+s+Qr)/a,c=(1+s)/a,r=en("sqrtMain",l,u,s,t),r.style.minWidth="0.853em",n=.833/a):"large"===o.type?(u=(1e3+Jr)*an[o.size],c=(an[o.size]+s)/a,l=(an[o.size]+s+Qr)/a,r=en("sqrtSize"+o.size,l,u,s,t),r.style.minWidth="1.02em",n=1/a):(l=e+s+Qr,c=e+s,u=Math.floor(1e3*e+s)+Jr,r=en("sqrtTall",l,u,s,t),r.style.minWidth="0.742em",n=1.056),r.height=c,r.style.height=l+"em",{span:r,advanceWidth:n,ruleWidth:(t.fontMetrics().sqrtRuleThickness+s)*a}},rn=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","\\surd"],nn=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱"],on=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],an=[0,1.2,1.8,2.4,3],sn=function(e,t,r,n,i){if("<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),y.contains(rn,e)||y.contains(on,e))return Xr(e,t,!1,r,n,i);if(y.contains(nn,e))return Zr(e,an[t],!1,r,n,i);throw new a("Illegal delimiter: '"+e+"'")},ln=[{type:"small",style:R.SCRIPTSCRIPT},{type:"small",style:R.SCRIPT},{type:"small",style:R.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],cn=[{type:"small",style:R.SCRIPTSCRIPT},{type:"small",style:R.SCRIPT},{type:"small",style:R.TEXT},{type:"stack"}],un=[{type:"small",style:R.SCRIPTSCRIPT},{type:"small",style:R.SCRIPT},{type:"small",style:R.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],hn=function(e){if("small"===e.type)return"Main-Regular";if("large"===e.type)return"Size"+e.size+"-Regular";if("stack"===e.type)return"Size4-Regular";throw new Error("Add support for delim type '"+e.type+"' here.")},pn=function(e,t,r,n){for(var i=Math.min(2,3-n.style.size),o=i;o<r.length;o++){if("stack"===r[o].type)break;var a=Hr(e,hn(r[o]),"math"),s=a.height+a.depth;if("small"===r[o].type){var l=n.havingBaseStyle(r[o].style);s*=l.sizeMultiplier}if(s>t)return r[o]}return r[r.length-1]},dn=function(e,t,r,n,i,o){var a;"<"===e||"\\lt"===e||"⟨"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"⟩"!==e||(e="\\rangle"),a=y.contains(on,e)?ln:y.contains(rn,e)?un:cn;var s=pn(e,t,a,n);return"small"===s.type?Gr(e,s.style,r,n,i,o):"large"===s.type?Xr(e,s.size,r,n,i,o):Zr(e,t,r,n,i,o)},fn=function(e,t,r,n,i,o){var a=n.fontMetrics().axisHeight*n.sizeMultiplier,s=901,l=5/n.fontMetrics().ptPerEm,c=Math.max(t-a,r+a),u=Math.max(c/500*s,2*c-l);return dn(e,u,!0,n,i,o)},mn={sqrtImage:tn,sizedDelim:sn,customSizedDelim:dn,leftRightDelim:fn},vn={"\\bigl":{mclass:"mopen",size:1},"\\Bigl":{mclass:"mopen",size:2},"\\biggl":{mclass:"mopen",size:3},"\\Biggl":{mclass:"mopen",size:4},"\\bigr":{mclass:"mclose",size:1},"\\Bigr":{mclass:"mclose",size:2},"\\biggr":{mclass:"mclose",size:3},"\\Biggr":{mclass:"mclose",size:4},"\\bigm":{mclass:"mrel",size:1},"\\Bigm":{mclass:"mrel",size:2},"\\biggm":{mclass:"mrel",size:3},"\\Biggm":{mclass:"mrel",size:4},"\\big":{mclass:"mord",size:1},"\\Big":{mclass:"mord",size:2},"\\bigg":{mclass:"mord",size:3},"\\Bigg":{mclass:"mord",size:4}},gn=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","⌊","⌋","\\lceil","\\rceil","⌈","⌉","<",">","\\langle","⟨","\\rangle","⟩","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","⟮","⟯","\\lmoustache","\\rmoustache","⎰","⎱","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function yn(e,t){var r=Nr(e);if(r&&y.contains(gn,r.text))return r;throw new a(r?"Invalid delimiter '"+r.text+"' after '"+t.funcName+"'":"Invalid delimiter type '"+e.type+"'",e)}function bn(e){if(!e.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}Vt({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1},handler:function(e,t){var r=yn(t[0],e);return{type:"delimsizing",mode:e.parser.mode,size:vn[e.funcName].size,mclass:vn[e.funcName].mclass,delim:r.text}},htmlBuilder:function(e,t){return"."===e.delim?Pt.makeSpan([e.mclass]):mn.sizedDelim(e.delim,e.size,t,e.mode,[e.mclass])},mathmlBuilder:function(e){var t=[];"."!==e.delim&&t.push(pr(e.delim,e.mode));var r=new hr.MathNode("mo",t);return"mopen"===e.mclass||"mclose"===e.mclass?r.setAttribute("fence","true"):r.setAttribute("fence","false"),r}}),Vt({type:"leftright-right",names:["\\right"],props:{numArgs:1},handler:function(e,t){var r=e.parser.gullet.macros.get("\\current@color");if(r&&"string"!==typeof r)throw new a("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:yn(t[0],e).text,color:r}}}),Vt({type:"leftright",names:["\\left"],props:{numArgs:1},handler:function(e,t){var r=yn(t[0],e),n=e.parser;++n.leftrightDepth;var i=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);var o=Or(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:i,left:r.text,right:o.delim,rightColor:o.color}},htmlBuilder:function(e,t){bn(e);for(var r,n,i=Jt(e.body,t,!0,["mopen","mclose"]),o=0,a=0,s=!1,l=0;l<i.length;l++)i[l].isMiddle?s=!0:(o=Math.max(i[l].height,o),a=Math.max(i[l].depth,a));if(o*=t.sizeMultiplier,a*=t.sizeMultiplier,r="."===e.left?nr(t,["mopen"]):mn.leftRightDelim(e.left,o,a,t,e.mode,["mopen"]),i.unshift(r),s)for(var c=1;c<i.length;c++){var u=i[c],h=u.isMiddle;h&&(i[c]=mn.leftRightDelim(h.delim,o,a,h.options,e.mode,[]))}if("."===e.right)n=nr(t,["mclose"]);else{var p=e.rightColor?t.withColor(e.rightColor):t;n=mn.leftRightDelim(e.right,o,a,p,e.mode,["mclose"])}return i.push(n),Pt.makeSpan(["minner"],i,t)},mathmlBuilder:function(e,t){bn(e);var r=mr(e.body,t);if("."!==e.left){var n=new hr.MathNode("mo",[pr(e.left,e.mode)]);n.setAttribute("fence","true"),r.unshift(n)}if("."!==e.right){var i=new hr.MathNode("mo",[pr(e.right,e.mode)]);i.setAttribute("fence","true"),e.rightColor&&i.setAttribute("mathcolor",e.rightColor),r.push(i)}return dr(r)}}),Vt({type:"middle",names:["\\middle"],props:{numArgs:1},handler:function(e,t){var r=yn(t[0],e);if(!e.parser.leftrightDepth)throw new a("\\middle without preceding \\left",r);return{type:"middle",mode:e.parser.mode,delim:r.text}},htmlBuilder:function(e,t){var r;if("."===e.delim)r=nr(t,[]);else{r=mn.sizedDelim(e.delim,1,t,e.mode,[]);var n={delim:e.delim,options:t};r.isMiddle=n}return r},mathmlBuilder:function(e,t){var r="\\vert"===e.delim||"|"===e.delim?pr("|","text"):pr(e.delim,e.mode),n=new hr.MathNode("mo",[r]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});var xn=function(e,t){var r,n,i=Pt.wrapFragment(ir(e.body,t),t),o=e.label.substr(1),a=t.sizeMultiplier,s=0,l=y.isCharacterBox(e.body);if("sout"===o)r=Pt.makeSpan(["stretchy","sout"]),r.height=t.fontMetrics().defaultRuleThickness/a,s=-.5*t.fontMetrics().xHeight;else{/cancel/.test(o)?l||i.classes.push("cancel-pad"):i.classes.push("boxpad");var c=0,u=0;/box/.test(o)?(u=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),c=t.fontMetrics().fboxsep+("colorbox"===o?0:u)):c=l?.2:0,r=zr.encloseSpan(i,o,c,t),/fbox|boxed|fcolorbox/.test(o)&&(r.style.borderStyle="solid",r.style.borderWidth=u+"em"),s=i.depth+c,e.backgroundColor&&(r.style.backgroundColor=e.backgroundColor,e.borderColor&&(r.style.borderColor=e.borderColor))}return n=e.backgroundColor?Pt.makeVList({positionType:"individualShift",children:[{type:"elem",elem:r,shift:s},{type:"elem",elem:i,shift:0}]},t):Pt.makeVList({positionType:"individualShift",children:[{type:"elem",elem:i,shift:0},{type:"elem",elem:r,shift:s,wrapperClasses:/cancel/.test(o)?["svg-align"]:[]}]},t),/cancel/.test(o)&&(n.height=i.height,n.depth=i.depth),/cancel/.test(o)&&!l?Pt.makeSpan(["mord","cancel-lap"],[n],t):Pt.makeSpan(["mord"],[n],t)},wn=function(e,t){var r=0,n=new hr.MathNode(e.label.indexOf("colorbox")>-1?"mpadded":"menclose",[gr(e.body,t)]);switch(e.label){case"\\cancel":n.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":n.setAttribute("notation","downdiagonalstrike");break;case"\\sout":n.setAttribute("notation","horizontalstrike");break;case"\\fbox":n.setAttribute("notation","box");break;case"\\fcolorbox":case"\\colorbox":if(r=t.fontMetrics().fboxsep*t.fontMetrics().ptPerEm,n.setAttribute("width","+"+2*r+"pt"),n.setAttribute("height","+"+2*r+"pt"),n.setAttribute("lspace",r+"pt"),n.setAttribute("voffset",r+"pt"),"\\fcolorbox"===e.label){var i=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);n.setAttribute("style","border: "+i+"em solid "+String(e.borderColor))}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike");break}return e.backgroundColor&&n.setAttribute("mathbackground",e.backgroundColor),n};Vt({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,greediness:3,argTypes:["color","text"]},handler:function(e,t,r){var n=e.parser,i=e.funcName,o=Or(t[0],"color-token").color,a=t[1];return{type:"enclose",mode:n.mode,label:i,backgroundColor:o,body:a}},htmlBuilder:xn,mathmlBuilder:wn}),Vt({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,greediness:3,argTypes:["color","color","text"]},handler:function(e,t,r){var n=e.parser,i=e.funcName,o=Or(t[0],"color-token").color,a=Or(t[1],"color-token").color,s=t[2];return{type:"enclose",mode:n.mode,label:i,backgroundColor:a,borderColor:o,body:s}},htmlBuilder:xn,mathmlBuilder:wn}),Vt({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler:function(e,t){var r=e.parser;return{type:"enclose",mode:r.mode,label:"\\fbox",body:t[0]}}}),Vt({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout"],props:{numArgs:1},handler:function(e,t,r){var n=e.parser,i=e.funcName,o=t[0];return{type:"enclose",mode:n.mode,label:i,body:o}},htmlBuilder:xn,mathmlBuilder:wn});var kn={};function Sn(e){for(var t=e.type,r=e.names,n=e.props,i=e.handler,o=e.htmlBuilder,a=e.mathmlBuilder,s={type:t,numArgs:n.numArgs||0,greediness:1,allowedInText:!1,numOptionalArgs:0,handler:i},l=0;l<r.length;++l)kn[r[l]]=s;o&&(Ft[t]=o),a&&(Ht[t]=a)}function An(e){var t=[];e.consumeSpaces();var r=e.fetch().text;while("\\hline"===r||"\\hdashline"===r)e.consume(),t.push("\\hdashline"===r),e.consumeSpaces(),r=e.fetch().text;return t}function Mn(e,t,r){var n=t.hskipBeforeAndAfter,i=t.addJot,o=t.cols,s=t.arraystretch,l=t.colSeparationType;if(e.gullet.beginGroup(),e.gullet.macros.set("\\\\","\\cr"),!s){var c=e.gullet.expandMacroAsText("\\arraystretch");if(null==c)s=1;else if(s=parseFloat(c),!s||s<0)throw new a("Invalid \\arraystretch: "+c)}e.gullet.beginGroup();var u=[],h=[u],p=[],d=[];d.push(An(e));while(1){var f=e.parseExpression(!1,"\\cr");e.gullet.endGroup(),e.gullet.beginGroup(),f={type:"ordgroup",mode:e.mode,body:f},r&&(f={type:"styling",mode:e.mode,style:r,body:[f]}),u.push(f);var m=e.fetch().text;if("&"===m)e.consume();else{if("\\end"===m){1===u.length&&"styling"===f.type&&0===f.body[0].body.length&&h.pop(),d.length<h.length+1&&d.push([]);break}if("\\cr"!==m)throw new a("Expected & or \\\\ or \\cr or \\end",e.nextToken);var v=Or(e.parseFunction(),"cr");p.push(v.size),d.push(An(e)),u=[],h.push(u)}}return e.gullet.endGroup(),e.gullet.endGroup(),{type:"array",mode:e.mode,addJot:i,arraystretch:s,body:h,cols:o,rowGaps:p,hskipBeforeAndAfter:n,hLinesBeforeRow:d,colSeparationType:l}}function _n(e){return"d"===e.substr(0,1)?"display":"text"}var Cn=function(e,t){var r,n,i=e.body.length,o=e.hLinesBeforeRow,s=0,l=new Array(i),c=[],u=Math.max(t.fontMetrics().arrayRuleWidth,t.minRuleThickness),h=1/t.fontMetrics().ptPerEm,p=5*h;if(e.colSeparationType&&"small"===e.colSeparationType){var d=t.havingStyle(R.SCRIPT).sizeMultiplier;p=d/t.sizeMultiplier*.2778}var f=12*h,m=3*h,v=e.arraystretch*f,g=.7*v,b=.3*v,x=0;function w(e){for(var t=0;t<e.length;++t)t>0&&(x+=.25),c.push({pos:x,isDashed:e[t]})}for(w(o[0]),r=0;r<e.body.length;++r){var k=e.body[r],S=g,A=b;s<k.length&&(s=k.length);var M=new Array(k.length);for(n=0;n<k.length;++n){var _=ir(k[n],t);A<_.depth&&(A=_.depth),S<_.height&&(S=_.height),M[n]=_}var C=e.rowGaps[r],T=0;C&&(T=dt(C,t),T>0&&(T+=b,A<T&&(A=T),T=0)),e.addJot&&(A+=m),M.height=S,M.depth=A,x+=S,M.pos=x,x+=A+T,l[r]=M,w(o[r+1])}var z,O,I=x/2+t.fontMetrics().axisHeight,N=e.cols||[],E=[];for(n=0,O=0;n<s||O<N.length;++n,++O){var B=N[O]||{},P=!0;while("separator"===B.type){if(P||(z=Pt.makeSpan(["arraycolsep"],[]),z.style.width=t.fontMetrics().doubleRuleSep+"em",E.push(z)),"|"!==B.separator&&":"!==B.separator)throw new a("Invalid separator type: "+B.separator);var $="|"===B.separator?"solid":"dashed",q=Pt.makeSpan(["vertical-separator"],[],t);q.style.height=x+"em",q.style.borderRightWidth=u+"em",q.style.borderRightStyle=$,q.style.margin="0 -"+u/2+"em",q.style.verticalAlign=-(x-I)+"em",E.push(q),O++,B=N[O]||{},P=!1}if(!(n>=s)){var D=void 0;(n>0||e.hskipBeforeAndAfter)&&(D=y.deflt(B.pregap,p),0!==D&&(z=Pt.makeSpan(["arraycolsep"],[]),z.style.width=D+"em",E.push(z)));var L=[];for(r=0;r<i;++r){var j=l[r],F=j[n];if(F){var H=j.pos-I;F.depth=j.depth,F.height=j.height,L.push({type:"elem",elem:F,shift:H})}}L=Pt.makeVList({positionType:"individualShift",children:L},t),L=Pt.makeSpan(["col-align-"+(B.align||"c")],[L]),E.push(L),(n<s-1||e.hskipBeforeAndAfter)&&(D=y.deflt(B.postgap,p),0!==D&&(z=Pt.makeSpan(["arraycolsep"],[]),z.style.width=D+"em",E.push(z)))}}if(l=Pt.makeSpan(["mtable"],E),c.length>0){var V=Pt.makeLineSpan("hline",t,u),U=Pt.makeLineSpan("hdashline",t,u),G=[{type:"elem",elem:l,shift:0}];while(c.length>0){var W=c.pop(),X=W.pos-I;W.isDashed?G.push({type:"elem",elem:U,shift:X}):G.push({type:"elem",elem:V,shift:X})}l=Pt.makeVList({positionType:"individualShift",children:G},t)}return Pt.makeSpan(["mord"],[l],t)},Tn={c:"center ",l:"left ",r:"right "},zn=function(e,t){var r=new hr.MathNode("mtable",e.body.map((function(e){return new hr.MathNode("mtr",e.map((function(e){return new hr.MathNode("mtd",[gr(e,t)])})))}))),n=.5===e.arraystretch?.1:.16+e.arraystretch-1+(e.addJot?.09:0);r.setAttribute("rowspacing",n+"em");var i="",o="";if(e.cols&&e.cols.length>0){var a=e.cols,s="",l=!1,c=0,u=a.length;"separator"===a[0].type&&(i+="top ",c=1),"separator"===a[a.length-1].type&&(i+="bottom ",u-=1);for(var h=c;h<u;h++)"align"===a[h].type?(o+=Tn[a[h].align],l&&(s+="none "),l=!0):"separator"===a[h].type&&l&&(s+="|"===a[h].separator?"solid ":"dashed ",l=!1);r.setAttribute("columnalign",o.trim()),/[sd]/.test(s)&&r.setAttribute("columnlines",s.trim())}if("align"===e.colSeparationType){for(var p=e.cols||[],d="",f=1;f<p.length;f++)d+=f%2?"0em ":"1em ";r.setAttribute("columnspacing",d.trim())}else"alignat"===e.colSeparationType?r.setAttribute("columnspacing","0em"):"small"===e.colSeparationType?r.setAttribute("columnspacing","0.2778em"):r.setAttribute("columnspacing","1em");var m="",v=e.hLinesBeforeRow;i+=v[0].length>0?"left ":"",i+=v[v.length-1].length>0?"right ":"";for(var g=1;g<v.length-1;g++)m+=0===v[g].length?"none ":v[g][0]?"dashed ":"solid ";return/[sd]/.test(m)&&r.setAttribute("rowlines",m.trim()),""!==i&&(r=new hr.MathNode("menclose",[r]),r.setAttribute("notation",i.trim())),e.arraystretch&&e.arraystretch<1&&(r=new hr.MathNode("mstyle",[r]),r.setAttribute("scriptlevel","1")),r},On=function(e,t){var r,n=[],i=Mn(e.parser,{cols:n,addJot:!0},"display"),o=0,s={type:"ordgroup",mode:e.mode,body:[]};if(t[0]&&"ordgroup"===t[0].type){for(var l="",c=0;c<t[0].body.length;c++){var u=Or(t[0].body[c],"textord");l+=u.text}r=Number(l),o=2*r}var h=!o;i.body.forEach((function(e){for(var t=1;t<e.length;t+=2){var n=Or(e[t],"styling"),i=Or(n.body[0],"ordgroup");i.body.unshift(s)}if(h)o<e.length&&(o=e.length);else{var l=e.length/2;if(r<l)throw new a("Too many math in a row: expected "+r+", but got "+l,e[0])}}));for(var p=0;p<o;++p){var d="r",f=0;p%2===1?d="l":p>0&&h&&(f=1),n[p]={type:"align",align:d,pregap:f,postgap:0}}return i.colSeparationType=h?"align":"alignat",i};Sn({type:"array",names:["array","darray"],props:{numArgs:1},handler:function(e,t){var r=Nr(t[0]),n=r?[t[0]]:Or(t[0],"ordgroup").body,i=n.map((function(e){var t=Ir(e),r=t.text;if(-1!=="lcr".indexOf(r))return{type:"align",align:r};if("|"===r)return{type:"separator",separator:"|"};if(":"===r)return{type:"separator",separator:":"};throw new a("Unknown column alignment: "+r,e)})),o={cols:i,hskipBeforeAndAfter:!0};return Mn(e.parser,o,_n(e.envName))},htmlBuilder:Cn,mathmlBuilder:zn}),Sn({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix"],props:{numArgs:0},handler:function(e){var t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName],r={hskipBeforeAndAfter:!1},n=Mn(e.parser,r,_n(e.envName));return t?{type:"leftright",mode:e.mode,body:[n],left:t[0],right:t[1],rightColor:void 0}:n},htmlBuilder:Cn,mathmlBuilder:zn}),Sn({type:"array",names:["smallmatrix"],props:{numArgs:0},handler:function(e){var t={arraystretch:.5},r=Mn(e.parser,t,"script");return r.colSeparationType="small",r},htmlBuilder:Cn,mathmlBuilder:zn}),Sn({type:"array",names:["subarray"],props:{numArgs:1},handler:function(e,t){var r=Nr(t[0]),n=r?[t[0]]:Or(t[0],"ordgroup").body,i=n.map((function(e){var t=Ir(e),r=t.text;if(-1!=="lc".indexOf(r))return{type:"align",align:r};throw new a("Unknown column alignment: "+r,e)}));if(i.length>1)throw new a("{subarray} can contain only one column");var o={cols:i,hskipBeforeAndAfter:!1,arraystretch:.5};if(o=Mn(e.parser,o,"script"),o.body.length>0&&o.body[0].length>1)throw new a("{subarray} can contain only one column");return o},htmlBuilder:Cn,mathmlBuilder:zn}),Sn({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler:function(e){var t={arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},r=Mn(e.parser,t,_n(e.envName));return{type:"leftright",mode:e.mode,body:[r],left:e.envName.indexOf("r")>-1?".":"\\{",right:e.envName.indexOf("r")>-1?"\\}":".",rightColor:void 0}},htmlBuilder:Cn,mathmlBuilder:zn}),Sn({type:"array",names:["aligned"],props:{numArgs:0},handler:On,htmlBuilder:Cn,mathmlBuilder:zn}),Sn({type:"array",names:["gathered"],props:{numArgs:0},handler:function(e){var t={cols:[{type:"align",align:"c"}],addJot:!0};return Mn(e.parser,t,"display")},htmlBuilder:Cn,mathmlBuilder:zn}),Sn({type:"array",names:["alignedat"],props:{numArgs:1},handler:On,htmlBuilder:Cn,mathmlBuilder:zn}),Vt({type:"text",names:["\\hline","\\hdashline"],props:{numArgs:0,allowedInText:!0,allowedInMath:!0},handler:function(e,t){throw new a(e.funcName+" valid only within array environment")}});var In=kn,Nn=In;Vt({type:"environment",names:["\\begin","\\end"],props:{numArgs:1,argTypes:["text"]},handler:function(e,t){var r=e.parser,n=e.funcName,i=t[0];if("ordgroup"!==i.type)throw new a("Invalid environment name",i);for(var o="",s=0;s<i.body.length;++s)o+=Or(i.body[s],"textord").text;if("\\begin"===n){if(!Nn.hasOwnProperty(o))throw new a("No such environment: "+o,i);var l=Nn[o],c=r.parseArguments("\\begin{"+o+"}",l),u=c.args,h=c.optArgs,p={mode:r.mode,envName:o,parser:r},d=l.handler(p,u,h);r.expect("\\end",!1);var f=r.nextToken,m=Or(r.parseFunction(),"environment");if(m.name!==o)throw new a("Mismatch: \\begin{"+o+"} matched by \\end{"+m.name+"}",f);return d}return{type:"environment",mode:r.mode,name:o,nameGroup:i}}});var En=Pt.makeSpan;function Bn(e,t){var r=Jt(e.body,t,!0);return En([e.mclass],r,t)}function Pn(e,t){var r,n=mr(e.body,t);return"minner"===e.mclass?hr.newDocumentFragment(n):("mord"===e.mclass?e.isCharacterBox?(r=n[0],r.type="mi"):r=new hr.MathNode("mi",n):(e.isCharacterBox?(r=n[0],r.type="mo"):r=new hr.MathNode("mo",n),"mbin"===e.mclass?(r.attributes.lspace="0.22em",r.attributes.rspace="0.22em"):"mpunct"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0.17em"):"mopen"!==e.mclass&&"mclose"!==e.mclass||(r.attributes.lspace="0em",r.attributes.rspace="0em")),r)}Vt({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName,i=t[0];return{type:"mclass",mode:r.mode,mclass:"m"+n.substr(5),body:Gt(i),isCharacterBox:y.isCharacterBox(i)}},htmlBuilder:Bn,mathmlBuilder:Pn});var Rn=function(e){var t="ordgroup"===e.type&&e.body.length?e.body[0]:e;return"atom"!==t.type||"bin"!==t.family&&"rel"!==t.family?"mord":"m"+t.family};Vt({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler:function(e,t){var r=e.parser;return{type:"mclass",mode:r.mode,mclass:Rn(t[0]),body:[t[1]],isCharacterBox:y.isCharacterBox(t[1])}}}),Vt({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler:function(e,t){var r,n=e.parser,i=e.funcName,o=t[1],a=t[0];r="\\stackrel"!==i?Rn(o):"mrel";var s={type:"op",mode:o.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:"\\stackrel"!==i,body:Gt(o)},l={type:"supsub",mode:a.mode,base:s,sup:"\\underset"===i?null:a,sub:"\\underset"===i?a:null};return{type:"mclass",mode:n.mode,mclass:r,body:[l],isCharacterBox:y.isCharacterBox(l)}},htmlBuilder:Bn,mathmlBuilder:Pn});var $n=function(e,t){var r=e.font,n=t.withFont(r);return ir(e.body,n)},qn=function(e,t){var r=e.font,n=t.withFont(r);return gr(e.body,n)},Dn={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};Vt({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,greediness:2},handler:function(e,t){var r=e.parser,n=e.funcName,i=t[0],o=n;return o in Dn&&(o=Dn[o]),{type:"font",mode:r.mode,font:o.slice(1),body:i}},htmlBuilder:$n,mathmlBuilder:qn}),Vt({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1,greediness:2},handler:function(e,t){var r=e.parser,n=t[0],i=y.isCharacterBox(n);return{type:"mclass",mode:r.mode,mclass:Rn(n),body:[{type:"font",mode:r.mode,font:"boldsymbol",body:n}],isCharacterBox:i}}}),Vt({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:function(e,t){var r=e.parser,n=e.funcName,i=e.breakOnTokenText,o=r.mode,a=r.parseExpression(!0,i),s="math"+n.slice(1);return{type:"font",mode:o,font:s,body:{type:"ordgroup",mode:r.mode,body:a}}},htmlBuilder:$n,mathmlBuilder:qn});var Ln=function(e,t){var r=t;return"display"===e?r=r.id>=R.SCRIPT.id?r.text():R.DISPLAY:"text"===e&&r.size===R.DISPLAY.size?r=R.TEXT:"script"===e?r=R.SCRIPT:"scriptscript"===e&&(r=R.SCRIPTSCRIPT),r},jn=function(e,t){var r,n=Ln(e.size,t.style),i=n.fracNum(),o=n.fracDen();r=t.havingStyle(i);var a=ir(e.numer,r,t);if(e.continued){var s=8.5/t.fontMetrics().ptPerEm,l=3.5/t.fontMetrics().ptPerEm;a.height=a.height<s?s:a.height,a.depth=a.depth<l?l:a.depth}r=t.havingStyle(o);var c,u,h,p,d,f,m,v,g,y,b=ir(e.denom,r,t);if(e.hasBarLine?(e.barSize?(u=dt(e.barSize,t),c=Pt.makeLineSpan("frac-line",t,u)):c=Pt.makeLineSpan("frac-line",t),u=c.height,h=c.height):(c=null,u=0,h=t.fontMetrics().defaultRuleThickness),n.size===R.DISPLAY.size||"display"===e.size?(p=t.fontMetrics().num1,d=u>0?3*h:7*h,f=t.fontMetrics().denom1):(u>0?(p=t.fontMetrics().num2,d=h):(p=t.fontMetrics().num3,d=3*h),f=t.fontMetrics().denom2),c){var x=t.fontMetrics().axisHeight;p-a.depth-(x+.5*u)<d&&(p+=d-(p-a.depth-(x+.5*u))),x-.5*u-(b.height-f)<d&&(f+=d-(x-.5*u-(b.height-f)));var w=-(x-.5*u);m=Pt.makeVList({positionType:"individualShift",children:[{type:"elem",elem:b,shift:f},{type:"elem",elem:c,shift:w},{type:"elem",elem:a,shift:-p}]},t)}else{var k=p-a.depth-(b.height-f);k<d&&(p+=.5*(d-k),f+=.5*(d-k)),m=Pt.makeVList({positionType:"individualShift",children:[{type:"elem",elem:b,shift:f},{type:"elem",elem:a,shift:-p}]},t)}return r=t.havingStyle(n),m.height*=r.sizeMultiplier/t.sizeMultiplier,m.depth*=r.sizeMultiplier/t.sizeMultiplier,v=n.size===R.DISPLAY.size?t.fontMetrics().delim1:t.fontMetrics().delim2,g=null==e.leftDelim?nr(t,["mopen"]):mn.customSizedDelim(e.leftDelim,v,!0,t.havingStyle(n),e.mode,["mopen"]),y=e.continued?Pt.makeSpan([]):null==e.rightDelim?nr(t,["mclose"]):mn.customSizedDelim(e.rightDelim,v,!0,t.havingStyle(n),e.mode,["mclose"]),Pt.makeSpan(["mord"].concat(r.sizingClasses(t)),[g,Pt.makeSpan(["mfrac"],[m]),y],t)},Fn=function(e,t){var r=new hr.MathNode("mfrac",[gr(e.numer,t),gr(e.denom,t)]);if(e.hasBarLine){if(e.barSize){var n=dt(e.barSize,t);r.setAttribute("linethickness",n+"em")}}else r.setAttribute("linethickness","0px");var i=Ln(e.size,t.style);if(i.size!==t.style.size){r=new hr.MathNode("mstyle",[r]);var o=i.size===R.DISPLAY.size?"true":"false";r.setAttribute("displaystyle",o),r.setAttribute("scriptlevel","0")}if(null!=e.leftDelim||null!=e.rightDelim){var a=[];if(null!=e.leftDelim){var s=new hr.MathNode("mo",[new hr.TextNode(e.leftDelim.replace("\\",""))]);s.setAttribute("fence","true"),a.push(s)}if(a.push(r),null!=e.rightDelim){var l=new hr.MathNode("mo",[new hr.TextNode(e.rightDelim.replace("\\",""))]);l.setAttribute("fence","true"),a.push(l)}return dr(a)}return r};Vt({type:"genfrac",names:["\\cfrac","\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,greediness:2},handler:function(e,t){var r,n=e.parser,i=e.funcName,o=t[0],a=t[1],s=null,l=null,c="auto";switch(i){case"\\cfrac":case"\\dfrac":case"\\frac":case"\\tfrac":r=!0;break;case"\\\\atopfrac":r=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":r=!1,s="(",l=")";break;case"\\\\bracefrac":r=!1,s="\\{",l="\\}";break;case"\\\\brackfrac":r=!1,s="[",l="]";break;default:throw new Error("Unrecognized genfrac command")}switch(i){case"\\cfrac":case"\\dfrac":case"\\dbinom":c="display";break;case"\\tfrac":case"\\tbinom":c="text";break}return{type:"genfrac",mode:n.mode,continued:"\\cfrac"===i,numer:o,denom:a,hasBarLine:r,leftDelim:s,rightDelim:l,size:c,barSize:null}},htmlBuilder:jn,mathmlBuilder:Fn}),Vt({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler:function(e){var t,r=e.parser,n=e.funcName,i=e.token;switch(n){case"\\over":t="\\frac";break;case"\\choose":t="\\binom";break;case"\\atop":t="\\\\atopfrac";break;case"\\brace":t="\\\\bracefrac";break;case"\\brack":t="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:r.mode,replaceWith:t,token:i}}});var Hn=["display","text","script","scriptscript"],Vn=function(e){var t=null;return e.length>0&&(t=e,t="."===t?null:t),t};Vt({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,greediness:6,argTypes:["math","math","size","text","math","math"]},handler:function(e,t){var r,n=e.parser,i=t[4],o=t[5],a="atom"===t[0].type&&"open"===t[0].family?Vn(t[0].text):null,s="atom"===t[1].type&&"close"===t[1].family?Vn(t[1].text):null,l=Or(t[2],"size"),c=null;l.isBlank?r=!0:(c=l.value,r=c.number>0);var u="auto",h=t[3];if("ordgroup"===h.type){if(h.body.length>0){var p=Or(h.body[0],"textord");u=Hn[Number(p.text)]}}else h=Or(h,"textord"),u=Hn[Number(h.text)];return{type:"genfrac",mode:n.mode,numer:i,denom:o,continued:!1,hasBarLine:r,barSize:c,leftDelim:a,rightDelim:s,size:u}},htmlBuilder:jn,mathmlBuilder:Fn}),Vt({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler:function(e,t){var r=e.parser,n=(e.funcName,e.token);return{type:"infix",mode:r.mode,replaceWith:"\\\\abovefrac",size:Or(t[0],"size").value,token:n}}}),Vt({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:function(e,t){var r=e.parser,n=(e.funcName,t[0]),i=v(Or(t[1],"infix").size),o=t[2],a=i.number>0;return{type:"genfrac",mode:r.mode,numer:n,denom:o,continued:!1,hasBarLine:a,barSize:i,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:jn,mathmlBuilder:Fn});var Un=function(e,t){var r,n,i=t.style;"supsub"===e.type?(r=e.sup?ir(e.sup,t.havingStyle(i.sup()),t):ir(e.sub,t.havingStyle(i.sub()),t),n=Or(e.base,"horizBrace")):n=Or(e,"horizBrace");var o,a=ir(n.base,t.havingBaseStyle(R.DISPLAY)),s=zr.svgSpan(n,t);if(n.isOver?(o=Pt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:a},{type:"kern",size:.1},{type:"elem",elem:s}]},t),o.children[0].children[0].children[1].classes.push("svg-align")):(o=Pt.makeVList({positionType:"bottom",positionData:a.depth+.1+s.height,children:[{type:"elem",elem:s},{type:"kern",size:.1},{type:"elem",elem:a}]},t),o.children[0].children[0].children[0].classes.push("svg-align")),r){var l=Pt.makeSpan(["mord",n.isOver?"mover":"munder"],[o],t);o=n.isOver?Pt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:l},{type:"kern",size:.2},{type:"elem",elem:r}]},t):Pt.makeVList({positionType:"bottom",positionData:l.depth+.2+r.height+r.depth,children:[{type:"elem",elem:r},{type:"kern",size:.2},{type:"elem",elem:l}]},t)}return Pt.makeSpan(["mord",n.isOver?"mover":"munder"],[o],t)},Gn=function(e,t){var r=zr.mathMLnode(e.label);return new hr.MathNode(e.isOver?"mover":"munder",[gr(e.base,t),r])};Vt({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName;return{type:"horizBrace",mode:r.mode,label:n,isOver:/^\\over/.test(n),base:t[0]}},htmlBuilder:Un,mathmlBuilder:Gn}),Vt({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:function(e,t){var r=e.parser,n=t[1],i=Or(t[0],"url").url;return r.settings.isTrusted({command:"\\href",url:i})?{type:"href",mode:r.mode,href:i,body:Gt(n)}:r.formatUnsupportedCmd("\\href")},htmlBuilder:function(e,t){var r=Jt(e.body,t,!1);return Pt.makeAnchor(e.href,[],r,t)},mathmlBuilder:function(e,t){var r=vr(e.body,t);return r instanceof lr||(r=new lr("mrow",[r])),r.setAttribute("href",e.href),r}}),Vt({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:function(e,t){var r=e.parser,n=Or(t[0],"url").url;if(!r.settings.isTrusted({command:"\\url",url:n}))return r.formatUnsupportedCmd("\\url");for(var i=[],o=0;o<n.length;o++){var a=n[o];"~"===a&&(a="\\textasciitilde"),i.push({type:"textord",mode:"text",text:a})}var s={type:"text",mode:r.mode,font:"\\texttt",body:i};return{type:"href",mode:r.mode,href:n,body:Gt(s)}}}),Vt({type:"html",names:["\\htmlClass","\\htmlId","\\htmlStyle","\\htmlData"],props:{numArgs:2,argTypes:["raw","original"],allowedInText:!0},handler:function(e,t){var r,n=e.parser,i=e.funcName,o=(e.token,Or(t[0],"raw").string),s=t[1];n.settings.strict&&n.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");var l={};switch(i){case"\\htmlClass":l.class=o,r={command:"\\htmlClass",class:o};break;case"\\htmlId":l.id=o,r={command:"\\htmlId",id:o};break;case"\\htmlStyle":l.style=o,r={command:"\\htmlStyle",style:o};break;case"\\htmlData":for(var c=o.split(","),u=0;u<c.length;u++){var h=c[u].split("=");if(2!==h.length)throw new a("Error parsing key-value for \\htmlData");l["data-"+h[0].trim()]=h[1].trim()}r={command:"\\htmlData",attributes:l};break;default:throw new Error("Unrecognized html command")}return n.settings.isTrusted(r)?{type:"html",mode:n.mode,attributes:l,body:Gt(s)}:n.formatUnsupportedCmd(i)},htmlBuilder:function(e,t){var r=Jt(e.body,t,!1),n=["enclosing"];e.attributes.class&&n.push.apply(n,e.attributes.class.trim().split(/\s+/));var i=Pt.makeSpan(n,r,t);for(var o in e.attributes)"class"!==o&&e.attributes.hasOwnProperty(o)&&i.setAttribute(o,e.attributes[o]);return i},mathmlBuilder:function(e,t){return vr(e.body,t)}}),Vt({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:function(e,t){var r=e.parser;return{type:"htmlmathml",mode:r.mode,html:Gt(t[0]),mathml:Gt(t[1])}},htmlBuilder:function(e,t){var r=Jt(e.html,t,!1);return Pt.makeFragment(r)},mathmlBuilder:function(e,t){return vr(e.mathml,t)}});var Wn=function(e){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(e))return{number:+e,unit:"bp"};var t=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e);if(!t)throw new a("Invalid size: '"+e+"' in \\includegraphics");var r={number:+(t[1]+t[2]),unit:t[3]};if(!pt(r))throw new a("Invalid unit: '"+r.unit+"' in \\includegraphics.");return r};Vt({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:function(e,t,r){var n=e.parser,i={number:0,unit:"em"},o={number:.9,unit:"em"},s={number:0,unit:"em"},l="";if(r[0])for(var c=Or(r[0],"raw").string,u=c.split(","),h=0;h<u.length;h++){var p=u[h].split("=");if(2===p.length){var d=p[1].trim();switch(p[0].trim()){case"alt":l=d;break;case"width":i=Wn(d);break;case"height":o=Wn(d);break;case"totalheight":s=Wn(d);break;default:throw new a("Invalid key: '"+p[0]+"' in \\includegraphics.")}}}var f=Or(t[0],"url").url;return""===l&&(l=f,l=l.replace(/^.*[\\/]/,""),l=l.substring(0,l.lastIndexOf("."))),n.settings.isTrusted({command:"\\includegraphics",url:f})?{type:"includegraphics",mode:n.mode,alt:l,width:i,height:o,totalheight:s,src:f}:n.formatUnsupportedCmd("\\includegraphics")},htmlBuilder:function(e,t){var r=dt(e.height,t),n=0;e.totalheight.number>0&&(n=dt(e.totalheight,t)-r,n=Number(n.toFixed(2)));var i=0;e.width.number>0&&(i=dt(e.width,t));var o={height:r+n+"em"};i>0&&(o.width=i+"em"),n>0&&(o.verticalAlign=-n+"em");var a=new ne(e.src,e.alt,o);return a.height=r,a.depth=n,a},mathmlBuilder:function(e,t){var r=new hr.MathNode("mglyph",[]);r.setAttribute("alt",e.alt);var n=dt(e.height,t),i=0;if(e.totalheight.number>0&&(i=dt(e.totalheight,t)-n,i=i.toFixed(2),r.setAttribute("valign","-"+i+"em")),r.setAttribute("height",n+i+"em"),e.width.number>0){var o=dt(e.width,t);r.setAttribute("width",o+"em")}return r.setAttribute("src",e.src),r}}),Vt({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],allowedInText:!0},handler:function(e,t){var r=e.parser,n=e.funcName,i=Or(t[0],"size");if(r.settings.strict){var o="m"===n[1],a="mu"===i.value.unit;o?(a||r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, not "+i.value.unit+" units"),"math"!==r.mode&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):a&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:r.mode,dimension:i.value}},htmlBuilder:function(e,t){return Pt.makeGlue(e.dimension,t)},mathmlBuilder:function(e,t){var r=dt(e.dimension,t);return new hr.SpaceNode(r)}}),Vt({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,n=e.funcName,i=t[0];return{type:"lap",mode:r.mode,alignment:n.slice(5),body:i}},htmlBuilder:function(e,t){var r;"clap"===e.alignment?(r=Pt.makeSpan([],[ir(e.body,t)]),r=Pt.makeSpan(["inner"],[r],t)):r=Pt.makeSpan(["inner"],[ir(e.body,t)]);var n=Pt.makeSpan(["fix"],[]),i=Pt.makeSpan([e.alignment],[r,n],t),o=Pt.makeSpan(["strut"]);return o.style.height=i.height+i.depth+"em",o.style.verticalAlign=-i.depth+"em",i.children.unshift(o),i=Pt.makeSpan(["thinbox"],[i],t),Pt.makeSpan(["mord","vbox"],[i],t)},mathmlBuilder:function(e,t){var r=new hr.MathNode("mpadded",[gr(e.body,t)]);if("rlap"!==e.alignment){var n="llap"===e.alignment?"-1":"-0.5";r.setAttribute("lspace",n+"width")}return r.setAttribute("width","0px"),r}}),Vt({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(e,t){var r=e.funcName,n=e.parser,i=n.mode;n.switchMode("math");var o="\\("===r?"\\)":"$",a=n.parseExpression(!1,o);return n.expect(o),n.switchMode(i),{type:"styling",mode:n.mode,style:"text",body:a}}}),Vt({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler:function(e,t){throw new a("Mismatched "+e.funcName)}});var Xn=function(e,t){switch(t.style.size){case R.DISPLAY.size:return e.display;case R.TEXT.size:return e.text;case R.SCRIPT.size:return e.script;case R.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};Vt({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4},handler:function(e,t){var r=e.parser;return{type:"mathchoice",mode:r.mode,display:Gt(t[0]),text:Gt(t[1]),script:Gt(t[2]),scriptscript:Gt(t[3])}},htmlBuilder:function(e,t){var r=Xn(e,t),n=Jt(r,t,!1);return Pt.makeFragment(n)},mathmlBuilder:function(e,t){var r=Xn(e,t);return vr(r,t)}});var Yn=function(e,t,r,n,i,o,a){var s,l,c;if(e=Pt.makeSpan([],[e]),t){var u=ir(t,n.havingStyle(i.sup()),n);l={elem:u,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-u.depth)}}if(r){var h=ir(r,n.havingStyle(i.sub()),n);s={elem:h,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-h.height)}}if(l&&s){var p=n.fontMetrics().bigOpSpacing5+s.elem.height+s.elem.depth+s.kern+e.depth+a;c=Pt.makeVList({positionType:"bottom",positionData:p,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:s.elem,marginLeft:-o+"em"},{type:"kern",size:s.kern},{type:"elem",elem:e},{type:"kern",size:l.kern},{type:"elem",elem:l.elem,marginLeft:o+"em"},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(s){var d=e.height-a;c=Pt.makeVList({positionType:"top",positionData:d,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:s.elem,marginLeft:-o+"em"},{type:"kern",size:s.kern},{type:"elem",elem:e}]},n)}else{if(!l)return e;var f=e.depth+a;c=Pt.makeVList({positionType:"bottom",positionData:f,children:[{type:"elem",elem:e},{type:"kern",size:l.kern},{type:"elem",elem:l.elem,marginLeft:o+"em"},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}return Pt.makeSpan(["mop","op-limits"],[c],n)},Kn=["\\smallint"],Zn=function(e,t){var r,n,i,o=!1;"supsub"===e.type?(r=e.sup,n=e.sub,i=Or(e.base,"op"),o=!0):i=Or(e,"op");var a,s=t.style,l=!1;if(s.size===R.DISPLAY.size&&i.symbol&&!y.contains(Kn,i.name)&&(l=!0),i.symbol){var c=l?"Size2-Regular":"Size1-Regular",u="";if("\\oiint"!==i.name&&"\\oiiint"!==i.name||(u=i.name.substr(1),i.name="oiint"===u?"\\iint":"\\iiint"),a=Pt.makeSymbol(i.name,c,"math",t,["mop","op-symbol",l?"large-op":"small-op"]),u.length>0){var h=a.italic,p=Pt.staticSvg(u+"Size"+(l?"2":"1"),t);a=Pt.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:0},{type:"elem",elem:p,shift:l?.08:0}]},t),i.name="\\"+u,a.classes.unshift("mop"),a.italic=h}}else if(i.body){var d=Jt(i.body,t,!0);1===d.length&&d[0]instanceof oe?(a=d[0],a.classes[0]="mop"):a=Pt.makeSpan(["mop"],Pt.tryCombineChars(d),t)}else{for(var f=[],m=1;m<i.name.length;m++)f.push(Pt.mathsym(i.name[m],i.mode,t));a=Pt.makeSpan(["mop"],f,t)}var v=0,g=0;return(a instanceof oe||"\\oiint"===i.name||"\\oiiint"===i.name)&&!i.suppressBaseShift&&(v=(a.height-a.depth)/2-t.fontMetrics().axisHeight,g=a.italic),o?Yn(a,r,n,t,s,g,v):(v&&(a.style.position="relative",a.style.top=v+"em"),a)},Jn=function(e,t){var r;if(e.symbol)r=new lr("mo",[pr(e.name,e.mode)]),y.contains(Kn,e.name)&&r.setAttribute("largeop","false");else if(e.body)r=new lr("mo",mr(e.body,t));else{r=new lr("mi",[new cr(e.name.slice(1))]);var n=new lr("mo",[pr("","text")]);r=e.parentIsSupSub?new lr("mo",[r,n]):sr([r,n])}return r},Qn={"∏":"\\prod","∐":"\\coprod","∑":"\\sum","⋀":"\\bigwedge","⋁":"\\bigvee","⋂":"\\bigcap","⋃":"\\bigcup","⨀":"\\bigodot","⨁":"\\bigoplus","⨂":"\\bigotimes","⨄":"\\biguplus","⨆":"\\bigsqcup"};Vt({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","∏","∐","∑","⋀","⋁","⋂","⋃","⨀","⨁","⨂","⨄","⨆"],props:{numArgs:0},handler:function(e,t){var r=e.parser,n=e.funcName,i=n;return 1===i.length&&(i=Qn[i]),{type:"op",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:i}},htmlBuilder:Zn,mathmlBuilder:Jn}),Vt({type:"op",names:["\\mathop"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=t[0];return{type:"op",mode:r.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:Gt(n)}},htmlBuilder:Zn,mathmlBuilder:Jn});var ei={"∫":"\\int","∬":"\\iint","∭":"\\iiint","∮":"\\oint","∯":"\\oiint","∰":"\\oiiint"};Vt({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler:function(e){var t=e.parser,r=e.funcName;return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:Zn,mathmlBuilder:Jn}),Vt({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler:function(e){var t=e.parser,r=e.funcName;return{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:Zn,mathmlBuilder:Jn}),Vt({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","∫","∬","∭","∮","∯","∰"],props:{numArgs:0},handler:function(e){var t=e.parser,r=e.funcName,n=r;return 1===n.length&&(n=ei[n]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:Zn,mathmlBuilder:Jn});var ti=function(e,t){var r,n,i,o,a=!1;if("supsub"===e.type?(r=e.sup,n=e.sub,i=Or(e.base,"operatorname"),a=!0):i=Or(e,"operatorname"),i.body.length>0){for(var s=i.body.map((function(e){var t=e.text;return"string"===typeof t?{type:"textord",mode:e.mode,text:t}:e})),l=Jt(s,t.withFont("mathrm"),!0),c=0;c<l.length;c++){var u=l[c];u instanceof oe&&(u.text=u.text.replace(/\u2212/,"-").replace(/\u2217/,"*"))}o=Pt.makeSpan(["mop"],l,t)}else o=Pt.makeSpan(["mop"],[],t);return a?Yn(o,r,n,t,t.style,0,0):o},ri=function(e,t){for(var r=mr(e.body,t.withFont("mathrm")),n=!0,i=0;i<r.length;i++){var o=r[i];if(o instanceof hr.SpaceNode);else if(o instanceof hr.MathNode)switch(o.type){case"mi":case"mn":case"ms":case"mspace":case"mtext":break;case"mo":var a=o.children[0];1===o.children.length&&a instanceof hr.TextNode?a.text=a.text.replace(/\u2212/,"-").replace(/\u2217/,"*"):n=!1;break;default:n=!1}else n=!1}if(n){var s=r.map((function(e){return e.toText()})).join("");r=[new hr.TextNode(s)]}var l=new hr.MathNode("mi",r);l.setAttribute("mathvariant","normal");var c=new hr.MathNode("mo",[pr("","text")]);return e.parentIsSupSub?new hr.MathNode("mo",[l,c]):hr.newDocumentFragment([l,c])};function ni(e,t,r){for(var n=Jt(e,t,!1),i=t.sizeMultiplier/r.sizeMultiplier,o=0;o<n.length;o++){var a=n[o].classes.indexOf("sizing");a<0?Array.prototype.push.apply(n[o].classes,t.sizingClasses(r)):n[o].classes[a+1]==="reset-size"+t.size&&(n[o].classes[a+1]="reset-size"+r.size),n[o].height*=i,n[o].depth*=i}return Pt.makeFragment(n)}Vt({type:"operatorname",names:["\\operatorname","\\operatorname*"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=e.funcName,i=t[0];return{type:"operatorname",mode:r.mode,body:Gt(i),alwaysHandleSupSub:"\\operatorname*"===n,limits:!1,parentIsSupSub:!1}},htmlBuilder:ti,mathmlBuilder:ri}),Ut({type:"ordgroup",htmlBuilder:function(e,t){return e.semisimple?Pt.makeFragment(Jt(e.body,t,!1)):Pt.makeSpan(["mord"],Jt(e.body,t,!0),t)},mathmlBuilder:function(e,t){return vr(e.body,t,!0)}}),Vt({type:"overline",names:["\\overline"],props:{numArgs:1},handler:function(e,t){var r=e.parser,n=t[0];return{type:"overline",mode:r.mode,body:n}},htmlBuilder:function(e,t){var r=ir(e.body,t.havingCrampedStyle()),n=Pt.makeLineSpan("overline-line",t),i=t.fontMetrics().defaultRuleThickness,o=Pt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r},{type:"kern",size:3*i},{type:"elem",elem:n},{type:"kern",size:i}]},t);return Pt.makeSpan(["mord","overline"],[o],t)},mathmlBuilder:function(e,t){var r=new hr.MathNode("mo",[new hr.TextNode("‾")]);r.setAttribute("stretchy","true");var n=new hr.MathNode("mover",[gr(e.body,t),r]);return n.setAttribute("accent","true"),n}}),Vt({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,n=t[0];return{type:"phantom",mode:r.mode,body:Gt(n)}},htmlBuilder:function(e,t){var r=Jt(e.body,t.withPhantom(),!1);return Pt.makeFragment(r)},mathmlBuilder:function(e,t){var r=mr(e.body,t);return new hr.MathNode("mphantom",r)}}),Vt({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,n=t[0];return{type:"hphantom",mode:r.mode,body:n}},htmlBuilder:function(e,t){var r=Pt.makeSpan([],[ir(e.body,t.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(var n=0;n<r.children.length;n++)r.children[n].height=0,r.children[n].depth=0;return r=Pt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t),Pt.makeSpan(["mord"],[r],t)},mathmlBuilder:function(e,t){var r=mr(Gt(e.body),t),n=new hr.MathNode("mphantom",r),i=new hr.MathNode("mpadded",[n]);return i.setAttribute("height","0px"),i.setAttribute("depth","0px"),i}}),Vt({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser,n=t[0];return{type:"vphantom",mode:r.mode,body:n}},htmlBuilder:function(e,t){var r=Pt.makeSpan(["inner"],[ir(e.body,t.withPhantom())]),n=Pt.makeSpan(["fix"],[]);return Pt.makeSpan(["mord","rlap"],[r,n],t)},mathmlBuilder:function(e,t){var r=mr(Gt(e.body),t),n=new hr.MathNode("mphantom",r),i=new hr.MathNode("mpadded",[n]);return i.setAttribute("width","0px"),i}}),Vt({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler:function(e,t){var r=e.parser,n=Or(t[0],"size").value,i=t[1];return{type:"raisebox",mode:r.mode,dy:n,body:i}},htmlBuilder:function(e,t){var r=ir(e.body,t),n=dt(e.dy,t);return Pt.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:r}]},t)},mathmlBuilder:function(e,t){var r=new hr.MathNode("mpadded",[gr(e.body,t)]),n=e.dy.number+e.dy.unit;return r.setAttribute("voffset",n),r}}),Vt({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler:function(e,t,r){var n=e.parser,i=r[0],o=Or(t[0],"size"),a=Or(t[1],"size");return{type:"rule",mode:n.mode,shift:i&&Or(i,"size").value,width:o.value,height:a.value}},htmlBuilder:function(e,t){var r=Pt.makeSpan(["mord","rule"],[],t),n=dt(e.width,t),i=dt(e.height,t),o=e.shift?dt(e.shift,t):0;return r.style.borderRightWidth=n+"em",r.style.borderTopWidth=i+"em",r.style.bottom=o+"em",r.width=n,r.height=i+o,r.depth=-o,r.maxFontSize=1.125*i*t.sizeMultiplier,r},mathmlBuilder:function(e,t){var r=dt(e.width,t),n=dt(e.height,t),i=e.shift?dt(e.shift,t):0,o=t.color&&t.getColor()||"black",a=new hr.MathNode("mspace");a.setAttribute("mathbackground",o),a.setAttribute("width",r+"em"),a.setAttribute("height",n+"em");var s=new hr.MathNode("mpadded",[a]);return i>=0?s.setAttribute("height","+"+i+"em"):(s.setAttribute("height",i+"em"),s.setAttribute("depth","+"+-i+"em")),s.setAttribute("voffset",i+"em"),s}});var ii=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"],oi=function(e,t){var r=t.havingSize(e.size);return ni(e.body,r,t)};Vt({type:"sizing",names:ii,props:{numArgs:0,allowedInText:!0},handler:function(e,t){var r=e.breakOnTokenText,n=e.funcName,i=e.parser,o=i.parseExpression(!1,r);return{type:"sizing",mode:i.mode,size:ii.indexOf(n)+1,body:o}},htmlBuilder:oi,mathmlBuilder:function(e,t){var r=t.havingSize(e.size),n=mr(e.body,r),i=new hr.MathNode("mstyle",n);return i.setAttribute("mathsize",r.sizeMultiplier+"em"),i}}),Vt({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:function(e,t,r){var n=e.parser,i=!1,o=!1,a=r[0]&&Or(r[0],"ordgroup");if(a)for(var s="",l=0;l<a.body.length;++l){var c=a.body[l];if(s=c.text,"t"===s)i=!0;else{if("b"!==s){i=!1,o=!1;break}o=!0}}else i=!0,o=!0;var u=t[0];return{type:"smash",mode:n.mode,body:u,smashHeight:i,smashDepth:o}},htmlBuilder:function(e,t){var r=Pt.makeSpan([],[ir(e.body,t)]);if(!e.smashHeight&&!e.smashDepth)return r;if(e.smashHeight&&(r.height=0,r.children))for(var n=0;n<r.children.length;n++)r.children[n].height=0;if(e.smashDepth&&(r.depth=0,r.children))for(var i=0;i<r.children.length;i++)r.children[i].depth=0;var o=Pt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r}]},t);return Pt.makeSpan(["mord"],[o],t)},mathmlBuilder:function(e,t){var r=new hr.MathNode("mpadded",[gr(e.body,t)]);return e.smashHeight&&r.setAttribute("height","0px"),e.smashDepth&&r.setAttribute("depth","0px"),r}}),Vt({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler:function(e,t,r){var n=e.parser,i=r[0],o=t[0];return{type:"sqrt",mode:n.mode,body:o,index:i}},htmlBuilder:function(e,t){var r=ir(e.body,t.havingCrampedStyle());0===r.height&&(r.height=t.fontMetrics().xHeight),r=Pt.wrapFragment(r,t);var n=t.fontMetrics(),i=n.defaultRuleThickness,o=i;t.style.id<R.TEXT.id&&(o=t.fontMetrics().xHeight);var a=i+o/4,s=r.height+r.depth+a+i,l=mn.sqrtImage(s,t),c=l.span,u=l.ruleWidth,h=l.advanceWidth,p=c.height-u;p>r.height+r.depth+a&&(a=(a+p-r.height-r.depth)/2);var d=c.height-r.height-a-u;r.style.paddingLeft=h+"em";var f=Pt.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+d)},{type:"elem",elem:c},{type:"kern",size:u}]},t);if(e.index){var m=t.havingStyle(R.SCRIPTSCRIPT),v=ir(e.index,m,t),g=.6*(f.height-f.depth),y=Pt.makeVList({positionType:"shift",positionData:-g,children:[{type:"elem",elem:v}]},t),b=Pt.makeSpan(["root"],[y]);return Pt.makeSpan(["mord","sqrt"],[b,f],t)}return Pt.makeSpan(["mord","sqrt"],[f],t)},mathmlBuilder:function(e,t){var r=e.body,n=e.index;return n?new hr.MathNode("mroot",[gr(r,t),gr(n,t)]):new hr.MathNode("msqrt",[gr(r,t)])}});var ai={display:R.DISPLAY,text:R.TEXT,script:R.SCRIPT,scriptscript:R.SCRIPTSCRIPT};Vt({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0},handler:function(e,t){var r=e.breakOnTokenText,n=e.funcName,i=e.parser,o=i.parseExpression(!0,r),a=n.slice(1,n.length-5);return{type:"styling",mode:i.mode,style:a,body:o}},htmlBuilder:function(e,t){var r=ai[e.style],n=t.havingStyle(r).withFont("");return ni(e.body,n,t)},mathmlBuilder:function(e,t){var r=ai[e.style],n=t.havingStyle(r),i=mr(e.body,n),o=new hr.MathNode("mstyle",i),a={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]},s=a[e.style];return o.setAttribute("scriptlevel",s[0]),o.setAttribute("displaystyle",s[1]),o}});var si=function(e,t){var r=e.base;if(r){if("op"===r.type){var n=r.limits&&(t.style.size===R.DISPLAY.size||r.alwaysHandleSupSub);return n?Zn:null}if("operatorname"===r.type){var i=r.alwaysHandleSupSub&&(t.style.size===R.DISPLAY.size||r.limits);return i?ti:null}if("accent"===r.type)return y.isCharacterBox(r.base)?Er:null;if("horizBrace"===r.type){var o=!e.sub;return o===r.isOver?Un:null}return null}return null};Ut({type:"supsub",htmlBuilder:function(e,t){var r=si(e,t);if(r)return r(e,t);var n,i,o,a=e.base,s=e.sup,l=e.sub,c=ir(a,t),u=t.fontMetrics(),h=0,p=0,d=a&&y.isCharacterBox(a);if(s){var f=t.havingStyle(t.style.sup());n=ir(s,f,t),d||(h=c.height-f.fontMetrics().supDrop*f.sizeMultiplier/t.sizeMultiplier)}if(l){var m=t.havingStyle(t.style.sub());i=ir(l,m,t),d||(p=c.depth+m.fontMetrics().subDrop*m.sizeMultiplier/t.sizeMultiplier)}o=t.style===R.DISPLAY?u.sup1:t.style.cramped?u.sup3:u.sup2;var v,g=t.sizeMultiplier,b=.5/u.ptPerEm/g+"em",x=null;if(i){var w=e.base&&"op"===e.base.type&&e.base.name&&("\\oiint"===e.base.name||"\\oiiint"===e.base.name);(c instanceof oe||w)&&(x=-c.italic+"em")}if(n&&i){h=Math.max(h,o,n.depth+.25*u.xHeight),p=Math.max(p,u.sub2);var k=u.defaultRuleThickness,S=4*k;if(h-n.depth-(i.height-p)<S){p=S-(h-n.depth)+i.height;var A=.8*u.xHeight-(h-n.depth);A>0&&(h+=A,p-=A)}var M=[{type:"elem",elem:i,shift:p,marginRight:b,marginLeft:x},{type:"elem",elem:n,shift:-h,marginRight:b}];v=Pt.makeVList({positionType:"individualShift",children:M},t)}else if(i){p=Math.max(p,u.sub1,i.height-.8*u.xHeight);var _=[{type:"elem",elem:i,marginLeft:x,marginRight:b}];v=Pt.makeVList({positionType:"shift",positionData:p,children:_},t)}else{if(!n)throw new Error("supsub must have either sup or sub.");h=Math.max(h,o,n.depth+.25*u.xHeight),v=Pt.makeVList({positionType:"shift",positionData:-h,children:[{type:"elem",elem:n,marginRight:b}]},t)}var C=rr(c,"right")||"mord";return Pt.makeSpan([C],[c,Pt.makeSpan(["msupsub"],[v])],t)},mathmlBuilder:function(e,t){var r,n,i=!1;e.base&&"horizBrace"===e.base.type&&(n=!!e.sup,n===e.base.isOver&&(i=!0,r=e.base.isOver)),!e.base||"op"!==e.base.type&&"operatorname"!==e.base.type||(e.base.parentIsSupSub=!0);var o,a=[gr(e.base,t)];if(e.sub&&a.push(gr(e.sub,t)),e.sup&&a.push(gr(e.sup,t)),i)o=r?"mover":"munder";else if(e.sub)if(e.sup){var s=e.base;o=s&&"op"===s.type&&s.limits&&t.style===R.DISPLAY||s&&"operatorname"===s.type&&s.alwaysHandleSupSub&&(t.style===R.DISPLAY||s.limits)?"munderover":"msubsup"}else{var l=e.base;o=l&&"op"===l.type&&l.limits&&(t.style===R.DISPLAY||l.alwaysHandleSupSub)||l&&"operatorname"===l.type&&l.alwaysHandleSupSub&&(l.limits||t.style===R.DISPLAY)?"munder":"msub"}else{var c=e.base;o=c&&"op"===c.type&&c.limits&&(t.style===R.DISPLAY||c.alwaysHandleSupSub)||c&&"operatorname"===c.type&&c.alwaysHandleSupSub&&(c.limits||t.style===R.DISPLAY)?"mover":"msup"}var u=new hr.MathNode(o,a);return u}}),Ut({type:"atom",htmlBuilder:function(e,t){return Pt.mathsym(e.text,e.mode,t,["m"+e.family])},mathmlBuilder:function(e,t){var r=new hr.MathNode("mo",[pr(e.text,e.mode)]);if("bin"===e.family){var n=fr(e,t);"bold-italic"===n&&r.setAttribute("mathvariant",n)}else"punct"===e.family?r.setAttribute("separator","true"):"open"!==e.family&&"close"!==e.family||r.setAttribute("stretchy","false");return r}});var li={mi:"italic",mn:"normal",mtext:"normal"};Ut({type:"mathord",htmlBuilder:function(e,t){return Pt.makeOrd(e,t,"mathord")},mathmlBuilder:function(e,t){var r=new hr.MathNode("mi",[pr(e.text,e.mode,t)]),n=fr(e,t)||"italic";return n!==li[r.type]&&r.setAttribute("mathvariant",n),r}}),Ut({type:"textord",htmlBuilder:function(e,t){return Pt.makeOrd(e,t,"textord")},mathmlBuilder:function(e,t){var r,n=pr(e.text,e.mode,t),i=fr(e,t)||"normal";return r="text"===e.mode?new hr.MathNode("mtext",[n]):/[0-9]/.test(e.text)?new hr.MathNode("mn",[n]):"\\prime"===e.text?new hr.MathNode("mo",[n]):new hr.MathNode("mi",[n]),i!==li[r.type]&&r.setAttribute("mathvariant",i),r}});var ci={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},ui={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};Ut({type:"spacing",htmlBuilder:function(e,t){if(ui.hasOwnProperty(e.text)){var r=ui[e.text].className||"";if("text"===e.mode){var n=Pt.makeOrd(e,t,"textord");return n.classes.push(r),n}return Pt.makeSpan(["mspace",r],[Pt.mathsym(e.text,e.mode,t)],t)}if(ci.hasOwnProperty(e.text))return Pt.makeSpan(["mspace",ci[e.text]],[],t);throw new a('Unknown type of space "'+e.text+'"')},mathmlBuilder:function(e,t){var r;if(!ui.hasOwnProperty(e.text)){if(ci.hasOwnProperty(e.text))return new hr.MathNode("mspace");throw new a('Unknown type of space "'+e.text+'"')}return r=new hr.MathNode("mtext",[new hr.TextNode(" ")]),r}});var hi=function(){var e=new hr.MathNode("mtd",[]);return e.setAttribute("width","50%"),e};Ut({type:"tag",mathmlBuilder:function(e,t){var r=new hr.MathNode("mtable",[new hr.MathNode("mtr",[hi(),new hr.MathNode("mtd",[vr(e.body,t)]),hi(),new hr.MathNode("mtd",[vr(e.tag,t)])])]);return r.setAttribute("width","100%"),r}});var pi={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},di={"\\textbf":"textbf","\\textmd":"textmd"},fi={"\\textit":"textit","\\textup":"textup"},mi=function(e,t){var r=e.font;return r?pi[r]?t.withTextFontFamily(pi[r]):di[r]?t.withTextFontWeight(di[r]):t.withTextFontShape(fi[r]):t};Vt({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup"],props:{numArgs:1,argTypes:["text"],greediness:2,allowedInText:!0},handler:function(e,t){var r=e.parser,n=e.funcName,i=t[0];return{type:"text",mode:r.mode,body:Gt(i),font:n}},htmlBuilder:function(e,t){var r=mi(e,t),n=Jt(e.body,r,!0);return Pt.makeSpan(["mord","text"],Pt.tryCombineChars(n),r)},mathmlBuilder:function(e,t){var r=mi(e,t);return vr(e.body,r)}}),Vt({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler:function(e,t){var r=e.parser;return{type:"underline",mode:r.mode,body:t[0]}},htmlBuilder:function(e,t){var r=ir(e.body,t),n=Pt.makeLineSpan("underline-line",t),i=t.fontMetrics().defaultRuleThickness,o=Pt.makeVList({positionType:"top",positionData:r.height,children:[{type:"kern",size:i},{type:"elem",elem:n},{type:"kern",size:3*i},{type:"elem",elem:r}]},t);return Pt.makeSpan(["mord","underline"],[o],t)},mathmlBuilder:function(e,t){var r=new hr.MathNode("mo",[new hr.TextNode("‾")]);r.setAttribute("stretchy","true");var n=new hr.MathNode("munder",[gr(e.body,t),r]);return n.setAttribute("accentunder","true"),n}}),Vt({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler:function(e,t,r){throw new a("\\verb ended by end of line instead of matching delimiter")},htmlBuilder:function(e,t){for(var r=vi(e),n=[],i=t.havingStyle(t.style.text()),o=0;o<r.length;o++){var a=r[o];"~"===a&&(a="\\textasciitilde"),n.push(Pt.makeSymbol(a,"Typewriter-Regular",e.mode,i,["mord","texttt"]))}return Pt.makeSpan(["mord","text"].concat(i.sizingClasses(t)),Pt.tryCombineChars(n),i)},mathmlBuilder:function(e,t){var r=new hr.TextNode(vi(e)),n=new hr.MathNode("mtext",[r]);return n.setAttribute("mathvariant","monospace"),n}});var vi=function(e){return e.body.replace(/ /g,e.star?"␣":" ")},gi=jt,yi=gi,bi="[ \r\n\t]",xi="\\\\[a-zA-Z@]+",wi="\\\\[^\ud800-\udfff]",ki=""+xi+bi+"*",Si=new RegExp("^("+xi+")"+bi+"*$"),Ai="[̀-ͯ]",Mi=new RegExp(Ai+"+$"),_i="("+bi+"+)|([!-\\[\\]-‧-豈-]"+Ai+"*|[\ud800-\udbff][\udc00-\udfff]"+Ai+"*|\\\\verb\\*([^]).*?\\3|\\\\verb([^*a-zA-Z]).*?\\4|\\\\operatorname\\*|"+ki+"|"+wi+")",Ci=function(){function e(e,t){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=e,this.settings=t,this.tokenRegex=new RegExp(_i,"g"),this.catcodes={"%":14}}var t=e.prototype;return t.setCatcode=function(e,t){this.catcodes[e]=t},t.lex=function(){var e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new i("EOF",new n(this,t,t));var r=this.tokenRegex.exec(e);if(null===r||r.index!==t)throw new a("Unexpected character: '"+e[t]+"'",new i(e[t],new n(this,t,t+1)));var o=r[2]||" ";if(14===this.catcodes[o]){var s=e.indexOf("\n",this.tokenRegex.lastIndex);return-1===s?(this.tokenRegex.lastIndex=e.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=s+1,this.lex()}var l=o.match(Si);return l&&(o=l[1]),new i(o,new n(this,t,this.tokenRegex.lastIndex))},e}(),Ti=function(){function e(e,t){void 0===e&&(e={}),void 0===t&&(t={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=t,this.builtins=e,this.undefStack=[]}var t=e.prototype;return t.beginGroup=function(){this.undefStack.push({})},t.endGroup=function(){if(0===this.undefStack.length)throw new a("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");var e=this.undefStack.pop();for(var t in e)e.hasOwnProperty(t)&&(void 0===e[t]?delete this.current[t]:this.current[t]=e[t])},t.has=function(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)},t.get=function(e){return this.current.hasOwnProperty(e)?this.current[e]:this.builtins[e]},t.set=function(e,t,r){if(void 0===r&&(r=!1),r){for(var n=0;n<this.undefStack.length;n++)delete this.undefStack[n][e];this.undefStack.length>0&&(this.undefStack[this.undefStack.length-1][e]=t)}else{var i=this.undefStack[this.undefStack.length-1];i&&!i.hasOwnProperty(e)&&(i[e]=this.current[e])}this.current[e]=t},e}(),zi={},Oi=zi;function Ii(e,t){zi[e]=t}Ii("\\noexpand",(function(e){var t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}})),Ii("\\expandafter",(function(e){var t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}})),Ii("\\@firstoftwo",(function(e){var t=e.consumeArgs(2);return{tokens:t[0],numArgs:0}})),Ii("\\@secondoftwo",(function(e){var t=e.consumeArgs(2);return{tokens:t[1],numArgs:0}})),Ii("\\@ifnextchar",(function(e){var t=e.consumeArgs(3);e.consumeSpaces();var r=e.future();return 1===t[0].length&&t[0][0].text===r.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}})),Ii("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),Ii("\\TextOrMath",(function(e){var t=e.consumeArgs(2);return"text"===e.mode?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}}));var Ni={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};Ii("\\char",(function(e){var t,r=e.popToken(),n="";if("'"===r.text)t=8,r=e.popToken();else if('"'===r.text)t=16,r=e.popToken();else if("`"===r.text)if(r=e.popToken(),"\\"===r.text[0])n=r.text.charCodeAt(1);else{if("EOF"===r.text)throw new a("\\char` missing argument");n=r.text.charCodeAt(0)}else t=10;if(t){if(n=Ni[r.text],null==n||n>=t)throw new a("Invalid base-"+t+" digit "+r.text);var i;while(null!=(i=Ni[e.future().text])&&i<t)n*=t,n+=i,e.popToken()}return"\\@char{"+n+"}"}));var Ei=function(e,t,r){var n=e.consumeArgs(1)[0];if(1!==n.length)throw new a("\\newcommand's first argument must be a macro name");var i=n[0].text,o=e.isDefined(i);if(o&&!t)throw new a("\\newcommand{"+i+"} attempting to redefine "+i+"; use \\renewcommand");if(!o&&!r)throw new a("\\renewcommand{"+i+"} when command "+i+" does not yet exist; use \\newcommand");var s=0;if(n=e.consumeArgs(1)[0],1===n.length&&"["===n[0].text){var l="",c=e.expandNextToken();while("]"!==c.text&&"EOF"!==c.text)l+=c.text,c=e.expandNextToken();if(!l.match(/^\s*[0-9]+\s*$/))throw new a("Invalid number of arguments: "+l);s=parseInt(l),n=e.consumeArgs(1)[0]}return e.macros.set(i,{tokens:n,numArgs:s}),""};Ii("\\newcommand",(function(e){return Ei(e,!1,!0)})),Ii("\\renewcommand",(function(e){return Ei(e,!0,!1)})),Ii("\\providecommand",(function(e){return Ei(e,!0,!0)})),Ii("\\message",(function(e){var t=e.consumeArgs(1)[0];return console.log(t.reverse().map((function(e){return e.text})).join("")),""})),Ii("\\errmessage",(function(e){var t=e.consumeArgs(1)[0];return console.error(t.reverse().map((function(e){return e.text})).join("")),""})),Ii("\\show",(function(e){var t=e.popToken(),r=t.text;return console.log(t,e.macros.get(r),yi[r],we.math[r],we.text[r]),""})),Ii("\\bgroup","{"),Ii("\\egroup","}"),Ii("\\lq","`"),Ii("\\rq","'"),Ii("\\aa","\\r a"),Ii("\\AA","\\r A"),Ii("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`©}"),Ii("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),Ii("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`®}"),Ii("ℬ","\\mathscr{B}"),Ii("ℰ","\\mathscr{E}"),Ii("ℱ","\\mathscr{F}"),Ii("ℋ","\\mathscr{H}"),Ii("ℐ","\\mathscr{I}"),Ii("ℒ","\\mathscr{L}"),Ii("ℳ","\\mathscr{M}"),Ii("ℛ","\\mathscr{R}"),Ii("ℭ","\\mathfrak{C}"),Ii("ℌ","\\mathfrak{H}"),Ii("ℨ","\\mathfrak{Z}"),Ii("\\Bbbk","\\Bbb{k}"),Ii("·","\\cdotp"),Ii("\\llap","\\mathllap{\\textrm{#1}}"),Ii("\\rlap","\\mathrlap{\\textrm{#1}}"),Ii("\\clap","\\mathclap{\\textrm{#1}}"),Ii("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),Ii("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`≠}}"),Ii("\\ne","\\neq"),Ii("≠","\\neq"),Ii("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`∉}}"),Ii("∉","\\notin"),Ii("≘","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`≘}}"),Ii("≙","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`≘}}"),Ii("≚","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`≚}}"),Ii("≛","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`≛}}"),Ii("≝","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`≝}}"),Ii("≞","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`≞}}"),Ii("≟","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`≟}}"),Ii("⟂","\\perp"),Ii("‼","\\mathclose{!\\mkern-0.8mu!}"),Ii("∌","\\notni"),Ii("⌜","\\ulcorner"),Ii("⌝","\\urcorner"),Ii("⌞","\\llcorner"),Ii("⌟","\\lrcorner"),Ii("©","\\copyright"),Ii("®","\\textregistered"),Ii("️","\\textregistered"),Ii("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),Ii("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),Ii("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),Ii("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),Ii("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),Ii("⋮","\\vdots"),Ii("\\varGamma","\\mathit{\\Gamma}"),Ii("\\varDelta","\\mathit{\\Delta}"),Ii("\\varTheta","\\mathit{\\Theta}"),Ii("\\varLambda","\\mathit{\\Lambda}"),Ii("\\varXi","\\mathit{\\Xi}"),Ii("\\varPi","\\mathit{\\Pi}"),Ii("\\varSigma","\\mathit{\\Sigma}"),Ii("\\varUpsilon","\\mathit{\\Upsilon}"),Ii("\\varPhi","\\mathit{\\Phi}"),Ii("\\varPsi","\\mathit{\\Psi}"),Ii("\\varOmega","\\mathit{\\Omega}"),Ii("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),Ii("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu"),Ii("\\boxed","\\fbox{$\\displaystyle{#1}$}"),Ii("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),Ii("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),Ii("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");var Bi={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};Ii("\\dots",(function(e){var t="\\dotso",r=e.expandAfterFuture().text;return r in Bi?t=Bi[r]:("\\not"===r.substr(0,4)||r in we.math&&y.contains(["bin","rel"],we.math[r].group))&&(t="\\dotsb"),t}));var Pi={")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0};Ii("\\dotso",(function(e){var t=e.future().text;return t in Pi?"\\ldots\\,":"\\ldots"})),Ii("\\dotsc",(function(e){var t=e.future().text;return t in Pi&&","!==t?"\\ldots\\,":"\\ldots"})),Ii("\\cdots",(function(e){var t=e.future().text;return t in Pi?"\\@cdots\\,":"\\@cdots"})),Ii("\\dotsb","\\cdots"),Ii("\\dotsm","\\cdots"),Ii("\\dotsi","\\!\\cdots"),Ii("\\dotsx","\\ldots\\,"),Ii("\\DOTSI","\\relax"),Ii("\\DOTSB","\\relax"),Ii("\\DOTSX","\\relax"),Ii("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),Ii("\\,","\\tmspace+{3mu}{.1667em}"),Ii("\\thinspace","\\,"),Ii("\\>","\\mskip{4mu}"),Ii("\\:","\\tmspace+{4mu}{.2222em}"),Ii("\\medspace","\\:"),Ii("\\;","\\tmspace+{5mu}{.2777em}"),Ii("\\thickspace","\\;"),Ii("\\!","\\tmspace-{3mu}{.1667em}"),Ii("\\negthinspace","\\!"),Ii("\\negmedspace","\\tmspace-{4mu}{.2222em}"),Ii("\\negthickspace","\\tmspace-{5mu}{.277em}"),Ii("\\enspace","\\kern.5em "),Ii("\\enskip","\\hskip.5em\\relax"),Ii("\\quad","\\hskip1em\\relax"),Ii("\\qquad","\\hskip2em\\relax"),Ii("\\tag","\\@ifstar\\tag@literal\\tag@paren"),Ii("\\tag@paren","\\tag@literal{({#1})}"),Ii("\\tag@literal",(function(e){if(e.macros.get("\\df@tag"))throw new a("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"})),Ii("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),Ii("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),Ii("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),Ii("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),Ii("\\pmb","\\html@mathml{\\@binrel{#1}{\\mathrlap{#1}\\kern0.5px#1}}{\\mathbf{#1}}"),Ii("\\\\","\\newline"),Ii("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");var Ri=he["Main-Regular"]["T".charCodeAt(0)][1]-.7*he["Main-Regular"]["A".charCodeAt(0)][1]+"em";Ii("\\LaTeX","\\textrm{\\html@mathml{L\\kern-.36em\\raisebox{"+Ri+"}{\\scriptstyle A}\\kern-.15em\\TeX}{LaTeX}}"),Ii("\\KaTeX","\\textrm{\\html@mathml{K\\kern-.17em\\raisebox{"+Ri+"}{\\scriptstyle A}\\kern-.15em\\TeX}{KaTeX}}"),Ii("\\hspace","\\@ifstar\\@hspacer\\@hspace"),Ii("\\@hspace","\\hskip #1\\relax"),Ii("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),Ii("\\ordinarycolon",":"),Ii("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),Ii("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),Ii("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),Ii("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),Ii("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),Ii("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),Ii("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),Ii("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),Ii("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),Ii("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),Ii("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),Ii("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),Ii("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),Ii("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),Ii("∷","\\dblcolon"),Ii("∹","\\eqcolon"),Ii("≔","\\coloneqq"),Ii("≕","\\eqqcolon"),Ii("⩴","\\Coloneqq"),Ii("\\ratio","\\vcentcolon"),Ii("\\coloncolon","\\dblcolon"),Ii("\\colonequals","\\coloneqq"),Ii("\\coloncolonequals","\\Coloneqq"),Ii("\\equalscolon","\\eqqcolon"),Ii("\\equalscoloncolon","\\Eqqcolon"),Ii("\\colonminus","\\coloneq"),Ii("\\coloncolonminus","\\Coloneq"),Ii("\\minuscolon","\\eqcolon"),Ii("\\minuscoloncolon","\\Eqcolon"),Ii("\\coloncolonapprox","\\Colonapprox"),Ii("\\coloncolonsim","\\Colonsim"),Ii("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),Ii("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),Ii("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),Ii("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),Ii("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`∌}}"),Ii("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),Ii("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),Ii("\\gvertneqq","\\html@mathml{\\@gvertneqq}{≩}"),Ii("\\lvertneqq","\\html@mathml{\\@lvertneqq}{≨}"),Ii("\\ngeqq","\\html@mathml{\\@ngeqq}{≱}"),Ii("\\ngeqslant","\\html@mathml{\\@ngeqslant}{≱}"),Ii("\\nleqq","\\html@mathml{\\@nleqq}{≰}"),Ii("\\nleqslant","\\html@mathml{\\@nleqslant}{≰}"),Ii("\\nshortmid","\\html@mathml{\\@nshortmid}{∤}"),Ii("\\nshortparallel","\\html@mathml{\\@nshortparallel}{∦}"),Ii("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{⊈}"),Ii("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{⊉}"),Ii("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{⊊}"),Ii("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{⫋}"),Ii("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{⊋}"),Ii("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{⫌}"),Ii("\\imath","\\html@mathml{\\@imath}{ı}"),Ii("\\jmath","\\html@mathml{\\@jmath}{ȷ}"),Ii("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`⟦}}"),Ii("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`⟧}}"),Ii("⟦","\\llbracket"),Ii("⟧","\\rrbracket"),Ii("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`⦃}}"),Ii("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`⦄}}"),Ii("⦃","\\lBrace"),Ii("⦄","\\rBrace"),Ii("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`⦵}}"),Ii("⦵","\\minuso"),Ii("\\darr","\\downarrow"),Ii("\\dArr","\\Downarrow"),Ii("\\Darr","\\Downarrow"),Ii("\\lang","\\langle"),Ii("\\rang","\\rangle"),Ii("\\uarr","\\uparrow"),Ii("\\uArr","\\Uparrow"),Ii("\\Uarr","\\Uparrow"),Ii("\\N","\\mathbb{N}"),Ii("\\R","\\mathbb{R}"),Ii("\\Z","\\mathbb{Z}"),Ii("\\alef","\\aleph"),Ii("\\alefsym","\\aleph"),Ii("\\Alpha","\\mathrm{A}"),Ii("\\Beta","\\mathrm{B}"),Ii("\\bull","\\bullet"),Ii("\\Chi","\\mathrm{X}"),Ii("\\clubs","\\clubsuit"),Ii("\\cnums","\\mathbb{C}"),Ii("\\Complex","\\mathbb{C}"),Ii("\\Dagger","\\ddagger"),Ii("\\diamonds","\\diamondsuit"),Ii("\\empty","\\emptyset"),Ii("\\Epsilon","\\mathrm{E}"),Ii("\\Eta","\\mathrm{H}"),Ii("\\exist","\\exists"),Ii("\\harr","\\leftrightarrow"),Ii("\\hArr","\\Leftrightarrow"),Ii("\\Harr","\\Leftrightarrow"),Ii("\\hearts","\\heartsuit"),Ii("\\image","\\Im"),Ii("\\infin","\\infty"),Ii("\\Iota","\\mathrm{I}"),Ii("\\isin","\\in"),Ii("\\Kappa","\\mathrm{K}"),Ii("\\larr","\\leftarrow"),Ii("\\lArr","\\Leftarrow"),Ii("\\Larr","\\Leftarrow"),Ii("\\lrarr","\\leftrightarrow"),Ii("\\lrArr","\\Leftrightarrow"),Ii("\\Lrarr","\\Leftrightarrow"),Ii("\\Mu","\\mathrm{M}"),Ii("\\natnums","\\mathbb{N}"),Ii("\\Nu","\\mathrm{N}"),Ii("\\Omicron","\\mathrm{O}"),Ii("\\plusmn","\\pm"),Ii("\\rarr","\\rightarrow"),Ii("\\rArr","\\Rightarrow"),Ii("\\Rarr","\\Rightarrow"),Ii("\\real","\\Re"),Ii("\\reals","\\mathbb{R}"),Ii("\\Reals","\\mathbb{R}"),Ii("\\Rho","\\mathrm{P}"),Ii("\\sdot","\\cdot"),Ii("\\sect","\\S"),Ii("\\spades","\\spadesuit"),Ii("\\sub","\\subset"),Ii("\\sube","\\subseteq"),Ii("\\supe","\\supseteq"),Ii("\\Tau","\\mathrm{T}"),Ii("\\thetasym","\\vartheta"),Ii("\\weierp","\\wp"),Ii("\\Zeta","\\mathrm{Z}"),Ii("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),Ii("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),Ii("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),Ii("\\bra","\\mathinner{\\langle{#1}|}"),Ii("\\ket","\\mathinner{|{#1}\\rangle}"),Ii("\\braket","\\mathinner{\\langle{#1}\\rangle}"),Ii("\\Bra","\\left\\langle#1\\right|"),Ii("\\Ket","\\left|#1\\right\\rangle"),Ii("\\blue","\\textcolor{##6495ed}{#1}"),Ii("\\orange","\\textcolor{##ffa500}{#1}"),Ii("\\pink","\\textcolor{##ff00af}{#1}"),Ii("\\red","\\textcolor{##df0030}{#1}"),Ii("\\green","\\textcolor{##28ae7b}{#1}"),Ii("\\gray","\\textcolor{gray}{#1}"),Ii("\\purple","\\textcolor{##9d38bd}{#1}"),Ii("\\blueA","\\textcolor{##ccfaff}{#1}"),Ii("\\blueB","\\textcolor{##80f6ff}{#1}"),Ii("\\blueC","\\textcolor{##63d9ea}{#1}"),Ii("\\blueD","\\textcolor{##11accd}{#1}"),Ii("\\blueE","\\textcolor{##0c7f99}{#1}"),Ii("\\tealA","\\textcolor{##94fff5}{#1}"),Ii("\\tealB","\\textcolor{##26edd5}{#1}"),Ii("\\tealC","\\textcolor{##01d1c1}{#1}"),Ii("\\tealD","\\textcolor{##01a995}{#1}"),Ii("\\tealE","\\textcolor{##208170}{#1}"),Ii("\\greenA","\\textcolor{##b6ffb0}{#1}"),Ii("\\greenB","\\textcolor{##8af281}{#1}"),Ii("\\greenC","\\textcolor{##74cf70}{#1}"),Ii("\\greenD","\\textcolor{##1fab54}{#1}"),Ii("\\greenE","\\textcolor{##0d923f}{#1}"),Ii("\\goldA","\\textcolor{##ffd0a9}{#1}"),Ii("\\goldB","\\textcolor{##ffbb71}{#1}"),Ii("\\goldC","\\textcolor{##ff9c39}{#1}"),Ii("\\goldD","\\textcolor{##e07d10}{#1}"),Ii("\\goldE","\\textcolor{##a75a05}{#1}"),Ii("\\redA","\\textcolor{##fca9a9}{#1}"),Ii("\\redB","\\textcolor{##ff8482}{#1}"),Ii("\\redC","\\textcolor{##f9685d}{#1}"),Ii("\\redD","\\textcolor{##e84d39}{#1}"),Ii("\\redE","\\textcolor{##bc2612}{#1}"),Ii("\\maroonA","\\textcolor{##ffbde0}{#1}"),Ii("\\maroonB","\\textcolor{##ff92c6}{#1}"),Ii("\\maroonC","\\textcolor{##ed5fa6}{#1}"),Ii("\\maroonD","\\textcolor{##ca337c}{#1}"),Ii("\\maroonE","\\textcolor{##9e034e}{#1}"),Ii("\\purpleA","\\textcolor{##ddd7ff}{#1}"),Ii("\\purpleB","\\textcolor{##c6b9fc}{#1}"),Ii("\\purpleC","\\textcolor{##aa87ff}{#1}"),Ii("\\purpleD","\\textcolor{##7854ab}{#1}"),Ii("\\purpleE","\\textcolor{##543b78}{#1}"),Ii("\\mintA","\\textcolor{##f5f9e8}{#1}"),Ii("\\mintB","\\textcolor{##edf2df}{#1}"),Ii("\\mintC","\\textcolor{##e0e5cc}{#1}"),Ii("\\grayA","\\textcolor{##f6f7f7}{#1}"),Ii("\\grayB","\\textcolor{##f0f1f2}{#1}"),Ii("\\grayC","\\textcolor{##e3e5e6}{#1}"),Ii("\\grayD","\\textcolor{##d6d8da}{#1}"),Ii("\\grayE","\\textcolor{##babec2}{#1}"),Ii("\\grayF","\\textcolor{##888d93}{#1}"),Ii("\\grayG","\\textcolor{##626569}{#1}"),Ii("\\grayH","\\textcolor{##3b3e40}{#1}"),Ii("\\grayI","\\textcolor{##21242c}{#1}"),Ii("\\kaBlue","\\textcolor{##314453}{#1}"),Ii("\\kaGreen","\\textcolor{##71B307}{#1}");var $i={"\\relax":!0,"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0},qi=function(){function e(e,t,r){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=t,this.expansionCount=0,this.feed(e),this.macros=new Ti(Oi,t.macros),this.mode=r,this.stack=[]}var t=e.prototype;return t.feed=function(e){this.lexer=new Ci(e,this.settings)},t.switchMode=function(e){this.mode=e},t.beginGroup=function(){this.macros.beginGroup()},t.endGroup=function(){this.macros.endGroup()},t.future=function(){return 0===this.stack.length&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]},t.popToken=function(){return this.future(),this.stack.pop()},t.pushToken=function(e){this.stack.push(e)},t.pushTokens=function(e){var t;(t=this.stack).push.apply(t,e)},t.consumeSpaces=function(){for(;;){var e=this.future();if(" "!==e.text)break;this.stack.pop()}},t.consumeArgs=function(e){for(var t=[],r=0;r<e;++r){this.consumeSpaces();var n=this.popToken();if("{"===n.text){var i=[],o=1;while(0!==o){var s=this.popToken();if(i.push(s),"{"===s.text)++o;else if("}"===s.text)--o;else if("EOF"===s.text)throw new a("End of input in macro argument",n)}i.pop(),i.reverse(),t[r]=i}else{if("EOF"===n.text)throw new a("End of input expecting macro argument");t[r]=[n]}}return t},t.expandOnce=function(e){var t=this.popToken(),r=t.text,n=t.noexpand?null:this._getExpansion(r);if(null==n||e&&n.unexpandable){if(e&&null==n&&"\\"===r[0]&&!this.isDefined(r))throw new a("Undefined control sequence: "+r);return this.pushToken(t),t}if(this.expansionCount++,this.expansionCount>this.settings.maxExpand)throw new a("Too many expansions: infinite loop or need to increase maxExpand setting");var i=n.tokens;if(n.numArgs){var o=this.consumeArgs(n.numArgs);i=i.slice();for(var s=i.length-1;s>=0;--s){var l=i[s];if("#"===l.text){if(0===s)throw new a("Incomplete placeholder at end of macro body",l);if(l=i[--s],"#"===l.text)i.splice(s+1,1);else{if(!/^[1-9]$/.test(l.text))throw new a("Not a valid argument number",l);var c;(c=i).splice.apply(c,[s,2].concat(o[+l.text-1]))}}}}return this.pushTokens(i),i},t.expandAfterFuture=function(){return this.expandOnce(),this.future()},t.expandNextToken=function(){for(;;){var e=this.expandOnce();if(e instanceof i){if("\\relax"!==e.text&&!e.treatAsRelax)return this.stack.pop();this.stack.pop()}}throw new Error},t.expandMacro=function(e){return this.macros.has(e)?this.expandTokens([new i(e)]):void 0},t.expandTokens=function(e){var t=[],r=this.stack.length;this.pushTokens(e);while(this.stack.length>r){var n=this.expandOnce(!0);n instanceof i&&(n.treatAsRelax&&(n.noexpand=!1,n.treatAsRelax=!1),t.push(this.stack.pop()))}return t},t.expandMacroAsText=function(e){var t=this.expandMacro(e);return t?t.map((function(e){return e.text})).join(""):t},t._getExpansion=function(e){var t=this.macros.get(e);if(null==t)return t;var r="function"===typeof t?t(this):t;if("string"===typeof r){var n=0;if(-1!==r.indexOf("#")){var i=r.replace(/##/g,"");while(-1!==i.indexOf("#"+(n+1)))++n}var o=new Ci(r,this.settings),a=[],s=o.lex();while("EOF"!==s.text)a.push(s),s=o.lex();a.reverse();var l={tokens:a,numArgs:n};return l}return r},t.isDefined=function(e){return this.macros.has(e)||yi.hasOwnProperty(e)||we.math.hasOwnProperty(e)||we.text.hasOwnProperty(e)||$i.hasOwnProperty(e)},t.isExpandable=function(e){var t=this.macros.get(e);return null!=t?"string"===typeof t||"function"===typeof t||!t.unexpandable:yi.hasOwnProperty(e)},e}(),Di={"́":{text:"\\'",math:"\\acute"},"̀":{text:"\\`",math:"\\grave"},"̈":{text:'\\"',math:"\\ddot"},"̃":{text:"\\~",math:"\\tilde"},"̄":{text:"\\=",math:"\\bar"},"̆":{text:"\\u",math:"\\breve"},"̌":{text:"\\v",math:"\\check"},"̂":{text:"\\^",math:"\\hat"},"̇":{text:"\\.",math:"\\dot"},"̊":{text:"\\r",math:"\\mathring"},"̋":{text:"\\H"}},Li={"á":"á","à":"à","ä":"ä","ǟ":"ǟ","ã":"ã","ā":"ā","ă":"ă","ắ":"ắ","ằ":"ằ","ẵ":"ẵ","ǎ":"ǎ","â":"â","ấ":"ấ","ầ":"ầ","ẫ":"ẫ","ȧ":"ȧ","ǡ":"ǡ","å":"å","ǻ":"ǻ","ḃ":"ḃ","ć":"ć","č":"č","ĉ":"ĉ","ċ":"ċ","ď":"ď","ḋ":"ḋ","é":"é","è":"è","ë":"ë","ẽ":"ẽ","ē":"ē","ḗ":"ḗ","ḕ":"ḕ","ĕ":"ĕ","ě":"ě","ê":"ê","ế":"ế","ề":"ề","ễ":"ễ","ė":"ė","ḟ":"ḟ","ǵ":"ǵ","ḡ":"ḡ","ğ":"ğ","ǧ":"ǧ","ĝ":"ĝ","ġ":"ġ","ḧ":"ḧ","ȟ":"ȟ","ĥ":"ĥ","ḣ":"ḣ","í":"í","ì":"ì","ï":"ï","ḯ":"ḯ","ĩ":"ĩ","ī":"ī","ĭ":"ĭ","ǐ":"ǐ","î":"î","ǰ":"ǰ","ĵ":"ĵ","ḱ":"ḱ","ǩ":"ǩ","ĺ":"ĺ","ľ":"ľ","ḿ":"ḿ","ṁ":"ṁ","ń":"ń","ǹ":"ǹ","ñ":"ñ","ň":"ň","ṅ":"ṅ","ó":"ó","ò":"ò","ö":"ö","ȫ":"ȫ","õ":"õ","ṍ":"ṍ","ṏ":"ṏ","ȭ":"ȭ","ō":"ō","ṓ":"ṓ","ṑ":"ṑ","ŏ":"ŏ","ǒ":"ǒ","ô":"ô","ố":"ố","ồ":"ồ","ỗ":"ỗ","ȯ":"ȯ","ȱ":"ȱ","ő":"ő","ṕ":"ṕ","ṗ":"ṗ","ŕ":"ŕ","ř":"ř","ṙ":"ṙ","ś":"ś","ṥ":"ṥ","š":"š","ṧ":"ṧ","ŝ":"ŝ","ṡ":"ṡ","ẗ":"ẗ","ť":"ť","ṫ":"ṫ","ú":"ú","ù":"ù","ü":"ü","ǘ":"ǘ","ǜ":"ǜ","ǖ":"ǖ","ǚ":"ǚ","ũ":"ũ","ṹ":"ṹ","ū":"ū","ṻ":"ṻ","ŭ":"ŭ","ǔ":"ǔ","û":"û","ů":"ů","ű":"ű","ṽ":"ṽ","ẃ":"ẃ","ẁ":"ẁ","ẅ":"ẅ","ŵ":"ŵ","ẇ":"ẇ","ẘ":"ẘ","ẍ":"ẍ","ẋ":"ẋ","ý":"ý","ỳ":"ỳ","ÿ":"ÿ","ỹ":"ỹ","ȳ":"ȳ","ŷ":"ŷ","ẏ":"ẏ","ẙ":"ẙ","ź":"ź","ž":"ž","ẑ":"ẑ","ż":"ż","Á":"Á","À":"À","Ä":"Ä","Ǟ":"Ǟ","Ã":"Ã","Ā":"Ā","Ă":"Ă","Ắ":"Ắ","Ằ":"Ằ","Ẵ":"Ẵ","Ǎ":"Ǎ","Â":"Â","Ấ":"Ấ","Ầ":"Ầ","Ẫ":"Ẫ","Ȧ":"Ȧ","Ǡ":"Ǡ","Å":"Å","Ǻ":"Ǻ","Ḃ":"Ḃ","Ć":"Ć","Č":"Č","Ĉ":"Ĉ","Ċ":"Ċ","Ď":"Ď","Ḋ":"Ḋ","É":"É","È":"È","Ë":"Ë","Ẽ":"Ẽ","Ē":"Ē","Ḗ":"Ḗ","Ḕ":"Ḕ","Ĕ":"Ĕ","Ě":"Ě","Ê":"Ê","Ế":"Ế","Ề":"Ề","Ễ":"Ễ","Ė":"Ė","Ḟ":"Ḟ","Ǵ":"Ǵ","Ḡ":"Ḡ","Ğ":"Ğ","Ǧ":"Ǧ","Ĝ":"Ĝ","Ġ":"Ġ","Ḧ":"Ḧ","Ȟ":"Ȟ","Ĥ":"Ĥ","Ḣ":"Ḣ","Í":"Í","Ì":"Ì","Ï":"Ï","Ḯ":"Ḯ","Ĩ":"Ĩ","Ī":"Ī","Ĭ":"Ĭ","Ǐ":"Ǐ","Î":"Î","İ":"İ","Ĵ":"Ĵ","Ḱ":"Ḱ","Ǩ":"Ǩ","Ĺ":"Ĺ","Ľ":"Ľ","Ḿ":"Ḿ","Ṁ":"Ṁ","Ń":"Ń","Ǹ":"Ǹ","Ñ":"Ñ","Ň":"Ň","Ṅ":"Ṅ","Ó":"Ó","Ò":"Ò","Ö":"Ö","Ȫ":"Ȫ","Õ":"Õ","Ṍ":"Ṍ","Ṏ":"Ṏ","Ȭ":"Ȭ","Ō":"Ō","Ṓ":"Ṓ","Ṑ":"Ṑ","Ŏ":"Ŏ","Ǒ":"Ǒ","Ô":"Ô","Ố":"Ố","Ồ":"Ồ","Ỗ":"Ỗ","Ȯ":"Ȯ","Ȱ":"Ȱ","Ő":"Ő","Ṕ":"Ṕ","Ṗ":"Ṗ","Ŕ":"Ŕ","Ř":"Ř","Ṙ":"Ṙ","Ś":"Ś","Ṥ":"Ṥ","Š":"Š","Ṧ":"Ṧ","Ŝ":"Ŝ","Ṡ":"Ṡ","Ť":"Ť","Ṫ":"Ṫ","Ú":"Ú","Ù":"Ù","Ü":"Ü","Ǘ":"Ǘ","Ǜ":"Ǜ","Ǖ":"Ǖ","Ǚ":"Ǚ","Ũ":"Ũ","Ṹ":"Ṹ","Ū":"Ū","Ṻ":"Ṻ","Ŭ":"Ŭ","Ǔ":"Ǔ","Û":"Û","Ů":"Ů","Ű":"Ű","Ṽ":"Ṽ","Ẃ":"Ẃ","Ẁ":"Ẁ","Ẅ":"Ẅ","Ŵ":"Ŵ","Ẇ":"Ẇ","Ẍ":"Ẍ","Ẋ":"Ẋ","Ý":"Ý","Ỳ":"Ỳ","Ÿ":"Ÿ","Ỹ":"Ỹ","Ȳ":"Ȳ","Ŷ":"Ŷ","Ẏ":"Ẏ","Ź":"Ź","Ž":"Ž","Ẑ":"Ẑ","Ż":"Ż","ά":"ά","ὰ":"ὰ","ᾱ":"ᾱ","ᾰ":"ᾰ","έ":"έ","ὲ":"ὲ","ή":"ή","ὴ":"ὴ","ί":"ί","ὶ":"ὶ","ϊ":"ϊ","ΐ":"ΐ","ῒ":"ῒ","ῑ":"ῑ","ῐ":"ῐ","ό":"ό","ὸ":"ὸ","ύ":"ύ","ὺ":"ὺ","ϋ":"ϋ","ΰ":"ΰ","ῢ":"ῢ","ῡ":"ῡ","ῠ":"ῠ","ώ":"ώ","ὼ":"ὼ","Ύ":"Ύ","Ὺ":"Ὺ","Ϋ":"Ϋ","Ῡ":"Ῡ","Ῠ":"Ῠ","Ώ":"Ώ","Ὼ":"Ὼ"},ji=function(){function e(e,t){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new qi(e,t,this.mode),this.settings=t,this.leftrightDepth=0}var t=e.prototype;return t.expect=function(e,t){if(void 0===t&&(t=!0),this.fetch().text!==e)throw new a("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());t&&this.consume()},t.consume=function(){this.nextToken=null},t.fetch=function(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken},t.switchMode=function(e){this.mode=e,this.gullet.switchMode(e)},t.parse=function(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");var e=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),e},t.parseExpression=function(t,r){var n=[];while(1){"math"===this.mode&&this.consumeSpaces();var i=this.fetch();if(-1!==e.endOfExpression.indexOf(i.text))break;if(r&&i.text===r)break;if(t&&yi[i.text]&&yi[i.text].infix)break;var o=this.parseAtom(r);if(!o)break;"internal"!==o.type&&n.push(o)}return"text"===this.mode&&this.formLigatures(n),this.handleInfixNodes(n)},t.handleInfixNodes=function(e){for(var t,r=-1,n=0;n<e.length;n++)if("infix"===e[n].type){if(-1!==r)throw new a("only one infix operator per group",e[n].token);r=n,t=e[n].replaceWith}if(-1!==r&&t){var i,o,s,l=e.slice(0,r),c=e.slice(r+1);return i=1===l.length&&"ordgroup"===l[0].type?l[0]:{type:"ordgroup",mode:this.mode,body:l},o=1===c.length&&"ordgroup"===c[0].type?c[0]:{type:"ordgroup",mode:this.mode,body:c},s="\\\\abovefrac"===t?this.callFunction(t,[i,e[r],o],[]):this.callFunction(t,[i,o],[]),[s]}return e},t.handleSupSubscript=function(t){var r=this.fetch(),n=r.text;this.consume();var i=this.parseGroup(t,!1,e.SUPSUB_GREEDINESS,void 0,void 0,!0);if(!i)throw new a("Expected group after '"+n+"'",r);return i},t.formatUnsupportedCmd=function(e){for(var t=[],r=0;r<e.length;r++)t.push({type:"textord",mode:"text",text:e[r]});var n={type:"text",mode:this.mode,body:t},i={type:"color",mode:this.mode,color:this.settings.errorColor,body:[n]};return i},t.parseAtom=function(e){var t,r,n=this.parseGroup("atom",!1,null,e);if("text"===this.mode)return n;while(1){this.consumeSpaces();var i=this.fetch();if("\\limits"===i.text||"\\nolimits"===i.text){if(n&&"op"===n.type){var o="\\limits"===i.text;n.limits=o,n.alwaysHandleSupSub=!0}else{if(!n||"operatorname"!==n.type||!n.alwaysHandleSupSub)throw new a("Limit controls must follow a math operator",i);var s="\\limits"===i.text;n.limits=s}this.consume()}else if("^"===i.text){if(t)throw new a("Double superscript",i);t=this.handleSupSubscript("superscript")}else if("_"===i.text){if(r)throw new a("Double subscript",i);r=this.handleSupSubscript("subscript")}else{if("'"!==i.text)break;if(t)throw new a("Double superscript",i);var l={type:"textord",mode:this.mode,text:"\\prime"},c=[l];this.consume();while("'"===this.fetch().text)c.push(l),this.consume();"^"===this.fetch().text&&c.push(this.handleSupSubscript("superscript")),t={type:"ordgroup",mode:this.mode,body:c}}}return t||r?{type:"supsub",mode:this.mode,base:n,sup:t,sub:r}:n},t.parseFunction=function(e,t,r){var n=this.fetch(),i=n.text,o=yi[i];if(!o)return null;if(this.consume(),null!=r&&o.greediness<=r)throw new a("Got function '"+i+"' with no arguments"+(t?" as "+t:""),n);if("text"===this.mode&&!o.allowedInText)throw new a("Can't use function '"+i+"' in text mode",n);if("math"===this.mode&&!1===o.allowedInMath)throw new a("Can't use function '"+i+"' in math mode",n);var s=this.parseArguments(i,o),l=s.args,c=s.optArgs;return this.callFunction(i,l,c,n,e)},t.callFunction=function(e,t,r,n,i){var o={funcName:e,parser:this,token:n,breakOnTokenText:i},s=yi[e];if(s&&s.handler)return s.handler(o,t,r);throw new a("No function handler for "+e)},t.parseArguments=function(e,t){var r=t.numArgs+t.numOptionalArgs;if(0===r)return{args:[],optArgs:[]};for(var n=t.greediness,i=[],o=[],s=0;s<r;s++){var l=t.argTypes&&t.argTypes[s],c=s<t.numOptionalArgs,u=s>0&&!c||0===s&&!c&&"math"===this.mode,h=this.parseGroupOfType("argument to '"+e+"'",l,c,n,u);if(!h){if(c){o.push(null);continue}throw new a("Expected group after '"+e+"'",this.fetch())}(c?o:i).push(h)}return{args:i,optArgs:o}},t.parseGroupOfType=function(e,t,r,n,i){switch(t){case"color":return i&&this.consumeSpaces(),this.parseColorGroup(r);case"size":return i&&this.consumeSpaces(),this.parseSizeGroup(r);case"url":return this.parseUrlGroup(r,i);case"math":case"text":return this.parseGroup(e,r,n,void 0,t,i);case"hbox":var o=this.parseGroup(e,r,n,void 0,"text",i);if(!o)return o;var s={type:"styling",mode:o.mode,body:[o],style:"text"};return s;case"raw":if(i&&this.consumeSpaces(),r&&"{"===this.fetch().text)return null;var l=this.parseStringGroup("raw",r,!0);if(l)return{type:"raw",mode:"text",string:l.text};throw new a("Expected raw group",this.fetch());case"original":case null:case void 0:return this.parseGroup(e,r,n,void 0,void 0,i);default:throw new a("Unknown group type as "+e,this.fetch())}},t.consumeSpaces=function(){while(" "===this.fetch().text)this.consume()},t.parseStringGroup=function(e,t,r){var n=t?"[":"{",i=t?"]":"}",o=this.fetch();if(o.text!==n){if(t)return null;if(r&&"EOF"!==o.text&&/[^{}[\]]/.test(o.text))return this.consume(),o}var s=this.mode;this.mode="text",this.expect(n);var l,c="",u=this.fetch(),h=0,p=u;while((l=this.fetch()).text!==i||r&&h>0){switch(l.text){case"EOF":throw new a("Unexpected end of input in "+e,u.range(p,c));case n:h++;break;case i:h--;break}p=l,c+=p.text,this.consume()}return this.expect(i),this.mode=s,u.range(p,c)},t.parseRegexGroup=function(e,t){var r=this.mode;this.mode="text";var n,i=this.fetch(),o=i,s="";while("EOF"!==(n=this.fetch()).text&&e.test(s+n.text))o=n,s+=o.text,this.consume();if(""===s)throw new a("Invalid "+t+": '"+i.text+"'",i);return this.mode=r,i.range(o,s)},t.parseColorGroup=function(e){var t=this.parseStringGroup("color",e);if(!t)return null;var r=/^(#[a-f0-9]{3}|#?[a-f0-9]{6}|[a-z]+)$/i.exec(t.text);if(!r)throw new a("Invalid color: '"+t.text+"'",t);var n=r[0];return/^[0-9a-f]{6}$/i.test(n)&&(n="#"+n),{type:"color-token",mode:this.mode,color:n}},t.parseSizeGroup=function(e){var t,r=!1;if(t=e||"{"===this.fetch().text?this.parseStringGroup("size",e):this.parseRegexGroup(/^[-+]? *(?:$|\d+|\d+\.\d*|\.\d*) *[a-z]{0,2} *$/,"size"),!t)return null;e||0!==t.text.length||(t.text="0pt",r=!0);var n=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(t.text);if(!n)throw new a("Invalid size: '"+t.text+"'",t);var i={number:+(n[1]+n[2]),unit:n[3]};if(!pt(i))throw new a("Invalid unit: '"+i.unit+"'",t);return{type:"size",mode:this.mode,value:i,isBlank:r}},t.parseUrlGroup=function(e,t){this.gullet.lexer.setCatcode("%",13);var r=this.parseStringGroup("url",e,!0);if(this.gullet.lexer.setCatcode("%",14),!r)return null;var n=r.text.replace(/\\([#$%&~_^{}])/g,"$1");return{type:"url",mode:this.mode,url:n}},t.parseGroup=function(t,r,i,o,s,l){var c=this.mode;s&&this.switchMode(s),l&&this.consumeSpaces();var u,h=this.fetch(),p=h.text;if(r?"["===p:"{"===p||"\\begingroup"===p){this.consume();var d=e.endOfGroup[p];this.gullet.beginGroup();var f=this.parseExpression(!1,d),m=this.fetch();this.expect(d),this.gullet.endGroup(),u={type:"ordgroup",mode:this.mode,loc:n.range(h,m),body:f,semisimple:"\\begingroup"===p||void 0}}else if(r)u=null;else if(u=this.parseFunction(o,t,i)||this.parseSymbol(),null==u&&"\\"===p[0]&&!$i.hasOwnProperty(p)){if(this.settings.throwOnError)throw new a("Undefined control sequence: "+p,h);u=this.formatUnsupportedCmd(p),this.consume()}return s&&this.switchMode(c),u},t.formLigatures=function(e){for(var t=e.length-1,r=0;r<t;++r){var i=e[r],o=i.text;"-"===o&&"-"===e[r+1].text&&(r+1<t&&"-"===e[r+2].text?(e.splice(r,3,{type:"textord",mode:"text",loc:n.range(i,e[r+2]),text:"---"}),t-=2):(e.splice(r,2,{type:"textord",mode:"text",loc:n.range(i,e[r+1]),text:"--"}),t-=1)),"'"!==o&&"`"!==o||e[r+1].text!==o||(e.splice(r,2,{type:"textord",mode:"text",loc:n.range(i,e[r+1]),text:o+o}),t-=1)}},t.parseSymbol=function(){var e=this.fetch(),t=e.text;if(/^\\verb[^a-zA-Z]/.test(t)){this.consume();var r=t.slice(5),i="*"===r.charAt(0);if(i&&(r=r.slice(1)),r.length<2||r.charAt(0)!==r.slice(-1))throw new a("\\verb assertion failed --\n please report what input caused this bug");return r=r.slice(1,-1),{type:"verb",mode:"text",body:r,star:i}}Li.hasOwnProperty(t[0])&&!we[this.mode][t[0]]&&(this.settings.strict&&"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Accented Unicode text character "'+t[0]+'" used in math mode',e),t=Li[t[0]]+t.substr(1));var o,s=Mi.exec(t);if(s&&(t=t.substring(0,s.index),"i"===t?t="ı":"j"===t&&(t="ȷ")),we[this.mode][t]){this.settings.strict&&"math"===this.mode&&Qe.indexOf(t)>=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+t[0]+'" used in math mode',e);var l,c=we[this.mode][t].group,u=n.range(e);if(ye.hasOwnProperty(c)){var h=c;l={type:"atom",mode:this.mode,family:h,loc:u,text:t}}else l={type:c,mode:this.mode,loc:u,text:t};o=l}else{if(!(t.charCodeAt(0)>=128))return null;this.settings.strict&&(L(t.charCodeAt(0))?"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+t[0]+'" used in math mode',e):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+t[0]+'" ('+t.charCodeAt(0)+")",e)),o={type:"textord",mode:"text",loc:n.range(e),text:t}}if(this.consume(),s)for(var p=0;p<s[0].length;p++){var d=s[0][p];if(!Di[d])throw new a("Unknown accent ' "+d+"'",e);var f=Di[d][this.mode];if(!f)throw new a("Accent "+d+" unsupported in "+this.mode+" mode",e);o={type:"accent",mode:this.mode,loc:n.range(e),label:f,isStretchy:!1,isShifty:!0,base:o}}return o},e}();ji.endOfExpression=["}","\\endgroup","\\end","\\right","&"],ji.endOfGroup={"[":"]","{":"}","\\begingroup":"\\endgroup"},ji.SUPSUB_GREEDINESS=1;var Fi=function(e,t){if(!("string"===typeof e||e instanceof String))throw new TypeError("KaTeX can only parse string typed expression");var r=new ji(e,t);delete r.gullet.macros.current["\\df@tag"];var n=r.parse();if(r.gullet.macros.get("\\df@tag")){if(!t.displayMode)throw new a("\\tag works only in display equations");r.gullet.feed("\\df@tag"),n=[{type:"tag",mode:"text",body:n,tag:r.parse()}]}return n},Hi=Fi,Vi=function(e,t,r){t.textContent="";var n=Xi(e,r).toNode();t.appendChild(n)};"undefined"!==typeof document&&"CSS1Compat"!==document.compatMode&&("undefined"!==typeof console&&console.warn("Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype."),Vi=function(){throw new a("KaTeX doesn't work in quirks mode.")});var Ui=function(e,t){var r=Xi(e,t).toMarkup();return r},Gi=function(e,t){var r=new b(t);return Hi(e,r)},Wi=function(e,t,r){if(r.throwOnError||!(e instanceof a))throw e;var n=Pt.makeSpan(["katex-error"],[new oe(t)]);return n.setAttribute("title",e.toString()),n.setAttribute("style","color:"+r.errorColor),n},Xi=function(e,t){var r=new b(t);try{var n=Hi(e,r);return wr(n,e,r)}catch(i){return Wi(i,e,r)}},Yi=function(e,t){var r=new b(t);try{var n=Hi(e,r);return kr(n,e,r)}catch(i){return Wi(i,e,r)}},Ki={version:"0.12.0",render:Vi,renderToString:Ui,ParseError:a,__parse:Gi,__renderToDomTree:Xi,__renderToHTMLTree:Yi,__setFontMetrics:fe,__defineSymbol:ke,__defineMacro:Ii,__domTree:{Span:te,Anchor:re,SymbolNode:oe,SvgNode:ae,PathNode:se,LineNode:le}};t["default"]=Ki}])["default"]}))},"3bbe":function(e,t,r){var n=r("861d");e.exports=function(e){if(!n(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},"3c4e":function(e,t,r){"use strict";var n=function(e){return i(e)&&!o(e)};function i(e){return!!e&&"object"===typeof e}function o(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||l(e)}var a="function"===typeof Symbol&&Symbol.for,s=a?Symbol.for("react.element"):60103;function l(e){return e.$$typeof===s}function c(e){return Array.isArray(e)?[]:{}}function u(e,t){return!1!==t.clone&&t.isMergeableObject(e)?y(c(e),e,t):e}function h(e,t,r){return e.concat(t).map((function(e){return u(e,r)}))}function p(e,t){if(!t.customMerge)return y;var r=t.customMerge(e);return"function"===typeof r?r:y}function d(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}function f(e){return Object.keys(e).concat(d(e))}function m(e,t){try{return t in e}catch(r){return!1}}function v(e,t){return m(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function g(e,t,r){var n={};return r.isMergeableObject(e)&&f(e).forEach((function(t){n[t]=u(e[t],r)})),f(t).forEach((function(i){v(e,i)||(m(e,i)&&r.isMergeableObject(t[i])?n[i]=p(i,r)(e[i],t[i],r):n[i]=u(t[i],r))})),n}function y(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||h,r.isMergeableObject=r.isMergeableObject||n,r.cloneUnlessOtherwiseSpecified=u;var i=Array.isArray(t),o=Array.isArray(e),a=i===o;return a?i?r.arrayMerge(e,t,r):g(e,t,r):u(t,r)}y.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,r){return y(e,r,t)}),{})};var b=y;e.exports=b},"3f8c":function(e,t){e.exports={}},"428f":function(e,t,r){var n=r("da84");e.exports=n},"44ad":function(e,t,r){var n=r("d039"),i=r("c6b6"),o="".split;e.exports=n((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?o.call(e,""):Object(e)}:Object},"44d2":function(e,t,r){var n=r("b622"),i=r("7c73"),o=r("9bf2"),a=n("unscopables"),s=Array.prototype;void 0==s[a]&&o.f(s,a,{configurable:!0,value:i(null)}),e.exports=function(e){s[a][e]=!0}},"44de":function(e,t,r){var n=r("da84");e.exports=function(e,t){var r=n.console;r&&r.error&&(1===arguments.length?r.error(e):r.error(e,t))}},4840:function(e,t,r){var n=r("825a"),i=r("1c0b"),o=r("b622"),a=o("species");e.exports=function(e,t){var r,o=n(e).constructor;return void 0===o||void 0==(r=n(o)[a])?t:i(r)}},4930:function(e,t,r){var n=r("d039");e.exports=!!Object.getOwnPropertySymbols&&!n((function(){return!String(Symbol())}))},"4b3c":function(e,t,r){},"4d64":function(e,t,r){var n=r("fc6a"),i=r("50c4"),o=r("23cb"),a=function(e){return function(t,r,a){var s,l=n(t),c=i(l.length),u=o(a,c);if(e&&r!=r){while(c>u)if(s=l[u++],s!=s)return!0}else for(;c>u;u++)if((e||u in l)&&l[u]===r)return e||u||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},"50c4":function(e,t,r){var n=r("a691"),i=Math.min;e.exports=function(e){return e>0?i(n(e),9007199254740991):0}},5135:function(e,t){var r={}.hasOwnProperty;e.exports=function(e,t){return r.call(e,t)}},5692:function(e,t,r){var n=r("c430"),i=r("c6cd");(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.5",mode:n?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},"56ef":function(e,t,r){var n=r("d066"),i=r("241c"),o=r("7418"),a=r("825a");e.exports=n("Reflect","ownKeys")||function(e){var t=i.f(a(e)),r=o.f;return r?t.concat(r(e)):t}},5899:function(e,t){e.exports="\t\n\v\f\r \u2028\u2029\ufeff"},"58a8":function(e,t,r){var n=r("1d80"),i=r("5899"),o="["+i+"]",a=RegExp("^"+o+o+"*"),s=RegExp(o+o+"*$"),l=function(e){return function(t){var r=String(n(t));return 1&e&&(r=r.replace(a,"")),2&e&&(r=r.replace(s,"")),r}};e.exports={start:l(1),end:l(2),trim:l(3)}},"5abe":function(e,t,r){},"5c6c":function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},"60da":function(e,t,r){"use strict";var n=r("83ab"),i=r("d039"),o=r("df75"),a=r("7418"),s=r("d1e7"),l=r("7b0b"),c=r("44ad"),u=Object.assign,h=Object.defineProperty;e.exports=!u||i((function(){if(n&&1!==u({b:1},u(h({},"a",{enumerable:!0,get:function(){h(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol(),i="abcdefghijklmnopqrst";return e[r]=7,i.split("").forEach((function(e){t[e]=e})),7!=u({},e)[r]||o(u({},t)).join("")!=i}))?function(e,t){var r=l(e),i=arguments.length,u=1,h=a.f,p=s.f;while(i>u){var d,f=c(arguments[u++]),m=h?o(f).concat(h(f)):o(f),v=m.length,g=0;while(v>g)d=m[g++],n&&!p.call(f,d)||(r[d]=f[d])}return r}:u},"65f0":function(e,t,r){var n=r("861d"),i=r("e8b5"),o=r("b622"),a=o("species");e.exports=function(e,t){var r;return i(e)&&(r=e.constructor,"function"!=typeof r||r!==Array&&!i(r.prototype)?n(r)&&(r=r[a],null===r&&(r=void 0)):r=void 0),new(void 0===r?Array:r)(0===t?0:t)}},"69f3":function(e,t,r){var n,i,o,a=r("7f9a"),s=r("da84"),l=r("861d"),c=r("9112"),u=r("5135"),h=r("f772"),p=r("d012"),d=s.WeakMap,f=function(e){return o(e)?i(e):n(e,{})},m=function(e){return function(t){var r;if(!l(t)||(r=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return r}};if(a){var v=new d,g=v.get,y=v.has,b=v.set;n=function(e,t){return b.call(v,e,t),t},i=function(e){return g.call(v,e)||{}},o=function(e){return y.call(v,e)}}else{var x=h("state");p[x]=!0,n=function(e,t){return c(e,x,t),t},i=function(e){return u(e,x)?e[x]:{}},o=function(e){return u(e,x)}}e.exports={set:n,get:i,has:o,enforce:f,getterFor:m}},"6d6f":function(e,t,r){"use strict";function n(e){return n="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}function i(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function o(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function a(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?o(Object(r),!0).forEach((function(t){i(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function s(e){return l(e)||c(e)||u()}function l(e){if(Array.isArray(e))return e}function c(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}function u(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}r.d(t,"a",(function(){return i})),r.d(t,"b",(function(){return a})),r.d(t,"c",(function(){return n})),r.d(t,"d",(function(){return s}))},"6eeb":function(e,t,r){var n=r("da84"),i=r("9112"),o=r("5135"),a=r("ce4e"),s=r("8925"),l=r("69f3"),c=l.get,u=l.enforce,h=String(String).split("String");(e.exports=function(e,t,r,s){var l=!!s&&!!s.unsafe,c=!!s&&!!s.enumerable,p=!!s&&!!s.noTargetGet;"function"==typeof r&&("string"!=typeof t||o(r,"name")||i(r,"name",t),u(r).source=h.join("string"==typeof t?t:"")),e!==n?(l?!p&&e[t]&&(c=!0):delete e[t],c?e[t]=r:i(e,t,r)):c?e[t]=r:a(t,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||s(this)}))},7156:function(e,t,r){var n=r("861d"),i=r("d2bb");e.exports=function(e,t,r){var o,a;return i&&"function"==typeof(o=t.constructor)&&o!==r&&n(a=o.prototype)&&a!==r.prototype&&i(e,a),e}},7418:function(e,t){t.f=Object.getOwnPropertySymbols},7839:function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7b0b":function(e,t,r){var n=r("1d80");e.exports=function(e){return Object(n(e))}},"7c73":function(e,t,r){var n,i=r("825a"),o=r("37e8"),a=r("7839"),s=r("d012"),l=r("1be4"),c=r("cc12"),u=r("f772"),h=">",p="<",d="prototype",f="script",m=u("IE_PROTO"),v=function(){},g=function(e){return p+f+h+e+p+"/"+f+h},y=function(e){e.write(g("")),e.close();var t=e.parentWindow.Object;return e=null,t},b=function(){var e,t=c("iframe"),r="java"+f+":";return t.style.display="none",l.appendChild(t),t.src=String(r),e=t.contentWindow.document,e.open(),e.write(g("document.F=Object")),e.close(),e.F},x=function(){try{n=document.domain&&new ActiveXObject("htmlfile")}catch(t){}x=n?y(n):b();var e=a.length;while(e--)delete x[d][a[e]];return x()};s[m]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(v[d]=i(e),r=new v,v[d]=null,r[m]=e):r=x(),void 0===t?r:o(r,t)}},"7dd0":function(e,t,r){"use strict";var n=r("23e7"),i=r("9ed3"),o=r("e163"),a=r("d2bb"),s=r("d44e"),l=r("9112"),c=r("6eeb"),u=r("b622"),h=r("c430"),p=r("3f8c"),d=r("ae93"),f=d.IteratorPrototype,m=d.BUGGY_SAFARI_ITERATORS,v=u("iterator"),g="keys",y="values",b="entries",x=function(){return this};e.exports=function(e,t,r,u,d,w,k){i(r,t,u);var S,A,M,_=function(e){if(e===d&&I)return I;if(!m&&e in z)return z[e];switch(e){case g:return function(){return new r(this,e)};case y:return function(){return new r(this,e)};case b:return function(){return new r(this,e)}}return function(){return new r(this)}},C=t+" Iterator",T=!1,z=e.prototype,O=z[v]||z["@@iterator"]||d&&z[d],I=!m&&O||_(d),N="Array"==t&&z.entries||O;if(N&&(S=o(N.call(new e)),f!==Object.prototype&&S.next&&(h||o(S)===f||(a?a(S,f):"function"!=typeof S[v]&&l(S,v,x)),s(S,C,!0,!0),h&&(p[C]=x))),d==y&&O&&O.name!==y&&(T=!0,I=function(){return O.call(this)}),h&&!k||z[v]===I||l(z,v,I),p[t]=I,d)if(A={values:_(y),keys:w?I:_(g),entries:_(b)},k)for(M in A)(m||T||!(M in z))&&c(z,M,A[M]);else n({target:t,proto:!0,forced:m||T},A);return A}},"7f82":function(e,t,r){"use strict";var n=r("2674"),i=r("6d6f"),o=r("fabf");function a(e){return e<0?-1:e>0?1:0}Math.sign;var s=function(e){return"object"===Object(i["c"])(e)&&!Array.isArray(e)},l=function e(t,r){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(n||!Object.assign){var o=function(e){return s(r[e])&&null!==t&&t.hasOwnProperty(e)&&s(t[e])},a=Object.getOwnPropertyNames(r).map((function(a){return Object(i["a"])({},a,o(a)?e(t[a],r[a],n):r[a])})).reduce((function(e,t){return Object(i["b"])({},e,{},t)}),{});return Object(i["b"])({},t,{},a)}return Object.assign(t,r)},c=l;function u(e){return e&&e._isVue}var h={props:{size:String,expanded:Boolean,loading:Boolean,rounded:Boolean,icon:String,iconPack:String,autocomplete:String,maxlength:[Number,String],useHtml5Validation:{type:Boolean,default:function(){return o["a"].defaultUseHtml5Validation}},validationMessage:String,locale:{type:[String,Array],default:function(){return o["a"].defaultLocale}},statusIcon:{type:Boolean,default:function(){return o["a"].defaultStatusIcon}}},data:function(){return{isValid:!0,isFocused:!1,newIconPack:this.iconPack||o["a"].defaultIconPack}},computed:{parentField:function(){for(var e=this.$parent,t=0;t<3;t++)e&&!e.$data._isField&&(e=e.$parent);return e},statusType:function(){var e=this.parentField||{},t=e.newType;if(t){if("string"===typeof t)return t;for(var r in t)if(t[r])return r}},statusMessage:function(){if(this.parentField)return this.parentField.newMessage||this.parentField.$slots.message},iconSize:function(){switch(this.size){case"is-small":return this.size;case"is-medium":return;case"is-large":return"mdi"===this.newIconPack?"is-medium":""}}},methods:{focus:function(){var e=this.getElement();void 0!==e&&this.$nextTick((function(){e&&e.focus()}))},onBlur:function(e){this.isFocused=!1,this.$emit("blur",e),this.checkHtml5Validity()},onFocus:function(e){this.isFocused=!0,this.$emit("focus",e)},getElement:function(){var e=this.$refs[this.$data._elementRef];while(u(e))e=e.$refs[e.$data._elementRef];return e},setInvalid:function(){var e="is-danger",t=this.validationMessage||this.getElement().validationMessage;this.setValidity(e,t)},setValidity:function(e,t){var r=this;this.$nextTick((function(){r.parentField&&(r.parentField.type||(r.parentField.newType=e),r.parentField.message||(r.parentField.newMessage=t))}))},checkHtml5Validity:function(){if(this.useHtml5Validation){var e=this.getElement();if(void 0!==e)return e.checkValidity()?(this.setValidity(null,null),this.isValid=!0):(this.setInvalid(),this.isValid=!1),this.isValid}}}},p={sizes:{default:"mdi-24px","is-small":null,"is-medium":"mdi-36px","is-large":"mdi-48px"},iconPrefix:"mdi-"},d=function(){var e=o["a"]&&o["a"].defaultIconComponent?"":"fa-";return{sizes:{default:null,"is-small":null,"is-medium":e+"lg","is-large":e+"2x"},iconPrefix:e,internalIcons:{information:"info-circle",alert:"exclamation-triangle","alert-circle":"exclamation-circle","chevron-right":"angle-right","chevron-left":"angle-left","chevron-down":"angle-down","eye-off":"eye-slash","menu-down":"caret-down","menu-up":"caret-up","close-circle":"times-circle"}}},f=function(){var e={mdi:p,fa:d(),fas:d(),far:d(),fad:d(),fab:d(),fal:d()};return o["a"]&&o["a"].customIconPacks&&(e=c(e,o["a"].customIconPacks,!0)),e},m={name:"BIcon",props:{type:[String,Object],component:String,pack:String,icon:String,size:String,customSize:String,customClass:String,both:Boolean},computed:{iconConfig:function(){var e=f();return e[this.newPack]},iconPrefix:function(){return this.iconConfig&&this.iconConfig.iconPrefix?this.iconConfig.iconPrefix:""},newIcon:function(){return"".concat(this.iconPrefix).concat(this.getEquivalentIconOf(this.icon))},newPack:function(){return this.pack||o["a"].defaultIconPack},newType:function(){if(this.type){var e=[];if("string"===typeof this.type)e=this.type.split("-");else for(var t in this.type)if(this.type[t]){e=t.split("-");break}if(!(e.length<=1)){var r=e,n=Object(i["d"])(r),o=n.slice(1);return"has-text-".concat(o.join("-"))}}},newCustomSize:function(){return this.customSize||this.customSizeByPack},customSizeByPack:function(){if(this.iconConfig&&this.iconConfig.sizes){if(this.size&&void 0!==this.iconConfig.sizes[this.size])return this.iconConfig.sizes[this.size];if(this.iconConfig.sizes.default)return this.iconConfig.sizes.default}return null},useIconComponent:function(){return this.component||o["a"].defaultIconComponent}},methods:{getEquivalentIconOf:function(e){return this.both&&this.iconConfig&&this.iconConfig.internalIcons&&this.iconConfig.internalIcons[e]?this.iconConfig.internalIcons[e]:e}}};const v=m;var g=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("span",{staticClass:"icon",class:[e.newType,e.size]},[e.useIconComponent?r(e.useIconComponent,{tag:"component",class:[e.customClass],attrs:{icon:[e.newPack,e.newIcon],size:e.newCustomSize}}):r("i",{class:[e.newPack,e.newIcon,e.newCustomSize,e.customClass]})],1)},y=[];const b=void 0,x=void 0,w=void 0,k=!1;var S=Object(n["a"])({render:g,staticRenderFns:y},b,v,x,k,w,void 0,void 0),A={name:"BInput",components:Object(i["a"])({},S.name,S),mixins:[h],inheritAttrs:!1,props:{value:[Number,String],type:{type:String,default:"text"},lazy:{type:Boolean,default:!1},passwordReveal:Boolean,iconClickable:Boolean,hasCounter:{type:Boolean,default:function(){return o["a"].defaultInputHasCounter}},customClass:{type:String,default:""},iconRight:String,iconRightClickable:Boolean},data:function(){return{newValue:this.value,newType:this.type,newAutocomplete:this.autocomplete||o["a"].defaultInputAutocomplete,isPasswordVisible:!1,_elementRef:"textarea"===this.type?"textarea":"input"}},computed:{computedValue:{get:function(){return this.newValue},set:function(e){this.newValue=e,this.$emit("input",e)}},rootClasses:function(){return[this.iconPosition,this.size,{"is-expanded":this.expanded,"is-loading":this.loading,"is-clearfix":!this.hasMessage}]},inputClasses:function(){return[this.statusType,this.size,{"is-rounded":this.rounded}]},hasIconRight:function(){return this.passwordReveal||this.loading||this.statusIcon&&this.statusTypeIcon||this.iconRight},rightIcon:function(){return this.passwordReveal?this.passwordVisibleIcon:this.iconRight?this.iconRight:this.statusTypeIcon},rightIconType:function(){return this.passwordReveal?"is-primary":this.iconRight?null:this.statusType},iconPosition:function(){var e="";return this.icon&&(e+="has-icons-left "),this.hasIconRight&&(e+="has-icons-right"),e},statusTypeIcon:function(){switch(this.statusType){case"is-success":return"check";case"is-danger":return"alert-circle";case"is-info":return"information";case"is-warning":return"alert"}},hasMessage:function(){return!!this.statusMessage},passwordVisibleIcon:function(){return this.isPasswordVisible?"eye-off":"eye"},valueLength:function(){return"string"===typeof this.computedValue?this.computedValue.length:"number"===typeof this.computedValue?this.computedValue.toString().length:0}},watch:{value:function(e){this.newValue=e}},methods:{togglePasswordVisibility:function(){var e=this;this.isPasswordVisible=!this.isPasswordVisible,this.newType=this.isPasswordVisible?"text":"password",this.$nextTick((function(){e.focus()}))},iconClick:function(e,t){var r=this;this.$emit(e,t),this.$nextTick((function(){r.focus()}))},rightIconClick:function(e){this.passwordReveal?this.togglePasswordVisibility():this.iconRightClickable&&this.iconClick("icon-right-click",e)},onInput:function(e){if(!this.lazy){var t=e.target.value;this.updateValue(t)}},onChange:function(e){if(this.lazy){var t=e.target.value;this.updateValue(t)}},updateValue:function(e){this.computedValue=e,!this.isValid&&this.checkHtml5Validity()}}};const M=A;var _=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"control",class:e.rootClasses},["textarea"!==e.type?r("input",e._b({ref:"input",staticClass:"input",class:[e.inputClasses,e.customClass],attrs:{type:e.newType,autocomplete:e.newAutocomplete,maxlength:e.maxlength},domProps:{value:e.computedValue},on:{input:e.onInput,change:e.onChange,blur:e.onBlur,focus:e.onFocus}},"input",e.$attrs,!1)):r("textarea",e._b({ref:"textarea",staticClass:"textarea",class:[e.inputClasses,e.customClass],attrs:{maxlength:e.maxlength},domProps:{value:e.computedValue},on:{input:e.onInput,change:e.onChange,blur:e.onBlur,focus:e.onFocus}},"textarea",e.$attrs,!1)),e.icon?r("b-icon",{staticClass:"is-left",class:{"is-clickable":e.iconClickable},attrs:{icon:e.icon,pack:e.iconPack,size:e.iconSize},nativeOn:{click:function(t){return e.iconClick("icon-click",t)}}}):e._e(),!e.loading&&e.hasIconRight?r("b-icon",{staticClass:"is-right",class:{"is-clickable":e.passwordReveal||e.iconRightClickable},attrs:{icon:e.rightIcon,pack:e.iconPack,size:e.iconSize,type:e.rightIconType,both:""},nativeOn:{click:function(t){return e.rightIconClick(t)}}}):e._e(),e.maxlength&&e.hasCounter&&"number"!==e.type?r("small",{staticClass:"help counter",class:{"is-invisible":!e.isFocused}},[e._v(" "+e._s(e.valueLength)+" / "+e._s(e.maxlength)+" ")]):e._e()],1)},C=[];const T=void 0,z=void 0,O=void 0,I=!1;var N=Object(n["a"])({render:_,staticRenderFns:C},T,M,z,I,O,void 0,void 0),E={install:function(e){Object(n["b"])(e,N)}};Object(n["c"])(E);t["a"]=E},"7f9a":function(e,t,r){var n=r("da84"),i=r("8925"),o=n.WeakMap;e.exports="function"===typeof o&&/native code/.test(i(o))},"825a":function(e,t,r){var n=r("861d");e.exports=function(e){if(!n(e))throw TypeError(String(e)+" is not an object");return e}},"83ab":function(e,t,r){var n=r("d039");e.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8418:function(e,t,r){"use strict";var n=r("c04e"),i=r("9bf2"),o=r("5c6c");e.exports=function(e,t,r){var a=n(t);a in e?i.f(e,a,o(0,r)):e[a]=r}},"861d":function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},8925:function(e,t,r){var n=r("c6cd"),i=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(e){return i.call(e)}),e.exports=n.inspectSource},"90e3":function(e,t){var r=0,n=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++r+n).toString(36)}},9112:function(e,t,r){var n=r("83ab"),i=r("9bf2"),o=r("5c6c");e.exports=n?function(e,t,r){return i.f(e,t,o(1,r))}:function(e,t,r){return e[t]=r,e}},"94ca":function(e,t,r){var n=r("d039"),i=/#|\.prototype\./,o=function(e,t){var r=s[a(e)];return r==c||r!=l&&("function"==typeof t?n(t):!!t)},a=o.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=o.data={},l=o.NATIVE="N",c=o.POLYFILL="P";e.exports=o},"99af":function(e,t,r){"use strict";var n=r("23e7"),i=r("d039"),o=r("e8b5"),a=r("861d"),s=r("7b0b"),l=r("50c4"),c=r("8418"),u=r("65f0"),h=r("1dde"),p=r("b622"),d=r("2d00"),f=p("isConcatSpreadable"),m=9007199254740991,v="Maximum allowed index exceeded",g=d>=51||!i((function(){var e=[];return e[f]=!1,e.concat()[0]!==e})),y=h("concat"),b=function(e){if(!a(e))return!1;var t=e[f];return void 0!==t?!!t:o(e)},x=!g||!y;n({target:"Array",proto:!0,forced:x},{concat:function(e){var t,r,n,i,o,a=s(this),h=u(a,0),p=0;for(t=-1,n=arguments.length;t<n;t++)if(o=-1===t?a:arguments[t],b(o)){if(i=l(o.length),p+i>m)throw TypeError(v);for(r=0;r<i;r++,p++)r in o&&c(h,p,o[r])}else{if(p>=m)throw TypeError(v);c(h,p++,o)}return h.length=p,h}})},"9bdd":function(e,t,r){var n=r("825a");e.exports=function(e,t,r,i){try{return i?t(n(r)[0],r[1]):t(r)}catch(a){var o=e["return"];throw void 0!==o&&n(o.call(e)),a}}},"9bf2":function(e,t,r){var n=r("83ab"),i=r("0cfb"),o=r("825a"),a=r("c04e"),s=Object.defineProperty;t.f=n?s:function(e,t,r){if(o(e),t=a(t,!0),o(r),i)try{return s(e,t,r)}catch(n){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},"9ed3":function(e,t,r){"use strict";var n=r("ae93").IteratorPrototype,i=r("7c73"),o=r("5c6c"),a=r("d44e"),s=r("3f8c"),l=function(){return this};e.exports=function(e,t,r){var c=t+" Iterator";return e.prototype=i(n,{next:o(1,r)}),a(e,c,!1,!0),s[c]=l,e}},a691:function(e,t){var r=Math.ceil,n=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?n:r)(e)}},a79d:function(e,t,r){"use strict";var n=r("23e7"),i=r("c430"),o=r("fea9"),a=r("d039"),s=r("d066"),l=r("4840"),c=r("cdf9"),u=r("6eeb"),h=!!o&&a((function(){o.prototype["finally"].call({then:function(){}},(function(){}))}));n({target:"Promise",proto:!0,real:!0,forced:h},{finally:function(e){var t=l(this,s("Promise")),r="function"==typeof e;return this.then(r?function(r){return c(t,e()).then((function(){return r}))}:e,r?function(r){return c(t,e()).then((function(){throw r}))}:e)}}),i||"function"!=typeof o||o.prototype["finally"]||u(o.prototype,"finally",s("Promise").prototype["finally"])},a9e3:function(e,t,r){"use strict";var n=r("83ab"),i=r("da84"),o=r("94ca"),a=r("6eeb"),s=r("5135"),l=r("c6b6"),c=r("7156"),u=r("c04e"),h=r("d039"),p=r("7c73"),d=r("241c").f,f=r("06cf").f,m=r("9bf2").f,v=r("58a8").trim,g="Number",y=i[g],b=y.prototype,x=l(p(b))==g,w=function(e){var t,r,n,i,o,a,s,l,c=u(e,!1);if("string"==typeof c&&c.length>2)if(c=v(c),t=c.charCodeAt(0),43===t||45===t){if(r=c.charCodeAt(2),88===r||120===r)return NaN}else if(48===t){switch(c.charCodeAt(1)){case 66:case 98:n=2,i=49;break;case 79:case 111:n=8,i=55;break;default:return+c}for(o=c.slice(2),a=o.length,s=0;s<a;s++)if(l=o.charCodeAt(s),l<48||l>i)return NaN;return parseInt(o,n)}return+c};if(o(g,!y(" 0o1")||!y("0b1")||y("+0x1"))){for(var k,S=function(e){var t=arguments.length<1?0:e,r=this;return r instanceof S&&(x?h((function(){b.valueOf.call(r)})):l(r)!=g)?c(new y(w(t)),r,S):w(t)},A=n?d(y):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),M=0;A.length>M;M++)s(y,k=A[M])&&!s(S,k)&&m(S,k,f(y,k));S.prototype=b,b.constructor=S,a(i,g,S)}},ae93:function(e,t,r){"use strict";var n,i,o,a=r("e163"),s=r("9112"),l=r("5135"),c=r("b622"),u=r("c430"),h=c("iterator"),p=!1,d=function(){return this};[].keys&&(o=[].keys(),"next"in o?(i=a(a(o)),i!==Object.prototype&&(n=i)):p=!0),void 0==n&&(n={}),u||l(n,h)||s(n,h,d),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:p}},b575:function(e,t,r){var n,i,o,a,s,l,c,u,h=r("da84"),p=r("06cf").f,d=r("c6b6"),f=r("2cf4").set,m=r("1cdc"),v=h.MutationObserver||h.WebKitMutationObserver,g=h.process,y=h.Promise,b="process"==d(g),x=p(h,"queueMicrotask"),w=x&&x.value;w||(n=function(){var e,t;b&&(e=g.domain)&&e.exit();while(i){t=i.fn,i=i.next;try{t()}catch(r){throw i?a():o=void 0,r}}o=void 0,e&&e.enter()},b?a=function(){g.nextTick(n)}:v&&!m?(s=!0,l=document.createTextNode(""),new v(n).observe(l,{characterData:!0}),a=function(){l.data=s=!s}):y&&y.resolve?(c=y.resolve(void 0),u=c.then,a=function(){u.call(c,n)}):a=function(){f.call(h,n)}),e.exports=w||function(e){var t={fn:e,next:void 0};o&&(o.next=t),i||(i=t,a()),o=t}},b622:function(e,t,r){var n=r("da84"),i=r("5692"),o=r("5135"),a=r("90e3"),s=r("4930"),l=r("fdbf"),c=i("wks"),u=n.Symbol,h=l?u:u&&u.withoutSetter||a;e.exports=function(e){return o(c,e)||(s&&o(u,e)?c[e]=u[e]:c[e]=h("Symbol."+e)),c[e]}},be0f:function(e,t,r){},bfc7:function(e,t,r){"use strict";var n=r("3b2f"),i=r.n(n),o=r("f22c"),a=r.n(o),s=r("3c4e"),l=r("3c4e");function c(e,t,r,n,i,o,a,s,l,c){"boolean"!=typeof a&&(l=s,s=a,a=!1);var u,h="function"==typeof r?r.options:r;if(e&&e.render&&(h.render=e.render,h.staticRenderFns=e.staticRenderFns,h._compiled=!0,i&&(h.functional=!0)),n&&(h._scopeId=n),o?(u=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),t&&t.call(this,l(e)),e&&e._registeredComponents&&e._registeredComponents.add(o)},h._ssrRegister=u):t&&(u=a?function(e){t.call(this,c(e,this.$root.$options.shadowRoot))}:function(e){t.call(this,s(e))}),u)if(h.functional){var p=h.render;h.render=function(e,t){return u.call(t),p(e,t)}}else{var d=h.beforeCreate;h.beforeCreate=d?[].concat(d,u):[u]}return r}var u=c({},void 0,{name:"KatexElement",props:{expression:{type:String,default:"",required:!0},displayMode:{type:Boolean,default:void 0},throwOnError:{type:Boolean,default:void 0},errorColor:{type:String,default:void 0},macros:{type:Object,default:void 0},colorIsTextColor:{type:Boolean,default:void 0},maxSize:{type:Number,default:void 0},maxExpand:{type:Number,default:void 0},allowedProtocols:{type:Array,default:void 0},strict:{type:[Boolean,String,Function],default:void 0}},computed:{options:function(){return l(this.$katexOptions,(e={displayMode:this.displayMode,throwOnError:this.throwOnError,errorColor:this.errorColor,macros:this.macros,colorIsTextColor:this.colorIsTextColor,maxSize:this.maxSize,maxExpand:this.maxExpand,allowedProtocols:this.allowedProtocols,strict:this.strict},t={},Object.keys(e).forEach((function(r){void 0!==e[r]&&(t[r]=e[r])})),t));var e,t},math:function(){return i.a.renderToString(this.expression,this.options)}},render:function(e){return e(this.displayMode?"div":"span",{domProps:{innerHTML:this.math}})}},void 0,void 0,void 0,!1,void 0,void 0,void 0),h={install:function(e,t){var r=t&&t.globalOptions||{},n=function(e){return{name:"katex",directive:function(t,r){var n=r.value&&r.value.options||{},o=s(e,n);if(r.arg&&"auto"===r.arg)a()(t,o);else{var l=r.value.expression||r.value,c={};"display"===r.arg&&(c.displayMode=!0);var u=s(o,c);i.a.render(l,t,u)}}}}(r);e.directive(n.name,n.directive),e.component(u.name,u),e.prototype.$katexOptions=r}};"undefined"!=typeof window&&window.Vue&&window.Vue.use(h),t["a"]=h},c04e:function(e,t,r){var n=r("861d");e.exports=function(e,t){if(!n(e))return e;var r,i;if(t&&"function"==typeof(r=e.toString)&&!n(i=r.call(e)))return i;if("function"==typeof(r=e.valueOf)&&!n(i=r.call(e)))return i;if(!t&&"function"==typeof(r=e.toString)&&!n(i=r.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},c20d:function(e,t,r){var n=r("da84"),i=r("58a8").trim,o=r("5899"),a=n.parseInt,s=/^[+-]?0[Xx]/,l=8!==a(o+"08")||22!==a(o+"0x16");e.exports=l?function(e,t){var r=i(String(e));return a(r,t>>>0||(s.test(r)?16:10))}:a},c430:function(e,t){e.exports=!1},c6b6:function(e,t){var r={}.toString;e.exports=function(e){return r.call(e).slice(8,-1)}},c6cd:function(e,t,r){var n=r("da84"),i=r("ce4e"),o="__core-js_shared__",a=n[o]||i(o,{});e.exports=a},c8ba:function(e,t){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(n){"object"===typeof window&&(r=window)}e.exports=r},ca84:function(e,t,r){var n=r("5135"),i=r("fc6a"),o=r("4d64").indexOf,a=r("d012");e.exports=function(e,t){var r,s=i(e),l=0,c=[];for(r in s)!n(a,r)&&n(s,r)&&c.push(r);while(t.length>l)n(s,r=t[l++])&&(~o(c,r)||c.push(r));return c}},cc12:function(e,t,r){var n=r("da84"),i=r("861d"),o=n.document,a=i(o)&&i(o.createElement);e.exports=function(e){return a?o.createElement(e):{}}},cca6:function(e,t,r){var n=r("23e7"),i=r("60da");n({target:"Object",stat:!0,forced:Object.assign!==i},{assign:i})},cdf9:function(e,t,r){var n=r("825a"),i=r("861d"),o=r("f069");e.exports=function(e,t){if(n(e),i(t)&&t.constructor===e)return t;var r=o.f(e),a=r.resolve;return a(t),r.promise}},ce4e:function(e,t,r){var n=r("da84"),i=r("9112");e.exports=function(e,t){try{i(n,e,t)}catch(r){n[e]=t}return t}},d012:function(e,t){e.exports={}},d039:function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},d066:function(e,t,r){var n=r("428f"),i=r("da84"),o=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?o(n[e])||o(i[e]):n[e]&&n[e][t]||i[e]&&i[e][t]}},d1e7:function(e,t,r){"use strict";var n={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,o=i&&!n.call({1:2},1);t.f=o?function(e){var t=i(this,e);return!!t&&t.enumerable}:n},d2bb:function(e,t,r){var n=r("825a"),i=r("3bbe");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,e.call(r,[]),t=r instanceof Array}catch(o){}return function(r,o){return n(r),i(o),t?e.call(r,o):r.__proto__=o,r}}():void 0)},d44e:function(e,t,r){var n=r("9bf2").f,i=r("5135"),o=r("b622"),a=o("toStringTag");e.exports=function(e,t,r){e&&!i(e=r?e:e.prototype,a)&&n(e,a,{configurable:!0,value:t})}},da84:function(e,t,r){(function(t){var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof t&&t)||Function("return this")()}).call(this,r("c8ba"))},df75:function(e,t,r){var n=r("ca84"),i=r("7839");e.exports=Object.keys||function(e){return n(e,i)}},e163:function(e,t,r){var n=r("5135"),i=r("7b0b"),o=r("f772"),a=r("e177"),s=o("IE_PROTO"),l=Object.prototype;e.exports=a?Object.getPrototypeOf:function(e){return e=i(e),n(e,s)?e[s]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},e177:function(e,t,r){var n=r("d039");e.exports=!n((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},e260:function(e,t,r){"use strict";var n=r("fc6a"),i=r("44d2"),o=r("3f8c"),a=r("69f3"),s=r("7dd0"),l="Array Iterator",c=a.set,u=a.getterFor(l);e.exports=s(Array,"Array",(function(e,t){c(this,{type:l,target:n(e),index:0,kind:t})}),(function(){var e=u(this),t=e.target,r=e.kind,n=e.index++;return!t||n>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:t[n],done:!1}:{value:[n,t[n]],done:!1}}),"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},e2cc:function(e,t,r){var n=r("6eeb");e.exports=function(e,t,r){for(var i in t)n(e,i,t[i],r);return e}},e667:function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(t){return{error:!0,value:t}}}},e6cf:function(e,t,r){"use strict";var n,i,o,a,s=r("23e7"),l=r("c430"),c=r("da84"),u=r("d066"),h=r("fea9"),p=r("6eeb"),d=r("e2cc"),f=r("d44e"),m=r("2626"),v=r("861d"),g=r("1c0b"),y=r("19aa"),b=r("c6b6"),x=r("8925"),w=r("2266"),k=r("1c7e"),S=r("4840"),A=r("2cf4").set,M=r("b575"),_=r("cdf9"),C=r("44de"),T=r("f069"),z=r("e667"),O=r("69f3"),I=r("94ca"),N=r("b622"),E=r("2d00"),B=N("species"),P="Promise",R=O.get,$=O.set,q=O.getterFor(P),D=h,L=c.TypeError,j=c.document,F=c.process,H=u("fetch"),V=T.f,U=V,G="process"==b(F),W=!!(j&&j.createEvent&&c.dispatchEvent),X="unhandledrejection",Y="rejectionhandled",K=0,Z=1,J=2,Q=1,ee=2,te=I(P,(function(){var e=x(D)!==String(D);if(!e){if(66===E)return!0;if(!G&&"function"!=typeof PromiseRejectionEvent)return!0}if(l&&!D.prototype["finally"])return!0;if(E>=51&&/native code/.test(D))return!1;var t=D.resolve(1),r=function(e){e((function(){}),(function(){}))},n=t.constructor={};return n[B]=r,!(t.then((function(){}))instanceof r)})),re=te||!k((function(e){D.all(e)["catch"]((function(){}))})),ne=function(e){var t;return!(!v(e)||"function"!=typeof(t=e.then))&&t},ie=function(e,t,r){if(!t.notified){t.notified=!0;var n=t.reactions;M((function(){var i=t.value,o=t.state==Z,a=0;while(n.length>a){var s,l,c,u=n[a++],h=o?u.ok:u.fail,p=u.resolve,d=u.reject,f=u.domain;try{h?(o||(t.rejection===ee&&le(e,t),t.rejection=Q),!0===h?s=i:(f&&f.enter(),s=h(i),f&&(f.exit(),c=!0)),s===u.promise?d(L("Promise-chain cycle")):(l=ne(s))?l.call(s,p,d):p(s)):d(i)}catch(m){f&&!c&&f.exit(),d(m)}}t.reactions=[],t.notified=!1,r&&!t.rejection&&ae(e,t)}))}},oe=function(e,t,r){var n,i;W?(n=j.createEvent("Event"),n.promise=t,n.reason=r,n.initEvent(e,!1,!0),c.dispatchEvent(n)):n={promise:t,reason:r},(i=c["on"+e])?i(n):e===X&&C("Unhandled promise rejection",r)},ae=function(e,t){A.call(c,(function(){var r,n=t.value,i=se(t);if(i&&(r=z((function(){G?F.emit("unhandledRejection",n,e):oe(X,e,n)})),t.rejection=G||se(t)?ee:Q,r.error))throw r.value}))},se=function(e){return e.rejection!==Q&&!e.parent},le=function(e,t){A.call(c,(function(){G?F.emit("rejectionHandled",e):oe(Y,e,t.value)}))},ce=function(e,t,r,n){return function(i){e(t,r,i,n)}},ue=function(e,t,r,n){t.done||(t.done=!0,n&&(t=n),t.value=r,t.state=J,ie(e,t,!0))},he=function(e,t,r,n){if(!t.done){t.done=!0,n&&(t=n);try{if(e===r)throw L("Promise can't be resolved itself");var i=ne(r);i?M((function(){var n={done:!1};try{i.call(r,ce(he,e,n,t),ce(ue,e,n,t))}catch(o){ue(e,n,o,t)}})):(t.value=r,t.state=Z,ie(e,t,!1))}catch(o){ue(e,{done:!1},o,t)}}};te&&(D=function(e){y(this,D,P),g(e),n.call(this);var t=R(this);try{e(ce(he,this,t),ce(ue,this,t))}catch(r){ue(this,t,r)}},n=function(e){$(this,{type:P,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:K,value:void 0})},n.prototype=d(D.prototype,{then:function(e,t){var r=q(this),n=V(S(this,D));return n.ok="function"!=typeof e||e,n.fail="function"==typeof t&&t,n.domain=G?F.domain:void 0,r.parent=!0,r.reactions.push(n),r.state!=K&&ie(this,r,!1),n.promise},catch:function(e){return this.then(void 0,e)}}),i=function(){var e=new n,t=R(e);this.promise=e,this.resolve=ce(he,e,t),this.reject=ce(ue,e,t)},T.f=V=function(e){return e===D||e===o?new i(e):U(e)},l||"function"!=typeof h||(a=h.prototype.then,p(h.prototype,"then",(function(e,t){var r=this;return new D((function(e,t){a.call(r,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof H&&s({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return _(D,H.apply(c,arguments))}}))),s({global:!0,wrap:!0,forced:te},{Promise:D}),f(D,P,!1,!0),m(P),o=u(P),s({target:P,stat:!0,forced:te},{reject:function(e){var t=V(this);return t.reject.call(void 0,e),t.promise}}),s({target:P,stat:!0,forced:l||te},{resolve:function(e){return _(l&&this===o?D:this,e)}}),s({target:P,stat:!0,forced:re},{all:function(e){var t=this,r=V(t),n=r.resolve,i=r.reject,o=z((function(){var r=g(t.resolve),o=[],a=0,s=1;w(e,(function(e){var l=a++,c=!1;o.push(void 0),s++,r.call(t,e).then((function(e){c||(c=!0,o[l]=e,--s||n(o))}),i)})),--s||n(o)}));return o.error&&i(o.value),r.promise},race:function(e){var t=this,r=V(t),n=r.reject,i=z((function(){var i=g(t.resolve);w(e,(function(e){i.call(t,e).then(r.resolve,n)}))}));return i.error&&n(i.value),r.promise}})},e893:function(e,t,r){var n=r("5135"),i=r("56ef"),o=r("06cf"),a=r("9bf2");e.exports=function(e,t){for(var r=i(t),s=a.f,l=o.f,c=0;c<r.length;c++){var u=r[c];n(e,u)||s(e,u,l(t,u))}}},e8b5:function(e,t,r){var n=r("c6b6");e.exports=Array.isArray||function(e){return"Array"==n(e)}},e95a:function(e,t,r){var n=r("b622"),i=r("3f8c"),o=n("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(i.Array===e||a[o]===e)}},f069:function(e,t,r){"use strict";var n=r("1c0b"),i=function(e){var t,r;this.promise=new e((function(e,n){if(void 0!==t||void 0!==r)throw TypeError("Bad Promise constructor");t=e,r=n})),this.resolve=n(t),this.reject=n(r)};e.exports.f=function(e){return new i(e)}},f22c:function(e,t,r){(function(t,n){e.exports=n(r("3b2f"))})("undefined"!==typeof self&&self,(function(e){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)r.d(n,i,function(t){return e[t]}.bind(null,i));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=1)}([function(t,r){t.exports=e},function(e,t,r){"use strict";r.r(t);var n=r(0),i=r.n(n),o=function(e,t,r){var n=r,i=0,o=e.length;while(n<t.length){var a=t[n];if(i<=0&&t.slice(n,n+o)===e)return n;"\\"===a?n++:"{"===a?i++:"}"===a&&i--,n++}return-1},a=function(e,t,r,n){for(var i=[],a=0;a<e.length;a++)if("text"===e[a].type){var s=e[a].data,l=!0,c=0,u=void 0;u=s.indexOf(t),-1!==u&&(c=u,i.push({type:"text",data:s.slice(0,c)}),l=!1);while(1){if(l){if(u=s.indexOf(t,c),-1===u)break;i.push({type:"text",data:s.slice(c,u)}),c=u}else{if(u=o(r,s,c+t.length),-1===u)break;i.push({type:"math",data:s.slice(c+t.length,u),rawData:s.slice(c,u+r.length),display:n}),c=u+r.length}l=!l}i.push({type:"text",data:s.slice(c)})}else i.push(e[a]);return i},s=a,l=function(e,t){for(var r=[{type:"text",data:e}],n=0;n<t.length;n++){var i=t[n];r=s(r,i.left,i.right,i.display||!1)}return r},c=function(e,t){var r=l(e,t.delimiters);if(1===r.length&&"text"===r[0].type)return null;for(var n=document.createDocumentFragment(),o=0;o<r.length;o++)if("text"===r[o].type)n.appendChild(document.createTextNode(r[o].data));else{var a=document.createElement("span"),s=r[o].data;t.displayMode=r[o].display;try{t.preProcess&&(s=t.preProcess(s)),i.a.render(s,a,t)}catch(c){if(!(c instanceof i.a.ParseError))throw c;t.errorCallback("KaTeX auto-render: Failed to parse `"+r[o].data+"` with ",c),n.appendChild(document.createTextNode(r[o].rawData));continue}n.appendChild(a)}return n},u=function e(t,r){for(var n=0;n<t.childNodes.length;n++){var i=t.childNodes[n];if(3===i.nodeType){var o=c(i.textContent,r);o&&(n+=o.childNodes.length-1,t.replaceChild(o,i))}else 1===i.nodeType&&function(){var t=" "+i.className+" ",n=-1===r.ignoredTags.indexOf(i.nodeName.toLowerCase())&&r.ignoredClasses.every((function(e){return-1===t.indexOf(" "+e+" ")}));n&&e(i,r)}()}},h=function(e,t){if(!e)throw new Error("No element provided to render");var r={};for(var n in t)t.hasOwnProperty(n)&&(r[n]=t[n]);r.delimiters=r.delimiters||[{left:"$$",right:"$$",display:!0},{left:"\\(",right:"\\)",display:!1},{left:"\\[",right:"\\]",display:!0}],r.ignoredTags=r.ignoredTags||["script","noscript","style","textarea","pre","code","option"],r.ignoredClasses=r.ignoredClasses||[],r.errorCallback=r.errorCallback||console.error,r.macros=r.macros||{},u(e,r)};t["default"]=h}])["default"]}))},f5df:function(e,t,r){var n=r("00ee"),i=r("c6b6"),o=r("b622"),a=o("toStringTag"),s="Arguments"==i(function(){return arguments}()),l=function(e,t){try{return e[t]}catch(r){}};e.exports=n?i:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=l(t=Object(e),a))?r:s?i(t):"Object"==(n=i(t))&&"function"==typeof t.callee?"Arguments":n}},f772:function(e,t,r){var n=r("5692"),i=r("90e3"),o=n("keys");e.exports=function(e){return o[e]||(o[e]=i(e))}},fabf:function(e,t,r){"use strict";r.d(t,"a",(function(){return n}));var n={defaultContainerElement:null,defaultIconPack:"mdi",defaultIconComponent:null,defaultIconPrev:"chevron-left",defaultIconNext:"chevron-right",defaultLocale:void 0,defaultDialogConfirmText:null,defaultDialogCancelText:null,defaultSnackbarDuration:3500,defaultSnackbarPosition:null,defaultToastDuration:2e3,defaultToastPosition:null,defaultNotificationDuration:2e3,defaultNotificationPosition:null,defaultTooltipType:"is-primary",defaultTooltipDelay:null,defaultInputAutocomplete:"on",defaultDateFormatter:null,defaultDateParser:null,defaultDateCreator:null,defaultTimeCreator:null,defaultDayNames:null,defaultMonthNames:null,defaultFirstDayOfWeek:null,defaultUnselectableDaysOfWeek:null,defaultTimeFormatter:null,defaultTimeParser:null,defaultModalCanCancel:["escape","x","outside","button"],defaultModalScroll:null,defaultDatepickerMobileNative:!0,defaultTimepickerMobileNative:!0,defaultNoticeQueue:!0,defaultInputHasCounter:!0,defaultTaginputHasCounter:!0,defaultUseHtml5Validation:!0,defaultDropdownMobileModal:!0,defaultFieldLabelPosition:null,defaultDatepickerYearsRange:[-100,10],defaultDatepickerNearbyMonthDays:!0,defaultDatepickerNearbySelectableMonthDays:!1,defaultDatepickerShowWeekNumber:!1,defaultDatepickerWeekNumberClickable:!1,defaultDatepickerMobileModal:!0,defaultTrapFocus:!0,defaultAutoFocus:!0,defaultButtonRounded:!1,defaultCarouselInterval:3500,defaultTabsExpanded:!1,defaultTabsAnimated:!0,defaultTabsType:null,defaultStatusIcon:!0,defaultProgrammaticPromise:!1,defaultLinkTags:["a","button","input","router-link","nuxt-link","n-link","RouterLink","NuxtLink","NLink"],defaultImageWebpFallback:null,defaultImageLazy:!0,defaultImageResponsive:!0,defaultImageRatio:null,defaultImageSrcsetFormatter:null,customIconPacks:null}},fc6a:function(e,t,r){var n=r("44ad"),i=r("1d80");e.exports=function(e){return n(i(e))}},fdbf:function(e,t,r){var n=r("4930");e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fea9:function(e,t,r){var n=r("da84");e.exports=n.Promise}}]);
|
||
//# sourceMappingURL=chunk-vendors.c162989e.js.map
|