/* Base.js */
var Base=function(){var arr_init=[];function check_register(){for(var i=0;i<arr_init.length;i++){arr_init[i]();}}
return{ie6:($.browser.msie&&(parseInt($.browser.version)==6))?true:false,register:function(obj_function){arr_init.push(obj_function);},log:function(message){if(window.console){console.debug(message);}else{alert(message);}},init:function(){check_register();}}}();$(document).ready(function(){Base.init();});

/* tabs.js */
(function($){$.fn.infoTabs=function(options){var settings=$.extend({},$.fn.infoTabs.defaults,options);var urlTab=location.href.lastIndexOf('#')>0?location.href.substr(location.href.lastIndexOf('#')):false;return this.each(function(i,elem){var active_tab=$(elem).find('ul.'+settings.tabsClass+':first li a[href='+urlTab+']');if(active_tab.length==0){active_tab=$(elem).find('ul.'+settings.tabsClass+':first li.'+settings.activeClass+' a');if(active_tab.length==0){active_tab=$(elem).find('ul.'+settings.tabsClass+':first li:first-child a');}}
$(elem).find('ul.'+settings.tabsClass+':first li a').each(function(){var tab_to_activate=$(this).attr('href');$(this).unbind('click').bind('click',function(){$(elem).find('ul.'+settings.tabsClass+':first li').removeClass(settings.activeClass);$(this).closest('li').addClass(settings.activeClass);$(elem).find('> div.'+settings.tabContentClass).hide();$(tab_to_activate).show();if(settings.cancelLinkAction){return false;}});$('body').find('a[href='+tab_to_activate+']').not('ul.'+settings.tabsClass+' li a[href='+tab_to_activate+']').bind('click',function(){$('ul.'+settings.tabsClass+' li a[href='+tab_to_activate+']').trigger('click');$(tab_to_activate).parents('div.'+settings.tabContentClass+':hidden').each(function(){$('ul.'+settings.tabsClass+' li a[href=#'+$(this).attr('id')+']').trigger('click');});if(settings.cancelLinkAction){return false;}});});$(active_tab).trigger('click');if(urlTab){var urlTabObj=$(elem).find('ul.'+settings.tabsClass+':first li a[href='+urlTab+']');if(urlTabObj.length!=0){$(urlTabObj).parents('div.'+settings.tabContentClass+':hidden').each(function(){$('ul.'+settings.tabsClass+' li a[href=#'+$(this).attr('id')+']').trigger('click');});}}});};$.fn.infoTabs.defaults={activeClass:'active',tabsClass:'thumbs',tabContentClass:'image',cancelLinkAction:false};})(jQuery);

/* dorien.js */
Base.SubClassExample=function(){$('div.tabs').infoTabs();return{init:function(){}};}();Base.register(Base.SubClassExample.init);

