// SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/ SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License: http://www.opensource.org/licenses/mit-license.php
if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;

// jQuery JavaScript Library v1.3.2 http://jquery.com/ Copyright (c) 2009 John Resig Dual licensed under the MIT and GPL licenses. http://docs.jquery.com/License
(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);});}});
// Sizzle CSS Selector Engine - v0.9.3 Copyright 2009, The Dojo Foundation Released under the MIT, BSD, and GPL Licenses. More information: http://sizzlejs.com/
(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.fn.customFadeIn=function(b,c){a(this).fadeIn(b,function(){if(jQuery.browser.msie){a(this).get(0).style.removeAttribute("filter");}if(c!=undefined){c();}});};a.fn.customFadeOut=function(b,c){a(this).fadeOut(b,function(){if(jQuery.browser.msie){a(this).get(0).style.removeAttribute("filter");}if(c!=undefined){c();}});};})(jQuery);

// Copyright (c) 2009 Simo Kinnunen. Licensed under the MIT license. @version 1.01 
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.06
 */
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}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Licencja dla: Endorfine s.c. Polish modification by Pawel Kenig, KENTYPE, 2008.
 * Copyright (c) 1999, Rabbit Reproductions Typefoundry. All rights reserved. Data
 * Copyright (c) 1999 dtpTypes Limited.
 */
