(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(a){a.address=(function(){var c=function(i){a(this).trigger(a.extend(a.Event(i),(function(){var af={value:this.value(),path:this.path(),pathNames:this.pathNames(),parameterNames:this.parameterNames(),parameters:{},queryString:this.queryString()};for(var ae=0,p=af.parameterNames.length;ae<p;ae++){af.parameters[af.parameterNames[ae]]=this.parameter(af.parameterNames[ae])}return af}).call(this)))};var U=function(){c.call(a.address,"init")};var n=function(){c.call(a.address,"change")};var O=function(){var i=T.href.indexOf("#");return i!=-1?ac(o(T.href.substr(i+1))):""};var g=function(){try{top.document;return top}catch(i){return window}};var E=function(p,i){if(B.strict){p=i?(p.substr(0,1)!="/"?"/"+p:p):(p==""?"/":p)}return p};var q=function(i,p){return(h&&T.protocol=="file:")?(p?P.replace(/\?/,"%3F"):P.replace(/%253F/,"?")):i};var ad=function(ag){for(var ae=0,p=ag.childNodes.length,af;ae<p;ae++){if(ag.childNodes[ae].src){k=String(ag.childNodes[ae].src)}if(af=ad(ag.childNodes[ae])){return af}}};var W=function(){if(!s){var p=O();var i=!(P==p);if(t&&r<523){if(D!=X.length){D=X.length;if(typeof z[D-1]!=F){P=z[D-1]}S()}}else{if(h&&i){if(r<7){T.reload()}else{G.value(p)}}else{if(i){P=p;S()}}}}};var S=function(){n();m(v,10)};var v=function(){var p=(T.pathname+(/\/$/.test(T.pathname)?"":"/")+C.value()).replace(/\/\//,"/").replace(/^\/$/,"");var i=window[B.tracker];if(typeof i==f){i(p)}else{if(typeof pageTracker!=F&&typeof pageTracker._trackPageview==f){pageTracker._trackPageview(p)}else{if(typeof urchinTracker==f){urchinTracker(p)}}}};var e=function(){var i=w.contentWindow.document;i.open();i.write("<html><head><title>"+aa.title+"</title><script>var "+x+' = "'+O()+'";<\/script></head></html>');i.close()};var M=function(){if(!R){R=true;a("a").attr("xref",function(){return a(this).attr("href")});if(h&&r<8){aa.body.innerHTML='<iframe id="'+x+'" src="javascript:false;" width="0" height="0"></iframe>'+aa.body.innerHTML;w=aa.getElementById(x);m(function(){a(w).bind("load",function(){var i=w.contentWindow;var p=i.location.href;P=(typeof i[x]!=F?i[x]:"");if(P!=O()){S();T.hash=q(P,true)}});if(typeof w.contentWindow[x]==F){e()}},50)}else{if(t){if(r<418){a(aa.body).append('<form id="'+x+'" style="position:absolute;top:-9999px;" method="get"></form>');I=aa.getElementById(x)}if(typeof T[x]==F){T[x]={}}if(typeof T[x][T.pathname]!=F){z=T[x][T.pathname].split(",")}}}m(function(){U();n();v()},1);if(h&&r>=8){aa.body.onhashchange=W}else{u(W,50)}a("a").attr("href",function(){return a(this).attr("xref")}).removeAttr("xref");a("a[rel*=address:]").address()}};var C={baseURL:function(){var i=T.href;if(i.indexOf("#")!=-1){i=i.substr(0,i.indexOf("#"))}if(i.substr(i.length-1)=="/"){i=i.substr(0,i.length-1)}return i},strict:function(){return B.strict},history:function(){return B.history},tracker:function(){return B.tracker},title:function(){return aa.title},value:function(){if(!Z){return null}return o(E(q(P,false),false))},path:function(){var i=this.value();return(i.indexOf("?")!=-1)?i.split("?")[0]:i},pathNames:function(){var p=this.path();var i=p.split("/");if(p.substr(0,1)=="/"||p.length==0){i.splice(0,1)}if(p.substr(p.length-1,1)=="/"){i.splice(i.length-1,1)}return i},queryString:function(){var p=this.value();var i=p.indexOf("?");return(i!=-1&&i<p.length)?p.substr(i+1):""},parameter:function(aj){var ag=this.value();var ae=ag.indexOf("?");if(ae!=-1){ag=ag.substr(ae+1);var ai=ag.split("&");var ah,af=ai.length;while(af--){ah=ai[af].split("=");if(ah[0]==aj){return ah[1]}}}},parameterNames:function(){var af=this.value();var p=af.indexOf("?");var ag=[];if(p!=-1){af=af.substr(p+1);if(af!=""&&af.indexOf("=")!=-1){var ah=af.split("&");var ae=0;while(ae<ah.length){ag.push(ah[ae].split("=")[0]);ae++}}}return ag}};var G={strict:function(i){B.strict=i},history:function(i){B.history=i},tracker:function(i){B.tracker=i},title:function(i){m(function(){H=aa.title=i;if(J&&w&&w.contentWindow&&w.contentWindow.document){w.contentWindow.document.title=i;J=false}if(!L&&Y){T.replace(T.href.indexOf("#")!=-1?T.href:T.href+"#")}L=false},50)},value:function(ae){ae=ac(o(E(ae,true)));if(ae=="/"){ae=""}if(P==ae){return}L=true;P=ae;s=true;S();z[X.length]=P;if(t){if(B.history){T[x][T.pathname]=z.toString();D=X.length+1;if(r<418){if(T.search==""){I.action="#"+P;I.submit()}}else{if(r<523||P==""){var i=aa.createEvent("MouseEvents");i.initEvent("click",true,true);var p=aa.createElement("a");p.href="#"+P;p.dispatchEvent(i)}else{T.hash="#"+P}}}else{T.replace("#"+P)}}else{if(P!=O()){if(B.history){T.hash="#"+q(P,true)}else{T.replace("#"+P)}}}if((h&&r<8)&&B.history){m(e,50)}if(t){m(function(){s=false},1)}else{s=false}}};var x="jQueryAddress",f="function",F="undefined",A=a.browser,r=parseFloat(a.browser.version),Y=A.mozilla,h=A.msie,K=A.opera,t=A.safari,Z=false,N=g(),aa=N.document,X=N.history,T=N.location,u=setInterval,m=setTimeout,o=decodeURI,ac=encodeURI,ab=navigator.userAgent,w,I,k,H=aa.title,D=X.length,s=false,R=false,L=true,J=true,z=[],y={},P=O(),j={},B={history:true,strict:true};if(h){r=parseFloat(ab.substr(ab.indexOf("MSIE")+4))}Z=(Y&&r>=1)||(h&&r>=6)||(K&&r>=9.5)||(t&&r>=312);if(Z){for(var V=1;V<D;V++){z.push("")}z.push(O());if(h&&T.hash!=O()){T.hash="#"+q(O(),true)}if(K){history.navigationMode="compatible"}ad(document);var b=k.indexOf("?");if(k&&b>-1){var l,d=k.substr(b+1).split("&");for(var V=0,Q;Q=d[V];V++){l=Q.split("=");if(/^(history|strict)$/.test(l[0])){B[l[0]]=(isNaN(l[1])?/^(true|yes)$/i.test(l[1]):(parseInt(l[1])!=0))}if(/^tracker$/.test(l[0])){B[l[0]]=l[1]}}}a(M)}else{if((!Z&&T.href.indexOf("#")!=-1)||(t&&r<418&&T.href.indexOf("#")!=-1&&T.search!="")){aa.open();aa.write('<html><head><meta http-equiv="refresh" content="0;url='+T.href.substr(0,T.href.indexOf("#"))+'" /></head></html>');aa.close()}else{v()}}a.each(("init,change").split(","),function(ae,p){j[p]=function(af,i){a(a.address).bind(p,i||af,i&&af);return this}});a.each(("baseURL,strict,history,tracker,title,value").split(","),function(ae,p){j[p]=function(i){if(typeof i!="undefined"){if(Z){G[p](i)}return a.address}else{return C[p]()}}});a.each(("path,pathNames,queryString,parameter,parameterNames").split(","),function(ae,p){j[p]=function(i){return C[p](i)}});return j})();a.fn.address=function(b){a(this).click(function(){var c=b?b.call(this):/address:/.test(a(this).attr("rel"))?a(this).attr("rel").split("address:")[1].split(" ")[0]:a(this).attr("href").replace(/^#/,"");a.address.value(c);return false})}}(jQuery));;$(document).ready(function(){hoverOpacity.init()});hoverOpacity={init:function(){$('div.linkFader').css({position:"relative",backgroundPosition:"0px 0px",cursor:"pointer"})
$('div.linkFader').each(function(){spanFader=document.createElement('span');myBG=$(this).css("background-image")
$(this).append(spanFader);myBG=$(this).css("background-image")
spanWidth=$(this).css("width")
spanHeight=$(this).css("height")
$(this).find("span").css({backgroundImage:myBG,backgroundPosition:"bottom right",position:"absolute",display:"block",cursor:"pointer",top:"0px",left:"0px",width:spanWidth,height:spanHeight,opacity:0,visibility:"visible",padding:"17px 112px 17px 112px",'z-index':'0'})})
$("div.linkFader").hover(function(){$(this).find("span").stop()
$(this).find("span:not(:animated)").animate({opacity:1},300)},function(){$(this).find("span").animate({opacity:0},250)});}};var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I-1]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.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.alt=w;n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());;;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990 as an unpublished work by Bitstream Inc.  All rights reserved. 
 * Confidential.
 */
Cufon.registerFont({"w":228,"face":{"font-family":"Claredon Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-24 -347 408 85","underline-thickness":"39.6","underline-position":"-38.52","stemh":"31","stemv":"60","unicode-range":"U+0020-U+0192"},"glyphs":{" ":{"w":114},"!":{"d":"87,-23v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30v0,-17,13,-31,30,-31v17,0,30,14,30,31xm40,-76v-6,-63,-17,-106,-17,-131v0,-26,13,-42,35,-42v19,0,33,14,33,37v0,40,-14,84,-17,136r-34,0","w":113},"\"":{"d":"36,-149r-7,0r-16,-88v0,-13,7,-20,19,-20v14,-1,22,12,19,27xm97,-149r-8,0r-15,-88v0,-13,7,-20,19,-20v14,-1,22,12,19,27","w":126},"#":{"d":"120,-258r44,0r-25,69r43,0r24,-69r44,0r-25,69r48,0r-15,41r-47,0r-14,41r48,0r-15,40r-48,0r-25,69r-43,0r25,-69r-43,0r-25,69r-43,0r25,-69r-49,0r15,-40r48,0r14,-41r-50,0r15,-41r50,0xm124,-148r-15,41r45,0r14,-41r-44,0","w":276},"$":{"d":"103,-194v-22,2,-32,11,-32,26v0,15,10,22,32,26r0,-52xm103,40r0,-40v-51,2,-88,-18,-88,-48v0,-19,14,-32,33,-32v31,-2,42,43,7,46v12,8,27,11,48,11r0,-61v-115,-6,-109,-131,0,-135r0,-24r26,0r0,24v50,3,78,23,78,48v0,16,-11,27,-28,27v-27,0,-40,-30,-17,-41v-9,-5,-20,-8,-33,-8r0,58v117,7,109,132,0,135r0,40r-26,0xm129,-77r0,54v45,-4,46,-49,0,-54"},"%":{"d":"89,6r136,-232r31,0r-135,232r-32,0xm55,-156v0,31,6,45,24,45v18,0,25,-14,25,-45v0,-31,-6,-45,-24,-45v-18,0,-25,14,-25,45xm12,-156v0,-42,28,-69,68,-69v40,0,67,27,67,69v0,42,-28,69,-68,69v-40,0,-67,-27,-67,-69xm242,-63v0,31,6,45,24,45v18,0,25,-14,25,-45v0,-31,-7,-45,-25,-45v-18,0,-24,14,-24,45xm198,-63v0,-42,28,-69,68,-69v40,0,68,27,68,69v0,42,-28,69,-68,69v-40,0,-68,-27,-68,-69","w":345},"&":{"d":"126,-168v16,-6,24,-17,24,-30v0,-11,-6,-18,-17,-18v-28,0,-21,27,-7,48xm93,-113v-49,37,8,108,55,74v-12,-11,-31,-35,-55,-74xm270,-85r33,0v16,84,-68,117,-129,72v-55,40,-159,20,-159,-55v0,-37,20,-64,60,-80v-29,-45,-2,-101,50,-100v37,0,61,22,61,54v0,23,-13,41,-39,58v14,20,28,40,45,59v14,-14,20,-26,20,-34v2,-8,-17,-10,-27,-8r0,-31r103,0r0,31v-52,2,-36,31,-72,70v27,33,58,16,54,-36","w":320},"(":{"d":"136,71v-77,-4,-125,-62,-125,-156v0,-100,43,-155,125,-162r0,31v-47,11,-59,49,-59,127v0,79,13,119,59,129r0,31","w":145},")":{"d":"10,71r0,-31v46,-10,59,-50,59,-129v0,-78,-12,-116,-59,-127r0,-31v82,7,125,62,125,162v0,94,-48,152,-125,156","w":145},"*":{"d":"39,-220v24,0,25,33,47,44v-1,-27,-17,-41,-17,-54v0,-11,8,-19,21,-19v41,11,8,34,3,73v18,-5,27,-42,48,-44v11,0,21,10,21,21v0,30,-52,17,-65,29v22,15,63,-1,65,28v-20,62,-49,-14,-68,-21v1,26,17,40,17,53v0,10,-8,19,-21,19v-41,-9,-8,-35,-3,-72v-18,5,-25,43,-48,44v-12,0,-21,-11,-21,-23v1,-28,45,-14,65,-28v-22,-16,-65,3,-65,-28v0,-12,9,-22,21,-22","w":180},"+":{"d":"129,-215r42,0r0,87r84,0r0,41r-84,0r0,87r-42,0r0,-87r-84,0r0,-41r84,0r0,-87","w":299},",":{"d":"59,5v-20,5,-35,-8,-35,-27v0,-18,13,-31,31,-31v21,0,35,15,35,39v0,32,-24,59,-65,66r0,-20v19,-3,30,-11,34,-27","w":114},"-":{"d":"114,-58r-101,0r0,-54r101,0r0,54","w":127},".":{"d":"27,-23v0,-17,13,-31,30,-31v17,0,30,14,30,31v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30","w":114},"\/":{"d":"19,33r-29,0r92,-282r30,0","w":101},"0":{"d":"77,-109v0,57,10,83,37,83v27,0,38,-26,38,-83v0,-57,-11,-85,-38,-85v-27,0,-37,28,-37,85xm10,-109v0,-71,43,-116,104,-116v61,0,105,45,105,116v0,71,-44,115,-105,115v-61,0,-104,-44,-104,-115"},"1":{"d":"41,0r0,-30v27,1,50,1,43,-28r0,-101r-43,0r0,-30v33,0,52,-10,60,-30r46,0r0,164v-5,30,16,24,41,25r0,30r-147,0"},"2":{"d":"145,6v-38,0,-77,-41,-99,-6r-31,0v-8,-62,50,-97,91,-117v40,-19,40,-75,-14,-75v-22,0,-36,9,-42,25v18,-7,37,4,36,22v0,17,-14,30,-33,30v-23,0,-38,-15,-38,-39v0,-39,38,-71,94,-71v59,0,95,29,95,72v0,33,-22,57,-66,70v-36,11,-64,17,-81,40v25,-19,74,-4,100,-4v15,0,21,-8,21,-30r32,0v3,54,-16,83,-65,83"},"3":{"d":"94,-100r0,-30v30,-1,44,-12,44,-32v0,-35,-57,-44,-79,-22v18,-1,28,9,28,24v0,17,-11,28,-30,28v-21,0,-34,-12,-34,-33v0,-35,33,-60,88,-60v60,0,92,22,92,59v0,24,-16,43,-46,48v37,9,55,27,55,55v0,45,-35,70,-106,70v-58,0,-90,-25,-90,-60v0,-46,68,-54,69,-9v0,15,-11,26,-29,26v26,22,87,14,87,-29v0,-24,-16,-35,-49,-35"},"4":{"d":"50,-98r69,0r1,-71xm81,0r0,-30v35,2,42,-5,38,-37r-105,0r0,-34r112,-118r54,0r0,121r35,0r0,31r-35,0v-2,27,-2,42,35,37r0,30r-134,0"},"5":{"d":"33,-111r6,-113v41,9,125,6,151,-1v5,0,7,2,7,6v6,27,-75,55,-128,40r-1,32v60,-32,142,2,142,70v0,49,-40,83,-103,83v-55,0,-89,-25,-89,-61v0,-22,15,-38,38,-38v19,0,32,14,32,31v0,15,-11,25,-29,27v36,27,82,7,82,-45v0,-45,-51,-60,-74,-31r-34,0"},"6":{"d":"117,-23v17,0,30,-14,30,-38v0,-28,-11,-44,-30,-44v-18,0,-31,17,-31,41v0,27,11,41,31,41xm83,-120v49,-34,129,-9,129,54v0,42,-37,72,-92,72v-64,0,-103,-42,-103,-110v0,-75,41,-121,110,-121v49,0,77,20,77,47v0,18,-14,31,-34,31v-30,0,-44,-36,-18,-47v-45,-15,-70,16,-69,74"},"7":{"d":"211,-219v-4,75,-86,117,-76,219r-66,0v0,-93,41,-112,93,-172v-41,24,-125,-31,-111,55r-33,0r0,-102r33,0r0,26v14,-20,29,-29,51,-29v29,0,50,17,65,17v11,0,17,-5,16,-14r28,0"},"8":{"d":"84,-93v-44,19,-29,71,24,71v33,0,49,-9,49,-29v0,-16,-24,-25,-73,-42xm137,-141v33,-16,28,-56,-21,-56v-24,0,-38,9,-38,23v0,17,20,21,59,33xm56,-108v-66,-38,-31,-118,61,-118v84,0,118,69,49,97v33,12,49,32,49,62v0,44,-38,73,-105,73v-98,0,-132,-85,-54,-114"},"9":{"d":"146,-100v-48,35,-129,12,-129,-53v0,-43,36,-73,91,-73v64,0,104,42,104,110v0,75,-42,122,-111,122v-49,0,-76,-20,-76,-47v0,-18,13,-31,34,-31v30,0,43,36,17,47v45,16,72,-17,70,-75xm111,-197v-17,0,-29,15,-29,39v0,28,11,44,30,44v18,0,31,-17,31,-41v0,-27,-12,-42,-32,-42"},":":{"d":"27,-132v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30xm27,-23v0,-17,13,-31,30,-31v17,0,30,14,30,31v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30","w":114},";":{"d":"25,-132v0,-17,13,-30,30,-30v17,0,31,13,31,30v0,17,-14,30,-31,30v-17,0,-30,-13,-30,-30xm59,5v-20,5,-36,-8,-36,-27v0,-18,14,-31,32,-31v21,0,35,15,35,39v0,32,-24,59,-65,66r0,-20v19,-3,30,-11,34,-27","w":114},"<":{"d":"253,-213r0,44r-150,62r150,61r0,45r-207,-86r0,-41","w":299},"=":{"d":"45,-167r210,0r0,41r-210,0r0,-41xm45,-88r210,0r0,40r-210,0r0,-40","w":299},">":{"d":"46,-213r207,85r0,41r-207,86r0,-45r151,-61r-151,-62r0,-44","w":299},"?":{"d":"187,-182v0,50,-72,64,-75,106r-36,0v-4,-45,46,-67,45,-104v0,-19,-16,-34,-38,-34v-20,0,-36,12,-38,29v21,-8,41,1,41,23v0,19,-12,31,-34,31v-20,0,-36,-18,-36,-45v0,-41,35,-73,86,-73v50,0,85,28,85,67xm64,-23v0,-17,13,-31,30,-31v17,0,31,14,31,31v0,17,-14,30,-31,30v-17,0,-30,-13,-30,-30","w":203},"@":{"d":"162,-35v27,6,55,-82,55,-106v0,-16,-7,-25,-19,-25v-32,-2,-58,80,-57,104v0,17,9,27,21,27xm333,-135v1,55,-34,114,-88,114v-23,0,-38,-12,-39,-34v-27,56,-106,40,-106,-27v0,-45,41,-98,90,-97v22,0,35,10,38,31r9,-27r36,0r-33,125v0,11,5,17,12,17v36,0,68,-56,68,-102v0,-69,-55,-108,-118,-108v-85,1,-148,69,-148,152v0,128,156,162,245,91r7,10v-35,26,-76,40,-118,40v-103,0,-165,-58,-165,-145v0,-87,81,-162,174,-162v82,0,136,49,136,122","w":354},"A":{"d":"-5,0r0,-32v23,1,30,-3,37,-23r62,-187r72,0r59,188v5,22,15,23,37,22r0,32r-133,0r0,-32v18,0,40,2,30,-16r-9,-30r-69,0v-5,20,-28,55,20,46r0,32r-106,0xm140,-109r-24,-76r-25,76r49,0","w":257},"B":{"d":"7,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32v84,5,235,-24,232,57v0,26,-17,47,-50,57v42,9,63,29,63,62v0,92,-154,61,-245,66xm110,-32v40,2,70,-4,70,-39v0,-35,-29,-43,-70,-40r0,79xm110,-141v36,2,62,-4,62,-35v0,-30,-27,-36,-62,-34r0,69","w":265},"C":{"d":"12,-121v0,-102,115,-166,196,-104r7,-19r33,0r0,98r-35,0v-3,-43,-26,-67,-61,-67v-38,0,-62,33,-62,92v0,110,113,124,120,27r38,0v-2,67,-39,101,-108,101v-79,0,-128,-51,-128,-128","w":264},"D":{"d":"7,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32r128,0v96,0,142,39,142,121v0,82,-46,121,-142,121r-128,0xm110,-32v65,5,88,-15,88,-89v0,-76,-24,-93,-88,-89r0,178","w":288},"E":{"d":"214,-149v-1,-59,-40,-64,-104,-61r0,69v30,1,40,-5,39,-38r31,0r0,110r-31,0v0,-37,-9,-41,-39,-40r0,77v64,1,103,3,104,-68r32,0r0,100r-239,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32r239,0r0,93r-32,0","w":269},"F":{"d":"202,-143v-1,-60,-28,-72,-92,-67v2,22,-4,51,2,69v24,0,31,-10,31,-38r30,0r0,110r-30,0v1,-32,-9,-44,-33,-40v6,34,-21,89,37,77r0,32r-140,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32r226,0r0,99r-31,0","w":249},"G":{"d":"218,3r-9,-19v-83,54,-197,9,-197,-101v0,-108,109,-167,192,-109r7,-18r33,0r0,97r-35,0v-5,-45,-25,-66,-62,-66v-37,0,-57,30,-57,88v0,66,16,97,56,97v37,0,38,-18,37,-50v4,-22,-16,-17,-35,-18r0,-32r131,0r0,32v-16,0,-29,-3,-29,16r0,83r-32,0","w":281},"H":{"d":"7,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32r132,0r0,32v-42,-9,-26,36,-29,68r78,0v-5,-29,17,-76,-29,-68r0,-32r132,0r0,32v-21,0,-36,-3,-36,21r0,136v-4,24,15,21,36,21r0,32r-132,0r0,-32v45,9,25,-43,29,-77r-78,0v6,31,-20,85,29,77r0,32r-132,0","w":297},"I":{"d":"8,0r0,-32v21,0,36,3,36,-21r0,-136v4,-24,-15,-21,-36,-21r0,-32r142,0r0,32v-21,0,-37,-4,-37,21r0,136v-4,24,15,21,37,21r0,32r-142,0","w":157},"J":{"d":"112,-189v4,-24,-15,-21,-37,-21r0,-32r141,0r0,32v-21,0,-35,-3,-35,21r0,108v0,60,-28,88,-90,88v-53,0,-85,-29,-85,-70v0,-52,74,-59,74,-10v1,23,-20,32,-43,26v24,33,75,24,75,-34r0,-108","w":219},"K":{"d":"7,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32r132,0r0,32v-21,0,-31,-1,-31,21r0,64r81,-70v8,-7,7,-16,-8,-15r-17,0r0,-32r121,0r0,32v-43,-3,-63,39,-91,57r66,106v8,13,15,16,32,15r0,32r-130,0r0,-32v15,1,33,1,24,-14r-39,-66r-39,33v1,27,-8,54,31,47r0,32r-132,0","w":290},"L":{"d":"110,-32v63,4,92,-6,92,-67r31,0r0,99r-226,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32r140,0r0,32v-21,0,-37,-4,-37,21r0,157","w":249},"M":{"d":"81,-53v-2,21,8,21,29,21r0,32r-103,0r0,-32v21,0,34,3,34,-21r0,-136v3,-23,-12,-21,-34,-21r0,-32r127,0r42,149r44,-149r126,0r0,32v-21,0,-35,-3,-35,21r0,136v-4,24,14,21,35,21r0,32r-127,0r0,-32v20,0,29,0,29,-21r0,-150r-60,203r-49,0r-58,-204r0,151","w":352},"N":{"d":"42,-189v3,-23,-13,-21,-35,-21r0,-32r115,0r93,169r0,-116v4,-24,-15,-21,-36,-21r0,-32r110,0r0,32v-21,0,-33,-2,-33,21r0,189r-75,0r-99,-180r0,127v-4,24,15,21,36,21r0,32r-111,0r0,-32v21,0,35,2,35,-21r0,-136","w":294},"O":{"d":"12,-121v0,-79,51,-128,136,-128v85,0,135,49,135,128v0,79,-50,128,-135,128v-85,0,-136,-49,-136,-128xm90,-121v0,64,17,95,58,95v41,0,57,-31,57,-95v0,-64,-16,-94,-57,-94v-41,0,-58,30,-58,94","w":294},"P":{"d":"251,-172v0,65,-68,70,-141,66v5,34,-20,87,39,74r0,32r-142,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32v94,5,244,-28,244,70xm110,-137v39,1,70,-1,70,-38v0,-34,-32,-37,-70,-35r0,73","w":263},"Q":{"d":"258,-44v14,20,34,13,32,-20r24,0v1,82,-53,104,-96,55v-96,44,-206,-4,-206,-112v0,-79,51,-128,136,-128v120,0,169,116,110,205xm187,-39v-19,-22,-37,-34,-53,-34v-15,0,-24,9,-24,23v1,32,55,32,77,11xm95,-72v12,-56,71,-51,110,-17v8,-63,-6,-133,-57,-126v-56,-5,-68,79,-53,143","w":313},"R":{"d":"110,-110v6,33,-21,89,35,78r0,32r-138,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32v89,7,248,-29,246,61v0,28,-20,47,-56,54v39,4,43,29,43,72v0,18,2,26,11,26v10,0,12,-12,12,-38r24,0v2,48,-14,74,-56,74v-50,0,-65,-33,-59,-85v4,-38,-29,-31,-62,-32xm110,-142v37,0,77,3,73,-33v3,-37,-35,-36,-73,-35r0,68","w":289},"S":{"d":"44,3r-29,0r0,-95r33,0v6,39,35,64,74,64v28,0,44,-12,44,-29v0,-24,-21,-25,-54,-33v-54,-12,-95,-25,-101,-80v-8,-75,118,-98,171,-57r7,-17r30,0r0,88r-33,0v-4,-36,-31,-57,-71,-57v-25,0,-39,11,-39,28v0,23,26,23,76,35v54,13,80,37,80,79v0,77,-124,98,-178,57","w":240},"T":{"d":"53,-31v29,-1,39,4,39,-29r0,-149v-36,-1,-52,18,-52,61r-32,0r0,-94r235,0r0,94r-33,0v0,-43,-16,-62,-52,-61r0,153v-2,30,11,23,39,25r0,31r-144,0r0,-31","w":249},"U":{"d":"271,-211v-34,2,-35,-1,-34,37r0,103v0,51,-34,79,-101,79v-61,0,-96,-28,-96,-76r0,-107v1,-32,-6,-38,-33,-36r0,-31r137,0r0,31v-29,-1,-41,1,-37,35v6,56,-22,148,41,148v74,0,45,-85,50,-146v2,-33,-6,-38,-35,-37r0,-31r108,0r0,31","w":277},"V":{"d":"163,0r-68,0r-61,-182v-7,-21,-12,-28,-37,-29r0,-31r135,0r0,31v-14,0,-38,-2,-34,11r44,138r45,-139v2,-10,-18,-11,-32,-10r0,-31r105,0r0,31v-24,0,-31,10,-39,36","w":258},"W":{"d":"81,0r-47,-171v-7,-25,-10,-37,-31,-40r0,-31r108,0v-2,9,3,25,-2,31v-23,2,-20,8,-15,27r33,123r34,-107v-6,-31,-13,-43,-34,-43r0,-31r113,0r0,31v-18,-2,-29,3,-23,22r32,128r36,-138v0,-9,-7,-12,-25,-12r0,-31r88,0r0,31v-18,1,-24,9,-29,28r-48,183r-64,0r-29,-103r-30,103r-67,0","w":351},"X":{"d":"5,0r0,-31v22,1,31,-5,43,-20r53,-66r-57,-75v-9,-13,-19,-19,-34,-19r0,-31r128,0r0,31v-18,-2,-29,6,-18,19r25,34v11,-15,26,-27,34,-44v1,-7,-10,-9,-23,-9r0,-31r106,0v-1,10,2,23,-1,31v-17,0,-28,5,-38,18r-51,63r58,78v13,17,20,25,40,21r0,31r-135,0r0,-31v24,2,30,-6,18,-22r-26,-35v-11,16,-28,30,-34,49v-1,7,12,9,23,8r0,31r-111,0","w":275},"Y":{"d":"175,-100v3,34,-15,81,39,69r0,31r-146,0r0,-31v23,-1,40,6,40,-24r0,-45r-53,-83v-12,-18,-22,-27,-47,-28r0,-31r139,0r0,31v-24,-2,-33,5,-19,26r28,43v12,-20,30,-37,37,-61v2,-6,-13,-9,-25,-8r0,-31r103,0v-1,10,2,23,-1,31v-23,0,-31,10,-42,28","w":280},"Z":{"d":"8,0r0,-33r137,-176v-58,-1,-100,-3,-98,59r-32,0r0,-92r211,0r0,35r-139,176v63,2,106,3,103,-67r36,0r0,98r-218,0","w":234},"[":{"d":"131,66r-102,0r0,-308r102,0r0,32r-42,0r0,243r42,0r0,33","w":145},"\\":{"d":"-10,-249r29,0r93,282r-29,0","w":101},"]":{"d":"15,66r0,-33r42,0r0,-243r-42,0r0,-32r102,0r0,308r-102,0","w":145},"^":{"d":"157,-257r46,0r84,99r-21,0r-86,-61r-86,61r-22,0","w":360},"_":{"d":"0,43r180,0r0,42r-180,0r0,-42","w":180},"a":{"d":"120,-84v-29,15,-47,19,-47,35v0,11,8,19,21,19v24,2,28,-26,26,-54xm100,-176v53,0,77,15,77,63r0,65v0,11,4,16,10,16v11,2,9,-19,9,-31r21,0v2,43,-7,69,-49,69v-23,0,-38,-9,-44,-26v-27,40,-113,34,-113,-22v0,-34,21,-42,61,-51v32,-7,49,-11,49,-33v0,-26,-44,-35,-64,-20v13,1,21,9,21,20v0,13,-11,24,-28,24v-19,0,-31,-12,-31,-28v0,-28,28,-46,81,-46","w":221},"b":{"d":"82,-20r-15,21r-39,0r0,-196v2,-19,-11,-17,-28,-17r0,-30r87,0r0,92v45,-53,121,-21,121,66v0,89,-79,116,-126,64xm87,-84v0,39,10,59,29,59v19,0,28,-20,28,-59v0,-40,-8,-59,-28,-59v-20,0,-29,20,-29,59","w":221},"c":{"d":"134,-60r37,0v-2,42,-28,66,-74,66v-57,0,-89,-33,-89,-91v0,-56,35,-91,90,-91v46,0,75,24,75,58v0,22,-15,37,-37,37v-18,0,-29,-11,-29,-28v0,-17,10,-27,27,-27v-30,-25,-62,-3,-62,49v0,41,10,60,33,60v18,0,28,-11,29,-33","w":180},"d":{"d":"76,-84v0,39,9,59,28,59v19,0,28,-20,28,-59v0,-40,-8,-59,-28,-59v-20,0,-28,20,-28,59xm132,-150v-4,-27,16,-71,-28,-62r0,-30r89,0r0,197v-2,17,9,17,25,17r0,28r-83,0r0,-23v-41,58,-124,27,-124,-61v0,-86,76,-120,121,-66","w":223},"e":{"d":"144,-58r43,0v-11,42,-40,64,-86,64v-55,0,-91,-36,-91,-89v0,-57,35,-92,90,-92v59,0,92,35,90,98v-38,2,-84,-4,-117,2v-8,57,66,61,71,17xm74,-107v18,-1,39,2,55,-1v0,-24,-10,-36,-28,-36v-17,0,-27,12,-27,37","w":199},"f":{"d":"35,-170v-5,-54,20,-78,69,-78v37,0,59,17,59,40v0,16,-11,27,-26,27v-24,1,-34,-33,-11,-41v-32,-10,-33,20,-31,52r31,0r0,30r-31,0r0,84v-3,28,9,25,31,25r0,31r-118,0r0,-31v21,1,27,-1,27,-25r0,-84r-27,0r0,-30r27,0","w":136},"g":{"d":"42,-57v-45,-46,-16,-119,59,-119v21,0,38,4,54,16v24,-27,79,-19,79,20v0,32,-47,32,-48,5v0,-7,3,-13,9,-19v-10,-9,-18,-3,-29,7v42,61,-27,131,-107,101v-5,3,-7,6,-7,10v0,12,17,13,52,13v52,0,102,2,102,46v0,41,-34,55,-105,55v-60,0,-90,-11,-90,-35v0,-14,10,-24,29,-29v-34,-16,-36,-57,2,-71xm55,39v0,9,18,14,53,14v38,0,55,-3,55,-15v0,-11,-16,-14,-52,-14v-38,0,-56,2,-56,15xm99,-64v16,0,20,-14,20,-46v0,-30,-5,-43,-20,-43v-15,0,-21,14,-21,46v0,29,7,43,21,43","w":231},"h":{"d":"8,0r0,-29v16,0,25,1,25,-17r0,-149v2,-17,-9,-17,-25,-17r0,-30r83,0r0,97v32,-45,126,-44,116,33r0,66v-2,18,10,17,26,17r0,29r-107,0r0,-29v15,0,22,-1,21,-17v-4,-35,14,-96,-25,-96v-38,0,-28,58,-29,96v-1,16,6,17,21,17r0,29r-106,0","w":238},"i":{"d":"33,-214v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30xm36,-46r0,-75v3,-20,-9,-19,-27,-19r0,-30r88,0r0,124v-2,18,9,17,25,17r0,29r-113,0r0,-29v16,0,27,2,27,-17","w":130},"j":{"d":"102,5v4,49,-21,74,-71,74v-34,0,-55,-17,-55,-39v0,-32,51,-39,51,-5v0,7,-4,13,-11,18v19,6,26,0,26,-26r0,-146v2,-22,-9,-21,-28,-21r0,-30r88,0r0,175xm40,-214v0,-17,12,-30,29,-30v17,0,30,13,30,30v0,17,-13,30,-30,30v-17,0,-29,-13,-29,-30","w":125},"k":{"d":"93,-242r0,149v17,-15,37,-26,51,-44v-2,-7,-15,-3,-27,-3r0,-30r105,0r0,30v-29,-3,-41,17,-57,29r41,68v6,12,13,14,28,13r0,30r-105,0r0,-30v19,2,18,-4,13,-14r-20,-34v-9,12,-28,13,-29,32v-1,15,4,16,17,16r0,30r-102,0r0,-30v15,0,24,2,24,-16r0,-145v2,-21,-6,-22,-24,-21r0,-30r85,0","w":240},"l":{"d":"93,-242r0,196v-3,18,9,17,26,17r0,29r-114,0r0,-29v16,0,27,2,27,-17r0,-145v2,-24,-9,-21,-27,-21r0,-30r88,0","w":125},"m":{"d":"8,0r0,-29v16,0,26,1,26,-17r0,-78v2,-18,-10,-17,-26,-17r0,-29r83,0r0,24v21,-38,90,-40,107,-1v32,-43,119,-40,111,35r0,66v-3,17,9,17,26,17r0,29r-104,0v1,-9,-3,-24,2,-29v31,-1,10,-56,16,-83v0,-21,-7,-30,-22,-30v-34,-2,-25,58,-26,94v0,15,2,19,17,19r0,29r-94,0r0,-29v34,-1,10,-56,17,-83v0,-21,-6,-30,-21,-30v-35,-2,-25,60,-26,96v0,13,2,17,17,17r0,29r-103,0","w":340},"n":{"d":"8,0r0,-29v16,0,26,1,26,-17r0,-78v2,-18,-10,-17,-26,-17r0,-29r83,0r0,26v29,-46,129,-45,117,32r0,66v-2,17,9,17,25,17r0,29r-106,0r0,-29v15,0,22,-1,21,-17v-4,-35,14,-96,-25,-96v-37,0,-28,58,-29,96v-1,16,6,17,21,17r0,29r-107,0","w":239},"o":{"d":"9,-85v0,-57,37,-91,98,-91v61,0,99,34,99,91v0,57,-38,91,-99,91v-61,0,-98,-34,-98,-91xm74,-85v0,42,6,60,33,60v27,0,34,-18,34,-60v0,-42,-7,-60,-34,-60v-27,0,-33,18,-33,60","w":214},"p":{"d":"31,31r0,-155v2,-17,-9,-17,-25,-17r0,-29r82,0r0,23v43,-57,125,-27,125,61v0,86,-76,119,-122,67v5,28,-17,76,29,67r0,29r-114,0r0,-29v16,0,25,1,25,-17xm91,-86v0,39,9,59,29,59v20,0,28,-19,28,-59v0,-39,-9,-58,-28,-58v-19,0,-29,19,-29,58","w":223},"q":{"d":"133,-86v0,-39,-10,-58,-29,-58v-19,0,-28,19,-28,58v0,40,8,59,28,59v20,0,29,-20,29,-59xm193,31v-2,17,9,17,25,17r0,29r-114,0r0,-29v0,0,29,2,29,-17r0,-50v-46,52,-122,19,-122,-67v0,-89,81,-118,124,-61r0,-23r83,0r0,29v-16,0,-25,-1,-25,17r0,155","w":223},"r":{"d":"6,0r0,-29v16,0,28,2,28,-17r0,-78v2,-19,-11,-17,-28,-17r0,-29r85,0r0,17v24,-34,85,-28,85,18v0,39,-57,46,-58,9v0,-11,5,-19,17,-22v-25,-11,-40,12,-41,48v5,30,-19,82,32,71r0,29r-120,0","w":181},"s":{"d":"41,2r-26,0r0,-64r29,0v9,23,28,37,52,37v17,0,27,-6,27,-16v0,-10,-9,-12,-28,-17v-41,-10,-78,-18,-82,-61v-4,-53,88,-73,135,-43r4,-10r26,0r0,55r-26,0v-12,-19,-31,-30,-53,-30v-14,0,-22,7,-22,16v0,14,20,17,59,27v33,9,51,28,51,52v0,55,-93,75,-141,41","w":200},"t":{"d":"33,-141r-24,0r0,-27v28,-3,45,-26,48,-68r35,0r0,66r44,0r0,29r-44,0r0,94v0,14,5,21,14,21v17,4,15,-31,15,-54r29,0v3,53,-8,87,-59,87v-75,0,-56,-81,-58,-148","w":168},"u":{"d":"205,-170r0,124v-2,18,11,17,27,17r0,29r-84,0r0,-26v-29,47,-128,45,-117,-32r0,-66v2,-17,-9,-17,-25,-17r0,-29r85,0r0,112v0,21,8,30,25,30v37,0,28,-58,29,-96v1,-16,-6,-17,-21,-17r0,-29r81,0","w":239},"v":{"d":"71,0r-38,-114v-7,-20,-10,-27,-29,-26r0,-30r107,0r0,30v-17,-1,-31,1,-21,18r27,82r30,-92v1,-7,-11,-9,-21,-8r0,-30r82,0r0,30v-20,-1,-24,4,-31,24r-41,116r-65,0","w":210},"w":{"d":"65,0r-31,-112v-5,-20,-9,-30,-31,-30r0,-28r100,0r0,28v-19,-1,-21,5,-15,25r22,76v8,-30,21,-62,27,-94v1,-8,-10,-7,-19,-7r0,-28r99,0r0,28v-18,0,-22,4,-17,22r23,79r27,-93v1,-8,-8,-8,-17,-8r0,-28r76,0r0,28v-20,0,-25,6,-30,23r-36,119r-61,0r-27,-86r-26,86r-64,0","w":312},"x":{"d":"103,-61v-7,8,-24,17,-27,27v-1,4,8,5,16,5r0,29r-87,0r0,-30v39,-1,53,-37,79,-54v-23,-20,-36,-52,-72,-58r0,-28r113,0r0,27v-14,-2,-20,7,-10,14r16,18v8,-9,20,-17,25,-28v0,-3,-7,-5,-12,-4r0,-27r83,0v-1,9,3,23,-2,28v-30,3,-53,36,-75,52v36,40,50,65,80,60r0,30r-122,0r0,-29v10,3,21,-3,12,-13","w":235},"y":{"d":"92,12r-56,-132v-6,-17,-11,-22,-30,-20r0,-30r109,0r0,30v-18,-1,-27,1,-19,19r27,61r28,-75v0,-4,-4,-5,-13,-5r-8,0r0,-30r80,0r0,30v-20,0,-24,7,-30,22r-54,132v-18,44,-36,64,-70,64v-53,0,-72,-77,-19,-80v17,0,29,10,29,25v0,17,-12,26,-31,24v24,21,45,0,57,-35","w":214},"z":{"d":"8,0r0,-33r94,-107v-38,0,-64,-5,-59,42r-30,0r0,-72r156,0r0,33r-91,108v40,3,71,-3,61,-46r30,0r0,75r-161,0","w":177},"{":{"d":"148,-266v4,0,1,8,2,11v-38,-3,-34,31,-34,69v0,44,-4,65,-41,74v45,8,41,46,41,97v0,33,5,46,34,47v-1,3,2,11,-2,11v-69,3,-71,-32,-71,-94v0,-37,-9,-50,-46,-54r0,-14v50,-1,47,-38,46,-87v0,-46,17,-60,71,-60","w":180},"|":{"d":"69,-275r42,0r0,360r-42,0r0,-360","w":180},"}":{"d":"30,-255v1,-3,-2,-11,2,-11v69,-4,71,31,71,93v0,37,9,50,46,54r0,14v-50,1,-47,38,-46,87v1,47,-19,61,-73,61r0,-11v38,2,34,-32,34,-70v0,-44,4,-65,41,-74v-45,-8,-41,-46,-41,-97v0,-33,-5,-45,-34,-46","w":180},"~":{"d":"31,-115v57,-47,111,-2,173,-2v21,0,41,-10,65,-27r0,45v-51,47,-114,1,-170,1v-21,0,-43,9,-68,27r0,-44","w":299},"\u00a1":{"d":"73,-166v6,63,18,106,18,131v0,26,-13,42,-35,42v-19,0,-33,-14,-33,-37v0,-40,14,-84,17,-136r33,0xm26,-218v0,-17,14,-31,31,-31v17,0,30,14,30,31v0,17,-13,30,-30,30v-17,0,-31,-13,-31,-30","w":113},"\u00a2":{"d":"158,-59r38,0v1,48,-48,76,-102,63r-20,40r-25,0r24,-47v-26,-15,-42,-44,-42,-81v0,-71,61,-108,127,-85r16,-29r24,0r-21,40v30,18,27,81,-17,78v-6,0,-14,-2,-20,-6r-28,55v20,16,46,-1,46,-28xm99,-53r30,-59v5,-16,13,-24,26,-26v-30,-24,-63,2,-60,52v0,12,1,23,4,33"},"\u00a3":{"d":"153,5v-49,-3,-91,-38,-132,1r-11,-39v27,-19,39,-34,32,-63r-32,0r0,-29r25,0v-27,-55,10,-100,81,-100v56,0,88,24,88,56v0,19,-13,31,-32,31v-31,2,-40,-39,-13,-50v-22,-19,-72,-9,-69,22v0,10,3,23,8,41r43,0r0,29r-41,0v-1,21,-18,36,-31,49v32,-20,66,-4,91,3v15,0,20,-9,20,-31r28,0v3,49,-15,83,-55,80"},"\u00a5":{"d":"185,-150r41,0r0,24r-56,0r-16,24r72,0r0,23r-79,0v0,30,-8,60,35,51r0,28r-132,0r0,-28v21,0,35,4,35,-22r0,-29r-77,0r0,-23r70,0r-16,-24r-54,0r0,-24r39,0v-13,-18,-23,-42,-52,-40r0,-27r123,0r0,27v-21,-2,-29,4,-17,23r27,42v11,-19,27,-35,35,-58v1,-6,-10,-7,-22,-7r0,-27r93,0v-1,8,2,21,-1,27v-26,-2,-36,22,-48,40","w":234},"\u0192":{"d":"141,-104v-12,105,-5,181,-92,181v-30,0,-46,-13,-46,-33v0,-33,50,-39,50,-8v0,8,-4,14,-12,18v20,4,27,-5,30,-30v3,-18,5,-60,11,-128r-45,0r0,-26r50,0v10,-63,37,-95,81,-95v30,0,49,14,49,33v0,15,-12,28,-27,28v-21,0,-34,-29,-14,-39v-28,-6,-29,20,-32,73r49,0r0,26r-52,0"},"\u00a7":{"d":"61,-101v-6,25,70,46,74,45v17,0,28,-12,28,-26v0,-26,-71,-45,-76,-44v-16,0,-26,12,-26,25xm75,42v32,25,109,-9,68,-43v-30,-25,-120,-35,-120,-89v0,-22,14,-40,38,-52v-51,-37,-20,-107,54,-107v44,0,73,20,73,44v0,32,-52,38,-52,6v0,-7,3,-12,9,-17v-21,-17,-68,-10,-68,19v0,21,20,25,57,36v75,23,92,85,29,120v60,35,29,117,-52,117v-48,0,-76,-23,-76,-51v0,-17,10,-29,27,-29v30,-1,38,34,13,46","w":224},"\u00a4":{"d":"31,-254r36,35v22,-16,62,-17,85,0r35,-35r21,21r-35,36v16,25,16,58,0,83r35,36r-21,21r-35,-36v-25,17,-60,18,-85,0r-36,36r-20,-21r35,-36v-17,-23,-17,-60,0,-83r-35,-36xm109,-201v-25,0,-45,20,-45,45v0,25,19,46,45,46v25,0,46,-21,46,-46v0,-25,-21,-45,-46,-45","w":218},"'":{"d":"36,-149r-7,0r-16,-88v0,-13,8,-20,20,-20v14,-1,22,12,18,27","w":65},"\u00ab":{"d":"126,-24v-48,-70,-50,-52,0,-123r31,0v-27,67,-29,57,2,123r-33,0xm54,-24v-48,-70,-50,-52,0,-123r31,0v-27,67,-29,57,2,123r-33,0","w":176},"\u00b7":{"d":"27,-115v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,31,-30,31v-17,0,-30,-14,-30,-31","w":114},"\u00b6":{"d":"175,-260r0,22r-18,0r0,238r-31,0r0,-238r-27,0r0,238r-30,0r0,-138v-39,-1,-64,-26,-64,-61v0,-36,26,-61,68,-61r102,0","w":180},"\u00bb":{"d":"50,-24r-33,0v31,-66,29,-56,2,-123r31,0v50,71,48,53,0,123xm122,-24r-33,0v31,-66,29,-56,2,-123r31,0v50,71,48,53,0,123","w":176},"\u00bf":{"d":"140,-218v0,17,-13,30,-30,30v-17,0,-31,-13,-31,-30v0,-17,14,-31,31,-31v17,0,30,14,30,31xm17,-59v0,-51,71,-65,75,-106r35,0v8,43,-45,68,-45,104v0,46,75,42,77,4v-20,10,-42,-1,-41,-23v0,-19,12,-31,34,-31v20,0,36,18,36,45v0,41,-35,73,-86,73v-50,0,-85,-27,-85,-66","w":203},"`":{"d":"130,-194v-39,2,-54,-22,-82,-30v-26,-8,-26,-41,1,-42v35,9,55,51,81,72","w":180},"\u00b4":{"d":"50,-194v26,-22,46,-62,81,-72v27,1,28,34,1,42v-28,9,-43,32,-82,30","w":180},"\u00af":{"d":"33,-212r0,-32r114,0r0,32r-114,0","w":180},"\u00a8":{"d":"23,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28xm100,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28","w":180},"\u00b8":{"d":"33,68r9,-19v17,10,32,14,45,14v9,0,16,-5,16,-14v1,-14,-16,-18,-29,-13r0,-36r16,0r0,19v27,-5,50,7,48,31v-4,47,-65,39,-105,18","w":180},"\u00c6":{"d":"340,-149v-1,-60,-41,-64,-105,-61r0,69v30,1,41,-5,40,-38r31,0r0,110r-31,0v0,-40,-9,-40,-40,-40r0,77v64,1,104,3,105,-68r32,0r0,100r-240,0r0,-32v21,0,37,4,37,-21r0,-38r-66,0v-8,16,-21,33,-26,51v-2,9,19,8,31,8r0,32r-112,0r0,-32v19,1,31,-7,40,-23r79,-145v3,-13,-20,-10,-34,-10r0,-32r291,0r0,93r-32,0xm169,-122r0,-88r-5,0r-44,88r49,0","w":402},"\u00aa":{"d":"90,-181v-22,11,-35,13,-35,24v0,8,6,13,16,13v19,1,20,-17,19,-37xm75,-246v39,0,61,9,58,44v3,18,-7,52,7,57v8,1,7,-13,7,-22r16,0v14,50,-52,65,-70,31v-21,27,-86,25,-85,-16v-10,-42,80,-27,82,-59v1,-18,-34,-25,-47,-14v10,0,16,6,16,14v0,9,-9,17,-22,17v-14,0,-23,-7,-23,-19v0,-20,21,-33,61,-33","w":166},"\u0141":{"d":"111,-32v63,4,93,-5,92,-67r32,0r0,99r-227,0r0,-32v21,0,36,3,36,-21r0,-32r-41,28r0,-33r41,-28r0,-71v4,-24,-15,-21,-36,-21r0,-32r141,0r0,32v-21,0,-38,-4,-38,21r0,43r56,-38r0,34r-56,37r0,81","w":250},"\u00d8":{"d":"16,-8r26,-26v-66,-87,-19,-215,102,-215v33,0,61,7,88,23r27,-27r20,19r-26,26v66,86,20,215,-106,215v-32,0,-59,-6,-84,-23r-27,28xm101,-54v34,56,104,27,104,-62v0,-9,-1,-22,-2,-41xm194,-188v-9,-19,-24,-27,-46,-27v-52,0,-64,64,-56,130","w":294},"\u0152":{"d":"376,-149v0,-60,-41,-64,-104,-61r0,69v30,1,41,-5,40,-38r30,0r0,110r-30,0v0,-37,-10,-41,-40,-40r0,77v64,1,103,3,104,-68r32,0r0,100r-162,0v-32,0,-65,7,-98,7v-85,0,-136,-49,-136,-128v0,-79,51,-128,136,-128v84,0,169,7,260,7r0,93r-32,0xm153,-26v68,0,52,-67,52,-126v0,-45,-8,-64,-52,-64v-45,0,-63,30,-63,95v0,65,18,95,63,95","w":430},"\u00ba":{"d":"7,-182v0,-40,28,-64,74,-64v46,0,73,24,73,64v0,40,-27,64,-73,64v-46,0,-74,-24,-74,-64xm55,-182v0,30,6,42,26,42v20,0,24,-12,24,-42v0,-30,-4,-43,-24,-43v-20,0,-26,13,-26,43","w":161},"\u00e6":{"d":"134,-25v-30,43,-123,44,-123,-17v0,-34,21,-42,61,-51v32,-7,49,-11,49,-33v0,-26,-44,-35,-64,-20v13,1,21,9,21,20v0,13,-11,24,-28,24v-19,0,-32,-11,-32,-28v0,-44,104,-63,133,-27v56,-45,149,-6,138,80v-38,2,-84,-4,-117,2v-8,57,66,61,72,17r43,0v-14,71,-109,85,-153,33xm174,-107r55,0v1,-24,-9,-38,-27,-38v-19,0,-28,13,-28,38xm119,-84v-29,15,-47,19,-47,35v0,11,9,19,22,19v24,0,27,-27,25,-54","w":298},"\u0131":{"d":"36,-46r0,-75v3,-20,-9,-19,-27,-19r0,-30r88,0r0,124v-2,18,9,17,25,17r0,29r-113,0r0,-29v16,0,27,2,27,-17","w":130},"\u0142":{"d":"95,-242r0,94r34,-22r0,26r-34,23r0,75v-3,18,9,17,26,17r0,29r-113,0r0,-29v39,9,23,-38,26,-68r-34,22r0,-27r34,-21r0,-68v2,-23,-8,-21,-26,-21r0,-30r87,0","w":129},"\u00f8":{"d":"140,-101r-60,62v24,31,70,14,61,-44v0,-4,-1,-9,-1,-18xm74,-69r60,-62v-24,-31,-67,-13,-60,44r0,18xm164,-162r21,-21r18,17r-18,19v50,59,11,153,-78,153v-22,0,-41,-4,-58,-14r-22,23r-16,-18r20,-20v-51,-58,-14,-153,76,-153v22,0,40,4,57,14","w":214},"\u0153":{"d":"173,-19v-52,52,-174,19,-164,-66v-12,-82,113,-120,164,-65v55,-55,159,-18,148,73v-38,2,-84,-4,-117,2v-8,57,65,61,71,17r44,0v-11,65,-103,86,-146,39xm74,-85v0,42,6,61,33,61v27,0,34,-19,34,-61v0,-42,-7,-60,-34,-60v-27,0,-33,18,-33,60xm205,-107r55,0v0,-25,-10,-38,-27,-38v-18,0,-28,13,-28,38","w":330},"\u00df":{"d":"30,-163v-4,-58,28,-86,86,-86v90,0,109,82,37,100v39,9,58,32,58,72v0,49,-27,82,-64,82v-37,0,-49,-27,-45,-68r26,0v0,15,-3,38,11,37v9,0,10,-9,10,-29v0,-47,1,-80,-42,-76v1,-9,-2,-23,1,-30v20,0,31,-11,31,-32v0,-17,-10,-27,-25,-27v-23,0,-26,14,-26,43r0,177r-81,0v2,-9,-3,-25,2,-30v22,1,21,-9,21,-28r0,-105","w":224},"\u00c1":{"d":"-5,0r0,-32v23,1,30,-3,37,-23r62,-187r72,0r59,188v5,22,15,23,37,22r0,32r-133,0r0,-32v18,0,40,2,30,-16r-9,-30r-69,0v-5,20,-28,55,20,46r0,32r-106,0xm140,-109r-24,-76r-25,76r49,0xm92,-266v26,-22,46,-62,81,-72v27,1,28,34,1,42v-28,9,-43,32,-82,30","w":257},"\u00c2":{"d":"72,-266r42,-69r35,0r43,69v-33,3,-40,-21,-60,-32v-20,11,-27,35,-60,32xm-5,0r0,-32v23,1,30,-3,37,-23r62,-187r72,0r59,188v5,22,15,23,37,22r0,32r-133,0r0,-32v18,0,40,2,30,-16r-9,-30r-69,0v-5,20,-28,55,20,46r0,32r-106,0xm140,-109r-24,-76r-25,76r49,0","w":257},"\u00c4":{"d":"-5,0r0,-32v23,1,30,-3,37,-23r62,-187r72,0r59,188v5,22,15,23,37,22r0,32r-133,0r0,-32v18,0,40,2,30,-16r-9,-30r-69,0v-5,20,-28,55,20,46r0,32r-106,0xm140,-109r-24,-76r-25,76r49,0xm65,-303v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28xm142,-303v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28","w":257},"\u00c0":{"d":"-5,0r0,-32v23,1,30,-3,37,-23r62,-187r72,0r59,188v5,22,15,23,37,22r0,32r-133,0r0,-32v18,0,40,2,30,-16r-9,-30r-69,0v-5,20,-28,55,20,46r0,32r-106,0xm140,-109r-24,-76r-25,76r49,0xm172,-266v-39,2,-54,-22,-82,-30v-26,-8,-26,-41,1,-42v35,9,55,51,81,72","w":257},"\u00c5":{"d":"-5,0r0,-32v23,1,30,-3,37,-23r62,-183r72,0r59,184v5,22,15,23,37,22r0,32r-133,0r0,-32v18,0,40,2,30,-16r-9,-30r-69,0v-5,20,-28,55,20,46r0,32r-106,0xm140,-109r-24,-76r-25,76r49,0xm81,-298v0,-27,21,-49,48,-49v27,0,49,22,49,49v0,27,-22,48,-49,48v-27,0,-48,-21,-48,-48xm108,-298v0,12,9,21,21,21v12,0,21,-9,21,-21v0,-12,-10,-21,-21,-21v-12,0,-21,9,-21,21","w":257},"\u00c3":{"d":"86,-271r-15,0v7,-56,44,-55,88,-41v9,0,14,-5,18,-17r16,0v-9,56,-45,55,-88,40v-10,0,-16,6,-19,18xm-5,0r0,-32v23,1,30,-3,37,-23r62,-187r72,0r59,188v5,22,15,23,37,22r0,32r-133,0r0,-32v18,0,40,2,30,-16r-9,-30r-69,0v-5,20,-28,55,20,46r0,32r-106,0xm140,-109r-24,-76r-25,76r49,0","w":257},"\u00c7":{"d":"12,-121v0,-102,115,-166,196,-104r7,-19r33,0r0,98r-35,0v-3,-43,-26,-67,-61,-67v-38,0,-62,33,-62,92v0,110,113,124,120,27r38,0v-2,67,-39,101,-108,101v-79,0,-128,-51,-128,-128xm77,68r9,-19v17,10,32,14,45,14v9,0,16,-5,16,-14v1,-14,-16,-18,-29,-13r0,-36r16,0r0,19v27,-5,50,7,48,31v-4,47,-65,39,-105,18","w":264},"\u00c9":{"d":"214,-149v-1,-59,-40,-64,-104,-61r0,69v30,1,40,-5,39,-38r31,0r0,110r-31,0v0,-37,-9,-41,-39,-40r0,77v64,1,103,3,104,-68r32,0r0,100r-239,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32r239,0r0,93r-32,0xm93,-266v26,-22,46,-62,81,-72v27,1,28,34,1,42v-28,9,-43,32,-82,30","w":269},"\u00ca":{"d":"73,-266r43,-69r34,0r43,69v-33,3,-40,-21,-60,-32v-20,11,-27,35,-60,32xm214,-149v-1,-59,-40,-64,-104,-61r0,69v30,1,40,-5,39,-38r31,0r0,110r-31,0v0,-37,-9,-41,-39,-40r0,77v64,1,103,3,104,-68r32,0r0,100r-239,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32r239,0r0,93r-32,0","w":269},"\u00cb":{"d":"214,-149v-1,-59,-40,-64,-104,-61r0,69v30,1,40,-5,39,-38r31,0r0,110r-31,0v0,-37,-9,-41,-39,-40r0,77v64,1,103,3,104,-68r32,0r0,100r-239,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32r239,0r0,93r-32,0xm66,-303v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28xm143,-303v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28","w":269},"\u00c8":{"d":"214,-149v-1,-59,-40,-64,-104,-61r0,69v30,1,40,-5,39,-38r31,0r0,110r-31,0v0,-37,-9,-41,-39,-40r0,77v64,1,103,3,104,-68r32,0r0,100r-239,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32r239,0r0,93r-32,0xm173,-266v-39,2,-54,-22,-82,-30v-26,-8,-26,-41,1,-42v35,9,55,51,81,72","w":269},"\u00cd":{"d":"8,0r0,-32v21,0,36,3,36,-21r0,-136v4,-24,-15,-21,-36,-21r0,-32r142,0r0,32v-21,0,-37,-4,-37,21r0,136v-4,24,15,21,37,21r0,32r-142,0xm39,-266v26,-22,46,-62,81,-72v27,1,28,34,1,42v-28,9,-43,32,-82,30","w":157},"\u00ce":{"d":"19,-266r43,-69r34,0r43,69v-33,3,-40,-21,-60,-32v-20,11,-27,35,-60,32xm8,0r0,-32v21,0,36,3,36,-21r0,-136v4,-24,-15,-21,-36,-21r0,-32r142,0r0,32v-21,0,-37,-4,-37,21r0,136v-4,24,15,21,37,21r0,32r-142,0","w":157},"\u00cf":{"d":"8,0r0,-32v21,0,36,3,36,-21r0,-136v4,-24,-15,-21,-36,-21r0,-32r142,0r0,32v-21,0,-37,-4,-37,21r0,136v-4,24,15,21,37,21r0,32r-142,0xm12,-303v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28xm89,-303v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28","w":157},"\u00cc":{"d":"8,0r0,-32v21,0,36,3,36,-21r0,-136v4,-24,-15,-21,-36,-21r0,-32r142,0r0,32v-21,0,-37,-4,-37,21r0,136v-4,24,15,21,37,21r0,32r-142,0xm119,-266v-39,2,-54,-22,-82,-30v-26,-8,-26,-41,1,-42v35,9,55,51,81,72","w":157},"\u00d1":{"d":"106,-271r-16,0v8,-56,45,-55,89,-41v9,0,14,-5,18,-17r15,0v-8,56,-44,55,-87,40v-10,0,-16,6,-19,18xm42,-189v3,-23,-13,-21,-35,-21r0,-32r115,0r93,169r0,-116v4,-24,-15,-21,-36,-21r0,-32r110,0r0,32v-21,0,-33,-2,-33,21r0,189r-75,0r-99,-180r0,127v-4,24,15,21,36,21r0,32r-111,0r0,-32v21,0,35,2,35,-21r0,-136","w":294},"\u00d3":{"d":"12,-121v0,-79,51,-128,136,-128v85,0,135,49,135,128v0,79,-50,128,-135,128v-85,0,-136,-49,-136,-128xm90,-121v0,64,17,95,58,95v41,0,57,-31,57,-95v0,-64,-16,-94,-57,-94v-41,0,-58,30,-58,94xm108,-266v26,-22,46,-62,81,-72v27,1,28,34,1,42v-28,9,-43,32,-82,30","w":294},"\u00d4":{"d":"88,-266r42,-69r35,0r42,69v-33,2,-39,-22,-59,-32v-20,11,-27,35,-60,32xm12,-121v0,-79,51,-128,136,-128v85,0,135,49,135,128v0,79,-50,128,-135,128v-85,0,-136,-49,-136,-128xm90,-121v0,64,17,95,58,95v41,0,57,-31,57,-95v0,-64,-16,-94,-57,-94v-41,0,-58,30,-58,94","w":294},"\u00d6":{"d":"12,-121v0,-79,51,-128,136,-128v85,0,135,49,135,128v0,79,-50,128,-135,128v-85,0,-136,-49,-136,-128xm90,-121v0,64,17,95,58,95v41,0,57,-31,57,-95v0,-64,-16,-94,-57,-94v-41,0,-58,30,-58,94xm81,-303v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28xm158,-303v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28","w":294},"\u00d2":{"d":"12,-121v0,-79,51,-128,136,-128v85,0,135,49,135,128v0,79,-50,128,-135,128v-85,0,-136,-49,-136,-128xm90,-121v0,64,17,95,58,95v41,0,57,-31,57,-95v0,-64,-16,-94,-57,-94v-41,0,-58,30,-58,94xm188,-266v-39,2,-54,-22,-82,-30v-26,-8,-26,-41,1,-42v35,9,55,51,81,72","w":294},"\u00d5":{"d":"102,-271r-16,0v8,-56,45,-55,89,-41v9,0,14,-5,18,-17r15,0v-8,56,-44,55,-87,40v-10,0,-16,6,-19,18xm12,-121v0,-79,51,-128,136,-128v85,0,135,49,135,128v0,79,-50,128,-135,128v-85,0,-136,-49,-136,-128xm90,-121v0,64,17,95,58,95v41,0,57,-31,57,-95v0,-64,-16,-94,-57,-94v-41,0,-58,30,-58,94","w":294},"\u0160":{"d":"61,-335v33,-3,40,21,60,32v20,-11,26,-34,59,-32r-42,69r-35,0xm44,3r-29,0r0,-95r33,0v6,39,35,64,74,64v28,0,44,-12,44,-29v0,-24,-21,-25,-54,-33v-54,-12,-95,-25,-101,-80v-8,-75,118,-98,171,-57r7,-17r30,0r0,88r-33,0v-4,-36,-31,-57,-71,-57v-25,0,-39,11,-39,28v0,23,26,23,76,35v54,13,80,37,80,79v0,77,-124,98,-178,57","w":240},"\u00da":{"d":"271,-211v-34,2,-35,-1,-34,37r0,103v0,51,-34,79,-101,79v-61,0,-96,-28,-96,-76r0,-107v1,-32,-6,-38,-33,-36r0,-31r137,0r0,31v-29,-1,-41,1,-37,35v6,56,-22,148,41,148v74,0,45,-85,50,-146v2,-33,-6,-38,-35,-37r0,-31r108,0r0,31xm112,-266v26,-22,46,-62,81,-72v27,1,28,34,1,42v-28,9,-43,32,-82,30","w":277},"\u00db":{"d":"92,-266r43,-69r34,0r43,69v-33,3,-40,-21,-60,-32v-20,11,-27,35,-60,32xm271,-211v-34,2,-35,-1,-34,37r0,103v0,51,-34,79,-101,79v-61,0,-96,-28,-96,-76r0,-107v1,-32,-6,-38,-33,-36r0,-31r137,0r0,31v-29,-1,-41,1,-37,35v6,56,-22,148,41,148v74,0,45,-85,50,-146v2,-33,-6,-38,-35,-37r0,-31r108,0r0,31","w":277},"\u00dc":{"d":"271,-211v-34,2,-35,-1,-34,37r0,103v0,51,-34,79,-101,79v-61,0,-96,-28,-96,-76r0,-107v1,-32,-6,-38,-33,-36r0,-31r137,0r0,31v-29,-1,-41,1,-37,35v6,56,-22,148,41,148v74,0,45,-85,50,-146v2,-33,-6,-38,-35,-37r0,-31r108,0r0,31xm85,-303v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28xm162,-303v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28","w":277},"\u00d9":{"d":"271,-211v-34,2,-35,-1,-34,37r0,103v0,51,-34,79,-101,79v-61,0,-96,-28,-96,-76r0,-107v1,-32,-6,-38,-33,-36r0,-31r137,0r0,31v-29,-1,-41,1,-37,35v6,56,-22,148,41,148v74,0,45,-85,50,-146v2,-33,-6,-38,-35,-37r0,-31r108,0r0,31xm192,-266v-39,2,-54,-22,-82,-30v-26,-8,-26,-41,1,-42v35,9,55,51,81,72","w":277},"\u0178":{"d":"175,-100v3,34,-15,81,39,69r0,31r-146,0r0,-31v23,-1,40,6,40,-24r0,-45r-53,-83v-12,-18,-22,-27,-47,-28r0,-31r139,0r0,31v-24,-2,-33,5,-19,26r28,43v12,-20,30,-37,37,-61v2,-6,-13,-9,-25,-8r0,-31r103,0v-1,10,2,23,-1,31v-23,0,-31,10,-42,28xm73,-303v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28xm150,-303v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28","w":280},"\u017d":{"d":"57,-335v33,-3,40,21,60,32v20,-11,27,-35,60,-32r-43,69r-34,0xm8,0r0,-33r137,-176v-58,-1,-100,-3,-98,59r-32,0r0,-92r211,0r0,35r-139,176v63,2,106,3,103,-67r36,0r0,98r-218,0","w":234},"\u00e1":{"d":"120,-84v-29,15,-47,19,-47,35v0,11,8,19,21,19v24,2,28,-26,26,-54xm100,-176v53,0,77,15,77,63r0,65v0,11,4,16,10,16v11,2,9,-19,9,-31r21,0v2,43,-7,69,-49,69v-23,0,-38,-9,-44,-26v-27,40,-113,34,-113,-22v0,-34,21,-42,61,-51v32,-7,49,-11,49,-33v0,-26,-44,-35,-64,-20v13,1,21,9,21,20v0,13,-11,24,-28,24v-19,0,-31,-12,-31,-28v0,-28,28,-46,81,-46xm64,-194v26,-22,46,-62,81,-72v27,1,28,34,1,42v-28,9,-43,32,-82,30","w":221},"\u00e2":{"d":"44,-193r42,-69r35,0r42,69v-33,2,-39,-22,-59,-32v-20,11,-27,35,-60,32xm120,-84v-29,15,-47,19,-47,35v0,11,8,19,21,19v24,2,28,-26,26,-54xm100,-176v53,0,77,15,77,63r0,65v0,11,4,16,10,16v11,2,9,-19,9,-31r21,0v2,43,-7,69,-49,69v-23,0,-38,-9,-44,-26v-27,40,-113,34,-113,-22v0,-34,21,-42,61,-51v32,-7,49,-11,49,-33v0,-26,-44,-35,-64,-20v13,1,21,9,21,20v0,13,-11,24,-28,24v-19,0,-31,-12,-31,-28v0,-28,28,-46,81,-46","w":221},"\u00e4":{"d":"120,-84v-29,15,-47,19,-47,35v0,11,8,19,21,19v24,2,28,-26,26,-54xm100,-176v53,0,77,15,77,63r0,65v0,11,4,16,10,16v11,2,9,-19,9,-31r21,0v2,43,-7,69,-49,69v-23,0,-38,-9,-44,-26v-27,40,-113,34,-113,-22v0,-34,21,-42,61,-51v32,-7,49,-11,49,-33v0,-26,-44,-35,-64,-20v13,1,21,9,21,20v0,13,-11,24,-28,24v-19,0,-31,-12,-31,-28v0,-28,28,-46,81,-46xm37,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28xm114,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28","w":221},"\u00e0":{"d":"120,-84v-29,15,-47,19,-47,35v0,11,8,19,21,19v24,2,28,-26,26,-54xm100,-176v53,0,77,15,77,63r0,65v0,11,4,16,10,16v11,2,9,-19,9,-31r21,0v2,43,-7,69,-49,69v-23,0,-38,-9,-44,-26v-27,40,-113,34,-113,-22v0,-34,21,-42,61,-51v32,-7,49,-11,49,-33v0,-26,-44,-35,-64,-20v13,1,21,9,21,20v0,13,-11,24,-28,24v-19,0,-31,-12,-31,-28v0,-28,28,-46,81,-46xm144,-194v-39,2,-54,-22,-82,-30v-26,-8,-26,-41,1,-42v35,9,55,51,81,72","w":221},"\u00e5":{"d":"120,-84v-29,15,-47,19,-47,35v0,11,8,19,21,19v24,2,28,-26,26,-54xm100,-176v53,0,77,15,77,63r0,65v0,11,4,16,10,16v11,2,9,-19,9,-31r21,0v2,43,-7,69,-49,69v-23,0,-38,-9,-44,-26v-27,40,-113,34,-113,-22v0,-34,21,-42,61,-51v32,-7,49,-11,49,-33v0,-26,-44,-35,-64,-20v13,1,21,9,21,20v0,13,-11,24,-28,24v-19,0,-31,-12,-31,-28v0,-28,28,-46,81,-46xm53,-238v0,-28,22,-49,50,-49v28,0,49,21,49,49v0,28,-21,50,-49,50v-28,0,-50,-22,-50,-50xm81,-238v0,13,9,22,22,22v12,0,22,-10,22,-22v0,-12,-10,-22,-22,-22v-12,0,-22,10,-22,22","w":221},"\u00e3":{"d":"58,-199r-16,0v7,-55,46,-56,89,-40v9,0,14,-6,18,-18r16,0v-8,56,-45,55,-88,40v-10,0,-16,6,-19,18xm120,-84v-29,15,-47,19,-47,35v0,11,8,19,21,19v24,2,28,-26,26,-54xm100,-176v53,0,77,15,77,63r0,65v0,11,4,16,10,16v11,2,9,-19,9,-31r21,0v2,43,-7,69,-49,69v-23,0,-38,-9,-44,-26v-27,40,-113,34,-113,-22v0,-34,21,-42,61,-51v32,-7,49,-11,49,-33v0,-26,-44,-35,-64,-20v13,1,21,9,21,20v0,13,-11,24,-28,24v-19,0,-31,-12,-31,-28v0,-28,28,-46,81,-46","w":221},"\u00e7":{"d":"134,-60r37,0v-2,42,-28,66,-74,66v-57,0,-89,-33,-89,-91v0,-56,35,-91,90,-91v46,0,75,24,75,58v0,22,-15,37,-37,37v-18,0,-29,-11,-29,-28v0,-17,10,-27,27,-27v-30,-25,-62,-3,-62,49v0,41,10,60,33,60v18,0,28,-11,29,-33xm34,68r9,-19v17,10,32,14,45,14v9,0,16,-5,16,-14v1,-14,-16,-18,-29,-13r0,-36r16,0r0,19v27,-5,50,7,48,31v-4,47,-65,39,-105,18","w":180},"\u00e9":{"d":"144,-58r43,0v-11,42,-40,64,-86,64v-55,0,-91,-36,-91,-89v0,-57,35,-92,90,-92v59,0,92,35,90,98v-38,2,-84,-4,-117,2v-8,57,66,61,71,17xm74,-107v18,-1,39,2,55,-1v0,-24,-10,-36,-28,-36v-17,0,-27,12,-27,37xm60,-194v26,-22,46,-62,81,-72v27,1,28,34,1,42v-28,9,-43,32,-82,30","w":199},"\u00ea":{"d":"40,-193r42,-69r35,0r42,69v-33,2,-39,-22,-59,-32v-20,11,-27,35,-60,32xm144,-58r43,0v-11,42,-40,64,-86,64v-55,0,-91,-36,-91,-89v0,-57,35,-92,90,-92v59,0,92,35,90,98v-38,2,-84,-4,-117,2v-8,57,66,61,71,17xm74,-107v18,-1,39,2,55,-1v0,-24,-10,-36,-28,-36v-17,0,-27,12,-27,37","w":199},"\u00eb":{"d":"144,-58r43,0v-11,42,-40,64,-86,64v-55,0,-91,-36,-91,-89v0,-57,35,-92,90,-92v59,0,92,35,90,98v-38,2,-84,-4,-117,2v-8,57,66,61,71,17xm74,-107v18,-1,39,2,55,-1v0,-24,-10,-36,-28,-36v-17,0,-27,12,-27,37xm33,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28xm110,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28","w":199},"\u00e8":{"d":"144,-58r43,0v-11,42,-40,64,-86,64v-55,0,-91,-36,-91,-89v0,-57,35,-92,90,-92v59,0,92,35,90,98v-38,2,-84,-4,-117,2v-8,57,66,61,71,17xm74,-107v18,-1,39,2,55,-1v0,-24,-10,-36,-28,-36v-17,0,-27,12,-27,37xm140,-194v-39,2,-54,-22,-82,-30v-26,-8,-26,-41,1,-42v35,9,55,51,81,72","w":199},"\u00ed":{"d":"36,-46r0,-75v3,-20,-9,-19,-27,-19r0,-30r88,0r0,124v-2,18,9,17,25,17r0,29r-113,0r0,-29v16,0,27,2,27,-17xm24,-194v26,-22,46,-62,81,-72v27,1,28,34,1,42v-28,9,-43,32,-82,30","w":130},"\u00ee":{"d":"4,-193r42,-69r35,0r42,69v-33,2,-39,-22,-59,-32v-20,11,-27,35,-60,32xm36,-46r0,-75v3,-20,-9,-19,-27,-19r0,-30r88,0r0,124v-2,18,9,17,25,17r0,29r-113,0r0,-29v16,0,27,2,27,-17","w":130},"\u00ef":{"d":"36,-46r0,-75v3,-20,-9,-19,-27,-19r0,-30r88,0r0,124v-2,18,9,17,25,17r0,29r-113,0r0,-29v16,0,27,2,27,-17xm-3,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28xm74,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28","w":130},"\u00ec":{"d":"36,-46r0,-75v3,-20,-9,-19,-27,-19r0,-30r88,0r0,124v-2,18,9,17,25,17r0,29r-113,0r0,-29v16,0,27,2,27,-17xm104,-194v-39,2,-54,-22,-82,-30v-26,-8,-26,-41,1,-42v35,9,55,51,81,72","w":130},"\u00f1":{"d":"74,-199r-16,0v7,-55,46,-56,89,-40v9,0,14,-6,18,-18r15,0v-8,56,-44,55,-87,40v-10,0,-16,6,-19,18xm8,0r0,-29v16,0,26,1,26,-17r0,-78v2,-18,-10,-17,-26,-17r0,-29r83,0r0,26v29,-46,129,-45,117,32r0,66v-2,17,9,17,25,17r0,29r-106,0r0,-29v15,0,22,-1,21,-17v-4,-35,14,-96,-25,-96v-37,0,-28,58,-29,96v-1,16,6,17,21,17r0,29r-107,0","w":239},"\u00f3":{"d":"9,-85v0,-57,37,-91,98,-91v61,0,99,34,99,91v0,57,-38,91,-99,91v-61,0,-98,-34,-98,-91xm74,-85v0,42,6,60,33,60v27,0,34,-18,34,-60v0,-42,-7,-60,-34,-60v-27,0,-33,18,-33,60xm68,-194v26,-22,46,-62,81,-72v27,1,28,34,1,42v-28,9,-43,32,-82,30","w":214},"\u00f4":{"d":"48,-193r42,-69r35,0r42,69v-33,2,-39,-22,-59,-32v-20,11,-27,35,-60,32xm9,-85v0,-57,37,-91,98,-91v61,0,99,34,99,91v0,57,-38,91,-99,91v-61,0,-98,-34,-98,-91xm74,-85v0,42,6,60,33,60v27,0,34,-18,34,-60v0,-42,-7,-60,-34,-60v-27,0,-33,18,-33,60","w":214},"\u00f6":{"d":"9,-85v0,-57,37,-91,98,-91v61,0,99,34,99,91v0,57,-38,91,-99,91v-61,0,-98,-34,-98,-91xm74,-85v0,42,6,60,33,60v27,0,34,-18,34,-60v0,-42,-7,-60,-34,-60v-27,0,-33,18,-33,60xm41,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28xm118,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28","w":214},"\u00f2":{"d":"9,-85v0,-57,37,-91,98,-91v61,0,99,34,99,91v0,57,-38,91,-99,91v-61,0,-98,-34,-98,-91xm74,-85v0,42,6,60,33,60v27,0,34,-18,34,-60v0,-42,-7,-60,-34,-60v-27,0,-33,18,-33,60xm148,-194v-39,2,-54,-22,-82,-30v-26,-8,-26,-41,1,-42v35,9,55,51,81,72","w":214},"\u00f5":{"d":"62,-199r-16,0v7,-55,46,-56,89,-40v9,0,14,-6,18,-18r15,0v-8,56,-44,55,-87,40v-10,0,-16,6,-19,18xm9,-85v0,-57,37,-91,98,-91v61,0,99,34,99,91v0,57,-38,91,-99,91v-61,0,-98,-34,-98,-91xm74,-85v0,42,6,60,33,60v27,0,34,-18,34,-60v0,-42,-7,-60,-34,-60v-27,0,-33,18,-33,60","w":214},"\u0161":{"d":"40,-262v33,-3,40,21,60,32v20,-11,27,-35,60,-32r-43,69r-34,0xm41,2r-26,0r0,-64r29,0v9,23,28,37,52,37v17,0,27,-6,27,-16v0,-10,-9,-12,-28,-17v-41,-10,-78,-18,-82,-61v-4,-53,88,-73,135,-43r4,-10r26,0r0,55r-26,0v-12,-19,-31,-30,-53,-30v-14,0,-22,7,-22,16v0,14,20,17,59,27v33,9,51,28,51,52v0,55,-93,75,-141,41","w":200},"\u00fa":{"d":"205,-170r0,124v-2,18,11,17,27,17r0,29r-84,0r0,-26v-29,47,-128,45,-117,-32r0,-66v2,-17,-9,-17,-25,-17r0,-29r85,0r0,112v0,21,8,30,25,30v37,0,28,-58,29,-96v1,-16,-6,-17,-21,-17r0,-29r81,0xm73,-194v26,-22,46,-62,81,-72v27,1,28,34,1,42v-28,9,-43,32,-82,30","w":239},"\u00fb":{"d":"53,-193r42,-69r35,0r42,69v-33,2,-39,-22,-59,-32v-20,11,-27,35,-60,32xm205,-170r0,124v-2,18,11,17,27,17r0,29r-84,0r0,-26v-29,47,-128,45,-117,-32r0,-66v2,-17,-9,-17,-25,-17r0,-29r85,0r0,112v0,21,8,30,25,30v37,0,28,-58,29,-96v1,-16,-6,-17,-21,-17r0,-29r81,0","w":239},"\u00fc":{"d":"205,-170r0,124v-2,18,11,17,27,17r0,29r-84,0r0,-26v-29,47,-128,45,-117,-32r0,-66v2,-17,-9,-17,-25,-17r0,-29r85,0r0,112v0,21,8,30,25,30v37,0,28,-58,29,-96v1,-16,-6,-17,-21,-17r0,-29r81,0xm46,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28xm123,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28","w":239},"\u00f9":{"d":"205,-170r0,124v-2,18,11,17,27,17r0,29r-84,0r0,-26v-29,47,-128,45,-117,-32r0,-66v2,-17,-9,-17,-25,-17r0,-29r85,0r0,112v0,21,8,30,25,30v37,0,28,-58,29,-96v1,-16,-6,-17,-21,-17r0,-29r81,0xm153,-194v-39,2,-54,-22,-82,-30v-26,-8,-26,-41,1,-42v35,9,55,51,81,72","w":239},"\u00ff":{"d":"92,12r-56,-132v-6,-17,-11,-22,-30,-20r0,-30r109,0r0,30v-18,-1,-27,1,-19,19r27,61r28,-75v0,-4,-4,-5,-13,-5r-8,0r0,-30r80,0r0,30v-20,0,-24,7,-30,22r-54,132v-18,44,-36,64,-70,64v-53,0,-72,-77,-19,-80v17,0,29,10,29,25v0,17,-12,26,-31,24v24,21,45,0,57,-35xm40,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28xm117,-231v0,-15,13,-28,28,-28v16,0,29,13,29,28v0,17,-13,28,-29,28v-16,0,-28,-12,-28,-28","w":214},"\u017e":{"d":"29,-262v33,-3,40,21,60,32v20,-11,27,-35,60,-32r-43,69r-34,0xm8,0r0,-33r94,-107v-38,0,-64,-5,-59,42r-30,0r0,-72r156,0r0,33r-91,108v40,3,71,-3,61,-46r30,0r0,75r-161,0","w":177},"\u00a9":{"d":"17,-119v0,-70,61,-131,131,-131v70,0,131,61,131,131v0,68,-61,130,-131,130v-70,0,-131,-60,-131,-130xm258,-119v0,-61,-52,-111,-110,-111v-60,0,-111,52,-111,111v0,59,53,111,111,111v59,0,110,-52,110,-111xm198,-194r9,0r0,58r-9,0v-7,-31,-24,-48,-46,-48v-26,0,-39,22,-39,64v0,76,60,84,89,35r9,5v-32,70,-140,37,-140,-37v0,-65,74,-95,118,-66v5,0,7,-3,9,-11","w":295},"\u00ac":{"d":"45,-152r210,0r0,88r-40,0r0,-48r-170,0r0,-40","w":299},"\u00ae":{"d":"17,-119v0,-70,61,-131,131,-131v71,0,131,60,131,134v0,63,-63,130,-131,128v-73,-2,-131,-62,-131,-131xm258,-119v0,-61,-52,-111,-110,-111v-60,0,-111,51,-111,111v0,59,53,111,111,111v59,0,110,-52,110,-111xm195,-46v-49,0,-10,-77,-59,-72v3,22,-11,58,15,59r0,10r-70,0r0,-10v13,-1,18,-5,18,-16r0,-92v0,-12,-5,-15,-18,-17r0,-9v49,-1,131,-6,129,35v0,21,-16,31,-49,37v27,5,41,20,41,46v0,10,1,15,7,15v6,1,10,-9,10,-23v5,-1,11,0,10,5v0,21,-12,32,-34,32xm136,-128v22,4,37,-6,36,-30v0,-14,-9,-26,-24,-26v-23,1,-8,37,-12,56","w":295},"\u00d0":{"d":"8,0r0,-32v21,0,36,3,36,-21r0,-58r-42,0r0,-29r42,0v-4,-33,18,-81,-36,-70r0,-32r128,0v96,0,143,39,143,121v0,82,-47,121,-143,121r-128,0xm111,-32v65,5,89,-15,89,-89v0,-76,-24,-93,-89,-89r0,70r47,0r0,29r-47,0r0,79","w":290},"\u00de":{"d":"251,-119v0,68,-74,66,-141,68v-4,22,15,19,35,19r0,32r-138,0r0,-32v21,0,35,3,35,-21r0,-136v4,-24,-14,-21,-35,-21r0,-32r138,0r0,32v0,0,-40,-3,-35,21v75,-4,141,5,141,70xm109,-85v39,1,76,1,72,-37v3,-34,-34,-37,-72,-35r0,72","w":263},"\u00dd":{"d":"175,-100v3,34,-15,81,39,69r0,31r-146,0r0,-31v23,-1,40,6,40,-24r0,-45r-53,-83v-12,-18,-22,-27,-47,-28r0,-31r139,0r0,31v-24,-2,-33,5,-19,26r28,43v12,-20,30,-37,37,-61v2,-6,-13,-9,-25,-8r0,-31r103,0v-1,10,2,23,-1,31v-23,0,-31,10,-42,28xm100,-266v26,-22,46,-62,81,-72v27,1,28,34,1,42v-28,9,-43,32,-82,30","w":280},"\u00a6":{"d":"69,-252r42,0r0,134r-42,0r0,-134xm69,-72r42,0r0,134r-42,0r0,-134","w":180},"\u00b0":{"d":"59,-258v30,0,55,24,55,55v0,30,-24,55,-55,55v-30,0,-54,-24,-54,-55v0,-31,24,-55,54,-55xm59,-232v-16,0,-29,13,-29,29v0,16,12,29,29,29v16,0,29,-13,29,-29v0,-16,-13,-29,-29,-29","w":118},"\u00f7":{"d":"150,-208v15,0,29,13,29,29v0,15,-12,29,-29,29v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29xm45,-128r210,0r0,41r-210,0r0,-41xm150,-65v16,0,29,13,29,29v0,15,-12,29,-29,29v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29","w":299},"\u00f0":{"d":"130,-162v-8,-13,-16,-25,-26,-37r-56,25r-8,-19r49,-22r-23,-23r18,-15v18,11,30,19,36,24r57,-25r8,18r-47,22v46,41,68,80,68,128v0,60,-35,92,-99,92v-62,0,-98,-33,-98,-86v0,-61,56,-98,121,-82xm74,-80v0,40,6,57,33,57v27,0,34,-17,34,-57v0,-40,-7,-56,-34,-56v-27,0,-33,16,-33,56","w":214},"\u00d7":{"d":"76,-213r77,77r77,-77r29,28r-78,78r78,77r-29,29r-77,-78r-77,78r-29,-29r78,-77r-78,-78","w":299},"\u00bd":{"d":"26,-96r0,-17v16,0,32,1,27,-16r0,-57r-27,0r0,-16v21,0,32,-6,37,-17r30,0r0,92v-3,17,10,14,25,14r0,17r-92,0xm84,6r150,-232r30,0r-148,232r-32,0xm336,-43v9,59,-57,48,-89,35v-6,0,-11,3,-14,8v-8,-1,-21,4,-20,-6v-2,-29,36,-51,58,-60v25,-10,24,-43,-9,-42v-14,0,-22,5,-26,14v11,-4,23,3,22,13v0,9,-8,17,-20,17v-15,0,-25,-9,-25,-22v0,-22,25,-40,60,-40v68,0,82,66,18,80v-22,5,-40,9,-51,22v16,-11,47,-5,63,-2v10,0,13,-5,13,-17r20,0","w":348},"\u00bc":{"d":"26,-96r0,-17v16,0,32,1,27,-16r0,-57r-27,0r0,-16v21,0,32,-6,37,-17r30,0r0,92v-3,17,10,14,25,14r0,17r-92,0xm84,6r150,-232r30,0r-148,232r-32,0xm236,-55r43,0r0,-40xm255,0v1,-6,-4,-20,6,-17v22,1,17,-5,18,-20r-66,0r0,-20r70,-66r35,0r0,68r22,0r0,18r-22,0v-2,16,0,22,22,20r0,17r-85,0","w":348},"\u00b9":{"d":"27,-88r0,-18v16,0,34,2,28,-16r0,-61r-28,0r0,-18v22,0,35,-6,40,-18r30,0r0,98v-3,18,11,14,27,15r0,18r-97,0","w":150},"\u00b1":{"d":"129,-218r42,0r0,56r84,0r0,41r-84,0r0,56r-42,0r0,-56r-84,0r0,-41r84,0r0,-56xm45,-37r210,0r0,40r-210,0r0,-40","w":299},"\u00fe":{"d":"31,31r0,-226v2,-17,-9,-17,-25,-17r0,-30r85,0r0,93v40,-54,122,-24,122,63v0,86,-76,119,-122,67v5,28,-17,76,29,67r0,29r-114,0r0,-29v16,0,25,1,25,-17xm120,-144v-19,0,-29,20,-29,61v0,37,10,56,29,56v20,0,28,-19,28,-59v0,-39,-9,-58,-28,-58","w":223},"\u00be":{"d":"59,-152r0,-17v19,-1,28,-7,28,-18v0,-21,-37,-24,-50,-12v11,-1,18,4,18,13v0,10,-7,16,-19,16v-13,0,-21,-7,-21,-19v0,-20,19,-34,54,-34v61,0,81,49,30,60v23,5,35,15,35,31v0,25,-22,39,-67,39v-36,0,-57,-14,-57,-33v0,-13,9,-22,23,-22v12,0,21,7,21,17v0,9,-7,14,-19,14v16,13,55,8,55,-16v0,-14,-10,-19,-31,-19xm84,6r150,-232r30,0r-148,232r-32,0xm236,-55r43,0r0,-40xm255,0v1,-6,-4,-20,6,-17v22,1,17,-5,18,-20r-66,0r0,-20r70,-66r35,0r0,68r22,0r0,18r-22,0v-2,16,0,22,22,20r0,17r-85,0","w":348},"\u00b3":{"d":"62,-148r0,-18v19,-1,29,-7,29,-19v0,-21,-38,-26,-52,-13v11,-1,19,5,19,14v0,10,-9,17,-21,17v-14,0,-22,-8,-22,-20v0,-21,21,-36,58,-36v64,0,84,51,31,64v24,5,36,16,36,33v0,27,-24,42,-70,42v-38,0,-59,-15,-59,-36v0,-14,9,-23,24,-23v24,-1,29,35,2,34v18,13,58,8,58,-18v0,-14,-11,-21,-33,-21","w":150},"\u00b2":{"d":"138,-134v12,61,-58,52,-94,38v-6,0,-11,2,-14,8r-20,0v-5,-38,33,-58,60,-70v27,-11,26,-45,-9,-45v-14,0,-24,5,-28,15v12,-3,24,2,24,13v0,10,-9,18,-22,18v-15,0,-25,-9,-25,-23v0,-23,25,-43,62,-43v72,0,87,71,19,85v-23,5,-42,11,-53,25v16,-13,49,-3,66,-3v10,0,13,-5,13,-18r21,0","w":150},"\u00fd":{"d":"92,12r-56,-132v-6,-17,-11,-22,-30,-20r0,-30r109,0r0,30v-18,-1,-27,1,-19,19r27,61r28,-75v0,-4,-4,-5,-13,-5r-8,0r0,-30r80,0r0,30v-20,0,-24,7,-30,22r-54,132v-18,44,-36,64,-70,64v-53,0,-72,-77,-19,-80v17,0,29,10,29,25v0,17,-12,26,-31,24v24,21,45,0,57,-35xm67,-194v26,-22,46,-62,81,-72v27,1,28,34,1,42v-28,9,-43,32,-82,30","w":214},"\u00a0":{"w":114}}});Cufon.registerFont({"w":180,"face":{"font-family":"Claredon LT","font-weight":200,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-25 -341 409 85","underline-thickness":"20.88","underline-position":"-38.52","stemh":"18","stemv":"31","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":110},"!":{"d":"35,-14v0,-11,8,-21,20,-21v11,0,21,10,21,21v0,11,-10,20,-21,20v-12,0,-20,-9,-20,-20xm47,-66v-2,-85,-12,-136,-12,-155v0,-18,7,-28,20,-28v13,0,21,10,21,28v0,19,-11,70,-13,155r-16,0","w":110},"\"":{"d":"33,-152r-5,0r-12,-87v0,-12,6,-18,15,-18v11,-1,16,12,14,25xm91,-152r-5,0r-13,-87v0,-12,7,-18,16,-18v11,-1,16,11,14,25","w":119},"#":{"d":"137,-256r23,0r-29,83r50,0r30,-83r23,0r-30,83r54,0r-7,20r-54,0r-18,51r59,0r-8,20r-58,0r-29,82r-23,0r29,-82r-51,0r-29,82r-23,0r29,-82r-57,0r8,-20r56,0r18,-51r-61,0r7,-20r62,0xm123,-153r-18,51r51,0r18,-51r-51,0","w":276},"$":{"d":"98,37r0,-37v-54,-4,-83,-25,-83,-54v0,-31,46,-36,47,-8v0,13,-8,19,-23,20v8,15,27,21,59,24r0,-81v-103,-11,-102,-112,0,-120r0,-28r18,0r0,28v50,2,78,24,78,50v0,14,-9,23,-24,23v-13,0,-20,-7,-20,-19v0,-11,6,-17,18,-18v-7,-13,-25,-19,-52,-20r0,77v59,10,87,28,87,64v0,35,-30,58,-87,62r0,37r-18,0xm98,-203v-32,4,-48,17,-48,36v0,21,15,31,48,36r0,-72xm116,-17v38,-3,58,-17,58,-40v0,-21,-19,-32,-58,-38r0,78","w":220},"%":{"d":"12,-156v0,-41,28,-69,68,-69v40,0,67,28,67,69v0,41,-27,70,-67,70v-39,0,-68,-29,-68,-70xm43,-156v0,32,15,51,37,51v22,0,36,-19,36,-51v0,-32,-14,-51,-36,-51v-22,0,-37,19,-37,51xm117,6r-23,0r135,-231r23,0xm199,-63v0,-41,28,-70,68,-70v40,0,67,29,67,70v0,41,-27,69,-67,69v-39,0,-68,-28,-68,-69xm230,-63v0,31,15,51,37,51v22,0,36,-19,36,-51v0,-32,-14,-51,-36,-51v-22,0,-37,19,-37,51","w":346},"&":{"d":"152,-32v-22,-24,-42,-54,-62,-89v-62,20,-44,104,16,104v13,0,29,-5,46,-15xm109,-156v26,-14,38,-27,38,-47v0,-15,-10,-26,-24,-26v-31,0,-32,50,-14,73xm168,-15v-54,44,-155,19,-153,-51v0,-32,22,-57,64,-77v-28,-49,-12,-106,45,-106v28,0,50,20,50,46v0,26,-18,49,-53,68v19,31,37,58,58,80v23,-26,34,-45,34,-57v0,-14,-18,-16,-37,-15r0,-20r106,0r0,20v-28,-2,-36,6,-47,27v-10,19,-22,41,-42,61v30,33,71,26,70,-34v6,1,17,-3,19,2v6,82,-68,97,-114,56","w":297},"(":{"d":"121,56r0,13v-64,-24,-103,-83,-103,-159v0,-76,39,-135,103,-159r0,14v-47,23,-73,73,-73,145v0,72,26,123,73,146","w":129},")":{"d":"8,56v47,-23,74,-73,74,-145v0,-72,-27,-123,-74,-146r0,-13v64,24,103,83,103,159v0,76,-39,135,-103,159r0,-14","w":129},"*":{"d":"141,-128v-21,-1,-29,-39,-48,-41v0,26,14,40,14,52v0,10,-7,17,-17,17v-36,-9,-2,-36,-3,-70v-14,3,-30,42,-48,42v-8,0,-16,-10,-16,-19v0,-27,40,-11,61,-28v-25,-17,-56,0,-61,-27v0,-10,8,-19,16,-19v21,1,29,39,48,41v0,-26,-14,-41,-14,-53v0,-10,7,-16,17,-16v37,8,2,36,3,70v14,-3,30,-42,48,-42v8,0,16,10,16,19v0,27,-41,11,-61,28v25,17,61,0,61,27v0,9,-8,19,-16,19"},"+":{"d":"140,-215r21,0r0,97r94,0r0,21r-94,0r0,97r-21,0r0,-97r-95,0r0,-21r95,0r0,-97","w":299},",":{"d":"30,53r0,-13v23,-4,34,-18,33,-41v-13,10,-32,4,-32,-13v0,-12,9,-21,22,-21v16,0,27,13,27,34v0,28,-18,50,-50,54","w":110},"-":{"d":"13,-73r0,-26r94,0r0,26r-94,0","w":119},".":{"d":"35,-14v0,-11,8,-21,20,-21v11,0,21,10,21,21v0,11,-10,20,-21,20v-12,0,-20,-9,-20,-20","w":110},"\/":{"d":"12,33r-20,0r88,-282r20,0","w":100},"0":{"d":"12,-109v0,-70,41,-116,98,-116v57,0,98,46,98,116v0,70,-41,115,-98,115v-56,0,-98,-46,-98,-115xm49,-109v0,62,24,96,61,96v37,0,61,-34,61,-96v0,-62,-24,-97,-61,-97v-37,0,-61,35,-61,97","w":220},"1":{"d":"46,0r0,-18v29,0,60,4,53,-26r0,-126r-51,0r0,-18v37,-1,57,-10,65,-37r18,0r0,182v-5,28,21,25,50,25r0,18r-135,0","w":220},"2":{"d":"36,0v-6,-1,-20,4,-17,-6v-10,-63,73,-95,111,-112v45,-20,29,-88,-30,-88v-26,0,-44,10,-55,31v17,-1,27,6,27,20v0,14,-10,23,-23,23v-14,0,-26,-12,-26,-30v0,-34,33,-64,84,-64v73,0,108,64,69,112v-29,36,-109,26,-131,75v35,-18,69,13,104,12v23,0,31,-13,32,-46r17,0v5,82,-59,96,-107,60v-16,-12,-57,-22,-55,13","w":220},"3":{"d":"40,-39v22,41,121,32,121,-22v0,-36,-26,-48,-76,-47r0,-20v45,1,72,-7,72,-38v0,-44,-75,-53,-104,-23v12,2,17,9,17,21v0,12,-8,19,-21,19v-14,0,-24,-10,-24,-24v0,-26,34,-52,85,-52v89,0,114,90,33,107v36,7,56,28,56,56v0,39,-38,68,-98,68v-51,0,-86,-28,-86,-58v0,-32,49,-38,49,-7v0,13,-9,19,-24,20","w":220},"4":{"d":"80,0r0,-18v23,-1,48,6,48,-20r0,-27r-118,0r0,-19r129,-141r21,0r0,139r46,0r0,21r-46,0v1,26,-8,51,26,47r20,0r0,18r-126,0xm128,-86r0,-99r-88,99r88,0","w":220},"5":{"d":"42,-37v31,42,119,25,119,-38v0,-60,-78,-74,-115,-36r-18,0r9,-114v51,15,100,12,152,0v-18,43,-74,46,-133,37r-4,49v62,-33,146,-6,146,66v0,47,-38,79,-96,79v-51,0,-85,-26,-85,-57v0,-33,48,-38,49,-7v0,13,-8,20,-24,21","w":220},"6":{"d":"165,-195v-55,-31,-109,0,-107,79v46,-51,146,-25,146,45v0,46,-34,77,-91,77v-57,0,-93,-42,-93,-109v0,-74,42,-122,102,-122v44,0,73,20,73,45v0,15,-10,24,-23,24v-25,1,-32,-33,-7,-39xm61,-69v0,35,20,55,52,55v33,0,53,-20,53,-53v0,-35,-19,-55,-52,-55v-33,0,-53,21,-53,53","w":220},"7":{"d":"93,2v-7,-97,37,-122,84,-188v-27,14,-64,-3,-88,-4v-32,-2,-43,22,-42,62r-19,0r0,-91r21,0r0,26v25,-48,85,-21,123,-11v11,0,19,-5,21,-15r19,0v0,37,-69,101,-78,148v-2,13,-5,46,-5,73r-36,0","w":220},"8":{"d":"67,-111v-77,-31,-43,-114,44,-114v88,0,116,81,38,105v37,14,56,33,56,61v0,36,-37,65,-96,65v-102,0,-128,-91,-42,-117xm95,-102v-33,6,-50,22,-50,45v0,25,24,43,63,43v40,0,63,-16,63,-39v0,-31,-46,-40,-76,-49xm123,-128v29,-8,43,-22,43,-44v0,-21,-20,-35,-55,-35v-60,0,-76,58,-21,69","w":220},"9":{"d":"56,-24v55,32,108,-2,106,-80v-45,53,-145,25,-145,-45v0,-46,33,-76,90,-76v57,0,94,42,94,109v0,74,-43,122,-103,122v-44,0,-72,-20,-72,-45v0,-15,9,-24,22,-24v24,-1,33,32,8,39xm160,-150v0,-35,-20,-56,-52,-56v-33,0,-54,21,-54,54v0,35,19,55,52,55v33,0,54,-21,54,-53","w":220},":":{"d":"35,-14v0,-11,8,-21,20,-21v11,0,21,10,21,21v0,11,-10,20,-21,20v-12,0,-20,-9,-20,-20xm35,-141v0,-11,8,-20,20,-20v11,0,21,9,21,20v0,11,-10,21,-21,21v-12,0,-20,-10,-20,-21","w":110},";":{"d":"35,-141v0,-11,8,-20,20,-20v11,0,21,9,21,20v0,11,-10,21,-21,21v-12,0,-20,-10,-20,-21xm30,53r0,-13v23,-4,34,-18,33,-41v-13,10,-32,4,-32,-13v0,-12,9,-21,22,-21v16,0,27,13,27,34v0,28,-18,50,-50,54","w":110},"<":{"d":"253,-201r0,22r-175,72r175,71r0,23r-207,-85r0,-18","w":299},"=":{"d":"45,-151r210,0r0,20r-210,0r0,-20xm45,-84r210,0r0,21r-210,0r0,-21","w":299},">":{"d":"46,-201r207,85r0,18r-207,85r0,-23r176,-71r-176,-72r0,-22","w":299},"?":{"d":"62,-14v0,-11,8,-21,20,-21v11,0,20,10,20,21v0,11,-9,20,-20,20v-12,0,-20,-9,-20,-20xm169,-187v0,56,-82,60,-79,122r-18,0v-9,-62,63,-76,62,-123v0,-24,-19,-41,-49,-41v-33,0,-55,18,-55,45v14,-9,35,-3,34,14v0,13,-9,21,-23,21v-18,0,-30,-16,-30,-39v0,-33,31,-61,79,-61v49,0,79,26,79,62"},"@":{"d":"158,-31v35,0,64,-68,64,-101v0,-22,-12,-38,-29,-38v-38,2,-62,75,-61,104v0,22,11,35,26,35xm330,-135v0,53,-32,113,-84,113v-23,0,-36,-12,-37,-37v-25,55,-103,48,-103,-22v0,-42,42,-96,86,-96v21,0,33,11,38,34r10,-31r25,0v-11,43,-33,79,-33,126v0,11,6,18,16,18v47,0,73,-58,73,-108v0,-65,-54,-109,-120,-109v-91,-1,-155,69,-155,158v0,123,162,166,252,93r5,6v-98,82,-277,29,-277,-104v0,-86,78,-161,170,-161v81,0,134,47,134,120","w":354},"A":{"d":"-7,0r0,-19v23,1,33,-1,41,-21r78,-202r30,0r77,201v6,19,16,23,40,22r0,19r-115,0r0,-19v20,0,48,6,38,-21r-15,-41r-92,0v-5,16,-15,35,-18,52v-3,14,26,9,41,10r0,19r-105,0xm82,-100r77,0r-39,-103","w":253},"B":{"d":"10,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20v83,2,223,-18,223,59v0,30,-19,48,-58,56v43,5,65,26,65,61v0,82,-141,65,-230,66xm85,-19v56,3,124,0,119,-49v5,-50,-63,-52,-119,-49r0,98xm85,-136v52,2,116,1,112,-45v5,-45,-63,-42,-112,-41r0,86","w":259},"C":{"d":"14,-122v0,-101,117,-168,195,-98r9,-22r17,0r0,94r-19,0v-5,-50,-38,-80,-80,-80v-47,0,-83,43,-83,106v0,66,34,107,87,107v43,0,69,-25,75,-73r22,0v-5,62,-40,95,-102,95v-72,0,-121,-52,-121,-129","w":254},"D":{"d":"271,-121v0,83,-56,121,-144,121r-117,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20r117,0v89,-6,144,38,144,121xm85,-222r0,203v92,6,147,-15,147,-105v0,-84,-57,-104,-147,-98","w":285},"E":{"d":"10,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20r229,0r0,91r-19,0v10,-87,-62,-69,-135,-71r0,86v41,0,69,6,64,-47r18,0r0,119r-18,0v2,-54,-18,-54,-64,-53r0,98r71,0v52,0,63,-17,64,-79r19,0r0,98r-229,0","w":268},"F":{"d":"10,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20r221,0r0,97r-19,0v1,-59,-13,-77,-69,-77r-58,0r0,86v40,0,62,4,58,-47r19,0r0,119r-19,0v1,-51,-14,-55,-58,-53v7,42,-26,111,44,98r0,19r-119,0","w":245},"G":{"d":"14,-121v0,-102,118,-171,192,-97r13,-24r16,0r0,89r-19,0v-11,-49,-42,-76,-82,-76v-48,0,-81,40,-81,108v0,68,33,107,84,107v47,0,74,-24,69,-70v4,-26,-24,-20,-47,-21r0,-19r122,0r0,19v-22,0,-40,-4,-40,21r0,87r-19,0r-13,-23v-82,62,-195,12,-195,-101","w":280},"H":{"d":"10,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20r119,0r0,20v-26,0,-44,-3,-44,26r0,64r130,0v-6,-40,24,-104,-44,-90r0,-20r119,0r0,20v-26,0,-41,-2,-41,26r0,150v-4,27,14,28,41,27r0,19r-119,0r0,-19v26,1,44,2,44,-27r0,-67r-130,0v7,41,-25,107,44,94r0,19r-119,0","w":299},"I":{"d":"11,0r0,-19v26,1,42,1,42,-27r0,-150v5,-28,-16,-26,-42,-26r0,-20r119,0r0,20v-25,0,-42,-2,-42,26r0,150v-5,28,16,28,42,27r0,19r-119,0","w":140},"J":{"d":"114,-196v5,-28,-16,-26,-42,-26r0,-20r115,0r0,20v-25,-1,-42,0,-38,26v-4,88,26,203,-75,203v-43,0,-70,-25,-70,-53v0,-35,51,-43,51,-8v0,14,-9,24,-24,24v25,32,83,20,83,-35r0,-131","w":196},"K":{"d":"85,-86v1,37,-13,78,44,67r0,19r-119,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20r119,0r0,20v-26,0,-44,-3,-44,26r0,81r101,-90v10,-9,8,-18,-12,-17r-18,0r0,-20r121,0r0,20v-61,-5,-92,56,-131,83r91,99v12,15,25,23,53,21r0,19r-131,0r0,-19v14,-1,41,4,42,-8v-20,-31,-56,-61,-80,-90","w":276},"L":{"d":"143,-19v62,2,69,-24,69,-81r19,0r0,100r-221,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20r119,0r0,20v-26,0,-44,-3,-44,26r0,177r58,0","w":245},"M":{"d":"50,-196v4,-27,-14,-27,-40,-26r0,-20r88,0r74,190r76,-190r84,0r0,20v-25,0,-40,-2,-40,26r0,150v-4,28,13,28,40,27r0,19r-117,0r0,-19v26,1,42,2,42,-27r0,-166r-85,212r-13,0r-85,-217r0,171v-5,29,16,28,42,27r0,19r-106,0r0,-19v26,1,40,0,40,-27r0,-150","w":342},"N":{"d":"252,1r-30,0r-148,-210r0,163v-5,29,16,28,43,27r0,19r-107,0r0,-19v26,1,40,0,40,-27r0,-150v4,-27,-14,-27,-40,-26r0,-20r81,0r137,194r0,-148v5,-29,-18,-26,-44,-26r0,-20r106,0r0,20v-25,-1,-38,-1,-38,26r0,197","w":299},"O":{"d":"144,7v-75,0,-130,-55,-130,-128v0,-73,55,-128,130,-128v75,0,129,56,129,128v0,72,-54,128,-129,128xm53,-121v0,67,37,108,91,108v54,0,90,-41,90,-108v0,-67,-36,-108,-90,-108v-54,0,-91,41,-91,108","w":287},"P":{"d":"232,-176v0,67,-71,70,-147,67v6,41,-23,103,44,90r0,19r-119,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20v87,2,222,-18,222,66xm85,-129v53,2,116,-1,110,-46v6,-49,-56,-48,-110,-47r0,93","w":245},"Q":{"d":"144,-249v123,0,175,162,79,230v21,27,53,20,56,-22r18,0v-2,70,-69,86,-103,39v-92,33,-180,-31,-180,-119v0,-73,55,-128,130,-128xm206,-39v18,-18,28,-45,28,-82v0,-67,-36,-108,-90,-108v-54,0,-91,41,-91,108v0,43,13,74,40,93v-11,-32,7,-59,41,-59v27,0,49,15,72,48xm182,-21v-18,-29,-32,-43,-49,-43v-15,0,-25,9,-25,23v0,31,45,34,74,20","w":297},"R":{"d":"85,-116v7,42,-26,110,44,97r0,19r-119,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20v85,3,230,-20,230,61v0,32,-22,52,-65,57v32,6,48,23,50,56v2,34,-3,52,13,52v11,0,12,-13,13,-43r18,0v1,42,-11,66,-41,66v-36,0,-40,-33,-39,-70v3,-56,-49,-55,-104,-53xm85,-135v55,2,126,2,119,-47v6,-44,-68,-41,-119,-40r0,87","w":279},"S":{"d":"15,0r0,-100r20,0v8,53,42,85,90,85v36,0,58,-19,58,-46v0,-35,-49,-43,-86,-50v-55,-12,-81,-26,-81,-71v0,-69,114,-88,159,-40r11,-22r17,0r0,92r-20,0v-6,-49,-34,-76,-79,-76v-36,0,-57,15,-57,41v0,32,50,40,84,46v58,12,85,31,85,73v0,78,-124,100,-170,41r-12,27r-19,0","w":226},"T":{"d":"10,-147r0,-95r222,0r0,95r-19,0v0,-62,-20,-77,-75,-75r0,176v-6,31,21,27,48,27r0,19r-131,0r0,-19v0,0,55,4,48,-27r0,-176v-55,-2,-75,13,-75,75r-18,0","w":241},"U":{"d":"47,-196v4,-26,-12,-27,-37,-26r0,-20r116,0r0,20v-26,0,-47,-3,-44,26v8,75,-27,179,61,179v86,0,55,-104,62,-179v3,-29,-17,-26,-43,-26r0,-20r104,0r0,20v-25,-1,-37,0,-37,26r0,108v0,64,-29,95,-91,95v-59,0,-91,-29,-91,-83r0,-120","w":275},"V":{"d":"109,0r-73,-200v-6,-21,-18,-23,-43,-22r0,-20r117,0r0,20v-22,-1,-48,-4,-38,24r57,155r61,-168v2,-15,-25,-10,-40,-11r0,-20r106,0r0,20v-27,-1,-36,1,-45,24r-75,198r-27,0","w":247},"W":{"d":"93,0r-53,-186v-8,-31,-11,-38,-40,-36r0,-20r102,0r0,20v-20,-1,-38,-2,-31,22r43,155r50,-150v-2,-21,-13,-31,-40,-27r0,-20r105,0r0,20v-20,0,-42,-4,-34,21r48,156r47,-167v2,-13,-22,-9,-35,-10r0,-20r91,0r0,20v-24,-2,-29,5,-36,30r-58,192r-28,0r-50,-158r-53,158r-28,0","w":346},"X":{"d":"0,0r0,-19v55,1,79,-70,112,-101r-56,-74v-16,-21,-24,-30,-51,-28r0,-20r115,0r0,20v-20,-2,-41,1,-27,19r42,55v17,-23,41,-42,53,-68v0,-8,-22,-6,-33,-6r0,-20r103,0r0,20v-27,-1,-37,4,-54,25r-54,69v35,36,51,109,117,109r0,19r-125,0r0,-19v20,1,46,0,32,-18r-48,-63v-18,24,-39,44,-54,71v-1,12,21,10,34,10r0,19r-106,0","w":266},"Y":{"d":"97,-95r-64,-104v-12,-19,-19,-25,-42,-23r0,-20r111,0r0,20v-20,-1,-46,-3,-31,21r49,81v18,-33,42,-60,57,-96v-1,-10,-25,-5,-37,-6r0,-20r98,0r0,20v-25,-1,-30,5,-46,29r-60,98v5,31,-17,81,25,76r23,0r0,19r-131,0r0,-19v27,0,54,4,48,-27r0,-49","w":229},"Z":{"d":"121,-19v61,-1,63,-25,66,-85r19,0r0,104r-196,0r0,-20r155,-202r-69,0v-48,0,-58,16,-60,76r-19,0r0,-96r190,0r0,21r-155,202r69,0","w":223},"[":{"d":"38,63r0,-305r80,0r0,16r-53,0r0,273r53,0r0,16r-80,0","w":129},"\\":{"d":"-8,-249r20,0r88,282r-20,0","w":100},"]":{"d":"11,63r0,-16r53,0r0,-273r-53,0r0,-16r80,0r0,305r-80,0","w":129},"^":{"d":"164,-257r31,0r92,99r-16,0r-91,-76r-92,76r-16,0","w":360},"_":{"d":"0,64r180,0r0,21r-180,0r0,-21"},"a":{"d":"89,-176v44,1,67,18,67,58r0,83v0,14,2,22,11,22v13,0,16,-15,16,-45r17,0v11,66,-56,86,-73,36v-31,40,-111,38,-116,-18v-3,-36,49,-49,87,-59v21,-6,29,-11,29,-29v1,-35,-61,-42,-82,-17v23,2,22,37,-3,36v-12,0,-22,-9,-22,-22v0,-24,28,-45,69,-45xm125,-91v-24,15,-81,18,-80,50v0,15,11,26,28,26v39,1,56,-30,52,-76","w":199},"b":{"d":"46,2r-16,0r0,-206v2,-20,-10,-20,-30,-20r0,-18r61,0r0,101v39,-66,138,-32,138,56v0,88,-98,121,-138,55xm61,-86v0,44,22,70,55,70v30,0,49,-24,49,-69v0,-45,-18,-70,-49,-70v-33,0,-55,27,-55,69","w":212},"c":{"d":"154,-63r21,0v-7,46,-34,69,-78,69v-52,0,-86,-35,-86,-90v0,-54,38,-92,91,-92v44,0,74,25,74,53v0,32,-43,36,-44,8v0,-12,6,-18,20,-20v-30,-45,-116,-24,-106,51v-7,81,97,93,108,21","w":184},"d":{"d":"152,-141v-6,-35,21,-93,-35,-83r0,-18r65,0r0,204v-2,21,12,20,33,20r0,18r-63,0r0,-30v-40,65,-139,34,-139,-55v0,-88,99,-123,139,-56xm152,-86v0,-42,-22,-69,-55,-69v-31,0,-49,25,-49,70v0,45,19,69,49,69v33,0,55,-26,55,-70","w":221},"e":{"d":"153,-56r21,0v-18,99,-163,73,-163,-29v0,-55,35,-91,86,-91v53,0,83,32,83,94v-43,2,-95,-4,-134,2v-8,79,93,86,107,24xm144,-101v-1,-39,-16,-57,-48,-57v-29,0,-47,20,-49,57r97,0","w":190},"f":{"d":"42,-152r-33,0r0,-18r33,0v-3,-48,13,-79,55,-78v34,0,53,16,53,38v0,13,-7,21,-19,21v-21,1,-26,-30,-5,-33v-30,-26,-62,0,-53,52r41,0r0,18r-41,0r0,114v-3,24,20,20,41,20r0,18r-105,0r0,-18v20,0,33,1,33,-20r0,-114","w":123},"g":{"d":"46,2v-39,-12,-34,-52,3,-66v-46,-38,-19,-112,51,-112v25,0,46,7,61,19v20,-28,70,-26,72,13v1,27,-38,32,-39,6v0,-10,7,-15,18,-16v-12,-14,-32,-5,-42,10v25,48,-5,101,-67,98v-36,-2,-48,-17,-58,10v2,22,60,14,87,14v44,0,68,17,68,47v0,36,-33,52,-100,52v-58,0,-89,-16,-89,-42v0,-15,13,-28,35,-33xm59,-113v0,32,14,48,43,48v29,0,44,-16,44,-47v0,-31,-16,-47,-44,-47v-27,0,-43,18,-43,46xm116,8v-33,0,-82,1,-77,24v0,17,19,27,55,27v53,0,78,-9,78,-28v0,-19,-17,-23,-56,-23","w":234},"h":{"d":"73,-141v32,-57,139,-41,121,44v6,33,-19,88,31,79r0,18r-96,0r0,-18v20,0,36,2,34,-20v-3,-47,12,-118,-36,-118v-54,0,-54,59,-54,118v0,22,14,20,35,20r0,18r-97,0r0,-18v20,0,31,0,31,-20r0,-166v2,-20,-11,-20,-31,-20r0,-18r62,0r0,101","w":233},"i":{"d":"37,-224v0,-11,8,-20,20,-20v11,0,21,9,21,20v0,11,-10,20,-21,20v-12,0,-20,-9,-20,-20xm12,0r0,-18v20,0,34,2,34,-20r0,-94v3,-22,-13,-21,-34,-21r0,-17r66,0r0,132v-2,21,11,20,32,20r0,18r-98,0","w":119},"j":{"d":"48,25r0,-155v4,-24,-11,-23,-34,-23r0,-17r64,0r0,186v0,41,-18,61,-55,61v-30,0,-48,-15,-48,-36v0,-14,9,-23,22,-23v22,-1,27,34,3,35v21,15,48,6,48,-28xm38,-224v0,-11,8,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-12,0,-20,-9,-20,-20","w":114},"k":{"d":"72,-83r62,-49v13,-9,20,-22,-8,-20r-17,0r0,-18r107,0r0,18v-44,-3,-65,34,-92,52r60,66v12,12,23,17,41,16r0,18r-103,0r0,-18v17,0,39,1,26,-14r-46,-50r-30,22v0,26,-4,48,31,42r0,18r-94,0r0,-18v20,0,33,1,33,-20r0,-166v3,-21,-13,-20,-33,-20r0,-18r63,0r0,159","w":229},"l":{"d":"42,-204v2,-21,-13,-20,-34,-20r0,-18r65,0r0,204v-3,22,13,20,34,20r0,18r-99,0r0,-18v20,0,34,1,34,-20r0,-166","w":114},"m":{"d":"182,-141v38,-57,128,-42,114,44v6,33,-20,88,32,79r0,18r-92,0r0,-18v48,9,30,-48,30,-84v0,-37,-6,-54,-33,-54v-48,0,-48,63,-48,118v0,20,10,20,30,20r0,18r-90,0r0,-18v48,9,30,-48,30,-84v0,-37,-6,-54,-33,-54v-48,0,-47,64,-47,118v0,19,9,20,29,20r0,18r-93,0r0,-18v20,0,33,1,33,-20r0,-94v2,-21,-12,-22,-33,-21r0,-17r64,0r0,26v23,-41,93,-43,107,3","w":335},"n":{"d":"75,-141v32,-57,139,-41,121,44v5,33,-19,88,32,79r0,18r-98,0r0,-18v21,0,37,2,35,-20v-4,-46,13,-118,-35,-118v-55,0,-59,59,-55,118v-3,22,14,20,35,20r0,18r-99,0r0,-18v20,0,33,1,33,-20r0,-94v2,-21,-12,-22,-33,-21r0,-17r64,0r0,29","w":235},"o":{"d":"11,-85v0,-54,39,-91,93,-91v54,0,94,37,94,91v0,54,-40,91,-94,91v-54,0,-93,-37,-93,-91xm46,-85v0,47,21,73,58,73v37,0,59,-26,59,-73v0,-47,-22,-73,-59,-73v-37,0,-58,26,-58,73","w":208},"p":{"d":"35,39r0,-171v2,-20,-10,-22,-31,-21r0,-17r62,0r0,29v41,-65,138,-32,138,56v0,87,-98,123,-138,57v7,36,-22,97,34,88r0,17r-96,0r0,-17v20,1,31,-1,31,-21xm66,-84v0,42,21,69,54,69v31,0,49,-25,49,-70v0,-45,-19,-69,-49,-69v-33,0,-54,26,-54,70","w":219},"q":{"d":"182,39v-2,20,11,22,32,21r0,17r-97,0r0,-17v21,0,35,1,35,-21r0,-67v-40,65,-139,30,-139,-57v0,-88,98,-121,139,-56r0,-29r62,0r0,17v-20,-1,-32,1,-32,21r0,171xm152,-84v0,-44,-22,-70,-55,-70v-30,0,-49,24,-49,69v0,45,18,70,49,70v33,0,55,-27,55,-69","w":221},"r":{"d":"75,-78v1,26,-12,65,23,60r18,0r0,18r-105,0r0,-18v20,0,33,1,33,-20r0,-94v2,-21,-12,-22,-33,-21r0,-17r64,0r0,35v13,-27,30,-40,52,-40v25,0,41,17,41,38v0,29,-41,33,-42,7v0,-11,8,-19,20,-18v-35,-31,-73,13,-71,70","w":173},"s":{"d":"14,1r0,-71r19,0v6,35,33,56,65,56v48,0,55,-48,7,-53v-42,-5,-88,-21,-88,-60v0,-50,82,-64,118,-30r7,-15r16,0r0,66r-18,0v-6,-33,-27,-51,-59,-51v-21,0,-35,11,-35,25v-2,25,41,28,65,33v37,8,56,24,56,50v0,57,-92,72,-127,32r-7,18r-19,0","w":179},"t":{"d":"79,6v-67,0,-36,-98,-43,-158r-30,0r0,-18v27,-1,41,-23,44,-67r17,0r0,67r52,0r0,18r-52,0r0,117v0,13,6,20,18,20v22,0,26,-16,26,-54r16,0v1,49,-12,76,-48,75","w":145},"u":{"d":"161,-30v-32,58,-138,43,-121,-43v-5,-34,19,-88,-32,-80r0,-17r62,0v6,55,-20,156,36,156v55,0,59,-59,55,-118v3,-23,-16,-21,-38,-21r0,-17r69,0r0,132v-3,21,13,20,33,20r0,18r-64,0r0,-30","w":233},"v":{"d":"28,-136v-5,-15,-12,-17,-29,-16r0,-18r88,0r0,18v-17,-2,-34,-1,-25,19r42,94v14,-36,34,-67,44,-106v2,-10,-22,-6,-33,-7r0,-18r82,0r0,18v-20,-1,-23,4,-31,21r-59,133r-19,0","w":201},"w":{"d":"86,2r-54,-136v-6,-15,-11,-20,-28,-19r0,-17r82,0r0,17v-16,-2,-30,2,-23,18r38,96r37,-92v-5,-13,-9,-25,-30,-22r0,-17r84,0r0,17v-17,-1,-32,-1,-25,18r37,96v13,-36,30,-67,40,-106v2,-9,-16,-8,-27,-8r0,-17r75,0r0,17v-17,-1,-22,5,-29,21r-53,134r-21,0r-41,-105r-41,105r-21,0","w":296},"x":{"d":"124,-91v28,24,42,70,88,73r0,18r-99,0r0,-18v15,1,40,2,26,-14r-34,-39v-14,16,-31,29,-42,47v-1,7,20,6,30,6r0,18r-88,0r0,-18v41,-1,61,-48,87,-69v-26,-22,-41,-66,-85,-66r0,-17r92,0r0,17v-15,-2,-29,1,-17,15r29,33v12,-15,28,-25,37,-43v0,-4,-5,-5,-16,-5r-10,0r0,-17r85,0r0,17v-43,-3,-58,41,-83,62","w":218},"y":{"d":"92,1r-59,-137v-6,-15,-15,-18,-33,-17r0,-17r92,0r0,17v-18,-1,-34,-1,-25,20r41,96r44,-106v2,-13,-20,-10,-33,-10r0,-17r87,0r0,17v-22,-2,-27,4,-35,23r-51,116v-26,59,-39,91,-81,91v-41,0,-60,-63,-17,-66v12,0,19,8,19,19v0,12,-7,18,-21,18v31,28,52,0,72,-47","w":205},"z":{"d":"94,-18v49,2,52,-15,54,-59r18,0r0,77r-157,0r0,-18r115,-134v-54,-1,-99,-6,-92,53r-18,0r0,-71r148,0r0,18r-114,134r46,0","w":179},"{":{"d":"147,-266v4,0,1,6,2,9v-47,-3,-45,28,-44,71v0,46,-6,66,-50,74v53,7,50,44,50,100v0,34,8,46,44,46v-1,3,2,9,-2,9v-68,4,-67,-36,-67,-98v0,-36,-10,-49,-49,-52r0,-10v56,0,49,-38,49,-89v0,-46,15,-60,67,-60"},"|":{"d":"79,-275r22,0r0,360r-22,0r0,-360"},"}":{"d":"31,-257v1,-3,-2,-9,2,-9v68,-5,67,37,67,98v0,36,9,47,49,51r0,10v-54,0,-50,38,-49,89v0,47,-17,61,-69,61r0,-9v47,3,45,-28,44,-71v0,-46,6,-67,50,-75v-53,-7,-50,-44,-50,-99v0,-34,-8,-46,-44,-46"},"~":{"d":"99,-130v37,0,66,24,102,24v22,0,43,-9,68,-27r0,23v-24,17,-46,25,-68,25v-35,0,-72,-25,-102,-24v-21,0,-42,10,-68,28r0,-23v24,-17,47,-26,68,-26","w":299},"\u00a1":{"d":"76,-228v0,11,-9,20,-21,20v-11,0,-20,-9,-20,-20v0,-11,9,-21,20,-21v12,0,21,10,21,21xm63,-177v2,85,13,137,13,156v0,18,-8,27,-21,27v-13,0,-20,-9,-20,-27v0,-19,10,-71,12,-156r16,0","w":110},"\u00a2":{"d":"134,-163v-63,-19,-92,66,-62,119xm34,31r24,-48v-62,-43,-29,-165,57,-165v9,0,18,1,27,3r16,-32r19,0r-19,38v21,9,33,27,33,44v0,31,-43,34,-44,8v0,-12,6,-18,20,-20v-4,-8,-9,-13,-17,-17r-66,128v36,21,79,5,84,-39r21,0v-6,59,-62,83,-116,61r-20,39r-19,0","w":220},"\u00a3":{"d":"27,5r-10,-20v32,-26,46,-47,41,-85r-40,0r0,-16r35,0v-44,-52,-15,-108,65,-109v48,0,81,27,81,53v0,15,-9,25,-24,25v-22,1,-25,-32,-6,-40v-15,-34,-101,-24,-101,19v0,18,15,32,23,52r49,0r0,16r-47,0v1,28,-9,42,-32,64v18,-9,53,-11,71,5v34,16,55,10,56,-38v5,1,15,-3,16,2v3,73,-46,86,-94,59v-30,-17,-60,-14,-83,13","w":220},"\u00a5":{"d":"98,-85r-91,0r0,-17r81,0r-19,-30r-62,0r0,-17r51,0v-15,-20,-24,-57,-58,-52r0,-17r103,0r0,17v-19,-1,-43,-2,-29,20r46,73v17,-29,37,-55,52,-87v0,-10,-23,-5,-34,-6r0,-17r91,0r0,17v-32,-6,-43,31,-58,52r51,0r0,17r-62,0r-20,30r82,0r0,17r-92,0v5,28,-16,73,24,68r21,0r0,17r-122,0r0,-17v24,0,51,4,45,-24r0,-44","w":229},"\u00a7":{"d":"61,49v34,19,93,7,93,-32v0,-60,-135,-44,-135,-114v0,-20,13,-38,40,-50v-49,-33,-18,-102,52,-102v41,0,66,18,66,45v0,15,-9,25,-24,25v-28,1,-31,-36,-6,-41v-26,-22,-89,-10,-85,24v6,57,132,38,132,107v0,22,-14,39,-41,51v59,34,26,114,-54,114v-45,0,-71,-18,-71,-46v0,-17,11,-27,26,-27v26,-1,32,38,7,46xm132,-48v43,-15,54,-48,8,-66r-60,-23v-44,13,-49,53,-4,69","w":213},"\u00a4":{"d":"28,-249r36,36v27,-21,64,-21,91,0r36,-36r12,12r-36,36v21,25,21,65,0,90r36,36r-12,13r-36,-36v-25,21,-66,21,-91,0r-36,36r-13,-13r36,-36v-20,-25,-20,-65,0,-90r-36,-36xm109,-211v-31,0,-55,25,-55,55v0,31,24,56,55,56v31,0,56,-26,56,-56v0,-30,-25,-55,-56,-55","w":218},"'":{"d":"33,-152r-5,0r-12,-87v0,-12,6,-18,15,-18v11,-1,16,12,14,25","w":61},"\u00ab":{"d":"122,-26v-10,-18,-35,-40,-35,-60v0,-20,25,-42,35,-60r19,0v-9,25,-36,49,-20,80r20,40r-19,0xm60,-26v-10,-18,-35,-40,-35,-60v0,-20,25,-42,35,-60r19,0v-9,25,-36,49,-20,80r20,40r-19,0","w":166},"\u00b7":{"d":"35,-111v0,-11,8,-20,20,-20v11,0,21,9,21,20v0,11,-10,21,-21,21v-12,0,-20,-10,-20,-21","w":110},"\u00b6":{"d":"167,-260r0,14r-22,0r0,246r-17,0r0,-246r-32,0r0,246r-17,0r0,-138v-41,-2,-66,-26,-66,-61v0,-36,27,-61,69,-61r85,0"},"\u00bb":{"d":"44,-26r-19,0v9,-25,36,-49,20,-80r-20,-40r19,0v10,18,35,40,35,60v0,20,-25,42,-35,60xm106,-26r-19,0v9,-25,36,-49,20,-80r-20,-40r19,0v10,18,35,40,35,60v0,20,-25,42,-35,60","w":166},"\u00bf":{"d":"120,-228v0,11,-9,20,-21,20v-11,0,-21,-9,-21,-20v0,-11,10,-21,21,-21v12,0,21,10,21,21xm12,-56v0,-55,81,-59,78,-121r19,0v8,63,-63,76,-63,123v0,24,19,41,49,41v33,0,56,-19,56,-46v-13,10,-35,4,-34,-14v0,-13,9,-20,23,-20v18,0,30,15,30,38v0,33,-31,61,-79,61v-49,0,-79,-26,-79,-62"},"`":{"d":"121,-196v-32,-1,-43,-23,-66,-32v-19,-7,-20,-29,-1,-31v29,11,45,44,67,63"},"\u00b4":{"d":"59,-196v22,-20,38,-52,67,-63v19,2,18,24,-1,31v-23,10,-35,31,-66,32"},"\u00af":{"d":"42,-212r0,-25r96,0r0,25r-96,0"},"\u00a8":{"d":"36,-225v0,-10,9,-19,20,-19v11,0,20,8,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm104,-225v0,-10,9,-19,20,-19v11,0,19,8,19,19v0,12,-7,21,-19,21v-11,0,-20,-9,-20,-21"},"\u00b8":{"d":"42,67r6,-16v15,9,29,13,41,13v13,0,20,-4,20,-15v1,-14,-17,-19,-31,-14r0,-35r12,0r0,20v25,-5,45,7,44,29v-3,39,-56,36,-92,18"},"\u00c6":{"d":"106,-117r77,0r0,-105r-5,0xm93,-98v-14,23,-38,44,-47,71v-2,8,19,8,32,8r0,19r-98,0r0,-19v21,1,28,-4,41,-21r114,-156v11,-15,8,-28,-19,-26r-17,0r0,-20r269,0r0,91r-18,0v9,-86,-62,-69,-135,-71r0,86v41,0,68,6,63,-47r19,0r0,119r-19,0v2,-54,-18,-54,-63,-53r0,98r70,0v52,0,64,-17,65,-79r18,0r0,98r-228,0r0,-19v26,1,43,2,43,-27r0,-52r-90,0","w":397},"\u00aa":{"d":"67,-246v32,0,50,12,50,40r0,59v0,10,2,15,8,15v9,0,12,-10,12,-31v4,1,14,-3,13,3v7,46,-45,56,-54,22v-23,27,-84,28,-88,-12v-2,-25,38,-35,65,-42v15,-4,22,-8,22,-20v1,-25,-45,-31,-61,-12v8,1,12,6,12,13v0,7,-5,12,-14,12v-9,0,-17,-6,-17,-15v0,-17,21,-32,52,-32xm94,-187v-17,12,-60,12,-60,36v0,11,8,18,21,18v29,1,42,-21,39,-54","w":149},"\u0141":{"d":"145,-19v62,2,69,-24,69,-81r19,0r0,100r-221,0r0,-19v26,1,40,1,40,-27r0,-51r-50,35r0,-20r50,-35r0,-79v5,-28,-14,-26,-40,-26r0,-20r118,0r0,20v-26,0,-43,-3,-43,26r0,63r67,-47r0,20r-67,47r0,94r58,0","w":247},"\u00d8":{"d":"238,-210v77,78,19,217,-94,217v-32,0,-57,-8,-82,-27r-28,30r-13,-13r27,-29v-75,-80,-18,-217,96,-217v31,0,58,10,81,28r28,-30r12,12xm80,-40v62,59,154,18,154,-85v0,-24,-5,-43,-17,-63xm207,-202v-61,-60,-154,-14,-154,81v0,26,5,49,16,67","w":287},"\u0152":{"d":"157,-249v79,0,165,8,252,7r0,91r-18,0v9,-86,-62,-69,-135,-71r0,86v41,0,68,6,63,-47r19,0r0,119r-19,0v2,-54,-18,-54,-63,-53r0,98r70,0v52,0,64,-17,65,-79r18,0r0,98r-157,0v-30,0,-63,7,-96,7v-87,0,-142,-53,-142,-128v0,-76,56,-128,143,-128xm163,-12v36,0,58,2,58,-34r0,-150v0,-34,-15,-34,-58,-34v-69,0,-110,40,-110,109v0,69,41,109,110,109","w":438},"\u00ba":{"d":"8,-182v0,-38,29,-64,70,-64v40,0,70,26,70,64v0,38,-30,64,-70,64v-41,0,-70,-26,-70,-64xm35,-182v0,33,15,51,43,51v28,0,44,-18,44,-51v0,-33,-16,-51,-44,-51v-28,0,-43,18,-43,51","w":156},"\u00e6":{"d":"138,-32v-26,49,-125,56,-130,-8v-3,-33,44,-50,86,-57v25,-5,36,-12,36,-31v0,-36,-67,-44,-89,-17v22,2,23,37,-2,36v-12,0,-22,-9,-22,-22v0,-46,109,-61,133,-23v56,-47,149,-17,141,72v-43,2,-95,-4,-134,2v-8,79,94,87,108,24r21,0v-6,73,-118,82,-148,24xm129,-91v-24,16,-89,15,-87,50v0,16,11,27,31,27v41,1,60,-29,56,-77xm256,-101v-1,-39,-17,-57,-49,-57v-29,0,-46,20,-48,57r97,0","w":303},"\u0131":{"d":"12,0r0,-18v20,0,34,2,34,-20r0,-94v3,-22,-13,-21,-34,-21r0,-17r66,0r0,132v-2,21,11,20,32,20r0,18r-98,0","w":119},"\u0142":{"d":"43,-109r-41,29r0,-19r41,-29r0,-76v3,-21,-13,-20,-33,-20r0,-18r65,0r0,100r43,-30r0,19r-43,30r0,85v-3,21,13,20,33,20r0,18r-98,0r0,-18v20,0,33,1,33,-20r0,-71","w":118},"\u00f8":{"d":"6,-2r25,-24v-46,-62,-8,-153,73,-150v23,0,44,7,62,21r26,-25r11,11r-26,25v48,59,8,150,-73,150v-23,0,-44,-7,-62,-21r-25,25xm60,-32v37,41,103,17,103,-51v0,-15,-2,-29,-7,-41xm148,-138v-37,-40,-102,-18,-102,55v0,13,2,26,6,37","w":208},"\u0153":{"d":"176,-145v50,-58,160,-33,151,63v-43,2,-95,-4,-134,2v-8,79,93,86,107,24r22,0v-7,70,-109,82,-145,30v-50,62,-166,28,-166,-59v0,-87,114,-121,165,-60xm46,-85v0,47,21,73,58,73v37,0,59,-26,59,-73v0,-47,-22,-73,-59,-73v-37,0,-58,26,-58,73xm292,-101v-1,-39,-17,-57,-49,-57v-29,0,-46,20,-48,57r97,0","w":338},"\u00df":{"d":"6,0r1,-18v20,0,32,0,32,-20r0,-122v0,-58,28,-88,78,-88v77,0,98,84,28,99v41,9,61,33,61,73v0,49,-27,82,-67,82v-33,1,-47,-22,-46,-67r19,0v0,32,9,48,27,48v21,0,33,-20,33,-57v0,-50,-25,-70,-77,-68r0,-18v37,1,60,-11,59,-36v0,-23,-15,-38,-39,-38v-34,0,-45,22,-45,70r0,160r-64,0","w":226},"\u00c1":{"d":"-7,0r0,-19v23,1,33,-1,41,-21r78,-202r30,0r77,201v6,19,16,23,40,22r0,19r-115,0r0,-19v20,0,48,6,38,-21r-15,-41r-92,0v-5,16,-15,35,-18,52v-3,14,26,9,41,10r0,19r-105,0xm82,-100r77,0r-39,-103xm99,-268v22,-20,38,-52,67,-63v19,2,18,24,-1,31v-23,10,-35,31,-66,32","w":253},"\u00c2":{"d":"78,-268r40,-61r23,0r40,61v-28,0,-33,-24,-51,-34r-39,34r-13,0xm-7,0r0,-19v23,1,33,-1,41,-21r78,-202r30,0r77,201v6,19,16,23,40,22r0,19r-115,0r0,-19v20,0,48,6,38,-21r-15,-41r-92,0v-5,16,-15,35,-18,52v-3,14,26,9,41,10r0,19r-105,0xm82,-100r77,0r-39,-103","w":253},"\u00c4":{"d":"-7,0r0,-19v23,1,33,-1,41,-21r78,-202r30,0r77,201v6,19,16,23,40,22r0,19r-115,0r0,-19v20,0,48,6,38,-21r-15,-41r-92,0v-5,16,-15,35,-18,52v-3,14,26,9,41,10r0,19r-105,0xm82,-100r77,0r-39,-103xm76,-297v0,-10,9,-19,20,-19v11,0,20,8,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm144,-297v0,-10,9,-19,20,-19v11,0,19,8,19,19v0,12,-7,21,-19,21v-11,0,-20,-9,-20,-21","w":253},"\u00c0":{"d":"-7,0r0,-19v23,1,33,-1,41,-21r78,-202r30,0r77,201v6,19,16,23,40,22r0,19r-115,0r0,-19v20,0,48,6,38,-21r-15,-41r-92,0v-5,16,-15,35,-18,52v-3,14,26,9,41,10r0,19r-105,0xm82,-100r77,0r-39,-103xm161,-268v-32,-1,-43,-23,-66,-32v-19,-7,-20,-29,-1,-31v29,11,45,44,67,63","w":253},"\u00c5":{"d":"-7,0r0,-19v23,1,33,-1,41,-21r78,-202r30,0r77,201v6,19,16,23,40,22r0,19r-115,0r0,-19v20,0,48,6,38,-21r-15,-41r-92,0v-5,16,-15,35,-18,52v-3,14,26,9,41,10r0,19r-105,0xm82,-100r77,0r-39,-103xm102,-297v0,14,11,25,25,25v14,0,25,-11,25,-25v0,-14,-11,-25,-25,-25v-14,0,-25,11,-25,25xm83,-297v0,-24,20,-44,44,-44v24,0,43,20,43,44v0,24,-19,44,-43,44v-24,0,-44,-20,-44,-44","w":253},"\u00c3":{"d":"179,-324v-6,45,-36,44,-71,33v-10,0,-15,4,-18,16r-10,0v6,-48,35,-43,74,-34v8,0,12,-5,15,-15r10,0xm-7,0r0,-19v23,1,33,-1,41,-21r78,-202r30,0r77,201v6,19,16,23,40,22r0,19r-115,0r0,-19v20,0,48,6,38,-21r-15,-41r-92,0v-5,16,-15,35,-18,52v-3,14,26,9,41,10r0,19r-105,0xm82,-100r77,0r-39,-103","w":253},"\u00c7":{"d":"14,-122v0,-101,117,-168,195,-98r9,-22r17,0r0,94r-19,0v-5,-50,-38,-80,-80,-80v-47,0,-83,43,-83,106v0,66,34,107,87,107v43,0,69,-25,75,-73r22,0v-5,62,-40,95,-102,95v-72,0,-121,-52,-121,-129xm81,67r6,-16v15,9,29,13,41,13v13,0,20,-4,20,-15v1,-14,-17,-19,-31,-14r0,-35r12,0r0,20v25,-5,45,7,44,29v-3,39,-56,36,-92,18","w":254},"\u00c9":{"d":"10,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20r229,0r0,91r-19,0v10,-87,-62,-69,-135,-71r0,86v41,0,69,6,64,-47r18,0r0,119r-18,0v2,-54,-18,-54,-64,-53r0,98r71,0v52,0,63,-17,64,-79r19,0r0,98r-229,0xm102,-268v22,-20,38,-52,67,-63v19,2,18,24,-1,31v-23,10,-35,31,-66,32","w":268},"\u00ca":{"d":"81,-268r40,-61r23,0r41,61v-29,0,-34,-24,-52,-34r-39,34r-13,0xm10,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20r229,0r0,91r-19,0v10,-87,-62,-69,-135,-71r0,86v41,0,69,6,64,-47r18,0r0,119r-18,0v2,-54,-18,-54,-64,-53r0,98r71,0v52,0,63,-17,64,-79r19,0r0,98r-229,0","w":268},"\u00cb":{"d":"10,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20r229,0r0,91r-19,0v10,-87,-62,-69,-135,-71r0,86v41,0,69,6,64,-47r18,0r0,119r-18,0v2,-54,-18,-54,-64,-53r0,98r71,0v52,0,63,-17,64,-79r19,0r0,98r-229,0xm79,-297v0,-10,9,-19,20,-19v11,0,20,8,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm147,-297v0,-10,9,-19,20,-19v11,0,19,8,19,19v0,12,-7,21,-19,21v-11,0,-20,-9,-20,-21","w":268},"\u00c8":{"d":"10,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20r229,0r0,91r-19,0v10,-87,-62,-69,-135,-71r0,86v41,0,69,6,64,-47r18,0r0,119r-18,0v2,-54,-18,-54,-64,-53r0,98r71,0v52,0,63,-17,64,-79r19,0r0,98r-229,0xm164,-268v-32,-1,-43,-23,-66,-32v-19,-7,-20,-29,-1,-31v29,11,45,44,67,63","w":268},"\u00cd":{"d":"11,0r0,-19v26,1,42,1,42,-27r0,-150v5,-28,-16,-26,-42,-26r0,-20r119,0r0,20v-25,0,-42,-2,-42,26r0,150v-5,28,16,28,42,27r0,19r-119,0xm40,-268v22,-20,38,-52,67,-63v19,2,18,24,-1,31v-23,10,-35,31,-66,32","w":140},"\u00ce":{"d":"19,-268r40,-61r23,0r40,61v-28,0,-33,-24,-51,-34r-39,34r-13,0xm11,0r0,-19v26,1,42,1,42,-27r0,-150v5,-28,-16,-26,-42,-26r0,-20r119,0r0,20v-25,0,-42,-2,-42,26r0,150v-5,28,16,28,42,27r0,19r-119,0","w":140},"\u00cf":{"d":"11,0r0,-19v26,1,42,1,42,-27r0,-150v5,-28,-16,-26,-42,-26r0,-20r119,0r0,20v-25,0,-42,-2,-42,26r0,150v-5,28,16,28,42,27r0,19r-119,0xm17,-297v0,-10,9,-19,20,-19v11,0,20,8,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm85,-297v0,-10,9,-19,20,-19v11,0,19,8,19,19v0,12,-7,21,-19,21v-11,0,-20,-9,-20,-21","w":140},"\u00cc":{"d":"11,0r0,-19v26,1,42,1,42,-27r0,-150v5,-28,-16,-26,-42,-26r0,-20r119,0r0,20v-25,0,-42,-2,-42,26r0,150v-5,28,16,28,42,27r0,19r-119,0xm102,-268v-32,-1,-43,-23,-66,-32v-19,-7,-20,-29,-1,-31v29,11,45,44,67,63","w":140},"\u00d1":{"d":"196,-324v-6,45,-36,44,-71,33v-10,0,-15,4,-18,16r-11,0v7,-47,36,-43,74,-34v8,0,13,-5,16,-15r10,0xm252,1r-30,0r-148,-210r0,163v-5,29,16,28,43,27r0,19r-107,0r0,-19v26,1,40,0,40,-27r0,-150v4,-27,-14,-27,-40,-26r0,-20r81,0r137,194r0,-148v5,-29,-18,-26,-44,-26r0,-20r106,0r0,20v-25,-1,-38,-1,-38,26r0,197","w":299},"\u00d3":{"d":"144,7v-75,0,-130,-55,-130,-128v0,-73,55,-128,130,-128v75,0,129,56,129,128v0,72,-54,128,-129,128xm53,-121v0,67,37,108,91,108v54,0,90,-41,90,-108v0,-67,-36,-108,-90,-108v-54,0,-91,41,-91,108xm113,-268v22,-20,38,-52,67,-63v19,2,18,24,-1,31v-23,10,-35,31,-66,32","w":287},"\u00d4":{"d":"92,-268r40,-61r24,0r40,61v-29,0,-34,-24,-52,-34r-39,34r-13,0xm144,7v-75,0,-130,-55,-130,-128v0,-73,55,-128,130,-128v75,0,129,56,129,128v0,72,-54,128,-129,128xm53,-121v0,67,37,108,91,108v54,0,90,-41,90,-108v0,-67,-36,-108,-90,-108v-54,0,-91,41,-91,108","w":287},"\u00d6":{"d":"144,7v-75,0,-130,-55,-130,-128v0,-73,55,-128,130,-128v75,0,129,56,129,128v0,72,-54,128,-129,128xm53,-121v0,67,37,108,91,108v54,0,90,-41,90,-108v0,-67,-36,-108,-90,-108v-54,0,-91,41,-91,108xm90,-297v0,-10,9,-19,20,-19v11,0,20,8,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm158,-297v0,-10,9,-19,20,-19v11,0,19,8,19,19v0,12,-7,21,-19,21v-11,0,-20,-9,-20,-21","w":287},"\u00d2":{"d":"144,7v-75,0,-130,-55,-130,-128v0,-73,55,-128,130,-128v75,0,129,56,129,128v0,72,-54,128,-129,128xm53,-121v0,67,37,108,91,108v54,0,90,-41,90,-108v0,-67,-36,-108,-90,-108v-54,0,-91,41,-91,108xm175,-268v-32,-1,-43,-23,-66,-32v-19,-7,-20,-29,-1,-31v29,11,45,44,67,63","w":287},"\u00d5":{"d":"194,-324v-7,45,-36,44,-72,33v-10,0,-15,4,-18,16r-10,0v7,-47,36,-43,74,-34v8,0,13,-5,16,-15r10,0xm144,7v-75,0,-130,-55,-130,-128v0,-73,55,-128,130,-128v75,0,129,56,129,128v0,72,-54,128,-129,128xm53,-121v0,67,37,108,91,108v54,0,90,-41,90,-108v0,-67,-36,-108,-90,-108v-54,0,-91,41,-91,108","w":287},"\u0160":{"d":"62,-329v28,0,33,24,51,34r39,-34r13,0r-40,61r-23,0xm15,0r0,-100r20,0v8,53,42,85,90,85v36,0,58,-19,58,-46v0,-35,-49,-43,-86,-50v-55,-12,-81,-26,-81,-71v0,-69,114,-88,159,-40r11,-22r17,0r0,92r-20,0v-6,-49,-34,-76,-79,-76v-36,0,-57,15,-57,41v0,32,50,40,84,46v58,12,85,31,85,73v0,78,-124,100,-170,41r-12,27r-19,0","w":226},"\u00da":{"d":"47,-196v4,-26,-12,-27,-37,-26r0,-20r116,0r0,20v-26,0,-47,-3,-44,26v8,75,-27,179,61,179v86,0,55,-104,62,-179v3,-29,-17,-26,-43,-26r0,-20r104,0r0,20v-25,-1,-37,0,-37,26r0,108v0,64,-29,95,-91,95v-59,0,-91,-29,-91,-83r0,-120xm114,-268v22,-20,38,-52,67,-63v19,2,18,24,-1,31v-23,10,-35,31,-66,32","w":275},"\u00db":{"d":"93,-268r40,-61r24,0r40,61v-29,0,-34,-24,-52,-34r-39,34r-13,0xm47,-196v4,-26,-12,-27,-37,-26r0,-20r116,0r0,20v-26,0,-47,-3,-44,26v8,75,-27,179,61,179v86,0,55,-104,62,-179v3,-29,-17,-26,-43,-26r0,-20r104,0r0,20v-25,-1,-37,0,-37,26r0,108v0,64,-29,95,-91,95v-59,0,-91,-29,-91,-83r0,-120","w":275},"\u00dc":{"d":"47,-196v4,-26,-12,-27,-37,-26r0,-20r116,0r0,20v-26,0,-47,-3,-44,26v8,75,-27,179,61,179v86,0,55,-104,62,-179v3,-29,-17,-26,-43,-26r0,-20r104,0r0,20v-25,-1,-37,0,-37,26r0,108v0,64,-29,95,-91,95v-59,0,-91,-29,-91,-83r0,-120xm91,-297v0,-10,9,-19,20,-19v11,0,20,8,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm159,-297v0,-10,9,-19,20,-19v11,0,19,8,19,19v0,12,-7,21,-19,21v-11,0,-20,-9,-20,-21","w":275},"\u00d9":{"d":"47,-196v4,-26,-12,-27,-37,-26r0,-20r116,0r0,20v-26,0,-47,-3,-44,26v8,75,-27,179,61,179v86,0,55,-104,62,-179v3,-29,-17,-26,-43,-26r0,-20r104,0r0,20v-25,-1,-37,0,-37,26r0,108v0,64,-29,95,-91,95v-59,0,-91,-29,-91,-83r0,-120xm176,-268v-32,-1,-43,-23,-66,-32v-19,-7,-20,-29,-1,-31v29,11,45,44,67,63","w":275},"\u0178":{"d":"97,-95r-64,-104v-12,-19,-19,-25,-42,-23r0,-20r111,0r0,20v-20,-1,-46,-3,-31,21r49,81v18,-33,42,-60,57,-96v-1,-10,-25,-5,-37,-6r0,-20r98,0r0,20v-25,-1,-30,5,-46,29r-60,98v5,31,-17,81,25,76r23,0r0,19r-131,0r0,-19v27,0,54,4,48,-27r0,-49xm61,-297v0,-10,9,-19,20,-19v11,0,20,8,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm129,-297v0,-10,9,-19,20,-19v11,0,19,8,19,19v0,12,-7,21,-19,21v-11,0,-20,-9,-20,-21","w":229},"\u017d":{"d":"60,-329v29,0,34,24,52,34r38,-34r13,0r-40,61r-23,0xm121,-19v61,-1,63,-25,66,-85r19,0r0,104r-196,0r0,-20r155,-202r-69,0v-48,0,-58,16,-60,76r-19,0r0,-96r190,0r0,21r-155,202r69,0","w":223},"\u00e1":{"d":"89,-176v44,1,67,18,67,58r0,83v0,14,2,22,11,22v13,0,16,-15,16,-45r17,0v11,66,-56,86,-73,36v-31,40,-111,38,-116,-18v-3,-36,49,-49,87,-59v21,-6,29,-11,29,-29v1,-35,-61,-42,-82,-17v23,2,22,37,-3,36v-12,0,-22,-9,-22,-22v0,-24,28,-45,69,-45xm125,-91v-24,15,-81,18,-80,50v0,15,11,26,28,26v39,1,56,-30,52,-76xm61,-196v22,-20,38,-52,67,-63v19,2,18,24,-1,31v-23,10,-35,31,-66,32","w":199},"\u00e2":{"d":"40,-196r40,-61r24,0r40,61v-29,0,-34,-24,-52,-34r-39,34r-13,0xm89,-176v44,1,67,18,67,58r0,83v0,14,2,22,11,22v13,0,16,-15,16,-45r17,0v11,66,-56,86,-73,36v-31,40,-111,38,-116,-18v-3,-36,49,-49,87,-59v21,-6,29,-11,29,-29v1,-35,-61,-42,-82,-17v23,2,22,37,-3,36v-12,0,-22,-9,-22,-22v0,-24,28,-45,69,-45xm125,-91v-24,15,-81,18,-80,50v0,15,11,26,28,26v39,1,56,-30,52,-76","w":199},"\u00e4":{"d":"89,-176v44,1,67,18,67,58r0,83v0,14,2,22,11,22v13,0,16,-15,16,-45r17,0v11,66,-56,86,-73,36v-31,40,-111,38,-116,-18v-3,-36,49,-49,87,-59v21,-6,29,-11,29,-29v1,-35,-61,-42,-82,-17v23,2,22,37,-3,36v-12,0,-22,-9,-22,-22v0,-24,28,-45,69,-45xm125,-91v-24,15,-81,18,-80,50v0,15,11,26,28,26v39,1,56,-30,52,-76xm38,-225v0,-10,9,-19,20,-19v11,0,20,8,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm106,-225v0,-10,9,-19,20,-19v11,0,19,8,19,19v0,12,-7,21,-19,21v-11,0,-20,-9,-20,-21","w":199},"\u00e0":{"d":"89,-176v44,1,67,18,67,58r0,83v0,14,2,22,11,22v13,0,16,-15,16,-45r17,0v11,66,-56,86,-73,36v-31,40,-111,38,-116,-18v-3,-36,49,-49,87,-59v21,-6,29,-11,29,-29v1,-35,-61,-42,-82,-17v23,2,22,37,-3,36v-12,0,-22,-9,-22,-22v0,-24,28,-45,69,-45xm125,-91v-24,15,-81,18,-80,50v0,15,11,26,28,26v39,1,56,-30,52,-76xm123,-196v-32,-1,-43,-23,-66,-32v-19,-7,-20,-29,-1,-31v29,11,45,44,67,63","w":199},"\u00e5":{"d":"89,-176v44,1,67,18,67,58r0,83v0,14,2,22,11,22v13,0,16,-15,16,-45r17,0v11,66,-56,86,-73,36v-31,40,-111,38,-116,-18v-3,-36,49,-49,87,-59v21,-6,29,-11,29,-29v1,-35,-61,-42,-82,-17v23,2,22,37,-3,36v-12,0,-22,-9,-22,-22v0,-24,28,-45,69,-45xm125,-91v-24,15,-81,18,-80,50v0,15,11,26,28,26v39,1,56,-30,52,-76xm47,-232v0,-24,20,-43,44,-43v24,0,43,19,43,43v0,24,-19,44,-43,44v-24,0,-44,-20,-44,-44xm66,-231v0,14,11,24,25,24v14,0,25,-10,25,-24v0,-14,-11,-26,-25,-26v-14,0,-25,12,-25,26","w":199},"\u00e3":{"d":"142,-252v-7,46,-36,45,-71,33v-10,0,-15,4,-18,16r-11,0v7,-46,37,-43,74,-33v8,0,13,-6,16,-16r10,0xm89,-176v44,1,67,18,67,58r0,83v0,14,2,22,11,22v13,0,16,-15,16,-45r17,0v11,66,-56,86,-73,36v-31,40,-111,38,-116,-18v-3,-36,49,-49,87,-59v21,-6,29,-11,29,-29v1,-35,-61,-42,-82,-17v23,2,22,37,-3,36v-12,0,-22,-9,-22,-22v0,-24,28,-45,69,-45xm125,-91v-24,15,-81,18,-80,50v0,15,11,26,28,26v39,1,56,-30,52,-76","w":199},"\u00e7":{"d":"154,-63r21,0v-7,46,-34,69,-78,69v-52,0,-86,-35,-86,-90v0,-54,38,-92,91,-92v44,0,74,25,74,53v0,32,-43,36,-44,8v0,-12,6,-18,20,-20v-30,-45,-116,-24,-106,51v-7,81,97,93,108,21xm45,67r6,-16v15,9,29,13,41,13v13,0,20,-4,20,-15v1,-14,-17,-19,-31,-14r0,-35r12,0r0,20v25,-5,45,7,44,29v-3,39,-56,36,-92,18","w":184},"\u00e9":{"d":"153,-56r21,0v-18,99,-163,73,-163,-29v0,-55,35,-91,86,-91v53,0,83,32,83,94v-43,2,-95,-4,-134,2v-8,79,93,86,107,24xm144,-101v-1,-39,-16,-57,-48,-57v-29,0,-47,20,-49,57r97,0xm65,-196v22,-20,38,-52,67,-63v19,2,18,24,-1,31v-23,10,-35,31,-66,32","w":190},"\u00ea":{"d":"44,-196r40,-61r23,0r41,61v-29,0,-34,-24,-52,-34r-39,34r-13,0xm153,-56r21,0v-18,99,-163,73,-163,-29v0,-55,35,-91,86,-91v53,0,83,32,83,94v-43,2,-95,-4,-134,2v-8,79,93,86,107,24xm144,-101v-1,-39,-16,-57,-48,-57v-29,0,-47,20,-49,57r97,0","w":190},"\u00eb":{"d":"153,-56r21,0v-18,99,-163,73,-163,-29v0,-55,35,-91,86,-91v53,0,83,32,83,94v-43,2,-95,-4,-134,2v-8,79,93,86,107,24xm144,-101v-1,-39,-16,-57,-48,-57v-29,0,-47,20,-49,57r97,0xm42,-225v0,-10,9,-19,20,-19v11,0,20,8,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm110,-225v0,-10,9,-19,20,-19v11,0,19,8,19,19v0,12,-7,21,-19,21v-11,0,-20,-9,-20,-21","w":190},"\u00e8":{"d":"153,-56r21,0v-18,99,-163,73,-163,-29v0,-55,35,-91,86,-91v53,0,83,32,83,94v-43,2,-95,-4,-134,2v-8,79,93,86,107,24xm144,-101v-1,-39,-16,-57,-48,-57v-29,0,-47,20,-49,57r97,0xm127,-196v-32,-1,-43,-23,-66,-32v-19,-7,-20,-29,-1,-31v29,11,45,44,67,63","w":190},"\u00ed":{"d":"12,0r0,-18v20,0,34,2,34,-20r0,-94v3,-22,-13,-21,-34,-21r0,-17r66,0r0,132v-2,21,11,20,32,20r0,18r-98,0xm28,-196v22,-20,38,-52,67,-63v19,2,18,24,-1,31v-23,10,-35,31,-66,32","w":119},"\u00ee":{"d":"7,-196r40,-61r24,0r40,61v-29,0,-34,-24,-52,-34r-39,34r-13,0xm12,0r0,-18v20,0,34,2,34,-20r0,-94v3,-22,-13,-21,-34,-21r0,-17r66,0r0,132v-2,21,11,20,32,20r0,18r-98,0","w":119},"\u00ef":{"d":"12,0r0,-18v20,0,34,2,34,-20r0,-94v3,-22,-13,-21,-34,-21r0,-17r66,0r0,132v-2,21,11,20,32,20r0,18r-98,0xm5,-225v0,-10,9,-19,20,-19v11,0,20,8,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm73,-225v0,-10,9,-19,20,-19v11,0,19,8,19,19v0,12,-7,21,-19,21v-11,0,-20,-9,-20,-21","w":119},"\u00ec":{"d":"12,0r0,-18v20,0,34,2,34,-20r0,-94v3,-22,-13,-21,-34,-21r0,-17r66,0r0,132v-2,21,11,20,32,20r0,18r-98,0xm90,-196v-32,-1,-43,-23,-66,-32v-19,-7,-20,-29,-1,-31v29,11,45,44,67,63","w":119},"\u00f1":{"d":"168,-252v-7,46,-36,45,-72,33v-10,0,-15,4,-18,16r-10,0v7,-46,37,-43,74,-33v8,0,13,-6,16,-16r10,0xm75,-141v32,-57,139,-41,121,44v5,33,-19,88,32,79r0,18r-98,0r0,-18v21,0,37,2,35,-20v-4,-46,13,-118,-35,-118v-55,0,-59,59,-55,118v-3,22,14,20,35,20r0,18r-99,0r0,-18v20,0,33,1,33,-20r0,-94v2,-21,-12,-22,-33,-21r0,-17r64,0r0,29","w":235},"\u00f3":{"d":"11,-85v0,-54,39,-91,93,-91v54,0,94,37,94,91v0,54,-40,91,-94,91v-54,0,-93,-37,-93,-91xm46,-85v0,47,21,73,58,73v37,0,59,-26,59,-73v0,-47,-22,-73,-59,-73v-37,0,-58,26,-58,73xm73,-196v22,-20,38,-52,67,-63v19,2,18,24,-1,31v-23,10,-35,31,-66,32","w":208},"\u00f4":{"d":"53,-196r40,-61r23,0r40,61v-29,0,-34,-24,-52,-34r-38,34r-13,0xm11,-85v0,-54,39,-91,93,-91v54,0,94,37,94,91v0,54,-40,91,-94,91v-54,0,-93,-37,-93,-91xm46,-85v0,47,21,73,58,73v37,0,59,-26,59,-73v0,-47,-22,-73,-59,-73v-37,0,-58,26,-58,73","w":208},"\u00f6":{"d":"11,-85v0,-54,39,-91,93,-91v54,0,94,37,94,91v0,54,-40,91,-94,91v-54,0,-93,-37,-93,-91xm46,-85v0,47,21,73,58,73v37,0,59,-26,59,-73v0,-47,-22,-73,-59,-73v-37,0,-58,26,-58,73xm50,-225v0,-10,9,-19,20,-19v11,0,20,8,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm118,-225v0,-10,9,-19,20,-19v11,0,19,8,19,19v0,12,-7,21,-19,21v-11,0,-20,-9,-20,-21","w":208},"\u00f2":{"d":"11,-85v0,-54,39,-91,93,-91v54,0,94,37,94,91v0,54,-40,91,-94,91v-54,0,-93,-37,-93,-91xm46,-85v0,47,21,73,58,73v37,0,59,-26,59,-73v0,-47,-22,-73,-59,-73v-37,0,-58,26,-58,73xm135,-196v-32,-1,-43,-23,-66,-32v-19,-7,-20,-29,-1,-31v29,11,45,44,67,63","w":208},"\u00f5":{"d":"154,-252v-7,46,-36,45,-71,33v-10,0,-15,4,-18,16r-10,0v6,-47,37,-42,74,-33v8,0,12,-6,15,-16r10,0xm11,-85v0,-54,39,-91,93,-91v54,0,94,37,94,91v0,54,-40,91,-94,91v-54,0,-93,-37,-93,-91xm46,-85v0,47,21,73,58,73v37,0,59,-26,59,-73v0,-47,-22,-73,-59,-73v-37,0,-58,26,-58,73","w":208},"\u0161":{"d":"38,-257v29,0,34,24,52,34r39,-34r13,0r-40,61r-24,0xm14,1r0,-71r19,0v6,35,33,56,65,56v48,0,55,-48,7,-53v-42,-5,-88,-21,-88,-60v0,-50,82,-64,118,-30r7,-15r16,0r0,66r-18,0v-6,-33,-27,-51,-59,-51v-21,0,-35,11,-35,25v-2,25,41,28,65,33v37,8,56,24,56,50v0,57,-92,72,-127,32r-7,18r-19,0","w":179},"\u00fa":{"d":"161,-30v-32,58,-138,43,-121,-43v-5,-34,19,-88,-32,-80r0,-17r62,0v6,55,-20,156,36,156v55,0,59,-59,55,-118v3,-23,-16,-21,-38,-21r0,-17r69,0r0,132v-3,21,13,20,33,20r0,18r-64,0r0,-30xm75,-196v22,-20,38,-52,67,-63v19,2,18,24,-1,31v-23,10,-35,31,-66,32","w":233},"\u00fb":{"d":"54,-196r40,-61r24,0r40,61v-29,0,-34,-24,-52,-34r-39,34r-13,0xm161,-30v-32,58,-138,43,-121,-43v-5,-34,19,-88,-32,-80r0,-17r62,0v6,55,-20,156,36,156v55,0,59,-59,55,-118v3,-23,-16,-21,-38,-21r0,-17r69,0r0,132v-3,21,13,20,33,20r0,18r-64,0r0,-30","w":233},"\u00fc":{"d":"161,-30v-32,58,-138,43,-121,-43v-5,-34,19,-88,-32,-80r0,-17r62,0v6,55,-20,156,36,156v55,0,59,-59,55,-118v3,-23,-16,-21,-38,-21r0,-17r69,0r0,132v-3,21,13,20,33,20r0,18r-64,0r0,-30xm52,-225v0,-10,9,-19,20,-19v11,0,20,8,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm120,-225v0,-10,9,-19,20,-19v11,0,19,8,19,19v0,12,-7,21,-19,21v-11,0,-20,-9,-20,-21","w":233},"\u00f9":{"d":"161,-30v-32,58,-138,43,-121,-43v-5,-34,19,-88,-32,-80r0,-17r62,0v6,55,-20,156,36,156v55,0,59,-59,55,-118v3,-23,-16,-21,-38,-21r0,-17r69,0r0,132v-3,21,13,20,33,20r0,18r-64,0r0,-30xm137,-196v-32,-1,-43,-23,-66,-32v-19,-7,-20,-29,-1,-31v29,11,45,44,67,63","w":233},"\u00ff":{"d":"92,1r-59,-137v-6,-15,-15,-18,-33,-17r0,-17r92,0r0,17v-18,-1,-34,-1,-25,20r41,96r44,-106v2,-13,-20,-10,-33,-10r0,-17r87,0r0,17v-22,-2,-27,4,-35,23r-51,116v-26,59,-39,91,-81,91v-41,0,-60,-63,-17,-66v12,0,19,8,19,19v0,12,-7,18,-21,18v31,28,52,0,72,-47xm49,-225v0,-10,9,-19,20,-19v11,0,20,8,20,19v0,12,-8,21,-20,21v-12,0,-20,-9,-20,-21xm117,-225v0,-10,9,-19,20,-19v11,0,19,8,19,19v0,12,-7,21,-19,21v-11,0,-20,-9,-20,-21","w":205},"\u017e":{"d":"38,-257v29,0,34,24,52,34r39,-34r13,0r-40,61r-24,0xm94,-18v49,2,52,-15,54,-59r18,0r0,77r-157,0r0,-18r115,-134v-54,-1,-99,-6,-92,53r-18,0r0,-71r148,0r0,18r-114,134r46,0","w":179},"\u00a9":{"d":"24,-119v0,-66,57,-124,124,-124v66,0,123,57,123,124v0,64,-57,123,-123,123v-65,0,-124,-57,-124,-123xm256,-119v0,-59,-50,-110,-108,-110v-59,0,-108,51,-108,110v0,58,51,109,108,109v58,0,108,-52,108,-109xm186,-182v10,3,7,-12,17,-11r0,55r-7,0v-8,-32,-24,-48,-49,-48v-28,0,-44,22,-44,66v0,76,68,86,97,36r6,4v-30,65,-131,36,-131,-37v0,-63,68,-94,111,-65","w":295},"\u00ac":{"d":"45,-151r210,0r0,88r-20,0r0,-67r-190,0r0,-21","w":299},"\u00ae":{"d":"24,-119v0,-66,57,-124,124,-124v66,0,123,56,123,124v0,64,-56,123,-124,123v-64,0,-123,-58,-123,-123xm256,-119v0,-59,-50,-110,-108,-110v-58,0,-108,51,-108,110v0,58,51,109,108,109v58,0,108,-52,108,-109xm82,-192v48,0,125,-8,125,35v0,18,-15,29,-50,35v22,7,32,17,37,37v4,14,2,27,13,27v8,0,12,-8,12,-23v2,1,8,-2,7,2v4,32,-37,40,-50,20v-7,-31,-4,-65,-48,-61v4,27,-13,64,22,62r0,7r-68,0r0,-7v17,0,23,-5,23,-18r0,-91v0,-13,-6,-16,-23,-17r0,-8xm128,-126v30,2,53,-8,53,-31v0,-16,-12,-28,-34,-28v-31,0,-16,35,-19,59","w":295},"\u00d0":{"d":"273,-121v0,84,-57,121,-145,121r-116,0r0,-19v26,1,40,1,40,-27r0,-67r-51,0r0,-18r51,0v-7,-39,25,-103,-40,-91r0,-20r117,0v89,-6,144,38,144,121xm87,-113r0,94v92,6,147,-16,147,-105v0,-84,-57,-104,-147,-98r0,91r69,0r0,18r-69,0","w":286},"\u00de":{"d":"232,-122v0,67,-70,70,-147,67v-5,32,9,39,44,36r0,19r-119,0r0,-19v26,1,40,1,40,-27r0,-150v5,-28,-14,-26,-40,-26r0,-20r116,0r0,20v-30,-2,-47,1,-41,35v77,-3,147,4,147,65xm85,-74v53,3,116,-2,110,-47v6,-49,-56,-48,-110,-47r0,94","w":245},"\u00dd":{"d":"97,-95r-64,-104v-12,-19,-19,-25,-42,-23r0,-20r111,0r0,20v-20,-1,-46,-3,-31,21r49,81v18,-33,42,-60,57,-96v-1,-10,-25,-5,-37,-6r0,-20r98,0r0,20v-25,-1,-30,5,-46,29r-60,98v5,31,-17,81,25,76r23,0r0,19r-131,0r0,-19v27,0,54,4,48,-27r0,-49xm84,-268v22,-20,38,-52,67,-63v19,2,18,24,-1,31v-23,10,-35,31,-66,32","w":229},"\u00a6":{"d":"79,-252r22,0r0,134r-22,0r0,-134xm79,-72r22,0r0,134r-22,0r0,-134"},"\u00b0":{"d":"59,-256v27,0,50,23,50,50v0,27,-22,50,-50,50v-28,0,-49,-22,-49,-50v0,-28,22,-50,49,-50xm59,-241v-19,0,-35,15,-35,35v0,20,16,36,35,36v20,0,36,-17,36,-36v0,-19,-16,-35,-36,-35","w":118},"\u00f7":{"d":"150,-191v11,0,20,9,20,20v0,11,-8,21,-20,21v-12,0,-20,-10,-20,-21v0,-11,9,-20,20,-20xm45,-118r210,0r0,21r-210,0r0,-21xm150,-64v11,0,20,9,20,20v0,11,-8,20,-20,20v-11,0,-20,-9,-20,-20v0,-12,9,-20,20,-20","w":299},"\u00f0":{"d":"46,-80v0,45,21,69,58,69v37,0,59,-24,59,-69v0,-45,-22,-70,-59,-70v-37,0,-58,25,-58,70xm76,-251v13,8,25,17,37,26r53,-26r6,13r-47,23v48,44,72,84,72,130v0,55,-37,91,-93,91v-54,0,-93,-35,-93,-86v-1,-61,59,-101,124,-82v-9,-14,-19,-28,-32,-42r-54,27r-6,-12r50,-25v-8,-8,-18,-17,-27,-25","w":208},"\u00d7":{"d":"67,-206r84,84r83,-84r15,15r-84,84r84,83r-15,15r-83,-84r-84,84r-14,-15r83,-83r-83,-84","w":299},"\u00bd":{"d":"29,-96r0,-11v17,0,39,3,34,-14r0,-71r-33,0r0,-10v24,-1,36,-6,41,-21r12,0r0,102v-3,17,14,14,31,14r0,11r-85,0xm79,6r158,-231r22,0r-158,231r-22,0xm222,0v-4,-1,-13,3,-11,-4v-6,-35,47,-53,70,-62v29,-12,17,-49,-19,-49v-17,0,-27,5,-34,17v10,-1,16,3,16,11v0,8,-6,13,-14,13v-9,0,-16,-7,-16,-17v0,-19,21,-35,53,-35v45,0,67,34,43,62v-18,19,-69,15,-82,42v28,-15,83,35,85,-19r11,0v2,47,-38,54,-68,34v-10,-7,-35,-13,-34,7","w":338},"\u00bc":{"d":"29,-96r0,-11v17,0,39,3,34,-14r0,-71r-33,0r0,-10v24,-1,36,-6,41,-21r12,0r0,102v-3,17,14,14,31,14r0,11r-85,0xm79,6r158,-231r22,0r-158,231r-22,0xm249,0r0,-10v13,-1,34,4,31,-11r0,-15r-74,0r0,-11r81,-79r13,0r0,78r29,0r0,12r-29,0v-3,21,2,29,29,26r0,10r-80,0xm280,-48r0,-55r-56,55r56,0","w":338},"\u00b9":{"d":"31,-88r0,-11v19,0,39,3,35,-15r0,-76r-35,0r0,-11v25,-1,39,-6,44,-22r12,0r0,109v-4,17,15,15,33,15r0,11r-89,0","w":145},"\u00b1":{"d":"140,-207r21,0r0,60r94,0r0,21r-94,0r0,60r-21,0r0,-60r-95,0r0,-21r95,0r0,-60xm45,-28r210,0r0,21r-210,0r0,-21","w":299},"\u00fe":{"d":"35,39r0,-243v2,-20,-11,-20,-31,-20r0,-18r62,0r0,101v40,-66,138,-30,138,56v0,87,-98,123,-138,57v7,36,-22,97,34,88r0,17r-96,0r0,-17v20,1,31,-1,31,-21xm66,-84v0,42,21,69,54,69v31,0,49,-25,49,-70v0,-45,-19,-69,-49,-69v-33,0,-54,26,-54,70","w":219},"\u00be":{"d":"26,-118v14,23,81,17,76,-13v1,-20,-18,-27,-49,-26v0,-5,-3,-12,5,-11v52,7,53,-44,8,-44v-12,0,-23,4,-33,10v8,1,11,4,11,11v0,6,-5,11,-13,11v-9,0,-16,-5,-16,-13v0,-14,22,-30,54,-30v54,0,73,51,21,60v23,4,35,16,35,32v0,22,-23,38,-61,38v-32,0,-55,-16,-55,-33v0,-9,8,-15,18,-15v8,0,13,4,13,11v0,7,-4,12,-14,12xm79,6r158,-231r22,0r-158,231r-22,0xm249,0r0,-10v13,-1,34,4,31,-11r0,-15r-74,0r0,-11r81,-79r13,0r0,78r29,0r0,12r-29,0v-3,21,2,29,29,26r0,10r-80,0xm280,-48r0,-55r-56,55r56,0","w":338},"\u00b3":{"d":"27,-111v15,24,79,19,79,-14v0,-21,-18,-29,-50,-28v1,-4,-3,-14,4,-12v55,7,56,-47,9,-47v-13,0,-24,4,-34,11v8,1,11,4,11,12v0,7,-5,12,-14,12v-9,0,-15,-7,-15,-15v0,-15,22,-31,55,-31v59,0,76,53,23,64v24,4,36,17,36,34v0,24,-24,41,-64,41v-33,0,-57,-17,-57,-35v0,-10,8,-17,18,-17v9,0,14,5,14,13v0,8,-5,12,-15,12","w":145},"\u00b2":{"d":"24,-88v-4,-1,-13,3,-12,-3v-7,-39,50,-58,74,-68v31,-13,18,-52,-20,-52v-17,0,-28,5,-36,18v10,-1,17,4,17,12v0,8,-6,14,-15,14v-9,0,-17,-7,-17,-18v0,-20,22,-38,56,-38v48,0,71,38,45,67v-19,21,-72,16,-86,45v23,-10,46,7,69,7v15,0,21,-8,21,-27r10,0v3,50,-40,56,-70,35v-10,-6,-37,-12,-36,8","w":145},"\u00fd":{"d":"92,1r-59,-137v-6,-15,-15,-18,-33,-17r0,-17r92,0r0,17v-18,-1,-34,-1,-25,20r41,96r44,-106v2,-13,-20,-10,-33,-10r0,-17r87,0r0,17v-22,-2,-27,4,-35,23r-51,116v-26,59,-39,91,-81,91v-41,0,-60,-63,-17,-66v12,0,19,8,19,19v0,12,-7,18,-21,18v31,28,52,0,72,-47xm72,-196v22,-20,38,-52,67,-63v19,2,18,24,-1,31v-23,10,-35,31,-66,32","w":205},"\u00a0":{"w":110}}});Cufon.registerFont({"w":225,"face":{"font-family":"Claredon Roman","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-24 -347 422 85","underline-thickness":"30.24","underline-position":"-38.52","stemh":"26","stemv":"43","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":112},"!":{"d":"29,-21v0,-15,12,-26,27,-26v15,0,27,11,27,26v0,15,-12,27,-27,27v-15,0,-27,-12,-27,-27xm45,-69v-6,-82,-15,-132,-15,-150v0,-21,8,-30,27,-30v19,0,27,9,27,30v0,17,-10,66,-17,150r-22,0","w":112},"\"":{"d":"28,-150r-13,-88v0,-12,6,-19,16,-19v13,-1,20,10,17,26r-13,81r-7,0xm87,-150r-13,-88v0,-12,7,-19,17,-19v12,-1,18,12,16,26r-13,81r-7,0","w":122},"#":{"d":"162,-257r-28,77r47,0r28,-77r32,0r-28,77r52,0r-11,29r-51,0r-16,46r54,0r-11,30r-54,0r-27,76r-32,0r27,-76r-47,0r-27,76r-32,0r27,-76r-53,0r11,-30r53,0r16,-46r-56,0r10,-29r56,0r28,-77r32,0xm172,-151r-49,0r-16,47r48,0","w":276},"$":{"d":"122,-24v28,-1,43,-11,43,-30v0,-18,-13,-26,-43,-31r0,61xm97,-196v-23,3,-35,13,-35,30v0,16,11,25,35,29r0,-59xm97,38r0,-38v-51,-3,-79,-25,-79,-57v0,-17,11,-28,28,-28v14,0,25,9,25,22v0,14,-9,23,-25,22v12,12,29,18,51,18r0,-67v-102,-12,-97,-120,0,-129r0,-28r25,0r0,28v46,2,73,27,73,51v0,16,-11,27,-26,27v-32,1,-34,-41,-2,-41v-11,-10,-26,-15,-45,-15r0,65v57,10,83,30,83,66v0,38,-29,62,-83,66r0,38r-25,0"},"%":{"d":"11,-156v0,-41,28,-69,69,-69v41,0,69,28,69,69v0,41,-28,69,-69,69v-41,0,-69,-28,-69,-69xm51,-156v0,31,9,46,29,46v21,0,29,-15,29,-46v0,-31,-9,-47,-29,-47v-19,0,-29,16,-29,47xm255,-225r-135,231r-29,0r135,-231r29,0xm198,-63v0,-41,28,-69,69,-69v41,0,69,28,69,69v0,41,-28,69,-69,69v-41,0,-69,-28,-69,-69xm238,-63v0,31,9,46,29,46v21,0,28,-15,28,-46v0,-31,-8,-46,-28,-46v-19,0,-29,15,-29,46","w":346},"&":{"d":"262,-83r27,0v7,85,-66,113,-124,70v-57,41,-152,15,-152,-53v0,-35,20,-59,62,-79v-23,-47,-1,-104,52,-104v34,0,53,19,53,47v0,26,-15,47,-46,66v14,23,29,46,46,68v19,-18,27,-36,27,-47v0,-6,-7,-8,-22,-8r-10,0r0,-27r114,0r0,27v-66,1,-40,31,-88,79v28,27,62,13,61,-39xm90,-114v-45,19,-26,88,21,86v9,0,19,-3,30,-9v-22,-26,-38,-51,-51,-77xm117,-164v21,-10,31,-22,31,-36v0,-12,-8,-21,-21,-21v-30,2,-27,37,-10,57","w":304},"(":{"d":"127,47r0,23v-74,-19,-113,-74,-113,-160v0,-84,40,-140,113,-159r0,23v-42,17,-62,62,-62,136v0,75,19,120,62,137","w":139},")":{"d":"12,47v43,-17,63,-62,63,-137v0,-74,-21,-119,-63,-136r0,-23v73,19,113,75,113,159v0,86,-39,141,-113,160r0,-23","w":139},"*":{"d":"41,-221v21,0,27,37,46,44v-1,-27,-16,-42,-16,-54v0,-10,7,-18,19,-18v37,11,8,33,3,72v20,-8,24,-44,48,-44v10,0,18,10,18,21v0,28,-44,14,-63,27v16,15,63,0,63,29v-19,52,-46,-14,-66,-23v1,27,17,41,17,53v0,10,-8,18,-20,18v-39,-10,-5,-34,-2,-71v-20,7,-24,41,-49,43v-10,0,-18,-11,-18,-21v2,-27,42,-13,63,-27v-21,-15,-63,0,-63,-27v0,-12,9,-22,20,-22","w":180},"+":{"d":"165,-215r0,93r90,0r0,29r-90,0r0,93r-30,0r0,-93r-90,0r0,-29r90,0r0,-93r30,0","w":299},",":{"d":"28,52r0,-16v22,-6,34,-20,34,-41v-15,13,-38,3,-37,-17v0,-15,10,-25,27,-25v19,0,34,15,34,38v0,32,-22,55,-58,61","w":112},"-":{"d":"13,-67r0,-38r98,0r0,38r-98,0","w":124},".":{"d":"29,-21v0,-15,12,-26,27,-26v15,0,27,11,27,26v0,15,-12,27,-27,27v-15,0,-27,-12,-27,-27","w":112},"\/":{"d":"18,33r-27,0r89,-282r27,0","w":106},"0":{"d":"11,-109v0,-69,42,-116,101,-116v59,0,102,47,102,116v0,69,-43,115,-102,115v-59,0,-101,-46,-101,-115xm67,-109v0,59,13,87,45,87v32,0,46,-28,46,-87v0,-59,-14,-88,-46,-88v-32,0,-45,29,-45,88"},"1":{"d":"51,0r0,-26v23,-1,44,5,44,-21r0,-115r-44,0r0,-26v33,-1,51,-10,62,-33r30,0r0,175v-5,26,21,19,43,20r0,26r-135,0"},"2":{"d":"146,6v-25,0,-65,-29,-89,-29v-12,0,-18,7,-20,24r-21,0v-10,-68,57,-98,102,-119v39,-19,28,-82,-25,-82v-21,0,-38,10,-46,28v18,-7,38,4,37,22v0,17,-12,28,-29,28v-20,0,-34,-16,-34,-38v0,-34,34,-65,84,-65v56,0,91,29,91,71v0,81,-128,53,-149,114v42,-34,133,45,134,-38r21,0v1,52,-20,84,-56,84"},"3":{"d":"48,-36v26,30,100,20,100,-26v0,-30,-21,-43,-59,-42r0,-26v70,10,73,-72,12,-72v-15,0,-28,4,-40,13v14,1,22,11,22,24v0,14,-12,25,-29,25v-17,0,-29,-12,-29,-29v0,-30,33,-56,87,-56v96,0,116,93,31,107v40,7,60,27,60,57v0,39,-36,67,-99,67v-53,0,-87,-28,-87,-61v0,-21,13,-35,33,-35v17,0,28,12,28,28v0,16,-11,27,-30,26"},"4":{"d":"82,0r0,-26v22,0,45,3,40,-19r0,-16r-109,0r0,-27r120,-133r35,0r0,129r42,0r0,31r-42,0v0,21,-3,37,22,35r20,0r0,26r-128,0xm122,-92r1,-79r-71,79r70,0"},"5":{"d":"49,-34v35,28,100,17,100,-39v0,-60,-68,-74,-98,-34r-24,-1r11,-117v46,16,106,16,153,1v-10,46,-69,57,-130,48r-3,33v61,-33,144,0,144,65v0,51,-35,84,-94,84v-56,0,-91,-26,-91,-60v0,-38,63,-45,63,-7v0,17,-12,27,-31,27"},"6":{"d":"158,-194v-48,-25,-84,4,-83,73v49,-41,133,-11,133,53v0,43,-35,75,-92,75v-61,0,-97,-40,-97,-111v0,-75,40,-121,105,-121v45,0,73,22,73,47v0,16,-12,28,-29,28v-30,0,-37,-37,-10,-44xm76,-64v0,29,14,44,39,44v24,0,38,-16,38,-43v0,-30,-13,-46,-39,-46v-24,0,-38,16,-38,45"},"7":{"d":"218,-219v-10,63,-97,125,-79,220r-50,0v-5,-98,37,-125,85,-180v-24,15,-60,2,-84,1v-27,-1,-35,19,-35,58r-24,0r0,-100r26,0r0,26v14,-19,27,-28,48,-28v37,-1,72,39,90,3r23,0"},"8":{"d":"60,-105v-66,-38,-38,-120,51,-120v89,0,119,71,50,102v82,33,52,129,-49,129v-100,0,-134,-82,-52,-111xm86,-95v-48,17,-40,73,24,73v60,0,70,-42,25,-57xm135,-133v40,-17,34,-68,-22,-68v-52,0,-62,46,-19,57"},"9":{"d":"147,-153v0,-30,-14,-46,-39,-46v-25,0,-39,16,-39,45v0,29,15,45,42,45v22,0,36,-17,36,-44xm69,-23v48,24,84,-6,81,-76v-47,43,-135,14,-135,-49v0,-46,36,-77,93,-77v62,0,96,41,96,112v0,75,-39,120,-105,120v-43,0,-70,-22,-70,-47v0,-16,12,-27,30,-27v29,-1,36,37,10,44"},":":{"d":"29,-21v0,-15,12,-26,27,-26v15,0,27,11,27,26v0,15,-12,27,-27,27v-15,0,-27,-12,-27,-27xm29,-135v0,-15,12,-27,27,-27v15,0,27,12,27,27v0,15,-12,26,-27,26v-15,0,-27,-11,-27,-26","w":112},";":{"d":"29,-135v0,-15,12,-27,27,-27v15,0,27,12,27,27v0,15,-12,26,-27,26v-15,0,-27,-11,-27,-26xm28,52r0,-16v22,-6,34,-20,34,-41v-15,13,-38,3,-37,-17v0,-15,10,-25,27,-25v19,0,34,15,34,38v0,32,-22,55,-58,61","w":112},"<":{"d":"253,-174r-164,67r164,67r0,32r-207,-85r0,-28r207,-86r0,33","w":299},"=":{"d":"255,-158r0,29r-210,0r0,-29r210,0xm255,-86r0,29r-210,0r0,-29r210,0","w":299},">":{"d":"253,-121r0,28r-207,85r0,-32r165,-67r-165,-67r0,-33","w":299},"?":{"d":"53,-21v0,-15,12,-26,27,-26v15,0,27,11,27,26v0,15,-12,27,-27,27v-15,0,-27,-12,-27,-27xm172,-184v0,51,-84,65,-80,116r-23,0v-13,-55,51,-73,52,-114v0,-24,-18,-40,-45,-40v-26,0,-44,17,-45,42v15,-17,44,-7,44,15v0,15,-14,27,-31,27v-20,0,-36,-18,-36,-44v0,-37,32,-67,80,-67v52,0,84,30,84,65","w":180},"@":{"d":"159,-32v35,2,62,-73,61,-104v0,-20,-11,-32,-25,-32v-33,0,-59,77,-59,104v0,20,10,32,23,32xm103,-81v0,-43,41,-97,88,-96v21,0,34,10,38,32r9,-30r31,0r-34,126v0,12,6,18,15,18v42,0,71,-57,71,-105v0,-65,-49,-109,-122,-109v-83,0,-149,69,-149,157v0,124,159,163,248,90r7,8v-98,83,-281,31,-281,-104v0,-86,80,-162,173,-162v82,0,134,48,134,121v1,54,-34,114,-86,114v-23,0,-36,-13,-37,-36v-26,54,-105,44,-105,-24","w":354},"A":{"d":"-5,0r0,-27v24,1,34,-4,40,-24r67,-191r51,0r72,191v7,21,12,25,36,24r0,27r-125,0r0,-27v21,1,52,2,36,-22r-10,-28r-80,0v-1,18,-31,52,7,50r18,0r0,27r-112,0xm152,-105r-31,-84r-28,84r59,0","w":259},"B":{"d":"8,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28v85,5,229,-24,229,61v0,28,-16,45,-49,53v39,8,59,28,59,62v0,91,-149,61,-239,66xm97,-27v47,1,102,4,97,-42v5,-45,-49,-43,-97,-42r0,84xm97,-139v43,1,94,3,89,-37v4,-42,-46,-39,-89,-38r0,75","w":262},"C":{"d":"13,-121v0,-96,112,-169,191,-103r7,-22r26,0r0,99r-27,0v-6,-47,-32,-72,-69,-72v-43,0,-71,36,-71,100v0,60,26,93,71,93v35,0,58,-24,65,-68r31,0v-5,65,-41,101,-100,101v-73,0,-124,-58,-124,-128","w":254},"D":{"d":"217,-121v0,-80,-40,-99,-120,-93r0,187v79,6,120,-13,120,-94xm8,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28r137,0v84,0,129,42,129,121v0,79,-45,121,-129,121r-137,0","w":291},"E":{"d":"8,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28r238,0r0,97r-27,0v7,-83,-53,-68,-122,-69r0,74v37,1,52,0,52,-44r27,0r0,121r-27,0v-1,-48,-13,-50,-52,-49r0,85v73,0,125,13,122,-75r27,0r0,102r-238,0","w":271},"F":{"d":"205,-141v-1,-51,-8,-75,-63,-73r-45,0r0,74v34,1,43,-4,44,-44r28,0r0,121r-28,0v-2,-44,-10,-50,-44,-49v6,38,-22,98,41,85r0,27r-130,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28r225,0r0,101r-28,0","w":249},"G":{"d":"13,-121v0,-98,116,-169,191,-101r11,-21r25,0r0,94r-28,0v-10,-45,-37,-70,-72,-70v-42,0,-70,36,-70,98v0,62,28,96,73,96v39,-1,57,-19,53,-57v4,-25,-19,-19,-42,-20r0,-27r128,0r0,27v-22,0,-36,-4,-36,23r0,80r-26,0r-13,-20v-78,66,-194,-1,-194,-102","w":284},"H":{"d":"8,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28r130,0r0,28v-23,1,-41,-6,-41,22r0,53r104,0v-5,-29,16,-81,-24,-75r-16,0r0,-28r129,0r0,28v-22,0,-38,-4,-38,22r0,142v-4,26,15,23,38,23r0,27r-129,0r0,-27v23,0,40,4,40,-23r0,-59r-104,0v5,37,-21,95,41,82r0,27r-130,0","w":298},"I":{"d":"9,0r0,-27v23,0,39,4,39,-23r0,-142v4,-27,-16,-21,-39,-22r0,-28r130,0r0,28v-22,1,-39,-5,-39,22r0,142v-4,27,16,23,39,23r0,27r-130,0","w":148},"J":{"d":"165,-77v4,54,-26,85,-80,84v-46,0,-76,-26,-76,-60v0,-23,12,-36,33,-36v35,-2,39,54,5,58v30,21,66,11,66,-39r0,-122v5,-27,-17,-21,-40,-22r0,-28r127,0r0,28v-22,0,-35,-3,-35,22r0,115","w":208},"K":{"d":"96,-83v2,30,-11,65,33,56r0,27r-121,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28r123,0r0,28v-22,0,-35,-3,-35,22r0,68v28,-29,63,-53,87,-86v1,-6,-22,-4,-30,-4r0,-28r122,0r0,28v-46,-5,-75,41,-105,64r73,104v14,20,22,19,47,19r0,27r-134,0r0,-27v18,1,44,3,29,-19r-50,-71","w":279},"L":{"d":"142,-27v56,3,63,-25,63,-77r28,0r0,104r-225,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28r130,0r0,28v-23,1,-41,-6,-41,22r0,165r45,0","w":249},"M":{"d":"218,0r0,-27v23,0,40,4,40,-23r0,-156r-78,206r-24,0r-73,-210r0,160v-4,26,15,23,38,23r0,27r-113,0r0,-27v23,0,37,3,37,-23r0,-142v3,-26,-14,-22,-37,-22r0,-28r113,0r54,157r59,-157r108,0r0,28v-22,0,-38,-4,-38,22r0,142v-4,26,15,23,38,23r0,27r-124,0","w":350},"N":{"d":"254,0r-51,0r-120,-197r0,147v-4,27,17,23,40,23r0,27r-119,0r0,-27v23,0,41,5,41,-23r0,-142v4,-27,-16,-21,-39,-22r0,-28r103,0r107,176r0,-126v4,-27,-18,-21,-41,-22r0,-28r114,0r0,28v-22,0,-35,-3,-35,22r0,192","w":295},"O":{"d":"13,-121v0,-76,53,-127,133,-127v80,0,133,51,133,127v0,76,-53,128,-133,128v-80,0,-133,-52,-133,-128xm70,-121v0,63,29,99,76,99v47,0,76,-36,76,-99v0,-63,-29,-99,-76,-99v-47,0,-76,36,-76,99","w":291},"P":{"d":"234,-175v0,65,-62,69,-137,66v5,37,-21,95,41,82r0,27r-130,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28v89,2,226,-18,226,67xm97,-136v44,1,89,-1,84,-39v3,-40,-39,-40,-84,-39r0,78","w":246},"Q":{"d":"240,-29v17,23,39,22,38,-18r23,0v6,76,-62,93,-100,44v-95,34,-188,-23,-188,-118v0,-76,53,-127,133,-127v123,0,174,148,94,219xm180,-31v-12,-23,-26,-35,-42,-35v-13,0,-22,9,-22,22v-1,29,48,29,64,13xm213,-62v8,-15,12,-34,12,-56v0,-65,-29,-102,-77,-102v-49,0,-79,36,-79,99v0,37,9,64,27,77v-4,-74,82,-64,117,-18","w":300},"R":{"d":"97,-50v-4,27,17,23,41,23r0,27r-130,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28v85,6,234,-25,234,58v0,35,-23,57,-69,62v45,5,48,30,49,73v1,14,3,21,11,21v11,0,11,-12,11,-41r23,0v5,45,-10,76,-49,76v-41,0,-50,-31,-48,-73v2,-46,-26,-49,-73,-48r0,64xm97,-141v42,1,97,4,92,-37v5,-42,-50,-36,-92,-36r0,73","w":278},"S":{"d":"16,0r0,-100r28,0v8,48,37,74,81,74v32,0,50,-11,50,-31v0,-32,-51,-38,-81,-45v-54,-13,-79,-33,-79,-72v0,-74,106,-98,157,-50r13,-18r22,0r0,92r-28,0v-8,-45,-36,-69,-75,-69v-30,0,-46,12,-46,31v-1,33,55,34,84,42v51,13,77,36,77,75v2,79,-114,102,-170,48r-8,23r-25,0","w":231},"T":{"d":"96,-215v-43,-1,-60,21,-60,74r-28,0r0,-101r228,0r0,101r-28,0v0,-52,-17,-76,-61,-74r0,165v-5,29,21,22,45,23r0,27r-140,0r0,-27v23,-1,44,7,44,-23r0,-165","w":244},"U":{"d":"43,-192v3,-25,-13,-22,-35,-22r0,-28r125,0r0,28v-22,1,-43,-5,-39,22v9,64,-29,164,49,164v76,0,42,-99,50,-164v3,-26,-15,-21,-37,-22r0,-28r111,0r0,28v-22,0,-34,-3,-34,22r0,116v0,54,-34,83,-96,83v-62,0,-94,-28,-94,-83r0,-116","w":275},"V":{"d":"102,0r-68,-191v-7,-20,-15,-24,-38,-23r0,-28r126,0r0,28v-14,1,-41,-3,-38,10v12,50,33,96,49,144r52,-144v3,-13,-24,-9,-39,-10r0,-28r115,0r0,28v-23,-1,-31,5,-38,24r-71,190r-50,0","w":256},"W":{"d":"88,0r-51,-182v-7,-24,-11,-33,-34,-32r0,-28r103,0r0,28v-16,-1,-30,0,-25,19r38,136r43,-125v-5,-25,-12,-32,-36,-30r0,-28r105,0r0,28v-18,-1,-34,0,-28,20r41,131r36,-122v11,-24,-2,-31,-29,-29r0,-28r99,0r0,28v-20,-1,-26,4,-32,24r-55,190r-48,0r-38,-129r-43,129r-46,0","w":352},"X":{"d":"138,-95v-13,17,-39,39,-46,59v-1,13,21,8,34,9r0,27r-126,0r0,-27v24,1,31,-2,45,-18r69,-78r-56,-72v-12,-16,-24,-20,-48,-19r0,-28r128,0r0,28v-16,-2,-37,1,-22,18r32,39v14,-17,33,-31,44,-51v1,-7,-20,-6,-30,-6r0,-28r114,0r0,28v-28,-2,-31,6,-51,26r-54,59r62,76v18,23,24,27,54,26r0,27r-139,0r0,-27v18,1,44,0,29,-18","w":284},"Y":{"d":"157,-101v5,29,-16,80,24,74r21,0r0,27r-140,0r0,-27v24,-1,45,6,45,-23r0,-51r-60,-88v-14,-21,-21,-27,-47,-25r0,-28r128,0r0,28v-19,-1,-44,-2,-29,19r41,57v15,-24,36,-43,48,-70v-1,-9,-23,-5,-34,-6r0,-28r112,0r0,28v-20,-1,-27,2,-37,16","w":263},"Z":{"d":"115,-27v67,1,72,-23,77,-82r27,0r0,109r-204,0r0,-29r144,-185r-41,0v-53,-4,-68,23,-68,74r-27,0r0,-102r196,0r0,31r-143,184r39,0","w":237},"[":{"d":"33,63r0,-305r90,0r0,25r-43,0r0,255r43,0r0,25r-90,0","w":139},"\\":{"d":"80,33r-89,-282r27,0r89,282r-27,0","w":106},"]":{"d":"106,63r-90,0r0,-25r43,0r0,-255r-43,0r0,-25r90,0r0,305","w":139},"^":{"d":"199,-257r88,99r-18,0r-89,-70r-89,70r-19,0r89,-99r38,0","w":360},"_":{"d":"180,55r0,30r-180,0r0,-30r180,0","w":180},"a":{"d":"88,-176v49,-1,74,16,74,64r0,76v0,9,3,12,8,12v10,0,11,-11,11,-39r22,0v1,44,-10,69,-44,69v-21,0,-34,-9,-39,-27v-24,40,-112,36,-110,-19v-9,-42,67,-55,98,-66v24,-16,12,-51,-25,-51v-14,0,-29,4,-33,11v14,0,22,8,22,20v0,14,-10,23,-25,23v-17,0,-29,-11,-29,-28v0,-26,26,-45,70,-45xm119,-89v-38,18,-61,22,-61,45v0,13,9,20,23,20v30,2,42,-28,38,-65","w":204},"b":{"d":"66,-22r-14,24r-24,0r0,-198v2,-21,-8,-22,-28,-21r0,-25r72,0r0,99v37,-63,131,-33,131,57v0,90,-88,119,-137,64xm154,-85v0,-41,-13,-60,-41,-60v-24,0,-41,21,-41,60v0,39,17,61,41,61v28,0,41,-20,41,-61","w":214},"c":{"d":"145,-71r28,0v-3,51,-28,77,-76,77v-54,0,-87,-35,-87,-91v0,-54,39,-91,94,-91v43,0,71,23,71,52v0,37,-55,42,-55,6v0,-11,8,-21,21,-22v-38,-30,-82,-6,-82,55v0,40,15,59,45,59v24,0,37,-15,41,-45","w":185},"d":{"d":"143,-141v-5,-33,20,-87,-35,-76r0,-25r79,0r0,196v-3,22,10,23,31,22r0,24r-75,0r0,-30v-34,66,-142,34,-131,-56v-10,-90,96,-120,131,-55xm61,-85v0,41,13,61,41,61v24,0,41,-22,41,-61v0,-39,-17,-60,-41,-60v-28,0,-41,19,-41,60","w":224},"e":{"d":"149,-61r30,0v-5,42,-35,67,-79,67v-55,0,-90,-36,-90,-91v0,-54,35,-91,90,-91v52,0,80,33,80,95r-121,0v-6,71,82,79,90,20xm133,-107v-2,-31,-12,-45,-33,-45v-21,0,-35,15,-39,45r72,0","w":191},"f":{"d":"41,-144r-33,0r0,-26r33,0v-1,-51,18,-79,61,-78v32,0,53,16,53,38v0,16,-10,26,-25,26v-25,0,-30,-35,-7,-40v-30,-19,-45,14,-39,54r37,0r0,26r-37,0r0,98v-3,24,15,22,37,22r0,24r-113,0r0,-24v21,1,33,0,33,-22r0,-98","w":134},"g":{"d":"49,-63v-50,-42,-19,-113,58,-113v22,0,42,5,58,16v21,-28,74,-18,74,20v0,15,-9,25,-23,25v-27,0,-33,-37,-6,-41v-14,-10,-26,-4,-36,10v38,63,-34,118,-109,92v-16,10,-11,25,14,24v59,-3,128,-2,128,50v0,37,-35,57,-102,57v-61,0,-92,-15,-92,-42v0,-15,10,-24,33,-30v-40,-10,-38,-57,3,-68xm72,-113v0,30,10,42,32,42v22,0,32,-13,32,-41v0,-30,-10,-43,-32,-43v-22,0,-32,14,-32,42xm103,9v-40,0,-59,4,-59,23v0,17,19,25,56,25v40,0,60,-9,60,-27v0,-18,-18,-21,-57,-21","w":238},"h":{"d":"39,-196v2,-21,-11,-21,-31,-21r0,-25r74,0r0,102v32,-51,120,-50,114,27r0,67v-2,21,10,23,31,22r0,24r-102,0r0,-24v46,8,28,-53,28,-89v0,-23,-7,-35,-27,-35v-40,0,-44,53,-44,102v0,20,8,23,28,22r0,24r-102,0r0,-24v20,1,31,0,31,-22r0,-150","w":233},"i":{"d":"35,-218v0,-15,12,-26,27,-26v15,0,27,11,27,26v0,15,-12,27,-27,27v-15,0,-27,-12,-27,-27xm9,0r0,-24v21,1,34,1,34,-22r0,-78v3,-23,-13,-23,-34,-22r0,-24r78,0r0,124v-2,21,10,23,31,22r0,24r-109,0","w":126},"j":{"d":"41,-124v3,-23,-14,-23,-35,-22r0,-24r79,0r0,179v0,46,-17,68,-59,68v-30,0,-50,-16,-50,-37v0,-14,11,-25,26,-25v25,-1,29,40,2,40v24,11,37,0,37,-34r0,-145xm33,-218v0,-15,11,-26,26,-26v15,0,27,11,27,26v0,15,-12,27,-27,27v-15,0,-26,-12,-26,-27","w":114},"k":{"d":"82,-87v20,-18,45,-33,61,-54v-1,-8,-22,-4,-32,-5r0,-24r107,0r0,24v-37,-1,-48,27,-72,41v26,26,36,81,84,81r0,24r-104,0r0,-24v15,1,31,-3,18,-15r-28,-42r-34,27v-1,21,1,32,25,30r0,24r-99,0r0,-24v20,1,31,0,31,-22r0,-150v2,-21,-11,-21,-31,-21r0,-25r74,0r0,155","w":230},"l":{"d":"39,-196v2,-21,-11,-21,-31,-21r0,-25r75,0r0,196v-2,22,11,23,32,22r0,24r-107,0r0,-24v20,1,31,0,31,-22r0,-150","w":122},"m":{"d":"189,-141v34,-52,118,-45,109,28r0,67v-2,21,10,23,31,22r0,24r-99,0r0,-24v43,6,25,-55,25,-89v0,-24,-3,-35,-24,-35v-40,-1,-40,55,-40,102v0,19,5,23,25,22r0,24r-93,0r0,-24v43,6,25,-55,25,-89v0,-24,-4,-35,-25,-35v-40,-1,-39,56,-39,102v0,19,5,23,24,22r0,24r-100,0r0,-24v21,1,33,0,33,-22r0,-78v3,-22,-12,-23,-33,-22r0,-24r76,0r0,29v27,-42,87,-49,105,0","w":335},"n":{"d":"8,0r0,-24v21,1,33,0,33,-22r0,-78v3,-22,-12,-23,-33,-22r0,-24r76,0r0,30v32,-51,120,-50,114,27r0,67v-2,21,10,23,31,22r0,24r-102,0r0,-24v46,8,28,-53,28,-89v0,-23,-7,-35,-27,-35v-41,0,-44,53,-44,102v0,20,8,23,28,22r0,24r-104,0","w":235},"o":{"d":"10,-85v0,-55,38,-91,96,-91v58,0,96,36,96,91v0,55,-38,91,-96,91v-58,0,-96,-36,-96,-91xm59,-85v0,44,16,66,47,66v31,0,47,-22,47,-66v0,-44,-16,-66,-47,-66v-31,0,-47,22,-47,66","w":212},"p":{"d":"36,32r0,-156v2,-21,-9,-23,-30,-22r0,-24r73,0r0,30v34,-66,142,-34,131,56v10,90,-96,120,-131,56v6,35,-21,93,37,81r0,24r-112,0r0,-24v20,0,32,1,32,-21xm161,-85v0,-41,-13,-61,-41,-61v-24,0,-41,22,-41,61v0,39,17,60,41,60v28,0,41,-19,41,-60"},"q":{"d":"64,-85v0,41,14,60,42,60v24,0,41,-21,41,-60v0,-39,-17,-61,-41,-61v-28,0,-42,20,-42,61xm190,32v-3,22,11,21,32,21r0,24r-112,0r0,-24v21,0,37,3,37,-21r0,-60v-35,65,-142,33,-132,-56v-10,-90,97,-122,132,-56r0,-30r73,0r0,24v-20,-1,-30,1,-30,22r0,156","w":227},"r":{"d":"84,-91v0,34,-15,78,39,67r0,24r-115,0r0,-24v21,1,33,0,33,-22r0,-78v3,-22,-12,-23,-33,-22r0,-24r76,0r0,26v16,-44,85,-39,89,8v3,35,-53,43,-54,9v0,-12,8,-21,22,-25v-34,-15,-57,15,-57,61","w":178},"s":{"d":"11,2r0,-69r26,0v7,31,28,48,58,48v19,0,30,-10,30,-23v0,-20,-38,-26,-57,-29v-79,-13,-68,-107,11,-105v19,0,35,5,51,17r8,-13r21,0r0,63r-25,0v-7,-26,-26,-42,-52,-42v-32,0,-39,34,-7,39v43,8,98,23,93,63v5,56,-87,71,-127,36r-6,15r-24,0","w":178},"t":{"d":"79,6v-63,0,-41,-92,-45,-151r-28,0r0,-23v33,-5,46,-27,49,-69r23,0r0,67r47,0r0,25r-47,0r0,97v0,15,2,21,13,21v16,3,16,-25,16,-53r23,0v5,50,-9,86,-51,86","w":145},"u":{"d":"92,5v-67,0,-55,-68,-55,-129v0,-21,-9,-23,-29,-22r0,-24r73,0r0,113v0,23,6,35,26,35v41,0,49,-52,45,-102v4,-24,-16,-22,-38,-22r0,-24r81,0r0,124v-2,21,9,23,30,22r0,24r-73,0r0,-30v-19,23,-39,35,-60,35","w":233},"v":{"d":"76,0r-44,-127v-5,-16,-11,-21,-29,-19r0,-24r93,0r0,24v-20,-2,-22,8,-16,25r26,78r32,-93v1,-9,-13,-11,-25,-10r0,-24r84,0r0,24v-19,-1,-24,3,-31,22r-44,124r-46,0","w":199},"w":{"d":"74,0r-41,-125v-6,-17,-10,-22,-29,-21r0,-24r90,0r0,24v-19,-2,-24,5,-18,23r25,84r33,-96v1,-10,-11,-12,-23,-11r0,-24r87,0r0,24v-16,-1,-26,1,-20,20r29,89r30,-100v0,-8,-11,-10,-21,-9r0,-24r75,0r0,24v-18,-2,-21,5,-28,24r-41,122r-42,0r-31,-95r-32,95r-43,0","w":297},"x":{"d":"2,0r0,-24v41,0,61,-41,89,-60v-26,-20,-39,-62,-82,-62r0,-24r104,0r0,24v-14,-2,-23,3,-13,14r21,22v9,-9,25,-20,30,-30v1,-6,-12,-6,-20,-6r0,-24r91,0r0,24v-38,-1,-56,38,-81,55v27,21,44,67,87,67r0,24r-107,0r0,-24v15,1,29,-2,16,-14r-26,-26v-11,11,-28,22,-36,35v0,7,16,5,24,5r0,24r-97,0","w":232},"y":{"d":"92,0r-55,-124v-8,-19,-16,-23,-38,-22r0,-24r104,0r0,24v-15,-1,-30,1,-23,17r34,78r32,-85v2,-10,-14,-10,-26,-10r0,-24r87,0r0,24v-21,-2,-26,6,-35,26v-30,60,-57,197,-123,197v-30,0,-51,-20,-51,-45v0,-36,55,-44,55,-8v0,14,-11,22,-27,21v30,24,49,-2,66,-45","w":210},"z":{"d":"7,0r0,-26r110,-120v-47,0,-82,-7,-77,51r-26,0r0,-75r152,0r0,27r-107,119v53,0,85,7,82,-57r25,0r0,81r-159,0","w":181},"{":{"d":"149,-256v-43,-4,-39,30,-39,70v0,45,-5,65,-46,74v49,8,46,45,46,99v0,34,6,46,39,46v-1,3,1,9,-1,10v-69,4,-69,-34,-69,-96v0,-36,-10,-50,-48,-53r0,-12v54,0,48,-38,48,-88v0,-46,16,-60,70,-60r0,10","w":180},"|":{"d":"106,-275r0,360r-31,0r0,-360r31,0","w":180},"}":{"d":"31,-266v70,-4,70,33,70,96v0,37,9,48,48,52r0,12v-53,0,-48,38,-48,88v0,46,-17,61,-70,61r0,-10v43,4,39,-30,39,-70v0,-45,5,-66,46,-75v-49,-8,-46,-44,-46,-98v0,-34,-6,-46,-39,-46r0,-10","w":180},"~":{"d":"31,-109v54,-47,112,-2,171,-2v21,0,43,-9,67,-27r0,33v-51,47,-113,1,-170,1v-21,0,-42,10,-68,28r0,-33","w":299},"\u00a1":{"d":"84,-222v0,15,-12,27,-27,27v-15,0,-27,-12,-27,-27v0,-15,12,-27,27,-27v15,0,27,12,27,27xm68,-174v6,82,14,133,14,151v0,21,-7,29,-26,29v-19,0,-27,-9,-27,-30v0,-17,9,-66,16,-150r23,0","w":112},"\u00a2":{"d":"92,-42r49,-94v4,-6,10,-9,17,-10v-38,-30,-82,-7,-82,54v0,23,4,40,16,50xm52,36r23,-44v-32,-16,-48,-43,-48,-83v0,-67,69,-112,134,-83r16,-32r21,0r-22,42v34,24,6,84,-30,59r-37,72v32,5,48,-10,53,-44r29,0v-3,58,-40,85,-98,75r-20,38r-21,0"},"\u00a3":{"d":"158,6v-46,-4,-92,-47,-128,-1r-14,-29v28,-21,38,-39,37,-75r-36,0r0,-20r30,0v-35,-57,-5,-105,73,-106v50,0,84,25,84,54v0,19,-12,31,-30,31v-30,0,-37,-39,-8,-47v-23,-27,-82,-18,-81,19v0,11,7,26,16,49r45,0r0,20r-43,0v-1,22,-12,40,-31,52r1,3v32,-24,72,9,95,9v14,0,20,-12,21,-36r20,0v2,48,-16,80,-51,77"},"\u00a5":{"d":"143,-82v3,24,-12,63,22,57r20,0r0,25r-132,0r0,-25v21,-1,47,6,42,-20r0,-37r-86,0r0,-21r78,0r-19,-27r-59,0r0,-20r44,0v-14,-19,-25,-49,-58,-43r0,-25r119,0r0,25v-17,-1,-40,-2,-27,17r38,55v15,-22,34,-40,46,-66v0,-9,-22,-5,-32,-6r0,-25r105,0r0,25v-33,-4,-40,26,-55,43r44,0r0,20r-61,0r-20,27r81,0r0,21r-90,0","w":241},"\u00a7":{"d":"62,47v31,20,87,9,87,-28v0,-28,-40,-39,-65,-45v-77,-20,-92,-90,-22,-118v-58,-36,-28,-105,50,-105v42,0,68,19,68,42v0,15,-11,27,-25,27v-25,0,-33,-31,-12,-43v-29,-15,-77,-4,-77,25v0,30,53,39,79,49v64,25,70,86,7,112v64,32,27,115,-50,115v-45,0,-75,-23,-75,-48v0,-32,51,-38,51,-6v0,12,-4,18,-16,23xm127,-50v44,-5,46,-48,6,-63r-46,-17v-41,3,-48,44,-11,59","w":213},"\u00a4":{"d":"65,-216v24,-19,64,-19,88,0r36,-35r17,16r-36,36v19,25,18,62,0,87r36,36r-17,16r-36,-36v-24,20,-64,20,-88,0r-35,36r-17,-16r36,-36v-18,-25,-19,-62,0,-87r-36,-36r17,-16xm161,-156v0,-28,-24,-51,-52,-51v-28,0,-51,23,-51,51v0,28,23,51,51,51v28,0,52,-23,52,-51","w":218},"'":{"d":"28,-150r-13,-88v0,-12,6,-19,16,-19v13,-1,20,10,17,26r-13,81r-7,0","w":63},"\u00ab":{"d":"56,-26v-10,-14,-36,-50,-34,-60v-2,-10,23,-47,34,-60r26,0v-13,35,-34,55,-11,96r11,24r-26,0xm126,-26v-10,-14,-35,-50,-33,-60v-2,-10,23,-47,33,-60r26,0v-12,36,-33,56,-10,96r10,24r-26,0","w":174},"\u00b7":{"d":"29,-127v0,-15,12,-27,27,-27v15,0,27,12,27,27v0,15,-12,27,-27,27v-15,0,-27,-12,-27,-27","w":112},"\u00b6":{"d":"170,-243r-20,0r0,243r-23,0r0,-243r-30,0r0,243r-22,0r0,-138v-40,-1,-65,-26,-65,-61v0,-36,26,-61,68,-61r92,0r0,17","w":180},"\u00bb":{"d":"48,-26r-26,0v12,-37,34,-56,10,-96r-10,-24r26,0v10,14,35,50,34,60v1,10,-25,46,-34,60xm119,-26r-26,0v12,-37,34,-56,10,-96r-10,-24r26,0v10,14,35,50,33,60v2,10,-23,46,-33,60","w":174},"\u00bf":{"d":"127,-222v0,15,-12,27,-27,27v-15,0,-26,-12,-26,-27v0,-15,11,-27,26,-27v15,0,27,12,27,27xm8,-58v0,-51,83,-65,80,-116r23,0v13,55,-51,73,-52,114v0,24,18,40,45,40v26,0,44,-17,45,-42v-16,16,-43,7,-43,-15v0,-15,13,-28,30,-28v20,0,37,19,37,45v0,37,-32,66,-80,66v-52,0,-85,-29,-85,-64","w":180},"`":{"d":"127,-196v-37,2,-51,-19,-77,-28v-24,-8,-24,-39,1,-41v31,9,52,49,76,69","w":180},"\u00b4":{"d":"53,-196v24,-21,45,-59,76,-69v25,2,25,33,1,41v-26,9,-40,30,-77,28","w":180},"\u00af":{"d":"36,-213r0,-30r108,0r0,30r-108,0","w":180},"\u00a8":{"d":"30,-228v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-26,-11,-26,-25xm99,-228v0,-13,11,-25,25,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":180},"\u00b8":{"d":"37,67r8,-18v15,9,30,13,43,13v8,0,14,-5,14,-13v0,-13,-13,-16,-27,-13r0,-36r15,0r0,21v23,-7,47,6,45,28v-3,45,-63,36,-98,18","w":180},"\u00c6":{"d":"96,-85v-7,15,-21,36,-25,51v0,8,22,7,33,7r0,27r-110,0r0,-27v21,1,33,-8,42,-24r76,-141v8,-12,9,-25,-16,-22r-17,0r0,-28r290,0r0,97r-27,0v7,-83,-53,-68,-122,-69r0,74v37,1,52,0,52,-44r28,0r0,121r-28,0v-1,-48,-13,-50,-52,-49r0,85v73,0,125,13,122,-75r27,0r0,102r-239,0r0,-27v23,0,41,5,41,-23r0,-35r-75,0xm171,-112r0,-102r-8,0r-52,102r60,0","w":397},"\u00aa":{"d":"66,-246v36,0,56,10,56,45r0,53v0,6,2,9,6,9v8,0,8,-9,8,-28r17,0v10,49,-48,66,-63,30v-18,28,-84,25,-83,-14v-6,-29,52,-38,74,-46v17,-11,9,-35,-19,-35v-10,0,-24,3,-25,7v11,0,17,6,17,14v0,10,-7,16,-19,16v-13,0,-21,-8,-21,-20v0,-18,19,-31,52,-31xm89,-185v-28,12,-45,15,-45,31v0,9,5,15,16,15v22,1,32,-19,29,-46","w":153},"\u0141":{"d":"143,-27v57,3,64,-24,64,-77r27,0r0,104r-224,0r0,-27v23,0,38,3,38,-23r0,-36r-46,33r0,-29r46,-33r0,-77v4,-26,-15,-21,-38,-22r0,-28r129,0r0,28v-23,1,-40,-6,-40,22r0,55r62,-44r0,29r-62,44r0,81r44,0","w":251},"\u00d8":{"d":"46,-33v-73,-84,-17,-215,100,-215v30,0,55,7,80,23r26,-29r17,17r-24,27v74,79,21,217,-99,217v-31,0,-57,-7,-81,-24r-26,29r-18,-18xm92,-46v50,52,130,17,130,-73v0,-21,-2,-39,-9,-57xm199,-197v-52,-50,-129,-14,-129,72v0,18,2,37,8,57","w":291},"\u0152":{"d":"262,0v-35,0,-72,7,-112,7v-83,0,-137,-51,-137,-128v0,-77,54,-127,137,-127v40,0,77,6,112,6r160,0r0,97r-27,0v7,-83,-53,-68,-122,-69r0,74v37,1,52,0,52,-44r27,0r0,121r-27,0v-1,-48,-13,-50,-52,-49r0,85v73,0,125,13,122,-75r27,0r0,102r-160,0xm163,-21v38,0,59,5,59,-29r0,-142v1,-32,-15,-29,-59,-29v-63,0,-93,32,-93,100v0,68,30,100,93,100","w":447},"\u00ba":{"d":"8,-182v0,-39,28,-64,72,-64v44,0,72,25,72,64v0,38,-28,64,-72,64v-44,0,-72,-26,-72,-64xm44,-182v0,31,12,46,36,46v23,0,35,-15,35,-46v0,-31,-12,-46,-35,-46v-24,0,-36,15,-36,46","w":159},"\u00e6":{"d":"139,-32v-23,49,-127,53,-129,-8v0,-30,20,-43,60,-54v35,-10,58,-8,58,-33v0,-34,-55,-37,-80,-19v15,0,24,8,24,20v0,14,-11,23,-26,23v-17,0,-28,-11,-28,-28v0,-49,105,-58,138,-24v57,-46,141,-14,134,74r-122,0v-9,70,82,79,90,20r31,0v-5,77,-114,89,-150,29xm82,-22v35,1,48,-27,44,-67v-44,19,-68,21,-68,44v0,14,9,23,24,23xm242,-107v-3,-32,-12,-45,-35,-45v-22,0,-34,14,-37,45r72,0","w":306},"\u0131":{"d":"9,0r0,-24v21,1,34,1,34,-22r0,-78v3,-23,-13,-23,-34,-22r0,-24r78,0r0,124v-2,21,10,23,31,22r0,24r-109,0","w":126},"\u0142":{"d":"41,-102r-39,26r0,-23r39,-26r0,-71v3,-22,-11,-21,-32,-21r0,-25r76,0r0,98r41,-28r0,23r-41,28r0,75v-2,22,11,23,32,22r0,24r-108,0r0,-24v21,1,32,0,32,-22r0,-56","w":126},"\u00f8":{"d":"9,-3r22,-22v-48,-60,-9,-151,75,-151v21,0,40,5,59,16r23,-23r15,15r-22,23v49,59,9,151,-75,151v-23,0,-42,-4,-60,-16r-23,23xm71,-35v36,33,87,13,82,-51v0,-9,-1,-19,-3,-28xm141,-135v-35,-33,-87,-13,-82,50v0,10,1,19,3,28","w":212},"\u0153":{"d":"175,-24v-49,59,-165,25,-165,-61v0,-85,107,-118,165,-65v54,-51,153,-26,145,69r-122,1v-7,69,82,77,90,19r31,0v-3,73,-105,88,-144,37xm59,-85v0,44,16,66,47,66v31,0,47,-22,47,-66v0,-44,-16,-66,-47,-66v-31,0,-47,22,-47,66xm272,-107v-3,-32,-12,-45,-35,-45v-23,0,-34,14,-37,45r72,0","w":330},"\u00df":{"d":"8,0r0,-24v20,1,29,-1,29,-22r0,-124v0,-51,28,-78,79,-78v83,0,110,79,35,99v37,9,57,34,57,73v0,51,-25,82,-64,82v-35,0,-47,-25,-45,-68r27,0v0,27,2,40,14,40v15,0,18,-15,18,-49v1,-48,-11,-63,-56,-62v1,-8,-2,-22,1,-26v55,9,59,-63,14,-63v-26,0,-36,15,-36,47r0,175r-73,0","w":226},"\u00c1":{"d":"-5,0r0,-27v24,1,34,-4,40,-24r67,-191r51,0r72,191v7,21,12,25,36,24r0,27r-125,0r0,-27v21,1,52,2,36,-22r-10,-28r-80,0v-1,18,-31,52,7,50r18,0r0,27r-112,0xm152,-105r-31,-84r-28,84r59,0xm93,-268v24,-21,45,-59,76,-69v25,2,25,33,1,41v-26,9,-40,30,-77,28","w":259},"\u00c2":{"d":"73,-268r40,-65r33,0r40,65v-31,3,-37,-20,-56,-30v-19,10,-26,32,-57,30xm-5,0r0,-27v24,1,34,-4,40,-24r67,-191r51,0r72,191v7,21,12,25,36,24r0,27r-125,0r0,-27v21,1,52,2,36,-22r-10,-28r-80,0v-1,18,-31,52,7,50r18,0r0,27r-112,0xm152,-105r-31,-84r-28,84r59,0","w":259},"\u00c4":{"d":"-5,0r0,-27v24,1,34,-4,40,-24r67,-191r51,0r72,191v7,21,12,25,36,24r0,27r-125,0r0,-27v21,1,52,2,36,-22r-10,-28r-80,0v-1,18,-31,52,7,50r18,0r0,27r-112,0xm152,-105r-31,-84r-28,84r59,0xm70,-300v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-26,-11,-26,-25xm139,-300v0,-13,11,-25,25,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":259},"\u00c0":{"d":"-5,0r0,-27v24,1,34,-4,40,-24r67,-191r51,0r72,191v7,21,12,25,36,24r0,27r-125,0r0,-27v21,1,52,2,36,-22r-10,-28r-80,0v-1,18,-31,52,7,50r18,0r0,27r-112,0xm152,-105r-31,-84r-28,84r59,0xm167,-268v-37,2,-51,-19,-77,-28v-24,-8,-24,-39,1,-41v31,9,52,49,76,69","w":259},"\u00c5":{"d":"-5,0r0,-27v24,1,34,-4,40,-24r67,-191r51,0r72,191v7,21,12,25,36,24r0,27r-125,0r0,-27v21,1,52,2,36,-22r-10,-28r-80,0v-1,18,-31,52,7,50r18,0r0,27r-112,0xm152,-105r-31,-84r-28,84r59,0xm81,-300v0,-26,20,-47,46,-47v26,0,47,21,47,47v0,26,-21,47,-47,47v-26,0,-46,-21,-46,-47xm104,-300v0,13,10,24,23,24v13,0,24,-11,24,-24v0,-13,-11,-24,-24,-24v-13,0,-23,11,-23,24","w":259},"\u00c3":{"d":"87,-274r-15,0v7,-52,44,-50,84,-37v9,0,13,-6,16,-17r15,0v-8,53,-41,51,-83,38v-9,0,-15,5,-17,16xm-5,0r0,-27v24,1,34,-4,40,-24r67,-191r51,0r72,191v7,21,12,25,36,24r0,27r-125,0r0,-27v21,1,52,2,36,-22r-10,-28r-80,0v-1,18,-31,52,7,50r18,0r0,27r-112,0xm152,-105r-31,-84r-28,84r59,0","w":259},"\u00c7":{"d":"13,-121v0,-96,112,-169,191,-103r7,-22r26,0r0,99r-27,0v-6,-47,-32,-72,-69,-72v-43,0,-71,36,-71,100v0,60,26,93,71,93v35,0,58,-24,65,-68r31,0v-5,65,-41,101,-100,101v-73,0,-124,-58,-124,-128xm76,67r8,-18v15,9,30,13,43,13v8,0,14,-5,14,-13v0,-13,-13,-16,-27,-13r0,-36r15,0r0,21v23,-7,47,6,45,28v-3,45,-63,36,-98,18","w":254},"\u00c9":{"d":"8,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28r238,0r0,97r-27,0v7,-83,-53,-68,-122,-69r0,74v37,1,52,0,52,-44r27,0r0,121r-27,0v-1,-48,-13,-50,-52,-49r0,85v73,0,125,13,122,-75r27,0r0,102r-238,0xm97,-268v24,-21,45,-59,76,-69v25,2,25,33,1,41v-26,9,-40,30,-77,28","w":271},"\u00ca":{"d":"78,-268r40,-65r32,0r41,65v-31,2,-38,-20,-57,-30v-19,10,-25,32,-56,30xm8,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28r238,0r0,97r-27,0v7,-83,-53,-68,-122,-69r0,74v37,1,52,0,52,-44r27,0r0,121r-27,0v-1,-48,-13,-50,-52,-49r0,85v73,0,125,13,122,-75r27,0r0,102r-238,0","w":271},"\u00cb":{"d":"8,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28r238,0r0,97r-27,0v7,-83,-53,-68,-122,-69r0,74v37,1,52,0,52,-44r27,0r0,121r-27,0v-1,-48,-13,-50,-52,-49r0,85v73,0,125,13,122,-75r27,0r0,102r-238,0xm74,-300v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-26,-11,-26,-25xm143,-300v0,-13,11,-25,25,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":271},"\u00c8":{"d":"8,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28r238,0r0,97r-27,0v7,-83,-53,-68,-122,-69r0,74v37,1,52,0,52,-44r27,0r0,121r-27,0v-1,-48,-13,-50,-52,-49r0,85v73,0,125,13,122,-75r27,0r0,102r-238,0xm171,-268v-37,2,-51,-19,-77,-28v-24,-8,-24,-39,1,-41v31,9,52,49,76,69","w":271},"\u00cd":{"d":"9,0r0,-27v23,0,39,4,39,-23r0,-142v4,-27,-16,-21,-39,-22r0,-28r130,0r0,28v-22,1,-39,-5,-39,22r0,142v-4,27,16,23,39,23r0,27r-130,0xm37,-268v24,-21,45,-59,76,-69v25,2,25,33,1,41v-26,9,-40,30,-77,28","w":148},"\u00ce":{"d":"18,-268r40,-65r32,0r41,65v-31,2,-38,-20,-57,-30v-19,10,-25,32,-56,30xm9,0r0,-27v23,0,39,4,39,-23r0,-142v4,-27,-16,-21,-39,-22r0,-28r130,0r0,28v-22,1,-39,-5,-39,22r0,142v-4,27,16,23,39,23r0,27r-130,0","w":148},"\u00cf":{"d":"9,0r0,-27v23,0,39,4,39,-23r0,-142v4,-27,-16,-21,-39,-22r0,-28r130,0r0,28v-22,1,-39,-5,-39,22r0,142v-4,27,16,23,39,23r0,27r-130,0xm14,-300v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-26,-11,-26,-25xm83,-300v0,-13,11,-25,25,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":148},"\u00cc":{"d":"9,0r0,-27v23,0,39,4,39,-23r0,-142v4,-27,-16,-21,-39,-22r0,-28r130,0r0,28v-22,1,-39,-5,-39,22r0,142v-4,27,16,23,39,23r0,27r-130,0xm111,-268v-37,2,-51,-19,-77,-28v-24,-8,-24,-39,1,-41v31,9,52,49,76,69","w":148},"\u00d1":{"d":"105,-274r-15,0v7,-52,44,-51,84,-37v9,0,14,-6,17,-17r14,0v-8,53,-41,51,-83,38v-9,0,-15,5,-17,16xm254,0r-51,0r-120,-197r0,147v-4,27,17,23,40,23r0,27r-119,0r0,-27v23,0,41,5,41,-23r0,-142v4,-27,-16,-21,-39,-22r0,-28r103,0r107,176r0,-126v4,-27,-18,-21,-41,-22r0,-28r114,0r0,28v-22,0,-35,-3,-35,22r0,192","w":295},"\u00d3":{"d":"13,-121v0,-76,53,-127,133,-127v80,0,133,51,133,127v0,76,-53,128,-133,128v-80,0,-133,-52,-133,-128xm70,-121v0,63,29,99,76,99v47,0,76,-36,76,-99v0,-63,-29,-99,-76,-99v-47,0,-76,36,-76,99xm109,-268v24,-21,45,-59,76,-69v25,2,25,33,1,41v-26,9,-40,30,-77,28","w":291},"\u00d4":{"d":"90,-268r40,-65r32,0r41,65v-31,2,-38,-20,-57,-30v-19,10,-25,32,-56,30xm13,-121v0,-76,53,-127,133,-127v80,0,133,51,133,127v0,76,-53,128,-133,128v-80,0,-133,-52,-133,-128xm70,-121v0,63,29,99,76,99v47,0,76,-36,76,-99v0,-63,-29,-99,-76,-99v-47,0,-76,36,-76,99","w":291},"\u00d6":{"d":"13,-121v0,-76,53,-127,133,-127v80,0,133,51,133,127v0,76,-53,128,-133,128v-80,0,-133,-52,-133,-128xm70,-121v0,63,29,99,76,99v47,0,76,-36,76,-99v0,-63,-29,-99,-76,-99v-47,0,-76,36,-76,99xm86,-300v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-26,-11,-26,-25xm155,-300v0,-13,11,-25,25,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":291},"\u00d2":{"d":"13,-121v0,-76,53,-127,133,-127v80,0,133,51,133,127v0,76,-53,128,-133,128v-80,0,-133,-52,-133,-128xm70,-121v0,63,29,99,76,99v47,0,76,-36,76,-99v0,-63,-29,-99,-76,-99v-47,0,-76,36,-76,99xm183,-268v-37,2,-51,-19,-77,-28v-24,-8,-24,-39,1,-41v31,9,52,49,76,69","w":291},"\u00d5":{"d":"103,-274r-14,0v6,-53,43,-50,83,-37v9,0,14,-6,17,-17r14,0v-8,53,-41,51,-82,38v-9,0,-16,5,-18,16xm13,-121v0,-76,53,-127,133,-127v80,0,133,51,133,127v0,76,-53,128,-133,128v-80,0,-133,-52,-133,-128xm70,-121v0,63,29,99,76,99v47,0,76,-36,76,-99v0,-63,-29,-99,-76,-99v-47,0,-76,36,-76,99","w":291},"\u0160":{"d":"59,-333v31,-2,38,20,57,30v19,-10,25,-32,56,-30r-40,65r-32,0xm16,0r0,-100r28,0v8,48,37,74,81,74v32,0,50,-11,50,-31v0,-32,-51,-38,-81,-45v-54,-13,-79,-33,-79,-72v0,-74,106,-98,157,-50r13,-18r22,0r0,92r-28,0v-8,-45,-36,-69,-75,-69v-30,0,-46,12,-46,31v-1,33,55,34,84,42v51,13,77,36,77,75v2,79,-114,102,-170,48r-8,23r-25,0","w":231},"\u00da":{"d":"43,-192v3,-25,-13,-22,-35,-22r0,-28r125,0r0,28v-22,1,-43,-5,-39,22v9,64,-29,164,49,164v76,0,42,-99,50,-164v3,-26,-15,-21,-37,-22r0,-28r111,0r0,28v-22,0,-34,-3,-34,22r0,116v0,54,-34,83,-96,83v-62,0,-94,-28,-94,-83r0,-116xm110,-268v24,-21,45,-59,76,-69v25,2,25,33,1,41v-26,9,-40,30,-77,28","w":275},"\u00db":{"d":"90,-268r40,-65r33,0r40,65v-31,3,-37,-20,-56,-30v-19,10,-26,32,-57,30xm43,-192v3,-25,-13,-22,-35,-22r0,-28r125,0r0,28v-22,1,-43,-5,-39,22v9,64,-29,164,49,164v76,0,42,-99,50,-164v3,-26,-15,-21,-37,-22r0,-28r111,0r0,28v-22,0,-34,-3,-34,22r0,116v0,54,-34,83,-96,83v-62,0,-94,-28,-94,-83r0,-116","w":275},"\u00dc":{"d":"43,-192v3,-25,-13,-22,-35,-22r0,-28r125,0r0,28v-22,1,-43,-5,-39,22v9,64,-29,164,49,164v76,0,42,-99,50,-164v3,-26,-15,-21,-37,-22r0,-28r111,0r0,28v-22,0,-34,-3,-34,22r0,116v0,54,-34,83,-96,83v-62,0,-94,-28,-94,-83r0,-116xm87,-300v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-26,-11,-26,-25xm156,-300v0,-13,11,-25,25,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":275},"\u00d9":{"d":"43,-192v3,-25,-13,-22,-35,-22r0,-28r125,0r0,28v-22,1,-43,-5,-39,22v9,64,-29,164,49,164v76,0,42,-99,50,-164v3,-26,-15,-21,-37,-22r0,-28r111,0r0,28v-22,0,-34,-3,-34,22r0,116v0,54,-34,83,-96,83v-62,0,-94,-28,-94,-83r0,-116xm184,-268v-37,2,-51,-19,-77,-28v-24,-8,-24,-39,1,-41v31,9,52,49,76,69","w":275},"\u0178":{"d":"157,-101v5,29,-16,80,24,74r21,0r0,27r-140,0r0,-27v24,-1,45,6,45,-23r0,-51r-60,-88v-14,-21,-21,-27,-47,-25r0,-28r128,0r0,28v-19,-1,-44,-2,-29,19r41,57v15,-24,36,-43,48,-70v-1,-9,-23,-5,-34,-6r0,-28r112,0r0,28v-20,-1,-27,2,-37,16xm72,-300v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-26,-11,-26,-25xm141,-300v0,-13,11,-25,25,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":263},"\u017d":{"d":"62,-333v31,-2,38,20,57,30v19,-10,25,-32,56,-30r-40,65r-32,0xm115,-27v67,1,72,-23,77,-82r27,0r0,109r-204,0r0,-29r144,-185r-41,0v-53,-4,-68,23,-68,74r-27,0r0,-102r196,0r0,31r-143,184r39,0","w":237},"\u00e1":{"d":"88,-176v49,-1,74,16,74,64r0,76v0,9,3,12,8,12v10,0,11,-11,11,-39r22,0v1,44,-10,69,-44,69v-21,0,-34,-9,-39,-27v-24,40,-112,36,-110,-19v-9,-42,67,-55,98,-66v24,-16,12,-51,-25,-51v-14,0,-29,4,-33,11v14,0,22,8,22,20v0,14,-10,23,-25,23v-17,0,-29,-11,-29,-28v0,-26,26,-45,70,-45xm119,-89v-38,18,-61,22,-61,45v0,13,9,20,23,20v30,2,42,-28,38,-65xm57,-196v24,-21,45,-59,76,-69v25,2,25,33,1,41v-26,9,-40,30,-77,28","w":204},"\u00e2":{"d":"37,-196r40,-65r33,0r40,65v-31,3,-37,-20,-56,-30v-19,10,-26,32,-57,30xm88,-176v49,-1,74,16,74,64r0,76v0,9,3,12,8,12v10,0,11,-11,11,-39r22,0v1,44,-10,69,-44,69v-21,0,-34,-9,-39,-27v-24,40,-112,36,-110,-19v-9,-42,67,-55,98,-66v24,-16,12,-51,-25,-51v-14,0,-29,4,-33,11v14,0,22,8,22,20v0,14,-10,23,-25,23v-17,0,-29,-11,-29,-28v0,-26,26,-45,70,-45xm119,-89v-38,18,-61,22,-61,45v0,13,9,20,23,20v30,2,42,-28,38,-65","w":204},"\u00e4":{"d":"88,-176v49,-1,74,16,74,64r0,76v0,9,3,12,8,12v10,0,11,-11,11,-39r22,0v1,44,-10,69,-44,69v-21,0,-34,-9,-39,-27v-24,40,-112,36,-110,-19v-9,-42,67,-55,98,-66v24,-16,12,-51,-25,-51v-14,0,-29,4,-33,11v14,0,22,8,22,20v0,14,-10,23,-25,23v-17,0,-29,-11,-29,-28v0,-26,26,-45,70,-45xm119,-89v-38,18,-61,22,-61,45v0,13,9,20,23,20v30,2,42,-28,38,-65xm34,-228v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-26,-11,-26,-25xm103,-228v0,-13,11,-25,25,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":204},"\u00e0":{"d":"88,-176v49,-1,74,16,74,64r0,76v0,9,3,12,8,12v10,0,11,-11,11,-39r22,0v1,44,-10,69,-44,69v-21,0,-34,-9,-39,-27v-24,40,-112,36,-110,-19v-9,-42,67,-55,98,-66v24,-16,12,-51,-25,-51v-14,0,-29,4,-33,11v14,0,22,8,22,20v0,14,-10,23,-25,23v-17,0,-29,-11,-29,-28v0,-26,26,-45,70,-45xm119,-89v-38,18,-61,22,-61,45v0,13,9,20,23,20v30,2,42,-28,38,-65xm131,-196v-37,2,-51,-19,-77,-28v-24,-8,-24,-39,1,-41v31,9,52,49,76,69","w":204},"\u00e5":{"d":"88,-176v49,-1,74,16,74,64r0,76v0,9,2,13,8,13v10,0,11,-12,11,-40r22,0v1,44,-10,69,-44,69v-21,0,-34,-9,-39,-27v-24,40,-112,36,-110,-19v-9,-42,67,-55,98,-66v24,-16,12,-51,-25,-51v-14,0,-29,4,-33,11v14,0,22,8,22,20v0,14,-10,23,-25,23v-17,0,-29,-11,-29,-28v0,-26,26,-45,70,-45xm119,-89v-38,18,-61,22,-61,45v0,13,9,20,23,20v30,2,42,-28,38,-65xm45,-235v0,-26,21,-47,47,-47v26,0,47,21,47,47v0,26,-21,47,-47,47v-26,0,-47,-21,-47,-47xm68,-235v0,13,11,24,24,24v13,0,24,-11,24,-24v0,-13,-11,-24,-24,-24v-13,0,-24,11,-24,24","w":204},"\u00e3":{"d":"51,-201r-15,0v7,-53,42,-51,84,-38v9,0,13,-5,16,-16r15,0v-8,53,-42,51,-83,37v-9,0,-15,6,-17,17xm88,-176v49,-1,74,16,74,64r0,76v0,9,3,12,8,12v10,0,11,-11,11,-39r22,0v1,44,-10,69,-44,69v-21,0,-34,-9,-39,-27v-24,40,-112,36,-110,-19v-9,-42,67,-55,98,-66v24,-16,12,-51,-25,-51v-14,0,-29,4,-33,11v14,0,22,8,22,20v0,14,-10,23,-25,23v-17,0,-29,-11,-29,-28v0,-26,26,-45,70,-45xm119,-89v-38,18,-61,22,-61,45v0,13,9,20,23,20v30,2,42,-28,38,-65","w":204},"\u00e7":{"d":"145,-71r28,0v-3,51,-28,77,-76,77v-54,0,-87,-35,-87,-91v0,-54,39,-91,94,-91v43,0,71,23,71,52v0,37,-55,42,-55,6v0,-11,8,-21,21,-22v-38,-30,-82,-6,-82,55v0,40,15,59,45,59v24,0,37,-15,41,-45xm40,67r8,-18v15,9,30,13,43,13v8,0,14,-5,14,-13v0,-13,-13,-16,-27,-13r0,-36r15,0r0,21v23,-7,47,6,45,28v-3,45,-63,36,-98,18","w":185},"\u00e9":{"d":"149,-61r30,0v-5,42,-35,67,-79,67v-55,0,-90,-36,-90,-91v0,-54,35,-91,90,-91v52,0,80,33,80,95r-121,0v-6,71,82,79,90,20xm133,-107v-2,-31,-12,-45,-33,-45v-21,0,-35,15,-39,45r72,0xm59,-196v24,-21,45,-59,76,-69v25,2,25,33,1,41v-26,9,-40,30,-77,28","w":191},"\u00ea":{"d":"40,-196r40,-65r32,0r41,65v-31,2,-38,-20,-57,-30v-19,10,-25,32,-56,30xm149,-61r30,0v-5,42,-35,67,-79,67v-55,0,-90,-36,-90,-91v0,-54,35,-91,90,-91v52,0,80,33,80,95r-121,0v-6,71,82,79,90,20xm133,-107v-2,-31,-12,-45,-33,-45v-21,0,-35,15,-39,45r72,0","w":191},"\u00eb":{"d":"149,-61r30,0v-5,42,-35,67,-79,67v-55,0,-90,-36,-90,-91v0,-54,35,-91,90,-91v52,0,80,33,80,95r-121,0v-6,71,82,79,90,20xm133,-107v-2,-31,-12,-45,-33,-45v-21,0,-35,15,-39,45r72,0xm36,-228v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-26,-11,-26,-25xm105,-228v0,-13,11,-25,25,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":191},"\u00e8":{"d":"149,-61r30,0v-5,42,-35,67,-79,67v-55,0,-90,-36,-90,-91v0,-54,35,-91,90,-91v52,0,80,33,80,95r-121,0v-6,71,82,79,90,20xm133,-107v-2,-31,-12,-45,-33,-45v-21,0,-35,15,-39,45r72,0xm133,-196v-37,2,-51,-19,-77,-28v-24,-8,-24,-39,1,-41v31,9,52,49,76,69","w":191},"\u00ed":{"d":"9,0r0,-24v21,1,34,1,34,-22r0,-78v3,-23,-13,-23,-34,-22r0,-24r78,0r0,124v-2,21,10,23,31,22r0,24r-109,0xm24,-196v24,-21,45,-59,76,-69v25,2,25,33,1,41v-26,9,-40,30,-77,28","w":126},"\u00ee":{"d":"4,-196r41,-65r32,0r40,65v-31,2,-37,-20,-56,-30v-19,10,-26,32,-57,30xm9,0r0,-24v21,1,34,1,34,-22r0,-78v3,-23,-13,-23,-34,-22r0,-24r78,0r0,124v-2,21,10,23,31,22r0,24r-109,0","w":126},"\u00ef":{"d":"9,0r0,-24v21,1,34,1,34,-22r0,-78v3,-23,-13,-23,-34,-22r0,-24r78,0r0,124v-2,21,10,23,31,22r0,24r-109,0xm1,-228v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-26,-11,-26,-25xm70,-228v0,-13,11,-25,25,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":126},"\u00ec":{"d":"9,0r0,-24v21,1,34,1,34,-22r0,-78v3,-23,-13,-23,-34,-22r0,-24r78,0r0,124v-2,21,10,23,31,22r0,24r-109,0xm98,-196v-37,2,-51,-19,-77,-28v-24,-8,-24,-39,1,-41v31,9,52,49,76,69","w":126},"\u00f1":{"d":"75,-201r-15,0v7,-53,42,-51,84,-38v9,0,14,-5,17,-16r14,0v-8,53,-42,51,-82,37v-9,0,-16,6,-18,17xm8,0r0,-24v21,1,33,0,33,-22r0,-78v3,-22,-12,-23,-33,-22r0,-24r76,0r0,30v32,-51,120,-50,114,27r0,67v-2,21,10,23,31,22r0,24r-102,0r0,-24v46,8,28,-53,28,-89v0,-23,-7,-35,-27,-35v-41,0,-44,53,-44,102v0,20,8,23,28,22r0,24r-104,0","w":235},"\u00f3":{"d":"10,-85v0,-55,38,-91,96,-91v58,0,96,36,96,91v0,55,-38,91,-96,91v-58,0,-96,-36,-96,-91xm59,-85v0,44,16,66,47,66v31,0,47,-22,47,-66v0,-44,-16,-66,-47,-66v-31,0,-47,22,-47,66xm69,-196v24,-21,45,-59,76,-69v25,2,25,33,1,41v-26,9,-40,30,-77,28","w":212},"\u00f4":{"d":"50,-196r40,-65r32,0r41,65v-31,2,-38,-20,-57,-30v-19,10,-25,32,-56,30xm10,-85v0,-55,38,-91,96,-91v58,0,96,36,96,91v0,55,-38,91,-96,91v-58,0,-96,-36,-96,-91xm59,-85v0,44,16,66,47,66v31,0,47,-22,47,-66v0,-44,-16,-66,-47,-66v-31,0,-47,22,-47,66","w":212},"\u00f6":{"d":"10,-85v0,-55,38,-91,96,-91v58,0,96,36,96,91v0,55,-38,91,-96,91v-58,0,-96,-36,-96,-91xm59,-85v0,44,16,66,47,66v31,0,47,-22,47,-66v0,-44,-16,-66,-47,-66v-31,0,-47,22,-47,66xm46,-228v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-26,-11,-26,-25xm115,-228v0,-13,11,-25,25,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":212},"\u00f2":{"d":"10,-85v0,-55,38,-91,96,-91v58,0,96,36,96,91v0,55,-38,91,-96,91v-58,0,-96,-36,-96,-91xm59,-85v0,44,16,66,47,66v31,0,47,-22,47,-66v0,-44,-16,-66,-47,-66v-31,0,-47,22,-47,66xm143,-196v-37,2,-51,-19,-77,-28v-24,-8,-24,-39,1,-41v31,9,52,49,76,69","w":212},"\u00f5":{"d":"63,-201r-14,0v7,-53,41,-51,83,-38v9,0,14,-5,17,-16r14,0v-8,53,-42,51,-82,37v-9,0,-16,6,-18,17xm10,-85v0,-55,38,-91,96,-91v58,0,96,36,96,91v0,55,-38,91,-96,91v-58,0,-96,-36,-96,-91xm59,-85v0,44,16,66,47,66v31,0,47,-22,47,-66v0,-44,-16,-66,-47,-66v-31,0,-47,22,-47,66","w":212},"\u0161":{"d":"33,-261v31,-2,38,20,57,30v19,-10,25,-32,56,-30r-40,65r-33,0xm11,2r0,-69r26,0v7,31,28,48,58,48v19,0,30,-10,30,-23v0,-20,-38,-26,-57,-29v-79,-13,-68,-107,11,-105v19,0,35,5,51,17r8,-13r21,0r0,63r-25,0v-7,-26,-26,-42,-52,-42v-32,0,-39,34,-7,39v43,8,98,23,93,63v5,56,-87,71,-127,36r-6,15r-24,0","w":178},"\u00fa":{"d":"92,5v-67,0,-55,-68,-55,-129v0,-21,-9,-23,-29,-22r0,-24r73,0r0,113v0,23,6,35,26,35v41,0,49,-52,45,-102v4,-24,-16,-22,-38,-22r0,-24r81,0r0,124v-2,21,9,23,30,22r0,24r-73,0r0,-30v-19,23,-39,35,-60,35xm72,-196v24,-21,45,-59,76,-69v25,2,25,33,1,41v-26,9,-40,30,-77,28","w":233},"\u00fb":{"d":"52,-196r41,-65r32,0r40,65v-31,2,-37,-20,-56,-30v-19,10,-26,32,-57,30xm92,5v-67,0,-55,-68,-55,-129v0,-21,-9,-23,-29,-22r0,-24r73,0r0,113v0,23,6,35,26,35v41,0,49,-52,45,-102v4,-24,-16,-22,-38,-22r0,-24r81,0r0,124v-2,21,9,23,30,22r0,24r-73,0r0,-30v-19,23,-39,35,-60,35","w":233},"\u00fc":{"d":"92,5v-67,0,-55,-68,-55,-129v0,-21,-9,-23,-29,-22r0,-24r73,0r0,113v0,23,6,35,26,35v41,0,49,-52,45,-102v4,-24,-16,-22,-38,-22r0,-24r81,0r0,124v-2,21,9,23,30,22r0,24r-73,0r0,-30v-19,23,-39,35,-60,35xm49,-228v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-26,-11,-26,-25xm118,-228v0,-13,11,-25,25,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":233},"\u00f9":{"d":"92,5v-67,0,-55,-68,-55,-129v0,-21,-9,-23,-29,-22r0,-24r73,0r0,113v0,23,6,35,26,35v41,0,49,-52,45,-102v4,-24,-16,-22,-38,-22r0,-24r81,0r0,124v-2,21,9,23,30,22r0,24r-73,0r0,-30v-19,23,-39,35,-60,35xm146,-196v-37,2,-51,-19,-77,-28v-24,-8,-24,-39,1,-41v31,9,52,49,76,69","w":233},"\u00ff":{"d":"92,0r-55,-124v-8,-19,-16,-23,-38,-22r0,-24r104,0r0,24v-15,-1,-30,1,-23,17r34,78r32,-85v2,-10,-14,-10,-26,-10r0,-24r87,0r0,24v-21,-2,-26,6,-35,26v-30,60,-57,197,-123,197v-30,0,-51,-20,-51,-45v0,-36,55,-44,55,-8v0,14,-11,22,-27,21v30,24,49,-2,66,-45xm45,-228v0,-13,12,-25,26,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-26,-11,-26,-25xm114,-228v0,-13,11,-25,25,-25v14,0,25,11,25,25v0,15,-11,25,-25,25v-14,0,-25,-11,-25,-25","w":210},"\u017e":{"d":"34,-261v31,-2,38,20,57,30v19,-10,25,-32,56,-30r-40,65r-32,0xm7,0r0,-26r110,-120v-47,0,-82,-7,-77,51r-26,0r0,-75r152,0r0,27r-107,119v53,0,85,7,82,-57r25,0r0,81r-159,0","w":181},"\u00a9":{"d":"21,-119v0,-67,59,-127,127,-127v68,0,127,60,127,127v0,66,-59,126,-127,126v-68,0,-127,-59,-127,-126xm148,-9v59,0,109,-53,109,-110v0,-58,-50,-110,-109,-110v-58,0,-109,52,-109,110v0,59,50,110,109,110xm205,-193r0,56r-8,0v-8,-32,-24,-48,-48,-48v-27,0,-42,22,-42,65v0,76,64,85,94,36r7,4v-31,67,-135,36,-135,-38v0,-62,70,-92,114,-65v10,3,7,-12,18,-10","w":295},"\u00ac":{"d":"255,-152r0,89r-29,0r0,-59r-181,0r0,-30r210,0","w":299},"\u00ae":{"d":"21,-119v0,-67,59,-127,127,-127v69,0,128,57,127,128v-1,64,-59,125,-130,125v-64,0,-124,-60,-124,-126xm148,-9v59,0,109,-52,109,-110v0,-58,-50,-110,-109,-110v-58,0,-109,51,-109,110v0,59,50,110,109,110xm197,-47v-50,0,-7,-81,-66,-72v3,25,-11,61,19,60r0,9r-68,0r0,-9v15,-1,20,-5,20,-17r0,-91v0,-12,-5,-16,-20,-17r0,-9v48,-1,126,-6,126,35v0,21,-15,31,-49,37v22,6,34,16,38,35v3,14,0,28,11,28v7,0,11,-9,11,-24v4,0,10,-2,8,4v0,20,-11,31,-30,31xm148,-184v-29,-2,-13,35,-17,57v49,12,64,-54,17,-57","w":295},"\u00d0":{"d":"219,-121v0,-80,-40,-99,-120,-93r0,78r60,0r0,24r-60,0r0,85v79,5,120,-13,120,-94xm10,0r0,-27v23,0,38,3,38,-23r0,-62r-48,0r0,-24r48,0v-5,-35,20,-90,-38,-78r0,-28r137,0v84,0,128,42,128,121v0,79,-44,121,-128,121r-137,0","w":293},"\u00de":{"d":"234,-121v0,65,-62,70,-137,67v-4,28,12,28,38,27r0,27r-127,0r0,-27v23,0,38,3,38,-23r0,-142v4,-26,-15,-21,-38,-22r0,-28r127,0r0,28v-25,0,-43,-3,-38,27v75,-3,137,1,137,66xm97,-82v44,1,89,-1,84,-39v3,-40,-39,-38,-84,-38r0,77","w":246},"\u00dd":{"d":"157,-101v5,29,-16,80,24,74r21,0r0,27r-140,0r0,-27v24,-1,45,6,45,-23r0,-51r-60,-88v-14,-21,-21,-27,-47,-25r0,-28r128,0r0,28v-19,-1,-44,-2,-29,19r41,57v15,-24,36,-43,48,-70v-1,-9,-23,-5,-34,-6r0,-28r112,0r0,28v-20,-1,-27,2,-37,16xm95,-268v24,-21,45,-59,76,-69v25,2,25,33,1,41v-26,9,-40,30,-77,28","w":263},"\u00a6":{"d":"106,-252r0,134r-31,0r0,-134r31,0xm106,-72r0,134r-31,0r0,-134r31,0","w":180},"\u00b0":{"d":"59,-257v29,0,52,24,52,53v0,28,-23,51,-52,51v-29,0,-51,-22,-51,-51v0,-29,22,-53,51,-53xm92,-205v0,-18,-15,-32,-33,-32v-18,0,-32,14,-32,32v0,18,14,33,32,33v18,0,33,-15,33,-33","w":118},"\u00f7":{"d":"150,-198v13,0,24,11,24,24v0,13,-10,24,-24,24v-14,0,-24,-11,-24,-24v0,-13,11,-24,24,-24xm255,-122r0,29r-210,0r0,-29r210,0xm150,-64v13,0,24,11,24,24v0,13,-10,23,-24,23v-14,0,-24,-10,-24,-23v0,-13,11,-24,24,-24","w":299},"\u00f0":{"d":"10,-80v0,-60,63,-102,124,-80v-8,-14,-18,-28,-29,-41r-55,27r-8,-18r50,-23v-9,-9,-17,-17,-26,-24r15,-13v15,10,27,18,36,25r55,-26r9,17r-48,23v46,40,69,81,69,128v0,57,-36,91,-96,91v-59,0,-96,-35,-96,-86xm106,-144v-32,0,-47,21,-47,63v0,42,16,63,47,63v31,0,47,-21,47,-63v0,-42,-15,-63,-47,-63","w":212},"\u00d7":{"d":"152,-128r81,-81r20,21r-81,81r81,80r-20,21r-81,-81r-81,81r-21,-21r81,-80r-81,-81r21,-21","w":299},"\u00bd":{"d":"32,-96r0,-15v0,0,31,2,28,-12r0,-65r-28,0r0,-14v21,-1,33,-5,39,-18r19,0r0,98v-3,14,14,10,27,11r0,15r-85,0xm81,6r152,-231r28,0r-152,231r-28,0xm329,-44v4,65,-56,47,-91,31v-8,0,-12,5,-13,14v-6,-1,-16,3,-13,-6v-4,-33,40,-50,64,-61v25,-11,17,-48,-16,-46v-13,0,-24,6,-29,16v11,-5,24,1,24,12v0,9,-7,16,-18,16v-13,0,-22,-9,-22,-22v0,-19,22,-36,53,-36v35,0,57,16,57,40v0,45,-82,30,-94,64v26,-22,83,27,85,-22r13,0","w":343},"\u00bc":{"d":"32,-96r0,-15v0,0,31,2,28,-12r0,-65r-28,0r0,-14v21,-1,33,-5,39,-18r19,0r0,98v-3,14,14,10,27,11r0,15r-85,0xm81,6r152,-231r28,0r-152,231r-28,0xm253,0r0,-14v18,1,30,0,26,-20r-69,0r0,-15r75,-75r22,0r0,73r27,0r0,17r-27,0v-4,18,8,22,27,20r0,14r-81,0xm279,-51r0,-44r-45,44r45,0","w":343},"\u00b9":{"d":"33,-88r0,-15v15,0,30,3,30,-13r0,-69r-30,0r0,-16v22,-1,35,-6,42,-20r19,0r0,105v-3,16,14,13,29,13r0,15r-90,0","w":148},"\u00b1":{"d":"165,-212r0,59r90,0r0,29r-90,0r0,58r-30,0r0,-58r-90,0r0,-29r90,0r0,-59r30,0xm255,-32r0,29r-210,0r0,-29r210,0","w":299},"\u00fe":{"d":"36,32r0,-228v3,-22,-11,-21,-32,-21r0,-25r75,0r0,102v34,-66,142,-34,131,56v10,90,-96,120,-131,56v6,35,-21,93,37,81r0,24r-112,0r0,-24v20,0,32,1,32,-21xm161,-85v0,-41,-13,-61,-41,-61v-24,0,-41,22,-41,61v0,40,16,60,43,60v26,0,39,-20,39,-60"},"\u00be":{"d":"30,-117v16,16,64,13,64,-14v0,-17,-15,-24,-38,-23v1,-5,-2,-14,2,-15v43,5,42,-41,6,-41v-9,0,-18,3,-26,8v9,1,14,5,14,13v0,8,-7,14,-18,14v-11,0,-19,-6,-19,-16v0,-17,22,-32,56,-32v60,0,73,51,19,60v25,4,38,15,38,32v0,22,-23,38,-63,38v-33,0,-54,-16,-54,-34v0,-12,8,-20,21,-20v11,0,17,7,17,16v0,10,-8,15,-19,14xm82,6r151,-231r29,0r-153,231r-27,0xm254,0r0,-14v19,1,29,0,25,-20r-69,0r0,-15r75,-75r23,0r0,73r26,0r0,17r-26,0v-3,18,7,22,26,20r0,14r-80,0xm279,-51r1,-44r-45,44r44,0","w":343},"\u00b3":{"d":"33,-109v13,17,70,12,65,-16v1,-19,-16,-26,-40,-25r0,-16v45,7,51,-43,9,-43v-10,0,-19,2,-27,8v9,1,15,6,15,14v0,9,-8,15,-19,15v-12,0,-19,-7,-19,-17v0,-18,22,-34,57,-34v63,0,77,56,20,64v26,4,40,16,40,34v0,23,-24,41,-66,41v-35,0,-57,-17,-57,-37v0,-12,9,-20,22,-20v11,0,18,7,18,16v0,9,-7,16,-18,16","w":148},"\u00b2":{"d":"96,-84v-22,0,-63,-39,-72,-3v-6,0,-15,2,-14,-6v-3,-37,39,-52,68,-65v27,-12,18,-52,-17,-50v-14,0,-24,6,-30,17v12,-3,25,1,24,13v0,10,-7,17,-18,17v-13,0,-23,-10,-23,-23v0,-21,22,-39,55,-39v37,0,61,17,61,43v0,48,-86,33,-99,68v28,-20,87,27,89,-23v4,1,14,-3,13,3v0,31,-14,48,-37,48","w":148},"\u00fd":{"d":"92,0r-55,-124v-8,-19,-16,-23,-38,-22r0,-24r104,0r0,24v-15,-1,-30,1,-23,17r34,78r32,-85v2,-10,-14,-10,-26,-10r0,-24r87,0r0,24v-21,-2,-26,6,-35,26v-30,60,-57,197,-123,197v-30,0,-51,-20,-51,-45v0,-36,55,-44,55,-8v0,14,-11,22,-27,21v30,24,49,-2,66,-45xm68,-196v24,-21,45,-59,76,-69v25,2,25,33,1,41v-26,9,-40,30,-77,28","w":210},"\u00a0":{"w":112}}});Cufon.replace('h1',{fontFamily:'Claredon LT'});Cufon.replace('h2',{fontFamily:'Claredon LT'});Cufon.replace('h1 .bold',{fontFamily:'Claredon Bold'});Cufon.replace('#press a',{fontFamily:'Claredon Roman'});Cufon.replace('h2.clar_rom ',{fontFamily:'Claredon Roman'});Cufon.replace('lh',{fontFamily:'Claredon Roman'});Cufon.replace('h3',{fontFamily:'Claredon Roman'});Cufon.replace('h4',{fontFamily:'Claredon Roman'});Cufon.replace('.clar_bold',{fontFamily:'Claredon Bold'});;function setupContactGlobal(){$('#contact_nav').click(function(){hideBio();closePress();$.address.value($(this).find("a").attr('rel').substr(0));});$('#contact_button_close').click(function(){$.address.value('');hideContact();});positionContactBlockGlobal();$('#contact').animate({opacity:1},1000);}
function revealContact(){$('#contact_button').animate({opacity:0},500);$('#contact_button').hide();$('#contact #expanded').show();$('#contact #content').show();$('#contact_button_close').show();$('#contact #expanded').animate({opacity:1},1000);$('#contact #content').animate({opacity:1},1000);$('#contact_button_close').animate({opacity:1},2000);$('#map_frame').attr('src','inc/map.php');}
function hideContact(){$('#contact #expanded').hide();$('#contact_button_close').hide();$('#contact_button').css("left",0);$('#contact_button').show();$('#contact_button').animate({opacity:1},1000);_gaq.push(['_trackPageview','EVENT: Contact Us close button pressed']);}
function setupContactHome(){$('#contact_button').mouseover(function(){$('#contact_button').animate({opacity:1,left:0},80);});$('#contact_button').mouseleave(function(){$('#contact_button').animate({left:'-15px',opacity:.75},80);});$('#contact_button').click(function(){$.address.value($(this).attr('rel').substr(0));revealContact();});$('#contact_button_close').click(function(){hideContact();});$('#contact_nav').click(function(){$('#contact_nav').click(function(){$.address.value($(this).find("a").attr('rel').substr(0));});$('#contact_button_close').click(function(){$.address.value('');});});positionContactBlock();$('#contact').animate({opacity:1},1000);}
function positionContactBlock(item){var x=112-$('#container').position().left;x=x>0?x:0;$('#contact').animate({left:x+'px'},10,"swing");projects=[0];for(var i=1;i<=$("#portfolio > *").length;i++){projects.push($('#p'+i).position().top);}
var y=$(window).scrollTop();var c=$('#contact').position().top;var m=80;if(y>projects[current_project]){current_project=current_project+1<projects.length?current_project+1:current_project;}else{}
if(y<projects[current_project-1]){current_project--;}
if(current_selected_project!=0){current_project=parseInt(current_selected_project.substring(1));}
if($('#contact').position().top!=projects[current_project]&&!contact_is_sliding){contact_is_sliding=true;$('#contact').animate({opacity:.1},100).animate({top:projects[current_project]},100,"linear").animate({opacity:1},100,"linear",function(){contact_is_sliding=false;});}}
function positionContactBlockGlobal(){var x=112-$('#container').position().left;var y=$('#team').position().top;x=x>0?x:0;$('#contact').animate({left:x+'px',top:y+'px'},100,"swing");if(!contact_is_sliding){contact_is_sliding=true;$('#contact').animate({opacity:1},100).animate({top:projects[current_project]},100,"linear").animate({opacity:1},100,"linear",function(){contact_is_sliding=false;});}};var contact_is_sliding=false;$(function(){$.address.change(function(e){handleAddressChange(e);});setupBio();setupPress();closeButton();});var config={sensitivity:1,interval:50,over:fadeInPointer,timeout:100,out:fadeOutPointer}
function setupBio(){$('#headshots div').hoverIntent(config);$('#headshots div').click(function(){$.address.value($(this).find("a").attr('rel').substr(0));hideContact();});}
function setupPress(){$('.read').click(function(){$.address.value($(this).find("a").attr('rel').substr(0));hideContact();});}
function handleAddressChange(e){if($.address.value().indexOf('bio')>0){revealBio(e.path.substr(1,2));}
else if($.address.value().indexOf('press')>0){openPress(e.path.substr(1,3));$('#bios .b1 .ind_bio').addClass('revealed');$('#headshots .b1 img.hs_hover').addClass('revealed');}
else{$('#bios .b1 .ind_bio').addClass('revealed');$('#headshots .b1 img.hs_hover').addClass('revealed');}
if($.address.value().indexOf('contact')>0){revealContact();}}
function revealBio(p){hideBio();closePress();$('#bios .'+p+' .ind_bio').addClass('revealed');$('#headshots .'+p+' img.hs_hover').addClass('revealed');$('#headshots .'+p+' img.notch').addClass('hidden');}
function hideBio(){$('#bios .revealed').removeClass('revealed');$('#headshots .revealed').removeClass('revealed');$('#headshots .hidden').removeClass('hidden');}
function fadeInPointer(){$('#headshots .'+$(this).attr("class")+' img.notch').animate({opacity:0},200);$('#headshots .'+$(this).attr("class")+' img.hs_hover').animate({opacity:1},200);}
function fadeOutPointer(){$('#headshots .'+$(this).attr("class")+' img.notch').animate({opacity:1},200);$('#headshots .'+$(this).attr("class")+' img.hs_hover').animate({opacity:0},200);}
function openPress(press){closePress();$('#press #'+press+' .article').slideDown('fast');$.scrollTo('#'+press,700);$('#press #'+press+' .article').animate({opacity:1},200);$('#press #'+press+' .article').addClass('selected');$('#press .read').animate({opacity:1},50);$('#press #'+press+' .read').animate({opacity:0},200);$('#press #'+press+' .close').animate({opacity:1},200);$('#press .hidden').removeClass('hidden');return false;}
function closeButton(){$('.article .close').click(function(){closePress();$('#press #'+$(this).parent().parent().attr('id')+' .read').animate({opacity:1},200);$.scrollTo('#press #'+$(this).parent().parent().attr('id'),500);$.address.value('/');return false;});}
function closePress(){$('#press .selected').addClass('hidden');$('#press .selected').removeClass('selected');$('.hidden').slideUp('fast');};(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}
if(p==this){return false;}
var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}
if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);