
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,backcolor,|,styleprops,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($){var $$;$$=$.fn.galleria=function($options){if(!$$.hasCSS()){return false;}
$.historyInit($$.onPageLoad);var $defaults={insert:'.galleria-container',history:true,clickNext:true,onImage:function(image,caption,thumb){},onThumb:function(thumb){}};var $opts=$.extend($defaults,$options);for(var i in $opts){if(i){$.galleria[i]=$opts[i];}}
var _insert=($($opts.insert).is($opts.insert))?$($opts.insert):jQuery(document.createElement('div')).insertBefore(this);var _div=$(document.createElement('div')).addClass('galleria_wrapper');var _span=$(document.createElement('span')).addClass('caption');_insert.addClass('galleria_container').append(_div).append(_span);return this.each(function(){$(this).addClass('galleria');$(this).children('li').each(function(i){var _container=$(this);var _o=$.meta?$.extend({},$opts,_container.data()):$opts;_o.clickNext=$(this).is(':only-child')?false:_o.clickNext;var _a=$(this).find('a').is('a')?$(this).find('a'):false;var _img=$(this).children('img').css('display','none');var _src=_a?_a.attr('href'):_img.attr('src');var _title=_a?_a.attr('title'):_img.attr('title');var _loader=new Image();if(_o.history&&(window.location.hash&&window.location.hash.replace(/\#/,'')==_src)){_container.siblings('.active').removeClass('active');_container.addClass('active');}
$(_loader).load(function(){$(this).attr('alt',_img.attr('alt'));var _thumb=_a?_a.find('img').addClass('thumb noscale').css('display','none'):_img.clone(true).addClass('thumb').css('display','none');if(_a){_a.replaceWith(_thumb);}
if(!_thumb.hasClass('noscale')){var w=Math.ceil(_img.width()/_img.height()*_container.height());var h=Math.ceil(_img.height()/_img.width()*_container.width());if(w<h){_thumb.css({height:'auto',width:_container.width(),marginTop:-(h-_container.height())/2});}else{_thumb.css({width:'auto',height:_container.height(),marginLeft:-(w-_container.width())/2});}}else{window.setTimeout(function(){_thumb.css({marginLeft:-(_thumb.width()-_container.width())/2,marginTop:-(_thumb.height()-_container.height())/2});},1);}
_thumb.attr('rel',_src);_thumb.attr('title',_title);_thumb.click(function(){$.galleria.activate(_src);});_thumb.hover(function(){$(this).addClass('hover');},function(){$(this).removeClass('hover');});_container.hover(function(){_container.addClass('hover');},function(){_container.removeClass('hover');});_container.prepend(_thumb);_thumb.css('display','block');_o.onThumb(jQuery(_thumb));if(_container.hasClass('active')){$.galleria.activate(_src);}
_img.remove();}).error(function(){_container.html('<span class="error" style="color:red">Error loading image: '+_src+'</span>');}).attr('src',_src);});});};$$.nextSelector=function(selector){return $(selector).is(':last-child')?$(selector).siblings(':first-child'):$(selector).next();};$$.previousSelector=function(selector){return $(selector).is(':first-child')?$(selector).siblings(':last-child'):$(selector).prev();};$$.hasCSS=function(){$('body').append($(document.createElement('div')).attr('id','css_test').css({width:'1px',height:'1px',display:'none'}));var _v=($('#css_test').width()!=1)?false:true;$('#css_test').remove();return _v;};$$.onPageLoad=function(_src){var _wrapper=$('.galleria_wrapper');var _thumb=$('.galleria img[rel="'+_src+'"]');if(_src){if($.galleria.history){window.location=window.location.href.replace(/\#.*/,'')+'#'+_src;}
_thumb.parents('li').siblings('.active').removeClass('active');_thumb.parents('li').addClass('active');var _img=$(new Image()).attr('src',_src).addClass('replaced');_wrapper.empty().append(_img);if($.galleria.clickNext){_img.css('cursor','pointer').click(function(){$.galleria.next();});}}else{_wrapper.siblings().andSelf().empty();$('.galleria li.active').removeClass('active');}
$.galleria.current=_src;};$.extend({galleria:{current:'',onImage:function(){},activate:function(_src){if($.galleria.history){$.historyLoad(_src);}else{$$.onPageLoad(_src);}},next:function(){var _next=$($$.nextSelector($('.galleria img[rel="'+$.galleria.current+'"]').parents('li'))).find('img').attr('rel');$.galleria.activate(_next);},prev:function(){var _prev=$($$.previousSelector($('.galleria img[rel="'+$.galleria.current+'"]').parents('li'))).find('img').attr('rel');$.galleria.activate(_prev);}}});})(jQuery);jQuery.extend({historyCurrentHash:undefined,historyCallback:undefined,historyInit:function(callback){jQuery.historyCallback=callback;var current_hash=location.hash;jQuery.historyCurrentHash=current_hash;if(jQuery.browser.msie){if(jQuery.historyCurrentHash===''){jQuery.historyCurrentHash='#';}
$("body").prepend('<iframe id="jQuery_history" style="display: none;"></iframe>');var ihistory=$("#jQuery_history")[0];var iframe=ihistory.contentWindow.document;iframe.open();iframe.close();iframe.location.hash=current_hash;}
else if($.browser.safari){jQuery.historyBackStack=[];jQuery.historyBackStack.length=history.length;jQuery.historyForwardStack=[];jQuery.isFirst=true;}
jQuery.historyCallback(current_hash.replace(/^#/,''));setInterval(jQuery.historyCheck,100);},historyAddHistory:function(hash){jQuery.historyBackStack.push(hash);jQuery.historyForwardStack.length=0;this.isFirst=true;},historyCheck:function(){if(jQuery.browser.msie){var ihistory=$("#jQuery_history")[0];var iframe=ihistory.contentDocument||ihistory.contentWindow.document;var current_hash=iframe.location.hash;if(current_hash!=jQuery.historyCurrentHash){location.hash=current_hash;jQuery.historyCurrentHash=current_hash;jQuery.historyCallback(current_hash.replace(/^#/,''));}}else if($.browser.safari){if(!jQuery.dontCheck){var historyDelta=history.length-jQuery.historyBackStack.length;if(historyDelta){jQuery.isFirst=false;var i;if(historyDelta<0){for(i=0;i<Math.abs(historyDelta);i++){jQuery.historyForwardStack.unshift(jQuery.historyBackStack.pop());}}else{for(i=0;i<historyDelta;i++){jQuery.historyBackStack.push(jQuery.historyForwardStack.shift());}}
var cachedHash=jQuery.historyBackStack[jQuery.historyBackStack.length-1];if(cachedHash!==undefined){jQuery.historyCurrentHash=location.hash;jQuery.historyCallback(cachedHash);}}else if(jQuery.historyBackStack[jQuery.historyBackStack.length-1]===undefined&&!jQuery.isFirst){if(document.URL.indexOf('#')>=0){jQuery.historyCallback(document.URL.split('#')[1]);}else{current_hash=location.hash;jQuery.historyCallback('');}
jQuery.isFirst=true;}}}else{current_hash=location.hash;if(current_hash!=jQuery.historyCurrentHash){jQuery.historyCurrentHash=current_hash;jQuery.historyCallback(current_hash.replace(/^#/,''));}}},historyLoad:function(hash){var newhash;if(jQuery.browser.safari){newhash=hash;}
else{newhash='#'+hash;location.hash=newhash;}
jQuery.historyCurrentHash=newhash;if(jQuery.browser.msie){var ihistory=$("#jQuery_history")[0];var iframe=ihistory.contentWindow.document;iframe.open();iframe.close();iframe.location.hash=newhash;jQuery.historyCallback(hash);}
else if(jQuery.browser.safari){jQuery.dontCheck=true;this.historyAddHistory(hash);var fn=function(){jQuery.dontCheck=false;};window.setTimeout(fn,200);jQuery.historyCallback(hash);location.hash=newhash;}
else{jQuery.historyCallback(hash);}}});function move(orientation){var moving_width=320;left_value=$(".movable-box").css("left");left=parseInt(left_value.replace("px",""));width_value=$(".movable-box").css("width");width=parseInt(width_value.replace("px",""));new_value=left+"px";if(orientation=="left"){if(left<=(-1*moving_width)){new_value=(left+moving_width)+"px";}}else if(orientation=="right"){if((Math.abs(left)+(moving_width))<=width){new_value=(left-moving_width)+"px";}}
$(".movable-box").css("left",new_value);}
function show_text(id){text=$("#text-"+id).html();$(".image-text-container").html(text)}
function setup_cufon(){Cufon.replace('H1.for-cufon');Cufon.replace('A.for-cufon');}
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":209,"face":{"font-family":"Springmaus","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 7 0 0 0 0 0 0 0","ascent":"288","descent":"-72","cap-height":"45","bbox":"-48.033 -391.816 426 162.377","underline-thickness":"1.08","underline-position":"-5.76","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":97},"!":{"d":"75,-36v-43,26,-6,78,29,87v8,-2,16,-9,24,-21v-9,-33,-20,-55,-53,-66xm142,-65v-17,-78,9,-157,36,-211v-25,3,-36,40,-52,57v-10,16,-50,73,-58,111v6,26,24,35,41,58v7,10,37,4,33,-15","w":193,"k":{"z":21,"x":21,"v":20,"t":17,"r":7,"p":12,"n":21,"m":8,"k":9,"j":18,"i":9,"h":9,"f":12,"e":12,"d":8,"a":9,"X":-23,"V":-22,"T":-19,"Q":7,"P":-56,"N":9,"M":11,"L":21,"J":9,"I":11,"H":-12,"F":-74,"D":-61,"B":-51,"A":24,"?":28,"3":11,"2":18,"0":8,".":18,"-":29,",":41,")":19,"'":14,"#":-16,"!":53}},"#":{"d":"261,-181v34,-20,85,20,85,-27v0,-41,-56,-15,-74,-3v18,-16,31,-39,55,-49v4,-4,9,-7,9,-16v-26,2,-39,16,-53,30v-37,38,-76,59,-136,80v19,-38,43,-70,70,-100v10,-6,23,-8,23,-23v-35,4,-51,27,-72,46v-18,16,-51,66,-65,94r-81,32v-5,1,-10,10,-5,14r19,-3v1,0,1,1,-2,2r-5,1v22,-10,20,-8,62,-23v-12,22,-27,43,-36,67v-16,10,-58,9,-48,35v16,-6,23,-10,43,-16v-13,34,17,90,54,62v4,-29,5,-61,12,-87r56,-20v-10,15,-37,60,-25,94v8,23,27,47,53,26v5,-47,10,-93,22,-133v15,-4,51,-15,68,-4v26,6,36,-36,13,-47v-26,-2,-49,11,-69,18xm222,-175r-38,66v-13,3,-44,16,-64,24v5,-21,12,-41,19,-60v31,-13,49,-15,83,-30","w":330,"k":{"z":30,"x":-12,"w":18,"v":-15,"t":-9,"s":24,"r":26,"q":28,"p":52,"n":31,"m":22,"l":15,"k":24,"j":35,"i":32,"h":30,"g":16,"f":64,"e":36,"d":37,"c":21,"b":10,"a":26,"Y":-26,"X":-13,"W":-8,"V":-38,"T":-37,"S":15,"Q":-12,"P":-85,"O":-17,"N":33,"M":23,"L":39,"K":17,"I":27,"H":28,"G":31,"F":-98,"E":-7,"D":-86,"C":-9,"B":-73,"A":66,"?":12,";":38,":":51,"9":-28,"7":-18,"6":11,"4":-23,"3":10,"2":67,"1":-34,"0":-13,"\/":27,".":59,"-":108,",":72,")":22,"(":-16,"'":12,"#":-32,"!":38}},"%":{"d":"39,35v50,11,35,-64,56,-101v39,-69,61,-136,117,-191v5,-4,0,-7,-4,-7v-67,40,-125,112,-176,173v-29,33,-4,79,1,114v1,3,3,6,6,12xm30,-184v-37,-16,-1,-71,23,-68v18,20,1,62,-23,68xm56,-267v-14,0,-31,14,-36,27v-6,13,-27,40,-15,65v7,14,17,22,36,27v26,-1,44,-44,44,-73v0,-16,-4,-47,-29,-46xm179,-75v-4,11,-19,38,-31,38v-38,-14,-3,-73,22,-68v4,6,8,16,9,30xm178,-8v18,-27,40,-82,3,-110v-22,-6,-33,10,-45,26v1,1,2,2,2,3v-41,26,-11,112,40,81","w":204},"&":{"d":"157,-89v-8,16,-35,37,-66,39v-47,4,-60,-63,-20,-78v12,-23,55,16,70,18v8,2,16,12,16,21xm169,-228v4,45,-73,71,-94,26v-1,-15,3,-39,19,-35v11,-13,71,-27,75,9xm144,-167v39,-8,56,-91,-4,-91v-45,0,-102,33,-95,65v-1,20,17,27,19,43v-32,21,-68,85,-31,125v23,25,26,31,49,43v32,0,36,-31,56,-46v13,-9,28,-24,39,-39v25,14,26,78,65,80v15,1,34,-16,35,-29v-4,-24,-66,-63,-71,-79v5,-19,56,0,49,-30v0,-24,-8,-35,-30,-35v-32,0,-21,17,-40,42v-20,-24,-38,-36,-52,-43v0,-1,4,-3,11,-6","w":280},"'":{"d":"60,-269v-25,8,-2,60,-12,88v9,-2,21,-30,31,-37v9,-19,2,-22,-9,-42v-3,-6,-6,-9,-10,-9","w":88,"k":{"z":46,"y":31,"x":29,"w":47,"v":49,"u":29,"t":52,"s":32,"r":32,"q":29,"p":22,"o":27,"n":36,"m":32,"l":41,"k":42,"j":37,"i":41,"h":45,"g":32,"f":53,"e":38,"d":58,"c":32,"b":36,"a":32,"Z":40,"Y":-11,"X":-18,"V":-37,"U":41,"T":-40,"S":29,"R":35,"Q":41,"P":-26,"O":37,"N":56,"M":53,"L":45,"K":31,"I":43,"H":26,"G":48,"F":-37,"E":41,"D":-84,"C":43,"B":-72,"A":55,"?":13,";":30,":":32,"9":-24,"7":40,"6":46,"5":38,"4":36,"3":49,"2":44,"1":30,"0":41,"\/":23,".":39,"-":57,",":63,")":37,"'":13,"#":-32,"!":72}},"(":{"d":"58,-64v-26,-124,14,-205,63,-284v-76,69,-160,236,-91,365v15,28,32,62,57,77v44,2,34,-51,15,-77v-15,-21,-31,-55,-44,-81","w":112,"k":{"z":27,"w":10,"v":36,"s":21,"r":11,"q":12,"p":-31,"o":12,"n":13,"l":16,"k":7,"j":-23,"i":11,"h":17,"g":22,"e":17,"d":21,"c":28,"b":16,"a":10,"Z":10,"Y":15,"X":-16,"W":21,"V":15,"U":19,"T":16,"S":21,"R":12,"Q":34,"P":-25,"O":25,"N":19,"M":8,"K":-21,"J":-19,"H":9,"G":8,"F":-40,"E":26,"D":-29,"C":33,"B":-18,"A":15,"?":54,";":-27,":":8,"9":30,"8":18,"7":27,"6":28,"5":24,"4":33,"3":37,"2":18,"1":27,"0":35,"\/":-41,".":12,"-":57,")":-20,"(":11,"'":56,"#":23,"!":29}},")":{"d":"43,-340v36,130,17,282,-42,389v3,18,12,37,26,57v26,0,26,-56,34,-79v29,-87,42,-182,28,-297v-4,-9,-17,-77,-40,-78v-4,1,-6,3,-6,8","w":98,"k":{"y":-12,"w":-10,"u":-11,"s":-11,"r":-8,"q":-8,"o":-17,"l":-9,"j":10,"g":-8,"c":-14,"b":-10,"Z":-17,"Y":-17,"X":-12,"W":-12,"V":-22,"U":-12,"T":-29,"S":-24,"Q":-14,"P":-78,"O":-17,"H":-22,"G":-8,"F":-91,"E":-17,"D":-76,"C":-15,"B":-59,"?":23,";":-17,":":-16,"9":-18,"8":-11,"7":-18,"6":-10,"5":-13,"4":-17,"3":-10,"1":-26,"0":-14,"\/":-9,"-":8,",":24,")":13,"(":-11,"'":19,"#":-21,"!":31}},"*":{"d":"136,-231v6,-1,21,30,23,2v-2,-15,-37,-9,-53,-11v5,-9,28,-14,30,-33r-54,33v-5,-15,4,-26,-1,-48v-13,5,0,34,-11,45r-40,-23r-5,4v-2,9,23,23,25,27v-10,4,-32,5,-49,6v4,19,39,-5,55,3v-14,22,-37,20,-54,47v-1,21,34,33,29,5v7,-12,21,-20,30,-31v5,16,-12,47,7,55v14,-2,6,-31,4,-45v3,-4,10,-11,16,-11v24,16,32,29,48,53v6,4,19,-1,17,-10v-7,-29,-17,-29,-42,-54v2,-10,15,-15,25,-14","w":148},"+":{"d":"89,-69v20,-6,36,-12,48,8v14,-5,7,-22,-3,-39v-10,-1,-26,0,-48,2v-4,-19,8,-44,-6,-56v-28,4,-26,30,-22,58v-18,4,-38,-8,-49,7v1,27,31,21,55,25v-5,11,2,51,10,46r17,-11v0,-8,-1,-21,-2,-40","w":150},",":{"d":"38,-48v-7,37,9,77,-5,116v13,4,14,-7,21,-22v16,-19,42,-42,19,-73v-6,-15,-20,-37,-35,-21","w":91,"k":{"x":-21,"w":-11,"v":18,"u":-16,"t":-8,"r":-12,"p":-16,"o":-9,"m":-20,"l":-10,"k":-18,"j":-12,"i":-13,"g":10,"b":-8,"a":-9,"Z":-18,"Y":20,"X":-37,"V":60,"T":41,"Q":19,"L":-20,"K":-24,"J":-15,"I":-17,"H":-16,"G":-17,"F":-19,"C":23,"B":21,"A":-17,"?":39,";":-15,":":-14,"9":-7,"3":7,"1":-4,"0":-11,"\/":-39,"-":85,",":16,"'":92,"#":59,"!":15}},"-":{"d":"113,-72v11,-7,4,-20,-1,-39v-5,4,-75,-3,-85,12v1,54,73,-9,86,27","w":133,"k":{"z":9,"y":-15,"x":28,"w":-17,"t":15,"s":-10,"q":-13,"o":-18,"n":9,"l":-8,"j":18,"g":-14,"d":-16,"c":-14,"b":-12,"W":-17,"V":11,"U":-16,"T":32,"S":-26,"Q":-15,"P":-22,"O":-17,"N":-13,"M":-10,"L":10,"J":29,"H":-32,"G":-10,"F":-26,"E":-21,"D":8,"C":-17,"B":-14,"A":16,"?":52,";":-17,":":-10,"9":31,"8":-13,"6":-15,"5":-13,"4":12,"3":-13,"2":12,"1":14,"0":-13,".":85,"-":15,",":97,")":30,"(":-14,"'":98,"#":108,"!":36}},"\u2010":{"d":"113,-72v11,-7,4,-20,-1,-39v-5,4,-75,-3,-85,12v1,54,73,-9,86,27","w":133},".":{"d":"9,-32v5,24,25,34,42,44v35,-12,6,-66,-24,-72v-8,3,-19,25,-18,28","w":83,"k":{"y":10,"x":-16,"w":-12,"v":23,"u":-12,"r":-8,"p":-8,"m":-14,"k":-14,"i":-9,"g":12,"f":12,"d":-8,"c":10,"Z":-16,"Y":23,"X":-33,"V":75,"T":54,"R":-13,"Q":21,"P":12,"O":9,"N":-9,"M":-18,"L":-16,"K":-25,"I":-15,"H":-19,"G":-17,"D":17,"C":27,"B":33,"A":-13,"?":46,";":-10,":":-9,"9":11,"6":8,"4":7,"3":22,"1":7,"0":7,"\/":-31,"-":29,",":20,")":8,"'":97,"#":75,"!":20}},"\/":{"d":"1,18v-10,39,-4,88,32,75v34,-23,32,-68,43,-120v19,-82,62,-151,92,-225v14,-35,38,-62,51,-98v-22,-5,-28,4,-44,26v-67,91,-144,227,-174,342","w":199,"k":{"z":53,"y":35,"x":42,"w":40,"v":45,"u":53,"t":42,"s":56,"r":59,"q":53,"p":55,"o":47,"n":68,"m":54,"l":53,"k":62,"j":59,"i":51,"h":63,"g":57,"f":63,"e":58,"d":54,"c":50,"b":54,"a":54,"Z":55,"Y":46,"X":16,"W":45,"V":13,"U":75,"T":19,"S":61,"R":60,"Q":63,"O":56,"N":91,"M":93,"L":97,"K":82,"J":45,"I":54,"H":69,"G":87,"F":-28,"E":62,"D":-26,"C":63,"B":-15,"A":99,"?":62,";":78,":":75,"9":14,"8":40,"7":25,"6":47,"5":43,"4":25,"3":50,"2":65,"1":29,"0":43,"\/":81,".":101,"-":99,",":125,")":8,"(":51,"'":45,"#":14,"!":112}},"0":{"d":"224,-204v0,62,-46,139,-113,141v-71,3,-84,-136,-11,-157v1,0,2,-1,2,0v-1,5,2,7,5,5v12,-19,-6,-15,-19,-12v5,-3,12,-9,20,-16v57,-17,116,-17,116,39xm233,-129v37,-65,21,-141,-59,-141v-50,0,-105,35,-125,69v-39,31,-67,100,-26,147v34,39,36,43,78,62v34,6,66,-42,87,-71v10,-13,27,-34,45,-66","w":234,"k":{"z":10,"y":-8,"x":-11,"v":-11,"t":-15,"r":8,"p":13,"n":18,"k":13,"j":22,"i":16,"h":14,"f":21,"e":12,"Z":-22,"Y":-28,"X":-17,"W":-25,"V":-35,"U":-8,"T":-49,"S":-23,"R":-13,"Q":-19,"P":-88,"O":-23,"N":11,"L":24,"K":8,"J":-16,"I":14,"H":-9,"G":8,"F":-108,"E":-21,"D":-90,"C":-20,"B":-74,"A":40,"?":13,":":-7,"9":-36,"8":-14,"7":-25,"6":-11,"5":-18,"4":-29,"3":-14,"2":7,"1":-36,"0":-11,"\/":9,".":29,"-":17,",":36,")":18,"(":-22,"%":-22,"#":-41,"!":29}},"1":{"d":"136,-32v-21,-34,-12,-114,-17,-165v-3,-32,23,-43,28,-67v-10,-23,-17,0,-31,12v-42,38,-82,60,-129,93v19,27,64,-31,85,-41v8,-4,5,-10,13,-11r-55,125v10,31,39,51,50,81v12,33,48,14,56,-14r0,-13","w":145,"k":{"x":-17,"w":-17,"v":8,"u":-18,"s":-9,"r":-14,"q":-15,"o":-15,"n":-9,"m":-14,"l":-13,"k":-14,"i":-12,"h":-10,"e":-9,"d":-8,"b":-13,"a":-13,"Z":-18,"X":-31,"W":-11,"V":-23,"U":-11,"T":-17,"S":-14,"R":-16,"P":-63,"N":-11,"M":-12,"L":-10,"K":-21,"I":-13,"H":-22,"G":-15,"F":-77,"E":-8,"D":-59,"B":-49,"?":26,";":-17,":":-17,"9":-14,"8":-11,"7":-22,"6":-14,"5":-14,"4":-14,"3":-7,"2":-11,"1":-11,"\/":-23,".":-11,"-":18,",":13,")":10,"(":-11,"'":18,"%":-14,"#":-11,"!":21}},"2":{"d":"12,-35v1,-15,17,-16,28,-22v4,0,5,3,5,6v-13,9,-24,13,-33,16xm6,-23v23,-2,36,-15,52,-23v51,18,77,61,118,81v45,6,29,-69,50,-88v1,-7,6,-14,4,-21v-65,21,-74,-8,-128,-15v36,-36,90,-101,97,-154v2,-15,-7,-29,-22,-27v-39,5,-67,41,-81,58v-1,4,4,9,8,8v7,-15,45,-50,72,-50v10,24,0,32,-14,65v-7,15,-23,38,-47,69v-12,29,-37,29,-77,36v-18,14,-38,28,-46,52v0,5,7,10,14,9","w":232,"k":{"y":-15,"w":-13,"u":-12,"t":9,"s":-12,"r":-8,"q":-14,"o":-18,"l":-10,"j":12,"g":-12,"d":-8,"c":-13,"b":-13,"Z":-12,"Y":10,"X":-17,"W":-16,"V":8,"U":-14,"S":-21,"R":-9,"Q":-9,"P":-16,"O":-15,"K":-8,"J":12,"H":-30,"G":-10,"F":-41,"E":-15,"D":-39,"C":-8,"B":-28,"?":54,";":-23,"9":-7,"7":-18,"6":-7,"5":-7,"\/":-12,"-":23,",":15,")":19,"(":-15,"'":51,"%":-11,"#":10,"!":34}},"3":{"d":"31,-149v-41,13,-34,84,-2,109v19,25,29,60,67,64v48,-7,43,-64,70,-85v5,-28,30,-45,32,-76v2,-29,-30,-44,-64,-50v22,-24,33,-48,31,-73v-20,-27,-67,-6,-91,12v-1,4,4,9,8,8v32,-15,35,-21,65,-22v9,6,6,16,1,27v-15,37,-47,48,-77,64v-6,3,-3,16,4,14v12,3,48,-15,59,-13v17,2,34,9,39,25v-3,29,-17,40,-39,59v-38,2,-56,2,-80,-9","w":184,"k":{"y":-22,"x":-12,"w":-18,"v":-19,"u":-13,"t":-14,"s":-12,"q":-14,"o":-24,"m":-10,"j":11,"g":-17,"d":-8,"c":-22,"b":-12,"a":-9,"Z":-31,"Y":-32,"W":-29,"V":-21,"U":-19,"T":-10,"S":-34,"Q":-27,"P":-91,"O":-29,"M":-8,"L":12,"J":18,"H":-26,"F":-100,"E":-31,"D":-53,"C":-28,"B":-42,"A":18,"?":9,";":-19,":":-26,"9":-18,"8":-14,"7":-29,"6":-11,"5":-11,"4":-25,"3":-14,"2":4,"1":-32,"0":-22,".":12,",":22,")":15,"(":-29,"'":37,"%":-32,"#":-22,"!":18}},"4":{"d":"66,-120v-18,40,-25,63,-32,97v1,18,16,27,23,41v11,20,35,15,43,-3v-7,-58,-12,-156,41,-166v16,-3,16,-3,31,-5v7,-1,10,13,14,12v12,0,18,-1,17,-12v4,-28,-61,-27,-76,-32v4,-16,16,-51,31,-64v-26,12,-35,46,-59,71v-17,0,-43,14,-59,20v12,-42,39,-75,55,-110v0,-2,0,-3,-1,-2v-32,31,-69,84,-93,125v-1,21,27,57,53,36v7,-5,11,-8,12,-8","w":189,"k":{"z":33,"t":-8,"s":18,"r":17,"q":21,"p":37,"n":26,"l":12,"k":19,"j":28,"i":27,"h":24,"g":10,"f":57,"e":27,"d":22,"c":10,"b":8,"a":18,"Z":-12,"Y":-22,"X":20,"W":-18,"V":-14,"T":17,"S":-13,"R":13,"Q":-13,"P":-82,"O":-17,"N":22,"M":13,"L":33,"K":13,"J":46,"I":21,"H":17,"G":20,"F":-96,"E":-12,"D":-24,"C":-17,"B":-15,"A":54,"?":19,";":60,":":62,"9":-18,"8":-7,"7":-22,"6":4,"5":-7,"4":-18,"2":32,"1":-36,"0":-14,"\/":17,".":43,"-":87,",":43,")":26,"(":-16,"'":37,"%":-29,"#":-24,"!":35}},"5":{"d":"71,-62v-33,0,-39,-32,-58,-38v-31,19,2,70,15,86v19,23,55,56,84,19v4,-13,14,-61,33,-68v12,-16,31,-51,31,-74v1,-55,-73,-47,-109,-33v-3,-50,34,-69,85,-71v11,0,30,46,41,46v39,-21,-6,-53,-14,-74v-25,5,-98,18,-119,42v-6,31,-37,43,-39,77v12,25,27,51,48,28v6,-28,24,-46,62,-46v38,0,27,49,9,76v-15,5,-41,30,-69,30","w":195,"k":{"z":24,"y":10,"x":21,"w":13,"v":14,"u":18,"t":15,"s":17,"r":27,"q":15,"p":24,"n":36,"m":21,"l":20,"k":28,"j":31,"i":28,"h":27,"g":13,"f":28,"e":24,"d":18,"c":9,"b":16,"a":21,"Y":-14,"X":-12,"W":-13,"V":-32,"U":9,"T":-43,"P":-62,"N":26,"M":20,"L":38,"K":24,"J":-12,"I":29,"G":22,"F":-72,"D":-85,"B":-70,"A":47,"?":18,";":10,"9":-25,"8":-7,"7":-18,"6":4,"4":-11,"3":7,"2":18,"1":-14,"0":-4,"\/":23,".":46,"-":27,",":43,")":22,"(":-8,"'":9,"#":-36,"!":47}},"6":{"d":"165,-121v0,49,-56,89,-100,60v-9,-37,-3,-82,32,-87v27,-13,68,-4,68,27xm12,-42v9,8,36,71,61,68v18,-2,32,-8,44,-23v13,-48,74,-56,72,-118v-2,-59,-64,-62,-113,-33v5,-36,48,-97,86,-113v9,-3,15,-4,15,-13v-77,36,-151,100,-176,197v0,13,4,25,11,35","w":191,"k":{"y":-13,"x":9,"w":-8,"t":13,"s":-7,"q":-10,"o":-16,"n":12,"k":8,"j":23,"g":-9,"c":-14,"Z":-13,"Y":-14,"W":-13,"U":-9,"T":36,"S":-22,"Q":-12,"P":-69,"O":-14,"L":18,"J":34,"I":9,"H":-22,"F":-70,"E":-15,"C":-13,"B":-16,"A":26,"?":29,";":-17,":":-18,"9":-14,"8":-14,"7":-18,"6":-7,"5":-11,"4":-11,"3":-4,"1":-22,"0":-18,".":18,",":36,")":30,"(":-13,"'":44,"%":-18,"#":10,"!":32}},"7":{"d":"110,-270v-19,0,-56,9,-75,21v0,6,1,10,5,11v19,1,62,-17,82,-11v-10,27,-37,57,-57,77v-11,3,-57,15,-66,24v5,24,38,-7,54,0v-10,31,-56,68,-40,107v15,21,20,56,49,61v40,-4,6,-57,13,-90v5,-27,10,-54,23,-75v22,-22,43,20,46,-20v-5,-20,-14,-14,-33,-15v11,-34,68,-90,-1,-90","w":135,"k":{"z":30,"v":-8,"t":-11,"s":19,"r":18,"q":22,"p":30,"n":25,"l":10,"k":18,"j":29,"i":28,"h":23,"g":11,"f":40,"e":28,"d":20,"c":13,"a":19,"Z":-12,"Y":-24,"X":-22,"W":-20,"V":-30,"T":-27,"S":-13,"Q":-14,"P":-84,"O":-19,"N":19,"M":11,"L":24,"K":11,"I":19,"H":12,"G":18,"F":-102,"E":-14,"D":-69,"C":-15,"B":-62,"A":32,"?":16,";":25,":":27,"9":-32,"8":-18,"7":-29,"6":-14,"5":-14,"4":-29,"3":-7,"1":-32,"0":-18,"\/":9,".":18,"-":51,",":36,")":22,"(":-19,"'":8,"%":-25,"#":-31,"!":33}},"8":{"d":"149,-80v-9,17,-35,33,-63,33v-29,0,-46,-17,-46,-45v-1,-25,14,-34,33,-43v31,24,60,-27,88,-20v19,16,9,61,-12,75xm83,-248v10,10,25,-14,46,-12v17,2,39,4,39,24v0,50,-78,75,-99,27v-1,-16,4,-28,14,-39xm58,-154v-35,22,-73,92,-33,133v18,18,41,62,72,40v24,-16,35,-46,61,-62v30,-34,36,-48,40,-94v-11,-24,-22,-35,-40,-40v10,-14,22,-35,22,-56v0,-41,-34,-36,-82,-31v-40,17,-60,38,-60,65v0,23,15,28,20,45","w":202,"k":{"y":-13,"w":-9,"s":-9,"q":-9,"o":-18,"n":13,"j":20,"g":-9,"c":-15,"b":-7,"Z":-18,"Y":-19,"W":-16,"V":-8,"U":-13,"T":-14,"S":-25,"Q":-15,"P":-77,"O":-18,"L":14,"J":15,"H":-24,"F":-82,"E":-18,"D":-57,"C":-15,"B":-44,"A":23,"?":22,";":-15,":":-18,"9":-18,"8":-4,"7":-18,"6":-11,"5":-11,"4":-14,"3":-4,"1":-18,"0":-11,".":18,",":44,")":27,"(":-16,"'":37,"%":-14,"!":30}},"9":{"d":"74,-244v24,-10,65,-25,74,1v-3,13,-13,33,-26,33v-2,1,-3,4,-4,10v-20,14,-81,26,-94,-1v-4,-19,45,-42,50,-43xm60,-100v-45,43,11,167,59,101v11,-50,8,-76,8,-132v0,-53,40,-69,57,-98v-1,-9,-13,-10,-25,-5v5,-55,-67,-30,-95,-17v-32,15,-59,22,-64,53v-2,17,22,50,47,44v6,0,20,-4,44,-11v-1,3,-11,25,-31,65","w":172,"k":{"z":36,"y":19,"x":21,"w":19,"v":33,"u":18,"t":28,"s":21,"r":22,"q":19,"p":31,"o":15,"n":29,"m":22,"l":19,"k":21,"j":32,"i":22,"h":22,"g":22,"f":29,"e":27,"d":23,"c":20,"b":18,"a":24,"Z":15,"Y":-9,"X":-15,"W":-8,"V":-32,"U":18,"T":-35,"S":8,"R":8,"Q":19,"P":-44,"O":16,"N":22,"M":22,"L":25,"K":15,"J":-7,"I":22,"G":19,"F":-66,"E":15,"D":-77,"C":18,"B":-69,"A":29,"?":14,";":14,":":18,"9":-14,"7":-11,"4":-11,"3":7,"2":18,"\/":11,".":27,"-":42,",":43,")":23,"'":10,"%":-18,"#":-34,"!":56}},":":{"d":"8,-15v21,8,45,-3,43,-20v-5,-2,-18,-19,-25,-20v-24,7,-31,22,-18,40xm3,-91v1,19,24,5,36,5v27,-14,28,-38,-2,-41v-20,2,-35,16,-34,36","w":68,"k":{"y":-11,"w":-17,"u":-12,"r":-8,"q":-11,"o":-13,"m":-9,"l":-10,"k":-11,"j":8,"i":-9,"h":-10,"g":-8,"f":17,"d":-12,"c":-11,"b":-10,"a":-9,"Z":-18,"Y":-12,"X":-18,"W":-18,"U":-12,"T":50,"S":-27,"R":-13,"Q":-17,"P":8,"O":-18,"N":-17,"M":-13,"K":-13,"J":10,"I":-9,"H":-17,"G":-15,"F":-11,"E":-21,"D":11,"C":-19,"B":-16,"?":39,";":-8,":":-13,"9":33,"8":-8,"6":-11,"5":-8,"3":-15,"2":-9,"1":19,"0":-15,"\/":-17,"-":13,",":21,")":22,"(":-16,"'":91,"#":67,"!":30}},";":{"d":"7,-39v-5,29,4,68,-3,102v16,-10,22,-34,37,-46v16,-21,-4,-49,-23,-61v-4,-1,-9,5,-11,5xm15,-61v17,8,35,-6,34,-21v-5,-1,-19,-20,-26,-20v-6,2,-24,7,-24,20v1,7,-1,23,16,21","w":60,"k":{"z":10,"y":-12,"x":-12,"w":-13,"u":-10,"s":-12,"q":-8,"p":-10,"o":-17,"m":-13,"l":-10,"k":-11,"g":-7,"f":-8,"d":-14,"c":-13,"b":-12,"Z":-10,"Y":11,"X":-30,"W":-14,"V":18,"U":-15,"T":46,"S":-21,"Q":-8,"O":-14,"N":-8,"L":-13,"K":-21,"J":-8,"I":-11,"H":-30,"G":-12,"F":-16,"E":-18,"C":-9,"B":22,"A":-8,"?":49,";":-16,":":-10,"9":30,"8":-11,"6":-13,"5":-14,"4":22,"3":-9,"1":18,"\/":-32,"-":14,",":22,"(":-11,"'":96,"#":62,"!":21}},"=":{"d":"27,-72v11,53,99,-8,126,26v17,-1,7,-27,0,-38v-15,-2,-76,3,-103,3v-10,0,-17,3,-23,9xm92,-105v36,-11,47,-15,66,5v13,-5,7,-20,-2,-39v-10,3,-107,-3,-126,11v4,27,28,24,62,23","w":178},"?":{"d":"70,-24v-13,33,20,52,58,54v18,-5,30,-43,10,-54v-2,-10,-23,-25,-34,-27v-15,2,-27,10,-34,27xm49,-141v8,35,77,92,110,44v9,-13,25,-15,14,-31v-17,-12,-42,-1,-63,-8v-3,-3,-4,-8,-4,-17v25,-25,71,-49,94,-81v15,-55,-35,-69,-83,-44r-57,30v-15,6,-8,22,6,21v20,-10,64,-49,102,-46v10,31,-21,45,-48,63v-46,31,-71,52,-71,69","w":208,"k":{"z":18,"x":15,"v":10,"u":13,"t":27,"s":18,"r":22,"q":10,"p":20,"n":27,"m":15,"l":14,"k":19,"j":26,"i":23,"h":23,"g":8,"f":44,"e":19,"d":15,"b":9,"a":15,"X":-23,"V":-31,"T":-27,"S":-13,"R":17,"P":-22,"N":22,"M":14,"L":18,"I":18,"H":9,"G":16,"F":-44,"D":-69,"B":-63,"A":27,"?":15,";":9,"9":-10,"5":11,"2":31,"1":30,".":31,"-":27,",":48,")":21,"#":-28,"!":40}},"@":{"d":"123,-76v-13,-46,32,-96,78,-103v36,22,2,84,-22,94v-11,4,-44,30,-56,9xm257,-69v-25,-14,-11,-61,-12,-86v-4,1,-7,2,-8,2v-2,-16,-12,-51,-40,-41v-57,20,-94,53,-104,129v4,25,17,32,36,39v30,-4,39,-21,56,-34v8,28,29,48,64,48v44,0,69,-41,69,-95v0,-68,-78,-128,-158,-109v-100,24,-159,164,-67,237v30,23,60,37,94,37v34,0,81,-39,79,-46v0,-5,-7,-8,-21,-8r-62,2v-132,21,-142,-154,-49,-196v64,-46,150,-6,150,65v0,38,-9,56,-27,56","w":370},"A":{"d":"120,-125v5,-32,41,-72,54,-104v4,10,0,62,0,79v-12,6,-30,15,-54,25xm182,-117v10,62,26,131,81,142v16,3,26,-13,26,-29v-9,-47,-33,-89,-45,-126v-3,-8,27,-27,27,-41v0,-26,-38,-5,-47,-4v-6,-21,-17,-89,-43,-94v-2,19,-25,40,-36,54v-34,42,-113,130,-145,193v10,17,26,42,49,45v43,-9,20,-79,51,-103v14,-24,51,-28,82,-37","w":291,"k":{"z":11,"y":-4,"x":-11,"w":-14,"v":7,"u":-7,"s":-4,"r":-4,"q":-4,"p":-4,"o":-7,"n":-4,"m":-7,"l":-4,"k":-7,"i":-7,"f":7,"e":-4,"b":-4,"a":-7,"Z":-14,"X":-33,"T":19,"R":-13,"Q":8,"P":-55,"M":-12,"L":-13,"K":-24,"I":-13,"H":-17,"G":-13,"F":-77,"D":-13,"C":9,"?":40,";":-22,":":-7,"3":11,"0":10,"\/":-29,".":-14,"-":30,",":8,"(":-8,"'":50,"!":18}},"B":{"d":"83,-80v14,-26,-18,-51,4,-81v5,-18,29,-40,11,-55v-32,15,-67,57,-90,93v-18,28,5,51,18,74v7,11,23,14,37,3v3,-7,11,-17,20,-34xm105,-165v1,5,16,27,21,28v27,-11,43,-16,50,-16v14,-1,52,15,33,40v-31,42,-96,57,-145,78v-20,9,-27,25,-32,48v0,47,43,74,64,38v2,-5,7,-27,16,-28v12,-6,42,-44,56,-50v21,-26,59,-58,64,-104v-6,-29,-41,-26,-68,-36v11,-12,32,-30,36,-44v6,-5,12,-15,15,-31v-9,-23,-35,-28,-71,-28v-61,0,-143,16,-192,46v-1,9,21,19,27,10v-3,-2,-5,-4,-8,-8v39,-24,127,-44,197,-35v14,5,22,10,22,14v-10,35,-40,46,-70,62v-5,1,-10,7,-15,16","w":231,"k":{"z":7,"y":-11,"x":8,"w":-11,"u":4,"t":10,"r":7,"p":11,"o":-11,"n":14,"m":-7,"k":12,"j":14,"i":11,"h":14,"f":15,"e":11,"c":-11,"Z":-17,"Y":-15,"W":-16,"V":-8,"U":-9,"S":-23,"R":14,"Q":-15,"P":-74,"O":-17,"N":12,"M":10,"L":23,"K":11,"J":21,"I":14,"H":-13,"F":-69,"E":-18,"D":-50,"C":-16,"B":-39,"A":33,"?":24,":":-7,"9":-10,"7":-14,"4":-14,"3":-10,"2":28,"1":-14,"0":-9,"\/":8,".":7,",":18,")":29,"(":-13,"'":36,"!":31}},"C":{"d":"177,-243v20,-6,23,-21,7,-28v-63,31,-115,55,-166,111v-25,27,-25,76,2,105v31,33,49,78,102,80v78,-13,67,-81,109,-132v0,-1,5,-12,4,-16v-48,11,-90,38,-151,42v-33,2,-46,-47,-31,-69v7,-10,19,-31,37,-43v31,-21,51,-56,96,-61","w":231,"k":{"z":7,"y":-11,"x":15,"w":-11,"t":14,"r":12,"p":8,"o":-7,"n":14,"l":4,"k":8,"j":11,"i":4,"h":16,"f":19,"e":7,"c":-7,"Z":-10,"Y":-13,"X":10,"W":-12,"T":46,"S":-18,"R":14,"Q":-10,"P":10,"O":-12,"N":14,"L":27,"K":12,"J":42,"I":17,"H":-10,"G":9,"F":-9,"E":-13,"C":-11,"B":-13,"A":30,"?":33,";":-15,":":-11,"9":-4,"7":-12,"4":-14,"3":-18,"2":11,"0":-10,"\/":11,".":17,",":18,")":33,"(":-12,"'":63,"#":42,"!":34}},"D":{"d":"51,-42v14,31,23,94,77,73v17,-14,25,-36,44,-49v17,-11,13,-21,31,-33v12,-9,18,-15,20,-18v31,-15,52,-53,70,-80v15,-23,19,-67,0,-85v-68,-64,-266,-23,-328,23v1,9,23,12,30,6r-10,-4v40,-28,109,-48,172,-48v28,0,65,0,80,14v37,3,31,48,11,66v-39,35,-70,71,-127,77v-5,-33,29,-94,26,-123v-38,6,-80,69,-95,112v2,18,20,33,23,48v-6,3,-22,13,-24,21","w":277,"k":{"z":7,"y":-11,"x":-11,"w":-7,"v":-11,"t":-14,"p":7,"o":-11,"n":14,"k":4,"j":7,"h":7,"f":11,"e":7,"d":8,"a":4,"Z":-24,"Y":-34,"X":-21,"W":-32,"V":-42,"U":-12,"T":-54,"S":-24,"R":-18,"Q":-23,"P":-94,"O":-30,"N":12,"L":23,"J":-23,"I":12,"G":9,"F":-114,"E":-23,"D":-95,"C":-24,"B":-78,"A":41,"?":-11,":":-7,"9":-40,"8":-14,"7":-33,"5":-19,"4":-31,"3":-14,"2":47,"1":-45,"0":-25,"-":16,",":32,"*":-40,")":11,"(":-28,"'":-9,"%":-50,"#":-51,"!":25}},"E":{"d":"191,-158r-137,8v17,-49,68,-85,121,-95v7,-1,16,22,20,24v12,-1,21,-6,25,-13v-2,-22,-9,-40,-34,-35v-19,13,-45,14,-64,27v-3,4,-11,8,-23,12v-44,26,-80,57,-100,108v-7,66,21,128,81,142v33,0,70,-20,95,-35v6,-8,35,-17,40,-29v-3,-18,-27,5,-36,3v-24,11,-93,7,-109,-14v-18,-15,-19,-18,-26,-51v-2,-10,9,-15,14,-18v52,-4,102,-17,156,-12v10,-16,-4,-28,-23,-22","k":{"y":-14,"x":-14,"w":-22,"v":-7,"u":-17,"t":-11,"s":-12,"r":-13,"q":-17,"o":-18,"m":-13,"l":-15,"k":-13,"i":-12,"h":-12,"g":-9,"e":-8,"d":-10,"c":-14,"b":-15,"a":-10,"Z":-19,"Y":-18,"X":-22,"W":-14,"V":-23,"U":-15,"T":-11,"S":-15,"R":-17,"Q":-10,"P":-77,"O":-13,"N":-12,"M":-13,"K":-15,"J":8,"I":-12,"H":-17,"G":-16,"F":-87,"E":-12,"D":-58,"C":-12,"B":-58,"?":7,";":-13,":":-22,"8":-14,"7":-17,"6":-8,"5":-12,"4":-16,"2":-8,"1":-24,"0":-10,"\/":-17,".":-17,"-":160,"*":-22,")":16,"(":-15,"'":18,"#":-23,"!":7}},"F":{"d":"30,-74v4,19,31,-4,40,0v-4,25,-21,48,2,66v13,19,18,27,36,39v53,1,21,-47,32,-82v13,-41,29,-82,81,-84v11,0,17,-13,16,-19v-24,-21,-32,1,-70,12v-14,-3,0,-18,3,-26v-1,-14,16,-40,5,-53v-40,18,-59,71,-86,111v-18,27,-19,18,-59,36xm-27,-164v94,-11,152,-73,240,-97r69,-32v11,1,1,15,1,19v13,29,40,-1,52,-17v-8,-25,-14,-30,-46,-16v-9,4,-17,7,-22,10v-99,25,-178,99,-297,113v-16,2,-12,17,3,20","w":319,"k":{"\u0153":98,"\u00f8":90,"\u00e6":110,"\u00fc":100,"\u016e":91,"\u016f":92,"\u00fa":93,"\u00f5":87,"\u00f6":85,"\u00f4":86,"\u00f2":88,"\u00f3":88,"\u0147":112,"\u00ee":111,"\u00ec":113,"\u00ed":114,"\u00eb":112,"\u00ea":102,"\u011b":103,"\u00e9":103,"\u00e7":87,"\u00e5":109,"\u00e3":104,"\u00e4":108,"\u00e2":97,"\u00e0":50,"\u00e1":99,"z":108,"y":83,"x":87,"w":87,"v":82,"u":92,"t":84,"s":103,"r":99,"q":99,"p":97,"o":86,"n":112,"m":95,"l":82,"k":90,"j":90,"i":83,"h":109,"g":93,"f":131,"e":107,"d":90,"c":88,"b":73,"a":99,"Z":45,"Y":36,"W":38,"U":83,"T":85,"S":69,"R":98,"Q":73,"O":69,"N":106,"M":98,"L":105,"K":62,"J":119,"I":87,"H":101,"G":102,"F":91,"E":71,"D":40,"C":71,"B":23,"A":136,"?":62,";":126,":":40,"9":65,"8":60,"7":41,"6":89,"5":84,"4":64,"3":76,"2":132,"1":62,"0":73,"\/":90,".":65,"-":145,",":72,")":30,"(":33,"'":36,"#":9,"!":97}},"G":{"d":"1,-63v-17,38,7,78,42,90v29,1,39,-28,53,-45r28,-35v-4,45,-4,90,41,90v21,-1,24,-11,44,-25v-7,-35,-30,-84,-23,-130v2,-16,-8,-20,-18,-13v-26,45,-49,48,-82,78v-18,15,-28,-2,-23,-25v10,-59,63,-107,87,-132v24,-26,44,-42,68,-46v0,0,-8,8,-3,9v1,1,14,-8,12,-13v-10,-28,-68,20,-74,20v-79,63,-116,94,-152,177","w":211,"k":{"z":8,"y":-11,"x":-7,"w":-14,"u":-14,"r":-7,"q":-8,"p":-7,"o":-8,"m":-13,"l":-11,"k":-10,"j":-8,"i":-11,"f":9,"a":-8,"Z":-10,"X":-33,"V":-32,"T":12,"R":-9,"P":-13,"M":-9,"L":-12,"K":-25,"J":-10,"I":-11,"H":-16,"G":-9,"F":-20,"D":-30,"B":-34,"?":20,";":-19,":":-14,"9":14,"3":9,"1":30,"\/":-32,".":-9,"-":24,",":11,"'":11,"#":-10,"!":18}},"H":{"d":"246,-144v21,8,44,8,46,-19v2,-20,-23,-32,-41,-15v12,-35,29,-86,54,-107v3,-4,2,-4,11,-15v-2,-4,-9,-2,-10,2v-34,17,-72,92,-98,130v-31,10,-82,38,-124,47v9,-50,51,-100,55,-151v-57,41,-74,99,-115,169v-9,27,-42,11,-46,37v2,9,7,4,16,0v8,-4,13,-7,13,-7v-1,13,-23,48,-5,66v5,4,17,32,36,32v15,-1,45,-10,38,-33v4,-21,6,-46,0,-69v-4,-16,24,-25,28,-30r94,-34v1,1,2,3,2,3v-23,43,-47,82,-42,139v11,14,23,39,43,41v22,-3,35,-9,39,-18v-9,-48,-12,-131,6,-168","w":295,"k":{"z":29,"y":7,"x":7,"w":11,"u":18,"s":31,"r":22,"q":22,"p":28,"o":12,"n":40,"m":19,"l":14,"k":18,"j":33,"i":22,"h":25,"g":23,"f":42,"e":29,"d":14,"c":22,"b":18,"a":30,"Y":-12,"X":-11,"V":-10,"U":9,"R":15,"P":-72,"O":-7,"N":33,"M":26,"L":33,"K":19,"J":23,"I":32,"H":20,"G":32,"F":-87,"D":-48,"B":-37,"A":39,"?":18,";":29,":":11,"8":19,"7":-11,"6":17,"4":-11,"3":9,"2":38,"1":-21,"\/":10,".":22,"-":18,",":20,"*":-14,")":8,"'":27,"%":-15,"#":-18,"!":46}},"I":{"d":"60,45v43,9,36,-49,27,-82v13,-67,11,-128,35,-188v10,-26,14,-36,9,-58v-52,54,-78,140,-117,215v-13,24,-16,37,-13,60","w":124,"k":{"z":18,"v":13,"s":7,"r":7,"o":-7,"n":15,"j":8,"i":4,"h":13,"g":9,"f":15,"e":15,"d":4,"a":9,"X":-24,"V":-30,"T":-29,"R":8,"P":-63,"N":13,"M":10,"H":-9,"F":-81,"D":-72,"B":-60,"A":13,"?":18,"9":-13,"6":8,"3":8,"2":14,"1":-12,"\/":-15,".":13,"-":14,",":36,"*":-14,")":10,"'":10,"%":-11,"#":-25,"!":37}},"J":{"d":"90,-223v8,5,20,-9,27,-9v12,0,52,-29,67,-27v-13,24,-44,54,-58,73r-94,132v-27,67,-49,79,-25,123v18,33,26,45,51,60v23,5,42,-23,40,-37v-53,-141,39,-266,102,-352v1,-7,-4,-12,-14,-13v-42,11,-90,40,-131,48v-9,-1,-43,1,-41,10v21,21,61,2,76,-8","w":198,"k":{"z":65,"y":47,"x":47,"w":50,"v":50,"u":58,"t":42,"s":64,"r":61,"q":66,"p":59,"o":50,"n":72,"m":58,"l":54,"k":58,"j":52,"i":48,"h":61,"g":64,"f":71,"e":65,"d":58,"c":50,"b":43,"a":58,"Z":19,"Y":11,"X":-19,"V":-24,"U":53,"T":-11,"S":37,"R":34,"Q":42,"P":-28,"O":34,"N":71,"M":71,"L":73,"K":46,"J":15,"I":65,"H":45,"G":67,"F":-51,"E":42,"D":-53,"C":42,"B":-46,"A":77,"?":28,";":56,":":36,"8":24,"7":9,"6":58,"5":41,"4":34,"3":44,"2":74,"1":21,"0":41,"\/":43,".":72,"-":65,",":72,")":24,"(":17,"'":8,"&":40,"#":-17,"!":72}},"K":{"d":"2,-42v-19,42,-20,92,29,92v36,0,33,-5,51,-32v7,-45,-13,-63,11,-109v32,0,52,64,50,106v-2,42,13,62,53,62v52,0,39,-66,10,-89v-21,-35,-55,-63,-67,-105v-1,-31,68,-94,86,-131v12,-7,17,-13,17,-17v-20,-17,-38,18,-49,30v-27,32,-49,64,-87,87v-7,-42,10,-97,0,-137v-47,47,-48,128,-82,189","w":218,"k":{"z":11,"y":-8,"x":-20,"w":-7,"v":7,"u":-10,"t":-10,"s":10,"p":-25,"m":-15,"k":-10,"j":-28,"i":-4,"g":16,"f":-12,"c":16,"X":-38,"V":-36,"T":-19,"S":10,"Q":24,"P":-29,"O":13,"M":-10,"L":-17,"K":-34,"J":-27,"I":-12,"H":-11,"G":-10,"F":-55,"E":11,"D":-62,"C":32,"B":-56,"?":19,";":-32,"6":14,"5":12,"4":15,"3":28,"1":21,"0":32,"\/":-49,"-":25,")":-27,"%":-14,"#":-20,"!":11}},"L":{"d":"22,13v37,5,72,24,113,14v40,9,62,-13,68,-48v-6,-10,-36,-4,-45,-9v-20,-4,-42,-10,-69,-20v-13,-16,-1,-31,10,-62v15,-43,54,-116,59,-158v0,-6,-2,-9,-5,-9v-56,38,-88,148,-128,204v-3,20,-27,53,-26,72v1,12,12,10,23,16","w":198,"k":{"y":-11,"x":-18,"w":-18,"v":11,"u":-18,"t":-7,"s":-4,"r":-13,"q":-13,"p":-4,"o":-13,"n":-8,"m":-14,"l":-9,"k":-15,"i":-12,"h":-9,"g":7,"f":7,"e":-7,"d":-11,"b":-11,"a":-13,"Z":-17,"Y":15,"X":-32,"V":19,"T":17,"R":-16,"Q":12,"P":-17,"M":-13,"L":-11,"K":-22,"I":-14,"H":-18,"G":-15,"F":-29,"D":-23,"C":19,"B":-13,"A":-8,"?":18,";":-19,":":-14,"9":23,"8":-9,"4":12,"3":18,"2":-8,"1":41,"0":22,"\/":-25,".":-17,"-":11,")":8,"(":-10,"'":60,"#":25,"!":14}},"M":{"d":"295,-240v2,-4,21,-32,-1,-29v-25,35,-79,59,-121,104v-6,7,-12,12,-17,14v-14,-28,-26,-71,-55,-84v-5,0,-8,2,-9,6v-19,27,-35,54,-52,80v-15,24,-90,174,7,173v26,-6,15,-37,15,-62v0,-59,19,-113,34,-166v7,33,21,62,40,87v9,12,16,18,23,18v17,-44,35,-68,72,-94v7,-8,16,-21,27,-24v-19,67,-59,124,-59,198v0,35,18,79,52,88v59,-5,27,-75,27,-129v0,-67,0,-127,17,-180","w":293,"k":{"y":-18,"x":-15,"w":-18,"u":-13,"t":-14,"s":-9,"r":-9,"q":-10,"p":-23,"o":-16,"m":-12,"l":-10,"k":-10,"j":-15,"i":-8,"h":-7,"g":-8,"d":-11,"c":-10,"b":-11,"a":-8,"Z":-14,"Y":-11,"X":-32,"W":-12,"V":-34,"U":-11,"T":-34,"S":-19,"R":-10,"Q":-9,"P":-72,"O":-12,"L":-12,"K":-23,"J":-15,"I":-10,"H":-26,"G":-10,"F":-89,"E":-13,"D":-76,"C":-10,"B":-63,"?":16,";":-18,":":-12,"9":-17,"8":-10,"7":-12,"6":-8,"5":-11,"4":-11,"1":-19,"0":-8,"\/":-38,".":-7,"-":4,",":4,"*":-14,")":-15,"(":-11,"%":-14,"#":-27,"!":18}},"N":{"d":"92,-179v22,12,66,124,62,155v4,27,42,47,51,59v61,9,19,-69,33,-119v-4,-72,36,-151,30,-187v-15,4,-75,155,-94,185v-16,-25,-26,-46,-45,-70v-2,-8,-31,-38,-31,-48v-15,-16,-29,23,-40,34v-13,23,-64,92,-65,135v21,24,34,43,66,36v4,-1,6,-3,7,-7v0,-82,9,-141,26,-173","w":252,"k":{"y":-18,"x":-14,"w":-18,"v":-7,"u":-13,"t":-18,"s":-11,"r":-9,"q":-12,"p":-13,"o":-17,"m":-11,"l":-14,"k":-10,"j":-8,"i":-8,"h":-4,"g":-10,"d":-11,"c":-12,"b":-12,"a":-8,"Z":-16,"Y":-18,"X":-35,"W":-14,"V":-40,"U":-13,"T":-44,"S":-23,"R":-11,"Q":-13,"P":-78,"O":-15,"M":-8,"L":-11,"K":-24,"J":-14,"I":-9,"H":-28,"G":-10,"F":-96,"E":-16,"D":-86,"C":-14,"B":-73,";":-17,":":-13,"9":-27,"8":-12,"7":-18,"6":-10,"5":-13,"4":-17,"3":-9,"1":-26,"0":-13,"\/":-31,".":-7,"-":10,",":19,"*":-18,"(":-14,"%":-18,"#":-37,"!":19}},"O":{"d":"0,-90v0,71,62,125,135,96v21,-16,65,-43,82,-69v43,-66,41,-212,-65,-212v-35,0,-68,14,-83,38v77,-62,158,-7,131,87v-11,37,-55,89,-105,89v-28,0,-35,-26,-35,-53v0,-40,13,-99,42,-119v0,-3,-7,-4,-9,-4v-66,33,-93,59,-93,147","w":234,"k":{"y":-19,"x":-13,"w":-17,"v":-16,"u":-10,"t":-18,"s":-14,"r":-7,"q":-15,"o":-22,"m":-8,"l":-9,"j":13,"g":-16,"d":-10,"c":-21,"b":-13,"a":-9,"Z":-29,"Y":-32,"W":-28,"V":-26,"U":-18,"T":-41,"S":-33,"R":-8,"Q":-26,"P":-92,"O":-27,"M":-8,"L":9,"J":-8,"H":-30,"F":-108,"E":-28,"D":-82,"C":-26,"B":-63,"A":16,"?":9,";":-20,":":-24,"9":-27,"8":-17,"7":-32,"6":-15,"5":-18,"4":-31,"3":-20,"2":9,"1":-39,"0":-26,".":-4,",":37,")":17,"(":-27,"'":8,"%":-22,"#":-35,"!":20}},"P":{"d":"51,10v21,22,55,-4,42,-36v0,-12,5,-37,14,-79v45,-33,92,-60,127,-104v10,-13,17,-27,19,-42v-8,-36,-66,-31,-101,-20v-69,20,-131,58,-178,96v-9,8,-25,24,-14,34v38,-53,121,-91,185,-120v19,-8,43,-6,68,-6v32,15,-7,59,-25,72v-27,20,-38,30,-77,45v-14,-22,39,-71,12,-87v-35,49,-80,147,-95,210v1,19,16,24,23,37","w":261,"k":{"z":79,"y":62,"x":58,"w":67,"v":61,"u":68,"t":54,"s":84,"r":89,"q":94,"p":90,"o":66,"n":86,"m":78,"l":54,"k":61,"j":58,"i":54,"h":72,"g":83,"f":93,"e":99,"d":85,"c":84,"b":50,"a":90,"Z":20,"X":-17,"V":-25,"U":40,"T":-24,"S":27,"R":18,"Q":35,"P":-30,"O":25,"N":69,"M":57,"L":71,"K":39,"I":57,"H":58,"G":78,"F":-57,"E":37,"D":-66,"C":43,"B":-57,"A":109,"?":21,";":105,":":47,"8":14,"6":54,"5":32,"4":23,"3":41,"2":78,"1":20,"0":33,"\/":59,".":79,"-":90,",":79,")":27,"(":8,"'":36,"#":-32,"!":76}},"Q":{"d":"190,-101v-10,-12,-43,-55,-61,-31v-8,21,1,25,10,60v-7,5,-24,8,-50,8v-23,-7,-42,-20,-38,-54v-5,-69,47,-115,94,-131v13,4,16,-8,27,-8v44,2,66,33,59,85v-4,29,-22,52,-41,71xm70,7v41,5,57,-34,86,-48v18,23,33,83,70,45v6,-11,20,-24,16,-39v-29,2,-29,-30,-38,-49v32,-34,51,-60,51,-108v0,-78,-87,-96,-148,-56v-64,42,-101,76,-106,144v-3,42,41,99,69,111","w":253,"k":{"z":4,"y":-7,"x":-11,"w":-11,"u":-4,"s":-4,"r":-7,"q":-7,"o":-11,"n":4,"m":-7,"l":-12,"k":-5,"j":5,"f":7,"e":4,"b":-7,"Z":-16,"Y":-17,"X":-26,"W":-15,"V":-22,"U":-10,"T":-37,"S":-11,"R":-15,"Q":-8,"P":-78,"O":-13,"N":-10,"M":-10,"K":-18,"I":-11,"H":-17,"G":-13,"F":-98,"E":-10,"D":-77,"C":-10,"B":-60,"?":23,";":-13,":":-13,"9":-21,"8":-10,"7":-18,"4":-17,"1":-27,"0":-9,"\/":-20,".":-8,"-":11,",":16,"*":-11,")":14,"(":-12,"'":16,"%":-14,"#":-26,"!":25}},"R":{"d":"46,26v45,-3,42,-95,59,-129v32,5,11,49,23,78r25,63v12,18,32,27,59,28v43,-18,59,-27,31,-56v-24,-25,-63,-72,-77,-108v4,-14,35,-28,41,-36v40,-30,119,-140,10,-140v-80,0,-128,26,-175,58v-16,11,-22,30,-7,39v36,-54,115,-94,205,-80v41,29,-17,79,-36,98v-6,2,-38,41,-55,37v-18,3,-42,-18,-24,-38v11,-33,21,-33,11,-50v-20,-1,-23,8,-37,24v-30,35,-90,93,-102,151v4,21,6,14,22,41v6,10,15,17,27,20","w":254,"k":{"z":11,"x":-10,"w":4,"v":14,"s":18,"r":7,"q":18,"p":-11,"o":7,"n":14,"l":4,"j":-11,"h":17,"g":14,"e":14,"d":11,"c":18,"b":7,"a":11,"Y":-17,"X":-30,"W":-14,"V":-37,"U":17,"T":-46,"S":8,"P":-63,"N":22,"K":-28,"J":-20,"F":-89,"E":8,"D":-87,"C":10,"B":-75,"A":13,"?":8,";":-21,"9":-28,"6":25,"5":7,"3":24,"2":21,"1":-13,"\/":-43,".":4,"-":14,",":7,"*":-29,")":-19,"(":-11,"%":-22,"#":-42,"!":20}},"S":{"d":"81,-185v10,-36,20,-63,69,-64v9,-4,29,21,35,20v17,-3,19,-37,1,-40v-68,-10,-148,15,-139,93v9,12,39,36,81,31v28,-4,52,11,55,32v-14,30,-46,47,-87,47v-8,0,-14,-2,-19,-7v-11,-12,-28,-33,-50,-61v-5,-6,-11,-9,-19,-6v-22,26,-23,75,2,103v14,8,49,60,76,62v66,-10,112,-57,122,-127v-4,-41,-41,-63,-93,-63v-19,0,-33,-2,-34,-20","k":{"z":4,"y":-11,"w":-12,"u":-7,"t":7,"s":-6,"q":-8,"p":4,"o":-11,"n":7,"l":-4,"j":17,"g":-7,"e":4,"d":-7,"c":-7,"b":-9,"Z":-11,"Y":-14,"W":-16,"V":-12,"U":-13,"T":14,"S":-24,"Q":-14,"P":-62,"O":-17,"L":11,"J":24,"H":-28,"F":-54,"E":-17,"D":-40,"C":-15,"B":-41,"A":15,"?":32,";":-22,":":-23,"9":14,"8":-12,"6":-10,"5":-14,"3":-10,"2":8,"0":-14,",":27,")":26,"(":-16,"'":37,"!":30}},"T":{"d":"45,-19v13,18,18,66,55,64v18,-1,41,-13,38,-33v-14,-100,36,-173,60,-245v3,-24,-13,-26,-25,-15v-41,39,-85,113,-113,152v-18,24,-26,50,-25,75v2,2,6,2,10,2xm-24,-207v8,30,59,-11,73,-10v47,-26,142,-57,231,-74v9,9,13,31,33,28v38,-5,17,-48,3,-58v-112,24,-210,62,-316,100v0,1,-23,3,-24,14","w":252,"k":{"\u0153":81,"\u00f8":51,"\u00e6":94,"\u00fc":85,"\u016e":16,"\u016f":77,"\u00fa":82,"\u00f5":58,"\u00f6":59,"\u00f4":50,"\u00f2":66,"\u00f3":73,"\u0147":69,"\u00ee":57,"\u00ec":64,"\u00ed":85,"\u00eb":90,"\u00ea":73,"\u011b":81,"\u00e9":81,"\u00e7":71,"\u00e5":89,"\u00e3":76,"\u00e4":89,"\u00e2":73,"\u00e0":-24,"\u00e1":71,"z":65,"y":50,"x":54,"w":43,"v":61,"u":58,"t":14,"s":58,"r":58,"q":68,"p":68,"o":58,"n":68,"m":58,"l":14,"k":14,"j":54,"i":54,"h":58,"g":54,"f":50,"e":54,"d":50,"c":50,"b":10,"a":68,"Z":-21,"Y":-28,"X":-67,"W":59,"V":-59,"U":28,"T":22,"S":12,"R":43,"Q":45,"O":11,"N":90,"M":91,"L":42,"J":56,"I":24,"H":37,"G":86,"F":-21,"E":68,"D":-14,"C":67,"B":-28,"A":84,";":79,":":11,"7":-16,"6":56,"5":45,"3":13,"2":69,"1":37,"0":36,"\/":26,".":43,"-":104,",":40,"*":-47,")":-34,"(":-30,"'":-33,"%":-32,"#":-58,"!":49}},"U":{"d":"60,-64v-17,-74,26,-146,54,-196v-56,42,-101,117,-115,198v2,39,18,34,51,69v6,6,20,8,31,4v16,-5,29,-62,40,-70v12,21,42,46,61,64v16,15,42,-1,39,-26v-32,-59,-12,-177,-3,-248v-17,-1,-24,39,-34,50v-21,44,-36,104,-69,119v-7,3,-43,34,-55,36","w":230,"k":{"z":4,"y":-7,"x":-7,"w":-14,"u":-16,"r":-11,"q":-12,"o":-12,"m":-13,"l":-9,"k":-13,"i":-9,"h":-7,"f":9,"b":-9,"a":-12,"Z":-14,"X":-30,"W":-8,"V":-13,"T":-20,"S":-9,"R":-14,"P":-60,"N":-8,"M":-11,"L":-10,"K":-20,"I":-12,"H":-18,"G":-13,"F":-78,"D":-62,"B":-48,"?":34,";":-15,":":-15,"1":-8,"\/":-23,".":-8,"-":7,",":15,")":10,"(":-8,"'":30,"#":-10,"!":21}},"V":{"d":"235,-271v-9,-6,-20,10,-23,11r-96,112v-9,12,-20,30,-31,39v-17,-30,-32,-96,-62,-138v-15,-21,-33,-8,-26,20v7,30,28,151,52,179v19,22,15,23,35,42v5,27,52,27,48,-8r-1,-26v14,-87,59,-163,104,-231","w":235,"k":{"\u0153":65,"\u00f8":47,"\u00e6":77,"\u00fc":69,"\u016e":52,"\u016f":40,"\u00fa":64,"\u00f5":32,"\u00f6":36,"\u00f4":27,"\u00f2":29,"\u00f3":54,"\u0147":46,"\u00ee":37,"\u00ec":31,"\u00ed":71,"\u00eb":73,"\u00ea":50,"\u011b":46,"\u00e9":59,"\u00e7":53,"\u00e5":72,"\u00e3":49,"\u00e4":61,"\u00e2":49,"\u00e0":26,"\u00e1":43,"z":64,"y":50,"x":43,"w":36,"v":46,"u":47,"t":39,"s":54,"r":54,"q":53,"p":63,"o":47,"n":65,"m":50,"l":43,"k":57,"j":55,"i":49,"h":59,"g":53,"f":61,"e":63,"d":55,"c":50,"b":51,"a":60,"Z":18,"Y":10,"X":-23,"W":8,"V":-13,"U":49,"T":-12,"S":33,"R":30,"Q":38,"P":-32,"O":32,"N":58,"M":58,"L":59,"K":43,"J":17,"I":58,"H":33,"G":55,"F":-55,"E":36,"D":-54,"C":37,"B":-46,"A":64,"?":28,"=":36,";":47,":":47,"8":25,"7":10,"6":50,"5":42,"4":30,"3":44,"2":62,"1":18,"0":38,"\/":44,".":67,"-":71,",":91,")":21,"(":15,"'":9,"#":-14,"!":86}},"W":{"d":"0,-77v0,53,30,84,68,109v43,7,21,-66,42,-84v14,-23,26,-39,44,-52v16,23,23,103,55,112v18,6,66,40,76,2v-17,-114,19,-226,67,-298v-4,-5,-16,10,-19,9v-44,43,-93,135,-122,208v-9,-6,-29,-41,-39,-46v2,-14,-8,-18,-18,-15v-13,28,-29,31,-49,55v-8,10,-17,14,-25,14v-20,-40,-21,-96,-23,-161v-1,-14,-5,-24,-13,-33v-19,13,-17,35,-26,62v-14,40,-18,80,-18,118","w":338,"k":{"\u0153":27,"\u00e6":36,"\u00fc":26,"\u016e":25,"\u016f":26,"\u00fa":27,"\u00f5":20,"\u00f6":20,"\u00f4":12,"\u00f2":22,"\u00f3":22,"\u0147":27,"\u00ee":16,"\u00ec":23,"\u00ed":28,"\u00eb":34,"\u00ea":23,"\u011b":25,"\u00e9":25,"\u00e7":18,"\u00e5":30,"\u00e3":28,"\u00e4":30,"\u00e2":18,"\u00e0":19,"\u00e1":20,"z":37,"y":20,"x":17,"w":14,"v":24,"u":18,"t":18,"s":23,"r":23,"q":22,"p":21,"o":17,"n":36,"m":20,"l":18,"k":21,"j":26,"i":24,"h":26,"g":23,"f":31,"e":29,"d":18,"c":21,"b":22,"a":22,"Z":12,"Y":8,"X":-25,"W":14,"V":-23,"U":20,"T":-18,"S":8,"R":20,"Q":16,"P":-53,"O":13,"N":26,"M":22,"L":21,"K":8,"J":10,"I":21,"G":21,"F":-71,"E":13,"D":-61,"C":15,"B":-51,"A":27,"?":27,";":16,":":19,"8":20,"7":8,"6":22,"5":19,"4":9,"3":22,"2":27,"0":16,".":28,"-":43,",":51,")":7,"(":13,"'":12,"#":-16,"!":50}},"X":{"d":"8,-266v12,47,39,70,64,122v-36,43,-71,84,-91,140v14,24,24,63,54,77v8,3,28,-14,33,-13v2,-6,19,-26,19,-49v0,-15,25,-48,35,-61v29,-20,41,46,75,45v13,0,42,-14,31,-36v-9,-18,-25,-47,-54,-83v-33,-41,-11,-56,13,-106v19,-38,64,-88,104,-115v0,0,-1,-1,-1,-2v-62,33,-119,92,-160,141v-5,6,-9,10,-14,12v-19,-19,-61,-77,-99,-87v-2,0,-1,5,0,6v-5,0,-8,3,-9,9","w":271,"k":{"\u0153":19,"\u00f8":16,"\u00e6":31,"\u00fc":23,"\u016e":21,"\u016f":19,"\u00fa":20,"\u00f5":19,"\u00f6":18,"\u00f4":18,"\u00f2":20,"\u00f3":20,"\u0147":21,"\u00ee":20,"\u00ec":22,"\u00ed":23,"\u00eb":29,"\u00ea":19,"\u011b":20,"\u00e9":20,"\u00e7":23,"\u00e5":29,"\u00e3":25,"\u00e4":29,"\u00e2":18,"\u00e0":18,"\u00e1":19,"z":41,"y":38,"x":27,"w":26,"v":46,"u":22,"t":41,"s":28,"r":26,"q":32,"p":41,"o":23,"n":38,"m":26,"l":27,"k":27,"j":45,"i":28,"h":33,"g":39,"f":46,"e":33,"d":34,"c":34,"b":27,"a":29,"Z":23,"Y":64,"X":14,"W":32,"V":43,"U":27,"T":57,"S":29,"R":30,"Q":43,"P":21,"O":33,"N":31,"M":36,"L":33,"K":27,"J":47,"I":30,"H":24,"G":27,"F":10,"E":35,"D":12,"C":48,"B":22,"A":35,"?":65,";":27,":":19,"9":63,"8":30,"7":36,"6":37,"5":33,"4":55,"3":47,"2":33,"1":69,"0":46,"\/":22,".":28,"-":54,",":50,")":13,"(":32,"'":81,"#":58,"!":67}},"Y":{"d":"39,27v28,14,48,86,85,35v-33,-104,24,-187,39,-286v1,-6,17,-34,14,-45v-23,8,-23,33,-41,61v-17,26,-18,61,-47,76v-15,8,-26,10,-31,10v-14,-42,-10,-109,3,-149v-36,22,-50,95,-60,134v2,38,15,41,45,72v3,1,7,3,12,6v-15,38,-23,54,-19,86","w":176,"k":{"z":26,"y":11,"x":12,"w":15,"v":13,"u":16,"t":9,"s":14,"r":19,"q":16,"p":14,"o":7,"n":31,"m":19,"l":16,"k":19,"j":13,"i":19,"h":21,"g":15,"f":22,"e":23,"d":18,"c":10,"b":14,"a":21,"X":-26,"V":-31,"U":11,"T":-29,"R":13,"P":-63,"N":21,"M":24,"L":26,"K":15,"I":22,"G":16,"F":-84,"D":-72,"B":-59,"A":28,"?":18,":":8,"9":-13,"8":11,"6":13,"5":10,"3":10,"2":24,"1":-12,"\/":-8,".":27,"-":32,",":44,")":17,"#":-26,"!":50}},"Z":{"d":"-8,-39v15,58,97,101,156,56v11,-22,66,-47,68,-83v-43,15,-100,11,-156,15v-15,1,-7,-12,-3,-19v35,-63,107,-83,187,-100v5,-2,9,-3,8,-10v-26,6,-52,15,-84,13v16,-22,65,-52,40,-90v-23,-17,-139,-27,-159,0v0,7,3,13,1,20v33,23,95,-26,134,-16v30,8,6,35,-7,47v-29,27,-53,51,-109,54v-41,2,-57,0,-71,20v2,19,19,6,40,6v15,0,25,-2,32,-3v-20,20,-74,61,-77,90","w":235,"k":{"z":23,"v":10,"r":9,"p":27,"n":22,"m":10,"k":10,"j":28,"i":9,"h":10,"g":9,"f":14,"e":14,"d":9,"c":8,"a":12,"Y":-19,"W":-16,"V":-21,"P":-75,"O":-14,"N":10,"M":10,"L":21,"K":8,"J":24,"I":12,"H":-12,"F":-100,"D":-46,"B":-35,"A":24,"?":28,"9":-22,"7":11,"4":-13,"3":14,"2":17,"1":-22,".":11,"-":11,",":35,")":25,"(":-14,"#":-35,"!":42}},"_":{"d":"49,4v47,1,89,-14,117,4v7,0,35,-5,35,-11v-1,-6,-5,-14,-12,-28v-25,1,-149,-1,-190,11v-4,24,6,23,50,24","w":199},"`":{"d":"46,-248v13,21,47,30,72,46v14,0,10,-12,4,-20v-25,-11,-41,-33,-70,-35","w":118},"a":{"d":"31,-77v0,-40,38,-82,82,-88v20,7,19,42,9,60v-19,34,-45,54,-76,63v-12,-2,-15,-21,-15,-35xm148,-139v-2,-15,-13,-52,-40,-40v-68,27,-107,67,-107,154v0,30,42,27,51,10v10,-4,38,-31,43,-34v17,24,24,72,54,76v72,-15,-15,-113,10,-161v2,-7,-8,-7,-11,-5","w":187,"k":{"\u00df":4,"y":-4,"x":-7,"w":-14,"v":4,"u":-14,"t":-4,"r":-7,"q":-12,"p":-4,"o":-12,"m":-14,"l":-13,"k":-14,"i":-11,"h":-10,"d":-12,"b":-8,"a":-11,"?":22,";":-18,":":-15,"9":27,"8":-9,"2":-8,"\/":-18,".":-11,"-":18,",":12,"(":-9,"'":58,"#":22,"!":15}},"b":{"d":"167,-134v0,23,-47,103,-78,94v-18,0,-37,-4,-31,-31v9,-42,28,-81,77,-81v14,0,32,2,32,18xm5,-79v-15,32,1,77,35,76v13,3,20,23,34,26v44,7,50,-40,67,-62v17,-22,44,-59,44,-89v0,-48,-72,-46,-103,-31v10,-34,27,-68,27,-108v0,-3,-2,-6,-4,-7v-46,73,-58,105,-100,195","w":184,"k":{"\u00df":11,"z":11,"y":-12,"w":-8,"q":-8,"o":-15,"n":14,"k":11,"j":24,"i":7,"h":10,"f":12,"e":7,"c":-7,"?":25,";":-14,":":-18,"9":9,"7":-14,"4":-13,"3":-8,"2":24,"1":-18,"0":-13,".":21,",":44,")":30,"(":-14,"'":36,"!":31}},"c":{"d":"156,-179v-86,-3,-195,64,-135,146v12,27,30,46,73,37r62,-38v6,-4,17,-25,5,-29v-31,1,-112,19,-105,-34v7,-53,58,-72,109,-70v1,-4,-5,-13,-9,-12","w":168,"k":{"y":-12,"w":-18,"u":-15,"s":-12,"r":-11,"q":-15,"o":-18,"m":-10,"l":-15,"k":-3,"j":9,"i":-11,"h":-7,"g":-10,"d":-17,"c":-9,"b":-16,"a":-10,"?":29,";":-14,":":-10,"8":-13,"7":-8,"6":-12,"5":-14,"1":-17,"\/":-16,".":-11,"-":4,",":11,"*":-11,")":20,"(":-14,"'":36,"%":-14,"#":-17,"!":25}},"d":{"d":"49,-46v-19,0,-14,-32,-11,-52v22,-42,43,-75,98,-60v10,13,-10,26,-12,50v-4,44,-27,62,-75,62xm180,-121v0,-66,10,-104,32,-157v-1,-2,-6,-1,-8,0r-63,116v-28,-30,-70,-8,-93,14v-8,13,-55,53,-51,92v4,36,19,70,51,71v25,2,43,-37,62,-44v26,7,22,59,53,59v13,0,23,-4,29,-12v11,-41,-6,-109,-12,-139","w":206,"k":{"\u00e6":-4,"y":-12,"x":-16,"w":-13,"u":-9,"s":-3,"r":-7,"q":-14,"p":-3,"o":-17,"n":4,"m":-9,"l":-12,"k":-12,"i":-10,"h":-1,"g":-4,"d":-7,"c":-4,"b":-12,"a":-4,"?":27,";":-16,":":-15,"8":-11,"5":-11,"1":-9,"\/":-27,".":-10,"-":4,",":14,"(":-12,"'":36,"#":-14,"!":21}},"e":{"d":"55,-94v-1,-40,49,-69,90,-71v-10,34,-51,47,-90,71xm100,-39v-32,6,-49,-13,-44,-37v36,-18,68,-42,94,-66v22,-38,-14,-43,-45,-30v-41,17,-71,43,-84,74v-31,71,-3,101,42,132v39,4,71,-54,100,-70v9,-5,13,-20,4,-23v-22,7,-37,14,-67,20","w":181,"k":{"\u00e6":7,"z":15,"w":-11,"v":10,"u":4,"t":11,"s":7,"q":-1,"p":14,"o":-7,"n":11,"l":-4,"k":7,"j":15,"i":4,"h":7,"g":4,"f":32,"e":7,"c":7,"a":4,"?":29,"9":15,"8":-8,"5":-9,"\/":-13,"-":5,",":21,")":24,"(":-8,"'":58,"!":29}},"f":{"d":"98,9v10,-33,-15,-128,46,-108v9,-6,10,-15,-8,-23v-6,-1,-24,10,-28,1v10,-45,25,-102,47,-136v17,8,48,7,33,-17v-21,-14,-33,6,-45,21v-18,21,-69,131,-79,153v-17,7,-37,16,-55,20v-6,0,-7,10,-5,16v14,6,40,-16,52,-15v-20,59,-75,140,-15,199v23,7,54,-7,48,-44v-2,-12,10,-53,9,-67","w":160,"k":{"z":11,"x":18,"v":4,"u":4,"t":11,"r":11,"o":-1,"n":23,"m":7,"k":12,"j":18,"i":13,"h":14,"f":25,"e":11,"a":7,";":-8,":":-9,"7":-14,"4":9,"2":36,"1":8,"0":-8,".":18,"-":12,",":40,"*":-14,"(":-8,"'":4,"%":-18,"#":-29,"!":36}},"g":{"d":"134,-149v-7,38,-44,108,-101,95v-25,-58,23,-104,81,-111v9,-1,22,5,20,16xm84,-13v-10,34,-68,136,-2,159v36,13,70,-7,63,-52v-9,-61,-22,-169,19,-208v9,-7,16,-23,1,-24v-9,-1,-17,16,-22,16v7,-30,1,-60,-31,-57v-33,2,-51,21,-79,40v-39,43,-47,104,15,115v9,-2,24,-11,46,-24v0,0,2,1,5,1v-3,11,-9,24,-15,37r0,-3","w":162,"k":{"y":-19,"x":-8,"w":-18,"v":-12,"u":-11,"s":-7,"q":-8,"p":-14,"o":-21,"n":4,"m":-8,"l":-9,"j":-9,"g":-12,"d":-12,"c":-19,"b":-14,"a":-8,"?":10,";":-16,":":-23,"8":-14,"7":-31,"6":-19,"5":-13,"4":-30,"3":-27,"1":-18,"0":-31,"\/":-32,",":7,"(":-28,"'":36,"%":-14,"!":15}},"h":{"d":"124,-117v-15,42,-43,138,2,171v31,2,45,-14,55,-34r-24,-130v-2,-14,-6,-24,-12,-30v-31,10,-40,24,-75,47v5,-23,25,-81,43,-110v19,-32,30,-47,27,-55v-15,0,-80,107,-89,116v-17,36,-70,85,-41,128v21,21,49,-9,50,-35v13,-25,43,-47,64,-68","w":182,"k":{"\u00f6":-14,"\u00e4":-18,"y":-9,"x":-12,"w":-13,"v":3,"u":-17,"t":-7,"s":-8,"r":-11,"q":-12,"p":-13,"o":-14,"m":-14,"l":-9,"k":-12,"j":-4,"i":-8,"d":-4,"b":-9,"a":-11,"?":15,";":-22,":":-18,"9":27,"8":-8,"4":9,"1":24,"\/":-36,".":-13,"-":19,")":-7,"(":-8,"'":14,"#":28,"!":17}},"i":{"d":"83,-159v-36,10,-52,63,-73,95v-22,34,3,76,27,86v69,-11,1,-111,43,-166v4,-5,7,-9,3,-15xm112,-224v-5,-13,-9,-24,-18,-28v-39,15,-23,46,0,72v21,-2,8,-19,18,-44","w":104,"k":{"\u00df":7,"z":14,"v":13,"t":7,"s":11,"r":10,"q":10,"p":15,"n":14,"m":9,"j":19,"i":10,"h":9,"g":4,"f":21,"e":11,"d":4,"c":4,"b":4,"a":4,"?":18,"9":-22,"6":13,"3":13,"2":13,"1":-12,".":14,"-":18,",":37,"*":-18,")":25,"(":-8,"'":14,"%":-14,"#":-31,"!":25}},"j":{"d":"98,-251v0,2,-32,21,-28,27v7,16,9,54,39,38v10,3,17,-15,20,-22v-8,-23,-18,-37,-31,-43xm69,-96v-3,-1,30,-55,3,-53v-30,2,-26,60,-40,79v-14,35,-26,79,-36,133v3,30,6,50,32,57v3,12,19,2,29,5v4,0,10,-4,17,-14v-1,-12,-22,-82,-20,-101v3,-36,8,-47,15,-106","w":119,"k":{"\u00df":11,"z":32,"y":14,"x":18,"w":14,"v":31,"u":20,"t":18,"s":29,"r":27,"q":25,"p":21,"o":14,"n":36,"m":22,"l":14,"k":17,"j":24,"i":25,"h":22,"g":18,"f":25,"e":25,"d":18,"c":18,"b":13,"a":22,"?":27,";":11,":":11,"9":-21,"7":14,"6":28,"5":13,"3":25,"2":37,"0":12,".":39,"-":33,",":57,"*":-11,")":27,"'":14,"#":-24,"!":36}},"k":{"d":"75,-157v12,-39,31,-74,47,-109v0,-1,-1,-2,-2,-3v-48,55,-69,135,-106,198v-31,53,-1,81,32,100v34,-4,15,-5,36,-37r13,-27v6,17,42,27,59,44v4,4,9,7,14,6v8,-11,13,-13,10,-21v-14,-37,-52,-39,-64,-72v14,-32,31,-48,64,-73v9,-7,10,-13,1,-16v-39,11,-86,74,-130,95v-5,-24,15,-51,26,-85","w":177,"k":{"y":-8,"x":-22,"w":-18,"v":-10,"u":-20,"t":-7,"r":-12,"q":-10,"p":-4,"o":-12,"n":-4,"m":-19,"l":-18,"k":-12,"i":-8,"g":4,"f":12,"d":-7,"c":-7,"b":-7,"a":-9,"?":22,";":-19,":":-14,"9":-11,"7":-17,"6":10,"4":-18,"1":-30,"0":-10,"\/":-30,".":-11,"-":18,",":10,"*":-4,"(":-14,"'":40,"#":-17,"!":16}},"l":{"d":"51,14v38,9,33,-44,24,-72v7,-76,20,-140,40,-202v0,-4,0,-8,-1,-11v-51,57,-65,117,-102,186v-12,22,-14,32,-11,53v11,11,28,26,50,46","w":107,"k":{"z":17,"w":-7,"v":11,"u":-7,"o":-7,"n":4,"m":-7,"l":-4,"j":10,"f":14,"e":7,"?":17,"9":-15,"1":-14,"\/":-13,"-":11,",":30,")":18,"'":14,"#":-27,"!":32}},"m":{"d":"171,-101v6,30,-12,80,13,98v4,1,18,25,28,24v16,-1,35,-15,35,-34v0,-49,-47,-110,-31,-152v1,-8,-6,-13,-15,-14v-17,42,-42,67,-63,109v-3,6,-7,8,-11,9v-10,-30,1,-79,16,-98v-8,-13,-16,-13,-26,7v-23,26,-48,52,-67,84v-3,3,-5,4,-6,4v-7,-24,7,-56,8,-76v1,-10,-9,-13,-15,-7v-6,28,-18,47,-25,77v-7,31,-24,80,15,89v22,-2,23,-29,26,-50v20,-26,22,-65,50,-86v2,0,3,0,2,1v2,16,-13,39,-9,57v-6,10,-7,25,-5,41v13,29,46,28,53,0v-4,-22,15,-54,27,-83","w":255,"k":{"\u00e4":-11,"y":-7,"x":-16,"w":-15,"v":4,"u":-16,"r":-11,"q":-12,"o":-12,"m":-13,"l":-13,"k":-15,"i":-11,"h":-10,"d":-13,"b":-12,"a":-7,"?":32,";":-17,":":-15,"9":21,"8":-9,"5":-8,"4":13,"2":-8,"\/":-29,".":-10,"-":27,",":4,"(":-9,"'":36,"#":13,"!":17}},"n":{"d":"78,-162v-27,5,-62,99,-72,141v6,33,50,49,57,4v8,-49,36,-105,70,-134v15,20,-10,113,-10,126v0,32,23,57,44,78v35,12,50,-23,34,-51v-26,-45,-24,-82,-34,-151v-3,-18,-7,-28,-12,-30v-39,2,-29,10,-57,39v-17,17,-23,33,-38,46v-4,0,-3,-1,-4,-3","w":207,"k":{"z":10,"y":-7,"x":-16,"w":-8,"v":9,"u":-11,"t":-7,"p":-14,"o":-7,"m":-13,"k":-8,"j":-11,"?":41,";":-22,":":-8,"9":27,"4":12,"3":8,"\/":-44,"-":31,",":-4,")":-16,"'":36,"#":19,"!":13}},"o":{"d":"98,-109v-8,17,-26,61,-52,63v-23,-8,-39,-48,-19,-71v13,-24,37,-41,57,-42v8,10,13,26,14,50xm138,-106v-4,-25,-9,-77,-48,-78v-24,0,-52,26,-62,45v0,1,5,5,2,7v-34,21,-47,93,-12,122v16,13,54,40,79,10v20,-24,37,-66,41,-106","w":145,"k":{"\u00df":11,"z":7,"y":-14,"w":-12,"s":-4,"r":-4,"q":-11,"o":-17,"n":4,"m":-7,"l":-11,"j":7,"g":-10,"d":-14,"c":-9,"b":-12,"?":30,";":-18,":":-16,"9":9,"8":-12,"7":-12,"6":-14,"5":-15,"4":-10,"3":-14,"1":-16,"0":-15,"\/":-8,",":28,")":27,"(":-17,"'":36,"!":28}},"p":{"d":"125,-161v16,-3,48,-13,46,11v-5,49,-56,104,-93,122v-31,-9,-3,-73,-3,-96v4,-14,44,-31,50,-37xm15,-88v12,-2,19,-13,29,-24v-8,60,-47,109,-53,178v9,37,43,74,83,82v56,-16,-22,-117,26,-161v41,-37,71,-72,84,-140v-3,-43,-67,-16,-87,-4v-29,17,-59,33,-82,69","w":177,"k":{"z":7,"y":-7,"w":-8,"v":-9,"t":-12,"q":-4,"p":7,"o":-13,"n":11,"k":8,"j":11,"i":9,"h":11,"f":12,"e":7,"d":-4,"c":-7,"b":-4,"?":18,":":-14,"9":-10,"7":-27,"6":-10,"5":-9,"4":-23,"3":-15,"2":25,"1":-33,"0":-20,".":29,"-":8,",":54,")":25,"(":-15,"'":36,"#":-28,"!":27}},"q":{"d":"103,-152v22,3,22,17,13,44v-9,24,-37,88,-84,77v-4,-3,-8,-16,-13,-37v6,-32,18,-45,41,-67v21,-11,36,-17,43,-17xm88,153v91,40,83,-57,54,-121v23,-23,47,6,55,-27v-9,-24,-47,-6,-57,7v-5,-41,-7,-88,15,-119v6,-9,13,-23,0,-24v-8,-1,-15,13,-22,19v4,-32,-3,-55,-32,-53v-39,2,-55,30,-79,49v-20,35,-31,59,-16,93v9,12,25,19,45,19v10,0,24,-19,47,-29v-4,26,-10,38,-16,72v-14,12,-44,19,-46,43v11,16,32,-8,40,-14v-9,53,-18,56,12,85","w":159,"k":{"y":-16,"x":-8,"w":-22,"v":-7,"u":-11,"s":-8,"r":-11,"p":-28,"o":-18,"m":-7,"l":-9,"j":-14,"i":-4,"g":-11,"f":-8,"d":-10,"c":-16,"b":-10,"a":-7,"?":19,";":-19,":":-21,"9":24,"8":-12,"6":-15,"5":-12,"4":-21,"3":-22,"0":-24,"\/":-45,",":9,")":-15,"(":-22,"'":36,"#":14,"!":20}},"r":{"d":"2,-37v4,22,14,52,37,49v15,-5,46,-8,42,-33v-6,-36,-26,-52,-28,-89v6,-25,13,-33,29,-40v4,5,2,25,7,29v5,4,15,22,22,23v12,-2,21,-10,26,-25v-4,-23,-5,-49,-23,-58v-36,19,-73,25,-82,69v-4,20,-33,57,-30,75","w":128,"k":{"\u00f6":-14,"y":-18,"x":-4,"w":-16,"v":-12,"u":-8,"t":-11,"s":-4,"q":-10,"o":-18,"n":8,"m":-4,"l":-7,"j":13,"g":-12,"f":22,"d":-12,"c":-17,"b":-11,"a":-7,"?":15,":":-19,"9":-8,"8":-13,"7":-27,"6":-17,"5":-9,"4":-25,"3":-23,"2":23,"1":-31,"0":-27,".":18,"-":9,",":43,")":19,"(":-27,"'":18,"#":-25,"!":18}},"s":{"d":"18,-99v-42,45,5,116,66,103v43,-9,94,-104,19,-116v-17,-3,-41,3,-39,-17v2,-17,23,-33,38,-40v1,-1,20,16,26,15v12,-3,15,-32,-6,-27v-10,0,-47,7,-54,18v-9,13,-27,20,-27,40v0,39,84,3,84,46v-7,13,-44,36,-67,24v-17,-9,-21,-38,-40,-46","w":150,"k":{"\u00df":7,"y":-15,"w":-15,"u":-12,"s":-12,"r":-8,"q":-15,"o":-19,"m":-8,"l":-13,"k":-9,"j":12,"i":-7,"h":-11,"g":-12,"d":-17,"c":-7,"b":-14,"a":-8,"?":37,";":-21,":":-14,"8":-14,"7":-8,"6":-15,"5":-17,"3":-11,"1":-18,"0":-11,"\/":-13,"-":9,",":21,")":23,"(":-16,"'":36,"#":-13,"!":37}},"t":{"d":"112,-266v-21,1,-21,61,-38,73v-6,0,-21,10,-49,24v-11,5,-13,17,1,17v2,3,38,-21,42,-19v-12,31,-49,116,-55,163v2,23,5,35,26,45v20,-4,40,-6,37,-35v-5,-58,5,-116,20,-169v6,-21,54,-37,75,-26v21,-1,24,-30,-1,-31v-23,-2,-48,16,-62,21v-2,0,-3,-1,-3,-3v-3,-4,30,-54,7,-60","w":172,"k":{"\u00f8":34,"\u00e6":75,"\u00df":18,"\u00fc":29,"\u016e":9,"\u016f":27,"\u00fa":35,"\u00f6":-8,"\u00f4":-19,"\u00f2":18,"\u00f3":9,"\u00ec":10,"\u00ed":29,"\u00eb":31,"\u011b":40,"\u00e9":21,"\u00e5":40,"\u00e3":13,"\u00e4":36,"\u00e0":34,"\u00e1":8,"z":58,"y":43,"x":43,"w":43,"v":54,"u":50,"t":33,"s":58,"r":54,"q":58,"p":58,"o":36,"n":58,"m":43,"l":31,"k":39,"j":39,"i":43,"h":54,"g":50,"f":69,"e":61,"d":54,"c":43,"b":28,"a":47,"?":11,";":22,":":18,"9":-21,"7":49,"6":33,"5":14,"3":67,"2":68,"1":15,"0":14,"\/":41,".":43,"-":36,",":43,"*":-14,")":28,"'":18,"#":-27,"!":36}},"u":{"d":"42,-154v-12,37,-70,119,-27,155v36,3,38,-20,65,-39v1,-4,24,-26,28,-24v-7,39,-13,92,47,74v35,-32,-26,-114,3,-171v1,-6,2,-12,-2,-14v-46,24,-47,102,-107,104v-22,-22,13,-67,21,-93v0,-4,-1,-9,-7,-8v-7,0,-14,5,-21,16","w":177,"k":{"\u00df":7,"y":-11,"x":-17,"w":-18,"v":-4,"u":-16,"s":-7,"r":-11,"q":-12,"o":-13,"m":-14,"l":-13,"k":-7,"i":-7,"h":-11,"f":7,"d":-14,"c":-4,"b":-13,"a":-4,"?":22,";":-16,":":-15,"8":-9,"7":-8,"5":-8,"2":-9,"1":-15,"\/":-30,".":-9,"-":23,",":14,")":7,"(":-10,"'":36,"!":17}},"v":{"d":"27,-166v-17,55,-11,139,30,165v71,45,68,-120,124,-153v-4,-9,-9,0,-16,4v-29,26,-61,67,-91,94v-18,-32,-22,-62,-37,-101v-3,-6,-6,-9,-10,-9","w":169,"k":{"\u00f8":-9,"\u00e6":13,"\u016f":-9,"\u00fa":-9,"\u00f5":-11,"\u00f6":-12,"\u00f4":-12,"\u00f2":-12,"\u00f3":-12,"\u0147":12,"\u00ee":12,"\u00ec":12,"\u00ed":12,"\u00eb":10,"\u00e7":-10,"\u00e5":9,"\u00e4":9,"z":14,"y":-7,"x":-9,"w":-14,"v":-18,"t":-15,"s":9,"r":6,"q":8,"p":15,"o":-7,"n":11,"l":-4,"k":4,"j":24,"i":4,"h":7,"f":16,"e":16,"a":4,"?":15,"9":-8,"7":-30,"5":-13,"4":-26,"3":-9,"2":25,"1":-36,"0":-20,"\/":8,".":32,"-":23,",":54,")":21,"(":-22,"'":36,"#":-22,"!":27}},"w":{"d":"127,21v14,-3,14,-3,30,7v13,1,25,-7,37,-23v2,-69,-1,-135,39,-177v7,-5,10,-9,7,-16v-41,35,-75,65,-105,125v-3,4,-5,7,-8,8v-21,-14,-28,-29,-18,-54v-1,-6,-6,-8,-11,-6v-21,17,-22,17,-55,42v-4,-26,6,-56,3,-88v-36,13,-47,74,-51,119v-2,22,14,44,35,36v8,-28,30,-60,52,-69v-6,39,14,78,45,96","w":225,"k":{"\u00f8":-31,"\u00f5":-9,"\u00f6":-17,"\u00f4":-30,"\u00f2":-9,"\u00f3":-9,"\u0147":-10,"\u00ee":-31,"\u00e7":-12,"\u00e2":-9,"\u00e0":-8,"\u00e1":-8,"z":11,"y":-11,"x":-11,"t":-12,"p":8,"o":-7,"n":10,"j":12,"f":8,"e":7,"b":-7,"?":24,"9":-31,"8":-8,"7":-18,"5":-12,"4":-20,"2":8,"1":-32,"0":-15,"\/":-15,".":9,"-":23,",":34,")":16,"(":-22,"'":18,"#":-42,"!":33}},"x":{"d":"25,-168v1,40,14,33,33,84v-21,21,-47,41,-59,71v4,23,31,78,54,40v-1,-34,6,-54,28,-62v8,-3,14,-2,15,2v12,13,14,38,36,41v13,1,15,-12,16,-21v2,-28,-41,-57,-36,-88v12,-31,51,-40,58,-74v-27,14,-52,41,-81,59v-20,-25,-25,-49,-53,-59v0,2,-12,4,-11,7","w":158,"k":{"\u0153":-17,"\u00f8":-41,"\u00e6":-9,"\u00fc":-17,"\u016e":-20,"\u016f":-19,"\u00fa":-19,"\u00f5":-16,"\u00f6":-17,"\u00f4":-17,"\u00f2":-17,"\u00f3":-17,"\u0147":-15,"\u00ee":-25,"\u00ec":-15,"\u00ed":-14,"\u00eb":-7,"\u00ea":-18,"\u011b":-18,"\u00e9":-18,"\u00e7":-11,"\u00e5":-12,"\u00e3":-15,"\u00e4":-12,"\u00e2":-22,"\u00e0":-22,"\u00e1":-22,"y":-11,"x":-19,"w":-12,"v":-10,"u":-15,"t":-14,"r":-10,"o":-11,"m":-12,"l":-12,"k":-14,"i":-9,"f":9,"d":-9,"c":-7,"b":-9,"a":-9,"?":19,";":-10,":":-12,"9":-22,"7":-23,"5":-12,"4":-22,"1":-37,"0":-18,"\/":-27,"-":7,",":21,")":9,"(":-19,"'":36,"#":-38,"!":20}},"y":{"d":"1,-73v2,29,30,46,43,64v-16,55,-31,76,0,105v12,11,23,34,45,48v13,0,31,-9,35,-29v-25,-85,-2,-212,21,-293v-43,12,-38,112,-97,106v-15,-31,2,-72,6,-98v-29,8,-44,57,-53,97","w":136,"k":{"\u00df":-11,"y":-21,"x":-12,"w":-25,"v":-10,"u":-13,"t":-15,"s":-13,"r":-10,"q":-14,"p":-15,"o":-22,"m":-17,"l":-14,"k":-12,"j":-11,"i":-11,"h":-9,"g":-10,"f":-9,"e":-7,"d":-15,"c":-15,"b":-15,"a":-18,"?":17,";":-19,":":-17,"9":-23,"8":-13,"7":-27,"6":-16,"5":-17,"4":-24,"3":-16,"1":-36,"0":-20,"\/":-32,",":20,"(":-18,"'":18,"#":-36,"!":24}},"z":{"d":"64,-177v7,48,50,-4,83,5v-7,18,-15,20,-31,36v-13,28,-73,2,-95,31v2,13,20,13,32,15v-13,14,-39,27,-37,53v3,27,24,43,48,55v43,-2,76,-25,84,-64v-2,-4,-5,-6,-11,-7v-28,18,-58,24,-87,9v8,-45,54,-54,94,-72v1,-13,-16,1,-21,-6v24,-26,35,-24,38,-49v-6,-22,-47,-6,-81,-10v-10,-1,-16,0,-16,4","w":162,"k":{"\u00df":11,"z":8,"w":-10,"u":-7,"t":-7,"q":-9,"p":9,"o":-12,"m":-4,"l":-10,"k":-8,"j":12,"h":-7,"f":8,"d":-10,"b":-10,"?":29,"9":-9,"8":-7,"7":-12,"4":-12,"1":-25,"\/":-14,"-":18,",":21,")":23,"(":-9,"'":36,"#":-26,"!":36}},"{":{"d":"81,-185v10,-36,20,-63,69,-64v9,-4,29,21,35,20v17,-3,19,-37,1,-40v-68,-10,-148,15,-139,93v9,12,39,36,81,31v28,-4,52,11,55,32v-14,30,-46,47,-87,47v-8,0,-14,-2,-19,-7v-11,-12,-28,-33,-50,-61v-5,-6,-11,-9,-19,-6v-22,26,-23,75,2,103v14,8,49,60,76,62v66,-10,112,-57,122,-127v-4,-41,-41,-63,-93,-63v-19,0,-33,-2,-34,-20xm194,-348v-24,-10,-30,10,-68,22v-21,22,-39,32,-8,32v30,0,55,-25,76,-54"},"|":{"d":"125,-273v-38,15,-137,-36,-130,28r8,84v-9,21,-10,161,3,167v26,1,53,11,75,5v48,-12,94,0,143,-1v4,0,5,-1,5,-6v-11,-27,1,-95,-12,-133v-6,-17,6,-69,-5,-89v0,-17,12,-42,1,-54v-12,-14,-72,7,-88,-1xm35,-87v7,-50,-18,-103,-5,-151v51,-14,108,-17,158,-3v7,28,1,82,-6,101v-2,21,20,81,19,100v0,13,-6,19,-15,16v-38,-11,-109,-11,-143,-1v-6,-2,-5,-59,-8,-62","w":235},"}":{"d":"18,-99v-42,45,5,116,66,103v43,-9,94,-104,19,-116v-17,-3,-41,3,-39,-17v2,-17,23,-33,38,-40v1,-1,20,16,26,15v12,-3,15,-32,-6,-27v-10,0,-47,7,-54,18v-9,13,-27,20,-27,40v0,39,84,3,84,46v-7,13,-44,36,-67,24v-17,-9,-21,-38,-40,-46xm118,-207v8,-10,37,-29,22,-36v-20,2,-25,11,-56,22v-18,19,-35,31,-7,30v16,0,31,-4,41,-16","w":150},"~":{"d":"78,-162v-27,5,-62,99,-72,141v6,33,50,49,57,4v8,-49,36,-105,70,-134v15,20,-10,113,-10,126v0,32,23,57,44,78v35,12,50,-23,34,-51v-26,-45,-24,-82,-34,-151v-3,-18,-7,-28,-12,-30v-39,2,-29,10,-57,39v-17,17,-23,33,-38,46v-4,0,-3,-1,-4,-3xm165,-246v-23,-8,-30,10,-63,20v-18,19,-34,30,-6,29v39,-2,45,-21,69,-49","w":207},"\u00c4":{"d":"185,-152v-11,11,-53,37,-73,33r54,-85v4,-9,8,-14,13,-15v8,15,6,44,6,67xm48,32v25,0,26,-38,35,-47v-7,-62,47,-84,101,-93v3,55,33,131,76,142v17,4,33,-12,30,-30v-8,-48,-31,-81,-45,-125v-4,-9,37,-31,26,-48v-9,-15,-35,2,-45,2v-13,-31,-13,-80,-43,-93v-30,60,-46,56,-101,129v-31,41,-52,69,-76,107v-17,18,17,37,26,49v5,5,10,7,16,7xm224,-262v-18,17,16,22,24,29v19,-1,33,-1,34,-15v3,-25,-46,-36,-58,-14xm111,-239v34,11,57,-15,31,-31v-11,-16,-35,-5,-37,11v-1,7,1,14,6,20","w":291},"\u00c5":{"d":"207,-308v-8,-32,-43,-7,-46,6v-2,13,-18,15,-14,38v1,8,9,23,14,23v-47,61,-128,144,-169,224v3,14,25,29,31,40v5,5,11,7,18,7v22,2,30,-39,34,-57v10,-60,34,-74,104,-87v4,62,37,139,83,145v16,2,28,-14,26,-30v-7,-48,-35,-92,-46,-128v-3,-9,53,-48,14,-56v-6,-1,-29,9,-34,9v-6,-13,-15,-60,-25,-73v9,-14,17,-33,10,-61xm170,-260v-29,-12,-3,-54,16,-52v14,14,1,48,-16,52xm114,-122v9,-38,41,-72,56,-107v7,9,0,63,0,81v-13,7,-32,16,-56,26","w":286},"\u00c7":{"d":"126,23v-4,15,14,20,13,26v2,19,-34,23,-45,12v-2,-6,31,-8,26,-16v-9,-7,-22,-9,-9,-22v-56,-12,-81,-66,-112,-113v-12,-45,30,-82,47,-97v48,-43,86,-56,138,-84r12,10v-1,8,-7,14,-19,18v2,-2,6,-6,9,-11v-47,6,-59,33,-96,61v-24,18,-37,35,-44,60v6,22,7,55,38,52v63,-5,98,-29,151,-42v-6,34,-31,51,-40,84v-8,29,-27,58,-69,62","w":231},"\u00c9":{"d":"191,-158r-137,8v17,-49,68,-85,121,-95v7,-1,16,22,20,24v12,-1,21,-6,25,-13v-2,-22,-9,-40,-34,-35v-19,13,-45,14,-64,27v-3,4,-11,8,-23,12v-44,26,-80,57,-100,108v-7,66,21,128,81,142v33,0,70,-20,95,-35v6,-8,35,-17,40,-29v-3,-18,-27,5,-36,3v-24,11,-93,7,-109,-14v-18,-15,-19,-18,-26,-51v-2,-10,9,-15,14,-18v52,-4,102,-17,156,-12v10,-16,-4,-28,-23,-22xm193,-346v-24,-10,-30,10,-68,22v-20,21,-40,33,-8,32v30,0,55,-25,76,-54"},"\u011a":{"d":"191,-158r-137,8v17,-49,68,-85,121,-95v7,-1,16,22,20,24v12,-1,21,-6,25,-13v-2,-22,-9,-40,-34,-35v-19,13,-45,14,-64,27v-3,4,-11,8,-23,12v-44,26,-80,57,-100,108v-7,66,21,128,81,142v33,0,70,-20,95,-35v6,-8,35,-17,40,-29v-3,-18,-27,5,-36,3v-24,11,-93,7,-109,-14v-18,-15,-19,-18,-26,-51v-2,-10,9,-15,14,-18v52,-4,102,-17,156,-12v10,-16,-4,-28,-23,-22xm135,-290v27,-20,49,-35,72,-65v-4,-7,-23,-14,-27,1v-7,24,-24,24,-43,40v-20,-13,-33,-29,-49,-45v-16,-4,-24,15,-8,24v17,17,31,36,55,45","w":252},"\u00d6":{"d":"0,-90v0,70,62,126,135,96v21,-16,71,-43,82,-69v47,-64,41,-212,-65,-212v-35,0,-68,14,-83,38v77,-62,158,-7,131,87v-11,37,-55,89,-105,89v-28,0,-35,-26,-35,-53v0,-40,13,-99,42,-119v0,-3,-7,-4,-9,-4v-66,33,-93,59,-93,147xm262,-282v4,-28,-57,-46,-72,-18v-23,21,22,28,30,36v22,-2,40,-1,42,-18xm68,-276v36,13,71,-16,37,-36v-26,-26,-61,11,-37,36","w":244},"\u00dc":{"d":"60,-64v-14,-19,-3,-44,0,-67v8,-53,30,-88,54,-129v-58,47,-100,113,-115,198v2,39,19,33,51,69v24,16,45,0,53,-29v5,-19,12,-31,18,-37v21,25,50,69,82,69v12,-4,18,-14,18,-31v-33,-66,-11,-168,-3,-248v-17,-1,-24,39,-34,50v-22,40,-30,99,-70,120v-7,2,-44,34,-54,35xm161,-310v-19,17,17,22,24,29v18,-1,32,-2,34,-16v3,-22,-47,-34,-58,-13xm104,-279v19,6,48,-2,43,-20v-5,-2,-17,-19,-25,-20v-25,7,-30,22,-18,40","w":228},"\u00e1":{"d":"44,-207v24,17,75,-20,97,-22v9,-1,18,-6,15,-15v-29,-22,-64,13,-96,13v-13,5,-19,8,-16,24xm18,-116v-20,36,-51,151,23,126v6,-10,40,-35,46,-48v3,-3,7,-3,9,2v17,27,24,73,64,75v58,-24,7,-74,1,-117v-7,-18,-9,-37,-1,-54v1,-11,-9,-5,-15,-7v-2,-50,-42,-50,-77,-24v-21,16,-40,29,-50,47xm75,-153v44,-32,62,17,43,55v-15,29,-49,63,-83,75v-35,-31,7,-118,40,-130","w":187,"k":{"\u0153":-21,"\u00f8":-52,"\u00e6":-11,"\u00fc":-19,"\u016e":-19,"\u016f":-16,"\u00fa":-15,"\u00f5":-16,"\u00f6":-16,"\u00f4":-16,"\u00f2":-14,"\u00f3":-14,"\u0147":-17,"\u00ee":-17,"\u00ec":-15,"\u00ed":-14,"\u00eb":-9,"\u00ea":-19,"\u011b":-18,"\u00e9":-18,"\u00e7":-15,"\u00e5":-15,"\u00e3":-16,"\u00e4":-15,"\u00e2":-27,"\u00e0":-26,"\u00e1":-25,"x":-29,"w":-21,"t":-12,"X":-41,"W":-15,"T":12,"F":-10}},"\u00e0":{"d":"75,-153v44,-32,62,17,43,55v-15,29,-49,63,-83,75v-35,-31,7,-118,40,-130xm18,-116v-20,36,-51,151,23,126v6,-10,40,-35,46,-48v3,-3,7,-3,9,2v17,27,24,73,64,75v58,-24,7,-74,1,-117v-7,-18,-9,-37,-1,-54v1,-11,-9,-5,-15,-7v-2,-50,-42,-50,-77,-24v-21,16,-40,29,-50,47xm59,-262v-26,11,-8,22,14,38v19,14,34,13,64,34v17,2,12,-16,4,-26v-24,-12,-54,-36,-82,-46","w":187,"k":{"\u0153":-21,"\u00f8":-54,"\u00e6":-13,"\u00fc":-21,"\u016e":-19,"\u016f":-18,"\u00fa":-17,"\u00f5":-17,"\u00f6":-19,"\u00f4":-17,"\u00f2":-15,"\u00f3":-15,"\u0147":-19,"\u00ee":-19,"\u00ec":-17,"\u00ed":-17,"\u00eb":-12,"\u00ea":-20,"\u011b":-19,"\u00e9":-19,"\u00e7":-16,"\u00e5":-17,"\u00e3":-17,"\u00e4":-18,"\u00e2":-27,"\u00e0":-26,"\u00e1":-26,"x":-29,"w":-22,"t":-12,"X":-42,"W":-14,"V":7,"F":-10}},"\u00e2":{"d":"75,-153v44,-32,62,17,43,55v-15,29,-49,63,-83,75v-35,-31,7,-118,40,-130xm18,-116v-20,36,-51,151,23,126v6,-10,40,-35,46,-48v3,-3,7,-3,9,2v17,27,24,73,64,75v58,-24,7,-74,1,-117v-7,-18,-9,-37,-1,-54v1,-11,-9,-5,-15,-7v-2,-50,-42,-50,-77,-24v-21,16,-40,29,-50,47xm103,-234v11,6,26,20,44,41v18,5,22,-14,8,-22v-22,-13,-41,-57,-62,-32v-24,20,-31,20,-54,50v4,8,22,13,25,-1v4,-18,27,-26,39,-36","w":189,"k":{"\u0153":-19,"\u00f8":-53,"\u00e6":-11,"\u00fc":-20,"\u016e":-19,"\u016f":-17,"\u00fa":-16,"\u00f5":-17,"\u00f6":-17,"\u00f4":-16,"\u00f2":-14,"\u00f3":-14,"\u0147":-18,"\u00ee":-18,"\u00ec":-16,"\u00ed":-15,"\u00eb":-10,"\u00ea":-19,"\u011b":-18,"\u00e9":-18,"\u00e7":-14,"\u00e5":-15,"\u00e3":-16,"\u00e4":-16,"\u00e2":-27,"\u00e0":-26,"\u00e1":-25,"x":-28,"w":-20,"t":-12,"X":-41,"W":-15,"T":-20,"F":-10}},"\u00e4":{"d":"48,-111v10,-28,89,-87,89,-23v0,48,-40,73,-67,100v-21,21,-48,4,-35,-23v1,-21,5,-40,13,-54xm30,15v30,-1,53,-40,72,-55v24,22,25,78,69,79v74,-37,-32,-110,0,-171v0,-10,-9,-6,-15,-7v-1,-51,-42,-48,-78,-24v-48,32,-73,77,-73,146v0,17,7,32,25,32xm161,-226v-31,-20,-49,21,-17,25v24,2,31,-10,17,-25xm63,-215v-4,17,19,23,33,15v21,-12,-5,-28,-14,-32v-7,4,-19,8,-19,17","w":206,"k":{"\u0153":-13,"\u00f8":-45,"\u00fc":-13,"\u016e":-13,"\u016f":-10,"\u00fa":-10,"\u00f5":-10,"\u00f6":-10,"\u00f4":-10,"\u00f2":-8,"\u00f3":-8,"\u0147":-10,"\u00ee":-11,"\u00ec":-9,"\u00ed":-8,"\u00ea":-14,"\u011b":-12,"\u00e9":-13,"\u00e7":-8,"\u00e5":-9,"\u00e3":-10,"\u00e4":-9,"\u00e2":-21,"\u00e0":-19,"\u00e1":-19,"x":-21,"w":-13,"v":12,"t":-4,"m":-7,"X":-35,"W":-9,"T":-8}},"\u00e3":{"d":"88,-249v-15,-1,-41,21,-39,36v0,9,4,13,14,13v20,0,21,-31,30,-33v12,5,23,30,43,27v20,4,27,-25,38,-37v-15,-16,-32,17,-47,19v-17,2,-23,-27,-39,-25xm31,-77v0,-40,38,-82,82,-88v20,7,19,42,9,60v-19,34,-45,54,-76,63v-12,-2,-15,-21,-15,-35xm148,-139v-3,-15,-12,-52,-40,-40v-69,27,-107,65,-107,154v0,30,42,27,51,10v10,-4,38,-31,43,-34v17,24,24,72,54,76v72,-15,-15,-113,10,-161v2,-7,-8,-7,-11,-5","w":190,"k":{"\u0153":-14,"\u00f8":-39,"\u00fc":-12,"\u016e":-13,"\u016f":-12,"\u00fa":-10,"\u00f5":-12,"\u00f6":-12,"\u00f4":-12,"\u00f2":-10,"\u00f3":-9,"\u0147":-12,"\u00ee":-13,"\u00ec":-11,"\u00ed":-9,"\u00ea":-14,"\u011b":-13,"\u00e9":-13,"\u00e7":-12,"\u00e5":-8,"\u00e3":-10,"\u00e4":-9,"\u00e2":-20,"\u00e0":-19,"\u00e1":-18,"x":-20,"w":-15,"v":9,"X":-33,"W":-11,"V":-14,"T":-11,"F":-9}},"\u00e5":{"d":"86,-153v37,-29,64,13,44,45v-3,34,-41,53,-61,74v-20,22,-46,3,-34,-23v2,-47,24,-75,51,-96xm30,15v30,-1,53,-40,72,-55v24,22,25,78,69,79v74,-37,-32,-110,0,-171v0,-10,-9,-6,-15,-7v-1,-51,-42,-48,-78,-24v-48,32,-73,77,-73,146v0,17,7,32,25,32xm111,-213v-10,1,-15,-3,-13,-13v3,-13,31,-17,40,-7v-2,9,-12,21,-27,20xm117,-240v-28,-9,-51,41,-19,49v22,-2,49,-11,50,-42v-2,-9,-22,-14,-31,-7","w":206,"k":{"\u0153":-13,"\u00f8":-46,"\u00fc":-13,"\u016e":-13,"\u016f":-10,"\u00fa":-9,"\u00f5":-9,"\u00f6":-10,"\u00f4":-10,"\u00f2":-8,"\u00f3":-8,"\u0147":-11,"\u00ee":-11,"\u00ec":-9,"\u00ed":-8,"\u00ea":-13,"\u011b":-12,"\u00e9":-12,"\u00e7":-8,"\u00e5":-9,"\u00e3":-10,"\u00e4":-9,"\u00e2":-20,"\u00e0":-19,"\u00e1":-19,"x":-21,"w":-14,"v":12,"X":-35,"W":-8,"V":17,"T":13}},"\u00e7":{"d":"141,-186v-86,2,-186,78,-127,165v7,11,17,35,37,34v-24,20,27,24,-5,34v-9,2,-14,4,-14,7v12,11,47,7,45,-13v3,-5,-14,-13,-14,-15v22,-26,82,-32,93,-70v0,-28,-41,-4,-66,-7v-41,5,-56,-46,-34,-76v29,-38,46,-44,94,-45v1,-6,-4,-14,-9,-14","w":157,"k":{"\u0153":-16,"\u00f8":-17,"\u00fc":-15,"\u016e":-18,"\u016f":-20,"\u00fa":-20,"\u00f5":-22,"\u00f6":-22,"\u00f4":-22,"\u00f2":-22,"\u00f3":-22,"\u0147":-17,"\u00ee":-18,"\u00ec":-16,"\u00ed":-16,"\u00eb":-10,"\u00ea":-21,"\u011b":-21,"\u00e9":-21,"\u00e7":-19,"\u00e5":-10,"\u00e3":-13,"\u00e4":-9,"\u00e2":-21,"\u00e0":-20,"\u00e1":-20,"x":-10,"w":-18,"X":-23,"W":-19,"T":19,"F":-40}},"\u00e9":{"d":"59,-217v16,41,46,-14,84,-11v9,-12,5,-11,-4,-23v-27,8,-59,19,-80,34xm44,-94v-1,-40,49,-69,90,-71v-8,33,-55,49,-90,71xm89,-39v-32,6,-49,-13,-44,-37v35,-18,69,-41,94,-66v22,-38,-14,-43,-45,-30v-41,17,-71,43,-84,74v-31,71,-4,102,43,132v38,3,71,-56,100,-70v9,-7,14,-21,3,-23v-22,7,-37,14,-67,20","w":163,"k":{"\u0153":-19,"\u00f8":-13,"\u00fc":-14,"\u016e":-17,"\u016f":-19,"\u00fa":-18,"\u00f5":-24,"\u00f6":-24,"\u00f4":-24,"\u00f2":-22,"\u00f3":-22,"\u0147":-17,"\u00ee":-18,"\u00ec":-17,"\u00ed":-15,"\u00eb":-10,"\u00ea":-21,"\u011b":-20,"\u00e9":-20,"\u00e7":-23,"\u00e5":-9,"\u00e3":-13,"\u00e4":-9,"\u00e2":-21,"\u00e0":-20,"\u00e1":-19,"x":-9,"w":-20,"X":-23,"W":-22,"V":-13,"T":8,"F":-32}},"\u011b":{"d":"89,-39v-32,6,-49,-13,-44,-37v35,-18,69,-41,94,-66v22,-38,-14,-43,-45,-30v-41,17,-71,43,-84,74v-31,71,-4,102,43,132v38,3,71,-56,100,-70v9,-7,14,-21,3,-23v-22,7,-37,14,-67,20xm44,-94v-1,-40,49,-69,90,-71v-8,33,-55,49,-90,71xm30,-251v13,17,33,37,55,48v22,-20,42,-30,62,-55v-4,-7,-20,-12,-25,1v-6,14,-24,21,-35,32v-17,-12,-28,-23,-41,-37v-10,-5,-13,4,-16,11","w":163,"k":{"\u0153":-19,"\u00f8":-13,"\u00fc":-15,"\u016e":-17,"\u016f":-19,"\u00fa":-18,"\u00f5":-24,"\u00f6":-25,"\u00f4":-24,"\u00f2":-22,"\u00f3":-22,"\u0147":-18,"\u00ee":-19,"\u00ec":-17,"\u00ed":-16,"\u00eb":-11,"\u00ea":-22,"\u011b":-20,"\u00e9":-20,"\u00e7":-23,"\u00e5":-9,"\u00e3":-13,"\u00e4":-10,"\u00e2":-21,"\u00e0":-20,"\u00e1":-19,"x":-9,"w":-20,"X":-23,"W":-22,"V":-10,"T":-22,"F":-33}},"\u00ea":{"d":"89,-39v-32,6,-49,-13,-44,-37v35,-18,69,-41,94,-66v22,-38,-14,-43,-45,-30v-41,17,-71,43,-84,74v-31,71,-4,102,43,132v38,3,71,-56,100,-70v9,-7,14,-21,3,-23v-22,7,-37,14,-67,20xm44,-94v-1,-40,49,-69,90,-71v-8,33,-55,49,-90,71xm103,-234v11,6,26,20,44,41v18,5,22,-14,8,-22v-23,-14,-43,-58,-62,-32v-24,20,-31,20,-54,50v4,8,22,13,25,-1v4,-18,27,-26,39,-36","w":164,"k":{"\u0153":-18,"\u00f8":-14,"\u00fc":-15,"\u016e":-18,"\u016f":-21,"\u00fa":-19,"\u00f5":-25,"\u00f6":-26,"\u00f4":-25,"\u00f2":-23,"\u00f3":-23,"\u0147":-18,"\u00ee":-19,"\u00ec":-18,"\u00ed":-17,"\u00eb":-12,"\u00ea":-22,"\u011b":-21,"\u00e9":-21,"\u00e7":-23,"\u00e5":-10,"\u00e3":-14,"\u00e4":-10,"\u00e2":-21,"\u00e0":-21,"\u00e1":-20,"x":-8,"w":-20,"X":-24,"W":-23,"V":-23,"T":-37,"F":-33}},"\u00eb":{"d":"55,-94v-1,-40,49,-69,90,-71v-10,34,-51,47,-90,71xm100,-39v-32,6,-49,-13,-44,-37v36,-18,68,-42,94,-66v22,-38,-14,-43,-45,-30v-41,17,-71,43,-84,74v-31,71,-3,101,42,132v39,4,71,-54,100,-70v9,-5,13,-20,4,-23v-22,7,-37,14,-67,20xm72,-205v-5,17,18,18,29,14v13,-12,6,-24,-11,-29v-11,4,-16,9,-18,15xm165,-203v2,-19,-33,-27,-37,-8v-4,20,37,24,37,8","w":181,"k":{"\u0153":-12,"\u00f8":-8,"\u00fc":-9,"\u016e":-13,"\u016f":-15,"\u00fa":-15,"\u00f5":-19,"\u00f6":-19,"\u00f4":-20,"\u00f2":-17,"\u00f3":-18,"\u0147":-12,"\u00ee":-14,"\u00ec":-12,"\u00ed":-11,"\u00ea":-17,"\u011b":-15,"\u00e9":-15,"\u00e7":-17,"\u00e3":-8,"\u00e2":-16,"\u00e0":-14,"\u00e1":-14,"w":-14,"X":-18,"W":-17,"V":-8,"T":-22,"F":-28}},"\u00ed":{"d":"145,-231v-22,-8,-29,9,-62,19v-18,19,-36,32,-7,30v38,-2,46,-20,69,-49xm83,-159v-36,10,-52,63,-73,95v-22,34,3,76,27,86v69,-11,1,-111,43,-166v4,-5,7,-9,3,-15","w":135,"k":{"\u0153":36,"\u00f8":13,"\u00e6":44,"\u00fc":35,"\u016e":23,"\u016f":18,"\u00fa":33,"\u00f3":24,"\u0147":16,"\u00ee":13,"\u00ed":36,"\u00eb":42,"\u00ea":22,"\u011b":25,"\u00e9":28,"\u00e7":32,"\u00e5":37,"\u00e3":17,"\u00e4":30,"\u00e2":21,"\u00e0":18,"\u00e1":12,"x":31,"w":34,"v":39,"t":35,"X":-14,"W":-9,"V":-31,"T":-31,"F":-15}},"\u00ec":{"d":"83,-159v-36,10,-52,63,-73,95v-22,34,3,76,27,86v69,-11,1,-111,43,-166v4,-5,7,-9,3,-15xm78,-201v8,0,10,16,19,15v6,0,10,-5,12,-16v-20,-18,-35,-34,-62,-45v-11,11,-9,21,2,28r-1,-1v9,3,9,6,30,19","w":104,"k":{"\u00f8":-18,"\u00e6":13,"\u00f4":-19,"\u00ee":-12,"\u00eb":12,"\u00e5":9,"\u00e4":8,"X":-15,"W":-17,"V":-28,"T":-43,"F":-21}},"\u00ee":{"d":"83,-159v-36,10,-52,63,-73,95v-22,34,3,76,27,86v69,-11,1,-111,43,-166v4,-5,7,-9,3,-15xm132,-189v-18,-17,-31,-36,-55,-46v-25,19,-40,27,-63,54v23,23,38,-27,61,-32v15,10,27,24,40,36v12,5,14,-4,17,-12","w":104,"k":{"\u00f8":-20,"\u00e6":12,"\u00f5":-19,"\u00f6":-25,"\u00f4":-39,"\u0147":-17,"\u00ee":-37,"\u00eb":10,"\u00ea":-15,"\u00e2":-16,"x":-15,"t":-15,"X":-17,"W":-40,"V":-45,"T":-56,"F":-73}},"\u0147":{"d":"92,-179v22,12,66,124,62,155v4,27,42,47,51,59v61,9,19,-69,33,-119v-4,-72,36,-151,30,-187v-15,4,-75,155,-94,185v-16,-25,-26,-46,-45,-70v-2,-8,-31,-38,-31,-48v-15,-16,-29,23,-40,34v-13,23,-64,92,-65,135v21,24,34,43,66,36v4,-1,6,-3,7,-7v0,-82,9,-141,26,-173xm168,-261v25,-21,50,-36,72,-66v-4,-7,-23,-14,-27,1v-7,24,-24,24,-43,40v-20,-13,-33,-28,-48,-44v-12,-4,-16,3,-19,12v20,20,37,46,65,57","w":271,"k":{"\u00f8":-19,"\u00e6":13,"\u00f5":-17,"\u00f6":-18,"\u00f4":-32,"\u0147":-10,"\u00ee":-24,"\u00eb":11,"\u00ea":-9,"\u00e2":-9,"X":-15,"W":-30,"V":-38,"T":-53,"F":-34}},"\u0148":{"d":"78,-162v-27,5,-62,99,-72,141v6,33,50,49,57,4v8,-49,36,-105,70,-134v15,20,-10,113,-10,126v0,32,23,57,44,78v35,12,50,-23,34,-51v-26,-45,-24,-82,-34,-151v-3,-18,-7,-28,-12,-30v-39,2,-29,10,-57,39v-17,17,-23,33,-38,46v-4,0,-3,-1,-4,-3xm108,-211v25,-18,40,-26,62,-54v-4,-7,-19,-13,-24,0v-6,14,-25,20,-36,32v-17,-12,-27,-23,-40,-36v-11,-5,-14,3,-17,11v15,15,33,39,55,47","w":207},"\u00f3":{"d":"61,-55v-23,20,-46,-12,-43,-39v3,-30,38,-64,63,-64v8,9,13,26,14,49v-5,16,-20,41,-34,54xm-1,-75v-3,52,16,61,47,81v58,14,78,-53,88,-111v-4,-22,-9,-79,-48,-78v-25,1,-47,23,-59,45v1,1,1,1,3,4v-14,17,-29,30,-31,59xm132,-246v-22,-8,-28,8,-62,20v-19,19,-36,29,-7,29v28,-1,50,-21,69,-49","w":141,"k":{"\u0153":-14,"\u00f8":-15,"\u016e":-8,"\u016f":-11,"\u00fa":-10,"\u00f5":-20,"\u00f6":-21,"\u00f4":-21,"\u00f2":-19,"\u00f3":-19,"\u00ee":-8,"\u00ea":-14,"\u011b":-12,"\u00e9":-12,"\u00e7":-24,"\u00e2":-15,"\u00e0":-14,"\u00e1":-14,"w":-16,"X":-12,"W":-23,"V":-23,"T":-13,"F":-31}},"\u00f2":{"d":"61,-55v-23,20,-46,-12,-43,-39v3,-30,38,-64,63,-64v8,9,13,26,14,49v-5,16,-20,41,-34,54xm-1,-75v-3,52,16,61,47,81v58,14,78,-53,88,-111v-4,-22,-9,-79,-48,-78v-25,1,-47,23,-59,45v1,1,1,1,3,4v-14,17,-29,30,-31,59xm49,-251v-20,38,44,29,64,55v10,2,15,-4,15,-18v-27,-15,-44,-29,-79,-37","w":141,"k":{"\u0153":-14,"\u00f8":-16,"\u016e":-8,"\u016f":-11,"\u00fa":-10,"\u00f5":-21,"\u00f6":-22,"\u00f4":-21,"\u00f2":-19,"\u00f3":-19,"\u0147":-8,"\u00ee":-9,"\u00ea":-14,"\u011b":-12,"\u00e9":-12,"\u00e7":-24,"\u00e2":-15,"\u00e0":-14,"\u00e1":-13,"w":-16,"X":-12,"W":-23,"V":-17,"T":-30,"F":-31}},"\u00f4":{"d":"138,-203v-19,-18,-34,-40,-59,-52v-23,20,-48,33,-66,60v4,5,21,12,25,-1v6,-22,23,-23,39,-37v18,13,29,27,44,41v11,5,14,-3,17,-11xm61,-55v-23,20,-46,-12,-43,-39v3,-30,38,-64,63,-64v8,9,13,26,14,49v-5,16,-20,41,-34,54xm-1,-75v-3,52,16,61,47,81v58,14,78,-53,88,-111v-4,-22,-9,-79,-48,-78v-25,1,-47,23,-59,45v1,1,1,1,3,4v-14,17,-29,30,-31,59","w":145,"k":{"\u0153":-10,"\u00f8":-13,"\u016f":-8,"\u00fa":-7,"\u00f5":-18,"\u00f6":-19,"\u00f4":-18,"\u00f2":-16,"\u00f3":-16,"\u00ea":-10,"\u011b":-9,"\u00e9":-9,"\u00e7":-21,"\u00e2":-12,"\u00e0":-11,"\u00e1":-11,"w":-13,"X":-9,"W":-20,"V":-21,"T":-35,"F":-27}},"\u00f6":{"d":"-2,-75v-2,53,17,60,48,81v58,14,78,-53,88,-111v-4,-22,-9,-79,-48,-78v-25,1,-46,22,-59,45v1,1,1,1,3,4v-14,17,-30,30,-32,59xm61,-55v-23,21,-46,-13,-43,-39v3,-30,38,-64,63,-64v8,9,13,26,14,49v-5,16,-20,41,-34,54xm97,-199v8,8,42,20,45,1v0,-23,-43,-26,-45,-1xm30,-205v-3,19,18,16,28,14v14,-14,1,-19,-11,-29v-12,4,-17,9,-17,15","w":145,"k":{"\u0153":-10,"\u00f8":-13,"\u016f":-9,"\u00fa":-9,"\u00f5":-18,"\u00f6":-19,"\u00f4":-19,"\u00f2":-17,"\u00f3":-18,"\u00ee":-8,"\u00ea":-12,"\u011b":-10,"\u00e9":-10,"\u00e7":-22,"\u00e2":-14,"\u00e0":-12,"\u00e1":-12,"w":-13,"X":-9,"W":-21,"V":-23,"T":-37,"F":-30}},"\u00f5":{"d":"98,-109v-8,17,-26,61,-52,63v-23,-8,-39,-48,-19,-71v13,-24,37,-41,57,-42v8,10,13,26,14,50xm138,-106v-4,-25,-9,-77,-48,-78v-24,0,-52,26,-62,45v0,1,5,5,2,7v-34,21,-47,93,-12,122v16,13,54,40,79,10v20,-24,37,-66,41,-106xm69,-244v-15,-2,-40,21,-39,36v0,9,4,13,14,13v19,0,21,-31,30,-33v12,3,25,29,43,27v21,4,27,-26,38,-38v-17,-14,-31,19,-47,20v-16,1,-22,-28,-39,-25","w":145,"k":{"\u0153":-14,"\u00f8":-16,"\u016e":-9,"\u016f":-13,"\u00fa":-12,"\u00f5":-21,"\u00f6":-22,"\u00f4":-22,"\u00f2":-20,"\u00f3":-20,"\u0147":-8,"\u00ee":-9,"\u00ec":-7,"\u00ea":-15,"\u011b":-13,"\u00e9":-13,"\u00e7":-24,"\u00e3":-8,"\u00e2":-17,"\u00e0":-15,"\u00e1":-15,"w":-15,"X":-24,"W":-24,"V":-39,"T":-38,"F":-33}},"\u00fa":{"d":"42,-165v-12,37,-70,119,-27,155v42,6,59,-48,93,-63v-1,34,-21,77,32,77v21,0,28,-14,27,-35v-8,-26,-26,-108,-8,-145v0,-4,-1,-7,-3,-8v-46,24,-47,102,-107,104v-22,-22,13,-66,21,-92v0,-4,-1,-10,-7,-9v-7,0,-14,5,-21,16xm169,-248v-2,-6,-12,-4,-17,-1v-26,13,-65,23,-76,52v49,12,67,-22,93,-51","w":178,"k":{"\u0153":-17,"\u00f8":-28,"\u00e6":-8,"\u00fc":-15,"\u016e":-17,"\u016f":-16,"\u00fa":-15,"\u00f5":-17,"\u00f6":-17,"\u00f4":-17,"\u00f2":-15,"\u00f3":-15,"\u0147":-15,"\u00ee":-16,"\u00ec":-14,"\u00ed":-13,"\u00eb":-8,"\u00ea":-19,"\u011b":-17,"\u00e9":-17,"\u00e7":-17,"\u00e5":-10,"\u00e3":-14,"\u00e4":-11,"\u00e2":-22,"\u00e0":-21,"\u00e1":-20,"x":-20,"w":-20,"X":-31,"W":-17,"V":-23,"T":-11,"F":-37}},"\u016f":{"d":"42,-165v-12,37,-70,119,-27,155v42,6,59,-48,93,-63v-1,34,-21,77,32,77v21,0,28,-14,27,-35v-8,-26,-26,-108,-8,-145v0,-4,-1,-7,-3,-8v-46,24,-47,102,-107,104v-22,-22,13,-66,21,-92v0,-4,-1,-10,-7,-9v-7,0,-14,5,-21,16xm89,-234v-8,19,3,48,24,43v18,-4,35,-19,35,-44v0,-26,-28,-38,-45,-20v18,-12,35,-7,35,13v0,16,-13,28,-28,32v-17,-3,-9,-37,2,-43v-9,-4,-19,10,-23,19","w":178,"k":{"\u0153":-17,"\u00f8":-29,"\u00e6":-9,"\u00fc":-15,"\u016e":-15,"\u016f":-15,"\u00fa":-14,"\u00f5":-16,"\u00f6":-17,"\u00f4":-16,"\u00f2":-14,"\u00f3":-14,"\u0147":-16,"\u00ee":-16,"\u00ec":-14,"\u00ed":-13,"\u00eb":-8,"\u00ea":-17,"\u011b":-15,"\u00e9":-16,"\u00e7":-17,"\u00e5":-9,"\u00e3":-13,"\u00e4":-10,"\u00e2":-21,"\u00e0":-19,"\u00e1":-19,"x":-20,"w":-20,"X":-30,"W":-15,"T":-9,"F":-36}},"\u016e":{"d":"60,-64v-17,-74,26,-146,54,-196v-56,42,-101,117,-115,198v2,39,18,34,51,69v6,6,20,8,31,4v16,-5,29,-62,40,-70v12,21,42,46,61,64v16,15,42,-1,39,-26v-32,-59,-12,-177,-3,-248v-17,-1,-24,39,-34,50v-21,44,-36,104,-69,119v-7,3,-43,34,-55,36xm181,-353v28,8,9,51,-14,51v-21,-6,1,-37,0,-45v-30,5,-32,60,0,63v34,3,59,-68,15,-72v-11,-1,-16,3,-21,9v10,-5,14,-9,20,-6","w":218,"k":{"\u0153":-15,"\u00f8":-36,"\u00fc":-15,"\u016e":-15,"\u016f":-14,"\u00fa":-13,"\u00f5":-15,"\u00f6":-15,"\u00f4":-15,"\u00f2":-13,"\u00f3":-13,"\u0147":-14,"\u00ee":-15,"\u00ec":-13,"\u00ed":-12,"\u00ea":-17,"\u011b":-15,"\u00e9":-15,"\u00e7":-15,"\u00e5":-11,"\u00e3":-13,"\u00e4":-12,"\u00e2":-22,"\u00e0":-21,"\u00e1":-21,"x":-22,"w":-18,"X":-34,"W":-13,"V":-20,"T":-33,"F":-35}},"\u00fc":{"d":"69,-201v-5,16,17,18,29,15v5,-4,7,-10,7,-15v-6,-1,-12,-13,-18,-14v-11,4,-17,8,-18,14xm122,-204v8,8,35,16,45,6v2,-16,-17,-29,-33,-22v-8,7,-12,12,-12,16xm42,4v15,-14,47,-47,69,-61v-8,40,-13,92,46,74v32,-25,-10,-81,-4,-128v-4,-19,14,-42,4,-57v-14,-1,-33,41,-37,44v-7,12,-35,64,-69,60v-20,-29,12,-64,21,-92v0,-4,-1,-10,-7,-9v-27,6,-41,63,-49,81v-12,28,-32,107,26,88","w":176,"k":{"\u0153":-17,"\u00f8":-42,"\u00e6":-9,"\u00fc":-17,"\u016e":-19,"\u016f":-17,"\u00fa":-17,"\u00f5":-17,"\u00f6":-18,"\u00f4":-18,"\u00f2":-15,"\u00f3":-17,"\u0147":-17,"\u00ee":-18,"\u00ec":-15,"\u00ed":-15,"\u00eb":-9,"\u00ea":-20,"\u011b":-18,"\u00e9":-19,"\u00e7":-17,"\u00e5":-15,"\u00e3":-16,"\u00e4":-15,"\u00e2":-26,"\u00e0":-24,"\u00e1":-24,"x":-23,"w":-19,"t":-9,"X":-37,"W":-17,"V":-18,"T":-33,"F":-37}},"\u00a2":{"d":"134,-183v78,-32,155,36,156,108v1,74,-100,125,-183,103v-46,-12,-77,-45,-77,-97v0,-58,48,-91,104,-114xm275,-99v0,-45,-53,-77,-99,-77v-61,0,-107,41,-119,100v13,118,218,79,218,-23xm138,-112v-24,44,37,57,78,45v15,1,4,20,-1,24v-6,0,-35,31,-69,31v-37,0,-48,-45,-56,-69v2,-43,75,-90,126,-77v4,0,6,2,6,7v-41,3,-67,7,-84,39","w":312},"\u00a3":{"d":"108,104v33,14,38,-21,31,-60v-1,-9,-2,-16,-2,-19r4,1v-1,0,-1,-1,-1,-1v74,0,163,-46,163,-118v0,-70,-73,-142,-150,-122v-46,12,-73,35,-95,50v-60,43,-51,137,8,167v-19,45,16,72,42,102xm79,-36v-25,-12,-42,-56,-24,-87v24,-44,63,-81,123,-81v51,0,109,36,109,85v0,67,-78,111,-147,106r9,-31v54,-19,81,-58,101,-116v4,-39,-61,-19,-78,-10v-31,16,-60,27,-79,55v13,-1,18,-11,28,-19v-8,43,-27,51,-42,98xm149,-143v18,-19,62,-42,89,-24v-2,45,-30,57,-62,85v-5,4,-17,9,-35,15v-21,-12,10,-62,8,-76","w":312},"\u00a7":{},"\u00b6":{"d":"124,-204v21,-9,6,-41,-15,-39v-20,2,-32,34,-3,38v8,5,12,1,18,1xm64,-177v7,48,50,-4,83,5v-7,18,-15,20,-31,36v-13,28,-73,2,-95,31v2,13,20,13,32,15v-13,14,-39,27,-37,53v3,27,24,43,48,55v43,-2,76,-25,84,-64v-2,-4,-5,-6,-11,-7v-28,18,-58,24,-87,9v8,-45,54,-54,94,-72v1,-13,-16,1,-21,-6v23,-25,34,-24,38,-49v-6,-22,-47,-6,-81,-10v-10,-1,-16,0,-16,4","w":235},"\u00df":{"d":"189,-247v1,-22,-25,-19,-41,-20v-109,-8,-94,112,-116,198v-11,43,-33,90,-40,135v7,21,38,71,63,47v19,-18,-3,-51,3,-74v0,-56,-5,-167,11,-220v2,-43,38,-70,87,-73v35,6,13,28,-2,49v-8,11,-44,34,-52,55v22,30,28,-16,70,-12v13,1,13,11,13,23v0,18,-7,37,-22,57v-9,5,-34,-29,-43,-23v-49,29,9,72,24,93v62,27,88,-81,67,-144v-18,-25,-44,-28,-69,-12v13,-26,46,-43,47,-79","w":218,"k":{"w":-7,"o":-11,"n":4,"m":-4,"j":11,":":-14,",":11,"'":22}},"\u00ae":{"d":"87,-292v46,-20,92,20,92,62v0,41,-56,72,-105,61v-48,-11,-66,-68,-26,-99v9,-7,21,-16,39,-24xm42,-231v0,66,132,48,128,-13v-3,-53,-90,-60,-116,-14v-5,8,-12,15,-12,27xm104,-261v-15,6,-35,22,-41,46v6,12,19,19,26,2v0,-9,9,-36,12,-12v-8,20,28,46,40,24v-6,-11,-22,-18,-28,-32v7,-8,36,-18,37,-36v0,-11,-7,-13,-21,-13v-31,0,-47,9,-66,18v-6,3,-8,10,-3,13v17,-20,44,-29,78,-25v16,14,-16,33,-30,37v-15,0,-3,-16,-4,-22","w":168},"\u00a9":{"d":"91,-170v-41,0,-64,-30,-64,-56v0,-37,40,-62,81,-67v30,-3,63,33,63,64v0,34,-44,59,-80,59xm163,-242v-2,-49,-89,-58,-110,-14v-25,28,2,68,41,68v33,0,71,-22,69,-54xm84,-244v-4,27,26,22,46,20v3,0,4,1,4,5v-6,13,-9,10,-32,25v-29,8,-36,-21,-42,-38v0,-25,43,-50,70,-43v2,0,4,1,4,4v-27,1,-41,6,-50,27","w":196,"k":{"D":-25}},"\u00b4":{"d":"59,-217v3,9,5,16,15,16v19,-2,37,-26,69,-27v9,-12,5,-11,-4,-23v-27,8,-59,19,-80,34","w":137},"\u00a8":{"d":"96,-331v-16,18,18,22,25,29v19,-1,33,-1,34,-16v2,-23,-48,-34,-59,-13xm17,-307v32,12,57,-14,32,-30v-11,-17,-36,-7,-38,10v-1,7,1,14,6,20","w":165},"\u00c6":{"d":"123,-125v24,-10,42,-19,54,-25v3,-14,1,-62,3,-77v-8,-5,-15,30,-23,34v-9,24,-32,42,-34,68xm368,-247v-60,7,-92,55,-130,86r4,12v43,-3,86,-11,130,-10v13,-2,51,-8,35,21v-42,-7,-145,9,-158,13r30,78v40,19,89,8,122,-7v5,0,7,2,7,7v-24,24,-58,37,-88,56v-13,3,-24,5,-33,6v-5,6,-12,10,-21,10v-54,-11,-72,-87,-81,-142v-55,10,-101,29,-100,93v-6,9,-12,53,-33,47v-23,0,-33,-28,-47,-38v-4,-20,14,-28,19,-43v42,-64,108,-137,147,-184v8,-10,13,-19,14,-27v26,9,31,57,41,87v41,-43,94,-68,153,-90v20,-7,33,9,34,35v-4,7,-13,12,-25,13v-4,-2,-13,-24,-20,-23","w":420},"\u00d8":{"d":"99,-51v-32,-22,-11,-36,7,-68v31,-55,47,-73,87,-113v44,73,-21,177,-94,181xm54,-111v-12,-11,-17,-29,-16,-54v28,-60,43,-73,100,-95v17,3,33,2,41,14v-22,21,-41,43,-62,65v-22,22,-39,50,-63,70xm20,-179v-25,40,-9,82,-1,120v-14,16,-23,32,-39,47v-13,13,-4,22,1,51v2,5,12,7,27,8v22,-7,17,-52,41,-56v31,17,67,10,102,-16v53,-60,93,-121,58,-223v10,-12,47,-46,55,-71v-20,5,-51,53,-73,59v-43,-20,-112,-8,-139,32v-19,28,-30,44,-32,49","w":246},"\u00b1":{"d":"123,-76v-13,-46,32,-96,78,-103v36,21,2,85,-22,94v-11,4,-43,29,-56,9xm257,-69v-25,-14,-11,-61,-12,-86v-4,1,-7,2,-8,2v-5,-19,-10,-50,-40,-41v-58,18,-94,53,-104,129v4,25,17,32,36,39v30,-4,39,-21,56,-34v8,28,29,48,64,48v44,0,69,-40,69,-95v0,-68,-78,-128,-158,-109v-99,24,-159,164,-67,237v30,23,61,37,95,37v34,0,81,-39,78,-46v0,-5,-7,-8,-21,-8r-62,2v-134,21,-136,-148,-48,-197v69,-38,149,-4,149,66v0,38,-9,56,-27,56","w":370},"\u010c":{"d":"177,-243v20,-6,23,-21,7,-28v-63,31,-115,55,-166,111v-25,27,-25,76,2,105v31,33,49,78,102,80v78,-13,67,-81,109,-132v0,-1,5,-12,4,-16v-48,11,-90,38,-151,42v-33,2,-46,-47,-31,-69v7,-10,19,-31,37,-43v31,-21,51,-56,96,-61xm126,-289v26,-20,51,-34,72,-65v-3,-8,-23,-14,-27,1v-6,25,-24,23,-42,40v-21,-13,-34,-28,-49,-45v-18,-6,-24,16,-8,24v16,17,31,36,54,45","w":234},"\u010d":{"d":"156,-179v-86,-3,-195,64,-135,146v12,27,30,46,73,37r62,-38v6,-4,17,-25,5,-29v-31,1,-112,19,-105,-34v7,-53,58,-72,109,-70v1,-4,-5,-13,-9,-12xm86,-191v23,-20,39,-27,62,-55v-4,-8,-19,-12,-25,1v-6,14,-23,21,-35,32v-17,-11,-28,-22,-40,-36v-11,-5,-14,3,-17,11v14,15,34,39,55,47","w":168},"\u00e6":{"d":"51,-42v39,-11,101,-58,76,-117v-39,-19,-85,42,-90,82v-1,15,2,33,14,35xm283,-178v-41,0,-92,30,-90,71v39,-21,68,-40,88,-61v3,-4,4,-8,2,-10xm219,-52v35,-1,65,-14,86,-21v20,27,-44,42,-54,70v-24,18,-36,31,-58,19v-9,-12,-8,-12,-20,-26v1,22,-3,38,-24,37v-22,-9,-34,-52,-48,-76v-5,3,-34,30,-43,34v-4,8,-13,12,-28,14v-13,-1,-20,-9,-23,-24v8,-88,39,-134,114,-155v22,-6,29,25,33,41v10,-4,14,5,8,18v-1,3,-2,5,-2,7v18,-34,62,-71,113,-79v22,-4,31,22,15,37v-19,19,-63,51,-94,66v-3,15,2,39,25,38","w":244,"k":{"\u0153":-87,"\u00f8":-88,"\u00e6":-74,"\u00fc":-82,"\u016e":-85,"\u016f":-89,"\u00fa":-89,"\u00f5":-93,"\u00f6":-94,"\u00f4":-94,"\u00f2":-93,"\u00f3":-93,"\u0147":-83,"\u00ee":-84,"\u00ec":-82,"\u00ed":-82,"\u00eb":-79,"\u00ea":-90,"\u011b":-89,"\u00e9":-89,"\u00e7":-94,"\u00e5":-78,"\u00e3":-80,"\u00e4":-78,"\u00e2":-90,"\u00e0":-89,"\u00e1":-88,"x":-67,"w":-88,"v":-71,"t":-68,"X":-86,"W":-92,"V":-72,"T":-49,"F":-105}},"\u00f8":{"d":"72,-45v-23,-24,16,-39,33,-64v15,-13,28,-45,51,-43v35,53,-25,108,-84,107xm42,-73v-10,-8,-13,-20,-12,-37v18,-41,34,-47,79,-63v20,3,23,1,34,8v-29,27,-52,42,-88,80v-2,3,-6,7,-13,12xm151,-173v-82,-34,-177,53,-137,134v-19,25,-68,51,-38,90v1,5,22,14,25,4v6,-21,25,-80,52,-55v74,0,125,-45,125,-118v0,-11,-4,-27,-12,-47v27,-24,29,-24,45,-48v-17,3,-48,41,-60,40","w":189,"k":{"\u00e6":10,"\u00f5":-19,"\u00f6":-21,"\u00f4":-28,"\u00f2":-13,"\u00f3":-13,"\u0147":-9,"\u00ee":-14,"\u00e7":-10,"\u00e5":8,"\u00e4":8,"x":10,"X":-14,"W":-26,"V":-41,"T":-51,"F":-48}},"\u00bf":{"d":"14,-47v9,33,74,89,107,41v8,-13,22,-12,13,-29v-18,-11,-40,-1,-61,-7v-11,-19,3,-19,20,-37v23,-25,65,-30,70,-77v-7,-42,-45,-43,-83,-23v-5,5,-55,21,-64,40v30,27,64,-44,113,-35v11,30,-29,47,-47,60v-44,31,-68,52,-68,67xm74,-262v-13,31,24,54,58,47v0,-3,16,-21,15,-25v-7,-20,-21,-38,-42,-45v-14,2,-25,9,-31,23","w":151},"\u00a1":{"d":"112,-142v26,-16,48,13,57,-17v-1,-18,-30,-19,-47,-8v11,-25,37,-85,36,-103v0,-6,-2,-9,-5,-9v-38,19,-65,94,-90,135v-18,1,-22,8,-57,25v-10,5,-12,17,1,17v7,0,31,-17,46,-20v-19,30,-46,79,-54,119v1,12,12,10,23,16v37,5,72,24,113,14v40,9,62,-13,68,-48v-6,-10,-36,-4,-45,-9v-20,-4,-42,-10,-69,-20v-16,-22,13,-60,23,-92","w":171},"\u00ac":{"d":"191,-158r-137,8v17,-49,68,-85,121,-95v7,-1,16,22,20,24v12,-1,21,-6,25,-13v-2,-22,-9,-40,-34,-35v-19,13,-45,14,-64,27v-3,4,-11,8,-23,12v-44,26,-80,57,-100,108v-7,79,34,165,127,134v-9,31,10,63,44,54v19,3,27,-32,6,-34v-13,6,-38,4,-30,-18v-3,-19,17,-21,29,-29v6,-8,35,-17,40,-29v-3,-18,-27,5,-36,3v-24,11,-93,7,-109,-14v-18,-15,-19,-18,-26,-51v-2,-10,9,-15,14,-18v52,-4,102,-17,156,-12v10,-16,-4,-28,-23,-22"},"\u0160":{"d":"81,-185v10,-36,20,-63,69,-64v9,-4,29,21,35,20v17,-3,19,-37,1,-40v-68,-10,-148,15,-139,93v9,12,39,36,81,31v28,-4,52,11,55,32v-14,30,-46,47,-87,47v-8,0,-14,-2,-19,-7v-11,-12,-28,-33,-50,-61v-5,-6,-11,-9,-19,-6v-22,26,-23,75,2,103v14,8,49,60,76,62v66,-10,112,-57,122,-127v-4,-41,-41,-63,-93,-63v-19,0,-33,-2,-34,-20xm126,-289v26,-20,51,-34,72,-65v-3,-8,-23,-14,-27,1v-6,25,-24,23,-42,40v-21,-13,-34,-28,-49,-45v-18,-6,-24,16,-8,24v16,17,31,36,54,45"},"\u0161":{"d":"18,-99v-42,45,5,116,66,103v43,-9,94,-104,19,-116v-17,-3,-41,3,-39,-17v2,-17,23,-33,38,-40v1,-1,20,16,26,15v12,-3,15,-32,-6,-27v-10,0,-47,7,-54,18v-9,13,-27,20,-27,40v0,39,84,3,84,46v-7,13,-44,36,-67,24v-17,-9,-21,-38,-40,-46xm86,-191v23,-20,39,-27,62,-55v-4,-8,-19,-12,-25,1v-6,14,-23,21,-35,32v-17,-11,-28,-22,-40,-36v-11,-5,-14,3,-17,11v14,15,34,39,55,47","w":150},"\u00a0":{"w":97},"\u00c0":{"d":"120,-125v5,-32,41,-72,54,-104v4,10,0,62,0,79v-12,6,-30,15,-54,25xm182,-117v10,62,26,131,81,142v16,3,26,-13,26,-29v-9,-47,-33,-89,-45,-126v-3,-8,27,-27,27,-41v0,-26,-38,-5,-47,-4v-6,-21,-17,-89,-43,-94v-2,19,-25,40,-36,54v-34,42,-113,130,-145,193v10,17,26,42,49,45v43,-9,20,-79,51,-103v14,-24,51,-28,82,-37xm145,-344v-23,41,60,35,71,60v15,1,14,-7,17,-19v-25,-14,-55,-35,-88,-41","w":291},"\u00c3":{"d":"120,-125v5,-32,41,-72,54,-104v4,10,0,62,0,79v-12,6,-30,15,-54,25xm182,-117v10,62,26,131,81,142v16,3,26,-13,26,-29v-9,-47,-33,-89,-45,-126v-3,-8,27,-27,27,-41v0,-26,-38,-5,-47,-4v-6,-21,-17,-89,-43,-94v-2,19,-25,40,-36,54v-34,42,-113,130,-145,193v10,17,26,42,49,45v43,-9,20,-79,51,-103v14,-24,51,-28,82,-37xm160,-331v-17,0,-45,22,-44,39v0,9,5,14,16,14v23,5,22,-33,33,-35v14,4,27,32,48,29v22,4,29,-29,41,-41v-17,-18,-33,21,-51,22v-18,1,-25,-28,-43,-28","w":291},"\u00d5":{"d":"0,-90v0,71,62,125,135,96v21,-16,65,-43,82,-69v43,-66,41,-212,-65,-212v-35,0,-68,14,-83,38v77,-62,158,-7,131,87v-11,37,-55,89,-105,89v-28,0,-35,-26,-35,-53v0,-39,13,-100,42,-119v0,-3,-7,-4,-9,-4v-66,33,-93,59,-93,147xm122,-350v-16,-1,-44,23,-43,39v0,9,5,14,16,14v21,0,22,-33,33,-35v14,3,26,32,47,29v22,4,30,-27,41,-41v-16,-18,-34,21,-51,22v-17,1,-25,-30,-43,-28","w":234},"\u0152":{"d":"421,-53v-24,25,-60,35,-88,56v-20,4,-36,7,-47,8v-39,-12,-53,-26,-68,-60v-30,26,-65,62,-115,62v-49,0,-92,-49,-92,-103v0,-88,27,-115,93,-147v3,0,11,2,7,7v-30,19,-40,78,-40,116v0,27,7,52,35,53v22,1,43,-17,57,-28v34,-26,53,-50,52,-98v-1,-45,-21,-75,-68,-77v-13,0,-36,9,-67,27v13,-23,48,-38,83,-38v50,0,78,34,88,74v45,-34,91,-64,154,-78v15,3,20,18,21,36v-4,7,-13,12,-25,13v-7,-11,-20,-35,-40,-20v-42,20,-87,45,-101,91v23,0,48,-2,70,-2v18,0,35,-6,54,-4v12,-1,52,-10,36,20v-69,3,-206,-12,-162,62v25,42,109,50,156,23v5,0,7,2,7,7","w":436},"\u0153":{"d":"27,-94v4,-33,64,-92,79,-37v-6,46,-35,74,-73,90v-19,-4,-8,-35,-6,-53xm82,-51v18,30,23,55,63,55v54,0,57,-42,88,-62v8,-9,10,-20,0,-24v-21,12,-45,31,-81,35v-16,2,-22,-26,-22,-31v26,-17,77,-52,82,-88v-6,-27,-34,-19,-53,-6v-11,8,-11,8,-34,29v-2,-16,-16,-24,-32,-26v-50,17,-96,56,-91,129v1,23,4,38,25,38v22,0,40,-16,55,-49xm197,-169v-4,18,-41,53,-70,75v-7,-37,32,-70,67,-78v2,0,3,1,3,3","w":244,"k":{"\u0153":-17,"\u00f8":-20,"\u00e6":-8,"\u00fc":-12,"\u016e":-16,"\u016f":-19,"\u00fa":-19,"\u00f5":-24,"\u00f6":-24,"\u00f4":-24,"\u00f2":-24,"\u00f3":-24,"\u0147":-11,"\u00ee":-13,"\u00ec":-11,"\u00ed":-11,"\u00eb":-9,"\u00ea":-20,"\u011b":-20,"\u00e9":-20,"\u00e7":-27,"\u00e5":-10,"\u00e3":-14,"\u00e4":-10,"\u00e2":-21,"\u00e0":-21,"\u00e1":-21,"w":-21,"X":-13,"W":-24,"T":22,"F":-24}},"\u0158":{"d":"155,-300v27,-19,50,-35,72,-65v-4,-7,-23,-14,-27,1v-6,25,-25,24,-43,40v-20,-13,-33,-28,-48,-45v-12,-5,-16,4,-19,13v20,20,37,45,65,56xm46,26v45,-3,42,-95,59,-129v32,5,11,49,23,78r25,63v12,18,32,27,59,28v43,-18,59,-27,31,-56v-24,-25,-63,-72,-77,-108v4,-14,35,-28,41,-36v40,-30,119,-140,10,-140v-80,0,-128,26,-175,58v-16,11,-22,30,-7,39v36,-54,115,-94,205,-80v41,29,-17,79,-36,98v-6,2,-38,41,-55,37v-18,3,-42,-18,-24,-38v11,-33,21,-33,11,-50v-20,-1,-23,8,-37,24v-30,35,-90,93,-102,151v4,21,6,14,22,41v6,10,15,17,27,20","w":261},"\u0159":{"d":"2,-37v4,22,14,52,37,49v15,-5,46,-8,42,-33v-6,-36,-26,-52,-28,-89v6,-25,13,-33,29,-40v4,5,2,25,7,29v5,4,15,22,22,23v12,-2,21,-10,26,-25v-4,-23,-5,-49,-23,-58v-36,19,-73,25,-82,69v-4,20,-33,57,-30,75xm86,-191v23,-20,39,-27,62,-55v-4,-8,-19,-12,-25,1v-6,14,-23,21,-35,32v-17,-11,-28,-22,-40,-36v-11,-5,-14,3,-17,11v14,15,34,39,55,47","w":149},"\u00b7":{"d":"37,-118v-21,14,-13,50,13,53v15,-1,24,-21,27,-39v3,-18,-13,-47,-31,-28v-7,8,-12,9,-9,14","w":102},"\u2219":{"d":"37,-118v-21,14,-13,50,13,53v15,-1,24,-21,27,-39v3,-18,-13,-47,-31,-28v-7,8,-12,9,-9,14","w":102},"\u00c2":{"d":"120,-125v5,-32,41,-72,54,-104v4,10,0,62,0,79v-12,6,-30,15,-54,25xm182,-117v10,62,26,131,81,142v16,3,26,-13,26,-29v-9,-47,-33,-89,-45,-126v-3,-8,27,-27,27,-41v0,-26,-38,-5,-47,-4v-6,-21,-17,-89,-43,-94v-2,19,-25,40,-36,54v-34,42,-113,130,-145,193v10,17,26,42,49,45v43,-9,20,-79,51,-103v14,-24,51,-28,82,-37xm187,-354v-26,20,-49,35,-72,65v4,8,23,15,27,-1v7,-24,24,-24,43,-40v20,13,33,29,49,45v12,5,14,-5,18,-13v-20,-20,-38,-44,-65,-56","w":291},"\u00ca":{"d":"191,-158r-137,8v17,-49,68,-85,121,-95v7,-1,16,22,20,24v12,-1,21,-6,25,-13v-2,-22,-9,-40,-34,-35v-19,13,-45,14,-64,27v-3,4,-11,8,-23,12v-44,26,-80,57,-100,108v-7,66,21,128,81,142v33,0,70,-20,95,-35v6,-8,35,-17,40,-29v-3,-18,-27,5,-36,3v-24,11,-93,7,-109,-14v-18,-15,-19,-18,-26,-51v-2,-10,9,-15,14,-18v52,-4,102,-17,156,-12v10,-16,-4,-28,-23,-22xm151,-357v-27,19,-49,35,-72,64v3,7,23,16,27,0v6,-26,25,-24,43,-40v20,13,33,28,48,44v12,4,16,-3,19,-12v-20,-20,-37,-45,-65,-56"},"\u00c1":{"d":"120,-125v5,-32,41,-72,54,-104v4,10,0,62,0,79v-12,6,-30,15,-54,25xm182,-117v10,62,26,131,81,142v16,3,26,-13,26,-29v-9,-47,-33,-89,-45,-126v-3,-8,27,-27,27,-41v0,-26,-38,-5,-47,-4v-6,-21,-17,-89,-43,-94v-2,19,-25,40,-36,54v-34,42,-113,130,-145,193v10,17,26,42,49,45v43,-9,20,-79,51,-103v14,-24,51,-28,82,-37xm230,-347v-26,-7,-30,10,-68,23v-20,22,-41,33,-8,32v30,0,56,-25,76,-55","w":291},"\u00cb":{"d":"191,-158r-137,8v17,-49,68,-85,121,-95v7,-1,16,22,20,24v12,-1,21,-6,25,-13v-2,-22,-9,-40,-34,-35v-19,13,-45,14,-64,27v-3,4,-11,8,-23,12v-44,26,-80,57,-100,108v-7,66,21,128,81,142v33,0,70,-20,95,-35v6,-8,35,-17,40,-29v-3,-18,-27,5,-36,3v-24,11,-93,7,-109,-14v-18,-15,-19,-18,-26,-51v-2,-10,9,-15,14,-18v52,-4,102,-17,156,-12v10,-16,-4,-28,-23,-22xm167,-330v-18,16,17,21,24,28v19,-1,32,-1,34,-15v3,-24,-47,-36,-58,-13xm84,-304v27,8,42,-3,43,-20v-6,-1,-18,-19,-25,-20v-21,4,-33,22,-18,40"},"\u00c8":{"d":"191,-158r-137,8v17,-49,68,-85,121,-95v7,-1,16,22,20,24v12,-1,21,-6,25,-13v-2,-22,-9,-40,-34,-35v-19,13,-45,14,-64,27v-3,4,-11,8,-23,12v-44,26,-80,57,-100,108v-7,66,21,128,81,142v33,0,70,-20,95,-35v6,-8,35,-17,40,-29v-3,-18,-27,5,-36,3v-24,11,-93,7,-109,-14v-18,-15,-19,-18,-26,-51v-2,-10,9,-15,14,-18v52,-4,102,-17,156,-12v10,-16,-4,-28,-23,-22xm135,-348v-25,40,58,36,71,60v21,1,20,-25,2,-28v-22,-10,-47,-27,-73,-32"},"\u00cd":{"d":"60,45v43,9,36,-49,27,-82v13,-67,11,-128,35,-188v10,-26,14,-36,9,-58v-52,54,-78,140,-117,215v-13,24,-16,37,-13,60xm166,-351v-24,-10,-30,10,-68,22v-21,22,-40,32,-8,32v30,0,55,-25,76,-54","w":178},"\u00ce":{"d":"132,-355v-26,20,-50,34,-72,65v4,7,23,14,27,-1v6,-25,25,-24,43,-40v20,13,32,29,48,45v12,4,15,-3,19,-12v-19,-21,-38,-45,-65,-57xm60,45v43,9,36,-49,27,-82v13,-67,11,-128,35,-188v10,-26,14,-36,9,-58v-52,54,-78,140,-117,215v-13,24,-16,37,-13,60","w":124},"\u00cf":{"d":"60,45v43,9,36,-49,27,-82v13,-67,11,-128,35,-188v10,-26,14,-36,9,-58v-52,54,-78,140,-117,215v-13,24,-16,37,-13,60xm140,-333v-18,17,16,22,24,29v19,-1,32,-1,34,-15v3,-25,-46,-36,-58,-14xm70,-307v25,8,41,-2,43,-20v-6,0,-19,-19,-25,-20v-22,4,-33,22,-18,40","w":124},"\u00cc":{"d":"60,45v43,9,36,-49,27,-82v13,-67,11,-128,35,-188v10,-26,14,-36,9,-58v-52,54,-78,140,-117,215v-13,24,-16,37,-13,60xm78,-356v-25,40,61,35,71,60v14,0,14,-7,17,-20v-28,-13,-54,-34,-88,-40","w":124},"\u00d3":{"d":"0,-90v0,71,62,125,135,96v21,-16,65,-43,82,-69v43,-66,41,-212,-65,-212v-35,0,-68,14,-83,38v77,-62,158,-7,131,87v-11,37,-55,89,-105,89v-28,0,-35,-26,-35,-53v0,-39,13,-100,42,-119v0,-3,-7,-4,-9,-4v-66,33,-93,59,-93,147xm212,-347v-24,-8,-47,17,-68,23v-21,22,-40,32,-8,32v30,0,57,-25,76,-55","w":234},"\u00d4":{"d":"0,-90v0,71,62,125,135,96v21,-16,65,-43,82,-69v43,-66,41,-212,-65,-212v-35,0,-68,14,-83,38v77,-62,158,-7,131,87v-11,37,-55,89,-105,89v-28,0,-35,-26,-35,-53v0,-39,13,-100,42,-119v0,-3,-7,-4,-9,-4v-66,33,-93,59,-93,147xm166,-357v-26,20,-50,34,-72,64v3,8,23,15,27,0v6,-26,24,-23,42,-40v20,12,34,28,49,44v12,4,15,-3,19,-12v-20,-20,-37,-45,-65,-56","w":234},"\u00d2":{"d":"0,-90v0,71,62,125,135,96v21,-16,65,-43,82,-69v43,-66,41,-212,-65,-212v-35,0,-68,14,-83,38v77,-62,158,-7,131,87v-11,37,-55,89,-105,89v-28,0,-35,-26,-35,-53v0,-39,13,-100,42,-119v0,-3,-7,-4,-9,-4v-66,33,-93,59,-93,147xm120,-350v-25,40,59,36,70,60v21,1,22,-25,2,-28v-22,-11,-45,-28,-72,-32","w":234},"\u00da":{"d":"60,-64v-17,-74,26,-146,54,-196v-56,42,-101,117,-115,198v2,39,18,34,51,69v6,6,20,8,31,4v16,-5,29,-62,40,-70v12,21,42,46,61,64v16,15,42,-1,39,-26v-32,-59,-12,-177,-3,-248v-17,-1,-24,39,-34,50v-21,44,-36,104,-69,119v-7,3,-43,34,-55,36xm230,-347v-26,-7,-30,10,-68,23v-20,22,-41,33,-8,32v30,0,56,-25,76,-55","w":230},"\u00db":{"d":"60,-64v-17,-74,26,-146,54,-196v-56,42,-101,117,-115,198v2,39,18,34,51,69v6,6,20,8,31,4v16,-5,29,-62,40,-70v12,21,42,46,61,64v16,15,42,-1,39,-26v-32,-59,-12,-177,-3,-248v-17,-1,-24,39,-34,50v-21,44,-36,104,-69,119v-7,3,-43,34,-55,36xm170,-366v-26,20,-49,35,-72,65v4,7,23,14,27,-1v7,-25,24,-24,43,-40v20,13,33,28,48,45v12,5,16,-5,19,-13v-20,-21,-37,-44,-65,-56","w":178},"\u00d9":{"d":"60,-64v-17,-74,26,-146,54,-196v-56,42,-101,117,-115,198v2,39,18,34,51,69v6,6,20,8,31,4v16,-5,29,-62,40,-70v12,21,42,46,61,64v16,15,42,-1,39,-26v-32,-59,-12,-177,-3,-248v-17,-1,-24,39,-34,50v-21,44,-36,104,-69,119v-7,3,-43,34,-55,36xm116,-359v-26,40,59,36,70,60v15,1,14,-7,17,-19v-27,-13,-54,-35,-87,-41","w":230},"\u00b8":{"d":"129,-180v75,-32,154,32,154,103v0,72,-96,115,-176,101v-73,-13,-114,-111,-45,-164v15,-11,36,-27,67,-40xm53,-78v12,110,215,79,215,-22v0,-44,-51,-74,-97,-74v-55,0,-108,40,-118,96xm109,-90v-20,11,-29,55,3,59v20,2,22,-40,30,-54v20,14,5,73,55,71v30,-10,29,-13,5,-32v-8,-11,-24,-24,-29,-36v15,-16,62,-30,62,-59v0,-12,-12,-21,-35,-21v-50,0,-82,12,-112,30v-10,5,-15,15,-5,20v24,-30,77,-50,132,-41v5,2,8,5,9,10v-5,27,-32,41,-59,50v-14,4,-19,-9,-12,-22v2,-4,10,-9,5,-14v-21,3,-30,22,-49,39","w":302},"\u010f":{"d":"49,-46v-19,0,-14,-32,-11,-52v22,-42,43,-75,98,-60v10,13,-10,26,-12,50v-4,44,-27,62,-75,62xm180,-121v0,-66,10,-104,32,-157v-1,-2,-6,-1,-8,0r-63,116v-28,-30,-70,-8,-93,14v-8,13,-55,53,-51,92v4,36,19,70,51,71v25,2,43,-37,62,-44v26,7,22,59,53,59v13,0,23,-4,29,-12v11,-41,-6,-109,-12,-139xm249,-302v-4,19,2,60,-2,83v10,-5,17,-25,31,-37v9,-19,2,-22,-9,-42v-5,-11,-13,-10,-20,-4","w":264},"\u010e":{"d":"51,-42v14,31,23,94,77,73v17,-14,25,-36,44,-49v17,-11,13,-21,31,-33v12,-9,18,-15,20,-18v31,-15,52,-53,70,-80v15,-23,19,-67,0,-85v-68,-64,-266,-23,-328,23v1,9,23,12,30,6r-10,-4v40,-28,109,-48,172,-48v28,0,65,0,80,14v37,3,31,48,11,66v-39,35,-70,71,-127,77v-5,-33,29,-94,26,-123v-38,6,-80,69,-95,112v2,18,20,33,23,48v-6,3,-22,13,-24,21xm148,-307v26,-20,50,-35,72,-65v-4,-8,-23,-15,-27,1v-7,25,-25,23,-43,40v-20,-13,-33,-28,-48,-45v-18,-6,-24,16,-8,24v16,17,31,36,54,45","w":307},"\u00d0":{"w":323},"\u00f0":{"d":"104,30v-17,-76,8,-156,37,-211v-27,5,-38,38,-53,57v-9,12,-50,71,-57,111v9,29,31,45,50,64v14,1,23,-7,23,-21xm213,-252v-19,-10,-24,8,-52,18v-18,20,-30,21,-17,31v48,2,44,-23,69,-49xm159,-252v-19,-12,-94,30,-69,49v43,1,44,-23,69,-49","w":178},"\u00dd":{"d":"58,-122v-13,-40,-12,-98,1,-139v-15,-11,-26,17,-30,30v-16,52,-46,93,-13,136v2,0,24,28,42,36v-15,38,-23,54,-19,86v29,16,49,86,85,35v-33,-104,24,-187,39,-286v1,-6,17,-34,14,-45v-23,8,-23,33,-41,61v-17,26,-18,61,-47,76v-15,8,-26,10,-31,10xm110,-323v-20,20,-30,25,-8,32v30,0,57,-25,76,-55v-25,-7,-30,10,-68,23","w":176},"\u00fd":{"d":"1,-73v2,29,30,46,43,64v-16,55,-31,76,0,105v12,11,23,34,45,48v13,0,31,-9,35,-29v-25,-85,-2,-212,21,-293v-43,12,-38,112,-97,106v-15,-31,2,-72,6,-98v-29,8,-44,57,-53,97xm125,-238v-1,0,-95,39,-53,51v27,-1,49,-23,68,-50v-3,-5,-8,-3,-15,-1","w":136},"\u0164":{"d":"45,-19v13,18,18,66,55,64v18,-1,41,-13,38,-33v-14,-100,36,-173,60,-245v3,-24,-13,-26,-25,-15v-41,39,-85,113,-113,152v-18,24,-26,50,-25,75v2,2,6,2,10,2xm-24,-207v8,30,59,-11,73,-10v47,-26,142,-57,231,-74v9,9,13,31,33,28v38,-5,17,-48,3,-58v-112,24,-210,62,-316,100v0,1,-23,3,-24,14xm171,-318v26,-20,50,-35,72,-65v-3,-8,-23,-15,-27,0v-7,26,-23,24,-42,40v-20,-12,-34,-28,-49,-44v-12,-4,-16,3,-19,12v20,20,37,46,65,57","w":331},"\u0165":{"d":"112,-266v-21,1,-21,61,-38,73v-6,0,-21,10,-49,24v-11,5,-13,17,1,17v2,3,38,-21,42,-19v-12,31,-49,116,-55,163v2,23,5,35,26,45v20,-4,40,-6,37,-35v-5,-58,5,-116,20,-169v6,-21,54,-37,75,-26v21,-1,24,-30,-1,-31v-23,-2,-48,16,-62,21v-2,0,-3,-1,-3,-3v-3,-4,30,-54,7,-60xm163,-344v-25,8,-2,60,-12,88v9,-2,21,-30,31,-37v10,-19,1,-23,-9,-43v-3,-6,-6,-8,-10,-8","w":191},"\u017d":{"d":"-8,-39v15,58,97,101,156,56v11,-22,66,-47,68,-83v-43,15,-100,11,-156,15v-15,1,-7,-12,-3,-19v35,-63,107,-83,187,-100v5,-2,9,-3,8,-10v-26,6,-52,15,-84,13v16,-22,65,-52,40,-90v-23,-17,-139,-27,-159,0v0,7,3,13,1,20v33,23,95,-26,134,-16v30,8,6,35,-7,47v-29,27,-53,51,-109,54v-41,2,-57,0,-71,20v2,19,19,6,40,6v15,0,25,-2,32,-3v-20,20,-74,61,-77,90xm135,-290v27,-20,49,-35,72,-65v-4,-7,-23,-14,-27,1v-7,24,-24,24,-43,40v-20,-13,-33,-29,-49,-45v-16,-4,-24,15,-8,24v17,17,31,36,55,45","w":235},"\u017e":{"d":"64,-177v7,48,50,-4,83,5v-7,18,-15,20,-31,36v-13,28,-73,2,-95,31v2,13,20,13,32,15v-13,14,-39,27,-37,53v3,27,24,43,48,55v43,-2,76,-25,84,-64v-2,-4,-5,-6,-11,-7v-28,18,-58,24,-87,9v8,-45,54,-54,94,-72v1,-13,-16,1,-21,-6v8,-11,34,-25,38,-49v-6,-22,-47,-6,-81,-10v-10,-1,-16,0,-16,4xm102,-226v-17,-12,-27,-23,-40,-37v-15,-6,-23,14,-8,21v14,14,27,29,46,38v22,-20,43,-30,62,-56v-4,-5,-19,-12,-24,1v-6,15,-26,20,-36,33","w":162}}});