Cufon.registerFont({"w":153,"face":{"font-family":"GlasgowPl RR Light","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 3 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-14 -314 360 102","underline-thickness":"11.9531","underline-position":"-28.6523","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":90},"!":{"d":"55,-240r-8,194r-10,0r-7,-194r25,0xm26,-9v0,-17,32,-17,33,0v-1,16,-33,17,-33,0","w":80,"k":{"\u2019":4,"\u201d":4}},"\"":{"d":"94,-240r-31,67r-10,-2r16,-65r25,0xm50,-240r-30,67r-10,-2r16,-65r24,0","w":100},"#":{"d":"135,-198r-2,15r-29,0r-7,40r29,0r-3,15r-28,0r-8,42r-15,0r7,-42r-23,0r-7,42r-16,0r8,-42r-29,0r2,-15r29,0r7,-40r-28,0r2,-15r29,0r7,-42r16,0r-8,42r23,0r8,-42r15,0r-7,42r28,0xm89,-183r-23,0r-7,40r23,0","w":137},"$":{"d":"27,-139v-34,-35,-9,-102,40,-103r0,-26r15,0r0,25v14,0,28,2,42,8r-6,16v-11,-5,-23,-8,-36,-8r0,97v30,16,61,28,60,68v0,36,-26,61,-60,65r0,27r-15,0r0,-26v-18,0,-36,-6,-56,-16r7,-16v18,10,34,14,49,15r0,-102v-16,-8,-33,-17,-40,-24xm67,-137r0,-88v-37,5,-48,46,-26,71v5,6,14,11,26,17xm82,-14v39,-5,51,-52,27,-77v-5,-6,-14,-11,-27,-17r0,94","w":151,"k":{"9":12,"8":-2,"6":-1,"5":7,"4":-5,"3":2,"2":2,"1":5}},"%":{"d":"67,-244v31,0,52,28,52,61v0,33,-21,60,-52,60v-31,0,-53,-27,-53,-59v0,-34,21,-62,53,-62xm232,-240r-198,240r-19,0r198,-240r19,0xm179,-116v32,0,52,26,52,60v0,34,-21,60,-52,60v-30,0,-52,-26,-52,-59v0,-34,19,-61,52,-61xm67,-137v23,0,33,-21,33,-46v0,-25,-11,-47,-33,-47v-22,0,-34,21,-34,46v0,27,10,47,34,47xm179,-10v23,0,33,-21,33,-46v0,-25,-11,-47,-33,-47v-22,0,-34,21,-34,46v-1,26,10,47,34,47","w":245},"&":{"d":"166,-38v15,12,15,12,34,24r-10,13v-13,-8,-25,-14,-36,-24v-45,50,-139,35,-140,-37v0,-25,15,-48,43,-69v-30,-30,-29,-115,28,-114v24,0,43,22,42,48v0,36,-22,51,-46,68v27,36,42,52,73,81r16,-24r14,8xm84,-227v-38,3,-34,58,-12,85v24,-15,36,-33,36,-55v1,-16,-9,-31,-24,-30xm66,-118v-51,29,-40,109,22,107v19,0,38,-8,55,-24v-20,-18,-56,-54,-77,-83","w":190},"'":{"d":"50,-240r-30,67r-10,-2r16,-65r24,0","w":57},"(":{"d":"68,-261v-42,70,-42,214,0,283r-8,5v-47,-70,-63,-182,-17,-261v5,-8,10,-20,17,-32","w":82},")":{"d":"22,-266v63,77,55,220,0,293r-8,-5v42,-77,43,-207,0,-283","w":82},"*":{"d":"105,-207r-39,17r38,16r-11,16r-33,-25r7,41r-20,0r5,-41r-32,25r-10,-17r38,-15r-38,-17r10,-17r33,26r-6,-42r19,0r-5,42r34,-26","w":114},"+":{"d":"134,-51r-52,0r0,51r-17,0r0,-51r-52,0r0,-17r52,0r0,-52r17,0r0,53r52,0r0,16","w":147},",":{"d":"45,-24r-30,68r-10,-3r16,-65r24,0","w":57,"k":{"\u2019":2,"\u201d":2,"9":17,"8":4,"7":-18,"6":12,"5":-11,"4":12,"3":-7,"2":-5,"1":-4,"0":14,"*":5}},"-":{"d":"101,-79r-84,0r0,-17r84,0r0,17","w":117,"k":{"\u00ea":-5,"\u00c6":-5,"\u00b9":-4,"o":-5,"e":-5,"a":-4,"W":6,"T":33,"O":-5,"C":-5,"\u0105":-4,"\u0119":-5,"\u0106":-5,"\u00d3":-5,"\u00f3":-5,"z":12,"x":10,"s":-2,"q":-5,"g":-5,"d":-5,"c":-5,"Z":7,"Y":36,"X":8,"V":12,"S":12,"Q":-5,"G":-5,"9":13,"8":-6,"7":11,"6":-7,"5":7,"4":-12,"3":7,"2":12,"1":12,"0":-6}},"\u2010":{"d":"101,-79r-84,0r0,-17r84,0r0,17","w":117},".":{"d":"10,-9v0,-17,32,-17,33,0v-1,16,-33,17,-33,0","w":52,"k":{"9":12,"8":5,"7":-23,"6":13,"5":-15,"4":12,"3":-12,"2":-11,"1":-8,"0":15}},"\/":{"d":"116,-243r-87,246r-15,0r88,-246r14,0","w":130,"k":{"\u00ea":36,"\u00c6":17,"\u00a5":24,"\u00b9":36,"o":36,"e":36,"a":36,"W":-17,"T":-14,"O":18,"C":17,"A":24,"\u0105":36,"\u0119":36,"\u0106":17,"\u0104":24,"\u00d3":18,"\u00f3":36,"z":10,"y":7,"x":10,"w":6,"v":6,"u":26,"t":7,"s":26,"r":26,"q":36,"p":26,"n":26,"m":26,"j":7,"i":7,"g":33,"f":7,"d":36,"c":36,"Z":-12,"Y":-18,"X":-12,"V":-17,"S":5,"Q":18,"M":17,"G":18,"9":10,"8":17,"7":-7,"6":25,"5":11,"4":26,"3":-5,"2":5,"1":5,"0":18}},"0":{"d":"81,-243v56,6,67,51,67,123v0,66,-9,124,-67,124v-44,0,-67,-40,-67,-121v0,-69,8,-120,67,-126xm81,-10v44,-5,46,-52,46,-110v0,-60,-2,-104,-46,-110v-43,6,-46,50,-46,109v0,60,2,105,46,111","w":162,"k":{"\u2026":15,"\u00b0":6,"8":1,"7":10,"3":6,"2":13,"1":6,"\/":15,".":15,"-":-6,",":18,"%":2}},"1":{"d":"101,0r-92,0r0,-17r36,0r0,-202r-36,17r-3,-10v20,-9,30,-28,59,-28r0,223r36,0r0,17","w":106,"k":{"\u2026":-13,"\u00a2":14,"\u00b0":24,"9":17,"8":5,"7":-2,"6":12,"5":-2,"4":14,"3":-2,"0":11,"\/":-12,".":-13,"-":12,",":-12,"%":7}},"2":{"d":"14,-232v51,-24,116,-14,116,45v-1,50,-64,126,-99,171r96,3r0,13r-120,0v-2,-23,14,-28,23,-41v28,-40,81,-102,81,-145v0,-46,-52,-49,-93,-30","w":143,"k":{"\u2026":-2,"\u00b0":-2,"9":-2,"8":5,"7":4,"6":10,"5":2,"4":17,"3":-3,"2":10,"0":2,"\/":-2,".":-2,"-":17,",":-2}},"3":{"d":"55,-128v67,-8,83,78,34,109v-21,13,-47,21,-80,22r-4,-14v48,0,92,-19,93,-63v2,-34,-28,-48,-73,-46r0,-13v37,-3,70,-22,71,-57v1,-41,-50,-47,-84,-30r-4,-14v46,-21,107,-9,107,40v0,34,-30,57,-60,66","w":131,"k":{"\u2026":15,"\u00a2":4,"9":2,"7":5,"5":5,"3":4,"2":9,"1":4,"\/":11,".":15,"-":-6,",":15,"%":5}},"4":{"d":"133,-66r-22,0r0,66r-19,0r0,-66r-87,0r0,-13r73,-161r23,0r-80,159r71,0r7,-107r12,0r0,107r22,0r0,15","w":138,"k":{"\u2026":5,"\u00b0":10,"9":7,"8":-1,"7":4,"5":6,"4":-4,"3":4,"2":6,"1":7,"\/":2,".":5,"-":-12,",":5,"%":7}},"5":{"d":"35,-135v48,-3,88,13,88,55v0,51,-60,82,-116,84r-5,-14v49,-2,101,-25,101,-69v0,-38,-43,-46,-88,-41r9,-120r89,0r0,13r-71,4","w":132,"k":{"\u2026":18,"\u00b0":7,"9":11,"8":-2,"7":5,"6":-2,"5":6,"4":-2,"3":2,"2":11,"1":7,"0":-1,"\/":10,".":18,"-":-12,",":18,"%":12}},"6":{"d":"35,-124v45,-45,115,-11,112,54v-2,41,-24,73,-64,73v-88,0,-85,-153,-34,-203v20,-19,42,-35,75,-44r4,13v-50,18,-84,48,-93,107xm85,-11v28,0,43,-26,43,-57v0,-33,-17,-61,-47,-61v-22,0,-47,8,-48,35v-1,41,17,83,52,83","w":158,"k":{"\u2026":5,"\u00a2":2,"\u00b0":17,"9":15,"8":-1,"7":8,"5":7,"4":-2,"3":5,"2":8,"1":7,"\/":5,".":5,"-":-7,",":7,"%":18}},"7":{"d":"130,-227r-102,227r-23,0r107,-224r-104,-3r0,-13r122,0r0,13","w":132,"k":{"\u2026":69,"\u00a2":7,"\u00b0":-7,"9":2,"8":8,"7":-5,"6":21,"5":5,"4":24,"3":-6,"0":7,"\/":41,".":58,"-":31,",":60}},"8":{"d":"93,-128v33,20,55,29,57,67v2,37,-31,64,-70,64v-38,0,-70,-26,-70,-63v0,-29,17,-51,53,-66v-20,-13,-42,-39,-42,-61v0,-33,27,-56,61,-56v33,-1,60,21,59,54v0,26,-16,47,-48,61xm82,-229v-35,0,-55,41,-32,67v6,8,18,17,34,27v28,-12,41,-30,41,-53v1,-24,-20,-41,-43,-41xm80,-12v40,2,65,-47,37,-76v-8,-9,-24,-20,-45,-32v-60,21,-57,105,8,108","w":159,"k":{"\u2026":5,"\u00a2":4,"\u00b0":5,"9":6,"8":-1,"7":7,"5":5,"4":-1,"3":5,"2":7,"1":4,"0":1,"\/":6,".":5,"-":-6,",":7,"%":6}},"9":{"d":"75,-243v87,0,86,155,36,204v-17,18,-45,35,-76,43r-5,-12v56,-23,82,-44,93,-107v-45,45,-111,9,-111,-55v0,-42,24,-73,63,-73xm30,-173v0,57,59,85,94,40v4,-45,-13,-96,-51,-96v-27,0,-43,25,-43,56","w":158,"k":{"\u2026":38,"\u00b0":2,"8":6,"7":17,"6":2,"5":2,"4":5,"3":7,"2":17,"1":6,"\/":23,".":38,"-":-1,",":38}},":":{"d":"12,-121v0,-17,32,-17,32,0v1,8,-8,13,-16,12v-9,0,-15,-5,-16,-12xm12,-9v1,-17,32,-17,32,0v0,18,-31,16,-32,0","w":56,"k":{"*":19}},";":{"d":"14,-121v0,-17,33,-17,33,0v0,17,-33,15,-33,0xm43,-24r-30,68r-11,-3r17,-65r24,0","w":58,"k":{"*":19}},"<":{"d":"93,-120v4,7,23,14,14,20r-17,-17v-7,4,-13,21,-21,14r18,-17v-4,-7,-23,-14,-14,-20r17,17v7,-4,13,-21,21,-14","w":180},"=":{"d":"134,-69r-121,0r0,-17r121,0r0,17xm134,-32r-121,0r0,-17r121,0r0,17","w":147},">":{"d":"93,-120v4,7,23,14,14,20r-17,-17v-7,4,-13,21,-21,14r18,-17v-4,-7,-23,-14,-14,-20r17,17v7,-4,13,-21,21,-14","w":180},"?":{"d":"11,-236v57,-23,125,8,96,68v-17,34,-67,59,-56,122r-16,0v-17,-68,58,-97,58,-147v0,-36,-42,-40,-78,-28xm29,-9v1,-17,31,-17,32,0v0,18,-31,16,-32,0","w":132},"@":{"d":"154,-249v64,0,115,59,115,123v0,58,-71,111,-94,49v-17,37,-83,30,-83,-19v0,-48,50,-116,96,-81r1,-8r16,0r-14,102v0,13,7,18,21,18v28,-1,42,-33,42,-65v0,-54,-47,-101,-101,-101v-58,0,-107,54,-107,111v0,91,107,145,179,90r8,10v-73,70,-204,3,-204,-99v0,-67,58,-130,125,-130xm185,-161v-39,-31,-74,18,-74,59v0,36,36,36,53,16v14,-17,16,-49,21,-75","w":297},"A":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0","w":155,"k":{"\u0105":-12,"\u0119":-6,"\u0104":-18,"\u00c1":-18,"\u00c2":-18,"\u2019":24,"\u201d":24,"\u00c3":-18,"\u00c0":-18,"\u2026":-23,"\u00f8":-7,"\u2122":19,"\u00ae":12,"\u00df":-2,"\u00fc":-6,"\u00fb":-6,"\u00f9":-6,"\u00fa":-6,"\u00f5":-7,"\u00f6":-7,"\u00f4":-7,"\u00f2":-7,"\u00f3":-7,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00eb":-6,"\u00e8":-6,"\u00e9":-6,"\u00e7":-6,"\u00e5":-12,"\u00e3":-12,"\u00e4":-12,"\u00e2":-12,"\u00e0":-12,"\u00e1":-12,"\u00c5":-18,"\u00c4":-18,"z":-14,"x":-14,"v":2,"u":-6,"t":-6,"s":-8,"r":-2,"q":-7,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-5,"i":-2,"h":-2,"g":-12,"f":-2,"d":-7,"c":-6,"b":-2,"Z":-15,"Y":25,"X":-13,"V":13,"S":-5,"M":-7,"J":-2,"?":-10,";":-23,":":-23,"\/":-22,".":-23,",":-23,"*":19,"!":-10,"A":-18,"\u00a5":-18,"T":29,"W":10,"a":-12,"\u00b9":-12,"e":-6,"\u00ea":-6,"o":-7}},"B":{"d":"22,-240v63,-2,125,-7,125,58v0,35,-17,55,-52,57v41,0,62,20,62,59v0,44,-21,67,-69,66r-66,0r0,-240xm126,-181v0,-49,-40,-45,-85,-44r0,94v48,3,85,-2,85,-50xm136,-66v0,-52,-41,-54,-95,-52r0,103v51,2,95,2,95,-51","w":168,"k":{"\u0105":-2,"\u0104":-7,"\u00c1":-7,"\u00c2":-7,"\u2014":-7,"\u2013":-7,"\u00c3":-7,"\u00c0":-7,"\u2026":5,"\u00ec":-5,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"\u00c5":-7,"\u00c4":-7,"Y":2,"V":-3,".":5,"-":-7,",":5,"A":-7,"\u00a5":-7,"T":8,"a":-2,"\u00b9":-2}},"C":{"d":"36,-115v0,57,12,101,57,103v14,0,30,-5,47,-14r5,15v-75,39,-131,2,-131,-106v0,-91,45,-151,125,-115r-4,15v-67,-31,-100,3,-99,102","w":146,"k":{"\u0105":-2,"\u0119":7,"\u0106":13,"\u0104":-12,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":-12,"\u00c2":-12,"\u00ff":7,"\u2019":-5,"\u201d":-5,"\u00d5":13,"\u00c3":-12,"\u00c0":-12,"\u2026":-14,"\u00f8":4,"\u00d8":13,"\u2122":-12,"\u00ae":12,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-14,"\u00ee":-10,"\u00ec":-22,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"\u00d6":13,"\u00c7":13,"\u00c5":-12,"\u00c4":-12,"y":7,"u":1,"l":-1,"k":-1,"j":-1,"i":-1,"h":-1,"b":-1,"Y":-11,"S":-2,"Q":13,"G":13,"?":-7,";":-14,":":-14,"\/":-15,".":-14,",":-14,"*":-6,"!":-7,"A":-12,"\u00a5":-12,"T":-8,"a":-2,"\u00b9":-2,"e":7,"\u00ea":7,"o":4,"C":13,"\u00c6":13,"O":13}},"D":{"d":"78,-240v66,2,82,45,84,120v3,98,-41,129,-140,120r0,-240r56,0xm41,-14v78,6,99,-26,99,-105v0,-77,-19,-115,-99,-106r0,211","w":175,"k":{"\u0105":2,"\u00ff":-8,"\u2019":-1,"\u201d":-1,"\u2014":-5,"\u2013":-5,"\u2026":23,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"y":-8,"w":-8,"v":-8,"Z":8,"Y":2,"?":5,";":-7,":":-7,"\/":15,".":23,"-":-5,",":23,"T":14,"a":2,"\u00b9":2}},"E":{"d":"136,0r-114,0r0,-240r112,0r0,13r-93,4r0,92r86,0r0,14r-86,0r0,100r95,4r0,13","w":146,"k":{"\u00ea":7,"\u00c6":6,"\u00a5":-8,"\u00b9":2,"o":7,"e":7,"a":2,"W":-5,"T":-4,"O":6,"C":6,"A":-8,"\u0105":2,"\u0119":7,"\u0106":6,"\u0104":-8,"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00c1":-8,"\u00c2":-8,"\u2019":-1,"\u201d":-1,"\u2014":5,"\u2013":5,"\u00d5":6,"\u00c3":-8,"\u00c0":-8,"\u2026":-10,"\u00f8":7,"\u00d8":6,"\u2122":-12,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00ef":-10,"\u00ec":-22,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"\u00d6":6,"\u00c7":6,"\u00c5":-8,"\u00c4":-8,"z":-5,"x":-5,"u":2,"q":7,"g":-5,"d":7,"c":7,"Z":-7,"Y":-7,"X":-4,"V":-7,"S":1,"Q":6,"G":6,";":-10,":":-10,"\/":-7,".":-10,"-":5,",":-10,"*":-6}},"F":{"d":"135,-227r-94,4r0,92r86,0r0,14r-86,0r0,117r-19,0r0,-240r113,0r0,13","w":139,"k":{"\u0105":17,"\u0119":7,"\u0106":4,"\u0104":13,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":13,"\u00c2":13,"\u2019":-10,"\u201d":-10,"\u2014":2,"\u2013":2,"\u00d5":4,"\u00c3":13,"\u00c0":13,"\u2026":53,"\u00f8":7,"\u00d8":4,"\u2122":-19,"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00ef":-14,"\u00ee":-7,"\u00ec":-29,"\u00ed":2,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00e5":17,"\u00e3":17,"\u00e4":17,"\u00e2":17,"\u00e0":17,"\u00e1":17,"\u00d6":4,"\u00c7":4,"\u00c5":13,"\u00c4":13,"u":5,"r":5,"q":7,"p":5,"n":5,"m":5,"i":2,"d":7,"c":7,"Y":-15,"S":-1,"Q":4,"G":4,"?":-7,";":-5,":":-5,"\/":29,".":53,"-":2,",":53,"*":-12,"A":13,"\u00a5":13,"T":-11,"a":17,"\u00b9":17,"e":7,"\u00ea":7,"o":7,"C":4,"\u00c6":4,"O":4}},"G":{"d":"36,-115v-1,62,12,101,66,102v14,0,29,-3,43,-11r0,-90r-59,0r0,-16r78,0r0,118v-85,39,-150,8,-150,-103v0,-116,69,-158,140,-106r-11,13v-15,-13,-31,-20,-48,-20v-51,0,-58,49,-59,113","w":183,"k":{"\u00a5":-2,"\u00b9":-2,"a":-2,"W":6,"T":12,"A":-2,"\u0105":-2,"\u0104":-2,"\u00c1":-2,"\u00c2":-2,"\u2019":14,"\u201d":14,"\u2014":-2,"\u2013":-2,"\u00c3":-2,"\u00c0":-2,"\u2122":7,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"\u00c5":-2,"\u00c4":-2,"Y":10,"?":2,"\/":2,"-":-2,"*":12,"!":2}},"H":{"d":"166,0r-19,0r0,-120r-106,0r0,120r-19,0r0,-240r19,0r0,106r106,0r0,-106r19,0r0,240","w":187,"k":{"\u00ec":-10}},"I":{"d":"41,0r-19,0r0,-240r19,0r0,240","w":62,"k":{"\u00ec":-10}},"J":{"d":"5,36v16,-20,17,-24,17,-61r0,-215r19,0v-3,82,6,183,-5,255v-4,10,-11,20,-22,29","w":62,"k":{"\u00ec":-10}},"K":{"d":"162,0r-26,0r-95,-123r0,123r-19,0r0,-240r19,0r0,108r85,-108r23,0r-89,112","k":{"\u0105":-2,"\u0119":7,"\u0106":15,"\u0104":-19,"\u00d9":10,"\u00db":10,"\u00da":10,"\u00d2":15,"\u00d4":15,"\u00d3":15,"\u00c1":-19,"\u00c2":-19,"\u00ff":17,"\u2014":14,"\u2013":14,"\u00d5":15,"\u00c3":-19,"\u00c0":-19,"\u2026":-24,"\u00f8":5,"\u00d8":15,"\u2122":-12,"\u00ae":19,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00ef":-5,"\u00ec":-17,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":5,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"\u00dc":10,"\u00d6":15,"\u00c7":15,"\u00c5":-19,"\u00c4":-19,"y":17,"w":13,"v":18,"u":4,"q":5,"d":5,"c":5,"Y":-10,"U":10,"S":-2,"Q":15,"G":15,"?":-10,";":-24,":":-24,"\/":-19,".":-24,"-":14,",":-24,"*":5,"!":-10,"A":-19,"\u00a5":-19,"T":-5,"a":-2,"\u00b9":-2,"e":7,"\u00ea":7,"o":5,"C":15,"\u00c6":15,"O":15}},"L":{"d":"127,0r-105,0r0,-240r19,0r0,223r86,5r0,12","w":127,"k":{"\u0105":-4,"\u0119":8,"\u0106":13,"\u0104":-19,"\u00d9":8,"\u00db":8,"\u00da":8,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":-19,"\u00c2":-19,"\u00ff":10,"\u2019":24,"\u201d":24,"\u2014":10,"\u2013":10,"\u00d5":13,"\u00c3":-19,"\u00c0":-19,"\u2026":-18,"\u00f8":5,"\u00d8":13,"\u2122":36,"\u00ae":24,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":8,"\u00e8":8,"\u00e9":8,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":8,"\u00d6":13,"\u00c7":13,"\u00c5":-19,"\u00c4":-19,"y":10,"w":10,"u":2,"Z":-17,"Y":32,"V":22,"U":8,"S":-7,"Q":13,"M":-10,"G":13,"?":-7,";":-18,":":-18,"\/":-17,".":-18,"-":10,",":-18,"*":46,"!":-7,"A":-19,"\u00a5":-19,"T":31,"W":14,"a":-4,"\u00b9":-4,"e":8,"\u00ea":8,"o":5,"C":13,"\u00c6":13,"O":13}},"M":{"d":"233,0r-19,0r-21,-206r-60,206r-20,0r-60,-207r-22,207r-19,0r26,-240r24,0r60,213r61,-213r24,0","w":245,"k":{"\u00a5":-7,"\u00b9":-4,"a":-4,"A":-7,"\u0105":-4,"\u0104":-7,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00c1":-7,"\u00c2":-7,"\u00ff":4,"\u2019":10,"\u201d":10,"\u00c3":-7,"\u00c0":-7,"\u2026":-10,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":4,"\u00c5":-7,"\u00c4":-7,"y":4,"u":2,"Y":12,"U":4,"S":2,";":-10,":":-10,"\/":-7,".":-10,",":-10}},"N":{"d":"171,0r-23,0r-107,-205r0,205r-19,0r0,-240r22,0r107,206r0,-206r20,0r0,240","w":192,"k":{"\u00ec":-10}},"O":{"d":"94,-243v59,0,80,54,80,123v0,69,-20,124,-80,124v-59,0,-80,-55,-80,-122v0,-70,20,-125,80,-125xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110","w":188,"k":{"\u0105":2,"\u00ff":-8,"\u2014":-5,"\u2013":-5,"\u2026":19,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":-2,"y":-8,"x":-2,"w":-8,"v":-8,"t":-5,"f":-5,"Z":10,"Y":6,"X":11,"?":5,";":-7,":":-7,"\/":14,".":19,"-":-5,",":19,"T":19,"a":2,"\u00b9":2}},"P":{"d":"22,-240v66,-5,118,3,118,66v0,57,-35,73,-99,69r0,105r-19,0r0,-240xm41,-118v49,3,79,-8,79,-55v0,-46,-31,-56,-79,-52r0,107","w":147,"k":{"\u0105":14,"\u0119":14,"\u0104":17,"\u00c1":17,"\u00c2":17,"\u00ff":-10,"\u2019":-12,"\u201d":-12,"\u2014":17,"\u2013":17,"\u00c3":17,"\u00c0":17,"\u2026":67,"\u00f8":8,"\u00ae":-7,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":12,"\u00f6":12,"\u00f4":12,"\u00f2":12,"\u00f3":12,"\u00ef":-7,"\u00ee":-12,"\u00ec":-12,"\u00eb":14,"\u00e8":14,"\u00e9":14,"\u00e5":14,"\u00e3":14,"\u00e4":14,"\u00e2":14,"\u00e0":14,"\u00e1":14,"\u00c5":17,"\u00c4":17,"y":-10,"u":2,"r":2,"Y":-8,"S":-7,"?":5,"\/":36,".":67,"-":17,",":67,"*":-10,"A":17,"\u00a5":17,"T":-1,"a":14,"\u00b9":14,"e":14,"\u00ea":14,"o":12}},"Q":{"d":"94,-243v96,-6,98,180,49,228v-11,11,-26,17,-44,19v-8,16,9,23,29,18r0,13v-26,9,-64,-1,-43,-31v-54,-13,-70,-51,-71,-124v-1,-69,21,-119,80,-123xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110","w":188,"k":{"\u00b9":2,"a":2,"\u0105":2,"\u00ff":-8,"\u2014":-5,"\u2013":-5,"\u2026":19,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"y":-8,"t":-5,"Y":6,"?":5,";":-7,":":-7,"\/":14,".":19,"-":-5,",":19}},"R":{"d":"140,-181v0,43,-36,67,-81,61r105,120r-27,0r-96,-117r0,117r-19,0r0,-240v61,-3,118,0,118,59xm120,-181v0,-39,-35,-47,-79,-44r0,93v46,3,79,-10,79,-49","w":155,"k":{"\u0119":7,"\u0106":6,"\u0104":-21,"\u00d9":6,"\u00db":6,"\u00da":6,"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00c1":-21,"\u00c2":-21,"\u00ff":-2,"\u2019":-4,"\u201d":-4,"\u2014":19,"\u2013":19,"\u00d5":6,"\u00c3":-21,"\u00c0":-21,"\u2026":-24,"\u00f8":4,"\u00d8":6,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-5,"\u00ee":-5,"\u00ec":-5,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00dc":6,"\u00d6":6,"\u00c7":6,"\u00c5":-21,"\u00c4":-21,"y":-2,"u":2,"t":-5,"Z":-15,"Y":-2,"X":-17,"V":-5,"U":6,"S":-4,"Q":6,"M":-7,"G":6,"?":-7,";":-24,":":-24,"\/":-19,".":-24,"-":19,",":-24,"!":-7,"A":-21,"\u00a5":-21,"T":6,"W":-2,"e":7,"\u00ea":7,"o":4,"C":6,"\u00c6":6,"O":6}},"S":{"d":"30,-182v3,64,116,47,112,120v-3,62,-78,83,-131,50r7,-16v41,26,103,19,103,-32v0,-67,-110,-47,-110,-121v0,-52,62,-77,113,-54r-6,16v-37,-19,-90,-4,-88,37","w":152,"k":{"\u00ea":-2,"\u00c6":1,"\u00a5":-2,"\u00b9":-5,"o":-2,"e":-2,"a":-5,"W":4,"T":12,"O":1,"C":1,"A":-2,"\u0105":-5,"\u0119":-2,"\u0106":1,"\u0104":-2,"\u00d2":1,"\u00d4":1,"\u00d3":1,"\u00c1":-2,"\u00c2":-2,"\u00ff":1,"\u2019":14,"\u201d":14,"\u2014":-8,"\u2013":-8,"\u00d5":1,"\u00c3":-2,"\u00c0":-2,"\u2026":5,"\u00f8":-2,"\u00d8":1,"\u00f5":-2,"\u00f6":-2,"\u00f4":-2,"\u00f2":-2,"\u00f3":-2,"\u00eb":-2,"\u00e8":-2,"\u00e9":-2,"\u00e7":-2,"\u00e5":-5,"\u00e3":-5,"\u00e4":-5,"\u00e2":-5,"\u00e0":-5,"\u00e1":-5,"\u00d6":1,"\u00c7":1,"\u00c5":-2,"\u00c4":-2,"y":1,"v":1,"q":-2,"d":-2,"c":-2,"Y":8,"V":5,"S":5,"Q":1,"G":1,"\/":2,".":5,"-":-8,",":5,"*":10}},"T":{"d":"142,-227r-62,4r0,223r-19,0r0,-222r-61,-5r0,-13r142,0r0,13","w":141,"k":{"\u0105":37,"\u0119":39,"\u0106":19,"\u0104":29,"\u00d2":19,"\u00d4":19,"\u00d3":19,"\u00c1":29,"\u00c2":29,"\u2019":-11,"\u201d":-11,"\u2014":33,"\u2013":33,"\u00d5":19,"\u00c3":29,"\u00c0":29,"\u2026":36,"\u00f8":39,"\u00d8":19,"\u2122":-24,"\u00ae":7,"\u00fc":26,"\u00f3":39,"\u00ef":-22,"\u00ee":-7,"\u00ec":-31,"\u00d6":19,"\u00c7":19,"\u00c5":29,"\u00c4":29,"y":36,"w":36,"v":36,"u":38,"s":38,"r":38,"q":39,"c":39,"Z":-5,"Y":-20,"V":-22,"S":2,"Q":19,"G":19,"?":-12,";":29,":":29,"\/":26,".":36,"-":33,",":36,"*":-14,"!":-7,"A":29,"\u00a5":29,"T":-12,"W":-16,"a":37,"\u00b9":37,"e":39,"\u00ea":39,"o":39,"C":19,"\u00c6":19,"O":19}},"U":{"d":"95,-13v34,0,55,-22,55,-57r0,-170r19,0r0,170v3,49,-30,74,-74,74v-44,0,-73,-26,-73,-74r0,-170r19,0r0,170v-1,35,20,57,54,57","w":190,"k":{"\u2026":13,"\u00ec":-10,"x":4,"X":5,"M":4,"\/":10,".":13,",":13}},"V":{"d":"153,-240r-67,240r-24,0r-66,-240r21,0r57,218r57,-218r22,0","w":148,"k":{"\u00ea":13,"\u00a5":13,"\u00b9":14,"o":13,"e":13,"a":14,"W":-14,"A":13,"\u0105":14,"\u0119":13,"\u0104":13,"\u00c1":13,"\u00c2":13,"\u2019":-15,"\u201d":-15,"\u2014":12,"\u2013":12,"\u00c3":13,"\u00c0":13,"\u2026":33,"\u00f8":13,"\u2122":-19,"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"\u00f5":13,"\u00f6":13,"\u00f4":13,"\u00f2":13,"\u00f3":13,"\u00ef":-22,"\u00ee":-19,"\u00ec":-31,"\u00eb":13,"\u00e8":13,"\u00e9":13,"\u00e5":14,"\u00e3":14,"\u00e4":14,"\u00e2":14,"\u00e0":14,"\u00e1":14,"\u00c5":13,"\u00c4":13,"u":7,"s":6,"r":7,"p":7,"n":7,"m":7,"l":-2,"k":-2,"h":-2,"b":-2,"Y":-19,"V":-17,"S":-7,"?":-14,";":5,":":5,"\/":21,".":33,"-":12,",":33,"*":-14,"!":-7}},"W":{"d":"243,-240r-47,240r-24,0r-50,-213r-50,213r-23,0r-47,-240r21,0r38,212r49,-212r25,0r49,212r38,-212r21,0","w":245,"k":{"\u0105":12,"\u0119":11,"\u0104":10,"\u00c1":10,"\u00c2":10,"\u00ff":-2,"\u2019":-11,"\u201d":-11,"\u2014":6,"\u2013":6,"\u00c3":10,"\u00c0":10,"\u2026":22,"\u00f8":9,"\u2122":-19,"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00ef":-17,"\u00ee":-14,"\u00ec":-24,"\u00eb":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":12,"\u00e3":12,"\u00e4":12,"\u00e2":12,"\u00e0":12,"\u00e1":12,"\u00c5":10,"\u00c4":10,"y":-2,"u":7,"t":-7,"s":2,"r":7,"n":7,"m":7,"l":-2,"k":-2,"h":-2,"d":11,"c":11,"b":-2,"Y":-17,"X":-10,"V":-14,"S":-7,"?":-14,"\/":12,".":22,"-":6,",":22,"*":-14,"!":-7}},"X":{"d":"157,0r-22,0r-57,-120r-56,120r-22,0r65,-130r-57,-110r22,0r48,96r49,-96r22,0r-57,110","w":156,"k":{"\u00ea":5,"\u00c6":11,"\u00a5":-14,"\u00b9":-4,"o":1,"e":5,"a":-4,"T":-7,"O":11,"C":11,"A":-14,"\u0105":-4,"\u0119":5,"\u0106":11,"\u0104":-14,"\u00d9":5,"\u00db":5,"\u00da":5,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00c1":-14,"\u00c2":-14,"\u00ff":11,"\u2019":-1,"\u201d":-1,"\u2014":8,"\u2013":8,"\u00d5":11,"\u00c3":-14,"\u00c0":-14,"\u2026":-18,"\u00f8":1,"\u00d8":11,"\u2122":-12,"\u00ae":12,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":1,"\u00f6":1,"\u00f4":1,"\u00f2":1,"\u00f3":1,"\u00ef":-5,"\u00ee":-5,"\u00ec":-17,"\u00eb":5,"\u00e8":5,"\u00e9":5,"\u00e7":1,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":5,"\u00d6":11,"\u00c7":11,"\u00c5":-14,"\u00c4":-14,"y":11,"u":4,"q":1,"d":1,"c":1,"Y":-10,"X":-14,"U":5,"Q":11,"G":11,";":-18,":":-18,"\/":-21,".":-18,"-":8,",":-18}},"Y":{"d":"156,-240r-72,137r0,103r-20,0r0,-103r-71,-137r23,0r58,119r58,-119r24,0","w":149,"k":{"\u00ea":33,"\u00c6":6,"\u00a5":25,"\u00b9":31,"o":33,"e":33,"a":31,"T":-21,"O":6,"C":6,"A":25,"\u0105":31,"\u0119":33,"\u0106":6,"\u0104":25,"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00c1":25,"\u00c2":25,"\u2019":-14,"\u201d":-14,"\u2014":36,"\u2013":36,"\u00d5":6,"\u00c3":25,"\u00c0":25,"\u2026":43,"\u00f8":33,"\u00d8":6,"\u2122":-19,"\u00ae":7,"\u00fc":22,"\u00fb":22,"\u00f9":22,"\u00fa":22,"\u00f5":33,"\u00f6":33,"\u00f4":33,"\u00f2":33,"\u00f3":33,"\u00ef":-19,"\u00ee":-14,"\u00ec":-33,"\u00eb":33,"\u00e8":33,"\u00e9":33,"\u00e7":33,"\u00e5":31,"\u00e3":31,"\u00e4":31,"\u00e2":31,"\u00e0":31,"\u00e1":31,"\u00d6":6,"\u00c7":6,"\u00c5":25,"\u00c4":25,"z":13,"w":10,"v":10,"u":22,"s":22,"r":22,"q":33,"p":22,"n":22,"m":22,"d":33,"c":33,"Z":-8,"Y":-19,"Q":6,"M":12,"G":6,"?":-14,";":24,":":24,"\/":29,".":43,"-":36,",":43,"*":-10,"!":-7}},"Z":{"d":"135,0r-133,0r0,-15r111,-210r-103,-2r0,-13r125,0r0,15r-111,209r111,2r0,14","w":140,"k":{"\u00ea":10,"\u00c6":12,"\u00a5":-12,"o":7,"e":10,"O":12,"C":12,"A":-12,"\u0119":10,"\u0106":12,"\u0104":-12,"\u00d2":12,"\u00d4":12,"\u00d3":12,"\u00c1":-12,"\u00c2":-12,"\u00ff":4,"\u2019":-10,"\u201d":-10,"\u2014":19,"\u2013":19,"\u00d5":12,"\u00c3":-12,"\u00c0":-12,"\u2026":-17,"\u00d8":12,"\u2122":-19,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00ef":-14,"\u00ee":-10,"\u00ec":-26,"\u00eb":10,"\u00e8":10,"\u00e9":10,"\u00d6":12,"\u00c7":12,"\u00c5":-12,"\u00c4":-12,"y":4,"u":2,"Z":-11,"Y":-12,"S":-2,"Q":12,"G":12,"?":-7,";":-17,":":-17,"\/":-12,".":-17,"-":19,",":-17,"*":-10,"!":-5}},"[":{"d":"65,25r-43,0r0,-290r43,0r0,18r-24,0r0,254r24,0r0,18","w":72},"\\":{"d":"116,3r-14,0r-88,-246r15,0","w":130},"]":{"d":"51,25r-44,0r0,-18r24,0r0,-254r-24,0r0,-18r44,0r0,290","w":72},"^":{"d":"93,-120v4,7,23,14,14,20r-17,-17v-7,4,-13,21,-21,14r18,-17v-4,-7,-23,-14,-14,-20r17,17v7,-4,13,-21,21,-14","w":180},"_":{"d":"133,41r-133,0r0,-12r133,0r0,12","w":132},"`":{"d":"75,-197r-10,10r-55,-36r15,-16","w":84},"a":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35","k":{"\u2019":11,"\u201d":11,"\u2122":12,"z":-2,"s":2,"*":10}},"b":{"d":"86,-167v42,0,62,38,62,84v0,70,-59,113,-109,68r0,15r-17,0r0,-239r18,-4r0,94v11,-11,29,-19,46,-18xm83,-15v32,-1,44,-30,44,-67v0,-68,-47,-83,-87,-51r0,102v13,8,27,16,43,16","w":162,"k":{"\u2019":14,"\u201d":14,"\u2014":-5,"\u2013":-5,"\u2026":12,"\u2122":12,";":-4,":":-4,"\/":7,".":12,"-":-5,",":12,"*":10}},"c":{"d":"35,-81v0,57,47,90,85,50r7,17v-51,43,-113,3,-113,-66v0,-70,60,-113,113,-69r-8,15v-40,-37,-84,-4,-84,53","w":132,"k":{"\u00ea":7,"o":7,"e":7,"\u0119":7,"\u00ff":-8,"\u2019":-7,"\u201d":-7,"\u2014":7,"\u2013":7,"\u2026":-14,"\u00f8":7,"\u00ae":-12,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"y":-8,"t":-7,"q":7,"d":7,"c":7,"?":-2,";":-12,":":-12,"\/":-12,".":-14,"-":7,",":-12,"*":-10,"!":-2}},"d":{"d":"14,-80v0,-68,61,-114,109,-69r0,-90r19,-4r0,243r-18,0r0,-16v-49,47,-110,4,-110,-64xm36,-81v0,59,46,87,87,50r0,-101v-41,-39,-87,-10,-87,51","w":163,"k":{"\u00ec":-7}},"e":{"d":"82,-167v47,-1,70,40,64,91r-110,0v1,60,49,75,99,54r5,16v-66,26,-126,-4,-126,-78v0,-48,23,-83,68,-83xm126,-91v6,-58,-48,-77,-78,-45v-9,9,-13,26,-13,45r91,0","w":158,"k":{"\u2019":13,"\u201d":13,"\u2014":-7,"\u2013":-7,"\u2122":12,"x":2,"g":-2,";":-7,":":-7,"\/":5,"-":-7,"*":11}},"f":{"d":"23,-163v-7,-55,13,-92,68,-76r-5,16v-25,-8,-44,-1,-44,29r0,31r45,0r0,14r-45,2r0,147r-19,0r0,-147r-22,-2r0,-14r22,0","w":79,"k":{"\u00ea":7,"\u00b9":6,"o":6,"e":7,"a":6,"\u0105":6,"\u0119":7,"\u00ff":-17,"\u2019":-21,"\u201d":-21,"\u2014":10,"\u2013":10,"\u2026":14,"\u00f8":6,"\u2122":-29,"\u00ae":-17,"\u00fc":-4,"\u00fb":-4,"\u00f9":-4,"\u00fa":-4,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00ef":-26,"\u00ee":-22,"\u00ec":-38,"\u00ed":-4,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":2,"\u00e5":6,"\u00e3":6,"\u00e4":6,"\u00e2":6,"\u00e0":6,"\u00e1":6,"y":-17,"w":-14,"v":-14,"u":-4,"t":-17,"s":-6,"r":-4,"q":2,"p":-4,"n":-4,"m":-4,"l":-5,"k":-5,"j":-5,"i":-5,"h":-5,"f":-17,"d":5,"c":5,"b":-5,"?":-17,";":-12,":":-12,"\/":10,".":14,"-":10,",":14,"*":-24,"!":-14}},"g":{"d":"127,24v2,-42,-106,0,-114,-37v4,-16,18,-26,32,-38v-53,-23,-37,-116,32,-116v20,0,34,5,45,16v8,-13,14,-18,30,-17r0,19v-12,-2,-12,0,-22,7v28,51,-8,113,-74,95v-30,28,-38,34,23,34v40,0,67,3,68,36v0,31,-22,46,-67,46v-48,-1,-70,-14,-69,-47r20,0v1,26,18,31,48,31v32,0,48,-10,48,-29xm76,-60v26,0,42,-18,42,-45v0,-29,-15,-48,-41,-48v-26,0,-43,19,-43,46v0,28,16,47,42,47","w":152,"k":{"\u00b9":6,"a":6,"\u0105":6,"\u00ff":-12,"\u2019":-19,"\u201d":-19,"\u2014":-5,"\u2013":-5,"\u2026":-7,"\u2122":-12,"\u00ae":-19,"\u00e5":6,"\u00e3":6,"\u00e4":6,"\u00e2":6,"\u00e0":6,"\u00e1":6,"y":-14,"w":-14,"v":-14,"t":-12,"s":-5,"j":-2,"g":-2,"f":-12,";":-14,":":-7,"\/":-7,".":-7,"-":-5,",":-14,"*":-17,"!":-7}},"h":{"d":"40,-149v35,-32,103,-27,103,35r0,114r-18,0v-8,-56,25,-153,-37,-153v-19,0,-33,9,-48,20r0,133r-18,0r0,-239r18,-4r0,94","w":164,"k":{"\u2019":12,"\u201d":12,"\u2122":10,"*":7}},"i":{"d":"31,-239v7,0,12,8,12,17v0,9,-5,17,-12,17v-15,-1,-15,-33,0,-34xm41,0r-19,0r0,-163r19,-4r0,167","w":62,"k":{"\u2019":-2,"\u201d":-2}},"j":{"d":"30,-239v7,0,12,8,12,17v0,9,-5,17,-12,17v-7,0,-12,-8,-12,-17v0,-9,5,-17,12,-17xm2,61v15,-12,19,-20,19,-49r0,-175r19,-4v-3,69,7,157,-6,215v-5,9,-20,27,-32,13","w":61,"k":{"\u2019":-2,"\u201d":-2}},"k":{"d":"144,0r-26,0r-78,-90r0,90r-18,0r0,-239r18,-4r0,136r59,-56r24,0r-66,64","w":133,"k":{"\u00ea":7,"\u00b9":-2,"o":6,"e":7,"a":-2,"\u0105":-2,"\u0119":7,"\u00ff":-2,"\u2019":-7,"\u201d":-7,"\u2014":17,"\u2013":17,"\u2026":-26,"\u00f8":6,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":6,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"y":-2,"u":4,"s":-7,"q":6,"j":-5,"d":6,"c":6,"?":-12,";":-26,":":-26,"\/":-22,".":-26,"-":17,",":-26,"!":-12}},"l":{"d":"40,0r-18,0r0,-239r18,-4r0,243","w":61,"k":{"\u00ec":-10}},"m":{"d":"128,-146v35,-35,101,-28,101,33r0,113r-19,0v-7,-56,23,-150,-34,-152v-13,0,-27,6,-42,19r0,133r-18,0r-1,-127v-9,-31,-48,-32,-75,-9r0,136r-18,0r0,-163r18,-4r0,15v30,-23,70,-22,88,6","w":250,"k":{"\u2019":12,"\u201d":12,"\u2122":10,"*":7}},"n":{"d":"40,-150v33,-28,103,-27,103,36r0,114r-18,0v-7,-56,24,-152,-37,-152v-15,-1,-37,9,-48,19r0,133r-18,0r0,-163r18,-4r0,17","w":164,"k":{"\u2019":12,"\u201d":12,"\u2122":10,"*":7}},"o":{"d":"83,-167v47,0,68,36,68,85v0,50,-21,86,-68,86v-47,0,-69,-35,-69,-85v0,-51,21,-86,69,-86xm83,-12v35,-1,47,-31,47,-70v0,-39,-13,-69,-47,-69v-34,0,-47,30,-47,69v0,47,16,70,47,70","w":165,"k":{"\u2019":14,"\u201d":14,"\u2014":-5,"\u2013":-5,"\u2026":10,"\u2122":12,"z":4,"x":4,";":-5,":":-5,"\/":6,".":10,"-":-5,",":10,"*":11}},"p":{"d":"40,-147v47,-48,115,-1,108,67v7,68,-62,109,-108,66r0,78r-18,0r0,-227r15,-4xm40,-31v42,36,88,11,88,-49v0,-58,-45,-90,-88,-53r0,102","w":162,"k":{"\u2019":14,"\u201d":14,"\u2014":-5,"\u2013":-5,"\u2026":10,"\u2122":12,";":-5,":":-5,"\/":6,".":10,"-":-5,",":10,"*":11}},"q":{"d":"14,-77v0,-68,60,-119,109,-71r0,-15r19,-4r0,231r-19,0r0,-78v-48,43,-109,3,-109,-63xm81,-149v-59,1,-64,137,1,135v13,0,27,-5,41,-17r0,-101v-16,-11,-30,-17,-42,-17","w":163,"k":{";":-7,",":-7}},"r":{"d":"81,-166r-3,21v-17,-3,-26,1,-37,10r0,135r-19,0r0,-163r19,0r0,13v12,-10,25,-15,40,-16","w":80,"k":{"\u00ea":9,"\u00b9":7,"o":9,"e":9,"a":7,"\u0105":7,"\u0119":9,"\u00ff":-14,"\u2019":-19,"\u201d":-19,"\u2014":11,"\u2013":11,"\u2026":21,"\u00f8":9,"\u2122":-12,"\u00ae":-14,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"z":-10,"y":-14,"x":-12,"w":-14,"v":-14,"t":-14,"s":-2,"q":9,"g":1,"f":-14,"d":9,"c":9,";":-12,":":-12,"\/":18,".":21,"-":11,",":21,"*":-19,"!":-7}},"s":{"d":"110,-140v-31,-21,-94,-12,-74,28v23,24,85,33,85,73v0,49,-69,53,-111,31r8,-17v30,18,75,20,83,-13v-11,-42,-90,-38,-90,-89v0,-44,65,-51,106,-29","w":130,"k":{"\u00b9":-3,"a":-3,"\u0105":-3,"\u2019":-2,"\u201d":-2,"\u2014":-2,"\u2013":-2,"\u2026":-3,"\u00ae":-7,"\u00e5":-3,"\u00e3":-3,"\u00e4":-3,"\u00e2":-3,"\u00e0":-3,"\u00e1":-3,"t":-1,"f":-2,";":-3,":":-3,"\/":-2,".":-3,"-":-2,",":-3,"*":-5}},"t":{"d":"78,-1v-27,9,-55,5,-55,-31r0,-115r-22,-2r0,-14r22,0r0,-30r20,-4r0,34r35,0r0,14r-35,2r0,123v2,15,21,12,35,7r0,16","w":78,"k":{"\u00ea":7,"o":7,"e":7,"\u0119":7,"\u00ff":-12,"\u2019":-18,"\u201d":-18,"\u2014":7,"\u2013":7,"\u2026":-21,"\u00f8":7,"\u2122":-12,"\u00ae":-19,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"z":-17,"y":-12,"w":-12,"v":-12,"t":-10,"s":-7,"q":7,"d":7,"c":7,"?":-7,";":-21,":":-21,"\/":-14,".":-21,"-":7,",":-21,"*":-19,"!":-10}},"u":{"d":"40,-49v-3,49,58,43,85,19r0,-133r18,0r0,163r-18,0r0,-13v-31,27,-103,25,-103,-33r0,-117r18,-4r0,118","w":164},"v":{"d":"137,-163r-56,163r-24,0r-57,-163r19,-4r50,151r48,-147r20,0","w":137,"k":{"\u00b9":2,"a":2,"\u0105":2,"\u00ff":-13,"\u2019":-22,"\u201d":-22,"\u2026":24,"\u2122":-12,"\u00ae":-14,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"y":-13,"w":-14,"v":-14,"t":-13,"s":-5,";":-10,":":-10,"\/":13,".":24,",":24,"*":-19,"!":-12}},"w":{"d":"222,-163r-47,163r-23,0r-41,-141r-40,141r-23,0r-47,-163r20,-4r38,146r41,-142r23,0r40,141r39,-141r20,0","w":222,"k":{"\u00b9":2,"a":2,"\u0105":2,"\u00ff":-12,"\u2019":-19,"\u201d":-22,"\u2026":18,"\u2122":-12,"\u00ae":-14,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"y":-12,"x":-12,"t":-13,"s":-6,";":-11,":":-11,"\/":7,".":18,",":18,"*":-19,"!":-11}},"x":{"d":"134,0r-23,0r-45,-75r-45,75r-23,0r54,-86r-50,-77r21,-4r43,69r38,-65r24,0r-48,76","w":130,"k":{"\u00ea":6,"\u00b9":-1,"o":5,"e":6,"a":-1,"\u0105":-1,"\u0119":6,"\u00ff":-12,"\u2019":-17,"\u201d":-18,"\u2014":7,"\u2013":7,"\u2026":-17,"\u00f8":5,"\u2122":-5,"\u00ae":-12,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":6,"\u00e8":5,"\u00e9":6,"\u00e7":5,"\u00e5":-1,"\u00e3":-1,"\u00e4":-1,"\u00e2":-1,"\u00e0":-1,"\u00e1":-1,"y":-12,"x":-14,"u":2,"t":-7,"s":-5,"q":5,"d":5,"c":5,"?":-7,";":-17,":":-17,"\/":-24,".":-17,"-":7,",":-17,"*":-17,"!":-7}},"y":{"d":"139,-163r-66,190v-9,33,-29,49,-67,37r5,-16v37,18,44,-20,53,-48r-9,0r-55,-163r20,-4r48,152r49,-148r22,0","w":138,"k":{"\u00b9":2,"a":2,"\u0105":2,"\u2019":-22,"\u201d":-22,"\u2026":29,"\u2122":-12,"\u00ae":-14,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":-10,"t":-12,"s":-5,"g":-2,"f":-12,";":-10,":":-10,"\/":12,".":29,",":29,"*":-19,"!":-12}},"z":{"d":"126,0r-124,0r0,-12r98,-136r-94,-3r0,-12r119,0r0,11r-97,137r98,2r0,13","w":129,"k":{"\u00ea":8,"\u00b9":2,"o":6,"e":8,"a":2,"\u0105":2,"\u0119":8,"\u00ff":-12,"\u2019":-18,"\u201d":-18,"\u2014":10,"\u2013":10,"\u2026":-17,"\u00f8":6,"\u2122":-7,"\u00ae":-14,"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00eb":8,"\u00e8":8,"\u00e9":8,"\u00e7":6,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":-13,"y":-12,"w":-11,"v":-11,"s":-5,"q":6,"d":6,"c":6,"?":-5,";":-17,":":-17,"\/":-17,".":-17,"-":10,",":-17,"*":-17,"!":-5}},"{":{"d":"33,-123v45,14,32,55,32,116v0,18,7,28,24,29v0,4,1,9,-5,7v-79,3,2,-129,-62,-148r0,-8v64,-13,-20,-146,67,-141r0,8v-38,3,-20,48,-20,84v0,28,-14,48,-36,53","w":96},"|":{"d":"60,10r-12,0r0,-259r12,0r0,259","w":107},"}":{"d":"7,-268v87,-8,4,122,68,141r0,8v-67,15,23,152,-68,148r0,-7v39,-2,20,-55,20,-87v-1,-35,11,-49,37,-58v-42,-8,-32,-62,-32,-107v0,-19,-8,-29,-25,-30r0,-8","w":96},"~":{"d":"93,-120v4,7,23,14,14,20r-17,-17v-7,4,-13,21,-21,14r18,-17v-4,-7,-23,-14,-14,-20r17,17v7,-4,13,-21,21,-14","w":180},"\u00c4":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0xm105,-300v9,0,15,4,16,12v0,16,-32,17,-32,0v0,-9,8,-12,16,-12xm53,-300v8,0,16,3,16,12v0,8,-8,13,-16,13v-8,0,-16,-6,-16,-13v0,-8,8,-12,16,-12","w":155},"\u00c5":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0xm47,-287v1,-29,60,-31,61,0v0,13,-15,24,-30,24v-16,0,-31,-11,-31,-24xm77,-274v9,0,16,-5,17,-13v0,-7,-7,-13,-16,-12v-8,0,-16,3,-16,12v0,8,8,13,15,13","w":155},"\u00c7":{"d":"36,-115v0,57,12,101,57,103v14,0,30,-5,47,-14r5,15v-75,39,-131,2,-131,-106v0,-91,45,-151,125,-115r-4,15v-67,-31,-100,3,-99,102xm71,17v14,-11,41,-10,41,11v0,15,-12,26,-38,32r0,-11v14,-4,21,-9,21,-17v0,-11,-13,-7,-24,-3r0,-12","w":146},"\u00c9":{"d":"136,0r-114,0r0,-240r112,0r0,13r-93,4r0,92r86,0r0,14r-86,0r0,100r95,4r0,13xm116,-297r-54,36r-10,-10r47,-43","w":146},"\u00d6":{"d":"94,-243v59,0,80,54,80,123v0,69,-20,124,-80,124v-59,0,-80,-55,-80,-122v0,-70,20,-125,80,-125xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110xm120,-300v9,0,15,4,16,12v-1,16,-32,17,-32,0v-1,-9,8,-12,16,-12xm68,-300v8,0,16,3,16,12v0,8,-8,13,-16,13v-8,0,-16,-6,-16,-13v0,-8,8,-12,16,-12","w":188,"k":{"Z":10}},"\u00dc":{"d":"95,-13v34,0,55,-22,55,-57r0,-170r19,0r0,170v3,49,-30,74,-74,74v-44,0,-73,-26,-73,-74r0,-170r19,0r0,170v-1,35,20,57,54,57xm103,-288v0,-16,33,-16,33,0v-1,17,-33,17,-33,0xm68,-300v8,0,16,4,16,12v-1,16,-31,17,-32,0v0,-8,8,-12,16,-12","w":190},"\u00e1":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35xm118,-223r-53,36r-11,-9r48,-43"},"\u00e0":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35xm108,-197r-9,10r-55,-36r15,-16"},"\u00e2":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35xm124,-203r-6,13r-38,-22r-38,22r-6,-11r44,-34"},"\u00e4":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35xm90,-213v0,-16,33,-18,32,0v1,7,-7,13,-15,12v-9,0,-17,-5,-17,-12xm38,-213v1,-17,32,-17,33,0v0,16,-33,16,-33,0"},"\u00e3":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35xm38,-217v25,-21,59,10,85,-5r0,19v-28,14,-60,-18,-85,4r0,-18"},"\u00e5":{"d":"23,-157v47,-14,109,-23,109,36r0,121r-18,0r0,-16v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35xm80,-235v16,0,31,8,31,23v-1,30,-60,30,-61,0v0,-14,15,-23,30,-23xm64,-212v0,16,32,15,33,0v0,-16,-32,-17,-33,0"},"\u00e7":{"d":"35,-81v0,57,47,90,85,50r7,17v-51,43,-113,3,-113,-66v0,-70,60,-113,113,-69r-8,15v-40,-37,-84,-4,-84,53xm64,17v14,-11,41,-10,41,11v0,15,-12,26,-38,32r0,-11v14,-4,22,-9,22,-17v-3,-10,-14,-8,-25,-3r0,-12","w":132},"\u00e9":{"d":"82,-167v47,-1,70,40,64,91r-110,0v1,60,49,75,99,54r5,16v-66,26,-126,-4,-126,-78v0,-48,23,-83,68,-83xm126,-91v6,-58,-48,-77,-78,-45v-9,9,-13,26,-13,45r91,0xm119,-223r-54,36r-10,-9r48,-43","w":158},"\u00e8":{"d":"82,-167v47,-1,70,40,64,91r-110,0v1,60,49,75,99,54r5,16v-66,26,-126,-4,-126,-78v0,-48,23,-83,68,-83xm126,-91v6,-58,-48,-77,-78,-45v-9,9,-13,26,-13,45r91,0xm110,-197r-10,10r-55,-36r16,-16","w":158},"\u00eb":{"d":"82,-167v47,-1,70,40,64,91r-110,0v1,60,49,75,99,54r5,16v-66,26,-126,-4,-126,-78v0,-48,23,-83,68,-83xm126,-91v6,-58,-48,-77,-78,-45v-9,9,-13,26,-13,45r91,0xm92,-213v1,-17,32,-17,32,0v0,16,-32,15,-32,0xm40,-213v1,-17,32,-17,32,0v1,8,-8,13,-16,12v-8,0,-16,-5,-16,-12","w":158},"\u00ed":{"d":"40,0r-18,0r0,-163r18,-4r0,167xm69,-223r-53,36r-10,-9r47,-43","w":61,"k":{"l":-7,"k":-7,"j":-7,"i":-7,"h":-7,"f":-2,"b":-7}},"\u00ec":{"d":"40,0r-18,0r0,-163r18,-4r0,167xm58,-197r-10,10r-55,-36r16,-16","w":61},"\u00ee":{"d":"40,0r-18,0r0,-163r18,-4r0,167xm76,-203r-7,13r-38,-22r-38,22r-6,-11r44,-34","w":61},"\u00ef":{"d":"40,0r-18,0r0,-163r18,-4r0,167xm41,-213v0,-16,32,-18,32,0v0,8,-8,13,-16,12v-9,0,-15,-5,-16,-12xm-11,-213v1,-17,32,-17,33,0v0,16,-33,16,-33,0","w":61},"\u00f3":{"d":"83,-167v47,0,68,36,68,85v0,50,-21,86,-68,86v-47,0,-69,-35,-69,-85v0,-51,21,-86,69,-86xm83,-12v35,-1,47,-31,47,-70v0,-39,-13,-69,-47,-69v-34,0,-47,30,-47,69v0,47,16,70,47,70xm118,-223r-54,36r-10,-9r48,-43","w":165},"\u00f2":{"d":"83,-167v47,0,68,36,68,85v0,50,-21,86,-68,86v-47,0,-69,-35,-69,-85v0,-51,21,-86,69,-86xm83,-12v35,-1,47,-31,47,-70v0,-39,-13,-69,-47,-69v-34,0,-47,30,-47,69v0,47,16,70,47,70xm110,-197r-10,10r-55,-36r16,-16","w":165},"\u00f4":{"d":"83,-167v47,0,68,36,68,85v0,50,-21,86,-68,86v-47,0,-69,-35,-69,-85v0,-51,21,-86,69,-86xm83,-12v35,-1,47,-31,47,-70v0,-39,-13,-69,-47,-69v-34,0,-47,30,-47,69v0,47,16,70,47,70xm128,-203r-6,13r-39,-22r-37,22r-7,-11r44,-34","w":165},"\u00f6":{"d":"83,-167v47,0,68,36,68,85v0,50,-21,86,-68,86v-47,0,-69,-35,-69,-85v0,-51,21,-86,69,-86xm83,-12v35,-1,47,-31,47,-70v0,-39,-13,-69,-47,-69v-34,0,-47,30,-47,69v0,47,16,70,47,70xm93,-213v1,-17,33,-17,33,0v0,17,-33,15,-33,0xm58,-226v8,0,16,5,16,13v0,7,-8,13,-16,12v-8,0,-16,-4,-16,-12v0,-9,8,-13,16,-13","w":165},"\u00f5":{"d":"83,-167v47,0,68,36,68,85v0,50,-21,86,-68,86v-47,0,-69,-35,-69,-85v0,-51,21,-86,69,-86xm83,-12v35,-1,47,-31,47,-70v0,-39,-13,-69,-47,-69v-34,0,-47,30,-47,69v0,47,16,70,47,70xm41,-217v25,-21,60,10,85,-5r0,19v-28,14,-60,-18,-85,4r0,-18","w":165},"\u00fa":{"d":"40,-49v-3,49,58,43,85,19r0,-133r18,0r0,163r-18,0r0,-13v-31,27,-103,25,-103,-33r0,-117r18,-4r0,118xm122,-223r-54,36r-10,-9r47,-43","w":164},"\u00f9":{"d":"40,-49v-3,49,58,43,85,19r0,-133r18,0r0,163r-18,0r0,-13v-31,27,-103,25,-103,-33r0,-117r18,-4r0,118xm107,-197r-10,10r-55,-36r15,-16","w":164},"\u00fb":{"d":"40,-49v-3,49,58,43,85,19r0,-133r18,0r0,163r-18,0r0,-13v-31,27,-103,25,-103,-33r0,-117r18,-4r0,118xm127,-203r-7,13r-38,-22r-38,22r-6,-11r44,-34","w":164},"\u00fc":{"d":"40,-49v-3,49,58,43,85,19r0,-133r18,0r0,163r-18,0r0,-13v-31,27,-103,25,-103,-33r0,-117r18,-4r0,118xm92,-213v1,-17,32,-17,32,0v0,16,-32,15,-32,0xm40,-213v1,-17,32,-17,32,0v1,8,-8,13,-16,12v-8,0,-16,-5,-16,-12","w":164},"\u00b0":{"d":"55,-243v24,0,43,20,43,42v1,24,-20,43,-42,43v-23,0,-43,-20,-43,-43v0,-23,19,-42,42,-42xm55,-173v16,0,28,-12,28,-28v0,-16,-12,-27,-28,-27v-15,0,-27,12,-27,27v0,16,12,28,27,28","w":110},"\u00a2":{"d":"71,-50v-37,-7,-57,-37,-57,-83v0,-51,19,-79,57,-86r0,-21r14,0r0,20v15,2,29,8,42,18r-8,15v-11,-9,-23,-14,-34,-16r0,137v11,-1,23,-7,35,-17r7,16v-14,10,-27,16,-42,18r0,27r-14,0r0,-28xm71,-68r0,-134v-47,6,-49,128,0,134","w":141},"\u00a7":{"d":"142,-198v0,-42,-85,-41,-85,-1v13,54,118,35,118,101v0,19,-11,35,-33,48v37,32,0,84,-48,81v-36,-2,-62,-18,-66,-51r20,0v3,24,18,35,45,35v42,0,58,-48,20,-62v-33,-22,-100,-23,-100,-71v0,-21,13,-37,38,-49v-38,-30,-1,-78,48,-78v36,0,57,15,63,47r-20,0xm125,-62v33,-12,40,-50,9,-64r-69,-31v-34,13,-43,48,-10,63","w":189},"\u00b6":{"d":"13,-165v2,-52,22,-75,88,-75r66,0r0,12r-21,0r0,330r-13,0r0,-330r-36,0r0,330r-14,0r0,-191v-44,-2,-72,-30,-70,-76xm83,-228v-60,-4,-68,79,-37,112v9,9,21,14,37,15r0,-127","w":180},"\u00df":{"d":"79,-243v50,-3,64,51,33,81v-36,35,41,65,41,114v0,40,-40,61,-80,47r4,-15v29,10,56,-5,56,-31v0,-44,-81,-81,-33,-131v20,-21,7,-51,-23,-50v-25,0,-37,13,-36,41r0,187r-19,0r0,-186v-2,-41,21,-55,57,-57","w":162},"\u00ae":{"d":"119,-245v55,0,101,46,101,101v0,54,-46,100,-100,100v-54,0,-101,-46,-101,-99v0,-55,45,-102,100,-102xm119,-54v49,0,91,-41,91,-90v0,-49,-42,-91,-90,-91v-47,0,-91,41,-91,89v0,50,40,92,90,92xm152,-170v-1,17,-13,29,-32,27r42,54r-18,0r-37,-51r0,51r-16,0r0,-108v29,-1,63,-2,61,27xm136,-170v0,-15,-12,-18,-29,-17r0,37v18,1,29,-5,29,-20","w":239},"\u00a9":{"d":"153,-245v69,0,126,57,126,125v0,68,-58,125,-126,125v-66,0,-124,-56,-124,-123v0,-69,56,-127,124,-127xm153,-5v64,0,116,-52,116,-115v0,-63,-53,-115,-116,-115v-62,0,-115,52,-115,113v0,64,52,117,115,117xm107,-118v0,-55,30,-90,80,-69r-4,14v-37,-15,-54,3,-54,56v0,53,24,68,58,49r3,15v-47,21,-83,0,-83,-65","w":307},"\u2122":{"d":"164,-132r-13,0r-7,-87r-19,87r-11,0r-19,-87r-7,87r-13,0r10,-108r15,0r20,85r19,-85r16,0xm66,-230r-22,3r0,95r-13,0r0,-95r-23,-3r0,-10r58,0r0,10","w":181},"\u00b4":{"d":"73,-223r-53,36r-10,-9r47,-43","w":83},"\u00a8":{"d":"61,-213v1,-17,33,-17,33,0v0,17,-33,15,-33,0xm26,-226v8,0,16,5,16,13v0,7,-8,13,-16,12v-8,0,-16,-4,-16,-12v0,-9,8,-13,16,-13","w":103},"\u00d8":{"d":"32,-33v-31,-66,-27,-210,62,-210v23,0,43,9,57,28r18,-28r13,8r-23,34v29,68,21,205,-65,205v-22,0,-39,-8,-53,-24r-18,27r-12,-8xm94,-228v-66,1,-65,116,-49,175r94,-144v-11,-21,-26,-31,-45,-31xm94,-11v64,-2,67,-106,52,-169r-94,143v11,17,25,26,42,26","w":188,"k":{"Z":5}},"\u00b1":{"d":"134,-87r-52,0r0,51r-17,0r0,-51r-52,0r0,-17r52,0r0,-52r17,0r0,52r52,0r0,17xm134,0r-121,0r0,-17r121,0r0,17","w":147},"\u00aa":{"d":"20,-237v36,-10,77,-15,76,26r0,85r-13,0r0,-11v-27,24,-73,16,-73,-22v0,-36,37,-47,73,-36v7,-41,-27,-43,-59,-30xm59,-188v-40,-5,-47,54,-7,53v10,0,21,-5,31,-15r0,-35v-9,-2,-18,-3,-24,-3","w":105},"\u00ba":{"d":"60,-244v33,1,48,25,48,60v0,35,-15,60,-48,60v-33,0,-48,-24,-48,-59v-1,-35,15,-61,48,-61xm93,-184v0,-32,-11,-48,-33,-48v-22,0,-33,16,-33,48v0,33,11,49,33,49v22,0,33,-17,33,-49","w":119},"\u00f8":{"d":"34,-16v-37,-44,-25,-151,49,-151v17,0,30,4,41,12r12,-18r13,8r-14,22v32,50,19,147,-52,147v-14,0,-27,-3,-38,-10r-13,20r-12,-9xm114,-139v-38,-31,-78,3,-78,57v0,19,3,35,9,48xm55,-22v39,28,75,-8,75,-60v0,-16,-2,-30,-7,-43","w":165},"\u00a1":{"d":"26,-155v1,-15,32,-15,33,0v-1,17,-33,17,-33,0xm55,76r-24,0r7,-193r11,0","w":80},"\u00ac":{"d":"184,-22r-21,0r0,-67r-167,0r0,-21r188,0r0,88","w":180},"\u0192":{"d":"160,-237r-5,15v-26,-6,-44,1,-48,29r-4,30r46,0r-2,14r-45,2r-18,167v-3,43,-30,52,-72,45r7,-17v26,6,44,1,47,-29r17,-166r-21,-2r1,-14r22,0v4,-41,5,-80,54,-77v8,0,15,1,21,3","w":159,"k":{"9":-5,"7":-14,"6":7,"4":14,"3":-14,"2":-5,"1":-7}},"\u00ab":{"d":"111,-143r-31,62r31,60r-12,4r-39,-64r39,-67xm68,-143r-31,62r30,60r-12,4r-38,-64r39,-67","w":127},"\u00bb":{"d":"110,-81r-39,64r-11,-4r29,-60r-29,-63r12,-4xm67,-81r-39,64r-11,-4r29,-60r-29,-63r11,-4","w":127},"\u2026":{"d":"145,-9v0,-19,32,-15,32,0v-1,16,-32,18,-32,0xm77,-9v1,-17,33,-17,33,0v-1,16,-33,17,-33,0xm10,-9v0,-17,32,-17,33,0v-1,16,-33,17,-33,0","w":187,"k":{"\u00ea":12,"\u00c6":19,"\u00a5":-23,"\u00b9":-2,"o":10,"e":12,"a":-2,"W":22,"T":36,"O":19,"C":19,"A":-23,"\u0105":-2,"\u0119":12,"\u0106":19,"\u0104":-23,"\u00d3":19,"\u2019":12,"\u201d":12,"\u00f3":10,"z":-19,"y":24,"x":-17,"w":18,"v":24,"u":7,"t":4,"s":-8,"q":10,"g":-7,"f":1,"d":10,"c":10,"Z":-21,"Y":43,"X":-18,"V":33,"U":13,"S":-10,"Q":19,"M":-10,"G":19,"9":12,"8":5,"7":-17,"6":13,"5":-15,"4":12,"3":-12,"2":-11,"1":-8,"0":15}},"\u00c0":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0xm103,-271r-10,10r-55,-36r16,-17","w":155},"\u00c3":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0xm35,-291v25,-21,60,9,86,-6r0,19v-29,14,-62,-18,-86,5r0,-18","w":155},"\u00d5":{"d":"94,-243v59,0,80,54,80,123v0,69,-20,124,-80,124v-59,0,-80,-55,-80,-122v0,-70,20,-125,80,-125xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110xm51,-291v25,-21,60,9,86,-6r0,19v-29,14,-62,-18,-86,5r0,-18","w":188},"\u2013":{"d":"192,-79r-168,0r0,-17r168,0r0,17","w":216,"k":{"\u00ea":-5,"\u00c6":-5,"\u00b9":-4,"o":-5,"e":-5,"a":-4,"W":6,"T":33,"O":-5,"C":-5,"\u0105":-4,"\u0119":-5,"\u0106":-5,"\u00d3":-5,"\u00f3":-5,"z":12,"x":10,"s":-2,"q":-5,"g":-5,"d":-5,"c":-5,"Z":7,"Y":36,"X":8,"V":12,"S":12,"Q":-5,"G":-5}},"\u2014":{"d":"360,-79r-336,0r0,-17r336,0r0,17","w":384,"k":{"\u00ea":-5,"\u00c6":-5,"\u00b9":-4,"o":-5,"e":-5,"a":-4,"W":6,"T":33,"O":-5,"C":-5,"\u0105":-4,"\u0119":-5,"\u0106":-5,"\u00d3":-5,"\u00f3":-5,"z":12,"x":10,"s":-2,"q":-5,"g":-5,"d":-5,"c":-5,"Z":7,"Y":36,"X":8,"V":12,"S":12,"Q":-5,"G":-5}},"\u201c":{"d":"91,-237r-16,64r-25,0r31,-67xm48,-237r-16,64r-25,0r30,-67","w":98,"k":{"\u00ea":29,"\u00c6":7,"\u00a5":26,"\u00b9":22,"o":29,"e":29,"a":22,"W":-19,"T":-18,"O":7,"C":7,"A":26,"\u0105":22,"\u0119":29,"\u0106":7,"\u0104":26,"\u00d3":7,"\u2026":24,"\u00f3":29,"z":-2,"y":-8,"x":-6,"w":-8,"v":-8,"u":11,"t":-7,"s":15,"r":11,"q":29,"p":11,"n":11,"m":11,"j":-1,"i":-1,"g":22,"f":-5,"d":29,"c":29,"Z":-12,"Y":-22,"X":-8,"V":-19,"S":-4,"Q":7,"M":10,"G":7}},"\u201d":{"d":"91,-240r-30,67r-11,-2r17,-65r24,0xm48,-240r-30,67r-11,-2r16,-65r25,0","w":98},"\u2018":{"d":"48,-237r-16,64r-25,0r30,-67","w":55,"k":{"\u00ea":29,"\u00c6":7,"\u00a5":26,"\u00b9":22,"o":29,"e":29,"a":22,"W":-19,"T":-18,"O":7,"C":7,"A":26,"\u0105":22,"\u0119":29,"\u0106":7,"\u0104":26,"\u00d3":7,"\u2026":24,"\u00f3":29,"z":-2,"y":-8,"x":-6,"w":-8,"v":-8,"u":11,"t":-7,"s":15,"r":11,"q":29,"p":11,"n":11,"m":11,"j":-1,"i":-1,"g":22,"f":-5,"d":29,"c":29,"Z":-12,"Y":-22,"X":-8,"V":-19,"S":-4,"Q":7,"M":10,"G":7}},"\u2019":{"d":"48,-240r-30,67r-11,-2r16,-65r25,0","w":55,"k":{"o":38,"T":-21,"O":19,"\u00d3":19,"\u00f3":38,"v":5,"t":5,"s":36,"r":26,"m":26,"d":38,"V":-26,"S":5,"M":13}},"\u00ff":{"d":"139,-163r-66,190v-9,33,-29,49,-67,37r5,-16v37,18,44,-20,53,-48r-9,0r-55,-163r20,-4r48,152r49,-148r22,0xm78,-213v1,-17,33,-17,33,0v0,17,-33,15,-33,0xm27,-213v1,-17,31,-17,32,0v0,7,-8,13,-16,12v-8,0,-16,-5,-16,-12","w":138},"\u00b7":{"d":"19,-120v0,-17,32,-17,33,0v-1,16,-33,17,-33,0","w":70},"\u2219":{"d":"19,-120v0,-17,32,-17,33,0v-1,16,-33,17,-33,0","w":70},"\u201e":{"d":"89,-24r-31,68r-10,-3r16,-65r25,0xm45,-24r-30,68r-10,-3r16,-65r24,0","w":95},"\u00c2":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0xm122,-277r-7,12r-38,-22r-37,22r-7,-10r44,-35","w":155},"\u00c1":{"d":"159,0r-20,0r-27,-94r-69,0r-26,94r-21,0r71,-240r21,0xm108,-108r-31,-109r-30,109r61,0xm118,-297r-53,36r-11,-10r48,-43","w":155},"\u00cb":{"d":"136,0r-114,0r0,-240r112,0r0,13r-93,4r0,92r86,0r0,14r-86,0r0,100r95,4r0,13xm103,-300v9,0,16,3,16,12v1,8,-8,13,-15,13v-9,0,-16,-5,-17,-13v0,-8,8,-12,16,-12xm52,-300v8,0,16,4,16,12v-1,16,-32,17,-32,0v-1,-9,8,-12,16,-12","w":146},"\u00c8":{"d":"136,0r-114,0r0,-240r112,0r0,13r-93,4r0,92r86,0r0,14r-86,0r0,100r95,4r0,13xm103,-271r-9,10r-56,-36r16,-17","w":146},"\u00cd":{"d":"41,0r-19,0r0,-240r19,0r0,240xm69,-297r-53,36r-10,-10r47,-43","w":62},"\u00ce":{"d":"41,0r-19,0r0,-240r19,0r0,240xm75,-277r-6,12r-38,-22r-38,22r-7,-10r45,-35","w":62},"\u00cf":{"d":"41,0r-19,0r0,-240r19,0r0,240xm40,-288v0,-16,33,-16,33,0v-1,17,-33,17,-33,0xm5,-300v8,0,16,4,16,12v-1,16,-32,17,-32,0v-1,-9,8,-12,16,-12","w":62},"\u00cc":{"d":"41,0r-19,0r0,-240r19,0r0,240xm58,-271r-10,10r-55,-36r16,-17","w":62},"\u00d3":{"d":"94,-243v59,0,80,54,80,123v0,69,-20,124,-80,124v-59,0,-80,-55,-80,-122v0,-70,20,-125,80,-125xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110xm131,-297r-53,36r-11,-10r48,-43","w":188,"k":{"\u00b9":2,"a":2,"T":19,"\u0105":2,"\u00ff":-8,"\u2014":-5,"\u2013":-5,"\u2026":19,"\u00e5":2,"\u00e3":2,"\u00e4":2,"\u00e2":2,"\u00e0":2,"\u00e1":2,"z":-2,"y":-8,"x":-2,"w":-8,"v":-8,"t":-5,"f":-5,"Z":10,"Y":6,"X":11,"?":5,";":-7,":":-7,"\/":14,".":19,"-":-5,",":19}},"\u00d4":{"d":"94,-243v59,0,80,54,80,123v0,69,-20,124,-80,124v-59,0,-80,-55,-80,-122v0,-70,20,-125,80,-125xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110xm138,-277r-6,12r-38,-22r-38,22r-7,-10r45,-35","w":188},"\u00d2":{"d":"94,-243v59,0,80,54,80,123v0,69,-20,124,-80,124v-59,0,-80,-55,-80,-122v0,-70,20,-125,80,-125xm94,-11v46,0,59,-53,59,-109v0,-55,-13,-108,-59,-108v-45,0,-59,52,-59,107v1,57,13,110,59,110xm118,-271r-10,10r-55,-36r16,-17","w":188},"\u00da":{"d":"95,-13v34,0,55,-22,55,-57r0,-170r19,0r0,170v3,49,-30,74,-74,74v-44,0,-73,-26,-73,-74r0,-170r19,0r0,170v-1,35,20,57,54,57xm127,-297r-54,36r-10,-10r48,-43","w":190},"\u00db":{"d":"95,-13v34,0,55,-22,55,-57r0,-170r19,0r0,170v3,49,-30,74,-74,74v-44,0,-73,-26,-73,-74r0,-170r19,0r0,170v-1,35,20,57,54,57xm138,-277r-6,12r-38,-22r-38,22r-7,-10r45,-35","w":190},"\u00d9":{"d":"95,-13v34,0,55,-22,55,-57r0,-170r19,0r0,170v3,49,-30,74,-74,74v-44,0,-73,-26,-73,-74r0,-170r19,0r0,170v-1,35,20,57,54,57xm124,-271r-10,10r-55,-36r16,-17","w":190},"\u0131":{"d":"40,0r-18,0r0,-163r18,-4r0,167","w":61},"\u00b8":{"d":"10,17v14,-11,40,-9,41,11v0,15,-13,26,-39,32r0,-11v14,-4,22,-9,22,-17v0,-11,-13,-7,-24,-3r0,-12","w":60},"\u0160":{"d":"30,-182v3,64,116,47,112,120v-3,62,-78,83,-131,50r7,-16v41,26,103,19,103,-32v0,-67,-110,-47,-110,-121v0,-52,62,-77,113,-54r-6,16v-37,-19,-90,-4,-88,37xm126,-298r-45,35r-44,-38r7,-10r37,22r39,-22","w":152},"\u0161":{"d":"110,-140v-31,-21,-94,-12,-74,28v23,24,85,33,85,73v0,49,-69,53,-111,31r8,-17v30,18,75,20,83,-13v-11,-42,-90,-38,-90,-89v0,-44,65,-51,106,-29xm114,-224r-44,35r-45,-37r7,-11r38,23r38,-23","w":130},"\u017d":{"d":"135,0r-133,0r0,-15r111,-210r-103,-2r0,-13r125,0r0,15r-111,209r111,2r0,14xm119,-298r-45,35r-44,-38r6,-10r38,22r38,-22","w":140},"\u017e":{"d":"126,0r-124,0r0,-12r98,-136r-94,-3r0,-12r119,0r0,11r-97,137r98,2r0,13xm109,-224r-44,35r-45,-37r7,-11r38,23r38,-23","w":129},"\u00dd":{"d":"156,-240r-72,137r0,103r-20,0r0,-103r-71,-137r23,0r58,119r58,-119r24,0xm110,-297r-53,36r-11,-10r48,-43","w":149},"\u00ad":{"d":"134,-51r-121,0r0,-17r121,0r0,17","w":147},"\u2212":{"d":"134,-51r-121,0r0,-17r121,0r0,17","w":147},"\u00a4":{"d":"202,-181v30,33,29,84,0,118v7,9,26,17,12,28r-21,-21v-31,30,-86,29,-118,1r-20,20r-8,-9r20,-19v-28,-32,-28,-88,0,-118r-20,-20r8,-9r20,21v33,-30,86,-31,118,0r20,-21r9,9xm134,-46v40,0,76,-35,76,-76v0,-41,-35,-76,-76,-76v-41,0,-75,36,-75,76v0,40,35,76,75,76","w":270},"\u015a":{"d":"30,-182v3,64,116,47,112,120v-3,62,-78,83,-131,50r7,-16v41,26,103,19,103,-32v0,-67,-110,-47,-110,-121v0,-52,62,-77,113,-54r-6,16v-37,-19,-90,-4,-88,37xm105,-298r-53,36r-10,-9r47,-43","w":152},"\u015b":{"d":"110,-140v-31,-21,-94,-12,-74,28v23,24,85,33,85,73v0,49,-69,53,-111,31r8,-17v30,18,75,20,83,-13v-11,-42,-90,-38,-90,-89v0,-44,65,-51,106,-29xm95,-223r-53,36r-10,-9r47,-43","w":130},"\u0179":{"d":"135,0r-133,0r0,-15r111,-210r-103,-2r0,-13r125,0r0,15r-111,209r111,2r0,14xm107,-298r-53,36r-10,-9r47,-43","w":140},"\u017a":{"d":"126,0r-124,0r0,-12r98,-136r-94,-3r0,-12r119,0r0,11r-97,137r98,2r0,13xm98,-223r-53,36r-10,-9r47,-43","w":129},"\u017b":{"d":"135,0r-133,0r0,-15r111,-210r-103,-2r0,-13r125,0r0,15r-111,209r111,2r0,14xm73,-304v7,0,12,8,12,17v0,9,-5,17,-12,17v-15,-1,-15,-33,0,-34","w":140},"\u017c":{"d":"69,-239v15,1,15,33,0,34v-17,0,-17,-34,0,-34xm126,0r-124,0r0,-12r98,-136r-94,-3r0,-12r119,0r0,11r-97,137r98,2r0,13","w":129},"\u0104":{"d":"136,26v0,15,20,11,30,7r0,14v-18,12,-49,9,-49,-15v0,-14,8,-25,22,-33r-27,-93r-69,0r-26,94r-21,0r71,-240r21,0r71,240v-13,5,-23,12,-23,26xm108,-108r-31,-109r-30,109r61,0","w":155,"k":{"\u00ea":-6,"\u00a5":-18,"\u00b9":-12,"o":-7,"e":-6,"a":-12,"W":10,"T":29,"A":-18,"\u0105":-12,"\u0119":-6,"\u0104":-18,"\u00c1":-18,"\u00c2":-18,"\u2019":24,"\u201d":24,"\u00c3":-18,"\u00c0":-18,"\u2026":-23,"\u00f8":-7,"\u2122":19,"\u00ae":12,"\u00df":-2,"\u00fc":-6,"\u00fb":-6,"\u00f9":-6,"\u00fa":-6,"\u00f5":-7,"\u00f6":-7,"\u00f4":-7,"\u00f2":-7,"\u00f3":-7,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00eb":-6,"\u00e8":-6,"\u00e9":-6,"\u00e7":-6,"\u00e5":-12,"\u00e3":-12,"\u00e4":-12,"\u00e2":-12,"\u00e0":-12,"\u00e1":-12,"\u00c5":-18,"\u00c4":-18,"z":-14,"x":-14,"v":2,"u":-6,"t":-6,"s":-8,"r":-2,"q":-7,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-5,"i":-2,"h":-2,"g":-12,"f":-2,"d":-7,"c":-6,"b":-2,"Z":-15,"Y":25,"X":-13,"V":13,"S":-5,"M":-7,"J":-2,"?":-10,";":-23,":":-23,"\/":-22,".":-23,",":-23,"*":19,"!":-10}},"\u0141":{"d":"86,-156r-45,15r0,124r86,5r0,12r-105,0r0,-135r-18,6r0,-17r18,-6r0,-88r19,0r0,82r45,-15r0,17","w":127,"k":{"\u00ea":8,"\u00c6":13,"\u00a5":-19,"\u00b9":-4,"o":5,"e":8,"a":-4,"W":14,"T":31,"O":13,"C":13,"A":-19,"\u0105":-4,"\u0119":8,"\u0106":13,"\u0104":-19,"\u00d9":8,"\u00db":8,"\u00da":8,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":-19,"\u00c2":-19,"\u00ff":10,"\u2019":24,"\u201d":24,"\u2014":10,"\u2013":10,"\u00d5":13,"\u00c3":-19,"\u00c0":-19,"\u2026":-18,"\u00f8":5,"\u00d8":13,"\u2122":36,"\u00ae":24,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":8,"\u00e8":8,"\u00e9":8,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":8,"\u00d6":13,"\u00c7":13,"\u00c5":-19,"\u00c4":-19,"y":10,"w":10,"u":2,"Z":-17,"Y":32,"V":22,"U":8,"S":-7,"Q":13,"M":-10,"G":13,"?":-7,";":-18,":":-18,"\/":-17,".":-18,"-":10,",":-18,"*":46,"!":-7}},"\u0142":{"d":"40,0r-18,0r0,-137r-18,4r0,-17r18,-5r0,-84r18,-4r0,83r18,-5r0,17r-18,5r0,143","w":61},"\u0106":{"d":"36,-115v0,57,12,101,57,103v14,0,30,-5,47,-14r5,15v-75,39,-131,2,-131,-106v0,-91,45,-151,125,-115r-4,15v-67,-31,-100,3,-99,102xm119,-298r-53,36r-10,-9r47,-43","w":146,"k":{"\u00ea":7,"\u00c6":13,"\u00a5":-12,"\u00b9":-2,"o":4,"e":7,"a":-2,"T":-8,"O":13,"C":13,"A":-12,"\u0105":-2,"\u0119":7,"\u0106":13,"\u0104":-12,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":-12,"\u00c2":-12,"\u00ff":7,"\u2019":-5,"\u201d":-5,"\u00d5":13,"\u00c3":-12,"\u00c0":-12,"\u2026":-14,"\u00f8":4,"\u00d8":13,"\u2122":-12,"\u00ae":12,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-14,"\u00ee":-10,"\u00ec":-22,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"\u00d6":13,"\u00c7":13,"\u00c5":-12,"\u00c4":-12,"y":7,"u":1,"l":-1,"k":-1,"j":-1,"i":-1,"h":-1,"b":-1,"Y":-11,"S":-2,"Q":13,"G":13,"?":-7,";":-14,":":-14,"\/":-15,".":-14,",":-14,"*":-6,"!":-7}},"\u0107":{"d":"35,-81v0,57,47,90,85,50r7,17v-51,43,-113,3,-113,-66v0,-70,60,-113,113,-69r-8,15v-40,-37,-84,-4,-84,53xm108,-223r-53,36r-10,-9r47,-43","w":132},"\u0144":{"d":"40,-150v33,-28,103,-27,103,36r0,114r-18,0v-7,-56,24,-152,-37,-152v-15,-1,-37,9,-48,19r0,133r-18,0r0,-163r18,-4r0,17xm114,-223r-53,36r-10,-9r47,-43","w":164},"\u0143":{"d":"171,0r-23,0r-107,-205r0,205r-19,0r0,-240r22,0r107,206r0,-206r20,0r0,240xm128,-298r-53,36r-10,-9r47,-43","w":192},"\u0118":{"d":"97,26v0,17,20,9,30,7r0,14v-48,30,-66,-31,-30,-47r-75,0r0,-240r112,0r0,13r-93,4r0,92r86,0r0,14r-86,0r0,100r95,4r0,13v-23,-2,-38,7,-39,26","w":146},"\u0119":{"d":"95,26v0,16,20,11,30,7r0,14v-18,12,-48,9,-49,-15v-1,-11,9,-23,14,-29v-50,-1,-76,-34,-76,-87v-1,-48,23,-83,68,-83v47,-1,70,40,64,91r-110,0v1,60,49,75,99,54r5,16v-19,8,-45,8,-45,32xm126,-91v6,-58,-48,-77,-78,-45v-9,9,-13,26,-13,45r91,0","w":158},"\u0105":{"d":"109,26v0,16,20,11,30,7r0,14v-18,12,-49,9,-49,-15v0,-17,10,-28,24,-35r0,-13v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11r-7,-17v47,-14,109,-23,109,36r0,121v-13,5,-22,12,-23,26xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35"},"\u00b9":{"d":"109,26v0,16,20,11,30,7r0,14v-18,12,-49,9,-49,-15v0,-17,10,-28,24,-35r0,-13v-38,34,-105,24,-106,-31v0,-50,53,-66,105,-51v2,-33,-1,-54,-36,-53v-13,0,-28,4,-47,11r-7,-17v47,-14,109,-23,109,36r0,121v-13,5,-22,12,-23,26xm30,-48v0,43,58,44,83,15r0,-50v-39,-12,-83,-4,-83,35"},"\u00a5":{"d":"136,26v0,15,20,11,30,7r0,14v-18,12,-49,9,-49,-15v0,-14,8,-25,22,-33r-27,-93r-69,0r-26,94r-21,0r71,-240r21,0r71,240v-13,5,-23,12,-23,26xm108,-108r-31,-109r-30,109r61,0","w":155,"k":{"\u0105":-12,"\u0119":-6,"\u0104":-18,"\u00c1":-18,"\u00c2":-18,"\u2019":24,"\u201d":24,"\u00c3":-18,"\u00c0":-18,"\u2026":-23,"\u00f8":-7,"\u2122":19,"\u00ae":12,"\u00df":-2,"\u00fc":-6,"\u00fb":-6,"\u00f9":-6,"\u00fa":-6,"\u00f5":-7,"\u00f6":-7,"\u00f4":-7,"\u00f2":-7,"\u00f3":-7,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00eb":-6,"\u00e8":-6,"\u00e9":-6,"\u00e7":-6,"\u00e5":-12,"\u00e3":-12,"\u00e4":-12,"\u00e2":-12,"\u00e0":-12,"\u00e1":-12,"\u00c5":-18,"\u00c4":-18,"z":-14,"x":-14,"v":2,"u":-6,"t":-6,"s":-8,"r":-2,"q":-7,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-5,"i":-2,"h":-2,"g":-12,"f":-2,"d":-7,"c":-6,"b":-2,"Z":-15,"Y":25,"X":-13,"V":13,"S":-5,"M":-7,"J":-2,"?":-10,";":-23,":":-23,"\/":-22,".":-23,",":-23,"*":19,"!":-10,"A":-18,"\u00a5":-18,"T":29,"W":10,"a":-12,"\u00b9":-12,"e":-6,"\u00ea":-6,"o":-7}},"\u00e6":{"d":"35,-81v0,57,47,90,85,50r7,17v-51,43,-113,3,-113,-66v0,-70,60,-113,113,-69r-8,15v-40,-37,-84,-4,-84,53xm108,-223r-53,36r-10,-9r47,-43","w":132},"\u00c6":{"d":"36,-115v0,57,12,101,57,103v14,0,30,-5,47,-14r5,15v-75,39,-131,2,-131,-106v0,-91,45,-151,125,-115r-4,15v-67,-31,-100,3,-99,102xm119,-298r-53,36r-10,-9r47,-43","w":146,"k":{"\u0105":-2,"\u0119":7,"\u0106":13,"\u0104":-12,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":-12,"\u00c2":-12,"\u00ff":7,"\u2019":-5,"\u201d":-5,"\u00d5":13,"\u00c3":-12,"\u00c0":-12,"\u2026":-14,"\u00f8":4,"\u00d8":13,"\u2122":-12,"\u00ae":12,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-14,"\u00ee":-10,"\u00ec":-22,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"\u00d6":13,"\u00c7":13,"\u00c5":-12,"\u00c4":-12,"y":7,"u":1,"l":-1,"k":-1,"j":-1,"i":-1,"h":-1,"b":-1,"Y":-11,"S":-2,"Q":13,"G":13,"?":-7,";":-14,":":-14,"\/":-15,".":-14,",":-14,"*":-6,"!":-7,"A":-12,"\u00a5":-12,"T":-8,"a":-2,"\u00b9":-2,"e":7,"\u00ea":7,"o":4,"C":13,"\u00c6":13,"O":13}},"\u00ea":{"d":"95,26v0,16,20,11,30,7r0,14v-18,12,-48,9,-49,-15v-1,-11,9,-23,14,-29v-50,-1,-76,-34,-76,-87v-1,-48,23,-83,68,-83v47,-1,70,40,64,91r-110,0v1,60,49,75,99,54r5,16v-19,8,-45,8,-45,32xm126,-91v6,-58,-48,-77,-78,-45v-9,9,-13,26,-13,45r91,0","w":158},"\u00ca":{"d":"97,26v0,17,20,9,30,7r0,14v-48,30,-66,-31,-30,-47r-75,0r0,-240r112,0r0,13r-93,4r0,92r86,0r0,14r-86,0r0,100r95,4r0,13v-23,-2,-38,7,-39,26","w":146},"\u00b3":{"d":"40,0r-18,0r0,-137r-18,4r0,-17r18,-5r0,-84r18,-4r0,83r18,-5r0,17r-18,5r0,143","w":61},"\u00a3":{"d":"86,-156r-45,15r0,124r86,5r0,12r-105,0r0,-135r-18,6r0,-17r18,-6r0,-88r19,0r0,82r45,-15r0,17","w":127,"k":{"\u0105":-4,"\u0119":8,"\u0106":13,"\u0104":-19,"\u00d9":8,"\u00db":8,"\u00da":8,"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":-19,"\u00c2":-19,"\u00ff":10,"\u2019":24,"\u201d":24,"\u2014":10,"\u2013":10,"\u00d5":13,"\u00c3":-19,"\u00c0":-19,"\u2026":-18,"\u00f8":5,"\u00d8":13,"\u2122":36,"\u00ae":24,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":8,"\u00e8":8,"\u00e9":8,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":8,"\u00d6":13,"\u00c7":13,"\u00c5":-19,"\u00c4":-19,"y":10,"w":10,"u":2,"Z":-17,"Y":32,"V":22,"U":8,"S":-7,"Q":13,"M":-10,"G":13,"?":-7,";":-18,":":-18,"\/":-17,".":-18,"-":10,",":-18,"*":46,"!":-7,"A":-19,"\u00a5":-19,"T":31,"W":14,"a":-4,"\u00b9":-4,"e":8,"\u00ea":8,"o":5,"C":13,"\u00c6":13,"O":13}},"\u00f1":{"d":"40,-150v33,-28,103,-27,103,36r0,114r-18,0v-7,-56,24,-152,-37,-152v-15,-1,-37,9,-48,19r0,133r-18,0r0,-163r18,-4r0,17xm114,-223r-53,36r-10,-9r47,-43","w":164},"\u00d1":{"d":"171,0r-23,0r-107,-205r0,205r-19,0r0,-240r22,0r107,206r0,-206r20,0r0,240xm128,-298r-53,36r-10,-9r47,-43","w":192},"\u0153":{"d":"110,-140v-31,-21,-94,-12,-74,28v23,24,85,33,85,73v0,49,-69,53,-111,31r8,-17v30,18,75,20,83,-13v-11,-42,-90,-38,-90,-89v0,-44,65,-51,106,-29xm95,-223r-53,36r-10,-9r47,-43","w":130},"\u0152":{"d":"30,-182v3,64,116,47,112,120v-3,62,-78,83,-131,50r7,-16v41,26,103,19,103,-32v0,-67,-110,-47,-110,-121v0,-52,62,-77,113,-54r-6,16v-37,-19,-90,-4,-88,37xm105,-298r-53,36r-10,-9r47,-43","w":152},"\u0178":{"d":"126,0r-124,0r0,-12r98,-136r-94,-3r0,-12r119,0r0,11r-97,137r98,2r0,13xm98,-223r-53,36r-10,-9r47,-43","w":129},"\u00bf":{"d":"69,-239v15,1,15,33,0,34v-17,0,-17,-34,0,-34xm126,0r-124,0r0,-12r98,-136r-94,-3r0,-12r119,0r0,11r-97,137r98,2r0,13","w":129},"\u00af":{"d":"135,0r-133,0r0,-15r111,-210r-103,-2r0,-13r125,0r0,15r-111,209r111,2r0,14xm73,-304v7,0,12,8,12,17v0,9,-5,17,-12,17v-15,-1,-15,-33,0,-34","w":140},"\u00a0":{"w":90}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Licencja dla: Endorfine s.c. Polish modification by Pawel Kenig, KENTYPE, 2008.
 * Copyright (c) 1999, Rabbit Reproductions Typefoundry. All rights reserved. Data
 * Copyright (c) 1999 dtpTypes Limited.
 */
