/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2008 by Christian Theo Boer, studiostudio. All rights reserved.
 * 
 * Trademark:
 * dyslexie regular is a trademark of Christian Theo Boer, studiostudio.
 * 
 * Description:
 * Copyright (c) 2008 by Christian Theo Boer, studiostudio. All rights reserved.
 * 
 * Manufacturer:
 * Christian Theo Boer, studiostudio
 * 
 * Designer:
 * Christian Theo Boer, studiostudio
 * 
 * License information:
 * www.studiostudio.nl
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"72,-67v20,0,35,16,35,36v0,19,-16,35,-35,35v-20,0,-36,-15,-36,-35v0,-20,16,-36,36,-36xm72,-216v19,0,35,16,35,35v0,20,-15,36,-35,36v-20,0,-36,-16,-36,-36v0,-20,16,-35,36,-35","w":143},{"d":"314,-336r56,0r23,336r-65,0r8,-296r-87,244r-69,0r-88,-244r8,296r-64,0r23,-336r56,0r99,233","w":428},{"d":"219,-120v8,-11,10,-21,12,-39r42,0v-5,28,-10,56,-25,74r67,85r-64,0r-29,-41v-19,29,-43,48,-89,49v-62,2,-100,-39,-100,-92v0,-58,33,-88,74,-113v-17,-20,-29,-37,-30,-70v-1,-47,34,-67,77,-69v45,-1,70,21,72,61v2,48,-28,67,-57,89xm100,-147v-58,52,15,127,74,84v7,-5,13,-14,19,-20r-62,-85xm154,-305v-51,-5,-44,60,-18,81v11,17,28,-9,40,-14v23,-18,17,-72,-22,-67","w":335},{"d":"83,0r-47,0r71,-112r-71,-101r38,0r74,101","w":166},{"d":"77,-351r114,351r-56,0r-99,-351r41,0","w":212},{"d":"80,-86v2,44,83,44,85,0r10,-250r41,0r5,250v7,100,-150,119,-181,36v-5,-11,-8,-23,-8,-36r48,0","w":261},{"d":"204,-102v12,91,-80,132,-151,91v-16,-9,-23,-32,-26,-55r42,0v1,17,24,16,44,16v37,0,49,-18,52,-51v5,-58,-69,-73,-97,-38r-33,0r1,-121r154,0r0,30r-121,0r-1,58v51,-41,142,-3,136,70","w":236},{"d":"72,-67v20,0,36,16,35,36v0,22,-14,35,-35,35v-22,0,-34,-14,-36,-35v-1,-20,16,-36,36,-36","w":143},{"d":"226,-336v-4,109,-26,246,8,336r-51,0r0,-32v-16,41,-93,55,-119,11v-23,-39,-58,-120,-19,-168v28,-35,109,-42,133,-1r10,-146r38,0xm74,-82v11,62,120,56,108,-18v12,-76,-73,-122,-114,-64v-15,21,-2,63,6,82","w":259},{"d":"72,-213v19,0,35,16,35,35v0,20,-15,36,-35,36v-20,0,-36,-16,-36,-36v0,-20,16,-35,36,-35xm107,-28v0,-20,-15,-36,-35,-36v-20,0,-36,16,-36,36v0,23,23,42,46,33v0,28,-8,42,-28,48r4,23v43,-8,49,-48,49,-104","w":143},{"d":"71,-69v12,32,106,30,92,-21v1,-37,-32,-38,-68,-38r0,-29v34,3,66,-3,66,-37v9,-47,-76,-53,-85,-18r-1,11r-38,0v1,-44,31,-62,75,-63v51,-1,83,22,83,69v0,27,-16,39,-33,49v25,8,43,27,43,59v1,60,-31,93,-94,91v-51,-2,-81,-23,-84,-73r44,0"},{"d":"201,0r-62,0r-109,-336r41,0r99,250r99,-250r42,0","w":340},{"d":"177,0r-52,-53r-53,53r-36,-36r53,-53r-53,-52r36,-36r53,52r52,-52r36,36r-52,52r52,53","w":249},{"d":"180,-110v-18,10,-38,18,-38,45v0,60,-25,107,-46,151v-9,20,-31,33,-59,35v28,-66,43,-115,53,-194v2,-20,22,-29,38,-37v-15,-9,-35,-16,-37,-37v-6,-74,-26,-128,-46,-189v68,9,72,90,91,146v3,38,11,71,44,80","w":221},{"d":"193,-223v-60,44,-82,127,-91,223r-56,0v16,-91,61,-173,111,-230r-144,0r0,-30r180,0r0,37","w":216},{"d":"98,-89v18,60,169,37,133,-38v-51,-47,-176,-29,-182,-121v-6,-92,114,-110,186,-77v21,9,38,36,39,66r-47,0v-4,-33,-30,-36,-70,-40v-54,-5,-81,55,-32,73v69,25,171,22,171,125v0,128,-231,138,-257,29v-1,-5,-2,-11,-3,-17r62,0","w":331},{"d":"235,-74r-73,0r0,74r-52,0r0,-74r-74,0r0,-51r74,0r0,-74r52,0r0,74r73,0r0,51","w":271},{"d":"311,-337r-97,150r113,187r-70,0r-76,-152r-76,152r-69,0r107,-187r-91,-149r50,0r79,114r80,-114v16,-1,36,2,50,-1","w":362},{"d":"55,-336r38,0r5,344r-48,0","w":150},{"d":"155,-181v-61,-35,-92,41,-78,120r1,61r-46,0v-2,-71,20,-161,-8,-213r38,0r13,21v10,-29,62,-35,93,-21","w":180},{"d":"36,-28v0,-20,16,-36,36,-36v54,0,42,113,9,130v-8,5,-14,8,-23,10r-4,-23v20,-6,28,-20,28,-48v-22,9,-46,-10,-46,-33","w":142},{"d":"219,8v-109,-3,-186,-57,-186,-164v0,-112,86,-179,197,-180v99,-1,163,35,163,132v0,68,-40,113,-102,120v-29,3,-41,-21,-34,-49v-13,29,-27,51,-67,49v-39,-2,-65,-25,-63,-71v3,-61,36,-110,94,-114v28,-2,52,20,53,45r14,-37r28,0v-12,37,-30,70,-34,114v-2,16,0,29,18,26v39,-6,57,-38,58,-85v1,-77,-48,-104,-124,-104v-113,0,-188,86,-149,201v27,45,68,71,139,71v57,0,93,-17,126,-39r19,44v-32,29,-86,42,-150,41xm199,-120v46,0,64,-47,64,-90v0,-21,-15,-38,-36,-38v-40,0,-60,42,-61,87v-1,25,12,41,33,41","w":429},{"d":"72,-336r-4,183r75,-60r51,0r-102,84r111,113r0,16r-47,0r-87,-101r3,101r-48,0r11,-336r37,0","w":228},{"d":"77,-336v66,98,87,297,20,412r-21,45r-42,0v48,-102,76,-268,28,-394v-7,-17,-12,-39,-21,-63r36,0","w":156},{"d":"93,-213r37,0r-71,101r72,112r-47,0r-66,-112","w":165},{"d":"32,-266v-2,-53,35,-66,85,-70v78,-7,128,76,72,127v-27,25,-55,47,-48,106r-52,0v-4,-71,36,-100,70,-132v20,-34,3,-77,-43,-72v-30,3,-48,9,-47,41r-37,0xm117,-64v20,0,36,16,35,36v0,22,-14,36,-35,36v-22,0,-35,-14,-36,-36v-1,-20,16,-36,36,-36","w":242},{"d":"135,-45r-108,0r0,-46r119,-169r27,0r3,173r35,0r0,42r-32,0r5,45r-54,0xm147,-219r-84,132r74,0","w":243},{"d":"228,0v-28,10,-56,-1,-59,-27v-26,50,-148,50,-144,-29v3,-64,60,-75,126,-71v19,1,17,-10,17,-27v1,-29,-21,-37,-49,-37v-25,0,-43,3,-46,24r-36,0v1,-41,40,-52,82,-53v46,0,84,17,84,60r1,124v2,4,5,6,11,5v7,8,14,15,13,31xm107,-39v42,0,67,-14,60,-62v-46,0,-100,-7,-100,39v0,21,20,23,40,23","w":253},{"w":198},{"d":"142,4v-71,-1,-108,-34,-106,-111r6,-229r43,0r6,239v5,30,29,45,63,42v114,-8,88,-163,95,-281r42,0r8,251r18,85r-48,0r-15,-21r-1,-52v-16,41,-51,78,-111,77","w":352},{"d":"41,-336r102,0r5,457r-107,0r0,-48r61,0r3,-371r-64,0r0,-38","w":207},{"d":"151,-246v0,-19,17,-38,36,-36v62,6,42,143,-14,140r-4,-23v21,-6,29,-20,29,-47v-25,8,-47,-11,-47,-34xm36,-246v0,-20,17,-36,36,-36v54,0,42,113,9,131v-8,4,-13,8,-23,9r-4,-23v20,-6,28,-20,28,-47v-24,8,-46,-11,-46,-34","w":255},{"d":"174,-69v0,-64,8,-144,-61,-115v-51,22,-40,109,-36,184r-47,0r5,-196v0,-6,-1,-11,-2,-17r38,0r2,34v12,-23,35,-41,70,-41v99,0,63,126,76,220r-47,0v1,-29,2,-52,2,-69","w":248},{"d":"108,-63v20,0,37,17,36,36v-1,21,-15,35,-36,35v-21,0,-35,-14,-36,-35v-1,-19,16,-36,36,-36xm89,-336r38,0r7,234r-52,0","w":215},{"d":"27,-117v0,-107,77,-191,157,-122v5,8,11,15,11,28r-32,0v-6,-34,-77,-29,-86,-2v-12,18,-16,46,-17,76v36,-58,150,-32,144,51v-4,49,-35,92,-88,90v-59,-3,-89,-46,-89,-121xm117,-50v34,0,55,-9,54,-44v-1,-33,-20,-46,-54,-45v-33,0,-51,17,-52,49v-1,32,19,40,52,40"},{"d":"27,-224v35,-4,63,-5,70,-35r26,0r10,259r-56,0r11,-197r-61,0r0,-27","w":183},{"d":"278,-296r-110,0r8,296r-60,0r8,-296r-110,0r0,-40r264,0r0,40","w":291},{"d":"120,-336v-50,109,-64,277,-16,398v10,25,9,26,22,59r-41,0v-48,-86,-88,-228,-46,-352v11,-33,31,-74,45,-105r36,0","w":152},{"d":"130,-64r-46,-44r-33,37r-25,-25r58,-62r46,43r34,-43r25,24","w":216},{"d":"98,-177v0,19,-16,35,-35,35v-55,0,-43,-112,-10,-130v8,-5,14,-8,23,-10r5,24v-21,6,-29,19,-29,47v23,-9,46,11,46,34xm213,-177v0,19,-16,37,-35,35v-62,-6,-41,-141,14,-140r4,24v-21,6,-29,19,-29,47v23,-9,46,11,46,34","w":267},{"d":"72,-67v20,0,36,16,35,36v0,22,-14,35,-35,35v-22,0,-34,-14,-36,-35v-1,-20,16,-36,36,-36xm215,-67v20,0,37,16,36,36v-2,21,-14,35,-36,35v-21,0,-35,-13,-35,-35v-1,-20,15,-36,35,-36xm359,-67v20,0,37,17,36,36v-1,21,-15,35,-36,35v-21,0,-35,-14,-36,-35v-1,-19,16,-36,36,-36","w":451},{"d":"24,0v23,-96,13,-216,18,-336r38,0r-5,139v19,-33,102,-30,115,6v31,38,56,139,7,178v-31,24,-106,30,-122,-10r-3,23r-48,0xm141,-39v26,-2,48,-18,48,-48v-1,-51,-16,-104,-62,-104v-41,0,-54,29,-54,76v0,51,18,80,68,76","w":252},{"d":"176,-263r-28,29r-76,-72r33,-33","w":299},{"d":"36,-245v0,-22,14,-36,36,-36v63,0,41,142,-14,140r-4,-24v22,-4,28,-20,28,-46v-27,5,-46,-10,-46,-34","w":140},{"d":"36,-32r0,-52r199,0r0,52r-199,0xm36,-123r0,-52r199,0r0,52r-199,0","w":271},{"d":"142,-239v0,-19,17,-38,36,-36v63,7,41,142,-14,140r-4,-23v21,-6,29,-20,29,-47v-24,8,-47,-11,-47,-34xm27,-239v0,-20,17,-38,36,-36v61,6,40,142,-14,140r-4,-23v20,-6,28,-20,28,-47v-23,8,-46,-11,-46,-34","w":268},{"d":"27,-239v0,-21,15,-34,36,-36v62,9,41,142,-14,140r-4,-23v21,-5,28,-20,28,-47v-25,7,-46,-10,-46,-34","w":152},{"d":"36,0r0,-51r199,0r0,51r-199,0","w":271},{"d":"85,0r-47,0r5,-213r38,0xm62,-312v15,0,28,14,28,28v0,14,-13,28,-28,28v-15,0,-29,-13,-29,-28v0,-15,14,-28,29,-28","w":123},{"d":"84,-42r126,0r14,42r-200,0r0,-41r131,-142r-122,0r1,-30r165,0r0,32","w":248},{"d":"328,-58r73,-278r50,0r-91,336r-64,0r-56,-200r-55,200r-64,0r-91,-336r50,0r73,278r60,-182r54,0","w":480},{"d":"148,-290v-9,-29,-63,-20,-54,14r0,63r53,0r0,32r-52,0r3,142r-15,39r-31,0r3,-181r-43,0r0,-32r44,0v5,-62,-16,-138,73,-123v9,2,23,6,28,13","w":179},{"d":"173,-128v3,-39,-5,-63,-41,-63v-78,1,-45,116,-52,191r-47,0r12,-336r38,0r-4,135v29,-32,123,-25,130,23v8,52,5,115,8,178r-47,0","w":243},{"d":"245,-337r0,41r-156,0r2,96r124,0r-1,47r-121,0r2,101r150,0r0,52r-209,0r9,-336","w":286},{"d":"120,-264v75,-5,113,85,64,132v-29,28,-69,45,-91,79v-1,3,0,6,0,8r111,0r0,45r-177,0v-8,-100,78,-108,128,-154v29,-27,8,-83,-35,-79v-28,2,-42,11,-47,34r-33,0v4,-45,31,-62,80,-65","w":238},{"d":"38,-85r0,-51r199,0r0,51r-199,0","w":271},{"d":"183,-109v59,59,-29,146,-113,110v-27,-12,-41,-32,-46,-64r47,0v0,23,16,21,40,24v46,6,62,-43,23,-54v-41,-12,-97,-16,-101,-66v-6,-74,129,-80,152,-27v3,6,4,12,4,19r-36,0v-1,-33,-89,-35,-84,2v6,45,85,27,114,56","w":226},{"d":"198,-142v0,80,-27,147,-91,146v-48,-1,-75,-26,-77,-72r37,0v8,28,82,24,88,-3v8,-16,11,-37,14,-60v-11,20,-31,27,-61,27v-54,1,-81,-28,-81,-79v0,-51,35,-80,85,-81v61,-1,86,50,86,122xm111,-140v33,-1,61,-15,54,-56v-10,-56,-105,-48,-105,18v0,28,22,38,51,38","w":230},{"d":"24,-99v-8,-88,71,-154,141,-103v4,4,6,8,8,13r9,-24r38,0v-19,51,-12,125,-12,195v0,109,-45,160,-144,132v-22,-12,-35,-32,-37,-67r46,13v2,23,30,19,54,19v48,0,43,-54,43,-102v-10,18,-28,31,-56,31v-59,0,-84,-43,-90,-107xm69,-73v15,61,120,37,105,-31v3,-49,-13,-83,-53,-87v-58,-5,-65,67,-52,118","w":244},{"d":"302,-290r-185,235r195,0r20,55r-296,0r1,-58r205,-238r-180,0r0,-40r240,0r0,46","w":368},{"d":"189,-5v-40,18,-122,27,-120,-36r4,-140r-53,0r0,-32r54,0r6,-92v22,-4,24,13,34,22r-2,70r55,0v6,10,17,14,15,32r-70,0r-1,124v-5,35,51,26,66,12","w":214},{"d":"127,-220v67,-1,105,50,105,117v0,68,-39,113,-109,111v-62,-2,-99,-48,-99,-111v0,-66,39,-116,103,-117xm126,-39v83,0,81,-120,30,-146v-48,-24,-93,19,-91,73v1,45,15,73,61,73","w":257},{"d":"95,-52r117,0r16,22r0,30r-192,0r9,-336r42,0","w":263},{"d":"90,-298r4,371r61,0r0,48r-107,0r4,-457r103,0r0,38r-65,0","w":207},{"d":"69,-213r-15,258v4,24,-18,46,-37,29r-16,32v31,30,103,13,93,-44r13,-275r-38,0xm89,-336v15,0,28,14,28,28v0,14,-14,29,-28,29v-15,0,-29,-13,-29,-29v0,-15,14,-28,29,-28","w":156},{"d":"293,-294v90,120,34,331,-143,296v-118,-23,-140,-207,-69,-296v43,-53,169,-58,212,0xm89,-178v0,73,22,123,100,123v75,0,96,-51,96,-123v0,-69,-30,-121,-99,-121v-65,0,-97,52,-97,121","w":374},{"d":"88,-320v17,-16,47,-16,80,-16v61,2,98,39,100,98v3,84,-96,118,-175,86r5,152r-62,0r9,-336r41,0xm89,-273v6,37,-16,91,40,83v52,5,90,-6,91,-53v0,-44,-38,-57,-85,-52v-23,2,-40,5,-46,22","w":303},{"d":"314,-168v0,96,-44,168,-138,168r-140,0r9,-336r113,0v97,6,156,69,156,168xm264,-170v0,-93,-66,-138,-175,-126r6,244v105,11,169,-25,169,-118","w":345},{"d":"134,-220v56,4,72,61,85,110v-2,69,-53,142,-130,110v-10,-4,-12,-10,-17,-18r-1,139r-47,0r10,-334r38,0r0,24v13,-16,32,-33,62,-31xm129,-191v-55,3,-66,56,-57,121v5,34,70,42,86,11v11,-13,21,-33,24,-51v-10,-35,-18,-72,-53,-81","w":243},{"d":"277,-41v-16,32,-48,46,-99,45v-98,-2,-145,-71,-145,-166v0,-106,49,-177,152,-177v66,0,108,26,124,80r-57,0v-10,-26,-31,-40,-66,-41v-120,-1,-122,208,-37,241v45,17,114,4,115,-46r-52,0r0,-48r112,0r5,157r-54,0","w":365},{"d":"270,-259v1,38,-15,58,-42,69v38,13,66,42,66,91v0,58,-41,99,-99,99r-159,0r10,-336v99,1,218,-17,224,77xm222,-255v0,-56,-77,-40,-133,-42r2,88v58,-1,131,12,131,-46xm244,-106v0,-69,-84,-54,-151,-55r2,109v66,-1,149,15,149,-54","w":325},{"d":"121,-39v22,-1,51,5,53,-15r46,0v-6,49,-46,62,-99,62v-63,0,-94,-43,-97,-107v-5,-92,88,-154,164,-100v27,19,48,91,-4,100v-34,6,-79,5,-117,9v3,32,16,53,54,51xm177,-164v-13,-34,-74,-32,-94,-6v-9,12,-17,30,-18,49r92,-4v24,0,29,-15,20,-39","w":245},{"d":"116,-87v12,38,124,51,131,-2r69,0v-4,73,-60,95,-138,93v-97,-2,-145,-71,-145,-166v0,-107,50,-177,153,-177v62,0,110,26,121,80r-54,0v-9,-27,-30,-42,-67,-41v-100,1,-117,140,-70,213","w":352},{"d":"271,-213r38,0r-62,213r-47,0r-33,-123r-34,123r-47,0r-62,-213r38,0r49,174r37,-117r37,0r38,117","w":334},{"d":"309,0r-60,0r4,-154r-87,-2r-74,2r4,154r-60,0r9,-336r42,0r4,132r75,2r89,-2r3,-132r42,0","w":345},{"d":"106,-324r-32,0r2,86r-17,0r2,-86r-31,0r0,-12r76,0r0,12xm197,-336r16,0r7,98r-19,0r2,-87r-25,71r-20,0r-26,-71r3,87r-19,0r7,-98r16,0r29,68","w":249},{"d":"120,0v-45,-4,-95,20,-94,-49r6,-287r38,0r-2,284v-4,20,20,11,36,13","w":150},{"d":"39,-91r0,-40r273,0r0,40r-273,0","w":418},{"d":"98,-177v0,19,-16,37,-35,35v-62,-6,-41,-141,14,-140r4,24v-21,6,-29,19,-29,47v23,-9,46,11,46,34","w":152},{"d":"316,-91r-284,0r0,-40r284,0r0,40","w":355},{"d":"25,74v14,8,53,11,53,-11v15,-38,24,-70,38,-111r-86,-165r38,0r64,120r42,-120r37,0r-102,306v-9,30,-65,37,-89,15","w":235},{"d":"72,-142v-68,-27,-30,-131,44,-122v75,-10,109,94,46,122v26,11,43,31,43,64v0,48,-35,82,-88,82v-51,0,-92,-29,-90,-80v1,-35,17,-55,45,-66xm101,-50v36,2,69,-2,69,-36v0,-31,-25,-44,-54,-44v-27,0,-52,13,-53,43v0,25,14,36,38,37xm70,-194v2,46,90,46,91,-2v1,-28,-18,-37,-45,-38v-28,0,-48,12,-46,40"},{"d":"176,-200r-23,0r17,16r-18,18r-17,-17r0,24r-25,0r0,-24r-16,17r-18,-18r17,-16r-24,0r0,-25r24,0r-17,-17r18,-18r16,17r0,-23r25,0r0,23r17,-17r18,18r-17,17r23,0r0,25","w":249},{"d":"40,0r9,-336r42,0r9,336r-60,0","w":139},{"d":"240,-296r-152,0r3,96r115,0v4,25,-9,34,-19,46r-95,0r4,154r-60,0r9,-336r195,0r0,40","w":279},{"d":"27,-128v0,-71,27,-136,88,-136v62,0,89,65,89,136v0,72,-24,132,-88,132v-64,0,-89,-60,-89,-132xm169,-140v3,-50,-9,-94,-54,-94v-45,0,-55,45,-53,94v2,45,9,90,54,90v45,0,51,-45,53,-90"},{"d":"192,-144v-7,57,2,120,-35,144r-37,0r21,-144r-111,-192r45,0r94,161r76,-161r48,0","w":322},{"d":"301,-189r-55,0r-15,68r70,0r0,36r-78,0r-18,85r-40,0r18,-85r-68,0r-18,85r-40,0r18,-85r-49,0r0,-36r57,0r15,-68r-72,0r0,-37r79,0r17,-79r40,0r-17,79r68,0r17,-79r40,0r-17,79r48,0r0,37xm191,-121r15,-68r-68,0r-15,68r68,0","w":331},{"d":"169,-38v-12,24,-31,46,-67,46v-50,0,-77,-29,-76,-83r4,-138r37,0r1,138v0,28,13,39,43,36v70,-6,48,-104,54,-174r36,0v6,74,-9,166,28,213r-45,0","w":253},{"d":"66,-198v19,-30,93,-29,107,6v13,-19,36,-28,67,-28v48,0,78,30,78,80r2,140r-47,0r3,-149v-1,-27,-16,-39,-41,-42v-25,2,-43,16,-42,42r3,149r-47,0r3,-149v-1,-26,-16,-42,-42,-42v-70,0,-33,116,-38,191r-48,0r4,-213r38,0r0,15","w":344},{"w":198},{"d":"333,0r-64,0r-27,-99r-121,0r-27,99r-64,0r127,-336r49,0xm231,-141r-50,-156r-49,156r99,0","w":363},{"d":"180,-213r37,0r-75,213r-47,0r-75,-213r37,0r61,154"},{"d":"289,-238v0,51,-31,80,-70,94r88,122r0,22r-60,0v-27,-43,-48,-92,-79,-131v-12,-15,-49,-7,-75,-9r3,140r-60,0r9,-336r143,0v60,4,101,37,101,98xm241,-244v2,-69,-87,-50,-153,-52r3,107r100,0v30,-3,49,-24,50,-55","w":343},{"d":"212,-54v-5,45,-41,63,-91,62v-65,-1,-92,-46,-96,-111v-6,-94,86,-147,160,-100v11,7,17,21,22,36r-39,0v-27,-50,-112,-15,-102,53v6,43,8,78,57,75v18,-1,42,3,43,-15r46,0","w":243},{"d":"127,-147v-3,21,-22,28,-37,37v15,8,35,16,37,35v10,79,27,130,53,196v-72,-9,-78,-86,-98,-147v-4,-15,-5,-31,-7,-47v-3,-20,-22,-29,-38,-37v16,-9,35,-17,38,-38v7,-63,25,-108,48,-158v8,-16,26,-31,51,-30v-24,64,-40,114,-47,189","w":222},{"d":"267,-337r-134,151r149,169r0,17r-67,0r-123,-154r8,154r-64,0r9,-336r44,0r2,134r124,-134","w":317},{"d":"242,-312r-94,312r-54,0r94,-312r54,0xm136,-227v0,-32,-21,-55,-56,-55v-33,0,-55,22,-55,55v0,34,23,56,55,56v33,0,56,-23,56,-56xm107,-227v0,14,-13,27,-27,27v-14,0,-26,-12,-26,-27v0,-14,11,-26,26,-26v15,0,27,12,27,26xm312,-102v0,-32,-21,-55,-56,-55v-34,0,-55,22,-55,55v0,34,22,56,55,56v33,0,56,-23,56,-56xm283,-102v0,14,-13,27,-27,27v-14,0,-27,-13,-27,-27v0,-14,13,-27,27,-27v14,0,27,13,27,27","w":338},{"d":"179,4v-188,0,-180,-313,-36,-341v146,-28,194,138,148,265r42,44r0,28r-39,0r-29,-32v-20,22,-46,36,-86,36xm84,-178v0,71,17,123,91,123v25,0,43,-5,54,-18r-56,-62r29,-31r51,54v19,-81,6,-190,-82,-187v-63,2,-87,54,-87,121","w":364},{"d":"117,-220v83,-2,105,97,82,171v11,15,31,19,27,49r-36,0r-13,-18v-15,16,-32,26,-64,26v-63,-1,-89,-48,-89,-110v0,-66,27,-116,93,-118xm58,-103v-4,52,44,79,93,57r-47,-50r23,-24r44,46v9,-49,-1,-116,-54,-116v-46,1,-57,43,-59,87","w":250},{"d":"73,15r-50,0r113,-351r42,0","w":206},{"d":"318,0r-70,0r-154,-254r6,254r-64,0r10,-336r47,0r167,250r6,-212r28,-38r15,0","w":353},{"d":"142,-111r74,111r-47,0r-48,-82r-48,82r-47,0r70,-111r-63,-102r38,0r50,77r50,-77r38,0","w":242}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+114-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("RGPVF7>hsM-`R32jH7n1tGt-d5>VP7-`d5!1sM+;P@u8b?h%&Kh7e2a*v(i`Pl8?@2aVklpK>xhxi1^b~Wt8ZG8qeluhbvp@d@o%F%,5k@Z6~2aVkBp3l,nGWt!R9k>&eZ+v#i@MdbPsF*Hc~D)%(K27;6qrm8^`Soa1?hV5xJTXju-wY(BabVaVk(B1>7!D!?V*H#tokM+*H#tok#2~sdqdP7)nk%V?&MHsHG-kM5qei,+o+h!2ZxHtdWi1k#t1FnaVk(BakVaVk(Ba&naVk(Ba>WKJRK2GknK(HMV*H#Bob#ppH2!(ch82idn*9hTJt%T?*GaqH3D%t%K8s#ho9WB-b%To9Go-*3T8PMT;HGD8P?V%97b`P5aT*G)?ed^-&527RGt`F58-9VJ6e?qxHxH*9%KYRluX*x+VPG2S*x+VPG2Sd3T`F3KK95K`HG@?H3)8F5>)HG2SF%T6Fx>hF7n^PvKqP7-1Rl^qeGojR1^qRMHFbV^qd@h-*n^qddhqR3KD")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":237,"face":{"font-family":"dyslexie","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":"8","bbox":"1 -351 451 121.564","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2122"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2008 by Christian Theo Boer, studiostudio. All rights reserved.
 * 
 * Trademark:
 * dyslexie regular is a trademark of Christian Theo Boer, studiostudio.
 * 
 * Description:
 * Copyright (c) 2008 by Christian Theo Boer, studiostudio. All rights reserved.
 * 
 * Manufacturer:
 * Christian Theo Boer, studiostudio
 * 
 * Designer:
 * Christian Theo Boer, studiostudio
 * 
 * License information:
 * www.studiostudio.nl
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"17,15r113,-351r51,0r-99,351r-65,0","w":206},{"d":"116,-59v-1,34,48,12,60,4r15,47v-37,23,-127,30,-125,-36r3,-128r-50,0r0,-41r52,0r5,-92r24,0r18,25r-1,67r50,0v8,11,19,19,16,41r-66,0","w":214},{"d":"28,121r25,-64v50,-117,30,-292,-18,-393r47,0r29,64v50,93,40,266,-9,347r-22,46r-52,0","w":156},{"d":"40,0v17,-89,58,-161,105,-219r-137,0r0,-41r189,0v-2,18,6,45,-9,52v-51,47,-75,117,-81,208r-67,0","w":216},{"d":"241,0r4,-149r-79,-2r-66,2r4,149r-69,0r9,-336r51,0r4,128r67,2r81,-2r4,-128r50,0r10,336r-70,0","w":345},{"d":"95,0r94,-312r51,0r-93,312r-52,0xm143,-224v0,35,-24,59,-59,59v-35,0,-59,-24,-59,-59v0,-35,22,-59,59,-59v37,0,59,24,59,59xm104,-224v0,-11,-9,-21,-20,-21v-12,0,-21,9,-21,21v0,11,10,20,21,20v11,0,20,-9,20,-20xm313,-103v0,36,-24,59,-59,59v-35,0,-59,-24,-59,-59v0,-35,23,-59,59,-59v36,0,59,23,59,59xm275,-103v0,-12,-9,-21,-21,-21v-11,0,-20,10,-20,21v0,11,9,20,20,20v11,0,21,-9,21,-20","w":338},{"d":"27,-112v17,-8,42,-15,45,-37v9,-71,28,-135,69,-173v11,-10,21,-14,39,-14v-23,62,-38,115,-47,188v-2,18,-16,30,-30,36v13,8,31,22,31,35v0,79,30,136,54,198v-85,-19,-101,-106,-116,-196v-3,-21,-27,-29,-45,-37","w":222},{"d":"243,0r-141,-232r6,232r-73,0r10,-336r53,0r154,231r6,-191r30,-40r22,0r9,336r-76,0","w":353},{"d":"209,-336r127,336r-73,0r-26,-96r-110,0r-26,96r-74,0r128,-336r54,0xm140,-148r82,0r-40,-128","w":363},{"d":"142,-239v0,-19,17,-38,36,-36v63,7,41,142,-14,140r-4,-23v21,-6,29,-20,29,-47v-24,8,-47,-11,-47,-34xm27,-239v0,-20,17,-38,36,-36v61,6,40,142,-14,140r-4,-23v20,-6,28,-20,28,-47v-23,8,-46,-11,-46,-34","w":268},{"w":198},{"d":"36,-245v0,-22,14,-36,36,-36v63,0,41,142,-14,140r-4,-24v22,-4,28,-20,28,-46v-27,5,-46,-10,-46,-34","w":140},{"d":"76,-76v4,20,32,19,59,18v21,-1,22,-20,21,-43v-7,-22,-37,-23,-66,-21r0,-39v31,2,65,3,64,-30v7,-41,-66,-46,-72,-13v-1,5,-1,6,0,11r-47,0v-1,-49,30,-70,77,-71v51,-1,84,23,85,71v1,26,-11,36,-25,47v20,11,35,28,35,58v0,62,-33,93,-96,92v-54,0,-85,-26,-86,-80r51,0"},{"d":"80,121v-58,-95,-94,-274,-30,-393r29,-64r46,0v-44,105,-71,273,-17,393r24,64r-52,0","w":152},{"d":"64,-80r0,-61r300,0r0,61r-300,0","w":418},{"d":"207,-88v-3,51,-36,94,-91,92v-61,-2,-91,-51,-91,-122v0,-108,80,-191,161,-121v7,9,12,20,12,36r-40,0v-3,-31,-64,-29,-75,-5v-6,13,-12,30,-14,55v47,-46,143,-10,138,65xm164,-81v4,-36,-8,-55,-47,-53v-27,1,-44,14,-45,43v0,28,17,33,45,33v31,0,39,-6,47,-23"},{"d":"270,-236v-2,83,-88,117,-170,92r5,144r-71,0r9,-336r51,0r1,11v76,-32,178,2,175,89xm213,-241v5,-54,-90,-60,-117,-29r2,66v10,16,47,9,72,9v26,0,41,-19,43,-46","w":303},{"d":"93,0r-76,-213r47,0r54,138r56,-138r46,0r-75,213r-52,0"},{"d":"43,121r5,-457r110,0r0,47r-63,0r4,353r59,0r0,57r-115,0","w":207},{"d":"223,-88v-3,58,-38,96,-96,96v-59,0,-97,-39,-97,-101r57,0v-2,21,16,32,35,32v18,0,35,-11,36,-27r10,-248r51,0","w":261},{"d":"116,-264v70,2,91,63,92,136v1,73,-26,132,-91,132v-65,0,-91,-59,-91,-132v0,-74,27,-138,90,-136xm116,-58v51,0,46,-66,46,-117v0,-54,-78,-68,-87,-12v-7,47,-10,129,41,129"},{"d":"164,0r-43,-73r-43,73r-57,0r70,-111r-63,-102r48,0r45,69r45,-69r48,0r-67,102r74,111r-57,0","w":242},{"d":"31,0r71,-111r-71,-102r48,0r74,102r-65,111r-57,0","w":166},{"d":"252,0r-71,-141r-70,141r-79,0r106,-186r-91,-150r60,0r74,106r75,-106r60,0r-96,150r112,186r-80,0","w":362},{"d":"151,-246v0,-19,17,-38,36,-36v62,6,42,143,-14,140r-4,-23v21,-6,29,-20,29,-47v-25,8,-47,-11,-47,-34xm36,-246v0,-20,17,-36,36,-36v54,0,42,113,9,131v-8,4,-13,8,-23,9r-4,-23v20,-6,28,-20,28,-47v-24,8,-46,-11,-46,-34","w":255},{"d":"326,-239v48,149,-49,287,-204,233v-93,-32,-115,-212,-42,-288v36,-59,173,-59,213,0v12,18,26,35,33,55xm277,-177v0,-61,-29,-113,-92,-113v-60,0,-89,54,-89,113v0,69,22,113,93,113v67,0,88,-46,88,-113","w":374},{"d":"197,-143v-6,56,-1,121,-38,143r-43,0r21,-144r-112,-192r55,0r88,150r72,-150r58,0","w":322},{"d":"34,-80r0,-61r207,0r0,61r-207,0","w":271},{"d":"302,-184r-55,0r-12,56r67,0r0,46r-76,0r-18,82r-49,0r18,-82r-56,0r-17,82r-49,0r17,-82r-47,0r0,-46r57,0r12,-56r-69,0r0,-45r78,0r17,-76r49,0r-16,76r55,0r16,-76r49,0r-16,76r45,0r0,45xm186,-128r12,-56r-55,0r-12,56r55,0","w":331},{"d":"72,-67v20,0,35,16,35,36v0,19,-16,35,-35,35v-20,0,-36,-15,-36,-35v0,-20,16,-36,36,-36xm72,-216v19,0,35,16,35,35v0,20,-15,36,-35,36v-20,0,-36,-16,-36,-36v0,-20,16,-35,36,-35","w":143},{"d":"320,0r7,-260r-76,209r-74,0r-75,-209r7,260r-73,0r23,-336r63,0r93,218r92,-218r63,0r23,336r-73,0","w":428},{"d":"130,-64r-46,-44r-33,37r-25,-25r58,-62r46,43r34,-43r25,24","w":216},{"d":"108,-63v20,0,37,17,36,36v-1,21,-15,35,-36,35v-21,0,-35,-14,-36,-35v-1,-19,16,-36,36,-36xm78,-99r7,-237r47,0r7,237r-61,0","w":215},{"d":"72,-67v20,0,36,16,35,36v0,22,-14,35,-35,35v-22,0,-34,-14,-36,-35v-1,-20,16,-36,36,-36","w":143},{"d":"72,-67v20,0,36,16,35,36v0,22,-14,35,-35,35v-22,0,-34,-14,-36,-35v-1,-20,16,-36,36,-36xm215,-67v20,0,37,16,36,36v-2,21,-14,35,-36,35v-21,0,-35,-13,-35,-35v-1,-20,15,-36,35,-36xm359,-67v20,0,37,17,36,36v-1,21,-15,35,-36,35v-21,0,-35,-14,-36,-35v-1,-19,16,-36,36,-36","w":451},{"d":"22,-44r59,-59r-59,-59r44,-44r59,59r59,-59r44,44r-59,59r59,59r-44,44r-59,-59r-59,59","w":249},{"d":"78,0r-65,-111r74,-102r49,0r-72,102r71,111r-57,0","w":165},{"d":"98,-177v0,19,-16,37,-35,35v-62,-6,-41,-141,14,-140r4,24v-21,6,-29,19,-29,47v23,-9,46,11,46,34","w":152},{"d":"32,0r0,-61r207,0r0,61r-207,0","w":271},{"d":"31,-351r51,0r113,351r-65,0","w":212},{"d":"147,-75v-12,90,-34,169,-108,196r-8,0v22,-62,54,-119,54,-198v0,-13,18,-27,31,-35v-52,-25,-35,-99,-55,-158r-22,-66v82,15,92,107,108,189v4,20,28,27,45,35v-17,9,-42,15,-45,37","w":221},{"d":"200,-142v0,79,-29,147,-93,146v-51,-1,-80,-27,-79,-80r44,0v2,24,55,22,71,9v9,-13,13,-26,16,-47v-12,10,-28,14,-51,14v-54,0,-84,-33,-83,-81v1,-53,35,-82,87,-83v62,-2,88,49,88,122xm158,-181v0,-32,-17,-44,-46,-44v-32,0,-52,22,-44,58v7,34,90,31,90,-14","w":230},{"d":"246,-51v-21,35,-50,57,-103,59v-158,5,-97,-191,-102,-344r51,0r7,240v3,27,27,36,55,36v54,0,81,-58,83,-125r4,-151r51,0r8,248r19,88r-57,0v-10,-12,-20,-25,-16,-51","w":352},{"d":"106,-171r-11,11r-24,-25r10,-10r-14,0r0,-35r14,0r-10,-10r24,-25r11,10r0,-15r35,0r0,15r11,-10r24,25r-11,10r15,0r0,35r-15,0r11,10r-24,25r-11,-11r0,15r-35,0r0,-15","w":249},{"d":"154,-169v-46,-39,-74,12,-72,80r2,89r-55,0r6,-165v-2,-19,-8,-36,-16,-48r47,0r9,15v15,-25,68,-29,95,-12","w":180},{"d":"290,0r-50,-180r-50,180r-70,0r-91,-336r60,0r67,256r54,-164r60,0r55,164r67,-256r59,0r-91,336r-70,0","w":480},{"d":"23,-28r6,-308r47,0r-1,288v5,4,18,1,27,2r18,46v-39,-3,-98,13,-97,-28","w":150},{"d":"171,-143v67,35,32,155,-54,147v-50,-5,-92,-30,-92,-82v0,-31,15,-53,37,-64v-58,-32,-17,-133,55,-122v71,-9,110,86,54,121xm163,-87v2,-49,-84,-48,-92,-10v-6,29,15,41,47,38v22,-1,45,-6,45,-28xm154,-194v1,-25,-13,-30,-38,-31v-25,-1,-40,9,-39,33v2,40,76,37,77,-2"},{"d":"194,0r-27,-103r-28,103r-53,0r-62,-213r47,0r43,153r31,-99r43,0r32,99r42,-153r47,0r-62,213r-53,0","w":334},{"d":"315,-168v0,97,-44,168,-138,168r-142,0r10,-336r114,0v97,6,156,69,156,168xm256,-170v0,-86,-58,-128,-159,-117r6,226v95,10,153,-23,153,-109","w":345},{"d":"274,-164v-1,32,-12,55,-23,77r69,87r-76,0r-25,-35v-21,25,-42,42,-86,43v-62,1,-101,-40,-101,-95v0,-55,31,-85,68,-110v-14,-21,-26,-33,-26,-66v0,-49,33,-73,80,-73v43,0,73,22,74,65v2,48,-26,65,-53,88r41,53v3,-10,8,-19,7,-34r51,0xm109,-146v-37,22,-28,92,24,85v23,-3,41,-9,52,-24r-55,-75xm183,-267v-1,-18,-10,-28,-30,-28v-50,0,-31,59,-9,74v16,-11,40,-20,39,-46","w":335},{"w":198},{"d":"228,-1v-22,10,-60,6,-63,-20v-31,47,-146,39,-141,-37v4,-68,64,-74,133,-74v14,-23,-5,-54,-38,-50v-22,3,-39,1,-39,23r-45,0v0,-47,36,-61,83,-61v44,0,86,17,86,62r1,117r22,19xm92,-48v39,0,76,-1,67,-48v-39,0,-87,-7,-85,33v1,9,7,15,18,15","w":253},{"d":"262,-26v-37,49,-156,41,-188,-10v-20,-33,-39,-70,-39,-123v0,-100,39,-175,139,-177v126,-3,158,153,120,263r38,39r0,34r-47,0xm248,-121v16,-73,-1,-166,-76,-166v-57,0,-76,52,-80,113v-6,86,50,139,128,102r-54,-61r35,-37","w":364},{"d":"224,-213v-46,133,53,360,-135,333v-45,-6,-63,-34,-65,-83r54,16v9,33,82,21,83,-18r1,-43v-57,50,-146,-6,-140,-90v6,-77,30,-124,105,-122v20,1,33,11,43,23r6,-16r48,0xm115,-47v39,0,50,-18,52,-58v2,-52,-14,-76,-47,-79v-42,-3,-50,35,-48,79v2,35,8,57,43,58","w":244},{"d":"34,0r2,-63r192,-224r-169,0r0,-49r243,0r0,52r-173,220r181,0r24,64r-300,0","w":368},{"d":"106,0r0,-72r-72,0r0,-60r72,0r0,-71r60,0r0,71r72,0r0,60r-72,0r0,72r-60,0","w":271},{"d":"296,-101v0,59,-42,101,-102,101r-159,0r9,-336v101,0,224,-16,228,80v2,34,-11,54,-33,66v31,16,57,43,57,89xm237,-108v0,-60,-77,-47,-137,-48r3,95v59,-1,134,13,134,-47xm215,-253v-2,-48,-70,-33,-119,-35r3,76v51,-1,118,11,116,-41","w":325},{"d":"94,-284v0,17,-14,32,-32,32v-18,0,-33,-14,-33,-32v0,-18,15,-32,33,-32v18,0,32,15,32,32xm89,0r-55,0r5,-213r46,0","w":123},{"d":"72,-213v19,0,35,16,35,35v0,20,-15,36,-35,36v-20,0,-36,-16,-36,-36v0,-20,16,-35,36,-35xm107,-28v0,-20,-15,-36,-35,-36v-20,0,-36,16,-36,36v0,23,23,42,46,33v0,28,-8,42,-28,48r4,23v43,-8,49,-48,49,-104","w":143},{"d":"37,121r0,-57r59,0r4,-353r-63,0r0,-47r111,0r4,457r-115,0","w":207},{"d":"24,-80r0,-61r299,0r0,61r-299,0","w":355},{"d":"83,-206v21,-21,81,-19,98,3v40,35,71,144,18,188v-28,24,-95,31,-119,2r-2,13r-56,0v22,-94,12,-223,18,-336r47,0xm152,-49v59,-16,27,-152,-40,-133v-28,8,-36,38,-31,74v-4,46,26,71,71,59","w":252},{"d":"54,-238r1,-78r-28,0r0,-20r78,0r0,20r-28,0r3,78r-26,0xm195,-238r2,-53r-14,39r-25,0r-14,-39r2,53r-27,0r7,-98r22,0r23,53r23,-53r22,0r6,98r-27,0","w":249},{"d":"104,-96v13,55,150,38,121,-29v-54,-46,-177,-25,-177,-121v0,-65,43,-93,113,-93v69,0,112,24,115,88r-56,0v1,-33,-29,-39,-63,-39v-47,0,-75,54,-22,63v67,28,167,23,162,124v-3,69,-62,107,-135,107v-71,0,-122,-31,-127,-100r69,0","w":331},{"d":"120,-47v21,-1,47,7,47,-14r54,0v-2,53,-46,69,-100,69v-59,1,-99,-49,-97,-108v3,-69,36,-120,103,-120v57,0,86,31,92,79v8,64,-86,48,-144,55v4,24,16,41,45,39xm173,-137v11,-43,-59,-63,-84,-27v-6,9,-14,23,-15,38v32,-4,74,1,99,-11","w":245},{"d":"158,-108v0,-56,-68,-59,-88,-28r-39,0r0,-128r163,0r0,40r-120,0r0,39v58,-35,134,11,134,77v0,70,-30,112,-99,112v-49,0,-87,-29,-87,-83r53,0v0,19,18,18,38,19v32,1,45,-17,45,-48","w":236},{"d":"45,8r5,-344r47,0r5,344r-57,0","w":150},{"d":"78,-336r-4,173r61,-50r66,0r-101,83r105,108r0,22r-53,0r-76,-88r2,88r-56,0r9,-336r47,0","w":228},{"d":"23,0r0,-46r121,-131r-112,0r0,-36r168,0r0,37r-104,126r112,0r18,50r-203,0","w":248},{"d":"27,-239v0,-21,15,-34,36,-36v62,9,41,142,-14,140r-4,-23v21,-5,28,-20,28,-47v-25,7,-46,-10,-46,-34","w":152},{"d":"34,-30r0,-53r203,0r0,53r-203,0xm34,-125r0,-52r203,0r0,52r-203,0","w":271},{"d":"233,-103v0,64,-41,113,-109,111v-62,-2,-100,-48,-100,-111v0,-67,40,-117,106,-117v64,1,103,53,103,117xm183,-111v0,-42,-16,-73,-55,-73v-38,0,-55,33,-55,73v0,41,13,66,56,65v40,-1,54,-25,54,-65","w":257},{"d":"34,0r10,-336r203,0r0,49r-151,0r2,83r119,0r0,55r-117,0r2,88r145,0r0,61r-213,0","w":286},{"d":"107,-28v-8,69,13,150,-65,149v-19,-1,-34,-8,-42,-19r19,-40v8,10,31,13,32,-8r17,-267r46,0xm120,-303v0,18,-15,32,-33,32v-18,0,-33,-14,-33,-32v0,-19,12,-33,33,-33v21,0,33,14,33,33","w":157},{"d":"23,121r10,-334r47,0r0,14v12,-13,30,-23,54,-21v57,5,79,60,86,121v-12,53,-32,105,-96,107v-20,0,-34,-6,-45,-15r0,128r-56,0xm145,-176v-35,-24,-75,18,-66,69v-4,38,8,60,43,60v34,0,43,-38,53,-63v-4,-25,-19,-52,-30,-66","w":243},{"d":"136,0r-109,-336r51,0r92,233r92,-233r52,0r-110,336r-68,0","w":340},{"d":"86,-208v46,-25,129,-12,129,48v0,48,4,106,5,160r-56,0r3,-156v-1,-22,-14,-27,-35,-28v-73,1,-36,116,-45,184r-56,0r12,-336r47,0","w":243},{"d":"123,0r5,-43r-102,0r0,-51r116,-166r34,0r3,166r34,0r0,51r-31,0r4,43r-63,0xm131,-94r8,-106r-70,106r62,0","w":243},{"d":"33,0r10,-336r199,0r0,49r-147,0r2,83r112,0r0,29r-21,26r-89,0r4,149r-70,0","w":279},{"d":"35,0r9,-336r51,0r9,336r-69,0","w":139},{"d":"318,-96v-3,74,-59,102,-140,100v-97,-2,-145,-72,-145,-166v0,-107,49,-177,152,-177v66,0,116,29,125,88r-64,0v-4,-28,-26,-39,-60,-39v-88,0,-108,124,-68,190v9,35,73,45,111,28v8,-4,9,-14,11,-24r78,0","w":352},{"d":"175,-21v-17,30,-82,40,-106,9v-30,-37,-68,-127,-27,-177v26,-31,100,-44,129,-9r10,-138r47,0r-8,266v2,24,12,49,17,70r-62,0r0,-21xm174,-102v0,-49,-17,-85,-63,-81v-69,5,-44,126,4,136v41,8,59,-17,59,-55","w":259},{"d":"291,-236v1,43,-30,81,-65,93r83,115r0,28r-67,0r-76,-129v-12,-11,-43,-6,-66,-7r4,136r-69,0r9,-336r143,0v63,1,102,39,104,100xm234,-242v3,-61,-80,-43,-138,-45r3,93r91,0v27,-2,43,-22,44,-48","w":343},{"d":"142,-220v100,0,66,123,78,220r-56,0r3,-152v-2,-20,-10,-31,-32,-32v-69,11,-53,104,-51,184r-56,0r4,-213r46,0r2,23v11,-18,34,-30,62,-30","w":248},{"d":"213,-61v-2,49,-41,70,-92,69v-66,-1,-92,-46,-97,-111v-7,-95,88,-145,161,-99v13,9,20,25,25,43r-48,0v-28,-52,-95,-13,-89,45v4,38,6,72,53,67v17,-2,33,4,33,-14r54,0","w":243},{"d":"98,-177v0,19,-16,35,-35,35v-55,0,-43,-112,-10,-130v8,-5,14,-8,23,-10r5,24v-21,6,-29,19,-29,47v23,-9,46,11,46,34xm213,-177v0,19,-16,37,-35,35v-62,-6,-41,-141,14,-140r4,24v-21,6,-29,19,-29,47v23,-9,46,11,46,34","w":267},{"d":"97,-177v-7,87,79,149,151,93v4,-4,7,-10,8,-18r-50,0r0,-57r118,0r6,163r-64,0r2,-30v-19,21,-47,31,-90,30v-97,-2,-142,-70,-145,-166v-4,-124,76,-199,202,-171v41,9,65,40,76,82r-64,0v-11,-24,-26,-41,-62,-39v-62,3,-83,50,-88,113","w":365},{"d":"33,0r10,-337r51,1r7,275r111,0r18,25r0,36r-197,0","w":263},{"d":"34,0r10,-336r52,0r2,122r113,-122r64,0r-134,150r142,163r0,23r-73,0r-110,-139r7,139r-73,0","w":317},{"d":"36,-28v0,-20,16,-36,36,-36v54,0,42,113,9,130v-8,5,-14,8,-23,10r-4,-23v20,-6,28,-20,28,-48v-22,9,-46,-10,-46,-33","w":142},{"d":"176,-263r-28,29r-76,-72r33,-33","w":299},{"d":"141,-285v-2,-20,-42,-15,-42,2r0,70r52,0r0,42r-51,0r3,124r-16,47r-39,0r3,-171r-42,0r0,-42r44,0v2,-67,-14,-138,78,-123v11,1,24,9,30,17r-10,34r-10,0","w":179},{"d":"118,83v-5,38,-71,51,-100,22r7,-46v6,13,44,20,51,-1r35,-105r-85,-166r47,0r58,109r38,-109r48,0","w":235},{"d":"111,0r8,-287r-106,0r0,-49r266,0r0,49r-107,0r8,287r-69,0","w":291},{"d":"166,-30v-11,20,-36,39,-64,38v-50,-3,-78,-28,-77,-84r4,-137r44,0r2,136v-6,34,39,37,59,22v32,-26,20,-101,23,-158r45,0r4,156v4,21,17,39,26,57r-55,0","w":253},{"d":"117,-336v90,0,131,93,65,141v-26,19,-42,46,-37,96r-60,0v-3,-66,25,-106,63,-130v7,-7,13,-20,13,-33v3,-29,-19,-34,-45,-35v-31,-1,-42,9,-41,40r-45,0v-5,-56,31,-79,87,-79xm156,-32v0,24,-16,37,-39,40v-23,-2,-40,-15,-40,-40v0,-25,16,-40,40,-40v24,0,39,16,39,40","w":242},{"d":"232,-184v-22,0,-35,14,-35,37r3,147r-56,0r3,-147v-1,-21,-10,-37,-34,-37v-64,0,-24,110,-32,184r-55,0r4,-213r45,0r0,7v23,-20,82,-18,98,9v14,-15,35,-24,65,-23v49,1,77,32,78,81r3,139r-56,0r3,-147v-1,-22,-11,-37,-34,-37","w":344},{"d":"36,-188v5,-47,29,-72,84,-72v77,0,117,91,64,134r-83,67v-1,2,-2,4,-2,5r107,0r0,54r-182,0v-8,-96,77,-112,125,-154v25,-22,6,-70,-30,-67v-25,2,-38,11,-40,33r-43,0","w":238},{"d":"113,8v-64,-1,-90,-48,-90,-111v0,-67,28,-115,94,-117v82,-2,106,91,84,167r25,27r0,26r-42,0r-10,-14v-14,14,-33,22,-61,22xm66,-103v-2,43,31,65,75,53r-43,-46r29,-30r39,40v2,-47,-3,-98,-49,-98v-41,0,-50,40,-51,81","w":250},{"d":"125,-141v-9,-98,98,-173,148,-99r9,-24r39,0v-13,42,-40,82,-35,134v42,7,62,-33,62,-75v0,-72,-42,-95,-114,-96v-100,-1,-166,58,-147,169v17,98,193,106,261,43r22,52v-44,44,-160,61,-234,31v-57,-23,-102,-73,-102,-151v0,-113,78,-178,196,-180v99,-2,162,38,162,133v0,67,-39,117,-103,121v-25,2,-37,-9,-40,-28v-27,46,-118,31,-124,-30xm200,-127v41,0,56,-43,56,-82v0,-17,-11,-32,-29,-33v-35,5,-54,39,-54,80v-1,22,9,35,27,35","w":429},{"d":"72,0r10,-189r-58,0r0,-35v31,-5,65,-5,69,-36r33,0r11,260r-65,0","w":183},{"d":"203,-64v0,84,-150,95,-173,28v-3,-7,-5,-15,-6,-26r53,0v0,22,31,15,52,13v23,-2,29,-29,2,-39v-40,-14,-99,-16,-99,-69v0,-45,32,-62,78,-63v49,-1,79,15,81,61r-45,0v0,-20,-14,-25,-35,-25v-34,0,-47,32,-16,42v46,15,108,14,108,78","w":226}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+362-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("b`Z!n}w9j>(ub?A:H}vUk`k(=ew!Z}(u=e0Uj>rzZYV@lq9t=?(9boHk0=MiGYP!^TNPZ?Nz^U&yHokF^o^eLQZn_TKEpA&ykR(ZB_^co=E&BAP!^TNUwAP!^WKRwqPyHokF^o&$=vP(iYL)yAH@iQH#0AP!^WK&^`vrZ!fOG}R:=YP!^TNPw`0yHokP^T0oZoYVj|dyHokF^oR(n9Y)yvZfw#Z0Ger_n}wyHokF^>wQo#@@l`ZgYQL4no0PGWvqktgqy`PdH?5tktR@jo9FBQN(ltgFB`F(y?g@Z>gzH`5@Zq!tB}luZePgy`&qp=M(ieA}b`kune@(B!Efpqd|H|HyBtR4bWVcy|r!Z`A~yNK?W#v`Qk0bB^wipGr_oLY>=lZjnyHm$5&tTRA}zfd)O@Mu~FPUq9!e|Egc:V({4|r!Z`A~=?gun?RRBeRuH`YqH?&@new&H`A~ntgfn|w9n}vMZ_RdZ}(UbWMdp`F:bUMdb>Hnl!Md=Y9(yvMd==9db?R5")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":237,"face":{"font-family":"dyslexie","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":"8","bbox":"0 -351 451 122.208","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+2122"}}));
