(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return!!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return!!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return+new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.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(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return!!T.firstChild},empty:function(T){return!T.firstChild},has:function(V,U,T){return!!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.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(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.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(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.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 H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},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(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return!F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<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>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();;(function($){$.fn.filestyle=function(options){var settings={width:250};if(options){$.extend(settings,options);};return this.each(function(){var self=this;var wrapper=$("<div>").css({"width":settings.imagewidth+"px","height":settings.imageheight+"px","background":"url("+settings.image+") 0 0 no-repeat","background-position":"right","display":"inline","position":"absolute","overflow":"hidden"});var filename=$('<input name="data[image]" class="file">').addClass($(self).attr("class")).css({"display":"inline","width":settings.width+"px"});$(self).before(filename);$(self).wrap(wrapper);$(self).css({"position":"relative","height":settings.imageheight+"px","width":settings.width+"px","display":"inline","cursor":"pointer","opacity":"0.0"});if($.browser.mozilla){if(/Win/.test(navigator.platform)){$(self).css("margin-left","-142px");}else{$(self).css("margin-left","-168px");};}else{$(self).css("margin-left",settings.imagewidth-settings.width+"px");};$(self).bind("change",function(){filename.val($(self).val());});});};})(jQuery);;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I-1]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();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{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());;Cufon.registerFont({"w":199,"face":{"font-family":"Myriad Pro","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 3 3 4 3 2 2 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-16 -314 309 90","underline-thickness":"18","underline-position":"-18","stemh":"24","stemv":"32","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":76,"k":{"T":15,"\u0166":15,"\u0164":15,"\u0162":15,"V":13,"W":13,"\u0174":13,"Y":17,"\u0178":17}},"!":{"d":"54,-70r-25,0r-5,-173r35,0xm41,4v-12,0,-21,-9,-21,-22v0,-13,9,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22","w":82},"\"":{"d":"18,-249r32,0r-6,86r-20,0xm72,-249r31,0r-6,86r-19,0","w":121,"k":{"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"J":21,"\u0134":21,"M":2,"C":1,"G":1,"O":1,"Q":1,"\u0152":1,"\u0106":1,"\u010c":1,"\u0108":1,"\u010a":1,"\u011e":1,"\u011c":1,"\u0122":1,"\u0120":1,"\u014e":1,"\u0150":1,"\u014c":1,"V":-6,"W":-6,"\u0174":-6,"Y":-1,"\u0178":-1,"A":22,"\u0102":22,"\u0100":22,"\u0104":22,"f":-9,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"c":3,"d":3,"e":3,"o":3,"q":3,"\u0153":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"t":-9,"\u0167":-9,"\u0165":-9,"\u0163":-9,"v":-8,"w":-8,"y":-8,"\u0175":-8,",":41,".":41}},"#":{"d":"68,-92r37,0r7,-52r-37,0xm55,0r-22,0r10,-71r-30,0r0,-21r33,0r7,-52r-31,0r0,-21r34,0r10,-69r20,0r-9,69r38,0r9,-69r21,0r-9,69r30,0r0,21r-33,0r-6,52r31,0r0,21r-35,0r-9,71r-21,0r9,-71r-38,0","w":178},"$":{"d":"101,31r-23,0r0,-36v-21,0,-42,-7,-55,-16r9,-24v25,21,97,23,95,-20v0,-20,-14,-32,-41,-43v-37,-14,-59,-31,-59,-62v0,-30,21,-53,54,-58r0,-37r22,0r0,35v22,1,37,7,47,13r-9,24v-8,-4,-22,-13,-45,-13v-28,0,-38,17,-38,31v0,19,12,31,44,41v73,23,76,112,-1,128r0,37","w":184},"%":{"d":"11,-165v0,-47,25,-73,57,-73v32,0,54,25,54,70v0,49,-26,74,-56,74v-29,0,-55,-24,-55,-71xm66,-219v-19,0,-30,23,-30,53v0,30,10,53,30,53v21,0,30,-23,30,-54v0,-28,-8,-52,-30,-52xm83,4r-20,0r138,-242r20,0xm220,-141v32,0,54,25,54,70v0,49,-26,74,-56,74v-29,0,-55,-24,-55,-71v0,-47,26,-73,57,-73xm219,-122v-19,0,-31,23,-31,53v0,30,12,52,31,52v21,0,30,-22,30,-53v0,-28,-8,-52,-30,-52","w":285},"&":{"d":"217,0r-38,0v-7,-7,-13,-14,-22,-24v-43,50,-146,28,-146,-40v0,-34,22,-55,48,-72v-36,-40,-23,-109,41,-111v30,0,54,21,54,52v0,27,-17,45,-54,66r59,67v11,-17,19,-39,24,-70r29,0v-6,38,-17,68,-35,89xm41,-69v0,53,74,63,100,27r-68,-76v-13,8,-32,23,-32,49xm98,-225v-42,0,-35,58,-12,79v24,-14,40,-27,40,-48v0,-15,-8,-31,-28,-31","w":217},"(":{"d":"70,-250r25,0v-58,61,-58,232,0,294r-25,0v-23,-30,-47,-77,-47,-147v0,-71,24,-117,47,-147","w":102,"k":{"T":-17,"\u0166":-17,"\u0164":-17,"\u0162":-17,"J":-6,"\u0134":-6,"C":4,"G":4,"O":4,"Q":4,"\u0152":4,"\u0106":4,"\u010c":4,"\u0108":4,"\u010a":4,"\u011e":4,"\u011c":4,"\u0122":4,"\u0120":4,"\u014e":4,"\u0150":4,"\u014c":4,"V":-18,"W":-18,"\u0174":-18,"X":-4,"Y":-15,"\u0178":-15,"A":4,"\u0102":4,"\u0100":4,"\u0104":4,"j":-20,"\u0135":-20}},")":{"d":"32,44r-25,0v26,-36,46,-83,46,-148v0,-64,-20,-110,-46,-146r25,0v23,30,47,76,47,147v0,71,-24,116,-47,147","w":102},"*":{"d":"97,-247r21,13r-34,45r55,-7r0,25v-18,-1,-39,-7,-55,-6r35,43r-23,13v-8,-16,-13,-35,-22,-50r-24,50r-20,-13r34,-44r-53,7r0,-25v17,1,38,7,53,6r-34,-44r22,-12v8,16,13,35,23,50","w":149},"+":{"d":"96,-192r23,0r0,85r81,0r0,22r-81,0r0,85r-23,0r0,-85r-82,0r0,-22r82,0r0,-85","w":214},",":{"d":"28,42r-22,2v8,-21,17,-60,21,-86r36,-3v-8,31,-25,70,-35,87","w":74,"k":{"\"":37,"'":37}},"-":{"d":"11,-109r89,0r0,23r-89,0r0,-23","w":110,"k":{"T":18,"\u0166":18,"\u0164":18,"\u0162":18,"J":7,"\u0134":7,"C":-5,"G":-5,"O":-5,"Q":-5,"\u0152":-5,"\u0106":-5,"\u010c":-5,"\u0108":-5,"\u010a":-5,"\u011e":-5,"\u011c":-5,"\u0122":-5,"\u0120":-5,"\u014e":-5,"\u0150":-5,"\u014c":-5,"V":4,"W":4,"\u0174":4,"X":8,"Y":18,"\u0178":18,"A":1,"\u0102":1,"\u0100":1,"\u0104":1,"g":-5,"\u011f":-5,"\u011d":-5,"\u0123":-5,"\u0121":-5,"c":-6,"d":-6,"e":-6,"o":-6,"q":-6,"\u0153":-6,"\u0111":-6,"\u0107":-6,"\u010d":-6,"\u0109":-6,"\u010b":-6,"\u010f":-6,"\u0115":-6,"\u011b":-6,"\u0117":-6,"\u0113":-6,"\u0119":-6,"\u014f":-6,"\u0151":-6,"\u014d":-6,"v":2,"w":2,"y":2,"\u0175":2}},".":{"d":"40,4v-12,0,-21,-10,-21,-23v0,-13,8,-22,21,-22v13,0,22,9,22,22v0,13,-9,23,-22,23","w":74,"k":{"\"":37,"'":37}},"\/":{"d":"24,14r-24,0r100,-261r25,0","w":123},"0":{"d":"94,-238v49,0,78,43,78,118v0,80,-30,124,-82,124v-46,0,-77,-43,-77,-120v0,-78,33,-122,81,-122xm93,-213v-28,0,-48,33,-48,97v0,61,18,95,47,95v32,0,48,-37,48,-97v0,-58,-14,-95,-47,-95","w":184},"1":{"d":"85,0r-1,-204r-40,21r-7,-24v25,-10,40,-31,79,-27r0,234r-31,0","w":184},"2":{"d":"166,0r-150,0v-4,-27,13,-32,25,-44v58,-58,87,-87,87,-122v0,-24,-11,-46,-46,-46v-21,0,-39,11,-50,20r-10,-22v16,-14,39,-24,66,-24v50,0,72,35,72,68v0,47,-55,100,-100,144r106,0r0,26","w":184},"3":{"d":"15,-12r9,-24v9,6,30,14,52,14v41,0,53,-26,53,-45v-1,-39,-38,-50,-79,-47r0,-24v35,2,66,-5,70,-39v5,-40,-68,-42,-88,-20r-8,-23v12,-9,36,-18,61,-18v81,0,88,90,24,111v80,20,64,134,-33,131v-26,0,-49,-8,-61,-16","w":184},"4":{"d":"144,0r-30,0r0,-64r-109,0r0,-21r105,-149r34,0r0,145r33,0r0,25r-33,0r0,64xm114,-89r0,-114v-22,44,-50,75,-77,114r77,0","w":184},"5":{"d":"58,-147v54,-8,99,16,103,71v5,69,-93,99,-146,66r8,-25v32,22,110,16,106,-37v6,-40,-50,-60,-100,-50r15,-112r112,0r0,27r-89,0","w":184},"6":{"d":"150,-238r0,26v-61,-1,-104,42,-104,85v34,-49,127,-26,127,49v0,43,-29,82,-78,82v-50,0,-83,-39,-83,-100v0,-89,51,-139,138,-142xm141,-77v6,-66,-92,-70,-97,-10v-8,78,99,90,97,10","w":184},"7":{"d":"21,-234r147,0r0,21r-102,213r-33,0r102,-208r-114,0r0,-26","w":184},"8":{"d":"60,-122v-66,-28,-39,-119,35,-116v78,3,91,83,29,113v76,24,52,129,-32,129v-91,0,-104,-102,-32,-126xm93,-19v28,0,46,-18,46,-42v0,-28,-19,-42,-51,-51v-56,11,-57,91,5,93xm93,-215v-26,0,-41,17,-41,37v0,23,18,36,45,43v42,-9,52,-78,-4,-80","w":184},"9":{"d":"35,4r0,-26v59,3,99,-33,104,-86v-37,49,-124,20,-124,-47v0,-44,32,-83,80,-83v95,0,90,167,37,208v-27,21,-56,34,-97,34xm46,-157v0,60,94,66,94,14v0,-40,-15,-71,-48,-71v-27,0,-46,24,-46,57","w":184},":":{"d":"40,-123v-12,0,-21,-9,-21,-22v0,-13,8,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22xm40,4v-12,0,-21,-9,-21,-22v0,-13,8,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22","w":74},";":{"d":"28,42r-22,2v8,-21,18,-60,22,-86r35,-3v-9,31,-25,70,-35,87xm64,-145v0,13,-8,22,-22,22v-12,0,-20,-9,-20,-22v0,-13,9,-23,21,-23v13,0,21,10,21,23","w":74},"<":{"d":"24,-86r0,-19r167,-87r0,25r-141,72r141,70r0,25","w":214},"=":{"d":"200,-121r-186,0r0,-22r186,0r0,22xm200,-51r-186,0r0,-21r186,0r0,21","w":214},">":{"d":"191,-106r0,20r-167,86r0,-25r142,-71r-142,-71r0,-25","w":214},"?":{"d":"79,-69r-28,0v-17,-44,45,-86,47,-121v2,-34,-50,-39,-71,-20r-9,-23v36,-29,121,-9,112,39v3,45,-64,75,-51,125xm64,4v-12,0,-21,-9,-21,-22v0,-13,8,-23,21,-23v13,0,22,10,22,23v0,13,-9,22,-22,22","w":146},"@":{"d":"117,-43v36,0,47,-52,52,-89v-40,-13,-76,21,-75,62v0,16,7,27,23,27xm183,8r6,15v-78,40,-174,-3,-174,-98v0,-74,52,-138,132,-138v63,0,105,44,105,104v0,54,-30,86,-64,86v-17,0,-25,-15,-29,-32v-20,43,-87,45,-89,-14v-2,-58,63,-103,124,-78r-13,66v-5,27,-1,40,11,40v18,0,39,-24,39,-66v0,-52,-31,-90,-87,-90v-59,0,-108,47,-108,120v0,82,81,120,147,85","w":265},"A":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-9,39,-24,77,-36,114","w":220,"k":{"T":28,"\u0166":28,"\u0164":28,"\u0162":28,"J":-7,"\u0134":-7,"M":1,"C":5,"G":5,"O":5,"Q":5,"\u0152":5,"\u0106":5,"\u010c":5,"\u0108":5,"\u010a":5,"\u011e":5,"\u011c":5,"\u0122":5,"\u0120":5,"\u014e":5,"\u0150":5,"\u014c":5,"U":10,"\u016c":10,"\u0170":10,"\u016a":10,"\u0172":10,"\u016e":10,"\u0168":10,"V":19,"W":19,"\u0174":19,"X":5,"Y":28,"\u0178":28,"a":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"f":3,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"b":1,"h":1,"k":1,"l":1,"\u0142":1,"\u0127":1,"\u0125":1,"\u0137":1,"\u013a":1,"\u013e":1,"\u013c":1,"\u0140":1,"j":1,"\u0135":1,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\u0144":1,"\u0148":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"t":4,"\u0167":4,"\u0165":4,"\u0163":4,"u":4,"\u016d":4,"\u0171":4,"\u016b":4,"\u0173":4,"\u016f":4,"\u0169":4,"v":8,"w":8,"y":8,"\u0175":8,"z":-5,"\u017e":-5,"\u017a":-5,"\u017c":-5,"-":1,")":3,"]":3,"}":3,"\"":21,"'":21}},"B":{"d":"180,-69v0,71,-85,76,-153,68r0,-238v57,-10,144,-11,144,55v0,24,-17,43,-41,54v23,6,50,25,50,61xm59,-218r0,78v42,4,81,-8,81,-41v0,-38,-47,-43,-81,-37xm59,-116r0,92v40,6,89,-1,88,-45v0,-42,-42,-50,-88,-47","w":195,"k":{"T":3,"\u0166":3,"\u0164":3,"\u0162":3,"V":-1,"W":-1,"\u0174":-1,"Y":5,"\u0178":5,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u0153":-1,"\u0111":-1,"\u0107":-1,"\u010d":-1,"\u0109":-1,"\u010b":-1,"\u010f":-1,"\u0115":-1,"\u011b":-1,"\u0117":-1,"\u0113":-1,"\u0119":-1,"\u014f":-1,"\u0151":-1,"\u014d":-1,"v":-1,"w":-1,"y":-1,"\u0175":-1,"-":-2,",":5,".":5}},"C":{"d":"190,-33r7,25v-80,33,-184,-4,-184,-111v0,-97,99,-152,184,-117r-7,26v-67,-29,-144,6,-144,90v0,79,75,116,144,87","w":208,"k":{"\u0152":8,"T":-10,"\u0166":-10,"\u0164":-10,"\u0162":-10,"J":-1,"\u0134":-1,"C":8,"G":8,"O":8,"Q":8,"\u0106":8,"\u010c":8,"\u0108":8,"\u010a":8,"\u011e":8,"\u011c":8,"\u0122":8,"\u0120":8,"\u014e":8,"\u0150":8,"\u014c":8,"V":-4,"W":-4,"\u0174":-4,"Y":-1,"\u0178":-1,"A":-1,"\u0102":-1,"\u0100":-1,"\u0104":-1,"a":3,"\u0103":3,"\u0101":3,"\u0105":3,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\u0144":1,"\u0148":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"u":4,"\u016d":4,"\u0171":4,"\u016b":4,"\u0173":4,"\u016f":4,"\u0169":4,"v":7,"w":7,"y":7,"\u0175":7,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,")":-6,"]":-6,"}":-6}},"D":{"d":"226,-127v0,107,-89,142,-199,126r0,-238v102,-18,199,7,199,112xm59,-216r0,191v79,12,135,-24,135,-101v0,-69,-60,-107,-135,-90","w":239,"k":{"\u0142":-1,"T":9,"\u0166":9,"\u0164":9,"\u0162":9,"X":10,"Y":10,"\u0178":10,"A":5,"\u0102":5,"\u0100":5,"\u0104":5,"f":-6,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"j":-2,"\u0135":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u0153":-1,"\u0111":-1,"\u0107":-1,"\u010d":-1,"\u0109":-1,"\u010b":-1,"\u010f":-1,"\u0115":-1,"\u011b":-1,"\u0117":-1,"\u0113":-1,"\u0119":-1,"\u014f":-1,"\u0151":-1,"\u014d":-1,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"u":-1,"\u016d":-1,"\u0171":-1,"\u016b":-1,"\u0173":-1,"\u016f":-1,"\u0169":-1,"v":-5,"w":-5,"y":-5,"\u0175":-5,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"x":2,"-":-5,")":3,"]":3,"}":3,",":12,".":12}},"E":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0","w":177,"k":{"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"J":-6,"\u0134":-6,"V":-3,"W":-3,"\u0174":-3,"Y":-1,"\u0178":-1,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u0153":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"u":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"v":3,"w":3,"y":3,"\u0175":3,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,",":1,".":1}},"F":{"d":"27,0r0,-243r131,0r0,27r-99,0r0,80r91,0r0,26r-91,0r0,110r-32,0","w":175,"k":{"J":31,"\u0134":31,"M":6,"A":28,"\u0102":28,"\u0100":28,"\u0104":28,"a":16,"\u0103":16,"\u0101":16,"\u0105":16,"g":6,"\u011f":6,"\u011d":6,"\u0123":6,"\u0121":6,"b":6,"h":6,"k":6,"l":6,"\u0142":6,"\u0127":6,"\u0125":6,"\u0137":6,"\u013a":6,"\u013e":6,"\u013c":6,"\u0140":6,"i":9,"m":9,"n":9,"p":9,"r":9,"\u0131":9,"\u014b":9,"\u0138":9,"\u0133":9,"\u012d":9,"\u012b":9,"\u012f":9,"\u0129":9,"\u0144":9,"\u0148":9,"\u0146":9,"\u0155":9,"\u0159":9,"\u0157":9,"c":11,"d":11,"e":11,"o":11,"q":11,"\u0153":11,"\u0111":11,"\u0107":11,"\u010d":11,"\u0109":11,"\u010b":11,"\u010f":11,"\u0115":11,"\u011b":11,"\u0117":11,"\u0113":11,"\u0119":11,"\u014f":11,"\u0151":11,"\u014d":11,"u":13,"\u016d":13,"\u0171":13,"\u016b":13,"\u0173":13,"\u016f":13,"\u0169":13,"v":8,"w":8,"y":8,"\u0175":8,":":5,";":5,",":35,".":35}},"G":{"d":"138,3v-73,1,-125,-46,-125,-123v0,-94,102,-150,192,-114r-8,26v-66,-30,-151,5,-151,87v0,78,68,114,135,91r0,-72r-49,0r0,-25r80,0r0,116v-14,5,-41,14,-74,14","w":232,"k":{"a":-3,"\u0103":-3,"\u0101":-3,"\u0105":-3,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u0153":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2}},"H":{"d":"27,-243r32,0r0,102r117,0r0,-102r32,0r0,243r-32,0r0,-114r-117,0r0,114r-32,0r0,-243","w":234,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"I":{"d":"27,-243r32,0r0,243r-32,0r0,-243","w":86,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"J":{"d":"77,-83r0,-160r31,0r0,163v1,79,-50,94,-107,78r5,-25v40,10,71,5,71,-56","w":133,"k":{"v":-4,"w":-4,"y":-4,"\u0175":-4,")":-15,"]":-15,"}":-15,",":4,".":4}},"K":{"d":"27,0r0,-243r32,0r1,117v29,-41,62,-78,93,-117r39,0r-88,103r95,140r-37,0r-80,-119r-23,26r0,93r-32,0","w":195,"k":{"T":-8,"\u0166":-8,"\u0164":-8,"\u0162":-8,"J":-14,"\u0134":-14,"C":6,"G":6,"O":6,"Q":6,"\u0152":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\u014e":6,"\u0150":6,"\u014c":6,"V":-5,"W":-5,"\u0174":-5,"Y":3,"\u0178":3,"A":-4,"\u0102":-4,"\u0100":-4,"\u0104":-4,"Z":-7,"\u017d":-7,"\u0179":-7,"\u017b":-7,"a":-6,"\u0103":-6,"\u0101":-6,"\u0105":-6,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"u":2,"\u016d":2,"\u0171":2,"\u016b":2,"\u0173":2,"\u016f":2,"\u0169":2,"v":6,"w":6,"y":6,"\u0175":6,":":-8,";":-8,"-":6,")":-8,"]":-8,"}":-8,",":-6,".":-6}},"L":{"d":"27,0r0,-243r32,0r0,217r103,0r0,26r-135,0","w":169,"k":{"T":32,"\u0166":32,"\u0164":32,"\u0162":32,"J":-4,"\u0134":-4,"C":14,"G":14,"O":14,"Q":14,"\u0152":14,"\u0106":14,"\u010c":14,"\u0108":14,"\u010a":14,"\u011e":14,"\u011c":14,"\u0122":14,"\u0120":14,"\u014e":14,"\u0150":14,"\u014c":14,"U":13,"\u016c":13,"\u0170":13,"\u016a":13,"\u0172":13,"\u016e":13,"\u0168":13,"V":21,"W":21,"\u0174":21,"Y":30,"\u0178":30,"c":5,"d":5,"e":5,"o":5,"q":5,"\u0153":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"u":5,"\u016d":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u0169":5,"v":10,"w":10,"y":10,"\u0175":10,"-":15,"\"":35,"'":35}},"M":{"d":"238,0r-11,-211v-19,67,-49,143,-73,210r-24,0r-39,-116v-13,-33,-19,-67,-29,-94r-11,211r-30,0r17,-243r40,0r67,199v16,-63,46,-137,68,-199r40,0r16,243r-31,0","w":289,"k":{"T":4,"\u0166":4,"\u0164":4,"\u0162":4,"A":4,"\u0102":4,"\u0100":4,"\u0104":4,"a":-2,"\u0103":-2,"\u0101":-2,"\u0105":-2,"j":-4,"\u0135":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u0153":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"u":-1,"\u016d":-1,"\u0171":-1,"\u016b":-1,"\u0173":-1,"\u016f":-1,"\u0169":-1,"v":-3,"w":-3,"y":-3,"\u0175":-3,"-":-2}},"N":{"d":"57,0r-30,0r0,-243r35,0r77,123v19,28,31,56,45,79v-6,-60,-3,-135,-4,-202r30,0r0,243r-32,0r-77,-123v-18,-27,-33,-57,-47,-81v4,59,3,138,3,204","w":236,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"O":{"d":"126,-247v66,0,109,51,109,123v0,84,-51,128,-113,128v-64,0,-109,-50,-109,-123v0,-77,48,-128,113,-128xm124,-221v-52,0,-78,48,-78,101v0,52,29,98,78,98v50,0,78,-45,78,-100v0,-48,-26,-99,-78,-99","w":248,"k":{"\u0142":-1,"T":9,"\u0166":9,"\u0164":9,"\u0162":9,"X":10,"Y":10,"\u0178":10,"A":5,"\u0102":5,"\u0100":5,"\u0104":5,"f":-6,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"j":-2,"\u0135":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u0153":-1,"\u0111":-1,"\u0107":-1,"\u010d":-1,"\u0109":-1,"\u010b":-1,"\u010f":-1,"\u0115":-1,"\u011b":-1,"\u0117":-1,"\u0113":-1,"\u0119":-1,"\u014f":-1,"\u0151":-1,"\u014d":-1,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"u":-1,"\u016d":-1,"\u0171":-1,"\u016b":-1,"\u0173":-1,"\u016f":-1,"\u0169":-1,"v":-5,"w":-5,"y":-5,"\u0175":-5,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"x":2,"-":-5,")":3,"]":3,"}":3,",":12,".":12}},"P":{"d":"177,-174v0,61,-55,87,-118,77r0,97r-32,0r0,-240v64,-11,150,-6,150,66xm59,-217r0,94v42,11,90,-7,86,-49v5,-43,-48,-54,-86,-45","w":191,"k":{"\u0127":2,"J":27,"\u0134":27,"M":4,"X":5,"Y":3,"\u0178":3,"A":30,"\u0102":30,"\u0100":30,"\u0104":30,"Z":11,"\u017d":11,"\u0179":11,"\u017b":11,"a":9,"\u0103":9,"\u0101":9,"\u0105":9,"g":9,"\u011f":9,"\u011d":9,"\u0123":9,"\u0121":9,"b":2,"h":2,"k":2,"l":2,"\u0142":2,"\u0125":2,"\u0137":2,"\u013a":2,"\u013e":2,"\u013c":2,"\u0140":2,"i":6,"m":6,"n":6,"p":6,"r":6,"\u0131":6,"\u014b":6,"\u0138":6,"\u0133":6,"\u012d":6,"\u012b":6,"\u012f":6,"\u0129":6,"\u0144":6,"\u0148":6,"\u0146":6,"\u0155":6,"\u0159":6,"\u0157":6,"c":9,"d":9,"e":9,"o":9,"q":9,"\u0153":9,"\u0111":9,"\u0107":9,"\u010d":9,"\u0109":9,"\u010b":9,"\u010f":9,"\u0115":9,"\u011b":9,"\u0117":9,"\u0113":9,"\u0119":9,"\u014f":9,"\u0151":9,"\u014d":9,"s":8,"\u0161":8,"\u015b":8,"\u015f":8,"\u015d":8,"t":-2,"\u0167":-2,"\u0165":-2,"\u0163":-2,"u":5,"\u016d":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u0169":5,"v":-1,"w":-1,"y":-1,"\u0175":-1,":":4,";":4,"-":6,",":50,".":50}},"Q":{"d":"228,36r-108,-32v-58,-2,-107,-45,-107,-123v0,-78,47,-128,113,-128v66,0,109,51,109,123v0,64,-32,99,-69,118v24,6,50,11,71,15xm46,-120v0,51,28,99,78,98v50,0,78,-45,78,-100v0,-49,-26,-99,-77,-99v-53,0,-79,48,-79,101","w":248,"k":{"\u0142":-1,"T":9,"\u0166":9,"\u0164":9,"\u0162":9,"X":10,"Y":10,"\u0178":10,"A":5,"\u0102":5,"\u0100":5,"\u0104":5,"f":-6,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"j":-2,"\u0135":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u0153":-1,"\u0111":-1,"\u0107":-1,"\u010d":-1,"\u0109":-1,"\u010b":-1,"\u010f":-1,"\u0115":-1,"\u011b":-1,"\u0117":-1,"\u0113":-1,"\u0119":-1,"\u014f":-1,"\u0151":-1,"\u014d":-1,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"u":-1,"\u016d":-1,"\u0171":-1,"\u016b":-1,"\u0173":-1,"\u016f":-1,"\u0169":-1,"v":-5,"w":-5,"y":-5,"\u0175":-5,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"x":2,"-":-5,")":3,"]":3,"}":3,",":12,".":12}},"R":{"d":"27,-239v63,-11,150,-10,150,60v0,33,-22,52,-46,63v38,3,42,98,54,116r-32,0v-4,-7,-10,-28,-16,-58v-9,-44,-32,-49,-78,-47r0,105r-32,0r0,-239xm59,-217r0,88v46,4,86,-6,86,-46v0,-43,-50,-50,-86,-42","w":193,"k":{"T":-3,"\u0166":-3,"\u0164":-3,"\u0162":-3,"C":-1,"G":-1,"O":-1,"Q":-1,"\u0152":-1,"\u0106":-1,"\u010c":-1,"\u0108":-1,"\u010a":-1,"\u011e":-1,"\u011c":-1,"\u0122":-1,"\u0120":-1,"\u014e":-1,"\u0150":-1,"\u014c":-1,"V":-6,"W":-6,"\u0174":-6,"X":-2,"Y":4,"\u0178":4,"A":-2,"\u0102":-2,"\u0100":-2,"\u0104":-2,"a":-4,"\u0103":-4,"\u0101":-4,"\u0105":-4,"b":-3,"h":-3,"k":-3,"l":-3,"\u0142":-3,"\u0127":-3,"\u0125":-3,"\u0137":-3,"\u013a":-3,"\u013e":-3,"\u013c":-3,"\u0140":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u0153":-1,"\u0111":-1,"\u0107":-1,"\u010d":-1,"\u0109":-1,"\u010b":-1,"\u010f":-1,"\u0115":-1,"\u011b":-1,"\u0117":-1,"\u0113":-1,"\u0119":-1,"\u014f":-1,"\u0151":-1,"\u014d":-1,"t":-7,"\u0167":-7,"\u0165":-7,"\u0163":-7,"v":-5,"w":-5,"y":-5,"\u0175":-5}},"S":{"d":"15,-12r8,-26v29,24,107,22,107,-26v0,-23,-12,-39,-46,-48v-88,-22,-82,-136,15,-135v25,0,42,6,53,12r-8,26v-8,-4,-24,-12,-46,-12v-33,0,-46,20,-46,37v0,23,14,36,48,46v88,26,83,142,-23,142v-23,0,-49,-7,-62,-16","w":177,"k":{"a":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"j":1,"\u0135":1,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u0153":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":3,"w":3,"y":3,"\u0175":3,"-":-2}},"T":{"d":"73,0r0,-216r-73,0r0,-27r179,0r0,27r-74,0r0,216r-32,0","w":178,"k":{"\u0129":16,"\u012f":16,"\u012b":16,"\u012d":16,"\u0133":16,"\u0131":16,"i":16,"T":-14,"\u0166":-14,"\u0164":-14,"\u0162":-14,"J":15,"\u0134":15,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u0106":10,"\u010c":10,"\u0108":10,"\u010a":10,"\u011e":10,"\u011c":10,"\u0122":10,"\u0120":10,"\u014e":10,"\u0150":10,"\u014c":10,"V":-14,"W":-14,"\u0174":-14,"X":-8,"Y":-10,"\u0178":-10,"A":27,"\u0102":27,"\u0100":27,"\u0104":27,"S":2,"\u0160":2,"\u015a":2,"\u015e":2,"\u015c":2,"a":23,"\u0103":23,"\u0101":23,"\u0105":23,"g":23,"\u011f":23,"\u011d":23,"\u0123":23,"\u0121":23,"b":3,"h":3,"k":3,"l":3,"\u0142":3,"\u0127":3,"\u0125":3,"\u0137":3,"\u013a":3,"\u013e":3,"\u013c":3,"\u0140":3,"m":16,"n":16,"p":16,"r":16,"\u014b":16,"\u0138":16,"\u0144":16,"\u0148":16,"\u0146":16,"\u0155":16,"\u0159":16,"\u0157":16,"c":26,"d":26,"e":26,"o":26,"q":26,"\u0153":26,"\u0111":26,"\u0107":26,"\u010d":26,"\u0109":26,"\u010b":26,"\u010f":26,"\u0115":26,"\u011b":26,"\u0117":26,"\u0113":26,"\u0119":26,"\u014f":26,"\u0151":26,"\u014d":26,"s":19,"\u0161":19,"\u015b":19,"\u015f":19,"\u015d":19,"u":16,"\u016d":16,"\u0171":16,"\u016b":16,"\u0173":16,"\u016f":16,"\u0169":16,"v":14,"w":14,"y":14,"\u0175":14,"z":18,"\u017e":18,"\u017a":18,"\u017c":18,"x":12,":":9,";":9,"-":18,")":-22,"]":-22,"}":-22,"\"":-6,"'":-6,",":22,".":22}},"U":{"d":"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-23,59,-77r0,-144r32,0r0,142v0,75,-39,105,-92,105v-50,0,-87,-29,-87,-104r0,-143","w":232,"k":{"A":12,"\u0102":12,"\u0100":12,"\u0104":12,"a":1,"\u0103":1,"\u0101":1,"\u0105":1,"f":-3,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"t":-1,"\u0167":-1,"\u0165":-1,"\u0163":-1,"v":1,"w":1,"y":1,"\u0175":1,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,",":10,".":10}},"V":{"d":"115,0r-34,0r-80,-243r34,0r65,211v17,-69,46,-144,68,-211r34,0","w":200,"k":{"\u012d":6,"T":-12,"\u0166":-12,"\u0164":-12,"\u0162":-12,"J":8,"\u0134":8,"V":-6,"W":-6,"\u0174":-6,"A":21,"\u0102":21,"\u0100":21,"\u0104":21,"a":12,"\u0103":12,"\u0101":12,"\u0105":12,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"b":2,"h":2,"k":2,"l":2,"\u0142":2,"\u0127":2,"\u0125":2,"\u0137":2,"\u013a":2,"\u013e":2,"\u013c":2,"\u0140":2,"i":6,"m":6,"n":6,"p":6,"r":6,"\u0131":6,"\u014b":6,"\u0138":6,"\u0133":6,"\u012b":6,"\u012f":6,"\u0129":6,"\u0144":6,"\u0148":6,"\u0146":6,"\u0155":6,"\u0159":6,"\u0157":6,"c":12,"d":12,"e":12,"o":12,"q":12,"\u0153":12,"\u0111":12,"\u0107":12,"\u010d":12,"\u0109":12,"\u010b":12,"\u010f":12,"\u0115":12,"\u011b":12,"\u0117":12,"\u0113":12,"\u0119":12,"\u014f":12,"\u0151":12,"\u014d":12,"s":9,"\u0161":9,"\u015b":9,"\u015f":9,"\u015d":9,"t":-3,"\u0167":-3,"\u0165":-3,"\u0163":-3,"u":6,"\u016d":6,"\u0171":6,"\u016b":6,"\u0173":6,"\u016f":6,"\u0169":6,"v":1,"w":1,"y":1,"\u0175":1,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,":":6,";":6,"-":5,")":-20,"]":-20,"}":-20,"\"":-7,"'":-7,",":20,".":20}},"W":{"d":"100,0r-33,0r-62,-243r34,0r47,207r52,-207r33,0r30,123v8,28,10,60,17,84r52,-207r32,0r-69,243r-33,0r-30,-126v-9,-30,-11,-58,-17,-80v-12,65,-37,141,-53,206","w":304,"k":{"\u012d":6,"T":-12,"\u0166":-12,"\u0164":-12,"\u0162":-12,"J":8,"\u0134":8,"V":-6,"W":-6,"\u0174":-6,"A":21,"\u0102":21,"\u0100":21,"\u0104":21,"a":12,"\u0103":12,"\u0101":12,"\u0105":12,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"b":2,"h":2,"k":2,"l":2,"\u0142":2,"\u0127":2,"\u0125":2,"\u0137":2,"\u013a":2,"\u013e":2,"\u013c":2,"\u0140":2,"i":6,"m":6,"n":6,"p":6,"r":6,"\u0131":6,"\u014b":6,"\u0138":6,"\u0133":6,"\u012b":6,"\u012f":6,"\u0129":6,"\u0144":6,"\u0148":6,"\u0146":6,"\u0155":6,"\u0159":6,"\u0157":6,"c":12,"d":12,"e":12,"o":12,"q":12,"\u0153":12,"\u0111":12,"\u0107":12,"\u010d":12,"\u0109":12,"\u010b":12,"\u010f":12,"\u0115":12,"\u011b":12,"\u0117":12,"\u0113":12,"\u0119":12,"\u014f":12,"\u0151":12,"\u014d":12,"s":9,"\u0161":9,"\u015b":9,"\u015f":9,"\u015d":9,"t":-3,"\u0167":-3,"\u0165":-3,"\u0163":-3,"u":6,"\u016d":6,"\u0171":6,"\u016b":6,"\u0173":6,"\u016f":6,"\u0169":6,"v":1,"w":1,"y":1,"\u0175":1,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,":":6,";":6,"-":5,")":-20,"]":-20,"}":-20,"\"":-7,"'":-7,",":20,".":20}},"X":{"d":"197,0r-37,0r-60,-102v-13,28,-39,71,-55,102r-36,0r74,-123r-71,-120r36,0r56,98v16,-33,37,-66,55,-98r36,0r-74,118","w":205,"k":{"T":-3,"\u0166":-3,"\u0164":-3,"\u0162":-3,"J":-1,"\u0134":-1,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u0106":10,"\u010c":10,"\u0108":10,"\u010a":10,"\u011e":10,"\u011c":10,"\u0122":10,"\u0120":10,"\u014e":10,"\u0150":10,"\u014c":10,"V":-3,"W":-3,"\u0174":-3,"X":5,"Y":-2,"\u0178":-2,"A":3,"\u0102":3,"\u0100":3,"\u0104":3,"a":2,"\u0103":2,"\u0101":2,"\u0105":2,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"u":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"v":7,"w":7,"y":7,"\u0175":7,"-":8}},"Y":{"d":"113,0r-32,0r0,-103r-76,-140r35,0r59,117r60,-117r35,0r-81,140r0,103","w":194,"k":{"\u012d":5,"T":-12,"\u0166":-12,"\u0164":-12,"\u0162":-12,"J":19,"\u0134":19,"M":4,"C":13,"G":13,"O":13,"Q":13,"\u0152":13,"\u0106":13,"\u010c":13,"\u0108":13,"\u010a":13,"\u011e":13,"\u011c":13,"\u0122":13,"\u0120":13,"\u014e":13,"\u0150":13,"\u014c":13,"V":-10,"W":-10,"\u0174":-10,"X":1,"Y":-1,"\u0178":-1,"A":29,"\u0102":29,"\u0100":29,"\u0104":29,"S":5,"\u0160":5,"\u015a":5,"\u015e":5,"\u015c":5,"B":3,"D":3,"E":3,"F":3,"H":3,"I":3,"K":3,"L":3,"N":3,"P":3,"R":3,"\u0141":3,"\u0110":3,"\u014a":3,"\u0126":3,"\u0132":3,"\u010e":3,"\u0114":3,"\u011a":3,"\u0116":3,"\u0112":3,"\u0118":3,"\u0124":3,"\u012c":3,"\u0130":3,"\u012a":3,"\u012e":3,"\u0128":3,"\u0136":3,"\u0139":3,"\u013d":3,"\u013b":3,"\u013f":3,"\u0143":3,"\u0147":3,"\u0145":3,"\u0154":3,"\u0158":3,"\u0156":3,"a":25,"\u0103":25,"\u0101":25,"\u0105":25,"g":14,"\u011f":14,"\u011d":14,"\u0123":14,"\u0121":14,"b":3,"h":3,"k":3,"l":3,"\u0142":3,"\u0127":3,"\u0125":3,"\u0137":3,"\u013a":3,"\u013e":3,"\u013c":3,"\u0140":3,"i":5,"m":5,"n":5,"p":5,"r":5,"\u0131":5,"\u014b":5,"\u0138":5,"\u0133":5,"\u012b":5,"\u012f":5,"\u0129":5,"\u0144":5,"\u0148":5,"\u0146":5,"\u0155":5,"\u0159":5,"\u0157":5,"c":27,"d":27,"e":27,"o":27,"q":27,"\u0153":27,"\u0111":27,"\u0107":27,"\u010d":27,"\u0109":27,"\u010b":27,"\u010f":27,"\u0115":27,"\u011b":27,"\u0117":27,"\u0113":27,"\u0119":27,"\u014f":27,"\u0151":27,"\u014d":27,"s":19,"\u0161":19,"\u015b":19,"\u015f":19,"\u015d":19,"t":7,"\u0167":7,"\u0165":7,"\u0163":7,"u":19,"\u016d":19,"\u0171":19,"\u016b":19,"\u0173":19,"\u016f":19,"\u0169":19,"v":10,"w":10,"y":10,"\u0175":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,"x":9,":":12,";":12,"-":18,")":-20,"]":-20,"}":-20,"\"":-3,"'":-3,",":34,".":34}},"Z":{"d":"11,0r0,-18r134,-198r-123,0r0,-27r164,0r0,19r-134,198r136,0r0,26r-177,0","k":{"J":-3,"\u0134":-3,"C":8,"G":8,"O":8,"Q":8,"\u0152":8,"\u0106":8,"\u010c":8,"\u0108":8,"\u010a":8,"\u011e":8,"\u011c":8,"\u0122":8,"\u0120":8,"\u014e":8,"\u0150":8,"\u014c":8,"X":2,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"u":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"v":3,"w":3,"y":3,"\u0175":3,"-":10}},"[":{"d":"95,40r-65,0r0,-287r65,0r0,20r-41,0r0,248r41,0r0,19","w":102,"k":{"T":-17,"\u0166":-17,"\u0164":-17,"\u0162":-17,"J":-6,"\u0134":-6,"C":4,"G":4,"O":4,"Q":4,"\u0152":4,"\u0106":4,"\u010c":4,"\u0108":4,"\u010a":4,"\u011e":4,"\u011c":4,"\u0122":4,"\u0120":4,"\u014e":4,"\u0150":4,"\u014c":4,"V":-18,"W":-18,"\u0174":-18,"X":-4,"Y":-15,"\u0178":-15,"A":4,"\u0102":4,"\u0100":4,"\u0104":4,"j":-20,"\u0135":-20}},"\\":{"d":"123,14r-24,0r-98,-261r24,0","w":122},"]":{"d":"7,-247r66,0r0,287r-66,0r0,-19r41,0r0,-248r-41,0r0,-20","w":102},"^":{"d":"193,-68r-25,0r-61,-140r-60,140r-25,0r74,-166r22,0","w":214},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"82,-178v96,3,57,98,70,178r-29,0v-2,-7,0,-17,-4,-22v-10,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-18,-2,-42,-39,-44v-16,0,-34,5,-46,13r-7,-21v14,-9,35,-15,57,-15xm44,-50v0,53,74,30,74,-9r0,-30v-35,-1,-74,5,-74,39","w":173},"b":{"d":"25,0r1,-256r32,0r0,110v36,-60,133,-30,133,57v0,94,-95,122,-137,60r-2,29r-27,0xm108,-153v-36,-1,-54,35,-50,83v3,31,23,48,49,49v33,0,52,-27,52,-67v0,-35,-17,-65,-51,-65","w":204,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"v":3,"w":3,"y":3,"\u0175":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-5,")":1,"]":1,"}":1,"\"":4,"'":4,",":9,".":9}},"c":{"d":"145,-30r5,24v-8,4,-27,10,-50,10v-53,0,-86,-36,-86,-89v0,-70,72,-112,137,-84r-7,25v-42,-24,-106,5,-98,57v-4,57,55,78,99,57","w":161,"k":{"T":4,"\u0166":4,"\u0164":4,"\u0162":4,"f":-1,"c":2,"d":2,"e":2,"o":2,"q":2,"\u0153":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"v":-6,"w":-6,"y":-6,"\u0175":-6,"-":-2,",":4,".":4}},"d":{"d":"145,-256r32,0r1,256r-28,0r-2,-30v-34,62,-134,33,-134,-55v0,-86,90,-120,131,-67r0,-104xm97,-22v36,0,48,-34,48,-81v0,-31,-19,-50,-47,-50v-33,0,-52,28,-52,67v0,35,17,64,51,64","w":203,"k":{",":4,".":4}},"e":{"d":"166,-81r-122,0v-2,64,66,69,108,51r5,23v-11,5,-30,11,-58,11v-54,0,-85,-35,-85,-88v0,-53,30,-94,81,-94v63,0,75,53,71,97xm44,-104r93,0v0,-20,-8,-52,-44,-52v-32,0,-46,30,-49,52","w":180,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"x":1,"-":-10,",":4,".":4}},"f":{"d":"30,-174v-7,-58,35,-101,89,-81r-4,25v-36,-15,-60,13,-54,56r42,0r0,24r-42,0r0,150r-31,0r0,-150r-25,0r0,-24r25,0","w":105,"k":{"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"c":5,"d":5,"e":5,"o":5,"q":5,"\u0153":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"s":3,"\u0161":3,"\u015b":3,"\u015f":3,"\u015d":3,"t":-4,"\u0167":-4,"\u0165":-4,"\u0163":-4,":":-12,";":-12,")":-37,"]":-37,"}":-37,"\"":-20,"'":-20,",":12,".":12}},"g":{"d":"175,-25v10,94,-78,119,-146,86r8,-24v38,22,112,22,107,-47v-1,-6,2,-16,-1,-20v-10,16,-28,29,-55,29v-43,0,-74,-37,-74,-85v0,-90,99,-118,133,-62r2,-26r27,0xm97,-25v35,1,51,-35,47,-80v-3,-29,-18,-48,-46,-48v-30,0,-52,26,-52,66v0,34,17,62,51,62","w":201,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"f":-1,"i":2,"m":2,"n":2,"p":2,"r":2,"\u0131":2,"\u014b":2,"\u0138":2,"\u0133":2,"\u012d":2,"\u012b":2,"\u012f":2,"\u0129":2,"\u0144":2,"\u0148":2,"\u0146":2,"\u0155":2,"\u0159":2,"\u0157":2,",":5,".":5}},"h":{"d":"103,-152v-63,0,-42,91,-45,152r-32,0r0,-256r32,0r1,109v29,-45,116,-51,116,43r0,104r-32,0v-6,-59,22,-152,-40,-152","k":{"T":18,"\u0166":18,"\u0164":18,"\u0162":18,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":5,"w":5,"y":5,"\u0175":5,"\"":3,"'":3}},"i":{"d":"58,0r-32,0r0,-174r32,0r0,174xm42,-243v12,0,20,9,20,20v0,11,-8,19,-21,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,20,-20","w":84},"j":{"d":"-16,51v41,-7,46,-16,46,-79r0,-146r32,0v-8,98,36,248,-75,250xm46,-243v12,0,20,9,20,20v0,10,-7,19,-20,19v-12,0,-20,-9,-20,-19v0,-11,8,-20,20,-20","w":87,"k":{",":4,".":4}},"k":{"d":"58,-256r0,162r67,-80r38,0r-67,71r76,103r-38,0r-60,-84r-16,18r0,66r-32,0r0,-256r32,0","w":168,"k":{"T":7,"\u0166":7,"\u0164":7,"\u0162":7,"a":-6,"\u0103":-6,"\u0101":-6,"\u0105":-6,"b":-6,"h":-6,"k":-6,"l":-6,"\u0142":-6,"\u0127":-6,"\u0125":-6,"\u0137":-6,"\u013a":-6,"\u013e":-6,"\u013c":-6,"\u0140":-6,"i":-6,"m":-6,"n":-6,"p":-6,"r":-6,"\u0131":-6,"\u014b":-6,"\u0138":-6,"\u0133":-6,"\u012d":-6,"\u012b":-6,"\u012f":-6,"\u0129":-6,"\u0144":-6,"\u0148":-6,"\u0146":-6,"\u0155":-6,"\u0159":-6,"\u0157":-6,"u":-1,"\u016d":-1,"\u0171":-1,"\u016b":-1,"\u0173":-1,"\u016f":-1,"\u0169":-1,"v":-5,"w":-5,"y":-5,"\u0175":-5,":":-4,";":-4,"-":4,",":-5,".":-5}},"l":{"d":"26,0r0,-256r32,0r0,256r-32,0","w":84,"k":{",":4,".":4}},"m":{"d":"99,-152v-61,0,-38,92,-42,152r-31,0r-1,-174r28,0v1,9,-1,21,2,28v15,-39,92,-43,105,3v27,-50,115,-57,115,40r0,103r-31,0v-4,-56,19,-152,-38,-152v-59,0,-36,93,-40,152r-31,0v-5,-56,20,-152,-36,-152","w":300,"k":{"T":18,"\u0166":18,"\u0164":18,"\u0162":18,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":5,"w":5,"y":5,"\u0175":5,"\"":3,"'":3}},"n":{"d":"103,-152v-64,0,-41,91,-45,152r-32,0r-1,-174r28,0r2,29v27,-46,119,-55,120,41r0,104r-32,0v-6,-59,22,-152,-40,-152","k":{"T":18,"\u0166":18,"\u0164":18,"\u0162":18,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":5,"w":5,"y":5,"\u0175":5,"\"":3,"'":3}},"o":{"d":"100,-178v50,0,84,36,84,89v0,64,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92xm99,-154v-37,0,-53,34,-53,67v0,38,22,67,53,67v30,0,53,-28,53,-67v0,-30,-16,-67,-53,-67","w":197,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"v":3,"w":3,"y":3,"\u0175":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-5,")":1,"]":1,"}":1,"\"":4,"'":4,",":9,".":9}},"p":{"d":"26,71r-1,-245r28,0r2,30v37,-62,136,-34,136,54v0,91,-89,121,-133,67r0,94r-32,0xm108,-153v-36,0,-50,35,-50,82v0,32,23,50,49,50v33,0,52,-27,52,-67v0,-35,-18,-65,-51,-65","w":204,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"v":3,"w":3,"y":3,"\u0175":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-5,")":1,"]":1,"}":1,"\"":4,"'":4,",":9,".":9}},"q":{"d":"145,71r-1,-98v-34,58,-130,29,-130,-57v0,-95,94,-120,133,-64r1,-26r30,0r-1,245r-32,0xm97,-21v37,0,48,-36,48,-83v0,-30,-19,-49,-47,-49v-33,0,-52,28,-52,67v0,35,16,65,51,65","w":202,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,",":3,".":3}},"r":{"d":"112,-147v-68,-12,-53,82,-54,147r-32,0r-1,-174r28,0v1,11,-1,25,2,34v10,-25,29,-42,57,-37r0,30","w":117,"k":{"\u0142":-1,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"a":2,"\u0103":2,"\u0101":2,"\u0105":2,"f":-11,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"b":-1,"h":-1,"k":-1,"l":-1,"\u0127":-1,"\u0125":-1,"\u0137":-1,"\u013a":-1,"\u013e":-1,"\u013c":-1,"\u0140":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"\u0131":-1,"\u014b":-1,"\u0138":-1,"\u0133":-1,"\u012d":-1,"\u012b":-1,"\u012f":-1,"\u0129":-1,"\u0144":-1,"\u0148":-1,"\u0146":-1,"\u0155":-1,"\u0159":-1,"\u0157":-1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"t":-9,"\u0167":-9,"\u0165":-9,"\u0163":-9,"v":-9,"w":-9,"y":-9,"\u0175":-9,"z":-3,"\u017e":-3,"\u017a":-3,"\u017c":-3,"x":-6,":":-3,";":-3,"-":2,",":19,".":19}},"s":{"d":"14,-8r8,-24v17,16,76,18,76,-14v0,-15,-9,-25,-33,-32v-68,-19,-57,-99,14,-100v18,0,33,5,43,11r-8,23v-13,-12,-65,-16,-65,13v0,14,9,23,33,30v67,19,58,107,-19,105v-19,0,-37,-5,-49,-12","w":142,"k":{"T":9,"\u0166":9,"\u0164":9,"\u0162":9,",":4,".":4}},"t":{"d":"108,-1v-39,15,-75,-4,-75,-54r0,-95r-27,0r0,-24r27,0r0,-32r31,-10r0,42r46,0r0,24r-46,0r0,94v-3,31,19,38,43,32","w":119,"k":{"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u0153":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"v":-3,"w":-3,"y":-3,"\u0175":-3,"-":2,",":1,".":1}},"u":{"d":"96,-22v64,0,40,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v5,57,-20,152,39,152","w":198,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,",":3,".":3}},"v":{"d":"5,-174r34,0r49,142r48,-142r34,0r-69,174r-30,0","w":173,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,"a":1,"\u0103":1,"\u0101":1,"\u0105":1,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"v":-4,"w":-4,"y":-4,"\u0175":-4,":":-9,";":-9,"-":1,",":14,".":14}},"w":{"d":"6,-174r33,0r37,144v11,-49,29,-97,44,-144r27,0r43,144v8,-48,26,-98,38,-144r32,0r-57,174r-28,0r-43,-140v-11,50,-29,93,-44,140r-29,0","w":264,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,"a":1,"\u0103":1,"\u0101":1,"\u0105":1,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"v":-4,"w":-4,"y":-4,"\u0175":-4,":":-9,";":-9,"-":1,",":14,".":14}},"x":{"d":"6,-174r35,0r44,66v13,-24,27,-44,41,-66r35,0r-60,84r61,90r-36,0r-45,-69r-43,69r-35,0r62,-89","w":166,"k":{"T":8,"\u0166":8,"\u0164":8,"\u0162":8,"c":5,"d":5,"e":5,"o":5,"q":5,"\u0153":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"v":-5,"w":-5,"y":-5,"\u0175":-5,"-":2}},"y":{"d":"13,53v25,-9,46,-29,57,-58v-19,-59,-46,-112,-67,-169r35,0r50,138r46,-138r33,0v-41,87,-60,232,-146,254","w":169,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,"a":1,"\u0103":1,"\u0101":1,"\u0105":1,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"v":-4,"w":-4,"y":-4,"\u0175":-4,":":-9,";":-9,"-":1,",":14,".":14}},"z":{"d":"6,0r0,-18r102,-131r-94,0r0,-25r133,0r-1,20r-100,129r102,0r0,25r-142,0","w":154,"k":{"T":7,"\u0166":7,"\u0164":7,"\u0162":7,"c":3,"d":3,"e":3,"o":3,"q":3,"\u0153":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"v":-9,"w":-9,"y":-9,"\u0175":-9}},"{":{"d":"33,-9v-1,-35,28,-81,-23,-85r0,-19v52,-3,21,-53,23,-87v2,-35,25,-49,60,-47r0,20v-72,-7,3,109,-56,124v59,6,-19,127,56,124r0,19v-35,1,-58,-10,-60,-49","w":102,"k":{"T":-17,"\u0166":-17,"\u0164":-17,"\u0162":-17,"J":-6,"\u0134":-6,"C":4,"G":4,"O":4,"Q":4,"\u0152":4,"\u0106":4,"\u010c":4,"\u0108":4,"\u010a":4,"\u011e":4,"\u011c":4,"\u0122":4,"\u0120":4,"\u014e":4,"\u0150":4,"\u014c":4,"V":-18,"W":-18,"\u0174":-18,"X":-4,"Y":-15,"\u0178":-15,"A":4,"\u0102":4,"\u0100":4,"\u0104":4,"j":-20,"\u0135":-20}},"|":{"d":"31,-270r24,0r0,360r-24,0r0,-360","w":86},"}":{"d":"69,-200v1,35,-28,84,23,87r0,19v-52,3,-21,50,-23,85v-2,39,-25,51,-60,49r0,-19v72,7,-2,-109,55,-125v-58,-7,20,-126,-55,-123r0,-20v35,-1,59,12,60,47","w":102},"~":{"d":"197,-129v-1,98,-90,33,-137,23v-13,0,-20,8,-21,30r-21,0v-1,-36,17,-54,42,-54v23,0,71,32,96,31v13,0,20,-10,20,-30r21,0","w":214},"'":{"d":"18,-249r32,0r-6,86r-20,0","w":67,"k":{"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"J":21,"\u0134":21,"M":2,"C":1,"G":1,"O":1,"Q":1,"\u0152":1,"\u0106":1,"\u010c":1,"\u0108":1,"\u010a":1,"\u011e":1,"\u011c":1,"\u0122":1,"\u0120":1,"\u014e":1,"\u0150":1,"\u014c":1,"V":-6,"W":-6,"\u0174":-6,"Y":-1,"\u0178":-1,"A":22,"\u0102":22,"\u0100":22,"\u0104":22,"f":-9,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"c":3,"d":3,"e":3,"o":3,"q":3,"\u0153":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"t":-9,"\u0167":-9,"\u0165":-9,"\u0163":-9,"v":-8,"w":-8,"y":-8,"\u0175":-8,",":41,".":41}},"`":{"d":"8,-249r35,0r31,51r-22,0","w":108},"\u0141":{"d":"164,0r-135,0r0,-97r-30,22r0,-24r30,-22r0,-122r31,0r0,100r48,-35r0,25r-48,35r0,92r104,0r0,26","w":171,"k":{"T":32,"\u0166":32,"\u0164":32,"\u0162":32,"J":-4,"\u0134":-4,"C":14,"G":14,"O":14,"Q":14,"\u0152":14,"\u0106":14,"\u010c":14,"\u0108":14,"\u010a":14,"\u011e":14,"\u011c":14,"\u0122":14,"\u0120":14,"\u014e":14,"\u0150":14,"\u014c":14,"U":13,"\u016c":13,"\u0170":13,"\u016a":13,"\u0172":13,"\u016e":13,"\u0168":13,"V":21,"W":21,"\u0174":21,"Y":30,"\u0178":30,"c":5,"d":5,"e":5,"o":5,"q":5,"\u0153":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"u":5,"\u016d":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u0169":5,"v":10,"w":10,"y":10,"\u0175":10,"-":15,"\"":35,"'":35}},"\u0152":{"d":"13,-120v2,-102,73,-123,174,-123r116,0r0,27r-100,0r0,76r94,0r0,27r-94,0r0,87r106,0r0,26r-125,0v-98,20,-172,-30,-171,-120xm172,-26r0,-190v-68,-20,-126,21,-126,95v0,72,53,113,126,95","w":321,"k":{"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"J":-6,"\u0134":-6,"V":-3,"W":-3,"\u0174":-3,"Y":-1,"\u0178":-1,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u0153":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"u":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"v":3,"w":3,"y":3,"\u0175":3,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,",":1,".":1}},"\u0131":{"d":"58,0r-32,0r0,-174r32,0r0,174","w":84},"\u0142":{"d":"59,0r-31,0r0,-104r-25,21r0,-25r25,-21r0,-127r31,0r0,103r26,-22r0,25r-26,22r0,128","w":87,"k":{",":4,".":4}},"\u0153":{"d":"297,-82r-119,0v-4,61,64,72,105,51r6,23v-45,22,-106,15,-127,-29v-36,73,-148,42,-148,-49v0,-94,116,-125,149,-50v15,-26,36,-43,64,-42v61,3,74,54,70,96xm149,-87v0,-33,-15,-68,-52,-67v-74,2,-62,134,1,134v31,0,51,-27,51,-67xm178,-104r89,0v0,-19,-7,-51,-42,-51v-31,0,-45,29,-47,51","w":310,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"x":1,"-":-10,",":4,".":4}},"\u0160":{"d":"15,-12r8,-26v29,24,107,22,107,-26v0,-23,-12,-39,-46,-48v-88,-22,-82,-136,15,-135v25,0,42,6,53,12r-8,26v-8,-4,-24,-12,-46,-12v-33,0,-46,20,-46,37v0,23,14,36,48,46v88,26,83,142,-23,142v-23,0,-49,-7,-62,-16xm105,-257r-24,0r-38,-41r27,0v8,8,15,18,24,25r22,-25r26,0","w":177,"k":{"a":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"j":1,"\u0135":1,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u0153":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":3,"w":3,"y":3,"\u0175":3,"-":-2}},"\u0178":{"d":"113,0r-32,0r0,-103r-76,-140r35,0r59,117r60,-117r35,0r-81,140r0,103xm67,-257v-10,0,-17,-8,-17,-18v0,-10,7,-18,17,-18v10,0,18,8,18,18v0,10,-8,18,-18,18xm134,-257v-10,0,-18,-8,-18,-18v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-7,18,-18,18","w":194,"k":{"\u012d":5,"T":-12,"\u0166":-12,"\u0164":-12,"\u0162":-12,"J":19,"\u0134":19,"M":4,"C":13,"G":13,"O":13,"Q":13,"\u0152":13,"\u0106":13,"\u010c":13,"\u0108":13,"\u010a":13,"\u011e":13,"\u011c":13,"\u0122":13,"\u0120":13,"\u014e":13,"\u0150":13,"\u014c":13,"V":-10,"W":-10,"\u0174":-10,"X":1,"Y":-1,"\u0178":-1,"A":29,"\u0102":29,"\u0100":29,"\u0104":29,"S":5,"\u0160":5,"\u015a":5,"\u015e":5,"\u015c":5,"B":3,"D":3,"E":3,"F":3,"H":3,"I":3,"K":3,"L":3,"N":3,"P":3,"R":3,"\u0141":3,"\u0110":3,"\u014a":3,"\u0126":3,"\u0132":3,"\u010e":3,"\u0114":3,"\u011a":3,"\u0116":3,"\u0112":3,"\u0118":3,"\u0124":3,"\u012c":3,"\u0130":3,"\u012a":3,"\u012e":3,"\u0128":3,"\u0136":3,"\u0139":3,"\u013d":3,"\u013b":3,"\u013f":3,"\u0143":3,"\u0147":3,"\u0145":3,"\u0154":3,"\u0158":3,"\u0156":3,"a":25,"\u0103":25,"\u0101":25,"\u0105":25,"g":14,"\u011f":14,"\u011d":14,"\u0123":14,"\u0121":14,"b":3,"h":3,"k":3,"l":3,"\u0142":3,"\u0127":3,"\u0125":3,"\u0137":3,"\u013a":3,"\u013e":3,"\u013c":3,"\u0140":3,"i":5,"m":5,"n":5,"p":5,"r":5,"\u0131":5,"\u014b":5,"\u0138":5,"\u0133":5,"\u012b":5,"\u012f":5,"\u0129":5,"\u0144":5,"\u0148":5,"\u0146":5,"\u0155":5,"\u0159":5,"\u0157":5,"c":27,"d":27,"e":27,"o":27,"q":27,"\u0153":27,"\u0111":27,"\u0107":27,"\u010d":27,"\u0109":27,"\u010b":27,"\u010f":27,"\u0115":27,"\u011b":27,"\u0117":27,"\u0113":27,"\u0119":27,"\u014f":27,"\u0151":27,"\u014d":27,"s":19,"\u0161":19,"\u015b":19,"\u015f":19,"\u015d":19,"t":7,"\u0167":7,"\u0165":7,"\u0163":7,"u":19,"\u016d":19,"\u0171":19,"\u016b":19,"\u0173":19,"\u016f":19,"\u0169":19,"v":10,"w":10,"y":10,"\u0175":10,"z":9,"\u017e":9,"\u017a":9,"\u017c":9,"x":9,":":12,";":12,"-":18,")":-20,"]":-20,"}":-20,"\"":-3,"'":-3,",":34,".":34}},"\u017d":{"d":"11,0r0,-18r134,-198r-123,0r0,-27r164,0r0,19r-134,198r136,0r0,26r-177,0xm115,-256r-24,0r-38,-41r27,0v8,8,15,18,24,25r22,-25r26,0","k":{"J":-3,"\u0134":-3,"C":8,"G":8,"O":8,"Q":8,"\u0152":8,"\u0106":8,"\u010c":8,"\u0108":8,"\u010a":8,"\u011e":8,"\u011c":8,"\u0122":8,"\u0120":8,"\u014e":8,"\u0150":8,"\u014c":8,"X":2,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"u":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"v":3,"w":3,"y":3,"\u0175":3,"-":10}},"\u0161":{"d":"85,-198r-23,0r-35,-51r24,0r22,34r22,-34r23,0xm14,-8r8,-24v17,16,76,18,76,-14v0,-15,-9,-25,-33,-32v-68,-19,-57,-99,14,-100v18,0,33,5,43,11r-8,23v-13,-12,-65,-16,-65,13v0,14,9,23,33,30v67,19,58,107,-19,105v-19,0,-37,-5,-49,-12","w":142,"k":{"T":9,"\u0166":9,"\u0164":9,"\u0162":9,",":4,".":4}},"\u017e":{"d":"93,-198r-23,0r-34,-51r24,0v8,11,13,24,22,34r21,-34r24,0xm6,0r0,-18r102,-131r-94,0r0,-25r133,0r-1,20r-100,129r102,0r0,25r-142,0","w":154,"k":{"T":7,"\u0166":7,"\u0164":7,"\u0162":7,"c":3,"d":3,"e":3,"o":3,"q":3,"\u0153":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"v":-9,"w":-9,"y":-9,"\u0175":-9}},"\u0110":{"d":"228,-127v4,106,-89,144,-199,127r0,-111r-30,0r0,-25r30,0r0,-104v19,-3,42,-6,67,-6v86,1,129,38,132,119xm125,-136r0,25r-65,0r0,87v82,9,135,-24,135,-103v0,-71,-58,-105,-135,-90r0,81r65,0","w":241,"k":{"\u0142":-1,"T":9,"\u0166":9,"\u0164":9,"\u0162":9,"X":10,"Y":10,"\u0178":10,"A":5,"\u0102":5,"\u0100":5,"\u0104":5,"f":-6,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"j":-2,"\u0135":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u0153":-1,"\u0111":-1,"\u0107":-1,"\u010d":-1,"\u0109":-1,"\u010b":-1,"\u010f":-1,"\u0115":-1,"\u011b":-1,"\u0117":-1,"\u0113":-1,"\u0119":-1,"\u014f":-1,"\u0151":-1,"\u014d":-1,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"u":-1,"\u016d":-1,"\u0171":-1,"\u016b":-1,"\u0173":-1,"\u016f":-1,"\u0169":-1,"v":-5,"w":-5,"y":-5,"\u0175":-5,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"x":2,"-":-5,")":3,"]":3,"}":3,",":12,".":12}},"\u014a":{"d":"57,0r-30,0r0,-243r35,0r77,123v19,28,31,56,45,79v-6,-60,-3,-135,-4,-202r30,0r0,229v0,51,-24,79,-70,86r-6,-25v29,-6,42,-19,45,-45r-78,-125v-18,-27,-33,-57,-47,-81v4,59,3,138,3,204","w":236,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"\u0126":{"d":"229,-172r-21,0r0,172r-31,0r0,-109r-118,0r0,109r-31,0r0,-172r-20,0r0,-21r20,0r0,-50r31,0r0,50r118,0r0,-50r31,0r0,50r21,0r0,21xm177,-136r0,-36r-118,0r0,36r118,0","w":236,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"\u0166":{"d":"179,-216r-74,0r0,80r45,0r0,21r-45,0r0,115r-32,0r0,-115r-44,0r0,-21r44,0r0,-80r-73,0r0,-27r179,0r0,27","w":178,"k":{"\u0129":16,"\u012f":16,"\u012b":16,"\u012d":16,"\u0133":16,"\u0131":16,"i":16,"T":-14,"\u0166":-14,"\u0164":-14,"\u0162":-14,"J":15,"\u0134":15,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u0106":10,"\u010c":10,"\u0108":10,"\u010a":10,"\u011e":10,"\u011c":10,"\u0122":10,"\u0120":10,"\u014e":10,"\u0150":10,"\u014c":10,"V":-14,"W":-14,"\u0174":-14,"X":-8,"Y":-10,"\u0178":-10,"A":27,"\u0102":27,"\u0100":27,"\u0104":27,"S":2,"\u0160":2,"\u015a":2,"\u015e":2,"\u015c":2,"a":23,"\u0103":23,"\u0101":23,"\u0105":23,"g":23,"\u011f":23,"\u011d":23,"\u0123":23,"\u0121":23,"b":3,"h":3,"k":3,"l":3,"\u0142":3,"\u0127":3,"\u0125":3,"\u0137":3,"\u013a":3,"\u013e":3,"\u013c":3,"\u0140":3,"m":16,"n":16,"p":16,"r":16,"\u014b":16,"\u0138":16,"\u0144":16,"\u0148":16,"\u0146":16,"\u0155":16,"\u0159":16,"\u0157":16,"c":26,"d":26,"e":26,"o":26,"q":26,"\u0153":26,"\u0111":26,"\u0107":26,"\u010d":26,"\u0109":26,"\u010b":26,"\u010f":26,"\u0115":26,"\u011b":26,"\u0117":26,"\u0113":26,"\u0119":26,"\u014f":26,"\u0151":26,"\u014d":26,"s":19,"\u0161":19,"\u015b":19,"\u015f":19,"\u015d":19,"u":16,"\u016d":16,"\u0171":16,"\u016b":16,"\u0173":16,"\u016f":16,"\u0169":16,"v":14,"w":14,"y":14,"\u0175":14,"z":18,"\u017e":18,"\u017a":18,"\u017c":18,"x":12,":":9,";":9,"-":18,")":-22,"]":-22,"}":-22,"\"":-6,"'":-6,",":22,".":22}},"\u0111":{"d":"204,-199r-27,0r1,199r-28,0r-2,-30v-34,62,-134,33,-134,-55v0,-86,90,-120,131,-67r0,-47r-71,0r0,-20r71,0r0,-37r32,0r0,37r27,0r0,20xm97,-22v36,0,48,-34,48,-81v0,-31,-19,-50,-47,-50v-33,0,-52,28,-52,67v0,35,17,64,51,64","w":203,"k":{",":4,".":4}},"\u014b":{"d":"103,-152v-64,0,-41,91,-45,152r-32,0r-1,-174r28,0r2,29v27,-46,119,-55,120,41r0,83v0,55,-30,80,-69,85r-6,-25v56,-6,42,-79,43,-139v0,-28,-10,-52,-40,-52","k":{"T":18,"\u0166":18,"\u0164":18,"\u0162":18,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":5,"w":5,"y":5,"\u0175":5,"\"":3,"'":3}},"\u0127":{"d":"58,-147v31,-44,117,-52,117,43r0,104r-32,0v-6,-59,22,-152,-40,-152v-63,0,-42,91,-45,152r-32,0r0,-199r-27,0r0,-20r27,0r0,-37r32,0r0,37r69,0r0,20r-69,0r0,52","k":{"T":18,"\u0166":18,"\u0164":18,"\u0162":18,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":5,"w":5,"y":5,"\u0175":5,"\"":3,"'":3}},"\u0138":{"d":"58,-174r0,80r67,-80r38,0r-67,71r76,103r-38,0r-60,-84r-16,18r0,66r-32,0r0,-174r32,0","w":168,"k":{"T":7,"\u0166":7,"\u0164":7,"\u0162":7,"a":-6,"\u0103":-6,"\u0101":-6,"\u0105":-6,"b":-6,"h":-6,"k":-6,"l":-6,"\u0142":-6,"\u0127":-6,"\u0125":-6,"\u0137":-6,"\u013a":-6,"\u013e":-6,"\u013c":-6,"\u0140":-6,"i":-6,"m":-6,"n":-6,"p":-6,"r":-6,"\u0131":-6,"\u014b":-6,"\u0138":-6,"\u0133":-6,"\u012d":-6,"\u012b":-6,"\u012f":-6,"\u0129":-6,"\u0144":-6,"\u0148":-6,"\u0146":-6,"\u0155":-6,"\u0159":-6,"\u0157":-6,"u":-1,"\u016d":-1,"\u0171":-1,"\u016b":-1,"\u0173":-1,"\u016f":-1,"\u0169":-1,"v":-5,"w":-5,"y":-5,"\u0175":-5,":":-4,";":-4,"-":4,",":-5,".":-5}},"\u0149":{"d":"103,-152v-64,0,-41,91,-45,152r-32,0r-1,-174r28,0r2,29v27,-46,119,-55,120,41r0,104r-32,0v-6,-59,22,-152,-40,-152xm32,-260v28,16,-4,92,-26,57v12,-10,21,-39,3,-51","k":{"T":18,"\u0166":18,"\u0164":18,"\u0162":18,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":5,"w":5,"y":5,"\u0175":5,"\"":3,"'":3}},"\u0167":{"d":"108,-1v-39,15,-81,-5,-75,-54r0,-34r-24,0r0,-20r24,0r0,-41r-27,0r0,-24r27,0r0,-32r31,-10r0,42r46,0r0,24r-46,0r0,41r36,0r0,20r-36,0v0,29,-5,69,24,67v9,0,14,-1,19,-2","w":119,"k":{"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u0153":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"v":-3,"w":-3,"y":-3,"\u0175":-3,"-":2,",":1,".":1}},"\u0132":{"d":"27,-243r32,0r0,243r-32,0r0,-243xm163,-83r0,-160r31,0r0,163v1,79,-50,94,-107,78r5,-25v40,10,71,5,71,-56","w":219,"k":{"v":-4,"w":-4,"y":-4,"\u0175":-4,")":-15,"]":-15,"}":-15,",":4,".":4}},"\u0133":{"d":"58,0r-32,0r0,-174r32,0r0,174xm42,-243v12,0,20,9,20,20v0,11,-8,19,-21,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,20,-20xm68,51v42,-7,47,-15,46,-79r0,-146r32,0v-8,98,36,248,-75,250xm131,-243v12,0,19,9,19,20v0,10,-7,19,-20,19v-12,0,-19,-9,-19,-19v0,-11,8,-20,20,-20","w":171,"k":{",":4,".":4}},"\u0102":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-9,39,-24,77,-36,114xm65,-294r19,0v2,8,8,18,26,18v18,0,24,-9,26,-18r18,0v-1,21,-14,38,-45,38v-31,0,-43,-16,-44,-38","w":220,"k":{"T":28,"\u0166":28,"\u0164":28,"\u0162":28,"J":-7,"\u0134":-7,"M":1,"C":5,"G":5,"O":5,"Q":5,"\u0152":5,"\u0106":5,"\u010c":5,"\u0108":5,"\u010a":5,"\u011e":5,"\u011c":5,"\u0122":5,"\u0120":5,"\u014e":5,"\u0150":5,"\u014c":5,"U":10,"\u016c":10,"\u0170":10,"\u016a":10,"\u0172":10,"\u016e":10,"\u0168":10,"V":19,"W":19,"\u0174":19,"X":5,"Y":28,"\u0178":28,"a":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"f":3,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"b":1,"h":1,"k":1,"l":1,"\u0142":1,"\u0127":1,"\u0125":1,"\u0137":1,"\u013a":1,"\u013e":1,"\u013c":1,"\u0140":1,"j":1,"\u0135":1,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\u0144":1,"\u0148":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"t":4,"\u0167":4,"\u0165":4,"\u0163":4,"u":4,"\u016d":4,"\u0171":4,"\u016b":4,"\u0173":4,"\u016f":4,"\u0169":4,"v":8,"w":8,"y":8,"\u0175":8,"z":-5,"\u017e":-5,"\u017a":-5,"\u017c":-5,"-":1,")":3,"]":3,"}":3,"\"":21,"'":21}},"\u0100":{"d":"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-9,39,-24,77,-36,114xm67,-284r86,0r0,20r-86,0r0,-20","w":220,"k":{"T":28,"\u0166":28,"\u0164":28,"\u0162":28,"J":-7,"\u0134":-7,"M":1,"C":5,"G":5,"O":5,"Q":5,"\u0152":5,"\u0106":5,"\u010c":5,"\u0108":5,"\u010a":5,"\u011e":5,"\u011c":5,"\u0122":5,"\u0120":5,"\u014e":5,"\u0150":5,"\u014c":5,"U":10,"\u016c":10,"\u0170":10,"\u016a":10,"\u0172":10,"\u016e":10,"\u0168":10,"V":19,"W":19,"\u0174":19,"X":5,"Y":28,"\u0178":28,"a":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"f":3,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"b":1,"h":1,"k":1,"l":1,"\u0142":1,"\u0127":1,"\u0125":1,"\u0137":1,"\u013a":1,"\u013e":1,"\u013c":1,"\u0140":1,"j":1,"\u0135":1,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\u0144":1,"\u0148":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"t":4,"\u0167":4,"\u0165":4,"\u0163":4,"u":4,"\u016d":4,"\u0171":4,"\u016b":4,"\u0173":4,"\u016f":4,"\u0169":4,"v":8,"w":8,"y":8,"\u0175":8,"z":-5,"\u017e":-5,"\u017a":-5,"\u017c":-5,"-":1,")":3,"]":3,"}":3,"\"":21,"'":21}},"\u0104":{"d":"129,-243r83,243v-28,-5,-47,50,-14,53v6,0,13,-2,17,-4r5,17v-23,15,-63,10,-63,-23v0,-18,12,-34,21,-44r-25,-75r-86,0r-26,76r-32,0r82,-243r38,0xm73,-101r73,0r-37,-114v-9,39,-24,77,-36,114","w":220,"k":{"T":28,"\u0166":28,"\u0164":28,"\u0162":28,"J":-7,"\u0134":-7,"M":1,"C":5,"G":5,"O":5,"Q":5,"\u0152":5,"\u0106":5,"\u010c":5,"\u0108":5,"\u010a":5,"\u011e":5,"\u011c":5,"\u0122":5,"\u0120":5,"\u014e":5,"\u0150":5,"\u014c":5,"U":10,"\u016c":10,"\u0170":10,"\u016a":10,"\u0172":10,"\u016e":10,"\u0168":10,"V":19,"W":19,"\u0174":19,"X":5,"Y":28,"\u0178":28,"a":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"f":3,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"b":1,"h":1,"k":1,"l":1,"\u0142":1,"\u0127":1,"\u0125":1,"\u0137":1,"\u013a":1,"\u013e":1,"\u013c":1,"\u0140":1,"j":1,"\u0135":1,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\u0144":1,"\u0148":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"t":4,"\u0167":4,"\u0165":4,"\u0163":4,"u":4,"\u016d":4,"\u0171":4,"\u016b":4,"\u0173":4,"\u016f":4,"\u0169":4,"v":8,"w":8,"y":8,"\u0175":8,"z":-5,"\u017e":-5,"\u017a":-5,"\u017c":-5,"-":1,")":3,"]":3,"}":3,"\"":21,"'":21}},"\u0106":{"d":"190,-33r7,25v-80,33,-184,-4,-184,-111v0,-97,99,-152,184,-117r-7,26v-67,-29,-144,6,-144,90v0,79,75,116,144,87xm144,-298r38,0r-46,42r-25,0","w":208,"k":{"\u0152":8,"T":-10,"\u0166":-10,"\u0164":-10,"\u0162":-10,"J":-1,"\u0134":-1,"C":8,"G":8,"O":8,"Q":8,"\u0106":8,"\u010c":8,"\u0108":8,"\u010a":8,"\u011e":8,"\u011c":8,"\u0122":8,"\u0120":8,"\u014e":8,"\u0150":8,"\u014c":8,"V":-4,"W":-4,"\u0174":-4,"Y":-1,"\u0178":-1,"A":-1,"\u0102":-1,"\u0100":-1,"\u0104":-1,"a":3,"\u0103":3,"\u0101":3,"\u0105":3,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\u0144":1,"\u0148":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"u":4,"\u016d":4,"\u0171":4,"\u016b":4,"\u0173":4,"\u016f":4,"\u0169":4,"v":7,"w":7,"y":7,"\u0175":7,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,")":-6,"]":-6,"}":-6}},"\u010c":{"d":"190,-33r7,25v-80,33,-184,-4,-184,-111v0,-97,99,-152,184,-117r-7,26v-67,-29,-144,6,-144,90v0,79,75,116,144,87xm139,-257r-24,0r-38,-41r27,0r23,25r23,-25r26,0","w":208,"k":{"\u0152":8,"T":-10,"\u0166":-10,"\u0164":-10,"\u0162":-10,"J":-1,"\u0134":-1,"C":8,"G":8,"O":8,"Q":8,"\u0106":8,"\u010c":8,"\u0108":8,"\u010a":8,"\u011e":8,"\u011c":8,"\u0122":8,"\u0120":8,"\u014e":8,"\u0150":8,"\u014c":8,"V":-4,"W":-4,"\u0174":-4,"Y":-1,"\u0178":-1,"A":-1,"\u0102":-1,"\u0100":-1,"\u0104":-1,"a":3,"\u0103":3,"\u0101":3,"\u0105":3,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\u0144":1,"\u0148":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"u":4,"\u016d":4,"\u0171":4,"\u016b":4,"\u0173":4,"\u016f":4,"\u0169":4,"v":7,"w":7,"y":7,"\u0175":7,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,")":-6,"]":-6,"}":-6}},"\u0108":{"d":"190,-33r7,25v-80,33,-184,-4,-184,-111v0,-97,99,-152,184,-117r-7,26v-67,-29,-144,6,-144,90v0,79,75,116,144,87xm113,-298r24,0r38,41r-27,0r-23,-25r-23,25r-26,0","w":208,"k":{"\u0152":8,"T":-10,"\u0166":-10,"\u0164":-10,"\u0162":-10,"J":-1,"\u0134":-1,"C":8,"G":8,"O":8,"Q":8,"\u0106":8,"\u010c":8,"\u0108":8,"\u010a":8,"\u011e":8,"\u011c":8,"\u0122":8,"\u0120":8,"\u014e":8,"\u0150":8,"\u014c":8,"V":-4,"W":-4,"\u0174":-4,"Y":-1,"\u0178":-1,"A":-1,"\u0102":-1,"\u0100":-1,"\u0104":-1,"a":3,"\u0103":3,"\u0101":3,"\u0105":3,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\u0144":1,"\u0148":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"u":4,"\u016d":4,"\u0171":4,"\u016b":4,"\u0173":4,"\u016f":4,"\u0169":4,"v":7,"w":7,"y":7,"\u0175":7,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,")":-6,"]":-6,"}":-6}},"\u010a":{"d":"190,-33r7,25v-80,33,-184,-4,-184,-111v0,-97,99,-152,184,-117r-7,26v-67,-29,-144,6,-144,90v0,79,75,116,144,87xm125,-259v-10,0,-18,-9,-18,-18v0,-9,9,-18,19,-18v10,0,17,9,17,18v0,9,-8,18,-18,18","w":208,"k":{"\u0152":8,"T":-10,"\u0166":-10,"\u0164":-10,"\u0162":-10,"J":-1,"\u0134":-1,"C":8,"G":8,"O":8,"Q":8,"\u0106":8,"\u010c":8,"\u0108":8,"\u010a":8,"\u011e":8,"\u011c":8,"\u0122":8,"\u0120":8,"\u014e":8,"\u0150":8,"\u014c":8,"V":-4,"W":-4,"\u0174":-4,"Y":-1,"\u0178":-1,"A":-1,"\u0102":-1,"\u0100":-1,"\u0104":-1,"a":3,"\u0103":3,"\u0101":3,"\u0105":3,"i":1,"m":1,"n":1,"p":1,"r":1,"\u0131":1,"\u014b":1,"\u0138":1,"\u0133":1,"\u012d":1,"\u012b":1,"\u012f":1,"\u0129":1,"\u0144":1,"\u0148":1,"\u0146":1,"\u0155":1,"\u0159":1,"\u0157":1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"u":4,"\u016d":4,"\u0171":4,"\u016b":4,"\u0173":4,"\u016f":4,"\u0169":4,"v":7,"w":7,"y":7,"\u0175":7,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,")":-6,"]":-6,"}":-6}},"\u010e":{"d":"226,-127v0,107,-89,142,-199,126r0,-238v102,-18,199,7,199,112xm59,-216r0,191v79,12,135,-24,135,-101v0,-69,-60,-107,-135,-90xm123,-256r-24,0r-38,-41r27,0v8,8,15,17,24,24r22,-24r26,0","w":239,"k":{"\u0142":-1,"T":9,"\u0166":9,"\u0164":9,"\u0162":9,"X":10,"Y":10,"\u0178":10,"A":5,"\u0102":5,"\u0100":5,"\u0104":5,"f":-6,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"j":-2,"\u0135":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u0153":-1,"\u0111":-1,"\u0107":-1,"\u010d":-1,"\u0109":-1,"\u010b":-1,"\u010f":-1,"\u0115":-1,"\u011b":-1,"\u0117":-1,"\u0113":-1,"\u0119":-1,"\u014f":-1,"\u0151":-1,"\u014d":-1,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"u":-1,"\u016d":-1,"\u0171":-1,"\u016b":-1,"\u0173":-1,"\u016f":-1,"\u0169":-1,"v":-5,"w":-5,"y":-5,"\u0175":-5,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"x":2,"-":-5,")":3,"]":3,"}":3,",":12,".":12}},"\u0114":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm47,-297r19,0v2,8,7,18,25,18v18,0,25,-9,27,-18r18,0v-1,21,-14,38,-45,38v-31,0,-43,-16,-44,-38","w":177,"k":{"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"J":-6,"\u0134":-6,"V":-3,"W":-3,"\u0174":-3,"Y":-1,"\u0178":-1,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u0153":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"u":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"v":3,"w":3,"y":3,"\u0175":3,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,",":1,".":1}},"\u011a":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm105,-256r-24,0r-38,-41r26,0r24,25r23,-25r26,0","w":177,"k":{"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"J":-6,"\u0134":-6,"V":-3,"W":-3,"\u0174":-3,"Y":-1,"\u0178":-1,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u0153":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"u":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"v":3,"w":3,"y":3,"\u0175":3,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,",":1,".":1}},"\u0116":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm90,-260v-10,0,-18,-9,-18,-18v0,-9,9,-18,19,-18v10,0,17,9,17,18v0,9,-8,18,-18,18","w":177,"k":{"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"J":-6,"\u0134":-6,"V":-3,"W":-3,"\u0174":-3,"Y":-1,"\u0178":-1,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u0153":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"u":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"v":3,"w":3,"y":3,"\u0175":3,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,",":1,".":1}},"\u0112":{"d":"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm50,-284r86,0r0,20r-86,0r0,-20","w":177,"k":{"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"J":-6,"\u0134":-6,"V":-3,"W":-3,"\u0174":-3,"Y":-1,"\u0178":-1,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u0153":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"u":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"v":3,"w":3,"y":3,"\u0175":3,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,",":1,".":1}},"\u0118":{"d":"161,50r5,17v-21,13,-62,9,-62,-22v0,-19,15,-36,28,-45r-105,0r0,-243r131,0r0,27r-99,0r0,76r94,0r0,26r-94,0r0,88r105,0r0,26v-22,2,-33,26,-35,38v-1,16,19,18,32,12","w":177,"k":{"T":-6,"\u0166":-6,"\u0164":-6,"\u0162":-6,"J":-6,"\u0134":-6,"V":-3,"W":-3,"\u0174":-3,"Y":-1,"\u0178":-1,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"c":1,"d":1,"e":1,"o":1,"q":1,"\u0153":1,"\u0111":1,"\u0107":1,"\u010d":1,"\u0109":1,"\u010b":1,"\u010f":1,"\u0115":1,"\u011b":1,"\u0117":1,"\u0113":1,"\u0119":1,"\u014f":1,"\u0151":1,"\u014d":1,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"u":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"v":3,"w":3,"y":3,"\u0175":3,"z":-1,"\u017e":-1,"\u017a":-1,"\u017c":-1,",":1,".":1}},"\u011e":{"d":"138,3v-73,1,-125,-46,-125,-123v0,-94,102,-150,192,-114r-8,26v-66,-30,-151,5,-151,87v0,78,68,114,135,91r0,-72r-49,0r0,-25r80,0r0,116v-14,5,-41,14,-74,14xm83,-298r19,0v2,8,7,18,25,18v18,0,25,-9,27,-18r18,0v-1,21,-14,38,-45,38v-31,0,-43,-16,-44,-38","w":232,"k":{"a":-3,"\u0103":-3,"\u0101":-3,"\u0105":-3,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u0153":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2}},"\u011c":{"d":"138,3v-73,1,-125,-46,-125,-123v0,-94,102,-150,192,-114r-8,26v-66,-30,-151,5,-151,87v0,78,68,114,135,91r0,-72r-49,0r0,-25r80,0r0,116v-14,5,-41,14,-74,14xm117,-298r24,0r38,41r-26,0v-8,-8,-15,-18,-24,-25r-23,25r-26,0","w":232,"k":{"a":-3,"\u0103":-3,"\u0101":-3,"\u0105":-3,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u0153":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2}},"\u0122":{"d":"138,3v-73,1,-125,-46,-125,-123v0,-94,102,-150,192,-114r-8,26v-66,-30,-151,5,-151,87v0,78,68,114,135,91r0,-72r-49,0r0,-25r80,0r0,116v-14,5,-41,14,-74,14xm107,80r-6,-15v26,-2,36,-31,15,-45r23,-5v32,20,4,71,-32,65","w":232,"k":{"a":-3,"\u0103":-3,"\u0101":-3,"\u0105":-3,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u0153":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2}},"\u0120":{"d":"138,3v-73,1,-125,-46,-125,-123v0,-94,102,-150,192,-114r-8,26v-66,-30,-151,5,-151,87v0,78,68,114,135,91r0,-72r-49,0r0,-25r80,0r0,116v-14,5,-41,14,-74,14xm130,-259v-10,0,-18,-9,-18,-18v0,-9,9,-18,19,-18v10,0,17,9,17,18v0,9,-8,18,-18,18","w":232,"k":{"a":-3,"\u0103":-3,"\u0101":-3,"\u0105":-3,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u0153":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2}},"\u0124":{"d":"27,-243r32,0r0,102r117,0r0,-102r32,0r0,243r-32,0r0,-114r-117,0r0,114r-32,0r0,-243xm105,-297r25,0r37,41r-26,0v-8,-8,-15,-17,-24,-24r-23,24r-26,0","w":234,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"\u012c":{"d":"27,-243r32,0r0,243r-32,0r0,-243xm-1,-296r18,0v2,8,8,17,26,17v18,0,24,-8,26,-17r19,0v-1,21,-14,38,-45,38v-31,0,-43,-16,-44,-38","w":86,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"\u0130":{"d":"27,-243r32,0r0,243r-32,0r0,-243xm61,-278v0,9,-7,18,-18,18v-10,0,-17,-9,-17,-18v0,-9,8,-18,18,-18v10,0,17,9,17,18","w":86,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"\u012a":{"d":"27,-243r32,0r0,243r-32,0r0,-243xm0,-284r86,0r0,20r-86,0r0,-20","w":86,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"\u012e":{"d":"59,-243r0,243v-27,-4,-37,53,-8,54v7,0,13,-1,17,-3r5,16v-23,16,-64,9,-63,-23v0,-18,11,-34,17,-44r0,-243r32,0","w":86,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"\u0128":{"d":"27,-243r32,0r0,243r-32,0r0,-243xm88,-294v3,49,-42,32,-63,21v-6,0,-9,6,-10,16r-16,0v-1,-22,8,-37,24,-37v17,0,43,34,48,0r17,0","w":86,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"\u0134":{"d":"77,-83r0,-160r31,0r0,163v1,79,-50,94,-107,78r5,-25v40,10,71,5,71,-56xm79,-297r24,0r38,41r-27,0r-23,-24r-23,24r-26,0","w":133,"k":{"v":-4,"w":-4,"y":-4,"\u0175":-4,")":-15,"]":-15,"}":-15,",":4,".":4}},"\u0136":{"d":"27,0r0,-243r32,0r1,117v29,-41,62,-78,93,-117r39,0r-88,103r95,140r-37,0r-80,-119r-23,26r0,93r-32,0xm77,79r-6,-15v27,-2,35,-30,15,-45r23,-5v32,20,4,71,-32,65","w":195,"k":{"T":-8,"\u0166":-8,"\u0164":-8,"\u0162":-8,"J":-14,"\u0134":-14,"C":6,"G":6,"O":6,"Q":6,"\u0152":6,"\u0106":6,"\u010c":6,"\u0108":6,"\u010a":6,"\u011e":6,"\u011c":6,"\u0122":6,"\u0120":6,"\u014e":6,"\u0150":6,"\u014c":6,"V":-5,"W":-5,"\u0174":-5,"Y":3,"\u0178":3,"A":-4,"\u0102":-4,"\u0100":-4,"\u0104":-4,"Z":-7,"\u017d":-7,"\u0179":-7,"\u017b":-7,"a":-6,"\u0103":-6,"\u0101":-6,"\u0105":-6,"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"u":2,"\u016d":2,"\u0171":2,"\u016b":2,"\u0173":2,"\u016f":2,"\u0169":2,"v":6,"w":6,"y":6,"\u0175":6,":":-8,";":-8,"-":6,")":-8,"]":-8,"}":-8,",":-6,".":-6}},"\u0139":{"d":"27,0r0,-243r32,0r0,217r103,0r0,26r-135,0xm64,-298r39,0r-46,42r-26,0","w":169,"k":{"T":32,"\u0166":32,"\u0164":32,"\u0162":32,"J":-4,"\u0134":-4,"C":14,"G":14,"O":14,"Q":14,"\u0152":14,"\u0106":14,"\u010c":14,"\u0108":14,"\u010a":14,"\u011e":14,"\u011c":14,"\u0122":14,"\u0120":14,"\u014e":14,"\u0150":14,"\u014c":14,"U":13,"\u016c":13,"\u0170":13,"\u016a":13,"\u0172":13,"\u016e":13,"\u0168":13,"V":21,"W":21,"\u0174":21,"Y":30,"\u0178":30,"c":5,"d":5,"e":5,"o":5,"q":5,"\u0153":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"u":5,"\u016d":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u0169":5,"v":10,"w":10,"y":10,"\u0175":10,"-":15,"\"":35,"'":35}},"\u013d":{"d":"27,0r0,-243r32,0r0,217r103,0r0,26r-135,0xm94,-181r-7,-15v26,-2,36,-31,15,-46r24,-5v30,20,4,72,-32,66","w":169,"k":{"T":32,"\u0166":32,"\u0164":32,"\u0162":32,"J":-4,"\u0134":-4,"C":14,"G":14,"O":14,"Q":14,"\u0152":14,"\u0106":14,"\u010c":14,"\u0108":14,"\u010a":14,"\u011e":14,"\u011c":14,"\u0122":14,"\u0120":14,"\u014e":14,"\u0150":14,"\u014c":14,"U":13,"\u016c":13,"\u0170":13,"\u016a":13,"\u0172":13,"\u016e":13,"\u0168":13,"V":21,"W":21,"\u0174":21,"Y":30,"\u0178":30,"c":5,"d":5,"e":5,"o":5,"q":5,"\u0153":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"u":5,"\u016d":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u0169":5,"v":10,"w":10,"y":10,"\u0175":10,"-":15,"\"":35,"'":35}},"\u013b":{"d":"27,0r0,-243r32,0r0,217r103,0r0,26r-135,0xm67,80r-6,-15v26,-2,36,-31,15,-45r23,-5v32,20,4,71,-32,65","w":169,"k":{"T":32,"\u0166":32,"\u0164":32,"\u0162":32,"J":-4,"\u0134":-4,"C":14,"G":14,"O":14,"Q":14,"\u0152":14,"\u0106":14,"\u010c":14,"\u0108":14,"\u010a":14,"\u011e":14,"\u011c":14,"\u0122":14,"\u0120":14,"\u014e":14,"\u0150":14,"\u014c":14,"U":13,"\u016c":13,"\u0170":13,"\u016a":13,"\u0172":13,"\u016e":13,"\u0168":13,"V":21,"W":21,"\u0174":21,"Y":30,"\u0178":30,"c":5,"d":5,"e":5,"o":5,"q":5,"\u0153":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"u":5,"\u016d":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u0169":5,"v":10,"w":10,"y":10,"\u0175":10,"-":15,"\"":35,"'":35}},"\u013f":{"d":"27,0r0,-243r32,0r0,217r103,0r0,26r-135,0xm140,-134v0,9,-7,20,-18,19v-22,-1,-22,-37,1,-37v10,0,17,9,17,18","w":169,"k":{"\u014c":14,"\u0150":14,"\u014e":14,"\u0120":14,"\u0122":14,"\u011c":14,"\u011e":14,"\u010a":14,"\u0108":14,"\u010c":14,"\u0106":14,"\u0152":14,"Q":14,"O":14,"G":14,"C":14,"T":32,"\u0166":32,"\u0164":32,"\u0162":32,"J":-4,"\u0134":-4,"U":13,"\u016c":13,"\u0170":13,"\u016a":13,"\u0172":13,"\u016e":13,"\u0168":13,"V":21,"W":21,"\u0174":21,"Y":30,"\u0178":30,"c":5,"d":5,"e":5,"o":5,"q":5,"\u0153":5,"\u0111":5,"\u0107":5,"\u010d":5,"\u0109":5,"\u010b":5,"\u010f":5,"\u0115":5,"\u011b":5,"\u0117":5,"\u0113":5,"\u0119":5,"\u014f":5,"\u0151":5,"\u014d":5,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"u":5,"\u016d":5,"\u0171":5,"\u016b":5,"\u0173":5,"\u016f":5,"\u0169":5,"v":10,"w":10,"y":10,"\u0175":10,"-":15,"\"":35,"'":35}},"\u0143":{"d":"57,0r-30,0r0,-243r35,0r77,123v19,28,31,56,45,79v-6,-60,-3,-135,-4,-202r30,0r0,243r-32,0r-77,-123v-18,-27,-33,-57,-47,-81v4,59,3,138,3,204xm134,-298r38,0r-46,42r-26,0","w":236,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"\u0147":{"d":"57,0r-30,0r0,-243r35,0r77,123v19,28,31,56,45,79v-6,-60,-3,-135,-4,-202r30,0r0,243r-32,0r-77,-123v-18,-27,-33,-57,-47,-81v4,59,3,138,3,204xm131,-254r-24,0r-38,-41r27,0v8,8,15,18,24,25r22,-25r26,0","w":236,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"\u0145":{"d":"57,0r-30,0r0,-243r35,0r77,123v19,28,31,56,45,79v-6,-60,-3,-135,-4,-202r30,0r0,243r-32,0r-77,-123v-18,-27,-33,-57,-47,-81v4,59,3,138,3,204xm97,80r-6,-15v26,-2,36,-31,15,-46r23,-5v7,5,15,15,15,27v0,27,-25,38,-47,39","w":236,"k":{"Y":3,"\u0178":3,"f":-4,"b":-4,"h":-4,"k":-4,"l":-4,"\u0142":-4,"\u0127":-4,"\u0125":-4,"\u0137":-4,"\u013a":-4,"\u013e":-4,"\u013c":-4,"\u0140":-4,"j":-3,"\u0135":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"v":-3,"w":-3,"y":-3,"\u0175":-3,"z":-4,"\u017e":-4,"\u017a":-4,"\u017c":-4,"x":-2}},"\u014e":{"d":"126,-247v66,0,109,51,109,123v0,84,-51,128,-113,128v-64,0,-109,-50,-109,-123v0,-77,48,-128,113,-128xm124,-221v-52,0,-78,48,-78,101v0,52,29,98,78,98v50,0,78,-45,78,-100v0,-48,-26,-99,-78,-99xm79,-299r19,0v2,8,8,18,26,18v18,0,24,-9,26,-18r18,0v-1,21,-14,38,-45,38v-31,0,-43,-16,-44,-38","w":248,"k":{"\u0142":-1,"T":9,"\u0166":9,"\u0164":9,"\u0162":9,"X":10,"Y":10,"\u0178":10,"A":5,"\u0102":5,"\u0100":5,"\u0104":5,"f":-6,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"j":-2,"\u0135":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u0153":-1,"\u0111":-1,"\u0107":-1,"\u010d":-1,"\u0109":-1,"\u010b":-1,"\u010f":-1,"\u0115":-1,"\u011b":-1,"\u0117":-1,"\u0113":-1,"\u0119":-1,"\u014f":-1,"\u0151":-1,"\u014d":-1,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"u":-1,"\u016d":-1,"\u0171":-1,"\u016b":-1,"\u0173":-1,"\u016f":-1,"\u0169":-1,"v":-5,"w":-5,"y":-5,"\u0175":-5,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"x":2,"-":-5,")":3,"]":3,"}":3,",":12,".":12}},"\u0150":{"d":"126,-247v66,0,109,51,109,123v0,84,-51,128,-113,128v-64,0,-109,-50,-109,-123v0,-77,48,-128,113,-128xm124,-221v-52,0,-78,48,-78,101v0,52,29,98,78,98v50,0,78,-45,78,-100v0,-48,-26,-99,-78,-99xm115,-299r34,0r-40,41r-23,0xm168,-299r34,0r-40,41r-23,0","w":248,"k":{"\u0142":-1,"T":9,"\u0166":9,"\u0164":9,"\u0162":9,"X":10,"Y":10,"\u0178":10,"A":5,"\u0102":5,"\u0100":5,"\u0104":5,"f":-6,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"j":-2,"\u0135":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u0153":-1,"\u0111":-1,"\u0107":-1,"\u010d":-1,"\u0109":-1,"\u010b":-1,"\u010f":-1,"\u0115":-1,"\u011b":-1,"\u0117":-1,"\u0113":-1,"\u0119":-1,"\u014f":-1,"\u0151":-1,"\u014d":-1,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"u":-1,"\u016d":-1,"\u0171":-1,"\u016b":-1,"\u0173":-1,"\u016f":-1,"\u0169":-1,"v":-5,"w":-5,"y":-5,"\u0175":-5,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"x":2,"-":-5,")":3,"]":3,"}":3,",":12,".":12}},"\u014c":{"d":"126,-247v66,0,109,51,109,123v0,84,-51,128,-113,128v-64,0,-109,-50,-109,-123v0,-77,48,-128,113,-128xm124,-221v-52,0,-78,48,-78,101v0,52,29,98,78,98v50,0,78,-45,78,-100v0,-48,-26,-99,-78,-99xm81,-285r86,0r0,19r-86,0r0,-19","w":248,"k":{"\u0142":-1,"T":9,"\u0166":9,"\u0164":9,"\u0162":9,"X":10,"Y":10,"\u0178":10,"A":5,"\u0102":5,"\u0100":5,"\u0104":5,"f":-6,"g":-2,"\u011f":-2,"\u011d":-2,"\u0123":-2,"\u0121":-2,"j":-2,"\u0135":-2,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u0153":-1,"\u0111":-1,"\u0107":-1,"\u010d":-1,"\u0109":-1,"\u010b":-1,"\u010f":-1,"\u0115":-1,"\u011b":-1,"\u0117":-1,"\u0113":-1,"\u0119":-1,"\u014f":-1,"\u0151":-1,"\u014d":-1,"t":-6,"\u0167":-6,"\u0165":-6,"\u0163":-6,"u":-1,"\u016d":-1,"\u0171":-1,"\u016b":-1,"\u0173":-1,"\u016f":-1,"\u0169":-1,"v":-5,"w":-5,"y":-5,"\u0175":-5,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,"x":2,"-":-5,")":3,"]":3,"}":3,",":12,".":12}},"\u0154":{"d":"27,-239v63,-11,150,-10,150,60v0,33,-22,52,-46,63v38,3,42,98,54,116r-32,0v-4,-7,-10,-28,-16,-58v-9,-44,-32,-49,-78,-47r0,105r-32,0r0,-239xm59,-217r0,88v46,4,86,-6,86,-46v0,-43,-50,-50,-86,-42xm109,-299r38,0r-46,42r-26,0","w":193,"k":{"T":-3,"\u0166":-3,"\u0164":-3,"\u0162":-3,"C":-1,"G":-1,"O":-1,"Q":-1,"\u0152":-1,"\u0106":-1,"\u010c":-1,"\u0108":-1,"\u010a":-1,"\u011e":-1,"\u011c":-1,"\u0122":-1,"\u0120":-1,"\u014e":-1,"\u0150":-1,"\u014c":-1,"V":-6,"W":-6,"\u0174":-6,"X":-2,"Y":4,"\u0178":4,"A":-2,"\u0102":-2,"\u0100":-2,"\u0104":-2,"a":-4,"\u0103":-4,"\u0101":-4,"\u0105":-4,"b":-3,"h":-3,"k":-3,"l":-3,"\u0142":-3,"\u0127":-3,"\u0125":-3,"\u0137":-3,"\u013a":-3,"\u013e":-3,"\u013c":-3,"\u0140":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u0153":-1,"\u0111":-1,"\u0107":-1,"\u010d":-1,"\u0109":-1,"\u010b":-1,"\u010f":-1,"\u0115":-1,"\u011b":-1,"\u0117":-1,"\u0113":-1,"\u0119":-1,"\u014f":-1,"\u0151":-1,"\u014d":-1,"t":-7,"\u0167":-7,"\u0165":-7,"\u0163":-7,"v":-5,"w":-5,"y":-5,"\u0175":-5}},"\u0158":{"d":"27,-239v63,-11,150,-10,150,60v0,33,-22,52,-46,63v38,3,42,98,54,116r-32,0v-4,-7,-10,-28,-16,-58v-9,-44,-32,-49,-78,-47r0,105r-32,0r0,-239xm59,-217r0,88v46,4,86,-6,86,-46v0,-43,-50,-50,-86,-42xm107,-257r-24,0r-38,-41r27,0r23,25r23,-25r26,0","w":193,"k":{"T":-3,"\u0166":-3,"\u0164":-3,"\u0162":-3,"C":-1,"G":-1,"O":-1,"Q":-1,"\u0152":-1,"\u0106":-1,"\u010c":-1,"\u0108":-1,"\u010a":-1,"\u011e":-1,"\u011c":-1,"\u0122":-1,"\u0120":-1,"\u014e":-1,"\u0150":-1,"\u014c":-1,"V":-6,"W":-6,"\u0174":-6,"X":-2,"Y":4,"\u0178":4,"A":-2,"\u0102":-2,"\u0100":-2,"\u0104":-2,"a":-4,"\u0103":-4,"\u0101":-4,"\u0105":-4,"b":-3,"h":-3,"k":-3,"l":-3,"\u0142":-3,"\u0127":-3,"\u0125":-3,"\u0137":-3,"\u013a":-3,"\u013e":-3,"\u013c":-3,"\u0140":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u0153":-1,"\u0111":-1,"\u0107":-1,"\u010d":-1,"\u0109":-1,"\u010b":-1,"\u010f":-1,"\u0115":-1,"\u011b":-1,"\u0117":-1,"\u0113":-1,"\u0119":-1,"\u014f":-1,"\u0151":-1,"\u014d":-1,"t":-7,"\u0167":-7,"\u0165":-7,"\u0163":-7,"v":-5,"w":-5,"y":-5,"\u0175":-5}},"\u0156":{"d":"27,-239v63,-11,150,-10,150,60v0,33,-22,52,-46,63v38,3,42,98,54,116r-32,0v-4,-7,-10,-28,-16,-58v-9,-44,-32,-49,-78,-47r0,105r-32,0r0,-239xm59,-217r0,88v46,4,86,-6,86,-46v0,-43,-50,-50,-86,-42xm76,77r-6,-14v26,-2,36,-31,15,-46r23,-5v7,5,15,15,15,27v0,27,-25,37,-47,38","w":193,"k":{"T":-3,"\u0166":-3,"\u0164":-3,"\u0162":-3,"C":-1,"G":-1,"O":-1,"Q":-1,"\u0152":-1,"\u0106":-1,"\u010c":-1,"\u0108":-1,"\u010a":-1,"\u011e":-1,"\u011c":-1,"\u0122":-1,"\u0120":-1,"\u014e":-1,"\u0150":-1,"\u014c":-1,"V":-6,"W":-6,"\u0174":-6,"X":-2,"Y":4,"\u0178":4,"A":-2,"\u0102":-2,"\u0100":-2,"\u0104":-2,"a":-4,"\u0103":-4,"\u0101":-4,"\u0105":-4,"b":-3,"h":-3,"k":-3,"l":-3,"\u0142":-3,"\u0127":-3,"\u0125":-3,"\u0137":-3,"\u013a":-3,"\u013e":-3,"\u013c":-3,"\u0140":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"\u0131":-4,"\u014b":-4,"\u0138":-4,"\u0133":-4,"\u012d":-4,"\u012b":-4,"\u012f":-4,"\u0129":-4,"\u0144":-4,"\u0148":-4,"\u0146":-4,"\u0155":-4,"\u0159":-4,"\u0157":-4,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"\u0153":-1,"\u0111":-1,"\u0107":-1,"\u010d":-1,"\u0109":-1,"\u010b":-1,"\u010f":-1,"\u0115":-1,"\u011b":-1,"\u0117":-1,"\u0113":-1,"\u0119":-1,"\u014f":-1,"\u0151":-1,"\u014d":-1,"t":-7,"\u0167":-7,"\u0165":-7,"\u0163":-7,"v":-5,"w":-5,"y":-5,"\u0175":-5}},"\u015a":{"d":"15,-12r8,-26v29,24,107,22,107,-26v0,-23,-12,-39,-46,-48v-88,-22,-82,-136,15,-135v25,0,42,6,53,12r-8,26v-8,-4,-24,-12,-46,-12v-33,0,-46,20,-46,37v0,23,14,36,48,46v88,26,83,142,-23,142v-23,0,-49,-7,-62,-16xm108,-299r38,0r-46,42r-26,0","w":177,"k":{"a":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"j":1,"\u0135":1,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u0153":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":3,"w":3,"y":3,"\u0175":3,"-":-2}},"\u015e":{"d":"15,-12r8,-26v29,24,107,22,107,-26v0,-23,-12,-39,-46,-48v-88,-22,-82,-136,15,-135v25,0,42,6,53,12r-8,26v-8,-4,-24,-12,-46,-12v-33,0,-46,20,-46,37v0,23,14,36,48,46v80,24,84,123,-1,140r-10,16v14,2,25,12,25,25v1,30,-41,35,-62,23r5,-16v10,7,34,11,35,-6v0,-9,-11,-13,-28,-15v3,-8,15,-20,12,-25v-21,0,-47,-7,-61,-16","w":177,"k":{"a":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"j":1,"\u0135":1,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u0153":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":3,"w":3,"y":3,"\u0175":3,"-":-2}},"\u015c":{"d":"15,-12r8,-26v29,24,107,22,107,-26v0,-23,-12,-39,-46,-48v-88,-22,-82,-136,15,-135v25,0,42,6,53,12r-8,26v-8,-4,-24,-12,-46,-12v-33,0,-46,20,-46,37v0,23,14,36,48,46v88,26,83,142,-23,142v-23,0,-49,-7,-62,-16xm77,-298r24,0r38,41r-27,0r-23,-25r-23,25r-26,0","w":177,"k":{"a":-1,"\u0103":-1,"\u0101":-1,"\u0105":-1,"j":1,"\u0135":1,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"\u0153":-2,"\u0111":-2,"\u0107":-2,"\u010d":-2,"\u0109":-2,"\u010b":-2,"\u010f":-2,"\u0115":-2,"\u011b":-2,"\u0117":-2,"\u0113":-2,"\u0119":-2,"\u014f":-2,"\u0151":-2,"\u014d":-2,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":3,"w":3,"y":3,"\u0175":3,"-":-2}},"\u0164":{"d":"73,0r0,-216r-73,0r0,-27r179,0r0,27r-74,0r0,216r-32,0xm102,-256r-25,0r-37,-41r26,0v8,8,15,18,24,25r23,-25r26,0","w":178,"k":{"\u0129":16,"\u012f":16,"\u012b":16,"\u012d":16,"\u0133":16,"\u0131":16,"i":16,"T":-14,"\u0166":-14,"\u0164":-14,"\u0162":-14,"J":15,"\u0134":15,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u0106":10,"\u010c":10,"\u0108":10,"\u010a":10,"\u011e":10,"\u011c":10,"\u0122":10,"\u0120":10,"\u014e":10,"\u0150":10,"\u014c":10,"V":-14,"W":-14,"\u0174":-14,"X":-8,"Y":-10,"\u0178":-10,"A":27,"\u0102":27,"\u0100":27,"\u0104":27,"S":2,"\u0160":2,"\u015a":2,"\u015e":2,"\u015c":2,"a":23,"\u0103":23,"\u0101":23,"\u0105":23,"g":23,"\u011f":23,"\u011d":23,"\u0123":23,"\u0121":23,"b":3,"h":3,"k":3,"l":3,"\u0142":3,"\u0127":3,"\u0125":3,"\u0137":3,"\u013a":3,"\u013e":3,"\u013c":3,"\u0140":3,"m":16,"n":16,"p":16,"r":16,"\u014b":16,"\u0138":16,"\u0144":16,"\u0148":16,"\u0146":16,"\u0155":16,"\u0159":16,"\u0157":16,"c":26,"d":26,"e":26,"o":26,"q":26,"\u0153":26,"\u0111":26,"\u0107":26,"\u010d":26,"\u0109":26,"\u010b":26,"\u010f":26,"\u0115":26,"\u011b":26,"\u0117":26,"\u0113":26,"\u0119":26,"\u014f":26,"\u0151":26,"\u014d":26,"s":19,"\u0161":19,"\u015b":19,"\u015f":19,"\u015d":19,"u":16,"\u016d":16,"\u0171":16,"\u016b":16,"\u0173":16,"\u016f":16,"\u0169":16,"v":14,"w":14,"y":14,"\u0175":14,"z":18,"\u017e":18,"\u017a":18,"\u017c":18,"x":12,":":9,";":9,"-":18,")":-22,"]":-22,"}":-22,"\"":-6,"'":-6,",":22,".":22}},"\u0162":{"d":"73,0r0,-216r-73,0r0,-27r179,0r0,27r-74,0r0,216r-32,0xm65,80r-6,-15v26,-2,36,-32,14,-45r24,-5v30,20,3,71,-32,65","w":178,"k":{"\u0129":16,"\u012f":16,"\u012b":16,"\u012d":16,"\u0133":16,"\u0131":16,"i":16,"T":-14,"\u0166":-14,"\u0164":-14,"\u0162":-14,"J":15,"\u0134":15,"C":10,"G":10,"O":10,"Q":10,"\u0152":10,"\u0106":10,"\u010c":10,"\u0108":10,"\u010a":10,"\u011e":10,"\u011c":10,"\u0122":10,"\u0120":10,"\u014e":10,"\u0150":10,"\u014c":10,"V":-14,"W":-14,"\u0174":-14,"X":-8,"Y":-10,"\u0178":-10,"A":27,"\u0102":27,"\u0100":27,"\u0104":27,"S":2,"\u0160":2,"\u015a":2,"\u015e":2,"\u015c":2,"a":23,"\u0103":23,"\u0101":23,"\u0105":23,"g":23,"\u011f":23,"\u011d":23,"\u0123":23,"\u0121":23,"b":3,"h":3,"k":3,"l":3,"\u0142":3,"\u0127":3,"\u0125":3,"\u0137":3,"\u013a":3,"\u013e":3,"\u013c":3,"\u0140":3,"m":16,"n":16,"p":16,"r":16,"\u014b":16,"\u0138":16,"\u0144":16,"\u0148":16,"\u0146":16,"\u0155":16,"\u0159":16,"\u0157":16,"c":26,"d":26,"e":26,"o":26,"q":26,"\u0153":26,"\u0111":26,"\u0107":26,"\u010d":26,"\u0109":26,"\u010b":26,"\u010f":26,"\u0115":26,"\u011b":26,"\u0117":26,"\u0113":26,"\u0119":26,"\u014f":26,"\u0151":26,"\u014d":26,"s":19,"\u0161":19,"\u015b":19,"\u015f":19,"\u015d":19,"u":16,"\u016d":16,"\u0171":16,"\u016b":16,"\u0173":16,"\u016f":16,"\u0169":16,"v":14,"w":14,"y":14,"\u0175":14,"z":18,"\u017e":18,"\u017a":18,"\u017c":18,"x":12,":":9,";":9,"-":18,")":-22,"]":-22,"}":-22,"\"":-6,"'":-6,",":22,".":22}},"\u016c":{"d":"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-23,59,-77r0,-144r32,0r0,142v0,75,-39,105,-92,105v-50,0,-87,-29,-87,-104r0,-143xm72,-298r18,0v2,8,8,18,26,18v18,0,25,-9,27,-18r18,0v-1,21,-14,38,-45,38v-31,0,-43,-16,-44,-38","w":232,"k":{"A":12,"\u0102":12,"\u0100":12,"\u0104":12,"a":1,"\u0103":1,"\u0101":1,"\u0105":1,"f":-3,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"t":-1,"\u0167":-1,"\u0165":-1,"\u0163":-1,"v":1,"w":1,"y":1,"\u0175":1,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,",":10,".":10}},"\u0170":{"d":"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-23,59,-77r0,-144r32,0r0,142v0,75,-39,105,-92,105v-50,0,-87,-29,-87,-104r0,-143xm102,-298r34,0r-40,41r-23,0xm155,-298r34,0r-40,41r-23,0","w":232,"k":{"A":12,"\u0102":12,"\u0100":12,"\u0104":12,"a":1,"\u0103":1,"\u0101":1,"\u0105":1,"f":-3,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"t":-1,"\u0167":-1,"\u0165":-1,"\u0163":-1,"v":1,"w":1,"y":1,"\u0175":1,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,",":10,".":10}},"\u016a":{"d":"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-23,59,-77r0,-144r32,0r0,142v0,75,-39,105,-92,105v-50,0,-87,-29,-87,-104r0,-143xm73,-284r86,0r0,20r-86,0r0,-20","w":232,"k":{"A":12,"\u0102":12,"\u0100":12,"\u0104":12,"a":1,"\u0103":1,"\u0101":1,"\u0105":1,"f":-3,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"t":-1,"\u0167":-1,"\u0165":-1,"\u0163":-1,"v":1,"w":1,"y":1,"\u0175":1,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,",":10,".":10}},"\u0172":{"d":"150,49r4,16v-21,14,-61,10,-61,-20v0,-16,10,-31,20,-41v-50,-1,-85,-29,-86,-104r0,-143r32,0r0,144v0,54,24,77,56,77v36,0,59,-23,59,-77r0,-144r32,0r0,142v0,62,-28,93,-67,101v-15,11,-37,48,-6,52v6,0,12,-1,17,-3","w":232,"k":{"A":12,"\u0102":12,"\u0100":12,"\u0104":12,"a":1,"\u0103":1,"\u0101":1,"\u0105":1,"f":-3,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"t":-1,"\u0167":-1,"\u0165":-1,"\u0163":-1,"v":1,"w":1,"y":1,"\u0175":1,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,",":10,".":10}},"\u016e":{"d":"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-23,59,-77r0,-144r32,0r0,142v0,75,-39,105,-92,105v-50,0,-87,-29,-87,-104r0,-143xm117,-314v22,0,36,14,36,32v0,18,-15,32,-36,32v-22,0,-36,-14,-36,-32v0,-18,14,-32,36,-32xm116,-301v-10,0,-17,9,-17,19v0,9,7,19,17,19v11,0,18,-9,18,-19v0,-10,-7,-19,-18,-19","w":232,"k":{"A":12,"\u0102":12,"\u0100":12,"\u0104":12,"a":1,"\u0103":1,"\u0101":1,"\u0105":1,"f":-3,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"t":-1,"\u0167":-1,"\u0165":-1,"\u0163":-1,"v":1,"w":1,"y":1,"\u0175":1,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,",":10,".":10}},"\u0168":{"d":"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-23,59,-77r0,-144r32,0r0,142v0,75,-39,105,-92,105v-50,0,-87,-29,-87,-104r0,-143xm161,-294v3,49,-42,32,-63,21v-6,0,-8,6,-9,16r-17,0v-1,-22,8,-37,24,-37v17,0,43,34,48,0r17,0","w":232,"k":{"A":12,"\u0102":12,"\u0100":12,"\u0104":12,"a":1,"\u0103":1,"\u0101":1,"\u0105":1,"f":-3,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"t":-1,"\u0167":-1,"\u0165":-1,"\u0163":-1,"v":1,"w":1,"y":1,"\u0175":1,"z":2,"\u017e":2,"\u017a":2,"\u017c":2,"x":3,",":10,".":10}},"\u0174":{"d":"100,0r-33,0r-62,-243r34,0r47,207r52,-207r33,0r30,123v8,28,10,60,17,84r52,-207r32,0r-69,243r-33,0r-30,-126v-9,-30,-11,-58,-17,-80v-12,65,-37,141,-53,206xm141,-297r24,0r37,41r-26,0v-8,-8,-15,-17,-24,-24r-23,24r-25,0","w":304,"k":{"\u012d":6,"T":-12,"\u0166":-12,"\u0164":-12,"\u0162":-12,"J":8,"\u0134":8,"V":-6,"W":-6,"\u0174":-6,"A":21,"\u0102":21,"\u0100":21,"\u0104":21,"a":12,"\u0103":12,"\u0101":12,"\u0105":12,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"b":2,"h":2,"k":2,"l":2,"\u0142":2,"\u0127":2,"\u0125":2,"\u0137":2,"\u013a":2,"\u013e":2,"\u013c":2,"\u0140":2,"i":6,"m":6,"n":6,"p":6,"r":6,"\u0131":6,"\u014b":6,"\u0138":6,"\u0133":6,"\u012b":6,"\u012f":6,"\u0129":6,"\u0144":6,"\u0148":6,"\u0146":6,"\u0155":6,"\u0159":6,"\u0157":6,"c":12,"d":12,"e":12,"o":12,"q":12,"\u0153":12,"\u0111":12,"\u0107":12,"\u010d":12,"\u0109":12,"\u010b":12,"\u010f":12,"\u0115":12,"\u011b":12,"\u0117":12,"\u0113":12,"\u0119":12,"\u014f":12,"\u0151":12,"\u014d":12,"s":9,"\u0161":9,"\u015b":9,"\u015f":9,"\u015d":9,"t":-3,"\u0167":-3,"\u0165":-3,"\u0163":-3,"u":6,"\u016d":6,"\u0171":6,"\u016b":6,"\u0173":6,"\u016f":6,"\u0169":6,"v":1,"w":1,"y":1,"\u0175":1,"z":1,"\u017e":1,"\u017a":1,"\u017c":1,":":6,";":6,"-":5,")":-20,"]":-20,"}":-20,"\"":-7,"'":-7,",":20,".":20}},"\u0176":{"d":"113,0r-32,0r0,-103r-76,-140r35,0r59,117r60,-117r35,0r-81,140r0,103xm85,-297r24,0r38,41r-26,0v-8,-8,-15,-17,-24,-24r-23,24r-26,0","w":194},"\u0179":{"d":"11,0r0,-18r134,-198r-123,0r0,-27r164,0r0,19r-134,198r136,0r0,26r-177,0xm117,-298r38,0r-46,42r-25,0","k":{"J":-3,"\u0134":-3,"C":8,"G":8,"O":8,"Q":8,"\u0152":8,"\u0106":8,"\u010c":8,"\u0108":8,"\u010a":8,"\u011e":8,"\u011c":8,"\u0122":8,"\u0120":8,"\u014e":8,"\u0150":8,"\u014c":8,"X":2,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"u":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"v":3,"w":3,"y":3,"\u0175":3,"-":10}},"\u017b":{"d":"11,0r0,-18r134,-198r-123,0r0,-27r164,0r0,19r-134,198r136,0r0,26r-177,0xm101,-259v-23,-1,-23,-37,1,-37v10,0,17,9,17,18v0,9,-8,19,-18,19","k":{"J":-3,"\u0134":-3,"C":8,"G":8,"O":8,"Q":8,"\u0152":8,"\u0106":8,"\u010c":8,"\u0108":8,"\u010a":8,"\u011e":8,"\u011c":8,"\u0122":8,"\u0120":8,"\u014e":8,"\u0150":8,"\u014c":8,"X":2,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"u":3,"\u016d":3,"\u0171":3,"\u016b":3,"\u0173":3,"\u016f":3,"\u0169":3,"v":3,"w":3,"y":3,"\u0175":3,"-":10}},"\u0103":{"d":"42,-246r19,0v2,14,11,25,26,25v17,0,25,-13,26,-25r18,0v0,27,-17,45,-44,45v-32,0,-45,-23,-45,-45xm82,-178v96,3,57,98,70,178r-29,0v-2,-7,0,-17,-4,-22v-10,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-18,-2,-42,-39,-44v-16,0,-34,5,-46,13r-7,-21v14,-9,35,-15,57,-15xm44,-50v0,53,74,30,74,-9r0,-30v-35,-1,-74,5,-74,39","w":173},"\u0101":{"d":"46,-231r81,0r0,20r-81,0r0,-20xm82,-178v96,3,57,98,70,178r-29,0v-2,-7,0,-17,-4,-22v-10,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-18,-2,-42,-39,-44v-16,0,-34,5,-46,13r-7,-21v14,-9,35,-15,57,-15xm44,-50v0,53,74,30,74,-9r0,-30v-35,-1,-74,5,-74,39","w":173},"\u0105":{"d":"82,-178v96,2,57,98,70,178v-18,-2,-21,21,-23,35v-3,19,21,21,33,14r5,17v-22,15,-62,10,-62,-22v0,-27,27,-41,14,-66v-10,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-18,-2,-42,-39,-44v-16,0,-34,5,-46,13r-7,-21v14,-9,35,-15,57,-15xm44,-50v0,53,74,30,74,-9r0,-30v-35,-1,-74,5,-74,39","w":173},"\u0107":{"d":"109,-249r35,0r-44,51r-23,0xm145,-30r5,24v-8,4,-27,10,-50,10v-53,0,-86,-36,-86,-89v0,-70,72,-112,137,-84r-7,25v-42,-24,-106,5,-98,57v-4,57,55,78,99,57","w":161,"k":{"T":4,"\u0166":4,"\u0164":4,"\u0162":4,"f":-1,"c":2,"d":2,"e":2,"o":2,"q":2,"\u0153":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"v":-6,"w":-6,"y":-6,"\u0175":-6,"-":-2,",":4,".":4}},"\u010d":{"d":"106,-198r-23,0r-35,-51r25,0v8,11,13,24,22,34r21,-34r24,0xm145,-30r5,24v-8,4,-27,10,-50,10v-53,0,-86,-36,-86,-89v0,-70,72,-112,137,-84r-7,25v-42,-24,-106,5,-98,57v-4,57,55,78,99,57","w":161,"k":{"T":4,"\u0166":4,"\u0164":4,"\u0162":4,"f":-1,"c":2,"d":2,"e":2,"o":2,"q":2,"\u0153":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"v":-6,"w":-6,"y":-6,"\u0175":-6,"-":-2,",":4,".":4}},"\u0109":{"d":"82,-249r22,0r35,51r-25,0v-7,-11,-12,-24,-21,-34r-21,34r-23,0xm145,-30r5,24v-8,4,-27,10,-50,10v-53,0,-86,-36,-86,-89v0,-70,72,-112,137,-84r-7,25v-42,-24,-106,5,-98,57v-4,57,55,78,99,57","w":161,"k":{"T":4,"\u0166":4,"\u0164":4,"\u0162":4,"f":-1,"c":2,"d":2,"e":2,"o":2,"q":2,"\u0153":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"v":-6,"w":-6,"y":-6,"\u0175":-6,"-":-2,",":4,".":4}},"\u010b":{"d":"95,-205v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,19,-18,19xm145,-30r5,24v-8,4,-27,10,-50,10v-53,0,-86,-36,-86,-89v0,-70,72,-112,137,-84r-7,25v-42,-24,-106,5,-98,57v-4,57,55,78,99,57","w":161,"k":{"T":4,"\u0166":4,"\u0164":4,"\u0162":4,"f":-1,"c":2,"d":2,"e":2,"o":2,"q":2,"\u0153":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"t":-5,"\u0167":-5,"\u0165":-5,"\u0163":-5,"v":-6,"w":-6,"y":-6,"\u0175":-6,"-":-2,",":4,".":4}},"\u010f":{"d":"145,-256r32,0r1,256r-28,0r-2,-30v-34,62,-134,33,-134,-55v0,-86,90,-120,131,-67r0,-104xm97,-22v36,0,48,-34,48,-81v0,-31,-19,-50,-47,-50v-33,0,-52,28,-52,67v0,35,17,64,51,64xm217,-259v29,16,-3,97,-24,61v13,-11,19,-45,1,-56","w":206,"k":{"\u0140":-20,"\u013c":-20,"\u013e":-20,"\u013a":-20,"\u0137":-20,"\u0125":-20,"\u0127":-20,"\u0142":-20,"l":-20,"k":-20,"h":-20,"b":-20,",":4,".":4}},"\u0115":{"d":"46,-246r19,0v2,14,11,25,26,25v17,0,25,-13,26,-25r19,0v0,27,-18,45,-45,45v-32,0,-45,-23,-45,-45xm166,-81r-122,0v-2,64,66,69,108,51r5,23v-11,5,-30,11,-58,11v-54,0,-85,-35,-85,-88v0,-53,30,-94,81,-94v63,0,75,53,71,97xm44,-104r93,0v0,-20,-8,-52,-44,-52v-32,0,-46,30,-49,52","w":180,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"x":1,"-":-10,",":4,".":4}},"\u011b":{"d":"103,-198r-23,0r-35,-51r25,0v8,11,13,24,22,34r21,-34r24,0xm166,-81r-122,0v-2,64,66,69,108,51r5,23v-11,5,-30,11,-58,11v-54,0,-85,-35,-85,-88v0,-53,30,-94,81,-94v63,0,75,53,71,97xm44,-104r93,0v0,-20,-8,-52,-44,-52v-32,0,-46,30,-49,52","w":180,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"x":1,"-":-10,",":4,".":4}},"\u0117":{"d":"109,-224v0,10,-7,19,-18,19v-10,0,-18,-9,-18,-19v0,-10,9,-18,19,-18v10,0,17,8,17,18xm166,-81r-122,0v-2,64,66,69,108,51r5,23v-11,5,-30,11,-58,11v-54,0,-85,-35,-85,-88v0,-53,30,-94,81,-94v63,0,75,53,71,97xm44,-104r93,0v0,-20,-8,-52,-44,-52v-32,0,-46,30,-49,52","w":180,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"x":1,"-":-10,",":4,".":4}},"\u0113":{"d":"51,-231r81,0r0,20r-81,0r0,-20xm166,-81r-122,0v-2,64,66,69,108,51r5,23v-11,5,-30,11,-58,11v-54,0,-85,-35,-85,-88v0,-53,30,-94,81,-94v63,0,75,53,71,97xm44,-104r93,0v0,-20,-8,-52,-44,-52v-32,0,-46,30,-49,52","w":180,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"x":1,"-":-10,",":4,".":4}},"\u0119":{"d":"157,-7v-23,7,-50,22,-50,44v0,18,19,18,32,12r5,16v-20,16,-62,11,-62,-20v0,-19,16,-32,26,-42v-57,6,-95,-33,-94,-87v0,-53,30,-94,81,-94v63,0,75,53,71,97r-122,0v-2,64,66,69,108,51xm44,-104r93,0v0,-20,-8,-52,-44,-52v-32,0,-46,30,-49,52","w":180,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"x":1,"-":-10,",":4,".":4}},"\u011f":{"d":"53,-246r19,0v2,14,11,25,26,25v17,0,25,-13,26,-25r19,0v0,27,-18,45,-45,45v-32,0,-45,-23,-45,-45xm175,-25v10,94,-78,119,-146,86r8,-24v38,22,112,22,107,-47v-1,-6,2,-16,-1,-20v-10,16,-28,29,-55,29v-43,0,-74,-37,-74,-85v0,-90,99,-118,133,-62r2,-26r27,0xm97,-25v35,1,51,-35,47,-80v-3,-29,-18,-48,-46,-48v-30,0,-52,26,-52,66v0,34,17,62,51,62","w":201,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"f":-1,"i":2,"m":2,"n":2,"p":2,"r":2,"\u0131":2,"\u014b":2,"\u0138":2,"\u0133":2,"\u012d":2,"\u012b":2,"\u012f":2,"\u0129":2,"\u0144":2,"\u0148":2,"\u0146":2,"\u0155":2,"\u0159":2,"\u0157":2,",":5,".":5}},"\u011d":{"d":"89,-251r22,0r35,52r-25,0r-21,-34r-21,34r-24,0xm175,-25v10,94,-78,119,-146,86r8,-24v38,22,112,22,107,-47v-1,-6,2,-16,-1,-20v-10,16,-28,29,-55,29v-43,0,-74,-37,-74,-85v0,-90,99,-118,133,-62r2,-26r27,0xm97,-25v35,1,51,-35,47,-80v-3,-29,-18,-48,-46,-48v-30,0,-52,26,-52,66v0,34,17,62,51,62","w":201,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"f":-1,"i":2,"m":2,"n":2,"p":2,"r":2,"\u0131":2,"\u014b":2,"\u0138":2,"\u0133":2,"\u012d":2,"\u012b":2,"\u012f":2,"\u0129":2,"\u0144":2,"\u0148":2,"\u0146":2,"\u0155":2,"\u0159":2,"\u0157":2,",":5,".":5}},"\u0123":{"d":"175,-25v10,94,-78,119,-146,86r8,-24v38,22,112,22,107,-47v-1,-6,2,-16,-1,-20v-10,16,-28,29,-55,29v-43,0,-74,-37,-74,-85v0,-90,99,-118,133,-62r2,-26r27,0xm97,-25v35,1,51,-35,47,-80v-3,-29,-18,-48,-46,-48v-30,0,-52,26,-52,66v0,34,17,62,51,62xm122,-255r6,13v-28,0,-36,31,-16,45r-22,4v-32,-20,-4,-68,32,-62","w":201,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"f":-1,"i":2,"m":2,"n":2,"p":2,"r":2,"\u0131":2,"\u014b":2,"\u0138":2,"\u0133":2,"\u012d":2,"\u012b":2,"\u012f":2,"\u0129":2,"\u0144":2,"\u0148":2,"\u0146":2,"\u0155":2,"\u0159":2,"\u0157":2,",":5,".":5}},"\u0121":{"d":"100,-206v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,19,-18,19xm175,-25v10,94,-78,119,-146,86r8,-24v38,22,112,22,107,-47v-1,-6,2,-16,-1,-20v-10,16,-28,29,-55,29v-43,0,-74,-37,-74,-85v0,-90,99,-118,133,-62r2,-26r27,0xm97,-25v35,1,51,-35,47,-80v-3,-29,-18,-48,-46,-48v-30,0,-52,26,-52,66v0,34,17,62,51,62","w":201,"k":{"T":12,"\u0166":12,"\u0164":12,"\u0162":12,"f":-1,"i":2,"m":2,"n":2,"p":2,"r":2,"\u0131":2,"\u014b":2,"\u0138":2,"\u0133":2,"\u012d":2,"\u012b":2,"\u012f":2,"\u0129":2,"\u0144":2,"\u0148":2,"\u0146":2,"\u0155":2,"\u0159":2,"\u0157":2,",":5,".":5}},"\u0125":{"d":"103,-152v-63,0,-42,91,-45,152r-32,0r0,-256r32,0r1,109v29,-45,116,-51,116,43r0,104r-32,0v-6,-59,22,-152,-40,-152xm31,-303r24,0r38,41r-26,0v-8,-8,-15,-18,-24,-25r-23,25r-26,0","k":{"T":18,"\u0166":18,"\u0164":18,"\u0162":18,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":5,"w":5,"y":5,"\u0175":5,"\"":3,"'":3}},"\u012d":{"d":"-1,-246r18,0v2,14,11,25,26,25v17,0,25,-13,26,-25r19,0v0,27,-18,45,-45,45v-32,0,-44,-23,-44,-45xm58,0r-32,0r0,-174r32,0r0,174","w":84},"\u012b":{"d":"2,-231r81,0r0,20r-81,0r0,-20xm58,0r-32,0r0,-174r32,0r0,174","w":84},"\u012f":{"d":"62,-225v0,11,-7,20,-21,20v-12,0,-19,-9,-19,-20v0,-11,8,-21,20,-21v12,0,20,10,20,21xm58,-174r0,174v-27,-4,-37,53,-8,54v7,0,13,-1,17,-3r5,16v-23,15,-63,10,-63,-23v0,-18,11,-34,17,-44r0,-174r32,0","w":84},"\u0129":{"d":"87,-243v3,50,-40,34,-63,23v-6,0,-8,6,-9,16r-17,0v-3,-49,38,-39,62,-24v6,0,9,-3,10,-15r17,0xm58,0r-32,0r0,-174r32,0r0,174","w":84},"\u0135":{"d":"-16,51v41,-7,46,-16,46,-79r0,-146r32,0v-8,98,36,248,-75,250xm33,-247r22,0r34,52r-24,0v-8,-11,-13,-25,-22,-35r-21,35r-23,0","w":87,"k":{",":4,".":4}},"\u0137":{"d":"58,-256r0,162r67,-80r38,0r-67,71r76,103r-38,0r-60,-84r-16,18r0,66r-32,0r0,-256r32,0xm64,80r-6,-15v26,-1,36,-32,14,-45r24,-5v30,20,3,71,-32,65","w":168,"k":{"T":7,"\u0166":7,"\u0164":7,"\u0162":7,"a":-6,"\u0103":-6,"\u0101":-6,"\u0105":-6,"b":-6,"h":-6,"k":-6,"l":-6,"\u0142":-6,"\u0127":-6,"\u0125":-6,"\u0137":-6,"\u013a":-6,"\u013e":-6,"\u013c":-6,"\u0140":-6,"i":-6,"m":-6,"n":-6,"p":-6,"r":-6,"\u0131":-6,"\u014b":-6,"\u0138":-6,"\u0133":-6,"\u012d":-6,"\u012b":-6,"\u012f":-6,"\u0129":-6,"\u0144":-6,"\u0148":-6,"\u0146":-6,"\u0155":-6,"\u0159":-6,"\u0157":-6,"u":-1,"\u016d":-1,"\u0171":-1,"\u016b":-1,"\u0173":-1,"\u016f":-1,"\u0169":-1,"v":-5,"w":-5,"y":-5,"\u0175":-5,":":-4,";":-4,"-":4,",":-5,".":-5}},"\u013a":{"d":"26,0r0,-256r32,0r0,256r-32,0xm55,-308r39,0r-46,42r-26,0","w":84,"k":{",":4,".":4}},"\u013e":{"d":"26,0r0,-256r32,0r0,256r-32,0xm86,-188r-14,-10v13,-10,19,-44,2,-56r23,-5v6,4,12,14,12,27v0,26,-18,39,-23,44","w":87,"k":{",":4,".":4}},"\u013c":{"d":"26,0r0,-256r32,0r0,256r-32,0xm19,80r-6,-15v26,-1,36,-32,14,-45r24,-5v30,20,3,71,-32,65","w":84,"k":{",":4,".":4}},"\u0140":{"d":"26,0r0,-256r32,0r0,256r-32,0xm91,-123v-10,0,-17,-9,-17,-18v0,-10,7,-18,17,-18v9,0,17,8,17,18v0,9,-7,18,-17,18","w":97,"k":{",":4,".":4}},"\u0144":{"d":"114,-249r35,0r-44,51r-22,0xm103,-152v-64,0,-41,91,-45,152r-32,0r-1,-174r28,0r2,29v27,-46,119,-55,120,41r0,104r-32,0v-6,-59,22,-152,-40,-152","k":{"T":18,"\u0166":18,"\u0164":18,"\u0162":18,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":5,"w":5,"y":5,"\u0175":5,"\"":3,"'":3}},"\u0148":{"d":"112,-198r-23,0r-35,-51r24,0r22,34r22,-34r23,0xm103,-152v-64,0,-41,91,-45,152r-32,0r-1,-174r28,0r2,29v27,-46,119,-55,120,41r0,104r-32,0v-6,-59,22,-152,-40,-152","k":{"T":18,"\u0166":18,"\u0164":18,"\u0162":18,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":5,"w":5,"y":5,"\u0175":5,"\"":3,"'":3}},"\u0146":{"d":"103,-152v-64,0,-41,91,-45,152r-32,0r-1,-174r28,0r2,29v27,-46,119,-55,120,41r0,104r-32,0v-6,-59,22,-152,-40,-152xm80,80r-7,-15v26,-1,36,-32,15,-46r24,-5v30,20,4,72,-32,66","k":{"T":18,"\u0166":18,"\u0164":18,"\u0162":18,"t":1,"\u0167":1,"\u0165":1,"\u0163":1,"v":5,"w":5,"y":5,"\u0175":5,"\"":3,"'":3}},"\u014f":{"d":"54,-246r19,0v2,14,11,25,26,25v17,0,25,-13,26,-25r18,0v0,27,-17,45,-44,45v-32,0,-45,-23,-45,-45xm100,-178v50,0,84,36,84,89v0,64,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92xm99,-154v-37,0,-53,34,-53,67v0,38,22,67,53,67v30,0,53,-28,53,-67v0,-30,-16,-67,-53,-67","w":197,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"v":3,"w":3,"y":3,"\u0175":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-5,")":1,"]":1,"}":1,"\"":4,"'":4,",":9,".":9}},"\u0151":{"d":"86,-249r31,0r-40,49r-20,0xm138,-249r30,0r-39,49r-20,0xm100,-178v50,0,84,36,84,89v0,64,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92xm99,-154v-37,0,-53,34,-53,67v0,38,22,67,53,67v30,0,53,-28,53,-67v0,-30,-16,-67,-53,-67","w":197,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"v":3,"w":3,"y":3,"\u0175":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-5,")":1,"]":1,"}":1,"\"":4,"'":4,",":9,".":9}},"\u014d":{"d":"58,-231r81,0r0,20r-81,0r0,-20xm100,-178v50,0,84,36,84,89v0,64,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92xm99,-154v-37,0,-53,34,-53,67v0,38,22,67,53,67v30,0,53,-28,53,-67v0,-30,-16,-67,-53,-67","w":197,"k":{"T":14,"\u0166":14,"\u0164":14,"\u0162":14,"v":3,"w":3,"y":3,"\u0175":3,"z":3,"\u017e":3,"\u017a":3,"\u017c":3,"x":5,"-":-5,")":1,"]":1,"}":1,"\"":4,"'":4,",":9,".":9}},"\u0155":{"d":"78,-249r35,0r-44,51r-23,0xm112,-147v-68,-12,-53,82,-54,147r-32,0r-1,-174r28,0v1,11,-1,25,2,34v10,-25,29,-42,57,-37r0,30","w":117,"k":{"\u0142":-1,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"a":2,"\u0103":2,"\u0101":2,"\u0105":2,"f":-11,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"b":-1,"h":-1,"k":-1,"l":-1,"\u0127":-1,"\u0125":-1,"\u0137":-1,"\u013a":-1,"\u013e":-1,"\u013c":-1,"\u0140":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"\u0131":-1,"\u014b":-1,"\u0138":-1,"\u0133":-1,"\u012d":-1,"\u012b":-1,"\u012f":-1,"\u0129":-1,"\u0144":-1,"\u0148":-1,"\u0146":-1,"\u0155":-1,"\u0159":-1,"\u0157":-1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"t":-9,"\u0167":-9,"\u0165":-9,"\u0163":-9,"v":-9,"w":-9,"y":-9,"\u0175":-9,"z":-3,"\u017e":-3,"\u017a":-3,"\u017c":-3,"x":-6,":":-3,";":-3,"-":2,",":19,".":19}},"\u0159":{"d":"77,-198r-23,0r-35,-51r25,0v8,11,13,24,22,34r21,-34r24,0xm112,-147v-68,-12,-53,82,-54,147r-32,0r-1,-174r28,0v1,11,-1,25,2,34v10,-25,29,-42,57,-37r0,30","w":117,"k":{"\u0142":-1,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"a":2,"\u0103":2,"\u0101":2,"\u0105":2,"f":-11,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"b":-1,"h":-1,"k":-1,"l":-1,"\u0127":-1,"\u0125":-1,"\u0137":-1,"\u013a":-1,"\u013e":-1,"\u013c":-1,"\u0140":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"\u0131":-1,"\u014b":-1,"\u0138":-1,"\u0133":-1,"\u012d":-1,"\u012b":-1,"\u012f":-1,"\u0129":-1,"\u0144":-1,"\u0148":-1,"\u0146":-1,"\u0155":-1,"\u0159":-1,"\u0157":-1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"t":-9,"\u0167":-9,"\u0165":-9,"\u0163":-9,"v":-9,"w":-9,"y":-9,"\u0175":-9,"z":-3,"\u017e":-3,"\u017a":-3,"\u017c":-3,"x":-6,":":-3,";":-3,"-":2,",":19,".":19}},"\u0157":{"d":"112,-147v-68,-12,-53,82,-54,147r-32,0r-1,-174r28,0v1,11,-1,25,2,34v10,-25,29,-42,57,-37r0,30xm22,80r-7,-15v26,-1,36,-31,15,-45r24,-5v30,20,3,71,-32,65","w":117,"k":{"\u0142":-1,"T":5,"\u0166":5,"\u0164":5,"\u0162":5,"a":2,"\u0103":2,"\u0101":2,"\u0105":2,"f":-11,"g":3,"\u011f":3,"\u011d":3,"\u0123":3,"\u0121":3,"b":-1,"h":-1,"k":-1,"l":-1,"\u0127":-1,"\u0125":-1,"\u0137":-1,"\u013a":-1,"\u013e":-1,"\u013c":-1,"\u0140":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"\u0131":-1,"\u014b":-1,"\u0138":-1,"\u0133":-1,"\u012d":-1,"\u012b":-1,"\u012f":-1,"\u0129":-1,"\u0144":-1,"\u0148":-1,"\u0146":-1,"\u0155":-1,"\u0159":-1,"\u0157":-1,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"t":-9,"\u0167":-9,"\u0165":-9,"\u0163":-9,"v":-9,"w":-9,"y":-9,"\u0175":-9,"z":-3,"\u017e":-3,"\u017a":-3,"\u017c":-3,"x":-6,":":-3,";":-3,"-":2,",":19,".":19}},"\u015b":{"d":"88,-249r35,0r-44,51r-23,0xm14,-8r8,-24v17,16,76,18,76,-14v0,-15,-9,-25,-33,-32v-68,-19,-57,-99,14,-100v18,0,33,5,43,11r-8,23v-13,-12,-65,-16,-65,13v0,14,9,23,33,30v67,19,58,107,-19,105v-19,0,-37,-5,-49,-12","w":142,"k":{"T":9,"\u0166":9,"\u0164":9,"\u0162":9,",":4,".":4}},"\u015f":{"d":"14,-8r8,-24v17,16,76,18,76,-14v0,-15,-9,-25,-33,-32v-68,-19,-57,-99,14,-100v18,0,33,5,43,11r-8,23v-13,-12,-65,-16,-65,13v0,14,9,23,33,30v60,17,61,91,0,103r-10,16v13,2,25,11,25,25v1,30,-40,35,-62,23r5,-16v11,7,33,11,35,-6v0,-9,-11,-14,-28,-15v3,-8,15,-20,13,-25v-14,0,-32,-4,-46,-12","w":142,"k":{"T":9,"\u0166":9,"\u0164":9,"\u0162":9,",":4,".":4}},"\u015d":{"d":"61,-249r22,0r34,51r-24,0v-8,-11,-13,-24,-22,-34r-21,34r-23,0xm14,-8r8,-24v17,16,76,18,76,-14v0,-15,-9,-25,-33,-32v-68,-19,-57,-99,14,-100v18,0,33,5,43,11r-8,23v-13,-12,-65,-16,-65,13v0,14,9,23,33,30v67,19,58,107,-19,105v-19,0,-37,-5,-49,-12","w":142,"k":{"T":9,"\u0166":9,"\u0164":9,"\u0162":9,",":4,".":4}},"\u0165":{"d":"108,-1v-39,15,-75,-4,-75,-54r0,-95r-27,0r0,-24r27,0r0,-32r31,-10r0,42r46,0r0,24r-46,0r0,94v-3,31,19,38,43,32xm100,-195r-10,-12v13,-8,20,-37,3,-48r23,-5v26,13,3,66,-16,65","w":122,"k":{"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u0153":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"v":-3,"w":-3,"y":-3,"\u0175":-3,"-":2,",":1,".":1}},"\u0163":{"d":"108,-1v-39,15,-75,-4,-75,-54r0,-95r-27,0r0,-24r27,0r0,-32r31,-10r0,42r46,0r0,24r-46,0r0,94v-3,31,19,38,43,32xm44,82r-6,-15v26,-1,36,-31,15,-45r23,-5v30,20,3,71,-32,65","w":119,"k":{"g":2,"\u011f":2,"\u011d":2,"\u0123":2,"\u0121":2,"c":2,"d":2,"e":2,"o":2,"q":2,"\u0153":2,"\u0111":2,"\u0107":2,"\u010d":2,"\u0109":2,"\u010b":2,"\u010f":2,"\u0115":2,"\u011b":2,"\u0117":2,"\u0113":2,"\u0119":2,"\u014f":2,"\u0151":2,"\u014d":2,"v":-3,"w":-3,"y":-3,"\u0175":-3,"-":2,",":1,".":1}},"\u016d":{"d":"54,-246r19,0v2,14,11,25,26,25v17,0,25,-13,26,-25r19,0v0,27,-18,45,-45,45v-32,0,-45,-23,-45,-45xm96,-22v64,0,40,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v5,57,-20,152,39,152","w":198,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,",":3,".":3}},"\u0171":{"d":"89,-249r31,0r-40,49r-20,0xm140,-249r31,0r-39,49r-20,0xm96,-22v64,0,40,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v5,57,-20,152,39,152","w":198,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,",":3,".":3}},"\u016b":{"d":"59,-231r81,0r0,20r-81,0r0,-20xm96,-22v64,0,40,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v5,57,-20,152,39,152","w":198,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,",":3,".":3}},"\u0173":{"d":"96,-22v64,0,40,-91,44,-152r32,0r2,174v-17,-4,-22,21,-23,34v-2,19,21,23,35,16r5,16v-23,16,-63,9,-63,-23v0,-28,26,-41,15,-71v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v5,57,-20,152,39,152","w":198,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,",":3,".":3}},"\u016f":{"d":"99,-193v-22,0,-36,-15,-36,-33v0,-19,14,-34,37,-34v22,0,35,15,35,34v0,19,-15,33,-36,33xm99,-207v12,0,19,-9,19,-20v0,-11,-7,-20,-19,-20v-25,0,-22,40,0,40xm96,-22v64,0,40,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v5,57,-20,152,39,152","w":198,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,",":3,".":3}},"\u0169":{"d":"144,-243v3,50,-40,34,-63,23v-6,0,-8,6,-9,16r-17,0v-3,-49,38,-39,62,-24v6,0,9,-3,10,-15r17,0xm96,-22v64,0,40,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v5,57,-20,152,39,152","w":198,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,",":3,".":3}},"\u0175":{"d":"121,-249r22,0r35,51r-25,0r-21,-34r-21,34r-24,0xm6,-174r33,0r37,144v11,-49,29,-97,44,-144r27,0r43,144v8,-48,26,-98,38,-144r32,0r-57,174r-28,0r-43,-140v-11,50,-29,93,-44,140r-29,0","w":264,"k":{"T":11,"\u0166":11,"\u0164":11,"\u0162":11,"a":1,"\u0103":1,"\u0101":1,"\u0105":1,"g":4,"\u011f":4,"\u011d":4,"\u0123":4,"\u0121":4,"c":4,"d":4,"e":4,"o":4,"q":4,"\u0153":4,"\u0111":4,"\u0107":4,"\u010d":4,"\u0109":4,"\u010b":4,"\u010f":4,"\u0115":4,"\u011b":4,"\u0117":4,"\u0113":4,"\u0119":4,"\u014f":4,"\u0151":4,"\u014d":4,"s":2,"\u0161":2,"\u015b":2,"\u015f":2,"\u015d":2,"v":-4,"w":-4,"y":-4,"\u0175":-4,":":-9,";":-9,"-":1,",":14,".":14}},"\u0177":{"d":"75,-249r21,0r35,51r-24,0v-8,-11,-13,-24,-22,-34r-21,34r-23,0xm13,53v25,-9,46,-29,57,-58v-19,-59,-46,-112,-67,-169r35,0r50,138r46,-138r33,0v-41,87,-60,232,-146,254","w":169},"\u017a":{"d":"94,-249r35,0r-44,51r-23,0xm6,0r0,-18r102,-131r-94,0r0,-25r133,0r-1,20r-100,129r102,0r0,25r-142,0","w":154,"k":{"T":7,"\u0166":7,"\u0164":7,"\u0162":7,"c":3,"d":3,"e":3,"o":3,"q":3,"\u0153":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"v":-9,"w":-9,"y":-9,"\u0175":-9}},"\u017c":{"d":"78,-205v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,19,-18,19xm6,0r0,-18r102,-131r-94,0r0,-25r133,0r-1,20r-100,129r102,0r0,25r-142,0","w":154,"k":{"T":7,"\u0166":7,"\u0164":7,"\u0162":7,"c":3,"d":3,"e":3,"o":3,"q":3,"\u0153":3,"\u0111":3,"\u0107":3,"\u010d":3,"\u0109":3,"\u010b":3,"\u010f":3,"\u0115":3,"\u011b":3,"\u0117":3,"\u0113":3,"\u0119":3,"\u014f":3,"\u0151":3,"\u014d":3,"v":-9,"w":-9,"y":-9,"\u0175":-9}},"\u00a0":{"w":76,"k":{"T":15,"\u0166":15,"\u0164":15,"\u0162":15,"V":13,"W":13,"\u0174":13,"Y":17,"\u0178":17}}}});;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface © The Monotype Corporation plc. Data © The Monotype Corporation plc /
 * Type Solutions Inc. 1990-91 All Rights Reserved
 * 
 * Trademark:
 * Century Gothic is a trademark of The Monotype Corporation plc.
 * 
 * Description:
 * A design based on Monotype 20th Century, which was drawn by Sol Hess between
 * 1936 and 1947. Century Gothic maintains the basic design of 20th Century but has
 * an enlarged 'x' height and has been modified to ensure satisfactory output from
 * modern digital systems. The design is influenced by the geometric style sans
 * serif faces which were popular during the 1920's and 30's. Useful for headlines
 * and general display work and for small quantities of text, particularly in
 * advertising.
 * 
 * Manufacturer:
 * Monotype Typography, Inc.
 * 
 * Designer:
 * Monotype Type Drawing Office
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 * 
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
Cufon.registerFont({"w":235,"face":{"font-family":"Century Gothic","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-28 -382 415 79.2683","underline-thickness":"20.918","underline-position":"-24.2578","unicode-range":"U+0020-U+01FF"},"glyphs":{" ":{"w":99},"!":{"d":"66,-265r0,200r-26,0r0,-200r26,0xm31,-17v0,-27,44,-28,44,0v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22","w":106},"\"":{"d":"99,-184r-18,0r-4,-81r26,0xm31,-184r-19,0r-4,-81r26,0","w":111},"#":{"d":"217,-106r0,19r-44,0r-13,87r-19,0r12,-87r-58,0r-13,87r-20,0r14,-87r-44,0r0,-19r47,0r9,-59r-45,0r0,-19r47,0r13,-82r18,0r-11,82r58,0r12,-82r20,0r-13,82r40,0r0,19r-42,0r-9,59r41,0xm165,-165r-58,0r-9,59r58,0","w":259},"$":{"d":"29,-197v0,-37,27,-58,64,-62r0,-18r23,0r0,19v26,6,39,15,53,36r-19,15v-9,-14,-20,-22,-34,-25r0,87v48,28,72,32,72,82v0,41,-28,65,-72,69r0,55r-23,0r0,-55v-41,-3,-63,-19,-80,-46r18,-14v16,22,37,34,62,36r0,-109v-40,-20,-64,-24,-64,-70xm93,-234v-31,0,-49,33,-31,58v6,9,17,16,31,22r0,-80xm116,-19v36,-2,62,-41,37,-71v-7,-9,-19,-17,-37,-27r0,98","w":199},"%":{"d":"68,-265v49,9,106,12,154,-5r21,0r-189,288r-23,0r171,-262v-22,6,-52,7,-83,7v29,39,-4,94,-51,94v-33,0,-62,-28,-60,-61v1,-35,25,-60,60,-61xm108,-204v0,-20,-19,-39,-39,-39v-20,0,-39,19,-39,39v0,20,18,38,39,38v21,0,39,-18,39,-38xm149,-53v0,-33,28,-61,61,-61v33,0,61,28,61,61v0,33,-28,61,-61,61v-33,0,-61,-28,-61,-61xm249,-53v1,-20,-18,-39,-39,-39v-21,0,-38,18,-38,39v0,20,18,38,38,38v21,0,39,-18,39,-38","w":278},"&":{"d":"175,-202v-2,32,-19,42,-45,65r66,68v19,-16,19,-16,31,-27r18,19v-11,10,-22,19,-31,26r49,51r-36,0r-33,-35v-37,27,-49,42,-96,42v-37,0,-67,-25,-67,-60v0,-45,26,-56,63,-88v-20,-27,-34,-32,-34,-61v0,-64,118,-61,115,0xm117,-224v-21,0,-38,16,-28,35v6,10,15,21,25,33v18,-14,30,-26,35,-46v0,-14,-15,-22,-32,-22xm57,-55v1,29,39,47,70,32v14,-6,30,-17,49,-30r-65,-69v-31,26,-47,34,-54,67","w":272},"'":{"d":"45,-184r-18,0r-4,-81r26,0","w":71},"(":{"d":"111,-270v-46,84,-50,251,-9,345r-27,0v-39,-94,-36,-257,8,-345r28,0","w":132},")":{"d":"57,-270v41,93,37,257,-7,345r-28,0v45,-87,51,-252,8,-345r27,0","w":132},"*":{"d":"65,-265r23,0r-5,52r43,-31r11,20r-48,22r48,21r-11,20r-43,-30r5,52r-23,0r5,-52r-43,30r-12,-20r50,-21r-50,-22r12,-20r43,31","w":152},"+":{"d":"97,-141r0,-77r24,0r0,77r77,0r0,24r-77,0r0,76r-24,0r0,-76r-77,0r0,-24r77,0","w":218},",":{"d":"52,-47r24,11r-36,66r-18,-7","w":99},"-":{"d":"11,-108r97,0r0,22r-97,0r0,-22","w":119},"\u00ad":{"d":"11,-108r97,0r0,22r-97,0r0,-22","w":119},".":{"d":"33,-17v0,-12,10,-22,21,-22v12,0,22,10,22,22v0,12,-9,23,-22,22v-12,0,-21,-10,-21,-22","w":99},"\/":{"d":"147,-265r-107,300r-27,0r107,-300r27,0","w":157},"0":{"d":"98,7v-66,0,-87,-58,-87,-136v0,-79,19,-136,87,-136v68,0,90,59,90,136v0,77,-23,136,-90,136xm99,-240v-51,6,-63,48,-63,111v0,64,11,112,63,112v52,0,65,-55,65,-112v0,-59,-14,-107,-65,-111","w":199},"1":{"d":"67,-259r50,0r0,259r-25,0r0,-233r-41,0","w":199},"2":{"d":"102,-240v-37,0,-58,25,-60,62r-25,0v0,-50,38,-86,86,-87v60,-2,101,64,69,118v-21,36,-74,87,-105,122r119,0r0,25r-175,0r99,-107v29,-34,45,-39,48,-80v2,-29,-26,-54,-56,-53","w":199},"3":{"d":"97,-240v-29,1,-39,16,-49,41r-27,0v8,-38,34,-64,76,-66v69,-4,103,88,41,120v26,9,48,37,48,68v0,71,-91,109,-144,64v-15,-13,-24,-31,-29,-56r25,0v8,32,25,49,60,50v35,1,62,-24,62,-56v0,-41,-29,-55,-76,-56r0,-24v32,-1,60,-12,60,-43v1,-24,-21,-43,-47,-42","w":199},"4":{"d":"153,-265r6,0r0,180r31,0r0,25r-31,0r0,60r-26,0r0,-60r-124,0xm133,-85r0,-108r-76,108r76,0","w":199},"5":{"d":"157,-85v0,-59,-64,-73,-116,-45r24,-129r112,0r0,25r-92,0r-13,71v61,-20,112,20,112,79v0,102,-158,126,-169,21r26,0v5,28,23,44,54,45v35,1,62,-31,62,-67","w":199},"6":{"d":"103,7v-57,0,-96,-57,-72,-113v24,-55,70,-108,101,-159r21,14r-70,106v53,-20,102,21,101,72v-1,47,-34,80,-81,80xm158,-73v0,-29,-25,-54,-54,-54v-30,0,-55,25,-55,54v0,29,26,54,55,54v28,0,54,-26,54,-54","w":199},"7":{"d":"26,-259r164,0r-138,266r-22,-11r120,-230r-124,0r0,-25","w":199},"8":{"d":"175,-197v0,29,-16,43,-37,55v28,15,48,31,49,68v0,48,-37,81,-88,81v-51,0,-87,-35,-87,-79v0,-36,21,-55,50,-70v-22,-11,-38,-29,-38,-56v0,-39,34,-67,77,-67v42,0,74,28,74,68xm149,-198v0,-23,-20,-42,-49,-42v-26,0,-49,18,-49,43v-1,23,26,46,50,45v26,-2,48,-19,48,-46xm161,-74v0,-29,-29,-55,-60,-55v-34,0,-64,27,-63,58v1,33,27,53,62,53v35,1,61,-24,61,-56","w":199},"9":{"d":"98,-265v82,-2,89,94,49,155r-78,117r-21,-14r70,-106v-53,20,-101,-21,-100,-72v0,-49,34,-79,80,-80xm43,-185v0,28,26,54,54,54v29,0,55,-25,55,-54v0,-29,-26,-55,-55,-55v-29,0,-54,26,-54,55","w":199},":":{"d":"33,-174v0,-12,9,-22,21,-22v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm33,-17v0,-12,10,-22,21,-22v12,0,22,10,22,22v0,12,-9,23,-22,22v-12,0,-21,-10,-21,-22","w":99},";":{"d":"33,-174v0,-12,9,-22,21,-22v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm52,-47r24,11r-36,66r-18,-7","w":99},"\u037e":{"d":"33,-174v0,-12,9,-22,21,-22v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm52,-47r24,11r-36,66r-18,-7","w":99},"<":{"d":"200,-61r0,26r-182,-83r0,-23r182,-82r0,25r-148,69","w":218},"=":{"d":"198,-180r0,24r-178,0r0,-24r178,0xm198,-103r0,24r-178,0r0,-24r178,0","w":218},">":{"d":"18,-61r148,-68r-148,-69r0,-25r182,82r0,23r-182,83r0,-26","w":218},"?":{"d":"107,-240v-31,0,-52,19,-52,52r-25,0v-1,-47,31,-77,77,-77v62,0,97,63,52,102v-19,16,-88,25,-87,56v0,16,18,26,36,26v26,0,35,-13,38,-37r26,0v-2,38,-25,62,-64,62v-34,0,-62,-20,-62,-51v0,-65,106,-45,109,-97v1,-22,-23,-36,-48,-36xm85,-17v0,-12,10,-22,22,-22v11,0,21,10,21,22v0,12,-9,22,-21,22v-12,0,-23,-9,-22,-22","w":212},"@":{"d":"38,-133v-6,114,153,162,216,80r18,0v-29,37,-54,58,-108,58v-82,0,-140,-55,-140,-137v0,-81,56,-137,138,-139v65,-2,126,52,126,113v0,59,-39,99,-90,104v-13,1,-22,-4,-21,-19v-31,38,-101,8,-97,-46v3,-42,30,-85,75,-83v24,1,35,9,46,26r5,-24r19,0r-22,122v0,5,3,10,9,9v34,-6,62,-42,62,-85v0,-58,-53,-102,-113,-101v-74,1,-119,50,-123,122xm157,-183v-56,-3,-75,107,-10,108v50,1,68,-107,10,-108","w":312},"A":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"B":{"d":"187,-74v0,44,-37,75,-84,74r-71,0r0,-259v69,-3,134,0,134,64v0,26,-14,44,-33,54v32,11,54,28,54,67xm139,-195v1,-39,-40,-40,-82,-38r0,83v47,2,80,-5,82,-45xm160,-74v0,-47,-45,-52,-103,-50r0,99v55,2,103,-1,103,-49","w":206},"C":{"d":"20,-131v0,-99,109,-165,204,-120v19,10,36,23,48,40r-20,16v-20,-26,-51,-45,-93,-45v-65,0,-109,45,-112,112v-4,105,145,149,205,68r20,15v-24,30,-61,52,-113,52v-80,2,-139,-58,-139,-138","w":292},"D":{"d":"249,-126v0,81,-45,128,-135,126r-83,0r0,-259r54,0v111,-3,164,38,164,133xm223,-126v0,-89,-61,-113,-167,-107r0,209v104,5,167,-13,167,-102","w":267},"E":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259","w":193},"F":{"d":"31,-259r130,0r0,26r-104,0r0,81r104,0r0,25r-104,0r0,127r-26,0r0,-259","w":174},"G":{"d":"21,-129v-1,-102,103,-162,203,-124v19,8,39,21,57,38r-20,19v-24,-24,-58,-43,-98,-43v-64,0,-111,45,-115,109v-8,122,200,156,219,31r-82,0r0,-25r111,0v1,80,-52,129,-130,131v-80,2,-144,-58,-145,-136","w":313},"H":{"d":"31,-259r26,0r0,109r132,0r0,-109r26,0r0,259r-26,0r0,-125r-132,0r0,125r-26,0r0,-259","w":245},"I":{"d":"28,-259r26,0r0,259r-26,0r0,-259","w":81},"J":{"d":"29,-41v36,34,87,33,87,-44r0,-174r26,0r0,175v15,96,-75,110,-127,63","w":173},"K":{"d":"31,-259r27,0r0,97r103,-97r35,0r-124,116r134,143r-35,0r-113,-121r0,121r-27,0r0,-259","w":212},"L":{"d":"31,-259r26,0r0,234r100,0r0,25r-126,0r0,-259","w":166},"M":{"d":"20,0r36,-259r5,0r105,213r104,-213r4,0r37,259r-25,0r-26,-185r-91,185r-7,0r-92,-186r-25,186r-25,0","w":330},"N":{"d":"32,0r0,-259r5,0r172,198r0,-198r26,0r0,259r-6,0r-171,-195r0,195r-26,0","w":266},"O":{"d":"20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110","w":312},"P":{"d":"193,-190v-4,67,-55,73,-136,70r0,120r-26,0r0,-259r52,0v74,-3,102,12,110,69xm166,-190v0,-49,-56,-44,-109,-43r0,87v52,2,109,7,109,-44","w":213},"Q":{"d":"293,-129v-1,46,-18,76,-45,101r39,48r-32,0r-26,-33v-90,57,-212,-14,-208,-115v3,-80,55,-135,135,-137v75,-2,138,62,137,136xm47,-128v-3,81,92,138,165,94r-57,-73r31,0r46,59v70,-63,23,-196,-75,-192v-64,3,-108,47,-110,112","w":313},"R":{"d":"195,-190v0,50,-35,70,-90,70r93,120r-32,0r-93,-120r-14,0r0,120r-26,0r0,-259v84,-2,162,-5,162,69xm168,-190v0,-49,-56,-44,-109,-43r0,88v53,1,109,5,109,-45","w":218},"S":{"d":"144,-102v44,64,-39,141,-104,96v-13,-8,-24,-22,-35,-42r22,-13v15,28,33,42,53,42v27,0,48,-17,48,-44v0,-62,-107,-74,-107,-141v0,-49,54,-76,97,-52v11,6,22,17,34,33r-21,16v-16,-20,-22,-29,-48,-31v-36,-3,-46,46,-19,66v13,9,74,54,80,70","w":179},"T":{"d":"6,-233r0,-26r142,0r0,26r-58,0r0,233r-26,0r0,-233r-58,0","w":153},"U":{"d":"121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266"},"V":{"d":"12,-259r28,0r86,200r87,-200r28,0r-113,259r-5,0","w":252},"W":{"d":"17,-259r26,0r53,187r74,-187r5,0r74,187r53,-187r27,0r-74,259r-5,0r-77,-196r-78,196r-5,0","w":345},"X":{"d":"18,-259r30,0r62,101r62,-101r30,0r-77,126r82,133r-30,0r-67,-108r-68,108r-30,0r83,-133","w":219},"Y":{"d":"11,-259r30,0r66,107r65,-107r30,0r-82,135r0,124r-25,0r0,-124","w":213},"Z":{"d":"21,-234r0,-25r137,0r-108,234r102,0r0,25r-142,0r109,-234r-98,0","w":172},"[":{"d":"51,-265r59,0r0,25r-34,0r0,286r34,0r0,24r-59,0r0,-335","w":126},"\\":{"d":"39,-265r167,300r-27,0r-167,-300r27,0","w":217},"]":{"d":"75,70r-59,0r0,-25r35,0r0,-286r-35,0r0,-24r59,0r0,335","w":126},"^":{"d":"111,-259r20,0r90,195r-23,0r-78,-168r-76,168r-23,0","w":241},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"57,-281r39,54r-25,0r-51,-54r37,0","w":136},"a":{"d":"118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77","w":245},"b":{"d":"129,5v-36,-1,-59,-18,-76,-40r0,35r-24,0r0,-265r24,0r0,107v17,-23,41,-37,77,-38v54,-2,98,48,98,101v0,53,-45,101,-99,100xm52,-97v0,42,34,79,75,78v45,-1,76,-32,76,-77v0,-44,-31,-78,-75,-78v-44,0,-76,30,-76,77","w":245},"c":{"d":"18,-94v0,-102,146,-136,195,-58r-19,13v-40,-61,-151,-34,-151,43v0,78,109,104,151,45r19,13v-17,25,-47,43,-89,43v-57,0,-106,-43,-106,-99","w":232},"d":{"d":"118,-196v36,1,59,17,76,40r0,-109r24,0r0,265r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm196,-95v0,-42,-35,-78,-76,-77v-45,1,-76,32,-76,77v0,44,32,77,76,77v44,0,76,-31,76,-77","w":246},"e":{"d":"116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0","w":233},"f":{"d":"39,-191v-1,-42,-2,-81,39,-79v8,0,17,2,28,5r0,24v-23,-10,-47,-11,-42,24r0,26r40,0r0,21r-40,0r0,170r-25,0r0,-170r-25,0r0,-21r25,0","w":113},"g":{"d":"18,-97v0,-94,127,-132,174,-61r0,-33r25,0r0,152v24,131,-159,148,-197,54r27,0v31,61,167,48,145,-51v-46,66,-174,33,-174,-61xm193,-97v0,-45,-29,-75,-73,-75v-45,0,-76,32,-78,76v-2,42,33,73,76,73v44,0,75,-30,75,-74","w":242},"h":{"d":"119,-173v-76,1,-68,89,-67,173r-25,0r0,-265r25,0r0,108v17,-22,38,-38,72,-39v87,-1,69,108,70,196r-24,0v-5,-70,22,-174,-51,-173","w":219},"i":{"d":"16,-250v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-11,0,-20,-10,-20,-21xm24,-191r25,0r0,191r-25,0r0,-191","w":72},"j":{"d":"16,-250v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21xm-11,47v21,10,35,5,35,-25r0,-213r25,0r0,220v4,42,-26,55,-60,40r0,-22","w":73},"k":{"d":"27,-265r25,0r0,151r88,-77r37,0r-105,91r111,100r-35,0r-96,-86r0,86r-25,0r0,-265","w":180},"l":{"d":"24,-265r24,0r0,265r-24,0r0,-265","w":72},"m":{"d":"113,-172v-73,0,-61,94,-61,172r-25,0r0,-191r25,0r0,33v15,-22,34,-38,65,-38v35,1,51,18,61,46v13,-26,36,-45,70,-46v85,-1,62,111,65,196r-25,0v-7,-66,25,-173,-45,-172v-74,1,-60,94,-61,172r-24,0v-6,-66,23,-172,-45,-172","w":337},"n":{"d":"119,-173v-76,1,-68,89,-67,173r-25,0r0,-191r25,0r0,34v17,-22,38,-38,72,-39v87,-1,69,108,70,196r-24,0v-5,-70,22,-174,-51,-173","w":219},"o":{"d":"18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77"},"p":{"d":"129,5v-35,-2,-59,-16,-77,-38r0,103r-24,0r0,-261r24,0r0,35v17,-23,40,-39,76,-40v54,-1,99,47,99,100v0,53,-45,102,-98,101xm202,-95v0,-45,-31,-76,-76,-77v-41,-1,-76,35,-76,77v0,46,33,77,77,77v43,0,75,-34,75,-77","w":245},"q":{"d":"117,-196v37,1,60,17,77,40r0,-35r24,0r0,261r-24,0r0,-103v-18,23,-42,36,-77,38v-53,1,-98,-47,-98,-101v0,-53,45,-101,98,-100xm195,-95v1,-42,-35,-78,-76,-77v-45,1,-76,33,-76,77v0,42,32,77,76,77v44,0,75,-31,76,-77","w":245},"r":{"d":"43,0r-25,0r0,-191r25,0r0,28v15,-23,40,-43,72,-27r-13,21v-75,-15,-56,95,-59,169","w":108},"s":{"d":"18,-146v4,-55,72,-66,106,-24r-16,16v-21,-26,-62,-26,-68,7v7,45,84,41,84,96v0,59,-86,74,-115,29r16,-18v13,14,26,22,40,22v18,0,35,-14,35,-32v-4,-47,-86,-40,-82,-96","w":139},"t":{"d":"49,-262r25,0r0,71r39,0r0,21r-39,0r0,170r-25,0r0,-170r-34,0r0,-21r34,0r0,-71","w":121},"u":{"d":"108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196","w":218},"v":{"d":"9,-191r27,0r63,139r64,-139r26,0r-87,191r-5,0","w":199},"w":{"d":"2,-191r25,0r58,139r62,-139r4,0r61,139r60,-139r26,0r-83,191r-5,0r-61,-137r-61,137r-5,0","w":299},"x":{"d":"6,-191r29,0r51,71r50,-71r30,0r-65,91r73,100r-30,0r-58,-80r-58,80r-29,0r72,-100","w":172},"y":{"d":"7,-191r26,0r66,147r63,-147r27,0r-114,261r-26,0r36,-84","w":193},"z":{"d":"12,-191r140,0r-108,169r105,0r0,22r-147,0r108,-170r-98,0r0,-21","w":152},"{":{"d":"50,-7v0,-44,-2,-64,-37,-68r0,-29v40,-4,37,-33,37,-81v0,-56,12,-76,65,-74r0,28v-29,0,-37,5,-36,36v0,63,1,86,-36,105v29,14,36,33,36,80v0,48,-7,62,36,62r0,27v-59,2,-65,-24,-65,-86","w":126},"|":{"d":"108,-265r25,0r0,335r-25,0r0,-335","w":241},"}":{"d":"77,-172v-1,45,1,64,36,68r0,29v-39,0,-37,40,-36,80v1,55,-12,77,-66,74r0,-27v29,0,37,-5,36,-36v0,-63,1,-87,37,-106v-31,-16,-36,-31,-37,-79v0,-52,6,-60,-36,-62r0,-28v59,-2,67,25,66,87","w":126},"~":{"d":"154,-128v21,-1,21,-7,44,-19r0,28v-20,10,-25,15,-44,17v-22,3,-66,-28,-88,-28v-21,0,-26,7,-46,19r0,-29v20,-10,25,-14,44,-16v22,-2,65,29,90,28","w":218},"\u00c4":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm77,-298v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm149,-298v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":266},"\u00c5":{"d":"96,-312v0,-20,17,-38,37,-38v20,0,39,17,38,38v0,20,-18,37,-38,37v-20,0,-37,-17,-37,-37xm152,-313v0,-9,-10,-19,-19,-19v-9,0,-20,9,-19,19v-1,10,9,20,19,20v10,0,19,-10,19,-20xm137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"\u00c7":{"d":"20,-131v0,-99,109,-165,204,-120v19,10,36,23,48,40r-20,16v-20,-26,-51,-45,-93,-45v-65,0,-109,45,-112,112v-4,105,145,149,205,68r20,15v-24,30,-61,52,-113,52v-80,2,-139,-58,-139,-138xm161,41v-2,-9,-13,-8,-23,-5r5,-36r15,0r-3,21v14,-4,26,6,27,18v-1,28,-43,34,-70,23r4,-13v15,5,44,9,45,-8","w":292},"\u00c9":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259xm119,-333r38,0r-52,54r-24,0","w":193},"\u00d1":{"d":"69,-302v33,-42,79,15,116,-12r13,17v-35,39,-87,-20,-118,13xm32,0r0,-259r5,0r172,198r0,-198r26,0r0,259r-6,0r-171,-195r0,195r-26,0","w":266},"\u00d6":{"d":"20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110xm100,-298v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm172,-298v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":312},"\u00dc":{"d":"121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266xm62,-298v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm134,-298v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20"},"\u00e1":{"d":"118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77xm134,-281r38,0r-52,54r-24,0","w":245},"\u00e0":{"d":"118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77xm112,-281r39,54r-25,0r-51,-54r37,0","w":245},"\u00e2":{"d":"111,-271r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77","w":245},"\u00e4":{"d":"118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77xm67,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm139,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":245},"\u00e3":{"d":"59,-250v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13xm118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77","w":245},"\u00e5":{"d":"85,-260v0,-20,18,-37,38,-37v20,0,37,17,37,37v0,20,-17,38,-37,38v-20,0,-39,-17,-38,-38xm142,-260v0,-9,-9,-20,-19,-19v-10,-1,-20,9,-20,19v0,10,10,19,20,19v9,0,19,-10,19,-19xm118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77","w":245},"\u00e7":{"d":"18,-94v0,-102,146,-136,195,-58r-19,13v-40,-61,-151,-34,-151,43v0,78,109,104,151,45r19,13v-17,25,-47,43,-89,43v-57,0,-106,-43,-106,-99xm131,41v-2,-9,-13,-8,-23,-5r5,-36r15,0r-3,21v14,-4,26,6,27,18v-1,28,-43,34,-70,23r4,-13v15,5,44,9,45,-8","w":232},"\u00e9":{"d":"116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0xm129,-281r38,0r-52,54r-24,0","w":233},"\u00e8":{"d":"116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0xm106,-281r39,54r-25,0r-51,-54r37,0","w":233},"\u00ea":{"d":"105,-271r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0","w":233},"\u00eb":{"d":"116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0xm61,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm133,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":233},"\u00ed":{"d":"24,-191r25,0r0,191r-25,0r0,-191xm48,-281r38,0r-52,54r-24,0","w":72},"\u00ec":{"d":"24,-191r25,0r0,191r-25,0r0,-191xm25,-281r39,54r-25,0r-51,-54r37,0","w":72},"\u00ee":{"d":"24,-271r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm24,-191r25,0r0,191r-25,0r0,-191","w":72},"\u00ef":{"d":"24,-191r25,0r0,191r-25,0r0,-191xm-20,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm52,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":72},"\u00f1":{"d":"45,-250v34,-42,79,15,117,-12r12,17v-21,20,-57,17,-80,2v-17,-3,-25,1,-37,11xm119,-173v-76,1,-68,89,-67,173r-25,0r0,-191r25,0r0,34v17,-22,38,-38,72,-39v87,-1,69,108,70,196r-24,0v-5,-70,22,-174,-51,-173","w":219},"\u00f3":{"d":"18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77xm129,-281r38,0r-52,54r-24,0"},"\u00f2":{"d":"18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77xm107,-281r39,54r-25,0r-51,-54r37,0"},"\u00f4":{"d":"106,-271r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77"},"\u00f6":{"d":"18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77xm62,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm134,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20"},"\u00f5":{"d":"53,-250v34,-42,79,15,117,-12r12,17v-34,39,-86,-20,-117,13xm18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77"},"\u00fa":{"d":"108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196xm121,-281r38,0r-52,54r-24,0","w":218},"\u00f9":{"d":"108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196xm98,-281r39,54r-25,0r-51,-54r37,0","w":218},"\u00fb":{"d":"98,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0xm108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196","w":218},"\u00fc":{"d":"108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196xm53,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm125,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":218},"\u00b0":{"d":"72,-265v33,0,61,28,61,60v0,33,-28,61,-61,61v-33,0,-61,-28,-61,-61v0,-33,28,-60,61,-60xm72,-163v21,0,40,-20,40,-41v0,-22,-18,-42,-39,-42v-22,0,-41,18,-41,41v0,22,18,42,40,42","w":143},"\u00a2":{"d":"55,-14v-79,-56,-19,-220,91,-176r23,-46r21,11r-23,45v8,5,15,11,20,17r-15,18v-5,-5,-10,-9,-16,-13r-70,134v32,13,52,4,80,-16r16,18v-24,22,-67,36,-107,20r-26,52r-21,-11xm134,-169v-74,-28,-121,80,-68,132","w":199},"\u00a3":{"d":"10,-27v0,-30,35,-52,64,-33v4,-25,1,-45,-6,-66r-51,0r0,-22r45,0v-35,-70,10,-137,81,-110v18,12,29,30,31,60r-24,0v0,-25,-12,-44,-36,-44v-52,-1,-41,59,-26,94r57,0r0,22r-51,0v7,24,10,56,3,80v10,7,30,25,49,26v11,0,17,-13,18,-40r25,0v-1,33,-10,67,-40,67v-24,0,-46,-16,-61,-29v-13,39,-77,39,-78,-5xm34,-30v4,21,28,14,34,-6v-14,-11,-32,-12,-34,6","w":199},"\u00a7":{"d":"69,-161v-53,-25,-34,-114,34,-109v39,3,62,23,66,60r-25,0v1,-44,-81,-47,-81,-4v0,63,113,55,113,123v0,27,-25,47,-51,52v20,13,38,31,39,59v2,75,-129,68,-136,4r26,0v7,38,84,38,84,-4v0,-61,-115,-61,-115,-128v0,-30,21,-46,46,-53xm105,-54v31,-1,59,-31,37,-58v-5,-5,-25,-21,-53,-35v-32,1,-53,36,-31,61v8,9,24,20,47,32","w":221},"\u00b6":{"d":"17,-194v0,-43,24,-72,72,-72r91,0r0,13r-15,0r0,294r-21,0r0,-294r-38,0r0,294r-21,0r0,-165v-46,0,-68,-26,-68,-70","w":203},"\u00df":{"d":"103,-246v-38,4,-50,21,-50,73r0,173r-25,0r0,-175v-2,-65,20,-91,74,-95v40,-3,71,26,70,64v-1,36,-24,54,-58,59v43,5,64,33,67,75v3,57,-59,96,-110,68r0,-23v39,23,85,0,85,-45v0,-40,-28,-61,-69,-61r0,-28v33,3,60,-16,60,-44v0,-23,-20,-43,-44,-41","w":199},"\u00ae":{"d":"135,-271v80,0,138,59,138,137v0,81,-58,139,-138,139v-79,0,-139,-58,-139,-138v0,-80,58,-138,139,-138xm135,-14v68,0,118,-50,118,-119v0,-68,-49,-120,-118,-120v-69,0,-119,52,-119,120v0,68,50,119,119,119xm178,-55v-8,-30,7,-73,-36,-66r-40,0r0,66r-25,0r0,-159v56,1,125,-11,123,45v-1,18,-6,25,-20,35v29,8,9,56,26,79r-28,0xm175,-168v0,-32,-43,-21,-73,-23r0,47v31,-1,73,8,73,-24","w":268},"\u00a9":{"d":"135,-271v80,0,138,58,138,138v0,80,-58,138,-138,138v-80,0,-139,-58,-139,-138v0,-80,58,-138,139,-138xm135,-14v68,0,118,-49,118,-119v0,-70,-50,-119,-119,-119v-68,0,-118,51,-118,119v0,69,50,119,119,119xm62,-132v0,-68,69,-108,120,-70v13,9,19,24,20,40r-24,0v-4,-20,-18,-32,-41,-32v-33,1,-49,25,-49,62v0,68,88,82,90,17r24,0v-4,36,-29,63,-67,63v-46,0,-73,-32,-73,-80","w":268},"\u00b4":{"d":"79,-281r38,0r-52,54r-24,0","w":135},"\u00a8":{"d":"10,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm82,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":132},"\u00c6":{"d":"0,0r167,-259r160,0r0,27r-122,0r0,79r122,0r0,26r-122,0r0,102r122,0r0,25r-148,0r0,-85r-94,0r-55,85r-30,0xm102,-109r77,0r0,-120","w":357},"\u00d8":{"d":"61,-31v-85,-79,-26,-234,95,-234v30,0,57,9,82,26r26,-31r18,16r-26,31v22,22,34,53,36,94v4,104,-123,175,-212,113r-29,34r-19,-15xm221,-219v-72,-52,-174,0,-174,91v0,30,10,56,31,77xm97,-36v74,45,172,-7,169,-93v0,-29,-10,-54,-28,-74","w":312},"\u00b1":{"d":"87,-160r0,-77r24,0r0,77r77,0r0,24r-77,0r0,76r-24,0r0,-76r-77,0r0,-24r77,0xm188,-28r0,24r-178,0r0,-24r178,0","w":197},"\u00a5":{"d":"159,-259r29,0r-73,130r63,0r0,20r-66,0r0,27r66,0r0,21r-66,0r0,61r-25,0r0,-61r-65,0r0,-21r65,0r0,-27r-65,0r0,-20r62,0r-73,-130r29,0r59,106","w":199},"\u00b5":{"d":"157,-21v-19,33,-86,32,-106,1r0,90r-25,0r0,-261r25,0v3,71,-20,170,53,169v72,-1,50,-99,53,-169r25,0r0,191r-25,0r0,-21","w":207},"\u00aa":{"d":"10,-202v-6,-51,60,-85,87,-43r0,-17r20,0r0,120r-20,0r0,-17v-27,41,-94,8,-87,-43xm98,-202v0,-23,-14,-44,-34,-44v-44,0,-44,88,0,88v20,0,34,-21,34,-44","w":132},"\u00ba":{"d":"10,-202v0,-34,25,-63,56,-63v32,0,57,30,57,63v0,33,-24,62,-57,62v-33,0,-56,-28,-56,-62xm102,-202v0,-24,-15,-43,-36,-44v-45,0,-47,88,0,88v21,-1,36,-20,36,-44","w":132},"\u00e6":{"d":"21,-96v0,-96,129,-134,175,-60r0,-35r23,0r0,34v28,-47,109,-51,148,-10v18,20,28,44,28,74r-172,0v3,43,30,75,75,75v37,0,56,-17,70,-45r21,11v-20,62,-136,78,-170,18r0,34r-23,0r0,-35v-19,25,-40,39,-76,40v-53,1,-99,-47,-99,-101xm368,-114v-5,-60,-95,-77,-129,-31v-7,8,-12,19,-15,31r144,0xm197,-95v-1,-46,-30,-77,-76,-77v-43,0,-74,32,-75,76v-1,42,35,78,76,78v42,0,75,-35,75,-77","w":416},"\u00f8":{"d":"49,-22v-65,-57,-19,-174,68,-174v24,0,44,7,62,21r21,-24r16,13r-22,26v55,62,5,165,-76,165v-19,0,-37,-4,-53,-14r-20,24r-16,-13xm163,-156v-57,-46,-145,16,-114,91v4,10,9,18,16,25xm81,-28v70,41,144,-47,96,-113"},"\u00bf":{"d":"85,-173v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21xm106,50v31,0,52,-19,52,-52r25,0v1,47,-31,77,-77,77v-41,0,-72,-24,-74,-61v-3,-63,99,-51,109,-97v0,-16,-17,-28,-36,-27v-26,0,-36,13,-38,38r-26,0v2,-38,25,-62,64,-62v35,0,62,20,62,51v3,64,-106,45,-109,97v-1,22,23,36,48,36","w":212},"\u00a1":{"d":"31,-173v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,11,-10,21,-22,21v-12,0,-22,-10,-22,-21xm41,75r0,-201r25,0r0,201r-25,0","w":106},"\u00ac":{"d":"198,-180r0,101r-24,0r0,-77r-154,0r0,-24r178,0","w":218},"\u0192":{"d":"109,-155r41,0r-3,21r-41,0v-15,67,-8,165,-51,201v-15,13,-32,11,-49,-1r3,-22v37,23,50,-15,56,-56r17,-122r-25,0r3,-21r25,0v10,-43,4,-114,49,-115v10,0,21,3,32,11r-4,24v-25,-25,-39,-9,-45,28","w":199},"\u00ab":{"d":"69,-191r-39,96r39,95r-26,0r-39,-95r39,-96r26,0xm149,-191r-39,96r39,95r-26,0r-39,-95r39,-96r26,0","w":152},"\u00bb":{"d":"84,0r39,-96r-39,-95r26,0r39,95r-39,96r-26,0xm4,0r39,-96r-39,-95r26,0r39,95r-39,96r-26,0","w":152},"\u00a0":{"w":100},"\u00c0":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm122,-333r39,54r-25,0r-51,-54r37,0","w":266},"\u00c3":{"d":"69,-302v33,-42,79,15,116,-12r13,17v-35,39,-87,-20,-118,13xm137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"\u00d5":{"d":"92,-302v33,-42,79,15,116,-12r13,17v-34,39,-87,-19,-117,13xm20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110","w":312},"\u0152":{"d":"158,-265v47,0,88,27,110,57r0,-51r147,0r0,26r-121,0r0,80r121,0r0,26r-121,0r0,102r121,0r0,25r-147,0r0,-50v-29,34,-54,55,-111,57v-74,2,-138,-61,-137,-135v1,-80,59,-137,138,-137xm267,-130v-1,-65,-48,-107,-110,-110v-56,-2,-109,53,-109,110v0,60,50,111,111,111v59,0,109,-52,108,-111","w":429},"\u0153":{"d":"291,-196v55,-1,103,45,98,103r-171,0v-5,86,121,97,144,30r21,10v-20,35,-43,58,-92,58v-44,0,-66,-18,-86,-48v-20,28,-44,47,-86,48v-55,1,-99,-48,-99,-102v0,-54,45,-99,99,-99v41,0,67,19,86,50v19,-31,44,-49,86,-50xm193,-94v1,-42,-34,-79,-75,-78v-44,1,-74,33,-74,77v0,44,32,77,76,77v43,0,72,-32,73,-76xm362,-114v-7,-52,-77,-77,-119,-41v-11,9,-18,23,-23,41r142,0","w":409},"\u00f7":{"d":"81,-212r35,0r0,35r-35,0r0,-35xm10,-141r178,0r0,24r-178,0r0,-24xm81,-82r35,0r0,36r-35,0r0,-36","w":197},"\u00ff":{"d":"7,-191r26,0r66,147r63,-147r27,0r-114,261r-26,0r36,-84xm42,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm114,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":193},"\u0178":{"d":"11,-259r30,0r66,107r65,-107r30,0r-82,135r0,124r-25,0r0,-124xm50,-298v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm122,-298v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":213},"\u00c2":{"d":"121,-323r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"\u00ca":{"d":"95,-323r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259","w":193},"\u00c1":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm145,-333r38,0r-52,54r-24,0","w":266},"\u00cb":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259xm51,-298v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm123,-298v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":193},"\u00c8":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259xm96,-333r39,54r-25,0r-51,-54r37,0","w":193},"\u00cd":{"d":"28,-259r26,0r0,259r-26,0r0,-259xm52,-333r38,0r-52,54r-24,0","w":81},"\u00ce":{"d":"29,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0xm28,-259r26,0r0,259r-26,0r0,-259","w":81},"\u00cf":{"d":"28,-259r26,0r0,259r-26,0r0,-259xm-16,-298v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm56,-298v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":81},"\u00cc":{"d":"28,-259r26,0r0,259r-26,0r0,-259xm30,-333r39,54r-25,0r-51,-54r37,0","w":81},"\u00d3":{"d":"20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110xm168,-333r38,0r-52,54r-24,0","w":312},"\u00d4":{"d":"145,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0xm20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110","w":312},"\u00d2":{"d":"20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110xm145,-333r39,54r-25,0r-51,-54r37,0","w":312},"\u00da":{"d":"121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266xm129,-333r38,0r-52,54r-24,0"},"\u00db":{"d":"106,-323r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266"},"\u00d9":{"d":"121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266xm107,-333r39,54r-25,0r-51,-54r37,0"},"\u0131":{"d":"24,-191r25,0r0,191r-25,0r0,-191","w":72},"\u00b8":{"d":"73,41v-2,-9,-13,-8,-23,-5r5,-36r15,0r-3,21v14,-4,26,6,27,18v-1,28,-43,34,-70,23r4,-13v15,5,44,9,45,-8","w":116},"\u0141":{"d":"77,-151r47,-38r0,30r-47,39r0,95r99,0r0,25r-125,0r0,-98r-35,29r0,-30r35,-30r0,-130r26,0r0,108","w":186},"\u0142":{"d":"66,-171r35,-22r0,24r-35,23r0,146r-24,0r0,-130r-33,21r0,-25r33,-21r0,-110r24,0r0,94","w":107},"\u0160":{"d":"101,-278r-24,0r-51,-45r31,0r32,26r32,-26r32,0xm144,-102v44,64,-39,141,-104,96v-13,-8,-24,-22,-35,-42r22,-13v15,28,33,42,53,42v27,0,48,-17,48,-44v0,-62,-107,-74,-107,-141v0,-49,54,-76,97,-52v11,6,22,17,34,33r-21,16v-16,-20,-22,-29,-48,-31v-36,-3,-46,46,-19,66v13,9,74,54,80,70","w":179},"\u0161":{"d":"81,-226r-24,0r-51,-45r32,0r31,27r32,-27r33,0xm18,-146v4,-55,72,-66,106,-24r-16,16v-21,-26,-62,-26,-68,7v7,45,84,41,84,96v0,59,-86,74,-115,29r16,-18v13,14,26,22,40,22v18,0,35,-14,35,-32v-4,-47,-86,-40,-82,-96","w":139},"\u017d":{"d":"98,-278r-24,0r-51,-45r31,0r31,26r33,-26r32,0xm21,-234r0,-25r137,0r-108,234r102,0r0,25r-142,0r109,-234r-98,0","w":172},"\u017e":{"d":"88,-226r-24,0r-51,-45r31,0r31,27r33,-27r32,0xm12,-191r140,0r-108,169r105,0r0,22r-147,0r108,-170r-98,0r0,-21","w":152},"\u00a6":{"d":"108,-121r0,-144r25,0r0,135xm108,70r0,-168r25,-10r0,178r-25,0","w":241},"\u00d0":{"d":"266,-126v0,81,-46,126,-136,126r-93,0r0,-117r-31,0r0,-24r31,0r0,-118r65,0v110,-3,164,38,164,133xm240,-126v0,-93,-69,-114,-178,-107r0,92r68,0r0,24r-68,0r0,93v106,5,178,-8,178,-102","w":284},"\u00f0":{"d":"18,-96v0,-69,73,-125,141,-89v-11,-15,-24,-28,-38,-41r-38,16r-9,-19r31,-13v-11,-9,-21,-17,-29,-23r34,0v6,4,12,9,18,14r29,-12r9,18r-20,9v40,38,72,77,72,136v0,62,-41,103,-101,105v-54,2,-99,-47,-99,-101xm192,-96v0,-46,-28,-77,-72,-77v-41,0,-77,32,-77,76v0,42,34,79,75,78v43,-2,75,-31,74,-77"},"\u00dd":{"d":"11,-259r30,0r66,107r65,-107r30,0r-82,135r0,124r-25,0r0,-124xm118,-333r38,0r-52,54r-24,0","w":213},"\u00fd":{"d":"7,-191r26,0r66,147r63,-147r27,0r-114,261r-26,0r36,-84xm108,-281r38,0r-52,54r-24,0","w":193},"\u00de":{"d":"193,-129v0,66,-55,72,-136,69r0,60r-26,0r0,-259r26,0r0,61v78,-3,136,2,136,69xm166,-129v0,-50,-56,-45,-109,-44r0,88v53,1,109,6,109,-44","w":213},"\u00fe":{"d":"129,5v-35,-2,-59,-16,-77,-38r0,103r-24,0r0,-335r24,0r0,109v17,-23,40,-39,76,-40v54,-1,99,47,99,100v0,53,-45,102,-98,101xm202,-95v0,-45,-31,-76,-76,-77v-41,-1,-76,35,-76,77v0,46,33,77,77,77v43,0,75,-34,75,-77","w":245},"\u00d7":{"d":"125,-129r59,58r-17,16r-58,-58r-58,58r-16,-16r58,-58r-58,-59r16,-16r58,59r58,-59r17,16","w":218},"\u00b9":{"d":"39,-262r33,0r0,133r-19,0r0,-116r-26,0","w":119},"\u00b2":{"d":"92,-224v-5,-35,-66,-30,-65,7r-18,0v0,-28,24,-48,53,-48v34,0,61,31,43,61v-10,17,-41,42,-58,58r66,0r0,17r-112,0r63,-57v17,-17,24,-19,28,-38","w":119},"\u00b3":{"d":"60,-248v-15,1,-22,8,-28,21r-19,0v3,-48,90,-50,93,-2v0,10,-5,18,-16,25v44,17,21,78,-29,78v-32,0,-48,-15,-53,-42r19,0v3,34,68,32,68,-1v0,-21,-19,-23,-44,-25r0,-17v38,7,46,-37,9,-37","w":123},"\u00bd":{"d":"49,7r162,-272r20,0r-163,272r-19,0xm31,-262r33,0r0,133r-19,0r0,-116r-26,0xm256,-94v-5,-35,-66,-30,-65,7r-18,0v0,-28,24,-48,53,-48v34,0,61,31,43,61v-10,17,-41,42,-58,58r66,0r0,17r-112,0r63,-57v17,-17,24,-19,28,-38","w":299},"\u00bc":{"d":"273,-138r0,93r19,0r0,17r-19,0r0,30r-19,0r0,-30r-76,0xm254,-45r0,-44r-38,44r38,0xm68,7r162,-272r20,0r-162,272r-20,0xm33,-262r33,0r0,133r-19,0r0,-116r-26,0","w":299},"\u00be":{"d":"272,-138r0,93r18,0r0,17r-18,0r0,30r-20,0r0,-30r-76,0xm252,-45r0,-44r-37,44r37,0xm76,7r162,-272r20,0r-163,272r-19,0xm64,-248v-15,1,-22,8,-28,21r-19,0v3,-48,90,-50,93,-2v0,10,-5,18,-16,25v44,17,21,78,-29,78v-32,0,-48,-15,-53,-42r19,0v3,34,68,32,68,-1v0,-21,-19,-23,-44,-25r0,-17v38,7,46,-37,9,-37","w":299},"\u011e":{"d":"118,-320v13,24,67,26,79,0r22,0v-9,50,-115,50,-124,0r23,0xm21,-129v-1,-102,103,-162,203,-124v19,8,39,21,57,38r-20,19v-24,-24,-58,-43,-98,-43v-64,0,-111,45,-115,109v-8,122,200,156,219,31r-82,0r0,-25r111,0v1,80,-52,129,-130,131v-80,2,-144,-58,-145,-136","w":313},"\u011f":{"d":"82,-268v12,24,67,25,79,0r23,0v-9,49,-116,49,-125,0r23,0xm18,-97v0,-94,127,-132,174,-61r0,-33r25,0r0,152v24,131,-159,148,-197,54r27,0v31,61,167,48,145,-51v-46,66,-174,33,-174,-61xm193,-97v0,-45,-29,-75,-73,-75v-45,0,-76,32,-78,76v-2,42,33,73,76,73v44,0,75,-30,75,-74","w":242},"\u0130":{"d":"20,-298v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm28,-259r26,0r0,259r-26,0r0,-259","w":81},"\u015e":{"d":"144,-102v44,64,-39,141,-104,96v-13,-8,-24,-22,-35,-42r22,-13v15,28,33,42,53,42v27,0,48,-17,48,-44v0,-62,-107,-74,-107,-141v0,-49,54,-76,97,-52v11,6,22,17,34,33r-21,16v-16,-20,-22,-29,-48,-31v-36,-3,-46,46,-19,66v13,9,74,54,80,70xm94,41v-2,-9,-13,-8,-23,-5r5,-36r15,0r-3,21v14,-4,26,6,27,18v-1,28,-43,34,-70,23r4,-13v15,5,44,9,45,-8","w":179},"\u015f":{"d":"18,-146v4,-55,72,-66,106,-24r-16,16v-21,-26,-62,-26,-68,7v7,45,84,41,84,96v0,59,-86,74,-115,29r16,-18v13,14,26,22,40,22v18,0,35,-14,35,-32v-4,-47,-86,-40,-82,-96xm78,41v-2,-9,-13,-8,-23,-5r5,-36r15,0r-3,21v14,-4,26,6,27,18v-1,28,-43,34,-70,23r4,-13v15,5,44,9,45,-8","w":139},"\u0106":{"d":"20,-131v0,-99,109,-165,204,-120v19,10,36,23,48,40r-20,16v-20,-26,-51,-45,-93,-45v-65,0,-109,45,-112,112v-4,105,145,149,205,68r20,15v-24,30,-61,52,-113,52v-80,2,-139,-58,-139,-138xm173,-333r38,0r-52,54r-24,0","w":292},"\u0107":{"d":"18,-94v0,-102,146,-136,195,-58r-19,13v-40,-61,-151,-34,-151,43v0,78,109,104,151,45r19,13v-17,25,-47,43,-89,43v-57,0,-106,-43,-106,-99xm134,-281r38,0r-52,54r-24,0","w":232},"\u010c":{"d":"171,-277r-25,0r-51,-46r32,0r31,27r32,-27r33,0xm20,-131v0,-99,109,-165,204,-120v19,10,36,23,48,40r-20,16v-20,-26,-51,-45,-93,-45v-65,0,-109,45,-112,112v-4,105,145,149,205,68r20,15v-24,30,-61,52,-113,52v-80,2,-139,-58,-139,-138","w":292},"\u010d":{"d":"137,-226r-25,0r-51,-45r32,0r31,27r32,-27r33,0xm18,-94v0,-102,146,-136,195,-58r-19,13v-40,-61,-151,-34,-151,43v0,78,109,104,151,45r19,13v-17,25,-47,43,-89,43v-57,0,-106,-43,-106,-99","w":232},"\u0111":{"d":"118,-196v36,1,59,17,76,40r0,-58r-54,0r0,-20r54,0r0,-31r24,0r0,31r28,0r0,20r-28,0r0,214r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm196,-95v0,-42,-35,-78,-76,-77v-45,1,-76,32,-76,77v0,44,32,77,76,77v44,0,76,-31,76,-77","w":246},"\u00af":{"d":"-2,-304r184,0r0,19r-184,0r0,-19","w":180},"\u00b7":{"d":"85,-133v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":119},"\u0102":{"d":"197,-320v-10,49,-115,48,-125,0r23,0v13,23,66,25,79,0r23,0xm137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"\u0103":{"d":"78,-268v12,24,66,24,79,0r22,0v-9,49,-116,49,-125,0r24,0xm118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77","w":245},"\u0104":{"d":"265,67v-49,16,-75,-43,-34,-67r19,0v-14,12,-21,23,-21,34v1,16,18,22,38,18xm137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"\u0105":{"d":"230,67v-27,7,-56,-4,-55,-30v0,-18,11,-41,40,-37v-14,12,-21,23,-21,34v0,17,19,22,38,18xm118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77","w":245},"\u010e":{"d":"128,-277r-24,0r-51,-46r32,0r31,27r32,-27r33,0xm249,-126v0,81,-45,128,-135,126r-83,0r0,-259r54,0v111,-3,164,38,164,133xm223,-126v0,-89,-61,-113,-167,-107r0,209v104,5,167,-13,167,-102","w":267},"\u010f":{"d":"19,-96v-3,-88,125,-140,175,-60r0,-109r24,0r0,265r-24,0r0,-33v-21,25,-47,38,-77,38v-55,1,-96,-48,-98,-101xm196,-95v0,-44,-35,-77,-76,-77v-43,0,-75,36,-76,77v-1,41,36,77,76,77v41,0,76,-33,76,-77xm246,-183r-12,-7v6,-12,10,-23,11,-34r-13,0r0,-41r27,0v1,35,0,58,-13,82","w":246},"\u0110":{"d":"266,-126v0,81,-46,126,-136,126r-93,0r0,-117r-31,0r0,-24r31,0r0,-118r65,0v110,-3,164,38,164,133xm240,-126v0,-93,-69,-114,-178,-107r0,92r68,0r0,24r-68,0r0,93v106,5,178,-8,178,-102","w":284},"\u0118":{"d":"178,67v-27,7,-56,-4,-55,-30v0,-18,10,-42,40,-37v-14,12,-22,23,-22,34v1,16,18,22,38,18xm32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259","w":193},"\u0119":{"d":"155,67v-27,7,-56,-4,-55,-30v0,-18,11,-41,40,-37v-14,12,-21,23,-21,34v1,16,18,22,38,18xm116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0","w":233},"\u011a":{"d":"119,-278r-25,0r-51,-45r32,0r31,26r32,-26r33,0xm32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259","w":193},"\u011b":{"d":"129,-226r-25,0r-51,-45r32,0r31,27r32,-27r33,0xm116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0","w":233},"\u0132":{"d":"28,-259r26,0r0,259r-26,0r0,-259xm110,-41v47,40,88,27,88,-44r0,-174r25,0r0,175v14,93,-72,114,-126,63","w":254},"\u0133":{"d":"16,-250v-1,-11,10,-20,20,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-11,0,-20,-10,-20,-21xm88,-250v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21xm24,-191r25,0r0,191r-25,0r0,-191xm61,47v20,11,36,3,36,-25r0,-213r24,0r0,220v2,45,-27,54,-60,40r0,-22","w":145},"\u0139":{"d":"31,-259r26,0r0,234r100,0r0,25r-126,0r0,-259xm96,-333r38,0r-52,54r-24,0","w":166},"\u013a":{"d":"24,-265r24,0r0,265r-24,0r0,-265xm52,-333r38,0r-52,54r-24,0","w":72},"\u013d":{"d":"98,-162r-13,-8v7,-17,11,-20,12,-40r-16,0r0,-49r32,0v0,41,1,70,-15,97xm31,-259r26,0r0,234r100,0r0,25r-126,0r0,-259","w":166},"\u013e":{"d":"24,-265r24,0r0,265r-24,0r0,-265xm76,-183r-12,-7v6,-12,10,-23,11,-34r-14,0r0,-41r27,0v0,34,1,59,-12,82","w":74},"\u013f":{"d":"31,-259r26,0r0,234r100,0r0,25r-126,0r0,-259xm87,-133v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":166},"\u0140":{"d":"24,-265r24,0r0,265r-24,0r0,-265xm62,-133v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21","w":94},"\u0143":{"d":"32,0r0,-259r5,0r172,198r0,-198r26,0r0,259r-6,0r-171,-195r0,195r-26,0xm151,-333r38,0r-52,54r-24,0","w":266},"\u0144":{"d":"119,-173v-76,1,-68,89,-67,173r-25,0r0,-191r25,0r0,34v17,-22,38,-38,72,-39v87,-1,69,108,70,196r-24,0v-5,-70,22,-174,-51,-173xm117,-281r38,0r-52,54r-24,0","w":219},"\u0147":{"d":"146,-278r-25,0r-51,-45r32,0r31,26r32,-26r33,0xm32,0r0,-259r5,0r172,198r0,-198r26,0r0,259r-6,0r-171,-195r0,195r-26,0","w":266},"\u0148":{"d":"133,-226r-25,0r-51,-45r32,0r31,27r32,-27r33,0xm119,-173v-76,1,-68,89,-67,173r-25,0r0,-191r25,0r0,34v17,-22,38,-38,72,-39v87,-1,69,108,70,196r-24,0v-5,-70,22,-174,-51,-173","w":219},"\u0149":{"d":"5,-169r-14,-7v7,-17,11,-21,12,-41r-15,0r0,-48r32,0v0,41,1,70,-15,96xm120,-173v-76,1,-68,89,-67,173r-25,0r0,-191r25,0r0,34v17,-22,38,-38,72,-39v87,-1,69,108,70,196r-24,0v-5,-70,22,-174,-51,-173","w":220},"\u0150":{"d":"149,-333r38,0r-52,54r-24,0xm205,-333r38,0r-52,54r-24,0xm20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110","w":312},"\u0151":{"d":"114,-281r38,0r-52,54r-24,0xm169,-281r38,0r-52,54r-24,0xm18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77"},"\u0154":{"d":"195,-190v0,50,-35,70,-90,70r93,120r-32,0r-93,-120r-14,0r0,120r-26,0r0,-259v84,-2,162,-5,162,69xm168,-190v0,-49,-56,-44,-109,-43r0,88v53,1,109,5,109,-45xm127,-333r38,0r-52,54r-24,0","w":218},"\u0155":{"d":"43,0r-25,0r0,-191r25,0r0,28v15,-23,40,-43,72,-27r-13,21v-75,-15,-56,95,-59,169xm74,-281r38,0r-52,54r-24,0","w":108},"\u0158":{"d":"115,-278r-25,0r-51,-45r32,0r31,26r32,-26r33,0xm195,-190v0,50,-35,70,-90,70r93,120r-32,0r-93,-120r-14,0r0,120r-26,0r0,-259v84,-2,162,-5,162,69xm168,-190v0,-49,-56,-44,-109,-43r0,88v53,1,109,5,109,-45","w":218},"\u0159":{"d":"70,-226r-24,0r-51,-45r31,0r31,27r32,-27r33,0xm43,0r-25,0r0,-191r25,0r0,28v15,-23,40,-43,72,-27r-13,21v-75,-15,-56,95,-59,169","w":108},"\u015a":{"d":"144,-102v44,64,-39,141,-104,96v-13,-8,-24,-22,-35,-42r22,-13v15,28,33,42,53,42v27,0,48,-17,48,-44v0,-62,-107,-74,-107,-141v0,-49,54,-76,97,-52v11,6,22,17,34,33r-21,16v-16,-20,-22,-29,-48,-31v-36,-3,-46,46,-19,66v13,9,74,54,80,70xm97,-333r38,0r-52,54r-24,0","w":179},"\u015b":{"d":"18,-146v4,-55,72,-66,106,-24r-16,16v-21,-26,-62,-26,-68,7v7,45,84,41,84,96v0,59,-86,74,-115,29r16,-18v13,14,26,22,40,22v18,0,35,-14,35,-32v-4,-47,-86,-40,-82,-96xm70,-281r38,0r-52,54r-24,0","w":139},"\u0162":{"d":"6,-233r0,-26r142,0r0,26r-58,0r0,233r-26,0r0,-233r-58,0xm83,75r-12,-5v4,-8,7,-16,7,-22r-15,0r0,-27r28,0v1,22,-2,43,-8,54","w":153},"\u0163":{"d":"49,-262r25,0r0,71r39,0r0,21r-39,0r0,170r-25,0r0,-170r-34,0r0,-21r34,0r0,-71xm67,75r-11,-5v4,-8,6,-16,6,-22r-15,0r0,-27r28,0v1,22,-2,43,-8,54","w":121},"\u0164":{"d":"91,-277r-24,0r-51,-46r32,0r31,27r32,-27r33,0xm6,-233r0,-26r142,0r0,26r-58,0r0,233r-26,0r0,-233r-58,0","w":153},"\u0165":{"d":"104,-204r-10,-5v6,-10,10,-19,10,-27r-12,0r0,-29r24,0v0,28,1,45,-12,61xm49,-262r25,0r0,71r39,0r0,21r-39,0r0,170r-25,0r0,-170r-34,0r0,-21r34,0r0,-71","w":121},"\u016e":{"d":"74,-312v0,-20,17,-38,37,-38v20,0,39,17,38,38v0,20,-18,37,-38,37v-20,0,-37,-17,-37,-37xm130,-313v1,-10,-10,-19,-19,-19v-9,0,-20,9,-19,19v-1,10,9,20,19,20v10,0,20,-10,19,-20xm121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266"},"\u016f":{"d":"65,-260v0,-20,18,-37,38,-37v20,0,37,17,37,37v0,20,-17,38,-37,38v-20,0,-39,-17,-38,-38xm122,-260v1,-10,-10,-20,-20,-19v-10,-1,-19,10,-19,19v0,9,10,19,19,19v10,0,20,-9,20,-19xm108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196","w":218},"\u0170":{"d":"114,-333r38,0r-52,54r-24,0xm169,-333r38,0r-52,54r-24,0xm121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266"},"\u0171":{"d":"105,-281r38,0r-52,54r-24,0xm161,-281r38,0r-52,54r-24,0xm108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196","w":218},"\u0179":{"d":"21,-234r0,-25r137,0r-108,234r102,0r0,25r-142,0r109,-234r-98,0xm92,-333r38,0r-52,54r-24,0","w":172},"\u017a":{"d":"12,-191r140,0r-108,169r105,0r0,22r-147,0r108,-170r-98,0r0,-21xm93,-281r38,0r-52,54r-24,0","w":152},"\u017b":{"d":"59,-299v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21xm21,-234r0,-25r137,0r-108,234r102,0r0,25r-142,0r109,-234r-98,0","w":172},"\u017c":{"d":"50,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm12,-191r140,0r-108,169r105,0r0,22r-147,0r108,-170r-98,0r0,-21","w":152},"\u0100":{"d":"72,-312r122,0r0,21r-122,0r0,-21xm137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"\u0101":{"d":"62,-260r122,0r0,21r-122,0r0,-21xm118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77","w":245},"\u0108":{"d":"142,-323r24,0r51,45r-32,0r-30,-27r-33,27r-33,0xm20,-131v0,-99,109,-165,204,-120v19,10,36,23,48,40r-20,16v-20,-26,-51,-45,-93,-45v-65,0,-109,45,-112,112v-4,105,145,149,205,68r20,15v-24,30,-61,52,-113,52v-80,2,-139,-58,-139,-138","w":292},"\u0109":{"d":"105,-271r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm18,-94v0,-102,146,-136,195,-58r-19,13v-40,-61,-151,-34,-151,43v0,78,109,104,151,45r19,13v-17,25,-47,43,-89,43v-57,0,-106,-43,-106,-99","w":232},"\u010a":{"d":"134,-299v0,-11,9,-20,20,-20v11,0,21,9,21,20v0,12,-9,21,-21,21v-11,0,-20,-10,-20,-21xm20,-131v0,-99,109,-165,204,-120v19,10,36,23,48,40r-20,16v-20,-26,-51,-45,-93,-45v-65,0,-109,45,-112,112v-4,105,145,149,205,68r20,15v-24,30,-61,52,-113,52v-80,2,-139,-58,-139,-138","w":292},"\u010b":{"d":"100,-246v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20xm18,-94v0,-102,146,-136,195,-58r-19,13v-40,-61,-151,-34,-151,43v0,78,109,104,151,45r19,13v-17,25,-47,43,-89,43v-57,0,-106,-43,-106,-99","w":232},"\u0112":{"d":"44,-312r122,0r0,21r-122,0r0,-21xm32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259","w":193},"\u0113":{"d":"56,-260r122,0r0,21r-122,0r0,-21xm116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0","w":233},"\u0114":{"d":"159,-320v-10,49,-115,48,-125,0r23,0v13,23,66,25,79,0r23,0xm32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259","w":193},"\u0115":{"d":"78,-268v12,24,66,24,79,0r22,0v-8,49,-116,49,-124,0r23,0xm116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0","w":233},"\u0116":{"d":"85,-299v0,-11,10,-20,21,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21xm32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259","w":193},"\u0117":{"d":"97,-246v0,-12,8,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-20,-8,-20,-20xm116,-18v39,-2,56,-16,72,-45r21,10v-17,34,-42,57,-91,58v-58,1,-100,-47,-100,-100v0,-54,43,-101,98,-101v56,0,100,43,100,102r-172,0v-1,42,31,78,72,76xm188,-115v-6,-52,-80,-76,-120,-40v-10,9,-17,22,-22,40r142,0","w":233},"\u011c":{"d":"147,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0xm21,-129v-1,-102,103,-162,203,-124v19,8,39,21,57,38r-20,19v-24,-24,-58,-43,-98,-43v-64,0,-111,45,-115,109v-8,122,200,156,219,31r-82,0r0,-25r111,0v1,80,-52,129,-130,131v-80,2,-144,-58,-145,-136","w":313},"\u011d":{"d":"105,-271r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm18,-97v0,-94,127,-132,174,-61r0,-33r25,0r0,152v24,131,-159,148,-197,54r27,0v31,61,167,48,145,-51v-46,66,-174,33,-174,-61xm193,-97v0,-45,-29,-75,-73,-75v-45,0,-76,32,-78,76v-2,42,33,73,76,73v44,0,75,-30,75,-74","w":242},"\u0120":{"d":"140,-299v0,-11,9,-20,20,-20v11,0,21,9,21,20v0,12,-9,21,-21,21v-11,0,-20,-10,-20,-21xm21,-129v-1,-102,103,-162,203,-124v19,8,39,21,57,38r-20,19v-24,-24,-58,-43,-98,-43v-64,0,-111,45,-115,109v-8,122,200,156,219,31r-82,0r0,-25r111,0v1,80,-52,129,-130,131v-80,2,-144,-58,-145,-136","w":313},"\u0121":{"d":"101,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm18,-97v0,-94,127,-132,174,-61r0,-33r25,0r0,152v24,131,-159,148,-197,54r27,0v31,61,167,48,145,-51v-46,66,-174,33,-174,-61xm193,-97v0,-45,-29,-75,-73,-75v-45,0,-76,32,-78,76v-2,42,33,73,76,73v44,0,75,-30,75,-74","w":242},"\u0122":{"d":"21,-129v-1,-102,103,-162,203,-124v19,8,39,21,57,38r-20,19v-24,-24,-58,-43,-98,-43v-64,0,-111,45,-115,109v-8,122,200,156,219,31r-82,0r0,-25r111,0v1,80,-52,129,-130,131v-80,2,-144,-58,-145,-136xm172,41v-2,-9,-13,-8,-23,-5r5,-36r15,0r-3,21v14,-4,26,6,27,18v-1,28,-43,34,-70,23r4,-13v15,5,44,9,45,-8","w":313},"\u0123":{"d":"119,-320r14,8v-7,17,-11,21,-12,41r15,0r0,48r-32,0v0,-41,-1,-70,15,-97xm18,-97v0,-94,127,-132,174,-61r0,-33r25,0r0,152v24,131,-159,148,-197,54r27,0v31,61,167,48,145,-51v-46,66,-174,33,-174,-61xm193,-97v0,-45,-29,-75,-73,-75v-45,0,-76,32,-78,76v-2,42,33,73,76,73v44,0,75,-30,75,-74","w":242},"\u0124":{"d":"111,-323r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm31,-259r26,0r0,109r132,0r0,-109r26,0r0,259r-26,0r0,-125r-132,0r0,125r-26,0r0,-259","w":245},"\u0125":{"d":"98,-323r25,0r50,45r-31,0r-31,-27r-32,27r-33,0xm119,-173v-76,1,-68,89,-67,173r-25,0r0,-265r25,0r0,108v17,-22,38,-38,72,-39v87,-1,69,108,70,196r-24,0v-5,-70,22,-174,-51,-173","w":219},"\u0126":{"d":"57,-218r132,0r0,-41r26,0r0,41r23,0r0,24r-23,0r0,194r-26,0r0,-125r-132,0r0,125r-26,0r0,-194r-23,0r0,-24r23,0r0,-41r26,0r0,41xm57,-194r0,44r132,0r0,-44r-132,0","w":245},"\u0127":{"d":"119,-173v-78,1,-67,90,-67,173r-25,0r0,-218r-26,0r0,-20r26,0r0,-27r25,0r0,27r66,0r0,20r-66,0r0,61v47,-69,159,-42,142,59r0,98r-24,0v-6,-70,23,-174,-51,-173","w":219},"\u0128":{"d":"-24,-302v34,-42,80,16,117,-13r12,17v-32,40,-86,-19,-117,14xm28,-259r26,0r0,259r-26,0r0,-259","w":81},"\u0129":{"d":"-28,-250v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13xm24,-191r25,0r0,191r-25,0r0,-191","w":72},"\u012a":{"d":"-20,-312r121,0r0,21r-121,0r0,-21xm28,-259r26,0r0,259r-26,0r0,-259","w":81},"\u012b":{"d":"-25,-260r122,0r0,21r-122,0r0,-21xm24,-191r25,0r0,191r-25,0r0,-191","w":72},"\u012c":{"d":"103,-320v-10,49,-115,48,-125,0r24,0v13,23,66,25,79,0r22,0xm28,-259r26,0r0,259r-26,0r0,-259","w":81},"\u012d":{"d":"-3,-268v12,24,67,25,79,0r22,0v-9,49,-115,49,-124,0r23,0xm24,-191r25,0r0,191r-25,0r0,-191","w":72},"\u012e":{"d":"69,67v-27,7,-56,-4,-55,-30v0,-18,10,-42,40,-37v-14,12,-22,23,-22,34v1,16,18,22,38,18xm28,-259r26,0r0,259r-26,0r0,-259","w":81},"\u012f":{"d":"63,67v-27,7,-55,-5,-55,-30v0,-18,11,-42,41,-37v-14,12,-22,23,-22,34v1,16,18,22,38,18xm16,-250v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,21,-20,21v-11,0,-20,-10,-20,-21xm24,-191r25,0r0,191r-25,0r0,-191","w":72},"\u0134":{"d":"98,-323r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm29,-41v36,34,87,33,87,-44r0,-174r26,0r0,175v15,96,-75,110,-127,63","w":173},"\u0135":{"d":"25,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0xm-11,47v19,10,35,4,35,-25r0,-213r25,0r0,220v2,45,-27,54,-60,40r0,-22","w":73},"\u0136":{"d":"131,39v-3,27,-38,33,-66,24r4,-13v21,12,62,-10,28,-16v-3,0,-7,0,-12,2r2,-14v18,-5,46,-2,44,17xm31,-259r27,0r0,97r103,-97r35,0r-124,116r134,143r-35,0r-113,-121r0,121r-27,0r0,-259","w":212},"\u0137":{"d":"118,39v-3,27,-38,33,-66,24r4,-13v21,12,62,-10,28,-16v-3,0,-7,0,-12,2r2,-14v18,-5,46,-1,44,17xm27,-265r25,0r0,151r88,-77r37,0r-105,91r111,100r-35,0r-96,-86r0,86r-25,0r0,-265","w":180},"\u0138":{"d":"27,-191r25,0r0,77r88,-77r37,0r-105,91r111,100r-35,0r-96,-86r0,86r-25,0r0,-191","w":180},"\u013b":{"d":"116,39v-3,27,-38,33,-66,24r4,-13v21,12,62,-10,28,-16v-3,0,-7,0,-12,2r2,-14v18,-5,46,-1,44,17xm31,-259r26,0r0,234r100,0r0,25r-126,0r0,-259","w":166},"\u013c":{"d":"63,39v-3,27,-38,33,-66,24r4,-13v21,12,62,-10,28,-16v-3,0,-7,0,-12,2r2,-14v18,-5,46,-1,44,17xm24,-265r24,0r0,265r-24,0r0,-265","w":72},"\u0145":{"d":"160,39v-3,27,-38,33,-66,24r4,-13v21,12,62,-10,28,-16v-3,0,-7,0,-12,2r2,-14v18,-5,46,-1,44,17xm32,0r0,-259r5,0r172,198r0,-198r26,0r0,259r-6,0r-171,-195r0,195r-26,0","w":266},"\u0146":{"d":"137,39v-3,27,-38,33,-66,24r4,-13v21,12,62,-10,28,-16v-3,0,-8,0,-13,2r2,-14v18,-5,47,-1,45,17xm119,-173v-76,1,-68,89,-67,173r-25,0r0,-191r25,0r0,34v17,-22,38,-38,72,-39v87,-1,69,108,70,196r-24,0v-5,-70,22,-174,-51,-173","w":219},"\u014a":{"d":"259,-128v0,101,-102,183,-166,101r18,-16v12,16,28,25,47,25v49,0,74,-58,74,-112v0,-59,-39,-112,-94,-111v-35,0,-64,22,-81,44r0,197r-26,0r0,-259r26,0r0,32v23,-25,52,-38,85,-38v71,-1,117,64,117,137","w":279},"\u014b":{"d":"52,-157v46,-69,142,-44,142,59r0,127v1,45,-27,54,-60,40r0,-22v20,11,40,3,36,-25v-8,-74,28,-195,-51,-195v-78,0,-67,90,-67,173r-25,0r0,-191r25,0r0,34","w":219},"\u014c":{"d":"96,-312r121,0r0,21r-121,0r0,-21xm20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110","w":312},"\u014d":{"d":"57,-260r122,0r0,21r-122,0r0,-21xm18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77"},"\u014e":{"d":"219,-320v-10,49,-115,48,-125,0r23,0v13,23,66,25,79,0r23,0xm20,-128v2,-80,56,-135,135,-137v76,-2,137,61,137,136v0,74,-61,136,-135,136v-74,0,-138,-62,-137,-135xm266,-129v0,-65,-47,-111,-110,-111v-63,0,-108,47,-109,112v-1,60,49,111,109,109v65,-1,110,-46,110,-110","w":312},"\u014f":{"d":"79,-268v12,24,66,24,79,0r22,0v-9,48,-116,50,-124,0r23,0xm18,-95v0,-54,45,-101,100,-101v54,0,99,45,99,101v0,54,-44,100,-99,100v-55,0,-100,-46,-100,-100xm192,-95v2,-40,-35,-77,-74,-77v-39,0,-77,36,-75,77v1,44,31,77,75,77v44,0,72,-33,74,-77"},"\u0156":{"d":"133,39v-3,27,-38,33,-66,24r4,-13v21,12,62,-10,28,-16v-3,0,-8,0,-13,2r3,-14v18,-5,46,-1,44,17xm195,-190v0,50,-35,70,-90,70r93,120r-32,0r-93,-120r-14,0r0,120r-26,0r0,-259v84,-2,162,-5,162,69xm168,-190v0,-49,-56,-44,-109,-43r0,88v53,1,109,5,109,-45","w":218},"\u0157":{"d":"79,39v-3,27,-38,33,-66,24r4,-13v21,12,62,-10,28,-16v-3,0,-8,0,-13,2r2,-14v18,-5,47,-1,45,17xm43,0r-25,0r0,-191r25,0r0,28v15,-23,40,-43,72,-27r-13,21v-75,-15,-56,95,-59,169","w":108},"\u015c":{"d":"78,-323r24,0r51,45r-31,0r-31,-27r-32,27r-33,0xm144,-102v44,64,-39,141,-104,96v-13,-8,-24,-22,-35,-42r22,-13v15,28,33,42,53,42v27,0,48,-17,48,-44v0,-62,-107,-74,-107,-141v0,-49,54,-76,97,-52v11,6,22,17,34,33r-21,16v-16,-20,-22,-29,-48,-31v-36,-3,-46,46,-19,66v13,9,74,54,80,70","w":179},"\u015d":{"d":"58,-271r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm18,-146v4,-55,72,-66,106,-24r-16,16v-21,-26,-62,-26,-68,7v7,45,84,41,84,96v0,59,-86,74,-115,29r16,-18v13,14,26,22,40,22v18,0,35,-14,35,-32v-4,-47,-86,-40,-82,-96","w":139},"\u0166":{"d":"90,-137r49,0r0,25r-49,0r0,112r-26,0r0,-112r-50,0r0,-25r50,0r0,-96r-58,0r0,-26r142,0r0,26r-58,0r0,96","w":153},"\u0167":{"d":"74,-107r43,0r0,21r-43,0r0,86r-25,0r0,-86r-38,0r0,-21r38,0r0,-63r-34,0r0,-21r34,0r0,-71r25,0r0,71r39,0r0,21r-39,0r0,63","w":121},"\u0168":{"d":"55,-302v33,-42,79,15,116,-12r13,17v-35,39,-87,-19,-118,13xm121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266"},"\u0169":{"d":"45,-250v34,-42,79,15,117,-12r12,17v-21,20,-57,18,-80,2v-18,-3,-25,1,-37,11xm108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196","w":218},"\u016a":{"d":"57,-312r121,0r0,21r-121,0r0,-21xm121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266"},"\u016b":{"d":"49,-260r121,0r0,21r-121,0r0,-21xm108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196","w":218},"\u016c":{"d":"180,-320v-9,49,-115,49,-124,0r23,0v13,23,66,25,79,0r22,0xm121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266"},"\u016d":{"d":"70,-268v12,24,67,25,79,0r23,0v-9,49,-116,49,-125,0r23,0xm108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196","w":218},"\u0172":{"d":"154,67v-27,7,-56,-4,-55,-30v0,-18,11,-41,40,-37v-14,12,-22,23,-22,34v1,16,18,22,38,18xm121,7v-63,0,-89,-33,-89,-109r0,-157r26,0r0,157v-5,59,16,84,61,84v93,0,49,-150,59,-241r26,0v-5,112,31,266,-83,266"},"\u0173":{"d":"140,67v-27,7,-56,-4,-55,-30v0,-18,11,-41,40,-37v-14,12,-21,23,-21,34v0,16,18,22,37,18xm108,5v-98,0,-84,-101,-84,-196r25,0v3,75,-18,178,59,172v46,-3,58,-23,58,-83r0,-89r26,0v0,0,14,196,-84,196","w":218},"\u0174":{"d":"161,-323r25,0r51,45r-32,0r-31,-27r-32,27r-33,0xm17,-259r26,0r53,187r74,-187r5,0r74,187r53,-187r27,0r-74,259r-5,0r-77,-196r-78,196r-5,0","w":345},"\u0175":{"d":"138,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0xm2,-191r25,0r58,139r62,-139r4,0r61,139r60,-139r26,0r-83,191r-5,0r-61,-137r-61,137r-5,0","w":299},"\u0176":{"d":"95,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0xm11,-259r30,0r66,107r65,-107r30,0r-82,135r0,124r-25,0r0,-124","w":213},"\u0177":{"d":"85,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0xm7,-191r26,0r66,147r63,-147r27,0r-114,261r-26,0r36,-84","w":193},"\u017f":{"d":"24,-211v-7,-55,23,-66,67,-54r0,24v-22,-12,-43,-7,-43,24r0,217r-24,0r0,-211","w":72},"\u01fa":{"d":"97,-283v0,-21,17,-37,37,-37v20,0,37,17,37,37v0,20,-17,38,-37,38v-20,1,-37,-17,-37,-38xm153,-283v0,-10,-9,-20,-19,-20v-10,-1,-21,10,-20,20v0,10,10,19,20,19v9,0,19,-10,19,-19xm137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm140,-382r38,0r-52,54r-24,0","w":266},"\u01fb":{"d":"86,-252v0,-20,17,-38,37,-38v20,0,39,17,38,38v0,20,-18,37,-38,37v-20,0,-37,-17,-37,-37xm142,-253v1,-10,-9,-20,-19,-19v-10,-1,-20,9,-19,19v-1,10,9,20,19,19v10,1,20,-9,19,-19xm118,-196v36,1,59,18,76,40r0,-35r24,0r0,191r-24,0r0,-33v-18,23,-42,36,-77,38v-53,1,-98,-48,-98,-101v0,-53,45,-101,99,-100xm195,-95v0,-42,-34,-78,-75,-77v-45,1,-76,32,-76,77v0,43,32,77,75,77v44,0,76,-30,76,-77xm131,-351r38,0r-52,54r-24,0","w":245},"\u01fc":{"d":"0,0r167,-259r160,0r0,27r-122,0r0,79r122,0r0,26r-122,0r0,102r122,0r0,25r-148,0r0,-85r-94,0r-55,85r-30,0xm102,-109r77,0r0,-120xm228,-333r38,0r-52,54r-24,0","w":357},"\u01fd":{"d":"21,-96v0,-96,129,-134,175,-60r0,-35r23,0r0,34v28,-47,109,-51,148,-10v18,20,28,44,28,74r-172,0v3,43,30,75,75,75v37,0,56,-17,70,-45r21,11v-20,62,-136,78,-170,18r0,34r-23,0r0,-35v-19,25,-40,39,-76,40v-53,1,-99,-47,-99,-101xm368,-114v-5,-60,-95,-77,-129,-31v-7,8,-12,19,-15,31r144,0xm197,-95v-1,-46,-30,-77,-76,-77v-43,0,-74,32,-75,76v-1,42,35,78,76,78v42,0,75,-35,75,-77xm220,-281r38,0r-52,54r-24,0","w":416},"\u01fe":{"d":"61,-31v-85,-79,-26,-234,95,-234v30,0,57,9,82,26r26,-31r18,16r-26,31v22,22,34,53,36,94v4,104,-123,175,-212,113r-29,34r-19,-15xm221,-219v-72,-52,-174,0,-174,91v0,30,10,56,31,77xm97,-36v74,45,172,-7,169,-93v0,-29,-10,-54,-28,-74xm168,-333r38,0r-52,54r-24,0","w":312},"\u01ff":{"d":"49,-22v-65,-57,-19,-174,68,-174v24,0,44,7,62,21r21,-24r16,13r-22,26v55,62,5,165,-76,165v-19,0,-37,-4,-53,-14r-20,24r-16,-13xm163,-156v-57,-46,-145,16,-114,91v4,10,9,18,16,25xm81,-28v70,41,144,-47,96,-113xm128,-281r38,0r-52,54r-24,0"},"\u00a4":{"d":"156,-38v-27,25,-86,27,-112,0r-21,20r-16,-16r21,-20v-25,-28,-25,-81,0,-109r-21,-20r16,-16r21,21v27,-24,84,-27,111,-1r21,-20r15,16r-20,20v27,25,26,83,1,109r20,20r-15,16xm100,-174v-35,0,-66,31,-66,66v0,35,31,66,66,66v35,0,66,-31,66,-66v0,-35,-31,-66,-66,-66","w":199}}});;Cufon.registerFont({"w":200,"face":{"font-family":"Arial","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 4 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-17 -323 352 102","underline-thickness":"26.3672","underline-position":"-24.9609","unicode-range":"U+0020-U+017F"},"glyphs":{" ":{"w":100,"k":{"Y":7,"T":7,"A":20}},"\u00a0":{"w":100},"!":{"d":"41,-64r-10,-137r0,-57r39,0v1,69,-5,130,-9,194r-20,0xm32,0r0,-36r37,0r0,36r-37,0","w":100},"\"":{"d":"25,-166v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92r-20,0xm83,-166v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-9,92r-19,0","w":127},"#":{"d":"18,4r15,-74r-29,0r0,-27r35,0r13,-63r-48,0r0,-27r53,0r15,-75r27,0r-16,75r56,0r15,-75r27,0r-16,75r31,0r0,27r-36,0r-13,63r49,0r0,27r-54,0r-16,74r-26,0r15,-74r-55,0r-16,74r-26,0xm65,-97r55,0r13,-63r-55,0"},"$":{"d":"183,-73v2,43,-32,78,-75,78r0,32r-18,0r0,-32v-49,-4,-73,-29,-77,-77r32,-6v3,33,19,53,45,57r0,-101v-35,-7,-74,-27,-72,-72v1,-41,27,-69,72,-72r0,-15r18,0r0,15v40,4,64,26,69,63r-33,5v-3,-24,-15,-37,-36,-42r0,92v48,10,72,26,75,75xm90,-240v-32,2,-52,44,-31,70v6,7,17,14,31,18r0,-88xm108,-21v34,-1,56,-49,34,-78v-6,-7,-17,-13,-34,-19r0,97"},"%":{"d":"75,-126v-37,0,-55,-29,-54,-70v0,-34,18,-66,54,-66v35,0,56,29,56,68v0,39,-22,67,-56,68xm104,-195v0,-27,-7,-45,-28,-45v-22,0,-27,18,-27,47v0,28,6,45,27,45v22,0,28,-18,28,-47xm76,9r141,-271r26,0r-141,271r-26,0xm242,9v-36,0,-54,-29,-54,-69v0,-37,18,-67,54,-67v34,1,56,29,56,68v0,39,-21,68,-56,68xm270,-60v0,-27,-6,-45,-27,-45v-22,0,-28,19,-28,48v0,26,7,45,28,45v22,0,27,-19,27,-48","w":320},"&":{"d":"112,-262v34,0,60,24,60,55v0,24,-17,46,-49,63r46,59v5,-10,10,-22,13,-36r32,7v-6,22,-12,40,-22,55v12,16,25,29,40,40r-21,25v-13,-8,-26,-20,-40,-36v-18,20,-40,33,-74,34v-45,2,-83,-33,-82,-75v1,-40,29,-60,62,-77v-18,-21,-27,-30,-29,-57v-2,-32,30,-57,64,-57xm110,-236v-30,0,-39,38,-17,55r14,16v21,-13,29,-18,32,-41v1,-17,-13,-30,-29,-30xm50,-73v-2,35,40,65,77,41v10,-6,18,-14,24,-23r-58,-72v-26,16,-41,26,-43,54","w":240},"'":{"d":"24,-166v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-9,92r-19,0","w":68},"(":{"d":"107,-262v-66,97,-72,231,0,338r-23,0v-31,-40,-62,-101,-62,-169v1,-74,27,-121,62,-169r23,0","w":119},")":{"d":"107,-93v1,68,-32,129,-63,169r-22,0v71,-107,66,-242,0,-338r22,0v35,49,62,96,63,169","w":119},"*":{"d":"11,-210r8,-25v19,7,33,12,41,17v-2,-21,-4,-36,-4,-44r26,0v0,12,-2,27,-4,44v12,-6,25,-12,41,-17r8,25v-15,5,-29,7,-43,9v7,6,17,18,30,34r-21,15v-7,-9,-15,-22,-24,-38v-9,17,-16,29,-23,38r-21,-15v14,-17,23,-29,29,-34v-15,-3,-29,-5,-43,-9","w":140},"+":{"d":"90,-42r0,-70r-70,0r0,-30r70,0r0,-70r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0","w":210},",":{"d":"32,0r0,-36r36,0v1,40,2,77,-29,87r-9,-14v15,-6,20,-16,20,-37r-18,0","w":100},"-":{"d":"11,-77r0,-32r98,0r0,32r-98,0","w":119},"\u00ad":{"d":"11,-77r0,-32r98,0r0,32r-98,0","w":119},".":{"d":"33,0r0,-36r36,0r0,36r-36,0","w":100},"\/":{"d":"0,4r75,-266r25,0r-75,266r-25,0","w":100},"0":{"d":"99,4v-67,0,-84,-54,-84,-131v0,-75,16,-132,84,-132v67,0,84,56,84,132v0,74,-16,131,-84,131xm99,-233v-46,6,-52,44,-52,106v0,65,8,98,52,105v44,-6,51,-40,51,-105v0,-65,-6,-99,-51,-106"},"1":{"d":"39,-194v32,-13,61,-39,75,-65r20,0r0,259r-32,0r0,-202v-14,14,-43,31,-63,39r0,-31","k":{"1":27}},"2":{"d":"181,-187v0,78,-96,103,-126,157r126,0r0,30r-170,0v6,-90,131,-106,137,-188v2,-26,-21,-46,-48,-45v-31,0,-51,20,-51,52r-32,-3v3,-47,35,-75,84,-75v46,0,80,30,80,72"},"3":{"d":"136,-140v88,26,42,150,-39,145v-45,-3,-78,-32,-82,-73r32,-4v6,31,18,50,50,50v30,1,54,-23,53,-53v0,-37,-34,-60,-72,-47r3,-28v28,4,58,-12,58,-42v0,-23,-19,-41,-42,-41v-28,0,-43,20,-47,47r-32,-6v7,-38,36,-64,78,-67v71,-6,103,95,40,119"},"4":{"d":"116,0r0,-62r-111,0r0,-29r117,-167r26,0r0,167r35,0r0,29r-35,0r0,62r-32,0xm116,-91r0,-116r-80,116r80,0"},"5":{"d":"186,-87v0,102,-163,129,-171,19r33,-2v3,29,21,48,50,48v31,0,54,-28,54,-63v0,-60,-78,-75,-102,-33r-29,-4r25,-132r128,0r0,30r-103,0r-14,69v54,-41,129,2,129,68"},"6":{"d":"14,-121v0,-103,66,-171,142,-121v14,9,20,27,23,47r-31,3v-4,-35,-42,-53,-70,-32v-23,18,-33,45,-33,91v13,-20,34,-34,63,-34v43,-1,77,38,76,83v-2,50,-31,88,-81,88v-63,0,-89,-47,-89,-125xm101,-139v-29,0,-52,24,-51,56v1,33,19,61,52,61v29,0,49,-26,49,-60v0,-33,-19,-57,-50,-57"},"7":{"d":"53,0v4,-86,46,-174,90,-224r-126,0r0,-30r167,0r0,24v-47,54,-92,133,-98,230r-33,0"},"8":{"d":"15,-75v1,-36,19,-57,49,-65v-71,-23,-35,-126,35,-119v70,-9,105,99,37,119v29,9,47,30,48,66v1,46,-38,78,-85,78v-48,0,-85,-33,-84,-79xm99,-233v-23,0,-42,18,-42,40v0,24,18,41,43,41v23,0,41,-18,41,-40v0,-23,-19,-41,-42,-41xm99,-126v-29,0,-53,23,-52,52v2,30,22,52,53,52v29,1,52,-22,52,-51v0,-30,-23,-53,-53,-53"},"9":{"d":"184,-134v0,81,-20,135,-92,138v-42,2,-68,-26,-72,-64r30,-2v5,25,16,40,43,40v49,0,58,-49,60,-99v-11,18,-35,34,-62,34v-43,0,-76,-38,-76,-85v0,-49,34,-90,81,-87v64,4,88,47,88,125xm99,-115v31,-1,50,-24,50,-58v0,-33,-19,-60,-49,-60v-30,1,-53,29,-53,62v0,31,22,56,52,56"},":":{"d":"33,-151r0,-36r36,0r0,36r-36,0xm33,0r0,-36r36,0r0,36r-36,0","w":100},";":{"d":"32,-151r0,-36r36,0r0,36r-36,0xm32,0r0,-36r36,0v1,40,2,77,-29,87r-9,-14v15,-6,20,-16,20,-37r-18,0","w":100},"\u037e":{"d":"32,-151r0,-36r36,0r0,36r-36,0xm32,0r0,-36r36,0v1,40,2,77,-29,87r-9,-14v15,-6,20,-16,20,-37r-18,0","w":100},"<":{"d":"20,-113r0,-29r170,-72r0,31r-135,56r135,56r0,31","w":210},"=":{"d":"190,-152r-170,0r0,-29r170,0r0,29xm190,-73r-170,0r0,-30r170,0r0,30","w":210},">":{"d":"190,-113r-170,73r0,-31r135,-56r-135,-56r0,-31r170,72r0,29","w":210},"?":{"d":"182,-192v0,61,-74,60,-69,129r-30,0v-10,-71,61,-75,67,-127v3,-24,-25,-47,-50,-46v-31,2,-47,20,-52,52r-32,-4v6,-45,33,-74,83,-74v46,0,83,28,83,70xm81,0r0,-36r36,0r0,36r-36,0"},"@":{"d":"238,1v-22,0,-33,-7,-34,-30v-13,16,-30,30,-54,30v-108,0,-62,-192,28,-192v25,0,42,14,53,33r6,-27r31,0r-30,145v0,7,5,11,12,11v38,-8,68,-51,68,-97v0,-70,-56,-111,-126,-111v-89,0,-145,64,-146,152v-1,91,61,134,151,135v57,0,101,-22,124,-53r31,0v-26,46,-78,80,-155,79v-107,-1,-177,-53,-177,-158v0,-107,64,-180,174,-180v88,0,146,52,150,137v3,58,-51,127,-106,126xm180,-164v-61,-1,-88,129,-23,139v41,-6,61,-45,64,-89v1,-28,-16,-50,-41,-50","w":365},"A":{"d":"-1,0r99,-258r37,0r106,258r-39,0r-30,-78r-108,0r-28,78r-37,0xm74,-106r87,0r-45,-125v-9,45,-28,84,-42,125","w":240,"k":{"y":7,"w":7,"v":7,"Y":27,"W":13,"V":27,"T":27," ":20}},"B":{"d":"221,-75v1,89,-104,75,-195,75r0,-258v82,0,182,-14,182,66v0,27,-15,46,-36,55v29,8,48,29,49,62xm175,-188v0,-52,-64,-37,-115,-39r0,78v50,-2,115,12,115,-39xm186,-75v0,-55,-70,-43,-126,-44r0,89v56,-2,126,12,126,-45","w":240},"C":{"d":"136,-25v43,0,68,-26,76,-65r34,8v-12,51,-48,86,-107,86v-84,1,-113,-57,-121,-135v-14,-136,189,-182,223,-56r-33,8v-11,-33,-29,-53,-69,-54v-60,-1,-86,44,-86,102v0,61,25,106,83,106","w":259},"D":{"d":"241,-130v0,82,-35,130,-120,130r-93,0r0,-258r89,0v89,-3,124,46,124,128xm206,-131v0,-64,-21,-99,-90,-96r-54,0r0,197r55,0v68,2,89,-37,89,-101","w":259},"E":{"d":"28,0r0,-258r187,0r0,31r-152,0r0,79r142,0r0,30r-142,0r0,88r158,0r0,30r-193,0","w":240},"F":{"d":"30,0r0,-258r173,0r0,31r-139,0r0,80r121,0r0,30r-121,0r0,117r-34,0","w":219,"k":{"A":20,".":40,",":40}},"G":{"d":"54,-130v-8,101,111,128,170,77r0,-48r-76,0r0,-30r110,0r0,95v-29,22,-61,40,-107,40v-80,0,-127,-52,-132,-132v-8,-116,138,-177,215,-100v10,10,16,25,20,42r-31,9v-9,-35,-33,-55,-75,-56v-64,0,-89,42,-94,103","w":280},"H":{"d":"29,0r0,-258r34,0r0,106r134,0r0,-106r34,0r0,258r-34,0r0,-121r-134,0r0,121r-34,0","w":259},"I":{"d":"34,0r0,-258r34,0r0,258r-34,0","w":100},"J":{"d":"152,-82v13,80,-77,109,-124,67v-13,-12,-18,-32,-18,-58r31,-4v1,34,9,51,38,51v31,0,39,-19,39,-54r0,-178r34,0r0,176","w":180},"K":{"d":"26,0r0,-258r34,0r0,128r128,-128r47,0r-108,105r112,153r-45,0r-91,-130r-43,41r0,89r-34,0","w":240},"L":{"d":"26,0r0,-258r34,0r0,228r127,0r0,30r-161,0","k":{"y":13,"Y":27,"W":27,"V":27,"T":27," ":13}},"M":{"d":"27,0r0,-258r51,0r73,221r76,-221r46,0r0,258r-33,0r0,-216r-75,216r-31,0r-74,-219r0,219r-33,0","w":299},"N":{"d":"27,0r0,-258r35,0r136,203r0,-203r32,0r0,258r-35,0r-135,-202r0,202r-33,0","w":259},"O":{"d":"141,4v-77,0,-122,-55,-124,-130v-2,-80,49,-136,124,-136v78,0,123,54,123,134v0,78,-48,132,-123,132xm141,-233v-57,0,-88,40,-88,108v0,57,35,100,87,100v55,0,90,-43,89,-104v-1,-60,-30,-104,-88,-104","w":280},"P":{"d":"224,-183v0,78,-78,83,-162,78r0,105r-34,0r0,-258v90,1,196,-17,196,75xm189,-182v0,-59,-69,-43,-127,-45r0,92v57,-1,127,12,127,-47","w":240,"k":{"A":27,".":46,",":46," ":7}},"Q":{"d":"262,-129v0,45,-14,77,-39,101v16,11,31,19,44,24r-10,24v-19,-7,-38,-18,-56,-32v-89,47,-191,-16,-186,-117v4,-77,45,-133,124,-133v77,0,123,53,123,133xm51,-129v0,75,53,122,122,97v-11,-7,-21,-11,-33,-14r8,-25v20,6,36,13,49,24v55,-50,34,-192,-58,-186v-55,3,-88,41,-88,104","w":280},"R":{"d":"234,-187v-1,42,-29,66,-72,70v46,24,63,76,93,117r-42,0v-30,-37,-46,-92,-92,-113v-15,-2,-41,-1,-59,-1r0,114r-34,0r0,-258v90,3,209,-22,206,71xm199,-187v0,-56,-81,-40,-137,-42r0,85v57,-2,136,14,137,-43","w":259,"k":{"Y":7,"W":7,"V":7,"T":7}},"S":{"d":"177,-136v81,33,37,140,-51,140v-65,0,-107,-28,-110,-87r32,-3v4,41,33,55,76,60v56,6,90,-59,34,-80v-45,-17,-132,-19,-132,-85v0,-83,139,-91,175,-35v8,12,12,26,13,41r-33,2v5,-62,-119,-67,-122,-10v-2,44,93,40,118,57","w":240},"T":{"d":"93,0r0,-227r-85,0r0,-31r205,0r0,31r-86,0r0,227r-34,0","w":219,"k":{"y":20,"w":20,"u":13,"s":40,"r":13,"o":40,"i":13,"e":40,"c":40,"a":40,"O":7,"A":27,";":40,":":40,".":40,"-":20,",":40," ":7}},"U":{"d":"127,-26v108,0,60,-141,70,-232r34,0r0,149v1,76,-28,113,-101,113v-74,0,-102,-37,-102,-113r0,-149r34,0v9,90,-34,232,65,232","w":259},"V":{"d":"101,0r-99,-258r36,0r81,230r83,-230r35,0r-101,258r-35,0","w":240,"k":{"y":13,"u":13,"r":13,"o":20,"i":7,"e":20,"a":27,"A":27,";":13,":":13,".":33,"-":20,",":33}},"W":{"d":"73,0r-69,-258r35,0r50,222r61,-222r41,0r37,131v9,32,16,63,20,91r53,-222r35,0r-71,258r-33,0r-62,-227r-62,227r-35,0","w":339,"k":{"y":3,"u":7,"r":7,"o":7,"e":7,"a":13,"A":13,";":7,":":7,".":20,"-":7,",":20}},"X":{"d":"2,0r99,-134r-88,-124r41,0r67,98r73,-98r37,0r-91,122r98,136r-42,0r-76,-109r-77,109r-41,0","w":240},"Y":{"d":"100,0r0,-109r-99,-149r42,0r77,122r78,-122r39,0r-103,149r0,109r-34,0","w":240,"k":{"v":20,"u":20,"q":33,"p":27,"o":33,"i":13,"e":33,"a":27,"A":27,";":23,":":20,".":46,"-":33,",":46," ":7}},"Z":{"d":"7,0r0,-32r132,-165v9,-12,19,-21,27,-30r-144,0r0,-31r185,0r0,31r-161,197r165,0r0,30r-204,0","w":219},"[":{"d":"24,72r0,-330r70,0r0,26r-38,0r0,277r38,0r0,27r-70,0","w":100},"\\":{"d":"75,4r-75,-266r25,0r75,266r-25,0","w":100},"]":{"d":"77,72r-70,0r0,-27r38,0r0,-277r-38,0r0,-26r70,0r0,330","w":100},"^":{"d":"42,-121r-33,0r63,-141r25,0r62,141r-31,0r-44,-105","w":168},"_":{"d":"-5,72r0,-23r209,0r0,23r-209,0"},"`":{"d":"82,-210r-26,0r-40,-49r42,0","w":119},"a":{"d":"175,-120v0,46,-6,99,10,120r-33,0v-3,-7,-5,-14,-6,-23v-33,39,-133,39,-133,-26v0,-63,86,-56,130,-69v3,-35,-13,-47,-45,-47v-32,0,-42,10,-49,36r-31,-4v8,-41,37,-58,85,-58v50,0,72,16,72,71xm84,-21v42,-2,63,-23,59,-73v-23,15,-97,3,-96,44v0,18,15,31,37,29"},"b":{"d":"185,-96v10,81,-84,134,-132,73r0,23r-29,0r0,-258r31,0r0,92v47,-57,140,-8,130,70xm104,-165v-33,0,-51,31,-51,70v0,44,15,73,49,73v33,0,51,-31,51,-72v0,-41,-16,-71,-49,-71"},"c":{"d":"47,-94v-15,78,93,98,99,26r31,4v-5,40,-35,68,-78,68v-54,0,-87,-39,-85,-97v-17,-102,139,-138,160,-39r-31,5v-6,-23,-18,-38,-43,-38v-37,0,-54,28,-53,71","w":180},"d":{"d":"91,-191v24,0,41,12,52,26r0,-93r31,0r0,258r-29,0r0,-24v-12,19,-29,28,-52,28v-53,-2,-81,-43,-81,-97v0,-55,26,-96,79,-98xm94,-165v-34,0,-49,29,-49,72v0,41,18,71,51,71v32,0,49,-29,49,-69v0,-44,-16,-74,-51,-74"},"e":{"d":"102,-22v28,0,41,-15,50,-38r32,4v-9,36,-37,60,-82,60v-56,1,-89,-38,-89,-96v0,-59,32,-99,87,-99v55,0,90,42,85,106r-139,0v2,37,21,63,56,63xm152,-111v2,-50,-57,-70,-88,-39v-10,10,-15,23,-16,39r104,0"},"f":{"d":"108,-231v-33,-9,-51,6,-45,44r36,0r0,25r-36,0r0,162r-32,0r0,-162r-28,0r0,-25r28,0v-7,-60,24,-85,81,-72","w":100,"k":{"f":7}},"g":{"d":"176,-25v13,94,-74,121,-138,86v-15,-8,-20,-26,-20,-46r31,5v-1,35,56,37,77,21v18,-14,19,-25,18,-65v-14,16,-31,24,-52,24v-51,2,-80,-45,-80,-94v1,-55,25,-96,80,-97v22,0,41,9,55,27r0,-23r29,0r0,162xm95,-165v-33,0,-51,29,-51,68v0,42,16,71,51,71v35,0,52,-28,52,-70v0,-39,-20,-69,-52,-69"},"h":{"d":"105,-164v-69,0,-47,96,-50,164r-31,0r0,-258r31,0r0,93v38,-46,121,-31,121,47r0,118r-32,0v-8,-60,25,-164,-39,-164"},"i":{"d":"24,-221r0,-37r32,0r0,37r-32,0xm24,0r0,-187r32,0r0,187r-32,0","w":79},"j":{"d":"24,-221r0,-37r31,0r0,37r-31,0xm55,10v4,55,-26,74,-72,62r6,-26v28,7,35,-3,35,-37r0,-196r31,0r0,197","w":79},"k":{"d":"24,0r0,-258r32,0r0,147r74,-76r41,0r-71,70r79,117r-39,0r-62,-95r-22,21r0,74r-32,0","w":180},"l":{"d":"23,0r0,-258r32,0r0,258r-32,0","w":79},"m":{"d":"102,-163v-67,0,-42,97,-47,163r-31,0r0,-187r28,0r0,27v15,-38,98,-44,109,2v28,-52,116,-43,116,30r0,128r-32,0r0,-118v1,-31,-8,-44,-33,-45v-67,-2,-41,99,-46,163r-31,0r0,-121v-1,-26,-7,-42,-33,-42","w":299},"n":{"d":"105,-163v-69,-3,-46,97,-50,163r-31,0r0,-187r28,0r0,27v33,-53,123,-40,123,45r0,115r-31,0v-8,-59,25,-161,-39,-163"},"o":{"d":"99,4v-55,0,-87,-38,-87,-97v0,-59,32,-97,87,-98v54,0,88,39,88,95v0,64,-30,100,-88,100xm99,-165v-37,0,-55,30,-55,72v0,42,19,71,55,71v37,0,55,-29,55,-72v0,-42,-18,-71,-55,-71"},"p":{"d":"186,-95v8,78,-84,130,-131,76r0,91r-31,0r0,-259r29,0r0,25v12,-17,27,-29,54,-29v54,1,74,43,79,96xm104,-166v-32,0,-52,34,-52,74v0,41,17,70,50,70v34,0,51,-31,51,-73v0,-41,-16,-71,-49,-71"},"q":{"d":"13,-95v-11,-82,88,-129,133,-67r0,-25r28,0r0,259r-31,0r0,-92v-45,55,-141,3,-130,-75xm94,-166v-32,0,-49,31,-49,72v0,41,18,72,52,72v31,0,49,-30,49,-69v0,-42,-18,-75,-52,-75"},"r":{"d":"114,-151v-36,-23,-59,12,-59,53r0,98r-32,0r0,-187r29,0r0,29v13,-32,41,-42,73,-23","w":119,"k":{".":20,",":20}},"s":{"d":"138,-99v56,31,18,103,-47,103v-48,0,-73,-19,-80,-60r31,-5v-2,47,89,53,92,9v-16,-47,-118,-16,-118,-85v0,-61,103,-69,132,-30v5,7,9,16,11,28r-31,5v2,-39,-81,-42,-81,-7v0,32,70,31,91,42","w":180},"t":{"d":"61,-53v-2,25,10,28,32,25r4,28v-45,6,-67,0,-67,-55r0,-107r-24,0r0,-25r24,0r0,-46r31,-19r0,65r32,0r0,25r-32,0r0,109","w":100},"u":{"d":"93,-23v70,2,46,-96,50,-164r31,0r0,187r-28,0r0,-27v-34,53,-123,38,-123,-44r0,-116r32,0v8,60,-25,163,38,164"},"v":{"d":"76,0r-71,-187r33,0r52,150r53,-150r33,0r-71,187r-29,0","w":180,"k":{".":27,",":27}},"w":{"d":"58,0r-57,-187r33,0r41,148v8,-38,28,-107,39,-148r32,0r38,144r42,-144r31,0r-58,187r-33,0r-37,-144r-38,144r-33,0","w":259,"k":{".":20,",":20}},"x":{"d":"3,0r68,-97r-63,-90r39,0r42,65v15,-24,30,-42,46,-65r37,0r-64,88r69,99r-38,0r-49,-74r-49,74r-38,0","w":180},"y":{"d":"22,72r-3,-30v38,11,50,-10,58,-42r-71,-187r34,0r39,108v5,14,9,29,13,44v14,-54,35,-101,53,-152r32,0r-89,233v-12,23,-35,37,-66,26","w":180,"k":{".":27,",":27}},"z":{"d":"7,0r0,-26r119,-136r-112,1r0,-26r153,0r0,21r-121,140r126,-1r0,27r-165,0","w":180},"{":{"d":"46,-9v0,-44,-1,-66,-36,-70r0,-29v34,-3,37,-25,36,-67v-2,-63,6,-89,66,-87r0,28v-30,-1,-37,4,-36,36v0,67,1,84,-37,105v29,13,36,33,37,79v1,48,-6,61,36,62r0,28v-59,3,-67,-25,-66,-85","w":120},"|":{"d":"33,76r0,-338r28,0r0,338r-28,0","w":93},"}":{"d":"74,-178v0,44,1,66,36,70r0,29v-34,3,-37,26,-36,68v1,63,-6,89,-66,87r0,-28v30,1,37,-4,36,-36v0,-64,1,-86,37,-105v-29,-15,-37,-32,-37,-79v0,-48,7,-62,-36,-62r0,-28v58,-3,67,25,66,84","w":120},"~":{"d":"61,-122v-23,0,-30,10,-46,24r0,-36v34,-42,92,-8,135,3v19,0,35,-14,45,-25r0,38v-14,12,-26,19,-49,20v-28,1,-59,-24,-85,-24","w":210},"\u0152":{"d":"23,-129v0,-73,31,-134,104,-133v31,0,54,13,70,39r0,-35r146,0r0,31r-114,0r0,78r105,0r0,31r-105,0r0,88r120,0r0,30r-152,0r0,-37v-16,28,-39,41,-70,41v-70,1,-104,-59,-104,-133xm195,-131v0,-59,-21,-103,-68,-103v-52,0,-69,46,-69,107v0,60,22,104,69,104v49,0,68,-45,68,-108","w":360},"\u0153":{"d":"324,-56v-7,67,-123,79,-152,25v-16,21,-38,34,-70,35v-54,0,-88,-39,-88,-95v0,-59,31,-100,89,-100v32,-1,57,16,69,36v22,-40,99,-49,131,-9v15,19,23,44,23,79r-137,0v0,36,21,63,55,63v27,0,41,-16,48,-39xm101,-165v-36,0,-54,33,-54,71v0,43,19,72,54,72v35,0,55,-31,55,-72v0,-42,-20,-71,-55,-71xm293,-111v2,-48,-56,-71,-87,-39v-10,10,-15,22,-16,39r103,0","w":339},"\u0178":{"d":"70,-274r0,-36r33,0r0,36r-33,0xm135,-274r0,-36r33,0r0,36r-33,0xm100,0r0,-109r-99,-149r42,0r77,122r78,-122r39,0r-103,149r0,109r-34,0","w":240},"\u0131":{"d":"35,0r0,-187r31,0r0,187r-31,0","w":100},"\u0141":{"d":"25,-99r-25,21r0,-29r25,-22r0,-129r35,0r0,100r58,-49r0,29r-58,50r0,98r128,0r0,30r-163,0r0,-99"},"\u0142":{"d":"23,-101r-22,19r0,-27r22,-20r0,-129r32,0r0,103r24,-21r0,28r-24,20r0,128r-32,0r0,-101","w":79},"\u0160":{"d":"115,-292r19,-30r36,0r-39,50r-34,0r-38,-50r36,0xm177,-136v81,33,37,140,-51,140v-65,0,-107,-28,-110,-87r32,-3v4,41,33,55,76,60v56,6,90,-59,34,-80v-45,-17,-132,-19,-132,-85v0,-83,139,-91,175,-35v8,12,12,26,13,41r-33,2v5,-62,-119,-67,-122,-10v-2,44,93,40,118,57","w":240},"\u0161":{"d":"89,-229r19,-30r36,0r-39,49r-34,0r-38,-49r36,0xm138,-99v56,31,18,103,-47,103v-48,0,-73,-19,-80,-60r31,-5v-2,47,89,53,92,9v-16,-47,-118,-16,-118,-85v0,-61,103,-69,132,-30v5,7,9,16,11,28r-31,5v2,-39,-81,-42,-81,-7v0,32,70,31,91,42","w":180},"\u017d":{"d":"112,-292r19,-30r36,0r-40,50r-33,0r-38,-50r36,0xm7,0r0,-32r132,-165v9,-12,19,-21,27,-30r-144,0r0,-31r185,0r0,31r-161,197r165,0r0,30r-204,0","w":219},"\u017e":{"d":"95,-229r20,-30r36,0r-40,49r-34,0r-38,-49r37,0xm7,0r0,-26r119,-136r-112,1r0,-26r153,0r0,21r-121,140r126,-1r0,27r-165,0","w":180},"\u011e":{"d":"122,-319v2,32,59,32,61,0r21,0v1,42,-56,58,-87,34v-9,-8,-14,-19,-16,-34r21,0xm54,-130v-8,101,111,128,170,77r0,-48r-76,0r0,-30r110,0r0,95v-29,22,-61,40,-107,40v-80,0,-127,-52,-132,-132v-8,-116,138,-177,215,-100v10,10,16,25,20,42r-31,9v-9,-35,-33,-55,-75,-56v-64,0,-89,42,-94,103","w":280},"\u011f":{"d":"70,-257v2,30,59,32,60,0r22,0v0,42,-58,58,-88,33v-9,-8,-14,-18,-16,-33r22,0xm176,-25v13,94,-74,121,-138,86v-15,-8,-20,-26,-20,-46r31,5v-1,35,56,37,77,21v18,-14,19,-25,18,-65v-14,16,-31,24,-52,24v-51,2,-80,-45,-80,-94v1,-55,25,-96,80,-97v22,0,41,9,55,27r0,-23r29,0r0,162xm95,-165v-33,0,-51,29,-51,68v0,42,16,71,51,71v35,0,52,-28,52,-70v0,-39,-20,-69,-52,-69"},"\u0130":{"d":"31,-274r0,-39r39,0r0,39r-39,0xm34,0r0,-258r34,0r0,258r-34,0","w":100},"\u015e":{"d":"125,37v0,-12,-13,-11,-27,-12r9,-31r23,0r-6,19v17,1,31,11,31,26v0,30,-43,38,-77,31r2,-20v19,-1,45,3,45,-13xm177,-136v81,33,37,140,-51,140v-65,0,-107,-28,-110,-87r32,-3v4,41,33,55,76,60v56,6,90,-59,34,-80v-45,-17,-132,-19,-132,-85v0,-83,139,-91,175,-35v8,12,12,26,13,41r-33,2v5,-62,-119,-67,-122,-10v-2,44,93,40,118,57","w":240},"\u015f":{"d":"94,35v-3,-10,-12,-12,-28,-11r9,-32r24,0r-6,19v17,1,30,11,30,26v0,30,-43,38,-76,31r2,-20v21,2,41,2,45,-13xm138,-99v56,31,18,103,-47,103v-48,0,-73,-19,-80,-60r31,-5v-2,47,89,53,92,9v-16,-47,-118,-16,-118,-85v0,-61,103,-69,132,-30v5,7,9,16,11,28r-31,5v2,-39,-81,-42,-81,-7v0,32,70,31,91,42","w":180},"\u0106":{"d":"117,-274r23,-49r41,0r-38,49r-26,0xm136,-25v43,0,68,-26,76,-65r34,8v-12,51,-48,86,-107,86v-84,1,-113,-57,-121,-135v-14,-136,189,-182,223,-56r-33,8v-11,-33,-29,-53,-69,-54v-60,-1,-86,44,-86,102v0,61,25,106,83,106","w":259},"\u0107":{"d":"75,-210r23,-49r41,0r-38,49r-26,0xm47,-94v-15,78,93,98,99,26r31,4v-5,40,-35,68,-78,68v-54,0,-87,-39,-85,-97v-17,-102,139,-138,160,-39r-31,5v-6,-23,-18,-38,-43,-38v-37,0,-54,28,-53,71","w":180},"\u010c":{"d":"139,-292r19,-30r36,0r-39,50r-34,0r-38,-50r36,0xm136,-25v43,0,68,-26,76,-65r34,8v-12,51,-48,86,-107,86v-84,1,-113,-57,-121,-135v-14,-136,189,-182,223,-56r-33,8v-11,-33,-29,-53,-69,-54v-60,-1,-86,44,-86,102v0,61,25,106,83,106","w":259},"\u010d":{"d":"99,-229r19,-30r36,0r-40,49r-33,0r-38,-49r36,0xm47,-94v-15,78,93,98,99,26r31,4v-5,40,-35,68,-78,68v-54,0,-87,-39,-85,-97v-17,-102,139,-138,160,-39r-31,5v-6,-23,-18,-38,-43,-38v-37,0,-54,28,-53,71","w":180},"\u0111":{"d":"91,-191v24,0,41,12,52,26r0,-49r-61,0r0,-23r61,0r0,-21r31,0r0,21r26,0r0,23r-26,0r0,214r-29,0r0,-24v-12,19,-29,28,-52,28v-53,-2,-81,-43,-81,-97v0,-55,26,-96,79,-98xm94,-165v-34,0,-49,29,-49,72v0,41,18,71,51,71v32,0,49,-29,49,-69v0,-44,-16,-74,-51,-74"},"\u0102":{"d":"89,-319v2,32,59,32,61,0r21,0v1,42,-56,58,-87,34v-9,-8,-14,-19,-16,-34r21,0xm-1,0r99,-258r37,0r106,258r-39,0r-30,-78r-108,0r-28,78r-37,0xm74,-106r87,0r-45,-125v-9,45,-28,84,-42,125","w":240},"\u0103":{"d":"73,-257v2,30,59,32,60,0r22,0v0,42,-58,58,-88,33v-9,-8,-14,-18,-16,-33r22,0xm175,-120v0,46,-6,99,10,120r-33,0v-3,-7,-5,-14,-6,-23v-33,39,-133,39,-133,-26v0,-63,86,-56,130,-69v3,-35,-13,-47,-45,-47v-32,0,-42,10,-49,36r-31,-4v8,-41,37,-58,85,-58v50,0,72,16,72,71xm84,-21v42,-2,63,-23,59,-73v-23,15,-97,3,-96,44v0,18,15,31,37,29"},"\u0104":{"d":"272,62v-27,18,-80,14,-77,-28v0,-10,2,-23,7,-40r22,0v-13,23,-8,56,19,56v9,0,18,-4,29,-9r0,21xm-1,0r99,-258r37,0r106,258r-39,0r-30,-78r-108,0r-28,78r-37,0xm74,-106r87,0r-45,-125v-9,45,-28,84,-42,125","w":240},"\u0105":{"d":"223,60v-26,17,-81,14,-77,-28v0,-10,2,-24,7,-41r22,0v-13,23,-9,56,18,56v9,0,19,-3,30,-8r0,21xm175,-120v0,46,-6,99,10,120r-33,0v-3,-7,-5,-14,-6,-23v-33,39,-133,39,-133,-26v0,-63,86,-56,130,-69v3,-35,-13,-47,-45,-47v-32,0,-42,10,-49,36r-31,-4v8,-41,37,-58,85,-58v50,0,72,16,72,71xm84,-21v42,-2,63,-23,59,-73v-23,15,-97,3,-96,44v0,18,15,31,37,29"},"\u010e":{"d":"105,-292r20,-30r36,0r-40,50r-34,0r-38,-50r37,0xm241,-130v0,82,-35,130,-120,130r-93,0r0,-258r89,0v89,-3,124,46,124,128xm206,-131v0,-64,-21,-99,-90,-96r-54,0r0,197r55,0v68,2,89,-37,89,-101","w":259},"\u010f":{"d":"189,-225r0,-33r33,0v1,37,2,70,-27,79r-7,-12v12,-7,17,-14,17,-34r-16,0xm91,-191v24,0,41,12,52,26r0,-93r31,0r0,258r-29,0r0,-24v-12,19,-29,28,-52,28v-53,-2,-81,-43,-81,-97v0,-55,26,-96,79,-98xm94,-165v-34,0,-49,29,-49,72v0,41,18,71,51,71v33,0,50,-29,50,-69v0,-44,-17,-74,-52,-74","w":221},"\u0110":{"d":"241,-130v0,81,-34,130,-120,130r-93,0r0,-117r-29,0r0,-23r29,0r0,-118r89,0v89,-3,124,46,124,128xm206,-131v0,-64,-22,-98,-90,-96r-54,0r0,87r71,0r0,23r-71,0r0,87r55,0v68,2,89,-36,89,-101","w":259},"\u0118":{"d":"220,64v-27,18,-79,14,-77,-28v0,-10,2,-23,7,-40r22,0v-13,23,-8,55,19,55v9,0,18,-3,29,-8r0,21xm28,0r0,-258r187,0r0,31r-152,0r0,79r142,0r0,30r-142,0r0,88r158,0r0,30r-193,0","w":240},"\u0119":{"d":"165,64v-27,18,-80,15,-77,-28v0,-10,2,-23,7,-40r22,0v-13,22,-9,55,18,55v9,0,19,-3,30,-8r0,21xm102,-22v28,0,41,-15,50,-38r32,4v-9,36,-37,60,-82,60v-56,1,-89,-38,-89,-96v0,-59,32,-99,87,-99v55,0,90,42,85,106r-139,0v2,37,21,63,56,63xm152,-111v2,-50,-57,-70,-88,-39v-10,10,-15,23,-16,39r104,0"},"\u011a":{"d":"117,-292r19,-30r36,0r-39,50r-34,0r-38,-50r36,0xm28,0r0,-258r187,0r0,31r-152,0r0,79r142,0r0,30r-142,0r0,88r158,0r0,30r-193,0","w":240},"\u011b":{"d":"102,-229r20,-30r36,0r-40,49r-34,0r-38,-49r37,0xm102,-22v28,0,41,-15,50,-38r32,4v-9,36,-37,60,-82,60v-56,1,-89,-38,-89,-96v0,-59,32,-99,87,-99v55,0,90,42,85,106r-139,0v2,37,21,63,56,63xm152,-111v2,-50,-57,-70,-88,-39v-10,10,-15,23,-16,39r104,0"},"\u0139":{"d":"53,-274r24,-49r41,0r-38,49r-27,0xm26,0r0,-258r34,0r0,228r127,0r0,30r-161,0"},"\u013a":{"d":"12,-271r23,-49r41,0r-38,49r-26,0xm23,0r0,-258r32,0r0,258r-32,0","w":79},"\u013d":{"d":"125,-222r0,-36r36,0v1,40,2,77,-29,87r-9,-13v15,-6,19,-17,20,-38r-18,0xm26,0r0,-258r34,0r0,228r127,0r0,30r-161,0"},"\u013e":{"d":"72,-225r0,-33r33,0v1,37,1,69,-27,79r-8,-12v12,-7,19,-14,18,-34r-16,0xm24,0r0,-258r32,0r0,258r-32,0","w":104},"\u013f":{"d":"127,-112r0,-36r36,0r0,36r-36,0xm26,0r0,-258r34,0r0,228r127,0r0,30r-161,0"},"\u0140":{"d":"83,-112r0,-36r36,0r0,36r-36,0xm23,0r0,-258r32,0r0,258r-32,0","w":120},"\u0143":{"d":"100,-274r24,-49r41,0r-39,49r-26,0xm27,0r0,-258r35,0r136,203r0,-203r32,0r0,258r-35,0r-135,-202r0,202r-33,0","w":259},"\u0144":{"d":"79,-210r23,-49r42,0r-39,49r-26,0xm105,-163v-69,-3,-46,97,-50,163r-31,0r0,-187r28,0r0,27v33,-53,123,-40,123,45r0,115r-31,0v-8,-59,25,-161,-39,-163"},"\u0147":{"d":"129,-293r19,-30r36,0r-39,49r-34,0r-38,-49r36,0xm27,0r0,-258r35,0r136,203r0,-203r32,0r0,258r-35,0r-135,-202r0,202r-33,0","w":259},"\u0148":{"d":"103,-229r19,-30r36,0r-40,49r-33,0r-38,-49r36,0xm105,-163v-69,-3,-46,97,-50,163r-31,0r0,-187r28,0r0,27v33,-53,123,-40,123,45r0,115r-31,0v-8,-59,25,-161,-39,-163"},"\u0150":{"d":"83,-274r21,-49r42,0r-38,49r-25,0xm144,-274r22,-49r41,0r-36,49r-27,0xm141,4v-77,0,-122,-55,-124,-130v-2,-80,49,-136,124,-136v78,0,123,54,123,134v0,78,-48,132,-123,132xm141,-233v-57,0,-88,40,-88,108v0,57,35,100,87,100v55,0,90,-43,89,-104v-1,-60,-30,-104,-88,-104","w":280},"\u0151":{"d":"50,-210r21,-49r41,0r-37,49r-25,0xm111,-210r22,-49r41,0r-37,49r-26,0xm99,4v-55,0,-87,-38,-87,-97v0,-59,32,-97,87,-98v54,0,88,39,88,95v0,64,-30,100,-88,100xm99,-165v-37,0,-55,30,-55,72v0,42,19,71,55,71v37,0,55,-29,55,-72v0,-42,-18,-71,-55,-71"},"\u0154":{"d":"88,-274r24,-49r41,0r-38,49r-27,0xm234,-187v-1,42,-29,66,-72,70v46,24,63,76,93,117r-42,0v-30,-37,-46,-92,-92,-113v-15,-2,-41,-1,-59,-1r0,114r-34,0r0,-258v90,3,209,-22,206,71xm199,-187v0,-56,-81,-40,-137,-42r0,85v57,-2,136,14,137,-43","w":259},"\u0155":{"d":"43,-210r23,-49r41,0r-38,49r-26,0xm114,-151v-36,-23,-59,12,-59,53r0,98r-32,0r0,-187r29,0r0,29v13,-32,41,-42,73,-23","w":119},"\u0158":{"d":"114,-292r19,-30r36,0r-39,50r-34,0r-38,-50r36,0xm234,-187v-1,42,-29,66,-72,70v46,24,63,76,93,117r-42,0v-30,-37,-46,-92,-92,-113v-15,-2,-41,-1,-59,-1r0,114r-34,0r0,-258v90,3,209,-22,206,71xm199,-187v0,-56,-81,-40,-137,-42r0,85v57,-2,136,14,137,-43","w":259},"\u0159":{"d":"67,-229r19,-30r36,0r-40,49r-33,0r-38,-49r36,0xm114,-151v-36,-23,-59,12,-59,53r0,98r-32,0r0,-187r29,0r0,29v13,-32,41,-42,73,-23","w":119},"\u015a":{"d":"86,-274r24,-49r41,0r-38,49r-27,0xm177,-136v81,33,37,140,-51,140v-65,0,-107,-28,-110,-87r32,-3v4,41,33,55,76,60v56,6,90,-59,34,-80v-45,-17,-132,-19,-132,-85v0,-83,139,-91,175,-35v8,12,12,26,13,41r-33,2v5,-62,-119,-67,-122,-10v-2,44,93,40,118,57","w":240},"\u015b":{"d":"69,-210r24,-49r41,0r-39,49r-26,0xm138,-99v56,31,18,103,-47,103v-48,0,-73,-19,-80,-60r31,-5v-2,47,89,53,92,9v-16,-47,-118,-16,-118,-85v0,-61,103,-69,132,-30v5,7,9,16,11,28r-31,5v2,-39,-81,-42,-81,-7v0,32,70,31,91,42","w":180},"\u0162":{"d":"93,0r0,-227r-85,0r0,-31r205,0r0,31r-86,0r0,227r-34,0xm92,57r0,-36r36,0v1,39,3,69,-29,81r-9,-14v12,-6,20,-13,20,-31r-18,0","w":219},"\u0163":{"d":"61,-53v-2,25,10,28,32,25r4,28v-45,6,-67,0,-67,-55r0,-107r-24,0r0,-25r24,0r0,-46r31,-19r0,65r32,0r0,25r-32,0r0,109xm48,54r0,-33r33,0v2,35,0,63,-27,73r-7,-13v11,-5,17,-13,18,-27r-17,0","w":100},"\u0164":{"d":"111,-292r19,-30r36,0r-40,50r-33,0r-38,-50r36,0xm93,0r0,-227r-85,0r0,-31r205,0r0,31r-86,0r0,227r-34,0","w":219},"\u0165":{"d":"102,-225r0,-33r32,0v1,36,2,70,-26,79r-8,-12v12,-7,18,-15,18,-34r-16,0xm61,-53v-3,26,10,28,32,25r4,28v-46,6,-68,-1,-68,-55r0,-107r-23,0r0,-25r23,0r0,-46r32,-19r0,65r32,0r0,25r-32,0r0,109","w":135},"\u016e":{"d":"130,-258v-18,0,-32,-15,-32,-33v0,-17,14,-32,31,-32v18,0,32,15,32,33v0,17,-14,32,-31,32xm130,-310v-9,0,-19,10,-19,19v0,11,9,20,19,20v9,1,19,-10,18,-20v1,-10,-9,-19,-18,-19xm127,-26v108,0,60,-141,70,-232r34,0r0,149v1,76,-28,113,-101,113v-74,0,-102,-37,-102,-113r0,-149r34,0v9,90,-34,232,65,232","w":259},"\u016f":{"d":"99,-202v-18,0,-32,-15,-32,-33v0,-17,15,-31,32,-32v17,0,31,15,31,33v0,17,-14,32,-31,32xm99,-254v-9,0,-19,9,-18,19v-1,11,8,19,18,19v10,0,19,-10,19,-19v0,-9,-10,-19,-19,-19xm93,-23v70,2,46,-96,50,-164r31,0r0,187r-28,0r0,-27v-34,53,-123,38,-123,-44r0,-116r32,0v8,60,-25,163,38,164"},"\u0170":{"d":"82,-274r21,-49r41,0r-37,49r-25,0xm143,-274r22,-49r41,0r-37,49r-26,0xm127,-26v108,0,60,-141,70,-232r34,0r0,149v1,76,-28,113,-101,113v-74,0,-102,-37,-102,-113r0,-149r34,0v9,90,-34,232,65,232","w":259},"\u0171":{"d":"42,-210r21,-49r41,0r-37,49r-25,0xm103,-210r22,-49r41,0r-37,49r-26,0xm93,-23v70,2,46,-96,50,-164r31,0r0,187r-28,0r0,-27v-34,53,-123,38,-123,-44r0,-116r32,0v8,60,-25,163,38,164"},"\u0179":{"d":"83,-274r24,-49r41,0r-39,49r-26,0xm7,0r0,-32r132,-165v9,-12,19,-21,27,-30r-144,0r0,-31r185,0r0,31r-161,197r165,0r0,30r-204,0","w":219},"\u017a":{"d":"69,-210r23,-49r42,0r-39,49r-26,0xm7,0r0,-26r119,-136r-112,1r0,-26r153,0r0,21r-121,140r126,-1r0,27r-165,0","w":180},"\u017b":{"d":"94,-274r0,-39r39,0r0,39r-39,0xm7,0r0,-32r132,-165v9,-12,19,-21,27,-30r-144,0r0,-31r185,0r0,31r-161,197r165,0r0,30r-204,0","w":219},"\u017c":{"d":"70,-210r0,-39r39,0r0,39r-39,0xm7,0r0,-26r119,-136r-112,1r0,-26r153,0r0,21r-121,140r126,-1r0,27r-165,0","w":180},"\u0132":{"d":"34,0r0,-258r34,0r0,258r-34,0xm246,-82v13,80,-77,109,-124,67v-13,-12,-18,-32,-18,-58r31,-4v1,34,9,51,38,51v31,0,39,-19,39,-54r0,-178r34,0r0,176","w":264},"\u0133":{"d":"24,-221r0,-37r32,0r0,37r-32,0xm24,0r0,-187r32,0r0,187r-32,0xm108,-221r0,-37r31,0r0,37r-31,0xm139,10v4,55,-26,74,-72,62r6,-26v28,7,35,-3,35,-37r0,-196r31,0r0,197","w":159},"\u0149":{"d":"22,-224r0,-36r34,0v1,41,0,74,-29,84r-8,-12v13,-6,19,-17,19,-36r-16,0xm147,-163v-69,-3,-46,97,-50,163r-31,0r0,-187r28,0r0,27v33,-53,123,-40,123,45r0,115r-31,0v-8,-59,25,-161,-39,-163","w":217},"\u0100":{"d":"63,-277r0,-26r110,0r0,26r-110,0xm-1,0r99,-258r37,0r106,258r-39,0r-30,-78r-108,0r-28,78r-37,0xm74,-106r87,0r-45,-125v-9,45,-28,84,-42,125","w":240},"\u0101":{"d":"48,-216r0,-26r110,0r0,26r-110,0xm175,-120v0,46,-6,99,10,120r-33,0v-3,-7,-5,-14,-6,-23v-33,39,-133,39,-133,-26v0,-63,86,-56,130,-69v3,-35,-13,-47,-45,-47v-32,0,-42,10,-49,36r-31,-4v8,-41,37,-58,85,-58v50,0,72,16,72,71xm84,-21v42,-2,63,-23,59,-73v-23,15,-97,3,-96,44v0,18,15,31,37,29"},"\u0108":{"d":"136,-302r-19,30r-37,0r38,-50r34,0r40,50r-36,0xm136,-25v43,0,68,-26,76,-65r34,8v-12,51,-48,86,-107,86v-84,1,-113,-57,-121,-135v-14,-136,189,-182,223,-56r-33,8v-11,-33,-29,-53,-69,-54v-60,-1,-86,44,-86,102v0,61,25,106,83,106","w":259},"\u0109":{"d":"104,-240r-19,30r-37,0r38,-49r34,0r40,49r-36,0xm47,-94v-15,78,93,98,99,26r31,4v-5,40,-35,68,-78,68v-54,0,-87,-39,-85,-97v-17,-102,139,-138,160,-39r-31,5v-6,-23,-18,-38,-43,-38v-37,0,-54,28,-53,71","w":180},"\u010a":{"d":"116,-280r0,-40r39,0r0,40r-39,0xm136,-25v43,0,68,-26,76,-65r34,8v-12,51,-48,86,-107,86v-84,1,-113,-57,-121,-135v-14,-136,189,-182,223,-56r-33,8v-11,-33,-29,-53,-69,-54v-60,-1,-86,44,-86,102v0,61,25,106,83,106","w":259},"\u010b":{"d":"82,-210r0,-39r40,0r0,39r-40,0xm47,-94v-15,78,93,98,99,26r31,4v-5,40,-35,68,-78,68v-54,0,-87,-39,-85,-97v-17,-102,139,-138,160,-39r-31,5v-6,-23,-18,-38,-43,-38v-37,0,-54,28,-53,71","w":180},"\u0112":{"d":"73,-279r0,-26r109,0r0,26r-109,0xm28,0r0,-258r187,0r0,31r-152,0r0,79r142,0r0,30r-142,0r0,88r158,0r0,30r-193,0","w":240},"\u0113":{"d":"44,-216r0,-26r110,0r0,26r-110,0xm102,-22v28,0,41,-15,50,-38r32,4v-9,36,-37,60,-82,60v-56,1,-89,-38,-89,-96v0,-59,32,-99,87,-99v55,0,90,42,85,106r-139,0v2,37,21,63,56,63xm152,-111v2,-50,-57,-70,-88,-39v-10,10,-15,23,-16,39r104,0"},"\u0114":{"d":"123,-297v19,0,27,-8,31,-24r22,0v1,43,-58,59,-88,34v-9,-8,-14,-19,-16,-34r22,0v3,16,12,24,29,24xm28,0r0,-258r187,0r0,31r-152,0r0,79r142,0r0,30r-142,0r0,88r158,0r0,30r-193,0","w":240},"\u0115":{"d":"102,-234v19,1,27,-8,31,-23r22,0v0,42,-58,58,-88,33v-9,-8,-14,-18,-16,-33r22,0v3,15,12,23,29,23xm102,-22v28,0,41,-15,50,-38r32,4v-9,36,-37,60,-82,60v-56,1,-89,-38,-89,-96v0,-59,32,-99,87,-99v55,0,90,42,85,106r-139,0v2,37,21,63,56,63xm152,-111v2,-50,-57,-70,-88,-39v-10,10,-15,23,-16,39r104,0"},"\u0116":{"d":"108,-274r0,-39r39,0r0,39r-39,0xm28,0r0,-258r187,0r0,31r-152,0r0,79r142,0r0,30r-142,0r0,88r158,0r0,30r-193,0","w":240},"\u0117":{"d":"84,-210r0,-39r39,0r0,39r-39,0xm102,-22v28,0,41,-15,50,-38r32,4v-9,36,-37,60,-82,60v-56,1,-89,-38,-89,-96v0,-59,32,-99,87,-99v55,0,90,42,85,106r-139,0v2,37,21,63,56,63xm152,-111v2,-50,-57,-70,-88,-39v-10,10,-15,23,-16,39r104,0"},"\u011c":{"d":"153,-301r-20,29r-36,0r38,-49r34,0r39,49r-36,0xm54,-130v-8,101,111,128,170,77r0,-48r-76,0r0,-30r110,0r0,95v-29,22,-61,40,-107,40v-80,0,-127,-52,-132,-132v-8,-116,138,-177,215,-100v10,10,16,25,20,42r-31,9v-9,-35,-33,-55,-75,-56v-64,0,-89,42,-94,103","w":280},"\u011d":{"d":"96,-240r-20,30r-36,0r38,-49r33,0r40,49r-36,0xm176,-25v13,94,-74,121,-138,86v-15,-8,-20,-26,-20,-46r31,5v-1,35,56,37,77,21v18,-14,19,-25,18,-65v-14,16,-31,24,-52,24v-51,2,-80,-45,-80,-94v1,-55,25,-96,80,-97v22,0,41,9,55,27r0,-23r29,0r0,162xm95,-165v-33,0,-51,29,-51,68v0,42,16,71,51,71v35,0,52,-28,52,-70v0,-39,-20,-69,-52,-69"},"\u0120":{"d":"133,-272r0,-39r39,0r0,39r-39,0xm54,-130v-8,101,111,128,170,77r0,-48r-76,0r0,-30r110,0r0,95v-29,22,-61,40,-107,40v-80,0,-127,-52,-132,-132v-8,-116,138,-177,215,-100v10,10,16,25,20,42r-31,9v-9,-35,-33,-55,-75,-56v-64,0,-89,42,-94,103","w":280},"\u0121":{"d":"80,-210r0,-39r40,0r0,39r-40,0xm176,-25v13,94,-74,121,-138,86v-15,-8,-20,-26,-20,-46r31,5v-1,35,56,37,77,21v18,-14,19,-25,18,-65v-14,16,-31,24,-52,24v-51,2,-80,-45,-80,-94v1,-55,25,-96,80,-97v22,0,41,9,55,27r0,-23r29,0r0,162xm95,-165v-33,0,-51,29,-51,68v0,42,16,71,51,71v35,0,52,-28,52,-70v0,-39,-20,-69,-52,-69"},"\u0122":{"d":"159,39v-1,-12,-13,-11,-28,-12r10,-31r23,0r-6,19v17,1,30,11,30,26v0,31,-43,37,-76,31r2,-21v21,1,41,3,45,-12xm54,-130v-8,101,111,128,170,77r0,-48r-76,0r0,-30r110,0r0,95v-29,22,-61,40,-107,40v-80,0,-127,-52,-132,-132v-8,-116,138,-177,215,-100v10,10,16,25,20,42r-31,9v-9,-35,-33,-55,-75,-56v-64,0,-89,42,-94,103","w":280},"\u0123":{"d":"111,-236r0,30r-37,0v-1,-36,3,-62,30,-71r9,15v-11,5,-17,13,-19,26r17,0xm176,-25v2,70,-23,99,-84,101v-44,2,-74,-20,-74,-61r31,5v0,43,87,36,92,0v1,-8,3,-23,3,-44v-49,57,-132,5,-132,-70v0,-54,28,-98,81,-97v22,0,40,9,54,27r0,-23r29,0r0,162xm95,-165v-34,0,-51,30,-51,68v0,43,17,71,51,71v34,0,52,-29,52,-70v0,-36,-18,-69,-52,-69"},"\u0124":{"d":"136,-303r-20,29r-36,0r38,-49r34,0r39,49r-36,0xm29,0r0,-258r34,0r0,106r134,0r0,-106r34,0r0,258r-34,0r0,-121r-134,0r0,121r-34,0","w":259},"\u0125":{"d":"113,-303r-20,29r-36,0r38,-49r34,0r39,49r-35,0xm105,-164v-69,0,-47,96,-50,164r-31,0r0,-258r31,0r0,93v38,-46,121,-31,121,47r0,118r-32,0v-8,-60,25,-164,-39,-164"},"\u0126":{"d":"29,-193r-24,0r0,-26r24,0r0,-39r34,0r0,39r134,0r0,-39r34,0r0,39r23,0r0,26r-23,0r0,193r-34,0r0,-121r-134,0r0,121r-34,0r0,-193xm63,-193r0,41r134,0r0,-41r-134,0","w":259},"\u0127":{"d":"105,-164v-69,-2,-46,97,-50,164r-31,0r0,-211r-23,0r0,-23r23,0r0,-24r31,0r0,24r65,0r0,23r-65,0r0,46v37,-44,121,-35,121,47r0,118r-32,0v-7,-59,24,-162,-39,-164"},"\u0128":{"d":"72,-278v-16,3,-57,-38,-60,0r-23,0v-1,-23,15,-40,36,-40v9,-2,34,15,46,15v10,0,11,-6,13,-16r23,0v-1,23,-12,41,-35,41xm34,0r0,-258r34,0r0,258r-34,0","w":100},"\u0129":{"d":"75,-215v-15,3,-59,-37,-60,1r-23,0v-1,-23,15,-40,36,-40v14,-3,57,33,59,-1r23,0v0,24,-12,40,-35,40xm35,0r0,-187r31,0r0,187r-31,0","w":100},"\u012a":{"d":"-5,-275r0,-26r110,0r0,26r-110,0xm34,0r0,-258r34,0r0,258r-34,0","w":100},"\u012b":{"d":"-4,-216r0,-26r110,0r0,26r-110,0xm35,0r0,-187r31,0r0,187r-31,0","w":100},"\u012c":{"d":"51,-293v19,1,27,-8,31,-23r22,0v0,42,-58,58,-88,33v-9,-8,-14,-18,-16,-33r21,0v3,15,13,23,30,23xm34,0r0,-258r34,0r0,258r-34,0","w":100},"\u012d":{"d":"50,-234v19,1,27,-8,31,-23r22,0v0,42,-58,58,-88,33v-9,-8,-14,-18,-16,-33r22,0v3,15,12,23,29,23xm35,0r0,-187r31,0r0,187r-31,0","w":100},"\u012e":{"d":"106,64v-32,20,-77,14,-77,-28v0,-9,2,-21,6,-36r0,-258r34,0r0,258r-13,0v-10,23,-5,51,20,51v9,0,19,-3,30,-8r0,21","w":100},"\u012f":{"d":"24,-221r0,-37r32,0r0,37r-32,0xm95,64v-32,20,-81,13,-77,-28v7,-60,5,-152,6,-223r32,0r0,187r-11,0v-10,23,-5,51,20,51v9,0,19,-3,30,-8r0,21","w":79},"\u0134":{"d":"140,-303r-20,29r-37,0r38,-49r34,0r40,49r-36,0xm152,-82v13,80,-77,109,-124,67v-13,-12,-18,-32,-18,-58r31,-4v1,34,9,51,38,51v31,0,39,-19,39,-54r0,-178r34,0r0,176","w":180},"\u0135":{"d":"40,-240r-19,30r-36,0r37,-49r34,0r40,49r-36,0xm55,10v5,54,-25,75,-72,62r6,-26v28,7,35,-4,35,-37r0,-196r31,0r0,197","w":79},"\u0136":{"d":"176,40v0,30,-39,39,-76,32r2,-21v17,2,47,1,44,-12v1,-10,-13,-13,-28,-12r0,-18v30,-4,58,6,58,31xm26,0r0,-258r34,0r0,128r128,-128r47,0r-108,105r112,153r-45,0r-91,-130r-43,41r0,89r-34,0","w":240},"\u0137":{"d":"146,40v0,30,-39,39,-76,32r2,-21v17,2,47,1,44,-12v1,-10,-13,-13,-28,-12r0,-18v30,-4,58,6,58,31xm24,0r0,-258r32,0r0,147r74,-76r41,0r-71,70r79,117r-39,0r-62,-95r-22,21r0,74r-32,0","w":180},"\u0138":{"d":"24,0r0,-187r31,0r0,76r75,-76r41,0r-71,70r78,117r-39,0r-61,-95r-23,21r0,74r-31,0","w":180},"\u013b":{"d":"155,40v0,30,-39,39,-76,32r2,-21v17,2,47,1,44,-12v1,-10,-13,-13,-28,-12r0,-18v30,-4,58,6,58,31xm26,0r0,-258r34,0r0,228r127,0r0,30r-161,0"},"\u013c":{"d":"76,40v0,31,-40,39,-77,32r2,-21v17,2,48,1,45,-12v1,-10,-13,-13,-28,-12r0,-18v30,-4,58,6,58,31xm23,0r0,-258r32,0r0,258r-32,0","w":79},"\u0145":{"d":"180,40v0,31,-40,39,-76,32r2,-21v17,2,48,1,45,-12v1,-9,-13,-13,-28,-12r0,-18v29,-4,57,7,57,31xm27,0r0,-258r35,0r136,203r0,-203r32,0r0,258r-35,0r-135,-202r0,202r-33,0","w":259},"\u0146":{"d":"139,40v0,30,-39,39,-76,32r2,-21v17,2,47,1,44,-12v1,-10,-13,-13,-28,-12r0,-18v30,-4,58,6,58,31xm105,-163v-69,-3,-46,97,-50,163r-31,0r0,-187r28,0r0,27v33,-53,123,-40,123,45r0,115r-31,0v-8,-59,25,-161,-39,-163"},"\u014a":{"d":"136,-233v-53,0,-73,29,-73,92r0,141r-34,0r0,-258r34,0r0,32v23,-26,43,-36,82,-36v73,0,93,51,96,129v4,95,-47,165,-128,125r16,-27v58,31,78,-35,78,-97v0,-68,-24,-101,-71,-101","w":260},"\u014b":{"d":"53,-160v33,-54,135,-37,123,45v-11,77,33,216,-72,187r6,-26v28,7,34,-4,34,-37r0,-123v0,-32,-8,-49,-39,-49v-69,0,-45,97,-49,163r-32,0r0,-187r29,0r0,27"},"\u014c":{"d":"89,-281r0,-26r109,0r0,26r-109,0xm141,4v-77,0,-122,-55,-124,-130v-2,-80,49,-136,124,-136v78,0,123,54,123,134v0,78,-48,132,-123,132xm141,-233v-57,0,-88,40,-88,108v0,57,35,100,87,100v55,0,90,-43,89,-104v-1,-60,-30,-104,-88,-104","w":280},"\u014d":{"d":"46,-216r0,-26r110,0r0,26r-110,0xm99,4v-55,0,-87,-38,-87,-97v0,-59,32,-97,87,-98v54,0,88,39,88,95v0,64,-30,100,-88,100xm99,-165v-37,0,-55,30,-55,72v0,42,19,71,55,71v37,0,55,-29,55,-72v0,-42,-18,-71,-55,-71"},"\u014e":{"d":"113,-321v2,32,59,32,61,0r21,0v1,43,-57,59,-87,34v-9,-8,-14,-19,-16,-34r21,0xm141,4v-77,0,-122,-55,-124,-130v-2,-80,49,-136,124,-136v78,0,123,54,123,134v0,78,-48,132,-123,132xm141,-233v-57,0,-88,40,-88,108v0,57,35,100,87,100v55,0,90,-43,89,-104v-1,-60,-30,-104,-88,-104","w":280},"\u014f":{"d":"71,-257v3,30,60,31,61,0r21,0v0,42,-58,58,-88,33v-9,-8,-14,-18,-16,-33r22,0xm99,4v-55,0,-87,-38,-87,-97v0,-59,32,-97,87,-98v54,0,88,39,88,95v0,64,-30,100,-88,100xm99,-165v-37,0,-55,30,-55,72v0,42,19,71,55,71v37,0,55,-29,55,-72v0,-42,-18,-71,-55,-71"},"\u0156":{"d":"180,40v0,31,-40,39,-76,32r2,-21v17,2,48,1,45,-12v1,-9,-13,-13,-28,-12r0,-18v29,-4,57,7,57,31xm234,-187v-1,42,-29,66,-72,70v46,24,63,76,93,117r-42,0v-30,-37,-46,-92,-92,-113v-15,-2,-41,-1,-59,-1r0,114r-34,0r0,-258v90,3,209,-22,206,71xm199,-187v0,-56,-81,-40,-137,-42r0,85v57,-2,136,14,137,-43","w":259},"\u0157":{"d":"101,40v-1,31,-40,39,-76,32r2,-21v17,2,48,1,45,-12v1,-10,-13,-13,-28,-12r0,-18v29,-4,57,6,57,31xm114,-151v-36,-23,-59,12,-59,53r0,98r-32,0r0,-187r29,0r0,29v13,-32,41,-42,73,-23","w":119},"\u015c":{"d":"119,-302r-20,30r-36,0r38,-50r33,0r40,50r-36,0xm177,-136v81,33,37,140,-51,140v-65,0,-107,-28,-110,-87r32,-3v4,41,33,55,76,60v56,6,90,-59,34,-80v-45,-17,-132,-19,-132,-85v0,-83,139,-91,175,-35v8,12,12,26,13,41r-33,2v5,-62,-119,-67,-122,-10v-2,44,93,40,118,57","w":240},"\u015d":{"d":"94,-240r-20,30r-36,0r38,-49r34,0r39,49r-36,0xm138,-99v56,31,18,103,-47,103v-48,0,-73,-19,-80,-60r31,-5v-2,47,89,53,92,9v-16,-47,-118,-16,-118,-85v0,-61,103,-69,132,-30v5,7,9,16,11,28r-31,5v2,-39,-81,-42,-81,-7v0,32,70,31,91,42","w":180},"\u0166":{"d":"93,-111r-58,0r0,-23r58,0r0,-93r-85,0r0,-31r205,0r0,31r-86,0r0,93r58,0r0,23r-58,0r0,111r-34,0r0,-111","w":219},"\u0167":{"d":"93,0v-45,7,-74,-4,-68,-55r0,-35r-23,0r0,-24r23,0r0,-48r-23,0r0,-25r23,0r0,-46r32,-19r0,65r32,0r0,25r-32,0r0,48r30,0r0,24r-30,0v2,30,-12,74,32,62","w":100},"\u0168":{"d":"158,-277v-16,3,-57,-38,-60,0r-23,0v-1,-23,15,-40,36,-40v13,-3,56,35,59,0r23,0v0,24,-12,40,-35,40xm127,-26v108,0,60,-141,70,-232r34,0r0,149v1,76,-28,113,-101,113v-74,0,-102,-37,-102,-113r0,-149r34,0v9,90,-34,232,65,232","w":259},"\u0169":{"d":"126,-215v-15,3,-59,-37,-60,1r-23,0v-1,-23,14,-40,35,-40v14,-4,57,34,59,-1r23,0v0,23,-12,40,-34,40xm93,-23v70,2,46,-96,50,-164r31,0r0,187r-28,0r0,-27v-34,53,-123,38,-123,-44r0,-116r32,0v8,60,-25,163,38,164"},"\u016a":{"d":"79,-278r0,-26r110,0r0,26r-110,0xm127,-26v108,0,60,-141,70,-232r34,0r0,149v1,76,-28,113,-101,113v-74,0,-102,-37,-102,-113r0,-149r34,0v9,90,-34,232,65,232","w":259},"\u016b":{"d":"47,-216r0,-26r109,0r0,26r-109,0xm93,-23v70,2,46,-96,50,-164r31,0r0,187r-28,0r0,-27v-34,53,-123,38,-123,-44r0,-116r32,0v8,60,-25,163,38,164"},"\u016c":{"d":"100,-320v2,32,59,32,61,0r21,0v1,43,-58,59,-88,34v-9,-8,-14,-19,-16,-34r22,0xm127,-26v108,0,60,-141,70,-232r34,0r0,149v1,76,-28,113,-101,113v-74,0,-102,-37,-102,-113r0,-149r34,0v9,90,-34,232,65,232","w":259},"\u016d":{"d":"101,-234v19,1,27,-8,31,-23r21,0v0,42,-57,58,-87,33v-9,-8,-14,-18,-16,-33r21,0v3,15,13,23,30,23xm93,-23v70,2,46,-96,50,-164r31,0r0,187r-28,0r0,-27v-34,53,-123,38,-123,-44r0,-116r32,0v8,60,-25,163,38,164"},"\u0172":{"d":"127,-26v107,0,60,-141,70,-232r34,0v-7,110,37,259,-93,262v-15,39,19,60,51,39r0,21v-32,20,-77,12,-77,-28v0,-8,2,-19,5,-32v-67,-7,-88,-38,-89,-113r0,-149r34,0v8,91,-33,232,65,232","w":259},"\u0173":{"d":"93,-23v71,1,46,-97,50,-164r31,0r0,187v-14,-2,-10,19,-12,25v0,29,32,32,55,18r0,21v-32,20,-77,13,-77,-28v1,-16,8,-40,6,-63v-34,54,-123,37,-123,-44r0,-116r32,0v8,60,-26,163,38,164"},"\u0174":{"d":"169,-303r-19,29r-37,0r38,-49r34,0r40,49r-36,0xm73,0r-69,-258r35,0r50,222r61,-222r41,0r37,131v9,32,16,63,20,91r53,-222r35,0r-71,258r-33,0r-62,-227r-62,227r-35,0","w":339},"\u0175":{"d":"133,-240r-20,30r-37,0r38,-49r34,0r40,49r-36,0xm58,0r-57,-187r33,0r41,148v8,-38,28,-107,39,-148r32,0r38,144r42,-144r31,0r-58,187r-33,0r-37,-144r-38,144r-33,0","w":259},"\u0176":{"d":"125,-303r-20,29r-36,0r38,-49r33,0r40,49r-36,0xm100,0r0,-109r-99,-149r42,0r77,122r78,-122r39,0r-103,149r0,109r-34,0","w":240},"\u0177":{"d":"98,-240r-20,30r-36,0r38,-49r34,0r39,49r-35,0xm22,72r-3,-30v38,11,50,-10,58,-42r-71,-187r34,0r39,108v5,14,9,29,13,44v14,-54,35,-101,53,-152r32,0r-89,233v-12,23,-35,37,-66,26","w":180},"\u017f":{"d":"101,-231v-25,-5,-45,-2,-45,27r0,204r-32,0r0,-207v-4,-50,35,-62,81,-52","w":79}}});;Cufon.replace('#mainMenu a span.mm',{fontFamily:'Myriad Pro',hover:true,hoverables:{span:true},fontSize:'13px',textShadow:'1px 1px rgba(0,0,0,.4)'});Cufon.replace('#mainSection h1',{fontFamily:'Century Gothic',fontSize:'22px'});Cufon.replace('#mainSection h2',{fontFamily:'Century Gothic',fontSize:'14px'});Cufon.replace('#infoBoxWrapper .infoBox h1',{fontFamily:'Century Gothic',fontSize:'23px'});Cufon.replace('#contactBox .inside h2',{fontFamily:'Arial',fontSize:'21px'});Cufon.replace('#contactBox .inside h3',{fontFamily:'Arial',fontSize:'13px'});Cufon.replace('#contactBox .inside p.phone',{fontFamily:'Myriad Pro',fontSize:'23px'});$(document).ready(function(){$("#searchString").focus(function(){if($(this).val()=='szukaj...')$(this).val('');});$("#searchString").blur(function(){if($(this).val()=='')$(this).val('szukaj...');});$("input.file").filestyle({image:"./gfx/form-button-attachement.jpg",imageheight:23,imagewidth:63,width:210});});;var tb_pathToImage="http://hand-bud.com.pl/gfx/loadingAnimation.gif";
/*!!!!!!!!!!!!!!!! edit below this line at your own risk !!!!!!!!!!!!!!!!!!!!!!!*/
$(document).ready(function(){tb_init('a.thickbox, area.thickbox, input.thickbox');imgLoader=new Image();imgLoader.src=tb_pathToImage;});function tb_init(domChunk){$(domChunk).click(function(){var t=this.title||this.name||null;var a=this.href||this.alt;var g=this.rel||false;tb_show(t,a,g);this.blur();return false;});}
function tb_show(caption,url,imageGroup){try{if(typeof document.body.style.maxHeight==="undefined"){$("body","html").css({height:"100%",width:"100%"});$("html").css("overflow","hidden");if(document.getElementById("TB_HideSelect")===null){$("body").append("<iframe id='TB_HideSelect'></iframe><div id='TB_overlay'></div><div id='TB_window'></div>");$("#TB_overlay").click(tb_remove);}}else{if(document.getElementById("TB_overlay")===null){$("body").append("<div id='TB_overlay'></div><div id='TB_window'></div>");$("#TB_overlay").click(tb_remove);}}
if(tb_detectMacXFF()){$("#TB_overlay").addClass("TB_overlayMacFFBGHack");}else{$("#TB_overlay").addClass("TB_overlayBG");}
if(caption===null){caption="";}
$("body").append("<div id='TB_load'><img src='"+imgLoader.src+"' /></div>");$('#TB_load').show();var baseURL;if(url.indexOf("?")!==-1){baseURL=url.substr(0,url.indexOf("?"));}else{baseURL=url;}
var urlString=/\.jpg$|\.jpeg$|\.png$|\.gif$|\.bmp$/;var urlType=baseURL.toLowerCase().match(urlString);if(urlType=='.jpg'||urlType=='.jpeg'||urlType=='.png'||urlType=='.gif'||urlType=='.bmp'){TB_PrevCaption="";TB_PrevURL="";TB_PrevHTML="";TB_NextCaption="";TB_NextURL="";TB_NextHTML="";TB_imageCount="";TB_FoundURL=false;if(imageGroup){TB_TempArray=$("a[rel="+imageGroup+"]").get();for(TB_Counter=0;((TB_Counter<TB_TempArray.length)&&(TB_NextHTML===""));TB_Counter++){var urlTypeTemp=TB_TempArray[TB_Counter].href.toLowerCase().match(urlString);if(!(TB_TempArray[TB_Counter].href==url)){if(TB_FoundURL){TB_NextCaption=TB_TempArray[TB_Counter].title;TB_NextURL=TB_TempArray[TB_Counter].href;TB_NextHTML="<span id='TB_next'>&nbsp;&nbsp;<a href='#'>NastÄ™pne &gt;</a></span>";}else{TB_PrevCaption=TB_TempArray[TB_Counter].title;TB_PrevURL=TB_TempArray[TB_Counter].href;TB_PrevHTML="<span id='TB_prev'>&nbsp;&nbsp;<a href='#'>&lt; Poprzednie</a></span>";}}else{TB_FoundURL=true;TB_imageCount="ZdjÄ™cie "+(TB_Counter+1)+" z "+(TB_TempArray.length);}}}
imgPreloader=new Image();imgPreloader.onload=function(){imgPreloader.onload=null;var pagesize=tb_getPageSize();var x=pagesize[0]-150;var y=pagesize[1]-150;var imageWidth=imgPreloader.width;var imageHeight=imgPreloader.height;if(imageWidth>x){imageHeight=imageHeight*(x/imageWidth);imageWidth=x;if(imageHeight>y){imageWidth=imageWidth*(y/imageHeight);imageHeight=y;}}else if(imageHeight>y){imageWidth=imageWidth*(y/imageHeight);imageHeight=y;if(imageWidth>x){imageHeight=imageHeight*(x/imageWidth);imageWidth=x;}}
TB_WIDTH=imageWidth+30;TB_HEIGHT=imageHeight+60;$("#TB_window").append("<a href='' id='TB_ImageOff' title='Close'><img id='TB_Image' src='"+url+"' width='"+imageWidth+"' height='"+imageHeight+"' alt='"+caption+"'/></a>"+"<div id='TB_caption'>"+caption+"<div id='TB_secondLine'>"+TB_imageCount+TB_PrevHTML+TB_NextHTML+"</div></div><div id='TB_closeWindow'><a href='#' id='TB_closeWindowButton' title='Close'>zamknij</a> lub klawisz Esc</div>");$("#TB_closeWindowButton").click(tb_remove);if(!(TB_PrevHTML==="")){function goPrev(){if($(document).unbind("click",goPrev)){$(document).unbind("click",goPrev);}
$("#TB_window").remove();$("body").append("<div id='TB_window'></div>");tb_show(TB_PrevCaption,TB_PrevURL,imageGroup);return false;}
$("#TB_prev").click(goPrev);}
if(!(TB_NextHTML==="")){function goNext(){$("#TB_window").remove();$("body").append("<div id='TB_window'></div>");tb_show(TB_NextCaption,TB_NextURL,imageGroup);return false;}
$("#TB_next").click(goNext);}
document.onkeydown=function(e){if(e==null){keycode=event.keyCode;}else{keycode=e.which;}
if(keycode==27){tb_remove();}else if(keycode==190){if(!(TB_NextHTML=="")){document.onkeydown="";goNext();}}else if(keycode==188){if(!(TB_PrevHTML=="")){document.onkeydown="";goPrev();}}};tb_position();$("#TB_load").remove();$("#TB_ImageOff").click(tb_remove);$("#TB_window").css({display:"block"});};imgPreloader.src=url;}else{var queryString=url.replace(/^[^\?]+\??/,'');var params=tb_parseQuery(queryString);TB_WIDTH=(params['width']*1)+30||630;TB_HEIGHT=(params['height']*1)+40||440;ajaxContentW=TB_WIDTH-30;ajaxContentH=TB_HEIGHT-45;if(url.indexOf('TB_iframe')!=-1){urlNoQuery=url.split('TB_');$("#TB_iframeContent").remove();if(params['modal']!="true"){$("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton' title='Close'>zamknij</a> lub klawisz Esc</div></div><iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW+29)+"px;height:"+(ajaxContentH+17)+"px;' > </iframe>");}else{$("#TB_overlay").unbind();$("#TB_window").append("<iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW+29)+"px;height:"+(ajaxContentH+17)+"px;'> </iframe>");}}else{if($("#TB_window").css("display")!="block"){if(params['modal']!="true"){$("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton'>zamknij</a> lub klawisz Esc</div></div><div id='TB_ajaxContent' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px'></div>");}else{$("#TB_overlay").unbind();$("#TB_window").append("<div id='TB_ajaxContent' class='TB_modal' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px;'></div>");}}else{$("#TB_ajaxContent")[0].style.width=ajaxContentW+"px";$("#TB_ajaxContent")[0].style.height=ajaxContentH+"px";$("#TB_ajaxContent")[0].scrollTop=0;$("#TB_ajaxWindowTitle").html(caption);}}
$("#TB_closeWindowButton").click(tb_remove);if(url.indexOf('TB_inline')!=-1){$("#TB_ajaxContent").append($('#'+params['inlineId']).children());$("#TB_window").unload(function(){$('#'+params['inlineId']).append($("#TB_ajaxContent").children());});tb_position();$("#TB_load").remove();$("#TB_window").css({display:"block"});}else if(url.indexOf('TB_iframe')!=-1){tb_position();if($.browser.safari){$("#TB_load").remove();$("#TB_window").css({display:"block"});}}else{$("#TB_ajaxContent").load(url+="&random="+(new Date().getTime()),function(){tb_position();$("#TB_load").remove();tb_init("#TB_ajaxContent a.thickbox");$("#TB_window").css({display:"block"});});}}
if(!params['modal']){document.onkeyup=function(e){if(e==null){keycode=event.keyCode;}else{keycode=e.which;}
if(keycode==27){tb_remove();}};}}catch(e){}}
function tb_showIframe(){$("#TB_load").remove();$("#TB_window").css({display:"block"});}
function tb_remove(){$("#TB_imageOff").unbind("click");$("#TB_closeWindowButton").unbind("click");$("#TB_window").fadeOut("fast",function(){$('#TB_window,#TB_overlay,#TB_HideSelect').trigger("unload").unbind().remove();});$("#TB_load").remove();if(typeof document.body.style.maxHeight=="undefined"){$("body","html").css({height:"auto",width:"auto"});$("html").css("overflow","");}
document.onkeydown="";document.onkeyup="";return false;}
function tb_position(){$("#TB_window").css({marginLeft:'-'+parseInt((TB_WIDTH/2),10)+'px',width:TB_WIDTH+'px'});if(!(jQuery.browser.msie&&jQuery.browser.version<7)){$("#TB_window").css({marginTop:'-'+parseInt((TB_HEIGHT/2),10)+'px'});}}
function tb_parseQuery(query){var Params={};if(!query){return Params;}
var Pairs=query.split(/[;&]/);for(var i=0;i<Pairs.length;i++){var KeyVal=Pairs[i].split('=');if(!KeyVal||KeyVal.length!=2){continue;}
var key=unescape(KeyVal[0]);var val=unescape(KeyVal[1]);val=val.replace(/\+/g,' ');Params[key]=val;}
return Params;}
function tb_getPageSize(){var de=document.documentElement;var w=window.innerWidth||self.innerWidth||(de&&de.clientWidth)||document.body.clientWidth;var h=window.innerHeight||self.innerHeight||(de&&de.clientHeight)||document.body.clientHeight;arrayPageSize=[w,h];return arrayPageSize;}
function tb_detectMacXFF(){var userAgent=navigator.userAgent.toLowerCase();if(userAgent.indexOf('mac')!=-1&&userAgent.indexOf('firefox')!=-1){return true;}};var swfobject=function(){var b="undefined",Q="object",n="Shockwave Flash",p="ShockwaveFlash.ShockwaveFlash",P="application/x-shockwave-flash",m="SWFObjectExprInst",j=window,K=document,T=navigator,o=[],N=[],i=[],d=[],J,Z=null,M=null,l=null,e=false,A=false;var h=function(){var v=typeof K.getElementById!=b&&typeof K.getElementsByTagName!=b&&typeof K.createElement!=b,AC=[0,0,0],x=null;if(typeof T.plugins!=b&&typeof T.plugins[n]==Q){x=T.plugins[n].description;if(x&&!(typeof T.mimeTypes!=b&&T.mimeTypes[P]&&!T.mimeTypes[P].enabledPlugin)){x=x.replace(/^.*\s+(\S+\s+\S+$)/,"$1");AC[0]=parseInt(x.replace(/^(.*)\..*$/,"$1"),10);AC[1]=parseInt(x.replace(/^.*\.(.*)\s.*$/,"$1"),10);AC[2]=/r/.test(x)?parseInt(x.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof j.ActiveXObject!=b){var y=null,AB=false;try{y=new ActiveXObject(p+".7")}catch(t){try{y=new ActiveXObject(p+".6");AC=[6,0,21];y.AllowScriptAccess="always"}catch(t){if(AC[0]==6){AB=true}}if(!AB){try{y=new ActiveXObject(p)}catch(t){}}}if(!AB&&y){try{x=y.GetVariable("$version");if(x){x=x.split(" ")[1].split(",");AC=[parseInt(x[0],10),parseInt(x[1],10),parseInt(x[2],10)]}}catch(t){}}}}var AD=T.userAgent.toLowerCase(),r=T.platform.toLowerCase(),AA=/webkit/.test(AD)?parseFloat(AD.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,q=false,z=r?/win/.test(r):/win/.test(AD),w=r?/mac/.test(r):/mac/.test(AD);/*@cc_on q=true;@if(@_win32)z=true;@elif(@_mac)w=true;@end@*/return{w3cdom:v,pv:AC,webkit:AA,ie:q,win:z,mac:w}}();var L=function(){if(!h.w3cdom){return}f(H);if(h.ie&&h.win){try{K.write("<script id=__ie_ondomload defer=true src=//:><\/script>");J=C("__ie_ondomload");if(J){I(J,"onreadystatechange",S)}}catch(q){}}if(h.webkit&&typeof K.readyState!=b){Z=setInterval(function(){if(/loaded|complete/.test(K.readyState)){E()}},10)}if(typeof K.addEventListener!=b){K.addEventListener("DOMContentLoaded",E,null)}R(E)}();function S(){if(J.readyState=="complete"){J.parentNode.removeChild(J);E()}}function E(){if(e){return}if(h.ie&&h.win){var v=a("span");try{var u=K.getElementsByTagName("body")[0].appendChild(v);u.parentNode.removeChild(u)}catch(w){return}}e=true;if(Z){clearInterval(Z);Z=null}var q=o.length;for(var r=0;r<q;r++){o[r]()}}function f(q){if(e){q()}else{o[o.length]=q}}function R(r){if(typeof j.addEventListener!=b){j.addEventListener("load",r,false)}else{if(typeof K.addEventListener!=b){K.addEventListener("load",r,false)}else{if(typeof j.attachEvent!=b){I(j,"onload",r)}else{if(typeof j.onload=="function"){var q=j.onload;j.onload=function(){q();r()}}else{j.onload=r}}}}}function H(){var t=N.length;for(var q=0;q<t;q++){var u=N[q].id;if(h.pv[0]>0){var r=C(u);if(r){N[q].width=r.getAttribute("width")?r.getAttribute("width"):"0";N[q].height=r.getAttribute("height")?r.getAttribute("height"):"0";if(c(N[q].swfVersion)){if(h.webkit&&h.webkit<312){Y(r)}W(u,true)}else{if(N[q].expressInstall&&!A&&c("6.0.65")&&(h.win||h.mac)){k(N[q])}else{O(r)}}}}else{W(u,true)}}}function Y(t){var q=t.getElementsByTagName(Q)[0];if(q){var w=a("embed"),y=q.attributes;if(y){var v=y.length;for(var u=0;u<v;u++){if(y[u].nodeName=="DATA"){w.setAttribute("src",y[u].nodeValue)}else{w.setAttribute(y[u].nodeName,y[u].nodeValue)}}}var x=q.childNodes;if(x){var z=x.length;for(var r=0;r<z;r++){if(x[r].nodeType==1&&x[r].nodeName=="PARAM"){w.setAttribute(x[r].getAttribute("name"),x[r].getAttribute("value"))}}}t.parentNode.replaceChild(w,t)}}function k(w){A=true;var u=C(w.id);if(u){if(w.altContentId){var y=C(w.altContentId);if(y){M=y;l=w.altContentId}}else{M=G(u)}if(!(/%$/.test(w.width))&&parseInt(w.width,10)<310){w.width="310"}if(!(/%$/.test(w.height))&&parseInt(w.height,10)<137){w.height="137"}K.title=K.title.slice(0,47)+" - Flash Player Installation";var z=h.ie&&h.win?"ActiveX":"PlugIn",q=K.title,r="MMredirectURL="+j.location+"&MMplayerType="+z+"&MMdoctitle="+q,x=w.id;if(h.ie&&h.win&&u.readyState!=4){var t=a("div");x+="SWFObjectNew";t.setAttribute("id",x);u.parentNode.insertBefore(t,u);u.style.display="none";var v=function(){u.parentNode.removeChild(u)};I(j,"onload",v)}U({data:w.expressInstall,id:m,width:w.width,height:w.height},{flashvars:r},x)}}function O(t){if(h.ie&&h.win&&t.readyState!=4){var r=a("div");t.parentNode.insertBefore(r,t);r.parentNode.replaceChild(G(t),r);t.style.display="none";var q=function(){t.parentNode.removeChild(t)};I(j,"onload",q)}else{t.parentNode.replaceChild(G(t),t)}}function G(v){var u=a("div");if(h.win&&h.ie){u.innerHTML=v.innerHTML}else{var r=v.getElementsByTagName(Q)[0];if(r){var w=r.childNodes;if(w){var q=w.length;for(var t=0;t<q;t++){if(!(w[t].nodeType==1&&w[t].nodeName=="PARAM")&&!(w[t].nodeType==8)){u.appendChild(w[t].cloneNode(true))}}}}}return u}function U(AG,AE,t){var q,v=C(t);if(v){if(typeof AG.id==b){AG.id=t}if(h.ie&&h.win){var AF="";for(var AB in AG){if(AG[AB]!=Object.prototype[AB]){if(AB.toLowerCase()=="data"){AE.movie=AG[AB]}else{if(AB.toLowerCase()=="styleclass"){AF+=' class="'+AG[AB]+'"'}else{if(AB.toLowerCase()!="classid"){AF+=" "+AB+'="'+AG[AB]+'"'}}}}}var AD="";for(var AA in AE){if(AE[AA]!=Object.prototype[AA]){AD+='<param name="'+AA+'" value="'+AE[AA]+'" />'}}v.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+AF+">"+AD+"</object>";i[i.length]=AG.id;q=C(AG.id)}else{if(h.webkit&&h.webkit<312){var AC=a("embed");AC.setAttribute("type",P);for(var z in AG){if(AG[z]!=Object.prototype[z]){if(z.toLowerCase()=="data"){AC.setAttribute("src",AG[z])}else{if(z.toLowerCase()=="styleclass"){AC.setAttribute("class",AG[z])}else{if(z.toLowerCase()!="classid"){AC.setAttribute(z,AG[z])}}}}}for(var y in AE){if(AE[y]!=Object.prototype[y]){if(y.toLowerCase()!="movie"){AC.setAttribute(y,AE[y])}}}v.parentNode.replaceChild(AC,v);q=AC}else{var u=a(Q);u.setAttribute("type",P);for(var x in AG){if(AG[x]!=Object.prototype[x]){if(x.toLowerCase()=="styleclass"){u.setAttribute("class",AG[x])}else{if(x.toLowerCase()!="classid"){u.setAttribute(x,AG[x])}}}}for(var w in AE){if(AE[w]!=Object.prototype[w]&&w.toLowerCase()!="movie"){F(u,w,AE[w])}}v.parentNode.replaceChild(u,v);q=u}}}return q}function F(t,q,r){var u=a("param");u.setAttribute("name",q);u.setAttribute("value",r);t.appendChild(u)}function X(r){var q=C(r);if(q&&(q.nodeName=="OBJECT"||q.nodeName=="EMBED")){if(h.ie&&h.win){if(q.readyState==4){B(r)}else{j.attachEvent("onload",function(){B(r)})}}else{q.parentNode.removeChild(q)}}}function B(t){var r=C(t);if(r){for(var q in r){if(typeof r[q]=="function"){r[q]=null}}r.parentNode.removeChild(r)}}function C(t){var q=null;try{q=K.getElementById(t)}catch(r){}return q}function a(q){return K.createElement(q)}function I(t,q,r){t.attachEvent(q,r);d[d.length]=[t,q,r]}function c(t){var r=h.pv,q=t.split(".");q[0]=parseInt(q[0],10);q[1]=parseInt(q[1],10)||0;q[2]=parseInt(q[2],10)||0;return(r[0]>q[0]||(r[0]==q[0]&&r[1]>q[1])||(r[0]==q[0]&&r[1]==q[1]&&r[2]>=q[2]))?true:false}function V(v,r){if(h.ie&&h.mac){return}var u=K.getElementsByTagName("head")[0],t=a("style");t.setAttribute("type","text/css");t.setAttribute("media","screen");if(!(h.ie&&h.win)&&typeof K.createTextNode!=b){t.appendChild(K.createTextNode(v+" {"+r+"}"))}u.appendChild(t);if(h.ie&&h.win&&typeof K.styleSheets!=b&&K.styleSheets.length>0){var q=K.styleSheets[K.styleSheets.length-1];if(typeof q.addRule==Q){q.addRule(v,r)}}}function W(t,q){var r=q?"visible":"hidden";if(e&&C(t)){C(t).style.visibility=r}else{V("#"+t,"visibility:"+r)}}function g(s){var r=/[\\\"<>\.;]/;var q=r.exec(s)!=null;return q?encodeURIComponent(s):s}var D=function(){if(h.ie&&h.win){window.attachEvent("onunload",function(){var w=d.length;for(var v=0;v<w;v++){d[v][0].detachEvent(d[v][1],d[v][2])}var t=i.length;for(var u=0;u<t;u++){X(i[u])}for(var r in h){h[r]=null}h=null;for(var q in swfobject){swfobject[q]=null}swfobject=null})}}();return{registerObject:function(u,q,t){if(!h.w3cdom||!u||!q){return}var r={};r.id=u;r.swfVersion=q;r.expressInstall=t?t:false;N[N.length]=r;W(u,false)},getObjectById:function(v){var q=null;if(h.w3cdom){var t=C(v);if(t){var u=t.getElementsByTagName(Q)[0];if(!u||(u&&typeof t.SetVariable!=b)){q=t}else{if(typeof u.SetVariable!=b){q=u}}}}return q},embedSWF:function(x,AE,AB,AD,q,w,r,z,AC){if(!h.w3cdom||!x||!AE||!AB||!AD||!q){return}AB+="";AD+="";if(c(q)){W(AE,false);var AA={};if(AC&&typeof AC===Q){for(var v in AC){if(AC[v]!=Object.prototype[v]){AA[v]=AC[v]}}}AA.data=x;AA.width=AB;AA.height=AD;var y={};if(z&&typeof z===Q){for(var u in z){if(z[u]!=Object.prototype[u]){y[u]=z[u]}}}if(r&&typeof r===Q){for(var t in r){if(r[t]!=Object.prototype[t]){if(typeof y.flashvars!=b){y.flashvars+="&"+t+"="+r[t]}else{y.flashvars=t+"="+r[t]}}}}f(function(){U(AA,y,AE);if(AA.id==AE){W(AE,true)}})}else{if(w&&!A&&c("6.0.65")&&(h.win||h.mac)){A=true;W(AE,false);f(function(){var AF={};AF.id=AF.altContentId=AE;AF.width=AB;AF.height=AD;AF.expressInstall=w;k(AF)})}}},getFlashPlayerVersion:function(){return{major:h.pv[0],minor:h.pv[1],release:h.pv[2]}},hasFlashPlayerVersion:c,createSWF:function(t,r,q){if(h.w3cdom){return U(t,r,q)}else{return undefined}},removeSWF:function(q){if(h.w3cdom){X(q)}},createCSS:function(r,q){if(h.w3cdom){V(r,q)}},addDomLoadEvent:f,addLoadEvent:R,getQueryParamValue:function(v){var u=K.location.search||K.location.hash;if(v==null){return g(u)}if(u){var t=u.substring(1).split("&");for(var r=0;r<t.length;r++){if(t[r].substring(0,t[r].indexOf("="))==v){return g(t[r].substring((t[r].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(A&&M){var q=C(m);if(q){q.parentNode.replaceChild(M,q);if(l){W(l,true);if(h.ie&&h.win){M.style.display="block"}}M=null;l=null;A=false}}}}}();