/* cufon-yui.js */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()},whiteSpace:(function(){var Z={inline:1,"inline-block":1,"run-in":1};return function(c,a,b){if(Z[a.get("display")]){return c}if(!b.previousSibling){c=c.replace(/^\s+/,"")}if(!b.nextSibling){c=c.replace(/\s+$/,"")}return c}})()};M.ready=(function(){var b=!M.recognizesMedia("all"),a=false;var Z=[],d=function(){b=true;for(var g;g=Z.shift();g()){}};var e=F("link"),f={stylesheet:1};function c(){var h,g,j;for(g=0;j=e[g];++g){if(j.disabled||!f[j.rel.toLowerCase()]||!M.recognizesMedia(j.media||"screen")){continue}h=j.sheet||j.styleSheet;if(!h||h.disabled){return false}}return true}V.ready(function(){if(!a){a=M.getStyle(document.body).isUsable()}if(b||(a&&c())){d()}else{setTimeout(arguments.callee,10)}});return function(g){if(b){g()}else{Z.push(g)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.isUsable=function(){return!!Z}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=M.whiteSpace(c.data,Z,c);if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();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-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());

/* Dakota_Handwriting_500.font.js */
Cufon.registerFont({"w":237,"face":{"font-family":"Dakota Handwriting","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","cap-height":"26","bbox":"-133.177 -360 451 180.055","underline-thickness":"7.2","underline-position":"-75.6","unicode-range":"U+0020-U+201D"},"glyphs":{" ":{"w":177},"\u00d7":{"w":0},"\u0141":{"w":0},"\u00fd":{"w":0},"!":{"d":"114,-107v-5,-26,11,-46,16,-63r38,-118v9,-10,20,-9,38,-5v-21,47,-47,80,-50,150v-2,29,-17,43,-42,36xm111,-39v-1,20,-10,32,-31,32v-16,0,-18,-10,-20,-20v1,-19,34,-17,51,-12","w":205},"\"":{"d":"113,-250v8,-23,31,-24,36,-2v-5,22,-20,35,-26,58v-6,8,-15,12,-28,12v-11,-18,12,-50,18,-68xm182,-190v-33,-1,-26,-33,-12,-56v11,-18,29,-40,36,-9v-2,21,-17,36,-24,65","w":193},"#":{"d":"145,-265v27,0,19,28,13,44v4,7,17,3,28,4v13,-9,33,-47,33,-68v0,-19,26,-20,30,-2v4,19,-18,57,-20,66v15,2,22,7,32,15v-17,6,-65,13,-47,38v9,6,24,8,23,22v-24,7,-49,9,-55,33v-6,23,-3,21,-28,26v0,-19,5,-29,12,-47r-23,-5v-24,-3,-22,54,-53,24v-3,-3,-66,-4,-57,-18v3,-41,77,12,81,-45v-17,-7,-37,-4,-59,-4v5,-30,75,-16,75,-51v3,-11,1,-32,15,-32xm165,-203v-31,-5,-44,50,-9,50v30,3,46,-49,9,-50","w":261},"$":{"d":"51,-22v3,-6,-20,-35,-20,-49v0,-20,8,-33,24,-40v-6,33,-3,45,12,72v5,-4,8,-10,14,-12v-5,1,-5,-2,-2,-4v50,-67,90,-130,133,-205v11,-19,21,-30,33,-25v24,10,-5,33,-12,44v-12,16,-30,35,-35,55v51,-1,56,-39,82,-64v15,-16,31,-25,48,-27v-1,16,-41,58,-43,64v12,8,18,17,18,25v-1,30,-76,11,-74,40v1,19,22,27,20,50v-8,73,-92,78,-142,110v-6,-16,-9,-20,-24,-27v-7,12,-16,35,-32,34v-24,-1,-5,-31,0,-41xm174,-142v25,16,44,-11,51,-32v-22,-12,-45,13,-51,32xm182,-122v-10,-16,-27,-13,-32,4v-25,33,-24,36,-52,56v-23,17,-3,46,16,29v36,-32,46,-59,68,-89xm210,-118v-26,15,-51,56,-68,87v37,0,60,-24,83,-40v13,-19,-5,-36,-15,-47","w":328},"%":{"d":"68,-17v-7,17,-21,12,-37,9v14,-58,56,-83,92,-133v25,-35,50,-63,59,-100v-13,-8,-53,-13,-53,13v0,45,-77,51,-79,4v-2,-32,63,-74,96,-73v24,1,29,42,63,26v22,-5,34,7,20,26r-119,157v-18,25,-32,44,-42,71xm111,-265v-15,15,-33,22,-40,44v21,9,46,8,45,-21v0,-7,-2,-15,-5,-23xm202,-99v12,30,10,70,-40,64v-61,-7,-12,-72,5,-88v11,-10,13,-15,25,-16v29,-2,19,29,10,40xm180,-96v-25,-1,-46,44,-11,47v26,2,45,-43,11,-47","w":233},"&":{"d":"233,-55v9,21,25,17,28,47v-5,5,-18,9,-27,9v-15,0,-13,-31,-32,-28v-38,7,-69,36,-108,36v-64,0,-75,-88,-41,-138v16,-23,35,-46,61,-56v3,-2,4,-7,4,-17v-1,-38,27,-68,71,-71v21,-2,29,16,30,32v2,41,-50,50,-60,83v0,27,48,66,54,79v27,-19,30,-28,64,-28v-4,27,-21,37,-44,52xm178,-257v-25,-1,-55,55,-15,60v16,1,33,-25,32,-42v0,-11,-6,-18,-17,-18xm118,-26v31,-1,64,-17,52,-49v-4,-10,-38,-57,-48,-75v-21,14,-53,30,-53,68v0,31,19,57,49,56","w":276},"'":{"d":"63,-293v1,-21,35,-27,32,0v-3,24,-13,69,-26,81v-2,2,-10,2,-22,2v-3,-20,15,-72,16,-83","w":59},"(":{"d":"67,-43v11,14,36,20,44,35v-6,9,-14,-3,-21,2v-88,-12,-114,-143,-59,-214v26,-33,62,-85,108,-101v5,0,11,4,19,12v-66,46,-128,94,-141,180v5,41,18,49,46,86r4,0","w":181},")":{"d":"39,4v-2,-16,5,-21,16,-31v43,-42,70,-56,63,-119v-7,-62,-44,-119,-74,-160v-12,-17,-19,-33,3,-38v42,37,65,111,89,173v23,58,-5,91,-36,126v-16,19,-37,34,-61,49","w":146},"*":{"d":"109,-256v31,5,45,37,69,46v16,-16,30,-76,55,-79v1,24,-15,50,-12,64v19,-12,66,-65,91,-60v-3,32,-58,56,-83,75v19,6,72,-11,103,-11v1,9,-2,18,-4,23v-54,-8,-72,3,-122,24v0,0,8,17,26,49v26,28,-7,64,-22,34v-15,-29,-15,-37,-28,-59v-31,22,-37,66,-52,103v-6,-2,-7,-4,-16,-4v0,-28,28,-72,20,-91v-30,14,-54,37,-69,63v-10,10,-23,9,-34,0v18,-20,54,-47,80,-67v-30,-3,-77,5,-80,-20v-2,-27,38,-3,44,-4v28,0,56,-7,79,-16v1,-2,-63,-38,-59,-51v0,-13,4,-18,14,-19","w":336},"+":{"d":"196,-222v54,7,-46,106,52,88v31,3,68,-19,76,16v-29,18,-62,0,-103,4v-32,3,-33,30,-33,67v0,37,-7,46,-42,43v-6,-34,14,-55,16,-85v-17,-53,-114,35,-129,-22v-1,-19,31,-23,40,-11v42,-2,101,12,101,-28v0,-34,-1,-69,22,-72","w":324},",":{"d":"31,79v12,-33,62,-62,33,-101v-21,-18,-14,-39,11,-45v55,27,19,157,-44,146","w":106},"-":{"d":"186,-99v-22,-4,-101,28,-139,16v3,-9,5,-22,12,-28v56,-2,107,-15,158,-15v11,0,17,4,17,15v0,34,-27,16,-48,12","w":233},"\u00ad":{"d":"186,-99v-22,-4,-101,28,-139,16v3,-9,5,-22,12,-28v56,-2,107,-15,158,-15v11,0,17,4,17,15v0,34,-27,16,-48,12","w":233},".":{"d":"64,-17v-2,-20,40,-19,50,-8v0,27,-27,16,-38,31v-8,0,-11,-16,-12,-23","w":114},"\/":{"d":"257,-289v13,4,27,28,7,42v-56,72,-104,155,-169,216v-26,24,-42,61,-61,87v-3,2,-12,5,-26,7v-14,-42,45,-73,55,-94v52,-59,128,-146,168,-230v7,-14,16,-23,26,-28","w":272},"0":{"d":"194,31v-61,31,-159,48,-159,-40v0,-79,79,-164,159,-181v42,-1,87,28,87,68v0,61,-45,131,-87,153xm193,-159v-61,0,-125,74,-125,140v0,30,19,46,48,46v68,2,132,-78,132,-138v0,-33,-22,-48,-55,-48","w":280},"1":{"d":"31,4v6,-37,8,-115,12,-162v-10,-15,6,-37,24,-24v13,38,-12,130,4,182v-16,4,-22,6,-40,4","w":70},"2":{"d":"85,-142v1,-36,51,-36,90,-40v29,-3,47,18,47,46v0,43,-50,80,-88,97v24,15,38,22,44,47v-24,-6,-50,-20,-79,-16v-17,3,-37,17,-47,17v-21,0,-31,-24,-7,-31v54,-15,135,-52,153,-108v-7,-56,-75,-6,-104,-2v-6,0,-9,-3,-9,-10","w":221},"3":{"d":"115,-148v-25,0,-80,8,-54,-24v28,-19,87,4,116,17v32,25,-7,59,-23,72v16,10,29,22,29,43v0,31,-33,54,-69,52v-28,-2,-75,-1,-80,-26v0,-8,7,-13,21,-17v10,35,96,23,99,-8v-2,-18,-29,-26,-53,-23v-23,3,-25,-28,-6,-33v33,-10,51,-14,67,-35v-14,-13,-25,-18,-47,-18","w":189},"4":{"d":"83,-67v31,12,80,42,95,4v14,-36,16,-43,16,-80v0,-22,1,-47,13,-49v37,17,4,78,-1,109v-6,38,-26,77,-31,120v-4,12,-12,20,-25,22v-1,-13,9,-46,8,-68v-2,-28,-53,-24,-75,-30v-13,5,-50,8,-50,-10v21,-31,59,-60,78,-96v11,-20,23,-18,28,2v-14,33,-44,46,-56,76","w":225},"5":{"d":"111,-142v48,-2,88,-20,106,-52v25,6,27,30,-3,43v-44,19,-103,22,-119,64v5,1,24,2,56,3v40,1,67,18,67,52v0,58,-94,78,-151,51v-18,-3,-38,-6,-36,-27v16,-2,71,21,100,18v26,-3,58,-22,61,-45v-8,-41,-64,-27,-105,-24v-35,2,-29,-27,-16,-48v15,-24,11,-34,40,-35"},"6":{"d":"104,50v-59,4,-90,-47,-62,-97v26,-47,71,-74,96,-119v8,-15,13,-23,28,-24v16,-1,19,19,12,32v-3,13,-63,58,-75,79v-13,23,-35,38,-42,67v0,24,22,48,50,43v12,-2,11,-17,11,-31v8,-37,41,-71,84,-71v21,0,32,13,32,35v0,63,-67,82,-134,86xm145,8v19,29,67,-9,69,-39v-8,-22,-30,-12,-48,5v-14,13,-21,24,-21,34"},"7":{"d":"221,-63v35,1,80,-24,80,13v0,20,-29,5,-44,7v-65,7,-66,34,-79,114v-21,-1,-53,-13,-32,-32v12,-19,23,-40,24,-66v-35,13,-78,32,-88,-9v11,-32,94,10,112,-31v16,-37,31,-61,43,-95v-59,1,-116,33,-174,36v-28,2,-41,-37,-6,-33v64,8,139,-5,183,-31v33,-20,56,6,35,35v-19,27,-42,62,-54,92","w":300},"8":{"d":"34,-139v0,-47,63,-55,124,-51v26,1,53,8,52,34v0,17,-20,13,-36,14v-7,-47,-104,-33,-113,3v7,23,41,19,61,44v31,38,72,-16,107,-16v-8,25,-53,30,-64,58v6,21,16,38,17,64v2,40,-40,44,-74,44v-32,0,-67,-9,-67,-37v0,-28,55,-64,77,-85v-1,-1,-14,-9,-37,-22v-32,-18,-47,-34,-47,-50xm134,-43v-27,15,-56,28,-63,60v7,31,89,22,87,-11v-1,-21,-9,-25,-24,-49","w":229},"9":{"d":"158,-198v75,22,29,117,-9,157v-29,30,-14,72,-42,101v-7,7,-22,0,-32,-1v8,-44,38,-72,51,-114v-49,4,-113,1,-87,-52v20,-41,71,-79,119,-91xm62,-93v12,46,85,13,88,-18v9,-11,23,-21,22,-41v0,-10,-6,-15,-16,-15v-43,2,-87,40,-94,74","w":197},":":{"d":"97,-87v0,12,-9,21,-22,20v-10,0,-16,-4,-16,-14v-1,-13,9,-24,23,-25v10,0,15,8,15,19xm83,-178v-1,-25,42,-30,40,-3v-1,13,-21,15,-40,15v0,-7,-7,-8,0,-12","w":118},";":{"d":"136,-68v16,3,28,24,28,45v0,57,-79,113,-133,126v3,-19,22,-21,36,-36v22,-24,72,-48,65,-90v2,-11,-11,-16,-12,-28v-1,-9,10,-18,16,-17xm114,-158v-8,-24,15,-49,26,-23v3,6,5,12,6,19v-11,3,-21,4,-32,4","w":165},"<":{"d":"59,-71v0,-17,-14,-19,-28,-24v-3,-33,41,-22,52,-39v52,-39,109,-66,155,-112v11,-12,18,-19,31,-13v9,8,2,24,-4,30v-43,43,-109,80,-166,118v37,30,128,19,118,92v-28,2,-77,-57,-79,-52v-30,-13,-57,-18,-79,0","w":292},"=":{"d":"191,-81v-47,6,-108,2,-160,6v-8,-46,34,-32,68,-27v37,6,94,-22,99,11v-1,5,-3,8,-7,10xm73,-174v36,17,113,-2,140,24v-24,28,-100,9,-151,11v-6,0,-11,-7,-11,-12v2,-9,10,-22,22,-23","w":213},">":{"d":"107,0v-15,20,-48,5,-40,-27v76,-16,128,-82,180,-129v20,-34,-32,-40,-57,-54v-34,-20,-55,-21,-64,-47v1,-11,7,-18,16,-24r87,68v35,13,54,21,87,23v4,52,-37,53,-65,76v-31,25,-117,75,-144,114","w":316},"?":{"d":"83,-75v-15,-30,-6,-57,24,-67v49,-28,81,-46,103,-91v-28,-28,-79,8,-116,10v-11,0,-13,-11,-7,-18v18,-22,91,-24,133,-25v23,5,21,40,9,56v-17,36,-79,67,-115,92v-12,8,-11,42,-31,43xm67,-4v-2,-29,42,-39,45,-10v-1,17,-30,14,-45,10"},"@":{"d":"83,-126v-37,56,-6,137,71,126v73,-11,143,-27,210,-51v-31,37,-74,34,-129,54v-87,31,-202,25,-202,-64v0,-55,41,-91,70,-125v31,-36,88,-64,152,-65v56,-1,101,24,101,77v0,73,-94,102,-172,102v-23,0,-38,-9,-38,-31v0,-35,58,-75,98,-75v32,0,34,25,33,60v30,-6,54,-32,54,-64v0,-78,-123,-57,-174,-22v-31,21,-54,47,-74,78xm234,-158v-29,4,-68,17,-71,49v-2,24,35,25,46,8v14,-23,45,-11,45,-39v0,-10,-10,-19,-20,-18","w":363},"A":{"d":"68,-107v46,12,41,-93,87,-62v44,-38,90,-96,134,-138v17,-16,30,-23,51,-17v-16,99,-107,184,-107,285v0,24,22,37,32,54v-32,6,-56,-19,-56,-48v0,-37,22,-73,-31,-66v-67,-8,-85,29,-107,76v-8,17,-12,20,-40,19v-1,-15,32,-54,40,-67r-24,-8v-2,-14,5,-29,21,-28xm138,-122v34,8,86,27,99,-12v15,-46,68,-104,68,-159v-62,45,-122,110,-167,171xm138,-150v6,-5,11,-9,8,-20v-7,5,-15,8,-8,20xm138,-150v-3,-5,-9,-3,-8,4v3,6,9,2,8,-4","w":304},"B":{"d":"146,-229v-11,-1,-39,32,-47,19v3,-50,66,-55,111,-55v37,0,56,5,59,36v3,35,-57,74,-87,95v31,11,80,11,79,48v-19,65,-105,83,-183,90v-25,2,-50,-13,-39,-39v55,42,138,1,180,-31v10,-8,14,-14,14,-19v-1,-18,-38,-27,-59,-27v-51,0,-74,32,-87,77r-24,-4v3,-60,79,-128,83,-190xm217,-188v30,-26,33,-58,-8,-58v-17,0,-27,5,-43,13v18,26,-23,60,-24,95v25,-19,49,-27,75,-50","w":261},"C":{"d":"59,-72v9,91,166,60,233,38v3,1,3,9,5,11v-79,26,-262,63,-262,-52v0,-49,34,-86,60,-115v40,-45,66,-79,134,-79v50,0,45,56,36,99v-59,6,18,-84,-56,-74v-70,10,-140,95,-150,172","w":296},"D":{"d":"78,16v-36,10,-94,10,-101,-24v1,-11,9,-15,19,-19v0,52,72,28,111,15v78,-27,136,-52,157,-128v-4,-62,-76,-89,-119,-110v-23,-12,-46,-15,-66,-15v-23,0,-42,0,-47,-13v1,-9,10,-15,23,-15v106,0,257,69,224,186v-21,75,-125,101,-201,123xm107,-57v-3,20,-27,15,-30,-1v4,-19,28,-37,37,-53v18,-32,39,-91,68,-102v16,50,-66,101,-75,156","w":284},"E":{"d":"67,-67v-15,59,86,47,139,47v15,0,24,3,31,12v-28,11,-66,4,-105,7v-54,4,-121,-20,-92,-72v13,-22,32,-39,33,-71v11,-14,34,-18,47,-36v16,-22,17,-53,42,-68v40,-24,123,-19,174,-1v-28,17,-78,0,-115,8v-45,9,-57,37,-87,83v32,4,64,5,76,20v-12,5,-33,9,-64,12v-42,4,-70,24,-79,59"},"F":{"d":"134,-154v44,7,100,-26,135,4v-69,21,-157,13,-183,78v-12,28,-21,80,-55,80v13,-80,71,-120,89,-193v4,-14,-20,-14,-18,-26v5,-29,39,-13,62,-31v81,-27,153,-73,259,-69v14,1,27,15,16,30v-61,-38,-146,13,-202,29v-46,27,-56,13,-75,58v-6,14,-19,28,-28,40","w":264},"G":{"d":"246,32v-29,2,-21,-23,-9,-36v-16,-10,-42,7,-68,3v-66,5,-147,-4,-138,-66v15,-101,130,-141,206,-190v37,-14,94,-58,134,-37v5,3,7,9,8,17v-127,30,-221,76,-296,155v-13,13,-26,33,-26,55v0,52,68,57,121,50v4,-1,23,-4,55,-10v32,-6,63,-54,60,-95v-22,6,-50,22,-73,22v-12,0,-18,-5,-18,-18v0,-28,34,-15,59,-20v30,-6,55,-16,87,-20v-6,64,-71,111,-84,174v-3,11,-10,16,-18,16","w":344},"H":{"d":"237,-249v20,57,-58,91,-75,138v21,18,26,0,69,3v67,4,68,-46,93,-94v18,-35,34,-74,56,-105v6,-3,18,-2,27,-2v-26,63,-75,113,-93,183v-42,52,-77,114,-109,177v-6,5,-20,4,-31,4v0,-20,18,-41,28,-55v3,-10,48,-69,59,-91v-35,-6,-79,3,-110,8v-13,2,-32,22,-60,59v-14,18,-24,25,-44,24v4,-35,55,-65,71,-95v-32,-13,-86,-42,-86,-71v0,-26,21,-22,39,-1v18,21,48,81,76,41r55,-80v9,-16,18,-37,35,-43","w":348},"I":{"d":"196,-223v-37,-1,-56,28,-97,21v-10,-46,43,-39,75,-43r142,-16v7,3,29,2,28,20v-22,6,-54,8,-83,8v-36,0,-17,28,-32,47r-79,163v46,9,97,-6,134,-14v10,0,15,7,13,18v-4,24,-43,11,-68,15r-181,30v-11,0,-17,-6,-17,-18v1,-20,30,-23,56,-23v56,0,71,-76,94,-120v14,-28,22,-49,26,-80v0,-6,-4,-8,-11,-8","w":292},"J":{"d":"301,-309v11,5,24,7,23,18v0,14,-21,24,-32,27v-10,-10,-34,-30,-43,-1v-23,75,-33,201,-77,256v-32,25,-75,-3,-103,-23v-26,-18,-38,-42,-38,-67v6,-8,9,-7,16,-4v12,52,34,67,82,75v79,-12,61,-122,77,-197v4,-16,17,-46,-12,-46v-25,0,-55,22,-80,25v-12,1,-19,-9,-20,-18v0,-14,20,-14,28,-26v0,-5,7,-3,12,-3v0,12,9,5,16,4v64,-6,107,-9,151,-20","w":241},"K":{"d":"245,-271v36,63,-72,98,-115,128v-22,15,-24,31,-4,44v30,18,68,31,89,58v2,8,2,22,2,33v-43,-6,-53,-49,-92,-64v-18,-7,-31,-13,-42,-15v-5,24,-8,49,-8,75v-30,-4,-32,-5,-44,-23v21,-9,27,-38,36,-56v-4,-4,-12,-16,-12,0v-2,-6,-10,-17,-11,-23v4,-19,24,-29,15,-53v2,-13,18,-43,10,-68v0,-12,4,-15,14,-18v13,27,0,75,8,107v58,-35,113,-66,150,-123v2,-1,3,-2,4,-2","w":221},"L":{"d":"87,-35v48,11,126,1,178,0v6,25,-11,28,-29,36v-48,-21,-124,-5,-176,3v-51,-4,-11,-41,3,-61v51,-71,77,-137,108,-219v9,-25,31,-13,33,7v-32,85,-80,155,-117,234","w":264},"M":{"d":"375,-273v25,-23,49,6,30,27v-35,77,-73,162,-89,226v-5,19,-12,20,-35,24v-13,-26,28,-84,28,-95v0,-9,48,-96,43,-122v-41,28,-79,82,-119,102v-8,21,-57,55,-59,4v-1,-42,0,-54,-8,-83v-33,44,-58,134,-96,176v-9,10,-23,14,-39,14v24,-69,71,-132,92,-197v7,-21,32,-10,35,-35v2,-16,4,-14,16,-25v30,23,30,86,36,135v68,-34,113,-103,165,-151","w":375},"N":{"d":"63,-23v-7,6,-34,16,-32,-4v1,-9,11,-14,16,-20v39,-48,71,-91,95,-159v30,21,35,39,49,90v6,23,12,39,19,49r47,-93r71,-119v11,-13,23,-20,36,-22v11,29,-22,33,-35,52v-20,29,-39,61,-48,93v0,13,-13,19,-16,26v-12,25,-33,67,-36,95v-3,32,-8,29,-43,39v-12,-48,-19,-94,-36,-134v-22,17,-87,110,-87,107xm269,-126v-3,-5,-9,-3,-8,4v3,6,9,2,8,-4","w":304},"O":{"d":"178,4v-72,3,-143,-1,-143,-67v0,-117,123,-163,190,-226v76,-27,105,61,111,133v-14,80,-80,157,-158,160xm297,-206v0,-36,-28,-38,-58,-38v-38,0,-76,47,-105,66v-26,17,-74,62,-71,100v2,34,47,59,90,56v93,-7,144,-75,144,-184","w":344},"P":{"d":"154,-217v-15,7,-23,13,-43,15v-23,-40,78,-48,86,-58v53,-18,116,-12,113,45v-5,101,-115,115,-199,140v-33,10,-35,39,-55,71v-10,8,-24,-1,-22,-13v5,-33,38,-37,40,-77v1,-12,5,-20,9,-24v20,16,16,-2,39,-30v23,-28,32,-53,32,-69xm289,-209v2,-50,-89,-47,-103,-12v-16,42,-57,79,-72,118v21,11,51,-9,72,-15v38,-11,101,-52,103,-91","w":272},"Q":{"d":"257,-71v-22,13,-5,50,-4,71v1,46,-13,84,-43,95v0,-6,-4,-9,-6,-10v3,3,6,7,6,-2v9,-30,34,-100,-5,-119v-41,13,-78,36,-118,36v-54,0,-70,-55,-38,-95v56,-70,136,-140,243,-154v28,2,30,37,24,67v-8,42,-32,79,-59,111xm159,-118v35,-17,46,54,78,35v34,-20,58,-73,66,-121v2,-13,-13,-30,-22,-21v1,7,-5,5,-4,12v-104,0,-179,68,-213,140v-23,50,42,61,87,40v7,-3,22,-10,47,-22v-22,-23,-53,-33,-39,-63","w":300},"R":{"d":"119,-102v-51,-33,-38,81,-88,51v8,-22,36,-43,40,-63v-24,-27,30,-39,39,-59v15,-18,20,-34,13,-54v8,-16,30,-28,43,-40v69,6,122,-43,191,-43v32,0,35,35,18,57v-48,62,-159,86,-241,123v38,38,69,82,80,143v0,17,-11,24,-28,26v1,-62,-30,-117,-67,-141xm126,-162v26,14,64,-9,87,-16v43,-13,75,-35,115,-63v15,-11,22,-22,22,-32v1,-17,-21,-17,-38,-12v-87,26,-157,50,-186,123","w":312},"S":{"d":"95,-174v55,35,192,13,208,81v-11,49,-57,65,-102,82v-33,12,-69,15,-108,15v-46,0,-85,-62,-46,-95v0,44,9,70,44,76v70,-2,137,-24,174,-63v3,-4,5,-9,5,-13v1,-42,-118,-47,-149,-49v-33,-3,-77,-28,-40,-56v66,-48,167,-59,239,-93v3,3,20,7,24,8v-71,51,-200,37,-249,107","w":304},"T":{"d":"399,-277v-40,-10,-105,18,-143,18v-18,0,-15,31,-19,46v-19,74,-91,143,-111,217r-31,-8v20,-57,42,-60,72,-125v18,-39,37,-69,39,-116v-37,7,-106,18,-137,38v-20,12,-40,5,-39,-19v1,-23,29,-21,52,-17v107,-8,226,-46,337,-62v19,-3,32,9,20,24v-8,11,-28,20,-48,20","w":296},"U":{"d":"71,0v-48,6,-45,-33,-30,-62v20,-39,93,-105,125,-157v11,-18,24,-28,36,-30v3,25,-18,32,-29,47v-33,44,-72,84,-105,129v-21,29,-14,60,26,52v118,-23,173,-136,231,-222v20,-28,38,-42,54,-42v12,30,-48,77,-51,91v-29,58,-88,88,-99,163v-4,24,42,27,56,35v-49,21,-92,2,-79,-59v-26,10,-103,61,-135,55","w":336},"V":{"d":"55,-261v19,51,6,163,36,198v9,1,13,-10,20,-16v61,-64,113,-180,186,-245v11,-16,29,-18,55,-16v-102,91,-189,199,-253,328v-10,20,-40,16,-43,-8v-4,-32,0,-69,0,-103v0,-44,-12,-83,-21,-120v1,-12,8,-13,20,-18","w":249},"W":{"d":"247,-156v25,24,-10,64,-11,93v0,14,10,25,25,25v88,-30,179,-97,170,-213v-3,-10,-7,-29,-21,-29v-8,0,-27,15,-31,15v-3,-24,11,-36,32,-36v32,0,40,31,40,62v0,124,-86,204,-202,224v-28,-5,-31,-21,-43,-56v-52,23,-83,83,-151,88v-18,1,-33,-13,-18,-31v29,-59,86,-113,116,-171v6,-22,36,-28,37,-2v2,22,-49,63,-52,73v-9,13,-71,82,-63,102v68,-23,122,-75,158,-134v5,-8,10,-10,14,-10","w":438},"X":{"d":"178,-142v-27,40,69,83,39,130v-5,5,-13,9,-23,12r-36,-89v-25,-49,-56,19,-75,34v-14,10,-43,65,-52,24v-7,-30,26,-19,36,-40v9,-11,76,-49,51,-79v-11,-24,-26,-46,-47,-63v-15,-12,-13,-40,7,-41v41,10,43,80,80,96v40,-14,74,-62,99,-95v10,-12,25,-9,24,12v-11,43,-80,64,-103,99","w":257},"Y":{"d":"67,27v14,-68,61,-124,18,-189r-30,-55v-12,-19,-40,-46,-12,-60v32,1,43,73,68,107v11,16,17,8,31,0v41,-23,83,-71,110,-108v16,-22,30,-31,49,-15v-23,26,-47,51,-72,76v-33,32,-89,69,-94,127v-19,49,-9,122,-68,133v-5,-2,-6,-14,0,-16","w":225},"Z":{"d":"336,-257v-58,-28,-141,48,-198,12v8,-11,14,-24,32,-16v58,-2,111,-27,166,-27v58,0,25,53,-1,74v-61,49,-133,107,-198,151v-18,12,-30,26,-38,40v63,6,126,-7,197,-4v18,1,41,0,42,14v-1,7,-10,21,-18,20v-64,-29,-184,-13,-253,10v-29,-1,-52,-32,-16,-43v26,-9,33,-23,52,-37r99,-71v52,-36,100,-76,134,-123","w":356},"[":{"d":"59,-225v72,0,110,-22,166,-48r8,8v5,40,-104,41,-120,49v-21,4,-50,6,-42,42r-4,133v0,16,4,17,20,18v41,0,87,-10,119,4v-2,37,-40,15,-68,17r-75,6v-23,0,-33,-1,-30,-23v8,-60,23,-129,4,-187v1,-13,7,-19,22,-19","w":257},"\\":{"d":"55,-253v23,5,38,50,53,70v29,39,53,92,86,124v18,18,19,63,-12,67v-38,-87,-81,-158,-139,-221v-17,-18,-13,-29,12,-40","w":209},"]":{"d":"245,-265v39,-1,12,62,12,71v-1,46,-14,103,4,139v0,2,19,24,17,32v5,37,-96,12,-104,21v-16,-1,-40,7,-60,8v-10,0,-20,-6,-15,-18v-2,-3,22,-33,27,-31v19,10,34,20,68,16v34,3,31,-15,31,-44r0,-142v5,-30,-25,-21,-47,-20r-93,4v-15,-1,-29,1,-31,-10v1,-29,54,-17,72,-14v39,-1,85,-5,119,-12","w":276},"^":{"d":"214,-94v-30,-7,-4,-63,-15,-89v-1,-11,-4,-22,-9,-34v-41,28,-76,55,-109,100v-18,25,-43,23,-52,1v1,-14,36,-30,50,-38v39,-35,83,-65,118,-104v13,-14,26,-13,28,9v4,40,8,83,8,127v0,12,-9,28,-19,28","w":233},"_":{"d":"231,0v-79,0,-142,14,-208,15v-12,0,-21,-6,-22,-16v7,-35,54,-10,89,-13r179,-13v19,-2,38,33,13,38v-7,0,-10,1,-13,4v-7,1,-26,-15,-38,-15","w":296},"`":{"d":"43,-178v-30,0,-84,-60,-35,-79v20,10,35,47,35,79","w":142},"a":{"d":"178,-174v13,-2,32,23,32,36v0,41,-34,70,-37,102v-3,31,18,38,44,40v-4,9,-10,19,-21,19v-21,0,-45,-37,-54,-54v-40,19,-64,34,-97,34v-23,0,-33,-11,-33,-34v0,-73,93,-130,166,-143xm198,-114v14,-27,-5,-41,-40,-36v-45,7,-80,44,-109,75v-24,26,-24,57,15,59v51,-11,75,-24,99,-75v8,-17,21,-23,35,-23","w":209},"b":{"d":"166,-122v-60,2,-102,42,-108,98v-1,12,6,20,19,18v56,-9,125,-40,139,-90v0,-21,-29,-26,-50,-26xm146,-146v46,8,115,18,87,71v-23,42,-86,72,-157,87v-24,-2,-47,-14,-68,-20v-3,-17,11,-26,19,-35v64,-77,135,-149,181,-243v10,-21,30,-30,49,-30v-16,59,-92,110,-111,170"},"c":{"d":"206,-186v29,13,4,54,-3,72v-8,19,-34,13,-36,-1v-2,-7,22,-30,23,-35v-51,-6,-102,25,-135,53v-17,14,-23,31,-23,46v0,76,118,38,192,36v11,-3,31,-14,42,-12v-40,27,-98,38,-162,39v-54,0,-96,-14,-96,-59v0,-88,122,-113,198,-139","w":264},"d":{"d":"123,-135v20,-2,38,23,47,13v11,-46,34,-90,47,-137v14,-17,38,2,24,19v-24,52,-57,130,-75,185v12,1,30,0,20,12v-20,10,-14,34,-41,34v-34,0,-71,2,-103,-2v-18,-2,-35,-9,-35,-29v0,-55,56,-89,116,-95xm114,-111v-33,2,-79,28,-84,60v3,24,52,22,81,20v35,-3,52,-83,3,-80","w":213},"e":{"d":"7,-42v13,-61,62,-86,127,-104v29,6,58,9,55,39v-5,52,-90,55,-133,35v-7,1,-24,17,-21,25v17,53,109,13,171,20v-20,20,-83,24,-128,25v-39,0,-70,-8,-71,-40xm162,-107v-19,-21,-55,-10,-75,4v17,30,57,24,75,-4","w":205},"f":{"d":"190,-103v-23,0,-62,-19,-76,4v-24,38,-31,100,-87,107v3,-49,36,-67,52,-103v-14,-15,-32,9,-52,8v-10,0,-20,-4,-20,-13v0,-33,55,-16,84,-26v56,-51,68,-147,165,-155v60,-5,71,69,25,91r9,-38v-1,-32,-37,-34,-65,-25v-45,14,-65,74,-87,115v39,12,45,7,52,35","w":225},"g":{"d":"119,138v-48,47,-142,40,-174,-9v-2,-4,6,-22,12,-11v23,11,41,34,75,32v71,-2,123,-76,114,-158v-2,-16,-22,-10,-35,-7v-52,-3,-94,-1,-98,-42v10,-53,65,-98,130,-99v34,-1,52,18,47,52v-18,46,-14,102,-24,163v-5,31,-23,55,-47,79xm138,-134v-45,3,-88,31,-97,72v4,37,92,35,103,7v-11,-29,20,-44,20,-66v0,-11,-11,-14,-26,-13","w":189},"h":{"d":"186,-277v1,3,20,5,16,16v-19,53,-49,97,-72,147v40,-16,76,-36,119,-48v53,20,0,94,-14,122v-13,26,-19,41,-6,63v-8,9,-41,14,-39,-7v3,-46,58,-97,47,-150v-80,8,-178,76,-202,142v-8,-4,-17,-8,-27,-8v-1,-14,32,-46,39,-55v46,-56,92,-117,118,-191v5,-14,13,-24,21,-31","w":268},"i":{"d":"115,-233v0,20,-40,22,-39,0v3,-10,11,-56,19,-32v4,13,17,20,20,32xm63,-138v31,24,-8,68,-16,95v-7,23,-8,27,-35,28v-9,-38,21,-59,29,-93v3,-14,13,-23,22,-30","w":110},"j":{"d":"-94,43v-32,35,4,111,55,87v60,-28,83,-81,107,-160v15,-51,27,-82,31,-92v23,3,-3,49,-4,55v-35,89,-52,198,-152,223v-44,-5,-70,-50,-76,-94v-3,-25,33,-50,39,-19xm148,-226v-4,14,-36,8,-49,5v-3,-16,13,-27,26,-27v13,0,23,17,23,22","w":146},"k":{"d":"122,67v-17,-48,-36,-79,-51,-120v-4,-5,-19,-16,-20,0v-11,21,2,56,-43,49v-3,-33,28,-55,32,-84v4,-28,26,-32,37,-53r88,-173v7,-10,21,3,21,11v-21,60,-85,118,-95,185v42,-17,99,-33,132,-68v8,-8,16,-13,22,-16v13,33,-10,46,-48,69v-10,6,-67,22,-95,39v-11,27,13,49,16,75v1,0,7,13,20,38v12,24,6,42,-16,48","w":213},"l":{"d":"46,-16v-6,19,-31,21,-37,6v38,-88,108,-160,133,-260v5,-9,14,-29,25,-13v20,29,-8,48,-23,74v-37,66,-73,119,-98,193","w":142},"m":{"d":"122,-23v6,-32,76,-53,44,-99v-50,23,-84,63,-118,104v-11,12,-25,18,-40,18v-4,-25,26,-44,38,-60v11,-16,24,-21,33,-42v15,-33,54,-18,82,-44v36,-14,40,15,49,51v5,0,88,-57,123,-55v23,1,18,30,11,47v-17,40,-56,67,-51,122v-3,6,-6,9,-11,9v-54,-40,34,-101,34,-150v-48,15,-80,34,-140,78v-22,16,-30,25,-54,21","w":348},"n":{"d":"194,-75v10,-21,-4,-42,-28,-36v-59,14,-95,98,-154,111v-11,-29,23,-54,35,-75v20,-21,35,-57,51,-79v33,-5,15,31,9,47v1,1,69,-40,83,-35v41,6,43,53,18,88v-13,18,-11,25,-22,35v9,16,-10,33,-26,21v-26,-18,34,-70,34,-77","w":217},"o":{"d":"114,0v-67,0,-126,-30,-85,-80v42,-33,84,-64,149,-65v50,-1,82,23,85,68v3,49,-91,77,-149,77xm240,-80v-8,-63,-116,-35,-153,-10v-21,14,-38,27,-48,43v16,20,53,32,91,28v32,-4,115,-23,110,-61","w":261},"p":{"d":"83,-114v-10,4,-20,16,-28,7v-13,-38,54,-43,79,-51v46,-15,97,-18,101,31v-19,76,-113,110,-192,131v-53,14,-45,107,-98,118v-29,-11,7,-43,16,-55v3,-7,50,-54,51,-71v20,-29,66,-68,71,-110xm59,-19v62,-17,111,-50,147,-98v14,-18,-11,-30,-29,-29v-51,3,-67,41,-92,74v-17,22,-26,39,-26,53","w":233},"q":{"d":"47,31v-4,-30,22,-35,40,-19v20,3,28,-12,39,-27v-6,-13,-20,-7,-33,-4v-29,-8,-81,2,-81,-32v0,-53,71,-79,108,-98v31,-16,54,-26,92,-28v39,-2,44,33,33,66v-19,58,-89,96,-127,139v-18,13,0,60,0,71v1,56,-39,79,-93,81v-50,2,-34,-51,-10,-73v20,-19,52,-46,56,-76v-12,-1,-12,-1,-24,0xm223,-129v-7,-34,-54,-21,-82,-7v-37,19,-90,35,-101,79v1,15,13,17,31,18v82,2,139,-25,152,-90xm15,150v52,28,87,-30,72,-87v-30,25,-58,54,-72,87","w":253},"r":{"d":"87,-170v1,28,7,44,44,39v30,-4,50,11,55,36v-30,-6,-70,-35,-95,-8v-42,26,-21,115,-87,115v-1,-24,45,-75,47,-95v6,-17,1,-96,36,-87","w":185},"s":{"d":"67,-130v39,-40,122,-45,182,-72v4,3,8,4,12,4v-13,32,-16,24,-71,36v-33,8,-54,14,-72,32v48,13,108,21,113,57v-6,49,-88,83,-140,85v-39,2,-87,-41,-79,-83v18,2,45,66,71,63v42,-5,111,-23,120,-61v-12,-46,-111,-25,-136,-61","w":257},"t":{"d":"103,-154v-40,-10,-79,36,-96,0v4,-28,71,-10,95,-21v51,-9,57,-57,81,-94v37,16,-2,60,-17,79v13,10,35,17,32,40v-20,-5,-46,-16,-64,0v-29,26,-72,68,-85,109v10,39,76,34,113,35v3,2,4,4,4,6v-42,18,-143,19,-147,-36v-3,-41,85,-113,84,-118","w":197},"u":{"d":"150,-162v-18,52,-91,87,-107,139v20,14,56,-6,75,-12v66,-22,107,-70,137,-126v10,-18,22,-22,35,-13v4,57,-83,92,-83,147v-1,21,38,1,46,19v-32,13,-84,17,-71,-43v-47,27,-74,54,-132,54v-19,0,-42,-2,-42,-21v7,-35,40,-60,60,-87v4,-4,4,-4,46,-49v9,-9,17,-15,27,-17v6,0,9,3,9,9","w":288},"v":{"d":"6,-138v0,-20,23,-32,31,-10v11,25,7,70,18,97v9,-8,53,-62,71,-79r68,-68r8,0v0,49,-75,83,-99,115v-5,1,-30,97,-60,87v-29,1,-20,-42,-19,-68v-5,-28,-17,-49,-18,-74","w":162},"w":{"d":"312,-156v56,-1,61,110,12,129v-56,22,-127,54,-170,8v1,-15,-11,-13,-22,-7v-30,15,-65,34,-104,22v-49,-38,39,-80,49,-118v8,-11,15,-16,21,-16v23,7,17,29,-1,48v-18,20,-43,41,-58,63v61,25,117,-27,135,-76v26,6,13,41,5,64v1,20,21,25,41,25v64,0,132,-32,119,-110v-2,-13,-21,-19,-30,-26v1,-2,3,-3,3,-6","w":356},"x":{"d":"182,27v-9,-1,-38,-101,-75,-78v-28,9,-56,36,-84,48v-1,-1,-15,-1,-15,-9v16,-33,69,-31,99,-55v22,-39,-56,-69,-69,-101v1,-10,17,-23,26,-9v24,23,51,52,67,81v34,26,87,-50,106,-46v3,2,4,4,4,8v-6,41,-75,29,-78,73v-2,19,27,66,19,88","w":241},"y":{"d":"37,-110v0,45,-11,102,42,98v36,-2,77,-102,89,-118v16,-21,28,-40,42,-52v30,29,-16,60,-31,85v-17,28,-45,46,-56,79v0,4,1,9,3,14v-52,16,-76,84,-111,134v-6,21,-25,6,-34,0v27,-49,68,-74,86,-115v1,-8,-2,-12,-9,-14v-67,5,-56,-91,-46,-147v19,0,25,15,25,36","w":201},"z":{"d":"229,-12v-44,9,-137,2,-170,20v-5,3,-11,15,-24,11v0,-11,-9,-5,-16,-4v-3,3,-5,5,-7,0v-11,-37,40,-52,63,-70v35,-29,79,-53,103,-91v-27,-19,-98,21,-103,-20v-1,-10,5,-16,14,-16v21,1,44,14,59,13v28,-2,97,-20,77,22v-32,35,-100,82,-142,116v42,14,118,-17,146,19","w":229},"{":{"d":"122,-202v-36,-11,-69,-24,-51,-59v23,-47,66,-65,127,-87v3,2,7,3,12,4v3,20,-83,51,-84,56v-5,3,-32,32,-31,39v4,34,85,11,75,59v-6,14,-39,27,-56,36v11,3,24,25,28,32r-59,63v-7,5,-11,10,-11,14v22,39,112,19,165,27v5,2,9,5,12,10v-57,14,-130,9,-185,-2v-28,-5,-40,-38,-16,-60v14,-14,40,-32,47,-48v-26,3,-52,0,-51,-25v-5,-20,52,-30,51,-33v13,-7,22,-15,27,-26","w":253},"|":{"d":"58,13v-10,2,-9,-21,-23,-17v-14,-11,10,-31,12,-35v18,-40,36,-88,46,-148v6,-41,16,-64,29,-70v21,29,-9,78,-15,111v-8,44,-28,69,-30,122v0,20,-6,34,-19,37","w":130},"}":{"d":"134,-162v-18,-5,-32,-24,-23,-44v29,-24,103,-43,103,-88v0,-45,-107,-6,-115,-46v-3,-17,17,-15,31,-12v54,7,108,18,111,55v4,49,-69,72,-91,103v19,13,67,-8,72,17v-10,23,-29,24,-68,39v1,1,18,9,45,30v49,39,-35,72,-65,93v-21,15,-49,43,-83,34v18,-48,109,-52,124,-102v-3,-25,-86,-21,-80,-52v3,-15,22,-24,39,-27","w":241},"~":{"d":"35,-103v-3,-28,37,-7,54,-23v20,-5,51,-31,69,-10v3,16,25,61,59,41v12,-7,25,-26,39,-30v17,9,8,37,-14,46v-29,12,-93,23,-98,-15v-19,-46,-61,8,-93,8v-9,0,-15,-6,-16,-17","w":264},"\u00b6":{"d":"23,-206v1,-69,97,-52,163,-51r0,20v-5,0,-12,-2,-16,0r0,264r-20,0r0,-264r-28,0r0,264r-19,0r0,-185v-35,-6,-81,-9,-80,-48","w":185},"\u00a0":{"w":0},"\u2013":{"d":"202,-111v1,35,-27,16,-48,12v-21,-4,-102,28,-139,16v3,-9,5,-22,12,-28v56,-2,108,-15,158,-15v11,0,17,4,17,15","w":201},"\u2014":{"d":"202,-111v1,35,-27,16,-48,12v-21,-4,-102,28,-139,16v3,-9,5,-22,12,-28v56,-2,108,-15,158,-15v11,0,17,4,17,15","w":201},"\u201c":{"d":"43,-320v0,15,-35,75,-51,67v-32,-17,23,-54,39,-71xm19,-241v4,-28,44,-68,68,-75v-1,32,-16,39,-42,74v-7,5,-16,3,-26,1","w":189},"\u201d":{"d":"111,-325v20,-1,49,45,19,56v-2,1,-7,5,-11,5v-10,-5,-19,-28,-19,-44v0,-9,2,-17,11,-17xm194,-277v-28,3,-26,-30,-29,-51v-1,-12,7,-19,14,-19v30,2,24,46,15,70","w":189},"\u2018":{"d":"35,-356v2,1,18,8,16,16v-9,34,-40,45,-32,95v-21,1,-30,-9,-31,-26v-1,-26,30,-73,47,-85","w":158},"\u2019":{"d":"114,-265v27,-30,-19,-53,-23,-79v-1,-9,6,-16,14,-16v16,0,22,16,25,28v29,21,25,66,-16,67","w":138},"\u00b7":{"d":"86,-143v12,1,23,10,21,25v-4,22,-41,18,-40,-5v0,-9,10,-21,19,-20","w":177}}});