(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(d){var k=d.browser.msie&&parseInt(d.browser.version)===6&&typeof window.XMLHttpRequest!=="object",m=d.browser.msie&&parseInt(d.browser.version)===7,l=null,f=[];d.modal=function(a,b){return d.modal.impl.init(a,b)};d.modal.close=function(){d.modal.impl.close()};d.modal.focus=function(a){d.modal.impl.focus(a)};d.modal.setContainerDimensions=function(){d.modal.impl.setContainerDimensions()};d.modal.setPosition=function(){d.modal.impl.setPosition()};d.modal.update=function(a,b){d.modal.impl.update(a,
b)};d.fn.modal=function(a){return d.modal.impl.init(this,a)};d.modal.defaults={appendTo:"body",focus:true,opacity:50,overlayId:"simplemodal-overlay",overlayCss:{},containerId:"simplemodal-container",containerCss:{},dataId:"simplemodal-data",dataCss:{},minHeight:null,minWidth:null,maxHeight:null,maxWidth:null,autoResize:false,autoPosition:true,zIndex:1E3,close:true,closeHTML:'<a class="modalCloseImg" title="Close"></a>',closeClass:"simplemodal-close",escClose:true,overlayClose:false,position:null,
persist:false,modal:true,onOpen:null,onShow:null,onClose:null};d.modal.impl={d:{},init:function(a,b){var c=this;if(c.d.data)return false;l=d.browser.msie&&!d.boxModel;c.o=d.extend({},d.modal.defaults,b);c.zIndex=c.o.zIndex;c.occb=false;if(typeof a==="object"){a=a instanceof jQuery?a:d(a);c.d.placeholder=false;if(a.parent().parent().size()>0){a.before(d("<span></span>").attr("id","simplemodal-placeholder").css({display:"none"}));c.d.placeholder=true;c.display=a.css("display");if(!c.o.persist)c.d.orig=
a.clone(true)}}else if(typeof a==="string"||typeof a==="number")a=d("<div></div>").html(a);else{alert("SimpleModal Error: Unsupported data type: "+typeof a);return c}c.create(a);c.open();d.isFunction(c.o.onShow)&&c.o.onShow.apply(c,[c.d]);return c},create:function(a){var b=this;f=b.getDimensions();if(b.o.modal&&k)b.d.iframe=d('<iframe src="javascript:false;"></iframe>').css(d.extend(b.o.iframeCss,{display:"none",opacity:0,position:"fixed",height:f[0],width:f[1],zIndex:b.o.zIndex,top:0,left:0})).appendTo(b.o.appendTo);
b.d.overlay=d("<div></div>").attr("id",b.o.overlayId).addClass("simplemodal-overlay").css(d.extend(b.o.overlayCss,{display:"none",opacity:b.o.opacity/100,height:b.o.modal?f[0]:0,width:b.o.modal?f[1]:0,position:"fixed",left:0,top:0,zIndex:b.o.zIndex+1})).appendTo(b.o.appendTo);b.d.container=d("<div></div>").attr("id",b.o.containerId).addClass("simplemodal-container").css(d.extend(b.o.containerCss,{display:"none",position:"fixed",zIndex:b.o.zIndex+2})).append(b.o.close&&b.o.closeHTML?d(b.o.closeHTML).addClass(b.o.closeClass):
"").appendTo(b.o.appendTo);b.d.wrap=d("<div></div>").attr("tabIndex",-1).addClass("simplemodal-wrap").css({height:"100%",outline:0,width:"100%"}).appendTo(b.d.container);b.d.data=a.attr("id",a.attr("id")||b.o.dataId).addClass("simplemodal-data").css(d.extend(b.o.dataCss,{display:"none"})).appendTo("body");b.setContainerDimensions();b.d.data.appendTo(b.d.wrap);if(k||l)b.fixIE()},bindEvents:function(){var a=this;d("."+a.o.closeClass).bind("click.simplemodal",function(b){b.preventDefault();a.close()});
a.o.modal&&a.o.close&&a.o.overlayClose&&a.d.overlay.bind("click.simplemodal",function(b){b.preventDefault();a.close()});d(document).bind("keydown.simplemodal",function(b){if(a.o.modal&&b.keyCode===9)a.watchTab(b);else if(a.o.close&&a.o.escClose&&b.keyCode===27){b.preventDefault();a.close()}});d(window).bind("resize.simplemodal",function(){f=a.getDimensions();a.o.autoResize?a.setContainerDimensions():a.o.autoPosition&&a.setPosition();if(k||l)a.fixIE();else if(a.o.modal){a.d.iframe&&a.d.iframe.css({height:f[0],
width:f[1]});a.d.overlay.css({height:f[0],width:f[1]})}})},unbindEvents:function(){d("."+this.o.closeClass).unbind("click.simplemodal");d(document).unbind("keydown.simplemodal");d(window).unbind("resize.simplemodal");this.d.overlay.unbind("click.simplemodal")},fixIE:function(){var a=this,b=a.o.position;d.each([a.d.iframe||null,!a.o.modal?null:a.d.overlay,a.d.container],function(c,h){if(h){var g=h[0].style;g.position="absolute";if(c<2){g.removeExpression("height");g.removeExpression("width");g.setExpression("height",
'document.body.scrollHeight > document.body.clientHeight ? document.body.scrollHeight : document.body.clientHeight + "px"');g.setExpression("width",'document.body.scrollWidth > document.body.clientWidth ? document.body.scrollWidth : document.body.clientWidth + "px"')}else{var e;if(b&&b.constructor===Array){c=b[0]?typeof b[0]==="number"?b[0].toString():b[0].replace(/px/,""):h.css("top").replace(/px/,"");c=c.indexOf("%")===-1?c+' + (t = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"':
parseInt(c.replace(/%/,""))+' * ((document.documentElement.clientHeight || document.body.clientHeight) / 100) + (t = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"';if(b[1]){e=typeof b[1]==="number"?b[1].toString():b[1].replace(/px/,"");e=e.indexOf("%")===-1?e+' + (t = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft) + "px"':parseInt(e.replace(/%/,""))+' * ((document.documentElement.clientWidth || document.body.clientWidth) / 100) + (t = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft) + "px"'}}else{c=
'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (t = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"';e='(document.documentElement.clientWidth || document.body.clientWidth) / 2 - (this.offsetWidth / 2) + (t = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft) + "px"'}g.removeExpression("top");g.removeExpression("left");g.setExpression("top",
c);g.setExpression("left",e)}}})},focus:function(a){var b=this;a=a&&d.inArray(a,["first","last"])!==-1?a:"first";var c=d(":input:enabled:visible:"+a,b.d.wrap);setTimeout(function(){c.length>0?c.focus():b.d.wrap.focus()},10)},getDimensions:function(){var a=d(window);return[d.browser.opera&&d.browser.version>"9.5"&&d.fn.jquery<"1.3"||d.browser.opera&&d.browser.version<"9.5"&&d.fn.jquery>"1.2.6"?a[0].innerHeight:a.height(),a.width()]},getVal:function(a,b){return a?typeof a==="number"?a:a==="auto"?0:
a.indexOf("%")>0?parseInt(a.replace(/%/,""))/100*(b==="h"?f[0]:f[1]):parseInt(a.replace(/px/,"")):null},update:function(a,b){var c=this;if(!c.d.data)return false;c.d.origHeight=c.getVal(a,"h");c.d.origWidth=c.getVal(b,"w");c.d.data.hide();a&&c.d.container.css("height",a);b&&c.d.container.css("width",b);c.setContainerDimensions();c.d.data.show();c.o.focus&&c.focus();c.unbindEvents();c.bindEvents()},setContainerDimensions:function(){var a=this,b=k||m,c=a.d.origHeight?a.d.origHeight:d.browser.opera?
a.d.container.height():a.getVal(b?a.d.container[0].currentStyle.height:a.d.container.css("height"),"h");b=a.d.origWidth?a.d.origWidth:d.browser.opera?a.d.container.width():a.getVal(b?a.d.container[0].currentStyle.width:a.d.container.css("width"),"w");var h=a.d.data.outerHeight(true),g=a.d.data.outerWidth(true);a.d.origHeight=a.d.origHeight||c;a.d.origWidth=a.d.origWidth||b;var e=a.o.maxHeight?a.getVal(a.o.maxHeight,"h"):null,i=a.o.maxWidth?a.getVal(a.o.maxWidth,"w"):null;e=e&&e<f[0]?e:f[0];i=i&&i<
f[1]?i:f[1];var j=a.o.minHeight?a.getVal(a.o.minHeight,"h"):"auto";c=c?a.o.autoResize&&c>e?e:c<j?j:c:h?h>e?e:a.o.minHeight&&j!=="auto"&&h<j?j:h:j;e=a.o.minWidth?a.getVal(a.o.minWidth,"w"):"auto";b=b?a.o.autoResize&&b>i?i:b<e?e:b:g?g>i?i:a.o.minWidth&&e!=="auto"&&g<e?e:g:e;a.d.container.css({height:c,width:b});a.d.wrap.css({overflow:h>c||g>b?"auto":"visible"});a.o.autoPosition&&a.setPosition()},setPosition:function(){var a=this,b,c;b=f[0]/2-a.d.container.outerHeight(true)/2;c=f[1]/2-a.d.container.outerWidth(true)/
2;if(a.o.position&&Object.prototype.toString.call(a.o.position)==="[object Array]"){b=a.o.position[0]||b;c=a.o.position[1]||c}else{b=b;c=c}a.d.container.css({left:c,top:b})},watchTab:function(a){var b=this;if(d(a.target).parents(".simplemodal-container").length>0){b.inputs=d(":input:enabled:visible:first, :input:enabled:visible:last",b.d.data[0]);if(!a.shiftKey&&a.target===b.inputs[b.inputs.length-1]||a.shiftKey&&a.target===b.inputs[0]||b.inputs.length===0){a.preventDefault();b.focus(a.shiftKey?"last":
"first")}}else{a.preventDefault();b.focus()}},open:function(){var a=this;a.d.iframe&&a.d.iframe.show();if(d.isFunction(a.o.onOpen))a.o.onOpen.apply(a,[a.d]);else{a.d.overlay.show();a.d.container.show();a.d.data.show()}a.o.focus&&a.focus();a.bindEvents()},close:function(){var a=this;if(!a.d.data)return false;a.unbindEvents();if(d.isFunction(a.o.onClose)&&!a.occb){a.occb=true;a.o.onClose.apply(a,[a.d])}else{if(a.d.placeholder){var b=d("#simplemodal-placeholder");if(a.o.persist)b.replaceWith(a.d.data.removeClass("simplemodal-data").css("display",
a.display));else{a.d.data.hide().remove();b.replaceWith(a.d.orig)}}else a.d.data.hide().remove();a.d.container.hide().remove();a.d.overlay.hide();a.d.iframe&&a.d.iframe.hide().remove();setTimeout(function(){a.d.overlay.remove();a.d={}},10)}}}})(jQuery);

