(function(){this.MooTools={version:"1.3",build:"a3eed692dd85050d80168ec2c708efe901bb7db3"};var n=this.typeOf=function(i){if(i==null){return"null";}if(i.$family){return i.$family();}if(i.nodeName){if(i.nodeType==1){return"element";}if(i.nodeType==3){return(/\S/).test(i.nodeValue)?"textnode":"whitespace";}}else{if(typeof i.length=="number"){if(i.callee){return"arguments";}if("item"in i){return"collection";}}}return typeof i;};var h=this.instanceOf=function(s,i){if(s==null){return false;}var r=s.$constructor||s.constructor;while(r){if(r===i){return true;}r=r.parent;}return s instanceof i;};var f=this.Function;var o=true;for(var j in{toString:1}){o=null;}if(o){o=["hasOwnProperty","valueOf","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","constructor"];}f.prototype.overloadSetter=function(r){var i=this;return function(t,s){if(t==null){return this;}if(r||typeof t!="string"){for(var u in t){i.call(this,u,t[u]);}if(o){for(var v=o.length;v--;){u=o[v];if(t.hasOwnProperty(u)){i.call(this,u,t[u]);}}}}else{i.call(this,t,s);}return this;};};f.prototype.overloadGetter=function(r){var i=this;return function(t){var u,s;if(r||typeof t!="string"){u=t;}else{if(arguments.length>1){u=arguments;}}if(u){s={};for(var v=0;v<u.length;v++){s[u[v]]=i.call(this,u[v]);}}else{s=i.call(this,t);}return s;};};f.prototype.extend=function(i,r){this[i]=r;}.overloadSetter();f.prototype.implement=function(i,r){this.prototype[i]=r;}.overloadSetter();var m=Array.prototype.slice;f.from=function(i){return(n(i)=="function")?i:function(){return i;};};Array.from=function(i){if(i==null){return[];}return(a.isEnumerable(i)&&typeof i!="string")?(n(i)=="array")?i:m.call(i):[i];};Number.from=function(r){var i=parseFloat(r);return isFinite(i)?i:null;};String.from=function(i){return i+"";};f.implement({hide:function(){this.$hidden=true;return this;},protect:function(){this.$protected=true;return this;}});var a=this.Type=function(t,s){if(t){var r=t.toLowerCase();var i=function(u){return(n(u)==r);};a["is"+t]=i;if(s!=null){s.prototype.$family=(function(){return r;}).hide();}}if(s==null){return null;}s.extend(this);s.$constructor=a;s.prototype.$constructor=s;return s;};var e=Object.prototype.toString;a.isEnumerable=function(i){return(i!=null&&typeof i.length=="number"&&e.call(i)!="[object Function]");};var p={};var q=function(i){var r=n(i.prototype);return p[r]||(p[r]=[]);};var b=function(s,w){if(w&&w.$hidden){return this;}var r=q(this);for(var t=0;t<r.length;t++){var v=r[t];if(n(v)=="type"){b.call(v,s,w);}else{v.call(this,s,w);}}var u=this.prototype[s];if(u==null||!u.$protected){this.prototype[s]=w;}if(this[s]==null&&n(w)=="function"){l.call(this,s,function(i){return w.apply(i,m.call(arguments,1));});}return this;};var l=function(i,s){if(s&&s.$hidden){return this;}var r=this[i];if(r==null||!r.$protected){this[i]=s;}return this;};a.implement({implement:b.overloadSetter(),extend:l.overloadSetter(),alias:function(i,r){b.call(this,i,this.prototype[r]);}.overloadSetter(),mirror:function(i){q(this).push(i);return this;}});new a("Type",a);var d=function(r,v,t){var s=(v!=Object),z=v.prototype;if(s){v=new a(r,v);}for(var w=0,u=t.length;w<u;w++){var A=t[w],y=v[A],x=z[A];if(y){y.protect();}if(s&&x){delete z[A];z[A]=x.protect();}}if(s){v.implement(z);}return d;};d("String",String,["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","quote","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase"])("Array",Array,["pop","push","reverse","shift","sort","splice","unshift","concat","join","slice","indexOf","lastIndexOf","filter","forEach","every","map","some","reduce","reduceRight"])("Number",Number,["toExponential","toFixed","toLocaleString","toPrecision"])("Function",f,["apply","call","bind"])("RegExp",RegExp,["exec","test"])("Object",Object,["create","defineProperty","defineProperties","keys","getPrototypeOf","getOwnPropertyDescriptor","getOwnPropertyNames","preventExtensions","isExtensible","seal","isSealed","freeze","isFrozen"])("Date",Date,["now"]);Object.extend=l.overloadSetter();Date.extend("now",function(){return+(new Date);});new a("Boolean",Boolean);Number.prototype.$family=function(){return isFinite(this)?"number":"null";}.hide();Number.extend("random",function(r,i){return Math.floor(Math.random()*(i-r+1)+r);});Object.extend("forEach",function(i,s,t){for(var r in i){if(i.hasOwnProperty(r)){s.call(t,i[r],r,i);}}});Object.each=Object.forEach;Array.implement({forEach:function(t,u){for(var s=0,r=this.length;s<r;s++){if(s in this){t.call(u,this[s],s,this);}}},each:function(i,r){Array.forEach(this,i,r);return this;}});var k=function(i){switch(n(i)){case"array":return i.clone();case"object":return Object.clone(i);default:return i;}};Array.implement("clone",function(){var r=this.length,s=new Array(r);while(r--){s[r]=k(this[r]);}return s;});var g=function(r,i,s){switch(n(s)){case"object":if(n(r[i])=="object"){Object.merge(r[i],s);}else{r[i]=Object.clone(s);}break;case"array":r[i]=s.clone();break;default:r[i]=s;}return r;};Object.extend({merge:function(y,t,s){if(n(t)=="string"){return g(y,t,s);}for(var x=1,r=arguments.length;x<r;x++){var u=arguments[x];for(var w in u){g(y,w,u[w]);}}return y;},clone:function(i){var s={};for(var r in i){s[r]=k(i[r]);}return s;},append:function(v){for(var u=1,s=arguments.length;u<s;u++){var r=arguments[u]||{};for(var t in r){v[t]=r[t];}}return v;}});["Object","WhiteSpace","TextNode","Collection","Arguments"].each(function(i){new a(i);});var c=Date.now();String.extend("uniqueID",function(){return(c++).toString(36);});})();Array.implement({invoke:function(a){var b=Array.slice(arguments,1);return this.map(function(c){return c[a].apply(c,b);});},every:function(c,d){for(var b=0,a=this.length;b<a;b++){if((b in this)&&!c.call(d,this[b],b,this)){return false;}}return true;},filter:function(d,e){var c=[];for(var b=0,a=this.length;b<a;b++){if((b in this)&&d.call(e,this[b],b,this)){c.push(this[b]);}}return c;},clean:function(){return this.filter(function(a){return a!=null;});},indexOf:function(c,d){var a=this.length;for(var b=(d<0)?Math.max(0,a+d):d||0;b<a;b++){if(this[b]===c){return b;}}return-1;},map:function(d,e){var c=[];for(var b=0,a=this.length;b<a;b++){if(b in this){c[b]=d.call(e,this[b],b,this);}}return c;},some:function(c,d){for(var b=0,a=this.length;b<a;b++){if((b in this)&&c.call(d,this[b],b,this)){return true;}}return false;},associate:function(c){var d={},b=Math.min(this.length,c.length);for(var a=0;a<b;a++){d[c[a]]=this[a];}return d;},link:function(c){var a={};for(var e=0,b=this.length;e<b;e++){for(var d in c){if(c[d](this[e])){a[d]=this[e];delete c[d];break;}}}return a;},contains:function(a,b){return this.indexOf(a,b)!=-1;},append:function(a){this.push.apply(this,a);return this;},getLast:function(){return(this.length)?this[this.length-1]:null;},getRandom:function(){return(this.length)?this[Number.random(0,this.length-1)]:null;},include:function(a){if(!this.contains(a)){this.push(a);}return this;},combine:function(c){for(var b=0,a=c.length;b<a;b++){this.include(c[b]);}return this;},erase:function(b){for(var a=this.length;a--;){if(this[a]===b){this.splice(a,1);}}return this;},empty:function(){this.length=0;return this;},flatten:function(){var d=[];for(var b=0,a=this.length;b<a;b++){var c=typeOf(this[b]);if(c=="null"){continue;}d=d.concat((c=="array"||c=="collection"||c=="arguments"||instanceOf(this[b],Array))?Array.flatten(this[b]):this[b]);}return d;},pick:function(){for(var b=0,a=this.length;b<a;b++){if(this[b]!=null){return this[b];}}return null;},hexToRgb:function(b){if(this.length!=3){return null;}var a=this.map(function(c){if(c.length==1){c+=c;}return c.toInt(16);});return(b)?a:"rgb("+a+")";},rgbToHex:function(d){if(this.length<3){return null;}if(this.length==4&&this[3]==0&&!d){return"transparent";}var b=[];for(var a=0;a<3;a++){var c=(this[a]-0).toString(16);b.push((c.length==1)?"0"+c:c);}return(d)?b:"#"+b.join("");}});String.implement({test:function(a,b){return((typeOf(a)=="regexp")?a:new RegExp(""+a,b)).test(this);},contains:function(a,b){return(b)?(b+this+b).indexOf(b+a+b)>-1:this.indexOf(a)>-1;},trim:function(){return this.replace(/^\s+|\s+$/g,"");},clean:function(){return this.replace(/\s+/g," ").trim();},camelCase:function(){return this.replace(/-\D/g,function(a){return a.charAt(1).toUpperCase();});},hyphenate:function(){return this.replace(/[A-Z]/g,function(a){return("-"+a.charAt(0).toLowerCase());});},capitalize:function(){return this.replace(/\b[a-z]/g,function(a){return a.toUpperCase();});},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1");},toInt:function(a){return parseInt(this,a||10);},toFloat:function(){return parseFloat(this);},hexToRgb:function(b){var a=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);return(a)?a.slice(1).hexToRgb(b):null;},rgbToHex:function(b){var a=this.match(/\d{1,3}/g);return(a)?a.rgbToHex(b):null;},substitute:function(a,b){return this.replace(b||(/\\?\{([^{}]+)\}/g),function(d,c){if(d.charAt(0)=="\\"){return d.slice(1);}return(a[c]!=null)?a[c]:"";});}});Number.implement({limit:function(b,a){return Math.min(a,Math.max(b,this));},round:function(a){a=Math.pow(10,a||0).toFixed(a<0?-a:0);return Math.round(this*a)/a;},times:function(b,c){for(var a=0;a<this;a++){b.call(c,a,this);}},toFloat:function(){return parseFloat(this);},toInt:function(a){return parseInt(this,a||10);}});Number.alias("each","times");(function(b){var a={};b.each(function(c){if(!Number[c]){a[c]=function(){return Math[c].apply(null,[this].concat(Array.from(arguments)));};}});Number.implement(a);})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);Function.extend({attempt:function(){for(var b=0,a=arguments.length;b<a;b++){try{return arguments[b]();}catch(c){}}return null;}});Function.implement({attempt:function(a,c){try{return this.apply(c,Array.from(a));}catch(b){}return null;},bind:function(c){var a=this,b=(arguments.length>1)?Array.slice(arguments,1):null;return function(){if(!b&&!arguments.length){return a.call(c);}if(b&&arguments.length){return a.apply(c,b.concat(Array.from(arguments)));}return a.apply(c,b||arguments);};},pass:function(b,c){var a=this;if(b!=null){b=Array.from(b);}return function(){return a.apply(c,b||arguments);};},delay:function(b,c,a){return setTimeout(this.pass(a,c),b);},periodical:function(c,b,a){return setInterval(this.pass(a,b),c);}});Object.extend({subset:function(c,f){var e={};for(var d=0,a=f.length;d<a;d++){var b=f[d];e[b]=c[b];}return e;},map:function(a,d,e){var c={};for(var b in a){if(a.hasOwnProperty(b)){c[b]=d.call(e,a[b],b,a);}}return c;},filter:function(a,c,d){var b={};Object.each(a,function(f,e){if(c.call(d,f,e,a)){b[e]=f;}});return b;},every:function(a,c,d){for(var b in a){if(a.hasOwnProperty(b)&&!c.call(d,a[b],b)){return false;}}return true;},some:function(a,c,d){for(var b in a){if(a.hasOwnProperty(b)&&c.call(d,a[b],b)){return true;}}return false;},keys:function(a){var c=[];for(var b in a){if(a.hasOwnProperty(b)){c.push(b);}}return c;},values:function(b){var a=[];for(var c in b){if(b.hasOwnProperty(c)){a.push(b[c]);}}return a;},getLength:function(a){return Object.keys(a).length;},keyOf:function(a,c){for(var b in a){if(a.hasOwnProperty(b)&&a[b]===c){return b;}}return null;},contains:function(a,b){return Object.keyOf(a,b)!=null;},toQueryString:function(a,b){var c=[];Object.each(a,function(g,f){if(b){f=b+"["+f+"]";}var e;switch(typeOf(g)){case"object":e=Object.toQueryString(g,f);break;case"array":var d={};g.each(function(j,h){d[h]=j;});e=Object.toQueryString(d,f);break;default:e=f+"="+encodeURIComponent(g);}if(g!=null){c.push(e);}});return c.join("&");}});(function(){var k=this.document;var i=k.window=this;var b=1;this.$uid=(i.ActiveXObject)?function(e){return(e.uid||(e.uid=[b++]))[0];}:function(e){return e.uid||(e.uid=b++);};$uid(i);$uid(k);var a=navigator.userAgent.toLowerCase(),c=navigator.platform.toLowerCase(),j=a.match(/(opera|ie|firefox|chrome|version)[\s\/:]([\w\d\.]+)?.*?(safari|version[\s\/:]([\w\d\.]+)|$)/)||[null,"unknown",0],f=j[1]=="ie"&&k.documentMode;var o=this.Browser={extend:Function.prototype.extend,name:(j[1]=="version")?j[3]:j[1],version:f||parseFloat((j[1]=="opera"&&j[4])?j[4]:j[2]),Platform:{name:a.match(/ip(?:ad|od|hone)/)?"ios":(a.match(/(?:webos|android)/)||c.match(/mac|win|linux/)||["other"])[0]},Features:{xpath:!!(k.evaluate),air:!!(i.runtime),query:!!(k.querySelector),json:!!(i.JSON)},Plugins:{}};o[o.name]=true;o[o.name+parseInt(o.version,10)]=true;o.Platform[o.Platform.name]=true;o.Request=(function(){var q=function(){return new XMLHttpRequest();};var p=function(){return new ActiveXObject("MSXML2.XMLHTTP");};var e=function(){return new ActiveXObject("Microsoft.XMLHTTP");};return Function.attempt(function(){q();return q;},function(){p();return p;},function(){e();return e;});})();o.Features.xhr=!!(o.Request);var h=(Function.attempt(function(){return navigator.plugins["Shockwave Flash"].description;},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version");})||"0 r0").match(/\d+/g);o.Plugins.Flash={version:Number(h[0]||"0."+h[1])||0,build:Number(h[2])||0};o.exec=function(p){if(!p){return p;}if(i.execScript){i.execScript(p);}else{var e=k.createElement("script");e.setAttribute("type","text/javascript");e.text=p;k.head.appendChild(e);k.head.removeChild(e);}return p;};String.implement("stripScripts",function(p){var e="";var q=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(r,s){e+=s+"\n";return"";});if(p===true){o.exec(e);}else{if(typeOf(p)=="function"){p(e,q);}}return q;});o.extend({Document:this.Document,Window:this.Window,Element:this.Element,Event:this.Event});this.Window=this.$constructor=new Type("Window",function(){});this.$family=Function.from("window").hide();Window.mirror(function(e,p){i[e]=p;});this.Document=k.$constructor=new Type("Document",function(){});k.$family=Function.from("document").hide();Document.mirror(function(e,p){k[e]=p;});k.html=k.documentElement;k.head=k.getElementsByTagName("head")[0];if(k.execCommand){try{k.execCommand("BackgroundImageCache",false,true);}catch(g){}}if(this.attachEvent&&!this.addEventListener){var d=function(){this.detachEvent("onunload",d);k.head=k.html=k.window=null;};this.attachEvent("onunload",d);}var m=Array.from;try{m(k.html.childNodes);}catch(g){Array.from=function(p){if(typeof p!="string"&&Type.isEnumerable(p)&&typeOf(p)!="array"){var e=p.length,q=new Array(e);while(e--){q[e]=p[e];}return q;}return m(p);};var l=Array.prototype,n=l.slice;["pop","push","reverse","shift","sort","splice","unshift","concat","join","slice"].each(function(e){var p=l[e];Array[e]=function(q){return p.apply(Array.from(q),n.call(arguments,1));};});}})();var Event=new Type("Event",function(a,i){if(!i){i=window;}var o=i.document;a=a||i.event;if(a.$extended){return a;}this.$extended=true;var n=a.type,k=a.target||a.srcElement,m={},c={};while(k&&k.nodeType==3){k=k.parentNode;}if(n.indexOf("key")!=-1){var b=a.which||a.keyCode;var q=Object.keyOf(Event.Keys,b);if(n=="keydown"){var d=b-111;if(d>0&&d<13){q="f"+d;}}if(!q){q=String.fromCharCode(b).toLowerCase();}}else{if(n.test(/click|mouse|menu/i)){o=(!o.compatMode||o.compatMode=="CSS1Compat")?o.html:o.body;m={x:(a.pageX!=null)?a.pageX:a.clientX+o.scrollLeft,y:(a.pageY!=null)?a.pageY:a.clientY+o.scrollTop};c={x:(a.pageX!=null)?a.pageX-i.pageXOffset:a.clientX,y:(a.pageY!=null)?a.pageY-i.pageYOffset:a.clientY};if(n.test(/DOMMouseScroll|mousewheel/)){var l=(a.wheelDelta)?a.wheelDelta/120:-(a.detail||0)/3;}var h=(a.which==3)||(a.button==2),p=null;if(n.test(/over|out/)){p=a.relatedTarget||a[(n=="mouseover"?"from":"to")+"Element"];var j=function(){while(p&&p.nodeType==3){p=p.parentNode;}return true;};var g=(Browser.firefox2)?j.attempt():j();p=(g)?p:null;}}else{if(n.test(/gesture|touch/i)){this.rotation=a.rotation;this.scale=a.scale;this.targetTouches=a.targetTouches;this.changedTouches=a.changedTouches;var f=this.touches=a.touches;if(f&&f[0]){var e=f[0];m={x:e.pageX,y:e.pageY};c={x:e.clientX,y:e.clientY};}}}}return Object.append(this,{event:a,type:n,page:m,client:c,rightClick:h,wheel:l,relatedTarget:document.id(p),target:document.id(k),code:b,key:q,shift:a.shiftKey,control:a.ctrlKey,alt:a.altKey,meta:a.metaKey});});Event.Keys={enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46};Event.implement({stop:function(){return this.stopPropagation().preventDefault();},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation();}else{this.event.cancelBubble=true;}return this;},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault();}else{this.event.returnValue=false;}return this;}});(function(){var a=this.Class=new Type("Class",function(h){if(instanceOf(h,Function)){h={initialize:h};}var g=function(){e(this);if(g.$prototyping){return this;}this.$caller=null;var i=(this.initialize)?this.initialize.apply(this,arguments):this;this.$caller=this.caller=null;return i;}.extend(this).implement(h);g.$constructor=a;g.prototype.$constructor=g;g.prototype.parent=c;return g;});var c=function(){if(!this.$caller){throw new Error('The method "parent" cannot be called.');}var g=this.$caller.$name,h=this.$caller.$owner.parent,i=(h)?h.prototype[g]:null;if(!i){throw new Error('The method "'+g+'" has no parent.');}return i.apply(this,arguments);};var e=function(g){for(var h in g){var j=g[h];switch(typeOf(j)){case"object":var i=function(){};i.prototype=j;g[h]=e(new i);break;case"array":g[h]=j.clone();break;}}return g;};var b=function(g,h,j){if(j.$origin){j=j.$origin;}var i=function(){if(j.$protected&&this.$caller==null){throw new Error('The method "'+h+'" cannot be called.');}var l=this.caller,m=this.$caller;this.caller=m;this.$caller=i;var k=j.apply(this,arguments);this.$caller=m;this.caller=l;return k;}.extend({$owner:g,$origin:j,$name:h});return i;};var f=function(h,i,g){if(a.Mutators.hasOwnProperty(h)){i=a.Mutators[h].call(this,i);if(i==null){return this;}}if(typeOf(i)=="function"){if(i.$hidden){return this;}this.prototype[h]=(g)?i:b(this,h,i);}else{Object.merge(this.prototype,h,i);}return this;};var d=function(g){g.$prototyping=true;var h=new g;delete g.$prototyping;return h;};a.implement("implement",f.overloadSetter());a.Mutators={Extends:function(g){this.parent=g;this.prototype=d(g);},Implements:function(g){Array.from(g).each(function(j){var h=new j;for(var i in h){f.call(this,i,h[i],true);}},this);}};})();(function(){this.Chain=new Class({$chain:[],chain:function(){this.$chain.append(Array.flatten(arguments));return this;},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false;},clearChain:function(){this.$chain.empty();return this;}});var a=function(b){return b.replace(/^on([A-Z])/,function(c,d){return d.toLowerCase();});};this.Events=new Class({$events:{},addEvent:function(d,c,b){d=a(d);this.$events[d]=(this.$events[d]||[]).include(c);if(b){c.internal=true;}return this;},addEvents:function(b){for(var c in b){this.addEvent(c,b[c]);}return this;},fireEvent:function(e,c,b){e=a(e);var d=this.$events[e];if(!d){return this;}c=Array.from(c);d.each(function(f){if(b){f.delay(b,this,c);}else{f.apply(this,c);}},this);return this;},removeEvent:function(e,d){e=a(e);var c=this.$events[e];if(c&&!d.internal){var b=c.indexOf(d);if(b!=-1){delete c[b];}}return this;},removeEvents:function(d){var e;if(typeOf(d)=="object"){for(e in d){this.removeEvent(e,d[e]);}return this;}if(d){d=a(d);}for(e in this.$events){if(d&&d!=e){continue;}var c=this.$events[e];for(var b=c.length;b--;){this.removeEvent(e,c[b]);}}return this;}});this.Options=new Class({setOptions:function(){var b=this.options=Object.merge.apply(null,[{},this.options].append(arguments));if(!this.addEvent){return this;}for(var c in b){if(typeOf(b[c])!="function"||!(/^on[A-Z]/).test(c)){continue;}this.addEvent(c,b[c]);delete b[c];}return this;}});})();(function(){var k,n,l,g,a={},c={},m=/\\/g;var e=function(q,p){if(q==null){return null;}if(q.Slick===true){return q;}q=(""+q).replace(/^\s+|\s+$/g,"");g=!!p;var o=(g)?c:a;if(o[q]){return o[q];}k={Slick:true,expressions:[],raw:q,reverse:function(){return e(this.raw,true);}};n=-1;while(q!=(q=q.replace(j,b))){}k.length=k.expressions.length;return o[q]=(g)?h(k):k;};var i=function(o){if(o==="!"){return" ";}else{if(o===" "){return"!";}else{if((/^!/).test(o)){return o.replace(/^!/,"");}else{return"!"+o;}}}};var h=function(u){var r=u.expressions;for(var p=0;p<r.length;p++){var t=r[p];var q={parts:[],tag:"*",combinator:i(t[0].combinator)};for(var o=0;o<t.length;o++){var s=t[o];if(!s.reverseCombinator){s.reverseCombinator=" ";}s.combinator=s.reverseCombinator;delete s.reverseCombinator;}t.reverse().push(q);}return u;};var f=function(o){return o.replace(/[-[\]{}()*+?.\\^$|,#\s]/g,"\\$&");};var j=new RegExp("^(?:\\s*(,)\\s*|\\s*(<combinator>+)\\s*|(\\s+)|(<unicode>+|\\*)|\\#(<unicode>+)|\\.(<unicode>+)|\\[\\s*(<unicode1>+)(?:\\s*([*^$!~|]?=)(?:\\s*(?:([\"']?)(.*?)\\9)))?\\s*\\](?!\\])|:+(<unicode>+)(?:\\((?:(?:([\"'])([^\\12]*)\\12)|((?:\\([^)]+\\)|[^()]*)+))\\))?)".replace(/<combinator>/,"["+f(">+~`!@$%^&={}\\;</")+"]").replace(/<unicode>/g,"(?:[\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])").replace(/<unicode1>/g,"(?:[:\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])"));function b(x,s,D,z,r,C,q,B,A,y,u,F,v,p,w){if(s||n===-1){k.expressions[++n]=[];l=-1;if(s){return"";}}if(D||z||l===-1){D=D||" ";var t=k.expressions[n];if(g&&t[l]){t[l].reverseCombinator=i(D);}t[++l]={combinator:D,tag:"*"};}var o=k.expressions[n][l];if(r){o.tag=r.replace(m,"");}else{if(C){o.id=C.replace(m,"");}else{if(q){q=q.replace(m,"");if(!o.classList){o.classList=[];}if(!o.classes){o.classes=[];}o.classList.push(q);o.classes.push({value:q,regexp:new RegExp("(^|\\s)"+f(q)+"(\\s|$)")});}else{if(F){w=w||p;w=w?w.replace(m,""):null;if(!o.pseudos){o.pseudos=[];}o.pseudos.push({key:F.replace(m,""),value:w});}else{if(B){B=B.replace(m,"");u=(u||"").replace(m,"");var E,G;switch(A){case"^=":G=new RegExp("^"+f(u));break;case"$=":G=new RegExp(f(u)+"$");break;case"~=":G=new RegExp("(^|\\s)"+f(u)+"(\\s|$)");break;case"|=":G=new RegExp("^"+f(u)+"(-|$)");break;case"=":E=function(H){return u==H;};break;case"*=":E=function(H){return H&&H.indexOf(u)>-1;};break;case"!=":E=function(H){return u!=H;};break;default:E=function(H){return!!H;};}if(u==""&&(/^[*$^]=$/).test(A)){E=function(){return false;};}if(!E){E=function(H){return H&&G.test(H);};}if(!o.attributes){o.attributes=[];}o.attributes.push({key:B,operator:A,value:u,test:E});}}}}}return"";}var d=(this.Slick||{});d.parse=function(o){return e(o);};d.escapeRegExp=f;if(!this.Slick){this.Slick=d;}}).apply((typeof exports!="undefined")?exports:this);(function(){var b={};b.isNativeCode=function(c){return(/\{\s*\[native code\]\s*\}/).test(""+c);};b.isXML=function(c){return(!!c.xmlVersion)||(!!c.xml)||(Object.prototype.toString.call(c)==="[object XMLDocument]")||(c.nodeType===9&&c.documentElement.nodeName!=="HTML");};b.setDocument=function(n){if(n.nodeType===9){}else{if(n.ownerDocument){n=n.ownerDocument;}else{if(n.navigator){n=n.document;}else{return;}}}if(this.document===n){return;}this.document=n;var o=this.root=n.documentElement;this.isXMLDocument=this.isXML(n);this.brokenStarGEBTN=this.starSelectsClosedQSA=this.idGetsName=this.brokenMixedCaseQSA=this.brokenGEBCN=this.brokenCheckedQSA=this.brokenEmptyAttributeQSA=this.isHTMLDocument=false;var i,j,p,k;var l,c;var q=n.createElement("div");o.appendChild(q);try{c="slick_getbyid_test";q.innerHTML='<a id="'+c+'"></a>';this.isHTMLDocument=!!n.getElementById(c);}catch(m){}if(this.isHTMLDocument){q.style.display="none";q.appendChild(n.createComment(""));j=(q.getElementsByTagName("*").length>0);try{q.innerHTML="foo</foo>";l=q.getElementsByTagName("*");i=(l&&l.length&&l[0].nodeName.charAt(0)=="/");}catch(m){}this.brokenStarGEBTN=j||i;if(q.querySelectorAll){try{q.innerHTML="foo</foo>";l=q.querySelectorAll("*");this.starSelectsClosedQSA=(l&&l.length&&l[0].nodeName.charAt(0)=="/");}catch(m){}}try{c="slick_id_gets_name";q.innerHTML='<a name="'+c+'"></a><b id="'+c+'"></b>';this.idGetsName=n.getElementById(c)===q.firstChild;}catch(m){}try{q.innerHTML='<a class="MiXedCaSe"></a>';this.brokenMixedCaseQSA=!q.querySelectorAll(".MiXedCaSe").length;}catch(m){}try{q.innerHTML='<a class="f"></a><a class="b"></a>';q.getElementsByClassName("b").length;q.firstChild.className="b";k=(q.getElementsByClassName("b").length!=2);}catch(m){}try{q.innerHTML='<a class="a"></a><a class="f b a"></a>';p=(q.getElementsByClassName("a").length!=2);}catch(m){}this.brokenGEBCN=k||p;try{q.innerHTML='<select><option selected="selected">a</option></select>';this.brokenCheckedQSA=(q.querySelectorAll(":checked").length==0);}catch(m){}try{q.innerHTML='<a class=""></a>';this.brokenEmptyAttributeQSA=(q.querySelectorAll('[class*=""]').length!=0);}catch(m){}}o.removeChild(q);q=null;this.hasAttribute=(o&&this.isNativeCode(o.hasAttribute))?function(s,r){return s.hasAttribute(r);}:function(s,r){s=s.getAttributeNode(r);return!!(s&&(s.specified||s.nodeValue));};this.contains=(o&&this.isNativeCode(o.contains))?function(r,s){return r.contains(s);}:(o&&o.compareDocumentPosition)?function(r,s){return r===s||!!(r.compareDocumentPosition(s)&16);}:function(r,s){if(s){do{if(s===r){return true;}}while((s=s.parentNode));}return false;};this.documentSorter=(o.compareDocumentPosition)?function(s,r){if(!s.compareDocumentPosition||!r.compareDocumentPosition){return 0;}return s.compareDocumentPosition(r)&4?-1:s===r?0:1;}:("sourceIndex"in o)?function(s,r){if(!s.sourceIndex||!r.sourceIndex){return 0;}return s.sourceIndex-r.sourceIndex;}:(n.createRange)?function(u,s){if(!u.ownerDocument||!s.ownerDocument){return 0;}var t=u.ownerDocument.createRange(),r=s.ownerDocument.createRange();t.setStart(u,0);t.setEnd(u,0);r.setStart(s,0);r.setEnd(s,0);return t.compareBoundaryPoints(Range.START_TO_END,r);}:null;this.getUID=(this.isHTMLDocument)?this.getUIDHTML:this.getUIDXML;};b.search=function(k,x,F,q){var w=this.found=(q)?null:(F||[]);if(!k){return w;}if(k.navigator){k=k.document;}else{if(!k.nodeType){return w;}}var t,E;var o=this.uniques={};if(this.document!==(k.ownerDocument||k)){this.setDocument(k);}var y=!!(F&&F.length);if(y){for(E=w.length;E--;){this.uniques[this.getUID(w[E])]=true;}}if(typeof x=="string"){for(E=this.overrides.length;E--;){var u=this.overrides[E];if(u.regexp.test(x)){var v=u.method.call(k,x,w,q);if(v===false){continue;}if(v===true){return w;}return v;}}t=this.Slick.parse(x);if(!t.length){return w;}}else{if(x==null){return w;}else{if(x.Slick){t=x;}else{if(this.contains(k.documentElement||k,x)){(w)?w.push(x):w=x;return w;}else{return w;}}}}this.posNTH={};this.posNTHLast={};this.posNTHType={};this.posNTHTypeLast={};this.push=(!y&&(q||(t.length==1&&t.expressions[0].length==1)))?this.pushArray:this.pushUID;if(w==null){w=[];}var D,B,A;var C,K,z,J,G,s,p;var r,l,c,H,I=t.expressions;search:for(E=0;(l=I[E]);E++){for(D=0;(c=l[D]);D++){C="combinator:"+c.combinator;if(!this[C]){continue search;}K=(this.isXMLDocument)?c.tag:c.tag.toUpperCase();z=c.id;J=c.classList;G=c.classes;s=c.attributes;p=c.pseudos;H=(D===(l.length-1));this.bitUniques={};if(H){this.uniques=o;this.found=w;}else{this.uniques={};this.found=[];}if(D===0){this[C](k,K,z,G,s,p,J);if(q&&H&&w.length){break search;}}else{if(q&&H){for(B=0,A=r.length;B<A;B++){this[C](r[B],K,z,G,s,p,J);if(w.length){break search;}}}else{for(B=0,A=r.length;B<A;B++){this[C](r[B],K,z,G,s,p,J);}}}r=this.found;}}if(y||(t.expressions.length>1)){this.sort(w);}return(q)?(w[0]||null):w;};b.uidx=1;b.uidk="slick:uniqueid";b.getUIDXML=function(i){var c=i.getAttribute(this.uidk);if(!c){c=this.uidx++;i.setAttribute(this.uidk,c);}return c;};b.getUIDHTML=function(c){return c.uniqueNumber||(c.uniqueNumber=this.uidx++);};b.sort=function(c){if(!this.documentSorter){return c;}c.sort(this.documentSorter);return c;};b.cacheNTH={};b.matchNTH=/^([+-]?\d*)?([a-z]+)?([+-]\d+)?$/;b.parseNTHArgument=function(l){var j=l.match(this.matchNTH);if(!j){return false;}var k=j[2]||false;var i=j[1]||1;if(i=="-"){i=-1;}var c=+j[3]||0;j=(k=="n")?{a:i,b:c}:(k=="odd")?{a:2,b:1}:(k=="even")?{a:2,b:0}:{a:0,b:i};return(this.cacheNTH[l]=j);};b.createNTHPseudo=function(k,i,c,j){return function(n,l){var p=this.getUID(n);if(!this[c][p]){var v=n.parentNode;if(!v){return false;}var m=v[k],o=1;if(j){var u=n.nodeName;do{if(m.nodeName!==u){continue;}this[c][this.getUID(m)]=o++;}while((m=m[i]));}else{do{if(m.nodeType!==1){continue;}this[c][this.getUID(m)]=o++;}while((m=m[i]));}}l=l||"n";var q=this.cacheNTH[l]||this.parseNTHArgument(l);if(!q){return false;}var t=q.a,s=q.b,r=this[c][p];if(t==0){return s==r;}if(t>0){if(r<s){return false;}}else{if(s<r){return false;}}return((r-s)%t)==0;};};b.pushArray=function(k,c,m,j,i,l){if(this.matchSelector(k,c,m,j,i,l)){this.found.push(k);}};b.pushUID=function(l,c,n,k,i,m){var j=this.getUID(l);if(!this.uniques[j]&&this.matchSelector(l,c,n,k,i,m)){this.uniques[j]=true;this.found.push(l);}};b.matchNode=function(n,c){var k=this.Slick.parse(c);if(!k){return true;}if(k.length==1&&k.expressions[0].length==1){var o=k.expressions[0][0];return this.matchSelector(n,(this.isXMLDocument)?o.tag:o.tag.toUpperCase(),o.id,o.classes,o.attributes,o.pseudos);}var j=this.search(this.document,k);for(var l=0,m;m=j[l++];){if(m===n){return true;}}return false;};b.matchPseudo=function(l,c,k){var i="pseudo:"+c;if(this[i]){return this[i](l,k);}var j=this.getAttribute(l,c);return(k)?k==j:!!j;};b.matchSelector=function(k,q,c,l,m,o){if(q){if(q=="*"){if(k.nodeName<"@"){return false;}}else{if(k.nodeName!=q){return false;}}}if(c&&k.getAttribute("id")!=c){return false;}var n,j,p;if(l){for(n=l.length;n--;){p=("className"in k)?k.className:k.getAttribute("class");if(!(p&&l[n].regexp.test(p))){return false;}}}if(m){for(n=m.length;n--;){j=m[n];if(j.operator?!j.test(this.getAttribute(k,j.key)):!this.hasAttribute(k,j.key)){return false;}}}if(o){for(n=o.length;n--;){j=o[n];if(!this.matchPseudo(k,j.key,j.value)){return false;}}}return true;};var a={" ":function(l,r,c,m,n,p,k){var o,q,j;if(this.isHTMLDocument){getById:if(c){q=this.document.getElementById(c);if((!q&&l.all)||(this.idGetsName&&q&&q.getAttributeNode("id").nodeValue!=c)){j=l.all[c];if(!j){return;}if(!j[0]){j=[j];}for(o=0;q=j[o++];){if(q.getAttributeNode("id").nodeValue==c){this.push(q,r,null,m,n,p);break;}}return;}if(!q){if(this.contains(this.document.documentElement,l)){return;}else{break getById;}}else{if(this.document!==l&&!this.contains(l,q)){return;}}this.push(q,r,null,m,n,p);return;}getByClass:if(m&&l.getElementsByClassName&&!this.brokenGEBCN){j=l.getElementsByClassName(k.join(" "));if(!(j&&j.length)){break getByClass;}for(o=0;q=j[o++];){this.push(q,r,c,null,n,p);}return;}}getByTag:{j=l.getElementsByTagName(r);if(!(j&&j.length)){break getByTag;}if(!this.brokenStarGEBTN){r=null;}for(o=0;q=j[o++];){this.push(q,r,c,m,n,p);}}},">":function(k,c,m,j,i,l){if((k=k.firstChild)){do{if(k.nodeType===1){this.push(k,c,m,j,i,l);}}while((k=k.nextSibling));}},"+":function(k,c,m,j,i,l){while((k=k.nextSibling)){if(k.nodeType===1){this.push(k,c,m,j,i,l);break;}}},"^":function(k,c,m,j,i,l){k=k.firstChild;if(k){if(k.nodeType===1){this.push(k,c,m,j,i,l);}else{this["combinator:+"](k,c,m,j,i,l);}}},"~":function(l,c,n,k,i,m){while((l=l.nextSibling)){if(l.nodeType!==1){continue;}var j=this.getUID(l);if(this.bitUniques[j]){break;}this.bitUniques[j]=true;this.push(l,c,n,k,i,m);}},"++":function(k,c,m,j,i,l){this["combinator:+"](k,c,m,j,i,l);this["combinator:!+"](k,c,m,j,i,l);},"~~":function(k,c,m,j,i,l){this["combinator:~"](k,c,m,j,i,l);this["combinator:!~"](k,c,m,j,i,l);},"!":function(k,c,m,j,i,l){while((k=k.parentNode)){if(k!==this.document){this.push(k,c,m,j,i,l);}}},"!>":function(k,c,m,j,i,l){k=k.parentNode;if(k!==this.document){this.push(k,c,m,j,i,l);}},"!+":function(k,c,m,j,i,l){while((k=k.previousSibling)){if(k.nodeType===1){this.push(k,c,m,j,i,l);break;}}},"!^":function(k,c,m,j,i,l){k=k.lastChild;if(k){if(k.nodeType===1){this.push(k,c,m,j,i,l);}else{this["combinator:!+"](k,c,m,j,i,l);}}},"!~":function(l,c,n,k,i,m){while((l=l.previousSibling)){if(l.nodeType!==1){continue;}var j=this.getUID(l);if(this.bitUniques[j]){break;}this.bitUniques[j]=true;this.push(l,c,n,k,i,m);}}};for(var h in a){b["combinator:"+h]=a[h];}var g={empty:function(c){var i=c.firstChild;return!(i&&i.nodeType==1)&&!(c.innerText||c.textContent||"").length;},not:function(c,i){return!this.matchNode(c,i);},contains:function(c,i){return(c.innerText||c.textContent||"").indexOf(i)>-1;},"first-child":function(c){while((c=c.previousSibling)){if(c.nodeType===1){return false;}}return true;},"last-child":function(c){while((c=c.nextSibling)){if(c.nodeType===1){return false;}}return true;},"only-child":function(j){var i=j;while((i=i.previousSibling)){if(i.nodeType===1){return false;}}var c=j;while((c=c.nextSibling)){if(c.nodeType===1){return false;}}return true;},"nth-child":b.createNTHPseudo("firstChild","nextSibling","posNTH"),"nth-last-child":b.createNTHPseudo("lastChild","previousSibling","posNTHLast"),"nth-of-type":b.createNTHPseudo("firstChild","nextSibling","posNTHType",true),"nth-last-of-type":b.createNTHPseudo("lastChild","previousSibling","posNTHTypeLast",true),index:function(i,c){return this["pseudo:nth-child"](i,""+c+1);},even:function(i,c){return this["pseudo:nth-child"](i,"2n");},odd:function(i,c){return this["pseudo:nth-child"](i,"2n+1");},"first-of-type":function(c){var i=c.nodeName;while((c=c.previousSibling)){if(c.nodeName===i){return false;}}return true;},"last-of-type":function(c){var i=c.nodeName;while((c=c.nextSibling)){if(c.nodeName===i){return false;}}return true;},"only-of-type":function(j){var i=j,k=j.nodeName;while((i=i.previousSibling)){if(i.nodeName===k){return false;}}var c=j;while((c=c.nextSibling)){if(c.nodeName===k){return false;}}return true;},enabled:function(c){return(c.disabled===false);},disabled:function(c){return(c.disabled===true);},checked:function(c){return c.checked||c.selected;},focus:function(c){return this.isHTMLDocument&&this.document.activeElement===c&&(c.href||c.type||this.hasAttribute(c,"tabindex"));},root:function(c){return(c===this.root);},selected:function(c){return c.selected;}};for(var d in g){b["pseudo:"+d]=g[d];}b.attributeGetters={"class":function(){return("className"in this)?this.className:this.getAttribute("class");},"for":function(){return("htmlFor"in this)?this.htmlFor:this.getAttribute("for");},href:function(){return("href"in this)?this.getAttribute("href",2):this.getAttribute("href");},style:function(){return(this.style)?this.style.cssText:this.getAttribute("style");}};b.getAttribute=function(j,c){var k=this.attributeGetters[c];if(k){return k.call(j);}var i=j.getAttributeNode(c);return i?i.nodeValue:null;};b.overrides=[];b.override=function(c,i){this.overrides.push({regexp:c,method:i});};var f=/\[.*[*$^]=(?:["']{2})?\]/;b.override(/./,function(p,n,o){if(!this.querySelectorAll||this.nodeType!=9||!b.isHTMLDocument||b.brokenMixedCaseQSA||(b.brokenCheckedQSA&&p.indexOf(":checked")>-1)||(b.brokenEmptyAttributeQSA&&f.test(p))||e.disableQSA){return false;}var j,m;try{if(o){return this.querySelector(p)||null;}else{j=this.querySelectorAll(p);}}catch(k){return false;}var l,c=!!(n.length);if(b.starSelectsClosedQSA){for(l=0;m=j[l++];){if(m.nodeName>"@"&&(!c||!b.uniques[b.getUIDHTML(m)])){n.push(m);}}}else{for(l=0;m=j[l++];){if(!c||!b.uniques[b.getUIDHTML(m)]){n.push(m);}}}if(c){b.sort(n);}return true;});b.override(/^[\w-]+$|^\*$/,function(p,n,o){var j=p;if(j=="*"&&b.brokenStarGEBTN){return false;}var k=this.getElementsByTagName(j);if(o){return k[0]||null;}var l,m,c=!!(n.length);for(l=0;m=k[l++];){if(!c||!b.uniques[b.getUID(m)]){n.push(m);}}if(c){b.sort(n);}return true;});b.override(/^\.[\w-]+$/,function(o,q,m){if(!b.isHTMLDocument||(!this.getElementsByClassName&&this.querySelectorAll)){return false;}var c,k,l,j=!!(q&&q.length),p=o.substring(1);if(this.getElementsByClassName&&!b.brokenGEBCN){c=this.getElementsByClassName(p);if(m){return c[0]||null;}for(l=0;k=c[l++];){if(!j||!b.uniques[b.getUIDHTML(k)]){q.push(k);}}}else{var n=new RegExp("(^|\\s)"+e.escapeRegExp(p)+"(\\s|$)");c=this.getElementsByTagName("*");for(l=0;k=c[l++];){p=k.className;if(!p||!n.test(p)){continue;}if(m){return k;}if(!j||!b.uniques[b.getUIDHTML(k)]){q.push(k);}}}if(j){b.sort(q);}return(m)?null:true;});b.override(/^#[\w-]+$/,function(l,j,k){if(!b.isHTMLDocument||this.nodeType!=9){return false;}var m=l.substring(1),i=this.getElementById(m);if(!i){return j;}if(b.idGetsName&&i.getAttributeNode("id").nodeValue!=m){return false;}if(k){return i||null;}var c=!!(j.length);if(!c||!b.uniques[b.getUIDHTML(i)]){j.push(i);}if(c){b.sort(j);}return true;});if(typeof document!="undefined"){b.setDocument(document);}var e=b.Slick=(this.Slick||{});e.version="0.9dev";e.search=function(i,j,c){return b.search(i,j,c);};e.find=function(c,i){return b.search(c,i,null,true);};e.contains=function(c,i){b.setDocument(c);return b.contains(c,i);};e.getAttribute=function(i,c){return b.getAttribute(i,c);};e.match=function(i,c){if(!(i&&c)){return false;}if(!c||c===i){return true;}if(typeof c!="string"){return false;}b.setDocument(i);return b.matchNode(i,c);};e.defineAttributeGetter=function(c,i){b.attributeGetters[c]=i;return this;};e.lookupAttributeGetter=function(c){return b.attributeGetters[c];};e.definePseudo=function(c,i){b["pseudo:"+c]=function(k,j){return i.call(k,j);};return this;};e.lookupPseudo=function(c){var i=b["pseudo:"+c];if(i){return function(j){return i.call(this,j);};}return null;};e.override=function(i,c){b.override(i,c);return this;};e.isXML=b.isXML;e.uidOf=function(c){return b.getUIDHTML(c);};if(!this.Slick){this.Slick=e;}}).apply((typeof exports!="undefined")?exports:this);var Element=function(b,g){var h=Element.Constructors[b];if(h){return h(g);}if(typeof b!="string"){return document.id(b).set(g);}if(!g){g={};}if(!b.test(/^[\w-]+$/)){var e=Slick.parse(b).expressions[0][0];b=(e.tag=="*")?"div":e.tag;if(e.id&&g.id==null){g.id=e.id;}var d=e.attributes;if(d){for(var f=0,c=d.length;f<c;f++){var a=d[f];if(a.value!=null&&a.operator=="="&&g[a.key]==null){g[a.key]=a.value;}}}if(e.classList&&g["class"]==null){g["class"]=e.classList.join(" ");}}return document.newElement(b,g);};if(Browser.Element){Element.prototype=Browser.Element.prototype;}new Type("Element",Element).mirror(function(a){if(Array.prototype[a]){return;}var b={};b[a]=function(){var h=[],e=arguments,j=true;for(var g=0,d=this.length;g<d;g++){var f=this[g],c=h[g]=f[a].apply(f,e);j=(j&&typeOf(c)=="element");}return(j)?new Elements(h):h;};Elements.implement(b);});if(!Browser.Element){Element.parent=Object;Element.Prototype={"$family":Function.from("element").hide()};Element.mirror(function(a,b){Element.Prototype[a]=b;});}Element.Constructors={};var IFrame=new Type("IFrame",function(){var e=Array.link(arguments,{properties:Type.isObject,iframe:function(f){return(f!=null);}});var c=e.properties||{},b;if(e.iframe){b=document.id(e.iframe);}var d=c.onload||function(){};delete c.onload;c.id=c.name=[c.id,c.name,b?(b.id||b.name):"IFrame_"+String.uniqueID()].pick();b=new Element(b||"iframe",c);var a=function(){d.call(b.contentWindow);};if(window.frames[c.id]){a();}else{b.addListener("load",a);}return b;});var Elements=this.Elements=function(a){if(a&&a.length){var e={},d;for(var c=0;d=a[c++];){var b=Slick.uidOf(d);if(!e[b]){e[b]=true;this.push(d);}}}};Elements.prototype={length:0};Elements.parent=Array;new Type("Elements",Elements).implement({filter:function(a,b){if(!a){return this;}return new Elements(Array.filter(this,(typeOf(a)=="string")?function(c){return c.match(a);}:a,b));}.protect(),push:function(){var d=this.length;for(var b=0,a=arguments.length;b<a;b++){var c=document.id(arguments[b]);if(c){this[d++]=c;}}return(this.length=d);}.protect(),concat:function(){var b=new Elements(this);for(var c=0,a=arguments.length;c<a;c++){var d=arguments[c];if(Type.isEnumerable(d)){b.append(d);}else{b.push(d);}}return b;}.protect(),append:function(c){for(var b=0,a=c.length;b<a;b++){this.push(c[b]);}return this;}.protect(),empty:function(){while(this.length){delete this[--this.length];}return this;}.protect()});(function(){var g=Array.prototype.splice,b={"0":0,"1":1,length:2};g.call(b,1,1);if(b[1]==1){Elements.implement("splice",function(){var e=this.length;g.apply(this,arguments);while(e>=this.length){delete this[e--];}return this;}.protect());}Elements.implement(Array.prototype);Array.mirror(Elements);var f;try{var a=document.createElement("<input name=x>");f=(a.name=="x");}catch(c){}var d=function(e){return(""+e).replace(/&/g,"&amp;").replace(/"/g,"&quot;");};Document.implement({newElement:function(e,h){if(h&&h.checked!=null){h.defaultChecked=h.checked;}if(f&&h){e="<"+e;if(h.name){e+=' name="'+d(h.name)+'"';}if(h.type){e+=' type="'+d(h.type)+'"';}e+=">";delete h.name;delete h.type;}return this.id(this.createElement(e)).set(h);}});})();Document.implement({newTextNode:function(a){return this.createTextNode(a);},getDocument:function(){return this;},getWindow:function(){return this.window;},id:(function(){var a={string:function(d,c,b){d=Slick.find(b,"#"+d.replace(/(\W)/g,"\\$1"));return(d)?a.element(d,c):null;},element:function(b,c){$uid(b);if(!c&&!b.$family&&!(/^object|embed$/i).test(b.tagName)){Object.append(b,Element.Prototype);}return b;},object:function(c,d,b){if(c.toElement){return a.element(c.toElement(b),d);}return null;}};a.textnode=a.whitespace=a.window=a.document=function(b){return b;};return function(c,e,d){if(c&&c.$family&&c.uid){return c;}var b=typeOf(c);return(a[b])?a[b](c,e,d||document):null;};})()});if(window.$==null){Window.implement("$",function(a,b){return document.id(a,b,this.document);});}Window.implement({getDocument:function(){return this.document;},getWindow:function(){return this;}});[Document,Element].invoke("implement",{getElements:function(a){return Slick.search(this,a,new Elements);},getElement:function(a){return document.id(Slick.find(this,a));}});if(window.$$==null){Window.implement("$$",function(a){if(arguments.length==1){if(typeof a=="string"){return Slick.search(this.document,a,new Elements);}else{if(Type.isEnumerable(a)){return new Elements(a);}}}return new Elements(arguments);});}(function(){var j={},h={};var l={input:"checked",option:"selected",textarea:"value"};var d=function(o){return(h[o]||(h[o]={}));};var i=function(p){if(p.removeEvents){p.removeEvents();}if(p.clearAttributes){p.clearAttributes();}var o=p.uid;if(o!=null){delete j[o];delete h[o];}return p;};var n=["defaultValue","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];var c=["compact","nowrap","ismap","declare","noshade","checked","disabled","readOnly","multiple","selected","noresize","defer"];var f={html:"innerHTML","class":"className","for":"htmlFor",text:(function(){var o=document.createElement("div");return(o.innerText==null)?"textContent":"innerText";})()};var m=["type"];var g=["value","defaultValue"];var k=/^(?:href|src|usemap)$/i;c=c.associate(c);n=n.associate(n.map(String.toLowerCase));m=m.associate(m);Object.append(f,g.associate(g));var b={before:function(p,o){var q=o.parentNode;if(q){q.insertBefore(p,o);}},after:function(p,o){var q=o.parentNode;if(q){q.insertBefore(p,o.nextSibling);}},bottom:function(p,o){o.appendChild(p);},top:function(p,o){o.insertBefore(p,o.firstChild);}};b.inside=b.bottom;var a=function(r,q){if(!r){return q;}r=Slick.parse(r);var p=r.expressions;for(var o=p.length;o--;){p[o][0].combinator=q;}return r;};Element.implement({set:function(q,p){var o=Element.Properties[q];(o&&o.set)?o.set.call(this,p):this.setProperty(q,p);}.overloadSetter(),get:function(p){var o=Element.Properties[p];return(o&&o.get)?o.get.apply(this):this.getProperty(p);}.overloadGetter(),erase:function(p){var o=Element.Properties[p];(o&&o.erase)?o.erase.apply(this):this.removeProperty(p);return this;},setProperty:function(p,q){p=n[p]||p;if(q==null){return this.removeProperty(p);}var o=f[p];(o)?this[o]=q:(c[p])?this[p]=!!q:this.setAttribute(p,""+q);return this;},setProperties:function(o){for(var p in o){this.setProperty(p,o[p]);}return this;},getProperty:function(p){p=n[p]||p;var o=f[p]||m[p];return(o)?this[o]:(c[p])?!!this[p]:(k.test(p)?this.getAttribute(p,2):(o=this.getAttributeNode(p))?o.nodeValue:null)||null;},getProperties:function(){var o=Array.from(arguments);return o.map(this.getProperty,this).associate(o);},removeProperty:function(p){p=n[p]||p;var o=f[p];(o)?this[o]="":(c[p])?this[p]=false:this.removeAttribute(p);return this;},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this;},hasClass:function(o){return this.className.clean().contains(o," ");},addClass:function(o){if(!this.hasClass(o)){this.className=(this.className+" "+o).clean();}return this;},removeClass:function(o){this.className=this.className.replace(new RegExp("(^|\\s)"+o+"(?:\\s|$)"),"$1");return this;},toggleClass:function(o,p){if(p==null){p=!this.hasClass(o);}return(p)?this.addClass(o):this.removeClass(o);},adopt:function(){var r=this,o,t=Array.flatten(arguments),s=t.length;if(s>1){r=o=document.createDocumentFragment();}for(var q=0;q<s;q++){var p=document.id(t[q],true);if(p){r.appendChild(p);}}if(o){this.appendChild(o);}return this;},appendText:function(p,o){return this.grab(this.getDocument().newTextNode(p),o);},grab:function(p,o){b[o||"bottom"](document.id(p,true),this);return this;},inject:function(p,o){b[o||"bottom"](this,document.id(p,true));return this;},replaces:function(o){o=document.id(o,true);o.parentNode.replaceChild(this,o);return this;},wraps:function(p,o){p=document.id(p,true);return this.replaces(p).grab(p,o);},getPrevious:function(o){return document.id(Slick.find(this,a(o,"!~")));},getAllPrevious:function(o){return Slick.search(this,a(o,"!~"),new Elements);},getNext:function(o){return document.id(Slick.find(this,a(o,"~")));},getAllNext:function(o){return Slick.search(this,a(o,"~"),new Elements);},getFirst:function(o){return document.id(Slick.search(this,a(o,">"))[0]);},getLast:function(o){return document.id(Slick.search(this,a(o,">")).getLast());},getParent:function(o){return document.id(Slick.find(this,a(o,"!")));},getParents:function(o){return Slick.search(this,a(o,"!"),new Elements);},getSiblings:function(o){return Slick.search(this,a(o,"~~"),new Elements);},getChildren:function(o){return Slick.search(this,a(o,">"),new Elements);},getWindow:function(){return this.ownerDocument.window;},getDocument:function(){return this.ownerDocument;},getElementById:function(o){return document.id(Slick.find(this,"#"+(""+o).replace(/(\W)/g,"\\$1")));},getSelected:function(){this.selectedIndex;return new Elements(Array.from(this.options).filter(function(o){return o.selected;}));},toQueryString:function(){var o=[];this.getElements("input, select, textarea").each(function(q){var p=q.type;if(!q.name||q.disabled||p=="submit"||p=="reset"||p=="file"||p=="image"){return;}var r=(q.get("tag")=="select")?q.getSelected().map(function(s){return document.id(s).get("value");}):((p=="radio"||p=="checkbox")&&!q.checked)?null:q.get("value");Array.from(r).each(function(s){if(typeof s!="undefined"){o.push(encodeURIComponent(q.name)+"="+encodeURIComponent(s));}});});return o.join("&");},clone:function(r,p){r=r!==false;var w=this.cloneNode(r);var v=function(C,B){if(!p){C.removeAttribute("id");}if(Browser.ie){C.clearAttributes();C.mergeAttributes(B);C.removeAttribute("uid");if(C.options){var D=C.options,z=B.options;for(var A=D.length;A--;){D[A].selected=z[A].selected;}}}var E=l[B.tagName.toLowerCase()];if(E&&B[E]){C[E]=B[E];}};var s;if(r){var o=w.getElementsByTagName("*"),q=this.getElementsByTagName("*");for(s=o.length;s--;){v(o[s],q[s]);}}v(w,this);if(Browser.ie){var u=this.getElementsByTagName("object"),t=w.getElementsByTagName("object"),y=u.length,x=t.length;for(s=0;s<y&&s<x;s++){t[s].outerHTML=u[s].outerHTML;}}return document.id(w);},destroy:function(){var o=i(this).getElementsByTagName("*");Array.each(o,i);Element.dispose(this);return null;},empty:function(){Array.from(this.childNodes).each(Element.dispose);return this;},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this;},match:function(o){return!o||Slick.match(this,o);}});var e={contains:function(o){return Slick.contains(this,o);}};if(!document.contains){Document.implement(e);}if(!document.createElement("div").contains){Element.implement(e);}[Element,Window,Document].invoke("implement",{addListener:function(r,q){if(r=="unload"){var o=q,p=this;q=function(){p.removeListener("unload",q);o();};}else{j[this.uid]=this;}if(this.addEventListener){this.addEventListener(r,q,false);}else{this.attachEvent("on"+r,q);}return this;},removeListener:function(p,o){if(this.removeEventListener){this.removeEventListener(p,o,false);}else{this.detachEvent("on"+p,o);}return this;},retrieve:function(p,o){var r=d(this.uid),q=r[p];if(o!=null&&q==null){q=r[p]=o;}return q!=null?q:null;},store:function(p,o){var q=d(this.uid);q[p]=o;return this;},eliminate:function(o){var p=d(this.uid);delete p[o];return this;}});if(window.attachEvent&&!window.addEventListener){window.addListener("unload",function(){Object.each(j,i);if(window.CollectGarbage){CollectGarbage();}});}})();Element.Properties={};Element.Properties.style={set:function(a){this.style.cssText=a;},get:function(){return this.style.cssText;},erase:function(){this.style.cssText="";}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase();}};(function(a){if(a!=null){Element.Properties.maxlength=Element.Properties.maxLength={get:function(){var b=this.getAttribute("maxLength");return b==a?null:b;}};}})(document.createElement("input").getAttribute("maxLength"));Element.Properties.html=(function(){var c=Function.attempt(function(){var e=document.createElement("table");e.innerHTML="<tr><td></td></tr>";});var d=document.createElement("div");var a={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};a.thead=a.tfoot=a.tbody;var b={set:function(){var f=Array.flatten(arguments).join("");var g=(!c&&a[this.get("tag")]);if(g){var h=d;h.innerHTML=g[1]+f+g[2];for(var e=g[0];e--;){h=h.firstChild;}this.empty().adopt(h.childNodes);}else{this.innerHTML=f;}}};b.erase=b.set;return b;})();(function(){var c=document.html;Element.Properties.styles={set:function(f){this.setStyles(f);}};var e=(c.style.opacity!=null);var d=/alpha\(opacity=([\d.]+)\)/i;var b=function(g,f){if(!g.currentStyle||!g.currentStyle.hasLayout){g.style.zoom=1;}if(e){g.style.opacity=f;}else{f=(f==1)?"":"alpha(opacity="+f*100+")";var h=g.style.filter||g.getComputedStyle("filter")||"";g.style.filter=h.test(d)?h.replace(d,f):h+f;}};Element.Properties.opacity={set:function(g){var f=this.style.visibility;if(g==0&&f!="hidden"){this.style.visibility="hidden";}else{if(g!=0&&f!="visible"){this.style.visibility="visible";}}b(this,g);},get:(e)?function(){var f=this.style.opacity||this.getComputedStyle("opacity");return(f=="")?1:f;}:function(){var f,g=(this.style.filter||this.getComputedStyle("filter"));if(g){f=g.match(d);}return(f==null||g==null)?1:(f[1]/100);}};var a=(c.style.cssFloat==null)?"styleFloat":"cssFloat";Element.implement({getComputedStyle:function(h){if(this.currentStyle){return this.currentStyle[h.camelCase()];}var g=Element.getDocument(this).defaultView,f=g?g.getComputedStyle(this,null):null;return(f)?f.getPropertyValue((h==a)?"float":h.hyphenate()):null;},setOpacity:function(f){b(this,f);return this;},getOpacity:function(){return this.get("opacity");},setStyle:function(g,f){switch(g){case"opacity":return this.set("opacity",parseFloat(f));case"float":g=a;}g=g.camelCase();if(typeOf(f)!="string"){var h=(Element.Styles[g]||"@").split(" ");f=Array.from(f).map(function(k,j){if(!h[j]){return"";}return(typeOf(k)=="number")?h[j].replace("@",Math.round(k)):k;}).join(" ");}else{if(f==String(Number(f))){f=Math.round(f);}}this.style[g]=f;return this;},getStyle:function(l){switch(l){case"opacity":return this.get("opacity");case"float":l=a;}l=l.camelCase();var f=this.style[l];if(!f||l=="zIndex"){f=[];for(var k in Element.ShortStyles){if(l!=k){continue;}for(var j in Element.ShortStyles[k]){f.push(this.getStyle(j));}return f.join(" ");}f=this.getComputedStyle(l);}if(f){f=String(f);var h=f.match(/rgba?\([\d\s,]+\)/);if(h){f=f.replace(h[0],h[0].rgbToHex());}}if(Browser.opera||(Browser.ie&&isNaN(parseFloat(f)))){if(l.test(/^(height|width)$/)){var g=(l=="width")?["left","right"]:["top","bottom"],i=0;g.each(function(m){i+=this.getStyle("border-"+m+"-width").toInt()+this.getStyle("padding-"+m).toInt();},this);return this["offset"+l.capitalize()]-i+"px";}if(Browser.opera&&String(f).indexOf("px")!=-1){return f;}if(l.test(/(border(.+)Width|margin|padding)/)){return"0px";}}return f;},setStyles:function(g){for(var f in g){this.setStyle(f,g[f]);}return this;},getStyles:function(){var f={};Array.flatten(arguments).each(function(g){f[g]=this.getStyle(g);},this);return f;}});Element.Styles={left:"@px",top:"@px",bottom:"@px",right:"@px",width:"@px",height:"@px",maxWidth:"@px",maxHeight:"@px",minWidth:"@px",minHeight:"@px",backgroundColor:"rgb(@, @, @)",backgroundPosition:"@px @px",color:"rgb(@, @, @)",fontSize:"@px",letterSpacing:"@px",lineHeight:"@px",clip:"rect(@px @px @px @px)",margin:"@px @px @px @px",padding:"@px @px @px @px",border:"@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)",borderWidth:"@px @px @px @px",borderStyle:"@ @ @ @",borderColor:"rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)",zIndex:"@",zoom:"@",fontWeight:"@",textIndent:"@px",opacity:"@"};Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};["Top","Right","Bottom","Left"].each(function(l){var k=Element.ShortStyles;var g=Element.Styles;["margin","padding"].each(function(m){var n=m+l;k[m][n]=g[n]="@px";});var j="border"+l;k.border[j]=g[j]="@px @ rgb(@, @, @)";var i=j+"Width",f=j+"Style",h=j+"Color";k[j]={};k.borderWidth[i]=k[j][i]=g[i]="@px";k.borderStyle[f]=k[j][f]=g[f]="@";k.borderColor[h]=k[j][h]=g[h]="rgb(@, @, @)";});})();(function(){Element.Properties.events={set:function(c){this.addEvents(c);}};[Element,Window,Document].invoke("implement",{addEvent:function(g,i){var j=this.retrieve("events",{});if(!j[g]){j[g]={keys:[],values:[]};}if(j[g].keys.contains(i)){return this;}j[g].keys.push(i);var h=g,c=Element.Events[g],e=i,k=this;if(c){if(c.onAdd){c.onAdd.call(this,i);}if(c.condition){e=function(l){if(c.condition.call(this,l)){return i.call(this,l);}return true;};}h=c.base||h;}var f=function(){return i.call(k);};var d=Element.NativeEvents[h];if(d){if(d==2){f=function(l){l=new Event(l,k.getWindow());if(e.call(k,l)===false){l.stop();}};}this.addListener(h,f);}j[g].values.push(f);return this;},removeEvent:function(f,e){var d=this.retrieve("events");if(!d||!d[f]){return this;}var i=d[f];var c=i.keys.indexOf(e);if(c==-1){return this;}var h=i.values[c];delete i.keys[c];delete i.values[c];var g=Element.Events[f];if(g){if(g.onRemove){g.onRemove.call(this,e);}f=g.base||f;}return(Element.NativeEvents[f])?this.removeListener(f,h):this;},addEvents:function(c){for(var d in c){this.addEvent(d,c[d]);}return this;},removeEvents:function(c){var e;if(typeOf(c)=="object"){for(e in c){this.removeEvent(e,c[e]);}return this;}var d=this.retrieve("events");if(!d){return this;}if(!c){for(e in d){this.removeEvents(e);}this.eliminate("events");}else{if(d[c]){d[c].keys.each(function(f){this.removeEvent(c,f);},this);delete d[c];}}return this;},fireEvent:function(f,d,c){var e=this.retrieve("events");if(!e||!e[f]){return this;}d=Array.from(d);e[f].keys.each(function(g){if(c){g.delay(c,this,d);}else{g.apply(this,d);}},this);return this;},cloneEvents:function(f,e){f=document.id(f);var d=f.retrieve("events");if(!d){return this;}if(!e){for(var c in d){this.cloneEvents(f,c);}}else{if(d[e]){d[e].keys.each(function(g){this.addEvent(e,g);},this);}}return this;}});try{if(typeof HTMLElement!="undefined"){HTMLElement.prototype.fireEvent=Element.prototype.fireEvent;}}catch(b){}Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,orientationchange:2,touchstart:2,touchmove:2,touchend:2,touchcancel:2,gesturestart:2,gesturechange:2,gestureend:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:2,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};var a=function(c){var d=c.relatedTarget;if(d==null){return true;}if(!d){return false;}return(d!=this&&d.prefix!="xul"&&typeOf(this)!="document"&&!this.contains(d));};Element.Events={mouseenter:{base:"mouseover",condition:a},mouseleave:{base:"mouseout",condition:a},mousewheel:{base:(Browser.firefox)?"DOMMouseScroll":"mousewheel"}};})();(function(){Element.implement({scrollTo:function(h,i){if(b(this)){this.getWindow().scrollTo(h,i);}else{this.scrollLeft=h;this.scrollTop=i;}return this;},getSize:function(){if(b(this)){return this.getWindow().getSize();}return{x:this.offsetWidth,y:this.offsetHeight};},getScrollSize:function(){if(b(this)){return this.getWindow().getScrollSize();}return{x:this.scrollWidth,y:this.scrollHeight};},getScroll:function(){if(b(this)){return this.getWindow().getScroll();}return{x:this.scrollLeft,y:this.scrollTop};},getScrolls:function(){var i=this.parentNode,h={x:0,y:0};while(i&&!b(i)){h.x+=i.scrollLeft;h.y+=i.scrollTop;i=i.parentNode;}return h;},getOffsetParent:function(){var h=this;if(b(h)){return null;}if(!Browser.ie){return h.offsetParent;}while((h=h.parentNode)){if(d(h,"position")!="static"||b(h)){return h;}}return null;},getOffsets:function(){if(this.getBoundingClientRect&&!Browser.Platform.ios){var m=this.getBoundingClientRect(),j=document.id(this.getDocument().documentElement),l=j.getScroll(),o=this.getScrolls(),n=(d(this,"position")=="fixed");return{x:m.left.toInt()+o.x+((n)?0:l.x)-j.clientLeft,y:m.top.toInt()+o.y+((n)?0:l.y)-j.clientTop};}var i=this,h={x:0,y:0};if(b(this)){return h;}while(i&&!b(i)){h.x+=i.offsetLeft;h.y+=i.offsetTop;if(Browser.firefox){if(!f(i)){h.x+=c(i);h.y+=g(i);}var k=i.parentNode;if(k&&d(k,"overflow")!="visible"){h.x+=c(k);h.y+=g(k);}}else{if(i!=this&&Browser.safari){h.x+=c(i);h.y+=g(i);}}i=i.offsetParent;}if(Browser.firefox&&!f(this)){h.x-=c(this);h.y-=g(this);}return h;},getPosition:function(k){if(b(this)){return{x:0,y:0};}var l=this.getOffsets(),i=this.getScrolls();var h={x:l.x-i.x,y:l.y-i.y};if(k&&(k=document.id(k))){var j=k.getPosition();return{x:h.x-j.x-c(k),y:h.y-j.y-g(k)};}return h;},getCoordinates:function(j){if(b(this)){return this.getWindow().getCoordinates();}var h=this.getPosition(j),i=this.getSize();var k={left:h.x,top:h.y,width:i.x,height:i.y};k.right=k.left+k.width;k.bottom=k.top+k.height;return k;},computePosition:function(h){return{left:h.x-e(this,"margin-left"),top:h.y-e(this,"margin-top")};},setPosition:function(h){return this.setStyles(this.computePosition(h));}});[Document,Window].invoke("implement",{getSize:function(){var h=a(this);return{x:h.clientWidth,y:h.clientHeight};},getScroll:function(){var i=this.getWindow(),h=a(this);return{x:i.pageXOffset||h.scrollLeft,y:i.pageYOffset||h.scrollTop};},getScrollSize:function(){var j=a(this),i=this.getSize(),h=this.getDocument().body;return{x:Math.max(j.scrollWidth,h.scrollWidth,i.x),y:Math.max(j.scrollHeight,h.scrollHeight,i.y)};},getPosition:function(){return{x:0,y:0};},getCoordinates:function(){var h=this.getSize();return{top:0,left:0,bottom:h.y,right:h.x,height:h.y,width:h.x};}});var d=Element.getComputedStyle;function e(h,i){return d(h,i).toInt()||0;}function f(h){return d(h,"-moz-box-sizing")=="border-box";}function g(h){return e(h,"border-top-width");}function c(h){return e(h,"border-left-width");}function b(h){return(/^(?:body|html)$/i).test(h.tagName);}function a(h){var i=h.getDocument();return(!i.compatMode||i.compatMode=="CSS1Compat")?i.html:i.body;}})();Element.alias({position:"setPosition"});[Window,Document,Element].invoke("implement",{getHeight:function(){return this.getSize().y;},getWidth:function(){return this.getSize().x;},getScrollTop:function(){return this.getScroll().y;},getScrollLeft:function(){return this.getScroll().x;},getScrollHeight:function(){return this.getScrollSize().y;},getScrollWidth:function(){return this.getScrollSize().x;},getTop:function(){return this.getPosition().y;},getLeft:function(){return this.getPosition().x;}});(function(){var e=this.Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore"},initialize:function(g){this.subject=this.subject||this;this.setOptions(g);},getTransition:function(){return function(g){return-(Math.cos(Math.PI*g)-1)/2;};},step:function(){var g=Date.now();if(g<this.time+this.options.duration){var h=this.transition((g-this.time)/this.options.duration);this.set(this.compute(this.from,this.to,h));}else{this.set(this.compute(this.from,this.to,1));this.complete();}},set:function(g){return g;},compute:function(i,h,g){return e.compute(i,h,g);},check:function(){if(!this.timer){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.pass(arguments,this));return false;}return false;},start:function(i,h){if(!this.check(i,h)){return this;}var g=this.options.duration;this.options.duration=e.Durations[g]||g.toInt();this.from=i;this.to=h;this.time=0;this.transition=this.getTransition();this.startTimer();this.onStart();return this;},complete:function(){if(this.stopTimer()){this.onComplete();}return this;},cancel:function(){if(this.stopTimer()){this.onCancel();}return this;},onStart:function(){this.fireEvent("start",this.subject);},onComplete:function(){this.fireEvent("complete",this.subject);if(!this.callChain()){this.fireEvent("chainComplete",this.subject);}},onCancel:function(){this.fireEvent("cancel",this.subject).clearChain();},pause:function(){this.stopTimer();return this;},resume:function(){this.startTimer();return this;},stopTimer:function(){if(!this.timer){return false;}this.time=Date.now()-this.time;this.timer=f(this);return true;},startTimer:function(){if(this.timer){return false;}this.time=Date.now()-this.time;this.timer=b(this);return true;}});e.compute=function(i,h,g){return(h-i)*g+i;};e.Durations={"short":250,normal:500,"long":1000};var d={},c={};var a=function(){for(var g=this.length;g--;){if(this[g]){this[g].step();}}};var b=function(g){var i=g.options.fps,h=d[i]||(d[i]=[]);h.push(g);if(!c[i]){c[i]=a.periodical(Math.round(1000/i),h);}return true;};var f=function(g){var i=g.options.fps,h=d[i]||[];h.erase(g);if(!h.length&&c[i]){c[i]=clearInterval(c[i]);}return false;};})();Fx.CSS=new Class({Extends:Fx,prepare:function(c,d,b){b=Array.from(b);if(b[1]==null){b[1]=b[0];b[0]=c.getStyle(d);}var a=b.map(this.parse);return{from:a[0],to:a[1]};},parse:function(a){a=Function.from(a)();a=(typeof a=="string")?a.split(" "):Array.from(a);return a.map(function(c){c=String(c);var b=false;Object.each(Fx.CSS.Parsers,function(f,e){if(b){return;}var d=f.parse(c);if(d||d===0){b={value:d,parser:f};}});b=b||{value:c,parser:Fx.CSS.Parsers.String};return b;});},compute:function(d,c,b){var a=[];(Math.min(d.length,c.length)).times(function(e){a.push({value:d[e].parser.compute(d[e].value,c[e].value,b),parser:d[e].parser});});a.$family=Function.from("fx:css:value");return a;},serve:function(c,b){if(typeOf(c)!="fx:css:value"){c=this.parse(c);}var a=[];c.each(function(d){a=a.concat(d.parser.serve(d.value,b));});return a;},render:function(a,d,c,b){a.setStyle(d,this.serve(c,b));},search:function(a){if(Fx.CSS.Cache[a]){return Fx.CSS.Cache[a];}var b={};Array.each(document.styleSheets,function(e,d){var c=e.href;if(c&&c.contains("://")&&!c.contains(document.domain)){return;}var f=e.rules||e.cssRules;Array.each(f,function(j,g){if(!j.style){return;}var h=(j.selectorText)?j.selectorText.replace(/^\w+/,function(i){return i.toLowerCase();}):null;if(!h||!h.test("^"+a+"$")){return;}Element.Styles.each(function(k,i){if(!j.style[i]||Element.ShortStyles[i]){return;}k=String(j.style[i]);b[i]=(k.test(/^rgb/))?k.rgbToHex():k;});});});return Fx.CSS.Cache[a]=b;}});Fx.CSS.Cache={};Fx.CSS.Parsers={Color:{parse:function(a){if(a.match(/^#[0-9a-f]{3,6}$/i)){return a.hexToRgb(true);}return((a=a.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[a[1],a[2],a[3]]:false;},compute:function(c,b,a){return c.map(function(e,d){return Math.round(Fx.compute(c[d],b[d],a));});},serve:function(a){return a.map(Number);}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(b,a){return(a)?b+a:b;}},String:{parse:Function.from(false),compute:function(b,a){return a;},serve:function(a){return a;}}};Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a);},set:function(b,a){if(arguments.length==1){a=b;b=this.property||this.options.property;}this.render(this.element,b,a,this.options.unit);return this;},start:function(c,e,d){if(!this.check(c,e,d)){return this;}var b=Array.flatten(arguments);this.property=this.options.property||b.shift();var a=this.prepare(this.element,this.property,b);return this.parent(a.from,a.to);}});Element.Properties.tween={set:function(a){this.get("tween").cancel().setOptions(a);return this;},get:function(){var a=this.retrieve("tween");if(!a){a=new Fx.Tween(this,{link:"cancel"});this.store("tween",a);}return a;}};Element.implement({tween:function(a,c,b){this.get("tween").start(arguments);return this;},fade:function(c){var e=this.get("tween"),d="opacity",a;c=[c,"toggle"].pick();switch(c){case"in":e.start(d,1);break;case"out":e.start(d,0);break;case"show":e.set(d,1);break;case"hide":e.set(d,0);break;case"toggle":var b=this.retrieve("fade:flag",this.get("opacity")==1);e.start(d,(b)?0:1);this.store("fade:flag",!b);a=true;break;default:e.start(d,arguments);}if(!a){this.eliminate("fade:flag");}return this;},highlight:function(c,a){if(!a){a=this.retrieve("highlight:original",this.getStyle("background-color"));a=(a=="transparent")?"#fff":a;}var b=this.get("tween");b.start("background-color",c||"#ffff88",a).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));b.callChain();}.bind(this));return this;}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a);},set:function(a){if(typeof a=="string"){a=this.search(a);}for(var b in a){this.render(this.element,b,a[b],this.options.unit);}return this;},compute:function(e,d,c){var a={};for(var b in e){a[b]=this.parent(e[b],d[b],c);}return a;},start:function(b){if(!this.check(b)){return this;}if(typeof b=="string"){b=this.search(b);}var e={},d={};for(var c in b){var a=this.prepare(this.element,c,b[c]);e[c]=a.from;d[c]=a.to;}return this.parent(e,d);}});Element.Properties.morph={set:function(a){this.get("morph").cancel().setOptions(a);return this;},get:function(){var a=this.retrieve("morph");if(!a){a=new Fx.Morph(this,{link:"cancel"});this.store("morph",a);}return a;}};Element.implement({morph:function(a){this.get("morph").start(a);return this;}});(function(j,l){var m,g,f=[],c,b,n=true;try{n=j.frameElement!=null;}catch(i){}var h=function(){clearTimeout(b);if(m){return;}Browser.loaded=m=true;l.removeListener("DOMContentLoaded",h).removeListener("readystatechange",a);l.fireEvent("domready");j.fireEvent("domready");};var a=function(){for(var e=f.length;e--;){if(f[e]()){h();return true;}}return false;};var k=function(){clearTimeout(b);if(!a()){b=setTimeout(k,10);}};l.addListener("DOMContentLoaded",h);var d=l.createElement("div");if(d.doScroll&&!n){f.push(function(){try{d.doScroll();return true;}catch(o){}return false;});c=true;}if(l.readyState){f.push(function(){var e=l.readyState;return(e=="loaded"||e=="complete");});}if("onreadystatechange"in l){l.addListener("readystatechange",a);}else{c=true;}if(c){k();}Element.Events.domready={onAdd:function(e){if(m){e.call(this);}}};Element.Events.load={base:"load",onAdd:function(e){if(g&&this==j){e.call(this);}},condition:function(){if(this==j){h();delete Element.Events.load;}return true;}};j.addEvent("load",function(){g=true;});})(window,document);MooTools.More={version:"1.3.0.1",build:"6dce99bed2792dffcbbbb4ddc15a1fb9a41994b5"};Fx.Elements=new Class({Extends:Fx.CSS,initialize:function(b,a){this.elements=this.subject=$$(b);this.parent(a);},compute:function(g,h,j){var c={};for(var d in g){var a=g[d],e=h[d],f=c[d]={};for(var b in a){f[b]=this.parent(a[b],e[b],j);}}return c;},set:function(b){for(var c in b){if(!this.elements[c]){continue;}var a=b[c];for(var d in a){this.render(this.elements[c],d,a[d],this.options.unit);}}return this;},start:function(c){if(!this.check(c)){return this;}var h={},j={};for(var d in c){if(!this.elements[d]){continue;}var f=c[d],a=h[d]={},g=j[d]={};for(var b in f){var e=this.prepare(this.elements[d],b,f[b]);a[b]=e.from;g[b]=e.to;}}return this.parent(h,j);}});Fx.Accordion=new Class({Extends:Fx.Elements,options:{fixedHeight:false,fixedWidth:false,display:0,show:false,height:true,width:false,opacity:true,alwaysHide:false,trigger:"click",initialDisplayFx:true,returnHeightToAuto:true},initialize:function(){var d=function(e){return e!=null;};var c=Array.link(arguments,{container:Type.isElement,options:Type.isObject,togglers:d,elements:d});this.parent(c.elements,c.options);this.togglers=$$(c.togglers);this.previous=-1;this.internalChain=new Chain();if(this.options.alwaysHide){this.options.wait=true;}if(this.options.show||this.options.show===0){this.options.display=false;this.previous=this.options.show;}if(this.options.start){this.options.display=false;this.options.show=false;}this.effects={};if(this.options.opacity){this.effects.opacity="fullOpacity";}if(this.options.width){this.effects.width=this.options.fixedWidth?"fullWidth":"offsetWidth";}if(this.options.height){this.effects.height=this.options.fixedHeight?"fullHeight":"scrollHeight";}for(var b=0,a=this.togglers.length;b<a;b++){this.addSection(this.togglers[b],this.elements[b]);}this.elements.each(function(f,e){if(this.options.show===e){this.fireEvent("active",[this.togglers[e],f]);}else{for(var g in this.effects){f.setStyle(g,0);}}},this);if(this.options.display||this.options.display===0||this.options.initialDisplayFx===false){this.display(this.options.display,this.options.initialDisplayFx);}if(this.options.fixedHeight!==false){this.options.returnHeightToAuto=false;}this.addEvent("complete",this.internalChain.callChain.bind(this.internalChain));},addSection:function(e,c){e=document.id(e);c=document.id(c);this.togglers.include(e);this.elements.include(c);var f=this.togglers.contains(e);var a=this.togglers.indexOf(e);var b=this.display.pass(a,this);e.store("accordion:display",b).addEvent(this.options.trigger,b);if(this.options.height){c.setStyles({"padding-top":0,"border-top":"none","padding-bottom":0,"border-bottom":"none"});}if(this.options.width){c.setStyles({"padding-left":0,"border-left":"none","padding-right":0,"border-right":"none"});}c.fullOpacity=1;if(this.options.fixedWidth){c.fullWidth=this.options.fixedWidth;}if(this.options.fixedHeight){c.fullHeight=this.options.fixedHeight;}c.setStyle("overflow","hidden");if(!f){for(var d in this.effects){c.setStyle(d,0);}}return this;},removeSection:function(e,b){var a=this.togglers.indexOf(e);var c=this.elements[a];var d=function(){this.togglers.erase(e);this.elements.erase(c);this.detach(e);}.bind(this);if(this.now==a||b!=null){this.display(b!=null?b:(a-1>=0?a-1:0)).chain(d);}else{d();}return this;},detach:function(b){var a=function(c){c.removeEvent(this.options.trigger,c.retrieve("accordion:display"));}.bind(this);if(!b){this.togglers.each(a);}else{a(b);}return this;},display:function(a,b){if(!this.check(a,b)){return this;}b=b!=null?b:true;a=(typeOf(a)=="element")?this.elements.indexOf(a):a;if(a==this.previous&&!this.options.alwaysHide){return this;}if(this.options.returnHeightToAuto){var d=this.elements[this.previous];if(d&&!this.selfHidden){for(var c in this.effects){d.setStyle(c,d[this.effects[c]]);}}}if((this.timer&&this.options.wait)||(a===this.previous&&!this.options.alwaysHide)){return this;}this.previous=a;var e={};this.elements.each(function(h,g){e[g]={};var f;if(g!=a){f=true;}else{if(this.options.alwaysHide&&((h.offsetHeight>0&&this.options.height)||h.offsetWidth>0&&this.options.width)){f=true;this.selfHidden=true;}}this.fireEvent(f?"background":"active",[this.togglers[g],h]);for(var j in this.effects){e[g][j]=f?0:h[this.effects[j]];}},this);this.internalChain.clearChain();this.internalChain.chain(function(){if(this.options.returnHeightToAuto&&!this.selfHidden){var f=this.elements[a];if(f){f.setStyle("height","auto");}}}.bind(this));return b?this.start(e):this.set(e);}});Element.implement({isDisplayed:function(){return this.getStyle("display")!="none";},isVisible:function(){var a=this.offsetWidth,b=this.offsetHeight;return(a==0&&b==0)?false:(a>0&&b>0)?true:this.style.display!="none";},toggle:function(){return this[this.isDisplayed()?"hide":"show"]();},hide:function(){var b;try{b=this.getStyle("display");}catch(a){}if(b=="none"){return this;}return this.store("element:_originalDisplay",b||"").setStyle("display","none");},show:function(a){if(!a&&this.isDisplayed()){return this;}a=a||this.retrieve("element:_originalDisplay")||"block";return this.setStyle("display",(a=="none")?"block":a);},swapClass:function(a,b){return this.removeClass(a).addClass(b);}});Document.implement({clearSelection:function(){if(document.selection&&document.selection.empty){document.selection.empty();}else{if(window.getSelection){var a=window.getSelection();if(a&&a.removeAllRanges){a.removeAllRanges();}}}}});(function(){var a=function(d,c){var e=[];Object.each(c,function(f){Object.each(f,function(g){d.each(function(h){e.push(h+"-"+g+(h=="border"?"-width":""));});});});return e;};var b=function(e,d){var c=0;Object.each(d,function(g,f){if(f.test(e)){c=c+g.toInt();}});return c;};Element.implement({measure:function(h){var d=function(j){return!!(!j||j.offsetHeight||j.offsetWidth);};if(d(this)){return h.apply(this);}var g=this.getParent(),i=[],e=[];while(!d(g)&&g!=document.body){e.push(g.expose());g=g.getParent();}var f=this.expose();var c=h.apply(this);f();e.each(function(j){j();});return c;},expose:function(){if(this.getStyle("display")!="none"){return function(){};}var c=this.style.cssText;this.setStyles({display:"block",position:"absolute",visibility:"hidden"});return function(){this.style.cssText=c;}.bind(this);},getDimensions:function(c){c=Object.merge({computeSize:false},c);var h={x:0,y:0};var g=function(i,e){return(e.computeSize)?i.getComputedSize(e):i.getSize();};var d=this.getParent("body");if(d&&this.getStyle("display")=="none"){h=this.measure(function(){return g(this,c);});}else{if(d){try{h=g(this,c);}catch(f){}}}return Object.append(h,(h.x||h.x===0)?{width:h.x,height:h.y}:{x:h.width,y:h.height});},getComputedSize:function(c){c=Object.merge({styles:["padding","border"],planes:{height:["top","bottom"],width:["left","right"]},mode:"both"},c);var e={},d={width:0,height:0};if(c.mode=="vertical"){delete d.width;delete c.planes.width;}else{if(c.mode=="horizontal"){delete d.height;delete c.planes.height;}}a(c.styles,c.planes).each(function(f){e[f]=this.getStyle(f).toInt();},this);Object.each(c.planes,function(g,f){var h=f.capitalize();e[f]=this.getStyle(f).toInt();d["total"+h]=e[f];g.each(function(j){var i=b(j,e);d["computed"+j.capitalize()]=i;d["total"+h]+=i;});},this);return Object.append(d,e);}});})();Fx.Reveal=new Class({Extends:Fx.Morph,options:{link:"cancel",styles:["padding","border","margin"],transitionOpacity:!Browser.ie6,mode:"vertical",display:function(){return this.element.get("tag")!="tr"?"block":"table-row";},opacity:1,hideInputs:Browser.ie?"select, input, textarea, object, embed":null},dissolve:function(){if(!this.hiding&&!this.showing){if(this.element.getStyle("display")!="none"){this.hiding=true;this.showing=false;this.hidden=true;this.cssText=this.element.style.cssText;var c=this.element.getComputedSize({styles:this.options.styles,mode:this.options.mode});if(this.options.transitionOpacity){c.opacity=this.options.opacity;}var b={};Object.each(c,function(e,d){b[d]=[e,0];});this.element.setStyles({display:Function.from(this.options.display).call(this),overflow:"hidden"});var a=this.options.hideInputs?this.element.getElements(this.options.hideInputs):null;if(a){a.setStyle("visibility","hidden");}this.$chain.unshift(function(){if(this.hidden){this.hiding=false;this.element.style.cssText=this.cssText;this.element.setStyle("display","none");if(a){a.setStyle("visibility","visible");}}this.fireEvent("hide",this.element);this.callChain();}.bind(this));this.start(b);}else{this.callChain.delay(10,this);this.fireEvent("complete",this.element);this.fireEvent("hide",this.element);}}else{if(this.options.link=="chain"){this.chain(this.dissolve.bind(this));}else{if(this.options.link=="cancel"&&!this.hiding){this.cancel();this.dissolve();}}}return this;},reveal:function(){if(!this.showing&&!this.hiding){if(this.element.getStyle("display")=="none"){this.hiding=false;this.showing=true;this.hidden=false;this.cssText=this.element.style.cssText;var c;this.element.measure(function(){c=this.element.getComputedSize({styles:this.options.styles,mode:this.options.mode});}.bind(this));if(this.options.heightOverride!=null){c.height=this.options.heightOverride.toInt();}if(this.options.widthOverride!=null){c.width=this.options.widthOverride.toInt();}if(this.options.transitionOpacity){this.element.setStyle("opacity",0);c.opacity=this.options.opacity;}var b={height:0,display:Function.from(this.options.display).call(this)};Object.each(c,function(e,d){b[d]=0;});b.overflow="hidden";this.element.setStyles(b);var a=this.options.hideInputs?this.element.getElements(this.options.hideInputs):null;if(a){a.setStyle("visibility","hidden");}this.$chain.unshift(function(){this.element.style.cssText=this.cssText;this.element.setStyle("display",Function.from(this.options.display).call(this));if(!this.hidden){this.showing=false;}if(a){a.setStyle("visibility","visible");}this.callChain();this.fireEvent("show",this.element);}.bind(this));this.start(c);}else{this.callChain();this.fireEvent("complete",this.element);this.fireEvent("show",this.element);}}else{if(this.options.link=="chain"){this.chain(this.reveal.bind(this));}else{if(this.options.link=="cancel"&&!this.showing){this.cancel();this.reveal();}}}return this;},toggle:function(){if(this.element.getStyle("display")=="none"){this.reveal();}else{this.dissolve();}return this;},cancel:function(){this.parent.apply(this,arguments);this.element.style.cssText=this.cssText;this.hiding=false;this.showing=false;return this;}});Element.Properties.reveal={set:function(a){this.get("reveal").cancel().setOptions(a);return this;},get:function(){var a=this.retrieve("reveal");if(!a){a=new Fx.Reveal(this);this.store("reveal",a);}return a;}};Element.Properties.dissolve=Element.Properties.reveal;Element.implement({reveal:function(a){this.get("reveal").setOptions(a).reveal();return this;},dissolve:function(a){this.get("reveal").setOptions(a).dissolve();return this;},nix:function(a){var b=Array.link(arguments,{destroy:Type.isBoolean,options:Type.isObject});this.get("reveal").setOptions(a).dissolve().chain(function(){this[b.destroy?"destroy":"dispose"]();}.bind(this));return this;},wink:function(){var b=Array.link(arguments,{duration:Type.isNumber,options:Type.isObject});var a=this.get("reveal").setOptions(b.options);a.reveal().chain(function(){(function(){a.dissolve();}).delay(b.duration||2000);});}});var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerFont({"w":204,"face":{"font-family":"Futura_T_Medium","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-15 -330 336 83","underline-thickness":"32.76","underline-position":"-3.96","stemh":"32","stemv":"35","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"!":{"d":"53,-39v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22xm35,-54r0,-186r35,0r0,186r-35,0","w":105},"\"":{"d":"50,-144r-27,0r-6,-96r40,0xm107,-144r-27,0r-6,-96r40,0","w":130},"#":{"d":"192,-172r0,27r-38,0r-5,44r34,0r0,28r-38,0r-9,74r-27,-4r9,-70r-46,0r-10,74r-27,-4r9,-71r-36,0r0,-27r39,0r6,-44r-36,0r0,-27r39,0r9,-70r27,3r-8,67r46,0r8,-70r28,3r-9,67r35,0xm126,-145r-46,0r-5,44r46,0","w":199},"$":{"d":"56,-74v2,52,84,58,85,4v0,-21,-6,-35,-47,-47v-68,-20,-74,-110,-2,-126r0,-31r27,0r0,31v24,4,40,16,52,40r-30,17v-12,-35,-62,-32,-67,3v-4,27,73,46,82,62v40,38,18,113,-37,124r0,32r-27,0r0,-31v-41,-8,-62,-29,-70,-71"},"%":{"d":"69,-243v32,0,58,26,58,57v0,31,-26,56,-58,56v-31,0,-57,-26,-57,-57v0,-30,26,-56,57,-56xm69,-217v-17,0,-30,15,-30,31v0,17,14,31,31,31v17,0,30,-14,30,-31v0,-17,-14,-31,-31,-31xm206,-244r17,9r-138,239r-17,-10xm221,-111v32,0,58,26,58,57v0,31,-26,57,-58,57v-31,0,-57,-26,-57,-58v0,-30,26,-56,57,-56xm221,-85v-17,0,-30,14,-30,30v0,17,14,32,31,32v17,0,30,-14,30,-31v0,-17,-14,-31,-31,-31","w":291},"&":{"d":"163,-29v-15,15,-43,34,-68,34v-62,0,-100,-73,-57,-118v6,-6,13,-11,34,-26v-40,-36,-25,-105,34,-105v33,0,57,22,57,52v0,21,-9,34,-40,58r43,53v15,-17,21,-23,27,-32r23,25v-5,7,-11,14,-28,33r45,55r-45,0xm141,-55r-47,-58v-32,22,-40,32,-40,46v0,46,57,52,87,12xm106,-214v-33,7,-30,31,-4,55v24,-18,27,-22,27,-34v0,-13,-9,-21,-23,-21","w":232},"(":{"d":"63,67v-46,-87,-45,-246,0,-332r32,12v-41,87,-41,221,0,307","w":116},")":{"d":"54,-265v45,89,44,244,0,332r-32,-13v41,-86,40,-221,0,-307","w":116},"*":{"d":"89,-221r-3,-41r32,0r-3,41r39,-15r10,30r-41,11r27,32r-25,18r-23,-35r-23,35r-25,-18r27,-32r-41,-11r10,-30"},"+":{"d":"19,-111r0,-28r68,0r0,-67r29,0r0,67r69,0r0,28r-69,0r0,68r-29,0r0,-68r-68,0"},",":{"d":"40,-45r31,12r-44,89r-24,-10","w":91,"k":{"1":24}},"-":{"d":"0,-92r69,0r0,30r-69,0r0,-30","w":69,"k":{"Y":4,"T":-4,"A":-14}},"\u00ad":{"d":"0,-92r69,0r0,30r-69,0r0,-30","w":69},".":{"d":"46,-39v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22","w":91,"k":{"1":25}},"\/":{"d":"135,-265r29,13r-138,318r-29,-13","w":164},"0":{"d":"102,4v-55,0,-85,-62,-85,-126v0,-70,36,-122,85,-122v113,1,114,248,0,248xm151,-120v0,-40,-13,-91,-49,-91v-68,0,-66,173,0,182v36,-2,49,-52,49,-91","k":{"7":11,"4":5,"1":24}},"1":{"d":"90,-206r-41,0r19,-34r58,0r0,240r-36,0r0,-206","k":{"9":27,"8":24,"7":32,"6":30,"5":26,"4":26,"3":24,"2":27,"1":46,"0":20,".":20,",":21}},"2":{"d":"19,-168v4,-48,32,-76,76,-76v44,0,78,32,78,73v9,30,-62,103,-89,137r89,0r0,34r-161,0v32,-44,116,-126,126,-171v0,-22,-19,-40,-42,-40v-25,0,-39,16,-41,43r-36,0","k":{"7":9,"4":2,"1":28}},"3":{"d":"134,-71v0,-28,-13,-42,-48,-41r0,-31v28,3,45,-9,45,-33v0,-21,-15,-35,-37,-35v-22,0,-30,10,-35,32r-36,0v6,-43,30,-62,72,-65v67,-5,95,83,45,117v57,33,27,137,-47,131v-41,-3,-74,-24,-76,-69r35,0v3,23,20,36,42,36v24,0,40,-18,40,-42","k":{"7":15,"4":7,"1":30}},"4":{"d":"161,-67r25,0r0,33r-25,0r0,34r-36,0r0,-34r-118,0r154,-224r0,191xm125,-67r0,-80r-56,80r56,0","k":{"7":8,"4":-4,"1":27}},"5":{"d":"37,-64v18,51,103,43,103,-18v0,-51,-66,-72,-94,-32r-11,0r37,-126r99,0r0,34r-73,0r-12,40v56,-7,87,34,89,83v4,87,-128,121,-165,42","k":{"7":10,"4":7,"1":24}},"6":{"d":"129,-248r26,19r-57,79v47,-10,84,30,85,74v0,44,-36,80,-80,80v-72,-1,-103,-79,-58,-139xm102,-120v-25,0,-45,20,-45,45v0,25,20,46,45,46v25,0,45,-21,45,-45v0,-26,-20,-46,-45,-46","k":{"7":16,"4":2,"1":32}},"7":{"d":"139,-206r-118,0r0,-34r178,0r-151,248r-29,-18","k":{":":20,"7":-4,"6":32,"4":40,"1":18,".":44}},"8":{"d":"59,-125v-51,-34,-21,-119,44,-119v63,0,95,85,43,119v57,30,29,129,-43,129v-73,0,-104,-99,-44,-129xm103,-211v-19,0,-36,16,-36,35v0,20,16,37,36,37v20,0,35,-16,35,-36v0,-20,-15,-36,-35,-36xm102,-109v-22,0,-40,19,-40,40v0,22,18,40,40,40v22,0,40,-18,40,-40v0,-22,-18,-40,-40,-40","k":{"7":13,"4":3,"1":27}},"9":{"d":"75,8r-26,-20r57,-78v-49,8,-85,-29,-85,-74v0,-44,36,-80,80,-80v71,1,102,78,58,138xm102,-211v-25,0,-45,20,-45,44v0,26,20,46,45,46v25,0,45,-20,45,-45v0,-25,-20,-45,-45,-45","k":{"7":10,"4":30,"1":24}},":":{"d":"46,-39v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22xm46,-156v12,0,21,10,21,22v0,12,-9,22,-21,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22","w":91},";":{"d":"40,-45r31,12r-44,89r-24,-10xm53,-156v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22","w":91},"<":{"d":"168,-213r0,36r-118,55r118,56r0,36r-156,-77r0,-30","w":180},"=":{"d":"19,-137r0,-26r166,0r0,26r-166,0xm19,-86r0,-27r166,0r0,27r-166,0"},">":{"d":"12,-30r0,-36r118,-56r-118,-55r0,-36r156,76r0,31","w":180},"?":{"d":"131,-112v1,38,-24,57,-54,57v-30,0,-53,-24,-53,-54v-10,-33,50,-48,69,-60v17,-10,6,-41,-16,-41v-19,0,-27,17,-21,36r-36,0v-7,-40,20,-67,57,-69v56,-3,78,72,38,102v-7,11,-58,12,-56,35v0,10,8,18,18,18v12,0,18,-7,19,-24r35,0xm78,-39v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22","w":155},"@":{"d":"149,4v-79,1,-132,-55,-132,-124v0,-70,56,-124,129,-124v67,0,118,46,118,107v0,46,-29,86,-62,86v-13,0,-22,-5,-27,-18v-37,41,-102,11,-102,-46v0,-59,71,-96,108,-51r2,-17r24,0r-12,98v0,8,4,12,10,12v18,0,36,-30,36,-62v0,-51,-40,-88,-95,-88v-58,0,-102,44,-102,102v0,56,40,104,105,102v29,0,48,-5,79,-20r8,22v-28,14,-56,21,-87,21xm141,-157v-21,0,-36,19,-36,43v0,22,12,37,29,37v43,0,59,-80,7,-80","w":280},"A":{"d":"170,-58r-103,0r-27,58r-39,0r119,-255r114,255r-39,0xm155,-93r-36,-81r-37,81r73,0","w":235,"k":{"\u00fd":9,"\u00dd":22,"\u00ab":7,"y":9,"w":7,"v":7,"t":-3,"q":1,"o":2,"g":1,"e":1,"d":1,"c":2,"Y":22,"W":19,"V":19,"U":10,"T":14,"Q":11,"O":11,"J":-18,"G":11,"C":13,".":-9,"-":-13,",":-8}},"B":{"d":"171,-69v0,43,-32,73,-87,69r-55,0r0,-240v70,-6,120,10,121,67v0,18,-7,32,-20,44v25,9,41,32,41,60xm116,-172v0,-26,-19,-38,-51,-35r0,70v32,3,51,-9,51,-35xm136,-70v0,-32,-30,-40,-71,-37r0,73v38,3,71,-4,71,-36","w":188,"k":{"\u00d6":1,"Y":11,"W":9,"V":9,"O":1}},"C":{"d":"206,-227r0,43v-57,-58,-153,-15,-153,65v0,78,97,120,153,62r0,44v-84,51,-189,-14,-189,-106v0,-92,105,-160,189,-108","w":222,"k":{"\u00d3":2,"\u00c4":-5,"y":10,"O":2,"J":-11,"A":-5,";":-10,":":-13,".":-9,",":-8}},"D":{"d":"215,-120v0,71,-51,125,-137,120r-49,0r0,-240v111,-11,186,28,186,120xm178,-120v0,-58,-43,-92,-113,-86r0,172v70,6,113,-28,113,-86","w":231,"k":{"\u00c4":12,"Y":11,"W":8,"V":8,"T":10,"J":11,"A":12}},"E":{"d":"161,-206r-96,0r0,58r93,0r0,34r-93,0r0,80r96,0r0,34r-132,0r0,-240r132,0r0,34","w":180,"k":{"\u00d6":2,"\u00d3":2,"v":-3,"O":2,"C":3}},"F":{"d":"149,-206r-84,0r0,58r81,0r0,34r-81,0r0,114r-36,0r0,-240r120,0r0,34","w":161,"k":{"\u00fa":3,"\u00f3":4,"\u00e9":3,"\u00e1":4,"\u00c4":17,"\u00c2":17,"\u00c1":17,"u":3,"r":3,"o":4,"e":3,"a":4,"J":15,"A":17,".":20,"-":-10,",":22}},"G":{"d":"53,-120v0,49,42,89,87,90v36,0,69,-27,72,-61r-60,0r0,-34r100,0v6,79,-48,130,-113,130v-67,0,-122,-57,-122,-125v0,-118,160,-167,224,-76r-26,25v-46,-74,-162,-36,-162,51","w":268,"k":{"\u00c4":10,"Y":8,"W":6,"V":6,"T":3,"A":10,";":-13,":":-15,",":1}},"H":{"d":"65,-146r103,0r0,-94r37,0r0,240r-37,0r0,-112r-103,0r0,112r-36,0r0,-240r36,0r0,94","w":233},"I":{"d":"65,-240r0,240r-36,0r0,-240r36,0","w":93},"J":{"d":"12,-39v31,22,53,1,53,-46r0,-155r37,0v-7,96,31,245,-66,245v-16,0,-27,-4,-42,-13","w":130,"k":{"\u00c4":9,"A":9}},"K":{"d":"65,-144r93,-96r49,0r-108,109r108,131r-48,0r-86,-107r-8,8r0,99r-36,0r0,-240r36,0r0,96","w":210,"k":{"\u00f3":11,"\u00d6":14,"\u00d3":14,"y":13,"u":9,"o":11,"e":10,"a":10,"T":-13,"O":14,"G":14,"C":14,"-":1}},"L":{"d":"65,-240r0,206r71,0r0,34r-107,0r0,-240r36,0","w":141,"k":{"\u00fd":14,"\u00dd":21,"\u00dc":8,"\u00d6":11,"\u00d3":11,"y":14,"j":-1,"Y":21,"W":22,"V":22,"U":8,"T":15,"O":11,"G":11,"C":12,"-":4}},"M":{"d":"21,0r50,-258r82,186r86,-186r45,258r-37,0r-23,-145r-71,156r-69,-156r-26,145r-37,0","w":306,"k":{"j":-1}},"N":{"d":"29,0r0,-256r175,183r0,-167r36,0r0,255r-175,-183r0,168r-36,0","w":268,"k":{"\u00c4":-1,"u":-3,"o":-2,"j":-4,"e":-3,"a":-3,"A":-1,".":-4,",":-4}},"O":{"d":"141,5v-65,-1,-124,-54,-124,-126v0,-68,57,-124,126,-124v69,0,125,57,125,125v0,69,-57,125,-127,125xm53,-121v0,50,41,91,88,91v50,0,90,-39,90,-90v0,-51,-38,-91,-88,-91v-50,0,-90,40,-90,90","w":284,"k":{"\u00c4":12,"Z":14,"Y":13,"X":7,"W":9,"V":9,"T":10,"J":12,"A":12,";":-13,":":-15,".":5,",":6}},"P":{"d":"163,-169v0,50,-40,77,-98,71r0,98r-36,0r0,-240r41,0v66,-4,93,23,93,71xm129,-170v0,-31,-27,-39,-64,-37r0,76v38,2,64,-7,64,-39","w":171,"k":{"\u00c4":18,"\u00c2":18,"\u00c1":18,"o":10,"e":8,"a":9,"Y":1,"J":17,"A":18,".":26,"-":-3,",":27}},"Q":{"d":"209,-15v-81,54,-192,-9,-192,-104v0,-69,56,-126,125,-126v104,0,170,137,92,210r39,40r-45,0xm53,-119v0,65,70,110,130,79r-56,-55r47,0r34,35v52,-52,10,-151,-66,-151v-51,0,-89,39,-89,92","w":284},"R":{"d":"29,-240v74,-5,135,6,134,70v0,33,-21,61,-53,68r74,102r-44,0r-68,-98r-7,0r0,98r-36,0r0,-240xm128,-169v0,-31,-26,-40,-63,-37r0,76v36,2,63,-8,63,-39","w":191,"k":{"\u00dd":10,"\u00dc":4,"\u00d6":6,"\u00d3":6,"y":1,"u":4,"o":7,"e":5,"Y":10,"W":8,"V":8,"U":4,"T":4,"O":6,"J":-14,"G":6,"C":6,"-":-4}},"S":{"d":"54,-75v1,32,14,43,41,45v37,3,53,-52,23,-71v-8,-5,-8,-8,-41,-19v-76,-26,-56,-126,23,-125v29,0,49,13,65,41r-30,17v-13,-37,-69,-29,-71,6v11,28,8,20,50,38v39,17,57,38,57,71v0,75,-103,104,-140,45v-8,-12,-11,-21,-14,-39","w":185,"k":{"\u00e9":-4,"\u00c4":3,"v":3,"t":-6,"Y":2,"W":1,"V":1,"T":-4,"J":-1,"A":3}},"T":{"d":"95,-206r0,206r-36,0r0,-206r-55,0r0,-34r146,0r0,34r-55,0","w":153,"k":{"\u00fd":12,"\u00fa":12,"\u00f4":13,"\u00f3":13,"\u00ed":4,"\u00e9":13,"\u00e7":14,"\u00e1":13,"\u00d6":10,"\u00d3":10,"\u00c4":13,"\u00c2":13,"\u00c1":13,"\u00ab":17,"y":15,"w":15,"v":15,"u":12,"s":13,"r":10,"o":13,"j":-5,"i":-5,"g":13,"e":13,"c":14,"a":13,"Y":-14,"W":-14,"V":-14,"S":1,"O":10,"J":9,"G":10,"C":10,"A":13,":":-2,".":10,"-":-4,",":10}},"U":{"d":"118,5v-47,0,-89,-37,-89,-91r0,-154r36,0r0,145v-2,44,19,65,53,65v34,0,52,-22,52,-65r0,-145r36,0r0,154v2,53,-41,91,-88,91","w":235,"k":{"\u00c4":11,"r":-2,"p":-2,"n":-2,"m":-2,"j":-1,"A":11,".":2,",":4}},"V":{"d":"41,-240r66,166r67,-166r40,0r-108,258r-105,-258r40,0","w":215,"k":{"\u00fd":4,"\u00fc":8,"\u00fa":14,"\u00f6":12,"\u00f4":15,"\u00f3":18,"\u00ed":7,"\u00e9":17,"\u00e4":13,"\u00e1":18,"\u00d6":9,"\u00d4":9,"\u00d3":9,"\u00c4":21,"\u00c2":21,"\u00c1":21,"\u00ab":22,"y":5,"u":15,"r":14,"o":18,"i":-3,"g":18,"e":17,"c":18,"a":18,"T":-14,"S":7,"O":9,"J":17,"G":9,"C":9,"A":21,";":4,":":3,".":23,"-":1,",":24}},"W":{"d":"40,-240r63,160r65,-172r63,172r66,-160r39,0r-107,255r-62,-170r-64,170r-102,-255r39,0","w":337,"k":{"\u00fd":4,"\u00fc":8,"\u00fa":14,"\u00f6":12,"\u00f4":15,"\u00f3":18,"\u00ed":7,"\u00e9":18,"\u00e4":13,"\u00e1":18,"\u00d6":9,"\u00d4":9,"\u00d3":9,"\u00c4":21,"\u00c2":21,"\u00c1":21,"\u00ab":22,"y":5,"u":15,"r":14,"o":18,"i":-3,"g":18,"e":18,"c":18,"a":18,"Y":-15,"T":-14,"S":7,"O":9,"G":9,"C":9,"A":21,";":4,".":23,"-":1,",":24}},"X":{"d":"79,-126r-66,-114r41,0r46,81r48,-81r42,0r-69,115r72,125r-40,0r-54,-92r-54,92r-41,0","w":196,"k":{"y":13,"o":6,"e":5,"Q":5,"O":5,"C":6,"-":-8}},"Y":{"d":"77,-104r-78,-136r42,0r54,96r56,-96r41,0r-78,136r0,104r-37,0r0,-104","w":191,"k":{"\u00fa":19,"\u00f3":21,"\u00ed":10,"\u00e9":21,"\u00e1":21,"\u00d6":11,"\u00c4":21,"\u00c2":21,"\u00c1":21,"\u00ab":24,"v":10,"u":19,"q":21,"p":17,"o":21,"i":-3,"g":21,"e":21,"a":21,"W":-16,"T":-15,"S":8,"O":11,"J":15,"G":11,"C":13,"A":21,";":6,":":5,".":20,"-":4,",":21}},"Z":{"d":"70,-34r115,0r0,34r-174,0r118,-206r-99,0r0,-34r158,0","w":199,"k":{"\u00d3":13,"O":13,":":-3,".":2,",":1}},"[":{"d":"67,-230r0,261r30,0r0,33r-66,0r0,-326r66,0r0,32r-30,0","w":113},"\\":{"d":"30,-265r137,318r-28,13r-138,-318","w":164},"]":{"d":"47,31r0,-261r-30,0r0,-32r66,0r0,326r-66,0r0,-33r30,0","w":113},"^":{"d":"44,-126r-39,0r61,-115r47,0r61,115r-38,0r-46,-86","w":180},"_":{"d":"0,20r180,0r0,33r-180,0r0,-33","w":180},"a":{"d":"134,-152r34,0r0,152r-34,0r0,-16v-46,48,-119,7,-119,-60v0,-67,75,-107,119,-58r0,-18xm93,-124v-24,0,-43,20,-43,48v0,29,18,49,42,49v26,0,44,-19,44,-48v0,-29,-17,-49,-43,-49","w":190,"k":{"y":-1,"w":-2,"v":-1}},"b":{"d":"57,-262r0,128v43,-50,119,-8,119,58v0,67,-74,108,-119,60r0,16r-35,0r0,-262r35,0xm98,-124v-26,0,-43,19,-43,48v0,29,17,49,43,49v24,0,42,-21,42,-48v0,-29,-18,-49,-42,-49","w":190,"k":{"y":7,"w":6,"v":6,"j":-2}},"c":{"d":"140,-145r0,46v-28,-43,-90,-27,-90,23v0,51,62,68,90,23r0,47v-57,32,-126,-9,-126,-69v0,-61,70,-102,126,-70","w":151,"k":{"\u00f3":-3,"j":-7,"J":-13}},"d":{"d":"134,-262r34,0r0,262r-34,0r0,-16v-45,48,-119,7,-119,-60v0,-67,75,-107,119,-58r0,-128xm93,-124v-24,0,-43,21,-43,48v0,29,18,49,42,49v26,0,44,-19,44,-48v0,-29,-17,-49,-43,-49","w":190,"k":{"j":-4}},"e":{"d":"88,-156v47,1,76,34,72,89r-109,0v4,47,62,56,81,11r29,16v-14,28,-36,45,-71,45v-45,0,-75,-32,-75,-80v0,-48,29,-81,73,-81xm54,-96r70,0v-7,-37,-63,-36,-70,0","w":176,"k":{"y":7,"x":5,"w":5,"v":5,"t":-3,"j":-2}},"f":{"d":"23,-152v-7,-67,5,-137,73,-109r0,35v-26,-12,-37,-14,-38,25r0,49r38,0r0,33r-38,0r0,119r-35,0r0,-119r-12,0r0,-33r12,0","w":94,"k":{"\u00fd":-14,"\u00f3":-3,"\u00ed":-5,"\u00e9":-4,"\u00e1":-3,"t":-12,"s":-5,"o":-3,"l":-5,"j":-6,"i":-6,"f":-10,"e":-4,"a":-3}},"g":{"d":"95,51v34,1,42,-28,39,-68v-43,49,-119,10,-119,-58v0,-70,76,-107,119,-59r0,-18r34,0r0,148v4,61,-25,87,-73,87v-45,0,-74,-28,-74,-74r34,0v0,29,15,41,40,42xm51,-75v0,30,18,47,42,48v25,0,42,-19,42,-48v0,-29,-17,-49,-42,-49v-25,0,-42,19,-42,49","w":190},"h":{"d":"90,-124v-51,-2,-28,77,-33,124r-35,0r0,-262r35,0r0,123v36,-35,95,-14,95,46r0,93r-35,0v-6,-43,18,-123,-27,-124","w":174,"k":{"\u00fd":5,"y":5,"v":4}},"i":{"d":"57,-152r0,152r-35,0r0,-152r35,0xm40,-237v13,0,23,9,23,22v0,13,-11,23,-23,23v-13,0,-23,-10,-23,-23v0,-12,11,-22,23,-22","w":79,"k":{"j":-4}},"j":{"d":"57,-152r0,234r-35,0r0,-234r35,0xm40,-237v13,0,23,9,23,22v0,13,-11,23,-23,23v-13,0,-23,-10,-23,-23v0,-12,11,-22,23,-22","w":79,"k":{"\u00f3":-1}},"k":{"d":"57,-262r0,159r49,-49r47,0r-66,64r71,88r-46,0r-50,-64v-11,12,-3,43,-5,64r-35,0r0,-262r35,0","w":158,"k":{"\u00fc":-1,"\u00f6":6,"\u00f3":6,"\u00e4":6,"u":-1,"o":6,"g":6,"e":4,"c":5,"a":6,".":-3,",":-3}},"l":{"d":"57,-262r0,262r-35,0r0,-262r35,0","w":79,"k":{"j":-4}},"m":{"d":"85,-124v-45,0,-23,79,-28,124r-35,0r0,-152r35,0r0,14v22,-29,60,-21,77,5v30,-42,96,-23,96,39r0,94r-35,0v-4,-41,15,-123,-24,-124v-40,-1,-24,82,-27,124r-35,0v-4,-41,14,-124,-24,-124","w":251,"k":{"y":5,"w":4,"v":4,"p":-3,"j":-3}},"n":{"d":"117,0v-6,-44,20,-124,-28,-124v-46,0,-29,79,-32,124r-35,0r0,-152r35,0r0,14v35,-37,95,-16,95,45r0,93r-35,0","w":174,"k":{"y":5,"w":4,"v":4,"p":-3,"j":-2}},"o":{"d":"95,-156v46,0,81,35,81,80v0,45,-35,81,-81,81v-45,0,-80,-36,-80,-82v0,-44,35,-79,80,-79xm95,-124v-27,0,-45,19,-45,48v0,30,18,49,45,49v28,0,46,-18,46,-48v0,-30,-19,-49,-46,-49","w":191,"k":{"y":8,"x":7,"w":5,"v":7,"t":-2,"j":-1}},"p":{"d":"57,82r-35,0r0,-234r35,0r0,17v45,-48,119,-7,119,60v0,66,-76,108,-119,58r0,99xm98,-124v-26,0,-43,19,-43,48v0,29,17,49,43,49v24,0,42,-21,42,-48v0,-29,-18,-49,-42,-49","w":190,"k":{"\u00fd":7,"y":7,"t":-3,"j":-2}},"q":{"d":"134,82r0,-99v-44,49,-119,9,-119,-58v0,-67,74,-108,119,-60r0,-17r34,0r0,234r-34,0xm93,-124v-24,0,-43,21,-43,48v0,29,18,49,42,49v26,0,44,-19,44,-48v0,-29,-17,-49,-43,-49","w":190,"k":{"u":-3,"c":-2}},"r":{"d":"22,-152r35,0r0,14v20,-22,38,-23,64,-9r-16,33v-25,-19,-48,-5,-48,36r0,78r-35,0r0,-152","w":119,"k":{"\u00fd":-13,"\u00fa":-4,"\u00f6":4,"\u00f4":4,"\u00f3":4,"\u00e9":3,"\u00e4":3,"\u00e1":3,"z":-4,"y":-13,"x":-6,"w":-14,"v":-13,"u":-4,"t":-11,"r":-4,"q":3,"p":-4,"o":4,"n":-4,"m":-4,"l":-4,"k":-4,"h":-4,"g":3,"f":-10,"e":3,"d":3,"c":4,"b":-4,"a":3,";":-3,":":-5,".":17,"-":1,",":17}},"s":{"d":"110,-126r-29,16v-6,-17,-25,-19,-28,-3v0,6,4,9,20,17v37,17,47,28,47,50v0,28,-24,51,-54,51v-26,0,-44,-13,-54,-38r30,-13v8,15,14,19,24,19v11,0,18,-6,18,-16v0,-10,-1,-15,-35,-28v-49,-19,-30,-86,18,-85v20,0,33,9,43,30","w":129,"k":{"\u00e9":-2,"t":-5,"p":-4,"k":-4}},"t":{"d":"58,-119r0,119r-35,0r0,-119r-15,0r0,-33r15,0r0,-55r35,0r0,55r27,0r0,33r-27,0","w":87,"k":{"\u00e4":-1,"y":-11,"e":-2,"a":-1,";":-13,":":-15}},"u":{"d":"86,5v-39,0,-64,-25,-64,-69r0,-88r35,0v6,46,-19,125,30,125v48,0,23,-80,29,-125r35,0r0,88v2,45,-25,69,-65,69","w":173,"k":{"j":-2}},"v":{"d":"41,-152r39,85r39,-85r39,0r-78,162r-78,-162r39,0","w":159,"k":{"\u00f6":6,"\u00f3":6,"\u00e9":5,"\u00e4":5,"\u00e1":5,"s":3,"o":6,"j":-3,"g":5,"e":5,"c":6,"a":5,";":-4,":":-8,".":17,"-":-9,",":17}},"w":{"d":"41,-152r40,87r42,-100r44,100r39,-87r39,0r-79,164r-43,-98r-42,98r-79,-164r39,0","w":246,"k":{"\u00f6":5,"\u00f3":5,"\u00e4":4,"s":3,"o":5,"g":4,"e":4,"c":5,"a":4,";":-6,":":-9,".":16,"-":-9,",":17}},"x":{"d":"69,-82r-54,-70r42,0r33,45r35,-45r42,0r-56,70r65,82r-41,0r-45,-57r-45,57r-43,0","w":177,"k":{"q":5,"o":6,"e":5,"c":6,"a":5}},"y":{"d":"70,-28r-68,-124r40,0r47,88r43,-88r39,0r-120,234r-40,0","w":172,"k":{"s":4,"o":8,"j":-3,"g":6,"e":6,"c":8,"a":6,";":-4,":":-6,".":19,"-":-8,",":18}},"z":{"d":"72,-33r90,0r0,33r-159,0r98,-119r-77,0r0,-33r146,0","w":172,"k":{"o":4,"e":3,";":-7,":":-9,",":1}},"{":{"d":"71,6v0,26,5,28,27,29r0,31v-41,5,-63,-6,-63,-52v0,-37,15,-92,-20,-100r0,-30v57,-15,-31,-169,83,-149r0,32v-61,-9,5,112,-49,134v34,16,22,62,22,105","w":113},"|":{"d":"72,-240r36,0r0,300r-36,0r0,-300","w":180},"}":{"d":"16,35v61,6,-5,-112,49,-134v-33,-17,-22,-62,-22,-105v0,-26,-7,-32,-27,-29r0,-32v42,-3,63,6,63,52v0,37,-15,92,20,100r0,30v-56,15,30,172,-83,149r0,-31","w":113},"~":{"d":"81,-230v-13,0,-23,15,-30,24v-4,0,-10,-4,-18,-13v16,-34,29,-46,52,-46v15,-3,58,22,72,21v25,2,28,-41,50,-9v-16,31,-31,44,-54,44v-14,0,-54,-21,-72,-21","w":240},"\u00a1":{"d":"53,-189v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-22,-10,-22,-22v0,-12,10,-21,22,-21xm70,-131r0,186r-35,0r0,-186r35,0","w":105},"\u00a2":{"d":"94,-42v-80,-14,-80,-143,0,-157r0,-31r27,0r0,30v15,2,25,5,36,10r0,47v-29,-41,-88,-28,-90,23v-2,53,70,60,90,21r0,48v-16,7,-22,8,-36,10r0,31r-27,0r0,-32"},"\u00a3":{"d":"150,-153v1,-43,-11,-52,-41,-57v-49,3,-53,55,-24,92r46,0r0,25r-36,0v6,23,6,24,-1,47v37,9,53,31,72,-9r29,18v-10,26,-27,36,-54,40v-13,2,-67,-22,-76,-19v-12,0,-16,3,-25,21r-31,-15v15,-27,28,-38,50,-40v6,-18,6,-28,-2,-43r-41,0r0,-25r28,0v-37,-60,-1,-126,65,-126v45,0,75,30,77,78"},"\u00a5":{"d":"82,-109r-15,-26r-51,0r0,-26r38,0r-44,-79r39,0r53,96r52,-96r40,0r-44,79r38,0r0,26r-52,0r-14,26r66,0r0,25r-69,0r0,84r-34,0r0,-84r-69,0r0,-25r66,0"},"\u00a7":{"d":"30,-3r34,0v-1,47,70,49,68,4v-3,-55,-99,-32,-99,-101v0,-26,12,-44,34,-54v-55,-30,-21,-113,41,-111v38,2,67,28,66,73r-33,0v5,-52,-67,-48,-68,-7v-1,34,61,35,81,53v30,27,26,82,-14,101v54,30,21,116,-41,112v-41,-3,-68,-25,-69,-70xm103,-135v-19,0,-36,15,-36,34v0,20,17,36,37,36v20,0,36,-16,36,-35v0,-19,-17,-35,-37,-35"},"\u00a4":{"d":"14,-47r35,-35v-23,-32,-23,-69,0,-101r-36,-36r20,-20r36,36v33,-23,69,-23,102,0r35,-35r20,19r-35,36v23,34,23,67,0,101r36,35r-20,20r-36,-36v-33,24,-68,24,-102,1r-36,35xm120,-188v-30,0,-55,25,-55,56v0,30,25,55,55,55v30,0,55,-25,55,-55v0,-31,-24,-56,-55,-56","w":240},"'":{"d":"50,-144r-27,0r-6,-96r40,0","w":73},"\u00ab":{"d":"117,-77r47,60r-23,17r-60,-77r60,-79r23,17xm51,-77r47,60r-24,17r-60,-77r60,-79r24,17","w":183},"\u00b7":{"d":"46,-98v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-22,-10,-22,-22v0,-12,10,-21,22,-21","w":91},"\u2219":{"d":"46,-98v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-22,-10,-22,-22v0,-12,10,-21,22,-21","w":91},"\u00b6":{"d":"10,-179v0,-81,105,-58,182,-61r-21,33r-9,0r0,241r-33,0r0,-241r-27,0r0,241r-33,0r0,-155v-36,0,-59,-21,-59,-58"},"\u00bb":{"d":"66,-77r-47,-62r23,-17r60,79r-60,77r-23,-17xm132,-77r-46,-62r23,-17r60,79r-60,77r-23,-17","w":183,"k":{"Y":24,"W":20,"V":20,"T":18,"A":6}},"\u00bf":{"d":"24,-73v1,-37,24,-57,55,-57v30,0,53,24,53,54v10,33,-49,49,-69,60v-17,9,-8,42,15,41v19,-1,29,-16,22,-36r36,0v7,41,-21,68,-58,70v-55,3,-79,-73,-38,-103v6,-11,59,-12,57,-34v-3,-25,-39,-27,-37,5r-36,0xm78,-189v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-10,-22,-22v0,-12,10,-21,22,-21","w":155},"`":{"d":"31,-226r32,-17r43,57r-19,11","w":180},"\u00b4":{"d":"149,-226r-56,51r-19,-11r43,-57","w":180},"\u00af":{"d":"36,-209r109,0r0,28r-109,0r0,-28","w":180},"\u02c9":{"d":"36,-209r109,0r0,28r-109,0r0,-28","w":180},"\u00a8":{"d":"58,-222v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-23v0,-12,11,-22,23,-22xm123,-222v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-23v0,-12,11,-22,23,-22","w":180},"\u00b8":{"d":"122,31r-37,47r-22,-11r31,-48","w":180},"\u00c6":{"d":"171,-57r-102,0r-26,57r-39,0r115,-240r106,0r15,34r-95,0r25,58r93,0r15,34r-93,0r34,80r96,0r15,34r-133,0xm157,-91r-34,-79r-37,79r71,0","w":333},"\u00aa":{"d":"88,-235r23,0r0,91r-23,0r0,-9v-29,28,-73,3,-73,-37v0,-40,46,-64,73,-36r0,-9xm64,-218v-15,0,-26,12,-26,28v0,17,10,29,25,29v15,0,27,-11,27,-28v0,-17,-11,-29,-26,-29","w":130},"\u00d8":{"d":"218,-220r26,-26r21,21r-26,26v67,78,4,204,-97,204v-30,0,-54,-9,-79,-28r-26,26r-20,-21r25,-26v-63,-79,1,-201,101,-201v27,0,52,8,75,25xm68,-69r125,-126v-76,-55,-181,41,-125,126xm213,-175r-124,127v59,45,144,0,142,-72v0,-21,-6,-38,-18,-55","w":284},"\u00ba":{"d":"65,-238v28,0,51,21,51,48v0,27,-22,49,-51,49v-28,0,-50,-22,-50,-49v0,-26,22,-48,50,-48xm66,-218v-16,0,-28,11,-28,28v0,17,11,29,27,29v17,0,28,-12,28,-29v0,-17,-11,-28,-27,-28","w":130},"\u00e6":{"d":"259,-41v-20,47,-89,64,-126,21v-25,41,-118,29,-118,-26v0,-46,60,-67,99,-41v2,-45,-41,-40,-78,-32r0,-32v43,-8,77,-8,97,17v45,-48,140,-12,125,66r-109,0v3,48,63,57,80,11xm152,-96r70,0v-6,-37,-63,-37,-70,0xm79,-67v-17,0,-30,8,-30,20v0,12,13,21,30,21v19,0,33,-10,33,-22v0,-11,-15,-19,-33,-19","w":273},"\u00f8":{"d":"143,-141r24,-24r16,17r-23,23v39,52,1,133,-64,130v-18,0,-36,-7,-50,-17r-23,23r-16,-16r23,-23v-52,-69,38,-167,113,-113xm55,-53r63,-64v-41,-19,-81,19,-63,64xm135,-101r-64,66v42,24,88,-20,64,-66","w":191},"\u00df":{"d":"94,-235v-35,0,-37,19,-37,63r0,172r-35,0r0,-120r-12,0r0,-32r12,0v-6,-68,12,-115,72,-115v64,0,97,82,45,115v58,25,57,116,0,145v-16,8,-29,12,-51,12r0,-34v37,2,60,-22,60,-52v0,-32,-22,-49,-60,-51r0,-32v28,1,42,-14,42,-37v0,-20,-15,-34,-36,-34","w":198},"\u00b9":{"d":"61,-218r-26,0r14,-22r37,0r0,144r-25,0r0,-122","w":139},"\u00ac":{"d":"132,0r0,-62r-120,0r0,-34r156,0r0,96r-36,0","w":180},"\u00b5":{"d":"151,-64v5,58,-51,84,-97,60r3,86r-35,0r0,-234r35,0v5,45,-18,125,30,125v48,0,23,-80,29,-125r35,0r0,88","w":173},"\u03bc":{"d":"151,-64v5,58,-51,84,-97,60r3,86r-35,0r0,-234r35,0v5,45,-18,125,30,125v48,0,23,-80,29,-125r35,0r0,88","w":173},"\u00d0":{"d":"214,-120v-1,72,-51,125,-136,120r-49,0r0,-109r-22,0r0,-31r22,0r0,-100v111,-11,186,28,185,120xm178,-120v0,-58,-43,-92,-113,-86r0,66r52,0r0,31r-52,0r0,75v70,6,113,-28,113,-86","w":231},"\u00bd":{"d":"54,-218r-26,0r13,-22r37,0r0,144r-24,0r0,-122xm214,-244r17,9r-137,239r-17,-10xm193,-99v-2,-62,98,-62,97,-4v5,18,-36,60,-53,80r53,0r0,23r-102,0v21,-28,69,-73,78,-103v-4,-30,-48,-29,-48,4r-25,0","w":307},"\u00b1":{"d":"19,-111r0,-28r68,0r0,-67r29,0r0,67r69,0r0,28r-69,0r0,63r-29,0r0,-63r-68,0xm19,0r0,-29r166,0r0,29r-166,0"},"\u00de":{"d":"163,-135v0,50,-40,77,-98,71r0,64r-36,0r0,-240r36,0r0,34v67,-4,98,20,98,71xm129,-136v0,-31,-26,-40,-64,-37r0,76v38,2,64,-7,64,-39","w":171},"\u00bc":{"d":"54,-218r-26,0r13,-22r37,0r0,144r-24,0r0,-122xm214,-244r17,9r-137,239r-17,-10xm283,-42r15,0r0,22r-15,0r0,20r-25,0r0,-20r-73,0r98,-137r0,115xm258,-42r0,-42r-30,42r30,0","w":307},"\u00f7":{"d":"19,-111r0,-28r166,0r0,28r-166,0xm102,-91v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-8,-20,-20v0,-11,9,-20,20,-20xm102,-199v11,0,20,9,20,20v0,11,-9,21,-20,21v-11,0,-20,-9,-20,-21v0,-11,9,-20,20,-20"},"\u00a6":{"d":"72,-240r36,0r0,122r-36,0r0,-122xm72,-55r36,0r0,115r-36,0r0,-115","w":180},"\u00b0":{"d":"103,-244v26,0,47,22,47,48v0,27,-22,48,-48,48v-27,0,-48,-21,-48,-48v0,-27,22,-48,49,-48xm102,-220v-14,0,-25,12,-25,25v0,14,11,26,25,26v14,0,25,-12,25,-26v0,-13,-11,-25,-25,-25"},"\u00fe":{"d":"57,82r-35,0r0,-344r35,0r0,127v45,-48,119,-7,119,60v0,66,-76,108,-119,58r0,99xm98,-124v-26,0,-43,19,-43,48v0,29,17,49,43,49v24,0,42,-21,42,-48v0,-29,-18,-49,-42,-49","w":190},"\u00be":{"d":"80,-139v-1,-16,-8,-23,-29,-23v1,-6,-2,-16,1,-20v16,0,26,-4,26,-19v-1,-25,-39,-28,-41,0r-25,0v4,-29,17,-40,46,-42v40,-3,59,50,29,71v33,22,14,82,-31,78v-26,-2,-47,-13,-47,-43r23,0v2,29,50,27,48,-2xm214,-244r17,9r-137,239r-17,-10xm283,-42r15,0r0,22r-15,0r0,20r-25,0r0,-20r-73,0r98,-137r0,115xm258,-42r0,-42r-30,42r30,0","w":307},"\u00b2":{"d":"17,-195v-2,-62,98,-61,97,-3v5,18,-37,59,-53,80r53,0r0,22r-102,0v21,-28,71,-74,78,-103v-4,-30,-48,-29,-48,4r-25,0","w":139},"\u00ae":{"d":"121,-192v63,-10,78,69,28,84r46,60r-33,0r-43,-57r0,57r-27,0r0,-144r29,0xm119,-128v20,1,34,-5,34,-20v0,-15,-14,-20,-34,-19r0,39xm135,-245v70,0,126,56,126,125v0,69,-55,125,-124,125v-69,0,-125,-57,-125,-126v0,-68,56,-124,123,-124xm241,-120v0,-56,-44,-107,-105,-107v-57,0,-104,49,-104,107v0,59,46,107,104,107v58,0,105,-48,105,-107","w":272},"\u00f0":{"d":"105,-223v39,32,70,89,71,145v0,48,-33,83,-80,83v-46,0,-81,-35,-81,-80v0,-52,49,-94,105,-77v-16,-27,-27,-43,-43,-57r-38,20r-11,-20r29,-16v-13,-6,-23,-15,-38,-18r15,-22v20,6,31,13,51,25r37,-19r12,20xm95,-124v-27,0,-45,19,-45,48v0,30,18,49,45,49v28,0,46,-18,46,-48v0,-30,-19,-49,-46,-49","w":191},"\u00d7":{"d":"31,-176r20,-20r51,52r51,-52r20,20r-51,51r51,52r-20,19r-51,-51r-51,51r-20,-19r51,-52"},"\u00b3":{"d":"87,-139v-1,-16,-8,-23,-29,-23v1,-6,-2,-16,1,-20v16,0,26,-4,26,-19v-1,-25,-39,-28,-41,0r-25,0v4,-29,17,-40,46,-42v40,-3,59,49,30,71v34,22,13,82,-32,78v-26,-2,-46,-14,-47,-43r24,0v1,29,49,26,47,-2","w":139},"\u00a9":{"d":"184,-184r0,32v-35,-36,-92,-15,-92,32v0,46,57,69,92,32r0,31v-51,33,-120,-7,-120,-63v0,-56,67,-96,120,-64xm135,-245v70,0,126,56,126,125v0,69,-55,125,-124,125v-69,0,-125,-57,-125,-126v0,-68,56,-124,123,-124xm241,-120v0,-56,-44,-107,-105,-107v-57,0,-104,49,-104,107v0,59,46,107,104,107v58,0,105,-48,105,-107","w":272},"\u00c1":{"d":"170,-58r-103,0r-27,58r-39,0r119,-255r114,255r-39,0xm155,-93r-36,-81r-37,81r73,0xm175,-305r-63,43r-18,-14r50,-50","w":235,"k":{"T":14}},"\u00c2":{"d":"170,-58r-103,0r-27,58r-39,0r119,-255r114,255r-39,0xm155,-93r-36,-81r-37,81r73,0xm65,-280r55,-50r55,50r-24,18r-31,-29r-31,29","w":235,"k":{"\u00fd":9,"\u00dd":22,"w":7,"v":7,"Y":22,"W":19,"V":19,"T":14}},"\u00c4":{"d":"170,-58r-103,0r-27,58r-39,0r119,-255r114,255r-39,0xm155,-93r-36,-81r-37,81r73,0xm85,-309v12,0,23,11,23,23v0,12,-11,22,-23,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22xm155,-309v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22","w":235},"\u00c0":{"d":"170,-58r-103,0r-27,58r-39,0r119,-255r114,255r-39,0xm155,-93r-36,-81r-37,81r73,0xm63,-305r31,-21r50,50r-18,14","w":235},"\u00c5":{"d":"170,-58r-103,0r-27,58r-39,0r119,-255r114,255r-39,0xm155,-93r-36,-81r-37,81r73,0xm120,-329v19,0,34,14,34,33v0,19,-15,34,-34,34v-19,0,-34,-15,-34,-34v0,-18,16,-33,34,-33xm120,-311v-8,0,-15,7,-15,15v0,9,6,16,15,16v22,0,20,-31,0,-31","w":235},"\u00c3":{"d":"170,-58r-103,0r-27,58r-39,0r119,-255r114,255r-39,0xm155,-93r-36,-81r-37,81r73,0xm184,-294v-17,46,-58,26,-90,14v-6,0,-12,4,-18,16r-20,-17v13,-21,17,-24,40,-29v11,-2,44,18,49,16v7,0,11,-4,19,-17","w":235},"\u00c7":{"d":"206,-227r0,43v-57,-58,-153,-15,-153,65v0,78,97,120,153,62r0,44v-84,51,-189,-14,-189,-106v0,-92,105,-160,189,-108xm157,33r-41,48r-22,-12r32,-50","w":222},"\u00c9":{"d":"161,-206r-96,0r0,58r93,0r0,34r-93,0r0,80r96,0r0,34r-132,0r0,-240r132,0r0,34xm149,-305r-63,43r-17,-14r49,-50","w":180},"\u00ca":{"d":"161,-206r-96,0r0,58r93,0r0,34r-93,0r0,80r96,0r0,34r-132,0r0,-240r132,0r0,34xm40,-280r55,-50r55,50r-24,18r-31,-29r-31,29","w":180},"\u00cb":{"d":"161,-206r-96,0r0,58r93,0r0,34r-93,0r0,80r96,0r0,34r-132,0r0,-240r132,0r0,34xm60,-309v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22xm130,-309v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22","w":180},"\u00c8":{"d":"161,-206r-96,0r0,58r93,0r0,34r-93,0r0,80r96,0r0,34r-132,0r0,-240r132,0r0,34xm47,-305r31,-21r50,50r-17,14","w":180},"\u00cd":{"d":"65,-240r0,240r-36,0r0,-240r36,0xm105,-305r-60,43r-17,-14r48,-50","w":93},"\u00ce":{"d":"65,-240r0,240r-36,0r0,-240r36,0xm-8,-280r55,-50r55,50r-24,18r-31,-29r-31,29","w":93},"\u00cf":{"d":"65,-240r0,240r-36,0r0,-240r36,0xm18,-309v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-23v0,-12,11,-22,23,-22xm76,-309v12,0,23,11,23,23v0,12,-11,22,-23,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22","w":93},"\u00cc":{"d":"65,-240r0,240r-37,0r0,-240r37,0xm-12,-305r30,-21r48,50r-18,14","w":93},"\u00d1":{"d":"29,0r0,-256r175,183r0,-167r36,0r0,255r-175,-183r0,168r-36,0xm198,-294v-17,46,-58,26,-90,14v-6,0,-11,4,-17,16r-20,-17v14,-21,16,-24,39,-29v11,-2,44,18,49,16v7,0,12,-4,20,-17","w":268},"\u00d3":{"d":"141,5v-65,-1,-124,-54,-124,-126v0,-68,57,-124,126,-124v69,0,125,57,125,125v0,69,-57,125,-127,125xm53,-121v0,50,41,91,88,91v50,0,90,-39,90,-90v0,-51,-38,-91,-88,-91v-50,0,-90,40,-90,90xm197,-305r-63,43r-18,-14r50,-50","w":284,"k":{"Z":14,"W":9,"T":10,";":-13,":":-15,".":5,",":6}},"\u00d4":{"d":"141,5v-65,-1,-124,-54,-124,-126v0,-68,57,-124,126,-124v69,0,125,57,125,125v0,69,-57,125,-127,125xm53,-121v0,50,41,91,88,91v50,0,90,-39,90,-90v0,-51,-38,-91,-88,-91v-50,0,-90,40,-90,90xm87,-280r55,-50r55,50r-23,18r-32,-29r-31,29","w":284},"\u00d6":{"d":"141,5v-65,-1,-124,-54,-124,-126v0,-68,57,-124,126,-124v69,0,125,57,125,125v0,69,-57,125,-127,125xm53,-121v0,50,41,91,88,91v50,0,90,-39,90,-90v0,-51,-38,-91,-88,-91v-50,0,-90,40,-90,90xm108,-309v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-23v0,-12,11,-22,23,-22xm177,-309v12,0,23,11,23,23v0,12,-11,22,-23,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22","w":284,"k":{"Y":13,"X":7,"W":9,"V":9,"T":10,"A":12,";":-13,":":-15,".":5,",":6}},"\u00d2":{"d":"141,5v-65,-1,-124,-54,-124,-126v0,-68,57,-124,126,-124v69,0,125,57,125,125v0,69,-57,125,-127,125xm53,-121v0,50,41,91,88,91v50,0,90,-39,90,-90v0,-51,-38,-91,-88,-91v-50,0,-90,40,-90,90xm90,-305r31,-21r50,50r-18,14","w":284},"\u00d5":{"d":"141,5v-65,-1,-124,-54,-124,-126v0,-68,57,-124,126,-124v69,0,125,57,125,125v0,69,-57,125,-127,125xm53,-121v0,50,41,91,88,91v50,0,90,-39,90,-90v0,-51,-38,-91,-88,-91v-50,0,-90,40,-90,90xm210,-294v-17,46,-58,26,-90,14v-6,0,-12,4,-18,16r-20,-17v13,-21,17,-24,40,-29v11,-2,44,18,49,16v7,0,11,-4,19,-17","w":284},"\u00da":{"d":"118,5v-47,0,-89,-37,-89,-91r0,-154r36,0r0,145v-2,44,19,65,53,65v34,0,52,-22,52,-65r0,-145r36,0r0,154v2,53,-41,91,-88,91xm172,-305r-63,43r-17,-14r49,-50","w":235},"\u00db":{"d":"118,5v-47,0,-89,-37,-89,-91r0,-154r36,0r0,145v-2,44,19,65,53,65v34,0,52,-22,52,-65r0,-145r36,0r0,154v2,53,-41,91,-88,91xm63,-280r54,-50r55,50r-23,18r-32,-29r-31,29","w":235},"\u00dc":{"d":"118,5v-47,0,-89,-37,-89,-91r0,-154r36,0r0,145v-2,44,19,65,53,65v34,0,52,-22,52,-65r0,-145r36,0r0,154v2,53,-41,91,-88,91xm83,-309v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-23v0,-12,11,-22,23,-22xm153,-309v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-23v0,-12,11,-22,23,-22","w":235,"k":{"r":-2,"p":-2,"n":-2,"b":-2,"A":11,".":2,",":4}},"\u00d9":{"d":"118,5v-47,0,-89,-37,-89,-91r0,-154r36,0r0,145v-2,44,19,65,53,65v34,0,52,-22,52,-65r0,-145r36,0r0,154v2,53,-41,91,-88,91xm65,-305r31,-21r50,50r-17,14","w":235},"\u00dd":{"d":"77,-104r-78,-136r42,0r54,96r56,-96r41,0r-78,136r0,104r-37,0r0,-104xm159,-305r-64,43r-17,-14r50,-50","w":191,"k":{"\u00fa":19,"\u00f3":21,"\u00e9":21,"\u00e1":21,"\u00c4":21,"\u00c2":21,"\u00c1":21,"J":15,";":6,":":5,".":20,"-":4,",":21}},"\u00e1":{"d":"134,-152r34,0r0,152r-34,0r0,-16v-46,48,-119,7,-119,-60v0,-67,75,-107,119,-58r0,-18xm93,-124v-24,0,-43,20,-43,48v0,29,18,49,42,49v26,0,44,-19,44,-48v0,-29,-17,-49,-43,-49xm149,-226r-57,51r-19,-11r43,-57","w":190},"\u00e2":{"d":"134,-152r34,0r0,152r-34,0r0,-16v-46,48,-119,7,-119,-60v0,-67,75,-107,119,-58r0,-18xm93,-124v-24,0,-43,20,-43,48v0,29,18,49,42,49v26,0,44,-19,44,-48v0,-29,-17,-49,-43,-49xm43,-193r55,-50r55,50r-24,18r-31,-29r-31,29","w":190},"\u00e4":{"d":"134,-152r34,0r0,152r-34,0r0,-16v-46,48,-119,7,-119,-60v0,-67,75,-107,119,-58r0,-18xm93,-124v-24,0,-43,20,-43,48v0,29,18,49,42,49v26,0,44,-19,44,-48v0,-29,-17,-49,-43,-49xm64,-222v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22xm129,-222v12,0,23,11,23,23v0,12,-11,22,-23,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22","w":190,"k":{"y":-1,"w":-2,"v":-1}},"\u00e0":{"d":"134,-152r34,0r0,152r-34,0r0,-16v-46,48,-119,7,-119,-60v0,-67,75,-107,119,-58r0,-18xm93,-124v-24,0,-43,20,-43,48v0,29,18,49,42,49v26,0,44,-19,44,-48v0,-29,-17,-49,-43,-49xm45,-226r33,-17r43,57r-19,11","w":190},"\u00e5":{"d":"134,-152r34,0r0,152r-34,0r0,-16v-46,48,-119,7,-119,-60v0,-67,75,-107,119,-58r0,-18xm93,-124v-24,0,-43,20,-43,48v0,29,18,49,42,49v26,0,44,-19,44,-48v0,-29,-17,-49,-43,-49xm96,-243v19,0,34,15,34,34v0,19,-15,34,-34,34v-19,0,-33,-15,-33,-34v0,-18,15,-34,33,-34xm96,-224v-8,0,-15,7,-15,15v0,9,6,16,15,16v9,0,16,-7,16,-16v0,-9,-7,-15,-16,-15","w":190},"\u00e3":{"d":"134,-152r34,0r0,152r-34,0r0,-16v-46,48,-119,7,-119,-60v0,-67,75,-107,119,-58r0,-18xm93,-124v-24,0,-43,20,-43,48v0,29,18,49,42,49v26,0,44,-19,44,-48v0,-29,-17,-49,-43,-49xm162,-207v-18,46,-59,26,-90,13v-6,0,-12,5,-18,17r-20,-17v13,-21,17,-25,39,-30v11,-2,44,19,49,17v7,0,12,-4,20,-17","w":190},"\u00e7":{"d":"140,-145r0,46v-28,-43,-90,-27,-90,23v0,51,62,68,90,23r0,47v-57,32,-126,-9,-126,-69v0,-61,70,-102,126,-70xm111,31r-38,47r-22,-11r31,-48","w":151},"\u00e9":{"d":"88,-156v47,1,76,34,72,89r-109,0v4,47,62,56,81,11r29,16v-14,28,-36,45,-71,45v-45,0,-75,-32,-75,-80v0,-48,29,-81,73,-81xm54,-96r70,0v-7,-37,-63,-36,-70,0xm140,-226r-56,51r-20,-11r43,-57","w":176,"k":{"t":-3}},"\u00ea":{"d":"88,-156v47,1,76,34,72,89r-109,0v4,47,62,56,81,11r29,16v-14,28,-36,45,-71,45v-45,0,-75,-32,-75,-80v0,-48,29,-81,73,-81xm54,-96r70,0v-7,-37,-63,-36,-70,0xm34,-193r55,-50r55,50r-24,18r-31,-29r-31,29","w":176},"\u00eb":{"d":"88,-156v47,1,76,34,72,89r-109,0v4,47,62,56,81,11r29,16v-14,28,-36,45,-71,45v-45,0,-75,-32,-75,-80v0,-48,29,-81,73,-81xm54,-96r70,0v-7,-37,-63,-36,-70,0xm57,-222v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22xm122,-222v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22","w":176},"\u00e8":{"d":"88,-156v47,1,76,34,72,89r-109,0v4,47,62,56,81,11r29,16v-14,28,-36,45,-71,45v-45,0,-75,-32,-75,-80v0,-48,29,-81,73,-81xm54,-96r70,0v-7,-37,-63,-36,-70,0xm38,-226r33,-17r43,57r-19,11","w":176},"\u00ed":{"d":"57,-152r0,152r-35,0r0,-152r35,0xm94,-226r-52,51r-19,-11r40,-57","w":79,"k":{"v":-1}},"\u00ee":{"d":"57,-152r0,152r-35,0r0,-152r35,0xm-13,-193r52,-50r53,50r-24,18r-29,-29r-28,29","w":79},"\u00ef":{"d":"57,-152r0,152r-35,0r0,-152r35,0xm12,-222v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-23v0,-12,11,-22,23,-22xm68,-222v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22","w":79},"\u00ec":{"d":"57,-152r0,152r-35,0r0,-152r35,0xm-15,-226r32,-17r39,57r-20,11","w":79},"\u00f1":{"d":"117,0v-6,-44,20,-124,-28,-124v-46,0,-29,79,-32,124r-35,0r0,-152r35,0r0,14v35,-37,95,-16,95,45r0,93r-35,0xm149,-207v-18,46,-59,26,-90,13v-6,0,-12,5,-18,17r-20,-17v13,-21,17,-25,39,-30v11,-2,44,19,49,17v7,0,12,-4,20,-17","w":174},"\u00f3":{"d":"95,-156v46,0,81,35,81,80v0,45,-35,81,-81,81v-45,0,-80,-36,-80,-82v0,-44,35,-79,80,-79xm95,-124v-27,0,-45,19,-45,48v0,30,18,49,45,49v28,0,46,-18,46,-48v0,-30,-19,-49,-46,-49xm148,-226r-57,51r-19,-11r43,-57","w":191,"k":{"w":5}},"\u00f4":{"d":"95,-156v46,0,81,35,81,80v0,45,-35,81,-81,81v-45,0,-80,-36,-80,-82v0,-44,35,-79,80,-79xm95,-124v-27,0,-45,19,-45,48v0,30,18,49,45,49v28,0,46,-18,46,-48v0,-30,-19,-49,-46,-49xm41,-193r54,-50r55,50r-23,18r-32,-29r-31,29","w":191},"\u00f6":{"d":"95,-156v46,0,81,35,81,80v0,45,-35,81,-81,81v-45,0,-80,-36,-80,-82v0,-44,35,-79,80,-79xm95,-124v-27,0,-45,19,-45,48v0,30,18,49,45,49v28,0,46,-18,46,-48v0,-30,-19,-49,-46,-49xm63,-222v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22xm128,-222v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22","w":191,"k":{"y":8,"x":7,"w":5,"v":7,"t":-2}},"\u00f2":{"d":"95,-156v46,0,81,35,81,80v0,45,-35,81,-81,81v-45,0,-80,-36,-80,-82v0,-44,35,-79,80,-79xm95,-124v-27,0,-45,19,-45,48v0,30,18,49,45,49v28,0,46,-18,46,-48v0,-30,-19,-49,-46,-49xm46,-226r32,-17r43,57r-19,11","w":191},"\u00f5":{"d":"95,-156v46,0,81,35,81,80v0,45,-35,81,-81,81v-45,0,-80,-36,-80,-82v0,-44,35,-79,80,-79xm95,-124v-27,0,-45,19,-45,48v0,30,18,49,45,49v28,0,46,-18,46,-48v0,-30,-19,-49,-46,-49xm163,-207v-18,46,-59,26,-90,13v-6,0,-12,5,-18,17r-20,-17v14,-21,18,-25,40,-30v10,-2,43,19,49,17v7,0,11,-4,19,-17","w":191},"\u00fa":{"d":"86,5v-39,0,-64,-25,-64,-69r0,-88r35,0v6,46,-19,125,30,125v48,0,23,-80,29,-125r35,0r0,88v2,45,-25,69,-65,69xm141,-226r-56,51r-19,-11r42,-57","w":173},"\u00fb":{"d":"86,5v-39,0,-64,-25,-64,-69r0,-88r35,0v6,46,-19,125,30,125v48,0,23,-80,29,-125r35,0r0,88v2,45,-25,69,-65,69xm32,-193r54,-50r55,50r-23,18r-32,-29r-31,29","w":173},"\u00fc":{"d":"86,5v-39,0,-64,-25,-64,-69r0,-88r35,0v6,46,-19,125,30,125v48,0,23,-80,29,-125r35,0r0,88v2,45,-25,69,-65,69xm54,-222v12,0,23,11,23,23v0,12,-11,22,-23,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22xm120,-222v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-23v0,-12,11,-22,23,-22","w":173},"\u00f9":{"d":"86,5v-39,0,-64,-25,-64,-69r0,-88r35,0v6,46,-19,125,30,125v48,0,23,-80,29,-125r35,0r0,88v2,45,-25,69,-65,69xm35,-226r32,-17r43,57r-19,11","w":173},"\u00fd":{"d":"70,-28r-68,-124r40,0r47,88r43,-88r39,0r-120,234r-40,0xm146,-226r-56,51r-19,-11r42,-57","w":172,"k":{".":19,",":18}},"\u00ff":{"d":"70,-28r-68,-124r40,0r47,88r43,-88r39,0r-120,234r-40,0xm54,-222v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22xm119,-222v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22","w":172}}});Cufon.registerFont({"w":204,"face":{"font-family":"Futura_T_Book","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-17 -323 342 84","underline-thickness":"24.84","underline-position":"-11.16","stemh":"24","stemv":"26","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"!":{"d":"50,-32v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-10,8,-18,18,-18xm37,-49r0,-191r26,0r0,191r-26,0","w":100},"\"":{"d":"43,-144r-19,0r-5,-96r29,0xm95,-144r-20,0r-4,-96r28,0","w":118},"#":{"d":"201,-170r0,22r-39,0r-7,50r37,0r0,22r-39,0r-10,77r-22,-3r9,-74r-51,0r-10,77r-22,-3r9,-74r-38,0r0,-22r41,0r6,-50r-38,0r0,-22r41,0r8,-72r23,3r-9,69r51,0r9,-72r22,3r-8,69r37,0xm138,-148r-50,0r-6,50r50,0","w":216},"$":{"d":"118,-138v32,13,59,31,59,68v0,36,-23,63,-59,71r0,35r-22,0r0,-33v-34,-1,-62,-26,-68,-61r26,-8v4,25,20,42,42,44r0,-97v-79,-22,-71,-110,0,-123r0,-33r22,0r0,33v21,3,40,16,50,36r-21,14v-9,-15,-17,-22,-29,-25r0,79xm118,-109r0,85v39,-15,47,-69,0,-85xm96,-147r0,-70v-36,10,-42,57,0,70"},"%":{"d":"65,-243v30,0,54,24,54,53v0,29,-24,52,-54,52v-30,0,-53,-23,-53,-53v0,-28,24,-52,53,-52xm65,-223v-17,0,-32,14,-32,32v0,18,15,33,33,33v18,0,32,-14,32,-32v0,-18,-15,-33,-33,-33xm192,-245r13,8r-139,242r-14,-9xm192,-102v30,0,54,23,54,52v0,29,-24,53,-54,53v-30,0,-53,-24,-53,-54v0,-28,24,-51,53,-51xm192,-82v-17,0,-32,14,-32,32v0,18,14,32,32,32v18,0,32,-14,32,-32v0,-18,-14,-32,-32,-32","w":257},"&":{"d":"161,-196v0,28,-19,41,-43,59r50,65v8,-8,20,-22,28,-32r19,16v-7,10,-20,25,-31,36r41,52r-33,0r-26,-33v-29,27,-52,38,-77,38v-39,0,-70,-30,-70,-67v1,-38,28,-59,62,-80v-43,-43,-27,-102,28,-102v29,0,52,21,52,48xm96,-122v-29,19,-48,31,-51,59v10,55,66,54,105,10xm103,-156v29,-21,32,-26,32,-40v0,-14,-11,-25,-26,-25v-35,7,-34,37,-6,65","w":228},"(":{"d":"60,-264r23,11v-36,90,-36,217,0,307r-23,11v-39,-79,-39,-250,0,-329","w":105},")":{"d":"45,65r-22,-11v36,-90,36,-217,0,-307r22,-11v41,79,41,249,0,329","w":105},"*":{"d":"92,-218r-2,-44r24,0r-2,44r42,-15r8,22r-44,13r28,35r-19,14r-25,-37r-25,37r-19,-14r28,-35r-44,-13r8,-22"},"+":{"d":"17,-112r0,-22r74,0r0,-72r22,0r0,72r74,0r0,22r-74,0r0,73r-22,0r0,-73r-74,0"},",":{"d":"39,-35r23,8r-36,82r-17,-7","w":81,"k":{"1":25}},"-":{"d":"0,-88r65,0r0,23r-65,0r0,-23","w":65,"k":{"Y":6,"W":-3,"V":-1,"T":-3,"A":-15}},"\u00ad":{"d":"0,-88r65,0r0,23r-65,0r0,-23","w":65},".":{"d":"41,-32v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-10,9,-18,18,-18","w":81,"k":{"1":27}},"\/":{"d":"152,-264r21,9r-157,320r-21,-10","w":174},"0":{"d":"102,4v-53,0,-86,-64,-86,-125v0,-69,38,-123,86,-123v49,0,86,53,86,123v0,62,-32,125,-86,125xm102,-219v-33,0,-60,43,-60,98v0,58,25,100,60,100v33,0,60,-44,60,-99v0,-57,-26,-99,-60,-99","k":{"7":16,"4":2,"1":26}},"1":{"d":"95,-215r-40,0r14,-25r53,0r0,240r-27,0r0,-215","k":{"9":28,"8":27,"7":34,"6":28,"5":29,"4":27,"3":29,"2":31,"1":51,"0":21,".":21,",":23}},"2":{"d":"24,-170v2,-48,33,-74,74,-74v42,0,75,32,75,72v8,35,-73,112,-101,147r101,0r0,25r-155,0r87,-101v32,-37,42,-54,42,-72v0,-26,-21,-46,-48,-46v-27,0,-48,18,-48,49r-27,0","k":{"7":9,"4":8,"1":32}},"3":{"d":"143,-69v0,-28,-18,-47,-52,-45r0,-24v31,1,48,-15,48,-41v0,-23,-17,-40,-41,-40v-25,0,-38,11,-41,38r-26,0v4,-41,28,-61,67,-63v66,-4,92,90,37,118v61,28,32,135,-41,130v-39,-3,-68,-24,-71,-66r26,0v3,27,22,41,46,41v27,0,48,-21,48,-48","k":{"7":19,"4":5,"1":34}},"4":{"d":"157,-63r29,0r0,24r-29,0r0,39r-27,0r0,-39r-123,0r150,-214r0,190xm130,-63r0,-109r-76,109r76,0","k":{"7":12,"4":-5,"1":31}},"5":{"d":"172,-215r-77,0r-16,51v55,-8,93,30,95,82v3,85,-124,119,-162,43r21,-15v27,57,115,34,114,-28v-1,-54,-62,-77,-106,-43r35,-115r96,0r0,25","k":{"7":12,"4":5,"1":26}},"6":{"d":"121,-246r20,15r-56,77v53,-17,99,25,99,76v0,45,-37,82,-82,82v-68,1,-105,-78,-63,-136xm102,-134v-31,0,-57,26,-57,57v0,31,26,56,57,56v31,0,56,-26,56,-56v0,-32,-25,-57,-56,-57","k":{"7":17,"4":-1,"1":33}},"7":{"d":"157,-215r-131,0r0,-25r177,0r-161,246r-21,-14","k":{":":20,"7":-4,"6":30,"4":39,"1":16,".":45}},"8":{"d":"66,-125v-53,-30,-27,-119,38,-119v66,0,90,91,37,119v61,27,35,129,-37,129v-73,0,-101,-101,-38,-129xm104,-219v-23,0,-42,19,-42,41v0,24,19,42,42,42v23,0,42,-18,42,-41v0,-23,-19,-42,-42,-42xm103,-113v-25,0,-46,21,-46,45v0,26,20,47,46,47v26,0,47,-21,47,-46v0,-26,-21,-46,-47,-46","k":{"7":17,"4":1,"1":31}},"9":{"d":"83,6r-20,-15r55,-77v-54,15,-98,-25,-99,-76v0,-45,38,-82,83,-82v69,-1,104,78,63,136xm102,-219v-31,0,-56,25,-56,56v0,32,25,56,56,56v31,0,57,-25,57,-56v0,-31,-26,-56,-57,-56","k":{"7":14,"4":24,"1":28}},":":{"d":"41,-32v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-10,9,-18,18,-18xm41,-153v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-10,9,-18,18,-18","w":81},";":{"d":"39,-35r23,8r-36,82r-17,-7xm47,-153v10,0,17,8,17,18v0,10,-8,18,-18,18v-10,0,-17,-8,-17,-18v0,-10,8,-18,18,-18","w":81},"<":{"d":"168,-206r0,27r-127,58r127,58r0,27r-156,-73r0,-24","w":180},"=":{"d":"17,-134r0,-21r170,0r0,21r-170,0xm17,-90r0,-21r170,0r0,21r-170,0"},">":{"d":"12,-36r0,-27r127,-58r-127,-58r0,-27r156,73r0,24","w":180},"?":{"d":"78,-72v17,-1,26,-12,26,-31r26,0v1,35,-23,55,-52,55v-29,0,-51,-22,-51,-52v-11,-50,83,-38,84,-85v0,-19,-14,-33,-33,-33v-23,0,-38,20,-30,46r-26,0v-7,-42,18,-69,56,-71v55,-4,80,76,36,104v-6,11,-67,14,-61,41v0,14,11,26,25,26xm79,-32v10,0,17,8,17,18v0,10,-8,18,-18,18v-10,0,-17,-8,-17,-18v0,-10,8,-18,18,-18","w":156},"@":{"d":"139,4v-79,1,-129,-55,-130,-124v0,-70,54,-124,125,-124v65,0,114,46,114,107v0,46,-27,87,-58,87v-13,0,-20,-8,-25,-22v-36,46,-105,15,-105,-43v0,-59,72,-96,110,-51r1,-17r24,0r-11,98v0,8,4,12,10,12v17,0,33,-30,33,-62v0,-51,-39,-88,-93,-88v-57,0,-102,45,-102,103v1,56,41,102,107,102v29,0,54,-8,79,-19r7,20v-30,15,-55,21,-86,21xm129,-162v-24,0,-42,21,-42,48v0,24,15,41,35,41v23,0,43,-25,43,-52v0,-22,-15,-37,-36,-37","w":259},"A":{"d":"163,-68r-103,0r-28,68r-29,0r110,-252r108,252r-29,0xm153,-93r-40,-96r-41,96r81,0","w":223,"k":{"\u00fd":6,"\u00dd":21,"\u00ab":1,"y":6,"w":5,"v":5,"t":-3,"Y":21,"W":15,"V":17,"U":9,"T":15,"Q":9,"O":9,"J":-23,"G":9,"C":9,".":-12,"-":-17,",":-8}},"B":{"d":"128,-129v76,23,48,141,-37,129r-60,0r0,-240v66,-5,121,7,121,65v0,21,-7,34,-24,46xm125,-175v1,-35,-28,-43,-67,-40r0,81v40,3,67,-6,67,-41xm147,-68v-1,-40,-41,-47,-89,-44r0,87v48,3,89,-2,89,-43","w":190,"k":{"\u00d6":2,"Y":12,"W":6,"V":8,"O":2,"J":-1}},"C":{"d":"215,-220r0,33v-59,-67,-170,-20,-170,68v0,86,111,132,170,67r0,33v-82,59,-197,-5,-197,-100v0,-96,117,-163,197,-101","w":232,"k":{"\u00d3":3,"\u00c4":-4,"y":11,"O":3,"J":-10,"A":-4,";":-8,":":-12,".":-8,",":-5}},"D":{"d":"210,-120v0,70,-53,123,-130,120r-49,0r0,-240v106,-12,179,31,179,120xm183,-120v0,-65,-49,-103,-125,-95r0,190v76,8,125,-32,125,-95","w":227,"k":{"\u00c4":10,"Y":12,"W":6,"V":8,"T":12,"J":8,"A":10}},"E":{"d":"156,-215r-98,0r0,71r95,0r0,25r-95,0r0,94r98,0r0,25r-125,0r0,-240r125,0r0,25","w":173,"k":{"\u00d6":1,"\u00d3":1,"v":-3,"O":1,"C":1}},"F":{"d":"140,-215r-82,0r0,71r80,0r0,25r-80,0r0,119r-27,0r0,-240r109,0r0,25","w":155,"k":{"\u00fa":5,"\u00f3":6,"\u00e9":5,"\u00e1":5,"\u00c4":18,"\u00c2":18,"\u00c1":18,"u":5,"r":5,"o":6,"e":5,"a":5,"J":14,"A":18,".":21,"-":-7,",":24}},"G":{"d":"255,-121v5,81,-49,125,-114,125v-67,0,-123,-56,-123,-124v0,-98,120,-161,199,-100v9,7,15,14,27,28r-19,18v-51,-83,-180,-40,-180,55v0,53,44,98,96,98v41,0,83,-28,85,-75r-71,0r0,-25r100,0","w":272,"k":{"\u00c4":10,"Y":10,"W":6,"V":7,"T":8,"A":10,";":-13,":":-15,",":4}},"H":{"d":"58,-142r123,0r0,-98r27,0r0,240r-27,0r0,-117r-123,0r0,117r-27,0r0,-240r27,0r0,98","w":238},"I":{"d":"58,-240r0,240r-27,0r0,-240r27,0","w":89},"J":{"d":"79,-46v7,67,-54,90,-96,53r15,-21v27,25,54,18,54,-32r0,-194r27,0r0,194","w":110,"k":{"\u00c4":3,"A":3}},"K":{"d":"58,-137r103,-103r36,0r-113,112r116,128r-37,0r-98,-110r-7,7r0,103r-27,0r0,-240r27,0r0,103","k":{"\u00f3":12,"\u00d6":16,"\u00d3":16,"y":20,"u":11,"o":12,"e":10,"a":11,"T":-11,"O":16,"G":16,"C":16,"-":2}},"L":{"d":"58,-240r0,215r66,0r0,25r-93,0r0,-240r27,0","w":128,"k":{"\u00fd":17,"\u00fc":1,"\u00dd":19,"\u00dc":9,"\u00d6":14,"\u00d3":14,"y":17,"u":1,"j":-1,"Y":19,"W":18,"V":20,"U":9,"T":16,"O":14,"G":14,"C":14,"-":1}},"M":{"d":"23,0r39,-253r92,202r95,-203r37,254r-28,0r-22,-167r-82,177r-80,-177r-24,167r-27,0","w":310},"N":{"d":"31,0r0,-250r187,196r0,-186r27,0r0,251r-187,-196r0,185r-27,0","w":276,"k":{"\u00c4":-1,"u":-1,"o":-1,"j":-2,"e":-2,"a":-2,"A":-1,".":-5,",":-2}},"O":{"d":"142,4v-64,0,-124,-56,-124,-125v0,-66,57,-123,125,-123v68,0,125,56,125,124v0,69,-57,124,-126,124xm45,-121v0,55,45,99,97,100v55,0,99,-44,99,-99v0,-55,-44,-99,-98,-99v-54,0,-98,45,-98,98","w":285,"k":{"\u00c4":11,"Z":17,"Y":14,"X":6,"W":6,"V":8,"T":13,"J":8,"A":11,";":-13,":":-16,".":4,",":6}},"P":{"d":"158,-172v0,50,-41,73,-100,67r0,105r-27,0r0,-240v71,-6,127,8,127,68xm131,-173v-1,-36,-31,-45,-73,-42r0,85v41,3,74,-8,73,-43","w":164,"k":{"\u00c4":15,"\u00c2":15,"\u00c1":15,"o":11,"e":9,"a":9,"J":11,"A":15,".":26,",":28}},"Q":{"d":"269,3r-34,0r-20,-22v-79,58,-197,-3,-197,-100v0,-69,56,-125,125,-125v104,0,169,135,90,210xm173,-96r42,43v59,-60,10,-166,-72,-166v-55,0,-98,44,-98,100v0,74,88,127,151,81r-58,-58r35,0","w":285},"R":{"d":"31,-240v68,-4,124,6,123,67v0,36,-23,63,-60,66r76,107r-32,0r-73,-105r-7,0r0,105r-27,0r0,-240xm128,-173v0,-35,-30,-45,-70,-42r0,86v41,3,70,-10,70,-44","w":180,"k":{"\u00dd":9,"\u00dc":4,"\u00d6":5,"\u00d3":5,"y":1,"u":6,"o":7,"e":5,"Y":9,"W":6,"V":7,"U":4,"T":4,"O":5,"J":-18,"G":5,"C":5,"-":-4}},"S":{"d":"44,-65v3,59,97,55,97,-3v0,-55,-111,-50,-111,-114v0,-65,104,-86,129,-25r-21,14v-17,-40,-79,-31,-81,11v10,31,12,30,57,46v85,30,60,140,-22,140v-38,0,-65,-23,-74,-62","w":186,"k":{"\u00e9":-3,"\u00c4":4,"v":4,"t":-3,"Y":5,"W":2,"V":3,"A":4}},"T":{"d":"90,-215r0,215r-27,0r0,-215r-58,0r0,-25r143,0r0,25r-58,0","w":153,"k":{"\u00fd":17,"\u00fa":15,"\u00f4":15,"\u00f3":15,"\u00ed":5,"\u00e9":15,"\u00e7":15,"\u00e1":15,"\u00d6":14,"\u00d3":14,"\u00c4":15,"\u00c2":15,"\u00c1":15,"\u00ab":16,"y":17,"w":17,"v":17,"u":15,"s":17,"r":14,"o":15,"j":-3,"i":-3,"g":15,"e":15,"c":15,"a":15,"Y":-13,"W":-14,"V":-13,"S":4,"O":14,"J":7,"G":14,"C":14,"A":15,";":1,".":12,"-":-3,",":14}},"U":{"d":"117,4v-48,0,-86,-33,-86,-90r0,-154r27,0r0,147v-3,53,20,67,59,72v38,-4,58,-20,58,-72r0,-147r27,0r0,154v3,57,-38,90,-85,90","w":233,"k":{"\u00c4":10,"j":1,"A":10,".":1,",":4}},"V":{"d":"32,-240r68,183r68,-183r29,0r-97,254r-97,-254r29,0","w":199,"k":{"\u00fd":4,"\u00fc":8,"\u00fa":14,"\u00f6":13,"\u00f4":17,"\u00f3":17,"\u00ed":6,"\u00e9":15,"\u00e4":14,"\u00e1":15,"\u00d6":8,"\u00d4":8,"\u00d3":8,"\u00c4":17,"\u00c2":17,"\u00c1":17,"\u00ab":18,"y":4,"u":14,"r":14,"o":17,"g":15,"e":15,"c":17,"a":15,"T":-13,"S":7,"O":8,"J":10,"G":8,"C":8,"A":17,";":4,".":20,"-":-1,",":22}},"W":{"d":"32,-240r64,180r75,-192r71,192r70,-180r30,0r-101,252r-71,-192r-75,192r-92,-252r29,0","w":343,"k":{"\u00fd":4,"\u00fc":8,"\u00fa":14,"\u00f6":13,"\u00f4":17,"\u00f3":17,"\u00ed":6,"\u00e9":17,"\u00e4":14,"\u00e1":17,"\u00d6":9,"\u00d4":9,"\u00d3":9,"\u00c4":17,"\u00c2":17,"\u00c1":17,"\u00ab":18,"y":5,"u":15,"r":14,"o":17,"g":17,"e":17,"c":17,"a":17,"Y":-15,"T":-14,"S":7,"O":9,"G":9,"C":9,"A":17,";":4,".":20,"-":-1,",":23}},"X":{"d":"76,-124r-65,-116r30,0r50,90r51,-90r30,0r-66,116r70,124r-30,0r-55,-99r-56,99r-30,0","w":180,"k":{"y":11,"o":5,"e":4,"Q":5,"O":5,"C":5,"-":-10}},"Y":{"d":"81,-103r-78,-137r30,0r62,107r62,-107r31,0r-80,137r0,103r-27,0r0,-103","w":190,"k":{"\u00fa":22,"\u00f3":22,"\u00ed":10,"\u00e9":22,"\u00e1":22,"\u00d6":14,"\u00c4":22,"\u00c2":22,"\u00c1":22,"\u00ab":24,"v":13,"u":22,"q":22,"p":20,"o":22,"i":3,"g":22,"e":22,"a":22,"W":-15,"T":-14,"S":9,"O":14,"J":9,"G":14,"C":14,"A":22,";":8,":":5,".":20,"-":6,",":23}},"Z":{"d":"53,-25r127,0r0,25r-172,0r131,-215r-114,0r0,-25r159,0","w":192,"k":{"\u00d3":15,"O":15,";":1,",":1}},"[":{"d":"55,-238r0,277r34,0r0,24r-60,0r0,-325r60,0r0,24r-34,0","w":104},"\\":{"d":"23,-264r157,319r-21,10r-157,-320","w":174},"]":{"d":"50,39r0,-277r-35,0r0,-24r61,0r0,325r-61,0r0,-24r35,0","w":104},"^":{"d":"38,-131r-29,0r63,-110r36,0r63,110r-29,0r-52,-88","w":180},"_":{"d":"0,23r180,0r0,25r-180,0r0,-25","w":180},"a":{"d":"139,-149r25,0r0,149r-25,0r0,-21v-41,52,-124,17,-124,-54v0,-70,83,-105,124,-53r0,-21xm91,-130v-28,0,-50,23,-50,54v0,33,21,57,49,57v30,0,50,-23,50,-56v0,-32,-20,-55,-49,-55","w":188},"b":{"d":"50,-262r0,134v41,-52,124,-17,124,53v0,71,-83,106,-124,54r0,21r-26,0r0,-262r26,0xm98,-129v-30,0,-50,22,-50,54v0,32,21,56,50,56v28,0,49,-24,49,-55v0,-32,-21,-55,-49,-55","w":188,"k":{"y":7,"w":6,"v":6}},"c":{"d":"141,-139r0,34v-32,-45,-100,-23,-100,31v0,56,70,75,101,29r0,34v-54,39,-127,-1,-127,-63v0,-62,74,-102,126,-65","w":156,"k":{"\u00f3":1,"j":-1,"J":-12}},"d":{"d":"139,-262r25,0r0,262r-26,0r0,-21v-38,51,-123,17,-123,-54v0,-70,82,-105,124,-53r0,-134xm140,-75v0,-32,-20,-54,-49,-54v-28,0,-50,23,-50,53v0,33,21,57,49,57v30,0,50,-23,50,-56","w":188,"k":{"j":-1}},"e":{"d":"158,-69r-116,0v1,56,71,69,93,19r22,12v-33,70,-142,48,-142,-36v0,-46,29,-79,72,-79v45,0,73,33,71,84xm44,-91r87,0v-7,-50,-81,-50,-87,0","w":173,"k":{"y":6,"x":7,"w":5,"v":5,"t":-1}},"f":{"d":"24,-149v-2,-62,-6,-136,64,-115r0,26v-25,-7,-38,-5,-38,31r0,58r38,0r0,23r-38,0r0,126r-26,0r0,-126r-14,0r0,-23r14,0","w":86,"k":{"\u00fd":-13,"\u00ed":-3,"\u00e9":-1,"\u00e1":-1,"t":-11,"s":-3,"l":-3,"j":-3,"i":-3,"f":-10,"e":-1,"a":-1}},"g":{"d":"43,15v1,30,21,43,48,45v38,2,52,-34,48,-81v-41,52,-124,16,-124,-53v0,-70,83,-107,124,-54r0,-21r25,0r0,146v3,58,-27,86,-74,86v-43,0,-71,-26,-72,-68r25,0xm90,-130v-28,0,-49,23,-49,55v0,32,21,56,49,56v29,0,50,-23,50,-55v0,-33,-21,-56,-50,-56","w":189},"h":{"d":"88,-129v-55,0,-34,78,-38,129r-26,0r0,-262r26,0r0,130v31,-39,94,-22,94,39r0,93r-25,0v-6,-46,19,-129,-31,-129","w":168,"k":{"\u00fd":7,"y":7,"v":6}},"i":{"d":"50,-149r0,149r-26,0r0,-149r26,0xm37,-224v10,0,19,8,19,18v0,10,-9,18,-19,18v-10,0,-18,-8,-18,-18v0,-10,8,-18,18,-18","w":74},"j":{"d":"50,-149r0,233r-26,0r0,-233r26,0xm37,-224v10,0,19,8,19,18v0,10,-9,18,-19,18v-10,0,-18,-8,-18,-18v0,-10,8,-18,18,-18","w":74},"k":{"d":"50,-262r0,168r54,-55r34,0r-63,63r75,86r-33,0r-60,-68r-7,6r0,62r-26,0r0,-262r26,0","w":151,"k":{"\u00fc":4,"\u00f6":9,"\u00f3":9,"\u00e4":8,"u":4,"o":9,"g":8,"e":8,"c":9,"a":8,".":-4,"-":5,",":-1}},"l":{"d":"50,-262r0,262r-26,0r0,-262r26,0","w":74,"k":{"j":-1}},"m":{"d":"82,-130v-48,0,-28,80,-32,130r-26,0r0,-149r26,0r0,16v18,-30,63,-25,78,4v24,-42,92,-28,92,34r0,95r-25,0v-5,-44,17,-128,-27,-130v-47,-1,-28,83,-32,130r-26,0v-4,-45,16,-130,-28,-130","w":244,"k":{"y":7,"w":6,"v":6}},"n":{"d":"119,0v-6,-48,20,-130,-32,-130v-50,0,-35,81,-37,130r-26,0r0,-149r26,0r0,18v30,-41,94,-24,94,38r0,93r-25,0","w":168,"k":{"y":7,"w":6,"v":6}},"o":{"d":"94,-153v44,0,79,35,79,79v0,44,-35,78,-80,78v-44,0,-78,-35,-78,-80v0,-42,35,-77,79,-77xm94,-129v-30,0,-53,23,-53,54v0,32,21,56,52,56v31,0,54,-23,54,-55v0,-32,-22,-55,-53,-55","w":187,"k":{"y":7,"x":7,"w":5,"v":5}},"p":{"d":"50,84r-26,0r0,-233r26,0r0,21v41,-52,124,-17,124,54v0,69,-83,106,-124,53r0,105xm98,-130v-29,0,-50,23,-50,56v0,32,21,55,50,55v28,0,49,-23,49,-54v0,-33,-21,-57,-49,-57","w":188,"k":{"\u00fd":7,"y":7,"t":-1}},"q":{"d":"139,84r0,-105v-42,51,-124,18,-124,-53v0,-71,84,-106,123,-54r0,-21r26,0r0,233r-25,0xm90,-19v27,0,50,-22,50,-55v0,-33,-19,-56,-49,-56v-28,0,-50,24,-50,55v0,32,21,56,49,56","w":188},"r":{"d":"95,-123v-27,-16,-45,6,-45,44r0,79r-26,0r0,-149r26,0r0,16v18,-23,32,-25,57,-14","w":106,"k":{"\u00fd":-13,"\u00fa":-3,"\u00f6":6,"\u00f4":6,"\u00f3":6,"\u00e9":5,"\u00e4":5,"\u00e1":5,"z":-3,"y":-12,"x":-7,"w":-13,"v":-12,"u":-3,"t":-10,"s":2,"r":-3,"q":5,"p":-3,"o":6,"n":-3,"m":-3,"l":-3,"k":-3,"h":-3,"g":5,"f":-9,"e":5,"d":5,"c":6,"b":-3,"a":5,";":-1,":":-4,".":13,"-":2,",":17}},"s":{"d":"107,-126r-21,12v-6,-20,-37,-20,-39,1v5,28,69,26,69,69v0,27,-22,48,-51,48v-25,0,-42,-13,-52,-38r22,-9v9,33,55,31,55,0v0,-11,-5,-16,-24,-24v-35,-15,-44,-24,-44,-44v-1,-46,70,-58,85,-15","w":126,"k":{"\u00e9":-1,"t":-2,"p":-2,"k":-2}},"t":{"d":"50,-126r0,126r-26,0r0,-126r-15,0r0,-23r15,0r0,-54r26,0r0,54r27,0r0,23r-27,0","w":77,"k":{"\u00e4":-1,"y":-12,"e":-1,"a":-1,";":-11,":":-14}},"u":{"d":"84,4v-36,0,-60,-21,-60,-63r0,-90r26,0v5,49,-19,130,34,130v52,0,27,-81,33,-130r26,0r0,90v1,42,-22,63,-59,63","w":167,"k":{"j":1}},"v":{"d":"32,-149r44,100r45,-100r28,0r-73,159r-73,-159r29,0","w":152,"k":{"\u00f6":5,"\u00f3":5,"\u00e9":5,"\u00e4":6,"\u00e1":6,"s":4,"o":5,"j":-1,"g":5,"e":5,"c":5,"a":6,";":-4,":":-7,".":15,"-":-8,",":19}},"w":{"d":"32,-149r44,101r47,-113r46,113r45,-101r29,0r-75,159r-46,-111r-46,111r-73,-159r29,0","w":245,"k":{"\u00f6":5,"\u00f3":5,"\u00e4":6,"s":4,"o":5,"g":5,"e":5,"c":5,"a":6,";":-4,":":-7,".":16,"-":-8,",":19}},"x":{"d":"67,-80r-55,-69r32,0r38,50r40,-50r31,0r-54,69r62,80r-31,0r-48,-61r-47,61r-32,0","w":163,"k":{"q":5,"o":6,"e":5,"c":6,"a":5}},"y":{"d":"72,-14r-69,-135r29,0r53,107r49,-107r29,0r-111,233r-29,0","w":165,"k":{"s":4,"o":7,"j":-1,"g":5,"e":5,"c":7,"a":6,";":-4,":":-6,".":16,"-":-8,",":19}},"z":{"d":"55,-24r103,0r0,24r-155,0r108,-126r-88,0r0,-23r139,0","w":165,"k":{"o":5,"e":4,";":-2,":":-7,",":1}},"{":{"d":"94,-240v-67,-5,6,115,-51,141v33,13,22,65,22,107v0,28,5,33,29,33r0,22v-65,12,-55,-60,-55,-119v0,-21,-6,-30,-21,-34r0,-21v56,-13,-25,-168,76,-151r0,22","w":104},"|":{"d":"77,-240r27,0r0,300r-27,0r0,-300","w":180},"}":{"d":"11,-262v72,-12,55,60,55,119v0,21,5,30,20,34r0,21v-56,15,28,165,-75,151r0,-22v65,6,-4,-117,51,-141v-33,-13,-22,-65,-22,-107v0,-28,-5,-33,-29,-33r0,-22","w":104},"~":{"d":"207,-253v-30,65,-68,36,-126,17v-13,0,-22,7,-32,26r-16,-10v15,-31,29,-41,50,-41v13,-4,63,27,75,23v13,0,21,-6,32,-24","w":240},"\u00a1":{"d":"50,-187v10,0,18,8,18,18v0,9,-8,17,-18,17v-10,0,-18,-8,-18,-18v0,-10,8,-17,18,-17xm63,-135r0,191r-26,0r0,-191r26,0","w":100},"\u00a2":{"d":"123,-234r0,33v14,1,26,6,38,14r0,34v-13,-15,-24,-22,-38,-24r0,109v14,-2,26,-10,39,-25r0,34v-13,9,-28,15,-39,15r0,35r-21,0r0,-36v-39,-5,-67,-37,-67,-77v0,-40,28,-73,67,-78r0,-34r21,0xm102,-68r0,-108v-52,7,-52,101,0,108"},"\u00a3":{"d":"110,-217v-66,0,-43,72,-16,112r45,0r0,20r-38,0v5,20,1,30,-8,49v35,10,58,30,77,-10r21,13v-13,26,-28,37,-49,37v-13,4,-64,-20,-74,-18v-12,0,-19,5,-28,19r-21,-14v12,-19,29,-31,47,-31v10,-18,13,-26,7,-45r-40,0r0,-20r32,0v-11,-21,-26,-51,-26,-71v0,-37,31,-67,71,-67v41,0,67,27,69,71r-26,7v-1,-34,-13,-52,-43,-52"},"\u00a5":{"d":"135,-138r-18,31r69,0r0,21r-71,0r0,86r-27,0r0,-86r-70,0r0,-21r68,0r-18,-31r-50,0r0,-20r38,0r-47,-82r31,0r62,107r61,-107r32,0r-48,82r39,0r0,20r-51,0"},"\u00a7":{"d":"132,-44v51,22,32,116,-33,110v-39,-3,-62,-22,-62,-67r26,0v1,29,11,42,36,42v22,0,36,-14,36,-36v-2,-56,-99,-36,-99,-105v0,-27,12,-47,36,-57v-54,-27,-29,-111,33,-108v39,2,62,25,62,68r-26,0v1,-28,-12,-42,-36,-44v-33,-2,-51,46,-25,63v27,18,88,24,88,78v0,25,-10,41,-36,56xm102,-140v-21,0,-39,18,-39,39v0,22,17,39,39,39v22,0,39,-17,39,-39v0,-22,-17,-39,-39,-39"},"\u00a4":{"d":"20,-44r34,-34v-26,-37,-26,-66,-1,-102r-34,-35r15,-15r34,35v39,-27,65,-26,104,-1r34,-34r15,15r-34,34v25,39,25,64,0,102r34,35r-14,14r-35,-34v-36,26,-65,26,-103,1r-34,33xm121,-190v-34,0,-61,26,-61,60v0,33,27,61,60,61v33,0,61,-28,61,-61v0,-33,-27,-60,-60,-60","w":240},"'":{"d":"43,-144r-19,0r-5,-96r29,0","w":67},"\u00ab":{"d":"94,-77r43,53r-16,14r-54,-67r54,-67r16,13xm41,-77r43,53r-17,14r-54,-67r54,-67r17,13","w":155},"\u00b7":{"d":"40,-95v10,0,18,8,18,18v0,10,-7,18,-17,18v-10,0,-18,-8,-18,-18v0,-10,8,-18,17,-18","w":81},"\u2219":{"d":"40,-95v10,0,18,8,18,18v0,10,-7,18,-17,18v-10,0,-18,-8,-18,-18v0,-10,8,-18,17,-18","w":81},"\u00b6":{"d":"15,-178v0,-40,24,-62,69,-62r104,0r-12,21r-16,0r0,255r-23,0r0,-255r-38,0r0,255r-23,0r0,-154v-37,2,-61,-23,-61,-60"},"\u00bb":{"d":"61,-77r-43,-54r17,-13r54,67r-54,67r-17,-14xm114,-77r-42,-54r16,-13r54,67r-54,67r-16,-14","w":155,"k":{"Y":24,"W":15,"V":19,"T":16,"A":1}},"\u00bf":{"d":"79,-111v-17,1,-25,12,-26,31r-26,0v-1,-35,23,-55,52,-55v29,0,52,21,52,51v10,35,-54,49,-73,61v-22,15,-10,60,21,58v24,-1,38,-21,30,-47r26,0v10,42,-17,70,-56,72v-55,3,-78,-76,-36,-105v7,-9,67,-14,61,-40v0,-14,-11,-26,-25,-26xm79,-187v10,0,17,8,17,18v0,10,-8,18,-18,18v-10,0,-17,-8,-17,-18v0,-10,8,-18,18,-18","w":156},"`":{"d":"41,-224r27,-12r37,52r-15,9","w":180},"\u00b4":{"d":"139,-224r-49,49r-15,-9r37,-52","w":180},"\u00af":{"d":"42,-211r97,0r0,21r-97,0r0,-21","w":180},"\u02c9":{"d":"42,-211r97,0r0,21r-97,0r0,-21","w":180},"\u00a8":{"d":"59,-220v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-9,8,-18,18,-18xm121,-220v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-9,8,-18,18,-18","w":180},"\u00b8":{"d":"120,27r-37,46r-17,-9r30,-47","w":180},"\u00c6":{"d":"165,-67r-102,0r-29,67r-29,0r107,-240r105,0r11,25r-97,0r30,72r94,0r11,25r-95,0r39,93r98,0r11,25r-126,0xm154,-92r-40,-95r-40,95r80,0","w":323},"\u00aa":{"d":"91,-239r17,0r0,90r-17,0r0,-11v-26,29,-76,7,-76,-34v0,-41,50,-63,76,-34r0,-11xm62,-226v-17,0,-30,13,-30,31v0,19,13,33,30,33v18,0,31,-13,31,-32v0,-19,-13,-32,-31,-32","w":128},"\u00d8":{"d":"268,-120v0,102,-130,163,-206,95r-28,28r-16,-16r28,-28v-68,-81,-4,-203,97,-203v29,0,59,11,79,28r27,-28r16,16r-27,27v22,29,30,50,30,81xm65,-60r138,-138v-61,-51,-162,-1,-158,78v0,22,5,38,20,60xm219,-183r-138,139v59,53,160,5,160,-76v0,-24,-7,-42,-22,-63","w":285},"\u00ba":{"d":"65,-241v28,0,49,20,49,47v0,27,-22,48,-50,48v-27,0,-49,-21,-49,-48v0,-26,23,-47,50,-47xm64,-226v-18,0,-32,14,-32,32v0,19,14,33,32,33v19,0,33,-14,33,-33v0,-19,-14,-32,-33,-32","w":128},"\u00e6":{"d":"15,-44v0,-46,68,-65,105,-37v2,-56,-45,-56,-89,-40r0,-24v46,-14,85,-11,103,22v25,-43,103,-38,121,9v5,13,8,26,8,45r-117,0v2,56,70,69,93,19r22,12v-25,53,-95,55,-126,12v-20,48,-120,35,-120,-18xm148,-91r87,0v-4,-24,-20,-39,-43,-39v-23,0,-38,14,-44,39xm79,-71v-23,0,-39,11,-39,26v0,15,15,26,38,26v23,0,40,-12,40,-27v0,-14,-17,-25,-39,-25","w":277},"\u00f8":{"d":"9,-5r22,-22v-39,-50,-1,-129,63,-126v18,0,32,5,47,16r22,-21r14,14r-21,21v40,45,3,127,-62,127v-18,0,-33,-5,-49,-16r-21,21xm49,-44r74,-76v-44,-32,-106,25,-74,76xm138,-106r-75,77v45,35,110,-25,75,-77","w":187},"\u00df":{"d":"86,-243v-29,0,-36,17,-36,55r0,188r-26,0r0,-126r-14,0r0,-23r14,0v-5,-64,4,-118,63,-118v60,0,84,82,35,107v62,22,69,116,10,149v-16,9,-29,14,-50,15r0,-25v39,-1,65,-28,65,-63v0,-37,-24,-59,-65,-62r0,-23v27,-1,41,-16,41,-39v0,-21,-16,-35,-37,-35","w":188},"\u00b9":{"d":"64,-223r-25,0r10,-17r35,0r0,144r-20,0r0,-127","w":139},"\u00ac":{"d":"141,0r0,-71r-129,0r0,-25r156,0r0,96r-27,0","w":180},"\u00b5":{"d":"143,-59v6,56,-54,78,-94,52r1,91r-26,0r0,-233r26,0v5,48,-18,131,34,130v52,0,28,-81,33,-130r26,0r0,90","w":167},"\u03bc":{"d":"143,-59v6,56,-54,78,-94,52r1,91r-26,0r0,-233r26,0v5,48,-18,131,34,130v52,0,28,-81,33,-130r26,0r0,90","w":167},"\u00d0":{"d":"210,-120v0,69,-53,123,-130,120r-48,0r0,-117r-24,0r0,-24r24,0r0,-99v105,-11,178,31,178,120xm183,-120v0,-64,-49,-103,-124,-95r0,74r57,0r0,24r-57,0r0,92v75,8,124,-33,124,-95","w":227},"\u00bd":{"d":"59,-223r-25,0r10,-17r34,0r0,144r-19,0r0,-127xm217,-245r14,8r-139,242r-14,-9xm195,-100v1,-32,21,-46,48,-46v27,0,47,19,47,43v6,21,-44,65,-61,86r61,0r0,17r-100,0v22,-29,74,-70,81,-104v0,-14,-12,-26,-28,-26v-17,0,-28,10,-29,30r-19,0","w":309},"\u00b1":{"d":"17,-112r0,-22r74,0r0,-72r22,0r0,72r74,0r0,22r-74,0r0,71r-22,0r0,-71r-74,0xm17,0r0,-22r170,0r0,22r-170,0"},"\u00de":{"d":"158,-139v0,50,-41,73,-100,67r0,72r-27,0r0,-240r27,0r0,34v62,-6,100,18,100,67xm131,-139v0,-37,-30,-45,-73,-42r0,85v41,3,73,-8,73,-43","w":164},"\u00bc":{"d":"59,-223r-25,0r10,-17r34,0r0,144r-19,0r0,-127xm217,-245r14,8r-139,242r-14,-9xm280,-40r18,0r0,17r-18,0r0,23r-19,0r0,-23r-77,0r96,-131r0,114xm261,-40r0,-59r-44,59r44,0","w":309},"\u00f7":{"d":"17,-112r0,-22r170,0r0,22r-170,0xm102,-92v9,0,17,8,17,17v0,9,-8,17,-17,17v-9,0,-17,-8,-17,-18v0,-9,8,-16,17,-16xm102,-186v9,0,17,7,17,16v0,9,-8,17,-17,17v-9,0,-17,-7,-17,-17v0,-9,8,-16,17,-16"},"\u00a6":{"d":"77,-240r27,0r0,120r-27,0r0,-120xm77,-55r27,0r0,115r-27,0r0,-115","w":180},"\u00b0":{"d":"103,-244v26,0,47,22,47,48v0,27,-22,48,-48,48v-27,0,-48,-21,-48,-48v0,-27,22,-48,49,-48xm103,-225v-17,0,-30,13,-30,29v0,16,13,29,29,29v16,0,29,-13,29,-29v0,-15,-13,-29,-28,-29"},"\u00fe":{"d":"50,84r-26,0r0,-346r26,0r0,134v41,-52,124,-16,124,55v0,69,-83,104,-124,52r0,105xm98,-129v-29,0,-49,22,-49,55v0,32,20,55,49,55v28,0,49,-24,49,-54v0,-33,-21,-56,-49,-56","w":188},"\u00be":{"d":"89,-138v-1,-16,-11,-27,-32,-25r0,-17v20,2,30,-7,30,-23v0,-26,-48,-33,-49,0r-19,0v0,-52,88,-50,86,0v0,13,-4,22,-17,31v37,22,18,80,-28,78v-25,-1,-44,-14,-45,-41r18,0v2,33,58,30,56,-3xm218,-245r13,8r-139,242r-14,-9xm280,-40r18,0r0,17r-18,0r0,23r-19,0r0,-23r-77,0r96,-131r0,114xm261,-40r0,-59r-44,59r44,0","w":309},"\u00b2":{"d":"20,-196v1,-31,21,-46,48,-46v27,0,47,19,47,43v6,21,-44,65,-61,86r61,0r0,17r-100,0v22,-28,73,-71,81,-103v0,-15,-12,-26,-28,-26v-17,0,-28,9,-29,29r-19,0","w":139},"\u00ae":{"d":"141,-111r44,64r-26,0r-37,-54r0,54r-20,0r0,-144v40,-3,72,5,72,41v0,22,-12,35,-33,39xm122,-129v19,1,31,-4,31,-21v0,-16,-11,-22,-31,-21r0,42xm135,-244v67,0,122,57,122,124v0,69,-56,124,-124,124v-69,0,-124,-56,-124,-125v0,-68,56,-123,126,-123xm135,-224v-56,0,-106,47,-106,103v0,58,46,105,104,105v57,0,104,-47,104,-104v0,-56,-47,-104,-102,-104","w":266},"\u00f0":{"d":"27,-248r10,-15v18,5,42,15,57,24r40,-20r15,14r-37,19v39,35,61,89,61,146v0,50,-33,84,-79,84v-45,0,-79,-33,-79,-78v0,-63,86,-109,127,-56v-6,-29,-28,-66,-51,-85r-38,20r-17,-15r36,-18v-10,-7,-27,-15,-45,-20xm94,-130v-30,0,-53,24,-53,55v0,33,22,56,52,56v31,0,54,-23,54,-55v0,-32,-22,-56,-53,-56","w":187},"\u00d7":{"d":"31,-178r15,-15r56,55r56,-55r15,15r-56,56r56,55r-15,16r-56,-56r-56,56r-15,-16r56,-55"},"\u00b3":{"d":"94,-138v-1,-16,-11,-27,-32,-25r0,-17v19,2,28,-8,29,-23v0,-26,-47,-33,-48,0r-19,0v2,-27,18,-37,43,-39v40,-2,60,49,26,70v36,22,17,80,-28,78v-25,-1,-45,-14,-46,-41r19,0v1,17,13,24,28,24v16,0,28,-12,28,-27","w":139},"\u00a9":{"d":"138,-64v25,0,32,-9,50,-30r0,30v-48,44,-125,6,-125,-54v0,-61,79,-102,125,-54r0,31v-23,-50,-104,-34,-104,23v0,28,25,54,54,54xm135,-244v67,0,122,57,122,124v0,69,-56,124,-124,124v-69,0,-124,-56,-124,-125v0,-68,56,-123,126,-123xm135,-224v-56,0,-106,47,-106,103v0,58,46,105,104,105v57,0,104,-47,104,-104v0,-56,-47,-104,-102,-104","w":266},"\u00c1":{"d":"163,-68r-103,0r-28,68r-29,0r110,-252r108,252r-29,0xm153,-93r-40,-96r-41,96r81,0xm160,-301r-51,42r-16,-12r43,-47","w":223,"k":{"T":15}},"\u00c2":{"d":"163,-68r-103,0r-28,68r-29,0r110,-252r108,252r-29,0xm153,-93r-40,-96r-41,96r81,0xm64,-274r50,-43r51,43r-20,14r-31,-27r-32,27","w":223,"k":{"\u00fd":6,"\u00dd":21,"w":5,"v":5,"Y":21,"W":15,"V":17,"T":15}},"\u00c4":{"d":"163,-68r-103,0r-28,68r-29,0r110,-252r108,252r-29,0xm153,-93r-40,-96r-41,96r81,0xm79,-306v10,0,19,9,19,19v0,10,-9,18,-19,18v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18xm148,-306v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-19,-9,-19,-19v0,-10,9,-18,19,-18","w":223},"\u00c0":{"d":"163,-68r-103,0r-28,68r-29,0r110,-252r108,252r-29,0xm153,-93r-40,-96r-41,96r81,0xm66,-301r24,-17r42,47r-15,12","w":223},"\u00c5":{"d":"163,-68r-103,0r-28,68r-29,0r110,-252r108,252r-29,0xm153,-93r-40,-96r-41,96r81,0xm113,-323v18,0,32,15,32,33v0,18,-14,33,-32,33v-18,0,-33,-16,-33,-34v0,-17,15,-32,33,-32xm113,-305v-8,0,-15,7,-15,15v0,8,7,15,15,15v8,0,15,-7,15,-15v0,-8,-7,-15,-15,-15","w":223},"\u00c3":{"d":"163,-68r-103,0r-28,68r-29,0r110,-252r108,252r-29,0xm153,-93r-40,-96r-41,96r81,0xm167,-295v-14,43,-51,19,-76,11v-6,0,-9,2,-15,15r-15,-12v15,-40,49,-20,75,-11v6,0,11,-4,16,-15","w":223},"\u00c7":{"d":"215,-220r0,33v-59,-67,-170,-20,-170,68v0,86,111,132,170,67r0,33v-82,59,-197,-5,-197,-100v0,-96,117,-163,197,-101xm156,28r-40,47r-18,-9r32,-49","w":232},"\u00c9":{"d":"156,-215r-98,0r0,71r95,0r0,25r-95,0r0,94r98,0r0,25r-125,0r0,-240r125,0r0,25xm139,-301r-52,42r-15,-12r43,-47","w":173},"\u00ca":{"d":"156,-215r-98,0r0,71r95,0r0,25r-95,0r0,94r98,0r0,25r-125,0r0,-240r125,0r0,25xm43,-274r50,-43r51,43r-19,14r-32,-27r-31,27","w":173},"\u00cb":{"d":"156,-215r-98,0r0,71r95,0r0,25r-95,0r0,94r98,0r0,25r-125,0r0,-240r125,0r0,25xm59,-306v10,0,19,9,19,19v0,10,-9,18,-19,18v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18xm128,-306v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-19,-9,-19,-19v0,-10,9,-18,19,-18","w":173},"\u00c8":{"d":"156,-215r-98,0r0,71r95,0r0,25r-95,0r0,94r98,0r0,25r-125,0r0,-240r125,0r0,25xm47,-301r24,-17r43,47r-16,12","w":173},"\u00cd":{"d":"58,-240r0,240r-27,0r0,-240r27,0xm86,-301r-43,42r-16,-11r35,-48","w":89},"\u00ce":{"d":"58,-240r0,240r-27,0r0,-240r27,0xm0,-274r45,-43r44,43r-18,14r-26,-27r-27,27","w":89},"\u00cf":{"d":"58,-240r0,240r-27,0r0,-240r27,0xm20,-306v10,0,19,9,19,19v0,10,-9,18,-19,18v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18xm69,-306v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-19,-9,-19,-19v0,-10,9,-18,19,-18","w":89},"\u00cc":{"d":"58,-240r0,240r-27,0r0,-240r27,0xm3,-301r24,-17r35,48r-16,11","w":89},"\u00d1":{"d":"31,0r0,-250r187,196r0,-186r27,0r0,251r-187,-196r0,185r-27,0xm194,-295v-14,42,-51,19,-76,11v-6,0,-9,2,-15,15r-16,-12v15,-39,50,-21,75,-11v6,0,12,-4,17,-15","w":276},"\u00d3":{"d":"142,4v-64,0,-124,-56,-124,-125v0,-66,57,-123,125,-123v68,0,125,56,125,124v0,69,-57,124,-126,124xm45,-121v0,55,45,99,97,100v55,0,99,-44,99,-99v0,-55,-44,-99,-98,-99v-54,0,-98,45,-98,98xm191,-301r-51,42r-16,-12r43,-47","w":285,"k":{"Z":17,"W":6,"T":13,";":-13,":":-16,".":4,",":6}},"\u00d4":{"d":"142,4v-64,0,-124,-56,-124,-125v0,-66,57,-123,125,-123v68,0,125,56,125,124v0,69,-57,124,-126,124xm45,-121v0,55,45,99,97,100v55,0,99,-44,99,-99v0,-55,-44,-99,-98,-99v-54,0,-98,45,-98,98xm93,-274r50,-43r50,43r-19,14r-31,-27r-32,27","w":285},"\u00d6":{"d":"142,4v-64,0,-124,-56,-124,-125v0,-66,57,-123,125,-123v68,0,125,56,125,124v0,69,-57,124,-126,124xm45,-121v0,55,45,99,97,100v55,0,99,-44,99,-99v0,-55,-44,-99,-98,-99v-54,0,-98,45,-98,98xm109,-306v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-19,-9,-19,-19v0,-10,9,-18,19,-18xm177,-306v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18","w":285,"k":{"Y":14,"X":6,"W":6,"V":8,"T":13,"A":11,";":-13,":":-16,".":4,",":6}},"\u00d2":{"d":"142,4v-64,0,-124,-56,-124,-125v0,-66,57,-123,125,-123v68,0,125,56,125,124v0,69,-57,124,-126,124xm45,-121v0,55,45,99,97,100v55,0,99,-44,99,-99v0,-55,-44,-99,-98,-99v-54,0,-98,45,-98,98xm95,-301r25,-17r42,47r-15,12","w":285},"\u00d5":{"d":"142,4v-64,0,-124,-56,-124,-125v0,-66,57,-123,125,-123v68,0,125,56,125,124v0,69,-57,124,-126,124xm45,-121v0,55,45,99,97,100v55,0,99,-44,99,-99v0,-55,-44,-99,-98,-99v-54,0,-98,45,-98,98xm200,-295v-14,43,-52,19,-77,11v-6,0,-8,2,-14,15r-16,-12v15,-40,49,-20,75,-11v6,0,11,-4,16,-15","w":285},"\u00da":{"d":"117,4v-48,0,-86,-33,-86,-90r0,-154r27,0r0,147v-3,53,20,67,59,72v38,-4,58,-20,58,-72r0,-147r27,0r0,154v3,57,-38,90,-85,90xm164,-301r-51,42r-16,-12r43,-47","w":233},"\u00db":{"d":"117,4v-48,0,-86,-33,-86,-90r0,-154r27,0r0,147v-3,53,20,67,59,72v38,-4,58,-20,58,-72r0,-147r27,0r0,154v3,57,-38,90,-85,90xm67,-274r50,-43r50,43r-19,14r-31,-27r-32,27","w":233},"\u00dc":{"d":"117,4v-48,0,-86,-33,-86,-90r0,-154r27,0r0,147v-3,53,20,67,59,72v38,-4,58,-20,58,-72r0,-147r27,0r0,154v3,57,-38,90,-85,90xm83,-306v10,0,18,9,18,19v0,10,-8,18,-18,18v-10,0,-19,-9,-19,-19v0,-10,9,-18,19,-18xm151,-306v10,0,19,9,19,19v0,10,-9,18,-19,18v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18","w":233,"k":{"A":10,".":1,",":4}},"\u00d9":{"d":"117,4v-48,0,-86,-33,-86,-90r0,-154r27,0r0,147v-3,53,20,67,59,72v38,-4,58,-20,58,-72r0,-147r27,0r0,154v3,57,-38,90,-85,90xm71,-301r24,-17r43,47r-16,12","w":233},"\u00dd":{"d":"81,-103r-78,-137r30,0r62,107r62,-107r31,0r-80,137r0,103r-27,0r0,-103xm142,-301r-51,42r-16,-12r43,-47","w":190,"k":{"\u00fa":22,"\u00f3":22,"\u00e9":22,"\u00e1":22,"\u00c4":22,"\u00c2":22,"\u00c1":22,"J":9,";":8,":":5,".":20,"-":6,",":23}},"\u00e1":{"d":"139,-149r25,0r0,149r-25,0r0,-21v-41,52,-124,17,-124,-54v0,-70,83,-105,124,-53r0,-21xm91,-130v-28,0,-50,23,-50,54v0,33,21,57,49,57v30,0,50,-23,50,-56v0,-32,-20,-55,-49,-55xm141,-224r-49,49r-16,-9r38,-52","w":188},"\u00e2":{"d":"139,-149r25,0r0,149r-25,0r0,-21v-41,52,-124,17,-124,-54v0,-70,83,-105,124,-53r0,-21xm91,-130v-28,0,-50,23,-50,54v0,33,21,57,49,57v30,0,50,-23,50,-56v0,-32,-20,-55,-49,-55xm46,-189r49,-47r50,47r-18,14r-32,-30r-31,30","w":188},"\u00e4":{"d":"139,-149r25,0r0,149r-25,0r0,-21v-41,52,-124,17,-124,-54v0,-70,83,-105,124,-53r0,-21xm91,-130v-28,0,-50,23,-50,54v0,33,21,57,49,57v30,0,50,-23,50,-56v0,-32,-20,-55,-49,-55xm64,-220v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-9,8,-18,18,-18xm126,-220v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-9,8,-18,18,-18","w":188},"\u00e0":{"d":"139,-149r25,0r0,149r-25,0r0,-21v-41,52,-124,17,-124,-54v0,-70,83,-105,124,-53r0,-21xm91,-130v-28,0,-50,23,-50,54v0,33,21,57,49,57v30,0,50,-23,50,-56v0,-32,-20,-55,-49,-55xm51,-224r27,-12r38,52r-16,9","w":188},"\u00e5":{"d":"139,-149r25,0r0,149r-25,0r0,-21v-41,52,-124,17,-124,-54v0,-70,83,-105,124,-53r0,-21xm91,-130v-28,0,-50,23,-50,54v0,33,21,57,49,57v30,0,50,-23,50,-56v0,-32,-20,-55,-49,-55xm95,-239v18,0,33,14,33,32v0,18,-15,33,-33,33v-18,0,-32,-15,-32,-33v0,-17,14,-32,32,-32xm95,-222v-8,0,-15,7,-15,15v0,8,7,15,15,15v8,0,15,-7,15,-15v0,-8,-7,-15,-15,-15","w":188},"\u00e3":{"d":"139,-149r25,0r0,149r-25,0r0,-21v-41,52,-124,17,-124,-54v0,-70,83,-105,124,-53r0,-21xm91,-130v-28,0,-50,23,-50,54v0,33,21,57,49,57v30,0,50,-23,50,-56v0,-32,-20,-55,-49,-55xm115,-183v-18,0,-48,-35,-55,1r-15,-12v6,-16,17,-26,31,-26v0,0,43,35,55,-1r16,12v-6,16,-19,26,-32,26","w":188},"\u00e7":{"d":"141,-139r0,34v-32,-45,-100,-23,-100,31v0,56,70,75,101,29r0,34v-54,39,-127,-1,-127,-63v0,-62,74,-102,126,-65xm108,27r-37,46r-17,-9r30,-47","w":156},"\u00e9":{"d":"158,-69r-116,0v1,56,71,69,93,19r22,12v-33,70,-142,48,-142,-36v0,-46,29,-79,72,-79v45,0,73,33,71,84xm44,-91r87,0v-7,-50,-81,-50,-87,0xm135,-224r-48,49r-16,-9r38,-52","w":173,"k":{"t":-1}},"\u00ea":{"d":"158,-69r-116,0v1,56,71,69,93,19r22,12v-33,70,-142,48,-142,-36v0,-46,29,-79,72,-79v45,0,73,33,71,84xm44,-91r87,0v-7,-50,-81,-50,-87,0xm40,-189r50,-47r50,47r-19,14r-31,-30r-32,30","w":173},"\u00eb":{"d":"158,-69r-116,0v1,56,71,69,93,19r22,12v-33,70,-142,48,-142,-36v0,-46,29,-79,72,-79v45,0,73,33,71,84xm44,-91r87,0v-7,-50,-81,-50,-87,0xm59,-220v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-9,8,-18,18,-18xm121,-220v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-9,8,-18,18,-18","w":173},"\u00e8":{"d":"158,-69r-116,0v1,56,71,69,93,19r22,12v-33,70,-142,48,-142,-36v0,-46,29,-79,72,-79v45,0,73,33,71,84xm44,-91r87,0v-7,-50,-81,-50,-87,0xm45,-224r26,-12r38,52r-16,9","w":173},"\u00ed":{"d":"50,-149r0,149r-26,0r0,-149r26,0xm79,-224r-42,49r-15,-9r31,-52","w":74},"\u00ee":{"d":"50,-149r0,149r-26,0r0,-149r26,0xm-5,-189r42,-47r43,47r-17,14r-26,-30r-25,30","w":74},"\u00ef":{"d":"50,-149r0,149r-26,0r0,-149r26,0xm14,-219v9,0,17,8,17,17v0,9,-8,18,-17,18v-10,0,-17,-8,-17,-18v0,-9,8,-17,17,-17xm60,-219v9,0,18,8,18,17v0,25,-35,22,-35,0v0,-9,8,-17,17,-17","w":74},"\u00ec":{"d":"50,-149r0,149r-25,0r0,-149r25,0xm-4,-224r26,-12r31,52r-15,9","w":74},"\u00f1":{"d":"119,0v-6,-48,20,-130,-32,-130v-50,0,-35,81,-37,130r-26,0r0,-149r26,0r0,18v30,-41,94,-24,94,38r0,93r-25,0xm101,-183v-18,1,-48,-35,-55,1r-15,-12v6,-16,17,-26,31,-26v0,0,44,35,56,-1r15,12v-6,16,-19,26,-32,26","w":168},"\u00f3":{"d":"94,-153v44,0,79,35,79,79v0,44,-35,78,-80,78v-44,0,-78,-35,-78,-80v0,-42,35,-77,79,-77xm94,-129v-30,0,-53,23,-53,54v0,32,21,56,52,56v31,0,54,-23,54,-55v0,-32,-22,-55,-53,-55xm140,-224r-48,49r-16,-9r38,-52","w":187,"k":{"w":5}},"\u00f4":{"d":"94,-153v44,0,79,35,79,79v0,44,-35,78,-80,78v-44,0,-78,-35,-78,-80v0,-42,35,-77,79,-77xm94,-129v-30,0,-53,23,-53,54v0,32,21,56,52,56v31,0,54,-23,54,-55v0,-32,-22,-55,-53,-55xm45,-189r50,-47r50,47r-19,14r-31,-30r-32,30","w":187},"\u00f6":{"d":"94,-153v44,0,79,35,79,79v0,44,-35,78,-80,78v-44,0,-78,-35,-78,-80v0,-42,35,-77,79,-77xm94,-129v-30,0,-53,23,-53,54v0,32,21,56,52,56v31,0,54,-23,54,-55v0,-32,-22,-55,-53,-55xm63,-220v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-9,8,-18,18,-18xm125,-220v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-9,8,-18,18,-18","w":187,"k":{"y":7,"x":7,"w":5,"v":5}},"\u00f2":{"d":"94,-153v44,0,79,35,79,79v0,44,-35,78,-80,78v-44,0,-78,-35,-78,-80v0,-42,35,-77,79,-77xm94,-129v-30,0,-53,23,-53,54v0,32,21,56,52,56v31,0,54,-23,54,-55v0,-32,-22,-55,-53,-55xm48,-224r27,-12r38,52r-16,9","w":187},"\u00f5":{"d":"94,-153v44,0,79,35,79,79v0,44,-35,78,-80,78v-44,0,-78,-35,-78,-80v0,-42,35,-77,79,-77xm94,-129v-30,0,-53,23,-53,54v0,32,21,56,52,56v31,0,54,-23,54,-55v0,-32,-22,-55,-53,-55xm116,-183v-18,0,-48,-35,-55,1r-15,-12v6,-16,17,-26,31,-26v20,0,44,35,55,-1r16,12v-6,16,-19,26,-32,26","w":187},"\u00fa":{"d":"84,4v-36,0,-60,-21,-60,-63r0,-90r26,0v5,49,-19,130,34,130v52,0,27,-81,33,-130r26,0r0,90v1,42,-22,63,-59,63xm129,-224r-48,49r-16,-9r38,-52","w":167},"\u00fb":{"d":"84,4v-36,0,-60,-21,-60,-63r0,-90r26,0v5,49,-19,130,34,130v52,0,27,-81,33,-130r26,0r0,90v1,42,-22,63,-59,63xm34,-189r50,-47r50,47r-19,14r-31,-30r-32,30","w":167},"\u00fc":{"d":"84,4v-36,0,-60,-21,-60,-63r0,-90r26,0v5,49,-19,130,34,130v52,0,27,-81,33,-130r26,0r0,90v1,42,-22,63,-59,63xm53,-220v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-9,8,-18,18,-18xm115,-220v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-9,8,-18,18,-18","w":167},"\u00f9":{"d":"84,4v-36,0,-60,-21,-60,-63r0,-90r26,0v5,49,-19,130,34,130v52,0,27,-81,33,-130r26,0r0,90v1,42,-22,63,-59,63xm38,-224r27,-12r38,52r-16,9","w":167},"\u00fd":{"d":"72,-14r-69,-135r29,0r53,107r49,-107r29,0r-111,233r-29,0xm128,-224r-48,49r-16,-9r38,-52","w":165,"k":{".":16,",":19}},"\u00ff":{"d":"72,-14r-69,-135r29,0r53,107r49,-107r29,0r-111,233r-29,0xm51,-220v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-9,8,-18,18,-18xm114,-220v10,0,18,8,18,18v0,10,-8,18,-18,18v-10,0,-18,-8,-18,-18v0,-9,8,-18,18,-18","w":165}}});Cufon.registerFont({"w":216,"face":{"font-family":"Futura_T_Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-20 -333.05 365 90","underline-thickness":"39.6","underline-position":"2.16","stemh":"44","stemv":"58","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"!":{"d":"61,-68v21,0,38,16,38,37v0,21,-16,38,-37,38v-21,0,-38,-17,-38,-38v0,-20,17,-37,37,-37xm31,-82r0,-158r60,0r0,158r-60,0","w":122},"\"":{"d":"57,-144r-34,0r-8,-96r51,0xm124,-144r-34,0r-8,-96r51,0","w":147},"#":{"d":"202,-107r0,41r-39,0r-8,66r-48,0r9,-66r-31,0r-9,66r-46,0r8,-66r-33,0r0,-41r39,0r4,-31r-33,0r0,-41r38,0r8,-61r47,0r-9,61r31,0r8,-61r48,0r-8,61r32,0r0,41r-38,0r-4,31r34,0xm125,-138r-31,0r-4,31r31,0"},"$":{"d":"34,-165v1,-37,24,-72,65,-74r0,-39r30,0r0,39v22,2,43,9,57,18r-23,46v-21,-27,-88,-13,-61,16v6,7,7,5,34,14v42,14,59,35,59,68v-1,44,-25,67,-66,76r0,40r-30,0r0,-38v-24,0,-64,-14,-78,-29r25,-48v19,17,40,27,58,27v24,1,40,-22,23,-37v-6,-5,-6,-5,-32,-13v-43,-13,-61,-33,-61,-66"},"%":{"d":"143,-184v-1,35,-27,60,-66,59v-39,0,-65,-24,-65,-60v0,-35,27,-58,67,-58v38,0,64,25,64,59xm77,-211v-15,0,-27,13,-27,27v0,15,13,27,28,27v15,0,27,-12,27,-27v0,-15,-13,-27,-28,-27xm215,-240r31,0r-139,240r-31,0xm310,-57v-1,35,-26,60,-66,60v-39,0,-65,-24,-65,-60v0,-35,27,-58,67,-58v38,0,64,24,64,58xm244,-83v-15,0,-27,12,-27,26v0,15,13,28,28,28v15,0,27,-12,27,-27v0,-15,-13,-27,-28,-27","w":322},"&":{"d":"199,-181v-1,30,-20,46,-45,58r31,31v16,-14,21,-20,31,-34r35,34v-10,13,-12,16,-32,35r53,57r-78,0r-20,-22v-58,46,-160,38,-160,-40v0,-39,19,-54,58,-70v-50,-49,-14,-114,52,-115v43,0,75,29,75,66xm139,-60r-37,-40v-16,10,-23,18,-23,28v1,27,42,29,60,12xm127,-153v28,-11,32,-47,2,-51v-30,5,-25,31,-2,51","w":272},"(":{"d":"70,65v-61,-85,-61,-254,0,-339r35,20v-50,76,-47,226,0,299","w":121},")":{"d":"52,-274v61,85,61,255,0,339r-35,-20v50,-76,47,-226,0,-299","w":121},"*":{"d":"94,-264r28,0r-6,44r40,-19r9,27r-43,8r30,32r-23,17r-21,-39r-21,39r-23,-17r30,-32r-43,-8r8,-27r40,19"},"+":{"d":"23,-140r64,0r0,-65r41,0r0,65r65,0r0,40r-65,0r0,65r-41,0r0,-65r-64,0r0,-40"},",":{"d":"38,-61r54,0r-58,106r-37,0","w":109,"k":{"1":22}},"-":{"d":"0,-109r91,0r0,48r-91,0r0,-48","w":91,"k":{"Y":10,"W":-7,"V":1,"T":-3,"A":-13}},"\u00ad":{"d":"0,-109r91,0r0,48r-91,0r0,-48","w":91},".":{"d":"54,-68v21,0,38,16,38,37v0,21,-16,38,-37,38v-21,0,-38,-17,-38,-38v0,-20,17,-37,37,-37","w":109,"k":{"1":21}},"\/":{"d":"131,-264r45,0r-131,319r-45,0","w":178},"0":{"d":"6,-122v0,-70,40,-127,102,-127v63,0,102,57,102,129v0,71,-39,129,-102,129v-64,0,-102,-57,-102,-131xm108,-193v-23,0,-40,30,-40,73v0,44,16,74,40,74v23,0,40,-30,40,-74v0,-44,-17,-73,-40,-73","k":{"7":3,"4":-8,"1":16}},"1":{"d":"84,-187r-34,0r0,-53r97,0r0,240r-63,0r0,-187","k":{"9":17,"8":19,"7":25,"6":17,"5":20,"4":19,"3":19,"2":22,"1":39,"0":12,".":14,",":15}},"2":{"d":"14,-158v1,-54,38,-92,93,-92v90,0,123,108,57,160r-41,37r79,0r0,53r-193,0v36,-39,80,-83,111,-125v19,-26,21,-70,-13,-72v-18,-1,-30,18,-25,39r-68,0","k":{"7":1,"4":-5,"1":18}},"3":{"d":"162,-130v27,6,39,34,40,62v0,46,-39,79,-94,79v-53,0,-95,-37,-99,-88r64,0v1,21,14,34,34,34v19,0,33,-14,33,-32v0,-22,-22,-38,-44,-30r0,-43v19,4,34,-8,34,-26v0,-14,-11,-24,-25,-24v-15,0,-25,10,-25,27r-58,0v-4,-96,168,-106,166,-9v0,23,-8,38,-26,50","k":{"7":6,"4":-5,"1":20}},"4":{"d":"178,-97r29,0r0,48r-29,0r0,49r-58,0r0,-49r-116,0r0,-41r92,-150r82,0r0,143xm120,-97r0,-93r-56,93r56,0","k":{"7":6,"4":-8,"1":19}},"5":{"d":"196,-78v3,83,-115,109,-179,64r9,-58v23,19,43,28,65,28v23,0,40,-15,40,-36v1,-41,-63,-51,-99,-31r21,-129r125,0r0,53r-83,0r-4,26v62,-8,103,28,105,83","k":{"7":9,"4":-2,"1":23}},"6":{"d":"107,10v-103,0,-129,-110,-65,-180r54,-70r71,0r-68,82v56,-27,111,16,111,76v0,54,-42,92,-103,92xm107,-119v-22,0,-40,18,-40,40v0,22,18,39,40,39v21,0,39,-18,39,-39v0,-22,-17,-40,-39,-40","k":{"7":9,"4":-9,"1":22}},"7":{"d":"125,-187r-100,0r0,-53r197,0r-137,240r-69,0","k":{":":4,"7":-5,"6":16,"4":19,"1":8,".":31}},"8":{"d":"16,-65v0,-30,19,-53,48,-61v-70,-28,-32,-130,44,-121v82,-8,111,98,42,121v87,29,48,135,-42,132v-45,-2,-92,-26,-92,-71xm108,-205v-14,0,-27,12,-27,26v0,15,12,27,27,27v14,0,26,-12,26,-27v0,-14,-11,-26,-26,-26xm108,-101v-15,0,-29,13,-29,28v0,16,13,29,29,29v15,0,28,-12,28,-28v0,-16,-12,-29,-28,-29","k":{"7":8,"4":-4,"1":21}},"9":{"d":"109,-250v58,0,101,36,101,88v0,61,-59,120,-90,162r-71,0r68,-82v-57,27,-111,-16,-111,-76v0,-54,42,-92,103,-92xm109,-201v-22,0,-39,18,-39,39v0,22,17,41,39,41v22,0,40,-18,40,-40v0,-22,-18,-40,-40,-40","k":{"7":3,"4":3,"1":15}},":":{"d":"54,-68v21,0,38,16,38,37v0,21,-16,38,-37,38v-21,0,-38,-17,-38,-38v0,-20,17,-37,37,-37xm54,-175v21,0,38,16,38,37v0,21,-16,37,-37,37v-21,0,-38,-17,-38,-38v0,-20,17,-36,37,-36","w":109},";":{"d":"38,-61r54,0r-58,106r-37,0xm63,-175v21,0,37,16,37,37v0,21,-16,37,-37,37v-21,0,-37,-17,-37,-38v0,-20,17,-36,37,-36","w":109},"<":{"d":"168,-237r0,68r-84,47r84,48r0,67r-156,-87r0,-56","w":180},"=":{"d":"23,-172r170,0r0,40r-170,0r0,-40xm23,-109r170,0r0,41r-170,0r0,-41"},">":{"d":"12,-7r0,-68r84,-47r-84,-48r0,-67r156,87r0,57","w":180},"?":{"d":"183,-171v0,35,-26,58,-58,68r0,22r-59,0r0,-62v27,8,56,-8,55,-30v-1,-32,-47,-31,-46,1r-63,0v1,-44,36,-75,86,-75v47,0,85,34,85,76xm97,-68v21,0,37,16,37,37v0,21,-16,38,-37,38v-21,0,-37,-17,-37,-38v0,-20,17,-37,37,-37","w":196},"@":{"d":"132,9v-81,1,-134,-58,-135,-129v0,-72,57,-127,132,-127v69,0,122,49,122,111v0,47,-32,86,-70,86v-12,0,-20,-4,-27,-15v-37,37,-96,5,-96,-50v0,-52,55,-88,98,-58r2,-8r33,0v-3,32,-10,60,-10,95v0,5,1,6,4,6v18,0,35,-28,35,-56v0,-47,-39,-82,-91,-82v-55,0,-98,42,-98,98v0,85,102,126,176,78r12,29v-32,16,-55,22,-87,22xm124,-150v-17,0,-29,15,-29,36v0,18,9,31,23,31v35,0,50,-67,6,-67","w":247},"A":{"d":"171,-42r-86,0r-17,42r-65,0r92,-240r68,0r90,240r-67,0xm154,-89r-25,-77r-27,77r52,0","w":255,"k":{"\u00fd":10,"\u00dd":21,"\u00ab":3,"y":10,"w":9,"v":9,"u":-1,"t":-1,"q":1,"o":3,"g":1,"e":1,"d":1,"c":3,"Y":21,"W":10,"V":18,"U":6,"T":13,"Q":8,"O":8,"J":-7,"G":8,"C":8,".":-12,"-":-14,",":-11}},"B":{"d":"159,-128v36,4,49,25,49,60v0,42,-32,68,-83,68r-100,0r0,-240v73,0,160,-14,160,63v0,24,-7,38,-26,49xm87,-145v23,2,41,-5,41,-24v0,-19,-18,-26,-41,-24r0,48xm145,-74v-3,-26,-24,-26,-58,-25r0,50v31,1,60,-3,58,-25","w":222,"k":{"\u00d6":1,"Y":14,"W":4,"V":10,"O":1}},"C":{"d":"198,-5v-95,38,-182,-24,-184,-113v-2,-91,93,-155,184,-115r0,75v-35,-50,-118,-26,-118,40v0,62,82,86,118,39r0,74","w":212,"k":{"\u00d3":-3,"\u00c4":-5,"y":-6,"Z":-3,"O":-3,"J":-5,"A":-5,";":-21,":":-24,".":-13,",":-12}},"D":{"d":"25,0r0,-240r92,0v63,0,118,55,118,120v0,64,-55,120,-118,120r-92,0xm170,-120v0,-44,-32,-73,-83,-67r0,134v52,5,83,-22,83,-67","w":250,"k":{"\u00c4":10,"Y":16,"W":4,"V":12,"T":4,"J":14,"A":10}},"E":{"d":"162,-187r-75,0r0,40r71,0r0,53r-71,0r0,41r75,0r0,53r-137,0r0,-240r137,0r0,53","w":176,"k":{"\u00d6":-5,"\u00d3":-5,"v":-1,"O":-5,"C":-5}},"F":{"d":"163,-187r-76,0r0,40r69,0r0,53r-69,0r0,94r-62,0r0,-240r138,0r0,53","w":174,"k":{"\u00fa":2,"\u00f3":3,"\u00e9":3,"\u00e1":3,"\u00d6":1,"\u00c4":10,"\u00c2":10,"\u00c1":10,"u":2,"r":1,"o":3,"e":3,"a":3,"O":1,"J":15,"A":10,".":11,"-":-15,",":12}},"G":{"d":"80,-118v-8,57,64,101,104,58v5,-6,7,-13,9,-25r-51,0r0,-48r124,0v1,93,-46,142,-123,142v-76,0,-129,-52,-129,-128v0,-133,192,-179,239,-61r-60,24v-25,-69,-119,-36,-113,38","w":280,"k":{"\u00c4":9,"Y":16,"W":4,"V":10,"T":2,"A":9,";":-17,":":-21,".":-1,",":1}},"H":{"d":"87,-147r91,0r0,-93r62,0r0,240r-62,0r0,-99r-91,0r0,99r-62,0r0,-240r62,0r0,93","w":265},"I":{"d":"87,-240r0,240r-62,0r0,-240r62,0","w":112},"J":{"d":"144,-74v7,81,-104,108,-141,45r41,-42v2,14,9,24,20,24v17,0,17,-23,17,-42r0,-151r63,0r0,166","w":168,"k":{"\u00c4":6,"A":6}},"K":{"d":"87,-141r76,-99r77,0r-95,114r104,126r-81,0r-81,-104r0,104r-62,0r0,-240r62,0r0,99","w":252,"k":{"\u00f3":14,"\u00d6":15,"\u00d3":15,"y":22,"u":10,"o":14,"e":12,"a":13,"T":-7,"O":15,"G":13,"C":15,"-":4}},"L":{"d":"87,-240r0,187r75,0r0,53r-137,0r0,-240r62,0","w":169,"k":{"\u00fd":14,"\u00dd":25,"\u00dc":4,"\u00d6":5,"\u00d3":5,"y":14,"j":-2,"Y":25,"W":12,"V":19,"U":4,"T":15,"O":5,"G":4,"C":4,"-":-14}},"M":{"d":"14,0r41,-240r62,0r48,128r52,-128r62,0r36,240r-62,0r-18,-138r-58,138r-25,0r-55,-138r-21,138r-62,0","w":329,"k":{"j":-5}},"N":{"d":"25,0r0,-240r62,0r115,147r0,-147r63,0r0,240r-63,0r-115,-147r0,147r-62,0","w":289,"k":{"u":-4,"o":-2,"j":-5,"e":-3,"a":-3,".":-8,",":-6}},"O":{"d":"14,-122v-1,-68,59,-125,133,-125v73,0,134,55,133,128v0,71,-59,128,-134,128v-76,0,-132,-56,-132,-131xm147,-187v-37,0,-67,31,-67,67v0,38,29,68,67,68v37,0,68,-31,68,-68v0,-37,-31,-67,-68,-67","w":294,"k":{"\u00c4":9,"Z":8,"Y":16,"X":11,"W":3,"V":10,"T":3,"J":12,"A":9,";":-17,":":-21,",":2}},"P":{"d":"208,-161v2,65,-47,89,-121,81r0,80r-62,0r0,-240r99,0v53,-2,83,31,84,79xm87,-130v30,1,56,-1,56,-30v0,-28,-26,-32,-56,-30r0,60","w":215,"k":{"\u00c4":13,"\u00c2":13,"\u00c1":13,"o":4,"e":4,"a":3,"Y":4,"J":18,"A":13,".":18,"-":-10,",":20}},"Q":{"d":"14,-120v0,-69,59,-127,133,-127v113,0,174,128,102,212r40,42r-57,8r-19,-22v-90,48,-199,-19,-199,-113xm187,-101r16,18v32,-43,-5,-103,-56,-103v-38,0,-67,30,-67,68v0,43,40,76,86,63r-38,-39","w":294},"R":{"d":"122,-240v90,-12,108,128,27,142r76,98r-78,0r-60,-92r0,92r-62,0r0,-240r97,0xm138,-162v0,-24,-21,-33,-51,-30r0,60v29,2,51,-6,51,-30","w":225,"k":{"\u00fd":-1,"\u00dd":11,"\u00dc":1,"\u00d6":4,"\u00d3":4,"y":-1,"u":2,"o":5,"e":4,"Y":11,"W":4,"V":9,"U":1,"O":4,"J":-3,"G":4,"C":4,"-":-5}},"S":{"d":"192,-79v2,92,-116,106,-178,58r27,-50v19,17,37,24,55,24v18,0,30,-9,30,-23v8,-24,-77,-35,-83,-47v-44,-44,-6,-129,63,-129v25,0,52,7,76,20r-25,48v-22,-27,-85,-16,-62,17v7,6,9,7,37,15v42,12,60,31,60,67","w":205,"k":{"\u00e9":-3,"\u00c4":5,"v":5,"t":-4,"Y":-3,"W":-1,"V":-1,"T":-1,"J":1,"A":5}},"T":{"d":"116,-187r0,187r-63,0r0,-187r-50,0r0,-53r164,0r0,53r-51,0","w":169,"k":{"\u00fd":-2,"\u00fa":9,"\u00f4":8,"\u00f3":13,"\u00ed":-1,"\u00e9":12,"\u00e7":13,"\u00e1":12,"\u00d6":3,"\u00d3":3,"\u00c4":13,"\u00c2":13,"\u00c1":13,"\u00ab":13,"y":14,"w":14,"v":14,"u":10,"s":13,"r":9,"o":13,"j":-4,"i":-4,"g":12,"e":12,"c":13,"a":12,"Y":-15,"W":-13,"V":-13,"O":3,"J":15,"G":2,"C":4,"A":13,";":-6,":":-8,".":6,"-":-3,",":7}},"U":{"d":"128,6v-66,0,-103,-31,-103,-108r0,-138r62,0r0,130v-2,46,10,56,42,61v33,-4,43,-16,43,-61r0,-130r62,0r0,138v3,71,-43,108,-106,108","w":259,"k":{"\u00c4":8,"r":-2,"p":-3,"n":-2,"m":-2,"j":-2,"A":8,",":2}},"V":{"d":"68,-240r58,146r58,-146r68,0r-103,240r-48,0r-101,-240r68,0","w":251,"k":{"\u00fd":3,"\u00fc":6,"\u00fa":13,"\u00f6":7,"\u00f4":11,"\u00f3":19,"\u00ed":4,"\u00e9":19,"\u00e4":8,"\u00e1":17,"\u00d6":10,"\u00d4":10,"\u00d3":10,"\u00c4":19,"\u00c2":19,"\u00c1":19,"\u00ab":21,"y":3,"u":13,"r":13,"o":19,"i":-5,"g":19,"e":19,"c":19,"a":17,"T":-13,"S":8,"O":10,"J":23,"G":10,"C":10,"A":19,":":-3,".":21,"-":3,",":22}},"W":{"d":"65,-240r42,155r51,-155r49,0r48,155r45,-155r65,0r-77,240r-63,0r-44,-139r-46,139r-63,0r-72,-240r65,0","w":365,"k":{"\u00fd":-1,"\u00fc":6,"\u00fa":7,"\u00f6":7,"\u00f4":10,"\u00f3":11,"\u00ed":3,"\u00e9":9,"\u00e4":8,"\u00e1":9,"\u00d6":4,"\u00d4":4,"\u00d3":4,"\u00c4":12,"\u00c2":12,"\u00c1":12,"\u00ab":12,"y":-1,"u":8,"r":7,"o":11,"i":-5,"g":11,"e":9,"c":11,"a":9,"Y":-16,"T":-13,"S":4,"O":4,"G":4,"C":4,"A":12,";":-9,".":11,"-":-6,",":13}},"X":{"d":"94,-128r-77,-112r77,0r36,62r37,-62r76,0r-78,112r91,128r-76,0r-51,-78r-54,78r-75,0","w":255,"k":{"y":19,"o":11,"e":9,"Q":10,"O":10,"C":10,"-":-1}},"Y":{"d":"82,-115r-86,-125r74,0r46,65r43,-65r76,0r-90,125r0,115r-63,0r0,-115","w":230,"k":{"\u00fa":22,"\u00f3":26,"\u00ed":6,"\u00e9":26,"\u00e1":26,"\u00d6":16,"\u00c4":23,"\u00c2":23,"\u00c1":23,"\u00ab":28,"v":14,"u":23,"q":26,"p":21,"o":26,"i":-7,"g":26,"e":26,"a":26,"W":-16,"T":-15,"S":9,"O":16,"J":24,"G":16,"C":18,"A":23,";":6,":":3,".":23,"-":12,",":22}},"Z":{"d":"109,-53r101,0r0,53r-205,0r113,-187r-94,0r0,-53r198,0","w":227,"k":{"\u00d3":5,"O":5,";":-11,":":-15,".":-9,",":-9}},"[":{"d":"75,-230r0,251r32,0r0,34r-78,0r0,-319r78,0r0,34r-32,0","w":121},"\\":{"d":"48,-264r131,319r-46,0r-131,-319r46,0","w":178},"]":{"d":"47,22r0,-252r-33,0r0,-34r79,0r0,319r-79,0r0,-33r33,0","w":121},"^":{"d":"62,-121r-60,0r50,-121r75,0r51,121r-60,0r-28,-75","w":180},"_":{"d":"0,18r180,0r0,39r-180,0r0,-39","w":180},"a":{"d":"146,-163r58,0r0,163r-58,0r0,-18v-44,53,-133,6,-133,-64v0,-70,85,-114,133,-65r0,-16xm111,-119v-20,0,-38,17,-38,37v0,21,17,38,38,38v21,0,37,-17,37,-38v0,-21,-16,-37,-37,-37","w":223,"k":{"y":-3,"w":-3,"v":-3}},"b":{"d":"77,-264r0,117v48,-49,133,-6,133,65v0,71,-88,117,-133,64r0,18r-57,0r0,-264r57,0xm113,-119v-21,0,-37,16,-37,37v0,21,16,38,37,38v20,0,37,-17,37,-37v0,-21,-16,-38,-37,-38","w":223,"k":{"y":8,"w":6,"v":6,"j":-2}},"c":{"d":"143,-159r0,49v-27,-21,-70,-7,-70,29v0,35,44,52,70,28r0,49v-61,28,-130,-14,-130,-76v0,-63,69,-108,130,-79","w":155,"k":{"j":-5,"J":-5}},"d":{"d":"146,-264r58,0r0,264r-58,0r0,-18v-44,53,-133,6,-133,-64v0,-70,85,-114,133,-65r0,-117xm111,-119v-20,0,-38,17,-38,37v0,21,17,38,38,38v21,0,37,-17,37,-38v0,-21,-16,-37,-37,-37","w":223,"k":{"j":-5}},"e":{"d":"190,-50v-9,39,-40,56,-83,56v-57,0,-94,-33,-94,-86v0,-54,35,-88,91,-88v57,0,91,36,89,97r-121,0v-5,38,48,50,63,21r55,0xm73,-104r66,0v-5,-34,-62,-37,-66,0","w":205,"k":{"y":9,"x":9,"w":7,"v":7,"t":-1,"j":-2}},"f":{"d":"123,-211v-34,-19,-46,8,-41,48r41,0r0,48r-41,0r0,115r-58,0r0,-115r-20,0r0,-48r20,0v-10,-72,37,-119,99,-98r0,50","w":124,"k":{"\u00fd":-12,"\u00f3":-3,"\u00ed":-3,"\u00e9":-3,"\u00e1":-4,"t":-8,"s":-1,"o":-3,"l":-3,"j":-4,"i":-4,"f":-10,"e":-3,"a":-4}},"g":{"d":"80,20v21,34,76,11,65,-38v-49,48,-132,9,-132,-61v0,-72,85,-119,132,-67r0,-17r57,0r0,152v16,115,-168,121,-187,31r65,0xm111,-119v-20,0,-38,17,-38,37v0,21,17,37,38,37v21,0,37,-16,37,-37v0,-21,-16,-37,-37,-37","w":222},"h":{"d":"108,-121v-47,0,-27,75,-31,121r-57,0r0,-264r57,0r0,121v34,-45,115,-26,115,39r0,104r-58,0v-5,-43,18,-121,-26,-121","w":211,"k":{"\u00fd":6,"y":6,"v":5}},"i":{"d":"77,-163r0,163r-57,0r0,-163r57,0xm49,-258v18,0,32,14,32,32v0,18,-14,33,-32,33v-18,0,-33,-15,-33,-33v0,-17,15,-32,33,-32","w":96,"k":{"j":-5}},"j":{"d":"77,-163r0,245r-57,0r0,-245r57,0xm49,-258v18,0,32,14,32,32v0,18,-14,33,-32,33v-18,0,-33,-15,-33,-33v0,-17,15,-32,33,-32","w":96,"k":{"\u00f3":-2}},"k":{"d":"77,-264r0,160r61,-59r79,0r-82,75r87,88r-81,0r-64,-66r0,66r-57,0r0,-264r57,0","w":222,"k":{"\u00f6":10,"\u00f3":10,"\u00e4":10,"o":10,"g":10,"e":9,"c":10,"a":10,".":-2,"-":6,",":-5}},"l":{"d":"77,-264r0,264r-57,0r0,-264r57,0","w":96,"k":{"j":-5}},"m":{"d":"104,-122v-43,0,-22,78,-27,122r-57,0r0,-163r57,0r0,20v31,-34,86,-31,108,8v26,-48,111,-40,111,29r0,106r-58,0v-5,-42,16,-121,-24,-121v-44,0,-24,76,-28,121r-57,0v-5,-43,16,-122,-25,-122","w":315,"k":{"y":6,"w":5,"v":5,"p":-4,"j":-4}},"n":{"d":"108,-121v-47,0,-27,75,-31,121r-57,0r0,-163r57,0r0,20v34,-45,115,-26,115,39r0,104r-58,0v-5,-43,18,-121,-26,-121","w":211,"k":{"y":6,"w":5,"v":5,"p":-4,"j":-4}},"o":{"d":"111,-169v58,0,99,36,99,87v0,52,-41,88,-99,88v-57,0,-98,-36,-98,-89v0,-49,42,-86,98,-86xm111,-120v-20,0,-37,18,-37,38v0,21,17,37,38,37v21,0,37,-16,37,-37v0,-21,-17,-38,-38,-38","w":222,"k":{"y":9,"x":11,"w":7,"v":7,"t":-1,"j":-2}},"p":{"d":"77,82r-57,0r0,-245r57,0r0,18v45,-53,133,-7,133,64v0,70,-85,114,-133,65r0,98xm113,-119v-20,0,-37,17,-37,37v0,21,16,38,37,38v20,0,37,-17,37,-37v0,-21,-16,-38,-37,-38","w":223,"k":{"\u00fd":8,"y":8,"t":-1,"j":-2}},"q":{"d":"146,82r0,-98v-48,49,-133,6,-133,-65v0,-70,88,-117,133,-64r0,-18r58,0r0,245r-58,0xm111,-119v-20,0,-38,17,-38,37v0,21,17,38,38,38v20,0,37,-17,37,-38v0,-21,-16,-37,-37,-37","w":223,"k":{"u":-4,"c":-2}},"r":{"d":"20,-163r57,0r0,27v15,-24,35,-33,65,-29r0,55v-31,-16,-65,-1,-65,40r0,70r-57,0r0,-163","w":147,"k":{"\u00fd":-10,"\u00f6":-2,"\u00f4":-2,"\u00f3":-2,"\u00e9":-2,"\u00e4":-3,"\u00e1":-3,"z":-1,"y":-10,"x":-2,"w":-10,"v":-10,"t":-6,"s":1,"q":-2,"o":-2,"g":-2,"f":-8,"e":-2,"d":-3,"c":-2,"a":-3,";":-5,":":-12,".":19,"-":-11,",":21}},"s":{"d":"148,-158r-20,37v-16,-9,-45,-13,-49,4v0,7,4,9,26,14v32,6,48,22,48,48v0,62,-96,78,-143,42r21,-40v15,10,33,16,46,16v10,0,18,-5,18,-12v0,-8,-6,-11,-25,-15v-35,-7,-48,-20,-48,-46v0,-55,77,-73,126,-48","w":162,"k":{"\u00e9":-2,"t":-4,"p":-5,"k":-5}},"t":{"d":"84,-115r0,115r-57,0r0,-115r-19,0r0,-48r19,0r0,-49r57,0r0,49r33,0r0,48r-33,0","w":118,"k":{"\u00f6":-3,"\u00f3":-3,"\u00e4":-4,"y":-11,"o":-3,"e":-3,"c":-3,"a":-4,";":-15,":":-20}},"u":{"d":"77,-163v6,44,-20,122,30,122v49,0,23,-79,29,-122r58,0r0,104v0,43,-30,66,-87,66v-57,0,-87,-23,-87,-66r0,-104r57,0","w":213,"k":{"j":-4}},"v":{"d":"65,-163r39,83r39,-83r65,0r-85,163r-39,0r-84,-163r65,0","w":207,"k":{"\u00f6":7,"\u00f3":7,"\u00e9":7,"\u00e4":6,"\u00e1":6,"s":5,"o":7,"j":-3,"g":7,"e":7,"c":8,"a":6,";":-6,":":-11,".":15,"-":-5,",":18}},"w":{"d":"64,-163r39,86r41,-86r36,0r41,88r41,-88r65,0r-86,163r-39,0r-40,-89r-39,89r-39,0r-84,-163r64,0","w":326,"k":{"\u00f6":7,"\u00f3":7,"\u00e4":6,"s":5,"o":7,"g":7,"e":7,"c":8,"a":6,";":-6,":":-11,".":15,"-":-5,",":18}},"x":{"d":"81,-89r-66,-74r75,0r28,33r29,-33r75,0r-68,74r82,89r-76,0r-42,-49r-42,49r-76,0","w":236,"k":{"q":10,"o":10,"e":10,"c":10,"a":10}},"y":{"d":"79,-22r-79,-141r67,0r44,83r42,-83r66,0r-131,245r-65,0","w":218,"k":{"s":6,"o":8,"j":-3,"g":8,"e":9,"c":9,"a":8,";":-5,":":-10,".":17,"-":-4,",":18}},"z":{"d":"104,-48r68,0r0,48r-165,0r77,-115r-66,0r0,-48r162,0","w":187,"k":{"o":3,"e":2,";":-13,":":-17,",":-3}},"{":{"d":"123,-224v-64,-8,3,95,-50,120v30,14,22,54,22,94v0,26,6,25,28,25r0,41v-45,5,-74,-2,-74,-51v0,-34,11,-88,-20,-92r0,-39v54,-18,-28,-167,94,-138r0,40","w":137},"|":{"d":"56,-240r69,0r0,300r-69,0r0,-300","w":180},"}":{"d":"14,15v65,9,-2,-93,50,-119v-29,-14,-21,-55,-21,-95v0,-27,-7,-25,-29,-25r0,-41v46,-3,75,3,75,52v0,33,-12,87,20,91r0,39v-54,17,28,169,-95,138r0,-40","w":137},"~":{"d":"84,-224v-16,3,-18,5,-26,22r-26,-17v11,-24,27,-52,55,-50v11,-3,60,22,69,19v12,0,16,-5,25,-19r27,15v-16,33,-24,43,-58,48v-5,4,-58,-20,-66,-18","w":240},"\u00a1":{"d":"61,-192v21,0,38,16,38,37v0,21,-16,37,-37,37v-21,0,-38,-17,-38,-38v0,-20,17,-36,37,-36xm31,-103r60,0r0,158r-60,0r0,-158","w":122},"\u00a2":{"d":"44,-121v1,-45,32,-82,81,-86r0,-30r29,0r0,32v7,1,10,3,18,6r0,51v-24,-26,-67,-7,-67,28v0,36,45,52,67,26r0,52v-10,3,-11,4,-18,5r0,34r-29,0r0,-32v-46,-3,-81,-40,-81,-86"},"\u00a3":{"d":"152,5v-21,5,-90,-37,-104,-5r-41,0v6,-33,29,-57,55,-57v7,-13,1,-23,-4,-35r-47,0r0,-31r26,0v-28,-62,15,-121,86,-121v59,0,86,28,86,90r-63,0v7,-22,-7,-41,-28,-41v-33,0,-36,47,-20,72r54,0r0,31r-45,0v2,16,3,25,-1,39v36,11,41,12,51,12v10,0,15,-6,15,-16r39,0v-2,38,-23,63,-59,62"},"\u00a5":{"d":"19,-118r0,-38r33,0r-51,-84r71,0r37,69r34,-69r72,0r-53,84r35,0r0,38v-20,2,-47,-4,-61,3r0,19r61,0r0,37r-61,0r0,59r-59,0r0,-59r-58,0r0,-37r58,0v-1,-7,2,-18,-2,-22r-56,0"},"\u00a7":{"d":"49,-59v-28,-28,-23,-90,17,-103v-51,-32,-23,-108,41,-104v45,3,73,19,73,67r-50,0v5,-33,-40,-34,-41,-8v-6,20,79,39,82,55v29,33,21,76,-20,101v55,32,20,113,-44,109v-41,-2,-71,-24,-71,-71r51,0v-5,36,44,37,44,7v0,-34,-72,-32,-82,-53xm109,-132v-15,0,-26,11,-26,26v0,14,12,26,26,26v14,0,26,-12,26,-26v0,-14,-12,-26,-26,-26"},"\u00a4":{"d":"7,-49r37,-37v-21,-30,-22,-68,0,-99r-37,-38r25,-25r38,37v32,-22,68,-21,100,0r37,-37r25,25r-37,37v22,34,22,66,1,99r37,37r-25,26r-37,-37v-32,22,-69,21,-102,0r-37,37xm121,-185v-28,0,-50,21,-50,49v0,27,22,49,49,49v27,0,49,-22,49,-49v0,-27,-22,-49,-48,-49","w":240},"'":{"d":"57,-144r-34,0r-8,-96r51,0","w":80},"\u00ab":{"d":"136,-82r41,55r-33,23r-55,-78r55,-78r32,22xm57,-82r41,55r-33,23r-55,-78r55,-78r31,22","w":191},"\u00b7":{"d":"54,-122v21,0,38,16,38,37v0,21,-16,37,-37,37v-21,0,-38,-17,-38,-38v0,-20,17,-36,37,-36","w":109},"\u2219":{"d":"54,-122v21,0,38,16,38,37v0,21,-16,37,-37,37v-21,0,-38,-17,-38,-38v0,-20,17,-36,37,-36","w":109},"\u00b6":{"d":"-2,-177v-1,-85,120,-59,203,-63r0,36r-26,0r0,237r-39,0r0,-237r-30,0r0,237r-39,0r0,-149v-42,0,-69,-23,-69,-61"},"\u00bb":{"d":"55,-82r-40,-56r32,-22r55,78r-55,78r-33,-23xm135,-82r-40,-56r31,-22r55,78r-55,78r-32,-23","w":191,"k":{"Y":27,"W":11,"V":19,"T":14,"A":3}},"\u00bf":{"d":"14,-14v0,-35,25,-59,58,-68r0,-22r58,0r0,62v-26,-7,-54,7,-54,29v0,13,10,24,23,24v13,0,21,-9,22,-24r63,0v-1,44,-36,74,-86,74v-46,0,-84,-34,-84,-75xm99,-192v21,0,38,17,38,38v0,20,-17,36,-37,36v-21,0,-38,-16,-38,-37v0,-21,16,-37,37,-37","w":196},"`":{"d":"35,-236r36,-26r46,55r-27,20","w":180},"\u00b4":{"d":"145,-236r-55,49r-27,-20r46,-55","w":180},"\u00af":{"d":"27,-230r126,0r0,36r-126,0r0,-36","w":180},"\u02c9":{"d":"27,-230r126,0r0,36r-126,0r0,-36","w":180},"\u00a8":{"d":"49,-251v17,0,32,14,32,31v0,17,-15,32,-32,32v-17,0,-31,-14,-31,-32v0,-17,14,-31,31,-31xm131,-251v17,0,31,14,31,31v0,17,-14,32,-31,32v-17,0,-31,-14,-31,-32v0,-17,14,-31,31,-31","w":180},"\u00b8":{"d":"142,40r-49,46r-26,-16r42,-52","w":180},"\u00c6":{"d":"170,-42r-87,0r-15,42r-65,0r92,-240r147,0r19,53r-78,0r14,40r79,0r20,53r-79,0r15,41r79,0r19,53r-145,0xm153,-89r-26,-72r-27,72r53,0","w":332},"\u00aa":{"d":"85,-237r34,0r0,96r-34,0r0,-11v-26,31,-78,5,-78,-37v0,-40,49,-68,78,-39r0,-9xm64,-211v-12,0,-22,10,-22,22v0,12,10,22,22,22v12,0,22,-10,22,-22v0,-12,-10,-22,-22,-22xm11,-123r109,0r0,21r-109,0r0,-21","w":130},"\u00d8":{"d":"14,-118v0,-107,134,-166,215,-103r31,-30r24,26r-29,28v63,86,0,206,-107,206v-31,0,-56,-9,-83,-27r-30,29r-25,-26r29,-29v-18,-26,-25,-47,-25,-74xm88,-89r92,-88v-53,-32,-125,28,-92,88xm207,-152r-95,91v60,33,127,-27,95,-91","w":294},"\u00ba":{"d":"65,-240v34,0,57,21,57,51v0,30,-24,51,-58,51v-33,0,-56,-21,-56,-52v0,-29,24,-50,57,-50xm65,-211v-12,0,-22,10,-22,22v0,12,10,22,22,22v12,0,22,-10,22,-22v0,-12,-10,-22,-22,-22xm10,-123r110,0r0,21r-110,0r0,-21","w":129},"\u00e6":{"d":"39,-161v43,-13,91,-13,109,21v29,-46,122,-32,141,14v6,14,10,29,10,54r-122,0v-3,37,49,50,64,22r56,0v-8,58,-123,76,-149,24v-29,48,-135,39,-135,-22v0,-48,63,-66,110,-46v0,-45,-47,-36,-84,-24r0,-43xm179,-106r67,0v-8,-34,-59,-36,-67,0xm95,-69v-15,0,-25,7,-25,17v0,11,11,18,26,18v16,0,29,-8,29,-18v0,-10,-13,-17,-30,-17","w":312},"\u00f8":{"d":"29,-32v-42,-62,6,-137,84,-137v24,0,42,5,63,18r27,-21r17,22r-25,20v39,63,-6,136,-85,136v-27,0,-46,-6,-62,-19r-26,21r-17,-21xm77,-67r55,-46v-28,-22,-73,12,-55,46xm147,-95r-55,45v29,16,67,-9,55,-45","w":222},"\u00df":{"d":"102,-219v-24,5,-26,9,-25,45r0,174r-57,0r0,-193v-1,-52,32,-73,82,-76v73,-4,108,83,51,121v33,14,48,30,48,69v0,59,-40,89,-107,84r0,-49v27,1,42,-14,43,-38v0,-24,-16,-40,-43,-40r0,-46v22,0,32,-8,32,-26v0,-15,-9,-25,-24,-25","w":213},"\u00b9":{"d":"57,-207r-20,0r0,-33r59,0r0,144r-39,0r0,-111","w":144},"\u00ac":{"d":"101,0r0,-48r-89,0r0,-59r156,0r0,107r-67,0","w":180},"\u00b5":{"d":"77,82r-57,0r0,-245r57,0v6,45,-20,122,30,122v49,0,23,-79,29,-122r58,0r0,104v5,55,-66,78,-121,60","w":213},"\u03bc":{"d":"77,82r-57,0r0,-245r57,0v6,45,-20,122,30,122v49,0,23,-79,29,-122r58,0r0,104v5,55,-66,78,-121,60","w":213},"\u00d0":{"d":"25,0r0,-103r-21,0r0,-41r21,0r0,-96r92,0v64,0,119,55,119,120v0,64,-55,120,-119,120r-92,0xm171,-120v0,-44,-32,-73,-84,-67r0,43r42,0r0,41r-42,0r0,50v52,5,84,-23,84,-67","w":250},"\u00bd":{"d":"57,-207r-20,0r0,-33r59,0r0,144r-39,0r0,-111xm229,-240r31,0r-139,240r-31,0xm222,-93v-3,-29,24,-57,56,-57v55,0,75,65,34,96r-21,21r44,0r0,33r-118,0v22,-23,78,-74,76,-99v0,-9,-6,-17,-15,-17v-10,0,-16,11,-13,23r-43,0","w":350},"\u00b1":{"d":"23,-156r64,0r0,-65r41,0r0,65r65,0r0,41r-65,0r0,57r-41,0r0,-57r-64,0r0,-41xm23,-41r170,0r0,41r-170,0r0,-41"},"\u00de":{"d":"208,-127v1,65,-47,89,-121,81r0,46r-62,0r0,-240r62,0r0,34v72,-7,121,16,121,79xm87,-96v30,1,56,-1,56,-30v0,-29,-26,-32,-56,-30r0,60","w":215},"\u00bc":{"d":"57,-207r-20,0r0,-33r59,0r0,144r-39,0r0,-111xm229,-240r31,0r-139,240r-31,0xm321,-60r17,0r0,31r-17,0r0,29r-37,0r0,-29r-68,0r0,-25r55,-90r50,0r0,84xm284,-60r0,-49r-29,49r29,0","w":350},"\u00f7":{"d":"23,-140r170,0r0,40r-170,0r0,-40xm107,-83v14,0,25,11,25,25v0,14,-11,26,-25,26v-14,0,-25,-12,-25,-26v0,-13,11,-25,25,-25xm107,-207v14,0,25,11,25,25v0,14,-11,25,-25,25v-14,0,-25,-12,-25,-26v0,-13,11,-24,25,-24"},"\u00a6":{"d":"56,-240r69,0r0,130r-69,0r0,-130xm56,-55r69,0r0,115r-69,0r0,-115","w":180},"\u00b0":{"d":"108,-244v27,0,48,22,48,48v0,27,-22,48,-48,48v-27,0,-48,-21,-48,-48v0,-26,22,-48,48,-48xm108,-219v-13,0,-23,11,-23,23v0,13,10,23,23,23v13,0,23,-10,23,-23v0,-13,-10,-23,-23,-23"},"\u00fe":{"d":"210,-81v0,67,-85,115,-133,65r0,98r-57,0r0,-346r57,0r0,119v46,-53,133,-7,133,64xm113,-119v-21,0,-37,17,-37,37v0,20,17,38,37,38v20,0,37,-17,37,-37v0,-21,-17,-38,-37,-38","w":223},"\u00be":{"d":"64,-158r0,-28v11,3,20,-3,20,-14v0,-7,-6,-13,-14,-13v-9,0,-13,6,-13,16r-37,0v-2,-62,100,-65,100,-6v0,13,-4,23,-13,29v40,20,18,84,-35,84v-31,0,-58,-21,-59,-54r40,0v-2,25,37,26,37,3v-1,-12,-12,-21,-26,-17xm229,-240r31,0r-139,240r-31,0xm321,-60r17,0r0,31r-17,0r0,29r-37,0r0,-29r-68,0r0,-25r55,-90r50,0r0,84xm284,-60r0,-49r-29,49r29,0","w":350},"\u00b2":{"d":"15,-189v1,-31,23,-57,56,-57v55,0,75,65,35,96r-22,20r45,0r0,34r-118,0v21,-23,77,-75,76,-99v0,-9,-6,-17,-15,-17v-10,0,-15,10,-14,23r-43,0","w":144},"\u00ae":{"d":"73,-192v54,-1,115,-6,115,45v0,21,-11,35,-31,41r48,58r-55,0r-33,-48r0,48r-44,0r0,-144xm117,-130v14,1,26,-3,26,-14v0,-12,-11,-16,-26,-15r0,29xm139,-246v67,0,122,57,122,126v0,69,-55,125,-124,125v-69,0,-125,-56,-125,-125v0,-70,56,-126,127,-126xm138,-223v-57,0,-101,45,-101,103v0,57,45,103,100,103v55,0,99,-46,99,-103v0,-56,-45,-103,-98,-103","w":273},"\u00f0":{"d":"143,-264r18,30r-25,15v49,42,74,88,74,134v0,54,-40,90,-98,90v-58,0,-99,-36,-99,-87v0,-52,39,-86,99,-87v-8,-10,-12,-14,-21,-22r-31,20r-18,-28r22,-14v-7,-5,-10,-7,-22,-13r23,-39v15,6,31,16,41,24xm112,-120v-21,0,-38,18,-38,38v0,21,17,37,38,37v21,0,37,-16,37,-37v0,-21,-16,-38,-37,-38","w":222},"\u00d7":{"d":"62,-195r46,46r46,-46r29,29r-46,46r46,46r-29,29r-46,-46r-46,46r-29,-29r46,-46r-46,-46"},"\u00b3":{"d":"64,-158r0,-28v11,3,20,-3,20,-14v0,-7,-6,-13,-14,-13v-9,0,-13,6,-13,16r-37,0v-2,-62,100,-65,100,-6v0,13,-4,23,-13,29v40,20,18,84,-35,84v-31,0,-58,-21,-59,-54r40,0v-2,25,37,26,37,3v-1,-12,-12,-21,-26,-17","w":144},"\u00a9":{"d":"109,-120v0,39,54,46,71,18r0,50v-59,26,-115,-12,-116,-67v-1,-55,60,-94,116,-68r0,51v-16,-29,-71,-23,-71,16xm139,-246v67,0,122,57,122,126v0,69,-55,125,-124,125v-69,0,-125,-56,-125,-125v0,-70,56,-126,127,-126xm138,-223v-57,0,-101,45,-101,103v0,57,45,103,100,103v55,0,99,-46,99,-103v0,-56,-45,-103,-98,-103","w":273},"\u00c1":{"d":"171,-42r-86,0r-17,42r-65,0r92,-240r68,0r90,240r-67,0xm154,-89r-25,-77r-27,77r52,0xm187,-301r-61,42r-24,-23r52,-49","w":255,"k":{"T":13}},"\u00c2":{"d":"171,-42r-86,0r-17,42r-65,0r92,-240r68,0r90,240r-67,0xm154,-89r-25,-77r-27,77r52,0xm55,-287r73,-43r73,43r-17,28r-56,-28r-56,28","w":255,"k":{"\u00fd":10,"\u00dd":21,"w":9,"v":9,"Y":21,"W":10,"V":18,"T":13}},"\u00c4":{"d":"171,-42r-86,0r-17,42r-65,0r92,-240r68,0r90,240r-67,0xm154,-89r-25,-77r-27,77r52,0xm85,-325v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-13,-31,-31v0,-17,14,-31,31,-31xm171,-325v17,0,32,14,32,31v0,17,-15,31,-32,31v-17,0,-31,-13,-31,-31v0,-17,14,-31,31,-31","w":255},"\u00c0":{"d":"171,-42r-86,0r-17,42r-65,0r92,-240r68,0r90,240r-67,0xm154,-89r-25,-77r-27,77r52,0xm71,-301r33,-30r52,49r-24,23","w":255},"\u00c5":{"d":"171,-42r-86,0r-17,42r-65,0r92,-240r68,0r90,240r-67,0xm154,-89r-25,-77r-27,77r52,0xm78,-296v0,-24,21,-38,51,-37v30,0,48,15,48,38v0,24,-19,38,-50,37v-30,0,-49,-15,-49,-38xm128,-309v-11,0,-19,5,-19,13v0,9,8,14,19,14v12,0,19,-5,19,-13v0,-9,-7,-14,-19,-14","w":255},"\u00c3":{"d":"171,-42r-86,0r-17,42r-65,0r92,-240r68,0r90,240r-67,0xm154,-89r-25,-77r-27,77r52,0xm154,-265v-22,3,-60,-32,-66,0r-30,0v-2,-30,15,-50,40,-51v15,-5,63,31,69,-1r31,0v-1,35,-16,48,-44,52","w":255},"\u00c7":{"d":"198,-5v-95,38,-182,-24,-184,-113v-2,-91,93,-155,184,-115r0,75v-35,-50,-118,-26,-118,40v0,62,82,86,118,39r0,74xm162,41r-50,49r-28,-19r42,-54","w":212},"\u00c9":{"d":"162,-187r-75,0r0,40r71,0r0,53r-71,0r0,41r75,0r0,53r-137,0r0,-240r137,0r0,53xm150,-301r-61,42r-25,-23r53,-49","w":176},"\u00ca":{"d":"162,-187r-75,0r0,40r71,0r0,53r-71,0r0,41r75,0r0,53r-137,0r0,-240r137,0r0,53xm20,-287r74,-43r73,43r-18,28r-55,-28r-57,28","w":176},"\u00cb":{"d":"162,-187r-75,0r0,40r71,0r0,53r-71,0r0,41r75,0r0,53r-137,0r0,-240r137,0r0,53xm52,-325v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-13,-31,-31v0,-17,14,-31,31,-31xm136,-325v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-32,-13,-32,-31v0,-17,15,-31,32,-31","w":176},"\u00c8":{"d":"162,-187r-75,0r0,40r71,0r0,53r-71,0r0,41r75,0r0,53r-137,0r0,-240r137,0r0,53xm43,-301r33,-30r52,49r-24,23","w":176},"\u00cd":{"d":"87,-240r0,240r-62,0r0,-240r62,0xm114,-301r-61,42r-24,-23r52,-49","w":112},"\u00ce":{"d":"87,-240r0,240r-62,0r0,-240r62,0xm-12,-287r68,-43r69,43r-17,28r-52,-28r-51,28","w":112},"\u00cf":{"d":"87,-240r0,240r-62,0r0,-240r62,0xm19,-325v17,0,32,14,32,31v0,17,-15,31,-32,31v-17,0,-31,-13,-31,-31v0,-17,14,-31,31,-31xm94,-325v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-13,-31,-31v0,-17,14,-31,31,-31","w":112},"\u00cc":{"d":"87,-240r0,240r-62,0r0,-240r62,0xm-2,-301r34,-30r52,49r-25,23","w":112},"\u00d1":{"d":"25,0r0,-240r62,0r115,147r0,-147r63,0r0,240r-63,0r-115,-147r0,147r-62,0xm174,-265v-22,3,-61,-33,-67,0r-30,0v-2,-30,15,-50,40,-51v15,-5,65,30,70,-1r31,0v-2,34,-16,48,-44,52","w":289},"\u00d3":{"d":"14,-122v-1,-68,59,-125,133,-125v73,0,134,55,133,128v0,71,-59,128,-134,128v-76,0,-132,-56,-132,-131xm147,-187v-37,0,-67,31,-67,67v0,38,29,68,67,68v37,0,68,-31,68,-68v0,-37,-31,-67,-68,-67xm204,-301r-61,42r-24,-23r52,-49","w":294,"k":{"Z":8,"W":3,"T":3,";":-17,":":-21,",":2}},"\u00d4":{"d":"14,-122v-1,-68,59,-125,133,-125v73,0,134,55,133,128v0,71,-59,128,-134,128v-76,0,-132,-56,-132,-131xm147,-187v-37,0,-67,31,-67,67v0,38,29,68,67,68v37,0,68,-31,68,-68v0,-37,-31,-67,-68,-67xm74,-287r74,-43r73,43r-18,28r-55,-28r-57,28","w":294},"\u00d6":{"d":"14,-122v-1,-68,59,-125,133,-125v73,0,134,55,133,128v0,71,-59,128,-134,128v-76,0,-132,-56,-132,-131xm147,-187v-37,0,-67,31,-67,67v0,38,29,68,67,68v37,0,68,-31,68,-68v0,-37,-31,-67,-68,-67xm104,-325v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-13,-31,-31v0,-17,14,-31,31,-31xm190,-325v17,0,32,14,32,31v0,17,-15,31,-32,31v-17,0,-31,-13,-31,-31v0,-17,14,-31,31,-31","w":294,"k":{"Y":16,"X":11,"W":3,"V":10,"T":3,"A":9,";":-17,":":-21,",":2}},"\u00d2":{"d":"14,-122v-1,-68,59,-125,133,-125v73,0,134,55,133,128v0,71,-59,128,-134,128v-76,0,-132,-56,-132,-131xm147,-187v-37,0,-67,31,-67,67v0,38,29,68,67,68v37,0,68,-31,68,-68v0,-37,-31,-67,-68,-67xm93,-301r33,-30r52,49r-24,23","w":294},"\u00d5":{"d":"14,-122v-1,-68,59,-125,133,-125v73,0,134,55,133,128v0,71,-59,128,-134,128v-76,0,-132,-56,-132,-131xm147,-187v-37,0,-67,31,-67,67v0,38,29,68,67,68v37,0,68,-31,68,-68v0,-37,-31,-67,-68,-67xm176,-265v-22,3,-61,-33,-67,0r-30,0v-2,-31,16,-50,41,-51v15,-5,63,31,69,-1r31,0v-2,34,-16,48,-44,52","w":294},"\u00da":{"d":"128,6v-66,0,-103,-31,-103,-108r0,-138r62,0r0,130v-2,46,10,56,42,61v33,-4,43,-16,43,-61r0,-130r62,0r0,138v3,71,-43,108,-106,108xm189,-301r-61,42r-24,-23r52,-49","w":259},"\u00db":{"d":"128,6v-66,0,-103,-31,-103,-108r0,-138r62,0r0,130v-2,46,10,56,42,61v33,-4,43,-16,43,-61r0,-130r62,0r0,138v3,71,-43,108,-106,108xm57,-287r73,-43r73,43r-17,28r-56,-28r-56,28","w":259},"\u00dc":{"d":"128,6v-66,0,-103,-31,-103,-108r0,-138r62,0r0,130v-2,46,10,56,42,61v33,-4,43,-16,43,-61r0,-130r62,0r0,138v3,71,-43,108,-106,108xm87,-325v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-32,-13,-32,-31v0,-17,15,-31,32,-31xm173,-325v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-13,-31,-31v0,-17,14,-31,31,-31","w":259,"k":{"r":-2,"p":-3,"n":-2,"b":-3,"A":8,",":2}},"\u00d9":{"d":"128,6v-66,0,-103,-31,-103,-108r0,-138r62,0r0,130v-2,46,10,56,42,61v33,-4,43,-16,43,-61r0,-130r62,0r0,138v3,71,-43,108,-106,108xm70,-301r34,-30r52,49r-25,23","w":259},"\u00dd":{"d":"82,-115r-86,-125r74,0r46,65r43,-65r76,0r-90,125r0,115r-63,0r0,-115xm177,-301r-61,42r-24,-23r52,-49","w":230,"k":{"\u00fa":22,"\u00f3":26,"\u00e9":26,"\u00e1":26,"\u00c4":23,"\u00c2":23,"\u00c1":23,"J":24,";":6,":":3,".":23,"-":12,",":22}},"\u00e1":{"d":"146,-163r58,0r0,163r-58,0r0,-18v-44,53,-133,6,-133,-64v0,-70,85,-114,133,-65r0,-16xm111,-119v-20,0,-38,17,-38,37v0,21,17,38,38,38v21,0,37,-17,37,-38v0,-21,-16,-37,-37,-37xm167,-236r-55,49r-27,-20r45,-55","w":223},"\u00e2":{"d":"146,-163r58,0r0,163r-58,0r0,-18v-44,53,-133,6,-133,-64v0,-70,85,-114,133,-65r0,-16xm111,-119v-20,0,-38,17,-38,37v0,21,17,38,38,38v21,0,37,-17,37,-38v0,-21,-16,-37,-37,-37xm43,-215r70,-53r72,53r-26,28r-46,-35r-45,35","w":223},"\u00e4":{"d":"146,-163r58,0r0,163r-58,0r0,-18v-44,53,-133,6,-133,-64v0,-70,85,-114,133,-65r0,-16xm111,-119v-20,0,-38,17,-38,37v0,21,17,38,38,38v21,0,37,-17,37,-38v0,-21,-16,-37,-37,-37xm73,-251v17,0,32,14,32,31v0,17,-15,32,-32,32v-17,0,-31,-14,-31,-32v0,-17,14,-31,31,-31xm155,-251v17,0,31,14,31,31v0,17,-14,32,-31,32v-17,0,-31,-14,-31,-32v0,-17,14,-31,31,-31","w":223,"k":{"y":-3,"w":-3,"v":-3}},"\u00e0":{"d":"146,-163r58,0r0,163r-58,0r0,-18v-44,53,-133,6,-133,-64v0,-70,85,-114,133,-65r0,-16xm111,-119v-20,0,-38,17,-38,37v0,21,17,38,38,38v21,0,37,-17,37,-38v0,-21,-16,-37,-37,-37xm61,-236r37,-26r45,55r-26,20","w":223},"\u00e5":{"d":"146,-163r58,0r0,163r-58,0r0,-18v-44,53,-133,6,-133,-64v0,-70,85,-114,133,-65r0,-16xm111,-119v-20,0,-38,17,-38,37v0,21,17,38,38,38v21,0,37,-17,37,-38v0,-21,-16,-37,-37,-37xm65,-226v0,-23,21,-38,51,-37v30,0,48,14,48,37v0,24,-20,39,-51,38v-30,0,-48,-15,-48,-38xm114,-240v-12,0,-19,6,-19,14v0,9,7,15,19,15v12,0,20,-6,20,-15v0,-9,-8,-14,-20,-14","w":223},"\u00e3":{"d":"146,-163r58,0r0,163r-58,0r0,-18v-44,53,-133,6,-133,-64v0,-70,85,-114,133,-65r0,-16xm111,-119v-20,0,-38,17,-38,37v0,21,17,38,38,38v21,0,37,-17,37,-38v0,-21,-16,-37,-37,-37xm181,-239v-1,69,-54,48,-90,37v-7,0,-9,3,-11,13r-27,0v-2,-30,13,-50,34,-50v10,-7,62,36,65,0r29,0","w":223},"\u00e7":{"d":"143,-159r0,49v-27,-21,-70,-7,-70,29v0,35,44,52,70,28r0,49v-61,28,-130,-14,-130,-76v0,-63,69,-108,130,-79xm125,40r-49,46r-26,-16r42,-52","w":155},"\u00e9":{"d":"190,-50v-9,39,-40,56,-83,56v-57,0,-94,-33,-94,-86v0,-54,35,-88,91,-88v57,0,91,36,89,97r-121,0v-5,38,48,50,63,21r55,0xm73,-104r66,0v-5,-34,-62,-37,-66,0xm158,-236r-55,49r-27,-20r46,-55","w":205,"k":{"t":-1}},"\u00ea":{"d":"190,-50v-9,39,-40,56,-83,56v-57,0,-94,-33,-94,-86v0,-54,35,-88,91,-88v57,0,91,36,89,97r-121,0v-5,38,48,50,63,21r55,0xm73,-104r66,0v-5,-34,-62,-37,-66,0xm33,-215r71,-53r71,53r-25,28r-46,-35r-46,35","w":205},"\u00eb":{"d":"190,-50v-9,39,-40,56,-83,56v-57,0,-94,-33,-94,-86v0,-54,35,-88,91,-88v57,0,91,36,89,97r-121,0v-5,38,48,50,63,21r55,0xm73,-104r66,0v-5,-34,-62,-37,-66,0xm62,-251v17,0,32,14,32,31v0,17,-15,32,-32,32v-17,0,-31,-14,-31,-32v0,-17,14,-31,31,-31xm144,-251v17,0,31,14,31,31v0,17,-14,32,-31,32v-17,0,-31,-14,-31,-32v0,-17,14,-31,31,-31","w":205},"\u00e8":{"d":"190,-50v-9,39,-40,56,-83,56v-57,0,-94,-33,-94,-86v0,-54,35,-88,91,-88v57,0,91,36,89,97r-121,0v-5,38,48,50,63,21r55,0xm73,-104r66,0v-5,-34,-62,-37,-66,0xm53,-236r36,-26r46,55r-27,20","w":205},"\u00ed":{"d":"77,-163r0,163r-57,0r0,-163r57,0xm104,-236r-55,49r-27,-20r45,-55","w":96,"k":{"v":-3}},"\u00ee":{"d":"77,-163r0,163r-57,0r0,-163r57,0xm-15,-215r64,-53r63,53r-25,28r-38,-35r-40,35","w":96},"\u00ef":{"d":"77,-163r0,163r-57,0r0,-163r57,0xm12,-251v17,0,31,14,31,31v0,17,-14,32,-31,32v-17,0,-32,-14,-32,-32v0,-17,15,-31,32,-31xm86,-251v17,0,31,14,31,31v0,17,-14,32,-31,32v-17,0,-31,-14,-31,-32v0,-17,14,-31,31,-31","w":96},"\u00ec":{"d":"77,-163r0,163r-57,0r0,-163r57,0xm-7,-236r37,-26r45,55r-26,20","w":96},"\u00f1":{"d":"108,-121v-47,0,-27,75,-31,121r-57,0r0,-163r57,0r0,20v34,-45,115,-26,115,39r0,104r-58,0v-5,-43,18,-121,-26,-121xm170,-239v0,70,-54,47,-90,37v-7,0,-9,3,-11,13r-27,0v0,-28,13,-50,35,-50v9,-7,62,36,64,0r29,0","w":211},"\u00f3":{"d":"111,-169v58,0,99,36,99,87v0,52,-41,88,-99,88v-57,0,-98,-36,-98,-89v0,-49,42,-86,98,-86xm111,-120v-20,0,-37,18,-37,38v0,21,17,37,38,37v21,0,37,-16,37,-37v0,-21,-17,-38,-38,-38xm165,-236r-56,49r-27,-20r46,-55","w":222,"k":{"w":7}},"\u00f4":{"d":"111,-169v58,0,99,36,99,87v0,52,-41,88,-99,88v-57,0,-98,-36,-98,-89v0,-49,42,-86,98,-86xm111,-120v-20,0,-37,18,-37,38v0,21,17,37,38,37v21,0,37,-16,37,-37v0,-21,-17,-38,-38,-38xm41,-215r70,-53r72,53r-26,28r-46,-35r-46,35","w":222},"\u00f6":{"d":"111,-169v58,0,99,36,99,87v0,52,-41,88,-99,88v-57,0,-98,-36,-98,-89v0,-49,42,-86,98,-86xm111,-120v-20,0,-37,18,-37,38v0,21,17,37,38,37v21,0,37,-16,37,-37v0,-21,-17,-38,-38,-38xm71,-251v17,0,31,14,31,31v0,17,-14,32,-31,32v-17,0,-31,-14,-31,-32v0,-17,14,-31,31,-31xm153,-251v17,0,31,14,31,31v0,17,-14,32,-31,32v-17,0,-32,-14,-32,-32v0,-17,15,-31,32,-31","w":222,"k":{"y":9,"x":11,"w":7,"v":7,"t":-1}},"\u00f2":{"d":"111,-169v58,0,99,36,99,87v0,52,-41,88,-99,88v-57,0,-98,-36,-98,-89v0,-49,42,-86,98,-86xm111,-120v-20,0,-37,18,-37,38v0,21,17,37,38,37v21,0,37,-16,37,-37v0,-21,-17,-38,-38,-38xm58,-236r37,-26r45,55r-26,20","w":222},"\u00f5":{"d":"111,-169v58,0,99,36,99,87v0,52,-41,88,-99,88v-57,0,-98,-36,-98,-89v0,-49,42,-86,98,-86xm111,-120v-20,0,-37,18,-37,38v0,21,17,37,38,37v21,0,37,-16,37,-37v0,-21,-17,-38,-38,-38xm178,-239v0,70,-55,47,-89,37v-7,0,-10,3,-12,13r-27,0v0,-28,13,-50,35,-50v10,-7,62,36,65,0r28,0","w":222},"\u00fa":{"d":"77,-163v6,44,-20,122,30,122v49,0,23,-79,29,-122r58,0r0,104v0,43,-30,66,-87,66v-57,0,-87,-23,-87,-66r0,-104r57,0xm162,-236r-55,49r-27,-20r45,-55","w":213},"\u00fb":{"d":"77,-163v6,44,-20,122,30,122v49,0,23,-79,29,-122r58,0r0,104v0,43,-30,66,-87,66v-57,0,-87,-23,-87,-66r0,-104r57,0xm36,-215r70,-53r71,53r-25,28r-46,-35r-46,35","w":213},"\u00fc":{"d":"77,-163v6,44,-20,122,30,122v49,0,23,-79,29,-122r58,0r0,104v0,43,-30,66,-87,66v-57,0,-87,-23,-87,-66r0,-104r57,0xm66,-251v17,0,31,14,31,31v0,17,-14,32,-31,32v-17,0,-31,-14,-31,-32v0,-17,14,-31,31,-31xm148,-251v17,0,31,14,31,31v0,17,-14,32,-31,32v-17,0,-32,-14,-32,-32v0,-17,15,-31,32,-31","w":213},"\u00f9":{"d":"77,-163v6,44,-20,122,30,122v49,0,23,-79,29,-122r58,0r0,104v0,43,-30,66,-87,66v-57,0,-87,-23,-87,-66r0,-104r57,0xm51,-236r37,-26r45,55r-26,20","w":213},"\u00fd":{"d":"79,-22r-79,-141r67,0r44,83r42,-83r66,0r-131,245r-65,0xm167,-236r-55,49r-27,-20r46,-55","w":218,"k":{".":17,",":18}},"\u00ff":{"d":"79,-22r-79,-141r67,0r44,83r42,-83r66,0r-131,245r-65,0xm69,-251v17,0,31,14,31,31v0,17,-14,32,-31,32v-17,0,-32,-14,-32,-32v0,-17,15,-31,32,-31xm150,-251v17,0,32,14,32,31v0,17,-15,32,-32,32v-17,0,-31,-14,-31,-32v0,-17,14,-31,31,-31","w":218}}});Cufon.registerFont({"w":204,"face":{"font-family":"Futura_T_MediumOblique","font-weight":600,"font-style":"oblique","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-10 -329 336 76","underline-thickness":"42.12","underline-position":"4.32","slope":"-7","stemh":"35","stemv":"48","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"!":{"d":"29,-75r20,-165r39,0r-20,165r-39,0xm42,-51v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28","w":98},"\"":{"d":"28,-141r6,-99r42,0r-18,99r-30,0xm94,-141r5,-99r43,0r-19,99r-29,0","w":136},"#":{"d":"201,-175r-4,34r-36,0r-7,37r34,0r-4,34r-36,0r-13,74r-34,-5r13,-69r-32,0r-14,74r-34,-5r13,-70r-34,0r4,-33r37,0r6,-37r-34,0r4,-34r37,0r13,-69r33,5r-12,64r32,0r13,-69r33,5r-12,64r34,0xm127,-141r-32,0r-7,37r32,0"},"$":{"d":"10,-19r17,-45v26,16,46,22,71,22v28,0,44,-10,44,-28v9,-22,-76,-32,-83,-39v-50,-19,-42,-101,4,-121v14,-6,24,-10,44,-11r4,-34r28,0r-4,34v18,3,37,9,51,18r-14,43v-23,-12,-43,-17,-62,-17v-26,0,-41,10,-41,27v0,30,95,33,98,48v49,42,8,133,-62,123r-4,40r-29,0r5,-40v-27,-4,-44,-8,-67,-20"},"%":{"d":"21,-170v-8,-77,94,-102,95,-20v9,79,-96,104,-95,20xm72,-221v-15,0,-26,23,-26,51v0,21,6,31,18,31v15,0,26,-21,26,-51v0,-19,-7,-31,-18,-31xm93,-4r88,-239r19,7r-88,239xm177,-51v-8,-77,94,-102,95,-20v10,80,-95,103,-95,20xm229,-101v-15,0,-27,22,-27,50v0,21,6,32,18,32v15,0,27,-21,27,-51v0,-19,-7,-31,-18,-31","w":283},"&":{"d":"172,-188v0,32,-17,47,-44,62r26,39r26,-22r25,34r-27,23r35,52r-52,0r-17,-25v-49,52,-129,31,-129,-33v0,-31,16,-53,56,-77v-42,-46,-14,-109,44,-109v34,0,57,23,57,56xm122,-59r-31,-45v-28,21,-33,27,-33,40v0,33,40,27,64,5xm108,-154v18,-13,25,-22,25,-34v0,-12,-9,-20,-21,-20v-32,0,-22,35,-4,54","w":220},"(":{"d":"88,42r-29,19v-70,-109,-29,-254,39,-327r28,19v-64,98,-83,181,-38,289","w":117},")":{"d":"34,-247r29,-19v70,109,29,254,-39,327r-27,-19v64,-99,81,-181,37,-289","w":117},"*":{"d":"103,-217r3,-48r36,4r-8,48r47,-12r7,36r-48,6r25,42r-31,17r-22,-43r-31,37r-26,-25r35,-34r-45,-18r15,-32"},"+":{"d":"19,-106r0,-33r71,0r0,-69r34,0r0,69r71,0r0,33r-71,0r0,71r-34,0r0,-71r-71,0"},",":{"d":"-3,59r25,-102r46,0r-46,102r-25,0","w":96,"k":{"1":25}},"-":{"d":"-3,-56r4,-37r78,0r-5,37r-77,0","w":77,"k":{"Y":10,"W":-8,"V":-1,"T":-4,"A":-13}},"\u00ad":{"d":"-3,-56r4,-37r78,0r-5,37r-77,0","w":77},".":{"d":"41,-51v15,0,27,13,27,28v0,15,-12,28,-27,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28","w":96,"k":{"1":24}},"\/":{"d":"105,-266r34,10r-100,317r-35,-10","w":136},"0":{"d":"96,5v-53,0,-80,-43,-80,-104v0,-85,42,-146,102,-146v49,0,79,39,79,102v1,74,-32,148,-101,148xm98,-35v40,0,52,-63,54,-106v3,-71,-52,-83,-76,-31v-18,38,-26,137,22,137","k":{"7":12,"4":-1,"1":21}},"1":{"d":"73,0r25,-200r-31,0r5,-40r76,0r-30,240r-45,0","k":{"9":27,"8":26,"7":35,"6":29,"5":28,"4":30,"3":27,"2":30,"1":45,"0":21,".":20,",":22}},"2":{"d":"29,-162v3,-53,34,-83,83,-83v44,0,76,30,76,73v0,36,-20,65,-93,132r84,0r-5,40r-169,0v35,-43,138,-128,138,-174v0,-19,-12,-31,-31,-31v-23,0,-35,13,-39,43r-44,0","k":{"7":13,"4":6,"1":25}},"3":{"d":"145,-126v68,31,29,138,-49,131v-49,-5,-75,-21,-74,-74r44,0v1,25,12,35,33,35v22,0,36,-14,36,-38v0,-23,-13,-33,-44,-33r4,-36v51,13,65,-65,18,-65v-21,0,-32,12,-34,34r-44,0v7,-47,34,-73,79,-73v77,0,96,101,31,119","k":{"7":17,"4":4,"1":25}},"4":{"d":"108,0r6,-51r-104,0r5,-40r117,-149r50,0r-19,154r27,0r-4,35r-27,0r-6,51r-45,0xm118,-86r13,-104r-79,104r66,0","k":{"7":15,"4":-1,"1":24}},"5":{"d":"185,-240r-5,40r-78,0r-10,46v55,-7,88,18,90,69v3,87,-108,115,-173,66r13,-39v29,17,46,23,67,23v28,0,48,-19,48,-45v0,-39,-50,-52,-92,-37r27,-123r113,0","k":{"7":18,"4":3,"1":26}},"6":{"d":"129,-240r55,0r-76,89v51,-3,81,22,81,70v0,50,-38,86,-91,86v-77,1,-108,-80,-60,-137xm104,-120v-26,0,-45,19,-45,45v0,24,15,40,39,40v27,0,46,-19,46,-45v0,-24,-16,-40,-40,-40","k":{"7":19,"1":27}},"7":{"d":"24,0r117,-200r-99,0r6,-40r165,0r-138,240r-51,0","k":{":":8,"7":4,"6":25,"4":25,"1":16,".":31}},"8":{"d":"19,-64v0,-37,20,-59,57,-65v-63,-29,-28,-116,44,-116v76,0,95,104,28,119v70,32,27,131,-46,131v-49,0,-83,-27,-83,-69xm103,-108v-22,0,-39,16,-39,38v0,21,15,36,36,36v23,0,39,-17,39,-40v0,-21,-14,-34,-36,-34xm118,-208v-20,0,-33,13,-33,34v0,19,11,33,30,33v20,0,34,-15,34,-36v0,-19,-13,-31,-31,-31","k":{"7":14,"4":2,"1":24}},"9":{"d":"85,0r-55,0r75,-89v-51,3,-80,-22,-80,-70v0,-50,38,-86,91,-86v77,-1,106,80,59,137xm115,-205v-27,0,-45,18,-45,45v0,24,16,40,40,40v26,0,44,-19,44,-45v0,-24,-15,-40,-39,-40","k":{"7":12,"4":13,"1":24}},":":{"d":"41,-51v15,0,27,13,27,28v0,15,-12,28,-27,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28xm53,-150v15,0,28,12,28,27v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-27,28,-27","w":96},";":{"d":"-3,59r25,-102r46,0r-46,102r-25,0xm58,-134v15,0,27,13,27,28v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28v0,-15,13,-28,28,-28","w":96},"<":{"d":"172,-219r0,46r-106,53r106,53r0,46r-156,-80r0,-39","w":180},"=":{"d":"19,-135r0,-32r176,0r0,32r-176,0xm19,-77r0,-32r176,0r0,32r-176,0"},">":{"d":"16,-21r0,-46r107,-53r-107,-53r0,-46r156,79r0,40","w":180},"?":{"d":"23,-171v4,-50,29,-71,74,-74v73,-6,93,96,43,131v-10,8,-18,10,-33,11r-4,30r-44,0r8,-67v31,5,57,-6,56,-34v0,-18,-11,-29,-29,-29v-18,0,-29,11,-32,32r-39,0xm75,-51v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28","w":169},"@":{"d":"152,5v-80,1,-134,-56,-134,-125v0,-71,57,-126,130,-126v68,0,119,47,119,109v0,47,-28,88,-63,88v-13,0,-24,-8,-28,-20v-34,44,-100,10,-100,-47v0,-57,66,-91,104,-55r1,-12r30,0r-11,98v0,6,2,10,7,10v17,0,35,-30,35,-60v0,-49,-39,-86,-93,-86v-57,0,-101,44,-101,101v0,89,109,126,183,78r10,25v-31,15,-57,22,-89,22xm143,-157v-21,0,-36,18,-36,43v0,22,12,38,29,38v21,0,40,-22,40,-47v0,-20,-14,-34,-33,-34","w":275},"A":{"d":"-5,0r121,-240r46,0r51,240r-50,0r-7,-39r-89,0r-19,39r-53,0xm147,-84v-5,-31,-17,-63,-15,-98r-3,0v-6,29,-29,69,-42,98r60,0","w":223,"k":{"\u00dd":17,"w":-2,"u":-2,"t":-5,"q":-3,"o":-2,"g":-2,"e":-2,"d":-3,"c":-3,"Y":17,"W":6,"V":11,"U":4,"T":11,"Q":6,"O":6,"J":-6,"G":6,"C":6,".":-12,"-":-17,",":-9}},"B":{"d":"192,-72v0,52,-34,72,-104,72r-70,0r29,-240v69,-1,141,-5,138,59v-1,30,-14,49,-43,55v34,7,50,20,50,54xm140,-75v1,-30,-29,-27,-62,-27r-7,61v38,2,69,-1,69,-34xm83,-140v34,3,55,-4,55,-33v0,-25,-20,-27,-48,-26","w":205,"k":{"\u00d6":1,"Y":13,"W":1,"V":5,"O":1,"J":-6}},"C":{"d":"189,-11v-75,45,-170,-13,-170,-101v0,-103,108,-167,196,-114r-6,53v-55,-51,-138,-15,-138,61v0,69,77,90,125,45","w":213,"k":{"\u00c4":-3,"y":4,"Z":-1,"J":-5,"A":-3,";":-18,":":-17,".":-9,",":-7}},"D":{"d":"225,-131v0,87,-44,135,-141,131r-66,0r29,-240r61,0v86,-3,117,33,117,109xm174,-134v0,-53,-27,-66,-84,-63r-19,154v73,4,103,-27,103,-91","w":234,"k":{"\u00c4":9,"Y":12,"V":5,"T":5,"A":9}},"E":{"d":"18,0r29,-240r124,0r-5,44r-76,0r-7,53r74,0r-6,45r-73,0r-7,54r77,0r-6,44r-124,0","w":168,"k":{"\u00d6":-1,"\u00d3":-1,"v":-4,"O":-1,"C":-1}},"F":{"d":"18,0r29,-240r114,0r-6,44r-65,0r-7,53r66,0r-6,45r-65,0r-12,98r-48,0","w":153,"k":{"\u00fa":3,"\u00e9":-1,"\u00d6":-1,"\u00c4":11,"\u00c2":11,"\u00c1":11,"u":3,"r":1,"e":-1,"O":-1,"J":10,"A":11,".":11,"-":-14,",":12}},"G":{"d":"133,5v-64,0,-114,-49,-114,-116v0,-77,54,-134,126,-134v43,0,76,20,96,57r-41,23v-38,-65,-129,-23,-129,53v0,72,101,96,117,31r-61,0r6,-44r115,0v-1,82,-45,130,-115,130","w":259,"k":{"\u00c4":9,"Y":14,"W":3,"V":7,"T":5,"A":9,";":-19,":":-19,".":-3,",":-1}},"H":{"d":"18,0r29,-240r48,0r-11,96r87,0r12,-96r48,0r-30,240r-48,0r13,-100r-88,0r-12,100r-48,0","w":239},"I":{"d":"18,0r29,-240r48,0r-29,240r-48,0","w":103},"J":{"d":"94,-240r49,0r-22,177v0,87,-107,90,-123,18r37,-19v9,33,34,29,39,-9","w":151,"k":{"\u00c4":8,"A":8}},"K":{"d":"18,0r29,-240r48,0r-13,108r80,-108r55,0r-88,119r75,121r-60,0r-64,-116r-14,116r-48,0","w":213,"k":{"\u00f3":10,"\u00d6":12,"\u00d3":12,"y":12,"u":10,"o":10,"e":10,"a":8,"T":-5,"O":12,"G":12,"C":12,"-":-3}},"L":{"d":"18,0r29,-240r48,0r-24,196r72,0r-5,44r-120,0","w":152,"k":{"\u00fd":7,"\u00fc":1,"\u00dd":23,"\u00dc":5,"\u00d6":9,"\u00d3":9,"y":5,"u":1,"j":-1,"Y":23,"W":10,"V":16,"U":5,"T":13,"O":9,"G":9,"C":9,"-":-13}},"M":{"d":"7,0r74,-240r45,0v7,55,23,106,24,163r3,0v17,-59,50,-109,73,-163r45,0r5,240r-48,0v1,-51,-8,-104,1,-151r-3,-1v-17,57,-46,100,-68,152r-32,0r-22,-117v-4,-17,-3,-22,-3,-38r-3,0v-7,59,-30,102,-43,155r-48,0","w":300,"k":{"j":-4}},"N":{"d":"18,0r29,-240r48,0v32,58,74,110,99,174r3,0v-2,-61,12,-116,16,-174r49,0r-30,240r-48,0v-31,-55,-77,-114,-99,-174v-7,9,0,19,-2,36r-17,138r-48,0","w":269,"k":{"\u00c4":2,"j":-2,"a":-1,"A":2,".":-4,",":-2}},"O":{"d":"136,5v-68,-1,-117,-47,-117,-118v0,-75,56,-132,129,-132v69,0,116,46,116,115v0,73,-56,136,-128,135xm138,-43v44,0,75,-41,74,-85v0,-41,-25,-69,-63,-69v-44,0,-78,36,-78,84v0,42,27,70,67,70","w":273,"k":{"\u00c4":10,"Z":6,"Y":14,"X":8,"W":1,"V":5,"T":7,"J":1,"A":10,";":-18,":":-19,",":3}},"P":{"d":"194,-168v-2,62,-45,83,-117,78r-11,90r-48,0r29,-240v79,-3,150,-4,147,72xm142,-168v1,-28,-20,-29,-52,-28r-8,65v36,2,60,-6,60,-37","w":192,"k":{"\u00c4":15,"\u00c2":15,"\u00c1":15,"o":6,"e":6,"a":6,"Y":4,"J":17,"A":15,".":23,"-":-3,",":25}},"Q":{"d":"213,17r-19,-25v-82,39,-175,-12,-175,-103v0,-77,55,-134,129,-134v115,0,151,145,77,214r26,34xm163,-48r-26,-33r38,-14r18,24v37,-43,18,-126,-44,-126v-45,0,-78,36,-78,85v0,49,44,82,92,64","w":273},"R":{"d":"190,-175v-2,39,-20,69,-58,73r61,102r-56,0r-59,-99r-12,99r-48,0r29,-240v73,-1,147,-6,143,65xm82,-131v35,3,55,-8,57,-38v2,-25,-21,-29,-49,-27","w":206,"k":{"\u00dd":12,"\u00dc":5,"\u00d6":5,"\u00d3":5,"y":1,"u":5,"o":6,"e":5,"Y":12,"W":4,"V":8,"U":5,"T":3,"O":5,"J":2,"G":5,"C":5,"-":-3}},"S":{"d":"107,-69v0,-34,-87,-52,-79,-102v-3,-69,91,-96,141,-53r-21,43v-23,-17,-68,-27,-68,6v0,11,4,15,29,31v39,24,50,40,50,69v0,74,-90,105,-155,57r25,-40v20,11,33,15,48,15v18,0,30,-11,30,-26","w":171,"k":{"\u00e9":-3,"\u00c4":2,"t":-4,"Y":-1,"W":-2,"V":-2,"T":-3,"J":-7,"A":2}},"T":{"d":"41,0r25,-196r-50,0r6,-44r143,0r-6,44r-46,0r-24,196r-48,0","w":147,"k":{"\u00fd":10,"\u00fa":11,"\u00f4":11,"\u00f3":11,"\u00ed":4,"\u00e9":11,"\u00e7":9,"\u00e1":9,"\u00d6":3,"\u00d3":3,"\u00c4":13,"\u00c2":13,"\u00c1":13,"\u00ab":11,"y":10,"w":9,"v":10,"u":11,"s":7,"r":7,"o":11,"j":-4,"i":-4,"g":9,"e":9,"c":9,"a":9,"Y":-14,"W":-13,"V":-13,"S":-4,"O":3,"J":11,"G":3,"C":3,"A":13,";":-8,":":-10,".":6,"-":-5,",":8}},"U":{"d":"192,-27v-33,51,-172,44,-165,-39v5,-57,14,-118,20,-174r48,0r-19,161v-4,44,72,48,82,11v13,-47,16,-118,25,-172r48,0v-12,66,-11,169,-39,213","w":239,"k":{"\u00c4":10,"A":10,",":2}},"V":{"d":"19,-240r49,0v10,56,30,104,33,167r2,0v20,-59,54,-112,79,-167r52,0r-122,240r-39,0","w":214,"k":{"\u00fd":4,"\u00fc":9,"\u00fa":15,"\u00f6":10,"\u00f4":15,"\u00f3":18,"\u00ed":9,"\u00e9":16,"\u00e4":13,"\u00e1":17,"\u00d6":8,"\u00d4":8,"\u00d3":8,"\u00c4":18,"\u00c2":18,"\u00c1":18,"\u00ab":18,"y":4,"u":16,"r":14,"o":18,"g":17,"e":16,"c":16,"a":17,"T":-13,"S":2,"O":8,"J":18,"G":8,"C":8,"A":18,":":-2,".":19,"-":2,",":22}},"W":{"d":"19,-240r49,0v5,55,18,106,18,163r3,0v16,-59,45,-108,66,-163r43,0v6,54,21,105,18,164r4,0v15,-58,44,-110,65,-164r51,0r-104,240r-44,0r-22,-170v-16,63,-47,113,-69,170r-44,0","w":316,"k":{"\u00fc":8,"\u00fa":11,"\u00f6":9,"\u00f4":11,"\u00f3":11,"\u00ed":7,"\u00e9":11,"\u00e4":9,"\u00e1":9,"\u00d6":4,"\u00d4":4,"\u00d3":4,"\u00c4":12,"\u00c2":12,"\u00c1":12,"\u00ab":13,"y":1,"u":11,"r":9,"o":11,"g":10,"e":11,"c":11,"a":9,"Y":-15,"T":-13,"S":1,"O":4,"G":4,"C":4,"A":12,";":-6,".":12,"-":-4,",":14}},"X":{"d":"-1,0r83,-124r-63,-116r55,0v13,23,34,63,40,84v9,-29,34,-57,49,-84r56,0r-80,118r67,122r-55,0v-16,-26,-35,-61,-44,-90v-6,29,-38,64,-54,90r-54,0","w":213,"k":{"y":10,"o":7,"e":7,"Q":8,"O":8,"C":8,"-":-6}},"Y":{"d":"68,0r13,-105r-64,-135r55,0r36,82r55,-82r58,0r-92,135r-13,105r-48,0","w":201,"k":{"\u00fa":22,"\u00f3":22,"\u00ed":13,"\u00e9":22,"\u00e1":20,"\u00d6":13,"\u00c4":23,"\u00c2":23,"\u00c1":23,"\u00ab":24,"v":13,"u":22,"q":20,"p":20,"o":22,"i":2,"g":21,"e":22,"a":20,"W":-14,"T":-13,"S":4,"O":13,"J":22,"G":13,"C":13,"A":23,";":4,":":3,".":19,"-":8,",":20}},"Z":{"d":"7,0r110,-196r-91,0r5,-44r168,0r-111,196r98,0r-6,44r-173,0","w":197,"k":{"\u00d3":5,"O":5,";":-16,":":-17,".":-10,",":-9}},"[":{"d":"9,58r40,-320r85,0r-4,29r-43,0r-32,261r43,0r-3,30r-86,0","w":121},"\\":{"d":"77,-266r22,324r-36,3r-23,-324","w":136},"]":{"d":"117,-262r-39,320r-86,0r4,-30r43,0r32,-261r-43,0r4,-29r85,0","w":121},"^":{"d":"55,-120r-49,0r58,-122r61,0r58,122r-49,0r-39,-84","w":180},"_":{"d":"4,17r180,0r0,42r-180,0r0,-42","w":180},"a":{"d":"136,-145r43,0r-17,145r-45,0r4,-21v-37,49,-109,25,-109,-42v0,-73,78,-119,121,-62xm98,-115v-21,0,-39,21,-39,46v0,21,12,34,31,34v22,0,38,-19,38,-45v0,-21,-12,-35,-30,-35","w":192,"k":{"y":-3,"w":-3,"v":-3}},"b":{"d":"11,0r32,-262r44,0r-17,139v38,-52,107,-26,107,42v0,73,-78,117,-119,60r-3,21r-44,0xm99,-112v-21,0,-37,20,-37,45v0,21,11,35,29,35v21,0,39,-19,39,-45v0,-21,-13,-35,-31,-35","w":190,"k":{"y":2,"v":1,"j":-2}},"c":{"d":"121,-46r-9,45v-54,19,-101,-9,-101,-66v0,-67,61,-100,121,-74r-7,40v-31,-15,-68,-6,-67,32v0,32,36,38,63,23","w":135,"k":{"j":-4,"J":-6}},"d":{"d":"193,-262r-32,262r-44,0r3,-22v-34,51,-110,26,-110,-42v0,-72,81,-118,122,-60r17,-138r44,0xm96,-114v-21,0,-38,20,-38,45v0,21,12,35,30,35v21,0,38,-20,38,-46v0,-21,-12,-34,-30,-34","w":192,"k":{"j":-2}},"e":{"d":"54,-63v2,32,39,38,60,19r38,16v-31,56,-141,38,-141,-41v0,-48,34,-81,81,-81v47,-1,75,35,69,87r-107,0xm58,-93r64,0v-5,-36,-53,-30,-64,0","w":173,"k":{"y":4,"x":3,"w":2,"v":4,"j":1}},"f":{"d":"15,0r14,-112r-18,0r4,-33r18,0v7,-50,7,-120,61,-120v9,0,16,0,27,3r-5,38v-41,-15,-32,49,-39,79r31,0r-4,33r-31,0r-14,112r-44,0","w":103,"k":{"\u00fd":-12,"\u00f3":-2,"\u00e9":-3,"\u00e1":-2,"t":-8,"s":-5,"o":-2,"l":-1,"j":-1,"f":-7,"e":-3,"a":-2}},"g":{"d":"134,-145r44,0v-19,88,8,218,-104,218v-40,0,-62,-18,-65,-51r44,0v5,27,51,22,58,-4v2,-7,4,-14,7,-34v-38,37,-108,13,-108,-46v0,-72,85,-124,120,-57xm95,-111v-21,0,-37,20,-37,46v0,21,11,35,29,35v21,0,39,-20,39,-46v0,-21,-13,-35,-31,-35","w":191},"h":{"d":"11,0r32,-262r44,0r-16,135v20,-18,30,-23,48,-23v73,1,30,94,30,150r-45,0r12,-93v0,-25,-41,-22,-47,-1v-7,23,-10,65,-14,94r-44,0","w":179,"k":{"\u00fd":2,"y":2,"v":1}},"i":{"d":"73,-145r-18,145r-44,0r18,-145r44,0xm58,-227v14,0,26,12,26,26v0,15,-12,27,-26,27v-15,0,-27,-12,-27,-27v0,-15,12,-26,27,-26","w":86,"k":{"j":-2}},"j":{"d":"73,-145r-26,212r-44,0r25,-212r45,0xm58,-227v14,0,26,12,26,26v0,15,-12,27,-26,27v-15,0,-27,-12,-27,-27v0,-15,12,-26,27,-26","w":86},"k":{"d":"11,0r32,-262r44,0r-21,175r47,-58r53,0r-58,69r50,76r-53,0r-41,-75r-9,75r-44,0","w":165,"k":{"\u00fc":2,"\u00f6":5,"\u00f3":5,"\u00e4":4,"u":2,"o":5,"g":3,"e":5,"c":3,"a":4,".":-1,"-":-2,",":-3}},"l":{"d":"11,0r32,-262r44,0r-32,262r-44,0","w":86,"k":{"j":-2}},"m":{"d":"11,0r18,-145r44,0r-3,21v23,-32,72,-38,89,-2v29,-43,104,-28,96,33r-12,93r-44,0r11,-93v0,-25,-38,-21,-46,-3v-10,22,-10,66,-15,96r-45,0r11,-92v1,-26,-39,-23,-46,-3v-7,25,-9,66,-14,95r-44,0","w":273,"k":{"y":2,"v":1,"p":-1,"j":-1}},"n":{"d":"118,-150v72,-4,33,95,31,150r-44,0r11,-93v1,-26,-39,-21,-46,-3v-9,25,-10,66,-15,96r-44,0r18,-145r44,0r-3,22v18,-21,29,-27,48,-27","w":180,"k":{"y":2,"v":1,"p":-1,"j":-1}},"o":{"d":"94,-150v46,0,77,31,77,75v0,45,-35,80,-81,80v-47,0,-79,-30,-79,-74v0,-45,37,-81,83,-81xm94,-111v-20,0,-35,17,-35,41v0,21,12,35,30,35v21,0,35,-17,35,-41v0,-21,-12,-35,-30,-35","w":184,"k":{"y":4,"x":3,"w":1,"v":3,"t":-1}},"p":{"d":"3,67r26,-212r44,0r-3,22v37,-50,109,-26,109,41v0,72,-76,120,-121,61r-11,88r-44,0xm102,-113v-21,0,-38,20,-38,46v0,21,12,35,30,35v21,0,37,-20,37,-45v0,-21,-11,-36,-29,-36","w":192,"k":{"\u00fd":2,"y":2,"t":-1,"j":-1}},"q":{"d":"135,-145r44,0r-26,212r-44,0r11,-91v-34,53,-109,30,-109,-40v0,-72,82,-118,121,-60xm97,-116v-21,0,-38,20,-38,45v0,21,12,36,30,36v22,0,38,-19,38,-46v0,-22,-11,-35,-30,-35","w":191,"k":{"c":-1}},"r":{"d":"11,0r18,-145r44,0r-4,28v21,-28,27,-34,54,-33r-5,45v-32,-7,-51,2,-55,39r-8,66r-44,0","w":119,"k":{"\u00fd":-11,"\u00f6":-2,"\u00f4":-2,"\u00f3":-2,"\u00e9":-3,"\u00e4":-2,"\u00e1":-2,"z":-6,"y":-11,"x":-9,"w":-11,"v":-11,"t":-8,"s":-4,"q":-2,"o":-2,"g":-3,"f":-6,"e":-3,"d":-2,"c":-2,"a":-2,";":-7,":":-10,".":14,"-":-10,",":16}},"s":{"d":"3,-10r11,-35v23,12,32,15,46,15v11,0,17,-4,17,-12v0,-8,-2,-10,-27,-17v-59,-18,-38,-91,23,-91v18,0,32,4,52,14r-16,31v-17,-11,-47,-20,-53,0v0,8,1,8,29,16v61,16,39,94,-23,94v-21,0,-40,-5,-59,-15","w":134,"k":{"\u00e9":-1,"t":-4,"p":-2,"k":-3}},"t":{"d":"13,0r14,-112r-19,0r5,-33r18,0r6,-50r44,0r-6,50r20,0r-4,33r-20,0r-14,112r-44,0","w":92,"k":{"\u00f6":-1,"\u00f3":-1,"\u00e4":-1,"y":-10,"o":-1,"e":-1,"c":-2,"a":-1,";":-17,":":-18}},"u":{"d":"29,-145r44,0r-11,88v0,14,9,23,25,23v39,0,29,-75,38,-111r44,0v-12,68,-1,150,-84,150v-51,0,-71,-29,-65,-78","w":181,"k":{"j":-1}},"v":{"d":"5,-145r44,0v8,30,24,64,24,98r3,0v10,-37,34,-66,50,-98r45,0r-82,145r-40,0","w":162,"k":{"\u00f6":3,"\u00f3":3,"\u00e9":3,"\u00e4":3,"\u00e1":3,"s":-1,"o":3,"j":-3,"g":2,"e":3,"c":3,"a":3,";":-9,":":-12,".":11,"-":-9,",":14}},"w":{"d":"5,-145r43,0v6,30,23,63,19,97r3,0v10,-37,35,-65,51,-97r35,0v7,31,20,59,19,97r3,0v7,-28,36,-70,50,-97r46,0r-84,145r-35,0v-7,-32,-21,-66,-21,-102r-3,0v-10,38,-36,69,-53,102r-35,0","w":264,"k":{"\u00f6":3,"\u00f3":3,"\u00e4":3,"s":-1,"o":3,"g":2,"e":3,"c":3,"a":3,";":-9,":":-12,".":11,"-":-9,",":14}},"x":{"d":"-10,0r61,-77r-43,-68r51,0r19,39r27,-39r53,0r-56,70r47,75r-51,0r-25,-44r-32,44r-51,0","w":156,"k":{"q":3,"o":4,"e":3,"c":3,"a":2}},"y":{"d":"5,-145r47,0r26,91r43,-91r46,0r-104,211r-46,0r34,-71","w":158,"k":{"s":-2,"o":2,"j":-3,";":-13,":":-15,".":7,"-":-11,",":8}},"z":{"d":"0,0r68,-110r-56,0r4,-35r120,0r-67,110r58,0r-5,35r-122,0","w":138,"k":{"o":3,"e":3,";":-13,":":-15,",":-1}},"{":{"d":"116,-229v-64,-2,-8,109,-65,127v33,22,9,70,9,112v0,11,5,14,25,14r-5,37v-44,5,-70,-9,-61,-56v-1,-31,26,-81,-9,-91r5,-35v53,-14,-1,-152,80,-145v4,0,7,0,25,1","w":113},"|":{"d":"71,-240r47,0r0,300r-47,0r0,-300","w":180},"}":{"d":"58,-204v4,-17,-3,-28,-23,-25r4,-36v43,-7,70,9,60,55v2,32,-25,81,10,91r-5,35v-58,21,12,168,-105,145r5,-37v61,1,7,-108,63,-127v-30,-19,-11,-65,-9,-101","w":113},"~":{"d":"89,-224v-16,3,-17,6,-27,22r-25,-17v13,-30,21,-46,54,-50v9,-1,61,21,69,18v12,0,17,-4,25,-18r27,15v-16,32,-25,43,-57,48v-5,4,-59,-20,-66,-18","w":240},"\u00a1":{"d":"72,-108r-20,166r-39,0r20,-166r39,0xm59,-188v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28","w":98},"\u00a2":{"d":"95,-46v-60,-9,-63,-104,-22,-138v12,-9,22,-14,41,-17r4,-33r27,0r-4,33v9,2,14,4,22,7r-5,41v-37,-14,-67,-4,-69,33v-2,33,35,40,61,27r-5,44v-8,3,-11,3,-23,4r-5,39r-27,0"},"\u00a3":{"d":"183,-6v-53,33,-113,-21,-177,6r5,-41v38,-14,59,-30,54,-60r-48,0r4,-30r32,0v-38,-60,3,-114,72,-114v39,0,67,18,82,52r-39,21v-9,-42,-75,-41,-78,1v-1,9,11,29,13,40r60,0r-4,30r-50,0v4,27,-5,37,-29,56v28,3,68,13,92,-4"},"\u00a5":{"d":"28,-131r4,-32r22,0r-36,-77r53,0r36,82r55,-82r57,0r-52,77r25,0r-4,32r-44,0r-15,23r56,0r-4,33r-58,0r-9,75r-45,0r9,-75r-57,0r4,-33r55,0r-10,-23r-42,0"},"\u00a7":{"d":"62,-12v1,31,6,35,30,35v19,0,29,-10,29,-27v8,-23,-61,-32,-69,-45v-35,-30,-26,-94,21,-114v-41,-42,-9,-103,52,-103v46,0,65,25,63,75r-38,0v1,-24,-5,-39,-25,-39v-26,0,-40,35,-18,48v7,7,53,18,58,27v29,33,21,89,-23,109v45,37,13,113,-52,107v-46,-4,-74,-18,-71,-73r43,0xm106,-139v-20,0,-35,16,-35,37v0,21,15,35,35,35v21,0,36,-15,36,-36v0,-21,-15,-36,-36,-36"},"\u00a4":{"d":"7,-49r37,-37v-21,-30,-22,-68,0,-99r-37,-38r25,-25r38,37v32,-22,68,-21,100,0r37,-37r25,25r-37,37v22,34,22,66,1,99r37,37r-25,26r-37,-37v-32,22,-69,21,-102,0r-37,37xm121,-185v-28,0,-50,21,-50,49v0,27,22,49,49,49v27,0,49,-22,49,-49v0,-27,-22,-49,-48,-49","w":240},"'":{"d":"28,-141r6,-99r42,0r-18,99r-30,0","w":71},"\u00ab":{"d":"155,-125r-44,52r30,49r-24,15r-41,-66r57,-69xm90,-125r-44,52r31,49r-25,15r-41,-66r57,-69","w":163},"\u00b7":{"d":"48,-102v15,0,27,12,27,27v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,14,-27,29,-27","w":96},"\u2219":{"d":"48,-102v15,0,27,12,27,27v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,14,-27,29,-27","w":96},"\u00b6":{"d":"46,33r19,-155v-30,1,-46,-20,-48,-54v-5,-85,115,-61,195,-64r-5,41r-27,0r-28,232r-38,0r29,-232r-31,0r-28,232r-38,0"},"\u00bb":{"d":"7,-23r44,-53r-30,-49r24,-15r41,65r-57,71xm72,-23r44,-53r-31,-49r24,-15r42,65r-57,71","w":163,"k":{"Y":25,"W":9,"V":17,"T":14,"A":3}},"\u00bf":{"d":"148,-11v-3,50,-29,71,-73,74v-73,6,-94,-95,-44,-131v10,-8,19,-10,34,-11r4,-30r44,0r-9,67v-29,-7,-55,6,-55,33v0,18,11,30,29,30v18,0,28,-11,31,-32r39,0xm97,-188v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-28,-13,-28,-28v0,-15,13,-28,28,-28","w":169},"`":{"d":"60,-213r39,-18r27,51r-26,12","w":180},"\u00b4":{"d":"159,-205r-54,37r-23,-16r45,-47","w":180},"\u00af":{"d":"50,-210r116,0r-4,29r-115,0","w":180},"\u02c9":{"d":"50,-210r116,0r-4,29r-115,0","w":180},"\u00a8":{"d":"70,-221v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24xm138,-221v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-25,-10,-25,-24v0,-13,11,-24,25,-24","w":180},"\u00b8":{"d":"55,60r31,-44r26,16r-37,42","w":180},"\u00c6":{"d":"-5,0r124,-240r127,0r11,44r-80,0r12,54r81,0r10,44r-81,0r13,54r82,0r11,44r-133,0r-9,-39r-96,0r-20,39r-52,0xm154,-83v-8,-32,-15,-68,-20,-102v-8,35,-32,70,-46,102r66,0","w":321},"\u00aa":{"d":"17,-130r100,0r-2,19r-101,0xm99,-240r32,0r-11,89r-33,0r1,-7v-28,23,-66,4,-66,-32v0,-41,44,-70,75,-42xm77,-218v-12,0,-20,11,-20,24v0,12,6,19,16,19v12,0,21,-10,21,-24v0,-12,-7,-19,-17,-19","w":122},"\u00d8":{"d":"250,-193v48,89,-17,198,-112,198v-31,0,-53,-8,-77,-27r-29,26r-22,-27r27,-26v-46,-90,18,-196,113,-196v30,0,54,8,76,24r29,-26r24,27xm78,-85r109,-102v-61,-35,-134,28,-109,102xm100,-55v61,41,137,-28,110,-103","w":278},"\u00ba":{"d":"17,-130r100,0r-2,19r-101,0xm76,-243v30,0,50,19,50,46v0,28,-22,49,-52,49v-31,0,-52,-19,-52,-46v0,-28,24,-49,54,-49xm75,-215v-11,0,-19,8,-19,21v0,11,7,19,17,19v11,0,19,-9,19,-22v0,-11,-7,-18,-17,-18","w":122},"\u00e6":{"d":"152,-64v-5,43,48,46,67,17r32,12v-24,47,-89,53,-122,16v-32,41,-123,28,-123,-27v0,-50,80,-67,110,-30v2,-50,-41,-53,-85,-33r4,-33v40,-15,88,-11,104,20v41,-57,135,-22,119,58r-106,0xm159,-91r58,0v0,-20,-6,-27,-23,-27v-17,0,-26,6,-35,27xm77,-63v-19,0,-32,7,-32,18v0,10,13,17,31,17v18,0,32,-7,32,-18v0,-10,-12,-17,-31,-17","w":271},"\u00f8":{"d":"3,-13r22,-19v-39,-73,49,-151,121,-104r23,-20r19,23r-22,18v43,76,-52,155,-122,104r-24,20xm64,-59r52,-46v-28,-19,-60,9,-52,46xm127,-89r-53,48v29,20,64,-11,53,-48","w":194},"\u00df":{"d":"138,-145v59,19,47,120,-6,138v-13,5,-26,7,-56,7r5,-42v32,2,49,-15,49,-46v0,-24,-12,-35,-39,-35r5,-42v26,2,40,-13,40,-38v0,-38,-49,-36,-54,-1r-27,204r-44,0v13,-73,11,-186,40,-238v27,-48,134,-36,128,32v-3,33,-11,53,-41,61","w":189},"\u00b9":{"d":"63,-96r14,-118r-19,0r4,-26r49,0r-18,144r-30,0","w":139},"\u00ac":{"d":"125,0r0,-54r-109,0r0,-42r156,0r0,96r-47,0","w":180},"\u00b5":{"d":"47,67r-44,0r25,-212r45,0r-11,89v0,14,9,23,25,23v39,1,29,-76,38,-112r44,0v-11,66,-3,154,-80,150v-16,0,-27,-3,-39,-10","w":181},"\u03bc":{"d":"47,67r-44,0r25,-212r45,0r-11,89v0,14,9,23,25,23v39,1,29,-76,38,-112r44,0v-11,66,-3,154,-80,150v-16,0,-27,-3,-39,-10","w":181},"\u00d0":{"d":"225,-131v0,86,-44,135,-141,131r-67,0r13,-104r-21,0r5,-36r21,0r12,-100r61,0v86,-3,117,34,117,109xm173,-134v1,-53,-26,-66,-83,-63r-7,57r48,0r-5,36r-48,0r-7,61v72,4,101,-26,102,-91","w":234},"\u00bd":{"d":"62,-96r14,-118r-19,0r3,-26r50,0r-18,144r-30,0xm115,-4r90,-239r22,7r-89,239xm213,-95v2,-33,22,-51,53,-52v28,0,48,18,48,44v0,22,-11,37,-55,77r51,0r-4,26r-108,0v22,-26,85,-75,86,-104v0,-11,-6,-17,-18,-17v-14,0,-21,8,-23,26r-30,0","w":333},"\u00b1":{"d":"19,-106r0,-33r71,0r0,-69r34,0r0,69r71,0r0,33r-71,0r0,71r-34,0r0,-71r-71,0xm19,10r0,-34r176,0r0,34r-176,0"},"\u00de":{"d":"190,-135v0,62,-44,84,-117,78r-7,57r-48,0r29,-240r48,0r-4,34v66,-3,99,14,99,71xm138,-135v0,-28,-21,-28,-52,-27r-8,64v37,3,60,-5,60,-37","w":192},"\u00bc":{"d":"62,-96r14,-118r-19,0r3,-26r50,0r-18,144r-30,0xm115,-4r90,-239r22,7r-89,239xm263,0r4,-30r-65,0r4,-25r72,-89r33,0r-11,91r17,0r-3,23r-17,0r-4,30r-30,0xm270,-53r7,-56r-45,56r38,0","w":333},"\u00f7":{"d":"19,-106r0,-33r176,0r0,33r-176,0xm108,-86v14,0,25,12,25,26v0,14,-12,26,-26,26v-15,0,-26,-12,-26,-26v0,-14,12,-26,27,-26xm108,-211v14,0,25,12,25,26v0,14,-12,27,-26,27v-15,0,-26,-13,-26,-27v0,-14,12,-26,27,-26"},"\u00a6":{"d":"71,-240r47,0r0,125r-47,0r0,-125xm71,-55r47,0r0,115r-47,0r0,-115","w":180},"\u00b0":{"d":"116,-245v27,0,48,22,48,48v0,27,-22,48,-48,48v-27,0,-48,-21,-48,-48v0,-26,22,-48,48,-48xm116,-221v-13,0,-24,11,-24,24v0,13,11,24,24,24v13,0,24,-11,24,-24v0,-13,-11,-24,-24,-24"},"\u00fe":{"d":"3,67r40,-329r44,0r-17,139v37,-50,109,-26,109,41v0,72,-76,120,-121,61r-11,88r-44,0xm102,-113v-21,0,-38,20,-38,46v0,21,12,35,30,35v21,0,37,-20,37,-45v0,-21,-11,-36,-29,-36","w":192},"\u00be":{"d":"25,-139r30,0v1,15,7,21,20,21v13,0,20,-9,20,-22v0,-14,-11,-19,-27,-18r3,-24v31,8,38,-34,11,-36v-12,0,-17,5,-20,20r-30,0v-2,-57,97,-59,96,-6v0,16,-7,25,-23,32v41,19,17,83,-32,79v-31,-3,-49,-13,-48,-46xm115,-4r89,-239r23,7r-89,239xm263,0r4,-30r-65,0r4,-25r72,-89r33,0r-11,91r17,0r-3,23r-17,0r-4,30r-30,0xm270,-53r6,-56r-44,56r38,0","w":333},"\u00b2":{"d":"30,-191v-4,-64,102,-69,101,-7v0,21,-12,37,-55,76r51,0r-4,26r-109,0v23,-25,87,-74,87,-103v0,-11,-7,-18,-19,-18v-14,0,-20,8,-22,26r-30,0","w":139},"\u00ae":{"d":"77,-48r18,-144v45,-1,93,-2,93,40v0,23,-13,39,-34,44r39,60r-41,0r-34,-53r-6,53r-35,0xm126,-163r-4,35v31,9,46,-35,12,-35r-8,0xm139,-246v67,0,122,57,122,126v0,69,-55,125,-124,125v-69,0,-125,-56,-125,-125v0,-70,56,-126,127,-126xm138,-223v-57,0,-101,45,-101,103v0,57,45,103,100,103v55,0,99,-46,99,-103v0,-56,-45,-103,-98,-103","w":263},"\u00f0":{"d":"122,-219v63,51,82,225,-31,224v-48,0,-79,-29,-79,-73v0,-54,54,-98,107,-76v-4,-19,-12,-36,-28,-57r-38,22r-14,-23r33,-19v-5,-5,-22,-17,-35,-25r22,-19v14,6,30,16,43,26r37,-21r16,22xm94,-111v-20,0,-35,18,-35,41v0,21,12,36,30,36v21,0,35,-18,35,-42v0,-21,-12,-35,-30,-35","w":184},"\u00d7":{"d":"30,-67r55,-56r-57,-58r22,-21r56,57r56,-57r25,24r-57,57r56,56r-21,21r-56,-55r-55,55"},"\u00b3":{"d":"27,-139r30,0v1,15,6,21,19,21v13,0,21,-9,21,-22v0,-14,-12,-19,-28,-18r3,-24v31,8,40,-36,12,-36v-12,0,-17,5,-20,20r-30,0v-2,-58,97,-59,96,-6v0,16,-7,25,-23,32v40,20,15,83,-33,79v-31,-3,-49,-12,-47,-46","w":139},"\u00a9":{"d":"181,-94r-4,38v-47,30,-110,-4,-110,-60v0,-63,72,-99,125,-67r-4,37v-34,-32,-85,-15,-85,30v0,40,47,51,78,22xm139,-246v67,0,122,57,122,126v0,69,-55,125,-124,125v-69,0,-125,-56,-125,-125v0,-70,56,-126,127,-126xm138,-223v-57,0,-101,45,-101,103v0,57,45,103,100,103v55,0,99,-46,99,-103v0,-56,-45,-103,-98,-103","w":263},"\u00c1":{"d":"-5,0r121,-240r46,0r51,240r-50,0r-7,-39r-89,0r-19,39r-53,0xm147,-84v-5,-31,-17,-63,-15,-98r-3,0v-6,29,-29,69,-42,98r60,0xm196,-285r-58,27r-18,-18r50,-39","w":223,"k":{"T":11}},"\u00c2":{"d":"-5,0r121,-240r46,0r51,240r-50,0r-7,-39r-89,0r-19,39r-53,0xm147,-84v-5,-31,-17,-63,-15,-98r-3,0v-6,29,-29,69,-42,98r60,0xm86,-280r67,-36r44,39r-22,19r-29,-24r-44,24","w":223,"k":{"\u00dd":17,"w":-2,"Y":17,"W":6,"V":11,"T":11}},"\u00c4":{"d":"-5,0r121,-240r46,0r51,240r-50,0r-7,-39r-89,0r-19,39r-53,0xm147,-84v-5,-31,-17,-63,-15,-98r-3,0v-6,29,-29,69,-42,98r60,0xm107,-311v13,0,24,12,24,26v0,14,-11,25,-25,25v-14,0,-25,-12,-25,-26v0,-14,12,-25,26,-25xm176,-311v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-26,-12,-26,-26v0,-14,12,-25,26,-25","w":223},"\u00c0":{"d":"-5,0r121,-240r46,0r51,240r-50,0r-7,-39r-89,0r-19,39r-53,0xm147,-84v-5,-31,-17,-63,-15,-98r-3,0v-6,29,-29,69,-42,98r60,0xm94,-296r36,-19r29,45r-24,12","w":223},"\u00c5":{"d":"-5,0r121,-240r46,0r51,240r-50,0r-7,-39r-89,0r-19,39r-53,0xm147,-84v-5,-31,-17,-63,-15,-98r-3,0v-6,29,-29,69,-42,98r60,0xm143,-329v19,0,35,17,35,36v0,20,-16,36,-36,36v-20,0,-36,-16,-36,-36v0,-20,16,-36,37,-36xm143,-306v-8,0,-14,5,-14,13v0,8,5,14,13,14v8,0,14,-6,14,-14v0,-8,-6,-13,-13,-13","w":223},"\u00c3":{"d":"-5,0r121,-240r46,0r51,240r-50,0r-7,-39r-89,0r-19,39r-53,0xm147,-84v-5,-31,-17,-63,-15,-98r-3,0v-6,29,-29,69,-42,98r60,0xm163,-262v-21,0,-52,-35,-62,-2r-24,0v7,-28,23,-43,44,-43v19,0,51,34,62,2r25,0v-8,29,-23,43,-45,43","w":223},"\u00c7":{"d":"189,-11v-75,45,-170,-13,-170,-101v0,-103,108,-167,196,-114r-6,53v-55,-51,-138,-15,-138,61v0,69,77,90,125,45xm74,60r38,-43r28,19r-41,40","w":213},"\u00c9":{"d":"18,0r29,-240r124,0r-5,44r-76,0r-7,53r74,0r-6,45r-73,0r-7,54r77,0r-6,44r-124,0xm162,-285r-58,27r-19,-18r50,-39","w":168},"\u00ca":{"d":"18,0r29,-240r124,0r-5,44r-76,0r-7,53r74,0r-6,45r-73,0r-7,54r77,0r-6,44r-124,0xm58,-280r66,-36r44,39r-21,19r-29,-24r-45,24","w":168},"\u00cb":{"d":"18,0r29,-240r124,0r-5,44r-76,0r-7,53r74,0r-6,45r-73,0r-7,54r77,0r-6,44r-124,0xm80,-311v13,0,24,12,24,26v0,14,-11,25,-25,25v-14,0,-25,-12,-25,-26v0,-14,12,-25,26,-25xm149,-311v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-26,-12,-26,-26v0,-14,12,-25,26,-25","w":168},"\u00c8":{"d":"18,0r29,-240r124,0r-5,44r-76,0r-7,53r74,0r-6,45r-73,0r-7,54r77,0r-6,44r-124,0xm75,-296r36,-19r29,45r-24,12","w":168},"\u00cd":{"d":"18,0r29,-240r48,0r-29,240r-48,0xm122,-287r-51,29r-18,-18r43,-39","w":103},"\u00ce":{"d":"18,0r29,-240r48,0r-29,240r-48,0xm23,-280r64,-36r42,39r-22,19r-27,-24r-42,24","w":103},"\u00cf":{"d":"18,0r29,-240r48,0r-29,240r-48,0xm46,-310v13,0,24,12,24,25v0,13,-12,24,-25,24v-14,0,-24,-11,-24,-25v0,-13,11,-24,25,-24xm109,-310v13,0,24,12,24,25v0,13,-12,24,-25,24v-14,0,-24,-11,-24,-25v0,-13,11,-24,25,-24","w":103},"\u00cc":{"d":"18,0r29,-240r48,0r-29,240r-48,0xm30,-296r35,-19r29,45r-24,12","w":103},"\u00d1":{"d":"18,0r29,-240r48,0v32,58,74,110,99,174r3,0v-2,-61,12,-116,16,-174r49,0r-30,240r-48,0v-31,-55,-77,-114,-99,-174v-7,9,0,19,-2,36r-17,138r-48,0xm183,-262v-21,0,-52,-35,-62,-2r-24,0v7,-28,23,-43,44,-43v19,0,51,34,62,2r25,0v-8,29,-23,43,-45,43","w":269},"\u00d3":{"d":"136,5v-68,-1,-117,-47,-117,-118v0,-75,56,-132,129,-132v69,0,116,46,116,115v0,73,-56,136,-128,135xm138,-43v44,0,75,-41,74,-85v0,-41,-25,-69,-63,-69v-44,0,-78,36,-78,84v0,42,27,70,67,70xm215,-285r-58,27r-18,-18r50,-39","w":273,"k":{"Z":6,"W":1,"T":7,";":-18,":":-19,",":3}},"\u00d4":{"d":"136,5v-68,-1,-117,-47,-117,-118v0,-75,56,-132,129,-132v69,0,116,46,116,115v0,73,-56,136,-128,135xm138,-43v44,0,75,-41,74,-85v0,-41,-25,-69,-63,-69v-44,0,-78,36,-78,84v0,42,27,70,67,70xm108,-280r66,-36r45,39r-22,19r-29,-24r-45,24","w":273},"\u00d6":{"d":"136,5v-68,-1,-117,-47,-117,-118v0,-75,56,-132,129,-132v69,0,116,46,116,115v0,73,-56,136,-128,135xm138,-43v44,0,75,-41,74,-85v0,-41,-25,-69,-63,-69v-44,0,-78,36,-78,84v0,42,27,70,67,70xm127,-311v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-12,-25,-26v0,-14,11,-25,25,-25xm197,-311v13,0,24,12,24,26v0,14,-11,25,-25,25v-14,0,-25,-12,-25,-26v0,-14,12,-25,26,-25","w":273,"k":{"Y":14,"X":8,"W":1,"V":5,"T":7,"A":10,";":-18,":":-19,",":3}},"\u00d2":{"d":"136,5v-68,-1,-117,-47,-117,-118v0,-75,56,-132,129,-132v69,0,116,46,116,115v0,73,-56,136,-128,135xm138,-43v44,0,75,-41,74,-85v0,-41,-25,-69,-63,-69v-44,0,-78,36,-78,84v0,42,27,70,67,70xm121,-296r35,-19r29,45r-24,12","w":273},"\u00d5":{"d":"136,5v-68,-1,-117,-47,-117,-118v0,-75,56,-132,129,-132v69,0,116,46,116,115v0,73,-56,136,-128,135xm138,-43v44,0,75,-41,74,-85v0,-41,-25,-69,-63,-69v-44,0,-78,36,-78,84v0,42,27,70,67,70xm183,-262v-21,0,-52,-35,-62,-2r-24,0v7,-28,23,-43,44,-43v19,0,51,34,62,2r25,0v-8,29,-23,43,-45,43","w":273},"\u00da":{"d":"192,-27v-33,51,-172,44,-165,-39v5,-57,14,-118,20,-174r48,0r-19,161v-4,44,72,48,82,11v13,-47,16,-118,25,-172r48,0v-12,66,-11,169,-39,213xm197,-285r-58,27r-19,-18r50,-39","w":239},"\u00db":{"d":"192,-27v-33,51,-172,44,-165,-39v5,-57,14,-118,20,-174r48,0r-19,161v-4,44,72,48,82,11v13,-47,16,-118,25,-172r48,0v-12,66,-11,169,-39,213xm89,-280r66,-36r44,39r-22,19r-28,-24r-45,24","w":239},"\u00dc":{"d":"192,-27v-33,51,-172,44,-165,-39v5,-57,14,-118,20,-174r48,0r-19,161v-4,44,72,48,82,11v13,-47,16,-118,25,-172r48,0v-12,66,-11,169,-39,213xm109,-311v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-25,-12,-25,-26v0,-14,11,-25,25,-25xm179,-311v13,0,25,12,25,26v0,14,-11,25,-25,25v-14,0,-26,-12,-26,-26v0,-14,12,-25,26,-25","w":239,"k":{"A":10,",":2}},"\u00d9":{"d":"192,-27v-33,51,-172,44,-165,-39v5,-57,14,-118,20,-174r48,0r-19,161v-4,44,72,48,82,11v13,-47,16,-118,25,-172r48,0v-12,66,-11,169,-39,213xm103,-296r35,-19r29,45r-24,12","w":239},"\u00dd":{"d":"68,0r13,-105r-64,-135r55,0r36,82r55,-82r58,0r-92,135r-13,105r-48,0xm176,-285r-57,27r-19,-18r50,-39","w":201,"k":{"\u00fa":22,"\u00f3":22,"\u00e9":22,"\u00e1":20,"\u00c4":23,"\u00c2":23,"\u00c1":23,"J":22,";":4,":":3,".":19,"-":8,",":20}},"\u00e1":{"d":"136,-145r43,0r-17,145r-45,0r4,-21v-37,49,-109,25,-109,-42v0,-73,78,-119,121,-62xm98,-115v-21,0,-39,21,-39,46v0,21,12,34,31,34v22,0,38,-19,38,-45v0,-21,-12,-35,-30,-35xm163,-205r-54,37r-23,-16r45,-47","w":192},"\u00e2":{"d":"136,-145r43,0r-17,145r-45,0r4,-21v-37,49,-109,25,-109,-42v0,-73,78,-119,121,-62xm98,-115v-21,0,-39,21,-39,46v0,21,12,34,31,34v22,0,38,-19,38,-45v0,-21,-12,-35,-30,-35xm59,-192r64,-40r44,48r-27,16r-23,-26r-40,26","w":192},"\u00e4":{"d":"136,-145r43,0r-17,145r-45,0r4,-21v-37,49,-109,25,-109,-42v0,-73,78,-119,121,-62xm98,-115v-21,0,-39,21,-39,46v0,21,12,34,31,34v22,0,38,-19,38,-45v0,-21,-12,-35,-30,-35xm79,-221v13,0,24,11,24,24v0,13,-12,24,-25,24v-13,0,-23,-11,-23,-24v0,-13,11,-24,24,-24xm147,-221v13,0,23,11,23,24v0,13,-11,24,-24,24v-13,0,-24,-10,-24,-24v0,-13,11,-24,25,-24","w":192,"k":{"y":-3,"w":-3,"v":-3}},"\u00e0":{"d":"136,-145r43,0r-17,145r-45,0r4,-21v-37,49,-109,25,-109,-42v0,-73,78,-119,121,-62xm98,-115v-21,0,-39,21,-39,46v0,21,12,34,31,34v22,0,38,-19,38,-45v0,-21,-12,-35,-30,-35xm67,-213r39,-18r27,51r-25,12","w":192},"\u00e5":{"d":"136,-145r43,0r-17,145r-45,0r4,-21v-37,49,-109,25,-109,-42v0,-73,78,-119,121,-62xm98,-115v-21,0,-39,21,-39,46v0,21,12,34,31,34v22,0,38,-19,38,-45v0,-21,-12,-35,-30,-35xm113,-237v19,0,34,16,34,35v0,19,-15,35,-34,35v-19,0,-35,-16,-35,-35v0,-19,16,-35,35,-35xm113,-216v-8,0,-14,6,-14,14v0,8,6,14,14,14v8,0,13,-6,13,-14v0,-7,-5,-14,-13,-14","w":192},"\u00e3":{"d":"136,-145r43,0r-17,145r-45,0r4,-21v-37,49,-109,25,-109,-42v0,-73,78,-119,121,-62xm98,-115v-21,0,-39,21,-39,46v0,21,12,34,31,34v22,0,38,-19,38,-45v0,-21,-12,-35,-30,-35xm136,-175v-21,0,-51,-34,-60,-2r-24,0v7,-28,23,-43,42,-43v18,0,51,36,62,2r24,0v-8,28,-22,43,-44,43","w":192},"\u00e7":{"d":"121,-46r-9,45v-54,19,-101,-9,-101,-66v0,-67,61,-100,121,-74r-7,40v-31,-15,-68,-6,-67,32v0,32,36,38,63,23xm28,60r31,-44r26,16r-36,42","w":135},"\u00e9":{"d":"54,-63v2,32,39,38,60,19r38,16v-31,56,-141,38,-141,-41v0,-48,34,-81,81,-81v47,-1,75,35,69,87r-107,0xm58,-93r64,0v-5,-36,-53,-30,-64,0xm151,-205r-54,37r-23,-16r45,-47","w":173},"\u00ea":{"d":"54,-63v2,32,39,38,60,19r38,16v-31,56,-141,38,-141,-41v0,-48,34,-81,81,-81v47,-1,75,35,69,87r-107,0xm58,-93r64,0v-5,-36,-53,-30,-64,0xm46,-192r64,-40r44,48r-27,16r-23,-26r-40,26","w":173},"\u00eb":{"d":"54,-63v2,32,39,38,60,19r38,16v-31,56,-141,38,-141,-41v0,-48,34,-81,81,-81v47,-1,75,35,69,87r-107,0xm58,-93r64,0v-5,-36,-53,-30,-64,0xm68,-221v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24xm136,-221v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-10,-24,-24v0,-13,10,-24,24,-24","w":173},"\u00e8":{"d":"54,-63v2,32,39,38,60,19r38,16v-31,56,-141,38,-141,-41v0,-48,34,-81,81,-81v47,-1,75,35,69,87r-107,0xm58,-93r64,0v-5,-36,-53,-30,-64,0xm58,-213r39,-18r27,51r-25,12","w":173},"\u00ed":{"d":"73,-145r-18,145r-44,0r18,-145r44,0xm108,-205r-50,37r-23,-16r41,-47","w":86,"k":{"v":-3}},"\u00ee":{"d":"73,-145r-18,145r-44,0r18,-145r44,0xm4,-192r62,-40r42,48r-26,16r-22,-26r-38,26","w":86},"\u00ef":{"d":"73,-145r-18,145r-44,0r18,-145r44,0xm26,-221v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24xm88,-221v13,0,24,11,24,24v0,13,-12,24,-25,24v-13,0,-24,-10,-24,-24v0,-13,11,-24,25,-24","w":86},"\u00ec":{"d":"73,-145r-18,145r-44,0r17,-145r45,0xm7,-213r38,-18r28,51r-26,12","w":86},"\u00f1":{"d":"118,-150v72,-4,33,95,31,150r-44,0r11,-93v1,-26,-39,-21,-46,-3v-9,25,-10,66,-15,96r-44,0r18,-145r44,0r-3,22v18,-21,29,-27,48,-27xm125,-175v-21,0,-50,-34,-59,-2r-25,0v7,-28,23,-43,42,-43v18,0,51,36,62,2r24,0v-8,28,-22,43,-44,43","w":180},"\u00f3":{"d":"94,-150v46,0,77,31,77,75v0,45,-35,80,-81,80v-47,0,-79,-30,-79,-74v0,-45,37,-81,83,-81xm94,-111v-20,0,-35,17,-35,41v0,21,12,35,30,35v21,0,35,-17,35,-41v0,-21,-12,-35,-30,-35xm157,-205r-54,37r-23,-16r45,-47","w":184,"k":{"w":1}},"\u00f4":{"d":"94,-150v46,0,77,31,77,75v0,45,-35,80,-81,80v-47,0,-79,-30,-79,-74v0,-45,37,-81,83,-81xm94,-111v-20,0,-35,17,-35,41v0,21,12,35,30,35v21,0,35,-17,35,-41v0,-21,-12,-35,-30,-35xm52,-192r64,-40r43,48r-26,16r-24,-26r-39,26","w":184},"\u00f6":{"d":"94,-150v46,0,77,31,77,75v0,45,-35,80,-81,80v-47,0,-79,-30,-79,-74v0,-45,37,-81,83,-81xm94,-111v-20,0,-35,17,-35,41v0,21,12,35,30,35v21,0,35,-17,35,-41v0,-21,-12,-35,-30,-35xm73,-221v13,0,23,11,23,24v0,13,-11,24,-24,24v-13,0,-23,-11,-23,-24v0,-13,11,-24,24,-24xm140,-221v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-10,-24,-24v0,-13,10,-24,24,-24","w":184,"k":{"y":4,"x":3,"w":1,"v":3}},"\u00f2":{"d":"94,-150v46,0,77,31,77,75v0,45,-35,80,-81,80v-47,0,-79,-30,-79,-74v0,-45,37,-81,83,-81xm94,-111v-20,0,-35,17,-35,41v0,21,12,35,30,35v21,0,35,-17,35,-41v0,-21,-12,-35,-30,-35xm63,-213r38,-18r28,51r-26,12","w":184},"\u00f5":{"d":"94,-150v46,0,77,31,77,75v0,45,-35,80,-81,80v-47,0,-79,-30,-79,-74v0,-45,37,-81,83,-81xm94,-111v-20,0,-35,17,-35,41v0,21,12,35,30,35v21,0,35,-17,35,-41v0,-21,-12,-35,-30,-35xm128,-175v-21,0,-51,-34,-60,-2r-24,0v7,-28,23,-43,42,-43v18,0,51,36,62,2r24,0v-8,28,-22,43,-44,43","w":184},"\u00fa":{"d":"29,-145r44,0r-11,88v0,14,9,23,25,23v39,0,29,-75,38,-111r44,0v-12,68,-1,150,-84,150v-51,0,-71,-29,-65,-78xm158,-205r-54,37r-23,-16r44,-47","w":181},"\u00fb":{"d":"29,-145r44,0r-11,88v0,14,9,23,25,23v39,0,29,-75,38,-111r44,0v-12,68,-1,150,-84,150v-51,0,-71,-29,-65,-78xm50,-192r64,-40r44,48r-27,16r-23,-26r-40,26","w":181},"\u00fc":{"d":"29,-145r44,0r-11,88v0,14,9,23,25,23v39,0,29,-75,38,-111r44,0v-12,68,-1,150,-84,150v-51,0,-71,-29,-65,-78xm71,-221v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24xm139,-221v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-25,-10,-25,-24v0,-13,11,-24,25,-24","w":181},"\u00f9":{"d":"29,-145r44,0r-11,88v0,14,9,23,25,23v39,0,29,-75,38,-111r44,0v-12,68,-1,150,-84,150v-51,0,-71,-29,-65,-78xm62,-213r38,-18r27,51r-25,12","w":181},"\u00fd":{"d":"5,-145r47,0r26,91r43,-91r46,0r-104,211r-46,0r34,-71xm146,-205r-54,37r-23,-16r44,-47","w":158,"k":{".":7,",":8}},"\u00ff":{"d":"5,-145r47,0r26,91r43,-91r46,0r-104,211r-46,0r34,-71xm59,-221v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24xm127,-221v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-10,-24,-24v0,-13,10,-24,24,-24","w":158}}});Cufon.registerFont({"w":204,"face":{"font-family":"Futura_T_Demi","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-15 -333 351 83.7254","underline-thickness":"42.12","underline-position":"4.32","stemh":"37","stemv":"44","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"!":{"d":"45,-52v16,0,28,13,28,28v0,16,-13,29,-28,29v-16,0,-28,-13,-28,-29v0,-15,13,-28,28,-28xm23,-69r0,-171r45,0r0,171r-45,0","w":90},"\"":{"d":"21,-141r-7,-99r46,0r-7,99r-32,0xm88,-141r-6,-99r45,0r-7,99r-32,0","w":141},"#":{"d":"192,-175r0,34r-37,0r-5,37r34,0r0,34r-38,0r-9,74r-34,-5r9,-69r-39,0r-9,74r-34,-5r9,-70r-35,0r0,-33r39,0r5,-37r-35,0r0,-34r39,0r8,-69r34,5r-8,64r38,0r9,-69r34,5r-9,64r34,0xm120,-141r-38,0r-5,37r39,0","w":196},"$":{"d":"55,-127v-41,-32,-17,-110,39,-112r0,-35r23,0r0,35v23,3,38,10,55,27r-24,30v-17,-26,-69,-28,-69,5v0,32,67,39,83,57v36,42,13,111,-45,119r0,37r-23,0r0,-35v-32,-1,-58,-16,-77,-44r27,-28v16,22,33,32,54,32v20,0,35,-14,35,-32v8,-27,-70,-44,-78,-56"},"%":{"d":"72,-243v35,0,61,25,61,57v0,33,-26,57,-62,57v-35,0,-60,-25,-60,-58v0,-32,26,-56,61,-56xm72,-217v-17,0,-31,14,-31,31v0,18,14,31,31,31v17,0,31,-14,31,-31v0,-17,-14,-31,-31,-31xm201,-248r19,11r-143,247r-19,-11xm208,-110v35,0,60,25,60,57v0,33,-26,57,-61,57v-35,0,-60,-25,-60,-58v0,-32,26,-56,61,-56xm207,-84v-17,0,-31,13,-31,30v0,18,14,32,31,32v17,0,31,-14,31,-31v0,-17,-14,-31,-31,-31","w":279},"&":{"d":"139,-129r40,45v12,-12,22,-23,29,-33r28,27v-8,10,-12,15,-32,35r49,55r-58,0r-24,-27v-51,53,-152,38,-152,-36v0,-41,20,-52,57,-73v-47,-42,-21,-110,42,-110v37,0,65,25,65,58v0,23,-14,41,-44,59xm145,-57r-45,-52v-26,17,-34,27,-34,40v0,39,51,43,79,12xm117,-154v21,-14,27,-22,27,-34v0,-14,-10,-24,-24,-24v-32,9,-32,30,-3,58","w":255},"(":{"d":"60,61v-49,-88,-47,-250,0,-337r35,19v-39,77,-37,224,0,299","w":114},")":{"d":"55,-276v49,88,47,250,0,337r-34,-19v39,-77,37,-224,0,-299","w":114},"*":{"d":"93,-224r-8,-46r33,0r-7,46r41,-21r10,32r-45,6r32,33r-26,20r-21,-42r-21,42r-27,-20r33,-32r-46,-7r11,-32"},"+":{"d":"22,-134r65,0r0,-67r29,0r0,67r67,0r0,29r-67,0r0,65r-29,0r0,-65r-65,0r0,-29"},",":{"d":"40,-50r40,5r-51,95r-28,-3","w":90,"k":{"1":16}},"-":{"d":"0,-101r81,0r0,37r-81,0r0,-37","w":81,"k":{"Y":10,"W":-3,"V":1,"T":-2,"A":-13}},"\u00ad":{"d":"0,-101r81,0r0,37r-81,0r0,-37","w":81},".":{"d":"45,-52v16,0,28,13,28,28v0,16,-13,29,-28,29v-16,0,-28,-13,-28,-29v0,-15,13,-28,28,-28","w":90,"k":{"1":21}},"\/":{"d":"125,-276r31,12r-137,325r-29,-12","w":167},"0":{"d":"9,-122v0,-65,35,-124,93,-124v57,0,93,58,93,126v0,67,-35,126,-93,126v-58,0,-93,-59,-93,-128xm102,-205v-27,0,-46,36,-46,84v0,51,19,86,46,86v27,0,46,-35,46,-85v0,-49,-19,-85,-46,-85","k":{"7":4,"4":-4,"1":18}},"1":{"d":"82,-199r-35,0r0,-41r82,0r0,240r-47,0r0,-199","k":{"9":24,"8":22,"7":27,"6":24,"5":24,"4":26,"3":21,"2":24,"1":43,"0":17,".":17,",":21}},"2":{"d":"94,-41r87,0r0,41r-175,0v32,-40,126,-130,126,-168v0,-21,-16,-37,-37,-37v-21,0,-34,15,-35,40r-50,0v3,-50,35,-81,84,-81v49,0,85,33,85,77v0,43,-57,96,-85,128","k":{"7":5,"4":2,"1":24}},"3":{"d":"144,-129v67,29,34,135,-49,135v-44,0,-83,-29,-86,-75r46,0v3,21,18,34,40,34v22,0,39,-16,39,-38v-1,-25,-19,-41,-47,-38r0,-33v25,2,40,-11,40,-33v0,-18,-13,-32,-32,-32v-18,0,-29,11,-32,32r-45,0v6,-45,34,-69,80,-69v69,0,99,84,46,117","k":{"7":10,"1":24}},"4":{"d":"168,-80r29,0r0,38r-29,0r0,42r-43,0r0,-42r-117,0r0,-21r118,-181r42,0r0,164xm125,-80r0,-95r-62,95r62,0","k":{"7":5,"4":-8,"1":20}},"5":{"d":"169,-199r-79,0r-9,37v58,-8,96,29,99,82v4,85,-120,113,-171,55r16,-41v28,43,106,42,108,-15v2,-48,-67,-62,-103,-33r28,-126r111,0r0,41","k":{"7":10,"4":1,"1":26}},"6":{"d":"114,-250r33,25r-57,73v54,-22,103,20,103,73v0,50,-37,85,-91,85v-91,0,-111,-91,-61,-158xm102,-121v-25,0,-44,21,-44,45v0,25,19,45,44,45v24,0,44,-20,44,-44v0,-26,-19,-46,-44,-46","k":{"7":9,"4":-5,"1":26}},"7":{"d":"128,-199r-111,0r0,-41r185,0r-146,247r-38,-22","k":{":":13,"7":-6,"6":24,"4":33,"1":9,".":40}},"8":{"d":"103,6v-85,0,-115,-107,-41,-132v-64,-28,-33,-120,41,-120v73,0,105,93,39,120v74,26,45,132,-39,132xm102,-212v-18,0,-33,15,-33,33v0,19,15,34,34,34v18,0,33,-15,33,-33v0,-19,-16,-34,-34,-34xm102,-106v-20,0,-36,17,-36,37v0,21,15,38,36,38v20,0,37,-17,37,-38v0,-21,-16,-37,-37,-37","k":{"7":8,"4":-2,"1":22}},"9":{"d":"90,10r-33,-25r56,-73v-54,22,-102,-19,-102,-74v0,-49,38,-84,92,-84v91,0,109,92,60,158xm102,-209v-24,0,-44,20,-44,44v0,25,19,45,44,45v24,0,44,-20,44,-45v0,-25,-19,-44,-44,-44","k":{"7":3,"4":15,"1":18}},":":{"d":"45,-52v16,0,28,13,28,28v0,16,-13,29,-28,29v-16,0,-28,-13,-28,-29v0,-15,13,-28,28,-28xm45,-161v16,0,28,13,28,28v0,16,-13,28,-28,28v-16,0,-28,-12,-28,-28v0,-15,13,-28,28,-28","w":90},";":{"d":"38,-50r40,5r-51,95r-28,-3xm56,-161v16,0,29,13,29,28v0,16,-13,29,-28,29v-16,0,-29,-13,-29,-29v0,-15,13,-28,28,-28","w":90},"<":{"d":"168,-219r0,46r-107,53r107,53r0,46r-156,-80r0,-39","w":180},"=":{"d":"22,-162r161,0r0,29r-161,0r0,-29xm22,-107r161,0r0,29r-161,0r0,-29"},">":{"d":"12,-21r0,-46r106,-53r-106,-53r0,-46r156,79r0,40","w":180},"?":{"d":"58,-80r0,-64v29,8,58,-10,57,-34v0,-16,-12,-28,-28,-28v-15,0,-26,13,-25,30r-46,0v-5,-38,31,-68,73,-69v40,0,72,30,72,68v0,33,-22,57,-59,66r0,31r-44,0xm80,-52v16,0,29,13,29,28v0,16,-13,29,-28,29v-16,0,-29,-13,-29,-29v0,-15,13,-28,28,-28","w":176},"@":{"d":"236,-17v-96,57,-223,1,-223,-103v0,-71,57,-126,130,-126v68,0,119,48,119,110v0,48,-30,88,-64,88v-13,0,-22,-7,-27,-19v-36,41,-101,10,-101,-48v0,-57,67,-92,105,-56r1,-12r30,0r-11,98v0,6,3,10,7,10v17,0,33,-30,33,-60v0,-49,-39,-85,-92,-85v-56,0,-99,44,-99,100v0,86,108,126,181,77xm138,-154v-19,0,-34,16,-34,40v0,21,11,36,27,36v41,0,58,-76,7,-76","w":275},"A":{"d":"170,-51r-98,0r-22,51r-50,0r104,-245r36,0r100,245r-50,0xm155,-89r-33,-86r-35,86r68,0","w":241,"k":{"\u00fd":9,"\u00dd":23,"\u00ab":4,"y":10,"w":9,"v":9,"t":-3,"q":1,"o":1,"g":1,"e":1,"d":1,"c":1,"Y":23,"W":13,"V":19,"U":8,"T":13,"Q":9,"O":9,"J":-17,"G":9,"C":9,".":-13,"-":-14,",":-8}},"B":{"d":"141,-128v81,21,53,138,-32,128r-81,0r0,-240v70,-2,142,-4,139,63v-2,25,-8,38,-26,49xm75,-140v29,2,49,-5,49,-31v0,-25,-20,-33,-49,-31r0,62xm141,-71v0,-31,-28,-35,-66,-33r0,66v36,2,67,-2,66,-33","w":205,"k":{"\u00d6":2,"Y":15,"W":6,"V":10,"O":2,"J":-3}},"C":{"d":"201,-231r0,55v-49,-56,-137,-18,-137,57v0,73,90,111,137,55r0,55v-88,44,-186,-21,-186,-110v0,-91,99,-158,186,-112","w":216,"k":{"\u00d3":1,"\u00c4":-6,"y":6,"Z":-2,"O":1,"J":-12,"A":-6,";":-14,":":-20,".":-12,",":-7}},"D":{"d":"225,-120v-1,67,-54,123,-129,120r-68,0r0,-240r68,0v74,-3,129,51,129,120xm177,-120v0,-52,-38,-85,-102,-79r0,158v64,5,102,-26,102,-79","w":240,"k":{"\u00c4":12,"Y":16,"W":6,"V":10,"T":8,"J":10,"A":12}},"E":{"d":"161,-199r-86,0r0,53r82,0r0,41r-82,0r0,64r86,0r0,41r-133,0r0,-240r133,0r0,41","w":178,"k":{"v":-1,"C":1}},"F":{"d":"155,-199r-80,0r0,53r75,0r0,41r-75,0r0,105r-47,0r0,-240r127,0r0,41","w":168,"k":{"\u00fa":5,"\u00f3":4,"\u00e9":4,"\u00e1":4,"\u00d6":1,"\u00c4":14,"\u00c2":14,"\u00c1":14,"u":6,"r":4,"o":4,"e":4,"a":4,"O":1,"J":13,"A":14,".":16,"-":-12,",":20}},"G":{"d":"258,-129v4,90,-45,134,-117,134v-73,0,-126,-52,-126,-124v0,-73,54,-127,128,-127v45,0,80,20,103,57r-41,22v-35,-66,-141,-33,-141,48v0,85,128,115,141,31r-56,0r0,-41r109,0","w":274,"k":{"\u00c4":10,"Y":13,"W":6,"V":9,"T":3,"A":10,";":-14,":":-20,".":-1,",":3}},"H":{"d":"75,-147r101,0r0,-93r47,0r0,240r-47,0r0,-107r-101,0r0,107r-47,0r0,-240r47,0r0,93","w":250},"I":{"d":"75,-240r0,240r-47,0r0,-240r47,0","w":101},"J":{"d":"18,-51v21,27,48,13,48,-35r0,-154r47,0v-7,96,32,245,-67,246v-22,0,-39,-8,-56,-23","w":140,"k":{"\u00c4":8,"A":8}},"K":{"d":"75,-139r88,-101r59,0r-102,111r107,129r-61,0r-86,-108r-5,6r0,102r-47,0r0,-240r47,0r0,101","w":229,"k":{"\u00f3":10,"\u00d6":15,"\u00d3":15,"y":19,"u":9,"o":10,"e":10,"a":9,"T":-10,"O":15,"G":14,"C":15,"-":4}},"L":{"d":"75,-240r0,199r73,0r0,41r-120,0r0,-240r47,0","w":153,"k":{"\u00fd":17,"\u00dd":23,"\u00dc":5,"\u00d6":8,"\u00d3":8,"y":17,"j":-1,"Y":23,"W":19,"V":22,"U":5,"T":15,"O":8,"G":7,"C":8,"-":-2}},"M":{"d":"15,0r44,-244r32,0r66,157r68,-157r32,0r40,244r-47,0r-21,-148r-66,151r-13,0r-64,-151r-24,148r-47,0","w":312,"k":{"j":-3}},"N":{"d":"28,0r0,-246r32,0r146,168r0,-162r47,0r0,245r-32,0r-146,-167r0,162r-47,0","w":280,"k":{"\u00c4":-1,"u":-1,"o":-1,"j":-3,"e":-2,"a":-2,"A":-1,".":-6,",":-3}},"O":{"d":"144,-246v72,0,128,55,128,126v0,71,-56,125,-129,125v-72,0,-128,-55,-128,-127v0,-68,58,-124,129,-124xm144,-203v-44,0,-80,37,-80,82v0,46,35,84,80,84v44,0,80,-37,80,-83v0,-46,-36,-83,-80,-83","w":287,"k":{"\u00c4":10,"Z":11,"Y":14,"X":10,"W":6,"V":10,"T":7,"J":10,"A":10,";":-15,":":-21,".":1,",":5}},"P":{"d":"186,-164v0,58,-44,82,-111,75r0,89r-47,0r0,-240r70,0v58,-3,88,28,88,76xm138,-164v-1,-31,-26,-37,-63,-35r0,69v34,2,64,-4,63,-34","w":192,"k":{"\u00c4":16,"\u00c2":16,"\u00c1":16,"o":8,"e":7,"a":7,"Y":2,"J":15,"A":16,".":23,"-":-6,",":26}},"Q":{"d":"279,5r-48,4r-19,-22v-85,51,-197,-12,-197,-107v0,-71,57,-126,130,-126v110,0,172,134,95,212xm180,-96r27,27v44,-49,2,-134,-63,-134v-46,0,-80,36,-80,84v0,58,61,102,114,72r-47,-46","w":286},"R":{"d":"182,-169v0,37,-20,63,-55,68r76,101r-58,0r-64,-96r-6,0r0,96r-47,0r0,-240r69,0v53,-1,85,25,85,71xm75,-130v34,2,59,-7,59,-36v0,-29,-24,-38,-59,-36r0,72","w":207,"k":{"\u00dd":10,"\u00dc":3,"\u00d6":6,"\u00d3":6,"u":5,"o":5,"e":5,"Y":10,"W":6,"V":8,"U":3,"T":1,"O":6,"J":-13,"G":4,"C":6,"-":-3}},"S":{"d":"170,-217r-25,32v-18,-29,-68,-26,-73,7v-4,25,78,39,85,54v47,45,10,130,-63,130v-35,0,-60,-15,-82,-46r30,-29v14,39,85,45,88,-2v-4,-26,-15,-30,-47,-38v-92,-22,-67,-135,16,-135v26,0,51,9,71,27","w":191,"k":{"\u00e9":-3,"\u00c4":2,"v":5,"t":-5,"Y":1,"W":-1,"T":-3,"J":-4,"A":2}},"T":{"d":"103,0r-47,0r0,-199r-53,0r0,-41r154,0r0,41r-54,0r0,199","w":159,"k":{"\u00fd":9,"\u00fa":12,"\u00f4":8,"\u00f3":14,"\u00ed":-3,"\u00e9":14,"\u00e7":14,"\u00e1":14,"\u00d6":7,"\u00d3":7,"\u00c4":13,"\u00c2":13,"\u00c1":13,"\u00ab":17,"y":15,"w":15,"v":15,"u":12,"s":15,"r":11,"o":14,"j":-5,"i":-5,"g":14,"e":14,"c":14,"a":14,"Y":-14,"W":-13,"V":-13,"O":7,"J":8,"G":6,"C":7,"A":13,";":-3,":":-7,".":8,"-":-2,",":11}},"U":{"d":"124,5v-58,0,-96,-33,-96,-98r0,-147r47,0r0,137v-3,47,15,62,49,66v34,-4,50,-20,50,-66r0,-137r47,0r0,147v2,64,-39,98,-97,98","w":248,"k":{"\u00c4":9,"r":-1,"p":-1,"n":-1,"m":-1,"A":9,",":3}},"V":{"d":"51,-240r65,161r64,-161r51,0r-104,246r-25,0r-102,-246r51,0","w":231,"k":{"\u00fd":5,"\u00fc":8,"\u00fa":15,"\u00f6":12,"\u00f4":15,"\u00f3":19,"\u00ed":4,"\u00e9":19,"\u00e4":14,"\u00e1":19,"\u00d6":10,"\u00d4":10,"\u00d3":10,"\u00c4":20,"\u00c2":20,"\u00c1":20,"\u00ab":24,"y":5,"u":16,"r":14,"o":19,"i":-4,"g":19,"e":19,"c":19,"a":19,"T":-14,"S":7,"O":10,"J":17,"G":10,"C":10,"A":20,";":4,":":-1,".":21,"-":3,",":25}},"W":{"d":"50,-240r54,163r58,-165r26,0r56,165r57,-163r50,0r-91,245r-32,0r-54,-157r-56,157r-33,0r-85,-245r50,0","w":351,"k":{"\u00fd":2,"\u00fc":7,"\u00fa":13,"\u00f6":10,"\u00f4":13,"\u00f3":14,"\u00ed":2,"\u00e9":14,"\u00e4":12,"\u00e1":14,"\u00d6":8,"\u00d4":8,"\u00d3":8,"\u00c4":17,"\u00c2":17,"\u00c1":17,"\u00ab":18,"y":3,"u":13,"r":12,"o":14,"i":-4,"g":14,"e":14,"c":14,"a":14,"Y":-14,"T":-14,"S":5,"O":8,"G":6,"C":8,"A":17,";":-2,".":16,"-":-1,",":19}},"X":{"d":"87,-127r-71,-113r56,0r42,74r45,-74r56,0r-74,113r82,127r-55,0r-54,-88r-56,88r-55,0","w":225,"k":{"y":18,"o":8,"e":8,"Q":9,"O":9,"C":9,"-":-3}},"Y":{"d":"81,-110r-83,-130r56,0r51,83r51,-83r56,0r-84,130r0,110r-47,0r0,-110","w":209,"k":{"\u00fa":22,"\u00f3":25,"\u00ed":7,"\u00e9":23,"\u00e1":25,"\u00d6":15,"\u00c4":23,"\u00c2":23,"\u00c1":23,"\u00ab":28,"v":14,"u":24,"q":25,"p":22,"o":25,"i":-5,"g":23,"e":23,"a":23,"W":-16,"T":-15,"S":9,"O":15,"J":17,"G":15,"C":15,"A":23,";":8,":":4,".":20,"-":10,",":23}},"Z":{"d":"85,-41r111,0r0,41r-188,0r117,-199r-99,0r0,-41r176,0","w":210,"k":{"\u00d3":10,"O":10,";":-5,":":-12,".":-6,",":-1}},"[":{"d":"73,-231r0,250r33,0r0,39r-75,0r0,-328r75,0r0,39r-33,0","w":124},"\\":{"d":"42,-276r136,325r-30,12r-136,-325","w":167},"]":{"d":"52,19r0,-250r-33,0r0,-39r75,0r0,328r-75,0r0,-39r33,0","w":124},"^":{"d":"51,-120r-49,0r57,-122r62,0r58,122r-49,0r-40,-84","w":180},"_":{"d":"0,17r180,0r0,42r-180,0r0,-42","w":180},"a":{"d":"140,-156r44,0r0,156r-44,0r0,-20v-42,55,-127,12,-127,-58v0,-70,84,-113,127,-58r0,-20xm102,-122v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,43,-20,43,-43v0,-25,-19,-45,-43,-45"},"b":{"d":"64,-270r0,134v43,-55,128,-12,128,58v0,72,-86,112,-128,58r0,20r-43,0r0,-270r43,0xm104,-122v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,43,-20,43,-43v0,-25,-19,-45,-43,-45","k":{"y":9,"w":8,"v":8,"j":-1}},"c":{"d":"138,-152r0,44v-29,-29,-80,-10,-80,30v0,40,51,58,80,31r0,42v-57,30,-125,-12,-125,-72v0,-62,66,-103,125,-75","w":150,"k":{"j":-3,"J":-13}},"d":{"d":"140,-270r44,0r0,270r-44,0r0,-20v-42,55,-127,12,-127,-58v0,-70,84,-113,127,-58r0,-134xm102,-122v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,43,-20,43,-43v0,-25,-19,-45,-43,-45","k":{"j":-2}},"e":{"d":"174,-71r-117,0v-3,47,56,56,75,21r41,6v-13,32,-40,49,-77,49v-51,0,-83,-33,-83,-83v0,-50,31,-83,81,-83v51,0,82,34,80,90xm59,-99r73,0v-6,-41,-68,-41,-73,0","w":186,"k":{"y":8,"x":8,"w":8,"v":8,"t":-3,"j":-1}},"f":{"d":"106,-229v-25,-14,-40,-3,-40,30r0,43r40,0r0,38r-40,0r0,118r-44,0r0,-118r-17,0r0,-38r17,0r0,-50v-2,-50,40,-79,84,-63r0,40","w":105,"k":{"\u00fd":-12,"\u00ed":-2,"\u00e9":-1,"\u00e1":-1,"t":-10,"s":-1,"l":-2,"j":-4,"i":-4,"f":-10,"e":-1,"a":-1}},"g":{"d":"64,18v8,42,82,36,76,-15r0,-24v-42,55,-127,17,-127,-55v0,-73,84,-115,127,-60r0,-20r43,0r0,150v14,96,-113,116,-155,55v-8,-11,-10,-18,-11,-31r47,0xm102,-122v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,43,-20,43,-43v0,-25,-19,-45,-43,-45"},"h":{"d":"127,0v-6,-45,19,-122,-29,-124v-48,-2,-31,78,-34,124r-43,0r0,-270r43,0r0,134v31,-45,107,-28,107,38r0,98r-44,0","w":191,"k":{"\u00fd":7,"y":7,"v":6}},"i":{"d":"64,-156r0,156r-44,0r0,-156r44,0xm42,-248v14,0,26,12,26,26v0,14,-12,27,-26,27v-14,0,-26,-12,-26,-27v0,-14,12,-26,26,-26","w":83,"k":{"j":-3}},"j":{"d":"64,-156r0,239r-44,0r0,-239r44,0xm42,-248v14,0,26,12,26,26v0,14,-12,27,-26,27v-14,0,-26,-12,-26,-27v0,-14,12,-26,26,-26","w":83},"k":{"d":"64,-270r0,171r59,-57r59,0r-73,69r79,87r-61,0r-58,-67v-11,13,-2,46,-5,67r-43,0r0,-270r43,0","w":186,"k":{"\u00f6":9,"\u00f3":9,"\u00e4":8,"u":3,"o":9,"g":8,"e":8,"c":9,"a":8,".":-4,"-":4,",":-3}},"l":{"d":"64,-270r0,270r-43,0r0,-270r43,0","w":85,"k":{"j":-2}},"m":{"d":"94,-124v-47,0,-25,77,-30,124r-43,0r0,-156r43,0r0,18v26,-32,77,-31,97,6v25,-47,103,-35,103,31r0,101r-44,0v-5,-44,17,-124,-26,-124v-45,0,-26,78,-30,124r-43,0v-5,-45,17,-124,-27,-124","w":284,"k":{"y":6,"w":6,"v":6,"p":-1,"j":-1}},"n":{"d":"127,0v-6,-45,20,-124,-29,-124v-49,0,-31,78,-34,124r-43,0r0,-156r43,0r0,20v31,-45,107,-28,107,37r0,99r-44,0","w":191,"k":{"y":6,"w":6,"v":6,"p":-1,"j":-1}},"o":{"d":"102,-161v52,0,89,34,89,83v0,49,-37,83,-90,83v-52,0,-88,-34,-88,-84v0,-48,37,-82,89,-82xm102,-122v-24,0,-44,21,-44,44v0,25,20,44,44,44v24,0,44,-20,44,-44v0,-24,-20,-44,-44,-44","w":203,"k":{"y":9,"x":9,"w":8,"v":8,"t":-1,"j":-1}},"p":{"d":"64,83r-43,0r0,-239r43,0r0,20v42,-54,128,-14,128,58v0,71,-84,113,-128,58r0,103xm104,-122v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,43,-20,43,-43v0,-25,-19,-45,-43,-45","k":{"\u00fd":8,"y":8,"t":-1,"j":-1}},"q":{"d":"140,83r0,-103v-43,55,-127,12,-127,-58v0,-71,85,-113,127,-58r0,-20r44,0r0,239r-44,0xm102,-122v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,43,-20,43,-43v0,-25,-19,-45,-43,-45","k":{"u":-1,"c":-1}},"r":{"d":"123,-116v-30,-16,-59,1,-59,41r0,75r-43,0r0,-156r43,0r0,24v14,-25,36,-35,65,-25","w":129,"k":{"\u00fd":-11,"\u00fa":-1,"\u00f6":2,"\u00f4":2,"\u00f3":2,"\u00e9":1,"\u00e4":1,"\u00e1":1,"z":-3,"y":-11,"x":-4,"w":-11,"v":-11,"u":-1,"t":-10,"s":1,"r":-1,"q":1,"p":-1,"o":2,"n":-1,"m":-1,"l":-1,"k":-1,"h":-1,"g":1,"f":-9,"e":1,"d":1,"c":3,"b":-1,"a":1,";":-3,":":-9,".":18,"-":-9,",":22}},"s":{"d":"128,-145r-22,25v-13,-13,-40,-15,-43,4v-5,12,52,23,55,31v41,31,6,90,-48,90v-23,0,-44,-9,-59,-26r23,-27v13,13,24,19,37,19v11,0,20,-7,20,-17v7,-16,-51,-27,-54,-34v-35,-26,-8,-82,40,-82v19,0,36,6,51,17","w":145,"k":{"t":-3,"p":-1,"k":-1}},"t":{"d":"65,-118r0,118r-44,0r0,-118r-17,0r0,-38r17,0r0,-53r44,0r0,53r31,0r0,38r-31,0","w":97,"k":{"\u00f6":1,"\u00f3":1,"y":-11,"o":1,"c":1,";":-12,":":-19}},"u":{"d":"64,-156v5,46,-18,124,32,124v50,0,27,-78,32,-124r44,0r0,96v0,42,-28,65,-76,65v-49,0,-75,-23,-75,-65r0,-96r43,0","w":192,"k":{"j":-1}},"v":{"d":"49,-156r41,88r41,-88r49,0r-80,159r-20,0r-80,-159r49,0","w":180,"k":{"\u00f6":8,"\u00f3":8,"\u00e9":8,"\u00e4":8,"\u00e1":8,"s":6,"o":8,"j":-2,"g":8,"e":8,"c":8,"a":8,";":-4,":":-10,".":16,"-":-5,",":20}},"w":{"d":"49,-156r41,90r43,-94r19,0r42,96r42,-92r48,0r-80,159r-20,0r-42,-94r-42,94r-20,0r-80,-159r49,0","w":285,"k":{"\u00f6":8,"\u00f3":8,"\u00e4":8,"s":6,"o":8,"g":8,"e":8,"c":8,"a":8,";":-6,":":-12,".":16,"-":-5,",":20}},"x":{"d":"75,-85r-61,-71r55,0r33,40r33,-40r55,0r-61,71r73,85r-56,0r-44,-54r-45,54r-57,0","w":202,"k":{"q":9,"o":9,"e":9,"c":10,"a":9}},"y":{"d":"74,-24r-74,-132r51,0r47,89r44,-89r50,0r-126,239r-49,0","w":192,"k":{"s":6,"o":9,"j":-2,"g":8,"e":8,"c":9,"a":8,";":-4,":":-10,".":17,"-":-6,",":21}},"z":{"d":"82,-38r82,0r0,38r-159,0r88,-119r-75,0r0,-38r152,0","w":174,"k":{"o":3,"e":3,";":-9,":":-14,",":2}},"{":{"d":"98,-235v-64,-5,6,106,-49,130v33,14,22,59,22,100v0,25,5,29,27,29r0,36v-42,5,-68,-4,-68,-51v0,-36,15,-91,-20,-98r0,-36v56,-16,-32,-173,88,-147r0,37","w":113},"|":{"d":"67,-240r46,0r0,300r-46,0r0,-300","w":180},"}":{"d":"16,24v61,5,-4,-107,48,-130v-32,-15,-21,-60,-21,-101v0,-24,-4,-28,-27,-28r0,-37v42,-5,68,4,68,51v0,37,-14,91,20,99r0,35v-56,16,31,173,-88,147r0,-36","w":113},"~":{"d":"84,-224v-15,3,-17,6,-26,22r-26,-17v14,-30,22,-46,55,-50v9,-1,61,21,69,18v12,0,17,-4,25,-18r27,15v-16,32,-25,43,-58,48v-5,4,-59,-20,-66,-18","w":240},"\u00a1":{"d":"45,-187v16,0,28,13,28,28v0,15,-13,28,-28,28v-16,0,-28,-12,-28,-28v0,-15,13,-28,28,-28xm23,-113r45,0r0,171r-45,0r0,-171","w":90},"\u00a2":{"d":"35,-120v0,-43,29,-77,73,-83r0,-27r23,0r0,28v11,1,21,5,28,8r0,44v-26,-33,-77,-12,-77,30v0,42,53,61,77,29r0,45v-12,5,-18,6,-28,7r0,30r-23,0r0,-30v-43,-5,-73,-38,-73,-81"},"\u00a3":{"d":"201,-45v-13,76,-87,42,-136,32v-12,0,-20,5,-25,16r-34,-6v12,-31,29,-46,53,-47v5,-13,5,-22,1,-35r-42,0r0,-33r23,0v-37,-60,6,-128,75,-128v50,0,79,31,80,84r-47,5v5,-28,-11,-47,-36,-47v-43,0,-48,52,-24,86r53,0r0,33r-43,0v2,15,1,26,-3,38v30,7,61,32,74,-4"},"\u00a5":{"d":"67,-131r-45,0r0,-32r26,0r-45,-77r51,0r48,83r47,-83r52,0r-46,77r27,0r0,32r-47,0r-12,23r59,0r0,33r-59,0r0,75r-43,0r0,-75r-58,0r0,-33r58,0"},"\u00a7":{"d":"170,-208r-43,0v2,-38,-49,-36,-50,-5v-7,23,80,43,85,59v29,34,17,88,-26,104v59,24,28,115,-36,111v-39,-2,-69,-25,-69,-68r45,0v0,19,10,31,26,31v24,1,36,-37,15,-48v-36,-20,-91,-28,-91,-82v0,-30,15,-53,41,-60v-56,-22,-33,-112,33,-107v41,3,70,20,70,65xm102,-139v-17,0,-30,14,-30,31v0,17,14,32,30,32v17,0,30,-15,30,-32v0,-17,-14,-31,-30,-31"},"\u00a4":{"d":"7,-49r37,-37v-21,-30,-22,-68,0,-99r-37,-38r25,-25r38,37v32,-22,68,-21,100,0r37,-37r25,25r-37,37v22,34,22,66,1,99r37,37r-25,26r-37,-37v-32,22,-69,21,-102,0r-37,37xm121,-185v-28,0,-50,21,-50,49v0,27,22,49,49,49v27,0,49,-22,49,-49v0,-27,-22,-49,-48,-49","w":240},"'":{"d":"21,-141r-7,-99r46,0r-7,99r-32,0","w":74},"\u00ab":{"d":"123,-78r44,58r-26,18r-56,-76r56,-77r25,17xm52,-78r44,58r-25,18r-57,-76r57,-77r25,17","w":184},"\u00b7":{"d":"45,-109v16,0,28,13,28,28v0,16,-13,29,-28,29v-16,0,-28,-13,-28,-29v0,-15,13,-28,28,-28","w":90},"\u2219":{"d":"45,-109v16,0,28,13,28,28v0,16,-13,29,-28,29v-16,0,-28,-13,-28,-29v0,-15,13,-28,28,-28","w":90},"\u00b6":{"d":"3,-180v-3,-84,113,-55,192,-60r0,41r-26,0r0,232r-39,0r0,-232r-30,0r0,232r-40,0r0,-155v-36,1,-56,-22,-57,-58"},"\u00bb":{"d":"62,-78r-44,-60r26,-17r56,77r-56,76r-26,-18xm132,-78r-43,-60r25,-17r56,77r-56,76r-25,-18","w":184,"k":{"Y":28,"W":17,"V":24,"T":18,"A":4}},"\u00bf":{"d":"118,-102r0,63v-31,-6,-58,10,-58,35v0,16,12,27,28,27v15,0,29,-14,25,-29r47,0v2,39,-31,68,-73,68v-40,0,-73,-29,-73,-67v0,-33,23,-58,60,-67r0,-30r44,0xm95,-187v16,0,29,12,29,28v0,15,-13,28,-28,28v-16,0,-29,-13,-29,-28v0,-16,13,-28,28,-28","w":176},"`":{"d":"33,-232r32,-20r43,54r-21,15","w":180},"\u00b4":{"d":"147,-232r-54,49r-21,-15r43,-54","w":180},"\u00af":{"d":"32,-227r116,0r0,29r-116,0r0,-29","w":180},"\u02c9":{"d":"32,-227r116,0r0,29r-116,0r0,-29","w":180},"\u00a8":{"d":"53,-237v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26xm127,-237v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26","w":180},"\u00b8":{"d":"126,32r-41,45r-22,-13r35,-48","w":180},"\u00c6":{"d":"171,-51r-98,0r-21,51r-49,0r103,-240r127,0r15,41r-88,0r22,53r87,0r16,41r-87,0r27,64r88,0r16,41r-137,0xm157,-89r-34,-81r-34,81r68,0","w":331},"\u00aa":{"d":"84,-237r26,0r0,93r-26,0r0,-12v-25,33,-76,7,-76,-35v0,-43,51,-66,76,-34r0,-12xm60,-217v-14,0,-25,13,-25,27v0,14,11,26,25,26v14,0,26,-12,26,-26v0,-15,-12,-27,-26,-27xm11,-130r98,0r0,19r-98,0r0,-19","w":122},"\u00d8":{"d":"49,-34v-71,-75,-14,-212,96,-212v24,0,45,6,66,18r28,-33r26,22r-26,32v21,23,33,52,34,87v4,95,-112,157,-196,108r-27,31r-25,-22xm209,-170r-104,122v74,45,156,-52,104,-122xm81,-71r101,-123v-75,-40,-151,54,-101,123","w":289},"\u00ba":{"d":"61,-240v31,0,53,20,53,49v0,30,-22,50,-54,50v-31,0,-52,-21,-52,-51v0,-28,22,-48,53,-48xm60,-217v-14,0,-25,12,-25,26v0,14,11,26,26,26v14,0,26,-12,26,-26v0,-14,-13,-26,-27,-26xm13,-130r99,0r0,19r-99,0r0,-19","w":121},"\u00e6":{"d":"139,-134v44,-54,152,-23,139,63r-117,0v-2,45,59,57,75,21r40,6v-17,53,-105,68,-137,20v-26,46,-126,35,-126,-22v0,-48,67,-66,105,-40v10,-44,-46,-47,-82,-34r0,-35v41,-10,85,-10,103,21xm162,-99r74,0v-7,-42,-67,-41,-74,0xm85,-67v-19,0,-30,7,-30,19v0,13,12,22,30,22v19,0,33,-10,33,-23v0,-10,-14,-18,-33,-18","w":290},"\u00f8":{"d":"187,-159r-19,23v50,51,12,141,-66,141v-16,0,-30,-4,-45,-10r-21,25r-19,-16r19,-23v-50,-52,-13,-142,66,-142v16,0,31,3,45,10r20,-25xm139,-102r-54,64v38,18,78,-27,54,-64xm65,-54r54,-64v-38,-18,-78,26,-54,64","w":203},"\u00df":{"d":"97,-235v-29,0,-34,19,-33,58r0,177r-43,0r0,-196v-2,-51,28,-76,76,-78v70,-4,103,86,46,121v32,12,49,37,49,73v0,52,-39,87,-99,85r0,-39v31,0,54,-21,54,-49v0,-28,-21,-47,-54,-48r0,-37v25,0,37,-14,37,-35v0,-19,-14,-32,-33,-32","w":203},"\u00b9":{"d":"56,-214r-21,0r0,-26r51,0r0,144r-30,0r0,-118","w":139},"\u00ac":{"d":"121,0r0,-54r-109,0r0,-42r156,0r0,96r-47,0","w":180},"\u00b5":{"d":"172,-60v2,57,-61,77,-111,58r3,85r-43,0r0,-239r43,0v5,46,-19,124,32,124v50,0,27,-78,32,-124r44,0r0,96","w":192},"\u03bc":{"d":"172,-60v2,57,-61,77,-111,58r3,85r-43,0r0,-239r43,0v5,46,-19,124,32,124v50,0,27,-78,32,-124r44,0r0,96","w":192},"\u00d0":{"d":"225,-120v-1,67,-54,123,-129,120r-68,0r0,-102r-20,0r0,-36r20,0r0,-102r68,0v74,-3,129,51,129,120xm177,-120v0,-52,-37,-85,-102,-79r0,61r51,0r0,36r-51,0r0,61v64,5,102,-26,102,-79","w":240},"\u00bd":{"d":"54,-214r-21,0r0,-26r51,0r0,144r-30,0r0,-118xm224,-248r19,11r-143,247r-19,-11xm252,-26r49,0r0,26r-107,0v21,-25,74,-75,76,-101v0,-12,-10,-21,-21,-21v-12,0,-20,10,-19,24r-32,0v2,-31,21,-50,51,-50v56,0,67,64,25,98","w":321},"\u00b1":{"d":"22,-134r65,0r0,-67r29,0r0,67r67,0r0,29r-67,0r0,63r-29,0r0,-63r-65,0r0,-29xm22,-22r161,0r0,29r-161,0r0,-29"},"\u00de":{"d":"186,-130v0,56,-43,83,-111,76r0,54r-47,0r0,-240r47,0r0,34v69,-6,111,19,111,76xm75,-97v34,2,59,-4,59,-33v0,-28,-26,-35,-59,-33r0,66","w":193},"\u00bc":{"d":"54,-214r-21,0r0,-26r51,0r0,144r-30,0r0,-118xm224,-248r19,11r-143,247r-19,-11xm298,-50r17,0r0,25r-17,0r0,25r-28,0r0,-25r-70,0r0,-13r71,-109r27,0r0,97xm270,-50r0,-51r-33,51r33,0","w":327},"\u00f7":{"d":"22,-134r161,0r0,29r-161,0r0,-29xm102,-82v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22xm102,-202v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22v0,-12,10,-22,22,-22"},"\u00a6":{"d":"67,-240r46,0r0,125r-46,0r0,-125xm67,-55r46,0r0,115r-46,0r0,-115","w":180},"\u00b0":{"d":"102,-245v27,0,48,21,48,48v0,26,-22,48,-48,48v-27,0,-48,-22,-48,-49v0,-26,22,-47,48,-47xm102,-221v-13,0,-24,11,-24,24v0,13,11,24,24,24v13,0,24,-11,24,-24v0,-13,-11,-24,-24,-24"},"\u00fe":{"d":"66,82r-45,0r0,-344r45,0r0,122v46,-49,126,-7,126,62v0,67,-79,111,-126,62r0,98xm104,-121v-23,0,-40,18,-40,44v0,25,16,42,39,42v23,0,40,-17,40,-42v0,-26,-16,-44,-39,-44"},"\u00be":{"d":"58,-161r0,-22v14,1,23,-5,23,-18v0,-23,-35,-25,-36,0r-28,0v-1,-57,94,-56,92,-2v0,13,-5,23,-15,30v40,20,18,82,-31,82v-30,0,-51,-20,-52,-48r30,0v1,13,10,21,23,21v13,0,22,-9,22,-21v-1,-14,-12,-24,-28,-22xm222,-248r20,11r-143,247r-19,-11xm297,-50r17,0r0,25r-17,0r0,25r-28,0r0,-25r-70,0r0,-13r71,-109r27,0r0,97xm269,-50r0,-51r-33,51r33,0","w":326},"\u00b2":{"d":"67,-122r50,0r0,26r-107,0v20,-25,74,-74,75,-101v0,-12,-9,-22,-20,-22v-12,0,-20,11,-19,25r-32,0v2,-32,21,-51,51,-51v55,0,68,65,25,98","w":139},"\u00ae":{"d":"153,-107r48,59r-42,0r-41,-56r0,56r-33,0r0,-144v48,-3,100,0,100,44v0,21,-11,36,-32,41xm118,-128v19,1,33,-5,33,-19v0,-15,-14,-19,-33,-18r0,37xm139,-246v67,0,122,57,122,126v0,69,-55,125,-124,125v-69,0,-125,-56,-125,-125v0,-70,56,-126,127,-126xm138,-223v-57,0,-101,45,-101,103v0,57,45,103,100,103v55,0,99,-46,99,-103v0,-56,-45,-103,-98,-103","w":273},"\u00f0":{"d":"61,-227v-6,-5,-19,-10,-31,-17r12,-26v15,5,40,19,49,27r41,-21r15,30r-27,14v45,41,71,91,71,139v0,51,-35,86,-88,86v-53,0,-90,-34,-90,-82v0,-52,39,-86,98,-84v-8,-16,-18,-29,-29,-41r-33,17r-14,-29xm102,-122v-24,0,-44,21,-44,44v0,25,20,44,44,44v24,0,44,-20,44,-44v0,-24,-20,-44,-44,-44","w":203},"\u00d7":{"d":"52,-190r50,50r50,-50r20,20r-50,50r50,50r-20,20r-50,-50r-50,50r-20,-20r50,-50r-50,-50"},"\u00b3":{"d":"60,-161r0,-22v14,1,23,-5,23,-18v0,-23,-35,-25,-36,0r-28,0v-1,-57,95,-55,93,-2v0,13,-6,23,-16,30v39,19,19,82,-30,82v-30,0,-52,-20,-53,-48r30,0v1,13,10,21,23,21v13,0,22,-9,22,-21v0,-14,-11,-24,-28,-22","w":139},"\u00a9":{"d":"100,-119v0,45,61,60,84,26r0,39v-55,27,-119,-9,-119,-65v0,-55,64,-95,119,-67r0,39v-26,-33,-84,-19,-84,28xm139,-246v67,0,122,57,122,126v0,69,-55,125,-124,125v-69,0,-125,-56,-125,-125v0,-70,56,-126,127,-126xm138,-223v-57,0,-101,45,-101,103v0,57,45,103,100,103v55,0,99,-46,99,-103v0,-56,-45,-103,-98,-103","w":273},"\u00c1":{"d":"170,-51r-98,0r-22,51r-50,0r104,-245r36,0r100,245r-50,0xm155,-89r-33,-86r-35,86r68,0xm175,-303r-61,41r-19,-18r50,-48","w":241,"k":{"T":13}},"\u00c2":{"d":"170,-51r-98,0r-22,51r-50,0r104,-245r36,0r100,245r-50,0xm155,-89r-33,-86r-35,86r68,0xm64,-284r61,-49r62,49r-22,22r-40,-32r-39,32","w":241,"k":{"\u00fd":9,"\u00dd":23,"w":9,"v":9,"Y":23,"W":13,"V":19,"T":13}},"\u00c4":{"d":"170,-51r-98,0r-22,51r-50,0r104,-245r36,0r100,245r-50,0xm155,-89r-33,-86r-35,86r68,0xm82,-318v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-25,-13,-25,-27v0,-14,11,-25,25,-25xm158,-318v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-13,-26,-27v0,-14,12,-25,26,-25","w":241},"\u00c0":{"d":"170,-51r-98,0r-22,51r-50,0r104,-245r36,0r100,245r-50,0xm155,-89r-33,-86r-35,86r68,0xm69,-303r30,-25r49,48r-19,18","w":241},"\u00c5":{"d":"170,-51r-98,0r-22,51r-50,0r104,-245r36,0r100,245r-50,0xm155,-89r-33,-86r-35,86r68,0xm120,-332v19,0,34,15,34,34v0,19,-14,34,-33,34v-19,0,-35,-15,-35,-34v0,-18,16,-34,34,-34xm121,-311v-8,0,-14,6,-14,13v0,8,6,14,14,14v7,0,13,-6,13,-14v0,-7,-6,-13,-13,-13","w":241},"\u00c3":{"d":"170,-51r-98,0r-22,51r-50,0r104,-245r36,0r100,245r-50,0xm155,-89r-33,-86r-35,86r68,0xm147,-266v-18,0,-56,-32,-64,-1r-24,0v4,-28,18,-45,38,-45v21,0,58,32,68,0r24,0v-6,29,-21,46,-42,46","w":241},"\u00c7":{"d":"201,-231r0,55v-49,-56,-137,-18,-137,57v0,73,90,111,137,55r0,55v-88,44,-186,-21,-186,-110v0,-91,99,-158,186,-112xm161,33r-44,47r-23,-15r37,-50","w":216},"\u00c9":{"d":"161,-199r-86,0r0,53r82,0r0,41r-82,0r0,64r86,0r0,41r-133,0r0,-240r133,0r0,41xm150,-303r-60,41r-19,-18r50,-48","w":178},"\u00ca":{"d":"161,-199r-86,0r0,53r82,0r0,41r-82,0r0,64r86,0r0,41r-133,0r0,-240r133,0r0,41xm35,-284r61,-49r62,49r-22,22r-40,-32r-39,32","w":178},"\u00cb":{"d":"161,-199r-86,0r0,53r82,0r0,41r-82,0r0,64r86,0r0,41r-133,0r0,-240r133,0r0,41xm56,-318v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-13,-26,-27v0,-14,12,-25,26,-25xm132,-318v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-13,-26,-27v0,-14,12,-25,26,-25","w":178},"\u00c8":{"d":"161,-199r-86,0r0,53r82,0r0,41r-82,0r0,64r86,0r0,41r-133,0r0,-240r133,0r0,41xm45,-303r30,-25r49,48r-19,18","w":178},"\u00cd":{"d":"75,-240r0,240r-47,0r0,-240r47,0xm105,-303r-60,41r-19,-18r49,-48","w":101},"\u00ce":{"d":"75,-240r0,240r-47,0r0,-240r47,0xm-5,-284r56,-49r57,49r-23,22r-34,-32r-35,32","w":101},"\u00cf":{"d":"75,-240r0,240r-47,0r0,-240r47,0xm19,-318v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-13,-26,-27v0,-14,12,-25,26,-25xm83,-318v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-13,-26,-27v0,-14,12,-25,26,-25","w":101},"\u00cc":{"d":"74,-240r0,240r-47,0r0,-240r47,0xm-3,-303r30,-25r49,48r-19,18","w":101},"\u00d1":{"d":"28,0r0,-246r32,0r146,168r0,-162r47,0r0,245r-32,0r-146,-167r0,162r-47,0xm167,-266v-18,0,-56,-32,-64,-1r-24,0v4,-28,18,-45,38,-45v21,0,58,32,68,0r25,0v-6,29,-22,46,-43,46","w":280},"\u00d3":{"d":"144,-246v72,0,128,55,128,126v0,71,-56,125,-129,125v-72,0,-128,-55,-128,-127v0,-68,58,-124,129,-124xm144,-203v-44,0,-80,37,-80,82v0,46,35,84,80,84v44,0,80,-37,80,-83v0,-46,-36,-83,-80,-83xm198,-303r-60,41r-20,-18r50,-48","w":287,"k":{"Z":11,"W":6,"T":7,";":-15,":":-21,".":1,",":5}},"\u00d4":{"d":"144,-246v72,0,128,55,128,126v0,71,-56,125,-129,125v-72,0,-128,-55,-128,-127v0,-68,58,-124,129,-124xm144,-203v-44,0,-80,37,-80,82v0,46,35,84,80,84v44,0,80,-37,80,-83v0,-46,-36,-83,-80,-83xm82,-284r61,-49r62,49r-22,22r-40,-32r-39,32","w":287},"\u00d6":{"d":"144,-246v72,0,128,55,128,126v0,71,-56,125,-129,125v-72,0,-128,-55,-128,-127v0,-68,58,-124,129,-124xm144,-203v-44,0,-80,37,-80,82v0,46,35,84,80,84v44,0,80,-37,80,-83v0,-46,-36,-83,-80,-83xm106,-318v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-13,-26,-27v0,-14,12,-25,26,-25xm182,-318v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-13,-26,-27v0,-14,12,-25,26,-25","w":287,"k":{"Y":14,"X":10,"W":6,"V":10,"T":7,"A":10,";":-15,":":-21,".":1,",":5}},"\u00d2":{"d":"144,-246v72,0,128,55,128,126v0,71,-56,125,-129,125v-72,0,-128,-55,-128,-127v0,-68,58,-124,129,-124xm144,-203v-44,0,-80,37,-80,82v0,46,35,84,80,84v44,0,80,-37,80,-83v0,-46,-36,-83,-80,-83xm90,-303r30,-25r49,48r-19,18","w":287},"\u00d5":{"d":"144,-246v72,0,128,55,128,126v0,71,-56,125,-129,125v-72,0,-128,-55,-128,-127v0,-68,58,-124,129,-124xm144,-203v-44,0,-80,37,-80,82v0,46,35,84,80,84v44,0,80,-37,80,-83v0,-46,-36,-83,-80,-83xm170,-266v-17,0,-56,-32,-63,-1r-25,0v4,-28,19,-45,39,-45v20,0,57,32,67,0r25,0v-6,29,-22,46,-43,46","w":287},"\u00da":{"d":"124,5v-58,0,-96,-33,-96,-98r0,-147r47,0r0,137v-3,47,15,62,49,66v34,-4,50,-20,50,-66r0,-137r47,0r0,147v2,64,-39,98,-97,98xm178,-303r-60,41r-19,-18r49,-48","w":248},"\u00db":{"d":"124,5v-58,0,-96,-33,-96,-98r0,-147r47,0r0,137v-3,47,15,62,49,66v34,-4,50,-20,50,-66r0,-137r47,0r0,147v2,64,-39,98,-97,98xm63,-284r61,-49r62,49r-23,22r-39,-32r-39,32","w":248},"\u00dc":{"d":"124,5v-58,0,-96,-33,-96,-98r0,-147r47,0r0,137v-3,47,15,62,49,66v34,-4,50,-20,50,-66r0,-137r47,0r0,147v2,64,-39,98,-97,98xm86,-318v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-13,-26,-27v0,-14,12,-25,26,-25xm162,-318v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-13,-26,-27v0,-14,12,-25,26,-25","w":248,"k":{"r":-1,"p":-1,"n":-1,"b":-1,"A":9,",":3}},"\u00d9":{"d":"124,5v-58,0,-96,-33,-96,-98r0,-147r47,0r0,137v-3,47,15,62,49,66v34,-4,50,-20,50,-66r0,-137r47,0r0,147v2,64,-39,98,-97,98xm70,-303r30,-25r49,48r-19,18","w":248},"\u00dd":{"d":"81,-110r-83,-130r56,0r51,83r51,-83r56,0r-84,130r0,110r-47,0r0,-110xm159,-303r-60,41r-19,-18r49,-48","w":209,"k":{"\u00fa":22,"\u00f3":25,"\u00e9":23,"\u00e1":25,"\u00c4":23,"\u00c2":23,"\u00c1":23,"J":17,";":8,":":4,".":20,"-":10,",":23}},"\u00e1":{"d":"140,-156r44,0r0,156r-44,0r0,-20v-42,55,-127,12,-127,-58v0,-70,84,-113,127,-58r0,-20xm102,-122v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,43,-20,43,-43v0,-25,-19,-45,-43,-45xm157,-232r-54,49r-21,-15r43,-54"},"\u00e2":{"d":"140,-156r44,0r0,156r-44,0r0,-20v-42,55,-127,12,-127,-58v0,-70,84,-113,127,-58r0,-20xm102,-122v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,43,-20,43,-43v0,-25,-19,-45,-43,-45xm44,-205r60,-50r62,50r-22,22r-40,-33r-39,33"},"\u00e4":{"d":"140,-156r44,0r0,156r-44,0r0,-20v-42,55,-127,12,-127,-58v0,-70,84,-113,127,-58r0,-20xm102,-122v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,43,-20,43,-43v0,-25,-19,-45,-43,-45xm69,-237v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26xm143,-237v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26","k":{"w":-1}},"\u00e0":{"d":"140,-156r44,0r0,156r-44,0r0,-20v-42,55,-127,12,-127,-58v0,-70,84,-113,127,-58r0,-20xm102,-122v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,43,-20,43,-43v0,-25,-19,-45,-43,-45xm55,-232r32,-20r43,54r-21,15"},"\u00e5":{"d":"140,-156r44,0r0,156r-44,0r0,-20v-42,55,-127,12,-127,-58v0,-70,84,-113,127,-58r0,-20xm102,-122v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,43,-20,43,-43v0,-25,-19,-45,-43,-45xm104,-249v18,0,34,15,34,33v0,18,-16,33,-34,33v-18,0,-33,-15,-33,-34v0,-18,15,-32,33,-32xm104,-229v-7,0,-12,6,-12,13v0,7,5,12,12,12v7,0,13,-5,13,-12v0,-7,-6,-13,-13,-13"},"\u00e3":{"d":"140,-156r44,0r0,156r-44,0r0,-20v-42,55,-127,12,-127,-58v0,-70,84,-113,127,-58r0,-20xm102,-122v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,43,-20,43,-43v0,-25,-19,-45,-43,-45xm128,-188v-19,0,-56,-31,-64,0r-24,0v4,-28,18,-45,38,-45v20,0,58,33,67,0r25,0v-6,28,-21,45,-42,45"},"\u00e7":{"d":"138,-152r0,44v-29,-29,-80,-10,-80,30v0,40,51,58,80,31r0,42v-57,30,-125,-12,-125,-72v0,-62,66,-103,125,-75xm116,32r-41,45r-22,-13r35,-48","w":150},"\u00e9":{"d":"174,-71r-117,0v-3,47,56,56,75,21r41,6v-13,32,-40,49,-77,49v-51,0,-83,-33,-83,-83v0,-50,31,-83,81,-83v51,0,82,34,80,90xm59,-99r73,0v-6,-41,-68,-41,-73,0xm144,-232r-54,49r-21,-15r43,-54","w":186,"k":{"t":-1}},"\u00ea":{"d":"174,-71r-117,0v-3,47,56,56,75,21r41,6v-13,32,-40,49,-77,49v-51,0,-83,-33,-83,-83v0,-50,31,-83,81,-83v51,0,82,34,80,90xm59,-99r73,0v-6,-41,-68,-41,-73,0xm35,-205r60,-50r62,50r-22,22r-40,-33r-39,33","w":186},"\u00eb":{"d":"174,-71r-117,0v-3,47,56,56,75,21r41,6v-13,32,-40,49,-77,49v-51,0,-83,-33,-83,-83v0,-50,31,-83,81,-83v51,0,82,34,80,90xm59,-99r73,0v-6,-41,-68,-41,-73,0xm58,-237v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26xm133,-237v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26","w":186},"\u00e8":{"d":"174,-71r-117,0v-3,47,56,56,75,21r41,6v-13,32,-40,49,-77,49v-51,0,-83,-33,-83,-83v0,-50,31,-83,81,-83v51,0,82,34,80,90xm59,-99r73,0v-6,-41,-68,-41,-73,0xm44,-232r32,-20r43,54r-21,15","w":186},"\u00ed":{"d":"64,-156r0,156r-43,0r0,-156r43,0xm92,-232r-54,49r-21,-15r43,-54","w":84,"k":{"v":-1}},"\u00ee":{"d":"64,-156r0,156r-43,0r0,-156r43,0xm-12,-205r54,-50r54,50r-22,22r-32,-33r-32,33","w":84},"\u00ef":{"d":"64,-156r0,156r-43,0r0,-156r43,0xm10,-237v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-25,-12,-25,-26v0,-14,11,-26,25,-26xm74,-237v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26","w":84},"\u00ec":{"d":"64,-156r0,156r-43,0r0,-156r43,0xm-7,-232r31,-20r44,54r-21,15","w":84},"\u00f1":{"d":"127,0v-6,-45,20,-124,-29,-124v-49,0,-31,78,-34,124r-43,0r0,-156r43,0r0,20v31,-45,107,-28,107,37r0,99r-44,0xm121,-188v-19,0,-55,-31,-63,0r-25,0v4,-28,19,-45,39,-45v20,0,57,32,67,0r25,0v-6,28,-22,45,-43,45","w":191},"\u00f3":{"d":"102,-161v52,0,89,34,89,83v0,49,-37,83,-90,83v-52,0,-88,-34,-88,-84v0,-48,37,-82,89,-82xm102,-122v-24,0,-44,21,-44,44v0,25,20,44,44,44v24,0,44,-20,44,-44v0,-24,-20,-44,-44,-44xm154,-232r-54,49r-21,-15r43,-54","w":203,"k":{"w":8}},"\u00f4":{"d":"102,-161v52,0,89,34,89,83v0,49,-37,83,-90,83v-52,0,-88,-34,-88,-84v0,-48,37,-82,89,-82xm102,-122v-24,0,-44,21,-44,44v0,25,20,44,44,44v24,0,44,-20,44,-44v0,-24,-20,-44,-44,-44xm40,-205r61,-50r62,50r-22,22r-40,-33r-39,33","w":203},"\u00f6":{"d":"102,-161v52,0,89,34,89,83v0,49,-37,83,-90,83v-52,0,-88,-34,-88,-84v0,-48,37,-82,89,-82xm102,-122v-24,0,-44,21,-44,44v0,25,20,44,44,44v24,0,44,-20,44,-44v0,-24,-20,-44,-44,-44xm64,-237v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-25,-12,-25,-26v0,-14,11,-26,25,-26xm139,-237v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26","w":203,"k":{"y":9,"x":9,"w":8,"v":8,"t":-1}},"\u00f2":{"d":"102,-161v52,0,89,34,89,83v0,49,-37,83,-90,83v-52,0,-88,-34,-88,-84v0,-48,37,-82,89,-82xm102,-122v-24,0,-44,21,-44,44v0,25,20,44,44,44v24,0,44,-20,44,-44v0,-24,-20,-44,-44,-44xm52,-232r32,-20r43,54r-21,15","w":203},"\u00f5":{"d":"102,-161v52,0,89,34,89,83v0,49,-37,83,-90,83v-52,0,-88,-34,-88,-84v0,-48,37,-82,89,-82xm102,-122v-24,0,-44,21,-44,44v0,25,20,44,44,44v24,0,44,-20,44,-44v0,-24,-20,-44,-44,-44xm127,-188v-19,0,-55,-31,-64,0r-24,0v4,-28,18,-45,38,-45v21,0,58,32,68,0r25,0v-6,28,-22,45,-43,45","w":203},"\u00fa":{"d":"64,-156v5,46,-18,124,32,124v50,0,27,-78,32,-124r44,0r0,96v0,42,-28,65,-76,65v-49,0,-75,-23,-75,-65r0,-96r43,0xm149,-232r-54,49r-20,-15r42,-54","w":192},"\u00fb":{"d":"64,-156v5,46,-18,124,32,124v50,0,27,-78,32,-124r44,0r0,96v0,42,-28,65,-76,65v-49,0,-75,-23,-75,-65r0,-96r43,0xm35,-205r61,-50r62,50r-23,22r-39,-33r-39,33","w":192},"\u00fc":{"d":"64,-156v5,46,-18,124,32,124v50,0,27,-78,32,-124r44,0r0,96v0,42,-28,65,-76,65v-49,0,-75,-23,-75,-65r0,-96r43,0xm59,-237v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26xm134,-237v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26","w":192},"\u00f9":{"d":"64,-156v5,46,-18,124,32,124v50,0,27,-78,32,-124r44,0r0,96v0,42,-28,65,-76,65v-49,0,-75,-23,-75,-65r0,-96r43,0xm47,-232r31,-20r44,54r-21,15","w":192},"\u00fd":{"d":"74,-24r-74,-132r51,0r47,89r44,-89r50,0r-126,239r-49,0xm148,-232r-54,49r-21,-15r43,-54","w":192,"k":{".":17,",":21}},"\u00ff":{"d":"74,-24r-74,-132r51,0r47,89r44,-89r50,0r-126,239r-49,0xm59,-237v14,0,26,12,26,26v0,14,-12,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26xm134,-237v14,0,25,12,25,26v0,14,-11,26,-25,26v-14,0,-26,-12,-26,-26v0,-14,12,-26,26,-26","w":192}}});window.addEvent('domready',function(){var accordeonPrincipal=0;var testOpenAccordeon=0;var testSousCategorie=0;if(Browser.chrome||Browser.safari){var tailleBar=['33','0','55'];}
else{var tailleBar=['43','45','65'];}
var Martiniere=new Class({Implements:[Options,Events],options:{backgroundContainer:$('background-container')},initialize:function(options){Cufon.set('fontFamily','Futura_T_Medium');Cufon.replace('.sous-categorie',{hover:true,hoverables:{div:true}});Cufon.set('fontFamily','Futura_T_Book');Cufon.replace('.encart-texte h2,.parfums,.produits,#conteneur-infos-pratiques h1');Cufon.replace('#encart-delice-presentation h5',{hover:true,hoverables:{h5:true}});Cufon.set('fontFamily','Futura_T_Bold');Cufon.replace('.footer-adresse h1,#conteneur-infos-pratiques h3');Cufon.set('fontFamily','Futura_T_MediumOblique');Cufon.replace('.footer-adresse h1 i,#conteneur-infos-pratiques h3 i');Cufon.set('fontFamily','Futura_T_Demi');Cufon.replace('.menu-principal,.encart-texte h1,.footer-info,.parfums h6,#encart-adresse,.retour,#conteneur-infos-pratiques h2');Cufon.replace('.encart-texte h3, .encart-texte h3 a',{hover:true,hoverables:{a:true,h3:true}});Cufon.now();this.setOptions(options);this.setBackground();this.creationMenuPrincipal();this.creationSousCategories();this.creationAccordeonDelice();this.creationEvent();this.browserResize()},setBackground:function(){this.options.backgroundContainer.getElements('div').each(function(item){(item.get('class')=='open-background')?item.fade('show'):item.fade('hide');item.setStyles({width:'',height:''});});var browserSize=window.getScrollSize();this.options.backgroundContainer.getElements('div').each(function(item){item.setStyles({width:browserSize.x,height:browserSize.y})})},backgroundChange:function(idBackground){this.options.backgroundContainer.getElement('div.open-background').set('tween',{onComplete:function(){this.element.removeClass('open-background');}}).tween('opacity',0);$('background-'+idBackground).set('tween',{onComplete:function(){this.element.addClass('open-background');}}).tween('opacity',1);},creationMenuPrincipal:function(){var self=this;function color_bar(id,element){switch(id){case'savoir-faire':element.setStyle('background','#dc4229');break;case'presse':element.setStyle('background','#462768');break;case'infos-pratiques':element.setStyle('background','#a0c7e7');break;default:break;};};$$('.menu-principal').each(function(el){if(Browser.chrome||Browser.safari){var old_width=el.getStyle('width').toInt()+el.getStyle('paddingLeft').toInt()+el.getStyle('paddingRight').toInt();}
else{var old_width=el.getStyle('width').toInt();}
el.addEvents({mouseenter:function(){if(testOpenAccordeon!=this.get('id')){var browserSize=window.getScrollSize();(this.hasClass('grey'))?this.morph({width:[old_width,(browserSize.x-tailleBar[0])]}):this.morph({width:[old_width,(browserSize.x-tailleBar[1])]});color_bar(this.get('id'),this);}},mouseleave:function(){if(testOpenAccordeon!=this.get('id')){this.morph({width:old_width});(this.hasClass('grey'))?this.setStyle('background','#737577'):'';}}});});accordeonPrincipal=new Fx.Accordion($$('.menu-principal'),$$('.elements-principaux'),{display:-1,onActive:function(toggler){var browserSize=window.getScrollSize();(toggler.hasClass('grey'))?toggler.setStyle('width',(browserSize.x-tailleBar[0])):toggler.setStyle('width',(browserSize.x-tailleBar[1]));color_bar(toggler.get('id'),toggler);testOpenAccordeon=toggler.get('id');},onBackground:function(toggler){(toggler.hasClass('grey'))?toggler.setStyle('background','#737577'):'';toggler.setStyle('width','');if(testSousCategorie!=0){$(testSousCategorie).setStyles({'width':'','color':''});$(testSousCategorie).getNext('div').setStyle('display','none');$(testSousCategorie).getNext('div').fade('hide');self.gestionContenuSousCategories(testSousCategorie);}},onComplete:function(){self.backgroundChange(testOpenAccordeon);Cufon.replace('.sous-categorie',{fontFamily:'Futura_T_Medium'});}});},creationSousCategories:function(){var self=this;$$('.sous-categorie').addEvent('click',function(){var tailleEcran=window.getScrollSize();if(testSousCategorie!=0){$(testSousCategorie).setStyles({'width':'','color':''});$(testSousCategorie).getNext('div').fade('hide');$(testSousCategorie).getNext('div').setStyle('display','none');self.gestionContenuSousCategories(testSousCategorie);}
testSousCategorie=this.get('id');if(Browser.chrome||Browser.safari){var old_width=this.getStyle('width').toInt()+this.getStyle('paddingLeft').toInt()+this.getStyle('paddingRight').toInt();}
else{var old_width=this.getStyle('width').toInt();}
this.morph({width:[old_width,(tailleEcran.x-tailleBar[2])],onComplete:function(){$(testSousCategorie).getNext('div').setStyle('display','block');$(testSousCategorie).getNext('div').fade('in');switch($(testSousCategorie).getParent('div').get('id')){case'contenu-atelier':$(testSousCategorie).setStyle('color','#e42067');break;case'contenu-glacier':$(testSousCategorie).setStyle('color','#F3971B');break;case'contenu-savoir-faire':$(testSousCategorie).setStyle('color','#dc4229');break;case'contenu-presse':$(testSousCategorie).setStyle('color','#462768');break;default:break;};}});self.backgroundChange(testSousCategorie);Cufon.replace('.sous-categorie',{fontFamily:'Futura_T_Medium'});});},creationAccordeonDelice:function(){accordeonDelices=new Fx.Accordion($$('.accordeon-delice'),$$('.accordeon-element-delice'),{display:-1,onActive:function(toggler,element){toggler.setStyle('color','#e42067');toggler.getChildren('span').setStyle('background-position','0 100%');element.setStyle('margin','10px 0');},onBackground:function(toggler,element){toggler.setStyle('color','');toggler.getChildren('span').setStyle('background-position','0 0');element.setStyle('margin','0');},onComplete:function(){Cufon.replace('#encart-delice-presentation h5',{fontFamily:'Futura_T_book'});}});},gestionContenuSousCategories:function(test){if(test=='nos-delicieux-parfums'||test=='degustation'){$(test).getNext('div').getElements('.encart-texte-contenu').each(function(item,index){(index==0)?item.show():item.hide();})}},creationEvent:function(){$$('.footer-adresse').addEvents({mouseenter:function(){this.getChildren('div').reveal();},mouseleave:function(){this.getChildren('div').dissolve();}});$('logo').addEvent('click',function(){testOpenAccordeon='accueil';accordeonPrincipal.display('-1');});$$('.link').addEvent('click',function(){var lien=this.get('id').split('-');if(lien[0]=='retour'){this.getParent('div').getParent('div').getFirst('div').show();this.getParent('div').hide();}
else{this.getParent('div').hide();$('encart-'+lien[1]+'-'+lien[2]).show();}})},browserResize:function(){var self=this;window.addEvent('resize',function(){if(testOpenAccordeon){$(testOpenAccordeon).setStyle('width','');if(testSousCategorie){$(testSousCategorie).setStyle('width','');}
self.setBackground();var browserSize=window.getScrollSize();($(testOpenAccordeon).hasClass('grey'))?$(testOpenAccordeon).setStyle('width',(browserSize.x-tailleBar[0])):$(testOpenAccordeon).setStyle('width',(browserSize.x-tailleBar[1]));if(testSousCategorie){$(testSousCategorie).setStyle('width',(browserSize.x-tailleBar[2]));}}
else{self.setBackground();}})}});var marti=new Martiniere();$('preload').set('tween',{onComplete:function(){this.element.destroy();}}).tween('opacity',0);});
