
function str_repeat(i,m){for(var o=[];m>0;o[--m]=i);return(o.join(''));}
function sprintf(){var i=0,a,f=arguments[i++],o=[],m,p,c,x;while(f){if(m=/^[^\x25]+/.exec(f))o.push(m[0]);else if(m=/^\x25{2}/.exec(f))o.push('%');else if(m=/^\x25(?:(\d+)\$)?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(f)){if(((a=arguments[m[1]||i++])==null)||(a==undefined))throw("Too few arguments.");if(/[^s]/.test(m[7])&&(typeof(a)!='number'))
throw("Expecting number but found "+typeof(a));switch(m[7]){case'b':a=a.toString(2);break;case'c':a=String.fromCharCode(a);break;case'd':a=parseInt(a);break;case'e':a=m[6]?a.toExponential(m[6]):a.toExponential();break;case'f':a=m[6]?parseFloat(a).toFixed(m[6]):parseFloat(a);break;case'o':a=a.toString(8);break;case's':a=((a=String(a))&&m[6]?a.substring(0,m[6]):a);break;case'u':a=Math.abs(a);break;case'x':a=a.toString(16);break;case'X':a=a.toString(16).toUpperCase();break;}
a=(/[def]/.test(m[7])&&m[2]&&a>0?'+'+a:a);c=m[3]?m[3]=='0'?'0':m[3].charAt(1):' ';x=m[5]-String(a).length;p=m[5]?str_repeat(c,x):'';o.push(m[4]?a+p:p+a);}
else throw("Huh ?!");f=f.substring(m[0].length);}
return o.join('');}
(function(){var l=this,g,x=l.jQuery,o=l.$,n=l.jQuery=l.$=function(D,E){return new n.fn.init(D,E)},C=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;n.fn=n.prototype={init:function(D,G){D=D||document;if(D.nodeType){this[0]=D;this.length=1;this.context=D;return this}if(typeof D==="string"){var F=C.exec(D);if(F&&(F[1]||!G)){if(F[1]){D=n.clean([F[1]],G)}else{var H=document.getElementById(F[3]);if(H){if(H.id!=F[3]){return n().find(D)}var E=n(H);E.context=document;E.selector=D;return E}D=[]}}else{return n(G).find(D)}}else{if(n.isFunction(D)){return n(document).ready(D)}}if(D.selector&&D.context){this.selector=D.selector;this.context=D.context}return this.setArray(n.makeArray(D))},selector:"",jquery:"1.3",size:function(){return this.length},get:function(D){return D===g?n.makeArray(this):this[D]},pushStack:function(E,G,D){var F=n(E);F.prevObject=this;F.context=this.context;if(G==="find"){F.selector=this.selector+(this.selector?" ":"")+D}else{if(G){F.selector=this.selector+"."+G+"("+D+")"}}return F},setArray:function(D){this.length=0;Array.prototype.push.apply(this,D);return this},each:function(E,D){return n.each(this,E,D)},index:function(D){return n.inArray(D&&D.jquery?D[0]:D,this)},attr:function(E,G,F){var D=E;if(typeof E==="string"){if(G===g){return this[0]&&n[F||"attr"](this[0],E)}else{D={};D[E]=G}}return this.each(function(H){for(E in D){n.attr(F?this.style:this,E,n.prop(this,D[E],F,H,E))}})},css:function(D,E){if((D=="width"||D=="height")&&parseFloat(E)<0){E=g}return this.attr(D,E,"curCSS")},text:function(E){if(typeof E!=="object"&&E!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(E))}var D="";n.each(E||this,function(){n.each(this.childNodes,function(){if(this.nodeType!=8){D+=this.nodeType!=1?this.nodeValue:n.fn.text([this])}})});return D},wrapAll:function(D){if(this[0]){var E=n(D,this[0].ownerDocument).clone();if(this[0].parentNode){E.insertBefore(this[0])}E.map(function(){var F=this;while(F.firstChild){F=F.firstChild}return F}).append(this)}return this},wrapInner:function(D){return this.each(function(){n(this).contents().wrapAll(D)})},wrap:function(D){return this.each(function(){n(this).wrapAll(D)})},append:function(){return this.domManip(arguments,true,function(D){if(this.nodeType==1){this.appendChild(D)}})},prepend:function(){return this.domManip(arguments,true,function(D){if(this.nodeType==1){this.insertBefore(D,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(D){this.parentNode.insertBefore(D,this)})},after:function(){return this.domManip(arguments,false,function(D){this.parentNode.insertBefore(D,this.nextSibling)})},end:function(){return this.prevObject||n([])},push:[].push,find:function(D){if(this.length===1&&!/,/.test(D)){var F=this.pushStack([],"find",D);F.length=0;n.find(D,this[0],F);return F}else{var E=n.map(this,function(G){return n.find(D,G)});return this.pushStack(/[^+>] [^+>]/.test(D)?n.unique(E):E,"find",D)}},clone:function(E){var D=this.map(function(){if(!n.support.noCloneEvent&&!n.isXMLDoc(this)){var H=this.cloneNode(true),G=document.createElement("div");G.appendChild(H);return n.clean([G.innerHTML])[0]}else{return this.cloneNode(true)}});var F=D.find("*").andSelf().each(function(){if(this[h]!==g){this[h]=null}});if(E===true){this.find("*").andSelf().each(function(H){if(this.nodeType==3){return}var G=n.data(this,"events");for(var J in G){for(var I in G[J]){n.event.add(F[H],J,G[J][I],G[J][I].data)}}})}return D},filter:function(D){return this.pushStack(n.isFunction(D)&&n.grep(this,function(F,E){return D.call(F,E)})||n.multiFilter(D,n.grep(this,function(E){return E.nodeType===1})),"filter",D)},closest:function(D){var E=n.expr.match.POS.test(D)?n(D):null;return this.map(function(){var F=this;while(F&&F.ownerDocument){if(E?E.index(F)>-1:n(F).is(D)){return F}F=F.parentNode}})},not:function(D){if(typeof D==="string"){if(f.test(D)){return this.pushStack(n.multiFilter(D,this,true),"not",D)}else{D=n.multiFilter(D,this)}}var E=D.length&&D[D.length-1]!==g&&!D.nodeType;return this.filter(function(){return E?n.inArray(this,D)<0:this!=D})},add:function(D){return this.pushStack(n.unique(n.merge(this.get(),typeof D==="string"?n(D):n.makeArray(D))))},is:function(D){return!!D&&n.multiFilter(D,this).length>0},hasClass:function(D){return!!D&&this.is("."+D)},val:function(J){if(J===g){var D=this[0];if(D){if(n.nodeName(D,"option")){return(D.attributes.value||{}).specified?D.value:D.text}if(n.nodeName(D,"select")){var H=D.selectedIndex,K=[],L=D.options,G=D.type=="select-one";if(H<0){return null}for(var E=G?H:0,I=G?H+1:L.length;E<I;E++){var F=L[E];if(F.selected){J=n(F).val();if(G){return J}K.push(J)}}return K}return(D.value||"").replace(/\r/g,"")}return g}if(typeof J==="number"){J+=""}return this.each(function(){if(this.nodeType!=1){return}if(n.isArray(J)&&/radio|checkbox/.test(this.type)){this.checked=(n.inArray(this.value,J)>=0||n.inArray(this.name,J)>=0)}else{if(n.nodeName(this,"select")){var M=n.makeArray(J);n("option",this).each(function(){this.selected=(n.inArray(this.value,M)>=0||n.inArray(this.text,M)>=0)});if(!M.length){this.selectedIndex=-1}}else{this.value=J}}})},html:function(D){return D===g?(this[0]?this[0].innerHTML:null):this.empty().append(D)},replaceWith:function(D){return this.after(D).remove()},eq:function(D){return this.slice(D,+D+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(D){return this.pushStack(n.map(this,function(F,E){return D.call(F,E,F)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=n.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild,D=this.length>1?I.cloneNode(true):I;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),G>0?D.cloneNode(true):I)}}if(F){n.each(F,y)}}return this;function K(N,O){return M&&n.nodeName(N,"table")&&n.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};n.fn.init.prototype=n.fn;function y(D,E){if(E.src){n.ajax({url:E.src,async:false,dataType:"script"})}else{n.globalEval(E.text||E.textContent||E.innerHTML||"")}if(E.parentNode){E.parentNode.removeChild(E)}}function e(){return+new Date}n.extend=n.fn.extend=function(){var I=arguments[0]||{},G=1,H=arguments.length,D=false,F;if(typeof I==="boolean"){D=I;I=arguments[1]||{};G=2}if(typeof I!=="object"&&!n.isFunction(I)){I={}}if(H==G){I=this;--G}for(;G<H;G++){if((F=arguments[G])!=null){for(var E in F){var J=I[E],K=F[E];if(I===K){continue}if(D&&K&&typeof K==="object"&&!K.nodeType){I[E]=n.extend(D,J||(K.length!=null?[]:{}),K)}else{if(K!==g){I[E]=K}}}}}return I};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,p=document.defaultView||{},r=Object.prototype.toString;n.extend({noConflict:function(D){l.$=o;if(D){l.jQuery=x}return n},isFunction:function(D){return r.call(D)==="[object Function]"},isArray:function(D){return r.call(D)==="[object Array]"},isXMLDoc:function(D){return D.documentElement&&!D.body||D.tagName&&D.ownerDocument&&!D.ownerDocument.body},globalEval:function(F){F=n.trim(F);if(F){var E=document.getElementsByTagName("head")[0]||document.documentElement,D=document.createElement("script");D.type="text/javascript";if(n.support.scriptEval){D.appendChild(document.createTextNode(F))}else{D.text=F}E.insertBefore(D,E.firstChild);E.removeChild(D)}},nodeName:function(E,D){return E.nodeName&&E.nodeName.toUpperCase()==D.toUpperCase()},each:function(F,J,E){var D,G=0,H=F.length;if(E){if(H===g){for(D in F){if(J.apply(F[D],E)===false){break}}}else{for(;G<H;){if(J.apply(F[G++],E)===false){break}}}}else{if(H===g){for(D in F){if(J.call(F[D],D,F[D])===false){break}}}else{for(var I=F[0];G<H&&J.call(I,G,I)!==false;I=F[++G]){}}}return F},prop:function(G,H,F,E,D){if(n.isFunction(H)){H=H.call(G,E)}return typeof H==="number"&&F=="curCSS"&&!b.test(D)?H+"px":H},className:{add:function(D,E){n.each((E||"").split(/\s+/),function(F,G){if(D.nodeType==1&&!n.className.has(D.className,G)){D.className+=(D.className?" ":"")+G}})},remove:function(D,E){if(D.nodeType==1){D.className=E!==g?n.grep(D.className.split(/\s+/),function(F){return!n.className.has(E,F)}).join(" "):""}},has:function(E,D){return n.inArray(D,(E.className||E).toString().split(/\s+/))>-1}},swap:function(G,F,H){var D={};for(var E in F){D[E]=G.style[E];G.style[E]=F[E]}H.call(G);for(var E in F){G.style[E]=D[E]}},css:function(F,D,H){if(D=="width"||D=="height"){var J,E={position:"absolute",visibility:"hidden",display:"block"},I=D=="width"?["Left","Right"]:["Top","Bottom"];function G(){J=D=="width"?F.offsetWidth:F.offsetHeight;var L=0,K=0;n.each(I,function(){L+=parseFloat(n.curCSS(F,"padding"+this,true))||0;K+=parseFloat(n.curCSS(F,"border"+this+"Width",true))||0});J-=Math.round(L+K)}if(n(F).is(":visible")){G()}else{n.swap(F,E,G)}return Math.max(0,J)}return n.curCSS(F,D,H)},curCSS:function(H,E,F){var K,D=H.style;if(E=="opacity"&&!n.support.opacity){K=n.attr(D,"opacity");return K==""?"1":K}if(E.match(/float/i)){E=v}if(!F&&D&&D[E]){K=D[E]}else{if(p.getComputedStyle){if(E.match(/float/i)){E="float"}E=E.replace(/([A-Z])/g,"-$1").toLowerCase();var L=p.getComputedStyle(H,null);if(L){K=L.getPropertyValue(E)}if(E=="opacity"&&K==""){K="1"}}else{if(H.currentStyle){var I=E.replace(/\-(\w)/g,function(M,N){return N.toUpperCase()});K=H.currentStyle[E]||H.currentStyle[I];if(!/^\d+(px)?$/i.test(K)&&/^\d/.test(K)){var G=D.left,J=H.runtimeStyle.left;H.runtimeStyle.left=H.currentStyle.left;D.left=K||0;K=D.pixelLeft+"px";D.left=G;H.runtimeStyle.left=J}}}}return K},clean:function(E,J,H){J=J||document;if(typeof J.createElement==="undefined"){J=J.ownerDocument||J[0]&&J[0].ownerDocument||document}if(!H&&E.length===1&&typeof E[0]==="string"){var G=/^<(\w+)\s*\/?>$/.exec(E[0]);if(G){return[J.createElement(G[1])]}}var F=[],D=[],K=J.createElement("div");n.each(E,function(O,Q){if(typeof Q==="number"){Q+=""}if(!Q){return}if(typeof Q==="string"){Q=Q.replace(/(<(\w+)[^>]*?)\/>/g,function(S,T,R){return R.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?S:T+"></"+R+">"});var N=n.trim(Q).toLowerCase();var P=!N.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!N.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||N.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!N.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!N.indexOf("<td")||!N.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!N.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!n.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];K.innerHTML=P[1]+Q+P[2];while(P[0]--){K=K.lastChild}if(!n.support.tbody){var M=!N.indexOf("<table")&&N.indexOf("<tbody")<0?K.firstChild&&K.firstChild.childNodes:P[1]=="<table>"&&N.indexOf("<tbody")<0?K.childNodes:[];for(var L=M.length-1;L>=0;--L){if(n.nodeName(M[L],"tbody")&&!M[L].childNodes.length){M[L].parentNode.removeChild(M[L])}}}if(!n.support.leadingWhitespace&&/^\s/.test(Q)){K.insertBefore(J.createTextNode(Q.match(/^\s*/)[0]),K.firstChild)}Q=n.makeArray(K.childNodes)}if(Q.nodeType){F.push(Q)}else{F=n.merge(F,Q)}});if(H){for(var I=0;F[I];I++){if(n.nodeName(F[I],"script")&&(!F[I].type||F[I].type.toLowerCase()==="text/javascript")){D.push(F[I].parentNode?F[I].parentNode.removeChild(F[I]):F[I])}else{if(F[I].nodeType===1){F.splice.apply(F,[I+1,0].concat(n.makeArray(F[I].getElementsByTagName("script"))))}H.appendChild(F[I])}}return D}return F},attr:function(I,F,J){if(!I||I.nodeType==3||I.nodeType==8){return g}var G=!n.isXMLDoc(I),K=J!==g;F=G&&n.props[F]||F;if(I.tagName){var E=/href|src|style/.test(F);if(F=="selected"&&I.parentNode){I.parentNode.selectedIndex}if(F in I&&G&&!E){if(K){if(F=="type"&&n.nodeName(I,"input")&&I.parentNode){throw"type property can't be changed"}I[F]=J}if(n.nodeName(I,"form")&&I.getAttributeNode(F)){return I.getAttributeNode(F).nodeValue}if(F=="tabIndex"){var H=I.getAttributeNode("tabIndex");return H&&H.specified?H.value:I.nodeName.match(/^(a|area|button|input|object|select|textarea)$/i)?0:g}return I[F]}if(!n.support.style&&G&&F=="style"){return n.attr(I.style,"cssText",J)}if(K){I.setAttribute(F,""+J)}var D=!n.support.hrefNormalized&&G&&E?I.getAttribute(F,2):I.getAttribute(F);return D===null?g:D}if(!n.support.opacity&&F=="opacity"){if(K){I.zoom=1;I.filter=(I.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(J)+""=="NaN"?"":"alpha(opacity="+J*100+")")}return I.filter&&I.filter.indexOf("opacity=")>=0?(parseFloat(I.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}F=F.replace(/-([a-z])/ig,function(L,M){return M.toUpperCase()});if(K){I[F]=J}return I[F]},trim:function(D){return(D||"").replace(/^\s+|\s+$/g,"")},makeArray:function(F){var D=[];if(F!=null){var E=F.length;if(E==null||typeof F==="string"||n.isFunction(F)||F.setInterval){D[0]=F}else{while(E){D[--E]=F[E]}}}return D},inArray:function(F,G){for(var D=0,E=G.length;D<E;D++){if(G[D]===F){return D}}return-1},merge:function(G,D){var E=0,F,H=G.length;if(!n.support.getAll){while((F=D[E++])!=null){if(F.nodeType!=8){G[H++]=F}}}else{while((F=D[E++])!=null){G[H++]=F}}return G},unique:function(J){var E=[],D={};try{for(var F=0,G=J.length;F<G;F++){var I=n.data(J[F]);if(!D[I]){D[I]=true;E.push(J[F])}}}catch(H){E=J}return E},grep:function(E,I,D){var F=[];for(var G=0,H=E.length;G<H;G++){if(!D!=!I(E[G],G)){F.push(E[G])}}return F},map:function(D,I){var E=[];for(var F=0,G=D.length;F<G;F++){var H=I(D[F],F);if(H!=null){E[E.length]=H}}return E.concat.apply([],E)}});var B=navigator.userAgent.toLowerCase();n.browser={version:(B.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(B),opera:/opera/.test(B),msie:/msie/.test(B)&&!/opera/.test(B),mozilla:/mozilla/.test(B)&&!/(compatible|webkit)/.test(B)};n.each({parent:function(D){return D.parentNode},parents:function(D){return n.dir(D,"parentNode")},next:function(D){return n.nth(D,2,"nextSibling")},prev:function(D){return n.nth(D,2,"previousSibling")},nextAll:function(D){return n.dir(D,"nextSibling")},prevAll:function(D){return n.dir(D,"previousSibling")},siblings:function(D){return n.sibling(D.parentNode.firstChild,D)},children:function(D){return n.sibling(D.firstChild)},contents:function(D){return n.nodeName(D,"iframe")?D.contentDocument||D.contentWindow.document:n.makeArray(D.childNodes)}},function(D,E){n.fn[D]=function(F){var G=n.map(this,E);if(F&&typeof F=="string"){G=n.multiFilter(F,G)}return this.pushStack(n.unique(G),D,F)}});n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(D,E){n.fn[D]=function(){var F=arguments;return this.each(function(){for(var G=0,H=F.length;G<H;G++){n(F[G])[E](this)}})}});n.each({removeAttr:function(D){n.attr(this,D,"");if(this.nodeType==1){this.removeAttribute(D)}},addClass:function(D){n.className.add(this,D)},removeClass:function(D){n.className.remove(this,D)},toggleClass:function(E,D){if(typeof D!=="boolean"){D=!n.className.has(this,E)}n.className[D?"add":"remove"](this,E)},remove:function(D){if(!D||n.filter(D,[this]).length){n("*",this).add([this]).each(function(){n.event.remove(this);n.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){n(">*",this).remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(D,E){n.fn[D]=function(){return this.each(E,arguments)}});function j(D,E){return D[0]&&parseInt(n.curCSS(D[0],E,true),10)||0}var h="jQuery"+e(),u=0,z={};n.extend({cache:{},data:function(E,D,F){E=E==l?z:E;var G=E[h];if(!G){G=E[h]=++u}if(D&&!n.cache[G]){n.cache[G]={}}if(F!==g){n.cache[G][D]=F}return D?n.cache[G][D]:G},removeData:function(E,D){E=E==l?z:E;var G=E[h];if(D){if(n.cache[G]){delete n.cache[G][D];D="";for(D in n.cache[G]){break}if(!D){n.removeData(E)}}}else{try{delete E[h]}catch(F){if(E.removeAttribute){E.removeAttribute(h)}}delete n.cache[G]}},queue:function(E,D,G){if(E){D=(D||"fx")+"queue";var F=n.data(E,D);if(!F||n.isArray(G)){F=n.data(E,D,n.makeArray(G))}else{if(G){F.push(G)}}}return F},dequeue:function(G,F){var D=n.queue(G,F),E=D.shift();if(!F||F==="fx"){E=D[0]}if(E!==g){E.call(G)}}});n.fn.extend({data:function(D,F){var G=D.split(".");G[1]=G[1]?"."+G[1]:"";if(F===g){var E=this.triggerHandler("getData"+G[1]+"!",[G[0]]);if(E===g&&this.length){E=n.data(this[0],D)}return E===g&&G[1]?this.data(G[0]):E}else{return this.trigger("setData"+G[1]+"!",[G[0],F]).each(function(){n.data(this,D,F)})}},removeData:function(D){return this.each(function(){n.removeData(this,D)})},queue:function(D,E){if(typeof D!=="string"){E=D;D="fx"}if(E===g){return n.queue(this[0],D)}return this.each(function(){var F=n.queue(this,D,E);if(D=="fx"&&F.length==1){F[0].call(this)}})},dequeue:function(D){return this.each(function(){n.dequeue(this,D)})}});(function(){var N=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|[^[\]]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g,I=0,F=Object.prototype.toString;var E=function(ae,S,aa,V){aa=aa||[];S=S||document;if(S.nodeType!==1&&S.nodeType!==9){return[]}if(!ae||typeof ae!=="string"){return aa}var ab=[],ac,Y,ah,ag,Z,R,Q=true;N.lastIndex=0;while((ac=N.exec(ae))!==null){ab.push(ac[1]);if(ac[2]){R=RegExp.rightContext;break}}if(ab.length>1&&G.match.POS.exec(ae)){if(ab.length===2&&G.relative[ab[0]]){var U="",X;while((X=G.match.POS.exec(ae))){U+=X[0];ae=ae.replace(G.match.POS,"")}Y=E.filter(U,E(/\s$/.test(ae)?ae+"*":ae,S))}else{Y=G.relative[ab[0]]?[S]:E(ab.shift(),S);while(ab.length){var P=[];ae=ab.shift();if(G.relative[ae]){ae+=ab.shift()}for(var af=0,ad=Y.length;af<ad;af++){E(ae,Y[af],P)}Y=P}}}else{var ai=V?{expr:ab.pop(),set:D(V)}:E.find(ab.pop(),ab.length===1&&S.parentNode?S.parentNode:S);Y=E.filter(ai.expr,ai.set);if(ab.length>0){ah=D(Y)}else{Q=false}while(ab.length){var T=ab.pop(),W=T;if(!G.relative[T]){T=""}else{W=ab.pop()}if(W==null){W=S}G.relative[T](ah,W,M(S))}}if(!ah){ah=Y}if(!ah){throw"Syntax error, unrecognized expression: "+(T||ae)}if(F.call(ah)==="[object Array]"){if(!Q){aa.push.apply(aa,ah)}else{if(S.nodeType===1){for(var af=0;ah[af]!=null;af++){if(ah[af]&&(ah[af]===true||ah[af].nodeType===1&&H(S,ah[af]))){aa.push(Y[af])}}}else{for(var af=0;ah[af]!=null;af++){if(ah[af]&&ah[af].nodeType===1){aa.push(Y[af])}}}}}else{D(ah,aa)}if(R){E(R,S,aa,V)}return aa};E.matches=function(P,Q){return E(P,null,null,Q)};E.find=function(V,S){var W,Q;if(!V){return[]}for(var R=0,P=G.order.length;R<P;R++){var T=G.order[R],Q;if((Q=G.match[T].exec(V))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){Q[1]=(Q[1]||"").replace(/\\/g,"");W=G.find[T](Q,S);if(W!=null){V=V.replace(G.match[T],"");break}}}}if(!W){W=S.getElementsByTagName("*")}return{set:W,expr:V}};E.filter=function(S,ac,ad,T){var Q=S,Y=[],ah=ac,V,ab;while(S&&ac.length){for(var U in G.filter){if((V=G.match[U].exec(S))!=null){var Z=G.filter[U],R=null,X=0,aa,ag;ab=false;if(ah==Y){Y=[]}if(G.preFilter[U]){V=G.preFilter[U](V,ah,ad,Y,T);if(!V){ab=aa=true}else{if(V===true){continue}else{if(V[0]===true){R=[];var W=null,af;for(var ae=0;(af=ah[ae])!==g;ae++){if(af&&W!==af){R.push(af);W=af}}}}}}if(V){for(var ae=0;(ag=ah[ae])!==g;ae++){if(ag){if(R&&ag!=R[X]){X++}aa=Z(ag,V,X,R);var P=T^!!aa;if(ad&&aa!=null){if(P){ab=true}else{ah[ae]=false}}else{if(P){Y.push(ag);ab=true}}}}}if(aa!==g){if(!ad){ah=Y}S=S.replace(G.match[U],"");if(!ab){return[]}break}}}S=S.replace(/\s*,\s*/,"");if(S==Q){if(ab==null){throw"Syntax error, unrecognized expression: "+S}else{break}}Q=S}return ah};var G=E.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(P){return P.getAttribute("href")}},relative:{"+":function(T,Q){for(var R=0,P=T.length;R<P;R++){var S=T[R];if(S){var U=S.previousSibling;while(U&&U.nodeType!==1){U=U.previousSibling}T[R]=typeof Q==="string"?U||false:U===Q}}if(typeof Q==="string"){E.filter(Q,T,true)}},">":function(U,Q,V){if(typeof Q==="string"&&!/\W/.test(Q)){Q=V?Q:Q.toUpperCase();for(var R=0,P=U.length;R<P;R++){var T=U[R];if(T){var S=T.parentNode;U[R]=S.nodeName===Q?S:false}}}else{for(var R=0,P=U.length;R<P;R++){var T=U[R];if(T){U[R]=typeof Q==="string"?T.parentNode:T.parentNode===Q}}if(typeof Q==="string"){E.filter(Q,U,true)}}},"":function(S,Q,U){var R="done"+(I++),P=O;if(!Q.match(/\W/)){var T=Q=U?Q:Q.toUpperCase();P=L}P("parentNode",Q,R,S,T,U)},"~":function(S,Q,U){var R="done"+(I++),P=O;if(typeof Q==="string"&&!Q.match(/\W/)){var T=Q=U?Q:Q.toUpperCase();P=L}P("previousSibling",Q,R,S,T,U)}},find:{ID:function(Q,R){if(R.getElementById){var P=R.getElementById(Q[1]);return P?[P]:[]}},NAME:function(P,Q){return Q.getElementsByName?Q.getElementsByName(P[1]):null},TAG:function(P,Q){return Q.getElementsByTagName(P[1])}},preFilter:{CLASS:function(S,Q,R,P,U){S=" "+S[1].replace(/\\/g,"")+" ";for(var T=0;Q[T];T++){if(U^(" "+Q[T].className+" ").indexOf(S)>=0){if(!R){P.push(Q[T])}}else{if(R){Q[T]=false}}}return false},ID:function(P){return P[1].replace(/\\/g,"")},TAG:function(Q,P){for(var R=0;!P[R];R++){}return M(P[R])?Q[1]:Q[1].toUpperCase()},CHILD:function(P){if(P[1]=="nth"){var Q=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(P[2]=="even"&&"2n"||P[2]=="odd"&&"2n+1"||!/\D/.test(P[2])&&"0n+"+P[2]||P[2]);P[2]=(Q[1]+(Q[2]||1))-0;P[3]=Q[3]-0}P[0]="done"+(I++);return P},ATTR:function(Q){var P=Q[1];if(G.attrMap[P]){Q[1]=G.attrMap[P]}if(Q[2]==="~="){Q[4]=" "+Q[4]+" "}return Q},PSEUDO:function(T,Q,R,P,U){if(T[1]==="not"){if(T[3].match(N).length>1){T[3]=E(T[3],null,null,Q)}else{var S=E.filter(T[3],Q,R,true^U);if(!R){P.push.apply(P,S)}return false}}else{if(G.match.POS.test(T[0])){return true}}return T},POS:function(P){P.unshift(true);return P}},filters:{enabled:function(P){return P.disabled===false&&P.type!=="hidden"},disabled:function(P){return P.disabled===true},checked:function(P){return P.checked===true},selected:function(P){P.parentNode.selectedIndex;return P.selected===true},parent:function(P){return!!P.firstChild},empty:function(P){return!P.firstChild},has:function(R,Q,P){return!!E(P[3],R).length},header:function(P){return/h\d/i.test(P.nodeName)},text:function(P){return"text"===P.type},radio:function(P){return"radio"===P.type},checkbox:function(P){return"checkbox"===P.type},file:function(P){return"file"===P.type},password:function(P){return"password"===P.type},submit:function(P){return"submit"===P.type},image:function(P){return"image"===P.type},reset:function(P){return"reset"===P.type},button:function(P){return"button"===P.type||P.nodeName.toUpperCase()==="BUTTON"},input:function(P){return/input|select|textarea|button/i.test(P.nodeName)}},setFilters:{first:function(Q,P){return P===0},last:function(R,Q,P,S){return Q===S.length-1},even:function(Q,P){return P%2===0},odd:function(Q,P){return P%2===1},lt:function(R,Q,P){return Q<P[3]-0},gt:function(R,Q,P){return Q>P[3]-0},nth:function(R,Q,P){return P[3]-0==Q},eq:function(R,Q,P){return P[3]-0==Q}},filter:{CHILD:function(P,S){var V=S[1],W=P.parentNode;var U="child"+W.childNodes.length;if(W&&(!W[U]||!P.nodeIndex)){var T=1;for(var Q=W.firstChild;Q;Q=Q.nextSibling){if(Q.nodeType==1){Q.nodeIndex=T++}}W[U]=T-1}if(V=="first"){return P.nodeIndex==1}else{if(V=="last"){return P.nodeIndex==W[U]}else{if(V=="only"){return W[U]==1}else{if(V=="nth"){var Y=false,R=S[2],X=S[3];if(R==1&&X==0){return true}if(R==0){if(P.nodeIndex==X){Y=true}}else{if((P.nodeIndex-X)%R==0&&(P.nodeIndex-X)/R>=0){Y=true}}return Y}}}}},PSEUDO:function(V,R,S,W){var Q=R[1],T=G.filters[Q];if(T){return T(V,S,R,W)}else{if(Q==="contains"){return(V.textContent||V.innerText||"").indexOf(R[3])>=0}else{if(Q==="not"){var U=R[3];for(var S=0,P=U.length;S<P;S++){if(U[S]===V){return false}}return true}}}},ID:function(Q,P){return Q.nodeType===1&&Q.getAttribute("id")===P},TAG:function(Q,P){return(P==="*"&&Q.nodeType===1)||Q.nodeName===P},CLASS:function(Q,P){return P.test(Q.className)},ATTR:function(T,R){var P=G.attrHandle[R[1]]?G.attrHandle[R[1]](T):T[R[1]]||T.getAttribute(R[1]),U=P+"",S=R[2],Q=R[4];return P==null?false:S==="="?U===Q:S==="*="?U.indexOf(Q)>=0:S==="~="?(" "+U+" ").indexOf(Q)>=0:!R[4]?P:S==="!="?U!=Q:S==="^="?U.indexOf(Q)===0:S==="$="?U.substr(U.length-Q.length)===Q:S==="|="?U===Q||U.substr(0,Q.length+1)===Q+"-":false},POS:function(T,Q,R,U){var P=Q[2],S=G.setFilters[P];if(S){return S(T,R,Q,U)}}}};for(var K in G.match){G.match[K]=RegExp(G.match[K].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var D=function(Q,P){Q=Array.prototype.slice.call(Q);if(P){P.push.apply(P,Q);return P}return Q};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(J){D=function(T,S){var Q=S||[];if(F.call(T)==="[object Array]"){Array.prototype.push.apply(Q,T)}else{if(typeof T.length==="number"){for(var R=0,P=T.length;R<P;R++){Q.push(T[R])}}else{for(var R=0;T[R];R++){Q.push(T[R])}}}return Q}}(function(){var Q=document.createElement("form"),R="script"+(new Date).getTime();Q.innerHTML="<input name='"+R+"'/>";var P=document.documentElement;P.insertBefore(Q,P.firstChild);if(!!document.getElementById(R)){G.find.ID=function(T,U){if(U.getElementById){var S=U.getElementById(T[1]);return S?S.id===T[1]||S.getAttributeNode&&S.getAttributeNode("id").nodeValue===T[1]?[S]:g:[]}};G.filter.ID=function(U,S){var T=U.getAttributeNode&&U.getAttributeNode("id");return U.nodeType===1&&T&&T.nodeValue===S}}P.removeChild(Q)})();(function(){var P=document.createElement("div");P.appendChild(document.createComment(""));if(P.getElementsByTagName("*").length>0){G.find.TAG=function(Q,U){var T=U.getElementsByTagName(Q[1]);if(Q[1]==="*"){var S=[];for(var R=0;T[R];R++){if(T[R].nodeType===1){S.push(T[R])}}T=S}return T}}P.innerHTML="<a href='#'></a>";if(P.firstChild.getAttribute("href")!=="#"){G.attrHandle.href=function(Q){return Q.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var P=E;E=function(T,S,Q,R){S=S||document;if(!R&&S.nodeType===9){try{return D(S.querySelectorAll(T),Q)}catch(U){}}return P(T,S,Q,R)};E.find=P.find;E.filter=P.filter;E.selectors=P.selectors;E.matches=P.matches})()}if(document.documentElement.getElementsByClassName){G.order.splice(1,0,"CLASS");G.find.CLASS=function(P,Q){return Q.getElementsByClassName(P[1])}}function L(Q,W,V,Z,X,Y){for(var T=0,R=Z.length;T<R;T++){var P=Z[T];if(P){P=P[Q];var U=false;while(P&&P.nodeType){var S=P[V];if(S){U=Z[S];break}if(P.nodeType===1&&!Y){P[V]=T}if(P.nodeName===W){U=P;break}P=P[Q]}Z[T]=U}}}function O(Q,V,U,Y,W,X){for(var S=0,R=Y.length;S<R;S++){var P=Y[S];if(P){P=P[Q];var T=false;while(P&&P.nodeType){if(P[U]){T=Y[P[U]];break}if(P.nodeType===1){if(!X){P[U]=S}if(typeof V!=="string"){if(P===V){T=true;break}}else{if(E.filter(V,[P]).length>0){T=P;break}}}P=P[Q]}Y[S]=T}}}var H=document.compareDocumentPosition?function(Q,P){return Q.compareDocumentPosition(P)&16}:function(Q,P){return Q!==P&&(Q.contains?Q.contains(P):true)};var M=function(P){return P.documentElement&&!P.body||P.tagName&&P.ownerDocument&&!P.ownerDocument.body};n.find=E;n.filter=E.filter;n.expr=E.selectors;n.expr[":"]=n.expr.filters;E.selectors.filters.hidden=function(P){return"hidden"===P.type||n.css(P,"display")==="none"||n.css(P,"visibility")==="hidden"};E.selectors.filters.visible=function(P){return"hidden"!==P.type&&n.css(P,"display")!=="none"&&n.css(P,"visibility")!=="hidden"};E.selectors.filters.animated=function(P){return n.grep(n.timers,function(Q){return P===Q.elem}).length};n.multiFilter=function(R,P,Q){if(Q){R=":not("+R+")"}return E.matches(R,P)};n.dir=function(R,Q){var P=[],S=R[Q];while(S&&S!=document){if(S.nodeType==1){P.push(S)}S=S[Q]}return P};n.nth=function(T,P,R,S){P=P||1;var Q=0;for(;T;T=T[R]){if(T.nodeType==1&&++Q==P){break}}return T};n.sibling=function(R,Q){var P=[];for(;R;R=R.nextSibling){if(R.nodeType==1&&R!=Q){P.push(R)}}return P};return;l.Sizzle=E})();n.event={add:function(H,E,G,J){if(H.nodeType==3||H.nodeType==8){return}if(H.setInterval&&H!=l){H=l}if(!G.guid){G.guid=this.guid++}if(J!==g){var F=G;G=this.proxy(F);G.data=J}var D=n.data(H,"events")||n.data(H,"events",{}),I=n.data(H,"handle")||n.data(H,"handle",function(){return typeof n!=="undefined"&&!n.event.triggered?n.event.handle.apply(arguments.callee.elem,arguments):g});I.elem=H;n.each(E.split(/\s+/),function(L,M){var N=M.split(".");M=N.shift();G.type=N.slice().sort().join(".");var K=D[M];if(n.event.specialAll[M]){n.event.specialAll[M].setup.call(H,J,N)}if(!K){K=D[M]={};if(!n.event.special[M]||n.event.special[M].setup.call(H,J,N)===false){if(H.addEventListener){H.addEventListener(M,I,false)}else{if(H.attachEvent){H.attachEvent("on"+M,I)}}}}K[G.guid]=G;n.event.global[M]=true});H=null},guid:1,global:{},remove:function(J,G,I){if(J.nodeType==3||J.nodeType==8){return}var F=n.data(J,"events"),E,D;if(F){if(G===g||(typeof G==="string"&&G.charAt(0)==".")){for(var H in F){this.remove(J,H+(G||""))}}else{if(G.type){I=G.handler;G=G.type}n.each(G.split(/\s+/),function(L,N){var P=N.split(".");N=P.shift();var M=RegExp("(^|\\.)"+P.slice().sort().join(".*\\.")+"(\\.|$)");if(F[N]){if(I){delete F[N][I.guid]}else{for(var O in F[N]){if(M.test(F[N][O].type)){delete F[N][O]}}}if(n.event.specialAll[N]){n.event.specialAll[N].teardown.call(J,P)}for(E in F[N]){break}if(!E){if(!n.event.special[N]||n.event.special[N].teardown.call(J,P)===false){if(J.removeEventListener){J.removeEventListener(N,n.data(J,"handle"),false)}else{if(J.detachEvent){J.detachEvent("on"+N,n.data(J,"handle"))}}}E=null;delete F[N]}}})}for(E in F){break}if(!E){var K=n.data(J,"handle");if(K){K.elem=null}n.removeData(J,"events");n.removeData(J,"handle")}}},trigger:function(H,J,G,D){var F=H.type||H;if(!D){H=typeof H==="object"?H[h]?H:n.extend(n.Event(F),H):n.Event(F);if(F.indexOf("!")>=0){H.type=F=F.slice(0,-1);H.exclusive=true}if(!G){H.stopPropagation();if(this.global[F]){n.each(n.cache,function(){if(this.events&&this.events[F]){n.event.trigger(H,J,this.handle.elem)}})}}if(!G||G.nodeType==3||G.nodeType==8){return g}H.result=g;H.target=G;J=n.makeArray(J);J.unshift(H)}H.currentTarget=G;var I=n.data(G,"handle");if(I){I.apply(G,J)}if((!G[F]||(n.nodeName(G,"a")&&F=="click"))&&G["on"+F]&&G["on"+F].apply(G,J)===false){H.result=false}if(!D&&G[F]&&!H.isDefaultPrevented()&&!(n.nodeName(G,"a")&&F=="click")){this.triggered=true;try{G[F]()}catch(K){}}this.triggered=false;if(!H.isPropagationStopped()){var E=G.parentNode||G.ownerDocument;if(E){n.event.trigger(H,J,E,true)}}},handle:function(J){var I,D;J=arguments[0]=n.event.fix(J||l.event);var K=J.type.split(".");J.type=K.shift();I=!K.length&&!J.exclusive;var H=RegExp("(^|\\.)"+K.slice().sort().join(".*\\.")+"(\\.|$)");D=(n.data(this,"events")||{})[J.type];for(var F in D){var G=D[F];if(I||H.test(G.type)){J.handler=G;J.data=G.data;var E=G.apply(this,arguments);if(E!==g){J.result=E;if(E===false){J.preventDefault();J.stopPropagation()}}if(J.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(G){if(G[h]){return G}var E=G;G=n.Event(E);for(var F=this.props.length,I;F;){I=this.props[--F];G[I]=E[I]}if(!G.target){G.target=G.srcElement||document}if(G.target.nodeType==3){G.target=G.target.parentNode}if(!G.relatedTarget&&G.fromElement){G.relatedTarget=G.fromElement==G.target?G.toElement:G.fromElement}if(G.pageX==null&&G.clientX!=null){var H=document.documentElement,D=document.body;G.pageX=G.clientX+(H&&H.scrollLeft||D&&D.scrollLeft||0)-(H.clientLeft||0);G.pageY=G.clientY+(H&&H.scrollTop||D&&D.scrollTop||0)-(H.clientTop||0)}if(!G.which&&((G.charCode||G.charCode===0)?G.charCode:G.keyCode)){G.which=G.charCode||G.keyCode}if(!G.metaKey&&G.ctrlKey){G.metaKey=G.ctrlKey}if(!G.which&&G.button){G.which=(G.button&1?1:(G.button&2?3:(G.button&4?2:0)))}return G},proxy:function(E,D){D=D||function(){return E.apply(this,arguments)};D.guid=E.guid=E.guid||D.guid||this.guid++;return D},special:{ready:{setup:A,teardown:function(){}}},specialAll:{live:{setup:function(D,E){n.event.add(this,E[0],c)},teardown:function(F){if(F.length){var D=0,E=RegExp("(^|\\.)"+F[0]+"(\\.|$)");n.each((n.data(this,"events").live||{}),function(){if(E.test(this.type)){D++}});if(D<1){n.event.remove(this,F[0],c)}}}}}};n.Event=function(D){if(!this.preventDefault){return new n.Event(D)}if(D&&D.type){this.originalEvent=D;this.type=D.type;this.timeStamp=D.timeStamp}else{this.type=D}if(!this.timeStamp){this.timeStamp=e()}this[h]=true};function k(){return false}function t(){return true}n.Event.prototype={preventDefault:function(){this.isDefaultPrevented=t;var D=this.originalEvent;if(!D){return}if(D.preventDefault){D.preventDefault()}D.returnValue=false},stopPropagation:function(){this.isPropagationStopped=t;var D=this.originalEvent;if(!D){return}if(D.stopPropagation){D.stopPropagation()}D.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=t;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(E){var D=E.relatedTarget;while(D&&D!=this){try{D=D.parentNode}catch(F){D=this}}if(D!=this){E.type=E.data;n.event.handle.apply(this,arguments)}};n.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(E,D){n.event.special[D]={setup:function(){n.event.add(this,E,a,D)},teardown:function(){n.event.remove(this,E,a)}}});n.fn.extend({bind:function(E,F,D){return E=="unload"?this.one(E,F,D):this.each(function(){n.event.add(this,E,D||F,D&&F)})},one:function(F,G,E){var D=n.event.proxy(E||G,function(H){n(this).unbind(H,D);return(E||G).apply(this,arguments)});return this.each(function(){n.event.add(this,F,D,E&&G)})},unbind:function(E,D){return this.each(function(){n.event.remove(this,E,D)})},trigger:function(D,E){return this.each(function(){n.event.trigger(D,E,this)})},triggerHandler:function(D,F){if(this[0]){var E=n.Event(D);E.preventDefault();E.stopPropagation();n.event.trigger(E,F,this[0]);return E.result}},toggle:function(F){var D=arguments,E=1;while(E<D.length){n.event.proxy(F,D[E++])}return this.click(n.event.proxy(F,function(G){this.lastToggle=(this.lastToggle||0)%E;G.preventDefault();return D[this.lastToggle++].apply(this,arguments)||false}))},hover:function(D,E){return this.mouseenter(D).mouseleave(E)},ready:function(D){A();if(n.isReady){D.call(document,n)}else{n.readyList.push(D)}return this},live:function(F,E){var D=n.event.proxy(E);D.guid+=this.selector+F;n(document).bind(i(F,this.selector),this.selector,D);return this},die:function(E,D){n(document).unbind(i(E,this.selector),D?{guid:D.guid+this.selector+E}:null);return this}});function c(G){var D=RegExp("(^|\\.)"+G.type+"(\\.|$)"),F=true,E=[];n.each(n.data(this,"events").live||[],function(H,I){if(D.test(I.type)){var J=n(G.target).closest(I.data)[0];if(J){E.push({elem:J,fn:I})}}});n.each(E,function(){if(!G.isImmediatePropagationStopped()&&this.fn.call(this.elem,G,this.fn.data)===false){F=false}});return F}function i(E,D){return["live",E,D.replace(/\./g,"`").replace(/ /g,"|")].join(".")}n.extend({isReady:false,readyList:[],ready:function(){if(!n.isReady){n.isReady=true;if(n.readyList){n.each(n.readyList,function(){this.call(document,n)});n.readyList=null}n(document).triggerHandler("ready")}}});var w=false;function A(){if(w){return}w=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);n.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);n.ready()}});if(document.documentElement.doScroll&&!l.frameElement){(function(){if(n.isReady){return}try{document.documentElement.doScroll("left")}catch(D){setTimeout(arguments.callee,0);return}n.ready()})()}}}n.event.add(l,"load",n.ready)}n.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(E,D){n.fn[D]=function(F){return F?this.bind(D,F):this.trigger(D)}});n(l).bind("unload",function(){for(var D in n.cache){if(D!=1&&n.cache[D].handle){n.event.remove(n.cache[D].handle.elem)}}});(function(){n.support={};var E=document.documentElement,F=document.createElement("script"),J=document.createElement("div"),I="script"+(new Date).getTime();J.style.display="none";J.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var G=J.getElementsByTagName("*"),D=J.getElementsByTagName("a")[0];if(!G||!G.length||!D){return}n.support={leadingWhitespace:J.firstChild.nodeType==3,tbody:!J.getElementsByTagName("tbody").length,objectAll:!!J.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!J.getElementsByTagName("link").length,style:/red/.test(D.getAttribute("style")),hrefNormalized:D.getAttribute("href")==="/a",opacity:D.style.opacity==="0.5",cssFloat:!!D.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};F.type="text/javascript";try{F.appendChild(document.createTextNode("window."+I+"=1;"))}catch(H){}E.insertBefore(F,E.firstChild);if(l[I]){n.support.scriptEval=true;delete l[I]}E.removeChild(F);if(J.attachEvent&&J.fireEvent){J.attachEvent("onclick",function(){n.support.noCloneEvent=false;J.detachEvent("onclick",arguments.callee)});J.cloneNode(true).fireEvent("onclick")}n(function(){var K=document.createElement("div");K.style.width="1px";K.style.paddingLeft="1px";document.body.appendChild(K);n.boxModel=n.support.boxModel=K.offsetWidth===2;document.body.removeChild(K)})})();var v=n.support.cssFloat?"cssFloat":"styleFloat";n.props={"for":"htmlFor","class":"className","float":v,cssFloat:v,styleFloat:v,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};n.fn.extend({_load:n.fn.load,load:function(F,I,J){if(typeof F!=="string"){return this._load(F)}var H=F.indexOf(" ");if(H>=0){var D=F.slice(H,F.length);F=F.slice(0,H)}var G="GET";if(I){if(n.isFunction(I)){J=I;I=null}else{if(typeof I==="object"){I=n.param(I);G="POST"}}}var E=this;n.ajax({url:F,type:G,dataType:"html",data:I,complete:function(L,K){if(K=="success"||K=="notmodified"){E.html(D?n("<div/>").append(L.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(D):L.responseText)}if(J){E.each(J,[L.responseText,K,L])}}});return this},serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?n.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type))}).map(function(D,E){var F=n(this).val();return F==null?null:n.isArray(F)?n.map(F,function(H,G){return{name:E.name,value:H}}):{name:E.name,value:F}}).get()}});n.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(D,E){n.fn[E]=function(F){return this.bind(E,F)}});var q=e();n.extend({get:function(D,F,G,E){if(n.isFunction(F)){G=F;F=null}return n.ajax({type:"GET",url:D,data:F,success:G,dataType:E})},getScript:function(D,E){return n.get(D,null,E,"script")},getJSON:function(D,E,F){return n.get(D,E,F,"json")},post:function(D,F,G,E){if(n.isFunction(F)){G=F;F={}}return n.ajax({type:"POST",url:D,data:F,success:G,dataType:E})},ajaxSetup:function(D){n.extend(n.ajaxSettings,D)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(L){L=n.extend(true,L,n.extend(true,{},n.ajaxSettings,L));var V,E=/=\?(&|$)/g,Q,U,F=L.type.toUpperCase();if(L.data&&L.processData&&typeof L.data!=="string"){L.data=n.param(L.data)}if(L.dataType=="jsonp"){if(F=="GET"){if(!L.url.match(E)){L.url+=(L.url.match(/\?/)?"&":"?")+(L.jsonp||"callback")+"=?"}}else{if(!L.data||!L.data.match(E)){L.data=(L.data?L.data+"&":"")+(L.jsonp||"callback")+"=?"}}L.dataType="json"}if(L.dataType=="json"&&(L.data&&L.data.match(E)||L.url.match(E))){V="jsonp"+q++;if(L.data){L.data=(L.data+"").replace(E,"="+V+"$1")}L.url=L.url.replace(E,"="+V+"$1");L.dataType="script";l[V]=function(W){U=W;H();K();l[V]=g;try{delete l[V]}catch(X){}if(G){G.removeChild(S)}}}if(L.dataType=="script"&&L.cache==null){L.cache=false}if(L.cache===false&&F=="GET"){var D=e();var T=L.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+D+"$2");L.url=T+((T==L.url)?(L.url.match(/\?/)?"&":"?")+"_="+D:"")}if(L.data&&F=="GET"){L.url+=(L.url.match(/\?/)?"&":"?")+L.data;L.data=null}if(L.global&&!n.active++){n.event.trigger("ajaxStart")}var P=/^(\w+:)?\/\/([^\/?#]+)/.exec(L.url);if(L.dataType=="script"&&F=="GET"&&P&&(P[1]&&P[1]!=location.protocol||P[2]!=location.host)){var G=document.getElementsByTagName("head")[0];var S=document.createElement("script");S.src=L.url;if(L.scriptCharset){S.charset=L.scriptCharset}if(!V){var N=false;S.onload=S.onreadystatechange=function(){if(!N&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){N=true;H();K();G.removeChild(S)}}}G.appendChild(S);return g}var J=false;var I=L.xhr();if(L.username){I.open(F,L.url,L.async,L.username,L.password)}else{I.open(F,L.url,L.async)}try{if(L.data){I.setRequestHeader("Content-Type",L.contentType)}if(L.ifModified){I.setRequestHeader("If-Modified-Since",n.lastModified[L.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}I.setRequestHeader("X-Requested-With","XMLHttpRequest");I.setRequestHeader("Accept",L.dataType&&L.accepts[L.dataType]?L.accepts[L.dataType]+", */*":L.accepts._default)}catch(R){}if(L.beforeSend&&L.beforeSend(I,L)===false){if(L.global&&!--n.active){n.event.trigger("ajaxStop")}I.abort();return false}if(L.global){n.event.trigger("ajaxSend",[I,L])}var M=function(W){if(I.readyState==0){if(O){clearInterval(O);O=null;if(L.global&&!--n.active){n.event.trigger("ajaxStop")}}}else{if(!J&&I&&(I.readyState==4||W=="timeout")){J=true;if(O){clearInterval(O);O=null}Q=W=="timeout"?"timeout":!n.httpSuccess(I)?"error":L.ifModified&&n.httpNotModified(I,L.url)?"notmodified":"success";if(Q=="success"){try{U=n.httpData(I,L.dataType,L)}catch(Y){Q="parsererror"}}if(Q=="success"){var X;try{X=I.getResponseHeader("Last-Modified")}catch(Y){}if(L.ifModified&&X){n.lastModified[L.url]=X}if(!V){H()}}else{n.handleError(L,I,Q)}K();if(L.async){I=null}}}};if(L.async){var O=setInterval(M,13);if(L.timeout>0){setTimeout(function(){if(I){if(!J){M("timeout")}if(I){I.abort()}}},L.timeout)}}try{I.send(L.data)}catch(R){n.handleError(L,I,null,R)}if(!L.async){M()}function H(){if(L.success){L.success(U,Q)}if(L.global){n.event.trigger("ajaxSuccess",[I,L])}}function K(){if(L.complete){L.complete(I,Q)}if(L.global){n.event.trigger("ajaxComplete",[I,L])}if(L.global&&!--n.active){n.event.trigger("ajaxStop")}}return I},handleError:function(E,G,D,F){if(E.error){E.error(G,D,F)}if(E.global){n.event.trigger("ajaxError",[G,E,F])}},active:0,httpSuccess:function(E){try{return!E.status&&location.protocol=="file:"||(E.status>=200&&E.status<300)||E.status==304||E.status==1223}catch(D){}return false},httpNotModified:function(F,D){try{var G=F.getResponseHeader("Last-Modified");return F.status==304||G==n.lastModified[D]}catch(E){}return false},httpData:function(I,G,F){var E=I.getResponseHeader("content-type"),D=G=="xml"||!G&&E&&E.indexOf("xml")>=0,H=D?I.responseXML:I.responseText;if(D&&H.documentElement.tagName=="parsererror"){throw"parsererror"}if(F&&F.dataFilter){H=F.dataFilter(H,G)}if(typeof H==="string"){if(G=="script"){n.globalEval(H)}if(G=="json"){H=l["eval"]("("+H+")")}}return H},param:function(D){var F=[];function G(H,I){F[F.length]=encodeURIComponent(H)+"="+encodeURIComponent(I)}if(n.isArray(D)||D.jquery){n.each(D,function(){G(this.name,this.value)})}else{for(var E in D){if(n.isArray(D[E])){n.each(D[E],function(){G(E,this)})}else{G(E,n.isFunction(D[E])?D[E]():D[E])}}}return F.join("&").replace(/%20/g,"+")}});var m={},d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function s(E,D){var F={};n.each(d.concat.apply([],d.slice(0,D)),function(){F[this]=E});return F}n.fn.extend({show:function(I,K){if(I){return this.animate(s("show",3),I,K)}else{for(var G=0,E=this.length;G<E;G++){var D=n.data(this[G],"olddisplay");this[G].style.display=D||"";if(n.css(this[G],"display")==="none"){var F=this[G].tagName,J;if(m[F]){J=m[F]}else{var H=n("<"+F+" />").appendTo("body");J=H.css("display");if(J==="none"){J="block"}H.remove();m[F]=J}this[G].style.display=n.data(this[G],"olddisplay",J)}}return this}},hide:function(G,H){if(G){return this.animate(s("hide",3),G,H)}else{for(var F=0,E=this.length;F<E;F++){var D=n.data(this[F],"olddisplay");if(!D&&D!=="none"){n.data(this[F],"olddisplay",n.css(this[F],"display"))}this[F].style.display="none"}return this}},_toggle:n.fn.toggle,toggle:function(F,E){var D=typeof F==="boolean";return n.isFunction(F)&&n.isFunction(E)?this._toggle.apply(this,arguments):F==null||D?this.each(function(){var G=D?F:n(this).is(":hidden");n(this)[G?"show":"hide"]()}):this.animate(s("toggle",3),F,E)},fadeTo:function(D,F,E){return this.animate({opacity:F},D,E)},animate:function(H,E,G,F){var D=n.speed(E,G,F);return this[D.queue===false?"each":"queue"](function(){var J=n.extend({},D),L,K=this.nodeType==1&&n(this).is(":hidden"),I=this;for(L in H){if(H[L]=="hide"&&K||H[L]=="show"&&!K){return J.complete.call(this)}if((L=="height"||L=="width")&&this.style){J.display=n.css(this,"display");J.overflow=this.style.overflow}}if(J.overflow!=null){this.style.overflow="hidden"}J.curAnim=n.extend({},H);n.each(H,function(N,R){var Q=new n.fx(I,J,N);if(/toggle|show|hide/.test(R)){Q[R=="toggle"?K?"show":"hide":R](H)}else{var P=R.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),S=Q.cur(true)||0;if(P){var M=parseFloat(P[2]),O=P[3]||"px";if(O!="px"){I.style[N]=(M||1)+O;S=((M||1)/Q.cur(true))*S;I.style[N]=S+O}if(P[1]){M=((P[1]=="-="?-1:1)*M)+S}Q.custom(S,M,O)}else{Q.custom(S,R,"")}}});return true})},stop:function(E,D){var F=n.timers;if(E){this.queue([])}this.each(function(){for(var G=F.length-1;G>=0;G--){if(F[G].elem==this){if(D){F[G](true)}F.splice(G,1)}}});if(!D){this.dequeue()}return this}});n.each({slideDown:s("show",1),slideUp:s("hide",1),slideToggle:s("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(D,E){n.fn[D]=function(F,G){return this.animate(E,F,G)}});n.extend({speed:function(F,G,E){var D=typeof F==="object"?F:{complete:E||!E&&G||n.isFunction(F)&&F,duration:F,easing:E&&G||G&&!n.isFunction(G)&&G};D.duration=n.fx.off?0:typeof D.duration==="number"?D.duration:n.fx.speeds[D.duration]||n.fx.speeds._default;D.old=D.complete;D.complete=function(){if(D.queue!==false){n(this).dequeue()}if(n.isFunction(D.old)){D.old.call(this)}};return D},easing:{linear:function(F,G,D,E){return D+E*F},swing:function(F,G,D,E){return((-Math.cos(F*Math.PI)/2)+0.5)*E+D}},timers:[],timerId:null,fx:function(E,D,F){this.options=D;this.elem=E;this.prop=F;if(!D.orig){D.orig={}}}});n.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(n.fx.step[this.prop]||n.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(E){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var D=parseFloat(n.css(this.elem,this.prop,E));return D&&D>-10000?D:parseFloat(n.curCSS(this.elem,this.prop))||0},custom:function(H,G,F){this.startTime=e();this.start=H;this.end=G;this.unit=F||this.unit||"px";this.now=this.start;this.pos=this.state=0;var D=this;function E(I){return D.step(I)}E.elem=this.elem;n.timers.push(E);if(E()&&n.timerId==null){n.timerId=setInterval(function(){var J=n.timers;for(var I=0;I<J.length;I++){if(!J[I]()){J.splice(I--,1)}}if(!J.length){clearInterval(n.timerId);n.timerId=null}},13)}},show:function(){this.options.orig[this.prop]=n.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());n(this.elem).show()},hide:function(){this.options.orig[this.prop]=n.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(G){var F=e();if(G||F>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var D=true;for(var E in this.options.curAnim){if(this.options.curAnim[E]!==true){D=false}}if(D){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(n.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){n(this.elem).hide()}if(this.options.hide||this.options.show){for(var H in this.options.curAnim){n.attr(this.elem.style,H,this.options.orig[H])}}}if(D){this.options.complete.call(this.elem)}return false}else{var I=F-this.startTime;this.state=I/this.options.duration;this.pos=n.easing[this.options.easing||(n.easing.swing?"swing":"linear")](this.state,I,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};n.extend(n.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(D){n.attr(D.elem.style,"opacity",D.now)},_default:function(D){if(D.elem.style&&D.elem.style[D.prop]!=null){D.elem.style[D.prop]=D.now+D.unit}else{D.elem[D.prop]=D.now}}}});if(document.documentElement.getBoundingClientRect){n.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return n.offset.bodyOffset(this[0])}var F=this[0].getBoundingClientRect(),I=this[0].ownerDocument,E=I.body,D=I.documentElement,K=D.clientTop||E.clientTop||0,J=D.clientLeft||E.clientLeft||0,H=F.top+(self.pageYOffset||n.boxModel&&D.scrollTop||E.scrollTop)-K,G=F.left+(self.pageXOffset||n.boxModel&&D.scrollLeft||E.scrollLeft)-J;return{top:H,left:G}}}else{n.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return n.offset.bodyOffset(this[0])}n.offset.initialized||n.offset.initialize();var I=this[0],F=I.offsetParent,E=I,N=I.ownerDocument,L,G=N.documentElement,J=N.body,K=N.defaultView,D=K.getComputedStyle(I,null),M=I.offsetTop,H=I.offsetLeft;while((I=I.parentNode)&&I!==J&&I!==G){L=K.getComputedStyle(I,null);M-=I.scrollTop,H-=I.scrollLeft;if(I===F){M+=I.offsetTop,H+=I.offsetLeft;if(n.offset.doesNotAddBorder&&!(n.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(I.tagName))){M+=parseInt(L.borderTopWidth,10)||0,H+=parseInt(L.borderLeftWidth,10)||0}E=F,F=I.offsetParent}if(n.offset.subtractsBorderForOverflowNotVisible&&L.overflow!=="visible"){M+=parseInt(L.borderTopWidth,10)||0,H+=parseInt(L.borderLeftWidth,10)||0}D=L}if(D.position==="relative"||D.position==="static"){M+=J.offsetTop,H+=J.offsetLeft}if(D.position==="fixed"){M+=Math.max(G.scrollTop,J.scrollTop),H+=Math.max(G.scrollLeft,J.scrollLeft)}return{top:M,left:H}}}n.offset={initialize:function(){if(this.initialized){return}var K=document.body,E=document.createElement("div"),G,F,M,H,L,D,I=K.style.marginTop,J='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"cellpadding="0"cellspacing="0"><tr><td></td></tr></table>';L={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(D in L){E.style[D]=L[D]}E.innerHTML=J;K.insertBefore(E,K.firstChild);G=E.firstChild,F=G.firstChild,H=G.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(F.offsetTop!==5);this.doesAddBorderForTableAndCells=(H.offsetTop===5);G.style.overflow="hidden",G.style.position="relative";this.subtractsBorderForOverflowNotVisible=(F.offsetTop===-5);K.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(K.offsetTop===0);K.style.marginTop=I;K.removeChild(E);this.initialized=true},bodyOffset:function(D){n.offset.initialized||n.offset.initialize();var F=D.offsetTop,E=D.offsetLeft;if(n.offset.doesNotIncludeMarginInBodyOffset){F+=parseInt(n.curCSS(D,"marginTop",true),10)||0,E+=parseInt(n.curCSS(D,"marginLeft",true),10)||0}return{top:F,left:E}}};n.fn.extend({position:function(){var H=0,G=0,E;if(this[0]){var F=this.offsetParent(),I=this.offset(),D=/^body|html$/i.test(F[0].tagName)?{top:0,left:0}:F.offset();I.top-=j(this,"marginTop");I.left-=j(this,"marginLeft");D.top+=j(F,"borderTopWidth");D.left+=j(F,"borderLeftWidth");E={top:I.top-D.top,left:I.left-D.left}}return E},offsetParent:function(){var D=this[0].offsetParent||document.body;while(D&&(!/^body|html$/i.test(D.tagName)&&n.css(D,"position")=="static")){D=D.offsetParent}return n(D)}});n.each(["Left","Top"],function(E,D){var F="scroll"+D;n.fn[F]=function(G){if(!this[0]){return null}return G!==g?this.each(function(){this==l||this==document?l.scrollTo(!E?G:n(l).scrollLeft(),E?G:n(l).scrollTop()):this[F]=G}):this[0]==l||this[0]==document?self[E?"pageYOffset":"pageXOffset"]||n.boxModel&&document.documentElement[F]||document.body[F]:this[0][F]}});n.each(["Height","Width"],function(G,E){var D=G?"Left":"Top",F=G?"Right":"Bottom";n.fn["inner"+E]=function(){return this[E.toLowerCase()]()+j(this,"padding"+D)+j(this,"padding"+F)};n.fn["outer"+E]=function(I){return this["inner"+E]()+j(this,"border"+D+"Width")+j(this,"border"+F+"Width")+(I?j(this,"margin"+D)+j(this,"margin"+F):0)};var H=E.toLowerCase();n.fn[H]=function(I){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+E]||document.body["client"+E]:this[0]==document?Math.max(document.documentElement["client"+E],document.body["scroll"+E],document.documentElement["scroll"+E],document.body["offset"+E],document.documentElement["offset"+E]):I===g?(this.length?n.css(this[0],H):null):this.css(H,typeof I==="string"?I:I+"px")}})})();function keys(dict)
{_keys=new Array();for(k in dict)_keys.push(k);return _keys;}
function dict_count(dict)
{count=0;for(k in dict)count+=1;return count;}
function confirm_url(msg,url)
{if(confirm(msg))document.location.href=url;}
function selection_value(sel)
{sel=$(sel)[0];return sel.options[sel.selectedIndex].value;}
function load_ajax_content(url,target)
{$(target).load(url);}
function gather_input_values(container)
{params={};fields=$(container).find("input");for(i=0;i<fields.length;i++)
{field=fields[i];if(field.type=="checkbox")
{if(field.checked){params[field.name]="1";}}else{params[field.name]=field.value;}}
fields=$(container).find("select");for(i=0;i<fields.length;i++)
{field=fields[i];params[field.name]=selection_value(field);}
return params;}
function toggle_proposals_preview(shell,container,url)
{shell=$(shell);if(shell.hasClass("invisible")&&shell.hasClass("no-content"))
{load_ajax_content(url,container)
shell.removeClass("no-content");}
shell.toggleClass("invisible");}
function autoredirect(anchor)
{if(!autoredirect_enabled)return;href=$(anchor)[0].href;$(document).ready(function(){window.setTimeout(function(){document.location.href=href;},800);});}
function submit_form_and_wait(form,elm_to_hide,waiting_img)
{$(waiting_img).replaceAll(elm_to_hide);$(form)[0].submit();}
function url_add_parameters(url,params)
{if(dict_count(params)==0)return url;if(url.indexOf("?")<0)
url+="?";if(url.indexOf("=")>=0)
url+="&";return url+jQuery.param(params);}
function block_window_navigation(message)
{window.onbeforeunload=function()
{return message;};}
function unblock_window_navigation()
{window.onbeforeunload=null;}
function setup_tables_stripes(table_class,table_with_header_class)
{function spread_attr(tables,attr_name,ofs)
{for(i=0;i<tables.length;i++)
{table=tables[i];$(table).find("tr:nth-child(2n+"+(3+ofs)+")").attr(attr_name,$(table).find("tr:nth-child("+(1+ofs)+")").attr(attr_name));$(table).find("tr:nth-child(2n+"+(4+ofs)+")").attr(attr_name,$(table).find("tr:nth-child("+(2+ofs)+")").attr(attr_name));}}
$(document).ready(function(){spread_attr($("table."+table_class),"style",0)
spread_attr($("table."+table_class),"class",0)
spread_attr($("table."+table_with_header_class),"style",1)
spread_attr($("table."+table_with_header_class),"class",1)});}
function GridEditor(rawdata_input,container)
{this.container=$(container);this.rawdata_input=$(rawdata_input)[0];this.original_content=$(container).html();this.load_content=function(url){container=this.container;rawdata_input=this.rawdata_input;params={};params[rawdata_input.name]=rawdata_input.value;url=url_add_parameters(url,params);container.html(this.original_content);jQuery.getJSON(url,function(data,text_status){container.html(data.html);rawdata_input.value=data.rawdata;});}
this.add_row=function(url,block_with_new_values){params=gather_input_values(block_with_new_values);url=url_add_parameters(url,params);this.load_content(url);}}
tabs={};function tabs_register(tabs_name,tab_id,body_id)
{if(!(tabs_name in tabs))tabs[tabs_name]=new Array();tabs[tabs_name].push({tab_id:tab_id,body_id:body_id});}
function tabs_activate(tabs_name,tab_id)
{tbs=tabs[tabs_name];for(i=0;i<tbs.length;i++)
{tab=tbs[i];div_tab=$(tab.tab_id)
if(tab.tab_id==tab_id)
{div_tab[0].className="active";$(tab.body_id).show();}else{div_tab[0].className="";$(tab.body_id).hide();}}}
g_ping_planned=false;function plan_ping()
{if(g_ping_planned)return;g_ping_planned=true;window.setTimeout(function(){doSimpleXMLHttpRequest(g_root+"ping");},1000*60*10);}
function tinymce_event_handler(e)
{plan_ping();}
function setup_tinymce()
{if(!need_wysiwyg_editor)return;tinyMCE.init({editor_selector:"mceEditor",theme:"advanced",mode:"textareas",plugins:"contextmenu,insertdatetime,layer,paste,searchreplace,table,style,nonbreaking,visualchars,fullscreen,advlink,advimage,media,autonbsp",theme_advanced_buttons1:"cut,copy,paste,pastetext,pasteword,|,search,replace,|,undo,redo,|,insertlayer,moveforward,movebackward,absolute,|,link,unlink,anchor,image,media,|,insertdate,inserttime,charmap,hr,nonbreaking,autonbsp,visualchars",theme_advanced_buttons2:"bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,styleselect,|,bullist,numlist,|,sub,sup,|,outdent,indent",theme_advanced_buttons3:"forecolor,code,removeformat,cleanup,|,tablecontrols,|,fullscreen",theme_advanced_toolbar_location:"top",theme_advanced_toolbar_align:"left",theme_advanced_statusbar_location:"none",theme_advanced_resizing:true,theme_advanced_resize_horizontal:false,theme_advanced_resizing_use_cookie:false,theme_advanced_path:true,theme_advanced_fonts:"Arial=sans-serif;Times=Times New Roman, Times, serif;Courier=courier new,courier,monospace",theme_advanced_blockformats:"p,h1,h2,h3",theme_advanced_styles:tinymce_styles,plugin_insertdate_dateFormat:"%d.%m.%Y",plugin_insertdate_timeFormat:"%H:%M:%S",language:"cs",accessibility_warnings:false,convert_fonts_to_spans:true,entities:"160,nbsp,38,amp,34,quot,60,lt,62,gt",entity_encoding:"named",convert_urls:false,verify_html:false,apply_source_formatting:true,cleanup_on_startup:true,invalid_elements:"",auto_reset_designmode:true,handle_event_callback:"tinymce_event_handler"});}
setup_tinymce();setup_tables_stripes("table-stripes","table-header-stripes");function hide_flash(){$(".flash").hide();}
function show_flash(){$(".flash").show();}
function setup_cufon(){Cufon.replace('h1');Cufon.replace('h2');Cufon.replace('h3');}
var $pp_pic_holder;var $ppt;(function($){$.fn.prettyPhoto=function(settings){var doresize=true;var percentBased=false;var imagesArray=[];var setPosition=0;var pp_contentHeight;var pp_contentWidth;var pp_containerHeight;var pp_containerWidth;var pp_type='image';var $caller;var $scrollPos=_getScroll();$(window).scroll(function(){$scrollPos=_getScroll();_centerPicture();});$(window).resize(function(){_centerPicture();_resizeOverlay();});$(document).keypress(function(e){switch(e.keyCode){case 37:if(setPosition==1)return;changePicture('previous');break;case 39:if(setPosition==setCount)return;changePicture('next');break;case 27:close();break;};});settings=jQuery.extend({animationSpeed:'normal',padding:40,opacity:0.80,showTitle:true,allowresize:true,counter_separator_label:'/',theme:'light_rounded',callback:function(){}},settings);if($.browser.msie&&$.browser.version==6){settings.theme="light_square";}
$(this).each(function(){var hasTitle=false;var isSet=false;var setCount=0;var arrayPosition=0;imagesArray[imagesArray.length]=this;$(this).bind('click',function(){open(this);return false;});});function open(el){$caller=$(el);theRel=$caller.attr('rel');galleryRegExp=/\[(?:.*)\]/;theGallery=galleryRegExp.exec(theRel);isSet=false;setCount=0;_getFileType();for(i=0;i<imagesArray.length;i++){if($(imagesArray[i]).attr('rel').indexOf(theGallery)!=-1){setCount++;if(setCount>1)isSet=true;if($(imagesArray[i]).attr('href')==$caller.attr('href')){setPosition=setCount;arrayPosition=i;};};};_buildOverlay();$pp_pic_holder.find('p.currentTextHolder').text(setPosition+settings.counter_separator_label+setCount);_centerPicture();$('#pp_full_res').hide();$pp_pic_holder.find('.pp_loaderIcon').show();};showimage=function(width,height,containerWidth,containerHeight,contentHeight,contentWidth,resized){$('.pp_loaderIcon').hide();if($.browser.opera){windowHeight=window.innerHeight;windowWidth=window.innerWidth;}else{windowHeight=$(window).height();windowWidth=$(window).width();};$pp_pic_holder.find('.pp_content').animate({'height':contentHeight},settings.animationSpeed);projectedTop=$scrollPos['scrollTop']+((windowHeight/2)-(containerHeight/2));if(projectedTop<0)projectedTop=0+$pp_pic_holder.find('.ppt').height();$pp_pic_holder.animate({'top':projectedTop,'left':((windowWidth/2)-(containerWidth/2)),'width':containerWidth},settings.animationSpeed,function(){$pp_pic_holder.width(containerWidth);$pp_pic_holder.find('.pp_hoverContainer,#fullResImage').height(height).width(width);$pp_pic_holder.find('#pp_full_res').fadeIn(settings.animationSpeed,function(){$(this).find('object,embed').css('visibility','visible');});_showContent();if(resized)$('a.pp_expand,a.pp_contract').fadeIn(settings.animationSpeed);});};function _showContent(){if(isSet&&pp_type=="image"){$pp_pic_holder.find('.pp_hoverContainer').fadeIn(settings.animationSpeed);}else{$pp_pic_holder.find('.pp_hoverContainer').hide();}
$pp_pic_holder.find('.pp_details').fadeIn(settings.animationSpeed);if(settings.showTitle&&hasTitle){$ppt.css({'top':$pp_pic_holder.offset().top-22,'left':$pp_pic_holder.offset().left+(settings.padding/2),'display':'none'});$ppt.fadeIn(settings.animationSpeed);};}
function _hideContent(){$pp_pic_holder.find('.pp_hoverContainer,.pp_details').fadeOut(settings.animationSpeed);$pp_pic_holder.find('#pp_full_res object,#pp_full_res embed').css('visibility','hidden');$pp_pic_holder.find('#pp_full_res').fadeOut(settings.animationSpeed,function(){$('.pp_loaderIcon').show();_preload();});$ppt.fadeOut(settings.animationSpeed);}
function changePicture(direction){if(direction=='previous'){arrayPosition--;setPosition--;}else{arrayPosition++;setPosition++;};if(!doresize)doresize=true;_hideContent();$('a.pp_expand,a.pp_contract').fadeOut(settings.animationSpeed,function(){$(this).removeClass('pp_contract').addClass('pp_expand');});};function close(){show_flash();$pp_pic_holder.find('object,embed').css('visibility','hidden');$('div.pp_pic_holder,div.ppt').fadeOut(settings.animationSpeed);$('div.pp_overlay').fadeOut(settings.animationSpeed,function(){$('div.pp_overlay,div.pp_pic_holder,div.ppt').remove();if($.browser.msie&&$.browser.version==6){$('select').css('visibility','visible');};settings.callback();});doresize=true;};function _checkPosition(){if(setPosition==setCount){$pp_pic_holder.find('a.pp_next').css('visibility','hidden');$pp_pic_holder.find('a.pp_arrow_next').addClass('disabled').unbind('click');}else{$pp_pic_holder.find('a.pp_next').css('visibility','visible');$pp_pic_holder.find('a.pp_arrow_next.disabled').removeClass('disabled').bind('click',function(){changePicture('next');return false;});};if(setPosition==1){$pp_pic_holder.find('a.pp_previous').css('visibility','hidden');$pp_pic_holder.find('a.pp_arrow_previous').addClass('disabled').unbind('click');}else{$pp_pic_holder.find('a.pp_previous').css('visibility','visible');$pp_pic_holder.find('a.pp_arrow_previous.disabled').removeClass('disabled').bind('click',function(){changePicture('previous');return false;});};$pp_pic_holder.find('p.currentTextHolder').text(setPosition+settings.counter_separator_label+setCount);$caller=(isSet)?$(imagesArray[arrayPosition]):$caller;_getFileType();if($caller.attr('title')){$pp_pic_holder.find('.pp_description').show().html(unescape($caller.attr('title')));}else{$pp_pic_holder.find('.pp_description').hide().text('');};if($caller.find('img').attr('alt')&&settings.showTitle){hasTitle=true;$ppt.html(unescape($caller.find('img').attr('alt')));}else{hasTitle=false;};};function _fitToViewport(width,height){hasBeenResized=false;_getDimensions(width,height);imageWidth=width;imageHeight=height;windowHeight=$(window).height();windowWidth=$(window).width();if(((pp_containerWidth>windowWidth)||(pp_containerHeight>windowHeight))&&doresize&&settings.allowresize&&!percentBased){hasBeenResized=true;notFitting=true;while(notFitting){if((pp_containerWidth>windowWidth)){imageWidth=(windowWidth-200);imageHeight=(height/width)*imageWidth;}else if((pp_containerHeight>windowHeight)){imageHeight=(windowHeight-200);imageWidth=(width/height)*imageHeight;}else{notFitting=false;};pp_containerHeight=imageHeight;pp_containerWidth=imageWidth;};_getDimensions(imageWidth,imageHeight);};return{width:imageWidth,height:imageHeight,containerHeight:pp_containerHeight,containerWidth:pp_containerWidth,contentHeight:pp_contentHeight,contentWidth:pp_contentWidth,resized:hasBeenResized};};function _getDimensions(width,height){$pp_pic_holder.find('.pp_details').width(width).find('.pp_description').width(width-parseFloat($pp_pic_holder.find('a.pp_close').css('width')));pp_contentHeight=height+$pp_pic_holder.find('.pp_details').height()+parseFloat($pp_pic_holder.find('.pp_details').css('marginTop'))+parseFloat($pp_pic_holder.find('.pp_details').css('marginBottom'));pp_contentWidth=width;pp_containerHeight=pp_contentHeight+$pp_pic_holder.find('.ppt').height()+$pp_pic_holder.find('.pp_top').height()+$pp_pic_holder.find('.pp_bottom').height();pp_containerWidth=width+settings.padding;}
function _getFileType(){if($caller.attr('href').match(/youtube\.com\/watch/i)){pp_type='youtube';}else if($caller.attr('href').indexOf('.mov')!=-1){pp_type='quicktime';}else if($caller.attr('href').indexOf('.swf')!=-1){pp_type='flash';}else if($caller.attr('href').indexOf('iframe')!=-1){pp_type='iframe'}else{pp_type='image';}}
function _centerPicture(){if($pp_pic_holder){if($pp_pic_holder.size()==0){return;}}else{return;};if($.browser.opera){windowHeight=window.innerHeight;windowWidth=window.innerWidth;}else{windowHeight=$(window).height();windowWidth=$(window).width();};if(doresize){$pHeight=$pp_pic_holder.height();$pWidth=$pp_pic_holder.width();$tHeight=$ppt.height();projectedTop=(windowHeight/2)+$scrollPos['scrollTop']-($pHeight/2);if(projectedTop<0)projectedTop=0+$tHeight;$pp_pic_holder.css({'top':projectedTop,'left':(windowWidth/2)+$scrollPos['scrollLeft']-($pWidth/2)});$ppt.css({'top':projectedTop-$tHeight,'left':(windowWidth/2)+$scrollPos['scrollLeft']-($pWidth/2)+(settings.padding/2)});};};function _preload(){_checkPosition();if(pp_type=='image'){imgPreloader=new Image();nextImage=new Image();if(isSet&&setPosition>setCount)nextImage.src=$(imagesArray[arrayPosition+1]).attr('href');prevImage=new Image();if(isSet&&imagesArray[arrayPosition-1])prevImage.src=$(imagesArray[arrayPosition-1]).attr('href');pp_typeMarkup='<img id="fullResImage" src="" />';$pp_pic_holder.find('#pp_full_res')[0].innerHTML=pp_typeMarkup;$pp_pic_holder.find('.pp_content').css('overflow','hidden');$pp_pic_holder.find('#fullResImage').attr('src',$caller.attr('href'));imgPreloader.onload=function(){var correctSizes=_fitToViewport(imgPreloader.width,imgPreloader.height);imgPreloader.width=correctSizes['width'];imgPreloader.height=correctSizes['height'];showimage(imgPreloader.width,imgPreloader.height,correctSizes["containerWidth"],correctSizes["containerHeight"],correctSizes["contentHeight"],correctSizes["contentWidth"],correctSizes["resized"]);};imgPreloader.src=$caller.attr('href');}else{movie_width=(parseFloat(grab_param('width',$caller.attr('href'))))?grab_param('width',$caller.attr('href')):"425";movie_height=(parseFloat(grab_param('height',$caller.attr('href'))))?grab_param('height',$caller.attr('href')):"344";if(movie_width.indexOf('%')!=-1||movie_height.indexOf('%')!=-1){movie_height=($(window).height()*parseFloat(movie_height)/100)-100;movie_width=($(window).width()*parseFloat(movie_width)/100)-100;parsentBased=true;}else{movie_height=parseFloat(movie_height);movie_width=parseFloat(movie_width);}
if(pp_type=='quicktime'){movie_height+=13;}
correctSizes=_fitToViewport(movie_width,movie_height);if(pp_type=='youtube'){pp_typeMarkup='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+correctSizes['width']+'" height="'+correctSizes['height']+'"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.youtube.com/v/'+grab_param('v',$caller.attr('href'))+'" /><embed src="http://www.youtube.com/v/'+grab_param('v',$caller.attr('href'))+'" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="'+correctSizes['width']+'" height="'+correctSizes['height']+'"></embed></object>';}else if(pp_type=='quicktime'){pp_typeMarkup='<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="'+correctSizes['height']+'" width="'+correctSizes['width']+'"><param name="src" value="'+$caller.attr('href')+'"><param name="autoplay" value="true"><param name="type" value="video/quicktime"><embed src="'+$caller.attr('href')+'" height="'+correctSizes['height']+'" width="'+correctSizes['width']+'" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></embed></object>';}else if(pp_type=='flash'){flash_vars=$caller.attr('href');flash_vars=flash_vars.substring($caller.attr('href').indexOf('flashvars')+10,$caller.attr('href').length);filename=$caller.attr('href');filename=filename.substring(0,filename.indexOf('?'));pp_typeMarkup='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+correctSizes['width']+'" height="'+correctSizes['height']+'"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="'+filename+'?'+flash_vars+'" /><embed src="'+filename+'?'+flash_vars+'" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="'+correctSizes['width']+'" height="'+correctSizes['height']+'"></embed></object>';}else if(pp_type=='iframe'){movie_url=$caller.attr('href');movie_url=movie_url.substr(0,movie_url.indexOf('iframe')-1);pp_typeMarkup='<iframe src ="'+movie_url+'" width="'+(correctSizes['width']-10)+'" height="'+(correctSizes['height']-10)+'" frameborder="no"></iframe>';}
$pp_pic_holder.find('#pp_full_res')[0].innerHTML=pp_typeMarkup;showimage(correctSizes['width'],correctSizes['height'],correctSizes["containerWidth"],correctSizes["containerHeight"],correctSizes["contentHeight"],correctSizes["contentWidth"],correctSizes["resized"]);}};function _getScroll(){if(self.pageYOffset){scrollTop=self.pageYOffset;scrollLeft=self.pageXOffset;}else if(document.documentElement&&document.documentElement.scrollTop){scrollTop=document.documentElement.scrollTop;scrollLeft=document.documentElement.scrollLeft;}else if(document.body){scrollTop=document.body.scrollTop;scrollLeft=document.body.scrollLeft;}
return{scrollTop:scrollTop,scrollLeft:scrollLeft};};function _resizeOverlay(){$('div.pp_overlay').css({'height':$(document).height(),'width':$(window).width()});};function _buildOverlay(){toInject="";toInject+="<div class='pp_overlay'></div>";if(pp_type=='image'){pp_typeMarkup='<img id="fullResImage" src="" />';}else{pp_typeMarkup='';}
toInject+='<div class="pp_pic_holder"><div class="pp_top"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div><div class="pp_content"><a href="#" class="pp_expand" title="Expand the image">Expand</a><div class="pp_loaderIcon"></div><div class="pp_hoverContainer"><a class="pp_next" href="#">next</a><a class="pp_previous" href="#">previous</a></div><div id="pp_full_res">'+pp_typeMarkup+'</div><div class="pp_details clearfix"><a class="pp_close" href="#">Close</a><p class="pp_description"></p><div class="pp_nav"><a href="#" class="pp_arrow_previous">Previous</a><p class="currentTextHolder">0'+settings.counter_separator_label+'0</p><a href="#" class="pp_arrow_next">Next</a></div></div></div><div class="pp_bottom"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div></div>';toInject+='<div class="ppt"></div>';$('body').append(toInject);$pp_pic_holder=$('.pp_pic_holder');$ppt=$('.ppt');$('div.pp_overlay').css('height',$(document).height()).bind('click',function(){close();});$pp_pic_holder.css({'opacity':0}).addClass(settings.theme);$('a.pp_close').bind('click',function(){close();return false;});$('a.pp_expand').bind('click',function(){$this=$(this);if($this.hasClass('pp_expand')){$this.removeClass('pp_expand').addClass('pp_contract');doresize=false;}else{$this.removeClass('pp_contract').addClass('pp_expand');doresize=true;};_hideContent();$pp_pic_holder.find('.pp_hoverContainer, #pp_full_res, .pp_details').fadeOut(settings.animationSpeed,function(){_preload();});return false;});$pp_pic_holder.find('.pp_previous, .pp_arrow_previous').bind('click',function(){changePicture('previous');return false;});$pp_pic_holder.find('.pp_next, .pp_arrow_next').bind('click',function(){changePicture('next');return false;});$pp_pic_holder.find('.pp_hoverContainer').css({'margin-left':settings.padding/2});if(!isSet){$pp_pic_holder.find('.pp_hoverContainer,.pp_nav').hide();};if($.browser.msie&&$.browser.version==6){$('body').addClass('ie6');$('select').css('visibility','hidden');};$('div.pp_overlay').css('opacity',0).fadeTo(settings.animationSpeed,settings.opacity,function(){$pp_pic_holder.css('opacity',0).fadeIn(settings.animationSpeed,function(){$pp_pic_holder.attr('style','left:'+$pp_pic_holder.css('left')+';top:'+$pp_pic_holder.css('top')+';');_preload();});});};};function grab_param(name,url){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)";var regex=new RegExp(regexS);var results=regex.exec(url);if(results==null)
return"";else
return results[1];}})(jQuery);var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(d){var c=document.createElement("style"),b,a;c.type="text/css";c.media=d;b=F("head")[0];b.insertBefore(c,b.firstChild);a=!!(c.sheet||c.styleSheet);b.removeChild(c);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var c=!M.recognizesMedia("all"),b=false;var a=[],e=function(){c=true;for(var h;h=a.shift();h()){}};var f=F("link"),g={stylesheet:1};function d(){var j,h,k;for(h=0;k=f[h];++h){if(k.disabled||!g[k.rel.toLowerCase()]||!M.recognizesMedia(k.media||"screen")){continue}j=k.sheet||k.styleSheet;if(!j||j.disabled){return false}}return true}W.ready(function(){if(!b){b=M.getStyle(document.body).isUsable()}if(c||(b&&d())){e()}else{setTimeout(arguments.callee,10)}});return function(h){if(c){h()}else{a.push(h)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return!!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());Cufon.registerFont({"w":217,"face":{"font-family":"Neo Sans CE","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 2 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-16 -353 335.277 79.4789","underline-thickness":"20.52","underline-position":"-7.56","stemh":"26","stemv":"23","unicode-range":"U+0020-U+0219"},"glyphs":{" ":{"w":88},"A":{"d":"217,-8v2,12,-17,7,-27,8v-3,0,-5,-2,-6,-5r-23,-83r-94,0r-23,83v-2,9,-37,8,-33,-3r66,-235v14,-38,62,-39,73,0xm154,-117r-33,-118v-1,-9,-12,-9,-14,0r-33,118r80,0","w":227,"k":{"\u00ff":19,"\u00fd":19,"\u0173":4,"\u0171":4,"\u016f":4,"\u016b":4,"\u00fc":4,"\u00fb":4,"\u00fa":4,"\u00f9":4,"\u0163":16,"\u0165":16,"\u0153":4,"\u0151":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u011f":4,"\u0119":4,"\u0117":4,"\u00eb":4,"\u011b":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u0111":4,"\u010f":4,"\u00e7":4,"\u010d":4,"\u0107":4,"\u00e6":4,"\u0105":4,"\u00e5":4,"\u0103":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"y":19,"w":14,"v":19,"u":4,"t":16,"q":4,"o":4,"g":4,"f":16,"e":4,"d":4,"c":4,"a":4,"\u0178":31,"\u00dd":31,"\u0172":9,"\u0170":9,"\u016e":9,"\u016a":9,"\u00dc":9,"\u00db":9,"\u00da":9,"\u00d9":9,"\u0162":32,"\u0164":32,"\u0218":6,"\u015e":6,"\u0160":6,"\u015a":6,"\u0152":9,"\u00d8":9,"\u0150":9,"\u014c":9,"\u00d6":9,"\u00d5":9,"\u00d4":9,"\u00d3":9,"\u00d2":9,"\u0141":6,"\u013b":6,"\u013d":6,"\u0139":6,"\u0122":8,"\u011e":8,"\u00c7":8,"\u010c":8,"\u0106":8,"Y":31,"W":12,"V":25,"U":9,"T":32,"S":6,"Q":9,"O":9,"L":6,"G":8,"C":8}},"B":{"d":"28,-254v5,-24,37,-16,69,-16v59,0,105,15,105,75v0,27,-14,48,-38,57v27,10,40,31,40,64v0,81,-93,82,-164,73v-8,-1,-12,-4,-12,-13r0,-240xm117,-152v45,-1,53,-20,53,-49v0,-47,-61,-42,-109,-40r0,89r56,0xm61,-27v54,4,110,6,110,-53v0,-24,-12,-46,-54,-46r-56,0r0,99","w":221,"k":{"\u0178":12,"\u00dd":12,"\u0162":12,"\u0164":12,"\u00c6":8,"\u0104":7,"\u0102":7,"\u0100":7,"\u00c4":7,"\u00c2":7,"\u00c1":7,"\u00c0":7,"Y":12,"T":12,"A":7}},"C":{"d":"184,-9v-13,15,-31,12,-67,12v-44,0,-95,-25,-95,-112r0,-50v4,-116,74,-119,155,-105v10,-1,5,15,6,23v-9,10,-42,1,-66,1v-35,0,-63,20,-63,81r0,50v-1,90,57,86,124,79v9,0,5,13,6,21","w":196,"k":{"\u00ff":8,"\u00fd":8,"\u0151":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"y":8,"o":4,"\u0152":10,"\u00d8":10,"\u0150":10,"\u014c":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u0122":10,"\u011e":10,"\u00c7":6,"\u010c":6,"\u0106":6,"Q":10,"O":10,"G":10,"C":6}},"D":{"d":"28,-257v7,-19,38,-10,73,-13v85,-6,109,62,109,161v0,77,-42,112,-109,112v-35,0,-66,6,-73,-13r0,-247xm177,-109r0,-49v-1,-83,-49,-88,-116,-83r0,215v66,3,116,0,116,-83","w":230,"k":{"\u017b":8,"\u017d":8,"\u0179":8,"\u00dd":11,"\u0162":13,"\u0164":13,"\u00c6":8,"\u0104":8,"\u00c5":8,"\u0102":8,"\u0100":8,"\u00c4":8,"\u00c3":8,"\u00c2":8,"\u00c1":8,"\u00c0":8,"Z":8,"Y":11,"X":11,"W":4,"V":7,"T":13,"A":8}},"E":{"d":"175,-27v8,3,5,26,0,28v-14,1,-49,2,-70,2v-50,0,-77,-19,-77,-67r0,-139v-7,-75,81,-69,147,-65v6,2,7,25,0,28v-45,3,-124,-15,-114,37r0,50r110,0v10,0,8,11,8,21v0,4,-4,7,-8,7r-110,0v5,47,-21,98,44,98r70,0","w":198},"F":{"d":"171,-153v11,0,12,28,0,28r-110,0r0,118v0,11,-16,6,-26,7v-4,0,-7,-3,-7,-7r0,-196v-7,-75,81,-69,147,-65v6,2,7,25,0,28v-45,3,-124,-15,-114,37r0,50r110,0","w":198,"k":{".":33,",":33,"\u0153":10,"\u0151":10,"\u00f6":10,"\u00f5":10,"\u00f4":10,"\u00f3":10,"\u00f2":10,"o":10,"\u0150":4,"\u014c":4,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c6":22,"\u0104":22,"\u00c5":22,"\u0102":22,"\u0100":22,"\u00c4":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c0":22,"O":4,"A":22}},"G":{"d":"192,-11v0,4,-2,7,-6,8v-81,15,-166,10,-165,-106r0,-49v1,-119,83,-119,165,-107v10,-1,5,15,6,23v0,3,-3,4,-6,4v-68,-3,-134,-18,-132,80r0,49v-1,81,46,88,105,80r0,-103v0,-11,16,-6,26,-7v4,0,7,3,7,7r0,121","w":220,"k":{"V":5}},"H":{"d":"217,-7v0,11,-16,6,-26,7v-4,0,-7,-3,-7,-7r0,-120r-123,0r0,120v0,11,-16,6,-26,7v-4,0,-7,-3,-7,-7r0,-253v0,-11,16,-6,26,-7v4,0,7,3,7,7r0,104r123,0r0,-104v0,-11,16,-6,26,-7v4,0,7,3,7,7r0,253","w":244},"I":{"d":"64,-7v0,11,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-254v0,-11,17,-4,26,-6v4,0,6,2,6,6r0,254","w":96},"J":{"d":"9,65v-18,0,-24,-2,-22,-20v9,-14,53,3,45,-32r0,-274v0,-9,30,-10,32,0r0,274v0,35,-15,52,-55,52","w":92},"K":{"d":"201,-8v3,3,2,8,-3,8v-13,-1,-29,4,-36,-4r-101,-123r0,120v0,11,-16,6,-26,7v-4,0,-7,-3,-7,-7r0,-254v1,-9,30,-10,33,0r0,117r104,-120v6,-5,30,-5,38,0v-34,44,-74,83,-110,126","w":218,"k":{"-":14,"\u00ff":20,"\u00fd":20,"\u0173":15,"\u0171":15,"\u016f":15,"\u016b":15,"\u00fc":15,"\u00fb":15,"\u00fa":15,"\u00f9":15,"\u0163":10,"\u0165":10,"\u0153":13,"\u0151":13,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00f2":13,"\u0119":16,"\u0117":16,"\u00eb":16,"\u011b":16,"\u00ea":16,"\u00e9":16,"\u00e8":16,"\u0111":16,"\u010f":16,"\u00e7":16,"\u010d":16,"\u0107":16,"y":20,"w":18,"v":21,"u":15,"t":10,"q":13,"o":13,"f":5,"e":16,"d":16,"c":16,"\u0172":6,"\u0170":6,"\u016e":6,"\u016a":6,"\u00dc":6,"\u00db":6,"\u00da":6,"\u00d9":6,"\u0162":5,"\u0164":5,"\u0152":17,"\u00d8":17,"\u0150":17,"\u014c":17,"\u00d6":17,"\u00d5":17,"\u00d4":17,"\u00d3":17,"\u00d2":17,"\u0141":6,"\u013b":6,"\u013d":6,"\u0139":6,"\u0122":25,"\u011e":25,"\u0118":13,"\u0116":13,"\u00cb":13,"\u011a":13,"\u00ca":13,"\u00c9":13,"\u00c8":13,"\u00c7":25,"\u010c":25,"\u0106":25,"V":4,"U":6,"T":5,"Q":17,"O":17,"L":6,"G":25,"E":13,"C":25}},"L":{"d":"175,-27v8,2,5,25,0,26v-9,1,-36,4,-70,4v-39,0,-77,-8,-77,-67r0,-196v0,-11,16,-6,26,-7v4,0,7,3,7,7r0,196v-10,52,69,34,114,37","w":185,"k":{"\u00ae":21,"-":14,"\u00ff":19,"\u00fd":19,"\u0151":9,"\u00f6":9,"\u00f5":9,"\u00f4":9,"\u00f3":9,"\u00f2":9,"\u0119":8,"\u0117":8,"\u00eb":8,"\u011b":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"y":19,"w":10,"v":18,"o":9,"e":8,"\u0178":37,"\u00dd":37,"\u0172":14,"\u0170":14,"\u016e":14,"\u016a":14,"\u00dc":14,"\u00db":14,"\u00da":14,"\u00d9":14,"\u0162":36,"\u0164":36,"\u0218":6,"\u015e":6,"\u0160":6,"\u015a":6,"\u0152":16,"\u00d8":16,"\u0150":16,"\u014c":16,"\u00d6":16,"\u00d5":16,"\u00d4":16,"\u00d3":16,"\u00d2":16,"\u0122":14,"\u011e":14,"\u0118":7,"\u0116":7,"\u00cb":7,"\u011a":7,"\u00ca":7,"\u00c9":7,"\u00c8":7,"\u00c7":12,"\u010c":12,"\u0106":12,"Y":37,"W":13,"V":33,"U":14,"T":36,"S":6,"Q":16,"O":16,"G":14,"E":7,"C":12}},"M":{"d":"246,-7v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-215r-52,108v-6,15,-42,15,-49,0r-53,-108r0,215v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-250v0,-15,39,-15,45,-4r64,127v25,-38,41,-86,64,-127v5,-9,45,-12,45,4r0,250","w":273,"k":{"\u0178":13,"\u00dd":13,"Y":13,"V":6}},"N":{"d":"217,-10v0,15,-37,13,-45,4r-112,-212r0,211v0,10,-27,10,-32,3r0,-253v0,-16,40,-13,45,-3r111,211r1,-212v0,-10,16,-5,25,-6v4,0,7,2,7,6r0,251","w":244,"k":{"\u0178":6,"\u00dd":6,"\u0162":12,"\u0164":12,"Y":6,"V":8,"T":12}},"O":{"d":"216,-111v0,80,-40,114,-97,114v-73,0,-97,-65,-97,-160v0,-80,40,-113,97,-113v57,0,97,33,97,113r0,46xm119,-27v55,0,64,-61,64,-130v0,-60,-24,-83,-64,-83v-55,0,-64,60,-64,129v0,60,24,84,64,84","w":237,"k":{"\u017b":13,"\u017d":13,"\u0179":13,"\u0178":14,"\u00dd":14,"\u0162":16,"\u0164":16,"\u00c6":9,"\u0104":9,"\u00c5":9,"\u0102":9,"\u0100":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"Z":13,"Y":14,"X":16,"W":4,"V":8,"T":16,"A":9}},"P":{"d":"28,-258v7,-18,42,-12,68,-12v60,0,101,21,101,83v0,73,-64,85,-137,79r0,101v0,11,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-251xm60,-135v57,5,114,-2,105,-57v5,-48,-53,-54,-105,-49r0,106","w":213,"k":{".":39,",":39,"\u0153":6,"\u0151":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u0119":6,"\u0117":6,"\u00eb":6,"\u011b":6,"\u00ea":6,"\u00e9":6,"\u00e8":6,"\u00e6":8,"\u0105":8,"\u00e5":8,"\u0103":8,"\u00e4":8,"\u00e3":8,"\u00e2":8,"\u00e1":8,"\u00e0":8,"o":6,"e":6,"a":8,"\u017b":12,"\u017d":12,"\u0179":12,"\u00c6":25,"\u0104":22,"\u00c5":22,"\u0102":22,"\u0100":22,"\u00c4":22,"\u00c3":22,"\u00c2":22,"\u00c1":22,"\u00c0":22,"Z":12,"A":22}},"Q":{"d":"216,-157v0,86,-18,157,-81,159v0,21,-3,36,22,36v15,0,34,-5,29,18v0,6,-11,9,-29,9v-42,0,-58,-18,-54,-64v-62,-2,-81,-71,-81,-158v0,-80,40,-113,97,-113v57,0,97,33,97,113xm119,-27v55,0,64,-61,64,-130v0,-60,-24,-83,-64,-83v-55,0,-64,60,-64,129v0,60,24,84,64,84","w":237,"k":{"\u017b":13,"\u017d":13,"\u0179":13,"\u0178":14,"\u00dd":14,"\u0162":16,"\u0164":16,"\u00c6":9,"\u0104":9,"\u00c5":9,"\u0102":9,"\u0100":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"Z":13,"Y":14,"X":16,"W":4,"V":8,"T":16,"A":9}},"R":{"d":"210,-8v3,3,0,8,-4,8v-12,-2,-27,5,-32,-5r-65,-107r-49,-1r0,106v0,11,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-252v0,-5,3,-7,9,-8v75,-8,164,-7,164,77v0,40,-24,64,-57,73xm60,-141v59,3,108,5,108,-52v0,-50,-57,-49,-108,-46r0,98","w":225,"k":{"\u00ff":7,"\u00fd":7,"\u0153":9,"\u0151":9,"\u00f6":9,"\u00f5":9,"\u00f4":9,"\u00f3":9,"\u00f2":9,"\u011f":5,"\u0119":8,"\u0117":8,"\u00eb":8,"\u011b":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e7":5,"\u010d":5,"\u0107":5,"y":7,"o":9,"g":5,"e":8,"c":5,"\u0178":15,"\u00dd":15,"\u0162":15,"\u0164":15,"\u0152":7,"\u00d8":7,"\u0150":7,"\u014c":7,"\u00d6":7,"\u00d5":7,"\u00d4":7,"\u00d3":7,"\u00d2":7,"\u0122":7,"\u011e":7,"\u00c7":7,"\u010c":7,"\u0106":7,"Y":15,"W":3,"V":12,"T":15,"Q":7,"O":7,"G":7,"C":7}},"S":{"d":"180,-69v0,35,-18,72,-89,72v-25,0,-44,-4,-60,-6v-11,-1,-5,-11,-7,-20v9,-15,48,0,67,-4v43,0,55,-17,55,-42v0,-52,-135,-71,-128,-137v-8,-66,86,-69,149,-60v9,1,10,28,0,28v-43,2,-121,-15,-116,32v6,49,142,76,129,137","w":198,"k":{"\u00fd":6,"\u0163":14,"\u0165":14,"y":6,"x":5,"v":8,"t":14,"\u00dd":8,"\u00c6":5,"\u0104":6,"\u0102":6,"\u0100":6,"\u00c4":6,"\u00c2":6,"\u00c1":6,"\u00c0":6,"Y":8,"W":5,"V":9,"A":6}},"T":{"d":"193,-267v12,1,10,28,0,28r-70,0r0,232v0,11,-17,6,-27,7v-4,0,-6,-3,-6,-7r0,-232r-70,0v-10,1,-6,-13,-7,-22v0,-4,3,-6,7,-6r173,0","w":212,"k":{".":27,",":27,"\u017c":13,"\u017e":13,"\u017a":13,"\u00ff":23,"\u00fd":23,"\u0173":15,"\u0171":15,"\u016f":15,"\u016b":15,"\u00fc":15,"\u00fb":15,"\u00fa":15,"\u00f9":15,"\u0163":12,"\u0165":12,"\u0219":28,"\u015f":28,"\u0161":28,"\u015b":28,"\u0159":17,"\u0155":17,"\u0153":32,"\u0151":32,"\u00f6":32,"\u00f5":32,"\u00f4":32,"\u00f3":32,"\u00f2":32,"\u0148":14,"\u0144":14,"\u011f":23,"\u0119":29,"\u0117":29,"\u00eb":29,"\u011b":29,"\u00ea":29,"\u00e9":29,"\u00e8":29,"\u0111":30,"\u010f":30,"\u00e7":28,"\u010d":28,"\u0107":28,"\u00e6":31,"\u0105":31,"\u00e5":31,"\u0103":31,"\u00e4":31,"\u00e3":31,"\u00e2":31,"\u00e1":31,"\u00e0":31,"z":13,"y":23,"x":14,"w":12,"v":12,"u":15,"t":12,"s":28,"r":17,"q":29,"p":14,"o":32,"n":14,"m":14,"g":23,"e":29,"d":30,"c":28,"a":31,"\u0152":16,"\u00d8":16,"\u0150":16,"\u014c":16,"\u00d6":16,"\u00d5":16,"\u00d4":16,"\u00d3":16,"\u00d2":16,"\u0122":11,"\u011e":11,"\u0118":10,"\u0116":10,"\u00cb":10,"\u011a":10,"\u00ca":10,"\u00c9":10,"\u00c8":10,"\u00c7":14,"\u010c":14,"\u0106":14,"\u00c6":32,"\u0104":32,"\u00c5":32,"\u0102":32,"\u0100":32,"\u00c4":32,"\u00c3":32,"\u00c2":32,"\u00c1":32,"\u00c0":32,"Q":16,"O":16,"G":11,"F":6,"E":10,"C":14,"A":32}},"U":{"d":"211,-97v0,69,-34,100,-92,100v-58,0,-92,-31,-92,-100r0,-164v1,-9,30,-10,33,0r0,164v0,46,14,71,59,71v45,0,59,-24,59,-71r0,-164v1,-9,30,-10,33,0r0,164","w":238,"k":{"\u00c6":9,"\u0104":9,"\u00c5":9,"\u0102":9,"\u0100":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"A":9}},"V":{"d":"186,-262v6,-9,36,-9,33,3r-66,234v-14,40,-63,40,-74,0r-67,-236v1,-10,29,-9,34,-1r63,229v1,10,11,10,14,0","w":231,"k":{"\u00bf":33,"\u00a1":9,".":27,",":27,"\u017c":10,"\u017e":10,"\u017a":10,"\u00ff":12,"\u00fd":12,"\u0173":13,"\u0171":13,"\u016f":13,"\u016b":13,"\u00fc":13,"\u00fb":13,"\u00fa":13,"\u00f9":13,"\u0219":18,"\u015f":18,"\u0161":18,"\u015b":18,"\u0159":12,"\u0155":12,"\u0153":18,"\u0151":18,"\u00f6":18,"\u00f5":18,"\u00f4":18,"\u00f3":18,"\u00f2":18,"\u0148":9,"\u0144":9,"\u011f":17,"\u0119":18,"\u0117":18,"\u00eb":18,"\u011b":18,"\u00ea":18,"\u00e9":18,"\u00e8":18,"\u00e7":17,"\u010d":17,"\u0107":17,"\u00e6":19,"\u0105":19,"\u00e5":19,"\u0103":19,"\u00e4":19,"\u00e3":19,"\u00e2":19,"\u00e1":19,"\u00e0":19,"z":10,"y":12,"x":14,"w":9,"v":9,"u":13,"s":18,"r":12,"q":18,"p":9,"o":18,"n":9,"m":9,"g":17,"e":18,"c":17,"a":19,"\u0218":8,"\u015e":8,"\u0160":8,"\u015a":8,"\u0152":8,"\u00d8":8,"\u0150":8,"\u014c":8,"\u00d6":8,"\u00d5":8,"\u00d4":8,"\u00d3":8,"\u00d2":8,"\u0122":8,"\u011e":8,"\u0118":9,"\u0116":9,"\u00cb":9,"\u011a":9,"\u00ca":9,"\u00c9":9,"\u00c8":9,"\u00c7":9,"\u010c":9,"\u0106":9,"\u00c6":25,"\u0104":25,"\u00c5":25,"\u0102":25,"\u0100":25,"\u00c4":25,"\u00c3":25,"\u00c2":25,"\u00c1":25,"\u00c0":25,"S":8,"Q":8,"O":8,"G":8,"E":9,"C":9,"A":25}},"W":{"d":"252,-261v4,-11,34,-9,33,1r-40,243v-3,28,-52,24,-59,0r-38,-136v-15,42,-26,91,-37,136v-6,23,-54,29,-58,0r-40,-244v1,-9,31,-11,33,0r36,234v16,-42,27,-93,38,-138v5,-22,51,-23,57,0r38,138","w":297,"k":{"\u00bf":19,"\u0153":13,"\u0151":13,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00f2":13,"\u0119":11,"\u0117":11,"\u00eb":11,"\u011b":11,"\u00ea":11,"\u00e9":11,"\u00e8":11,"\u00e6":9,"\u0105":9,"\u00e5":9,"\u0103":9,"\u00e4":9,"\u00e3":9,"\u00e2":9,"\u00e1":9,"\u00e0":9,"o":13,"e":11,"a":9,"\u0152":5,"\u00d8":5,"\u0150":5,"\u014c":5,"\u00d6":5,"\u00d5":5,"\u00d4":5,"\u00d3":5,"\u00d2":5,"\u0122":4,"\u011e":4,"\u00c7":4,"\u010c":4,"\u0106":4,"\u00c6":16,"\u0104":16,"\u00c5":16,"\u0102":16,"\u0100":16,"\u00c4":16,"\u00c3":16,"\u00c2":16,"\u00c1":16,"\u00c0":16,"Q":5,"O":5,"G":4,"C":4,"A":16}},"X":{"d":"216,-9v2,4,2,9,-4,9v-12,-1,-26,4,-31,-5r-65,-105r-65,105v-5,10,-18,3,-29,5v-6,0,-6,-5,-4,-9r80,-127r-81,-126v2,-9,28,-7,36,-2r64,103r63,-103v5,-5,37,-7,33,5r-78,124","w":232,"k":{"\u00ff":13,"\u00fd":13,"\u0173":12,"\u0171":12,"\u016f":12,"\u016b":12,"\u00fc":12,"\u00fb":12,"\u00fa":12,"\u00f9":12,"\u0153":12,"\u0151":12,"\u00f6":12,"\u00f5":12,"\u00f4":12,"\u00f3":12,"\u00f2":12,"\u0119":10,"\u0117":10,"\u00eb":10,"\u011b":10,"\u00ea":10,"\u00e9":10,"\u00e8":10,"y":13,"v":15,"u":12,"o":12,"e":10,"\u0152":16,"\u00d8":16,"\u0150":16,"\u014c":16,"\u00d6":16,"\u00d5":16,"\u00d4":16,"\u00d3":16,"\u00d2":16,"\u0122":13,"\u011e":13,"\u00c7":13,"\u010c":13,"\u0106":13,"Q":16,"O":16,"G":13,"C":13}},"Y":{"d":"170,-267v11,1,33,-4,27,9r-56,125v-6,14,-14,21,-20,24r0,102v0,11,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-102v-6,-3,-14,-10,-20,-24r-56,-129v2,-8,30,-8,34,0v20,41,33,89,58,126v3,0,4,-2,8,-10r50,-116v1,-3,4,-5,7,-5","w":209,"k":{"\/":33,"\u00bf":46,"\u00a1":20,"-":28,".":33,",":33,"\u017c":25,"\u017e":25,"\u017a":25,"\u00ff":19,"\u00fd":19,"\u0173":26,"\u0171":26,"\u016f":26,"\u016b":26,"\u00fc":26,"\u00fb":26,"\u00fa":26,"\u00f9":26,"\u0163":13,"\u0165":13,"\u0219":26,"\u015f":26,"\u0161":26,"\u015b":26,"\u0159":27,"\u0155":27,"\u0153":35,"\u0151":35,"\u00f6":35,"\u00f5":35,"\u00f4":35,"\u00f3":35,"\u00f2":35,"\u0148":17,"\u0144":17,"\u011f":33,"\u0119":34,"\u0117":34,"\u00eb":34,"\u011b":34,"\u00ea":34,"\u00e9":34,"\u00e8":34,"\u0111":33,"\u010f":33,"\u00e7":33,"\u010d":33,"\u0107":33,"\u00e6":31,"\u0105":31,"\u00e5":31,"\u0103":31,"\u00e4":31,"\u00e3":31,"\u00e2":31,"\u00e1":31,"\u00e0":31,"z":25,"y":19,"x":19,"w":20,"v":21,"u":26,"t":13,"s":26,"r":27,"q":35,"p":27,"o":35,"n":17,"m":17,"g":33,"f":13,"e":34,"d":33,"c":33,"a":31,"\u0218":8,"\u015e":8,"\u0160":8,"\u015a":8,"\u0152":14,"\u00d8":14,"\u0150":14,"\u014c":14,"\u00d6":14,"\u00d5":14,"\u00d4":14,"\u00d3":14,"\u00d2":14,"\u0122":16,"\u011e":16,"\u0118":10,"\u0116":10,"\u00cb":10,"\u011a":10,"\u00ca":10,"\u00c9":10,"\u00c8":10,"\u00c7":16,"\u010c":16,"\u0106":16,"\u00c6":31,"\u0104":31,"\u00c5":31,"\u0102":31,"\u0100":31,"\u00c4":31,"\u00c3":31,"\u00c2":31,"\u00c1":31,"\u00c0":31,"S":8,"Q":14,"O":14,"G":16,"E":10,"C":16,"A":31}},"Z":{"d":"189,-30v12,1,10,30,0,30r-139,0v-34,4,-37,-26,-24,-45r130,-191v-36,-6,-84,-2,-124,-2v-11,0,-6,-14,-7,-23v0,-4,3,-6,7,-6r129,0v31,-5,37,26,24,45r-129,190v38,6,91,0,133,2","w":214,"k":{"\u00ff":11,"\u00fd":11,"\u0173":12,"\u0171":12,"\u016f":12,"\u016b":12,"\u00fc":12,"\u00fb":12,"\u00fa":12,"\u00f9":12,"\u0153":11,"\u0151":11,"\u00f6":11,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"\u011f":14,"\u0119":12,"\u0117":12,"\u00eb":12,"\u011b":12,"\u00ea":12,"\u00e9":12,"\u00e8":12,"\u00e7":14,"\u010d":14,"\u0107":14,"\u00e6":8,"\u0105":8,"\u00e5":8,"\u0103":8,"\u00e4":8,"\u00e3":8,"\u00e2":8,"\u00e1":8,"\u00e0":8,"y":11,"v":12,"u":12,"o":11,"g":14,"e":12,"c":14,"a":8,"\u0152":11,"\u00d8":11,"\u0150":11,"\u014c":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u0122":11,"\u011e":11,"\u00c7":9,"\u010c":9,"\u0106":9,"W":4,"Q":11,"O":11,"G":11,"C":9}},"\u00c0":{"d":"217,-8v2,12,-17,7,-27,8v-3,0,-5,-2,-6,-5r-23,-83r-94,0r-23,83v-2,9,-37,8,-33,-3r66,-235v14,-38,62,-39,73,0xm154,-117r-33,-118v-1,-9,-12,-9,-14,0r-33,118r80,0xm137,-292v2,3,3,6,-2,6v-11,-1,-23,4,-27,-5r-42,-48v5,-5,29,-6,36,2","w":227,"k":{"\u00ff":19,"\u00fd":19,"\u00f9":4,"\u0153":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"y":19,"w":14,"v":19,"u":4,"t":16,"q":4,"o":4,"g":4,"f":16,"e":4,"d":4,"c":4,"a":4,"\u0178":31,"\u00dd":31,"\u00dc":9,"\u00db":9,"\u00da":9,"\u00d9":9,"\u0152":9,"\u00d8":9,"\u00d6":9,"\u00d5":9,"\u00d4":9,"\u00d3":9,"\u00d2":9,"\u00c7":8,"Y":31,"W":12,"V":25,"U":9,"T":32,"S":6,"Q":9,"O":9,"L":6,"G":8,"C":8}},"\u00c1":{"d":"217,-8v2,12,-17,7,-27,8v-3,0,-5,-2,-6,-5r-23,-83r-94,0r-23,83v-2,9,-37,8,-33,-3r66,-235v14,-38,62,-39,73,0xm154,-117r-33,-118v-1,-9,-12,-9,-14,0r-33,118r80,0xm141,-342v8,1,32,-4,26,5v-21,16,-30,60,-71,49v9,-19,25,-32,36,-49v3,-4,5,-5,9,-5","w":227,"k":{"\u00ff":19,"\u00fd":19,"\u0171":4,"\u016f":4,"\u00fc":4,"\u00fa":4,"\u0165":16,"\u0153":4,"\u0151":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u011b":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u010f":4,"\u00e7":4,"\u010d":4,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"y":19,"w":14,"v":19,"u":4,"t":16,"q":4,"o":4,"g":4,"f":16,"e":4,"d":4,"c":4,"a":4,"\u0178":31,"\u00dd":31,"\u0170":9,"\u016e":9,"\u00dc":9,"\u00db":9,"\u00da":9,"\u00d9":9,"\u0164":32,"\u0160":6,"\u0152":9,"\u00d8":9,"\u0150":9,"\u00d6":9,"\u00d5":9,"\u00d4":9,"\u00d3":9,"\u00d2":9,"\u013d":6,"\u0139":6,"\u00c7":8,"\u010c":8,"Y":31,"W":12,"V":25,"U":9,"T":32,"S":6,"Q":9,"O":9,"L":6,"G":8,"C":8}},"\u00c2":{"d":"217,-8v2,12,-17,7,-27,8v-3,0,-5,-2,-6,-5r-23,-83r-94,0r-23,83v-2,9,-37,8,-33,-3r66,-235v14,-38,62,-39,73,0xm154,-117r-33,-118v-1,-9,-12,-9,-14,0r-33,118r80,0xm174,-292v2,3,3,6,-2,6v-33,6,-39,-24,-56,-40v-17,14,-26,49,-60,38v9,-19,24,-33,36,-49v7,-10,37,-8,48,0","w":227,"k":{"\u00ff":19,"\u00fd":19,"\u00fc":4,"\u00fb":4,"\u0163":16,"\u0153":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u011f":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e6":4,"\u00e5":4,"\u0103":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"y":19,"w":14,"v":19,"u":4,"t":16,"q":4,"o":4,"g":4,"f":16,"e":4,"d":4,"c":4,"a":4,"\u0178":31,"\u00dd":31,"\u00dc":9,"\u00db":9,"\u00da":9,"\u00d9":9,"\u0162":32,"\u0218":6,"\u015e":6,"\u0152":9,"\u00d8":9,"\u00d6":9,"\u00d5":9,"\u00d4":9,"\u00d3":9,"\u00d2":9,"\u011e":8,"\u00c7":8,"Y":31,"W":12,"V":25,"U":9,"T":32,"S":6,"Q":9,"O":9,"L":6,"G":8,"C":8}},"\u00c3":{"d":"217,-8v2,12,-17,7,-27,8v-3,0,-5,-2,-6,-5r-23,-83r-94,0r-23,83v-2,9,-37,8,-33,-3r66,-235v14,-38,62,-39,73,0xm154,-117r-33,-118v-1,-9,-12,-9,-14,0r-33,118r80,0xm179,-330v7,40,-29,58,-57,38v-10,-7,-26,-23,-37,-25v-21,-3,3,36,-28,30v-6,-1,-7,-7,-6,-14v-3,-37,33,-48,56,-30v11,9,22,22,38,25v19,4,-2,-37,28,-30v3,0,6,3,6,6","w":227,"k":{"\u00ff":19,"\u00fd":19,"\u0153":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"y":19,"w":14,"v":19,"t":16,"o":4,"f":16,"e":4,"c":4,"a":4,"\u0178":31,"\u00dd":31,"\u00dc":9,"\u00db":9,"\u00da":9,"\u00d9":9,"\u0152":9,"\u00d8":9,"\u00d6":9,"\u00d5":9,"\u00d4":9,"\u00d3":9,"\u00d2":9,"\u00c7":8,"Y":31,"W":12,"V":25,"U":9,"T":32,"Q":9,"O":9,"G":8,"C":8}},"\u00c4":{"d":"217,-8v2,12,-17,7,-27,8v-3,0,-5,-2,-6,-5r-23,-83r-94,0r-23,83v-2,9,-37,8,-33,-3r66,-235v14,-38,62,-39,73,0xm154,-117r-33,-118v-1,-9,-12,-9,-14,0r-33,118r80,0xm155,-334v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7xm92,-334v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7","w":227,"k":{"\u00ff":19,"\u00fd":19,"\u00fc":4,"\u00fa":4,"\u0165":16,"\u0153":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u0111":4,"\u010f":4,"\u00e7":4,"\u010d":4,"\u0107":4,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"y":19,"w":14,"v":19,"u":4,"t":16,"q":4,"o":4,"g":4,"f":16,"e":4,"d":4,"c":4,"a":4,"\u0178":31,"\u00dd":31,"\u016e":9,"\u00dc":9,"\u00db":9,"\u00da":9,"\u00d9":9,"\u0164":32,"\u0160":6,"\u0152":9,"\u00d8":9,"\u00d6":9,"\u00d5":9,"\u00d4":9,"\u00d3":9,"\u00d2":9,"\u013d":6,"\u0139":6,"\u00c7":8,"\u010c":8,"\u0106":8,"Y":31,"W":12,"V":25,"U":9,"T":32,"S":6,"Q":9,"O":9,"L":6,"G":8,"C":8}},"\u0100":{"d":"217,-8v2,12,-17,7,-27,8v-3,0,-5,-2,-6,-5r-23,-83r-94,0r-23,83v-2,9,-37,8,-33,-3r66,-235v14,-38,62,-39,73,0xm154,-117r-33,-118v-1,-9,-12,-9,-14,0r-33,118r80,0xm166,-310v10,0,11,24,0,24r-104,0v-9,1,-7,-10,-7,-18v0,-4,3,-6,7,-6r104,0","w":227,"k":{"\u0153":4,"\u00e6":4,"y":19,"w":14,"v":19,"u":4,"t":16,"q":4,"o":4,"g":4,"f":16,"e":4,"d":4,"c":4,"a":4,"\u016a":9,"\u0160":6,"\u0152":9,"\u014c":9,"\u013b":6,"\u0122":8,"\u010c":8,"Y":31,"W":12,"V":25,"U":9,"T":32,"S":6,"Q":9,"O":9,"L":6,"G":8,"C":8}},"\u0102":{"d":"217,-8v2,12,-17,7,-27,8v-3,0,-5,-2,-6,-5r-23,-83r-94,0r-23,83v-2,9,-37,8,-33,-3r66,-235v14,-38,62,-39,73,0xm154,-117r-33,-118v-1,-9,-12,-9,-14,0r-33,118r80,0xm150,-337v0,-9,23,-10,22,0v-7,68,-112,67,-117,-1v-1,-8,11,-4,17,-5v4,0,6,2,6,6v4,38,68,39,72,0","w":227,"k":{"\u0163":16,"\u0153":4,"\u00e6":4,"\u0103":4,"\u00e2":4,"y":19,"w":14,"v":19,"u":4,"t":16,"q":4,"o":4,"g":4,"f":16,"e":4,"d":4,"c":4,"a":4,"\u0162":32,"\u0218":6,"\u015e":6,"\u0152":9,"Y":31,"W":12,"V":25,"U":9,"T":32,"S":6,"Q":9,"O":9,"L":6,"G":8,"C":8}},"\u00c5":{"d":"217,-8v2,12,-17,7,-27,8v-3,0,-5,-2,-6,-5r-23,-83r-94,0r-23,83v-2,9,-37,8,-33,-3r66,-235v14,-38,62,-39,73,0xm154,-117r-33,-118v-1,-9,-12,-9,-14,0r-33,118r80,0xm150,-316v0,20,-16,36,-36,36v-20,0,-37,-16,-37,-36v0,-20,17,-37,37,-37v20,0,36,17,36,37xm133,-316v0,-10,-9,-19,-19,-19v-10,0,-19,9,-19,19v0,10,9,19,19,19v10,0,19,-9,19,-19","w":227,"k":{"\u00ff":19,"\u00fd":19,"\u0153":4,"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e6":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"y":19,"w":14,"v":19,"t":16,"o":4,"f":16,"e":4,"c":4,"a":4,"\u0178":31,"\u00dd":31,"\u00dc":9,"\u00db":9,"\u00da":9,"\u00d9":9,"\u0152":9,"\u00d8":9,"\u00d6":9,"\u00d5":9,"\u00d4":9,"\u00d3":9,"\u00d2":9,"\u00c7":8,"Y":31,"W":12,"V":25,"U":9,"T":32,"Q":9,"O":9,"G":8,"C":8}},"\u0104":{"d":"218,52v3,20,-13,19,-32,19v-43,0,-12,-59,1,-72v-13,-25,-16,-59,-26,-87r-94,0r-23,83v-2,9,-37,8,-33,-3r66,-235v14,-38,62,-39,73,0r67,237v-7,10,-26,33,-28,46v-1,15,27,-3,29,12xm154,-117r-33,-118v-1,-9,-12,-9,-14,0r-33,118r80,0","w":227,"k":{"\u0173":4,"\u016b":4,"\u0153":4,"\u00f3":4,"\u0119":4,"\u0117":4,"\u010d":4,"\u0107":4,"\u00e6":4,"\u0105":4,"y":19,"w":14,"v":19,"u":4,"t":16,"q":4,"o":4,"g":4,"f":16,"e":4,"d":4,"c":4,"a":4,"\u0172":9,"\u016a":9,"\u0160":6,"\u015a":6,"\u0152":9,"\u00d3":9,"\u0141":6,"\u010c":8,"\u0106":8,"Y":31,"W":12,"V":25,"U":9,"T":32,"S":6,"Q":9,"O":9,"L":6,"G":8,"C":8}},"\u00c6":{"d":"285,-27v8,3,5,24,1,27v-10,1,-39,3,-60,3v-60,2,-81,-29,-76,-91r-86,0r-23,83v-3,7,-34,10,-34,-3r67,-232v6,-22,23,-27,37,-27r175,0v5,3,6,25,-1,28r-102,0r0,86r99,0v9,0,7,12,7,21v0,4,-3,7,-7,7r-99,0v5,47,-20,104,44,98r58,0xm150,-117r0,-122v-16,2,-41,-6,-47,6r-32,116r79,0","w":309},"\u0106":{"d":"184,-9v-13,15,-31,12,-67,12v-44,0,-95,-25,-95,-112r0,-50v4,-116,74,-119,155,-105v10,-1,5,15,6,23v-9,10,-42,1,-66,1v-35,0,-63,20,-63,81r0,50v-1,90,57,86,124,79v9,0,5,13,6,21xm147,-342v8,1,32,-4,26,5v-22,16,-31,59,-71,49v9,-19,25,-32,36,-49v3,-4,5,-5,9,-5","w":196,"k":{"\u00f6":4,"\u00f3":4,"y":8,"o":4,"\u0152":10,"\u00d6":10,"\u00d3":10,"\u010c":6,"\u0106":6,"Q":10,"O":10,"G":10,"C":6}},"\u010c":{"d":"184,-9v-13,15,-31,12,-67,12v-44,0,-95,-25,-95,-112r0,-50v4,-116,74,-119,155,-105v10,-1,5,15,6,23v-9,10,-42,1,-66,1v-35,0,-63,20,-63,81r0,50v-1,90,57,86,124,79v9,0,5,13,6,21xm158,-342v8,1,28,-3,21,6r-35,45v-8,9,-37,8,-48,0r-37,-48v31,-15,46,23,61,37v13,-12,23,-31,38,-40","w":196,"k":{"\u00fd":8,"\u00f6":4,"\u00f4":4,"\u00f3":4,"y":8,"o":4,"\u0152":10,"\u014c":10,"\u00d6":10,"\u00d4":10,"\u00d3":10,"\u0122":10,"\u010c":6,"\u0106":6,"Q":10,"O":10,"G":10,"C":6}},"\u00c7":{"d":"184,-9v-13,15,-31,12,-67,12v-44,0,-95,-25,-95,-112r0,-50v4,-116,74,-119,155,-105v10,-1,5,15,6,23v-9,10,-42,1,-66,1v-35,0,-63,20,-63,81r0,50v-1,90,57,86,124,79v9,0,5,13,6,21xm109,12v9,2,31,-5,27,5v-17,16,-30,37,-49,51v-7,-1,-28,3,-21,-6r34,-45v3,-4,5,-5,9,-5","w":196,"k":{"\u00ff":8,"\u00fd":8,"\u00f6":4,"y":8,"o":4,"\u0152":10,"\u00d8":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u011e":10,"\u00c7":6,"Q":10,"O":10,"G":10,"C":6}},"\u010e":{"d":"28,-257v7,-19,38,-10,73,-13v85,-6,109,62,109,161v0,77,-42,112,-109,112v-35,0,-66,6,-73,-13r0,-247xm177,-109r0,-49v-1,-83,-49,-88,-116,-83r0,215v66,3,116,0,116,-83xm145,-342v7,1,28,-3,21,6r-35,45v-8,9,-37,8,-48,0r-37,-48v31,-15,46,23,61,37v13,-12,23,-31,38,-40","w":230,"k":{"\u017d":8,"\u00dd":11,"\u0164":13,"\u00c6":8,"\u00c4":8,"\u00c1":8,"Z":8,"Y":11,"X":11,"W":4,"V":7,"T":13,"A":8}},"\u0110":{"d":"28,-257v7,-19,38,-10,73,-13v85,-6,109,62,109,161v0,77,-42,112,-109,112v-35,0,-66,6,-73,-13r0,-115v-16,2,-21,-2,-21,-21v0,-9,12,-7,21,-7r0,-104xm177,-109r0,-49v-1,-83,-49,-88,-116,-83r0,88v19,2,51,-11,44,21v-3,14,-30,4,-44,7r0,99v66,3,116,0,116,-83","w":230,"k":{"\u017d":8,"\u00c6":8,"\u00c4":8,"Z":8,"Y":11,"X":11,"W":4,"V":7,"T":13,"A":8}},"\u00c8":{"d":"175,-27v8,3,5,26,0,28v-14,1,-49,2,-70,2v-50,0,-77,-19,-77,-67r0,-139v-7,-75,81,-69,147,-65v6,2,7,25,0,28v-45,3,-124,-15,-114,37r0,50r110,0v10,0,8,11,8,21v0,4,-4,7,-8,7r-110,0v5,47,-21,98,44,98r70,0xm128,-292v3,3,3,6,-2,7v-11,-1,-23,4,-27,-6v-14,-16,-30,-30,-42,-48v6,-5,29,-6,36,3","w":198},"\u00c9":{"d":"175,-27v8,3,5,26,0,28v-14,1,-49,2,-70,2v-50,0,-77,-19,-77,-67r0,-139v-7,-75,81,-69,147,-65v6,2,7,25,0,28v-45,3,-124,-15,-114,37r0,50r110,0v10,0,8,11,8,21v0,4,-4,7,-8,7r-110,0v5,47,-21,98,44,98r70,0xm129,-342v9,1,30,-4,27,5v-22,16,-31,60,-72,49v9,-19,26,-32,37,-49v3,-4,4,-5,8,-5","w":198},"\u00ca":{"d":"175,-27v8,3,5,26,0,28v-14,1,-49,2,-70,2v-50,0,-77,-19,-77,-67r0,-139v-7,-75,81,-69,147,-65v6,2,7,25,0,28v-45,3,-124,-15,-114,37r0,50r110,0v10,0,8,11,8,21v0,4,-4,7,-8,7r-110,0v5,47,-21,98,44,98r70,0xm163,-292v1,3,2,6,-2,6v-33,6,-39,-24,-57,-40v-16,15,-25,50,-60,38v10,-18,23,-33,36,-49v8,-10,38,-8,49,0","w":198},"\u011a":{"d":"175,-27v8,3,5,26,0,28v-14,1,-49,2,-70,2v-50,0,-77,-19,-77,-67r0,-139v-7,-75,81,-69,147,-65v6,2,7,25,0,28v-45,3,-124,-15,-114,37r0,50r110,0v10,0,8,11,8,21v0,4,-4,7,-8,7r-110,0v5,47,-21,98,44,98r70,0xm152,-342v7,1,26,-3,21,6r-35,45v-8,9,-38,8,-48,0v-12,-16,-27,-30,-37,-48v30,-15,46,24,61,37v13,-12,22,-32,38,-40","w":198},"\u00cb":{"d":"175,-27v8,3,5,26,0,28v-14,1,-49,2,-70,2v-50,0,-77,-19,-77,-67r0,-139v-7,-75,81,-69,147,-65v6,2,7,25,0,28v-45,3,-124,-15,-114,37r0,50r110,0v10,0,8,11,8,21v0,4,-4,7,-8,7r-110,0v5,47,-21,98,44,98r70,0xm145,-335v16,8,13,55,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7xm82,-335v16,8,13,55,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7","w":198},"\u0112":{"d":"175,-27v8,3,5,26,0,28v-14,1,-49,2,-70,2v-50,0,-77,-19,-77,-67r0,-139v-7,-75,81,-69,147,-65v6,2,7,25,0,28v-45,3,-124,-15,-114,37r0,50r110,0v10,0,8,11,8,21v0,4,-4,7,-8,7r-110,0v5,47,-21,98,44,98r70,0xm170,-310v10,0,11,24,0,24r-103,0v-9,1,-8,-9,-8,-18v0,-4,4,-6,8,-6r103,0","w":198},"\u0116":{"d":"175,-27v8,3,5,26,0,28v-14,1,-49,2,-70,2v-50,0,-77,-19,-77,-67r0,-139v-7,-75,81,-69,147,-65v6,2,7,25,0,28v-45,3,-124,-15,-114,37r0,50r110,0v10,0,8,11,8,21v0,4,-4,7,-8,7r-110,0v5,47,-21,98,44,98r70,0xm105,-330v30,-11,31,37,17,44v-10,-1,-24,3,-24,-7v0,-13,-6,-35,7,-37","w":198},"\u0118":{"d":"179,52v3,20,-12,18,-31,19v-40,0,-19,-55,-2,-69v-65,5,-118,-2,-118,-66r0,-139v-7,-75,81,-69,147,-65v6,2,7,25,0,28v-45,3,-124,-15,-114,37r0,50r110,0v10,0,8,11,8,21v0,4,-4,7,-8,7r-110,0v5,47,-21,98,44,98r70,0v7,1,6,24,0,28v-11,3,-23,32,-25,39v-1,15,27,-3,29,12","w":198},"\u011e":{"d":"192,-11v0,4,-2,7,-6,8v-81,15,-166,10,-165,-106r0,-49v1,-119,83,-119,165,-107v10,-1,5,15,6,23v0,3,-3,4,-6,4v-68,-3,-134,-18,-132,80r0,49v-1,81,46,88,105,80r0,-103v0,-11,16,-6,26,-7v4,0,7,3,7,7r0,121xm160,-337v0,-10,24,-9,23,0v-7,68,-113,67,-118,-1v-1,-8,11,-4,17,-5v4,0,6,2,6,6v4,38,68,39,72,0","w":220,"k":{"V":5}},"\u0122":{"d":"192,-11v0,4,-2,7,-6,8v-81,15,-166,10,-165,-106r0,-49v1,-119,83,-119,165,-107v10,-1,5,15,6,23v0,3,-3,4,-6,4v-68,-3,-134,-18,-132,80r0,49v-1,81,46,88,105,80r0,-103v0,-11,16,-6,26,-7v4,0,7,3,7,7r0,121xm111,14v9,1,25,-4,23,7r-11,43v0,9,-20,9,-23,2v4,-17,-1,-43,11,-52","w":220,"k":{"V":5}},"\u00cc":{"d":"64,-7v0,11,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-254v0,-11,17,-4,26,-6v4,0,6,2,6,6r0,254xm70,-292v1,3,2,6,-2,6v-11,-1,-23,4,-28,-5r-42,-48v6,-5,30,-6,37,2","w":96},"\u00cd":{"d":"64,-7v0,11,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-254v0,-11,17,-4,26,-6v4,0,6,2,6,6r0,254xm70,-342v8,1,32,-4,26,5v-21,16,-30,60,-71,49v9,-19,26,-32,37,-49v3,-4,4,-5,8,-5","w":96},"\u00ce":{"d":"64,-7v0,11,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-254v0,-11,17,-4,26,-6v4,0,6,2,6,6r0,254xm105,-292v2,3,3,6,-2,6v-33,6,-39,-24,-56,-40v-17,14,-26,49,-60,38v9,-19,24,-33,36,-49v7,-10,37,-8,48,0","w":96},"\u00cf":{"d":"64,-7v0,11,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-254v0,-11,17,-4,26,-6v4,0,6,2,6,6r0,254xm87,-334v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7xm24,-334v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7","w":96},"\u012a":{"d":"64,-7v0,11,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-254v0,-11,17,-4,26,-6v4,0,6,2,6,6r0,254xm100,-310v10,0,11,24,0,24r-104,0v-9,1,-7,-10,-7,-18v0,-4,3,-6,7,-6r104,0","w":96},"\u0130":{"d":"64,-7v0,11,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-254v0,-11,17,-4,26,-6v4,0,6,2,6,6r0,254xm40,-330v30,-11,31,37,17,44v-10,-1,-24,3,-25,-7v2,-13,-6,-36,8,-37","w":96},"\u012e":{"d":"64,-7v-4,12,-28,33,-28,47v0,17,37,-9,30,23v-14,12,-59,17,-56,-19v-2,-19,31,-38,22,-51r0,-254v0,-11,17,-4,26,-6v4,0,6,2,6,6r0,254","w":96},"\u0136":{"d":"201,-8v3,3,2,8,-3,8v-13,-1,-29,4,-36,-4r-101,-123r0,120v0,11,-16,6,-26,7v-4,0,-7,-3,-7,-7r0,-254v1,-9,30,-10,33,0r0,117r104,-120v6,-5,30,-5,38,0v-34,44,-74,83,-110,126xm101,14v8,1,27,-4,22,7r-10,43v0,9,-20,9,-23,2v4,-17,-3,-45,11,-52","w":218,"k":{"-":14,"\u0153":13,"y":20,"w":18,"v":21,"u":15,"t":10,"q":13,"o":13,"f":5,"e":16,"d":16,"c":16,"\u016a":6,"\u0152":17,"\u014c":17,"\u013b":6,"\u0122":25,"\u010c":25,"V":4,"U":6,"T":5,"Q":17,"O":17,"L":6,"G":25,"E":13,"C":25}},"\u0139":{"d":"175,-27v8,2,5,25,0,26v-9,1,-36,4,-70,4v-39,0,-77,-8,-77,-67r0,-196v0,-11,16,-6,26,-7v4,0,7,3,7,7r0,196v-10,52,69,34,114,37xm77,-342v9,1,30,-4,27,5v-22,16,-31,60,-72,49v9,-19,26,-32,37,-49v3,-4,4,-5,8,-5","w":185,"k":{"\u00ae":21,"-":14,"\u00fd":19,"\u00f4":9,"\u00f3":9,"\u00e9":8,"y":19,"w":10,"v":18,"o":9,"e":8,"\u00dd":37,"\u016e":14,"\u00da":14,"\u0164":36,"\u0160":6,"\u0152":16,"\u00d4":16,"\u00d3":16,"\u00c9":7,"\u010c":12,"Y":37,"W":13,"V":33,"U":14,"T":36,"S":6,"Q":16,"O":16,"G":14,"E":7,"C":12}},"\u013d":{"d":"175,-27v8,2,5,25,0,26v-9,1,-36,4,-70,4v-39,0,-77,-8,-77,-67r0,-196v0,-11,16,-6,26,-7v4,0,7,3,7,7r0,196v-10,52,69,34,114,37xm99,-291v8,1,25,-4,22,6r-16,61v0,10,-18,10,-21,3r9,-64v1,-4,3,-6,6,-6","w":185,"k":{"\u00ae":21,"-":14,"\u00fd":19,"\u00f4":9,"\u00f3":9,"\u00e9":8,"y":19,"w":10,"v":18,"o":9,"e":8,"\u00dd":37,"\u016e":14,"\u00da":14,"\u0164":36,"\u0160":6,"\u0152":16,"\u00d4":16,"\u00d3":16,"\u00c9":7,"\u010c":12,"Y":37,"W":13,"V":33,"U":14,"T":36,"S":6,"Q":16,"O":16,"G":14,"E":7,"C":12}},"\u013b":{"d":"175,-27v8,2,5,25,0,26v-9,1,-36,4,-70,4v-39,0,-77,-8,-77,-67r0,-196v0,-11,16,-6,26,-7v4,0,7,3,7,7r0,196v-10,52,69,34,114,37xm95,14v9,1,27,-3,22,7r-10,43v1,9,-21,9,-23,2v4,-17,-3,-45,11,-52","w":185,"k":{"\u00ae":21,"-":14,"y":19,"w":10,"v":18,"o":9,"e":8,"\u016a":14,"\u0160":6,"\u0152":16,"\u014c":16,"\u0122":14,"\u010c":12,"Y":37,"W":13,"V":33,"U":14,"T":36,"S":6,"Q":16,"O":16,"G":14,"E":7,"C":12}},"\u0141":{"d":"175,-27v8,2,5,25,0,26v-9,1,-36,4,-70,4v-68,0,-83,-41,-77,-110v-9,10,-16,22,-26,30v-11,-31,14,-50,26,-66r0,-117v0,-11,16,-6,26,-7v4,0,7,3,7,7r0,77v10,-9,17,-32,31,-30v6,34,-17,46,-31,66v8,52,-27,126,44,120r70,0","w":185,"k":{"\u00ae":21,"-":14,"\u00f3":9,"\u0119":8,"\u011b":8,"y":19,"w":10,"v":18,"o":9,"e":8,"\u0160":6,"\u015a":6,"\u0152":16,"\u00d3":16,"\u0118":7,"\u011a":7,"\u010c":12,"\u0106":12,"Y":37,"W":13,"V":33,"U":14,"T":36,"S":6,"Q":16,"O":16,"G":14,"E":7,"C":12}},"\u0143":{"d":"217,-10v0,15,-37,13,-45,4r-112,-212r0,211v0,10,-27,10,-32,3r0,-253v0,-16,40,-13,45,-3r111,211r1,-212v0,-10,16,-5,25,-6v4,0,7,2,7,6r0,251xm149,-342v9,1,30,-4,27,5v-22,16,-31,60,-72,49v9,-19,26,-32,37,-49v3,-4,4,-5,8,-5","w":244,"k":{"Y":6,"V":8,"T":12}},"\u0147":{"d":"217,-10v0,15,-37,13,-45,4r-112,-212r0,211v0,10,-27,10,-32,3r0,-253v0,-16,40,-13,45,-3r111,211r1,-212v0,-10,16,-5,25,-6v4,0,7,2,7,6r0,251xm164,-342v7,1,26,-3,21,6r-35,45v-8,9,-37,8,-48,0r-37,-48v30,-15,46,24,61,37v13,-12,23,-31,38,-40","w":244,"k":{"\u00dd":6,"\u0164":12,"Y":6,"V":8,"T":12}},"\u00d1":{"d":"217,-10v0,15,-37,13,-45,4r-112,-212r0,211v0,10,-27,10,-32,3r0,-253v0,-16,40,-13,45,-3r111,211r1,-212v0,-10,16,-5,25,-6v4,0,7,2,7,6r0,251xm183,-329v7,40,-29,58,-57,38v-10,-7,-25,-24,-37,-25v-21,-3,3,36,-28,30v-6,-1,-7,-7,-6,-14v-3,-37,33,-48,56,-30v11,9,22,22,38,25v19,4,-2,-38,28,-31v3,0,6,4,6,7","w":244},"\u0145":{"d":"217,-10v0,15,-37,13,-45,4r-112,-212r0,211v0,10,-27,10,-32,3r0,-253v0,-16,40,-13,45,-3r111,211r1,-212v0,-10,16,-5,25,-6v4,0,7,2,7,6r0,251xm117,14v8,1,27,-4,22,7r-10,43v0,9,-20,9,-23,2v4,-17,-1,-43,11,-52","w":244,"k":{"Y":6,"V":8,"T":12}},"\u00d2":{"d":"216,-111v0,80,-40,114,-97,114v-73,0,-97,-65,-97,-160v0,-80,40,-113,97,-113v57,0,97,33,97,113r0,46xm119,-27v55,0,64,-61,64,-130v0,-60,-24,-83,-64,-83v-55,0,-64,60,-64,129v0,60,24,84,64,84xm141,-292v2,2,4,6,-1,6v-11,-1,-24,4,-28,-5r-42,-48v6,-5,30,-6,37,2","w":237,"k":{"\u017b":13,"\u017d":13,"\u0178":14,"\u00dd":14,"\u00c6":9,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"Z":13,"Y":14,"X":16,"W":4,"V":8,"T":16,"A":9}},"\u00d3":{"d":"216,-111v0,80,-40,114,-97,114v-73,0,-97,-65,-97,-160v0,-80,40,-113,97,-113v57,0,97,33,97,113r0,46xm119,-27v55,0,64,-61,64,-130v0,-60,-24,-83,-64,-83v-55,0,-64,60,-64,129v0,60,24,84,64,84xm137,-342v8,1,32,-4,26,5v-22,16,-31,60,-72,49v11,-18,25,-32,37,-49v3,-4,5,-5,9,-5","w":237,"k":{"\u017b":13,"\u017d":13,"\u0179":13,"\u0178":14,"\u00dd":14,"\u0164":16,"\u00c6":9,"\u0104":9,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"Z":13,"Y":14,"X":16,"W":4,"V":8,"T":16,"A":9}},"\u00d4":{"d":"216,-111v0,80,-40,114,-97,114v-73,0,-97,-65,-97,-160v0,-80,40,-113,97,-113v57,0,97,33,97,113r0,46xm119,-27v55,0,64,-61,64,-130v0,-60,-24,-83,-64,-83v-55,0,-64,60,-64,129v0,60,24,84,64,84xm177,-292v3,2,3,5,-1,6v-33,6,-38,-26,-57,-41v-16,14,-27,52,-60,38v10,-18,24,-32,36,-48v7,-9,37,-8,48,0","w":237,"k":{"\u017d":13,"\u0178":14,"\u00dd":14,"\u0164":16,"\u00c6":9,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"Z":13,"Y":14,"X":16,"W":4,"V":8,"T":16,"A":9}},"\u00d5":{"d":"216,-111v0,80,-40,114,-97,114v-73,0,-97,-65,-97,-160v0,-80,40,-113,97,-113v57,0,97,33,97,113r0,46xm119,-27v55,0,64,-61,64,-130v0,-60,-24,-83,-64,-83v-55,0,-64,60,-64,129v0,60,24,84,64,84xm184,-330v7,40,-29,58,-57,38v-10,-7,-26,-23,-37,-25v-21,-3,3,36,-28,30v-6,-1,-7,-7,-6,-14v-3,-37,33,-48,56,-30v11,9,23,21,38,25v19,4,-2,-37,28,-30v3,0,6,3,6,6","w":237,"k":{"\u017d":13,"\u0178":14,"\u00dd":14,"\u00c6":9,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"Z":13,"Y":14,"X":16,"W":4,"V":8,"T":16,"A":9}},"\u00d6":{"d":"216,-111v0,80,-40,114,-97,114v-73,0,-97,-65,-97,-160v0,-80,40,-113,97,-113v57,0,97,33,97,113r0,46xm119,-27v55,0,64,-61,64,-130v0,-60,-24,-83,-64,-83v-55,0,-64,60,-64,129v0,60,24,84,64,84xm158,-335v14,9,13,54,-14,43v-14,0,-6,-24,-8,-36v0,-9,13,-7,22,-7xm95,-335v14,9,13,54,-14,43v-14,0,-6,-24,-8,-36v0,-9,13,-7,22,-7","w":237,"k":{"\u017d":13,"\u0178":14,"\u00dd":14,"\u00c6":9,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"Z":13,"Y":14,"X":16,"W":4,"V":8,"T":16,"A":9}},"\u014c":{"d":"216,-111v0,80,-40,114,-97,114v-73,0,-97,-65,-97,-160v0,-80,40,-113,97,-113v57,0,97,33,97,113r0,46xm119,-27v55,0,64,-61,64,-130v0,-60,-24,-83,-64,-83v-55,0,-64,60,-64,129v0,60,24,84,64,84xm171,-310v10,0,11,24,0,24r-104,0v-9,1,-7,-10,-7,-18v0,-4,3,-6,7,-6r104,0","w":237,"k":{"\u017d":13,"\u00c6":9,"\u0100":9,"Z":13,"Y":14,"X":16,"W":4,"V":8,"T":16,"A":9}},"\u0150":{"d":"216,-111v0,80,-40,114,-97,114v-73,0,-97,-65,-97,-160v0,-80,40,-113,97,-113v57,0,97,33,97,113r0,46xm119,-27v55,0,64,-61,64,-130v0,-60,-24,-83,-64,-83v-55,0,-64,60,-64,129v0,60,24,84,64,84xm181,-342v8,1,30,-4,26,5v-21,16,-30,60,-71,49v9,-19,25,-32,36,-49v3,-4,5,-5,9,-5xm118,-342v8,1,30,-4,26,5v-21,16,-30,60,-71,49v9,-19,25,-32,36,-49v3,-4,5,-5,9,-5","w":237,"k":{"\u00c6":9,"\u00c1":9,"Z":13,"Y":14,"X":16,"W":4,"V":8,"T":16,"A":9}},"\u00d8":{"d":"205,-269v8,1,29,-2,22,7r-26,36v17,25,15,72,15,115v0,112,-96,140,-163,91v-8,12,-14,28,-39,23v-4,0,-5,-4,-3,-7r26,-36v-17,-25,-15,-73,-15,-117v0,-112,96,-139,163,-90v7,-7,10,-19,20,-22xm166,-221v-43,-39,-116,-20,-111,64v2,29,-2,62,4,85xm119,-27v68,0,72,-97,60,-168r-107,149v11,13,27,19,47,19","w":237,"k":{"\u017d":13,"\u0178":14,"\u00dd":14,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"Z":13,"Y":14,"X":16,"W":4,"V":8,"T":16,"A":9}},"\u0152":{"d":"330,-27v8,3,6,26,0,27v-9,2,-36,3,-70,3v-34,0,-57,-9,-68,-30v-60,59,-179,32,-170,-84r0,-46v-8,-117,110,-141,170,-83v11,-21,34,-30,68,-30v46,0,78,-15,74,25v0,3,-1,5,-4,5v-45,3,-124,-14,-114,37r0,50r111,0v9,0,7,12,7,21v0,4,-3,7,-7,7r-111,0v5,48,-20,98,45,98r69,0xm119,-27v69,-1,66,-65,65,-131v0,-44,-14,-82,-65,-82v-56,0,-64,60,-64,129v0,60,24,84,64,84","w":353},"\u0154":{"d":"210,-8v3,3,0,8,-4,8v-12,-2,-27,5,-32,-5r-65,-107r-49,-1r0,106v0,11,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-252v0,-5,3,-7,9,-8v75,-8,164,-7,164,77v0,40,-24,64,-57,73xm60,-141v59,3,108,5,108,-52v0,-50,-57,-49,-108,-46r0,98xm132,-342v8,1,32,-4,26,5v-21,16,-30,60,-71,49v9,-19,25,-32,36,-49v3,-4,5,-5,9,-5","w":225,"k":{"\u00fd":7,"\u0153":9,"\u00f4":9,"\u00f3":9,"\u011b":8,"\u00e9":8,"\u010d":5,"\u0107":5,"y":7,"o":9,"g":5,"e":8,"c":5,"\u00dd":15,"\u0164":15,"\u0152":7,"\u00d4":7,"\u00d3":7,"\u010c":7,"\u0106":7,"Y":15,"W":3,"V":12,"T":15,"Q":7,"O":7,"G":7,"C":7}},"\u0158":{"d":"210,-8v3,3,0,8,-4,8v-12,-2,-27,5,-32,-5r-65,-107r-49,-1r0,106v0,11,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-252v0,-5,3,-7,9,-8v75,-8,164,-7,164,77v0,40,-24,64,-57,73xm60,-141v59,3,108,5,108,-52v0,-50,-57,-49,-108,-46r0,98xm145,-342v7,1,28,-3,21,6r-35,45v-8,9,-37,8,-48,0r-37,-48v31,-15,46,23,61,37v13,-12,23,-31,38,-40","w":225,"k":{"\u00fd":7,"\u0153":9,"\u00f3":9,"\u011b":8,"\u00e9":8,"\u010d":5,"\u0107":5,"y":7,"o":9,"g":5,"e":8,"c":5,"\u00dd":15,"\u0164":15,"\u0152":7,"\u00d3":7,"\u010c":7,"\u0106":7,"Y":15,"W":3,"V":12,"T":15,"Q":7,"O":7,"G":7,"C":7}},"\u0156":{"d":"210,-8v3,3,0,8,-4,8v-12,-2,-27,5,-32,-5r-65,-107r-49,-1r0,106v0,11,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-252v0,-5,3,-7,9,-8v75,-8,164,-7,164,77v0,40,-24,64,-57,73xm60,-141v59,3,108,5,108,-52v0,-50,-57,-49,-108,-46r0,98xm107,14v9,1,27,-3,22,7r-10,43v0,9,-21,9,-24,2v6,-15,-3,-45,12,-52","w":225,"k":{"\u0153":9,"y":7,"o":9,"g":5,"e":8,"c":5,"\u0152":7,"\u014c":7,"\u0122":7,"\u010c":7,"Y":15,"W":3,"V":12,"T":15,"Q":7,"O":7,"G":7,"C":7}},"\u015a":{"d":"180,-69v0,35,-18,72,-89,72v-25,0,-44,-4,-60,-6v-11,-1,-5,-11,-7,-20v9,-15,48,0,67,-4v43,0,55,-17,55,-42v0,-52,-135,-71,-128,-137v-8,-66,86,-69,149,-60v9,1,10,28,0,28v-43,2,-121,-15,-116,32v6,49,142,76,129,137xm126,-342v8,1,30,-4,26,5v-22,16,-31,60,-72,49v11,-18,25,-32,37,-49v3,-4,5,-5,9,-5","w":198,"k":{"y":6,"x":5,"v":8,"t":14,"\u00c6":5,"\u0104":6,"Y":8,"W":5,"V":9,"A":6}},"\u0160":{"d":"180,-69v0,35,-18,72,-89,72v-25,0,-44,-4,-60,-6v-11,-1,-5,-11,-7,-20v9,-15,48,0,67,-4v43,0,55,-17,55,-42v0,-52,-135,-71,-128,-137v-8,-66,86,-69,149,-60v9,1,10,28,0,28v-43,2,-121,-15,-116,32v6,49,142,76,129,137xm141,-342v8,1,27,-4,22,6r-35,45v-8,9,-38,8,-48,0v-12,-16,-27,-30,-37,-48v30,-15,46,24,61,37v13,-12,22,-31,37,-40","w":198,"k":{"\u00fd":6,"\u0165":14,"y":6,"x":5,"v":8,"t":14,"\u00dd":8,"\u00c6":5,"\u0104":6,"\u0100":6,"\u00c4":6,"\u00c1":6,"Y":8,"W":5,"V":9,"A":6}},"\u015e":{"d":"180,-69v0,35,-18,72,-89,72v-25,0,-44,-4,-60,-6v-11,-1,-5,-11,-7,-20v9,-15,48,0,67,-4v43,0,55,-17,55,-42v0,-52,-135,-71,-128,-137v-8,-66,86,-69,149,-60v9,1,10,28,0,28v-43,2,-121,-15,-116,32v6,49,142,76,129,137xm97,12v8,1,33,-3,26,5v-16,17,-30,37,-49,51v-8,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":198,"k":{"\u0163":14,"y":6,"x":5,"v":8,"t":14,"\u00c6":5,"\u0102":6,"\u00c2":6,"Y":8,"W":5,"V":9,"A":6}},"\u0218":{"d":"180,-69v0,35,-18,72,-89,72v-25,0,-44,-4,-60,-6v-11,-1,-5,-11,-7,-20v9,-15,48,0,67,-4v43,0,55,-17,55,-42v0,-52,-135,-71,-128,-137v-8,-66,86,-69,149,-60v9,1,10,28,0,28v-43,2,-121,-15,-116,32v6,49,142,76,129,137xm93,14v8,1,27,-4,22,7r-10,43v0,9,-20,9,-23,2v4,-17,-3,-45,11,-52","w":198,"k":{"\u0163":14,"y":6,"x":5,"v":8,"t":14,"\u00c6":5,"\u0102":6,"\u00c2":6,"Y":8,"W":5,"V":9,"A":6}},"\u0164":{"d":"193,-267v12,1,10,28,0,28r-70,0r0,232v0,11,-17,6,-27,7v-4,0,-6,-3,-6,-7r0,-232r-70,0v-10,1,-6,-13,-7,-22v0,-4,3,-6,7,-6r173,0xm144,-342v8,1,27,-4,22,6r-35,45v-8,9,-38,8,-49,0v-12,-16,-26,-30,-36,-48v30,-15,46,24,61,37v13,-12,22,-31,37,-40","w":212,"k":{".":27,",":27,"\u017e":13,"\u00fd":23,"\u016f":15,"\u00fa":15,"\u0165":12,"\u0161":28,"\u0159":17,"\u0155":17,"\u0153":32,"\u00f4":32,"\u00f3":32,"\u0148":14,"\u011b":29,"\u00e9":29,"\u010f":30,"\u010d":28,"\u00e6":31,"\u00e4":31,"\u00e1":31,"z":13,"y":23,"x":14,"w":12,"v":12,"u":15,"t":12,"s":28,"r":17,"q":29,"p":14,"o":32,"n":14,"m":14,"g":23,"e":29,"d":30,"c":28,"a":31,"\u0152":16,"\u00d4":16,"\u00d3":16,"\u011a":10,"\u00c9":10,"\u010c":14,"\u00c6":32,"\u00c4":32,"\u00c1":32,"Q":16,"O":16,"G":11,"F":6,"E":10,"C":14,"A":32}},"\u0162":{"d":"193,-267v12,1,10,28,0,28r-70,0r0,232v0,11,-17,6,-27,7v-4,0,-6,-3,-6,-7r0,-232r-70,0v-10,1,-6,-13,-7,-22v0,-4,3,-6,7,-6r173,0xm98,14v9,1,25,-4,23,7r-10,43v0,9,-21,9,-24,2v4,-17,-1,-43,11,-52","w":212,"k":{".":27,",":27,"\u0163":12,"\u0219":28,"\u015f":28,"\u0153":32,"\u00e6":31,"\u0103":31,"\u00e2":31,"z":13,"y":23,"x":14,"w":12,"v":12,"u":15,"t":12,"s":28,"r":17,"q":29,"p":14,"o":32,"n":14,"m":14,"g":23,"e":29,"d":30,"c":28,"a":31,"\u0152":16,"\u00c6":32,"\u0102":32,"\u00c2":32,"Q":16,"O":16,"G":11,"F":6,"E":10,"C":14,"A":32}},"\u00d9":{"d":"211,-97v0,69,-34,100,-92,100v-58,0,-92,-31,-92,-100r0,-164v1,-9,30,-10,33,0r0,164v0,46,14,71,59,71v45,0,59,-24,59,-71r0,-164v1,-9,30,-10,33,0r0,164xm139,-292v1,3,2,6,-2,6v-11,-1,-24,4,-28,-5r-42,-48v6,-5,30,-6,37,2","w":238,"k":{"\u00c6":9,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"A":9}},"\u00da":{"d":"211,-97v0,69,-34,100,-92,100v-58,0,-92,-31,-92,-100r0,-164v1,-9,30,-10,33,0r0,164v0,46,14,71,59,71v45,0,59,-24,59,-71r0,-164v1,-9,30,-10,33,0r0,164xm145,-342v8,1,30,-4,26,5v-22,16,-31,60,-72,49v11,-18,25,-32,37,-49v3,-4,5,-5,9,-5","w":238,"k":{"\u00c6":9,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"A":9}},"\u00db":{"d":"211,-97v0,69,-34,100,-92,100v-58,0,-92,-31,-92,-100r0,-164v1,-9,30,-10,33,0r0,164v0,46,14,71,59,71v45,0,59,-24,59,-71r0,-164v1,-9,30,-10,33,0r0,164xm176,-292v2,2,4,6,-1,6v-33,6,-39,-24,-57,-40v-17,14,-26,49,-60,38v9,-19,24,-33,36,-49v7,-10,37,-8,48,0","w":238,"k":{"\u00c6":9,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"A":9}},"\u00dc":{"d":"211,-97v0,69,-34,100,-92,100v-58,0,-92,-31,-92,-100r0,-164v1,-9,30,-10,33,0r0,164v0,46,14,71,59,71v45,0,59,-24,59,-71r0,-164v1,-9,30,-10,33,0r0,164xm157,-335v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7xm94,-335v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7","w":238,"k":{"\u00c6":9,"\u00c5":9,"\u00c4":9,"\u00c3":9,"\u00c2":9,"\u00c1":9,"\u00c0":9,"A":9}},"\u016a":{"d":"211,-97v0,69,-34,100,-92,100v-58,0,-92,-31,-92,-100r0,-164v1,-9,30,-10,33,0r0,164v0,46,14,71,59,71v45,0,59,-24,59,-71r0,-164v1,-9,30,-10,33,0r0,164xm171,-310v10,0,11,24,0,24r-104,0v-9,1,-7,-10,-7,-18v0,-4,3,-6,7,-6r104,0","w":238,"k":{"\u00c6":9,"\u0104":9,"\u0100":9,"A":9}},"\u016e":{"d":"211,-97v0,69,-34,100,-92,100v-58,0,-92,-31,-92,-100r0,-164v1,-9,30,-10,33,0r0,164v0,46,14,71,59,71v45,0,59,-24,59,-71r0,-164v1,-9,30,-10,33,0r0,164xm156,-305v0,20,-17,37,-37,37v-20,0,-37,-17,-37,-37v0,-20,17,-36,37,-36v20,0,37,16,37,36xm138,-305v0,-10,-9,-19,-19,-19v-10,0,-19,9,-19,19v0,10,9,19,19,19v10,0,19,-9,19,-19","w":238,"k":{"\u00c6":9,"\u00c4":9,"\u00c1":9,"A":9}},"\u0170":{"d":"211,-97v0,69,-34,100,-92,100v-58,0,-92,-31,-92,-100r0,-164v1,-9,30,-10,33,0r0,164v0,46,14,71,59,71v45,0,59,-24,59,-71r0,-164v1,-9,30,-10,33,0r0,164xm174,-342v8,1,30,-4,26,5v-22,16,-31,59,-71,49v9,-19,25,-32,36,-49v3,-4,5,-5,9,-5xm111,-342v8,1,30,-4,26,5v-22,16,-31,59,-71,49v9,-19,25,-32,36,-49v3,-4,5,-5,9,-5","w":238,"k":{"\u00c6":9,"\u00c1":9,"A":9}},"\u0172":{"d":"163,52v3,20,-13,19,-32,19v-41,0,-18,-55,-1,-69v-64,6,-103,-26,-103,-99r0,-164v1,-9,30,-10,33,0r0,164v0,46,14,71,59,71v45,0,59,-24,59,-71r0,-164v1,-9,30,-10,33,0v-6,95,24,233,-50,257v-5,6,-28,36,-28,44v-1,15,27,-3,30,12","w":238,"k":{"\u00c6":9,"\u0104":9,"A":9}},"\u00dd":{"d":"170,-267v11,1,33,-4,27,9r-56,125v-6,14,-14,21,-20,24r0,102v0,11,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-102v-6,-3,-14,-10,-20,-24r-56,-129v2,-8,30,-8,34,0v20,41,33,89,58,126v3,0,4,-2,8,-10r50,-116v1,-3,4,-5,7,-5xm130,-342v8,1,32,-4,26,5v-21,16,-30,60,-71,49v9,-19,25,-32,36,-49v3,-4,5,-5,9,-5","w":209,"k":{"\/":33,"\u00bf":46,"\u00a1":20,"-":28,".":33,",":33,"\u017e":25,"\u00ff":19,"\u00fd":19,"\u016f":26,"\u00fc":26,"\u00fb":26,"\u00fa":26,"\u00f9":26,"\u0165":13,"\u0161":26,"\u0159":27,"\u0155":27,"\u0153":35,"\u00f6":35,"\u00f5":35,"\u00f4":35,"\u00f3":35,"\u00f2":35,"\u0148":17,"\u00eb":34,"\u011b":34,"\u00ea":34,"\u00e9":34,"\u00e8":34,"\u010f":33,"\u010d":33,"\u00e6":31,"\u00e5":31,"\u00e4":31,"\u00e3":31,"\u00e2":31,"\u00e1":31,"\u00e0":31,"z":25,"y":19,"x":19,"w":20,"v":21,"u":26,"t":13,"s":26,"r":27,"q":35,"p":27,"o":35,"n":17,"m":17,"g":33,"f":13,"e":34,"d":33,"c":33,"a":31,"\u0160":8,"\u0152":14,"\u00d8":14,"\u00d6":14,"\u00d5":14,"\u00d4":14,"\u00d3":14,"\u00d2":14,"\u00cb":10,"\u011a":10,"\u00ca":10,"\u00c9":10,"\u00c8":10,"\u00c7":16,"\u010c":16,"\u00c6":31,"\u00c5":31,"\u00c4":31,"\u00c3":31,"\u00c2":31,"\u00c1":31,"\u00c0":31,"S":8,"Q":14,"O":14,"G":16,"E":10,"C":16,"A":31}},"\u0178":{"d":"170,-267v11,1,33,-4,27,9r-56,125v-6,14,-14,21,-20,24r0,102v0,11,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-102v-6,-3,-14,-10,-20,-24r-56,-129v2,-8,30,-8,34,0v20,41,33,89,58,126v3,0,4,-2,8,-10r50,-116v1,-3,4,-5,7,-5xm143,-332v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7xm80,-332v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7","w":209,"k":{"\u00bf":46,"\u00a1":20,"\u00ff":19,"\u00fd":19,"\u00fc":26,"\u00fb":26,"\u00fa":26,"\u00f9":26,"\u0153":35,"\u00f6":35,"\u00f5":35,"\u00f4":35,"\u00f3":35,"\u00f2":35,"\u00eb":34,"\u00ea":34,"\u00e9":34,"\u00e8":34,"\u00e6":31,"\u00e5":31,"\u00e4":31,"\u00e3":31,"\u00e2":31,"\u00e1":31,"\u00e0":31,"y":19,"v":21,"u":26,"o":35,"e":34,"a":31,"\u0152":14,"\u00d8":14,"\u00d6":14,"\u00d5":14,"\u00d4":14,"\u00d3":14,"\u00d2":14,"\u00cb":10,"\u00ca":10,"\u00c9":10,"\u00c8":10,"\u00c7":16,"\u00c6":31,"\u00c5":31,"\u00c4":31,"\u00c3":31,"\u00c2":31,"\u00c1":31,"\u00c0":31,"Q":14,"O":14,"E":10,"C":16,"A":31}},"\u0179":{"d":"189,-30v12,1,10,30,0,30r-139,0v-34,4,-37,-26,-24,-45r130,-191v-36,-6,-84,-2,-124,-2v-11,0,-6,-14,-7,-23v0,-4,3,-6,7,-6r129,0v31,-5,37,26,24,45r-129,190v38,6,91,0,133,2xm127,-342v8,1,32,-4,26,5v-21,16,-30,60,-71,49v9,-19,25,-32,36,-49v3,-4,5,-5,9,-5","w":214,"k":{"\u0153":11,"\u00f3":11,"\u0119":12,"\u011b":12,"\u010d":14,"\u0107":14,"\u00e6":8,"\u0105":8,"y":11,"v":12,"u":12,"o":11,"g":14,"e":12,"c":14,"a":8,"\u0152":11,"\u00d3":11,"\u010c":9,"\u0106":9,"W":4,"Q":11,"O":11,"G":11,"C":9}},"\u017d":{"d":"189,-30v12,1,10,30,0,30r-139,0v-34,4,-37,-26,-24,-45r130,-191v-36,-6,-84,-2,-124,-2v-11,0,-6,-14,-7,-23v0,-4,3,-6,7,-6r129,0v31,-5,37,26,24,45r-129,190v38,6,91,0,133,2xm147,-342v7,1,26,-3,21,6r-35,45v-8,9,-38,8,-48,0v-12,-16,-27,-30,-37,-48v30,-15,46,24,61,37v13,-12,22,-32,38,-40","w":214,"k":{"\u00ff":11,"\u00fd":11,"\u0173":12,"\u016f":12,"\u016b":12,"\u00fc":12,"\u00fb":12,"\u00fa":12,"\u00f9":12,"\u0153":11,"\u00f6":11,"\u00f5":11,"\u00f4":11,"\u00f3":11,"\u00f2":11,"\u0119":12,"\u0117":12,"\u00eb":12,"\u011b":12,"\u00ea":12,"\u00e9":12,"\u00e8":12,"\u010d":14,"\u0107":14,"\u00e6":8,"\u0105":8,"\u00e5":8,"\u00e4":8,"\u00e3":8,"\u00e2":8,"\u00e1":8,"\u00e0":8,"y":11,"v":12,"u":12,"o":11,"g":14,"e":12,"c":14,"a":8,"\u0152":11,"\u00d8":11,"\u014c":11,"\u00d6":11,"\u00d5":11,"\u00d4":11,"\u00d3":11,"\u00d2":11,"\u0122":11,"\u010c":9,"\u0106":9,"W":4,"Q":11,"O":11,"G":11,"C":9}},"\u017b":{"d":"189,-30v12,1,10,30,0,30r-139,0v-34,4,-37,-26,-24,-45r130,-191v-36,-6,-84,-2,-124,-2v-11,0,-6,-14,-7,-23v0,-4,3,-6,7,-6r129,0v31,-5,37,26,24,45r-129,190v38,6,91,0,133,2xm101,-330v30,-11,31,37,17,44v-10,-1,-24,3,-24,-7v0,-13,-6,-35,7,-37","w":214,"k":{"\u00f9":12,"\u0153":11,"\u00f3":11,"\u00f2":11,"\u0119":12,"\u00e8":12,"\u0107":14,"\u00e6":8,"\u0105":8,"\u00e0":8,"y":11,"v":12,"u":12,"o":11,"g":14,"e":12,"c":14,"a":8,"\u0152":11,"\u00d3":11,"\u00d2":11,"\u0106":9,"W":4,"Q":11,"O":11,"G":11,"C":9}},"\u00d0":{"d":"28,-257v7,-19,38,-10,73,-13v85,-6,109,62,109,161v0,77,-42,112,-109,112v-35,0,-66,6,-73,-13r0,-115v-16,2,-21,-2,-21,-21v0,-9,12,-7,21,-7r0,-104xm177,-109r0,-49v-1,-83,-49,-88,-116,-83r0,88v19,2,51,-11,44,21v-3,14,-30,4,-44,7r0,99v66,3,116,0,116,-83","w":230},"\u00de":{"d":"197,-158v0,78,-61,91,-137,85r0,66v1,12,-16,6,-25,7v-4,0,-7,-3,-7,-7r0,-254v0,-9,30,-10,32,0r0,25v72,-6,137,7,137,78xm60,-101v56,4,112,-1,105,-57v5,-50,-54,-52,-105,-50r0,107","w":213},"a":{"d":"162,-7v0,10,-14,6,-23,7v-7,0,-9,-7,-8,-15v-42,29,-114,29,-114,-45v0,-48,48,-62,114,-58v2,-35,-5,-58,-39,-56r-57,3v-8,2,-6,-11,-6,-18v0,-4,2,-6,7,-7v15,-3,32,-5,56,-5v99,-4,64,109,70,194xm131,-38r0,-58v-44,-1,-92,0,-82,40v0,49,54,34,82,18","w":186,"k":{"\u00ff":8,"\u00fd":8,"\u0163":9,"\u0165":9,"y":8,"v":11,"t":9,"f":7}},"b":{"d":"177,-112v0,68,-15,115,-79,115v-22,0,-44,-3,-66,-7v-6,-1,-8,-3,-8,-8r0,-252v0,-10,15,-6,25,-7v4,0,7,3,7,7r0,67v71,-16,121,11,121,85xm98,-25v46,2,47,-39,47,-87v0,-59,-37,-68,-89,-58r0,143v12,1,30,2,42,2","w":194,"k":{"\u0163":11,"\u0165":11,"x":8,"t":11,"f":7}},"c":{"d":"147,-22v5,33,-28,24,-52,25v-58,3,-77,-48,-77,-116v0,-72,54,-99,122,-84v11,2,6,12,7,21v0,5,-3,6,-8,6v-50,-8,-89,-5,-89,57v0,47,6,88,45,88v19,0,29,-2,46,-3v3,0,6,2,6,6","w":162,"k":{"\u0153":13,"\u0151":13,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00f2":13,"o":13}},"d":{"d":"170,-12v0,5,-1,7,-7,8v-22,4,-45,7,-67,7v-63,0,-78,-47,-78,-115v0,-75,49,-101,121,-85r0,-67v0,-11,15,-6,25,-7v4,0,6,3,6,7r0,252xm139,-27r0,-143v-51,-9,-89,-2,-89,58v0,47,0,90,46,87v12,0,31,-1,43,-2","w":194},"e":{"d":"177,-116v-1,10,3,27,-7,27r-120,0v-8,75,57,67,116,60v7,-1,4,11,5,17v0,5,-1,7,-7,8v-72,14,-141,16,-146,-80v-3,-69,17,-117,80,-117v53,0,79,34,79,85xm145,-113v1,-42,-14,-60,-47,-60v-32,0,-49,20,-48,60r95,0","w":195,"k":{"\u00ff":7,"\u00fd":7,"\u0163":11,"\u0165":11,"y":7,"x":10,"w":2,"v":7,"t":11,"f":7,"\u0162":33,"\u0164":33,"T":33}},"f":{"d":"101,-274v19,2,30,0,27,20v-8,15,-53,-8,-46,30r0,26v19,3,53,-11,45,21v-3,13,-31,3,-45,6r0,164v0,11,-15,6,-24,7v-4,0,-7,-3,-7,-7r0,-164v-16,-5,-47,6,-42,-21v3,-13,29,-4,42,-6v-4,-47,8,-80,50,-76","w":137,"k":{".":20,",":20,"\u0219":5,"\u015f":5,"\u0161":5,"\u015b":5,"\u0153":8,"\u0151":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u011f":8,"\u0119":9,"\u0117":9,"\u00eb":9,"\u011b":9,"\u00ea":9,"\u00e9":9,"\u00e8":9,"\u0111":4,"\u010f":4,"\u00e7":8,"\u010d":8,"\u0107":8,"s":5,"q":7,"o":8,"g":8,"e":9,"d":4,"c":8}},"g":{"d":"42,-34v-23,-9,-26,-43,-4,-56v-34,-41,-21,-110,63,-108r79,0v7,0,9,8,8,17v0,10,-12,7,-19,10v28,43,7,110,-68,101v-25,3,-46,-17,-51,5v7,20,44,18,65,25v35,12,69,19,69,56v0,35,-23,56,-82,56v-86,0,-103,-67,-60,-106xm101,-95v40,-1,50,-14,49,-39v0,-22,-10,-39,-49,-39v-41,1,-48,19,-48,42v0,16,7,36,48,36xm102,48v42,-3,52,-11,51,-35v5,-23,-60,-30,-85,-38v-26,22,-32,77,34,73","w":201},"h":{"d":"176,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-119v0,-61,-45,-51,-88,-37r0,156v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-257v0,-10,15,-6,25,-7v4,0,7,3,7,7r0,75v58,-24,120,-16,120,63r0,119","w":200,"k":{"\u00ff":7,"\u00fd":7,"\u0163":7,"\u0165":7,"y":7,"t":7,"f":7}},"i":{"d":"54,-273v12,4,11,42,0,43v-10,-1,-26,4,-26,-7v0,-13,-6,-36,7,-36r19,0xm60,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-184v0,-10,32,-12,32,0r0,184","w":88},"j":{"d":"54,-273v12,4,11,42,0,43v-10,-1,-26,4,-26,-7v0,-13,-6,-36,7,-36r19,0xm15,71v-15,0,-31,-1,-26,-21v8,-14,47,8,39,-27r0,-214v0,-11,16,-6,26,-7v4,0,6,3,6,7r0,214v0,37,-16,48,-45,48","w":88},"k":{"d":"165,-8v3,12,-17,7,-29,8v-4,0,-5,-1,-8,-5r-72,-88r0,86v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-257v0,-10,32,-12,32,0r0,150r72,-81v5,-5,43,-7,36,5r-79,86","w":178,"k":{"\u0153":12,"\u0151":12,"\u00f6":12,"\u00f5":12,"\u00f4":12,"\u00f3":12,"\u00f2":12,"\u0119":13,"\u0117":13,"\u00eb":13,"\u011b":13,"\u00ea":13,"\u00e9":13,"\u00e8":13,"\u0111":9,"\u010f":9,"\u00e7":10,"\u010d":10,"\u0107":10,"\u00e6":5,"\u0105":5,"\u00e5":5,"\u0103":5,"\u00e4":5,"\u00e3":5,"\u00e2":5,"\u00e1":5,"\u00e0":5,"q":10,"o":12,"e":13,"d":9,"c":10,"a":5}},"l":{"d":"60,-7v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-257v0,-10,15,-6,25,-7v4,0,7,3,7,7r0,257","w":87},"m":{"d":"263,-7v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-128v0,-51,-43,-40,-75,-28v7,46,1,105,3,156v0,11,-15,6,-25,7v-4,0,-6,-3,-6,-7r0,-128v2,-56,-42,-39,-72,-24r0,152v0,11,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-184v0,-10,15,-6,25,-7v7,0,8,7,7,14v23,-16,68,-27,89,-2v52,-24,117,-28,118,51r0,128","w":287,"k":{"\u00fd":5,"\u0163":7,"\u0165":7,"y":5,"t":7,"f":7}},"n":{"d":"176,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-119v3,-62,-51,-51,-88,-33r0,152v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-184v0,-10,15,-6,25,-7v7,0,8,7,7,14v52,-33,120,-18,120,58r0,119","w":200,"k":{"\u00ff":8,"\u00fd":8,"\u0163":7,"\u0165":7,"y":8,"w":7,"v":8,"t":7,"f":7}},"o":{"d":"178,-113v0,68,-17,116,-80,116v-63,0,-80,-48,-80,-116v0,-53,27,-88,80,-88v53,0,80,35,80,88xm98,-25v43,0,49,-40,49,-88v0,-37,-15,-60,-49,-60v-43,0,-48,40,-48,88v0,37,14,60,48,60","w":196,"k":{"\u017c":6,"\u017e":6,"\u017a":6,"\u00ff":8,"\u00fd":8,"\u0163":11,"\u0165":11,"z":6,"y":8,"x":13,"w":6,"v":8,"t":11,"f":7}},"p":{"d":"177,-112v0,88,-36,131,-121,111r0,65v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-248v0,-5,2,-7,8,-8v19,-5,44,-9,66,-9v54,0,79,35,79,89xm98,-24v44,2,47,-40,47,-88v0,-38,-11,-62,-47,-62v-15,0,-32,2,-42,4r0,142v12,2,30,4,42,4","w":194,"k":{"\u00ff":7,"\u00fd":7,"\u0163":11,"\u0165":11,"y":7,"x":11,"w":5,"t":11,"f":7}},"q":{"d":"170,64v0,11,-15,6,-25,7v-4,0,-6,-3,-6,-7r0,-65v-81,19,-121,-19,-121,-111v0,-54,24,-89,78,-89v22,0,48,4,67,9v6,1,7,3,7,8r0,248xm139,-28r0,-142v-10,-2,-28,-4,-43,-4v-45,-2,-46,41,-46,88v0,60,37,70,89,58","w":194},"r":{"d":"106,-201v12,0,10,28,0,28v-17,0,-32,4,-50,15r0,151v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-184v0,-10,14,-6,24,-7v7,0,8,7,7,15v18,-13,35,-18,51,-18","w":123,"k":{".":11,",":11,"\u0153":9,"\u0151":9,"\u00f6":9,"\u00f5":9,"\u00f4":9,"\u00f3":9,"\u00f2":9,"\u011f":9,"\u0119":9,"\u0117":9,"\u00eb":9,"\u011b":9,"\u00ea":9,"\u00e9":9,"\u00e8":9,"\u0111":10,"\u010f":10,"\u00e7":9,"\u010d":9,"\u0107":9,"\u00e6":10,"\u0105":10,"\u00e5":10,"\u0103":10,"\u00e4":10,"\u00e3":10,"\u00e2":10,"\u00e1":10,"\u00e0":10,"q":10,"o":9,"g":9,"e":9,"d":10,"c":9,"a":10}},"s":{"d":"82,3v-16,-4,-71,8,-64,-26v22,-16,100,21,100,-27v0,-41,-100,-48,-100,-103v0,-57,73,-51,121,-43v10,1,6,10,7,19v0,4,-2,6,-7,6v-24,1,-90,-17,-89,18v9,39,100,54,100,103v0,37,-28,53,-68,53","w":167,"k":{"\u00fd":4,"\u0163":5,"\u0165":5,"y":4,"v":5,"t":5,"f":4}},"t":{"d":"130,-18v6,22,-15,21,-30,21v-33,0,-49,-9,-49,-49r0,-125v-16,-5,-47,6,-42,-21v3,-13,29,-4,42,-6v2,-14,-6,-37,6,-42v9,0,25,-9,25,3r0,39v19,3,53,-12,47,19v-3,15,-31,5,-47,8r0,125v-2,29,17,22,40,23v5,0,8,1,8,5","w":138,"k":{"\u0153":5,"\u0151":5,"\u00f6":5,"\u00f5":5,"\u00f4":5,"\u00f3":5,"\u00f2":5,"\u011f":4,"\u0111":4,"\u010f":4,"\u00e7":4,"\u010d":4,"\u0107":4,"q":5,"o":5,"g":4,"d":4,"c":4}},"u":{"d":"176,-7v0,10,-15,6,-25,7v-7,0,-8,-7,-7,-14v-52,33,-120,18,-120,-58r0,-119v0,-10,32,-12,32,0r0,119v-3,61,51,52,88,33r0,-152v0,-10,32,-12,32,0r0,184","w":200},"v":{"d":"151,-198v11,1,29,-4,25,9r-48,171v-9,29,-57,29,-65,0r-49,-174v0,-9,30,-11,32,1r42,157v3,15,11,14,15,0r41,-157v1,-5,4,-7,7,-7","w":190,"k":{".":18,",":18,"\u0153":8,"\u0151":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u0119":7,"\u0117":7,"\u00eb":7,"\u011b":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e6":8,"\u0105":8,"\u00e5":8,"\u0103":8,"\u00e4":8,"\u00e3":8,"\u00e2":8,"\u00e1":8,"\u00e0":8,"q":8,"o":8,"e":7,"a":8}},"w":{"d":"237,-192v3,-11,35,-9,32,3r-35,167v-5,23,-8,25,-30,25v-19,0,-23,-3,-29,-26r-32,-123v-2,-4,-2,-3,-3,0r-32,123v-5,21,-10,26,-29,26v-22,0,-25,-3,-30,-25r-35,-169v0,-10,30,-11,32,-1r30,164v2,7,4,5,6,0r35,-138v2,-16,45,-18,49,0r38,142v16,-50,20,-114,33,-168","w":282,"k":{"\u0153":6,"\u0151":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u0119":5,"\u0117":5,"\u00eb":5,"\u011b":5,"\u00ea":5,"\u00e9":5,"\u00e8":5,"\u00e7":6,"\u010d":6,"\u0107":6,"o":6,"e":5,"c":6}},"x":{"d":"183,-8v2,4,2,8,-4,8v-10,-1,-25,3,-30,-3r-51,-75r-52,74v-4,7,-27,7,-32,0r67,-97r-63,-93v4,-7,30,-8,36,1r46,68r46,-68v5,-10,17,-3,28,-5v6,0,6,5,3,9r-60,86","w":196,"k":{"\u0153":13,"\u0151":13,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00f2":13,"\u011f":13,"\u0119":13,"\u0117":13,"\u00eb":13,"\u011b":13,"\u00ea":13,"\u00e9":13,"\u00e8":13,"\u0111":13,"\u010f":13,"\u00e7":10,"\u010d":10,"\u0107":10,"q":13,"o":13,"g":13,"f":2,"e":13,"d":13,"c":10}},"y":{"d":"53,71v-18,0,-44,4,-38,-22v3,-13,28,-1,40,-4v27,5,33,-21,39,-45v-17,0,-24,-1,-32,-25r-48,-167v1,-9,29,-10,32,0r43,156v3,10,5,8,13,8r43,-165v3,-7,37,-10,33,4r-60,207v-11,39,-24,53,-65,53","w":192,"k":{",":13,"\u0153":8,"\u0151":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u011f":9,"\u0119":7,"\u0117":7,"\u00eb":7,"\u011b":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":9,"\u010d":9,"\u0107":9,"q":7,"o":8,"g":9,"e":7,"c":9}},"z":{"d":"148,-27v12,0,12,28,0,27r-108,0v-28,0,-27,-34,-14,-50r94,-119v-25,-6,-62,0,-91,-2v-8,0,-7,-11,-7,-20v0,-4,3,-7,7,-7r106,0v27,-1,24,32,12,46r-97,122v0,2,0,3,3,3r95,0","w":173,"k":{"\u0153":6,"\u0151":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u0119":7,"\u0117":7,"\u00eb":7,"\u011b":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u0111":5,"\u010f":5,"\u00e7":4,"\u010d":4,"\u0107":4,"q":4,"o":6,"e":7,"d":5,"c":4}},"\u00e0":{"d":"162,-7v0,10,-14,6,-23,7v-7,0,-9,-7,-8,-15v-42,29,-114,29,-114,-45v0,-48,48,-62,114,-58v2,-35,-5,-58,-39,-56r-57,3v-8,2,-6,-11,-6,-18v0,-4,2,-6,7,-7v15,-3,32,-5,56,-5v99,-4,64,109,70,194xm131,-38r0,-58v-44,-1,-92,0,-82,40v0,49,54,34,82,18xm115,-230v3,2,2,5,-2,6v-11,-1,-23,4,-27,-6v-14,-16,-30,-30,-42,-48v7,-3,30,-6,36,3","w":186,"k":{"\u00ff":8,"\u00fd":8,"y":8,"v":11,"t":9,"f":7}},"\u00e1":{"d":"162,-7v0,10,-14,6,-23,7v-7,0,-9,-7,-8,-15v-42,29,-114,29,-114,-45v0,-48,48,-62,114,-58v2,-35,-5,-58,-39,-56r-57,3v-8,2,-6,-11,-6,-18v0,-4,2,-6,7,-7v15,-3,32,-5,56,-5v99,-4,64,109,70,194xm131,-38r0,-58v-44,-1,-92,0,-82,40v0,49,54,34,82,18xm121,-280v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-7,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":186,"k":{"\u00ff":8,"\u00fd":8,"\u0165":9,"y":8,"v":11,"t":9,"f":7}},"\u00e2":{"d":"162,-7v0,10,-14,6,-23,7v-7,0,-9,-7,-8,-15v-42,29,-114,29,-114,-45v0,-48,48,-62,114,-58v2,-35,-5,-58,-39,-56r-57,3v-8,2,-6,-11,-6,-18v0,-4,2,-6,7,-7v15,-3,32,-5,56,-5v99,-4,64,109,70,194xm131,-38r0,-58v-44,-1,-92,0,-82,40v0,49,54,34,82,18xm152,-230v2,2,1,5,-2,6v-33,6,-38,-26,-57,-41v-16,14,-27,52,-60,38r36,-48v8,-9,37,-8,48,0","w":186,"k":{"\u00ff":8,"\u00fd":8,"\u0163":9,"y":8,"v":11,"t":9,"f":7}},"\u00e3":{"d":"162,-7v0,10,-14,6,-23,7v-7,0,-9,-7,-8,-15v-42,29,-114,29,-114,-45v0,-48,48,-62,114,-58v2,-35,-5,-58,-39,-56r-57,3v-8,2,-6,-11,-6,-18v0,-4,2,-6,7,-7v15,-3,32,-5,56,-5v99,-4,64,109,70,194xm131,-38r0,-58v-44,-1,-92,0,-82,40v0,49,54,34,82,18xm161,-271v7,40,-29,58,-57,38v-10,-7,-25,-24,-37,-25v-21,-3,3,36,-28,30v-6,-1,-7,-7,-6,-14v-2,-36,33,-49,56,-31v12,8,22,23,38,26v19,4,-2,-38,28,-31v3,0,6,4,6,7","w":186,"k":{"\u00ff":8,"\u00fd":8,"y":8,"v":7,"t":9,"f":7}},"\u00e4":{"d":"162,-7v0,10,-14,6,-23,7v-7,0,-9,-7,-8,-15v-42,29,-114,29,-114,-45v0,-48,48,-62,114,-58v2,-35,-5,-58,-39,-56r-57,3v-8,2,-6,-11,-6,-18v0,-4,2,-6,7,-7v15,-3,32,-5,56,-5v99,-4,64,109,70,194xm131,-38r0,-58v-44,-1,-92,0,-82,40v0,49,54,34,82,18xm132,-274v17,8,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7xm69,-274v17,8,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7","w":186,"k":{"\u00ff":8,"\u00fd":8,"\u0165":9,"y":8,"v":11,"t":9,"f":7}},"\u0101":{"d":"162,-7v0,10,-14,6,-23,7v-7,0,-9,-7,-8,-15v-42,29,-114,29,-114,-45v0,-48,48,-62,114,-58v2,-35,-5,-58,-39,-56r-57,3v-8,2,-6,-11,-6,-18v0,-4,2,-6,7,-7v15,-3,32,-5,56,-5v99,-4,64,109,70,194xm131,-38r0,-58v-44,-1,-92,0,-82,40v0,49,54,34,82,18xm149,-254v0,9,1,19,-8,18r-96,0v-9,1,-7,-10,-7,-18v0,-4,3,-6,7,-6r96,0v4,0,8,2,8,6","w":186},"\u0103":{"d":"162,-7v0,10,-14,6,-23,7v-7,0,-9,-7,-8,-15v-42,29,-114,29,-114,-45v0,-48,48,-62,114,-58v2,-35,-5,-58,-39,-56r-57,3v-8,2,-6,-11,-6,-18v0,-4,2,-6,7,-7v15,-3,32,-5,56,-5v99,-4,64,109,70,194xm131,-38r0,-58v-44,-1,-92,0,-82,40v0,49,54,34,82,18xm129,-275v2,-9,26,-8,23,1v-6,67,-114,66,-117,-2v0,-7,11,-3,17,-4v4,0,5,1,5,5v4,38,68,39,72,0","w":186,"k":{"\u0163":9,"y":8,"v":11,"t":9,"f":7}},"\u00e5":{"d":"162,-7v0,10,-14,6,-23,7v-7,0,-9,-7,-8,-15v-42,29,-114,29,-114,-45v0,-48,48,-62,114,-58v2,-35,-5,-58,-39,-56r-57,3v-8,2,-6,-11,-6,-18v0,-4,2,-6,7,-7v15,-3,32,-5,56,-5v99,-4,64,109,70,194xm131,-38r0,-58v-44,-1,-92,0,-82,40v0,49,54,34,82,18xm129,-253v0,20,-16,36,-36,36v-20,0,-37,-16,-37,-36v0,-20,17,-37,37,-37v20,0,36,17,36,37xm112,-253v0,-10,-9,-19,-19,-19v-10,0,-19,9,-19,19v0,10,9,19,19,19v10,0,19,-9,19,-19","w":186,"k":{"\u00ff":8,"\u00fd":8,"y":8,"v":7,"t":9,"f":7}},"\u0105":{"d":"162,52v3,20,-12,18,-31,19v-12,0,-24,-5,-24,-27v1,-27,31,-38,24,-59v-42,29,-114,29,-114,-45v0,-48,48,-62,114,-58v2,-35,-5,-58,-39,-56r-57,3v-8,2,-6,-11,-6,-18v0,-4,2,-6,7,-7v15,-3,32,-5,56,-5v99,-4,64,109,70,194v-7,10,-27,33,-29,47v-1,15,27,-3,29,12xm131,-38r0,-58v-44,-1,-92,0,-82,40v0,49,54,34,82,18","w":186,"k":{"y":8,"v":11,"t":9,"f":7}},"\u00e6":{"d":"289,-112v0,9,2,23,-7,23r-120,0v-3,43,12,66,53,65v22,0,44,-3,63,-5v8,-1,6,10,6,17v0,5,-1,7,-7,8v-42,8,-102,15,-126,-15v-41,35,-134,32,-134,-41v0,-49,48,-62,114,-58v2,-35,-5,-58,-39,-56r-57,3v-9,1,-5,-11,-6,-18v0,-4,2,-6,7,-7v36,-8,104,-9,116,21v13,-16,33,-26,59,-26v53,0,78,38,78,89xm131,-34r0,-61v-43,-1,-91,-1,-82,38v-1,43,57,40,82,23xm162,-113v31,-2,69,4,96,-2v0,-39,-15,-59,-47,-59v-32,0,-50,23,-49,61","w":307},"\u0107":{"d":"147,-22v5,33,-28,24,-52,25v-58,3,-77,-48,-77,-116v0,-72,54,-99,122,-84v11,2,6,12,7,21v0,5,-3,6,-8,6v-50,-8,-89,-5,-89,57v0,47,6,88,45,88v19,0,29,-2,46,-3v3,0,6,2,6,6xm126,-280v9,2,31,-5,27,5v-17,16,-30,37,-49,51v-8,-1,-26,4,-22,-6v15,-16,25,-38,44,-50","w":162,"k":{"\u0153":13,"\u00f6":13,"\u00f3":13,"o":13}},"\u010d":{"d":"147,-22v5,33,-28,24,-52,25v-58,3,-77,-48,-77,-116v0,-72,54,-99,122,-84v11,2,6,12,7,21v0,5,-3,6,-8,6v-50,-8,-89,-5,-89,57v0,47,6,88,45,88v19,0,29,-2,46,-3v3,0,6,2,6,6xm132,-280v8,1,27,-4,22,6v-15,16,-25,38,-44,50v-14,-2,-32,5,-39,-6v-11,-17,-28,-29,-37,-48v32,-12,46,23,61,38v13,-13,21,-31,37,-40","w":162,"k":{"\u0153":13,"\u00f6":13,"\u00f4":13,"\u00f3":13,"o":13}},"\u00e7":{"d":"147,-22v5,33,-28,24,-52,25v-58,3,-77,-48,-77,-116v0,-72,54,-99,122,-84v11,2,6,12,7,21v0,5,-3,6,-8,6v-50,-8,-89,-5,-89,57v0,47,6,88,45,88v19,0,29,-2,46,-3v3,0,6,2,6,6xm88,12v8,1,33,-3,26,5v-15,17,-29,37,-48,51v-8,-1,-26,4,-22,-6r35,-45v3,-4,5,-5,9,-5","w":162,"k":{"\u0153":13,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00f2":13,"o":13}},"\u010f":{"d":"170,-12v0,5,-1,7,-7,8v-22,4,-45,7,-67,7v-63,0,-78,-47,-78,-115v0,-75,49,-101,121,-85r0,-67v0,-11,15,-6,25,-7v4,0,6,3,6,7r0,252xm139,-27r0,-143v-51,-9,-89,-2,-89,58v0,47,0,90,46,87v12,0,31,-1,43,-2xm197,-271v8,1,25,-4,22,6r-16,62v0,9,-16,8,-21,3r8,-65v1,-4,4,-6,7,-6","w":201,"k":{"-":7,".":7,";":7,",":7,"\u017e":7,"\u00fd":7,"\u016f":7,"\u00fa":7,"\u0161":7,"\u0159":7,"\u0155":7,"\u00f4":7,"\u00f3":7,"\u0148":7,"\u011b":7,"\u00e9":7,"\u010f":7,"\u010d":7,"\u00e4":7,"\u00e1":7,"z":7,"y":7,"x":7,"w":7,"v":7,"u":7,"s":7,"r":7,"q":7,"p":7,"o":7,"n":7,"m":7,"g":7,"e":7,"d":7,"c":7,"a":7}},"\u0111":{"d":"170,-12v0,5,-1,7,-7,8v-22,4,-45,7,-67,7v-63,0,-78,-47,-78,-115v0,-75,49,-101,121,-85r0,-21r-55,0v-9,1,-7,-10,-7,-18v0,-4,3,-6,7,-6r55,0v1,-10,-4,-28,6,-29v10,1,25,-4,25,7r0,22v14,-2,20,2,18,18v-1,7,-10,6,-18,6r0,206xm139,-27r0,-143v-51,-9,-89,-2,-89,58v0,47,0,90,46,87v12,0,31,-1,43,-2","w":194},"\u00e8":{"d":"177,-116v-1,10,3,27,-7,27r-120,0v-8,75,57,67,116,60v7,-1,4,11,5,17v0,5,-1,7,-7,8v-72,14,-141,16,-146,-80v-3,-69,17,-117,80,-117v53,0,79,34,79,85xm145,-113v1,-42,-14,-60,-47,-60v-32,0,-49,20,-48,60r95,0xm127,-230v3,2,3,5,-1,6v-11,-1,-24,4,-28,-6v-14,-16,-30,-30,-42,-48v8,-3,30,-6,37,3","w":195,"k":{"\u00ff":7,"\u00fd":7,"y":7,"x":10,"w":2,"v":7,"t":11,"f":7,"T":33}},"\u00e9":{"d":"177,-116v-1,10,3,27,-7,27r-120,0v-8,75,57,67,116,60v7,-1,4,11,5,17v0,5,-1,7,-7,8v-72,14,-141,16,-146,-80v-3,-69,17,-117,80,-117v53,0,79,34,79,85xm145,-113v1,-42,-14,-60,-47,-60v-32,0,-49,20,-48,60r95,0xm129,-280v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-7,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":195,"k":{"\u00ff":7,"\u00fd":7,"\u0165":11,"y":7,"x":10,"w":2,"v":7,"t":11,"f":7,"\u0164":33,"T":33}},"\u00ea":{"d":"177,-116v-1,10,3,27,-7,27r-120,0v-8,75,57,67,116,60v7,-1,4,11,5,17v0,5,-1,7,-7,8v-72,14,-141,16,-146,-80v-3,-69,17,-117,80,-117v53,0,79,34,79,85xm145,-113v1,-42,-14,-60,-47,-60v-32,0,-49,20,-48,60r95,0xm157,-230v2,2,1,5,-2,6v-33,6,-38,-26,-57,-41v-16,14,-27,52,-60,38r36,-48v8,-9,37,-8,48,0","w":195,"k":{"\u00ff":7,"\u00fd":7,"y":7,"v":7,"t":7,"f":7}},"\u011b":{"d":"177,-116v-1,10,3,27,-7,27r-120,0v-8,75,57,67,116,60v7,-1,4,11,5,17v0,5,-1,7,-7,8v-72,14,-141,16,-146,-80v-3,-69,17,-117,80,-117v53,0,79,34,79,85xm145,-113v1,-42,-14,-60,-47,-60v-32,0,-49,20,-48,60r95,0xm137,-280v8,1,29,-3,21,6v-14,16,-25,38,-44,50v-14,-2,-32,5,-39,-6v-11,-17,-27,-29,-36,-48v32,-12,44,24,60,38v13,-13,22,-31,38,-40","w":195,"k":{"\u00fd":7,"\u0165":11,"y":7,"x":10,"w":2,"v":7,"t":11,"f":7,"\u0164":33,"T":33}},"\u00eb":{"d":"177,-116v-1,10,3,27,-7,27r-120,0v-8,75,57,67,116,60v7,-1,4,11,5,17v0,5,-1,7,-7,8v-72,14,-141,16,-146,-80v-3,-69,17,-117,80,-117v53,0,79,34,79,85xm145,-113v1,-42,-14,-60,-47,-60v-32,0,-49,20,-48,60r95,0xm138,-274v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7xm75,-274v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7","w":195,"k":{"\u00ff":7,"\u00fd":7,"y":7,"x":10,"w":2,"v":7,"t":11,"f":7,"T":33}},"\u0113":{"d":"177,-116v-1,10,3,27,-7,27r-120,0v-8,75,57,67,116,60v7,-1,4,11,5,17v0,5,-1,7,-7,8v-72,14,-141,16,-146,-80v-3,-69,17,-117,80,-117v53,0,79,34,79,85xm145,-113v1,-42,-14,-60,-47,-60v-32,0,-49,20,-48,60r95,0xm146,-260v10,0,11,24,0,24r-96,0v-9,1,-8,-9,-8,-18v0,-4,4,-6,8,-6r96,0","w":195},"\u0117":{"d":"177,-116v-1,10,3,27,-7,27r-120,0v-8,75,57,67,116,60v7,-1,4,11,5,17v0,5,-1,7,-7,8v-72,14,-141,16,-146,-80v-3,-69,17,-117,80,-117v53,0,79,34,79,85xm145,-113v1,-42,-14,-60,-47,-60v-32,0,-49,20,-48,60r95,0xm113,-267v0,19,7,43,-24,37v-13,-3,-7,-24,-7,-37v0,-10,15,-6,25,-7v4,0,6,3,6,7","w":195,"k":{"y":7,"x":10,"w":2,"v":7,"t":11,"f":7,"T":33}},"\u0119":{"d":"170,52v3,20,-13,19,-32,19v-44,0,-14,-57,1,-71v-65,9,-116,0,-121,-84v-4,-69,17,-117,80,-117v60,0,83,42,79,104v0,5,-3,8,-7,8r-120,0v-8,75,57,67,116,60v7,-1,4,11,5,17v-1,13,-30,37,-31,52v-1,14,27,-3,30,12xm145,-113v1,-42,-14,-60,-47,-60v-32,0,-49,20,-48,60r95,0","w":195,"k":{"y":7,"x":10,"w":2,"v":7,"t":11,"f":7,"T":33}},"\u011f":{"d":"42,-34v-23,-9,-26,-43,-4,-56v-34,-41,-21,-110,63,-108r79,0v7,0,9,8,8,17v0,10,-12,7,-19,10v28,43,7,110,-68,101v-25,3,-46,-17,-51,5v7,20,44,18,65,25v35,12,69,19,69,56v0,35,-23,56,-82,56v-86,0,-103,-67,-60,-106xm101,-95v40,-1,50,-14,49,-39v0,-22,-10,-39,-49,-39v-41,1,-48,19,-48,42v0,16,7,36,48,36xm102,48v42,-3,52,-11,51,-35v5,-23,-60,-30,-85,-38v-26,22,-32,77,34,73xm136,-275v2,-9,26,-8,23,1v-6,67,-114,66,-117,-2v0,-7,11,-3,17,-4v4,0,5,1,5,5v4,38,68,39,72,0","w":201},"\u0123":{"d":"42,-34v-23,-9,-26,-43,-4,-56v-34,-41,-21,-110,63,-108r79,0v7,0,9,8,8,17v0,10,-12,7,-19,10v28,43,7,110,-68,101v-25,3,-46,-17,-51,5v7,20,44,18,65,25v35,12,69,19,69,56v0,35,-23,56,-82,56v-86,0,-103,-67,-60,-106xm101,-95v40,-1,50,-14,49,-39v0,-22,-10,-39,-49,-39v-41,1,-48,19,-48,42v0,16,7,36,48,36xm102,48v42,-3,52,-11,51,-35v5,-23,-60,-30,-85,-38v-26,22,-32,77,34,73xm114,-222v-8,-1,-25,5,-23,-6r11,-43v-1,-10,20,-10,23,-3r-5,46v-1,4,-2,6,-6,6","w":201},"\u00ec":{"d":"60,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-184v0,-10,32,-12,32,0r0,184xm65,-230v3,2,2,5,-2,6v-11,-1,-23,4,-27,-6v-14,-16,-30,-30,-42,-48v8,-3,30,-5,36,3","w":88},"\u00ed":{"d":"60,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-184v0,-10,32,-12,32,0r0,184xm70,-280v8,1,33,-3,26,5v-16,17,-30,37,-49,51v-8,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":88},"\u00ee":{"d":"60,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-184v0,-10,32,-12,32,0r0,184xm103,-230v2,2,1,5,-2,6v-33,6,-38,-26,-57,-41v-16,14,-27,52,-60,38r36,-48v8,-9,37,-8,48,0","w":88},"\u00ef":{"d":"60,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-184v0,-10,32,-12,32,0r0,184xm83,-274v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7xm20,-274v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7","w":88},"\u012b":{"d":"60,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-184v0,-10,32,-12,32,0r0,184xm85,-260v8,0,9,24,0,24r-82,0v-8,1,-7,-10,-7,-18v0,-4,4,-6,7,-6r82,0","w":88},"\u012f":{"d":"60,-7v-6,10,-27,33,-28,47v-1,17,36,-9,29,23v-14,12,-58,17,-55,-19v-2,-19,31,-41,22,-51r0,-184v0,-10,32,-12,32,0r0,184xm54,-273v12,4,11,42,0,43v-10,-1,-26,4,-26,-7v0,-13,-6,-36,7,-36r19,0","w":88},"\u0131":{"d":"60,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-184v0,-10,32,-12,32,0r0,184","w":88},"\u0137":{"d":"165,-8v3,12,-17,7,-29,8v-4,0,-5,-1,-8,-5r-72,-88r0,86v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-257v0,-10,32,-12,32,0r0,150r72,-81v5,-5,43,-7,36,5r-79,86xm80,14v9,1,27,-3,22,7r-10,43v0,9,-21,9,-24,2v6,-15,-3,-45,12,-52","w":178},"\u013a":{"d":"60,-7v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-257v0,-10,15,-6,25,-7v4,0,7,3,7,7r0,257xm75,-342v8,1,30,-4,26,5v-22,16,-31,60,-72,49v11,-18,25,-32,37,-49v3,-4,5,-5,9,-5","w":87},"\u013e":{"d":"60,-7v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-257v0,-10,15,-6,25,-7v4,0,7,3,7,7r0,257xm85,-271v8,1,24,-4,22,6r-16,62v-1,10,-17,8,-22,3r9,-65v1,-4,4,-6,7,-6","w":87},"\u013c":{"d":"60,-7v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-257v0,-10,15,-6,25,-7v4,0,7,3,7,7r0,257xm36,14v9,1,27,-3,22,7r-10,43v0,9,-21,9,-24,2v6,-15,-3,-45,12,-52","w":87},"\u0142":{"d":"86,-215v14,30,-14,50,-26,67r0,141v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-102v-10,10,-16,23,-28,31v-14,-29,17,-51,28,-67r0,-119v0,-10,15,-6,25,-7v4,0,7,3,7,7r0,80v9,-10,16,-22,26,-31","w":87},"\u0144":{"d":"176,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-119v3,-62,-51,-51,-88,-33r0,152v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-184v0,-10,15,-6,25,-7v7,0,8,7,7,14v52,-33,120,-18,120,58r0,119xm127,-280v8,1,33,-3,26,5v-16,17,-29,38,-49,51v-7,-1,-25,4,-21,-6r35,-45v3,-4,5,-5,9,-5","w":200,"k":{"y":8,"w":7,"v":8,"t":7,"f":7}},"\u0148":{"d":"176,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-119v3,-62,-51,-51,-88,-33r0,152v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-184v0,-10,15,-6,25,-7v7,0,8,7,7,14v52,-33,120,-18,120,58r0,119xm138,-280v8,1,28,-3,21,6v-15,16,-24,38,-43,50v-15,-2,-33,5,-40,-6v-11,-17,-27,-29,-36,-48v32,-12,45,23,60,38v13,-13,22,-31,38,-40","w":200,"k":{"\u00fd":8,"\u0165":7,"y":8,"w":7,"v":8,"t":7,"f":7}},"\u00f1":{"d":"176,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-119v3,-62,-51,-51,-88,-33r0,152v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-184v0,-10,15,-6,25,-7v7,0,8,7,7,14v52,-33,120,-18,120,58r0,119xm166,-271v7,40,-29,58,-57,38v-10,-7,-25,-24,-37,-25v-21,-3,3,36,-28,30v-6,-1,-7,-7,-6,-14v-2,-36,33,-49,56,-31v12,8,22,23,38,26v19,4,-2,-38,28,-31v3,0,6,4,6,7","w":200,"k":{"\u00ff":8,"\u00fd":8,"y":8,"v":8,"t":7}},"\u0146":{"d":"176,-7v0,10,-14,6,-24,7v-4,0,-8,-3,-8,-7r0,-119v3,-62,-51,-51,-88,-33r0,152v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-184v0,-10,15,-6,25,-7v7,0,8,7,7,14v52,-33,120,-18,120,58r0,119xm94,14v9,1,25,-4,23,7r-10,43v0,9,-21,9,-24,2v6,-15,-2,-44,11,-52","w":200},"\u00f2":{"d":"178,-113v0,68,-17,116,-80,116v-63,0,-80,-48,-80,-116v0,-53,27,-88,80,-88v53,0,80,35,80,88xm98,-25v43,0,49,-40,49,-88v0,-37,-15,-60,-49,-60v-43,0,-48,40,-48,88v0,37,14,60,48,60xm117,-230v3,2,3,5,-1,6v-11,-1,-24,4,-28,-6v-14,-16,-30,-30,-42,-48v7,-3,30,-6,36,3","w":196,"k":{"\u017c":6,"\u00ff":8,"\u00fd":8,"z":6,"y":8,"x":13,"w":6,"v":8,"t":11,"f":7}},"\u00f3":{"d":"178,-113v0,68,-17,116,-80,116v-63,0,-80,-48,-80,-116v0,-53,27,-88,80,-88v53,0,80,35,80,88xm98,-25v43,0,49,-40,49,-88v0,-37,-15,-60,-49,-60v-43,0,-48,40,-48,88v0,37,14,60,48,60xm126,-280v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-8,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":196,"k":{"\u017c":6,"\u017e":6,"\u017a":6,"\u00ff":8,"\u00fd":8,"\u0165":11,"z":6,"y":8,"x":13,"w":6,"v":8,"t":11,"f":7}},"\u00f4":{"d":"178,-113v0,68,-17,116,-80,116v-63,0,-80,-48,-80,-116v0,-53,27,-88,80,-88v53,0,80,35,80,88xm98,-25v43,0,49,-40,49,-88v0,-37,-15,-60,-49,-60v-43,0,-48,40,-48,88v0,37,14,60,48,60xm157,-230v2,2,1,5,-2,6v-33,6,-38,-25,-56,-41v-16,14,-27,52,-60,38v10,-18,24,-32,36,-48v7,-10,37,-8,48,0","w":196,"k":{"\u017e":6,"\u00ff":8,"\u00fd":8,"\u0165":11,"z":6,"y":8,"x":13,"w":6,"v":8,"t":11,"f":7}},"\u00f5":{"d":"178,-113v0,68,-17,116,-80,116v-63,0,-80,-48,-80,-116v0,-53,27,-88,80,-88v53,0,80,35,80,88xm98,-25v43,0,49,-40,49,-88v0,-37,-15,-60,-49,-60v-43,0,-48,40,-48,88v0,37,14,60,48,60xm164,-271v7,40,-29,58,-57,38v-9,-7,-25,-24,-36,-25v-22,-4,2,35,-29,30v-6,-1,-7,-7,-6,-14v-2,-36,33,-48,56,-31v12,9,22,22,38,26v19,4,-2,-38,28,-31v3,0,6,4,6,7","w":196,"k":{"\u017e":6,"\u00ff":8,"\u00fd":8,"z":6,"y":8,"x":13,"w":6,"v":8,"t":11,"f":7}},"\u00f6":{"d":"178,-113v0,68,-17,116,-80,116v-63,0,-80,-48,-80,-116v0,-53,27,-88,80,-88v53,0,80,35,80,88xm98,-25v43,0,49,-40,49,-88v0,-37,-15,-60,-49,-60v-43,0,-48,40,-48,88v0,37,14,60,48,60xm136,-274v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7xm73,-274v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7","w":196,"k":{"\u017e":6,"\u00ff":8,"\u00fd":8,"z":6,"y":8,"x":13,"w":6,"v":8,"t":11,"f":7}},"\u014d":{"d":"178,-113v0,68,-17,116,-80,116v-63,0,-80,-48,-80,-116v0,-53,27,-88,80,-88v53,0,80,35,80,88xm98,-25v43,0,49,-40,49,-88v0,-37,-15,-60,-49,-60v-43,0,-48,40,-48,88v0,37,14,60,48,60xm146,-260v10,0,11,24,0,24r-96,0v-9,1,-8,-9,-8,-18v0,-4,4,-6,8,-6r96,0","w":196},"\u0151":{"d":"178,-113v0,68,-17,116,-80,116v-63,0,-80,-48,-80,-116v0,-53,27,-88,80,-88v53,0,80,35,80,88xm98,-25v43,0,49,-40,49,-88v0,-37,-15,-60,-49,-60v-43,0,-48,40,-48,88v0,37,14,60,48,60xm157,-280v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-7,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5xm94,-280v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-7,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":196,"k":{"z":6,"y":8,"x":13,"w":6,"v":8,"t":11,"f":7}},"\u00f8":{"d":"169,-210v8,1,27,-2,20,7r-26,34v32,60,21,172,-65,172v-21,0,-37,-6,-50,-16v-8,12,-20,36,-42,23v6,-16,19,-25,27,-39v-32,-59,-21,-172,65,-172v21,0,37,6,50,16v7,-8,12,-21,21,-25xm130,-162v-33,-26,-86,-3,-80,49v2,19,-2,41,3,56xm98,-25v54,0,55,-67,45,-116r-77,105v8,7,18,11,32,11","w":196},"\u0153":{"d":"306,-116v-1,10,3,27,-7,27r-121,0v-1,38,8,64,50,64v22,0,48,-2,66,-4v8,-1,6,10,6,17v0,5,-1,7,-7,8v-48,9,-106,16,-131,-23v-13,19,-34,30,-64,30v-63,0,-80,-48,-80,-116v0,-53,27,-88,80,-88v30,0,51,11,64,30v13,-19,34,-30,64,-30v53,0,80,34,80,85xm98,-25v43,0,49,-40,49,-88v0,-37,-15,-60,-49,-60v-43,0,-48,40,-48,88v0,37,14,60,48,60xm274,-113v1,-42,-15,-60,-48,-60v-32,0,-49,20,-48,60r96,0","w":323},"\u0155":{"d":"106,-201v12,0,10,28,0,28v-17,0,-32,4,-50,15r0,151v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-184v0,-10,14,-6,24,-7v7,0,8,7,7,15v18,-13,35,-18,51,-18xm92,-280v8,1,33,-3,26,5v-16,17,-29,38,-49,51v-7,-1,-25,4,-21,-6v15,-16,25,-38,44,-50","w":123,"k":{".":11,",":11,"\u0153":9,"\u00f4":9,"\u00f3":9,"\u011b":9,"\u00e9":9,"\u010f":10,"\u010d":9,"\u0107":9,"\u00e6":10,"\u00e4":10,"\u00e1":10,"q":10,"o":9,"g":9,"e":9,"d":10,"c":9,"a":10}},"\u0157":{"d":"106,-201v12,0,10,28,0,28v-17,0,-32,4,-50,15r0,151v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-184v0,-10,14,-6,24,-7v7,0,8,7,7,15v18,-13,35,-18,51,-18xm32,14v9,1,27,-3,22,7r-10,43v1,9,-21,9,-23,2v4,-17,-3,-45,11,-52","w":123},"\u0159":{"d":"106,-201v12,0,10,28,0,28v-17,0,-32,4,-50,15r0,151v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-184v0,-10,14,-6,24,-7v7,0,8,7,7,15v18,-13,35,-18,51,-18xm103,-280v8,1,27,-4,22,6v-15,16,-25,38,-44,50v-15,-2,-33,5,-40,-6v-11,-17,-27,-29,-36,-48v32,-12,46,23,61,38v13,-13,21,-31,37,-40","w":123,"k":{".":11,",":11,"\u0153":9,"\u00f3":9,"\u011b":9,"\u00e9":9,"\u010f":10,"\u010d":9,"\u0107":9,"\u00e6":10,"\u00e1":10,"q":10,"o":9,"g":9,"e":9,"d":10,"c":9,"a":10}},"\u015b":{"d":"82,3v-16,-4,-71,8,-64,-26v22,-16,100,21,100,-27v0,-41,-100,-48,-100,-103v0,-57,73,-51,121,-43v10,1,6,10,7,19v0,4,-2,6,-7,6v-24,1,-90,-17,-89,18v9,39,100,54,100,103v0,37,-28,53,-68,53xm111,-280v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-7,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":167,"k":{"y":4,"v":5,"t":5,"f":4}},"\u0161":{"d":"82,3v-16,-4,-71,8,-64,-26v22,-16,100,21,100,-27v0,-41,-100,-48,-100,-103v0,-57,73,-51,121,-43v10,1,6,10,7,19v0,4,-2,6,-7,6v-24,1,-90,-17,-89,18v9,39,100,54,100,103v0,37,-28,53,-68,53xm120,-280v7,1,29,-3,21,6v-14,17,-25,38,-44,50v-14,-2,-32,4,-39,-6v-11,-17,-26,-31,-37,-48v32,-12,46,23,61,38v13,-13,22,-31,38,-40","w":167,"k":{"\u00fd":4,"\u0165":5,"y":4,"v":5,"t":5,"f":4}},"\u015f":{"d":"82,3v-16,-4,-71,8,-64,-26v22,-16,100,21,100,-27v0,-41,-100,-48,-100,-103v0,-57,73,-51,121,-43v10,1,6,10,7,19v0,4,-2,6,-7,6v-24,1,-90,-17,-89,18v9,39,100,54,100,103v0,37,-28,53,-68,53xm82,12v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-8,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":167,"k":{"\u0163":5,"y":4,"v":5,"t":5,"f":4}},"\u0219":{"d":"82,3v-16,-4,-71,8,-64,-26v22,-16,100,21,100,-27v0,-41,-100,-48,-100,-103v0,-57,73,-51,121,-43v10,1,6,10,7,19v0,4,-2,6,-7,6v-24,1,-90,-17,-89,18v9,39,100,54,100,103v0,37,-28,53,-68,53xm77,14v8,1,27,-4,22,7r-10,43v0,9,-20,9,-23,2v4,-17,-1,-43,11,-52","w":167,"k":{"\u0163":5,"y":4,"v":5,"t":5,"f":4}},"\u00df":{"d":"190,-82v1,66,-47,92,-103,83v-10,1,-6,-12,-7,-21v0,-8,13,-3,19,-4v37,1,59,-13,59,-58v0,-30,-26,-51,-69,-47v-8,0,-9,-8,-8,-17v0,-9,12,-7,21,-7v38,-1,50,-21,50,-49v0,-26,-14,-43,-47,-43v-33,0,-50,18,-50,60r0,177v1,12,-15,7,-25,8v-4,0,-7,-4,-7,-8r0,-177v0,-60,32,-88,82,-88v48,0,81,23,79,76v0,26,-17,46,-38,55v25,9,44,31,44,60","w":209},"\u0165":{"d":"130,-18v6,22,-15,21,-30,21v-33,0,-49,-9,-49,-49r0,-125v-16,-5,-47,6,-42,-21v3,-13,29,-4,42,-6v2,-14,-6,-37,6,-42v9,0,25,-9,25,3r0,39v19,3,53,-12,47,19v-3,15,-31,5,-47,8r0,125v-2,29,17,22,40,23v5,0,8,1,8,5xm122,-296v8,1,24,-4,22,6r-16,61v-1,10,-10,6,-19,7v-5,-19,6,-46,6,-68v1,-4,4,-6,7,-6","w":138,"k":{"\u0153":5,"\u00f4":5,"\u00f3":5,"\u010f":4,"\u010d":4,"q":5,"o":5,"g":4,"d":4,"c":4}},"\u0163":{"d":"130,-18v6,22,-15,21,-30,21v-33,0,-49,-9,-49,-49r0,-125v-16,-5,-47,6,-42,-21v3,-13,29,-4,42,-6v2,-14,-6,-37,6,-42v9,0,25,-9,25,3r0,39v19,3,53,-12,47,19v-3,15,-31,5,-47,8r0,125v-2,29,17,22,40,23v5,0,8,1,8,5xm71,14v9,1,27,-3,22,7r-10,43v0,9,-21,9,-24,2v6,-15,-3,-45,12,-52","w":138,"k":{"\u0153":5,"q":5,"o":5,"g":4,"d":4,"c":4}},"\u00f9":{"d":"176,-7v0,10,-15,6,-25,7v-7,0,-8,-7,-7,-14v-52,33,-120,18,-120,-58r0,-119v0,-10,32,-12,32,0r0,119v-3,61,51,52,88,33r0,-152v0,-10,32,-12,32,0r0,184xm120,-230v2,2,1,5,-2,6v-11,-1,-24,4,-28,-6v-14,-16,-30,-30,-42,-48v8,-3,30,-6,37,3","w":200},"\u00fa":{"d":"176,-7v0,10,-15,6,-25,7v-7,0,-8,-7,-7,-14v-52,33,-120,18,-120,-58r0,-119v0,-10,32,-12,32,0r0,119v-3,61,51,52,88,33r0,-152v0,-10,32,-12,32,0r0,184xm129,-280v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-7,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":200},"\u00fb":{"d":"176,-7v0,10,-15,6,-25,7v-7,0,-8,-7,-7,-14v-52,33,-120,18,-120,-58r0,-119v0,-10,32,-12,32,0r0,119v-3,61,51,52,88,33r0,-152v0,-10,32,-12,32,0r0,184xm159,-230v3,2,2,5,-2,6v-33,5,-38,-25,-56,-41v-16,14,-27,52,-60,38v10,-18,24,-32,36,-48v7,-10,37,-8,48,0","w":200},"\u00fc":{"d":"176,-7v0,10,-15,6,-25,7v-7,0,-8,-7,-7,-14v-52,33,-120,18,-120,-58r0,-119v0,-10,32,-12,32,0r0,119v-3,61,51,52,88,33r0,-152v0,-10,32,-12,32,0r0,184xm139,-274v14,9,13,54,-14,43v-16,-6,-14,-53,14,-43xm76,-274v14,9,13,54,-14,43v-16,-6,-14,-53,14,-43","w":200},"\u016b":{"d":"176,-7v0,10,-15,6,-25,7v-7,0,-8,-7,-7,-14v-52,33,-120,18,-120,-58r0,-119v0,-10,32,-12,32,0r0,119v-3,61,51,52,88,33r0,-152v0,-10,32,-12,32,0r0,184xm157,-254v0,9,1,19,-8,18r-96,0v-9,1,-7,-10,-7,-18v0,-4,3,-6,7,-6r96,0v4,0,8,2,8,6","w":200},"\u016f":{"d":"176,-7v0,10,-15,6,-25,7v-7,0,-8,-7,-7,-14v-52,33,-120,18,-120,-58r0,-119v0,-10,32,-12,32,0r0,119v-3,61,51,52,88,33r0,-152v0,-10,32,-12,32,0r0,184xm137,-253v0,20,-17,36,-37,36v-20,0,-36,-16,-36,-36v0,-20,16,-37,36,-37v20,0,37,17,37,37xm120,-253v0,-26,-39,-23,-38,0v0,10,8,19,18,19v10,0,20,-9,20,-19","w":200},"\u0171":{"d":"176,-7v0,10,-15,6,-25,7v-7,0,-8,-7,-7,-14v-52,33,-120,18,-120,-58r0,-119v0,-10,32,-12,32,0r0,119v-3,61,51,52,88,33r0,-152v0,-10,32,-12,32,0r0,184xm159,-280v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-8,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5xm96,-280v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-8,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":200},"\u0173":{"d":"176,-7v-4,12,-27,33,-28,47v-1,17,36,-9,29,23v-13,12,-55,17,-55,-19v0,-24,32,-36,22,-58v-52,33,-120,18,-120,-58r0,-119v0,-10,32,-12,32,0r0,119v-3,61,51,52,88,33r0,-152v0,-10,32,-12,32,0r0,184","w":200},"\u00fd":{"d":"53,71v-18,0,-44,4,-38,-22v3,-13,28,-1,40,-4v27,5,33,-21,39,-45v-17,0,-24,-1,-32,-25r-48,-167v1,-9,29,-10,32,0r43,156v3,10,5,8,13,8r43,-165v3,-7,37,-10,33,4r-60,207v-11,39,-24,53,-65,53xm133,-280v8,1,33,-3,26,5v-16,17,-30,37,-49,51v-8,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":192,"k":{",":13,"\u0153":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":7,"\u011b":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":9,"\u010d":9,"q":7,"o":8,"g":9,"e":7,"c":9}},"\u00ff":{"d":"53,71v-18,0,-44,4,-38,-22v3,-13,28,-1,40,-4v27,5,33,-21,39,-45v-17,0,-24,-1,-32,-25r-48,-167v1,-9,29,-10,32,0r43,156v3,10,5,8,13,8r43,-165v3,-7,37,-10,33,4r-60,207v-11,39,-24,53,-65,53xm75,-274v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7xm138,-274v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7","w":192,"k":{"\u0153":8,"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u00e7":9,"o":8,"e":7,"c":9}},"\u017a":{"d":"148,-27v12,0,12,28,0,27r-108,0v-28,0,-27,-34,-14,-50r94,-119v-25,-6,-62,0,-91,-2v-8,0,-7,-11,-7,-20v0,-4,3,-7,7,-7r106,0v27,-1,24,32,12,46r-97,122v0,2,0,3,3,3r95,0xm110,-280v8,1,33,-3,26,5v-16,17,-30,37,-49,51v-8,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":173,"k":{"\u0153":6,"\u00f3":6,"\u0119":7,"\u011b":7,"\u010d":4,"\u0107":4,"q":4,"o":6,"e":7,"d":5,"c":4}},"\u017e":{"d":"148,-27v12,0,12,28,0,27r-108,0v-28,0,-27,-34,-14,-50r94,-119v-25,-6,-62,0,-91,-2v-8,0,-7,-11,-7,-20v0,-4,3,-7,7,-7r106,0v27,-1,24,32,12,46r-97,122v0,2,0,3,3,3r95,0xm126,-280v7,1,29,-3,21,6v-14,17,-25,38,-44,50v-14,-2,-32,4,-39,-6v-11,-17,-26,-31,-37,-48v32,-12,45,23,61,38v13,-13,22,-31,38,-40","w":173,"k":{"\u0153":6,"\u00f6":6,"\u00f5":6,"\u00f4":6,"\u00f3":6,"\u00f2":6,"\u0119":7,"\u0117":7,"\u00eb":7,"\u011b":7,"\u00ea":7,"\u00e9":7,"\u00e8":7,"\u0111":5,"\u010f":5,"\u010d":4,"\u0107":4,"q":4,"o":6,"e":7,"d":5,"c":4}},"\u017c":{"d":"148,-27v12,0,12,28,0,27r-108,0v-28,0,-27,-34,-14,-50r94,-119v-25,-6,-62,0,-91,-2v-8,0,-7,-11,-7,-20v0,-4,3,-7,7,-7r106,0v27,-1,24,32,12,46r-97,122v0,2,0,3,3,3r95,0xm105,-267v0,19,7,43,-24,37v-13,-3,-7,-24,-7,-37v0,-10,15,-6,25,-7v4,0,6,3,6,7","w":173,"k":{"\u0153":6,"\u00f3":6,"\u00f2":6,"\u0119":7,"\u00e8":7,"\u0107":4,"q":4,"o":6,"e":7,"d":5,"c":4}},"\u00f0":{"d":"178,-107v0,68,-19,110,-79,110v-62,0,-81,-43,-81,-110v0,-75,66,-111,121,-77v-7,-19,-25,-37,-53,-50v-14,8,-35,39,-47,15v4,-12,17,-15,25,-23v-19,-4,-47,-13,-24,-32r47,14v16,-8,37,-40,51,-16v-7,10,-21,17,-30,25v55,31,70,72,70,144xm99,-25v42,0,48,-35,48,-82v0,-40,-14,-63,-49,-63v-42,0,-48,36,-48,83v0,40,14,62,49,62","w":196},"\u00fe":{"d":"177,-112v0,88,-36,131,-121,111r0,65v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-328v0,-10,32,-12,32,0r0,67v71,-16,121,14,121,85xm98,-24v44,2,47,-40,47,-88v0,-38,-11,-62,-47,-62v-15,0,-32,2,-42,4r0,142v12,2,30,4,42,4","w":194},"&":{"d":"229,-8v3,2,2,8,-2,8v-26,4,-38,-8,-49,-22v-43,40,-159,37,-159,-44v0,-30,16,-48,52,-71v-32,-36,-40,-57,-40,-76v0,-38,30,-57,76,-57v41,0,72,19,71,60v5,24,-26,52,-65,78r65,70v11,-18,14,-41,14,-68v0,-9,13,-5,21,-6v6,0,8,4,7,11v0,31,-8,61,-23,83xm95,-152v30,-18,60,-37,53,-61v0,-24,-16,-33,-41,-33v-28,0,-48,8,-47,36v-3,11,10,32,35,58xm161,-41r-72,-76v-30,19,-37,28,-37,54v0,51,84,49,109,22","w":244},"`":{"d":"86,-230v2,2,1,5,-2,6v-11,-1,-23,4,-27,-6r-43,-48v8,-3,30,-6,37,3","w":133},"\u00b4":{"d":"92,-280v8,1,33,-3,26,5v-16,17,-29,38,-49,51v-7,-1,-25,4,-21,-6v15,-16,25,-38,44,-50","w":134},"\u00a8":{"d":"106,-274v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7xm43,-274v14,9,13,54,-14,43v-13,-1,-6,-24,-7,-36v-1,-9,12,-7,21,-7","w":134},"\u00af":{"d":"116,-260v10,0,11,24,0,24r-97,0v-9,1,-7,-10,-7,-18v0,-4,3,-6,7,-6r97,0","w":134},"\u00b8":{"d":"64,12v8,2,30,-4,26,5v-17,16,-30,37,-49,51v-8,-1,-28,3,-21,-6r35,-45v3,-4,5,-5,9,-5","w":131},",":{"d":"35,-46v9,1,29,-4,25,6r-27,68v-1,10,-21,10,-26,3r21,-71v1,-5,3,-6,7,-6","w":77,"k":{"\"":23,"'":23}},";":{"d":"55,-191v-1,20,9,48,-24,41v-13,-2,-7,-27,-7,-41v0,-10,14,-6,24,-7v4,0,7,3,7,7xm31,-46v9,1,30,-4,25,7r-27,68v-1,10,-22,11,-26,2r21,-70v1,-5,3,-7,7,-7","w":78},":":{"d":"55,-191v-1,20,9,48,-24,41v-13,-2,-7,-27,-7,-41v0,-10,14,-6,24,-7v4,0,7,3,7,7xm55,-41v-1,20,9,48,-24,41v-13,-2,-7,-27,-7,-41v0,-10,14,-6,24,-7v4,0,7,3,7,7","w":78},".":{"d":"54,-41v-1,21,8,48,-24,41v-13,-3,-7,-27,-7,-41v0,-10,14,-6,24,-7v4,0,7,3,7,7","w":77,"k":{"\"":23,"'":23}},"-":{"d":"96,-119v11,1,10,27,0,27r-72,0v-10,1,-7,-11,-7,-20v0,-4,3,-7,7,-7r72,0","w":119},"!":{"d":"55,-264r-2,187v0,9,-11,7,-20,7v-4,0,-7,-3,-7,-7r-3,-187v0,-10,15,-6,25,-7v4,0,7,3,7,7xm55,-41v-1,20,9,48,-24,41v-13,-2,-7,-27,-7,-41v0,-10,14,-6,24,-7v4,0,7,3,7,7","w":78},"\u00a1":{"d":"55,-191v-1,20,9,48,-24,41v-13,-2,-7,-27,-7,-41v0,-10,14,-6,24,-7v4,0,7,3,7,7xm56,66v0,11,-16,6,-26,7v-4,0,-7,-3,-7,-7r3,-187v0,-9,11,-7,20,-7v4,0,7,3,7,7","w":78,"k":{"\u0178":20,"\u00dd":20,"Y":20,"V":9}},"?":{"d":"139,-216v12,45,-75,76,-68,139v1,10,-14,6,-23,7v-10,0,-6,-14,-7,-24v-8,-48,63,-75,63,-122v0,-36,-56,-22,-87,-22v-8,0,-9,-24,1,-27v52,-10,123,-10,121,49xm64,-48v12,6,11,45,0,48v-10,-1,-24,3,-24,-7v1,-21,-8,-48,24,-41","w":160},"\u00bf":{"d":"140,41v11,2,9,26,0,27v-54,9,-126,9,-121,-54v-9,-39,76,-76,68,-135v-1,-10,14,-6,23,-7v10,0,6,15,7,25v7,47,-63,75,-63,121v0,36,55,26,86,23xm118,-191v-1,21,8,48,-24,41v-13,-3,-7,-27,-7,-41v0,-10,14,-6,24,-7v4,0,7,3,7,7","w":160,"k":{"\u0178":26,"\u00dd":26,"Y":26,"V":22}},"\u00ab":{"d":"199,-33v2,2,6,8,-1,8v-11,-1,-22,3,-29,-4r-61,-61v-6,-7,-5,-13,0,-20r61,-61v7,-5,26,-5,33,0v-20,26,-45,47,-67,71xm106,-33v2,2,4,9,-2,8v-11,-1,-22,2,-28,-4r-61,-61v-6,-7,-6,-14,0,-20v23,-21,41,-47,68,-64v9,1,33,-2,23,8r-64,66","w":221},"\u00bb":{"d":"206,-110v6,7,6,14,0,20v-23,22,-42,47,-68,65v-9,-1,-33,2,-23,-8r64,-67v-21,-24,-47,-44,-66,-71v4,-5,26,-6,32,0xm113,-110v6,7,6,14,0,20v-23,22,-42,48,-69,65v-9,0,-32,3,-22,-8r64,-67r-67,-71v5,-6,25,-5,33,0","w":221},"\/":{"d":"90,-260v2,-12,33,-10,30,0r-82,253v0,11,-26,10,-30,2","w":127,"k":{"\/":12}},"|":{"d":"61,63v0,10,-15,6,-25,7v-4,0,-7,-3,-7,-7r0,-324v0,-9,29,-10,32,0r0,324","w":89},"\u00b7":{"d":"54,-158v-1,20,9,48,-24,41v-13,-2,-7,-27,-7,-41v0,-10,14,-6,24,-7v4,0,7,3,7,7","w":77},"(":{"d":"101,-268v-62,91,-65,250,0,340v-4,5,-24,6,-29,-1v-66,-79,-66,-257,0,-338v5,-7,22,-5,29,-1","w":109},")":{"d":"14,72v64,-90,63,-250,0,-340v4,-5,24,-6,29,1v66,79,66,258,0,338v-5,6,-22,5,-29,1","w":109},"[":{"d":"102,44v11,0,10,27,0,26r-67,0v-4,0,-6,-3,-6,-7r0,-324v0,-4,2,-6,6,-6r67,0v9,0,7,11,7,19v-4,14,-33,4,-48,7r0,285r41,0","w":117},"]":{"d":"89,63v0,4,-2,7,-6,7r-67,0v-9,0,-7,-11,-7,-19v4,-14,33,-4,48,-7r0,-285v-19,-4,-54,12,-48,-19v0,-4,3,-7,7,-7r67,0v4,0,6,2,6,6r0,324","w":117},"{":{"d":"102,44v11,0,10,26,0,26v-48,0,-73,-5,-73,-50v0,-44,11,-91,-22,-108r0,-21v60,-28,-37,-158,95,-158v9,0,7,11,7,19v-6,18,-57,-6,-48,30v-2,50,9,100,-26,120v35,20,26,69,26,118v0,26,17,24,41,24","w":119},"}":{"d":"112,-88v-60,28,37,158,-95,158v-9,0,-7,-11,-7,-19v7,-17,57,5,48,-31v2,-49,-9,-99,26,-118v-35,-20,-26,-70,-26,-120v0,-26,-17,-23,-41,-23v-9,0,-7,-11,-7,-19v0,-10,15,-6,25,-7v100,-14,20,117,77,158r0,21","w":119},"*":{"d":"143,-231v6,2,12,18,3,21r-45,14v9,17,44,41,16,55v-15,-10,-21,-29,-33,-42v-12,13,-18,32,-33,42v-5,-4,-18,-8,-12,-17r28,-38v-16,-9,-60,-5,-46,-32v1,-5,4,-3,7,-2r45,14r0,-47v-1,-9,8,-7,16,-7v13,7,2,37,5,54","w":167},"\u00a7":{"d":"103,-270v30,3,77,-11,70,27v0,4,-3,6,-7,6v-40,-2,-121,-14,-115,30v6,49,144,76,129,138v0,14,-3,27,-11,39v27,52,9,108,-78,108v-32,0,-71,11,-68,-27v0,-4,4,-6,8,-6v46,6,124,8,114,-39v1,-54,-128,-72,-128,-138v0,-15,6,-27,13,-38v-30,-46,-8,-108,73,-100xm144,-53v20,-52,-60,-70,-93,-99v-19,59,60,70,93,99","w":196},"\u00b6":{"d":"201,63v0,7,-7,8,-15,7v-4,0,-6,-3,-6,-7r0,-311r-21,0r0,311v1,7,-7,7,-14,7v-4,0,-6,-3,-6,-7r0,-158v-75,6,-123,-15,-123,-92v0,-52,35,-80,85,-80r94,0v4,0,6,2,6,6r0,324","w":223},"^":{"d":"180,-210v2,2,4,7,-2,7v-41,0,-47,-30,-69,-49v-20,17,-32,61,-73,46v13,-21,29,-38,43,-58v9,-12,32,-3,49,-6v5,0,7,1,11,6"},"~":{"d":"185,-178v9,49,-34,70,-67,46v-12,-9,-32,-29,-45,-32v-30,-4,3,43,-33,38v-7,0,-7,-9,-7,-17v0,-44,38,-58,67,-37v14,11,27,28,46,32v29,6,-5,-42,32,-37v4,0,7,3,7,7"},"\u00a6":{"d":"61,-130v0,11,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-125v0,-11,15,-6,25,-7v4,0,7,3,7,7r0,125xm61,69v0,11,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-125v0,-11,15,-6,25,-7v4,0,7,3,7,7r0,125","w":89},"\\":{"d":"120,-7v1,11,-15,6,-24,7v-4,0,-5,-3,-6,-7r-82,-255v1,-8,29,-10,30,2","w":127},"_":{"d":"189,23v0,7,1,16,-7,15r-186,0v-8,1,-7,-7,-7,-15v0,-4,3,-5,7,-5r186,0v4,0,7,1,7,5","w":177},"'":{"d":"35,-271v9,1,27,-5,23,7r-21,68v1,11,-23,10,-27,3r17,-71v1,-5,4,-7,8,-7","w":69,"k":{".":23,",":23}},"\"":{"d":"96,-271v9,2,28,-5,24,7r-21,68v-1,11,-14,6,-24,7v-4,0,-3,-4,-3,-7r17,-68v1,-5,3,-7,7,-7xm35,-271v9,1,27,-5,23,7r-21,68v1,11,-23,10,-27,3r17,-71v1,-5,4,-7,8,-7","w":130,"k":{".":23,",":23}},"@":{"d":"143,-175v18,0,49,-3,54,14r-11,113v45,-6,52,-39,52,-84v0,-45,-29,-83,-88,-83v-92,-2,-111,70,-112,157v0,43,29,77,91,77v18,1,41,-5,55,0v-1,7,3,18,-6,17v-84,14,-170,-17,-163,-105v7,-95,34,-167,136,-167v74,0,111,50,111,104v0,88,-45,111,-131,113v-58,1,-62,-47,-54,-99v6,-37,27,-57,66,-57xm165,-147v-30,-5,-57,-2,-58,30v-1,33,-17,79,33,72v5,0,11,0,16,-1","w":276},"\u00a9":{"d":"252,-135v0,64,-53,117,-117,117v-64,0,-117,-53,-117,-117v0,-64,53,-117,117,-117v64,0,117,53,117,117xm236,-135v0,-56,-45,-102,-101,-102v-56,0,-102,46,-102,102v0,56,46,101,102,101v56,0,101,-45,101,-101xm166,-80v6,0,8,21,0,20v-46,7,-88,-1,-88,-64v0,-71,29,-103,88,-87v7,-1,5,9,5,15v-22,12,-71,-15,-71,48v0,37,7,76,33,70v12,0,25,-1,33,-2","w":270},"\u00ae":{"d":"205,-174v0,54,-43,96,-97,96v-54,0,-97,-42,-97,-96v0,-54,43,-97,97,-97v54,0,97,43,97,97xm190,-174v0,-45,-37,-83,-82,-83v-45,0,-82,38,-82,83v0,45,37,81,82,81v45,0,82,-36,82,-81xm152,-122v4,8,-5,9,-13,8v-23,-12,-16,-54,-53,-51v-4,18,12,53,-14,51v-3,0,-4,-3,-4,-6r0,-109v0,-15,21,-7,34,-9v51,-10,63,60,23,71xm86,-180v23,1,48,0,45,-21v3,-20,-22,-21,-45,-20r0,41","w":215},"\u00a4":{"d":"194,-30v9,3,7,28,-2,28v-70,13,-146,6,-154,-93v-18,7,-27,-18,-12,-25r11,0r0,-29v-18,7,-26,-18,-11,-25r12,0v11,-99,81,-104,155,-90v10,-1,5,15,6,23v-10,10,-36,1,-60,1v-32,0,-63,16,-68,66r104,0v9,2,7,25,-4,25r-101,0r0,29r93,0v10,3,3,25,-5,25r-87,0v5,75,63,71,123,65"},"$":{"d":"190,-69v0,31,-14,63,-66,70v-1,20,9,48,-24,41v-13,-2,-5,-26,-7,-39v-21,0,-38,-4,-52,-6v-11,-2,-4,-12,-6,-21v0,-4,3,-6,7,-6v45,7,124,8,114,-39v0,-52,-128,-71,-128,-137v0,-37,24,-58,65,-63v1,-20,-7,-44,24,-38v13,3,5,24,7,37v19,1,41,3,53,5v9,1,5,12,6,21v0,4,-2,6,-7,6v-38,-2,-121,-15,-115,32v7,49,143,75,129,137"},"\u00a2":{"d":"132,-200v21,4,47,-6,42,24v-9,14,-34,-1,-53,3v-38,-4,-45,40,-45,88v0,62,40,65,91,57v8,-1,8,11,7,19v-2,14,-25,7,-42,11v-2,18,10,46,-21,40v-14,-3,-6,-27,-8,-41v-79,-8,-81,-189,0,-200v1,-19,-9,-47,22,-40v13,2,5,26,7,39"},"\u00a3":{"d":"36,-5v-2,-30,14,-37,14,-65r0,-55v-9,-1,-25,4,-25,-6v0,-9,-3,-23,7,-22r18,0v-3,-70,10,-116,80,-114v19,0,43,4,56,5v12,1,5,11,7,20v0,5,-3,8,-8,7v-54,-5,-111,-18,-102,59r0,23r78,0v10,0,5,14,6,22v0,4,-3,6,-7,6r-77,0v0,36,3,78,-12,98r114,0v11,-2,8,12,8,21v0,4,-4,6,-8,6r-143,0v-4,0,-6,-2,-6,-5"},"\u0192":{"d":"166,-274v21,0,35,-3,30,19v-11,16,-57,-8,-55,30r-10,71r52,0v10,0,4,13,4,20v-9,13,-41,3,-60,6r-18,129v-5,37,-27,49,-57,49v-21,0,-35,3,-30,-19v11,-16,57,8,55,-30r18,-129r-46,0v-10,0,-4,-13,-4,-20v7,-13,37,-3,54,-6r10,-71v5,-37,27,-49,57,-49"},"\u00a5":{"d":"198,-101v10,0,11,26,0,25r-72,0r0,69v0,11,-17,6,-27,7v-4,0,-6,-3,-6,-7r0,-69r-73,0v-8,0,-7,-10,-7,-18v0,-4,3,-7,7,-7r73,0v-1,-21,-14,-31,-20,-47r-53,0v-10,0,-10,-26,0,-26r40,0v-14,-30,-32,-57,-44,-89v3,-7,31,-7,35,1r58,122r58,-122v3,-8,30,-8,35,0v-13,31,-30,58,-44,88v19,3,54,-11,47,18v-4,17,-41,4,-60,8v-6,16,-18,26,-19,47r72,0"},"\u00aa":{"d":"95,-162v-18,20,-94,14,-84,-27v-2,-26,25,-35,62,-33v7,-34,-27,-29,-50,-26v-6,0,-5,-6,-5,-12v21,-18,86,-11,77,33r0,65xm74,-170r0,-37v-23,0,-46,1,-42,20v-5,20,25,21,42,17","w":108},"\u00ba":{"d":"105,-216v0,39,-12,64,-47,64v-35,0,-46,-25,-46,-64v0,-33,15,-53,46,-53v31,0,47,20,47,53xm58,-170v22,1,25,-20,25,-46v0,-22,-7,-33,-25,-33v-22,0,-25,19,-25,45v0,22,7,34,25,34","w":115},"#":{"d":"179,-191v17,2,47,-8,40,15v-4,13,-28,4,-42,7r-7,73v15,3,46,-11,41,15v-3,13,-29,5,-43,7r-6,67v1,10,-13,6,-22,7v-4,0,-6,-3,-6,-7r6,-67r-56,0r-6,67v1,10,-13,6,-22,7v-3,0,-6,-3,-6,-7r6,-67v-15,-3,-44,10,-39,-15v2,-13,28,-5,41,-7r6,-73v-15,-2,-44,9,-38,-15v3,-13,27,-5,40,-7r6,-70v0,-9,27,-10,29,0r-6,70r55,0r7,-70v0,-10,14,-5,22,-6v4,0,6,3,6,6xm149,-169r-56,0r-7,73r56,0","w":237},"0":{"d":"197,-109v0,80,-34,112,-88,112v-54,0,-88,-32,-88,-112r0,-49v0,-80,34,-112,88,-112v54,0,88,32,88,112r0,49xm109,-25v50,0,56,-67,56,-133v0,-61,-22,-84,-56,-84v-50,0,-55,68,-55,133v0,61,21,84,55,84"},"1":{"d":"134,-7v0,11,-16,6,-26,7v-4,0,-6,-3,-6,-7r0,-227v-18,7,-33,16,-52,22v-5,-2,-6,-24,1,-27v26,-9,41,-28,76,-28v4,0,7,2,7,6r0,254"},"2":{"d":"32,-244v-3,-35,46,-24,71,-26v102,-9,110,92,40,134v-39,23,-96,56,-85,108r121,0v10,-1,6,13,7,22v0,4,-3,6,-7,6r-143,0v-13,-1,-5,-24,-7,-36v-6,-52,50,-94,91,-119v31,-19,37,-29,37,-51v0,-49,-75,-37,-119,-31v-4,0,-6,-3,-6,-7"},"3":{"d":"30,-243v-3,-35,40,-25,68,-27v55,-4,92,18,90,75v0,24,-13,45,-35,56v28,16,35,36,35,64v0,78,-86,88,-151,70v-10,0,-11,-24,-1,-25v53,6,118,17,118,-52v0,-19,-9,-44,-42,-44r-66,0v-9,0,-5,-11,-6,-19v0,-4,2,-7,6,-7r66,0v37,-1,42,-24,42,-48v0,-53,-71,-45,-118,-37v-4,0,-6,-2,-6,-6"},"4":{"d":"197,-99v11,1,10,29,0,28r-31,0r0,64v0,12,-17,6,-27,7v-4,0,-6,-3,-6,-7r0,-64r-104,0v-21,3,-19,-29,-11,-41r107,-150v4,-7,38,-10,41,2r0,161r31,0xm133,-99r-2,-125r-87,123v24,6,61,0,89,2"},"5":{"d":"190,-87v0,83,-80,103,-155,83v-9,0,-7,-11,-7,-20v0,-5,2,-6,7,-6v61,11,129,11,122,-57v7,-50,-61,-50,-118,-48v-3,0,-6,-3,-6,-6r10,-120v0,-4,3,-6,7,-6r124,0v10,-1,6,12,7,21v0,4,-3,6,-7,6r-103,0r-6,78v72,-2,125,11,125,75"},"6":{"d":"116,-270v34,0,56,-1,70,13v0,9,3,22,-9,20v-18,-4,-38,-6,-61,-6v-57,0,-62,35,-62,84v62,-15,143,-11,143,70v0,57,-29,92,-88,92v-54,0,-87,-32,-87,-103r0,-63v0,-77,32,-107,94,-107xm109,-24v34,1,56,-18,55,-67v0,-61,-66,-51,-110,-43v-4,61,9,119,55,110"},"7":{"d":"165,-267v30,0,31,22,22,41r-103,221v-4,9,-19,3,-30,5v-6,0,-6,-5,-4,-9r109,-228v-36,-6,-86,0,-126,-2v-10,0,-7,-13,-7,-22v0,-4,3,-6,7,-6r132,0","k":{"\/":36}},"8":{"d":"198,-81v2,59,-38,85,-91,84v-50,0,-90,-27,-87,-84v0,-22,12,-46,35,-59v-24,-13,-35,-32,-34,-59v0,-51,38,-72,90,-71v50,0,88,22,87,74v0,24,-12,44,-35,56v23,13,35,37,35,59xm98,-153v42,0,68,-13,68,-46v0,-30,-21,-45,-59,-44v-37,0,-56,15,-55,47v0,22,13,43,46,43xm107,-25v41,1,59,-19,59,-56v0,-28,-26,-50,-68,-46v-35,4,-45,25,-45,52v0,31,18,50,54,50"},"9":{"d":"193,-105v8,105,-76,120,-156,101v-11,0,-7,-10,-8,-20v0,-5,3,-8,8,-7v18,4,39,6,62,6v58,0,62,-35,62,-84v-62,15,-143,11,-143,-70v0,-57,29,-91,88,-91v54,0,87,31,87,102r0,63xm161,-134v4,-60,-9,-118,-55,-109v-35,-1,-57,17,-56,66v0,62,67,52,111,43"},"\u00b9":{"d":"69,-124v0,6,-21,7,-23,0r0,-120v-10,2,-21,13,-30,9v-6,-26,31,-36,53,-29r0,140","w":101},"\u00b2":{"d":"22,-247v-16,-24,17,-22,35,-23v57,-4,67,54,23,77v-18,11,-48,30,-42,52r63,0v7,-1,5,11,5,17v0,3,-3,4,-5,4r-81,0v-7,-1,-3,-12,-4,-19v-4,-33,27,-56,52,-71v24,-15,24,-42,-13,-40v-10,0,-22,1,-33,3","w":122},"\u00b3":{"d":"105,-167v0,49,-59,57,-89,38v1,-5,-2,-15,4,-14v26,3,70,8,63,-24v5,-23,-33,-24,-58,-22v-7,0,-3,-9,-4,-15v12,-12,68,8,62,-27v2,-25,-41,-18,-63,-16v-6,0,-4,-10,-4,-15v24,-16,90,-13,90,32v0,13,-5,24,-18,32v14,8,17,21,17,31","w":121},"\u00bc":{"d":"248,-56v8,0,7,19,0,19r-14,0v-2,17,9,43,-19,37v-9,-5,-2,-25,-4,-37r-56,0v-8,-2,-4,-20,-2,-29r59,-81v7,1,21,-4,22,4r0,87r14,0xm190,-267v7,1,25,-4,20,6r-151,255v-3,11,-19,8,-29,5v47,-90,103,-172,152,-260v3,-5,4,-6,8,-6xm69,-124v0,6,-21,7,-23,0r0,-120v-10,2,-21,13,-30,9v-6,-26,31,-36,53,-29r0,140xm211,-56v-1,-19,2,-41,-1,-58r-40,56v9,5,28,1,41,2","w":268},"\u00bd":{"d":"190,-267v7,1,25,-4,20,6r-151,255v-3,11,-19,8,-29,5v47,-90,103,-172,152,-260v3,-5,4,-6,8,-6xm166,-129v-4,-23,22,-17,39,-19v58,-6,64,51,23,76v-17,10,-48,29,-42,51r63,0v7,-1,5,11,5,17v0,3,-3,4,-5,4r-81,0v-8,0,-3,-13,-4,-19v-4,-32,27,-54,52,-69v24,-14,25,-43,-13,-40v-11,-2,-30,5,-37,-1xm69,-124v0,6,-21,7,-23,0r0,-120v-10,2,-21,13,-30,9v-6,-26,31,-36,53,-29r0,140","w":271},"\u00be":{"d":"277,-56v7,1,6,19,0,19r-15,0v-2,17,9,43,-19,37v-9,-5,-2,-25,-4,-37r-55,0v-9,-1,-5,-20,-3,-29r60,-81v7,1,20,-4,21,4r0,87r15,0xm219,-267v7,1,25,-4,19,6r-151,255v-3,11,-19,8,-29,5r152,-260v3,-5,5,-6,9,-6xm105,-167v0,49,-59,57,-89,38v1,-5,-2,-15,4,-14v26,3,70,8,63,-24v5,-23,-33,-24,-58,-22v-7,0,-3,-9,-4,-15v12,-12,68,8,62,-27v2,-25,-41,-18,-63,-16v-6,0,-4,-10,-4,-15v24,-16,90,-13,90,32v0,13,-5,24,-18,32v14,8,17,21,17,31xm239,-56r0,-58r-40,56v9,5,27,1,40,2","w":297},"%":{"d":"270,-89v0,50,-7,92,-49,92v-42,0,-48,-43,-48,-92v0,-40,18,-59,48,-59v30,0,49,19,49,59xm213,-267v7,1,25,-4,19,6r-150,255v-3,11,-19,8,-29,5v46,-90,102,-172,151,-260v3,-5,5,-6,9,-6xm113,-212v0,49,-6,92,-48,92v-42,0,-49,-42,-49,-92v0,-40,19,-58,49,-58v30,0,48,18,48,58xm221,-18v27,0,26,-40,26,-71v0,-27,-10,-38,-26,-38v-27,0,-26,40,-26,71v0,27,10,38,26,38xm65,-141v27,0,26,-40,26,-71v0,-27,-10,-38,-26,-38v-27,0,-26,40,-26,71v0,27,10,38,26,38","w":285},"+":{"d":"184,-154v12,0,10,26,0,26r-62,0r0,62v1,10,-11,7,-20,7v-4,0,-6,-3,-6,-7r0,-62r-62,0v-10,1,-7,-11,-7,-20v0,-4,3,-6,7,-6r62,0r0,-62v-1,-10,11,-7,20,-7v4,0,6,3,6,7r0,62r62,0"},"\u00b1":{"d":"184,-154v12,0,10,26,0,26r-62,0r0,62v1,10,-11,7,-20,7v-4,0,-6,-3,-6,-7r0,-62r-62,0v-10,1,-7,-11,-7,-20v0,-4,3,-6,7,-6r62,0r0,-62v-1,-10,11,-7,20,-7v4,0,6,3,6,7r0,62r62,0xm184,-21v10,0,11,24,0,24r-150,0v-9,1,-7,-10,-7,-18v0,-4,3,-6,7,-6r150,0"},"\u00d7":{"d":"173,-93v8,9,-10,26,-19,18r-47,-47v-18,16,-32,36,-53,50v-7,-4,-19,-12,-13,-22r48,-47v-14,-19,-44,-31,-49,-56v5,-4,11,-16,20,-10r47,48v18,-17,32,-37,53,-51v7,4,22,13,13,22r-48,47"},"\u00f7":{"d":"124,-221v-1,20,7,45,-24,38v-13,-2,-7,-25,-7,-38v0,-10,14,-6,24,-7v4,0,7,3,7,7xm178,-154v12,0,10,26,0,26r-138,0v-10,1,-8,-11,-8,-20v0,-4,4,-6,8,-6r138,0xm124,-90v-1,20,8,46,-24,39v-13,-2,-7,-26,-7,-39v0,-10,14,-6,24,-7v4,0,7,3,7,7"},"=":{"d":"178,-194v12,0,10,26,0,26r-138,0v-10,1,-8,-11,-8,-20v0,-4,4,-6,8,-6r138,0xm178,-114v12,0,10,26,0,26r-138,0v-10,1,-8,-11,-8,-20v0,-4,4,-6,8,-6r138,0"},"<":{"d":"170,-60v5,3,6,9,-1,10v-13,-1,-24,2,-32,-5r-87,-74v-8,-8,-8,-16,0,-24r87,-73v7,-8,27,-7,37,-2v0,2,-1,5,-4,7r-94,80"},">":{"d":"167,-153v9,8,9,16,0,24r-86,74v-7,7,-29,8,-37,1v29,-33,67,-57,98,-87r-94,-80v-5,-3,-7,-10,1,-10v13,1,24,-2,32,5"},"\u00ac":{"d":"185,-89v0,8,-10,7,-18,7v-4,0,-8,-3,-8,-7r0,-79r-119,0v-10,1,-8,-11,-8,-20v0,-4,4,-6,8,-6r139,0v4,0,6,2,6,6r0,99"},"\u00b5":{"d":"176,-16v0,4,-2,7,-7,8v-29,11,-86,18,-113,0r0,71v0,11,-14,8,-24,8v-4,0,-8,-4,-8,-8r0,-254v0,-10,15,-6,25,-7v4,0,7,3,7,7v7,64,-27,170,47,167v14,0,30,-3,41,-6r0,-161v0,-10,32,-12,32,0r0,175","w":200},"\u03bc":{"d":"176,-16v0,4,-2,7,-7,8v-29,11,-86,18,-113,0r0,71v0,11,-14,8,-24,8v-4,0,-8,-4,-8,-8r0,-254v0,-10,15,-6,25,-7v4,0,7,3,7,7v7,64,-27,170,47,167v14,0,30,-3,41,-6r0,-161v0,-10,32,-12,32,0r0,175","w":200},"\u00b0":{"d":"113,-219v0,28,-23,51,-51,51v-28,0,-52,-23,-52,-51v0,-28,24,-51,52,-51v28,0,51,23,51,51xm94,-219v0,-17,-15,-32,-32,-32v-17,0,-32,15,-32,32v0,17,15,32,32,32v17,0,32,-15,32,-32","w":123},"\u00a0":{}}});