jQuery(function($){$('#basic-modal .basic').click(function(e){$('#basic-modal-content').modal();return false;});});jQuery(function($){$('#basic-modal-video .basic').click(function(e){$('#basic-modal-content-video').modal();return false;});});

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]-=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("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.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.registerFont({"w":100,"face":{"font-family":"AvantGarde-DemiOblique","font-weight":500,"font-style":"oblique","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-44 -369 461.145 90.1087","underline-thickness":"18","underline-position":"-19.8","unicode-range":"U+0020-U+F002"},"glyphs":{" ":{},"\u00a0":{},"!":{"d":"35,-46r47,0r-8,46r-48,0xm75,-266r48,0r-37,198r-47,0"},"\"":{"d":"76,-266r27,0r-15,81r-27,0xm124,-266r27,0r-15,81r-27,0","w":129},"#":{"d":"195,-84r-36,0r-27,84r-32,0r26,-84r-30,0r-27,84r-32,0r27,-84r-36,0r6,-35r41,0r11,-33r-36,0r7,-36r40,0r25,-78r32,0r-25,78r31,0r25,-78r32,0r-25,78r32,0r-7,36r-37,0r-10,33r32,0xm117,-152r-10,33r31,0r10,-33r-31,0","w":201},"$":{"d":"83,-17v-32,-6,-54,-34,-45,-73r47,0v-1,20,7,31,26,32v36,3,52,-58,14,-62v-64,-6,-75,-98,-23,-128v7,-4,15,-11,26,-12r8,-48r45,0r-8,47v21,12,36,28,34,62r-45,0v-2,-12,-7,-23,-22,-21v-15,2,-28,11,-27,29v1,21,21,23,36,28v57,6,58,98,17,125v-10,10,-22,17,-38,21r-9,48r-45,0","w":201},"%":{"d":"312,-59v-5,36,-33,64,-77,65v-38,1,-57,-25,-53,-64v7,-70,144,-94,130,-1xm272,-64v0,-30,-49,-19,-50,5v-1,16,5,27,20,26v17,-1,30,-13,30,-31xm240,-266r36,0r-159,266r-37,0xm45,-194v-5,-75,131,-111,131,-24v0,46,-31,77,-77,77v-33,0,-52,-19,-54,-53xm105,-181v30,0,44,-49,10,-49v-15,0,-30,13,-30,29v0,12,7,20,20,20","w":309},"&":{"d":"215,-217v0,42,-26,63,-55,78r20,26r34,-44r53,0r-61,80r38,51r-41,31r-29,-38v-18,19,-37,39,-74,39v-50,0,-81,-31,-73,-83v6,-39,32,-61,64,-76v-34,-46,5,-119,67,-117v35,1,57,20,57,53xm104,-40v25,1,33,-15,43,-29r-33,-47v-33,5,-63,72,-10,76xm168,-214v-11,-22,-51,-5,-44,22v7,28,32,13,41,0v2,-6,7,-15,3,-22","w":244},"'":{"d":"76,-266r27,0r-15,81r-27,0","w":79},"(":{"d":"140,-194v-41,33,-69,148,-14,190r-9,50v-96,-24,-83,-197,-24,-251v24,-22,45,-51,82,-60r-9,49v-10,7,-17,15,-26,22","w":136},")":{"d":"37,-22v44,-32,72,-150,16,-194r10,-50v54,21,84,83,70,157v-15,77,-59,130,-128,155r9,-50v8,-5,15,-12,23,-18","w":136},"*":{"d":"74,-175r26,-33r-37,3r5,-25r35,2r-13,-32r24,-11r10,33r23,-33r18,13r-25,30r36,-2r-4,25r-37,-2r15,30r-23,13r-10,-33r-22,33","w":158},"+":{"d":"126,-205r42,0r-13,69r70,0r-8,41r-69,0r-14,72r-41,0r13,-72r-70,0r8,-41r69,0","w":216},",":{"d":"83,-48v-9,45,-10,99,-66,98r4,-24v15,-2,25,-10,26,-26r-21,0r9,-48r48,0"},"-":{"d":"52,-136r100,0r-8,43r-100,0","w":151},".":{"d":"35,-48r48,0r-9,48r-48,0"},"\/":{"d":"175,-266r34,0r-174,312r-34,0","w":165},"0":{"d":"54,-211v28,-80,195,-82,168,34v-20,84,-20,182,-121,183v-56,1,-86,-37,-74,-95v9,-40,14,-85,27,-122xm136,-223v-59,13,-58,104,-60,165v22,38,85,8,82,-31r17,-100v1,-23,-18,-38,-39,-34","w":201},"1":{"d":"130,-221r-34,0r8,-45r82,0r-50,266r-47,0","w":201},"2":{"d":"83,-244v53,-56,172,-14,134,77v-25,58,-83,83,-127,122r105,0r-8,45r-172,0r8,-45r135,-109v21,-16,24,-71,-15,-70v-30,1,-47,22,-50,50r-48,0v3,-33,19,-50,38,-70","w":201},"3":{"d":"143,-270v70,-6,80,95,30,118v24,9,36,37,29,71v-10,51,-48,87,-109,87v-49,0,-79,-32,-73,-84r48,-1v-1,26,12,37,36,39v44,3,70,-61,30,-83v-10,-3,-20,-3,-32,-4r8,-46v40,13,67,-44,26,-51v-14,1,-24,10,-26,23r-48,-1v9,-37,37,-64,81,-68","w":201},"4":{"d":"172,-266r40,0r-33,181r28,0r-9,45r-28,0r-7,40r-48,0r7,-40r-115,0r8,-39xm149,-185r-82,100r64,0","w":201},"5":{"d":"101,-40v57,4,78,-92,17,-92v-17,0,-28,9,-38,18r-40,-13r51,-139r120,0r-8,45r-85,0r-18,49v61,-23,117,19,103,86v-11,52,-48,92,-109,92v-49,0,-80,-33,-75,-84r48,-1v-1,24,11,37,34,39","w":201},"6":{"d":"99,6v-87,6,-86,-104,-44,-155r97,-117r57,0r-77,90v54,-5,88,32,76,89v-11,53,-47,89,-109,93xm124,-132v-32,0,-53,22,-53,55v0,23,12,37,36,37v54,0,77,-92,17,-92","w":201},"7":{"d":"171,-221r-107,0r9,-45r156,0r-8,45r-137,221r-53,0","w":201},"8":{"d":"78,-147v-37,-46,9,-123,72,-123v70,0,74,96,27,123v22,10,32,37,26,68v-10,49,-47,81,-104,85v-94,7,-92,-133,-21,-153xm156,-88v0,-56,-77,-32,-82,8v-3,22,10,41,33,40v30,-1,49,-19,49,-48xm165,-201v0,-37,-55,-22,-57,5v-2,17,8,28,24,28v20,0,33,-12,33,-33","w":201},"9":{"d":"150,-270v98,-5,84,130,36,164r-90,106r-56,0r75,-89v-56,4,-85,-31,-75,-86v10,-53,47,-92,110,-95xm177,-187v0,-64,-86,-33,-89,11v-2,27,12,44,37,44v30,0,52,-22,52,-55","w":201},":":{"d":"35,-48r48,0r-9,48r-48,0xm59,-181r48,0r-9,48r-48,0"},";":{"d":"83,-48v-9,45,-10,99,-66,98r4,-24v15,-2,25,-10,26,-26r-21,0r9,-48r48,0xm59,-181r48,0r-9,48r-48,0"},"<":{"d":"204,-15r-169,-81r7,-36r198,-81r-7,39r-142,61r120,58","w":216},"=":{"d":"211,-59r-182,0r8,-41r182,0xm224,-129r-182,0r8,-41r181,0","w":216},">":{"d":"168,-113r-119,-61r8,-39r168,81r-7,36r-198,81r7,-40","w":216},"?":{"d":"76,-46r48,0r-8,46r-48,0xm160,-269v108,44,4,144,-30,190r-2,11r-48,0v7,-51,41,-76,72,-100v17,-13,16,-54,-18,-54v-25,0,-33,17,-40,34r-48,0v15,-50,49,-86,114,-81","w":201},"@":{"d":"53,-131v-25,109,119,140,175,80r34,0v-28,32,-62,56,-120,57v-80,1,-131,-55,-116,-137v16,-90,103,-164,210,-132v39,12,73,50,62,105v-12,61,-52,103,-119,106v-8,-2,-13,-8,-11,-18v-31,36,-105,10,-88,-48v13,-43,38,-81,90,-84v21,0,34,8,41,22r8,-20r34,0v-9,40,-40,82,-37,121v39,-9,56,-44,56,-89v0,-52,-35,-75,-87,-75v-75,0,-117,48,-132,112xm168,-163v-27,2,-44,21,-44,47v0,14,7,25,23,25v28,-2,41,-22,46,-48v-1,-15,-8,-25,-25,-24","w":266},"A":{"d":"163,-266r38,0r63,266r-54,0r-17,-69r-94,0r-42,69r-54,0xm183,-117r-13,-80r-44,80r57,0","w":266,"k":{"y":18,"w":18,"v":18,"Y":50,"W":35,"V":46,"T":26}},"B":{"d":"214,-94v0,88,-89,100,-190,94r50,-266v69,0,157,-5,143,71v-4,24,-19,41,-38,50v21,8,35,23,35,51xm83,-48v43,4,86,-4,80,-47v-3,-24,-40,-19,-68,-21xm155,-171v27,-22,5,-57,-32,-46r-9,-1r-10,54v19,1,40,2,51,-7","w":208},"C":{"d":"156,-41v32,0,54,-15,72,-31r57,0v-28,43,-68,77,-137,78v-79,2,-127,-59,-112,-138v16,-87,95,-158,200,-133v37,9,65,36,73,76r-56,-1v-13,-18,-34,-32,-64,-32v-63,0,-106,45,-106,107v0,44,27,74,73,74","w":280},"D":{"d":"74,-266v120,-13,220,31,184,151v-21,72,-77,119,-177,115r-57,0xm83,-48v79,4,128,-27,131,-100v3,-57,-43,-70,-100,-70","w":252},"E":{"d":"74,-266r143,0r-9,48r-94,0r-11,61r90,0r-9,48r-90,0r-11,61r93,0r-9,48r-143,0","w":187},"F":{"d":"74,-266r135,0r-9,48r-86,0r-11,61r82,0r-9,48r-82,0r-20,109r-50,0","w":172,"k":{"A":34,".":15,",":15}},"G":{"d":"33,-106v0,-100,71,-164,170,-164v61,0,101,31,113,82r-59,0v-14,-22,-37,-40,-75,-34v-55,9,-94,43,-98,105v-6,81,109,96,152,44v5,-5,9,-10,13,-16r-111,0r8,-47r174,0v-17,83,-73,142,-168,142v-72,0,-119,-41,-119,-112","w":302},"H":{"d":"74,-266r49,0r-20,107r95,0r20,-107r49,0r-49,266r-49,0r20,-112r-95,0r-20,112r-50,0","w":244},"I":{"d":"74,-266r49,0r-49,266r-50,0"},"J":{"d":"64,-61v1,30,41,19,46,-1v14,-65,25,-137,39,-204r49,0r-42,217v-14,31,-37,54,-80,55v-40,1,-67,-24,-61,-66","w":172},"K":{"d":"74,-266r49,0r-21,115r104,-115r59,0r-125,131r76,135r-59,0r-62,-117r-21,117r-50,0","w":223},"L":{"d":"74,-266r49,0r-40,218r81,0r-9,48r-131,0","w":158,"k":{"y":27,"Y":32,"W":32,"V":32,"T":18}},"M":{"d":"74,-266r67,0r34,203r110,-203r67,0r-50,266r-49,0r37,-199r-106,199r-41,0r-32,-199r-37,199r-50,0","w":324},"N":{"d":"74,-266r55,0r75,194r36,-194r49,0r-49,266r-55,0r-75,-194r-36,194r-50,0","w":266},"O":{"d":"200,-270v74,-3,129,58,112,139v-17,77,-73,135,-164,137v-79,2,-128,-55,-113,-137v14,-79,74,-135,165,-139xm191,-222v-61,0,-108,47,-108,106v0,45,27,75,74,75v63,0,108,-44,108,-108v0,-46,-28,-73,-74,-73","w":302},"P":{"d":"230,-199v0,74,-61,107,-137,98r-19,101r-50,0r50,-266r102,2v33,5,54,28,54,65xm179,-184v6,-35,-34,-34,-65,-34r-12,69v38,4,71,-2,77,-35","w":201,"k":{"A":36,".":6,",":6}},"Q":{"d":"270,-44v9,5,23,8,35,6r-8,44v-29,1,-50,-6,-66,-19v-22,12,-47,19,-79,19v-80,-1,-133,-54,-117,-137v16,-81,71,-139,166,-139v79,0,131,54,117,139v-6,37,-24,65,-48,87xm197,-49v-22,-21,-62,-45,-105,-31v13,33,67,49,105,31xm194,-222v-65,5,-101,42,-111,102v67,-13,122,11,153,47v52,-36,43,-156,-42,-149","w":302},"R":{"d":"74,-266v152,-43,218,111,91,165v-4,1,-9,2,-14,3r53,98r-60,0r-51,-102r-19,102r-50,0xm100,-139v60,14,113,-36,69,-75v-15,-5,-37,-2,-55,-4","w":208,"k":{"y":-11,"Y":7,"W":7,"V":9,"T":-6}},"S":{"d":"90,6v-48,0,-77,-30,-71,-81r52,0v-4,21,8,35,30,34v26,-1,40,-16,42,-41v-9,-57,-107,-24,-92,-113v8,-44,42,-75,93,-75v42,0,69,30,63,75v-15,-3,-42,7,-50,-4v-7,-39,-57,-21,-58,8v14,51,111,26,93,114v-10,47,-45,83,-102,83","w":187},"T":{"d":"92,-218r-49,0r9,-48r148,0r-9,48r-50,0r-40,218r-50,0","w":151,"k":{"y":4,"w":5,"u":20,"s":15,"r":15,"o":18,"i":2,"e":18,"c":18,"a":14,"A":25,";":4,":":4,".":-1,"-":4,",":-1}},"U":{"d":"176,-16v-58,47,-151,12,-133,-83r31,-167r49,0r-32,203v7,35,66,21,73,-5v17,-60,26,-133,40,-198r49,0r-35,186v-7,28,-22,48,-42,64","w":230},"V":{"d":"52,-266r52,0r34,202r109,-202r52,0r-152,266r-41,0","w":252,"k":{"y":5,"u":24,"r":14,"o":29,"i":3,"e":29,"a":29,"A":45,";":5,":":5,".":5,"-":7,",":5}},"W":{"d":"52,-266r50,0r12,186r80,-186r36,0r11,186r81,-186r51,0r-127,266r-39,0r-11,-176r-77,176r-39,0","w":324,"k":{"u":14,"r":14,"o":18,"i":3,"e":18,"a":18,"A":34,";":4,":":4,".":4,"-":4,",":4}},"X":{"d":"118,-132r-67,-134r58,0r46,91r80,-91r58,0r-117,134r67,132r-57,0r-47,-91r-80,91r-57,0","w":244},"Y":{"d":"107,-98r-57,-168r55,0r35,122r81,-122r54,0r-119,168r-18,98r-49,0","w":223,"k":{"v":9,"u":30,"q":36,"p":22,"o":36,"i":2,"e":36,"a":36,"A":50,";":3,":":3,".":3,"-":22,",":3}},"Z":{"d":"148,-218r-95,0r9,-48r153,0r-8,45r-132,173r107,0r-9,48r-167,0r8,-42","w":180},"[":{"d":"96,46v-96,-17,-54,-169,-29,-241v12,-35,43,-63,87,-70r-9,50v-50,23,-43,102,-59,160v-1,24,1,46,20,50","w":115},"\\":{"d":"80,-266r37,0r64,266r-37,0","w":230},"]":{"d":"70,-148v6,-24,6,-61,-17,-66r10,-52v47,8,68,56,58,109v-18,90,-24,188,-116,203r9,-51v50,-18,42,-91,56,-143","w":115},"^":{"d":"47,-130r90,-136r43,0r40,136r-41,17r-30,-101r-68,101","w":216},"_":{"d":"-9,50r6,-33r180,0r-6,33r-180,0","w":180},"`":{"d":"103,-302r71,48r-25,33r-73,-45","w":151},"a":{"d":"149,-205v31,0,49,14,60,34r6,-28r43,0r-37,199r-44,0v1,-8,6,-20,5,-27v-17,19,-40,32,-74,33v-61,1,-90,-45,-79,-105v12,-61,50,-106,120,-106xm125,-40v71,0,103,-118,23,-118v-44,0,-72,28,-72,71v0,29,18,47,49,47","w":237},"b":{"d":"209,-26v-24,33,-121,50,-141,-1r-5,27r-44,0r50,-266r48,0r-16,87v16,-14,37,-25,67,-26v99,-5,98,137,41,179xm153,-158v-42,3,-71,27,-71,70v0,30,17,48,50,48v74,0,96,-121,21,-118","w":237},"c":{"d":"77,-100v-15,63,75,78,97,35r54,0v-22,80,-190,102,-199,1v-7,-86,48,-141,126,-141v48,0,81,27,86,73r-54,-1v-7,-16,-18,-26,-41,-25v-40,1,-61,26,-69,58","w":230},"d":{"d":"127,-202v32,-9,67,3,79,24r16,-88r48,0r-49,266r-44,0v1,-8,6,-20,4,-27v-16,20,-38,32,-72,33v-59,0,-91,-46,-80,-104v10,-54,45,-90,98,-104xm125,-40v42,-2,67,-29,71,-70v-9,-79,-112,-47,-119,10v-4,35,13,61,48,60","w":237},"e":{"d":"155,-205v68,-3,99,66,76,127r-155,0v1,44,69,47,94,21r52,-1v-20,36,-54,63,-107,64v-61,2,-98,-42,-86,-104v11,-61,56,-104,126,-107xm193,-121v-3,-48,-82,-44,-101,-12v-3,4,-7,7,-9,12r110,0","w":230},"f":{"d":"58,-199v10,-42,36,-74,91,-71r-9,47v-18,2,-33,4,-35,24r28,0r-8,42r-27,0r-30,157r-47,0r29,-157r-17,0r8,-42r17,0","k":{"f":-14}},"g":{"d":"151,-205v29,0,49,11,56,34v4,-8,4,-19,6,-28r44,0v-16,70,-23,147,-45,211v-25,71,-182,102,-201,3v20,2,52,-7,61,7v39,29,106,-1,109,-50v-44,65,-178,29,-151,-74v16,-58,53,-103,121,-103xm126,-40v69,8,99,-117,19,-118v-70,-7,-100,116,-19,118","w":237},"h":{"d":"166,-98v25,-52,-44,-85,-69,-37v-19,37,-20,90,-30,135r-48,0r50,-266r48,0r-15,82v39,-42,131,-18,117,58r-23,126r-48,0","w":216},"i":{"d":"57,-199r47,0r-37,199r-48,0xm69,-266r48,0r-8,44r-48,0","w":86},"j":{"d":"3,20v20,0,23,-15,25,-33r35,-186r48,0r-44,218v-13,25,-37,46,-72,48xm75,-266r48,0r-8,44r-48,0","w":93},"k":{"d":"69,-266r48,0r-30,161r81,-94r57,0r-90,97r65,102r-64,0r-51,-93r-18,93r-48,0","w":208},"l":{"d":"69,-266r48,0r-50,266r-48,0","w":86},"m":{"d":"167,-135v-26,-49,-86,-8,-82,41r-18,94r-48,0r38,-199r43,0v0,6,-4,14,-2,18v20,-34,99,-31,108,7v40,-57,151,-34,133,63r-20,111r-48,0v5,-47,27,-95,19,-144v-32,-34,-83,3,-79,50r-18,94r-48,0","w":338},"n":{"d":"166,-94v25,-55,-44,-90,-69,-40v-19,37,-20,89,-30,134r-48,0r38,-199r44,0v0,6,-5,14,-3,18v50,-53,135,-12,118,78r-19,103r-48,0","w":216},"o":{"d":"157,-205v56,-3,96,45,84,106v-12,60,-56,105,-126,105v-60,0,-97,-44,-86,-105v11,-62,59,-102,128,-106xm124,-40v72,0,100,-118,22,-118v-42,0,-70,27,-70,71v0,29,18,47,48,47","w":230},"p":{"d":"127,6v-29,1,-45,-10,-56,-28r-16,89r-48,0r50,-266r43,0v-1,8,-6,19,-4,25v17,-17,37,-30,70,-31v61,0,93,44,81,106v-11,57,-51,103,-120,105xm153,-158v-60,-7,-104,96,-36,117v49,4,83,-24,83,-69v0,-29,-17,-45,-47,-48","w":237},"q":{"d":"149,-205v28,0,49,11,58,32v4,-7,4,-18,6,-26r44,0r-49,266r-48,0r15,-89v-14,17,-34,28,-65,28v-60,1,-92,-47,-80,-107v12,-59,52,-104,119,-104xm194,-110v0,-81,-111,-47,-117,10v-5,36,13,61,48,60v42,-2,69,-29,69,-70","w":237},"r":{"d":"140,-159v-72,5,-53,101,-73,159r-48,0r38,-199r43,0v0,6,-5,14,-3,18v11,-14,27,-24,51,-25","w":115,"k":{"q":6,"o":6,"n":-2,"m":-2,"g":3,"f":-14,"e":3,"d":3,"c":10,".":-3,"-":4,",":-3}},"s":{"d":"94,-82v-30,-7,-57,-22,-53,-62v6,-65,129,-88,133,-10r-1,10v-13,-3,-32,0,-47,-1v-3,-21,-37,-15,-38,4v-1,15,13,15,24,19v57,2,67,80,22,108v-36,35,-132,24,-116,-48r49,-1v1,13,6,24,23,23v15,-1,22,-9,25,-22v-1,-13,-12,-16,-21,-20","w":158},"t":{"d":"56,-157r-24,0r8,-42r24,0r12,-67r48,0r-12,67r28,0r-8,42r-28,0r-29,157r-48,0","w":108},"u":{"d":"115,-40v70,-6,52,-102,71,-159r48,0r-37,199r-44,0v0,-7,5,-16,3,-21v-17,36,-97,35,-114,0v-14,-13,-10,-46,-6,-65r21,-113r47,0r-19,139v4,12,14,21,30,20","w":216},"v":{"d":"37,-199r54,0r22,131r70,-131r53,0r-118,199r-37,0","w":201},"w":{"d":"41,-199r50,0r15,121r55,-121r38,0r11,121r59,-121r51,0r-110,199r-29,0r-14,-129r-62,129r-29,0","w":288},"x":{"d":"90,-103r-44,-96r56,0r25,54r44,-54r55,0r-79,96r52,103r-59,0r-28,-64r-53,64r-59,0","w":201},"y":{"d":"79,-19r-40,-180r55,0r22,127r71,-127r55,0r-164,266r-52,0","w":208},"z":{"d":"15,-42r110,-115r-79,0r8,-42r136,0r-8,42r-110,115r95,0r-8,42r-152,0","w":165},"{":{"d":"68,-110v52,14,10,84,10,129v0,16,10,22,21,27v-36,3,-66,-9,-56,-48v1,-37,35,-97,-9,-108v80,-12,-4,-165,124,-155v-68,13,-14,136,-90,155","w":122},"|":{"d":"137,-266r43,0r-50,266r-43,0","w":216},"}":{"d":"95,-110v-67,-16,29,-131,-31,-155v39,-4,67,11,55,54v-2,34,-34,93,11,101v-79,12,1,164,-124,156v68,-14,13,-137,89,-156","w":122},"~":{"d":"38,-104v17,-39,78,-57,118,-24v24,12,39,-9,49,-24v5,12,24,24,12,35v-19,42,-81,37,-115,12v-25,-6,-36,15,-46,28","w":216},"\u00c4":{"d":"163,-266r38,0r63,266r-54,0r-17,-69r-94,0r-42,69r-54,0xm183,-117r-13,-80r-44,80r57,0xm132,-338r48,0r-9,48r-48,0xm208,-338r48,0r-9,48r-48,0","w":266},"\u00c5":{"d":"163,-266r38,0r63,266r-54,0r-17,-69r-94,0r-42,69r-54,0xm183,-117r-13,-80r-44,80r57,0xm155,-320v-3,-42,73,-64,75,-13v5,44,-74,64,-75,13xm180,-320v4,12,28,6,26,-9v-2,-5,-3,-11,-11,-10v-11,0,-19,8,-15,19","w":266},"\u00c7":{"d":"123,90v-18,0,-31,-12,-28,-29r18,0v3,19,33,11,34,-5v4,-13,-7,-22,-21,-18v-4,1,-8,4,-10,8r-18,-4r20,-42r20,0r-12,21v24,-9,46,10,40,34v-4,20,-19,35,-43,35xm156,-41v32,0,54,-15,72,-31r57,0v-28,43,-68,77,-137,78v-79,2,-127,-59,-112,-138v16,-87,95,-158,200,-133v37,9,65,36,73,76r-56,-1v-13,-18,-34,-32,-64,-32v-63,0,-106,45,-106,107v0,44,27,74,73,74","w":280},"\u00c9":{"d":"74,-266r143,0r-9,48r-94,0r-11,61r90,0r-9,48r-90,0r-11,61r93,0r-9,48r-143,0xm104,-320r90,-48r12,37r-90,44","w":187},"\u00d1":{"d":"74,-266r55,0r75,194r36,-194r49,0r-49,266r-55,0r-75,-194r-36,194r-50,0xm249,-306v-22,35,-71,-4,-104,15v-27,-36,16,-55,50,-39v14,6,33,5,42,-6","w":266},"\u00d6":{"d":"200,-270v74,-3,129,58,112,139v-17,77,-73,135,-164,137v-79,2,-128,-55,-113,-137v14,-79,74,-135,165,-139xm191,-222v-61,0,-108,47,-108,106v0,45,27,75,74,75v63,0,108,-44,108,-108v0,-46,-28,-73,-74,-73xm150,-338r48,0r-9,48r-48,0xm226,-338r48,0r-9,48r-48,0","w":302},"\u00dc":{"d":"176,-16v-58,47,-151,12,-133,-83r31,-167r49,0r-32,203v7,35,66,21,73,-5v17,-60,26,-133,40,-198r49,0r-35,186v-7,28,-22,48,-42,64xm114,-338r48,0r-9,48r-48,0xm190,-338r48,0r-9,48r-48,0","w":230},"\u00e1":{"d":"149,-205v31,0,49,14,60,34r6,-28r43,0r-37,199r-44,0v1,-8,6,-20,5,-27v-17,19,-40,32,-74,33v-61,1,-90,-45,-79,-105v12,-61,50,-106,120,-106xm125,-40v71,0,103,-118,23,-118v-44,0,-72,28,-72,71v0,29,18,47,49,47xm117,-254r90,-48r12,38r-90,43","w":237},"\u00e0":{"d":"149,-205v31,0,49,14,60,34r6,-28r43,0r-37,199r-44,0v1,-8,6,-20,5,-27v-17,19,-40,32,-74,33v-61,1,-90,-45,-79,-105v12,-61,50,-106,120,-106xm125,-40v71,0,103,-118,23,-118v-44,0,-72,28,-72,71v0,29,18,47,49,47xm147,-302r70,48r-25,33r-73,-45","w":237},"\u00e2":{"d":"149,-205v31,0,49,14,60,34r6,-28r43,0r-37,199r-44,0v1,-8,6,-20,5,-27v-17,19,-40,32,-74,33v-61,1,-90,-45,-79,-105v12,-61,50,-106,120,-106xm125,-40v71,0,103,-118,23,-118v-44,0,-72,28,-72,71v0,29,18,47,49,47xm152,-273r38,0r43,50r-52,0r-15,-23r-24,23r-52,0","w":237},"\u00e4":{"d":"149,-205v31,0,49,14,60,34r6,-28r43,0r-37,199r-44,0v1,-8,6,-20,5,-27v-17,19,-40,32,-74,33v-61,1,-90,-45,-79,-105v12,-61,50,-106,120,-106xm125,-40v71,0,103,-118,23,-118v-44,0,-72,28,-72,71v0,29,18,47,49,47xm106,-271r48,0r-9,48r-48,0xm181,-271r48,0r-9,48r-48,0","w":237},"\u00e3":{"d":"149,-205v31,0,49,14,60,34r6,-28r43,0r-37,199r-44,0v1,-8,6,-20,5,-27v-17,19,-40,32,-74,33v-61,1,-90,-45,-79,-105v12,-61,50,-106,120,-106xm125,-40v71,0,103,-118,23,-118v-44,0,-72,28,-72,71v0,29,18,47,49,47xm222,-239v-28,34,-72,-3,-104,14r-11,-31v26,-30,78,13,103,-13","w":237},"\u00e5":{"d":"149,-205v31,0,49,14,60,34r6,-28r43,0r-37,199r-44,0v1,-8,6,-20,5,-27v-17,19,-40,32,-74,33v-61,1,-90,-45,-79,-105v12,-61,50,-106,120,-106xm125,-40v71,0,103,-118,23,-118v-44,0,-72,28,-72,71v0,29,18,47,49,47xm128,-253v-3,-43,75,-64,76,-11v1,41,-73,61,-76,11xm179,-266v-6,-14,-28,-4,-27,9v3,19,27,10,28,-4","w":237},"\u00e7":{"d":"121,20v38,13,18,73,-23,70v-19,-1,-29,-10,-29,-29v18,-5,18,10,34,11v20,2,28,-34,5,-35v-8,0,-14,4,-18,9r-17,-4r20,-42r19,0v-2,7,-10,16,-10,21v2,-3,14,-3,19,-1xm77,-100v-15,63,75,78,97,35r54,0v-22,80,-190,102,-199,1v-7,-86,48,-141,126,-141v48,0,81,27,86,73r-54,-1v-7,-16,-18,-26,-41,-25v-40,1,-61,26,-69,58","w":230},"\u00e9":{"d":"155,-205v68,-3,99,66,76,127r-155,0v1,44,69,47,94,21r52,-1v-20,36,-54,63,-107,64v-61,2,-98,-42,-86,-104v11,-61,56,-104,126,-107xm193,-121v-3,-48,-82,-44,-101,-12v-3,4,-7,7,-9,12r110,0xm113,-254r90,-48r12,38r-90,43","w":230},"\u00e8":{"d":"155,-205v68,-3,99,66,76,127r-155,0v1,44,69,47,94,21r52,-1v-20,36,-54,63,-107,64v-61,2,-98,-42,-86,-104v11,-61,56,-104,126,-107xm193,-121v-3,-48,-82,-44,-101,-12v-3,4,-7,7,-9,12r110,0xm143,-302r71,48r-25,33r-73,-45","w":230},"\u00ea":{"d":"155,-205v68,-3,99,66,76,127r-155,0v1,44,69,47,94,21r52,-1v-20,36,-54,63,-107,64v-61,2,-98,-42,-86,-104v11,-61,56,-104,126,-107xm193,-121v-3,-48,-82,-44,-101,-12v-3,4,-7,7,-9,12r110,0xm148,-273r38,0r44,50r-53,0r-15,-23r-24,23r-52,0","w":230},"\u00eb":{"d":"155,-205v68,-3,99,66,76,127r-155,0v1,44,69,47,94,21r52,-1v-20,36,-54,63,-107,64v-61,2,-98,-42,-86,-104v11,-61,56,-104,126,-107xm193,-121v-3,-48,-82,-44,-101,-12v-3,4,-7,7,-9,12r110,0xm102,-271r48,0r-9,48r-48,0xm178,-271r48,0r-9,48r-48,0","w":230},"\u00ed":{"d":"57,-199r47,0r-37,199r-48,0xm41,-254r90,-48r12,38r-90,43","w":86},"\u00ec":{"d":"57,-199r47,0r-37,199r-48,0xm71,-302r71,48r-25,33r-73,-45","w":86},"\u00ee":{"d":"57,-199r47,0r-37,199r-48,0xm76,-273r38,0r44,50r-53,0r-15,-23r-24,23r-52,0","w":86},"\u00ef":{"d":"57,-199r47,0r-37,199r-48,0xm30,-271r48,0r-9,48r-48,0xm106,-271r48,0r-9,48r-48,0","w":86},"\u00f1":{"d":"166,-94v25,-55,-44,-90,-69,-40v-19,37,-20,89,-30,134r-48,0r38,-199r44,0v0,6,-5,14,-3,18v50,-53,135,-12,118,78r-19,103r-48,0xm212,-239v-29,33,-72,-2,-104,14v-4,-14,-21,-33,0,-38v30,-19,67,20,91,-6","w":216},"\u00f3":{"d":"157,-205v56,-3,96,45,84,106v-12,60,-56,105,-126,105v-60,0,-97,-44,-86,-105v11,-62,59,-102,128,-106xm124,-40v72,0,100,-118,22,-118v-42,0,-70,27,-70,71v0,29,18,47,48,47xm113,-254r90,-48r12,38r-90,43","w":230},"\u00f2":{"d":"157,-205v56,-3,96,45,84,106v-12,60,-56,105,-126,105v-60,0,-97,-44,-86,-105v11,-62,59,-102,128,-106xm124,-40v72,0,100,-118,22,-118v-42,0,-70,27,-70,71v0,29,18,47,48,47xm143,-302r71,48r-25,33r-73,-45","w":230},"\u00f4":{"d":"157,-205v56,-3,96,45,84,106v-12,60,-56,105,-126,105v-60,0,-97,-44,-86,-105v11,-62,59,-102,128,-106xm124,-40v72,0,100,-118,22,-118v-42,0,-70,27,-70,71v0,29,18,47,48,47xm148,-273r38,0r44,50r-53,0r-15,-23r-24,23r-52,0","w":230},"\u00f6":{"d":"157,-205v56,-3,96,45,84,106v-12,60,-56,105,-126,105v-60,0,-97,-44,-86,-105v11,-62,59,-102,128,-106xm124,-40v72,0,100,-118,22,-118v-42,0,-70,27,-70,71v0,29,18,47,48,47xm102,-271r48,0r-9,48r-48,0xm178,-271r48,0r-9,48r-48,0","w":230},"\u00f5":{"d":"157,-205v56,-3,96,45,84,106v-12,60,-56,105,-126,105v-60,0,-97,-44,-86,-105v11,-62,59,-102,128,-106xm124,-40v72,0,100,-118,22,-118v-42,0,-70,27,-70,71v0,29,18,47,48,47xm219,-239v-29,33,-72,-2,-104,14v-27,-34,13,-54,48,-39v14,7,34,6,44,-5","w":230},"\u00fa":{"d":"115,-40v70,-6,52,-102,71,-159r48,0r-37,199r-44,0v0,-7,5,-16,3,-21v-17,36,-97,35,-114,0v-14,-13,-10,-46,-6,-65r21,-113r47,0r-19,139v4,12,14,21,30,20xm106,-254r90,-48r12,38r-90,43","w":216},"\u00f9":{"d":"115,-40v70,-6,52,-102,71,-159r48,0r-37,199r-44,0v0,-7,5,-16,3,-21v-17,36,-97,35,-114,0v-14,-13,-10,-46,-6,-65r21,-113r47,0r-19,139v4,12,14,21,30,20xm136,-302r71,48r-26,33r-73,-45","w":216},"\u00fb":{"d":"115,-40v70,-6,52,-102,71,-159r48,0r-37,199r-44,0v0,-7,5,-16,3,-21v-17,36,-97,35,-114,0v-14,-13,-10,-46,-6,-65r21,-113r47,0r-19,139v4,12,14,21,30,20xm141,-273r38,0r43,50r-52,0r-15,-23r-24,23r-52,0","w":216},"\u00fc":{"d":"115,-40v70,-6,52,-102,71,-159r48,0r-37,199r-44,0v0,-7,5,-16,3,-21v-17,36,-97,35,-114,0v-14,-13,-10,-46,-6,-65r21,-113r47,0r-19,139v4,12,14,21,30,20xm95,-271r48,0r-9,48r-48,0xm171,-271r48,0r-9,48r-48,0","w":216},"\u2020":{"d":"161,-199r58,0r-8,42r-58,0r-38,203r-48,0r38,-203r-59,0r8,-42r59,0r12,-67r48,0","w":201},"\u00a2":{"d":"87,-135v-11,40,47,49,65,24r52,0v-15,28,-36,50,-71,58r-7,39r-45,0r7,-39v-61,-7,-59,-104,-20,-137v15,-13,30,-25,51,-30r7,-37r45,0r-7,37v26,10,49,27,49,62r-50,-1v-17,-31,-76,-11,-76,24","w":201},"\u00a3":{"d":"73,-45v16,-15,14,-54,-2,-66r-50,-1r8,-45r20,0v-5,-68,39,-113,102,-113v46,0,71,31,70,76r-48,-1v-9,-49,-73,-25,-77,13v-1,11,2,19,5,26r75,-1r-9,45r-38,0v6,21,5,52,-6,67v33,1,51,-20,47,-53v15,1,34,-2,48,1v-2,60,-40,97,-106,97r-98,0r9,-45r50,0","w":201},"\u00a7":{"d":"149,-275v44,-5,76,21,69,66r-45,0v4,-16,-16,-26,-33,-22v-27,-2,-26,34,-7,40v30,22,87,28,78,82v-4,23,-19,40,-37,50v32,54,-18,112,-80,110v-45,0,-77,-30,-68,-75r47,-1v-9,33,34,39,57,24v34,-64,-109,-45,-91,-129v8,-39,45,-40,34,-86v8,-36,36,-54,76,-59xm100,-156v-17,7,-28,40,-1,46v14,7,33,19,49,28v16,-6,28,-35,5,-43","w":201},"\u00b6":{"d":"48,-178v0,-58,40,-86,101,-87r90,-1r-58,312r-37,0r51,-274r-30,0r-51,274r-36,0r31,-164v-39,0,-61,-23,-61,-60","w":216},"\u00df":{"d":"124,6v-32,1,-48,-15,-56,-39r-6,33r-44,0r41,-206v17,-34,40,-60,90,-64v71,-5,85,97,31,123v30,8,53,31,45,70v-10,48,-43,82,-101,83xm140,-224v-29,0,-36,23,-41,48r-20,108r30,0v6,47,65,27,68,-8v3,-36,-32,-36,-63,-38r7,-42v41,7,63,-68,19,-68","w":216},"\u00ae":{"d":"134,6v-80,2,-129,-56,-114,-138v14,-79,74,-138,165,-138v78,0,128,56,113,138v-14,79,-72,136,-164,138xm138,-19v80,0,136,-54,136,-133v0,-56,-36,-92,-94,-92v-80,0,-136,55,-136,133v0,56,35,92,94,92xm216,-203v45,15,19,92,-27,83r25,63r-34,0r-22,-63r-29,0r-12,63r-29,0r28,-150xm199,-146v20,-16,8,-45,-22,-38r-36,-1r-8,42v22,-1,49,3,66,-3","w":266},"\u00a9":{"d":"134,6v-80,2,-129,-56,-114,-138v14,-79,74,-138,165,-138v78,0,128,56,113,138v-14,79,-72,136,-164,138xm138,-19v80,0,136,-54,136,-133v0,-56,-36,-92,-94,-92v-80,0,-136,55,-136,133v0,56,35,92,94,92xm120,-134v-15,54,57,78,74,27r31,0v-10,31,-35,53,-74,54v-46,1,-68,-34,-62,-80v8,-58,75,-102,131,-66v9,10,15,21,15,39r-31,-1v-1,-18,-13,-27,-30,-27v-32,0,-46,26,-54,54","w":266},"\u2122":{"d":"193,-238r-44,0r-22,117r-35,0r22,-117r-44,0r5,-28r123,0xm357,-121r-32,0r22,-117r-65,117r-18,0r-21,-117r-22,117r-32,0r27,-145r51,0r17,86r49,-86r51,0","w":360},"\u00b4":{"d":"74,-254r89,-48r13,38r-90,43","w":151},"\u00a8":{"d":"77,-271r48,0r-9,48r-48,0xm153,-271r48,0r-9,48r-48,0","w":180},"\u2260":{},"\u00c6":{"d":"231,-266r122,0r-9,48r-79,0r-11,61r75,0r-9,48r-75,0r-11,61r78,0r-9,48r-128,0r13,-69r-71,0r-54,69r-57,0xm197,-117v3,-22,11,-48,12,-68r-53,68r41,0","w":324},"\u00d8":{"d":"202,-270v23,-1,41,6,54,12r29,-35r34,27r-29,34v19,23,33,62,23,102v-21,82,-74,139,-179,136v-15,0,-28,-5,-39,-11r-28,30r-34,-27r27,-31v-21,-20,-33,-57,-25,-97v16,-81,75,-135,167,-140xm131,-48v87,30,162,-66,123,-142xm218,-216v-82,-28,-164,62,-122,142","w":302},"\u221e":{},"\u00b1":{"d":"26,-42r181,0r-7,42r-182,0xm126,-205r42,0r-9,49r70,0r-8,42r-70,0r-10,51r-41,0r9,-51r-69,0r7,-42r70,0","w":216},"\u2264":{},"\u2265":{},"\u00a5":{"d":"87,-67r-69,0r6,-32r69,0r-13,-38r-51,0r6,-31r34,0r-32,-98r54,0r35,123r81,-123r54,0r-68,98r34,0r-6,31r-51,0r-27,38r68,0r-6,32r-69,0r-12,67r-49,0","w":201},"\u00b5":{"d":"115,-40v70,-6,52,-102,71,-159r48,0r-37,199r-44,0v0,-7,5,-16,3,-21v-12,25,-57,34,-89,21r-12,67r-48,0r50,-266r47,0r-19,139v4,12,14,21,30,20","w":207},"\u2202":{},"\u03a3":{},"\u220f":{},"\u03c0":{},"\u222b":{},"\u00aa":{"d":"36,-136r112,0r-4,22r-112,0xm49,-202v0,-48,51,-85,91,-58v3,1,4,9,6,7r3,-15r24,0r-20,107r-24,0v0,-4,4,-11,2,-14v-19,30,-82,23,-82,-27xm76,-196v16,29,68,10,63,-25v-7,-43,-61,-23,-64,9","w":129},"\u00ba":{"d":"36,-136r111,0r-4,22r-111,0xm50,-206v-5,-65,120,-95,112,-12v-3,33,-28,58,-66,58v-29,0,-45,-18,-46,-46xm112,-246v-18,-1,-36,16,-36,37v0,43,57,23,61,-6v3,-17,-8,-30,-25,-31","w":129},"\u03a9":{},"\u00e6":{"d":"294,-203v80,-17,124,56,96,125r-155,0v1,44,70,47,95,21r52,-1v-23,35,-56,64,-112,64v-23,0,-40,-9,-48,-25r-5,25r-43,0r4,-26v-14,17,-35,26,-65,26v-59,0,-96,-44,-84,-104v12,-61,57,-109,132,-107v21,1,37,11,47,25r5,-26r44,0r-5,25v11,-10,26,-18,42,-22xm123,-40v42,0,65,-29,70,-69v-3,-28,-17,-47,-48,-49v-68,-5,-101,118,-22,118xm350,-121v-2,-46,-78,-46,-97,-13v-4,3,-8,12,-10,13r107,0","w":388},"\u00f8":{"d":"27,-80v3,-89,85,-140,169,-118r17,-20r32,24r-18,21v51,89,-37,209,-149,172r-17,19r-31,-24r16,-20v-11,-13,-19,-30,-19,-54xm112,-41v53,13,93,-37,80,-91xm162,-158v-57,-7,-97,39,-81,92","w":237},"\u00bf":{"d":"156,-132v-1,71,-69,73,-82,131v7,44,68,21,68,-10r48,-1v-12,49,-44,80,-99,84v-62,5,-82,-77,-46,-119v23,-27,62,-37,63,-85r48,0xm160,-154r-48,0r9,-45r48,0","w":201},"\u00a1":{"d":"98,-132r-36,199r-48,0r36,-199r48,0xm111,-199r-9,45r-48,0r9,-45r48,0"},"\u00ac":{},"\u221a":{},"\u0192":{"d":"217,-253v-27,4,-39,20,-47,42r33,0r-14,42r-33,0r-66,175v-17,31,-57,55,-105,45r14,-41v45,10,57,-28,68,-60r43,-119r-34,0r14,-42r35,0v16,-46,45,-88,108,-83","w":201},"\u2248":{},"\u2206":{},"\u00ab":{"d":"31,-96r6,-36r59,-47r-8,44r-28,21r20,21r-8,44xm107,-96r7,-36r59,-47r-8,44r-28,21r20,21r-8,44","w":165},"\u00bb":{"d":"44,-93r28,-21r-21,-21r8,-44r42,47r-7,36r-59,47xm120,-93r29,-21r-21,-21r8,-44r41,47r-6,36r-59,47","w":165},"\u2026":{"d":"45,-48r48,0r-9,48r-48,0xm165,-48r48,0r-9,48r-48,0xm285,-48r48,0r-9,48r-48,0","w":360},"\u00c0":{"d":"163,-266r38,0r63,266r-54,0r-17,-69r-94,0r-42,69r-54,0xm183,-117r-13,-80r-44,80r57,0xm173,-369r71,49r-25,33r-73,-45","w":266},"\u00c3":{"d":"163,-266r38,0r63,266r-54,0r-17,-69r-94,0r-42,69r-54,0xm183,-117r-13,-80r-44,80r57,0xm249,-306v-22,35,-71,-4,-104,15v-27,-36,16,-55,50,-39v14,6,33,5,42,-6","w":266},"\u00d5":{"d":"200,-270v74,-3,129,58,112,139v-17,77,-73,135,-164,137v-79,2,-128,-55,-113,-137v14,-79,74,-135,165,-139xm191,-222v-61,0,-108,47,-108,106v0,45,27,75,74,75v63,0,108,-44,108,-108v0,-46,-28,-73,-74,-73xm267,-306v-22,35,-71,-4,-104,15v-27,-36,16,-55,50,-39v14,6,33,5,42,-6","w":302},"\u0152":{"d":"199,-270v36,0,63,12,77,35v4,-9,4,-21,7,-31r128,0r-9,48r-79,0r-11,61r75,0r-9,48r-75,0r-11,61r78,0r-9,48r-127,0v1,-9,6,-22,4,-30v-19,23,-51,35,-91,35v-77,0,-124,-56,-109,-137v14,-77,71,-138,161,-138xm190,-221v-60,1,-104,45,-104,107v0,44,27,71,72,71v62,0,104,-44,104,-106v0,-42,-26,-72,-72,-72","w":381},"\u0153":{"d":"310,-205v69,-3,105,64,79,127r-154,0v2,45,69,45,95,21r51,-1v-21,36,-54,63,-109,64v-35,0,-59,-16,-70,-40v-20,22,-45,40,-87,40v-62,0,-97,-45,-86,-104v12,-61,55,-107,125,-107v35,0,59,17,72,40v21,-20,45,-39,84,-40xm193,-111v0,-80,-109,-45,-116,10v-5,37,12,61,46,61v42,0,70,-28,70,-71xm303,-158v-32,-1,-51,20,-61,37r106,0v-3,-24,-19,-36,-45,-37","w":388},"\u2014":{"d":"25,-136r360,0r-8,43r-360,0","w":360},"\u201c":{"d":"105,-173r-48,0v11,-45,10,-99,66,-97v2,28,-28,24,-30,49r21,0xm132,-173v9,-47,9,-96,65,-97v3,29,-28,23,-30,49r22,0r-9,48r-48,0","w":172},"\u201d":{"d":"122,-266v-8,47,-10,99,-65,99r4,-25v16,-1,25,-10,26,-26r-21,0r9,-48r47,0xm197,-266v-9,46,-10,100,-66,99r5,-25v14,-3,25,-9,25,-26r-21,0r9,-48r48,0","w":172},"\u2018":{"d":"58,-173v8,-48,14,-99,65,-97v3,29,-27,23,-29,49r21,0r-9,48r-48,0"},"\u2019":{"d":"123,-266v-9,46,-10,100,-66,99r5,-25v16,-1,24,-10,25,-26r-21,0r9,-48r48,0"},"\u00f7":{},"\u25ca":{},"\u00ff":{"d":"79,-19r-40,-180r55,0r22,127r71,-127r55,0r-164,266r-52,0xm91,-271r48,0r-9,48r-48,0xm167,-271r48,0r-9,48r-48,0","w":208},"\u0178":{"d":"107,-98r-57,-168r55,0r35,122r81,-122r54,0r-119,168r-18,98r-49,0xm111,-338r48,0r-9,48r-48,0xm186,-338r48,0r-9,48r-48,0","w":223},"\u2215":{"d":"116,-266r34,0r-159,266r-35,0","w":57},"\u00a4":{"d":"212,-191v13,31,3,75,-18,94r13,15r-33,29r-12,-16v-23,18,-73,20,-95,1r-19,15r-23,-29v34,-14,-1,-52,22,-85v5,-8,8,-16,14,-23r-13,-16r34,-29v13,28,35,3,62,3v19,0,33,6,45,13r19,-16r22,29xm85,-121v20,41,92,16,88,-30v-6,-62,-86,-34,-90,10v0,7,-1,14,2,20","w":201},"\u2039":{"d":"31,-96r6,-36r59,-47r-8,44r-28,21r20,21r-8,44","w":86},"\u203a":{"d":"44,-93r28,-21r-21,-21r8,-44r42,47r-7,36r-59,47","w":86},"\uf001":{"d":"57,-199v11,-41,35,-75,91,-71r-8,46v-20,1,-32,6,-35,25r28,0r-8,42r-28,0r-29,157r-48,0r29,-157r-17,0r8,-42r17,0xm155,-199r48,0r-37,199r-48,0xm167,-266r48,0r-8,43r-48,0","w":187},"\uf002":{"d":"57,-199v11,-41,36,-75,91,-71r-8,46v-20,1,-32,6,-35,25r28,0r-8,42r-28,0r-29,157r-48,0r29,-157r-17,0r8,-42r17,0xm166,0r-48,0r49,-266r48,0","w":187},"\u2021":{"d":"163,-213r58,0r-8,42r-58,0r-7,35r59,0r-8,43r-59,0r-26,139r-47,0r26,-139r-58,0r7,-43r58,0r7,-35r-58,0r8,-42r58,0r10,-53r47,0","w":201},"\u2219":{"d":"51,-138r48,0r-8,48r-48,0"},"\u201a":{},"\u201e":{"d":"82,-48v-11,43,-8,100,-66,98v-3,-28,29,-23,30,-50r-21,0r9,-48r48,0xm157,-48v-9,45,-10,99,-66,98r4,-24v15,-2,25,-10,26,-26r-21,0r9,-48r48,0","w":172},"\u2030":{"d":"312,-59v-5,36,-33,64,-77,65v-38,1,-57,-25,-53,-64v7,-70,144,-94,130,-1xm272,-62v-5,-36,-51,-19,-51,6v0,14,7,23,21,23v17,-1,28,-12,30,-29xm407,-122v34,-2,60,27,53,64v-7,37,-34,64,-77,64v-37,0,-60,-26,-53,-64v7,-36,35,-61,77,-64xm420,-62v-3,-36,-48,-19,-50,4v-1,15,5,26,21,25v16,-1,30,-11,29,-29xm240,-266r36,0r-159,266r-37,0xm45,-194v-5,-75,131,-111,131,-24v0,46,-31,77,-77,77v-33,0,-52,-19,-54,-53xm105,-181v30,0,44,-49,10,-49v-15,0,-30,13,-30,29v0,12,7,20,20,20","w":460},"\u00c2":{"d":"163,-266r38,0r63,266r-54,0r-17,-69r-94,0r-42,69r-54,0xm183,-117r-13,-80r-44,80r57,0xm179,-339r38,0r43,49r-52,0r-15,-23r-25,23r-52,0","w":266},"\u00ca":{"d":"74,-266r143,0r-9,48r-94,0r-11,61r90,0r-9,48r-90,0r-11,61r93,0r-9,48r-143,0xm139,-339r38,0r43,49r-52,0r-15,-23r-24,23r-52,0","w":187},"\u00c1":{"d":"163,-266r38,0r63,266r-54,0r-17,-69r-94,0r-42,69r-54,0xm183,-117r-13,-80r-44,80r57,0xm144,-320r90,-48r12,37r-90,44","w":266},"\u00cb":{"d":"74,-266r143,0r-9,48r-94,0r-11,61r90,0r-9,48r-90,0r-11,61r93,0r-9,48r-143,0xm93,-338r48,0r-9,48r-48,0xm168,-338r48,0r-9,48r-48,0","w":187},"\u00c8":{"d":"74,-266r143,0r-9,48r-94,0r-11,61r90,0r-9,48r-90,0r-11,61r93,0r-9,48r-143,0xm134,-369r70,49r-25,33r-73,-45","w":187},"\u00cd":{"d":"74,-266r49,0r-49,266r-50,0xm61,-320r90,-48r12,37r-90,44"},"\u00ce":{"d":"74,-266r49,0r-49,266r-50,0xm96,-339r38,0r43,49r-52,0r-15,-23r-24,23r-53,0"},"\u00cf":{"d":"74,-266r49,0r-49,266r-50,0xm50,-338r48,0r-9,48r-48,0xm125,-338r48,0r-9,48r-48,0"},"\u00cc":{"d":"74,-266r49,0r-49,266r-50,0xm90,-369r71,49r-25,33r-73,-45"},"\u00d3":{"d":"200,-270v74,-3,129,58,112,139v-17,77,-73,135,-164,137v-79,2,-128,-55,-113,-137v14,-79,74,-135,165,-139xm191,-222v-61,0,-108,47,-108,106v0,45,27,75,74,75v63,0,108,-44,108,-108v0,-46,-28,-73,-74,-73xm162,-320r90,-48r12,37r-90,44","w":302},"\u00d4":{"d":"200,-270v74,-3,129,58,112,139v-17,77,-73,135,-164,137v-79,2,-128,-55,-113,-137v14,-79,74,-135,165,-139xm191,-222v-61,0,-108,47,-108,106v0,45,27,75,74,75v63,0,108,-44,108,-108v0,-46,-28,-73,-74,-73xm197,-339r38,0r43,49r-52,0r-15,-23r-25,23r-52,0","w":302},"\uf000":{},"\u00d2":{},"\u00da":{"d":"176,-16v-58,47,-151,12,-133,-83r31,-167r49,0r-32,203v7,35,66,21,73,-5v17,-60,26,-133,40,-198r49,0r-35,186v-7,28,-22,48,-42,64xm126,-320r90,-48r12,37r-90,44","w":230},"\u00db":{"d":"176,-16v-58,47,-151,12,-133,-83r31,-167r49,0r-32,203v7,35,66,21,73,-5v17,-60,26,-133,40,-198r49,0r-35,186v-7,28,-22,48,-42,64xm161,-339r38,0r43,49r-52,0r-15,-23r-25,23r-52,0","w":230},"\u00d9":{"d":"176,-16v-58,47,-151,12,-133,-83r31,-167r49,0r-32,203v7,35,66,21,73,-5v17,-60,26,-133,40,-198r49,0r-35,186v-7,28,-22,48,-42,64xm155,-369r71,49r-25,33r-73,-45","w":230},"\u0131":{"d":"57,-199r47,0r-37,199r-48,0","w":86},"\u02dc":{"d":"130,-273r38,0r44,50r-53,0r-15,-23r-24,23r-52,0","w":194},"\u02c6":{"d":"190,-239v-29,33,-72,-2,-104,14v-27,-34,14,-56,48,-39v13,7,35,5,44,-5","w":172},"\u02c9":{"d":"75,-263r100,0r-7,40r-100,0","w":151},"\u02d8":{"d":"196,-272v-5,56,-124,75,-119,0r36,0v3,23,42,16,47,1","w":172},"\u02d9":{"d":"77,-271r48,0r-9,48r-48,0"},"\u02da":{"d":"74,-253v-3,-43,75,-64,76,-11v1,41,-73,61,-76,11xm125,-266v-6,-14,-28,-4,-27,9v3,19,27,10,28,-4","w":129},"\u00b8":{"d":"67,20v38,13,18,73,-23,70v-19,-1,-29,-10,-29,-29v18,-5,18,10,34,11v20,2,28,-34,5,-35v-8,0,-14,4,-18,9r-17,-4r20,-42r19,0v-2,7,-10,16,-10,21v2,-3,14,-3,19,-1","w":122},"\u02ba":{"d":"73,-252r86,-52r15,34r-88,47xm176,-252r86,-52r14,34r-87,47","w":252},"\u02db":{"d":"19,45v3,-33,26,-47,64,-45v-15,6,-43,32,-19,44v9,1,15,-1,21,-4v-2,19,-4,37,-31,33v-19,-2,-37,-7,-35,-28","w":122},"\u02c7":{"d":"129,-273r16,23r23,-23r53,0r-62,50r-38,0r-44,-50r52,0","w":194},"\u0141":{"d":"57,-94r-39,27r9,-49r39,-27r23,-123r49,0r-16,89r54,-37r-9,48r-54,37r-15,81r81,0r-9,48r-130,0","w":172},"\u0142":{"d":"55,-104r-34,22r10,-50r33,-23r21,-111r47,0r-14,78r33,-23r-9,51r-33,22r-26,138r-48,0","w":115},"\u0160":{"d":"90,6v-48,0,-77,-30,-71,-81r52,0v-4,21,8,35,30,34v26,-1,40,-16,42,-41v-9,-57,-107,-24,-92,-113v8,-44,42,-75,93,-75v42,0,69,30,63,75v-15,-3,-42,7,-50,-4v-7,-39,-57,-21,-58,8v14,51,111,26,93,114v-10,47,-45,83,-102,83xm138,-339r16,23r23,-23r53,0r-62,49r-38,0r-44,-49r52,0","w":187},"\u0161":{"d":"94,-82v-30,-7,-57,-22,-53,-62v6,-65,129,-88,133,-10r-1,10v-13,-3,-32,0,-47,-1v-3,-21,-37,-15,-38,4v-1,15,13,15,24,19v57,2,67,80,22,108v-36,35,-132,24,-116,-48r49,-1v1,13,6,24,23,23v15,-1,22,-9,25,-22v-1,-13,-12,-16,-21,-20xm111,-273r16,23r23,-23r53,0r-62,50r-38,0r-44,-50r52,0","w":158},"\u017d":{},"\u017e":{},"\u00a6":{},"\u00d0":{"d":"279,-156v-6,125,-98,166,-239,156r21,-115r-35,0r7,-38r35,0r21,-113v101,-4,195,7,190,110xm98,-48v79,4,128,-27,131,-100v2,-57,-43,-70,-100,-70r-12,65r42,0r-7,38r-42,0","w":267},"\u00f0":{"d":"127,-246v-12,-7,-26,-12,-37,-20v24,1,52,-3,66,7r39,-18r27,12r-39,18v35,31,72,70,60,139v-11,66,-55,114,-128,114v-60,0,-94,-43,-86,-105v9,-68,93,-127,157,-95v-9,-16,-24,-26,-38,-36r-37,17r-26,-13xm194,-110v-11,-83,-113,-44,-118,13v-3,36,14,57,48,57v42,0,67,-28,70,-70","w":230},"\u00dd":{},"\u00fd":{},"\u00de":{"d":"221,-149v0,74,-60,105,-138,99r-9,50r-50,0r50,-266r49,0r-9,50v59,-1,107,10,107,67xm170,-133v6,-36,-33,-34,-65,-35r-13,70v38,2,72,-3,78,-35","w":201},"\u00fe":{"d":"127,6v-29,1,-45,-10,-56,-28r-16,89r-48,0r62,-333r48,0r-17,87v17,-13,35,-27,66,-26v59,2,93,44,81,106v-11,57,-51,103,-120,105xm153,-158v-60,-7,-104,96,-36,117v49,4,83,-24,83,-69v0,-29,-17,-45,-47,-48","w":237},"\u2212":{},"\u00d7":{},"\u00b9":{},"\u00b2":{},"\u00b3":{},"\u00bd":{"d":"233,-266r34,0r-159,266r-34,0xm213,-130v26,-56,142,-27,99,39v-18,28,-49,45,-77,64r69,0r-5,27r-112,0r5,-27v30,-25,66,-45,93,-74v8,-15,1,-35,-18,-33v-19,2,-29,13,-32,30r-31,0v3,-9,3,-18,9,-26xm100,-239r-22,0r5,-27r53,0r-29,159r-32,0","w":302},"\u00bc":{},"\u00be":{},"\u20a3":{},"\u011e":{},"\u011f":{},"\u0130":{},"\u015e":{},"\u015f":{},"\u0106":{},"\u0107":{},"\u010c":{},"\u010d":{},"\u0111":{},"\u2192":{"w":180},"\u2302":{},"\u2013":{"d":"25,-136r180,0r-8,43r-180,0","w":180},"\u00ad":{"w":180},"\u25a0":{"w":180},"\u2022":{"d":"192,-125v6,72,-119,103,-124,22v-6,-71,118,-102,124,-22","w":216},"\u00af":{},"\u00b0":{},"\u00b7":{},"\u2017":{},"\u203c":{},"\u207f":{},"\u20a7":{},"\u0393":{},"\u0398":{},"\u03a6":{},"\u03b1":{},"\u03b4":{},"\u03b5":{},"\u03c3":{},"\u03c4":{},"\u03c6":{},"\u2190":{},"\u2191":{},"\u2193":{},"\u2194":{},"\u2195":{},"\u21a8":{},"\u221f":{},"\u2229":{},"\u2261":{},"\u2310":{},"\u2320":{},"\u2321":{},"\u25ac":{},"\u25cb":{},"\u25b2":{},"\u25ba":{},"\u25bc":{},"\u25c4":{},"\u25d8":{},"\u25d9":{},"\u0158":{},"\u2580":{},"\u2584":{},"\u2588":{},"\u258c":{},"\u2590":{},"\u2591":{},"\u2592":{},"\u2593":{},"\u263a":{},"\u263b":{},"\u263c":{},"\u2640":{},"\u2642":{},"\u2660":{},"\u2663":{},"\u2665":{},"\u2666":{},"\u266a":{},"\u266b":{},"\u0102":{},"\u0103":{},"\u0104":{},"\u0105":{},"\u010e":{},"\u010f":{},"\u0110":{},"\u0118":{},"\u0119":{},"\u011a":{},"\u011b":{},"\u0139":{},"\u013a":{},"\u013d":{},"\u013e":{},"\u0143":{},"\u0144":{},"\u0147":{},"\u0148":{},"\u0150":{},"\u0151":{},"\u0154":{},"\u0155":{},"\u0159":{},"\u015a":{},"\u015b":{},"\u0162":{},"\u0163":{},"\u0164":{},"\u0165":{},"\u016e":{},"\u016f":{},"\u0171":{},"\u0170":{},"\u0179":{},"\u017a":{},"\u017b":{},"\u017c":{},"\u013f":{},"\u0140":{},"\u2500":{},"\u2502":{},"\u250c":{},"\u2510":{},"\u2514":{},"\u2518":{},"\u251c":{},"\u2524":{},"\u252c":{},"\u2534":{},"\u253c":{},"\u2550":{},"\u2551":{},"\u2552":{},"\u2553":{},"\u2554":{},"\u2555":{},"\u2556":{},"\u2557":{},"\u2558":{},"\u2559":{},"\u255a":{},"\u255b":{},"\u255c":{},"\u255d":{},"\u255e":{},"\u255f":{},"\u2560":{},"\u2561":{},"\u2562":{},"\u2563":{},"\u2564":{},"\u2565":{},"\u2566":{},"\u2567":{},"\u2568":{},"\u2569":{},"\u256a":{},"\u256b":{},"\u256c":{}}});