Cufon.registerFont({"w":182,"face":{"font-family":"GlasgowPl RR ExtraBold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 8 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-20 -329 355 102","underline-thickness":"26.3672","underline-position":"-28.6523","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":72},"!":{"d":"101,-240r-20,176r-44,0r-20,-176r84,0xm21,-22v2,-36,74,-35,76,0v-2,34,-76,35,-76,0","w":113,"k":{"\u2019":4,"\u201d":4}},"\"":{"d":"158,-240r-52,97r-30,-8r19,-89r63,0xm86,-240r-52,97r-30,-8r19,-89r63,0","w":158},"#":{"d":"162,-205r-5,30r-27,0r-4,24r27,0r-6,30r-26,0r-7,35r-31,0r6,-35r-19,0r-6,35r-31,0r6,-35r-27,0r5,-30r27,0r5,-24r-27,0r5,-30r27,0r6,-35r31,0r-6,35r19,0r6,-35r32,0r-7,35r27,0xm99,-175r-19,0r-5,24r20,0","w":161},"$":{"d":"118,-243v19,0,36,7,53,11r-16,55v-20,-8,-36,-12,-50,-12v-28,0,-30,18,-7,28v38,16,83,30,82,81v-1,41,-28,70,-62,80r0,22r-43,0r0,-17v-18,-1,-40,-5,-66,-12r15,-57v20,8,38,12,52,12v23,2,35,-16,19,-25v-33,-18,-91,-35,-88,-88v2,-44,28,-70,68,-77r0,-20r43,0r0,19","w":186,"k":{"9":10,"8":-2,"7":8,"6":-1,"5":7,"4":2,"2":2,"1":7}},"%":{"d":"220,-120v43,0,66,17,66,63v0,46,-23,63,-66,63v-41,0,-65,-18,-65,-62v0,-47,21,-64,65,-64xm274,-240r-207,240r-48,0r207,-240r48,0xm5,-181v-1,-44,22,-63,65,-64v44,0,66,21,66,63v0,45,-22,63,-66,64v-44,0,-65,-21,-65,-63xm230,-57v0,-15,-3,-22,-10,-22v-6,0,-10,7,-10,22v0,15,4,22,10,22v7,0,10,-7,10,-22xm80,-182v0,-15,-4,-22,-10,-22v-6,0,-9,7,-9,22v0,15,3,23,9,23v6,0,10,-8,10,-23","w":290},"&":{"d":"217,-89v-8,11,-5,10,-17,22r31,27r-45,44r-31,-24v-46,50,-154,28,-151,-47v2,-34,17,-48,42,-64v-39,-55,-2,-116,67,-113v40,2,72,19,72,58v0,23,-15,43,-45,62v8,10,13,14,22,22v8,-6,11,-11,19,-20xm109,-198v-20,0,-20,24,-6,38v13,-8,20,-15,20,-24v0,-9,-5,-14,-14,-14xm79,-90v-21,13,-9,43,13,40v33,-4,5,-20,-5,-32","w":211},"'":{"d":"86,-240r-52,97r-30,-8r19,-89r63,0","w":86},"(":{"d":"109,-267v-42,71,-41,221,0,294r-10,9v-66,-52,-122,-153,-62,-242v18,-28,36,-47,62,-69","w":113},")":{"d":"15,-275v67,55,118,151,62,240v-18,27,-36,46,-62,70r-10,-8v41,-74,40,-218,0,-293","w":113},"*":{"d":"123,-193r-36,12r36,11r-21,34r-28,-26r11,36r-40,0r8,-37r-29,26r-19,-35r36,-10r-36,-13r20,-34r28,26r-8,-37r39,0r-9,37r29,-24","w":128},"+":{"d":"148,-47r-48,0r0,47r-48,0r0,-47r-48,0r0,-48r48,0r0,-49r48,0r0,49r48,0r0,48","w":151},",":{"d":"81,-50r-52,97r-30,-9r19,-88r63,0","w":86,"k":{"\u2019":29,"\u201d":29,"9":17,"7":5,"6":7,"0":14,"*":31}},"-":{"d":"96,-64r-84,0r0,-51r84,0r0,51","w":107,"k":{"\u00ea":-5,"\u00c6":-5,"\u00b9":-4,"o":-5,"e":-5,"a":-4,"W":6,"T":33,"O":-5,"C":-5,"\u0106":-5,"\u0119":-5,"\u0105":-4,"\u00d3":-5,"\u00f3":-5,"z":7,"x":10,"s":-2,"q":-5,"g":-5,"d":-5,"c":-5,"Z":6,"Y":33,"X":6,"V":12,"S":11,"Q":-5,"M":-4,"G":-5,"9":13,"8":-5,"7":17,"6":-7,"5":7,"4":-5,"3":7,"2":12,"1":19,"0":-6}},"\u2010":{"d":"96,-64r-84,0r0,-51r84,0r0,51","w":107},".":{"d":"6,-22v1,-35,74,-36,75,0v-2,34,-75,35,-75,0","w":87,"k":{"\u2019":29,"\u201d":29,"9":13,"7":-4,"6":10,"4":5,"3":-4,"2":-4,"1":-1,"0":15,"*":31}},"\/":{"d":"146,-243r-91,248r-43,0r90,-248r44,0","w":157,"k":{"\u00ea":33,"\u00c6":17,"\u00a5":26,"\u00b9":36,"o":31,"e":33,"a":36,"W":-17,"T":-14,"O":18,"C":17,"A":26,"\u0106":17,"\u0119":33,"\u0105":36,"\u0104":26,"\u00d3":18,"\u00f3":31,"z":10,"y":7,"x":12,"w":6,"v":6,"u":22,"t":7,"s":24,"r":22,"q":33,"p":22,"n":22,"m":22,"j":7,"i":7,"g":28,"f":7,"d":33,"c":33,"Z":-12,"Y":-18,"X":-12,"V":-17,"S":5,"Q":18,"M":17,"G":18,"9":10,"8":13,"7":-7,"6":25,"5":11,"4":31,"3":-5,"2":5,"1":7,"0":18}},"0":{"d":"99,-245v64,0,91,55,91,125v0,70,-28,126,-91,126v-63,0,-92,-55,-92,-124v0,-72,27,-127,92,-127xm109,-175v-1,-21,-20,-18,-20,0v0,20,-1,90,0,110v1,21,21,17,20,0v2,-15,1,-89,0,-110","w":197,"k":{"\u2026":15,"\u00b0":6,"7":13,"5":7,"4":6,"3":5,"2":14,"1":5,"0":-1,"\/":15,".":15,"-":-6,",":15}},"1":{"d":"187,0r-173,0r0,-60r47,0r0,-92r-47,9r-10,-37r100,-60r36,0r0,180r47,0r0,60","w":190,"k":{"\u2026":-12,"\u00a2":22,"\u00b0":29,"9":17,"7":2,"6":7,"5":2,"4":5,"2":2,"1":5,"0":12,"\/":-12,".":-12,"-":10,",":-12,"%":14}},"2":{"d":"176,-178v2,43,-48,98,-80,125r83,4r0,49r-169,0r0,-46v34,-33,81,-76,87,-115v-7,-33,-44,-19,-70,-1r-17,-53v63,-41,160,-46,166,37","w":185,"k":{"\u2026":-6,"\u00a2":5,"\u00b0":-2,"9":-1,"7":2,"6":8,"5":4,"4":7,"3":-3,"2":5,"1":4,"0":4,"\/":-2,".":-6,"-":17,",":-6,"%":-2}},"3":{"d":"108,-130v27,4,48,23,48,53v-2,60,-68,86,-138,81r-12,-54v40,1,72,-7,70,-29v-2,-21,-32,-25,-56,-20r0,-50v32,1,66,-3,63,-23v-3,-23,-46,-19,-68,-9r-13,-52v61,-19,150,-20,150,44v0,25,-14,45,-44,59","w":163,"k":{"\u2026":11,"\u00a2":4,"9":2,"8":-1,"7":6,"5":10,"4":4,"3":4,"2":9,"1":5,"0":1,"\/":11,".":11,"-":-6,",":11}},"4":{"d":"200,-36r-19,0r0,36r-78,0r0,-36r-93,0r0,-42r67,-162r77,0r-66,152r23,0r27,-93r43,0r0,93r19,0r0,52","w":205,"k":{"\u00a2":12,"\u00b0":12,"9":11,"8":-1,"7":10,"5":6,"4":2,"3":4,"2":5,"1":10,"0":4,"\/":2,"-":-10,"%":7}},"5":{"d":"91,-152v45,-2,76,24,76,66v0,63,-73,94,-146,91r-14,-51v38,-2,75,-9,80,-38v-3,-25,-37,-30,-69,-26r8,-130r132,0r0,49r-67,5r0,34","w":169,"k":{"\u2026":10,"9":5,"8":-4,"7":5,"6":-4,"5":6,"4":-1,"2":7,"1":10,"0":-2,"\/":10,".":10,"-":-12,",":10}},"6":{"d":"83,-131v47,-24,93,9,93,61v0,46,-35,75,-84,75v-99,0,-104,-143,-50,-198v24,-25,58,-42,103,-50r15,44v-36,10,-71,33,-77,68xm80,-91v-8,25,23,72,32,33v0,-17,-13,-39,-32,-33","w":180,"k":{"\u2026":2,"\u00a2":5,"\u00b0":10,"9":15,"8":-4,"7":8,"6":-1,"5":7,"3":5,"2":7,"1":8,"0":1,"\/":5,".":2,"-":-7,",":4,"%":10}},"7":{"d":"171,-209r-77,209r-89,0r76,-184r-74,-7r0,-49r164,0r0,31","w":170,"k":{"\u2026":50,"\u00a2":7,"\u00b0":-12,"8":2,"7":-5,"6":18,"5":7,"4":31,"3":-7,"1":5,"0":7,"\/":41,".":50,"-":24,",":48,"%":-6}},"8":{"d":"143,-135v16,12,35,40,35,63v0,48,-41,77,-90,77v-74,0,-113,-83,-53,-122v-54,-46,-18,-127,57,-127v65,0,102,69,51,109xm103,-153v10,-13,9,-39,-9,-41v-24,5,-12,33,9,41xm89,-51v36,-4,10,-34,-6,-39r-9,-5v-10,19,-9,47,15,44","k":{"\u2026":2,"\u00a2":4,"\u00b0":5,"9":6,"8":-2,"7":10,"6":-2,"5":6,"4":1,"3":5,"2":7,"1":7,"\/":6,".":2,"-":-6,",":2,"%":4}},"9":{"d":"89,-244v55,0,86,43,85,99v0,82,-46,132,-138,150r-15,-45v35,-11,70,-31,77,-68v-43,24,-93,-8,-93,-59v0,-47,35,-77,84,-77xm69,-181v0,19,13,40,33,34v1,-21,-5,-46,-21,-48v-8,0,-12,4,-12,14","w":181,"k":{"\u2026":38,"\u00b0":5,"8":4,"7":11,"6":2,"5":7,"4":12,"3":7,"2":17,"1":4,"\/":23,".":38,"-":-1,",":38,"%":-1}},":":{"d":"10,-135v1,-35,74,-35,75,0v-2,34,-75,35,-75,0xm10,-22v1,-35,74,-35,75,0v-2,34,-75,35,-75,0","w":94,"k":{"*":7}},";":{"d":"12,-135v1,-35,74,-35,75,0v-2,34,-75,35,-75,0xm78,-50r-51,97r-31,-9r19,-88r63,0","w":92,"k":{"*":5}},"<":{"d":"99,-120v4,7,20,13,14,20r-17,-17v-7,4,-13,20,-20,14r16,-17v-4,-7,-19,-13,-13,-20r17,17v7,-4,13,-20,20,-14","w":191},"=":{"d":"148,-80r-144,0r0,-43r144,0r0,43xm148,-20r-144,0r0,-42r144,0r0,42","w":151},">":{"d":"99,-120v4,7,20,13,14,20r-17,-17v-7,4,-13,20,-20,14r16,-17v-4,-7,-19,-13,-13,-20r17,17v7,-4,13,-20,20,-14","w":191},"?":{"d":"12,-234v55,-19,129,-15,130,45v1,58,-61,68,-59,125r-50,0v-16,-50,27,-75,35,-111v-1,-20,-24,-16,-43,-10xm20,-22v1,-35,75,-36,76,0v-2,34,-76,35,-76,0","w":151},"@":{"d":"177,-253v81,0,142,47,142,124v0,68,-87,111,-118,52v-26,45,-93,27,-93,-29v0,-51,47,-100,98,-75r1,-8r36,0r-14,95v0,13,11,27,25,26v26,0,41,-27,41,-55v0,-66,-48,-110,-114,-110v-65,0,-116,47,-116,112v0,92,113,145,191,94r9,16v-96,59,-236,5,-236,-109v0,-80,66,-133,148,-133xm204,-166v-33,-22,-57,19,-57,55v0,35,25,45,41,25v14,-18,11,-53,16,-80","w":347},"A":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0","w":205,"k":{"\u0106":4,"\u0105":-7,"\u0104":-17,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":-17,"\u00c2":-17,"\u00ff":7,"\u2019":18,"\u201d":18,"\u00d5":4,"\u00c3":-17,"\u00c0":-17,"\u2026":-13,"\u00f8":-2,"\u00d8":4,"\u2122":19,"\u00ae":12,"\u00df":-2,"\u00f5":-2,"\u00f6":-2,"\u00f4":-2,"\u00f2":-2,"\u00f3":-2,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00e7":-2,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u00dc":4,"\u00d6":4,"\u00c7":4,"\u00c5":-17,"\u00c4":-17,"z":-14,"y":7,"x":-14,"w":5,"v":7,"t":1,"s":-8,"r":-2,"q":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-5,"i":-2,"h":-2,"g":-12,"f":-2,"d":-4,"c":-2,"b":-2,"Z":-13,"Y":32,"X":-17,"V":17,"U":4,"S":-6,"Q":4,"M":-10,"J":-2,"G":4,"?":-5,";":-13,":":-13,"\/":-17,".":-13,",":-13,"*":19,"!":-2,"A":-17,"\u00a5":-17,"C":4,"\u00c6":4,"O":4,"T":26,"W":12,"a":-7,"\u00b9":-7,"o":-2}},"B":{"d":"135,-126v43,0,60,18,60,61v0,90,-104,60,-183,65r0,-240v73,6,176,-27,176,60v0,40,-19,47,-53,54xm90,-144v22,1,25,-2,25,-26v0,-19,-7,-20,-25,-19r0,45xm110,-51v16,-14,13,-60,-20,-48r0,49","w":196,"k":{"\u0106":-1,"\u0119":-4,"\u0105":-5,"\u0104":-7,"\u00c1":-7,"\u00c2":-7,"\u00ff":-2,"\u2019":-4,"\u201d":-4,"\u2014":-7,"\u2013":-7,"\u00c3":-7,"\u00c0":-7,"\u2026":-2,"\u00f8":-4,"\u00df":-2,"\u00fc":-2,"\u00fb":-2,"\u00f9":-2,"\u00fa":-2,"\u00f5":-4,"\u00f6":-4,"\u00f4":-4,"\u00f2":-4,"\u00f3":-4,"\u00ef":-11,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00eb":-4,"\u00e8":-4,"\u00e9":-4,"\u00e7":-4,"\u00e5":-5,"\u00e3":-5,"\u00e4":-5,"\u00e2":-5,"\u00e0":-5,"\u00e1":-5,"\u00c7":-1,"\u00c5":-7,"\u00c4":-7,"z":-2,"y":-2,"x":-2,"w":-2,"v":-2,"u":-2,"t":-2,"s":-2,"r":-2,"q":-4,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-2,"i":-2,"h":-2,"g":-2,"f":-2,"d":-4,"c":-4,"b":-2,"Y":4,"V":-1,";":-2,":":-2,".":-2,"-":-7,",":-2,"A":-7,"\u00a5":-7,"C":-1,"\u00c6":-1,"T":-1,"a":-5,"\u00b9":-5,"e":-4,"\u00ea":-4,"o":-4}},"C":{"d":"86,-119v0,56,31,80,76,60r6,54v-91,31,-163,-17,-163,-114v0,-94,69,-148,158,-116r-8,51v-46,-13,-69,12,-69,65","w":165,"k":{"\u0106":10,"\u0119":2,"\u0105":-5,"\u0104":-12,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":-12,"\u00c2":-12,"\u00ff":5,"\u2019":-2,"\u201d":-2,"\u00d5":10,"\u00c3":-12,"\u00c0":-12,"\u2026":-13,"\u00d8":10,"\u2122":-12,"\u00ae":12,"\u00ef":-29,"\u00ee":-12,"\u00ec":-2,"\u00ed":-2,"\u00eb":2,"\u00e8":2,"\u00e9":2,"\u00e5":-5,"\u00e3":-5,"\u00e4":-5,"\u00e2":-5,"\u00e0":-5,"\u00e1":-5,"\u00d6":10,"\u00c7":10,"\u00c5":-12,"\u00c4":-12,"y":5,"r":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-2,"i":-2,"h":-2,"b":-2,"Y":-7,"S":-4,"Q":10,"G":10,"?":-5,";":-13,":":-13,"\/":-15,".":-13,",":-13,"*":-6,"!":-5,"A":-12,"\u00a5":-12,"C":10,"\u00c6":10,"O":10,"T":-6,"a":-5,"\u00b9":-5,"e":2,"\u00ea":2}},"D":{"d":"93,-240v81,-1,112,38,112,118v0,79,-33,123,-114,122r-79,0r0,-240r81,0xm91,-57v36,0,35,-20,35,-61v0,-40,2,-66,-35,-65r0,126","w":210,"k":{"\u0105":4,"\u0104":4,"\u00c1":4,"\u00c2":4,"\u00ff":-6,"\u2019":-5,"\u201d":-5,"\u2014":-5,"\u2013":-5,"\u00c3":4,"\u00c0":4,"\u2026":21,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":4,"\u00c4":4,"y":-6,"w":-6,"v":-6,"Z":10,"Y":13,"V":2,"S":-1,"?":5,";":-7,":":-7,"\/":15,".":21,"-":-5,",":21,"A":4,"\u00a5":4,"T":9,"a":4,"\u00b9":4}},"E":{"d":"170,0r-158,0r0,-240r158,0r0,53r-79,5r0,33r61,0r0,52r-61,0r0,36r79,5r0,56","w":174,"k":{"\u00ea":5,"\u00c6":9,"\u00a5":-7,"\u00b9":-1,"o":3,"e":5,"a":-1,"W":-8,"T":-5,"O":9,"C":9,"A":-7,"\u0106":9,"\u0119":5,"\u0105":-1,"\u0104":-7,"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":-7,"\u00c2":-7,"\u00ff":5,"\u2019":-5,"\u201d":-5,"\u2014":2,"\u2013":2,"\u00d5":9,"\u00c3":-7,"\u00c0":-7,"\u2026":-7,"\u00f8":5,"\u00d8":9,"\u2122":-12,"\u00df":-1,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00ef":-25,"\u00ee":-13,"\u00eb":5,"\u00e8":5,"\u00e9":5,"\u00e7":4,"\u00e5":-1,"\u00e3":-1,"\u00e4":-1,"\u00e2":-1,"\u00e0":-1,"\u00e1":-1,"\u00d6":9,"\u00c7":9,"\u00c5":-7,"\u00c4":-7,"z":-8,"y":5,"x":-5,"w":5,"v":5,"u":1,"t":1,"q":4,"l":-1,"k":-1,"h":-1,"g":-6,"f":-1,"d":4,"c":4,"b":-1,"Z":-7,"Y":-7,"X":-6,"V":-7,"S":1,"Q":9,"M":-2,"G":9,";":-7,":":-7,"\/":-7,".":-7,"-":2,",":-7,"*":-6}},"F":{"d":"171,-187r-80,5r0,33r61,0r0,52r-61,0r0,97r-79,0r0,-240r159,0r0,53","w":169,"k":{"\u0106":6,"\u0119":10,"\u0105":22,"\u0104":22,"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00c1":22,"\u00c2":22,"\u00ff":6,"\u2019":-12,"\u201d":-12,"\u2014":6,"\u2013":6,"\u00d5":6,"\u00c3":22,"\u00c0":22,"\u2026":62,"\u00f8":10,"\u00d8":6,"\u2122":-19,"\u00fc":9,"\u00fb":9,"\u00f9":9,"\u00fa":9,"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00ef":-33,"\u00ee":-17,"\u00ec":-2,"\u00eb":10,"\u00e8":10,"\u00e9":10,"\u00e7":8,"\u00e5":22,"\u00e3":22,"\u00e4":22,"\u00e2":22,"\u00e0":22,"\u00e1":22,"\u00d6":6,"\u00c7":6,"\u00c5":22,"\u00c4":22,"y":6,"u":9,"r":9,"q":8,"p":9,"n":9,"m":9,"d":8,"c":8,"Y":-12,"S":-6,"Q":6,"G":6,"?":-5,";":5,":":5,"\/":36,".":62,"-":6,",":62,"*":-12,"!":-5,"A":22,"\u00a5":22,"C":6,"\u00c6":6,"O":6,"T":-12,"a":22,"\u00b9":22,"e":10,"\u00ea":10,"o":10}},"G":{"d":"87,-120v0,45,7,73,51,66r0,-34r-30,0r0,-51r102,0r0,123v-37,14,-70,21,-96,21v-72,0,-109,-49,-109,-124v0,-111,94,-151,192,-109r-15,49v-54,-22,-95,-8,-95,59","w":219,"k":{"\u00a5":-1,"W":6,"T":12,"A":-1,"\u0104":-1,"\u00c1":-1,"\u00c2":-1,"\u2019":15,"\u201d":15,"\u2014":-2,"\u2013":-2,"\u00c3":-1,"\u00c0":-1,"\u2026":-2,"\u2122":7,"\u00ef":-6,"\u00c5":-1,"\u00c4":-1,"w":1,"Y":13,"S":1,"?":5,";":-2,":":-2,"\/":2,".":-2,"-":-2,",":-2,"*":12,"!":2}},"H":{"d":"201,0r-80,0r0,-97r-29,0r0,97r-80,0r0,-240r80,0r0,91r29,0r0,-91r80,0r0,240","w":212,"k":{"\u00ef":-18,"\u00ee":-4}},"I":{"d":"91,0r-79,0r0,-240r79,0r0,240","w":103,"k":{"\u00ef":-18,"\u00ee":-4}},"J":{"d":"-4,36v13,-21,16,-35,16,-72r0,-204r79,0r-1,233v-3,37,-28,53,-51,72","w":103,"k":{"\u00ef":-18,"\u00ee":-4}},"K":{"d":"213,0r-87,0r-35,-90r0,90r-79,0r0,-240r79,0r0,89r34,-89r80,0r-53,110","w":206,"k":{"\u0106":15,"\u0119":7,"\u0104":-15,"\u00d9":7,"\u00db":7,"\u00da":7,"\u00d2":15,"\u00d4":15,"\u00d3":15,"\u00c1":-15,"\u00c2":-15,"\u00ff":17,"\u2019":2,"\u201d":2,"\u2014":14,"\u2013":14,"\u00d5":15,"\u00c3":-15,"\u00c0":-15,"\u2026":-11,"\u00f8":5,"\u00d8":15,"\u2122":-12,"\u00ae":19,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00ef":-29,"\u00ee":-10,"\u00ec":-2,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e7":5,"\u00dc":7,"\u00d6":15,"\u00c7":15,"\u00c5":-15,"\u00c4":-15,"y":17,"w":13,"v":17,"u":2,"q":5,"l":-1,"k":-1,"h":-1,"d":5,"c":5,"b":-1,"Y":-7,"U":7,"S":-5,"Q":15,"G":15,"?":-5,";":-15,":":-11,"\/":-19,".":-11,"-":14,",":-15,"*":5,"!":-5,"A":-15,"\u00a5":-15,"C":15,"\u00c6":15,"O":15,"T":-4,"e":7,"\u00ea":7,"o":5}},"L":{"d":"166,0r-154,0r0,-240r79,0r0,180r75,4r0,56","w":164,"k":{"\u0106":7,"\u0105":-7,"\u0104":-13,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":-13,"\u00c2":-13,"\u00ff":10,"\u2019":24,"\u201d":24,"\u00d5":8,"\u00c3":-13,"\u00c0":-13,"\u2026":-13,"\u00f8":-4,"\u00d8":10,"\u2122":36,"\u00ae":24,"\u00f5":-4,"\u00f6":-4,"\u00f4":-4,"\u00f2":-4,"\u00f3":-4,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00e7":-4,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u00dc":4,"\u00d6":8,"\u00c7":10,"\u00c5":-13,"\u00c4":-13,"y":10,"w":10,"r":-2,"q":-4,"n":-2,"m":-2,"l":-2,"i":-2,"h":-2,"d":-4,"c":-4,"Z":-12,"Y":36,"V":22,"U":4,"S":-5,"Q":8,"M":-10,"G":10,"?":-2,";":-13,":":-13,"\/":-10,".":-13,",":-13,"*":46,"A":-13,"\u00a5":-13,"C":7,"\u00c6":7,"O":8,"T":29,"W":14,"a":-7,"\u00b9":-7,"o":-4}},"M":{"d":"274,0r-77,0r-10,-155r-22,155r-53,0r-22,-154r-11,154r-77,0r24,-240r91,0r21,121r21,-121r91,0","w":276,"k":{"\u00a5":-10,"\u00b9":-4,"o":-2,"a":-4,"A":-10,"\u0105":-4,"\u0104":-10,"\u00d9":2,"\u00db":2,"\u00da":2,"\u00c1":-10,"\u00c2":-10,"\u00ff":4,"\u2019":5,"\u201d":5,"\u2014":-4,"\u2013":-4,"\u00c3":-10,"\u00c0":-10,"\u2026":-8,"\u00f8":-2,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00f5":-2,"\u00f6":-2,"\u00f4":-2,"\u00f2":-2,"\u00f3":-2,"\u00ef":-7,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":2,"\u00c5":-10,"\u00c4":-10,"y":4,"u":1,"s":-4,"Y":12,"U":2,"M":-4,"?":-2,";":-8,":":-8,"\/":-7,".":-8,"-":-4,",":-8,"!":-2}},"N":{"d":"200,0r-83,0r-43,-143r0,143r-62,0r0,-240r83,0r42,141r0,-141r63,0r0,240","w":211,"k":{"\u00ef":-18,"\u00ee":-4}},"O":{"d":"105,-244v67,0,100,52,100,124v0,72,-32,124,-100,124v-67,0,-100,-51,-100,-122v0,-74,31,-125,100,-126xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68","w":210,"k":{"\u0105":4,"\u0104":4,"\u00c1":4,"\u00c2":4,"\u00ff":-7,"\u2019":-5,"\u201d":-5,"\u2014":-5,"\u2013":-5,"\u00c3":4,"\u00c0":4,"\u2026":15,"\u00e7":-1,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":4,"\u00c4":4,"z":-4,"y":-7,"x":2,"w":-7,"v":-7,"t":-5,"s":-1,"q":-1,"g":-2,"f":-5,"d":-1,"c":-1,"Z":7,"Y":13,"X":8,"V":4,"S":-1,"?":5,";":-7,":":-7,"\/":14,".":15,"-":-5,",":15,"A":4,"\u00a5":4,"T":8,"W":-1,"a":4,"\u00b9":4}},"P":{"d":"192,-160v0,56,-40,84,-101,79r0,81r-79,0r0,-240r81,0v66,0,99,27,99,80xm117,-157v1,-20,-6,-25,-26,-24r0,47v17,1,26,-4,26,-23","w":194,"k":{"\u0119":7,"\u0105":14,"\u0104":17,"\u00c1":17,"\u00c2":17,"\u00ff":-9,"\u2019":-12,"\u201d":-12,"\u2014":8,"\u2013":8,"\u00c3":17,"\u00c0":17,"\u2026":77,"\u00f8":5,"\u00ae":-7,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00ef":-7,"\u00eb":7,"\u00e8":7,"\u00e9":7,"\u00e5":14,"\u00e3":14,"\u00e4":14,"\u00e2":14,"\u00e0":14,"\u00e1":14,"\u00c5":17,"\u00c4":17,"y":-9,"Y":4,"S":-6,"?":5,";":-5,":":-5,"\/":36,".":77,"-":8,",":77,"*":-10,"!":-2,"A":17,"\u00a5":17,"T":-4,"a":14,"\u00b9":14,"e":7,"\u00ea":7,"o":5}},"Q":{"d":"105,-244v67,0,100,52,100,124v0,69,-28,117,-87,124v0,17,28,21,48,14r9,40v-38,17,-104,22,-104,-25v0,-9,2,-20,6,-32v-50,-15,-71,-54,-72,-121v-1,-72,33,-124,100,-124xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68","w":210,"k":{"\u00a5":4,"\u00b9":4,"a":4,"T":11,"A":4,"\u0105":4,"\u0104":4,"\u00c1":4,"\u00c2":4,"\u00ff":-7,"\u2019":-4,"\u201d":-4,"\u2014":-5,"\u2013":-5,"\u00c3":4,"\u00c0":4,"\u2026":15,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":4,"\u00c4":4,"y":-7,"t":-5,"Y":13,"S":-1,"?":5,";":-7,":":-7,"\/":14,".":15,"-":-5,",":15}},"R":{"d":"12,-240v82,2,188,-19,186,65v0,29,-14,49,-41,60r61,115r-83,0r-44,-97r0,97r-79,0r0,-240xm91,-145v18,1,26,-3,26,-22v0,-18,-8,-22,-26,-21r0,43","w":210,"k":{"\u0106":10,"\u0119":8,"\u0104":-17,"\u00d9":6,"\u00db":6,"\u00da":6,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":-17,"\u00c2":-17,"\u00ff":-1,"\u2019":-1,"\u201d":-1,"\u2014":17,"\u2013":17,"\u00d5":10,"\u00c3":-17,"\u00c0":-17,"\u2026":-12,"\u00f8":4,"\u00d8":10,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00ef":-5,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00eb":8,"\u00e8":8,"\u00e9":8,"\u00dc":6,"\u00d6":10,"\u00c7":10,"\u00c5":-17,"\u00c4":-17,"y":-1,"u":2,"t":-2,"Z":-12,"Y":8,"X":-17,"V":4,"U":6,"S":-5,"Q":10,"M":-10,"G":10,";":-15,":":-12,"\/":-19,".":-12,"-":17,",":-15,"A":-17,"\u00a5":-17,"C":10,"\u00c6":10,"O":10,"T":4,"e":8,"\u00ea":8,"o":4}},"S":{"d":"20,-116v-45,-51,-3,-128,72,-128v23,0,50,6,73,12r-16,55v-20,-8,-36,-12,-50,-12v-28,0,-30,19,-7,28v37,15,82,31,81,81v-1,80,-90,102,-170,73r15,-57v20,8,38,12,52,12v23,2,33,-15,19,-25v-15,-10,-59,-27,-69,-39","w":174,"k":{"\u00ea":-4,"\u00c6":-1,"\u00a5":-2,"\u00b9":-4,"o":-4,"e":-4,"a":-4,"W":-1,"T":2,"O":-1,"C":-1,"A":-2,"\u0106":-1,"\u0119":-4,"\u0105":-4,"\u0104":-2,"\u00d2":-1,"\u00d4":-1,"\u00d3":-1,"\u00c1":-2,"\u00c2":-2,"\u00ff":1,"\u2019":7,"\u201d":7,"\u2014":-9,"\u2013":-9,"\u00d5":-1,"\u00c3":-2,"\u00c0":-2,"\u2026":5,"\u00f8":-4,"\u00d8":-1,"\u00f5":-4,"\u00f6":-4,"\u00f4":-4,"\u00f2":-4,"\u00f3":-4,"\u00ef":-19,"\u00ee":-6,"\u00eb":-4,"\u00e8":-4,"\u00e9":-4,"\u00e7":-4,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00d6":-1,"\u00c7":-1,"\u00c5":-2,"\u00c4":-2,"y":1,"v":1,"t":-1,"q":-4,"d":-4,"c":-4,"V":-1,"S":5,"Q":-1,"G":-1,"\/":2,".":5,"-":-9,",":5,"*":10}},"T":{"d":"176,-186r-50,4r0,182r-79,0r0,-182r-48,-5r0,-53r177,0r0,54","w":174,"k":{"\u0106":8,"\u0119":33,"\u0105":35,"\u0104":26,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":26,"\u00c2":26,"\u00ff":12,"\u2019":-10,"\u201d":-10,"\u2014":33,"\u2013":33,"\u00d5":8,"\u00c3":26,"\u00c0":26,"\u2026":35,"\u00f8":33,"\u00d8":8,"\u2122":-24,"\u00ae":7,"\u00fc":12,"\u00f3":33,"\u00ef":-31,"\u00ee":-17,"\u00d6":8,"\u00c7":8,"\u00c5":26,"\u00c4":26,"y":12,"w":12,"v":33,"u":19,"s":31,"r":19,"q":33,"c":33,"Z":-8,"Y":-13,"V":-14,"S":-4,"Q":9,"G":8,"?":-5,";":29,":":29,"\/":26,".":35,"-":33,",":35,"*":-14,"!":-5,"A":26,"\u00a5":26,"C":8,"\u00c6":8,"O":8,"T":-10,"W":-14,"a":35,"\u00b9":35,"e":33,"\u00ea":33,"o":33}},"U":{"d":"92,-62v5,15,29,14,29,-9r0,-169r79,0r0,172v0,50,-40,74,-94,74v-54,0,-93,-24,-94,-74r0,-172r79,0","w":211,"k":{"\u00a5":4,"A":4,"\u0104":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c0":4,"\u2026":10,"\u00ef":-18,"\u00ee":-4,"\u00c5":4,"\u00c4":4,"x":4,"X":3,"M":2,"\/":10,".":10,",":10}},"V":{"d":"197,-240r-54,240r-95,0r-54,-240r82,0r19,156r20,-156r82,0","w":190,"k":{"\u00ea":13,"\u00c6":4,"\u00a5":17,"\u00b9":17,"o":11,"e":13,"a":17,"W":-17,"O":4,"C":4,"A":17,"\u0106":4,"\u0119":13,"\u0105":17,"\u0104":17,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":17,"\u00c2":17,"\u2019":-10,"\u201d":-12,"\u2014":12,"\u2013":12,"\u00d5":4,"\u00c3":17,"\u00c0":17,"\u2026":29,"\u00f8":11,"\u00d8":4,"\u2122":-19,"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"\u00f5":11,"\u00f6":11,"\u00f4":11,"\u00f2":11,"\u00f3":11,"\u00ef":-36,"\u00ee":-19,"\u00ec":-7,"\u00eb":13,"\u00e8":13,"\u00e9":13,"\u00e5":17,"\u00e3":17,"\u00e4":17,"\u00e2":17,"\u00e0":17,"\u00e1":17,"\u00d6":4,"\u00c7":4,"\u00c5":17,"\u00c4":17,"u":7,"s":5,"r":7,"p":6,"n":7,"m":7,"l":-2,"k":-2,"i":-2,"h":-2,"b":-2,"Y":-17,"V":-17,"S":-6,"Q":4,"G":4,"?":-7,";":5,":":5,"\/":21,".":29,"-":12,",":29,"*":-14,"!":-7}},"W":{"d":"281,-240r-41,240r-82,0r-20,-135r-20,135r-82,0r-42,-240r81,0r16,154r19,-154r57,0r18,155r17,-155r79,0","w":275,"k":{"\u0106":-1,"\u0119":6,"\u0105":11,"\u0104":12,"\u00d2":-1,"\u00d4":-1,"\u00d3":-1,"\u00c1":12,"\u00c2":12,"\u00ff":-5,"\u2019":-12,"\u201d":-12,"\u2014":6,"\u2013":6,"\u00d5":-1,"\u00c3":12,"\u00c0":12,"\u2026":19,"\u00f8":5,"\u00d8":-1,"\u2122":-19,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00ef":-36,"\u00ee":-19,"\u00ec":-7,"\u00eb":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":11,"\u00e3":11,"\u00e4":11,"\u00e2":11,"\u00e0":11,"\u00e1":11,"\u00d6":-1,"\u00c7":-1,"\u00c5":12,"\u00c4":12,"y":-5,"u":4,"t":-7,"s":1,"r":4,"n":4,"m":4,"l":-2,"k":-2,"i":-2,"h":-2,"d":6,"c":6,"b":-2,"Y":-17,"X":-14,"V":-14,"S":-8,"Q":-1,"G":-1,"?":-7,";":-2,":":-2,"\/":12,".":19,"-":6,",":19,"*":-14,"!":-7}},"X":{"d":"201,0r-81,0r-22,-97r-22,97r-82,0r42,-131r-38,-109r80,0r20,81r19,-81r80,0r-38,109","w":195,"k":{"\u00ea":4,"\u00c6":8,"\u00a5":-17,"\u00b9":-4,"e":4,"a":-4,"T":-8,"O":8,"C":8,"A":-17,"\u0106":8,"\u0119":4,"\u0105":-4,"\u0104":-17,"\u00d9":3,"\u00db":3,"\u00da":3,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":-17,"\u00c2":-17,"\u00ff":8,"\u2019":-2,"\u201d":-2,"\u2014":6,"\u2013":6,"\u00d5":8,"\u00c3":-17,"\u00c0":-17,"\u2026":-13,"\u00d8":8,"\u2122":-12,"\u00ae":12,"\u00fc":1,"\u00fb":1,"\u00f9":1,"\u00fa":1,"\u00ef":-31,"\u00ee":-14,"\u00ec":-2,"\u00eb":4,"\u00e8":4,"\u00e9":4,"\u00e7":1,"\u00e5":-4,"\u00e3":-4,"\u00e4":-4,"\u00e2":-4,"\u00e0":-4,"\u00e1":-4,"\u00dc":3,"\u00d6":8,"\u00c7":8,"\u00c5":-17,"\u00c4":-17,"y":8,"u":1,"r":-2,"q":1,"n":-2,"m":-2,"l":-2,"k":-2,"i":-2,"h":-2,"Y":-12,"X":-17,"U":3,"S":-5,"Q":8,"G":8,";":-13,":":-13,"\/":-21,".":-13,"-":6,",":-13}},"Y":{"d":"205,-240r-69,156r0,84r-79,0r0,-84r-64,-156r85,0r20,79r22,-79r85,0","w":197,"k":{"\u00ea":32,"\u00c6":14,"\u00a5":32,"\u00b9":33,"o":31,"e":32,"a":33,"T":-13,"O":14,"C":14,"A":32,"\u0106":14,"\u0119":32,"\u0105":33,"\u0104":32,"\u00d2":14,"\u00d4":14,"\u00d3":14,"\u00c1":32,"\u00c2":32,"\u2019":-7,"\u201d":-7,"\u2014":33,"\u2013":33,"\u00d5":14,"\u00c3":32,"\u00c0":32,"\u2026":49,"\u00f8":31,"\u00d8":14,"\u2122":-19,"\u00ae":7,"\u00fc":7,"\u00fb":21,"\u00f9":21,"\u00fa":21,"\u00f5":31,"\u00f6":31,"\u00f4":31,"\u00f2":31,"\u00f3":31,"\u00ef":-36,"\u00ee":-19,"\u00ec":-7,"\u00eb":32,"\u00e8":32,"\u00e9":32,"\u00e7":32,"\u00e5":33,"\u00e3":33,"\u00e4":33,"\u00e2":33,"\u00e0":33,"\u00e1":33,"\u00d6":14,"\u00c7":14,"\u00c5":32,"\u00c4":32,"z":13,"w":8,"v":8,"u":21,"s":26,"r":21,"q":31,"p":21,"n":21,"m":21,"d":32,"c":32,"Z":-9,"Y":-19,"S":4,"Q":14,"M":12,"G":14,"?":-7,";":23,":":23,"\/":29,".":49,"-":33,",":49,"*":-10,"!":-7}},"Z":{"d":"167,0r-166,0r0,-33r69,-148r-69,-6r0,-53r165,0r0,37r-65,142r66,6r0,55","w":167,"k":{"\u00ea":2,"\u00c6":7,"\u00a5":-11,"\u00b9":-6,"e":2,"a":-6,"O":7,"C":7,"A":-11,"\u0106":7,"\u0119":2,"\u0105":-6,"\u0104":-11,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":-11,"\u00c2":-11,"\u00ff":1,"\u2019":-7,"\u201d":-7,"\u2014":5,"\u2013":5,"\u00d5":7,"\u00c3":-11,"\u00c0":-11,"\u2026":-12,"\u00d8":7,"\u2122":-19,"\u00ef":-31,"\u00ee":-17,"\u00eb":2,"\u00e8":2,"\u00e9":2,"\u00e5":-6,"\u00e3":-6,"\u00e4":-6,"\u00e2":-6,"\u00e0":-6,"\u00e1":-6,"\u00d6":7,"\u00c7":7,"\u00c5":-11,"\u00c4":-11,"y":1,"Z":-11,"Y":-11,"S":-5,"Q":7,"G":7,"?":-5,";":-12,":":-12,"\/":-12,".":-12,"-":5,",":-12,"*":-10,"!":-5}},"[":{"d":"94,35r-82,0r0,-310r82,0r0,35r-20,0r0,240r20,0r0,35","w":0},"\\":{"d":"146,5r-43,0r-91,-248r43,0","w":157},"]":{"d":"80,35r-82,0r0,-35r20,0r0,-240r-20,0r0,-35r82,0r0,310","w":91},"^":{"d":"99,-120v4,7,20,13,14,20r-17,-17v-7,4,-13,20,-20,14r16,-17v-4,-7,-19,-13,-13,-20r17,17v7,-4,13,-20,20,-14","w":191},"_":{"d":"183,55r-183,0r0,-26r183,0r0,26","w":183},"`":{"d":"78,-218r-20,17r-53,-36r32,-31","w":82},"a":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16","w":179,"k":{"\u2122":12,"z":-2,"s":2,"g":-1,"*":10}},"b":{"d":"79,-172v56,-28,100,18,100,82v0,63,-47,122,-100,81r-7,9r-60,0r0,-239r67,-6r0,73xm79,-54v22,0,28,-11,28,-35v-1,-26,-8,-37,-28,-36r0,71","w":183,"k":{"\u00ea":-1,"o":-1,"e":-1,"\u0119":-1,"\u2019":2,"\u201d":2,"\u2014":-5,"\u2013":-5,"\u2026":7,"\u00f8":-1,"\u2122":12,"\u00f5":-1,"\u00f6":-1,"\u00f4":-1,"\u00f2":-1,"\u00f3":-1,"\u00eb":-1,"\u00e8":-1,"\u00e9":-1,"\u00e7":-1,"q":-1,"d":-1,"c":-1,";":-4,":":-4,"\/":7,".":7,"-":-5,",":7,"*":10}},"c":{"d":"5,-89v0,-72,55,-109,123,-85r-8,48v-27,-11,-46,2,-46,37v0,36,22,48,48,35r8,50v-71,25,-125,-9,-125,-85","w":128,"k":{"\u00ea":5,"\u00b9":-1,"o":3,"e":5,"a":-1,"\u0119":5,"\u0105":-1,"\u00ff":-8,"\u2019":-13,"\u201d":-13,"\u2014":7,"\u2013":7,"\u2026":-12,"\u00f8":3,"\u00ae":-12,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00eb":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":-1,"\u00e3":-1,"\u00e4":-1,"\u00e2":-1,"\u00e0":-1,"\u00e1":-1,"y":-8,"t":-8,"s":-4,"q":3,"d":3,"c":5,"?":-2,";":-12,":":-12,"\/":-12,".":-12,"-":7,",":-12,"*":-10,"!":-2}},"d":{"d":"5,-88v0,-63,42,-115,99,-85r0,-66r67,-6r0,245r-66,0r0,-9v-53,40,-100,-14,-100,-79xm104,-123v-24,1,-28,11,-28,38v0,24,8,34,28,33r0,-71","w":183,"k":{"\u00ef":-18,"\u00ee":-4}},"e":{"d":"5,-92v0,-54,28,-89,82,-89v58,0,83,48,74,115r-82,0v4,24,46,24,70,16r10,45v-76,26,-154,0,-154,-87xm102,-105v1,-19,-5,-32,-16,-31v-10,0,-16,10,-16,31r32,0","w":166,"k":{"\u00ea":-1,"o":-1,"e":-1,"\u0119":-1,"\u2019":2,"\u201d":2,"\u2014":-7,"\u2013":-7,"\u2026":-2,"\u00f8":-1,"\u2122":12,"\u00f5":-1,"\u00f6":-1,"\u00f4":-1,"\u00f2":-1,"\u00f3":-1,"\u00eb":-1,"\u00e8":-1,"\u00e9":-1,"\u00e7":-1,"z":-2,"s":-1,"q":-1,"g":-2,"f":-1,"d":-1,"c":-1,";":-5,":":-5,"\/":5,".":-2,"-":-7,",":-2,"*":11}},"f":{"d":"119,-239r-10,45v-15,-5,-27,-1,-27,16r25,0r0,42r-25,4r0,132r-68,0r0,-132r-15,-4r0,-42r15,0v-10,-61,48,-73,105,-61","w":104,"k":{"\u00ea":2,"\u00b9":10,"e":2,"a":10,"\u0119":2,"\u0105":10,"\u00ff":-12,"\u2019":-17,"\u201d":-17,"\u2014":8,"\u2013":8,"\u2026":11,"\u00f8":2,"\u2122":-29,"\u00ae":-17,"\u00fc":-2,"\u00fb":-2,"\u00f9":-2,"\u00fa":-2,"\u00ef":-43,"\u00ee":-28,"\u00ec":-14,"\u00ed":-5,"\u00eb":2,"\u00e8":2,"\u00e9":2,"\u00e7":2,"\u00e5":10,"\u00e3":10,"\u00e4":10,"\u00e2":10,"\u00e0":10,"\u00e1":10,"y":-12,"w":-14,"v":-14,"u":-2,"s":-5,"r":-2,"q":2,"p":-2,"n":-2,"m":-2,"l":-8,"k":-8,"j":-8,"i":-8,"h":-8,"g":-5,"f":-1,"d":2,"c":2,"b":-8,"?":-14,";":-13,":":-13,"\/":10,".":11,"-":8,",":11,"*":-24,"!":-14}},"g":{"d":"4,-117v0,-66,88,-80,132,-50v9,-11,18,-16,32,-15r0,49r-13,0v12,53,-25,76,-83,75v-5,14,8,12,28,12v42,0,66,9,65,49v0,41,-29,62,-86,62v-53,0,-76,-14,-79,-61r53,0v0,9,8,14,23,14v23,0,33,-19,10,-20v-33,-2,-81,-1,-87,-28v-2,-6,18,-26,38,-38v-23,-5,-33,-21,-33,-49xm94,-119v0,-16,-4,-25,-12,-25v-9,0,-13,8,-13,24v0,15,4,23,13,23v8,0,12,-7,12,-22","w":164,"k":{"o":-2,"\u00ff":-13,"\u2019":-18,"\u201d":-18,"\u2014":-3,"\u2013":-3,"\u2026":-11,"\u2122":-12,"\u00ae":-19,"\u00fc":-4,"\u00fb":-4,"\u00f9":-4,"\u00fa":-4,"\u00f5":-2,"\u00f6":-2,"\u00f4":-2,"\u00f2":-2,"\u00f3":-2,"\u00ef":-4,"\u00ee":-4,"\u00ec":-4,"\u00ed":-4,"y":-13,"w":-13,"v":-13,"u":-4,"t":-12,"s":-7,"r":-4,"p":-4,"n":-4,"m":-4,"l":-4,"k":-4,"j":-4,"i":-4,"h":-4,"g":-9,"f":-14,"b":-4,";":-14,":":-11,"\/":-7,".":-11,"-":-3,",":-14,"*":-17,"!":-7}},"h":{"d":"80,-171v40,-21,91,-13,91,45r0,126r-68,0r0,-112v0,-14,-12,-18,-23,-13r0,125r-68,0r0,-239r68,-6r0,74","k":{"\u2019":1,"\u201d":1,"\u2122":10,"*":7}},"i":{"d":"45,-245v18,0,36,11,36,27v1,16,-18,26,-36,26v-18,0,-35,-10,-35,-26v0,-16,18,-27,35,-27xm79,0r-67,0r0,-177r67,-5r0,182","w":90,"k":{"\u2019":-2,"\u201d":-2}},"j":{"d":"45,-245v18,0,36,11,36,27v0,16,-17,26,-35,26v-18,0,-36,-11,-36,-26v0,-16,18,-27,35,-27xm2,43v22,-56,5,-147,10,-220r68,-4v-8,88,26,208,-37,246","w":91,"k":{"\u2019":-2,"\u201d":-2}},"k":{"d":"194,0r-81,0r-34,-70r0,70r-67,0r0,-239r67,-6r0,127r29,-60r73,0r-45,81","w":187,"k":{"\u00ea":12,"\u00b9":1,"o":7,"e":12,"a":1,"\u0119":12,"\u0105":1,"\u00ff":-1,"\u2014":17,"\u2013":17,"\u2026":-12,"\u00f8":7,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":12,"\u00e8":12,"\u00e9":12,"\u00e7":11,"\u00e5":1,"\u00e3":1,"\u00e4":1,"\u00e2":1,"\u00e0":1,"\u00e1":1,"y":-1,"u":4,"s":-7,"q":7,"j":-5,"d":7,"c":11,";":-14,":":-12,"\/":-17,".":-12,"-":17,",":-14}},"l":{"d":"79,0r-67,0r0,-239r67,-6r0,245","w":91,"k":{"\u00ef":-18,"\u00ee":-4}},"m":{"d":"161,-166v43,-26,100,-23,100,46r0,120r-67,0r0,-100v3,-21,-7,-32,-24,-25r0,125r-67,0r0,-113v-1,-13,-12,-17,-24,-12r0,125r-67,0r0,-177r67,-5r0,11v23,-14,66,-17,82,5","w":273,"k":{"\u2019":1,"\u201d":1,"\u2122":10,"*":7}},"n":{"d":"79,-171v42,-23,91,-11,91,48r0,123r-67,0r0,-104v0,-20,-8,-25,-24,-21r0,125r-67,0r0,-177r67,-5r0,11","k":{"\u2019":1,"\u201d":1,"\u2122":10,"*":7}},"o":{"d":"88,-182v59,0,85,29,84,93v-1,64,-21,93,-83,94v-62,1,-83,-29,-84,-92v-1,-67,21,-95,83,-95xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49","w":176,"k":{"\u00ea":-1,"o":-1,"e":-1,"\u0119":-1,"\u2019":2,"\u201d":2,"\u2014":-5,"\u2013":-5,"\u2026":3,"\u00f8":-1,"\u2122":12,"\u00f5":-1,"\u00f6":-1,"\u00f4":-1,"\u00f2":-1,"\u00f3":-1,"\u00eb":-1,"\u00e8":-1,"\u00e9":-1,"\u00e7":-1,"z":2,"x":7,"s":-1,"q":-1,"g":-1,"f":-1,"d":-1,"c":-1,";":-2,":":-2,"\/":6,".":3,"-":-5,",":3,"*":11}},"p":{"d":"80,-172v57,-30,99,21,99,83v0,63,-46,121,-99,80r0,69r-68,0r0,-237r68,-4r0,9xm108,-89v0,-25,-9,-37,-28,-36r0,71v21,2,28,-8,28,-35","w":184,"k":{"\u00ea":-1,"o":-1,"e":-1,"\u0119":-1,"\u2019":2,"\u201d":2,"\u2014":-5,"\u2013":-5,"\u2026":7,"\u00f8":-1,"\u2122":12,"\u00f5":-1,"\u00f6":-1,"\u00f4":-1,"\u00f2":-1,"\u00f3":-1,"\u00eb":-1,"\u00e8":-1,"\u00e9":-1,"\u00e7":-1,"q":-1,"d":-1,"c":-1,";":-5,":":-5,"\/":6,".":7,"-":-5,",":7,"*":11}},"q":{"d":"5,-87v-5,-65,41,-115,99,-85r0,-5r67,-5r0,241r-67,0r0,-69v-47,40,-107,-13,-99,-77xm104,-126v-23,1,-29,13,-28,40v0,23,6,32,28,32r0,-72","k":{";":-7,",":-7}},"r":{"d":"125,-181r-6,58v-14,-2,-24,-3,-39,0r0,123r-68,0r0,-177r68,-5r0,15v16,-12,25,-17,45,-14","w":124,"k":{"\u00ea":5,"\u00b9":14,"o":4,"e":5,"a":14,"\u0119":5,"\u0105":14,"\u00ff":-10,"\u2019":-11,"\u201d":-11,"\u2014":11,"\u2013":11,"\u2026":32,"\u00f8":7,"\u2122":-12,"\u00ae":-14,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00e5":14,"\u00e3":14,"\u00e4":14,"\u00e2":14,"\u00e0":14,"\u00e1":14,"z":-7,"y":-10,"x":-5,"w":-10,"v":-11,"t":-12,"s":-1,"q":5,"g":-2,"f":-13,"d":5,"c":5,"?":5,";":-7,":":-7,"\/":18,".":32,"-":11,",":32,"*":-14,"!":-2}},"s":{"d":"136,-126v-18,-4,-56,-15,-66,-2v4,10,30,12,41,16v26,9,39,26,39,52v2,70,-86,73,-148,57r12,-50v19,9,93,5,50,-12v-37,-3,-61,-23,-60,-56v1,-64,81,-70,144,-54","w":154,"k":{"\u00b9":-2,"a":-2,"\u0105":-2,"\u00ff":-1,"\u2019":-4,"\u201d":-4,"\u2014":-2,"\u2013":-2,"\u00ae":-7,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"y":-1,"v":-1,"t":-1,"s":2,"f":-2,"-":-2,"*":-5}},"t":{"d":"107,0v-43,11,-92,7,-92,-40r0,-91r-16,-5r0,-42r16,0r0,-23r67,-7r0,30r24,0r0,42r-24,5r0,79v1,12,15,13,25,8r0,44","w":106,"k":{"\u00ea":4,"\u00b9":-2,"o":1,"e":4,"a":-2,"\u0119":4,"\u0105":-2,"\u00ff":-10,"\u2019":-13,"\u201d":-13,"\u2014":7,"\u2013":7,"\u2026":-13,"\u00f8":1,"\u2122":-12,"\u00ae":-19,"\u00f5":1,"\u00f6":1,"\u00f4":1,"\u00f2":1,"\u00f3":1,"\u00eb":4,"\u00e8":4,"\u00e9":4,"\u00e7":2,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"z":-12,"y":-10,"w":-10,"v":-10,"t":-8,"s":-6,"q":2,"d":2,"c":2,"?":-5,";":-13,":":-13,"\/":-14,".":-13,"-":7,",":-13,"*":-12,"!":-5}},"u":{"d":"171,0r-67,0r-1,-7v-39,22,-91,12,-91,-41r0,-129r68,-5r0,113v-1,16,10,21,23,16r0,-125r68,0r0,178"},"v":{"d":"173,-178r-47,178r-85,0r-45,-177r73,-5r18,108r19,-104r67,0","w":168,"k":{"\u00b9":7,"a":7,"\u0105":7,"\u00ff":-13,"\u2019":-17,"\u201d":-17,"\u2026":22,"\u2122":-12,"\u00ae":-14,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"y":-13,"w":-14,"v":-14,"t":-13,"s":-4,"?":5,";":-7,":":-7,"\/":13,".":22,",":22,"*":-19,"!":-7}},"w":{"d":"272,-178r-39,178r-76,0r-23,-102r-20,102r-78,0r-38,-177r71,-5r12,100r21,-96r71,0r20,96r15,-96r64,0","w":268,"k":{"\u00b9":6,"a":6,"\u0105":6,"\u00ff":-12,"\u2019":-17,"\u201d":-17,"\u2026":17,"\u2122":-12,"\u00ae":-14,"\u00e5":6,"\u00e3":6,"\u00e4":6,"\u00e2":6,"\u00e0":6,"\u00e1":6,"y":-12,"x":-7,"t":-13,"s":-4,"?":5,";":-8,":":-8,"\/":7,".":17,",":17,"*":-19,"!":-7}},"x":{"d":"171,0r-68,0r-15,-76r-22,76r-68,0r36,-95r-31,-82r71,-5r14,63r17,-59r63,0r-26,83","w":168,"k":{"\u00ea":4,"o":4,"e":4,"\u0119":4,"\u00ff":-7,"\u2019":-11,"\u201d":-11,"\u2014":7,"\u2013":7,"\u2026":-10,"\u00f8":4,"\u2122":-5,"\u00ae":-12,"\u00fc":2,"\u00fb":2,"\u00f9":2,"\u00fa":2,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"y":-7,"x":-14,"u":2,"t":-7,"s":-4,"q":4,"g":-2,"d":4,"c":4,";":-12,":":-10,"\/":-22,".":-10,"-":7,",":-12,"*":-17}},"y":{"d":"177,-178r-48,188v-8,59,-61,62,-121,47r13,-45v20,8,49,9,51,-12r-32,0r-42,-177r71,-5r19,104r20,-100r69,0","w":172,"k":{"\u00b9":7,"a":7,"\u0105":7,"\u2019":-17,"\u201d":-17,"\u2026":22,"\u2122":-12,"\u00ae":-14,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"z":-8,"t":-13,"s":-5,"g":-2,"f":-12,"?":2,";":-6,":":-6,"\/":12,".":22,",":22,"*":-19,"!":-7}},"z":{"d":"146,-151r-57,101r56,4r0,46r-145,0r0,-27r55,-99r-51,-4r0,-48r142,0r0,27","w":147,"k":{"\u00ea":6,"\u00b9":-2,"o":2,"e":6,"a":-2,"\u0119":6,"\u0105":-2,"\u00ff":-11,"\u2019":-12,"\u201d":-12,"\u2014":7,"\u2013":7,"\u2026":-12,"\u00f8":2,"\u2122":-7,"\u00ae":-14,"\u00f5":2,"\u00f6":2,"\u00f4":2,"\u00f2":2,"\u00f3":2,"\u00eb":6,"\u00e8":6,"\u00e9":6,"\u00e7":4,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"z":-12,"y":-11,"w":-11,"v":-11,"s":-5,"q":4,"d":4,"c":4,"?":-5,";":-12,":":-12,"\/":-17,".":-12,"-":7,",":-12,"*":-17,"!":-5}},"{":{"d":"64,-123v42,9,36,64,36,113v0,15,8,23,26,24r0,24v-63,6,-101,-9,-85,-73v9,-34,-1,-71,-29,-76r0,-24v38,-8,28,-57,25,-96v-4,-44,41,-49,89,-46r0,25v-38,0,-23,42,-22,71v0,30,-13,49,-40,58","w":126},"|":{"d":"75,10r-27,0r0,-259r27,0r0,259","w":122},"}":{"d":"0,-277v55,-3,95,1,89,54v-4,34,-10,81,25,88r0,24v-66,12,16,149,-65,148r-49,1r0,-24v41,0,22,-44,22,-73v0,-32,15,-57,40,-64v-44,-11,-35,-58,-35,-104v0,-16,-9,-24,-27,-25r0,-25","w":126},"~":{"d":"99,-120v4,7,20,13,14,20r-17,-17v-7,4,-13,20,-20,14r16,-17v-4,-7,-19,-13,-13,-20r17,17v7,-4,13,-20,20,-14","w":191},"\u00c4":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0xm141,-320v16,0,30,11,30,26v0,15,-14,27,-29,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27xm66,-320v16,0,31,11,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27","w":205},"\u00c5":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0xm56,-294v2,-42,91,-44,92,0v-1,43,-91,42,-92,0xm84,-294v1,13,39,12,37,0v-2,-13,-35,-14,-37,0","w":205},"\u00c7":{"d":"86,-119v0,56,31,80,76,60r6,54v-91,31,-163,-17,-163,-114v0,-94,69,-148,158,-116r-8,51v-46,-13,-69,12,-69,65xm63,19v30,-12,73,-12,73,20v0,21,-22,36,-65,46r0,-20v20,-3,31,-10,31,-19v0,-13,-21,-10,-34,-5","w":165},"\u00c9":{"d":"170,0r-158,0r0,-240r158,0r0,53r-79,5r0,33r61,0r0,52r-61,0r0,36r79,5r0,56xm133,-297r-54,36r-20,-16r41,-50","w":174},"\u00d6":{"d":"105,-244v67,0,100,52,100,124v0,72,-32,124,-100,124v-67,0,-100,-51,-100,-122v0,-74,31,-125,100,-126xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68xm143,-320v16,0,31,11,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27xm67,-320v16,0,31,11,30,26v0,15,-15,27,-30,27v-16,0,-30,-12,-30,-26v0,-15,15,-27,30,-27","w":210,"k":{"Z":6}},"\u00dc":{"d":"92,-62v5,15,29,14,29,-9r0,-169r79,0r0,172v0,50,-40,74,-94,74v-54,0,-93,-24,-94,-74r0,-172r79,0xm143,-320v16,0,30,11,30,26v0,15,-14,27,-29,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27xm68,-320v16,0,31,11,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27","w":211},"\u00e1":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16xm133,-237r-54,36r-20,-16r41,-50","w":179},"\u00e0":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16xm117,-218r-20,17r-53,-36r32,-31","w":179},"\u00e2":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16xm145,-227r-16,19r-39,-23r-39,23r-17,-19r56,-42","w":179},"\u00e4":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16xm127,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-30,-11,-30,-26v0,-16,15,-27,30,-27xm51,-260v15,0,30,11,30,26v0,15,-14,27,-29,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27","w":179},"\u00e3":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16xm36,-244v33,-22,75,11,107,-5r0,33v-35,14,-73,-18,-107,4r0,-32","w":179},"\u00e5":{"d":"22,-171v61,-16,145,-26,145,52r0,119r-63,0r-4,-14v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16xm43,-234v1,-43,91,-44,92,0v-1,43,-91,42,-92,0xm70,-234v0,6,11,10,19,9v13,0,19,-3,19,-9v0,-14,-36,-13,-38,0","w":179},"\u00e7":{"d":"5,-89v0,-72,55,-109,123,-85r-8,48v-27,-11,-46,2,-46,37v0,36,22,48,48,35r8,50v-71,25,-125,-9,-125,-85xm41,19v30,-12,74,-12,74,20v0,21,-22,36,-65,46r0,-20v20,-3,30,-10,30,-19v-1,-13,-21,-10,-33,-5","w":128},"\u00e9":{"d":"5,-92v0,-54,28,-89,82,-89v58,0,83,48,74,115r-82,0v4,24,46,24,70,16r10,45v-76,26,-154,0,-154,-87xm102,-105v1,-19,-5,-32,-16,-31v-10,0,-16,10,-16,31r32,0xm134,-237r-53,36r-20,-16r40,-50","w":166},"\u00e8":{"d":"5,-92v0,-54,28,-89,82,-89v58,0,83,48,74,115r-82,0v4,24,46,24,70,16r10,45v-76,26,-154,0,-154,-87xm102,-105v1,-19,-5,-32,-16,-31v-10,0,-16,10,-16,31r32,0xm115,-218r-20,17r-54,-36r33,-31","w":166},"\u00eb":{"d":"5,-92v0,-54,28,-89,82,-89v58,0,83,48,74,115r-82,0v4,24,46,24,70,16r10,45v-76,26,-154,0,-154,-87xm102,-105v1,-19,-5,-32,-16,-31v-10,0,-16,10,-16,31r32,0xm124,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-30,-12,-30,-26v-1,-16,15,-27,30,-27xm48,-260v15,0,31,11,31,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27","w":166},"\u00ed":{"d":"80,0r-68,0r0,-177r68,-5r0,182xm92,-237r-54,36r-19,-16r40,-50","w":91,"k":{"l":-4,"k":-4,"j":-4,"i":-4,"h":-4,"b":-4}},"\u00ec":{"d":"80,0r-68,0r0,-177r68,-5r0,182xm71,-218r-19,17r-54,-36r32,-31","w":91},"\u00ee":{"d":"80,0r-68,0r0,-177r68,-5r0,182xm104,-227r-17,19r-39,-23r-39,23r-16,-19r55,-42","w":91,"k":{"l":-4,"k":-4,"j":-4,"i":-4,"h":-4,"b":-4}},"\u00ef":{"d":"80,0r-68,0r0,-177r68,-5r0,182xm86,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-30,-11,-30,-26v0,-16,15,-27,30,-27xm10,-260v15,0,30,11,30,26v0,15,-14,27,-29,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27","w":91,"k":{"l":-18,"k":-18,"j":-18,"i":-18,"h":-18,"f":-7,"b":-18}},"\u00f3":{"d":"88,-182v59,0,85,29,84,93v-1,64,-21,93,-83,94v-62,1,-83,-29,-84,-92v-1,-67,21,-95,83,-95xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49xm129,-237r-53,36r-20,-16r41,-50","w":176},"\u00f2":{"d":"88,-182v59,0,85,29,84,93v-1,64,-21,93,-83,94v-62,1,-83,-29,-84,-92v-1,-67,21,-95,83,-95xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49xm118,-218r-20,17r-54,-36r33,-31","w":176},"\u00f4":{"d":"88,-182v59,0,85,29,84,93v-1,64,-21,93,-83,94v-62,1,-83,-29,-84,-92v-1,-67,21,-95,83,-95xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49xm144,-227r-17,19r-39,-23r-39,23r-16,-19r55,-42","w":176},"\u00f6":{"d":"88,-182v59,0,85,29,84,93v-1,64,-21,93,-83,94v-62,1,-83,-29,-84,-92v-1,-67,21,-95,83,-95xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49xm126,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-30,-12,-30,-26v0,-15,15,-27,30,-27xm50,-260v15,0,31,11,31,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27","w":176},"\u00f5":{"d":"88,-182v59,0,85,29,84,93v-1,64,-21,93,-83,94v-62,1,-83,-29,-84,-92v-1,-67,21,-95,83,-95xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49xm35,-244v33,-22,75,11,107,-5r0,33v-35,14,-73,-18,-107,4r0,-32","w":176},"\u00fa":{"d":"171,0r-67,0r-1,-7v-39,22,-91,12,-91,-41r0,-129r68,-5r0,113v-1,16,10,21,23,16r0,-125r68,0r0,178xm140,-237r-54,36r-20,-16r41,-50"},"\u00f9":{"d":"171,0r-67,0r-1,-7v-39,22,-91,12,-91,-41r0,-129r68,-5r0,113v-1,16,10,21,23,16r0,-125r68,0r0,178xm118,-218r-20,17r-54,-36r33,-31"},"\u00fb":{"d":"171,0r-67,0r-1,-7v-39,22,-91,12,-91,-41r0,-129r68,-5r0,113v-1,16,10,21,23,16r0,-125r68,0r0,178xm147,-227r-16,19r-40,-23r-38,23r-17,-19r55,-42"},"\u00fc":{"d":"171,0r-67,0r-1,-7v-39,22,-91,12,-91,-41r0,-129r68,-5r0,113v-1,16,10,21,23,16r0,-125r68,0r0,178xm129,-260v15,0,30,12,30,26v0,15,-14,27,-29,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27xm54,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27"},"\u00b0":{"d":"50,-245v22,0,42,19,42,42v0,22,-20,43,-42,43v-23,0,-43,-20,-43,-43v0,-23,19,-42,43,-42xm49,-181v12,0,23,-9,22,-22v0,-12,-10,-22,-22,-22v-11,0,-21,10,-21,22v0,12,10,22,21,22","w":98},"\u00a2":{"d":"10,-130v0,-48,20,-79,56,-90r0,-20r43,0r0,19v9,1,17,3,24,6r-8,48v-28,-12,-46,2,-46,37v0,36,22,48,48,35r8,50r-26,7r0,19r-43,0r0,-19v-36,-9,-56,-45,-56,-92","w":146},"\u00a7":{"d":"137,-177v5,-29,-50,-37,-54,-12v26,34,117,27,117,89v0,17,-9,32,-27,46v41,40,-17,95,-71,91v-49,-4,-88,-22,-92,-70r58,0v-2,19,14,29,32,29v24,0,30,-22,10,-29v-39,-13,-105,-30,-105,-74v0,-20,10,-36,31,-48v-44,-40,12,-93,67,-90v56,3,83,21,92,68r-58,0xm137,-81v8,-9,6,-21,-7,-25r-60,-21v-15,34,46,33,67,46","w":204},"\u00b6":{"d":"-12,-155v0,-58,37,-85,101,-85r114,0r0,38r-20,0r0,304r-36,0r0,-304r-36,0r0,304r-36,0r0,-176v-58,2,-87,-30,-87,-81xm27,-155v0,30,16,48,48,46r-1,-93v-32,0,-46,17,-47,47","w":191},"\u00df":{"d":"162,-193v1,18,-27,49,-3,65v19,26,32,39,34,71v3,53,-53,74,-104,56r9,-42v10,6,21,-1,20,-15v-2,-30,-26,-53,-32,-79v1,-9,20,-34,17,-45v0,-10,-3,-15,-11,-15v-12,1,-12,8,-12,26r0,171r-68,0r0,-176v0,-51,31,-68,79,-69v39,-1,71,16,71,52","w":196},"\u00ae":{"d":"119,-245v55,0,101,46,101,101v0,54,-46,100,-100,100v-54,0,-101,-46,-101,-99v0,-55,45,-102,100,-102xm119,-54v49,0,91,-41,91,-90v0,-49,-42,-91,-90,-91v-47,0,-91,41,-91,89v0,50,40,92,90,92xm156,-170v0,16,-11,28,-27,28r37,53r-25,0r-31,-49r0,49r-22,0r0,-108v31,-1,68,-4,68,27xm133,-168v0,-13,-10,-15,-23,-14r0,30v14,1,23,-3,23,-16","w":239},"\u00a9":{"d":"153,-245v69,0,126,57,126,125v0,68,-58,125,-126,125v-66,0,-124,-56,-124,-123v0,-69,56,-127,124,-127xm153,-5v64,0,116,-52,116,-115v0,-63,-53,-115,-116,-115v-62,0,-115,52,-115,113v0,64,52,117,115,117xm105,-118v0,-56,32,-89,85,-70r-4,20v-34,-13,-49,5,-50,51v-1,47,23,61,54,44r3,21v-49,22,-88,-9,-88,-66","w":307},"\u2122":{"d":"172,-132r-19,0r-6,-81r-16,81r-14,0r-15,-81r-6,81r-19,0r10,-108r22,0r15,75r16,-75r22,0xm69,-225r-21,2r0,91r-18,0r0,-91r-22,-2r0,-15r61,0r0,15","w":188},"\u00b4":{"d":"78,-237r-54,36r-19,-16r40,-50","w":83},"\u00a8":{"d":"111,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27xm35,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-30,-12,-30,-26v0,-15,15,-27,30,-27","w":145},"\u00d8":{"d":"5,-120v0,-95,76,-153,155,-109r16,-24r24,15r-19,29v48,69,27,213,-76,213v-20,0,-38,-5,-54,-15r-15,23r-24,-15r18,-27v-17,-21,-25,-53,-25,-90xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68","w":210,"k":{"Z":5}},"\u00b1":{"d":"148,-108r-48,0r0,48r-48,0r0,-47r-48,0r0,-48r48,0r0,-49r48,0r0,49r48,0r0,47xm148,0r-144,0r0,-43r144,0r0,43","w":151},"\u00aa":{"d":"13,-236v44,-12,101,-19,101,36r0,84r-44,0r-3,-10v-23,25,-67,11,-67,-27v0,-34,35,-50,68,-38v4,-24,-28,-19,-45,-13xm49,-157v0,10,8,13,19,12r0,-25v-12,-1,-19,3,-19,13","w":114},"\u00ba":{"d":"61,-244v44,0,59,21,59,66v0,45,-15,66,-59,66v-43,0,-58,-20,-59,-65v0,-47,16,-67,59,-67xm61,-144v15,-2,15,-63,0,-68v-16,3,-15,63,0,68","w":121},"\u00f8":{"d":"5,-88v0,-82,53,-106,123,-88r16,-23r23,15r-15,24v13,14,20,37,20,71v0,82,-53,107,-125,88r-14,22r-23,-16r14,-22v-13,-14,-19,-38,-19,-71xm89,-40v17,-4,13,-20,14,-49v1,-22,1,-46,-14,-48v-17,5,-14,18,-15,48v0,23,-1,48,15,49","w":176},"\u00a1":{"d":"21,-156v2,-34,74,-35,76,0v-1,35,-75,36,-76,0xm101,62r-84,0r20,-176r43,0","w":113},"\u00ac":{"d":"183,-10r-49,0r0,-61r-125,0r0,-47r174,0r0,108","w":191},"\u0192":{"d":"184,-236r-14,44v-12,-5,-29,-1,-28,14r24,0r-4,45r-26,1r-14,139v-3,50,-56,60,-110,47r14,-45v11,5,28,1,29,-12r13,-129r-14,-1r4,-45r15,0v-2,-58,55,-70,111,-58","w":179,"k":{"9":-5,"8":-2,"7":-14,"6":7,"4":22,"3":-14,"2":-5,"1":-5}},"\u00ab":{"d":"150,-152r-24,65r23,63r-34,15r-38,-78r38,-80xm85,-152r-23,65r23,63r-35,15r-38,-78r39,-80","w":161},"\u00bb":{"d":"150,-87r-39,77r-34,-14r24,-63r-23,-65r34,-16xm85,-87r-39,77r-34,-14r24,-63r-22,-65r33,-16","w":162},"\u2026":{"d":"198,-22v1,-35,75,-36,76,0v-2,34,-76,35,-76,0xm102,-22v1,-36,74,-35,76,0v-2,34,-76,35,-76,0xm6,-22v1,-35,74,-36,75,0v-2,34,-75,35,-75,0","w":279,"k":{"\u00ea":8,"\u00c6":15,"\u00a5":-13,"\u00b9":-4,"o":3,"e":8,"a":-4,"W":19,"T":35,"O":15,"C":15,"A":-13,"\u0106":15,"\u0119":8,"\u0105":-4,"\u0104":-13,"\u00d3":15,"\u2019":12,"\u201d":12,"\u00f3":3,"z":-14,"y":19,"x":-10,"w":17,"v":22,"t":4,"s":-8,"q":5,"g":-11,"d":5,"c":5,"Z":-12,"Y":43,"X":-13,"V":29,"U":10,"S":-6,"Q":15,"M":-8,"G":17,"9":12,"7":-4,"6":10,"4":5,"3":-4,"2":-4,"1":-1,"0":15}},"\u00c0":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0xm130,-278r-20,17r-54,-36r33,-31","w":205},"\u00c3":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0xm49,-304v33,-22,76,12,107,-6r0,33v-34,16,-73,-17,-107,5r0,-32","w":205},"\u00d5":{"d":"105,-244v67,0,100,52,100,124v0,72,-32,124,-100,124v-67,0,-100,-51,-100,-122v0,-74,31,-125,100,-126xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68xm52,-304v33,-22,75,12,106,-6r0,33v-33,16,-75,-17,-106,5r0,-32","w":210},"\u2013":{"d":"187,-64r-168,0r0,-51r168,0r0,51","w":206,"k":{"\u00ea":-5,"\u00c6":-5,"\u00b9":-4,"o":-5,"e":-5,"a":-4,"W":6,"T":33,"O":-5,"C":-5,"\u0106":-5,"\u0119":-5,"\u0105":-4,"\u00d3":-5,"\u00f3":-5,"z":7,"x":10,"s":-2,"q":-5,"g":-5,"d":-5,"c":-5,"Z":7,"Y":33,"X":6,"V":12,"S":11,"Q":-5,"M":-4,"G":-5}},"\u2014":{"d":"355,-64r-336,0r0,-51r336,0r0,51","w":374,"k":{"\u00ea":-5,"\u00c6":-5,"\u00b9":-4,"o":-5,"e":-5,"a":-4,"W":6,"T":33,"O":-5,"C":-5,"\u0106":-5,"\u0119":-5,"\u0105":-4,"\u00d3":-5,"\u00f3":-5,"z":7,"x":10,"s":-2,"q":-5,"g":-5,"d":-5,"c":-5,"Z":7,"Y":33,"X":6,"V":12,"S":11,"Q":-5,"M":-4,"G":-5}},"\u201c":{"d":"158,-231r-19,88r-63,0r51,-96xm86,-231r-19,88r-63,0r51,-96","w":161,"k":{"\u00ea":17,"\u00c6":5,"\u00a5":24,"\u00b9":19,"o":17,"e":17,"a":19,"W":-17,"T":-15,"O":5,"C":5,"A":24,"\u0106":5,"\u0119":17,"\u0105":19,"\u0104":24,"\u00d3":5,"\u2026":24,"\u00f3":17,"y":-7,"w":-7,"v":-7,"u":9,"t":-5,"s":12,"r":9,"q":19,"p":9,"n":9,"m":9,"j":-1,"i":-1,"g":12,"f":-2,"d":17,"c":19,"Z":-11,"Y":-17,"X":-11,"V":-17,"S":-6,"Q":5,"M":7,"G":5}},"\u201d":{"d":"158,-240r-52,97r-30,-8r19,-89r63,0xm86,-240r-52,97r-30,-8r19,-89r63,0","w":161},"\u2018":{"d":"86,-231r-19,88r-63,0r51,-96","w":89,"k":{"\u00ea":17,"\u00c6":5,"\u00a5":24,"\u00b9":19,"o":17,"e":17,"a":19,"W":-17,"T":-15,"O":5,"C":5,"A":24,"\u0106":5,"\u0119":17,"\u0105":19,"\u0104":24,"\u00d3":5,"\u2026":24,"\u00f3":17,"y":-7,"w":-7,"v":-7,"u":9,"t":-5,"s":12,"r":9,"q":19,"p":9,"n":9,"m":9,"j":-1,"i":-1,"g":12,"f":-2,"d":17,"c":19,"Z":-11,"Y":-17,"X":-11,"V":-17,"S":-6,"Q":5,"M":7,"G":5}},"\u2019":{"d":"86,-240r-52,97r-30,-8r19,-89r63,0","w":89,"k":{"o":46,"T":-12,"O":22,"\u00d3":22,"\u00f3":46,"v":18,"t":15,"s":42,"r":32,"m":32,"d":48,"V":-14,"S":8,"M":14}},"\u00ff":{"d":"177,-178r-48,188v-8,59,-61,62,-121,47r13,-45v20,8,49,9,51,-12r-32,0r-42,-177r71,-5r19,104r20,-100r69,0xm127,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-30,-12,-30,-26v0,-15,15,-27,30,-27xm52,-260v15,0,30,12,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27","w":172},"\u00b7":{"d":"14,-120v1,-35,75,-36,76,0v-1,35,-75,35,-76,0","w":104},"\u2219":{"d":"14,-120v1,-35,75,-36,76,0v-1,35,-75,35,-76,0","w":104},"\u201e":{"d":"149,-50r-51,97r-31,-9r19,-88r63,0xm77,-50r-52,97r-30,-9r19,-88r63,0","w":146},"\u00c2":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0xm158,-287r-16,19r-40,-23r-39,23r-16,-19r55,-42","w":205},"\u00c1":{"d":"211,0r-80,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0xm114,-106r-11,-73r-12,73r23,0xm152,-297r-54,36r-20,-16r41,-50","w":205},"\u00cb":{"d":"170,0r-158,0r0,-240r158,0r0,53r-79,5r0,33r61,0r0,52r-61,0r0,36r79,5r0,56xm127,-320v16,0,31,11,30,26v0,15,-15,27,-30,27v-16,0,-30,-11,-30,-26v0,-16,15,-27,30,-27xm51,-320v16,0,30,11,30,26v0,15,-14,27,-29,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27","w":174},"\u00c8":{"d":"170,0r-158,0r0,-240r158,0r0,53r-79,5r0,33r61,0r0,52r-61,0r0,36r79,5r0,56xm119,-278r-20,17r-54,-36r33,-31","w":174},"\u00cd":{"d":"91,0r-79,0r0,-240r79,0r0,240xm102,-297r-53,36r-20,-16r40,-50","w":103},"\u00ce":{"d":"91,0r-79,0r0,-240r79,0r0,240xm107,-287r-16,19r-39,-23r-39,23r-17,-19r56,-42","w":103},"\u00cf":{"d":"91,0r-79,0r0,-240r79,0r0,240xm89,-320v16,0,31,11,31,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v0,-15,15,-27,30,-27xm14,-320v16,0,31,11,30,26v0,15,-15,27,-30,27v-16,0,-31,-11,-31,-26v-1,-15,16,-27,31,-27","w":103},"\u00cc":{"d":"91,0r-79,0r0,-240r79,0r0,240xm73,-278r-20,17r-54,-36r33,-31","w":103},"\u00d3":{"d":"105,-244v67,0,100,52,100,124v0,72,-32,124,-100,124v-67,0,-100,-51,-100,-122v0,-74,31,-125,100,-126xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68xm144,-297r-53,36r-20,-16r41,-50","w":210,"k":{"\u00a5":4,"\u00b9":4,"a":4,"W":-1,"T":8,"A":4,"\u0105":4,"\u0104":4,"\u00c1":4,"\u00c2":4,"\u00ff":-7,"\u2019":-5,"\u201d":-5,"\u2014":-5,"\u2013":-5,"\u00c3":4,"\u00c0":4,"\u2026":15,"\u00e7":-1,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u00c5":4,"\u00c4":4,"z":-4,"y":-7,"x":2,"w":-7,"v":-7,"t":-5,"s":-1,"q":-1,"g":-2,"f":-5,"d":-1,"c":-1,"Z":7,"Y":13,"X":8,"V":4,"S":-1,"?":5,";":-7,":":-7,"\/":14,".":15,"-":-5,",":15}},"\u00d4":{"d":"105,-244v67,0,100,52,100,124v0,72,-32,124,-100,124v-67,0,-100,-51,-100,-122v0,-74,31,-125,100,-126xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68xm160,-287r-16,19r-39,-23r-39,23r-17,-19r56,-42","w":210},"\u00d2":{"d":"105,-244v67,0,100,52,100,124v0,72,-32,124,-100,124v-67,0,-100,-51,-100,-122v0,-74,31,-125,100,-126xm125,-120v0,-45,-7,-68,-20,-68v-13,0,-19,22,-19,67v0,46,6,69,19,69v13,0,20,-23,20,-68xm136,-278r-20,17r-54,-36r33,-31","w":210},"\u00da":{"d":"92,-62v5,15,29,14,29,-9r0,-169r79,0r0,172v0,50,-40,74,-94,74v-54,0,-93,-24,-94,-74r0,-172r79,0xm147,-297r-53,36r-20,-16r41,-50","w":211},"\u00db":{"d":"92,-62v5,15,29,14,29,-9r0,-169r79,0r0,172v0,50,-40,74,-94,74v-54,0,-93,-24,-94,-74r0,-172r79,0xm161,-287r-16,19r-39,-23r-39,23r-17,-19r56,-42","w":211},"\u00d9":{"d":"92,-62v5,15,29,14,29,-9r0,-169r79,0r0,172v0,50,-40,74,-94,74v-54,0,-93,-24,-94,-74r0,-172r79,0xm135,-278r-20,17r-53,-36r32,-31","w":211},"\u0131":{"d":"80,0r-68,0r0,-177r68,-5r0,182","w":91},"\u00b8":{"d":"5,19v30,-12,73,-12,73,20v0,21,-22,36,-65,46r0,-20v20,-3,31,-10,31,-19v0,-13,-21,-10,-34,-5","w":82},"\u0160":{"d":"20,-116v-45,-51,-3,-128,72,-128v23,0,50,6,73,12r-16,55v-20,-8,-36,-12,-50,-12v-28,0,-30,19,-7,28v37,15,82,31,81,81v-1,80,-90,102,-170,73r15,-57v20,8,38,12,52,12v23,2,33,-15,19,-25v-15,-10,-59,-27,-69,-39xm147,-305r-56,43r-55,-43r17,-19r38,23r40,-23","w":174},"\u0161":{"d":"136,-126v-18,-4,-56,-15,-66,-2v4,10,30,12,41,16v26,9,39,26,39,52v2,70,-86,73,-148,57r12,-50v19,9,93,5,50,-12v-37,-3,-61,-23,-60,-56v1,-64,81,-70,144,-54xm138,-245r-55,43r-56,-43r17,-18r39,23r39,-23","w":154},"\u017d":{"d":"167,0r-166,0r0,-33r69,-148r-69,-6r0,-53r165,0r0,37r-65,142r66,6r0,55xm141,-305r-55,43r-56,-43r17,-19r39,23r39,-23","w":167},"\u017e":{"d":"146,-151r-57,101r56,4r0,46r-145,0r0,-27r55,-99r-51,-4r0,-48r142,0r0,27xm128,-245r-55,43r-56,-43r17,-18r39,23r39,-23","w":147},"\u00dd":{"d":"205,-240r-69,156r0,84r-79,0r0,-84r-64,-156r85,0r20,79r22,-79r85,0xm145,-297r-54,36r-19,-16r40,-50","w":197},"\u00ad":{"d":"148,-47r-144,0r0,-48r144,0r0,48","w":151},"\u2212":{"d":"148,-47r-144,0r0,-48r144,0r0,48","w":151},"\u00a4":{"d":"87,-202v20,-17,77,-18,96,0r21,-21r28,28r-21,21v20,25,20,74,0,97r21,22r-29,28r-21,-22v-20,18,-75,19,-96,0r-21,21r-28,-27r21,-22v-19,-34,-18,-65,0,-97r-20,-20r28,-29xm134,-88v20,-1,37,-15,37,-37v0,-22,-16,-37,-37,-38v-48,0,-43,75,0,75","w":270},"\u0179":{"d":"167,0r-166,0r0,-33r69,-148r-69,-6r0,-53r165,0r0,37r-65,142r66,6r0,55xm128,-297r-54,36r-19,-16r40,-50","w":167},"\u017a":{"d":"146,-151r-57,101r56,4r0,46r-145,0r0,-27r55,-99r-51,-4r0,-48r142,0r0,27xm116,-237r-54,36r-19,-16r40,-50","w":147},"\u017c":{"d":"146,-151r-57,101r56,4r0,46r-145,0r0,-27r55,-99r-51,-4r0,-48r142,0r0,27xm43,-218v1,-35,71,-35,72,0v0,34,-72,35,-72,0","w":147},"\u017b":{"d":"167,0r-166,0r0,-33r69,-148r-69,-6r0,-53r165,0r0,37r-65,142r66,6r0,55xm83,-315v18,0,36,11,36,27v-1,34,-69,33,-71,0v0,-16,18,-27,35,-27","w":167},"\u015b":{"d":"136,-126v-18,-4,-56,-15,-66,-2v4,10,30,12,41,16v26,9,39,26,39,52v2,70,-86,73,-148,57r12,-50v19,9,93,5,50,-12v-37,-3,-61,-23,-60,-56v1,-64,81,-70,144,-54xm116,-237r-54,36r-19,-16r40,-50","w":154},"\u015a":{"d":"20,-116v-45,-51,-3,-128,72,-128v23,0,50,6,73,12r-16,55v-20,-8,-36,-12,-50,-12v-28,0,-30,19,-7,28v37,15,82,31,81,81v-1,80,-90,102,-170,73r15,-57v20,8,38,12,52,12v23,2,33,-15,19,-25v-15,-10,-59,-27,-69,-39xm127,-297r-54,36r-19,-16r40,-50","w":174},"\u0104":{"d":"174,18v0,16,26,9,36,3r0,36v-29,17,-84,11,-82,-30v0,-14,5,-19,12,-27r-9,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0r58,240v-18,-1,-37,3,-37,18xm114,-106r-11,-73r-12,73r23,0","w":205,"k":{"\u00c6":4,"\u00a5":-17,"\u00b9":-7,"o":-2,"a":-7,"W":12,"T":26,"O":4,"C":4,"A":-17,"\u0106":4,"\u0105":-7,"\u0104":-17,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":-17,"\u00c2":-17,"\u00ff":7,"\u2019":18,"\u201d":18,"\u00d5":4,"\u00c3":-17,"\u00c0":-17,"\u2026":-13,"\u00f8":-2,"\u00d8":4,"\u2122":19,"\u00ae":12,"\u00df":-2,"\u00f5":-2,"\u00f6":-2,"\u00f4":-2,"\u00f2":-2,"\u00f3":-2,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00e7":-2,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u00dc":4,"\u00d6":4,"\u00c7":4,"\u00c5":-17,"\u00c4":-17,"z":-14,"y":7,"x":-14,"w":5,"v":7,"t":1,"s":-8,"r":-2,"q":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-5,"i":-2,"h":-2,"g":-12,"f":-2,"d":-4,"c":-2,"b":-2,"Z":-13,"Y":32,"X":-17,"V":17,"U":4,"S":-6,"Q":4,"M":-10,"J":-2,"G":4,"?":-5,";":-13,":":-13,"\/":-17,".":-13,",":-13,"*":19,"!":-2}},"\u0141":{"d":"135,-137r-41,13r0,64r75,4r0,56r-154,0r0,-97r-15,5r0,-50r15,-5r0,-93r79,0r0,67r41,-14r0,50","w":167,"k":{"\u00c6":7,"\u00a5":-13,"\u00b9":-7,"o":-4,"a":-7,"W":14,"T":29,"O":8,"C":7,"A":-13,"\u0106":7,"\u0105":-7,"\u0104":-13,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":-13,"\u00c2":-13,"\u00ff":10,"\u2019":24,"\u201d":24,"\u00d5":8,"\u00c3":-13,"\u00c0":-13,"\u2026":-13,"\u00f8":-4,"\u00d8":10,"\u2122":36,"\u00ae":24,"\u00f5":-4,"\u00f6":-4,"\u00f4":-4,"\u00f2":-4,"\u00f3":-4,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00e7":-4,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u00dc":4,"\u00d6":8,"\u00c7":10,"\u00c5":-13,"\u00c4":-13,"y":10,"w":10,"r":-2,"q":-4,"n":-2,"m":-2,"l":-2,"i":-2,"h":-2,"d":-4,"c":-4,"Z":-12,"Y":36,"V":22,"U":4,"S":-5,"Q":8,"M":-10,"G":10,"?":-2,";":-13,":":-13,"\/":-10,".":-13,",":-13,"*":46}},"\u0142":{"d":"98,-131r-13,4r0,127r-68,0r0,-103r-13,4r0,-43r13,-4r0,-93r68,-6r0,76r13,-5r0,43","w":102},"\u0105":{"d":"137,18v1,16,26,9,36,3r0,36v-29,17,-81,10,-81,-30v0,-19,18,-25,8,-41v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18r-14,-46v61,-16,145,-26,145,52r0,119v-15,2,-29,5,-30,18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16","w":179},"\u0118":{"d":"127,65v-42,11,-67,-41,-40,-65r-75,0r0,-240r158,0r0,53r-79,5r0,33r61,0r0,52r-61,0r0,36r79,5r0,56v-22,-1,-47,0,-49,18v1,16,26,9,36,3r0,36v-9,5,-18,7,-30,8","w":174},"\u0119":{"d":"118,65v-41,8,-65,-37,-42,-63v-46,-6,-71,-41,-71,-94v0,-54,28,-89,82,-89v58,0,83,48,74,115r-82,0v4,24,46,24,70,16r10,45v-15,8,-46,3,-46,23v0,16,25,9,35,3r0,36v-9,5,-18,6,-30,8xm102,-105v1,-19,-5,-32,-16,-31v-10,0,-16,10,-16,31r32,0","w":166},"\u0107":{"d":"5,-89v0,-72,55,-109,123,-85r-8,48v-27,-11,-46,2,-46,37v0,36,22,48,48,35r8,50v-71,25,-125,-9,-125,-85xm114,-237r-54,36r-19,-16r40,-50","w":128},"\u0106":{"d":"86,-119v0,56,31,80,76,60r6,54v-91,31,-163,-17,-163,-114v0,-94,69,-148,158,-116r-8,51v-46,-13,-69,12,-69,65xm139,-297r-54,36r-19,-16r40,-50","w":165,"k":{"\u00ea":2,"\u00c6":10,"\u00a5":-12,"\u00b9":-5,"e":2,"a":-5,"T":-6,"O":10,"C":10,"A":-12,"\u0106":10,"\u0119":2,"\u0105":-5,"\u0104":-12,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":-12,"\u00c2":-12,"\u00ff":5,"\u2019":-2,"\u201d":-2,"\u00d5":10,"\u00c3":-12,"\u00c0":-12,"\u2026":-13,"\u00d8":10,"\u2122":-12,"\u00ae":12,"\u00ef":-29,"\u00ee":-12,"\u00ec":-2,"\u00ed":-2,"\u00eb":2,"\u00e8":2,"\u00e9":2,"\u00e5":-5,"\u00e3":-5,"\u00e4":-5,"\u00e2":-5,"\u00e0":-5,"\u00e1":-5,"\u00d6":10,"\u00c7":10,"\u00c5":-12,"\u00c4":-12,"y":5,"r":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-2,"i":-2,"h":-2,"b":-2,"Y":-7,"S":-4,"Q":10,"G":10,"?":-5,";":-13,":":-13,"\/":-15,".":-13,",":-13,"*":-6,"!":-5}},"\u0144":{"d":"79,-171v42,-23,91,-11,91,48r0,123r-67,0r0,-104v0,-20,-8,-25,-24,-21r0,125r-67,0r0,-177r67,-5r0,11xm128,-237r-54,36r-19,-16r40,-50"},"\u0143":{"d":"200,0r-83,0r-43,-143r0,143r-62,0r0,-240r83,0r42,141r0,-141r63,0r0,240xm148,-297r-54,36r-19,-16r40,-50","w":211},"\u00b9":{"d":"137,18v1,16,26,9,36,3r0,36v-29,17,-81,10,-81,-30v0,-19,18,-25,8,-41v-32,37,-96,16,-96,-39v0,-50,48,-70,96,-54v6,-35,-39,-26,-64,-18r-14,-46v61,-16,145,-26,145,52r0,119v-15,2,-29,5,-30,18xm100,-42r0,-35v-16,-1,-27,4,-27,19v0,13,13,19,27,16","w":179},"\u00a5":{"d":"174,18v0,16,26,9,36,3r0,36v-29,17,-84,11,-82,-30v0,-14,5,-19,12,-27r-9,0r-9,-53r-39,0r-9,53r-80,0r59,-240r100,0r58,240v-18,-1,-37,3,-37,18xm114,-106r-11,-73r-12,73r23,0","w":205,"k":{"\u00c6":4,"\u00a5":-17,"\u00b9":-7,"o":-2,"a":-7,"W":12,"T":26,"O":4,"C":4,"A":-17,"\u0106":4,"\u0105":-7,"\u0104":-17,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":-17,"\u00c2":-17,"\u00ff":7,"\u2019":18,"\u201d":18,"\u00d5":4,"\u00c3":-17,"\u00c0":-17,"\u2026":-13,"\u00f8":-2,"\u00d8":4,"\u2122":19,"\u00ae":12,"\u00df":-2,"\u00f5":-2,"\u00f6":-2,"\u00f4":-2,"\u00f2":-2,"\u00f3":-2,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00e7":-2,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u00dc":4,"\u00d6":4,"\u00c7":4,"\u00c5":-17,"\u00c4":-17,"z":-14,"y":7,"x":-14,"w":5,"v":7,"t":1,"s":-8,"r":-2,"q":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-5,"i":-2,"h":-2,"g":-12,"f":-2,"d":-4,"c":-2,"b":-2,"Z":-13,"Y":32,"X":-17,"V":17,"U":4,"S":-6,"Q":4,"M":-10,"J":-2,"G":4,"?":-5,";":-13,":":-13,"\/":-17,".":-13,",":-13,"*":19,"!":-2}},"\u00e6":{"d":"5,-89v0,-72,55,-109,123,-85r-8,48v-27,-11,-46,2,-46,37v0,36,22,48,48,35r8,50v-71,25,-125,-9,-125,-85xm114,-237r-54,36r-19,-16r40,-50","w":128},"\u00c6":{"d":"86,-119v0,56,31,80,76,60r6,54v-91,31,-163,-17,-163,-114v0,-94,69,-148,158,-116r-8,51v-46,-13,-69,12,-69,65xm139,-297r-54,36r-19,-16r40,-50","w":165,"k":{"\u00ea":2,"\u00c6":10,"\u00a5":-12,"\u00b9":-5,"e":2,"a":-5,"T":-6,"O":10,"C":10,"A":-12,"\u0106":10,"\u0119":2,"\u0105":-5,"\u0104":-12,"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":-12,"\u00c2":-12,"\u00ff":5,"\u2019":-2,"\u201d":-2,"\u00d5":10,"\u00c3":-12,"\u00c0":-12,"\u2026":-13,"\u00d8":10,"\u2122":-12,"\u00ae":12,"\u00ef":-29,"\u00ee":-12,"\u00ec":-2,"\u00ed":-2,"\u00eb":2,"\u00e8":2,"\u00e9":2,"\u00e5":-5,"\u00e3":-5,"\u00e4":-5,"\u00e2":-5,"\u00e0":-5,"\u00e1":-5,"\u00d6":10,"\u00c7":10,"\u00c5":-12,"\u00c4":-12,"y":5,"r":-2,"p":-2,"n":-2,"m":-2,"l":-2,"k":-2,"j":-2,"i":-2,"h":-2,"b":-2,"Y":-7,"S":-4,"Q":10,"G":10,"?":-5,";":-13,":":-13,"\/":-15,".":-13,",":-13,"*":-6,"!":-5}},"\u00ea":{"d":"118,65v-41,8,-65,-37,-42,-63v-46,-6,-71,-41,-71,-94v0,-54,28,-89,82,-89v58,0,83,48,74,115r-82,0v4,24,46,24,70,16r10,45v-15,8,-46,3,-46,23v0,16,25,9,35,3r0,36v-9,5,-18,6,-30,8xm102,-105v1,-19,-5,-32,-16,-31v-10,0,-16,10,-16,31r32,0","w":166},"\u00ca":{"d":"127,65v-42,11,-67,-41,-40,-65r-75,0r0,-240r158,0r0,53r-79,5r0,33r61,0r0,52r-61,0r0,36r79,5r0,56v-22,-1,-47,0,-49,18v1,16,26,9,36,3r0,36v-9,5,-18,7,-30,8","w":174},"\u00b3":{"d":"98,-131r-13,4r0,127r-68,0r0,-103r-13,4r0,-43r13,-4r0,-93r68,-6r0,76r13,-5r0,43","w":102},"\u00a3":{"d":"135,-137r-41,13r0,64r75,4r0,56r-154,0r0,-97r-15,5r0,-50r15,-5r0,-93r79,0r0,67r41,-14r0,50","w":167,"k":{"\u00c6":7,"\u00a5":-13,"\u00b9":-7,"o":-4,"a":-7,"W":14,"T":29,"O":8,"C":7,"A":-13,"\u0106":7,"\u0105":-7,"\u0104":-13,"\u00d9":4,"\u00db":4,"\u00da":4,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00c1":-13,"\u00c2":-13,"\u00ff":10,"\u2019":24,"\u201d":24,"\u00d5":8,"\u00c3":-13,"\u00c0":-13,"\u2026":-13,"\u00f8":-4,"\u00d8":10,"\u2122":36,"\u00ae":24,"\u00f5":-4,"\u00f6":-4,"\u00f4":-4,"\u00f2":-4,"\u00f3":-4,"\u00ef":-2,"\u00ee":-2,"\u00ec":-2,"\u00ed":-2,"\u00e7":-4,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u00dc":4,"\u00d6":8,"\u00c7":10,"\u00c5":-13,"\u00c4":-13,"y":10,"w":10,"r":-2,"q":-4,"n":-2,"m":-2,"l":-2,"i":-2,"h":-2,"d":-4,"c":-4,"Z":-12,"Y":36,"V":22,"U":4,"S":-5,"Q":8,"M":-10,"G":10,"?":-2,";":-13,":":-13,"\/":-10,".":-13,",":-13,"*":46}},"\u00f1":{"d":"79,-171v42,-23,91,-11,91,48r0,123r-67,0r0,-104v0,-20,-8,-25,-24,-21r0,125r-67,0r0,-177r67,-5r0,11xm128,-237r-54,36r-19,-16r40,-50"},"\u00d1":{"d":"200,0r-83,0r-43,-143r0,143r-62,0r0,-240r83,0r42,141r0,-141r63,0r0,240xm148,-297r-54,36r-19,-16r40,-50","w":211},"\u0153":{"d":"136,-126v-18,-4,-56,-15,-66,-2v4,10,30,12,41,16v26,9,39,26,39,52v2,70,-86,73,-148,57r12,-50v19,9,93,5,50,-12v-37,-3,-61,-23,-60,-56v1,-64,81,-70,144,-54xm116,-237r-54,36r-19,-16r40,-50","w":154},"\u0152":{"d":"20,-116v-45,-51,-3,-128,72,-128v23,0,50,6,73,12r-16,55v-20,-8,-36,-12,-50,-12v-28,0,-30,19,-7,28v37,15,82,31,81,81v-1,80,-90,102,-170,73r15,-57v20,8,38,12,52,12v23,2,33,-15,19,-25v-15,-10,-59,-27,-69,-39xm127,-297r-54,36r-19,-16r40,-50","w":174},"\u0178":{"d":"146,-151r-57,101r56,4r0,46r-145,0r0,-27r55,-99r-51,-4r0,-48r142,0r0,27xm116,-237r-54,36r-19,-16r40,-50","w":147},"\u00bf":{"d":"146,-151r-57,101r56,4r0,46r-145,0r0,-27r55,-99r-51,-4r0,-48r142,0r0,27xm43,-218v1,-35,71,-35,72,0v0,34,-72,35,-72,0","w":147},"\u00af":{"d":"167,0r-166,0r0,-33r69,-148r-69,-6r0,-53r165,0r0,37r-65,142r66,6r0,55xm83,-315v18,0,36,11,36,27v-1,34,-69,33,-71,0v0,-16,18,-27,35,-27","w":167},"\u00a0":{"w":72}}});