Cufon.registerFont({"w":256,"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":"-61 -382 415 110","underline-thickness":"20.918","underline-position":"-24.2578","unicode-range":"U+0020-U+F108"},"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","w":235},"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","w":235},"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":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm95,-312v0,-20,18,-37,38,-37v20,0,37,17,37,37v0,20,-17,38,-37,38v-20,0,-39,-17,-38,-38xm152,-312v0,-9,-9,-20,-19,-19v-10,-1,-20,9,-20,19v0,10,10,19,20,19v9,0,19,-10,19,-19","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":"32,0r0,-259r5,0r172,198r0,-198r26,0r0,259r-6,0r-171,-195r0,195r-26,0xm69,-302v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13","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","w":235},"\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":"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,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","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":"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,-77xm59,-250v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13","w":245},"\u00e5":{"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,-77xm85,-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,-19","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":"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,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,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,-191r25,0r0,191r-25,0r0,-191xm25,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","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":"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,-173xm46,-250v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13","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","w":235},"\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","w":235},"\u00f4":{"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,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":235},"\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","w":235},"\u00f5":{"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,-77xm54,-250v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13","w":235},"\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":"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,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","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},"\u2020":{"d":"86,-265r26,0r-4,80r63,-3r0,26r-63,-5r5,222r-27,0r5,-222r-63,5r0,-26r63,3","w":199},"\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},"\u2022":{"d":"55,-131v0,-28,26,-54,54,-54v28,0,54,26,54,54v0,28,-26,54,-54,54v-28,0,-54,-26,-54,-54","w":218},"\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},"\u2122":{"d":"346,-266r0,152r-27,0r0,-125r-56,125r-18,0r-54,-125r0,125r-26,0r0,-152r42,0r47,105r50,-105r42,0xm135,-266r0,24r-53,0r0,128r-27,0r0,-128r-53,0r0,-24r133,0","w":360},"\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},"\u2260":{"d":"130,-180r58,0r0,24r-67,0r-20,53r87,0r0,24r-97,0r-33,86r-24,0r33,-86r-57,0r0,-24r66,0r21,-53r-87,0r0,-24r96,0r32,-85r25,0","w":197},"\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},"\u221e":{"d":"27,-126v0,-54,67,-62,94,-17v23,-25,27,-41,58,-41v30,0,51,23,51,57v0,36,-20,59,-51,59v-31,0,-36,-17,-58,-41v-27,45,-94,37,-94,-17xm210,-125v0,-30,-27,-50,-50,-32v-6,4,-15,14,-27,31v16,21,20,38,46,38v19,0,31,-16,31,-37xm46,-126v5,38,44,32,63,0v-14,-28,-60,-41,-63,0"},"\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},"\u2264":{"d":"190,-85r0,26r-182,-82r0,-23r182,-83r0,26r-148,68xm190,-41r0,24r-182,0r0,-24r182,0","w":197},"\u2265":{"d":"8,-85r148,-68r-148,-68r0,-26r182,83r0,23r-182,82r0,-26xm190,-41r0,24r-182,0r0,-24r182,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},"\u2202":{"d":"151,-162v-1,-44,-2,-78,-36,-78v-17,0,-30,14,-40,40r-24,-11v13,-28,31,-51,63,-51v45,0,56,47,57,99v0,87,-32,162,-107,167v-34,2,-55,-26,-54,-61v3,-72,58,-105,141,-105xm41,-53v0,35,37,41,63,20v27,-22,41,-58,46,-107v-70,1,-109,28,-109,87","w":177},"\u2211":{"d":"24,-270r218,0r0,29r-174,0r107,140r-114,148r183,0r0,28r-223,0r0,-33r109,-142r-106,-139r0,-31"},"\u220f":{"d":"28,-270r240,0r0,345r-34,0r0,-314r-172,0r0,314r-34,0r0,-345","w":296},"\uf006":{"d":"0,-187r198,0r0,28r-29,0r0,159r-33,0r0,-159r-75,0r0,159r-33,0r0,-159r-28,0r0,-28","w":197},"\u222b":{"d":"0,17v1,-25,28,-14,37,-6v5,0,6,-5,6,-10r-8,-168v5,-51,-12,-153,41,-160v12,-1,22,8,22,18v1,11,-6,19,-16,19v-7,0,-27,-22,-27,1v4,99,12,120,5,242v-3,52,-3,81,-39,86v-12,2,-21,-10,-21,-22","w":98},"\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},"\u2126":{"d":"64,-137v0,52,23,89,60,105r0,32r-102,0r0,-30r65,2v-37,-24,-61,-55,-61,-113v0,-74,43,-121,116,-123v69,-2,115,54,114,123v-1,56,-25,89,-61,113r64,-1r0,29r-101,0r0,-31v79,-24,88,-206,-17,-205v-51,1,-77,43,-77,99","w":276},"\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","w":235},"\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},"\u221a":{"d":"184,-329r13,0r-55,343r-87,-180r-35,16r-6,-11r53,-27r71,145","w":197},"\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},"\u2248":{"d":"143,-160v21,0,22,-7,45,-20r0,29v-20,10,-25,15,-44,17v-22,2,-66,-29,-88,-29v-20,0,-27,7,-47,19r0,-28v20,-10,25,-16,45,-17v22,-2,66,29,89,29xm143,-95v21,0,22,-7,45,-19r0,28v-20,10,-25,15,-44,17v-21,2,-66,-28,-88,-28v-21,0,-27,6,-47,18r0,-28v20,-10,25,-16,45,-17v23,-2,65,29,89,29","w":197},"\u2206":{"d":"216,0r-211,0r110,-244xm174,-14r-70,-170r-77,170r147,0","w":220},"\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},"\u2026":{"d":"158,-17v0,-27,44,-28,44,0v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22xm38,-17v0,-27,44,-28,44,0v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22xm278,-17v0,-27,44,-28,44,0v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22","w":360},"\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":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm69,-302v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13","w":266},"\u00d5":{"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,-110xm92,-302v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13","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},"\u2013":{"d":"-2,-112r184,0r0,23r-184,0r0,-23","w":180},"\u2014":{"d":"-2,-112r364,0r0,23r-364,0r0,-23","w":360},"\u201c":{"d":"51,-265r14,8v-7,17,-11,21,-13,40r16,0r0,48r-32,0v0,-41,-1,-70,15,-96xm129,-265r14,8v-7,17,-11,21,-13,40r16,0r0,48r-32,0v0,-41,-1,-70,15,-96","w":180},"\u201d":{"d":"127,-169r-14,-7v7,-17,11,-21,13,-41r-16,0r0,-48r32,0v0,41,1,70,-15,96xm49,-169r-14,-7v7,-17,11,-21,12,-41r-15,0r0,-48r32,0v0,41,1,70,-15,96","w":174},"\u2018":{"d":"65,-265r14,8v-7,17,-11,21,-13,40r16,0r0,48r-32,0v0,-41,-1,-70,15,-96","w":126},"\u2019":{"d":"61,-169r-14,-7v7,-17,11,-21,13,-41r-16,0r0,-48r32,0v0,41,1,70,-15,96","w":126},"\u00f7":{"d":"81,-212r35,0r0,35r-35,0r0,-35xm10,-141r178,0r0,24r-178,0r0,-24xm81,-82r35,0r0,36r-35,0r0,-36","w":197},"\u25ca":{"d":"97,-250r73,125r-73,125r-20,0r-69,-125r69,-125r20,0xm87,-233r-60,108r60,108r63,-108","w":177},"\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},"\u2044":{"d":"-61,7r162,-272r20,0r-163,272r-19,0","w":59},"\u2215":{"d":"-61,7r162,-272r20,0r-163,272r-19,0","w":59},"\u20ac":{"d":"195,4v-83,12,-144,-32,-161,-95r-26,0r6,-24r16,0v-1,-14,-1,-17,0,-30r-22,0r7,-25r20,0v18,-61,81,-107,162,-92r-7,24v-61,-10,-109,23,-127,68r113,0r-7,25r-112,0v-1,10,-2,19,0,30r104,0r-6,24r-93,0v16,48,69,83,133,70r0,25","w":199},"\u2039":{"d":"78,-191r-39,96r39,95r-26,0r-39,-95r39,-96r26,0","w":90},"\u203a":{"d":"12,0r40,-96r-40,-95r26,0r39,95r-39,96r-26,0","w":90},"\uf001":{"d":"40,-191v-12,-68,49,-99,95,-66v11,8,15,21,16,35r-25,0v-3,-16,-13,-24,-29,-24v-30,0,-33,21,-32,55r39,0r0,21r-39,0r0,170r-25,0r0,-170r-25,0r0,-21r25,0xm126,-191r25,0r0,191r-25,0r0,-191","w":175},"\ufb01":{"d":"40,-191v-12,-68,49,-99,95,-66v11,8,15,21,16,35r-25,0v-3,-16,-13,-24,-29,-24v-30,0,-33,21,-32,55r39,0r0,21r-39,0r0,170r-25,0r0,-170r-25,0r0,-21r25,0xm126,-191r25,0r0,191r-25,0r0,-191","w":175},"\uf002":{"d":"127,-196v12,-51,-42,-67,-58,-31v-1,5,-2,17,-2,36r39,0r0,22r-39,0r0,169r-26,0r0,-169r-25,0r0,-22r25,0v-2,-51,12,-79,56,-79v41,0,55,23,55,75r0,195r-25,0r0,-196","w":174},"\ufb02":{"d":"127,-196v12,-51,-42,-67,-58,-31v-1,5,-2,17,-2,36r39,0r0,22r-39,0r0,169r-26,0r0,-169r-25,0r0,-22r25,0v-2,-51,12,-79,56,-79v41,0,55,23,55,75r0,195r-25,0r0,-196","w":174},"\u2021":{"d":"86,-265r26,0r-4,62r63,-4r0,26r-63,-5v4,54,4,107,0,161r63,-4r0,26r-63,-5r4,63r-26,0r5,-63r-63,5r0,-26r63,4v-5,-54,-5,-107,0,-161r-63,5r0,-26r63,4","w":199},"\u2219":{"d":"28,-129v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,27,-44,28,-44,0","w":99},"\u201a":{"d":"62,48r-14,-7v7,-17,11,-21,12,-41r-15,0r0,-48r32,0v0,41,1,70,-15,96","w":127},"\u201e":{"d":"130,48r-14,-8v7,-16,11,-20,12,-40r-15,0r0,-48r32,0v0,41,1,70,-15,96xm52,48r-14,-8v7,-16,11,-20,12,-40r-15,0r0,-48r32,0v0,41,1,70,-15,96","w":180},"\u2030":{"d":"69,-265v49,9,106,12,154,-5r20,0r-188,288r-23,0r171,-262v-22,6,-52,7,-84,7v28,38,-3,94,-50,94v-33,0,-62,-28,-60,-61v1,-35,25,-60,60,-61xm108,-204v0,-21,-19,-39,-39,-39v-20,0,-38,18,-38,39v0,20,18,38,38,38v21,0,39,-17,39,-38xm150,-53v0,-33,28,-61,61,-61v33,0,60,28,60,61v0,33,-28,61,-60,61v-33,0,-61,-28,-61,-61xm249,-53v0,-21,-17,-39,-38,-39v-21,0,-39,18,-39,39v0,21,18,38,39,38v20,0,38,-18,38,-38xm290,-53v0,-33,28,-61,61,-61v33,0,61,28,61,61v0,33,-28,61,-61,61v-33,0,-61,-28,-61,-61xm389,-53v0,-21,-17,-39,-38,-39v-21,0,-39,19,-39,39v0,20,18,38,39,38v20,0,38,-18,38,-38","w":422},"\u00c2":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm122,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":266},"\u00ca":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259xm96,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","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":"28,-259r26,0r0,259r-26,0r0,-259xm29,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","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":"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,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":312},"\uf000":{"w":284},"\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","w":235},"\u00db":{"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,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":235},"\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","w":235},"\u0131":{"d":"24,-191r25,0r0,191r-25,0r0,-191","w":72},"\u02c6":{"d":"79,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":180},"\u02dc":{"d":"15,-250v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13","w":158},"\u02c9":{"d":"27,-260r121,0r0,21r-121,0r0,-21","w":174},"\u02d8":{"d":"43,-268v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":163},"\u02d9":{"d":"20,-246v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":79},"\u02da":{"d":"22,-260v0,-20,18,-37,38,-37v20,0,37,17,37,37v0,20,-17,38,-37,38v-20,0,-39,-17,-38,-38xm79,-260v0,-9,-9,-20,-19,-19v-10,-1,-20,9,-20,19v0,10,10,19,20,19v9,0,19,-10,19,-19","w":119},"\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},"\u02dd":{"d":"83,-281r38,0r-52,54r-24,0xm139,-281r38,0r-52,54r-24,0","w":198},"\u02db":{"d":"88,67v-49,16,-75,-43,-34,-67r19,0v-14,12,-21,23,-21,34v1,16,18,22,38,18","w":108},"\u02c7":{"d":"102,-226r-24,0r-51,-45r31,0r31,27r32,-27r33,0","w":180},"\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":"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,70xm101,-278r-24,0r-51,-45r31,0r31,27r32,-27r33,0","w":179},"\u0161":{"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,-96xm81,-226r-24,0r-51,-45r31,0r31,27r32,-27r33,0","w":139},"\u017d":{"d":"21,-234r0,-25r137,0r-108,234r102,0r0,25r-142,0r109,-234r-98,0xm98,-278r-24,0r-51,-45r31,0r31,27r32,-27r33,0","w":172},"\u017e":{"d":"12,-191r140,0r-108,169r105,0r0,22r-147,0r108,-170r-98,0r0,-21xm88,-226r-24,0r-51,-45r31,0r31,27r32,-27r33,0","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","w":235},"\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},"\u2212":{"d":"20,-141r178,0r0,24r-178,0r0,-24","w":218},"\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":"31,-262r33,0r0,133r-19,0r0,-116r-26,0xm49,7r162,-272r20,0r-163,272r-19,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":"33,-262r33,0r0,133r-19,0r0,-116r-26,0xm68,7r162,-272r20,0r-163,272r-19,0xm273,-139r0,93r18,0r0,17r-18,0r0,30r-20,0r0,-30r-76,0xm253,-46r0,-43r-37,43r37,0","w":299},"\u00be":{"d":"64,-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,-37xm76,7r162,-272r20,0r-163,272r-19,0xm272,-139r0,93r18,0r0,17r-18,0r0,30r-20,0r0,-30r-76,0xm252,-46r0,-43r-37,43r37,0","w":299},"\u20a3":{"d":"57,-73r50,0r0,24r-50,0r0,49r-26,0r0,-49r-31,0r0,-24r31,0r0,-186r130,0r0,26r-104,0r0,81r104,0r0,25r-104,0r0,54","w":174},"\u011e":{"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,-136xm118,-320v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":313},"\u011f":{"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,-74xm83,-268v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":242},"\u0130":{"d":"28,-259r26,0r0,259r-26,0r0,-259xm21,-298v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","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":"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,-138xm171,-278r-24,0r-51,-45r31,0r31,27r32,-27r33,0","w":292},"\u010d":{"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,-99xm137,-226r-24,0r-51,-45r31,0r31,27r32,-27r33,0","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},"\uf003":{"d":"99,-269r0,93r18,0r0,17r-18,0r0,30r-20,0r0,-30r-76,0xm79,-176r0,-43r-37,43r37,0","w":123},"\u0102":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm96,-320v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":266},"\u0103":{"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,-77xm78,-268v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":245},"\u0104":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm265,67v-49,16,-75,-43,-34,-67r19,0v-14,12,-21,23,-21,34v1,16,18,22,38,18","w":266},"\u0105":{"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,-77xm230,67v-49,16,-75,-43,-34,-67r19,0v-14,12,-21,23,-21,34v1,16,18,22,38,18","w":245},"\u010e":{"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,-102xm129,-278r-24,0r-51,-45r31,0r31,27r32,-27r33,0","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":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259xm177,67v-49,16,-75,-43,-34,-67r19,0v-14,12,-21,23,-21,34v1,16,18,22,38,18","w":193},"\u0119":{"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,0xm155,67v-49,16,-75,-43,-34,-67r19,0v-14,12,-21,23,-21,34v1,16,18,22,38,18","w":233},"\u011a":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259xm119,-278r-24,0r-51,-45r31,0r31,27r32,-27r33,0","w":193},"\u011b":{"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,-226r-24,0r-51,-45r31,0r31,27r32,-27r33,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":"31,-259r26,0r0,234r100,0r0,25r-126,0r0,-259xm98,-162r-14,-7v7,-17,11,-21,13,-41r-16,0r0,-48r32,0v0,41,1,70,-15,96","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":"32,0r0,-259r5,0r172,198r0,-198r26,0r0,259r-6,0r-171,-195r0,195r-26,0xm146,-278r-24,0r-51,-45r31,0r31,27r32,-27r33,0","w":266},"\u0148":{"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,-173xm133,-226r-24,0r-51,-45r31,0r31,27r32,-27r33,0","w":219},"\u0149":{"d":"120,-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,-173xm5,-169r-14,-7v7,-17,11,-21,13,-41r-16,0r0,-48r32,0v0,41,1,70,-15,96","w":220},"\u0150":{"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,-110xm149,-333r38,0r-52,54r-24,0xm205,-333r38,0r-52,54r-24,0","w":312},"\u0151":{"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,-77xm113,-281r38,0r-52,54r-24,0xm169,-281r38,0r-52,54r-24,0","w":235},"\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":"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,-45xm115,-278r-24,0r-51,-45r31,0r31,27r32,-27r33,0","w":218},"\u0159":{"d":"43,0r-25,0r0,-191r25,0r0,28v15,-23,40,-43,72,-27r-13,21v-75,-15,-56,95,-59,169xm70,-226r-24,0r-51,-45r31,0r31,27r32,-27r33,0","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":"6,-233r0,-26r142,0r0,26r-58,0r0,233r-26,0r0,-233r-58,0xm91,-278r-24,0r-51,-45r31,0r31,27r32,-27r33,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":"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,266xm74,-312v0,-20,18,-37,38,-37v20,0,37,17,37,37v0,20,-17,38,-37,38v-20,0,-39,-17,-38,-38xm131,-312v0,-9,-9,-20,-19,-19v-10,-1,-20,9,-20,19v0,10,10,19,20,19v9,0,19,-10,19,-19","w":235},"\u016f":{"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,196xm65,-260v0,-20,18,-37,38,-37v20,0,37,17,37,37v0,20,-17,38,-37,38v-20,0,-39,-17,-38,-38xm122,-260v0,-9,-9,-20,-19,-19v-10,-1,-20,9,-20,19v0,10,10,19,20,19v9,0,19,-10,19,-19","w":218},"\u0170":{"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,266xm113,-333r38,0r-52,54r-24,0xm169,-333r38,0r-52,54r-24,0","w":235},"\u0171":{"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,196xm105,-281r38,0r-52,54r-24,0xm161,-281r38,0r-52,54r-24,0","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":"21,-234r0,-25r137,0r-108,234r102,0r0,25r-142,0r109,-234r-98,0xm60,-298v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":172},"\u017c":{"d":"12,-191r140,0r-108,169r105,0r0,22r-147,0r108,-170r-98,0r0,-21xm51,-246v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":152},"\uf100":{"d":"31,-258r156,0r0,31r-122,0r0,227r-34,0r0,-258","w":195},"\uf101":{"d":"20,-129v-1,-78,39,-136,116,-135v74,0,114,56,113,136v0,78,-36,135,-113,135v-81,-1,-115,-54,-116,-136xm213,-131v0,-58,-24,-105,-77,-105v-57,1,-81,42,-80,106v1,64,19,109,78,109v58,0,79,-44,79,-110xm86,-146r97,0r0,30r-97,0r0,-30","w":268},"\uf102":{"d":"20,-127v0,-69,40,-101,114,-103r0,-34r34,0r0,34v75,3,113,37,113,103v0,66,-38,100,-113,103r0,55r-34,0r0,-55v-76,-3,-114,-37,-114,-103xm134,-203v-51,0,-77,26,-77,76v0,48,26,73,77,76r0,-152xm168,-203r0,152v51,-1,76,-26,76,-76v0,-50,-25,-75,-76,-76","w":301},"\uf103":{"d":"18,-89v0,-58,30,-101,85,-101v29,0,49,12,63,35r8,-32r34,0v-17,62,-16,129,3,187r-36,0v-4,-13,-6,-25,-8,-34v-40,75,-149,32,-149,-55xm163,-93v0,-41,-14,-73,-54,-73v-38,0,-54,31,-54,74v0,40,17,73,54,73v39,0,54,-29,54,-74","w":226},"\uf104":{"d":"18,-85v1,-55,39,-87,97,-81v-28,-23,-46,-30,-46,-64v0,-44,65,-51,106,-38r0,23v-36,-9,-85,0,-64,34v38,40,94,64,94,127v0,52,-38,89,-94,89v-54,0,-94,-38,-93,-90xm168,-83v-1,-36,-18,-65,-55,-65v-38,0,-58,25,-58,64v0,38,19,66,57,65v34,0,57,-26,56,-64","w":223},"\uf105":{"d":"55,-82v-1,51,57,69,111,58r0,26v-80,14,-148,-18,-148,-94v0,-74,64,-111,145,-95r0,25v-56,-5,-104,4,-107,55r106,0r0,25r-107,0","w":184},"\uf106":{"d":"18,-93v0,-66,44,-96,116,-95r105,1r0,27r-60,0v52,52,20,165,-67,165v-58,0,-94,-38,-94,-98xm168,-94v0,-40,-16,-75,-56,-74v-39,0,-58,26,-58,78v0,39,18,71,57,71v41,-1,57,-31,57,-75","w":245},"\uf107":{"d":"7,-187r158,0r0,28r-62,0r0,159r-34,0r0,-159r-62,0r0,-28","w":172},"\uf108":{"d":"18,-94v0,-66,42,-93,105,-95r0,-45r33,0r0,45v61,0,103,32,103,93v0,69,-40,95,-104,99r0,65r-33,0r0,-66v-61,0,-104,-31,-104,-96xm122,-165v-46,0,-66,26,-67,71v0,48,22,73,67,73r0,-144xm156,-165r0,144v45,0,67,-25,67,-73v0,-47,-22,-70,-67,-71","w":277},"\u2017":{"d":"-2,26r184,0r0,18r-184,0r0,-18xm-2,57r184,0r0,18r-184,0r0,-18","w":180},"\u2032":{"d":"41,-184r-18,0r7,-81r26,0","w":71},"\u2033":{"d":"95,-184r-18,0r7,-81r26,0xm27,-184r-19,0r8,-81r26,0","w":111},"\u203c":{"d":"66,-265r0,200r-26,0r0,-200r26,0xm150,-265r0,200r-25,0r0,-200r25,0xm31,-17v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22xm116,-17v0,-27,44,-28,44,0v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22","w":191},"\u207f":{"d":"68,-205v-43,0,-33,57,-34,104r-21,0r0,-120r21,0r0,17v30,-39,81,-16,81,41r0,62r-20,0v-4,-39,15,-104,-27,-104","w":128},"\u20a7":{"d":"31,-259v81,-1,161,-7,162,68r13,0r0,-71r25,0r0,71v62,5,108,-22,143,21r-16,16v-13,-13,-25,-19,-38,-19v-14,0,-30,11,-29,26v6,46,83,40,83,96v0,59,-85,73,-114,29r15,-18v21,32,72,28,76,-10v-6,-47,-87,-39,-83,-96v0,-9,2,-16,6,-24r-43,0r0,170r-25,0r0,-170r-16,0v-14,51,-63,50,-133,50r0,120r-26,0r0,-259xm166,-190v0,-49,-56,-44,-109,-43r0,87v68,2,109,6,109,-44","w":390},"\u2105":{"d":"8,-201v-5,-62,87,-89,113,-34r-16,9v-20,-37,-77,-18,-77,24v0,42,57,62,77,23r16,10v-12,19,-30,29,-53,29v-36,0,-58,-30,-60,-61xm66,7r162,-272r20,0r-163,272r-19,0xm192,-60v0,-32,25,-63,57,-63v31,0,56,31,56,63v0,33,-24,63,-56,63v-33,0,-57,-30,-57,-63xm249,-16v46,0,46,-87,0,-87v-21,-1,-36,22,-36,44v0,23,16,43,36,43","w":313},"\u2113":{"d":"113,-11v-27,25,-80,20,-75,-27r0,-40r-14,18r-17,-14r31,-41v4,-58,-17,-147,41,-147v24,0,41,18,39,41v-3,43,-23,64,-50,104r0,73v0,39,20,22,45,4r0,29xm80,-241v-22,3,-9,54,-12,83v16,-28,23,-34,26,-62v1,-11,-5,-22,-14,-21","w":129},"\u2190":{"d":"86,-154r14,0v-9,20,-21,38,-34,54r280,0r0,18r-280,0v12,12,23,30,34,54r-13,0v-26,-30,-51,-50,-73,-60r0,-7v21,-8,44,-28,72,-59","w":360},"\u2191":{"d":"27,-185v31,-28,50,-51,58,-72r9,0v10,22,29,47,59,73r0,13v-24,-11,-42,-22,-54,-34r0,280r-18,0r0,-280v-16,13,-34,25,-54,34r0,-14","w":180},"\u2192":{"d":"273,-154v28,31,52,51,73,59r0,7v-22,10,-47,30,-73,60r-13,0v11,-24,22,-42,34,-54r-280,0r0,-18r280,0v-13,-16,-25,-34,-34,-54r13,0","w":360},"\u2193":{"d":"27,3r0,-14v20,9,38,22,54,35r0,-281r18,0r0,281v12,-12,30,-24,54,-35r0,14v-30,26,-49,50,-59,72r-9,0v-8,-21,-27,-44,-58,-72","w":180},"\u2194":{"d":"346,-95r0,8v-21,9,-45,29,-71,59r-14,0v8,-20,19,-38,34,-54r-230,0v15,16,26,34,34,54r-14,0v-26,-30,-50,-50,-71,-59r0,-8v21,-9,45,-29,71,-59r14,0v-8,20,-19,38,-34,54r230,0v-15,-16,-26,-34,-34,-54r14,0v26,30,50,50,71,59","w":360},"\u2195":{"d":"86,-257r8,0v9,21,29,45,59,71r0,14v-20,-8,-39,-19,-55,-34r0,230v16,-15,35,-26,55,-34r0,14v-30,26,-50,50,-59,71r-8,0v-9,-21,-29,-45,-59,-71r0,-14v20,8,38,19,54,34r0,-230v-16,15,-34,26,-54,34r0,-14v30,-26,50,-50,59,-71","w":180},"\u21a8":{"d":"86,-257r8,0v9,21,29,45,59,71r0,14v-20,-8,-39,-19,-55,-34r0,230v16,-15,35,-26,55,-34r0,14v-30,26,-50,50,-59,71r-8,0v-9,-21,-29,-45,-59,-71r0,-14v20,8,38,19,54,34r0,-230v-16,15,-34,26,-54,34r0,-14v30,-26,50,-50,59,-71xm27,92r126,0r0,17r-126,0r0,-17","w":180},"\u221f":{"d":"64,-225r17,0r0,207r208,0r0,18r-225,0r0,-225","w":352},"\u2229":{"d":"106,-239v-93,0,-57,143,-64,239r-19,0v4,-111,-26,-262,83,-262v108,0,80,145,83,262r-19,0v-7,-96,29,-239,-64,-239","w":211},"\u2261":{"d":"198,-212r0,24r-178,0r0,-24r178,0xm20,-141r178,0r0,24r-178,0r0,-24xm198,-71r0,24r-178,0r0,-24r178,0","w":218},"\u25a1":{"d":"26,-166r166,0r0,166r-166,0r0,-166xm39,-153r0,140r139,0r0,-140r-139,0","w":217},"\u25aa":{"d":"104,-160r0,82r-81,0r0,-82r81,0","w":127},"\u25ab":{"d":"104,-160r0,82r-81,0r0,-82r81,0xm91,-146r-55,0r0,54r55,0r0,-54","w":127},"\u25cf":{"d":"31,-102v0,-42,36,-77,78,-77v41,0,77,36,77,77v0,41,-36,78,-77,78v-41,0,-78,-37,-78,-78","w":217},"\u25e6":{"d":"20,-119v0,-23,21,-45,44,-44v23,0,44,19,44,44v0,23,-21,44,-44,44v-23,0,-44,-21,-44,-44xm95,-119v0,-16,-15,-31,-31,-31v-16,0,-31,14,-31,31v0,17,15,31,31,31v16,0,32,-14,31,-31","w":127},"\uf004":{"d":"57,21r22,10r-32,60r-16,-7","w":119},"\u0100":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm73,-312r121,0r0,21r-121,0r0,-21","w":266},"\u0101":{"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,-77xm63,-260r121,0r0,21r-121,0r0,-21","w":245},"\u0108":{"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,-138xm142,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":292},"\u0109":{"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,-99xm105,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":232},"\u010a":{"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,-138xm134,-298v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":292},"\u010b":{"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,-99xm100,-246v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":232},"\u0112":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259xm45,-312r121,0r0,21r-121,0r0,-21","w":193},"\u0113":{"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,0xm57,-260r121,0r0,21r-121,0r0,-21","w":233},"\u0114":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259xm58,-320v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":193},"\u0115":{"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,0xm78,-268v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":233},"\u0116":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259xm86,-298v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":193},"\u0117":{"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,0xm97,-246v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":233},"\u011c":{"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,-136xm147,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":313},"\u011d":{"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,-74xm106,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":242},"\u0120":{"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,-136xm140,-298v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":313},"\u0121":{"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,-74xm102,-246v0,-11,9,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","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":"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,-74xm119,-319r14,8v-7,17,-11,21,-13,40r16,0r0,48r-32,0v0,-41,-1,-70,15,-96","w":242},"\u0124":{"d":"31,-259r26,0r0,109r132,0r0,-109r26,0r0,259r-26,0r0,-125r-132,0r0,125r-26,0r0,-259xm112,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":245},"\u0125":{"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,-173xm98,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","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":"28,-259r26,0r0,259r-26,0r0,-259xm-23,-302v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13","w":81},"\u0129":{"d":"24,-191r25,0r0,191r-25,0r0,-191xm-28,-250v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13","w":72},"\u012a":{"d":"28,-259r26,0r0,259r-26,0r0,-259xm-20,-312r121,0r0,21r-121,0r0,-21","w":81},"\u012b":{"d":"24,-191r25,0r0,191r-25,0r0,-191xm-24,-260r121,0r0,21r-121,0r0,-21","w":72},"\u012c":{"d":"28,-259r26,0r0,259r-26,0r0,-259xm2,-320v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":81},"\u012d":{"d":"24,-191r25,0r0,191r-25,0r0,-191xm-3,-268v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":72},"\u012e":{"d":"28,-259r26,0r0,259r-26,0r0,-259xm68,67v-49,16,-75,-43,-34,-67r19,0v-14,12,-21,23,-21,34v1,16,18,22,38,18","w":81},"\u012f":{"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,-191xm63,67v-49,16,-75,-43,-34,-67r19,0v-14,12,-21,23,-21,34v1,16,18,22,38,18","w":72},"\u0134":{"d":"29,-41v36,34,87,33,87,-44r0,-174r26,0r0,175v15,96,-75,110,-127,63xm99,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","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":"31,-259r27,0r0,97r103,-97r35,0r-124,116r134,143r-35,0r-113,-121r0,121r-27,0r0,-259xm131,39v-3,27,-38,33,-66,24r4,-13v21,12,61,-9,29,-16v-3,0,-8,0,-13,2r2,-14v18,-5,46,-2,44,17","w":212},"\u0137":{"d":"27,-265r25,0r0,151r88,-77r37,0r-105,91r111,100r-35,0r-96,-86r0,86r-25,0r0,-265xm118,39v-3,27,-38,33,-66,24r4,-13v21,12,61,-9,29,-16v-3,0,-8,0,-13,2r2,-14v18,-5,46,-2,44,17","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":"31,-259r26,0r0,234r100,0r0,25r-126,0r0,-259xm116,39v-3,27,-38,33,-66,24r4,-13v21,12,61,-9,29,-16v-3,0,-8,0,-13,2r2,-14v18,-5,46,-2,44,17","w":166},"\u013c":{"d":"24,-265r24,0r0,265r-24,0r0,-265xm63,39v-3,27,-38,33,-66,24r4,-13v21,12,61,-9,29,-16v-3,0,-8,0,-13,2r2,-14v18,-5,46,-2,44,17","w":72},"\u0145":{"d":"32,0r0,-259r5,0r172,198r0,-198r26,0r0,259r-6,0r-171,-195r0,195r-26,0xm160,39v-3,27,-38,33,-66,24r4,-13v21,12,61,-9,29,-16v-3,0,-8,0,-13,2r2,-14v18,-5,46,-2,44,17","w":266},"\u0146":{"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,-173xm137,39v-3,27,-38,33,-66,24r4,-13v21,12,61,-9,29,-16v-3,0,-8,0,-13,2r2,-14v18,-5,46,-2,44,17","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":"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,-110xm96,-312r121,0r0,21r-121,0r0,-21","w":312},"\u014d":{"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,-77xm58,-260r121,0r0,21r-121,0r0,-21","w":235},"\u014e":{"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,-110xm118,-320v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":312},"\u014f":{"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,-77xm79,-268v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":235},"\u0156":{"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,-45xm133,39v-3,27,-38,33,-66,24r4,-13v21,12,61,-9,29,-16v-3,0,-8,0,-13,2r2,-14v18,-5,46,-2,44,17","w":218},"\u0157":{"d":"43,0r-25,0r0,-191r25,0r0,28v15,-23,40,-43,72,-27r-13,21v-75,-15,-56,95,-59,169xm78,39v-3,27,-38,33,-66,24r4,-13v21,12,61,-9,29,-16v-3,0,-8,0,-13,2r2,-14v18,-5,46,-2,44,17","w":108},"\u015c":{"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,70xm78,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":179},"\u015d":{"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,-96xm59,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","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":"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,266xm55,-302v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13","w":235},"\u0169":{"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,196xm45,-250v33,-42,79,15,116,-12r12,17v-34,39,-86,-20,-117,13","w":218},"\u016a":{"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,266xm57,-312r121,0r0,21r-121,0r0,-21","w":235},"\u016b":{"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,196xm49,-260r121,0r0,21r-121,0r0,-21","w":218},"\u016c":{"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,266xm79,-320v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":235},"\u016d":{"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,196xm71,-268v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":218},"\u0172":{"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,266xm153,67v-49,16,-75,-43,-34,-67r19,0v-14,12,-21,23,-21,34v1,16,18,22,38,18","w":235},"\u0173":{"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,196xm139,67v-49,16,-75,-43,-34,-67r19,0v-14,12,-21,23,-21,34v1,16,18,22,38,18","w":218},"\u0174":{"d":"17,-259r26,0r53,187r74,-187r5,0r74,187r53,-187r27,0r-74,259r-5,0r-77,-196r-78,196r-5,0xm161,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":345},"\u0175":{"d":"2,-191r25,0r58,139r62,-139r4,0r61,139r60,-139r26,0r-83,191r-5,0r-61,-137r-61,137r-5,0xm138,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":299},"\u0176":{"d":"11,-259r30,0r66,107r65,-107r30,0r-82,135r0,124r-25,0r0,-124xm95,-323r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","w":213},"\u0177":{"d":"7,-191r26,0r66,147r63,-147r27,0r-114,261r-26,0r36,-84xm85,-271r24,0r51,45r-31,0r-31,-27r-33,27r-32,0","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":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm96,-283v0,-20,18,-37,38,-37v20,0,37,17,37,37v0,20,-17,38,-37,38v-20,0,-39,-17,-38,-38xm153,-283v0,-9,-9,-20,-19,-19v-10,-1,-20,9,-20,19v0,10,10,19,20,19v9,0,19,-10,19,-19xm140,-382r38,0r-52,54r-24,0","w":266},"\u01fb":{"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,-77xm85,-253v0,-20,18,-37,38,-37v20,0,37,17,37,37v0,20,-17,38,-37,38v-20,0,-39,-17,-38,-38xm142,-253v0,-9,-9,-20,-19,-19v-10,-1,-20,9,-20,19v0,10,10,19,20,19v9,0,19,-10,19,-19xm131,-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","w":235},"\u0384":{"d":"83,-281r-5,60r-20,0r-5,-60r30,0","w":136},"\u0385":{"d":"83,-281r-5,60r-20,0r-5,-60r30,0xm127,-243v0,8,-8,16,-16,16v-8,0,-15,-8,-15,-16v0,-8,7,-15,15,-15v8,0,16,7,16,15xm40,-243v0,8,-7,16,-15,16v-8,0,-16,-8,-16,-16v0,-8,8,-15,16,-15v8,0,15,7,15,15","w":136},"\u0386":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0xm74,-265r-5,60r-20,0r-5,-60r30,0","w":266},"\u0387":{"d":"54,-196v12,0,23,9,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22","w":99},"\u0388":{"d":"48,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259xm13,-265r-5,60r-20,0r-5,-60r30,0","w":208},"\u0389":{"d":"47,-259r26,0r0,109r132,0r0,-109r26,0r0,259r-26,0r0,-125r-132,0r0,125r-26,0r0,-259xm13,-265r-5,60r-20,0r-5,-60r30,0","w":261},"\u038a":{"d":"44,-259r26,0r0,259r-26,0r0,-259xm13,-265r-5,60r-20,0r-5,-60r30,0","w":97},"\u038c":{"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,-110xm13,-265r-5,60r-20,0r-5,-60r30,0","w":312},"\u038e":{"d":"30,-259r30,0r66,107r65,-107r30,0r-82,135r0,124r-25,0r0,-124xm13,-265r-5,60r-20,0r-5,-60r30,0","w":232},"\u038f":{"d":"278,-145v-2,66,-31,86,-84,121r76,0r0,24r-99,0r0,-34v53,-38,77,-49,81,-110v3,-58,-43,-96,-101,-96v-58,0,-104,38,-101,96v3,61,27,72,80,110r0,34r-99,0r0,-24r76,0v-53,-36,-81,-54,-84,-121v-3,-72,56,-120,128,-120v72,0,130,49,127,120xm13,-265r-5,60r-20,0r-5,-60r30,0","w":301},"\u0390":{"d":"24,-191r25,0r0,191r-25,0r0,-191xm51,-281r-5,60r-20,0r-5,-60r30,0xm95,-243v0,8,-8,16,-16,16v-8,0,-15,-8,-15,-16v0,-8,7,-15,15,-15v8,0,16,7,16,15xm8,-243v0,8,-7,16,-15,16v-8,0,-16,-8,-16,-16v0,-8,8,-15,16,-15v8,0,15,7,15,15","w":72},"\u0391":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"\u0392":{"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},"\u0393":{"d":"161,-233r-104,0r0,233r-26,0r0,-259r130,0r0,26","w":166},"\u0394":{"d":"258,0r-249,0r122,-259r6,0xm218,-25r-84,-179r-85,179r169,0","w":266},"\u0395":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259","w":193},"\u0396":{"d":"21,-234r0,-25r137,0r-108,234r102,0r0,25r-142,0r109,-234r-98,0","w":172},"\u0397":{"d":"31,-259r26,0r0,109r132,0r0,-109r26,0r0,259r-26,0r0,-125r-132,0r0,125r-26,0r0,-259","w":245},"\u0398":{"d":"292,-129v0,74,-61,136,-135,136v-75,0,-137,-61,-137,-135v0,-74,62,-137,135,-137v76,0,137,60,137,136xm266,-129v0,-63,-53,-111,-110,-111v-58,-1,-109,51,-109,112v0,60,48,109,109,109v61,0,110,-49,110,-110xm221,-118r-129,0r0,-25r129,0r0,25","w":312},"\u0399":{"d":"28,-259r26,0r0,259r-26,0r0,-259","w":81},"\u039a":{"d":"31,-259r27,0r0,97r103,-97r35,0r-124,116r134,143r-35,0r-113,-121r0,121r-27,0r0,-259","w":212},"\u039b":{"d":"241,0r-28,0r-86,-200r-87,200r-28,0r113,-259r5,0","w":252},"\u039c":{"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},"\u039d":{"d":"32,0r0,-259r5,0r172,198r0,-198r26,0r0,259r-6,0r-171,-195r0,195r-26,0","w":266},"\u039e":{"d":"171,-233r-151,0r0,-26r151,0r0,26xm171,-127r-151,0r0,-25r151,0r0,25xm171,0r-151,0r0,-25r151,0r0,25","w":191},"\u039f":{"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},"\u03a0":{"d":"215,0r-26,0r0,-234r-132,0r0,234r-26,0r0,-259r184,0r0,259","w":245},"\u03a1":{"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},"\u03a3":{"d":"163,0r-151,0r72,-129r-71,-130r147,0r0,25r-105,0r58,105r-59,104r109,0r0,25","w":180},"\u03a4":{"d":"6,-233r0,-26r142,0r0,26r-58,0r0,233r-26,0r0,-233r-58,0","w":153},"\u03a5":{"d":"11,-259r30,0r66,107r65,-107r30,0r-82,135r0,124r-25,0r0,-124","w":213},"\u03a6":{"d":"292,-131v0,65,-57,103,-124,106r0,25r-26,0r0,-25v-69,-3,-123,-39,-124,-106v0,-65,56,-103,124,-105r0,-23r26,0r0,23v69,3,124,39,124,105xm168,-50v53,-3,98,-25,97,-81v-1,-53,-42,-78,-97,-82r0,163xm142,-213v-53,4,-99,26,-98,82v1,53,43,78,98,81r0,-163","w":309},"\u03a7":{"d":"18,-259r30,0r62,101r62,-101r30,0r-77,126r82,133r-30,0r-67,-108r-68,108r-30,0r83,-133","w":219},"\u03a8":{"d":"155,-88v56,-7,79,-26,79,-92r0,-79r26,0r0,90v3,74,-39,101,-105,106r0,63r-26,0r0,-63v-67,-6,-104,-31,-104,-108r0,-88r26,0v4,60,-15,134,29,157v13,7,29,12,49,14r0,-171r26,0r0,171","w":284},"\u03a9":{"d":"278,-145v-2,66,-31,86,-84,121r76,0r0,24r-99,0r0,-34v53,-38,77,-49,81,-110v3,-58,-43,-96,-101,-96v-58,0,-104,38,-101,96v3,61,27,72,80,110r0,34r-99,0r0,-24r76,0v-53,-36,-81,-54,-84,-121v-3,-72,56,-120,128,-120v72,0,130,49,127,120","w":301},"\u03aa":{"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},"\u03ab":{"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},"\u03ac":{"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,-77xm138,-281r-5,60r-20,0r-5,-60r30,0","w":245},"\u03ad":{"d":"44,-54v-1,44,65,45,86,16r15,18v-35,42,-127,31,-127,-34v0,-24,12,-41,35,-51v-50,-18,-24,-92,29,-92v19,0,38,8,55,22r-14,17v-24,-22,-73,-22,-73,16v0,23,20,34,46,31r0,21v-30,-4,-51,11,-52,36xm91,-281r-5,60r-20,0r-5,-60r30,0","w":152},"\u03ae":{"d":"52,-157v46,-67,142,-45,142,59r0,168r-24,0r0,-161v1,-49,-6,-82,-51,-82v-77,0,-68,89,-67,173r-25,0r0,-191r25,0r0,34xm125,-281r-5,60r-20,0r-5,-60r30,0","w":219},"\u03af":{"d":"24,-191r25,0r0,191r-25,0r0,-191xm51,-281r-5,60r-20,0r-5,-60r30,0","w":72},"\u03b0":{"d":"108,5v-60,-2,-85,-34,-84,-104r0,-92r25,0v3,76,-19,172,59,172v43,0,63,-33,63,-77v0,-32,-15,-58,-45,-78r14,-22v82,37,74,205,-32,201xm122,-281r-5,60r-20,0r-5,-60r30,0xm166,-243v0,8,-8,16,-16,16v-8,0,-15,-8,-15,-16v0,-8,7,-15,15,-15v8,0,16,7,16,15xm79,-243v0,8,-7,16,-15,16v-8,0,-16,-8,-16,-16v0,-8,8,-15,16,-15v8,0,15,7,15,15","w":214},"\u03b1":{"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},"\u03b2":{"d":"197,-81v4,76,-105,120,-145,52r0,99r-25,0r0,-265v-2,-49,28,-72,71,-75v68,-5,86,95,25,112v42,3,72,34,74,77xm171,-80v-1,-47,-37,-65,-95,-62r0,-20v40,-1,60,-17,60,-48v1,-21,-15,-37,-36,-37v-72,0,-44,101,-48,166v-2,35,26,62,59,63v33,1,62,-29,60,-62","w":214},"\u03b3":{"d":"189,-191r-77,170r0,91r-25,0r0,-92r-78,-169r27,0r63,139r64,-139r26,0","w":199},"\u03b4":{"d":"103,5v-47,0,-85,-38,-85,-85v0,-39,20,-65,60,-79v-55,-32,-23,-111,42,-111v15,0,29,2,42,5r-6,22v-33,-10,-85,-4,-82,32v3,32,17,37,54,49v90,30,70,167,-25,167xm163,-80v1,-32,-28,-62,-60,-62v-32,0,-61,30,-60,62v0,33,26,62,60,62v34,0,60,-29,60,-62","w":205},"\u03b5":{"d":"44,-54v-1,44,65,45,86,16r15,18v-35,42,-127,31,-127,-34v0,-24,12,-41,35,-51v-50,-18,-24,-92,29,-92v19,0,38,8,55,22r-14,17v-24,-22,-73,-22,-73,16v0,23,20,34,46,31r0,21v-30,-4,-51,11,-52,36","w":152},"\u03b6":{"d":"154,-5v35,47,-26,97,-86,76r7,-22v35,13,87,-13,54,-41v-6,-4,-18,-9,-36,-12v-48,-9,-72,-37,-72,-85v0,-76,51,-106,108,-154r-88,0r0,-22r119,0r0,22v-60,56,-114,77,-114,152v0,43,17,57,58,66v27,6,44,11,50,20","w":167},"\u03b7":{"d":"52,-157v46,-67,142,-45,142,59r0,168r-24,0r0,-161v1,-49,-6,-82,-51,-82v-77,0,-68,89,-67,173r-25,0r0,-191r25,0r0,34","w":219},"\u03b8":{"d":"217,-132v0,75,-29,136,-99,137v-70,0,-100,-62,-100,-137v0,-75,32,-137,100,-138v69,0,100,63,99,138xm192,-143v-2,-56,-23,-105,-74,-105v-51,0,-72,50,-74,105r148,0xm44,-122v2,57,22,104,74,104v52,0,72,-47,74,-104r-148,0","w":235},"\u03b9":{"d":"24,-191r25,0r0,191r-25,0r0,-191","w":72},"\u03ba":{"d":"183,0r-35,0r-96,-86r0,86r-25,0r0,-191r25,0r0,77r88,-77r37,0r-105,91","w":180},"\u03bb":{"d":"189,0r-27,0r-63,-147r-66,147r-26,0r78,-177r-38,-88r26,0","w":193},"\u03bc":{"d":"101,-18v76,-1,69,-89,67,-173r24,0r0,191r-24,0r0,-34v-27,40,-86,55,-118,18r0,86r-25,0r0,-261r25,0v5,70,-23,174,51,173","w":219},"\u03bd":{"d":"9,-191r27,0r63,139r64,-139r26,0r-87,191r-5,0","w":199},"\u03be":{"d":"150,-8v42,44,-19,102,-82,79r7,-22v34,12,85,-11,56,-40v-5,-4,-20,-11,-42,-13v-87,-7,-87,-136,-14,-152v-71,-27,-38,-114,37,-114v18,0,34,3,49,7r-6,23v-34,-13,-98,-11,-95,33v2,35,45,48,88,44r0,21v-54,-4,-98,7,-102,57v-5,61,73,58,104,77","w":167},"\u03bf":{"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","w":235},"\u03c0":{"d":"233,-170r-39,0r0,170r-25,0r0,-170r-97,0r0,170r-24,0r0,-170r-39,0r0,-21r224,0r0,21","w":241},"\u03c1":{"d":"223,-95v0,91,-127,139,-175,59r0,106r-24,0r0,-160v-2,-59,42,-106,99,-106v55,0,100,46,100,101xm198,-95v0,-41,-34,-77,-75,-77v-41,0,-74,36,-74,77v0,41,33,77,74,77v42,0,75,-34,75,-77","w":241},"\u03c2":{"d":"18,-94v0,-99,137,-140,181,-58r-20,13v-38,-61,-136,-33,-136,43v0,71,88,65,128,87v44,46,-17,102,-81,80r6,-22v35,13,88,-13,55,-41v-6,-4,-20,-9,-41,-12v-61,-10,-92,-39,-92,-90","w":208},"\u03c3":{"d":"18,-95v0,-64,62,-119,132,-96r101,0r0,21r-65,0v65,59,21,175,-68,175v-55,0,-100,-45,-100,-100xm192,-95v0,-41,-33,-77,-74,-77v-41,0,-75,35,-75,77v0,41,34,77,75,77v43,0,74,-36,74,-77","w":258},"\u03c4":{"d":"136,-170r-51,0r0,170r-25,0r0,-170r-51,0r0,-21r127,0r0,21","w":144},"\u03c5":{"d":"108,5v-60,-2,-85,-34,-84,-104r0,-92r25,0v3,76,-19,172,59,172v43,0,63,-33,63,-77v0,-32,-15,-58,-45,-78r14,-22v82,37,74,205,-32,201","w":214},"\u03c6":{"d":"257,-95v0,61,-46,97,-107,100r0,65r-25,0r0,-66v-86,5,-137,-92,-87,-159v13,-17,32,-28,55,-36r8,23v-38,14,-58,38,-58,73v0,45,27,70,82,75r0,-176v78,-4,132,31,132,101xm150,-172r0,152v81,1,105,-84,60,-130v-14,-15,-35,-21,-60,-22","w":275},"\u03c7":{"d":"166,-191r-66,123r74,138r-28,0r-60,-112r-61,112r-26,0r73,-137r-66,-124r27,0r53,98r53,-98r27,0","w":172},"\u03c8":{"d":"145,-19v52,-6,72,-27,72,-88r0,-84r24,0r0,94v2,70,-39,98,-96,102r0,65r-25,0r0,-65v-63,-6,-96,-31,-96,-104r0,-92r24,0v2,79,-19,172,72,171r0,-171r25,0r0,172","w":264},"\u03c9":{"d":"209,5v-27,0,-50,-17,-55,-40v-5,23,-27,39,-54,40v-85,4,-106,-118,-52,-168v21,-19,44,-31,75,-33r2,24v-48,2,-82,37,-82,86v0,40,19,68,55,68v40,0,46,-45,44,-91r25,0v-2,46,4,90,44,91v36,0,54,-29,54,-68v0,-49,-34,-84,-81,-86r2,-24v58,2,104,48,104,109v0,56,-30,91,-81,92","w":308},"\u03ca":{"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},"\u03cb":{"d":"108,5v-60,-2,-85,-34,-84,-104r0,-92r25,0v3,76,-19,172,59,172v43,0,63,-33,63,-77v0,-32,-15,-58,-45,-78r14,-22v82,37,74,205,-32,201xm51,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm123,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":214},"\u03cc":{"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,-77xm133,-281r-5,60r-20,0r-5,-60r30,0","w":235},"\u03cd":{"d":"108,5v-60,-2,-85,-34,-84,-104r0,-92r25,0v3,76,-19,172,59,172v43,0,63,-33,63,-77v0,-32,-15,-58,-45,-78r14,-22v82,37,74,205,-32,201xm122,-281r-5,60r-20,0r-5,-60r30,0","w":214},"\u03ce":{"d":"209,5v-27,0,-50,-17,-55,-40v-5,23,-27,39,-54,40v-85,4,-106,-118,-52,-168v21,-19,44,-31,75,-33r2,24v-48,2,-82,37,-82,86v0,40,19,68,55,68v40,0,46,-45,44,-91r25,0v-2,46,4,90,44,91v36,0,54,-29,54,-68v0,-49,-34,-84,-81,-86r2,-24v58,2,104,48,104,109v0,56,-30,91,-81,92xm169,-281r-5,60r-20,0r-5,-60r30,0","w":308},"\u0401":{"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},"\u0402":{"d":"195,-69v0,-60,-46,-57,-105,-56r0,125r-27,0r0,-233r-57,0r0,-26r141,0r0,26r-57,0r0,83v80,-4,131,7,131,81v0,66,-61,96,-103,58r16,-18v28,27,61,0,61,-40","w":241},"\u0403":{"d":"57,0r-26,0r0,-259r130,0r0,26r-104,0r0,233xm124,-333r38,0r-52,54r-24,0","w":166},"\u0404":{"d":"21,-131v1,77,57,138,139,138v48,0,86,-18,113,-52r-20,-15v-39,48,-114,56,-165,18v-22,-16,-34,-42,-39,-76r122,0r0,-25r-121,0v3,-97,151,-132,203,-52r20,-16v-22,-31,-63,-54,-113,-54v-76,-2,-140,59,-139,134","w":292},"\u0405":{"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},"\u0406":{"d":"28,-259r26,0r0,259r-26,0r0,-259","w":81},"\u0407":{"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},"\u0408":{"d":"29,-41v36,34,87,33,87,-44r0,-174r26,0r0,175v15,96,-75,110,-127,63","w":173},"\u0409":{"d":"363,-73v-1,68,-58,76,-133,73r-96,-204r-97,204r-28,0r122,-259r6,0r54,111v84,0,174,-8,172,75xm336,-73v2,-63,-73,-47,-136,-49r46,97v53,1,89,-1,90,-48","w":383},"\u040a":{"d":"355,-77v2,86,-78,78,-166,77r0,-125r-132,0r0,125r-26,0r0,-259r26,0r0,109r132,0r0,-109r26,0r0,109v80,-3,138,1,140,73xm328,-76v-1,-56,-51,-49,-113,-49r0,100v61,0,114,8,113,-51","w":375},"\u040b":{"d":"195,0v-3,-58,17,-133,-50,-125r-55,0r0,125r-26,0r0,-233r-58,0r0,-26r142,0r0,26r-58,0r0,83v79,-3,141,-2,131,85r0,65r-26,0","w":244},"\u040c":{"d":"31,-259r27,0r0,97r103,-97r35,0r-124,116r134,143r-35,0r-113,-121r0,121r-27,0r0,-259xm135,-333r38,0r-52,54r-24,0","w":212},"\u040e":{"d":"33,-42v26,33,59,34,73,-8r-94,-208r29,0r78,176r72,-177r28,0r-98,233v-20,47,-81,39,-107,0xm78,-320v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":232},"\u040f":{"d":"105,0r-74,0r0,-259r26,0r0,235r119,0r0,-235r26,0r0,259r-73,0r0,39r-24,0r0,-39","w":233},"\u0410":{"d":"137,-259r121,259r-28,0r-41,-85r-111,0r-41,85r-28,0r122,-259r6,0xm134,-204r-45,94r89,0","w":266},"\u0411":{"d":"186,-74v2,43,-37,74,-84,74r-71,0r0,-259r130,0r0,26r-104,0r0,83v77,-3,126,12,129,76xm159,-74v0,-48,-46,-52,-102,-50r0,99v54,3,102,-2,102,-49","w":206},"\u0412":{"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},"\u0413":{"d":"57,0r-26,0r0,-259r130,0r0,26r-104,0r0,233","w":166},"\u0414":{"d":"31,39r-26,0r0,-63r21,0r102,-235r9,0r107,235r20,0r0,63r-25,0r0,-39r-208,0r0,39xm56,-24r157,0r-81,-181","w":269},"\u0415":{"d":"32,-259r148,0r0,26r-123,0r0,81r122,0r0,25r-122,0r0,102r122,0r0,25r-147,0r0,-259","w":193},"\u0416":{"d":"181,-120r0,120r-26,0r0,-120r-8,-7r-106,127r-34,0r123,-143r-113,-116r35,0r103,110r0,-110r26,0r0,110r104,-110r35,0r-114,116r123,143r-34,0r-106,-127","w":336},"\u0417":{"d":"150,-194v0,-51,-67,-62,-96,-24r-17,-15v37,-53,140,-38,140,34v0,28,-12,47,-38,59v34,11,51,34,51,69v0,66,-78,97,-134,66v-14,-8,-27,-21,-39,-40r20,-12v20,28,31,41,67,41v34,0,61,-21,59,-56v-2,-43,-31,-55,-80,-53r0,-22v41,2,68,-13,67,-47","w":209},"\u0418":{"d":"235,0r-27,0r0,-198r-171,198r-5,0r0,-259r25,0r0,202r172,-202r6,0r0,259","w":266},"\u0419":{"d":"235,0r-27,0r0,-198r-171,198r-5,0r0,-259r25,0r0,202r172,-202r6,0r0,259xm95,-320v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":266},"\u041a":{"d":"31,-259r27,0r0,97r103,-97r35,0r-124,116r134,143r-35,0r-113,-121r0,121r-27,0r0,-259","w":212},"\u041b":{"d":"241,0r-28,0r-86,-200r-87,200r-28,0r113,-259r5,0","w":252},"\u041c":{"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},"\u041d":{"d":"31,-259r26,0r0,109r132,0r0,-109r26,0r0,259r-26,0r0,-125r-132,0r0,125r-26,0r0,-259","w":245},"\u041e":{"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},"\u041f":{"d":"31,-259r184,0r0,259r-26,0r0,-234r-132,0r0,234r-26,0r0,-259","w":245},"\u0420":{"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},"\u0421":{"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},"\u0422":{"d":"6,-233r0,-26r142,0r0,26r-58,0r0,233r-26,0r0,-233r-58,0","w":153},"\u0423":{"d":"33,-42v26,33,59,34,73,-8r-94,-208r29,0r78,176r72,-177r28,0r-98,233v-20,47,-81,39,-107,0","w":232},"\u0424":{"d":"20,-148v0,-59,49,-83,124,-78r0,-33r26,0r0,33v74,-4,123,17,123,78v0,58,-50,80,-123,74r0,74r-26,0r0,-74v-71,5,-124,-11,-124,-74xm266,-149v0,-46,-44,-55,-96,-52r0,102v51,4,96,-3,96,-50xm47,-149v-1,47,44,54,97,50r0,-102v-51,-3,-97,6,-97,52","w":313},"\u0425":{"d":"18,-259r30,0r62,101r62,-101r30,0r-77,126r82,133r-30,0r-67,-108r-68,108r-30,0r83,-133","w":219},"\u0426":{"d":"223,0r-192,0r0,-259r26,0r0,235r120,0r0,-235r26,0r0,235r44,0r0,63r-24,0r0,-39","w":254},"\u0427":{"d":"31,-259v-4,71,-1,126,83,112r23,0r0,-112r26,0r0,259r-26,0r0,-122v-82,3,-135,-5,-131,-85r0,-52r25,0","w":194},"\u0428":{"d":"57,-24r111,0r0,-235r26,0r0,235r112,0r0,-235r26,0r0,259r-301,0r0,-259r26,0r0,235","w":362},"\u0429":{"d":"332,-24r44,0r0,63r-24,0r0,-39r-321,0r0,-259r26,0r0,235r111,0r0,-235r26,0r0,235r112,0r0,-235r26,0r0,235","w":383},"\u042a":{"d":"226,-75v1,82,-80,76,-167,75r0,-234r-53,0r0,-25r79,0r0,111v82,-1,140,0,141,73xm199,-73v-1,-56,-51,-50,-114,-49r0,97v62,-1,115,8,114,-48","w":246},"\u042b":{"d":"198,-75v2,82,-80,76,-167,75r0,-259r26,0r0,111v82,-2,139,1,141,73xm171,-73v-1,-56,-51,-50,-114,-49r0,97v62,-1,115,8,114,-48xm228,-259r26,0r0,259r-26,0r0,-259","w":285},"\u042c":{"d":"198,-75v2,82,-80,76,-167,75r0,-259r26,0r0,111v82,-2,139,1,141,73xm171,-73v-1,-56,-51,-50,-114,-49r0,97v62,-1,115,8,114,-48","w":218},"\u042d":{"d":"272,-131v-1,77,-57,138,-139,138v-48,0,-86,-18,-113,-52r20,-15v39,48,114,56,165,18v22,-16,34,-42,39,-76r-122,0r0,-25r121,0v-3,-97,-151,-132,-203,-52r-20,-16v22,-31,63,-54,113,-54v76,-2,140,59,139,134","w":292},"\u042e":{"d":"238,7v-73,-1,-131,-54,-136,-126r-45,0r0,119r-26,0r0,-259r26,0r0,116r45,0v9,-71,63,-120,134,-122v76,-2,138,61,138,136v0,75,-62,137,-136,136xm237,-19v60,0,110,-48,110,-110v0,-61,-51,-111,-110,-111v-58,0,-108,51,-108,112v0,59,51,109,108,109","w":394},"\u042f":{"d":"16,-190v0,50,35,70,90,70r-93,120r32,0r93,-120r14,0r0,120r26,0r0,-259v-84,-2,-162,-5,-162,69xm43,-190v0,-49,56,-44,109,-43r0,88v-53,1,-109,5,-109,-45","w":210},"\u0430":{"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},"\u0431":{"d":"18,-131v0,-126,66,-137,192,-138r0,23v-33,8,-114,1,-137,21v-21,18,-34,52,-34,92v11,-39,40,-62,84,-63v55,-1,100,47,100,101v0,53,-46,102,-100,100v-68,-3,-105,-55,-105,-136xm123,-18v41,0,75,-36,75,-77v0,-40,-36,-77,-75,-77v-39,0,-75,36,-75,77v0,41,34,77,75,77","w":240},"\u0432":{"d":"27,-191v56,-2,116,-3,114,48v0,19,-9,32,-26,39v25,9,38,26,38,51v0,55,-66,56,-126,53r0,-191xm115,-139v0,-32,-25,-33,-63,-31r0,60v36,1,63,2,63,-29xm125,-53v0,-35,-36,-37,-73,-35r0,67v38,1,73,4,73,-32","w":168},"\u0433":{"d":"52,-170r0,170r-25,0r0,-191r97,0r0,21r-72,0","w":129},"\u0434":{"d":"29,-21r74,-170r13,0r73,170r23,0r0,45r-24,0r0,-24r-158,0r0,25r-24,0r0,-46r23,0xm109,-153r-56,132r109,0","w":217},"\u0435":{"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},"\u0436":{"d":"126,-191r24,0r0,84r92,-84r30,0r-90,85r97,106r-32,0r-82,-92r-15,11r0,81r-24,0r0,-81r-14,-11r-83,92r-31,0r96,-106r-89,-85r30,0r91,84r0,-84","w":276},"\u0437":{"d":"111,-54v-1,-27,-22,-39,-52,-36r0,-21v26,2,46,-7,46,-31v0,-38,-49,-38,-73,-16r-14,-17v35,-36,110,-26,111,29v0,20,-9,34,-27,41v59,21,37,110,-29,110v-26,0,-47,-8,-63,-25r15,-18v21,29,86,28,86,-16","w":152},"\u0438":{"d":"52,-191r0,141r142,-141r0,191r-24,0r0,-140r-140,140r-3,0r0,-191r25,0","w":221},"\u0439":{"d":"52,-191r0,141r142,-141r0,191r-24,0r0,-140r-140,140r-3,0r0,-191r25,0xm72,-268v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":221},"\u043a":{"d":"27,-191r25,0r0,80r89,-80r34,0r-97,87r105,104r-35,0r-88,-88r-8,6r0,82r-25,0r0,-191","w":180},"\u043b":{"d":"189,0r-26,0r-64,-139r-63,139r-27,0r88,-191r4,0","w":199},"\u043c":{"d":"235,-191r7,0r65,191r-26,0r-47,-141r-74,141r-4,0r-74,-141r-47,141r-26,0r66,-191r6,0r77,149","w":316},"\u043d":{"d":"163,-92r-111,0r0,92r-25,0r0,-191r25,0r0,76r111,0r0,-76r25,0r0,191r-25,0r0,-92","w":215},"\u043e":{"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","w":235},"\u043f":{"d":"27,-191r161,0r0,191r-25,0r0,-168r-111,0r0,168r-25,0r0,-191","w":215},"\u0440":{"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},"\u0441":{"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},"\u0442":{"d":"6,-191r126,0r0,21r-51,0r0,170r-25,0r0,-170r-50,0r0,-21","w":137},"\u0443":{"d":"7,-191r26,0r66,147r63,-147r27,0r-114,261r-26,0r36,-84","w":193},"\u0444":{"d":"18,-94v-9,-88,116,-138,165,-68r0,-103r24,0r0,103v48,-70,174,-19,164,68v9,87,-118,138,-164,65r0,99r-24,0r0,-99v-46,72,-174,21,-165,-65xm272,-173v-41,2,-66,33,-66,82v0,41,28,73,65,73v44,1,76,-36,76,-78v0,-42,-35,-78,-75,-77xm117,-173v-41,-1,-74,36,-74,78v0,42,33,80,76,77v42,-3,65,-28,65,-78v0,-45,-27,-76,-67,-77","w":389},"\u0445":{"d":"6,-191r29,0r51,71r50,-71r30,0r-65,91r73,100r-30,0r-58,-80r-58,80r-29,0r72,-100","w":172},"\u0446":{"d":"206,0r-179,0r0,-191r25,0r0,168r111,0r0,-168r25,0r0,168r41,0r0,53r-23,0r0,-30","w":235},"\u0447":{"d":"36,-191v1,45,-7,90,41,84r36,0r0,-84r24,0r0,191r-24,0r0,-86v-56,4,-104,-2,-101,-57r0,-48r24,0","w":164},"\u0448":{"d":"313,0r-286,0r0,-191r25,0r0,168r106,0r0,-168r25,0r0,168r105,0r0,-168r25,0r0,191","w":340},"\u0449":{"d":"331,0r-304,0r0,-191r25,0r0,168r106,0r0,-168r25,0r0,168r105,0r0,-168r25,0r0,168r42,0r0,53r-24,0r0,-30","w":360},"\u044a":{"d":"175,-57v1,59,-66,61,-130,57r0,-169r-35,0r0,-22r59,0r0,76v60,-4,105,5,106,58xm148,-57v-2,-37,-36,-40,-79,-38r0,74v40,2,81,-2,79,-36","w":186},"\u044b":{"d":"158,-57v1,59,-67,60,-131,57r0,-191r25,0r0,76v60,-4,105,6,106,58xm131,-56v0,-38,-36,-38,-78,-37r0,72v39,2,78,-2,78,-35xm192,-191r24,0r0,191r-24,0r0,-191","w":241},"\u044c":{"d":"158,-57v1,59,-67,60,-131,57r0,-191r25,0r0,76v60,-4,105,6,106,58xm131,-56v0,-38,-36,-38,-78,-37r0,72v39,2,78,-2,78,-35","w":169},"\u044d":{"d":"213,-94v0,-97,-146,-139,-195,-58r20,13v37,-58,143,-33,150,29r-85,0r0,22r85,0v-3,70,-110,95,-150,37r-20,13v16,27,51,42,90,43v58,3,105,-45,105,-99","w":231},"\u044e":{"d":"183,5v-53,0,-95,-41,-99,-92r-32,0r0,87r-24,0r0,-191r24,0r0,80r32,0v7,-47,47,-85,99,-85v55,0,100,47,100,101v0,53,-46,100,-100,100xm183,-18v41,0,75,-36,75,-77v0,-41,-36,-77,-75,-77v-39,0,-76,37,-75,77v0,41,33,77,75,77","w":300},"\u044f":{"d":"19,-138v0,-57,57,-55,114,-53r0,191r-25,0r0,-86r-17,0r-55,86r-27,0r58,-88v-26,-3,-48,-22,-48,-50xm43,-137v1,32,27,31,65,30r0,-63v-37,0,-67,-3,-65,33","w":160},"\u0451":{"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},"\u0452":{"d":"125,-173v-79,0,-67,90,-67,173r-25,0r0,-220r-27,0r0,-21r27,0r0,-24r25,0r0,24r84,0r0,21r-84,0r0,63v47,-69,141,-43,142,59r1,127v2,45,-28,54,-61,40r0,-22v30,14,40,-7,36,-47v-6,-70,23,-174,-51,-173","w":225},"\u0453":{"d":"52,-170r0,170r-25,0r0,-191r97,0r0,21r-72,0xm91,-281r38,0r-52,54r-24,0","w":129},"\u0454":{"d":"18,-94v0,-97,146,-139,195,-58r-20,13v-37,-58,-143,-33,-150,29r85,0r0,22r-85,0v3,70,110,95,150,37r20,13v-16,27,-51,42,-90,43v-58,3,-105,-45,-105,-99","w":231},"\u0455":{"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},"\u0456":{"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},"\u0457":{"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},"\u0458":{"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},"\u0459":{"d":"274,-57v0,50,-51,63,-111,57r-65,-146r-64,146r-25,0r88,-191r4,0r36,76v69,-2,137,-4,137,58xm247,-56v0,-45,-54,-37,-101,-37r33,72v37,2,68,-6,68,-35","w":285},"\u045a":{"d":"293,-57v2,59,-66,61,-130,57r0,-92r-111,0r0,92r-25,0r0,-191r25,0r0,76r111,0r0,-76r25,0r0,76v60,-4,103,7,105,58xm266,-55v0,-38,-36,-38,-78,-37r0,71v38,2,78,-1,78,-34","w":304},"\u045b":{"d":"125,-173v-78,1,-67,90,-67,173r-24,0r0,-220r-28,0r0,-21r28,0r0,-24r24,0r0,24r84,0r0,21r-84,0r0,63v47,-69,159,-42,142,59r0,98r-24,0v-6,-69,24,-175,-51,-173","w":225},"\u045c":{"d":"27,-191r25,0r0,80r89,-80r34,0r-97,87r105,104r-35,0r-88,-88r-8,6r0,82r-25,0r0,-191xm114,-281r38,0r-52,54r-24,0","w":180},"\u045e":{"d":"7,-191r26,0r66,147r63,-147r27,0r-114,261r-26,0r36,-84xm58,-268v12,24,66,25,78,0r23,0v-9,49,-116,49,-125,0r24,0","w":193},"\u045f":{"d":"95,0r-67,0r0,-191r24,0r0,168r111,0r0,-168r25,0r0,191r-70,0r0,30r-23,0r0,-30","w":215},"\u0490":{"d":"57,0r-26,0r0,-259r84,0r0,-37r25,0r0,63r-83,0r0,233","w":145},"\u0491":{"d":"52,-170r0,170r-25,0r0,-191r68,0r0,-24r24,0r0,45r-67,0","w":128},"\u1e80":{"d":"17,-259r26,0r53,187r74,-187r5,0r74,187r53,-187r27,0r-74,259r-5,0r-77,-196r-78,196r-5,0xm162,-333r39,54r-25,0r-51,-54r37,0","w":345},"\u1e81":{"d":"2,-191r25,0r58,139r62,-139r4,0r61,139r60,-139r26,0r-83,191r-5,0r-61,-137r-61,137r-5,0xm139,-281r39,54r-25,0r-51,-54r37,0","w":299},"\u1e82":{"d":"17,-259r26,0r53,187r74,-187r5,0r74,187r53,-187r27,0r-74,259r-5,0r-77,-196r-78,196r-5,0xm184,-333r38,0r-52,54r-24,0","w":345},"\u1e83":{"d":"2,-191r25,0r58,139r62,-139r4,0r61,139r60,-139r26,0r-83,191r-5,0r-61,-137r-61,137r-5,0xm161,-281r38,0r-52,54r-24,0","w":299},"\u1e84":{"d":"17,-259r26,0r53,187r74,-187r5,0r74,187r53,-187r27,0r-74,259r-5,0r-77,-196r-78,196r-5,0xm117,-298v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm189,-298v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":345},"\u1e85":{"d":"2,-191r25,0r58,139r62,-139r4,0r61,139r60,-139r26,0r-83,191r-5,0r-61,-137r-61,137r-5,0xm93,-246v0,-12,9,-21,21,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20xm165,-246v0,-11,9,-21,20,-21v12,0,21,9,21,21v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20","w":299},"\u1ef2":{"d":"11,-259r30,0r66,107r65,-107r30,0r-82,135r0,124r-25,0r0,-124xm96,-333r39,54r-25,0r-51,-54r37,0","w":213},"\u1ef3":{"d":"7,-191r26,0r66,147r63,-147r27,0r-114,261r-26,0r36,-84xm85,-281r39,54r-25,0r-51,-54r37,0","w":193},"\u2015":{"d":"-2,-112r274,0r0,23r-274,0r0,-23","w":270},"\u201b":{"d":"65,-169v-16,-27,-15,-54,-15,-96r32,0r0,48r-16,0v1,13,6,27,13,41","w":126},"\u203e":{"d":"-7,-329r214,0r0,13r-214,0r0,-13","w":199},"\u20a4":{"d":"114,-242v-40,0,-48,36,-32,72r63,0r0,23r-56,0r5,20r51,0r0,22r-46,0v3,18,3,46,-2,59v22,18,38,26,48,26v11,0,18,-13,19,-40r25,0v0,32,-11,66,-40,67v-18,0,-39,-10,-61,-29v-10,19,-24,29,-42,29v-20,0,-36,-12,-36,-34v0,-31,35,-52,64,-33v3,-17,3,-30,-1,-45r-56,0r0,-22r51,0r-6,-20r-45,0r0,-23r39,0v-33,-70,51,-125,100,-77v12,11,17,28,18,49r-24,0v-1,-29,-13,-44,-36,-44xm34,-30v4,21,29,14,34,-6v-13,-11,-32,-12,-34,6","w":199},"\u2116":{"d":"32,0r0,-259r5,0r172,198r0,-198r26,0r0,259r-6,0r-171,-195r0,195r-26,0xm325,-172v33,0,61,28,61,61v0,33,-28,61,-61,61v-33,0,-61,-28,-61,-61v0,-33,28,-61,61,-61xm325,-73v21,0,39,-18,39,-38v1,-20,-18,-39,-39,-39v-21,0,-39,19,-39,39v0,20,18,38,39,38xm264,-18r122,0r0,18r-122,0r0,-18","w":395},"\u212e":{"d":"16,-93v0,-86,99,-132,157,-75v18,17,28,42,29,75r-146,0r0,65v37,35,99,25,122,-22r13,7v-23,32,-40,48,-82,49v-55,2,-93,-44,-93,-99xm161,-106r0,-53v-28,-28,-79,-28,-105,1r0,52r105,0","w":216},"\u215b":{"d":"50,7r162,-272r20,0r-163,272r-19,0xm40,-262r32,0r0,133r-19,0r0,-116r-26,0xm240,-136v38,0,62,46,25,63v47,18,23,76,-26,76v-49,0,-72,-58,-25,-76v-38,-18,-13,-63,26,-63xm214,-101v0,26,50,28,50,0v0,-13,-12,-18,-25,-18v-12,0,-25,7,-25,18xm207,-37v1,32,65,30,64,-1v0,-15,-14,-26,-31,-26v-17,0,-34,11,-33,27","w":299},"\u215c":{"d":"84,-230v-5,-25,-47,-24,-54,3r-19,0v4,-51,91,-49,93,-2v0,10,-5,18,-16,25v47,19,19,78,-29,78v-30,0,-48,-14,-53,-42r19,0v3,35,68,32,68,-1v0,-18,-18,-25,-44,-25r0,-17v16,0,35,-5,35,-19xm59,7r162,-272r19,0r-162,272r-19,0xm240,-136v38,0,62,46,25,63v47,18,23,81,-26,76v-49,5,-72,-58,-25,-76v-39,-18,-12,-63,26,-63xm214,-101v0,26,51,28,50,0v0,-13,-11,-18,-25,-18v-12,0,-25,7,-25,18xm207,-37v1,32,65,30,64,-1v0,-15,-14,-26,-31,-26v-17,0,-34,11,-33,27","w":299},"\u215d":{"d":"59,7r162,-272r19,0r-162,272r-19,0xm92,-173v-2,-30,-38,-30,-69,-21r15,-68r70,0r0,17r-55,0r-7,31v34,-8,64,11,66,41v3,54,-98,65,-105,10r20,0v5,32,68,23,65,-10xm240,-136v38,-4,62,46,25,63v47,18,23,76,-26,76v-49,0,-72,-58,-25,-76v-39,-18,-12,-67,26,-63xm214,-101v0,26,51,28,50,0v0,-13,-11,-18,-25,-18v-12,0,-25,7,-25,18xm207,-37v1,32,65,30,64,-1v0,-15,-14,-26,-31,-26v-17,0,-34,11,-33,27","w":299},"\u215e":{"d":"46,7r162,-272r19,0r-162,272r-19,0xm14,-262r102,0r-83,136r-16,-7r68,-112r-71,0r0,-17xm240,-136v38,-4,62,46,25,63v47,18,23,76,-26,76v-49,0,-72,-58,-25,-76v-38,-18,-12,-67,26,-63xm214,-101v0,26,50,28,50,0v0,-13,-12,-18,-25,-18v-12,0,-25,7,-25,18xm207,-37v1,32,65,30,64,-1v0,-15,-14,-26,-31,-26v-17,0,-34,11,-33,27","w":299},"\u2302":{"d":"27,0r0,-111r81,-92r81,92r0,111r-162,0xm41,-14r134,0r0,-91r-67,-76r-67,76r0,91","w":216},"\u2310":{"d":"20,-180r178,0r0,24r-154,0r0,77r-24,0r0,-101","w":218},"\u2320":{"d":"130,-287v-12,2,-9,10,-9,31r0,347r-26,0r0,-319v-1,-40,18,-74,52,-77v26,-2,32,33,8,35v-14,1,-15,-15,-25,-17","w":216},"\u2321":{"d":"86,72v12,-2,9,-10,9,-31r0,-346r26,0r0,318v1,41,-18,75,-52,78v-25,2,-33,-33,-9,-36v13,-1,17,15,26,17","w":216},"\u2500":{"d":"260,-94r-263,0r0,-31r263,0r0,31"},"\u2502":{"d":"113,109r0,-437r31,0r0,437r-31,0"},"\u250c":{"d":"260,-125r0,31r-116,0r0,203r-31,0r0,-234r147,0"},"\u2510":{"d":"113,-94r-116,0r0,-31r147,0r0,234r-31,0r0,-203"},"\u2514":{"d":"113,-94r0,-234r31,0r0,203r116,0r0,31r-147,0"},"\u2518":{"d":"144,-94r-147,0r0,-31r116,0r0,-203r31,0r0,234"},"\u251c":{"d":"113,109r0,-437r31,0r0,203r116,0r0,31r-116,0r0,203r-31,0"},"\u2524":{"d":"113,109r0,-203r-116,0r0,-31r116,0r0,-203r31,0r0,437r-31,0"},"\u252c":{"d":"113,-94r-116,0r0,-31r263,0r0,31r-116,0r0,203r-31,0r0,-203"},"\u2534":{"d":"260,-94r-263,0r0,-31r116,0r0,-203r31,0r0,203r116,0r0,31"},"\u253c":{"d":"113,-94r-116,0r0,-31r116,0r0,-203r31,0r0,203r116,0r0,31r-116,0r0,203r-31,0r0,-203"},"\u2550":{"d":"260,-127r-263,0r0,-31r263,0r0,31xm260,-60r-263,0r0,-31r263,0r0,31"},"\u2551":{"d":"146,109r0,-437r31,0r0,437r-31,0xm80,109r0,-437r30,0r0,437r-30,0"},"\u2552":{"d":"113,109r0,-267r147,0r0,31r-116,0r0,36r116,0r0,31r-116,0r0,169r-31,0"},"\u2553":{"d":"80,109r0,-234r180,0r0,31r-83,0r0,203r-31,0r0,-200r-36,0r0,200r-30,0"},"\u2554":{"d":"110,109r-30,0r0,-267r180,0r0,31r-150,0r0,236xm177,-60r0,169r-31,0r0,-200r114,0r0,31r-83,0"},"\u2555":{"d":"113,-60r-116,0r0,-31r116,0r0,-36r-116,0r0,-31r147,0r0,267r-31,0r0,-169"},"\u2556":{"d":"79,109r0,-203r-82,0r0,-31r180,0r0,234r-31,0r0,-203r-36,0r0,203r-31,0"},"\u2557":{"d":"146,109r0,-236r-149,0r0,-31r180,0r0,267r-31,0xm79,-60r-82,0r0,-31r113,0r0,200r-31,0r0,-169"},"\u2558":{"d":"113,-60r0,-268r31,0r0,170r116,0r0,31r-116,0r0,36r116,0r0,31r-147,0"},"\u2559":{"d":"260,-94r-180,0r0,-234r30,0r0,203r36,0r0,-203r31,0r0,203r83,0r0,31"},"\u255a":{"d":"110,-328r0,237r150,0r0,31r-180,0r0,-268r30,0xm177,-158r83,0r0,31r-114,0r0,-201r31,0r0,170"},"\u255b":{"d":"144,-60r-147,0r0,-31r116,0r0,-36r-116,0r0,-31r116,0r0,-170r31,0r0,268"},"\u255c":{"d":"177,-94r-180,0r0,-31r82,0r0,-203r31,0r0,203r36,0r0,-203r31,0r0,234"},"\u255d":{"d":"146,-328r31,0r0,268r-180,0r0,-31r149,0r0,-237xm79,-158r0,-170r31,0r0,201r-113,0r0,-31r82,0"},"\u255e":{"d":"113,109r0,-437r31,0r0,170r116,0r0,31r-116,0r0,36r116,0r0,31r-116,0r0,169r-31,0"},"\u255f":{"d":"146,109r0,-437r31,0r0,203r83,0r0,31r-83,0r0,203r-31,0xm80,109r0,-437r30,0r0,437r-30,0"},"\u2560":{"d":"80,109r0,-437r30,0r0,437r-30,0xm146,-127r0,-201r31,0r0,170r83,0r0,31r-114,0xm146,109r0,-200r114,0r0,31r-83,0r0,169r-31,0"},"\u2561":{"d":"113,-60r-116,0r0,-31r116,0r0,-36r-116,0r0,-31r116,0r0,-170r31,0r0,437r-31,0r0,-169"},"\u2562":{"d":"79,109r0,-203r-82,0r0,-31r82,0r0,-203r31,0r0,437r-31,0xm146,109r0,-437r31,0r0,437r-31,0"},"\u2563":{"d":"146,109r0,-437r31,0r0,437r-31,0xm110,-328r0,201r-113,0r0,-31r82,0r0,-170r31,0xm79,-60r-82,0r0,-31r113,0r0,200r-31,0r0,-169"},"\u2564":{"d":"260,-127r-263,0r0,-31r263,0r0,31xm113,-60r-116,0r0,-31r263,0r0,31r-116,0r0,169r-31,0r0,-169"},"\u2565":{"d":"79,109r0,-203r-82,0r0,-31r263,0r0,31r-83,0r0,203r-31,0r0,-200r-36,0r0,200r-31,0"},"\u2566":{"d":"260,-127r-263,0r0,-31r263,0r0,31xm79,-60r-82,0r0,-31r113,0r0,200r-31,0r0,-169xm146,109r0,-200r114,0r0,31r-83,0r0,169r-31,0"},"\u2567":{"d":"260,-127r-263,0r0,-31r116,0r0,-170r31,0r0,170r116,0r0,31xm260,-60r-263,0r0,-31r263,0r0,31"},"\u2568":{"d":"260,-94r-263,0r0,-31r82,0r0,-203r31,0r0,203r36,0r0,-203r31,0r0,203r83,0r0,31"},"\u2569":{"d":"110,-127r-113,0r0,-31r82,0r0,-170r31,0r0,201xm260,-127r-114,0r0,-201r31,0r0,170r83,0r0,31xm260,-60r-263,0r0,-31r263,0r0,31"},"\u256a":{"d":"113,-60r-116,0r0,-31r116,0r0,-36r-116,0r0,-31r116,0r0,-170r31,0r0,170r116,0r0,31r-116,0r0,36r116,0r0,31r-116,0r0,169r-31,0r0,-169"},"\u256b":{"d":"79,109r0,-203r-82,0r0,-31r82,0r0,-203r31,0r0,203r36,0r0,-203r31,0r0,203r83,0r0,31r-83,0r0,203r-31,0r0,-203r-36,0r0,203r-31,0"},"\u256c":{"d":"177,-158r83,0r0,31r-114,0r0,-201r31,0r0,170xm79,-158r0,-170r31,0r0,201r-113,0r0,-31r82,0xm79,-60r-82,0r0,-31r113,0r0,200r-31,0r0,-169xm177,-60r0,169r-31,0r0,-200r114,0r0,31r-83,0"},"\u2580":{"d":"260,-109r-263,0r0,-219r263,0r0,219"},"\u2584":{"d":"260,109r-263,0r0,-218r263,0r0,218"},"\u2588":{"d":"-3,109r0,-437r263,0r0,437r-263,0"},"\u258c":{"d":"-3,109r0,-437r131,0r0,437r-131,0"},"\u2590":{"d":"128,109r0,-437r132,0r0,437r-132,0"},"\u2591":{"d":"19,-328r22,0r0,22r-22,0r0,-22xm106,-328r22,0r0,22r-22,0r0,-22xm194,-328r22,0r0,22r-22,0r0,-22xm63,-284r22,0r0,22r-22,0r0,-22xm150,-284r22,0r0,22r-22,0r0,-22xm238,-284r22,0r0,22r-22,0r0,-22xm194,-240r22,0r0,22r-22,0r0,-22xm106,-240r22,0r0,22r-22,0r0,-22xm19,-240r22,0r0,22r-22,0r0,-22xm238,-196r22,0r0,22r-22,0r0,-22xm150,-196r22,0r0,22r-22,0r0,-22xm63,-196r22,0r0,22r-22,0r0,-22xm19,-152r22,0r0,22r-22,0r0,-22xm106,-152r22,0r0,22r-22,0r0,-22xm194,-152r22,0r0,22r-22,0r0,-22xm238,-109r22,0r0,22r-22,0r0,-22xm150,-109r22,0r0,22r-22,0r0,-22xm63,-109r22,0r0,22r-22,0r0,-22xm19,-65r22,0r0,22r-22,0r0,-22xm106,-65r22,0r0,22r-22,0r0,-22xm194,-65r22,0r0,22r-22,0r0,-22xm63,-21r22,0r0,22r-22,0r0,-22xm150,-21r22,0r0,22r-22,0r0,-22xm238,-21r22,0r0,22r-22,0r0,-22xm194,23r22,0r0,22r-22,0r0,-22xm106,23r22,0r0,22r-22,0r0,-22xm19,23r22,0r0,22r-22,0r0,-22xm63,67r22,0r0,22r-22,0r0,-22xm150,67r22,0r0,22r-22,0r0,-22xm238,67r22,0r0,22r-22,0r0,-22"},"\u2592":{"d":"19,-328r22,0r0,22r-22,0r0,-22xm63,-328r21,0r0,22r-21,0r0,-22xm106,-328r22,0r0,22r-22,0r0,-22xm150,-328r22,0r0,22r-22,0r0,-22xm194,-328r22,0r0,22r-22,0r0,-22xm238,-328r22,0r0,22r-22,0r0,-22xm-3,-284r22,0r0,22r-22,0r0,-22xm41,-284r22,0r0,22r-22,0r0,-22xm84,-284r22,0r0,22r-22,0r0,-22xm128,-284r22,0r0,22r-22,0r0,-22xm172,-284r22,0r0,22r-22,0r0,-22xm216,-284r22,0r0,22r-22,0r0,-22xm19,-240r22,0r0,22r-22,0r0,-22xm63,-240r21,0r0,22r-21,0r0,-22xm106,-240r22,0r0,22r-22,0r0,-22xm150,-240r22,0r0,22r-22,0r0,-22xm194,-240r22,0r0,22r-22,0r0,-22xm238,-240r22,0r0,22r-22,0r0,-22xm-3,-196r22,0r0,22r-22,0r0,-22xm41,-196r22,0r0,22r-22,0r0,-22xm84,-196r22,0r0,22r-22,0r0,-22xm128,-196r22,0r0,22r-22,0r0,-22xm172,-196r22,0r0,22r-22,0r0,-22xm216,-196r22,0r0,22r-22,0r0,-22xm19,-152r22,0r0,22r-22,0r0,-22xm63,-152r21,0r0,22r-21,0r0,-22xm106,-152r22,0r0,22r-22,0r0,-22xm150,-152r22,0r0,22r-22,0r0,-22xm194,-152r22,0r0,22r-22,0r0,-22xm238,-152r22,0r0,22r-22,0r0,-22xm-3,-109r22,0r0,22r-22,0r0,-22xm84,-109r22,0r0,22r-22,0r0,-22xm128,-109r22,0r0,22r-22,0r0,-22xm172,-109r22,0r0,22r-22,0r0,-22xm216,-109r22,0r0,22r-22,0r0,-22xm41,-109r22,0r0,22r-22,0r0,-22xm238,-65r22,0r0,22r-22,0r0,-22xm194,-65r22,0r0,22r-22,0r0,-22xm150,-65r22,0r0,22r-22,0r0,-22xm106,-65r22,0r0,22r-22,0r0,-22xm63,-65r21,0r0,22r-21,0r0,-22xm19,-65r22,0r0,22r-22,0r0,-22xm-3,-21r22,0r0,22r-22,0r0,-22xm41,-21r22,0r0,22r-22,0r0,-22xm84,-21r22,0r0,22r-22,0r0,-22xm128,-21r22,0r0,22r-22,0r0,-22xm172,-21r22,0r0,22r-22,0r0,-22xm216,-21r22,0r0,22r-22,0r0,-22xm238,23r22,0r0,22r-22,0r0,-22xm194,23r22,0r0,22r-22,0r0,-22xm150,23r22,0r0,22r-22,0r0,-22xm106,23r22,0r0,22r-22,0r0,-22xm63,23r21,0r0,22r-21,0r0,-22xm19,23r22,0r0,22r-22,0r0,-22xm-3,67r22,0r0,22r-22,0r0,-22xm41,67r22,0r0,22r-22,0r0,-22xm84,67r22,0r0,22r-22,0r0,-22xm128,67r22,0r0,22r-22,0r0,-22xm172,67r22,0r0,22r-22,0r0,-22xm216,67r22,0r0,22r-22,0r0,-22"},"\u2593":{"d":"263,-262r0,66r-22,0r0,22r22,0r0,65r-22,0r0,22r22,0r0,66r-22,0r0,22r22,0r0,66r-22,0r0,22r22,0r0,21r-263,0r0,-65r22,0r0,-22r-22,0r0,-66r22,0r0,-22r-22,0r0,-65r22,0r0,-22r-22,0r0,-66r22,0r0,-22r-22,0r0,-66r22,0r0,-22r22,0r0,22r22,0r0,-22r22,0r0,22r22,0r0,-22r21,0r0,22r22,0r0,-22r22,0r0,22r22,0r0,-22r22,0r0,22r22,0r0,-22r22,0r0,44r-22,0r0,22r22,0xm22,-284r0,22r22,0r0,-22r-22,0xm66,-284r0,22r22,0r0,-22r-22,0xm110,-284r0,22r21,0r0,-22r-21,0xm153,-284r0,22r22,0r0,-22r-22,0xm197,-284r0,22r22,0r0,-22r-22,0xm241,-240r-22,0r0,22r22,0r0,-22xm197,-240r-22,0r0,22r22,0r0,-22xm153,-240r-22,0r0,22r22,0r0,-22xm110,-240r-22,0r0,22r22,0r0,-22xm66,-240r-22,0r0,22r22,0r0,-22xm22,-196r0,22r22,0r0,-22r-22,0xm66,-196r0,22r22,0r0,-22r-22,0xm110,-196r0,22r21,0r0,-22r-21,0xm153,-196r0,22r22,0r0,-22r-22,0xm197,-196r0,22r22,0r0,-22r-22,0xm66,-152r-22,0r0,22r22,0r0,-22xm88,-152r0,22r22,0r0,-22r-22,0xm131,-152r0,22r22,0r0,-22r-22,0xm175,-152r0,22r22,0r0,-22r-22,0xm219,-152r0,22r22,0r0,-22r-22,0xm22,-109r0,22r22,0r0,-22r-22,0xm110,-109r0,22r21,0r0,-22r-21,0xm88,-87r0,-22r-22,0r0,22r22,0xm153,-109r0,22r22,0r0,-22r-22,0xm197,-109r0,22r22,0r0,-22r-22,0xm241,-43r0,-22r-22,0r0,22r22,0xm197,-43r0,-22r-22,0r0,22r22,0xm153,-43r0,-22r-22,0r0,22r22,0xm110,-43r0,-22r-22,0r0,22r22,0xm66,-43r0,-22r-22,0r0,22r22,0xm22,-21r0,22r22,0r0,-22r-22,0xm66,-21r0,22r22,0r0,-22r-22,0xm110,-21r0,22r21,0r0,-22r-21,0xm153,-21r0,22r22,0r0,-22r-22,0xm197,-21r0,22r22,0r0,-22r-22,0xm241,45r0,-22r-22,0r0,22r22,0xm197,45r0,-22r-22,0r0,22r22,0xm153,45r0,-22r-22,0r0,22r22,0xm110,45r0,-22r-22,0r0,22r22,0xm66,45r0,-22r-22,0r0,22r22,0xm22,67r0,22r22,0r0,-22r-22,0xm66,67r0,22r22,0r0,-22r-22,0xm110,67r0,22r21,0r0,-22r-21,0xm153,67r0,22r22,0r0,-22r-22,0xm197,67r0,22r22,0r0,-22r-22,0","w":262},"\u25a0":{"d":"26,-166r166,0r0,166r-166,0r0,-166","w":217},"\u25ac":{"d":"0,-124r360,0r0,68r-360,0r0,-68","w":360},"\u25b2":{"d":"53,0r125,-249r125,249r-250,0","w":356},"\u25ba":{"d":"51,-249r255,127r-255,127r0,-254","w":356},"\u25bc":{"d":"303,-244r-125,249r-125,-249r250,0","w":356},"\u25c4":{"d":"306,-249r0,254r-255,-127","w":356},"\u25cb":{"d":"108,-179v41,0,77,35,77,77v0,42,-36,78,-77,78v-41,0,-77,-36,-77,-78v0,-42,36,-77,77,-77xm108,-37v34,0,64,-31,64,-65v0,-34,-30,-64,-64,-64v-34,0,-64,31,-64,64v0,33,30,65,64,65","w":216},"\u25d8":{"d":"22,0r0,-172r172,0r0,172r-172,0xm108,-51v19,0,35,-16,35,-35v0,-19,-16,-36,-35,-36v-19,0,-36,17,-36,36v0,19,17,35,36,35","w":216},"\u25d9":{"d":"7,0r0,-203r203,0r0,203r-203,0xm108,-24v41,0,78,-36,78,-77v0,-41,-37,-78,-78,-78v-41,0,-77,36,-77,78v0,42,36,77,77,77xm108,-166v34,0,64,30,64,65v0,34,-30,64,-64,64v-34,0,-64,-30,-64,-64v0,-34,30,-65,64,-65","w":216},"\u263a":{"d":"184,-203v60,0,112,52,112,112v0,60,-52,112,-112,112v-60,0,-112,-52,-112,-112v0,-60,52,-112,112,-112xm184,5v50,0,96,-46,96,-96v0,-50,-45,-96,-96,-96v-51,0,-96,45,-96,96v0,51,46,96,96,96xm141,-128v7,0,14,7,14,14v0,7,-7,14,-14,14v-7,0,-14,-7,-14,-14v0,-7,7,-14,14,-14xm227,-128v7,0,14,7,14,14v0,7,-7,14,-14,14v-7,0,-14,-7,-14,-14v0,-7,7,-14,14,-14xm132,-55r11,-6v16,33,66,34,81,0r12,6v-22,46,-82,45,-104,0","w":367},"\u263b":{"d":"189,-203v60,0,112,51,112,112v0,61,-52,112,-112,112v-60,0,-112,-52,-112,-112v0,-60,52,-112,112,-112xm146,-100v8,0,15,-6,15,-14v0,-8,-7,-14,-15,-14v-7,0,-14,7,-14,14v0,7,7,14,14,14xm232,-100v8,0,15,-7,15,-14v0,-7,-7,-14,-15,-14v-7,-1,-14,7,-14,14v0,7,7,15,14,14xm138,-55v21,46,81,45,103,0r-11,-6v-16,33,-66,34,-81,0","w":378},"\u263c":{"d":"159,-285r13,0r0,59v22,1,42,9,61,25r51,-50r9,9r-50,51v16,21,25,42,25,63r59,0r0,12r-59,0v-2,22,-10,42,-25,61r50,51r-10,9r-50,-49v-20,15,-40,22,-61,24r0,59r-13,0r0,-59v-24,-3,-44,-11,-61,-24r-52,49r-9,-9r50,-51v-15,-18,-23,-39,-25,-62r-59,0r0,-12r59,0v2,-23,10,-43,25,-61r-50,-51r9,-10r51,50v21,-15,42,-24,62,-25r0,-59xm165,-33v48,0,90,-42,90,-90v0,-48,-42,-90,-90,-90v-48,0,-90,42,-90,90v0,48,42,90,90,90","w":330},"\u2640":{"d":"183,-168v0,45,-36,81,-79,83r0,65r73,0r0,9r-73,0r0,70r-10,0r0,-70r-73,0r0,-9r73,0r0,-65v-42,-2,-78,-37,-78,-83v0,-45,38,-84,83,-84v45,0,84,39,84,84xm99,-93v40,0,75,-35,75,-75v0,-40,-35,-75,-75,-75v-40,0,-75,35,-75,75v0,40,35,75,75,75","w":198},"\u2642":{"d":"96,-191v49,-16,53,-20,99,-50r5,2v4,42,13,78,28,108r-4,3v-17,-22,-30,-46,-39,-73r-52,111v24,9,51,42,51,76v0,44,-38,74,-81,74v-46,0,-85,-37,-85,-81v0,-52,53,-94,107,-72r51,-112v-25,11,-52,16,-80,18r0,-4xm162,-21v0,-38,-33,-70,-69,-70v-36,-1,-68,32,-68,67v-1,38,32,70,69,70v37,0,68,-31,68,-67","w":240},"\u2660":{"d":"95,-82v-15,46,-81,43,-84,-5v0,-18,11,-36,33,-54v31,-25,48,-50,52,-75v5,54,79,73,85,128v2,21,-18,41,-38,40v-18,0,-33,-12,-45,-34v-1,51,22,72,67,75r1,7r-140,0r2,-7v44,0,69,-29,67,-75","w":191},"\u2663":{"d":"179,-48v-28,-2,-44,-17,-58,-42v2,55,22,76,71,84r2,6r-149,0r1,-6v50,-7,70,-31,71,-84v-10,24,-30,41,-58,42v-25,1,-48,-22,-48,-49v0,-37,36,-64,71,-40v-27,-33,-4,-79,36,-79v41,-1,66,48,37,79v36,-23,71,2,72,39v1,27,-21,51,-48,50","w":238},"\u2665":{"d":"107,-172v4,-56,97,-57,95,0v-1,36,-14,47,-37,78v-32,43,-53,75,-58,98v-12,-52,-61,-94,-90,-146v-18,-34,3,-74,39,-74v24,0,41,15,51,44","w":212},"\u2666":{"d":"91,-216v23,38,50,74,81,110v-16,15,-70,86,-81,110v-12,-22,-38,-59,-80,-110v38,-45,64,-81,80,-110","w":182},"\u266a":{"d":"5,25v0,-65,101,-89,163,-54r-5,-241r10,0v25,14,96,77,100,105v0,4,-6,12,-10,12v-23,-15,-61,-60,-88,-74r4,242v0,80,-174,94,-174,10","w":277},"\u266b":{"d":"53,33v0,-43,53,-65,93,-42r0,-201r164,-51r0,228v2,48,-21,67,-63,69v-31,1,-49,-18,-50,-46v0,-43,52,-65,93,-42r0,-149r-123,38r0,172v1,45,-22,69,-65,70v-28,0,-49,-18,-49,-46","w":360},"\uf005":{"d":"85,39v-3,27,-38,33,-66,24r4,-13v21,12,61,-9,29,-16v-3,0,-8,0,-13,2r2,-14v18,-5,46,-2,44,17","w":116},"\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":204,"face":{"font-family":"AvantageSmall","font-weight":400,"font-variant":"small-caps","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-71 -330 375 81.1647","underline-thickness":"14.4141","underline-position":"-41.1328","unicode-range":"U+0020-U+F000"},"glyphs":{" ":{"w":120},"!":{"d":"41,-255r11,0r0,196r-11,0r0,-196xm41,-31r11,0r0,30r-11,0r0,-30","w":68},"\"":{"d":"39,-254r11,0r-26,58r-11,0xm72,-254r11,0r-26,57r-12,0","w":89},"#":{"d":"47,-74r-35,0r0,-24r38,0r10,-70r-39,0r0,-24r42,0r11,-74r25,0r-11,74r45,0r10,-74r25,0r-10,74r30,0r0,24r-34,0r-10,70r33,0r0,24r-36,0r-10,74r-25,0r10,-74r-44,0r-11,74r-25,0xm85,-168r-10,70r45,0r9,-70r-44,0","w":199},"$":{"d":"158,-65v-1,40,-30,63,-67,70r0,33r-9,0r0,-33v-44,-11,-58,-23,-66,-69r10,0v-1,31,26,57,56,59r0,-126v-83,-8,-73,-122,0,-127r0,-31r10,0r0,31v38,7,51,21,60,58r-10,0v-9,-30,-19,-41,-50,-49r0,111v37,7,66,32,66,73xm83,-249v-68,14,-68,93,0,109r0,-109xm91,-5v48,0,78,-65,42,-100v-10,-11,-24,-20,-42,-24r0,124","w":181},"%":{"d":"5,-166v0,-56,8,-91,53,-91v43,0,52,32,52,82v0,50,-11,81,-53,82v-35,0,-52,-24,-52,-73xm58,-249v-37,0,-46,31,-45,77v0,48,14,71,42,71v42,0,49,-28,48,-80v0,-40,-10,-68,-45,-68xm200,-255r10,0r-122,255r-9,0xm227,3v-39,0,-48,-28,-48,-79v0,-53,9,-83,52,-85v47,-1,53,39,52,91v-1,47,-13,73,-56,73xm187,-81v0,47,5,76,43,76v43,0,46,-39,46,-89v0,-40,-14,-59,-44,-59v-38,1,-45,27,-45,72","w":302},"&":{"d":"21,-71v3,-45,23,-51,62,-78v-25,-21,-37,-40,-37,-59v-1,-30,26,-53,56,-53v31,0,50,27,50,58v0,21,-17,40,-52,57r66,62r38,-84r12,0r-41,92r75,72r-7,7r-73,-69v-17,39,-34,68,-79,68v-41,0,-72,-32,-70,-73xm31,-72v0,40,24,64,64,64v29,0,51,-23,67,-67r-71,-67v-37,23,-60,30,-60,70xm94,-153v31,-21,45,-23,48,-55v2,-24,-20,-43,-43,-43v-36,-1,-57,44,-31,73v6,6,14,15,26,25","w":257},"'":{"d":"35,-254r12,0r-27,59r-12,0","w":48},"(":{"d":"37,-126v1,72,42,132,91,163r0,12v-94,-61,-131,-173,-75,-277v16,-30,41,-54,73,-74r0,12v-60,41,-89,95,-89,164","w":128},")":{"d":"-1,-302v51,27,100,95,100,168v0,76,-34,138,-100,183r0,-13v120,-78,120,-249,0,-328r0,-10","w":128},"*":{"d":"10,-221r35,0r-18,-29r8,-6r17,31r16,-30r9,5r-19,30r35,-1r0,9r-35,0r19,30r-9,5r-16,-31r-18,30r-8,-4r18,-31r-34,0r0,-8","w":106},"+":{"d":"10,-111r101,0r0,-101r11,0r0,101r100,0r0,10r-100,0r0,101r-11,0r0,-101r-101,0r0,-10","w":242},",":{"d":"25,-32r11,0r-27,59r-11,0","w":52},"-":{"d":"15,-97r90,0r0,9r-90,0r0,-9","w":120},".":{"d":"24,-30r9,0r0,30r-9,0r0,-30","w":52},"\/":{"d":"146,-308r10,0r-148,372r-11,0","w":166},"0":{"d":"16,-123v0,-79,18,-136,84,-136v54,0,81,40,81,106v0,83,-7,163,-82,159v-63,-3,-83,-49,-83,-129xm98,-250v-68,0,-73,66,-73,145v0,67,25,100,74,100v66,0,74,-67,74,-145v0,-57,-22,-100,-75,-100"},"1":{"d":"52,-255r67,0r0,255r-11,0r0,-245r-56,0r0,-10","k":{"1":42}},"2":{"d":"101,-258v65,0,98,86,46,136r-117,113r145,0r0,9r-159,0r0,-8r126,-123v44,-39,17,-119,-42,-117v-43,2,-68,27,-70,71r-9,0v1,-49,30,-81,80,-81"},"3":{"d":"172,-72v2,41,-37,77,-76,76v-44,0,-70,-26,-78,-77r9,0v5,37,27,66,66,66v39,0,69,-28,69,-67v0,-44,-39,-69,-85,-68r0,-10v37,6,68,-15,67,-48v0,-29,-21,-49,-50,-49v-27,0,-43,20,-48,45r-9,0v3,-75,117,-67,117,1v0,29,-18,50,-41,56v38,12,57,31,59,75"},"4":{"d":"8,-57r135,-198r15,0r0,198r27,0r0,9r-27,0r0,48r-11,0r0,-47r-139,0r0,-10xm147,-57r0,-188r-127,188r127,0"},"5":{"d":"181,-81v0,68,-90,111,-141,64v-15,-13,-25,-32,-30,-55r11,0v8,37,33,63,73,64v40,1,76,-32,76,-72v0,-70,-94,-106,-134,-48r-13,-3r24,-125r119,0r0,10r-111,0r-20,104v51,-55,146,-12,146,61"},"6":{"d":"95,4v-59,0,-104,-71,-70,-128v24,-39,62,-90,89,-130r12,0r-69,98v62,-34,127,14,127,79v0,46,-41,81,-89,81xm22,-80v0,42,35,75,77,75v40,0,76,-35,76,-76v0,-41,-35,-77,-75,-77v-43,0,-78,35,-78,78"},"7":{"d":"20,-255r150,0r0,9r-114,246r-12,0r113,-244r-137,0r0,-11"},"8":{"d":"75,-143v-20,-7,-37,-29,-37,-55v-1,-32,29,-60,61,-60v65,0,84,94,23,116v82,23,58,147,-22,147v-44,0,-77,-35,-77,-78v0,-30,18,-53,52,-70xm32,-70v0,35,32,65,67,65v35,0,66,-31,66,-66v0,-35,-31,-65,-67,-65v-35,0,-66,31,-66,66xm49,-197v0,27,23,50,50,50v27,0,51,-24,51,-51v0,-25,-23,-50,-47,-50v-31,0,-54,20,-54,51"},"9":{"d":"100,-258v63,0,110,75,70,132r-87,126r-12,0r69,-99v-66,35,-127,-12,-127,-81v0,-42,44,-78,87,-78xm22,-173v0,40,33,76,75,76v42,0,78,-34,78,-75v0,-41,-36,-77,-77,-77v-41,0,-76,35,-76,76"},":":{"d":"41,-30r11,0r0,30r-11,0r0,-30xm41,-76r11,0r0,31r-11,0r0,-31","w":68},";":{"d":"33,-31r12,0r-28,58r-10,0xm35,-77r10,0r0,30r-10,0r0,-30","w":68},"<":{"d":"200,-160r-154,69r154,69r0,25r-183,-83r0,-22r183,-83r0,25","w":218},"=":{"d":"-6,-79r242,0r0,11r-242,0r0,-11xm-6,-144r242,0r0,11r-242,0r0,-11","w":242},">":{"d":"19,-22r153,-69r-153,-69r0,-25r183,83r0,22r-183,83r0,-25","w":218},"?":{"d":"88,-248v-34,0,-58,27,-59,60r-10,0v7,-47,32,-71,77,-71v54,0,88,75,50,117v-21,21,-49,43,-47,85v-5,-1,-13,0,-11,-9v-4,-53,62,-65,65,-118v3,-39,-26,-64,-65,-64xm89,-30r10,0r0,30r-10,0r0,-30","w":181},"@":{"d":"220,-147v0,-16,-14,-33,-30,-33v-29,0,-54,40,-54,70v0,19,12,35,30,35v28,0,54,-43,54,-72xm107,-107v0,-67,84,-141,124,-71r7,-22r25,0r-33,117v0,7,3,11,8,11v27,2,51,-49,51,-78v0,-55,-44,-93,-100,-93v-62,0,-110,52,-110,115v0,61,51,114,112,113v38,-1,71,-18,88,-42r24,0v-21,36,-61,63,-113,64v-74,1,-137,-62,-137,-137v0,-73,64,-135,136,-135v65,0,124,49,124,112v0,46,-42,106,-87,104v-14,0,-22,-9,-23,-22v-33,43,-96,17,-96,-36","w":365},"A":{"d":"102,-255r17,0r109,255r-11,0r-38,-90r-136,0r-39,90r-11,0xm175,-99r-64,-151r-65,151r129,0","w":234,"k":{"\u2019":29,"\u00d5":16,"\u00d6":16,"\u00c7":16,"y":21,"w":20,"v":23,"Y":27,"W":22,"V":33,"T":22,"Q":17,"O":16,"G":16,"C":16}},"B":{"d":"163,-71v0,40,-30,71,-69,70r-76,0r0,-254v64,-4,134,-1,130,63v-1,32,-15,42,-40,55v31,6,55,30,55,66xm153,-73v-2,-55,-60,-65,-125,-58r0,121v65,5,127,-2,125,-63xm138,-192v0,-47,-49,-60,-110,-53r0,105r41,0v42,5,69,-24,69,-52","w":181},"C":{"d":"7,-125v0,-70,58,-133,129,-133v46,0,82,18,110,55r-13,0v-20,-25,-55,-43,-97,-44v-62,-2,-119,57,-119,119v0,64,57,124,121,122v52,-2,67,-19,100,-51r11,0v-28,41,-65,61,-113,61v-66,0,-129,-63,-129,-129","w":257},"D":{"d":"216,-126v4,67,-57,125,-124,125r-75,0r0,-254r47,0v99,-8,147,51,152,129xm207,-128v0,-90,-73,-128,-180,-118r0,237v104,10,180,-29,180,-119","w":234},"E":{"d":"20,-255r127,0r0,10r-117,0r0,110r117,0r0,10r-117,0r0,115r117,0r0,10r-127,0r0,-255","w":159},"F":{"d":"19,-255r127,0r0,9r-116,0r0,111r116,0r0,9r-116,0r0,125r-11,0r0,-254","w":159,"k":{"\u00c5":18,"\u00c4":18,"A":18,".":14}},"G":{"d":"7,-125v0,-93,99,-165,189,-119v18,9,34,23,50,43r-13,0v-24,-31,-56,-46,-97,-46v-66,-1,-119,56,-119,123v0,92,120,154,194,92v21,-17,36,-40,45,-69r-150,0r0,-9r162,0v-9,62,-62,113,-129,114v-70,1,-132,-58,-132,-129","w":287},"H":{"d":"19,-254r11,0r0,124r142,0r0,-125r10,0r0,255r-10,0r0,-120r-143,0r0,120r-10,0r0,-254"},"I":{"d":"25,-255r10,0r0,255r-10,0r0,-255","w":52},"J":{"d":"119,-255v-10,107,36,259,-61,259v-34,0,-53,-23,-62,-53r11,0v17,67,102,49,102,-18r0,-188r10,0","w":143},"K":{"d":"18,-255r10,0r0,173r135,-173r13,0r-97,126v28,39,61,82,99,129r-16,0r-90,-121r-44,55r0,66r-10,0r0,-255","w":181},"L":{"d":"20,-255r10,0r0,245r108,0r0,10r-118,0r0,-255","w":143,"k":{"\u2019":36,"Y":27,"W":21,"V":31,"T":22}},"M":{"d":"16,-255r16,0r114,240r113,-240r17,0r0,255r-10,0r0,-246r-116,246r-8,0v-42,-91,-81,-172,-117,-243r0,243r-9,0r0,-255","w":302},"N":{"d":"17,-255r17,0r166,242r0,-242r10,0r0,255r-14,0r-169,-247r0,247r-10,0r0,-255","w":234},"O":{"d":"6,-126v0,-70,60,-132,130,-132v72,0,134,59,134,130v0,71,-61,132,-133,132v-70,0,-131,-62,-131,-130xm16,-128v0,60,55,122,115,122v73,0,128,-51,128,-123v0,-64,-57,-119,-120,-119v-66,0,-123,55,-123,120","w":287,"k":{"\u00c5":16,"\u00c4":16,"Y":19,"V":16,"Q":8,"G":8,"A":16}},"P":{"d":"167,-185v1,69,-64,79,-139,73r0,112r-10,0r0,-255v74,-4,148,2,149,70xm157,-185v0,-57,-64,-65,-129,-61r0,125v67,5,129,-1,129,-64","w":181,"k":{"\u00c5":24,"\u00c4":24,"A":24,".":16}},"Q":{"d":"225,-30v26,17,29,21,57,26r0,9v-23,-3,-46,-12,-66,-27v-90,65,-209,-5,-209,-105v0,-73,62,-131,135,-131v69,0,128,63,126,134v-1,47,-16,66,-43,94xm139,-248v-77,1,-144,72,-116,159v90,-23,135,4,193,54v87,-70,30,-215,-77,-213xm26,-80v27,65,114,96,182,51v-54,-46,-100,-74,-182,-51","w":287},"R":{"d":"172,-175v2,-67,-70,-75,-144,-70r0,244r-9,0r0,-254v84,-4,165,2,163,81v0,45,-38,81,-86,78r33,49v13,19,25,34,36,47r-12,0r-76,-105v56,5,94,-22,95,-70","w":196,"k":{"Y":12,"V":10}},"S":{"d":"124,-125v59,27,32,129,-40,129v-39,0,-70,-31,-70,-69r10,0v3,85,123,73,123,-1v0,-78,-127,-49,-124,-129v1,-37,29,-63,66,-63v36,0,57,19,64,59r-11,0v-6,-73,-109,-61,-110,3v11,54,28,41,92,71","w":181},"T":{"d":"-1,-255r146,0r0,10r-67,0r0,244r-11,0r0,-245r-68,0r0,-9","w":151,"k":{"\u0153":23,"\u00e6":22,"\u00e7":24,"\u00c5":21,"\u00c4":21,"z":24,"y":21,"x":22,"w":20,"v":21,"u":27,"s":25,"r":27,"q":23,"p":26,"o":24,"n":27,"m":26,"g":24,"e":24,"d":24,"c":24,"a":23,"A":21,";":28,":":35,".":29,"-":27,",":25}},"U":{"d":"97,3v-46,0,-78,-34,-77,-80r0,-178r9,0v8,96,-34,249,67,249v45,0,66,-29,66,-82r0,-167r11,0r0,172v1,49,-28,86,-76,86","w":196},"V":{"d":"5,-256r102,240r102,-240r11,0r-110,256r-7,0r-108,-256r10,0","w":227,"k":{"\u0153":21,"\u00e6":21,"\u00e7":22,"\u00c5":33,"\u00c4":33,"z":15,"y":10,"x":11,"w":9,"v":10,"u":16,"s":22,"r":16,"q":22,"p":15,"o":22,"n":16,"m":15,"g":22,"e":23,"d":22,"c":22,"a":22,"A":33,";":35,":":38,".":38,"-":27,",":38}},"W":{"d":"214,-13r68,-242r12,0r-74,255r-12,0r-65,-238v-15,67,-45,166,-66,237r-11,0r-74,-254r12,0r68,241r67,-241r8,0","w":302,"k":{"\u0153":16,"\u00e6":16,"\u00e7":17,"\u00c5":23,"\u00c4":23,"z":13,"y":8,"x":8,"w":7,"v":8,"u":14,"s":18,"r":14,"q":17,"p":13,"o":17,"n":13,"m":13,"g":17,"e":18,"d":17,"c":17,"a":17,"A":23,";":28,":":31,".":29,"-":21,",":28}},"X":{"d":"82,-132r-85,-123r13,0r79,114r78,-114r11,0r-84,124r91,130r-13,0r-83,-121r-82,121r-14,0","w":188},"Y":{"d":"7,-255r83,156r76,-156r11,0r-84,171r0,84r-11,0r0,-90r-87,-165r12,0","w":181,"k":{"\u0153":22,"\u00d5":18,"\u00e6":22,"\u00e7":24,"\u00d6":18,"\u00c7":18,"\u00c5":25,"\u00c4":25,"z":16,"y":11,"x":11,"w":9,"v":10,"u":17,"s":23,"r":17,"q":23,"p":16,"o":23,"n":16,"m":15,"g":23,"e":24,"d":23,"c":24,"a":23,"Q":18,"O":18,"G":17,"C":18,"A":25,";":33,":":39,".":34,"-":29,",":30}},"Z":{"d":"150,-245r-141,0r0,-9r157,0r-145,243r154,0r0,9r-172,0","w":181},"[":{"d":"91,54v-52,-22,-64,-77,-58,-155v4,-51,-6,-125,8,-160v9,-21,26,-37,50,-48r0,12v-76,32,-48,165,-48,264v0,31,16,56,48,75r0,12","w":90},"\\":{"d":"-6,-265r24,0r88,272r-24,0","w":100},"]":{"d":"0,-308v31,16,59,41,59,81r0,200v-1,37,-31,68,-59,81r0,-12v77,-32,48,-171,48,-271v0,-29,-26,-56,-48,-68r0,-11","w":90},"^":{"d":"-1,-311r67,39r-10,5r-57,-33r-58,32r-10,-4","w":0},"_":{"d":"0,45r0,-18r200,0r0,18r-200,0","w":200},"`":{"d":"-34,-254r84,46r-5,8r-84,-46","w":0},"a":{"d":"4,-91v0,-50,46,-98,95,-97v42,0,71,18,89,55r0,-51r10,0r0,184v-15,4,-10,-12,-11,-24v0,-11,1,-20,2,-28v-11,30,-46,56,-84,57v-53,1,-101,-45,-101,-96xm15,-91v0,46,40,86,86,86v47,0,87,-39,87,-86v0,-48,-39,-87,-87,-87v-47,0,-86,40,-86,87","w":219},"b":{"d":"110,5v-37,-1,-73,-25,-84,-54r0,49r-11,0r0,-256r12,0r-1,120v13,-29,47,-53,87,-53v53,0,97,46,97,100v0,50,-49,95,-100,94xm26,-91v0,43,39,85,81,85v52,0,92,-35,92,-85v0,-47,-40,-88,-86,-88v-47,0,-87,41,-87,88","w":219},"c":{"d":"6,-91v0,-71,87,-127,149,-80v16,11,29,25,38,45r-11,0v-36,-86,-166,-55,-166,35v0,44,40,87,84,85v44,-1,64,-20,83,-52r10,0v-19,42,-48,63,-89,63v-52,0,-98,-45,-98,-96"},"d":{"d":"105,-188v40,1,70,25,84,56r0,-123r11,0r0,256r-12,0r1,-53v-7,30,-47,57,-85,57v-53,0,-99,-45,-99,-96v0,-52,47,-99,100,-97xm16,-92v0,48,38,87,86,87v48,0,87,-39,87,-88v0,-46,-40,-85,-85,-85v-49,0,-88,39,-88,86","w":219},"e":{"d":"7,-95v0,-78,111,-126,166,-64v18,20,28,42,28,68r-184,0v0,45,38,86,81,86v49,0,61,-17,86,-49r10,0v-14,31,-46,59,-87,59v-57,2,-100,-43,-100,-100xm190,-101v-2,-64,-92,-104,-142,-56v-16,14,-27,33,-31,56r173,0","w":211},"f":{"d":"2,-184r29,0v0,-48,14,-64,58,-73r0,11v-39,8,-46,16,-47,62r47,0r0,9r-47,0r0,175r-11,0r0,-175r-29,0r0,-9","w":90,"k":{"\u2019":10}},"g":{"d":"104,-188v37,0,74,26,84,54r0,-50r10,0r0,173v2,46,-45,85,-91,85v-41,0,-70,-18,-89,-55r12,0v31,69,143,52,155,-15v2,-9,4,-29,4,-58v-11,33,-46,59,-90,59v-48,0,-94,-46,-94,-96v0,-53,47,-97,99,-97xm15,-96v0,53,36,91,88,91v49,0,85,-40,85,-89v0,-45,-40,-84,-87,-84v-42,0,-86,40,-86,82","w":219},"h":{"d":"88,-178v-41,3,-62,32,-62,83r0,95r-11,0r0,-255r11,0r0,106v16,-27,39,-39,69,-39v84,-2,75,102,73,188r-10,0v-1,-82,16,-183,-70,-178","w":188},"i":{"d":"20,-255r10,0r0,30r-10,0r0,-30xm20,-184r10,0r0,184r-10,0r0,-184","w":45},"j":{"d":"-26,59v26,-6,39,-26,39,-58r0,-185r10,0r0,184v0,39,-16,62,-49,69r0,-10xm13,-255r10,0r0,30r-10,0r0,-30","w":45},"k":{"d":"15,-255r12,0r0,202r99,-131r13,0r-67,89r74,95r-14,0v-15,-21,-37,-50,-67,-86r-38,51r0,35r-12,0r0,-255","w":151},"l":{"d":"20,-255r10,0r0,255r-10,0r0,-255","w":45},"m":{"d":"83,-178v-33,0,-60,27,-60,60r0,118r-11,0r0,-185r11,0r0,32v7,-18,35,-36,60,-35v31,0,56,21,66,45v30,-76,139,-50,139,39r0,104r-10,0v-1,-77,16,-179,-62,-178v-37,-1,-61,28,-61,65r0,113r-10,0r0,-112v3,-33,-31,-66,-62,-66","w":310},"n":{"d":"90,-178v-81,0,-64,98,-65,178r-10,0r0,-184r10,0r0,35v8,-22,39,-39,68,-39v85,-1,77,101,75,188r-10,0r0,-109v1,-39,-29,-69,-68,-69","w":188},"o":{"d":"6,-92v0,-50,46,-96,97,-96v51,0,96,46,96,96v0,52,-45,97,-96,97v-53,0,-97,-44,-97,-97xm16,-95v0,50,37,90,86,90v47,0,87,-40,87,-86v0,-46,-38,-87,-85,-87v-45,0,-88,39,-88,83","w":211},"p":{"d":"207,-94v0,52,-44,100,-95,99v-40,0,-69,-18,-88,-54r0,120r-11,0r0,-255r11,0r0,51v12,-30,44,-55,81,-56v53,-1,102,42,102,95xm23,-93v0,48,39,88,86,88v47,0,87,-40,87,-87v0,-43,-40,-87,-83,-87v-49,0,-90,39,-90,86","w":219},"q":{"d":"4,-90v0,-52,44,-99,95,-98v41,0,71,18,89,54r0,-50r10,0r0,256r-10,0r0,-122v-13,29,-47,54,-87,55v-50,1,-97,-45,-97,-95xm15,-92v0,47,40,87,86,87v46,0,87,-37,87,-85v0,-49,-40,-89,-87,-89v-46,0,-86,40,-86,87","w":219},"r":{"d":"90,-177v-36,-1,-64,28,-63,64r0,112r-10,0r0,-183r10,0r0,43v6,-27,32,-46,63,-47r0,11","w":98,"k":{".":29,"-":5}},"s":{"d":"100,-92v46,21,20,94,-30,94v-36,0,-56,-20,-60,-59r10,0v5,32,16,49,48,51v42,3,68,-61,23,-79v-27,-11,-69,-18,-69,-55v0,-40,52,-66,81,-35v9,9,14,19,14,32r-11,0v1,-16,-16,-36,-32,-36v-38,0,-61,55,-18,70v1,0,16,4,44,17","w":143},"t":{"d":"-3,-185r41,0r0,-70r11,0r0,70r47,0r0,10r-47,0r0,174r-11,0r0,-174r-41,0r0,-10","w":98},"u":{"d":"91,3v-47,-1,-77,-39,-76,-89r0,-98r10,0r0,103v0,42,27,74,68,74v39,0,65,-33,64,-72r0,-105r11,0r0,183r-11,0r0,-33v-18,22,-31,37,-66,37","w":188},"v":{"d":"8,-185r69,174r73,-174r10,1r-77,183r-12,0r-75,-184r12,0","w":166,"k":{".":28,",":5}},"w":{"d":"4,-185r62,173r52,-147r10,0r48,146r63,-172r11,0r-68,185r-12,0r-47,-142r-52,141r-12,0r-66,-184r11,0","w":257,"k":{".":27,",":25}},"x":{"d":"131,-184v-15,27,-33,44,-59,91r60,93r-13,0r-55,-83r-54,82r-13,0r62,-91r-62,-92r13,0r54,82r56,-82v4,0,8,-2,11,0","w":136},"y":{"d":"7,-184v13,38,35,95,65,170r71,-170r11,0r-105,252r-12,0r28,-68r-69,-184r11,0","w":159,"k":{".":28,",":27}},"z":{"d":"6,-10r114,-165r-107,0r0,-8r120,0r0,8r-115,166r121,0r0,9r-133,0r0,-10","w":151},"{":{"d":"105,71v-112,16,-22,-145,-90,-155r0,-22v61,-3,-4,-159,66,-154r24,0r0,24v-47,-12,-32,53,-32,90v0,20,-16,48,-32,51v32,9,31,58,31,103v0,35,6,42,33,39r0,24","w":120},"|":{"d":"34,-265r26,0r0,272r-26,0r0,-272","w":93},"}":{"d":"77,-193v0,37,-5,88,28,87r0,22v-68,9,23,173,-90,155r0,-24v38,12,33,-34,32,-70v-1,-38,7,-63,32,-72v-35,-10,-33,-65,-32,-112v1,-28,-9,-31,-32,-29r0,-24v47,-4,62,10,62,67","w":120},"~":{"d":"45,-289v-28,37,-55,-17,-83,10r-6,-4v26,-37,58,18,82,-11","w":0},"\u00c4":{"d":"102,-255r17,0r109,255r-11,0r-38,-90r-136,0r-39,90r-11,0xm175,-99r-64,-151r-65,151r129,0xm90,-309r9,0r0,40r-9,0r0,-40xm120,-308r9,0r0,40r-9,0r0,-40","w":234,"k":{"\u2019":29,"\u00d5":16,"\u00d6":16,"\u00c7":16,"y":21,"w":20,"v":23,"Y":27,"W":22,"V":33,"T":22,"Q":17,"O":16,"G":16,"C":16}},"\u00c5":{"d":"102,-255r17,0r109,255r-11,0r-38,-90r-136,0r-39,90r-11,0xm175,-99r-64,-151r-65,151r129,0xm78,-297v0,-18,15,-33,34,-33v17,0,32,17,32,33v0,18,-19,32,-36,32v-15,1,-31,-17,-30,-32xm88,-294v-1,11,12,20,22,20v11,1,24,-12,24,-23v0,-12,-12,-24,-24,-24v-15,0,-22,9,-22,27","w":234,"k":{"\u2019":29,"\u00d5":16,"\u00d6":16,"\u00c7":16,"y":21,"w":20,"v":23,"Y":27,"W":22,"V":33,"T":22,"Q":17,"O":16,"G":16,"C":16}},"\u00c7":{"d":"7,-125v0,-70,58,-133,129,-133v46,0,82,18,110,55r-13,0v-20,-25,-55,-43,-97,-44v-62,-2,-119,57,-119,119v0,64,57,125,121,122v53,-2,65,-18,100,-51r11,0v-32,45,-70,65,-129,60r-7,30v21,-4,33,5,33,25v0,29,-47,32,-51,2v15,-3,16,13,26,12v18,-2,19,-29,0,-31v-8,-1,-12,12,-22,6r13,-46v-54,-10,-105,-63,-105,-126","w":257},"\u00c9":{"d":"112,-328r6,9v-18,7,-63,34,-84,47r-6,-9xm20,-255r127,0r0,10r-117,0r0,110r117,0r0,10r-117,0r0,115r117,0r0,10r-127,0r0,-255","w":159},"\u00d1":{"d":"153,-289v-26,37,-56,-17,-82,10r-7,-4v26,-37,58,18,83,-11xm17,-255r17,0r166,242r0,-242r10,0r0,255r-14,0r-169,-247r0,247r-10,0r0,-255","w":234},"\u00d6":{"d":"6,-126v0,-70,60,-132,130,-132v72,0,134,59,134,130v0,71,-61,132,-133,132v-70,0,-131,-62,-131,-130xm16,-128v0,60,55,122,115,122v73,0,128,-51,128,-123v0,-64,-57,-119,-120,-119v-66,0,-123,55,-123,120xm116,-310r9,0r0,41r-9,0r0,-41xm146,-309r10,0r0,40r-10,0r0,-40","w":287,"k":{"\u00c5":16,"\u00c4":16,"Y":19,"V":16,"Q":8,"G":8,"A":16}},"\u00dc":{"d":"94,4v-107,0,-70,-150,-75,-259r9,0v8,97,-33,253,70,249v97,-4,55,-155,64,-249r10,0r1,146v1,76,-16,113,-79,113xm75,-310r9,0r0,41r-9,0r0,-41xm105,-310r11,0r0,41r-11,0r0,-41","w":196},"\u00e1":{"d":"139,-254r6,8r-85,47r-5,-8xm4,-91v0,-50,46,-98,95,-97v42,0,71,18,89,55r0,-51r10,0r0,184v-15,4,-10,-12,-11,-24v0,-11,1,-20,2,-28v-11,30,-46,56,-84,57v-53,1,-101,-45,-101,-96xm15,-91v0,46,40,86,86,86v47,0,87,-39,87,-86v0,-48,-39,-87,-87,-87v-47,0,-86,40,-86,87","w":219},"\u00e0":{"d":"67,-254r84,46r-5,8r-84,-46xm4,-91v0,-50,46,-98,95,-97v42,0,71,18,89,55r0,-51r10,0r0,184v-15,4,-10,-12,-11,-24v0,-11,1,-20,2,-28v-11,30,-46,56,-84,57v-53,1,-101,-45,-101,-96xm15,-91v0,46,40,86,86,86v47,0,87,-39,87,-86v0,-48,-39,-87,-87,-87v-47,0,-86,40,-86,87","w":219},"\u00e2":{"d":"99,-238r67,40r-10,4r-56,-32r-58,31r-11,-5xm4,-91v0,-50,46,-98,95,-97v42,0,71,18,89,55r0,-51r10,0r0,184v-15,4,-10,-12,-11,-24v0,-11,1,-20,2,-28v-11,30,-46,56,-84,57v-53,1,-101,-45,-101,-96xm15,-91v0,46,40,86,86,86v47,0,87,-39,87,-86v0,-48,-39,-87,-87,-87v-47,0,-86,40,-86,87","w":219},"\u00e4":{"d":"3,-88v0,-53,43,-102,95,-101v40,0,69,19,88,55r0,-50r9,0r0,185r-9,0r0,-51v-21,36,-49,55,-85,55v-49,0,-98,-45,-98,-93xm14,-91v0,47,40,86,87,86v47,0,86,-41,86,-89v0,-45,-41,-85,-87,-85v-47,0,-86,39,-86,88xm86,-238r10,0r0,42r-10,0r0,-42xm118,-237r9,0r0,41r-9,0r0,-41","w":219},"\u00e3":{"d":"146,-216v-23,33,-58,-14,-82,9r-7,-3v22,-39,59,19,82,-11xm4,-91v0,-50,46,-98,95,-97v42,0,71,18,89,55r0,-51r10,0r0,184v-15,4,-10,-12,-11,-24v0,-11,1,-20,2,-28v-11,30,-46,56,-84,57v-53,1,-101,-45,-101,-96xm15,-91v0,46,40,86,86,86v47,0,87,-39,87,-86v0,-48,-39,-87,-87,-87v-47,0,-86,40,-86,87","w":219},"\u00e5":{"d":"100,-188v41,0,74,23,88,53r0,-49r10,0r0,184r-10,0r0,-50v-16,29,-46,54,-85,55v-52,1,-98,-46,-98,-97v0,-50,46,-97,95,-96xm16,-92v0,47,40,86,87,86v46,0,85,-40,85,-86v0,-47,-40,-87,-86,-87v-46,0,-86,40,-86,87xm77,-226v0,-16,15,-32,31,-32v17,0,35,15,34,33v0,18,-18,33,-36,33v-15,0,-29,-17,-29,-34xm86,-222v-1,11,12,20,23,20v12,0,23,-9,22,-22v0,-13,-9,-25,-22,-24v-15,0,-23,9,-23,26","w":219},"\u00e7":{"d":"6,-91v-2,-71,87,-127,149,-80v16,11,29,25,38,45r-11,0v-36,-86,-166,-55,-166,35v0,44,40,87,84,85v44,-1,64,-20,83,-52r10,0v-21,44,-51,67,-98,62r-6,29v20,-4,32,4,32,24v0,30,-47,33,-50,3v14,-3,15,14,25,12v8,0,16,-7,16,-15v0,-15,-23,-23,-29,-8r-8,-2r12,-44v-45,-5,-80,-46,-81,-94"},"\u00e9":{"d":"137,-254r6,8r-85,47r-5,-8xm7,-95v0,-78,111,-126,166,-64v18,20,28,42,28,68r-184,0v0,45,38,86,81,86v49,0,61,-17,86,-49r10,0v-14,31,-46,59,-87,59v-57,2,-100,-43,-100,-100xm190,-101v-2,-64,-92,-104,-142,-56v-16,14,-27,33,-31,56r173,0","w":211},"\u00e8":{"d":"65,-254r84,46r-5,8r-84,-46xm7,-95v0,-78,111,-126,166,-64v18,20,28,42,28,68r-184,0v0,45,38,86,81,86v49,0,61,-17,86,-49r10,0v-14,31,-46,59,-87,59v-57,2,-100,-43,-100,-100xm190,-101v-2,-64,-92,-104,-142,-56v-16,14,-27,33,-31,56r173,0","w":211},"\u00ea":{"d":"97,-238r67,40r-10,4r-56,-32r-58,31r-12,-5xm7,-95v0,-78,111,-126,166,-64v18,20,28,42,28,68r-184,0v0,45,38,86,81,86v49,0,61,-17,86,-49r10,0v-14,31,-46,59,-87,59v-57,2,-100,-43,-100,-100xm190,-101v-2,-64,-92,-104,-142,-56v-16,14,-27,33,-31,56r173,0","w":211},"\u00eb":{"d":"76,-238r11,0r0,41r-11,0r0,-41xm108,-238r9,0r0,41r-9,0r0,-41xm7,-95v0,-78,111,-126,166,-64v18,20,28,42,28,68r-184,0v0,45,38,86,81,86v49,0,61,-17,86,-49r10,0v-14,31,-46,59,-87,59v-57,2,-100,-43,-100,-100xm190,-101v-2,-64,-92,-104,-142,-56v-16,14,-27,33,-31,56r173,0","w":211},"\u00ed":{"d":"58,-254r5,8r-85,47r-4,-8xm18,-184r10,0r0,183r-10,0r0,-183","w":45},"\u00ec":{"d":"-14,-254r84,46r-5,8r-85,-46xm18,-184r10,0r0,183r-10,0r0,-183","w":45},"\u00ee":{"d":"15,-238r67,40r-10,4r-57,-32r-58,31r-11,-5xm15,-184r10,0r0,183r-10,0r0,-183","w":45},"\u00ef":{"d":"-1,-238r11,0r0,41r-11,0r0,-41xm31,-238r10,0r0,41r-10,0r0,-41xm21,-184r10,0r0,183r-10,0r0,-183","w":45},"\u00f1":{"d":"107,-202v-16,-2,-42,-25,-57,-5r-6,-3v23,-39,58,19,82,-11r7,5v-5,3,-16,15,-26,14xm90,-178v-81,0,-64,98,-65,178r-10,0r0,-184r10,0r0,35v8,-22,39,-39,68,-39v85,-1,77,101,75,188r-10,0r0,-109v1,-39,-29,-69,-68,-69","w":188},"\u00f3":{"d":"136,-254r6,8r-85,47r-5,-8xm6,-92v0,-50,46,-96,97,-96v51,0,96,46,96,96v0,52,-45,97,-96,97v-53,0,-97,-44,-97,-97xm16,-95v0,50,37,90,86,90v47,0,87,-40,87,-86v0,-46,-38,-87,-85,-87v-45,0,-88,39,-88,83","w":211},"\u00f2":{"d":"64,-254r84,46r-5,8r-84,-46xm6,-92v0,-50,46,-96,97,-96v51,0,96,46,96,96v0,52,-45,97,-96,97v-53,0,-97,-44,-97,-97xm16,-95v0,50,37,90,86,90v47,0,87,-40,87,-86v0,-46,-38,-87,-85,-87v-45,0,-88,39,-88,83","w":211},"\u00f4":{"d":"96,-238r67,40r-10,4r-56,-32r-58,31r-11,-5xm6,-92v0,-50,46,-96,97,-96v51,0,96,46,96,96v0,52,-45,97,-96,97v-53,0,-97,-44,-97,-97xm16,-95v0,50,37,90,86,90v47,0,87,-40,87,-86v0,-46,-38,-87,-85,-87v-45,0,-88,39,-88,83","w":211},"\u00f6":{"d":"5,-92v0,-51,46,-97,97,-97v50,0,94,46,94,96v0,54,-43,98,-98,98v-49,0,-93,-47,-93,-97xm15,-91v0,46,40,86,85,86v47,0,87,-40,87,-87v0,-46,-41,-87,-86,-87v-46,0,-86,41,-86,88xm81,-237r10,0r0,42r-10,0r0,-42xm112,-237r9,0r0,42r-9,0r0,-42","w":211},"\u00f5":{"d":"143,-216v-23,33,-58,-14,-82,9r-7,-3v25,-39,57,18,82,-11xm6,-92v0,-50,46,-96,97,-96v51,0,96,46,96,96v0,52,-45,97,-96,97v-53,0,-97,-44,-97,-97xm16,-95v0,50,37,90,86,90v47,0,87,-40,87,-86v0,-46,-38,-87,-85,-87v-45,0,-88,39,-88,83","w":211},"\u00fa":{"d":"126,-254r5,8r-84,47r-5,-8xm91,3v-47,-1,-77,-39,-76,-89r0,-98r10,0r0,103v0,42,27,74,68,74v39,0,65,-33,64,-72r0,-105r11,0r0,183r-11,0r0,-33v-18,22,-31,37,-66,37","w":188},"\u00f9":{"d":"54,-254r84,46r-5,8r-84,-46xm91,3v-47,-1,-77,-39,-76,-89r0,-98r10,0r0,103v0,42,27,74,68,74v39,0,65,-33,64,-72r0,-105r11,0r0,183r-11,0r0,-33v-18,22,-31,37,-66,37","w":188},"\u00fb":{"d":"86,-238r67,40r-10,4r-57,-32r-58,31r-11,-5xm91,3v-47,-1,-77,-39,-76,-89r0,-98r10,0r0,103v0,42,27,74,68,74v39,0,65,-33,64,-72r0,-105r11,0r0,183r-11,0r0,-33v-18,22,-31,37,-66,37","w":188},"\u00fc":{"d":"94,3v-88,1,-80,-95,-78,-188r10,0v0,80,-14,179,66,178v81,-1,64,-96,65,-178r10,0r0,184r-10,0r0,-34v-18,25,-38,38,-63,38xm72,-238r10,0r0,41r-10,0r0,-41xm103,-238r10,0r0,41r-10,0r0,-41","w":188},"\u2020":{"d":"3,-181r67,0r0,-75r11,0r0,75r68,0r0,10r-68,0r0,238r-10,0r0,-238r-68,0r0,-10","w":159},"\u00b0":{"d":"76,-187v0,28,-24,53,-52,53v-28,0,-53,-25,-53,-53v0,-27,26,-52,53,-52v27,0,52,24,52,52xm62,-187v0,-20,-18,-38,-39,-38v-22,0,-38,18,-38,38v0,19,19,39,39,39v19,0,38,-19,38,-39","w":120},"\u00a2":{"d":"95,-177v-67,1,-105,94,-56,144v16,16,34,26,56,27r0,-171xm5,-91v0,-49,43,-95,90,-97r0,-42r9,0r0,42v42,2,75,28,88,62r-10,0v-19,-34,-45,-51,-78,-52r0,172v32,-1,58,-19,78,-53r11,0v-15,35,-43,63,-89,63r0,38r-9,0r0,-38v-47,-3,-91,-45,-90,-95"},"\u00a3":{"d":"203,-83v8,50,-27,83,-73,83r-106,0r0,-10r51,0v31,-44,18,-82,-24,-116r-42,0r0,-9r34,0v-41,-52,7,-123,71,-123v37,0,62,20,76,61r-10,0v-5,-27,-38,-51,-70,-51v-55,0,-95,71,-55,113r100,0r0,9r-89,0v37,31,47,72,23,116v65,6,118,-14,102,-73r12,0","w":219},"\u00a7":{"d":"134,13v0,52,-67,78,-104,44v-11,-10,-19,-23,-22,-39r11,0v11,29,21,42,55,45v46,4,65,-66,30,-88v-5,-3,-18,-9,-39,-12v-66,-9,-63,-94,-13,-113v-54,-25,-34,-115,29,-109v36,3,49,13,63,51r-11,0v-5,-21,-25,-41,-50,-41v-27,0,-54,22,-53,48v0,27,17,42,52,48v37,6,55,26,55,60v0,30,-14,41,-37,55v19,5,34,27,34,51xm76,-144v-29,0,-52,23,-52,52v0,28,25,48,53,48v27,0,51,-24,51,-51v0,-27,-25,-49,-52,-49","w":159},"\u2022":{"d":"61,-174v25,0,46,22,46,47v0,26,-21,47,-46,47v-26,0,-48,-21,-48,-47v0,-26,22,-47,48,-47","w":119},"\u00b6":{"d":"32,-182v-1,-45,32,-72,79,-72r83,0r0,19r-12,0r0,295r-21,0r0,-295r-52,0r0,295r-21,0r0,-175v-34,-5,-56,-30,-56,-67","w":240},"\u00df":{"d":"82,-249v-34,-1,-57,24,-56,59r0,190r-10,0r0,-194v-1,-35,31,-65,66,-65v71,0,95,103,28,127v39,9,58,31,58,68v0,57,-75,87,-115,50v-11,-11,-17,-28,-21,-52r11,0v2,85,117,70,116,1v0,-40,-28,-60,-84,-60r0,-9v37,0,64,-21,64,-58v0,-34,-24,-57,-57,-57","w":181},"\u00ae":{"d":"265,-113v0,65,-56,120,-120,120v-64,0,-121,-55,-121,-120v0,-64,56,-121,121,-121v64,0,120,57,120,121xm251,-113v0,-57,-50,-107,-107,-107v-57,0,-106,49,-106,107v0,57,50,106,107,106v56,0,106,-50,106,-106xm149,-185v63,-8,57,67,12,67r42,54v3,4,6,5,12,5r0,6r-33,0r-46,-62r-9,0v4,21,-12,58,16,56r0,6r-56,0r0,-6v12,0,17,-3,17,-9r0,-101v1,-11,-6,-10,-15,-10r0,-6r60,0xm173,-150v2,-24,-18,-27,-39,-28v-18,4,-3,39,-7,56v27,-1,44,-6,46,-28","w":297},"\u00a9":{"d":"24,-115v0,-64,57,-121,121,-121v64,0,121,57,121,121v0,63,-57,120,-121,120v-64,0,-121,-57,-121,-120xm38,-115v0,56,50,106,107,106v57,0,107,-50,107,-106v0,-56,-51,-107,-107,-107v-56,0,-107,51,-107,107xm145,-182v9,0,42,16,45,1r7,0r1,45r-7,0v-2,-20,-20,-37,-41,-37v-29,-1,-48,31,-48,61v0,55,63,69,93,35r4,6v-39,49,-119,24,-119,-41v0,-37,29,-70,65,-70","w":297},"\u2122":{"d":"60,-227v-28,0,-40,3,-40,26r-6,0r1,-34r111,0r1,34v-3,0,-8,2,-7,-3v-1,-20,-14,-23,-39,-23r0,109v0,7,5,9,17,9r0,7r-56,0r0,-7v12,0,18,-2,18,-9r0,-109xm155,-216v0,-12,-5,-13,-18,-13r0,-6r39,0r47,101r44,-101r39,0v4,11,-20,3,-17,15r0,102v0,7,5,9,17,9r0,7r-56,0r0,-7v12,0,18,-2,18,-9r0,-97r-47,113r-6,0r-50,-108r0,92v0,7,5,9,17,9r0,7r-45,0r0,-7v12,0,18,-2,18,-9r0,-98","w":334},"\u00b4":{"d":"38,-254r6,8r-85,47r-4,-8","w":0},"\u00a8":{"d":"-22,-238r10,0r0,41r-10,0r0,-41xm9,-238r10,0r0,41r-10,0r0,-41","w":0},"\u00c6":{"d":"161,-255r128,0r0,10r-108,0r0,110r108,0r0,9r-108,0r0,116r108,0r0,10r-118,0r0,-90r-112,0r-63,89r-11,0xm171,-101r0,-151r-106,151r106,0","w":310,"k":{"\u2019":16,"\u00d5":8,"\u00d6":8,"\u00c7":9,"y":11,"w":10,"v":11,"Y":5,"W":4,"V":5,"T":6,"Q":9,"O":8,"G":9,"C":9}},"\u00d8":{"d":"6,-130v0,-95,117,-167,205,-105r32,-43r8,6r-33,43v32,27,49,53,50,105v2,95,-119,167,-205,105r-35,48r-7,-6r35,-47v-33,-28,-50,-64,-50,-106xm205,-227v-97,-68,-232,39,-177,153v6,12,17,26,34,43xm69,-28v81,58,188,-7,188,-101v0,-38,-15,-69,-44,-93","w":287},"\u00b1":{"d":"91,-143r0,-82r19,0r0,82r83,0r0,20r-83,0r0,82r-19,0r0,-82r-83,0r0,-20r83,0xm8,0r0,-19r185,0r0,19r-185,0","w":206},"\u00b5":{"d":"33,78v-31,-8,-7,-55,-7,-81r0,-172r30,0r0,116v-5,54,61,47,72,14r0,-130r30,0r0,134v-2,21,21,42,33,21v3,-6,0,-18,12,-16v-6,50,-71,58,-75,7v-13,29,-65,49,-90,18v1,24,12,42,12,64v0,12,-6,25,-17,25","w":216},"\u00e6":{"d":"0,-91v0,-52,45,-97,97,-97v40,0,69,19,86,58r0,-55r9,0r0,53v25,-61,108,-76,154,-28v19,19,28,42,28,67r-183,0v4,47,35,87,84,87v36,0,63,-17,82,-50r11,0v-34,79,-146,79,-177,3r1,52r-10,0r0,-52v-19,37,-48,57,-88,57v-48,0,-94,-46,-94,-95xm10,-93v0,43,38,87,82,87v51,0,91,-37,91,-87v0,-45,-41,-86,-85,-86v-46,0,-88,41,-88,86xm364,-103v-6,-65,-90,-99,-141,-56v-15,13,-26,32,-32,56r173,0","w":393},"\u00f8":{"d":"43,-17v-73,-55,-28,-176,62,-172v17,0,35,6,52,17r24,-32r7,6r-23,31v67,52,25,171,-67,171v-13,0,-29,-5,-47,-15r-23,29r-6,-5xm152,-164v-89,-62,-187,70,-103,140xm56,-19v64,37,133,-9,132,-75v0,-28,-10,-49,-30,-65","w":211},"\u00bf":{"d":"88,3v-65,0,-96,-75,-57,-118v20,-22,49,-41,47,-83v5,0,12,-1,10,6v4,60,-62,66,-64,121v-2,35,21,65,55,65v39,0,62,-20,68,-61v5,0,11,-2,9,5v1,33,-35,65,-68,65xm77,-255r11,0r0,30r-11,0r0,-30","w":181},"\u00a1":{"d":"23,-197r11,0r0,197r-11,0r0,-197xm24,-254r10,0r0,29r-10,0r0,-29","w":68},"\u00ac":{"d":"11,-101r233,0r0,101r-20,0r0,-81r-213,0r0,-20","w":268},"\u00ab":{"d":"39,-161r7,9r-35,60r34,58r-5,11r-40,-69","w":40},"\u00bb":{"d":"35,-92r-33,-58r5,-10r40,69r-39,68r-6,-10","w":40},"\u2026":{"d":"79,0r-38,0r0,-38r38,0r0,38xm199,0r-38,0r0,-38r38,0r0,38xm319,0r-38,0r0,-38r38,0r0,38","w":360},"\u00a0":{"w":120},"\u00c0":{"d":"73,-328r85,46r-5,9r-84,-47xm102,-255r17,0r109,255r-11,0r-38,-90r-136,0r-39,90r-11,0xm175,-99r-64,-151r-65,151r129,0","w":234},"\u00c3":{"d":"152,-289v-27,37,-56,-17,-83,10r-6,-4v26,-37,57,18,82,-11xm102,-255r17,0r109,255r-11,0r-38,-90r-136,0r-39,90r-11,0xm175,-99r-64,-151r-65,151r129,0","w":234},"\u00d5":{"d":"178,-289v-28,37,-55,-18,-83,10r-6,-4v26,-37,58,18,83,-11xm6,-126v0,-70,60,-132,130,-132v72,0,134,59,134,130v0,71,-61,132,-133,132v-70,0,-131,-62,-131,-130xm16,-128v0,60,55,122,115,122v73,0,128,-51,128,-123v0,-64,-57,-119,-120,-119v-66,0,-123,55,-123,120","w":287,"k":{"\u00c5":16,"\u00c4":16,"Y":19,"V":16,"Q":8,"G":8,"A":16}},"\u0152":{"d":"4,-128v0,-68,61,-130,129,-130v55,0,97,27,124,81r0,-78r118,0r0,10r-107,0r0,110r107,0r0,10r-107,0r0,115r107,0r0,10r-118,0r0,-81v-16,44,-62,85,-118,85v-74,0,-135,-59,-135,-132xm13,-130v0,61,55,124,114,124v73,0,130,-50,130,-121v0,-64,-58,-122,-122,-122v-63,0,-122,57,-122,119","w":393,"k":{"\u00c5":4,"\u00c4":4,"Y":4,"V":4,"Q":8,"G":8,"A":4}},"\u0153":{"d":"1,-92v0,-52,46,-96,98,-96v38,0,68,21,89,64v16,-43,48,-64,94,-64v51,0,93,46,93,96r-183,0v2,45,36,87,82,86v46,0,63,-18,83,-50r12,0v-21,36,-44,61,-92,61v-42,0,-79,-28,-89,-64v-19,42,-49,63,-90,63v-51,0,-97,-46,-97,-96xm11,-93v0,47,39,87,86,87v48,0,87,-37,87,-85v0,-47,-38,-88,-85,-88v-46,0,-88,41,-88,86xm365,-102v-7,-59,-81,-100,-136,-60v-23,17,-30,31,-37,60r173,0","w":393},"\u2013":{"d":"12,-97r173,0r0,9r-173,0r0,-9"},"\u2014":{"d":"-6,-111r241,0r0,10r-241,0r0,-10","w":242},"\u201c":{"d":"36,-254r12,0r-27,58r-11,0xm69,-254r12,0r-28,58r-10,0","w":90},"\u201d":{"d":"36,-254r11,0r-26,58r-11,0xm69,-254r12,0r-27,57r-12,0","w":90},"\u2018":{"d":"34,-254r11,0r-27,59r-12,0","w":52},"\u2019":{"d":"34,-253r11,0r-28,58r-11,0","w":52},"\u00f7":{"d":"8,-102r184,0r0,20r-184,0r0,-20xm79,-140v0,-9,10,-19,19,-19v10,0,20,9,20,19v1,10,-10,21,-20,20v-10,0,-19,-10,-19,-20xm79,-44v0,-10,9,-20,19,-20v10,-1,21,10,20,20v0,10,-10,19,-20,19v-9,0,-19,-10,-19,-19","w":206},"\u00ff":{"d":"49,-238r10,0r0,41r-10,0r0,-41xm80,-238r10,0r0,41r-10,0r0,-41xm7,-184v13,38,35,95,65,170r71,-170r11,0r-105,252r-12,0r28,-68r-69,-184r11,0","w":159},"\u0178":{"d":"60,-309r11,0r0,40r-11,0r0,-40xm91,-309r11,0r0,41r-11,-1r0,-40xm7,-255r83,156r76,-156r11,0r-84,171r0,84r-11,0r0,-90r-87,-165r12,0","w":181},"\u2039":{"d":"88,-39r-56,-44r0,-33r56,-44r0,31r-38,29r38,29r0,32","w":119},"\u203a":{"d":"32,-71r37,-29r-37,-29r0,-31r56,44r0,33r-56,44r0,-32","w":119},"\u2219":{"d":"18,-105v0,-9,7,-19,17,-18v9,0,19,7,19,17v0,10,-9,19,-18,18v-10,0,-18,-7,-18,-17","w":64},"\u201a":{"d":"28,-32r10,0r-27,59r-10,0","w":48},"\u201e":{"d":"27,-32r11,0r-29,59r-12,0xm60,-32r11,0r-29,59r-11,0","w":90},"\u00c2":{"d":"105,-311r68,39r-10,5r-58,-33r-58,32r-10,-4xm102,-255r17,0r109,255r-11,0r-38,-90r-136,0r-39,90r-11,0xm175,-99r-64,-151r-65,151r129,0","w":234},"\u00ca":{"d":"76,-311r67,39r-10,5r-57,-33r-59,32r-10,-4xm22,-255r128,0r0,10r-117,0r0,110r117,0r0,10r-117,0r0,115r117,0r0,10r-128,0r0,-255","w":159},"\u00c1":{"d":"151,-319v-20,9,-67,37,-85,47r-5,-9r84,-47xm102,-255r17,0r109,255r-11,0r-38,-90r-136,0r-39,90r-11,0xm175,-99r-64,-151r-65,151r129,0","w":234},"\u00cb":{"d":"52,-309r10,0r0,40r-10,0r0,-40xm83,-309r10,0r0,41r-10,-1r0,-40xm20,-255r127,0r0,10r-117,0r0,110r117,0r0,10r-117,0r0,115r117,0r0,10r-127,0r0,-255","w":159},"\u00c8":{"d":"40,-328r85,46r-5,9r-84,-47xm20,-255r127,0r0,10r-117,0r0,110r117,0r0,10r-117,0r0,115r117,0r0,10r-127,0r0,-255","w":159},"\u00cd":{"d":"62,-328r5,9v-18,8,-61,34,-84,47r-5,-9xm22,-255r11,0r0,255r-11,0r0,-255","w":52},"\u00ce":{"d":"19,-311r67,39r-10,5r-56,-33r-59,32r-10,-4xm19,-255r10,0r0,255r-10,0r0,-255","w":52},"\u00cf":{"d":"4,-309r10,0r0,40r-10,0r0,-40xm35,-309r10,0r0,41r-10,-1r0,-40xm24,-255r11,0r0,255r-11,0r0,-255","w":52},"\u00cc":{"d":"-10,-328r85,46r-5,9r-84,-47xm23,-255r10,0r0,255r-10,0r0,-255","w":52},"\u00d3":{"d":"177,-319v-19,8,-58,30,-84,47r-6,-9r85,-47xm6,-126v0,-70,60,-132,130,-132v72,0,134,59,134,130v0,71,-61,132,-133,132v-70,0,-131,-62,-131,-130xm16,-128v0,60,55,122,115,122v73,0,128,-51,128,-123v0,-64,-57,-119,-120,-119v-66,0,-123,55,-123,120","w":287},"\u00d4":{"d":"132,-311r67,39r-10,5r-57,-33r-59,32r-9,-4xm6,-126v0,-70,60,-132,130,-132v72,0,134,59,134,130v0,71,-61,132,-133,132v-70,0,-131,-62,-131,-130xm16,-128v0,60,55,122,115,122v73,0,128,-51,128,-123v0,-64,-57,-119,-120,-119v-66,0,-123,55,-123,120","w":287},"\u00d2":{"d":"99,-328r85,46r-5,9r-84,-47xm6,-126v0,-70,60,-132,130,-132v72,0,134,59,134,130v0,71,-61,132,-133,132v-70,0,-131,-62,-131,-130xm16,-128v0,60,55,122,115,122v73,0,128,-51,128,-123v0,-64,-57,-119,-120,-119v-66,0,-123,55,-123,120","w":287},"\u00da":{"d":"136,-319r-84,47r-6,-9r85,-47xm97,3v-46,0,-78,-34,-77,-80r0,-178r9,0v8,96,-34,249,67,249v45,0,66,-29,66,-82r0,-167r11,0r0,172v1,49,-28,86,-76,86","w":196},"\u00db":{"d":"91,-311r67,39r-10,5r-57,-33r-58,32r-10,-4xm97,3v-46,0,-78,-34,-77,-80r0,-178r9,0v8,96,-34,249,67,249v45,0,66,-29,66,-82r0,-167r11,0r0,172v1,49,-28,86,-76,86","w":196},"\u00d9":{"d":"58,-328r85,46r-5,9r-84,-47xm97,3v-46,0,-78,-34,-77,-80r0,-178r9,0v8,96,-34,249,67,249v45,0,66,-29,66,-82r0,-167r11,0r0,172v1,49,-28,86,-76,86","w":196},"\u02c6":{"d":"-1,-238r66,40r-10,4r-56,-32r-58,31r-11,-5","w":0},"\u02dc":{"d":"45,-216v-29,36,-53,-16,-82,9r-6,-3v22,-39,58,19,81,-11","w":0},"\u00b8":{"d":"27,57v0,29,-44,33,-50,3v14,-3,16,14,25,12v19,0,20,-30,1,-31v-9,-1,-12,12,-22,6r13,-46r9,0r-9,32v19,-4,33,5,33,24","w":0},"\u2260":{"d":"162,-182r-26,48r57,0r0,19r-68,0r-27,49r95,0r0,19r-105,0r-32,56r-17,-10r26,-46r-55,0r0,-19r66,0r27,-49r-93,0r0,-19r103,0r32,-58","w":206},"\u221e":{"d":"131,-104v22,-20,37,-35,66,-37v25,-1,49,21,49,48v0,25,-21,52,-47,50v-36,-3,-35,-10,-68,-38v-29,25,-34,35,-69,38v-26,2,-47,-25,-47,-50v0,-26,24,-49,49,-48v30,1,43,16,67,37xm119,-92v-20,-17,-31,-31,-55,-31v-17,0,-31,15,-31,33v0,30,40,39,62,19v4,-3,12,-10,24,-21xm142,-92v21,19,28,30,54,32v16,1,34,-14,33,-30v-1,-31,-36,-43,-61,-22v-4,4,-14,10,-26,20","w":268},"\u2264":{"d":"15,-19r173,0r0,19r-173,0r0,-19xm15,-143r173,-80r0,21r-151,70r151,69r0,22r-173,-80r0,-22","w":206},"\u2265":{"d":"188,0r-173,0r0,-19r173,0r0,19xm188,-121r-173,80r0,-22r151,-69r-151,-70r0,-21r173,80r0,22","w":206},"\u2202":{"d":"135,-117v18,-71,-19,-160,-94,-116r-14,-17v79,-38,139,31,139,113v0,67,-28,144,-87,144v-36,0,-66,-31,-66,-68v0,-36,31,-81,66,-79v30,1,33,8,56,23xm132,-104v-15,-15,-16,-22,-38,-23v-30,-2,-51,41,-50,75v0,32,10,49,31,49v30,0,48,-33,57,-101","w":185},"\u03a3":{"d":"64,-1v67,-8,166,26,177,-40r8,0v-7,29,-12,56,-15,79v-60,-10,-78,-1,-223,-3r122,-139r-121,-158v43,1,113,2,209,2r3,56r-7,0v-6,-61,-86,-34,-146,-40r96,124","w":268},"\u220f":{"d":"15,27v24,0,34,-5,34,-28r0,-219v0,-23,-11,-34,-33,-34r0,-8r270,0r0,8v-22,0,-33,11,-33,34r0,219v1,22,10,28,34,28r0,8r-107,0r0,-8v24,0,33,-6,34,-28r0,-242r-125,0r0,242v1,22,10,28,34,28r0,8r-108,0r0,-8","w":309},"\u03c0":{"d":"148,6v-25,0,-35,-33,-33,-65v0,-11,2,-38,7,-81r-40,0r-15,121v-5,31,-38,34,-43,7v0,-5,28,-42,27,-48r10,-80v-26,-1,-37,3,-47,22r-6,0v12,-31,20,-52,49,-52r130,0r0,30r-44,0v0,38,-20,105,18,114v16,0,19,-10,21,-27r8,0v0,28,-16,59,-42,59","w":206},"\u222b":{"d":"3,16v1,-21,26,-13,34,-4v6,0,10,-11,10,-34r-3,-187v0,-74,12,-111,36,-111v25,0,34,36,6,35v-9,0,-24,-19,-24,3v0,85,14,280,-16,311v-14,14,-44,7,-43,-13","w":102},"\u03a9":{"d":"141,-229v-71,-4,-91,89,-63,144v8,14,21,24,38,32r5,53r-103,0r0,-57r6,0v2,33,46,19,78,22r-1,-10v-44,-13,-75,-43,-76,-94v-1,-61,53,-101,116,-101v63,0,115,40,115,101v0,48,-24,79,-75,94r-1,10v32,-3,76,11,78,-22r5,0r0,57r-103,0r6,-53v34,-15,50,-39,50,-87v0,-53,-24,-86,-75,-89","w":289},"\u221a":{"d":"8,-157r51,-25r69,141r44,-279r13,1r-53,332r-85,-175r-33,17","w":206},"\u2248":{"d":"60,-137v30,1,97,40,116,0r13,8v-31,69,-132,-29,-165,29r-14,-9v14,-18,30,-28,50,-28xm60,-84v30,0,99,38,116,-1r13,9v-32,69,-131,-29,-165,29r-14,-10v14,-18,30,-27,50,-27","w":206},"\u2206":{"d":"217,0r-210,0r112,-240xm30,-17r144,0r-68,-163","w":229},"\u25ca":{"d":"78,0r-68,-132r68,-128r21,0r68,128r-68,132r-21,0xm89,-241r-57,109r57,113r57,-113","w":185},"\u2215":{"d":"91,-255r8,0r-161,255r-8,0","w":45},"\uf000":{"d":"91,-252r0,22r-102,0r0,-22r102,0xm222,-207r0,23r-233,0r0,-23r233,0xm222,-161r0,23r-233,0r0,-23r233,0xm222,-115r0,24r-233,0r0,-24r233,0xm222,-23r0,23r-233,0r0,-23r233,0xm222,-252r0,22r-102,0r0,-22r102,0xm91,-68r0,21r-102,0r0,-21r102,0xm222,-68r0,21r-102,0r0,-21r102,0","w":232},"\u0131":{"d":"20,-184r10,0r0,183r-10,0r0,-183","w":45},"\u02c7":{"d":"-58,-239r55,34r59,-33r9,6r-68,37r-68,-39","w":0}}});


